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
a42bb8285134aec56e77fd11939e28fa9d36a0f9
ae3ea0872e78933ce77d860f0189fd580ad8f73d
/7 - Révisions/E05 - Structure GenericType affichage.c
773570c996670fa1efff55c4af525de600750cf1
[]
no_license
Tangogow/SchoodingC
9853eb9c5158b11d0544ce12ced486403b57c44b
b37856dffd6e9550a363a07b7bd2032908c9f81b
refs/heads/master
2022-07-13T06:14:55.919880
2020-05-18T15:14:06
2020-05-18T15:14:06
259,896,047
0
0
null
null
null
null
UTF-8
C
false
false
849
c
/* Ajoutez une fonction display, qui prend un GenericType en paramètre, et l'affiche dans la sortie standard. Dans le cas ou le type représente un double, vous mettrez une précision de 4 décimales. */ /* GenericType.h */ #ifndef _GENERICTYPE_H_ #define _GENERICTYPE_H_ typedef enum Type { INTEGER, REA...
[ "alextango@pm.me" ]
alextango@pm.me
058a5e35abc090fd6bcb8e8a5da5619d51b11f89
cf9e3f05c5fe02e3a83147a02ce8368cf1eeef5d
/IFLO/low_level_mcm.c
f194926f1868ffe52d43ffdb52d7277cb11309ed
[]
no_license
rajuprade/ALl_MCM
246cd1bf29e11e21efaba302f5354392679134dd
accad76884c447058cce056ac9ac2f83ccb06c7a
refs/heads/main
2023-02-10T19:17:21.227152
2021-01-12T09:17:48
2021-01-12T09:17:48
328,927,876
0
0
null
null
null
null
UTF-8
C
false
false
10,946
c
/******* Add Check Sum function ********************* * Add CS at the end of the buffer * CS does no include MCM Address */ #include "low_level_mcm.h" void add_cksum(unsigned char buff[]) { int length, i; char CS=0; length = buff[1] + (buff[2]<<8); for(i=1; i<length; i++) CS += *(buff+i); C...
[ "rajuprade@gmail.com" ]
rajuprade@gmail.com
11a66e835987ef76d2d9af1efaf1429672e4156e
fc2b8e554bed3e2ddee9d5c5eb6076fd1762556f
/slprj/raccel/simulation/rt_nonfinite.h
45f1147f7640c4afcb1d3e6438c16418c6ddac08
[ "MIT" ]
permissive
rpicard92/closed-loop-speed-controller
b4c6e8009c59a1322a35f9dcf9b3749319ec588e
441b4d99f386e5f431aeb2ce9debcc21b7dc7749
refs/heads/master
2020-04-28T23:23:11.369447
2019-04-24T19:54:01
2019-04-24T19:54:01
175,652,698
0
0
null
null
null
null
UTF-8
C
false
false
815
h
#include "__cf_simulation.h" #ifndef RTW_HEADER_rt_nonfinite_h_ #define RTW_HEADER_rt_nonfinite_h_ #include <stddef.h> #include "rtwtypes.h" extern real_T rtInf ; extern real_T rtMinusInf ; extern real_T rtNaN ; extern real32_T rtInfF ; extern real32_T rtMinusInfF ; extern real32_T rtNaNF ; extern void rt_InitInfAndNaN...
[ "rpicard92@gmail.com" ]
rpicard92@gmail.com
2ead832e63ed2cabb990c7c33315f70b75d859f4
6a86d740f9b17721677b9ee193f2009a2333a3be
/guilds/bard/woodwind-brass/ballad-of-the-bear.c
1b9706c6e326a29fc89885558a18eec772cd2250
[]
no_license
realms-mud/core-lib
b2a0cc727fd0b1eb47fa244d6fb05de322abe88f
293089e8900b5a0d46f64619f89c78deea7477e5
refs/heads/master
2023-07-06T07:04:25.390271
2023-06-27T21:20:29
2023-06-27T21:20:29
113,914,065
69
20
null
null
null
null
UTF-8
C
false
false
3,826
c
//***************************************************************************** // Copyright (c) 2023 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/mod...
[ "abc@maelstrom.cc" ]
abc@maelstrom.cc
5bb03ca5f2bc12b9c22936fee09cb8eb1318a1f0
335ba5148cbcaee84893c95aa93bea836ae178cb
/singledimensionalarray/array4.c
1f9f22515c9ee41bc6dbba0f7f9d75426b5c0784
[]
no_license
shyamtiwari02062001/c
eb77902b8b8b22b201b83f97c687f559db3bdbbd
1fed58d9e350768771abea1f6d4c296382804a85
refs/heads/master
2020-06-01T23:08:28.827368
2019-09-13T00:45:45
2019-09-13T00:45:45
190,961,095
1
0
null
null
null
null
UTF-8
C
false
false
235
c
#include<stdio.h> int main() { int arr[5]; int sum; for(int i=0;i<=4;i++) { printf("ENTER NUMBER IN ARRAY\n",&i); scanf("%d",&arr[i]); } for(int i=0;i<=4;i++) { sum=sum+arr[i]; } printf("THE SUM OF ALL NUMBER OF ARRAY IS %d\n",sum); }
[ "shyam02062001" ]
shyam02062001
01995c1300698cc295889a1414dbdae9c6bd4e4e
fd86c24963ab1795e9b0d82847c61c3dfcf0ae5d
/SR04/Devices/Motor.c
5abaa11a65989f77ff09eb522417c5bc8702f46d
[]
no_license
1370773758/old-projrct
358fd7141fc3b61f4743b4d48493286d96010ed2
13fb91276e4a4eaaa36b662990f15d05169d891e
refs/heads/main
2023-04-30T18:12:23.563418
2021-05-18T10:50:00
2021-05-18T10:50:00
368,491,671
0
0
null
null
null
null
GB18030
C
false
false
699
c
#include "Motor.h" void TIM3_CounterMode(void) { TIM_TimeBaseInitTypeDef TIM_TimeBaseInitSture; /* 配置时基结构体 */ RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM3,ENABLE);//使能TIM3 //初始化定时器 TIM_TimeBaseInitSture.TIM_Period=5000; TIM_TimeBaseInitSture.TIM_Prescaler=7199; TIM_TimeBaseInitSture.TIM_CounterMode=TIM...
[ "1370773758@qq.com" ]
1370773758@qq.com
b78501a0bd460d43c3658ed78c1f39fbd551cbc3
9a6343b7a40f33d2a39f16db36db0e73cdbb6f8a
/trabalho3_SO.h
2bf56eada1e5be6d4c97a846c67706f00ab17e5f
[]
no_license
dnjz/getweather
6deccfed92a62bb528ca1fff98bbc70316063e88
6857f8313b83e98e230744f8fb7302e976842c0c
refs/heads/master
2021-01-23T14:13:52.767545
2017-06-03T13:02:19
2017-06-03T13:02:19
93,248,163
0
0
null
null
null
null
UTF-8
C
false
false
544
h
#ifndef trabalho3_SO_H #define trabalho3_SO_H #include "myinet.h" #include "errorUtils.h" #include <pthread.h> #include "trabalho2_SO.h" typedef struct { int sockfd; char buffer[DIM_BUFFER+1]; } socket_t; socket_t *socket_init_server(int port); socket_t *socket_init_client(char *host, int por...
[ "duartebaptista@hotmail.com" ]
duartebaptista@hotmail.com
9b1dda5208421f856a5067bc402281c3e363eaa8
92165e5c34d9af3a0f5ff939c032c8ab5d16a218
/lqueue.c
029904011c2b12a06d0aa2fe0efcab1425d45e7c
[]
no_license
lalithsagarJ/queue_using_linked_list
3960cb89e39db6f4421553266fc1116da89f2a04
3f92c48db6a3a7e74dcbc03782ea54d947e4a609
refs/heads/master
2020-08-10T20:07:59.139397
2019-10-11T10:50:09
2019-10-11T10:50:09
214,411,998
0
0
null
null
null
null
UTF-8
C
false
false
1,619
c
#include<stdio.h> #include<stdlib.h> struct node { int data; struct node *link; }; typedef struct node *NODE; NODE front=NULL , rear=NULL; int count=0;int size =10; NODE getnode() { NODE x=(NODE)malloc(sizeof(struct node)); if(x==NULL) { printf("\nout of memory "); exit(0); } else return x; } void enqu...
[ "noreply@github.com" ]
lalithsagarJ.noreply@github.com
294c68338595d03b0a76f2dce1808b0616bd4b5a
2eea5b09dec3854475f34eae6165e61a9972ae24
/cgiinside/c/env.c
db7dd87f719564f81aa710e8bed44a99ab549917
[]
no_license
rustkas/php7
ee723cd4851a4878dd532fb288266aa0d7746221
e2a0c48bb6f0df3938f47d095bc9f9dab7af6965
refs/heads/master
2020-05-17T15:43:22.115851
2019-04-27T17:13:36
2019-04-27T17:13:36
183,799,549
0
1
null
2019-04-27T16:57:16
2019-04-27T16:57:16
null
UTF-8
C
false
false
1,033
c
#include <stdio.h> // Включаем функции ввода/вывода #include <stdlib.h> // Включаем функцию getenv() int main(void) { // получаем значение переменной окружения REMOTE_ADDR char *remote_addr = getenv("REMOTE_ADDR"); // ... и еще QUERY_STRING char *query_string = getenv("QUERY_STRING"); // печатаем за...
[ "igorsimdyanov@gmail.com" ]
igorsimdyanov@gmail.com
ac2fecfbbf33084a3ce5eceab377a1b46f5601bb
97916403f38e843e2b22236f3ddcd71efe053258
/Lab7/Q5_DekkerAlgorithm.c
7cda5a877e17c5a08317579b59af21815552a005
[ "MIT" ]
permissive
vinayak-sethi/Operating-Systems-Practice
5fd8a28c552d320f70b6fb112666a50665a1a2cb
130ec3b1f7c54c4b2da52503e66dc6a9233d9d62
refs/heads/main
2023-01-19T04:46:40.935878
2020-12-07T06:45:58
2020-12-07T06:45:58
319,215,957
0
0
null
2020-12-07T06:42:53
2020-12-07T05:42:53
C
UTF-8
C
false
false
2,004
c
#include<stdio.h> #include<stdlib.h> #include<stdbool.h> #include<pthread.h> #include<unistd.h> // flags to indicate if each thread is in queue to enter its critical section bool thread1_wants_to_enter = false; bool thread2_wants_to_enter = false; int favoured_thread = 1; // to denote which thread will enter next in...
[ "sethivinayak14600@gmail.com" ]
sethivinayak14600@gmail.com
e844e4b2550a0375002183dc0c98e9c29802f0f7
5c255f911786e984286b1f7a4e6091a68419d049
/code/77cb2307-1150-4a02-b55d-46dc46ada52e.c
33c7ae1d36b1eda9805d2b6116eeef97e9329a74
[]
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
241
c
#include <stdio.h> int main() { int i=0; int j=14; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = i/j; l = l%j; l = l-j; k = l-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
7b2006b2e1b8505b24e79e6f4c75f88c1e6914af
0f680c278154082e1dd77cd1c434571bfbeedfed
/asm_dir/libft/ft_wstrcpy.c
f408ba1df2b291cfc91c76b3603045cfc61c0c87
[]
no_license
yunusabd/corewar
c9d2f5f1abf329b9d5facbdc576c3caecd344591
aadfef8e603aa6be133c958685de67ada9c75eb7
refs/heads/master
2020-03-24T03:30:59.509127
2018-08-29T08:29:41
2018-08-29T08:29:41
142,422,382
5
0
null
null
null
null
UTF-8
C
false
false
1,067
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_wstrcpy.c :+: :+: :+: ...
[ "yunusemin-github@yahoo.com" ]
yunusemin-github@yahoo.com
ee68f66ad75a8a73a830fd7832ade029474de093
ebacc5b1b457b08eac119e43c030281c98343aeb
/linux_programing/miniftp/sysutil.h
be84454a13c95bc403ecad0fd5a7d34ec49349b2
[]
no_license
deardeng/learning
e9993eece3ed22891f2e54df7c8cf19bf1ce89f4
338d6431cb2d64b25b3d28bbdd3e47984f422ba2
refs/heads/master
2020-05-17T13:12:43.808391
2016-02-11T16:24:09
2016-02-11T16:24:09
19,692,141
1
1
null
null
null
null
UTF-8
C
false
false
1,204
h
#ifndef _SYS_UTIL_H_ #define _SYS_UTIL_H_ #include "common.h" int tcp_server(const char *host, unsigned short port); int tcp_client(unsigned short port); int getlocalip(char *ip); void activate_nonblock(int fd); void deactivate_nonblock(int fd); int read_timeout(int fd, unsigned int wait_seconds); ...
[ "565620795@qq.com" ]
565620795@qq.com
fc8b9953f4287a4dbdf678a8dd8aed2f02343760
e51642842d994ae1fcdb308bb63c6abe7f6b1d15
/aprinter/platform/teensy3/aprinter_teensy_eeprom.c
c09d940901e204e6db76dc1a0bfe07d2e4e2d677
[ "BSD-2-Clause" ]
permissive
jaysuk/aprinter
566e17156fa4629f6afcfad093e985f0f7ec42eb
584f86975ece0783e8ea2158cdf348d5f110ae4c
refs/heads/master
2020-04-07T22:01:54.310921
2015-02-23T19:01:28
2015-02-23T19:01:28
null
0
0
null
null
null
null
UTF-8
C
false
false
543
c
#include <stdint.h> #include <eeprom.c> void eeprom_write_byte_nonblock (uint32_t offset, uint8_t value) { if (FlexRAM[offset] != value) { FlexRAM[offset] = value; } } void eeprom_write_word_nonblock (uint32_t offset, uint16_t value) { if (*(uint16_t *)(&FlexRAM[offset]) != value) { *(uin...
[ "ambrop7@gmail.com" ]
ambrop7@gmail.com
5f69140248d4f53f3252bac335162581a5c1501b
0c12858ba93c5f0375ae1b8a6b93d2fb75de06b2
/Huynh_Chun_Kiet_3_Aoussat_Bilel_3/histogramme.c
e756b51779c41a037b9f9c28656dc3a06e387cad
[]
no_license
ChunHuynh/ET3_TP_C
17b5f41d731b1b95ab84920771a37d735ff4ff36
a72c95aaf6235473213e8ae37449a34421cbccc2
refs/heads/master
2023-03-19T09:58:55.910902
2021-03-20T14:20:15
2021-03-20T14:20:15
349,743,864
0
0
null
null
null
null
ISO-8859-1
C
false
false
1,118
c
#include "histogramme.h" //création de l'histogramme histogramme_t * create_histogram(image_t * im){ histogramme_t * hist = (histogramme_t*) malloc(sizeof(histogramme_t)); hist->val = (unsigned int*) calloc(im->vmax, sizeof(unsigned int)); return hist; } //Suppression de l'histogramme void delete_histogram(hi...
[ "noreply@github.com" ]
ChunHuynh.noreply@github.com
d077a99b36178a396f0505b3e1f95cdd4eb65dbe
10ef2b15ae794c3cca9ccd87537ebbb64302c8aa
/library/GPIO_CONFIG.c
7695a515a8be8f94cd91ab198e6e9a4c54f7a728
[]
no_license
W-O-W/Keil_WorkSplace
7fb4cc04977420dbb6e65b0b350b39a8b9d833d4
44d813d730ca8bbc6579ce6c4d17191f291f8357
refs/heads/master
2021-08-22T12:52:10.174964
2017-11-30T07:48:55
2017-11-30T07:48:55
112,582,602
0
0
null
null
null
null
UTF-8
C
false
false
483
c
#include "GPIO.h" GPIOSpeed_TypeDef GPIO_SPEED = GPIO_Speed_50MHz; GPIO_InitTypeDef GPIO_InitStructure; GPIO_InitTypeDef GPIO_Configuration_OPP(uint16_t *GPIO,uint16_t len){ uint16_t p = 0; int i; for(i = 0;i<len;i++){ p |= *GPIO; GPIO+=sizeof(uint16_t); } /* 设置为推挽输出,最大翻转率为50MHz */ GPIO_InitStructure.GPIO_P...
[ "max_and_min@163.com" ]
max_and_min@163.com
6af61a1ea9a55cfb2dbc45fe79445816670c75d6
1f456e31e0d08240a67ccab2bbc5e05092e8965d
/class_5/synchronization/synch.h
f71af7ed2193449519386ad7e5b751c93d86648f
[]
no_license
tischsoic/unix-env-programming
01ab1e808380a160b129d3de5f02fe322b223106
5156234562fdd26691f0a632b7e84c8d4d14f712
refs/heads/master
2021-01-15T12:31:56.105318
2016-03-13T18:19:58
2016-03-13T18:19:58
53,203,229
1
0
null
null
null
null
UTF-8
C
false
false
221
h
typedef struct { long *a; long sum; int veclen; } common_data; typedef struct { long start; long end; } calc_th_args; void *calc(void *arg); long prepare_common_data(); void cleanup_common_data();
[ "symfiz@gmail.com" ]
symfiz@gmail.com
2ab3dd05e8d05f70dff45540dc319d11c5319fc9
4ce7b314c6c60e762186df5247199c45a8a91504
/web-programming/examples/CGI examples/post_ex.c
794464613ee7c683dd6b77295c6dae380cd14d14
[ "MIT" ]
permissive
vampy/university
8e2bc48481f20cf5a55dd88b57be4b7201fe7a75
9496cb63594dcf1cc2cec8650b8eee603f85fdab
refs/heads/master
2022-02-21T17:19:08.808312
2019-10-12T18:29:42
2019-10-12T18:29:42
26,078,006
1
0
null
null
null
null
UTF-8
C
false
false
630
c
#include <stdio.h> #include <string.h> main() { char line[255], *userline, *passline, *s; char user[20], pass[20]; printf("Content-Type: text/html\n\n"); printf("<html><head></head>"); printf("<body>"); fgets(line, 255, stdin); printf("Parameters are: <br />"); userline = strtok(line, "&"); passline = strt...
[ "danibutum@gmail.com" ]
danibutum@gmail.com
5d1386d2c62bf52343cfbe85cf69b2b53be86e3c
8422b54c25ef4397e8d1dab9710eb1ecd3bb6703
/device.c
8faa23b344127c3d7f81baa91e3d3ecb1dc01a74
[]
no_license
Reshma178/ShoppingApplication
995f599917b9197281986b51651e3b76cec56e1b
41d7ef32eb4815b74771a7aa9d1ab31c9e0a2997
refs/heads/master
2021-02-28T10:54:37.466246
2020-03-07T19:10:38
2020-03-07T19:10:38
245,689,582
0
0
null
null
null
null
UTF-8
C
false
false
3,434
c
#include<stdio.h> #include<stdlib.h> #include"device.h" #define DEVICE_DB "device.db" #include<string.h> //---------Scan the elements--------// void scan_device(device_t *device) { printf("Enter the details:\n"); printf("Model:"); scanf("%*c%[^\n]s",device->model); printf("Company:"); scanf("%*c%[^\n]s",device->c...
[ "noreply@github.com" ]
Reshma178.noreply@github.com
e3db137eb30f1093217c4089e99a61b51eff3d71
9a3605256dd3b80995afe43c24039ff888535f47
/pra-praktikum/pra-praktikum-2/tests/check_point.c
2379550be2cf461882f9c88111fded344bef32ef
[]
no_license
mgstabrani/praktikum-alstrukdat
5e7f11f96fa4778d9918ced7aa7504be127728d2
81ab7023513784b34075b07b308248ef32b97d71
refs/heads/main
2023-02-07T12:43:42.144714
2021-01-02T07:37:51
2021-01-02T07:37:51
313,672,212
3
1
null
null
null
null
UTF-8
C
false
false
9,790
c
#include "check.h" #include "stdlib.h" #include "../src/point.h" #include "math.h" /* *** DEFINISI PROTOTIPE PRIMITIF *** */ /* *** Konstruktor membentuk POINT *** */ START_TEST(MakePOINT_TC1) { /* Mengecek MakePOINT berhasil membentuk sebuah POINT */ POINT P; P = MakePOINT(1, 2); ck_assert_float_eq(1.00, Abs...
[ "mgstabrani19@gmail.com" ]
mgstabrani19@gmail.com
29ead25ac3b831451c2a8c3ec5cde604a700c833
23fc28a4a353ce0c3d2bb6551f6f17c1969b5171
/driver/src/pims_driver.c
2391b7b3d940a2d2bd0633aa7b3105cb3250e143
[]
no_license
Artlands/StencilComputing
9998bf7e8d90708c621672d4df4d733a223d1857
ff25ffe6ab8cdbe13f40c8e1b6836e17d8fea7b6
refs/heads/master
2021-07-10T16:11:23.377410
2020-08-28T01:06:57
2020-08-28T01:06:57
178,418,305
0
0
null
null
null
null
UTF-8
C
false
false
19,730
c
/* * * _PIMS_DRIVER_C * * MEMORY TRACE POWER CONSUMPATION, BANK CONFLICT * * Initialize a HMC instantiation * Read memory trace file to the device * and extracts output * */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <stdint.h> #include <sys/types.h> #include <sys...
[ "lijie0416@gmail.com" ]
lijie0416@gmail.com
9c0dd37fe7bcb09a23e925088f9ca88d02e4a136
2ed95c2a22fc5cad7813484d0fc220c318c482f2
/ip_avenger/flash/Flash_02x.h
567bcef43009d258a932751d9ce2303c12384851
[]
no_license
Sweet-Peas/vdvt
838dfcf5392e27fe476cbf5120532cb09bb26cf1
b205d2dcabc56f4ffb6eac32febd01a23cdba963
refs/heads/master
2020-12-24T10:55:26.382559
2016-11-10T07:33:05
2016-11-10T07:33:05
73,120,412
0
0
null
null
null
null
UTF-8
C
false
false
1,688
h
/* * Copyright (c) 2008, Invector Embedded Technologies * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, t...
[ "pontus.oldberg@invector.se" ]
pontus.oldberg@invector.se
e7dc4e70a97fd8b43ac131150b54e66d3e8f465c
5a4f5934c817c05b43f1da68dec3f914a54c7eae
/dev/hitboxtest/source/curl/lib/ldap.c
8151cf97284c4544002d07d9ba81b18a386034a7
[ "curl", "LicenseRef-scancode-unknown-license-reference" ]
permissive
miguelxvr/NS
ec6ff4103614b42831c9a157f2c644088283cf96
48abae3be35071fcea6d69ec28379f91295db8a0
refs/heads/master
2021-06-15T02:41:58.712901
2014-06-02T10:22:49
2014-06-02T10:22:49
null
0
0
null
null
null
null
UTF-8
C
false
false
6,866
c
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * ...
[ "tankefugl@67975925-1194-0748-b3d5-c16f83f1a3a1" ]
tankefugl@67975925-1194-0748-b3d5-c16f83f1a3a1
bca3703db5a36db3b485797000ce6bf12188a365
218aa68a466a2a31f52e688feae0dbd54bd20967
/Tetris_Oriz/Tetris.h
01c6ce8b6ae1e05ab1f7c0b6655c2d1f2e199ce3
[]
no_license
daewon02018/super-octo-guide
629b73886a0df32911ca15d5021f5acca449a6b1
6b6b31f298a6c55517ab692b003cfff404adc538
refs/heads/master
2022-11-11T05:36:09.034284
2020-07-03T04:33:48
2020-07-03T04:33:48
257,797,266
0
0
null
null
null
null
UTF-8
C
false
false
10,501
h
#include <windows.h> #include <stdlib.h> #include "resource.h" #include <time.h> #include <winuser.h> #define random(n) (rand()%n) #define randomize() srand((unsigned)time(NULL)) LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM); BOOL CALLBACK AboutDlgProc(HWND hDlg,UINT iMessage,WPARAM wParam,LPARAM lParam); void In...
[ "daewon02018@gmail.com" ]
daewon02018@gmail.com
15ec9412f06accd6767d08c529819cdbb97f9545
a1446c3f95df2dfe097a9bd6b463767b00f18140
/sys/arch/palm/include/float.h
12cc5598874d7784cc50ae19224058e3d5e98eaa
[]
no_license
chrissicool/l4openbsd
e2fb756debc1c3bdc1c2da509fa228c25a3185e8
077177814444e08500e47bc2488502f11469bc60
refs/heads/master
2021-04-09T17:12:53.122136
2011-08-22T16:52:58
2011-08-22T16:52:58
1,706,491
18
4
null
2017-04-06T19:17:29
2011-05-05T14:08:03
C
UTF-8
C
false
false
149
h
/* $OpenBSD: float.h,v 1.1 2009/09/05 01:22:11 marex Exp $ */ /* $NetBSD: float.h,v 1.3 2001/11/25 15:55:56 thorpej Exp $ */ #include <arm/float.h>
[ "cludwig@net.t-labs.tu-berlin.de" ]
cludwig@net.t-labs.tu-berlin.de
b68f7ecfe7c641276b5a6df6da761d0fd3ff7702
4bf6cb70c5d118df1563d42f093ed8269e340946
/WLC02/Sources/app/AutosarApp/GenData/Os_Hook_Lcfg.c
3459a3b46f1051c3d0debf7d79d849a5d11bdf7a
[]
no_license
flankersky/test888
bae789644b3ce54008f456828dd0cf5e7474106f
05d3e03cc4828b118fbc3adec2c41f97506d28b7
refs/heads/main
2023-01-09T19:44:05.926779
2020-10-09T06:02:33
2020-10-09T06:02:33
null
0
0
null
null
null
null
UTF-8
C
false
false
10,648
c
/********************************************************************************************************************** * COPYRIGHT * ------------------------------------------------------------------------------------------------------------------- * \verbatim * * This software is copyright pro...
[ "zhao@zjtechrun.com" ]
zhao@zjtechrun.com
b0f61d3ec89152a379b5d7d2f2a753412f0869c2
7647ccf1fae3bce6ae00d1e8040f963bd3a92ddd
/src/hal/hal_uart_sys.c
66926f6852b53573b60bffc326873a92565226e3
[]
no_license
saurex83/Current_mitter_hw
4010943ed68f4b7d9eeda00e5ef5500285dab312
77d6f73820e0e97d995bbeba1dff4dff3688506b
refs/heads/master
2020-05-18T00:26:34.361001
2019-07-22T05:11:01
2019-07-22T05:11:01
184,061,868
0
0
null
null
null
null
UTF-8
C
false
false
3,390
c
/******************************************************************************* Работа с отладочным последовательным интерфейсом Системный последовательный интерфейс uart1 Выводы МК 30 (PA9) - Tx, 31(PA10) - RX Проект: Neocore Автор: Макшанов О...
[ "pvp@dcconsult.ru" ]
pvp@dcconsult.ru
82a5d98827c0f3f0702af69d3488f5b9bf70db31
032ef002bdce3ebfc8b6726a1d487a838b1ebb5c
/uri problem 1149.c
8d4c0f638e7ec4844f82da8a0a2c9c8331776975
[]
no_license
jahed10929/uri_problem_Solution_in_C
9fe288ed9336b164c1b7160aab48b7017f2d566c
773ed069468c10277e4928cb02eaf99e871b17e6
refs/heads/master
2020-07-22T10:30:42.829474
2019-09-08T20:12:49
2019-09-08T20:12:49
207,168,730
0
0
null
null
null
null
UTF-8
C
false
false
237
c
#include<stdio.h> int main() { int x, y, i, sum = 0; scanf("%d%d", &x, &y); while(y<=0){ scanf("%d", &y); } for(i=1; i<=y; i++){ sum += x; x++; } printf("%d\n", sum); return 0; }
[ "jahedislam10929@gmail.com" ]
jahedislam10929@gmail.com
edd5388d042455c199253192579d4019a638e85c
a7856278e39f6030eacbb0680ca66b57e30ca06b
/generation/Windows/um/EvColl/um-EvColl.h
340b22c6325fb4d83891116662d60ced11a4f481
[ "MIT" ]
permissive
terrafx/terrafx.interop.windows
07f1ac52cbaea6c0f5f8f6147df7a8dd50345f49
fadce5a41fa5e6f0282e80e96f033d0a2c130991
refs/heads/main
2023-07-09T03:56:06.057946
2023-06-23T16:01:17
2023-06-23T16:01:17
192,857,891
208
46
MIT
2023-07-07T17:25:55
2019-06-20T05:58:46
C#
UTF-8
C
false
false
50
h
#include "..\..\..\TerraFX.h" #include <EvColl.h>
[ "tagoo@outlook.com" ]
tagoo@outlook.com
394f7787dfe17c86f742b10138900004ea302bfb
95d6cbfffa8e2b0586c87ee84f80946d3e8785b1
/hadron_PDFv2/gauge_link.h
12d9e0904d3dca28e9919c5bdf26081405714fa6
[]
no_license
ChiMaoShuPhy/lattice_hadron_pdf
8166743f3a1d92114411cc2f60cab735fc20b45e
77d75b956b8d56df2144d4dfb64d79aa1da3991b
refs/heads/master
2021-09-19T17:04:26.839602
2018-07-29T21:43:08
2018-07-29T21:43:08
108,337,154
0
0
null
null
null
null
UTF-8
C
false
false
1,157
h
#ifndef GAUGE_LINK_H #define GAUGE_LINK_H LatticeColorMatrix gauge_shift(const multi1d<LatticeColorMatrix> &U, const LatticeColorMatrix &v, const int sign, const int dir) { if (sign == 0) return v; return sign > 0 ? shift(U[dir] * v, +1, dir) : shift(adj(U[dir]) * v, -1, dir); } // ...
[ "t.luu@fz-juelich.de" ]
t.luu@fz-juelich.de
8fbcb8a5a22b204af79fd94e1659c3c0b199e8d0
a2cd45b387b100830b203a02ca03fb6db62b66f6
/1046.c
4872d751983f6d77887abe592413524d65412594
[ "MIT" ]
permissive
imranhcseru/URI-Solves
27c59bd6537ecf415b32918d8ce91b68cdff89d7
e9aa4bf196928986a556ac84ff304cd0fa71fbe4
refs/heads/master
2020-04-18T20:13:58.035806
2019-03-03T08:01:26
2019-03-03T08:01:26
167,732,481
0
0
null
2019-03-03T08:01:27
2019-01-26T19:55:46
C
UTF-8
C
false
false
241
c
#include<stdio.h> main(){ int a,b; scanf("%d%d",&a,&b); if(a>b) printf("O JOGO DUROU %d HORA(S)\n",b+24-a); if(a<b) printf("O JOGO DUROU %d HORA(S)\n",b-a); if(a==b) printf("O JOGO DUROU 24 HORA(S)\n"); }
[ "imranh.cse.ru@gmail.com" ]
imranh.cse.ru@gmail.com
12b35256ff899ae758a4d2b9359048665e63420c
c70f4d36759bafc4d0334f4ffda12ca95f04217a
/bin/test_files/PA9_T4.c
a5f3ac536fb9eafce75594e6959dbc74b1b6ffcb
[]
no_license
qjonas/CS460
02486962a4eaf1a52b7f2b0a6ef74de336e73a16
779529b5083429245b26f7eea94a0839b5c4a444
refs/heads/master
2021-03-24T09:28:46.422557
2015-12-16T15:43:21
2015-12-16T15:43:21
43,859,074
0
0
null
null
null
null
UTF-8
C
false
false
122
c
// This shows the use of a for loop. int i; int j[10]; int main() { for(i = 0; i < 10; i = i + 1) { j[i] = i; } }
[ "landrito@nevada.unr.edu" ]
landrito@nevada.unr.edu
33e097620896cee2e4fc54cd3d84ce34578101e1
c6b42fc7cf845271f26d1609ae5ff46e8a3f9b77
/H743/DPSK/DPSK_RecTest/DPSK_RecTest/User/bsp_stm32f4xx/inc/bsp_dac.h
63e2d08f671333c44e81996e804404c16118b5ee
[ "MIT" ]
permissive
dxmcu/2019-TI-PREPARATION
0bd0f3bb389a03d159e4410ad854944320f924a6
62f8fd3349971f14904e4e24442334d65e40285a
refs/heads/main
2023-06-11T00:34:14.112933
2021-07-05T02:46:32
2021-07-05T02:46:32
null
0
0
null
null
null
null
GB18030
C
false
false
864
h
/* ********************************************************************************************************* * * 模块名称 : DAC驱动模块 * 文件名称 : bsp_dac.c * 版 本 : V1.0 * 说 明 : 实现DAC输出噪声 * 修改记录 : * 版本号 日期 作者 说明 * V1.0 2013-12-30 armfly 正式发布 * * Copyright (C), 2013-2014, 安富莱电子 www.armfly.com * ******...
[ "10162100162@stu.ecnu.edu.cn" ]
10162100162@stu.ecnu.edu.cn
1bc571092871efcefc0dc108187da8fd8297e1dd
af1670c2cf76f87c0c37ca1f6981f901aaa187f7
/Pods/Target Support Files/Pods-TechMeetups/Pods-TechMeetups-environment.h
e9ee3cfb42e3aa53b8b0aa7cb66ff0c61951964a
[]
no_license
Rizk-Taker/TechMeetups
0c1b76615737fbb3286c0269802ca6dab9f78714
b1e8d3d34dfac7138ccd72f869ab54c75fe9124a
refs/heads/master
2021-05-30T10:08:57.717311
2015-10-14T22:01:09
2015-10-14T22:01:09
null
0
0
null
null
null
null
UTF-8
C
false
false
2,449
h
// To check if a library is compiled with CocoaPods you // can use the `COCOAPODS` macro definition which is // defined in the xcconfigs so it is available in // headers also when they are imported in the client // project. // AFNetworking #define COCOAPODS_POD_AVAILABLE_AFNetworking #define COCOAPODS_VERSION_MAJOR_...
[ "nrizk6@gmail.com" ]
nrizk6@gmail.com
765e27517b1bbef170037e4332684f5c2116fdd7
920883470facbae382e830d7d2fb8195b66554fa
/openugsp/Src/opbininfo.c
b826bb93d78a68ffb128a426ff55f5be3771d20a
[]
no_license
StarsAlliance/cod4-pb
3404d29e16635fdc4960a5142b00362b6845993e
b5ed30b92e6ff5dc52edcadd67f4ff719f25e8b2
refs/heads/master
2022-12-07T07:23:39.388328
2020-08-26T11:09:18
2020-08-26T11:09:18
29,424,966
1
0
null
null
null
null
UTF-8
C
false
false
47,984
c
#include "opbininfo.h" #define OP_PE_MAGIC #define OP_ELF_MAGIC TOPError LIBFUNC OPGetBinaryInfo(const TSTREAMADDR_HDR fStream, TBININFO *const fBinInfo) { TOPError intError; TSTREAMADDR_NOHDR Addr; TVAADDR intOff; OP_STRIPPED_ELF_HDR *intElfHeader; uint64_t intRemSize; ui...
[ "DragonZX@yandex.ru" ]
DragonZX@yandex.ru
2b7d538aa4dff3611c5fb10f92121dd4b286e5a0
ebe8f9b5ac9ae044514df0d4b21f86f1ee4856dc
/resource.h
8dca4b7b5d207e359b029e9756b828ec48a648ef
[]
no_license
anamicaarya/ImageProcessing
f6644c19b7a9b806423c9e00b5c73e9c9d435150
2f0c769a6214171bb0edbdc040ba6639d5a1c89d
refs/heads/master
2021-01-20T00:17:07.659423
2017-04-23T01:05:52
2017-04-23T01:05:52
89,108,734
0
0
null
null
null
null
UTF-8
C
false
false
1,064
h
//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by MyApp.rc // #define IDC_HISTOGRAM 3 #define IDM_ABOUTBOX 0x0010 #define IDD_ABOUTBOX 100 #define IDS_ABOUTBOX 101 #define IDD_MYAPP_DIALOG 102 ...
[ "anamicaarya@gmail.com" ]
anamicaarya@gmail.com
4b783a6bca3d6ce8a18e82f45469a08fa9a169f8
47afb7e889dcca00f95d5e325eee6884fe69dc59
/include/MiniFB.h
81a62c652fd0a051970650bb30d630d68416eb6d
[ "MIT" ]
permissive
REMqb/minifb
864173bc5547d6fca570159815a0a1c451a15c04
25a440f8226f12b8014d24288ad0587724005afc
refs/heads/master
2020-08-28T04:35:18.725003
2019-06-09T06:50:42
2019-06-09T06:50:42
null
0
0
null
null
null
null
UTF-8
C
false
false
2,127
h
#ifndef _MINIFB_H_ #define _MINIFB_H_ #include "MiniFB_enums.h" #ifdef __cplusplus extern "C" { #endif /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// #define MFB_RGB(r, g, b) (((unsigned int) r) << 16) | (((unsigned int) g) << 8) | ...
[ "daniel@collin.com" ]
daniel@collin.com
3cba73e19565a0c4a650a18b67817ca7112ea1b6
ae1f195214a71729be18b0822ae8853e707a2e62
/ejemplos_en_clase/3_adm_memoria/resolviendo.c
7b73fe70795dc0402d82dfd0d9160fbd84581c5a
[ "LicenseRef-scancode-unknown-license-reference", "CC-BY-4.0" ]
permissive
gwolf/sistop-2019-1
8cc637319193e0be279734a31d4333f16fecbf0d
47a04724be7b16bc09131e87b30d3d6916f88efc
refs/heads/master
2020-03-25T16:51:07.851415
2018-11-29T17:22:23
2018-11-29T17:23:06
143,950,489
1
24
NOASSERTION
2018-11-25T06:19:03
2018-08-08T02:27:19
Python
UTF-8
C
false
false
328
c
#include <string.h> #include <stdlib.h> #include <stdio.h> int main(int ARGC, char **ARGV) { char nombre = 20; if (ARGC < 2) { printf("Debes indicarme el nombre\n"); exit(1); } else { printf("Recibí %d argumentos\n", ARGC); } strncpy(&nombre, ARGV[0], 20); printf("¡Hola %s!\n", nombre); exit(...
[ "gwolf@gwolf.org" ]
gwolf@gwolf.org
1a0956c5cdc44a5123647f7b854b4db192857f6f
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/5c9f3326-ec4f-4a5d-a5ec-3c018e892b03.c
7a42e4ce5bfee5fcffe12cc1569345d67cfcb8f8
[]
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
559
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=13; int k; int l; j = 53; l = 64; k = i/j; l = i/j; l = j%j; l = i%j; k = k-k*i; //variables //random /* START VULNERABILITY */ int a; char b[25]; char c[36]; a = 0; while (b[( a - 1...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
f997b8006514e07411fda85bf4aefac4739b8e01
90e98a6701007eadf341b455e46b92a76a8ebac6
/src/ls/ls.c
e041de36d11a06a06940518de19af400747b7e1e
[ "MIT" ]
permissive
whittacake/gentils
05263477d545d41448fab53f85af36c59a1cc924
f1166788d7e49bf6760813884bcfc0c29d15c227
refs/heads/master
2021-01-18T09:40:31.179602
2012-12-01T19:25:01
2012-12-01T19:25:01
null
0
0
null
null
null
null
UTF-8
C
false
false
1,701
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <dirent.h> #include "ls.h" int main(int argc, char** argv) { //Points to the locations of directories in argv char** dl = malloc(argc * sizeof(char**)); struct arg_list args = {0, NULL}; int i; int j = 0; //Counts location in dir list for(i =...
[ "raf.khan.f@gmail.com" ]
raf.khan.f@gmail.com
84b8cb4a3c64fdbaa5017f355e4bb75215f009c9
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/video/backlight/extr_ams369fg06.c_ams369fg06_remove.c
337f8a53728af9f64fa2608951c09642f39f1604
[]
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
826
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
562a61f011fea9717527076da67df2b8517bffde
5ddb90e1b518fadd5f3a405bd6130b9b3a5148f1
/Sound Processing/Sounds/Output/Portal - Gun - Shoot Blue.h
93e113e7a5965b77a203edae22c779debbff85c8
[]
no_license
akbyrd/Ardunio_Doorbell
dfca9fb546ec88576f9a031f3990559ac0201929
fd4417c7cd2f3eb063bef6cc049f14c243435ab0
refs/heads/master
2021-01-21T05:40:27.594577
2014-10-15T05:19:59
2014-10-15T05:19:59
null
0
0
null
null
null
null
UTF-8
C
false
false
45,835
h
const int soundData_length=5600; const signed char soundData_dataL[]={-1, 0, -1, 1, -1, 0, 3, 0, 1, -1, 0, -1, -1, -2, 0, -1, -2, -1, -1, -1, -1, -2, -1, 0, -1, 0, 1, 0, 1, -1, 1, 1, -1, 1, 0, 0, 0, -1, 0, -2, -1, -1, -2, 0, -1, -1, 0, -2, 0, -1, -1, 1, -1, -1, 0, -1, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, -1, ...
[ "sycobob@gmail.com" ]
sycobob@gmail.com
c5e25988faa44379591ad550126e120aca3606f0
861db16ea9723f07418f0587b9148efd9cb937b6
/project/src/sharedblock.test.h
36aa163022cf8d3b19fb1f797758491aab021db4
[ "MIT" ]
permissive
ChileNTNU/ttk4145-1
023d0865e8394d35f8e6b2082d949c98ea8e0f0f
97a090df4f13327c4a32784442a81ec232809f59
refs/heads/master
2021-01-18T01:18:32.261400
2014-02-12T14:38:01
2014-02-12T14:38:01
null
0
0
null
null
null
null
UTF-8
C
false
false
586
h
// C++11 (c) 2014 Vladimír Štill <xstill@fi.muni.cz> #include "sharedblock.h" #include "test.h" struct TestSharedBlock { Test simple() { SharedBlock< int > block{ 42 }; assert_eq( block.snapshot(), 42, "snapshot" ); } Test modify() { SharedBlock< int > block{ 0 }; asser...
[ "vl.still@gmail.com" ]
vl.still@gmail.com
3dec5319e0ed078ec43dff732ef7abbdddeb3471
10dd8ed5799fab79ce95a673bb09b01e4ca4ef36
/benchmarks/Autopar/dataracebench/DRB046-doall2-orig-no.c
902208f9340ea771f1e8deaba4e7279356f6ea4d
[ "BSD-3-Clause" ]
permissive
chunhualiao/AutoParBench-1
fe4d5af71d3509d99d72c64dc0d082a0ecce9064
fc232005b181e9cd41fdcd9004b3203d5dd39b61
refs/heads/master
2020-10-02T04:07:00.324474
2019-12-09T16:57:17
2019-12-09T16:57:17
227,697,429
0
0
NOASSERTION
2019-12-12T21:12:17
2019-12-12T21:12:15
null
UTF-8
C
false
false
2,809
c
/* Copyright (c) 2017, Lawrence Livermore National Security, LLC. Produced at the Lawrence Livermore National Laboratory Written by Chunhua Liao, Pei-Hung Lin, Joshua Asplund, Markus Schordan, and Ian Karlin (email: liao6@llnl.gov, lin32@llnl.gov, asplund1@llnl.gov, schordan1@llnl.gov, karlin1@llnl.gov) LLNL-CODE-73214...
[ "gleison14051994@gmail.com" ]
gleison14051994@gmail.com
8bdbd89bed9a976cd5cfa358c510c071c4407696
dfcf23d65ad03728587f2feff9e60ee5fc4046e2
/ogdi/driver/skeleton/datadict.h
abc4d611c4ec4d29639ec80c61cb1ca3cb0cc5da
[ "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-sun-rpc", "Zlib", "LicenseRef-scancode-public-domain" ]
permissive
libogdi/ogdi
8025595b87fd6fadcd10cd29b1b518056e4cc38a
8ee065f1db9b29247f543589c0042ebeb1e3b925
refs/heads/master
2023-02-23T08:14:27.894708
2023-02-05T12:51:40
2023-02-05T12:51:40
62,093,460
2
9
NOASSERTION
2023-02-05T12:51:41
2016-06-27T22:48:25
C
UTF-8
C
false
false
11,090
h
static char datadict[] = {'\n' ,'i','t','c','l','_','c','l','a','s','s',' ','s','k','e','l','e','t','o','n','_','D','a','t','a','D','i','c','t','i','o','n','a','r','y',' ','{' ,'\n' ,' ',' ','i','n','h','e','r','i','t',' ','d','d' ,'\n' ,'\n' ,'c','o','n','s','t','r','u','c','t','o','r',' ','{','w','i','n','d','o','w'...
[ "warmerdam@pobox.com" ]
warmerdam@pobox.com
f1c04ec9394df10c4323c123355ce3f6788a0053
87cd4502d6efdeceeb6f74900cbc150ac164760c
/The C Programming Language/ch7/ex7-1-2.c
9cbe303010dcf327c0d71d5c17d7f8f0b77392cb
[]
no_license
mooniron/learn-c
bc44b6b376a2670cacc45645d45bd302a14fb26a
fe29d53894bc973e48782b15c1e67fa8e6c54e7f
refs/heads/master
2020-12-02T09:59:33.618657
2017-08-29T23:07:26
2017-08-29T23:07:26
96,672,559
0
0
null
null
null
null
UTF-8
C
false
false
615
c
/************************************************************** * Name : ex7-1-2.c * Author : Bronze Lee * Version : 0.1 * Date : 2017年3月25日 **************************************************************/ /* example: 7.1 standard input and output //read from file prog <infile //...
[ "mooniron@outlook.com" ]
mooniron@outlook.com
d93806353bf03b155809bcad4b2354192b341a3f
55cbe8ce7c96261847b780c692af36dbd164cc1c
/T07D10-0-develop/src/matrix_arithmetic.c
fa57919d32b53934c82eb48cb43fde19c7a445ad
[]
no_license
Alex945945/pool-school21
df7d168aaae3b55324a81fa4b3a1a58af0f079ae
f41e18d156954fb154c160bc806382adab5cad66
refs/heads/master
2023-07-02T01:17:22.848469
2021-08-05T13:43:22
2021-08-05T13:43:22
null
0
0
null
null
null
null
UTF-8
C
false
false
4,571
c
#include <stdio.h> #include <stdlib.h> int getChoice(); int menu(int ***res, int *hr, int *wr); int initMatrix(int ***matrix, int *height, int *width); int getSize(int* height, int* width); int input(int **matrix, int height, int width); void output(int **matrix, int height, int width); void dynamicAllocation(int ***m...
[ "borovikxv.a@gmail.com" ]
borovikxv.a@gmail.com
dadc1776a231a637caa0bb84a303c9cce95a2f53
7b52ada6acddf95ad25bc49a45cd0eb89c7d3c89
/ADuCMxxxV1.3/code/ADuCM360/common/WutLib.h
52236a933fd550e8719452b8bdf097dfd252dde0
[]
no_license
ThorsenRune/LM_FW
f26f3d4e66954a80327b56f698072407bc287ab0
daad22ea1adcc473c65a103291b51f9d33ef2345
refs/heads/master
2021-07-05T06:30:20.959161
2020-09-03T17:53:54
2020-09-03T17:53:54
162,281,998
2
0
null
null
null
null
UTF-8
C
false
false
964
h
/** ***************************************************************************** @file WutLib.h @brief Set of wake up Timer peripheral functions. @version V0.1 @author ADI @date May 2012 All files for ADuCM360/361 provided by ADI, including this file, are provided as is without warrant...
[ "thorsenrune1@gmail.com" ]
thorsenrune1@gmail.com
08bb3501f30821a26764e1dd3e91f529f759851c
bc6430c488a225a2796b50632cd4a88395777a76
/ThirdParty/include/lterrc/asn1c_36331_d10/SPS-Config.h
a5a005d7ccbe284b5ff9e95942f9a94942c27669
[]
no_license
shflyeagle/EagleEye
5f312eaaf9a8a4e2bf5786a38d4f3d6d690d71b7
98b3b802a572ad81bc346905dfdf8396a8189912
refs/heads/master
2020-05-07T08:33:53.684195
2019-04-10T07:53:56
2019-04-10T07:53:56
180,328,573
0
0
null
null
null
null
UTF-8
C
false
false
1,079
h
/* * Generated by asn1c-0.9.27 (http://lionet.info/asn1c) * From ASN.1 module "EUTRA-RRC-Definitions" * found in "/home/qiongbod/asn1c-0.9.27/asn1c/input/36331-d10.asn" * `asn1c -S /home/qiongbod/asn1c-0.9.27/skeletons -fcompound-names -fwide-types -gen-PER` */ #ifndef _SPS_Config_H_ #define _SPS_Config_H_ #i...
[ "qiongbo.deng@nokia-sbell.com" ]
qiongbo.deng@nokia-sbell.com
65818575ccf00b2ed8a3b427e233c12d8c19478c
d38b397d3063de012d2eb8ada93172defbbdc878
/libft.h
15a4d85d1f4a64354676fa3a314e3fd98e77a939
[]
no_license
clacrisostomo/42_cursus_libft
2ba694685136f2716ddc9548908fa29b54cc2644
c11b281f9a5bcf85ce00d59d9ec6203d0269b404
refs/heads/main
2023-06-06T03:22:27.235091
2021-06-17T04:36:34
2021-06-17T04:36:34
359,029,099
1
1
null
null
null
null
UTF-8
C
false
false
3,149
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* libft.h :+: :+: :+: ...
[ "clacrisostomo@gmail.com" ]
clacrisostomo@gmail.com
1d01b3d5f382238d2530420150f6e6b6e6a081db
0a4befba70fd7c2810818b6e570409beb5353dd3
/C ÖRNEKLER/üç sayinin ort.c
191294db2372cc8e4efda13d089953150a38243f
[]
no_license
melike-sekerci/C_example
198b7852ab1bcc6230a12809ba57b232f7d0de96
02f263fe6b6be70892b6ed9a05253196bed1dfbe
refs/heads/main
2023-02-13T15:21:53.760250
2020-12-30T19:27:24
2020-12-30T19:27:24
325,609,285
0
0
null
null
null
null
MacCentralEurope
C
false
false
423
c
#include <stdio.h> #include <stdlib.h> int main(int argc, char *argv[]) { float s1,s2,s3,ort; printf("birinci sayi giriniz: "); scanf("%f",&s1); printf("\n"); printf("ikinci sayiyi giriniz:"); scanf("%f",&s2); printf("\n"); printf("ucuncu sayiyi giriniz:"); scanf("%f",&s3); o...
[ "noreply@github.com" ]
melike-sekerci.noreply@github.com
cd123710650bdc474daa6db1f858aa1664c18dd7
5ed34f8281d2b5ac2be8a69b3787f64b069437f0
/CarGame/BuildiOS/Classes/Native/UnityEngine.UI_CodeGen.c
50bd37007b15165374ed67eed1e3acdbea09e38d
[]
no_license
travissciberras/TravisSciberrasSWD42BAssignment
757e9b986116632e833c4ac3e4d6d43f02eaa330
f06651bee48a39ee46e5eead9e2552db635988d9
refs/heads/main
2023-02-20T01:01:16.274576
2021-01-20T22:52:56
2021-01-20T22:52:56
322,026,129
0
0
null
null
null
null
UTF-8
C
false
false
450,390
c
#include "pch-c.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include "codegen/il2cpp-codegen-metadata.h" IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END // 0x00000001 System.String UnityEngine.UI.AnimationTriggers::get_normalTrigger() extern void AnimationTriggers_get_normalTrigger...
[ "73162283+travissciberras@users.noreply.github.com" ]
73162283+travissciberras@users.noreply.github.com
77140d1df331db8f27f3c933be2f4214c79471b0
8cfa5dbe99dd5b2c8913e35a41395c64b1ea2740
/algorithms/PRIMS.C
db162781cbfd081147b63c9881d8887c26cea1c5
[ "MIT" ]
permissive
AllAlgorithms/c
cf925338018a94d4952203181ba6aab0ea921bef
4e6e311a95d5ce64b953faf83edca351813d262c
refs/heads/master
2023-08-30T12:51:56.967619
2022-06-17T02:50:03
2022-06-17T02:50:03
149,231,271
1,536
630
MIT
2023-08-27T00:09:50
2018-09-18T04:57:57
C
UTF-8
C
false
false
983
c
#include<stdio.h> #include<conio.h> #define I 32767 using namespace std; int main() {int cost[8][8]={{I,I,I,I,I,I,I,I}, {I,I,25,I,I,I,5,I}, {I,25,I,12,I,I,I,10}, {I,I,12,I,8,I,I,I}, {I,I,I,8,I,16,I,14}, {I,I,I,I,16,I,20,18}, {I,5,I,I,I,20,I,I}, {I,I,10,I,14,18,I,I}}; int near[8]={I,I,I,I,I,I,I,I}; int t[2...
[ "shubh.coding@gmail.com" ]
shubh.coding@gmail.com
a7a2967b8abf00e40ce7d27fdd6840bdb41db17a
cfe69fc556729bdecf2118fa5bc329343c42ed80
/10.0.10240.16384/ntoskrnl/Functions/sub_7E829C.c
ed09266486f23e1af963bc238facd97b217ffdee
[]
no_license
Myprivateclonelibrary/W10M_unedited-decomp
8e5ec89a20e634ffc53457a40b0fd6d8a9e1757a
67b05851a3e262ff8a5d11ee50db34f28c350f16
refs/heads/main
2023-08-31T06:00:37.303105
2021-05-15T23:53:23
2021-05-15T23:53:23
null
0
0
null
null
null
null
UTF-8
C
false
false
132
c
// sub_7E829C void sub_7E829C() { int v0; // r4 if ( *(int *)(v0 + 172) < 2 ) JUMPOUT(0x6FB182); JUMPOUT(0x6FB0F8); }
[ "64583248+Empyreal96@users.noreply.github.com" ]
64583248+Empyreal96@users.noreply.github.com
d1f4db43271768b583504ce4e4faed2301888b07
d18e75c6d316db8e2da97769f8054901bf76b0f3
/ex17/ft_strcmp.c
10bc06f82aecee1f130b79c8d744a193d3eef196
[]
no_license
rcrestey/42_Piscine-Reloaded
0f717cffc8ab05cc9eba219967bb880fc8b2c4d7
9530f9f2f703b12abb9b9928939fc496241eab6a
refs/heads/master
2020-04-06T23:51:39.406646
2018-11-16T15:10:24
2019-04-24T01:41:22
157,883,660
0
0
null
null
null
null
UTF-8
C
false
false
1,013
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strcmp.c :+: :+: :+: ...
[ "rcrestey@student.42.fr" ]
rcrestey@student.42.fr
2843660c174fc146f8f13fab140c0945fa45a302
29662cc3c9afbeec93f0959af77bc143a4bcaaa3
/src/driftfun.h
ff5cb4ebd6a0f50740032edca52f1e535d31925d
[]
no_license
cran/BIPOD
4e99295dca6cc0fb824728ceb59a7bdefa911148
bd9b9d76b0893985eeca28f362fe82ee5443b384
refs/heads/master
2020-04-28T16:32:50.320261
2014-03-18T00:00:00
2014-03-18T00:00:00
null
0
0
null
null
null
null
UTF-8
C
false
false
437
h
mat driftfun(double x, double y, mat driftpar, string Model) { mat BB(1,2); mat one(1,1); one.fill(1); if(Model=="OU"){ BB = join_rows(one,driftpar)*OUdrift(x,y); } if(Model=="CIR"){ BB = join_rows(one,driftpar)*CIRdrift(x,y); } if(Model=="FHN"){ BB = join_rows(one,driftpar...
[ "csardi.gabor@gmail.com" ]
csardi.gabor@gmail.com
cd86e277af6f4abdf930214a7d4b2bf82b016e53
38c0ef1759dc9a9b715589ea632dd1ac6b64d598
/Projects/STM32H7B3I-EVAL/Examples/FMC/FMC_SDRAM/Src/main.c
47a15cb3b03c46e80b22f9d2e93aac10847932df
[ "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
13,371
c
/** ****************************************************************************** * @file FMC/FMC_SDRAM/Src/main.c * @author MCD Application Team * @brief This sample code shows how to use STM32H7xx FMC HAL API to access * by read and write operation the SDRAM external memory device. *******...
[ "ali.labbene@st.com" ]
ali.labbene@st.com
f2d58582ea9cfb7ca54c8958f6f40ef4a1fb81c0
8926fd75ab9356303d8134cd58bc781902b7aaff
/opal/mca/pmix/pmix2x/pmix/src/mca/psec/base/psec_base_frame.c
b3a899bdc39b76d286be6b2d41dcadeef915073d
[ "BSD-3-Clause-Open-MPI" ]
permissive
garlick/ompi
f710ef53490404d8273dcd208af4f8efcc29314e
309c967946ca550c4934450e1fc1902271e50611
refs/heads/master
2021-05-16T02:00:46.152225
2016-12-07T15:20:20
2016-12-07T15:20:20
75,861,149
0
0
null
2016-12-07T17:48:53
2016-12-07T17:48:53
null
UTF-8
C
false
false
2,943
c
/* -*- Mode: C; c-basic-offset:4 ; -*- */ /* * Copyright (c) 2004-2007 The Trustees of Indiana University and Indiana * University Research and Technology * Corporation. All rights reserved. * Copyright (c) 2004-2009 The University of Tennessee and The University * ...
[ "rhc@open-mpi.org" ]
rhc@open-mpi.org
8f3d93c28b87ba4f458ac3356287257a396ff879
3b7cdefcad1272ce9ef9b5a2ea6f6c36d4604a6f
/mcu/common/interface/driver/drv_def/drv_features_6761.h
4b5815cc59d7b52fa2b683942cf2c24d5210e9f4
[]
no_license
junkyard-2327/TK_MD_BASIC_MOLY.LR12A.R3.MP.V110.6
ad79a26ed395d5b333b718a6b0913003b556f15e
04ebd402fe9472e0c2e3da5a296c11819307b929
refs/heads/master
2022-12-25T23:24:05.155209
2020-10-09T04:37:19
2020-10-09T04:37:19
301,968,967
2
1
null
null
null
null
UTF-8
C
false
false
6,092
h
/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained * herein is confidential. The software may not be copied and the information * contained herein may not be used or dis...
[ "null" ]
null
d41ffc09bf8df5285cfdd16405580e1eb77dbf16
160dc51955968e969ffa0e15d4ba52f12b80532c
/objc4-756.2/编译素材/xnu-4903.241.1/osfmk/mach/arm/_structs.h
2392307600b5cb7ccc8bc7323bae412dc46bc8bb
[ "MIT", "APSL-2.0" ]
permissive
jayhe/objc4_debug
f7661995cff6278468378da4536c0cf3fc44650d
e6023c9bcaac7888950fa4b36d6260e5b313dc72
refs/heads/master
2021-03-18T01:12:44.941356
2021-01-30T03:39:15
2021-01-30T03:39:15
247,033,924
1
0
MIT
2020-03-13T09:29:22
2020-03-13T09:29:21
null
UTF-8
C
false
false
10,829
h
/* * Copyright (c) 2004-2007 Apple Inc. All rights reserved. * * @APPLE_OSREFERENCE_LICENSE_HEADER_START@ * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'License'). You may not use this file exc...
[ "cooci_tz@163.com" ]
cooci_tz@163.com
59546a17ed0379e51dcc1462e1e832b07cc361b3
9bfd0a5a9af52f42adf7667a3fb6b347623824bf
/nemu/src/cpu/exec/cmp/cmp-template.h
fba5d13efd6ef632e77791827bb9e49c0eb50a0b
[]
no_license
huxy11/x86_32simulator
f2e9f1d80f5787b70f8b240e990967b11aad834f
2bc6126ba34fb97829b995658d1747df5dc1e30c
refs/heads/master
2021-01-11T09:40:48.812346
2017-06-12T03:14:07
2017-06-12T03:14:07
77,677,464
0
0
null
null
null
null
UTF-8
C
false
false
887
h
#include "cpu/exec/template-start.h" #define instr cmp static void do_execute() { // Log("src->val = %x\tsrc->simm = %d\tsrc->str = %s\n", op_src->val, op_src->simm, op_src->str); // Log("dest->val = %x\t dest->str = %s\n", op_dest->val, op_dest->str); //op_src->val = ~op_src->val + 1; // Log("src->val = %x\tsrc->si...
[ "huxy11@mails.tsinghua.edu.cn" ]
huxy11@mails.tsinghua.edu.cn
1e7d4157d2d93b83f8baf53d2594c56f37f0ea86
8f5e8825fb7dd88029561673c84bcb88a23cb839
/Mobile C/file_path.c
e3ac61d8168df520cc06433d3ff3e33af0c5be46
[]
no_license
misletoe/ccr_examples
3108778a933eddd51dd2c99490e7ffaade2a606f
ad04a43201d9df29f0f3ee9824be56b154b1a5ad
refs/heads/master
2020-05-02T20:07:32.869096
2018-07-11T09:13:40
2018-07-11T09:13:40
null
0
0
null
null
null
null
UTF-8
C
false
false
634
c
#if !defined(__CCR__) #error "Not supported platform!" #endif //Included for getcwd function. #include <unistd.h> #include <stdio.h> //Included for ccrGetAbsolutePath function. #include <ccr.h> int main() { char *cwd = getcwd(NULL, 0); printf("Current Directory=%s\n", cwd); free(cwd); //char *ccrGetAbsolutePa...
[ "dztall@hanmail.net" ]
dztall@hanmail.net
b24808685dd312de6ead1c0d71e990f7b17f8193
4f1d319133a467466a99c5197b519f73fd73e1f1
/src/emu/machine/at28c16.h
075479cc707bf4ccbd560e787f39a369b2630ba1
[]
no_license
AltimorTASDK/shmupmametgm
5da401800c7c435b1c3a5a927ba5bc15a6e056cd
2911e3cf43d04a3d1587a48a63352c42647cc9e6
refs/heads/master
2021-01-13T00:50:22.251435
2015-12-13T18:16:27
2015-12-13T18:16:27
47,025,375
3
3
null
2017-02-05T01:09:53
2015-11-28T13:55:58
C
UTF-8
C
false
false
647
h
/* * ATMEL AT28C16 * * 16K ( 2K x 8 ) Parallel EEPROM * */ #if !defined( AT28C16_H ) #define AT28C16_H ( 1 ) typedef struct _at28c16_config at28c16_config; struct _at28c16_config { const char *id; }; #define AT28C16 DEVICE_GET_INFO_NAME(at28c16) DEVICE_GET_INFO(at28c16); #define MDRV_AT28C16_ADD(_tag, _id) \ ...
[ "altimormc@gmail.com" ]
altimormc@gmail.com
efdd02f4f3620bc4440d9c99fd0b479af4d8a786
e120ed80ecc989d5c3374fe058320a540aa401dc
/src/include/boot.h
6064e195b112eeafd80fa8ba293a70f2edef6f56
[ "MIT" ]
permissive
davidkoltak/arria10_bmx
1a7a2433f139caca6ed9a305a8e43ef068451c68
954ba9aceaeccd3c4315cea43ed1abfa92eb8524
refs/heads/master
2021-05-03T22:34:00.005949
2017-06-15T07:06:21
2017-06-15T07:06:21
53,970,349
0
0
null
null
null
null
UTF-8
C
false
false
1,859
h
/* Boot sequence implementation by David M. Koltak 03/03/2016 *** Copyright (c) 2016 David M. Koltak Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including with...
[ "davidkoltak@gmail.com" ]
davidkoltak@gmail.com
f4fe5df560f60936a2e53a7346c7e4182ea84b5b
34db04001db1c6204b7953849cd0852efe548f64
/pet/tests/label.c
4521b0e8dd6928117a4af0344dbba4dd40567ace
[ "MIT" ]
permissive
yaozhujia/ppcg
8fb676ca370f575e549d75e234b71b17d98acf5f
e5ec097899611c86a238fb7656534a2f77bf6b37
refs/heads/master
2020-03-29T00:40:33.926966
2020-02-27T01:25:38
2020-02-27T01:25:38
149,306,257
0
0
MIT
2018-09-18T15:02:50
2018-09-18T14:56:45
C
UTF-8
C
false
false
73
c
void foo() { int a; #pragma scop A: a = 5; B: a = 7; #pragma endscop }
[ "peter.nie@huawei.com" ]
peter.nie@huawei.com
c0513ff66c4acb11f93c7f545867633ef1a7879a
2fd79bef54d5ed3ced0cedc42db9ecafcacc0937
/gbCore/libraries/libpng-1.6.23/pnglibconf.h
028ab7883cf864a95fd4b514d3e3946e502938db
[]
no_license
codeoneclick/game-box
aea6bc479f89c543e80e90af647775e1ac567954
c962634b86a59c7d096e9d4bb1a96419272f4315
refs/heads/master
2023-02-22T10:49:58.396769
2017-05-25T13:57:26
2017-05-25T13:57:26
49,065,778
3
0
null
null
null
null
UTF-8
C
false
false
7,656
h
/* libpng 1.6.23 STANDARD API DEFINITION */ /* pnglibconf.h - library build configuration */ /* Libpng version 1.6.23 - June 9, 2016 */ /* Copyright (c) 1998-2015 Glenn Randers-Pehrson */ /* This code is released under the libpng license. */ /* For conditions of distribution and use, see the disclaimer */ ...
[ "sergey.sergeev.oneclick@gmail.com" ]
sergey.sergeev.oneclick@gmail.com
20a29b5fb76faa7b930a2475f1a33a5531d45f9d
c95467355e19d51ee8f836a9704173cd3c292473
/libft/ft_itoa.c
b799d0b1b94fd431e9ff29de25fe35ef04852b7f
[]
no_license
Mykhailo90/push_swap
60f0e8fac5fe80878fc4f6ac513d450b538af33b
f4ada499016609407774be8c202f487e8b87d5f0
refs/heads/master
2020-04-05T18:10:38.794073
2018-11-19T19:31:16
2018-11-19T19:31:16
157,091,352
0
0
null
null
null
null
UTF-8
C
false
false
1,512
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_itoa.c :+: :+: :+: ...
[ "msarapii@e1r2p2.unit.ua" ]
msarapii@e1r2p2.unit.ua
3ff863ebe31c409b041c4d24a9b6d6dfc088a639
b1d500a451cd9852089bf3d97e829df069daa9c8
/Images/MC/Bz/1700ppm/attic/Blinded/attic/WiggleMod_70_eQ_coarse.C
34ebfc6d10873acde2f7a4a21fdbda100f146aeb
[]
no_license
sam-grant/EDM
486ea029bf766c968a3c7b41198ffcf9bc3c9b8a
525e41de5f675c39014488c79144f47562910736
refs/heads/master
2022-10-30T22:35:42.979799
2022-10-19T18:44:54
2022-10-19T18:44:54
296,421,806
0
1
null
null
null
null
UTF-8
C
false
false
334,076
c
void WiggleMod_70_eQ_coarse() { //=========Macro generated from canvas: c/c //========= (Mon May 3 21:41:11 2021) by ROOT version 6.22/08 TCanvas *c = new TCanvas("c", "c",0,0,800,600); c->SetHighLightColor(2); c->Range(-8.754712,0.5,78.7924,5.5); c->SetFillColor(0); c->SetBorderMode(0); c->SetBorde...
[ "samuel.grant94@gmail.com" ]
samuel.grant94@gmail.com
f954310182ea0def64951075dc529ca10add9e57
6f3d7c7d3a06efd6fe582f5a11529cdf265b4d37
/micropython/ports/uminimal/memmove.c
54e77371d122b24680852e6b1424d8b7920c0c76
[ "Apache-2.0", "LicenseRef-scancode-bsd-3-clause-jtag", "MIT" ]
permissive
Uuuuuuho/RV_VTA
4b92d72583be2a6d2b537de3fc2ee8b4dbb4268d
2639ce2551a6d71c35b4a794476da55ddb1ab476
refs/heads/master
2023-02-27T04:56:35.695257
2021-02-02T08:50:24
2021-02-02T08:50:24
335,220,952
0
0
null
null
null
null
UTF-8
C
false
false
3,071
c
/* Copy memory to memory until the specified number of bytes has been copied. Overlap is handled correctly. Copyright (C) 1991-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Torbjorn Granlund (tege@sics.se). The GNU C Library is free software; you can redistr...
[ "dbgh9129@gmail.com" ]
dbgh9129@gmail.com
fe0c8a5f0c26dda5261be40ea31a94f3ed0091bd
e08bf77ee0fbb52e9a9eb5aaa3fb66d25d8b5c1d
/APP/sx1276-LoRa.c
89c009b58eaa4af36eab9d4ea6c0e39dc8fca559
[]
no_license
barrylw/lamp_project_slave
dd56bb702d7279b1dc5474689540b60f41d9a07a
df2bc352eb8547d9598ec2788490035870426bc0
refs/heads/master
2016-08-11T22:16:15.662906
2015-12-14T14:05:12
2015-12-14T14:05:12
43,115,558
1
0
null
null
null
null
GB18030
C
false
false
41,098
c
/* * THE FOLLOWING FIRMWARE IS PROVIDED: (1) "AS IS" WITH NO WARRANTY; AND * (2)TO ENABLE ACCESS TO CODING INFORMATION TO GUIDE AND FACILITATE CUSTOMER. * CONSEQUENTLY, SEMTECH SHALL NOT BE HELD LIABLE FOR ANY DIRECT, INDIRECT OR * CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE CONTENT * O...
[ "248998114@163.com" ]
248998114@163.com
82a730417d27fd49a3b1c384968d88b55463f6dd
2fe84810d09b4adbf547c4c05d03e492bd8526db
/test/test-ringbuffer-poll-force.c
0993de556215f5894803f77d31b7175e994c025a
[ "Apache-2.0" ]
permissive
deanyin123/obmc-console
54f6f9c061d8f083a03adfb05d2d265bbfb9b5c8
58bb6f144a092448a497e57ff8d9cfd4a66ea2c5
refs/heads/master
2020-05-30T03:43:40.839305
2019-05-31T05:07:23
2019-05-31T05:07:23
189,519,374
0
0
Apache-2.0
2019-05-31T03:11:43
2019-05-31T03:11:43
null
UTF-8
C
false
false
918
c
#include <stdlib.h> #include <stdint.h> #include <stdio.h> #include "ringbuffer.c" #include "ringbuffer-test-utils.c" void test_poll_force(void) { uint8_t in_buf[] = { 'a', 'b', 'c', 'd', 'e', 'f', }; struct rb_test_ctx _ctx, *ctx = &_ctx; struct ringbuffer *rb; int rc; ringbuffer_test_context_init(ctx); rb ...
[ "jk@ozlabs.org" ]
jk@ozlabs.org
04f8d5f203dea8a69fc6e03c3c8e23a156599c90
6888944cea659624357acf886a73f515ce0b68c5
/include/t3-strace.h
3d934d74fdec1cab94bb6477e613a8ce3957dea6
[]
no_license
osmonds/syscall-tracer
0302e5880c70564ecb109cf68712b677cc14cca2
e544a21b6261f5125a26446a00e13f8ac0325d92
refs/heads/master
2021-01-17T22:39:11.306304
2011-01-30T02:08:45
2011-01-30T02:08:45
null
0
0
null
null
null
null
UTF-8
C
false
false
1,729
h
#ifndef __STRACE_H__ # define __STRACE_H__ # include <sys/user.h> # include <sys/reg.h> # include <stdlib.h> //! defines # define OPTIONS "hvp:e:" # define MAX_SYSCALLS 337 //! typedefs typedef struct user_regs_struct t_urs; typedef void (*t_callback)(pid_t, long, t_urs*); //! structures typedef struct s_syscall { ...
[ "caner@candan.fr" ]
caner@candan.fr
ad7f433947d09780e9e7d04c379081f211a6d2b7
c4afbfe1885e8d0c7a1c8b928563f7bb8ab6a683
/openETCS_Releases/v0.3-D3.6.3/KCG_GreenField/Kv_intConstructor_SDMConversion.c
f592713cc77ecdb6679dd67f0c87cd8a23bac071
[]
no_license
VladislavLasmann/srcAndBinary
cd48ebaa2f1f7f697ba5df9f38abb9ed50658e10
13aa76e545b9596f6dac84fb20480dffae7584d8
refs/heads/master
2021-05-08T15:04:05.709079
2016-01-22T12:40:10
2016-01-22T12:40:10
null
0
0
null
null
null
null
UTF-8
C
false
false
3,742
c
/* $**************** KCG Version 6.4 (build i21) **************** ** Command: kcg64.exe -config D:/Github/modeling/model/Scade/System/OBU_PreIntegrations/openETCS_EVC/KCG_GreenField/config.txt ** Generation date: 2015-11-05T08:54:04 *************************************************************$ */ #include "kcg_consts...
[ "bernd.hekele@deutschebahn.com" ]
bernd.hekele@deutschebahn.com
6b9ec4b0aa4496b84f861489a39c342b9cbb8bde
3dada642d347fc704b9d528e575914b5d8e70bc5
/days/j09/ex08/ft_spy.c
8c01d3be5a042ad5e9dda92939de1887bf53d4c9
[]
no_license
cormarti/piscine42
524d283985a37f3e767e5f15815db211823fbc41
530594add582428996448a7f8c4529db65f04284
refs/heads/master
2020-03-07T07:47:01.324123
2018-03-29T23:42:03
2018-03-29T23:42:03
127,358,438
0
0
null
null
null
null
UTF-8
C
false
false
1,717
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_spy.c :+: :+: :+: ...
[ "cormarti@student.42.fr" ]
cormarti@student.42.fr
ed90d4dcb16269993e091e56cdf692d54af50dc7
93350df374e44b3227e0c7c88def46eabba557f1
/project_2/tests/general/provided_test_1.h
b2c4e680f5811601b09dd26fe04455358093a79e
[ "MIT" ]
permissive
JoshuaPortelance/CSC460-Spring2017
0a4b7fed8603b5962e0b6008e07cc9d91daf96f5
002d1de2f775e76eb0fff52e8d36913874b1a757
refs/heads/master
2021-01-22T04:05:15.969608
2017-04-07T15:40:56
2017-04-07T15:40:56
81,499,244
0
0
null
2017-04-07T15:40:57
2017-02-09T22:01:22
C
UTF-8
C
false
false
181
h
/* * test1.h * * Created: 3/16/2017 7:23:15 PM * Author: Josh */ #ifndef _GENERAL_TEST_1 #define _GENERAL_TEST_1 void main_a(void); #endif /* _GENERAL_TEST_1 */
[ "joshua_portelance@hotmail.com" ]
joshua_portelance@hotmail.com
24da7ca2bfe6df86174f0118b3e917c738a15656
942a8b9261fad9e68810d28495d4c0bf8d31a7a9
/WolfSSL_stm32f7/Inc/I-CUBE-wolfSSL_conf.h
8c9368ba5e5d4059814df9d4fc1edf27525182a7
[]
no_license
m2030/Atollic_projects-
21bc84b2b4ddf0c23634fbce0c3a3398d86d658b
81801ddc92c87f3cbaa82d5c015717b6ba3bddac
refs/heads/master
2023-08-27T05:02:33.421400
2021-09-25T17:01:56
2021-09-25T17:01:56
410,304,464
0
0
null
null
null
null
UTF-8
C
false
false
16,508
h
/* wolfSSL_conf.h (example of generated wolfSSL.I-CUBE-wolfSSL_conf.h) * * Copyright (C) 2006-2020 wolfSSL Inc. * * This file is part of wolfSSL. * * wolfSSL 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 Foundat...
[ "30866381+m2030@users.noreply.github.com" ]
30866381+m2030@users.noreply.github.com
a2fa472f22947dcffb120a6b334a3bb7867ecad1
24d72e7cf0ea78ffd3b74fdaa3abe02b4c6c56ae
/max.c
1cefdd714daa79c72c113cfbe8d9a215d7d6f345
[]
no_license
kevinalfa17/Arqui2-Taller2
dde6a23c70f5ae23b6036bdbe6be53688b278f2a
e4437ceb939061e0c5b6f82e11bf1828ddd12cdb
refs/heads/master
2020-03-29T04:06:47.169809
2018-09-19T21:57:57
2018-09-19T21:57:57
149,516,274
0
0
null
null
null
null
UTF-8
C
false
false
2,467
c
/* Instituto Tecnologico de Costa Rica * Area academica de Ingenieria en Computadores * Curso de Arquitectura en Computadores II * Profesor: Jeferson Gonzales Gomez * Taller 2: Ejercicio 2 Vector de maximos * Kevin Alfaro Vega - 2015027603 * II Semestre 2018 * Referencias: https://software.intel.com/sites/landi...
[ "kevinalfa17@gmail.com" ]
kevinalfa17@gmail.com
a403bf13199dc861cd885dd626b34bea4341158e
c07ffa9a84a911a453c4346c1e87719a556f2729
/UNIXandShellProgramming/chapter07/emulatecd.c
88573b20d8062d264ec310ffaaf88d33586476b9
[]
no_license
imatyukin/shell
91d74150bbd3ed33fe6d0db12d6394ebdc7247f0
8977e1836d48eeaa217d88e06927dd9a246272c1
refs/heads/master
2022-01-04T20:14:01.320330
2019-05-09T20:54:38
2019-05-09T20:54:38
105,179,261
1
0
null
null
null
null
UTF-8
C
false
false
356
c
/* chdir(): Changing Directories * * man 2 chdir * * int chdir(const char *path); * */ #include <unistd.h> #include <stdio.h> #include <stdlib.h> int main(int argc,char **argv) { if (argc < 2) { perror("Insufficient arguments "); exit(1); } if (chdir(argv[1]) != 0) { perror("Cannot change to the speci...
[ "i.matukin@gmail.com" ]
i.matukin@gmail.com
ab74572fd92ebff41c3e1851b4ee2e10cc3aebe5
78b583f34b7e8a6cb0701041a6569068d134e147
/project16/src/capteur.h
eed7cc9866c270cabf10e527c1faeecf53480609
[]
no_license
hadilromdhani/SmartFarmProject
1589e0c8ff993c7ef196b287484eca6c2263e218
d75c971ca77bfb40f13754c5992d79ec84ba7198
refs/heads/master
2023-02-14T21:14:17.094681
2021-01-06T00:00:31
2021-01-06T00:00:31
310,421,658
0
0
null
null
null
null
UTF-8
C
false
false
424
h
#include <gtk/gtk.h> typedef struct{ int jour; char mois[30]; int annee; }DateCapt; typedef struct{ char nom[20]; char marque[20]; char reference[20]; char type[20]; DateCapt dt; }capteur; void ajouter_capteur(capteur c); void afficher_capteur(GtkWidget* treeview1,char*l); void supprimer_capteur(char *reference); in...
[ "hadil.romdhani@esprit.tn" ]
hadil.romdhani@esprit.tn
d2217f1e5aafc44e3cd4b29f92fef9c306d6fa8c
fad392b7b1533103a0ddcc18e059fcd2e85c0fda
/install/px4_msgs/include/px4_msgs/msg/gps_inject_data__struct.h
fa5d86a54bf42d8720cd09e27cbdcd74caf73535
[]
no_license
adamdai/px4_ros_com_ros2
bee6ef27559a3a157d10c250a45818a5c75f2eff
bcd7a1bd13c318d69994a64215f256b9ec7ae2bb
refs/heads/master
2023-07-24T18:09:24.817561
2021-08-23T21:47:18
2021-08-23T21:47:18
399,255,215
0
0
null
null
null
null
UTF-8
C
false
false
108
h
/home/navlab-tx2-4/px4_ros_com_ros2/build/px4_msgs/rosidl_generator_c/px4_msgs/msg/gps_inject_data__struct.h
[ "adamdai97@gmail.com" ]
adamdai97@gmail.com
277de473ee8be2adf3626a7566de568e54bd3e2f
0c7dba57fe7c76634d4776d8d3969d159ab845eb
/practice/18/gen.c
e33bbcca996651c135825d2f27f783f75d289889
[]
no_license
ccwu0918/JG-testdata
093511152a98a1038b3ecde3249f19ea8b3a4861
4ce2ec45560e18d2c1829d0bb71643b21dd565f4
refs/heads/master
2022-04-03T09:13:50.517843
2016-01-13T05:49:52
2016-01-13T05:49:52
null
0
0
null
null
null
null
UTF-8
C
false
false
320
c
#include <stdio.h> #include <stdlib.h> int main(){ srand(time(NULL)); int r = 99, c = 99; printf("%d %d\n", r, c); for (int i=0 ; i<r ; i++) { for (int j=0 ; j<c ; j++) { if(j) printf(" "); printf("%d", rand()%500+1); } printf("\n"); } return 0; }
[ "morris821028@gmail.com" ]
morris821028@gmail.com
e66dd2912bebf22a3ca3a0c88ccbb1f25f6bfae6
44db1ec8d639d2e78583e2844e5de1b38a1ca26f
/C(++)/W32/Timer/Resource.h
3e489156d8bddb720843eb3be12fd24ab0f78438
[]
no_license
braindef/code
adfb4e8980fd0fdbf23e051a5ffad72be22ae12d
f6fbaf3f1b1c41df391c706278b5bcb4e83d2ac2
refs/heads/master
2020-04-01T08:00:59.721124
2018-10-14T20:02:56
2018-10-14T20:02:56
153,013,739
0
0
null
null
null
null
ISO-8859-1
C
false
false
705
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by Timer.rc // #define IDS_APP_TITLE 103 #define IDR_MAINFRAME 128 #define IDD_TIMER_DIALOG 102 #define IDD_ABOUTBOX 103 #define IDM_ABOUT 104 #define IDM_EXIT 105 #define IDI_TIMER 107 #define IDI_SMALL 108 #...
[ "asdf@asdf.com" ]
asdf@asdf.com
e58ee3787a256d6d7790db097f75f64167a59bd0
f57bb7ed68f0558f470efc4e1136d34ace8a7195
/cipher/aes/aes-gen-tables.c
8fce6f21645d3665d2fd4e4a2f7b6c0bc9997ad3
[ "MIT" ]
permissive
jfehren/Crypto
79a4a5c188269e753217f020f584e4c1ea8b85a8
fd12625af6ec88d21526b9b766667c3ae8d37189
refs/heads/master
2020-12-10T02:13:22.924096
2020-01-13T00:43:10
2020-01-13T00:43:10
233,478,666
1
0
null
null
null
null
UTF-8
C
false
false
8,644
c
/* * aes-gen-tables.c * * Created on: Feb 18, 2019, 12:27:13 PM * Author: Joshua Fehrenbach */ #include <assert.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #if 1 # define BYTE_FORMAT "0x%02X" # define BYTE_COLUMNS 8 #else # define BYTE_FORMAT "%3d" # define BYTE_COLUMNS 0x10 #endif #defi...
[ "noreply@github.com" ]
jfehren.noreply@github.com
60e0459bc4e31ed369f9e8c67bca6dd9403411c3
600df3590cce1fe49b9a96e9ca5b5242884a2a70
/third_party/boringssl/src/crypto/stack/stack.c
2d5744aaa68db12c67c88fd85fb6350a3e2a74e2
[ "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0", "BSD-3-Clause", "OpenSSL", "ISC", "LicenseRef-scancode-openssl", "LicenseRef-scancode-ssleay-windows" ]
permissive
metux/chromium-suckless
efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a
72a05af97787001756bae2511b7985e61498c965
refs/heads/orig
2022-12-04T23:53:58.681218
2017-04-30T10:59:06
2017-04-30T23:35:58
89,884,931
5
3
BSD-3-Clause
2022-11-23T20:52:53
2017-05-01T00:09:08
null
UTF-8
C
false
false
9,554
c
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-commercial use as long as ...
[ "enrico.weigelt@gr13.net" ]
enrico.weigelt@gr13.net
76b2ba2c5118bd335fce4d0482b49cafad7b6420
1a26ceb963c06e7ac6b2102d2c01717ae1fd14a2
/test/CodeGen/aarch64-sve-intrinsics/acle_sve_cmple.c
c3f6408b1126fbe13261addf6027dceeace1f4f3
[ "Apache-2.0", "LLVM-exception", "NCSA" ]
permissive
vgvassilev/clang
21ac7774fe0edb1877f132979c6cb72d492d68a2
cbe6a1511aaf0afe5bc7e79d9c9f5446f8e2e1c5
refs/heads/master
2023-01-09T13:17:53.203581
2021-09-14T23:46:30
2021-12-16T21:51:25
22,471,703
1
4
NOASSERTION
2022-12-28T08:02:08
2014-07-31T14:14:54
C++
UTF-8
C
false
false
22,270
c
// REQUIRES: aarch64-registered-target // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sve -fallow-half-arguments-and-returns -S -O1 -Werror -Wall -emit-llvm -o - %s | FileCheck %s // RUN: %clang_cc1 -triple aarch64-none-linux-gnu -target-feature +sve -fallow-half-arguments-and-returns -S -O1 -Werror...
[ "v.g.vassilev@gmail.com" ]
v.g.vassilev@gmail.com
0402a0077aebe1c867cdef6cdecf7636c72fecf2
9f74f22d1ed6ae77b82f2154cacf25b9c73c9938
/C Programs/chap06/cp06_24.c
e03f4441da6df4b846aecdf50cbdcef6f891bcfc
[ "Apache-2.0" ]
permissive
csitedexperts/CSE1321Review_CPP
3843824c906ee7e161f3f9567ba4ad2f693c662e
e3b763c54df8b8d93b9cdce39dd434733ff94862
refs/heads/master
2020-09-05T04:57:45.950045
2019-11-06T15:32:59
2019-11-06T15:32:59
219,988,910
0
1
null
null
null
null
UTF-8
C
false
false
351
c
/* CP06_24.C */ /* Program to display a pyramid. */ #include<stdio.h> #include<conio.h> void main() { int i,j,n; printf("How many rows in your pyramid ? "); scanf("%d",&n); for(i=0;i<n;i++) { for(j=0;j<=i;j++) { gotoxy(10+j,10+i); printf("%d",j); } for(j=0;j<=i;j++) { gotoxy(10-j,10+i); printf("%d",j); } ...
[ "csitedexperts@gmail.com" ]
csitedexperts@gmail.com
c7c33a59171ba671453f60158ba25106062ed813
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/net/wireless/ath/ath5k/extr_ani.c_ath5k_ani_lower_immunity.c
5503b33609849463fb2db9eccbc85ed4939acc83
[]
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
2,689
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
ac9ca686cbee9bce710de230b4040046b189b401
30f7951ccb8d5e57324e2df1af307284d854861f
/sem3/lab4/func.h
9a4c6727cba8a676f1e3ac76bde3146a24f8a87a
[ "MIT" ]
permissive
vehar/Programming-in-C
1be3c63b215167abbb008a1ef40461d85026e297
8f018339685260bfc21a72ba699bef365ba8d21d
refs/heads/master
2020-08-21T16:16:20.580087
2017-09-02T18:04:18
2017-09-02T18:04:18
null
0
0
null
null
null
null
UTF-8
C
false
false
1,498
h
#ifndef FUNC_H #define FUNC_H #include <stdio.h> #include <stdlib.h> #include <math.h> #include <time.h> #define SUCCESS 0 #define NOT_GIVEN_FILE -1 #define NON_EXISTENT_FILE -2 #define NO_DATA -3 #define ALLOC_ERR -4 #define ERR -5 #define MORE INT_MAX #define LESS INT_MIN #define EPS 0.00001 //сложение...
[ "noreply@github.com" ]
vehar.noreply@github.com
49c937ba3852dc5996489e9a1650deee718dcf70
cd9ac9b585e1f59b239dd2bdd121043a6e668d8e
/Gen-code/nextest_cgen-r4-0a-pre47/iServer/scm/scm_queue.c
37a131f504858720504350a686ea6aa1d36bd5f0
[]
no_license
gvsurenderreddy/Automation
26666872a5d741576531471bff402900e039a4e3
9974760ae41ea26d4d8b6a483b246f09ae38298e
refs/heads/master
2021-01-15T08:43:15.616066
2015-05-12T08:08:11
2015-05-12T08:08:11
null
0
0
null
null
null
null
UTF-8
C
false
false
5,015
c
#include "gis.h" #include "lsprocess.h" #include "scm.h" SCM_StateQueue_t scmQueue; void SCM_QueueInit() { // Initialize the queue scmQueue.queue = CacheCreate(0); scmQueue.queue->dt = CACHE_DT_CLIST; CacheSetName(scmQueue.queue, "SCM Queue"); scmQueue.queue->cachecmp = -1; scmQueue.queue->cacheinscmp = -1; sc...
[ "root@del1-dhp-31845.site" ]
root@del1-dhp-31845.site
2a3cfc0bdba42b96230925de1acfcceb3ddaae8a
d4bde4e07ee14ac2e5a472de26451339b68b1438
/main/peripheral/timer/timer4.h
14bdf9e0467c7b87345f1e65e4bb28d8685a0185
[]
no_license
marselap/casu-oiu
97ee45d6c9adff72df09c5a877845d0d352700eb
0ca99d761f1b489e989eedf84a2ca18e54f1d61a
refs/heads/master
2021-04-06T06:39:47.412471
2018-04-11T13:43:17
2018-04-11T13:43:17
124,540,074
0
0
null
null
null
null
UTF-8
C
false
false
4,756
h
/*! \file timer4.h * \brief Declarations of functions and variables used for working with timer4. * Timer4 used for temperature loop */ #ifndef TIMER4_H #define TIMER4_H #endif #if defined(__PIC24F__) #include <p24Fxxxx.h> #elif defined(__dsPIC33F__) #include <p33Fxxxx.h> #elif defined(__dsPIC33E__) #include <p33E...
[ "marselapolic@gmail.com" ]
marselapolic@gmail.com
579e39a5af8bb249963aa9915ef3abe708efce1f
e182f511ac9f0d7ffb589b705cde649d8f437721
/ChessGame.h
12d605a67badddb45db09a55d7c85cdcb24e942b
[]
no_license
ranerez1/Chess-Minimax-Algorithm
bd7404bce4bfa079b5f2d0586559672325618b21
38d3e69fb806fba754785200173824590dea6b10
refs/heads/master
2020-03-28T18:57:12.323106
2018-09-15T18:46:27
2018-09-15T18:46:27
null
0
0
null
null
null
null
UTF-8
C
false
false
3,742
h
/* * ChessGame.h * * Created on: 24 Aug 2017 * Author: ranerez */ #ifndef CHESSGAME_H_ #define CHESSGAME_H_ #include <stdio.h> #include <stdlib.h> #include "ChessSetting.h" #include "ChessArrayList.h" #include "ChessParams.h" /* * A structure holding the necssary attributes for the game * board[MAX_ROW]...
[ "noreply@github.com" ]
ranerez1.noreply@github.com
e11ffac476a92bb60c3a48e185749461560d6ab9
e52ead4c385656280f7084ef27f528ced277a302
/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Collections_Hashtable_EnumeratorMode.h
bc9c9f447bb1fa3aee3202bc7d416dc02ee51b9d
[]
no_license
P0nj4/Roll-a-Ball-Unity
9aacbf6f21c1b6774116f97849aaff38eef7fa7f
86e42295507bed9f4eac78ea01d8d92e0f0eea07
refs/heads/master
2021-01-10T16:00:13.441187
2015-10-13T19:29:56
2015-10-13T19:29:56
44,198,657
0
0
null
null
null
null
UTF-8
C
false
false
416
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_Enum.h" #include "mscorlib_System_Collections_Hashtable_EnumeratorMode.h" // System.Collections.Hashtable/EnumeratorMode struct EnumeratorMode_t1098 { /...
[ "german.f.pereyra@gmail.com" ]
german.f.pereyra@gmail.com
9725df17937384fac8ddb763b8cc928502843c4a
f3f89d10d72dbd2ad71f62bf902b9466581e6920
/client/commands/features/list.c
724d74e47e2ba77c1e2a505f7f0f1a7896b06552
[]
no_license
Dominik-Kaczor/NWP_myteams_2019
4c50644338e65653749cff6283b4bffb4d27bc8c
544a0b43a2fd1d1859d25104cda3c82301be8a74
refs/heads/main
2023-03-24T18:12:48.597672
2021-03-15T10:17:44
2021-03-15T10:17:44
347,922,302
0
0
null
null
null
null
UTF-8
C
false
false
1,892
c
/* ** EPITECH PROJECT, 2020 ** list ** File description: ** list */ #include "client.h" int list_thread(const char **array, int counter) { struct tm time; time_t gmttime; if (array[1] == NULL) return EXIT_SUCCESS; for (int i = 1; i < counter; i = i + 4) { strftime((char *)array[i + 2]...
[ "noreply@github.com" ]
Dominik-Kaczor.noreply@github.com
0d035e7a733d4d288728c488b385928d1a334727
66bc93d1ef546669f4096dc379131f103a20a778
/Sources/DecawaveLibary/wpiExtensions.c
9c59e3798412549ade9c3b53925129b002396316
[]
no_license
justinmiller62/DecawaveLibrary
8316288325000f9e608bda4a725badd85c8abec4
7eff36f7f441ef8a41306694e1b53031f73c03a8
refs/heads/main
2023-02-25T11:24:03.229756
2021-01-24T12:10:21
2021-01-24T12:10:21
332,435,788
0
0
null
null
null
null
UTF-8
C
false
false
20,258
c
/* * extensions.c: * Originally part of the GPIO program to test, peek, poke and otherwise * noodle with the GPIO hardware on the Raspberry Pi. * Now used as a general purpose library to allow systems to dynamically * add in new devices into wiringPi at program run-time. * Copyright (c) 2012-2015 Gordon Henderson...
[ "justinmiller62@gmail.com" ]
justinmiller62@gmail.com
0fec4beea8199a2227022eac636152dbaefee89d
b47489e86b1779013a98b18eb8430030dd7afb83
/HowTomcatWorks/HowTomcatWorks/tomcat/4/4.1.12/jakarta-tomcat-connectors-4.1.12-src/jk/native2/common/jk_worker_run.c
326ac49e5fe3cb818f5f1bf427f55361b0aeefa8
[ "LicenseRef-scancode-mx4j", "Apache-1.1", "Apache-2.0" ]
permissive
cuiyuemin365/books
66be7059d309745a8045426fc193439b95a288e4
4ffdd959b4fc894f085ee5e80031ff8f77d475e6
refs/heads/master
2023-01-09T19:30:48.718134
2021-04-08T07:52:00
2021-04-08T07:52:00
120,096,744
0
0
Apache-2.0
2023-01-02T21:56:51
2018-02-03T14:08:45
Java
UTF-8
C
false
false
6,297
c
/* ========================================================================= * * * * The Apache Software License, Version 1.1 * * * ...
[ "cuiyuemin@mofanghr.com" ]
cuiyuemin@mofanghr.com
a819df49892b66c53633c6a67b4b769b721d44e9
5d31318eaf92612bb6cef0745fadd32433718d56
/030串(补充) KMP算法的改进nextval C语言/main.c
95359609fe7c5d6bdf4941ad98dcc0526f691169
[]
no_license
fengFlyPro/ds-c
b3bbb10c39ce53070b62e97853dc4ef33dba8faf
3e5a40ebc05761dcbe4e183992f6101213423f54
refs/heads/master
2020-05-05T04:16:30.698063
2019-04-23T07:14:55
2019-04-23T07:14:55
179,705,334
1
1
null
null
null
null
UTF-8
C
false
false
2,047
c
/* * 数据结构 * KMP的一种改进的算法 * next优化成nextval的算法 * 例子 传统的p串的next = {-1,0,0,0,1,2,3} * abcabdabcabcd * abcabcd * abcabcd * 可以看到p串前后都有abc这个串 但是 前面的abc和主串abd已经比较过一次 * 而p串后面与p串前面相等的abc又重复和主串的abd又比较了一次 * 所以这是没有必要的 因此有了对kmp的改进算法 其实就是改进next 让next滑动的更加的远 * nextval = {-1,0,0,-1,0,0,3} * nextval[3] = -1 ...
[ "i@zhf6.com" ]
i@zhf6.com
5725c468c2f992a30963a9b37ef956bdad15b239
7516a552047ec0a98def02663e3cbe4d161da9ee
/experiment/aug212015_3/mix019_rmo.oepc_false-unreach-call.c_anno.c_pyc.c
51f3afdf3e40cd0f9c870a7388056384394bc944
[ "Apache-2.0" ]
permissive
heryxpc/prototype
e034b122e30c30b95f2f3f31a9d36ee85200d860
45c9c61c43115a97adc9690ad2269be9c07eb47d
refs/heads/master
2021-06-15T08:11:35.980565
2021-04-20T17:35:27
2021-04-20T17:35:27
39,097,808
0
0
null
null
null
null
UTF-8
C
false
false
7,966
c
extern void __VERIFIER_error() __attribute__ ((__noreturn__)); void __VERIFIER_assert(int expression) { if (!expression) { ERROR: /* assert not proved */ /* assert not proved */ __VERIFI...
[ "hepc1g14@soton.ac.uk" ]
hepc1g14@soton.ac.uk
c0c56f8cadb108cc35b5a21e6c26fd99062ff580
c65e7fa6581027a3f1c7dcc83de09d829a0f0458
/kilolib-master/kilolib-master/blank.c
b40ae2bacebb4aa11699c5622f588052a96faa98
[]
no_license
kristianharge/projetIndustriel
1b14f2112050cf9b1b96a9be9bb0f05f6765c88f
cd7e3450f234115f9ce8e3ee120a9c73d1728d05
refs/heads/master
2020-05-23T01:31:22.005294
2019-05-24T07:24:09
2019-05-24T07:24:09
186,592,141
0
0
null
null
null
null
UTF-8
C
false
false
1,292
c
#include "kilolib.h" void setup() { set_color(RGB(1,0,0)); delay(200); set_color(RGB(0,1,0)); delay(200); set_color(RGB(0,0,1)); delay(200); set_color(RGB(0,0,0)); delay(200); } /* void loop(){ if(flag == 1){ flag = 0; set_color(RGB(0,0,1)); delay(1000); set_color(RGB(0,0,0)); delay(200); } } */ ...
[ "noreply@github.com" ]
kristianharge.noreply@github.com
37eb6090f4d2dfe7c01a8df07c1624d43697608a
439a36206a0d68538c412e6b8f4555f1ff5334c2
/srczz/zz_19f40.h
f7329536f794fc2d80d3911eff09e37b39d6e8a7
[]
no_license
wurlyfox/c1c
067a6f8bde85e760b270993ccae044e7e03547fb
d7be18501b99e73052281e57c83cfee5a3f09f56
refs/heads/master
2020-07-11T07:14:00.709880
2015-01-12T00:00:23
2015-01-12T00:00:23
39,429,210
10
2
null
null
null
null
UTF-8
C
false
false
600
h
#ifdef ZZ_INCLUDE_CODE ZZ_19F40: SP -= 24; EMU_Write32(SP + 16,RA); //+ 0x10 RA = 0x80019F50; //ZZ_19F40_10 A1 = 0x1; ZZ_CLOCKCYCLES(4,0x80019CF4); goto ZZ_19CF4; ZZ_19F40_10: RA = EMU_ReadU32(SP + 16); //+ 0x10 SP += 24; ZZ_JUMPREGISTER_BEGIN(RA); ZZ_CLOCKCYCLES_JR(4); ZZ_JUMPREGISTER(0x80019A14,ZZ_19928_EC...
[ "chekwob@yahoo.com" ]
chekwob@yahoo.com
70eeedd64c99a7e974e019e1eed58f3fd947d3f2
454c49c7e3eb0a0819e62586408451738291e0db
/_obsolete/example-new/vgg16_train.c
77911ad4bc358b8713c44704a161af4ced13ed78
[]
no_license
yui0/catseye
26bdefcc3285c16c040e9cc68e1bd728cbc0cd16
7642900c448ad8923b15ae00c30242167148d41d
refs/heads/master
2023-08-18T07:52:06.321342
2023-08-13T10:18:25
2023-08-13T10:18:25
50,338,658
41
7
null
null
null
null
UTF-8
C
false
false
7,880
c
//--------------------------------------------------------- // Cat's eye // // ©2016-2018 Yuichiro Nakada //--------------------------------------------------------- // gcc vgg16_train.c -o vgg16_train -lm -Ofast -march=native -funroll-loops -fopenmp -lgomp // clang vgg16_train.c -o vgg16_train -lm -Ofast -march=nati...
[ "berry@berry-lab.net" ]
berry@berry-lab.net