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
97538a20e28fe8aca20c126adab22bb05f402661
da459f038a5dfc755f79607d37ba17f9ce7f8827
/Node.h
d4fb6690ac2d3bf65de9998dbd976bbe7621b9dd
[]
no_license
eliadeini/C-File-System-Simulator
ad326e0bb5f716bac5b4809587c9c4fc4ed02e25
05f618e174e30ecc3e785fd822b45ca38d5ed1e9
refs/heads/master
2021-01-15T19:06:16.067898
2017-08-09T12:50:40
2017-08-09T12:50:40
null
0
0
null
null
null
null
UTF-8
C
false
false
3,709
h
#include <stdio.h> #include <stdlib.h> #include <string.h> typedef enum { DIRECTORY, A_FILE } FileType; typedef struct file_system_element { char* elemName; FileType elemType; } FSElement; typedef struct node_t { FSElement *Data; bool isRoot; struct node_t* firstChild; struct node_t* nextSibli...
[ "noreply@github.com" ]
eliadeini.noreply@github.com
c0d6ad03a078a6a82d47bcb8b3b454f2f040f563
46979906b331cc10c7f0f009a158ce0996f14097
/dynchk/libs/libc/__wcpncpy_chk.c
e95f7cdeb50bffa138ab9421ca209f4a16501ee2
[]
no_license
mwichmann/lsb-checkers
2f6a9674c9a23e39d69d35e8d2457c7a5b3881dc
1170e4486085731b129cbb060c693e7e6ebca027
refs/heads/master
2020-06-11T00:07:56.105656
2016-12-08T19:30:39
2016-12-08T19:30:39
75,857,254
3
3
null
null
null
null
UTF-8
C
false
false
1,349
c
// Generated by gen_lib.pl #include "../../tests/type_tests.h" #include "../../misc/lsb_output.h" #include "stdlib.h" #include <stddef.h> #include <wchar.h> #undef __wcpncpy_chk static wchar_t *(*funcptr) (wchar_t * , const wchar_t * , size_t , size_t ) = 0; extern int __lsb_check_params; wchar_t * __wcpncpy_chk (wch...
[ "denis.silakov@rosalab.ru" ]
denis.silakov@rosalab.ru
6a5c77b15eada8c25a40809ac3c7df295cdd3458
939563bfea3a3980a4ebb193419bce4aa0448901
/interview/sortTest.c
9b50f6048275a1fde4534ced12078d97d6fa187c
[]
no_license
ljx791863565/MyLeetcode
67569bb18913fa0b9ba3f4ebf8424b68c82d7faa
9455ef0df5a0df7dbb2e612e4ba060aed4aa94b0
refs/heads/master
2021-04-06T15:02:45.332943
2019-10-19T03:13:18
2019-10-19T03:13:18
125,296,955
0
1
null
null
null
null
UTF-8
C
false
false
1,838
c
#include <stdio.h> #include <time.h> #include <stdlib.h> #define N 100000 clock_t start, stop; double duration; void bucketSort(int *a, int n) { int max = a[0]; for (int i = 1; i < n; i++){ if (max < a[i]){ max = a[i]; } } int *p = (int* )malloc((max + 1)*(sizeof(int))); for (int i = 0; i < max + 1; i++)...
[ "liaojia138797@163.com" ]
liaojia138797@163.com
422a4f036d0f7426db7bdd147a43f654ca662bc3
db647babf710206f1eddb2d59ed44931c90c599e
/BSP/BSP_ALL.h
fcf03f1572add49e69921fdfc39236d44682fbb8
[]
no_license
impactone/Fuday
64ab6ed7b79fdbac206eef99ddf57c1e1b14f68c
39fd11d36d9f86967d07d06706e0dd8d38367102
refs/heads/master
2020-04-23T03:18:52.486065
2019-02-15T14:11:52
2019-02-15T14:11:52
170,874,453
0
0
null
null
null
null
UTF-8
C
false
false
129
h
#ifndef __BSP_ALL_H #define __BSP_ALL_H #include "main.h" #include "stm32f10x.h" void BSP_ALL_Init(void); #endif
[ "noreply@github.com" ]
impactone.noreply@github.com
b40db4d37a1c28e4eb76a047e960ef5279d65e44
16387a9f6a3bebd13ff1008510f06e6d6d3e631d
/release_number/01.24.05/lib/curl_transport/curltransaction.c
8ab5cea8c8dac909161304be3e9ce2ae2aac9075
[]
no_license
joelnb/xmlrpc-c
2f54d5b417f8567863fd0778cb858c77fd94237c
742687b2d131fed7a2901d9b4981a9944017c80f
refs/heads/master
2022-09-25T22:28:19.886435
2022-08-22T18:39:39
2022-08-22T18:39:39
125,525,941
1
0
null
null
null
null
UTF-8
C
false
false
29,098
c
/*============================================================================= curlTransaction =============================================================================*/ #define _XOPEN_SOURCE 600 /* Make sure strdup() is in <string.h> */ #include <assert.h> #include <string.h> #include <stdlib.h> #include...
[ "giraffedata@98333e67-4a24-44d7-a75c-e53540dd3050" ]
giraffedata@98333e67-4a24-44d7-a75c-e53540dd3050
9ba2d2596cb6e79baa17c33b72b0d9ef00eddd2e
14502234dd15f12caa1ed813fecf9f50567531a7
/tools/sw_cmdline.c
7711abed1d7f8fbd105879f6b8a339c841b063c4
[ "Unlicense", "LicenseRef-scancode-public-domain" ]
permissive
AndreaCampagner/seq-align
b142e051192372cd92742075f1fb0aa5b0198342
a11287393a623d0da2dcb97b0c613bd623466348
refs/heads/master
2021-01-15T13:43:05.566500
2015-02-06T17:48:18
2015-02-06T17:56:09
27,495,262
0
0
null
2015-02-03T18:03:59
2014-12-03T16:05:34
C
UTF-8
C
false
false
8,872
c
/* sw_cmdline.c author: Isaac Turner <turner.isaac@gmail.com> url: https://github.com/noporpoise/seq-align Nov 2013; License: Public Domain */ // request decent POSIX version #define _XOPEN_SOURCE 700 #define _BSD_SOURCE #include <stdlib.h> #include <stdio.h> #include <string.h> #include <limits.h> // my utilit...
[ "turner.isaac@gmail.com" ]
turner.isaac@gmail.com
2bb3d6c2d8e2372f7bcd501c8837f14404b70ca5
3567309d3f25020ec7a0d59e0ef55da7be113085
/objects/alchemist.c
09d4cf645174b2a4fc600b49e7310d1ac0045e4b
[]
no_license
flyingstupid/gbapoclib
64ec8b3828201d7eb158b5371164765d1b65ce93
dea2a4be3399509c7df44d33b2a307db3821017d
refs/heads/master
2021-04-27T08:02:48.717277
2018-02-23T17:04:11
2018-02-23T17:04:11
122,640,255
0
0
null
null
null
null
UTF-8
C
false
false
10,520
c
/* THE ALCHEMIST! - Angel, March 1994 * This simple room makes armour and weapons of a standard type * for players. To make an item it takes time. This also removes * the variation of other Creators weapon shops, making them all * standard across the mud. * * When you write down the price list for potions som...
[ "ray.lukes@gmail.com" ]
ray.lukes@gmail.com
56c0f5daec54507cd3cd6dcf41d6007cbee954cc
a503c28b3cc0903ae11d6c7dcbaf8948bfd8d2f6
/C/openMP/fibo/fibo_parallel.c
b909b80531b0bb3cc48955da0ace11864a83c665
[]
no_license
Dirack/Estudos
056a55b5dbd98d3a19596360688d0dd013df1831
aebc443ba38825ce7d2a1c941f0fd8b54a5eb2c3
refs/heads/master
2023-08-14T11:58:35.735028
2023-07-31T17:49:18
2023-07-31T17:49:18
163,025,776
7
3
null
2019-01-17T01:38:17
2018-12-24T21:59:05
HTML
UTF-8
C
false
false
309
c
#include <omp.h> #include <stdlib.h> #include <stdio.h> int fib(int n){ int x, y; if(n<2) return n; #pragma omp parallel { #pragma omp task shared(x) x = fib(n-1); #pragma omp task shared(y) y = fib(n-2); } return x+y; } int main(int argc, char* argv[]){ printf("%d\n",fib(atoi(argv[1]))); }
[ "rodolfo_profissional@hotmail.com" ]
rodolfo_profissional@hotmail.com
11a8675a241c90afe6be44f04da7fb55fa2d1fce
a33aac97878b2cb15677be26e308cbc46e2862d2
/program_data/PKU_raw/100/2177.c
23a4e3cb03967d90cc8a84e313170bca85b439cb
[]
no_license
GabeOchieng/ggnn.tensorflow
f5d7d0bca52258336fc12c9de6ae38223f28f786
7c62c0e8427bea6c8bec2cebf157b6f1ea70a213
refs/heads/master
2022-05-30T11:17:42.278048
2020-05-02T11:33:31
2020-05-02T11:33:31
null
0
0
null
null
null
null
UTF-8
C
false
false
700
c
int main() { char a[300],i,p=0; scanf("%s",a); for(i='A';i<='Z';i++) { int j,s=0; for(j=0;a[j]!='\0';j++) { if(a[j]==i) { s++; } } if(s!=0) { printf("%c=%d\n",i,s); ...
[ "bdqnghi@gmail.com" ]
bdqnghi@gmail.com
b575ca11c98e7b658e31bed7f1c0900953cbb4f6
ca65e9a1edade85f183196db869cd34222480977
/Sources/Elastos/LibCore/inc/org/unicode/uvernum.h
1ddbe64b792a25360691243ec39147edcb5e09dc
[ "Apache-2.0" ]
permissive
XilongPei/ElastosRT
eae9fb4a8e9245caffc2b03e98315650b2b6c8d2
9a1ca0a07035a096bfca7a23847dcfd0842ca27f
refs/heads/master
2020-12-03T00:18:20.935093
2017-06-05T02:21:13
2017-06-05T02:21:13
null
0
0
null
null
null
null
UTF-8
C
false
false
6,030
h
/* ******************************************************************************* * Copyright (C) 2000-2014, International Business Machines * Corporation and others. All Rights Reserved. ******************************************************************************* * * file name: uvernum.h * encoding: US...
[ "pei.xilong@kortide.com" ]
pei.xilong@kortide.com
7c845f381e101b21f5cc1efdc321f1dac8f8ea14
cf333b0fa97c8536e8450ba528f6d90c95d5085b
/EEPROMdriver.h
c795c3e8c173b8c2cb30bb93ed5be2c7ab55043f
[]
no_license
sahanasadagopan/APES_BBB_TIVA_Communication
fbd3b2ebe2cd4d7e1f9e3f3f8118c80b0615e3d0
cb093f6b00620d2bbf266521dadfcf25b668a914
refs/heads/master
2021-08-30T16:52:14.395935
2017-12-17T02:49:18
2017-12-17T02:49:18
112,500,853
0
0
null
null
null
null
UTF-8
C
false
false
563
h
/* * EEPROMdriver.h * * Created on: Dec 8, 2017 * Author: asgu9779 */ #ifndef EEPROMDRIVER_H_ #define EEPROMDRIVER_H_ #include<stdint.h> #include<stdlib.h> #include "I2C_new.h" #include"gesture_sensor.h" #include"driverlib/eeprom.h" driver_rc eeprom_init(); driver_rc eeprom_program(ui...
[ "noreply@github.com" ]
sahanasadagopan.noreply@github.com
3cd657fa47019bbb8f7d473f9f470b87c3162d76
a94eb660b918c8cdabcda5475378d3d725ea4ae4
/rats-tls/src/tls_wrappers/internal/etls_tls_wrapper_select.c
ee6b40aceae13c859b5b8ff382acfb112838cf37
[ "Apache-2.0", "GPL-3.0-only", "BSD-3-Clause" ]
permissive
Xynnn007/inclavare-containers
3df8fadd0d29554f8f6873a56c2e7b5f2f7e710f
7cfe10dd3e27685eaf6066c65fd5ccd88ba9d72e
refs/heads/master
2023-07-16T11:39:27.957134
2021-08-27T08:34:22
2021-08-27T11:09:51
386,145,722
0
0
Apache-2.0
2021-07-15T03:08:22
2021-07-15T03:08:21
null
UTF-8
C
false
false
1,736
c
/* Copyright (c) 2021 Intel Corporation * Copyright (c) 2020-2021 Alibaba Cloud * * SPDX-License-Identifier: Apache-2.0 */ #include <string.h> #include <enclave-tls/err.h> #include <enclave-tls/log.h> #include "internal/core.h" #include "internal/tls_wrapper.h" static enclave_tls_err_t init_tls_wrapper(tls_wrappe...
[ "zhang.jia@linux.alibaba.com" ]
zhang.jia@linux.alibaba.com
8e0bcb9f935f67c431fbd61c4c10c370b3f4a816
d81fde186297f570ccd4f9ea5df3277a0172ab17
/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Collections_Generic_List_1_gen2901348482MethodDeclarations.h
a342d1134739dd64c324ad9d386aa9249cb439f2
[]
no_license
dsalamancad/ARPlaceMaker
832c7d87b5786f14c922c4716d03075edf2ec3ba
9c5674007b35fd50a06abb858d5f1275be231eb6
refs/heads/master
2021-01-17T20:27:51.944773
2016-05-06T04:38:43
2016-05-06T04:38:43
58,178,989
0
0
null
2016-05-06T03:41:18
2016-05-06T03:41:17
null
UTF-8
C
false
false
16,778
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> #include "codegen/il2cpp-codegen.h" #include "mscorlib_System_Collections_Generic_List_1_gen1634065389MethodDeclarations.h" // System.Void S...
[ "contacto@danielsalamanca.com" ]
contacto@danielsalamanca.com
616d621fac03598a6498ef45c5089d06ca64feec
5c0bf818e2b4a9c9d19e5a8d043e0795a0f9bc88
/src/include/colorconver.h
ce16e69fb05b17551f5e5ac10ca48ccefb546b11
[]
no_license
entboost/ebc
4e55f45053b8816f7318dd552f94d9f9f893d402
b05c4ddbbb3221ebb1126b8a75c7eabc6be9f1f8
refs/heads/master
2021-01-19T20:29:18.207141
2020-09-22T07:36:43
2020-09-22T07:36:43
67,870,859
31
9
null
null
null
null
UTF-8
C
false
false
2,635
h
// colorconver.h file here #ifndef __colorconfer_h__ #define __colorconfer_h__ #ifndef RGB #define RGB(r,g,b) ((unsigned int)(((unsigned char)(r)|((unsigned short)((unsigned char)(g))<<8))|(((unsigned int)(unsigned char)(b))<<16))) #endif #ifndef LOBYTE #define LOBYTE(w) ((unsigned char)(((unsigned ...
[ "akee.yang@gmail.com" ]
akee.yang@gmail.com
ffbb9de2bccb7d826e2535a79a212dd26f26d007
01dc4f7b819e36204534337c7149d167ea78d524
/libft/ft_strnequ.c
505238623fd8cbb915afc98bbbcc29997b13e5ac
[]
no_license
ykondrat/libft
5fe80cab23f75c3c94f9f6c1e0891e681f63532b
938da8e8dce8acbfae8fb52e7eba08cabbd2d36b
refs/heads/master
2021-04-30T16:51:19.305764
2017-07-07T10:37:44
2017-07-07T10:37:44
80,143,614
0
0
null
null
null
null
UTF-8
C
false
false
1,099
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strnequ.c :+: :+: :+: ...
[ "noreply@github.com" ]
ykondrat.noreply@github.com
d91b81507bfb49bcbbcfe45ade09eac8b79c6c01
fd2837aef61176323fb6d8eb647b20debe7995f5
/CSAPP/sa-bAbi/working/b0fbe8d633.c
4c409b4198724d8c5d3ce7407d660dda70f3d02a
[]
no_license
callMeBigBen/CourseWork
b0ef17b5cfe07ba61404abd68812d2b56393db87
41d68c07f7b1411dbca7dc7d5e2efeceb9edee27
refs/heads/master
2020-04-10T08:18:21.617984
2019-05-22T05:26:38
2019-05-22T05:26:38
160,902,512
1
0
null
null
null
null
UTF-8
C
false
false
497
c
#include <stdlib.h> // Tag.OTHER int main() // Tag.OTHER { // Tag.OTHER int* entity_6; // Tag.BODY entity_6 = new int(rand()); // Tag.BODY int entity_2; // Tag.BODY int* entity_3; // Tag.BODY entit...
[ "33094628+callMeBigBen@users.noreply.github.com" ]
33094628+callMeBigBen@users.noreply.github.com
86e282d64e35d857e3f643a7bc1a67552e69a59c
7890ae33469c0ff8b57b36d3ae08f3a1047365f4
/leetcode_for_c/basic/heap_sort.c
4bcdb485f3e125e65570932fe07587756c66e451
[]
no_license
xu48169172/my_leetcode
b0a143d98d3750dd42b210870fb56b45969a6214
2a8bbac38669bc8be725b1bf200bea8b638a3ed7
refs/heads/master
2020-08-30T05:54:48.736570
2019-11-09T04:33:51
2019-11-09T04:33:51
218,282,913
0
0
null
null
null
null
UTF-8
C
false
false
2,954
c
#include <stdio.h> #include <stdlib.h> #include <malloc.h> #include <string.h> #define PARENT(i) ((i)/2) #define LEFT(i) (2 * (i)) #define RIGHT(i) (2 * (i) + 1) struct Data { int data; }; struct heap { int capacity; struct Data *data; int size; }; int compare(void *p0, void *p1) { struct Data *a0 ...
[ "48169172@163.com" ]
48169172@163.com
10e234ae87c7f710dffdef2e83c58f21bd785e89
7b1e49201992634ad1ad6553ee649fffd98b9ec2
/Zadatak1/Zadatak1/zad1.c
4552e746b22e9a3caca5a590e08cdbd84916f634
[]
no_license
rmamic/Strukture
df78d1d6f4bd1ffd556235639f22723142ec0713
f9eaac1c18ba49665b2a076ab795a9f8ac60b700
refs/heads/master
2023-02-15T11:49:04.846325
2021-01-13T20:57:25
2021-01-13T20:57:25
321,443,681
0
0
null
null
null
null
UTF-8
C
false
false
1,084
c
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <string.h> #include <stdlib.h> #include <malloc.h> typedef struct { char ime[20]; char prezime[20]; int bodovi; }lista; void ispis(int, lista*); float relativan(int); int main() { int i = 0, brojStud = 0; FILE* fp; fp = fopen("lista.txt", "r"); lis...
[ "rosana@mamic.com" ]
rosana@mamic.com
2d2e78f0d607ca88fa16ae31fc8c1b8dd99ac3fd
45ac28be549ee31fb8fd7b5ab485055786237fc0
/ARCHIVE/piscine-paal-C/j11/ft_list_remove_if.c
e67e9cfb2907c5735dae6b7cbacbf47633b1fc90
[]
no_license
twinturtle42/Fortito
7ba67576f3b596dc2c5e565a5e1cc1ba6c089258
e625f8fef6265d74a1ab8acb1a9241e10b9a7c97
refs/heads/master
2021-01-18T23:39:34.592948
2017-08-18T13:53:08
2017-08-18T13:53:08
87,120,052
0
0
null
null
null
null
UTF-8
C
false
false
1,285
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_list_remove_if.c :+: :+: :+: ...
[ "pringsta@e2r8p5.42.fr" ]
pringsta@e2r8p5.42.fr
1aa9fcff96695c947d069d8bed3adb7860f1498c
4be5c172c84e04c35677f5a327ab0ba592849676
/c/algorithms/search/src/binary_search_rotated.c
afb7fbe100460cbe4810b1e8fc9b8b60f3a648a4
[]
no_license
niranjan-nagaraju/Development
3a16b547b030182867b7a44ac96a878c14058016
d193ae12863971ac48a5ec9c0b35bfdf53b473b5
refs/heads/master
2023-04-06T20:42:57.882882
2023-03-31T18:38:40
2023-03-31T18:38:40
889,620
9
2
null
2019-05-27T17:00:29
2010-09-05T15:58:46
Python
UTF-8
C
false
false
266
c
/** * Binary search on a sorted array that has been rotated by <x> * e.g. 4,5,6,1,2,3 */ /** * 'Pivot' is actually the element next to 'peak'. * in [4,5,6,1,2,3] -> 6 is the peak, 1 is the pivot. * Alternately, just find the element when a[i+1] < a[i] */
[ "vinithepooh@gmail.com" ]
vinithepooh@gmail.com
837e74eb2ae9851532e4144497105e41973ff9dd
36ae38b592da052c2dab971ea56b6aaf0a6a49cf
/hdr/estruturas.h
38725509c2884bcfb59e0958bb6c58014b99e69f
[]
no_license
LuisOtavioMF/SCC0216-Trabalho
19a1585c7e636f0974a216dce666488b4a011c6f
28d87b960a45548401b570b669bc59f40abaef40
refs/heads/master
2020-05-31T11:02:31.220031
2019-06-08T20:34:44
2019-06-08T20:34:44
190,253,704
0
0
null
null
null
null
UTF-8
C
false
false
2,511
h
#define INICIO 1 #define FIM 2 #define ANTES 0 #define DEPOIS 1 typedef struct no No; typedef struct lista Lista; // Cria um novo no No *noGenericoCriar (void *info); // Cria uma nova lista Lista *listaGenericaCriar (); // Retorna o tamanho de uma lista int listaTamanho (Lista *L); // Retorna o no inicial de uma l...
[ "oivato@gmail.com" ]
oivato@gmail.com
78d52f4d146f6396e1ce1440eb4322f38b09cb4b
21be5e9b0eee4f1b6b0c1520e0dc90e88376ee32
/Neuron/USB_API/USB_HID_API/UsbHid.c
6b56a407e74760266bc886a5c62737b75091cb3b
[]
no_license
BackyardBrains/SpikerBoxPro
05bdd0e1399acf3acb4926af166b7b9582a52c46
22a2353e78d3c3d816eed40da8c1e255edde28bc
refs/heads/master
2021-12-12T13:33:03.128739
2021-11-10T15:58:08
2021-11-10T15:58:08
72,528,544
0
2
null
null
null
null
UTF-8
C
false
false
51,400
c
/* --COPYRIGHT--,BSD * Copyright (c) 2014, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistributions of source code must retain the above copy...
[ "stanislavmircic@gmail.com" ]
stanislavmircic@gmail.com
57bb3991b6e89c34b5e407cb24b33b0c3cad648d
b71b8bd385c207dffda39d96c7bee5f2ccce946c
/testcases/CWE191_Integer_Underflow/s05/CWE191_Integer_Underflow__char_min_predec_02.c
6df072cbaec7dc70ba4ae90140b358dd356c70fc
[]
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,073
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE191_Integer_Underflow__char_min_predec_02.c Label Definition File: CWE191_Integer_Underflow.label.xml Template File: sources-sinks-02.tmpl.c */ /* * @description * CWE: 191 Integer Underflow * BadSource: min Set data to the min value for char * GoodSource: Set data t...
[ "jaredzap@rams.colostate.edu" ]
jaredzap@rams.colostate.edu
4b142f5e3b0ff10a740f05d794bf033042538426
b71b8bd385c207dffda39d96c7bee5f2ccce946c
/testcases/CWE328_Reversible_One_Way_Hash/CWE328_Reversible_One_Way_Hash__w32_MD2_11.c
bb3b13c482d444fc6955f2ee49f6c40f3b8a75b6
[]
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
10,576
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE328_Reversible_One_Way_Hash__w32_MD2_11.c Label Definition File: CWE328_Reversible_One_Way_Hash__w32.label.xml Template File: point-flaw-11.tmpl.c */ /* * @description * CWE: 328 Reversible One Way Hash * Sinks: MD2 * GoodSink: Use SHA-512 as a hashing algorithm ...
[ "jaredzap@rams.colostate.edu" ]
jaredzap@rams.colostate.edu
db2e05ee5f9d614bf0c57ed2a4e4d0cc1599079b
ef71cf2be2148596d85ebf64e59fba1ed02b0b38
/LINUX/main.c
7cb59afec934c76e92a8c0b4ecdd2228174b5c93
[]
no_license
qotone/goahead-v218
0dd09ba5936f03440b86d1bb36802fecd2631560
fe9e80d44a91f50fcaa00094a04dc2693d459032
refs/heads/main
2023-01-08T05:11:13.506815
2020-11-02T22:33:12
2020-11-02T22:33:12
309,511,422
0
0
null
null
null
null
UTF-8
C
false
false
11,411
c
/* * main.c -- Main program for the GoAhead WebServer (LINUX version) * * Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved. * * See the file "license.txt" for usage and redistribution license requirements * * $Id: main.c,v 1.5 2003/09/11 14:03:46 bporter Exp $ */ /***************************...
[ "qotone@163.com" ]
qotone@163.com
de7aa8ca00ee1bb6214160a8ebd08d4d245ecd3a
d8e7a11322f6d1b514c85b0c713bacca8f743ff5
/7.6.00.32/V76_00_32/MaxDB_ORG/sys/src/cn/hcn10.h
8221955f17a94ed1cf4c40cf4c83a339c3728d4a
[]
no_license
zhaonaiy/MaxDB_GPL_Releases
a224f86c0edf76e935d8951d1dd32f5376c04153
15821507c20bd1cd251cf4e7c60610ac9cabc06d
refs/heads/master
2022-11-08T21:14:22.774394
2020-07-07T00:52:44
2020-07-07T00:52:44
null
0
0
null
null
null
null
UTF-8
C
false
false
2,284
h
/*! @file hcn10.h @author BerndV @brief DBMServer main module \if EMIT_LICENCE ========== licence begin GPL Copyright (c) 2003-2005 SAP AG This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as ...
[ "gunter.mueller@gmail.com" ]
gunter.mueller@gmail.com
e16ebeaa8ad9d34741f3e787fd9e883962487a76
abbad8fad776ef50b541cec642806505ac585f93
/labor7/quicksort.h
60fc9a4673585934d7114f25fe6241fa90e9de99
[]
no_license
toksick/labor7
010e6120863f3195e4a1e4edca90b7680bffbf77
9290028b9af5b220968d9926f3e48f62866975e6
refs/heads/master
2021-01-01T06:32:27.892006
2015-07-03T10:50:34
2015-07-03T10:50:34
38,427,728
0
0
null
null
null
null
UTF-8
C
false
false
166
h
/* * quickosrt.h * * Created on: 01.07.2015 * Author: Alex */ int qpart(int *array, int l, int h); void quicksort(int *array, int l, int h);
[ "alexander.schmalz.as@gmail.com" ]
alexander.schmalz.as@gmail.com
700f0c824aea72a72ed68a33863536db1d45757a
b5bb788c9c181f206727723bb8e07499dcf82b36
/v125/DSP2802x_common/source/DSP2802x_Gpio.c
6c886835e6eb1cef130c61e928e176861a35a3aa
[]
no_license
yyysjz1997/DSP-Clock-project-
bec63155f201105d4ff26afe70d95f604a4be887
bfa109227d1ab4b00f1706c2d9e6b493e9511a63
refs/heads/master
2020-04-25T13:59:22.662328
2019-02-27T02:16:30
2019-02-27T02:16:30
172,825,882
0
0
null
null
null
null
UTF-8
C
false
false
2,768
c
// TI File $Revision: /main/1 $ // Checkin $Date: August 14, 2008 16:58:31 $ //########################################################################### // // FILE: DSP2802x_Gpio.c // // TITLE: DSP2802x General Purpose I/O Initialization & Support Functions. // //####################################################...
[ "yyy_1997_sjz@126.com" ]
yyy_1997_sjz@126.com
4fd38e6d0248c25e3622827556ebbeff3af619be
ea3db70c6a55a34a139f97e28915c9b8a36d61dd
/Projects/STM32F746ZG-Nucleo/Examples/Cortex/CORTEXM_MPU/Inc/stm32_mpu.h
02713bda4ab8095730c00ab19a2463583c1c06a7
[ "BSD-2-Clause" ]
permissive
codeterminator/STM32F749_MQTT
8206079d650fcc40c7c7360f02b00da3dd1a88a3
cd1f5879d4fcd04ab62a854ca143590b58d128b3
refs/heads/master
2020-03-26T04:42:04.549529
2018-08-15T10:22:59
2018-08-15T10:22:59
144,517,549
2
1
null
2020-03-06T20:47:18
2018-08-13T02:05:04
C
UTF-8
C
false
false
3,688
h
/** ****************************************************************************** * @file Cortex/CORTEXM_MPU/Inc/stm32_mpu.h * @author MCD Application Team * @brief Header for stm32_mpu.c module ****************************************************************************** * @attention * ...
[ "“zhu935240257@163.com”" ]
“zhu935240257@163.com”
f43d30ee2424ca9c7b16eab1184b7b89f042e88c
635a8243151503d0b3ecb7c69ed73318ae28ad51
/Data types/Character.c
e56afefe42c74121166c1fc7598af223ca4205a8
[]
no_license
Abarna13/C-Programming-language
3708ddf69f73d7cc20227e0bac1b61346558ed84
994dcd5203395c59d6c269ac2cab3f64abe55a3f
refs/heads/main
2023-07-23T09:43:23.395473
2021-09-06T18:15:19
2021-09-06T18:15:19
375,463,085
1
0
null
null
null
null
UTF-8
C
false
false
96
c
#include<stdio.h> int main() { char var = 65; printf("%c", var); return 0; }
[ "noreply@github.com" ]
Abarna13.noreply@github.com
fb68a3acb1fedb3456e3ca2143ae23aef84eb2df
04c8d8da9cebc13513c1b9c7658707ecadfa0ed3
/Roll a Ball/Temp/il2cppOutput/il2cppOutput/UnityEngine_UnityEngine_Vector4MethodDeclarations.h
7ae1db20c61fc8366f963f8cb7dd852a226ae4ed
[]
no_license
fkieyhzen/RollABall
ed9ef9e93f3cfaecd2be10013797e97e9c1e479e
f083b660966094939ed2b5d2028e31bb4e86a67e
refs/heads/master
2023-03-19T18:19:11.437779
2015-06-08T15:27:45
2015-06-08T15:27:45
null
0
0
null
null
null
null
UTF-8
C
false
false
2,800
h
#pragma once // UnityEngine.Vector4 struct Vector4_t183; // System.Object struct Object_t; // System.String struct String_t; // UnityEngine.Vector4 #include "UnityEngine_UnityEngine_Vector4.h" // System.Void UnityEngine.Vector4::.ctor(System.Single,System.Single,System.Single,System.Single) void Vector4__ctor_m1613...
[ "patrick@beetheswarm" ]
patrick@beetheswarm
634a84a54102d64a2f3288bc2b1acb61a1642370
49bd68915d1605436d1426eef4ebf1f9a69c09fd
/rtl8821ae/pwrseq.c
eef1fc2147bdab3735c16dc23e7f040299864364
[]
no_license
hereisderek/rtlwifi_new
4d610bb1219bc2997b1d212cd2f08305cad17d1d
1b451ae5eda121bf52fcb7877ab12b309dd6e8d9
refs/heads/master
2021-05-28T08:53:44.890641
2015-02-23T16:48:25
2015-02-23T16:48:25
31,579,664
1
0
null
null
null
null
UTF-8
C
false
false
5,617
c
/****************************************************************************** * * Copyright(c) 2009-2010 Realtek Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundati...
[ "Larry.Finger@lwfinger.net" ]
Larry.Finger@lwfinger.net
b61047cc8de4adaeaa03a713738b18e9d391a835
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/arch/s390/include/asm/schid.h
40b47dfa9d66d4859ada7a44806484bef5561d89
[ "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later", "LicenseRef-scancode-free-unknown", "Apache-2.0" ]
permissive
OLIMEX/DIY-LAPTOP
ae82f4ee79c641d9aee444db9a75f3f6709afa92
a3fafd1309135650bab27f5eafc0c32bc3ca74ee
refs/heads/rel3
2023-08-04T01:54:19.483792
2023-04-03T07:18:12
2023-04-03T07:18:12
80,094,055
507
92
Apache-2.0
2023-04-03T07:05:59
2017-01-26T07:25:50
C
UTF-8
C
false
false
486
h
#ifndef ASM_SCHID_H #define ASM_SCHID_H #include <linux/string.h> #include <uapi/asm/schid.h> /* Helper function for sane state of pre-allocated subchannel_id. */ static inline void init_subchannel_id(struct subchannel_id *schid) { memset(schid, 0, sizeof(struct subchannel_id)); schid->one = 1; } static inline int...
[ "gamishev@gmail.com" ]
gamishev@gmail.com
ee3aa6b58e0cd4f045d0c33d96d420cd78ca2829
437480421f58f8e2202745654f35f4bb64fb6573
/TI_examples/F2837xD_examples_Cpu1/cla_matrix_mpy/cpu01/cla_matrix_mpy_shared.h
68d3b8a7449c9ffbc55929742b9fb9f443040e8f
[]
no_license
kstrubel/AMP
2f5bd5e5567873d92942b010f23a767123b633fe
8f35807477e4b8a0fc0055cfd7e852c1c9442b22
refs/heads/master
2020-04-03T18:20:13.635001
2019-05-15T15:22:39
2019-05-15T15:22:39
155,479,610
5
1
null
null
null
null
UTF-8
C
false
false
1,748
h
#ifndef _CLA_MATRIX_MPY_SHARED_H_ #define _CLA_MATRIX_MPY_SHARED_H_ //############################################################################# // // FILE: cla_matrix_mpy_shared.h // // TITLE: Matrix Multiplication Test // //############################################################################# /...
[ "krause24@purdue.edu" ]
krause24@purdue.edu
08e9644abb82216ee50dde8e3142a94d8b63a7b2
10e22cb058a70b749fde6bd227997c35b77e3c8c
/NTS_2/PSU_42sh_2017/lib/printf_func.c
04ee5b8422033a7ed52f40027e862b594c6ca797
[]
no_license
Kliint/Epitech_Project
e29a30d3f17c01e57990dd173212c6028fd77d1e
9bd9544f10e37963b5bc15597ee431e77ef1e82e
refs/heads/master
2020-12-11T21:57:25.710156
2020-01-28T00:12:09
2020-01-28T00:12:09
233,969,936
0
0
null
null
null
null
UTF-8
C
false
false
462
c
/* ** EPITECH PROJECT, 2017 ** MY_PRINTF ** File description: ** printf_ functions */ #include "my.h" #include "my_printf.h" void my_printf_d(va_list ap) { my_put_nbr(va_arg(ap,int)); } void my_printf_s(va_list ap) { my_putstr(va_arg(ap, char *)); } void my_printf_c(va_list ap) { my_putchar(va_arg(ap,int)); } vo...
[ "59740813+Kliint@users.noreply.github.com" ]
59740813+Kliint@users.noreply.github.com
607955fb9957e609c70c18366422a5a41941ff47
c59784458e4dcb34eadd6941bc4297c28c1a7e53
/Archive/lcc/Utils/lcc/etc/linux.c
5df60595889d145d94eacda3dd9c3e7e813011a1
[ "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-proprietary-license", "BSD-2-Clause" ]
permissive
kervinck/gigatron-rom
42af9ce548d34d64ee667f662337ea7aa6d331e8
5d24889a661793ef0a9fb8d714bab9127307ee30
refs/heads/master
2023-07-30T02:11:24.748356
2023-07-07T06:27:20
2023-07-07T06:27:20
106,879,621
216
85
BSD-2-Clause
2023-08-08T09:40:32
2017-10-13T22:40:14
C
UTF-8
C
false
false
1,961
c
/* x86s running Linux */ #include <string.h> static char rcsid[] = "$Id$"; #ifndef LCCDIR #define LCCDIR "/usr/local/lib/lcc/" #endif char *suffixes[] = { ".c", ".i", ".s", ".o", ".out", 0 }; char inputs[256] = ""; char *cpp[] = { LCCDIR "gcc/cpp", "-U__GNUC__", "-D_POSIX_SOURCE", "-D__STDC__=1", "-D__STRICT_ANSI_...
[ "lb3361@nyu.edu" ]
lb3361@nyu.edu
a9d533ed5bbe93f08f411761064b67c6da55e668
d1b9c0c189d4f8047bf4d2119ba5a1468fb94acf
/chapter10_radix_sorting/basic_routine/B10.4_lsd_radix_sort/item_data_type_implementation.c
5ec4a6e684c548362d12d9fc31a10f06467913be
[]
no_license
keezen/Algorithms-in-C-Sedgewick
df5f7be26d01b8376c95835613339f22442aa370
f9b1bc552f5054e4ed09c9a51673f30e6bc5e21f
refs/heads/master
2021-01-16T08:53:00.132265
2015-11-03T15:20:01
2015-11-03T15:20:01
42,938,667
12
3
null
null
null
null
UTF-8
C
false
false
263
c
#include<stdio.h> #include"item.h" void swap_item(item_t *a,item_t *b) { item_t t; t=*a; *a=*b; *b=t; } void copy_item(item_t *a,item_t *b) { *a=*b; } int compare_item(item_t a,item_t b) { return(a-b); } void print_item(item_t x) { printf("%d",x); }
[ "dxy950608@outlook.com" ]
dxy950608@outlook.com
dc6a53f587cc423ea1941d76fcd8e841a5e71b11
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/237/802/CWE191_Integer_Underflow__int_rand_postdec_68a.c
4f8403ea4e273976118ea06598afa0bf61095961
[]
no_license
CU-0xff/juliet-cpp
d62b8485104d8a9160f29213368324c946f38274
d8586a217bc94cbcfeeec5d39b12d02e9c6045a2
refs/heads/master
2021-03-07T15:44:19.446957
2020-03-10T12:45:40
2020-03-10T12:45:40
246,275,244
0
1
null
null
null
null
UTF-8
C
false
false
3,122
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE191_Integer_Underflow__int_rand_postdec_68a.c Label Definition File: CWE191_Integer_Underflow__int.label.xml Template File: sources-sinks-68a.tmpl.c */ /* * @description * CWE: 191 Integer Underflow * BadSource: rand Set data to result of rand(), which may be zero * ...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
ebd97921f4b81b18ba3a83c9e7b2f66bc9d732bf
4d33a062cc48303fc45547d326e567279c10e66a
/tests/det/Mono3_1-2.c
026a16270d93cbc36b12e21e5b237fc7a0102c00
[]
no_license
aleksdimovski/probab_analyzer
23560d704ddf9af943714322b067b4183a45f5da
0997eb4837a31e7ee998536eaa9a431e3461afdb
refs/heads/master
2022-02-26T07:14:43.173539
2019-10-06T10:06:31
2019-10-06T10:06:31
213,043,011
1
0
null
null
null
null
UTF-8
C
false
false
306
c
extern void __VERIFIER_error() __attribute__ ((__noreturn__)); void __VERIFIER_assert(int cond) { if(!(cond)) { ERROR: __VERIFIER_error(); } } int main(void) { int x = [0,999]; input: int y = 0; while (x < 1000000) { if (x<500000) { y++; } else { y--; } x++; } assert(y!=0); }
[ "aleks.dimovski@gmail.com" ]
aleks.dimovski@gmail.com
5f6e2aa272fbbf740dfb10763e3cf29804dd9099
836c8e2068144f9bb2900dfb431411d587bed565
/Temp/StagingArea/Data/il2cppOutput/t1_901.h
c07d346c7ba21fce029ec059514dd6fa91f0fffc
[]
no_license
vickylance/GamifiedQuiz
807cf911056f913b2316d5eecd34375436b334cd
fef77320d9df67ecebcc1509ff2e584e3932dc7e
refs/heads/master
2021-01-10T02:10:28.638995
2016-03-02T17:29:19
2016-03-02T17:29:19
52,981,306
0
0
null
null
null
null
UTF-8
C
false
false
261
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> struct t1_833; struct t1_18; #include "t1_2.h" struct t1_901 { t1_833 * f0; int32_t f1; int32_t f2; t1_18* f3; };
[ "vkkpp@homail.com" ]
vkkpp@homail.com
cb603451be6cf55bd713e0899d2aadc730e16c06
ee6fa416ce2147ee5a4f567fb2cabb38eaed1581
/Architecture/TP7(FAUX)/isim/toplevel_toplevel_sch_tb_isim_beh.exe.sim/unisim/a_3163574381_0086195937.c
287201e6d2ffcd0039aae1004785f01a58c4e9c4
[]
no_license
GregPhi/l2s3
12154d733c95f859b01c2a343cc466e5cc240034
742c6579e90b2de63bd2c9167062f13677260720
refs/heads/master
2020-12-15T10:27:39.079858
2020-01-20T10:11:47
2020-01-20T10:11:47
235,072,463
0
0
null
null
null
null
UTF-8
C
false
false
2,342
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "gregoire.philippot@laposte.net" ]
gregoire.philippot@laposte.net
1118b1dd8619121443012750866e81dd01a088ae
a330f4a0fc96ce7414ab83f0c16406fef21ecc17
/4-free_dlistint.c
2b3a4b771bf647dc0f84717c93776dbe06d1b3df
[]
no_license
xica369/monty
c788313fa015f6e9cb10a6145bbc513ee266580d
0b39eb541839a42164e361f2776a6438dad8aea7
refs/heads/master
2021-07-11T11:32:31.060804
2020-08-12T15:51:13
2020-08-12T15:51:13
186,653,036
1
0
null
2019-05-17T18:33:08
2019-05-14T15:43:38
C
UTF-8
C
false
false
259
c
#include "monty.h" /** *free_dlistint - function that frees a listint_t list * *@head: pointer to head element in list */ void free_dlistint(stack_t *head) { stack_t *nodo; while (head != '\0') { nodo = head->next; free(head); head = nodo; } }
[ "761@holbertonschool.com" ]
761@holbertonschool.com
4db8c5e31af88945f6ed6d2d0cb8510f95890702
4bcb76847e10b1cd0a19337715668c65e36337ae
/ios/Pods/Headers/Private/gRPC-C++/grpcpp/include/grpc/impl/codegen/grpc_types.h
de134a7f6018abeb7d3b56315c4f1c08ad0a87ea
[ "MIT" ]
permissive
lklima/constru-app
71d8e0e2a471cf2591e5d6b57fa94a8d12afdac3
168078625e77df03e012c33dba06ab0838191154
refs/heads/master
2022-12-26T16:57:59.265702
2020-02-27T01:48:27
2020-02-27T01:48:27
220,639,891
0
1
MIT
2022-12-10T08:21:39
2019-11-09T12:36:17
JavaScript
UTF-8
C
false
false
71
h
../../../../../../../../gRPC-C++/include/grpc/impl/codegen/grpc_types.h
[ "lkpro2011@gamil.com" ]
lkpro2011@gamil.com
4ac097eb20b3ae6b6566d9d078e7bb5ecc0b44c7
6432ffa0649947cdb0c2045a3a7b2b2bee27e8c2
/d/jiangling/yaocaidian.c
3a3bbd98f55b743bfc34353ee568411e4bc96301
[]
no_license
MudRen/xkx100
f2e314a542e459502e28f311cd9f20ee7f7c6f43
dfca57e056460d7c0532a6e19a5e4add94a5588d
refs/heads/main
2022-03-05T00:08:01.398338
2022-01-25T09:00:27
2022-01-25T09:00:27
313,971,845
6
3
null
null
null
null
UTF-8
C
false
false
761
c
//Edited by fandog, 02/15/2000 inherit ROOM; void create() { set("short", "药材店"); set("long", @LONG 这是一家药材店,走进来便闻到刺鼻的药味儿。药柜上几百个小抽 屉分门别类地写着药名和价格。药店掌柜坐在茶几旁,独自喝着茶,看 也不看你一眼。一名小伙计站在柜台后招呼着顾客。柜台上贴着一张发 黄的广告(guanggao)。 LONG ); set("item_desc", ([ "guanggao" : "本店出售以下药品: 当归 灵芝 田七 红参 金钗\n" ])); set("objects", ([ __D...
[ "freddy.chua@ey.com" ]
freddy.chua@ey.com
a5d9fd7ab66f3fcad77ec0c60b380821cf07d30e
44be33134cb04dcb1f4ffbb1bae53ca9ed3adf5f
/Projects/STM32446E_EVAL/Examples/TIM/TIM_Encoder/Inc/main.h
86252ea560c9d8c9e411547ad21d5ffe39235e1f
[ "BSD-2-Clause" ]
permissive
eemei/library-stm32f4
b69226e3342b0a57dc0a622f25be87433c8c34a3
626526fd452fcb8f9e64832f9367d2966d2be7a7
refs/heads/master
2016-08-11T08:43:55.413267
2015-11-23T05:27:12
2015-11-23T05:27:12
46,698,540
0
0
null
null
null
null
UTF-8
C
false
false
2,734
h
/** ****************************************************************************** * @file TIM/TIM_Encoder/Inc/main.h * @author MCD Application Team * @version V1.0.0 * @date 13-March-2015 * @brief Header for main.c module **************************************************************************...
[ "lieweemei911@hotmail.com" ]
lieweemei911@hotmail.com
4fa8453ff7bc2a034320cbc62aba0b00563058bc
226b82ee851e643a0d1235ac5991c19a8f4cb15a
/Proteus单片机仿真实例大全/Proteus单片机仿真实例大全/无线遥控应用程序与仿真/DS1302时钟+DS18B20+无线遥控应用程序/Keil/DS1302.c
b9253eda8e29194ad222ed9a8ea108f8c776cc1c
[]
no_license
liuweier123/BrailleTab
0b7ee831a2ec3055dd480d5cae8a63374891e2f1
8c8d4e6c84f9606a2164e52514fc4772d6539dcf
refs/heads/master
2020-03-21T08:48:12.373336
2016-09-26T17:01:40
2016-09-26T17:01:40
null
0
0
null
null
null
null
GB18030
C
false
false
22,138
c
#include <REG51.H> #include <intrins.h> //#include "LCD1602.h" //#include "DS1302.h" #define uint unsigned int #define uchar unsigned char sbit DS1302_CLK = P1^7; //实时时钟时钟线引脚 sbit DS1302_IO = P1^6; //实时时钟数据线引脚 sbit DS1302_RST = P1^5; //实时时钟复位线引脚 sbit wireless_1 = P3^0; sbit...
[ "icaiyu0618@gmail.com" ]
icaiyu0618@gmail.com
2b211d55135510a1b0e35701144b3a60bfde7fd1
c987952714d86f3ee915b2e8ee4187b194a48251
/COMPIL/lex.yy.c
4ef7c82175a91a0309b0b6a99ee2df4968a45963
[]
no_license
MiraMimi1/Compilateur_lg_C
3896884c586c526d2094d74adc7c7af39ee081fb
4821fbc61c8ab8b03a281bf9af47ada7a644f5d7
refs/heads/master
2020-08-12T21:58:20.224531
2019-10-13T16:04:49
2019-10-13T16:04:49
214,849,990
0
0
null
null
null
null
UTF-8
C
false
false
51,681
c
#line 3 "lex.yy.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 6 #define YY_FLEX_SUBMINOR_VERSION 1 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific ...
[ "noreply@github.com" ]
MiraMimi1.noreply@github.com
7df7863d4a62edd607efa52d6db9240e753a21ad
4ea7646f679724a1111b64409d7b34ed32f62f46
/main.c
e1b53b026287341f2eeb9cc197811a7494f9328c
[]
no_license
ifte-hsn/P-10195-The-Knights-Of-The-Round-Table
1f29d8f46dc172aae3f42a6d3f40cee48f3c0351
64db254cfe5f81b2052d4fd676e3bf07b98bcd57
refs/heads/master
2020-04-04T18:37:10.336014
2018-11-05T06:27:20
2018-11-05T06:27:20
156,170,900
0
0
null
null
null
null
UTF-8
C
false
false
551
c
/* @JUDGE_ID: 841985 10195 C "The Knights Of The Round Table" */ #include <stdio.h> #include <stdlib.h> #include <math.h> int main() { double a, b, c, r, peremeter, p, area; while(scanf("%lf %lf %lf",&a,&b,&c) == 3) { if(a == 0 || b == 0 || c == 0) { r = 0.000; } els...
[ "ifte.hsn@gmail.com" ]
ifte.hsn@gmail.com
faa697f92b0c453211c1901e1177513e02a5950c
6d417797ad0fea4eaf0d6e51ed9be576e7562059
/libft/print_bits.c
ccab95f8deb4507a9d9f1e8d34bc25abf1dd2e3b
[]
no_license
chan-abraham/fractol
93b1d137b135d8212091086e879f8ffef3b675f8
63c1c34631454746ce7d079486d33318d9ccfd11
refs/heads/master
2020-03-27T11:40:13.962035
2019-04-25T21:51:42
2019-04-25T21:51:42
146,500,728
0
0
null
null
null
null
UTF-8
C
false
false
1,163
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* print_bits.c :+: :+: :+: ...
[ "abchan@e1z3r3p2.42.us.org" ]
abchan@e1z3r3p2.42.us.org
94e074d51f6e36a3a598a693b15f8901284b5a5f
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/288b6ed3-c896-453e-bbac-d2c7b58afc26.c
144380502f40c98be27dc2acff86c6b81aac8214
[]
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
584
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=14; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = i/j; l = l%j; l = l%j; k = k-k*k; //variables /* START VULNERABILITY */ int a; int b[48]; int c[77]; a = 0; while (b[( a - 1 )]...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
270f29a6ed10df4ffc9b21e0d8605af77e577106
649ba144ba35da416cfd63b2c24e0c4002ff1a05
/Skims/macros/analyzeTracks.C
e49d67ce809ecb89e3f846918bcfa1d9e536da53
[]
no_license
CmsHI/CVS_edwenger
f63fc52ea0c6e24402d1026cbfcb4eafaf7b0239
ad9d6cad54e443dd5789f10fb94a5238b6cdf61b
refs/heads/master
2021-01-25T07:08:36.148221
2012-07-10T10:00:39
2012-07-10T10:00:39
11,457,383
0
1
null
null
null
null
UTF-8
C
false
false
13,334
c
// Usage: // .x rootlogon.C // .x analyzeTracks.C++ #include <memory> #include <string> #include <vector> #include <iostream> #include "math.h" #include <TH1D.h> #include <TH2D.h> #include <TNtuple.h> #include <TFile.h> #include <TROOT.h> #include <TSystem.h> #include <TString.h> #if !defined(__CINT__) && !defined(_...
[ "" ]
3b4dd7ea68796016d74f7ebd266129e767ead84c
b54522bd1eb8d1be1cf65aa53bdde8b17fdc448c
/v1.0/fw/etna-fw-v1.0.0/components/nrf5_sdk/ble/ble_services/ble_ias/ble_ias.c
c0ca77147c032395e5a12da1b37a829cc6cb4d14
[]
no_license
illysky/etna
ba3fec30f73088015ab903d896af8c327008f6c3
fd2abafb494a73ac27d394f7afbbdf46ba11feb5
refs/heads/master
2021-10-11T10:28:52.630576
2021-10-10T10:56:03
2021-10-10T10:56:03
168,384,412
4
0
null
null
null
null
WINDOWS-1258
C
false
false
5,292
c
/* Copyright (c) 2012 Nordic Semiconductor. All Rights Reserved. * * The information contained herein is property of Nordic Semiconductor ASA. * Terms and conditions of usage are described in detail in NORDIC * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. * * Licensees are granted free, non-transferable use...
[ "dom@illysky.com" ]
dom@illysky.com
8a59550f249585d49b2f59561ba5ff0cd7a65e63
5c255f911786e984286b1f7a4e6091a68419d049
/code/de22df17-f7ea-42ab-9212-872fad2928ab.c
d1bd00b56cf785acd526df309cb5a1d1e9a2584d
[]
no_license
nmharmon8/Deep-Buffer-Overflow-Detection
70fe02c8dc75d12e91f5bc4468cf260e490af1a4
e0c86210c86afb07c8d4abcc957c7f1b252b4eb2
refs/heads/master
2021-09-11T19:09:59.944740
2018-04-06T16:26:34
2018-04-06T16:26:34
125,521,331
0
0
null
null
null
null
UTF-8
C
false
false
241
c
#include <stdio.h> int main() { int i=0; int j=42; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = i/j; l = l-j; l = l-j; l = k-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
88083f1deae5696ca88db4ea2b5e1548d508f6b4
9f6ac63e81535daeb55611d66560ab2a87fc9d8c
/libs/thelib++/test/testcollection.h
9aaef2011508209ec6bbb1b38baa1f6b6c3fa9dd
[ "BSD-3-Clause" ]
permissive
ComputationalRadiationPhysics/rivlib
68e4de9cc98f62112ec21a05d68c406ef580a32d
1a838630400892a53ff7eb120aec4282fc9967ac
refs/heads/master
2021-01-21T05:00:23.480426
2016-05-23T07:29:51
2016-05-23T07:29:51
29,530,946
3
1
null
2016-05-23T07:29:51
2015-01-20T13:27:18
C++
UTF-8
C
false
false
2,094
h
/* * testcollection.h * * Copyright (c) 2012, TheLib Team (http://www.thelib.org/license) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * - Redistributions of source code mus...
[ "axel.huebl@web.de" ]
axel.huebl@web.de
5377c88f8dda68d694cfcd69518f6279659ec589
be3167504c0e32d7708e7d13725c2dbc9232f2cb
/mameppk/src/emu/cpu/nec/necmacro.h
b0ad095e12ae57ccd42b5160ecdef612d843d4c7
[]
no_license
sysfce2/MAME-Plus-Plus-Kaillera
83b52085dda65045d9f5e8a0b6f3977d75179e78
9692743849af5a808e217470abc46e813c9068a5
refs/heads/master
2023-08-10T06:12:47.451039
2016-08-01T09:44:21
2016-08-01T09:44:21
null
0
0
null
null
null
null
UTF-8
C
false
false
13,252
h
// license:BSD-3-Clause // copyright-holders:Bryan McPhail /* parameter x = result, y = source 1, z = source 2 */ #define SetTF(x) (m_TF = (x)) #define SetIF(x) (m_IF = (x)) #define SetDF(x) (m_DF = (x)) #define SetMD(x) (m_MF = (x)) /* OB [19.07.99] Mode Flag V30 */ #define Set...
[ "mameppk@199a702f-54f1-4ac0-8451-560dfe28270b" ]
mameppk@199a702f-54f1-4ac0-8451-560dfe28270b
08fcba5c01554d874c2b91125ceb2f0ec514d04f
1249435a051fe8eaf79856d6a634a51f75dd5114
/Unicorn Windows C API (x86)/Lib/unicorn.h
372121d9bce652416fdcd920a79137613e065ea0
[ "MIT" ]
permissive
unicorn-bi/Unicorn-Suite-Hybrid-Black
72c987bdbec43309d8c94be5878b0853f2956294
ec8d9ce82dd90706a5a4cda1794c950383b3afaa
refs/heads/master
2023-04-26T10:16:57.416683
2023-04-21T13:36:57
2023-04-21T13:36:57
156,843,403
44
20
null
2022-02-08T10:33:12
2018-11-09T09:59:23
C#
WINDOWS-1250
C
false
false
19,364
h
#ifndef UNICORN_H #define UNICORN_H #include <stdint.h> #include <stdbool.h> // The following ifdef block is the standard way of creating macros which make exporting // from a DLL simpler. All files within this DLL are compiled with the UNICORN_EXPORTS // symbol defined on the command line. This symbol should not be...
[ "hello@unicorn-bi.com" ]
hello@unicorn-bi.com
75ca484c9ccaf6f535fcb103855e86205b07ea09
13e787f7e3d972526203129aaa1cee64edf50f12
/110360/CWE680_Integer_Overflow_to_Buffer_Overflow__malloc_fgets_01.c
0a45d9e24b3727aeb6ec046b48cf1c46a4643824
[]
no_license
jingjinl/compiled
995d96f1f616fb28e4afca817363db2078efa673
cd27273a5867ba213e9964141cb6e0c202437791
refs/heads/main
2023-08-19T07:42:21.100132
2021-09-19T12:22:39
2021-09-19T12:22:39
403,235,611
0
0
null
null
null
null
UTF-8
C
false
false
3,393
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE680_Integer_Overflow_to_Buffer_Overflow__malloc_fgets_01.c Label Definition File: CWE680_Integer_Overflow_to_Buffer_Overflow__malloc.label.xml Template File: sources-sink-01.tmpl.c */ /* * @description * CWE: 680 Integer Overflow to Buffer Overflow * BadSource: fgets ...
[ "66043269+jingjinl@users.noreply.github.com" ]
66043269+jingjinl@users.noreply.github.com
58d27eba111f597eea558f5d7cf09ccd46ff59c3
714691f3208320c1d22f48419ae682b40bb17bf3
/polls/include/python3.7m/pycapsule.h
330b01526e9c0bef27f0bb234370db15d49eb1c9
[]
no_license
bigdog156/Django_tutorial
1619c29f961d3a50ab3d7004026e1b9cfd097698
1d4a8f7674fefbecb0db894bc828b40080aad6b9
refs/heads/master
2020-04-26T22:48:32.253465
2019-03-05T11:29:13
2019-03-05T11:29:13
173,884,048
0
0
null
null
null
null
UTF-8
C
false
false
58
h
/Users/lethachlam/anaconda3/include/python3.7m/pycapsule.h
[ "39177789+bigdog156@users.noreply.github.com" ]
39177789+bigdog156@users.noreply.github.com
1d1083a62dac12484618d073aeed6385ded03877
d48e087ccc8fff4d1f587cb13f4175e495fd733c
/MpiCom/kalman.c
8067acee4fd1596a2a7302136d22acfa147d8ea1
[]
no_license
Colyette/P15230
bd37a9b147cfdd3082da7a0e37ecd53b63934c21
7bec95bf364988f8228efa4c66f1b96a7ed281ab
refs/heads/master
2021-01-22T02:03:38.348939
2015-05-12T01:10:10
2015-05-12T01:10:10
26,423,597
0
0
null
null
null
null
UTF-8
C
false
false
12,727
c
/* kalman.c This file contains the code for a kalman filter, an extended kalman filter, and an iterated extended kalman filter. For ready extensibility, the apply_measurement() and apply_system() functions are located in a separate file: kalman_cam.c is an example. It uses the matmath functions ...
[ "colyette3@gmail.com" ]
colyette3@gmail.com
d113e90e7cf3afe051070c279405059568740ec7
f7738ac20de6f5a84484caa755e01d4439648343
/example/unity/ARDemoApp/Temp/il2cppOutput/il2cppOutput/UnityEngine.UnityAnalyticsModule_CodeGen.c
e96da585b2a6e710ffefd40d62aad87bfa249e6c
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
mjserrato/flutter-unity-view-widget
95c39555283e24cf5ea031f9d29f4dafc25952b0
2765fb121bc6d430ebfee2b641768da3bbb7b04d
refs/heads/master
2020-08-23T05:15:36.476350
2019-10-18T14:16:36
2019-10-18T14:16:36
null
0
0
null
null
null
null
UTF-8
C
false
false
6,129
c
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include "codegen/il2cpp-codegen-metadata.h" IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END // 0x00000001 System.Void UnityEngine.RemoteSettings::RemoteSettingsUpdated(System.Boolean) extern void RemoteSettings_R...
[ "rex.raphael@outlook.com" ]
rex.raphael@outlook.com
fe3ee9adcdf9f8cedcedf9e10d553bc80444ed5b
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/tools/testing/selftests/x86/extr_ldt_gdt.c_do_simple_tests.c
500c3c9a63f0bf73411d3fb19451972d076cc6e3
[]
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
6,463
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
1f25cf45f9bb46e36763dcbefd431f8a8aa8a2f3
d8885e74ff17b90045b8454d0df6ed2dc6ca1899
/kfifo.c
8ed8084db58025da3a7c31eeead1c69f35d46f94
[]
no_license
jjzhang166/myfifo_-kfifo
dc03d3f742bc975f406cdeed7b9adb62f25ff14b
e0d28f73c8dcaf7f839ce81c320424d99c16fad4
refs/heads/master
2023-04-09T01:47:08.901073
2019-07-24T11:56:15
2019-07-24T11:56:15
null
0
0
null
null
null
null
UTF-8
C
false
false
7,023
c
/* * A generic kernel FIFO implementation * * Copyright (C) 2009/2010 Stefani Seibold <stefani@seibold.net> * * 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 Licen...
[ "noreply@github.com" ]
jjzhang166.noreply@github.com
8d70a587e1f833615fa97cdda40460093ed33dba
cbf83ae664b1d76a651f1b2cc50badba8cd8e9a1
/PA2/pa2/targets/target2.c
472c7edf37ca4a25e30fe1a30ad467db4e23dea7
[]
no_license
xih108/CSE127-Computer-Secruity
8835b050485f19abf3810de0d4a234e0a5f4f803
8b5c6c414c1f93f0e0b7b94ba17c248a935b52f6
refs/heads/master
2022-11-21T01:48:01.957291
2020-07-23T23:35:22
2020-07-23T23:35:22
282,078,488
0
2
null
null
null
null
UTF-8
C
false
false
512
c
#include <stdio.h> #include <stdlib.h> #include <string.h> void nstrcpy(char *out, int outl, char *in) { int i, len; len = strlen(in); if (len > outl) len = outl; for (i = 0; i <= len; i++) out[i] = in[i]; } void bar(char *arg) { char buf[204]; nstrcpy(buf, sizeof buf, arg); } void foo(char *a...
[ "xih108@ucsd.edu" ]
xih108@ucsd.edu
eb9d50a012c8fed92d2552796257156e4bdb99b3
90533d63b4b93cbb2a38d9ed5a95ae9fa3526aa9
/ChibiOS_2.4.0/os/hal/include/pal.h
2887c37f93c2c9236054096d8b74e5b3e826c282
[]
no_license
vanbwodonk/F4D_MP3
683522c38db7f1fdc7db1e9d7a854693447b017e
d518cb20b42de2fce6d96d810ba2f54fc1cdd159
refs/heads/master
2016-09-06T04:56:58.161471
2014-11-17T00:18:37
2014-11-17T00:18:37
26,733,125
2
0
null
null
null
null
UTF-8
C
false
false
18,328
h
/* ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, 2011,2012 Giovanni Di Sirio. This file is part of ChibiOS/RT. ChibiOS/RT 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 Foundatio...
[ "arif.pens@gmail.com" ]
arif.pens@gmail.com
23b1a5e77ce1afc18c38188b4d13f6eef645f9ff
bebe7002b7594c0c5a0efca460ef8cc43679849a
/gen_trumpet_a.h
50aa0aeefce40b1be44246265bcf261dd76c68aa
[]
no_license
zamattiac/AudioSynth
57a6cae251265a0ae2dfd56f90ed82c9588a773c
ea7ef112a31f5c4c4631c0f0a2e526e10c754204
refs/heads/master
2020-03-11T05:55:10.286901
2018-05-06T20:06:25
2018-05-06T20:06:25
129,816,440
0
0
null
null
null
null
UTF-8
C
false
false
3,231
h
#ifndef gentrumpeta_H_ #define gentrumpeta_H_ #if ARDUINO >= 100 #include "Arduino.h" #else #include "WProgram.h" #endif #include <avr/pgmspace.h> #define gentrumpeta_NUM_CELLS 646 #define gentrumpeta_SAMPLERATE 10000 const int8_t __attribute__((section(".progmem.data"))) gentrumpeta_DATA [] = {82, 73, 70, 70, 12...
[ "zamattiac@gmail.com" ]
zamattiac@gmail.com
930ecf56c530cad9b5fb5e1161aefc1a976d1e96
720e570632cc4c386378f02eba4fa470fe836396
/OopC/_DP_2_Creational_FactoryMethodSample/main.c
82cf07263730c9f5e59ef21fff7ed1019add7ebd
[ "MIT" ]
permissive
tony2ty/OopC
364f67148cb60a98a40faeabcdf4946169ef1cbc
2b328fe582ccd62c277c7f69faa856f2ce7b00a4
refs/heads/master
2020-11-26T18:58:02.153396
2019-12-05T15:24:22
2019-12-05T15:24:22
null
0
0
null
null
null
null
UTF-8
C
false
false
1,971
c
//MIT License // //Copyright(c) 2019 Goodman Tao // //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, ...
[ "taoxing2113@foxmail.com" ]
taoxing2113@foxmail.com
d6ec3a0bd18b5f6d7a2c4ea7e73c05be04ee8eb2
ae899f4cefc6bbbd0a73f114905b58cc97c73d5a
/main.c
544423de5a952e69a35383e564a0f1ce38e350b8
[]
no_license
fredeom/tic-tac-toe
8b1c0020ec53522affee7488f588f7843db8043a
2969fcc7166396527e9f88c46337b0b7d3a8863a
refs/heads/master
2020-07-06T13:00:10.591528
2019-08-18T18:02:47
2019-08-18T18:02:47
203,025,415
1
0
null
null
null
null
UTF-8
C
false
false
5,674
c
#include <glad/gl.h> #include <GLFW/glfw3.h> #include <math.h> #include <stdio.h> #include <stdlib.h> #include <linmath.h> static double xpos = 0, ypos = 0; static int width, height, turn = 1; static int do_redraw = 1; static int field [] = { -1, -1, -1, -1, -1, -1, -1, -1, -1 }; float cross_vertices [] = ...
[ "smirnov@microline.ru" ]
smirnov@microline.ru
ff226bcef49dc83150b12894241f66d054f63463
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/arch/mips/pci/extr_pci-rt3883.c_rt3883_pci_config_write.c
bd8d11acfb18c004570def675fdecf7537b4660d
[]
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,987
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
e5742205fa702219c45c2fcb7c3686241d295ae1
21c09799d006ed6bede4123d57d6d54d977c0b63
/fits_2018_08/SeptDijet2016bgCSVv21b750Scan/fit_mjj_Full_SeptDijet2016bgCSVv21b750.C
61fb8a31f28ff76e3c84dc9eae4a452215569f90
[]
no_license
corvettettt/DijetRootTreeAnalyzer
68cb12e6b280957e1eb22c9842b0b9b30ae2c779
e65624ffc105798209436fc80fb82e2c252c6344
refs/heads/master
2021-05-06T09:57:12.816787
2019-04-18T15:32:38
2019-04-18T15:32:38
114,043,763
1
0
null
2017-12-12T22:02:46
2017-12-12T22:02:46
null
UTF-8
C
false
false
42,818
c
void fit_mjj_Full_SeptDijet2016bgCSVv21b750() { //=========Macro generated from canvas: c/c //========= (Thu Sep 13 05:30:26 2018) by ROOT version6.02/05 TCanvas *c = new TCanvas("c", "c",0,0,600,700); gStyle->SetOptStat(0); gStyle->SetOptTitle(0); c->SetHighLightColor(2); c->Range(0,0,1,1); c->SetFi...
[ "zhixing.wang@ttu.edu" ]
zhixing.wang@ttu.edu
fcaef2247955145a9dd691c4602e313f3b335f0b
08bfc8a1f8e44adc624d1f1c6250a3d9635f99de
/SDKs/DXC/include/llvm/Analysis/PtrUseVisitor.h
692b7b4c24cc2f72b8000df48e323cb9a0d319e1
[]
no_license
Personwithhat/CE_SDKs
cd998a2181fcbc9e3de8c58c7cc7b2156ca21d02
7afbd2f7767c9c5e95912a1af42b37c24d57f0d4
refs/heads/master
2020-04-09T22:14:56.917176
2019-07-04T00:19:11
2019-07-04T00:19:11
160,623,495
0
0
null
null
null
null
UTF-8
C
false
false
129
h
version https://git-lfs.github.com/spec/v1 oid sha256:bf23d7e82149eb63a2c26f94c28af51db1ad4e44e346749a8c23e9b89a8de323 size 9747
[ "personwithhats2@Gmail.com" ]
personwithhats2@Gmail.com
c4ea3253f833f8fcd5168cbb266397ac3271a6b9
b5d8a218a32d66bf471ef8912a3f7dfec9f0c647
/no 6-17/CekBulan.c
417f924c9a35e0313a4794994c0c8d666e7a5dc5
[]
no_license
BenhardSim/alpro-semester-2
49b936689fd771c32cb28d93ac7cfbc9216e6fee
88674ec6178b548f90829e1456e4e5c06d48ad73
refs/heads/main
2023-03-29T22:18:55.407556
2021-04-01T01:55:01
2021-04-01T01:55:01
353,539,604
0
0
null
null
null
null
UTF-8
C
false
false
916
c
/*Nama File : CekBulan.c*/ /*Deskripsi : menampilkan nama bulan*/ /*Pembuat : <Benhard simanullang-24060120140136>*/ /*Tgl Pembuatan : <06-03-2021>*/ #include <stdio.h> /*header file*/ /*Program Utama*/ int main(){ /*Kamus*/ int N; /*Algoritma*/ scanf("%d",&N); if(N == 1){ pri...
[ "noreply@github.com" ]
BenhardSim.noreply@github.com
9f221e90e2b09633dc9c9f7eb0fb3121fabb84c9
33a60c42d0d9a8ca041005bea686ef4d4382e47b
/p2-5.c
684b73f0b26643263804bfe48626d44cf9c19b3e
[]
no_license
tan19961221/c-p
dccb0a2afe6e5ee7be121bb6ce37905148927c49
21d23a4becdd7ffc9f55a10ca6e35e19900061b0
refs/heads/master
2021-01-02T00:19:24.925506
2020-02-19T09:13:54
2020-02-19T09:13:54
239,408,574
0
0
null
null
null
null
UTF-8
C
false
false
359
c
//编写一段程序,读取两个整数的值,计算出前者是后者的百分之几,并用实数输出结果。 #include <stdio.h> int main(void) { int a, b; puts("请输入两个整数:"); printf("整数a:"); scanf("%d", &a); printf("整数b:"); scanf("%d", &b); printf("a是b的%f %%\n", (double)a/b*100); return 0; }
[ "edz@tandongdong.local" ]
edz@tandongdong.local
d7e85557c0bda752702e8e39ea1b8cdcaf3221fc
f9cd98110e1baea8c66d4e88566e6699251367ec
/Arrays/main.c
c65c6298d53a5f75eb31b710a8c3615de884ce6f
[ "Apache-2.0" ]
permissive
venkatsgithub1/C
e31193fd9fe68412ad7e4a919da64bcc9db92ca9
11cc7515f289e148399a315bfc3c5843582a6321
refs/heads/master
2020-06-01T18:01:13.867766
2019-06-13T17:02:40
2019-06-13T17:02:40
190,875,128
0
0
null
null
null
null
UTF-8
C
false
false
241
c
#include<stdio.h> int main() { int average, grades[3]; grades[0]=80; grades[1]=85; grades[2]=90; average = (grades[0]+grades[1]+grades[2])/3; printf("The average of the 3 grades is %d", average); return 0; }
[ "venkatsgithub@gmail.com" ]
venkatsgithub@gmail.com
c7a973a0287f4cfafcea126ddbd774de23c0da7d
f5734bec596a48889dd151917f92f8227ec2f29f
/libft/ft_pow.c
ccdc15f6d06e7429e4f1fa41ed8a705ec87275b6
[]
no_license
apopinea/fillit-42-apopinea
67421518baa19768c9d3af330d092be746f48af2
c37fcf9cf39a26e966dcd0df5177de60681140fa
refs/heads/master
2021-03-19T08:29:40.857715
2016-11-21T06:11:56
2016-11-21T06:11:56
null
0
0
null
null
null
null
UTF-8
C
false
false
1,035
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_pow.c :+: :+: :+: ...
[ "apopinea@e2r10p3.42.fr" ]
apopinea@e2r10p3.42.fr
7c7a5fd9f0fb7ae170673997bfdedd8b534e0a34
ade95ca77d4c35a0b2104bfd0b52ce4d89ce1d0a
/ch_12/lab2/lab2-1/l1_v1.c
ef90744845f20f63b173c0111e3e5ec47290ce27
[]
no_license
Perveance/ldd
5adb99727a9aa7b08aeeef65437fe5b8e4c2a164
6a1d48c89d6db33c4459bcee76181d711c21030a
refs/heads/master
2016-08-03T14:06:25.129716
2014-07-18T08:07:04
2014-07-18T08:07:04
null
0
0
null
null
null
null
UTF-8
C
false
false
548
c
#include <linux/module.h> #include <linux/init.h> struct mutex my_mutex; DEFINE_MUTEX(my_mutex); EXPORT_SYMBOL(my_mutex); static int __init my_init(void) { printk("1 module: Init count = %d\n", atomic_read(&my_mutex.count) ); return 0; } static void __exit my_exit(void) { printk("1 module: ...
[ "mikhail@itri.org.tw" ]
mikhail@itri.org.tw
8ba00579420b836cd23e961108135e7d7a1ffa7b
da2d66e38b5420df813f2ba22077a536fa6ceab5
/AlgorithmandDatastructureStudy/graph/graph.c
b53cd1969a2a254341bf2354be468e1df7accbaa
[]
no_license
vinishpvarghese/AlgorithmDS
fc6c4f4c93b82db74e6f415c6acfa0ac7398198f
a905f86d0adf149f0f5650d3d7a7d8e48bb7f6fd
refs/heads/master
2021-01-22T13:07:45.622614
2014-12-12T08:54:35
2014-12-12T08:54:35
null
0
0
null
null
null
null
UTF-8
C
false
false
1,438
c
#include <stdio.h> #include <stdlib.h> #include "graph.h" graph * createGraph (int nodes) { int i = 0; graph *gr = (graph *) malloc (sizeof (graph)); gr->num = nodes; gr->ArrList = (graphArrList *) malloc (nodes * sizeof (graphArrList)); for (i = 0; i < nodes; i++) { gr->ArrList[i].head = NULL; ...
[ "sreejith.mm@gmail.com" ]
sreejith.mm@gmail.com
724cad592758085149709da630e935dc2b7d911d
83db05a61c33014b13d8d2f6a5756850e22bab80
/tp3_linux/parser.c
9f8b562a97b78dbfe8b67694f5b853d7ceea7cbb
[]
no_license
LeoMonges97/tp_laboratorio_1
c6cb737171650215bc632a9509f4019c04f43642
9608159d351ed47e2408619ae93aabd5d335c26d
refs/heads/master
2021-05-22T22:25:25.410699
2020-11-27T21:33:38
2020-11-27T21:33:38
253,124,396
0
0
null
null
null
null
UTF-8
C
false
false
3,295
c
#include <stdio.h> #include <stdlib.h> #include "LinkedList.h" #include "Employee.h" /** \brief Parsea los datos los datos de los empleados desde el archivo data.csv (modo texto). * * \param path char* * \param pArrayListEmployee LinkedList* * \return int * */ int parser_EmployeeFromText(FILE* pFile , Linke...
[ "leo_mycurse99@outlook.com" ]
leo_mycurse99@outlook.com
92c9aa1cdb098874f5344114699308c3c1abf8ce
446d099057cb1629b6f65672e5f48f6c23d3cc87
/modules/parser/parser.h
2b87a284156cfe64faef374ef9022b828c0c8a18
[]
no_license
ThiefMaster/surgebot
02018057b45110541cd543e032079ba592ea2155
a70f3aa218a9523e774d46167868f8e6caba31b3
refs/heads/master
2021-09-08T20:34:32.239783
2013-12-05T12:03:45
2013-12-05T12:03:45
80,953,069
3
0
null
null
null
null
UTF-8
C
false
false
1,282
h
#ifndef PARSER_H #define PARSER_H #include "list.h" #include "stringbuffer.h" #define PARSER_FUNC(NAME) static enum parser_func_retval __parser_func_ ## NAME(void *ctx, const char *name, const char *arg) typedef enum parser_func_retval (parser_func_f)(void *ctx, const char *name, const char *arg); #define ADD_PARSER_...
[ "thiefmaster@gamesurge.net" ]
thiefmaster@gamesurge.net
22700f535d33adfb33f8c1ce678a10db494385f4
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/reactos/sdk/lib/crt/startup/extr_gccmain.c___main.c
5cf16c1b47aefb34e45a461aab5cf2cd9a5941f3
[]
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
561
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
1fa6001a4c7abf46a7bcb876bfa6abc23a224365
c07d5913ecf3a23e5ba5b7fb1ed5f39550a86e96
/Labo/Junk/unsafe/TrimCSProjTools.c
984e5ba0a126d9f4574f82c1b4d7d65ac3cf1f1a
[ "MIT" ]
permissive
stackprobe/Factory
41777490800b30a02ba80286b536c1e9a80f2b4f
0aef20aefba7a080f12652230790a18ce17c2795
refs/heads/master
2022-11-24T15:50:59.412175
2022-11-05T17:46:59
2022-11-05T17:46:59
37,094,911
2
1
null
null
null
null
SHIFT_JIS
C
false
false
2,604
c
/* Tools\ 直下の使用してない .cs を削除する。 ---- .sln がある場所から実行してね。(C#) プロジェクト直下の Tools\ 直下の .cs を書き換えます。 .cs を削除するだけです。 プロジェクトからの除去は手動で行って下さい。 .exe のプロジェクトじゃなければならない。<---- Tools があるなら多分 .exe でしょう。 */ #include "C:\Factory\Common\all.h" #define DIR_TOOLS "Tools" static char *ProjName; static char *BuiltExeFile; stati...
[ "stackprobes@gmail.com" ]
stackprobes@gmail.com
ebc879e6d93823b403e9e58474306d164529218c
547dcd29473eaf3befaf4fc3cb9bdd78e2daeb87
/syscall/local/kernel/include/linux/binder_custom.h
65a354b947360f9abca868fa5a850cc10c97753e
[]
no_license
official71/personal_practices
f473571d838597fad9df2085e6c7ff7cf8c099b5
271f56e17403ee36451c2bc8e4a69bec076a9b0c
refs/heads/master
2021-06-27T20:18:34.551430
2017-09-11T07:08:55
2017-09-11T07:08:55
81,685,556
0
0
null
null
null
null
UTF-8
C
false
false
1,743
h
#ifndef BINDER_CUSTOM_H #define BINDER_CUSTOM_H /* * * We are creating the following format to store the pid, and * their corresponding peers lists * * -------------------------------------------------- * | global list of PIDs and their peer list | * | (instance if bp_pid_list) | *...
[ "yqi71@hotmail.com" ]
yqi71@hotmail.com
53b6714799e0ee9112462e9bf278202ea6136696
5902d0bc278bb36a567978dd273f3b0f060ba7da
/src/common/Hash_alg.c
436daf0f1ac5fb9f4347062dd5e8326688fddbfd
[]
no_license
githuanghaining/device_src
adc941480c96a81f962d6b1ca87a9ff693aa87eb
e1e0785612e59cefe88e68e5c2c1af2ce9b1255a
refs/heads/master
2016-09-10T11:43:04.612451
2015-12-04T05:27:12
2015-12-04T05:27:12
36,336,641
0
1
null
null
null
null
UTF-8
C
false
false
4,909
c
#include "Hash_alg.h" #include <string.h> //CRC字典 unsigned long crcTable[256] = { 0x0, 0x77073096, 0xee0e612c, 0x990951ba, 0x76dc419, 0x706af48f, 0xe963a535, 0x9e6495a3, 0xedb8832 , 0x79dcb8a4, 0xe0d5e91e, 0x97d2d988, 0x9b64c2b , 0x7eb17cbd, 0xe7b82d07, 0x90bf1d91, 0x1db71064, 0x6ab020f2, 0xf3b9714...
[ "huanghaining@topvdn.com" ]
huanghaining@topvdn.com
506c1499427d40a77005199ce307563c852f5d8b
cb39488ba2a7d400ede74e79b132ba366924f9e8
/game-04/game.c
0e1c7aad1535e2a97988e1dfce8c13c554174366
[]
no_license
rald/GameDev-00
b0b34f141d1c1fdf3055774f4f898c9be8e99765
35a612cb36e7a6fa237242b4ef89d0f766697e97
refs/heads/main
2023-01-08T04:38:16.583312
2020-10-31T04:20:03
2020-10-31T04:20:03
308,698,168
0
0
null
null
null
null
UTF-8
C
false
false
11,041
c
#include <windows.h> #include <stdio.h> #include <stdlib.h> #include <math.h> #include "palette.h" #include "canvas.cvs" #define SAVE_FILE "canvas" #define LOAD_FILE "canvas" #define GET_HIGH_BIT(x) ((1 << 15) & (x)) int cxClient=0, cyClient=0; int gridX,gridY,gridWidth,gridHeight,gridSize; COL...
[ "thecoconutnutisagiantnut@gmail.com" ]
thecoconutnutisagiantnut@gmail.com
8c4950a955932d450be23a72bceb0556e759c92a
b76c946b2f7f8d88e9a3d486727a6d851eecf60d
/test/c/std/zlib.c
54c8eca2fd32d5ace27e5431ab6e3958e7669f9b
[ "Apache-2.0", "LicenseRef-scancode-generic-cla" ]
permissive
AlexxNica/wuffs
839bff4dfd2c9bfaf4a5f96f80ac5d89afd1024e
ad277871f55a5749ac12fbb3b95714c3855d22f3
refs/heads/master
2021-05-12T05:41:43.365137
2018-01-06T06:03:36
2018-01-06T06:03:36
null
0
0
null
null
null
null
UTF-8
C
false
false
10,543
c
// Copyright 2017 The Wuffs Authors. // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed...
[ "nigeltao@golang.org" ]
nigeltao@golang.org
0d1fc22f6708d15e156a5ac9bc067605da3bf7a5
b3bdfe660b706f8ab6c1d11c9923e49ef9d0ac92
/CryptoSample/src/CheckFMA.c
761701301e4d7aabdf8768c9e1ed66af5dabc2fe
[]
no_license
95krasovsky/SecretSharingSchemes
ee88451e945f019def1cb7c6a38e09040693f4d7
48da1f43742db9e39cd05cc0e0459b4e4b1d466d
refs/heads/master
2020-12-24T18:51:00.567236
2016-05-16T11:01:03
2016-05-16T11:01:03
58,579,186
0
0
null
null
null
null
UTF-8
C
false
false
1,164
c
#include <ctools.h> #include <cstdlib> #include <immintrin.h> #include <iostream> #if (!defined(__GNUC__) || !defined(__x86_64__) || !defined(__AVX2__)) #error "AVX2 with FMA not supported" #endif #if (NTL_BITS_PER_LONG != 64 || NTL_DOUBLE_PRECISION != 53) #error "AVX2 with FMA not supported" // sanity check -- co...
[ "95krasovsky@gmail.com" ]
95krasovsky@gmail.com
5ae0fc3269b45949cbbfbed639e1622b2dc79c49
1ea4bd0d283c3115fe5a69105cbe0f0754898b05
/HARDWARE/KEY/key.c
c21c5e6c5d0e5f5758faf30f0abde474e633247e
[]
no_license
Lin-Aoct/GongChengXunLian
b09d63e68bf9be5f88770ee5ac3671e9c3786ce5
51b6384862a1f1e51544ac80feba47f6d60c7ebf
refs/heads/main
2023-04-03T02:57:35.867786
2021-04-19T11:43:15
2021-04-19T11:43:15
352,704,124
1
0
null
null
null
null
GB18030
C
false
false
1,002
c
#include "key.h" //按键初始化函数 void KEY_Init(void) { GPIO_InitTypeDef GPIO_InitStructure; RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOB, ENABLE);//使能 GPIOB 时钟 GPIO_InitStructure.GPIO_Pin = GPIO_Pin_4; //KEY0 对应引脚 GPIO_InitStructure.GPIO_Mode = GPIO_Mode_IN; //普通输入模式 GPIO_InitStructure.GPIO_Speed = GPIO...
[ "mclouds.top@foxmail.com" ]
mclouds.top@foxmail.com
b74ef5d82a022bf254d710aaff4495385194f2ef
7b94bb57216e307f07f729d574ff2cd3fcc376df
/T7/Z1/main.c
d6ae6fc8eb5e16e9a51c3773fc72fd83bef37ef9
[]
no_license
BakirK/UUP
b6207376026358e87fad0fa65edd6de999824c09
6e08988b0596a5c49f1a9a193e0b961611328fd1
refs/heads/master
2022-12-21T05:33:38.381197
2020-09-24T14:55:09
2020-09-24T14:55:09
298,310,729
0
0
null
null
null
null
UTF-8
C
false
false
437
c
#include <stdio.h> void crtaj(int duzina){ int i; for(i=0;i<duzina;i++){ printf("*"); } } int main() { int i,niz[5]; printf("\n Unesite vrijednost za grafikon\n"); for(i=0;i<5;i++){ printf("%d. vrijednost: ",i+1); scanf("%d",&niz[i]); } printf("\n ^\n |"); for(i=0;i<5;i++){ printf("\n |...
[ "bakir.karovic@gmail.com" ]
bakir.karovic@gmail.com
22f1bcb30959c1df2ef66dcfeef41b80822f17fe
88c0e520e2389e676fea559f944109e1ee7e157b
/include/d2d1effectauthor_88303db0.h
ee7de69f0a9d87e701cf64abb9d1892c3880ca7b
[]
no_license
jchoi2022/NtFuzz-HeaderData
fb4ecbd5399f4fac6a4982a0fb516dd7f9368118
6adc3d339e6cac072cde6cfef07eccafbc6b204c
refs/heads/main
2023-08-03T02:26:10.666986
2021-09-17T13:35:26
2021-09-17T13:35:26
407,547,359
4
0
null
null
null
null
UTF-8
C
false
false
19,067
h
#include <d2d1_1.h> typedef HRESULT (CALLBACK *PD2D1_PROPERTY_SET_FUNCTION)( _In_ IUnknown *effect, _In_reads_(dataSize) const BYTE *data, UINT32 dataSize ); typedef HRESULT (CALLBACK *PD2D1_PROPERTY_GET_FUNCTION)( _In_ const IUnknown *effect, _Out_writes_opt_(dataSize) BYTE *data, U...
[ "jschoi.2022@gmail.com" ]
jschoi.2022@gmail.com
b603e483614d344701ef9593e4c9d8253ca161ac
5ebeb09fa853096721d2d091a7ce2b5c8a5e35b8
/old/i_am_not_doing_fractol_yet.c
defb0d6babf3c8439bc817299b0152a4150ee898
[]
no_license
marblekettle/cub3d
fd4ec41e86b6d628298ae20fad738ef1e2bb469e
90e0bd1d5893c245c500296ac991ff257a37420e
refs/heads/master
2022-11-20T02:45:56.679650
2020-07-16T07:40:42
2020-07-16T07:40:42
243,522,879
0
0
null
null
null
null
UTF-8
C
false
false
1,817
c
/* ************************************************************************** */ /* */ /* :::::::: */ /* i_am_not_doing_fractol_yet.c :+: :+: ...
[ "tencivanni@gmail.com" ]
tencivanni@gmail.com
d7dc8cc60d83f6475f41ae7c9a1f116558823814
9abb08a4fb8f13b753c21ed54f61d5b734471b93
/lmysqllib.c
7f4a1113b5ce8d02240afaf860ff503dc3d00e29
[]
no_license
microwish/Lua-MySQL
c4ee5c0818a671cd5c8cb7e0f51c7c6379311d44
dc22bfb2959350be3c4a983e531fd0d72310ffb1
refs/heads/master
2016-09-10T12:27:48.214285
2013-07-12T16:52:54
2013-07-12T16:52:54
10,997,642
1
0
null
null
null
null
UTF-8
C
false
false
13,025
c
/** * MySQL extension for Lua 5.1 * * this verion is short of cache/persistence mechanism as the complexity * see lmysqllib_withvmlevelcache_semifinished.c if you're interested, which is under a semi-finished status * TODO: * put cached/persistent connections in registry or luaopen_mysql's environment * * @auth...
[ "microwish@gmail.com" ]
microwish@gmail.com
98dcd1b31d9c8b3fcd022ebaae9a6c5cd6f85c62
e2159386da8ae83fd94e3ae94ca90ebc81a4277a
/Listas/LIsta circular/listaExemplosCircular.c
efd0540e19c0b650fe6983d80b31688409de49df
[]
no_license
ANDRIEL123/C
0926733f26a716dcdaadf87411cd4cfcf5e12e11
b0bdc63e5e3232fada2e181ff17dd514482ef567
refs/heads/master
2020-05-21T21:09:12.741992
2019-06-11T00:06:14
2019-06-11T00:06:14
186,147,523
0
0
null
null
null
null
UTF-8
C
false
false
1,388
c
#include<stdio.h> #include<stdlib.h> /*//PERCURSO SIMPLES for(p = l; p; p -> prox != l; p = p -> prox){ //instruções -> Exibir/Contar/Pesquisar }*/ typedef struct no { int dado; struct no *prox; }Celula; //USADO PARA SIMPLES OU CIRCULAR /*VERIFICA SE A LISTA É SIMPLES OU CIRCULAR Celular *verificaSimples...
[ "andrielmaicom@hotmail.com" ]
andrielmaicom@hotmail.com
ee89b59cc6fe7ef6f760e73bffb4e14b4dc1e990
f2e20cedbcbda369839e1911092c61e61e45434c
/programasEnClase/Matriz.c
f9eaf215e0e685825fc4ce50e3c80870b9e31757
[]
no_license
AbrahamHRomo/SAMCRO
e23fcf51d28369278cd26ae2282438839063e4a8
e65ee71619c62f721bfc3c89ad564e1f313b13fa
refs/heads/master
2023-01-30T23:16:54.296477
2020-12-17T06:09:33
2020-12-17T06:09:33
291,919,967
0
0
null
null
null
null
UTF-8
C
false
false
888
c
#include <stdio.h> int main(){ int elementos_maximos = 4; int matriz[elementos_maximos][elementos_maximos]; int indice_x; int indice_y; for(indice_y = 0; indice_y < elementos_maximos; indice_y++){ for(indice_x = 0; indice_x < elementos_maximos; indice_x++){ matriz[indic...
[ "conde_de_homero@hotmail.com" ]
conde_de_homero@hotmail.com
0bfca563e3040833dc0be66b8de13c53028b9dd3
de8c0ea84980b6d9bb6e3e23b87e6066a65f4995
/3pp/linux/include/linux/stacktrace.h
83bd8cb475d7e5743d2cd9a3bf65e1a8e7591ac7
[ "GPL-2.0-only", "Linux-syscall-note", "MIT" ]
permissive
eerimoq/monolinux-example-project
7cc19c6fc179a6d1fd3ec60f383f906b727e6715
57c4c2928b11cc04db59fb5ced962762099a9895
refs/heads/master
2021-02-08T10:57:58.215466
2020-07-02T08:04:25
2020-07-02T08:04:25
244,144,570
6
0
MIT
2020-07-02T08:15:50
2020-03-01T12:24:47
C
UTF-8
C
false
false
3,504
h
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LINUX_STACKTRACE_H #define __LINUX_STACKTRACE_H #include <linux/types.h> #include <asm/errno.h> struct task_struct; struct pt_regs; #ifdef CONFIG_STACKTRACE void stack_trace_print(const unsigned long *trace, unsigned int nr_entries, int spaces); int stack_tra...
[ "erik.moqvist@gmail.com" ]
erik.moqvist@gmail.com
0d6aef95272bd188cde262252566466c304d2105
db87b232cfa32354c7b2b9f16c0d3086569818d0
/makefile_test_from_chloe/ex4/src/math_add.c
86f7bf4d838376c0620c194e9117c0c37d3fa81e
[]
no_license
ting2016/CPlusPlusTests
89296bd6aff521f7e209e065996e9e78150b3522
e6783019872eb67e7ea380887f7a6013e13ab973
refs/heads/master
2021-01-15T14:49:56.906721
2017-11-06T22:58:45
2017-11-06T22:58:45
99,694,514
0
0
null
null
null
null
UTF-8
C
false
false
120
c
#include <ex_math.h> double add(double a, double b) { return a + b; } double sub(double a, double b) { return a - b; }
[ "ting.zhang@datawindcorp.com" ]
ting.zhang@datawindcorp.com
5198ef5311cba10b238b284c646bf2552969fc5f
4564736bd34aa0e751ddf1dc79da25db8ddb8be3
/przycisk.h
102ccbb251373cadd7d0de6737e5d5993635fc4b
[]
no_license
PUT-PTM/pid_kontroler
7aec2bf3533a6165219108d1cf917ef1bd137609
86bc3b61b2db70aba6534ac61942d15063eec65a
refs/heads/master
2021-01-15T22:14:47.667535
2014-06-10T09:15:30
2014-06-10T09:15:39
20,922,370
0
1
null
null
null
null
UTF-8
C
false
false
413
h
#ifndef __przyciskh #define __przyciskh #include "misc.h" #include "stm32f4xx.h" #include "stm32f4xx_gpio.h" #include "stm32f4xx_rcc.h" #include "stm32f4xx_exti.h" #include "stm32f4xx_tim.h" #include "stm32f4xx_syscfg.h" #include "stm32f4xx_adc.h" #include "pid.h" void IniPrzycisk(void); void IniTimerPrzycisk();//wyk...
[ "wojtekwieclawski@gmail.com" ]
wojtekwieclawski@gmail.com
b4ae2ecc416f3190de83f1246d59eb32b61d9d1b
43513100764e8e4f47b8a8ca04ae58e00a0857ed
/libft/srcs/ft_isalnum.c
daf308c2992233d3bfff0c207a6df89b88566729
[]
no_license
gonagutor/minitalk
7208276e14551ec03e17c2ec5613ab189e6d6e59
26e5d5dc41a728cbd7243e26aaa5dd0420f0f6c3
refs/heads/master
2023-09-03T12:54:18.151022
2021-11-23T17:12:13
2021-11-23T17:12:13
431,181,246
0
0
null
null
null
null
UTF-8
C
false
false
1,038
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isalnum.c :+: :+: :+: ...
[ "gonagutor@gmail.com" ]
gonagutor@gmail.com
9172ab95620c8655c9f0b0929b7036a9bc3e5e5d
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/media/usb/usbvision/extr_usbvision-video.c_usbvision_remove_sysfs.c
52842cd3d33923a6a3e8c504bd28c69150a55038
[]
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,489
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
79277379e670625b725a8a9678a2530484384858
cc96ce0676c274c8917704b13c8db783de116fb8
/CY8CKIT_046_USB_Mouse.cydsn/codegentemp/USBFS.c
d0a01be2d9ef2728f43e61b92191c6f848e2013b
[]
no_license
Manuelmv94/USB-Mouse
3f5556c9238a9406b842ca7db09c1cfbb6228bac
45f00b88e2516c01a0eda86b6ab31ccd2c593639
refs/heads/master
2020-12-30T14:12:15.993924
2017-05-15T01:37:22
2017-05-15T01:37:22
91,283,814
0
0
null
null
null
null
WINDOWS-1250
C
false
false
115,819
c
/***************************************************************************//** * \file USBFS.c * \version 3.0 * * \brief * This file contains the global USBFS API functions. * * Note: * Many of the functions use an endpoint number. SRAM arrays are sized with 9 * elements, so they are indexed directly by epNumber. ...
[ "A01114070@itesm.mx" ]
A01114070@itesm.mx
49b91603517b002046988b9a6021bafd75279590
b1d500a451cd9852089bf3d97e829df069daa9c8
/Images/MC/dMu/5.4e-18/MomBinnedAna/S18_theta_Y_RMS_vs_p_trackTruth_WORLD_250MeV_1000_2500_MeV_BQ_1.C
2749cb4e0430a218223f733cbcdd7f52a06a4725
[]
no_license
sam-grant/EDM
486ea029bf766c968a3c7b41198ffcf9bc3c9b8a
525e41de5f675c39014488c79144f47562910736
refs/heads/master
2022-10-30T22:35:42.979799
2022-10-19T18:44:54
2022-10-19T18:44:54
296,421,806
0
1
null
null
null
null
UTF-8
C
false
false
3,152
c
void S18_theta_Y_RMS_vs_p_trackTruth_WORLD_250MeV_1000_2500_MeV_BQ_1() { //=========Macro generated from canvas: c/c //========= (Fri May 6 11:05:07 2022) by ROOT version 6.24/06 TCanvas *c = new TCanvas("c", "c",0,0,800,600); c->SetHighLightColor(2); c->Range(-164.6101,-1.639239,3380.686,37.61557); c->Se...
[ "samuel.grant94@gmail.com" ]
samuel.grant94@gmail.com
6238a754e8d7e610677c9ca7ac2ccbdfcbe81dd6
9c9d23b4134bb949dfae7c7ada0647b8413b1b2d
/ADC/tft_st7735.h
a1640a63da231f452f207f0828601406f52feab9
[]
no_license
pran005/TM4C123GH6PM-Tiva-C
1dfcae3ec0b12ab51d19408c943e23671cba3560
85efceb70e28d27f7b3912f23625fc294bbdce1b
refs/heads/master
2021-06-22T15:24:00.308643
2021-03-07T19:33:40
2021-03-07T19:33:40
200,104,889
1
0
null
null
null
null
UTF-8
C
false
false
10,663
h
#ifndef _tft_st7735_h #define _tft_st7735_h #include <stdint.h> #define RST (1U<<7) #define CS (1U<<3) #define DC (1U<<6) #define CMD ~(1U<<6) #define DAT (1U<<6) #define ST7735_TFTWIDTH 128 #define ST7735_TFTHEIGHT 160 // Color definitions #define BLACK 0x0000 #define BLUE 0xF800 #defi...
[ "noreply@github.com" ]
pran005.noreply@github.com