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
4c3eefc3c7d578503e74d71ee49fd0b6f944cf98
bb74ee4236e36f636e8d7793b23529d73becdd0f
/12.c
2bd52737b679f40211b2874f6e05992d1257f7b5
[]
no_license
abarna232/player-2
914abab724c1955f40810df283a2fdf2e65ae7bc
27eed6803b4c47b82db130b3fe4f12820ad49056
refs/heads/master
2020-04-29T01:38:41.558982
2019-07-02T09:24:10
2019-07-02T09:24:10
175,737,130
0
0
null
null
null
null
UTF-8
C
false
false
155
c
#include<stdio.h> void main() { int n,s=0,a[100],i; scanf("%d",&n); for(i=0;i<n;i++) { scanf("%d",&a[i]); } for(i=1;i<=n;i++) { s=s+i; } printf("%d",s); }
[ "noreply@github.com" ]
abarna232.noreply@github.com
d0da71cc30f9a162d001e35366d20067814485df
e162e7e3a76231c37f7eff4a6623fd8d59ed2819
/simd.inc.c
4a33481f9ddaa4bf7010c4b025cf5aaa185b6d57
[]
no_license
TheJaeLal/NumpyUmathSource
5dffd796eb852829ddec506fd5c08e35e623b202
1c1b6604bdc78e8bbc3166d8f11e7ab2ff181c83
refs/heads/master
2020-11-24T08:37:05.443810
2019-12-14T17:10:21
2019-12-14T17:10:21
228,055,518
0
0
null
null
null
null
UTF-8
C
false
false
378,115
c
/* ***************************************************************************** ** This file was autogenerated from a template DO NOT EDIT!!!! ** ** Changes should be made to the original source (.src) file ** ***************************************************************************** ...
[ "jay.lal@somaiya.edu" ]
jay.lal@somaiya.edu
7dd94e474cfc9bd14a238a9fe0ca5cfec8af5e78
a10a3972f62c1d9711c2654d7b3b6ca8ee003300
/src/kernel/mach/ds3100.md/machMigrate.c
c8b68257a98d68adb80d4839a33f94334a13f9b5
[]
no_license
takeharukato/sprite
5913f74a08ce6c76e5107ede92bf4f44806f5b7d
e96c03abb319964e69cd21577d724ee83a950a9c
refs/heads/master
2020-08-04T02:40:31.702805
2015-10-05T03:49:13
2015-10-05T03:49:13
null
0
0
null
null
null
null
UTF-8
C
false
false
26
c
../ds5000.md/machMigrate.c
[ "noah.evans@gmail.com" ]
noah.evans@gmail.com
8c4da5d5d19094f8343378dab8cf3ecb1d651f39
1ae4aa4600f6c5ac04008aebf527b1e898158695
/Ftp.c
0c489f6b65494fa8b29ada11026b1ba1e147e759
[]
no_license
pr0hin/Ftp
2078154cd2ddf7e5273d25cfce56c60e0862be4f
12a19911932a826500011d2e294d4b60930d9f01
refs/heads/master
2022-03-13T03:14:19.202341
2014-12-10T22:34:42
2014-12-10T22:34:42
null
0
0
null
null
null
null
UTF-8
C
false
false
4,918
c
/* * ===================================================================================== * * Filename: Ftp.c * * Description: Entry point for the FTP server * * Version: 1.0 * Created: 12/07/2014 08:33:29 PM * Revision: none * Compiler: gcc * * Author: Roh...
[ "rohinjpatel@gmail.com" ]
rohinjpatel@gmail.com
fbeef176c78b4ee2e3bd7fd8690d89321c004491
88ae8695987ada722184307301e221e1ba3cc2fa
/third_party/cpuinfo/src/src/x86/windows/init.c
9a23bd7106871702c1385ec5aeb2a68e7acfc2b3
[ "BSD-3-Clause", "LicenseRef-scancode-free-unknown", "BSD-2-Clause", "Apache-2.0", "LGPL-2.0-or-later", "MIT", "GPL-1.0-or-later" ]
permissive
iridium-browser/iridium-browser
71d9c5ff76e014e6900b825f67389ab0ccd01329
5ee297f53dc7f8e70183031cff62f37b0f19d25f
refs/heads/master
2023-08-03T16:44:16.844552
2023-07-20T15:17:00
2023-07-23T16:09:30
220,016,632
341
40
BSD-3-Clause
2021-08-13T13:54:45
2019-11-06T14:32:31
null
UTF-8
C
false
false
23,505
c
#include <stdint.h> #include <stddef.h> #include <stdlib.h> #include <string.h> #include <cpuinfo.h> #include <x86/api.h> #include <cpuinfo/internal-api.h> #include <cpuinfo/log.h> #include <windows.h> #ifdef __GNUC__ #define CPUINFO_ALLOCA __builtin_alloca #else #define CPUINFO_ALLOCA _alloca #endif static in...
[ "jengelh@inai.de" ]
jengelh@inai.de
37d3bbf343832d3b184905ae331a0e8c4a9f0838
711e5c8b643dd2a93fbcbada982d7ad489fb0169
/XPSP1/NT/admin/admt/oupicker/resource.h
06b7734da6df30deb47da3986786621374eeb6c4
[]
no_license
aurantst/windows-XP-SP1
629a7763c082fd04d3b881e0d32a1cfbd523b5ce
d521b6360fcff4294ae6c5651c539f1b9a6cbb49
refs/heads/master
2023-03-21T01:08:39.870106
2020-09-28T08:10:11
2020-09-28T08:10:11
null
0
0
null
null
null
null
UTF-8
C
false
false
1,048
h
//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by OUPicker.rc // #define IDD_ABOUTBOX 100 #define IDR_MAINFRAME 128 #define IDR_OUPICKTYPE 129 #define IDD_CONT_SELECTION 130 #define IDB_CONT ...
[ "112426112@qq.com" ]
112426112@qq.com
d0ee274b44459f82ca86b48e1180d5021b5d3a7a
e01a16d899a08e3d665a3a28cdef111a5ea71571
/Pods/Headers/Public/MarkupLabel/CSimpleMarkupParser.h
7b89728adf3cb93c274a10f24d7641a2545784c2
[]
no_license
hpy8804/Store
f25d8bec6e4b9c019dfff30ee0a30c6c45d52deb
3ac7457e086d069480de2264cf59e77235b69467
refs/heads/master
2021-01-23T18:48:27.864531
2015-09-25T05:16:41
2015-09-25T05:16:41
39,553,340
1
0
null
null
null
null
UTF-8
C
false
false
49
h
../../../MarkupLabel/Source/CSimpleMarkupParser.h
[ "yan_he@above-link.com" ]
yan_he@above-link.com
88730cb4c3087604ba6ca76715dff0f943ec4957
1e6e49d423766ff6826304e9ce2251d190e88722
/Hello world.c
5d060e0abf8d495fd805bd541340a354bbcce1b1
[]
no_license
MANISH-CHOUHAN/Hello-world.c
b9f19816cfb60a1d7cdff4b2447e3ff35faf3e69
ab72639f5b6c20ab9cb96bfb8dd5949d701b2fd1
refs/heads/master
2020-08-06T02:26:24.963398
2019-10-08T03:35:06
2019-10-08T03:35:06
212,800,042
0
3
null
2020-10-28T16:31:49
2019-10-04T11:31:57
C
UTF-8
C
false
false
68
c
#include<stdio.h> int main() {printf("Hello World!"); return 0;}
[ "noreply@github.com" ]
MANISH-CHOUHAN.noreply@github.com
af10a7171821173de48a9d0234dc7bd63429bb33
358138d3291de506125838311db719d5dbf63d63
/ADC/My_Type.h
ea2391a75d085af5f43529336325353f1b1bd896
[]
no_license
rayee-github/HT66F70A_code
528c69f7e192c9aa82ed670b0b7133a21e0afc28
48ada467265bde797b693c2e14ae59e3d7fa0a2f
refs/heads/master
2021-04-15T15:17:55.323746
2018-03-21T07:17:05
2018-03-21T07:17:05
null
0
0
null
null
null
null
UTF-8
C
false
false
303
h
/*;------------------------ ;My_Type.h file ;------------------------*/ #ifndef __My_Type_h #define __My_Type_h #define uint8 unsigned char #define uint16 unsigned short int #define uint32 unsigned long int #define int8 signed char #define int16 signed short int #define int32 signed long int #endif
[ "as21253679@gmail.com" ]
as21253679@gmail.com
a68895c3b711cafa4b5f1990d87c8f518a5e2433
57cea2874391f5e160e715ce720fece5ed7446f9
/apps/mesh/board/bd19/board_ac6329f_demo.c
9d9e3607be0fd71fc11e6ec7896b952043261b62
[ "Apache-2.0" ]
permissive
xueshenglin/fw-AC63_BT_SDK
9db46bf92a6343edb87e177ff719a61db8bdeba2
20672a84254e72cb7f0633b0c44638621893d770
refs/heads/master
2023-08-23T18:13:13.373926
2021-10-22T10:13:10
2021-10-22T10:13:10
null
0
0
null
null
null
null
UTF-8
C
false
false
15,105
c
#include "app_config.h" #ifdef CONFIG_BOARD_AC6329F_DEMO #include "system/includes.h" #include "device/key_driver.h" #include "asm/chargestore.h" #include "asm/charge.h" #include "asm/pwm_led.h" #include "user_cfg.h" #include "usb/otg.h" #include "norflash.h" #define LOG_TAG_CONST BOARD #define LOG_TAG ...
[ "32678837.qq.com" ]
32678837.qq.com
b2b22b863a059b68b1487de08e861a90316ee885
231842c9a6759896c0d1442ca6102043755642b0
/external/bash/make_cmd.h
97b53f4a44bfc46d9ba1d0f659f837ef2db78346
[]
no_license
judetu/jordan-android
81cc7439da22b1456aa2c579de24623cfc9e8831
af5d4bfd6dd2febc097afe3901e5993c676a6b88
refs/heads/master
2020-12-24T13:08:00.042518
2014-03-05T21:45:29
2014-03-05T21:45:29
null
0
0
null
null
null
null
UTF-8
C
false
false
46
h
../../../repo-overlay/external/bash/make_cmd.h
[ "noemail" ]
noemail
fa9eadd6b9f1628bb039fcd51602668b533f282d
8696e2c92ddda0fee4ebcc28641fba568ff509f8
/libft/get_next_line.h
af20fd8b80233758a49769484b761a868f38a22b
[]
no_license
bboyzlodey/push_swap
235d25886f0b992bcbbdc6625d31e2706aad92c3
2f17486353416f1c0fd10bfa4b61e96f5ad314e8
refs/heads/main
2023-01-20T16:52:58.244591
2020-11-25T21:38:04
2020-11-25T21:38:04
301,469,156
0
0
null
2020-11-24T13:38:12
2020-10-05T16:18:42
C
UTF-8
C
false
false
1,398
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* get_next_line.h :+: :+: :+: ...
[ "denis.skarlat@quantron-systems.com" ]
denis.skarlat@quantron-systems.com
8b8d58d3acc66016148498e01e55a5e090fc363c
7a6f1431bbefc9c1d1fb7f6c89f03f9ec07fbdc5
/77_string_2d_.c
ad4ac7b3c8eb6bfede12369edcf903952611244a
[]
no_license
abhisekmane98/Code6
7129dd5685c75acb7c9e012aea88c9ac1e0d7609
253fb7edcb679f928c2fd30de209d0200d42825c
refs/heads/main
2023-08-23T08:35:48.919663
2021-10-02T18:10:20
2021-10-02T18:10:20
412,873,320
0
0
null
null
null
null
UTF-8
C
false
false
292
c
#include<stdio.h> int main() { // wrong char ch[2][2]={ { {"abhishek"},{"kristen"} }, { {"Aashutosh"},{"emma"} } },i,j; for(i=0;i<=1;i++) { for(j=0;j<=1;j++) { printf("%s,",ch[i][j] ); } printf("\n"); } }
[ "noreply@github.com" ]
abhisekmane98.noreply@github.com
be13425479104113da83e7fd62631345ea4a3137
ca4766bcfdff8fdacd9ad940e836492c1c993c69
/turnin/amidd001_lab5_part3.c
bbb4bd656270118de1ca3e025822b1f07d631c68
[]
no_license
amiddendorp22/cs120b-lab-05
5c39bdb6078ef4996869c7286c94f9ee564e63ea
946a10546b1b5d581577a225956160f5b458991c
refs/heads/master
2023-04-13T21:33:47.461895
2021-04-26T00:52:04
2021-04-26T00:52:04
361,526,816
0
0
null
null
null
null
UTF-8
C
false
false
2,529
c
/* Author: amidd001 * Partner(s) Name: * Lab Section: * Assignment: Lab # Exercise # * Exercise Description: [optional - include for your own benefit] * Video Demo Link : https://www.youtube.com/watch?v=MHJbvrT7Gq0 * * I acknowledge all content contained herein, excluding template or example * code, is my ow...
[ "amiddendorp22@gmail.com" ]
amiddendorp22@gmail.com
3244a1e961d6b662ce34e811905f8a984a3908c4
9bb3569bda64843a4a968e2bccd0701003545f26
/utility.h
08944449e00e6960e1aa97008b34743754a620f4
[ "MIT" ]
permissive
marcolgl/simple-fs
eac3ae3d2f2e6fe745947053697751df1debbab8
8be39c8d83a0757be8fd704f3a167829b04a1831
refs/heads/master
2020-03-23T17:15:17.986438
2018-09-16T17:31:31
2018-09-16T17:31:31
141,850,880
0
0
null
null
null
null
UTF-8
C
false
false
321
h
#pragma once #include <stdio.h> #include <errno.h> #include <string.h> #include <stdlib.h> #define ERROR_HELPER(ret, msg) do { \ if (ret < 0){ \ fprintf(stderr, "Errore: %s\n errno: %s\n", msg, strerror(errno)); \ exit(EXIT_FAILURE); \ } \ }while(0); ...
[ "marco-9-6-96@hotmail.it" ]
marco-9-6-96@hotmail.it
4dd4f833a9063885d5eb15ce4b369f9699b70b0a
43799901e22e995d4db64000ef28c0a787aeb11b
/ISAWIN/LINOV/KFCM/MUX2.H
fb95f74e5b6c706a16c4e422a5865642beb46e3a
[ "WTFPL" ]
permissive
aquaforum/tench_catch
7082d8e8f3a224aa50be9150a96362f2f323a2be
3f377476d82d7343edd985a6d3a41b57dc301f98
refs/heads/master
2023-07-17T13:33:10.901467
2021-08-22T19:29:09
2021-08-22T19:29:09
398,885,059
0
0
null
null
null
null
UTF-8
C
false
false
975
h
/**********************************************************************/ /* */ /* File name : MUX2.H */ /* Date : 13.10.2017 14:55:19 */ /* --------------------...
[ "i@vanessa.org.ua" ]
i@vanessa.org.ua
1ecd49f2e07fc66d00cf360a0a5acec07015e713
57ef0c34264028ae91fac4c6533a5c2a274958a6
/UWB_BLE_nrf52832/external/lwip/src/api/api_lib.c
5e2b60c3f24359d610740f187248984646157e7a
[ "BSD-3-Clause" ]
permissive
WOWkiddo/ble_uwb_code
cc68eb5e4fe3681e79d27598a7ae07dd76378ebc
1f9b37f4ae8c20631922738eeb05cc26048b9093
refs/heads/master
2022-11-18T20:11:32.278661
2020-07-08T02:52:39
2020-07-08T02:54:41
null
0
0
null
null
null
null
UTF-8
C
false
false
34,605
c
/** @file Sequential API External module @defgroup netconn Netconn API @ingroup sequential_api Thread-safe, to be called from non-TCPIP threads only. TX/RX handling based on @ref netbuf (containing @ref pbuf) to avoid copying data around. @defgroup netconn_common Common functions @...
[ "donghan@kingfar.net" ]
donghan@kingfar.net
5b8a04bbe5ea44a76d9035330398af33a78d9e6b
6a8aaf9c16f4856532cf9acc14dd33a602ccc115
/src/tmx/Asn_J2735/include/asn_j2735_r63/CoarseHeading.h
97bc8173466c666372dbbde304b5e1f38c928e6d
[ "Apache-2.0" ]
permissive
RCVWPHASEII/V2I-Hub
ffcbfa6cb445bed281d1406b8b7cb7fa5b8beff8
5ed6d672b92257af60db0eb06ea32acfcf7c3674
refs/heads/master
2023-05-07T20:08:42.223640
2021-05-18T02:46:40
2021-05-18T02:46:40
360,922,301
0
2
NOASSERTION
2021-04-30T21:58:32
2021-04-23T15:07:10
null
UTF-8
C
false
false
1,090
h
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "DSRC" * found in "../J2735_201603DA.ASN" * `asn1c -gen-PER -fcompound-names -fincludes-quoted -S/home/gmb/TMX-OAM/Build/asn1c/skeletons` */ #ifndef _CoarseHeading_H_ #define _CoarseHeading_H_ #include "asn_application.h" /* Includ...
[ "zinkg@battelle.org" ]
zinkg@battelle.org
1968d816ac5232c3795eecdadb169b2c0f802492
7f5937c840ea0a0a33270040b15b1ec882422c87
/mud/bin/wiz/align.c
b7c6afc8e2fdec0e1cb40ed55f2906d1c7f55da5
[ "Apache-2.0" ]
permissive
shentino/simud
706fcaad7ca5dd87277e3788592144b0d803476d
644b7d4f56bf8d4695442b8efcfd56e0a561fe21
refs/heads/master
2021-01-17T14:09:07.943177
2016-09-20T10:11:22
2016-09-20T10:11:22
39,277,782
3
2
null
null
null
null
UTF-8
C
false
false
491
c
#include <wizard.h> int main( string param ) { object ob; if( !param ) { notify_fail("==> [Format] align who\n"); return 0; } if( ob = find_living(param) ) { msg( "~CLABAlignment for "+ob->query_distant() ); msg( "~CDEF Good/Evil: "+ob->query_alignment(0) ); msg( "~CDEF ...
[ "shentino@gmail.com" ]
shentino@gmail.com
813b8a60ad2ac352bc5670c062bbeb405f5eace5
7a1ef37917270c98e4eb3cf95c63d8d205929039
/day2/thanoi.c
e3027bf2ff5e725ce7fdc2436cf06f7ae76734d5
[]
no_license
Arsenic-stack/DS_Pranay
4f9d0e8b4060fe33f2064f05ba6346a1c8d82143
b640eba9f1b0bbc61e02f6011defe9f34648fa7f
refs/heads/master
2023-08-28T19:45:02.543876
2020-12-28T13:37:27
2020-12-28T13:37:27
412,405,516
0
0
null
null
null
null
UTF-8
C
false
false
503
c
#include <stdio.h> void thanoi(int n, char frompeg, char topeg, char auxpeg) { if (n == 1) { printf("Move disk 1 from %c to %c\n", frompeg, topeg); return; } thanoi(n - 1, frompeg, auxpeg, topeg); printf("Moved disk %d from %c to peg %c\n", n, frompeg, topeg); thanoi(n - 1, auxp...
[ "sonuishaq67@gmail.com" ]
sonuishaq67@gmail.com
c83e4d978a910c6879ba399eabd81d29db374d28
d744cf0d967d9f04610ecaabe04bc7bbfff3f567
/图论/用计算机实现图论中的最短路径程序/Algo7-2.c
be5585a33d0669a2c7fd249c53c2e0d517c0cdf8
[ "Apache-2.0" ]
permissive
LittleNewton/Algorithm_GIFT
ddf363f10fe31ee534f54a6430af4deb4a6f2bc2
4ad4b523193607074ea75d37152637a82e5b81f8
refs/heads/master
2020-03-20T05:28:43.339795
2018-06-13T13:02:18
2018-06-13T13:02:18
137,216,015
3
0
null
null
null
null
GB18030
C
false
false
1,917
c
/* algo7-2.c 实现算法7.9的程序 */ #include"c1.h" typedef int VRType; typedef char InfoType; #define MAX_NAME 3 /* 顶点字符串的最大长度+1 */ #define MAX_INFO 20 /* 相关信息字符串的最大长度+1 */ typedef char VertexType[MAX_NAME]; #include"c7-1.h" #include"bo7-1.c" typedef struct { /* 记录从顶点集U到V-U的代价最小的边的辅助数组定义 */ VertexType adjvex; ...
[ "2224214496@qq.com" ]
2224214496@qq.com
33ef8bfced1353d1b8364ddb34401b944621047f
62d7a35c45d373b7188b699d496356d80f82f069
/The_C_Programming_Language/02_变量和表达式/interval.c
d979ec074848ecc5743250796b1d0936055a51d2
[]
no_license
SongChongyong/Learn_Mix
14de4054f0cdcce15c965ca0ac9c17e98bdffb86
e5429013d2b3764f8bfaa863f7ef27834d15a3ad
refs/heads/master
2021-07-06T05:09:26.154270
2020-10-05T09:13:54
2020-10-05T09:13:54
188,550,592
0
0
null
null
null
null
GB18030
C
false
false
365
c
#include <stdio.h> int main() { int hour1, minute1; int hour2, minute2; scanf("%d %d", &hour1, &minute1); scanf("%d %d", &hour2, &minute2); int t1 = hour1 * 60 + minute1; int t2 = hour2 * 60 + minute2; int t = t2-t1; printf("时间差是%d小时%d分。", t/60, t%60); return 0; } /* 1 40 2 10 时间差是...
[ "schongyong@gmail.com" ]
schongyong@gmail.com
4b0cf3453af831eb00853f117195c6dce8dff54f
a575467214db466362975211fa96cca424e6955f
/MatrixOperations/Partitionnement/TestNewNumber/funnum.c
9cc557007231460261668e861e23e98f83d3ea82
[]
no_license
Youssef-AEM/XBorne-2017
e41051e63a2efecfbfc400c20c6e2fde283cb4e6
18e51ac7ae42a98b2e2760cea0ff43400cc74f05
refs/heads/main
2023-06-05T10:17:18.190354
2021-06-29T17:18:01
2021-06-29T17:18:01
381,379,470
0
0
null
null
null
null
UTF-8
C
false
false
83
c
long NumerodeBlock(et,j) long *et; long j; { long k; k=15-j; return(k); }
[ "youssef.ait-el-mahjoub@uvsq.com" ]
youssef.ait-el-mahjoub@uvsq.com
2ba3ccce5b7f03c57939332152653e1f023a8ade
070e9bbf95c22846259f15fc6ed1ec61ddc6e41e
/src/tools/illusion/targetver.h
9d98fe97b2125016cd798a93ad8d319bc1f0c406
[ "Apache-2.0" ]
permissive
sailzeng/zcelib
930553c1c6c030ee12d97fee230652e690c380d8
d7a0c268ef10ffacc16cf2b06eed5b9445e3fe38
refs/heads/master
2023-01-23T07:01:57.102092
2022-11-13T19:37:52
2022-11-13T19:37:52
15,555,445
86
42
Apache-2.0
2022-11-13T19:35:15
2013-12-31T19:14:27
C++
UTF-8
C
false
false
17
h
#pragma once
[ "fullsail@163.com" ]
fullsail@163.com
ae521652ed0f93f3620b93ab20d4528deab56b35
cf853349efdf31b620dca016f7313c4acad87891
/android/jni/src/sdl_utils.h
74a5406a35355e31bf626b85c21a89e0d28326dc
[]
no_license
mdeboute/flood-it
9b8fe61b3c8af7dd7c2f0e3177a2992554ccbbe3
8907bd943da5f9a127e3b9800f7aceb1bef1340f
refs/heads/master
2023-05-22T20:54:00.425393
2021-06-19T20:56:42
2021-06-19T20:56:42
266,394,017
0
0
null
null
null
null
UTF-8
C
false
false
1,685
h
#ifndef SDL_UTILS_H #define SDL_UTILS_H #include <stdbool.h> #include <stdio.h> struct Game_grid_s { game current_game; // current game the user is playing uint cell_size; // cell_size for display char *solution; // current_game's solution bool solver; // true if solver mode is activated (showing black dots) ...
[ "noreply@github.com" ]
mdeboute.noreply@github.com
9918b3380aff6382e2d4eaf3829070e1eac77a54
52804b1c5bfb67cc8b066914536c0b4ed72e2922
/w1/w1.c
b9918940f369cfbb983e670aa2e702235cc444d8
[]
no_license
ChiaChun-Chen/c_work
cdb2577a83c10de98464a3bbef76a3e368184936
4fc45670294108e53e551f60690ed6612074569b
refs/heads/master
2023-06-11T03:35:34.443496
2021-06-28T13:27:15
2021-06-28T13:27:15
348,889,524
0
0
null
null
null
null
UTF-8
C
false
false
191
c
//work1 //write in 20200228 #include <stdio.h> int main(){ int a,b,c; scanf("%d%d%d",&a,&b,&c); printf("%.1f\n%.1f",((-b)+sqrt(b*b-4*a*c))/(2*a),((-b)-sqrt(b*b-4*a*c))/(2*a)); }
[ "skes2525@gmail.com" ]
skes2525@gmail.com
7c1f7aebed43d77a90fc1540bdb866548fa971a2
0f6e91db69aafaf0785e6626e64657ece6a69343
/Sumulator/Classes/Native/UnityEngine_UI_UnityEngine_EventSystems_PhysicsRaycaster.h
8582b0400ef90c2ec50fba3bf6c5665742f14f8f
[]
no_license
fullcorder/UnityDemo-Project-For-Jenkins
35b373bed87975b3a72de29b3b65dbe187cbcd75
f1a2741b1feecc5735b5db9503bcc23bcf104641
refs/heads/master
2021-01-10T11:09:28.351327
2015-11-01T06:00:08
2015-11-01T06:00:08
45,330,008
1
1
null
null
null
null
UTF-8
C
false
false
864
h
#pragma once #include <stdint.h> // UnityEngine.Camera struct Camera_t61; // System.Comparison`1<UnityEngine.RaycastHit> struct Comparison_1_t63; // UnityEngine.EventSystems.BaseRaycaster #include "UnityEngine_UI_UnityEngine_EventSystems_BaseRaycaster.h" // UnityEngine.LayerMask #include "UnityEngine_UnityEngine_Layer...
[ "kobaring@icloud.com" ]
kobaring@icloud.com
99130b2687d4b231866a35f5ea2dec7ab67685f8
2e1fac1c47ee17877454e07acc45205d1d017016
/ThirdParty/openssl/include/crypto/cmperr.h
ac61dd4875c2182f12f24eda77489c6371ca522b
[ "MIT", "Apache-2.0" ]
permissive
razaqq/PotatoAlert
91004bd4d0fdaf6e8cc217a520de2e1fd2f44400
5797307dc1a11c817964fb020d027c75e6371507
refs/heads/master
2023-08-18T05:35:30.057029
2023-08-04T20:52:58
2023-08-04T20:52:58
195,241,310
34
8
MIT
2023-04-01T20:05:12
2019-07-04T12:53:10
C++
UTF-8
C
false
false
671
h
/* * Generated by util/mkerr.pl DO NOT EDIT * Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution...
[ "paul.lais@web.de" ]
paul.lais@web.de
328a06df545a96ff55561018667d21591119a089
26a90a86c534a555d72ad10b4a1dbfc8485d9a2d
/Chapter 08/Programming Projects/8.13.c
94846363d7211301cc6f5490af78e12b1ea46296
[]
no_license
eciraku/C-Programming-A-Modern-Approach
645986cf7ba5c89a4d49671a040fdd100c683d07
cfa901c52db89b6aaa45dc33443b6ed0e233845a
refs/heads/master
2020-03-21T03:34:58.231419
2018-06-26T09:08:48
2018-06-26T09:08:48
138,062,170
0
0
null
null
null
null
UTF-8
C
false
false
843
c
#include <stdio.h> int main(int argc, char const *argv[]) { char ch, initial; char last_name[20]; int index = 0; printf("Enter a first and last name: "); // Check for initial space; if there are spaces do nothing, just skip them while((ch = getchar()) == ' ') ; initial = ch; // The first non-space charact...
[ "e.ciraku@yahoo.com" ]
e.ciraku@yahoo.com
a7c8ad2392bd82b538027e43c0c42040d59f7899
225337abb15d0329ceeacda0b6c32151ca9fde2c
/Student.h
556df64757fb87ac5ff37c26f2b4c106a34c720f
[]
no_license
garrettbolen/CPSC350_A4
cf20679003b853e1449d85077e61b58f2970dc77
79b01fdc69d6e0d9b74ab1e339a88b7f810e93ed
refs/heads/master
2022-04-21T13:19:33.479136
2020-04-24T06:57:42
2020-04-24T06:57:42
257,474,675
0
0
null
null
null
null
UTF-8
C
false
false
149
h
#pragma once //This struct stores the wait time and time needed at a window for a student struct Student{ int waitTime; int windowTime; };
[ "gbolen@chapman.edu" ]
gbolen@chapman.edu
6761b069c5e2b3ea650b45ff14bda2276c0b11c6
303293235cb53d0ca7d5a72a2330992536c8b915
/include/_DEVELOPMENT/clang/freertos/portmacro.h
7919572bb181e75cf31b82f0e9c75745f091e6d5
[ "ClArtistic" ]
permissive
hotkeymuc/z88dk
afc7bdae584fcbcde803453793f012478462fcd0
363d4e8a892d6e5c0998b556f81e706031cdacc8
refs/heads/master
2022-02-05T11:29:25.931938
2022-01-16T18:50:20
2022-01-16T18:50:20
103,794,092
1
0
null
2017-09-17T01:11:17
2017-09-17T01:11:17
null
UTF-8
C
false
false
14,257
h
/* * Copyright (C) 2022 Phillip Stevens All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to * use, co...
[ "phillip.stevens@gmail.com" ]
phillip.stevens@gmail.com
d7f8b74b8eb46356a5908097cb9cae3615a32cc2
7a663d485be99653cd1e5b57910aa4bdff4bcc1b
/images/tile_11.c
e157b729c97deb52302ff6e7c9df71b252464e2f
[]
no_license
kiettran95/GBA2048_CS2110
8ae5a958c9eff4ff3ea949ab19f6c51e5269cc1e
01c62e43d477fe5bf4defc7e9977933aaaaa989a
refs/heads/master
2020-04-13T20:55:15.310915
2019-01-06T21:13:00
2019-01-06T21:13:00
163,443,158
2
0
null
null
null
null
UTF-8
C
false
false
10,159
c
/* * Exported with nin10kit v1.7 * Invocation command was nin10kit --mode=3 --resize=37x37 tile_11 tile_11.png * Time-stamp: Monday 11/19/2018, 18:20:18 * * Image Information * ----------------- * tile_11.png 37@37 * * All bug reports / feature requests are to be filed here https://github.com/TricksterGuy/n...
[ "kiettran8795@gmail.com" ]
kiettran8795@gmail.com
b01a6a15b3b77a03007937655ba435756ce41f74
f91db30922ce75953505a93a5dc55212592ce973
/0x12-singly_linked_lists/3-add_node_end.c
8bc45a10f688da77adb8013897692a05a96f5a0f
[]
no_license
jsebdev/holbertonschool-low_level_programming
0df96bdfa33ee863fb48ee5fcd516e8f0196ea0c
9f226097edb9268aa8a1fd34ae0f0d08ba33151d
refs/heads/main
2023-07-16T17:02:15.993797
2021-08-31T23:57:01
2021-08-31T23:57:01
null
0
0
null
null
null
null
UTF-8
C
false
false
739
c
#include "lists.h" /** * add_node_end - adds a new node at the end of a list_t list. * @head: pointer to pointer to first element of the list * @str: string to be copied in new element * Return: the address of the new element, or NULL if it failed */ list_t *add_node_end(list_t **head, const char *str) { list_t...
[ "sebas93cay@gmail.com" ]
sebas93cay@gmail.com
1141f85091e6888d691e01226771395edd84c7a4
62f756687af4f522b78e4963a6d2262136a9b65d
/ports/stm32/servo.h
c602a07da5ecfdf613f84636dfcb48b42e1fcccd
[ "MIT" ]
permissive
micropython/micropython-esp32
48ce07832c8d44fcdc530962bd9ae087949b957b
2f4dac5f121a59fc187c1d9c1f9eade365b3aba1
refs/heads/esp32
2023-08-28T12:00:44.867727
2018-02-27T04:06:10
2018-02-27T04:06:10
76,828,539
737
238
MIT
2023-09-06T02:31:38
2016-12-19T04:38:26
C
UTF-8
C
false
false
1,552
h
/* * This file is part of the MicroPython project, http://micropython.org/ * * The MIT License (MIT) * * Copyright (c) 2013, 2014 Damien P. George * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * i...
[ "damien.p.george@gmail.com" ]
damien.p.george@gmail.com
672b84df8fe9f8dd92649717f0155aa4f19a4221
af3c565d06cc0ca63041fd1f92f210f7c38a16b8
/Example/Pods/Headers/Public/UIKit+CUAddition/UIFont+CUAddition.h
839ad478d8df3604c988cdfd7e79488a4fd9b29b
[ "MIT" ]
permissive
wanfos/UIKit-CUAddition
78b86492ec91824d82b0d8373d3ece114ec98a3c
5f94a77b8967520dbe632f77809c721b59eedabc
refs/heads/master
2021-06-05T01:09:51.410868
2016-09-23T01:26:39
2016-09-23T01:26:39
null
0
0
null
null
null
null
UTF-8
C
false
false
51
h
../../../../../UIKit+CUAddition/UIFont+CUAddition.h
[ "czm@czmdeMacBook-Pro.local" ]
czm@czmdeMacBook-Pro.local
0e3d807dd7298777219fb2f9796aac434eb10f7e
9beca785f3655fb335e810ba313a40d43dc44509
/src/sub/aoStyle.h
bb91b4db98ebe6fb6ae0c131d7144246af981be7
[ "BSD-3-Clause", "FSFAP", "LicenseRef-scancode-unknown-license-reference" ]
permissive
hanya/aobook-haiku
790510eeb13ddfbf3d47e2539c633b0892b91a21
ffe2a900528ade0bb9da300c2c32478d135472fd
refs/heads/master
2020-07-22T04:50:40.725686
2018-05-03T10:13:36
2018-05-03T10:13:36
94,343,416
1
0
null
null
null
null
UTF-8
C
false
false
2,357
h
/*$ Copyright (c) 2014-2017, Azel All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the follow...
[ "hanya.runo@gmail.com" ]
hanya.runo@gmail.com
46bea9a6a57ca6713968f538315c7e977895fe3a
bd3a0c6b727339ae30b543b4682d3e149c556eee
/hardware/board/config/brd2400a/sl_cpc_drv_uart_secondary_vcom_config.h
91282e6de80e6530a51917e5e935c36901b13865
[ "Zlib" ]
permissive
nzinn08/sdk_support
89980f67e974157f61151ed38aacb876b4387e7f
5f92c311a302e2ba06040ec37f8ac4eba91b3d5d
refs/heads/master
2023-08-12T23:03:28.087174
2021-08-26T00:41:21
2021-08-26T00:41:21
416,490,066
0
0
null
null
null
null
UTF-8
C
false
false
2,823
h
/***************************************************************************//** * @file * @brief CPC UART SECONDARY driver configuration file. ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> *************...
[ "Mason.Tran@silabs.com" ]
Mason.Tran@silabs.com
907f327c7b9be0df96139f066c1dac1afc9f6cc5
258c5fc19be69e3e57ec5473ea6af2bb1d817262
/fs/linux/rbtree.h
b5b566b01eeb80d1cdef5c03cbb9fa1476c3e327
[]
no_license
lowprofile100/xfsd
0ca9e70ce58a3a9d7ae27f607f188e049f8b1a76
6b72fe743521fc50a666187d8aaecc293ebfec92
refs/heads/master
2016-09-08T04:37:45.803286
2012-06-30T02:58:30
2012-06-30T02:58:30
3,686,051
14
2
null
null
null
null
UTF-8
C
false
false
5,371
h
/* Red Black Trees (C) 1999 Andrea Arcangeli <andrea@suse.de> 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 (at your option) any later version. ...
[ "ditsing@gmail.com" ]
ditsing@gmail.com
a9df38f19256f2ae1b8f29ad1e692428bf7ee326
2bdc300448862f0703cea9b26e314524b5e3f526
/youme_voice_engine/youme_common/include/libNls/openssl/modes.h
7a1bc137da978a44d10ea7bf2d39ed7140a1008a
[]
no_license
gavinlwz/AVSDK2
217f233539071ccb241a8178dc502026fa52475b
848a087191e21ecd5e918f3e5334847fbf7bfd7d
refs/heads/master
2022-12-28T03:55:22.995809
2020-10-12T09:57:38
2020-10-12T09:57:38
null
0
0
null
null
null
null
UTF-8
C
false
false
8,426
h
/* ==================================================================== * Copyright (c) 2008 The OpenSSL Project. All rights reserved. * * Rights for redistribution and usage in source and binary * forms are granted according to the OpenSSL license. */ #include <stddef.h> #ifdef __cplusplus extern "C...
[ "shuhuan_bruce@icloud.com" ]
shuhuan_bruce@icloud.com
dda9f6cb0c51a0d80207f8d3fdc94abec7d19934
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/f9f756f6-b2aa-41d9-a2bd-54711619c228.c
575fff3d17f113eb2e679c1e8ea50454e6503371
[]
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
592
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=122; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l/j; l = i/j; l = l%j; l = i-j; k = k-k*i; //variables //random /* START VULNERABILITY */ int a; int b[62]; int c[89]; a = ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
1804c01453c859a9f01cb4f9a920a4b611474af0
a964295b4f84eaefb9405ab97ab2a08998a09182
/정렬/정렬/Sort.h
b6d096fd3e75b232a551d1e0691c06e1e15d96e4
[]
no_license
LeeSeongDong/DataStructure
01a6308671235150658c74143001732dcb8ced62
6cd25b3e6d144d305e0496f6a15531a45ba23a84
refs/heads/develop
2016-08-12T18:48:36.285226
2015-11-12T12:57:18
2015-11-12T12:57:18
45,988,765
0
0
null
null
null
null
UTF-8
C
false
false
218
h
#ifndef __SORT_H__ #define __SORT_H__ #include "BinaryInsertionSort.h" #include "BubbleSort.h" #include "QuickSort.h" #include "MergeSort.h" #include "HeapSort.h" #include "SelectionSort.h" #include "Chain.h" #endif
[ "xkdnrl@naver.com" ]
xkdnrl@naver.com
5777e8d67a8ac1282f3064f95df021fd4081424f
5e372b34857d14bff757964b40e6b4a9c51a9877
/code_gen/output4/cpu3_bsp/alt_sys_init.c
b18abfbf8785df28aef5f55d37f7e9e69c146d08
[]
no_license
jcaplan/fingerprinting
cbf2aa3180b454fb993882fec36bd10ce58e194b
925c1a40186dab1bb4d4036039881363a99c4feb
refs/heads/master
2021-01-11T01:14:40.760369
2017-09-21T03:21:14
2017-09-21T03:21:14
71,069,013
0
0
null
null
null
null
UTF-8
C
false
false
3,526
c
/* * alt_sys_init.c - HAL initialization source * * Machine generated for CPU 'processor3_0_cpu3' in SOPC Builder design 'nios_fprint' * SOPC Builder design path: /home/jonah/fingerprinting/code_gen/platform/nios_fprint_4.sopcinfo * * Generated: Mon Jan 25 14:04:10 EST 2016 */ /* * DO NOT MODIFY THIS FILE * ...
[ "jonah.caplan@mail.mcgill.ca" ]
jonah.caplan@mail.mcgill.ca
3ead72cdf092798af670fb5a3e10fb00d7fc1b47
67ee9d35a1e6b213f85d2c72bf1fe7ceb222d202
/src/LD/hooks/pam/pam_private.h
c8e33e98114ecf93e701f4ee82ee80cac60d1f26
[ "Apache-2.0" ]
permissive
Not-C-Developer/VERBA
50ecc6b2b5e5a300874b9b90752905e426d98d78
5c8b03f54c3f3e05b80c7d97893163c4907ac5b8
refs/heads/master
2023-05-13T11:43:27.258616
2021-06-08T09:22:47
2021-06-08T09:22:47
374,175,141
16
5
null
null
null
null
UTF-8
C
false
false
5,724
h
#ifndef _PAM_PRIVATE_H #define _PAM_PRIVATE_H #include <syslog.h> #define PAM_CONFIG "/etc/pam.conf" #define PAM_CONFIG_D "/etc/pam.d" #define PAM_CONFIG_DF "/etc/pam.d/%s" #define PAM_DEFAULT_SERVICE "other" #define PAM_DEFAULT_SERVICE_FILE PAM_CONFIG_D "/" PAM_DEFAULT_SERVICE #ifdef PAM_LOCKING #defin...
[ "kendoiiihik@gmail.com" ]
kendoiiihik@gmail.com
c86de4699ebc81e8bc19fa841eeed71f4a6b0fb0
293e07bef00da2e5712938d38bbb299a1b69d7ae
/src_emu/include/hal/pgalloc.h
29ec7c85b11eec539b276724063703995850fd9a
[]
no_license
feishengfei/BTP-04_BETA_2.6
f453633aaa810eb362e93d425bc44c626c69e85e
147e9ef6d6ea72bd5d64d008dbb682b59af7dcb6
refs/heads/master
2020-06-11T10:07:34.041532
2019-06-19T13:50:15
2019-06-19T13:50:15
null
0
0
null
null
null
null
UTF-8
C
false
false
1,601
h
/**************************************************************************\ * * Hopen Software System * * Copyright (c) 1999-2000 by Hopen Software Engineering Co., Ltd. * All Rights Reserved * * Model : * * Purpose : * * Author : WangXinshe * ...
[ "yong.2.zhao@microsoft.com" ]
yong.2.zhao@microsoft.com
e931231376e52ffb3ca8bc40141da46d09a15ecc
69d99a02e23e2ad01ae369a43ed212c505096324
/libxdo/xdotool-2.20100524.2888/xdo_search.c
80c1b75f1fdcc33fbb8f7d23630330bc74f4aafc
[]
no_license
RaiderEMB/x-keys-driver
ccdcfa76df6f852a000fa1e4bb6b1ea86f4a08e3
254f6a650ca3e7be2464a540e771a9e867d5e852
refs/heads/master
2020-06-07T13:34:09.174083
2011-08-17T09:41:01
2011-08-17T09:41:01
2,220,921
1
0
null
null
null
null
UTF-8
C
false
false
9,999
c
/* xdo search implementation * * Lets you search windows by a query */ #include <stdlib.h> #include <regex.h> #include <stdio.h> #include <X11/Xlib.h> #include <X11/Xatom.h> #include <X11/Xresource.h> #include <X11/Xutil.h> #include <X11/extensions/XTest.h> #include "xdo.h" static void _xdo_get_child_windows(const...
[ "william.viker@gmail.com" ]
william.viker@gmail.com
78837805dcf875f751f6fa117db4afb40b975539
f16dabc464f4226f23742b0af48cf858c0179180
/Priority Queue/SelectionSort.c
7d0ed2e1061a7926d7e3cb11dee2370abc50bd49
[]
no_license
Tommy-Sony/Algorithms
c31514b13e52d8830060c3c9cefc2a6a677dd8f7
2e2bfdc48ed89ba4707de5ac4ec9897f5ecbb7b1
refs/heads/main
2023-01-04T13:18:36.230389
2020-11-03T15:44:45
2020-11-03T15:44:45
309,726,706
0
0
null
null
null
null
UTF-8
C
false
false
769
c
#include <stdio.h> #include <stdlib.h> int main() { int n, i, j; int *arr; int tmp, maxLoc; scanf("%d", &n); //크기가 n인 배열 동적할당 arr = (int *)malloc(sizeof(int)*n); for (i = 0; i < n; i++) { scanf("%d", arr + i); } //배열의 뒷부분을 정렬상태로 유지, 가장 큰 값을 찾아 오른쪽부터 채운다. for (i = 0; i < n; i++) { maxLoc = n - i - 1; ...
[ "noreply@github.com" ]
Tommy-Sony.noreply@github.com
8280dc7ba5ca8c5dfcc09481c1e308d2c210cf2d
f6225efb112ad0bdf9954d80ee1b8542f33e88f3
/libft/src/ft_isalnum.c
ede85d40ade40bafe16c3b6d08f4314969488265
[]
no_license
Lerafed1na/Corewar
5e064a0c7aeb7bd911e80143e1f0d4102335e0aa
01ad0ac9035a8671dd44fdba895cb8c933ebf978
refs/heads/master
2022-11-07T00:35:28.990496
2020-06-28T20:10:55
2020-06-28T20:10:55
275,660,078
0
0
null
null
null
null
UTF-8
C
false
false
1,012
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isalnum.c :+: :+: :+: ...
[ "lerasmewnaya@gmail.com" ]
lerasmewnaya@gmail.com
f7346ae52f98ed0226087db2c50f256ddc864c5f
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/mm/extr_readahead.c_file_ra_state_init.c
fe8826108d6f8d67b03f511b5fe8068c274dabdc
[]
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
810
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
010bce4c3687a7e2251b09a19f0fe29635287bde
8a8246de95d37bfa00a06e52ce2e407e20b548bb
/GraphBLAS/Source/Generated2/GB_unop__asinh_fp32_fp32.c
b724b6247a420bfb847845107e75102b09480813
[ "Apache-2.0", "GPL-3.0-or-later", "LicenseRef-scancode-generic-cla", "GPL-1.0-or-later", "LicenseRef-scancode-free-unknown", "GPL-3.0-only", "CC-BY-4.0", "LicenseRef-scancode-commercial-license", "BSD-2-Clause", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-warranty-discl...
permissive
sergiud/SuiteSparse
d274d3f05291d3f45c0e2c09a26e9f3d143301da
0ba07264225518a487a0a9a8e675f6e36c96a68a
refs/heads/cmake
2023-05-22T13:27:25.673524
2023-01-01T19:24:20
2023-01-01T19:24:20
40,436,072
48
18
Apache-2.0
2023-01-01T19:24:21
2015-08-09T12:46:03
C
UTF-8
C
false
false
3,332
c
//------------------------------------------------------------------------------ // GB_unop: hard-coded functions for each built-in unary operator //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2022, All Rights Reserved. // SPDX-Li...
[ "sergiu.deitsch@gmail.com" ]
sergiu.deitsch@gmail.com
74fcc0581156da0a633a722dd99f1a8f4a83ca25
42ea98f327dfeaf4eb34a8aee3b880ae1a3ce469
/src/color.c
68db1efce3dce22f4c08f85e2c1fa296ad489eda
[]
no_license
domelche/Fractol
afe8859cba6e4619bc0847c0a8a1a4fe91c6eda9
218830af86e9a3f8f54b4cbfe591f91656960a41
refs/heads/master
2021-09-25T00:00:01.175891
2018-10-16T01:34:53
2018-10-16T01:34:53
null
0
0
null
null
null
null
UTF-8
C
false
false
1,771
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* color.c :+: :+: :+: ...
[ "domelche@e1r10p1.unit.ua" ]
domelche@e1r10p1.unit.ua
ba8c30710a138c3d00c3051b396bf4fc551cdd8c
11c4407ff1877964909ad2bc6f703077e1cd160d
/consecutiveprime.c
1d65acf2e73547c8982fff259f46a9674bb77a26
[]
no_license
SrinithiSri/new
880fca51b5a3deef03cb7f61d5b3cd11b94664cf
8ac4a010d0321de0b8461115ee6d147aace4f0f3
refs/heads/master
2020-06-09T04:24:06.999123
2019-06-23T16:30:22
2019-06-23T16:30:22
193,369,650
0
0
null
null
null
null
UTF-8
C
false
false
577
c
#include <stdio.h> int prime(int b); int main() { int i,j,n,f=0,a[25],c,sum=0,count=0,k=0; scanf("%d",&n); for(i=2;i<=n;i++) { f=1; for(j=2;j<=n/2;j++) { if(i%j==0) f=0; } if(f==1) { a[k]=i; k++; } } for(i=0;i<k;i++) { sum=sum+a[i]; c=...
[ "noreply@github.com" ]
SrinithiSri.noreply@github.com
659517a59b0871dc4bedf5fcd6a3659924344a5f
a43eaae9059efddedcc8ddea8a5834252ce97683
/pc301/lab/7lab/test.c
5e5c48e776535ab2f410b34ab9e20a04c7d11eee
[]
no_license
AkshithBellare/year3sem5
a2a6c06040c993c84746df650a5aca44d9505b53
f88cc5a462f69760c685b5bdbc3103470da435e6
refs/heads/master
2023-02-07T13:05:06.047878
2020-12-31T11:21:50
2020-12-31T11:21:50
null
0
0
null
null
null
null
UTF-8
C
false
false
2,778
c
#include<stdio.h> #include<stdlib.h> #include<float.h> #include<math.h> #include<omp.h> void initSensorPos(float sensors[][2]){ for(int i = 0;i < 1000;i++){ sensors[i][0] = rand()%1000; sensors[i][1] = rand()%1000; } } float dist(float pos1[2], float pos2[2]){ float x = pos1[0] - p...
[ "akshithnm@gmail.com" ]
akshithnm@gmail.com
92f6b1b5ddaf540969b72876db5bf8d90e9ba2bc
ebcbd440c0344414ae7293595b471b5534fc7a10
/2018/CalcScale_wTot_Lorentz_pp/draw_SFvsE_Syst04.C
ecc2655d1b261daffc5af3948eb2c0d5079e499d
[]
no_license
SongkyoLee/workSPHENIX
a0f1e455da7036d7d3b63d19ec6fc70fe5acddc1
2781dc7e28e24979c7b86d079c72f077e703a5f2
refs/heads/master
2022-02-25T13:22:26.121952
2019-09-26T19:21:05
2019-09-26T19:21:05
105,704,210
0
0
null
2017-10-05T23:35:02
2017-10-03T21:17:00
Roff
UTF-8
C
false
false
5,932
c
void draw_SFvsE_Syst04(string ihcalType="SS310", string note="R04"){ TLatex* latex = new TLatex(); latex->SetNDC(); latex->SetTextAlign(12); latex->SetTextSize(0.038); //TLegend* leg1 = new TLegend(0.20, 0.21, 0.50, 0.35); //leg1->SetTextSize(0.045); TLegend* leg1 = new TLegend(0.20, 0.21, 0.35, 0.35)...
[ "songkyo.lee@gmail.com" ]
songkyo.lee@gmail.com
8364919f3046fe7b029f460247045373998c2b3b
4ea6a61aef7ddd8785d75513a8ea73576f103d1e
/benchmarks/real-effectiveness/6-openjpeg-3991bbe/openjpeg-3991bbe/src/applications/jpip/libopenjpip/msgqueue_manager.h
e54f2dc16461a723fc5e59e9e6dd08be2350b926
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause" ]
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
6,716
h
/* * $Id: msgqueue_manager.h 53 2011-05-09 16:55:39Z kaori $ * * Copyright (c) 2002-2011, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium * Copyright (c) 2002-2011, Professor Benoit Macq * Copyright (c) 2010-2011, Kaori Hagihara * Copyright (c) 2011, Lucian Corl...
[ "hongyuliu@salsa2.it.utsa.edu" ]
hongyuliu@salsa2.it.utsa.edu
b4c99336f16e1761fdd756befa9e693b249e6f44
bbcda48854d6890ad029d5973e011d4784d248d2
/trunk/win/Source/Includes/QtIncludes/include/Qt3Support/q3toolbar.h
6e1982e538f572d968a8e7b56dcb1788252b97c0
[ "MIT", "curl", "LGPL-2.1-or-later", "BSD-3-Clause", "BSL-1.0", "Apache-2.0", "LicenseRef-scancode-public-domain", "LGPL-2.1-only", "Zlib", "LicenseRef-scancode-unknown", "LicenseRef-scancode-unknown-license-reference", "MS-LPL" ]
permissive
dyzmapl/BumpTop
9c396f876e6a9ace1099b3b32e45612a388943ff
1329ea41411c7368516b942d19add694af3d602f
refs/heads/master
2020-12-20T22:42:55.100473
2020-01-25T21:00:08
2020-01-25T21:00:08
236,229,087
0
0
Apache-2.0
2020-01-25T20:58:59
2020-01-25T20:58:58
null
UTF-8
C
false
false
53
h
#include "../../src/qt3support/widgets/q3toolbar.h"
[ "anandx@google.com" ]
anandx@google.com
67c148feeb4033a8a81370a175dc7815af7b9fcd
770c5903595a43063103d8a53385a3494fa46185
/src/sigerr.c
b8586501b16ded935b3ffa5f0cbe120a8a327980
[]
no_license
NablaZeroLabs/cspice
697320e7ffc074d6002d3ce0dd547f36de5afab2
64854184794601885da485eb2ee9f117a7401a3f
refs/heads/master
2020-03-10T20:20:01.948347
2018-04-15T01:55:19
2018-04-15T01:55:19
129,568,269
0
0
null
null
null
null
UTF-8
C
false
false
12,825
c
/* sigerr.f -- translated by f2c (version 19980913). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* Table of constant values */ static logical c_true = TRUE_; static logical c_false = FALSE_; /* $Procedure SIGERR ( Signal Error Con...
[ "Juan.Arrieta@nablazerolabs.com" ]
Juan.Arrieta@nablazerolabs.com
e6ea75fc7bf922d5718d820a8ae82ba8be87e6bb
a1539facfe7cdbb5a64800702fffa31084f7e012
/0x04-more_functions_nested_loops/main_modules/3-main.c
3441364336efaa97be1eff1dcfdd7f5115889c97
[]
no_license
AdrianVides56/holbertonschool-low_level_programming
482eb1d34deaf6c9fb6b383e3198d4c5c82eed0b
4eed9768232cf7827322f9ea814ecd5c6d46bc60
refs/heads/master
2023-04-08T12:09:35.040171
2021-04-21T04:29:11
2021-04-21T04:29:11
296,159,591
0
2
null
null
null
null
UTF-8
C
false
false
191
c
#include "holberton.h" /** * main - check the code for Holberton School students. * * Return: Always 0. */ void print_numbers(void); int main(void) { print_numbers(); return (0); }
[ "adrianvj18@gmail.com" ]
adrianvj18@gmail.com
be2487e9beae08d41181f98a2f5300cb283051dc
6fea97befddf3b1d119d7a14d39f32f0f3d88cc4
/mpcexport-old/acado_integrator.c
607b8230dbb0f7e437f98eeaf61d1880a3f22694
[]
no_license
ErikOrjehag/swingup
1f0f6f1b46250efebed102e5d0b148b49fb50ff8
8fa370364d61734631a0dddea917e91b7200e97a
refs/heads/master
2023-04-09T15:16:54.496533
2021-04-24T07:43:40
2021-04-24T07:43:40
328,704,443
0
0
null
null
null
null
UTF-8
C
false
false
8,745
c
/* * This file was auto-generated using the ACADO Toolkit. * * While ACADO Toolkit is free software released under the terms of * the GNU Lesser General Public License (LGPL), the generated code * as such remains the property of the user who used ACADO Toolkit * to generate this code. In partic...
[ "erik@orjehag.se" ]
erik@orjehag.se
83942e7f17bc4f86c2ce50d54471d2257ea978e9
03f9a6386628cd3c63907558f6bc64e145e88751
/src/util/tpm2_util.c
72a3ee4f3ca0c521135d75fd5acee27e421a2340
[ "BSD-3-Clause" ]
permissive
timr1994/usim-service
f6bd049d5084793a3490407c969e42eaa789dec6
bdb8ca79a52783545de631c336adc013dd2d5afa
refs/heads/main
2023-07-20T10:57:54.429382
2021-08-30T14:01:42
2021-08-30T14:01:42
374,348,613
1
0
null
null
null
null
UTF-8
C
false
false
10,117
c
/* SPDX-License-Identifier: BSD-3-Clause */ /***************************************************************************** * Copyright 2021, Tim Riemann & Michael Eckel @ Fraunhofer Institute for Secure Information Technology SIT. * All rights reserved. ***************************************************************...
[ "tim.riemann@keemail.me" ]
tim.riemann@keemail.me
6bdffea6bf132ba1f00942ffdcc04f99fb4021fb
a280aa9ac69d3834dc00219e9a4ba07996dfb4dd
/regularexpress/home/weilaidb/work/kernel/linux-3.0.8/arch/sh/include/asm/siu.h
729b40751260672213033e34891f0643b4d1bdfc
[]
no_license
weilaidb/PythonExample
b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466
798bf1bdfdf7594f528788c4df02f79f0f7827ce
refs/heads/master
2021-01-12T13:56:19.346041
2017-07-22T16:30:33
2017-07-22T16:30:33
68,925,741
4
2
null
null
null
null
UTF-8
C
false
false
55
h
#define ASM_SIU_H struct device; struct siu_platform ;
[ "weilaidb@localhost.localdomain" ]
weilaidb@localhost.localdomain
905920c11fe1adbf0c7b2f032fa8042c3d8e1432
acdde1143c79084f33bd00e0b1c49f7364540662
/src/import/generic/memory/lib/utils/spd_c_str.H
e4ab51ad2c4cc76d5b6b01e09a9b97ef0334d74f
[ "Apache-2.0" ]
permissive
dongshijiang/hostboot
1329be9424dbd23325064cb89f659d7e636fb1ff
f1746c417531b1264be23a8dcf1284ae204f6153
refs/heads/master
2023-06-15T16:05:09.961450
2021-06-29T21:04:03
2021-07-06T20:33:51
385,787,842
0
0
NOASSERTION
2021-07-14T02:13:08
2021-07-14T02:13:08
null
UTF-8
C
false
false
1,848
h
/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: src/import/generic/memory/lib/utils/spd_c_str.H $ */ /* ...
[ "crgeddes@us.ibm.com" ]
crgeddes@us.ibm.com
a1af0c19ef064ce7d8200e20b04bc13e0901e711
a2366c56db6992092fce6f0681f449f6f9cf89ca
/Sources/dadosFlash.c
f144e6633c806222b08dbab3629aa56aefae9612
[]
no_license
RosimarSilva/Ms-200ULL
e0cfd38c351bc3303771fbe1bc4efa947f168ce5
8d8aa334e232f03dfc6ff6834a4792225d72914e
refs/heads/master
2020-04-13T17:05:02.717568
2018-12-27T21:47:31
2018-12-27T21:47:31
163,338,395
0
0
null
null
null
null
ISO-8859-1
C
false
false
10,742
c
/* * dadosFlash.c * * Created on: 12/09/2018 * Author: Rosimar */ #include "main.h" #include "velocimetro.h" #include "nivel_tanque.h" #include "dadosFlash.h" #include "aux_telas.h" #include "display.h" #include "nivel_tanque.h" #include "auxiliar.h" #include "analogicas.h" //extern uint16_t a,b,c,d,e,f,g...
[ "rosimar.silvapereira816@gmail.com" ]
rosimar.silvapereira816@gmail.com
9f1d01a7885b15d864ea9415c96428651da0cc3e
5bcec78cbfecc70ff0a9deb8910b56aba37682a5
/src/overlays/actors/ovl_Bg_Iknv_Obj/z_bg_iknv_obj.h
fd62059d36f3d2defd0516d932d44cac2ba77328
[]
no_license
wbusacker/mm
e7dd5caa233d4a7814ad8965788c1a9ce9ae1784
1d350f1bad1d01fd6ab739f99877669cb1cf416f
refs/heads/master
2023-06-16T09:21:42.015619
2021-07-14T02:13:33
2021-07-14T02:13:33
null
0
0
null
null
null
null
UTF-8
C
false
false
720
h
#ifndef Z_BG_IKNV_OBJ_H #define Z_BG_IKNV_OBJ_H #include <global.h> struct BgIknvObj; typedef void (*BgIknvObjActionFunc)(struct BgIknvObj*, GlobalContext*); #define IKNV_OBJ_TYPE(x) (x->dyna.actor.params & 0xF) typedef struct BgIknvObj { /* 0x000 */ DynaPolyActor dyna; /* 0x15C */ ColliderCylinder collide...
[ "noreply@github.com" ]
wbusacker.noreply@github.com
1a4e63f7e6d21f9c36808e14f38d6837dfbaa5a3
2a9a7eefa3e083d1d49e8902b7867c6a3a0227cf
/src/ZIcons/20x20/check_circle_solid_20x20.h
bfb8dc0a66d1f205e87a8f7ac777ea6fae8fe904
[ "MIT" ]
permissive
otrojota/ZScreens
1581eac919e19ddad06f367215744c85b92fb276
c1f47cbcd063f2cd31f9fb7c595d64b829798e11
refs/heads/main
2023-07-01T02:27:29.464621
2021-08-06T00:48:15
2021-08-06T00:48:15
364,443,094
0
0
null
null
null
null
UTF-8
C
false
false
758
h
// FontAwsome font converted to PNG and downloaded from: // https://fa2png.app/ // Converted to XBM using // https://convertio.co/es/png-xbm/ // // Size: 20x20 // #include <pgmspace.h> // PROGMEM support header PROGMEM const unsigned char check_circle_solid_20x20[] = { 0x00, 0x05, 0x00, 0xC0, 0x3F, 0x00, 0xF0, 0...
[ "jjimenez@zonar.cl" ]
jjimenez@zonar.cl
126960746ab653e4da6f856292eda250279c179b
8055c3e8a85d898710b77721ba9ee372c79ebfee
/source/ldpk/tde4_ldp_radial_deg_8.C
92f2de0980e08220836c8523f69a8d3d223a6f98
[]
no_license
wardrums/LDPK
28adafa6a2479d77417334bcb08321bde51469b3
12d408fbea02cc29929bc94d4a6e6bf6c8f49cae
refs/heads/master
2021-01-01T03:34:36.998861
2016-05-21T05:21:51
2016-05-21T05:21:51
59,343,095
4
1
null
null
null
null
UTF-8
C
false
false
464
c
// This file is part of the Lens Distortion Plugin Kit // Software is provided "as is" - no warranties implied. // (C) 2011,2012,2013,2014,2015,2016 - Science-D-Visions. Current version: 1.9.2 #include <ldpk/tde4_ldp_radial_deg_8.h> #ifdef LDPK_COMPILE_AS_PLUGIN_SDV extern "C" tde4_ld_plugin* tde4ldp_create_fct() {...
[ "levonh@gmail.com" ]
levonh@gmail.com
efb3fa9256d1da9bb257844275c0bb3a63904ae3
17b6dfbb1f02cca3c2abc59171bde09c91cd7a5c
/API_4weeks Fire Emblem Copy/allScenes.h
3ccb70b4323e7c880bc315bf58155d2a3accd748
[]
no_license
gomdroi/MCH_API
6a117bc975996f7c191b342b1e1a8bd23c122888
6bb67112683deb4ab19f656a9082b246079534d6
refs/heads/master
2021-05-21T14:22:37.903154
2020-04-23T03:05:19
2020-04-23T03:05:19
252,679,079
0
0
null
null
null
null
UTF-8
C
false
false
163
h
#pragma once #include "stage1.h" #include "stage2.h" #include "stage3.h" #include "smallTalk.h" #include "mapToolScene.h" #include "intro.h" #include "mainmenu.h"
[ "61176302+gomdroi@users.noreply.github.com" ]
61176302+gomdroi@users.noreply.github.com
4dd8168f59b4739effdcedc6ee436ccb7ed14575
9caf5a8a84f6d83ece25ccc6d0ea1191d427dcf8
/libft/ft_strcmp.c
25ce66c8dc8a1b3b6d5c686485fe1649825c47dc
[]
no_license
moerradi/push_swap
0f187ac53af5dd598e70e8091c7cbb23e3b42803
a159ce0047ffe05190abc6d2362075353fbd2095
refs/heads/master
2023-06-02T21:29:27.368006
2021-06-22T06:01:28
2021-06-22T06:01:28
366,763,390
1
0
null
null
null
null
UTF-8
C
false
false
1,110
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strcmp.c :+: :+: :+: ...
[ "moerradi@student.1337.ma" ]
moerradi@student.1337.ma
c5f332fc3e145cab47bc63f96ef2bc9089c9fa22
6e01f59b32b1a89c977a6cc7e06d2efc7cfb6973
/C/week_3/week_3/student_grade.c
bfe473b5c3d5d9c321c52e7528bae10841aa55c6
[]
no_license
codbop/My-Projects
66b4d2f0f5eb44f4789f7c842c26006108bbfac6
c0eae4e8fa3d5aab699933aecca2b3aa0f4cbb15
refs/heads/master
2021-06-05T15:19:06.390889
2021-05-09T11:21:22
2021-05-09T11:21:22
130,230,644
0
0
null
null
null
null
UTF-8
C
false
false
387
c
#include <stdio.h> #include <stdlib.h> int main() { int grade; printf("Enter the grade of the student : "); scanf("%d",&grade); printf("\n"); if(grade >= 90) printf("A"); else if(grade >= 80) printf("B"); else if(grade >= 70) printf("C"); else if(grade >= 60) ...
[ "ismo-1903@hotmail.com" ]
ismo-1903@hotmail.com
0c4e90ffa1702f4c3baf4bf75b7606c7be24eae4
d42dd868b3c2500c5fc9fbe274066a5ee21828fb
/expand.c
a3d51a8fa83a5aa1b18e55d8c44f0de2da884836
[]
no_license
boehmrya/cPrograms
c6e19789d23a164f14cd7b518a9e78f4eacbc502
ad148d71e1c01c8d555d385097817cbf241bf127
refs/heads/master
2021-01-01T20:02:39.693844
2017-12-25T14:38:00
2017-12-25T14:38:00
98,749,309
0
0
null
null
null
null
UTF-8
C
false
false
1,317
c
#include <stdio.h> #include <ctype.h> /* TO COMPILE: clang expand.c -o expand TO RUN: ./expand */ #define MAXLINE 1000 /* length of string */ int lineLength( char s[] ) { int i = 0; while ( s[i] != '\0') { i++; } return i; } /* expand abbreviated strings */ void expand(char s1[], char s2[]) { int i, j, k,...
[ "ryan.w.boehm@gmail.com" ]
ryan.w.boehm@gmail.com
e2047cbcc2dc98d97b283b63a3d36b9a4ff09f35
d82ea9d56791ca5e5d41c3992a174e1f6449bd58
/Untitled2 2jan.c
17a666524d7f546d07f4d726b9ccd7de0bd5ee20
[]
no_license
yeerajan/C-Language
2a157d0ee33acfdec7769f223da80333b08ff047
3d4f58421dfc63644916256f208f139fc7ea58f1
refs/heads/master
2023-03-14T05:15:19.420499
2021-03-03T19:51:55
2021-03-03T19:51:55
344,213,424
0
0
null
null
null
null
UTF-8
C
false
false
265
c
// Recursion in C #include<stdio.h> #include<conio.h> int NatSum(int); int main(){ int x,S; scanf("%d",&x); S=NatSum(x); printf("Sum of first %d Natural no. is %d",x,S); getch(); } int NatSum(int x){ int S; if(x==1) return 1; S=x+NatSum(x-1); return S; }
[ "yeerajan@gmail.com" ]
yeerajan@gmail.com
e5541590362cea4935ddc59c5f0d9ed3fb5092b4
b9de506b5a45cd4b3d329a3b21a5a005ed06e500
/string_verified.c
b5cd1a39b41559751a02c4dc08c22257ffd6ceee
[]
no_license
rcb091/Formal-Verification-of-Xen
0d1e148e3bec981ddb5f9177364d5cb3fb3d38a9
8c8c0914e499f138efe9d16af4374359fcf9a370
refs/heads/master
2021-07-19T15:11:44.101605
2020-08-06T11:40:53
2020-08-06T11:40:53
202,327,089
0
0
null
null
null
null
UTF-8
C
false
false
19,195
c
/* This file contains 19 functions that are defined in string.h file and are mostly related to the operations that can be performed on the strings */ #include <vcc.h> #define LL_MAX 9223372036854775807 /* This function return the number of trailing 0-bits in lli, starting at the least significant bit posit...
[ "noreply@github.com" ]
rcb091.noreply@github.com
55d0e3bf7efbca19790f0ac68860313a306ae31d
e27fbcf2281739068cc350839d68799e466d0ede
/0x14-file_io/3-cp.c
720a88bdc519d4a6e661a2af7fd38e7fff195e69
[]
no_license
Kenneth-ca/holbertonschool-low_level_programming
ff0561a003f1d55af0c9e0a63c1c58092abe01dd
661182862315c7a7a1c8a95fcebf1e02f3710b41
refs/heads/master
2021-06-24T14:44:36.112506
2020-11-04T17:12:34
2020-11-04T17:12:34
169,468,329
0
0
null
null
null
null
UTF-8
C
false
false
1,677
c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <fcntl.h> #include <string.h> #include "holberton.h" /** * cp - copy from a file to another. * @origin: origin filename * @destiny: destiny filename * * Return: Always 0. */ void cp(const char *origin, char *destiny) { int fd_o, fd_d, rd, wr, c...
[ "kenneth.ca95@gmail.com" ]
kenneth.ca95@gmail.com
cede4616525a3b73c1b2513a80f1d1159f8ff323
e890103e373ed7b7f5111c5b70b51290a038a016
/Board/Nucleo_411RE/platform.h
ed264b7ac732aea4d8f57dbdbe80d2da5096ba8d
[]
no_license
HuangTed/mico_v2.2.0
907849ca08db82efa5e364ca402e03e2d8c04fc2
81efd26c12173245127902aeff34001720f89be8
refs/heads/master
2016-09-07T19:07:58.215807
2015-09-17T17:40:22
2015-09-17T17:40:22
42,241,265
1
1
null
null
null
null
UTF-8
C
false
false
15,400
h
/** ****************************************************************************** * @file platform.h * @author William Xu * @version V1.0.0 * @date 05-May-2014 * @brief This file provides all MICO Peripherals defined for current platform. ***********************************************************************...
[ "tednick@163.com" ]
tednick@163.com
350d77ab609fb3334cea9a3df3bab67f9d07301a
febd86e1db92300cbdf21497e727cb9524b769c9
/pj_push_swap/check_args.c
68d98c28ca9ceb8b5c8ff1b1bf0e503e839eea2c
[]
no_license
matascon/push_swap
b9d15fb2f94fb254161dddc4866a68b4c5b799a8
3fc30b43d5b288fa1ae439963775497a5ff2d092
refs/heads/main
2023-03-14T16:36:49.963134
2021-04-01T09:43:37
2021-04-01T09:43:37
347,105,312
1
1
null
null
null
null
UTF-8
C
false
false
289
c
#include "push_swap.h" int check_args(int argc, char **argv) { int i; int j; i = 0; while (++i < argc) { j = 0; while (argv[i][j] != '\0') { if (argv[i][j] == '-' || argv[i][j] == '+') j++; if (!ft_isdigit(argv[i][j])) return (-1); j++; } } return (0); }
[ "tascon1010100@gmail.com" ]
tascon1010100@gmail.com
a541a70b51bfea4689c6ec9d91c0317e40efe438
bce8972ef2044e494089cede7e1c7426d136ca36
/CyberBass_Argon/src/credentials.h
ac5897855ef062d4f780a298b9e07cc8c1a12583
[ "MIT" ]
permissive
jakeatcnm/CyberBass
cdb1d40e05bb9ab26def4a5e3e52b8be480880e5
a8db358c80e30ec8dfdc90a033745158842913d1
refs/heads/main
2023-04-29T10:48:19.196091
2021-05-21T12:02:37
2021-05-21T12:02:37
369,316,548
0
0
null
null
null
null
UTF-8
C
false
false
283
h
/************************* Adafruit.io Setup *********************************/ #define AIO_SERVER "io.adafruit.com" #define AIO_SERVERPORT 1883 // use 8883 for SSL #define AIO_USERNAME "MisterFlex" #define AIO_KEY "aio_eZEL64LrlSCPu3gjgxaKuHrZds4A"
[ "jake.millington@gmail.com" ]
jake.millington@gmail.com
6908ac2f89a80c2da00aa2d9417f4d1da902056b
f614e877d61db5685c222d703bc2c9240294d956
/libft/ft_atoi.c
970bead1c61a0c1cbd80b90fee6d30522a5e1cee
[]
no_license
efremzhenya/corewar
99d69a357e23a9fc6687262eeab758454ee8d14d
908bfd476b37d4c29778a57431638c32f0de332d
refs/heads/master
2023-03-05T04:08:10.464412
2021-02-07T00:46:15
2021-02-07T00:46:15
325,629,790
1
0
null
2021-01-28T21:00:07
2020-12-30T19:17:02
C
UTF-8
C
false
false
1,505
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_atoi.c :+: :+: :+: ...
[ "lseema@student.21-school.ru" ]
lseema@student.21-school.ru
eb93105696fec4708e6bdd5bf0d9a65156d53644
e88d3ef535771fbc3c626556bfd5cb6d237f57ff
/data-structures/srt_list.h
6b8ae7b774dc77ee0762463d6dd2bbbe52ea85bb
[]
no_license
levitomer/IDC-CS
108bc3a789e1adba48a4226e14db785f14863a9a
7404739030ae12b689a6ac9e21dc659e00e7b933
refs/heads/master
2020-04-02T13:55:56.560473
2018-10-30T11:02:19
2018-10-30T11:02:19
154,499,299
0
0
null
null
null
null
UTF-8
C
false
false
2,157
h
#ifndef SRT_LIST_H_ #define SRT_LIST_H_ #include <stddef.h> /*size_t*/ typedef struct srt_list_st srt_list_t; typedef struct { struct srt_list_info *info; } srt_list_iter_t; srt_list_t *SrtListCreate(int (*is_before)(const void *node_data, const void *data, void *param), void *param); v...
[ "levi.tomer2@gmail.com" ]
levi.tomer2@gmail.com
2402893e2bb5c6565a40113fc5c9902c6b892260
ec7a95952256233651f89e0f3ba90f7d640fa9df
/TIMER A Blink/G2553/convertHz.c
43f3cee59a48c762ddd15f42508e22b36d827ea4
[]
no_license
RU09342/lab-3-interrupts-and-timers-boorsteid4
fad6e108257117b12dcbb309433a62807477d3b9
8a2f50743de3260db9776f07f4f1e4639613ade7
refs/heads/master
2021-07-15T01:53:12.237088
2017-10-18T04:56:16
2017-10-18T04:56:16
104,612,214
0
0
null
null
null
null
UTF-8
C
false
false
486
c
/* * convertHz.c: Convert Hz to proper values for TIMER module operation * * Created on: Oct 10, 2017 * Updated on: Oct 10, 2017 * Author: Damon Boorstein * Rowan University * */ #include <msp430.h> void convertHz(int f){ // Example: f = 10 TA0CCTL0 = CCIE; // Enable inter...
[ "boorsteid4@students.rowan.edu" ]
boorsteid4@students.rowan.edu
fbf1795091d7865135bb7bf378378417cca0716c
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/c4df2531-12eb-4a07-9544-de59d175b75a.c
b4a77a7f87bd98a2178edf69e76c9447135619fe
[]
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
607
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=11; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = i/j; l = i%j; l = l+j; j = k-k*i; //variables //random /* START VULNERABILITY */ int a; char b[55]; char c[69]; a = 0; whil...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
eee33b35741c23bcd43726bf19ed1c84177349b0
c8a9656e1b37a676bba0c823c08ece470559422c
/srcs/asm/asm.h
5a39c9415ceae83433cff3c1d86a7a1f94e1d8fb
[]
no_license
evsyukov/buildCoreWar
987de7b7a8f8ba02ab4ba3691d9d25b9e8a0c088
627d36cbf95580008d5eccfbd88d67f7d1e5c130
refs/heads/master
2023-08-01T03:55:18.507078
2021-09-08T18:43:34
2021-09-08T21:14:33
404,455,821
0
0
null
null
null
null
UTF-8
C
false
false
7,128
h
#ifndef ASM_H # define ASM_H # include <stdint.h> # include "libft.h" # include "get_next_line.h" # include "op.h" # define TABLE_SIZE 10000 # define HASH_MULT 37 extern unsigned long g_ml; extern unsigned long g_fr; # define FCNT(x) x; g_fr++ # define MFAIL(x) if (!x) err_exit(); else g_ml++ # define NUM_OF_INSTR...
[ "evsukov@list.ru" ]
evsukov@list.ru
2b9be63e2c434523529a79e4720f9f9d5065243f
a4f995f33d9f2b12ce80f7906ad664b740a15090
/capstone/arch/SystemZ/SystemZMCTargetDesc.c
4cf6f186322b42655d0a808db441b76103922f83
[ "BSD-3-Clause", "NCSA" ]
permissive
acidanthera/Lilu
351be22cc9cbee201601a70e5dd4edb7dd131f7d
472442f344531f88d31628da44f0778655a8e532
refs/heads/master
2023-08-27T23:55:36.523357
2023-08-13T09:58:29
2023-08-13T09:58:29
82,815,770
3,068
506
BSD-3-Clause
2023-06-25T23:57:54
2017-02-22T14:47:14
C
UTF-8
C
false
false
2,767
c
//===-- SystemZMCTargetDesc.cpp - SystemZ target descriptions -------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "vit9696@users.noreply.github.com" ]
vit9696@users.noreply.github.com
495d0452dc8a5a51ab209cae98e9610e220a41c6
34d9c9a3d3dd1282c0dd418a0fac287aef7789e3
/src/listpriv.h
958c5c480684b92e0eba461d33f6d821195f4caf
[ "MIT" ]
permissive
chrisrink10/libds
b61decde52e76fab53d43389853b3c43d1d05995
7ff002c4f280217be19b79484d23dca58fdaf2ab
refs/heads/master
2021-01-10T13:43:38.255928
2016-04-06T01:31:35
2016-04-06T01:31:35
44,932,367
0
1
null
null
null
null
UTF-8
C
false
false
572
h
/***************************************************************************** * libds :: listpriv.c * * Private header for list data type. * * Author: Chris Rink <chrisrink10@gmail.com> * * License: MIT (see LICENSE document at source tree root) ****************************************************************...
[ "chrisrink10@gmail.com" ]
chrisrink10@gmail.com
3b134019cf17075a9dfc326337dcfe1a4dcc74f0
71e5f96a29f5d643ab888b37677d38c33f8d765d
/d/deku/sanctuary/obj/mithrilskullcap.c
3af33351e0bd715ac949e6fc4c866b0d714841cb
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Cherno-SuS/SunderingShadows
5f755fbebb79dc0b9d1c2a0541408be4afeb8b67
c3b4370beb2c4351ecc60826850c94892a42b685
refs/heads/main
2023-04-21T09:52:14.580024
2021-03-23T12:09:55
2021-03-23T12:09:55
349,490,686
0
0
NOASSERTION
2021-03-23T12:09:56
2021-03-19T16:40:12
null
UTF-8
C
false
false
1,866
c
//Updated to bring in line with area difficulty - Octothorpe 4/15/10 #include <std.h> inherit "/d/common/obj/armour/coif_leather.c"; void create(){ ::create(); set_name("skullcap"); set_id(({ "skullcap", "mithril skullcap", "cap", "mithril studded skullcap" })); set_short("%^BOLD%^%^WHITE%^Mithril %^RED%^Studded ...
[ "law@shadowgate.org" ]
law@shadowgate.org
29418fee3b5a7b34c36c11148e4855126315f9e8
deaff53a3cce48ac1a6b597b0badfe47f426ba2f
/C/UdemyC/soluciones camilo/.history/signo_20190817021912.c
ad5b220a7b212b29ee4a784525f7d58a20305527
[]
no_license
camilooob/mycode
c7adc7ffd5d9fe97dab883806b922307324ee133
755c2fc86a59764d2cf935a9b440e9bf8f5769b6
refs/heads/master
2023-01-12T00:31:27.326615
2020-07-02T23:01:04
2020-07-02T23:01:04
175,853,004
0
0
null
2023-01-07T05:00:00
2019-03-15T16:12:28
Jupyter Notebook
UTF-8
C
false
false
162
c
#include <stdio.h> #include<math.h> #include <string.h> /* Funcion main inicia programa C*/ int main() { return 0; } /*Fin de la funciòn C */
[ "camilobaq@hotmail.com" ]
camilobaq@hotmail.com
c62b843f7c513031bb934e3d7c46cd7f8e2c5228
e5d8ed44392180caabb8322ccb73dcbed7f23f7a
/GPIO.X/errors.h
411c7d3da765a144841ce3b1e7fead1c3db60e4c
[ "MIT" ]
permissive
AhmadAbdUl-Mageed/PIC_LIBs
068bbf835e97ad1884fb93bcd2702dfdbe666f98
93c607f5986410e7e5eb4f822fde64d1835aa7f9
refs/heads/master
2020-08-14T03:26:51.291496
2019-10-14T16:13:38
2019-10-14T16:13:38
215,088,959
0
0
null
null
null
null
UTF-8
C
false
false
953
h
/* * File: errors.h * Company: Impulses-I * Section: Embedded systems section. * Author: Ahmad AbdUl-Mageed * * Created on September 17, 2019, 2:29 AM * Version: 1 * * For more info: * Web site: https://impulses-i.com * Mail: info@impulses-i.com * Phone: 01030303155 * Facebook page: www.facebook.com/...
[ "noreply@github.com" ]
AhmadAbdUl-Mageed.noreply@github.com
421c702fdd148f0dd6ac7f395b2d67d307773144
9cdf1ba0c98fa39412b18bfc6483d8898e307500
/LearnDay/strtok的使用/Test.c
89fba957877653c996b3bb60f027b3e0b3505aff
[]
no_license
achen228/C
4293cf4ad83e35e8e562c68934c5ecd9dba701cd
d901c64659714c77ca9f05c30b0f13ea6bfde0b3
refs/heads/master
2020-09-24T02:32:33.804819
2020-05-29T15:22:54
2020-05-29T15:22:54
225,640,312
0
0
null
null
null
null
UTF-8
C
false
false
373
c
// strtok的使用 #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> #include <string.h> int main() { char str[] = "- This, a sample string."; char* pch; printf("Splitting string \"%s\" into tokens:\n", str); pch = strtok(str, " ,.-"); while (pch != NULL) { printf("%s\n", pch); pch = strtok(NU...
[ "noreply@github.com" ]
achen228.noreply@github.com
d73b3d05fb789d7b908c4e934c57ae54c0ff048f
8bbb6a900c327ef4da9bd360d8b5137d07884bcb
/Exe_1063.c
fbc7dfa5f30d91c4dab973f5aa2ae780a86c06fb
[]
no_license
Carlos96henrique/Uri
a5a85570844be82060378ca5bc590a268712c8d4
a64cefefd10b7129f1e5ebe57319034fa5dd204a
refs/heads/master
2020-05-18T14:33:35.289823
2020-04-12T17:19:49
2020-04-12T17:19:49
132,943,971
0
0
null
null
null
null
UTF-8
C
false
false
2,414
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> struct pilha { char* dados; //vetor de dados int topo; //idicador de topo (1ª posição disponivel) int capacidade; //tamanho do vetor escolhido pelo usuário }; struct pilha* inicia_pilha (int capacidade){ struct pilha* p; ...
[ "carlos.henrique.alves6@gmail.com" ]
carlos.henrique.alves6@gmail.com
4465db3ec751aa21ddf6706f64723a2364d54d43
ae291585956dc476941b41595578e9ba25915b86
/client/src/j25/core/container.c
62d75c77d59376d44622fe1466469ef41c71054b
[]
no_license
RoryHiggins/JE
30cdbb691490694e03787b4f7391fc487fc56a4e
634602f59fa20b039a94e9a9ae0a154c22ec05b2
refs/heads/master
2023-05-06T13:52:42.706567
2021-05-01T12:56:02
2021-05-01T12:56:02
285,281,607
0
0
null
null
null
null
UTF-8
C
false
false
12,161
c
#include <j25/core/container.h> #include <j25/core/common.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #if !defined(JE_CONTAINER_BOUNDS_CHECKING) #define JE_CONTAINER_BOUNDS_CHECKING 1 #endif #if !defined(JE_CONTAINER_BOUNDS_FAULT_TOLERANCE) #define JE_CONTAINER_BOUNDS_FAULT_TOLERANCE 1 #endif #de...
[ "roryhiggins2@gmail.com" ]
roryhiggins2@gmail.com
e29fe87ecd3fb5897768af30c636ba034baae519
746ce13305c233ff604f3530815e29c8f6f515a3
/0.0.3/KERNEL/SRC/api/elf.c
e0ed9c8b3f71219857205cb92f0f351dfdfbdb76
[ "Unlicense" ]
permissive
basicfreak/BOS
73097a13c0786c1eca3bca539e23d6e8d4214a9f
6587ed9c12e7f5a62d25be13109f80a011e5b90a
refs/heads/master
2021-01-17T08:12:20.621305
2016-04-19T03:31:47
2016-04-19T03:31:47
40,918,074
6
3
null
null
null
null
UTF-8
C
false
false
12,508
c
/* ./SRC/ELF/ELF.C */ #include <api/elf.h> #include "ELF_DATA.H" #include <i386/memory/heapman.h> #include <api/api.h> void (*_INIT_)(uint32_t) = 0; // Declare Local Functions: uint32_t ELF_Hash(const unsigned char *name); void _ELF_PREPARE_SECTIONS(void *File); bool elf_do_reloc(void *File, uint16_t relocSection); ...
[ "basic.freak@gmail.com" ]
basic.freak@gmail.com
2ec39d0a410f20a0ea75c2661df9d8577794254f
e25c8b65c0115053b14f8ecffaea94a964eefa1f
/ds/u/d/donhow/area/a3.c
91ebf546370828700e9bb78af94a077f7e6ed751
[]
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
376
c
// Room: /u/d/donhow/area/a3.c inherit ROOM; void create() { set("short", "空房間"); set("long", @LONG 這是一間什麼也沒有的空房間。 LONG ); set("exits", ([ /* sizeof() == 4 */ "north" : __DIR__"a8", "south" : "/u/d/donhow/workroom.c", "west" : __DIR__"a2", "east" : __DIR__"a4", ])); set("no_clean_up", 0); setup(); rep...
[ "zwshen0603@gmail.com" ]
zwshen0603@gmail.com
f117ab668f721a8de1aca317cee844e50b6b13b9
1359945447f24b039673b04f74e6467243252b46
/networking/netlinkclients/routemonitor.c
8fd3c3cc6ded17fed7b6ec1f472c8f606926d3fb
[]
no_license
bhanu10nov/c-coding
0adb23d5cdf1201cf0cc63a1bb0c1b2aca15d7c8
f4eb524dd3f74fcfa7d71a7025adffbfe6521d4c
refs/heads/master
2020-06-19T17:16:18.173630
2018-01-06T16:25:54
2018-01-06T16:25:54
74,845,954
0
0
null
null
null
null
UTF-8
C
false
false
4,334
c
/* The purpose of this program is to monitor routing * table changes */ #include <sys/socket.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <linux/netlink.h> #include <linux/rtnetlink.h> #include <arpa/inet.h> #include <unistd.h> #define ERR_RET(x) do { perror(x); return EXIT_FAILURE; } whil...
[ "bhanujha@gmail.com" ]
bhanujha@gmail.com
6bc4b2d77d77a8989066a9be1c92c79920bbcd1c
84eda1d931e3a6d8d7bc8d33e72ac44794559b43
/firehose.c
dd6673b43797a16977e0a36b8260e9b3e67e0cd9
[ "BSD-3-Clause" ]
permissive
TreeBon/BonQDLoader
1284ffc503567afc1ab55bd1ca191008a0f68fc4
7f73c144172b8f228e160c35b428b4ff7f2595b6
refs/heads/master
2020-09-20T10:54:31.578612
2019-11-27T15:45:56
2019-11-27T15:45:56
224,456,019
0
0
null
null
null
null
UTF-8
C
false
false
16,198
c
/* * Copyright (c) 2016-2017, Linaro Ltd. * Copyright (c) 2018, The Linux Foundation. All rights reserved. * 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 ...
[ "peter.mueller@fhr.fraunhofer.de" ]
peter.mueller@fhr.fraunhofer.de
7ad9e1f2b3fb8a6324cd8937a70e946da43e925f
286532f825019d7f34fc57cba70f661a3e0ab395
/TI_DM355/IPNC_2.5.0_UBL_nandprogramer_org/IPNC_UBL_nandprogramer/nand_programmer/csl/include/cslr_intc0_001.h
01b6a54027591e16aaf6e40f036c231fb89f5857
[]
no_license
prime5711/blackbox
e074a8fb2895909d2ff92800ac07f031dbaadc85
99a055869354d8fd573556c9caddeb97a1044115
refs/heads/master
2016-09-06T07:56:38.746927
2014-03-11T18:28:42
2014-03-11T18:28:42
17,400,158
1
0
null
null
null
null
UTF-8
C
false
false
6,111
h
/*****************************************************\ * Copyright 2003, Texas Instruments Incorporated. * * All rights reserved. * * Restricted rights to use, duplicate or disclose * * this code are granted through contract. * * ...
[ "prime5711@daum.net" ]
prime5711@daum.net
93b4230036b498c03fd06442a0fc5f359dfdb29d
ed69832fb338e34f343abbf188b4503d7be2e824
/libftprintf/libft/ft_strcpy.c
90f11317f1cfa4b4d7bee9250653682a620542f1
[]
no_license
oozkaya/42_corewar
6561ba6c8a33759ea57a13cf9bcf05c087d5d904
b6c7bbf4b2774cf75b5001b47e6603cd1facdad3
refs/heads/master
2023-02-02T19:41:35.926299
2019-05-03T11:50:28
2019-05-03T11:50:28
322,843,917
0
0
null
null
null
null
UTF-8
C
false
false
1,049
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strcpy.c :+: :+: :+: ...
[ "oozkaya@e1r12p8.42.fr" ]
oozkaya@e1r12p8.42.fr
0a5c500263c73aacacd20175a476c0ad279bf20d
f07f5205b08b6f1773393085ae8f5acc5ffbd6d4
/include/sbi/sbi_scratch.h
e35122bed156fe2e3900b81a2f364621e4f80771
[ "BSD-2-Clause" ]
permissive
starfive-tech/sft-riscv-opensbi
e37e6d1f83deff14bbaf38850c33fa5722410537
9bbe683fa60bdd560ded480fcec30c9e591fcb70
refs/heads/starfive
2023-05-07T19:40:13.236044
2021-05-23T20:04:29
2021-05-23T20:04:29
353,599,011
1
1
NOASSERTION
2021-05-23T20:05:23
2021-04-01T06:32:35
C
UTF-8
C
false
false
4,340
h
/* * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2019 Western Digital Corporation or its affiliates. * * Authors: * Anup Patel <anup.patel@wdc.com> */ #ifndef __SBI_SCRATCH_H__ #define __SBI_SCRATCH_H__ #include <sbi/riscv_asm.h> /* clang-format off */ /** Offset of fw_start member in sbi_scrat...
[ "huan.feng@starfivetech.com" ]
huan.feng@starfivetech.com
140923e71dbb2bfbf2cfb1e8ad00d3b267e1b9dd
ece46d54db148fcd1717ae33e9c277e156067155
/SDK/zrxsdk2021/inc/zdbintar.h
4456492dfdc5e46dc38c2f80ca332d0bb80ab361
[]
no_license
15831944/ObjectArx
ffb3675875681b1478930aeac596cff6f4187ffd
8c15611148264593730ff5b6213214cebd647d23
refs/heads/main
2023-06-16T07:36:01.588122
2021-07-09T10:17:27
2021-07-09T10:17:27
384,473,453
0
1
null
2021-07-09T15:08:56
2021-07-09T15:08:56
null
UTF-8
C
false
false
198
h
#ifndef ZC_DBINTAR_H #define ZC_DBINTAR_H #include "zadesk.h" #include "assert.h" #include "zacarray.h" typedef ZcArray<int> ZcDbIntArray; typedef ZcArray<ZSoft::IntPtr> ZcDbIntPtrArray; #endif
[ "3494543191@qq.com" ]
3494543191@qq.com
8dce9577b1ab232943478daf7019d79469449e76
7ac4d14e60cfa9b3c214da2f8fde7a0c120098f7
/BMS/WARMING_HANDLE.c
15d8eec4911420b85513f31652e40eb374f47d7d
[]
no_license
INNOENERGY-Preresearch4/Pulse_Charge_BMS
062309e281a5595469d4b208857c4cb679bc26da
5dfea360acd12dca72114d9730bd6e0d9366416d
refs/heads/master
2023-01-28T11:59:41.342622
2020-12-04T05:10:44
2020-12-04T05:10:44
318,037,834
0
0
null
null
null
null
GB18030
C
false
false
3,031
c
#define WARMING_VARIABLE //故障检测用局部变量 #include "includes.h" //故障诊断用计数及变量 uint8_t vol_read_count=0; uint8_t temp_false_num=0; //故障温传数量 uint8_t temp_read_count=0; uint8_t master_com_count=0; /*****************************************************/ // Warming_Handle // 从板采集故障诊断函数 // rsp_data结构体 /***********************...
[ "catcherfeng900808@gmail.com" ]
catcherfeng900808@gmail.com
f8decb7190bbe5150e303bdebecf254b46762ac4
f2ecb72a28fda51ef40c2caac4c48f29bab802e0
/scripts/MACROS/DstPi_DPi_SimultaneousFit.C
26559092adf9677f67f2963587d1a1cf8b5f54fd
[]
no_license
benitezj/PhDAnalysisSoftware
e5536705269c24e80c0efbc0f73618e898f0d80a
bb7af4eef48ca9c31360e150687330992c9b7312
refs/heads/master
2016-09-02T00:28:06.829752
2014-08-14T16:09:53
2014-08-14T16:09:53
null
0
0
null
null
null
null
UTF-8
C
false
false
16,494
c
#include "../Globals.h" #include "../AnalysisGlobals.h" #include "../CLASSES/RooPolynomialFixEdgeNew.h" #include "../CLASSES/Roo2BodyMassPhaseSpace.h" #include "../CLASSES/RooExpPiecePolyPdf.h" #include "../CLASSES/RooAddPdfN.h" #include "../CLASSES/RooChi2VarIntegral.h" #include "../CLASSES/RooChi2VarSimultaneous.h" #...
[ "josebenitez1982@gmail.com" ]
josebenitez1982@gmail.com
a1851238f0fe93c6b239bca5035cea84fdf3f327
2625ccd46d22cefa783442bc2710097f2a9d509a
/generic/tclgdio.c
9ea267ae983ef46fc91884f772720ee127af35b0
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
amatus-/tcl.gd
aca10140ea89dee3a68d1d6181da50159c91def0
b969542874ecf953db50c49f7f94bf696fa1c596
refs/heads/master
2020-12-25T16:14:12.362661
2012-06-16T13:57:26
2012-06-16T13:57:26
null
0
0
null
null
null
null
UTF-8
C
false
false
4,152
c
/* * tclgdio.c * * Implements the tcl.gd I/O interface to Tcl channels. * * Tcl channel interface written by Karl Lehenbauer, * modeled after the gd_io_file.c file in the gd package, which is documented * as having been written/modified 1999, Philip Warner. * * $Id: tclgdio.c,v 1.7 2005-12-18 23:49:37 karl Exp...
[ "karl@df406022-fe11-11dd-a3ef-1f8437fb274a" ]
karl@df406022-fe11-11dd-a3ef-1f8437fb274a
6882c64566ae08fef258e24224895faec05395bd
237257698bf781ffb2f8d6ca1b06d3fab0c86ac4
/mame-mame0129/src/emu/sound/segapcm.h
5a8e7eb53f7337686ff8963c65f3e21861d26116
[]
no_license
ArcadeHustle/MAME_Tile_and_Palate_Saver
cf5b6a86c8cafc65b7250374a7dd947261544534
56871ce2b19534f87fd666964cc01adcf73a47e4
refs/heads/master
2023-03-27T23:12:17.284453
2021-04-07T02:57:14
2021-04-07T02:57:14
355,387,775
0
0
null
null
null
null
UTF-8
C
false
false
640
h
/*********************************************************/ /* SEGA 8bit PCM */ /*********************************************************/ #pragma once #ifndef __SEGAPCM_H__ #define __SEGAPCM_H__ #define BANK_256 (11) #define BANK_512 (12) #define BANK_12M (13)...
[ "hostile@me.com" ]
hostile@me.com