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
6ae128e6a2690da189a895d8be0af2b4631cf976
8d34fc4bcca2d7bb9f12094dada3179147ea3b43
/mudlib/d/newbie/newliz/rooms/south5.c
0a30c299cf12c6abd830b22cba46e2e67f505d18
[]
no_license
Shea690901/fr
20c8adffb1b130f77ef3cd2a73ef60cdef8995d6
16308bd1b17caafba478a16c032bbeb996eb7d42
refs/heads/master
2021-04-28T13:53:23.280635
1998-11-10T20:06:02
1998-11-10T20:06:02
null
0
0
null
null
null
null
UTF-8
C
false
false
1,495
c
#include "path.h" inherit "/std/outside"; void setup() { set_short("Lizard's Island: Beach\n"); set_light(LIGHT); add_property("no_undead",1); set_long("Lizard's Island: Beach\n\n" " The path through here goes slightly into the jungle, then is blocked with " "tropical trees, forcing you to either go to the north...
[ "quixadhal@gmail.com" ]
quixadhal@gmail.com
7cd606c7a73680dfcd72f1c284201e292f9a3d88
b9a067a0845a44fb1e980f5836c806f5db3bc8f4
/src/common/port.h
b3e728e4fcbbec626040deee1f68ff3dd24a3acc
[ "BSD-2-Clause" ]
permissive
rkujawa/amirelay
76c3ac2d61dc3391cf742ac63adef41c69b409db
5821dda08e53de56698557782933a4d7ca7978f1
refs/heads/master
2021-01-02T08:33:51.099899
2014-01-23T12:15:03
2014-01-23T12:15:03
null
0
0
null
null
null
null
UTF-8
C
false
false
157
h
#ifndef _PORT_H_ #define _PORT_H_ #include <exec/types.h> void parport_open(); void parport_send(UBYTE data); void parport_close(); #endif /* _PORT_H_ */
[ "radoslaw.kujawa@c0ff33.net" ]
radoslaw.kujawa@c0ff33.net
70f323a93d1481d7546c1537d1901a21df02dee8
7ef2f40fdfd4ebb794c10af2e4550cb7124bb097
/test_cases/exec.c
7eedbd4dd46d2d9c90fae2ed30c3932f86cb62fb
[]
no_license
Happy-Ferret/lind_project
88eccea299f2423c58505e8c46c061d70fed0900
f8a4477d093199e7cdf94857877b271e6e219dc5
refs/heads/master
2020-03-29T11:50:42.849267
2018-09-20T10:49:21
2018-09-20T10:53:05
null
0
0
null
null
null
null
UTF-8
C
false
false
427
c
#undef _GNU_SOURCE #define _GNU_SOURCE #include <stdio.h> #include <stdlib.h> #include <unistd.h> extern char **environ; int main(void) { char *args[] = {"/hello", 0}; printf("environ = [%p]\n", (void *)environ); printf("executing: %s", args[0]); for (size_t i = 1; args[i]; i++) { putchar(' '); printf("%s",...
[ "joeypabalinas@gmail.com" ]
joeypabalinas@gmail.com
ca02e7fc119a140dd26dd07a5d2d4d9efc7ba9d1
2659bfb31b68706f1cec1af2b24a6d411ff83d04
/grafos/T3/main.c
c4a46edb26777a6900b1b3903b8a9a47c91dcade
[]
no_license
anderson-tomkelski/UFFS
2d461659b5aa7c37718cccd4511b49ec1884b3cf
fd36447e3b0384d8a01baaeb6fe4c180e18496c2
refs/heads/master
2020-11-27T01:32:47.417977
2019-12-20T12:43:55
2019-12-20T12:43:55
229,257,337
2
0
null
null
null
null
UTF-8
C
false
false
4,265
c
#include <stdio.h> #define max 1 << 30 void prim(int adj2[8][8], int matPrim[3][8]){ int small = max; int smallPos = 0; int qtdZero = 0; int currentCost = 0; for(int i = 0; i < 8; i++){ if(matPrim[0][i] < small && matPrim[2][i] == 0){ small = matPrim[0][i]; smallPos = i; } } for(int i = 0; i < 8; i+...
[ "ander.tomkelski@gmail.com" ]
ander.tomkelski@gmail.com
7ec6b50cae0f077fe0a91ce876f12ab610f378de
3cbaba90c6d5cd7350ee47c61fb78d7d53d2a631
/Assignment/UBUNTU 18_0/.Trash-1000/files/Assign_22/insert_tree.c
066d2548b767f80c7384edf8a0fe97d250b0a644
[]
no_license
ShubhiOmar/Data_Structure
93a57c5832aeb5c3cdcebc3544eda59698e17642
d3d6914c2ea487f6c081fa1598b2a28e434971c4
refs/heads/master
2022-09-25T13:57:48.786067
2020-06-09T18:04:44
2020-06-09T18:04:44
null
0
0
null
null
null
null
UTF-8
C
false
false
800
c
#include "tree.h" //Function to insert data to tree bstree_t *insert_tree(bstree_t *root,int data) { //Check root present or not if (root == NULL) { //Call function to create node return create_node(data); } else { //Check condition to insert data to left if (root->data > data) { //Ca...
[ "shubhiomar6@gmail.com" ]
shubhiomar6@gmail.com
96554441218d040018ed56ecd5a72211f8e7e498
1c9d1d3aec54124eab50221bb052195445aae458
/0x02-functions_nested_loops/1-alphabet.c
80b982b78c6f8283908f3f45d480592b4f9bb724
[]
no_license
FicusCarica308/holbertonschool-low_level_programming
9e44dcb404b9205ca3effa4a72deba17f5d29538
7e382b277230292a60f494c78252e2c4312d898c
refs/heads/master
2023-04-16T04:04:09.651681
2021-04-21T01:22:25
2021-04-21T01:22:25
296,052,133
0
0
null
null
null
null
UTF-8
C
false
false
241
c
#include <stdio.h> #include "holberton.h" /** *print_alphabet - This functions prints the alphabet *Return: returns nothing */ void print_alphabet(void) { char c; for (c = 'a' ; c <= 'z' ; c++) { _putchar(c); } _putchar('\n'); }
[ "manuelthemuffin@gmail.com" ]
manuelthemuffin@gmail.com
64fca03a211ca910c38e8553cd0024e3e615f5c4
f691a46cb8fc317083dc61622f7229130148ba53
/share-momery/shmget_server1.c
598bde0d322405d747eb5ef59bab2ad6b6a74f4b
[]
no_license
caofang/c_cpp_snippet
3a16de127d6d7acab8ae8dd26e4574e7cbf4ae71
5c337e8f343e65a15b614ad11d0e231c45b3b9eb
refs/heads/master
2021-05-03T10:14:56.595547
2020-02-26T20:11:21
2020-02-26T20:11:21
120,532,107
0
0
null
null
null
null
UTF-8
C
false
false
1,867
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <fcntl.h> #include <unistd.h> #include <errno.h> #include <sys/types.h> #include <sys/ipc.h> #include <sys/shm.h> // IPC -- inter process communication // shmget() is used to obtain a shared memory identifier // shmget() returns a shared memory ID ...
[ "fc63@njit.edu" ]
fc63@njit.edu
8909d3dd195a6f937dc9ee72aef2ec991f4a2468
76bc96658e5c3c1e06f1f346e26c575880e0a7c3
/vfs2.c
810317d096a2f8734e2c2d3f905ef27b78779a6b
[]
no_license
DilipBDabahde/C_Programs
17663dafc27412c9ae25eb7050136ed0a90acbe8
113f8f345d4095dd9aa1073535f0c98d1a0a3b34
refs/heads/master
2021-12-07T05:55:26.262817
2021-09-08T17:37:43
2021-09-08T17:37:43
173,474,776
1
0
null
null
null
null
UTF-8
C
false
false
20,074
c
#define CRT_SECURE_NO_WARNINGS #include<stdio.h> #include<stdlib.h> #include<string.h> #include <unistd.h> #define MAXINODE 50 #define READ 1 #define WRITE 2 #define MAXFILESIZE 1024 #define REGULAR 1 #define SPECIAL 2 #define START 0 #define CURRENT 1 #define END 2 typedef struct superblock { int TotalInode...
[ "noreply@github.com" ]
DilipBDabahde.noreply@github.com
1b4b85ea8402cbd43641af19bf2657ead9f640e1
303fde094f674889829be2d4681d0675a6d8c1b2
/printer.c
80600dbfdd9c0c4392cced0df88036f4de727743
[]
no_license
gexueyuan/WAT89EC-8_RU_B_V1.27
7a9d688b146059ce82707cb259b6a789e052ded3
f8de2e6765f1669fc44bde3edb34057b615185d6
refs/heads/master
2021-01-10T18:59:20.773022
2013-07-15T07:40:35
2013-07-15T07:40:35
10,933,902
1
0
null
null
null
null
GB18030
C
false
false
56,763
c
#include "MainDemo.h" unsigned char textbuffer[41]={0x00}; unsigned char TestRecord[64]={0x00}; #define RX1_BUFFLEN 255 #define TX1_BUFFLEN 255 volatile unsigned char PrintDataBuff[600]; //static unsigned int Datanum; volatile unsigned char tx1_buff[TX1_BUFFLEN],*tx1_ptr,*tx1_ptrend; volatile unsigned int uar...
[ "gexueyuan@yahoo.com.cn" ]
gexueyuan@yahoo.com.cn
6b65db3c427efae9d716fe0bcc0c6cea84469df4
a5d2d345d66f1fb30131064d377615dcf7020093
/benchmarks/source/superh/MiBench/office/ghostscript/src/gsuid.h
9baafd11489a0bd9a11c3c390a97256c0f628839
[ "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-afpl-9.0", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-proprietary-license", "GPL-2.0-only", "GPL-1.0-or-later" ]
permissive
physical-computation/sunflower-embedded-system-emulator
22f0d61acccd01cee1c5e77ac97baaaed48c7eb1
b7060c1e1e6582a672d469e4b498248e04bacbc4
refs/heads/master
2023-05-28T03:42:52.108060
2023-01-24T15:54:35
2023-01-24T15:54:35
51,266,165
14
43
BSD-3-Clause
2022-01-12T13:27:21
2016-02-07T21:02:10
C
UTF-8
C
false
false
2,353
h
/* Copyright (C) 1992, 1993 Aladdin Enterprises. All rights reserved. This file is part of Aladdin Ghostscript. Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND. No author or distributor accepts any responsibility for the consequences of using it, or for whether it serves any particular p...
[ "phillip.stanleymarbell@gmail.com" ]
phillip.stanleymarbell@gmail.com
b5aea57e015e3fc7d550ebbf73f9a8d3892393cd
f687bfd3e043a323207b190bbc4148b08485931b
/Mandelbrot/fa19-proj1-davidlin0241-master/ColorMapInput.c
70ea46b88ae0b802733836481da81aaf0b42bab5
[]
no_license
davidlin0241/GICA-Projects
e6226cf547b217f0bbbd1bdea3820dcfab85cbb6
431cd014b47a4db5a23e2217615e20f80b61cb82
refs/heads/master
2021-01-05T10:56:56.870397
2020-02-17T02:12:37
2020-02-17T02:12:37
241,001,183
1
0
null
null
null
null
UTF-8
C
false
false
3,556
c
/********************* ** Color Map generator ** Skeleton by Justin Yokota **********************/ #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <math.h> #include <string.h> #include "ColorMapInput.h" /************** **This function reads in a file name colorfile. **It then uses the informatio...
[ "noreply@github.com" ]
davidlin0241.noreply@github.com
d1e26d32e5695f212bd4215d5fddb9cb94606cfb
c395302d4916e2956af9da5471d8f4d06615b9c5
/codegen/templates/visualizer/static/parser/sexp/lex.yy.h
59e85c171d8d93854b33ce7a507ec8e812929ddc
[]
no_license
siggame/MegaMinerAI-15
40bb97f7e28a1aa11f76a2444bb5da9facca901b
c466454d750944d4070c3969c79635dbd78dd032
refs/heads/master
2020-04-09T07:16:44.652062
2015-04-19T16:13:09
2015-04-19T16:13:09
30,211,118
1
1
null
null
null
null
UTF-8
C
false
false
7,290
h
#ifndef yyHEADER_H #define yyHEADER_H 1 #define yyIN_HEADER 1 #line 6 "lex.yy.h" #line 8 "lex.yy.h" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 35 #if YY_FLEX_SUBMIN...
[ "jtng28@mst.edu" ]
jtng28@mst.edu
1d66feca61942a553c9a7df573739d25d0c886e5
c8c903032218fed9a7122624136e71f1b3faac04
/act.obj1.c
39f5c3cbd514c6170c02ed970b513461d097aa96
[]
no_license
mudhistoricalsociety/DikuMUD_Alfa
5ff9b029b67b723c3ea5a30c194a115e5ec2c96b
d09e913d7e6fc041e63c3eb51ce1890ff7b58fb6
refs/heads/master
2022-06-13T06:53:34.936823
2020-05-05T00:46:11
2020-05-05T00:46:11
261,328,596
1
0
null
null
null
null
UTF-8
C
false
false
15,737
c
/* ************************************************************************ * file: act.obj1.c , Implementation of commands. Part of DIKUMUD * * Usage : Commands mainly moving around objects. * * Copyright (C) 1990, 1991 - see 'license.doc' for complete information. * ****************...
[ "mudhistoricalsociety@gmail.com" ]
mudhistoricalsociety@gmail.com
48443605caae4bf1dfe4317238416a2bc7d9db89
5f7bacb32e0e4d72a86b7955653650296bd3093b
/document/module/【正点原子】7寸RGBLCD电容触摸屏模块1024600资料/2,程序源码/(库函数版本,适合阿波罗STM32F429开发板)实验30 触摸屏实验/HARDWARE/TOUCH/touch.c
b796e1cceae14a4d85b9ec9de85cefa9d082f368
[ "Apache-2.0" ]
permissive
779671681/STM32-RT_Thread-link_H750
b3d9409fe677d07d7d5a256b309146e9f10f78bc
f64f5f20c3735db6e77d492e8365a2d459f3c8a4
refs/heads/main
2023-01-30T14:32:47.451534
2020-12-19T13:58:07
2020-12-19T13:58:07
null
0
0
null
null
null
null
GB18030
C
false
false
16,488
c
#include "touch.h" #include "lcd.h" #include "delay.h" #include "stdlib.h" #include "math.h" #include "24cxx.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何用途 //ALIENTEK STM32开发板 //触摸屏驱动(支持ADS7843/7846/UH7843/7846/XPT2046/TSC2046/OTT2001A等) 代码 //...
[ "xqyjlj@126.com" ]
xqyjlj@126.com
f4ab8af076e9bf2739b4d6500946d1f039dfb647
39ac221425f7ddbc1798d8bb9163e66db2c3eb8b
/multiplicacionMatrices.c
b4b28aa235fbbbafa3f619abcd138352084812a3
[]
no_license
AaronSarmiento/ArquitecturaParcialSegundoCorte
fdf8b8be9ad0ef4ff215c71bf6191d6e82c1f1b0
e817cf2d971de1d6f0382d738bb659c000625c9c
refs/heads/main
2023-08-20T08:26:59.597014
2021-10-21T21:45:33
2021-10-21T21:45:33
417,311,877
0
1
null
null
null
null
UTF-8
C
false
false
1,033
c
/* Octubre 20 de 2021 Aaron Sarmiento - Sergio Heredia Escribir un programa en C que permita multiplicar matrices por el usuario */ #include <stdio.h> int main(void) { //declaracion inicial de las variables int matrizA[2][2], matrizB[2][2], matrizC[2][2], i, j; //entrada de datos para la matriz A printf("MatrizA\...
[ "noreply@github.com" ]
AaronSarmiento.noreply@github.com
a5acfdafc9157debdaa69fffc3533f92874b4c06
a889ca901f43f60c7b105e0a6cdf2abf76980698
/dominion/mutants/mutant101605_dominion.c
0a597d8a8926f34be7942cd331ea4510b2dd81f0
[]
no_license
cs362sp16/cs362sp16_berezam
cd21fb143531fed76d68f1cb71b08dff4c440de9
b44a43198f23932f015abe6379b1ac2fdebe053b
refs/heads/master
2016-09-12T21:10:55.700141
2016-06-08T04:56:07
2016-06-08T04:56:07
56,246,014
0
0
null
null
null
null
UTF-8
C
false
false
33,422
c
#include "dominion.h" #include "dominion_helpers.h" #include "rngs.h" #include <stdio.h> #include <math.h> #include <stdlib.h> #include <string.h> //for memset 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* newGam...
[ "berezam@flip3.engr.oregonstate.edu" ]
berezam@flip3.engr.oregonstate.edu
10135cccd92b4367fc10246f36ecca92204612ea
3a49edee6e0199cbea674404833f48566c14178a
/ meter-645-2007 --username hzy1981/APP/HUCK/Protocol/H/Data_Trans.h
fe8e5fc2e27b2fb762b1c9c2059fdb13d5a26100
[]
no_license
xsjames/meter-645-2007
18f355519d3859d4485a23e1bc9055c9a57c4bc8
a1668502194db5d4119e06196eebd7386c6e65df
refs/heads/master
2023-03-16T15:45:23.457625
2010-04-07T08:07:16
2010-04-07T08:07:16
null
0
0
null
null
null
null
GB18030
C
false
false
29,126
h
#ifndef DATA_TRANS_H #define DATA_TRANS_H //#include "Authority.h" //#include "Demand.h" #undef EXT #ifdef DATA_TRANS_C #define EXT #else #define EXT extern #endif #define CH_RS485_1 CHANEL_485_1//0//第一路485 #define CH_RS485_2 CHANEL_485_2//1//第二路485 #define CH_MODULE 2//网络模块 #define CH_IRAD CHA...
[ "hzy1981@8bb8ca6c-361e-11de-be05-5f7a86268029" ]
hzy1981@8bb8ca6c-361e-11de-be05-5f7a86268029
e197e51dd13a3ae175ed1211bb1c410a5a90df80
a33aac97878b2cb15677be26e308cbc46e2862d2
/program_data/PKU_raw/72/1463.c
b757b66ad3ea878ea133151785f7962c7871e91f
[]
no_license
GabeOchieng/ggnn.tensorflow
f5d7d0bca52258336fc12c9de6ae38223f28f786
7c62c0e8427bea6c8bec2cebf157b6f1ea70a213
refs/heads/master
2022-05-30T11:17:42.278048
2020-05-02T11:33:31
2020-05-02T11:33:31
null
0
0
null
null
null
null
UTF-8
C
false
false
613
c
int due(int high[22][22],int i,int j) { int z=1; if(high[i][j]>=high[i][j-1]&&high[i][j]>=high[i][j+1]&&high[i][j]>=high[i+1][j]&&high[i][j]>=high[i-1][j]) z=0; return(z); } int main() { int i,j,n,m,high[22][22]; scanf("%d%d",&m,&n); for(i=1;i<=m;i++) { for(j=1;j<=n;j++) { scanf("%d",&hig...
[ "bdqnghi@gmail.com" ]
bdqnghi@gmail.com
c60df8db8251dd0fb73fc5443f64dc208240015b
002dbee6cc928de3e73ddf293f5e90b95eb6df9f
/Planetlab/Win32Project1/wrapper.c
ab7bedb25aa474d45c5cb5df50b15a754de513bd
[]
no_license
Tempan/LAB3
399e395b6a084b9006f56ca43a6eb32d310f90bf
01d943c89274628cbf460dc02dd620d7cc3bcecf
refs/heads/master
2021-01-19T05:52:05.555003
2015-03-19T10:50:20
2015-03-19T10:50:20
31,770,176
0
0
null
null
null
null
UTF-8
C
false
false
5,100
c
#include <stdio.h> #include <windows.h> #include <string.h> #include "wrapper.h" #define TIMERID 100 /* id for timer that is used by the thread that manages the window where graphics is drawn */ #define DEFAULT_STACK_SIZE 1024 #define TIME_OUT MAILSLOT_WAIT_FOREVER /* ATTENTION!!! calls that require a time out, ...
[ "rebecka.lauren@hotmail.com" ]
rebecka.lauren@hotmail.com
d0c388313107fd91a814b6f77b3c6e5f6400d20a
aced0b0b4b73ecb9837500a9b65eb039033e94d3
/Win10_1903_19H1_18247/x64/System32/ntoskrnl.exe/Standalone/_KTIMER_TABLE_ENTRY.h
1e461a45f1bbda047f5b6b462f33318fe00dccf3
[]
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
829
h
typedef struct _LIST_ENTRY { /* 0x0000 */ struct _LIST_ENTRY* Flink; /* 0x0008 */ struct _LIST_ENTRY* Blink; } LIST_ENTRY, *PLIST_ENTRY; /* size: 0x0010 */ typedef union _ULARGE_INTEGER { union { struct { /* 0x0000 */ unsigned long LowPart; /* 0x0004 */ unsigned long HighPart; }; /* siz...
[ "w.benny@outlook.com" ]
w.benny@outlook.com
00363456ace1fa1a01c4529e7dbe25202c867a08
c11c26c9ac5dda61370e76bbde01f8a02562f1b9
/nrf5_mesh/mesh/bootloader/include/bl_if.h
31b19f7473d7cdf2a922fee1e57c81cead000c74
[ "LicenseRef-scancode-proprietary-license", "MIT" ]
permissive
aberke/city-science-bike-swarm
79fc688e319e471889faf3185a4e0e0ccf79312e
7029673c54bb34ae49ec57be36855af1c7d618c3
refs/heads/master
2022-06-03T21:27:31.785823
2022-05-24T14:34:17
2022-05-24T14:34:17
172,578,744
17
7
MIT
2020-09-04T14:33:10
2019-02-25T20:22:41
C
UTF-8
C
false
false
11,834
h
/* Copyright (c) 2010 - 2020, Nordic Semiconductor ASA * 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 * l...
[ "samuel@ofbrooklyn.com" ]
samuel@ofbrooklyn.com
a10ee715d061b1eb6771350cabeab1f5f0cdc92d
08d01cd1c6e60748b8f5c75e7dbb00d9eea7f39a
/transcoder/rtpproxy/plug-in/gsm/gsm-1.0-pl10/src/code.c
cc1e10850287cacedc809e24264123d0dace3c3f
[ "BSD-2-Clause", "LicenseRef-scancode-unknown-license-reference", "TU-Berlin-1.0" ]
permissive
BackupTheBerlios/semsivr
77224eef7663fa55a5f294408f641037c99369d4
f865a226ec0b483750f2fd85278f309c24fb4c59
refs/heads/master
2016-09-06T02:37:42.374204
2006-09-13T22:35:30
2006-09-13T22:35:30
40,077,608
0
0
null
null
null
null
UTF-8
C
false
false
2,619
c
/* * Copyright 1992 by Jutta Degener and Carsten Bormann, Technische * Universitaet Berlin. See the accompanying file "COPYRIGHT" for * details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. */ /* $Header: /home/xubuntu/berlios_backup/github/tmp-cvs/semsivr/Repository/transcoder/rtpproxy/plug-in/gsm/gsm-1.0...
[ "sayer" ]
sayer
a4d88f4d77a6c7b6dcffddf4307277b8c92f71e1
d4e0ad0c273370003385d921db32a585fe05a0d2
/Keithley2001Sup/src/sequencer_utils.h
d6960acb2c5d042d8329bf28c5d0463d828cf156
[ "BSD-3-Clause" ]
permissive
ISISComputingGroup/EPICS-Keithley_2001
673c6524cb0d0684625867de55972047536c174a
23e7a8c871395aabe6ef8e0b06ccd5b7154d1703
refs/heads/master
2023-09-01T09:18:24.994109
2022-08-17T09:34:23
2022-08-17T09:34:23
147,840,347
0
0
BSD-3-Clause
2022-08-17T09:34:24
2018-09-07T15:15:02
C++
UTF-8
C
false
false
389
h
#ifndef sequencer_utils #define sequencer_utils #ifdef __cplusplus extern "C" { #endif long find_active_channels(int channels[], int activated_channels[]); void generate_scan_channel_string(int active_channels[], int number_of_active_channels, char set_channels_to_scan[]); int sum_of_active_channels(int c...
[ "rory.potter@tessella.com" ]
rory.potter@tessella.com
d0423a06885015b95d9f132a83d9682dd3cb6d15
2fe06cb10ebfd01caa1c780e973bcfd2e9c568fb
/homework/hw2/gol_acc_data.c
effaf00779e285a2978effdc7a0a02fc39898feb
[]
no_license
jpellegr/parallel-omp-pandemics
9e5a90ce01f9717b63f2c3a284e57f18442d7cb1
384826e014b09a762222e38e9db88711a284284c
refs/heads/master
2021-02-12T02:39:19.152115
2020-03-03T06:17:42
2020-03-03T06:17:42
244,553,765
0
0
null
null
null
null
UTF-8
C
false
false
3,338
c
#include <stdio.h> #include <stdlib.h> #include "seq_time.h" #define SRAND_VALUE 1985 #define dim 1024 // grid dimension excluding ghost cells void gol(int *grid, int *newGrid) { int i,j; // ghost rows for (i = 1; i <= dim; i++) { // copy first row to bottom ghost row grid[(dim+2)*(dim+1)+i]...
[ "jpellegr@macalester.edu" ]
jpellegr@macalester.edu
f97064bd33fbb9c9fc47d9c87031e871193f06ae
4fe20b4fe89d7f472f5bae520ec25e65f4e8f65d
/LED/Core/Src/main.c
6a84f413fbbe630b8561ab78b2fffe9f3bf85334
[]
no_license
AirChandler/STM-LED
42f82d99d86722836762c34a98d64a8fed09abf7
8ba6cd343133a3346c5ebe26f6c295cf6e3734d8
refs/heads/main
2023-02-21T04:28:47.721510
2021-01-24T22:29:51
2021-01-24T22:29:51
332,212,954
0
0
null
null
null
null
UTF-8
C
false
false
5,425
c
/** ****************************************************************************** * @file : main.c * @brief : Main program body ****************************************************************************** * @attention * * <h2><center>&copy; Copyright (c) 2021 STMicroelectronics. * ...
[ "chandlersamkeep@gmail.com" ]
chandlersamkeep@gmail.com
7864343e3b9905b7e03ff452fb7ccc72a49e124d
f278cfefcae97cd8aad5a5ae821f1ef03ef4448a
/php54/ext/reflection/php_reflection.c
eafd8820bcb0acebbf8335fda11d0b42c34480cc
[ "PHP-3.01", "BSD-3-Clause", "BSD-4-Clause-UC", "Zlib", "ISC", "LicenseRef-scancode-other-permissive", "TCL", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "JSON", "LicenseRef-scancode-pcre", "blessing" ]
permissive
MassiveMedia/MM-debian-packages-php
43349b97539e9b67aa5fd9cb20d8f788a226550a
07fa31becfc968b8be9c5ce9e49fc8265fa13c4a
refs/heads/master
2020-12-30T14:56:17.699687
2013-12-11T14:53:31
2013-12-11T14:53:31
null
0
0
null
null
null
null
UTF-8
C
false
false
193,301
c
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2013 The PHP Group | +---------...
[ "buildbox04.netnoc" ]
buildbox04.netnoc
939b1e6898da1768d0df910c594cd9c44689b640
3f514b52cb3c7417ebe18492263023d3e5be68e4
/2_delete value.c
eab8052a7e84ba243f31876e000e05697fa5c8f9
[]
no_license
Numan2962/Lab-activities
e829e23798f208ca615930ea3d3b9b573ff3ad22
88cd7fdc97ec0482fe212b48a8f9221dd20059e3
refs/heads/master
2020-03-29T19:36:39.989579
2019-07-10T13:26:37
2019-07-10T13:26:37
150,272,492
0
0
null
null
null
null
UTF-8
C
false
false
385
c
#include<stdio.h> int main() { int arr[50],i,n,index,value; scanf("%d",&n); for(i=0;i<n;i++) { scanf("%d",&arr[i]); } printf("Index: "); scanf("%d",&index); while(index<n) { arr[index]=arr[index+1]; index++; } n--; for(i=0;i<n;i++)...
[ "noreply@github.com" ]
Numan2962.noreply@github.com
85e46aee891fa7fcfa62eac5c0b44b86522cd488
0d15564bcf79b88360077b288d50a3ad0fb4526f
/Prj/Linux/Light/main/Light.h
e5fdf1ba8128fb24d1d1a7205abbf72a7dcb5162
[]
no_license
zjiot/LqbsSoftSln
54b0a7e2f869578df89a43204de5c2257a9faad3
f68fd71903c7c7e6626eab90f461c70f575187f6
refs/heads/master
2020-04-30T22:01:00.095623
2019-03-22T09:34:34
2019-03-22T09:34:34
177,107,813
0
0
null
null
null
null
GB18030
C
false
false
597
h
//***************************************************************************** // // 版权所有 (C), 2018-2028, 联强邦盛 // // 文 件 名 : Cct.h // 版 本 号 : V1.0 // 作 者 : sUesTcxF // 生成日期 : 2018-10-25 // 功能描述 : 操作系统差异相关的接口定义 // // 函数列表 : // 修改历史 : // 1.日 期 : 2018-10-25 // 作 者 : sUes...
[ "firm@admin.com" ]
firm@admin.com
d051b6864e619ce2e0940d047b2ef91722984d0c
299f54525ea055012755a6851c02ab5a69d5ca3a
/Game/Game/Game/stdafx.h
b8e8beef0fd502abad92f1dffd079bf7118f7921
[]
no_license
hirota-ryuki/teamG
bfc9f9141eafe44a9d2027d75001ed9fd49ddbc4
55e6eb9392e95a6a67c99577fff89f7cc64e82ac
refs/heads/main
2023-01-20T07:33:48.979932
2020-11-26T06:47:58
2020-11-26T06:47:58
308,493,842
0
0
null
null
null
null
SHIFT_JIS
C
false
false
267
h
#pragma once #define _CRT_SECURE_NO_WARNINGS //インクルードディレクトリを追加することで余計なファイルパスの記述を省くことができる。 //参照。 //https://qiita.com/akurobit/items/b6c05723c407b6bfd7f1 #include "HiroEngine.h"
[ "kbc18b24@stu.kawahara.ac.jp" ]
kbc18b24@stu.kawahara.ac.jp
b111817b6a8bde0a976682531e1018836023da78
a584731df76572914e1742005b4a70eec6630cb8
/srcs/libft/ft_putendl.c
35162589cf4190de1bce2debd0a4491c07c5991f
[]
no_license
Anouarelaoud/RayTracing
c3631b73af9abf703434a18df282599e1784b321
115f9a597f27ef700a983ba7e38c66933d8bcd8a
refs/heads/master
2023-09-05T18:06:56.791622
2021-11-20T18:41:07
2021-11-20T18:41:07
381,695,667
0
0
null
null
null
null
UTF-8
C
false
false
1,058
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putendl.c :+: :+: :+: ...
[ "aitelaoudanouar@192.168.1.38" ]
aitelaoudanouar@192.168.1.38
880497fa19fb11e39349128b5c52e6996916cfb1
bc949cbcded25afc8511d07c8d86509d5746b2a8
/dataset/4831.c
cafe40c0cfb20b25c11169cd8f2bd4e212c324cc
[]
no_license
hqjenny/CSmith_random_pgm
52aa1face59749a9d0656fc4088f6f921aac2dab
0ebf41b85201cbe791a13304cdb45e22504f0ce7
refs/heads/master
2023-08-17T23:28:24.519500
2021-09-15T19:55:23
2021-09-15T19:55:23
406,904,982
1
0
null
null
null
null
UTF-8
C
false
false
4,636
c
/* * This is a RANDOMLY GENERATED PROGRAM. * * Generator: csmith 2.2.0 * Git version: dcef523 * Options: --no-structs --no-pointers --no-math64 --max-funcs 4 --no-unions --output 4831.c * Seed: 4004261961 */ #include "csmith.h" static long __undefined; /* --- Struct/Union Declarations --- */ /* --- GL...
[ "hqjenny@hotmail.com" ]
hqjenny@hotmail.com
319b31e3f3698bae06f781fbc0148015735f7ff4
aaee08d97b6ffc50562d2f3034b57868a2148a78
/Firmware/PeugeotDisplay4245/PeugeotDisplay4245.cydsn/Generated_Source/PSoC4/SPILCD_mosi_m_aliases.h
59ac4cd852953f9e9e6c70b97d752fbef38afa73
[ "MIT" ]
permissive
hackingchips/Peugeot-3008-Display
af3e4bb11a1feb5e4f1dfd074db1b7c842cf7a9c
72db2b333a6ed6925af34792b28315eef8e74198
refs/heads/main
2023-03-22T20:28:38.890068
2021-03-20T15:39:16
2021-03-20T15:39:16
302,161,908
2
2
MIT
2021-03-20T15:39:17
2020-10-07T21:14:46
C
UTF-8
C
false
false
1,557
h
/******************************************************************************* * File Name: SPILCD_mosi_m.h * Version 2.20 * * Description: * This file contains the Alias definitions for Per-Pin APIs in cypins.h. * Information on using these APIs can be found in the System Reference Guide. * * Note: * **********...
[ "hackingchips@gmail.com" ]
hackingchips@gmail.com
1c9ed84e4005835d6edd23e75d7e9b7078b993f6
5db740be665663ee2cab2df1d008bf8c26a1e6b2
/node.h
61e453da653e4b1cd7efe9b4a6702d9ce9b497e8
[]
no_license
PostolacheAdrian/n-ary-tree
664907afb3140af9395ccedb6666dc7c77462d2c
d1f048e37c99df0b8644ab68164987429d7efa87
refs/heads/master
2023-03-18T19:38:32.463866
2018-11-15T23:14:13
2018-11-15T23:14:13
null
0
0
null
null
null
null
UTF-8
C
false
false
1,943
h
#ifndef _NODE_H #define _NODE_H 1 #include <stdlib.h> typedef struct Node Node; struct Node { void *data; Node *next; Node *prev; Node *parent; Node *children; }; /* Creates a new Node containing the given data */ /** Returns NULL on error **/ Node* nodeNew(void *data); /* Inserts a Node as the first child of ...
[ "adrienadrien@neuf.fr" ]
adrienadrien@neuf.fr
7fc2c83ab72948edcd8f5ed6547e0e74a1d8bb5f
4de260aff23dd1cfeff584107c63e6bf0e4ebad1
/Chapter 2/stringEscape_Test/Test_stringEscape.c
06c932148befc7a58bf8015b944951ceb8587068
[]
no_license
Watch-Later/Tiger-Compiler
20b5715943d73782918f13eb85471d3d69c3e23f
a366acdddf3b686dba83705d27aa9c8e5757e71a
refs/heads/master
2022-04-11T06:30:47.069123
2020-02-02T14:37:54
2020-02-02T14:37:54
null
0
0
null
null
null
null
UTF-8
C
false
false
9,207
c
#include "../stringEscape.h" #include <CUnit/CUnit.h> #include <CUnit/Basic.h> #include <stdlib.h> #include <string.h> /*--------------------------------------------------------------*/ void translateEscape_ShouldReturnNullOnInvalidParam(void) { // fixture setup char* nullString = NULL; // sys...
[ "lgxZJ@outlook.com" ]
lgxZJ@outlook.com
6361a4c91bda44c04b8d2310edfb51f2337a11d2
7389b7011b891238fd33388d4c26dcb0385c3e96
/model/Scade/System/TracksideDynamicModel/TestTracks/UtrechtAmsterdam_oETCS/Simulation/Packets_BG369_AmsterdamUtrechtL2_Sheet06_Bijlmer_Balises.h
7a3edd87245480c06f0cd4748f7e5cc7b405159b
[]
no_license
aprobst/modeling
fddc79c22b02d5420b8e46264a8313bd903db701
bfeac74f1f0422bca713ed0dc028b645dbe629a1
refs/heads/master
2020-12-31T03:35:49.067739
2015-07-31T14:20:16
2015-07-31T14:20:16
31,776,897
0
0
null
2015-03-06T16:00:32
2015-03-06T16:00:31
null
UTF-8
C
false
false
4,122
h
/* $*************** KCG Version 6.1.3 (build i6) **************** ** Command: s2c613 -config C:/GITHUB/modeling/model/Scade/System/TracksideDynamicModel/TestTracks/UtrechtAmsterdam_oETCS/Simulation\kcg_s2c_config.txt ** Generation date: 2015-07-21T17:55:34 ************************************************************...
[ "mairamou@lea-energy.com" ]
mairamou@lea-energy.com
39867f95da6429541c18f9b34cc5cb1c62ce0894
231028fd9a63e337f08773729654d0a54056f437
/pads/host/padrcv.c
ed163a53d3787f9221210a4b1b3e35000a4f2fcc
[]
no_license
noelhunt/libblit
8a4f8ee18836473dfc0ad68a78372cdde0858866
59c0754a81b61e6547ec2860aba6fc9558a27476
refs/heads/master
2022-11-13T02:05:51.232802
2020-07-04T23:59:07
2020-07-04T23:59:07
272,360,025
0
0
null
null
null
null
UTF-8
C
false
false
1,297
c
#include <pads.h> SRCFILE("padrcv.c") void PadRcv::invalidate(){ static short uniq; magic = 0; oid = ++uniq; } #define MAGIC (('P'<<8)|'R') PadRcv::PadRcv(){ invalidate(); magic = MAGIC; } int PadRcv::isvalid() { return magic == MAGIC; } PadRcv::~PadRcv() { invalidate(); } char *PadRcv::help() { return 0; ...
[ "noel.hunt@gmail.com" ]
noel.hunt@gmail.com
fc4bc9b630385a1735f185f865db27375d10ae98
b1023ff11de2dba678989db90a35cd5185bc319a
/HelloUsart2/Src/gpio.c
08f576c037f9da4c04b2333355c4b6d4a5756521
[]
no_license
kristophertab/stm32
6a3a2c1530ff8d7ef33a14c2674c0022a6e9783a
4a746d347065b43418363db0c729db57aae79805
refs/heads/master
2021-01-18T12:15:07.947809
2017-04-26T14:08:20
2017-04-26T14:08:20
84,331,075
0
0
null
null
null
null
UTF-8
C
false
false
3,265
c
/** ****************************************************************************** * File Name : gpio.c * Description : This file provides code for the configuration * of all used GPIO pins. *****************************************************************************...
[ "krzysiektab@gmail.com" ]
krzysiektab@gmail.com
3e9afa70fe9049f0221cef1c9909e8705180de66
e6b03c592aeb27dd9408509feb8111342c7e4fe4
/quadrature_encoder.h
1fb275b79fbc608d278578f0b1b7fe6373b53e35
[]
no_license
hummingbird-technologies/driver-myRIO
024bd6d0a9c170f0c8ca4a058b79c87c08d4e76b
80ec312d5777bcf6485017de1d086e0ed40ddd72
refs/heads/master
2021-01-19T19:48:18.122512
2017-04-18T23:07:14
2017-04-18T23:16:43
88,448,313
0
0
null
null
null
null
UTF-8
C
false
false
430
h
#ifndef MYRIO_DRIVER_QUADRATURE_ENCODER_H_ #define MYRIO_DRIVER_QUADRATURE_ENCODER_H_ #include "channel.h" struct quadrature_encoder_t { const struct qenc_channel_personality_t *channel_personality; uint32_t value; }; status_t quadrature_encoder_init(struct quadrature_encoder_t *qe, uint8_t encoder_num); status_...
[ "dibyo.majumdar@gmail.com" ]
dibyo.majumdar@gmail.com
30539807da74f58247f01534221d9aea56b8af6e
39fe2208b4255f18fe9d0ff02b10d38f7e7193d0
/HARDWARE/UARTLCD/uartlcd.h
9ffa58eb33be2a7c9df365f4dfed78aebde74b0d
[]
no_license
evavoid/matrix_stm32h743
79f4f859881ff789b77960402a1381e6f62439d4
023659c61525bec4e33f7679cff430c1465420ea
refs/heads/master
2023-01-24T10:12:29.069636
2020-12-10T08:52:40
2020-12-10T08:52:40
319,959,907
0
1
null
null
null
null
GB18030
C
false
false
2,051
h
#ifndef __UARTLCD_H #define __UARTLCD_H #include "matrixos.h" extern UART_HandleTypeDef UART2_Handler; //UART?? typedef void(*callbake)(void);//指令调用函数的指针 #define USART2_DATA_LEN (520) //200 bytes typedef struct{ u8 USART_BUF[USART2_DATA_LEN];//指令缓冲 u8 order_successful;//指令阻塞与否 //0:when there(USART_...
[ "x455814246@126.com" ]
x455814246@126.com
e16cf5d65f5c4db8393eda56a0b140ba38f4e6db
bca470148c27a26e0963260942c94c798532cc7c
/WIZ550web_Firmware/WIZ550web_Boot/src/PlatformHandler/timerHandler.h
85759d8139777581e905ba5d42aa7631dbaad32b
[]
no_license
7tobias/WIZ550web
78ad6290e9e86393ff38b2ee4b83e30a4509c607
155e52458275084e4d910290e246acbc6b64f1c5
refs/heads/master
2021-01-21T00:01:25.673665
2015-03-18T14:51:48
2015-03-18T14:51:48
32,387,030
1
2
null
2015-03-17T10:32:09
2015-03-17T10:32:09
null
UTF-8
C
false
false
96
h
#ifndef __TIMERHANDLER_H__ #define __TIMERHANDLER_H__ void Timer_Configuration(void); #endif
[ "myst5829@gmail.com" ]
myst5829@gmail.com
121de0940a7e3c3716dced0376d184da62f4ef1e
0cb919aab98c45162ee9d51cc6a1e37814961d43
/corectari/ft_printf/bla/ft_strnstr.c
6e4e429499f8656f0c3a48db01b298320749e6de
[]
no_license
gustavo249/power
b66aace2a4dd6d83094f551b029c6bd4eda13580
bf7b35fefa531be68af7b4a20ff937803411a9c1
refs/heads/master
2021-01-10T11:03:21.372194
2016-02-15T12:35:16
2016-02-15T12:35:16
45,904,657
0
0
null
null
null
null
UTF-8
C
false
false
1,210
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strnstr.c :+: :+: :+: ...
[ "rcrisan@e1p18.cluj.42.fr" ]
rcrisan@e1p18.cluj.42.fr
02c405a1e1986b0ec542890d6cfec6efe41ec83d
7431f68767f71ff763e01170f03cb72f22912d9a
/ImgProcess/ImgProcess/Image/jasper/jp2/jp2_cod.h
e15de0c7081f82c9239947d7a380f5e2377b3f99
[]
no_license
panyong198801/omr_C_plus_plus
115d7c137510fb76e89e1daa38297493d932d6aa
27316625eaa7004b9414348d43f2f7a0167bae75
refs/heads/master
2021-07-07T03:00:28.147954
2017-09-25T05:16:00
2017-09-25T05:16:00
104,538,415
2
1
null
null
null
null
UTF-8
C
false
false
11,954
h
/* * Copyright (c) 1999-2000 Image Power, Inc. and the University of * British Columbia. * Copyright (c) 2001-2002 Michael David Adams. * All rights reserved. */ /* __START_OF_JASPER_LICENSE__ * * JasPer Software License * * IMAGE POWER JPEG-2000 PUBLIC LICENSE * ************************************ * ...
[ "py@mteach.cn" ]
py@mteach.cn
48c0903bcce18cd10f2ea0e53c34079b188bb902
42ab733e143d02091d13424fb4df16379d5bba0d
/third_party/libsdl2/src/events/scancodes_linux.h
3fec4b59752dc6f0ca997a890e163cd9fcb3a057
[ "Apache-2.0", "CC0-1.0", "LicenseRef-scancode-unknown-license-reference", "Zlib" ]
permissive
google/filament
11cd37ac68790fcf8b33416b7d8d8870e48181f0
0aa0efe1599798d887fa6e33c412c09e81bea1bf
refs/heads/main
2023-08-29T17:58:22.496956
2023-08-28T17:27:38
2023-08-28T17:27:38
143,455,116
16,631
1,961
Apache-2.0
2023-09-14T16:23:39
2018-08-03T17:26:00
C++
UTF-8
C
false
false
11,347
h
/* Simple DirectMedia Layer Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
[ "romainguy@google.com" ]
romainguy@google.com
5cec501796f55349c5d0a27c249f6381eb61a47d
9e75207fede75cbf93367da61cf4c32ed26ce21d
/src/str_opt.c
2bc2db0742be81db296d5788bc0395ac704ebba4
[]
no_license
EnterpriseDu/file_io-new
740cbb0b730bb78d0e45debc7af2092863d7d03c
2a8f019bdcbc228e0790c4657ec2805e26c83f43
refs/heads/master
2020-04-22T17:01:43.421341
2016-10-10T16:24:56
2016-10-10T16:24:56
170,527,223
0
0
null
null
null
null
UTF-8
C
false
false
5,855
c
#include "file_i.h" /* This function examines whether a string * represents a real number. * Transform the string represents a * negtive number into a string represents * the opposite one and return its' sign. * It returns 0 if the string do not * represents a real number. * * In the result given by this fun...
[ "du@mail.bnu.edu.cn" ]
du@mail.bnu.edu.cn
de9f36b68bb7ee248dc331b73e52879563c81a5a
617bd24f8c106b9c707a0afcef2abc2b64e08e43
/ios/Pods/Headers/Private/ReactABI32_0_0/ReactABI32_0_0/ABI32_0_0RCTVersion.h
1734ca3bd0b4e205922ef1d47dc7371ccdafeb9f
[ "MIT", "BSD-3-Clause", "Apache-2.0" ]
permissive
atiato78/expo
54f15c932a3984f2a60b7fddc9bd55c470ba92e4
0c9ef858e125b5f9d421edc183ec10aa84c9b41b
refs/heads/master
2022-12-15T09:30:33.721793
2019-07-31T20:04:43
2019-07-31T20:04:43
199,931,004
2
0
MIT
2022-12-04T05:33:11
2019-07-31T21:24:06
Objective-C
UTF-8
C
false
false
80
h
../../../../../versioned-react-native/ABI32_0_0/React/Base/ABI32_0_0RCTVersion.h
[ "sjchmiela@gmail.com" ]
sjchmiela@gmail.com
42326566321d7efaa8a2c8d41933f36f5b5da928
ebbaf85b76d797ea5d6a35b98a741933a94fbbbb
/maples3/src/person.c
c8dc55c4411e8dbf35620e71010db83f2dceda12
[]
no_license
weir6360/CS451
7bd47d3e8e1c77a8bf440c013496a9b96599eec1
b36c8a37c8d5586b293d2913c092c164605ffe9a
refs/heads/master
2022-03-21T04:26:41.770396
2019-12-18T17:58:22
2019-12-18T17:58:22
null
0
0
null
null
null
null
UTF-8
C
false
false
3,456
c
/* * Author: Joseph Maples * Assignment Number: 3 * Date of Submission: December 6th, 2019 * Name of this file: person.c * Description of the program: Function for running the person threads */ #include <pthread.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include "person.h" #include "utils.h" #...
[ "joe@maples.dev" ]
joe@maples.dev
037529e97a0de53d297f2123a42cd6dc570385a8
20c86d7c831ab9c0fca389d494a1e15825b71160
/formalism/test025.c
ef51010af20264e045fcef73c35ad8edcfad626f
[ "BSD-3-Clause", "GPL-3.0-only" ]
permissive
ltcmelo/psychec
a747d0eb08806fcc6d054c91635b198d6c3ac25c
fe1dabb6e85c4cabf0c623721d82f665b7d94216
refs/heads/master
2022-07-28T03:20:15.250911
2022-07-23T19:38:16
2022-07-23T19:38:16
73,128,877
503
39
BSD-3-Clause
2022-07-23T19:33:29
2016-11-07T23:02:46
C++
UTF-8
C
false
false
132
c
T f() { const int* cip; T1 x; x = cip; const double* cdp; T2 y; y = cdp; x = y; return 42; }
[ "LTCMELO@GMAIL.COM" ]
LTCMELO@GMAIL.COM
f18f369ef10863b7eb572b92a4c8dce148430d72
fcab201b38eae05d35c2fcdb67142e2ef6226771
/src/ft_strclr.c
0f8ec70c33703fc5c09c7e17f13bfca5cadb0e00
[]
no_license
BimManager/libft
97587c1027e038eaf65a677a264635a5ae609d50
8505c4e33e694ccd177374d033ee1177e06efbbc
refs/heads/master
2021-06-22T14:29:29.049096
2020-12-15T15:04:01
2020-12-15T15:04:01
158,298,031
0
0
null
null
null
null
UTF-8
C
false
false
987
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strclr.c :+: :+: :+: ...
[ "kkozlov@e1z2r6p14.42.us.org" ]
kkozlov@e1z2r6p14.42.us.org
fc065777f81a894d3167e88744b6c9ec1ebf9f10
f57dfd98336a6de9c04001ee0e734dbe1bd6cd51
/rodcutter.c
622ac2f5191cc4b3f013e2745b5873ebcdfeec88
[]
no_license
rahulje/APS2020
9af823a7c62090e43be8ce8b7aefbe4d8b50c13b
3721c01a6a4395252563fe29100dcdfbb08ae433
refs/heads/master
2020-12-20T19:16:02.728862
2020-05-12T15:23:08
2020-05-12T15:23:08
236,184,322
0
0
null
null
null
null
UTF-8
C
false
false
626
c
#include<stdio.h> long int max(long int a,long int b) { return (a>b?a:b); } long int rodcutter(long int b[1000],long int n) { long int a[1000]; long int res; a[0]=0; a[1]=b[0]; for(long int i=2;i<=n;i++) { for( long int j=1;j<=(i/2);j++) { res=max(b[i-1],(a[j]+a[i...
[ "jerahul745@gmail.com" ]
jerahul745@gmail.com
ff7c9569c049affa8245bc7dcf2bfcecbd1b8610
ea042ca2eda68a964351b7ea24f58654f2ac5847
/FsFilter/FsFilter/FsFilter.c
4bbf1959148ff6dfb7294b9406265c5d2ac896ea
[ "Apache-2.0" ]
permissive
Ivan-Nebogatikov/WindowsHypervisorProtection
c245a7fc85dcde9364385d214bcaa75d08211558
fe657ecc3f41561fc2c9629448c1efac1d3bdaef
refs/heads/master
2020-05-09T11:09:06.554549
2019-04-12T19:37:16
2019-04-12T19:37:16
181,069,222
3
0
null
null
null
null
UTF-8
C
false
false
6,673
c
#include <fltKernel.h> #include <dontuse.h> #include <suppress.h> PFLT_FILTER FilterHandle = NULL; NTSTATUS MiniUnload(FLT_FILTER_UNLOAD_FLAGS Flags); FLT_POSTOP_CALLBACK_STATUS MiniPostCreate(PFLT_CALLBACK_DATA Data, PCFLT_RELATED_OBJECTS FltObjects, PVOID* CompletionContext, FLT_POST_OPERATION_FLAGS Flags); FLT_PREO...
[ "moolush671@gmail.com" ]
moolush671@gmail.com
b4743d239d500f61e4ff314170d55ea4cc367ae8
45a669db0afda72c353440bfb54921c0b06bfba0
/HAL/KeyPad.c
100f758b5e867168c5cf998183f1649fef95a1aa
[]
no_license
NadaGamalRagab/Air_Condition
96041b3a194d55d1e9848d13c7b20f44abb065d5
ba7d0bf2b829d5698fea0bec66171a666ed1ec61
refs/heads/master
2022-12-01T23:26:23.386746
2020-08-23T22:48:58
2020-08-23T22:48:58
289,777,924
0
0
null
null
null
null
UTF-8
C
false
false
2,105
c
/* * KeyPad.c * * Created on: 5 May 2019 * Author: Belal Elmahdy */ #include "KeyPad.h" /* * * *c1 c2 c3 * row1 1 2 3 * row2 4 5 6 * row3 7 8 9 */ void keypad_init (void) { // Set columns as output and rows are input KEYPAD_PORT_DIR_R &= 0xF8; KEYPAD_PORT_DIR_C |= 0xE0; // Pull up res...
[ "nadaragb367@gmail.com" ]
nadaragb367@gmail.com
1082c43bf802634f431f2acaf182035ffee24ddf
e1fdff01688effce66b53dca02f9dd256a4ed75b
/c_files/tree.c
8ca17e722600fec847d1b2c7a9b7b03718aee8f0
[]
no_license
RedlineResearch/oicdb
e8e7c1af75d9f025876767144d5a5404794a416a
c863d0af29f045c827e3a9ecd09f1050636e4df6
refs/heads/master
2021-01-20T06:28:02.246058
2014-05-28T17:53:38
2014-05-28T17:53:38
null
0
0
null
null
null
null
UTF-8
C
false
false
223
c
#include <stdio.h> #include <stdlib.h> int main(int argc, char *argv[]) { int x; int y; x = sizeof(x); x = (y = 3); x++; printf("x = %d\n", x); { x += 3; printf("x + 3 = %d\n", x); } return 0; }
[ "karl.cronburg@gmail.com" ]
karl.cronburg@gmail.com
7c1c485e5c0c5c1da6089ba6f185c7e8a911aa41
c05f9f6817f74263bdc078d3872ba8fab6f1b09b
/1481598794.c
656ea7d1d0983a0d1c85542001a0add26d766430
[]
no_license
Saisi/secret-octo-wookie
71aa331779216775ee10d8d0a738dd364a5c5202
a8e52e3fed94ab6993d4baaeaa926d659cac3735
refs/heads/master
2021-01-23T18:59:00.780545
2017-06-03T05:33:28
2017-06-03T05:33:28
25,811,730
0
0
null
null
null
null
UTF-8
C
false
false
370
c
/* * This is a RANDOMLY GENERATED PROGRAM. * * Generator: csmith 2.2.0 * Git version: dcef523 * Options: (none) * Seed: 2701697514 */ #include "csmith.h" static long __undefined; /* --- Struct/Union Declarations --- */ union U0 { volatile int8_t f0; volatile uint64_t f1; }; union U1 { cons...
[ "saisi@users.noreply.github.com" ]
saisi@users.noreply.github.com
856c07258222fef49809503d996a1b7e07ca77f6
8ff65fa4df835cd03eca1a2cf68805337fb4fe53
/ft_binary.c
aad26d7f52ee6909426440c9e016ba420ec353d2
[]
no_license
esormune/ft_printf
0ea19a70fe30f13d38be519c346e31f94e8874c5
598df6ffc98bd80745a09517d4a002d9778135c7
refs/heads/master
2023-03-07T03:51:48.247328
2021-02-24T20:31:57
2021-02-24T20:31:57
341,966,810
1
0
null
null
null
null
UTF-8
C
false
false
2,230
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_binary.c :+: :+: :+: ...
[ "exlyn@hotmail.com" ]
exlyn@hotmail.com
68cfa1b3e77abb7afe33f488f6aaf7dd78a90751
07b667a54bf6ba1eb66cb309b49f246d12b23419
/FDLog-Demo/fd_json_helper.c
d956859ecc1c54ab456d766f21f3a2e288ac3223
[ "MIT" ]
permissive
zColdWater/FDLog
1184d1c32d80fc2f838bf42f45132f3661c02a71
1a61abf3177f0729dc5b3fe2bb6c31b5645ff201
refs/heads/master
2020-04-25T09:13:49.862547
2019-06-06T08:59:16
2019-06-06T08:59:16
172,670,072
1
0
null
null
null
null
UTF-8
C
false
false
3,439
c
#include "fd_json_helper.h" #include <stdlib.h> #include <string.h> fd_json_map *fd_create_json_map(void) { fd_json_map *item = malloc(sizeof(fd_json_map)); if (NULL != item) memset(item, 0, sizeof(fd_json_map)); return item; } int fd_is_empty_json_map(fd_json_map *item) { fd_json_map temp; ...
[ "yongpeng.zhu@nio.com" ]
yongpeng.zhu@nio.com
699b0283b9d6b859200568db6957092c98a2c290
67608fe7bfed5e2cd12d8b6b91b190b44bb89f2e
/board/Unica_20I9_STM32F405_FC/sofa/epb.c
96fc945b61f97bc57e982e19e1ebf53420a1d791
[]
no_license
Guccif3r/CanSat-20I9
94c405b505e25d7a836b093c7aa188d2ebbcb45e
be880341ca521bb7fbf31de8c690f7c12910a53e
refs/heads/master
2022-12-02T05:10:39.195782
2020-08-13T21:48:36
2020-08-13T21:48:36
287,376,457
2
0
null
null
null
null
UTF-8
C
false
false
5,392
c
#include "sofa.h" float iauEpb(float dj1, float dj2) /* ** - - - - - - - ** i a u E p b ** - - - - - - - ** ** Julian Date to Besselian Epoch. ** ** This function is part of the International Astronomical Union's ** SOFA (Standards Of Fundamental Astronomy) software collection. ** ** Status: support function....
[ "43478579+Guccif3r@users.noreply.github.com" ]
43478579+Guccif3r@users.noreply.github.com
8f923b9bcb79170a6c504acc4237e920742745c8
f6d168595dbea48fcd548db1f575117cc5c7dcc5
/Insertion_of_string_between_braces.c
b4b4850f82294715641b5a3970252352f498579f
[]
no_license
srikeerthan/mrnd2016
080fd6e92d8460a564bf324bb08214fee474c34e
d2ea630613ff9fe5ac495432db971122cc9505cf
refs/heads/master
2021-01-10T18:29:48.462352
2015-08-29T14:22:09
2015-08-29T14:22:09
41,305,049
1
0
null
null
null
null
UTF-8
C
false
false
1,008
c
#include<stdio.h> int message(char *st1, char *st2, char *st) { int i,length,j; for (length = 0; st1[length]; length++); if (length % 2 != 0) return 1; for (i = 0,j=length-1;i<j; i++,j--) { switch (st1[i]) { case '(': if (st1[j] != ')') return 1; break; case '[': if (st1[j] != ']') re...
[ "srikeerthanreddy@gmail.com" ]
srikeerthanreddy@gmail.com
2a918f211daf439ba27eec995ffc28e35f1e1769
556db265723b0cc30ad2917442ed6dad92fd9044
/tensorflow/core/lib/core/threadpool_options.h
753348a4bdbb97474d64b6a3746878b5fd07ebb5
[ "MIT", "Apache-2.0", "BSD-2-Clause" ]
permissive
graphcore/tensorflow
c1669b489be0e045b3ec856b311b3139858de196
085b20a4b6287eff8c0b792425d52422ab8cbab3
refs/heads/r2.6/sdk-release-3.2
2023-07-06T06:23:53.857743
2023-03-14T13:04:04
2023-03-14T13:48:43
162,717,602
84
17
Apache-2.0
2023-03-25T01:13:37
2018-12-21T13:30:38
C++
UTF-8
C
false
false
897
h
/* Copyright 2019 The TensorFlow Authors. All Rights Reserved. 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 law or a...
[ "gardener@tensorflow.org" ]
gardener@tensorflow.org
6522147020ef2b9c86487824e06dae040ab33682
f62832e44d5627e8f444cf88c1055bcbad4d2262
/soda_codes/cp_add_20_nopipe_1_opt/soda_code/cp_add_20_nopipe_1_opt_kernel.h
f0f5edc4c4656b657fa33c063dd3ab89a99705a8
[]
no_license
incandwo/clockwork
e876e03acb48acf9940d885aa65aa6223a7e8eb6
a6554cd77a83c216b8156d1b3bc2f692ccaff108
refs/heads/master
2022-10-07T16:22:10.420795
2020-06-06T23:32:50
2020-06-06T23:32:50
266,398,311
0
0
null
2020-05-23T18:43:14
2020-05-23T18:43:14
null
UTF-8
C
false
false
156
h
#include "ap_int.h" extern "C" { void cp_add_20_nopipe_1_opt_kernel(ap_uint<16>* cp_add_20_nopipe_1, ap_uint<16>* raw_oc, uint64_t coalesced_data_num); }
[ "dillonhuff@gmail.com" ]
dillonhuff@gmail.com
28f08412c562188fa1283709b0af9977ffc715a3
94e8344ee420ae4d2eb1643e95973845f341a3d2
/gcc_4.3.0_mutants/mutant100288_cfgloopanal.c
bf4665c5dfcc6b781f3b9de945a360b76285cac8
[]
no_license
agroce/compilermutants
94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3
dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991
refs/heads/master
2022-02-26T21:19:35.873618
2019-09-24T15:30:14
2019-09-24T15:30:14
207,345,370
1
0
null
null
null
null
UTF-8
C
false
false
10,540
c
/* Natural loop analysis code for GNU compiler. Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; ei...
[ "agroce@gmail.com" ]
agroce@gmail.com
bdc13a97f565e8b7c0794ed74cf17b6f0450ce1c
dec68c105e3c9244047eecb901900903e26fd411
/pRemoteSniffer/eth_config.h
bbd2512b8c9f3b3f8158a476ccd7a2031900f7c0
[ "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause", "BSD-2-Clause-Views" ]
permissive
cnlohr/espthernet
a15866f3c9e58f1e137ac171ecac84d30f1ab42d
348050286698f9964fa26e89bfd5dcaa421f22af
refs/heads/gh-pages
2021-01-13T12:26:09.479785
2017-05-23T04:35:49
2017-05-23T04:35:49
54,803,019
252
46
null
2017-04-19T14:41:27
2016-03-26T22:49:30
C
UTF-8
C
false
false
2,177
h
#ifndef _ETH_CONFIG_H #define _ETH_CONFIG_H #include <mystuff.h> #define MAX_FRAMELEN (ETBUFFERSIZE) #define ETBUFFERSIZE (1548+4) //576 is the IP minimum MTU //1536 is the Ethernet MTU, +4 is for CRCs #define TX_SCRATCHES 1 //Cannot be anything else!!! #define TX_SCRATCHPAD_END MAX_FRAMELEN #define TCP_BUFFERSI...
[ "lohr85@gmail.com" ]
lohr85@gmail.com
7fbe6eaea46bdcd422bb80fee322f93bbbc2a997
c98f7f95870d73fca4d3cfb7c1fd60a3c3d90794
/simplec/module/struct/rbtree.c
7360d7c5d125962ca08de26c0c8900474842736c
[]
no_license
wangzhitwo/simplec
46a32ba3b2b709f3dc99ee87d1303e966dcbc61c
a0529f6b4fabb61a67bf53e915d13cf4bed56293
refs/heads/master
2021-01-25T04:50:09.938918
2017-06-06T07:46:42
2017-06-06T07:46:42
null
0
0
null
null
null
null
UTF-8
C
false
false
14,976
c
#include "rbtree.h" /* * 操作辅助宏, 得到红黑树中具体父结点, 颜色. 包括详细设置信息 * r : 头结点 * p : 父结点新值 * c : 当前颜色 */ #define rb_parent(r) ((struct $rbnode *)((r)->parent_color & ~3)) #define rb_color(r) ((r)->parent_color & 1) #define rb_is_red(r) (!rb_color(r)) #define rb_is_black(r) rb_color(r) #define rb_set_black(r) (r)->par...
[ "wangzhione@163.com" ]
wangzhione@163.com
62c0b866478bd6c2dbeeeb035ed4fb0bc0f3191d
ac2f8cd0a4dabbb772384238c7012fd6053bd7d9
/DS/C/SinglyLinkedList.c
271d67ad3e4d9bd0b4dad2d99ef27bad43d74d63
[]
no_license
thakursaurabh1998/UCA
f495699787c8e2e62294aa0870167c3c8a873413
93795986c948d4ec426e00f7e46f0d05aedf9a0d
refs/heads/master
2021-06-04T09:39:29.833007
2021-03-19T22:17:59
2021-03-19T22:17:59
141,464,351
9
4
null
2018-10-25T04:02:09
2018-07-18T16:55:49
C
UTF-8
C
false
false
2,452
c
#include <stdio.h> #include <stdlib.h> #include <assert.h> typedef struct node { int data; struct node *next; } node; node *createNode() { node *nn = (node *)malloc(sizeof(node)); return nn; } void addAtBeg(node **h, int d) { node *nn = createNode(); nn->data = d; nn->next = *h; *h = ...
[ "thakursaurabh1998@gmail.com" ]
thakursaurabh1998@gmail.com
c3770e3cfcb2f0bb8670de4ec16f313a3f586f57
c760d8a052966859a8e653b2a3c58c635dd21d52
/src-ginvest/configuration.c
9958f8142778683cf59fb7527e01fdca063d694c
[]
no_license
bajok/gsierpinski
4b22973acb01e084dc8a6a02e638e3ef34c7fbb4
e53251eee06bb83b1a44281bbb5ff66741ac5ffe
refs/heads/master
2021-01-20T00:37:35.873825
2017-04-23T18:31:25
2017-04-23T18:31:25
89,162,598
0
0
null
null
null
null
UTF-8
C
false
false
7,991
c
/* * configuration.c * * Copyright 2009 Przemysław Dużyk <przemyslaw.duzyk@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version...
[ "przemyslawduzyk@gmail.com" ]
przemyslawduzyk@gmail.com
c96626e443303444a1b14407655af22fd9f238fe
98be068945822b8a804780bf09f956b19135faba
/3,EMWIN扩展例程/EMWIN实验15 BUTTON使用/USER/main.c
aa158170cf65fb908351f21d1cc80ef0c224b7f1
[]
no_license
SetCalm/stm32f4xx_ext_template
5546f7b534af3b5b3d39cfb7e649cee77af6a7f0
81b4d1c8c8b4451f86d93b3e71c7199e95376c84
refs/heads/master
2023-03-16T09:50:31.133683
2017-11-10T02:09:40
2017-11-10T02:09:40
null
0
0
null
null
null
null
GB18030
C
false
false
7,738
c
#include "sys.h" #include "delay.h" #include "usart.h" #include "sram.h" #include "malloc.h" #include "ILI93xx.h" #include "led.h" #include "beep.h" #include "timer.h" #include "touch.h" #include "sdio_sdcard.h" #include "GUI.h" #include "ff.h" #include "exfuns.h" #include "w25qxx.h" #include "includes.h" #include "But...
[ "dixonliu@intranet.idthk.com" ]
dixonliu@intranet.idthk.com
cf09bb475819fad0110439978ce9971374ed9ecc
481ebe1e90e3fed7b6ae5db8baa233c9b361fea0
/InteraScreen.c
286407f5df18331f4ab1b8859bca687434e4c4a2
[]
no_license
ClemGG/UE2
45411250ca028265d86d1acbc8ab5925e9a7c95e
c7650a51ac27c4c08b574ba93213bb962e43a990
refs/heads/master
2021-01-12T08:20:25.900230
2016-12-16T10:06:38
2016-12-16T10:06:38
76,544,454
1
0
null
null
null
null
UTF-8
C
false
false
1,445
c
#include <stdio.h> #include <stdlib.h> #include <time.h> #include "Default.c" #include "Historique.c" int main(){ system("clear"); ///On définit une variable qui servira à détecter les entrées clavier char c; //On définit la position aléatoire de l'avion int AvionX=rng(70); int AvionY=-rng(25); //On l'enregistr...
[ "exia@WSSYSCP1.exia" ]
exia@WSSYSCP1.exia
d89e8b551d5c9bad4af0a8fce97282a08b6b0e7c
fab0c2fdc4bc83836354d390afd14905122314cc
/app/libs/boringssl/crypto/fipsmodule/bn/internal.h
3e50e18108b79738eeb4f5e2d4b4e5eb77b34669
[ "BSD-3-Clause", "OpenSSL", "ISC", "LicenseRef-scancode-openssl", "LicenseRef-scancode-ssleay-windows" ]
permissive
Paymon-com/paymonWallet-android
74f4fd611f346f5c1043681531551b2c96d5da37
8fad5cf7ca44954c4318249e7d1d8c772e296b41
refs/heads/master
2022-08-02T17:24:02.194082
2019-11-02T08:52:53
2019-11-02T08:52:53
263,301,116
0
0
null
null
null
null
UTF-8
C
false
false
11,872
h
/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-commercial use as long as ...
[ "vcimka96@gmail.com" ]
vcimka96@gmail.com
d068c9a570196331b68ac7adb3b7bbf956f22368
6274631ff4237dca01039e1b9ccbd2456b866747
/src/characters/wall.h
efb676a508fe7388fb72095dc943c7251e7584b1
[]
no_license
pierre42100/CharactersGame
55d5643dfda9a67c7a3d9622134845fef9950064
1ccd1d6a1fa750a0812a88e305c8343ec2395573
refs/heads/master
2020-03-22T22:11:42.846113
2018-07-12T16:13:24
2018-07-12T16:13:24
140,738,727
0
0
null
null
null
null
UTF-8
C
false
false
922
h
#ifndef WALL_H_INCLUDED #define WALL_H_INCLUDED /** * Wall objects - Header file * * @author Pierre HUBERT */ #include "../core/character.h" /** * Defines wall object */ typedef struct Wall { //Root character Character character; //Position of the next character struct Wall *nextWall; } Wall...
[ "pierre@hubert.fr" ]
pierre@hubert.fr
08eed91ccf15d0cbc127064bf91488be6ccb3996
c3498c1d3f4c88380dd2fe5a0d57c8d82394d9d6
/SCC0202/trab3/src/main.c
fc13ca5ad3e58671f63f0904b0dd716af5d022d9
[]
no_license
DonizetiJr/2nd-semester
ce0b8a56fb4852d75c97fb1c1f9417891e6cd3e8
be3544084e59a145daba0588f1a9c89fe952c423
refs/heads/master
2021-01-09T11:32:33.932901
2016-12-18T12:06:25
2016-12-18T12:06:25
64,263,549
0
0
null
null
null
null
UTF-8
C
false
false
1,035
c
// Donizeti C dos Santos Júnior 9393882 #include <stdio.h> #include <stdlib.h> #include <matriz_esparsa.h> int main(int argc, char const *argv[]) { char op; int nr_linhas, nr_colunas, valor; // Definindo a operação scanf("%c", &op); //Lendo a matriz a scanf("%d %d %d", &valor, &nr_linhas, &nr_colu...
[ "dcs.junior22@gmail.com" ]
dcs.junior22@gmail.com
696e83465609a5092a8aeccad75bb569f95eff56
51635684d03e47ebad12b8872ff469b83f36aa52
/external/binutils-2.38/gas/config/tc-ip2k.c
03eb7d451222b927f3275bd121385eacf3654bec
[ "Zlib", "LicenseRef-scancode-public-domain", "GPL-3.0-only", "FSFAP", "GPL-2.0-only", "LGPL-3.0-only", "GPL-1.0-or-later", "LGPL-2.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-other-copyleft", "LGPL-2.0-only", "LicenseRef-scancode-other-permissive", "GPL-2.0-o...
permissive
zhmu/ananas
8fb48ddfe3582f85ff39184fc7a3c58725fe731a
30850c1639f03bccbfb2f2b03361792cc8fae52e
refs/heads/master
2022-06-25T10:44:46.256604
2022-06-12T17:04:40
2022-06-12T17:04:40
30,108,381
59
8
Zlib
2021-09-26T17:30:30
2015-01-31T09:44:33
C
UTF-8
C
false
false
10,448
c
/* tc-ip2k.c -- Assembler for the Scenix IP2xxx. Copyright (C) 2000-2022 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. GAS 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 Foundat...
[ "rink@rink.nu" ]
rink@rink.nu
481029aa9249867afd689cd81411a8d33159d08c
9b4d59291a0ae334ee0f96e5cb9ded426ef0a0c9
/protocol.h
fdf18e321b107dc8c80c2a1df8c2e0340e25b5a6
[]
no_license
straywithsmile/co_server
28a9d893de3f1e9ce188720edf7a6c21431ba0c8
7b9189797db644a27bcf1d6f57518acd9b448c32
refs/heads/master
2021-01-16T18:40:10.684471
2011-10-07T01:08:40
2011-10-07T01:08:40
2,529,841
0
0
null
null
null
null
UTF-8
C
false
false
351
h
#ifndef __RPOTOCOL_H__ #define __PROTOCOL_H__ //-----event type--- #define MAIN_SOCK_EVENT 1 #define GS_EVENT 2 #define UNSURE_SOCK_TYPE 3 //-----connecting server type-- #define GS_SERVER_CONNECT 3 //-----gs to co protocol--- #define SERVER_LOG 1 #define DB_QUERY 2 typedef struct { short type; short len; char d...
[ "straywithsmile@gmail.com" ]
straywithsmile@gmail.com
287a03ff0903028fc5d26b871b7e5a7b36acf401
e53586347601bf329f1bde11c90498036356f548
/riscv-pk-spike/softfloat/f64_to_i64_r_minMag.c
57bb4a9a3ad5435180b924001e0b0603269c3c37
[ "LicenseRef-scancode-bsd-3-clause-jtag", "MIT" ]
permissive
ghsecuritylab/OS2018spring-projects-g09
3e1a50e60e97ef6948f00519e6bce599abc53279
3f911177e601d30e591aac724a026548acef4539
refs/heads/master
2021-03-01T13:26:47.213159
2018-06-18T12:39:56
2018-06-18T12:39:56
245,789,353
0
0
MIT
2020-03-08T09:53:20
2020-03-08T09:53:19
null
UTF-8
C
false
false
1,465
c
#include <stdbool.h> #include <stdint.h> #include "platform.h" #include "internals.h" #include "softfloat.h" int_fast64_t f64_to_i64_r_minMag( float64_t a, bool exact ) { union ui64_f64 uA; uint_fast64_t uiA; bool sign; int_fast16_t exp; uint_fast64_t sig; int_fast16_t shiftCount...
[ "747929791@qq.com" ]
747929791@qq.com
f5cf07b9cb07e4613083ea766241e0ca0edb3d31
82f40ce431267f6edd419492865508606714a642
/cpu.c
2ebb823f6672e66a1557207e017c03ef129a7556
[]
no_license
Hersh500/cpu
cbb589c018a2d5ee69674fe55af4001189481866
7e747e237bd791844fbede429bec9f887b76f05f
refs/heads/master
2022-05-22T11:12:02.894538
2022-03-06T23:45:16
2022-03-06T23:45:16
48,590,607
54
18
null
2022-03-06T23:45:17
2015-12-25T20:26:47
C
UTF-8
C
false
false
7,104
c
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <errno.h> #include <arpa/inet.h> #include "my_types.h" #include "tlb.h" #include "vm.h" #include "cache.h" #include "mem_api.h" extern int errno; #define R0 cpu_registers[0] #de...
[ "hersh500@gmail.com" ]
hersh500@gmail.com
af2680143e690c6b4c9e64f0434a448585526f22
18d4e85d45050264f03cd66cd462c2ad98c6446c
/server/server_main.c
a30dc618ca8596b4a9f688149f7d40d819b991f5
[]
no_license
alfattack/CAB403_Assignment
8c1136c2eaaa510bca2b1f30614f629735d81912
d4aeadfebf4a3e774f479bebdd180b96b5648751
refs/heads/master
2022-11-17T17:15:30.004218
2020-07-19T05:04:13
2020-07-19T05:04:13
280,795,309
0
0
null
null
null
null
UTF-8
C
false
false
708
c
#include "server_connect.h" #include <signal.h> #define RAND_SEED 65 #define DEFAULT_PORT "12345" int main(int argc, char **argv){ // seeding random variable with defined constant srand(RAND_SEED); // declaring which function to call when CTRL-C Is pressed signal(SIGINT, close_server); // ini...
[ "brimblecombea@gmail.com" ]
brimblecombea@gmail.com
7f861b43953d92ca99d5f541abb8d14592c09777
08421284d714e8e92f8aa2e06c28f7f8290b42d3
/array_uttil/array_utill.c
f0474cf87a006bc0a724cb49d5b22d0169cd9f01
[]
no_license
brindaban/c
1436b020cd4944f4ef7c5fb9a04beafe4560dca1
a32b50628ba66a0a72c9371c5da3d3dc14a9e82f
refs/heads/master
2016-08-11T19:36:59.209057
2016-01-15T06:57:36
2016-01-15T06:57:36
48,986,481
0
0
null
null
null
null
UTF-8
C
false
false
6,733
c
#include "array_utill.h" #include "assert.h" #include <stdlib.h> void test_for_create(){ Array_util array; int *numbers; array = create(4,13); assert(array.length == 13); assert(array.type_size == 4); numbers = (int *)(array.base); numbers[0]=5; assert(numbers[0]==5); dispose(array); } void test_for_resize(...
[ "brindaba@thoughtworks.com" ]
brindaba@thoughtworks.com
a5bb6eda04431703fd8fa37b4700c963e945e75e
f026cb616ef14bae15a1d251ca6dbe0f55016d9c
/linux/6482.c
a2a5c2b231a5fc0ad7a4d59db2d0a68b81e9d0c5
[]
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,024
c
cocci_test_suite() { unsigned cocci_id/* drivers/regulator/gpio-regulator.c 87 */; unsigned *cocci_id/* drivers/regulator/gpio-regulator.c 59 */; struct gpio_regulator_data *cocci_id/* drivers/regulator/gpio-regulator.c 47 */; struct regulator_dev *cocci_id/* drivers/regulator/gpio-regulator.c 45 */; int cocci_id/...
[ "jaskaransingh7654321@gmail.com" ]
jaskaransingh7654321@gmail.com
e802029afb2f1b45107e2be1011c042253ee37c3
5152b92486554e1917983d536867c1a7ba49c656
/src/wsplugin/wsplugin.c
542c82ce490339c5ca1d7b0ac54c56096408e578
[]
no_license
destr/wsplugin
c47615d4ab624e05d738dac975940af7867a4d9b
bf89b0d5eea6edc9a56208e3d5d4c84faedb4b47
refs/heads/master
2023-03-16T09:38:40.030607
2021-02-25T12:49:05
2021-02-25T12:49:05
342,227,638
0
0
null
null
null
null
UTF-8
C
false
false
247
c
#include <config.h> #include <epan/packet.h> static int proto_destr = -1; void proto_register_destr(void) { proto_destr = proto_register_protocol("Simple destr protocol", "SimpleDestr", "destr"); }
[ "destrd@gmail.com" ]
destrd@gmail.com
f591fac617b40f6b3db1d909ab771fa9aa08be3a
0a5645154953b0a09d3f78753a1711aaa76928ff
/common/c/nbservices/src/nbcommon/nbsolarcalculator.c
fc68277f0b3810239432bef4c7e8f906329c6e92
[]
no_license
GENIVI/navigation-next
3a6f26063350ac8862b4d0e2e9d3522f6f249328
cb8f7ec5ec4c78ef57aa573315b75960b2a5dd36
refs/heads/master
2023-08-04T17:44:45.239062
2023-07-25T19:22:19
2023-07-25T19:22:19
116,230,587
17
11
null
2018-05-18T20:00:38
2018-01-04T07:43:22
C++
UTF-8
C
false
false
17,495
c
/* Copyright (c) 2018, TeleCommunication Systems, Inc. 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 list of condi...
[ "caavula@telecomsys.com" ]
caavula@telecomsys.com
9414412b7e8d31457cf8655dc3b0901c0ee3b2aa
711e5c8b643dd2a93fbcbada982d7ad489fb0169
/XPSP1/NT/base/fs/rdr2/rdbss/ifs.mrx/sys/smbcedb.c
6e7e8c443fcb6a5d8e16e28adae60e04cb9d617a
[]
no_license
aurantst/windows-XP-SP1
629a7763c082fd04d3b881e0d32a1cfbd523b5ce
d521b6360fcff4294ae6c5651c539f1b9a6cbb49
refs/heads/master
2023-03-21T01:08:39.870106
2020-09-28T08:10:11
2020-09-28T08:10:11
null
0
0
null
null
null
null
UTF-8
C
false
false
60,281
c
/*++ Copyright (c) 1989 Microsoft Corporation Module Name: smbcedb.c Abstract: This module implements all functions related to accessing the SMB connection engine database Notes: The construction of server, net root and session entries involve a certain amount of network traf...
[ "112426112@qq.com" ]
112426112@qq.com
79ab183564aa8a26639ef0ce7350d388e408918b
4fb2940150e1279168ee69c71e7cffd96e2f6920
/drivers/gpu/pvr/sgx/mmu.h
0abfbbca9ac50d40e007d936b30e7720b660776c
[]
no_license
mhrsolanki2020/Dhollmen_Kernel
740d33825301dd191cc6243f5fc7ef9cb67ed3fb
c144e86a40e514c21c28621ba43f37fae8f1c0d1
refs/heads/master
2021-01-18T20:17:29.719478
2014-04-15T00:16:49
2014-04-15T00:16:49
19,468,965
0
1
null
null
null
null
UTF-8
C
false
false
4,384
h
/********************************************************************** * * Copyright (C) Imagination Technologies Ltd. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, as published by ...
[ "usuario@localhost.localdomain" ]
usuario@localhost.localdomain
fb5b8c3ae6cc7d935334abc434edb4dc2a3798f7
23e393f8c385a4e0f8f3d4b9e2d80f98657f4e1f
/Windows API函数参考手册/第06章菜单处理/6.2菜单项处理/6_2_8/resource.h
0b3226697335769f76201bfd348103c94aa70994
[]
no_license
IgorYunusov/Mega-collection-cpp-1
c7c09e3c76395bcbf95a304db6462a315db921ba
42d07f16a379a8093b6ddc15675bf777eb10d480
refs/heads/master
2020-03-24T10:20:15.783034
2018-06-12T13:19:05
2018-06-12T13:19:05
142,653,486
3
1
null
2018-07-28T06:36:35
2018-07-28T06:36:35
null
UTF-8
C
false
false
904
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by 6_2_8.RC // #define IDR_MAINFRAME 128 #define IDD_MY6_2_8_DIALOG 102 #define IDD_ABOUTBOX 103 #define IDS_APP_TITLE 103 #define IDM_ABOUT 104 #define IDM_EXI...
[ "wyrover@gmail.com" ]
wyrover@gmail.com
12588962c5539d83f7ed0e018f00895c6b5c72ea
fff527d76873adbd75fd698fe6fccf5152908635
/source/ssl/ctx_data.c
4bfaa97a28c3b32fe27162544a006d5db0d9219f
[]
no_license
mkloouo/ft_ssl
a21f4aaeb83190d1a8b89b1a140a444feb2ca235
00c14823c74bada97a9f40f390503d4a8675096b
refs/heads/master
2020-03-31T22:53:40.665261
2018-10-19T01:08:42
2018-10-19T01:08:42
null
0
0
null
null
null
null
UTF-8
C
false
false
1,981
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ctx_data.c :+: :+: :+: ...
[ "modnosum@gmail.com" ]
modnosum@gmail.com
4d06f6bf593446f1b9c9e1bb8f906bb2a76b0530
09c90812a000839b7165179047286e42ba5063a7
/src/atmega328pu.h
a726653645b6af7715718de14ab20e5f25e18eed
[]
no_license
BramvdKroef/atmega328lib
72da57544297ad16b76907718702795beebeb8f6
6f1035ae23d156cc0ff18017aad91d21ab8c17ba
refs/heads/master
2020-04-17T18:37:15.953920
2016-08-17T15:04:45
2016-08-17T15:04:45
65,917,221
0
0
null
null
null
null
UTF-8
C
false
false
5,917
h
#ifndef __ATMEGA328PU_H #define __ATMEGA328PU_H #include <avr/io.h> #include <stdint.h> #include <stddef.h> /** * Atmega 328 pu hardware interface * * +---u---+ * PC6 -| 1 28|- PC5 * PD0 -| 2 27|- PC4 * PD1 -| 3 26|- PC3 * PD2 -| 4 25|- PC2 * PD3 -| 5 24|- PC1 * PD4 -| 6 23|- ...
[ "bram@vanderkroef.net" ]
bram@vanderkroef.net
86fb9c2c6ef026953864b23932c40ee563d341e6
f6702f4d299559eb158a1d5422ae38437387aa5e
/plot/Fig3Rec_h2.C
5298c8938b0a8d9df9494a6a4a6c632dc43d4466
[]
no_license
useakat/HEPAnalysis
6a76756b39b816502b59e9a5b03eb2b23ebc3dd4
d32142665f183d42a9573c32f727e3989e902348
refs/heads/master
2021-01-09T21:57:36.859021
2016-02-11T14:13:55
2016-02-11T14:13:55
51,519,089
0
0
null
null
null
null
UTF-8
C
false
false
6,585
c
//#include "AtlasStyle.C" //#include "Functions.C" void Fig3Rec() { // ======================== // Initialization // ======================== gROOT->Reset(); gROOT->SetStyle("Plain"); gROOT->LoadMacro("DividegPad.C"); TCanvas *c1 = new TCanvas("c1","Plot"); // c1->SetLogy(1); gS...
[ "useakat@gmail.com" ]
useakat@gmail.com
4436a3c0fe7c4ac9ae72a7072c6b4b5d306d4664
e03a1a323996c1a14ade8e55fd1f4a0ab0c805ff
/smp86xx_toolchain_2.8.2.0/toolchain_build_mipsel_nofpu/gcc-4.0.4-initial/gcc/include/bits/huge_val.h
ee455f2f57998a2f6dc7462925ac82a45f9f3537
[]
no_license
AntoineHus/smp86xx
0e73f6c9a8db44eb85f64aea2e7f1c7950e54825
06fb1743845ed8ae8cd5e669d46839daff51f816
refs/heads/master
2020-06-14T20:48:57.330182
2015-05-24T18:51:44
2015-05-24T18:51:44
null
0
0
null
null
null
null
UTF-8
C
false
false
3,129
h
/* DO NOT EDIT THIS FILE. It has been auto-edited by fixincludes from: "/opt/smp86xx/smp86xx_toolchain_2.8.2.0/toolchain_build_mipsel_nofpu/uClibc_dev/usr/include/bits/huge_val.h" This had to be done to correct non-standard usages in the original, manufacturer supplied header file. */ /* `HUGE_VAL' c...
[ "JuergenUrban@gmx.de" ]
JuergenUrban@gmx.de
0f92ee0eb62d4f907831aa1a59b584ce97c2e5a8
2c6d1f8da21287a7c70bddf4c0542f939ca0b32a
/ft_memcmp.c
f1d2b16add565a30975cc0dedb973a1f67d90877
[]
no_license
alilin2508/libft
525d6aa1da7b30dcb086053870745e43be7ac2c8
f0b26f889ab1452b38a10fbf9593ff304639a9c7
refs/heads/master
2022-06-17T08:38:03.854314
2019-10-24T15:34:24
2019-10-24T15:34:24
213,956,956
0
0
null
null
null
null
UTF-8
C
false
false
1,166
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memcmp.c :+: :+: :+: ...
[ "alilin@e1r12p21.42.fr" ]
alilin@e1r12p21.42.fr
973e77017532080d2324456e3c59f9c192f418da
9e74c08ea413ae8c8b80f2581b59f0740fc4e050
/c_for_first/条件语句的另一种表达.c
685a9411a1cef7a306b94fd5bdd9f0255387e85c
[]
no_license
Cqxstevexw/mess_knowledge
4010fa299d4e8c9085af89010285a0b8253508f4
b17d9edfaacc794dfeb7d84d66f69023569a21ca
refs/heads/master
2020-04-09T01:49:04.563959
2019-10-07T02:44:43
2019-10-07T02:44:43
159,918,155
0
0
null
null
null
null
GB18030
C
false
false
234
c
#include<stdio.h> int main() { int a,b,max; scanf("%d,%d",&a,&b); max=(a>b)?a:b; // max=(a>b)?a:b;相当于if(a>b),max=a else max=b; printf("最大的值是%d",max); return 0; }
[ "caiquanxian@youmi.net" ]
caiquanxian@youmi.net
7bbb51d64bad72467f6109e6e3a27087cb5abf47
5deb3b5bc7b34887830eb4b76c67df2d1343f483
/libft/ft_lstsize.c
a87e127c386f8cbfd66d13679ba26849342d5dae
[]
no_license
kpacnayPanda/School_21
3575b77f475742887d9fa43fad230b99fb2cc790
c04355eb5bbafce32aee36529b9e3ff39bdc141d
refs/heads/master
2023-01-18T18:30:40.278361
2020-11-23T15:20:21
2020-11-23T15:20:21
311,350,470
2
0
null
null
null
null
UTF-8
C
false
false
1,037
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstsize.c :+: :+: :+: ...
[ "mrosette@at-l7.msk.21-school.ru" ]
mrosette@at-l7.msk.21-school.ru
cd4f87752566cb1ea39d2630740f2610922f6997
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/ipc/extr_mqueue.c_mqueue_alloc_inode.c
e221ee8bfa11915e194cef83bdadc55ac0909a39
[]
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
904
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
3e55de2db22d93c95723f9861173a3751c470081
623cbc87231875b45c4dc791f3dfb1698e551afd
/src/cps2/memintrf.c
3d5130822001c2c674e9df82804af364c1d93a58
[]
no_license
herzmx/njemu
851795dcad775d7a38985ff1fed2e71a0008094a
9c2eb6787b4e5092ab85b15a8c09d81e782c00d7
refs/heads/master
2021-12-11T08:11:53.499338
2014-01-12T01:12:20
2014-01-13T05:22:00
15,834,801
1
0
null
null
null
null
SHIFT_JIS
C
false
false
29,318
c
/****************************************************************************** memintrf.c CPS2メモリインタフェース関数 ******************************************************************************/ #include "cps2.h" #define M68K_AMASK 0x00ffffff #define Z80_AMASK 0x0000ffff #define READ_BYTE(mem, offset) ...
[ "achwazer@gmail.com" ]
achwazer@gmail.com
24a7ecbe97231e75319ebe927b0a2c71d26f4909
24965ece7411917a417c03dd0ca0ee27dc0f98c5
/0x0A-agrc_argv/2-args.c
3e4f88a1d1af015a88dbcdba340407af4e782f94
[]
no_license
constan1000/holbertonschool-low_level_programming
b90f9bf41925de0c1aae718b3ec53c86177e2b04
7853eec4ef6ca74bbecb4cc61967869d150b2e61
refs/heads/master
2023-06-06T09:25:52.737192
2021-06-25T10:26:29
2021-06-25T10:26:29
295,981,753
0
0
null
null
null
null
UTF-8
C
false
false
266
c
#include <stdio.h> #include <stdlib.h> /** *main - print argv's arguments. *@argc: array length. *@argv: array. *Return: 0. */ int main(int argc, char *argv[]) { (void)argc; while (*(argv)) { printf("%s\n", *(argv)); argv++; } exit(EXIT_SUCCESS); }
[ "hrairimejdi99@gmail.com" ]
hrairimejdi99@gmail.com
66f27beba1faa783def6288fb7c0ad08d37a9491
fe552c8e4b77ae9d339a424fa7d4856c6c28a424
/include/rf/fontawesome.h
5de5f793c4f983f5f9042c1ebb170e6a0d5168fc
[]
no_license
Adrien-radr/rf
72b2cdb79794eacd966fa55d4950ad9462a7cb45
9250fd63809d5b0d4213f38650fc79dfd86646d8
refs/heads/master
2021-05-04T03:05:29.913441
2019-03-07T21:40:20
2019-03-07T21:40:20
120,372,354
5
0
null
null
null
null
UTF-8
C
false
false
25,501
h
// Generated by GenerateIconFontCppHeaders.py for language C89 // from https://raw.githubusercontent.com/FortAwesome/Font-Awesome/master/src/icons.yml // for use with https://github.com/FortAwesome/Font-Awesome/blob/master/fonts/fontawesome-webfont.ttf #pragma once #define ICON_MIN_FA 0xf000 #define ICON_MAX_FA 0xf2e0...
[ "dubouchr@iro.umontreal.ca" ]
dubouchr@iro.umontreal.ca
4e69adc5079201dd1dc8a163ca7f77dda17b2fe4
d82c90dd544be35882001dae95115fa1844d033b
/erts/emulator/x86_64-unknown-linux-gnu/opt/smp/erl_bif_list.h
f82bcbb174ff6a9cb030870f2ff1200bf62b430d
[ "Apache-2.0" ]
permissive
hyloong/otp19-learn
f9170dbab55961dda4e647a06f7f873409cdc91f
51b364a2f80990ed9867ec179531d06b2e062c53
refs/heads/master
2020-12-02T17:36:45.523474
2017-07-13T08:43:27
2017-07-13T08:43:27
96,395,898
0
0
null
null
null
null
UTF-8
C
false
false
37,777
h
/* * Warning: Do not edit this file. It was automatically * generated by 'make_tables' on Wed Jul 12 20:16:17 2017. */ BIF_LIST(am_erlang,am_abs,1,abs_1,abs_1,0) BIF_LIST(am_erlang,am_adler32,1,adler32_1,adler32_1,1) BIF_LIST(am_erlang,am_adler32,2,adler32_2,adler32_2,2) BIF_LIST(am_erlang,am_adler32_combine,3,a...
[ "730018817@qq.com" ]
730018817@qq.com
3b31f6a51fc80f6941a2ca379ad8d7e40f2bb3c0
57733481642f70196159982c3d36d291a31e080d
/CPE159/phase7/k-sr.h
05583f82700d98d79183b964661213b76dc7eb61
[]
no_license
codyrider/CPE159
19b04d9131da2fcd8cf7ab2590615d0bf8a2e167
9c2b25666794f840e2328d826bcc11089490406a
refs/heads/master
2020-04-21T00:02:38.703348
2019-04-30T23:02:17
2019-04-30T23:02:17
169,184,398
0
2
null
null
null
null
UTF-8
C
false
false
462
h
// k-sr.h, 159 #ifndef __K_SR__ #define __KSR__ #include "k-type.h" void NewProcSR(func_p_t); void CheckWakeProc(void); void TimerSR(void); int GetPidSR(void); void ShowCharSR(int, int, char); void SleepSR(int); int MuxCreateSR(int); void MuxOpSR(int, int); void TermSR(int); void TermTxSR(int); void TermRxSR(int); ...
[ "noreply@github.com" ]
codyrider.noreply@github.com
2ef339fbeef7bf3db2af47af742ba2d613ebb078
e2c73ad8971d4a0ae3a2666665c6cef081536cde
/faceTrackerExtraPoints/src/mesh/barycentric.h
be20d58f9ec35615905659d957eed88f751c7611
[]
no_license
ajax7876/facepp
e89f350c22e725427adc35e7c62e675958301f50
974535a59aeb1690a1285ad2f3e273ff4568618f
refs/heads/master
2022-12-26T00:27:07.773737
2020-10-01T04:03:37
2020-10-01T04:03:37
300,135,417
0
0
null
2020-10-01T03:59:05
2020-10-01T03:59:04
null
UTF-8
C
false
false
1,137
h
#include "ofMain.h" inline ofPoint ApplyBarycentric( ofPoint a, ofPoint b, ofPoint c, float alpha, float beta, float gamma ){ ofPoint transform; transform.x = alpha*a.x + beta*b.x + gamma*c.x; transform.y = alpha*a.y + beta*b.y + gamma*c.y; transform.z = alpha*a.z + beta*b.z + gamma*c.z; return tr...
[ "kyle@kylemcdonald.net" ]
kyle@kylemcdonald.net
a27fdb235c6da4bdcf8540b82893febd64ae8828
cca5708190068c6eb34ddc971cfe250e64486985
/IPC/pipe_fork.c
0d3b2c9ff6a6091227b24773b7a79bc138c40d42
[]
no_license
yyaihh/Linux
47b25342f9ac6607634212fa76acbc3a74362363
2233720b066f700ffc8dadb9ceca70a68ed1377d
refs/heads/master
2020-09-02T17:06:28.423607
2020-03-24T15:56:07
2020-03-24T15:56:07
219,265,781
0
0
null
null
null
null
UTF-8
C
false
false
1,050
c
#include<stdio.h> #include<unistd.h> #include<stdlib.h> #include<string.h> int main(){ int pfd[2]; if(pipe(pfd) < 0){ perror("make pipe"); exit(1); } pid_t pid = fork(); if(pid < 0){ perror("fork"); } else if(pid == 0){ char buf[100]; int len, n = 3; ...
[ "1903870154@qq.com" ]
1903870154@qq.com
86b905eb9fb24ee3f99d07b99600c0ad8d9460fc
878fb25189ef36772f38bc621d63daa7d7600f2b
/boards/arm/lc823450/lc823450-xgevk/src/lc823450_bt.c
4109475b73d7d31fc8a86651aa1ce086e576b2ad
[ "Apache-2.0", "BSD-3-Clause", "GPL-1.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "ISC", "BSD-2-Clause", "LicenseRef-scancode-other-permissive", "MIT" ]
permissive
SaitoYutaka/incubator-nuttx
7b0d300061429dd8dd5f480c6745c633d1e33c27
460124629c7300f38b2798da0144d1d3365450a5
refs/heads/master
2021-01-04T18:29:08.815978
2020-04-04T02:25:14
2020-04-04T02:29:31
252,946,054
1
0
Apache-2.0
2020-04-04T08:22:31
2020-04-04T08:22:31
null
UTF-8
C
false
false
3,118
c
/**************************************************************************** * boards/arm/lc823450/lc823450-xgevk/src/lc823450_bt.c * * Copyright 2018 Sony Video & Sound Products Inc. * Author: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> * * Redistribution and use in source and binary forms, with or wi...
[ "gnutt@nuttx.org" ]
gnutt@nuttx.org
fe7c566cab9673b654c2847db66134dd937b5689
51f9393de75f7c3e94c813fa4a3c7d340c85f71b
/src/powercap-rapl-sysfs.c
d8dbb7681085f9e17b009b468078d80cb56c9482
[ "BSD-3-Clause" ]
permissive
idlethread/powercap
b55fe18316184f378592cc903a7aaa35f467db70
c79b37d6ed5c3bbd9b4713fd5236510698c135a1
refs/heads/master
2022-12-08T03:51:03.630741
2020-08-17T11:08:03
2020-08-24T05:56:22
289,840,572
0
0
BSD-3-Clause
2020-08-24T05:55:02
2020-08-24T05:55:01
null
UTF-8
C
false
false
4,649
c
/* * SPDX-License-Identifier: BSD-3-Clause * * Read/write RAPL sysfs files. * * @author Connor Imes * @date 2017-08-24 */ #include <inttypes.h> #include <unistd.h> #include "powercap-sysfs.h" #include "powercap-rapl-sysfs.h" #define CONTROL_TYPE "intel-rapl" #define DECL_ZONES() \ uint32_t zones[2]; \ zone...
[ "connor.k.imes@gmail.com" ]
connor.k.imes@gmail.com
b8292af1edcc72587d5a6bc28aaa0e8a952feb7f
263589b8c63adc45a5dcecf5ba7178a0f40a8646
/samd21a/include/pio/samd21e17a.h
4ddadbfe6ace4c91c51d9fd8ddc96b098c314a3c
[]
no_license
joaofl/xdense-cortexm1
c6b1f181305726c951e352eccb4b50c0f4a7d994
224e9aae27f39692dd98a5c10057b32b9958792a
refs/heads/main
2023-03-14T21:23:42.979509
2021-02-28T14:58:28
2021-02-28T14:58:28
343,129,986
0
0
null
null
null
null
UTF-8
C
false
false
45,417
h
/** * \file * * \brief Peripheral I/O description for SAMD21E17A * * Copyright (c) 2017 Atmel Corporation, * a wholly owned subsidiary of Microchip Technology Inc. * * \asf_license_start * * \page License * * Licensed under the Apache License, Version 2.0 (the "License"); * ...
[ "joaofl@gmail.com" ]
joaofl@gmail.com
76bb82f65e7f36705677653b7d0fbc684700a3e2
e45c22825cedf206af68a02f6b94472aaffe8551
/lvl-2/len_divisor.c
e0acbd57f519923e178c526bdc5c440d9b016142
[]
no_license
Marbreeze/Exam_beginner
57ae0f922b65a9342e73c1a48dbfac6dd3df6109
071e7616949fc0427af10a4e6d1c6f0869d452c7
refs/heads/master
2020-05-30T14:57:48.587378
2020-01-28T06:48:05
2020-01-28T06:48:05
189,805,794
0
0
null
null
null
null
UTF-8
C
false
false
370
c
#include <stdio.h> int main() // find all the even divisors for x num; { int x; int i = 1; int cnt = 1; scanf("%d", &x); //se da un nr anumit 16 while(i <= x/2) //daca index <= decat 16/2= 8, la 8 se va opri { if(x % i == 0) //8 % 1 =0 { cnt++; //count este unu ca el ia val pt ultima cifra 16 } i++;...
[ "mstratu@student.42.us.org" ]
mstratu@student.42.us.org