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
9b8e49d24d12e817692940c5525c3e4d80040bea
4065982a7b47130801ed53bb0a4eb741d25f08ce
/final-musica/main.c
42f7c7523bc0837e4674bdbc70883c1f8102a2a1
[]
no_license
Mebigi/clases_prog2
b49c507848ff4c557e859fb7630eb365a2045aff
b0345080a438042e4559d2e1a2a772c469b57dd1
refs/heads/master
2020-03-17T06:52:01.378117
2018-07-23T20:38:53
2018-07-23T20:38:53
133,372,955
0
0
null
null
null
null
UTF-8
C
false
false
3,110
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> #include "usuario.h" #include "temas.h" #include "vista.h" #include "ArrayList.h" #include "ingresodatos.h" #include "Controlador.h" #include "manejadorDatos.h" int main() { ArrayList* usuarios = al_newArrayList(); ArrayList* tem...
[ "mebigi@hotmail.com" ]
mebigi@hotmail.com
170f69e9ee9d9c34b8946853cc9d644f82579255
0120689e74d6289a91eb5ba0bd07dbac73797d31
/CMSIS/Device/ATMEL/sam4sp/include/instance/cmcc.h
38151bd9247539fe1491655790af696520a9cdd8
[]
no_license
Sweet-Peas/samdxx-sam-ba-bootloader
4b65dab07900148a1ee9fb13471eeed57f5cac48
eb1d99d193c3db6d6d61e14962a1f193c2ef50ca
refs/heads/master
2021-01-10T15:06:51.596237
2015-10-21T14:09:09
2015-10-21T14:09:09
44,663,762
2
0
null
null
null
null
UTF-8
C
false
false
4,768
h
/* ---------------------------------------------------------------------------- */ /* Atmel Microcontroller Software Support */ /* SAM Software Package License */ /* --------------------------------------------------------------------...
[ "pontus.oldberg@sonymobile.com" ]
pontus.oldberg@sonymobile.com
a42a07e85c1884afefc288b1202a736614a6cec5
23866c9b8bcb715fc853f33761bce4fc88dae302
/CJPopupViewDemo/Pods/Headers/Public/CJPopupView/UIImage+Mask.h
af52b412e076014450a871f5684ddaafec9e0443
[ "MIT" ]
permissive
dvlproad/CJPopupView
4b772476d11614c896690c876c68b7dd521980df
7501977be98b3180f5210eb2340ced68da7805f0
refs/heads/master
2021-08-15T20:56:43.243597
2021-02-02T09:44:46
2021-02-02T09:44:46
45,954,448
9
1
null
null
null
null
UTF-8
C
false
false
57
h
../../../../../CJPopupView/CJMaskGuideView/UIImage+Mask.h
[ "dvlproad@163.com" ]
dvlproad@163.com
d105ff6e20b482fbe047b57e334171df3210fc7c
1debca7f5821158db59cdd0a3b4dd67763d35eb6
/ce_dd_prg/mutex.c
98ff9fdc453e356f863c030f2540ee4b50c8620c
[]
no_license
VWarlock/ce-atari
f381f86ac50c67caa028cdfb60573f4332409cde
ba0fe781522151407cdbfabffba3a0c3d748f86d
refs/heads/master
2021-01-13T13:32:13.084941
2016-10-27T14:07:58
2016-10-27T14:07:58
null
0
0
null
null
null
null
UTF-8
C
false
false
196
c
#include "mutex.h" /* inline BYTE mutex_lock(mutex *mtx){ mutex test=*mtx=1; if( test!=0 ){ return FALSE; } return TRUE; } */ inline void mutex_unlock(mutex *mtx){ *mtx=0; }
[ "github@absencehq.de" ]
github@absencehq.de
87f5b24268df6625eaadd73b47bd23e28a8076c4
4aeb491dbf3c867cb6be0fb5b08ebc3f6586d006
/dbgclient/dbgclient.c
764bcc75744f55ccae2fc1776149135b227172a6
[]
no_license
cust0m/bluepillstudy
e44c2653868876d12829f0cc7b8fb3bcd52b7642
5806e1d2568cb8999c79313408f69e3099d5d382
refs/heads/master
2022-06-21T16:42:37.450964
2022-05-12T19:26:36
2022-05-12T19:26:36
37,096,589
7
5
null
null
null
null
UTF-8
C
false
false
10,066
c
#include "dbgclient.h" #include "dbgclient_ioctl.h" LIST_ENTRY g_DebugWindowsList; KMUTEX g_DebugWindowsListMutex; KEVENT g_ShutdownEvent; PETHREAD g_pScanWindowsThread=NULL; PUCHAR g_pDebugString=NULL; static VOID PrintData() { PDEBUG_WINDOW_ENTRY pRegisteredWindow; PUCHAR pData,pString; ULONG ...
[ "windknown@875c5e1d-5f53-0410-a04a-fb0481a72a73" ]
windknown@875c5e1d-5f53-0410-a04a-fb0481a72a73
54015254ab533f1e818c0cb6c4e4e223adf95e24
2e83f9d45302ec2082a72be86be415227ede7329
/assignment7.2/assignment6.2.sim/sim_1/behav/xsim/xsim.dir/NorSim_behav/obj/xsim_1.c
3b6608d4aeea76dfbbb7a2dd8d23db6de1160eab
[]
no_license
ahmadabdullah/EE214
1d9b51f71007d232f6336561034b982481c4b764
70c40554862c44139b0e2c7e0c8981d78994e883
refs/heads/main
2023-06-10T04:15:53.786631
2020-12-19T21:26:38
2020-12-19T21:26:38
null
0
0
null
null
null
null
UTF-8
C
false
false
5,151
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "eastonco@icloud.com" ]
eastonco@icloud.com
089c4c6cfc07f47f7ebae6330226fe4a50d74b53
da8367e9e42166e20c4dd40d31ab2ebfacc3e4f0
/alice3/io_board/stm32f4/crc7.c
3375ff8e6b09753069fb01d623980a1c2ac29152
[ "Apache-2.0" ]
permissive
lkesteloot/alice
097a3c13a156e456d161c55e90ba0714f5d8325c
0b18cb6ee8a98b06f2280ed1284ab10cf13e2b13
refs/heads/master
2023-04-15T20:23:48.411520
2023-03-20T16:52:06
2023-03-20T16:52:06
40,038,123
72
10
Apache-2.0
2018-10-13T02:15:33
2015-08-01T06:44:37
C
UTF-8
C
false
false
3,457
c
#include "crc7.h" static unsigned char crc7_add_byte(unsigned char data, unsigned char previous_crc) { unsigned char crc = previous_crc; int b; for (b = 0; b < 8; b++) { unsigned int crcbit = crc & 0x40; if ((data & 0x80UL) != 0) crcbit ^= 0x40; data <<= 1; cr...
[ "grantham@plunk.org" ]
grantham@plunk.org
2d14c01b5c79c8ca5b5d56cd3ab598bb9b8e54f5
438cd59a4138cd87d79dcd62d699d563ed976eb9
/mame/src/mess/drivers/pc8801.c
271efa1a7ee4b6da714b93526ff0076c9b6fdd93
[]
no_license
clobber/UME
031c677d49634b40b5db27fbc6e15d51c97de1c5
9d4231358d519eae294007133ab3eb45ae7e4f41
refs/heads/master
2021-01-20T05:31:28.376152
2013-05-01T18:42:59
2013-05-01T18:42:59
null
0
0
null
null
null
null
UTF-8
C
false
false
108,074
c
/************************************************************************************************************************************* PC-8801 (c) 1981 NEC driver by Angelo Salese, original MESS PC-88SR driver by ??? TODO: - implement proper i8214 routing, also add irq latch mechanism; - ...
[ "brymaster@gmail.com" ]
brymaster@gmail.com
9811f839a79706a314c007c0dc0c0913e6486dd6
37d02b43799d945f8f2069f71adc3925ec620894
/sources/mog/Constants.h
d1551ff58af6d540b03990f264d2a1970f03fbfd
[ "MIT" ]
permissive
tkyaji/mog2d
dfb9357b57b8805b85a9a0d103f690659d8300a0
c3bc3ef62162352311282bce453afe20bd9814e5
refs/heads/master
2022-11-07T21:39:28.844112
2020-06-27T07:08:28
2020-06-27T07:08:28
103,095,686
1
0
null
null
null
null
UTF-8
C
false
false
3,517
h
#ifndef Constants_h #define Constants_h #define LOG_TAG "MOG" #define PLATFORM_ANDROID 1 #define PLATFORM_IOS 2 #define PLATFORM_OSX 3 #define PLATFORM_QT 4 #ifdef MOG_IOS #define PLATFORM PLATFORM_IOS #endif #ifdef MOG_ANDROID #define PLATFORM PLATFORM_ANDROID #endif #ifdef MOG_EMSCRIPTEN #define PLATF...
[ "tkyaji@gmail.com" ]
tkyaji@gmail.com
a123caa270b02999931c423d5100c72fe30317fb
00259a8f0b362a617b729c623fff1cc204be8125
/BSP/Inc/servo.h
c94d161c9dc3fe4eb7e4723d0bef1d521d7d7430
[ "BSD-2-Clause" ]
permissive
RobotBros/SpiderXCube
b8a4a0a9f2eecb92a5ff9c97c42a971a2a82100f
f439b19331deb948a1f02aed12e6d486f2ac1b8c
refs/heads/master
2021-01-11T10:17:58.728712
2017-02-04T03:42:45
2017-02-04T03:42:45
72,549,749
6
0
null
null
null
null
GB18030
C
false
false
8,772
h
/** ****************************************************************************** * @file SpiderXCube/BSP/Inc/servo.h * @author Fishcan, RobotBros * @version V0.1.0 * @date 03-Mar-2016 * @brief 舵机控制函数 ****************************************************************************** * @attention ...
[ "enixyu@robotbros.cn" ]
enixyu@robotbros.cn
5b9bb6077ccc79eac7c9615617723ed8a7a24d1b
935adbe40424420ca3b65b2cb338a952b49aa4c8
/week09/LAB8_3_1/LAB8_3_1.c
1de626612b155f4220c00bb8a16e0063970a646c
[]
no_license
solar3070/2020-2-Computer-Programming
f16ea6327bd98e796681d7d8eb91b7092b3f7093
0c440e985b6039c60a749baadb9e763d9273dba7
refs/heads/master
2023-02-02T16:01:44.330726
2020-12-21T14:27:59
2020-12-21T14:27:59
299,431,257
0
0
null
null
null
null
UHC
C
false
false
575
c
#include <stdio.h> int stringLength(char *s) { int len = 0; while (*s++) len++; return len; } void stringCopy(char *s1, const char *s2) { while (*s2) { *s1= *s2; s1++; s2++; } *s1 = '\0'; } int main(void) { char copied[500]; char data1[] = "abcde"; char data2[] = "ABCDEFGH"; stringCopy(copied, ...
[ "solar3070@naver.com" ]
solar3070@naver.com
255bcd86e77f4ff62474d346ca63fd12784af054
a6bc63eded05e8c5b06b468244013f5547f832ec
/Project_Euler/3/three.c
432355761811becd6db5d43d697b1f045335cca5
[]
no_license
Exodus76/Project-Euler
ae7b3444c474ca0624f2b2a16965f68082b0603a
12cfd20a3b6e0e764b88ee542ea24a5b24866b8a
refs/heads/master
2020-04-14T11:30:53.150154
2019-01-03T20:01:17
2019-01-03T20:01:17
163,815,790
0
0
null
null
null
null
UTF-8
C
false
false
591
c
#include <stdio.h> int check_prime(int number); int main() { unsigned long long int num,i,div,temp; int new=1; scanf("%llu",&num); div = (num/2); for(i=2;i<=div;i++){ if(num%i == 0 && check_prime(i)==0){ temp = i; new = new * temp; temp = new; printf("%d %d\n",temp,i); if(temp == num){ brea...
[ "mhayaran123@gmail.com" ]
mhayaran123@gmail.com
cf3613270f3c14c388f66dc18c91c2b983ccd7fc
478a3bfcaf52ce94235e51624222ce2e3ea81ec2
/src/import/chips/p9/common/include/p9_frequency_buckets.H
8bdeafaf5b5628092514bd2d12f682e48cb1dead
[ "Apache-2.0" ]
permissive
jeffv03/sbe
ecc7a77a88c98931edb9942444e7293d5d863c96
5c0363924c7d710146155b3354b236012372dd24
refs/heads/master
2021-04-18T19:11:41.236777
2018-03-20T07:33:56
2018-03-20T12:28:05
null
0
0
null
null
null
null
UTF-8
C
false
false
3,930
h
/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: src/import/chips/p9/common/include/p9_frequency_buckets.H $ */ /* ...
[ "sgupta2m@in.ibm.com" ]
sgupta2m@in.ibm.com
7f5b2a8d259ddeba003186f4d86253627e7f9a8f
2609c727e183ffe628380b0f057a4084621d47a8
/third_party/st/stm32l4_sdk/v1.12.0/Projects/STM32L476G-EVAL/Examples/RNG/RNG_MultiRNG_IT/Src/stm32l4xx_it.c
97dcc2fc5240c4e1b869ae121ce26611e71f441d
[ "MIT", "BSD-2-Clause" ]
permissive
dpalchak/estoppel
6d4eac4400780024f73cb05b9918a718f36b68f9
921e29865a9a558ea70a2329f16428a96935a90b
refs/heads/master
2021-06-07T02:27:31.385345
2021-06-04T17:03:03
2021-06-04T17:03:03
138,643,212
2
0
null
null
null
null
UTF-8
C
false
false
5,816
c
/** ****************************************************************************** * @file RNG/RNG_MultiRNG_IT/Src/stm32l4xx_it.c * @author MCD Application Team * @brief Main Interrupt Service Routines. * This file provides template for all exceptions handler and * peripherals ...
[ "david@palchak.net" ]
david@palchak.net
d28cdd78fd82eeb2f08cdf72b9a2df8a2fd3fde1
ff6191dd6e8a123815b1cc10862b19d293dedb65
/skel.c
24b0b9bdf3f09f8928ae5d154c984544daad59b1
[]
no_license
Anees-KA/OS2200G
d3b4905e632730cc9a8f81a8d2dba516d248531c
8d0a5fdb8e74412a079ce387d8f7feaad56ad8f6
refs/heads/master
2023-05-06T01:45:18.995654
2021-05-25T11:59:17
2021-05-25T11:59:17
370,271,864
0
0
null
null
null
null
UTF-8
C
false
false
12,731
c
#include <string.h> /* Standard C header files and OS2200 System Library files */ /* Change to IDLC-generated source. The following #include was added to avoid warnings and remarks in UC. */ #include <marshal.h> /* JDBC Project Files */ #include "xajdbcserver.h" CORBA_Environment _exc_unk = { CORBA...
[ "k.a.anees3@gmail.com" ]
k.a.anees3@gmail.com
fe0e317479f861db32187fafb1ebf7e4e4ee0d66
4745ca1076cde46e7b08f5831102efb69d81698b
/app/src/main/cpp/NIST_PQC_Round1/KEM/BIKE/bike3_192_cpa/defs.h
b99702d03d828cd78c745d2d4e4dce02bf63f092
[]
no_license
LiuYuancheng/KeyExchangeApp
ec3173b27a82afb905a5d71e436acda575d9f63c
60db1eb303286f80fb80bd1a29fd8252d606b7f0
refs/heads/master
2023-02-07T08:07:36.272549
2020-12-28T08:59:46
2020-12-28T08:59:46
315,569,884
1
0
null
null
null
null
UTF-8
C
false
false
7,728
h
/****************************************************************************** * BIKE -- Bit Flipping Key Encapsulation * * Copyright (c) 2017 Nir Drucker, Shay Gueron, Rafael Misoczki, Tobias Oder, Tim Gueneysu * (drucker.nir@gmail.com, shay.gueron@gmail.com, rafael.misoczki@intel.com, tobias.oder@rub.de, tim.gue...
[ "liu_yuan_cheng@hotmail.com" ]
liu_yuan_cheng@hotmail.com
82bbfb1c11230d0e072789058f2f2ba98b4978fc
bb0eab930c8ef3ddbba7eec9172bd16c5c559a1b
/Kernighan_and_Ritchie/ch_1/examples/for_loop_temp_table_symbolic_consts.c
7b062a7ce14b8c316a3ef8021a4445105fb05030
[]
no_license
pritchardtom/C
0ebdb3f3ad98e804d8b1efdddaf93ebd7404a7d3
fe4ca5702d8c454981d3ba15e47263ff348ddd47
refs/heads/master
2020-04-29T18:07:59.292175
2019-04-28T17:09:53
2019-04-28T17:09:53
176,315,369
0
0
null
null
null
null
UTF-8
C
false
false
436
c
#include <stdio.h> /* * Slightly modified version of K&R script (pg. 15): * - changed main() to int main (void) * - tweaked loop_exp from fahr = fahr + 20 * - added return 0; */ #define LOWER 0 #define UPPER 300 #define STEP 20 int main (void) { int fahr; for (fahr = LOWER; fahr...
[ "tom@tp.net" ]
tom@tp.net
bf499549b870b991b602802c53dcc607975bd75e
2b351155a7a5abc60a2906f81b1fc2dd9ba46d3f
/dominion/notkilled/mutant102484_dominion.c
3ab5cb3461a24a063fff473579a34488e3e94113
[]
no_license
cs362sp16/cs362sp16_lantowp
60a392b1193bfc7b01e69b3d82705502ab4bb45b
c6908605e331a9fed0f959072b409e2e4d335b1f
refs/heads/master
2021-01-21T14:04:33.814557
2016-06-07T05:25:28
2016-06-07T05:25:28
55,734,052
1
0
null
2016-04-19T23:55:36
2016-04-07T23:08:44
C
UTF-8
C
false
false
31,854
c
#include "dominion.h" #include "dominion_helpers.h" #include "rngs.h" #include <stdio.h> #include <math.h> #include <stdlib.h> int compare(const void* a, const void* b) { if (*(int*)a > *(int*)b) return 1; if (*(int*)a < *(int*)b) return -1; return 0; } struct gameState* newGame() { struct gameState* ...
[ "agroce@gmail.com" ]
agroce@gmail.com
3c9de9ca8a696b6ec56bc2e3a0ad8904af74c63c
359d7629f196375004afb72b353a9ffb2f85682b
/08_init.c
fbdcb4394905b0a08ec0f8fd49065455275c6bc6
[]
no_license
attojeon/robotc-logic
3c638714f71f0a6ff1844b9cea05b7501719936a
b028b0aab6194a24a8c82253d3afcd5ff57df249
refs/heads/master
2020-03-22T19:33:06.229969
2018-07-13T05:23:12
2018-07-13T05:23:12
140,536,837
0
0
null
null
null
null
UTF-8
C
false
false
975
c
#pragma config(Sensor, S1, color, sensorEV3_Color) #pragma config(Sensor, S2, t_right, sensorEV3_Touch) #pragma config(Sensor, S3, t_left, sensorEV3_Touch) #pragma config(Sensor, S4, sonic, sensorEV3_Ultrasonic) #pragma config(Motor, motorA, m_neck, ...
[ "atto.jeon@gmail.com" ]
atto.jeon@gmail.com
823af3c244ca75a0196ced191173e2c699b5aad0
f5833abeeb7de53cad8cafed38aaa84d05163e1c
/MagneticCar/SMMNew1/SMMNew1/Generated_Code/PWMC1.c
e506b9489a5cc1520f7cd1fef0f4a4a70df30520
[]
no_license
KeyForce/Self-Balancing-Car
93ee2add3461c24b4cb63bd7c4284fb0db306bdb
b9e422dea5c751882323e8c24d60f1481b9446c4
refs/heads/master
2021-06-09T01:50:08.471446
2016-12-06T17:08:15
2016-12-06T17:08:15
63,595,701
1
1
null
null
null
null
UTF-8
C
false
false
26,359
c
/* ################################################################### ** THIS COMPONENT MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT. ** Filename : PWMC1.c ** Project : SMMNew1-1 ** Processor : 56F8013VFAE ** Component : PWMMC ** Version : Component 01.779, Driver 01.32, CPU...
[ "july.master@outlook.com" ]
july.master@outlook.com
4cf2e56dc273776f1e0fb24f385da51db5661091
9782e000c61633f7ad875d171672d87d786fb207
/osal/src/os/shared/osapi-timebase.c
4a4651ba9ba84cad4f196d5fc55af32e562403eb
[ "Apache-2.0" ]
permissive
JiHunBae/FIT-Source-Code-nos3-fsw
2e148641299ded9e8d8c8c12a24b4e12a0d6e11a
6fd2d02595014d663cd9eea7ba406e5968fbca12
refs/heads/main
2023-07-22T22:01:33.338996
2021-08-19T03:22:43
2021-08-19T03:22:43
397,797,557
0
0
null
null
null
null
UTF-8
C
false
false
19,767
c
/* * NASA Docket No. GSC-18,370-1, and identified as "Operating System Abstraction Layer" * * Copyright (c) 2019 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the...
[ "qowlgns304@gmail.com" ]
qowlgns304@gmail.com
54ae6b7bf856bc794c9cbba0c0f2c87a6f51b332
18e5e1f1d849492c4049c6085d317244ccb9462b
/memory/good_memory.c
4847bc764bcdd3ca57f8c190caa4bde06d28cdaa
[]
no_license
JackXu0/multicore_project
f905358dc00b445b3c5887a0191afe0b3c94cd90
ad9584522c1ce4600a09490a0b6b36a73c450912
refs/heads/main
2023-04-01T17:33:43.066105
2021-04-22T03:28:56
2021-04-22T03:28:56
358,360,458
0
0
null
2021-04-22T00:21:33
2021-04-15T18:47:20
C
UTF-8
C
false
false
882
c
#include "../general.h" int main(int argc, char *argv[]) { int num_of_threads = atoi(argv[1]); int size = (argc == 2)? SIZE: atoi(argv[2]); int a[size][size], b[size][size]; for (int i = 0; i < size; i++) for(int j = 0; j < size; j++) a[i][j] = rand(); printf ("%s \n", "star...
[ "627054436@qq.com" ]
627054436@qq.com
47e6c908c7f918db403eb41c2befc5dc9ac79980
3c4ab6593868f41f6f6a39b94bad75e9e94b0d38
/src/lib.c
f05f07075ca84043957c3b7b0da9d82216f40f50
[ "MIT" ]
permissive
GuilhermeGSartori/UFRGS-OS-Threads
ed142805e61188f90bed2f4793fe477f534ff7bc
78910feee049813825948937db761be5a6fd5800
refs/heads/master
2020-05-30T18:14:35.933034
2019-04-14T21:42:07
2019-04-14T21:42:07
null
0
0
null
null
null
null
UTF-8
C
false
false
592
c
#include <stdio.h> #include <string.h> #include "../include/support.h" #include "../include/cthread.h" #include "../include/cdata.h" int ccreate (void* (*start)(void*), void *arg, int prio) { return -1; } int csetprio(int tid, int prio) { return -1; } int cyield(void) { return -1; } int cjoin(int tid) { retur...
[ "35353992+RenanKummer@users.noreply.github.com" ]
35353992+RenanKummer@users.noreply.github.com
10de9b72b5d58e612e43b1a2a4377dee825a1cbe
9ca6885d197aaf6869e2080901b361b034e4cc37
/AnalysisExamples/SiStripDetectorPerformance/test/CRAB/RunRate/CreatePlots.C
1d04793e278712b7366e7f93b20b2d06fa8ae69c
[]
no_license
ktf/cmssw-migration
153ff14346b20086f908a370029aa96575a2c51a
583340dd03481dff673a52a2075c8bb46fa22ac6
refs/heads/master
2020-07-25T15:37:45.528173
2013-07-11T04:54:56
2013-07-11T04:54:56
null
0
0
null
null
null
null
UTF-8
C
false
false
5,055
c
//#include "stdlib" //#include "stdio" #include <iostream> #include <stdio.h> #include <string.h> #include <sstream> #include <iostream> #include <fstream> #include <string> #include <vector> #include <sstream> #include "TFile.h" #include "TH1F.h" #include "TH2F.h" #include "TKey.h" #include "TObject.h" #include "TDir...
[ "sha1-07f7bb78311ae556a5edf2d08855b34552c86a25@cern.ch" ]
sha1-07f7bb78311ae556a5edf2d08855b34552c86a25@cern.ch
e7abb3aab67788f2db0b99f5c64605a270b856dc
b812f95ddfacf78faa3ea4355757b58d16097147
/src/Tests/Verif/OK/var_decl_main.c
47708e28546dd86174b9141555fb1fb7f13cc23c
[]
no_license
Harian-Elyoth/CompilateurMiniC
e5564cd020972f52664c2518e7ced733c760e9f0
bdd7a7a65206a0072c088ad8e815a8d1eceb90cf
refs/heads/master
2021-05-18T16:05:16.921216
2020-05-27T20:13:08
2020-05-27T20:13:08
251,309,002
0
0
null
2020-05-08T13:24:36
2020-03-30T13:12:54
Python
UTF-8
C
false
false
83
c
void main() { int hello; int bye = 5; bool vrai = false; int val = bye + 10; }
[ "enzocalvino3@gmail.com" ]
enzocalvino3@gmail.com
3293b8fa549c872650a87440e3c9df142b15c98c
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/fs/ocfs2/journal.c
8eccfabcd12ed7a4b229499445585e662a977479
[ "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
58,635
c
/* -*- mode: c; c-basic-offset: 8; -*- * vim: noexpandtab sw=8 ts=8 sts=0: * * journal.c * * Defines functions of journalling api * * Copyright (C) 2003, 2004 Oracle. All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public ...
[ "gamishev@gmail.com" ]
gamishev@gmail.com
e37d3939021dd7106a510a5e5ea7dc87ab05a6c8
d818801f58f10c1c1acc7666d00e518ee4566a36
/RemoteFolder/mpich-3.1.4/test/mpi/ft/isenddead.c
a915c3ef5364b119f021b42b20513527f0edbeaa
[ "mpich2" ]
permissive
bhatnags/HPC_Benchmarks
08ff1c88b8f4a96277fffb61192d87411c5dd880
1b7138133056ed0cafa8f88f9f55917f3f38a47d
refs/heads/master
2020-04-02T18:24:48.080763
2018-10-25T18:20:16
2018-10-25T18:20:16
154,698,991
1
0
null
null
null
null
UTF-8
C
false
false
1,581
c
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */ /* * * (C) 2003 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. */ #include "mpi.h" #include <stdio.h> #include <stdlib.h> /* * This test attempts to MPI_Isend with the destination being a dead process. * The communica...
[ "bhatnags@tcd.ie" ]
bhatnags@tcd.ie
13bfefa61a98f6854b2fff9827be93a52dc08296
f026cb616ef14bae15a1d251ca6dbe0f55016d9c
/linux/5507.c
6d204f72f17459298ebca004202caaf0f48b37ba
[]
no_license
jajajasalu2/cocci-lkmp-c-files
3eb7d451929dca5cb6beb56aabd69fe3f7fc176c
5da943aabe1589e393a131121dbf8e7a84b3cf2a
refs/heads/master
2020-12-02T17:30:14.411816
2020-01-29T08:36:30
2020-01-29T08:36:30
231,053,574
1
0
null
null
null
null
UTF-8
C
false
false
2,390
c
cocci_test_suite() { unsigned long cocci_id/* drivers/spi/spi-fsl-spi.c 95 */; __be32 __iomem *cocci_id/* drivers/spi/spi-fsl-spi.c 94 */; struct spi_mpc8xxx_cs *cocci_id/* drivers/spi/spi-fsl-spi.c 92 */; void cocci_id/* drivers/spi/spi-fsl-spi.c 89 */; void __exit cocci_id/* drivers/spi/spi-fsl-spi.c 858 */; in...
[ "jaskaransingh7654321@gmail.com" ]
jaskaransingh7654321@gmail.com
790635c25f49d99df560108bc3d12c12a22aa2df
2c3e636c3ea202624348fa22adb18920ff32a9e8
/dona1865-443-p4/TraceRecorder/streamports/ARM_ITM/include/trcStreamingPort.h
b64bae6b89ba46e88f5099aad77e06cb7ee8862b
[]
no_license
joshikedars19/Distributed-Processing-and-Control-Networks
6e33846282291b86acc4e69c0bd8cec938c79afd
3558316a18214326041534fe0a7b96617e8c224b
refs/heads/master
2021-10-07T08:44:07.608404
2018-12-04T03:14:45
2018-12-04T03:14:45
null
0
0
null
null
null
null
UTF-8
C
false
false
3,837
h
/******************************************************************************* * Trace Recorder Library for Tracealyzer v4.1.6 * Percepio AB, www.percepio.com * * trcStreamingPort.h * * The interface definitions for trace streaming ("stream ports"). * This "stream port" sets up the recorder to use ARM ITM as s...
[ "dona1865@vandals.uidaho.edu" ]
dona1865@vandals.uidaho.edu
c631689e2693614fa920d38af3b9178a77a3370f
994624b1c754a336ff6c09f104ca6fa3e8cf8d60
/fillit/main.c
f135f84d830c9747e745421793bbbedf49613dd6
[]
no_license
mattscorp/42
de471021dddcf2dcf333b71981d1ca7acae7ca08
8ed3725eb0dc33d35f62767f8bf913fba8018c03
refs/heads/master
2022-02-20T13:37:24.549229
2019-10-14T08:21:51
2019-10-14T08:21:51
159,525,294
0
0
null
null
null
null
UTF-8
C
false
false
2,360
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.c :+: :+: :+: ...
[ "mascorpi@e2r4p6.42.fr" ]
mascorpi@e2r4p6.42.fr
2898ee5b78328132ab8c7481b79daf1dd2589a0a
ea4e3ac0966fe7b69f42eaa5a32980caa2248957
/download/unzip/network_cmds/network_cmds-245.17/racoon.tproj/grabmyaddr.c
5abd87f2c54066758f4bc16a994f14b2793792a3
[]
no_license
hyl946/opensource_apple
36b49deda8b2f241437ed45113d624ad45aa6d5f
e0f41fa0d9d535d57bfe56a264b4b27b8f93d86a
refs/heads/master
2023-02-26T16:27:25.343636
2020-03-29T08:50:45
2020-03-29T08:50:45
249,169,732
0
0
null
null
null
null
UTF-8
C
false
false
11,800
c
/* $KAME: grabmyaddr.c,v 1.35 2003/01/14 07:07:36 sakane Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redist...
[ "hyl946@163.com" ]
hyl946@163.com
3a7a7b5b6281c8ba44411a2b49383c68d2d50452
53e2eec8c7c672f0ce787a03662c5f8692fd2693
/jun_filter/junbruteforcing_test.c
d6e41bdfc48b1efa263736c3f4b2e8d8f1741b04
[]
no_license
junfuture1103/kAFL_scripts
fb9d5a8860d339e6519a1311d592c1afda4ee032
743dbc18bba90b2d608a58071c0a0d86f7c841b4
refs/heads/master
2023-01-05T20:48:16.108301
2020-11-02T03:43:35
2020-11-02T03:43:35
308,791,061
0
0
null
null
null
null
UTF-8
C
false
false
8,681
c
/* This is the Prototype(2) of bruteforce-fuzztesting automation code. Designed for medcored.sys. */ #include <windows.h> #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include "kafl_user.h" typedef enum {false, true} bool; typedef struct _kAFL_IRP { DWORD ioctlCode; int32_t inputBufferSize; ...
[ "junfuture1103@naver.com" ]
junfuture1103@naver.com
93eeb41ef3c8687a779ea8c8c9cfb7d4f3ba2830
d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9
/testcases/CWE122_Heap_Based_Buffer_Overflow/s08/CWE122_Heap_Based_Buffer_Overflow__c_CWE805_int64_t_memcpy_18.c
e0d90298aab3c6e13758a8ae4a9f881c9052052e
[]
no_license
arichardson/juliet-test-suite-c
cb71a729716c6aa8f4b987752272b66b1916fdaa
e2e8cf80cd7d52f824e9a938bbb3aa658d23d6c9
refs/heads/master
2022-12-10T12:05:51.179384
2022-11-17T15:41:30
2022-12-01T15:25:16
179,281,349
34
34
null
2022-12-01T15:25:18
2019-04-03T12:03:21
null
UTF-8
C
false
false
2,869
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE122_Heap_Based_Buffer_Overflow__c_CWE805_int64_t_memcpy_18.c Label Definition File: CWE122_Heap_Based_Buffer_Overflow__c_CWE805.label.xml Template File: sources-sink-18.tmpl.c */ /* * @description * CWE: 122 Heap Based Buffer Overflow * BadSource: Allocate us...
[ "Alexander.Richardson@cl.cam.ac.uk" ]
Alexander.Richardson@cl.cam.ac.uk
c75f9785928e718685d41f33e71f88e5ae8d98c1
ea3db70c6a55a34a139f97e28915c9b8a36d61dd
/Projects/STM32F746ZG-Nucleo/Examples/ADC/ADC_RegularConversion_DMA/Src/system_stm32f7xx.c
a2549db4d0ed4a8e5ce001b9faa4dccd7bef15e3
[ "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
9,965
c
/** ****************************************************************************** * @file system_stm32f7xx.c * @author MCD Application Team * @brief - CMSIS Cortex-M7 Device Peripheral Access Layer System Source File. * - This file is dedicated only for STM32F746 NUCLEO 144 boards. * ...
[ "“zhu935240257@163.com”" ]
“zhu935240257@163.com”
32107a17f307f4f681c150072b624003ddbf4c5b
d8bbce063522c5cf1966b81a2cf6193c459b45f0
/InputOutput/DefaultConfig/OutputFiles/CanMgr_cfg.h
a60c90cd42f45e244b023d36513b0db8693e14a3
[]
no_license
atifsubzwari/ConfigToolVersion2FinalReleaseSC
57bfe605d116104c933780a6e0aeaebfbbb9ed15
775462dcb1243f1ffa17107cff445f739dfc4f1c
refs/heads/master
2022-04-23T02:04:26.500957
2020-04-26T10:01:29
2020-04-26T10:01:29
258,993,358
0
0
null
null
null
null
UTF-8
C
false
false
54,395
h
/*********************************************************************************************************************** * DISCLAIMER * Copyright (C) 2011, 2016 Niyata Infotech Ptv. Ltd. All rights reserve...
[ "atif.subzwari@inconcept.co.in" ]
atif.subzwari@inconcept.co.in
29222935a5b3c61bc722491e85bd2c69b5419ee8
6b40e9dccf2edc767c44df3acd9b626fcd586b4d
/NT/multimedia/wmdm_sr1/mdsp/mshdsp/hdsppch.h
2ae8a893c9573a5ea1db23de9448e1df5bf9f28e
[]
no_license
jjzhang166/WinNT5_src_20201004
712894fcf94fb82c49e5cd09d719da00740e0436
b2db264153b80fbb91ef5fc9f57b387e223dbfc2
refs/heads/Win2K3
2023-08-12T01:31:59.670176
2021-10-14T15:14:37
2021-10-14T15:14:37
586,134,273
1
0
null
2023-01-07T03:47:45
2023-01-07T03:47:44
null
UTF-8
C
false
false
2,577
h
// // Microsoft Windows Media Technologies // Copyright (C) Microsoft Corporation, 1999 - 2001. All rights reserved. // // MSHDSP.DLL is a sample WMDM Service Provider(SP) that enumerates fixed drives. // This sample shows you how to implement an SP according to the WMDM documentation. // This sample uses fix...
[ "seta7D5@protonmail.com" ]
seta7D5@protonmail.com
301dd4fda492c40cef9cd90d3ea4c386720a5dfe
520552acd812923de6d11696c67e2e28dd930ec3
/multi-threads/cur.c
47461f088cc3b62e8169ce59603d0b69a4a186f7
[]
no_license
VdaylightV/The-code-back-up-in-ubuntu
56137fc6e27c4452646373a4f22f76fcab644a38
cd7d92443f1d7555deac6e5787dfdca43b248614
refs/heads/master
2022-12-02T15:58:18.574736
2020-08-24T06:21:45
2020-08-24T06:21:45
null
0
0
null
null
null
null
UTF-8
C
false
false
311
c
#include "threads.h" void f() { static int x = 0; printf("Hello from thread #%d\n", x++); // while (1); // make sure we're not just sequentially calling f() } void over() { printf("Over!\n"); } int main() { for (int i = 0; i < 1000; i++) { create(f); } join(over); }
[ "noreply@github.com" ]
VdaylightV.noreply@github.com
49c41d455ee9fbcd3c3ba0aa47bdcb5faf65289c
9d364070c646239b2efad7abbab58f4ad602ef7b
/platform/external/chromium_org/ppapi/c/ppb_mouse_lock.h
a73a10b1d70b8e44d418f1227374e00c14288f91
[ "BSD-3-Clause", "LicenseRef-scancode-khronos" ]
permissive
denix123/a32_ul
4ffe304b13c1266b6c7409d790979eb8e3b0379c
b2fd25640704f37d5248da9cc147ed267d4771c2
refs/heads/master
2021-01-17T20:21:17.196296
2016-08-16T04:30:53
2016-08-16T04:30:53
65,786,970
0
2
null
2020-03-06T22:00:52
2016-08-16T04:15:54
null
UTF-8
C
false
false
746
h
/* Copyright (c) 2012 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef PPAPI_C_PPB_MOUSE_LOCK_H_ #define PPAPI_C_PPB_MOUSE_LOCK_H_ #include "ppapi/c/pp_completion_callback.h" #include "ppapi/c/pp_instance.h"...
[ "allegrant@mail.ru" ]
allegrant@mail.ru
24ef1cbe50a5a17de0f4bc79a36e07da614c05ca
593b2c1fcd44e00614b5af77c436dd038704a4c5
/WithIo/Qt/VidyoIoWrapper/VidyoClient-WindowsSDK/include/Lmi/Utils/LmiGraph.h
81b52b5aa55791c8e047554b8c859b4f4844bef7
[]
no_license
vidyoworks/VidyoWorksSamples
2eed56133a55d7688efd27feb699de9f5c856850
6097e9d30b2d1b3c0e25effbaed186f9c715eba1
refs/heads/master
2021-01-20T15:26:51.017321
2020-09-22T10:45:08
2020-09-22T10:45:08
93,974,728
9
15
null
2019-06-21T09:54:14
2017-06-11T01:28:13
C
UTF-8
C
false
false
3,689
h
/** {file: {name: LmiGraph.h} {description: Graph class.} {copyright: (c) 2008 Vidyo, Inc., 433 Hackensack Avenue, Hackensack, NJ 07601. All rights reserved. The information contained herein is proprietary to Vidyo, Inc. and shall not be reproduced, copied (in whole or in part), adapted, modified, d...
[ "Dinesh@vidyo.com" ]
Dinesh@vidyo.com
960e9c453f12ced2655d47ce92a7212545d4061e
181a51254c6aa231e03ef5e334e47ef5eb8f492a
/Guias Daniel Fuentes/Guia 4/Ejercicio 6/Ejercicio 6.c
af66b3f0a84c8e6ef381e9f107a51f4140bb9ee1
[]
no_license
otto-krause/Guias-de-ejercicios-Daniel-Fuentes
1f84be13cce8e02a3db37784e915eeaf7b748b94
1efe0504f7a00a976b4517da3f9d9c884de0c1b1
refs/heads/master
2022-11-17T10:14:00.085819
2020-07-14T16:06:52
2020-07-14T16:06:52
278,706,060
0
0
null
null
null
null
UTF-8
C
false
false
486
c
#include <stdio.h> int main() { int a=0, notas=0; float n=0, p=0, pg=0; for (a=1; a<31; a++) { printf("Ingrese las 10 notas del alumno %d \n", a); for (notas=1; notas<11; notas++) { scanf("%f", &n); p=p+n; } p=p/10; pg=pg+p; pri...
[ "noreply@github.com" ]
otto-krause.noreply@github.com
0231fb48aff6c8da5df44cc978f924786803bbd7
32e53a0c5e6240a6cd13e192748f68a5244b39af
/test/source/test_ssim.c
2ab84570147ea967538fe3304bc012f5aa2f8dd9
[ "BSD-3-Clause" ]
permissive
ImageProcessing-ElectronicPublications/libiqa
a0d4cba77d7f7b46d3b2f591cd8f1f267bb92074
4687a4c5899f9af40497ffb18480c7433b2410d1
refs/heads/master
2023-03-15T13:03:57.263015
2023-03-13T07:14:59
2023-03-13T07:14:59
137,500,529
1
2
BSD-3-Clause
2023-03-13T07:15:00
2018-06-15T14:59:39
C
UTF-8
C
false
false
17,092
c
/* * Copyright (c) 2011, Tom Distler (http://tdistler.com) * All rights reserved. * * The BSD License * * 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 th...
[ "tjdistler@c5136d9f-332a-4dad-8a99-4281bfd2c442" ]
tjdistler@c5136d9f-332a-4dad-8a99-4281bfd2c442
e06705e104660002f9fc7cacbb5dcfaf250d5fec
3908420d8c5419c2c42ea5ed0db39c086e8113cf
/include/operators.h
2a5eb04f474d8dc2c4fe91f5cc6e302818ea36ee
[]
no_license
emkarcinos/Negation-normal-form
2d67267c6185055219a97bc5ec0ae27b0aedf2fe
c7460ac79fc0180019cc5a91874eeb711e316484
refs/heads/master
2020-06-03T01:45:40.057799
2019-06-17T20:05:08
2019-06-17T20:05:08
191,377,058
0
0
null
null
null
null
UTF-8
C
false
false
352
h
#pragma once /* This file contains definitions of all necessary logical operators and their representation in ASCII character */ /* Logical operators */ #define NOT '!' #define AND '^' #define OR 'v' #define EQUAL '=' #define IMPLIC '>' #define Q_EXIST 'E' #define Q_UNI 'V' /* Parenthesis */ #define...
[ "komar86311@gmail.com" ]
komar86311@gmail.com
3afac9e7ce97be4c64d82dafa1e1ce3eabad4d9c
d5b810fd19e73b2016225f9c52f9cd22d6523ce9
/select1/wrap.c
e5329f1fd56790c6b4057b48db014e88c3c1c6bd
[]
no_license
FBPP/Linux_network
c13b346ff496385064001569fa201318f6fd6c67
d894ee5b5761cea1664c6a91fd30c5ec83b6aaa7
refs/heads/master
2020-07-21T01:47:13.202990
2019-12-17T09:05:55
2019-12-17T09:05:55
206,739,992
0
0
null
2019-12-17T09:05:57
2019-09-06T07:37:43
null
UTF-8
C
false
false
3,440
c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <sys/socket.h> #include "wrap.h" void perr_exit(const char * s){ perror(s); exit(-1); } int Accept(int fd, struct sockaddr * sa, socklen_t * addrlen){ int n; again: if((n = accept(fd, sa, addrlen)) < 0) { if((errno == ECONNA...
[ "pengcipacp@163.com" ]
pengcipacp@163.com
bedcae568fe2f2e2a5fb439d8eb7d89987644e50
27287928dc52c1a42afe8ef7f720139810007982
/360Safe(demo)/360SelfProtection/Fake_ZwOpenThread.c
ef559352ce81ec84bfdd96dab7815a9cf0e9943e
[]
no_license
yqjack/360Safe
92ab2f4898e75050f50a8a0aa68e96fac8eaaa6f
d28020655bd7750f91b1bcb404dedba805e080db
refs/heads/master
2022-12-27T18:54:38.950309
2020-10-10T06:00:26
2020-10-10T06:00:26
null
0
0
null
null
null
null
GB18030
C
false
false
2,709
c
#include "Fake_ZwOpenThread.h" //打开线程 //原函数执行后检查 //当打开到保护线程的句柄,直接把句柄清零并且返回错误值 NTSTATUS NTAPI After_ZwOpenThread_Func(IN ULONG FilterIndex, IN PVOID ArgArray, IN NTSTATUS InResult, IN PULONG RetFuncArgArray) { NTSTATUS result = STATUS_SUCCESS; NTSTATUS Status = STATUS_SUCCESS; //0、获取ZwOpenThread...
[ "WINGS2709" ]
WINGS2709
c7e201d48615a7f7ce37ea4d076bf7fbc502f813
69a22a21b7df8a23c74ce34d75a375936e3b426f
/coline/smartlib/Smart/pdflib/hpdf_ext_gstate.c
034c6f01f971a7db6654be35f7bbb33299db42e4
[]
no_license
lanyawu/coline
ba8681c1b2242365cccef2b95bcb771c18af45fa
b63b997002e2e1d14674cde9a8ff1c95a6a299aa
refs/heads/master
2021-05-04T05:16:10.474229
2016-10-15T05:52:47
2016-10-15T05:52:47
70,963,112
0
0
null
null
null
null
UTF-8
C
false
false
4,189
c
/* * << Haru Free PDF Library 2.0.0 >> -- hpdf_ext_gstate.c * * Copyright (c) 1999-2006 Takeshi Kanno <takeshi_kanno@est.hi-ho.ne.jp> * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without fee, * provided that the above copyright n...
[ "lanya.wu@foxmail.com" ]
lanya.wu@foxmail.com
c8c176b27d27e17780d76524edf48b39bd3a6ea4
4115f5c7aa46f45e63c7788e54f32d2d254539ac
/sdk/hanbing/data/movel.c
ea3a56b64b9ec604583a40124a3b17adb9cdffc5
[]
no_license
wojiazaiyugang/RobotStudioServer
373b92914d3287c01131f71a09d3f36b74bb58c2
4fce45623549a26ca3571c6558d5a42242b79f4e
refs/heads/master
2023-02-08T13:09:00.940905
2020-12-24T12:12:29
2020-12-24T12:12:29
323,576,995
0
0
null
null
null
null
UTF-8
C
false
false
468
c
#include "HYYRobotInterface.h" int MainModule() { //上电,使用move指令进行运动时必须使用该语句上电 move_start(); //获取数据 robpose rpose; getrobpose("p20", &rpose); speed sp; getspeed("v1",&sp); zone ze; getzone("z1",&ze); tool to; gettool("tool0",&to); wobj wo; getwobj("wobj0",&wo); moveL(&rpose,&sp,&ze,&to,&wo); //...
[ "13061044@buaa.edu.cn" ]
13061044@buaa.edu.cn
70420cc16cef99caa3fb51c49b8f73cf18bfc227
c0d7482d28562dede21008b8b9e56cc3be766b04
/bng/route.h
a069b7283715fdd1e9eb1ab3d71b01d2d03b3c54
[ "BSD-3-Clause" ]
permissive
crucio-io/VNFs
5fa6cfb35f5078ec4d27679ed6364af5974ac921
72dad6f19a7c19b7f6f564e5cbaf2e8baa57cb6e
refs/heads/master
2016-08-11T14:57:59.154110
2016-03-13T19:23:22
2016-03-13T19:23:22
53,802,097
1
0
null
null
null
null
UTF-8
C
false
false
2,045
h
/* Copyright(c) 2010-2014 Intel Corporation. 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 copyright notice, this li...
[ "hieutran@Hieus-MBP.com" ]
hieutran@Hieus-MBP.com
88787e9627f7b08d7d69e0a619c17e0fc0375278
dfb2c6c102e3b0fef4b5ec7bb3844dc45c54171d
/practice/h48.c
a15aa87ca41e9db1275e927f9a66e9d0396f4b43
[]
no_license
eknathbhore/C-Language
3a11137da27221e17efa71989218453d6316a590
9da9b8f86a8bb6ca313a64a5a773413c30f623a6
refs/heads/master
2020-08-03T00:21:16.893721
2019-09-28T21:22:18
2019-09-28T21:22:18
211,561,650
1
1
null
null
null
null
UTF-8
C
false
false
412
c
#include<stdio.h> int main() { int no,rev=0, rem; printf("Enter Number to reverse: "); scanf("%d",&no); printf("%d \n",no); while(no > 0) { rem = no % 10; rev = rev * 10 + rem; no /=10; } ...
[ "noreply@github.com" ]
eknathbhore.noreply@github.com
c6b3637098ba52d7ea9613e261ef687367003824
11a583a06c50133bd824f242cc4c8a4c4bb3e714
/zathura-mupdf/patches/patch-render.c
79f9fb5ab2422865b22eabe47f040c6b72b2ff24
[]
no_license
giannidaprile/pkgsrc-wip
1625e2c648f67032218b78191b6801fb75c61ff3
7d67226387a049578ff38d8dc111f007312b49e9
refs/heads/master
2020-05-20T18:49:15.471447
2016-02-04T13:44:32
2016-02-04T13:44:32
49,333,358
0
0
null
2016-02-04T13:44:32
2016-01-09T17:12:10
Makefile
UTF-8
C
false
false
578
c
$NetBSD$ Fix the colorspace. --- render.c.orig 2015-12-22 22:38:09.000000000 +0000 +++ render.c @@ -36,7 +36,7 @@ pdf_page_render_to_buffer(mupdf_document fz_irect irect = { .x1 = page_width, .y1 = page_height }; fz_rect rect = { .x1 = page_width, .y1 = page_height }; - fz_colorspace* colorspace = fz_device_...
[ "leot@NetBSD.org" ]
leot@NetBSD.org
9f0dbd5ba53b944c51a2b1d2895a6002a98eb96b
b8af6f16f05186d4e6abd8ef3c624e7631f1be58
/options.c
f251841e7c2372de256859b3844d1005c32f217e
[]
no_license
bstephen2/sengine143
77d6e1fbd6e00c2b52c8729ec1a8cd5e35adebff
86a538ec8010ce9dbdb7254430dc839e05d61be9
refs/heads/main
2022-12-28T06:28:46.207822
2020-10-14T14:11:53
2020-10-14T14:11:53
304,035,567
0
0
null
null
null
null
UTF-8
C
false
false
21,334
c
/* * options.c * (c) 2017-2018, Brian Stephenson * brian@bstephen.me.uk * * A program to test orthodox chess problems of the types: * * directmates * selfmates * relfexmates * helpmates * * Input is taken from the program options and output is xml on stdout. * * This is the module that processes the p...
[ "noreply@github.com" ]
bstephen2.noreply@github.com
e3cdc0631862ccc73bdecf8b5577fb23d9f0e45a
82b633d48e6090f9d80437e4185ac57ca09a7516
/pset1/cash.c
289fa63361255e027a93e2cf3bad4e1305004547
[]
no_license
spicysoda/CS50
a5284947458e6eb84b5f8dade336764b4c010a48
1c55f1a2b204ea08eca91413a032be6d24dcc8a4
refs/heads/master
2020-05-15T21:33:37.265789
2019-04-22T15:56:14
2019-04-22T15:56:14
182,502,751
0
0
null
null
null
null
UTF-8
C
false
false
1,031
c
#include <stdio.h> #include <cs50.h> #include <math.h> void coins(float change); int main(void) { float change; do { change = get_float("What is the change?\n"); // user input } while (change < 0); coins(change); } void coins(float change) { int change_cent...
[ "noreply@github.com" ]
spicysoda.noreply@github.com
eae7c0c8ba134a9ec10a608431950a46b88e0ad6
252f0f4eaf9b31822cb6aa2a513ef1a8cd2bd3b7
/作业/第5题.c
f4cea41359de7c4bda949fd47f236642a9a9920e
[]
no_license
easthreetai/C----
57ddb061f7e433d7d2501a2ba6f89afacdd10458
0e4d0735c48c0b3598e6534816f53def2d92ea37
refs/heads/master
2020-03-09T18:51:12.288503
2018-06-15T08:54:42
2018-06-15T08:54:42
128,942,738
0
0
null
null
null
null
GB18030
C
false
false
255
c
#include <stdio.h> int main() { int x; double y; printf("请输入一个小于1000的正数:\n"); scanf("%d",&x); if(x>0&&x<1000){ y=sqrt(x); printf("它的平方根是:%.0f\n",y); }else{ printf("请按要求重新输入:\n"); } return 0; }
[ "37925783+easthreetai@users.noreply.github.com" ]
37925783+easthreetai@users.noreply.github.com
507504c32ea6123016f8608260f98a0f8ded008f
d571ca51f4f03ff90332959a2f7fef21fb1b2b74
/task0/count-words.c
0262d5f30e3e093a51c9358bece59abdcefcfa2b
[]
no_license
blumenra/lab2
21160e939526c9c4167508ccca47feb09d1a1702
6b440aa0c4f002d423ba017ad6cba459587e0868
refs/heads/master
2021-03-27T20:48:51.086696
2017-05-07T20:16:35
2017-05-07T20:16:35
86,351,306
0
0
null
null
null
null
UTF-8
C
false
false
776
c
/* $Id: count-words.c 858 2010-02-21 10:26:22Z tolpin $ */ #include <stdio.h> #include <string.h> #include <stdlib.h> /* return string "word" if the count is 1 or "words" otherwise */ char *words(int count) { char* words = (char*) malloc(6 * sizeof(char)); strcpy(words, "words"); if(count==1) strcpy(word...
[ "alon@mail.com" ]
alon@mail.com
d9de49e6fa38edfde1f2d6a377667fcfd868b2dd
089e890bf0ea3f3d1ca39a932e965da94fb23384
/camera/src/controller.c
eb2428be468792aec734081ff58864c3c999fe0b
[ "Apache-2.0" ]
permissive
softlabhum/TizenWirelessVisionIntercom
7642ffeb395767116d55554418a5c61d3349c155
87717ff75bcc137fd9bbf46aef360202ac98c7e0
refs/heads/master
2022-12-08T14:32:28.205928
2020-09-06T07:08:24
2020-09-06T07:08:24
284,381,092
1
0
null
null
null
null
UTF-8
C
false
false
14,404
c
/* * Copyright (c) 2018 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
[ "noreply@github.com" ]
softlabhum.noreply@github.com
9994e304e9a3e3f42c202463051322e1533e93cd
27a889afa621d6dea2f99f33c3be243eb4ea0e72
/projet_destijl_2016/xenomai/include/asm-arm/bits/timer.h
916f5e987d042718d451cb7f2741910f4eaf31c1
[]
no_license
guillaumedebrito/OS_Temps_Reel
a2de8c393e289fa400039e470fb707ea6c2e0ead
b956665fa268a2922919c5983a5e4e4c2de2b578
refs/heads/master
2020-06-11T02:53:13.750423
2017-01-06T08:46:13
2017-01-06T08:46:13
76,011,391
1
1
null
null
null
null
UTF-8
C
false
false
1,553
h
/* * Copyright (C) 2001,2002,2003,2004 Philippe Gerum <rpm@xenomai.org>. * * ARM port * Copyright (C) 2005 Stelian Pop * * Xenomai 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 ...
[ "debrito@ibm.insa-toulouse.fr" ]
debrito@ibm.insa-toulouse.fr
788a4b75d9baae03e28937f181d90c76da060ae8
00641369bcd322539b7fb17ce545004b0dcde7c4
/src/libretro/tyrquake/boolean.h
8eaf0aab84e1a63d24d68658b40220d81205e37e
[ "MIT" ]
permissive
argos-research/genode-world
8862786a6835b6e9eb49dfab345d48b53559723b
0b3bbbbca99db8bc6739aaae343ebbe2efb75b43
refs/heads/master
2020-06-02T00:37:33.741441
2018-11-06T12:08:57
2018-11-06T12:08:57
94,089,456
1
1
null
2018-03-13T11:50:19
2017-06-12T11:39:11
C++
UTF-8
C
false
false
104
h
#ifndef BOOLEAN_H #define BOOLEAN_H /* known to contain a 'bool' type */ #include <libretro.h> #endif
[ "norman.feske@genode-labs.com" ]
norman.feske@genode-labs.com
219cba6e78e460a9eb987f1e755df11e702f1e66
d83dc5939b71af65706d02d07a1fea2eb06d53d6
/lib/instances/research/crafting/armor/heavy-armor/craftPlateArmor.c
b5aef5fcd2bbf2a74156e60bdc580be77ef3a388
[]
no_license
Yuffster/core-lib
e30c170826380e3074810adb6ab42a55fab3329d
5d9bb20d0956a5262b4d71fb62925da6fd7cb487
refs/heads/master
2023-03-08T06:26:11.980952
2021-02-19T22:48:39
2021-02-19T22:48:39
null
0
0
null
null
null
null
UTF-8
C
false
false
1,022
c
//***************************************************************************** // Copyright (c) 2021 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/mod...
[ "abc@maelstrom.cc" ]
abc@maelstrom.cc
4f8512f91f1e111929c5b5ca79dff2b95f774cfc
4437f9fbcfef10fbbd1e22be7e8c12c961ffe4a0
/Dual-PSoC-DCO.cydsn/Generated_Source/PSoC5/PW2.c
82be6c3995f31046c702f64904fb66a3447ea296
[]
no_license
gillspice/Dual-PSoC-DCO
369fcd875bba8d71ed4920c58159f6965bd0b785
f77fcc748f6611c8d2aeae0aa4ac7b72dda86689
refs/heads/master
2021-07-12T04:57:21.783974
2021-05-04T19:54:20
2021-05-04T19:54:20
59,058,016
0
1
null
2016-07-11T16:56:30
2016-05-17T20:52:16
C
UTF-8
C
false
false
8,391
c
/******************************************************************************* * File Name: PW2.c * Version 2.20 * * Description: * This file contains API to enable firmware control of a Pins component. * * Note: * ******************************************************************************** * Copyright 2008-20...
[ "gillespiemanor@gmail.com" ]
gillespiemanor@gmail.com
9e3ae01460be712015712ce3a87ef5f09a413d48
0fc12d134643e9fb4ada42e3ebfdcd36c8c0baf6
/project/tv/stb/tvmenu_mini/time/patvSetTimeWin.c
0e4748be074d0645c2d0fb887103790627fbd618
[]
no_license
saur0n/hi2611
34750f431faf5aaa9a57f5281907d5101dbb4a4a
70b7ea448fee86aa41730ac0562850e2076e0837
refs/heads/master
2023-03-18T11:15:51.682662
2019-07-15T08:32:36
2019-07-15T08:32:36
null
0
0
null
null
null
null
GB18030
C
false
false
6,427
c
#include <stdio.h> #include <string.h> #include "dDebug.h" #include "dTime.h" #include "dDate.h" #include "dDBase.h" #include "pConfig.h" #include "pPlayer.h" #include "patvGuiResource.h" #include "pStbAtvMenus.h" #include "atv_set_time_window.c" typedef struct { D_U32 menu_show_time; D_Char ...
[ "dongliang@cndlcd.com" ]
dongliang@cndlcd.com
d8177d839ec05a85de8ac5a9a95de3f0ec67f42f
1ea5b93740f5c8ccb6fe51ba5c8b641897361598
/hashmap/test_string_int.c
331e1b5d928c66e04fef890b5fe8f05571f93242
[]
no_license
sp5/c-exercises
90ac86b7ebc24c1a89619d440cd417e4fdbfd8e0
2bae60c6bee122f986cd1d2fab91750114d4246c
refs/heads/master
2021-05-29T13:07:20.305090
2015-01-07T20:08:48
2015-01-07T20:08:48
null
0
0
null
null
null
null
UTF-8
C
false
false
522
c
#include <stdio.h> #include <stdlib.h> #include "string_int.h" int main() { Row buffer[256] = { {false, NULL, 0} }; Table table = tinit(buffer, 256); tset(&table, "abracadabra", 1337); tset(&table, "nulla", 42); tset(&table, "ab cdef", 007); tset(&table, "Samuel Phillips", 17); printf("13...
[ "samtheman@localhost" ]
samtheman@localhost
034f0de2944af1782bcc25f9e9b8955831ab4324
74ab017d729ef0ec98c3c52c0dda438b9adcc711
/source/src.c
0d8c1f9c4cad70c2b8200b1393a279deed2aa02f
[]
no_license
omarelkawokgy/InterviewRepo
2644e0e57fb3ab637ad5ed7b9ff611bfa4a61e76
7f0058bafa3b6abc58bd56681e8405c22e2ef7e6
refs/heads/master
2020-09-15T11:38:05.146408
2019-11-22T16:38:49
2019-11-22T16:38:49
223,434,151
0
0
null
2019-11-22T16:38:50
2019-11-22T15:39:44
C
UTF-8
C
false
false
259
c
/* first source file */ #include "..\include\header.h" void main() { int x = 10; int y = 15; int z; z = addFunction(x, y); printf("%d\n", z); } int addFunction(int x, int y) { return (x + y); } int subtractFunction(int x, int y) { return (x - y); }
[ "noreply@github.com" ]
omarelkawokgy.noreply@github.com
84ae7a60359041c6036c2a8e205452e492e1e8a7
5af64d1bc509cd4084c28ac7cf23696965bb5436
/src/modipulate_lua/utils.h
15c89ffdc53098b5cbc935c414f84476387a5e74
[ "BSD-3-Clause", "Zlib" ]
permissive
DINKIN/Modipulate
f1c93737191c4682f53fd5f57a2787873a50fbc0
d348b470884a7f11a570adcd30d84d9f7904be72
refs/heads/master
2021-01-24T05:06:21.458400
2015-11-21T23:46:40
2015-11-21T23:46:40
null
0
0
null
null
null
null
UTF-8
C
false
false
903
h
// Utility functions. // Most of this comes from here: http://lua-users.org/wiki/BindingWithMembersAndMethods extern "C" { #include "lua.h" #include "lauxlib.h" #include "lualib.h" } typedef int (*Xet_func) (lua_State *L, void *v); /* member info for get and set handlers */ typedef const struct Xet_reg_type { c...
[ "eric@yorba.org" ]
eric@yorba.org
9bdcdff5e238cdd1f0ce322a77da635073183d34
4ba02eadd250df290a3fda35ea859ce6a4c6cc9a
/Library/PriorityQueueMM/PriorityQueueMMTest/src/Test/TestPQADSim.h
783fed0986d9b6a58e1e8e8bfccada0063560b78
[ "MIT" ]
permissive
frankeph/C-Code
c3c76939159b2009849d6375e64fd85b475ad4d1
511c46a7d77772600fd741449d2b73e78f4c6fc2
refs/heads/master
2020-03-07T11:00:44.600377
2018-06-03T13:45:06
2018-06-03T13:45:06
127,445,529
0
0
null
null
null
null
UTF-8
C
false
false
1,829
h
#pragma once #include <stdio.h> #include <stdlib.h> #include <stdint.h> typedef struct testpqadsim TestPQADSim; typedef struct testpqadsimchunk TestPQADSimChunk; #include "TestEnvironment.h" #include "TestResults.h" #include "../Basics/PriorityQueueMM.h" #define TESTPQADSIM_DOCHECKS struct testpqadsim...
[ "noreply@github.com" ]
frankeph.noreply@github.com
ce6cb91e1115a8611d7cad33d38c3d30b700a404
31b07f89c28b4ca27f14b7aeec890fcd42e603d7
/src/builtins/if/else.c
b3f4c210e9602ba1efbc70a0bbcaa51ca81b8f23
[]
no_license
CMonjo/42sh
fb07fb81c505d7688d66bc246cce46161441e94f
d76c040f2bca893f2ea797ae31d31476323e3555
refs/heads/master
2020-03-19T03:37:48.186603
2018-06-01T18:33:16
2018-06-01T18:33:16
135,745,658
0
0
null
null
null
null
UTF-8
C
false
false
243
c
/* ** EPITECH PROJECT, 2017 ** PSU_42sh_2017 ** File description: ** src/builtins/if/else.c */ #include "main.h" int else_build(char **arr, UNUSED char **envp, env_st_t *env_st) { prompt_else(); else_loop(arr, envp, env_st); return (0); }
[ "nalbiges22@gmail.com" ]
nalbiges22@gmail.com
0890531bebc4766a99628c9fa83f4aed5fa76b3a
1ccc214b10bf110d9dcef70e76c0ab7155934f89
/src/paramGet.c
bf1b1cd0ac11b6c54a656865883507bb40e00513
[]
no_license
Brazilian-Institute-of-Robotics/image_processing-artoolkit
5d5b9fa5031723bca2f3d91adc5622a493b1e54a
30a2ee1c83dbfc8ede352acb3834e8fef2b2656d
refs/heads/master
2020-09-12T14:51:26.957259
2015-03-09T15:48:56
2015-03-09T15:48:56
31,323,154
0
0
null
null
null
null
UTF-8
C
false
false
4,111
c
/******************************************************* * * Author: Takeshi Mita, Shinsaku Hiura, Hirokazu Kato * * tmita@inolab.sys.es.osaka-u.ac.jp * shinsaku@sys.es.osaka-u.ac.jp * kato@sys.im.hiroshima-cu.ac.jp * * Revision: 3.1 * Date: 99/07/16 * *********************************...
[ "diego.cesar@dfki.de" ]
diego.cesar@dfki.de
4559d72c3b989a8aee183ac35dbf133b4302a1c7
1d3dd44c28036d8be6c912d99c710e052f2d68b1
/Deca/src/application/IMU.c
751890c2d47dc4b5468de005f84afd38a3259486
[]
no_license
myavari1990/UWB-INS-Positioning
83378e2029f1748efabc1d5e90c467362f1afeeb
f9afbe5e3b34447376660f7ec68cd4c71c7751bd
refs/heads/master
2021-01-20T12:35:26.373994
2015-03-13T03:44:05
2015-03-13T03:44:05
31,922,367
0
0
null
null
null
null
UTF-8
C
false
false
5,416
c
/* * IMU.c * * Created on: Mar 11, 2015 * Author: myavari */ #include "IMU.h" #include "arm_math.h" const vector gVec = { 0, 0, -9.81 }; bool gyroFirst = true; bool accelFirst = true; arm_matrix_instance_f32 ROT; float32_t ROT_f32[9]; static quaternion q_bn = { 0.707, 0.707, 0, 0 }; static ...
[ "mohamad.yavari1990@gmail.com" ]
mohamad.yavari1990@gmail.com
4317ce6c4dcdbfab8aa6e83c36de7e73915dd357
f28da973ad66ec50d111d4dee9ed9addfbebb971
/StringUtility/Pods/Headers/Private/TMLKit/TMLWebViewController.h
66912e768ec8b25fb5dcf7577b566d505e65c0d8
[]
no_license
jason4short/sketch-translate
70a994040fbf4eb497ae9317fb2dca074fe2329e
37a1b1576af01644c8bb020a7440483b813d06d1
refs/heads/master
2020-12-03T04:02:03.025231
2017-03-30T11:52:32
2017-03-30T11:52:32
null
0
0
null
null
null
null
UTF-8
C
false
false
69
h
../../../../../../tml-objc/Classes/Controllers/TMLWebViewController.h
[ "konstantin@rktstudio.ru" ]
konstantin@rktstudio.ru
b8f23400175f2b5dd8cc410b08cac74754bb1a32
e39cdf2d8bd9af9c6fb1d8cb436b24275a18f288
/vc_lib_src/src/stricoll.c
ab611874375017ff7842aede7e8558145438d2ac
[]
no_license
IRON-HAN/learn_c
5977d32355b694f3196d1bcf6457aa74381aa64e
0d17f80944dd81a106d2d9425707419b122c4e36
refs/heads/master
2021-05-30T03:49:19.717917
2015-08-09T08:18:16
2015-08-09T08:18:16
null
0
0
null
null
null
null
UTF-8
C
false
false
2,551
c
/*** *stricoll.c - Collate locale strings without regard to case * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * Compare two strings using the locale LC_COLLATE information. * *******************************************************************************/ #include <cruntime.h> ...
[ "jason_yao@htc.com" ]
jason_yao@htc.com
68d999fee13e9215e784a9134b2ec1fb2b562573
5b3838523ba2f7f194bc012ea4914990edc8f4d6
/comm.c
1ff0e2d8d230be476317735f1a7606ee736322ff
[]
no_license
dothuan96/appdev17
0808f0f3b49c5f4c239150d2ee958eb0fe8689f2
e8a95e7eb93e857222165a63bbe261c4c4425254
refs/heads/master
2021-01-22T22:44:47.260787
2017-05-01T09:36:54
2017-05-01T09:36:54
85,574,530
0
0
null
null
null
null
UTF-8
C
false
false
986
c
#include "comm.h" #include <stdio.h> #include <string.h> #include <curl/curl.h> void send_data_curl(double Leq[]) { char postdata[200]="data=", temp[30]; int i; //repeat a loop 8 times CURL *curl; CURLcode res; for(i=0; i<8; i++) { //in the sprintf function there is a ternary operator sprintf(temp, (i==7)?"...
[ "dov.thuan96@gmail.com" ]
dov.thuan96@gmail.com
5bcac64fd7b4d29926203a71fd2fb28584e9c19e
38d86f6066392018880153d26aeee41f6e21ee82
/chap2/balls_with_gravity.c
cb217e804c5cba2908039d00b389c3e9ebf6dd65
[]
no_license
timwmillard/natureofcode-c
c2446e89c7804f6e07ba08c0c7b420f1bffef5f4
d7e768e5995215498a080f68f56d21f4254538be
refs/heads/master
2023-06-10T14:42:02.626150
2021-07-05T12:23:27
2021-07-05T12:23:27
279,175,214
0
0
null
null
null
null
UTF-8
C
false
false
2,052
c
#include <stdio.h> #include <stdlib.h> #include <time.h> #include <raylib.h> #include "../core/body.h" // Application Name #define APP_NAME "Nature of Code - Balls with Gravity" // Frames per second #define FPS 60 void checkEdges(Body *ball, float radius, float width, float heigh) { if (ball->pos.x - radius < 0) ...
[ "timwmillard@gmail.com" ]
timwmillard@gmail.com
a6ac39650a652064242808ee05c423fc3357cec0
e883ae5e64f5a63daec373d3337ad34228f6d340
/pubsub/src/pubsub_error.h
edd5f8e1b9d6485fc20181929a680bff96253e39
[]
no_license
lelanthran/libxcgi
83e37f82ee23b97ccb269e1d8cfd323161523c3b
d2a4c151c9e8dbdbad2e513d58847098ec3d5596
refs/heads/master
2021-10-23T16:20:49.247180
2020-03-08T14:49:33
2020-03-08T14:49:33
186,056,078
1
0
null
null
null
null
UTF-8
C
false
false
735
h
#ifndef H_PUBSUB_ERROR #define H_PUBSUB_ERROR #define EPUBSUB_SUCCESS (0) // The first eight bytes are reserved for specific errors #define EPUBSUB_UNIMPLEMENTED (1 << 8) #define EPUBSUB_INTERNAL_ERROR (2 << 8) #define EPUBSUB_UNKNOWN_ENDPOINT (3 << 8) #define EPUBSUB_MISSING_PARAMS (4...
[ "lelanthran@gmail.com" ]
lelanthran@gmail.com
90f8fc04cfbd8e82fcac5a5b103425a35cbc9fb5
1bcbb6a2e8018dbb9c954aea8e557d5d74d5ff09
/khrm.c
d901ec6c1a7ddae63fa992e84d3e3709204d0023
[]
no_license
artem94m/KHRM
645641ec8ebbb59ce695578195ff1e81cdfd1bc5
bd65d15dab5f9cd1f883193c20bc36614702dc16
refs/heads/master
2020-04-08T14:39:27.344340
2018-11-28T05:00:17
2018-11-28T05:00:17
159,446,152
0
0
null
null
null
null
UTF-8
C
false
false
7,198
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/time.h> void init_settings() { FILE *settings; int i; settings = fopen("settings", "w"); if (settings == NULL) { printf("Can't create settings file.\n"); } char *algs[] = { "Schneier=...
[ "noreply@github.com" ]
artem94m.noreply@github.com
d56226d08d3791832a5148f91f200fb2b099987c
013319804fcdc44ccb849f2a5d8d78a64d04e0ee
/app/src/main/cpp/config/armeabi-v7a/config.h
002fbe92235087294ea787b21e3d0e1e73c290c7
[]
no_license
wanglxchina/FFmpegCmd
d7adb862131ca4dd3a7b4c8bdedd25d33c030435
7331a5e04f411722a6beb6bb06e13b3f7effe033
refs/heads/master
2023-07-18T11:33:50.586204
2021-08-25T08:18:22
2021-08-25T08:18:22
null
0
0
null
null
null
null
UTF-8
C
false
false
86,595
h
/* Automatically generated by configure - do not modify! */ #ifndef FFMPEG_CONFIG_H #define FFMPEG_CONFIG_H #define FFMPEG_CONFIGURATION "--target-os=android --prefix=/Users/mac/Desktop/ffmpeg-4.4/android/armeabi-v7a --arch=arm --cpu=armv7-a --sysroot=/Users/mac/Library/Android/sdk/ndk/21.4.7075529/toolchains/llvm/preb...
[ "wxcai_sysuxh@163.com" ]
wxcai_sysuxh@163.com
4a6fc0a035e41d6eee954855fca4961fbd913ea6
6e716750fec9de6e4b193b4d13da481346ae1058
/src/debug.c
1d6ca0bd3f0b74f533d368977816d57398084f2c
[]
no_license
walafc0/pathfinding
fb1168e71ebe45f846d67fc260186953dc7ab0b9
8fcbad0481e8394a9d3c026a39c00f3024b75601
refs/heads/master
2021-01-13T01:55:12.325251
2015-01-17T19:02:37
2015-01-17T19:02:37
8,713,438
0
0
null
null
null
null
UTF-8
C
false
false
769
c
#include "debug.h" #include "errno.h" #include <stdio.h> struct errmsg { int errno; char *details; }; void _perror (char *function) { extern int errno; struct errmsg errmsg[] = { { _E_OK, "Success." }, { _E_FAIL, "Failure, no given details." }, { _E_SAME, ...
[ "liber@gmx.com" ]
liber@gmx.com
c706ee76ca37beca5cd743adbb667801cca6c4e5
e95760879c60889a5ddbf6ac5ebc70eadd80b0d5
/apps/gui/skin_engine/skin_touchsupport.c
09fbd86acd674d21196d2f55b845db5fc99fe3b3
[]
no_license
eisnerd/rockbox
0c811e5715c21f228178095745b4183679063e46
f4b7958c249c82d55ccdc915d52e0db50f5ae963
refs/heads/master
2016-08-05T15:50:22.653470
2010-06-24T14:46:21
2010-06-24T14:46:21
1,105,693
1
0
null
null
null
null
UTF-8
C
false
false
4,209
c
/*************************************************************************** * __________ __ ___. * Open \______ \ ____ ____ | | _\_ |__ _______ ___ * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / * Jukebox | | ( <_> ) \___| < | \_\ ( <_> ...
[ "jdgordon@a1c6a512-1295-4272-9138-f99709370657" ]
jdgordon@a1c6a512-1295-4272-9138-f99709370657
8c0c946caf94a8e351a9efbb0dd0afdfef452deb
4860e2a867dd370ca7f893d785797f298522d335
/MergeSort/rec_msort.c
6c3909d7560d0abb20ce2768b1184e73bc2a9002
[]
no_license
cslite/DSA-BITS
367543bc7b4a26ca04eae06328866199df19c7f2
70199d0e67e591a1f79b717bcfaa2ec24302c66a
refs/heads/master
2020-04-18T18:04:51.679124
2019-04-13T14:45:31
2019-04-13T14:45:31
167,673,516
2
0
null
null
null
null
UTF-8
C
false
false
392
c
#include<stdio.h> #include<stdlib.h> #include "msort.h" student *sarr; void merge_sort(student ls[], int sz){ if(sz == 1) return; int mid = sz/2; merge_sort(ls,mid); merge_sort(ls+mid,sz-mid); merge(ls,mid,ls+mid,sz-mid,sarr); for(int i=0;i<sz;i++) ls[i] = sarr[i]; } void mergeSort(student ls[], int sz){ ...
[ "noreply@github.com" ]
cslite.noreply@github.com
f049cb95d05454e3cc7a667b7d18a29884b28757
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/ac644774-7511-4ec4-8017-c386ef4d8b58.c
34f2caaac8ef49c2af2679f61c42695534ee79a6
[]
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
604
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 = l%j; l = l%j; k = k-k*i; //variables //random /* START VULNERABILITY */ int a; char b[42]; char c[26]; a = 0; do {...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
66f268a5ba04ee7b1162e5b7d94962f46f71aba7
51ca181350c66a371b869b85ffcad90331f26479
/C/read-all-files.c
37493008f2692de4465a9f4e68bf52a6ad41b0d3
[]
no_license
psychoss/Everything
345057cbc89b11f7f80b1204fbf5bef5e84b12ea
c5ff9f0d2164494fe37b60cbeaa5933c07e4b27c
refs/heads/master
2021-01-10T04:45:43.483999
2016-01-22T11:17:53
2016-01-22T11:17:53
50,100,961
0
0
null
null
null
null
UTF-8
C
false
false
1,952
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <dirent.h> #include <unistd.h> #include <errno.h> /* This is just a sample code, modify it to meet your need */ int main(int argc, char **argv) { DIR* FD; struct dirent* in_file; FILE *common_file; FILE *en...
[ "626377748@qq.com" ]
626377748@qq.com
a92a2bdd842cf3cb7f95b92bff6f94b5b64d63d0
c5dedfd8b8f0b3982ef1fbb15f64a2a315cbce35
/srclib/apr/threadproc/os2/thread.c
b0e1fe086a2acc782aebba47d498fc5a90b7bb5e
[ "Apache-2.0", "LicenseRef-scancode-pcre", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference", "metamail", "Beerware", "NTP", "LicenseRef-scancode-rsa-md4", "HPND-sell-variant", "LicenseRef-scancode-rsa-1990", "RSA-MD", "Spencer-94", "Apache-1.1", "LicenseR...
permissive
ydnzol/apache
f2fc5a7db8566811ff90b6143d50443315f58ae5
04ca7c32fd043b1b1496b8a45fdcd34b907d46c8
refs/heads/master
2020-11-29T17:16:47.013606
2019-12-26T02:03:52
2019-12-26T02:04:52
230,176,189
0
2
NOASSERTION
2019-12-26T02:40:28
2019-12-26T01:50:04
C
UTF-8
C
false
false
7,714
c
/* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2000-2002 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that...
[ "21450@sangfor.com" ]
21450@sangfor.com
65adc814b8b9007cb58bce081e0230010df8eabc
5e041978d602d11e67b9b44b503cac1ee674a018
/libft/ft_putendl.c
78d3458698f5b49461e47ec3e47134de823a2e82
[]
no_license
ugly-ugla/42_21
ee8eaf34268c9a201944896f2795553d04923113
2cc8d1a2c9f081dc0f5386b5db5a5e55d59335bb
refs/heads/master
2021-01-05T16:06:26.039695
2020-09-05T02:56:56
2020-09-05T02:56:56
241,070,151
0
0
null
null
null
null
UTF-8
C
false
false
969
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putendl.c :+: :+: :+: ...
[ "anna.ugla@gmail.com" ]
anna.ugla@gmail.com
6e30a95248de03283922e976c5ae429e68356873
0c358afdb06667607fb93a5b1c022328d6704b69
/Lab1/settings.h
4207dd014cff776221e17dd77656e92d5fa993e4
[]
no_license
i1red/db-5th-sem
b5ca0095d037da15c1919ec2abb534268ad06760
817a4b1323b56b7a6a69bc1380d4d6e5257f8f9f
refs/heads/master
2023-01-29T00:53:24.642769
2020-12-15T10:22:53
2020-12-15T10:22:53
300,396,714
0
0
null
null
null
null
UTF-8
C
false
false
806
h
// // Created by ivan on 9/30/20. // #ifndef LAB1_SETTINGS_H #define LAB1_SETTINGS_H const char* DATAFILES = "Datafiles/"; const char* PROMOTION_TABLE = "Datafiles/Promotion/"; const char* PROMOTION_INDEX = "Datafiles/Promotion/index.bin"; const char* PROMOTION_COUNTER = "Datafiles/Promotion/counter.bin"; const char...
[ "ivankras67@gmail.com" ]
ivankras67@gmail.com
ea3cd8fceecf7d8dbd4665a5241c01dd715af154
7c810371360b0d32801314ccb4e1a85e4c8c2ec2
/Projects/NUCLEO-L152RE/Examples/OPAMP/OPAMP_InternalFollower/Src/main.c
8a77e04223dd42a95ce53ff6a4382d6458d02649
[ "BSD-3-Clause" ]
permissive
mmastouri/Time_LCD_L152RB
5376e0441c76d4dde54baa8810bfa2c58ba20bd5
ae8716ac4dcb231983eaa1871d05c152c7a86f78
refs/heads/main
2023-06-30T11:09:11.604899
2021-07-28T10:55:27
2021-07-28T10:55:27
390,316,450
0
0
null
null
null
null
UTF-8
C
false
false
21,053
c
/** ****************************************************************************** * @file OPAMP/OPAMP_InternalFollower/Src/main.c * @author MCD Application Team * @brief This example provides a short description of how to use * the OPAMP peripheral in internal follower mode. **********...
[ "maher.mastouri@gmail.com" ]
maher.mastouri@gmail.com
68e6e4f066227d35bd241439e14ae152bd693e9c
b6fd3ebe265cc089f76391068f07d2e7ea361e76
/drivers/mcga/devclut.h
a098511b50919d4f4f4f54635441185fa445ab1a
[ "MIT" ]
permissive
foone/BRender-v1.3.2
55bbdba6470234e158f82247bb5e03c2c27b9e3e
d88d0ed41122664b9781015b517db64353e16f19
refs/heads/main
2022-05-05T22:39:56.191332
2022-05-05T22:33:54
2022-05-05T22:33:54
488,348,032
486
35
MIT
2022-05-03T23:06:16
2022-05-03T20:06:34
C
UTF-8
C
false
false
689
h
/* * Copyright (c) 1993-1995 Argonaut Technologies Limited. All rights reserved. * * $Id: devclut.h 1.1 1997/12/10 16:45:32 jon Exp $ * $Locker: $ * * Private device CLUT state */ #ifndef _DEVCLUT_H_ #define _DEVCLUT_H_ #ifdef __cplusplus extern "C" { #endif /* * Private state of device CLUT */ typedef struc...
[ "fooneturing@gmail.com" ]
fooneturing@gmail.com
3b6671acab4a3438c11c9468bcc944a94d9709f7
66d339399671f9520e88d79b7118b6670f6a40a2
/code/2911.c
2f4ef21b68f99e34064374504f1eeee52dcf7353
[ "MIT" ]
permissive
Tarpelite/OJ_research
038ba1b3a5d8add01642cddd45b59722144ac110
5c23591a50e755dac800dfaedb561290ce35fc5b
refs/heads/master
2020-06-07T10:52:17.059468
2019-06-21T10:47:56
2019-06-21T10:47:56
193,003,111
0
0
null
null
null
null
UTF-8
C
false
false
319
c
#include<stdio.h> int comb_num(int m, int n) { if ( m<n || m<1 || n<1 ) return 0; if ( n == 1 ) return m; if ( n == m ) return 1; return comb_num(m-1, n) + comb_num(m-1, n-1); } int main() { int m,n; scanf("%d %d",&m,&n); printf("%d",comb_num(m,n)); return 0; }
[ "tarpelite_chan@foxmail.com" ]
tarpelite_chan@foxmail.com
32bc0a12fde4b7be0d5831eca447ff4c0eb9d3eb
a5010d5f61f4770bb84928491b2308d4cda6bad1
/tests/act_obj_tests.c
5f72f25b7869d44a4413b50e800c9d22cbd56f45
[ "MIT" ]
permissive
HexColors60/riftshadow
c51381e9461211821371b8f359f19d0938a340a1
c36877b523e6caeefbf0676abc83ee438763dcf3
refs/heads/master
2022-12-17T08:44:19.348994
2020-09-24T20:04:35
2020-09-24T20:04:35
null
0
0
null
null
null
null
UTF-8
C
false
false
4,655
c
#include <string.h> #include <stddef.h> #include "catch.hpp" #include "../code/act_obj.h" #include "../code/merc.h" #include "../code/handler.h" void TestHelperAddPlayerToRoom(char_data *player, room_index_data *room) { player->in_room = room; player->next_in_room = room->people; room->people = player; } ...
[ "4770241+rezalas@users.noreply.github.com" ]
4770241+rezalas@users.noreply.github.com
5539556c98b213cc68b65cbce53ccc4856a02aa4
2f5a9799dba8809b0ac1d06c5c046719df8666d1
/mcc_generated_files/pin_manager.c
0a8094d55626f068e73cae898b896fc16cb3a1d5
[]
no_license
kuni3075/I2C_Master_Test
f3aadb1eb471acf4e06c57be8404a61ffd1a4d69
b7292ad5a7d237a43d6a818912e1b94c46634725
refs/heads/master
2020-09-17T00:52:27.504034
2019-11-25T12:00:31
2019-11-25T12:00:31
223,938,102
1
0
null
null
null
null
UTF-8
C
false
false
3,033
c
/** Generated Pin Manager File Company: Microchip Technology Inc. File Name: pin_manager.c Summary: This is the Pin Manager file generated using PIC10 / PIC12 / PIC16 / PIC18 MCUs Description: This header file provides implementations for pin APIs for all pins selected in the ...
[ "kkk@kkk" ]
kkk@kkk
247423dcbab2809be4ad6e599c18e0bc85d0fdab
e52ead4c385656280f7084ef27f528ced277a302
/Temp/il2cppOutput/il2cppOutput/System_Core_LocaleMethodDeclarations.h
6ab5869a2e3705c67234dd241ab62fa9b996eb40
[]
no_license
P0nj4/Roll-a-Ball-Unity
9aacbf6f21c1b6774116f97849aaff38eef7fa7f
86e42295507bed9f4eac78ea01d8d92e0f0eea07
refs/heads/master
2021-01-10T16:00:13.441187
2015-10-13T19:29:56
2015-10-13T19:29:56
44,198,657
0
0
null
null
null
null
UTF-8
C
false
false
731
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.String struct String_t; // System.Object[] struct ObjectU5BU5D_t285; #include "codegen/il2cpp-codegen.h" // System.String Locale::...
[ "german.f.pereyra@gmail.com" ]
german.f.pereyra@gmail.com
8a06fe89f23595712e328214cfd30e14e9e4db71
00be9947943b3a325950fc6a4a7a2db338a16dc0
/src/Weather/nt_cloudy.h
a4549dd2f7434dcc6375b0289f1702a03bd21669
[ "MIT" ]
permissive
Bodmer/RLEBitmap
ad53615e4290d33c1aaa4c56d1a563765b27481b
ed2bf7ec6497371415878a7a5a07b7938294aad6
refs/heads/master
2022-11-11T01:55:32.682678
2020-07-05T20:13:24
2020-07-05T20:13:24
277,346,398
5
0
MIT
2020-07-05T17:00:22
2020-07-05T17:00:21
null
UTF-8
C
false
false
6,287
h
// // This file is AUTOMATICALLY GENERATED, and should not be edited unless you are certain // that it will not be re-generated anytime in the future. As generated code, the // copyright owner(s) of the generating program do NOT claim any copyright on the code // generated. // // Run Length Encoded (RLE) bitmaps...
[ "github@hotchin.net" ]
github@hotchin.net
6ce7d353388bce009037e99594bc9ebeaa2b0668
aced0b0b4b73ecb9837500a9b65eb039033e94d3
/Win10_1703_RS2/x86/System32/ntoskrnl.exe/Standalone/_ETW_SILODRIVERSTATE.h
ed5b41537503892b6eb9655c23e31e6f6f3d9d0a
[]
no_license
Qazwar/headers
a16193b7343f8497c4dde1f0eb6fee52a0ed91e1
049e8a564a1f82a8316f187f8a8bbcdb29be5e01
refs/heads/master
2020-04-05T15:36:20.462296
2018-11-08T18:53:40
2018-11-08T20:37:03
null
0
0
null
null
null
null
UTF-8
C
false
false
4,865
h
typedef struct _LIST_ENTRY { /* 0x0000 */ struct _LIST_ENTRY* Flink; /* 0x0004 */ struct _LIST_ENTRY* Blink; } LIST_ENTRY, *PLIST_ENTRY; /* size: 0x0008 */ typedef struct _GUID { /* 0x0000 */ unsigned long Data1; /* 0x0004 */ unsigned short Data2; /* 0x0006 */ unsigned short Data3; /* 0x0008 */ unsigned ch...
[ "w.benny@outlook.com" ]
w.benny@outlook.com
436c7f9a284ada9925301e602c4e2db2e099eeaf
8e9659672e5ffd623a534a5dd6ebb224b4a6cb98
/C_Practice/C_program_to_print_sum_of_two_numbers.C
3d4dbed7f0cadffabc05bfb4689ce1418772e765
[]
no_license
MAYU75/MKPITS_Mayuri_Dhole_Java_Nov_2020
8ec4ea495aff68ff8d0ce0b23119576121409130
2ac59daf4c17293898b03013cd0c7d7ac0c75627
refs/heads/main
2023-06-25T18:01:52.514638
2021-07-25T16:14:21
2021-07-25T16:14:21
339,304,237
0
0
null
null
null
null
UTF-8
C
false
false
94
c
/*C program to print sum of two numbers*/ #include<stdio.h> #include<conio.h> void main() {
[ "mayuridhole@gmail.com" ]
mayuridhole@gmail.com
98ddf57db2e355f80156a717c8546a11e2ab6cb7
5c255f911786e984286b1f7a4e6091a68419d049
/code/7a333508-e357-47bc-9e2e-8ab0710beddd.c
409fcf81f1649425146da7ed8d814680fbbef6ca
[]
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=12; int k; int l; j = 53; l = 64; k = i/j; l = i/j; l = l/j; l = l%j; l = i+j; k = i-j*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
b82034f60affdc0d8e1feb1ead050168bd84e8f5
62bdf3aa451d4cd0f757ca89f1a46261442eaae0
/lab4/problem/src/cache.c
3996a75e60dcb60bedc8d1c634ff69f434a0c6de
[]
no_license
andyham613/CompArchitecture
b30283ee28a0dda54b5b41074b44ea55e86ff056
8df6dce534f5775ad7745dac2ba7a0408863054a
refs/heads/master
2021-09-01T08:55:10.977073
2017-12-26T03:57:23
2017-12-26T03:57:23
115,377,414
1
0
null
null
null
null
UTF-8
C
false
false
16,511
c
/* Andy Ham and Bijan Oviedo (aham) (boviedo) * CMSC 22200, Fall 2016 * * ARM pipeline timing simulator * */ #include "cache.h" #include <stdlib.h> #include <stdio.h> #include "pipe.h" #include <inttypes.h> cache_t *cache_new(uint32_t sets_per_cache, uint32_t lines_per_set, uint32_t bytes_per_block) { cache_t* ...
[ "aham@cs.uchicago.edu" ]
aham@cs.uchicago.edu
ffab421237588e50967ae62cbbf7f53b8c7a19e4
077f30666b97c88cb601db8c6464913246a3bd58
/libft/sources/ft_strrev.c
bed7a88db7e345c6312ba0dc40fa8f5237f3120d
[]
no_license
ssfar/42-Lem-in
3a18ac43930c307a0b7cba976e3f828f50e348bc
cbd5e2805ed69463715c723e03d5ac9124e04d87
refs/heads/master
2022-11-22T07:27:27.736421
2020-07-24T09:16:39
2020-07-24T09:16:39
220,455,910
0
0
null
null
null
null
UTF-8
C
false
false
1,166
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* strrev.c :+: :+: :+: ...
[ "ssfar@student.42.fr" ]
ssfar@student.42.fr
05e7e5bee3becd26e5da23a87512ec093048c9ea
8228c0d684fe1cf64ae5172e51cecaea417fb3d9
/new/hicar_service/src/virtual_dev/camera/hicarCap/include/JenDebug.h
b61d84bdfb761b9dbba731585d416a0375a71d7e
[]
no_license
niefan/workspace
363c11dc858be7f6783eaa6f5fde6d6deecca312
6ebb09fc432eb7295f922da3fbc764f9d1125b6c
refs/heads/master
2022-07-31T18:12:39.109983
2020-05-22T08:50:42
2020-05-22T08:50:42
null
0
0
null
null
null
null
UTF-8
C
false
false
4,166
h
/* * JenDebug.h * * Created on: May 22, 2015 * Author: robin */ #ifndef __JEN_DEBUG_H_ #define __JEN_DEBUG_H_ #ifdef __cplusplus extern "C" { #endif #include <stdio.h> #define DEF_JEN_DEBUG_LOG_LEVEL_VALUABLE iGstAudioCaptureLogLevel //define valuable name ! extern int DEF_JEN_DEBUG_LOG_LEVEL_VALUABLE; ...
[ "daiqilin@hangsheng.com.cn" ]
daiqilin@hangsheng.com.cn
f3cca8f46d4cf4940a326c16bd1db8238892f8c5
aa1a534bfb0434941b1dcc6033fc55b54b93d423
/asn1c/QosFlowInformationItem.h
08a95c48984d96bec3a1a24713d36655e973fba3
[]
no_license
anishmu/ngapv2
7ea38dd39c1ee9290ca26a6fcb226c9dfb2e80e7
c6d826656e84485c8e651031a742d0feec17f2ed
refs/heads/master
2022-01-22T08:12:15.084364
2019-08-06T12:18:52
2019-08-06T12:18:52
null
0
0
null
null
null
null
UTF-8
C
false
false
1,249
h
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NGAP-IEs" * found in "../NGAP-IEs.asn" * `asn1c -pdu=all -fcompound-names -findirect-choice -fno-include-deps` */ #ifndef _QosFlowInformationItem_H_ #define _QosFlowInformationItem_H_ #include <asn_application.h> /* Including exte...
[ "nhatlh@viosoft.com" ]
nhatlh@viosoft.com
ad9288e015f5196159d73b5093a346146dac57b4
8dd900f8e37e61d4770c8b4d81e5c63d0aa95b41
/ch16/pp5.c
f8759a8d1f8c866f50f0dfa42b4cf4f7687ac6e4
[]
no_license
DataParisian/knkc
171534b48f251101fa637e8bfff9f51bf3f3da81
f6c133e386ea18bb8871005a90c200ea027ac85c
refs/heads/master
2021-03-12T20:36:32.320470
2015-08-19T18:32:53
2015-08-19T18:32:53
21,332,011
2
0
null
null
null
null
UTF-8
C
false
false
6,215
c
/* KNKC chapter 16 Programming Project 5 * Sundeep Kolli 14-july-2014 * Program: pp5.c * Purpose: Modify pp8.c from ch5 so that the times are stored in a single * array. The elements of the array will be structures, each containing a * departure time and the corresponding arrival time. (Each time will be an...
[ "sundeepkolli@gmail.com" ]
sundeepkolli@gmail.com
fe9e9e030cdfeb3e0a07f327fb72a6313f23e728
4de2b914e4607dd0ca7eec60b21026af6b6c4797
/Old_work/valdambrini_cheli_papallo_tarmati/BIPE MATLAB/sfun/sfun_USART2_Init/ICARO3_Onda_bipe_stm32/ICARO3_Onda_bipe_data.c
84fdaf5866d8cef2abfedad0950c63b9f85739c3
[]
no_license
ABiondi12/project_sgn
5203d21f2753dcdf7c53b153324dc75bc1221549
570b7be0b01e7c83cb927945e532d6a2213ebf65
refs/heads/main
2023-06-18T12:59:18.337096
2021-07-21T10:27:08
2021-07-21T10:27:08
307,121,028
0
0
null
null
null
null
UTF-8
C
false
false
33,239
c
/* * File: ICARO3_Onda_bipe_data.c * * Code generated for Simulink model :ICARO3_Onda_bipe. * * Model version : 1.1508 * Simulink Coder version : 8.6 (R2014a) 27-Dec-2013 * TLC version : 8.6 (Jan 30 2014) * C/C++ source code generated on : Wed Dec 11 11:26:45 2019 * * Target selection...
[ "petracci.francesco@gmail.com" ]
petracci.francesco@gmail.com
4ad8c7e373babe92a2a153fecde09236d927a109
faaa4d6edcc481a54304c9bc806c141178a52fae
/outside/softfloat-3/source/8086-SSE/s_propagateNaNExtF80M.c
e378134bc13a5dcd852b43cb3c2562b388491f15
[ "BSD-3-Clause", "MIT" ]
permissive
cgyarvin/urbit-1
1def433e7143ae97c4dd7a15bbfc326060fa9e87
1c57cdf81496e24708ecbe759a0cbad18ea2c836
refs/heads/master
2021-01-18T01:03:20.273437
2017-05-02T23:57:59
2017-05-02T23:57:59
43,780,598
2
0
MIT
2018-03-30T17:26:58
2015-10-06T21:44:14
C
UTF-8
C
false
false
4,160
c
/*============================================================================ This C source file is part of the SoftFloat IEEE Floating-Point Arithmetic Package, Release 3c, by John R. Hauser. Copyright 2011, 2012, 2013, 2014 The Regents of the University of California. All rights reserved. Redistribution...
[ "max19@users.noreply.github.com" ]
max19@users.noreply.github.com
78d5a646da657fd641617dfbefe7c403c33d617a
319d839eaf610309f9852ebf3da27940be8cf307
/ios/Pods/Headers/Private/React/RCTFPSGraph.h
22e6cb26f75f53a0040d9e48454a50f4a1d381ab
[]
no_license
safetydoor/monitor_rn
e4db87e682e614ab5856f5cfa8f9be322f4546b0
752c5693dd0ea86f830d36d69023c5a766e3b557
refs/heads/master
2021-01-18T19:46:46.356696
2017-03-07T11:41:11
2017-03-07T11:41:11
69,095,418
0
0
null
null
null
null
UTF-8
C
false
false
72
h
../../../../../rn/node_modules/react-native/React/Profiler/RCTFPSGraph.h
[ "liaopanpan610@pingan.com.cn" ]
liaopanpan610@pingan.com.cn
a3d27986f2dae6a21e2342c52913dbf953ffb702
d8af2e4d04c1c5f8fd22048d96ff57d613862de8
/Labs/ArchitectureLab/sim/seq/ssim.c
58311cc60a72ce02ce51211e89ae96a443a18462
[]
no_license
Toby-Fish/CSAPP_Homework_and_Labs
a1161362ab74f80025511e9ee6c234381377828b
efabad149f0e4485c1b8d089b8d217f46af75580
refs/heads/main
2023-07-26T13:26:26.402168
2021-09-01T14:00:53
2021-09-01T14:00:53
383,446,720
6
2
null
null
null
null
UTF-8
C
false
false
29,159
c
/*********************************************************************** * * ssim.c - Sequential Y86-64 simulator * * Copyright (c) 2002, 2015. Bryant and D. O'Hallaron, All rights reserved. * May not be used, modified, or copied without permission. ***************************************************************...
[ "895399279@qq.com" ]
895399279@qq.com