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
efafd59c77ed6bf8bad3dbc72020f17df1938ae1
691ad4414b138c464502ec9eb24ea60034b5a673
/Programs/report_card.c
777d5cf77b13abf440415b9b8ee4aaf5c50a6025
[]
no_license
jguerra7/c-programming-4
68abc1808fc1f112b39b4dba3c256e0eb99e18b0
d74c87f6b46b460023f33d2103af3d2972e5826e
refs/heads/master
2022-04-03T04:06:02.013405
2018-01-28T05:07:49
2018-01-28T05:07:49
null
0
0
null
null
null
null
UTF-8
C
false
false
524
c
/* Write a program to calculate the aggregate and percentage of marks in five subjects input by the user */ /* Author:M.C.Agarwal Date:18.08.2017 */ #include<stdio.h> int main() { int s1,s2,s3,s4,s5,agg; float per; printf("Enter the marks of five subjects "); scanf("%d %d %d %d %d",&s1,&s2,&s3,&s4,&s5); ...
[ "agarwalmohitesh@gmail.com" ]
agarwalmohitesh@gmail.com
02dec5d59e01655c0a54b12ff22b18c8757f4b87
f5e5491cff496dfd2fd5560e73d0819207b97c56
/ledgame/writetempfile.c
202309429db50acf315e2270672b3f7ecc7bcb4a
[]
no_license
katiehsieh/apcsp-pidev
6d06a8f7ebfe1f5431ae66d5ae662bf62f94293f
54b026088f2bc8bfd53ee87ea94a21c05f9a3f3e
refs/heads/master
2020-03-18T07:44:38.881104
2018-06-14T16:42:24
2018-06-14T16:42:24
134,470,806
0
0
null
null
null
null
UTF-8
C
false
false
201
c
#include <stdio.h> #include "main.h" void writetempfile() { FILE *fp; fp = fopen(".tempfile","w"); fwrite(&color, sizeof(color), 1, fp); fwrite(&score, sizeof(score), 1, fp); fclose(fp); }
[ "katie@iteh.net" ]
katie@iteh.net
71d0ad2bcd3818ad9113ecaf6d87e36eae2df214
158e45ae1d4c1f2cd9f52a011cf3b97fab542b59
/srcs/minishell_builtin.h
fe35f6a5e537af96a2dc331c120012cf25f5b086
[]
no_license
Sockona-seruiz/minishell_merged_test
7274d3eb10c07c871ebcebb36d0816bea38b54c6
fc4130485692f06888ce40982fd24eb9c67f0ddb
refs/heads/main
2023-03-24T20:03:13.651877
2021-03-17T10:46:28
2021-03-17T10:46:28
347,972,365
0
0
null
null
null
null
UTF-8
C
false
false
2,212
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* minishell_builtin.h :+: :+: :+: ...
[ "seruiz@student.le-101.fr" ]
seruiz@student.le-101.fr
e61e66399240948d2c5514ce2d66e7e88069d8ea
3d6234d4306e56fc665b17acdd930ad2cdcfcda1
/HELIKOPITER/heli.c
4251ae827f4e0fd1914c98870797b6ab0c8ab146
[]
no_license
ezgallu/project-helic
2ff8224fd34639ff9086b098c2da4f6bf0475825
fcc9313e0786c816584d0ddea99a5c22a80dafae
refs/heads/master
2021-05-06T00:02:47.623595
2018-01-25T01:57:37
2018-01-25T01:57:37
116,854,283
0
0
null
null
null
null
UTF-8
C
false
false
974
c
#include "parametri.h" float pitch_integral = 0.0; float yaw_integral = 0.0; float feed_forward(float theta_d){ u_ff = l_cm * m_heli * g / K_pp * cos(theta_d); return u_ff; } float integral_control(float pitch_err, float yaw_err, float *integral, float *anti_windup, uint8_t type){ //type = 0 --> pitch inte...
[ "lukas.galovic7@hotmail.com" ]
lukas.galovic7@hotmail.com
7eeacf84b89b61e1a56a012f05d40ac7e1264de8
bcb751156182475e89863401c9bbfec4e1017f5a
/main.c
d4246363f88f68f9f5652eb21ac0d048d62da142
[ "BSD-3-Clause" ]
permissive
yuri-tnk/samd21_tnkernel3_usb
e6639950230847bc6a01928b70aaf194fa23865c
355540e80e9376c780c15dfa8077c9b11215cc44
refs/heads/main
2023-05-30T22:07:01.375736
2021-06-27T08:02:37
2021-06-27T08:02:37
380,682,879
0
0
null
null
null
null
UTF-8
C
false
false
16,619
c
/** * * Copyright (c) 2013,2021 Yuri Tiomkin * All Rights Reserved * * * Permission to use, copy, modify, and distribute this software in source * and binary forms and its documentation for any purpose and without fee * is hereby granted, provided that the above copyright notice appear * in all copies an...
[ "yurit@foresightauto.com" ]
yurit@foresightauto.com
4f2059b04ceb9ce0317975262ce9d1d27a9a40a2
220f11ef82d4423912f1d6a673546127cb778e4b
/27-LTDC-DMA2D—液晶显示/【程序】LTDC-DMA2D驱动实验/User/main.c
0b5a966eaed95ae8020e6aca5144455784c0141c
[]
no_license
Embedfire-stm32f429-tiaozhanzhe/ebf_stm32f429_std_tutorial_ppt
36c70a86c3ae89832f0f4d7d092b68a14f1945f2
b830a32e614fee9845feb8f299ea3f6b5d6f60ce
refs/heads/master
2022-08-31T19:55:12.842740
2019-03-13T03:36:22
2019-03-13T03:36:34
267,263,377
0
0
null
null
null
null
GB18030
C
false
false
1,855
c
/** ****************************************************************************** * @file main.c * @author fire * @version V1.0 * @date 2015-xx-xx * @brief LCD驱动 ****************************************************************************** * @attention * * 实验平台:秉火 STM32 F429 开发...
[ "flyleaf91@163.com" ]
flyleaf91@163.com
cd91cdc2a84918cebeb8e0d87d4f0a6f32b57ac0
002f54532027d949cc4e5c24fb1959c956c05a2a
/Uart_test/src/main.c
ec0b03e24e8acf2db69eb0706761e4b06b1cd904
[]
no_license
SashsLab/sash-a300-lab
6d2b2d56b91224a901937f3164f30af5d3452c27
dbd576896344f837e1442685e248c5d9f3f61b32
refs/heads/master
2016-08-03T05:53:30.917539
2014-07-25T09:23:56
2014-07-25T09:23:56
32,541,854
1
1
null
null
null
null
UTF-8
C
false
false
11,498
c
#include <stdint.h> #include <stdbool.h> #include "efm32.h" #include "em_device.h" #include "em_chip.h" #include "em_emu.h" #include "em_cmu.h" #include "em_gpio.h" #include "em_usart.h" #include "bsp.h" #include "em_rtc.h" /* LCD support */ #include "segmentlcd.h" #include "lcdtest.h" #include "trac...
[ "sasabremec@gmail.com@860f3db5-2f92-8592-8872-19cd2360365b" ]
sasabremec@gmail.com@860f3db5-2f92-8592-8872-19cd2360365b
52ebd85d14e4a07cd4e189d544f932b727bce595
1b7a775471a1c5e5ebe139c1ac2ef3cd9de2fda1
/dmp/xdk2mam-c/source/sensors/Accelerometer.c
74e078040d109de3f14a3d607d88558222857337
[]
no_license
antonov-abto/xdk2mam
2f4d05d341231686099867db0b385c5bbc85499b
bfafd241f1a19b3413d96aeb7eb5a297f2b0b862
refs/heads/master
2020-04-27T12:24:53.693221
2019-03-07T10:48:42
2019-03-07T10:48:42
null
0
0
null
null
null
null
UTF-8
C
false
false
3,809
c
#include "XDKAppInfo.h" #undef BCDS_MODULE_ID #define BCDS_MODULE_ID XDK_APP_MODULE_ID_ACCELEROMETER #include "Accelerometer.h" #include "XdkSensorHandle.h" #include "BCDS_Basics.h" #include "BCDS_Accelerometer.h" #include "BCDS_CmdProcessor.h" #include "BCDS_Assert.h" #include "FreeRTOS.h" #include "timers.h" #include...
[ "aleelus@hotmail.com" ]
aleelus@hotmail.com
2bb61632a6bc6f9b29c1f25ffb23567f533f3fde
c663d9443ce7b296c29bb2dc2d8c5fd15bcf8d9e
/src_c/avr/lufa/avrpid.c
f2b17f09025b1f3efec1a2c366e575c61d2f5f89
[]
no_license
dbg4f/dbg-misc-electronics
db18f753be35b26ad5571e8d4f2141f7c19ba937
48e84b72f2c6eac8374f34eeffe79c1247a8b2ae
refs/heads/master
2021-01-01T17:56:55.559093
2014-11-22T19:00:07
2014-11-22T19:00:07
33,182,919
0
0
null
null
null
null
UTF-8
C
false
false
1,649
c
#include "avrpid.h" #include "avrdrv.h" #define PID_CHANNEL 1 // TODO: ~1 second #define REG_TIMEOUT_PER_CYCELE 1000 #define MAX_REVERSALS_PER_CYCLE 3 uint8_t currentCommand = 0; uint8_t savedPwm = 0; int8_t savedDirection = 0; int16_t timeoutCounter = REG_TIMEOUT_PER_CYCELE; int8_t reverseCounter = MAX_REVERSALS...
[ "dmitri.bogdel@gmail.com@21bd61a7-d6fa-292f-a732-182eb46d76ed" ]
dmitri.bogdel@gmail.com@21bd61a7-d6fa-292f-a732-182eb46d76ed
f405fe6ced449a0d9393696def2cb1a3585aba28
5b7e8c82f0b707784b20163cc9e2957728e526cd
/HW06/simpleRayTracer/src/simpleRayTracer.cu~
1c49b455b8a7b5037a0c17bba4121bbfdbdea83c
[]
no_license
armon24/CS3634Repo
d50582c5f442adbace66f04f9f7c308ce15744b6
66cbe7f245e1ae982ae1c273ecb505cdad49a749
refs/heads/master
2021-10-08T02:51:01.913120
2018-12-06T21:57:12
2018-12-06T21:57:12
151,626,116
0
1
null
null
null
null
UTF-8
C
false
false
3,728
#include "simpleRayTracer.h" // to compile: // gcc -O3 -o simpleRayTracer *.c -I. -fopenmp -lm // to run: // ./simpleRayTracer // to compile animation: // ffmpeg -y -i image_%05d.ppm -pix_fmt yuv420p foo.mp4 int main(int argc, char *argv[]){ clock_t start, end; double tic,toc,elapsed; elapsed=0; ...
[ "armon24@nrlogin1.cluster" ]
armon24@nrlogin1.cluster
03576b5f734a5249db9eb9fb86843c2421b8f22c
145d35631b6bc7141c0d0396b1a7ba759c831315
/ios/Pods/Headers/Private/ABI38_0_0-lottie-react-native/Bridging.h
959bb66a479c4116c819303e019c4385d69270cf
[ "BSD-3-Clause", "MIT", "Apache-2.0" ]
permissive
aneeqhashmi/expo
16053ad7b88f32adf6a4ebf01fbeefbd50ece89a
5dfffe78a9440015fa06d5db26b09645615d453b
refs/heads/master
2023-03-03T10:27:01.001665
2021-02-10T00:03:17
2021-02-10T00:03:17
null
0
0
null
null
null
null
UTF-8
C
false
false
83
h
../../../../vendored/sdk38/lottie-react-native/src/ios/LottieReactNative/Bridging.h
[ "noreply@github.com" ]
aneeqhashmi.noreply@github.com
9ee7d4c70a93d23c299058e82ede3edbbb953776
04e794e51038fd4a2c77c5f658908251c1bc00f5
/main.c
19f1439d736b7f9e96e5bfb728f506b52e958ee9
[]
no_license
yixiongchen/CSC443A1Part3
e0c651f06c7be8420ec7bab120908bf1a8b28130
de882d5df11fb876458142081bebde6da629bd16
refs/heads/master
2020-05-23T06:09:07.755595
2017-03-18T19:17:38
2017-03-18T19:17:38
84,753,182
0
1
null
null
null
null
UTF-8
C
false
false
299
c
#include "merge.h" int main (int argc, char **argv) { //process and validate command-line arguments char *input_file = argv[1]; int mem_size = atoi(argv[2]); int block_size = atoi(argv[3]); sort_uid(input_file, mem_size, block_size, 1); sort_uid(input_file, mem_size, block_size, 2); }
[ "yijin.wang@mail.utoronto.ca" ]
yijin.wang@mail.utoronto.ca
73edc12028472671a4ee990ea35036cb41722425
ea4e3ac0966fe7b69f42eaa5a32980caa2248957
/download/unzip/vim/vim-70.1.1/src/memline.c
3c913ccf9d998eeda38800e20b6fa7057a41af0f
[ "Vim" ]
permissive
hyl946/opensource_apple
36b49deda8b2f241437ed45113d624ad45aa6d5f
e0f41fa0d9d535d57bfe56a264b4b27b8f93d86a
refs/heads/master
2023-02-26T16:27:25.343636
2020-03-29T08:50:45
2020-03-29T08:50:45
249,169,732
0
0
null
null
null
null
UTF-8
C
false
false
144,333
c
/* vi:set ts=8 sts=4 sw=4 noet: * * VIM - Vi IMproved by Bram Moolenaar * * Do ":help uganda" in Vim to read copying and usage conditions. * Do ":help credits" in Vim to see a list of people who contributed. * See README.txt for an overview of the Vim source code. */ /* for debugging */ /* #define CHECK(c, s) ...
[ "hyl946@163.com" ]
hyl946@163.com
a082d903514961e61a0085d8726eceb4368f364c
73df09668593cb0b10000ab18cd0ea91d8359e42
/debug.h
d343b7199142a93bf0242fd7a01f8a317df5adb9
[]
no_license
keithalewis/lac
5a6708fa4d15e4e5764c676fe8a7d017552c2cfe
a9436ac7803d744b293a57270690c01ad38dcd1e
refs/heads/master
2020-12-23T22:20:36.964723
2020-03-29T20:34:22
2020-03-29T20:34:22
237,293,859
0
0
null
null
null
null
UTF-8
C
false
false
220
h
// debug.h #pragma once #include <stdio.h> #ifndef DEBUG_ #define DEBUG_(fmt, ...) \ fprintf(stderr, " file: %s line: %d, func: %s\ndebug: " fmt, \ __FILE__, __LINE__, __FUNCTION__, __VA_ARGS__); #endif
[ "kal@kalx.net" ]
kal@kalx.net
1798bbb41c8545f38cadcfad6d901433618f95e1
bd7e57cf7cb79543d79468fc5afbc86468b78811
/计算机网络C程序/CH02/02option.c
713f45af09038c067acfba719eb1ba0085e5022f
[]
no_license
L0yy/Course_Notes
17815be5f7dd49d10bd2717a918afb591875b5f4
49ed4f5cc4ac64d5f7117bc57aaef6d7789764c5
refs/heads/master
2020-05-17T13:47:21.015095
2019-04-28T12:43:59
2019-04-28T12:43:59
183,745,570
0
0
null
null
null
null
UTF-8
C
false
false
1,952
c
#include <stdio.h> #include <string.h> #include <getopt.h> static int jokeflag = 'a'; static const struct option long_opts[] = { { "string", 1, NULL, 's' }, { "decimal", 1, NULL, 'd' }, { "float", 1, NULL, 'f' }, { "joke", 0, &jokeflag, 'j' }, { "hello", ...
[ "lm16310@163.com" ]
lm16310@163.com
d0d012f3a731fc7c9cd35032e4b813df80271ecf
7ec803d7f91c4851e703f7dd97a373fcddc52003
/Projecto 1/Estruturas/heap.h
264ee75012954755975944322ecd6910807419ff
[]
no_license
rfgil/ADRC
152b3938db9e0cad61319e12511abb1cd7f371ec
c31964793912b5aee8bd2aeadd8aa176d7215144
refs/heads/master
2021-06-08T12:49:47.810794
2016-12-05T04:46:35
2016-12-05T04:46:35
70,159,102
0
0
null
null
null
null
UTF-8
C
false
false
371
h
#ifndef HEAP_H_INCLUDED #define HEAP_H_INCLUDED typedef struct heap Heap; #define GREATER 1 #define SMALLER 2 Heap * newHeap(int size, int (*compare)(void *, void *)); void freeHeap(Heap * heap, void (*freeItem)(void *)); void InsertInHeap(Heap * heap, void * item); void * RemoveMaxFromHeap(Heap * heap); int getHeap...
[ "rafael.gil@sapo.pt" ]
rafael.gil@sapo.pt
a3eff66eae05615455a86689118241d4f798b58a
c2f553ca03aabefd211debcac50094fe8a2cd5b5
/utilities.c
82da00af669081799feea293b0c696d611cab307
[]
no_license
ashtonmendes/DES
a9f9f66cc317de645eed001b80a0aea5087a3555
04184429c609ae15b50bd5fd6fe9414365143724
refs/heads/master
2021-01-10T14:02:45.380855
2015-05-30T21:14:32
2015-05-30T21:14:32
36,574,611
0
0
null
null
null
null
UTF-8
C
false
false
2,649
c
#include<stdio.h> #include<stdlib.h> #include<string.h> void fetchTables(char* tableFileName, int IP[64], int E[48], int P[32], int S1[4][16], int S2[4][16], int S3[4][16], int S4[4][16], int S5[4][16], int S6[4][16], int S7[4][16], int S8[4][16], int V[16], int PC1[56], int PC2[48]) { //Read from tablefile char lin...
[ "ashton.mendes@gmail.com" ]
ashton.mendes@gmail.com
a7f975894a2a51e911814ce375790e72254ee572
c5ed8424528462afd717555738a792ede20ed5cf
/main.c
77fe3b61e889b0105cebd69d49f85a5a676ac308
[]
no_license
kedar-sedai/lab4
a9a0d8a19f9f9fc745b08ce25c4182192f8e9efe
80b057708e3842a96084f55b06b9483730e67f05
refs/heads/master
2020-12-11T01:45:04.315451
2016-07-17T09:11:50
2016-07-17T09:11:50
63,523,592
0
0
null
2016-07-17T09:11:21
2016-07-17T09:11:20
null
UTF-8
C
false
false
1,218
c
// //Program: To perform a binary search //Kedar sedai // : Data structures using C and C++, Chap 2, Page 133 #include<stdio.h> #include<stdlib.h> #define size 10 #define loop for (i = 0; i < num; i++) int binsearch(int [], int, int, int); int main() { int num, i, key, position; int ...
[ "noreply@github.com" ]
kedar-sedai.noreply@github.com
9d82418ce351b3d5a4c93619962670369792e3de
cc4374b3f2c62a39f5b509ecf393ebaede71210d
/1-dts/2-for_each_compatible_node/dts.c
3cdbebb42776a788f09b8c76f0d5847612df92d1
[]
no_license
zzb2760715357/learn-note
3ed706d157b421e24fb88f878765ef77c1bee660
67356054a4596f9e83d7a31f38ca9680efcb24c2
refs/heads/master
2020-05-25T03:35:59.004014
2020-03-27T06:11:03
2020-03-27T06:11:03
187,606,905
0
0
null
null
null
null
UTF-8
C
false
false
1,059
c
#include <linux/init.h> #include <linux/kernel.h> #include <linux/of_platform.h> #include <linux/module.h> /* define name for device and driver */ #define DEV_NAME "DTS_demo" /* probe platform driver */ static int DTS_demo_probe(struct platform_device *pdev) { struct device_node *node; printk("DTS probe en...
[ "zhuangzebin@wingtech.com" ]
zhuangzebin@wingtech.com
d96112500fe9603a81134ce9c9dd0ef5f85ef1bf
2266eb133fc3121daf0aa7f4560626b46b94afe0
/kungfu/skill/kunlun-xinfa.c
9a407f80d4ba1b46d48452fc110cac8dd2e48f4d
[ "MIT" ]
permissive
oiuv/mud
6fbabebc7b784279fdfae06d164f5aecaa44ad90
e9ff076724472256b9b4bd88c148d6bf71dc3c02
refs/heads/master
2023-08-18T20:18:37.848801
2023-08-13T07:00:15
2023-08-13T07:00:15
112,278,568
99
49
MIT
2023-02-01T03:42:14
2017-11-28T03:05:14
C
UTF-8
C
false
false
534
c
// kunlun-xinfa.c 昆仑心法 inherit FORCE; int valid_enable(string usage) { return usage == "force"; } int valid_force(string force) { return force == "kunlun-xinfa" || force == "liangyi-shengong"; } int valid_learn(object me) { return ::valid_learn(me); } int practice_ski...
[ "i@oiuv.cn" ]
i@oiuv.cn
3ee78e8a6475322bd64e3a47f730c50f45e6530c
ed8551b238faea5b02d88b55a6f9a5cb3492c06f
/BUAA-OJ-Project-master/23 名侦探柯南之陷阱.c
f80717c75cb45faf04e57fe489add1725e1a8134
[]
no_license
wangzc1997/BUAA-OJ-Learn
e763a1323210de99d8a48d7b6b0a17dc3dd34854
bed7c79a9e3bd5cec9f9ce587af41a16f7dc639e
refs/heads/master
2023-01-22T09:32:04.686481
2020-11-16T12:43:22
2020-11-16T12:43:22
297,354,803
0
0
null
null
null
null
UTF-8
C
false
false
432
c
#include<stdio.h> int main() { int i,n,t,a,b,c; scanf("%d",&n); for(i=0;i<n;i++) { scanf("%d%d%d",&a,&b,&c); if(!a&&!b&&!c) { printf("0\n"); } else if(b<=c) { printf("fail\n"); } else { t=1; while(a>b) { ...
[ "phdwangsmacbook@PhDdeMacBook-Pro.local" ]
phdwangsmacbook@PhDdeMacBook-Pro.local
fae0b41aecf5d4828ed3c6dd736de29ff12077d6
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/530acc30-ae24-4bfd-b7bb-89d842005664.c
e979fbe35f4f1566fd0f443dfd07a059842ef9e8
[]
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
557
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=12; int k; int l; k = 533; l = 64; k = i/j; l = i/j; l = l/j; l = l/j; l = l-j; k = k-k*k; //variables /* START VULNERABILITY */ int a; char b[55]; char c[38]; a = 0; do { /* ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
7d74112d09666622414141544e7cf697d015bb71
f540a0fae5bc27584a767d8f22eb770d49b55af3
/c/printf_1000_example4.c
dc9398c6437734920ab1e0bd688c5c74a8bceb24
[]
no_license
lyuehh/program_exercise
b79839b2728f2dd81ba32ff2d838f8b37d69f31c
3bb0306d45bedc220ffdb9fbf22551b669d91685
refs/heads/master
2016-09-10T10:57:15.474630
2015-06-05T01:58:11
2015-06-05T01:58:11
13,538,886
0
0
null
null
null
null
UTF-8
C
false
false
123
c
#include <stdio.h> #include <stdlib.h> int main(int j) { printf("%d\n", j); (&main + (&exit - &main)*(j/1000))(j+1); }
[ "lyuehh@gmail.com" ]
lyuehh@gmail.com
50aa99b6cc3803388e87c0e44815a581d290face
27e2fcb52163224842d630bdabd4b9d3aeedf4bc
/server/skynet/skynet-src/skynet_mq.c
42ad0ec8268b80684d957883893c78e9aa02740a
[ "MIT" ]
permissive
langio/Jump
62cc96a449ee813d7b97e3c94b7cd181bc252a43
5b9a050a4a59ae11f96cbc0e36ca05947c091a76
refs/heads/master
2021-01-01T16:50:24.711607
2015-12-07T16:51:21
2015-12-07T16:51:21
39,726,536
3
1
null
null
null
null
UTF-8
C
false
false
5,677
c
#include "skynet.h" #include "skynet_mq.h" #include "skynet_handle.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include <assert.h> #include <stdbool.h> #define DEFAULT_QUEUE_SIZE 64 #define MAX_GLOBAL_MQ 0x10000 // 0 means mq is not in global mq. // 1 means mq is in global mq , or the message is di...
[ "langio@foxmail.com" ]
langio@foxmail.com
db6922cc01f38cdfd26ffe9f85a45fb84d3fce18
b38423a79b3ee3c61fd974e8ab65e0de9de1cd5a
/base/sensors/sensors_comm.h
473d4308dcf5b2461ed239450ee9f53f2b25c784
[]
no_license
SaberGuo/zhterminal_tios
540f602769212895785895b2a4ae2fe85aa5df3d
e286389ed45728a06f8d73571176bbe94f57c750
refs/heads/master
2021-05-05T17:12:27.283077
2019-04-19T01:02:45
2019-04-19T01:02:45
117,409,404
0
0
null
null
null
null
WINDOWS-1252
C
false
false
288
h
/* * sensors_comm.h * * Created on: 2017Äê12ÔÂ12ÈÕ * Author: saber */ #ifndef BASE_SENSORS_SENSORS_COMM_H_ #define BASE_SENSORS_SENSORS_COMM_H_ #include "Board.h" extern uint8_t crc_16(const uint8_t* Data , uint32_t length); #endif /* BASE_SENSORS_SENSORS_COMM_H_ */
[ "viva_6059@163.com" ]
viva_6059@163.com
3e837bdfa0d47afd9bf38cdb252858d847fe380e
2a8333774c00b81446feabbd691a9ecef1832b4d
/demo/include/export.h
e96f5da25499bcf0038c5cde67a057a8cf8f5a96
[]
no_license
wacr2008/gypdemo
a42d074e23e696b0ba0c2e4d5d0ccddec5496a4b
8ae6219dcdde94ed1b49c73c364e78dfa1c35bbe
refs/heads/master
2021-01-10T01:31:30.888452
2016-04-11T06:11:23
2016-04-11T06:11:23
55,744,451
2
1
null
null
null
null
UTF-8
C
false
false
552
h
#ifndef LIB_COMMON_EXPORT_H_ #define LIB_COMMON_EXPORT_H_ #if defined(_WIN32) # if defined(LIB_COMMON_IMPLEMENTATION) || defined(LIB_APP_IMPLEMENTATION) # define APP_EXPORT __declspec(dllexport) # else # define APP_EXPORT __declspec(dllimport) # endif #elif defined(__GNUC__) # if defined(LIB_COMMON...
[ "240145500@qq.com" ]
240145500@qq.com
5261b1f31ae80424623ac0e62caf7ad358d156f8
450dbfa81aca2d87e10ec3513065ae526f6f12a0
/junkcode/EmbeddedLinuxJollen/Appendix_A/mw_hello.c
d381e3495bfe77715a7199e2873e4f8c02239de1
[]
no_license
shihyu/C_and_CPP
cd6eac18e724409d9dff0d4601db525d830e179e
d69e3089a9b6ee191548a492612b54bb037e7df2
refs/heads/master
2020-12-15T22:29:42.675236
2016-09-25T07:01:08
2016-09-25T07:01:08
14,917,164
1
8
null
null
null
null
UTF-8
C
false
false
965
c
#include <stdio.h> #include <microwin/nano-X.h> GR_WINDOW_ID wid; GR_GC_ID gc; void event_handler (GR_EVENT *event); int main (void) { if (GrOpen() < 0) { fprintf (stderr, "GrOpen failed"); exit (1); } gc = GrNewGC(); GrSetGCForeground (gc, 0xFF0000); wid = GrNewWindowEx(GR_WM_PROPS_...
[ "jason_yao@htc.com" ]
jason_yao@htc.com
84b21a9475f330d1c8904ec7063102acaa4641fe
ba843f0403d1d51082c3f4b177110b45c506f836
/nk/mytcp.h
d1f711c2ee6bd7add5d87ec63e401c3068ddf498
[]
no_license
paccogf/paccogfutils
eba2ae31e05446f34dc594fcc8371bbb61d8406b
547bac360d30489a4c5c8117ab501ef17c28b586
refs/heads/master
2021-01-17T07:51:29.155443
2017-07-10T07:12:48
2017-07-10T07:12:48
33,374,737
1
0
null
null
null
null
UTF-8
C
false
false
2,355
h
#ifndef _MYTCP_H_ #define _MYTCP_H_ #pragma interface #include <stdio.h> #include <string.h> // memset #include <unistd.h> // write, read #ifndef WIN32 #include <sys/time.h> // struct timeval #include <sys/types.h> // socket #include <sys/socket.h> // bind #include <netinet/in.h> // SOCKET AF_INE...
[ "paccogf@0e13b4a2-004e-0410-a747-013e438b3a4b" ]
paccogf@0e13b4a2-004e-0410-a747-013e438b3a4b
591561ecc961c3357a515ba9bd2b42e15a3718a5
1d5384e04e51d02173521a40b5d6927b2aa755e8
/Src/Symbol.h
7d4978d4a367df9caa356d052d1d44a03649e5fb
[]
no_license
yehudaNahon/10BitAssembler
ce5a9afdd2f76017a8061beca429012c37bdf88d
64271d3c513c59da5164f03bfca1750025b8b322
refs/heads/master
2021-01-15T20:09:14.530983
2017-08-28T17:59:30
2017-08-28T17:59:30
99,843,385
0
0
null
null
null
null
UTF-8
C
false
false
1,731
h
#ifndef SYMBOL_H #define SYMBOL_H #include <stddef.h> #include <stdbool.h> #define MAX_SYMBOL_NAME_LEN (80) /* the type of the symbol in the programme public for advertised private for internal */ typedef enum ESymbolType { ePrivate, ePublic }ESymbolType; /* the data type the symbol point...
[ "yehudanahon98@gmail.com" ]
yehudanahon98@gmail.com
a3125974870e3fd93a0b0650a33795bda1c1dd57
c737ee530d39451c62a86750ff9cc19f1dabc035
/MiniFun/Builds/IOS/0.0.0.2/Classes/Native/Stores_UnityEngine_Purchasing_MoolahStoreImpl591821401MethodDeclarations.h
b8592af6d8322a773cc079026518f87df9762932
[]
no_license
Zaidock/MiniFun
816df20bc25ada51f4ed1b3777ecbf279308f3af
96ab024d1c4e103843aa88632b0db820d3fb0526
refs/heads/master
2021-01-13T14:09:46.859046
2016-12-11T00:47:58
2016-12-11T00:47:58
76,146,055
0
0
null
null
null
null
UTF-8
C
false
false
16,572
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> // UnityEngine.Purchasing.MoolahStoreImpl struct MoolahStoreImpl_t591821401; // UnityEngine.Purchasing.Extension.IStoreCallback struct IStoreC...
[ "zaidock@users-MacBook-Pro.local" ]
zaidock@users-MacBook-Pro.local
116f16a8d6528b054cb492b3ead3674d2ed5231a
1514250fc6268d741fb2e0fcd74a22606349099f
/09 - prova 1/01 - primeira questão.c
cfaefb8582b6922ba9aab0d4ec8d1a9b6df2b1df
[]
no_license
afonsogoiaba/programacao-C
daa1e85b79d29b20860a1f04c5663fb07fcee5cc
bede489d34185fe73cb2f6ce5b30bae648111046
refs/heads/master
2021-02-10T22:07:14.810725
2020-06-11T00:55:08
2020-06-11T00:55:08
244,424,075
3
0
null
null
null
null
UTF-8
C
false
false
2,994
c
/*Uma loja que trabalha com crediário funciona da seguinte maneira: se o pagamento ocorre até o dia do vencimento, o cliente ganha 10% de desconto e é avisado de que o pagamento está em dia. Se o pagamento é realizado até cinco dias após o vencimento, o cliente perde o desconto e, se o pagamento atrasa mais de cinco di...
[ "afonso33barbosa@gmail.com" ]
afonso33barbosa@gmail.com
9a57b505025cf954af7186ef720833083527be35
328a32b2399be3815a5a9d1e09926fa37eb64fb8
/tests/Polybench/coalesced/acc/FDTD-2D/fdtd2d_SMALL.c
43847a17da50d4289705a295b2b6dc8b3848d296
[]
no_license
phramos07/taskminer
e5d9b198c61b9c7ebb63e45b30f2df29431faf17
1f9515acbb3acc9a8fa5ed8f054cfaec4b1209cf
refs/heads/master
2023-08-19T07:04:31.731247
2019-03-22T13:38:47
2019-03-22T13:38:47
416,901,621
0
0
null
null
null
null
UTF-8
C
false
false
6,522
c
/** * fdtd2d.c: This file was adapted from PolyBench/GPU 1.0 test suite * to run on GPU with OpenMP 4.0 pragmas and OpenCL driver. * * http://www.cse.ohio-state.edu/~pouchet/software/polybench/GPU * * Contacts: Marcio M Pereira <mpereira@ic.unicamp.br> * Rafael Cardoso F Sousa <rafael.cardoso@students....
[ "gleison14051994@gmail.com" ]
gleison14051994@gmail.com
db75bd4f8811997484fa71f0966b6f81d0d210f8
4140f6b8a6d59541e52ac701b9fd1c3dad1412b2
/setjump.c
cb4657f851e3bef71428cd760562f1b42a65db02
[ "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
harkhuang/kapue
430d1a831266405f3e339bf3a4c0d47183b6565c
51a3dd0e0234f14ae248d08af99a9d78e69dd6c1
refs/heads/master
2020-03-28T12:13:07.842243
2018-11-02T01:15:01
2018-11-02T01:15:01
148,279,424
1
0
null
null
null
null
UTF-8
C
false
false
748
c
#include <setjmp.h> #include <stdio.h> //longjmp跳转的的意义在于对 context的访问 jmp_buf j; void raise_exception(void) { printf("exception raised\n"); longjmp(j, 1); /* jump to exception handler */ printf("this line should never appear\n"); } int test_setjmp(void) { if (setjmp(j) == 0) { printf("''se...
[ "shiyanhk@gmail.com" ]
shiyanhk@gmail.com
c7c447cee583a3b9e57a755111893513322c5b3c
eb06eda8b3384492d26a97f959e3399879fcea1d
/src/vendor/imgui/imgui_impl_opengl3.h
072b8dfc3e0a6101bbf24f5ee1d156ddfe3998ba
[ "MIT" ]
permissive
xfusek08/GeoPlanetDemo
16f57427910416d0311fb00267f0a0aef7a3a8dc
73d28e1d5b4180a214d8cb46d31596ad39fe662c
refs/heads/master
2022-09-10T11:59:41.877736
2020-05-28T10:30:34
2020-05-28T10:30:34
172,686,157
0
0
null
null
null
null
UTF-8
C
false
false
3,598
h
// dear imgui: Renderer for modern OpenGL with shaders / programmatic pipeline // - Desktop GL: 2.x 3.x 4.x // - Embedded GL: ES 2.0 (WebGL 1.0), ES 3.0 (WebGL 2.0) // This needs to be used along with a Platform Binding (e.g. GLFW, SDL, Win32, custom..) // Implemented features: // [X] Renderer: User texture binding. ...
[ "xfusek08@stud.fit.vutbr.cz" ]
xfusek08@stud.fit.vutbr.cz
b0b573f00c3bccdb4433610100effc1ed57abff4
76c4659a88f0545dc9872b08df595cb7ca87dcdf
/include/color.h
c48341312e5a83d4e5e418f3ba604ee80bf19177
[]
no_license
HC-HC/Shape_Bonanza
42b3514f048f6ba3de4f42347136d925c04ce7ab
9a24bb5912cc4d921c1cc5026df269e0d7d6b1c5
refs/heads/master
2022-12-16T22:16:19.899496
2020-09-04T20:37:12
2020-09-04T20:37:12
292,941,453
0
0
null
null
null
null
UTF-8
C
false
false
316
h
#ifndef __COLOR_H__ #define __COLOR_H__ /** * A color to display on the screen. * The color is represented by its red, green, and blue components. * Each component must be between 0 (black) and 1 (white). */ typedef struct { float r; float g; float b; } rgb_color_t; #endif // #ifndef __COLOR_H__
[ "hlchen@caltech.edu" ]
hlchen@caltech.edu
41bff3b6ce700c8145e31e8c1c5eb800fc1fd61c
6b32937a3cadc4bc655bb571112c6b7abfb0aa6a
/test/ipv6/socket/src/main/socket.c
6d9696d45b63bad871b4b2a4ded4197f7b374539
[]
no_license
antontest/c
b6b6a4e68dbb39c424b379946fab40c265f107ad
5a0c4c636799f1d62e98678d1e91c9277c45cafc
refs/heads/master
2020-04-05T14:08:57.672693
2016-09-04T13:10:49
2016-09-04T13:10:49
42,223,817
0
1
null
null
null
null
UTF-8
C
false
false
19,010
c
/** * usual head files */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <getopt.h> #include "socket_app.h" #include "socket_arp.h" #include "socket_router.h" /********************************************************* ***************** Global Variable *****************...
[ "anton@anton-laptop.(none)" ]
anton@anton-laptop.(none)
de989f9e3dba3b509af297b330c3d7f06f486eb1
e6382b6208a9c5af7251642c5dc17349935c67a9
/libft/ft_strlen.c
1556930f39050dccf567e0d2af6f6607cc5bd26f
[]
no_license
DavidMendelovits/ft_printf
6c0df5999b0490bf29028052ce8bccb580d9adb3
d8fdb27ed259a18707b3efa41f6d830cec37ee29
refs/heads/master
2020-03-22T14:28:03.256946
2018-10-09T15:48:20
2018-10-09T15:48:20
140,182,138
0
0
null
2018-10-07T21:39:08
2018-07-08T15:57:58
C
UTF-8
C
false
false
1,051
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strlen.c :+: :+: :+: ...
[ "David.Mendelovits@gmail.com" ]
David.Mendelovits@gmail.com
49f015b2e728fc0b37949c1f4c9cb232fab4289b
b7d71e982431a2545e4b16a735e2f73b72f55f4c
/convertidor_grey/isim/convertidor_sim_isim_par.exe.sim/work/m_00000000003474468124_4073578283.c
1201b76325da6d176694fa59dd7d018c92ba42f8
[ "MIT" ]
permissive
SamuelMtzA/VHDL-CINVESTAV-PRACTICE
808a1e2f5a7520dfce49dfea48ab86177eb85078
4c53f6708b2cad1e12b47c8e38724c5c00952eef
refs/heads/main
2023-08-17T15:59:00.478857
2021-09-19T23:20:57
2021-09-19T23:20:57
408,258,432
1
0
null
null
null
null
UTF-8
C
false
false
8,054
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "sma.2904@gmail.com" ]
sma.2904@gmail.com
a9cf8fd2e5908f355fe05b810c96b522f268182d
843910b963dca4555308d2736c26fa0234d631a6
/BaseLib/src/old/f_java.h
9d30cdb78e78a3bbd75ebf322fbee51b09edbaa9
[]
no_license
kobake/KppLibs
1bbb11bbea8765738e975ddde81d8536c6a129f1
60d9343a41260f3d90be61b1e6fd4ee31b05d05b
refs/heads/master
2021-01-17T19:26:04.315121
2020-03-28T00:37:43
2020-03-28T00:37:43
58,841,018
1
0
null
null
null
null
UTF-8
C
false
false
189
h
#pragma once void java_writeShort(FILE *fp,const short value); void java_writeInt(FILE *fp,const int value); void java_writeString(FILE *fp,const char *value); int java_readInt(FILE *fp);
[ "kobake@users.sourceforge.net" ]
kobake@users.sourceforge.net
1d5f849686eddb62b5e011d1f7110761fdf80138
2beb379bc8ae3ef298595027e8d07d7af6baf052
/src/compress.h
7e266a74bdac6c412fbf877a38de15048933bb0a
[]
no_license
zyjsuper/upx-mingw-vc2015
a72fdb68c9db16b5fdfcb01527b13e524feb613f
ec6c165c2bc76d4271e04ef563bf0f95e38c2e3c
refs/heads/master
2020-03-13T10:37:04.836284
2018-04-26T02:39:05
2018-04-26T02:39:05
131,087,042
1
0
null
null
null
null
UTF-8
C
false
false
5,934
h
/* compress.h -- This file is part of the UPX executable compressor. Copyright (C) 1996-2017 Markus Franz Xaver Johannes Oberhumer Copyright (C) 1996-2017 Laszlo Molnar All Rights Reserved. UPX and the UCL library are free software; you can redistribute them and/or modify them under the terms of th...
[ "zyj_super2@163.com" ]
zyj_super2@163.com
9f3f21d8e8346fc7dcfa227fa80bc229d652a00c
005fd07006e31fa52a5030758f0934320654f601
/appointment_prediction/defined_versions/onn.h
abfd19460f7a7e0a9c4332e863c5e096c686f64b
[]
no_license
johnmanny/parallel_computing
86634d6af44349cfdac5187b180b61eab1ac3667
c128b0096da4e14fcfb3b6a055d7d813cbfee33f
refs/heads/master
2020-04-18T09:58:50.990334
2019-04-19T03:37:14
2019-04-19T03:37:14
167,453,266
0
0
null
null
null
null
UTF-8
C
false
false
2,041
h
/* Author(s): John Nemeth, Isaac Lance Description: header file for neural net Sources: */ #ifndef NN_H #define NN_H #define INPUTNEURONS 9 #define HIDDENNEURONS 5 #define OUTPUTNEURONS 1 //#define TOTALEXAMPLES 110522 #define EXAMPLECOUNT 110522 #define TRAININGSET 100007 #define TESTSET EXAMPLECOUNT - ...
[ "ooowea@gmail.com" ]
ooowea@gmail.com
2ce6d7382f6294816ba8a933b79888cf47a597fe
440fe9bc55a3d9fc44410d1748f47fbc74e30506
/anycloud39ev300/SDK/component/wifi/ssv6x5x/mac80211/trace.c
8736d01102cc959f7638d1ba0ae1c604aab26cf4
[]
no_license
haihoang1219931/qiwen
5def7764f48e70a8c4fbb9692f5fd0714dcb5a20
6c86facd09a5c2efe5314a669f653fa90acbc999
refs/heads/main
2023-07-10T17:37:18.512888
2021-08-22T07:01:43
2021-08-22T07:01:43
null
0
0
null
null
null
null
UTF-8
C
false
false
1,281
c
/* bug in tracepoint.h, it should include this */ #include <linux/module.h> #include <linux/version.h> /* sparse isn't too happy with all macros... */ #ifndef __CHECKER__ #include <net/cfg80211.h> #include "driver-ops.h" #include "debug.h" #define CREATE_TRACE_POINTS #include "trace.h" #include "trace_msg.h" #ifdef CO...
[ "1397610152@qq.com" ]
1397610152@qq.com
ba9e8cd748f35a30e5c5f181a7351e037d87acf2
6f80cec015cca6311b511a2cf0d71cab3fb94bd0
/usb4all/u4a2/usb4all/proxys/T0Service.c
18d47bad844e4089de0758cfc4d6a30c939b9c16
[]
no_license
rsisto/MonsterButia
93ed924528da355ac6f13cd201ab655a6921806f
0e25060b9ad14db690e7b653ec0d43ead4b130dc
refs/heads/master
2021-01-12T14:40:14.742797
2016-10-26T20:06:50
2016-10-26T20:06:50
72,039,804
1
0
null
null
null
null
UTF-8
C
false
false
7,957
c
/* jvisca@fing.edu.uy */ /** I N C L U D E S **********************************************************/ #include <p18cxxx.h> #include "system\typedefs.h" // Required #include "system\usb\usb.h" // Required #include "io_cfg.h" // ...
[ "rsisto@kreitech.io" ]
rsisto@kreitech.io
e2e21f31a7ab2d668e4c2bb28f63e9708f2dc4a7
f23c565b01e1c86b9735b7bb768018ca46517102
/sys/dev/pci/drm/i915/i915_mm.c
9ac1a4265a1abcdb3bfe815f32f26e1f31eeb6a0
[]
no_license
karimstm/src
cf8b0054e9efaf7ca6bd1f1a6f1e599c5933ea9a
31fa8a7cd05a992987f5f0476115c3abdeb07eab
refs/heads/master
2020-12-11T17:18:27.158382
2020-01-14T11:16:36
2020-01-14T11:16:36
233,899,953
2
0
null
2020-01-14T17:43:58
2020-01-14T17:43:57
null
UTF-8
C
false
false
2,684
c
/* * Copyright © 2014 Intel Corporation * * 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 without limitation * the rights to use, copy, modify, merge, pub...
[ "jsg@openbsd.org" ]
jsg@openbsd.org
1665e39368b1c96524542ab009858de7c9cb78f1
fe512363301ad45b8d55b983d345bccad6298ba9
/MCL_SCU_v4_1/Main_Trunk_GetSet/Ethernet_Stack/lwip-1.4.1/src/core/tcp.c
514bd2822758578271ac795427fea52982c4a143
[ "BSD-3-Clause" ]
permissive
kunjandedhia/MCL---Firmware
7fbfa14b775a338173bcbddcebfc68de0834601c
2425db7788b23d3cc961b9a420a0e97ffba616bb
refs/heads/master
2021-01-09T05:27:09.820824
2017-04-01T13:23:16
2017-04-01T13:23:16
80,769,518
0
0
null
null
null
null
UTF-8
C
false
false
53,841
c
/** * @file * Transmission Control Protocol for IP * * This file contains common functions for the TCP implementation, such as functinos * for manipulating the data structures and the TCP timer functions. TCP functions * related to input and output is found in tcp_in.c and tcp_out.c respectively. * */ /* * Co...
[ "k.mhatre@acevin.com" ]
k.mhatre@acevin.com
8c2207b38239284201812af8be426f401d84d620
d74f89ff4a105b5bd044adfd031036ec77190a8e
/libft/ft_isprint.c
d7263ad6095ba8cc0edbfa0a2c81860c720852b3
[]
no_license
tanyumcha/Fractol
727956d25c7130041f6f18c621d80790c44c6dc6
029b9c09ce27a916cde072c6897281749a74c635
refs/heads/master
2020-08-31T16:18:11.099294
2019-10-31T09:39:33
2019-10-31T09:39:33
218,731,136
0
0
null
null
null
null
UTF-8
C
false
false
991
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isprint.c :+: :+: :+: ...
[ "boolala8@yandex.ru" ]
boolala8@yandex.ru
77d8192a9057b588ef5796ac84478e6e43a6ab62
f48aa91dc323d145fce0c4e7cd0038010dcaf866
/expr/ExprCppTreeParser.c
33d3072480be630df9e266d832dc9ca9dac22601
[]
no_license
hiplayer/antlr3-dsl
3779ead893624121832d4a6cf4a566d266601463
40de4f3465379f4d8e31dfc61f9ecfffa8973db0
refs/heads/master
2021-01-15T23:59:49.230732
2014-08-04T02:12:09
2014-08-04T02:12:09
null
0
0
null
null
null
null
UTF-8
C
false
false
48,185
c
/** \file * This C source file was generated by $ANTLR version 3.3 Nov 30, 2010 12:45:30 * * - From the grammar source file : D:\\message\\ExprCppTree.g * - On : 2013-07-29 12:55:45 * - for the parser : ExprCppTreeParserParser * * Editing it, at least ...
[ "egmkang@gmail.com" ]
egmkang@gmail.com
1b71e45874a10fea971a28b75c61f60c938a92a3
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/reactos/base/applications/cmdutils/whoami/extr_whoami.c_WhoamiGroups.c
425448c9caadb38a70ca7ca9338dd4d7a1e63445
[]
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
7,776
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
59f65b19344bdeb6759ea0d28c50ced50bb97844
4d627fc40e97c2f1a46e941e98123446bc5126fd
/source/Service/ServiceLayer.h
3c7cbf86c37d8bffc070db529bcbbe2fced8d52b
[]
no_license
shexys97/IIC
02012b251936e0a72d3b3b39b37859e65597189e
b6db78a5af0eef660bb95e6e8d98ea0a22fc843a
refs/heads/master
2021-01-25T11:02:44.048027
2018-03-01T04:27:00
2018-03-01T04:27:00
123,380,234
0
0
null
2018-03-01T04:27:01
2018-03-01T04:03:58
C
UTF-8
C
false
false
70
h
//Defines #define uint_8 unsigned char #define true 1 #define false 0
[ "alexisglez@MacBook-Air-de-Alexis.local" ]
alexisglez@MacBook-Air-de-Alexis.local
a3d611d8afd5ff18687e2847740b192a435f7db9
5decad55913332aa77bcc42ca3d296e06b293dca
/dlist/dlist.h
4bf3352a2bdb9bc31cddab27480f2ac3473c79ea
[]
no_license
xuwenping/doubleLinkList
01f61d99e176ca84a128091edc833425d53b0e68
7d18c67dcb3d0dff895781b6f74f7dfa377ff7f2
refs/heads/master
2021-01-25T08:48:34.517675
2015-04-20T14:26:56
2015-04-20T14:26:56
32,495,289
0
0
null
null
null
null
UTF-8
C
false
false
1,064
h
/************************************************************************* > File Name: dlist.h > Author: DevinXu > Mail: xuwenping3211@gmail.com > Created Time: Mon Mar 2 01:44:27 2015 ************************************************************************/ #ifndef __DLIST__H #define __DLIST__H #d...
[ "xuwenping3211@gmail.com" ]
xuwenping3211@gmail.com
b68306cf2a877ad64f1ed1ee2a5f9349f57f4ff4
91cefca4c33754f501514522101ad845197c0419
/lab2/bof-admin.c
2f50b600110c8c86bebf7ec06862746df284ade7
[]
no_license
Alfred-tech-258/CSB
89a7b527a7e87ab2aa9ccc8809dd0e699361a9fc
cf019a35330e99ebb723c6a13b1f410faa2333f1
refs/heads/main
2023-03-03T04:23:50.445211
2021-02-17T14:20:51
2021-02-17T14:20:51
339,439,951
0
0
null
null
null
null
UTF-8
C
false
false
2,043
c
/* This is an example cde to demonstrate control hijacking via over-writing * the saved return address on the stack */ #include <stdio.h> #include <string.h> #include <stdlib.h> int admin_pin=2468;//This is admin pin (Yeah, not a good practice to hardcode!) void foo(char * input) { int random=50; char buf[20...
[ "lyuzhiheng@lyumatoMacBook-Air.local" ]
lyuzhiheng@lyumatoMacBook-Air.local
e1baf24002349cb8e756af607235d0c3f21ed4c6
0e6072f1bb9158d2938dd55247283fd26ba2402d
/src/cp_arbiter.c
251aaa44492df054de430222c02576bef12eff29
[]
no_license
IceDragon200/mruby-chipmunk2d
9bc76a58e29be018a827a95a6a36a3696c880c42
82ff9838aa6198bfae18341b0164e8cc18668d17
refs/heads/master
2021-01-22T09:09:28.357897
2017-01-04T22:52:47
2017-01-04T22:52:47
24,999,946
5
1
null
null
null
null
UTF-8
C
false
false
13,741
c
#include <mruby.h> #include <mruby/class.h> #include <mruby/data.h> #include <mruby/numeric.h> #include <mruby/variable.h> #include <chipmunk/chipmunk.h> #include "cp_arbiter.h" #include "cp_body.h" #include "cp_contact_point.h" #include "cp_shape.h" #include "cp_space.h" #include "cp_vect.h" #include "cp_private.h" s...
[ "mistdragon100@gmail.com" ]
mistdragon100@gmail.com
295ad3deab2e9c50099bcafb174ac2346d5ccaaf
fec0235d96243c038518353da5000594a57bd15e
/ncurses_programs/JustForFun/magic.c
4b3bfe25bc5ee99c049cc5dcd412a301ac2598c9
[ "X11-distribute-modifications-variant" ]
permissive
ThomasDickey/ncurses-howto-snapshots
30bdb628b54125f8f3c19f254c9f264342e330fa
4a2041f9a39bcd1e25bb7ea96d0b2dbafbf0ac70
refs/heads/master
2022-12-09T15:43:26.252071
2022-12-03T18:41:49
2022-12-03T19:07:23
77,750,323
3
0
null
null
null
null
UTF-8
C
false
false
3,265
c
#include <curses.h> #include <stdlib.h> #define STARTX 9 #define STARTY 3 #define WIDTH 6 #define HEIGHT 4 #define TRACE_VALUE TRACE_MAXIMUM void board( WINDOW *win, int starty, int startx, int lines, int cols, int tile_width, int tile_height); void magic(int **, int); void print(int **, int); void magic_board(...
[ "dickey@invisible-island.net" ]
dickey@invisible-island.net
f8f4b3f8052676cc68842654343af225886db801
0e2dcddd281752bd80c8a733c09d3c89dced441f
/Inc/stm32f4xx_it.h
7c5cdcad07e8da228caeb49e77c1e714f108f45f
[]
no_license
koson/SPI_SD_Test
ba824eb129ea53cb678d5fb8ca18ea46272b354c
5f3223df6a617bcf1295ebb14252af4e2400d305
refs/heads/master
2021-12-14T20:02:54.713060
2017-06-01T21:47:27
2017-06-01T21:47:27
null
0
0
null
null
null
null
UTF-8
C
false
false
2,822
h
/** ****************************************************************************** * @file stm32f4xx_it.h * @brief This file contains the headers of the interrupt handlers. ****************************************************************************** * * COPYRIGHT(c) 2017 STMicroelectronics *...
[ "james.zhi.liu@gmail.com" ]
james.zhi.liu@gmail.com
4b4bcc1db6279c084e62301d7f6b7ff94ae9df76
e5ac6fa74bda9c2110c85b335f797dd65866296d
/jni/myfb.c
c791f909526f1b4246984102ed7ad3e75108dec0
[ "MIT" ]
permissive
qcyb/screenshot
d3a5a04be8b3cc0a8201db87e5d58178351e8cf2
5e86b117a18531be649fab009ea51f6132c730e8
refs/heads/master
2021-05-27T23:15:31.403853
2013-12-15T09:50:18
2013-12-15T09:50:18
null
0
0
null
null
null
null
UTF-8
C
false
false
4,743
c
/******************************************************************** created: 2012/02/07 filename: myfb.c author: purpose: *********************************************************************/ #ifndef WIN32 //------------------------------------------------------------------- #include <stdio.h> #...
[ "victoryckl2012@gmail.com" ]
victoryckl2012@gmail.com
0649f40dce6f14653475a62e32adbe9bce1772e7
ed0c562924c403aacd931ce4e715162e12171ec1
/pila.h
85ed0ef486aefc255e7e8a2c56c49a19ec7bff51
[]
no_license
DiegoBrine269/Conversi-n-de-Expresi-n
fa50e37dafcbf752dfbef09413f6913ecbc328ac
98e5d9068eeaa817ddd8b6bad39a9696a34e034f
refs/heads/master
2023-02-10T06:50:27.410512
2021-01-05T20:35:22
2021-01-05T20:35:22
327,110,298
0
0
null
null
null
null
UTF-8
C
false
false
5,047
h
#ifndef PILA_H #define PILA_H /********************************************************** Definir pila que crece dinámicamente cunado al insertar un dato ya está llena. Por: Juan Jesús Gutiérrez García Para: Ejemplos de programación Fecha: Nov-2020 **********************************************************/ #include ...
[ "diiegoman@hotmail.com" ]
diiegoman@hotmail.com
0b75c38193018aa9433dfa37ba3152fc25a8916a
fdefda51bfb015155b084ea1ee25365e4a83f2ed
/atmega168_firmware/Greenhouse/adc.h
0978ab68dc341a72a89b0d56b40b7da2b673b1e3
[]
no_license
adamlundrigan/Greenhouse
b47f51845711bc7c50319fa4656e2e294cc19604
035440689db0a7a03a29369f076862462f613535
refs/heads/master
2016-09-06T00:21:04.670374
2012-08-23T00:18:56
2012-08-23T00:19:14
null
0
0
null
null
null
null
UTF-8
C
false
false
208
h
/* * Greenhouse * * Created: 7/25/2012 7:51:50 PM * Author: Adam Lundrigan <adam@lundrigan.ca> */ #ifndef ADC_H_ #define ADC_H_ void adc_init(void); uint16_t adc_read(uint8_t ch); #endif /* ADC_H_ */
[ "adam@lundrigan.ca" ]
adam@lundrigan.ca
2b66cb9a3c15a4d88c610b5addbadfd97ebb9a2b
c9e1f1ab0e9f99f59cbc5b429a7cab8a19ceda49
/duino/test_modul_r1/kiper.h
f6fe959de4c3022b3ca692dfc8b06f38a793d3ad
[]
no_license
pendaurulang/KRSBI2020
28ccbc94a79faa9bce2972937fe248610c3a9da3
4b589a01130e48f894647a32a5521c2c9b90fc43
refs/heads/master
2023-05-31T19:10:34.152114
2021-06-23T14:12:31
2021-06-23T14:12:31
291,633,869
0
0
null
null
null
null
UTF-8
C
false
false
239
h
void kiper() { double z = m / 20; if (z == 1 || z == -1 || z > 13 || z < -13) { motor(0, 0, 0, 0, 0); }; if (z > 1 && z < 13) { motor(3, pw, pw, pw, pw); }; if (z < -1 && z > -13) { motor(4, pw, pw, pw, pw); }; }
[ "pendaurulang@gmail.com" ]
pendaurulang@gmail.com
2cea18863e907ae930a4d2265c5031863ca32268
0ec6f6ad9f9e2866768ef90d8ff2adc141ce3e9f
/283_Move_Zeroes.c
6a87c6924fd3b67e03dc1b5a740fc0cebea70890
[]
no_license
iketiunn/leetcode
b41cae3abe887ff0252a998ed8049e484694ed19
ac74bba6f947e7c31ef0f83f1d497ff916314e4c
refs/heads/master
2021-06-05T12:20:35.670789
2016-11-02T15:03:57
2016-11-02T15:03:57
null
0
0
null
null
null
null
UTF-8
C
false
false
332
c
void moveZeroes(int* nums, int numsSize) { int temp, i, len; len = numsSize; for (i = 0; i < numsSize; i++) { if (nums[i] == 0) { temp = nums[i]; int j = i + 1; while(nums[j] == 0) { j++; } if (j <= len - 1) { nums[i] = nums[j]; nums[j] = temp; } ...
[ "anonymous.0w0@gmail.com" ]
anonymous.0w0@gmail.com
3cb865e66b5dc3d2c62dd4474ce3ea0be83fbb0f
8982ea5d935cfbde486553552d1a87e1c96941f1
/linuxapp/http_test/get.c
9f7136dfd3432469d640a8ab42f2b82640b4b8fc
[]
no_license
shb3618/opentookit
ea412830bea4beb7ea3abe3bf562d0ba9fb7d8be
28b0033a11991510472466db4d9c604cb721da66
refs/heads/master
2023-03-15T13:04:31.787944
2019-03-22T06:00:47
2019-03-22T06:00:47
null
0
0
null
null
null
null
UTF-8
C
false
false
3,449
c
/************************************************************************* > File Name: get.c > Author: suchao.wang > Mail: suchao.wang@advantech.com.cn > Created Time: Sun 09 Oct 2016 02:11:52 PM CST ************************************************************************/ #include <stdio.h> #include <sys/socke...
[ "blaider@qq.com" ]
blaider@qq.com
7ced2f4e83712ce0a403708393aac1ed87961980
b89c635da01e2efe5f177ebd7ef701abdb5e6595
/CSE/III year/V sem/OS Lab/code/w4/test/Q2.c
88dbf89eb1f788c83c56017163c5d7b7840415c5
[]
no_license
greaterarena/resource-mitfiles-mirror
199332f61480f0abed4219d40ba0c90641217a40
f537bfa7f4aa75351c667d939f83a7ca0177f08e
refs/heads/master
2021-01-13T12:59:39.626702
2017-06-21T08:55:31
2017-06-21T08:55:31
94,983,567
0
0
null
null
null
null
UTF-8
C
false
false
838
c
#include<stdio.h> #include<fcntl.h> int main() { int c_write, c_read, n, pos, fd1=open("f1.txt",O_CREAT, 0600); char buff[10]; long seek1; int fd2=open("f3.txt",O_CREAT | O_RDWR, 0600); printf("1. From beginning\t2. From middle\t3. From end "); printf("\nEnter your choice "); scanf("%d",&n); switch(n) { cas...
[ "nfsr@asm.snapwet.com" ]
nfsr@asm.snapwet.com
8d8a10201843b93ae1eb88d861496648ca6cbdb9
a280aa9ac69d3834dc00219e9a4ba07996dfb4dd
/regularexpress/home/weilaidb/work/kernel/linux-3.0.8/crypto/proc.c
e69ee05fbd4f92d31fc99eff019b3a0a9ecc2d65
[]
no_license
weilaidb/PythonExample
b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466
798bf1bdfdf7594f528788c4df02f79f0f7827ce
refs/heads/master
2021-01-12T13:56:19.346041
2017-07-22T16:30:33
2017-07-22T16:30:33
68,925,741
4
2
null
null
null
null
UTF-8
C
false
false
748
c
static struct ctl_table crypto_sysctl_table[] = ; static struct ctl_table crypto_dir_table[] = ; static struct ctl_table_header *crypto_sysctls; static void crypto_proc_fips_init(void) static void crypto_proc_fips_exit(void) #define crypto_proc_fips_init() #define crypto_proc_fips_exit() static void *c_start(struct seq...
[ "weilaidb@localhost.localdomain" ]
weilaidb@localhost.localdomain
1c59f47d2876122e20a5183540187176d9d634a9
0dbce0e1362a53572090aa862f661d392e06f3cc
/Source/dsvdcmp.h
22c13c838cd5601717c27d13e55c8c5eefb37cc7
[]
no_license
leongyh/SVD-Program
01bdaa983ec5d1a51e257618bb08646bf176c182
52dbb660e3cf53f470808b834df8b97d037cd556
refs/heads/master
2021-01-10T08:38:09.224085
2013-02-24T10:34:56
2013-02-24T10:34:56
null
0
0
null
null
null
null
UTF-8
C
false
false
303
h
#ifndef _DSVDCMP_H #define _DSVDCMP_H #include "matrix.h" struct svd_t { matrix<double> u; matrix<double> v; vector<double> s; }; typedef struct svd_t svd_t; svd_t dsvdcmp(const matrix<double>&); void svdcmp_inplace(svd_t&); vector<double> dsvbksb(const svd_t&, const vector<double>&); #endif
[ "Leong" ]
Leong
c7e244f2d9b465798df2042953a4ca545be48d4d
cb600822f2958414f9dca0cc7348e5483a590830
/ex08/ft_is_negative.c
a9ea6d94f719d944100b6a0b4d371e401b016ea6
[]
no_license
Madshyson/Piscine_reloaded
705a9d15594f7d0ce8651226083cd820e335b146
f0c0674a8768e2a8a83814738f921fb2a001652a
refs/heads/master
2021-01-11T22:56:24.434491
2017-01-10T11:07:23
2017-01-10T11:07:23
78,525,719
0
0
null
null
null
null
UTF-8
C
false
false
1,005
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_is_negative.c :+: :+: :+: ...
[ "mlavanan@student.42.fr" ]
mlavanan@student.42.fr
b65169789ecdd9e1ab7ad00f180f0b117ef24b73
6c21c01ffe65bd17906f7afeb72954f4df739193
/Src/stm32f4xx_it.c
86c1f8a2890816a7c8ebac39977f712e2ad51042
[]
no_license
minhtuandktd/quadrotor
1fe16033af2c595b793d8f3e9e17bb468a310c90
7abb50969b87690c58a57479d9ffb9478564e0ee
refs/heads/master
2021-03-29T12:50:39.334297
2020-07-19T09:26:43
2020-07-19T09:26:43
247,891,551
0
0
null
null
null
null
UTF-8
C
false
false
7,585
c
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file stm32f4xx_it.c * @brief Interrupt Service Routines. ****************************************************************************** * * COPYRIGHT(c) 2019 STMicroelectronics * * Red...
[ "minhtuandktd@gmail.com" ]
minhtuandktd@gmail.com
2a1c5e3699361ad426a552c55d28b0041585cf62
86c9046f910be0ab1f98da907c96b911efa3016e
/PR2/opencl/OpenCL_Gaussian_Blur/main.c
a19751380d75191c0c0bc5dea1aa253a3f31e4ef
[ "BSD-2-Clause" ]
permissive
yohanesgultom/parallel-programming-assignment
eb2ac266fae9d9bf60b7864dabe0813c779cc253
44d4737268a71637b5e7178dc99e3ba37e1c178b
refs/heads/master
2021-01-21T12:58:44.919405
2018-01-23T08:21:45
2018-01-23T08:21:45
52,575,146
7
0
null
null
null
null
UTF-8
C
false
false
991
c
#include <gaussian.h> #include <args.h> #include <stdbool.h> #include <stdio.h> #include <time.h> int main ( int argc, char *argv[] ) { double units; uint32_t gaussianSize; float gaussianSigma, cpu_t, gpu_t; char* imgname;//the name of the image file, taken by the arguments time_t start; //re...
[ "yohanes.gultom@gmail.com" ]
yohanes.gultom@gmail.com
0d4f9621503c239dcf62fc0dc1a4e0291a22fb75
5743796cdf5f28a1faf92543d4cb349d703ec23a
/src/dataservice/dataservice_api_sendreq_transaction_get.c
daa66ae9385bcd8869e5a32446d5766ac3987c0c
[ "MIT" ]
permissive
hocktide/v-c-agentd
9d4879feb86564e3d52cbcd8e3cf12a9a1a2e131
c06be91c94a143e60d6a03eadc2aa58f1fa60399
refs/heads/master
2022-11-15T03:18:38.692650
2020-07-13T02:23:35
2020-07-13T02:23:35
276,962,461
0
0
MIT
2020-07-13T02:23:37
2020-07-03T18:19:11
null
UTF-8
C
false
false
3,155
c
/** * \file dataservice/dataservice_api_sendreq_transaction_get.c * * \brief Get a transaction by id from the transaction queue. * * \copyright 2018-2019 Velo Payments, Inc. All rights reserved. */ #include <arpa/inet.h> #include <agentd/dataservice/api.h> #include <agentd/dataservice/private/dataservice.h> #in...
[ "nanolith@gmail.com" ]
nanolith@gmail.com
9ec4e598899ab4837c03a71f1715c07df574180a
b1c47c8c0e9a774ebc1164ec730f311b49eea44b
/modules/rtc-ds1307.c
4063f200d54656756eeae4088ba9100bd4a85fc2
[ "Unlicense" ]
permissive
rolfeb/avr-common
2f502d3529c3d8297b305e779591d2c0e01aa76e
4d16a97566c98954602cfc1194a1fc4c5b8ca338
refs/heads/master
2021-01-18T15:23:31.861280
2015-02-09T06:58:08
2015-02-09T06:58:08
28,282,631
0
0
null
null
null
null
UTF-8
C
false
false
3,609
c
/* * Implement support for DS1307 RTC */ #include "avr-common.h" #include "rtc-ds1307.h" #include "i2c.h" #define UNIX_EPOCH_OFFSET 2208988800UL #define SECONDS_PER_DAY 86400UL #define LEAP_YEAR(Y) (((Y) % 4) == 0 && ( ((Y) % 100) != 0 || ((Y) % 400) == 0)) #define DAYS_IN_YEAR(Y) (LEAP_YEAR(Y) ? 36...
[ "rolfe@pobox.com" ]
rolfe@pobox.com
503c9df4bd7608b3bd20da9176687692e9b97858
868c96df91734ef5e8dd9d56113a3ce1b05908b5
/mediatek/platform/mt6582/kernel/drivers/hdmitx/hdmitx_i2c.h
4f1b87cdf4285d21d1f7c4ced105723fda19d969
[]
no_license
bq/aquaris-E5
6bd5b9a1e41398d0fb6f5ff928901ee8e5dc9115
9cab53cb4a4aba4e1c697e2f5940c401ed92e7cb
refs/heads/aquaris-E5
2021-06-24T20:35:38.281230
2015-05-11T08:06:58
2015-05-11T08:06:58
22,873,241
27
24
null
2017-04-02T04:36:59
2014-08-12T10:16:42
C
UTF-8
C
false
false
303
h
#ifndef _HDMITX_I2C_H_ #define _HDMITX_I2C_H_ /*if mhl chip CI2CA pin is pull up, the folloing should be defined. otherwise, please mask it.*/ #define SII_I2C_ADDR (0x72) #define HDMI_I2C_CHANNEL 2 //#define MHL_SET_EXT_GPIO //#define MHL_SET_GPIO_MODE //#define MHL_SET_24PIN_MODE #endif
[ "pmoncadaisla@gmail.com" ]
pmoncadaisla@gmail.com
ea5723e99b00a65a05ab215390253c891ec9a085
9f87f6a4311aacc5a205563d8603fa0c2b2ab723
/arm-linux/sys-include/asm-armnommu/arch-netarm/memory.h
c7307c9a11eaa11dbb4bf4d5dade4ce68cda4806
[]
no_license
nslu2/toolchain
2e7639e74447b180f9e7d4576395e5f0e499aa2c
3780178abdb942504d83740ad664ba7d280d8032
refs/heads/master
2021-01-13T02:36:36.480456
2015-03-28T15:33:01
2015-03-28T15:33:01
33,038,575
0
0
null
null
null
null
UTF-8
C
false
false
1,975
h
/* * linux/include/asm-armnommu/arch-netarm/memory.h * * Copyright (c) 1999 Nicolas Pitre <nico@cam.org> * Copyright (c) 2001 RidgeRun <www.ridgerun.com> * * 02/19/2001 Gordon McNutt Leveraged for the dsc21. * 06/29/2001 Rolf Peukert A little tweak for the NetARM */ #ifndef __ASM_ARCH_MEMORY_H #define __A...
[ "eddy.petrisor@gmail.com" ]
eddy.petrisor@gmail.com
71a32207dd3bcb6f01b58526b29115ef7f1a58f9
c9ee1a0ad8dbccacd1eea502eff6538c1ad2b9ba
/LED_BUTTON/LED_BUTTON.c
34ce4243633b54474d7e3587aa6008109c351958
[]
no_license
hyouinKyouma/LEDTriggeredUsingButton
71300773bf18593737df58b91b7063fadf1907e4
49dd5c9aa670f72390fe524a9745e701e3b27fa1
refs/heads/master
2020-04-22T03:23:47.243606
2019-02-11T07:25:32
2019-02-11T07:25:32
170,085,215
0
0
null
null
null
null
UTF-8
C
false
false
1,123
c
/* * LED_BUTTON.c * * Created: 2/2/2018 11:02:53 AM * Author: ADITYA */ #include <avr/io.h> #define F_CPU 1000000UL #include <util/delay.h> #include <atmega/button.h> const int delay=1000; void func1() { PC3ON; PC4ON; PC5ON; PC6ON; PC7ON; _delay_ms(delay); PC3OFF; PC4OFF; PC5OFF; PC6O...
[ "hououi1.67@gmail.com" ]
hououi1.67@gmail.com
9ee46f1798dd6a101720f25591a296ab66c1494b
3706e72c0617ddc98e8f9b5c8d416a0fff4d3143
/test/helloworld.c
ab5c668da37a9c7036f56552ba86e6fb245513e0
[ "MIT" ]
permissive
Sergio-AP/Super-OS2
3135da029c46c2e8ccf09a66e7d9bdd437ba0dca
12022ba11264079b30fb305c93c8f7a774daf9ff
refs/heads/master
2022-01-17T02:46:23.491816
2019-05-08T01:41:23
2019-05-08T01:41:23
null
0
0
null
null
null
null
UTF-8
C
false
false
80
c
#include "hello.h" int main(int argc, char ** argv){ printHello(); return 0; }
[ "alvaradoomar55@hotmail.com" ]
alvaradoomar55@hotmail.com
ad229ce787f91dbc2ccc08aac81f372444147bcc
7b55cacf46bf2fd6298315bccfa4b6f0375e3865
/src/lib/libc/citrus/citrus_none.c
381e7434069ac91e67176af70dbb2dd92d30b83d
[ "MIT", "LicenseRef-scancode-bsd-3-clause-jtag", "BSD-2-Clause" ]
permissive
libos-nuse/frankenlibc
7f33a86f277ea13eeae573e0339b03c5e2a9ff58
b2e9db0084847aaa63fcddce2f5bf2e0e43669d5
refs/heads/lkl-musl
2021-01-21T23:30:07.179889
2018-06-21T07:46:36
2018-08-14T03:52:22
47,620,000
9
6
NOASSERTION
2019-02-21T14:53:00
2015-12-08T12:13:28
C
UTF-8
C
false
false
11,570
c
/* $NetBSD: citrus_none.c,v 1.19 2013/05/28 16:57:56 joerg Exp $ */ /*- * Copyright (c)2002 Citrus Project, * 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...
[ "justin@specialbusservice.com" ]
justin@specialbusservice.com
4726b3cdaa9c0e9cd02382b4956d95fc6f859038
cd6ed4231776a925025d93c413929f37ae82576f
/LCD/LcdHype/resource.h
6e84293887b41b63ce949e992c01d488f382bb99
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
MMcM/GirderPlugins
1b18e0d9a18e8f0ed3460a305867df02c586bfca
ed50b9369f9636b115b23312ccfb22dcaa6f405e
refs/heads/master
2020-05-09T19:48:53.700068
2005-12-11T01:52:39
2005-12-11T01:52:39
181,387,740
0
0
null
null
null
null
UTF-8
C
false
false
396
h
//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by LcdHype.rc // // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 101 #define _APS_NEXT_COMMAND_VALUE 40001 #define _APS_NEXT_CONTROL_V...
[ "mmcm@sourceforge.net" ]
mmcm@sourceforge.net
de60b46b5a1c0eae693895a38bb74dd34bf790ef
14355f60733dce9b2f73daca94afe507981fb99d
/Subpackets/Subpackets.h
26685a8ed1aa9139bf8576bc73b53b10bd878457
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
r4yan2/OpenPGP
86906fd33440b1c567b4fc0f13ad4f11a925d632
0299d96ee3b60d1d29b2d59f43610603a1135a5e
refs/heads/master
2021-12-31T09:19:32.855072
2018-02-13T12:36:55
2018-02-13T12:36:55
150,585,547
0
0
MIT
2018-09-27T12:45:55
2018-09-27T12:45:55
null
UTF-8
C
false
false
1,395
h
/* Subpackets.h List of all Subpacket headers Copyright (c) 2013 - 2017 Jason Lee @ calccrypto at gmail.com 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 without ...
[ "calccrypto@gmail.com" ]
calccrypto@gmail.com
d334addd43ab4d641c375e5aa641d2873f91b70c
f63e132197d5c873025fecbc3eb7f3f21fa92fc3
/include/ormpp/iguana/third_party/msgpack/include/msgpack/predef/library/std/msl.h
c9e024d5cbbbf5e4c0ede424aa4cfbcf6f16a910
[]
no_license
x931890193/cpp_web
1a8d433052f641f9087b4d4526eea082ad7012bf
bac28d1519bdd84dc56e6a0e04315ab126eaa64a
refs/heads/master
2023-07-30T13:21:19.578855
2021-09-21T15:23:28
2021-09-21T15:23:28
398,543,585
0
0
null
null
null
null
UTF-8
C
false
false
1,346
h
/* Copyright Rene Rivera 2008-2013 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ #ifndef MSGPACK_PREDEF_LIBRARY_STD_MSL_H #define MSGPACK_PREDEF_LIBRARY_STD_MSL_H #include <msgpack/predef/library/std/_prefix.h> #i...
[ "ysudqfs@163.com" ]
ysudqfs@163.com
17c87e8e23474822d9f26020ba047227c1a1f634
014091ca9f97307578281ab86715af280685b6db
/ESCENAS/NuevaEscena_2.c
3c6cd9233e823158aac66552b714ffa3e6a5dc5b
[]
no_license
jcaf/ATmega128_6zonas_2011
f4b6e04159eaeb75fee475e7fe9db322218480b3
3089e1d735168208c6c4c75b051034542f540657
refs/heads/master
2023-03-02T16:41:04.811033
2021-02-10T23:05:57
2021-02-10T23:05:57
337,483,748
1
0
null
null
null
null
UTF-8
C
false
false
16,139
c
/* * NuevaEscena_1.c * * Created: 09/04/2012 04:09:47 p.m. * Author: jcaf */ #include "Includes/InitializeAllModules.h" typedef enum _OPERATINGMODE_THISPS { DO_SCENE=0,//MODE0=0,//doing scene DO_DIAGBOX,//MODE1, //doing dialogbox DO_LISTBOX//MODE2, //doing listbox }OPERATINGMODE_THISPS; ...
[ "firwar21@gmail.com" ]
firwar21@gmail.com
65b79bcd684d3f3a089c80a70edb301e5f9f6bec
fe692881320e10c55962cebd165d478c1434c359
/item/stuff/0233.c
49c5f8f52afd6d63088e472496836210bc2a7929
[]
no_license
anho9339/chienquoc
130602c90c43053bbc99dfbfbc877de0b2d81dd7
cb5157d5eabcb4bb2ff71c292cfbdd5dc5fbb221
refs/heads/master
2021-07-04T07:51:49.408023
2021-02-01T15:15:58
2021-02-01T15:15:58
222,929,950
1
0
null
null
null
null
UTF-8
C
false
false
655
c
// 自动生成:/make/item/make90 #include <item.h> inherit ITEM; inherit COMBINED; // 函数:叠加上限 int get_max_combined() { return 30; } // 函数:原料类型 int get_stuff_type() { return 233; } // 函数:可使用物品 int get_item_type_2() { return ITEM_TYPE_2_STUFF; } // 函数:原料颜色 int get_item_color() { return 0; } // 函数:构造处理 void create() { ...
[ "hothienan1993@gmail.com" ]
hothienan1993@gmail.com
9359728cc68ccdf54ef42a8de075eaf042af955f
b0b45fe160e0ac4c7424b3909a5636240aa1bf5d
/perf-event/src/profiler-sampling.c
9b406027c23c4bec2a7bb92b67cf0f022d8a5341
[]
no_license
vlmarkov/simple-profiler
28a150c9c9f545d56e96f69911095dff6c058ad2
4fdaf71fd2ea664cda4c6c0a48faa36e4aec62b4
refs/heads/master
2021-10-11T00:44:01.190813
2019-01-20T07:51:09
2019-01-20T07:51:09
136,697,842
1
0
null
null
null
null
UTF-8
C
false
false
5,414
c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <stdbool.h> #include <sys/wait.h> #include <sys/types.h> #include <perf-event.h> /*****************************************************************************/ /* Local prototypes */ /*******...
[ "randyshughart54@gmail.com" ]
randyshughart54@gmail.com
393f6f605a543f95e34bd5bd67be2f490c309893
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/drivers/net/ethernet/toshiba/spider_net.c
5734480c1ecfa5f91a134720fe478bb68826fc50
[ "GPL-1.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-free-unknown", "Apache-2.0", "Linux-syscall-note", "GPL-2.0-only" ]
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
72,130
c
/* * Network device driver for Cell Processor-Based Blade and Celleb platform * * (C) Copyright IBM Corp. 2005 * (C) Copyright 2006 TOSHIBA CORPORATION * * Authors : Utz Bacher <utz.bacher@de.ibm.com> * Jens Osterkamp <Jens.Osterkamp@de.ibm.com> * * This program is free software; you can redistribute...
[ "gamishev@gmail.com" ]
gamishev@gmail.com
eb4e9b84c748dde1a79b52ddf0d9ebe7d3a14214
6bf1baf38a555c46158dc3548f7374f554220577
/LinkedList.c
5b42fa3bff750bc8814233b2d5fb3f226d9c19e8
[]
no_license
EdinilsonSousa/Estruturas-deDADOS
943732da2575466a2b25cd39e2310e02b08ec950
88c9cd120af56a5e3c6236ecd328b65bab0f776e
refs/heads/main
2023-08-28T02:16:25.819149
2021-10-07T23:01:36
2021-10-07T23:01:36
413,596,391
0
0
null
null
null
null
UTF-8
C
false
false
2,781
c
/* Construa um programa que receba N números do usuário e insira esses números de forma ordenada em uma lista ligada Não é permitido a utilização de vetores; O programa deverá ler números do usuário até que seja digitado o número -1 */ #include <stdlib.h> #include <stdio.h> typedef struct lista { int qtd; str...
[ "noreply@github.com" ]
EdinilsonSousa.noreply@github.com
a2d50cee92517c1a7ec77d905355f1750cab1fd3
249839bed8656b791449ba3b0665a7bebceb9130
/vim/src/fold_c/fold_AICC_608.c
f3d7bf7d5d0690d8a7e7b93faf642396bcd14aee
[]
no_license
marcioaug/mutants
b597cf8d461f8e3d608765bcb766dc818a616575
41d65ac1c2c8a4feddaae473cbf58d3846617f99
refs/heads/master
2021-01-21T22:34:41.131530
2017-10-19T01:53:10
2017-10-19T01:53:10
102,151,857
0
0
null
null
null
null
UTF-8
C
false
false
92,246
c
/* vi:set ts=8 sts=4 sw=4 noet: * vim600:fdm=marker fdl=1 fdc=3: * * VIM - Vi IMproved by Bram Moolenaar * * Do ":help uganda" in Vim to read copying and usage conditions. * Do ":help credits" in Vim to see a list of people who contributed. * See README.txt for an overview of the Vim source code. */ /* * fol...
[ "marcioaugustosg@gmail.com" ]
marcioaugustosg@gmail.com
a0c6c3c7612f67026a4853e099ca5ee86881468e
853d210f3d030fc00770bc657ae084a27766ca6c
/libomptarget/omptests/t-teams-distribute-simd/test.c
777c59f6419aa87b6c65b0686f626b958ca3a0e5
[ "MIT", "Apache-2.0", "LLVM-exception", "NCSA", "LicenseRef-scancode-arm-llvm-sga", "LicenseRef-scancode-generic-cla" ]
permissive
jmellorcrummey/llvm-openmp-5
4b058dcb758aed9b90a3c76570f8570f0ab96c75
ae3a2a251a99ea8c79e8ceae021ca15b05ab0f87
refs/heads/openmp5-gpu
2021-06-18T00:39:33.994924
2019-09-26T05:47:14
2019-09-26T05:47:14
168,407,946
2
3
Apache-2.0
2021-01-10T19:41:40
2019-01-30T20:10:26
C++
UTF-8
C
false
false
9,268
c
#include <stdio.h> #include <omp.h> #include "../utilities/check.h" #include "../utilities/utilities.h" #define TRIALS (1) #define N (992) #define INIT() INIT_LOOP(N, {C[i] = 1; D[i] = i; E[i] = -i;}) #define ZERO(X) ZERO_ARRAY(N, X) int check_results(double* A){ for (int i = 0 ; i < N ; i++){ if (A[i] != ...
[ "sfantao@us.ibm.com" ]
sfantao@us.ibm.com
4a895dde3df53b3a1b2ce043b4f6545d62d1bdc5
4d6f6b4de13a73b55d21f67a5a7420e4974563da
/sw/olcumler/4.mod+add/NTRU_48_bitM.c
98af113aebe99655104318242079e18b7e2fd61b
[]
no_license
lzwgucas/senior_project
718aa4ff2ebdb15002567b3ee4f2b77068a0961b
6e88aeb0beebc41e93f9972f0bc933df0f7c0423
refs/heads/master
2022-04-17T10:36:29.437739
2020-04-14T20:52:48
2020-04-14T20:52:48
null
0
0
null
null
null
null
UTF-8
C
false
false
20,954
c
#include <stdio.h> //#include <time.h> #include <stdlib.h> static int product[150]; static int product2[150]; static int result[150]; static int ti_2[100]; static int random_keys[318]; volatile int resultkon[1]={0XBEBEBEBE}; ////////////////CUSTOM INSTRUCTION SET/////////////// void instr_add(unsigned...
[ "canberktopal@gmail.com" ]
canberktopal@gmail.com
c6ea0cae5fbaf06b952b050ec3c18abf42766505
120df560b914e7694076555cf2c8facd8715dbff
/ISIS/workspace/hal/hal/include/hal/supervisor.h
6f1c064fc197c2f051b47a53c4ae2afb3fc74ce3
[]
no_license
israelaitan/Base-Aug-2019
318c880329dd52484eaec9e467a8eba4c4654ef0
6b33618d6c86e57a507e417d424801b6366fbf00
refs/heads/master
2022-12-18T12:27:31.696075
2020-09-09T10:40:19
2020-09-09T10:40:19
200,597,361
0
1
null
2020-07-22T06:23:20
2019-08-05T06:43:05
C
UTF-8
C
false
false
14,752
h
/** * @file supervisor.h * @date 2013/6/10 * @brief Supervisor Controller interface. */ #ifndef SUPERVISOR_H_ #define SUPERVISOR_H_ #include <stdint-gcc.h> #define SUPERVISOR_COMMUNICATION_SPI 1 #define SUPERVISOR_COMMUNICATION_I2C 2 /** The I2C Address of the IOBC Supe...
[ "israel.aitan@gmail.com" ]
israel.aitan@gmail.com
1791b92a54bb55cd186304c6202308587ab70e12
200a32c3be26f1b4a125c9fd15ddc0b77e4cffa9
/MSP-hands-on-code/papi-4.1.3/share/papi/ctests/overflow_one_and_read.c
ec0c46c391ef5988da27b2060ab39ab4524b1a93
[ "BSD-3-Clause" ]
permissive
johanne5/paraprog
37b736cca370000aeb684d7c9e2ae0a74df4c4c4
0d7d7b2fa924001e696b1148eee93242ae4792a8
refs/heads/master
2021-01-22T04:53:38.899750
2015-04-02T23:06:46
2015-04-02T23:06:46
30,015,833
0
0
null
null
null
null
UTF-8
C
false
false
4,009
c
/* * File: overflow_one_and_read.c : based on overflow_twoevents.c * Mods: Philip Mucci * mucci@cs.utk.edu * Kevin London * london@cs.utk.edu */ /* This file performs the following test: overflow dispatch on 1 counter. * In the handler read events. */ #include "papi_test...
[ "eson517@gmail.com" ]
eson517@gmail.com
3dd9e401b7435fbb121c3eedd1c8d6a6329e8192
e19a43651319865079d0d736b6bb86b766ff4713
/cc65-master/include/cc65.h
5607eab7bf340e7176ebbd609955e3a9b461735f
[]
no_license
ncxx-sl-lab/nes
540ccc68f08e5ef5853800884d0fd58af45c4fc2
a5b5915b64481d2b04e8686fc987c0a996ffc5d4
refs/heads/master
2021-01-01T18:02:13.168712
2015-01-08T13:44:25
2015-01-08T13:44:25
26,151,821
2
1
null
2015-01-08T13:44:25
2014-11-04T03:52:02
C
UTF-8
C
false
false
4,772
h
/*****************************************************************************/ /* */ /* cc65.h */ /* */ ...
[ "higurashi07exp@gmail.com" ]
higurashi07exp@gmail.com
a0dbc0a451d84a4cf9b865e2b6b52433de7448bc
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/kphp-kdb/common/extr_listcomp.c_interpolative_ext_decode_int.c
e8f83d805a28dda192e23a6aaa0de995a249b99c
[]
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
1,892
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
7469ab1a204cb339737aeb01900664ac2ace3998
41e5709524f5b711137fece93c700292291cafb6
/test/src/bl/base/array_concat_dynarray_test.c
9ab167df27b7caab17a8543adab046a207861edf
[]
no_license
RafaGago/base_library
f0e59f4dc49d3096c229025899b776c9871ae7b3
9ac7dc4c72fe5489c7cf8ff6b0e0cc2908c4e08b
refs/heads/master
2023-08-03T15:17:51.987745
2023-07-29T11:08:18
2023-07-29T11:08:18
48,534,969
5
0
null
null
null
null
UTF-8
C
false
false
3,841
c
#include <bl/cmocka_pre.h> #include <bl/base/array_concat_dynarray.h> #include <bl/base/default_allocator.h> #include <bl/base/utility.h> #include <bl/base/integer.h> bl_define_ac_dynarray_types (bl_u32_acdarr, bl_u32) bl_declare_ac_dynarray_funcs (bl_u32_acdarr, bl_u32) /*--------------------------------------------...
[ "rafael_gago_81@hotmail.com" ]
rafael_gago_81@hotmail.com
ad4beab283530fe76449f2895c61e1b90afb8da9
e5979b0ed5078edb472818ffaf37dc1e8634a523
/liang_barskey/Resource.h
38edb4e8ec0130d0772c409dea40a27446aa6fcd
[]
no_license
sunnyminer/mygraphics
3f3a029b54bb9925cc097af1e07a9b03c6101440
98abbba4da641722fae90c933ee0265ad911554d
refs/heads/master
2016-09-05T17:23:04.169599
2014-10-25T08:32:24
2014-10-25T08:33:27
null
0
0
null
null
null
null
GB18030
C
false
false
3,016
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by liang_barskey.rc // #define IDD_ABOUTBOX 100 #define IDP_OLE_INIT_FAILED 100 #define IDR_POPUP_EDIT 119 #define ID_STATUSBAR_PANE1 120 #define ID_STATUSBAR_PANE2 121 #define IDS_STATUS_PANE1 122 #define IDS_STATUS_PANE2 123...
[ "yu_yang@ncepu.edu.cn" ]
yu_yang@ncepu.edu.cn
7f5d69f83c86bc1fc2fe12fa997275fccb0e3448
012169319acffd9b57d91bc00ad16c574d81f4f5
/Projects/Arrays&Rand.h
a639eb0136cd71e4eae7f1794b5a4547d739070d
[]
no_license
shahood-mirza/C-and-C-plusplus
18412ecd82e21ee89e40bbfe41cb09e0aa8c2ec2
8c67f4309af2aaff613d9d51972bff216e240e37
refs/heads/master
2021-01-16T21:30:32.555557
2016-09-20T21:04:38
2016-09-20T21:04:38
68,345,528
0
0
null
null
null
null
UTF-8
C
false
false
93
h
#include <stdio.h> #include <conio.h> #include <math.h> #include <time.h> #include <stdlib.h>
[ "shahood_mirza@outlook.com" ]
shahood_mirza@outlook.com
2ea3c503f0f93fc4b09cdc76f9c6895c3f586dac
16b9c3b46722f564faddb4cfe2c063f2912d7872
/multi_path/jelbrek/jelbrek.h
b2bf4681ead598f323ebd2088d85656150ec48b3
[]
no_license
iDev01/multi_path
1f2c94b321d521449705ed86962d6013123ea038
42b92eed97263e8f59fec8945571365e605a20c2
refs/heads/master
2020-03-22T15:57:27.308404
2018-07-08T13:23:24
2018-07-08T13:23:24
null
0
0
null
null
null
null
UTF-8
C
false
false
772
h
#include "QiLin.h" void init_jelbrek(mach_port_t tfp0, uint64_t kernel_base); kern_return_t trust_bin(const char *path); BOOL unsandbox(pid_t pid); void setcsflags(pid_t pid); BOOL get_root(pid_t pid); void remount1126(void); void mountDevAtPathAsRW(const char* devpath, const char* path); void remount1131(int deviceNu...
[ "lakr@LakrdeMac-mini.local" ]
lakr@LakrdeMac-mini.local
49745f2bf53865c435c21212e0fd6b395904bc75
c5dedfd8b8f0b3982ef1fbb15f64a2a315cbce35
/srclib/apr/misc/unix/getopt.c
2a8b7d1a4210fbaa74e151f08b66f3b19261ccac
[ "Apache-2.0", "LicenseRef-scancode-pcre", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference", "metamail", "Beerware", "NTP", "LicenseRef-scancode-rsa-md4", "HPND-sell-variant", "LicenseRef-scancode-rsa-1990", "RSA-MD", "Spencer-94", "Apache-1.1", "LicenseR...
permissive
ydnzol/apache
f2fc5a7db8566811ff90b6143d50443315f58ae5
04ca7c32fd043b1b1496b8a45fdcd34b907d46c8
refs/heads/master
2020-11-29T17:16:47.013606
2019-12-26T02:03:52
2019-12-26T02:04:52
230,176,189
0
2
NOASSERTION
2019-12-26T02:40:28
2019-12-26T01:50:04
C
UTF-8
C
false
false
10,976
c
/* * Copyright (c) 1987, 1993, 1994 * The Regents of the University of California. 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 ...
[ "21450@sangfor.com" ]
21450@sangfor.com
2655b62fd9696c167828910f67729ad684096a14
bd82aca533f926269db656b6c41ed2e0a01ff448
/.history/VM1/tunalloc_20201126153358.c
53d348e44e94d53fa78cbd2f231542af543986d2
[]
no_license
JeNeComprendPas/projet_reseaux
9e686f2194beb80bc4468edc747c4ce483ecc6f2
3035737eb83abd21e4cb6c1d80d5d372ffb6e644
refs/heads/master
2023-01-20T15:27:56.333013
2020-12-02T17:17:42
2020-12-02T17:17:42
316,051,462
0
0
null
null
null
null
UTF-8
C
false
false
1,345
c
#include <stdlib.h> #include <stdio.h> #include <string.h> #include <sys/socket.h> #include <sys/stat.h> #include <sys/ioctl.h> #include <unistd.h> #include <fcntl.h> #include <linux/if.h> #include <linux/if_tun.h> void test_iftun(int src, int dst) { char c; while(0) { printf("z\n"); while(read(src, &c,...
[ "59664847+JeNeComprendPas@users.noreply.github.com" ]
59664847+JeNeComprendPas@users.noreply.github.com
bb9fbfde68bbb801598fb737d68b163d714cced4
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/net/extr_xen-netfront.c_xennet_alloc_one_rx_buffer.c
81daa42a76cbadbe4d3c8878e69731ad5c119dcf
[]
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
1,714
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
7f31664024f003527acc096bb575f1a3a12ed068
7ff8910351025dd8573d4e166a5b0f03986037de
/Cw11/7.2.13/main.c
5f34b84db7770ef0310f82f4dff5894eaf19fd24
[]
no_license
RobertKochanski/PS155589
6157687c2687e829735280e29460c36341b1cb65
cecc417d35123b4d615dbc97ea1454b513b4b97e
refs/heads/master
2023-04-07T04:12:02.365797
2021-04-16T11:43:05
2021-04-16T11:43:05
244,654,801
0
0
null
null
null
null
UTF-8
C
false
false
1,191
c
#include <stdio.h> #include <stdlib.h> struct trojkat{ int a, h; }; struct prostokat{ int a, b; }; struct rownoleglobok{ int a, h; }; struct trapez{ int a, b, h; }; union wymiary{ struct trojkat troj; struct prostokat prost; struct rownoleglobok rown; struct t...
[ "noreply@github.com" ]
RobertKochanski.noreply@github.com
d2f1019adf3ce5d0fd82e331bea3499095612a5e
9f76e3b8a086db5dbbda6098831accd3ca6b267e
/Pods/Headers/Private/Office365/office365_directory_sdk/MSDirectoryDirectoryObjectCollectionOperations.h
1f321c0b48e66e8461a257d7c1cae7caffcf57ab
[]
no_license
prajaktak/adal-ios-sample
e5a8ac2e6db58a441945e76d3296388d5b402863
51341ddeaa520f889c753545782b3bd1a61af7ea
refs/heads/master
2016-09-13T14:30:46.434327
2016-04-14T19:34:02
2016-04-14T19:34:02
56,263,832
1
0
null
null
null
null
UTF-8
C
false
false
130
h
../../../../Office365/sdk-objectivec/office365_directory_sdk/Generated/Operations/MSDirectoryDirectoryObjectCollectionOperations.h
[ "prajakta.kulkarni@mirumagency.com" ]
prajakta.kulkarni@mirumagency.com
3f0be14c36c9dda0a3287a8aa227039dc2a892f4
c553cf38e4a12116c65172bc7652feed2b3f6971
/151028_IsoPhoEff/isoPhoEff_isoDep.C
1c895c11fd4f8c20721b3bc0ddecab79cb456796
[]
no_license
michaelyio/PhotonAnalysis2015
edb0f40d4249e2fb8b88184d06bc0a2a9f5cf875
8ed1beaa9e3a0c2238cdced03bbe02a7353038ec
refs/heads/master
2020-05-30T22:45:52.417427
2015-12-08T12:54:54
2015-12-08T12:54:54
null
0
0
null
null
null
null
UTF-8
C
false
false
4,881
c
/* * macro to study different photon Reconstruction algorithms * modifiedy by Yeonju * */ #include <vector> #include "TH1D.h" #include "TStyle.h" #include "TCut.h" #include "../gedPhotonUtility.h" static const long MAXTREESIZE = 10000000000; const int nEtaCut_here = 4; const float eta_i[nEtaCut_here] = {0.0, 0.0, ...
[ "yeonjugo@gmail.com" ]
yeonjugo@gmail.com
28fce25f974df7443036631d2a9ac140070d26d0
bde464ab45a2aaf73e0931d1e57532851753bafd
/libft/get_next_line.h
756a6d9d6c72a5905904e57b01329da058514dac
[]
no_license
andrijnestor/rtv
ef2dca215aa1c62ee6712ba2a0ccae4efaa52742
71059200954f9466208440c9708532590230b34b
refs/heads/master
2021-04-06T06:34:47.124291
2018-05-09T12:56:26
2018-05-09T12:56:26
124,580,477
0
0
null
null
null
null
UTF-8
C
false
false
1,472
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* get_next_line.h :+: :+: :+: ...
[ "anestor@e2r6p7.unit.ua" ]
anestor@e2r6p7.unit.ua
598bf8b6d706d3b114eeba587af8e79bbd217a4a
664a14b0998a94c1c5f2695a66c6452aaf6c2c49
/malware_via_email/malware_0004/ia32_pe/by_hex-rays.c
fe01d5773379cde919afc41ba7c18244e3b69f0b
[]
no_license
xiaobo996/decompiler-subjects
2d8712a3ef0c031d2cf44b3e69ec8b03983cd366
d8d55ee11f095405aeb420fa982f260dd85b5831
refs/heads/master
2023-03-15T10:26:13.249349
2021-03-14T16:47:33
2021-03-14T16:47:33
null
0
0
null
null
null
null
UTF-8
C
false
false
6,243
c
/* This file was generated by the Hex-Rays decompiler. Copyright (c) 2007-2020 Hex-Rays <info@hex-rays.com> Detected compiler: Visual C++ */ #include <windows.h> #include <defs.h> //------------------------------------------------------------------------- // Function declarations // _BYTE *__usercall sub_401...
[ "i-git-stone@rf.risimo.net" ]
i-git-stone@rf.risimo.net