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
efb66853562dd8abd8af1089a83bf6b8bb3e4f0e
89702b6562a6535385da42d813498ebab5d602e7
/core/modules/port_inc.c
ddba809b6cbfd62fa6f3ba8386eaf191db908d2f
[ "BSD-3-Clause" ]
permissive
personjerry/bess
3e786c7c4ba2dc576ff49ae27ea3885306c42528
509a17fab45810d362ced51e181d42434456eaa6
refs/heads/develop
2021-01-18T07:32:40.801831
2016-03-07T23:04:56
2016-03-07T23:04:56
47,666,617
0
0
null
2016-02-26T18:56:14
2015-12-09T03:37:18
C
UTF-8
C
false
false
2,856
c
#include "../module.h" #include "../port.h" struct port_inc_priv { struct port *port; pkt_io_func_t recv_pkts; int prefetch; }; static struct snobj *port_inc_init(struct module *m, struct snobj *arg) { struct port_inc_priv *priv = get_priv(m); const char *port_name; queue_t num_inc_q; int ret; if (!arg || ...
[ "sangjin@eecs.berkeley.edu" ]
sangjin@eecs.berkeley.edu
143bafc38aefc4015417f0b8cf2c599f520a94e9
8dd913ba31081e6aff2b48d46db37018e322b458
/modules/media/mix_vbp/viddec_fw/fw/codecs/mp4/parser/viddec_mp4_visualobject.c
a91fd5c235162a63e4d349bf544f4e18afd2b5f9
[]
no_license
lisevenpro/android_device_motorola_smi
2e79fe42c50c95e5843fdd26ec261f33eb5dd0c2
3b1f76fce4ef2eb49b5eee773fe29f1e0c8f406a
refs/heads/cm-11.0
2020-12-11T01:55:12.060686
2015-12-25T11:48:41
2015-12-25T11:48:41
48,893,332
1
0
null
2016-01-02T00:03:22
2016-01-02T00:03:22
null
UTF-8
C
false
false
9,857
c
#include "viddec_mp4_visualobject.h" static inline uint8_t mp4_pvt_isValid_verID(uint8_t id) { uint8_t ret=true; switch (id) { case 1: case 2: case 4: case 5: { break; } default: { ret = false; break; } } return ret; } // mp4_pvt_isValid_v...
[ "jgrharbers@gmail.com" ]
jgrharbers@gmail.com
17e1fa6ad275157c0cdba553648a179a41e59af5
a0ab4b29b91d80f2226100e97c67e8566984c7e4
/examples/LedBlinker/LedBlinker/config/Rte/Config/Rte_Internal_IoHwAb.c
02850a482c57a61e451393a8c484f435d8f9df76
[]
no_license
kangdazhi/AUTOSAR-1
8285006a44e53b3819692ea007d8d583ee94b3e5
b11b081f835fd7279b72b1438a6a4f20743071f5
refs/heads/master
2022-04-21T03:38:03.953673
2020-04-21T17:05:53
2020-04-21T17:05:53
null
0
0
null
null
null
null
UTF-8
C
false
false
1,786
c
#include <Rte_Internal.h> #include <Rte_Calprms.h> #include <Rte_Assert.h> #include <Rte_Fifo.h> #include <Com.h> #include <Os.h> #include <Ioc.h> #include <Rte_Buffers.h> /*lint -e522 lint does not understand that low level calls to void operator are needed */ /*lint -e160 warning only viable if in c++ */ /*lint -e95...
[ "AnycQing@163.com" ]
AnycQing@163.com
3eae3264b44e065cbd1a3da78c771f17ee2750a8
0e4eb7ec261a11f0fe5999375704a48574312769
/x86/readpe.c
85ab5cfa8d208c0ed90ec424bd3983314a942b09
[]
no_license
Znet12345678/zBL-Dev
03f69176e4ec02388d63d394d339c125a0fbd400
4d16d917d42047d432ab67a4aa2e6a1690b56e46
refs/heads/master
2021-09-12T12:57:26.853390
2018-04-16T23:19:02
2018-04-16T23:19:02
111,246,808
2
0
null
null
null
null
UTF-8
C
false
false
1,035
c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <fcntl.h> #include "libpe.h" int main(int argc,char **argv){ if(argc != 2) return -1; int fd = open(argv[1],O_RDONLY); int size = lseek(fd,0,SEEK_END); lseek(fd,0,SEEK_SET); uint8_t *buf = malloc(size); int bytes = read(fd,b...
[ "znet@Zachs_Computer.suse" ]
znet@Zachs_Computer.suse
4b7497111b38c1c510a596ab13716362e87d01cd
0133bbdc8517dee421e408fa2b96907aa51d0d5b
/MAY_DO_NHIPTIM/Core/Src/stm32f1xx_hal_msp.c
707864133cfed09f6be0f44d7acb12b0f4a06c73
[]
no_license
VANTHO15/CodeDrone
39abd69567f0b7c06900bf75be94a1144ed638bc
9272439ac0f204fda776d8ab0bd6727cb17a41aa
refs/heads/master
2023-08-22T07:39:59.303709
2021-09-25T08:13:00
2021-09-25T08:13:00
410,212,176
2
0
null
null
null
null
UTF-8
C
false
false
8,474
c
/* USER CODE BEGIN Header */ /** ****************************************************************************** * File Name : stm32f1xx_hal_msp.c * Description : This file provides code for the MSP Initialization * and de-Initialization codes. *****************************...
[ "nguyenvanthochutsinivesoss15@gmail.com" ]
nguyenvanthochutsinivesoss15@gmail.com
ecb0329dd92db457652ac85eb3b72df9701103b2
d0cd3514c38bdb0d89240c0f1e01565761a1860d
/gpiodemo.c
49fdb0dc18a7287473a86e8a6a6cf4415403ac88
[]
no_license
01-Life/gpio-sysfs-demo
381494383898d7cdeeecfa3f0125189e9c7d6710
59805fbe42536fe0a7c5487723d26e723be98d98
refs/heads/master
2023-03-19T06:53:44.424029
2018-05-02T19:34:45
2018-05-02T19:34:45
null
0
0
null
null
null
null
UTF-8
C
false
false
1,769
c
/******************************************************************************* * gpiodemo.c * * A very simple demo of using the GPIO sysfs interface under Linux by using * gpiolib library from Technologic Systems. This can be applied generically to * any computer utilizing the GPIO sysfs interface. This specific ...
[ "derek@derekhildreth.com" ]
derek@derekhildreth.com
f38e7e5f25d9b3f9ce3fa69563a947a9da3abf9d
70c1fb5a7137ae5273b08840f833f57ad0393727
/ios/build/Build/Intermediates.noindex/Textables.build/Debug-iphonesimulator/Textables.build/DerivedSources/Textables_vers.c
d8ef2bf30a7fb79c87f0b9850ffeadc294d5c656
[]
no_license
consciouscoder/Textables
ed8c6a7ad6515517ee0781b2c0b6977ea334eefd
a615a219e46f1c9e0c0cf7c593c8a2840c0a0745
refs/heads/master
2020-03-21T23:39:02.746629
2018-06-29T21:59:46
2018-06-29T21:59:46
139,199,496
1
0
null
null
null
null
UTF-8
C
false
false
296
c
extern const unsigned char TextablesVersionString[]; extern const double TextablesVersionNumber; const unsigned char TextablesVersionString[] __attribute__ ((used)) = "@(#)PROGRAM:Textables PROJECT:Textables-1" "\n"; const double TextablesVersionNumber __attribute__ ((used)) = (double)1.;
[ "dladendorf@gmail.com" ]
dladendorf@gmail.com
e3e457fc985947aadcf60e1034ae7873a081d5eb
bfb44c45917dc17b91bc87dfec1967d7f675b06e
/Day11/8/sheets.c
eb16565b4e6e430dc6725dbe48057af0f858c3b8
[]
no_license
8g8g8h/har1-b0OS
bf1ea45213b6c0fd47ba21f448aa3939b6e5eeec
0ed913e213ccd94bb54d2860e36f1108ad141cf2
refs/heads/master
2023-05-09T07:02:16.111970
2021-06-07T12:26:36
2021-06-07T12:26:36
374,627,848
0
0
null
null
null
null
UTF-8
C
false
false
8,169
c
#include"bootpack.h" /*メモリ確保と初期化をしている構造体を作成*/ struct SHTCTL *shtctl_init(struct MEMMAN *memman,unsigned char *vram,int xsize,int ysize){ struct SHTCTL *ctl; int i; ctl=(struct SHTCTL *)memman_alloc_4k(memman,sizeof(struct SHTCTL)); if(ctl==0){ goto err; } ctl->map=(unsigned char *)memman_a...
[ "yuki-yoshida@isl.im.dendai.ac.jp" ]
yuki-yoshida@isl.im.dendai.ac.jp
6f39842fc69d6d5f6baeef35e2360854dd2b83d4
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/c-litmus-HMC-Nidhugg/WRC+fencembonceonce+poacquireonce+Release.c
f3b0e8defa699cacd6b9f68bfa8761038c11795a
[]
no_license
ashutosh0gupta/llvm_bmc
aaac7961c723ba6f7ffd77a39559e0e52432eade
0287c4fb180244e6b3c599a9902507f05c8a7234
refs/heads/master
2023-08-02T17:14:06.178723
2023-07-31T10:46:53
2023-07-31T10:46:53
143,100,825
3
4
null
2023-05-25T05:50:55
2018-08-01T03:47:00
C++
UTF-8
C
false
false
1,470
c
/* Copyright (C) 2023 ARM-CBMC * This benchmark is part of ARM-CBMC */ #include <assert.h> #include <pthread.h> #include <stdatomic.h> atomic_int vars[2]; int atom_1_X0_1; int atom_2_X0_1; int atom_2_X2_0; void *t0(void *arg){ label_1:; atomic_store_explicit(&vars[0], 1, memory_order_release); return NULL; }...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
6ca7c93fc0a79433d4fa3a6441a110afce2672ae
a48b67ea8436f06909a488efeb09d50c5659d7fa
/_DEF_YOUR_TASKS.h
d69f180d5a0b7836a9cc05ac3ee0d48b4bc259d4
[ "BSD-2-Clause" ]
permissive
kentdelpino/KENTer_LPC824
ffa5a3dacfa9ebeb883402314b8f27df9d638d84
cc96efebb4311c2a3c0708178dbbd1cf4c0ac8ce
refs/heads/master
2020-04-06T06:55:18.844485
2016-09-12T19:58:50
2016-09-12T19:58:50
62,830,098
0
0
null
null
null
null
UTF-8
C
false
false
3,695
h
/************************************************************************** * Link: www.linkedin.com/in/kentdelpino * Author: Kent DEL PINO * File: DEF_YOUR_TASKS.h * Used with: GCC ARM Embedded, https://launchpad.net/gcc-arm-embedded ...
[ "noreply@github.com" ]
kentdelpino.noreply@github.com
5cd00a455c55bab80742d271c4c17898542ab350
e286b3fec57bbfd9a52423047bb295dd7783833e
/libft/ft_lstforeach_if.c
6c9507125d84c91857c58b94092cbbbb53b167e4
[]
no_license
TesenDesk/Lemin
bf1c748461b8803ed7d3dfd39a821512ab234810
0d26e953223ca8978643f204837ea91ff8d1b1cb
refs/heads/master
2021-03-12T11:27:06.367199
2020-06-19T16:36:23
2020-06-19T16:36:23
246,617,593
1
0
null
null
null
null
UTF-8
C
false
false
1,221
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstforeach_if.c :+: :+: :+: ...
[ "jjerde@student.21-school.ru" ]
jjerde@student.21-school.ru
a56cc2fc1740202b5921119ce462176a013b22b5
5c255f911786e984286b1f7a4e6091a68419d049
/code/b81b4a25-aefd-47ee-add8-76977c24a89f.c
ab172394a908fdd5f675a2d5d086afea0f70f026
[]
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
237
c
#include <stdio.h> int main() { int i=4; int j=12; int k; int l; k = 53; l = 64; k = i/j; l = i/j; i = i/j; l = i%j; l = i-j; k = k-k*i; printf("vulnerability"); printf("%d\n",l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
e9adebc3b03817bb8dea9ba8cc041ffd06d57e81
39054dc468052ae2e3c3c0655b3cf5a766878ccf
/string9.c
de1b1fca630e20930b352ca889478dc62bd8132c
[]
no_license
M1rzaol1m/stringlar
4fca6a043a770412e4ca20ddcddbbbeb3f88c195
9aa8a25ccfe1eb9e573e36b75cef85d21c5b2aed
refs/heads/main
2023-09-05T11:04:34.330068
2021-11-18T14:44:11
2021-11-18T14:44:11
427,681,399
0
0
null
null
null
null
UTF-8
C
false
false
287
c
#include <stdio.h> int main() { char ism[20], familiya[20]; printf("ismingizni kiriting : "); scanf("%s",ism); printf("familiyangizni kiriting : "); scanf("%s",familiya); printf("\nsizning familiyangiz va ismingiz : %s %s", familiya, ism); return 0; }
[ "mirzaolimislamov98@icloud.com" ]
mirzaolimislamov98@icloud.com
50a2e6f6232a16a8bcfa3dafcbc3208b4d8af6a2
4e6a1c287537c9a712bce323d30595e3468ff4b6
/Linum/Line.c
45af061db07920538861edee4165f5d1a9f9f562
[]
no_license
Villagerjj/Linum
d56549eedd5faa46a968365ba5fb48b32c02ecc9
ca6b6c1cf7282ea319cba6b0a245ed2fc8923268
refs/heads/master
2022-11-09T05:48:51.972724
2020-06-25T12:25:18
2020-06-25T12:25:18
274,786,857
1
0
null
null
null
null
UTF-8
C
false
false
1,232
c
/* LINE.C Tile Source File. Info: Form : All tiles as one unit. Format : Gameboy 4 color. Compression : None. Counter : None. Tile size : 8 x 8 Tiles : 0 to 7 Palette colors : None. SGB Palette ...
[ "noreply@github.com" ]
Villagerjj.noreply@github.com
3ca66e45cc66d9ed28fb2fa4336902aceb1bdbbd
e26c75947a218bca70989cbe0a0b2f3d4e782e8b
/src/JoystickDefinitions.h
adf545edc93fd3ab823c7475320b11540cf35bcc
[]
no_license
acmiyaguchi/peripheral.joystick
c5014b773be44c02399b300c267cf37f69d8c8c1
d9c85400f9da8f41c7f15065a8c5800ea77eddf8
refs/heads/master
2021-01-14T08:54:53.445751
2015-07-06T19:39:44
2015-07-06T19:41:49
37,966,226
0
0
null
2015-06-24T06:18:18
2015-06-24T06:18:18
null
UTF-8
C
false
false
2,073
h
/* * Copyright (C) 2014-2015 Garrett Brown * Copyright (C) 2014-2015 Team XBMC * * This Program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any ...
[ "themagnificentmrb@gmail.com" ]
themagnificentmrb@gmail.com
ad3805de43a7a799b458b3f6cf4d213ced435e2e
b87dfe23ff4c181b34415c29396bd9bc8e15e4c8
/doubango/branches/2.0/doubango/tinyMSRP/include/tinymsrp/headers/tmsrp_header_From-Path.h
7998eede2b0432d5989f0c263438f92839bf691d
[]
no_license
wincax88/doubango20160526
4aaa7891aad03624aa4485ce66922e48bbfac9e4
41d8a56dbc9ba5ca4b739dd7c7ed95c4a66d65cd
refs/heads/master
2021-01-01T05:42:26.714924
2016-05-26T11:19:33
2016-05-26T11:19:33
59,714,382
1
0
null
null
null
null
UTF-8
C
false
false
2,221
h
/* * Copyright (C) 2009 Mamadou Diop. * * Contact: Mamadou Diop <diopmamadou(at)doubango.org> * * This file is part of Open Source Doubango Framework. * * DOUBANGO is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundatio...
[ "michael@leoedu.cn" ]
michael@leoedu.cn
21ac7b71a8ae409843e73cb4cd01110173bd8e3f
095d0b217067bec56c4a14511e5ec3b4a9437f34
/ft_putendl_fd.c
e0f8d07ee8122379af8c4f2354702e1c3ed546fb
[]
no_license
Repskin/libft
577c7d3815eadb8467b3205187875fdcdbbc43eb
387862a41f5475147135fc66d097fd1374cc7592
refs/heads/master
2021-07-05T13:55:50.710790
2017-09-27T21:41:13
2017-09-27T21:41:13
105,055,018
0
0
null
null
null
null
UTF-8
C
false
false
1,033
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putendl_fd.c :+: :+: :+: ...
[ "tburnouf@e1z2r5p48.42.us.org" ]
tburnouf@e1z2r5p48.42.us.org
e75f46701c8e15e8e0be96296dc1da3ff3e79360
8348f5992286062920286ccb5017d22cab5c85ee
/Library/StdDriver/src/rtc.c
51fca806e23b68de3638243017d3c0f81d2c9ef1
[]
no_license
released/ML51_PWM_BreathingLED
d8f870685e6570fe80f02aa7f1e554d3ca1e81da
5e82ccdbc35205b6bc7b30f5cb7f5acb1e886939
refs/heads/main
2023-03-11T21:37:51.012478
2021-03-05T04:11:39
2021-03-05T04:11:39
344,692,530
1
0
null
null
null
null
UTF-8
C
false
false
16,423
c
/*---------------------------------------------------------------------------------------------------------*/ /* */ /* Copyright(c) 2020 Nuvoton Technology Corp. All rights reserved. ...
[ "released@users.noreply.github.com" ]
released@users.noreply.github.com
5a0b80e6c4b62faa43f02a76364f2ee34adac7f1
627fb2a45adff0089fc3ce24701b285e54bcf5ae
/C/RPC/RPC_Server.c
07b07a2084da7dfb2bc10496b1030ce4026a97eb
[ "MIT" ]
permissive
ziggy42/templatesRC
6f70f1bf5a86d1475a2337f0ae82e3fd16c4e99e
f08b3b096d82c28a6d89df52acede35afebae572
refs/heads/master
2021-01-18T14:15:06.999329
2015-01-30T00:58:20
2015-01-30T00:58:20
28,539,645
0
0
null
null
null
null
UTF-8
C
false
false
351
c
#include <stdio.h> #include <rpc/rpc.h> #include <string.h> #include "echo.h" char ** procedure_1_svc(char ** msg, struct svc_req * rp) { static char * echo_msg; printf("\nRequest: %s\n", *msg); free(echo_msg); echo_msg = (char *) malloc(strlen(* msg) + 1); strcpy(echo_msg, * msg); printf("Response: %s\n", ec...
[ "vanpivix@gmail.com" ]
vanpivix@gmail.com
6ea5c6bbde1bd065a999fd887fe504d8a0c003e3
389631dfdac2e564d0d476cc82303f9d6a1d22be
/c++/StWinApp/Resource.h
d2a5956b95c8f0934f683d93d562d49817e4c5f6
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
SmalltalkLand/Smalltalk
e2086c9b232d08a0dedd7497dc7a305045082320
791d25520a8e3b3b059b69e5ffaedefd65e607d1
refs/heads/master
2021-05-21T23:04:26.819442
2020-06-11T19:06:48
2020-06-11T19:06:48
258,768,997
0
0
null
null
null
null
UTF-8
C
false
false
705
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by StWinApp.rc #define IDS_APP_TITLE 103 #define IDR_MAINFRAME 128 #define IDD_STWINAPP_DIALOG 102 #define IDD_ABOUTBOX 103 #define IDM_ABOUT 104 #define IDM_EXIT 105 #define IDI_STWINAPP 107 #define IDI_SMALL 108 #define I...
[ "50382289+SmalltalkLand@users.noreply.github.com" ]
50382289+SmalltalkLand@users.noreply.github.com
e6649e63848356cf2cb0dbc8336b7165c85eb3a7
ce3db430aea1eb18ba09da00fd02606a2111ea0f
/kernel/klibc/strcpy.c
3737775f3bbac829c60b7e87f1d636982a7ef5fb
[]
no_license
fenistil/ToyToyOS
224b27bea2313e70f6d60a7c76c808740f131d5b
5d33eb51842705ab4f29b2c763eaad393040a66f
refs/heads/master
2021-01-02T22:58:33.816367
2011-03-06T18:48:45
2011-03-06T18:48:45
1,387,633
0
0
null
null
null
null
UTF-8
C
false
false
185
c
#include "klibc/strcpy.h" s8int_t * strcpy(s8int_t *dst, const s8int_t *src) { s32int_t i = 0; while(src[i] != '\0'){ dst[i] = src[i]; i++; } dst[i+1] = '\0'; return dst; }
[ "fenistil.eve@gmail.com" ]
fenistil.eve@gmail.com
de2be08663bf33a882aeb3dfd0be9571e16e987e
fd22cc22a2148f891a9dd100c14578db5fc40a11
/Atmega8A_KumesKapisi/include/kumeskapisi.h
6052fb4100fdef9cc14817380af4feb350bd8cc2
[]
no_license
Otosun70/Otomatik_Kumes_Kapisi
0440a98ce6321c5f54c62db0b98329bdc4d53982
7fb8c448e02e8f9dcc65800d6cfb680ff6c0672d
refs/heads/master
2020-07-04T21:13:04.602033
2019-08-27T21:18:59
2019-08-27T21:18:59
202,419,103
0
0
null
2019-08-28T00:19:00
2019-08-14T20:11:22
C
UTF-8
C
false
false
1,498
h
/* * kumeskapisi.h * * Created: 13.07.2019 11:36:01 * Author: Orhan */ #ifndef KUMESKAPISI_H_ #define KUMESKAPISI_H_ typedef int8_t sayac_t; typedef uint8_t konum_t; typedef uint16_t seviye_t; typedef bool durum; #include <avr/io.h> #include <stdbool.h> #define UART_BAUD_RATE 38400 #define GECE_ISIK_S...
[ "33378199+Otosun70@users.noreply.github.com" ]
33378199+Otosun70@users.noreply.github.com
fd233ecf5fa5b04975456c3256ff9d9806cb1efb
7d761dcd9263ac6e5b9daede963f5e56c4fb3a36
/sbin/drvctl/drvctl.c
7164a2a053d4ea853685298d3ca09ca9b7ce31d8
[ "Apache-2.0" ]
permissive
execunix/vinos
dcb063eb045292c48f33362299e8398a0429777b
d2ecdb6a4f937fbce3bd82d2136b97e456ef4741
refs/heads/master
2022-11-05T19:45:46.443487
2022-10-09T01:08:00
2022-10-09T01:08:00
45,656,899
0
1
null
null
null
null
UTF-8
C
false
false
8,609
c
/* $NetBSD: drvctl.c,v 1.16.18.1 2015/03/07 06:06:24 snj Exp $ */ /* * Copyright (c) 2004 * Matthias Drochner. 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 sou...
[ "execunix@xmtlinux1" ]
execunix@xmtlinux1
c2f73308438ba55f3ee1057d7408587f3f9bd1be
09c98119a5fbaf5b89891e6ca009d2258028b724
/Projects/STM324x9I_EVAL/Examples/HASH/HASH_HMAC_SHA1MD5/Src/main.c
1d31c8c746cb0b0a0304db7758bd91df0e46038e
[ "BSD-2-Clause" ]
permissive
koson/STM32Cube_FW_F4
bf20f632625181189ea0b47e96653117a8946cd9
58e9769a397768882632079863e2453803951a82
refs/heads/master
2020-12-05T02:03:49.120409
2019-09-21T06:45:53
2019-09-21T06:45:53
null
0
0
null
null
null
null
UTF-8
C
false
false
14,158
c
/** ****************************************************************************** * @file HASH/HASH_HMAC_SHA1MD5/Src/main.c * @author MCD Application Team * @version V1.3.3 * @date 29-January-2016 * @brief This example provides a short description of HASH digest calculation * using SHA...
[ "vuhungkt18@gmail.com" ]
vuhungkt18@gmail.com
b69c054e5be95187fb5752d14e685168cea9132f
19d6fb99d53b8581b78c62b58f8c3fd29fe9a449
/Lab3_G09/TivaWare_C_Series-2.1.4.178/sensorlib/hw_ak8975.h
76bd88e80d9f16f6be23cd26adfabca23b43a2f3
[ "MIT", "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-unknown-license-reference" ]
permissive
beltraoluis/SistemasEmbarcados
f836ebbdd1939a0bec4882788ab25bfaad54ab7d
50084bd5083935e4ec542cef70d76a040ddebdc9
refs/heads/master
2022-03-21T19:11:35.483210
2019-12-18T00:28:35
2019-12-18T00:28:35
206,675,542
0
0
MIT
2019-10-14T21:58:58
2019-09-05T23:43:40
C
UTF-8
C
false
false
8,330
h
//***************************************************************************** // // hw_ak8975.h - Macros used when accessing the Asahi Kasei AK8975 // magnetometer. // // Copyright (c) 2013-2017 Texas Instruments Incorporated. All rights reserved. // Software License Agreement // // Texas Instruments ...
[ "klossteles@gmail.com" ]
klossteles@gmail.com
f3a819e2cfd3c85b334041e05e14b855e3bf29e0
5cf4e60bce6165f296fef3c1961567df3b36a4c8
/multipliers_8/source_c/mul8_090.c
4b91eb38e1bdf5e56b8370ca44faca9003ee2d25
[ "MIT" ]
permissive
mfkiwl/evoapprox8b
1b19476f82fcb979598bd019fbfeecb20a4f9c5f
ad6bb819bed0c641e26c882f06796efcfe406960
refs/heads/master
2021-10-10T19:59:44.757571
2019-01-16T12:40:35
2019-01-16T12:40:35
null
0
0
null
null
null
null
UTF-8
C
false
false
8,171
c
/*** * This code is a part of EvoApproxLib library (ehw.fit.vutbr.cz/approxlib) distributed under The MIT License. * When used, please cite the following article(s): V. Mrazek, R. Hrbacek, Z. Vasicek and L. Sekanina, "EvoApprox8b: Library of approximate adders and multipliers for circuit design and benchmarking of appr...
[ "imrazek@fit.vutbr.cz" ]
imrazek@fit.vutbr.cz
2fd1f3ccddc6b7adf672b4bd7a792be481ddc30e
ee81cf0e055817922e2a980e72fc52447f360748
/src/mob_cmds.c
de8ef75947027a2c40add585e96427eeb91b288c
[]
no_license
kizeren/mindor-mud
e9599d58cb49e222ae1ea6d2fcb87102946caa30
e505089de63e5b5709af7f359f43d60b87fed8fd
refs/heads/master
2020-09-19T17:56:38.049746
2019-11-26T18:55:16
2019-11-26T18:55:16
224,257,946
1
0
null
null
null
null
UTF-8
C
false
false
32,449
c
/*************************************************************************** * Original Diku Mud copyright (C) 1990, 1991 by Sebastian Hammer, * * Michael Seifert, Hans Henrik St{rfeldt, Tom Madsen, and Katja Nyboe. * * * * Merc Dik...
[ "shaun.mcbride@gmail.com" ]
shaun.mcbride@gmail.com
9e103ad54d2f7e18c1b03648a6b0e5d6e569eaa5
1826f2db0e4f6ef7838822549dc93a3bec003e7b
/apps_soundbox/idle/idle_key.c
0c2f829d2b421f445d6eae307f723813f24abfcb
[]
no_license
zhaozhenhong5/ac69_emitter_sdk_v104
c02bcb19988a449dd343c57d83314719b0138bc4
a2294c6c73fde8a767915f86fb3077047d4ba705
refs/heads/master
2020-04-03T14:29:01.886830
2018-10-30T03:00:15
2018-10-30T03:00:15
155,323,205
4
1
null
null
null
null
GB18030
C
false
false
9,779
c
#include "idle_key.h" #include "common/msg.h" /******************************************************************* AD按键表 *******************************************************************/ #define ADKEY_IDLE_SHORT \ /*00*/ MSG_IDLE_CTL,\ ...
[ "44594358+zhaozhenhong5@users.noreply.github.com" ]
44594358+zhaozhenhong5@users.noreply.github.com
c97ce6cdc85ae13783b829ff405fee64e306f99e
90d2035ea5191fbdeee3baec7341223cf5528564
/include/suitesparse/umfpack_free_symbolic.h
eed82c911bdb719f16dbc90390069d2da8de1953
[ "MIT" ]
permissive
tsyw/JoSIM
b5963a3eaaef2e6e27a6e0279893bdb2c324dcf1
c1dc2a127787a5f5f6750ef84768f30abee8dcae
refs/heads/master
2020-03-22T16:08:14.156600
2018-07-08T19:01:16
2018-07-08T19:01:16
140,305,445
1
0
MIT
2018-07-09T15:29:30
2018-07-09T15:29:30
null
UTF-8
C
false
false
1,711
h
/* ========================================================================== */ /* === umfpack_free_symbolic ================================================ */ /* ========================================================================== */ /* ---------------------------------------------------------------------...
[ "joeydelp@gmail.com" ]
joeydelp@gmail.com
ce1648d07a984fc7dc8447512bd503eb5a20c352
9e293a77d3dc76060934d169f02e1e6b3f5581f5
/c_code/1_2/stdlib_options.c
0321ced0793b0f5cdc5f928abf2c42c3c690d088
[]
no_license
shaoxie1986/csources
34ac99d4b06707684dffa5644732233640f16c8e
08c310bb8277611711ca06619526ec08f1feffaf
refs/heads/master
2021-05-09T04:08:17.281212
2017-09-07T11:31:46
2017-09-07T11:31:46
null
0
0
null
null
null
null
UTF-8
C
false
false
512
c
/* Generated by Nim Compiler v0.17.2 */ /* (c) 2017 Andreas Rumpf */ /* The generated code is subject to the original license. */ #define NIM_NEW_MANGLING_RULES #define NIM_INTBITS 64 #include "nimbase.h" #undef LANGUAGE_C #undef MIPSEB #undef MIPSEL #undef PPC #undef R3000 #undef R4000 #undef i386 #undef...
[ "rumpf_a@web.de" ]
rumpf_a@web.de
f7328b6ad39d54a7eeb10f829353393aac66b9bf
cf3e8e623e784ae2a6b8c8066658ffb2bf0eb885
/ultimate-V2/protocol/PositionUpdate.c
d8f42e7a8b174d92f8a67d421934f49509d2d5e3
[]
no_license
shmily/backup
15fd060a640ea0384d73ada6054042dde1a98356
bca0ff2e82b02b4254b56065e5a76a2e4517eec9
refs/heads/master
2016-09-11T02:53:22.197300
2014-08-07T16:40:23
2014-08-07T16:40:23
11,021,519
0
2
null
null
null
null
UTF-8
C
false
false
6,618
c
/*============================================================================= # # Author : shmily - shmily@mail.dlut.edu.cn # QQ : 723103903 # Last modified : 2013-01-08 04:06 # Filename : PositionUpdate.c # Description : not thing... # ========================================================...
[ "shmily@mail.dlut.edu.cn" ]
shmily@mail.dlut.edu.cn
1f6a43369a19d4997128a59811c69862d2af71ad
cd68f17ff62522cba7b2ebb03a13d9e75dac6549
/01.03.2018/Quaterni/func.h
eb2fcdbfc019bf51112e5fc4a007eb755865f5dd
[]
no_license
lasimondep/spbu-practice
4a5ffef29ab7007d3d1c963a3b1da06623e896b9
b9846ab7f33ec55155bc35fdb49064df6951d777
refs/heads/master
2018-09-07T20:15:20.729574
2018-06-04T20:53:22
2018-06-04T20:53:22
104,262,840
0
1
null
2017-09-20T20:21:13
2017-09-20T20:10:54
null
UTF-8
C
false
false
299
h
quaterni operator+(quaterni a, const quaterni &b); quaterni operator*(quaterni a, const quaterni &b); quaterni operator*(quaterni a, const double b); quaterni operator*(const double a, quaterni b); quaterni operator-(quaterni a, const quaterni &b); quaterni operator/(quaterni a, const quaterni &b);
[ "lasimondep@inbox.ru" ]
lasimondep@inbox.ru
751d2211882d78e1066e1c0b35a547bf0ddadca1
ae8ba8ea1e5b00390ba572b87e3f48d387df28e8
/procfs/dine.c
da20342eb838e66e20ceac68f682f4a1751efae1
[]
no_license
HuntDubs/OperatingSystems678
3d559a68e99bec2bc69c02838f02aebff995cd05
470a4604552d943a5c78e0ca72de06a2b8be6b50
refs/heads/master
2022-03-16T22:55:46.605174
2018-04-28T23:47:46
2018-04-28T23:47:46
null
0
0
null
null
null
null
UTF-8
C
false
false
6,380
c
#include <stdio.h> #include <pthread.h> #include <unistd.h> #include <math.h> #include <string.h> #include <stdlib.h> #include <errno.h> #include <pthread.h> #include <sys/types.h> #include <linux/unistd.h> #define gettid() syscall(__NR_gettid) #define NUM_PHILS 5 #define MAX_BUF 256 #define NUM_CHOPS NUM_PHILS #defi...
[ "danmur14@gmail.com" ]
danmur14@gmail.com
3da76814717498fb88d137830f4e0b74621cee9f
fddf23aba2d671ad9cd5e9bc8d75f3071d7b6caa
/libft/ft_putstr_fd.c
d8eb6bf9fa4f77104f334f74305e68a4e01d1140
[]
no_license
sphaxou/wolftest
ec7dc921c48322199cbf28040b8594b5efd758df
2545e846cd5e5f732d3610afc44a3f127f76ee5a
refs/heads/master
2021-07-24T01:51:13.514394
2017-10-31T03:32:59
2017-10-31T03:32:59
108,569,406
0
1
null
null
null
null
UTF-8
C
false
false
1,006
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putstr_fd.c :+: :+: :+: ...
[ "victorgalloiswong@gmail.com" ]
victorgalloiswong@gmail.com
ead805aaa539c267d7b1f270c59ba6043ec84e9a
6a60c9851edc3d0ccc4f9d6e969b0a5096c0d84c
/dict.h
3b7fcbd300f653f0fbfdc356e9ee5dda29bf14e9
[]
no_license
kiancchen/JXServer
ba04bdaaedc0f47b1c7ca2619288f48af16b9b29
46cbbb900ae709e842a1b84849d929df1512706f
refs/heads/master
2023-01-19T23:17:24.795864
2020-12-01T07:14:13
2020-12-01T07:14:13
317,453,278
2
0
null
null
null
null
UTF-8
C
false
false
785
h
#ifndef DICT_H_ #define DICT_H_ #include "func_handler.h" #include <dirent.h> #define upper_divide(a, b) ((a % b == 0) ? (a / b) : ((a / b) + 1)) #define len_padding(a) (((a % 8) == 0) ? (0) : (8 - (a % 8))) struct dict { int length[257]; uint8_t *code; }; size_t file_size(FILE *fp); uint8_t get_bit(uint8...
[ "i.cchen@outlook.com" ]
i.cchen@outlook.com
291c91e52a8143580fa307b9a54f738f05290e1c
339278d6218035c26b040966e6879bbe364b6031
/PLOTS/nunu/MET130/detajj_DPhiSIGNAL_CJVpass_log.C
534e4cb6e6991709c63875f20bc5e6a3915b9036
[]
no_license
pjdunne/ichnnplots
a39a58780a5df4a09dcd2169e0275f9da96ca053
4f36e338299efc225c85ee16d11c4c25599404f9
refs/heads/master
2020-05-23T15:42:13.189894
2013-11-22T10:25:01
2013-11-22T10:25:01
null
0
0
null
null
null
null
UTF-8
C
false
false
27,605
c
{ //=========Macro generated from canvas: canv/canv //========= (Mon Nov 18 17:28:23 2013) by ROOT version5.32/00 TCanvas *canv = new TCanvas("canv", "canv",0,0,700,700); gStyle->SetOptFit(1); gStyle->SetOptTitle(0); canv->SetHighLightColor(2); canv->Range(0,0,1,1); canv->SetFillColor(0); canv->Se...
[ "pdunne@cern.ch" ]
pdunne@cern.ch
cc5977e1342af769cbd81c3de424240e4da887e3
69e3f7e412be6dcdaf1f9ea84599f9cd5bdc865d
/dk71/DyachukDmitriy/Labs/second_lab/second_lab.h
e4aa1df932ba9c0fbae83692ef2e613ae63a8cc4
[]
no_license
sgubar/2018
4ffce59bcd31dbf37cb3885796bb82ef9b39a0cf
31cb0420dd10ab56fcef69b56d7c0e52e7159911
refs/heads/master
2021-07-17T02:45:36.423221
2018-11-03T21:57:16
2018-11-03T21:57:16
119,445,171
4
15
null
2018-02-21T23:56:05
2018-01-29T21:37:11
C
UTF-8
C
false
false
498
h
#ifndef second_lab #define second_lab int first_write_to_file_func(int array_length); int second_write_to_file_func(char letters_after_bubble_sorting[], char letters_after_choice_sorting[], char letters_after_insert_sorting[], int array_length); char * scan_from_file_func(int array_length); char * bubble_sorting...
[ "noreply@github.com" ]
sgubar.noreply@github.com
83219a657707d6e5fcc22aa566d26f747b9f5439
39d9573fd5cc18f9774223e0b49a82d4e14ec026
/src/library.h
b34fd185034579ed63949326a61f25dd83f9bc75
[ "Apache-2.0" ]
permissive
jwdeitch/pg_stringpkey
bd22795709f919562aca0a2ae949dc3e85d5ca5a
c3c23f201cfd750aa9adf5ee36d1855b07ba5efd
refs/heads/master
2021-05-06T21:44:04.124164
2017-12-18T05:24:39
2017-12-18T05:24:39
112,559,911
0
0
null
null
null
null
UTF-8
C
false
false
366
h
#ifndef PG_STRINGPKEY_LIBRARY_H #define PG_STRINGPKEY_LIBRARY_H const char charset[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; char *generate_token(size_t desired_str_length, int collision_sensitivity); double likelihood_of_collision(size_t key_length_count, int record_count); static char *g...
[ "jwdeitch@gmail.com" ]
jwdeitch@gmail.com
b366058fff129edc6ad2473913c38f4f140eea55
50e88c6f93772f39f66daadfcd070eb72390bb21
/MultiplicationAndDivisionOperation.c
eb47f104d309a7808e5e87e56976aeb73dad0954
[]
no_license
ShankarDhandapani/C-Programs
71ec7c054d6a801b226ec06f3d20253b7974d45a
ee8dc856771341801bfd148e21f12a72077ec0fd
refs/heads/master
2020-03-21T18:32:59.201297
2018-06-28T17:43:44
2018-06-28T17:43:44
138,898,623
0
0
null
null
null
null
UTF-8
C
false
false
300
c
#include <stdio.h> int main(void) { int num1, num2; // Assigning value for each varible num1 = 5; num2 = 6; // now performing multiplication operation printf("Multiplication = %d", (num1 * num2)); // now performing division operation printf("\nDivision = %d", (num2 / num1)); return 0; }
[ "noreply@github.com" ]
ShankarDhandapani.noreply@github.com
903a0d39c7bf8220ac9e75c634eafa73bea581ed
fc2b3777dc026ef865f1e4c97327f2787ecd8b70
/devices/HAA/types.h
4b20b187c7d4a37d8fe590a2993b627cd42823ed
[]
no_license
ZhangGuoHe/esp-homekit-devices
e0f3a5c24eb0cbcf1447604b33eb010afdd8e267
a4a60023639f9cc183fda4e7a1f478870916df96
refs/heads/master
2023-01-05T22:07:29.906362
2020-11-09T16:09:10
2020-11-09T16:09:10
null
0
0
null
null
null
null
UTF-8
C
false
false
6,110
h
/* * Home Accessory Architect * * Copyright 2019-2020 José Antonio Jiménez Campos (@RavenSystem) * */ #ifndef __HAA_TYPES_H__ #define __HAA_TYPES_H__ typedef struct _autooff_setter_params { homekit_characteristic_t* ch; uint8_t type; } autooff_setter_params_t; typedef struct _last_state { char *id; ...
[ "ravensystem@icloud.com" ]
ravensystem@icloud.com
157f6293624ecfd9bfce7194e34f1361f9f2abad
9d10c7fff413746792a0628280d4a55b106d5111
/Network Programming/NP Tutorials/tute_6/client_close.c
6d1eea999587ca73a35df52fd186939a40c5c6b3
[]
no_license
NikkiJain09/Projects
961ec0ed68dbb3274aa3ce6aac200ec9795ff8cb
32e5034eb10ae0445d8636c1a847c434276ae268
refs/heads/master
2021-01-10T15:03:55.245297
2020-02-05T15:48:46
2020-02-05T15:48:46
49,644,067
0
0
null
null
null
null
UTF-8
C
false
false
893
c
/*TCP Echo Client*/ #include<netinet/in.h> #include<sys/socket.h> #include<stdlib.h> #include<unistd.h> #include<strings.h> #include<fcntl.h> #include<stdio.h> #include<string.h> #define PORT 50010 int main(int argc, char **argv) { int sockfd; struct sockaddr_in servaddr; char sendline[1000]; char recvline[100...
[ "jain@precise.(none)" ]
jain@precise.(none)
e7c3fc7c88d13f9758986b49755bc07f63ae69d8
688c8a649ed2cb782d747c027f1881caf03d4d17
/servers/slapd/acl.c
b2f87ba8a7768c0a1ab12a63de8ff8e7e634b13e
[ "OLDAP-2.8", "BSD-4.3RENO", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference" ]
permissive
osstech-jp/ReOpenLDAP
09192c2aa8f490048be2daa391e480c60c9cb716
7514981047eee52a90c6d8532ee0fa14850fcb02
refs/heads/master
2021-05-02T01:53:39.302130
2018-07-02T11:47:08
2018-07-02T22:00:54
120,876,087
0
0
null
2018-02-09T08:03:40
2018-02-09T08:03:39
null
UTF-8
C
false
false
62,010
c
/* $ReOpenLDAP$ */ /* Copyright 1990-2018 ReOpenLDAP AUTHORS: please see AUTHORS file. * All rights reserved. * * This file is part of ReOpenLDAP. * * Redistribution and use in source and binary forms, with or without * modification, are permitted only as authorized by the OpenLDAP * Public License. * * A copy...
[ "leo@yuriev.ru" ]
leo@yuriev.ru
1f0e07b330e86e375e58fbaba9e2a5fcc4e2da4b
e1aaf3943b44506fc34acf7e36d11df9dc5b0700
/testMain/MCS_Final/frameStack.C
ac76e3c7e445486e26c154bf463a81081abb2427
[]
no_license
maxxtepper/MCS
cb917b138aea2c931c8b3803162c22c08dc83c4c
8480830b288abbb05414a44e9007e77e200da0ee
refs/heads/master
2021-01-10T07:28:20.041359
2015-12-10T18:13:58
2015-12-10T18:13:58
45,864,140
0
0
null
null
null
null
UTF-8
C
false
false
9,471
c
//This script takes the processed data, and shows the frames stacked on top of eachother #include <TChain.h> #include <TCanvas.h> #include <TPad.h> #include <TTree.h> #include <TH1.h> #include <TH2.h> #include <vector> #include <string> #include <sstream> #include <fstream> #include <stdio.h> #include <iostream> int f...
[ "maxxtepper@gmail.com" ]
maxxtepper@gmail.com
18881d69cbe8470230812888a55c578f38e85778
e6b9e7027c7845e3541d79125d4cb6b6f1b0aaa9
/src/picoc/cstdlib/ctype.c
0a5fe119f4d8ccda62b21687db959dd0e840f18c
[ "LicenseRef-scancode-warranty-disclaimer", "MIT", "BSD-3-Clause", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference" ]
permissive
simplemachines-italy/Alcor6L
8d05fc4d9e5984b864e9b3a6c025509b6cf0b160
64fd51b7078c6e04c34dad0c7a4f89ee9812e698
refs/heads/master
2021-01-18T05:30:47.447273
2015-02-27T09:59:33
2015-02-27T09:59:33
9,097,188
7
0
null
null
null
null
UTF-8
C
false
false
4,370
c
/* ctype.h library for large systems - small embedded systems use clibrary.c instead */ /* now, with the tiny ram patch we can use this. clibrary.c is used only when you disable optimizations (optram=0) */ #include <ctype.h> #include "interpreter.h" #include "rotable.h" #if ((PICOC_OPTIMIZE_MEMORY == 2) && !defin...
[ "ramangopalan@gmail.com" ]
ramangopalan@gmail.com
501185f5d9a517e8ef1af981caa5273452413ce1
20436cd0eec2b5faea315b004e7f93a6b8d54da2
/hg/affyTransciptome/samplesForCoordinates.c
239a9cbdf010b5b42d16580f434f6618e15a5963
[]
no_license
CEpBrowser/CEpBrowser--from-UCSC-CGI-BIN
4ea960cfded84d945821acfbeeba10a0e1394c49
dabbcca824503a7d3342714047bd55787b52188d
refs/heads/master
2021-01-15T15:44:06.031480
2016-09-13T00:54:57
2016-09-13T00:54:57
14,941,958
0
0
null
null
null
null
UTF-8
C
false
false
12,068
c
/* Download the coordinates for a range of human coordinates of form chrN:1-100. Designed for getting probe values for exons. */ #include "common.h" #include "hdb.h" #include "jksql.h" #include "hgConfig.h" #include "genePred.h" #include "cheapcgi.h" #include "sample.h" #include "bed.h" #include "linefile.h" static...
[ "x9cao@ucsd.edu" ]
x9cao@ucsd.edu
41ab3483182dd0e62592a76d28f1998b56f8a724
16168e817c6fe11f1ba905e17261f3bd0451e64a
/4LDPap/4LDPap/Src/stm32f4xx_hal_msp.c
508a2dcc646b17044e91a743a5e55f48a4eadd8a
[]
no_license
bonkerman/mcu-iskf16-markus-ridziauskas
5a4f491bcd80ac41f0b0e1b7d87d7d3caac54934
fd12bde25180629f66076ec0f7688d7fec657c70
refs/heads/master
2020-05-26T12:42:30.050950
2019-05-26T06:59:30
2019-05-26T06:59:30
188,235,532
0
0
null
null
null
null
UTF-8
C
false
false
8,440
c
/** ****************************************************************************** * File Name : stm32f4xx_hal_msp.c * Description : This file provides code for the MSP Initialization * and de-Initialization codes. *********************************************************...
[ "markis.markis@gmail.com" ]
markis.markis@gmail.com
d17627b13b172430db4fd7ffaed66b6a1970d320
63c936aa2388d986da43d8a1e6f81978d542a48a
/chap8/csort.c
c03216b5a3295523980d54ab33f2cdfc0dd99c04
[]
no_license
l0stman/clrs
b01bf8b627957aa3dd8e6e29bb618d3e2b47a12e
07ccc1588aab2849b9393cbd76272dab98d36cff
refs/heads/master
2020-03-30T16:03:00.046883
2017-05-11T15:02:56
2017-05-11T15:02:56
983,382
4
0
null
null
null
null
UTF-8
C
false
false
1,268
c
#include <err.h> #include <stdio.h> #include <stdlib.h> static void csort(int *A, int *B, size_t max, size_t len) { register size_t i; size_t *C; if ((C = calloc(max+1, sizeof(int))) == NULL) err(EXIT_FAILURE, "Not enough memory"); for (i = 0; i < len; i++) ...
[ "endian.sign@gmail.com" ]
endian.sign@gmail.com
c2b31b7b86ddf10e5e734c9b0d4127bf2650c2f8
ea4e3ac0966fe7b69f42eaa5a32980caa2248957
/download/unzip/apache_mod_php/apache_mod_php-44.2/php/ext/dom/text.c
b0b0b457c9aab13458fe17b031462e0a7caa8eb3
[]
no_license
hyl946/opensource_apple
36b49deda8b2f241437ed45113d624ad45aa6d5f
e0f41fa0d9d535d57bfe56a264b4b27b8f93d86a
refs/heads/master
2023-02-26T16:27:25.343636
2020-03-29T08:50:45
2020-03-29T08:50:45
249,169,732
0
0
null
null
null
null
UTF-8
C
false
false
6,904
c
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2008 The PHP Group | +---------...
[ "hyl946@163.com" ]
hyl946@163.com
d0a22c43218ac9bed419466f228db63f4b38255b
7538f30404c0eb74c17d5b982eae689b754e227e
/13.4/PrivateFrameworks/FrontBoardServices.framework/CDStructures.h
ffc1ce0a8839bf9adde22bcd82bc6a044671f215
[]
no_license
xybp888/iOS-Header
cdb31acaa22236818917245619fe4f4b90d62d30
0c23e5a9242f1d8fd04d376c22e88d2ec74c3374
refs/heads/master
2022-11-18T22:35:35.676837
2022-10-29T23:47:18
2022-10-29T23:47:18
204,074,346
156
63
null
null
null
null
UTF-8
C
false
false
1,127
h
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Nov 12 2019 23:20:19). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #pragma mark Function Pointers and Blocks typedef void (*CDUnknownFunctionPointerType)(void); // return type and parameters are unknow...
[ "8657156@qq.com" ]
8657156@qq.com
04a503cb8f58d3de437bb37d1127168bc47584a0
e165fd407465598c717b713dbfaa5063fe7f13ff
/code/type_info.c
7f4dac4c27f7b7dea68837a160ede26d85a520ba
[]
no_license
sergey-rogatin/compiler
00822fbc47057c21bf0e01f514bcdc53f722ff60
8a2cebd2553ff78977e453564f2cbecac7ca9749
refs/heads/master
2022-02-23T07:29:32.747946
2019-09-28T08:45:30
2019-09-28T08:45:30
null
0
0
null
null
null
null
UTF-8
C
false
false
3,105
c
#if 0 typedef enum { Type_Info_Kind_NONE, Type_Info_Kind_ARRAY, Type_Info_Kind_POINTER, Type_Info_Kind_STRUCT, Type_Info_Kind_INT, Type_Info_Kind_FLOAT, Type_Info_Kind_TYPE, Type_Info_Kind_ALIAS, Type_Info_Kind_FUNC, } Type_Info_Kind; typedef struct Type_Info Type_Info; typedef struct { Ty...
[ "sergeyrogatin5@gmail.com" ]
sergeyrogatin5@gmail.com
6ac6a74c5c8e333f0f6c1c65ca21352c51269856
c2b6bd54bef3c30e53c846e9cf57f1e44f8410df
/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Array_InternalEnumerator_1_gen1360954949MethodDeclarations.h
24e28ec48d3dcaa39fe2dbaae66e7e0e42366665
[]
no_license
PriyeshWani/CrashReproduce-5.4p1
549a1f75c848bf9513b2f966f2f500ee6c75ba42
03dd84f7f990317fb9026cbcc3873bc110b1051e
refs/heads/master
2021-01-11T12:04:21.140491
2017-01-24T14:01:29
2017-01-24T14:01:29
79,388,416
0
0
null
null
null
null
UTF-8
C
false
false
2,390
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" #include "mscorlib_System_Array_InternalEnumerator_1_gen3548201557MethodDeclarations.h" // System.Void S...
[ "priyeshwani@gmail.com" ]
priyeshwani@gmail.com
2d78ef5cb7a1bd325a5b3ea8650ba2ceb46951d0
45a744c29a6153f48fcfa3db10647bec322053ca
/C_05/ex07/ft_find_next_prime.c
c12e8dd05ad40aefeead892b238dd770e73e3a4d
[]
no_license
swanwoo01/42seoul_lapiscine
db933daf95970ea2bc051ff949a467274da92169
2462221fc8b200a6148bf1897f469fe7b028cce1
refs/heads/main
2023-08-07T03:29:25.460532
2021-09-29T12:36:16
2021-09-29T12:36:16
405,113,654
0
0
null
null
null
null
UTF-8
C
false
false
1,161
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_find_next_prime.c :+: :+: :+...
[ "swanwoo01@gmail.com" ]
swanwoo01@gmail.com
0f13909ddc058b9c9d34a2f6776a9a78d8775f35
0b1980c90c2204de37bc736fb1bd401baca57f39
/0x06-pointers_arrays_strings/9-set_string.c
7b788a3b14988f9f0c4d77694d1de63c0ed1e454
[]
no_license
Jeniffervp/holbertonschool-low_level_programming
d5c040b38733e81a93e2fca9b93e1b6cdf57483d
f306b5035c72da688614008c8f8847fa79985c7a
refs/heads/master
2020-04-21T08:50:40.560809
2019-08-30T00:45:24
2019-08-30T00:45:24
169,431,071
0
0
null
null
null
null
UTF-8
C
false
false
218
c
#include "holberton.h" /** *set_string - entri point *@s: is the pointer that recive the value. *@to: is the pointer that give the value. * Return: count */ void set_string(char **s, char *to) { *s = to; }
[ "737@holbertonschool.com" ]
737@holbertonschool.com
8b0ca94af1186343cd832a21a8f4cef7fb841624
696e4f8a68ff3ec020377aa1362a6f480fac31a9
/SUBFIND/Code/voronoi_ghost_search_alternative.c
20e45bc26503ab2204be9a270507a2fcffbdfc86
[]
no_license
boywert/SussexBigRun2013
8e191a538fe9bb725c87b2472f4026bfc94588d2
e4160756fed16dede5fc92666b13facd58801a6d
refs/heads/master
2020-12-24T15:14:59.050009
2019-05-31T07:11:43
2019-05-31T07:11:43
11,404,849
0
0
null
null
null
null
UTF-8
C
false
false
21,344
c
#include <mpi.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include <gsl/gsl_math.h> #include "allvars.h" #include "proto.h" #ifdef VORONOI #include "voronoi.h" #ifdef ALTERNATIVE_GHOST_SEARCH static struct vorodata_in { MyDouble Pos[3]; MyFloat Hsml; int Origin; int ID; ...
[ "boywert@boywert-X202E.(none)" ]
boywert@boywert-X202E.(none)
64f5112873b1871d9487cffb4ccb44625bbcd0c3
bdeaaab6cc9d7e9686d66d061a928382978ae9ae
/include/kstdio.h
8b6133b3e5685bc0b9f7b7ad0ffa157ed61d1a6f
[]
no_license
miklhh/mOS
3ac4f7f8104b5455635ad653e7331349db1b1364
c9cd3d8fb659e2533dfcf725957e76d8cee2be12
refs/heads/master
2021-06-05T00:03:58.148678
2020-09-13T20:36:05
2020-09-13T20:36:05
106,116,868
1
0
null
null
null
null
UTF-8
C
false
false
317
h
// // Part of mOS (Minimalistic Operating System). // This software is distributed under the MIT License. // See the file LICENSE for details. // #ifndef _SYSTEM_KSTDIO_H #define _SYSTEM_KSTDIO_H #include <stdarg.h> int kprintf(const char *format, ...); int ksprintf(char *out, const char *format, ...); #endif
[ "mike.zx@hotmail.com" ]
mike.zx@hotmail.com
6e66ec69c07293112be0fef92b116c19f5e9a5a7
c237dfae82e07e606ba9385b336af8173d01b251
/lib/python/Shared/DC/xml/pyexpat/dcpyexpat.c
680afedd419d2bb0abcf188434bd2e418b7fae24
[ "ZPL-2.0" ]
permissive
OS2World/APP-SERVER-Zope
242e0eec294bfb1ac4e6fa715ed423dd2b3ea6ff
dedc799bd7eda913ffc45da43507abe2fa5113be
refs/heads/master
2020-05-09T18:29:47.818789
2014-11-07T01:48:29
2014-11-07T01:48:42
null
0
0
null
null
null
null
UTF-8
C
false
false
20,871
c
/*********************************************************** Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. All Rights Reserved Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby gran...
[ "martin@os2world.com" ]
martin@os2world.com
142e48ea02a88ed6f5666bc228a9b9f7a7aef620
a579ad6c685bee07c68bd73e9d57da4f032f9efb
/source/readHex.c
5d313bad4c3be5f9cbb1c8e343058d0ed3973b99
[ "LicenseRef-scancode-bsd-3-clause-jtag" ]
permissive
jeffhammond/TestFloat-3
bd2e464a06e98b514cbf100eaac7b3e83d2a5173
4ccb268a59a857c151936c123a3627fc6b58d00c
refs/heads/master
2020-05-19T19:21:45.702776
2015-05-11T23:22:29
2015-05-11T23:22:29
35,455,382
0
0
null
null
null
null
UTF-8
C
false
false
5,194
c
/*============================================================================ This C source file is part of TestFloat, Release 3, a package of programs for testing the correctness of floating-point arithmetic complying with the IEEE Standard for Floating-Point, by John R. Hauser. Copyright 2011, 2012, 2013, 2014 Th...
[ "jeff.science@gmail.com" ]
jeff.science@gmail.com
014a5528672e9ca0d766e35cb3b6a0c149c55567
fceda50414b3ffc9375dca759d2b929b19f49d0e
/1990s/1993-envos/users-maiko/working/src/Xkbdmus.c
11dbd958e3db4fd92b7394325fa82ba251db61b4
[]
no_license
Interlisp/history
3cc8c852447796a959405dcf6d8b49db58746e85
9dd0dfb1bb7e21d64a33ed9b468cd93663bdeb31
refs/heads/master
2023-09-02T07:30:23.798817
2023-07-24T20:39:11
2023-07-24T20:39:11
295,280,158
8
0
null
null
null
null
UTF-8
C
false
false
5,416
c
/* @(#) Xkbdmus.c Version 1.4 (2/8/93). copyright venue & Fuji Xerox */ static char *id = "@(#) Xkbdmus.c 1.4 2/8/93 (venue & Fuji Xerox)"; /************************************************************************/ /* */ /* Copyright 1989, 1990 Venue, Fuji Xerox Co., Ltd, Xerox Corp. */ /* */ /* This...
[ "LMM@acm.org" ]
LMM@acm.org
c084e405e2923f77803ff48dd64379afc64034bd
41e7759ac722faeab1c9c73edef494532454ce5a
/network.c
422b1081cce5214835cfff722df73aba40fb0701
[]
no_license
rmkeyser11/Engs62_Final
c2176ffb2a99014c63467ce3b3bfeded9c1453f5
f69772851471f48af31180ff41ba35d8ed9d3800
refs/heads/master
2021-01-10T05:15:07.995620
2016-04-04T18:26:47
2016-04-04T18:26:47
55,434,885
1
0
null
null
null
null
UTF-8
C
false
false
1,096
c
/* * network.c * * Created on: Feb 29, 2016 * Author: matthew * * I'm operating under the assumption that the UDP protocol, * putting the data into packets, will be taken care of by * the WiFi board. * * The send_packet_USART3 function will simply send the message * byte by byte over USART3. Not sure i...
[ "rmkeyser11@gmail.com" ]
rmkeyser11@gmail.com
7cf495b5adbc2b771419365db1f95d13f3bda629
e6c65e2e354336a4bea5b6a4ccbccd3682915fe2
/out-bin/py/google/fhir/models/run_locally.runfiles/com_google_fhir/external/pypi__tensorflow_1_12_0/tensorflow-1.12.0.data/purelib/tensorflow/include/tensorflow/core/grappler/grappler_item.h
09558ec7c5f14d2d8ab34f5b871cf0c0c19cbad0
[ "Apache-2.0" ]
permissive
rasalt/fhir-datalab
c30ab773d84983dd04a37e9d0ddec8bf2824b8a4
3e329fc8b4226d3e3a4a7c23c306a86e7a9ea0de
refs/heads/master
2021-10-09T05:51:04.593416
2018-12-21T18:11:03
2018-12-22T05:38:32
162,744,237
0
0
null
null
null
null
UTF-8
C
false
false
200
h
/home/rkharwar/.cache/bazel/_bazel_rkharwar/0ddaa3627472ad9d1367a008236ce2f5/external/pypi__tensorflow_1_12_0/tensorflow-1.12.0.data/purelib/tensorflow/include/tensorflow/core/grappler/grappler_item.h
[ "ruchika.kharwar@gmail.com" ]
ruchika.kharwar@gmail.com
3e03e017e74c80459dc120908197ce039ed7995a
54f352a242a8ad6ff5516703e91da61e08d9a9e6
/Source Codes/AtCoder/agc021/A/2202165.c
3211f43a36ce29b6115b2ae7d6e0d7b4335cd144
[]
no_license
Kawser-nerd/CLCDSA
5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb
aee32551795763b54acb26856ab239370cac4e75
refs/heads/master
2022-02-09T11:08:56.588303
2022-01-26T18:53:40
2022-01-26T18:53:40
211,783,197
23
9
null
null
null
null
WINDOWS-1250
C
false
false
464
c
#include <stdio.h> #include <math.h> int main() { long N, k, c; scanf("%ld", &N); k = log10(N); c = N / pow(10, k); if (N - pow(10, k) * c == pow(10, k) - 1) { printf("%ld\n", c + 9 * k); } else { printf("%ld\n", c + 9 * k - 1); } return 0; } ./Main.c: In function ‘main’: ./Main.c...
[ "kwnafi@yahoo.com" ]
kwnafi@yahoo.com
624b716c3861ccd622fef733d4348fe8d8d84e2e
94e8344ee420ae4d2eb1643e95973845f341a3d2
/spidermonkey_1.6_mutants/mutant100112_jsprf.c
d5a740d38f73791d3084bef507613594c995190a
[]
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
32,141
c
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the Lic...
[ "agroce@gmail.com" ]
agroce@gmail.com
88802a5c7cbf620d0bd9723d6cc3c3d01bf2e86c
b7b4049896a818e8a78ffb0220aa17e9f1c43962
/cliente2.c
819b9c9db876d307a13af6eeb5df52f5f4efb056
[]
no_license
carloscanibano/POSIX-MESSAGE-QUEUES
13b655771e2a45634a17bcadd4c725a5b9b6d43a
b8a24503400b06d3f66f11234158e23f8812022f
refs/heads/master
2020-04-23T21:04:52.850342
2019-05-21T16:31:45
2019-05-21T16:31:45
null
0
0
null
null
null
null
UTF-8
C
false
false
1,086
c
#include <stdio.h> #include <mqueue.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> #include <fcntl.h> #include "claves.h" int main() { int flag = 1; char keys[256]; char value1[256]; float value2; //Solo imprimir informacion si es necesario for (int ...
[ "noreply@github.com" ]
carloscanibano.noreply@github.com
f7b1d31614a2bc6ad9147b9c7360260ce5ba9d1d
bffe389ddb9ad08cf62c48c80c2a9951dbcb69c4
/my_strlen.c
b8f1badaa57851a9aba94fb26a65eea7534f920a
[]
no_license
Oxysun/libmy.a
18c3d21b3fd7346c129148a59da6fe490e549c7f
e8601b8164259e40fabce4b48f0b574820a69f7c
refs/heads/master
2021-01-19T00:40:53.443620
2016-11-07T19:33:07
2016-11-07T19:33:07
73,112,830
0
0
null
null
null
null
UTF-8
C
false
false
394
c
/* ** my_strlen.c for my_strlen in /home/saumon/sommer_j/my_strlen ** ** Made by SOMMER Julien ** Login <sommer_j@etna-alternance.net> ** ** Started on Thu Oct 20 11:28:10 2016 SOMMER Julien ** Last update Thu Oct 20 11:50:32 2016 SOMMER Julien */ void my_putchar(char c); int my_strlen(char *str) { int i; i...
[ "noreply@github.com" ]
Oxysun.noreply@github.com
570d54d9f0e34fb538ab51a47fa8a321ef63db0d
549d930c121913894ba19af5da604e1049e96bf7
/firmware/gdb-test/soc-hw.h
4ed2a72eb7dc1d8c47f108d0d4c6e8eabcfafdf3
[]
no_license
handresmar/GitTest
df1cc4e6d57cb0a053ac5933ca8c1867f4a7601a
31dc029a1b8437c696d7a1a9d95b3768c3200375
refs/heads/master
2020-04-02T20:10:52.748344
2016-06-11T18:02:59
2016-06-11T18:02:59
60,887,812
0
0
null
null
null
null
UTF-8
C
false
false
2,690
h
#ifndef SPIKEHW_H #define SPIKEHW_H #define PROMSTART 0x00000000 #define RAMSTART 0x00000800 #define RAMSIZE 0x400 #define RAMEND (RAMSTART + RAMSIZE) #define RAM_START 0x40000000 #define RAM_SIZE 0x04000000 #define FCPU 50000000 #define UART_RXBUFSIZE 32 /**********************************************...
[ "handresmar@gmail.com" ]
handresmar@gmail.com
61b99e93e61fede508a4af924694fa472f99104e
fd9202908e0e7016de40d772e95e14478e605167
/7/string_cpy.c
27877c2929174a7ea788e62724fb0e236121503f
[]
no_license
telur4/c_book_honkaku
2c8878334f6fe232caf2e974ff97c4d186bbeaa4
21d91793561c6cf9320ec5791ae416123a4c919f
refs/heads/main
2023-08-29T09:29:03.226324
2021-10-01T07:16:10
2021-10-01T07:16:10
412,366,089
0
0
null
null
null
null
UTF-8
C
false
false
377
c
#include <stdio.h> int main(int argc, char *argv[]) { char string_1[16] = "hello, world"; char string_2[16] = ""; int i; printf("string_2 is = %s\n", string_2); for(i = 0; i < sizeof(string_2)-1 && string_1[i] != '\0'; i++) { string_2[i] = string_1[i]; } string_2[i] = '\0'; ...
[ "noreply@github.com" ]
telur4.noreply@github.com
8fae43c3c20821aee0ed2e5caccf5ed516ff82a9
91f607a931f5b0d15862e7e4d846f2b531266a19
/Computer_Organization_CS241/lab-09/completehuffman.c
742247ff79ddd4886c390f51fd83e5f371da71b2
[]
no_license
TristinGlunt/UNM_schoolwork
8dc8f213d0ec8e7b81262ce399c412af50e44532
d96ff9ed9b16dca404c43d9a5807aaaf991f64b2
refs/heads/master
2020-04-11T04:14:28.791132
2018-12-22T23:54:40
2018-12-22T23:54:40
161,506,009
0
0
null
null
null
null
UTF-8
C
false
false
7,129
c
#include <stdio.h> #include <stdlib.h> #include <math.h> #define len(x) ((int)log10(x)+1) /* Node of the huffman tree */ struct node{ int value; char letter; struct node *left,*right; }; typedef struct node Node; /* 81 = 8.1%, 128 = 12.8% and so on. The 27th frequency is the space. Source is Wikipedia *...
[ "tglunt@unm.edu" ]
tglunt@unm.edu
1aca44394cfd9dff94a5b7789b2070fa04814246
abe436ba636d9f618e9fcae85b60c460fba10a26
/ATP_SIM(V.A.0003)/ATP_SIM/sahara-.h
0506b26f59d0481db7f56bf43da6089ec5698366
[]
no_license
ykiwmy/Wsim
c76fa2735c59ff744598967357be185488ff67cb
9d23ba5faee1fe1defb26cc3c24f40e8d3b5787b
refs/heads/master
2020-03-23T22:23:48.091790
2018-08-17T00:25:15
2018-08-17T00:25:15
142,173,397
0
0
null
null
null
null
GB18030
C
false
false
5,006
h
#ifndef _SAHARA_H_ #define _SAHARA_H_ //#define VCP//非平台编译需要注释该句 #ifndef NULL #define NULL 0 #endif #ifndef VCP #define F_GL_MemSet memset #define F_GL_MemCpy memcpy #else #include "GL_Mem_Operation.h" #include "Vcp_Service_Interface.h" #endif //#include "parameter.h" #define VERSION 0x32303230 #define BUFF_SIZE...
[ "1293089043@qq.com" ]
1293089043@qq.com
32fb66b45887b7849aa19654ca49d1290956bed7
7eff99d918eca4929f301238e26081d31fefca26
/PICKit_3_LPC/PIC16F1829_L06_debounce.X/src/debounce.c
935d3d1691a2ffe3bdbd57864ed9f2549cfb7077
[]
no_license
wushifeng2017/Microchip-Dev-Boards
b0a83d0dd4e295c74a8141cc0d60284216d33965
6e7cd74ba0bd8448b1f84c26c87f60e558260722
refs/heads/master
2020-06-22T15:00:31.702133
2018-03-31T02:08:44
2018-03-31T02:08:44
null
0
0
null
null
null
null
UTF-8
C
false
false
4,491
c
/** ******************************************************************* * Lesson 6 - "Debounce" * * This lesson uses a simple software delay routine to avoid the initial noise on the switch * pin. The code will delay for only 5 ms, but should overcome most of the noise. The * required delay amount differs w...
[ "mkhuthir@gmail.com" ]
mkhuthir@gmail.com
48269e7b087f96086268596f11624a6051488a06
42485ac360220501f714f2b997540a860b03d179
/950_672_2053_20190531/NA51023_BSP/uitron/ThirdParty/ecos-msdcnvt/include/cyg/msdcnvt/msdcnvt.h
b54334cb2f4ec85128d30fa6e47c4443e1f35cbd
[]
no_license
nikitos1550/some_novatek_sdk
2a76a37c1dd32b69e358e1e4646f9bea7e43e846
1a4b7af327d4fdaa9527df7225a001d5009e52cb
refs/heads/master
2023-02-22T17:08:49.576697
2021-01-17T19:52:59
2021-01-17T19:52:59
330,468,587
1
0
null
null
null
null
UTF-8
C
false
false
196
h
#pragma once #ifdef __cplusplus extern "C" { #endif extern int msdcnvt_main(int argc, char** argv); extern void msdcnvt_ecos_main(const char* cmd_line); #ifdef __cplusplus } //extern "C" #endif
[ "XXXX@XX.com" ]
XXXX@XX.com
0addbef4ac291477fe7d7423afdf2a71b2d23ff3
b2b27045b0fd451d35f1a410a7a8e0094d85fa95
/scripts/c-like/curseatk.m.C
00cca7c0f462361858a8c0e393489835e84a579f
[]
no_license
connorag/UO-Demo-Decompiled
3fa34b392845bdafbb08faa66c3aac2c6e6b630c
c5aed3fb712ecfdb2b082f8ef6285c3f395bd2bb
refs/heads/master
2023-03-21T03:25:12.890450
2021-02-14T03:36:55
2021-02-14T03:36:55
null
0
0
null
null
null
null
UTF-8
C
false
false
747
c
// Real-C #include "ENGINE.hpp" #include "spelskil.h" MEMBER int Q688; MEMBER int Q472; TRIGGER( equip )(obj equippedon) { list Q57J = list( 0x0F4F, 0x0F50, 0x13B1, 0x13B2, 0x13FC, 0x13FD ); int weapon = getObjType(this); Q472 = 0xC8; for(int Q624 = 0x00; Q624 < numInList(Q57J); Q624 ++) { int Q4GB = Q...
[ "aaron.schnyder@gmail.com" ]
aaron.schnyder@gmail.com
b9ed3460c1e273ab72827827e68b78201190f5c3
0aafc2aef34a5e7951dcb8469b3be703076198b2
/src/DEV_SRC/DEV_BSP/bsp_gsm_h.h
03db31b5099b6b7139bbfc38340635c2116c0d5c
[]
no_license
wangjinhui414/y07src
54aed1ae981bd5bcb1c04dab117f86cf1fc5af68
d66b365b89d2a204de89235bb90592292277e056
refs/heads/master
2020-03-10T11:17:10.775213
2018-04-13T05:41:11
2018-04-13T05:41:11
129,353,306
0
0
null
null
null
null
GB18030
C
false
false
36,709
h
/* ********************************************************************************************************* * MICIRUM BOARD SUPPORT PACKAGE * * (c) Copyright 2007-2008; Micrium, Inc.; Weston, FL * * All rights reserved. Protected b...
[ "wangjinhui414@126.com" ]
wangjinhui414@126.com
3d526b6a5887b5b39228e39610477eb6ad69fa1a
89d979ced992a122b1cfbe8d7f05ed12dde398b7
/rooms.c
c9ba238878997562384d8dc8e450c195df6bd695
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
dotdoom/mukite
9c633359024d287e7a57832d682a58de124eb3fc
e8fa0a64cc75d2c90d031b956ed40a0a680ff592
refs/heads/master
2020-05-30T09:06:50.573936
2013-09-05T23:23:12
2013-09-05T23:23:12
7,354,491
0
1
null
null
null
null
UTF-8
C
false
false
4,411
c
#include <stdlib.h> #include "xmcomp/logger.h" #include "router.h" #include "serializer.h" #include "rooms.h" static XMPPError error_definitions[] = { { #define ERROR_ROOM_NOT_FOUND 0 .code = "405", .name = "item-not-found", .type = "cancel", .text = "Room does not exist" }, { #define ERROR_ROOM_CREATE_PER...
[ "dot.doom@gmail.com" ]
dot.doom@gmail.com
c5bea10e42a45c7100ac092d2eb5447986105282
cdcd4795db99f2bc0874291f3b53f0f7bb88ba04
/src/bulp-comparator.h
950cded984f4129ba75029cb3b9c75429e93e2a0
[]
no_license
davebenson/bulp
5c0daf971ad6e13879658ac758e29adb52b91187
6aa47b006f2a27789463734261d56db97607f556
refs/heads/master
2021-04-28T16:19:36.700920
2019-03-06T06:05:20
2019-03-06T06:05:20
122,013,046
0
0
null
null
null
null
UTF-8
C
false
false
1,637
h
typedef struct BulpComparator BulpComparator; typedef int (*BulpComparatorCompare) (BulpComparator *comparator, const uint8_t *a_data, const uint8_t *b_data); typedef int (*BulpComparatorCompareAndGetLength)(BulpComparator *comparator, ...
[ "daveb@ffem.org" ]
daveb@ffem.org
ba4f63110da034d8186ea3f6e9101f57d9fef693
ff8c24d603202fb57ec3be82b26ba68307180636
/ft_striteri.c
930184d71740bb8b081bffcd59b1eec31965a570
[]
no_license
cfusaro0/Libft42
8a2d583b673d92eec9c78b27fd243d7d87bb1dca
bbf72e9af80b9149ad668a1ee9f60fd7dbe1e114
refs/heads/master
2021-08-26T07:28:40.416543
2017-11-22T08:43:02
2017-11-22T08:43:02
111,658,105
0
0
null
null
null
null
UTF-8
C
false
false
1,065
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_striteri.c :+: :+: :+: ...
[ "cfusaro@e2r5p13.42.fr" ]
cfusaro@e2r5p13.42.fr
8bef12340658c44a666a3684ede17a22ce05f1d0
6f4495638a9e769bf025efc71f4d17b2d4cc44c4
/xhw1.c
042afb0670b09b3f302e9cc05dbaaabcd5ffa2ee
[]
no_license
vamsi44/System-Call-for-checking-the-integrity-of-files
d2fe9e14f9af02c56e4ffa654f3596b20593983c
0239adade293db18bdf4fa7545e66a402b31ee0a
refs/heads/master
2020-03-28T19:37:33.296391
2013-09-24T00:28:15
2013-09-24T00:28:15
12,839,186
1
1
null
null
null
null
UTF-8
C
false
false
2,868
c
#include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <errno.h> #include "xstructs.h" #include <string.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #define __NR_xintegrity 349 /* our private syscall number */ int main(int argc, char *argv[]) { int rc; int i=0; ...
[ "varanasi.vamsi@gmail.com" ]
varanasi.vamsi@gmail.com
2c8d858b5b855b404d4994084d189e18a608ac44
1f0f5b0a3e18de07c2ac9393f6bc06a39c05004e
/src/kickstart/lib.exec/ports.c
95eef44287ec513d426742cf2d8a56d22f4cd3a2
[ "BSD-3-Clause" ]
permissive
cycl0ne/poweros_x86
99c1e9558914269de91bf9bb154db6af1b979fea
6cd8d4a08bf9f272c63c7bff960a9b2c289e18cf
refs/heads/master
2023-02-02T10:31:18.803993
2014-11-13T10:31:43
2014-11-13T10:31:43
9,007,325
2
0
null
2013-04-20T09:20:17
2013-03-25T13:59:42
C
UTF-8
C
false
false
1,745
c
#include "types.h" #include "list.h" #include "ports.h" #include "sysbase.h" #include "exec_funcs.h" void lib_AddPort(SysBase *SysBase, struct MsgPort *msgPort) { msgPort->mp_Node.ln_Type = NT_MSGPORT; NewListType(&msgPort->mp_MsgList,NT_MSGPORT); Forbid(); Enqueue(&SysBase->PortList, &msgPort...
[ "claus@poweros.de" ]
claus@poweros.de
de562dae2b5a467f0055148e9176480efb60595e
ee8546014187f8b819e6726972c29511489db1f0
/threadpool.h
57ec8307dd258f98b626caa54cad4622f9d45f21
[]
no_license
grepz/Threadpool
724d6954f1a5ca139f48821aca332877219aa7ae
4df9affc972b5b341369aa1679e373c5f8b7a156
refs/heads/master
2020-12-24T14:35:49.096970
2011-02-09T03:27:31
2011-02-09T03:27:31
null
0
0
null
null
null
null
UTF-8
C
false
false
1,851
h
#ifndef THREADPOOL_H #define THREADPOOL_H #include <stdlib.h> #include <stdint.h> #include <stdio.h> #include <string.h> #include <ctype.h> #include <unistd.h> #include <pthread.h> #include "list.h" typedef void (*dispatcher_func_p)(void *); typedef struct __thread_pool thread_pool_t; typedef struct __jobs_queue_...
[ "stas@concat.info" ]
stas@concat.info
fad593c3cb7e8baabfe2ef1eaf6f753c4af8767e
0f80c089749acf4fcb5fc77440b1973d9e2b1749
/OpenSource/Lua/ldo.c
ce262fe0df674608d1a09c041614f1c0437bf754
[ "Apache-2.0" ]
permissive
Whimsyduke/YDWE
12582e5865fed973c5b3edd0aa7608ac46aec725
f74d79a8de5fa683012944b13b5f444bcbbc7b77
refs/heads/master
2020-03-22T11:33:53.460497
2018-07-12T14:07:04
2018-07-12T14:07:04
139,979,771
0
0
Apache-2.0
2018-07-06T12:06:09
2018-07-06T12:06:09
null
UTF-8
C
false
false
25,527
c
/* ** $Id: ldo.c,v 2.202 2018/05/30 14:25:52 roberto Exp $ ** Stack and Call structure of Lua ** See Copyright Notice in lua.h */ #define ldo_c #define LUA_CORE #include "lprefix.h" #include <setjmp.h> #include <stdlib.h> #include <string.h> #include "lua.h" #include "lapi.h" #include "ldebug.h" #include "ldo.h" ...
[ "actboy168@gmail.com" ]
actboy168@gmail.com
c46e40cae4d939b003fdab8e49c35b57426279e0
ff084134e271b3cd5947e9d70341cd7ec4cb2082
/ED2/Lab4/merge4.c
38115488dcf3c84895482f42a91dc28d0114dcd8
[]
no_license
HenriqueCruz5341/UFES
0feeac8236da421d52758b4219f3a3a4b70a10a7
1f411e3a25430ee25f7e1bc8b0a393af6ff2408d
refs/heads/main
2022-08-08T07:20:04.600028
2022-07-19T02:49:38
2022-07-19T02:49:38
209,062,477
2
0
null
2021-02-21T21:11:45
2019-09-17T13:32:14
C
UTF-8
C
false
false
1,246
c
#include <stdlib.h> #include "item.h" void merge(Item *a, Item *aux, int lo, int mid, int hi) { for (int k = lo; k <= hi; k++) aux[k] = a[k]; // Copy array int i = lo, j = mid + 1; for (int k = lo; k <= hi; k++) { // Merge if (i > mid) a[k] = aux[j++]; else if (j > hi...
[ "henriquepaulinocruz@hotmail.com" ]
henriquepaulinocruz@hotmail.com
0fef50877881cd9aadeef68d84542b53271e6d3c
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE78_OS_Command_Injection/s04/CWE78_OS_Command_Injection__char_file_w32_spawnv_09.c
1e40db6f7de370943795d20725f35c3de1f1ea91
[]
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
4,908
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE78_OS_Command_Injection__char_file_w32_spawnv_09.c Label Definition File: CWE78_OS_Command_Injection.strings.label.xml Template File: sources-sink-09.tmpl.c */ /* * @description * CWE: 78 OS Command Injection * BadSource: file Read input from a file * GoodSo...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
947805175a6a49c29e4bbe4d5292437c0bd781bf
0125e7c41f64a94f36160a731036949116b0d134
/dsk-inlines.c
050ed4ed76f495196d1baf73ad0600b94ade9e4b
[]
no_license
davebenson/dsk
af6c40809eadd6c38d83cf1ae1960f672aa0d22b
02fb92824a082b0d593cfebe95b7b8e42c21c090
refs/heads/master
2021-01-19T01:43:35.043516
2019-12-28T00:41:22
2019-12-28T00:41:22
1,521,382
0
0
null
null
null
null
UTF-8
C
false
false
49
c
#define DSK_IMPLEMENT_INLINES 1 #include "dsk.h"
[ "daveb@ffem.org" ]
daveb@ffem.org
a64994dd1c1dc51c22a739e09925041137e9eebb
a41ae7778de4c649181a6a4cb585afe11de5022b
/atv_16_abr/atv_16_abr.c
6045cd9a2434b7d30ab70f1cc19c23bfa84744ac
[]
no_license
andre-filho/fso
00e7097f82f990877f8113a87342f25a6070f429
64db449c3436c00b570ca42326c7457569202f64
refs/heads/master
2020-05-07T19:28:18.101121
2019-04-18T03:09:35
2019-04-18T03:09:35
180,814,622
0
0
null
2019-04-18T03:09:37
2019-04-11T14:53:06
C
UTF-8
C
false
false
1,233
c
#include <stdio.h> #include <stdlib.h> #include <pthread.h> #include <semaphore.h> int NMAX = 10; int ticket[10]; sem_t semaphore; void create_tickets() { for (int i = 0; i < NMAX; i++) { ticket[i] = 1; } } void *get_ticket(void *var) { sem_wait(&semaphore); for (int i = 0; i < NMAX; i++) { if (ticket[i]) ...
[ "andre.filho001@outlook.com" ]
andre.filho001@outlook.com
b155fe11a5a9476289c1f5c116ab359c066e3ad9
90260b893cbf66be406632a7d263ce509e6ff387
/ODOAutomatedTest/Inc/ODOAutomatedTest.h
96cee1e8b399c083c18a8b9ddc7620e62d2be640
[]
no_license
xdkxsquirrel/ODOAutomatedTest
98f3726733ce9532f742cef2cae586b2bebf1279
79055c3ce78247c7462acd03b009655a5d7e17b6
refs/heads/master
2020-06-17T09:13:41.551603
2019-07-08T19:35:06
2019-07-08T19:35:46
195,874,829
0
0
null
null
null
null
UTF-8
C
false
false
4,708
h
/******************************************************************************** * @file ODOAutomatedTest.h * @author Donovan Bidlack * @brief header file that contains all of the API's needed for doing odo automated comparison test. All odo will be self contained in this header...
[ "donovan.bidlack@gmail.com" ]
donovan.bidlack@gmail.com
abc18fa9a002290cd0b7a9164e607407ec9e0020
11cbddb37be3de31afcf3dba51471eb376876e30
/src/hardware/startup/lib/common_arm/hw_serscif.c
02f3dca0053975e25436b95c52afcf96643797de
[]
no_license
cking-soft/ti-am335x-edlcd
ffda9a75419352ef32039a75c35daf5a549dcbc5
07869a4690c9dfcb8f36b27d0022249f9a64f924
refs/heads/master
2023-03-17T23:22:36.727708
2021-02-19T03:50:52
2021-02-19T03:50:52
null
0
0
null
null
null
null
UTF-8
C
false
false
2,534
c
/* * $QNXLicenseC: * Copyright 2014, 2016 QNX Software Systems. * * Licensed under the Apache License, Version 2.0 (the "License"). You * may not reproduce, modify or distribute this software except in * compliance with the License. You may obtain a copy of the License * at: http://www.apache.org/licenses/LICENS...
[ "Ben.Poon@microchip.com" ]
Ben.Poon@microchip.com
a9cc4d84046b295685adcbdcd88301cb6754957d
9927355de2f4a7fca63d0a15c16706e1d368dc3d
/Pv/wdwsgnlpv.c
c099e121c93eb20f67a2aa8270603b83919e872d
[]
no_license
shohei/sound-effect
004b08e1bbc8299341267b47e91ed1d76960a381
62a4cff1b13d40daa4a8e221f156d2bf0aeff8c7
refs/heads/master
2021-05-06T20:04:33.092432
2017-11-28T00:08:54
2017-11-28T00:09:29
112,263,516
1
0
null
null
null
null
UTF-8
C
false
false
2,456
c
/* ------------------------------------------------------------------ Library for signal processing wdwsgnlpv Description: prepare window data multiplied to signal into double buffer Input: rbuf: buffer (double) for signal processing wdw: window data (double) N: (int) =nfft...
[ "shoaok@gmail.com" ]
shoaok@gmail.com
0bd2a025e5a9b5daf9876030de8058ed604f3cde
2d4b5384685af46a543ec45d0a49f9c498ff4c99
/libunit/tests/libft/ft_memchr.c
e8eebad3d8c11845a907e89e9b18b83a4dfe175d
[]
no_license
2ndcouteau/Rushes
4e2bcbc700a0f0e620aae9db9c1455d32c9becd2
c9b180ae908a4827f06870acd1fbdd3254af0d76
refs/heads/master
2021-01-11T13:49:11.368795
2017-03-30T23:44:55
2017-03-30T23:44:55
86,623,626
0
0
null
null
null
null
UTF-8
C
false
false
1,145
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memchr.c :+: :+: :+: ...
[ "qrosa@e1r1p9.42.fr" ]
qrosa@e1r1p9.42.fr
8df30d666b0aa01cf5ee623ea4ad8a344be36b29
609ecca2e494f206cc9795ad2c191cb02b34fcd7
/boot/boot1/apps/BootQC/Common/ui/time_count/time_count.c
2fabfdd2e59e7dae2b150c5844f918e2b4983ba6
[]
no_license
reddy-quan/Hummingbird
994c3665b51b60b42bb6ea875b731f563343f6ab
17b14dbd6ed346af328683f9b83c9b672a37eb53
refs/heads/master
2021-01-01T05:47:04.510679
2014-07-26T05:48:00
2014-07-26T05:48:00
19,840,089
4
0
null
null
null
null
GB18030
C
false
false
1,826
c
/* * (C) Copyright 2007-2013 * Allwinner Technology Co., Ltd. <www.allwinnertech.com> * Martin zheng <zhengjiewen@allwinnertech.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General...
[ "reddy_quan@sina.com" ]
reddy_quan@sina.com
44ccb0cfb4a8490e9d4847c9ecec1f1cffe0f50a
319a0c79663b0ee9dd11c17684c50fa0c87b3926
/regcomp.c
909e8291c61787cfbfe78d11bf2c70c16fa7dc1c
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
lopex/Onigmo
01ac051153b2035710c94098a1ca3e98318419f8
ad3c1e91021daea75117b7d07aadb3577d645c33
refs/heads/master
2021-01-16T01:27:10.886120
2012-02-14T13:50:48
2012-02-14T13:51:50
null
0
0
null
null
null
null
UTF-8
C
false
false
157,098
c
/********************************************************************** regcomp.c - Onigmo (Oniguruma-mod) (regular expression library) **********************************************************************/ /*- * Copyright (c) 2002-2008 K.Kosako <sndgk393 AT ybb DOT ne DOT jp> * Copyright (c) 2011-2012 K.Takat...
[ "kentkt@csc.jp" ]
kentkt@csc.jp
b205f563c71efa426b2b3eb4a55dc52bd41bd7cf
9b60c51de74334992ffc62d1ded77b4251b3e88d
/ft_printf/libft/ft_itoa.c
e2a75ad8c5b1f662cf4ec4d02060208e3d0ed89c
[]
no_license
GiggZ34/Cursus_42
42ace44c44c9e7d526ec3b9033abf147a8cbad0c
8aaf96e9a06640342b6a573fc0abeb69976fae4d
refs/heads/master
2023-02-09T19:11:43.469992
2020-12-22T09:53:23
2020-12-22T09:53:23
316,752,516
0
0
null
null
null
null
UTF-8
C
false
false
1,579
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_itoa.c :+: :+: :+: ...
[ "grivalan@z3r3p3.42lyon.fr" ]
grivalan@z3r3p3.42lyon.fr
edf6d606758a67ba56d84d2e7bb43271139d4f2a
e89cc35e240f94a4458aeaf9e4a5f305ac5009ee
/UART/Src/stm32f4xx_it.c
a246124b9b1e7724a8db84896e86422c5cd19035
[]
no_license
djok0127/STM32Bluetooth
f5e0ed70d68cf2e681fc1a83c9275a7cdcc651b5
267278b6e7da872ecf9da6306f33ee6a87e1b4ad
refs/heads/master
2020-08-22T17:54:24.954749
2019-11-22T04:40:03
2019-11-22T04:40:03
216,451,364
0
0
null
null
null
null
UTF-8
C
false
false
6,072
c
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file stm32f4xx_it.c * @brief Interrupt Service Routines. ****************************************************************************** * @attention * * <h2><center>&copy; Copyright (c) ...
[ "djok0127@gmail.com" ]
djok0127@gmail.com
bc8c28109d8cb432a1ac34c66f1f4e5fb002ba64
68d419a3d49bbb13b6d2e3d2bc22b4e2302ab193
/libft/string/ft_strstr.c
01b4d5bff11c59f835d5b8d6944dcfaa0ee68fb1
[]
no_license
akaplyar/Corewar
03b2692af076700a23170a0f78aa56b19e8f4522
c3cf4f48e17c9c36495133242baa6c7be1ea662e
refs/heads/master
2021-08-14T11:47:09.706351
2017-11-15T15:37:09
2017-11-15T15:37:09
null
0
0
null
null
null
null
UTF-8
C
false
false
1,221
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strstr.c :+: :+: :+: ...
[ "bizizib@gmail.com" ]
bizizib@gmail.com
b4c5272391bc132e4401755677b497812fa43d9e
f5a0436ff4fc13e8a89460a345f65364b82f7066
/kth-largest-element-in-an-array.c
8f1394d96217e651f516809d8d77459f24f2beb0
[]
no_license
leaveye/leetcode
a07e1e5e64c504be2f9c1140552af2fa43fb1997
483e27adf4e8a50f9b3a0d9a88f59a06976859d2
refs/heads/master
2016-09-05T16:26:17.506249
2015-10-20T02:59:19
2015-10-20T02:59:19
37,727,086
2
0
null
null
null
null
UTF-8
C
false
false
1,363
c
static int cmpint(const void *p1, const void *p2) { const int *x = (const int *)p1; const int *y = (const int *)p2; return *x - *y; } int partition(int *xs, int size, int pivotIndex) { int pivot = xs[pivotIndex], i; if (pivotIndex) xs[pivotIndex] = xs[0], pivotIndex = 0; for (i = 1; i <...
[ "leaveye.guo@gmail.com" ]
leaveye.guo@gmail.com
122e5497e1a68b2563d908405e026bda47790baf
0e8f376b7f72d574806a0e7834cd9ff4e431149d
/app/src/main/cpp/darknet/src/iseg_layer.c
7c31d0d517553439223c78157aa4ca0dbc5a166d
[ "LicenseRef-scancode-yolo-2.0", "GPL-3.0-only", "LicenseRef-scancode-yolo-1.0", "LicenseRef-scancode-warranty-disclaimer", "WTFPL", "MIT" ]
permissive
YongzhiWu/DarknetDemoInAndroid
93e20eafe839b2e6b8bf65e9e5da61929b8b60e2
458faadaedda9d206aadb0b978317e2dad6fb780
refs/heads/master
2020-04-08T04:12:43.898276
2018-12-04T11:37:05
2018-12-04T11:37:05
159,007,638
0
0
MIT
2018-11-25T07:17:46
2018-11-25T07:17:46
null
UTF-8
C
false
false
6,736
c
#include "iseg_layer.h" #include "activations.h" #include "blas.h" #include "box.h" #include "cuda.h" #include "utils.h" #include <stdio.h> #include <assert.h> #include <string.h> #include <stdlib.h> layer make_iseg_layer(int batch, int w, int h, int classes, int ids) { layer l = {0}; l.type = ISEG; l.h ...
[ "chenty.jpm@gmail.com" ]
chenty.jpm@gmail.com
8c4e0ff43cb0f4e09953209a26a493abfd526820
f1180ee7650ef3865c5cd1a74a55a20582e01ec2
/PokemonBattleSim/resource.h
d6c0b8360ae236266e338de7bf8a64b695018de1
[]
no_license
ghDespointes/PokemonBattleSim
35f6330747c4d5ba13412afcfa4c2e8869e63b8b
1b21d28e3911caaed05e67cf9921e4be538946bc
refs/heads/master
2020-12-31T05:57:16.605716
2017-02-04T00:48:32
2017-02-04T00:48:32
80,633,566
0
0
null
null
null
null
UTF-8
C
false
false
396
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by PokemonBattleSim.rc // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 101 #define _APS_NEXT_COMMAND_VALUE 40001 #define _APS_NEXT_CONTROL_V...
[ "Guilain Huyghues-Despointes" ]
Guilain Huyghues-Despointes
e6a84406ecba2244e5e6ada5cf2fff5421f2526a
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/reactos/drivers/network/afd/afd/extr_tdi.c_TdiOpenDevice.c
5afac9a592dc49dfc02a539cf712d6227e1e1b38
[]
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
5,554
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
0b82f81724d5bb78977cda427e51c3413abf85de
8e11dc8347ec14fd3fdc3b573e999a16b8265e54
/caltech-other/voronoi/src/voronoi.c
cefaad85e733917a0563553d1e85216b14fde430
[ "LicenseRef-scancode-warranty-disclaimer", "BSD-2-Clause", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-mit-specification-disclaimer", "BSD-4-Clause-UC" ]
permissive
lucylow/cm3
ce7965e20c1e44f7ccc64f5c3037ed34bf821ed9
53ebf9f1fb6bdbfe6a96488193fe0358614d89d6
refs/heads/master
2020-04-26T07:19:32.929112
2019-02-19T06:58:58
2019-02-19T06:58:58
173,390,883
1
0
null
2019-03-02T01:47:38
2019-03-02T01:47:37
null
UTF-8
C
false
false
2,394
c
# #include "defs.h" /* implicit parameters: nsites, sqrt_nsites, xmin, xmax, ymin, ymax, deltax, deltay (can all be estimates). Performance suffers if they are wrong; better to make nsites, deltax, and deltay too big than too small. (?) */ voronoi(triangulate, nextsite) int triangulate; struct Site *(*next...
[ "mika@alum.mit.edu" ]
mika@alum.mit.edu
4d367c50213bcff22d1f40a548155618d2c8a419
809d638ef1d60f3ce996595ad94aaf1906d4052b
/HW10_src/graph_utils.c
26ae8a5952dc2faf211772e323f672f9c6134973
[ "LicenseRef-scancode-public-domain" ]
permissive
TrinityCoder/PRP_DomaciUlohy_2016
20ba50b73616d13212e3b8e11c86e872f1d1874f
2ef65ce625f034a749eeea276ca9814c6468a7f6
refs/heads/master
2021-01-11T10:38:45.835743
2017-12-18T10:46:51
2017-12-18T10:46:51
76,141,348
1
0
null
null
null
null
UTF-8
C
false
false
1,151
c
#include <assert.h> #include <stdio.h> #include <string.h> #include <stdlib.h> #include "graph.h" #ifndef INIT_SIZE #define INIT_SIZE 10 #endif graph_t* allocate_graph(void) { graph_t *g = (graph_t*) malloc(sizeof(graph_t)); assert(g != NULL); g->edges = NULL; g->num_edges = 0; g->capacity = 0; /...
[ "mmares.trinity@gmail.com" ]
mmares.trinity@gmail.com
384caebaa28930b88645e7f12bf1191b5d9031c0
97f1660c5a588abc049a71aa57d02cbb4adb10f4
/BSP_wrappers/timer.c
c7c7016bb94035378bcb4b5bc80146c211fd04ca
[]
no_license
crashtan/EFM32
4113116f3db4cc6f9c4bb6e040682add6c34a740
fb5d197ee36111716a2cd077c3ed1ec4330c1c21
refs/heads/master
2018-09-20T00:57:20.612941
2018-07-05T13:59:09
2018-07-05T13:59:09
120,421,977
1
0
null
null
null
null
UTF-8
C
false
false
4,892
c
/* * timer.c * * Created on: Feb 2, 2018 * Author: Administrator */ #include "em_timer.h" #include "em_cmu.h" #include "timer.h" volatile uint16_t milliCounter = 0; volatile uint16_t milliCounter_1 = 0; /******************************************************************************************...
[ "noreply@github.com" ]
crashtan.noreply@github.com
d390aac6f3ba0e40cf05dc4e51046d8c845d5dc0
5b6fdedd001b79b7dc4f42e5e2e5f2e6cf552281
/libraries-src/PSL1GHT-master/common/libsimdmath/ppu/simdmath/_ilogbf4.h
208858479cff9eed3adf0fc37526f307597e35ef
[ "MIT" ]
permissive
wargio/PSDK3v2
705d46d088001744f55b50b2dbf46649c9503f61
9543e3ba24f3e3fbbdadd58b2712af74b994aebd
refs/heads/master
2020-12-25T12:27:30.089846
2015-02-18T16:10:14
2015-02-18T16:10:14
30,973,179
1
0
null
2015-02-18T16:08:21
2015-02-18T16:08:20
null
UTF-8
C
false
false
2,296
h
/* ilogbf4 - Copyright (C) 2006, 2007 Sony Computer Entertainment 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 cop...
[ "hermes.ps2@gmail.com" ]
hermes.ps2@gmail.com