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
d97dbc679a5f182b975de7fe07d86a269b59308b
71604e2ae3e24d9daeb8db673caeb561625944a2
/b76.c
703ab3c6b9b21fd932654557f7040855c489d2aa
[]
no_license
dhina016/set1-5
7315285e765fc5e472d90c78d003bafd56c338c6
590952e4323a1bd17322622f809c59c57e80141e
refs/heads/master
2020-04-18T19:03:14.910796
2019-02-26T08:23:46
2019-02-26T08:23:46
167,702,146
0
0
null
null
null
null
UTF-8
C
false
false
213
c
//76 #include<stdio.h> #include<conio.h> void main() { int n,i,des=0; clrscr(); scanf("%d",&n); for(i=2;i<=n/2;i++) { if(n%i==0) { des=1; break; } } if(des==0) { printf("no"); } else { printf("yes"); } getch(); }
[ "noreply@github.com" ]
dhina016.noreply@github.com
bc60c170adccc7020cc8f28a6b7b2473e74e408a
b261cb4d3e299cb697bba94ec085cdf84f178a36
/Configuration_adv.h
9314875452bef14e86f18abeaefbd40169140038
[]
no_license
KNChiu/CKN_3DP
916cfdd62a3a0b0edcef483702b879f70bb4bfa3
6a9bf1d3523b420361ee005284ee5dda78a6b51e
refs/heads/master
2020-04-25T07:13:37.428266
2019-09-18T16:25:23
2019-09-18T16:25:23
172,607,648
0
0
null
null
null
null
UTF-8
C
false
false
58,010
h
/** * Marlin 3D Printer Firmware * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * * Based on Sprinter and grbl. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
[ "noreply@github.com" ]
KNChiu.noreply@github.com
0e1775f7b628f9bb502352c8b47a0cb620a3777f
33c2a6baa956fb426e957fffd858fa001b373d0d
/HW7/repeat_msg/main.c
adcc08135a259fb7546e407cffc3d8edbf74ca78
[]
no_license
bcorley123/IU-CS335
fe9af8bfc2568d2df90a9497399e1875c1cfa088
c3df09e43bcfa0d89110da7850129d969c15de04
refs/heads/master
2021-01-01T05:43:01.606337
2016-04-20T00:11:20
2016-04-20T00:11:20
56,639,833
0
0
null
null
null
null
UTF-8
C
false
false
152
c
// repeattest.c: #include <stdio.h> extern repeat(unsigned int msg_id, unsigned int num_repetitions); int main() { repeat(0, 4); repeat(1, 6); }
[ "bacorley@indiana.edu" ]
bacorley@indiana.edu
d257b05ac8b4b8968951822004d376524c536d19
04c8d8da9cebc13513c1b9c7658707ecadfa0ed3
/Roll a Ball/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Comparison_1_gen_67.h
fe4395b213514cb1bdc37a36c9019be154d0d69b
[]
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
435
h
#pragma once // System.Collections.Generic.List`1<System.Boolean> struct List_1_t1803; // System.IAsyncResult struct IAsyncResult_t63; // System.AsyncCallback struct AsyncCallback_t64; // System.Object struct Object_t; // System.MulticastDelegate #include "mscorlib_System_MulticastDelegate.h" // System.Comparison`1<Sy...
[ "patrick@beetheswarm" ]
patrick@beetheswarm
8562c85efeaa6de893fe5d69d93f8fe7b485332c
ca0ed8a8bc291631bfa20f2953adbba183871943
/Source Code/2016 Code/Basic_maze_V3_-_TEST_SUITE/heat.h
28ce9f1974fbb12657738e0cb2968a0dc8ef4ac2
[]
no_license
Rory-Wade/Robocup-Maze-Australia
bc8b0c93a3951ac41ee7284a4ea6315749db768a
c4994b0452041960fec93c3f1aaa97eb5d9ba07a
refs/heads/master
2021-03-27T11:05:23.510776
2017-10-29T06:11:20
2017-10-29T06:11:20
80,969,594
5
1
null
null
null
null
UTF-8
C
false
false
2,497
h
// ------------------------------------------------------ // ---------- Contactless IR Thermometer ----------- // ---------- Rescue Robot Code 2016 ----------- // --------- ----------- // ---------- Team: Rory W, Ines K & Joseph F ----------- // ---------- Men...
[ "RoryWade@IThingy-Pro.local" ]
RoryWade@IThingy-Pro.local
966394c4b08bbdd8d36f742e3dcb541207210876
916656b759777de3325738c1c878b8d1e02abe3f
/examples/stm32/f4/stm32f429i-discovery/proyecto1/mandel.c
3f3e01f5351f7e917d9d5e16312584f3b4d83cae
[]
no_license
tonillo99/libopencm3-examples
cce125ef85410cf0f817751584435c008638d669
ad4fb83a0cbe013fb85d990bfcf606c450590195
refs/heads/master
2020-01-23T21:12:25.451386
2016-11-23T12:05:40
2016-11-23T12:05:40
74,572,369
0
0
null
2016-11-23T11:58:12
2016-11-23T11:58:12
null
UTF-8
C
false
false
4,330
c
/* * This file is part of the libopencm3 project. * * Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de> * Copyright (C) 2011 Stephen Caudle <scaudle@doceme.com> * Copyright (C) 2012 Daniel Serpell <daniel.serpell@gmail.com> * Copyright (C) 2015 Piotr Esden-Tempski <piotr@esden.net> * Copyright (C) 2015 Chuck M...
[ "tonillo99@gmail.com" ]
tonillo99@gmail.com
1c1d869b440e3f393e01a55d37a06598b4f5f8f5
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/arch/mips/ath25/extr_ar2315.c_ar2315_misc_irq_map.c
6bd01f1eed05cb0de6115687f76176cedaecd1e2
[]
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
869
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
50dc712794ccad95a997eb3aeca13e5a7900c475
d5801248a12364008354d9f7490e5daa192f18e5
/C/DataStructure/tree-Traversal.c
97ea9c3e4e9bcb7386e7e76cf72b27cdfb39ceb8
[]
no_license
minghsu0107/workspace
dbcb10bf95fefe1540e59ce37abf42691b4d3cd8
742c0783b23f1845d61688e8c23d1b134145359d
refs/heads/master
2022-09-28T03:44:40.320185
2022-08-12T08:24:07
2022-08-12T08:24:07
188,567,494
1
0
null
null
null
null
UTF-8
C
false
false
1,550
c
#include <stdio.h> #include <stdlib.h> #include <ctype.h> #include <assert.h> #define MAXLEN 4000 typedef struct treenode { int num; struct treenode *left; struct treenode *right; }TreeNode; char str[MAXLEN+1]; int pos = 0; void HLHR(TreeNode *); void HRHL(TreeNode *); void HRHL(TreeNode *root) { ...
[ "minghsu0107@gmail.com" ]
minghsu0107@gmail.com
c36b7b1c71e1738a53b16a669a4da14a5ae4a7b8
d1fd58db846745ba0b94e14662e32f4934014bb7
/ZGQ/Add.h
04d4901abd395c8c776721525edc795bc8d8b8fb
[]
no_license
ZhangYiXiSucceed/Project
d9854a2f2480c6bfb34a391638578a6ea4c6f4a4
e26a863c2834c8c3fa573b5937aa4e2591b07a0e
refs/heads/master
2020-03-29T21:18:21.866762
2019-12-02T13:11:45
2019-12-02T13:11:45
150,359,775
1
0
null
null
null
null
UTF-8
C
false
false
40
h
#include"stdio.h" int Add(int a,int b);
[ "1395208387@qq.com" ]
1395208387@qq.com
379183143882d88d5f6f16fdd21ebf4355ae2f73
464e29e944101f5746d3e4eb76b395168e51f730
/src/e2-decode.c
63e062605e408a6587b3946ba227ce75634683eb
[ "BSD-2-Clause" ]
permissive
jdesbonnet/rtl-sdr-efergy-e2
69d3d959a19e3da8090ffb8c3383e1545dd6e66f
9dfdbe07a31cb0b18f68e0f4f614f22b0ccc4583
refs/heads/master
2016-09-06T09:42:33.633028
2013-08-13T10:39:26
2013-08-13T10:39:26
12,023,454
1
0
null
null
null
null
UTF-8
C
false
false
1,935
c
#include <stdio.h> #include <stdint.h> /** * Efergy Elite decoder. * (NB: not Efergy E2) */ int main (int argc, char**argv) { int i=0; int v=0,pv=0; int t=0; int bit_count = 0; int shift_reg = 0; int symbol = 0; int lc=0; int freq=0; int prevfreq=0; int prevfreqt=0; int nbit=0; float nbitf=0; int tst...
[ "jdesbonnet@gmail.com" ]
jdesbonnet@gmail.com
ec131cdb1f31fbd203dfaf050e380d2e10e1d0d5
4ac3d6c3a65aae41f7aa15e6c5f602cccb3916b9
/libft/ft_print_udecimal.c
1d08ec9059f852185bc9676f4816b7582260686e
[]
no_license
yol63/lemin
c1913a921f9af120ead755e2cb72d62993c07115
5e31e3d8af5c2e8025673f2c23faccaa18750dd3
refs/heads/main
2023-01-16T02:20:10.821030
2020-10-31T15:20:51
2020-10-31T15:20:51
308,862,292
0
0
null
null
null
null
UTF-8
C
false
false
2,073
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_print_udecimal.c :+: :+: :+: ...
[ "romarash@oa-h3.msk.21-school.ru" ]
romarash@oa-h3.msk.21-school.ru
b775905f4e27197c995ebd600ea74933d1e6ffb4
1264362c04f8e0217e038b4a2c61b1952ef87d39
/slsDetectorPackage/slsDetectorSoftware/gotthardDetectorServer/firmware_funcs.h
9d2491c0ea3d0eee28e2cec31ca995992d363037
[]
no_license
soleil-ica/Lima-camera-slsjungfrau
ec186e73f8bbb4173f3397f346598e73583838b3
34549d0d06c50a4dc2e22d98feab3a41b53f993b
refs/heads/master
2023-08-14T05:33:29.276640
2023-01-31T15:53:10
2023-01-31T15:59:11
126,318,630
0
1
null
2020-12-08T09:50:38
2018-03-22T10:29:17
C++
UTF-8
C
false
false
3,897
h
#ifndef FIRMWARE_FUNCS_H #define FIRMWARE_FUNCS_H #include "sls_detector_defs.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/mman.h> #include <fcntl.h> #include <stdarg.h> #include <unistd.h> //#include <asm/page.h> #include <sys/mman.h> #include <sys/types.h> #include <sys/stat.h> #inc...
[ "cedric.castel@synchrotron-soleil.fr" ]
cedric.castel@synchrotron-soleil.fr
3bf82c3028c61ee559dcb1bc51635d932763bb68
5c255f911786e984286b1f7a4e6091a68419d049
/code/1a544685-2225-425c-8d1d-b2279032d027.c
17ab293fc38b51c46c8fc5c2491ecc68897218bb
[]
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=4; int j=12; int k; int l; j = 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
d08ecbfd11f83f01608f46b7b22434ac6cbfc617
8a24728ab3520fe7a051c2600c2342a381983c7d
/13string_comparision.c
dfbbe1abb0ac7c08e4bd0b775b62cf8889892cb6
[]
no_license
prafullnaudiyal/c-program
3dcf2bcc25ab65366fbdc0cde56b0964f7ba1a51
3c304a651ccb7f4bc7fe65538d5f0671547d47a2
refs/heads/main
2023-02-02T19:48:03.667687
2020-12-20T07:45:50
2020-12-20T07:45:50
323,020,725
0
0
null
null
null
null
UTF-8
C
false
false
574
c
#include<stdio.h> int main() { char str1[100],str2[100]; printf("Enter string 1"); fgets(str1,100,stdin); printf("Enter string 2"); fgets(str2,100,stdin); int i,j,flag=0; for(i=0;i<100;i++) { for(j=i;j<100;j++) { if(str1[i]==str2[j] && str1[i]!='\0') { flag=1; continue;//this will g...
[ "prafullnaudiyal@gmail.com" ]
prafullnaudiyal@gmail.com
d4336946b9c5d23a4627398cbbf42d37e57ec4f1
bc222afcbc78d6acde19ddde979bc97a38bd9ce0
/bcrypt.c
aa36609ee43cc88379a5e1d53134346f8093bff5
[]
no_license
geniusgordon/bcrypt-c
bcff2681f1869a248265e34da2a2c92da2db5e30
1cde8f3b89607901014c80e16a3c1d3fe7dbb309
refs/heads/master
2021-01-20T19:52:49.336321
2016-06-01T18:50:58
2016-06-01T18:50:58
60,202,526
1
0
null
null
null
null
UTF-8
C
false
false
3,405
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "bcrypt.h" #include "base64.h" #include "const.h" unsigned int get_word(unsigned char* text, int bytes, int* offset) { unsigned word = 0; int i, j; j = *offset; for (i = 0; i < 4; i++, j++) { if (j >= bytes) j = 0; word = (word << 8) | text...
[ "geniusgordon@gmail.com" ]
geniusgordon@gmail.com
544b180e9172be8f7f6d64ac8fa1f35760598d15
eba9ef82f4c9a5d71f2833e241e96d205c1ec4d8
/Day 1/9_Swap.c
5f5d86f9ded2d2fcdcaec7ce59accf0a8c257c6a
[]
no_license
pranavghadge/C-Programming
44095c07c993b6b3ceb0ad1d03e70336b0530d92
ce07cb1e3a69ec5c4868eeba26efebdc5928bbb2
refs/heads/main
2023-05-04T23:35:01.764573
2021-05-22T17:01:51
2021-05-22T17:01:51
369,591,604
0
0
null
null
null
null
UTF-8
C
false
false
363
c
// Program that swap two numbers #include<stdio.h> main(){ int number1,number2,number3; printf("Enter numbers\t"); scanf("%d %d",&number1,&number2); printf("Numbers before swap %d %d \n",number1,number2); number3 = number1; number1 = number2; number2 = number3; printf("Number...
[ "noreply@github.com" ]
pranavghadge.noreply@github.com
32eff00aa7875b87d7146eaba7968385dbf15211
6c4e85ac9c099989ee0db805d698edfceba4efe4
/rsdk厂家对接测试/apctrl/src/time.c
61ec3abd24d51e0789cd7b11b848758ee5d0c220
[]
no_license
HOPEAMOR/advertisement_implanted
e57d81537be0e7d90d3ab64afc29f10617e26e8b
878eb49b7c16b76ea77e2c2f91788f6473672511
refs/heads/master
2023-03-17T03:20:34.930634
2019-07-18T10:31:26
2019-07-18T10:31:26
null
0
0
null
null
null
null
GB18030
C
false
false
2,679
c
#include "includes.h" static char Month[13][6] = {"No", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"}; static char Week[7][4] = {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"}; /* ******************************* * fun: * arg: * return: * time: * author:Seaving Cai ***********...
[ "" ]
e4abb9c8ae4efb15db45c7194d20537e3d71e8d7
a6977858301fc74d5e04d0bcfd222423caa21a59
/main.c
f008a02b4d10fa1eeaa5f2c3f72308bac8750c68
[]
no_license
benothmenwalid/atelier-compilation-
358ae88fb840a9afe474a54aac5e980e4930942a
5170101a906a29f65f644f050f034382edccefeb
refs/heads/master
2023-01-10T19:35:00.952550
2020-11-09T18:58:39
2020-11-09T18:58:39
310,341,029
0
0
null
null
null
null
UTF-8
C
false
false
363
c
#include <stdio.h> #include "fonction.h" int main() { int a; int b; printf("\nSaisie du Premier Nombre: "); scanf("%d", a); do { printf("\nsaisie du Second Nombre: "); scanf("%d", b); } while(b == 0); printf("\n%d + %d= %d", a, b, sommer( a, b)); printf("\n%d - %d= %d", a, b, soustraire( a, b)); printf("\n%d / %d = %f...
[ "walid.benothmen@esprit.tn" ]
walid.benothmen@esprit.tn
5af6ab309a65f9c99830d9fbd9ad23d9372db014
0aa1e62eb5ad64473d97ebd9ff3292e43bb9ffc4
/Projects/D532_VAVE_APP/SDK/platform/platformCfg/pin_wrapper_if.h
1611f0a0a051f2a647ebf42b3b1a37783ad2e80c
[]
no_license
yinjinzhong/HaseSummary
716cd1e0c93c6ae7a0ec88cf30b0ce838e8f6096
12073126df84120b4feac90af962f454aee035bf
refs/heads/master
2023-03-19T18:20:33.953817
2021-02-23T06:25:32
2021-02-23T06:25:32
null
0
0
null
null
null
null
UTF-8
C
false
false
10,628
h
/******************************************************************** File name: pin_wrapper_if.h Author: Li Qi Version: V1.0 Timestamp: 2018-11-29 11:39:04 Description: Others: Function List: 1. .... History: / 1. Date: Author: Modification: 2. ... ********************************************************...
[ "tanjinyi@hangsheng.com.cn" ]
tanjinyi@hangsheng.com.cn
6b4b74b916cc8abd14c6e34ab054b582dda0aba4
640b86b034b6a55da56b1f12fff9ed73a61451a0
/include/joystick.h
a79bb6da0ff6bbfd31f67aa46b4cc90cc7ae6b74
[ "MIT" ]
permissive
tomsimonart/sifa_midi
ec59c9fc2299756063fe4d59418bd6d074fefa39
55ba1328f921150e82ce79f99d9dceff0c4d41d6
refs/heads/master
2022-11-28T07:10:05.141785
2020-08-08T13:36:39
2020-08-08T13:36:39
284,276,412
0
0
null
null
null
null
UTF-8
C
false
false
142
h
#ifndef JOYSTICK_H #define JOYSTICK_H int start_joystick(); #include <string.h> #define FREE_BUFFER(BUF) memset(BUF,0,sizeof(BUF)) #endif
[ "tom.simonart@gmail.com" ]
tom.simonart@gmail.com
86c82e40fed1e517e060cb82e0758badc5521978
ffe7f4beff4725aa53884098d7f211c2079ab5d3
/AfxHookGoldSrc/temporary_eiface.h
28952a3ff86a25d2ee05582f6d2cba01736ab7e1
[ "MIT" ]
permissive
advancedfx/advancedfx
3135dca4431bf999ba0a15d5f856cbe31c95ac08
f82427d24a933f666595f02ddf033006e8ddd150
refs/heads/main
2023-09-06T01:57:25.899101
2023-09-01T18:15:39
2023-09-01T18:15:39
89,074,083
496
100
MIT
2023-08-19T11:57:33
2017-04-22T14:05:48
C++
UTF-8
C
false
false
194
h
// 2007-12-23 21:18 UTC // Half-Life Advanced Effects project #include "extdll.h" extern enginefuncs_t *pHLeiface; extern enginefuncs_t *pHLeifaceHOOK; extern void HLeiface_install();
[ "dominik@matrixstorm.com" ]
dominik@matrixstorm.com
f7eacb5fe191302fdec4a6af663d3e0d86af7217
4ba29054911a1da5d937e147072d94e9e75c3a6b
/pi/main.c
68580eeae5164db9e3dbcc8703773ff744222332
[]
no_license
rsatox/ML-on-FPGA
6ee477b4294a79112a5e7022d1958027f54bc818
65fc2871865eac117730658e338e622209c3e3d3
refs/heads/master
2022-01-09T03:46:23.435043
2019-06-03T22:29:54
2019-06-03T22:29:54
null
0
0
null
null
null
null
UTF-8
C
false
false
20,859
c
//Various libararies used #include <wiringPi.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> #include <time.h> #include <math.h> #include <sys/types.h> //Constants used throughout the project #define BYTES_PER_IMAGE (784) #define KNOWN_SIZE (10000) #define UNKNOWN_SIZE (5000) #define A...
[ "noreply@github.com" ]
rsatox.noreply@github.com
ebef16de60e19fd1205b35e23c7127d169d73350
183e4126b2fdb9c4276a504ff3ace42f4fbcdb16
/V семестр/Системне програмування - 2/Кузьменко/Код/spLb1/spLb1/spLb9/codgen.h
b0f1c9be889812a680875ffe14b6650192e97320
[]
no_license
Computer-engineering-FICT/Computer-engineering-FICT
ab625e2ca421af8bcaff74f0d37ac1f7d363f203
80b64b43d2254e15338060aa4a6d946e8bd43424
refs/heads/master
2023-08-10T08:02:34.873229
2019-06-22T22:06:19
2019-06-22T22:06:19
193,206,403
3
0
null
2023-07-22T09:01:05
2019-06-22T07:41:22
HTML
WINDOWS-1251
C
false
false
382
h
void PrCdGen(struct lxNode * nd, char*fn); // вказівник на корінь дерева вузлів); union gnDat* SmCdGen(struct lxNode * nd, // вказівник на корінь дерева вузлів int incR); // кількість повторень void EpCdGen(struct lxNode * nd); // вказівник на корінь дерева вузлів);
[ "mazanyan027@gmail.com" ]
mazanyan027@gmail.com
368a6b2f93d8089b02816178a88ab6dcd63bea41
ebfc588ef25e6721f72c9dd64559aa8836199830
/11948.c
bd48518d4bdfd738ce9794c82884c93f307cbaf2
[]
no_license
dearl0124/BOJ
c6f828ed13d37faa9459dfd42ed12af0ad57e593
ae29055d0bb6ddfd820f225b6a463c4ddeb00281
refs/heads/main
2023-06-06T16:46:02.127047
2021-07-09T14:10:03
2021-07-09T14:10:03
374,022,822
0
0
null
null
null
null
UTF-8
C
false
false
401
c
int main() { int a, b, c, d, sumi = 0, summ = 0; scanf("%d", &a); int mini = a; sumi += a; for (int i = 0; i < 3; i++) { scanf("%d", &b); if (b < mini) { mini = b; } sumi += b; } scanf("%d %d", &c, &d); if (c > d) summ = c; ...
[ "noreply@github.com" ]
dearl0124.noreply@github.com
f0ef7335a1380c3b3164c8af6133d530520f46b3
b477697f95728fbf8d1759a73858860c9620c3ab
/peripheral/usbhs/processor/usbhs_p32mz2064dab169.h
b7d48c6eabb19e5315e015ec57dadb752e91cd72
[]
no_license
gmuro/harmony-v2_06-framework
12bcb30c2dc9f4737aab8762da8b25632822d00e
2196b67de35af9d1126b539b08324cf72ed13521
refs/heads/master
2022-12-07T19:24:34.649360
2022-11-18T22:16:49
2022-11-18T22:16:49
190,900,209
1
1
null
null
null
null
UTF-8
C
false
false
19,835
h
/* Created by plibgen $Revision: 1.31 $ */ #ifndef _USBHS_P32MZ2064DAB169_H #define _USBHS_P32MZ2064DAB169_H /* Section 1 - Enumerate instances, define constants, VREGs */ #include <xc.h> #include <stdbool.h> #include "peripheral/peripheral_common_32bit.h" /* Default definition used for all API dispatc...
[ "gustmuro@gmail.com" ]
gustmuro@gmail.com
eeeb3a7cc1c813cc211e7630bf17b4053bfdd782
d7a333a026e88deffb4f9dd517704c660e3bd615
/src/Compute.h
415763d2391594f482d95d87e8b15a92df7d47a8
[]
no_license
s41m0n/FollowTheLight
daf9cb53a1d28b9281b6cadeb233b71963ccd223
84bcdbe575db1bb1128ead67b68753f1d2194840
refs/heads/master
2020-05-30T16:26:21.696540
2019-06-02T12:43:53
2019-06-02T12:43:53
189,844,977
0
0
null
null
null
null
UTF-8
C
false
false
98
h
#ifndef __COMPUTE__ #define __COMPUTE__ void calculateSequence(); int calculateScore(); #endif
[ "simonemagnani.96@gmail.com" ]
simonemagnani.96@gmail.com
da5a76564352226aabab3962ce8cd72736dec84e
b00c54389a95d81a22e361fa9f8bdf5a2edc93e3
/vendor/intel/tools/isp_acc/css_acc_pkg_2400/build/css/hive_isp_css_include/sp/event_fifo_public.h
5c4f45ce26c1d46d8aba55ee1db1ee9ffd3237a5
[]
no_license
mirek190/x86-android-5.0
9d1756fa7ff2f423887aa22694bd737eb634ef23
eb1029956682072bb7404192a80214189f0dc73b
refs/heads/master
2020-05-27T01:09:51.830208
2015-10-07T22:47:36
2015-10-07T22:47:36
41,942,802
15
20
null
2020-03-09T00:21:03
2015-09-05T00:11:19
null
UTF-8
C
false
false
3,690
h
/* * INTEL CONFIDENTIAL * * Copyright (C) 2010 - 2013 Intel Corporation. * All Rights Reserved. * * The source code contained or described herein and all documents * related to the source code ("Material") are owned by Intel Corporation * or licensors. Title to the Material remains with Intel * Corporation or ...
[ "mirek190@gmail.com" ]
mirek190@gmail.com
ca3cfe8b15da5f681a62c5a18f1562bf65b3db21
fe25107d1ba6f559ce401f16136fbfaa3edfdbee
/src/core/crypto/ecp2.c
970d3dfe73c75300816a088131a9c28ada14bcd5
[ "BSL-1.0", "BSD-3-Clause" ]
permissive
codeaudit/mpin-mobile-sdk
52656dc809226840f03dc6a1e7348b44f608e099
f84ae875779d3a123671b9c058f15b4c4f807449
refs/heads/master
2021-01-18T02:10:00.434536
2015-10-28T15:03:15
2015-10-28T15:03:15
null
0
0
null
null
null
null
UTF-8
C
false
false
13,362
c
/* Copyright (c) 2012-2015, Certivox All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following d...
[ "slav.klenov@certivox.com" ]
slav.klenov@certivox.com
82fd89cf050f82637edad17e4c94f899a42cf2b0
c4efc8bbc9126fed375e12d5cb85242c304400a6
/Pintos/project2/pintos/src/userprog/process.c
1a67675c7104c0aa7949e100d9da95c6c3340d19
[ "MIT-Modern-Variant", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
chikinmukjja/Past_Projects
2a4bb591cff2dff19edd112eb0d3a4be8332bd63
2b9d2c4475dff922b4db4f8dfc816dd7eeb04553
refs/heads/master
2016-09-13T07:44:16.704866
2016-05-17T08:14:46
2016-05-17T08:14:46
56,386,622
1
3
null
null
null
null
UTF-8
C
false
false
20,014
c
#include "userprog/process.h" #include <debug.h> #include <inttypes.h> #include <round.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "userprog/gdt.h" #include "userprog/pagedir.h" #include "userprog/tss.h" #include "filesys/directory.h" #include "filesys/file.h" #include "filesys/filesys.h" #in...
[ "pjw921116@hanyang.ac.kr" ]
pjw921116@hanyang.ac.kr
afe7c36190fcbdb92c1f246fd18d531bc00065eb
2c39a7fb145e978cdb07dbc2c3d4f55957548e7f
/memstream.h
67466f8ae4f69affc607a56479cf0a2d5e015fbb
[]
no_license
dreamcat4/libsvc
4779a3a7ec7daf8143260ca7b834181bfb83fa56
c3d6810882f2eb07c36808527b3682833d33006c
refs/heads/master
2021-01-16T22:43:00.689204
2014-07-11T10:22:30
2014-07-11T10:23:13
null
0
0
null
null
null
null
UTF-8
C
false
false
62
h
#pragma once FILE *open_buffer(char **out, size_t *outlen);
[ "andoma@spotify.com" ]
andoma@spotify.com
8fcb3eef9e396798d98308faf2b70280c79d03d2
78c77d443ef558fa6a29bb4162c4039e9e7829e7
/src/client_ip_addr_index.c
5221dc5f4363daf25ad293a7e1faf0ee7c13dad5
[ "BSD-3-Clause", "MIT", "LicenseRef-scancode-public-domain" ]
permissive
eliheady/dsc
8bc152005a454050ebaab75fd0bce68afb5d1d79
681f36ba02cc1d19d0e2db3182f29d296e268617
refs/heads/master
2021-01-23T10:29:51.140280
2017-03-29T12:07:14
2017-03-29T12:07:14
null
0
0
null
null
null
null
UTF-8
C
false
false
3,396
c
/* * Copyright (c) 2016-2017, OARC, Inc. * Copyright (c) 2007, The Measurement Factory, Inc. * Copyright (c) 2007, Internet Systems Consortium, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ...
[ "lundstrom.jerry@gmail.com" ]
lundstrom.jerry@gmail.com
07c9a469e047055d354d347cb342cb633b825e7e
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/082/287/CWE190_Integer_Overflow__char_max_add_61a.c
70318778050de14810ca9a5c6c3f3e8c857618c4
[]
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
2,890
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE190_Integer_Overflow__char_max_add_61a.c Label Definition File: CWE190_Integer_Overflow.label.xml Template File: sources-sinks-61a.tmpl.c */ /* * @description * CWE: 190 Integer Overflow * BadSource: max Set data to the max value for char * GoodSource: Set data to a ...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
28699fba88dc7fcd04672561c247f4e889488a25
197e5a9568b7126db85aae7662630aad9e1f606e
/I2C_Slave/Slave_main.c
04328ba47a330e8a29830a8744e784bdd51a2c40
[]
no_license
locke189/PIC18F-C
5553193072d88abeeaafd0275fe394e7a5e108c0
3bd8126416dddaf59aaacbd4fbdd90e769b0d07a
refs/heads/master
2021-01-10T08:15:19.566154
2015-11-28T14:28:35
2015-11-28T14:28:35
46,318,318
1
0
null
null
null
null
UTF-8
C
false
false
3,719
c
/* PIC18F4550 - Slave_main.c The purpose of this program is to control a digital output (Port C) and one ADC channel through a RaspberryPi sending commands via I2C. */ //#include <p18f4550.h> #include <p18f2550.h> //#include "i2c.h" //I2C libraries... not useful //#include "sw_i2c.h" //#include "delays.h" //#include ...
[ "locke189@hotmail.com" ]
locke189@hotmail.com
47b08fadd4351aed26e8865fbc94a92b2e21c967
b7860d5a63a4a150db610e72468727e7a10ba6a7
/acc_0.20_10006.C
b912fcdab78ad51a46bbf1cfa771123742d1b043
[]
no_license
breynolds1247/mediator_morph
12e7a0e62fa698434447d23c17f6473a452a717c
c4bc5eee39c5a5861f55651c4fa6715eb01b8f79
refs/heads/master
2021-05-11T03:18:22.171097
2018-02-18T22:26:39
2018-02-18T22:26:39
117,911,295
0
0
null
null
null
null
UTF-8
C
false
false
4,691
c
void acc_0.20_10006() { //=========Macro generated from canvas: c1/c1 //========= (Tue Dec 12 18:15:33 2017) by ROOT version6.10/08 TCanvas *c1 = new TCanvas("c1", "c1",10,44,700,500); gStyle->SetOptFit(1); c1->SetHighLightColor(2); c1->Range(-0.5,-0.11375,4.5,1.12375); c1->SetFillColor(0); c1->SetBo...
[ "breynolds1247@gmail.com" ]
breynolds1247@gmail.com
7bb1d219910087411fbe0eff08f15282d69720cf
16b24c591e0b19e051006ef0e85c115a8cb2aedd
/examen 3/header.h
065958d9e59fb05ca06bf6ec7dcd502f4be197e5
[]
no_license
mvivancq/AdvancedProgramingUnix
1e05246ead9d90e4c2981696fc58c337323481c9
441a744054c50092b7328beee178207e555f4c72
refs/heads/main
2023-02-11T22:12:15.354556
2020-10-27T15:43:03
2020-10-27T15:43:03
null
0
0
null
null
null
null
UTF-8
C
false
false
437
h
#ifndef HEADER_H #define HEADER_H #include <stdio.h> #include <stdlib.h> #include <fcntl.h> #include <sys/wait.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include <sys/types.h> #include <pthread.h> #include <unistd.h> #include <time.h> #define SMALLER -1 #define EQUAL 0 #define BIGGER...
[ "mavp98@hotmail.com" ]
mavp98@hotmail.com
5a09ae3f0bde52dae6f601b7419af26dce3d7353
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/net/smc/extr_smc_ib.c_smc_ib_map_mr_sg.c
b38885f0a26221be73b820453eefb53adbac2707
[]
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,132
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
1d0086c559bd6e9d045b4b207a5008ffabe5dc13
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/97a2b2f6-f162-4f8f-91c1-de3cd3f575fd.c
bc52ec7b0204b9e374c63982c509efb424c7eb1d
[]
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
568
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=14; int k; int l; k = 53; l = 64; k = j/j; l = i/j; l = l/j; l = l%j; l = l%j; j = k-k*i; //variables /* START VULNERABILITY */ int a; long b[93]; long c[49]; a = 0; do { /* S...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
e0f3a3218886e00933ad08db58423487118caf14
c6389f9b11fd40ee9295f4e88a14a8057e294e4f
/components/esp_http_client/lib/include/http_utils.h
dc66226b87a39ea67b7b30c6eb7d815c1a98df42
[ "MIT" ]
permissive
ghsecuritylab/N14
987ebb27cfbd7ebf84deadeb09a480aa51be34c7
76bc595e3face0903436e48165f31724e4d4532a
refs/heads/master
2021-02-28T19:46:09.834253
2019-11-19T14:36:58
2019-11-19T14:36:58
245,728,464
0
0
MIT
2020-03-08T00:40:31
2020-03-08T00:40:30
null
UTF-8
C
false
false
2,793
h
// Copyright 2015-2018 Espressif Systems (Shanghai) PTE 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 require...
[ "qitas@qitas.cn" ]
qitas@qitas.cn
2f5589ab0061236dfe5c6a7ae8a72e17bfad580c
0801173dac87d1ff727ba13e65372153bdc21cc1
/2sem/lab1-sort/sortings_main.c
fd44f61e8331ebb3d4e2075399a586a678075963
[]
no_license
jl0pd/dsa
33d7cd2c718fbd3c587b6117423280d546e1b056
c4c14a2dcfbeea0389a4e7e58f70f43b10ccef34
refs/heads/master
2021-10-09T08:03:57.278352
2018-12-23T19:32:51
2018-12-23T19:32:51
null
0
0
null
null
null
null
UTF-8
C
false
false
3,279
c
#include <time.h> #include <ctype.h> #include <stdlib.h> #include <sys/time.h> #include <stdio.h> #include <limits.h> static void swap (int *a, int *b){ int tmp=*a; *a=*b; *b=tmp; } void arr_fill (int * array, int len){ for (int i=0; i<len; i++){ array[i]=rand() % 1000000; } } int findLargestNum(int* arr, int s...
[ "jl0pd@outlook.com" ]
jl0pd@outlook.com
77fdaf38f924be5e32e15a5c411b1386ebcfe963
32cd225622f3137b510fa9bdc214b0f00dab8147
/Chapter_08_Process/03_Programs_as_module/kernel/devices.c
5397267fd12037bd4db23cfc9d2103bb13549f3e
[]
no_license
orb1t-ua/oszur11-operating-system-examples
884bd28ccd1bcd6dfdc342f7e648cc52f76828bf
1af6451852887fac3d7206d4d09714c181c81d1e
refs/heads/master
2021-12-06T04:49:55.702766
2011-04-16T19:21:51
2011-04-16T19:21:51
null
0
0
null
null
null
null
UTF-8
C
false
false
4,898
c
/*! Devices - common interface implementation */ #define _KERNEL_ #include "devices.h" #include <kernel/errno.h> #include <kernel/memory.h> #include <arch/interrupts.h> #include <lib/string.h> static list_t devices; /*! Init 'device' subsystem */ int k_devices_init () { extern device_t DEVICES_DEV; device_t *dev[]...
[ "leonardo.jelenkovic@fer.hr" ]
leonardo.jelenkovic@fer.hr
6bc3903eeacf18e1d68fe3a644459f142a2c32b1
8110196da9c11de7fd6cac1be3f8f17efbda126a
/pastSlavePi/slavePi2/openjpeg-2.0.1/src/lib/openjpip/channel_manager.c
5e483b97bca6b9d98d2c26e8f33bf177885601f6
[ "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause" ]
permissive
msit18/UrbanFlows
d57a5f2e0cbc8e804df163ef85f22b7f62309911
1f2e98a324def24838d1ab1dd6bf6d60e6e74f63
refs/heads/master
2020-05-21T12:27:56.429774
2017-07-24T19:21:36
2017-07-24T19:21:36
34,413,160
0
1
null
2015-10-26T20:46:01
2015-04-22T20:09:51
C
UTF-8
C
false
false
5,348
c
/* * $Id: channel_manager.c 2836 2014-04-10 11:36:37Z antonin $ * * Copyright (c) 2002-2014, Universite catholique de Louvain (UCL), Belgium * Copyright (c) 2002-2014, Professor Benoit Macq * Copyright (c) 2010-2011, Kaori Hagihara * All rights reserved. * * Redistribution and use in source and binary forms, wi...
[ "msit@wellesley.edu" ]
msit@wellesley.edu
7bd7f86de7597784aa8545c7b186b2d221577ad5
8dfa538de972735330bea11c8f7935cfc9b51973
/010--隐藏应用程序/JB_隐藏应用功能/old/alps/mediatek/custom/tangxun72_we_jb3/cgen/cfgfileinc/CFG_PRODUCT_INFO_File.h
bc5a553c522f46302ce16dcb56bec47bc5f06c5e
[]
no_license
shadiadimi/MTK-Android-System-Custom
439946e06d9836575a85fe067490015256e76d0f
daaddb7bebee0a482fcfdbeadc4d687ddc5e7368
refs/heads/master
2021-06-04T14:44:55.956024
2016-02-26T11:45:56
2016-02-26T11:45:56
null
0
0
null
null
null
null
UTF-8
C
false
false
3,224
h
/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained * herein is confidential. The software may not be copied and the information * contained herein may not be used or dis...
[ "1026946613@qq.com" ]
1026946613@qq.com
3414e64c80adb46d50cdd6189e97270e58b020fe
e616f4f8e3ea529646a7a00d61434f08f4778577
/miaobiao.c
6e67265651732bb63c25882b3711de63b230cdfb
[]
no_license
HuaBinLS/c
cb480a3650e2d7c7565b03b16b78c3587a52d5f2
2d514249bd8273fcf015b1bb91f8181fdab7be9b
refs/heads/master
2020-12-09T04:22:29.518834
2020-01-11T07:29:03
2020-01-11T07:29:03
233,192,009
0
0
null
null
null
null
GB18030
C
false
false
421
c
#include "stdio.h" main() { int a,b,c; for (a=0;a<=59;a++) { for (b=0;b<=59;b++) { for (c=0;c<=59;c++) { printf ("%d:%d:%d",a,b,c); system("cls"); } printf ("%d:%d:%d",a,b,c); system("cls"); } printf ("%d:%d:%d",a,b,c); system("cls"); } system("pause"); } //阿三地方就哈师大就发哈 案件多发哈...
[ "1179330759@qq.com" ]
1179330759@qq.com
4a11918f4ee3934e666d8e018d51cd265ecbc937
77566f52799d9c45bdd6bef85715024a23b83cbd
/source/delsgolf/map.h
a86a7de5393d150f035eff1bc31022fda4ff2abb
[ "BSD-2-Clause" ]
permissive
rwillenbacher/delsgolf
84a4bebb9c40027df4fb82e49cb4af182a41c074
eb6e055ae726dd659116043a4dafe98465bea594
refs/heads/main
2023-04-10T13:06:02.138390
2021-04-20T14:19:54
2021-04-20T14:19:54
359,828,179
0
0
null
null
null
null
UTF-8
C
false
false
1,486
h
/* Copyright (c) 2013-2015, Ralf Willenbacher All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of condition...
[ "rwill@dolby.com" ]
rwill@dolby.com
8890156a098baf72a79a069bfbcc1387f36411dd
54c5413d7b0e93bb4badaad08d485eb65297c5e4
/iar_remote_led/main.c
ce7ca79d48910e0b3e1e3d7ab87c2634be5fed02
[]
no_license
binkki/Client-Server-Board
3553ecdcfa06db01d3673d1ddd9aeffec072fcb1
e729a92dbad08544a20b5a0e4bf319c47e506c0b
refs/heads/main
2023-06-30T10:55:32.066279
2021-08-06T07:55:49
2021-08-06T07:55:49
null
0
0
null
null
null
null
UTF-8
C
false
false
2,102
c
#include <stdint.h> #include <stdbool.h> #include "bsp.h" #include "driverlib/uart.h" #include "driverlib/pin_map.h" #include "driverlib/sysctl.h" #include "driverlib/gpio.h" #include "driverlib/interrupt.h" #include "inc/hw_memmap.h" //#include "inc/hw_gpio.h" #include "inc/tm4c123gh6pm.h" struct re...
[ "noreply@github.com" ]
binkki.noreply@github.com
fb285f0f058a1f6b47245232aac86c513d20e376
7e6417ad310c5a00af01336b106c5cd863103e98
/ThummaFinalProject/finalproject.c
4c143943096c5aab725034e29599a5d1f00c5faf
[]
no_license
DThumma/GraphicsCSCI4229
57bbc20a01736c5799f76335db5802f6052f3364
deda96970d6684e267c4949f90277291bf747d46
refs/heads/master
2021-04-27T10:48:20.596724
2018-02-23T05:09:10
2018-02-23T05:09:10
122,547,078
0
0
null
null
null
null
UTF-8
C
false
false
61,714
c
/* * Deekshitha Thumma 10/26/17 * Final Project * * * * Key bindings: * p Toggles ortogonal/perspective projection * arrows Change view angle, walk in First Person * l Toggles lighting * a/A Decrease/increase ambient light * m Toggles light movement * +/- ...
[ "deekshitha.thumma@colorado.edu" ]
deekshitha.thumma@colorado.edu
0707197093a003d533374224d3e3c30fd2504baa
f88e1e394ac47f5fb99c9953166a98af5fb7672e
/src/quadtree.c
50dccc2d1e71bf6d26b8d4f9ebf2a3724e9f659f
[]
no_license
alexgfh/Quadtree
7ef44e1122434378b9a4e196201bd0fea3b2214a
ac22531f0e706de0794e3064e9f64d5590ac7fbe
refs/heads/master
2021-01-01T18:27:22.493306
2015-09-09T17:44:36
2015-09-09T17:44:36
9,611,174
2
0
null
null
null
null
UTF-8
C
false
false
5,173
c
#include <stdlib.h> #include "quadtree.h" //finds the center and quarter_dimension of the new node:O(1) bound convert(bound b, int position){ bound r; switch(position){ case 1://NW r.center.X=b.center.X+(b.quarter_dimension.X); r.center.Y=b.center.Y+(b.quarter_dimension.Y); r.quarter_dimension.X=b.quarter...
[ "alexgfh@gmail.com" ]
alexgfh@gmail.com
e88031e4b0d8c6cd1307d9c529d8500783513f2b
e537095f399466d2d15ee79260b4e4df5196b3d7
/src/overlays/actors/ovl_Bg_Pushbox/z_bg_pushbox.h
1896d5895c1522136991f2ee256667bfb96fb3dc
[]
no_license
ThomasJRathbun/oot
b3fd1970b1dc09248590ce4838c812892b1e1c99
e619fc0e6224ade7d3d9c991763e712a81ddaa31
refs/heads/master
2023-05-08T19:21:16.914211
2020-04-23T17:22:05
2020-04-23T17:22:05
null
0
0
null
null
null
null
UTF-8
C
false
false
260
h
#ifndef _Z_BG_PUSHBOX_H_ #define _Z_BG_PUSHBOX_H_ #include <ultra64.h> #include <global.h> typedef struct { /* 0x0000 */ Actor actor; /* 0x014C */ char unk_14C[0x1C]; } BgPushbox; // size = 0x0168 extern const ActorInit Bg_Pushbox_InitVars; #endif
[ "" ]
ee3db41e9b4406e22e1d2079fb73e53b1f31049f
d9276fbd73cdec7a5a4920e46af2914f8ec3feb1
/data/c/future.c
89fa774d8277e6b54fe8a88f68a012d69fd550ce
[]
no_license
CameronBoudreau/programming-language-classifier
5c7ab7d709b270f75269aed1fa187e389151c4f7
8f64f02258cbab9e83ced445cef8c1ef7e5c0982
refs/heads/master
2022-10-20T23:36:47.918534
2016-05-02T01:08:13
2016-05-02T01:08:13
57,309,188
1
1
null
2022-10-15T03:50:41
2016-04-28T14:42:50
C
UTF-8
C
false
false
111,568
c
/* Racket Copyright (c) 2006-2016 PLT Design Inc. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. ...
[ "cboudreau6238@gmail.com" ]
cboudreau6238@gmail.com
6e29213afabbfe408698c98a5f7df5342b564da6
d345a690a8e1e4022172c7a047afe6fc9f26eeee
/src/logger.c
bcba3b0b154ad351a3d94d2d9591bfe2e6fc6e72
[]
no_license
zookzook/gsm-alarm-system
6ff4b4a04a718e41c93dfa8bb2a05dc343a0182d
4dd81e8fbb817067dca05078a4c0a2361dd61174
refs/heads/master
2021-04-15T02:12:47.583652
2020-03-22T22:39:01
2020-03-22T22:39:01
249,286,009
0
0
null
null
null
null
UTF-8
C
false
false
1,550
c
#include "logger.h" #include <fcntl.h> #include <pthread.h> #include <stdarg.h> #include <sys/stat.h> #include <time.h> #include <unistd.h> #include <pthread.h> #include <syslog.h> static pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER; static bool daemonMode = false; void logger_open(bool newValue) { da...
[ "michael.maier@vivai.de" ]
michael.maier@vivai.de
8aa8452be9840785d7ca376bf3a4f37a8341cfa4
1ad4dd5261a185f3cf92d7fd3226de28679747c5
/kernel/lib/div64.c
58e2a404097e9f5a47269138dcb843d1a39084a8
[ "Linux-syscall-note", "GPL-2.0-only", "MIT" ]
permissive
oslab-swrc/libmpk
b30c8fa2eea834a8ab441fdd9f7789296781ec17
a0b20ab8819d60d22d2a90f0d54eccae40ae6b05
refs/heads/master
2022-05-01T01:36:07.491532
2022-03-18T05:44:14
2022-03-18T05:44:14
223,290,854
0
0
MIT
2019-11-22T00:30:13
2019-11-22T00:30:12
null
UTF-8
C
false
false
4,192
c
// SPDX-License-Identifier: GPL-2.0 /* * Copyright (C) 2003 Bernardo Innocenti <bernie@develer.com> * * Based on former do_div() implementation from asm-parisc/div64.h: * Copyright (C) 1999 Hewlett-Packard Co * Copyright (C) 1999 David Mosberger-Tang <davidm@hpl.hp.com> * * * Generic C version of 64bit/32bit di...
[ "spark720@gatech.edu" ]
spark720@gatech.edu
5a298278730bb6281acf9a32d18ef8b5a5064060
c7bf6b30d164793b330eefcfae078146843977c3
/redis/listpack.c
1a373aae65be67e51d107e8b8ba8600b58a02dfd
[]
no_license
machao23/dairy
3838ef7103d746e68dbfe9f796cefca0bd28c06f
c6d86357d0c027af4833f0aafb4172731cbbda1d
refs/heads/master
2022-08-06T12:46:40.634637
2022-07-31T07:11:01
2022-07-31T07:11:01
155,980,015
0
0
null
null
null
null
UTF-8
C
false
false
418
c
unsigned char *lpNew(size_t capacity) { // LP_HDR_SIZE默认6个字节,4个字节是listpack总字节数,2个字节是元素数量 unsigned char *lp = lp_malloc(capacity > LP_HDR_SIZE+1 ? capacity : LP_HDR_SIZE+1); // 记录总字节数 lpSetTotalBytes(lp,LP_HDR_SIZE+1); // 初始化元素数量 lpSetNumElements(lp,0); // 结尾标识 LP_EOF 是 255 lp[LP_HDR_SIZE] = LP_EOF; ...
[ "ma_chao@Ctrip.com" ]
ma_chao@Ctrip.com
791ecb2a67fa3973704d11a8f06761731a6d6dd0
34491e8a3ed1499d840e0d18dcb8101546150720
/SPARKS/BaseSpark/stdAfx.h
523dee2da3991e7662d9a6de7ef18fc17559d162
[ "MIT" ]
permissive
adele-robots/fiona
128061a86593bc75b3c5b0cf591de2158c681cc6
1ef1fb18e620e18b2187e79e4cca31d66d3f1fd2
refs/heads/master
2020-06-19T04:42:14.203355
2020-06-10T10:46:58
2020-06-10T10:46:58
196,561,178
0
1
null
null
null
null
UTF-8
C
false
false
733
h
// stdafx.h: archivo de inclusi�n de los archivos de inclusi�n est�ndar del sistema // o archivos de inclusi�n espec�ficos de un proyecto utilizados frecuentemente, // pero rara vez modificados // #pragma once #include "config.h" #ifndef _WIN32_WINNT // Permitir el uso de caracter�sticas espec�ficas de Win...
[ "root@euve263700.serverprofi24.net" ]
root@euve263700.serverprofi24.net
1c6eb697d7387fa1dd571aa6c8407241b95e735f
c2cedcf36667730f558ab354bea4505b616c90d2
/players/anshar/closed/mdesert/airmon.c
ab1d2d4e2076949bb8983c0be4aebe7c929c4cce
[]
no_license
wugouzi/Nirvlp312mudlib
965ed876c7080ab00e28c5d8cd5ea9fc9e46258f
616cad7472279cc97c9693f893940f5336916ff8
refs/heads/master
2023-03-16T03:45:05.510851
2017-09-21T17:05:00
2017-09-21T17:05:00
null
0
0
null
null
null
null
UTF-8
C
false
false
4,305
c
#include "/players/mythos/dmon/def.h" inherit "players/mythos/dmon/mon"; int flight, mental, strat; int dist,dist_dam; string dist_hit,dist_ef; set_strategy(n) { strat = n; } query_strategy() { return strat; } set_mental(n) { mental = n; } query_mental() { return mental; } set_distance(n) { dist = n; } set_distance_d...
[ "rump.nirv@gmail.com" ]
rump.nirv@gmail.com
e35b675e3bfb1d4a38614890b7f5dd2063dda8ad
852ca3e259848d8498072245a08254224a5c4ee6
/fy4/daemon/class/tieflag/fy-sword/fengqiyunyong.c
2726b6e4f00584f440c9d4583272a94c2206227b
[]
no_license
losep/fy2005
2fa3d5e6d607c663edaab190bf66899789b83929
6ff35a0f7a33c454d9195ee1e28f310d65ec954b
refs/heads/master
2020-07-16T16:08:23.397485
2016-01-05T05:07:46
2016-01-05T05:07:46
null
0
0
null
null
null
null
GB18030
C
false
false
2,158
c
// revised for fy4.1 #include <ansi.h> #include <combat.h> inherit SSERVER; int perform(object me, object target) { string msg; int extra,mod,lvl; object weapon; mapping buff; lvl = me->query_skill("fy-sword",1); if (userp(me) && lvl < 150) return notify_fail("『风起云...
[ "liang.huang@transmension.com" ]
liang.huang@transmension.com
91194ceb2eeeb6810354d37d821942e5961881d5
d32f03ddf396675e433986f6129bb9faaf2aa5aa
/misc/midiuart.c
e257b154d7118b43143030b1f402bbd482392c7a
[]
no_license
Polprzewodnikowy/emu8000_synth_usb
41a1d88c5c38032a959033254ddd1bf79be0e16a
5fddaf8faea9ce67f5bf32d7bf1d7dececa8344f
refs/heads/master
2021-01-13T02:10:37.377176
2013-08-24T14:21:31
2013-08-24T14:21:31
12,042,778
2
1
null
null
null
null
UTF-8
C
false
false
3,273
c
/* * midiuart.c * * Created on: 13-08-2013 * Author: Polprzewodnikowy */ #include <string.h> #include "inc/stm32f4xx.h" #include "config.h" #include "gpio.h" #include "event.h" #include "midiuart.h" volatile uint8_t mubuf[4]; volatile uint8_t mustatus = 0; volatile int muindex = 0; volatile int musysex_len...
[ "polprzewodnikowy@gmail.com" ]
polprzewodnikowy@gmail.com
dce043ca5137b4e99c2c612e97063fe21be125ec
e0cc2e9f619d97b3a096ac750c831c7053f6de87
/diploma/src/utilities.c
c2c291da98f7f3d60a557613474cdb345978cbfa
[]
no_license
koshinus/C_programs
e89ea2f2072d3f03166548f1fde0a7fd74528679
08b247ac7791b9f05237a78c22c8adec49f6370b
refs/heads/master
2021-01-10T07:58:42.960088
2018-05-20T10:35:38
2018-05-20T10:35:38
52,987,188
2
1
null
null
null
null
UTF-8
C
false
false
2,414
c
#include <stdio.h> #include "utilities.h" const char * error_messages[7] = { "ALL_CORRECT: everything is fine.\n", "UNKNOWN_COMMAND: wrong first symbol in received message.\n", "INCORRECT_ID: please check the datablock id.\n", "ALREADY_ALLOCATED: datablock with this id already exist.\n", "OUT_OF_ME...
[ "vergile@yandex.ru" ]
vergile@yandex.ru
79470ce77052ae4ae644bd24ea4ebe09b94e998a
d83dc5939b71af65706d02d07a1fea2eb06d53d6
/guilds/scion/common/blood/blood.c
05bd27dfac841f9fd8b148573e8f8bfc3277e907
[]
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
10,658
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
4f7bafc8595dd0c5707c1ddf55c6b4e721acc386
5cc871fea0f4ed037c19199fc7090a8bb040cec2
/main.c
506ae5ca9ab2bc2708709dd625f49bcdaff0a81c
[]
no_license
sarojshakya01/Home-Automation-System
7eca51a7ac0e9bafe75063a06b94dd42e33e2604
a6c08009ea5f9c8cc0e9064c3a9675cca942d73e
refs/heads/master
2022-03-29T06:52:23.075099
2019-11-14T08:58:12
2019-11-14T08:58:12
48,436,160
0
0
null
null
null
null
UTF-8
C
false
false
34,361
c
/* * Smart_Home_Security_Final_Code.c * * Created: 7/22/2014 9:28:20 AM * Author: Saroj Shakya * Copyright: Saroj Shakya and His Team */ //NOTE 1: to active voice_call, replace '/*#' by '///*#' and '#*/' by '//#*/' // (press Ctrl+A, Ctrl+H, Find what: /*#, Replace with: ///*#, click 'Replace all') // (p...
[ "sshakya@kathmandu" ]
sshakya@kathmandu
c0d356f6c2847f37828aac610ab2ad24985e7a2f
aae800e429005a4129154aa09489a4540a506a87
/wap/wsp_headers.h
e876a075ab9947cd6c1934cd535abbe95e4b4b73
[ "BSD-2-Clause" ]
permissive
bouzikas/WebSmppClient
3712d95a08975ec5763c0fbc52298c05129af370
7ed47b23f28658c35aeed671c088db5cb4672a90
refs/heads/master
2021-06-08T13:06:18.632163
2016-10-19T13:38:36
2016-10-19T13:38:36
37,987,974
2
0
null
null
null
null
UTF-8
C
false
false
7,334
h
/* ==================================================================== * The Kannel Software License, Version 1.0 * * Copyright (c) 2001-2010 Kannel Group * Copyright (c) 1998-2001 WapIT Ltd. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification...
[ "dimimpou@gmail.com" ]
dimimpou@gmail.com
65c2e63b5f5864f65af483ee70cae67879145372
2f821924e76d0362b9dcf62463eabaccd18c650e
/src/start.c
bae256e51ab95ae9f31b55235a2d17753d20f6c9
[ "MIT" ]
permissive
brokenpeace/sessiongate
79c1e722d401162fc61af2d462671847c99612f7
d9f3c1e74c4f0237fda59ed1ebcc19a7f49ed07c
refs/heads/master
2021-03-22T00:03:11.225038
2017-10-20T09:37:07
2017-10-20T09:37:07
null
0
0
null
null
null
null
UTF-8
C
false
false
2,064
c
#include "start.h" int StartCommand(RedisModuleCtx *ctx, RedisModuleString **argv, int argc) { if (argc != 3) return RedisModule_WrongArity(ctx); RedisModule_AutoMemory(ctx); // Extract <sign_key> and validate it size_t signKeyLen; const char *signKey = RedisModule_StringPtrLen(argv[1], &s...
[ "contato@thulioassis.com.br" ]
contato@thulioassis.com.br
d535c4a988d602f820837692bac6846590f3132c
8adab1e7c9a3db7906bb9f83b0e37d4abafdb50a
/keyboards/niu_mini/keymaps/tobias/config.h
f88b52d1fce94c4255488c1c717133f36bffbd9c
[ "GPL-2.0-only", "LicenseRef-scancode-other-copyleft", "BSD-3-Clause", "GPL-3.0-or-later", "LGPL-2.0-or-later", "LGPL-2.1-or-later", "LicenseRef-scancode-warranty-disclaimer", "GPL-1.0-or-later", "GPL-3.0-only" ]
permissive
fzf/qmk_toolbox
d7975c0d6af28c19957b57c6f5976ad9b8173c4d
10d6b425bd24b45002555022baf16fb11254118b
refs/heads/master
2022-09-05T11:51:53.952007
2020-06-03T09:31:26
2020-06-03T09:32:27
269,046,233
0
0
MIT
2020-06-03T09:30:37
2020-06-03T09:30:36
null
UTF-8
C
false
false
871
h
#pragma once //#include "../../config.h" //#define MUSIC_MASK (keycode != KC_NO) /* * MIDI options */ /* Prevent use of disabled MIDI features in the keymap */ //#define MIDI_ENABLE_STRICT 1 /* enable basic MIDI features: - MIDI notes can be sent when in Music mode is on */ //#define MIDI_BASIC /* enable ad...
[ "drashna@live.com" ]
drashna@live.com
6608b9a73227b2c2e3fc107de6afccbdcb49396a
019182f29b03abe530696bc80c0543f02dc68a6b
/alphanumeric.C
b93441a6aa3c964e2d46b4a3a294c453bf43f040
[]
no_license
SIVATHANU0708/alphanumeric
9dbae6b556907f910306c34b7cad9884f5b46091
7b4864424655485c23eaa45bcfffbcfdca8bfa5d
refs/heads/master
2021-09-09T08:22:10.887310
2018-03-14T11:08:51
2018-03-14T11:08:51
125,199,143
0
0
null
null
null
null
UTF-8
C
false
false
211
c
#include<stdio.h> #include<string.h> int main() { char a[20]; int i,n; printf("enter the string:"); scanf("%s",a); n=strlen(a); for(i=0;i<n;i++) { if(a[i]>='0' && a[i]<='9') { printf("%c",a[i]); } } return 0; }
[ "noreply@github.com" ]
SIVATHANU0708.noreply@github.com
ffb3be03a6d2e7734bc2454ab1b38d678128a322
2266eb133fc3121daf0aa7f4560626b46b94afe0
/d/emei/lengsl3.c
59e7eedbb3b41bc697794d4ed82fcb6a886241ef
[ "MIT" ]
permissive
oiuv/mud
6fbabebc7b784279fdfae06d164f5aecaa44ad90
e9ff076724472256b9b4bd88c148d6bf71dc3c02
refs/heads/master
2023-08-18T20:18:37.848801
2023-08-13T07:00:15
2023-08-13T07:00:15
112,278,568
99
49
MIT
2023-02-01T03:42:14
2017-11-28T03:05:14
C
UTF-8
C
false
false
570
c
inherit ROOM; void create() { set("short", "冷杉林"); set("long", @LONG 这是片遮天蔽日的冷杉林。数人也合抱不过来的冷杉树簇 在一块,枝繁叶茂,象一蓬蓬巨伞般伸向天空,把阳光遮得丝 毫也无。看地上厚厚的枯枝烂叶,显然游客很少踏足此处。 LONG); set("exits", ([ "west" : __DIR__"bashisipan2", "northeast" : __DIR__"lengsl2", "southup" : __DIR__"lengsl4"...
[ "i@oiuv.cn" ]
i@oiuv.cn
fb8e63668f717869d32ed345f5e1262c60a5a23d
2ed5a26481287cd7f8121724b4173f78ee4356f2
/AlphaData_Optimization/bfs/bfs_baseline/bfs.h
95fd1ebdb447f5c024699252035e264a6abba928
[ "Apache-2.0" ]
permissive
comaniac/MachSuite-Auto-Bandwidth-Opt
8a6d940781104dbf17b18c9f1b66d29ff38dca28
386172a1ffbf71cf732e2a5eaa84e22e53b453f8
refs/heads/master
2021-01-19T06:20:33.183643
2017-01-10T01:26:18
2017-01-10T01:44:44
78,483,978
0
1
null
null
null
null
UTF-8
C
false
false
1,416
h
/* Implementation based on: Hong, Oguntebi, Olukotun. "Efficient Parallel Graph Exploration on Multi-Core CPU and GPU." PACT, 2011. */ #include <stdlib.h> #include <inttypes.h> #include <stdio.h> #include <string.h> // Terminology (but not values) from graph500 spec // graph density = 2^-(2*SCALE - EDGE_FACTOR) #de...
[ "peng.wei.prc@cs.ucla.edu" ]
peng.wei.prc@cs.ucla.edu
9858c24fc4e4305015008d0c8bfd44a1ba4816f4
1c4cc4e2baf4f70424e50b4153c6685d12166c5c
/rtcore/CMSIS/Core/Include/core_armv81mml.h
cf445fdd2e11a6e52865e80d9e26db5e8e0b001e
[ "MIT" ]
permissive
xiongyu0523/azure-sphere-combo-cifar10
3ca2c0c822eaa655503b15e5d00ceece4a08a2eb
67eda0c81830eaa195d318257abd4c598b6dc3e4
refs/heads/master
2020-09-27T13:48:29.051795
2020-05-21T07:23:26
2020-05-21T07:23:26
226,531,484
3
1
null
null
null
null
UTF-8
C
false
false
171,182
h
/**************************************************************************//** * @file core_armv81mml.h * @brief CMSIS Armv8.1-M Mainline Core Peripheral Access Layer Header File * @version V1.1.0 * @date 23. July 2019 ******************************************************************************/ /* ...
[ "xiongyu0523@gmail.com" ]
xiongyu0523@gmail.com
44ea2e35e5fadb8351e42b2f7e28dde898ed2ed5
45b3b0ab55f7c44c52eaf27dca89f6ccdd25fb6f
/accelerationd.c
c1e6421316be858c674302bb6fac7d2888af828a
[]
no_license
allendaicool/OSHw3
7d51c8764e61c8798c7dc15abdbf66b2f9c7449e
057ef096d1d7426ed7213886f75a62ffdb445d74
refs/heads/master
2020-05-20T03:23:37.033083
2014-10-08T03:41:03
2014-10-08T03:41:03
null
0
0
null
null
null
null
UTF-8
C
false
false
5,050
c
/* * Columbia University * COMS W4118 Fall 2014 * Homework 3 * */ #include <bionic/errno.h> /* Google does things a little different...*/ #include <fcntl.h> #include <math.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <sys/ioctl.h> #include <hardware/hardware.h> #includ...
[ "ydai6@wisc.edu" ]
ydai6@wisc.edu
0489116df4d60623c1b2331f10b5a79970f71e32
c840389adce3a11554c5849691f69206c711c260
/pythonFsiFoam/setExtraplolationField.H
0d48c049e5b3c70fc531e429eb9fd219c8217543
[]
no_license
ChinaJiabin/fsiSolver
798a52fe06f995770f586956e4227c78b847de7c
c8c9bf5993defc625d72b3a035261e050bee181d
refs/heads/master
2021-01-10T20:00:16.127908
2015-03-19T08:12:57
2015-03-19T08:12:57
32,065,862
2
2
null
null
null
null
UTF-8
C
false
false
181
h
fluidPatchPointsDisplOldTime3 = fluidPatchPointsDisplOldTime2; fluidPatchPointsDisplOldTime2 = fluidPatchPointsDisplOldTime1; fluidPatchPointsDisplOldTime1 = fluidPatchPointsDispl;
[ "489509928@qq.com" ]
489509928@qq.com
db10dac923afc4d8c0cacf771a65e800711ee170
39cd3b1f9fce7d4c96580be23f398b8dc3d875da
/adjacency.c
12dd908324b87150ee86eda03844133fe3a86ab6
[]
no_license
saronyo-lal-mukherjee/BFS-DFS
9dc1d348d79f48c51bd83af228877e2faaa618b4
bf70d9f0d787a754cd6ce1a86655ab51112faec4
refs/heads/master
2022-11-06T11:01:05.887346
2020-06-19T15:11:56
2020-06-19T15:11:56
270,349,339
0
0
null
null
null
null
UTF-8
C
false
false
1,290
c
//Library Definition #include<stdio.h> #include<stddef.h> //Constant Definition #define maxv 10 //Structure Definition typedef struct adjacency_matrix { int v; int mat[maxv][maxv]; }adj_mat; //Function Definition adj_mat* adj_matrix(); void display_adj_matrix(adj_mat* a); //Main Function int main() { ...
[ "noreply@github.com" ]
saronyo-lal-mukherjee.noreply@github.com
d835f948fc79ee25b26671645ea6c6a0a9e297f5
08b479bafe52bdc41ef29709eb9720c461c4ea31
/mnozenie_iteracyjne/mnozenie_iteracyjne.c
162a948ef03c3dc76c4f863039ca70f01f1a6342
[]
no_license
konnio/Cwiczenia
e3b667406b64a0145bb0283d7c619b2d37467be2
95cca32128ed218ab81faf144e7802887f1456a4
refs/heads/master
2021-09-06T16:29:27.741988
2018-02-08T13:54:09
2018-02-08T13:54:09
115,092,448
0
0
null
null
null
null
UTF-8
C
false
false
423
c
// Podstawy programowania - Cwiczenia // 22.12.2017 // Cwiczenie 1 #include<stdio.h> int mnozenie_iteracyjne() { int a, b, wynik = 0; int ix = 0; printf("Program liczy iloczyn 2 liczb \n"); printf("Podaj a: \n"); scanf("%d",&a); printf("Podaj b: \n"); scanf("%d",&b); for(ix = 0; ix < b; ++ix) { wynik ...
[ "konnio@gmail.com" ]
konnio@gmail.com
8290ef17697098be6d537a75f27cc78555438fe5
0d06d5768d3b91719078043ff8b8b01758b4618d
/third_party/bt/bluedroid/stack/include/stack/avct_api.h
841f6ba555f2b5b8bd6f2aef7b9d304b5cf41cca
[ "Apache-2.0", "LicenseRef-scancode-generic-cla" ]
permissive
h-hys/new_rk2108
de71255c205cf13d8d9069e7bde84a30ddb06cbc
a899e5e4512e5fc7dbb70cdea19257291e9ff042
refs/heads/master
2023-02-09T09:34:35.995623
2021-01-06T08:07:42
2021-01-06T08:07:42
327,238,676
0
1
null
null
null
null
UTF-8
C
false
false
12,037
h
/****************************************************************************** * * Copyright (C) 2003-2012 Broadcom Corporation * * 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: * ...
[ "374122506@qq.com" ]
374122506@qq.com
fb3cd6cfbadf609ff1c0954b6fcd8e633ff8e413
89654a0f38d4c75443bb17028ae9ca6da327c19a
/find03/find03.c
4438f141a5b155872a3d889d6808fffa25aced9e
[]
no_license
palkopatel/find03
dd05927e1c2f152d8480a53ac3fcd295949df0c7
eb968ecec07b921f5ca89b30a4c84f051a7ca6cd
refs/heads/master
2021-01-16T19:20:48.773228
2014-04-03T20:40:26
2014-04-03T20:40:26
32,341,464
0
0
null
null
null
null
WINDOWS-1252
C
false
false
8,106
c
/*---------glavnyy faylik--------------*/ /*-------------------------------------*/ #include <ctype.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "../include/conv.h" #include "../include/findw.h" #include "../include/hash.h" #include "../include/platform.h" /*-----------------------------------...
[ "palkopatel@gmail.com@9d5e08b5-75f0-f39a-5868-55aa1c377322" ]
palkopatel@gmail.com@9d5e08b5-75f0-f39a-5868-55aa1c377322
fd558a4a48fa22f089dbe15688cabc248c42ba0b
fb9af9289b97260a3ef46d17d8e023ec0d73c183
/almemsys/delim_get.c
da806c2c74c92607d5e7778e77f006529bba8985
[]
no_license
masashi1/linuxcw
27a35cf6cf3aa11177213dd936f203ad7fbb58fc
e8f5b90b11965b21f11b7cd790544ae8aca283c9
refs/heads/master
2021-01-02T08:51:16.194616
2013-01-20T12:18:44
2013-01-20T12:18:44
null
0
0
null
null
null
null
UTF-8
C
false
false
971
c
// delim_get.c // $Id: delim_get.c,v 1.1.1.1 2007/09/19 05:49:54 sendan Exp $ // masashi shimakura #include<stdio.h> #include<string.h> #include <errno.h> #include <stdlib.h> #include "almemsys.h" char * delim_get(char * swap, char * data, char delim, int * ret, int target) { int sto, sta, count; sta =0; sto =0; co...
[ "masashi@ms-n.com" ]
masashi@ms-n.com
df8477a429332edb2e3021cdd126b5cbc427f902
c920079b644668fcea120937ec7bec392d2029bd
/B1---Unix-C-Lab-Seminar/Piscine-C-Jour_11/do-op/my_nbr.c
b452ef49103e1b2cf2e562a9f08eeb60c7e36d48
[]
no_license
Ankirama/Epitech
d23fc8912d19ef657b925496ce0ffcc58dc51d3b
3690ab3ec0c8325edee1802b6b0ce6952e3ae182
refs/heads/master
2021-01-19T08:11:27.374033
2018-01-03T10:06:20
2018-01-03T10:06:20
105,794,978
0
5
null
null
null
null
UTF-8
C
false
false
1,365
c
/* ** my_nbr.c for my_nbr in /home/mar_b/rendu/Piscine-C-Jour_11/do-op ** ** Made by Fabien Martinez ** Login <mar_b@epitech.net> ** ** Started on Mon Mar 24 15:04:01 2014 Fabien Martinez ** Last update Mon Mar 24 16:36:33 2014 Fabien Martinez */ #include "my_fun.h" int my_bool_int(unsigned int nbr, char bool) { ...
[ "fabien.martinez@epitech.eu" ]
fabien.martinez@epitech.eu
46c1958180c9b5457e5a1449ed987adf4a8ba11c
fe740e8e602b9f132bdcc4a6660bee8922fa58b2
/avr/modules/berlios_1_mega8_softuart_player/softUart.h
82c6dc7ab500b3b19d61d08c269572848f2f117f
[]
no_license
shkodina/for-quest
b393debda6f9934ad05f8cedc6edfaf6e441de52
b90a5ca9fe7c01be4fe08008dfd15fa68811b3c2
refs/heads/master
2021-01-10T03:51:01.974540
2016-03-12T15:53:23
2016-03-12T15:53:23
51,384,856
0
0
null
null
null
null
WINDOWS-1251
C
false
false
2,363
h
//*************************************************************************** // // Author(s)...: Pashgan http://ChipEnable.Ru // // Target(s)...: любой AVR контроллер // // Compiler....: IAR 5.11A // // Description.: Драйвер программного UART`a на микроконтроллерах AVR. // Код написан с исполь...
[ "blobby@yandex.ru" ]
blobby@yandex.ru
8df557118e7c091c42686e5ed0d7bce483839afe
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE122_Heap_Based_Buffer_Overflow/s10/CWE122_Heap_Based_Buffer_Overflow__c_CWE806_wchar_t_ncpy_42.c
300b3f95460b58de9f997221372b2542f700573d
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C
false
false
3,171
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE122_Heap_Based_Buffer_Overflow__c_CWE806_wchar_t_ncpy_42.c Label Definition File: CWE122_Heap_Based_Buffer_Overflow__c_CWE806.label.xml Template File: sources-sink-42.tmpl.c */ /* * @description * CWE: 122 Heap Based Buffer Overflow * BadSource: Initialize da...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
b0d259b301dc42f49e85fbf9027619ff50cd0462
19a3ea0bc56d0d40dca897d33f6fafd65806a7e2
/proyecto-redes-clovers/Ayudantía_P__export/Código de ejemplo/server/src/conection.h
629759085f55789bc4d686ee728690804ac52eda
[]
no_license
Arcoirisky/2020-1
ad5edd0e28ba69d591d4466b2e42c5e3c73c3fad
141f9f53182b9a2a3d2c2e508b114148349fb311
refs/heads/master
2022-11-19T13:52:11.534564
2020-07-19T15:36:53
2020-07-19T15:36:53
280,884,333
0
0
null
null
null
null
UTF-8
C
false
false
368
h
#include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <errno.h> #include <sys/socket.h> #include <sys/types.h> #include <netinet/in.h> #include <arpa/inet.h> #include <netdb.h> #include "comunication.h" typedef struct players_info { int socket_c1; int socket_c2; } PlayersInfo; PlayersInfo *prepa...
[ "jyhormazabal@uc.cl" ]
jyhormazabal@uc.cl
2e47362afd4a8bd9b2b59dc12050db6fda1d97c6
e22e53fe6f5912e6ae5a7a46f16a4f78534c540b
/develop/toolchains/T-VAL/arm_v7_vfp_le_20091117/target/testsuite/gcc/gcc/testsuite/gcc.target/powerpc/spe-unwind-1.c
0a89a724b300592107f7a7db20f44a43a060b2e6
[]
no_license
metalsky/SamyGO
78354e3addd116e6821f727cee61333fbdbfd27d
494064acbf5451de530e1e953a4c943eb1581fd5
refs/heads/master
2020-03-19T20:34:02.065750
2014-09-08T04:07:08
2014-09-08T04:07:08
null
0
0
null
null
null
null
UTF-8
C
false
false
2,357
c
/* Verify that unwinding can find SPE registers in signal frames. */ /* Origin: Joseph Myers <joseph@codesourcery.com> */ /* { dg-do run { target { powerpc*-*-linux* && powerpc_spe } } } */ /* { dg-options "-fexceptions -fnon-call-exceptions -O2" } */ #include <unwind.h> #include <stdlib.h> #include <signal.h> #inclu...
[ "juzis28@e4d1339e-07e7-4a9d-b57a-aed23070e7d0" ]
juzis28@e4d1339e-07e7-4a9d-b57a-aed23070e7d0
6ba18d4b83a4c2c8ccc8689149e87f0b02368dd1
08bfc8a1f8e44adc624d1f1c6250a3d9635f99de
/SDKs/curl/tests/libtest/lib1514.c
994fbbdffee8547ab1e23bb016b121594a6ba02d
[]
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
c
version https://git-lfs.github.com/spec/v1 oid sha256:1ce43d6e1b2b30af1a13959d1242f08f674145faa3e7f5a2c627bf24e7c1fc34 size 2341
[ "personwithhats2@Gmail.com" ]
personwithhats2@Gmail.com
5727832308f51144e597d61f777e4ccfb06d8cbd
9cbc7bb1f8426a95c4c6d02b462786c1695abaf0
/Source/Config.h
e73a3dd9ea000c50bc018855607a8866027e8c6a
[ "Apache-2.0" ]
permissive
SamanKhamesian/Two-Level-Genetic-Algorithm-for-Clustered-TSP
55d89c987f54a501eb11be72ad732e7278b2ee02
4585a291b5e832c1651b64a930069995e3172b3a
refs/heads/master
2020-04-30T04:04:02.644607
2020-04-18T20:29:48
2020-04-18T20:29:48
176,602,601
6
0
null
null
null
null
UTF-8
C
false
false
1,061
h
#define INPUT_FILE_PATH "input.in" // Input File Name #define OUTPUT_FILE_PATH "output.out" // Output File Name #define LIMIT 15 // Limit of Problem Size #define MAX_SIZE_GRAPH 100 // Maximum Size of Input Graph #define LL_GA_CF 0.85 // Crossover Fractoin for Low Level Genetic Algorithm #...
[ "saman.khamesian@gmail.com" ]
saman.khamesian@gmail.com
77f4fe9e26249fc638556d4a30de737766f2ab94
619f4b3e14a3dd3d9437d2ca0418314b89baff08
/first_course/programming_c/Лабораторная работа 3/Задание 7.c
6e3cc5a9080bcd4f06648d7f9d97b0d352556e97
[]
no_license
DementedJim/DementedJim.github.io
4798ecb98606c00968ee89a11782e95a7994607c
74c866fcf5b2ffcf4cb3a9c0e3b202e88a4a5447
refs/heads/master
2022-12-10T21:02:22.778703
2021-06-13T16:30:49
2021-06-13T16:30:49
157,707,261
0
0
null
2022-12-07T23:39:56
2018-11-15T12:25:19
CSS
WINDOWS-1251
C
false
false
569
c
#include<stdio.h> #include<locale.h> void main() { char *locale = setlocale(LC_ALL, ""); int x=0,y=-1,x1=2,y1=-3,x2=4,y2=-5; printf ("Координаты точки С=(%d,%d);\nКоординаты точки А=(%d,%d);\nКоординаты точки B=(%d,%d);\n",x,y,x1,y1,x2,y2); if ((x-x2)*(y1-y2)-(x1-x2)*(y-y2)==0) { printf ("Точка С принадлежит пря...
[ "dima-sith@yandex.ru" ]
dima-sith@yandex.ru
4faac5568eff499fe7db96ef4172706daf096308
a089cbeed48715eaf96a986b7cb160cc64516aa7
/seed.c
f4156044c38e8d69079d71e8772a903f62bd4114
[]
no_license
SANTHIYA9698/tamil
c4d3a046837c2fd0199c81ecb09feeb6f8d18aa4
c86783a8b7f5a4ad094500227715af135ef37c82
refs/heads/master
2020-12-02T16:20:04.512118
2017-01-10T06:33:39
2017-01-10T06:33:39
null
0
0
null
null
null
null
UTF-8
C
false
false
214
c
#include<stdio.h> void main() { int a,x=0,y,i=0,b=1,k,z,t=1,j; clrscr(); scanf("%d",&a); for(x=0;x<a/2;x++) { z=1; b=1; y=x; for(i=0;y>9;i++) { b*=y%10; y=y/10; } b*=y; t=b*x; if(a==t) printf("%d",x); } getch(); }
[ "noreply@github.com" ]
SANTHIYA9698.noreply@github.com
e8e2a03f5f7bfbe278c2d999168a0c8a512773c7
7bf18cd9059013bf1549ecd079b488b0aae52b9e
/flipping_bits.c
e71cc59deae8ffd494bd1f9fd5cd85e9676f93e2
[]
no_license
BisariaLove/Bastille
de379d39e3b23a0d22d927fe440adf909abdfa4d
b95c53d40ef0dee5f3030c9db0e54ef999294914
refs/heads/master
2016-09-06T13:09:39.770123
2015-05-22T09:03:15
2015-05-22T09:03:15
31,139,721
0
0
null
null
null
null
UTF-8
C
false
false
470
c
/* * * hacker_rank/Flipping bits * */ #include <stdio.h> #include <string.h> #include <math.h> #include <stdlib.h> #include <stdint.h> int main() { /* Enter your code here. Read input from STDIN. Print output to STDOUT */ int count, i; scanf("%d", &count); unsigned int arr[count]; for(i=0 ; i...
[ "bisarialove@gmail.com" ]
bisarialove@gmail.com
ad69bc08af5fab0250007bf0e8af2f882f97915f
1beffab4c3822797cee0b5ea03387075132e1cce
/include/puzzle_helpers.h
90fbe00750d343e52d19bf38db45582949a8deeb
[]
no_license
TwitchPlaysPokemon/trick-or-treat-house
ccdb010c2a2f414937f45f86aa27c07d459ecd31
475bb1297cb199976fba4cf60c06ed526b1785d4
refs/heads/master
2023-01-08T21:31:10.654091
2020-11-04T04:01:29
2020-11-04T04:01:29
218,936,700
2
2
null
null
null
null
UTF-8
C
false
false
139
h
#ifndef GUARD_PUZZLE_HELPERS #define GUARD_PUZZLE_HELPERS void HandlePuzzleMusicTileStep(u32 metatileId); #endif // GUARD_PUZZLE_HELPERS
[ "huderlem@gmail.com" ]
huderlem@gmail.com
6376b19810417629435c8ffd090c026d45426048
3a48dab3ecd2554dfd768ec6a067a21208c256d3
/C언어 소스/연습문제/제15장/15-7.c
59b85aed79323c15299ea42e57755392ad404254
[]
no_license
3dayc/C-lecture
0c355c5b961d53ec3791f3b157032601c4234e2d
8ba73353d9cbd834d14e9373d389d914f33317b7
refs/heads/master
2023-05-27T06:53:26.473786
2020-05-07T10:11:04
2020-05-07T10:11:04
null
0
0
null
null
null
null
UHC
C
false
false
328
c
#include <stdio.h> double f_to_c(double) ; int main(void) { double F, C ; printf("화씨 온도를 입력하시오 : "); scanf("%lf",&F); C = f_to_c(F); printf("섭씨 온도로 변환한 값은 %.2f 입니다",C); return 0; } double f_to_c(double fx) { double cx ; cx= 5.0/9.0 * (fx-32.0); return cx; }
[ "khh_123@naver.com" ]
khh_123@naver.com
df66d3c2caa90922f0d318b26206604c3d137591
a2bca2ca96557d6c50fc1e86de73d2ce3f6c101b
/Processes/4.24.c
20418d354c1aa1059477ba4d8b08a9822a942d74
[]
no_license
0xSensei/Homeworks
6d2951a92c1a7173e21f83911f034bd14d257725
246df09c1c06d9487848cc5b7a6fae43b17c1cdf
refs/heads/master
2021-07-03T07:33:56.807066
2020-12-09T21:00:10
2020-12-09T21:00:10
204,818,034
0
1
null
null
null
null
UTF-8
C
false
false
663
c
#include <pthread.h> #include <stdio.h> #include <stdlib.h> #include "limits.h" unsigned int prime; void *runner(void *param); int main(int argc, char *argv[]) { pthread_t tid; pthread_attr_t attr; puts("Please enter a number."); scanf("%u", &prime); pthread_attr_init(&attr); pthread_create(&tid,&attr,runner,N...
[ "noreply@github.com" ]
0xSensei.noreply@github.com
5a39cb3fbb41ef3f88de102149331988cf473023
c2cedcf36667730f558ab354bea4505b616c90d2
/players/jenny/closed/stick/cmds/noidle.c
3ae2eeedaeae385d33687ec3a99faeabdcbf84ec
[]
no_license
wugouzi/Nirvlp312mudlib
965ed876c7080ab00e28c5d8cd5ea9fc9e46258f
616cad7472279cc97c9693f893940f5336916ff8
refs/heads/master
2023-03-16T03:45:05.510851
2017-09-21T17:05:00
2017-09-21T17:05:00
null
0
0
null
null
null
null
UTF-8
C
false
false
119
c
#include "/players/jenny/define.h" main() { TP->set_noidlequit(); write("You set noidlequit.\n"); return 1; }
[ "rump.nirv@gmail.com" ]
rump.nirv@gmail.com
ebf8b27bef0e2818dce89d8bec4e4bf51f6f5cb2
8676f98a4825203f9e9d9ddca7985818527064d0
/repeticao/lista2_repeticao_entregar/exercicio5lista2repeticaoEntregar.c
ae913f95bf13716756475381fc69f2c4dbbaec31
[]
no_license
Preyzin/exercicios_fundamentos_programacao
5a4e5c6630e13f944f44b4415e8c66099152ec7f
6ccf1f766b1c9777d62c611734b27585ae07d1be
refs/heads/master
2022-12-10T12:09:45.164001
2020-09-13T18:13:47
2020-09-13T18:13:47
295,185,435
0
1
null
null
null
null
ISO-8859-1
C
false
false
1,352
c
/* 5) Ler números inteiros. Prosseguir a leitura até ser informado o valor zero que não deve ser considerados nos cálculos. Informar: a) Quantos valores positivos foram informados. b) Quantos valores negativos e pares foram informados. Exemplo: Se a entrada for -1, -2, -3, deverá retornar 1, pois tem apenas um núm...
[ "noreply@github.com" ]
Preyzin.noreply@github.com
c214ab57a424f092580dc65b3e92ba1c66d6bd50
ff8b06b45261d5e1e508cb37cac83cd1635be45e
/Kernel/Formats/vdif/VDIF_MWA_EightBitUnpacker.C
3fa6c3ef74570687e2b4b070fd5d9e8da5332ab3
[]
no_license
steve-ord/dspsr
cae234ac4013034f136a646be69428dd47191871
d2fb436ea78aeec7ff33344521d93f090939fb89
refs/heads/master
2020-04-05T23:15:21.301265
2017-01-17T05:54:02
2017-01-17T05:54:02
40,350,344
0
0
null
2015-08-07T08:38:16
2015-08-07T08:38:15
null
UTF-8
C
false
false
2,486
c
/*************************************************************************** * Copyright (C) 2015 by Stephen Ord * Heavily built on: * Copyright (C) 2010 by Paul Demorest * Licensed under the Academic Free License version 2.1 * **************************************************************************...
[ "steve.ord@gmail.com" ]
steve.ord@gmail.com
070ef3a57a267285806cbea1ca328d2e6b4edd7f
5b7412a3b1a52215b37ae4372eb77f5517b97bdb
/LaseriOSBuildv1/Classes/Native/UnityEngine_UnityEngine_EventModifiersMethodDeclarations.h
ac1e81751ce4821458fdf7ca29241d9fba091d6b
[]
no_license
MishMick/Laser-Defender
54dd553143c16fa3e56f7c0e225e79d0832c2bb6
db796e2b197a0628bac5ddc7927264b834be00de
refs/heads/master
2021-05-04T10:20:55.305230
2016-01-12T09:55:48
2016-01-12T09:55:48
43,044,445
0
0
null
2018-10-17T07:09:24
2015-09-24T04:19:01
C++
UTF-8
C
false
false
173
h
#pragma once #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" // UnityEngine.EventModifiers struct EventModifiers_t399;
[ "mishallovic@gmail.com" ]
mishallovic@gmail.com
87e5e12e1facadfdd18603b1757a82cb2484ce8a
737237f4d340a6da63aae0d5435db317f46e5ef4
/Client/Dependencies/Chilkat/include/C_CkCharsetW.h
c73d069d7167c872801d33d534e44688fb357751
[]
no_license
jurijcerar/CPP-TCP-Client-Server
428e02432142ef4fbd621657b84a734d879124e6
f61e842e8bee6f69fd112ecd8b5310fe42578972
refs/heads/main
2023-05-01T04:28:37.350313
2021-05-16T20:10:57
2021-05-16T20:10:57
367,972,634
0
0
null
null
null
null
UTF-8
C
false
false
8,148
h
// This is a generated source file for Chilkat version 9.5.0.83 #ifndef _C_CkCharsetWH #define _C_CkCharsetWH #include "chilkatDefs.h" #include "Chilkat_C.h" CK_C_VISIBLE_PUBLIC HCkCharsetW CkCharsetW_Create(void); CK_C_VISIBLE_PUBLIC void CkCharsetW_Dispose(HCkCharsetW handle); CK_C_VISIBLE_PUBLIC void CkCharsetW_g...
[ "jurij.cerar@gmail.com" ]
jurij.cerar@gmail.com
8b0a23a1fef03265874c84da791c9679b1342458
b5c3e8bb1c4aa13924c37d8c5e17acc5370f9b3a
/include/mathc/vec/dvecn.h
a59c1f88414d6dcd0de6d96a694a4e291680a8bf
[ "MIT" ]
permissive
renehorstmann/Gyronaut
869cac2a4e91d3b5f67d83d6b98bd2d9b01f533b
11793efa12a8f9bbc038242bf24e8b5530f12c81
refs/heads/master
2020-12-19T23:34:30.379153
2020-12-04T10:28:47
2020-12-04T10:28:47
235,886,144
2
0
null
null
null
null
UTF-8
C
false
false
16,306
h
#ifndef MATHC_VEC_DVECN_H #define MATHC_VEC_DVECN_H #ifndef MATHC_MAX_SIZE #ifdef __STDC_NO_VLA__ #define MATHC_MAX_SIZE 16 #endif #endif #include "stdbool.h" #include "math.h" #include "assert.h" /** macro to cast a vector into a double vector */ #define dvecN_cast_into(dst_vec, vec, n) \ do { \ for(int dvecN_...
[ "r.horsty@gmail.com" ]
r.horsty@gmail.com
e36f3a974e86efe3ab49e7c50f239c41771885a1
c5cb98ad5c3fa37ce761cb9b430b69e29a33141f
/d/automap/425.c
fc67ca841030a75d14db064379c57e1154ff1b31
[]
no_license
cao777/mudylfy
92669b53216a520a48cf2cca49ea08d4df4999c5
266685aa486ecf0e3616db87b5bf7ad5ea4e57e4
refs/heads/master
2023-03-16T20:58:21.877729
2019-12-13T07:39:24
2019-12-13T07:39:24
null
0
0
null
null
null
null
GB18030
C
false
false
1,900
c
// 地图源文件 #define SHORT_NAME "迷雾森林" #define LONG_NAME "迷雾森林一向是江湖人既向往而又畏惧的地方,这里到处充斥着死亡的气息,\n也不知道是哪朝哪代谁人发现的这里,也许远古的时候就已经有了吧。这里树木\n遮天难见光日,处处隐藏着杀机,传说中迷雾森林是通往精灵神界的必经之路。\n“精灵神界”?多么令人向往啊,可是迷雾森林路径繁杂宛如迷宫又怎么能走得\n出去呢?更甚之到处隐藏着各种妖魔猛兽,步步凶险,虽然如此来迷雾森林探险\n的人还是络绎不绝,毕竟这里的各种奇珍异宝都是江湖人梦寐以求的,更有传闻\n迷雾森林是魔法的开始,“魔法“...???又是一个诱人的新名词,有了魔法\n对江湖人来说...
[ "i@chenxuefeng.cn" ]
i@chenxuefeng.cn
9728b793b96023b4bdd59b3e6107060b62bd51e2
698389adfd94ef131e4b717434b8572337884529
/lora_basics_modem/lora_basics_modem/smtc_modem_core/lr1mac/src/smtc_real/src/region_kr_920_defs.h
c1be82793edf43ccf5d7c7d3855b59fc0c66b32b
[ "BSD-3-Clause" ]
permissive
AudreyBon/SWSD001
8bc52059e73b2b1b898d6f38c60d714814d16112
f67636d39392cba71059ac67c63509901bdfa992
refs/heads/master
2023-09-03T22:20:28.324911
2021-11-03T09:33:08
2021-11-03T09:33:08
null
0
0
null
null
null
null
UTF-8
C
false
false
7,184
h
/** * \file region_kr_920_defs.h * * \brief region_kr_920_defs abstraction layer definition * * The Clear BSD License * Copyright Semtech Corporation 2021. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted (subject to the limitat...
[ "mantoine@semtech.com" ]
mantoine@semtech.com
b16453eb833532de7cca913918b3e14a68fa3fd9
d7db3d7e2c3f4f9fd27c01d381f8f480d7ab774e
/0x16-doubly_linked_lists/lists.h
53d6f57c2cd5f9143fddb6a5eacfe4c70bfa23f7
[]
no_license
davidknoppers/holbertonschool-low_level_programming
0d0a3ef8631d00fffe1a175f5bfb5da0268b939d
e59bda1bda44e93bc38b9b4d669c55fba61ec3f8
refs/heads/master
2021-05-04T07:55:48.666391
2017-06-17T02:13:09
2017-06-17T02:13:09
70,721,770
0
1
null
null
null
null
UTF-8
C
false
false
886
h
#ifndef LOOPY_LISTS #define LOOPY_LISTS #include <stdlib.h> /** * struct dlistint_s - doubly linked list * @n: integer * @prev: points to the previous node * @next: points to the next node * * Description: doubly linked list node structure * for Holberton project */ typedef struct dlistint_s { int n; struct d...
[ "david.knoppers@holbertonschool.com" ]
david.knoppers@holbertonschool.com
69f2f240f165ad64d90116a06774675d1e9d1920
82e27a4bb58d09371f3535b8d3c74a23f0f35ca6
/PIGPIO/command.c
eb7c47e1c6ee980b502e2604c14c06fe59b0a095
[ "Unlicense" ]
permissive
pjrose/WeirSPMDataLogger
3b8413c361157205899b74e6ba18ab329d583fc4
dc3bcdd9bac3a54c2303263cb76b9cac4d690334
refs/heads/master
2020-05-21T23:12:40.074443
2017-03-06T21:28:28
2017-03-06T21:28:28
56,545,269
2
0
null
null
null
null
UTF-8
C
false
false
39,857
c
/* This is free and unencumbered software released into the public domain. Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. In jurisdictions that recognize copy...
[ "pjrose@gmail.com" ]
pjrose@gmail.com
554efe92947cf091a9339362c1083d5f4963799e
78f4ca526222b847a2cbe67457deff6f1a61c394
/Chapter5/ex5_9_dayofyear.c
c65719f52448e2d4a73b897af759bae53a883059
[]
no_license
andyps/kr-c-book-solutions
ce53500e710728d765a8654ff81e451c481321b7
c0a5dc28209c19ee1169c93ed534bd06ccfa9407
refs/heads/master
2020-03-12T11:54:23.573248
2018-05-31T13:54:33
2018-05-31T13:54:33
130,606,617
1
0
null
null
null
null
UTF-8
C
false
false
1,985
c
#include <stdio.h> int day_of_year(int year, int month, int day); int month_day(int year, int yearday, int *pmonth, int *pday); int main(void) { int month, day; printf("day_of_year1: %d\n", day_of_year(2018, 4, 19)); month_day(2018, 109, &month, &day); printf("month_day1: %d-%d\n", month, day...
[ "avp200681@gmail.com" ]
avp200681@gmail.com
0e64bfba61977ca5d71c5a04b6732641a1418bc3
88e12fcea82294b8b7a35aba35124e9bdc8e55db
/src/meta/bnk_sony.c
36e343637d1da53c35c738781ec51e6503be7e77
[ "ISC", "LicenseRef-scancode-public-domain" ]
permissive
simontime/vgmstream
8352096dc708b8543fef789c4b1ef4fd06f693f9
e118414287362861d4d1225962eb7bed83c6f9ea
refs/heads/master
2021-07-09T13:07:14.693984
2019-07-07T22:43:57
2019-07-07T22:43:57
196,541,581
1
0
NOASSERTION
2020-01-11T09:17:42
2019-07-12T08:36:19
C
UTF-8
C
false
false
21,042
c
#include "meta.h" #include "../coding/coding.h" typedef enum { PSX, PCM16, ATRAC9, HEVAG } bnk_codec; /* .BNK - Sony's Scream Tool bank format [Puyo Puyo Tetris (PS4), NekoBuro: Cats Block (Vita)] */ VGMSTREAM * init_vgmstream_bnk_sony(STREAMFILE *streamFile) { VGMSTREAM * vgmstream = NULL; off_t star...
[ "bananaman255@gmail.com" ]
bananaman255@gmail.com
53a3e376b29006778b6919540df566e4f99a37e7
6ff7f8cc5b053682be9b84b3588f45c2aa6f4225
/ThirdParty/Microsoft/Visual Studio 8/VC/PlatformSDK/Include/HttpExt.h
d4287a6d534e0616977c204a71cf57a62c4dfc8a
[ "MIT" ]
permissive
webdev1001/dotnetinstaller
da72f9b763c7ccf0c9cfcefe5e4716b36063981c
f9b4acfb175432975720be80bccc9b2ff3cf2e88
refs/heads/master
2020-07-13T11:13:07.691761
2015-09-09T06:28:13
2015-09-09T06:28:13
44,548,252
2
0
null
2015-10-19T16:28:09
2015-10-19T16:28:09
null
UTF-8
C
false
false
17,569
h
/******** * * Copyright (c) 1995 Process Software Corporation * * Copyright (c) 1995-1999 Microsoft Corporation * * * Module Name : HttpExt.h * * Abstract : * * This module contains the structure definitions and prototypes for the * HTTP Server Extension interface used to build ISAPI Applications * ***...
[ "rami.abughazaleh@gmail.com" ]
rami.abughazaleh@gmail.com
8ed1d306533e465179857d2f2d9bdf96aee0bd1a
7b175178722ac397e45ff6c2d311566a54d0fad5
/software/alproject_final_bsp/linker.h
2620de6720dee20184e8fd11717280770ebb17bb
[]
no_license
nz-Mark-Y/303Assignments
3ae17429905b8ccbeddd78e2cc48b9cebe54ea42
e409cffe97a5d2969b3bd60de390b92ddba7db1a
refs/heads/master
2021-07-03T04:41:53.455811
2017-09-25T03:36:43
2017-09-25T03:36:43
null
0
0
null
null
null
null
UTF-8
C
false
false
2,934
h
/* * linker.h - Linker script mapping information * * Machine generated for CPU 'cpu' in SOPC Builder design 'system' * SOPC Builder design path: //uoa.auckland.ac.nz/engdfs/Home/myep112/Downloads/303Assignments/system.sopcinfo * * Generated: Tue Aug 29 15:38:08 NZST 2017 */ /* * DO NOT MODIFY THIS FILE * * ...
[ "myep112@UoA.auckland.ac.nz" ]
myep112@UoA.auckland.ac.nz