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
bd43fb8fb77b40443653282bf7093e574773ae11
7ab53882973649568bb24288d6e462c9c1c4379c
/Przedszkolanka/Untitled2.c
a042810eb40eb9febe7622c6051906b4b0447066
[]
no_license
daniel0609/SPOJ
76c5ef9ef2d8c700e21bac4fe0d49f81f84b11af
efb6c9224f5dbc4b602f5bbee73b38e8876fa3f9
refs/heads/master
2021-01-20T16:58:48.521796
2017-02-22T20:34:30
2017-02-22T20:34:30
82,847,685
0
0
null
null
null
null
UTF-8
C
false
false
1,001
c
#include <stdio.h> #include <stdlib.h> int euklides(int a, int b) { int c; if(a == 0 || b == 0) return 0; if(a<b) { c = a; a = b; b = c; } while(b!=0) { c=a-b; if(c>b) { a = c; } else { a...
[ "danielgrunwald@o2.pl" ]
danielgrunwald@o2.pl
fa2833fd36ddbd12c1540f68b531e9db2fe697d7
b60a17ec58f58e1febb03e92ed1d341c55a91aa9
/08.Tests/C language/task2/main.c
f3888a577e13ca8e432f278a0f541b22b3863fca
[]
no_license
viliyani/os-fmi-2019
bd97dc422d6706b20f2a38e40570a8d631f99a5d
271be3f4689590abcc658282684e59784c9231fa
refs/heads/master
2021-07-08T18:41:22.354840
2020-09-27T20:57:45
2020-09-27T20:57:45
187,259,867
0
0
null
null
null
null
UTF-8
C
false
false
1,575
c
// cut -d: -f7 /etc/passwd | sort | uniq -c | sort -n #include <stdlib.h> // Open #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> // Stat #include <unistd.h> // Errors #include <err.h> // Print #include <stdio.h> // Wait #include <sys/wait.h> // String #include <string.h> // Ints #include <stdint.h> ...
[ "viliyan7@gmail.com" ]
viliyan7@gmail.com
b191b9ae2e0f8a5d87a1aa3adb13f5b99a46fe33
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/fe2bf4f3-fa26-4e2f-8b8b-1b7402ea4720.c
53ed8f8d9a593a471feba9c5dfd0c24d63794ae8
[]
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
550
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=1; int k; int l; k = 53; l = 64; k = i%j; l = i+j; j = i-k*i; //variables //random /* START VULNERABILITY */ int a; char b[41]; char c[7]; a = 0; while (( a - 1 ) < strlen(b)) { a+...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
83f2308e7be606bd7eebd4f87a4066500e95ab87
1836e03d99fca3c63dc3e89eb67c15f28ae26590
/blefi/wifi/smartconfig.c
2c330895a957803c5fe8da695c78364fc40b225e
[]
no_license
harshitk/talafe-hub
1535b27f195164368d0508f1095b075d5c69746c
e655f38454e6ba13401de8f70f8dd0c887a1adcb
refs/heads/master
2021-01-20T10:00:55.758714
2017-05-04T22:05:16
2017-05-04T22:05:16
90,315,261
0
0
null
null
null
null
UTF-8
C
false
false
4,889
c
//***************************************************************************** // // Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/ // // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions // are me...
[ "hkachhwa@cisco.com" ]
hkachhwa@cisco.com
9773f2f8ae4bf6799704394f77e63370c9ffedb3
f1599e7328f7b7bd3695666521a4919105f717ac
/lab-10/lab-10.c
2ae68b653ffde1781c0c53c0ff290bae26851ba5
[]
no_license
Ovroogs/MDKLabs03.01
1408b29244ca8809979e36d38d61444fc54d00df
f7e335e6291b2be429404d609382b3bd337d14da
refs/heads/main
2023-01-24T15:50:33.924190
2020-12-05T23:37:23
2020-12-05T23:37:23
304,642,173
1
0
null
null
null
null
UTF-8
C
false
false
375
c
#include <lua.h> #include <lualib.h> #include <lauxlib.h> static int c_swap(lua_State *l) { double a = luaL_checknumber(l, 1), b = luaL_checknumber(l, 2); lua_pushnumber(l, b); lua_pushnumber(l, a); return 2; } static const struct luaL_Reg list[] = { {"lua_swap",c_swap}, {NULL, NULL} }; int luaopen_lab_10_l...
[ "saert.tv@gmail.com" ]
saert.tv@gmail.com
ace774ea80dbb987a6619afc0d524e1fb3f0993a
01db48950350967ae1c7b98edab18b0bd2484cde
/Infix_to_Postfix.c
196464d8f2ab99514649b08e1aecc0fd1386a89e
[]
no_license
crg8055/DS-LAB
f922348f772df8b63aa169b30aca5887d4fd1177
c08a950fcb23367220257fd3e9cbcfb114b7c640
refs/heads/master
2020-07-31T06:36:39.655496
2019-11-19T05:20:30
2019-11-19T05:20:30
210,517,742
0
0
null
null
null
null
UTF-8
C
false
false
1,577
c
#include<stdio.h> #include<string.h> #include<stdlib.h> char opstack[50]; char infix[50]; char postfix[50]; int i,j,top=0; void pop(); void push(char); int lesspriority(char,char); void main() { char ch; printf("Enter Infix Expression"); scanf("%s",infix); while((ch=infix[i++])!='\0') { switch(ch) ...
[ "noreply@github.com" ]
crg8055.noreply@github.com
fcba16825c60f8e801838c74e10a4f2f23fdcdbb
0d01ae3e278ed8a1db703e0aa44267091c9ac90a
/components/raop/dmap_parser.c
d0780ed47732131ab778d05f9482c560d4565e8b
[]
no_license
atvs1478/sq
770107f29d36dccf5fc3b87847a317bb91dc2b0e
7951c59d114b99465397b5c509801c34858b1933
refs/heads/master
2023-07-25T11:47:50.539960
2021-04-29T00:58:53
2021-04-29T00:58:53
401,451,406
1
0
null
null
null
null
UTF-8
C
false
false
24,543
c
#include "dmap_parser.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> #define DMAP_STRINGIFY_(x) #x #define DMAP_STRINGIFY(x) DMAP_STRINGIFY_(x) typedef enum { DMAP_UNKNOWN, DMAP_UINT, DMAP_INT, DMAP_STR, DMAP_DATA, DMAP_DATE, DMAP_VERS, DMAP_DICT, DMAP_ITEM } DMAP_TYPE; typ...
[ "philippe_44@outlook.com" ]
philippe_44@outlook.com
2d5f1cbeffa4c1beae5ef2745acb768cdcd96fde
78241f3f8dc320694aaa2f53a50361d9734cbbc6
/src/plugins/Analysis/p3pi_hists/selectors/Selector_p3pi.C
3b2030ad733e3d3f42e69a4be00ace8a9a2d1db5
[]
no_license
pomm/sim-recon
16c2bb9ede0401e9701eb45e5443bf12f3320be8
bf006cdff4f4ff14bbb1f4777e94b432aaaa6001
refs/heads/master
2020-12-24T16:59:48.926225
2016-04-02T04:57:22
2016-04-02T04:57:22
52,156,483
0
0
null
2016-04-02T04:57:24
2016-02-20T14:10:36
C++
UTF-8
C
false
false
24,594
c
#define Selector_p3pi_cxx // The class definition in Selector_p3pi.h has been generated automatically // by the ROOT utility TTree::MakeSelector(). This class is derived // from the ROOT class TSelector. For more information on the TSelector // framework see $ROOTSYS/README/README.SELECTOR or the ROOT User Manual. // ...
[ "pmatt@Pauls-MacBook-Pro-2.local" ]
pmatt@Pauls-MacBook-Pro-2.local
d1d4a184124ba9460427d4cd4331c9de047aa00d
1e56db59e8923310091b19c2a0995de98b901516
/nRF5_SDK_12.3.0_d7731ad/examples/peripheral/timer_test_led 30/pca10028/blank/config/sdk_config.h
fb489451bfacb1b22817809c4570ab846c595492
[]
no_license
zgzwangxin/nrf51
5a9d3815be559ab1f7918b9e2e34dbbe8e4d3ad2
2318a9abc6f9673005fa0bb71fbea5933eac6a87
refs/heads/master
2020-05-17T01:24:42.736486
2019-07-03T08:28:57
2019-07-03T08:28:57
183,424,158
0
0
null
null
null
null
UTF-8
C
false
false
16,133
h
#ifndef SDK_CONFIG_H #define SDK_CONFIG_H // <<< Use Configuration Wizard in Context Menu >>>\n #ifdef USE_APP_CONFIG #include "app_config.h" #endif // <h> nRF_Drivers //========================================================== // <e> CLOCK_ENABLED - nrf_drv_clock - CLOCK peripheral driver //======================...
[ "zgzwangxin@gmail.com" ]
zgzwangxin@gmail.com
3443663ab4461a33d3eaa0de1f3a96bed3120603
0529dde6897753e538280832100ca9cd5d40c00e
/generated/zml_wss_chapo/wifi_host_config.h
b270e8a9c0525bdf91f1578d164d9f0daf19ad71
[ "MIT" ]
permissive
joliclic/zml_wsserver
11068cd537332b08cbfdce49b0a132fb5582adf6
f81128eff1b5937a870893075b43a2a6cba3ad51
refs/heads/master
2021-09-27T22:46:10.947299
2018-11-12T12:19:43
2018-11-12T12:19:43
112,041,876
1
1
null
null
null
null
UTF-8
C
false
false
268
h
#ifndef WIFI_HOST_CONFIG_H_ #define WIFI_HOST_CONFIG_H_ #define MY_HOSTNAME "chapo" #define USE_STATIC_IP 1 #if USE_STATIC_IP IPAddress staticIP(192,168,2,20); IPAddress gateway(192,168,2,255); IPAddress subnet(255,255,255,0); #endif #endif // WIFI_HOST_CONFIG_H_
[ "joliclic@gmail.com" ]
joliclic@gmail.com
d4728bf25dd0e66ff046bd37547032f062168480
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/shell/osshell/accesory/hypertrm/tdll/recv_dlg.c
7489f1bc9d9d02eaeb8db2e293950dc273087f82
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C
false
false
10,562
c
/* File: C:\WACKER\TDLL\recv_dlg.c (Created: 27-Dec-1993) * * Copyright 1990,1994 by Hilgraeve Inc. -- Monroe, MI * All rights reserved * * $Revision: 4 $ * $Date: 5/25/99 8:55a $ */ #include <windows.h> #pragma hdrstop #include <time.h> #include "stdtyp.h" #include "mc.h" #include "hlptable.h" #include <tdll...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
ba2de8d3053e6412f1ee6d0f80579cb64a1041c8
2ce4d599527751787719a7760f54c7378810c33e
/Project106/Project106/BubbleSort.h
8e3c45638bdfe0289c2c3fc77f309f5b49cf3515
[]
no_license
AventadorSQ/C
2bf4c546372f80488bf998f6c007d4daa99f58ef
68ec83daab1f3df84caa09c31bd8109be4ad30a3
refs/heads/master
2020-03-29T19:56:25.277891
2019-06-26T15:40:05
2019-06-26T15:40:05
150,288,012
0
0
null
null
null
null
GB18030
C
false
false
240
h
#include<stdio.h> //交换两个数 void SwapNum(int* ptr1, int* ptr2); //冒泡排序 void BubbleSort(int array[], int size); //打印数组 void PrintArray(int array[],int size); //冒泡排序 void BubbleSortS(int array[], int size);
[ "2630420233@qq.com" ]
2630420233@qq.com
131c51e9f81622864b734428454743b52959ab55
f09c5dbd43dcd979706c53c1674db01fdc3022d5
/secF/TVCable.c
d84827b158a10f63b9882127681316288866433a
[]
no_license
elnazd/IPC144-S14
b70e25c7d81fbf9c852be293e304871b8a1d2cab
ad0aa8f85e00279e084c0e35b1fafb84822f9ec9
refs/heads/master
2021-01-16T18:30:19.093407
2014-08-09T06:21:37
2014-08-09T06:21:37
18,763,770
0
1
null
null
null
null
UTF-8
C
false
false
924
c
// Cable Channel // cable.c /* Design and code a program named cable.c that prompts the user for a TV station number displays the corresponding cable channel The TV-station cable-channel cross-reference list is: */ #include <stdio.h> #define SIZE 12 int findIndex(int tv[],int cable[], int t); int main(void...
[ "elnaz.delpisheh@gmail.com" ]
elnaz.delpisheh@gmail.com
43e2d456044fe1334794f1735e16bdb796a2cc51
5c74015025e40f4a74c33e44dab0ce6489f3eb18
/Array/esercizio_6_main.c
66002db989df7ffbb254e71a9ffcc5932603d92e
[]
no_license
exSnake/unisa-programmazione-strutture-dati
f7f97ea2042ce6a39f0832729dde5046f29f26c2
c2a297c39633c25f138bd8f1c2ef352d87ecfa5f
refs/heads/master
2021-04-04T23:41:06.479414
2020-04-23T22:32:12
2020-04-23T22:32:12
248,502,663
0
0
null
null
null
null
UTF-8
C
false
false
2,142
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "utility/vettore.h" #define M 20 int run_test_inserisci(char *test_name, int n, int el, int pos); int main(int argc, char *argv[]) { FILE *test_suite, *result; char tc_id[M]; int n, el, pos; if(argc < 2) { printf("Nome del fi...
[ "d.giaquinto2@studenti.unisa.it" ]
d.giaquinto2@studenti.unisa.it
987402a48cb5fde757adc48b785db029950972f7
b094c6af137fdc4c268ebf9b2d0404b1aab5b872
/pset2/readability/readabilty.c
b052cdd35413f5a665647872ca219042e9cfcfe6
[]
no_license
Levizar/CS50
ee4ba74d9504b3bd03f7b84017567fabfbfedbb7
8fb97519e90170a18bc6be5c43a30c3a58208922
refs/heads/master
2023-02-13T23:00:04.755702
2021-01-02T23:24:57
2021-01-02T23:24:57
278,886,045
0
0
null
null
null
null
UTF-8
C
false
false
4,345
c
#include <stdio.h> #include <cs50.h> #include <string.h> #include <ctype.h> #include <math.h> int test(string text) { // string text = "When he was nearly thirteen, my brother Jem got his arm badly broken at the elbow. When it healed, and Jem's fears of never being able to play football were assuaged, he was se...
[ "bartolettibrice@gmail.com" ]
bartolettibrice@gmail.com
601bb2e239643928255d81b1b0b50041ee500cb6
40de3da30239862f11a946166b50438174c2fd4e
/lib/wizards/proge/moraloth/poison.c
3b8e8bc7f0114ec00531fecefe72aec465c41679
[ "MIT" ]
permissive
vlehtola/questmud
f53b7205351f30e846110300d60b639d52d113f8
8bc3099b5ad00a9e0261faeb6637c76b521b6dbe
refs/heads/master
2020-12-23T19:59:44.886028
2020-01-30T15:52:16
2020-01-30T15:52:16
237,240,459
0
0
null
null
null
null
UTF-8
C
false
false
1,883
c
int montako; init() { add_action("drink", "drink"); montako = 0; } drink(str) { if(str == "potion") { montako = montako + 1; if(montako == 1) { write("You hesitate. It could be poisonous.\n"); } if(montako == 2) { write("You drink the little murky potion.\n"); say(call_other(t...
[ "ville.lehtola@iki.fi" ]
ville.lehtola@iki.fi
11b11934dd39fd3af523981722683da9d863ae9b
bc228924fc8b94dd21a19f8ad8e3591f6d7e5b6c
/source/_db2.c
9b428612e6854f45c7fdd06d83b9b304e42a8555
[ "MIT" ]
permissive
perg/file400
31a12d9645b733ede0a52a1a4aab2f9f27f0dee6
02aed765c9fdd20bd57497ab6223966b5c3f3d75
refs/heads/master
2020-05-29T21:03:28.302532
2019-12-20T10:04:19
2019-12-20T10:04:19
189,369,951
7
2
null
null
null
null
UTF-8
C
false
false
51,490
c
/* * _db2 Database access * *-------------------------------------------------------------------- * Copyright (c) 2010-2019 by Per Gummedal. * * per.gummedal@gmail.com * * By obtaining, using, and/or copying this software and/or its * associated documentation, you agree that you have read, understood, * and ...
[ "perg@sandviks.com" ]
perg@sandviks.com
4de0136db37e4f51b6a65c20701b930215f2fe37
94e8344ee420ae4d2eb1643e95973845f341a3d2
/gcc_4.3.0_mutants/mutant101664_calls.c
7d39f64438e6589037e22c0fd27577512d919c40
[]
no_license
agroce/compilermutants
94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3
dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991
refs/heads/master
2022-02-26T21:19:35.873618
2019-09-24T15:30:14
2019-09-24T15:30:14
207,345,370
1
0
null
null
null
null
UTF-8
C
false
false
146,647
c
/* Convert function calls to rtl insns, for GNU C compiler. Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the term...
[ "agroce@gmail.com" ]
agroce@gmail.com
cbbec41fa822511f95e7279246d66fc45d33b24e
2b2d57edc9c6b11d572ce6a11a378b2c6cbab45e
/DSK6416/CCStudio/c6000/dsk6416/include/dsk6416.h
92236a9e0e64ea11c63804d053b4bda5c33d2d42
[]
no_license
rafaelfrc/DSP_DSK6416
5c7420b888d9860be604ddae5b1b6990d62893e0
ca23527bdbc643257cd51736f40ff75a9ea5781e
refs/heads/master
2021-05-02T08:37:11.219729
2018-02-22T02:00:01
2018-02-22T02:00:01
120,807,118
0
0
null
null
null
null
UTF-8
C
false
false
1,611
h
/* * Copyright 2003 by Spectrum Digital Incorporated. * All rights reserved. Property of Spectrum Digital Incorporated. */ /* * ======== dsk6416.h ======== * * This files contains DSK6416 board specific I/O registers * define for the CPLD. */ #ifndef DSK6416_ #define DSK6416_ #ifdef __cplusplus extern "...
[ "rafaelfrc@users.noreply.github.com" ]
rafaelfrc@users.noreply.github.com
bacaec9dd720ce5aa98de667bb7a1398e1f8c098
65f9576021285bc1f9e52cc21e2d49547ba77376
/LINUX/android/vendor/qcom/proprietary/vpp/lib/utils/inc/vpp_utils.h
78233353a4abb88109b4d7c65166b175cb730922
[]
no_license
AVCHD/qcs605_root_qcom
183d7a16e2f9fddc9df94df9532cbce661fbf6eb
44af08aa9a60c6ca724c8d7abf04af54d4136ccb
refs/heads/main
2023-03-18T21:54:11.234776
2021-02-26T11:03:59
2021-02-26T11:03:59
null
0
0
null
null
null
null
UTF-8
C
false
false
3,468
h
/*! * @file vpp_utils.h * * @cr * Copyright (c) 2015-2017 Qualcomm Technologies, Inc. * All Rights Reserved. * Confidential and Proprietary - Qualcomm Technologies, Inc. * @services */ #ifndef _VPP_UTILS_H_ #define _VPP_UTILS_H_ #ifdef __cplusplus extern "C" { #endif #include <sys/time.h> #include <fcntl.h> ...
[ "jagadeshkumar.s@pathpartnertech.com" ]
jagadeshkumar.s@pathpartnertech.com
f7ec258d59f7745b07f7fb42a6d2e92e757272c2
1538a48785490fbeb0d08d25891e97b63e40a1d9
/C Language/boy_or_girl_236A.c
3caa9b9f885811e276646564761973327278bb51
[]
no_license
shivamkmr335/Competitive-Coding
8cc35d8b6f467fe9d57d9f88741998fe247c40c8
a961b355e21ae95a63be7f552f2548df25f53900
refs/heads/master
2022-11-21T01:51:02.426001
2020-07-23T17:33:18
2020-07-23T17:33:18
282,012,750
0
0
null
null
null
null
UTF-8
C
false
false
361
c
#include<stdio.h> main() { char c[100]; scanf("%s",&c); int i,j,k,l,count=0; i=strlen(c); for(j=1;j<i;j++) { for(k=(j-1);k>=0;k--) { if(c[j]==c[k]) count++; } } l=i-count; printf("%d\n",l); if(l%2==0) printf("CHAT WITH HER!"...
[ "shivam.rai_cs18@gla.ac.in" ]
shivam.rai_cs18@gla.ac.in
9b375301bd829c903414323d92fab86fe62b7bef
a7bfd64667b64fb71f74ec93195bdb9548beb56e
/cst-407/lab-02/usec.h
fb3dbc2522e0ed89b8bbe2f5ecf002b4605aea29
[]
no_license
rowankp/senior-gauntlet
fc6527bb43e3a0bf7292ae64e44f408b50f0301b
abdffcb21657c5044cd9b2def221b7a3fdbc38f5
refs/heads/master
2023-04-18T23:55:19.559657
2021-05-06T18:37:29
2021-05-06T18:37:29
null
0
0
null
null
null
null
UTF-8
C
false
false
487
h
#pragma once //********************************************************* // Declare a function to get a timestamp in microseconds // // Author: Phil Howard #include <stdint.h> // time in microseconds // NOTE: It takes longer to compute the usecs time, so should use nsecs int64_t usecs(); // time in nanoseconds int64_...
[ "rowan.parker@oit.edu" ]
rowan.parker@oit.edu
2254a36b3c7b7e7676b4fbe27820082a0660ab0d
157fd7fe5e541c8ef7559b212078eb7a6dbf51c6
/TRiAS/Global Includes/TRiAS Includes/IDL/Collection.h
c161443b55cd369dea888fa8ef086e8d22a3d556
[]
no_license
15831944/TRiAS
d2bab6fd129a86fc2f06f2103d8bcd08237c49af
840946b85dcefb34efc219446240e21f51d2c60d
refs/heads/master
2020-09-05T05:56:39.624150
2012-11-11T02:24:49
2012-11-11T02:24:49
null
0
0
null
null
null
null
UTF-8
C
false
false
16,265
h
/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 6.00.0361 */ /* at Tue Dec 17 20:14:55 2002 */ /* Compiler settings for Collection.idl: Oicf, W1, Zp8, env=Win32 (32b run) protocol : dce , ms_ext, c_ext, robust error check...
[ "Windows Live ID\\hkaiser@cct.lsu.edu" ]
Windows Live ID\hkaiser@cct.lsu.edu
283cf453d8c7b27faa05cfd24cfb3bf995880e9f
654f21d6e7516b51322cb085cc6c3d6c1568e64f
/之前备份/12.595级联20仿真/595级联20(仿真程序)/uart.c
d7acfec25c09be998c29d27143b25f80f562e032
[]
no_license
mcutree/Project-update-weekly
5c6b103f97603883694218213dc6786ded0234f4
6cf5e9671da0ca8884fb7c13d95811ac50209d65
refs/heads/master
2022-07-03T05:00:12.458062
2022-05-31T02:56:13
2022-05-31T02:56:13
178,375,611
146
56
null
null
null
null
GB18030
C
false
false
1,698
c
#include "uart.h" void Uart1Init(void) //115200bps@22.1184MHz { SCON = 0x50; //8位数据,可变波特率 AUXR |= 0x40; //1T模式 AUXR &= 0xFE; //选择定时器1为波特率发生器 TMOD &= 0x0F; //设定定时器1为16位自动重载 TL1 = 0xD0; //设定定时器初值 TH1 = 0xFF; //设定定时器初值 ET1 = 0; //禁止定时器1中断 TR1 = 1; //启动定时器1 ES = 1; //使能串口1中断 } void Uart2Init(v...
[ "35712960+lpzxxsp@users.noreply.github.com" ]
35712960+lpzxxsp@users.noreply.github.com
a3e63a3b7236480407baca666083b52147a36f19
21a66613cc7121e8527389fcef0e246b3dc7b382
/C/02 Pro/12 TDA Cola/03 Cola circular/main.c
ac41b0393c6f755db3ce4bb3d8988d2320e2d7d3
[]
no_license
BarreraSlzr/Aprendiendo
5e6efd535c636f53ca12e216bbc00742d41083e3
e1b1032be30df797d4ae46705bc8df6d2e0f820a
refs/heads/master
2021-07-14T07:54:03.861703
2017-10-18T18:17:32
2017-10-18T18:17:32
107,445,286
0
0
null
null
null
null
UTF-8
C
false
false
1,676
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "Operaciones_de_Colas.h" #include "util.h" void imprime(TipoElemento* x); int main() { const int TOTAL_A_ENCOLAR=10; const int PRIMERO_EN_ENCOLAR=5; Cola cola; Persona x,y,z,v; Persona* u; char nombre[TAMANO_NOM...
[ "barreraslzr@gmail.com" ]
barreraslzr@gmail.com
38ea36cd6b14a133bd3177dd7d93c764c71c2b67
a1446c3f95df2dfe097a9bd6b463767b00f18140
/usr.sbin/afs/src/appl/perf/afsfsperf.c
23c28c425269e1443be12dd2e21f5493752c2ea5
[]
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
ISO-8859-1
C
false
false
21,044
c
/* * Copyright (c) 1999 - 2003 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * 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...
[ "cludwig@net.t-labs.tu-berlin.de" ]
cludwig@net.t-labs.tu-berlin.de
ed44b6a9ad46b77a1785d5ee46258c26f322b39b
ca75f7099b93d8083d5b2e9c6db2e8821e63f83b
/z2/part1/jm/random/550515713.c
3360e4308057390bc63349d3a9ed233e224b3401
[ "MIT" ]
permissive
kozakusek/ipp-2020-testy
210ed201eaea3c86933266bd57ee284c9fbc1b96
09aa008fa53d159672cc7cbf969a6b237e15a7b8
refs/heads/master
2022-10-04T18:55:37.875713
2020-06-09T21:15:37
2020-06-09T21:15:37
262,290,632
0
0
MIT
2020-06-09T21:15:38
2020-05-08T10:10:47
C
UTF-8
C
false
false
7,259
c
#include <stdint.h> #include <stdlib.h> #include <assert.h> #include <stdio.h> #include "gamma.h" #include <stdbool.h> #include <string.h> int main() { /* scenario: test_random_actions uuid: 550515713 */ /* random actions, total chaos */ gamma_t* board = gamma_new(7, 6, 7, 7); assert( board != NULL ); assert( gamm...
[ "jakub@molinski.dev" ]
jakub@molinski.dev
276a3a1e898a22d8c2eb9379700edfebb4ec41de
8b0231925099f101f21b12df18d1b3c42097343f
/1.1/src/c/cz/mg/vulkan/PFN_vkGetPhysicalDeviceSurfaceCapabilities2EXT.c
bd96ad4f3aed8692335daa12b41367690ff251c3
[ "BSD-3-Clause" ]
permissive
Gekoncze/MgVulkan
95e414b9dd321c05fd3eb2829f0701d7d2501bfe
2d2ebc0d3df6640d1f18cff32e9782542b0a441e
refs/heads/master
2020-04-25T15:23:34.178634
2019-05-07T21:01:24
2019-05-07T21:01:24
172,877,300
0
0
null
null
null
null
UTF-8
C
false
false
894
c
#include <jni.h> #include <stdlib.h> #include <string.h> #include <vulkan/vulkan.h> jlong jniPointerToLong(const void* p); void* jniLongToPointer(jlong l); jlong jniFunctionPointerToLong(PFN_vkVoidFunction p); PFN_vkVoidFunction jniLongToFunctionPointer(jlong l); void jniThrowException(JNIEnv* env, const char* message...
[ "DTother@seznam.cz" ]
DTother@seznam.cz
ceec5dda8274bdb233661974610de55fa7bec96f
65d2f8ffa3229ddcf1566556cf7a7f7cbe74f73b
/HW08_LC3 Simulator/LC4.h
116bf127486b3e4907574c81573489a938e4a593
[]
no_license
ischrof5/CIS240
2b8190f29356333afa4d956bfc281240b30e5427
3d02bb636e400e99fb9c463951f9e293e1c2cd83
refs/heads/master
2020-04-06T07:32:33.086995
2015-01-14T05:54:23
2015-01-14T05:54:23
null
0
0
null
null
null
null
UTF-8
C
false
false
2,285
h
/* * LC4.h */ typedef struct { // PC the current value of the Program Counter register unsigned short int PC; // PSR : Processor Status Register, bit[0] = P, bit[1] = Z, bit[2] = N, bit[15] = privilege bit unsigned short int PSR; // Machine registers - all 8 unsigned short int R[8]; // Machine memo...
[ "mccannd@seas.upenn.edu" ]
mccannd@seas.upenn.edu
9e9605c407127c7957d545e02f7a166ad89aee1a
6a41cc270ce29f064b41054cd61e73ca0e18ef3c
/riscv-isa-sim/rvc/insns/c_and3.h
b506d6a4155577b9ad1c2a5efbd5f2c3f50438f1
[ "LicenseRef-scancode-bsd-3-clause-jtag", "Apache-2.0" ]
permissive
masc-ucsc/cmpe220fall16
c9ed6e6fb2072486f84fd5ac0705994656de701c
9c1f3e672460ccdd6492809a36fdab5d446f0d43
refs/heads/master
2021-01-18T20:00:55.987863
2017-10-08T16:07:59
2017-10-08T16:07:59
69,027,399
10
5
null
2016-10-12T21:02:48
2016-09-23T13:30:23
Verilog
UTF-8
C
false
false
36
h
require_rvc; CRDS = CRS1S & CRS2BS;
[ "srad@ucsc.edu" ]
srad@ucsc.edu
580d4646136524b536f3e87e3348ee91cf93e6d0
1fcb9a511e4c988e24de71d2da3f6afd9b4ab027
/Sieci_komputerowe_obsluga_pakietow/traceroute/traceroute.c
b54b99b3246e7246fd9bdc1e8a17d96dea96f0eb
[ "MIT" ]
permissive
kkulczak/University_Projects
b03e6265794f145a76a66306a3740dc74bebeb9b
bcaf8bd5695cd3809dfd53a922936a64daf51fec
refs/heads/master
2021-09-07T07:54:01.230008
2018-02-19T18:27:27
2018-02-19T18:27:27
null
0
0
null
null
null
null
UTF-8
C
false
false
1,160
c
// Kacper Kulczak 279079 #include "utils.h" #include "icmp_receive.h" #include "icmp_sending.h" #include <sys/types.h> #include <unistd.h> int my_PID; int main(int args, char* argv[]) { if(args != 2) { printf("Wrong amount of arguments\nCorrect usage: ./traceroute ip_adress\n"); return 1; } if( isVal...
[ "kulczakkacper@gmail.com" ]
kulczakkacper@gmail.com
cb624874ef2dba3c641ef4f81835d98f09ba1382
cced65a21d5d99399a8fe216a36f3f5a613fa976
/openbor/source/gamelib/packfile.c
b284edbccf2fe757fca233bd7866986e3731e161
[]
no_license
JackD83/gh_retrogame_emulator
b347a047bf3e36e08fced2af58e14b14aafc8b5d
a8f11b7658cb897d345350868b93cba0bbfdcf2a
refs/heads/master
2021-04-29T00:46:50.746947
2018-02-15T05:49:57
2018-02-15T05:49:57
121,837,122
1
2
null
2018-02-17T07:47:34
2018-02-17T07:47:34
null
UTF-8
C
false
false
34,659
c
/* * OpenBOR - http://www.chronocrash.com * ----------------------------------------------------------------------- * All rights reserved, see LICENSE in OpenBOR root for details. * * Copyright (c) 2004 - 2014 OpenBOR Team */ /* Code to read files from packfiles. ============= Format description (a bit crypti...
[ "g9313716@yuntech.edu.tw" ]
g9313716@yuntech.edu.tw
4388ceac1350259b5b02253e1b862fd29766852e
e4f892c0446993725d5cdeef7079a59bfc6e0b12
/C/DecimalToBinary_LollaSravani.c
e2aecab95554bba1aba215b5a5f6db5f8929cdfb
[]
no_license
prtk07/Programming
89365184af2e912447ab88024ad3bfb4384c3149
683aeac64a491bbe149591954a8e9612a8f07024
refs/heads/master
2023-08-26T09:04:16.418084
2021-10-30T13:54:08
2021-10-30T13:54:08
421,513,688
0
0
null
null
null
null
UTF-8
C
false
false
438
c
#include<stdio.h> int main(){ int binary[10], number, iter; printf("Enter a decimal number: "); scanf("%d" , &number); iter = 0; while(number > 0) { binary[iter] = number % 2; number = number / 2; iter++; } printf("\nBinary: ...
[ "noreply@github.com" ]
prtk07.noreply@github.com
8a13b57b099a91216eb1e809ba0dcce184aebda8
e7c3324f86521d8e2562c0710286b0b9bd779d10
/CMakeProject6/CMakeProject6/Task1/Task1.c
9267b79549349720e6d03acedf12549dc53238df
[]
no_license
SangrealSoave/Tabiev-A.A.-uchpraktika
5443b72d23a7bcb9710a21c8403d0e0ff2c2eefc
d9b28097b46881dd8cc0d27ecbd5fd2ffff5f6d1
refs/heads/master
2020-05-23T12:49:04.643159
2019-05-15T13:10:55
2019-05-15T13:10:55
186,765,693
0
0
null
null
null
null
UTF-8
C
false
false
5,248
c
#include < stdio.h > #include < string.h > #include < math.h > enum Zachet { Zachet=5,Nezachet=2 }; enum Ekzamen { Neud = 2, Udv = 3, Hor = 4, Otl = 5 }; struct Person { char firstName[20]; char lastName[20]; char patronymic[20]; char number[10]; int sem; }; enum zachet z = Zachet; enum zachet n ...
[ "noreply@github.com" ]
SangrealSoave.noreply@github.com
f323fe633c518489ab738cd0da6bad8360d937fa
72bc34779d316287e138f8aa38cb8b19bb78be9c
/libft/ft_strnew.c
2cd5695ebd1139e0a220375b5de6925bc5fed5ed
[]
no_license
spurstp9/push_swap
d4d947f51daf5d3a9748fb35817d7d3dfaf685c5
ac66562d07789f5c9996e30664e5a7ee1dbbaf45
refs/heads/master
2021-02-05T05:16:28.261929
2020-05-15T11:53:54
2020-05-15T11:53:54
243,748,407
0
0
null
null
null
null
UTF-8
C
false
false
1,112
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strnew.c :+: :+: :+: ...
[ "agardina@e3r7p3.42.fr" ]
agardina@e3r7p3.42.fr
91a63a83cccfd33e04eac58fc3622c9c5353c0c5
57091f6b809027a73ab49ecf4931153c93701d6a
/linux/0a4389a1b9d1c1cefdc99ad2b0206da11cb9ae72.c
553f6899bbb7cc7680d2d9df3e8a9173b64c845d
[ "Apache-2.0" ]
permissive
dvyukov/syzkaller-repros
660997cfa055d79a552bb9ebeda90b48e1599df3
026c8891a19e672bba71481be250080e1a302ed8
refs/heads/master
2022-06-01T18:03:25.480964
2022-05-16T07:36:42
2022-05-16T07:39:01
213,603,012
39
11
Apache-2.0
2022-05-16T07:39:02
2019-10-08T09:36:27
C
UTF-8
C
false
false
4,091
c
// WARNING in tcp_mark_head_lost // https://syzkaller.appspot.com/bug?id=0a4389a1b9d1c1cefdc99ad2b0206da11cb9ae72 // status:fixed // autogenerated by syzkaller (http://github.com/google/syzkaller) #define _GNU_SOURCE #include <endian.h> #include <stdint.h> #include <string.h> #include <sys/syscall.h> #include <unistd....
[ "dvyukov@google.com" ]
dvyukov@google.com
062925aef8ed8a98e4e35857eccec632b5683704
53486ac6bdf282a4d9686e4001b1d4f106c0b3e4
/srcs/ft_memcmp.c
a19d14aac7e4d580cca0284750a45c1d00d02315
[]
no_license
odnaks/Libft
83daad9c383a0a4e57d917a2a1375f29cdb21d57
97e457ce6aa4442798f1f72400470031dbdf6687
refs/heads/master
2020-04-22T23:59:16.808116
2019-02-17T09:52:12
2019-02-17T09:52:12
170,761,551
0
0
null
null
null
null
UTF-8
C
false
false
1,135
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memcmp.c :+: :+: :+: ...
[ "drestles@e2r10p1.21-school.ru" ]
drestles@e2r10p1.21-school.ru
dfec5289a657492bfeb2addf7d35528470f2c714
e3cf776caff463fe3cbf872d416fb41493975203
/AOC_ID08_20170731_checksum/PanelM236HGEL20_Init.h
bc17bf211507ff61e78763be093eb44cc478a9c2
[]
no_license
JRYwangcong/SourceCode
a468f1f512da823f2c1de000b9b9184160689827
29167dd030e60e36076537539381aa5ccfbf0a62
refs/heads/master
2021-01-02T09:16:57.125646
2017-08-05T07:37:04
2017-08-05T07:37:04
99,177,703
0
0
null
null
null
null
UTF-8
C
false
false
3,567
h
#ifndef _PANELM236HGEL20_INIT_H_ #define _PANELM236HGEL20_INIT_H_ #define PanelName _M,_2,_3,_6,_H,_G,_E,_L,_2,_0 #define PanelTTL 0 #define PanelTCON 0 #define PanelLVDS 0xff #define PanelRSDS 0 #define PanelminiLVDS 0 #define _PanelColorDepth bPanelColorDepth #define...
[ "wang@163.com" ]
wang@163.com
fbe94b20f6dc4c9e8f8b68c671d7675fd856e6e4
a7168a3b42681f188c5409e5dac712fa7fca1d0b
/eqtb.h
441456275cafbf2bbe82f483ec73bdb26fa0ee43
[]
no_license
TeX-host/tex-in-c
59aaee5553ff51f9ff33f86610212ca4e70eeb2c
a8ca0fce6d4ebf47c23952905abf47061542cfee
refs/heads/master
2023-06-18T02:03:53.956918
2021-07-16T16:29:14
2021-07-16T16:29:14
254,428,220
1
0
null
2020-04-29T05:53:00
2020-04-09T16:47:54
C
UTF-8
C
false
false
24,154
h
#pragma once #ifndef INC_EQTB_H // #define INC_EQTB_H #include "global.h" // [const] UMAXOF, static_assert #include "tex_constant.h" // [const] SAVE_SIZE, FONT_BASE, HASH_SIZE, MIN_QUARTER_WORD, MAX_QUARTER_WORD // [enum] CatCode /** @addtogroup S220x255_P81x101 * @{ */ /** [p82#222] [region 1] eqtb[ACTIVE_B...
[ "inkydragon@users.noreply.github.com" ]
inkydragon@users.noreply.github.com
40541f7b72e15d2894fa3480f01d29e861f36890
502df1649667ff5a416b1af2fea80423e103069a
/file.h
135e821edd15b937d6822f03a01da34381097ccc
[]
no_license
skarl86/gostop_c
07c185307e55fa1390177cde9ea5cb948e6d245c
65abfd003ed4e7298076da4550ff2dfa6087ce2d
refs/heads/master
2021-01-22T09:26:27.390900
2014-12-11T08:38:29
2014-12-11T08:38:29
null
0
0
null
null
null
null
UTF-8
C
false
false
471
h
/* * file.h * * Created on: 2014. 12. 6. * Author: NCri */ #ifndef _FILE_H_ #define _FILE_H_ extern void save(P_HWATOO pilehead, P_HWATOO ahead, P_HWATOO bhead, P_HWATOO chead, P_HWATOO paehead, player_info *aplayer, player_info *bplayer, player_info *cplayer); extern void load(P_HWATOO pilehead, P_HWATO...
[ "beohemian@gmail.com" ]
beohemian@gmail.com
beaf79ca4e4e1c4298380beb170396b5ded9acb2
7ab259baaad1a34a4c285d238940cae7eac81a41
/Exam00/2-0-maff_alpha/maff_alpha.c
7752b07fdad765d1098f64152d99351715658387
[]
no_license
JMDTol/piscine_42sp
a7a9b643ac33f4541fe79429131d6ec2a45a3b00
2a173446cae3d4d724a6a07c17ddec9c6043f0f3
refs/heads/master
2023-03-16T05:09:30.188135
2020-01-07T04:32:04
2020-01-07T04:32:04
null
0
0
null
null
null
null
UTF-8
C
false
false
1,306
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* maff_alpha.c :+: :+: :+: ...
[ "lucasagallo@gmail.com" ]
lucasagallo@gmail.com
fc300cbbdcb152f48c1bb204d966fe07185ff058
ee73fdcceb1094108c0a9e209535d7915e2e33b3
/GreenDemonstrator/src/OBU/Generated_Code/KCG-ERSA/GP_Correct_StartSection_TA_Gradient_new.h
fc04757600b6983b65f46fd0bbc4c2d5b63bf4e0
[]
no_license
stefan-karg/srcAndBinary
d912b03c44d75b807dc4f9b67938dde73dd52ccf
5e0a11c72a20ca8c1386c55d0cd3e4c7463fb600
refs/heads/master
2020-12-31T03:36:26.071772
2015-12-07T14:57:47
2015-12-07T15:00:53
47,557,434
0
0
null
2015-12-07T14:36:45
2015-12-07T14:36:45
null
UTF-8
C
false
false
1,256
h
/* $**************** KCG Version 6.4 (build i21) **************** ** Command: kcg64.exe -config R:/Repositories/modeling/model/Scade/System/OBU_PreIntegrations/Demonstrators/ERSA_EVC_Testrunner/config.txt ** Generation date: 2015-12-02T15:32:26 *************************************************************$ */ #ifndef _...
[ "info@stefankarg-it.de" ]
info@stefankarg-it.de
515dc5c5fa5acd493fef3ee130d4dd08d8388310
133cc9823e82e2658501c93bd5a370d3d4c3fe59
/SRCS/menu/play_event.c
1a653bbca73d979afbefeb710ddba202514fba3f
[]
no_license
dlartigu/Doom-Nukem-42
431f74c509d3766866d97ba5edd2251813405fec
21de4c2ffcd499da8a65cc1f27c4bf1cdfc6adb3
refs/heads/main
2023-01-20T05:54:13.734755
2020-11-28T12:13:39
2020-11-28T12:13:39
315,270,328
3
1
null
null
null
null
UTF-8
C
false
false
2,005
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* play_event.c :+: :+: :+: ...
[ "dlartigu@MacBook-Pro-de-Neo.local" ]
dlartigu@MacBook-Pro-de-Neo.local
b02a65fee711899c3a793a6c0572c97a9cb9291c
f662a916214f3e18bfd90f760a73d3c82868acfd
/master-K60/PhysiologicalTests/src/Sources/H/Component_H/calculation.h
cc2e656028a6165d02328146bf7922dedf4d01c0
[]
no_license
zxj7b80/PhysiologicalTests
7ff5d4e7c2c857603c76108427ff0bc96fa9b9e7
661f9a629af62e8861ff09a55821c50845dfb78f
refs/heads/master
2021-01-18T17:41:55.755595
2017-08-16T13:43:05
2017-08-16T13:43:05
100,493,701
0
0
null
null
null
null
UTF-8
C
false
false
572
h
#ifndef calculation_H #define calculation_H //#define TRUE 1 #define SI_SetVal() PORTE_PCR0 = 1 #define SI_ClrVal() PORTE_PCR0 = 0 #define CLK_SetVal() PORTE_PCR1 = 1 #define CLK_ClrVal() PORTE_PCR1 = 0 void StartIntegration(void); void ImageCapture(unsigned char * ImageData); void SendHex(unsign...
[ "2528100705@qq.com" ]
2528100705@qq.com
e512d1fe5aee5742786c9c42448838d98f1140d7
9a7839a6610afd616785249c1b31ad77e91dccd0
/pstree.c
ba5afe6177684ab8de4e95ad4db248c33bcf2d27
[]
no_license
kloblic/MyPagemap
caf750a0b9246ec5b50d005e835ca5f5b0ad77d9
045462e9976ddd80dcb37a099c60515dfd35b99c
refs/heads/master
2021-01-19T08:10:57.430756
2015-06-08T15:47:39
2015-06-08T15:47:39
37,076,497
0
0
null
null
null
null
UTF-8
C
false
false
3,489
c
#include "pstree.h" int my_getpid(char *str){ int len=strlen(str); char num[10]; int i,j,ret; if(strncmp(str,"Pid",3)==0){ //printf("%s",str); for(i=0;i<len;i++){ if(str[i]>='0'&&str[i]<='9') break; } //printf("len=%d,i=%d\n",len,i); fo...
[ "462679107@qq.com" ]
462679107@qq.com
58fecf6de7ed3da75d9df581119ba42adfa818f1
057fc0523fbc3c3e88a0cecd739eff37b23f113d
/src/av1/common/entropymode.h
450b1a274460552717dc7fa1feea5d1441f18267
[ "BSD-2-Clause" ]
permissive
smarter/rav1e
2dd84c5d5277f3379b6cd928c2d80c89abd39f81
c92e443b389fc388a96e0e9085c1484d7f1b292a
refs/heads/master
2021-05-14T23:42:41.272312
2017-09-24T08:15:05
2017-09-24T08:15:05
104,636,496
0
0
null
2017-09-24T10:40:26
2017-09-24T10:40:26
null
UTF-8
C
false
false
23,340
h
/* * Copyright (c) 2016, Alliance for Open Media. All rights reserved * * This source code is subject to the terms of the BSD 2 Clause License and * the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License * was not distributed with this source code in the LICENSE file, you can * obtain it at w...
[ "tdaede@xiph.org" ]
tdaede@xiph.org
72c252b8612fd45ddfb8cc807fc0752ddd04e1b1
d5589d9fbc5a1e3989ed3740b0bcc22a20da2de0
/mqtt-client/mqttclient.c
6ad03b759b1c9f5e834b3f7899c908af4c6695ef
[]
no_license
gyanranjanh/Prototype-IOT-solution-to-externalize-sensor-based-platform-services-to-the-cloud
5efe57f8f67ed68344f3323922790c8d8df219fc
fd24d25df30b2a6a9068306ba9a35159a2ef987b
refs/heads/master
2021-05-02T05:34:03.355763
2016-12-20T23:38:45
2016-12-20T23:38:45
76,999,384
1
2
null
null
null
null
UTF-8
C
false
false
4,760
c
#include "mqttypes.h" #include "mqttclient.h" #include "mqttcliapi.h" mqttContext_t mqttCtx = {0}; static void config_addr_setting(udpContext_t *udpContext, uint16_t port, uint8_t *addr) { /*Configure settings in address struct*/ #ifdef __linux__ ud...
[ "gyanranjanh@gmail.com" ]
gyanranjanh@gmail.com
fda928425f7a24cf247f1292703dc50e00438e31
889f431573a3d20d4d0d503fb56ad1d2ac8a9658
/networking/remove_zombie.c
d79367d66fbde9c4dc6685429d985b5b360ac867
[]
no_license
tianlang724/network
ed021f384c83dc1582f6fb875841dd55c9a286b4
fd5792ca0134624190d81be8492f6ceee75e7489
refs/heads/master
2020-02-26T13:56:36.520118
2016-07-03T07:38:57
2016-07-03T07:38:57
62,486,488
0
0
null
null
null
null
UTF-8
C
false
false
833
c
#include<stdio.h> #include<unistd.h> #include<stdlib.h> #include<signal.h> #include<sys/wait.h> void read_childproc(int sig) { int status; pid_t pid=waitpid(-1,&status,WNOHANG); if(WIFEXITED(status)) { printf("Remove proc id %d\n",pid); printf("child send: %d\n",WEXITSTATUS(status)); } } int main(int argc,cha...
[ "tianlang724" ]
tianlang724
cb94745c75ff148e5387031fe75058b776f70da1
42851ca56d166903491e2122b2ffb9cc8804310b
/Projects/STM32F769I-Discovery/Examples/JPEG/JPEG_DecodingUsingFs_DMA/Src/system_stm32f7xx.c
759d8c1ac6a0bbcb8b2525cd33915ced8366e9ad
[]
no_license
SSSnow/STM32Cube_FW_F7_V1.5.0
d1495e5cdfb4716460e284cc1d830586a3926402
3d7a72da5deda5f01adb769d86cc5febd3a3e3f9
refs/heads/master
2021-01-23T02:15:18.139576
2016-12-08T16:59:42
2016-12-08T16:59:42
85,972,444
1
0
null
2017-03-23T16:30:21
2017-03-23T16:30:21
null
UTF-8
C
false
false
15,182
c
/** ****************************************************************************** * @file system_stm32f7xx.c * @author MCD Application Team * @version V1.1.0 * @date 23-September-2016 * @brief CMSIS Cortex-M7 Device Peripheral Access Layer System Source File. * * This file provides ...
[ "hello.kychu@gmail.com" ]
hello.kychu@gmail.com
3fc4d86f9df8a6be3bd08563e1870da96ac9f89e
4c2982c5dc8752e640a6375a323b39cd49eeafba
/57.c
1ab6b96df5d4e1417064863236891683a89e07e9
[]
no_license
meetusadadiya/pps-practicals
3c1909a8736b260e0c806c4116fcf34b91859756
2980fad47a156b84642a1e28ba2ee90bc1bf4cb6
refs/heads/master
2021-01-01T12:16:20.544411
2020-03-03T21:21:07
2020-03-03T21:21:07
239,275,289
0
0
null
null
null
null
UTF-8
C
false
false
300
c
// 57. Write a program to access elements using pointer. #include <stdio.h> int main(void) { int a[10] = {2, 4, 6, 7, 8, 9, 1, 2, 3, 4}; int *p, i = 0; p = &a[0]; while (i < 10) { printf("\n Position : %d Value : %d", i + 1, *(p + i)); i++; } return 0; }
[ "meet123.usadadiya@gmail.com" ]
meet123.usadadiya@gmail.com
8f627f6d8d28624d011c7ba73d207f093fdae53b
a33435da3691eea769d9777b14b1f1217fba86d7
/platform/ios/capture/3dparty/videoInput/Include/DShow/mixerocx.h
277e7e7db8069deeb5a790c3eaf570fb464a07ea
[]
no_license
noughts/CameraExtension
3a8e752a4ec75755f7f5c9b73f4e3a8fda1bec55
123ff232c61e291731b6752971008450a67eb7da
refs/heads/master
2021-01-22T14:38:44.227370
2013-01-29T15:04:39
2013-01-29T15:04:53
null
0
0
null
null
null
null
UTF-8
C
false
false
13,731
h
#pragma warning( disable: 4049 ) /* more than 64k source lines */ /* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 6.00.0357 */ /* Compiler settings for mixerocx.idl: Oicf, W1, Zp8, env=Win32 (32b run) protocol : dce , ms_ext, c...
[ "noughts@gmail.com" ]
noughts@gmail.com
010def0eacff0cfe6e355d01bf6d0140ef1973f7
3b8fb6bcdb0c238481d2135f08eb31d917d281ac
/every_data_subject/replace_space.c
90dac41dab56421e0ededff6b8868995a290d692
[]
no_license
sandmn/point_offer
49366f7ede5d37d13dab77a23ee8db80c5a8edf7
4fc8ffd5d2c3813dad8d52b439b17855ed638b57
refs/heads/master
2020-03-15T00:15:43.295462
2018-09-05T16:16:03
2018-09-05T16:16:03
131,863,797
0
0
null
null
null
null
UTF-8
C
false
false
1,090
c
#include<stdio.h> #include<string.h> void Replacement(char* iniString, int length) { if (iniString == NULL || length <= 0) { //非法输入 return; } //首先统计字符串中的空格个数 int spacenum = 0; int i = 0; for (i = 0; i < length; i++) { if (iniString[i] == ' ') { ...
[ "1424193282@qq.com" ]
1424193282@qq.com
a52e29070056c6fe0a962470400015a089ec7ed3
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/9999bfb9-b884-40e4-8448-79dee6bcb868.c
f2ae65be91277b31e1b42db382f4e44ef0ad3a5a
[]
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
582
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=12; int k; int l; j = 533; l = 64; k = i/j; l = i/j; l = j/j; l = k%j; l = k-j; k = k-k*i; //variables /* START VULNERABILITY */ int a; long b[35]; long c[92]; a = 0; while (( a - 1 )...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
5c4cef2821b855cb6b9e7e93162f912838831927
80c876cd759d0c3deeb30d0887f859a3a474a5ec
/memory/zero_alloc/05_simple_goto.c
afa9ec360b1ac0482ea029584e61ffb9ddfc5636
[ "MIT" ]
permissive
JMoerman/JM2018TS
4eb4aab0a71abe7e494ce3aa194a2d439957e79f
27be5a577bacf8d547a27b1d5d254adff7c4df7d
refs/heads/master
2021-07-06T06:04:29.299928
2020-07-27T15:06:40
2020-07-27T15:06:40
138,467,580
9
6
MIT
2020-07-27T15:00:23
2018-06-24T08:58:25
C
UTF-8
C
false
false
622
c
#include <stdio.h> #include <stdlib.h> #include "zero_alloc.h" void zero_alloc_goto(int x) { int* data; size_t size = sizeof(int); int i = 0; #ifdef CATCH_BAD_PARAM if(x > 0) { return; } #endif GOTO_LABEL: if(i <= x) { data = malloc(size); if(data) { *data ...
[ "jonathanmoerman@gmail.com" ]
jonathanmoerman@gmail.com
5905ca02c4f8a9d8006ecdea4f44b4c138e45a04
5630b0a520e395b1224d80a04309ed9991a2ccbe
/getGemXCode/Classes/Native/mscorlib_System_Collections_Generic_Dictionary_2_ValueCollec_15.h
4cbc7bd82839753d60a0915206950bba696faefe
[]
no_license
WwinW/getGem
f762b538f9387a0e3adaacc2b55ac34e0dfb12df
5b3cede71b7c50ffedf3a87f51003cb35db9b774
refs/heads/master
2018-12-29T19:25:51.948800
2015-12-07T03:16:48
2015-12-07T03:16:48
34,213,973
1
0
null
null
null
null
UTF-8
C
false
false
609
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_ValueType.h" #include "mscorlib_System_Collections_Generic_Dictionary_2_Enumerator__10.h" // System.Collections.Generic.Dictionary`2/ValueCollection/Enumer...
[ "wei8224_2006@126.com" ]
wei8224_2006@126.com
97a992e0d96525a45512718f1ddbe2776559ca06
5925a75c44f06f850ba5d0b3c2c8569f2859ab49
/src/dynarec/dynarec_arm_660f.c
c8bc5444c1f4d65548b0106cd862e042ea026a25
[]
permissive
LongJohnCoder/box86
20d2b83510ff4ea66ef6da4882651120e36b51a1
a62a9f6c7522507a8ca15c366812424654b20da1
refs/heads/master
2021-07-21T19:35:53.748882
2021-07-17T13:40:53
2021-07-17T13:40:53
175,676,599
0
0
MIT
2019-03-14T18:19:18
2019-03-14T18:19:17
null
UTF-8
C
false
false
74,659
c
#include <stdio.h> #include <stdlib.h> #include <stddef.h> #include <pthread.h> #include <errno.h> #include "debug.h" #include "box86context.h" #include "dynarec.h" #include "emu/x86emu_private.h" #include "emu/x86run_private.h" #include "x86run.h" #include "x86emu.h" #include "box86stack.h" #include "callback.h" #inc...
[ "sebastien.chev@gmail.com" ]
sebastien.chev@gmail.com
664626b00466f798c776c9dc82fba0954aa4a606
6ece933690d25942f6f812abeb1a12a8d1b06369
/switch.c
357ba7e0b9bb5465b2d4162a17c35a79db0247ed
[]
no_license
teddyyy/simple-L2switch
80774e62584764bf64d0eea1c50ba0933c9d4526
4d1e8e1508352669ec7d6e3531298dcec30430a4
refs/heads/master
2021-06-15T21:53:50.512097
2017-04-28T14:17:45
2017-04-28T14:17:45
24,638,087
0
0
null
null
null
null
UTF-8
C
false
false
3,959
c
#include <stdio.h> #include <string.h> #include <unistd.h> #include <errno.h> #include <signal.h> #include <stdarg.h> #include <sys/socket.h> #include <arpa/inet.h> #include <netinet/if_ether.h> #include <poll.h> #include <sys/epoll.h> #include "switch.h" #include "netutil.h" #include "hash.h" struct param prm = {"et...
[ "teddy@sfc.wide.ad.jp" ]
teddy@sfc.wide.ad.jp
e84590aff5eb8cb4a197d70e21801540b39b38be
2d49805babc5ee55dccff958c8c41ea1de80f847
/piscine_c_2019/c09/ex00/ft_swap.c
c52f7ff0f621ee2051871bd8336ba8250503bf0f
[]
no_license
MonkeyD-mendy/42
d471f067c94e3f6f8f7bb2d82a25e4690cd92c37
3a0e88eb8f9de4b9ba9a4f2d37d2a9957f4604e3
refs/heads/master
2020-08-31T12:49:21.556181
2019-10-31T06:34:48
2019-10-31T06:34:48
218,694,750
0
0
null
null
null
null
UTF-8
C
false
false
962
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_swap.c :+: :+: :+: ...
[ "rmendy@e1r9p20.42.fr" ]
rmendy@e1r9p20.42.fr
68477bf3ab5e121ba982a56e42f11af624b1aee6
6af37591e269a90e57853f9cb1ebda7cf8baf084
/bsp/stm32f207VC_tw705/app_712/dataflash/Flash_Oper.h
90b7bb9444e187b9f2ffa742339ac2a0e6ed1d8a
[]
no_license
nathanlnw/t_705_rollingc_ode_demo
54256cda5dd94e55a418d1f85f8aa3ad454f14bc
b5ec70be779a48b6e2ba4bee658e913b0fca9766
refs/heads/master
2021-01-10T07:00:11.419026
2015-12-09T02:04:12
2015-12-09T02:04:12
47,662,052
0
0
null
null
null
null
GB18030
C
false
false
3,828
h
#ifndef Flash_Nand #define Flash_Nand #include "App_moduleConfig.h" //----------------------------------------------------------------------------------------------------------------------------- //========================================================================================================================...
[ "lnw.nathan@foxmail.com" ]
lnw.nathan@foxmail.com
9c805c29dfc1cb74c21f173f3bce73d94d8779e7
496d5fc806c4bd4a567ebbddf82680db834c330a
/mqx/source/bsp/twrmcf51je/init_cfcard.c
e334174aba4833a949b516681bf49c4b9b5e55ef
[]
no_license
gxliu/MQX-3.7.0
b5302cb837865c73c63eb0f0d20a28380ace98c0
58f534a8ef75f38608cfb8d5ed715fd8bc47c16b
refs/heads/master
2020-06-03T15:46:31.344915
2011-12-28T13:46:25
2011-12-28T13:46:25
21,204,095
2
2
null
null
null
null
UTF-8
C
false
false
1,544
c
/**HEADER******************************************************************** * * Copyright (c) 2008 Freescale Semiconductor; * All Rights Reserved * *************************************************************************** * * THIS SOFTWARE IS PROVIDED BY FREESCALE "AS IS" AND ANY EXPRESSED OR * IMPLIED W...
[ "pavel.nakonechny@skitlab.ru" ]
pavel.nakonechny@skitlab.ru
316e85dad066cd68cee15e4aeed23e89aef423ef
4205f1dd15c56897bf153261813847b52e123be5
/simple_unexpected_handler.c
3ab362727d8f55024be7467a4bb4e50e5a21b3fe
[ "MIT" ]
permissive
alex4747-pub/simple_unexpected_handler
68e2fe16e1e9624a5776373d1bad4971a80d0a54
a66fc90cf30a360b7dfa0189df05a26929b0747c
refs/heads/master
2022-11-10T01:07:31.710804
2020-06-21T16:08:35
2020-06-28T14:12:58
273,920,695
0
0
null
null
null
null
UTF-8
C
false
false
1,589
c
/* * Copyright (C) 2020 Aleksey Romanov (aleksey at voltanet dot io) * * 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...
[ "ar123456@gmail.com" ]
ar123456@gmail.com
8689c1d8d12988b4dbe16a237283607a7ac10c8f
3f99ed8405b506b51e4d7fa7592367702b3b6cca
/controller/source/cabin.c
69c7daea194bdc3cffbdb383a24c086ddb390844
[]
no_license
razordevel/elevator
25056df56dbcf9bc8bc04e21d4c9b5dc13016793
f6711ba9f08ce24127f6ab0d14146fbb58496730
refs/heads/master
2022-09-06T15:06:49.490390
2022-08-26T11:28:26
2022-08-31T09:30:43
80,723,714
1
1
null
2021-12-20T14:52:01
2017-02-02T12:42:05
C
UTF-8
C
false
false
8,287
c
#define __AVR_ATmega64__ #include <Arduino.h> #ifdef DEBUG_WIRE #include <Wire.h> #endif // Generic constants #define LEVEL_NUMBER 3 // Amount of the levels, corresponds with levels 0, 1 and 2. // Door related constants #define DOOR_SPEED 2000 // Milliseconds for full open or close movement. #define DOO...
[ "mw@razorcat.com" ]
mw@razorcat.com
aff755996d02bdcda82ae18da8ba5980346bd8d0
da8785d896181dfd2156ea7a71e6bb853a528207
/Firmware/evvgc-plus/chconf.h
6decc239945cd3c16a790c1957224cfe71821005
[]
no_license
andree182/EvvGC-PLUS
82e4b82c9d7b6d6c5ca94fb936620a060aeacb4e
b655a0bde9df3ee2155944876635524fc689b011
refs/heads/master
2020-04-10T21:13:39.705480
2015-11-07T10:22:54
2015-11-07T10:22:54
33,046,260
1
0
null
2015-03-28T19:01:03
2015-03-28T19:01:02
null
UTF-8
C
false
false
17,252
h
/* ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by ...
[ "SVentas@users.noreply.github.com" ]
SVentas@users.noreply.github.com
f41bb610c19a600f6dba2934281304bcad525718
5c255f911786e984286b1f7a4e6091a68419d049
/code/f1c95e98-a931-4ec0-93af-a31a8e5e242e.c
176b118a6720465d105a157a6f51f5c80dcf25b7
[]
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
229
c
#include <stdio.h> int main() { int i=4; int j=12; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l%j; l = l-4; k = k-k*k; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
32fef80cbca0b499b69e6a0cebf2b7e9cb98f466
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/lab/engine/code/game/extr_ai_dmq3.c_BotRoamGoal.c
98b7dfef6cd69191107dd70482e2856db340b5a1
[]
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
3,073
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
4c73cf4de40a109da7bbb5bf6df03fa9b4af8f36
e6885fd6228f2cdab9fd97b14a34b37d69f857d6
/common/version.h
ddbb4770c672e0a1a6c41acdf758b8e6da2668a9
[]
no_license
RawLiquid/TelemetryBridge
a4e76905ba8ec07532328d6da9261df41d7686ba
48c34f299614516d320b8c203ce9ed6d5fb90399
refs/heads/master
2020-12-11T02:12:41.474526
2014-10-03T19:05:22
2014-10-03T19:05:22
null
0
0
null
null
null
null
UTF-8
C
false
false
342
h
/** @file * @brief MAVLink comm protocol built from common.xml * @see http://pixhawk.ethz.ch/software/mavlink */ #ifndef MAVLINK_VERSION_H #define MAVLINK_VERSION_H #define MAVLINK_BUILD_DATE "Mon Jan 28 17:10:00 2013" #define MAVLINK_WIRE_PROTOCOL_VERSION "1.0" #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 254 #endif...
[ "rawliquid@gmail.com" ]
rawliquid@gmail.com
30d2d63df4b5f7a6ceb2cafa052e2806d202049a
35857f61347d79e0f5f0c7c4cfb17dd0d5c3e73a
/levels/castle_courtyard/areas/1/spire/model.inc.nobake.c
b3e8546be436e901ebe6ae2fd4bfee03f7dac0a8
[]
no_license
joeblack2k/sm64rt
47511c85d50c5acaeabee35dd052addb09d258b5
c20ab554aa7f81060e0135eeca7e71358a7aeae4
refs/heads/master
2023-08-18T08:36:29.116983
2021-09-21T21:36:30
2021-09-21T21:36:30
null
0
0
null
null
null
null
UTF-8
C
false
false
10,393
c
// 0x070049E8 - 0x07004AC8 static const Vtx castle_courtyard_seg7_vertex_070049E8[] = { {{{ 0, 4741, -96}, 0, { 632, -2850}, {0xff, 0xff, 0xff, 0xff}}}, {{{ 0, 3660, -546}, 0, { 0, 990}, {0xff, 0xff, 0xff, 0xff}}}, {{{ -358, 3662, -375}, 0, { 1292, 990}, {0xff, 0xff, 0xff...
[ "dariosamo@gmail.com" ]
dariosamo@gmail.com
90a62f59053ffb89889abd10957019370c990d8c
b71b8bd385c207dffda39d96c7bee5f2ccce946c
/testcases/CWE124_Buffer_Underwrite/s02/CWE124_Buffer_Underwrite__malloc_wchar_t_cpy_11.c
85575b2a92c079a999214bf7077939007f07838e
[]
no_license
Sporknugget/Juliet_prep
e9bda84a30bdc7938bafe338b4ab2e361449eda5
97d8922244d3d79b62496ede4636199837e8b971
refs/heads/master
2023-05-05T14:41:30.243718
2021-05-25T16:18:13
2021-05-25T16:18:13
369,334,230
0
0
null
null
null
null
UTF-8
C
false
false
4,341
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE124_Buffer_Underwrite__malloc_wchar_t_cpy_11.c Label Definition File: CWE124_Buffer_Underwrite__malloc.label.xml Template File: sources-sink-11.tmpl.c */ /* * @description * CWE: 124 Buffer Underwrite * BadSource: Set data pointer to before the allocated memory buffe...
[ "jaredzap@rams.colostate.edu" ]
jaredzap@rams.colostate.edu
b4f03ac610f470f70a68a9bb6f82954e418e2a6a
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/e7d2106d-73d6-4b39-81dd-b9974acccd3a.c
8c7d40d11efbe1811a2bd0a57156bc9b7148c7e8
[]
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
579
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=1; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = i/j; l = l/j; l = i%j; l = l+(i-j); k = k-k*i; //variables //random /* START VULNERABILITY */ int a; char b[7]; char c[20]; a...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
d36334657f77637fe2ccaccbaffb50ef8b4fe4ce
722d940e78adecfba3b4801abd38f73810575d7a
/kserver.c
444ee01c917beb6f5c8d9347b03ac95038af7a21
[]
no_license
avinashbengeri/algorithmimplementations
f7c0c4934a366b2e172d6b0b1c62008dd04ffb53
b62d4cbfac5717eae3d5b460c98b60bade323454
refs/heads/master
2021-01-13T16:45:30.958953
2017-01-20T01:52:11
2017-01-20T01:52:11
77,059,852
0
0
null
null
null
null
UTF-8
C
false
false
16,220
c
// Submitter name: AVINASH BENGERI /* Program to find optimal strategy to solve k-server problem using dynamic programming */ /* Compiles with command line gcc avior.c -lX11 -lm -L/usr/X11R6/lib -o avior */ /* Runs with command line ./avior.exe input.txt */ /*******************************************************...
[ "noreply@github.com" ]
avinashbengeri.noreply@github.com
e84f8b2d967bca837597189f6b5b00590edd3183
a4a974f021a82b460b4a72959176a9d946c3f445
/sqlite-android/src/main/jni/sqlite/tokenizers/extension.h
690f583c5e2af2846ec407a65d6fcb33aed97c5c
[ "Apache-2.0" ]
permissive
JeremiahStephenson/SQLite_Custom
26c90732a6301cada554b0879c063a9fe9bf678e
30c7368ad71e9dc72541f08eb9c0bb231dafed4b
refs/heads/master
2020-04-12T08:02:05.322026
2016-12-08T16:27:43
2016-12-08T16:27:43
29,554,808
7
5
null
2016-05-03T23:04:19
2015-01-20T22:02:17
C
UTF-8
C
false
false
479
h
#ifndef EXTENSION_H #define EXTENSION_H #include "../fts3_tokenizer.h" #include "../../fts3_html_tokenizer.h" #define HTML_NAME "HTMLTokenizer" #define CHARACTER_NAME "character" void set_html_tokenizer_module(sqlite3_tokenizer_module const **ppModule); void set_character_tokenizer_module(const sqlite3_tokenizer_mo...
[ "jeremiahs@mediarain.com" ]
jeremiahs@mediarain.com
70a3888fb9360b7717e4ef4b6085b13501f6cc9e
b71b8bd385c207dffda39d96c7bee5f2ccce946c
/testcases/CWE427_Uncontrolled_Search_Path_Element/CWE427_Uncontrolled_Search_Path_Element__wchar_t_listen_socket_09.c
cc5b126672b3f53b38a5662e3e760c681b2a9f92
[]
no_license
Sporknugget/Juliet_prep
e9bda84a30bdc7938bafe338b4ab2e361449eda5
97d8922244d3d79b62496ede4636199837e8b971
refs/heads/master
2023-05-05T14:41:30.243718
2021-05-25T16:18:13
2021-05-25T16:18:13
369,334,230
0
0
null
null
null
null
UTF-8
C
false
false
5,970
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE427_Uncontrolled_Search_Path_Element__wchar_t_listen_socket_09.c Label Definition File: CWE427_Uncontrolled_Search_Path_Element.label.xml Template File: sources-sink-09.tmpl.c */ /* * @description * CWE: 427 Uncontrolled Search Path Element * BadSource: listen_socket ...
[ "jaredzap@rams.colostate.edu" ]
jaredzap@rams.colostate.edu
3f89b8fd708cf49ec12a179b54150780130b027e
6cbfddd8e5188e90c5a4810c55baaa0d87522d29
/c09/ex00/ft_swap.c
33467cf9a7de10273396538d4dc09b9c9ac11ecd
[]
no_license
edmarpaulino/redoing_42basecamp_lists
dd3a3f2e6147c17d79a20dc9cc4d76c759bb25b0
09115efe2f8cc96140b774bd310c481c8f8d73ee
refs/heads/master
2023-06-20T00:23:37.600876
2021-07-21T13:56:45
2021-07-21T13:56:45
379,768,626
0
0
null
null
null
null
UTF-8
C
false
false
96
c
#include "ft.h" void ft_swap(int *a, int *b) { int swap; swap = *a; *a = *b; *b = swap; }
[ "edmarpaulino9@gmail.com" ]
edmarpaulino9@gmail.com
915eb3528d8e7abeb5b8be8148b558427d3c5efd
153090b5e6be634075211d872f5e8bfb390de00f
/bmon/udp.c
ea3733eb3093108a0ad00f0e1f1fda6be9f40ed4
[]
no_license
djw1149/cmu-ece-router
bf35d8db504479859f87157ee11c7fa479b8d5be
2b528be70dc6d0607ea24b42e9551b361207e3cd
refs/heads/master
2021-01-06T19:37:54.797682
2020-02-18T20:42:54
2020-02-18T20:42:54
241,462,793
0
0
null
null
null
null
UTF-8
C
false
false
2,052
c
#include "param.h" #include "types.h" #include "mbuf.h" #include "in.h" #include "ip.h" #include "udp.h" #include "globals.h" udpinit (up) register struct upcb *up; { bzero (up, (sizeof *up) * UDP_ARRSIZE); } struct upcb *udp_create (func) int (*func)(); { register struct upcb *up = udp_var; register int ...
[ "djw@fsi.io" ]
djw@fsi.io
31440b5717f19060e85920ee319cf6304a662a62
68ba3e7ef061dc205e54df042b1387f745cc77ae
/apilib/src/stblast/lowlatency.c
9080d82284b683f5d5fd7019b30e3332c2898816
[]
no_license
huangyt/beijing-7101
1d731f91f070f036a9181f761aa973aa2237eef1
ca19376a2035d7c39a0093b949b18f381844c92b
refs/heads/master
2020-12-26T10:29:58.879751
2013-09-20T07:42:12
2013-09-20T07:42:12
null
0
0
null
null
null
null
UTF-8
C
false
false
18,488
c
/***************************************************************************** File Name : rc6a.c Description : STBLAST RC6A encoding/decoding routines Copyright (C) 2002 STMicroelectronics History : Created April 2002 Reference : *****************************************************************...
[ "hechuan13397@163.com" ]
hechuan13397@163.com
4128a1604eb29263a368e9cd30dc1a4ca7559e56
897ed589565d51300b935125dfc3fedff1ab37fa
/tester/examples/ex993.c
60c431f1feb983704eb929001056be5bee8a0de5
[]
no_license
jkuklis/Instant-language-compiler
ec6a9ea17133d467eec60796bf6586e7d593be27
02ca35d6687fd43bd010663b55f0ad6bfaeba5c5
refs/heads/master
2020-04-05T04:47:04.025191
2018-11-07T14:55:57
2018-11-07T14:55:57
156,566,627
2
0
null
null
null
null
UTF-8
C
false
false
125
c
#include <stdio.h> #include <stdint.h> int main() { printf("%d\n", 15);; printf("%d\n", 34);; printf("%d\n", 34);; return 0;}
[ "jk.kuklis@gmail.com" ]
jk.kuklis@gmail.com
f79dcc9d8acae4561bcfa4654b0c7b2ace5c3127
c3fbe2d9c286be453666d771cdd240697589cf61
/lib/context.c
9fdfb22cd22671737a183a67152af8a87cb8fdf9
[ "MIT" ]
permissive
kimoto/h2o
7029d284da37c7e00e267c61e6587def98592c01
e3943dbcaa3e6c92ee4b6a24105b454269d24b41
refs/heads/master
2021-01-22T12:12:39.714048
2014-09-16T07:42:54
2014-09-16T07:42:54
24,093,003
1
0
null
null
null
null
UTF-8
C
false
false
11,113
c
/* * Copyright (c) 2014 DeNA Co., Ltd. * * 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, publ...
[ "kazuhooku@gmail.com" ]
kazuhooku@gmail.com
055c287a76865b11370cdf753982d75d7e85d008
3b733bb26dc2f0c200e21c8f600a65b7f4615cac
/Code.c
23dbdc1d5848062cecc196eff8ac8f491a8324a9
[]
no_license
kamlesh577/Self-Balancing-robot123
42c3284031bf67335d14577421576fb55e708bda
69db54c0f69f9f5e7e5a528a82e71870ffa35642
refs/heads/master
2021-06-16T00:27:02.102143
2021-02-03T07:07:24
2021-02-03T07:07:24
132,987,241
0
0
null
null
null
null
UTF-8
C
false
false
4,345
c
#include <PID_v 1.h> #include <LMotorController.h> #include "I2Cdev.h" #include "MPU6050_6Axis_MotionApps20.h" #include<PID.h> #if I2CDEV_IMPLEMENTATION == I2CDEV_ARDUINO_WIRE #include "Wire.h" #endif #define MIN_ABS_SPEED 30 MPU6050 mpu; // MPU control/status vars bool dmpReady = false; // set true if DMP init wa...
[ "noreply@github.com" ]
kamlesh577.noreply@github.com
bba9584931f098e5ea8743eeb314271894c38825
d99fbc31dbd6520bba81921ecdc8d07c6db11f42
/src/hotkeys.h
1eaa2c0d4f6b6ec4b85d01a7c0250ffdeb41cf97
[]
no_license
va-sorokin/silverkey
e64a3a963da89eec37e70a93cf62212252047ce1
abe46afc0209ff09496cc1ff92a6151c5deb03e4
refs/heads/master
2020-04-26T19:59:00.528224
2019-03-01T14:39:20
2019-03-01T14:39:20
173,793,418
0
0
null
2019-03-04T17:49:21
2019-03-04T17:49:20
null
UTF-8
C
false
false
82
h
#ifndef HOTKEYS_H #define HOTKEYS_H void registerService(); #endif // HOTKEYS_H
[ "5146707+metacoma@users.noreply.github.com" ]
5146707+metacoma@users.noreply.github.com
795fafbd3ef04c2d5c0654586712ac7f74d81fe4
5456502f97627278cbd6e16d002d50f1de3da7bb
/components/onc/onc_export.h
eb4e098afc1b31c6bebba2cfd1750dbf28c12a22
[ "BSD-3-Clause" ]
permissive
TrellixVulnTeam/Chromium_7C66
72d108a413909eb3bd36c73a6c2f98de1573b6e5
c8649ab2a0f5a747369ed50351209a42f59672ee
refs/heads/master
2023-03-16T12:51:40.231959
2017-12-20T10:38:26
2017-12-20T10:38:26
null
0
0
null
null
null
null
UTF-8
C
false
false
736
h
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_ONC_ONC_EXPORT_H_ #define COMPONENTS_ONC_ONC_EXPORT_H_ #if defined(COMPONENT_BUILD) #if defined(WIN32) #if defined(ONC_IMPL...
[ "lixiaodonglove7@aliyun.com" ]
lixiaodonglove7@aliyun.com
ea05f48dc12bf33187093076ae77a1d5157aa459
722cc8798ac15fc15c3b1be5a19d55be76b5abfa
/lpc40xx_freertos/l5_application/main.c
739febecf112a7c3760bcc306b013b8e73600f79
[]
no_license
HiDaN4/cmpe146_mp3_player
964eec9aa11d8064584518c5fc5aa983be63c456
97ef342691299c1d0b06cb4067d687bbf0b07ff3
refs/heads/master
2020-09-16T05:40:12.195021
2019-12-18T16:10:28
2019-12-18T16:10:28
223,670,407
0
0
null
null
null
null
UTF-8
C
false
false
869
c
#include <stdbool.h> #include <stdio.h> #include "FreeRTOS.h" #include "queue.h" #include "task.h" #include "sj2_cli.h" // #include "controller_task.h" #include "decoder.h" #include "mp3_reader.h" #include "playback_controls.h" // MAIN int main(void) { mp3__init(); xTaskCreate(mp3_player_task, "player_task", ...
[ "hidan446@gmail.com" ]
hidan446@gmail.com
cca84e9bba20b8f494123b6ea3e44df6a59cd921
fcefe47d08ad161ed777e7b053669acc764e7fbd
/src/Elementos/Urbano/header/Radio.h
c3f10d85b1f70525670b6992801acd4de2f69d2d
[]
no_license
Rikeard/SigUEL
3f2f52160d047c2b41893bb3a575f64475cd7142
be517cff1453ea1cd2341158d50005b52d8af942
refs/heads/master
2020-05-04T17:22:16.545293
2019-09-10T13:56:09
2019-09-10T13:56:09
178,741,994
0
0
null
null
null
null
UTF-8
C
false
false
317
h
#ifndef RADIO_H #define RADIO_H #include "../../header/svgObject.h" #include "../../SVG/header/Circle.h" typedef void* Radio; svgObject Radio_getElemento(Radio q); Radio Radio_new(char* id, double x, double y, char* fill, char* borda, char* style); bool Radio_comparadorID(void* objeto, void* argumento); #endif
[ "nynexs@hotmail.com" ]
nynexs@hotmail.com
0682ea413892e332fe62c2fc499f5b41f541b2db
76a4c5f8e98be972c7cbf835d63c28da22a98bda
/day15/day15_1.c
de15b28d2e3ddc2a1187e84817e53c6a5baaa63f
[ "MIT" ]
permissive
tinybeachthor/advent-of-code-2017
d81fe608db34dc3082f9f3781d60fa060167737c
4f3c5dd64fad2c9be71e4723a94347275fb619e8
refs/heads/master
2021-09-04T03:46:16.954388
2018-01-15T13:10:31
2018-01-15T13:10:31
null
0
0
null
null
null
null
UTF-8
C
false
false
591
c
#include "stdio.h" int main() { struct { unsigned long val; unsigned long factor; } gens[2], *gen; gens[0].factor = 16807; gens[1].factor = 48271; gens[0].val = 634; gens[1].val = 301; const unsigned long divider = 2147483647; int judge = 0; for (unsigned long i = 0; i < 40e6; i++) { ...
[ "whomenope@outlook.com" ]
whomenope@outlook.com
80fd2485bf4bdb1bfc0007e8d21c19c10059baa8
6a3c9db00255203d32a0f0187572d2fc281a8e40
/qexpression.c
326531728c79400b0ecec04966bbfae2f838bb11
[]
no_license
feluso/galisp
6778ee604c75748793ace04dd0532f00038cc1e1
e3e2905bc1a8b6472842cb4c95148d955c8c9e10
refs/heads/master
2020-03-17T02:04:43.489954
2019-02-24T00:53:06
2019-02-24T00:53:06
133,177,340
0
0
null
null
null
null
UTF-8
C
false
false
8,982
c
#include <stdio.h> #include "mpc.h" #define LASSERT(args, cond, err) \ if(!(cond)) { lval_del(args); return lval_err(err); } /* Declare a buffer for user input of size 2048 */ static char input[2048]; typedef struct lval { int type; long num; // Error and symbol types have some string data char* sym; char* e...
[ "feluso2@gmail.com" ]
feluso2@gmail.com
4b0db7fe77b522578b6672cda769fe8042b399c9
5a6c87065ac664c91e36b5f7d9ec9ecf8f49def3
/platform/mcu/mx1101/sdk/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_norm_f32.c
0d8b3bc79adf76a7a3cff055fd67bee9555eeb32
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-proprietary-license" ]
permissive
MiloMallo/AliOS-FM
f26a3b6fb26b3cb3b30c1681a479d8ed2dcfa2c7
ae9f234c073404d8c97100927cbc53f49ae59a25
refs/heads/rel_1.3.2
2020-03-25T22:56:11.102641
2018-08-10T08:38:47
2018-08-10T08:38:47
144,251,423
4
4
Apache-2.0
2020-03-07T21:20:51
2018-08-10T07:18:56
C
UTF-8
C
false
false
16,348
c
/* ---------------------------------------------------------------------- * Copyright (C) 2010-2013 ARM Limited. All rights reserved. * * $Date: 16. October 2013 * $Revision: V1.4.2 * * Project: CMSIS DSP Library * Title: arm_lms_norm_f32.c * * Description: Processi...
[ "lc122798@alibaba-inc.com" ]
lc122798@alibaba-inc.com
d9517aec3c1ccc77b241fbbabefd1075f40754a1
601e8b1ddbee1bdeb94ecd381e9ed29365f4eb42
/CUDA.h
b08dc409fc72f468129c0e4482ea7576a0d044f8
[]
no_license
gongbell/CUDAsmith
67ad33df8b524f1832916c529dab4969353a8cf6
3365183bef8f16bf07ab807f1d2206dce21d1315
refs/heads/master
2023-07-07T01:38:29.695112
2023-07-01T02:31:19
2023-07-01T02:31:19
165,367,747
16
7
null
null
null
null
UTF-8
C
false
false
11,320
h
#ifndef RANDOM_RUNTIME_H #define RANDOM_RUNTIME_H #include "cuda_runtime.h" #include "device_launch_parameters.h" #include "sm_35_atomic_functions.h" #include "cuda.h" #include <stdio.h> typedef unsigned char uchar; #define N 1024 //#include <inttype.h> #define int64_t long #define uint64_t long #defin...
[ "153104880@qq.com" ]
153104880@qq.com
0cf8c412a1d48d23c7f597cf9c374d82c4bca0d5
72ae25373a47bada8b38604cf8075be9e090a8c4
/Standalone_Example/GD32F1x0_Firmware_Library_v3.1.0/Examples/SPI/SPI_Master_slave_fullduplex_dma/main.c
84e7ec57f9b6b4ed3aeba1f29d0f289f4e4ff9d6
[ "Apache-2.0" ]
permissive
QinYUN575/GD32F150Rx
49fc002b75fda547838624454bc4e93940fed263
0a1c887bfd156e3d0253bc47f9f06ef7ba539089
refs/heads/master
2023-02-03T12:50:06.479909
2020-12-19T01:01:41
2020-12-19T01:27:11
297,775,036
1
0
null
null
null
null
UTF-8
C
false
false
6,847
c
/*! \file main.c \brief SPI fullduplex communication use DMA */ /* Copyright (C) 2017 GigaDevice 2014-12-26, V1.0.0, platform GD32F1x0(x=3,5) 2016-01-15, V2.0.0, platform GD32F1x0(x=3,5,7,9) 2016-04-30, V3.0.0, firmware update for GD32F1x0(x=3,5,7,9) 2017-06-19, V3.1.0, firmwa...
[ "QinYUN575@Gmail.com" ]
QinYUN575@Gmail.com
4679eeb80132ab1d1228cc1274d98d43cd8446ec
8e9f8ec73500d87074ba1c92e69513695349e6f7
/util/mem.h
e2e59d295bb82deb57c08dbd15224c364bce28b3
[]
no_license
fabiano-arantes/algorithms
6b4444922b001939e0deca797df077a91609dada
efb6d19250a31a36444230180c26a053b20cc100
refs/heads/master
2021-01-10T12:09:51.368209
2019-05-23T03:00:07
2019-05-23T03:00:07
54,266,470
0
0
null
null
null
null
UTF-8
C
false
false
1,879
h
#ifndef MEM_H #define MEM_H #include <debug.h> #include <stdlib.h> typedef unsigned long slot_t; #define MEM_GET_NEXT_VALUE(mem, value) mem_get_next_bits(mem, value, sizeof(*value) << 3) #define MEM_GET_NEXT_BIT(mem, value) mem_get_next_bits(mem, value, 1) #define MEM_APPEND_VALUE(mem, value) mem_append_bits_and_sh...
[ "fabiano.arantes.85@gmail.com" ]
fabiano.arantes.85@gmail.com
6dd406e52981b0a17b58a96a5756efa21106fbb2
bd33ac50c87e0f1fd97a11c9c16c30fada2c5003
/UI design/watchE/custom/custom.c
b26906dd2aa8f090f4bb75e9b0644a7cbd01ded8
[ "MIT" ]
permissive
Lawrence-Link/Wristwatch-E
7998a71bf57e37dc97b7f05f57e06b9ada33b7bc
3321db9422f5429946e4221448af0543ac6b8f6a
refs/heads/master
2023-05-04T09:31:57.866161
2021-05-24T15:31:29
2021-05-24T15:31:29
364,782,635
2
0
null
null
null
null
UTF-8
C
false
false
587
c
// SPDX-License-Identifier: MIT // Copyright 2020 NXP /** * @file custom.c * */ /********************* * INCLUDES *********************/ #include <stdio.h> #include "lvgl/lvgl.h" #include "custom.h" /********************* * DEFINES *********************/ /********************** * TYPEDEFS **...
[ "18263700382@163.com" ]
18263700382@163.com
7283e989b9594733bc97ae17697ece75bb8312f0
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/c-litmus-CBMC/MP+dmb.sy+pos-ctrl-fri-rfi-addr.c
890ab4beacff5f9dac312611191b361fdc6a7f93
[]
no_license
ashutosh0gupta/llvm_bmc
aaac7961c723ba6f7ffd77a39559e0e52432eade
0287c4fb180244e6b3c599a9902507f05c8a7234
refs/heads/master
2023-08-02T17:14:06.178723
2023-07-31T10:46:53
2023-07-31T10:46:53
143,100,825
3
4
null
2023-05-25T05:50:55
2018-08-01T03:47:00
C++
UTF-8
C
false
false
1,778
c
/* Copyright (C) 2023 ARM-CBMC * This benchmark is part of ARM-CBMC */ #include <assert.h> #include <pthread.h> // Memory barriers #define FENCE() asm volatile ("mfence" ::: "memory") volatile int vars[3]; volatile int v_1_X0_1; volatile int v_1_X2_1; volatile int v_1_X3_0; volatile int v_1_X6_1; volatile int v...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
a8b23f987f545f8fd32701256ed8707f9bdc0337
428a92cfce93ab163180586b3cce7dd126034141
/src/modul_3/modul_3_app.h
9c2f130027fc67b2c6cc03f5ecb736fe93ba34c4
[]
no_license
FilosGabriel/Conti_Project
26750771eb1f21709d710a71de081b20f7ee2b9a
2d5f682779d5a42951d15c2aab3f25c66ff6bfa6
refs/heads/master
2020-07-23T10:06:18.616275
2019-09-10T09:54:24
2019-09-10T09:54:24
207,523,068
0
0
null
null
null
null
UTF-8
C
false
false
166
h
// // Created by uic15073 on 8/28/2019. // #ifndef IDPS_MODUL_3_APP_H #define IDPS_MODUL_3_APP_H void modul_3_app(int argc,char **argv); #endif //IDPS_MODUL_3_APP_H
[ "noreply@github.com" ]
FilosGabriel.noreply@github.com
8876fb8f437d723b009249c9794378f85fae09b8
3d4723332b96111c244941a3a48cabe52fffc828
/testing/0/da-0-14.c
b67260103a1b615ffa5842d102ddbc6fdfbd3a28
[]
no_license
baheithold/darray
d54cab7cccdfbe64e611fec34bf73c9317545c13
2ac736fe81ef244d89c5602972161349714548fb
refs/heads/master
2020-03-30T15:09:10.680199
2020-02-10T08:03:24
2020-02-10T08:03:24
151,350,413
0
0
null
null
null
null
UTF-8
C
false
false
1,566
c
#include <stdio.h> #include <stdlib.h> #include <assert.h> #include "../../integer.h" #include "../../real.h" #include "../../string.h" #include "../../da.h" void srandom(unsigned int); long int random(void); static void display(DA *p,char *intro) { printf("%s",intro); if (sizeDA(p) < 200) { ...
[ "baheithold@crimson.ua.edu" ]
baheithold@crimson.ua.edu
6bf83a81d9d26fdec501e2e61f01d79fe6158525
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/arch/mips/pnx833x/common/extr_interrupts.c_pnx833x_enable_pic_irq.c
0c21a5b018bae091dd68e4ec03b02379c6100dff
[]
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,049
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
d0bc5f10b1cbd2789a371d53707f0398b772474b
d91012815a9c3c09b990beca79d14928ccdc2fe9
/HHFoundation/HHLogSystem/HHLogTag.h
a3a4e046f5d11a51d3f12aded464889feac87d22
[]
no_license
tasama/heyhouTools
d76333fe7f7d18aa21ef28eb8eb942e4abb3996e
7bd87bb958a440cd27d7fed40aca5deac408bf97
refs/heads/master
2021-09-06T00:50:57.043886
2018-02-01T02:56:05
2018-02-01T02:56:05
119,774,051
0
0
null
null
null
null
UTF-8
C
false
false
430
h
// // HHLogTag.h // FunnyTicket // // Created by 袁良 on 2017/4/17. // Copyright © 2017年 HH_Xiao. All rights reserved. // #ifndef HHLogTag_h #define HHLogTag_h #define HHLOG_TAG_DEFAULT @"DEFAULT" #define HHLOG_TAG_APP @"APP" #define HHLOG_TAG_POSTBAR @"POSTBAR" #define HHLOG_TAG_SHOW @"SHOW" #define HHLOG_TAG_IM @...
[ "tasama@tasamadeiMac.local" ]
tasama@tasamadeiMac.local
facada74fa04f3f690178dba901ffbfb0268ba03
241f24e6a837081fd2f3c574c613cfd0b0ab4fb9
/ucb/mroff/SCCS/s.hytab.c
e087c6b16356d228cc58ddbf01b6944cc79b26b6
[]
no_license
b4/4.3BSD-Quasijarus
9474549f02d468f847adb58c797af650f3b803b9
2e0a87cbd51f1c47d04f3c57f07f6d9e1aa8ec1b
refs/heads/master
2021-01-22T20:07:46.920215
2017-03-17T04:39:43
2017-03-17T04:39:43
85,271,248
1
0
null
2017-03-17T04:36:05
2017-03-17T04:36:05
null
UTF-8
C
false
false
7,384
c
h26457 s 00126/00000/00000 d D 5.1 04/09/08 16:41:54 msokolov 1 0 c first working version e u U t T I 1 #ifndef lint static char sccsid[] = "%W% (Berkeley) %G%"; #endif lint /* * Hyphenation digram tables */ char bxh[1][13] = { 0060,0000,0040,0000,0040,0000,0000,0040,0000,0000,0040,0000,0040 }; char hxx[...
[ "abs@absd.org" ]
abs@absd.org
d80bd1d84811e1a16582dd112eb6350135f8b075
3f779e52363e088ebadd5bceabbf4de6c5a063e5
/test_6_7/test_6_7/main.c
2c2365a9f1189468b23591d36a0e1efbbebdeee2
[]
no_license
892944774/Data-structure-primary
0ff545b93314dbd57c286aec54f259acf5248ada
b1ad02885819f3b1e6d41db3ac22e4e3f464a4be
refs/heads/master
2023-03-19T14:40:47.399005
2021-03-06T08:36:41
2021-03-06T08:36:41
264,590,860
0
0
null
null
null
null
UTF-8
C
false
false
93
c
#define _CRT_SECURE_NO_WARNINGS 1 #include "stack.h" int main() { TestStack(); return 0; }
[ "892944774@qq.com" ]
892944774@qq.com
2958499f0affbba1f55e3afd34f10c564a29d94f
99f22cd7e2e4f9a52b53619e47f40484ddbd9d22
/Prática Manipulação de Arquivos/Exercício 04 - C/exe04.c
0066dbd2be237f29e73f0d170fc57e7624eae2df
[]
no_license
varlson/BCC203-Estrutura-Dados-II
f3fa47c858dc8ea9d066c7bb9bd13ac70271cd9b
5e795aba965a1840d4e9ffe3222fb9c063ad3cd2
refs/heads/master
2022-01-18T03:15:19.497365
2019-06-22T18:00:12
2019-06-22T18:00:12
null
0
0
null
null
null
null
UTF-8
C
false
false
2,932
c
#include "exe04.h" void gerar_dados(FILE *arq,Votos *votos) { int i,temp; srand(time(NULL)); for(i=0; i<100; i++) { temp = rand()%6 + 1; if(i != 99) { fprintf(arq,"%d\n",temp); } else { fprintf(arq,"%d",temp); } } //Inicializar contadores!!! votos->cont1 = 0; votos->cont2 = 0; votos->co...
[ "felipephontinelly@hotmail.com" ]
felipephontinelly@hotmail.com
d403a0ee29478498a578a4daf445934d1d4061b4
635e7ca601105115e3e801e12991d00fe5d0a25d
/24_ALGraphDFS.c
a7a27c6338342eef959316db248fa30333469307
[]
no_license
FunFunHaDa/Example_Data_Structure
77aa99a85157b8f7008ea8fbec64f7ea78fbf2a6
8830c18474e88874a8d1dd21f1e7e9ba44bc07eb
refs/heads/master
2020-03-26T03:47:43.827096
2019-05-11T14:52:02
2019-05-11T14:52:02
144,471,052
0
0
null
null
null
null
UHC
C
false
false
2,130
c
#include<stdio.h> #include<stdlib.h> #include<string.h> #include"24_ALGraphDFS.h" #include "24_DLinkedList.h" #include "24_ArrayBaseStack.h" int WhoIsPrecede(int data1, int data2); void GraphInit(ALGraph * pg, int nv) { int i; pg->adjList = (List*)malloc(sizeof(List) *nv); pg->numV = nv; pg->numE = 0; for (i = ...
[ "kjhkjh0929@gmail.com" ]
kjhkjh0929@gmail.com
9f657ed66bde88b35e4fbb94e59f1b772303a997
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/net/ethernet/sfc/extr_efx.c_efx_set_rx_mode.c
da5ae4d1b5f884b1a4585a915df12f6b9c634dac
[]
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
906
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
da2f8c21887c6d61f985650d3fef5ebe9761946e
17e6d110a6a685cdc63a186963c921cb91450d15
/vivado/repo/vivado-library/ip/Pmods/pmodOLEDrgb_v1_0/drivers/PmodOLEDrgb_v1_0/examples/main.c
b4acff843ada11a9b3fb1a09313a6ea1e9a93c07
[ "MIT" ]
permissive
Q-Mart/QLight
e0ea175e1115df9b66c42c3139ce1d4ad7e82003
18c1d2b6dd8a2a262230596e9cf20cdc36e7052f
refs/heads/master
2020-04-08T07:39:34.542093
2019-04-23T15:56:47
2019-04-23T15:56:47
159,146,747
1
0
null
null
null
null
UTF-8
C
false
false
3,563
c
/************************************************************************/ /* */ /* main.c demo project for the PmodOLEDrgb IP */ /* */ /*******************...
[ "qumarthjash@gmail.com" ]
qumarthjash@gmail.com