blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 2 268 | content_id stringlengths 40 40 | detected_licenses listlengths 0 58 | license_type stringclasses 2
values | repo_name stringlengths 5 118 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 816
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 2.31k 677M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 151
values | src_encoding stringclasses 33
values | language stringclasses 1
value | is_vendor bool 2
classes | is_generated bool 2
classes | length_bytes int64 3 10.3M | extension stringclasses 119
values | content stringlengths 3 10.3M | authors listlengths 1 1 | author_id stringlengths 0 228 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
60fade4678a6c08436e3049bb512b0efe24202a8 | 42334cb2a3d7e6102e2c86fdff7d496cf091e660 | /UltraLiveApi/V1.1/VolumeMeter.h | c493ef1c23370c6e39955d3a3dd25767aaf70398 | [] | no_license | wwllww/LiveStream_MultiIntance | 04b0ca3e16d4ee0f627b8bc3ecfd935cc97bf24f | 447f52bdd08d3fa3ba6b6e58323740632320b131 | refs/heads/master | 2021-05-12T17:19:53.534922 | 2018-02-09T08:13:47 | 2018-02-09T08:13:47 | 117,042,806 | 2 | 3 | null | null | null | null | UTF-8 | C | false | false | 355 | h | #pragma once
#define VOLUME_METER_CLASS TEXT("BLiveVolumeMeter")
API_EXPORT void InitVolumeMeter(HINSTANCE hInst);
API_EXPORT float SetVolumeMeterValue(HWND hwnd, float fTopVal, float fTopMax, float fTopPeak, float fBotVal = FLT_MIN, float fBotMax = FLT_MIN, float fBotPeak = FLT_MIN);
#define VOL_MIN -96
#define VOL... | [
"393520798@qq.com"
] | 393520798@qq.com |
8ef2a6a48b257db76b4074ee2fc721917aee1ceb | 50f73ac57625968da86b14ea450b1af6fb6f3efc | /DE-standard/Demonstration/FPGA/SDRAM_Nios_Test/software/SDRAM_Nios_Test/main.c | 96d17c85322efaffb1d21187fb438ea5d04aca6b | [] | no_license | nnnth/NJU-Digital-and-electrical-experiment | 14120df85305f6bbf9f6c32c1076eadb17db32d0 | c5fa40cc5df3dc6ac68d880a97fae107347a4bf5 | refs/heads/master | 2023-02-16T23:24:39.939242 | 2021-01-19T05:09:25 | 2021-01-19T05:09:25 | 289,814,864 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,998 | c | // --------------------------------------------------------------------
// Copyright (c) 2010 by Terasic Technologies Inc.
// --------------------------------------------------------------------
//
// Permission:
//
// Terasic grants permission to use and modify this code for use
// in synthesis for all Terasic Dev... | [
"1174639585@qq.com"
] | 1174639585@qq.com |
ee5f3f69ac80f690b0e35112c9967d0449ef9265 | ebf21777aa5c03d6db64f13d22c4e29236e428b2 | /algorihtm_competition_ex/CH3/EXC3-2_1586.c | 653596146c9830a7a04690506d0e8ceb9561edbb | [] | no_license | codywsy/c-_learning | 04f3d106b458c67c1047f39c70e3d77c0523deea | 7c83354b9f44102f1f9ef72cf815b0748ccdbabe | refs/heads/master | 2021-01-23T16:12:42.437818 | 2018-10-16T10:43:22 | 2018-10-16T10:43:22 | 102,731,384 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,414 | c | #include <stdio.h>
#include <string.h>
#define maxn 80
float table(char ch) {
switch(ch) {
case 'C': return 12.0100000; break;
case 'H': return 1.0080000; break;
case 'O': return 16.0000000; break;
case 'N': return 14.0100000; break;
default: printf("error\n"); return 0.0;
... | [
"codywsy@gmail.com"
] | codywsy@gmail.com |
9c492321fbda53b03606ce131954e4e9d6f39f39 | 38c5a6c24cae1cf2842c14c723cc53de1b9ebfa3 | /Project6/Scanf_practice.c | 4d331b225a6159e68fc1450d4893cdb4b2f54dd9 | [] | no_license | sdzx1985/Practice.01 | e4c5a8f60d7b60010516f7d3937d725a3e2e90de | e8938b2a237c18d94c72f798ae50d483afb6d3ff | refs/heads/main | 2023-02-15T08:18:27.661070 | 2021-01-06T02:46:06 | 2021-01-06T02:46:06 | 314,094,174 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 289 | c | #include <stdio.h>
int main(void)
{
int a, b;
int sum;
printf("첫번째 숫자를 입력하세요 : ");
scanf("%d", &a);
printf("두번째 숫자를 입력하세요 : ");
scanf("%d", &b);
sum = a + b;
printf("입력한 두 수의 합은 %d입니다. \n", sum);
return 0;
}
| [
"aiden.hyunjae@gmail.com"
] | aiden.hyunjae@gmail.com |
26261e4a4d42358614b92cf6d0067bf06b8b608e | 6655449602760906316148bf9bed4131c2e5e28a | /include/headers.h | 10b5ae28f42e0e48d199e498b7c52fa5dc84b353 | [] | no_license | PracticaFPII/Practica_3 | 0049665b77cadf23be026bfd0825e9859d55bdc7 | 2400a121e2630a399fa8b0bd4da703f65bdfceb1 | refs/heads/main | 2023-05-03T13:54:54.626583 | 2021-05-20T14:15:32 | 2021-05-20T14:15:32 | 367,704,422 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,207 | h | /********************************************************************************
* PRACTICA 3 - ORDENACIÓN, BUSQUEDA Y COSTE *
* POR CRISTIAN FERNANDEZ LOPEZ, DANIEL CLAVERO LAHERA, MASSIN LAAOUAJ MADROUNI *
* FPII ... | [
"54553754+CisLo@users.noreply.github.com"
] | 54553754+CisLo@users.noreply.github.com |
977a78e191d8ed2da25bb6ef1aeb85a5ccc6cbd0 | b4e9406d61e87005ff751486454c362b042e2118 | /FishC/s1e4/excs2.c | 8073d74683eecff5da4ffbf9611a38e6786394c7 | [] | no_license | YummU/ubuntu4C | e539912adff5e4e54047bb237dd0d28c3ae44a69 | 0f07b710eecabdf177dd4c08f4156442ec30b0a5 | refs/heads/master | 2022-12-30T07:47:22.759183 | 2020-09-28T09:53:55 | 2020-09-28T09:53:55 | 295,997,524 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 332 | c | #include <stdio.h>
int main(){
/*测试各种打印*/
printf("打印四个字符:%c%c%c%c\n",67,104,101,78);
printf("右对其,保留2位:%10.2f\n",3.1416);
printf("左对其,保留3位:%.3f\n",3.1416);
printf("右对其,指数形式:%10e\n",520000.0);
printf("左对其,指数形式:%-10E\n",520000.0);
return 0;
}
| [
"605918521@qq.com"
] | 605918521@qq.com |
8da2d6767e2e7d79a5d064df5ab885dbff77ec7e | 126683e5054d8b2e0b69257cdfebf803e9b544aa | /son/neighbortable.h | de5c88b2f9f397572bd3f314df3893a0fd8f7641 | [] | no_license | fengzhongliusu/lab10 | 3316dbe09999c90625d937ea2e5ec0383c91cad5 | 254b438c182c463249736e07705698ec0210381e | refs/heads/master | 2021-03-12T22:42:55.435824 | 2014-05-10T05:59:06 | 2014-05-10T05:59:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,198 | h | //文件名: son/neighbortable.h
//
//描述: 这个文件定义邻居表的数据结构和API
//
//创建日期: 2013年1月
#ifndef NEIGHBORTABLE_H
#define NEIGHBORTABLE_H
#include <arpa/inet.h>
//邻居表条目定义
//一张邻居表包含n个条目, 其中n是邻居的数量
//每个节点都运行一个简单重叠网络进程SON, 每个SON进程为运行该进程的节点维护一张邻居表.
typedef struct neighborentry {
int nodeID; //邻居的节点ID
in_addr_t nodeIP; ... | [
"cshuo@smail.nju.edu.cn"
] | cshuo@smail.nju.edu.cn |
4fc8324b1d8e52e56898c7b24ffc2c4ed137f28c | a45dbacf7069d3d4823fcd62f34c79984515a055 | /GPU_Refine_3D/CudaRefine.h | 29693cf777528eb6ac5533a87ebd1ac62fbd59ef | [] | no_license | chenzhenghai/gQM3d | 18ee22577f55202efee1adc3b04e069c9550c6a6 | cf0140a7471e208defddd5970f8e82926fdb2f25 | refs/heads/master | 2022-12-01T21:48:35.531298 | 2020-08-22T08:10:19 | 2020-08-22T08:10:19 | 282,163,695 | 8 | 1 | null | null | null | null | UTF-8 | C | false | false | 541 | h | #pragma once
#include <cuda_runtime.h>
#include <helper_timer.h>
#include <thrust/device_ptr.h>
#include <thrust/device_vector.h>
#include <thrust/host_vector.h>
#include "MeshStructure.h"
#define MAXINT 2147483647
#define PI 3.141592653589793238462643383279502884197169399375105820974944592308
void GPU_Refine_3D(
M... | [
"chenzhenghai@u.nus.edu"
] | chenzhenghai@u.nus.edu |
e458810a6a33d27acb65a8bc82732d0cef310923 | 6ca32e2acc968fe6c7f2905e42f26b9c2a31bb00 | /source/same70/SAME70_SpaceInvaders/SAME70_SpaceInvaders/src/Drivers/i2c_driver.c | 75e53ad1b49d503fdd4b2f1d5745db83b4734023 | [] | no_license | RonSheely/atmel | a5bca884e00362799395acd6f5fd0b504f3fbc91 | 36b4badb916a316074905d6bfeed879ac235ebe5 | refs/heads/master | 2022-04-23T02:36:01.404391 | 2019-02-07T19:36:05 | 2019-02-07T19:36:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,180 | c | /*
* i2c_driver.c
*
* Created: 6/21/2018 2:23:08 AM
* Author: danao
Configure files for the i2c peripheral on the
SAME70-xplained board.
I2C interface is used to communicate with the EEPROM
chip on the board.
PA3 - TWD0 - SDA(Serial Data) - Connected to Arudio header
PA4 - TWCK0 - SCL(Serial Clock Line) - Connecte... | [
"danaolcott@gmail.com"
] | danaolcott@gmail.com |
0df59ffebf05c05e09d20a2127701b098dd59b04 | 1854847001bcee159a88636ca3c2d2fa3d79c990 | /tools/Codecs/codecs.h | dce7407e619496cf7e72a3b253736c1907c77fed | [] | no_license | ph4m/RGBDAcquisition | e9c7acfc265b9f3f6a298c2feb09e2d12a9e2425 | d34889f86816bba5f0e26023756a04dc38e9d7d6 | refs/heads/master | 2020-12-01T09:29:27.276668 | 2013-10-21T13:02:10 | 2013-10-21T13:02:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,084 | h | /***************************************************************************
* Copyright (C) 2010 by Ammar Qammaz *
* ammarkov@gmail.com *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation;... | [
"ammarkov@gmail.com"
] | ammarkov@gmail.com |
f9760e14d2b82550568d48419682ef23b13451a1 | fcda9ccb9901c70d5046f10394d034f167f7512a | /inet46i/socket46.c | e88ccf794ba4053155190e7a735227f2b6d7fb50 | [
"MIT"
] | permissive | yangfl/libinet46i | ecd938e3beae00711eea05e6befdae4648bbfa6c | f55ebe8c23f64f34d3264a80a4abc99569700bb2 | refs/heads/master | 2023-07-17T07:00:44.290540 | 2021-08-14T13:06:30 | 2021-09-07T15:18:21 | 396,011,304 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,316 | c | #include <errno.h>
#include <unistd.h>
#include <net/if.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include "private/macro.h"
#include "inet46.h"
#include "sockaddr46.h"
#include "socket46.h"
int openaddrz (
const struct sockaddr *addr, int type, int reuse_port, int scope_id) {
int fd = socket(addr->sa... | [
"yangfl@users.noreply.github.com"
] | yangfl@users.noreply.github.com |
976ca54eca5b56e57cb2782a9358c467f14bc05b | ec8c96bb3cc057e446191c43a42563c467c957f9 | /Pods/BuildHeaders/FlickrKit/FKFlickrGroupsMembersGetList.h | 8929cabc540772ef5efa15b2335497e520f2cd5a | [] | no_license | yulu/CharacterText | da9342840d041f84636fcef8a7b03e0ff2a7aceb | c64d6b0d3999bea8801618b434df6136bc7f379e | refs/heads/master | 2021-01-15T14:47:14.870550 | 2016-05-11T10:01:57 | 2016-05-11T10:01:57 | 58,533,500 | 1 | 0 | null | 2016-05-11T09:54:47 | 2016-05-11T09:54:47 | null | UTF-8 | C | false | false | 85 | h | ../../FlickrKit/Classes/Model/Generated/Groups/Members/FKFlickrGroupsMembersGetList.h | [
"andrew@tastemade.com"
] | andrew@tastemade.com |
8607dcb6127b08252d0f38115aba0a01818f0c9b | 9ebd6d604a4b9622ddbaf36c0fe810778104b30b | /bachetsgame/bach.c | 749c845166710f7b7ed4ff70d7e89218c20c9b21 | [] | no_license | hellux/tddd86-kattis | 6a7fd0c6c5bc9a51ee6b2da9e76a3d8c6f1e54bf | 0dc26237479d9a3a2136b448d7fa9ce8d0d382a8 | refs/heads/master | 2021-07-10T11:54:42.457940 | 2019-06-13T06:39:28 | 2019-06-13T06:39:28 | 102,760,326 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,253 | c | /*
* Algorithm:
* Calculates winner by going backwards from the end of the game,
* where winner is certain.
*
* -iterate through every game state (stones left) from 0 stones up to given
* -check if you can jump to a certain loss state (for opponent)
* (0 is loss at start). if yes then flag state as win, othe... | [
"hellux07@gmail.com"
] | hellux07@gmail.com |
5544af0ba0d60588ec8dad237da48d7128be0250 | 0641d87fac176bab11c613e64050330246569e5c | /tags/milestone-52-0-1/source/test/cintltst/cmsccoll.c | cd3016087f7528e17e371c869c07218b4ea87e4d | [
"ICU",
"NAIST-2003",
"LicenseRef-scancode-unicode",
"BSD-3-Clause",
"LicenseRef-scancode-public-domain"
] | permissive | svn2github/libicu_full | ecf883cedfe024efa5aeda4c8527f227a9dbf100 | f1246dcb7fec5a23ebd6d36ff3515ff0395aeb29 | refs/heads/master | 2021-01-01T17:00:58.555108 | 2015-01-27T16:59:40 | 2015-01-27T16:59:40 | 9,308,333 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 254,173 | c |
/********************************************************************
* COPYRIGHT:
* Copyright (c) 2001-2013, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/*******************************************************... | [
"srl@251d0590-4201-4cf1-90de-194747b24ca1"
] | srl@251d0590-4201-4cf1-90de-194747b24ca1 |
ba7d3dd61bc14dfc6c3871ef2e789a6699863d95 | 7e61ea47b4fd409e59c714746ec49465685d01bc | /debug/netprint.c | 64d829ae2ec5953d8149d0d8c5307b9d15adfa68 | [] | no_license | fei943241357/digital_photo_frame | cb7b15f1b8b65115bd865af2539f669c50e33bb7 | f0f144ae5323ea7d711188cac1d17cd6d2467539 | refs/heads/master | 2020-04-03T00:46:13.506936 | 2016-08-08T11:02:31 | 2016-08-08T11:02:31 | 65,197,368 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 5,137 | c | #include <config.h>
#include <debug_manager.h>
#include <sys/types.h> /* See NOTES */
#include <sys/socket.h>
#include <string.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <stdio.h>
#include <signal.h>
#include <stdlib.h>
#include <pthread.h>
#define S... | [
"943241357@qq.com"
] | 943241357@qq.com |
d12fcd53c494cd8edaad049cc4132c18f3ee65b6 | 4026bae1ef965ef214da25c8221d98f60025f1aa | /lab_11/snprintf.c | 9176c79639f8073ea94cf5bc4eac1ce5ded806f4 | [] | no_license | mRrvz/bmstu-c | e8cdb0e8a19e1c6d3ea4b1fbbbd7845a0711614e | f2fb06504dacac6509b7638d4375cbd23af9b0d1 | refs/heads/master | 2020-06-16T10:07:38.321573 | 2020-01-12T15:47:00 | 2020-01-12T15:47:00 | 195,533,674 | 9 | 0 | null | null | null | null | UTF-8 | C | false | false | 612 | c | #include <stdlib.h>
#include <stdarg.h>
#include "parsing.h"
#include "snprintf.h"
int my_snprintf(char *buffer, size_t size, char *format, ...)
{
va_list arguments_ptr;
va_start(arguments_ptr, format);
int buffer_size = 0;
do
{
if (*format == '%')
{
add_argument(&form... | [
"gta.sanandreassamp@yandex.ru"
] | gta.sanandreassamp@yandex.ru |
548f59b9116d333d4867d6aafb6152172ebd04cb | 42916c5d61f7ec41df11f38fc1cfa0ef740b86e9 | /Enviar/Pablo3480Samuel3494/Tarefa A/Headers/Funcoes.h | 5a82ad2e3f6fa4b0ee2e31852072dbccbf19a210 | [
"MIT"
] | permissive | danielfernandesp/TP-II-PAA | 7340bfb4ee2bd119bfe31914535601ff6259b537 | 48603696230d5c74013e28ea28e84e8d11859ebf | refs/heads/master | 2022-03-09T00:33:35.183356 | 2019-11-11T01:48:39 | 2019-11-11T01:48:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 672 | h | #ifndef FUNCOES_H
#define FUNCOES_H
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
//Estruturas para contagem de tempo de execucao;
typedef struct {
clock_t TempoInicial;
clock_t TempoFinal;
double TempoTotal;
} Timer;
void IniciarTimer(Timer *timer);
void PararTimer(Timer *timer);
double TempoTo... | [
"samuelpedro1999@gmail.com"
] | samuelpedro1999@gmail.com |
b5f4e578ea45e24c3d7452e0d273c05c08534a49 | baa1df9650f9ab6e6d69fe7ade89329d51c3679a | /common_c/sysdev/simple-bounded.c | ef924ef71d497e00838f78e178e2455763593b21 | [] | no_license | fredcamps/playground | 566d31bcc0104d490b8711655ae29b89485dcd5c | 043c08c8aba0f732b76c7a35a640b67cf07afad0 | refs/heads/master | 2021-01-16T18:55:09.906557 | 2020-02-05T19:41:00 | 2020-02-05T19:41:00 | 100,125,467 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,537 | c | #include <pthread.h>
#include <semaphore.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
/*
use the pthread flag with gcc to compile this code
*/
pthread_t *producers;
pthread_t *consumers;
sem_t buf_mutex, empty_count, fill_count;
int *buf, buf_pos = -1, prod_cou... | [
"mail2frede@gmail.com"
] | mail2frede@gmail.com |
8be17b85f642cdf229290a4c4b5d7fdeee406b97 | 7e34099853f87cbfd0ee69d8894d10eaf8e1df94 | /implementations/group6/Milan2/src/EIFGENs/demo/W_code/C3/wg67.c | efd453db345591334352a339ed6d1997ca0ac0a9 | [] | no_license | Matias-Bernal/dose2014 | cc1b973de8ba592ba82b2c8c8efd7749bcd3a033 | 139376fb884523cf5e0ccd7e9fed152555641a35 | refs/heads/master | 2016-09-06T03:51:44.566674 | 2014-12-24T14:49:10 | 2014-12-24T14:49:10 | 32,119,587 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 87,627 | c | /*
* Code for class WGI_REQUEST_FROM_TABLE
*/
#include "eif_eiffel.h"
#include "../E1/estructure.h"
#ifdef __cplusplus
extern "C" {
#endif
extern void F67_1073(EIF_REFERENCE, EIF_TYPED_VALUE, EIF_TYPED_VALUE, EIF_TYPED_VALUE);
extern void F67_1074(EIF_REFERENCE);
extern EIF_TYPED_VALUE F67_1075(EIF_REFERENCE);
ex... | [
"marionDepuydt@f6206239-57e0-e8d1-037d-e0d2c07dc7bc"
] | marionDepuydt@f6206239-57e0-e8d1-037d-e0d2c07dc7bc |
ce5e7c0c50dfa7ccadda1f4064c259939081b1bf | d9402c0069e598a9fd4acd837befc3ab9e71b572 | /SC93F8433_8432_8431_Demo_Code/c/ADC_Init.c | e6e9cf4479777caea6fc90a1607f1a406e6d8735 | [] | no_license | BG4RFF/CHINA_CHIP_MCU_SinOne | b2ebbe550f536ada1380f70d5fd6553cd5fe5911 | 52d16ee42acb5d218678c7ac397b0c32700059ca | refs/heads/master | 2023-03-24T08:58:37.695866 | 2021-03-20T10:30:56 | 2021-03-20T10:33:57 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 3,852 | c | #include "H/Function_Init.H"
void ADC_Init(uint Channel);
void Delay(uint time);
uchar Read_IFB_Data(uchar AddOffset);
uint ADCValue = 0x0000;
uint AD_TS25H = 0x00;
uint AD_TS25L = 0x00;
bit AdcFlag = 0x00;
unsigned char code *POINT=0x0000 ; //定义一个指针
/***********ADC采样口选择*************/
#if (IC_MODEL == SC93F8433)
enu... | [
"930266815@qq.com"
] | 930266815@qq.com |
23bd1dfa5657e2980947a73a7cf70eefd6307c0a | 545aaa434c52dab32749858771ec64aea933d1ce | /third-party/libtomcrypt/src/pk/ecc/ltc_ecc_is_point.c | c27d9107f1c5cd82c01ba6d117a7d370566b1ba9 | [
"WTFPL",
"LicenseRef-scancode-public-domain",
"BSD-3-Clause",
"MIT"
] | permissive | Wjt1127/twizzler-1 | 68b4b0928c96d9005e1c1b66effe10d7e51628cf | a73bdde1ddab66be12bee7f4222fdd836e2b0d54 | refs/heads/master | 2023-06-13T04:51:47.094019 | 2020-07-29T00:41:06 | 2020-07-29T00:41:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,033 | c | /* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The library is free for all purposes without any express
* guarantee it works.
*/
#include "tomcrypt_private.h"
#ifdef LTC_MEC... | [
"danielbittman1@gmail.com"
] | danielbittman1@gmail.com |
bb6ec3af0133fd805a44b8fbdc905f5c10f52a3d | c79303bcaae365ee483bdc48f7da4d55ff9de612 | /src/magneto/magneto.c | 86ba762c9f5dcd58c9462cc9580172aea337433e | [
"MIT"
] | permissive | azadsagar/Magneto | 0ce81179a4f68d33a25b185c0bda03f290d4c22a | 9c1588505b7f404cd1a64dd384ad5ba71ad78cf4 | refs/heads/master | 2016-09-10T10:14:00.911743 | 2015-04-20T18:04:10 | 2015-04-20T18:04:10 | 34,276,910 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,731 | c | #define F_CPU 8000000UL
#define and &&
#define or ||
#include<avr/io.h>
#include<util/delay.h>
#include "usart.c"
#define DEBUG
#define modof(t) t>0?t:t*-1
#define frwd 0xfa
#define back 0xf5
#define left 0xf3
#define right 0xfc
#define stop 0xf0
#ifdef DEBUG
void int2str(unsigned int num,char *str)
{
char i=4;... | [
"azadsagar@hotmail.com"
] | azadsagar@hotmail.com |
9688048eebb53435f80732516900f20d9eeaf2d7 | 4e075478fc9ea653949494c0c7ed051142789d49 | /include/mkl_df_types.h | 3cc21180e768efd49932910a72ce8c2662cb0d75 | [
"BSD-3-Clause"
] | permissive | JerrellGuo/vegafem-windows | 99e4e05c3e708146a1dba9057ab58fd929d6cd16 | a8ba5eb9d77850fbfae1e92aac019366a298e2f0 | refs/heads/master | 2018-01-08T04:35:30.082146 | 2016-03-16T01:48:11 | 2016-03-16T01:48:11 | 53,045,105 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,911 | h | /* file: mkl_df_types.h */
/*******************************************************************************
* Copyright 2006-2015 Intel Corporation All Rights Reserved.
*
* The source code, information and material ("Material") contained herein is
* owned by Intel Corporation or its suppliers or licensors, a... | [
"jiaxiang.guo@qq.com"
] | jiaxiang.guo@qq.com |
f5c2dee7c90c455b8ec350ebef58425461874903 | 45f5d7a073ce51cd456fc069ed07e5ee4135ad6a | /srcs_bonus/ft_print_char_bonus.c | 58b10ac1e9e693564b0fa1628086084c9007744e | [] | no_license | Slathouwers/ft_printf | e3a368f85c02442d89e8289255a1b44dfc494386 | 6cda00635f0b9774e3124428ff2f1dd9ccd9120d | refs/heads/master | 2023-08-01T07:08:25.264125 | 2021-09-29T10:44:14 | 2021-09-30T18:30:49 | 406,438,228 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,627 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_print_char_bonus.c :+: :+: :+: ... | [
"sander.lathouwers@live.be"
] | sander.lathouwers@live.be |
17be227af71c673eee40aa41b4578416ce05e36a | 482c48d94b735fb9d9c61a1b87653350f43a7658 | /gridedit.c | 3c9fbc5f91900eefecf66940c45471dffef28638 | [] | no_license | nightowl92/fdf | 77c0e1a0929e100fa851a2fc613006dc6b1a6ff1 | ddd9a971957487f50a88842827ff56954ba8b3d6 | refs/heads/master | 2020-06-03T22:38:34.819488 | 2019-09-24T14:02:49 | 2019-09-24T14:02:49 | 191,759,984 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,624 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* gridedit.c :+: :+: :+: ... | [
"semt1992@gmail.com"
] | semt1992@gmail.com |
863e220991520e1788a07d8db2a742a430cdb105 | 3817c79bd50d10f9b08cd6708da42a32185e1a1e | /libft/ft_printf.c | 4e72de4c54311fa6cfabefb33a34c22ebc87f13e | [] | no_license | LucyKomarovskikh/ft_ls | 20f1f39f12656cbb297476685dcaf56a84894c21 | f36f5144108049a575b25b45bd020f2c400113a8 | refs/heads/master | 2020-12-03T00:07:12.191708 | 2017-07-01T22:34:39 | 2017-07-01T22:34:39 | 95,990,604 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,099 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_printf.c :+: :+: :+: ... | [
"lkomarov@e1z2r9p5.42.us.org"
] | lkomarov@e1z2r9p5.42.us.org |
e1054a23b1c866f0a792a57b7c7e20a4a9552f9f | c83d4a2d300024fdb8a5ec370c86a4aeb39df08a | /Assignments36/Program1/main.c | 07d19fa1ae90738687ec132f93f63dea489003b7 | [] | no_license | VivekDoke/LB | 1c3accc375413210bc1962652eea9aa56648f8ea | 872cbc3bc00ee5a696b0a2d9eb9d41c5af440b23 | refs/heads/master | 2022-12-30T15:42:52.282699 | 2020-09-21T12:02:15 | 2020-09-21T12:02:15 | 283,262,094 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 170 | c | #include "Header.h"
int main() {
char arr[80] = "Vivek Doke";
char brr[40] = " - Software Developer";
StrNCatX(arr, brr, 21);
printf("%s\n", arr);
return 0;
}
| [
"noreply@github.com"
] | VivekDoke.noreply@github.com |
20c1629787e7858692bc6a93d157ab0e2398b30f | 38c0ef1759dc9a9b715589ea632dd1ac6b64d598 | /Projects/STM32H743I-EVAL/Examples/FDCAN/FDCAN_Image_transmission/Inc/Image.h | 065d5301c77cebc2123c0f03b3ba8c0ea90c6b4e | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | engycz/STM32CubeH7 | 9fb379f88d80ca8813557c9ab4e9f83dd7a97bf5 | 91dd6590d8904651ac01380dd1adaf0b2e8a3068 | refs/heads/master | 2021-11-26T04:15:14.720718 | 2021-11-18T14:07:06 | 2021-11-18T14:11:23 | 235,042,695 | 0 | 0 | NOASSERTION | 2020-01-20T07:27:10 | 2020-01-20T07:27:09 | null | UTF-8 | C | false | false | 459,033 | h | /**
******************************************************************************
* @file FDCAN_Image_transmission/Inc/Image.h
* @author MCD Application Team
* @brief RGB565 320x240 image to be transmitted.
******************************************************************************
* @attention... | [
"ali.labbene@st.com"
] | ali.labbene@st.com |
d1d6046526a52ad115fe4621ca15cabfbff6f422 | 167c64d65f84b8555b75794cdd1082ebd72b5be7 | /C Programs/Week 3/String-Combine/main.c | 84cabb315e46dc0ba94c8b63a6fb6ac2b13d0987 | [] | no_license | cognosphere/intro-to-c | 47031184057aae5a446e0ca16afcad87638704b4 | 91f899bcfdec4e958beffb0d33e30c616bea0a4e | refs/heads/master | 2022-12-03T08:47:46.282402 | 2020-08-18T05:14:09 | 2020-08-18T05:14:09 | 277,949,663 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 280 | c | #include <stdio.h>
#include <string.h>
int main(void) {
char string1[20];
char string2[10];
printf("Enter the first string: ");
scanf("%s", string1);
printf("Enter the first string: ");
scanf("%s", string2);
strcat(string1, string2);
printf("%s", string1);
return 0;
}
| [
"neil@ghose.us"
] | neil@ghose.us |
613ccc84efa817e6968a9a1acf18ea9947e2cda2 | c36bf4a188f2aac7f56647d542fb29615826675a | /core/scanboxReshape.c | 45ca36d9560dd580a69621bdbaa49ed7b6acbb9c | [] | no_license | GiocomoLab/scanbox | c4efe13ac2d7d2fbe58527127cb7b0c4a7016944 | 63d19adaf95cfdc7b9e2b99d9b99d13a139b8297 | refs/heads/master | 2023-04-07T22:24:25.911517 | 2021-04-13T17:41:51 | 2021-04-13T17:41:51 | 357,639,538 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,946 | c | #include "mex.h"
static unsigned int n, k,m;
static unsigned short int *inMatrix; /* 1xN input matrix [2 4 1250 nlines]*/
static unsigned short int *outMatrix; /* [2 S nlines] uint16*/
static unsigned short int *outMatrixA, *outMatrixB; /* [S nlines] uint16*/
static unsigned char ... | [
"markplitt@gmail.com"
] | markplitt@gmail.com |
88af4964fe4fef22b66207968585e121bbf22170 | 776037fb4a91183c821784af9ab117048a326423 | /d/chuenyu/npc/xiaojuan.c | 6db85be44037d7bc7a8e089cee16961ec9e1126b | [] | no_license | zhoudaohong007/fengyun2005 | 74d41428339e8e57854e26de27cdcfbbf7ac1e34 | 8b52994bbd8db9de7bcb7f15012261a0f9554977 | refs/heads/main | 2023-06-10T13:17:50.285139 | 2021-06-27T12:46:10 | 2021-06-27T12:46:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,665 | c | // xiaojuan.c
inherit NPC;
void create()
{
set_name("小娟", ({ "xiao juan","juan" }) );
set("title", "民女");
set("gender", "女性" );
set("age", 16);
set("str", 1);
set("per", 30);
set("long", @LONG
小娟姓刘,是这里刘老农的独生女。今年十六岁,人长的漂亮又大方。
正在这里洗衣裳。你也许想和她谈谈(talk)。
LONG
);
set("combat_exp", 1);
set("attitude", "friendly");
/... | [
"i@oiuv.cn"
] | i@oiuv.cn |
484392eb35fee23995be2607bbdf76947cfea7c1 | 38b55091ff157a5e768e84d47d6e65d3264cdcf8 | /stage1/modification/y.tab.c | 213acb0c150fd80d2cef1fae17159ffdacdf7800 | [] | no_license | amala1618/expl_nitc | 8024bbd0df7931b1b71dddc89e9b980585555ba3 | 74726e4de92a01424250a1ce5095d3f158796de9 | refs/heads/master | 2022-03-29T21:12:10.557912 | 2019-07-15T10:54:36 | 2019-07-15T10:54:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 45,563 | c | /* A Bison parser, made by GNU Bison 3.0.4. */
/* Bison implementation for Yacc-like parsers in C
Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by... | [
"lingamanenidivya963@gmail.com"
] | lingamanenidivya963@gmail.com |
2a7f49f9b5c433a68cc27254f95e8f43edbaf426 | 0bbf35091b8b9ea10ce65ccdd0b9dbf459dc64ed | /platform/Device/SiliconLabs/EFR32FG14P/Include/efr32fg14p_prs.h | e9ea433b43202fcef1983595b1b11008ac07ee96 | [
"Zlib"
] | permissive | silabs-DavidS/sdk_support | c833d95bef26c1a2e070a89b2d80c7c2bb8da3e5 | d394d99c9d8f36c128085c5a8115b70b2cd8685e | refs/heads/master | 2022-12-05T08:38:10.266469 | 2020-08-25T02:35:31 | 2020-08-25T02:35:31 | 290,084,030 | 0 | 1 | NOASSERTION | 2020-08-25T02:36:23 | 2020-08-25T01:45:52 | C | UTF-8 | C | false | false | 128,027 | h | /***************************************************************************//**
* @file
* @brief EFR32FG14P_PRS register and bit field definitions
*******************************************************************************
* # License
* <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b>
*********... | [
"jean-francois.penven@silabs.com"
] | jean-francois.penven@silabs.com |
f1013fec57b8a5dd21f2f5d6359d16d88261a40c | 9b4cecc9f1cd58268c8e75aca369c1844d5b3c6f | /loopFake.C | ae4b038ad18a44147dafe8d35e28bac0adf65e37 | [] | no_license | pmrc/reducible_background | 7675008de6e16d2a47406e0081c360d843608740 | ad45d14fc0a2c5101799f2aac95c8bd6c0eac0eb | refs/heads/master | 2021-01-09T20:52:50.176060 | 2016-07-26T11:44:07 | 2016-07-26T11:44:07 | 59,648,914 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 34,340 | c | //Created by Christophe Orchando
//Modified by Pedro Cipriano
// C/C++ include
#include <vector>
#include <string>
#include <iostream>
#include <fstream>
#include <iomanip>
#include <TTree.h>
#include <TH1.h>
#include <TFile.h>
#include <TLorentzVector.h>
#include "ZZAnalysis/AnalysisStep/interface/FinalStates.h"
/... | [
"pedro.cipriano@ua.pt"
] | pedro.cipriano@ua.pt |
20ecd72ef9769cf0b3e924baddf4190340a5ebba | efe1131a33ee82e7c46b5af4cf200dcae8eb4add | /mfc/INCLUDE/AFXCMN.H | 45c95c5b0aa68ef778ae087c2d04b653eaf037b0 | [
"BSL-1.0"
] | permissive | ALEHACKsp/dmc | 819398bbb46e8b5a8ef5c344ef2a0f8b4ee8903c | 9478d25a677f70dbe4fc0ed317cc5a5e5050ef8b | refs/heads/master | 2022-12-28T13:36:57.721262 | 2020-10-11T07:47:16 | 2020-10-11T07:47:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 125 | h | /* copyright 1995 - Symantec Corporation */
#if __SC__ || __RCC__
#pragma once
#endif
#include <32-bit\afxcmn.h>
| [
"walter@walterbright.com"
] | walter@walterbright.com |
d74b9b3dc0159563c79de08cddc976bd62596777 | b111b77f2729c030ce78096ea2273691b9b63749 | /perf-native-large/project859/src/component1074/headers/component1074/lib3.h | 7b4da0ba15b2bdb8cb060d58447c6299798f8976 | [] | no_license | WeilerWebServices/Gradle | a1a55bdb0dd39240787adf9241289e52f593ccc1 | 6ab6192439f891256a10d9b60f3073cab110b2be | refs/heads/master | 2023-01-19T16:48:09.415529 | 2020-11-28T13:28:40 | 2020-11-28T13:28:40 | 256,249,773 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 151 | h | #ifndef PROJECT_HEADER_component1074_3_H
#define PROJECT_HEADER_component1074_3_H
int component1074_3();
#endif // PROJECT_HEADER_component1074_3_H | [
"nateweiler84@gmail.com"
] | nateweiler84@gmail.com |
47ed5156cc6d2efe67fb863a732c603c1deab423 | 6c758d4a3f875992f87c342eb010e6a0c5a94274 | /libft/ft_lstdelone.c | fd96c30719296db7c7ba5fde051ee979baacacb7 | [] | no_license | CoenNaude/WTC_ | 5c3a06b1add40a764c6789cb4cd25b7b9198d692 | a66c8e879a0b3e86afbf601fd89da5de2218faa0 | refs/heads/master | 2020-04-18T07:43:36.827368 | 2019-02-05T14:04:17 | 2019-02-05T14:04:17 | 167,370,281 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,084 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstdelone.c :+: :+: :+: ... | [
"cnaude667@gmail.com"
] | cnaude667@gmail.com |
f73059d9374a3ed94b8cd3a36061d390b694b3fa | a3be99fec300a41bcc192cdf591df44e4e3a11e4 | /lab2/lab2a/main.c | 1846d85ff8aa93ba2c0b2f9722c6f15a901ee47e | [] | no_license | mixa2130/os | 84f1176fb808b4f981f8a7ac587b49092fe4cc90 | 5ef824591b414bc8a6ae9e5f8fd55c7393ed8035 | refs/heads/master | 2023-02-18T20:50:36.031925 | 2021-01-07T15:31:23 | 2021-01-07T15:31:23 | 310,437,926 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,583 | c | #include <stdio.h>
#include <unistd.h>
#include <sys/wait.h>
#include <stdlib.h>
#include <time.h>
int main() {
int pipefd[2]; // pipefd[0] - read end
// pipefd[1] - write end
if (pipe(pipefd) == -1) {
perror("pipe");
exit(EXIT_FAILURE);
}
pid_t pid = fork();
s... | [
"mixa21.11@mail.ru"
] | mixa21.11@mail.ru |
570c66e8426faf6d2c20737b4425b3a18d5bf72b | e228071b1e5c385ce9bdf9110df7d657be7a6586 | /src/asn/rrc/ASN_RRC_RRCReconfigurationComplete.c | 76f735269c1219d79d8142eb95c4661585a16c44 | [
"LicenseRef-scancode-proprietary-license",
"GPL-3.0-only"
] | permissive | anhtrung87vn/ue-ran-sim | cfd6138fcac498923ec602b27e3c73f53aacb371 | cca07a8cd8da5a945e105a60377143eaa78be95d | refs/heads/master | 2023-04-29T01:32:04.592375 | 2023-03-20T17:25:23 | 2023-03-20T17:25:23 | 278,814,429 | 0 | 0 | MIT | 2020-07-11T07:47:15 | 2020-07-11T07:47:14 | null | UTF-8 | C | false | false | 6,039 | c | /*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "NR-RRC-Definitions"
* found in "asn/nr-rrc-15.6.0.asn1"
* `asn1c -fcompound-names -pdu=all -findirect-choice -fno-include-deps -gen-PER -no-gen-OER -no-gen-example -D rrc`
*/
#include "ASN_RRC_RRCReconfigurationComplete.h"
#include ... | [
"aligng1620@gmail.com"
] | aligng1620@gmail.com |
2bde41d2a45598c21910d6ce1e2a802269cd306e | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/fs/gfs2/extr_super.c_gfs2_statfs_change_in.c | d398c34ccad8a92f4099538d2b911a5afa85c532 | [] | no_license | isabella232/AnghaBench | 7ba90823cf8c0dd25a803d1688500eec91d1cf4e | 9a5f60cdc907a0475090eef45e5be43392c25132 | refs/heads/master | 2023-04-20T09:05:33.024569 | 2021-05-07T18:36:26 | 2021-05-07T18:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 905 | c | #define NULL ((void*)0)
typedef unsigned long size_t; // Customize by platform.
typedef long intptr_t; typedef unsigned long uintptr_t;
typedef long scalar_t__; // Either arithmetic or pointer type.
/* By default, we understand bool (as a convenience). */
typedef int bool;
#define false 0
#define true 1
/* Forward d... | [
"brenocfg@gmail.com"
] | brenocfg@gmail.com |
6b81bf69a71671c0d347c2dfa5de6af5535606a5 | aeb2d28aa2a9ce281e0ec50c64fb7cf24a8b18e6 | /net-snmp/subagent/dot11SpeedLimitTable/dot11SpeedLimitTable_interface.c | bf126952d582a762396d443fc0125342c996f778 | [] | no_license | kkcloudy/dameongroup_v0.1 | 2767df096e3f5ac27437c9a2589e55c51aafd91e | 92e93607c3ad3e3e9818c86131b9a5d727c61b6a | refs/heads/master | 2021-05-30T05:53:44.202801 | 2015-10-27T02:07:25 | 2015-10-27T02:07:25 | 48,022,080 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 79,614 | c | /*
* Note: this file originally auto-generated by mib2c using
* version : 15899 $ of $
*
* $Id:$
*/
/*
* *********************************************************************
* *********************************************************************
* ********************************************************... | [
"sush@autelan.com"
] | sush@autelan.com |
103278f666843c3f0002f6e7cbe1062ffef380a4 | 78778e55cdcde68b14a10b76b07b6036f2413628 | /lab6/5-10.c | 37f84390817add078d3fe7de489a1c1553f8179c | [] | no_license | wang7167/clabs | 254729b4b6deb1df06209677c46f03197c0eb77a | a89613f5d485f7e8acc877a9b4f12033c262c348 | refs/heads/master | 2020-08-31T21:25:08.721132 | 2019-12-27T08:22:34 | 2019-12-27T08:22:34 | 217,481,926 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,478 | c | #include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#define MAXOP 100
#define NUMBER '0'
int getop(char s[]);
void push(double);
double pop(void);
char s[MAXOP];
int main(int argc, char *argv[])
{
int type;
double op2;
int j = 1;
int a = argc;
while((argc--)>0 && j<a){
type = getop(argv[j... | [
"2503036782@qq.com"
] | 2503036782@qq.com |
4a3c528f14fe23adcfc22783fd042014c3db7ad0 | 966ef2534cf9e4ec5d288f336616a65fa1a41848 | /ffc/_reports.h | 415e23462d7328cdd83fbb1d7285c829bff23594 | [] | no_license | VFPX/FFC | 142cdc00afe024e8d3334e8888b3052fac9d97a4 | 3c084fb9eb5152d49cb4ff1c55a66152209a652f | refs/heads/master | 2021-11-24T10:24:47.001735 | 2021-11-10T20:36:17 | 2021-11-10T20:36:17 | 87,809,639 | 3 | 2 | null | null | null | null | UTF-8 | C | false | false | 3,920 | h | * _REPORTS.H
* Header file for _REPORTS.VCX classes
* common dialog flag constants and results for ShowFont:
#DEFINE cdlCFScreenFonts 0x1
#DEFINE cdlCFANSIOnly 0x400
#DEFINE cdlCFForceFontExist 0x10000
#DEFINE cdlCFNoStyleSel ... | [
"dhennig@stonefield.com"
] | dhennig@stonefield.com |
84fb53bc84630322fc9c9d9ba9f16b20d90d6e82 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/42834ceb-343b-4e48-8312-c250b61cb9ab.c | 645b27557811ac27a023034fb65ddac1cb97de01 | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 595 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i-j;
l = k+j;
j = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
int b[15];
int c[58];
a = 0;
do {
a++;
//ra... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
1128181bfdaac297d6b65bec4ad4b4d3e389677b | 644f570ed0b94ea93fce6e5ca6027023f0b22491 | /libft/srcs/libft/ft_splitwsp.c | 5ca0c28ed7d540ae08295657c4f942602a5232d5 | [] | no_license | Medno/Scop | 64a78710347e0dee631f0d908c5505d1c3ee729a | fa98eac5bce9aa76655c327e1ff3ee70004aceb9 | refs/heads/master | 2020-07-23T13:44:12.752188 | 2020-01-28T00:10:07 | 2020-01-28T00:10:07 | 207,577,378 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,395 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_splitwsp.c :+: :+: :+: ... | [
"phil.chadenier@gmail.com"
] | phil.chadenier@gmail.com |
90925554e6c59fa84e2c4789c61a0ab0842aa952 | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/linux-master/drivers/reset/reset-hsdk.c.bak.c | ef7cd902f475b43c83108baf4e1011a0025c6c0a | [] | no_license | zhiyuanjia/WoBench | 878255ce45e76ef57f88743c7f43acdfa59e93e7 | 6b337780cbd598de98fc0eabd19efaf1a01b6012 | refs/heads/master | 2021-09-23T03:12:08.091319 | 2018-06-14T10:17:59 | 2018-06-14T10:17:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,645 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
/*
* Copyright (C) 2017 Synopsys.
*
* Synopsys HSDK Development platform reset driver.
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of any kind, whether ... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
37efa2fce6dfcd07752b8717397abdeaf3ce435a | 69bc56b54d7b83f8c2a51893107fd9f19a9db22e | /codekata/player/append_to_string.c | e5f51540438aefddde6df988263f12305ecf9be9 | [] | no_license | Priyanka096/Programs-in-C-Java | 239dbe35ad48344320fc501d1aad9cf69a6d4525 | 660a05fae590b6aae99e3a82023993d861655982 | refs/heads/master | 2021-09-17T23:53:12.051896 | 2018-07-07T05:34:00 | 2018-07-07T05:34:00 | 114,607,622 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 134 | c | #include <stdio.h>
#include <string.h>
int main(void) {
char str[20];
scanf("%s",str);
strcat(str,".");
printf("%s",str);
return 0;
}
| [
"noreply@github.com"
] | Priyanka096.noreply@github.com |
e50b57d482029b20f5f18fd1f7841aac3d2b0dc1 | a833b57713af38fb8793f84533aceac6051df83f | /tools/serial.c | 020d8761028cbb62e9b5cb9001c2bfe70d81a8a0 | [] | no_license | plax0850/ubitxv6 | 465cdca7f5311cd200063d601c739e69cf4c9a44 | d0ade0c797e9e7b6657023cad2d49ed47976a4e1 | refs/heads/master | 2023-03-19T09:49:02.755922 | 2021-03-16T02:07:32 | 2021-03-16T02:07:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,690 | c | /*
* Copyright (C) 2020 Rhizomatica <rafael@rhizomatica.org>
*
* This is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3, or (at your option)
* any later version.
*
* This software is dis... | [
"rafael@riseup.net"
] | rafael@riseup.net |
213100625fbddd78754e1c318a0b366ccf57fb72 | 2fe4e069831dc13785d6d85d48ff5b3e7917e49a | /xdk-asf-3.x/sam0/drivers/extint/quick_start_callback/qs_extint_callback.c | afdf101c5594806ad8f8eef7fb6a5d2f200a18c6 | [] | no_license | nandojve/embedded | 2c349bf2dbffa1ef5e0fa80c60b7d9a7c589e554 | da9fb2810a06980821bd4736ae622a80de6025d3 | refs/heads/master | 2021-01-21T12:27:09.764365 | 2015-01-05T23:09:53 | 2015-01-05T23:09:53 | 18,577,491 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,234 | c | /**
* \file
*
* \brief SAM D20/D21/R21 External Interrupt Driver Quick Start
*
* Copyright (C) 2013-2014 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the fol... | [
"nandojve@gmail.com"
] | nandojve@gmail.com |
79d250b0682aa38ec9315d1378a31a7db508a0ab | 2a0af5b2bd2d8346ab16c50ea37cc3e389256aec | /sort.c | f8b7553b15aa9c87fecefe1656efa2f8da0fa748 | [] | no_license | ninki51/mysqlProcedure | da9c4b0200bc28d1375eb10c83486996de5c0f70 | e23cf867e5ca38409a92ff6adc59d8622889237c | refs/heads/master | 2021-05-06T16:22:09.504337 | 2018-11-27T03:28:33 | 2018-11-27T03:28:33 | 113,731,025 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 764 | c | #include <stdlib.h>
#include <stdio.h>
#include "time.h"
int main(int arg,char **argv)
{
clock_t start_time = clock();
int data[3000];
int i;
int length=sizeof(data)/sizeof(int);
for(i=0; i<length;i++)
{
data[i] = rand()%10000+1;
}
int j,temp;
for(i=0;i<length;i++)
{
... | [
"noreply@github.com"
] | ninki51.noreply@github.com |
6debb04bed401e0874ea0d8e80084eb4e7a3a73f | 86292f510808b7f3d253da96c42ae05ebeb304e6 | /gcc-ompinfo.c | 14f7f0a6fe5505c5629576be6eddd68575beb13b | [] | no_license | kkourt/gcc-ompinfo | 47a2936ab690e322fbda2d8877d3852fb98999c9 | 9a3bef8827b6599183010d7913b6343bcb7c5241 | refs/heads/master | 2016-09-01T18:00:31.801686 | 2011-06-12T13:54:23 | 2011-06-12T13:54:23 | 1,884,156 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 12,118 | c | /**
* GCC plugin to draw a graph of OpenMP constructs using graphviz
* Kornilios Kourtis <kkourt@cslab.ece.ntua.gr>
*/
#include <stdlib.h>
#include <gcc-plugin.h>
#include <tree-pass.h>
#include <gimple.h>
#include <splay-tree.h>
#include <tree.h> /* build_function_type, build_fn_decl */
#include <tree-flow... | [
"kkourt@cslab.ece.ntua.gr"
] | kkourt@cslab.ece.ntua.gr |
e4c575e1bbf67a3efc6c6a10d5331910c2139ed2 | 5762e4c45d8ec1115c6574403a2e62523b40f2b6 | /src/platform/xmc4000/xmclib/src/xmc_ebu.c | 14b47bc836cd28aad5e5f6b4f8ae9582d6b26788 | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | HEYAHONG/elua | 8124a0d30aa16bb67d56297494a39976e9f6748d | 4bfec7dbbe43d715952bbbdfd60c42d14f69022e | refs/heads/master | 2021-06-16T07:27:45.251004 | 2021-01-30T02:32:54 | 2021-01-30T02:32:54 | 132,546,116 | 0 | 0 | NOASSERTION | 2021-01-30T02:32:55 | 2018-05-08T03:02:39 | C | UTF-8 | C | false | false | 5,761 | c | /**
* @file xmc_ebu.c
* @date 2017-06-24
*
* @cond
*********************************************************************************************************************
* XMClib v2.1.18 - XMC Peripheral Driver Library
*
* Copyright (c) 2015-2017, Infineon Technologies AG
* All rights reserved. ... | [
"ramangopalan@gmail.com"
] | ramangopalan@gmail.com |
fb60a2430868aa1f619128b425d3c6497125a0c3 | f60f0c23cc47746a0781792122c7aca05f662a5b | /test/suanfa/stringChange.c | a2a53c06544f8546d7c1145ee3542830980a9672 | [] | no_license | murongyimo/learnGit | 2661dc30682fc3a0b78061170afd98f9c2a64ee2 | 98bc3c88c32e63901be00a96844270a9453de230 | refs/heads/master | 2020-12-24T21:00:51.019286 | 2016-05-28T03:46:21 | 2016-05-28T03:46:21 | 59,417,654 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,967 | c | /*************************************************************************
> File Name: stringChange.c
> Author:
> Mail:
> Created Time: 2016年04月30日 星期六 14时34分17秒
************************************************************************/
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#define MAXSTR 100
... | [
"koumengzhen@gmail.com"
] | koumengzhen@gmail.com |
cc66d7dd04045a9dcb1138d50373429b321b513c | c7792b5e5ae5e74d643518a5b0644020288fc6da | /mutants/fuzzgoat.mutant.6126.c | a46e2edbbc67b52650f8005b9fc731513391aa77 | [
"BSD-2-Clause"
] | permissive | agroce/fuzzgoattriage | 0dc99daf2d061aaa0f58ceef3657b6f9ff411613 | 173c585cc7e87bcb2b82ae22fde56935352cd597 | refs/heads/master | 2020-07-29T14:49:39.691056 | 2019-09-20T18:07:19 | 2019-09-20T18:07:19 | 209,830,892 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 32,159 | c | /* vim: set et ts=3 sw=3 sts=3 ft=c:
*
* Copyright (C) 2012, 2013, 2014 James McLaughlin et al. All rights reserved.
* https://github.com/udp/json-parser
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1... | [
"agroce@gmail.com"
] | agroce@gmail.com |
9b5e641fcb3a432661d46775ef3172590a89c726 | 67b7e6d2c08f08403ec086c510622be48b8d26d8 | /src/backend/cdb/cdbpgdatabase.c | ce2bf5d1ca22908433bce8bd7e8847f77eb56e10 | [
"Apache-2.0",
"PostgreSQL",
"LicenseRef-scancode-rsa-md4",
"OLDAP-2.8",
"HPND-sell-variant",
"BSD-4-Clause-UC",
"BSD-3-Clause",
"Zlib",
"LicenseRef-scancode-zeusbench",
"LicenseRef-scancode-mit-modification-obligations",
"OpenSSL",
"MIT",
"LicenseRef-scancode-other-copyleft",
"bzip2-1.0.6"... | permissive | sshyran/gpdb | 41012411d22b0294204dfb0fe67a1f4c8d1ecaf6 | 2d065ecdd2b5535cb42474f17a0ee6592b4e6837 | refs/heads/master | 2023-04-09T14:05:44.030212 | 2016-11-12T08:33:33 | 2016-11-12T08:34:36 | 73,544,159 | 0 | 0 | Apache-2.0 | 2023-04-04T00:30:10 | 2016-11-12T09:43:54 | PLpgSQL | UTF-8 | C | false | false | 3,455 | c | /*-------------------------------------------------------------------------
*
* cdbpgdatabase.c
* Set-returning function to view pgdatabase table.
*
* IDENTIFICATION
*
*-------------------------------------------------------------------------
*/
#include "postgres.h"
#include "funcapi.h"
#include "access/heap... | [
"invalid@invalid"
] | invalid@invalid |
3eddbe92f4262bc5706039fb232df34e2c8c836d | 1a5b41bc860bf43b4c271e9d62f3b55ca2a44e8d | /source/writeCase_abc_f64.c | b14a6fd330eb6b87d636f40020eb92601740b73f | [
"BSD-3-Clause"
] | permissive | darius-bluespec/berkeley-testfloat-3 | e88e1cf3170771b9fdb28d035ec7bec5c86eb05c | 8abb14e5cfa6eaa5ac7a212a44d8ea768a039bea | refs/heads/master | 2021-01-18T20:55:00.210056 | 2015-11-03T22:44:35 | 2015-11-03T22:44:35 | 44,674,413 | 0 | 0 | null | 2015-10-21T12:24:40 | 2015-10-21T12:24:40 | null | UTF-8 | C | false | false | 2,276 | c |
/*============================================================================
This C source file is part of TestFloat, Release 3a, a package of programs for
testing the correctness of floating-point arithmetic complying with the IEEE
Standard for Floating-Point, by John R. Hauser.
Copyright 2011, 2012, 2013, 2014 T... | [
"jhauser@eecs.berkeley.edu"
] | jhauser@eecs.berkeley.edu |
08f86c87d43f66d13835f2471c0bc33f00cf9008 | b6a4ba8ea9f10a91386201321e0c7213c9252359 | /bootloader/apps/i2c_bootloader/bootloader/firmware/src/config/sam_da1_xpro/peripheral/sercom/i2c_slave/plib_sercom2_i2c_slave.c | 0e008b02df232ebb7a4bb8e26494067c61b99e94 | [] | no_license | LeoZhang-ATMEL/mxt_bl | 1b627a50e05aba41d0a33b84a41a92ae501acf2d | 0cd796739c82322091ac3a6e9d9151d96f6be76e | refs/heads/master | 2022-07-24T06:36:24.176713 | 2020-05-17T02:30:14 | 2020-05-17T02:30:14 | 264,569,115 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,557 | c | /*******************************************************************************
Serial Communication Interface Inter-Integrated Circuit (SERCOM I2C) Library
Source File
Company:
Microchip Technology Inc.
File Name:
plib_sercom2_i2c_slave.c
Summary:
SERCOM I2C PLIB Slave Implementati... | [
"liang.zhang@microchip.com"
] | liang.zhang@microchip.com |
a04f274a3824cd0762990b962d8b2c8488df495f | 4aee36c4b3c68a5684d8fcdd2b0f197e602512a0 | /3HC_Firmware/USBFS_Bulk_Wraparound.cydsn/main.c | 4be587814bab756af10deafaa6df7da4a79e6b42 | [] | no_license | SlugSat/3HC | ea746c89d6e3ee51d02778cdbfd24b10e631a7df | 2d008858f0d8cfd2235487b3ac0535d728e3ec72 | refs/heads/master | 2021-01-02T13:42:19.820758 | 2020-07-28T17:52:33 | 2020-07-28T17:52:33 | 239,644,033 | 1 | 1 | null | 2020-02-11T06:40:42 | 2020-02-11T00:39:58 | null | UTF-8 | C | false | false | 5,246 | c | /*******************************************************************************
* File Name: main.c
*
* Version: 3.0
*
* Description:
* This example project demonstrates how to establish communication between
* the PC and Vendor-Specific USB device. The device has two endpoints:
* BULK IN and BULK OUT. The OUT en... | [
"cmcotter@ucsc.edu"
] | cmcotter@ucsc.edu |
fbf938101632607c80b0a2f2314382cf2d8a48e2 | ea965b8f111752ddaafa12621afa20651f26d0b3 | /bme280/bme280.h | dccbc35c2d0b7ccee6b1eb79ac6570478f13a265 | [] | no_license | Mrprofy/stm32 | e133a46f9cee968dcd2808cfaf92a518bfdba683 | d9c2e8aa692c816e6672fbc283258e924ab78c03 | refs/heads/master | 2021-01-21T02:49:29.170464 | 2015-06-05T22:12:01 | 2015-06-05T22:12:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,901 | h | #ifndef __BME280_H
#define __BME280_H
// BME280 HAL
#define BME280_I2C_PORT I2C2 // I2C port where the BME280 connected
// BME280 I2C related
// All possible I2C device address values
#define BME280_ADDR_G (uint8_t)0x76 // I2C address when SDO connected to GND
#define BME280_ADDR_V... | [
"dsemernin@gmail.com"
] | dsemernin@gmail.com |
770668f567bb6845e3682bbf264296d347451b67 | d06c4ce1ea76f2c2fed979d75362a743defdbf5d | /day 3/day3.c | 83693611ec5d81c459411cdc9c6453c36e6d380e | [] | no_license | ivanhrabcak/advent-of-code-2020 | 1a14c3bf7bc5401c2e6b6bb28f1d63aa65772649 | 1e6020da8a6e7d7360bd209404181b91a2c4c8d5 | refs/heads/master | 2023-01-31T03:12:29.706655 | 2020-12-16T09:18:26 | 2020-12-16T09:19:03 | 317,830,143 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,922 | c | #include <stdio.h>
#include <stdbool.h>
#include <unistd.h>
#include <stdlib.h>
#define len(x) (sizeof(x) / sizeof(x[0]))
typedef struct position {
int x;
int y;
} position;
bool file_exists(const char *filename) {
return access(filename, F_OK) == 0;
}
void add_slope(position *position1, position *po... | [
"ivan.hrabcak@gmail.com"
] | ivan.hrabcak@gmail.com |
13299e86f2479d9143555cbcd00ce3d7fa4bed61 | ad3bc509c4f61424492b2949e03c60628f631a31 | /test/encodings/unicode_group_Sc_x_encoding_policy_ignore.c | aadfd756095457433cd9ef50166721fe381a2403 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain"
] | permissive | sergeyklay/re2c | 0b1cdbfe40b4514be33320b2e1d263cf5d6426d6 | 88ff1e5a2ad57d424fe999e17960c564886d36f4 | refs/heads/master | 2021-12-23T22:24:30.716697 | 2021-06-26T22:56:00 | 2021-06-27T15:23:28 | 299,206,360 | 0 | 0 | NOASSERTION | 2021-06-19T10:49:05 | 2020-09-28T06:10:35 | C | UTF-8 | C | false | false | 3,179 | c | /* Generated by re2c */
#line 1 "encodings/unicode_group_Sc_x_encoding_policy_ignore.re"
// re2c $INPUT -o $OUTPUT -x --encoding-policy ignore
#include <stdio.h>
#include "utf16.h"
#define YYCTYPE unsigned short
bool scan(const YYCTYPE * start, const YYCTYPE * const limit)
{
__attribute__((unused)) const YYCTYPE * YYM... | [
"skvadrik@gmail.com"
] | skvadrik@gmail.com |
0becfaf31abd41fb5610f8cd59eb041a662a9f18 | 1fabbdfd1ca9ea1b6808893e12bd907eb74de414 | /xcode/Classes/Native/mscorlib_System_Collections_Generic_Dictionary_2_Enumerator__18MethodDeclarations.h | c4bd023a134907846ae478603492f0c40d0fa2d3 | [] | no_license | Klanly/TutorialPackageClient | 6f889e96c40ab13c97d107708ae8f3c71a484301 | b9d61ba2f287c491c9565b432f852980ec3fee28 | refs/heads/master | 2020-12-03T01:42:35.256114 | 2016-11-01T02:40:21 | 2016-11-01T02:40:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,008 | h | #pragma once
#include <stdint.h>
#include <assert.h>
#include <exception>
#include "codegen/il2cpp-codegen.h"
// System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Collections.Generic.List`1<GCGame.Table.Tab_SceneNpc>>
struct Enumerator_t5605;
// System.Object
struct Object_t;
// System.Collection... | [
"bu213200@gmail.com"
] | bu213200@gmail.com |
e23fbe2228e26f6bde31534b0e6bb26fdfcdd9fc | 1b8ae277ef7f39af15b6e0bff057c433dc44a109 | /src/mame/drivers/egghunt.c | 2492f71d50885dd9776c62349af4a66d293da66b | [] | no_license | ilitirit-za/ShmupMame-unofficial | 2ea58e7674df935c98e73d34ca888152b82c570d | 2ddd533fbaceac256cf0fbc2f918de1966280a22 | refs/heads/master | 2021-01-11T02:07:06.094952 | 2016-10-24T11:17:30 | 2016-10-24T11:17:30 | 70,804,668 | 3 | 0 | null | 2016-10-21T13:17:50 | 2016-10-13T12:35:08 | C | UTF-8 | C | false | false | 14,423 | c | /*
Egg Hunt
hardware seems close to mitchell.c
--
palette format is different
has a sound cpu
ports shuffled around a bit
the following string is at the start of the roms
INVI IMAGE COPYWRITE 1995 OCT SEOUL IN KOREA
TEL 02-569-5830
PROGRMED BY JANG-K.Y
GRAPHIC DESIGN KIM-Y.H & LEE-H.M
(and in the sound program)... | [
"ilitirit@gmail.com"
] | ilitirit@gmail.com |
4eefad9eb07fd46563bfb08fcaa8219326c42c52 | 549a01576af16047c07bf5c39f64e41f27e0c5a0 | /src/include/wcpss/wid/ACMsgq.h | 370fbe9d57de5deb8df7822662fb551177125275 | [] | no_license | thyho/chanos | c304f5b1d48f85bf2e724c361c3e153bc9a407fc | 38945dd4d2bd2f9611a34e7392647b893268544c | refs/heads/master | 2021-01-15T21:39:42.690965 | 2014-11-07T08:20:28 | 2014-11-07T08:20:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,811 | h | #ifndef ACMSGQ_H
#define ACMSGQ_H
typedef enum{
CONTROL_TYPE = 1,
DATA_TYPE = 2
}MQType;
typedef enum{
WLAN_S_TYPE = 1,
WTP_S_TYPE = 2,
Radio_S_TYPE = 3,
STA_S_TYPE = 4,
WDS_S_TYPE = 5
}MQSubType;
typedef struct{
unsigned int len;
char Data[2048];
}MQ_DATA;
typedef enum{
WLAN_ADD = 0,
WLAN_DEL = 1,
WLA... | [
"thyho@163.om"
] | thyho@163.om |
e6730c4e3b05d35142eec8ef7f5079b66a5ed9cf | 81f689567f5a64989d73ba0ad2109418047bd52a | /Semester_5/Real-Time/Lecture Notes/rpun_r27_projects/solutions/interrupt/intsimple_kbd_ev.c | c5bb55edffbdb27c725d501afedb81b8c4d25cb3 | [] | no_license | hutiann/School_Stuff | b87459b7e2f9239b4f414d782de6b991beddde27 | 67024c9fac9e0b0517e0df30520b82053c91d3fd | refs/heads/master | 2020-07-01T12:46:59.390421 | 2012-11-12T23:24:31 | 2012-11-12T23:24:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,379 | c |
/*
* intsimple.c
*
* This module demonstrates will contain code for handling an
* interrupt.
*
* To test is, simply run it. Note that you may have to do something
* to cause the interrupts to be generated (e.g. press a key if
* handling the keyboard interrupt).
*
* intsimple
*
*/
#include <errno.... | [
"willy@WILLY-LAPTOP.(none)"
] | willy@WILLY-LAPTOP.(none) |
d6902fbf0b4431da52ab635af1713e5acc00327c | 343eb563d39d8dd3c197a699610bff9e8a0cded9 | /mcu/xdk-asf-3.48.0/sam/applications/sam4e_ek_demo/network/timer_mgt_sam.c | 35ad16bace5d88dcf1a297b56430c26b4274719c | [] | no_license | philb/etherz | 3c9d2aaca37ccf46f51dd742ad5d48a6f416c28c | 3ca7b9411d00c6988850fc0e14c2f2ca511c0b90 | refs/heads/main | 2023-05-07T13:43:04.938810 | 2021-05-31T11:28:02 | 2021-05-31T11:28:02 | 345,592,954 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,852 | c | /**
* \file
*
* \brief Timer management for LwIP.
*
* Copyright (c) 2013-2018 Microchip Technology Inc. and its subsidiaries.
*
* \asf_license_start
*
* \page License
*
* Subject to your compliance with these terms, you may use Microchip
* software and any derivatives exclusively with Microchip products.
*... | [
"philb@brightsign.biz"
] | philb@brightsign.biz |
9af415e88cc03384eb30428d297828860fb42df2 | ecdf41aa21c93b780033e632ca5cb7a1435cb601 | /src/mx_l_sort_m_time.c | 558e2e8dd056110097612c066e8af9e0be696d8f | [] | no_license | ddikhtiar/uls | cef6be7928c7838091873d164209bc4cc83ab3f3 | 896cc8ee6e28471acdb20f71849d770b2a432a5d | refs/heads/master | 2020-12-14T15:24:58.196458 | 2020-03-01T17:51:03 | 2020-03-01T17:51:03 | 234,785,571 | 2 | 1 | null | 2020-01-30T15:56:37 | 2020-01-18T19:26:06 | C | UTF-8 | C | false | false | 689 | c | #include "uls.h"
void mx_l_sort_m_time(t_d_list **list) {
t_d_list *ptr1 = *list;
t_d_list *ptr2 = NULL;
if (ptr1->path == NULL)
ptr1 = ptr1->next_list;
if (!ptr1)
return;
while (ptr1->next_list != NULL) {
ptr2 = ptr1->next_list;
while (ptr2) {
if (ptr1-... | [
"dikhtyard@gmail.com"
] | dikhtyard@gmail.com |
26bb127294d35257218f7ddf091e094f049c55cc | 8f7bfa5e2b457057e18cb232b60d3f75c612c28f | /mono-2.0/mono/metadata/appdomain.h | 162af1c43edbb7224482009598aac5d31ac33d85 | [] | no_license | NicholasKangZH/SaltyToastMono | 9f6f76969a563bc34098724db1988970b994c406 | 2c8e61a04535643a880b328b3d9b3ef3f95716c1 | refs/heads/master | 2020-08-02T10:48:05.182131 | 2019-09-28T06:44:20 | 2019-09-28T06:44:20 | 211,322,932 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,585 | h | /**
* \file
* AppDomain functions
*
* Author:
* Dietmar Maurer (dietmar@ximian.com)
*
* (C) 2001 Ximian, Inc.
*/
#ifndef _MONO_METADATA_APPDOMAIN_H_
#define _MONO_METADATA_APPDOMAIN_H_
#include <mono/utils/mono-publib.h>
#include <mono/utils/mono-forward.h>
#include <mono/metadata/object.h>
... | [
"noreply@github.com"
] | NicholasKangZH.noreply@github.com |
f0b2e3a6af61737c212d72de81070b1a884dcd17 | b336df1690a725427f9f54e6e112908bf7be8873 | /codegen/mex/epu_n_unit_accumulator/all.c | 171259505e71d88fb2029f42772078636e669f28 | [
"MIT"
] | permissive | bramzandbelt/epu | 3942479e07cd4951eba73dc4db69c1a31a3892fc | 1179d338f96ef286bb91550825a08afac28d44d1 | refs/heads/master | 2021-03-16T07:55:25.477057 | 2019-02-07T20:12:28 | 2019-02-07T20:12:28 | 10,853,624 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,838 | c | /*
* all.c
*
* Code generation for function 'all'
*
* C source code generated on: Fri Aug 31 09:23:48 2012
*
*/
/* Include files */
#include "rt_nonfinite.h"
#include "epu_n_unit_accumulator.h"
#include "all.h"
#include "interp1.h"
#include "isequal.h"
#include "epu_n_unit_accumulator_mexutil.h"
/* Type Defini... | [
"bramzandbelt@gmail.com"
] | bramzandbelt@gmail.com |
2c1044d76960b268a0fdebe0867b17d775963462 | b75d4dd6e36ab51feeb74b12c412a831afd8a2a3 | /STemWin/inc/GUI_Type.h | 4b35dde429a5eb55a53720c8c3e63866efae6fe5 | [] | no_license | gxswift/F429_Driver | d8c204c504ebe3837a4f6a9ebd992ba9468d5dab | e6a789dffef36229de5c6492aa9d5b05305d1a30 | refs/heads/master | 2021-06-01T11:53:48.855390 | 2020-12-31T12:55:46 | 2020-12-31T12:55:46 | 107,424,243 | 0 | 1 | null | null | null | null | WINDOWS-1252 | C | false | false | 22,581 | h | /*********************************************************************
* Portions COPYRIGHT 2016 STMicroelectronics *
* Portions SEGGER Microcontroller GmbH & Co. KG *
* Solutions for real time microcontroller applications *
************************************... | [
"853129649@qq.com"
] | 853129649@qq.com |
de320bdd1f95325d6836351f314542b6d43b2da7 | 7cd9a4a6031d12b6d55ed7636df11a78d4d296c5 | /3_Implementation/test/test_Sorting_Operations.c | e784f3d53db0376ffe9b90092d3ed4e7b6a8a478 | [
"CC0-1.0"
] | permissive | Yukesh3100/M1_App_Fantasy-points | 827227937aa3cc6c884bea55484eb6c20c65bdff | 42f514cdda6f95bf34e822f17ddf49e2a9de1cb6 | refs/heads/main | 2023-09-05T12:00:15.112853 | 2021-11-25T09:13:36 | 2021-11-25T09:13:36 | 428,954,433 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 833 | c |
#include "unity.h"
/**
* @file test_sorting.c
* @author Nallanukala Krishna Tulasi
* @brief
* @version 0.1
* @date 2021-05-09
*
* @copyright Copyright (c) 2021
*
*/
#include "Sorting.h"
#define PROJECT_NAME "Fantasy- Points"
// Prototypes for all the test functions
void test_BubbleSort(void);
// ... | [
"noreply@github.com"
] | Yukesh3100.noreply@github.com |
cd6464cd53962f65eac36e212610a5fa77c76252 | 3a976f060d6c40efc64964cc72cbdf7eba9745ed | /Source/MultiTasking/thread.h | 8c2122569565c2df48ccb0f2553099f1557fb51b | [] | no_license | ShrutiGupta294/Pandora-OS | 13634d135ad2a60bdcd4f9783889daceba5a9264 | d90827969c50adb4e41680436cd57752d81aaf9f | refs/heads/master | 2021-08-07T05:52:59.737772 | 2017-11-07T17:20:46 | 2017-11-07T17:20:46 | 109,867,907 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,237 | h | #ifndef THREADS_H
#define THREADS_H
#include "library.h"
#include "Scheduler.h"
// This structure defines a 'task' - a process.
typedef struct __attribute__((packed)) _task //DO NOT CHANGE ANYTHING UNLESS YOU HAVE A REASON; Make changes in tasking.asm too then.
{
uint32_t esp; //0
uint32_t ... | [
"shrutigupta2360@gmail.com"
] | shrutigupta2360@gmail.com |
a50010d02e1e8f18ac2a8c64eda9e45cf993c931 | f5d536f66bebde70e9ae13177a6228f65e36b9e2 | /d/wiz/RD_board.c | 3af07ce6e6814c7481d52164ff834a46247ed9ce | [] | no_license | MudRen/es | f60a5884c6a57bddc67893bcafa78896b0fe021c | 4c2177e513c9f2e57fbcca3a9239e6a5096a6b7d | refs/heads/master | 2021-08-26T07:38:41.278630 | 2021-08-17T09:40:05 | 2021-08-17T09:40:05 | 173,731,541 | 1 | 1 | null | null | null | null | WINDOWS-1252 | C | false | false | 284 | c | inherit "/std/board/bboard";
void create()
{
bboard::create();
set_attic_dir( "/d/wiz/data/attic");
set_save_dir("/d/wiz/data");
set_save_file("RD_board");
set_location("/d/wiz/RandD");
set( "short.text", "Board of R & D");
set( "c_short.text", "Ñз¢²¿ÁôÑÔ°å");
}
| [
"i@chenxuefeng.cn"
] | i@chenxuefeng.cn |
59030e0bef8b96673b89f762b52f4ee6a9bef513 | 0edbcda83b7a9542f15f706573a8e21da51f6020 | /private/shell/cpls/desknt/ssdlg.c | a218c9bffa5657445273b723f217b59a221c9524 | [] | no_license | yair-k/Win2000SRC | fe9f6f62e60e9bece135af15359bb80d3b65dc6a | fd809a81098565b33f52d0f65925159de8f4c337 | refs/heads/main | 2023-04-12T08:28:31.485426 | 2021-05-08T22:47:00 | 2021-05-08T22:47:00 | 365,623,923 | 1 | 3 | null | null | null | null | UTF-8 | C | false | false | 52,343 | c | /* SSDLG.C
**
** Copyright (C) Microsoft, 1999, All Rights Reserved.
**
** History:
** 18 Feb 94 (Tracy Sharpe) Added power management functionality.
** Commented out several pieces of code that weren't being
** used.
*/
#include <windows.h>
#include <commctrl.h>
#include <sc... | [
"ykorokhov@pace.ca"
] | ykorokhov@pace.ca |
cf9ec6e428c7c4c76ed2ede188e685dc15da1392 | 1e2fc9892ef477bb8059b218d7ade85365472243 | /src/container_actions.c | 5495f9786c4307fd5e766d51605a083ce215329c | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause-LBNL"
] | permissive | yfxia/singularity | 6f2a4759cd005318e94edc615447c3ab03d92591 | e7c163df34d9e09d73e916e3da927db5eb8a80d1 | refs/heads/master | 2021-01-17T22:37:13.367271 | 2016-07-05T12:33:25 | 2016-07-05T12:33:25 | 59,612,734 | 0 | 0 | null | 2016-05-24T22:24:29 | 2016-05-24T22:24:29 | null | UTF-8 | C | false | false | 6,105 | c | /*
* Copyright (c) 2015-2016, Gregory M. Kurtzer. All rights reserved.
*
* “Singularity” Copyright (c) 2016, The Regents of the University of California,
* through Lawrence Berkeley National Laboratory (subject to receipt of any
* required approvals from the U.S. Dept. of Energy). All rights reserved.
*
* If... | [
"gmkurtzer@lbl.gov"
] | gmkurtzer@lbl.gov |
ac09a3eaa02c10e31d062422ef1ed0ddcfeb476c | 0c2c2e35b94b87c80aed23ed919dc5235394811b | /apx/client/inc/apx_clientSocketConnection.h | e2bd45f479ba8fd549baeffa1f745af18d42f9a2 | [
"MIT"
] | permissive | t-lund/c-apx | c241c3a68615398cfca6dcf0fb4e0fcd228e977a | 921c2c85bdb2a58dcbc89d9b8ec3e1ac1c12f071 | refs/heads/master | 2022-07-10T04:51:21.282589 | 2020-04-25T19:04:46 | 2020-04-25T22:22:19 | 263,338,962 | 0 | 0 | MIT | 2020-05-13T08:42:45 | 2020-05-12T13:06:09 | null | UTF-8 | C | false | false | 3,378 | h | /*****************************************************************************
* \file apx_clientSocketConnection.h
* \author Conny Gustafsson
* \date 2018-12-31
* \brief Client socket connection. Inherits from apx_clientConnectionBase_t (which in turn inherits from base class apx_connectionBase_t)... | [
"congus8@gmail.com"
] | congus8@gmail.com |
cbc17038df88442266c786740aeff0e2560f7619 | 622fc8bb14ac032225454b00f3f13cdda39c2dfc | /structure.c | 8999c5040ebeb243b48605f02333841d9532b267 | [] | no_license | JacobDuvall/osNotes | 9bd831e5666f81912e73fe40e59f75dc7e903a62 | f986237351e0189acccc2675ec250360e58ba78d | refs/heads/master | 2020-04-19T12:46:10.671967 | 2019-02-05T17:59:38 | 2019-02-05T17:59:38 | 168,200,759 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,764 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
struct _course
{
int student_id;
int marks;
char subject[20];
};
typedef struct _course course;
int main()
{
course *ptr;
int i, no_of_records;
printf("Enter number of records: ");
scanf("%d", &no_of_records);
ptr = (cours... | [
"jdaleduvall@gmail.com"
] | jdaleduvall@gmail.com |
9970b71623d4d838efcd8bf6f2c7062f8e8f3647 | 056e239eb98988c407f72f4b481935f4b1a2a53b | /boot-v1.0/boot/boot1/driver/drv_de/de_bsp/iep/cmu/iep_cmu.c | b0fa83b6c7ce427d16aae86bf1bb377b6c6e1819 | [] | no_license | wedoinnov/HD5_lichee | 3820320e140b0afe9ae5358341424756c5ab1942 | cc52f12aad006f9ed12a6dbd308873989396f7e5 | refs/heads/master | 2021-01-01T04:20:06.386976 | 2016-05-14T02:56:49 | 2016-05-14T02:56:49 | 58,786,407 | 0 | 1 | null | null | null | null | GB18030 | C | false | false | 11,217 | c | //*****************************************************************************
// All Winner Micro, All Right Reserved. 2007-2012 Copyright (c)
//
// File name : iep_cmu.c
//
// Description : Color Management Unit base functions implement for aw1633
//
// History :
// 2012/06/01 yuputang v1.0 Initial ver... | [
"jihong.zhang@wedoinnov.com"
] | jihong.zhang@wedoinnov.com |
034defe5159cd802bb6be7e9f69ad49308c70ecf | 9710b0908e2bb57e4e0c86daa0ab0ea8d8a2c4d4 | /c12/exam-mains/main00.c | ad333a6612699cc7c09b37eea9985c4af7039cda | [] | no_license | VukolRo/school21piscine | f6cae707e50305d310af7e315cbb371b22219b25 | 1ef8476c3e5068c3df6c4997a4d0c75888a827db | refs/heads/main | 2023-07-11T19:19:44.544784 | 2021-08-15T19:59:43 | 2021-08-15T19:59:43 | 396,469,485 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 327 | c | #include "ft_list.h"
#include <stdlib.h>
#include <stdio.h>
t_list *ft_create_elem(void *data)
{
t_list *e1;
e1 = (t_list *)malloc(sizeof(t_list));
if (e1)
{
e1->data = data;
e1->next = (t_list *)0;
}
printf("%s\n", e1->data);
return (e1);
}
int main()
{
char *s;
s = "lol";
ft_create_elem(s);
return ... | [
"vukolovrodion@gmail.com"
] | vukolovrodion@gmail.com |
bb919bc0f47671ceb074bf5919dbc58d4c5ae8f9 | 785a6d49ea246cd51d7bb0aaa2661628aa06ecf0 | /esb_app/src/adapter/email.c | d416779958dd97080113d0386f24e94ecc4dd9b3 | [] | no_license | MubeenS/satluj_esb | c0e41a4554088b8b391e10cfff3f50119efd960a | 8db91bee6fd8e2a4a8d0cf388a80f25c4abe0317 | refs/heads/master | 2022-12-24T05:16:00.674216 | 2020-10-01T03:58:09 | 2020-10-01T03:58:09 | 299,887,526 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,736 | c | /**
* @file email.c
* @author MubeenS
* @brief The program sends an email
* to the destination specified. Reads
* the content from a file specified.
*
* returns NULL on success.
* @version 0.1
* @date 2020-09-10
*
* @copyright Copyright (c) 2020
*
*/
#include <stdio.h>
#include <string.h>
#include <cur... | [
"sk.md.mubeen@gmail.com"
] | sk.md.mubeen@gmail.com |
8c1d5929c347d63a5c510d2fd5c9d648ee24d229 | 7eaf54a78c9e2117247cb2ab6d3a0c20719ba700 | /SOFTWARE/A64-TERES/linux-a64/arch/arm/mach-at91/at91x40.c | 19ca793969053b6015699be6f0a6b060589ef310 | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0",
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later"
] | permissive | OLIMEX/DIY-LAPTOP | ae82f4ee79c641d9aee444db9a75f3f6709afa92 | a3fafd1309135650bab27f5eafc0c32bc3ca74ee | refs/heads/rel3 | 2023-08-04T01:54:19.483792 | 2023-04-03T07:18:12 | 2023-04-03T07:18:12 | 80,094,055 | 507 | 92 | Apache-2.0 | 2023-04-03T07:05:59 | 2017-01-26T07:25:50 | C | UTF-8 | C | false | false | 2,218 | c | /*
* arch/arm/mach-at91/at91x40.c
*
* (C) Copyright 2007, Greg Ungerer <gerg@snapgear.com>
* Copyright (C) 2005 SAN People
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either versio... | [
"gamishev@gmail.com"
] | gamishev@gmail.com |
3fb4b200a87b9cbb9586f31efc1844a7ec36acd7 | e24a981d22dc9f08eaead51792f5933d359f003d | /contrib/other/uarm/pxa255_IC.c | 261f81eedf51a355753f5d28cdd0c503df1004c2 | [] | no_license | Harmon758/kolibrios | d6001876fefb006ea65e5fe3810b26606e33284e | 0d615a7c442e8974f58b7260b094c1212c618bcf | refs/heads/master | 2023-08-20T11:47:59.999028 | 2023-08-20T10:40:03 | 2023-08-20T10:40:03 | 66,638,292 | 32 | 4 | null | null | null | null | UTF-8 | C | false | false | 2,059 | c | #include "pxa255_IC.h"
#include "mem.h"
static void pxa255icPrvHandleChanges(Pxa255ic* ic){
Boolean nowIrq, nowFiq;
UInt32 unmasked = ic->ICPR & ic->ICMR;
nowFiq = (unmasked & ic->ICLR) != 0;
nowIrq = (unmasked & ~ic->ICLR) != 0;
if(nowFiq != ic->wasFiq) cpuIrq(ic->cpu, true, nowFiq);
if(nowIr... | [
"maxcodehack@a494cfbc-eb01-0410-851d-a64ba20cac60"
] | maxcodehack@a494cfbc-eb01-0410-851d-a64ba20cac60 |
0190305b667beeaa35bd067c4d92116d5caa4f93 | e74e2e8047035761c8b67d77a2ece7c40ffd0540 | /krb5/src/lib/krb5/rcache/t_rcfile2.c | 7b8bb55454713b6d32239c8b4d30cabebb326ece | [
"Apache-2.0",
"MIT-CMU",
"LicenseRef-scancode-michigan-disclaimer",
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-rsa-md4",
"GPL-2.0-or-later",
"LicenseRef-scancode-nrl-permission",
"ISC",
"LicenseRef-scancode-brian-gladman-3-clause",
"OLDAP-2.8",
"LicenseRef-scancode-mit-old-style",
"FSFULLRW... | permissive | fanatid/rust-krb5-src | eedf338dbbc92d83cf405f9289827b53ee3d5281 | 1efe2f06e16e42437f1840a2303756f93f1f21ee | refs/heads/master | 2023-02-03T13:24:34.651462 | 2020-06-14T00:27:14 | 2020-06-14T00:32:04 | 276,374,660 | 0 | 0 | Apache-2.0 | 2020-07-01T12:41:46 | 2020-07-01T12:41:45 | null | UTF-8 | C | false | false | 6,997 | c | /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/* lib/krb5/rcache/t_rcfile2.c - rcache file version 2 tests */
/*
* Copyright (C) 2019 by the Massachusetts Institute of Technology.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are per... | [
"nikhil.benesch@gmail.com"
] | nikhil.benesch@gmail.com |
d3ba1f48db367eeb9c0b9e416b34619e4055494b | f418d0691d5fc49090325bc3bf022f27973967d2 | /third_party/odb-2.5.0-x86_64-linux-gnu/lib/x86_64-linux-gnu/x86_64-pc-linux-gnu/include/harfbuzz/hb-version.h | 3f0ccaf457badbc52207300411eab9fb5ac8a439 | [
"BSD-2-Clause"
] | permissive | asdlei99/libodb-release | c4350d35a67608c7ace92c5760cd4e30f469db24 | c4a4dfb7f490ba367f10477963712e4395acfebd | refs/heads/master | 2020-08-22T19:25:02.023815 | 2019-09-29T02:48:33 | 2019-09-29T02:51:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,829 | h | /*
* Copyright © 2011 Google, Inc.
*
* This is part of HarfBuzz, a text shaping library.
*
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* software and its documentation for any purpose, provided that the
* above copy... | [
"jack.wgm@gmail.com"
] | jack.wgm@gmail.com |
bfeed8fd94dc5ca5cd8bfaef74bdd8c7145dad57 | 5838cf8f133a62df151ed12a5f928a43c11772ed | /NT/base/busdrv/pci/ideintrf.c | 97f7319f018bdd11ba4c4fe78669e9ee8c73cb20 | [] | no_license | proaholic/Win2K3 | e5e17b2262f8a2e9590d3fd7a201da19771eb132 | 572f0250d5825e7b80920b6610c22c5b9baaa3aa | refs/heads/master | 2023-07-09T06:15:54.474432 | 2021-08-11T09:09:14 | 2021-08-11T09:09:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,725 | c | /*++
Copyright (c) 2001 Microsoft Corporation
Module Name:
ideintrf.c
Abstract:
This module implements the "Pci Native Ide" interfaces supported
by the PCI driver.
Author:
Andrew Thornton (andrewth) 1-26-2001
Revision History:
--*/
#include "pcip.h"
VOID
nativeIde_RefDereference(
IN PVOID... | [
"blindtiger@foxmail.com"
] | blindtiger@foxmail.com |
3cc6628be95131da2beeacc5211460ea8cefa17c | 96e0e4a022e204dba0bcd8eafabc5d342e2ee602 | /src/font/lubBI19.c | 3ab924a04667650abcaf105ece8b6ebf5d050b35 | [] | no_license | jaw0/osj5 | a6ab732e8df10534ac8fcf24335fe34b377ce59f | 36fb009de76043eecb71e711108168ef2a50b97e | refs/heads/master | 2023-06-16T15:09:21.747006 | 2023-05-28T22:59:30 | 2023-05-28T22:59:30 | 11,599,491 | 5 | 1 | null | null | null | null | UTF-8 | C | false | false | 18,864 | c |
// file: font/lubBI19.bdf
// font: -B&H-LucidaBright-DemiBold-I-Normal--19-190-75-75-P-114-ISO10646-1
#include <font.h>
const struct Font font_lubBI19 = {
.type = 1,
.name = "lubBI19",
.height = 19,
.width = 20,
.lineheight = 19,
.bytescol = 4,
.numcol = 20,
.startchar = 33... | [
"jaw@tcp4me.com"
] | jaw@tcp4me.com |
c3ba5c8ca4e57177c1c4e2cf12584c06a9fa4fd4 | e594a50faeac77912d0e69e91e74a254b151f990 | /42sh/execution/env_to_tab.c | 96d4c423b943c2369c671c3b499435e9a229793d | [] | no_license | PinhoAlexandre/Projects_42 | 9dbe5d383da5105d55edca1e60c2b0bb6312afc6 | efcd3fe7e34fe5b81afaf6e431a7146e0415592d | refs/heads/master | 2021-01-20T12:42:13.811023 | 2019-01-09T01:26:11 | 2019-01-09T01:26:11 | 90,396,545 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,391 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* env_to_tab.c :+: :+: :+: ... | [
"apinho@e1r4p1.42.fr"
] | apinho@e1r4p1.42.fr |
dedc027d93e242ae35a71efbdd10896968128ad0 | 3756d6d13479c3c8149f034b999203983ec5ae94 | /SurrogateTools/SpatialAllocator/src/PROJ4.5/src/PJ_airy.c | b789cc0699ee59b589b623fde03a9c3afbda7ad0 | [
"LicenseRef-scancode-us-govt-public-domain",
"MIT"
] | permissive | dyang02/SurrogateTools | c476d548da1525f55d6b51432869c48d18252435 | 6702a4865688de32bf31b1ebab948b0dd0238417 | refs/heads/master | 2021-07-17T22:11:02.361900 | 2015-06-04T20:14:02 | 2015-06-04T20:14:02 | 20,203,148 | 0 | 0 | null | 2015-06-04T20:14:02 | 2014-05-27T01:24:42 | C | UTF-8 | C | false | false | 3,924 | c | /******************************************************************************
* $Id: PJ_airy.c,v 1.1 2008/01/25 21:31:52 eyth Exp $
*
* Project: PROJ.4
* Purpose: Implementation of the airy (Airy) projection.
* Author: Gerald Evenden
*
****************************************************************... | [
"dyang@email.unc.edu"
] | dyang@email.unc.edu |
84d2ea469aaa11224e5e8399687c7d4ea5b8683d | 2a59d0f927d16d48e63c52ef0364d2a5fadcb596 | /Algorithm/Serach/Linear_Search.c | 26aba13442542a6b3ecfdeda39d76b5403ee94de | [
"MIT"
] | permissive | Junhyung-Choi/c_Algorithm | 157a46410796dda3610c8596715d38ac08bb0283 | f1de97290e9da29bad2f23de9e93f506d8d2d9c6 | refs/heads/master | 2022-11-20T16:07:16.953460 | 2020-07-12T11:14:50 | 2020-07-12T11:14:50 | 275,292,186 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 605 | c | /**
* Brifely explicate method
*
* @ param int a // Explain about method's parameters
* @ return // Explain about what method return
* @ exception // Explain about exception
*/
#include <stdio.h>
int ls(int* arr,int len,int inp){
int i = 0;
while(i<len){
if (arr[i] == inp){
return i;
... | [
"junhyung9571@naver.com"
] | junhyung9571@naver.com |
93cdd2a48f6d041e4440b3af035a8c9578aad995 | c4c62caff67517a608102a97577e9cd01ebd6624 | /growhouse/end-devices/gecko_sdk_suite/v2.3/protocol/zigbee/app/framework/plugin-soc/low-voltage-shutdown/lv-shutdown-cli.c | 4961d59573feb6f645f4533e9aa6d0c4b9225902 | [] | no_license | ArrowElectronics/Growhouse | 30ab3b6990206490b12188e7cc9a2982fc47f711 | 0d2eb763947be25704eb23f58da09a27319c7427 | refs/heads/master | 2023-02-17T15:07:34.363647 | 2021-01-19T17:02:44 | 2021-01-19T17:02:44 | 265,281,716 | 5 | 2 | null | 2020-06-03T10:14:03 | 2020-05-19T15:10:20 | C | UTF-8 | C | false | false | 818 | c | // Copyright 2014 Silicon Laboratories, Inc.
#include "af.h"
#include "lv-shutdown.h"
#ifdef EMBER_AF_LEGACY_CLI
#error The Low Voltage Shutdown plugin is not compatible with the legacy CLI.
#endif
// ****** CLI Command handlers ******
void emberAfPluginLowVoltageShutdownEnableCommand(void)
{
bool enable = ember... | [
"einfochips@einfochips.com"
] | einfochips@einfochips.com |
425400a6473a6c079509eb8109eea06a1d89c904 | a71b7635bd0fc15bfaf30117c2c28b8c04cab49c | /components/bt/bluedroid/api/include/api/esp_avrc_api.h | 96920c66df1370b29b416189caa561a7354ceade | [
"Apache-2.0"
] | permissive | ghsecuritylab/esp_alexa_idf | 6e286a85457c28277ba79e045fbbe615b1fc0c9c | e132e8b960af6d576ce2fca4f6b2994be2f42e56 | refs/heads/master | 2021-02-28T20:35:52.490639 | 2019-12-26T01:44:41 | 2019-12-26T01:44:41 | 245,730,810 | 0 | 0 | Apache-2.0 | 2020-03-08T01:06:00 | 2020-03-08T01:06:00 | null | UTF-8 | C | false | false | 34,403 | h | // Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by app... | [
"857413240@qq.com"
] | 857413240@qq.com |
f6b5a0b0c3cf21e1aeb95e5ad4c5d268736702cc | f43657c5c3b0d33764c19a8f49c651ebd51d0e55 | /bcmdrivers/broadcom/char/fap/impl1/fap_dqm.h | 6df8cde819d8d51d1738105eeb43cd1295e0743a | [] | no_license | lw-davidt/gfiber-gflt100 | 913c1320fe2e3da164b1c169ae0ea17143917ba4 | b292e8c271addbda62104bece90e3c8018714194 | refs/heads/master | 2020-03-15T23:05:13.678415 | 2012-10-12T20:58:58 | 2012-10-12T20:58:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,034 | h | /************************************************************
* <:copyright-BRCM:2009:DUAL/GPL:standard
*
* Copyright (c) 2009 Broadcom Corporation
* All Rights Reserved
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, versio... | [
"dgentry@google.com"
] | dgentry@google.com |
5be88a54696035a160ae2b9c88528eeabe2ee9fe | 6c1a8030a072dcfef78c6a4fdb16f33ef9fc1e22 | /ex1.c | 64c6fac7d3f7cfe30dffb3cb4c688462ce3ad0d4 | [] | no_license | nwise/lcthw | 09b3cb58cc86b61fef8b073a0847213aeca2e370 | e45496fadd8b45a3d9c0b0b947ec23dabc48fd03 | refs/heads/master | 2021-01-01T17:37:16.950149 | 2015-04-10T13:39:31 | 2015-04-10T13:39:31 | 9,423,240 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 174 | c | #include <stdio.h>
int main()
{
int age = 10;
int height = 72;
printf("I am %d years old.\n", age);
printf("I am %d inches tall.\n", height);
return 0;
}
| [
"nathanwise@gmail.com"
] | nathanwise@gmail.com |
9044f36990a5035afeb6866ac5f0cf3a97c172fd | b71b8bd385c207dffda39d96c7bee5f2ccce946c | /testcases/CWE127_Buffer_Underread/s01/CWE127_Buffer_Underread__char_declare_memcpy_18.c | 16e71223a3a1605fe1b04dcef9bb047412a4a3e8 | [] | no_license | Sporknugget/Juliet_prep | e9bda84a30bdc7938bafe338b4ab2e361449eda5 | 97d8922244d3d79b62496ede4636199837e8b971 | refs/heads/master | 2023-05-05T14:41:30.243718 | 2021-05-25T16:18:13 | 2021-05-25T16:18:13 | 369,334,230 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,821 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE127_Buffer_Underread__char_declare_memcpy_18.c
Label Definition File: CWE127_Buffer_Underread.stack.label.xml
Template File: sources-sink-18.tmpl.c
*/
/*
* @description
* CWE: 127 Buffer Under-read
* BadSource: Set data pointer to before the allocated memory buffer
... | [
"jaredzap@rams.colostate.edu"
] | jaredzap@rams.colostate.edu |
e017d26844047e19a6bbc1a112ec000ca69cb9fd | a86995a16ba2e574376c882c3a9eead8143dd4f8 | /STM32Cube_FW_F4_V1.9.0/Projects/STM324x9I_EVAL/Examples/TIM/TIM_ParallelSynchro/Inc/stm32f4xx_it.h | c29f8ad40200127ba35c3adaca41c86a33b3efc5 | [
"BSD-2-Clause"
] | permissive | umapathiuit/Stm32-Tools-Evaluation | ded5f569677c8e9cbe708a57b5db19780a86fd6c | e9fd061f48f50501606bc237c6773c2b6c28d345 | refs/heads/master | 2020-12-02T17:11:19.014644 | 2015-11-23T07:45:38 | 2015-11-23T07:45:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,101 | h | /**
******************************************************************************
* @file TIM/TIM_ParallelSynchro/Inc/stm32f4xx_it.h
* @author MCD Application Team
* @version V1.3.1
* @date 09-October-2015
* @brief This file contains the headers of the interrupt handlers.
***********************... | [
"git@jme.de"
] | git@jme.de |
caee7a1c3b3bf74995bf0c8a5bdadb179ebd19cc | 6cbeef5519d9352d49fc4125704f9985d136288b | /free_list.c | d7bcec7395a40f359a56ce8dfb6e7b00047bddcf | [] | no_license | capolaniaq/monty | f4cc7a3ca147ddf8cf63ba75d42c0ed395c811ed | a3299cac9e31293574851dd2b3ea73d46a2f13f2 | refs/heads/main | 2023-04-30T08:28:03.664201 | 2021-05-14T14:41:47 | 2021-05-14T14:41:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 260 | c | #include "monty.h"
/**
* free_list - a function that frees a dlistint_t list.
* @head: the head of the list.
*
* Return: void
*/
void free_list(stack_t *head)
{
stack_t *temp;
while (head != NULL)
{
temp = head->next;
free(head);
head = temp;
}
}
| [
"juand0145@gmail.com"
] | juand0145@gmail.com |
aace8263a5fce2bbffaf1c928ac74d281de7efd4 | f48c474406eb50af2cdf742608fb11a7336115a9 | /uitron/Project/DemoKit/SrcCode/UIWnd/SPORTCAM/UIMenu/UIMenuWiFi/UIMenuWndWiFiMobileLinkOK.c | 62aa20538756e02c3b44ae012b6405a1af29c86b | [] | no_license | vaizmanai/bsp_nt680 | 8b9f4f6aa488241a12a614d0592f597d5cea708a | 57d4ddceb024a12b1416148ee908b332b7662e02 | refs/heads/master | 2022-12-15T17:42:30.108303 | 2020-09-15T09:44:44 | 2020-09-15T09:44:44 | 295,661,568 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 18,188 | c | //This source code is generated by UI Designer Studio.
#include "stdio.h"
#include "UIFramework.h"
#include "UIFrameworkExt.h"
#include "NVTToolCommand.h"
#include "UIMenuWndWiFiMobileLinkOKRes.c"
#include "WifiAppCmd.h"
#include "UIFlow.h"
#include "UIAppNetwork.h"
//#NT#2016/05/31#Ben Wang -begin
//#NT#Add UVC multi... | [
"rs15217039407@outlook.com"
] | rs15217039407@outlook.com |
946a1af19b9bfb8516bf1d9a49114bf3776bd240 | 2b3e894a4615812346c988d23fdab6e5bb54e861 | /MCAL/NVIC/NVIC_private.h | 97f91a57914b8f9c39fed89b7c73bce5c27ca489 | [] | no_license | ShereeenAbdElhady/BB8 | a9806c090c83653a2a1d478c0247e8d078b0f881 | 0a4e0aa9e7273b606fef780d08f6416dbd3c6410 | refs/heads/master | 2020-06-10T02:52:11.976914 | 2019-06-28T08:28:11 | 2019-06-28T08:28:11 | 193,560,567 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,441 | h | /*****************************************************************************************************/
/* */
/* File Name : NVIC_private.h */
/* ... | [
"shereen.raafat.abdelhady@gmail.com"
] | shereen.raafat.abdelhady@gmail.com |
36bff7cb81f226465f504714b88b3cffe391aa7b | 3a1c15f95ad5b81ad69a9ea12d827f893477ea5b | /tags/iup_3_4/iup/test/sample.c | f725496bffb956ad95894fe4057a59ade37303c2 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | svn2github/iup-iup | 299a5cfc9d20f1e38078837e6199784f8c7dcfde | b6a92cebd91e90018c410426461683e1d74fabef | refs/heads/master | 2020-04-12T06:44:10.183905 | 2019-01-16T18:10:52 | 2019-01-16T18:10:52 | 60,389,764 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 35,237 | c | #include <stdlib.h>
#include <stdio.h>
#include <iup.h>
static Ihandle* load_image_Tecgraf(void)
{
unsigned char imgdata[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 88, 95, 108, 1, 90... | [
"(no author)@2f08bc20-984a-4df8-b195-9b5d5d477537"
] | (no author)@2f08bc20-984a-4df8-b195-9b5d5d477537 |
240e2fbe909f6403fda64e21f93e00d60d14cc4d | cad20f4eb00b557a33cf7be0323d2cf9dff17ba2 | /encodage.h | 32ba0d7737fd40d33be4685a473e0a26b27ea54e | [] | no_license | jbegaint/Nano-Projet | 7223d1dd39a0c9d864f2dde810b4c36c1c4dfc72 | 78c6d25dda32411eaf1358e1a91e82e3b9c39a24 | refs/heads/master | 2021-05-27T14:02:34.411804 | 2013-01-10T14:00:14 | 2013-01-10T14:00:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 257 | h | #ifndef _ENCODAGE_H_
#define _ENCODAGE_H_
#include "image.h"
int hide_byte(unsigned char pixdata[], int n, int *p_pos, unsigned char b,
char bitParPixel);
IMAGE_T * hide_file(char *fileName, IMAGE_T * p_img, char bitParPixel);
#endif
| [
"jeanbroid@gmail.com"
] | jeanbroid@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.