blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
333
content_id
stringlengths
40
40
detected_licenses
listlengths
0
58
license_type
stringclasses
2 values
repo_name
stringlengths
5
113
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
604 values
visit_date
timestamp[us]date
2016-08-02 21:20:34
2023-09-06 10:17:08
revision_date
timestamp[us]date
1970-01-01 00:00:00
2023-09-05 20:12:54
committer_date
timestamp[us]date
1970-01-01 00:00:00
2023-09-05 20:12:54
github_id
int64
966
664M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
23 values
gha_event_created_at
timestamp[us]date
2012-06-18 16:43:44
2023-09-14 21:58:39
gha_created_at
timestamp[us]date
2008-02-03 21:17:16
2023-07-07 15:57:14
gha_language
stringclasses
121 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
128
17.8k
extension
stringclasses
134 values
content
stringlengths
128
8.19k
authors
listlengths
1
1
author_id
stringlengths
1
143
016c154fcf69032ff39b53a878318ce02d79d98a
43fc37d7211d538eb6681aa871fb99892a7d711a
/unix/errno.c
6e8166e795c39b05819e0cdf55da858826af7369
[]
no_license
gyhdtc/Unix_Systems_Programming
6f9fcaa82eb694e56f01674f44be34ba7920c085
95bee106d7d17a754be94e61a55a34569f3cc6db
refs/heads/master
2020-05-24T22:25:12.807771
2019-05-30T17:30:58
2019-05-30T17:30:58
187,496,659
0
0
null
null
null
null
UTF-8
C
false
false
618
c
#include <unistd.h> #include <stdio.h> /* 对应于全局的错误信息变量 */ int errno; int fildes; /* EBADF fildes 无效 EINTR close 信号中断 */ int close(int fildes); char *strerror(int errnum) { } void perror(const char *s) { int error; if (s != NULL) { error = errno; fprintf(stderr, "%s descriptor %d: %s\n"...
[ "you@example.com" ]
you@example.com
9c35a3a7f4cd15da9170af7613e86e7fd9484d24
9ee564c7022f5c2bc5715e153d66829d2e706e3e
/gyros/rt1020_gyro_test/cdh_prototype - Copy/gnc_build/FSW_Lib_ert_rtw/mrdivide_helper_23K2DU9e.c
7b523d211c8a8f2ea03c8f10c0a6fa565ab376d5
[]
no_license
william-pope/soci_gnc_capstone
cc974ed1fb52d258f7cfd209382f3a8c6dfe323e
a31e2061095960eabf6afd201c64375c5288c2f0
refs/heads/main
2023-05-26T14:21:54.361159
2021-06-11T06:57:49
2021-06-11T06:57:49
375,930,018
0
0
null
null
null
null
UTF-8
C
false
false
3,070
c
/* * Academic License - for use in teaching, academic research, and meeting * course requirements at degree granting institutions only. Not for * government, commercial, or other organizational use. * * File: mrdivide_helper_23K2DU9e.c * * Code generated for Simulink model 'FSW_Lib'. * * Model version ...
[ "jiapiz@uw.edu" ]
jiapiz@uw.edu
c343e8bb1cd220c306e96a3d3b5d5002cf2cff75
93f635bbef282f8dcfbbfa682aec2c206e68f7b7
/beginner_level_and_uva/13-3a-ii.c
e5f97af4c4e284d6babbcade47b2973648b2cbb2
[]
no_license
Alimurrazi/Programming
6ba828ea15e640f70311fab33cce1a6e9190db45
cd4354616596d6c7865f4ccd835b1c0712f41c45
refs/heads/master
2023-08-01T14:23:31.342302
2021-09-14T03:53:50
2021-09-14T03:53:50
107,748,091
0
0
null
null
null
null
UTF-8
C
false
false
356
c
#include<stdio.h> #include<string.h> int main() { int ara[30]; char str[30]; char str1[30]; int length,i,j,count=0; gets(str); length=strlen(str); strcpy(str1,str); for(i=0;i<length;i++) { if (str[i]=='a'||str[i]=='e'||str[i]=='i'||str[i]=='o'||str[i]=='u') ara[i]++;} printf(" %d",ara); //str1[i]=st...
[ "alimurrazi570@gmail.com" ]
alimurrazi570@gmail.com
5f276c889afb5c8eef45b1ba9ebf65168cbc8fd3
2485f380b5e32ee950fb84e3ae4e1698e7c7eeb2
/rt-smart/kernel/bsp/imx6ull/libs/lvgl/driver/lv_port_disp.c
241d4c05bee04b35fad6065ee0127e6a99b5c560
[ "Apache-2.0" ]
permissive
lkdingbao/rt_smart_imx6ull
e3ccade131125d92bced1bb3cabe963af7b393f8
4d9879e3d543a4e4ddd4b73ce0d30668127f5c5a
refs/heads/master
2023-04-20T18:05:40.788109
2021-05-01T05:07:41
2021-05-01T05:07:41
null
0
0
null
null
null
null
UTF-8
C
false
false
5,810
c
/** * @file lv_port_disp_templ.c * */ /*Copy this file as "lv_port_disp.c" and set this value to "1" to enable content*/ #if 1 /********************* * INCLUDES *********************/ #include "lv_port_disp.h" #include "bsp_lcdapi.h" /********************* * DEFINES *********************/ /*******...
[ "ytesliang@163.com" ]
ytesliang@163.com
d29a8b623415e99f933a035efa718a6dca9d55b1
acb8d4c4f974d872f31997f591fea4d748f94b93
/p/fystreet/street5101.c
017e49202366e7868fd02ae99bd11e660847308d
[]
no_license
MudRen/SZMUD
8ae6b05718b1a83363478469185e0d776b0fda5c
e3b46e6efa6d353f7f0d00ef676f97d5c0ec3949
refs/heads/master
2023-05-27T16:04:35.845610
2021-06-18T12:47:19
2021-06-18T12:47:19
361,736,744
1
2
null
null
null
null
GB18030
C
false
false
582
c
#define ID 5101 #include <ansi.h> inherit ROOM; void create() { set("short",HIW"空地"NOR); set("long",@LONG 这是拥挤的城市中难得一见的开阔地,不过,这里已经被打扫干净, 看上去正在寻找买家呢。想在这里拥有一套自己的房间可不容易,必须要 缴纳一大笔的购地款。 LONG ); set("roomid",ID); if(ID%2) set("exits",(["east":__DIR__"street"+(string)(ID/100),])); else set("exits",(["west":__DIR__"stree...
[ "i@oiuv.cn" ]
i@oiuv.cn
007c18ba4a6e8da13363e19aca338c35fb60f965
7aa75215614411567b89382cd79e076b3360b654
/.history/tpfinal-estructuras1/libs/shell_20201207105634.c
a29f0f98b644db9a7bb5e8aa3c6348badfc6043e
[ "Apache-2.0" ]
permissive
IgnacioKase/estructura-datos-1
7060173b2ddb7853bd68f199bd3b39048242c482
2a0be56a6546a214c011ccc38774b7625885cfd5
refs/heads/master
2021-04-17T11:29:00.419081
2020-12-10T02:06:21
2020-12-10T02:06:21
249,441,692
0
0
null
null
null
null
UTF-8
C
false
false
5,067
c
#include "shell.h" /* Funcion auxiliar para switch sobre los comandos de longitud mayor a 1 */ SimpleCommands match_simple_command(char* comando) { if (!strcmp(comando, "cargar_dataset")) return DFS; if (!strcmp(comando, "imprimir_dataset")) return BFS; if (!strcmp(comando, "imprimir_dat...
[ "ignacio@kasevich.com.ar" ]
ignacio@kasevich.com.ar
84784feef251800edf5947205dbd8bb0d74d8ef2
109c2487947a17a74c6dd74b9feda01aed34d8d1
/Scott-DFT/ATLAS/Dev1/include/atlas_cNCmm.h
5754fc208718c7fa36d6aee88185213653704cd0
[]
no_license
ebylaska/NWPW-C-
93afad2309483d1dd9fe59546b71e1167926de58
ea4da7c46fa604fe5de87eb90929c13071110148
refs/heads/master
2021-01-12T11:39:32.328672
2017-08-31T00:54:16
2017-08-31T00:54:16
72,255,209
0
0
null
null
null
null
UTF-8
C
false
false
454
h
#ifndef CMM_H #define CMM_H #define ATL_mmMULADD #define ATL_mmLAT 4 #define ATL_mmMU 4 #define ATL_mmNU 2 #define ATL_mmKU 72 #define MB 44 #define NB 44 #define KB 44 #define NBNB 1936 #define MBNB 1936 #define MBKB 1936 #define NBKB 1936 #define NB2 88 #define NBNB2 3...
[ "eric.bylaska@pnnl.gov" ]
eric.bylaska@pnnl.gov
c78f624e06c447901685b7db15e8ffe2ce01aab9
e1bc46edbe00f261282cb798eb59a25ad5227eff
/lte/gateway/c/oai/tasks/nas/ies/GprsTimer.h
746eb26036dea8b0a9b53517a0e364315431e377
[ "BSD-3-Clause", "Apache-2.0", "LicenseRef-scancode-unknown", "LicenseRef-scancode-unknown-license-reference" ]
permissive
119Vik/magma-1
57f9a69036c742fcfcb97e84c59be78dec650609
107a7b374466a837fc0a49b283ba9d6ff1d702e3
refs/heads/master
2022-12-14T14:03:53.841221
2020-07-24T10:46:09
2020-07-24T11:29:37
279,833,292
0
0
BSD-3-Clause
2020-07-15T12:12:30
2020-07-15T10:05:13
Go
UTF-8
C
false
false
1,814
h
/* * Licensed to the OpenAirInterface (OAI) Software Alliance under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The OpenAirInterface Software Alliance licenses this file to You under * the Apache Licens...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
f8399a4b5ef1c3f7b9f7ccbd2d5c9e71610d0ab7
243af6f697c16c54af3613988ddaef62a2b29212
/firmware/uvc_controller/mbed-os/targets/TARGET_Analog_Devices/TARGET_ADUCM4X50/TARGET_ADUCM4050/api/pinmap.c
e95ca501625a5ae4f9b1b09267b97ac22b382440
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "MIT" ]
permissive
davewhiiite/uvc
0020fcc99d279a70878baf7cdc5c02c19b08499a
fd45223097eed5a824294db975b3c74aa5f5cc8f
refs/heads/main
2023-05-29T10:18:08.520756
2021-06-12T13:06:40
2021-06-12T13:06:40
376,287,264
1
0
null
null
null
null
UTF-8
C
false
false
4,254
c
/******************************************************************************* * Copyright (c) 2010-2017 Analog Devices, 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: * ...
[ "13125501+davewhiiite@users.noreply.github.com" ]
13125501+davewhiiite@users.noreply.github.com
0369ec7e7989c9bfef4d09e25ce6d5cfbb78acc1
54f352a242a8ad6ff5516703e91da61e08d9a9e6
/Source Codes/AtCoder/agc011/A/2180127.c
19db9ab1ca647faad766049b025a4a9e09860608
[]
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
942
c
#include <stdio.h> #include <string.h> #include <math.h> #include <stdlib.h> typedef long long ll; int cmp(const void*a,const void*b) { return *(ll *)a-*(ll *)b; } int main(void) { int n,i; ll c,k; ll s[101000]; ll count=1,l=1,start; scanf("%d %lld %lld",&n,&c,&k); for(i=0;i<n;i++) scanf("%lld",...
[ "kwnafi@yahoo.com" ]
kwnafi@yahoo.com
16684a209671c46648d92c2df9a3371fcfbbf724
a556c07ecfa1031dae46fd3433762941ceca68b1
/kungfu/skill/backup/zimu-zhen/dinhun.c
760432bbec855c0e8cba9da7dd1c911404573958
[]
no_license
yqzcabao/pkuxkx-utf8
53c3c24f4e3a9125372bca72b6a4b10aa6293a7f
0eaf237c9970795a51aa4cc04b5b762003300cbd
refs/heads/main
2023-04-01T21:16:23.894845
2021-04-09T13:33:24
2021-04-09T13:33:24
null
0
0
null
null
null
null
UTF-8
C
false
false
1,288
c
// 定魂 子母针特殊技 #include <ansi.h> inherit F_SSERVER; int perform(object me, object target) { object weapon; string msg; if( !target ) target = offensive_target(me); if( !target || !target->is_character() || !me->is_fighting(target) ) return notify_fail("「定魂」只能对战斗中的对手使用。\n"); if (!objectp(weapon = me->query_t...
[ "i@oiuv.cn" ]
i@oiuv.cn
890d190885125c358bb171b8f515899f4e86a61c
773561dffbed0d900118dc008b9e6d83ff1c7b3a
/ldd1/ldd_practice/dynamic_cdd/dynamic_cdd.mod.c
b479049fc50d35181faafb412f36458d9505dbb9
[]
no_license
taraninomula/backup
92fc46c7acb78241b707a1d0fc4ab98e992f34e8
3fc56435f0072b2a90ccbe19d58119741c9536c1
refs/heads/master
2020-07-23T10:44:21.974756
2019-09-20T06:03:41
2019-09-20T06:03:41
207,532,705
3
0
null
null
null
null
UTF-8
C
false
false
1,055
c
#include <linux/module.h> #include <linux/vermagic.h> #include <linux/compiler.h> MODULE_INFO(vermagic, VERMAGIC_STRING); __visible struct module __this_module __attribute__((section(".gnu.linkonce.this_module"))) = { .name = KBUILD_MODNAME, .init = init_module, #ifdef CONFIG_MODULE_UNLOAD .exit = cleanup_module, ...
[ "tarani.nomula@votarytech.com" ]
tarani.nomula@votarytech.com
6574babbddbabd28263c5527d8e353e3628fe0b7
8ad162102111f5f011d9604a9e71854191806778
/include/widgets/window.h
0bbd20cce7b94f3315e55ab872fca93095048b5f
[]
no_license
Happy-Ferret/Claro
4381de909d8735d22adfeba943554c62272a5fbb
ef2ae283ec7a32d5f6cdef7205dcb402f9c9e47b
refs/heads/master
2021-01-17T05:36:53.261301
2015-08-20T22:23:59
2015-08-20T22:23:59
null
0
0
null
null
null
null
UTF-8
C
false
false
3,047
h
/* Claro Graphics - an abstraction layer for native UI libraries * * $Id$ * * 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 License. You may obtain a copy of the License at * http://www.mozilla.org/MP...
[ "rumpf_a@web.de" ]
rumpf_a@web.de
74e3687999340ba3ec403eb15e6e8263b3399259
2898fa4f2ad766afa0495a837f59fe95daa081a7
/tests/unit-pass/j039.c
ea93e2d388be2e7a1e4f6fd5807ea63f12097fde
[ "NCSA" ]
permissive
kframework/c-semantics
12fcc1b1bf1f7792636d1c37f6f7bb1b89a392b5
e6879d14455771aa0cb3e3d201131d4d763a73a2
refs/heads/master
2023-07-31T23:57:03.316456
2022-02-01T17:50:31
2022-02-01T17:50:31
11,747,541
312
52
NOASSERTION
2022-02-01T17:50:33
2013-07-29T19:13:25
C
UTF-8
C
false
false
388
c
int f(int x, int y) { return x; } int g(double x) { return (int) x; } int main(void) { ((int (*)())f)(0, 0); ((int (*)())g)(0.0); int bar(); bar(5.0); int baz(); baz((char)5); int bah(); bah(5); return 0; } int bar(double a){ return 0; } i...
[ "chathhorn@gmail.com" ]
chathhorn@gmail.com
5171de43f04379017f443facdeafdf218d860f69
e25c8b65c0115053b14f8ecffaea94a964eefa1f
/ds/open/world1/world2/mainland1/map_18_22.c
41b00a6397a5e419a2478af68a5e1cebee767ea3
[]
no_license
zwshen/mudos-game-ds
c985b4b64c586bdc7347bd95d97ab12e78a2f20f
07ea84ebdff5ee49cb482a520bdf1aaeda886cd0
refs/heads/master
2022-03-01T14:55:10.537294
2022-02-15T15:41:26
2022-02-15T15:41:26
244,925,365
4
1
null
2022-02-15T15:41:27
2020-03-04T14:44:49
C
BIG5
C
false
false
374
c
inherit ROOM; void create() { set("short", "針葉林"); set("long", @LONG LONG ); set("exits",([ "south" : __DIR__"map_19_22", "north" : __DIR__"map_17_22", "east" : __DIR__"map_18_23", ])); set("outdoors","land"); setup(); set("map_long",1); //show map as long replace_program(ROO...
[ "zwshen0603@gmail.com" ]
zwshen0603@gmail.com
f29096f2f23d8cd1a53ffdaf3499b0c41a7a43c4
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/c1adb833-fce2-418b-8c5c-39ba1638f293.c
4b1a6c23107ec69bade48a48def5ecf5096ba409
[]
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
561
c
#include <string.h> #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; l = l/j; l = l-j; l = l-j; l = i-j; k = k-k*i; //variables //random /* START VULNERABILITY */ int a; long b[81]; long c[19]; a =...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
14bcfe2cd18e6441740c9b2640e7fc9b1ef53696
fd1ddbde4deb74db1a3ba1599b0f7c6926978b80
/008 --qpps_2_uart_BLEModule/001 -- 蓝牙模块源代码和bin文件/01 源代码/qpps_2_uart_BLEModule/src/app/app_task.h
07441386cc167d270ce9050c73644745640c6c3a
[]
no_license
Wangwenxue/Qpps2Uart_SDK1.3.9
37793dd3674cdc667882681b1faa2723b1ff0ac8
e16005564a3c84bb843bf9763a19c57abae8e7a2
refs/heads/master
2020-12-03T05:15:07.850841
2016-12-07T15:46:51
2016-12-07T15:46:51
68,714,983
0
0
null
null
null
null
UTF-8
C
false
false
2,921
h
/** **************************************************************************************** * * @file app_task.h * * @brief APP Task implementation * * Copyright(C) 2015 NXP Semiconductors N.V. * All rights reserved. * * $Rev: 1.0 $ * ************************************************************************...
[ "b51443@freescale.com" ]
b51443@freescale.com
410b7df8dd55873125f79031d1e33c087e2957bd
9bbc8db57e87d8e5df9f5b5162c6874b69fb5ce5
/TraceRecorder/streamports/USB_CDC/trcStreamingPort.c
5525858dec926697ceece59e05274d65f9588230
[]
no_license
89yanyu/STM32F429I-Discovery
8e961e87b83ae38a552d438689950397aa156304
9c904582e0975805afde9de6a146cddd0c4b31c7
refs/heads/master
2021-07-05T21:30:51.811939
2017-09-30T15:27:28
2017-09-30T15:27:28
105,156,311
0
0
null
null
null
null
UTF-8
C
false
false
7,062
c
#include "trcRecorder.h" #if (TRC_USE_TRACEALYZER_RECORDER == 1) #if(TRC_CFG_RECORDER_MODE == TRC_RECORDER_MODE_STREAMING) #include "stdint.h" /* Include files as needed, in this case it is files from STM32Cube FW_F7 V1.4.1 */ //#include "usb_device.h" #include "usbd_cdc.h" #include "usbd_cdc_if.h" //#include "usb_d...
[ "995239101@qq.com" ]
995239101@qq.com
c2c05bd42d2080235d8aa69ab4666d0e0a0b9273
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/d3453b73-1ea2-421f-becd-66a139a6b08a.c
1d8e8026adc9c9a581fc83555664a6f89b36a6d3
[]
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
535
c
#include <string.h> #include <stdio.h> int main() { float i; float j; float k; float l; i = 6; j = 9; //variables /* START VULNERABILITY */ int a; char b[11]; char c[84]; a = 0; while (a < strlen(b)) { //random /* START BUFFER SET */ *((char *...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
abb8e7a17abe336b517ae61aa0571bb88aa4d458
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/8c77f91a-f994-4466-a9a5-658e915df4d1.c
91b435b6329c8b15216586c4141f4ffea9edef8b
[]
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
561
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=14; int k; int l; j = 53; l = 64; k = i/j; l = i/j; l = i/j; l = k-j; l = l-j; k = k-i*i; //variables /* START VULNERABILITY */ int a; long b[65]; long c[10]; a = 0; do { a++;...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
00752055a14c6bc7a0080ed367b9c27dff046bc7
f4b65c8b91c51dea16b3f77c5e05f1e94f4fae18
/sprint02/t00/mx_is_positive.c
cd3cb566d90170b9d0690b8c7d3c07176a14d799
[]
no_license
okhramkov/Ucode-Marathone
62a6df491a678d50f6c5c83f9cc6dd386c20618c
67ee4f3b18ff14eda6373c6eba4be422bf0e2716
refs/heads/master
2023-01-20T10:55:48.237108
2020-11-08T17:02:37
2020-11-08T17:02:37
311,109,984
1
0
null
null
null
null
UTF-8
C
false
false
342
c
void mx_printstr(const char *s); void mx_is_positive(int i) { if (i > 0) { const char str[] = "Positive\n"; mx_printstr(str); } else if (i < 0) { const char str[] = "Negative\n"; mx_printstr(str); } else if (i == 0) { const char str[] = "Zero\n"; mx_p...
[ "okhramkov@e1r7p6.unit.ua" ]
okhramkov@e1r7p6.unit.ua
9ea9138a7499548f525080ccd8855d68ba29f2a8
e8302c75d770d1608b317d6af5c483bbad6c0493
/tests/bluetooth/host/id/mocks/net_buf.c
dbdba3f4a3a39f52afbad24a8a3b3fbb31b96d5a
[ "Apache-2.0" ]
permissive
intel/zephyr
819362089aa44ae378a5558f3b222197aaa811f7
06d5bc51b580777079bb0b7e769e4127598ea5ee
refs/heads/main
2023-09-04T00:20:35.217393
2023-02-16T11:27:40
2023-02-16T14:59:16
65,052,293
32
32
Apache-2.0
2022-04-05T17:14:07
2016-08-05T22:14:50
C
UTF-8
C
false
false
560
c
/* * Copyright (c) 2022 Nordic Semiconductor ASA * * SPDX-License-Identifier: Apache-2.0 */ #include <zephyr/bluetooth/buf.h> #include <zephyr/kernel.h> #include <zephyr/net/buf.h> #include <mocks/net_buf.h> DEFINE_FAKE_VOID_FUNC(net_buf_unref, struct net_buf *); DEFINE_FAKE_VALUE_FUNC(void *, net_buf_simple_add...
[ "carles.cufi@nordicsemi.no" ]
carles.cufi@nordicsemi.no
da0f1d35866204737aa9fd5725cffbc926747c9d
3ab591b9123fe4e7040c61d4e360c9ec4ec4a1c1
/mps2_template/example/build/mdk/RTE/_V2M-MPS2-LiteNES/RTE_Components.h
e41aec6930cff3f8adbf4c77e68296c7bae5751c
[ "Apache-2.0" ]
permissive
ianhom/EmbeddedNES
84b0e6a41659587f7c7625c5940cf6c0054b4838
41144274bc75a0b6d7f2752e305678d555c61b2a
refs/heads/master
2020-03-12T08:23:35.828505
2018-06-03T22:46:23
2018-06-03T22:46:23
130,526,709
0
0
Apache-2.0
2018-06-03T22:46:24
2018-04-22T01:55:53
C
UTF-8
C
false
false
659
h
/* * Auto generated Run-Time-Environment Component Configuration File * *** Do not modify ! *** * * Project: 'Blinky' * Target: 'V2M-MPS2-LiteNES' */ #ifndef RTE_COMPONENTS_H #define RTE_COMPONENTS_H /* * Define the Device Header File: */ #define CMSIS_device_header "CMSDK_CM7_SP.h" #define RTE_Co...
[ "embedded_zhuoran@Hotmail.com" ]
embedded_zhuoran@Hotmail.com
0eaa519f9ddf72fab067578c8c5ddb2546a8e780
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/xLua/build/lua-5.3.4/src/extr_liolib.c_test2.c
75669d1150dbd4b44a8a5bf877e0715043f2a19c
[]
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
662
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
ee6107f1ac73333f212eb422bb350f2c49301480
f3b85ae8251c0d32b0b13f5f58896049cdc0f456
/sys/libcrypto/err_prn.c
367b7f85e797cc8395b628bda12662b60ec34547
[]
no_license
walafc0/almos-mk
9f8e1540f48bdfee08dd82336687a6555e7dd730
885636fce42faa73f7f9218124d1a40ce2a61907
refs/heads/master
2020-12-30T14:56:07.781381
2015-08-18T15:44:22
2015-08-18T15:44:22
40,980,913
1
0
null
null
null
null
UTF-8
C
false
false
5,614
c
/* crypto/err/err_prn.c */ /* Copyright (C) 1995-1998 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...
[ "devel@walafc0.org" ]
devel@walafc0.org
6333ac052df2f28789a6c55a03e615651831b805
7d81ed90e8089fc0bae6625ef8389468ff15f1aa
/libs/lib_base/bl_file.h
4187e7248e0e2209b1f8ce7febbca8013753fbd2
[]
no_license
prj-common/00tools
b11a4645ef27dddb8915b9a258283c24f3ad61e0
ff4e22383775ad9477c194da28f7bb923f51cc41
refs/heads/master
2021-01-16T20:50:57.687579
2016-09-16T03:41:10
2016-09-16T03:41:10
68,350,373
0
0
null
null
null
null
UTF-8
C
false
false
351
h
#ifndef __BL_FILE_H__ #define __BL_FILE_H__ // get file size int bl_get_file_size(char *file_name); // get file size int bl_get_file_size_ex(char *file_name); // file extract int bl_file_extract(char *new_name, char *old_name, int start_file_addr, int size); int bl_file_append(char *file_name,char *a...
[ "zzyjsjcom@126.com" ]
zzyjsjcom@126.com
c236133ac5f97b5c46ec12623c032a5a138a2dc1
de8250e0390768dfb8829f3596a70b5901b498e4
/txe_tt.c
ec827eacc09a3649fe9af14aaf0ca4ea56cb75e1
[]
no_license
igou/tx
8721cfdbd5a060172551913c1ad0ebd6ba422d7b
72bd0d4cb66031f2b892e04161b2699dfc10d87a
refs/heads/master
2021-01-10T10:17:54.621543
2016-01-23T08:04:26
2016-01-23T08:04:26
50,229,841
1
1
null
null
null
null
UTF-8
C
false
false
7,442
c
/**************************************************************************/ /* */ /* Copyright (c) 1996-2003 by Express Logic Inc. */ /* */ /* This...
[ "734368243@qq.com" ]
734368243@qq.com
24958c8dfc7634187ca22836109ae0c9cfb58a9a
5054e25b7ef7b2607e72e1420cb63784238c5f87
/test/test_slist.c
3324111d00e6d47400c4ac3d35c99a753633468d
[]
no_license
Brukmoon/algor
0765ed7aa71d15184c431c7d090ac2a2b198e318
d929f22fe2a5fb1fa038a99fb2ce522d1eb98538
refs/heads/master
2021-01-17T20:57:59.451444
2017-04-03T16:02:37
2017-04-03T16:02:37
62,649,022
1
0
null
null
null
null
UTF-8
C
false
false
856
c
#include "slist.h" #include "test_list.h" TEST_CASE(slist_push) { int a = 1, b = 2, c = 3; struct slist *list = slist_new(); REQUIRE_EQUAL(list->length, 0); slist_push(list, &a); slist_push(list, &b); REQUIRE_EQUAL(list->length, 2); slist_push(list, &c); REQUIRE_EQUAL(list->length, 3); slist_free...
[ "mhlous@gmail.com" ]
mhlous@gmail.com
30f00bfb04c9ffa2e7a5c83ba88fae07ab282de4
17d6e1b996d62468b00dafb5aa619a96c99eaf0d
/C언어 수업/0416/444/main.c
7410a866c671487ef7216bacef2d192ca842b498
[]
no_license
joohongkeem/JOOHONGgit
91088059e613b58187a04a85a86f9857adf65081
7664cb6bd2ac31c7c40a384afb27e7d6d91ce18d
refs/heads/master
2020-03-17T12:54:02.872904
2018-06-20T08:07:08
2018-06-20T08:07:08
133,608,287
0
0
null
null
null
null
UHC
C
false
false
475
c
#include <stdio.h> #include "hd.h" //typedef struct eag{ // 구조체가 두개정의되어있어 에러가 발생할 것 같지만 // int fir; // 구조체는 메모리가 아닌 선언이므로 에러발생XXXX (선언은 많이써도 상관없다!!) // int sec; // but, 보기 안좋으므로 헤더파일로 넣는게 굿굿굿 //}TAG; TAG put (int a, int b); int main() { TAG rlt; rlt = put(10,5); printf("%d %d\n", rlt.fir, rlt.sec)...
[ "38645351+joohongkeem@users.noreply.github.com" ]
38645351+joohongkeem@users.noreply.github.com
3c3665d2f063b15c99bab0b6f41f72679b985f88
60a15a584b00895e47628c5a485bd1f14cfeebbe
/comps/misc/input/Hamamatsu/inc/paramC4880_80.h
998dc1a218ade1e4051870dbf2558ef7a3c26fb8
[]
no_license
fcccode/vt5
ce4c1d8fe819715f2580586c8113cfedf2ab44ac
c88049949ebb999304f0fc7648f3d03f6501c65b
refs/heads/master
2020-09-27T22:56:55.348501
2019-06-17T20:39:46
2019-06-17T20:39:46
null
0
0
null
null
null
null
UTF-8
C
false
false
2,415
h
// paramC4880_80.h // [Jan.08,2002] #ifndef _INCLUDE_PARAMC4880_80_H_ #define _INCLUDE_PARAMC4880_80_H_ struct DCAM_PARAM_C4880_80 { DCAM_HDR_PARAM hdr; // id == DCAM_PARAMID_C4880_80 long AMD; // Acquire Mode Internal/External long AET; // Acquire Exposure Time 0-255 (frame Number) long SHT; // Shutter Ti...
[ "videotestc@gmail.com" ]
videotestc@gmail.com
e7bc7955993118384f2fd99225158a825bee3167
3d0e2d4bf865833c5304792a126801d98f000f40
/src/fielddata/script/d05r0118_def.h
926c684cdbcb58596cf1eee89fad42aacfd8b5ac
[]
no_license
XLuma/retsam_00jupc
86311fa2927798e45070f9922046ba5e5a9539ae
9859bc2f4b5bedcadc791f39ce1e7c77172194e7
refs/heads/main
2023-07-25T04:24:49.694267
2021-07-30T23:08:09
2021-07-30T23:08:09
393,130,605
0
0
null
2021-08-05T17:56:40
2021-08-05T17:56:39
null
SHIFT_JIS
C
false
false
237
h
#ifndef _D05R0118_DEF_H_ #define _D05R0118_DEF_H_ //スクリプトデータID定義 #define SCRID_D05R0118_POKE (1) #define SCRID_D05R0118_FLAG_CHANGE (2) #define SCRID_D05R0118_DATA_MAX (2) //最大数 #endif //_D05R0118_DEF_H_
[ "anon@4chan.org" ]
anon@4chan.org
c0173e573eaad7b6e2a3480697d83802fa7d5c60
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/redis/src/extr_adlist.c_listCreate.c
439bbeee625a8dae23325476cf28dc2ee116b2fa
[]
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
878
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
6813737232a6e27b3afc8deba686cbc58643f508
a565dc8a731c4166548d3e3bf8156c149d793162
/PLATFORM/TI_EVM_3530/SRC/APPS/Vox/Comm/comm.h
fb00716a7efa0730b7645bc4292d27fbaf20d8a4
[]
no_license
radtek/MTI_WINCE317_BSP
eaaf3147d3de9a731a011b61f30d938dc48be5b5
32ea5df0f2918036f4b53a4b3aabecb113213cc6
refs/heads/master
2021-12-08T13:09:24.823090
2016-03-17T15:27:44
2016-03-17T15:30:48
null
0
0
null
null
null
null
UTF-8
C
false
false
769
h
#ifndef _COMM_H_ #define _COMM_H_ #include <windows.h> #define MAX_SIZE_TO_READ 80 #define MAX_PHONE_NUMBER 128 #define XON_CHAR 0x11 #define XOFF_CHAR 0x13 //extern bool g_bUseXonXoff; typedef enum { RESP_COMM_OK = 0, RESP_COMM_EMPTY_EVENT, RESP_COMM_FAILURE, } RESP_COMM_ERROR; #ifdef __cpluspl...
[ "ruslan.sirota@micronet-inc.com" ]
ruslan.sirota@micronet-inc.com
0246f839551e4a5955de2d112a25dc4d87bcdeba
65d8f5178e86e990caeabf8c25ead125e97184de
/dilithium1aes/PQCgenKAT_sign.c
3aae484115e56d2f3f0516b4126ac8e59b9e96ca
[]
no_license
vazpeitiah/TLSLibrary
30cee437d5fba8d3afa25b4e4791b9ed391c617d
cd1ea64f77bd5698173fef1922bc7bb9c3e8cc7b
refs/heads/master
2023-07-11T07:24:30.747404
2021-08-23T01:55:51
2021-08-23T01:55:51
334,240,975
0
0
null
null
null
null
UTF-8
C
false
false
7,226
c
// // PQCgenKAT_sign.c // // Created by Bassham, Lawrence E (Fed) on 8/29/17. // Copyright © 2017 Bassham, Lawrence E (Fed). All rights reserved. // #include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> #include "rng.h" #include "api.h" #define MAX_MARKER_LEN 50 #define KA...
[ "vazpeitiah@gmail.com" ]
vazpeitiah@gmail.com
72f6b7dc4523119fccd0eb4e2c2f67bbdee72bc0
0d9a644ef4d90f3068d07228dfcf54ae940cfcba
/areas/tol-dhurath/forest-3/7x5.c
81593b55b8df8c91a57a971ea90fb8b7839a831d
[]
no_license
cellboy/core-lib
3584d8dec497a435d3742f2a7326c3b19beda0c8
9ddaa6416c538bbcd51a15c834ea6d5ec744ea40
refs/heads/master
2023-08-12T17:57:18.183853
2021-09-22T21:09:37
2021-09-22T21:09:37
null
0
0
null
null
null
null
UTF-8
C
false
false
841
c
//***************************************************************************** // Copyright (c) 2021 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/env...
[ "abc@maelstrom.cc" ]
abc@maelstrom.cc
3d0f1b89c0dd77136d32ea23118305c1b357df5d
bd9dce50b36e6e11f77f1bc210069d8122935f95
/F0-nolib/F0_testbrd/usart.c
4915aba8348d29ecc24ea5f4da8ff5e75612fbf9
[]
no_license
olegkapitonov/stm32samples
1c2b42f5bc4d4438af9bee5812635313033ec732
d2576412a5b366e1fd99d8b1c6b1d5bb855be7f2
refs/heads/master
2023-04-29T14:15:05.642118
2021-05-24T16:54:20
2021-05-24T16:54:20
null
0
0
null
null
null
null
UTF-8
C
false
false
7,732
c
/* * usart.c * * Copyright 2017 Edward V. Emelianoff <eddy@sao.ru, edward.emelianoff@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 2 of the License, or * (a...
[ "eddyem@yandex.ru" ]
eddyem@yandex.ru
4fcc4c22a191c50cd9aa7e64539086c6dc6f5dd5
6260b1ce1152d97309d5c358d5c4163fd6cf4e70
/code/core/hal/hal_uart.h
6fddc772e0cc189e3a6dc0828bdffa75697254ca
[]
no_license
zhihanyu/ZG_RGB_RF
0089cd084d2387316765e32f3fd9d8da88536f54
a0954722b3ee4efea09f51d188847b4869d8d13d
refs/heads/master
2020-09-16T17:52:09.482666
2019-11-25T02:33:13
2019-11-25T02:33:13
223,846,085
1
0
null
null
null
null
UTF-8
C
false
false
4,058
h
#ifndef HAL_UART_H #define HAL_UART_H //S9070 uarts #define UART_0 (0U) #define UART_LOG (1U) //loguart #define UART_MAX_ID (UART_LOG) #define IS_UART_ID_VALID(x) (((x) <= UART_MAX_ID) ? TRUE : FALSE) //data length #define UART_DATALENGTH_7B ((uint32_t)0U) ...
[ "yushuiping007@qq.com" ]
yushuiping007@qq.com
918e91ae6344e80eec2e1fc91afe8d7a2f182fdb
5c255f911786e984286b1f7a4e6091a68419d049
/code/cc3f6bb8-af00-4396-b4cc-a0137ef0f116.c
a89a51e1c5e4436e17dc89f48e6e4819109c5993
[]
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
206
c
#include <stdio.h> int main() { int i=4; int j=1; int k; int l; k = 532; l = l-4; k = i%j; l = i%j; k = k-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
0d6d204a45bdc913a0326cda6876449df69352f3
ae5836900a4c403d860f8f431c0e452ee43705e0
/src/vsip_vsumval_f.c
b0e9245d1ad50fac73850ea21da7460d3a83a3f8
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
connorimes/tasp-vsipl-core-plus
224d1817f180fb4e6977ab227ee1bea41c5e6c58
dba552a9b5e145b1289a0d415f37fd91baa1e1ef
refs/heads/master
2021-01-21T23:58:44.018215
2015-11-17T18:23:51
2015-11-17T18:23:51
46,365,748
9
4
null
null
null
null
UTF-8
C
false
false
1,449
c
/* Created RJudd December 14, 1997 */ /* SPAWARSYSCEN D881 */ /********************************************************************** // For TASP VSIPL Documentation and Code neither the United States / // Government, the United States Navy, nor any of their employees, / // makes any warranty, express or implied,...
[ "connor.k.imes@gmail.com" ]
connor.k.imes@gmail.com
92d6d1a72bb2cfb8f31b3f6b957c1d6e0837efa0
f9abb08e4e5c04516d213f41bdb7f2596d5bd2ff
/STM32智能指纹锁/ucos3/HARDWARE/KEYBOARD/keyboard.h
0d18f94f6b5746a37d4acbf52766a3767e05ce36
[]
no_license
Kysaiz/MyOwnProject
52fd909dd931f59cf39413fa360310a20bbc32e0
57eea51f18d91bb2135c8e27cafd313f3a43ef1d
refs/heads/main
2023-03-23T02:37:29.901208
2021-03-19T14:36:34
2021-03-19T14:36:34
349,411,652
0
0
null
null
null
null
ISO-8859-7
C
false
false
209
h
#ifndef __KEYBOARD_H__ #define __KEYBOARD_H__ #include "stm32f4xx.h" #include "sys.h" #include "delay.h" // ³υΚΌ»―ΌόΕΜ extern void key_board_init(void); extern char get_key_board(void); #endif
[ "kysaiz@hotmail.com" ]
kysaiz@hotmail.com
ce13c8229b33804510adfe33f544c6190d077dd6
bebb06d00e1b0b1085a41f089b491ae1c839d200
/chapter07/charcount.c
a8a756eea3695048eb81b1de0bba5dee455b382a
[]
no_license
zhengjun1987/CPrimerPlus5thEdition
01322b290705e59e8c75e81eb8462dd2af0c81c4
1909e13931eb0cc8a04d89aab691cf1b2a291249
refs/heads/master
2021-09-11T13:22:49.593855
2018-04-07T17:12:45
2018-04-07T17:12:45
115,200,511
0
0
null
null
null
null
UTF-8
C
false
false
456
c
// Author:Zheng Jun // Date:2018/1/5 // E-mail:zhengjun1987@outlook.com #include <stdio.h> #define PERIOD '.' void cc(){ int ch,charcount = 0; while ((ch = getchar()) != PERIOD){ if (ch != '"'&& ch != '\'') charcount++; } printf("There are %d non-quote characters.\n",charcount); ...
[ "zhengjun1987@outlook.com" ]
zhengjun1987@outlook.com
9069789010ebabe181d0a25c0a5d6f2aef0704ce
789860364b415985fb04d577a84d9e718cd15a5e
/source/p90-6.c
b431eedb4cb542175b753206224dc5f47818e1c7
[]
no_license
almajiro/teach-yourself-c
9a145335452ded21383a138e8da7d40380276e06
36703155042083329ae025730ba875235f47f05a
refs/heads/master
2021-09-01T00:59:54.220263
2017-12-24T00:51:26
2017-12-24T00:51:26
113,036,415
0
0
null
null
null
null
UTF-8
C
false
false
847
c
#include "stdio.h" int main() { int num; float val; do{ printf("変換\n"); printf("1. フィートからメートルへ\n"); printf("2. メートルからフィートへ\n"); printf("3. ポンドからキログラムへ\n"); printf("4. キログラムからポンドへ\n"); printf("5. 終了\n"); do{ printf("番号を選んで入力してください: "); scanf("%d", &num); }while(num < 0 || num > 5); if(num >...
[ "kuroki@almajiro.tokyo" ]
kuroki@almajiro.tokyo
a22c77b2138a428d86fe3fe37f93a92df2de02eb
ec0634ad1f218943973beaec953d90e9b8fbc275
/10-2.c
f0e36128eb65f34379f8b433b672b4dbc87bbc5f
[]
no_license
MiuraMao/SampleCode-C-Exercise-
c5b08e0e8679b7cf7a547acc5b0fe51a00e0c9f4
c18fcfdd3b2f6f6c58138c48576beca1ab6116da
refs/heads/master
2023-07-18T07:35:54.522751
2021-08-21T07:02:57
2021-08-21T07:02:57
340,798,910
0
0
null
null
null
null
UTF-8
C
false
false
2,662
c
#include <stdio.h> #include <stdlib.h> #include <string.h> //行単位のファイル入力 #define MEIBOFILE "meibo.txt" //名簿ファイル名 enum{ //オブジェクト形式マクロでも良い NAMESIZE = 55+1, //氏名の最大文字数 + 空文字分1バイト MEIBOSIZE = 100, //名簿の最大人数 LINEBUFSIZE = 1024, //ファイルか...
[ "m_miura06@outlook.com" ]
m_miura06@outlook.com
7b18aa74ee2d2d1d687f3d4bdab446140a7af8b6
dc4e8981de0851f81fbf87eb4c480865a14e2cb6
/0x13-more_singly_linked_lists/lists.h
e9f038f9f5e70c782f0a7f18fea7c2b210c57e39
[]
no_license
Alafresh/holbertonschool-low_level_programming
08ba394519314e960ae0ddabd1b42a40d70a3527
485152f47af5d4afbc22111fc038e174a587a750
refs/heads/master
2020-06-06T13:27:31.558185
2020-01-17T04:36:56
2020-01-17T04:36:56
192,752,585
0
0
null
null
null
null
UTF-8
C
false
false
917
h
#ifndef _LISTS_H_ #define _LISTS_H_ #include <stdlib.h> /** * struct listint_s - singly linked list * @n: integer * @next: points to the next node * * Description: singly linked list node structure * for Holberton project */ typedef struct listint_s { int n; struct listint_s *next; } listint_t; size_t print...
[ "868@holbertonschool.com" ]
868@holbertonschool.com
d5919970179b7e876e8d1115a5be046f6a46ddc5
010145d88f62871af06de03f759a2d6a38ef73c0
/mux_2x1/isim/mux_8x1frm4x1_tb_isim_beh.exe.sim/work/m_00000000004134447467_2073120511.c
73654c8fc733c8db447213879b587167ec0106ef
[ "MIT" ]
permissive
Jayshil-Patel/Xilinx-Verilog
07e07e85b1a722fc391df607a4d28bd9710b05a1
4c33040746809a116da442f5d310c45c18a1b2a5
refs/heads/main
2023-05-15T04:00:20.887724
2021-06-10T07:53:06
2021-06-10T07:53:06
364,207,133
1
0
null
null
null
null
UTF-8
C
false
false
7,973
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "jayshiljatin@gmail.com" ]
jayshiljatin@gmail.com
5a6c2cb0f510849f94adcc0cbf3ad8358897bfa8
4a8d6bc74be31f05c2acf6ea86ef140294e7d27d
/Program_12/Main.c
48b2f88aaab0417be85d613fe1eaaf1f8a037a65
[]
no_license
prathamesh-1128/Work
d30e9526279f6b662fb0f43c72177eb04aef2bad
e85bf001c828533d246ec6fdde392f635da0c790
refs/heads/master
2022-12-24T07:07:17.247230
2020-09-25T08:39:18
2020-09-25T08:39:18
282,287,114
0
0
null
null
null
null
UTF-8
C
false
false
616
c
/* 8.1 Accept number from user and if number is less than 50 then print small , if it is greater than 50 and less than 100 then print medium, if it is greater than 100 then print large. Input: 40 Output: Small Input: 75 Output:Medium Input: 123 Output:Greater Input: -65 Output:Small */ /* Alg...
[ "prathameshpathak1128@gmail.com" ]
prathameshpathak1128@gmail.com
1d125a5071e7cb773d9a96d93c68ceb63043d786
f6769add713ce318e9e4d15c78872c42b2ebcb19
/carbkrnl/ob/obinit.c
b1cd4fe9fdb5f162d6cb9ff58deb15eede1757c9
[]
no_license
gmh5225/carbon
4c00258f939debc858ff091fae435c93e7bef473
d466858830b7995ac57dda42847f5eb1d186b6d1
refs/heads/main
2023-04-06T16:11:35.122811
2021-04-14T00:43:52
2021-04-14T00:43:52
null
0
0
null
null
null
null
UTF-8
C
false
false
5,902
c
 #include <carbsup.h> #include "obp.h" #include "../hal/halp.h" #include "../ke/ki.h" #include "../io/iop.h" #include "../mm/mi.h" #include "../ps/psp.h" PLIST_ENTRY ObTypeList = NULL; OBJECT_DIRECTORY ObRootDirectory = { RTL_CONSTANT_STRING( L"\\" ), NULL }; POBJECT_TYPE ObDirectoryObject; POBJECT_TYPE IoSymboli...
[ "38012156+irql0@users.noreply.github.com" ]
38012156+irql0@users.noreply.github.com
5e3885f1eb4fdd884a4296f0b0e3dffab243a338
c2c1602af2fa8a5929859b536d915a44c00c4cfe
/dylan2/range.c
ebe44fd3850cd5a4b5357b6d62ecaddfdfb1682b
[]
no_license
netbsduser/vub-dylan
1ce11b13ef2b48bb30f61bf375478badc1bb4503
8f0b3ff65546b66c2728870a932af3a6df7392f3
refs/heads/master
2021-05-28T17:21:42.383203
2015-02-04T16:57:26
2015-02-04T16:57:26
null
0
0
null
null
null
null
UTF-8
C
false
false
4,771
c
#include "range.h" #include "keyword.h" #include <string.h> /* +------------------------------------------------------------------ | FUNCTION : range::range | INPUT : - | OUTPUT : - | RETURN : een range | DATE : | | ABSTRACT : Constructor voor een range (een range is een set van | ...
[ "bruce.mitchener@gmail.com" ]
bruce.mitchener@gmail.com
159c26da67f06de1ae0984a945def3d15f001eea
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/arch/mips/lasat/extr_picvue_proc.c_pvc_scroll_proc_show.c
645275be5dc5367dad315e532428273f412c7c51
[]
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
886
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
603a23f00ea88b97e0b9277a95e1e3929124d100
59f633465472973aeafbbb7f92681dd2c757ce96
/src/os/FlashFS/Flash/AT45DB321C/FS_SPI_FlashPrg.c
874bfc02f4bca90fa57c4230baf5bb3dd5f45790
[]
no_license
kentworld01/dlc_four
629452604e26bce4a1704e73ec15ada003a81597
d51e8fa9a124e832274578facee8427a75113744
refs/heads/master
2021-01-01T17:33:20.574925
2011-10-14T14:00:11
2011-10-14T14:00:11
2,300,829
0
0
null
null
null
null
UTF-8
C
false
false
5,901
c
/*---------------------------------------------------------------------------- * R T L - F l a s h F i l e S y s t e m *---------------------------------------------------------------------------- * Name: FS_SPI_FLASHPRG.C * Purpose: Flash Programming Functions - Atmel Data Flash AT45DB...
[ "Administrator@.(none)" ]
Administrator@.(none)
59124876fc71512b4797d2bfa7534d8c46c4f760
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14651/function14651_schedule_25/function14651_schedule_25_wrapper.h
e1949bca053adee99f0dd20a513b2487e3cb03c7
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C
false
false
330
h
#ifndef HALIDE__generated_function14651_schedule_25_h #define HALIDE__generated_function14651_schedule_25_h #include <tiramisu/utils.h> #ifdef __cplusplus extern "C" { #endif int function14651_schedule_25(halide_buffer_t *buf00, halide_buffer_t *buf01, halide_buffer_t *buf0); #ifdef __cplusplus } // extern "C" #en...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
dcf46ca16c74bc0494c1f9ebdc1319aceeef8ccc
4ea6a61aef7ddd8785d75513a8ea73576f103d1e
/benchmarks/real-verification/bind-8.2.1-src/lib/inet/nsap_addr.c
650254caad3268ea1c3d49abd6cbad8a3784e131
[ "LicenseRef-scancode-unknown-license-reference", "ISC" ]
permissive
probertool/Prober
287190a03b6d6a40ba77295ccef132226f800420
c75047af835ba7ddf60fb3f72f686ea4c56a08b5
refs/heads/master
2020-09-09T07:45:33.005153
2019-11-13T05:39:15
2019-11-13T05:39:15
221,385,993
0
0
null
null
null
null
UTF-8
C
false
false
2,379
c
/* * Copyright (c) 1996-1999 by Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS"...
[ "hongyuliu@salsa2.it.utsa.edu" ]
hongyuliu@salsa2.it.utsa.edu
ef416ca38906f00ec4368ae2d5225eef849c3eaa
29cb7e03fb6f5abe5d1fa540d77776114addfd3f
/lab5/fs/fs.c
9f871a00fada867e7dde61d91bda53ddb8abcbb9
[]
no_license
sujanbolisetti/cse506
b092a11348ff83380f92a8eabcf32921d0028d63
835a52709e221a896d1994155fbfcd70cac787b4
refs/heads/master
2021-01-25T04:52:42.669247
2015-01-02T02:28:00
2015-01-02T02:28:00
28,700,643
0
0
null
null
null
null
UTF-8
C
false
false
5,846
c
#include <inc/string.h> #include "fs.h" // -------------------------------------------------------------- // Super block // -------------------------------------------------------------- // Validate the file system super-block. void check_super(void) { if (super->s_magic != FS_MAGIC) panic("bad file system magic ...
[ "sujsachin@gmail.com" ]
sujsachin@gmail.com
7e0819edb8ff18cf9be9cb3700d5ea099eefa9fb
0f0fbd191f174c7386f1105148c3d55044339224
/InterchangeMaxWithMinInArray/DataSets/DataSetsImplementation.h
60c2e9ba6fbcc6ecec4123187962e3df599d5fbc
[ "MIT" ]
permissive
CiganOliviu/C-projects-tests
b23de03ddc21fa399d9c5342521edf7dce9d02c5
9c92aa496a2097d7d38ad9c3c6e05d7d2bc2e8c0
refs/heads/main
2023-02-09T06:57:07.709016
2021-01-03T17:22:13
2021-01-03T17:22:13
300,746,233
0
1
null
null
null
null
UTF-8
C
false
false
1,537
h
// // Created by cigan on 15.10.2020. // #ifndef INTERCHANGEMAXWITHMININARRAY_DATASETSIMPLEMENTATION_H #define INTERCHANGEMAXWITHMININARRAY_DATASETSIMPLEMENTATION_H #include "DataSetsDef.h" void DataSetOne(OneDimensionalArrayType * Array) { Array->Length = 5; Array->OneDimensionalArray[0] = 12; Array->...
[ "ciganoliviudavid@gmail.com" ]
ciganoliviudavid@gmail.com
484b5c3caca5f38b2d9e8d0dc2bb1122e9f49ad3
eb266f888155c0fa59c923d7496e875c7259f1de
/include/lib/lib_cursor.h
b58e60c0944334295b30d5e03ddb765475a01e2b
[ "BSD-2-Clause" ]
permissive
werererer/japokwm
e7f46b210e7daf6a7d3a6bb8c61d912c40a2cb58
9cdc208ed70d4b58a805431992e4078171403edd
refs/heads/master
2023-05-25T18:46:40.826666
2023-01-15T22:26:59
2023-01-15T22:26:59
297,172,042
121
4
BSD-2-Clause
2023-01-15T22:27:00
2020-09-20T22:06:29
C
UTF-8
C
false
false
144
h
#ifndef LIB_CURSOR_H #define LIB_CURSOR_H #include <lua.h> #include <lauxlib.h> void lua_load_cursor(lua_State *L); #endif /* LIB_CURSOR_H */
[ "johann123j@gmail.com" ]
johann123j@gmail.com
0ba3dd959cbb6737162fc8d1155c8a122e962119
5f9b26a41102c38da28b8f757a5586f9bc7cf71a
/crates/zig_build_bin_windows_x86_64/zig-windows-x86_64-0.5.0+80ff549e2/lib/zig/libc/musl/src/complex/ccos.c
0d7511b4586405d5dbc5b5f9267420d9929cc8fb
[ "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "BSD-3-Clause", "LicenseRef-scancode-musl-exception", "MIT" ]
permissive
jeremyBanks/zig_with_cargo
f8e65f14adf17ed8d477f0856257422c2158c63f
f8ee46b891bbcdca7ff20f5cad64aa94c5a1d2d1
refs/heads/master
2021-02-06T10:26:17.614138
2020-03-09T04:46:26
2020-03-09T04:46:26
243,905,553
4
1
null
null
null
null
UTF-8
C
false
false
146
c
#include "complex_impl.h" /* cos(z) = cosh(i z) */ double complex ccos(double complex z) { return ccosh(CMPLX(-cimag(z), creal(z))); }
[ "_@jeremy.ca" ]
_@jeremy.ca
1e2ce7bdc53a715aeb8864f82e8628cfec191d47
a3c1435f81aec000a21c7c6195d45ec20c102fc7
/CycloneTCP_SSL_Crypto_Open_1_8_6/cyclone_tcp/coap/coap_client_block.h
37fa5a36877a43739f83bfe21fd29882118fb86f
[]
no_license
koson/TI-modbus
bd75657550fb867dedaf4b8da0d38c58e2d06195
f7fd89deac773700714c8e9bf70943b37adf36af
refs/heads/master
2020-05-09T00:10:30.235887
2019-04-08T19:45:37
2019-04-08T19:45:37
null
0
0
null
null
null
null
UTF-8
C
false
false
1,768
h
/** * @file coap_client_block.h * @brief CoAP block-wise transfer * * @section License * * Copyright (C) 2010-2018 Oryx Embedded SARL. All rights reserved. * * This file is part of CycloneTCP Open. * * This program is free software; you can redistribute it and/or * modify it under the terms of the...
[ "ora2@illinois.edu" ]
ora2@illinois.edu
d9039ed1a1ce7802129b9e9de194b3d08fa099b2
c2cedcf36667730f558ab354bea4505b616c90d2
/players/mizan/opl/vehicles/yellow_h2.c
7ffe272acc224fd828eb7aa4548c43a6ebae779f
[]
no_license
wugouzi/Nirvlp312mudlib
965ed876c7080ab00e28c5d8cd5ea9fc9e46258f
616cad7472279cc97c9693f893940f5336916ff8
refs/heads/master
2023-03-16T03:45:05.510851
2017-09-21T17:05:00
2017-09-21T17:05:00
null
0
0
null
null
null
null
UTF-8
C
false
false
2,716
c
inherit "/players/mizan/opl/core/vehicle.c"; #include "/obj/ansi.h" /* * our reset method * */ reset(arg) { string tmp_ldesc; string tmp_long; object bin; tmp_ldesc = " You are inside the massively boxy Hummer H2. Although concieved as\n"; tmp_ldesc += " the more budget version of the orig...
[ "rump.nirv@gmail.com" ]
rump.nirv@gmail.com
104d96c58fff702e13ea8bd73026c9e565ddc41b
021a3ccdcb91d84629f1de7343981b572840b169
/src/mat/examples/tests/ex220.c
642edd8e206c97f553bb2751b841642582521b09
[ "BSD-2-Clause" ]
permissive
firedrakeproject/petsc
dcf7b32e83bdc88d37099904960d7a4c3c4a89e4
7afe75c1a0a66862f32d7a0f5c0c5ae5079c4c77
refs/heads/master
2023-08-31T22:16:45.175956
2019-08-06T14:24:54
2019-08-06T14:24:54
52,269,402
2
8
NOASSERTION
2023-04-11T09:20:08
2016-02-22T11:40:41
C
UTF-8
C
false
false
1,160
c
#include <petscmat.h> static char help[PETSC_MAX_PATH_LEN] = "Tests MatLoad() with MatCreateDense() for memory leak "; int main(int argc, char **argv) { PetscErrorCode ierr; PetscViewer viewer; Mat A; char filename[PETSC_MAX_PATH_LEN]; PetscBool ...
[ "bsmith@mcs.anl.gov" ]
bsmith@mcs.anl.gov
da098ca35bcc6b55376402d60e673ec6fc3635c1
b71b8bd385c207dffda39d96c7bee5f2ccce946c
/testcases/CWE427_Uncontrolled_Search_Path_Element/CWE427_Uncontrolled_Search_Path_Element__char_environment_17.c
4717581c29fe88df7165dd320f947b8543bc7118
[]
no_license
Sporknugget/Juliet_prep
e9bda84a30bdc7938bafe338b4ab2e361449eda5
97d8922244d3d79b62496ede4636199837e8b971
refs/heads/master
2023-05-05T14:41:30.243718
2021-05-25T16:18:13
2021-05-25T16:18:13
369,334,230
0
0
null
null
null
null
UTF-8
C
false
false
2,893
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE427_Uncontrolled_Search_Path_Element__char_environment_17.c Label Definition File: CWE427_Uncontrolled_Search_Path_Element.label.xml Template File: sources-sink-17.tmpl.c */ /* * @description * CWE: 427 Uncontrolled Search Path Element * BadSource: environment Read in...
[ "jaredzap@rams.colostate.edu" ]
jaredzap@rams.colostate.edu
a5948aa034633c10014f10b276473125e92d0027
d25ed4f74abd95bf8f7e6dba52a7a7c2eca2f0ea
/src/deemon/fs/native_fs.c
6946e584c8c5a695a774e2d850b2ea4e199742d5
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
GrieferAtWork/deemon-legacy-
95a83dee1b261a94caa95eba0a17f741958037c9
4b79f9c4dec76292f40f072c3a601683cfc4bd58
refs/heads/master
2021-07-14T19:26:58.952725
2017-10-16T09:33:17
2017-10-16T09:33:17
null
0
0
null
null
null
null
UTF-8
C
false
false
3,252
c
/* Copyright (c) 2016 - deemon by Griefer@Work * * * * Permission is hereby granted, free of charge, to any person obtaining a copy * * of this software and associated documentation files (the "Softwar...
[ "sagebar@web.de" ]
sagebar@web.de
b2e9e8651b4deea40f5fdcc934a5ab36f2883aca
353a990108802fe3157b01512370c8111d342d8e
/fib.h
b7a4071ef0deca74aae8ff472a9f80aff972b1ba
[]
no_license
IsraelBanez/Asgn-6
e46f33f04117bfed56b607e95cc3cd30250a2714
ff5bf6aee6de217c22af8481b2ff3dc7d9236b97
refs/heads/master
2023-02-26T16:01:21.681781
2020-08-10T23:35:51
2020-08-10T23:35:51
335,799,693
0
0
null
null
null
null
UTF-8
C
false
false
161
h
/* * Declares functions for computing Fibonacci numbers. * CSC 225, Assignment 6 * Given code, Winter '20 * NOTE: Do not alter this file. */ int fib(int);
[ "christopher@siu.sh" ]
christopher@siu.sh
f6c818fb488fadac68573b901553ed154bc62d86
b356adc9bd515d919edcdda9b2aceded1b7dc905
/include/linux/atm.h
ea09022197bc783cccf7263275655d81a02d85a2
[]
no_license
wisen/tiny_kernel_comment
ca57b10a4df8eef989435ac5974fae5df0f1cc20
3401fe62392c62f735fc6dac1d96c51cca44d249
refs/heads/master
2020-03-17T21:48:36.830903
2018-11-05T16:52:57
2018-11-05T16:52:57
133,976,587
0
0
null
null
null
null
UTF-8
C
false
false
296
h
/* atm.h - general ATM declarations */ #ifndef _LINUX_ATM_H #define _LINUX_ATM_H #include <uapi/linux/atm.h> #if 0//#ifdef CONFIG_COMPAT//CONFIG_COMPAT is not set #include <linux/compat.h> struct compat_atmif_sioc { int number; int length; compat_uptr_t arg; }; #endif #endif
[ "wisen.wang.ah@gmail.com" ]
wisen.wang.ah@gmail.com
5aea769ca62fff8d98d4065743db0ee2e9bc6a87
7b55cacf46bf2fd6298315bccfa4b6f0375e3865
/src/sys/compat/linux/arch/amd64/linux_commons.c
0f67b6a3a0fb21055f0c90c611b101feb1e5c1e6
[ "MIT", "LicenseRef-scancode-bsd-3-clause-jtag", "BSD-2-Clause" ]
permissive
libos-nuse/frankenlibc
7f33a86f277ea13eeae573e0339b03c5e2a9ff58
b2e9db0084847aaa63fcddce2f5bf2e0e43669d5
refs/heads/lkl-musl
2021-01-21T23:30:07.179889
2018-06-21T07:46:36
2018-08-14T03:52:22
47,620,000
9
6
NOASSERTION
2019-02-21T14:53:00
2015-12-08T12:13:28
C
UTF-8
C
false
false
1,179
c
/* $NetBSD: linux_commons.c,v 1.11 2011/05/30 17:50:31 alnsn Exp $ */ /* * This file includes C files from the common * area to decrese the number of files to compile * in order to make building a kernel go faster. * * Option headers and headers which depend on * certain options being set need to be included * ...
[ "justin@specialbusservice.com" ]
justin@specialbusservice.com
1fc19348a83173d2ba368e928d250280bf8129ec
979e60122a70a21110ef891ae62a2b2929af7415
/third_party/machinarium/sources/coroutine_cache.c
d155a3a4e3dbf9f80ac51860643120d0ce15e983
[ "BSD-3-Clause" ]
permissive
efimkin/odyssey
f07679e3b1bc08394c4ccd673986efbf341305e0
1bace0fedbe1636bc26e0c493e4418e73e0d0a8c
refs/heads/master
2020-12-21T16:22:47.680513
2020-02-14T07:15:29
2020-02-14T07:15:29
236,488,735
0
0
BSD-3-Clause
2020-01-27T12:45:38
2020-01-27T12:45:37
null
UTF-8
C
false
false
1,789
c
/* * machinarium. * * cooperative multitasking engine. */ #include <machinarium.h> #include <machinarium_private.h> void mm_coroutine_cache_init(mm_coroutine_cache_t *cache, int stack_size, int stack_size_guard, int limit) { m...
[ "pmwkaa@gmail.com" ]
pmwkaa@gmail.com
19cd60de49419a3cf5ee9345e67a2c0131bbe2d0
f0e2df670e69d9a6ee6500bada82622bd8e888fc
/ext/phalcon/mvc/viewbaseinterface.zep.c
bef481ba4bbeef902f3909a40a8064e8bed2698d
[ "BSD-3-Clause", "Zend-2.0" ]
permissive
wl6179/cphalcon
25824301614d5cb46d5374b8b729f98e6ce35e73
a66c99e924aa986687cd21efb651b2f47b06fc74
refs/heads/master
2018-12-22T12:57:24.771374
2018-12-20T01:59:28
2018-12-20T01:59:28
119,639,692
1
0
NOASSERTION
2018-09-30T18:43:57
2018-01-31T05:32:17
PHP
UTF-8
C
false
true
1,683
c
#ifdef HAVE_CONFIG_H #include "../../ext_config.h" #endif #include <php.h> #include "../../php_ext.h" #include "../../ext.h" #include <Zend/zend_exceptions.h> #include "kernel/main.h" /** * Phalcon\Mvc\ViewInterface * * Interface for Phalcon\Mvc\View and Phalcon\Mvc\View\Simple */ ZEPHIR_INIT_CLASS(Phalcon_Mv...
[ "gutierrezandresfelipe@gmail.com" ]
gutierrezandresfelipe@gmail.com
e27ae7034cc489f5ac6cafc399d0c09b5eebd933
637fcd60a4e2a98ebbeaaa9551554a13e1ebfdba
/quad/ctrl/paparazzi/sw/airborne/subsystems/electrical.c
54ecb6f4355c44cfcf1e49eeccfc167f99bc9f78
[]
no_license
zoomx/lxyppc-tetrix
b7079c07aee9b85a34207245f526e1613fdb0498
884027f37594f9f006f88d634c4392a60c482491
refs/heads/master
2021-01-10T21:04:54.219013
2015-05-10T08:45:33
2015-05-10T08:45:33
35,362,463
12
0
null
null
null
null
UTF-8
C
false
false
2,662
c
#include "subsystems/electrical.h" #include "mcu_periph/adc.h" #include "commands.h" #include "generated/airframe.h" #include BOARD_CONFIG #ifdef MILLIAMP_PER_PERCENT #warning "deprecated MILLIAMP_PER_PERCENT --> Please use MILLIAMP_AT_FULL_THROTTLE" #endif #if defined BATTERY_SENS || defined BATTERY_OFFS...
[ "lxyppc@gmail.com@a1e0bfe9-9f80-e943-2008-5ec03726fcf4" ]
lxyppc@gmail.com@a1e0bfe9-9f80-e943-2008-5ec03726fcf4
94bd27b2152f3a3dde9bfff41c0647dbf90b5e4a
feda0c02bcdb1b27e38ed60c289f4abb12d38282
/examples/heart/Piha/Cells/Generated/LeftBundleBranch.c
f16c9d7070be8c3efdc8740dd07340c14538a04a
[]
no_license
sidns5/DATE2016_codegen
6c7ea963b4712a6848aa3db24d9ee102b140a2bf
f2d77d0280ce1496f526b04327f6307a59ef79b2
refs/heads/master
2020-04-09T05:52:06.753157
2015-11-27T00:57:39
2015-11-27T00:57:39
40,632,137
0
2
null
null
null
null
UTF-8
C
false
false
6,348
c
#include "LeftBundleBranch.h" #define True 1 #define False 0 #include <math.h> static double f(double theta) { if(theta >= 0.04) return 4.03947; return 0.29*exp(62.89*theta) + 0.70*exp(-10.99*theta); } static double t1_ode_1(LeftBundleBranch* me) { double t1_ode_1_change = -0.0087 * me->v_x; ...
[ "nathan.allen.nz@gmail.com" ]
nathan.allen.nz@gmail.com
f5ac22bca029b56281167909018acdec2617c21d
a556c07ecfa1031dae46fd3433762941ceca68b1
/newbiequest/wudang/milin/milin5.c
108a9fce3670db4efe83a96b388b12d8d780adca
[]
no_license
yqzcabao/pkuxkx-utf8
53c3c24f4e3a9125372bca72b6a4b10aa6293a7f
0eaf237c9970795a51aa4cc04b5b762003300cbd
refs/heads/main
2023-04-01T21:16:23.894845
2021-04-09T13:33:24
2021-04-09T13:33:24
null
0
0
null
null
null
null
UTF-8
C
false
false
645
c
// milin5.c 密林 // seagate@pkuxkx 路径动态更新 inherit ROOM; void create() { set("short", "密林"); set("long", "林中阴森森的,除了几声鸟叫外再没有其他的声音,四周\n" "都是参天大树,遮天蔽日。脚下是厚厚的落叶,看不出有什么\n" "人迹,显得格外怕人。\n" ); set("exits", ([ "north" : __DIR__"milin2", "west" : __DIR__"milin1", "east" : __DIR__"milin1", ])); set("outdoors", "...
[ "i@oiuv.cn" ]
i@oiuv.cn
7f8a1e8f6db3c9e48b24de1823d2591e34e32fe1
c8abb7c0a610348eb0b8474ce66463584ec5bc98
/third_party/liblfds711@da3494fef10df4681e267d8b2b8cce2c90d5a9fa/src/lfds711_queue_bounded_manyproducer_manyconsumer/lfds711_queue_bounded_manyproducer_manyconsumer_query.c
cdabb6a315cb30f8fbb31f3e5a87be01438b0996
[ "GPL-1.0-or-later", "BSD-3-Clause", "MIT", "Apache-2.0", "LicenseRef-scancode-public-domain" ]
permissive
microsoft/BuildXL
d31b74ba23057dd251bcd9040390a7e751f04fae
f884dd1e34ed50f76d27d3fb1b8679235995653d
refs/heads/main
2023-08-31T21:19:44.385093
2023-08-30T23:36:57
2023-08-30T23:36:57
152,813,045
436
114
MIT
2023-09-13T09:49:08
2018-10-12T22:16:45
C#
UTF-8
C
false
false
4,483
c
/***** includes *****/ #include "lfds711_queue_bounded_manyproducer_manyconsumer_internal.h" /***** private prototypes *****/ static void lfds711_queue_bmm_internal_validate( struct lfds711_queue_bmm_state *qbmms, struct lfds711_misc_validation_info *vi, ...
[ "angerlic@microsoft.com" ]
angerlic@microsoft.com
1c9c2f0db0d7a3112d5657457e0d19ae0040f61c
ae0da0c1ce410f894f588319d1677c26d7ec1403
/libft/libft_srcs/ft_lstdel.c
72950e3879f4f4377f1a5010f6368518b1abca3b
[]
no_license
Draeyo/malloc2
85b10121d02c224b683ed7c4509e3949dae16903
147438a17be2a3c473201663d4184e3f8f077bd4
refs/heads/master
2020-05-09T09:43:26.052342
2019-07-05T09:47:58
2019-07-05T09:47:58
181,013,762
0
0
null
null
null
null
UTF-8
C
false
false
1,127
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstdel.c :+: :+: :+: ...
[ "vlistrat@e1r5p11.42.fr" ]
vlistrat@e1r5p11.42.fr
d45afa416e4a2fecdddb3393fa26e3fa86b4abdc
53b6f891e264f35625bc9ad227c766be03eaff9a
/15-PWM调光/PWM调光.c
b73ac15e4e8595710a5c5a1cc2aef2055beaee40
[]
no_license
xiaoyaoltian/51-single-chip-microcomputer
5dc7f60a7e50b5bf86e1f0142856dbbaad3d94a4
826e4ae21608e67bb6b365868f5bc28da20fd97e
refs/heads/master
2020-03-26T22:53:03.895888
2018-09-17T01:48:56
2018-09-17T01:48:56
145,493,783
11
1
null
null
null
null
UTF-8
C
false
false
2,293
c
/******************************************************************************* * 版 权 : 红梅科技工作室 * 论 坛 :https://blog.csdn.net/Qingzhusshuiyun * Q Q :2369099714 * 版权所有,盗版必究。 * 工 程 : PWM调光 * 文件名 : PWM调光.c * 处理器 : STC89C52RC * 编译环境 : Keil 5 * 系统时钟 : 12MHZ * 版 本 : V1.0 * 生成日期 : 2018-05-14 * 修改日期...
[ "32162482+xiaoyaoltian@users.noreply.github.com" ]
32162482+xiaoyaoltian@users.noreply.github.com
dc98bebb4600d29746f7985d87ac6e96ab652ea0
4c2ecdfebb4499570fd0c62976b111e39f26626d
/includes/libft.h
f8e35f85b39bfb7e05351700b62f003542b62f34
[]
no_license
NoelleMostert/push_swap
28f6205f81461f4daa075906139f5e43ba7d55e4
6fa833728d87d72d47f005d38814d7daa43f7c64
refs/heads/master
2020-03-27T06:15:16.724503
2018-09-07T07:23:26
2018-09-07T07:23:26
146,092,691
0
0
null
null
null
null
UTF-8
C
false
false
4,535
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* libft.h :+: :+: :+: ...
[ "nmostert@e4r20p2.wethinkcode.co.za" ]
nmostert@e4r20p2.wethinkcode.co.za
13566f16ff076035c151b2ddc71dc222909d537a
d04b3215a8e667b4a1499378934d78da5c71f86a
/6_국제로봇콘테스트/App SW/cam_disp.c
f0eb98c9ee0fd77f23b96eb1b9677778eb98abae
[]
no_license
JuyeonHong/OPTC
6f6b3e23de3d3a44eaef6291373df5fcee7f0204
d41ec9498123692ec275e4865540ffe7f4570703
refs/heads/master
2020-09-28T02:45:53.552517
2019-12-08T13:18:13
2019-12-08T13:18:13
null
0
0
null
null
null
null
UTF-8
C
false
false
734
c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <fcntl.h> #include <sys/ioctl.h> #include "cam_disp.h" #define SDK_DEV_NAME "/dev/eagle_sdk" #define EAGLE_CAMERA_DISP_OFF (0x12480) #define EAGLE_CAMERA_DISP_ON (0x12481) int eagle_camera_off(void) { int handle; if ((handle = open(SDK_DEV_N...
[ "hyunzion@gmail.com" ]
hyunzion@gmail.com
629869dc031bb656671951df4a591303a660bcb1
aca31b63c0c5defba8dd91913154f589ef89523a
/chapter (3)/myseek.c
146e4aa337cc4b8693dc91b683d3dc9d7012d3ba
[]
no_license
Forasen/chapter_linux_git
47e6416b95945ebf02c5b24f4c11f31fd98d3f13
9fd77d90cdc7595e15b7471b7ff15b1ef59c38a2
refs/heads/master
2021-06-18T10:17:54.486707
2015-08-09T15:19:28
2015-08-09T15:19:28
null
0
0
null
null
null
null
UTF-8
C
false
false
504
c
#include<stdio.h> #include<stdlib.h> #include<string.h> #include<sys/types.h> #include<sys/stat.h> #include<fcntl.h> #include<unistd.h> typedef struct stu { int st_id ; char st_name[20]; }stu_t, *pstu_t; int main(int argc, char* argv[])// file_name { int fd = open(argv[1], O_RDONLY); if(fd == -1) { perror("ope...
[ "2287794993@qq.com" ]
2287794993@qq.com
1c1ec89f975b3d692ba4f4f05734d86c649ab3e6
82a2ef67760561afa8168a4627c8fce03bc0ff71
/OTL_Header.h
e581eded883972446ff929695aaa84b32ce266ba
[]
no_license
Olernov/TAP3.Loader
ddd3bb4f86097d00781e1deea8284718e9e90842
0411268778ea5b8fc6203c61896870db6c933d85
refs/heads/master
2020-04-16T17:23:34.972239
2017-05-25T15:00:07
2017-05-25T15:00:07
37,660,857
1
0
null
null
null
null
UTF-8
C
false
false
2,209
h
#pragma once #define OTL_ORA9I // Compile OTL 4.0/OCI9i // #define OTL_ORA8 // #define OTL_ORA8I #if defined(_MSC_VER) // VC++ // Enabling support for 64-bit signed integers // Since 64-bit integers are not part of the ANSI C++ // standard, this definition is compiler specific. #define OTL_BIGINT __int64 // Definin...
[ "olernov@gmail.com" ]
olernov@gmail.com
8a68f9da0e87f2ddd2c346832bb4f7c1f7617f9e
b4764dab45feaaaeac0ecafef58971a4bc19d494
/components/bt/esp_ble_mesh/mesh_models/server/include/server_common.h
d1a313ee73af79588f305e99f802bde94d046022
[ "Apache-2.0" ]
permissive
brunocasu/esp-idf
cca813644766844e1e5cb8544c39dc5be8ae3a1e
dfcb844445185f3c095b2b8f655d8f09cb67607c
refs/heads/master
2020-12-23T21:43:26.021536
2020-08-20T19:23:06
2020-08-20T19:23:06
237,282,722
1
0
Apache-2.0
2020-01-30T18:54:11
2020-01-30T18:54:11
null
UTF-8
C
false
false
4,965
h
// Copyright 2017-2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by app...
[ "lly@espressif.com" ]
lly@espressif.com
ee05adfb5f32c6082cbe6ca9498053f4b7e47771
c44b288ed44960d6b3eb7cc28f00d0f209e8d8c9
/ebox/other_svn/svn3_old/RobotArm/RA1_et_rtw/rtwtypes.h
83c318823c92ba96198fa38cb9dc57249a4f3533
[]
no_license
MartinPlantinga/Edrive
1fb6ac09766ff16196449620e4f55a5c734eecc7
6397a083ceab5dc2b00c54ee2ab9fba88bdf0afd
refs/heads/master
2023-03-01T14:16:34.204694
2017-03-16T19:20:34
2017-03-16T19:20:34
80,610,028
0
0
null
null
null
null
UTF-8
C
false
false
1,084
h
/* * rtwtypes.h * * Academic License - for use in teaching, academic research, and meeting * course requirements at degree granting institutions only. Not for * government, commercial, or other organizational use. * * Code generation for model "RA1". * * Model version : 1.900 * Simulink Coder ve...
[ "m.plantinga@student.tue.nl" ]
m.plantinga@student.tue.nl
cc0ccb958867222b641a8bea3ec1fb3c996367c8
8d34fc4bcca2d7bb9f12094dada3179147ea3b43
/mudlib/room/entryroom.c
b33f0fda39951b0b36a644c4aacde792fb77d67f
[]
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
2,077
c
inherit "/std/room.c"; void setup() { set_short("FR:Illumitech Entrance"); set_long("You find yourself in a great hall that looks not unlike most "+ "entrances to colleges. Various academic-looking people mill "+ "about here. Most of them have the aspect of someone who doesn't "+ "quite ...
[ "quixadhal@gmail.com" ]
quixadhal@gmail.com
cbc3f57d1d2ef5d90c2c6fac1a376c2e7059c10f
8a2b21ab53f0c66ceac3c25ede8aea7f4f9f79f0
/HC32F460Temp_FreeRTOS/PeripheralDriver/Hw_Uart3_DMA.h
a6d03696c2f111f38bcd6f284e13f2894d7cac42
[]
no_license
SourceWolf/HC32F460_FreeRTOS
3cb79bc2e715fb45cd163573a8e0cff34f1f8c87
f2fd8e591fb263abbb13a17b4c36508ea2151557
refs/heads/master
2023-03-07T06:32:33.435187
2021-02-24T08:33:24
2021-02-24T08:33:24
197,676,821
10
6
null
null
null
null
GB18030
C
false
false
1,307
h
#ifndef UART_DMA_H #define UART_DMA_H #define USART3_UNIT M4_USART3 #define USART3_BAUDRATE (115200) #define USART3_RX_PORT PortE #define USART3_RX_PIN Pin04 #define USART3_RX_FUNC Func_Usart3_Rx #define USART3_TX_PORT PortE #define USART3_TX_PIN Pin05 #define USART3_TX_FUNC ...
[ "snowwolf726@163.com" ]
snowwolf726@163.com
1bf72913d65fc865a8050a23698c221717c198e5
a364f5e25e4ec3563c2a6e366069488786927948
/lib/libcurses/curses_private.h
fbbd7d82ea026e9e1dd883379d9aba88ae735860
[]
no_license
noud/mouse-bsd
b044db5ba4085794b94ea729eb4148e1c86d73b5
a16ee9b253dbd25c931216ef9be36611fb847411
refs/heads/main
2023-02-24T06:22:20.517329
2020-08-25T20:21:40
2020-08-25T20:21:40
334,500,331
1
0
null
null
null
null
UTF-8
C
false
false
5,627
h
/* $NetBSD: curses_private.h,v 1.10 2000/05/20 15:12:15 mycroft Exp $ */ /*- * Copyright (c) 1998-2000 Brett Lymn * (blymn@baea.com.au, brett_lymn@yahoo.com.au) * All rights reserved. * * This code has been donated to The NetBSD Foundation by the Author. * * Redistribution and use in sou...
[ "mouse@Rodents-Montreal.ORG" ]
mouse@Rodents-Montreal.ORG
24b72093f8e8d22334cb7e2834572b1afa357d3a
5878c2cff7ef1ed2d05e7ff7628dcba0fd134020
/MCUXpresso_11.1.1_3241/workspace/CMSISv2p00_DSPLIB_SRC/src/Cortex-M4-M3/BasicMathFunctions/arm_mult_f32.c
83cf90a369fb4d120e58c9c1b6ad7863171b9413
[ "MIT" ]
permissive
gov466/Embedded-C
16c580b1e87542b4c755c8f604a302010c32cc33
febf81fbda55d38a587335057dd561fc486f5103
refs/heads/master
2023-01-23T10:21:41.458449
2020-11-25T04:22:33
2020-11-25T04:22:33
210,986,393
2
0
null
null
null
null
UTF-8
C
false
false
2,984
c
/* ---------------------------------------------------------------------- * Copyright (C) 2010 ARM Limited. All rights reserved. * * $Date: 29. November 2010 * $Revision: V1.0.3 * * Project: CMSIS DSP Library * Title: arm_mult_f32.c * * Description: Floating-point vector mult...
[ "govind.mndy@gmail.com" ]
govind.mndy@gmail.com
df0c66ba02221e21329ea94b38fea8e1b8e11d0e
c6e14f68ba25b6c8a8699bebd14b6146793e59ab
/RRC/code/asn1c/ThresholdEUTRA.h
d6194fa3c27400034d5d5caeac608b5e22d42653
[]
no_license
Captain-One/C_Programe
2a049e0530b863c5ffa53fc55e4f0d96b1ce116f
2c2bc608a1f42f7ecf95e049cf48e45fdf090889
refs/heads/master
2021-07-13T14:49:09.308017
2020-06-16T06:49:46
2020-06-16T06:49:46
136,001,747
0
3
null
null
null
null
UTF-8
C
false
false
1,115
h
/* * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "EUTRA-RRC-Definitions" * found in "36331-b00.asn" * `asn1c -S /usr/local/share/asn1c -fcompound-names -fskeletons-copy -gen-PER -pdu=auto` */ #ifndef _ThresholdEUTRA_H_ #define _ThresholdEUTRA_H_ #include "asn_application.h" /* In...
[ "pxqjoe@sina.com" ]
pxqjoe@sina.com
6b842a15bd488472175fba521abe0be61fcee8a7
ca0b02d38560f039706bdc0d6c663d2181fec2ce
/components/imu/imu.c
5855381b99b06be93ce73901e7e15c50d593a2e8
[ "BSD-2-Clause" ]
permissive
danielealbano/bikenav-esp32
c690c162c53d2a2861036ee9119aaf3c6eff54f0
5328719d547a196c054af14b4d7326e2d1c60713
refs/heads/master
2020-03-18T23:25:52.049862
2018-05-30T21:57:54
2018-05-30T21:57:54
135,402,277
3
0
null
null
null
null
UTF-8
C
false
false
7,162
c
#include "esp_log.h" #include "driver/gpio.h" #include "driver/i2c.h" #include "soc/gpio_struct.h" #include "imu.h" int8_t imu_bmi160_user_i2c_read(uint8_t dev_id, uint8_t reg_addr, uint8_t *reg_data, uint16_t length, void* cb_user_data) { imu_t* imu = (imu_t*)cb_user_data; if (length == 0) { return ...
[ "d.albano@gmail.com" ]
d.albano@gmail.com
e9e307a260c02ff41b91a89ba1d2b211830872c8
72f2992a3659ff746ba5ce65362acbe85a918df9
/apps-src/apps/external/freerdp/server/proxy/pf_graphics.c
23755d93c3a3321cde8481cb4891f640f6840b70
[ "BSD-2-Clause" ]
permissive
chongtianfeiyu/Rose
4742f06ee9ecd55f9717ac6378084ccf8bb02a15
412175b57265ba2cda1e33dd2047a5a989246747
refs/heads/main
2023-05-23T14:03:08.095087
2021-06-19T13:23:58
2021-06-19T14:00:25
391,238,554
0
1
BSD-2-Clause
2021-07-31T02:39:25
2021-07-31T02:39:24
null
UTF-8
C
false
false
4,179
c
/** * FreeRDP: A Remote Desktop Protocol Implementation * FreeRDP Proxy Server * * Copyright 2019 Mati Shabtay <matishabtay@gmail.com> * Copyright 2019 Kobi Mizrachi <kmizrachi18@gmail.com> * Copyright 2019 Idan Freiberg <speidy@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * y...
[ "service@leagor.com" ]
service@leagor.com
b37ff6f30c935e2a1a64a5ca91b1a09a4da83e3c
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/tools/testing/nvdimm/test/extr_nfit.c_nfit_test_evaluate_dsm.c
02bb635f90ba8c2e7cd938adc8203a5286e8a8cc
[]
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
953
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
991dc4fde7ee9fd5037b65d49c5f7332143b13ba
3c883e1084f0a61e558c2d210bb1b4ae8a5e6a06
/third_party/nvxs-1.0.2/CLAPACK/SRC/cpptri.c
4bc772fe4981ab76919f667462ebdb28ce5bf5b9
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "Python-2.0", "BSD-3-Clause" ]
permissive
nya3jp/python-animeface
7e48aa333c9f365a80acdf43e5d516edc8d0b189
15caf8b1ca29847f0dceb54e4b91c77726c4111c
refs/heads/main
2022-04-29T20:17:01.198810
2022-04-04T10:17:59
2022-04-04T10:17:59
10,998,381
150
14
Apache-2.0
2022-04-03T07:18:40
2013-06-27T14:06:08
C
UTF-8
C
false
false
4,357
c
#include "f2c.h" #include "blaswrap.h" /* Table of constant values */ static real c_b8 = 1.f; static integer c__1 = 1; /* Subroutine */ int cpptri_(char *uplo, integer *n, complex *ap, integer * info) { /* System generated locals */ integer i__1, i__2, i__3; real r__1; complex q__1; /* Local va...
[ "takahashi.shuhei@gmail.com" ]
takahashi.shuhei@gmail.com
0c8e3f50cbbb45e0e1854406e677e12660e96fff
715c03062cd15cc7d28e3bfe92a972e5d890f40a
/2060.c
4a6947005dbb582409b3cec80a45ebcee491eeb8
[]
no_license
ashwinipatankar/urionlinejudgesolutions
f6f3e5488b8b3996f3f87adb1dce568dae208ce2
9b0f1eb194f8c2cb7cdd76a37bbbe383f86f766c
refs/heads/master
2018-09-24T16:14:59.806786
2018-06-10T03:36:01
2018-06-10T03:36:01
118,068,099
1
0
null
null
null
null
UTF-8
C
false
false
478
c
#include <stdio.h> int main() { int n = 0, i = 0, j = 0; int two, three, four, five = 0; scanf("%d", &n); for (i=0; i < n; i++) { scanf("%d", &j); if (j%2 == 0) two++; if (j%3 == 0) three++; if (j%4 == 0) four++; if (j%5 == 0) five++; } printf("%d M...
[ "ashwinispatankar@gmail.com" ]
ashwinispatankar@gmail.com
1ecf64f92509fdc1c8582059641c680aa8cd2c8d
f4dc3450a1cfedf352774cba95dc68b32cbfbf11
/Sources/Emulator/src/mame/video/playch10.c
dd60373c83e88c9de178a991856fb7b3f9a158f8
[]
no_license
Jaku2k/MAMEHub
ae85696aedf3f1709b98090c843c752d417874a9
faa98abc278cd52dd599584f7de5e2dd39cf6f87
refs/heads/master
2021-01-18T07:48:32.570205
2013-10-10T01:42:06
2013-10-10T01:42:06
null
0
0
null
null
null
null
UTF-8
C
false
false
4,535
c
#include "emu.h" #include "video/ppu2c0x.h" #include "includes/playch10.h" WRITE8_MEMBER(playch10_state::playch10_videoram_w) { UINT8 *videoram = m_videoram; if (m_pc10_sdcs) { videoram[offset] = data; m_bg_tilemap->mark_tile_dirty(offset / 2); } } void playch10_state::palette_init() { const UINT8 *color_p...
[ "jgmath2000@gmail.com" ]
jgmath2000@gmail.com
f43b8220b0a0f3a69b51ec530c4667fb33d8d784
290a486ed2dc1aa944a7f08780a80a423d8f74cd
/src/usnet/socket.h
b19e92690c119c9e70b288a42d8e73b8b1de8d4c
[ "BSD-3-Clause" ]
permissive
huiweics/libusnet
b56071a8230a619d54e195896f49431c6147206c
ded6b1339a2e79c84e9e73cc3ee354ef9ff5b699
refs/heads/master
2021-01-17T20:58:20.916587
2015-05-07T16:41:24
2015-05-07T16:41:24
null
0
0
null
null
null
null
UTF-8
C
false
false
4,188
h
/* * Copyright (c) 2015 Jackie Dinh <jackiedinh8@gmail.com> * * 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 * notic...
[ "jackiedinh8@gmail.com" ]
jackiedinh8@gmail.com
3ce62b54f0b4b6c8a50c1661d38a9b4b7e6d393f
7a6733a608a48eac778515fb40acf0084f0c4710
/0327/0327/01.c
9d2e3260f9ad78e9b7a619cead91536c0be5288e
[]
no_license
Consini/C-practice
c31e9162536de7cf818a76c298dfad4a6d8a5686
7fc6ab6c467aa37a4db871efd9002ca1e9b80d54
refs/heads/master
2020-05-16T17:23:18.352078
2019-10-23T14:52:50
2019-10-23T14:52:50
183,193,152
0
0
null
null
null
null
GB18030
C
false
false
2,756
c
#define _CRT_SECURE_NO_WARNINGS 1 // 0 '\0' '0' NULL #if 0 //递归实现二分查找 #include<stdio.h> #include<string.h> int binary(int arr[], int k, int left, int right) { //int arr[]代表的是数组地址,若在函数内部定义int right = sizeof(arr) / sizeof(arr[0])- 1;则right=1。 while (left <= right) { int mid = left + (right - left) / 2; //放...
[ "2459971164@qq.com" ]
2459971164@qq.com
b502f5d8c30453fcf317b8b695590aa86ef56cd4
a6294c597815711104e0c7ea6b30359fbb5c69df
/firmware/irq.c
755fea0a4b5c1a4c68658513840f477a038c668f
[]
no_license
jeanthom/chubby75-blinken
a550415045d924b2cd3101e9b538052553f492d4
072c801ad414812e0fc4272c8839a9525bc1395c
refs/heads/master
2020-05-31T18:25:41.641088
2019-06-21T08:08:12
2019-06-21T08:08:12
190,433,950
0
0
null
null
null
null
UTF-8
C
false
false
818
c
#include <stdarg.h> #include <generated/csr.h> #include <irq.h> #include <uart.h> static void emerg_printf(const char *fmt, ...) { char buf[512]; va_list args; va_start(args, fmt); vsnprintf(buf, sizeof(buf), fmt, args); va_end(args); char *p = buf; while(*p) { while(uart_txfull_read()); uart_rxtx_write(*p...
[ "git0@pub.jeanthomas.me" ]
git0@pub.jeanthomas.me
bc299e2b581e7d2b02618e6bf02268add1f7e927
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/63e8e21f-e409-4052-9615-7c0e6730a93d.c
c5869b5cbb922793a49eb59e453fb14c6f5aa280
[]
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
600
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=14; int k; int l; k = 3; l = 64; k = i/j; l = i/j; l = l/j; l = i/j; l = i%j; l = l%j; k = k-k*i; //variables //random /* START VULNERABILITY */ int a; long b[90]; long c[6]; a = 0...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
1737b0f6d2f75d4bdb275df893376859b069389e
2c12b475aa8f4e5b09e2a17ce99f21f619771a72
/TaskCMEv2A.C
b191cf03264c8d12251990199290a7471371cd79
[]
no_license
sayanchatterjee38/AliceCMW
1b443495455e3e9143ec9485f0ac8de009e44fff
3c212cc85a9e868ce2aa3fe2138dff097c785c31
refs/heads/master
2022-03-06T16:41:15.621592
2019-11-19T15:33:29
2019-11-19T15:33:29
null
0
0
null
null
null
null
UTF-8
C
false
false
3,380
c
const char *anatype = "AOD"; void TaskCMEv2A() { // Analysis using AOD data // Automatically generated analysis steering macro executed in grid subjobs TStopwatch timer; timer.Start(); // connect to AliEn and make the chain if (!TGrid::Connect("alien://")) return; // Set temporary merging directory to curre...
[ "belmonrj@gmail.com" ]
belmonrj@gmail.com
53843dfd1d3cffb12e3e3fd736d73f2c61f86c3f
c7377c3dec984c45e43b3138bd94e5e0abc1f5a4
/includes/board/chip/telink_sig_mesh_sdk/sdk/vendor/common/mi_api/mijia_ble_api/mible_api.h
d5c1b7f4bb1cfadca598d28618c2b0e674625323
[]
no_license
wwpcwzf/TuyaBTSigSDK_Reengineering
6117dce2ea4a41e4052ebdd2695a99e9438c2412
5d56b21019e2dc93c56d6521d9e3e5419492f9d5
refs/heads/master
2023-06-03T03:16:23.541895
2021-06-23T08:07:06
2021-06-23T08:07:06
332,637,793
0
0
null
null
null
null
UTF-8
C
false
false
5,318
h
#ifndef MIBLE_API_H__ #define MIBLE_API_H__ // Copyright [2017] [Beijing Xiaomi Mobile Software Co., Ltd] // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/l...
[ "wwpcwzf@163.com" ]
wwpcwzf@163.com
b87c2564ca0981da72ee7dac4e265f6ed8c4cc6f
82505684fa4be1a73f4c1548b6dc95a384ddf5d6
/0x14-bit_manipulation/3-set_bit.c
6af7b5ca9cafccc636081b43f8287599ce67fd2e
[]
no_license
dagute/holbertonschool-low_level_programming
fe26706e6bf3ecf13ddd549c039428b5aaa9648f
c2cde86d8417328046c34d089e3da166a40ceba1
refs/heads/master
2020-07-28T06:50:30.907943
2020-04-16T22:49:47
2020-04-16T22:49:47
209,342,967
0
0
null
null
null
null
UTF-8
C
false
false
379
c
#include "holberton.h" /** * set_bit - sets the value of a bit to 1 at a given index * @n: number * @index: is the index, starting from 0 of the bit you want to set * Return: 1 if it worked, or -1 if an error occurred */ int set_bit(unsigned long int *n, unsigned int index) { if (index > (8 * (sizeof(*n)) - 1)) ...
[ "1271@holbertonschool.com" ]
1271@holbertonschool.com
2a9c059a4b88e46e956abf2a4998d6c6793f9bb2
9643d03df9fcc2525ba82a05642830ba79bc9e72
/soundbank/weconduit/conduit/cnd_dmp2genh/error_stuff.h
90d747c06c6ace7aeae14810c57b679cea9d0293
[ "MIT" ]
permissive
hcs64/vgm_ripping
e3659f60acb680028bfe5c6db0178780e83d586f
ff6c0093534fb65f86589dc876355607cc368707
refs/heads/master
2022-11-02T05:11:21.160638
2022-10-18T18:02:26
2022-10-18T18:02:26
23,389,787
95
17
MIT
2020-03-14T21:26:39
2014-08-27T13:01:30
C
UTF-8
C
false
false
937
h
#ifndef _ERROR_STUFF_H_INCLUDED #define _ERROR_STUFF_H_INCLUDED #include <stdio.h> #include <stdlib.h> #ifdef DEBUG # define DEBUG_EXIT abort() #else # define DEBUG_EXIT exit(EXIT_FAILURE) #endif #define CHECK_ERROR(condition,message) \ do {if (condition) { \ fprintf(stderr, "%s:%d:%s: %s\n",__FILE__,__LINE_...
[ "agashlin@gmail.com" ]
agashlin@gmail.com
d56e5c987a9615f3da55f0757c9e2de9ed5e163e
edbf22becc37057d2fb21c68e1a480a6b4c37f45
/day05/ex08.c
f34b3763c75112491a7ea67714b56d5f93ec5634
[]
no_license
pgj234/unity_c
2233a1838b17c3c2f50f3bc7c76ef2ff43ccef0d
494e5b78b13555d83478ec36064af26b456ad964
refs/heads/master
2023-08-16T01:15:42.051478
2021-10-12T04:28:27
2021-10-12T04:28:27
290,987,668
0
0
null
null
null
null
UTF-8
C
false
false
170
c
#include <stdio.h> int main() { int data = 0; if(3 == data) { printf("data equal to 3 \n"); } printf("complete %d \n", data); return 1; }
[ "pgj94@naver.com" ]
pgj94@naver.com
b6f00479ddfd6ef399102dbb83dc1cc86c71b498
bb8b8e03308ddccb9443810e3208483fc0ea3221
/main.c
744406383add9382f0e89e15b6a31b7c8d73d76e
[]
no_license
cglens/fractol
53a75bf3e17cfb64894ea849213c9903bdbfdcc0
b07042ecf86b82fb3fc28ae16e3a67a2a2da6aa3
refs/heads/master
2021-01-09T06:44:17.992022
2016-11-16T13:59:12
2016-11-16T13:59:12
68,569,509
1
0
null
null
null
null
UTF-8
C
false
false
1,508
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.c :+: :+: :+: ...
[ "cglens@e1r1p11.42.fr" ]
cglens@e1r1p11.42.fr
70e7d0d36761bc4ecf99a5c9fc073d248c4a4e57
1720a7f297dfd43f917a15deb33046dc4e89655b
/src/_filwbuf.c
d5d3b328c3efcaf9fd820afb402f634b65fc5214
[]
no_license
cansou/msvcrt
f3458674a6e2e24e8e5b39d8b8321e050e7cbe5b
cbbce9b9b1617bee5df6dbba7fb8d99a9174b66c
refs/heads/master
2020-04-03T14:13:16.369753
2018-03-30T03:29:02
2018-03-30T03:29:02
155,315,043
15
6
null
2018-10-30T02:54:57
2018-10-30T02:54:57
null
UTF-8
C
false
false
511
c
/*** *_filwbuf.c - fill buffer and get wide character * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * defines _filwbuf() - fill buffer and read first character, allocate * buffer if there is none. Used from getwc(). * **********************************************...
[ "quan.chen@sumscope.com" ]
quan.chen@sumscope.com