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
eaa750194ccb3d9bb015e58709e7751794907710
d29e3ccaff7e9ec5125deac4587f735b1de3d28a
/assignment2/Stats.c
77ff804eb6c545df3f61dd735bdcdad3b295df1c
[]
no_license
AbanobTawfik/COMP1521-Computer-Systems-Fundamentals
9501ce84e1c1242af36c60da9405f768e3a15cf2
12127bf77cc374937f30d131dc861f405edf74af
refs/heads/master
2021-04-03T06:44:31.963947
2018-03-11T07:07:01
2018-03-11T07:07:01
null
0
0
null
null
null
null
UTF-8
C
false
false
1,341
c
// Stats.c ... implementation of VM stats // COMP1521 17s2 Assignment 2 // Written by John Shepherd, September 2017 #include <stdlib.h> #include <stdio.h> #include "Stats.h" // Statistics accumulators // These variables are not visible outside this file static int nPeekRequests; // # requests to read from a page st...
[ "noreply@github.com" ]
AbanobTawfik.noreply@github.com
9864f43cb8e8dd1a850bd6a177f13f0704fbb0d1
853c95632e559e2d8b771b1ba503b15433463270
/libgpl/tools/netmet.c
b7d63c493823bc5c6a0452c48b49bbafa4266329
[ "MIT" ]
permissive
mitra/search-benchmark
e3e0974ab0ea25cb631c835bfbf3925c9c32ab12
12bef7770bcf8f1fdbe78784b55c29361f37bfa9
refs/heads/master
2021-01-01T03:38:37.155516
2016-05-30T10:20:15
2016-05-30T10:20:15
57,093,106
0
0
null
null
null
null
UTF-8
C
false
false
11,483
c
/* %Z% FILE: %M% RELEASE: %I% DATE: %G%, %U% */ /******************************************************************************* Program: netmet Network Metrics Tool. Author: Alex Measday, ISI Purpose: Program NETMET measures the speed of a network connection. Invocation (Client): ...
[ "anand.mitra@dcengines.net" ]
anand.mitra@dcengines.net
00ee4e83b7019523f2f17ba801b8ed64c1f96035
36d0568fe795f778d7f18e166ff3b1642663ce0e
/13-binary_tree_nodes.c
864909404bf7d8ec70e9d74ccea7cb102d190cc9
[]
no_license
Ramsteven/binary_trees
465503d8ca4adc9563d6a26fa5f8d43bd5d928f6
75244b380f7e44c3781920fa90b48e439cc066d4
refs/heads/main
2023-03-22T05:04:08.008020
2021-03-13T04:16:28
2021-03-13T04:16:28
346,045,951
0
0
null
null
null
null
UTF-8
C
false
false
468
c
#include "binary_trees.h" /** * binary_tree_leaves -function that measures * the depth of a tree in a binary tree * @tree: to the root tree of the * tree to count the number of leaves * of the tree to traverse * Return: the number of leaves **/ size_t binary_tree_nodes(const binary_tree_t *tree) { if (!tree) ...
[ "ramsteven@gmail.com" ]
ramsteven@gmail.com
542764eeb738335ec87fc8c7c48f2667b4904c3e
745ab5c8dd73ddec0e7a8d523a8e277312aa1ca2
/hw5-pads/keygen.c
b818a9ee7f1932923411ce188b9bc73668fda471
[]
no_license
SrikarValluri/operating-systems-1
1f4f68b5b997201d7f20eba8180c42cf65362278
3071e70e7081b1b501c7dd20da75f127d82b6150
refs/heads/main
2023-03-17T23:42:27.190540
2021-03-14T00:36:29
2021-03-14T00:36:29
327,143,161
0
1
null
null
null
null
UTF-8
C
false
false
3,450
c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <sys/types.h> // ssize_t #include <sys/socket.h> // send(),recv() #include <netdb.h> // gethostbyname() #include <dirent.h> #include <sys/stat.h> #include <unistd.h> #include <stdlib.h> // rand(), srand() #include <time.h> ...
[ "valluris@os1.engr.oregonstate.edu" ]
valluris@os1.engr.oregonstate.edu
6ddd882841ed5711c934834c5c1b1bea011ec296
16090a13e503f2869778143d3920751e94dd8717
/gui/lib/lvgl/lv_drv_defaults.h
4aaacd5b09f286cfb0988714d82df39839434515
[ "MIT" ]
permissive
roddehugo/roomcontroller
6ad901ff908d95955251e02722365757f699c190
b5f86a0a83cb80be73cc730133f4e22b1a711a65
refs/heads/master
2023-03-11T13:38:56.152193
2023-03-11T11:06:11
2023-03-11T11:06:11
291,012,162
0
0
null
null
null
null
UTF-8
C
false
false
2,277
h
#ifndef LV_DRV_DEFAULTS_H #define LV_DRV_DEFAULTS_H /* clang-format off */ /*================= * Drivers *=================*/ /* Enable monitor of PC using SDL. */ #ifndef USE_MONITOR # define USE_MONITOR 0 #endif #if USE_MONITOR # ifndef MONITOR_ZOOM # define MONITOR_ZOOM 1 ...
[ "hugo.rodde@me.com" ]
hugo.rodde@me.com
12c15abad1595fb045db60a20689ec4eaa1ac529
f003d9be99f6cc5d98cc356f85778fcddd73a2b1
/repserver.c
51d9bd52997cd7bf8c085f23750437a6af488f1a
[]
no_license
shanewarner/openafs-stuff
b52e4e1043255a40fa0ad0e180c9c00020932202
bb4185c128d6fd06a0aec5a1cd1e6dee2ab458dc
refs/heads/master
2020-05-17T16:48:41.379646
2017-03-21T00:20:48
2017-03-21T00:20:48
32,347,850
0
0
null
null
null
null
UTF-8
C
false
false
19,791
c
/* Replication server - shane.warner@fox.com - Polls the "Last Update" times on an RW vs it's RO volumes and releases them if needed. - Threaded and will release multiple volumes in parallel. - Queries VLDB for volume status before attempting a release. (Will skip a release on LOCKED volume...
[ "shane@darkstarnet.net" ]
shane@darkstarnet.net
a163b59dbbc61eb94b18864b6f38de67612b6320
e6976ce40f682e22c8ff7680f3171b4067315ec6
/include/multiboot.h
386d57861a8f2278fec76b9e34a748a924d56310
[]
no_license
UIKit0/alice
e0dea79020e143dbbf26d5ff7a6d7f93d99299ae
24689349a7730e1510e99e4de15f9ff5a1ca218b
refs/heads/master
2020-12-25T23:56:51.955130
2014-09-26T00:15:23
2014-09-26T00:15:23
null
0
0
null
null
null
null
UTF-8
C
false
false
788
h
#ifndef ALICE_MULTIBOOT_HDR #define ALICE_MULTIBOOT_HDR #include <stdint.h> typedef struct { uint32_t flags; uint32_t mem_lower; uint32_t mem_upper; uint32_t boot_device; uint32_t cmdline; uint32_t mods_count; uint32_t mods_addr; uint32_t num; uint32_t siz...
[ "weilercdale@gmail.com" ]
weilercdale@gmail.com
8ba9eb8b0913157af13dfaeeb5c629ce642f7273
fdc06952c1d1f8ba696de5a73f172f6157be24f2
/DeadAgainMudLib/north/room/silver4.c
84b9094a4e7edba321fe58939ccbab9eb814ee4b
[]
no_license
DangerousTod/DeadAgainMudLib
1ee0cf9d1c44c97597c7a357863aabc58df65280
76452251d4ac1964fd5297cbe7d7d19db74abd7d
refs/heads/master
2021-05-15T19:11:38.081823
2017-10-21T09:52:18
2017-10-21T09:52:18
107,760,077
1
0
null
2017-10-21T09:52:19
2017-10-21T07:18:42
C
UTF-8
C
false
false
456
c
#include <terrain_types.h> #include <lib.h> inherit LIB_ROOM; static void create() { room::create(); SetClimate("outdoors"); SetAmbientLight(30); SetShort("copy of silver3.c"); SetLong("The Silver Trail"); SetInventory(([ "/domains/north/npc/deer" : 4, ])); SetExits( ([ ...
[ "engwalljonathanthereal@gmail.com" ]
engwalljonathanthereal@gmail.com
2060c50179e970d2b470ffd5c87e89350735241e
37c593b4c9b42d38ebfcac8d7160282c43fdb324
/model/Scade/System/TracksideDynamicModel/TestTracks/UtrechtAmsterdam_oETCS/TrackSim_imp_dll/UAB_Balise_Group_427_AmsterdamUtrechtL2_Sheet14_Maarssen_Balises.h
ec5722698db2033625b36cccba561a3072f1b847
[]
no_license
stefan-karg/modeling
d4211778a2e7f2d4948ea38442096edb0f317051
c0855d85430e5d8313c04a9b8918cd3d596e48ec
refs/heads/master
2021-01-16T19:56:51.201532
2015-08-26T13:55:57
2015-08-26T13:55:57
26,961,581
0
0
null
null
null
null
UTF-8
C
false
false
1,817
h
/* $*************** KCG Version 6.1.3 (build i6) **************** ** Command: s2c613 -config C:/GITHUB/modeling/model/Scade/System/TracksideDynamicModel/TestTracks/UtrechtAmsterdam_oETCS/TrackSim_imp_dll\kcg_s2c_config.txt ** Generation date: 2015-08-20T20:42:32 ******************************************************...
[ "j.gaertner@railergy.com" ]
j.gaertner@railergy.com
c2c37239adeadbb788c6641a7221cacd45dd8509
8f19acc518a1476ce59395d8e56fa86b693dcca9
/src/bmp/Mj_inPd_s6.h
682359a3084b4063c931698e82c05d189f4a9ca6
[]
no_license
y33988979/majiang
604d1fcc95adb2accd1c7652ee6b3bf54ea45415
9f23a05f493eed8a446713018bad9499cce79eca
refs/heads/master
2020-12-02T18:09:05.719456
2017-07-07T01:09:34
2017-07-07T01:09:34
96,483,558
0
0
null
null
null
null
UTF-8
C
false
false
40,072
h
const unsigned char Mj_inPd_s6_bitmap[] = { 0x18, 0xe7, 0x8d, 0xaa, 0xc2, 0x81, 0x60, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0x81, 0xa1, 0x81, 0xa1, 0x81, 0xa1, 0x81, 0xa1, 0x81, 0xa1, 0x81, 0xa1, 0x81, 0xa1, 0x81, 0xa...
[ "33988979@163.com" ]
33988979@163.com
496f07b7006454ca3d7744deb85968cd58957bd2
f753e9e5ba2aaf80287f74ada030763d4fb7f288
/da/src/cdc_db.c
5f0609498b2fe2b0948e81a78a4b6f3ba9faa985
[]
no_license
zhangyinuo/wenshao
28b8ad06808674e97d56e3a524f55d2639a6799f
78491ba797b78c3af5dff994f4c40e259a67f7a9
refs/heads/master
2021-03-12T22:38:27.116762
2015-05-26T14:18:39
2015-05-26T14:18:39
34,852,109
1
1
null
null
null
null
UTF-8
C
false
false
2,057
c
#include <stdio.h> #include <stdint.h> #include <stddef.h> #include <libgen.h> #include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <errno.h> #include <string.h> #include <libgen.h> #include <sys/types.h> #include <dirent.h> #include "util.h" #include "log.h" #include "myconfig.h...
[ "jingchun.zhang@code.(none)" ]
jingchun.zhang@code.(none)
43bd619a1eb39ede193bdb12384c5ccc2d4562f6
b3b8f1b3ad5a986bee1873911a5828a1f549d914
/Code Block/Reverse_String.c
906708560085f7a3956450bffd8fdb21d1c4a4ad
[]
no_license
Saurabh3333/CodeBlocks-Programs
b6fe633e7bcc1e5fcd2352fbb88a4978c2ef3a84
1644d279e3b6b5d1b0573d223b1c4f74c25bb692
refs/heads/master
2020-04-19T05:03:43.798059
2016-08-24T13:33:12
2016-08-24T13:33:12
66,466,301
1
0
null
null
null
null
UTF-8
C
false
false
411
c
#include<stdio.h> #include<conio.h> int func1(); main() { int l,i; char str[20]; printf("Enter any String"); printf("\t"); scanf("%s",str); l=strlen(str); printf("The number of Character in the given string is \t%d",l); printf("\n"); printf("The reversed String is"); ...
[ "noreply@github.com" ]
Saurabh3333.noreply@github.com
f2f0faa107f9320d8dca55d06b00429688c32f63
a0ea3e7370fcb0f50e67d572ff8e51ff78e2ee48
/c/pointers/pointer_practice.c
3813700cc91dab45e6c9da185f6e2d07bea49929
[]
no_license
arapodaca96/proactive
24b4ba2497edae0c2ced00b50fa8f858ba04229a
69a3ebdcf19b5bb12f0e25bd79a71d1c3a8a1b60
refs/heads/master
2020-06-20T22:52:18.865546
2019-07-16T22:49:01
2019-07-16T22:49:01
197,276,088
0
0
null
null
null
null
UTF-8
C
false
false
213
c
#include <stdio.h> int main() { int val = 100; int *p_val = &val; printf("val Address: %p\n", p_val); printf("p_val Address: %p\n", &p_val); printf("p_val Address contents: %d\n", *p_val); return 0; }
[ "alejandro.apodaca@proactivetechinc.com" ]
alejandro.apodaca@proactivetechinc.com
e0fb8210c1cf4875c2675862d574aa2ce40ebc70
3fa221b4c387b045b85a3e9a0b5fb2878386d327
/src/obj/mips_ap/mips.mips/usr/home/freebsd/omega/src/usr.sbin/bootparamd/bootparamd/bootparam_prot_svc.c
0fde9c003fbe25161deb79e15d784768217de1be
[]
no_license
GSchiaffonati/OmegaFreeBSD
a1670ad8954d34b5393741c0300857e2bf556004
9502e66ab39458bf8c851ad7f9aaae245a156959
refs/heads/master
2021-01-15T14:37:12.816674
2015-12-18T17:13:58
2015-12-18T17:13:58
47,850,567
4
1
null
null
null
null
UTF-8
C
false
false
2,055
c
/* * Please do not edit this file. * It was generated using rpcgen. */ #include "bootparam_prot.h" #include <stdio.h> #include <stdlib.h> /* getenv, exit */ #include <rpc/pmap_clnt.h> /* for pmap_unset */ #include <string.h> /* strcmp */ #include <rpc/rpc_com.h> #include <fcntl.h> /* open */ #include <unistd.h> /* ...
[ "g.schiaffonati@gmail.com" ]
g.schiaffonati@gmail.com
27da0b78bcaafac330740ad2a575661bd5e2e4e9
65c2f5f5c02da2a81c344ef3749c583cfc1f57e8
/sm13_1.c
2e94e228bd04d20be3a3ddfe3e747acfda212f51
[]
no_license
paulyurlov/ACOS-HSE
19a33fd3d3bd327695e54d0781e2b9b40fa9cda5
f237b889e9a973e62eb14e4549acdb527db88419
refs/heads/master
2023-01-19T17:03:51.843073
2020-05-25T13:20:26
2020-05-25T13:20:26
266,782,741
0
0
null
null
null
null
UTF-8
C
false
false
552
c
#include <stdio.h> #include <time.h> #include <sys/time.h> #include <stdlib.h> int main() { int inlet; time_t sup1; time_t sup2; while (scanf("%d", &inlet) != EOF) { time_t now = time(NULL); if(__builtin_mul_overflow(inlet, 24 * 3600, &sup1) || __builtin_add_overflow(now, sup1, &sup2)) ...
[ "SampleUser" ]
SampleUser
07dcc1fa4c6da194269fdf023585ffe34dfd30ee
6826e68b5d3227d30ce3bc9e4f5c792e25d613e0
/sm_recv.c
d4e54202a42492d9874569e9f73f21239dce77ce
[]
no_license
awasthianshul09/project-operating-systems
0f967ea689d2f779b1d6aebf717fbf813abf51e2
b4519b16a562647881cd7842d74458c8b916f9e3
refs/heads/master
2020-12-24T19:36:15.151395
2016-05-22T09:32:28
2016-05-22T09:32:28
59,105,425
0
0
null
null
null
null
UTF-8
C
false
false
1,110
c
#define TEXT_SIZE 2048 struct shared_mem { int written_by_you; char mem_buff[TEXT_SIZE]; }; #include <unistd.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <sys/shm.h> int main(int argc, char const *argv[]) { void *shared_memory = (void *)0; struct shared_mem *shared_stuff; int shmid; ...
[ "awasthianshul09@gmail.com" ]
awasthianshul09@gmail.com
0c9e540b245f645eb2db172e58678df95a5cb062
a280aa9ac69d3834dc00219e9a4ba07996dfb4dd
/regularexpress/home/weilaidb/work/kernel/linux-3.0.8/arch/mips/sni/a20r.c
a93ae4d35e64b41e3fc26a33a17e2e1530c928d3
[]
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
922
c
#define PORT(_base,_irq) \ static struct plat_serial8250_port a20r_data[] = ; static struct platform_device a20r_serial8250_device = ; static struct resource a20r_ds1216_rsrc[] = ; static struct platform_device a20r_ds1216_device = ; static struct resource snirm_82596_rsrc[] = ; static struct platform_device snirm_8...
[ "weilaidb@localhost.localdomain" ]
weilaidb@localhost.localdomain
52d727cd3616b0175ee615eee090311a3b4989e4
986b561644704bd4ba5f816708e04b7c7ffcbe79
/ForcedBLDCver2.X/timer.h
9ff8d497854cf7132a130ad5693edefc84c26bc0
[]
no_license
Defhammer/BLDC
fa1fd9db44d1fe38a8848b80135f4b0b3ee275eb
1a08803361d7ddfb2f91eb97a1b9fedfb718bf36
refs/heads/master
2021-01-22T09:55:51.476626
2017-04-28T05:31:02
2017-04-28T05:31:02
81,981,774
1
0
null
2017-04-28T05:31:02
2017-02-14T19:37:16
KiCad
UTF-8
C
false
false
904
h
void InitTmr1() { /* clear T1CON settings this defaults to: timer is stopped continue module operation in Idle mode input precaler is 1:1 use the interal clock gated time accumulation is disabled */ T1CON = 0; IFS0bits.T1IF =0; //clear Timer 1 interrupt flag. This is al...
[ "defhammer@gmail.com" ]
defhammer@gmail.com
877e4495915d6ab111b4c1966e0c9e7c549e9da0
7ee82e2d4ebbd78e2eea70e3f039b5343a09b9be
/optimization_list.c
171aec1121166ff7bd0b710f9688d89ddacee22c
[]
no_license
bigtelescope/Differenciator
b15d5d5c8e0a12531c577598076463f0316220f0
1a518635a9911081b1b60e91f0d2bc4b31bcbca6
refs/heads/master
2020-04-11T22:29:30.487397
2019-07-13T20:34:09
2019-07-13T20:34:09
162,137,893
0
0
null
null
null
null
UTF-8
C
false
false
6,000
c
#include "differ.h" Node * AddOptimization(Node * node) { if(!isEmpty(node->left) && isEmpty(node->right)) return node = node->left; if(isEmpty(node->left) && !isEmpty(node->right)) return node = node->right; if(isEmpty(node->left) && isEmpty(node->right)) return node = CreateNode(); if(areTemp(node->left...
[ "jonnyuz99@gmail.com" ]
jonnyuz99@gmail.com
fcb64e0093bb16d1fca0b8182925c841ca276e10
2b92e09a7a09ec0838d7c6bdcedf8ae85b6f1fbd
/2_ep_02.5.c
5456e7be7ef569b26b389ea8aa6df12de6328714
[]
no_license
gilmarcarlos-developer/estrutura-de-dados-1-2021
88ab09870fd395ec017991be78f224ff5e806d19
02592265f76eeef2497b7a397d1de0b928a2190b
refs/heads/main
2023-06-08T07:32:23.731833
2021-06-30T22:41:22
2021-06-30T22:41:22
null
0
0
null
null
null
null
UTF-8
C
false
false
1,389
c
#include <stdio.h> #include <stdlib.h> /* Implemente a função duplica_impares, que recebe um vetor de números inteiros. A função deve duplicar todos os números positivos ímpares. Por exemplo, para o vetor 1, 2, 3, 3, 4, -1, -1, -1, -1 o vetor seria modificado para 1, 1, 2, 3, 3, 3, 3, 4, -1. Para este exercício, consi...
[ "noreply@github.com" ]
gilmarcarlos-developer.noreply@github.com
9e16c9739b56fb35bce2fcb957fbcabc071dc321
7985de00ffaab33c1f64657ae84b07db29d18a71
/coroinc_xt/Generated_Code/Bit1.h
0d448a4b0c0c082d2da01bb74f63b4c46aa287dd
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
bbelson2/k64f_coro
b5819aa78a2daad422696f99dfd878346ed60a04
a280252a53aca2c8f6a35008b17b2653b4dc71dd
refs/heads/master
2020-03-24T19:53:24.734345
2019-12-19T06:24:01
2019-12-19T06:24:01
142,949,022
0
0
null
null
null
null
UTF-8
C
false
false
7,579
h
/* ################################################################### ** This component module is generated by Processor Expert. Do not modify it. ** Filename : Bit1.h ** Project : coroinc_xt ** Processor : MK22FN512VLH12 ** Component : BitIO ** Version : Component 02.086, Driver...
[ "bruce.belson@my.jcu.edu.au" ]
bruce.belson@my.jcu.edu.au
d3ce2201b0e0f0150776ae348d0532dc450e7b78
65f9576021285bc1f9e52cc21e2d49547ba77376
/cdsp_proc/build/chipset/sdm660/q6_memory_defns.h
6d6e3fd3429d41988d2362c5ab26f735827954ec
[]
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
2,106
h
//This file contains the start addresses and sizes of EBI, SMI, and SMD //8660 files defns #define EBI_START 0x00000000 #define EBI_SIZE 0xffffffff #define EBI_SM_START 0x0fa00000 #define EBI_SM_SIZE 0x00200000 //The two SMD definitions below are currently not bei...
[ "jagadeshkumar.s@pathpartnertech.com" ]
jagadeshkumar.s@pathpartnertech.com
9e4778bb2cead9eb92ccf29d5e9933744475fdf7
ad0a529216a21034e65d68fd5bc3762bb3e9d428
/targets/TARGET_STM/TARGET_STM32L4/STM32Cube_FW/CMSIS/stm32l412xx.h
1062db0e2cf53cca631522b66903d5d39f630cb4
[ "MPL-2.0", "SGI-B-1.1", "Apache-2.0", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "BSD-3-Clause", "BSD-4-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
DenisProshkin/mbed-os
68899d33b79cd9e7ba347c148ef328a8d2ce0050
1443257e40c97141c975f1c5cd7f4cf308a58b5e
refs/heads/master
2022-02-03T03:30:13.238099
2022-01-17T15:39:01
2022-01-17T15:39:01
120,616,344
0
0
Apache-2.0
2019-09-05T10:44:46
2018-02-07T13:07:39
C
UTF-8
C
false
false
810,990
h
/** ****************************************************************************** * @file stm32l412xx.h * @author MCD Application Team * @brief CMSIS STM32L412xx Device Peripheral Access Layer Header File. * * This file contains: * - Data structures and the address mapping for al...
[ "jerome.coutant@st.com" ]
jerome.coutant@st.com
7550424060dcdb05d1357ca9b2615dbb2d7f1ea6
3ce30ae5970ca286658594b2320e1354aab4ef56
/j05/ex11/ft_str_is_alpha.c
c64447e2991d23f01a103338f6d2b316a1459a3a
[]
no_license
lde-batz/Piscine_C
5ca7eaa25b5130860734fe0e4c21dbe72b0faf30
33ab9fd607ff1b6cc0c279ba09bdfc342d8797b3
refs/heads/master
2023-01-09T18:41:25.579139
2020-11-11T08:52:33
2020-11-11T08:52:33
311,913,355
0
0
null
null
null
null
UTF-8
C
false
false
1,099
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_str_is_alpha.c :+: :+: :+: ...
[ "lde-batz@student.42.fr" ]
lde-batz@student.42.fr
1097c28654db19c4ed4221b87391ce068c401a26
a4826eb036d8ef8f7a9d91d0ccce7d764a797f36
/lib/my/flags_space.c
dc3fe18accb0e1bcb8628b51e437820631b4bc4c
[]
no_license
NouhaudRayan/EPITECH_BSQ
08e542690e1219e58c3e014e22800a8e9a16029b
8661e937e54ef85292ac168110c3022548f3b7a7
refs/heads/master
2023-06-17T01:28:33.540662
2021-07-13T19:56:04
2021-07-13T19:56:04
385,720,151
0
0
null
null
null
null
UTF-8
C
false
false
333
c
/* ** EPITECH PROJECT, 2020 ** specifer space ** File description: ** sous fonction lib */ #include "my.h" int flags_space(va_list arguments, char *str, int i, va_list copy) { int nb = va_arg(copy, int); if (str[i + 1] == 'd' || str[i + 1] == 'i') { if (nb > 0) my_putchar(' '); } ...
[ "rayan.nouhaud@epitech.eu" ]
rayan.nouhaud@epitech.eu
3deb7c99d6ddd3452934ed695a9135d4b0a08aec
38c0ef1759dc9a9b715589ea632dd1ac6b64d598
/Projects/STM32H747I-DISCO/Examples/LCD_DSI/LCD_DSI_VideoMode_DoubleBuffering/CM4/Src/main.c
16657ec2c157f2c0289d146779919fffac8918cf
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
engycz/STM32CubeH7
9fb379f88d80ca8813557c9ab4e9f83dd7a97bf5
91dd6590d8904651ac01380dd1adaf0b2e8a3068
refs/heads/master
2021-11-26T04:15:14.720718
2021-11-18T14:07:06
2021-11-18T14:11:23
235,042,695
0
0
NOASSERTION
2020-01-20T07:27:10
2020-01-20T07:27:09
null
UTF-8
C
false
false
3,420
c
/** ****************************************************************************** * @file LCD_DSI/LCD_DSI_VideoMode_DoubleBuffering/CM4/Src/main.c * @author MCD Application Team * @brief main program for Cortex-M4 ****************************************************************************** * @atte...
[ "ali.labbene@st.com" ]
ali.labbene@st.com
375d78abe4443ffc4b18a24c1300198db300ee1f
caab310975636e9da9f25e622f8b884b4aea7f1d
/doc/OLD/client-crumb644/code/Butterfly-IO-Firmware/NET-IO-Modul/src/seriald/seriald.h
35a105d5038061a78018445ecc7d9c27091f98a1
[]
no_license
n0rad/restmcu
06fad01a88b6c48fed3326b8a73b9b52aa653a44
6ba22188561d44bcff454ce081f37943a1e3b458
refs/heads/master
2021-05-28T02:09:02.926339
2014-03-14T10:00:28
2014-03-14T10:00:28
null
0
0
null
null
null
null
UTF-8
C
false
false
401
h
#ifndef __SERIALD_H__ #define __SERIALD_H__ // Enable serial terminal compatibility mode, which means // Input lines are terminated by a single \n or \r // Output lines are terminated by \r\n // In normal mode, lines are always terminated by \n. #define TERMINAL_MODE 1 // Enable echo on serial interface #define SERIA...
[ "dev@norad.fr" ]
dev@norad.fr
07c703710c148d139159fac44f0a9b78f6fe335e
ddda55fcfc84ac5cd78cfc5c336a3df0b9096157
/drivers/hal/st/STM32F0xx_HAL/STM32F0xx_HAL_Driver/Inc/stm32f0xx_ll_usb.h
0c9ce89c93b79b047ea8a407023b57a832b11fc4
[ "Apache-2.0" ]
permissive
liu-delong/lu_xing_xiang_one_os
701b74fceb82dbb2806518bfb07eb85415fab43a
0c659cb811792f2e190d5a004a531bab4a9427ad
refs/heads/master
2023-06-17T03:02:13.426431
2021-06-28T08:12:41
2021-06-28T08:12:41
379,661,507
2
2
Apache-2.0
2021-06-28T10:08:10
2021-06-23T16:11:54
C
UTF-8
C
false
false
8,643
h
/** ****************************************************************************** * @file stm32f0xx_ll_usb.h * @author MCD Application Team * @brief Header file of USB Low Layer HAL module. ****************************************************************************** * @attention * * <h2><center...
[ "cmcc_oneos@cmiot.chinamobile.com" ]
cmcc_oneos@cmiot.chinamobile.com
293cdd24c4c55d94c761d005e92ccc5b07691f4c
aa0aa7fbdf8a38b867918338957ea0c9bc7790b5
/build-arm64-clang/system/uapp/gfxfractal/config-module.h
cee247ec5751de3eb4ba9936ac49e2bb9c5518eb
[ "BSD-3-Clause", "MIT" ]
permissive
ChristopherWen/Debug_zircon
e32c21e0caffbdf3a665c1d0c16c16b3879c62cd
76228456e9a31a200f1d4f1fb9b5cd45b52f6263
refs/heads/master
2021-09-14T18:55:13.682316
2018-05-17T13:39:21
2018-05-17T13:39:21
null
0
0
null
null
null
null
UTF-8
C
false
false
1,144
h
#pragma once #define MODULE_LIBS "system/ulib/zircon_system/ulib/fdio_system/ulib/c" #define MODULE_STATIC_LIBS "system/ulib/gfx" #define MODULE_COMPILEFLAGS "-I./build-arm64-clang/system/ulib/c/gen/include_-I./build-arm64-clang/system/ulib/fdio/gen/include_-I./build-arm64-clang/system/ulib/gfx/gen/include_-I./build-ar...
[ "763106285@qq.com" ]
763106285@qq.com
d35fb9b7c2097c58efbb3d58db50f4e971f70be8
8129d6b9573fc730631121f9e3608daf1e1c6368
/programminglanguages1/lab_9-2.c
06846dc3365a2c0af73e2ec5bf91f61aa0f3a60b
[]
no_license
suhedacilek/C-CodeCollections
9ffd0dd8053297bce580f1f08f1deeb45d368417
229ec53ce6e762c881b8b44fe6159b5316bc255b
refs/heads/main
2023-03-22T18:23:35.384170
2021-03-15T19:19:06
2021-03-15T19:19:06
348,092,549
0
0
null
null
null
null
UTF-8
C
false
false
375
c
#include <stdio.h> void main2() { int r, secim; float alan, cevre; printf("Yaricap gir:"); scanf("%d", &r); printf("1-Alan\n2-Cevre\nSecim yap:"); scanf("%d", &secim); if(secim == 1) { alan = 3.14*r*r; printf("Alan = %.2f", alan); } else if(secim == 2) { cevre = 2*3.14*r; printf("Cevre = %.2f", cevr...
[ "suhedacilek.97@gmail.com" ]
suhedacilek.97@gmail.com
7aa3972cc24db52ab3bb5ea855aec42422ddc6da
1fabbdfd1ca9ea1b6808893e12bd907eb74de414
/xcode/Classes/Native/mscorlib_System_Array_InternalEnumerator_1_gen_1419.h
e2c4f5f6cf362e7b9dcb20de62f6461a5821264d
[]
no_license
Klanly/TutorialPackageClient
6f889e96c40ab13c97d107708ae8f3c71a484301
b9d61ba2f287c491c9565b432f852980ec3fee28
refs/heads/master
2020-12-03T01:42:35.256114
2016-11-01T02:40:21
2016-11-01T02:40:21
null
0
0
null
null
null
null
UTF-8
C
false
false
444
h
#pragma once #include <stdint.h> // System.Array struct Array_t; // System.ValueType #include "mscorlib_System_ValueType.h" // System.Array/InternalEnumerator`1<QianKunDaiLogic/ProductInfo> struct InternalEnumerator_1_t18431 { // System.Array System.Array/InternalEnumerator`1<QianKunDaiLogic/ProductInfo>::array Arr...
[ "bu213200@gmail.com" ]
bu213200@gmail.com
1a66d017d5264dc1f7118e8848bcaefb957a9e4e
d6491bb4c5f8b505e3bbc4b517b04646783728be
/www/html/online/trend_plots/runsummary/tutorials/latex4.C
f14bef31de0edf3fb863315aa30c2949a253e933
[]
no_license
alcap-org/AlcapDAQ
7abb402c2f7f1c4c97c1d61a88cbd8c1c6e129f3
269f698bd80a6f57314e1497c15b484f15516cce
refs/heads/R15b
2023-05-11T19:28:41.593446
2019-06-21T17:31:22
2019-06-21T17:31:22
19,924,789
9
1
null
2020-03-18T20:41:34
2014-05-19T00:44:07
C
UTF-8
C
false
false
5,481
c
// Draw the Greek letters as a table and save the result as GIF, PS, PDF // and SVG files. // Lowercase Greek letters are obtained by adding a # to the name of the letter. // For an uppercase Greek letter, just capitalize the first letter of the // command name. Some letter have two representations. The name of the ...
[ "daq@abner" ]
daq@abner
84b86761657d2b03abee34146ba07aed12ec353d
d75c38204a09e55eb633b762194a5dc5a3a4daf0
/scanner.h
89701c4b96129e21a579b72ade113854fa15dd93
[ "MIT" ]
permissive
Gaming32/Lox
117c4eee20581631c7cab317eb73c205df839087
21e55d2423515bda85d2777d21e0bc3ff504509f
refs/heads/main
2023-04-19T03:28:29.647514
2021-04-29T14:57:49
2021-04-29T14:57:49
358,925,210
2
0
null
null
null
null
UTF-8
C
false
false
1,132
h
#ifndef clox_scanner_h #define clox_scanner_h typedef enum { // Single-character tokens. TOKEN_LEFT_PAREN, TOKEN_RIGHT_PAREN, TOKEN_LEFT_BRACKET, TOKEN_RIGHT_BRACKET, TOKEN_LEFT_BRACE, TOKEN_RIGHT_BRACE, TOKEN_COMMA, TOKEN_DOT, TOKEN_MINUS, TOKEN_PLUS, TOKEN_SEMICOLON, TOKEN_SLASH, TOKEN_STAR, ...
[ "soujournme@gmail.com" ]
soujournme@gmail.com
a76f0a4c22d652052e0b45123f1ad47eb638237b
2d7cd7214c92e6d41a335c99011ed4589abd6123
/src/hw/ps7/xlwipconfig.h
8addf3efd55e20d507fe9bd4c639c39f0606f79c
[ "BSD-3-Clause" ]
permissive
kaigemlau/ida-lwip
86ba1c7806d98862ec4048d1fbde5e2f8c270a03
d8f9029bb051116a25c18038bf4306a3820a0866
refs/heads/master
2021-06-03T23:06:22.034778
2018-06-01T05:26:02
2018-06-01T05:26:02
131,133,453
0
1
NOASSERTION
2020-03-07T19:48:48
2018-04-26T09:35:06
C
UTF-8
C
false
false
141
h
#ifndef __XLWIPCONFIG_H_ #define __XLWIPCONFIG_H_ /* this is a generated file: do not modify */ #define XLWIP_CONFIG_INCLUDE_GEM 1 #endif
[ "gemlau@ida.ing.tu-bs.de" ]
gemlau@ida.ing.tu-bs.de
57c7ecb4ab383135b2c4f152d59608b8f750845e
5c255f911786e984286b1f7a4e6091a68419d049
/code/48268652-91d7-4650-9aea-5988a7c98919.c
908bcb49ba93db10312c174efdbdd5d0bae2c005
[]
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
219
c
#include <stdio.h> int main() { float i; float j; float k; float l; i = 6; j = 9; printf("vulnerability"); k = 3; l = i*j*k/9; printf("vulnerabibgtty"); printf("%f\n",k); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
2474740ff5451f36171fb5f52ff2c7d99751724b
1cc48e59acf3c330451f478de1e2608edca16847
/linkers.c
5efe75f0749ede70c4e3f5c7fd3e79487950fc6f
[]
no_license
cwsehn/ProgramInC
586a5b49c28bd64f7a9319a1888962a6da2e6aea
4e1522b25e480b0d5fc4f6db5ce612a2cf4fdfb1
refs/heads/master
2021-05-14T13:46:36.405959
2018-01-02T00:01:04
2018-01-02T00:01:04
115,956,300
0
0
null
null
null
null
UTF-8
C
false
false
395
c
/* ********** program 11.6 Programming in C Linked Lists ***** */ #include <stdio.h> int main (void) { struct entry { int value; struct entry *next; }; struct entry n1, n2, n3; int i; n1.value = 100; n2.value = 200; n3.value = 300; n1.next = &n2; n2.next = &n3; i = n1.next->val...
[ "cwsehn@gmail.com" ]
cwsehn@gmail.com
51493e77b59615a63bc20dfd597e7ea34ded9016
16f75ebdba7e7738e9d771367b5f22d2ec0c6b23
/il2cpp_output/mscorlib_System_Action_1_gen_2MethodDeclarations.h
2b232c3a72931e5d4ab010b3c1769d53ed6a78e4
[]
no_license
18945661022/pintu
c0bb3ffe3627d0f7612b5647a3bbedd879bdd6f3
0becf624cfd9e0812820507890eefc49f5af6f14
refs/heads/master
2020-04-04T19:24:25.056903
2018-11-05T11:08:24
2018-11-05T11:08:24
156,204,405
0
0
null
null
null
null
UTF-8
C
false
false
2,139
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> // System.Action`1<System.Boolean> struct Action_1_t135; // System.Object struct Object_t; // System.IAsyncResult struct IAsyncResult_t263; //...
[ "Apple@chengdedeMac-mini-10.local" ]
Apple@chengdedeMac-mini-10.local
df1fcc87a3086382d3fef88faa53163e7fd04ece
c484ec02b876b7c4869b93e2667001b886adafdd
/source/mvsdke.h
d8899a87ac6c120f3c9894eb43d4251ce1b506bd
[]
no_license
libretro-mirrors/mvdke_comm
1a129f35af7772efe73f358c90cf86d98740572f
a651959d7c6465bdeb7a1b167717fe577f2982db
refs/heads/master
2020-06-05T01:15:46.016585
2019-01-09T21:53:25
2019-01-09T21:53:25
192,263,149
1
0
null
2019-06-17T02:40:54
2019-06-17T02:40:53
null
UTF-8
C
false
false
522
h
/* Mario VS. Donkey Kong e-Reader Link Commands */ #define MVDKE_COMM_MASTER_HANDSHAKE 0x01 //Handshake Request (Master) #define MVDKE_COMM_MASTER_RDY 0x02 //Ready to receive data #define MVDKE_COMM_MASTER_REQ_PART 0x03 //0xPP03 (PP = Part Number) #define MVDKE_COMM_SLAVE_HANDSHAKE 0x05 //Handshake Response (Slave)...
[ "luigiblood@gmail.com" ]
luigiblood@gmail.com
2462d477c7ef9403568abcd14a767471868276ce
fb67aee545aeda3e6203a54daedf79f69395097d
/soal5/soal5a.c
41be93161bd1ced0285f618c37736a7a35b2ab7c
[]
no_license
PutriEndahP/SoalShift_modul2_F01
229c4cd24c72a9da82c31233954106962451bf36
160ca0bc8174b33a1842946976490daa111308a5
refs/heads/master
2020-04-29T03:05:42.430479
2019-03-23T10:23:50
2019-03-23T10:23:50
175,796,190
0
1
null
null
null
null
UTF-8
C
false
false
2,353
c
#include <sys/types.h> #include <sys/stat.h> #include <stdio.h> #include <stdlib.h> #include <fcntl.h> #include <errno.h> #include <unistd.h> #include <syslog.h> #include <string.h> #include <time.h> int main() { pid_t pid, sid; pid = fork(); if (pid < 0) { exit(EXIT_FAILURE); } if (pid > 0) { ex...
[ "noreply@github.com" ]
PutriEndahP.noreply@github.com
fd88204538febcba658fd96d179e67b1e41e6a0f
dea198896f679e577a3fd0923e3fa4470da4b9cc
/ASE15/binsearch/mutant100034_binsearch_std.c
dc9674c8dcec7532a5e95cbd5a46e1d5e95140e4
[]
no_license
naustarg/cbmcmutate
f138ab2b04b4be70d735de90815ac670ae6042ce
a6ee6fd395338bb2dfd6bdffabb2dc484cb303f1
refs/heads/master
2020-04-04T08:10:15.913309
2018-05-21T18:23:58
2018-05-21T18:23:58
null
0
0
null
null
null
null
UTF-8
C
false
false
418
c
#include "sortarray.h" long binsearch(value_t key, long size) { long low = 0; long high = size - 1; while (low <= high) { long mid = ((unsigned long)low + (unsigned long)high) >> 1; value_t midVal = a(mid); if (midVal < key) low = mid + 1; /* MUTANT (rep_op) */ else if (midVal < key) ...
[ "alexgroce@Alexs-MacBook-Pro.local" ]
alexgroce@Alexs-MacBook-Pro.local
d399b3371c0fc2f7ea39bff65895fb9acc611aac
c8677e9a06069f5c0ca132b13f6a61d6b4cb370b
/include/connection.h
99a88b305536ee6ece828791de607b958c4bbecc
[]
no_license
xDSx77/my-bittorrent
936e3417eb5585b4596aa31fd3721d017c5b82f7
7dfd3e4bbf63a2f387edf25a89210d0f7939968b
refs/heads/master
2022-09-04T16:53:49.777990
2018-12-21T21:07:59
2018-12-21T21:07:59
161,664,995
0
0
null
null
null
null
UTF-8
C
false
false
236
h
#ifndef DUMP_PEERS_H_ #define DUMP_PEERS_H_ #include <sys/types.h> #include <sys/socket.h> #include <netdb.h> #include <arpa/inet.h> #include <netinet/in.h> #define PORT "1174" int get_socket(char *url); #endif /* !DUMP_PEERS_H_ */
[ "nassim.habib-allah@epita.fr" ]
nassim.habib-allah@epita.fr
4c47497f4d1e6e649a8fed1a283e0000d2e30a1a
16a76ee66d9b2f59c9beee4a4a0e104ce347e32a
/from_holdec/branchless_arithmetic/x64_elf_gcc/by_hex-rays.c
2d81299f65a7769a3fecab6bbb09cb124b4fdabc
[]
no_license
rfalke/decompiler-subjects
4cee3263fa9116285b4bc4b6373efd2e4efa925f
7187fa93b285c32325826eecd0128e907a28809b
refs/heads/master
2023-08-10T08:24:27.198393
2023-07-28T19:44:41
2023-07-28T19:44:41
3,725,678
41
12
null
2023-03-15T16:14:41
2012-03-15T06:01:36
null
UTF-8
C
false
false
9,848
c
/* This file was generated by the Hex-Rays decompiler. Copyright (c) 2007-2020 Hex-Rays <info@hex-rays.com> Detected compiler: GNU C++ */ #include <defs.h> //------------------------------------------------------------------------- // Function declarations __int64 __fastcall sub_401020(); // weak // int puts...
[ "i-git-stone@rf.risimo.net" ]
i-git-stone@rf.risimo.net
5f1af21428267160e3f1e122e38a09a74edb07f7
0d512961fe5a316adb9db3d31b86bd6ead1c0670
/gfx/gfxfont.h
2c2576899c181ed415ea73297dd55e85ac0e5e72
[]
no_license
jamesloper/zodiac
0ad12efb2b78825d613508e15839595a4a5ac6b6
9952b702ab37e466b739d4f7041ab428e265100c
refs/heads/master
2023-08-25T22:27:32.315132
2021-11-12T03:29:17
2021-11-12T03:29:17
427,212,131
0
0
null
null
null
null
UTF-8
C
false
false
1,091
h
// Font structures for newer Adafruit_GFX (1.1 and later). // Example fonts are included in 'Fonts' directory. // To use a font in your Arduino sketch, #include the corresponding .h // file and pass address of GFXfont struct to setFont(). Pass NULL to // revert to 'classic' fixed-space bitmap font. #include "pico/std...
[ "james@hux.com" ]
james@hux.com
04e47db72b901e0c2373a556dd527566d42f9c9f
f79e53aedab9c74ae9bdd9f0bc652d17b303de63
/mantis-1.0-beta/src/mos/share/reprogram_commands.c
a7fa229e706c384408a120cd108e04feca334f3b
[ "BSD-3-Clause" ]
permissive
ghostandthemachine/mantis-os
063490389a3cf6b445e3b1df38e0196e9a4632ce
848d97ff3f55b76c073eb622ad48536ee1eb7883
refs/heads/master
2021-01-01T19:25:33.031047
2011-05-31T23:54:24
2011-05-31T23:54:24
1,829,303
1
0
null
null
null
null
UTF-8
C
false
false
9,088
c
// This file is part of MOS, the MANTIS Operating System // See http://mantis.cs.colorado.edu/ // // Copyright (c) 2002 - 2007 University of Colorado, Boulder // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the fol...
[ "jonrose08@gmail.com" ]
jonrose08@gmail.com
e62bfaa19abf8a7b6003955ffee1277410c60a46
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/d73cc2bc-4f16-4ccf-8818-4f78c55dbc64.c
89ab71abf9ef49976496fa64dda5efe17ae0ed3d
[]
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
574
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=12; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l/j; l = j-j; l = 6%j; k = k-k*i; //variables //random /* START VULNERABILITY */ int a; long b[86]; long c[8]; a = 0; while...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
941c1507d926279f06fa3104f3cb87d4a7b9d0b9
61182c81d7f3ec56a2d4de3a6243d57914380ace
/SpaceInvaders/SpaceInvaders/stdafx.h
edc1d15d3d0f1711d3bd2f187ceaba08b235e1a1
[]
no_license
Andre-Pires/ComputerGraphics
c6a736cfc398a0dfdf50c09032e6da6107739c07
347e3c03ca0a0d9e2c04e6d98d0447c0a0db7c81
refs/heads/master
2020-12-24T14:17:49.441608
2014-08-07T19:00:10
2014-08-07T19:00:10
null
0
0
null
null
null
null
UTF-8
C
false
false
581
h
// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #pragma once #define _CRT_SECURE_NO_DEPRECATE 1 #define _CRT_NONSTDC_NO_DEPRECATE 1 #include "targetver.h" #include <stdio.h> #include <stdlib.h> #include <wi...
[ "andrepires9181@gmail.com" ]
andrepires9181@gmail.com
1f8363e70c89ac2a262fdde7d9794c8b54b04860
0617812e2b09685070927047990b0e95fbcc4ba5
/keymap_vortex_core.c
0015a0b2c9c801653eaf9ab45986e69873f3d1af
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
pok3r-custom/tmk_pok3r
488a6010d9cf8d75b0304c353e6dde7cab9e877c
bdf476bc6c065fd8b3dc393691792a4db9f370c9
refs/heads/master
2021-09-11T00:17:42.186324
2018-04-04T22:38:47
2018-04-04T22:38:47
101,969,153
17
0
null
null
null
null
UTF-8
C
false
false
2,625
c
#include "keymap_common.h" const uint8_t keymaps[][MATRIX_ROWS][MATRIX_COLS] = { /* Layer 0: Default Layer * ,-----------------------------------------------------------. * |Esc| 1| 2| 3| 4| 5| 6| 7| 8| 9| 0| -| =| `|BSp| * |-----------------------------------------------------------| ...
[ "cawiii@me.com" ]
cawiii@me.com
ffc3f91bca1c062ba9ebcb36312433776657528b
0f49c65cad43af3be9bd6226a768d6269134f13c
/container.c
608c12aad2e15bc45b42f31a137bb6951543c003
[ "MIT" ]
permissive
HsiehYuho/xv6-containerization
b76f1d040d89c89dc662f482c2cac9ffd5610816
2cfd8b9c4fa79634db9ee5405438af6e9711a7f6
refs/heads/master
2020-05-05T04:57:35.637162
2020-03-23T00:17:11
2020-03-23T00:17:11
179,732,093
2
0
null
null
null
null
UTF-8
C
false
false
2,075
c
#include "types.h" #include "container.h" #include "defs.h" #include "spinlock.h" #include "sleeplock.h" #include "fs.h" #include "file.h" #include "memlayout.h" #include "mmu.h" #include "param.h" #include "proc.h" #include "stat.h" #include "x86.h" struct { struct spinlock lock; struct container containers[MAX_V...
[ "yuho.yhhsieh@gmail.com" ]
yuho.yhhsieh@gmail.com
9778ab9a6599a98e9f42c6864c4a4a0a17ef81c2
f70c5de1e6af2b0023ab44a8774a6f3403a1eb16
/HAL/WIFI module/TYPES.h
a750414b0bb936484be5f8a72b9ce6c668f38e79
[]
no_license
YahiaMohamed97/GP_FOTA
9770cc65e9f7687ad79576f6eb10ba8d001d0517
19be8f98df49db96fea8634b4dbbec4152e571d3
refs/heads/main
2023-05-13T18:04:13.047375
2021-06-04T20:25:53
2021-06-04T20:25:53
373,698,626
0
0
null
null
null
null
UTF-8
C
false
false
371
h
#ifndef TYPES_H_ #define TYPES_H_ typedef unsigned char u8; typedef unsigned short int u16; typedef unsigned long int u32; typedef signed char s8; typedef signed short int s16; typedef signed long int s32; typedef unsigned long long int u64 ; typedef signed long long int s64 ; typedef float f...
[ "noreply@github.com" ]
YahiaMohamed97.noreply@github.com
8fc5e87204c3907bff6957fe0ae3f72e1f18d2a6
c3acf1faf34e39e9bf510cab88042625d477fa86
/arrays/Qs12InsertingElements.c
f4d5845fb6bc615f53d7b76fa7971786cb5304a9
[]
no_license
neeraj-satyaki/dsa_daily_dose
3068bfdf918b0488ca5ceebb362a305e7cbfcc20
0058cf2a9e17771b7da5732ad411ec8a5b758bbc
refs/heads/master
2023-06-04T23:48:56.594764
2021-06-26T20:50:02
2021-06-26T20:50:02
null
0
0
null
null
null
null
UTF-8
C
false
false
1,816
c
// Write a program to merge two already sorted arrays #include<stdio.h> int main(int argc, char const *argv[]){ int n1, n2, index_first=0, index_second=0, index=0; // Taking elements to the first array printf("Enter number of elements present in array1 : \n"); scanf("%d", &n1); int arr1[n1]; p...
[ "56729866+sambit221@users.noreply.github.com" ]
56729866+sambit221@users.noreply.github.com
2396757b157a449fbbf586d2ca30fb34834c533c
d5159aa2585c9cfaa80fe68811515e24e6d234ff
/binarySearch.c
d67868ca9a34e2389b51a524b7f78f8b45e2b0f4
[]
no_license
abdurrakib0/algorithm-practice
6c6136d45240a1973a7f315592ce0294438096ae
9388b781e451b0f2cf26f902dcb27d1caa14bb9e
refs/heads/master
2020-05-09T14:48:04.176803
2019-04-13T18:08:15
2019-04-13T18:08:15
null
0
0
null
null
null
null
UTF-8
C
false
false
1,635
c
#include <stdio.h> #include <cs50.h> int binarySearch(int a[], int start, int end, int x); // binary search function prototype int main() { int numbers[] = {7, 8, 9, 85, 95, 100}; //sample array int n = sizeof(numbers) / sizeof(numbers[5]); //counting how many elements in the array int x = get_int("which ...
[ "noreply@github.com" ]
abdurrakib0.noreply@github.com
e7fd28588696b8cde2178c91e8fc62c28ed2240f
289a41b0cc5e8f1b9725aa7a6757cafa7edd9648
/fifo.c
a0ca1253445525e404c97615504de3193d57c42d
[]
no_license
ChinaYY7/Git_learn
4d051c16541e3ad66a24d6c5a160b67ce0b3d975
96023c1c7e33d010bf1029ae2d6fff4eb795b6b6
refs/heads/master
2021-07-09T16:04:11.332252
2018-10-19T02:53:16
2018-10-19T02:53:16
144,933,203
0
0
null
null
null
null
UTF-8
C
false
false
234
c
#include "apue.h" int main() { if (mkfifo("/home/mr_yy/Program/FIFO/fifo2", 0755) != 0) perror("creat FIFO error!");//PC_PIPE_BUF = 4096 else printf("FIFO created\n"); exit(0); }
[ "birdfly551@live.com" ]
birdfly551@live.com
ae40601abc77df1dafecb9d3afd3d8f39be1e1ae
a87c22fbcfbc87ff1bae2a61680cdbb54920e30e
/main.h
a865277d3182d928f275d4cc11e281da72ac732f
[]
no_license
alexandreauda/Puissance4
855158ca1f6b34e1caf59ff41b19aef2c9f5aa91
04efe6d70469a380e032c4fec5c93f396d92f311
refs/heads/master
2021-01-21T05:20:21.888244
2019-01-07T15:02:06
2019-01-07T15:02:06
83,174,509
0
0
null
null
null
null
UTF-8
C
false
false
3,006
h
#ifndef MAIN_H_INCLUDED #define MAIN_H_INCLUDED /*** Inclusion des bibliothèques ***/ #include<stdio.h> /*Inclusion de la bibliothèque d'en-tete standard d'entree-sortie*/ #include<stdlib.h> /*Inclusion de la bibliothèque de fonctions d'allocution memoire, les fonction gérant l'aléatoire,...*/ #include<libsx.h> ...
[ "alexandreauda@yahoo.fr" ]
alexandreauda@yahoo.fr
ffec78e0fce68c65de6bfc326befc59292c47c06
76792e60b6711ccf712a89ab08cd69fc2d64237e
/ContextExample/ContextExample.h
219635e3a9855963ed1290a500b8ca4a42d7a909
[]
no_license
killvxk/RPC
10c00a65323585fc48500c4753bac62483a6f88d
79f82519c65c5e7d0fdd05d748d7b82dfc98bc9d
refs/heads/master
2020-04-07T19:48:36.927230
2017-12-16T07:13:39
2017-12-16T07:13:39
null
0
0
null
null
null
null
UTF-8
C
false
false
2,036
h
/* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 8.00.0603 */ /* at Fri Dec 15 21:39:43 2017 */ /* Compiler settings for ContextExample.idl: Oicf, W4, Zp8, env=Win32 (32b run), target_arch=X86 8.00.0603 protocol : dce , ms_ext, c_ext, r...
[ "artyom.trushkov@gmail.com" ]
artyom.trushkov@gmail.com
9d962a3fa779442cc6355f1c9f0c533d9c54ff7d
ddd2f66396f4d8e5197cf46208fae7079ced311a
/Linked_list/Doubly_linked_List/delete_node.c
a7ff5e06c1418db5096a56d1a83c69aac7ccea36
[]
no_license
neelkanjariya1996/Data-Structures
63c6025ea0065f45e37c43d04585a6a8cbe66baf
c88d03f6ec531405e758d182a7ad54a9b4682ea3
refs/heads/master
2020-04-17T13:22:13.785249
2019-11-08T07:17:11
2019-11-08T07:17:11
166,612,815
0
0
null
null
null
null
UTF-8
C
false
false
2,040
c
#include <stdio.h> #include<stdlib.h> typedef struct list_node_t_ { int data; struct list_node_t_ *prev; struct list_node_t_ *next; } list_node_t; list_node_t* create_node (int data) { list_node_t *new_node = NULL; new_node = malloc(sizeof(list_node_t)); if(!new_node) { return NULL; } new_node->data = d...
[ "neelkanjariya1996@gmail.com" ]
neelkanjariya1996@gmail.com
718bd1cb6ffc9ec1ebc9de2a427dbc22dfe70161
c404d17908646a82960de79b9b3451c435902966
/ss/P4LT/Master_DSP/H/ExternalTDM_BusBridge.h
4f7ba3ddd1aff334d042ae107bd4bd1fe4029be2
[]
no_license
srinivasaraow/ETL600
0ce9d4d8c463253ebed25f018f0eb80f94e81650
34d54322c9df117b436afb175b85f26297af6f15
refs/heads/master
2023-07-10T10:57:36.995008
2021-08-05T10:52:26
2021-08-05T10:52:26
319,848,958
0
0
null
null
null
null
UTF-8
C
false
false
3,858
h
/*-------------------------------------------------------------------------* * $Workfile: ExternalTDM_BusBridge.h $ * Part of : ETL600 / System communication * Language : C * Created by : Bruno Busslinger, PTUKT2 -NOT a PhD- * Remarks : * Purpose : * Copyright : ABB Switzerland Ltd., 200...
[ "sri.rao@yahoo.com" ]
sri.rao@yahoo.com
2a8439b4840d9f90619a2bd737c702c1ee647b17
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/359705c6-3a06-43aa-8271-6e2b547ec941.c
340672693e252fe487a44c76c139d567ebd5d19f
[]
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
553
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=11; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l/j; l = i%j; l = i+j; k = k--*i; //variables /* START VULNERABILITY */ int a; char b[76]; char c[68]; a = 0; while (a < strlen...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
90409d6132a1dd08cd46a89738b1651bc4e61fec
6dbf099660ee82b72fb2526a3dc242d99c5fb8c8
/nuitka/build/static_src/HelpersOperationBinaryMod.c
a75b44e21e275f3b1193994927130d1e1aad3ce3
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
Hellebore/Nuitka
3544af691bc352769858ec1d44b6e9de46087bcf
252d8e5d24521f8fff38142aa66c6b9063151f57
refs/heads/develop
2021-01-06T15:33:49.111250
2020-02-18T14:24:49
2020-02-18T14:24:49
241,380,473
0
0
Apache-2.0
2020-07-11T17:52:04
2020-02-18T14:21:01
Python
UTF-8
C
false
false
193,245
c
// Copyright 2020, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in co...
[ "kay.hayen@gmail.com" ]
kay.hayen@gmail.com
d5fd9852e4558afacf86c7f3dc31eb4f8ccc5334
da43171a0a95bc0ad1623c09d808772f9f1fd854
/Special-Relativity-Demo/glad.c
2631ba997636cd6df1d3b433c6134d63aa51d205
[ "MIT" ]
permissive
08jne01/Special-Relativity-Demo
345191af0f5e041e247bf546bc0b152ce55aa661
2e5a82da8a00de7b4a69c205219b3341bd035010
refs/heads/master
2020-04-22T05:23:01.966759
2019-02-11T23:01:27
2019-02-11T23:01:27
170,157,387
2
0
null
null
null
null
UTF-8
C
false
false
658,919
c
/* OpenGL loader generated by glad 0.1.28 on Thu Nov 15 20:08:20 2018. Language/Generator: C/C++ Specification: gl APIs: gl=4.6 Profile: compatibility Extensions: GL_3DFX_multisample, GL_3DFX_tbuffer, GL_3DFX_texture_compression_FXT1, GL_AMD_blend_minmax_factor,...
[ "joshnel123@gmail.com" ]
joshnel123@gmail.com
98331922c8c0cc46bc3ee988e2ad33afed0167c7
9ebbbdf56ff68ed7555e0af365929f975862976c
/src/images/hexes/rotated_combined/Hex_Rot_Comb_03_01.h
03aeea71fa0ee8720e5479d6b7145234c200e198
[ "BSD-3-Clause" ]
permissive
Press-Play-On-Tape/TheHex
6ff9ba9f6127cbc1474195994e78eaffc8442697
ad2876e1de0d09dbe8123201ecc88bcd4a0d7c5c
refs/heads/main
2023-06-18T21:48:51.321777
2021-07-21T09:47:02
2021-07-21T09:47:02
382,748,897
1
0
null
null
null
null
UTF-8
C
false
false
857
h
// Automatically generated file, do not edit. #pragma once inline constexpr uint8_t Hex_Rot_Comb_03_01[] = { 18, 16, 0xee,0xee,0x55,0x55,0x55,0x55,0x55,0xee,0xee, 0xee,0xe5,0x00,0x00,0x00,0x00,0x00,0x5e,0xee, 0xee,0xe5,0x09,0x77,0x79,0x99,0x80,0x5e,0xee, 0xee,0x50,0x07,0x99,0x98,0x88,0x90,0x05,0xee, 0xee,0x50,0x97,0x...
[ "simon@bloggingadeadhorse.com" ]
simon@bloggingadeadhorse.com
da1001770e5557e488fc5f7839323f39e22f2387
22ed903ec80956873c5bda97625677c2862d0fcf
/Final/Final_Laboratorio_TN/Solucion/validacionStr.h
e3d9d40375223d215c1d7a4f92bb8f5059449300
[]
no_license
fmorales86mb/Laboratorio_1
389f4ec91bfab0971325ef9cf29703d56e7910b3
f4cd6983c2712b2ba515f1bf8a9610c716f2d8be
refs/heads/master
2018-10-09T17:18:36.409673
2018-07-11T02:59:59
2018-07-11T02:59:59
100,598,231
0
0
null
null
null
null
UTF-8
C
false
false
350
h
#ifndef VALIDACIONSTR_H_INCLUDED #define VALIDACIONSTR_H_INCLUDED int soloNumeros(char str[]); int soloLetras(char str[]); int soloTelefono(char str[]); int soloAlfanumerico(char str[]); int subString (char* str, char* subStr, int desde, int posicion); int primerPosicionDe (char* str, int desde, char caracter); #endi...
[ "fmorales86mb@gmail.com" ]
fmorales86mb@gmail.com
1f22450417fd9a51eb9441b3f3f360d6d1bbc66b
5d8a07ec290fa467da1aae59b33b7a9481026338
/board/lazor/board.h
d045c13cb5bbe6f436b18933f7de023b7f1eb264
[ "BSD-3-Clause" ]
permissive
cd8608/chrome-ec
9af6cb209d787311f47f9f8c2b757fae1f0ca2c4
8de594d466d276ca5d8ab617687ed11302041cc2
refs/heads/main
2023-08-03T13:39:38.587360
2021-09-21T15:30:24
2021-09-21T21:56:06
null
0
0
null
null
null
null
UTF-8
C
false
false
3,008
h
/* Copyright 2020 The Chromium OS Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* Lazor board configuration */ #ifndef __CROS_EC_BOARD_H #define __CROS_EC_BOARD_H #include "baseboard.h" /* Internal SPI flash on NPCX7 */ #de...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
1b102ae76f9a30718638f912cc839fb1fc252104
dd9d6c2f1e600ab94890e8a60af45d3c62b8087f
/versions/2.0.8/javadoc/org/apache/cassandra/thrift/Cassandra.Processor.system_add_keyspace.h
db02c345ace9a4f0e90b7747fcb33b499f62d645
[ "Apache-2.0", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference" ]
permissive
jelastic-public-cartridges/openshift-origin-cartridge-cassandra-2x
1def4d9de7609c666462aeff172ae6905a6b1a2a
3569ddbd146bf69b64c2e98e7472ac5b4cb0e3ea
refs/heads/master
2020-04-06T07:05:00.907217
2018-07-13T14:39:22
2018-07-13T14:39:22
21,737,824
0
4
null
2015-11-04T17:30:17
2014-07-11T13:53:16
Python
UTF-8
C
false
false
15,321
h
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_55) on Wed May 21 12:21:17 CEST 2014 --> <title>Cassandra.Processor.system_add_keyspace (apache-cassandra API)</title> <meta name="date...
[ "dz@jelastic.com" ]
dz@jelastic.com
1d490ab6e7eab4c64efd3168df4702a94850b2d2
5c6e7bcd0788e3428e444fdd8d58166e4a8fce0f
/Generator/Errors.c
d058756b5f55ebcba3052667ddfda8f4fed21e9c
[]
no_license
ffibleuil-kc/apg-6.3
148056461caf96b45bd8ff22d5f62fac89784f4f
5360b8d8a2d0ff3f4ebda99b0d662466df1f3d9a
refs/heads/master
2021-05-28T06:43:10.548965
2014-06-03T22:09:16
2014-06-03T22:09:16
null
0
0
null
null
null
null
UTF-8
C
false
false
4,088
c
/******************************************************************************* Version 6.3 APG - an ABNF Parser Generator Copyright (C) 2012 Coast to Coast Research, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published...
[ "franck.fibleuil@mac.com" ]
franck.fibleuil@mac.com
ca2840b53b44b3efb3520de6a539c7b5f6ece539
a81387cda2ec228ee07f949e31ffa3feb476b8e1
/fn.c
9c062a780cdc5b0bebb5936a977d5f3be80f097f
[]
no_license
Pragyanshu-rai/prai-codes
aea28b09fe1253538b8d0b1e5be8af7a0a9b0eae
241b182c79fcc05cd33f7680b3e1974125f24f3e
refs/heads/master
2023-08-02T22:27:52.037562
2021-09-15T09:34:24
2021-09-15T09:34:24
310,102,559
0
0
null
null
null
null
UTF-8
C
false
false
51
c
#include<stdio.h> int main() {int a=10,b=20,c; }
[ "Rai@mail.com" ]
Rai@mail.com
d6509ce89e4a7d3aa732cf7af17ee1224302fae2
46fda2ea47f311ee7fefc6f6210811c7f4bd74ad
/net/sniproxy/files/patch-src_tls.h
af3540daa75982baf88a3b3380fd9d395e3d73a8
[ "BSD-2-Clause" ]
permissive
truenas/ports
ad560a8adde884dc0cfc4b292bbbcad91903b287
da4ed13ad08a6af5c54361f45964fa1177367c68
refs/heads/truenas/13.0-stable
2023-09-02T03:00:28.652837
2023-08-16T16:05:00
2023-08-16T16:05:00
8,656,293
18
9
NOASSERTION
2023-09-12T15:15:34
2013-03-08T17:35:37
null
UTF-8
C
false
false
207
h
--- src/tls.h.orig 2018-12-06 04:14:58 UTC +++ src/tls.h @@ -28,6 +28,6 @@ #include "protocol.h" -const struct Protocol *const tls_protocol; +extern const struct Protocol *const tls_protocol; #endif
[ "se@FreeBSD.org" ]
se@FreeBSD.org
c2c4ddb79a9158274ac515b208cea3757cb1783e
c50d0261af1382574961e26be8c66cb22fe47c87
/boards/twrk80f150m/cmsis_driver_examples/i2c/int_b2b_transfer/master/pin_mux.c
fecbd7720ec9821170bbd08dedd616163cd7884e
[]
no_license
cargodog/kinetis-sdk-mk8x
299f7bfb2ebf16c1b58b32c6746deb2ab3fbc93c
f4df416f23d171f8516947f36b6a759ee18c1dc9
refs/heads/master
2020-07-04T12:03:02.706394
2019-08-14T05:38:04
2019-08-14T05:38:04
202,281,722
1
0
null
null
null
null
UTF-8
C
false
false
7,359
c
/* * Copyright (c) 2016, Freescale Semiconductor, Inc. * Copyright 2016-2017 NXP * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ /* clang-format off */ /* * TEXT BELOW IS USED AS SETTING FOR TOOLS ************************************* !!GlobalInfo product: Pins v3.0 processor: MK80FN256xxx1...
[ "cargodog@protonmail.com" ]
cargodog@protonmail.com
cad610f47d6f35edef9d3956234b6bb2ba4e861f
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/crypto/extr_atmel-aes.c_atmel_aes_cbc_decrypt.c
043cc4be0614a27b7b37d213e97b38e9068f6772
[]
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
679
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
01e9a13736ed85285fecae460c5e1c3fb55d81aa
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE190_Integer_Overflow/s02/CWE190_Integer_Overflow__int_connect_socket_square_17.c
2de342d9defe62c813c16f5791d66ef99ee5efc7
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C
false
false
7,787
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE190_Integer_Overflow__int_connect_socket_square_17.c Label Definition File: CWE190_Integer_Overflow__int.label.xml Template File: sources-sinks-17.tmpl.c */ /* * @description * CWE: 190 Integer Overflow * BadSource: connect_socket Read data using a connect soc...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
43635d0adf9f5e0c0cae7c5d1829d1be674c7bcc
598737b786a20889dc6acd468478baf4972535b3
/src/dist/am-utils/hlfsd/hlfsd.h
c1acc19aa8733919c0a77d0069a3b4b12bd5c14f
[ "BSD-2-Clause", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
shisa/shisa-netbsd
5c8e289de2a48b6d8f39bd3add9ca4ea48fec1da
28d999d1c25107c126e0a458a97b9397aae592ef
refs/heads/master
2021-01-01T05:33:32.619808
2008-05-26T04:27:54
2008-05-26T04:27:54
32,793,680
1
2
null
null
null
null
UTF-8
C
false
false
5,859
h
/* $NetBSD: hlfsd.h,v 1.5.2.1 2005/08/16 13:02:24 tron Exp $ */ /* * Copyright (c) 1997-2005 Erez Zadok * Copyright (c) 1989 Jan-Simon Pendry * Copyright (c) 1989 Imperial College of Science, Technology & Medicine * Copyright (c) 1989 The Regents of the University of California. * All rights reserved. * * This ...
[ "keiichi@mobilegravity.sfc.wide.ad.jp" ]
keiichi@mobilegravity.sfc.wide.ad.jp
b86ee02d8fda49387147d2d760502fbf0f152bf6
a5a21702cee00d3e14d8ea9395311ddc818cc900
/F446/Inc/main.h
f05c6aa0303be1d19288550cd46e2c416ea7f292
[]
no_license
Jadimo/Nucleo-446
a8960fe1911807d956c3e87b993f95320a9a14fa
96822868ea9389f9baa6d288b0d2c2d5af567c97
HEAD
2018-09-07T11:15:07.993378
2018-05-15T18:51:06
2018-05-15T18:51:06
110,149,103
0
0
null
null
null
null
UTF-8
C
false
false
8,683
h
/** ****************************************************************************** * File Name : main.hpp * Description : This file contains the common defines of the application ****************************************************************************** ** This notice applies to any and al...
[ "jadimo007@gmail.com" ]
jadimo007@gmail.com
f4c134cafc1e6d1ee882476d71949aa415006548
1ce6435c24573faf03852c62cd6f0997f08fedd1
/mgmt_audio_scheduler/inc/sx_mgmt_audio_scheduler.h
fdf12dd78996b3598b325c055f63cecab340a7d3
[]
no_license
r930709/sunnycast
a958ec121a1831799f397c8bebd0e49df7147693
fdb57c0a81a8373b361d2af0f6d542f6d806d111
refs/heads/master
2021-01-19T03:13:11.767839
2016-06-13T13:58:45
2016-06-13T13:58:45
52,418,319
0
0
null
null
null
null
UTF-8
C
false
false
180
h
#if !defined(SX_MGMT_AUDIO_SCHEDULER_H) #define SX_MGMT_AUDIO_SCHEDULER_H extern void sx_mgmt_audio_scheduler_init(void); extern void sx_mgmt_audio_scheduler_open(void); #endif
[ "sunnyboyr930709@gmail.com" ]
sunnyboyr930709@gmail.com
1fb01a7964c2b0dbd66381f0fc05ed3d480db322
0771537b27a6d5a2c674d14ba95230aff2215b87
/src/keymap.c
deeae2222fe1478e2664cc282b422c29aa90b315
[ "MIT" ]
permissive
Andre-LA/tym
2cfc3297f22d2e0fbbd0b53e902c15f3450a53bd
9186603f1e5b2e0e3340fb77d4e2f2aa20e6f41a
refs/heads/master
2022-12-16T20:51:55.322994
2020-09-13T05:16:38
2020-09-13T05:16:38
295,876,444
1
0
MIT
2020-09-15T23:55:44
2020-09-15T23:55:43
null
UTF-8
C
false
false
2,729
c
/** * keymap.c * * Copyright (c) 2017 endaaman * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. */ #include "keymap.h" typedef struct { unsigned key; GdkModifierType mod; char* accelerator; int ref; } KeymapEntry; static void f...
[ "buhibuhidog@gmail.com" ]
buhibuhidog@gmail.com
0d206b8a28ece0fe1b50ac1b0b513df6f9c09f0c
d36376213a5afc8f2f2f8f6fac16815e32cb41d9
/pr4/uart_int.c
3d7950b30d2b044a6f01fa5e9f51750319c0c662
[]
no_license
Campos5/SED
3c2d98271e2bca0a457b33e4b2aafd386bea75a6
14c3491dcbd5335a59921944ab9b68fcba6ffef4
refs/heads/master
2020-04-24T05:12:45.706900
2019-05-09T10:43:12
2019-05-09T10:43:12
171,728,833
0
0
null
2019-05-09T10:43:19
2019-02-20T18:39:55
C
UTF-8
C
false
false
3,878
c
/*--- ficheros de cabecera ---*/ #include "44b.h" #include "uart.h" #include <stdarg.h> #include <stdio.h> /*--- definicion de constantes ---*/ #define KEY_BUFLEN 100 /*--- variables globales ---*/ static unsigned char keyBuf[KEY_BUFLEN]; // buffer de recepcion volatile static int keyBufRdPt=0; // puntero de...
[ "noreply@github.com" ]
Campos5.noreply@github.com
173b658b9ddc2537aa43fb36ef2fa5777ec2e98f
9ac0c42fb622ad7a0c81b12d5aa218d244e58a65
/get_next_line/libft/ft_strnequ.c
4d69268db9471b519bb5ab94e8519a027d199410
[]
no_license
chzabakh/rtv1latest
98598617936d53313eed8cf24c501def98a4c45a
119cfeeb4078de004d1effebb4569c4ab30a572e
refs/heads/master
2023-01-27T17:23:10.069781
2020-12-12T15:29:36
2020-12-12T15:29:36
320,861,249
0
0
null
null
null
null
UTF-8
C
false
false
1,153
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strnequ.c :+: :+: :+: ...
[ "chzabakh@e2r8p11.1337.ma" ]
chzabakh@e2r8p11.1337.ma
92516c5e2fad39868793594b864daf3e4e0f61ec
9be2620147539a2b3b4787f61f6dffcc5fa40a28
/src/engine/voice.h
8ba2830be89993dff9b8b1ac969df41726625898
[]
no_license
strelkovsky/GoldSourceRebuild
2f3c77cbb86a7ba3dd9996f0ec909cf3011059c0
adf3f6b14e4afed595dd5fe8aa2a6de64decebef
refs/heads/master
2021-06-16T17:17:54.743493
2017-05-31T12:46:20
2017-05-31T12:46:20
null
0
0
null
null
null
null
UTF-8
C
false
false
497
h
#ifndef ENGINE_VOICE_H #define ENGINE_VOICE_H #include "ivoicetweak.h" extern IVoiceTweak g_VoiceTweakAPI; void Voice_RegisterCvars(); bool Voice_Init( const char* pCodecName, int quality ); void Voice_Deinit(); int VoiceTweak_StartVoiceTweakMode(); void VoiceTweak_EndVoiceTweakMode(); void VoiceTweak_SetControl...
[ "duo929@hotmail.com" ]
duo929@hotmail.com
9b614b3cf4c45b1eaa42fa0ffcccb4e5c65602a3
0cbcb6c8bacc11a7c56a1af4a4623bfdc2dee30a
/Sistemas Operativos/Parcial 2/SourceCode/p2-copiaSeguridad.c
04dc89b9ea16ce43242795562269f6a2f3c30e56
[]
no_license
rcalvom/Sistemas-Operativos
7a98d0ff2116c57d0261442f76f870c29d802109
87ab32367657ed12daa1e50bbbfcc62f781eb273
refs/heads/master
2021-01-04T04:41:17.834846
2020-02-13T23:57:46
2020-02-13T23:57:46
240,391,864
0
0
null
null
null
null
UTF-8
C
false
false
3,113
c
#include <stdio.h> #include <stdbool.h> #include <stdlib.h> #include <sys/stat.h> #include <string.h> #include <time.h> #include "Functions.h" #define MAXSIZE 100 // Tamaño máximo del comando bash. #define DATELENGTH 14 // Tamaño de la fecha. int main(int argc, char *argv[]){ ...
[ "noreply@github.com" ]
rcalvom.noreply@github.com
3e8919cd1f51adeb8db5fa34119385011fcda0cc
5a5028fcdf6a78b911a083a19d1f1c4b0b92a0fb
/third_party/ffmpeg/build_environment/MinGW/include/strings.h
5342276e37550c9d3dfcc275cd0b23200dc0f61e
[]
no_license
li-xiao-nan/mediakit
d1813982475bf949a141eb26c606620571fe16dd
0dc0d24fbf411da1131c086d705d37552826b521
refs/heads/master
2022-07-31T05:42:29.133808
2022-07-12T17:07:04
2022-07-12T17:07:04
45,232,458
8
2
null
null
null
null
UTF-8
C
false
false
305
h
/* File: strings.h Copyright: Public Domain This file is provided because non ANSI fuctions are described in string.h that belong in strings.h. These functions are provided for in the OLDNAME libraries. */ #if !defined(_STRINGS_H_) # define _STRINGS_H_ 1 # include <string.h> #endif
[ "lixiaonan06@163.com" ]
lixiaonan06@163.com
d711050ce8382cef2b28cc5f5bc95b6a7d67cf6e
579f280ee6fe00796cc3565cba635edfef0abfb6
/nguyend6/Assigment 2/cardtest4.c
2424ba16e6e9f725a90fe7446b82823cc80f33b3
[]
no_license
fahlmant/cs362
633bac35ba641797f1cc26edaa0713576d54ccd6
3af6b387129c5c9ba7a4b0159a20c7a09ed0c3f8
refs/heads/master
2020-04-30T17:20:29.717562
2015-06-10T10:27:53
2015-06-10T10:27:53
176,976,345
0
0
null
null
null
null
UTF-8
C
false
false
2,022
c
/* Name: cardtest4.c Author: Duy Nguyen Date: 4/26/2015 Assigiment 2 - CS 362 Program: Testing the Great Hall card */ #include "assert.h" #include "dominion.h" #include <stdio.h> #include "rngs.h" #include <stdlib.h> #include <math.h> int main (int argc, char** argv) { struct gameState *q = newGame(); ...
[ "nguyend6@onid.oregonstate.edu" ]
nguyend6@onid.oregonstate.edu
cd7e7ed8a90c78b71b6cc7631498af6aaa15f4b8
eadf3f76a01e9c3002385f803abbd769d4d688b7
/engine/include/qpic.h
1d3471ad8afef5c5943ddbe12b4ebc66005d93b2
[ "MIT", "GPL-1.0-or-later", "GPL-2.0-only", "LicenseRef-scancode-proprietary-license" ]
permissive
QUINTIX/blinky
75faba7c06f7b11fbfd9a91924abf923f3a523da
ebd69b3181e645542de1fbd6d7a38a161e092ae3
refs/heads/tyr_update
2023-05-31T08:16:36.895649
2021-06-23T04:05:27
2021-06-23T04:05:27
284,851,673
4
1
MIT
2021-06-23T04:05:28
2020-08-04T01:58:58
C
UTF-8
C
false
false
1,642
h
/* Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 2013 Kevin Shanahan and others This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any late...
[ "swilliams@pros.com" ]
swilliams@pros.com
07e714ee6225d670b25a0071280650f5e571e737
72937c8fdd72da66f565c63a457f430daeb65764
/Chapter 05 (Basic Drawing)/12 - ALTWIND/ALTWIND_8/ALTWIND_8.c
7e5e5ab752a9747c276495220eba6b23f38f7295
[]
no_license
PhaleOmkar/Programming-Windows---Chales-Petzolt
ca111a8516b71ae23f4d42b8b3f2d23a55c4a56c
d25a35308ccd5c8425ccef876e5c366648ffdcad
refs/heads/master
2023-09-04T22:42:23.817638
2021-11-08T14:37:10
2021-11-08T14:37:10
null
0
0
null
null
null
null
UTF-8
C
false
false
4,225
c
#include <windows.h> LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM); int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR iCmdLine, int iCmdShow) { TCHAR szAppName[] = TEXT("ALTWIND"); HWND hWnd; MSG msg; WNDCLASSEX wndclass; wndclass.cbSize = sizeof(WNDCLASSEX);...
[ "dangivijaykumar5@gmail.com" ]
dangivijaykumar5@gmail.com
241a41c60e156e1e36576a2e9997a457b2d3891d
e77032424592500697e75ec3345b5fc7edfc82bf
/lib/fft4g.h
547185b569429c9c6a3ebc7c41afcb3cc9391711
[ "MIT" ]
permissive
alexcannan/feedback_identifier
ea14c01765c97c2e498762649cb5d0db0870b0e3
a7db1e01b195fa8dc672b8c348d86f0deff86099
refs/heads/master
2020-04-13T22:27:02.572202
2019-05-17T03:19:32
2019-05-17T03:19:32
163,479,520
0
0
MIT
2019-01-08T18:59:01
2018-12-29T05:38:13
C++
UTF-8
C
false
false
755
h
#ifndef FFT4G_H #define FFT4G_H /* header for fft4g.c */ #include <math.h> #include <stdio.h> #define MAX(x,y) ((x) > (y) ? (x) : (y)) /* random number generator, 0 <= RND < 1 */ #define RND(p) ((*(p) = (*(p) * 7141 + 54773) % 259200) * (1.0 / 259200.0)) #ifndef NMAX #define NMAX 8192 #define NMAXSQRT 64 #endif vo...
[ "alex_cannan@brown.edu" ]
alex_cannan@brown.edu
3e7eef05227afad23eef92027518043c0c11b1c3
9f7adc9a77d5645e7d7ea338ec28a2f8db3538f3
/bin/S0/src/src/S0.c
9426b986bc3bc0276d302784eaa3c03697389e65
[]
no_license
fluser/PVLng
67950dc2d9e4a5c7413a3995a531ea77adc0a9ab
5c4fa8f7feca517436677d97079b64ea11cf3c16
refs/heads/master
2020-12-28T23:23:49.662907
2014-01-03T18:14:35
2014-01-03T18:14:35
null
0
0
null
null
null
null
UTF-8
C
false
false
8,584
c
/* ======================================================================== */ /* */ /* S0.c */ /* (c) 2013 Knut Kohl <github@knutkohl.de> */ /* ...
[ "github@knutkohl.de" ]
github@knutkohl.de
7e7bc4b2068ae81bf2f56e0c39827b152e9066f9
7400807ff1072893e699247bc6f9f79a1e061e36
/sources/em125-sysfs.c
736a6a9a70a095b69a720909618bbb369a55e530
[]
no_license
kinbold/card-reader
e200d1e2b52d31a9f64e9772021a61feca15efcc
47e8062cf22c14157ef180a4eb52b824ceafee30
refs/heads/main
2023-05-20T11:52:25.911879
2021-05-24T22:43:21
2021-05-24T22:43:21
367,477,865
0
0
null
null
null
null
UTF-8
C
false
false
7,601
c
/** ****************************************************************************** * @file aba-reader-sysfs.c * @author Dimitri Marques - dimitri@ddembedded.com.br * @version V0.0.0 * @date 2016-04-26 * @brief Wiegand Reader Sysfs implements **************************************************************...
[ "vitor.gomes@csgd.com.br" ]
vitor.gomes@csgd.com.br
bf5e76cfe3779fb7aa8fabac8fc7ba6b6abb8366
a1446c3f95df2dfe097a9bd6b463767b00f18140
/usr.sbin/bind/lib/dns/rdata/in_1/wks_11.h
faa166636bef98672004cb78fcee7fa669e936c0
[ "ISC" ]
permissive
chrissicool/l4openbsd
e2fb756debc1c3bdc1c2da509fa228c25a3185e8
077177814444e08500e47bc2488502f11469bc60
refs/heads/master
2021-04-09T17:12:53.122136
2011-08-22T16:52:58
2011-08-22T16:52:58
1,706,491
18
4
null
2017-04-06T19:17:29
2011-05-05T14:08:03
C
UTF-8
C
false
false
1,182
h
/* * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission noti...
[ "cludwig@net.t-labs.tu-berlin.de" ]
cludwig@net.t-labs.tu-berlin.de
4e3fc7dcda5d08666d8e7308c83db30f9ab2ec49
577430269ea517159b299bab8b8b436cacc3675e
/0x03-debugging/2-largest_number.c
5591ba6b50e7a1da76a956cdf00efce58a98d85a
[]
no_license
luzbaza/holbertonschool-low_level_programming
dc296e3ec31c0360ce60f9c8a90fb9ccb39b6e6b
1d4947c36ee4aabf8a5361ad3e5a5dde04be8779
refs/heads/master
2023-07-16T08:21:26.347980
2021-09-01T20:18:02
2021-09-01T20:18:02
300,449,852
0
0
null
null
null
null
UTF-8
C
false
false
370
c
#include "holberton.h" /** * largest_number - returns the largest of 3 numbers * @a: first integer * @b: second integer * @c: third integer * Return: largest number */ int largest_number(int a, int b, int c) { int largest; if (a > b || b < c) { largest = a; } else if (b > a || a > c) { largest = b; }...
[ "2459@holbertonschool.com" ]
2459@holbertonschool.com
9b7431b8a2cc0403b560bac5dcbd29330c0dd2d8
d6039579113830659343f84e5b040345688b4b2c
/Exercices/Chapter_08/exercice_01/program_06.c
bfbdd1ca8b52fe913a377df77dfded9f31a617b3
[]
no_license
doylejg/Programming-in-C-4th-Kochan-Solutions
820f351770663b18ee0752eb1aa0fa38ec06a6ee
0c5d8d30e9d112542ba6859c795c3b3689b7a2d6
refs/heads/master
2020-08-11T14:03:04.026002
2017-02-02T20:50:15
2017-02-02T20:50:15
214,576,793
1
0
null
2019-10-12T04:21:45
2019-10-12T04:21:45
null
UTF-8
C
false
false
928
c
// Program to illustrate arrays of structures. #include <stdio.h> struct time { int hour; int minutes; int seconds; }; int main(void) { struct time timeUpdate(struct time now); struct time testTimes[5] = {{11, 59, 59}, {12, 0, 0}, {1, 29, 59}, {23, 59, 59}, {19, 12, 27}}; int ...
[ "noreply@github.com" ]
doylejg.noreply@github.com
55e9cbb011c4813da1486478b9cfc7008985ac9d
d5b36ad3065be5074523ab793b92251abf524290
/new_adu/sw/app/src/mapcode/slam_ekf_patac_map_pose_output_types.h
034af17905878e62b23203128d9fc3c71867bc55
[]
no_license
cole05/light-animation
4fb1f6d330c89ba145c617737ba6b550c7983bd2
f8e1ffb85f7363daaa9504b747ef593a07c20626
refs/heads/master
2020-06-18T06:58:27.352282
2018-09-05T09:52:36
2018-09-05T09:52:36
null
0
0
null
null
null
null
UTF-8
C
false
false
1,051
h
/* * File: slam_ekf_patac_map_pose_output_types.h * * MATLAB Coder version : 3.2 * C/C++ source code generated on : 15-May-2017 18:33:17 */ #ifndef SLAM_EKF_PATAC_MAP_POSE_OUTPUT_TYPES_H #define SLAM_EKF_PATAC_MAP_POSE_OUTPUT_TYPES_H /* Include Files */ #include "rtwtypes.h" /* Type Def...
[ "shijiewang_lucky@126.com" ]
shijiewang_lucky@126.com
19256afca061f8b830dd648e2090a9f5a3d2eaa8
46d73b1b8996f4873e174616aecb304538df67a4
/dm1/ImageFilter-CodeNonOpti/nonlocalmeanfilter.h
93e6dba182b215a9b05aac4554063705a68492d6
[]
no_license
Jean-py/OIM
46ed9a9f91c4d12d68f66e74f5a728166843c8ad
e57bedfa93fc975b6a0e4f6e9d57ef181bd80a7d
refs/heads/master
2021-05-30T14:48:36.574766
2016-02-27T11:02:12
2016-02-27T11:02:12
null
0
0
null
null
null
null
UTF-8
C
false
false
323
h
#include "image.h" #ifndef __NLMEANFILTER__ #define __NLMEANFILTER__ void nonlocal_meanfilter(image *img, image *out, int filtersize, int texturesize); float distanceEuclidienne(int i,int j,int k , int l, int filtersize, image* img); float moyPixelR (image* Roi ,int i,int j ,int filtersize ,int texturesize ); #end...
[ "jean.philippe.riv@gmail.com" ]
jean.philippe.riv@gmail.com
ae54212a2cdf67b4ca482904de1e54014c36c36c
68199522b587f81465fa52801597a8071f36708c
/Sources/src/util/patmatch.h
c783125947bb568249610f0024cadbb22b5bea40
[]
no_license
GunterMueller/Codemist_Common_Lisp
d32b71a16d33ffdd695297cd4c7bf6a86a65c1ca
c4c038e0a7fe7fc9deee6a57b47737970065f9b3
refs/heads/master
2023-08-13T23:15:04.944426
2018-10-24T19:50:23
2018-10-24T19:50:23
154,560,307
1
1
null
null
null
null
UTF-8
C
false
false
367
h
/* * patmatch.h Copyright (C) Codemist Ltd 1994 * * Matching of file-names against wild-card patterns * * A C Norman */ /* Signature: 03cfbfee 14-Sep-1994 */ extern int wildmatch(char *pattern, char *filename); extern int casefold_match(char *outname, char *patte...
[ "gmueller@WINDESK14.echn.ca" ]
gmueller@WINDESK14.echn.ca
1a2677e304ea7ef429259788723b5ce2c6c9742d
1b37eea8e8f32a47fffeec2d6845244dfe1243f7
/YJ_Control/CustomControl/单例/JCM_Singlent.h
b12452f45b395fd3eb01ba54444fa874a579b04a
[]
no_license
HairJaker/YJ_Control
5363dbdcb24f3b6029c26aa492f6833f9e3368b2
b136553927cd72ef994bb286fe81d9291c7c725e
refs/heads/master
2021-06-10T10:24:04.428597
2021-04-02T02:24:07
2021-04-02T02:24:07
117,960,107
0
0
null
2018-05-15T09:57:21
2018-01-18T09:17:17
Objective-C
UTF-8
C
false
false
685
h
// // JCM_Singlent.h // 竞彩猫 // // Created by yujie on 17/1/12. // Copyright © 2017年 yujie. All rights reserved. // #ifndef JCM_Singlent_h #define JCM_Singlent_h #define singlent_for_interface(className) + (className*)shared##className; #define singlent_for_implementation(className) static className*_instance;\ +...
[ "2662618853@qq.com" ]
2662618853@qq.com
135da781102fce1c6ac3c13384c22b8ae395b171
8e6471e3f9fa7444d618abc5dcec5d3d64d7e8cc
/spoj/NSTEPS/NSTEPS-19879665.c
3ae39ff434c8b82d0d824ffbeb977397f7bc8c97
[]
no_license
dinesh6752/Competitive-programming
d8df801d090f41de55c15d8a0e5ac91cc1eee32d
5550b1f4d314603bf8e332104d5c2bf00c1f0f97
refs/heads/master
2021-09-10T21:28:18.006269
2018-04-02T14:11:11
2018-04-02T14:11:11
96,135,200
0
0
null
null
null
null
UTF-8
C
false
false
265
c
#include <bits/stdc++.h> using namespace std; int main(){ int t,n,m; cin>>t; while(t--){ int x,y; cin>>x>>y; if(x==y||x==y+2){ if(!(x&1)){ cout<<x+y<<endl; } else{ cout<<x+y-1<<endl; } } else { cout<<"No Number\n"; } } }
[ "dinesh6752@gmail.com" ]
dinesh6752@gmail.com
3d653b84b700e98ee0b53af512f20d565ac74012
c7a415895d8b78226c21b4464620e1a73eafa42e
/Repository/run.C
d97f7b0af4ff2d8f889efe2b1e9eee6aaf839a99
[]
no_license
skyriacoCMS/PhotonID
d9d4394503383b7e5e953b6a0a94bcbc94cdafa1
b9e2caa27c881cef6e3775c2773457aab778d0f0
refs/heads/master
2021-03-12T21:47:18.108089
2014-08-24T00:47:38
2014-08-24T00:47:38
null
0
0
null
null
null
null
UTF-8
C
false
false
128
c
#include <stdlib> #include <TSystem.h> void run(){ gSystem->CompileMacro("CSA14.C"); CSA14 t; t.Loop(); }
[ "kyriacou@hexcms.hexfarm.rutgers.edu" ]
kyriacou@hexcms.hexfarm.rutgers.edu
04025f3a4509622e96d61d4cc5284170b1719931
a364f5e25e4ec3563c2a6e366069488786927948
/sys/arch/arm32/podulebus/cscvar.h
5a8b0caed28536213cfc1bc43337e1e58589b3c0
[]
no_license
noud/mouse-bsd
b044db5ba4085794b94ea729eb4148e1c86d73b5
a16ee9b253dbd25c931216ef9be36611fb847411
refs/heads/main
2023-02-24T06:22:20.517329
2020-08-25T20:21:40
2020-08-25T20:21:40
334,500,331
1
0
null
null
null
null
UTF-8
C
false
false
2,387
h
/* $NetBSD: cscvar.h,v 1.1 1998/09/01 02:24:12 mark Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Scott Stevens. * * Redistribution and use in source and binary forms, with or without * modif...
[ "mouse@Rodents-Montreal.ORG" ]
mouse@Rodents-Montreal.ORG
17380c53e113060341d61676e78606c294ad1980
28c1c6503c12fce968a7ab3b1849dcce005af092
/utils.h
d7517807000fb47969e197997956aeaaa10f22fc
[]
no_license
dronefpgabasedarchitecture-pizza/tricopter
9be8a481b36385d50f822f603a777729c726bc85
5e628d4ac9dae19c794f4fb25716fbcf522e70d5
refs/heads/master
2021-01-23T00:15:38.081055
2012-08-14T03:33:10
2012-08-14T03:33:10
null
0
0
null
null
null
null
UTF-8
C
false
false
585
h
#include "wirish.h" #ifndef _UTILS_H_ #define _UTILS_H_ // Comment out to disable USB printouts #define USB_VERBOSE // Default USART baud rate #define BAUD 9600 void cmd_print_help(void); void cmd_board_info(void); void set_prescale(timer_dev *dev); void init_all_timers(uint16 prescale); void enable_usarts(void...
[ "jairoscz@gmail.com" ]
jairoscz@gmail.com
5a5b9b1f55787abb3ed4085b5dea565bdb108a65
de70482a1292cf29e74e886c856d30b67202837a
/coloredOutput/coloredOutput.c
9c3926dfaaa612d070974975a8a2675b7d5ca441
[]
no_license
msereniti/evm
cab425a8af3d7b02206f2b046a9dd5537816a7fc
14a0fe2496cd374a71a81a953c6ac76f180d3e48
refs/heads/master
2023-07-20T09:15:46.066155
2019-12-19T22:09:15
2019-12-19T22:09:15
null
0
0
null
null
null
null
UTF-8
C
false
false
1,781
c
#include "../cursor/cursor.h" #include <iostream> void coloredOutput(char *label, int x, int y, int charIndex, int length) { char output[10000] = {'\0'}; int outputLength = 0; for (int i = 0; *(label + i) != '\0'; i++) { output[outputLength] = '\033'; outputLength++; output[outp...
[ "phytonmk@yandex-team.ru" ]
phytonmk@yandex-team.ru
468cc96f3ee570d2e570e0524054a20739f15dc7
e459e26c59f96d91e3076a29af56d0c289940fb4
/src/JVerbsBench/src/IbPerfCounter/IbPerfCounter.h
0bc51c3f546b51463b90db7f672a755d758cc4b2
[]
no_license
hhu-bsinfo/jib-benchmarks
01eb4fb0c6ee9d1a6f98c0fc46ec37f043d06f52
ac3a69c90f56decb30b34113045917a3f89d3735
refs/heads/master
2020-04-06T10:35:30.001725
2018-11-13T13:29:22
2018-11-13T13:38:32
157,385,064
0
1
null
null
null
null
UTF-8
C
false
true
1,385
h
/* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class IbPerfCounter */ #ifndef _Included_IbPerfCounter #define _Included_IbPerfCounter #ifdef __cplusplus extern "C" { #endif /* * Class: IbPerfCounter * Method: init * Signature: (Z)Z */ JNIEXPORT jboolean JNICALL Java_IbP...
[ "Fabian.Ruhland@uni-duesseldorf.de" ]
Fabian.Ruhland@uni-duesseldorf.de
73dc672209a8ddc24e6f286294e428aeec266505
6bd565259e1185711c7299a1162e2105dbca4dba
/h3m/h3mlib/h3m_modembed/h3m_modembed.c
c0fcfbb8cf60b20b6d27712dc70a8f98637616d0
[ "MIT" ]
permissive
Dergash/homm3tools
816e2a5c8ea3a2d4313d9678aca05bd3a56585b8
5158c4c1081b32d61635851ce7b7553bfdd82c40
refs/heads/master
2021-01-18T08:01:58.495593
2016-01-27T14:24:18
2016-01-27T14:24:18
51,316,468
2
0
null
2016-02-08T18:15:15
2016-02-08T18:15:15
null
IBM852
C
false
false
26,859
c
// Created by John ┼kerblom 2015-08-03 // Previously another technique where DLLs were stored in description instead // of at eof was used, but the game starts crashing when description exceeds // somewhere close to 0xFFFF bytes. #include "../h3mlib.h" #include "../internal/h3mlib_ctx.h" #include "h3m_modembed.h" #...
[ "potmdehex@h3minternals.net" ]
potmdehex@h3minternals.net
f8e5a86c0b0871a13be0f6825f59145d5e2e2d3d
a4b70262eed336b60f20efee10ecf0f4b60e8a94
/BLrxtx.c
e0b339a41c23eff0b5ebf6a092a032f3cb7c3078
[]
no_license
frolk/ScaleDriveFolder
35f1f8935d0ef7362430f0dd4806c1276d074131
12910ad66832d18bf354b1d35ba951da708eefcd
refs/heads/master
2021-01-10T11:46:57.567710
2016-04-29T13:19:44
2016-04-29T13:19:44
53,239,919
0
0
null
null
null
null
UTF-8
C
false
false
3,102
c
#include <avr/io.h> #include <avr/interrupt.h> #include <stdlib.h> #include "Blrxtx.h" #include "BLmsg.h" uint8_t BLtxBuf[SIZE_BUF]; uint8_t txBufTail = 0; uint8_t txBufHead = 0; uint8_t txCount = 0; // Transmit variables uint8_t DebugAsk = 0; uint8_t BLrxBuf[SIZE_BUF]; uint8_t rxBufTail = 0; uint8_t rxBufHead = 0...
[ "frolkin-stas@yandex.ru" ]
frolkin-stas@yandex.ru
9e7dbb48dc5e4748707253f9234222286c917bb9
d4e96aa48ddff651558a3fe2212ebb3a3afe5ac3
/Modules/ThirdParty/MINC/src/libminc/volume_io/Geometry/newton.c
93d608eda3f7e00f0899084d287ffc8050bb8c48
[ "SMLNJ", "BSD-3-Clause", "LicenseRef-scancode-free-unknown", "LicenseRef-scancode-mit-old-style", "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-warranty-disclaimer", "NTP", "IJG", "GPL-1.0-or-later", "libtiff", "BSD-4.3TAHOE", "...
permissive
nalinimsingh/ITK_4D
18e8929672df64df58a6446f047e6ec04d3c2616
95a2eacaeaffe572889832ef0894239f89e3f303
refs/heads/master
2020-03-17T18:58:50.953317
2018-10-01T20:46:43
2018-10-01T21:21:01
133,841,430
0
0
Apache-2.0
2018-05-17T16:34:54
2018-05-17T16:34:53
null
UTF-8
C
false
false
4,880
c
/* ---------------------------------------------------------------------------- @COPYRIGHT : Copyright 1993,1994,1995 David MacDonald, McConnell Brain Imaging Centre, Montreal Neurological Institute, McGill University. Permission to use, copy, modify, and di...
[ "ruizhi@csail.mit.edu" ]
ruizhi@csail.mit.edu