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
cb95fc02e1544d0e8e7d9c401bbcfd50d3a68ec9
95aeaa82f7598bc342e71467a34b76f378aea7c2
/php/build_php/libevent/evthread_win32.c
bd72be15e5ac9877988a16bbbf3c744b935d38b9
[ "ISC", "BSD-3-Clause" ]
permissive
Gerst20051/Languages
b705a8723a5077da2edd87ff6adf28faa7ab4559
4aae8a8a3ab13c9703f808f4f47a15966a0ab39e
refs/heads/master
2021-06-04T17:22:33.027701
2019-01-09T06:13:38
2019-01-09T06:13:38
4,525,416
9
4
null
null
null
null
UTF-8
C
false
false
8,413
c
/* * Copyright 2009-2010 Niels Provos and Nick Mathewson * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions ...
[ "gerst20051@gmail.com" ]
gerst20051@gmail.com
751952b7d0802d4d2b1e31b90b1b99dbc6ec3515
f198589f0ec556b2503b2916fc132b43ea92bbe0
/src/ECadd.c
ead4838b92c8407d10412a87f0f2e3d96924d63a
[]
no_license
LouisHatte/Maths-EcdsaSecp256k1
456030851df842f030fc740394bb281d83529159
42d86d8c05b60695ee1051bced96dc1253e14188
refs/heads/master
2022-01-02T09:20:28.751249
2021-12-15T02:26:15
2021-12-15T02:26:15
242,080,504
1
0
null
null
null
null
UTF-8
C
false
false
977
c
#include "ECadd.h" #include "modinv.h" point_s elliptic_curve_point_add(point_s p, point_s q, secp256k1_s secp256k1) { mpz_t zTmp1; mpz_t zTmp2; mpz_t zTmp3; mpz_init_set_si(zTmp1, 0); mpz_init_set_si(zTmp2, 0); mpz_init_set_si(zTmp3, 0); mpz_t s; mpz_init_set_si(s, 0); point_s ...
[ "louishatte@gmail.com" ]
louishatte@gmail.com
094b36f76baff6f1d9bf1863cbc0533bd14bb555
dcf26a6bcf853a3f8f6f50f9379998ef4d8aad40
/third_party/mbedtls/library/ctr_drbg.c
23b630f68b4604628edbee48e1db44eb5b9d8721
[]
no_license
small-seven/testmem
c5f3202dce1c369e9d84cdaaccc2008b827c16d8
2771460c617439bd1be562ffdc94543ea170a736
refs/heads/main
2023-03-12T22:16:28.824577
2021-03-03T04:24:59
2021-03-03T04:24:59
343,847,762
1
0
null
null
null
null
UTF-8
C
false
false
1,190
c
#if !defined(MBEDTLS_CONFIG_FILE) #include "mbedtls/config.h" #else #include MBEDTLS_CONFIG_FILE #endif #if defined(MBEDTLS_CTR_DRBG_C) #include "mbedtls/ctr_drbg.h" #include "mbedtls/platform_util.h" #include <string.h> #if defined(MBEDTLS_FS_IO) #include <stdio.h> #endif #if defined(MBEDTLS_SELF_TEST) #if defined(MBE...
[ "huihuigong@users.noreply.github.com" ]
huihuigong@users.noreply.github.com
689458a4c8d8a8ae3a2418b6767af08df4172eb0
30899be62576102f21d5e419e5377183a952787c
/quad_formation/testsuite.h
8d2781fe06a5c2205829cd297188956d38f5c9a4
[]
no_license
AalborgUniversity-QSL/c_library
54a7ab0094219500787705a62d1821c166ee33da
4f91be84078a4823fd4c55ec9d18042966914080
refs/heads/master
2021-01-17T06:47:55.133472
2014-12-04T16:15:05
2014-12-04T16:15:05
null
0
0
null
null
null
null
UTF-8
C
false
false
5,146
h
/** @file * @brief MAVLink comm protocol testsuite generated from quad_formation.xml * @see http://qgroundcontrol.org/mavlink/ */ #ifndef QUAD_FORMATION_TESTSUITE_H #define QUAD_FORMATION_TESTSUITE_H #ifdef __cplusplus extern "C" { #endif #ifndef MAVLINK_TEST_ALL #define MAVLINK_TEST_ALL static void mavlink_test_c...
[ "nens90@gmail.com" ]
nens90@gmail.com
5139ef3691e4c72cfd06742297f89f9ef7d56214
4d2533a08b77e23e902a615b5ce60ce297507f24
/ft_printf_last_version/ft_print_proc.c
aeb0ff04b76dda59aa7aab53b28afc45866ef11c
[]
no_license
Aggrsheepy/printf
c6cffed4d505a3f73d46129f4c78fa56f93a3623
78cdcbae4c405484274c7e41c5eaa1e3eaa17772
refs/heads/main
2023-07-01T23:09:08.784197
2021-08-02T17:59:11
2021-08-02T17:59:11
377,540,593
0
0
null
null
null
null
UTF-8
C
false
false
1,458
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_print_proc.c :+: :+: :+: ...
[ "noreply@github.com" ]
Aggrsheepy.noreply@github.com
987cbc509b3aee88f7a18fb76fd34a7a1c1c9a46
134290dd242e2180d2f7ee3b5082d60e69cffc25
/Pods/Pods-environment.h
84e72ad92141746aaafc4d2e3e0bc457bb28ccca
[]
no_license
alardizabal/Jmespace
639cc24b7cb97f6ef20f3616e475373292abae1d
3c8e25cdbf2a8cb1fab8b9b5a330bd57d295768d
refs/heads/master
2021-01-19T09:02:16.167739
2014-08-27T18:59:46
2014-08-27T18:59:46
22,746,814
1
0
null
null
null
null
UTF-8
C
false
false
2,211
h
// To check if a library is compiled with CocoaPods you // can use the `COCOAPODS` macro definition which is // defined in the xcconfigs so it is available in // headers also when they are imported in the client // project. // AFNetworking #define COCOAPODS_POD_AVAILABLE_AFNetworking #define COCOAPODS_VERSION_MAJOR_...
[ "albie06@gmail.com" ]
albie06@gmail.com
8779f257761bd7cf0612e04cdbea19f970c2d057
1237ae382bf6d28c5e49d1f70fbb9eb72bb7bb05
/libraries/OLED_I2C/src/hardware/arm/HW_STM32HAL_defines.h
b569052b4ba983fb1a1d67df47c9b7cde742c3a1
[]
no_license
tony-cloud/STM32_duino
9bc74eef003f4114028679fa1882609dddabcad2
3874f3bcb0029a7385ebb6ce9bed755f1adfb31d
refs/heads/master
2021-08-27T16:51:43.452669
2021-08-07T08:01:52
2021-08-07T08:01:52
131,560,550
7
2
null
null
null
null
UTF-8
C
false
false
677
h
// *** Hardwarespecific defines *** #define cbi(reg, bitmask) *reg &= ~bitmask #define sbi(reg, bitmask) *reg |= bitmask #define pulseClock cbi(P_SCK, B_SCK); asm ("nop"); sbi(P_SCK, B_SCK) #define fontbyte(x) cfont.font[x] #define bitmapbyte(x) bitmap[x] #define bitmapdatatype unsigned char* #if 0 //defined (__ST...
[ "huaweiwx@sina.com" ]
huaweiwx@sina.com
eb60a5c52f0af65d8e87401ee2b24ec1dbcec659
35781014d319199323ab9a11da4880bf4b9be279
/Src/spiffs-master/src/spiffs_nucleus.c
db2a5e8bcf9ce4fe3614e97846e103eb276e6f44
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Mapleroid/HoitOS
d6541c6b5ae017e96c98d5c5008706f88294d500
0131bcc5e0277c31ca25d764c55d1cd24a0cc12a
refs/heads/main
2023-07-27T22:55:58.456087
2021-09-06T11:44:20
2021-09-06T11:44:20
null
0
0
null
null
null
null
UTF-8
C
false
false
89,176
c
#include "spiffs.h" #include "spiffs_nucleus.h" static s32_t spiffs_page_data_check(spiffs *fs, spiffs_fd *fd, spiffs_page_ix pix, spiffs_span_ix spix) { s32_t res = SPIFFS_OK; if (pix == (spiffs_page_ix)-1) { // referring to page 0xffff...., bad object index return SPIFFS_ERR_INDEX_REF_FREE; } if (pix...
[ "48178553+Deadpoolmine@users.noreply.github.com" ]
48178553+Deadpoolmine@users.noreply.github.com
52f2b0a893f22cb1492e8e0ca867df63fb6bb3ac
a48dacc4175a90877cd21f40e214f4bf3759e832
/get_next_line_bonus.h
042856e0fb400146419b9dafadfed0125c3b50ee
[]
no_license
mbarylak/42GNL
7d02153416f2cfe73ba84ecbf9007645637d58df
f7f46f07d5c12c135ed00d74925a22884b44799b
refs/heads/master
2023-08-23T11:31:26.859927
2021-11-03T11:33:12
2021-11-03T11:33:12
416,012,929
0
0
null
null
null
null
UTF-8
C
false
false
1,264
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* get_next_line.h :+: :+: :+: ...
[ "mbarylak@c2r6s4.42madrid.com" ]
mbarylak@c2r6s4.42madrid.com
bc04e2e9331b967a25e97f3d89d424e169c93665
58f46a28fc1b58f9cd4904c591b415c29ab2842f
/chromium-courgette-redacted-29.0.1547.57/native_client_sdk/src/examples/getting_started/simple_hello_world/hello_world.c
30c1a953abd5e96899f16629caa83f5213767113
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
bbmjja8123/chromium-1
e739ef69d176c636d461e44d54ec66d11ed48f96
2a46d8855c48acd51dafc475be7a56420a716477
refs/heads/master
2021-01-16T17:50:45.184775
2015-03-20T18:38:11
2015-03-20T18:42:06
null
0
0
null
null
null
null
UTF-8
C
false
false
673
c
/* Copyright (c) 2013 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include <stdio.h> #include <string.h> #include "ppapi_simple/ps_main.h" int example_main(int argc, char* argv[]) { /* Use ppb_messaging to se...
[ "Khilan.Gudka@cl.cam.ac.uk" ]
Khilan.Gudka@cl.cam.ac.uk
ee509346c53351746415135dbff6eb8057a4433a
90082e862ae2e902c708e0aaf301299fb6af5fad
/libft/ft_printf/ft_dprintf.c
29a39561ec4f339b4b12282c6da776c03bee8b06
[]
no_license
mnidokin/minishell
e17bece447ebd89597c13cd10fdc2cb3b224b201
3853bba4f92a325938d9da34b50998207c38ab74
refs/heads/main
2023-03-04T22:18:28.898288
2020-12-21T17:26:38
2020-12-21T17:26:38
301,722,229
0
0
null
null
null
null
UTF-8
C
false
false
1,208
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_dprintf.c :+: :+: :+: ...
[ "forspamorelse@gmail.com" ]
forspamorelse@gmail.com
26b84fd0e9805a076445327fbfa12ae81bf2c3df
1525934b2188fff2bb08df99680baa9f10caa920
/問題15/main.c
2b1657812d8760ec4e23da3b0644d348710d18a7
[ "MIT" ]
permissive
jmmedel/C_kadai
1f985585a1bc131ac82d319ccdeae3c550a2972c
9c306c2857c5aa379a0f8098852b74bf3072ee24
refs/heads/master
2020-04-17T22:53:03.458690
2019-01-26T23:36:05
2019-01-26T23:36:05
167,012,516
0
0
null
null
null
null
SHIFT_JIS
C
false
false
423
c
#include <stdio.h> #include <stdlib.h> /* C言語認定試験向け課題 問15 1.int型変数aに’A’を代入する 2.aを文字出力する 3.aに1を足し込む 4.aが’Z’以下であれば2.へ戻る https://github.com/jmmedel/C_kadai */ int main() { int a,b; a='A'; while(a<='Z') { printf("%c",a); a++; } return 0; }
[ "jm.kagaya@gmail.com" ]
jm.kagaya@gmail.com
87563333d00db730ed8a4d2c9af8f5891a12227e
a5818625bd62c689fdc38973dad5a622069de239
/task3/Q3_B.c
c12bed8b79e2672ffc84d2ba9ef95b49b1341f57
[ "Apache-2.0" ]
permissive
yuri1992/AdvanceProgrammingC
248e04ada9e4568c96fa26bdad31b8bef3612d35
7f5c56e9f29c827386eb495bcb1b03db410d1ca6
refs/heads/master
2021-01-21T12:58:16.566256
2016-05-28T13:21:56
2016-05-28T13:21:56
53,770,724
1
0
null
null
null
null
UTF-8
C
false
false
6,137
c
/* * Q3_B.c * by Yuri Ritvin 316961101 * Task 3 - Linked List * MTA */ #include <stdio.h> #include <stdlib.h> typedef int BOOL; #define FALSE 0 #define TRUE 1 typedef struct XlistNode { int *dataPtr; struct Ylist *yCordList; struct XlistNode *next; } XListNode; typedef struct YlistNode { int *da...
[ "yuri.ritvin@pipl.com" ]
yuri.ritvin@pipl.com
a672f50d81c7a0801fe663daef539db892117474
3ead9ae1276f44ebb162b3946e1d896168e00c91
/filler/libft/ft_strjoin.c
ed7743e1b512deef1175d6694bbed5c7222b1c53
[]
no_license
LoooMeN/unit-to-home
3ca62dfdcebbe7673cdea118094e062f4b75e590
6f3b4f1aa89a74668e8d222d3dda87e8c26a97f5
refs/heads/master
2020-04-14T23:45:43.069423
2019-02-18T16:31:05
2019-02-18T16:31:05
164,214,892
0
0
null
null
null
null
UTF-8
C
false
false
1,339
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strjoin.c :+: :+: :+: ...
[ "kbakhari@e1r4p10.unit.ua" ]
kbakhari@e1r4p10.unit.ua
fed57c00c3975dac2edeb6ee3cbd0b1b4465839a
366f2fc7d958d07c6b8d15dea64feda27d7b8a47
/1ere année/C/tableau.c
1486795888e4b063125d1f149fb426d67908b0d8
[]
no_license
RIIDLEY/DUT-INFO
7912a37f6545d9d324f5bbdedfeb6c52c26b2315
9068ed8038e3bf92944f588f89c33e4c542c7346
refs/heads/master
2021-12-14T09:25:13.284573
2021-12-13T09:52:47
2021-12-13T09:52:47
249,690,315
0
0
null
null
null
null
UTF-8
C
false
false
631
c
#include <stdio.h> #define N 5 //variable N=5 int main(){ int tab[N]; int i=0; int somme=0; int p; int min; int max; while(i<N){ scanf("%d",&p); //rentre valeur dans le tableau tab[i]= p; somme = somme + tab[i]; //somme du tableau i++; } max=tab[0]; min=tab[0]; i=0; while(i<N){ //ca...
[ "hamsek.lahoucine@gmail.com" ]
hamsek.lahoucine@gmail.com
e86fb047ffc86910db9c2b6a38c30214284ae031
282f567373766261ef56e3b8824b58e107584f94
/OJ/OpenJudge/1.5 循环/1.5-17.c
70c0e04ab356e6b24f9ed61b61a748ef29c8beff
[]
no_license
yhzhm/Practice
27aff56652122d64d7879f15aa41e2550240bb06
9114447ed3346614a7c633f51917069da6aa17f7
refs/heads/master
2022-10-19T01:15:10.517149
2022-09-29T09:04:38
2022-09-29T09:04:38
121,328,943
0
0
null
null
null
null
GB18030
C
false
false
692
c
/* 17:菲波那契数列 查看 提交 统计 提问 总时间限制: 1000ms 内存限制: 65536kB 描述 菲波那契数列是指这样的数列: 数列的第一个和 第二个数都为1,接下来每个数都等于前面2个数 之和。 给出一个正整数k,要求菲波那契数列中第k个数 是多少。 输入 输入一行,包含一个正整数k。(1 <= k <= 46) 输出 输出一行,包含一个正整数,表示菲波那契数列中 第k个数的大小 样例输入 19 样例输出 4181 */ #include <stdio.h> int main () { int k,a,b,i,t; scanf("%d",&k); a=b=1; for(i=3;i<=k;i++){ ...
[ "yhzhm@qq.com" ]
yhzhm@qq.com
df0535098d1a0f7dd0dceaad080a923311de0f04
c69edbe01c4f1f770d9575fd1bb458a5c4f7dfc0
/text.c
67a78a25564d308d959165bac63d8d2d1ca101a4
[]
no_license
sagarzopate/project
4d6b7bb2e5502151eeaf6051360c763323b6e530
9833563ffc344784c4619a1c47250719bb1fd089
refs/heads/master
2021-01-10T03:55:40.616226
2015-11-15T16:57:28
2015-11-15T16:57:28
43,443,069
0
0
null
null
null
null
UTF-8
C
false
false
15,620
c
/* Copyright (C) <2015> <Sagar Zopate> This file is part of TextEditor. Text Editor 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 3 of the License, or (at your option...
[ "sagar_zopate@rediffmail.com" ]
sagar_zopate@rediffmail.com
6986876a98f038b4913ba31795d873c32bf37d48
d0e07ea6b71ad42287ac5fa1dfc53e7abea9cfb8
/crypto_kem/mceliece6688128f/sse/fft.c
19e5bdfcdbbfc35ba49e9823caef02b6dd3ee51a
[]
no_license
GMUCERG/SUPERCOP
8992c41ced9651014fb8a5f805c309dac7cb1fa8
5b047c11a5be3b417956bc11b2557a778956fc9d
refs/heads/master
2021-01-12T13:25:18.469549
2019-08-19T22:40:33
2019-08-19T22:40:33
68,973,787
2
2
null
null
null
null
UTF-8
C
false
false
6,456
c
/* This file is for the Gao-Mateer FFT sse http://www.math.clemson.edu/~sgao/papers/GM10.pdf */ #include "fft.h" #include "transpose.h" #include "vec128.h" #include <stdint.h> /* input: in, polynomial in bitsliced form */ /* output: in, result of applying the radix conversions on in */ static void radix_convers...
[ "jkaps@gmu.edu" ]
jkaps@gmu.edu
4b740b45a01d0eb14a1761e4f28428763dcb9c4c
da75bb67dbbdbfcb87e8b1d2542101d23cc931f1
/Lab1/task1/libxml2-python-2.6.9/libxslt-export.c
1671163043575f73c434dd12fa0752d032bef7e7
[]
no_license
AntonLebiodkin/DatabasesCourse
7f17ae753492f50a4b86edc3b4a805be07a90796
adfb23fd35aefc09ade0b39db11b20956c3d8ff8
refs/heads/master
2021-05-04T06:29:26.067858
2016-10-10T20:38:02
2016-10-10T20:38:02
70,468,301
0
0
null
null
null
null
UTF-8
C
false
false
11,679
c
/* Generated */ { (char *)"xsltTransformGetInstruction", libxslt_xsltTransformGetInstruction, METH_VARARGS, NULL }, { (char *)"xsltRegisterExtModuleElement", libxslt_xsltRegisterExtModuleElement, METH_VARARGS, NULL }, { (char *)"xsltParseStylesheetImportedDoc", libxslt_xsltParseStylesheetImportedDoc, METH_...
[ "anton.lebiodkin@gmail.com" ]
anton.lebiodkin@gmail.com
9473852c35cfb9922f4affdb9a6b2af990139c96
b8b61a9c7b6ee0114c30706e2d3fb0eb083188f0
/src/simple_window/simple_window.c
893a95c05875a3ba020d1a9ac6f34de26030c9c6
[ "MIT" ]
permissive
yottaawesome/forger-win32-tutorial
48734500580eb01c210b221274bd6a25f7c4b051
893469455f349a53d3d4d3263a29ae3181914ca3
refs/heads/master
2023-04-06T12:22:03.461425
2023-03-27T08:50:15
2023-03-27T08:50:15
194,070,550
14
12
null
null
null
null
UTF-8
C
false
false
1,711
c
#include <windows.h> const char g_szClassName[] = "myWindowClass"; // Step 4: the Window Procedure LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) { switch(msg) { case WM_CLOSE: DestroyWindow(hwnd); break; case WM_DESTROY: PostQuitMessage(0); break; default...
[ "etameson@gmail.com" ]
etameson@gmail.com
01a91736c19a901b1423490243a8aaa7622bfa6b
a1446c3f95df2dfe097a9bd6b463767b00f18140
/usr.bin/sudo/match.c
35bc119e20b60e5d2d02165e43ab98dde6c65157
[ "BSD-3-Clause", "ISC", "BSD-2-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
chrissicool/l4openbsd
e2fb756debc1c3bdc1c2da509fa228c25a3185e8
077177814444e08500e47bc2488502f11469bc60
refs/heads/master
2021-04-09T17:12:53.122136
2011-08-22T16:52:58
2011-08-22T16:52:58
1,706,491
18
4
null
2017-04-06T19:17:29
2011-05-05T14:08:03
C
UTF-8
C
false
false
22,163
c
/* * Copyright (c) 1996, 1998-2005, 2007-2010 * Todd C. Miller <Todd.Miller@courtesan.com> * * 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. * * TH...
[ "cludwig@net.t-labs.tu-berlin.de" ]
cludwig@net.t-labs.tu-berlin.de
3126e2a704def8d807d274ba35653a273fae1a6a
56728ca1ee9f571235723a68c658f94ee8aebb88
/sdl/libretro/libretro-common/formats/wav/rwav.c
1772a1755e0c87e58c8840d398c024b33c6a2ca9
[ "MIT", "GPL-1.0-or-later" ]
permissive
libretro/NP2kai
4b5867622a790649840bc62ce751e762e4c75e74
749d88e5a49c625a340275a9eaa33830f1602bbb
refs/heads/master
2023-06-10T03:56:51.304948
2023-05-28T04:00:22
2023-05-28T04:00:22
121,966,104
10
16
MIT
2023-05-28T04:00:23
2018-02-18T15:56:05
C
UTF-8
C
false
false
5,802
c
/* Copyright (C) 2010-2020 The RetroArch team * * --------------------------------------------------------------------------------------- * The following license statement only applies to this file (rwav.c). * --------------------------------------------------------------------------------------- * * Permission ...
[ "sylph23k@gmail.com" ]
sylph23k@gmail.com
40c9fadeb051e5b3c68e7c6f187e80980572eb72
94e8344ee420ae4d2eb1643e95973845f341a3d2
/gcc_4.3.0_mutants/mutant102450_c-common.c
f43a21ec9d9dba442aaee9f7c8bf0417485c97d2
[]
no_license
agroce/compilermutants
94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3
dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991
refs/heads/master
2022-02-26T21:19:35.873618
2019-09-24T15:30:14
2019-09-24T15:30:14
207,345,370
1
0
null
null
null
null
UTF-8
C
false
false
232,138
c
/* Subroutines shared by all languages that are variants of C. Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the term...
[ "agroce@gmail.com" ]
agroce@gmail.com
8acd3cacde99140c02055e1f7f1542f99312d96c
b356adc9bd515d919edcdda9b2aceded1b7dc905
/drivers/misc/mediatek/lcm/hx8392a_dsi_cmd_wvga/hx8392a_dsi_cmd_wvga.c
4134a8d3250c248c47f00504aa803f885480646d
[]
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
10,468
c
/* * Copyright (C) 2015 MediaTek Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOU...
[ "wisen.wang.ah@gmail.com" ]
wisen.wang.ah@gmail.com
41a3fa950ae8010e4bdfdb63b966bc0c003e24aa
231e3bb3b3d4cecf876580155611a329fd13af4f
/Android/AutoFarmerAPI/tess-two/include/com_googlecode_leptonica_android/src/src/dnahash.c
72b385f472cfe89213d212d4e89eebc98daf3b3e
[ "BSD-2-Clause", "CC-BY-2.5" ]
permissive
phong12a5/AutoFarmer.API.Source
8b82355c22b686623248242faea09bb0e98be789
7c9780252a4bfb034b0f5e610a3d5869ff2b5384
refs/heads/master
2023-07-20T18:05:15.419045
2019-08-24T08:04:49
2019-08-24T08:04:49
202,681,564
0
0
null
null
null
null
UTF-8
C
false
false
19,472
c
/*====================================================================* - Copyright (C) 2001 Leptonica. 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 so...
[ "phong.dang@lge.com" ]
phong.dang@lge.com
4a01ee7f5f3519dced01c34101d46aa13c08f18b
5ca8ac30f191a1c6ed1413f7071bd50e76dd83be
/0x04-more_functions_nested_loops/0-isupper.c
243774146ac4b60984e67d7777cd8f85dace911d
[]
no_license
Nicodona/alx-low_level_programming-2
07c3a815b7969e89fc7eedd11a74570ea32348f2
4ce28ca62cf3a56ed521610c96233e197ea31eeb
refs/heads/main
2023-06-06T04:11:46.834487
2021-07-01T20:59:39
2021-07-01T20:59:39
null
0
0
null
null
null
null
UTF-8
C
false
false
189
c
#include "holberton.h" /** * _isupper - checks if its capital letter * @c: character to be checked * Return: 1 if its capital */ int _isupper(int c) { return (c >= 65 && c <= 90); }
[ "kigardetom2001@gmail.com" ]
kigardetom2001@gmail.com
5e4068eb7f0f0d3ecef7d6895379309482e460dc
805666a84218be543410ff5089588f1572dd20ec
/d/baituo/shegu8.c
30c0275b7362b7f70a7909b1f2051969bfaee626
[]
no_license
mudchina/xkx2001
d47a9caca686ab7c89fe0b9140fbaf9d3601e1f5
4e8f8a13a72884d5dbe4b589542eb34e29e89d70
refs/heads/master
2021-01-10T06:50:29.517433
2016-02-20T14:09:12
2016-02-20T14:09:12
52,156,038
24
23
null
null
null
null
GB18030
C
false
false
531
c
//Cracked by Roath // shegu.c 蛇谷 // maco 7/15/2000 #include <ansi.h> inherit ROOM; void create() { set("short", "蛇谷树林"); set("long", @LONG 这是白驼山的蛇谷之中,林木葱郁,草丛中不时响起沙沙之声, 似乎有什麽在草里来回窜动。 LONG ); set("exits", ([ "west" : __DIR__"shegu9", "northeast" : __DIR__"shegu7", ])); set("hide_snake", random(3)); ...
[ "liming.xie@gmail.com" ]
liming.xie@gmail.com
9cfa4433148884a18a5dbcd55c0a68ef83336c70
34ac53cc6cd2fc23542adf678fb831be92c2273b
/HashME/MD4.h
78518626553f048caf3a12b84ea2f6cb16cedd10
[]
no_license
WeijieH/HashME
ed4100bcb9a3f1d40ddd207c395ba65bd714b166
e254e122c6958716443776c5cd3d2a618bbfdd0d
refs/heads/master
2021-06-06T16:34:35.171792
2019-07-05T19:27:43
2019-07-05T19:27:43
57,462,830
1
0
null
null
null
null
UTF-8
C
false
false
1,220
h
#pragma once #include "Common.h" #include "Formats.h" #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) #define G(x, y, z) (((x) & (y)) | ((x) & (z)) | ((y) & (z))) #define H(x, y, z) ((x) ^ (y) ^ (z)) #define FF(a, b, c, d, x, s) \ { \ (a) += F((b), (c), (d)) + (x...
[ "hwj.wow@gmail.com" ]
hwj.wow@gmail.com
360a778072eaed30ec02c04d7c967b12fc4d84e9
9c9531ef79f23155013184d8551b4d1e2be5e322
/shellcolor/echo_cdot.c
2ddfbbe600502e8e38867bbbe0a291458b3f83f1
[]
no_license
patrickbrandao/toolbox
20deee68488f74e7a044d57ea6adccfea9aaf960
bec7a286dd6c64151b1515ccb2115cbf8544f825
refs/heads/master
2021-01-18T20:56:02.732802
2017-07-31T17:46:28
2017-07-31T17:46:28
87,001,813
1
0
null
null
null
null
UTF-8
C
false
false
331
c
// imprime na saida ponto azul claro sem quebra de linha void help_echo_cdot() { printf("Use: echo_cdot\n" ); printf(" Imprimi ponto azul claro sem quebra de linha\n" ); exit(1); } // principal int main_echo_cdot(const char *progname, const int argc, const char **argv){ printf("%s.%s", ANSI_CIANOL, ANSI_RESET); r...
[ "noreply@github.com" ]
patrickbrandao.noreply@github.com
b67609d256b0c2b51f8c8528cdb0a20ecdb346f7
d544efdaabde9145947e8fb1dd184a58eab916a1
/src/protob/DisconnectReq.pb.c
127ce8de49867dae8e546531562c854e5c9a6cc8
[]
no_license
felixdng/test_datacache
81f2c30083ec07c5b45681e3b5d8d399521eba68
345789113dad4634632d697c89110792707d7187
refs/heads/master
2021-08-17T00:52:15.912986
2017-11-18T10:24:29
2017-11-18T10:24:29
105,236,023
0
0
null
null
null
null
UTF-8
C
false
false
515
c
/* Automatically generated nanopb constant definitions */ /* Generated by nanopb-0.3.8 at Wed Jul 12 20:03:02 2017. */ #include "protob/DisconnectReq.pb.h" /* @@protoc_insertion_point(includes) */ #if PB_PROTO_HEADER_VERSION != 30 #error Regenerate this file with the current version of nanopb generator. #endif con...
[ "dengzq@excetop.com" ]
dengzq@excetop.com
0455841a95a3d35b3581b33c24706a91c0b9c855
971b2cea2d1c3001aadc8ca1a48110b7db1ed5f2
/deps/abc/src/aig/gia/giaFanout.c
8b104e9b744c434bff1827c1f56fd85eb6fd7a55
[ "MIT-Modern-Variant", "LicenseRef-scancode-warranty-disclaimer", "MIT" ]
permissive
emsec/hal
70ad2921739967d914dd458984bd7d6d497d3b0a
e4fae37bec9168a61100eacfda37a1f291b4d0be
refs/heads/master
2023-09-02T20:27:32.909426
2023-09-01T13:03:24
2023-09-01T13:03:24
169,076,171
510
72
MIT
2023-09-01T13:03:26
2019-02-04T12:37:20
C++
UTF-8
C
false
false
13,438
c
/**CFile**************************************************************** FileName [giaFanout.c] SystemName [ABC: Logic synthesis and verification system.] PackageName [Scalable AIG package.] Synopsis [] Author [Alan Mishchenko] Affiliation [UC Berkeley] Date [Ver. 1.0. Started ...
[ "nils.albartus@ruhr-uni-bochum.de" ]
nils.albartus@ruhr-uni-bochum.de
837c7948ccbb9c48f04da8469b82532ab4be32d8
48e60b5c519acb517bf3f542226a792c152bdb1a
/Vector_Low_OLd/Src/gpio.c
5e8ee52a3078886b30df3ba54e941c56bf7ce777
[]
no_license
huake2020/DesktopRobot
ba4a22a19fcadb9bb5149583bdb958b179d16d25
b80f2683d6b0444e11489b8c735dafede05244f7
refs/heads/master
2022-12-17T06:39:00.840146
2020-09-20T14:59:03
2020-09-20T14:59:03
292,332,294
4
2
null
null
null
null
UTF-8
C
false
false
4,257
c
/** ****************************************************************************** * File Name : gpio.c * Description : This file provides code for the configuration * of all used GPIO pins. ****************************************************************************** *...
[ "834127901@qq.com" ]
834127901@qq.com
1196b45006302c1befb9b9a57a28cac49e94e5be
e212ccf19fad9ec6ff8ca226db55fd759b78098b
/C Lab/Programs/A7/file2.c
de7c82fb9582a2ddb6f48c5db80df4de5cc72392
[]
no_license
sreedhr92/Computer-Science-Laboratory
568e53a1271dfc55222085dccb7fc7eef8f05c20
b1da491e42e520c273f7f38c7d3a2962ed45474b
refs/heads/master
2023-05-02T18:50:44.842348
2021-05-22T08:22:37
2021-05-22T08:22:37
367,892,527
0
0
null
null
null
null
UTF-8
C
false
false
663
c
#include<stdio.h> #include<conio.h> //#include<input.h> void main() { FILE *fp; char ch; int x,sp=0,nc=0,nd=0; fp=fopen("input.txt","r+"); while(!feof(fp)) { ch=fgetc(fp); x=ch; if(x==32) { sp++; } else if((x>47)&&(x<58)) { nd++; } else { nc++; } } fclose(fp); printf("Number of ...
[ "sreedhrindi15@gmail.com" ]
sreedhrindi15@gmail.com
b66c58182f7feb653e027b5bb4c2befcf90d3840
508ce2bbecca8c026e975525e3621a64a6a534b8
/huffenCode/huffdecode.c
73c002983ef30a5b58c7ffcfb0de531e3a5c36e4
[]
no_license
dhaninikith1/Projects
3b5ccc1b2a6538581d3cb1ab3348675b0a89688c
727488b1aca3c9e4a41e6b1c1a3552b96128f136
refs/heads/master
2022-09-22T23:17:16.779962
2020-06-05T20:39:52
2020-06-05T20:39:52
259,127,314
0
0
null
null
null
null
UTF-8
C
false
false
1,061
c
/**********************************************/ /* Hani Nikith Devarapalli */ /* 12-9-16 */ /* CS-241 Section 001 */ /* Lab 9 */ /* Encoding or decoding a file with a */ /* compression algorithm u...
[ "noreply@github.com" ]
dhaninikith1.noreply@github.com
33f72fe181b2fe943bc1e22f72c56c567867f1f6
d09548fa36e2187a37a2dbcb4d74903931c1c165
/benchmarks/llvm/queens.c
5daed85d4da4e02eef36931af9cf499ffc496665
[]
no_license
henriqueal/lara-tools
27cba72f3c5614e824b02d0396bcce3925b87e46
ebd3316cc73e31b48ccd00505e11627a8d1cb8c4
refs/heads/master
2021-01-19T21:36:21.275952
2018-03-20T18:59:21
2018-03-20T18:59:21
88,673,296
1
0
null
2018-03-20T18:51:51
2017-04-18T21:45:09
C
UTF-8
C
false
false
3,874
c
#include <stdio.h> #include <stdlib.h> #define nil 0 #define false 0 #define true 1 #define bubblebase 1.61f #define dnfbase 3.5f #define permbase 1.75f #define queensbase 1.83f #define towersbase 2.39f #define quickbase 1.92f #define intmmbase 1.46f #define treebase 2.5f #define mmbase 0.0f #defi...
[ "henriqueal@algartelecom.com.br" ]
henriqueal@algartelecom.com.br
5de44550ec08667da8b53e0d3dedb1fb1fc8e404
e65a4dbfbfb0e54e59787ba7741efee12f7687f3
/security/openvas/files/patch-nasl_nasl_init.c
0e2f22567617e4d9164355da5f265bc127154fb7
[ "BSD-2-Clause" ]
permissive
freebsd/freebsd-ports
86f2e89d43913412c4f6b2be3e255bc0945eac12
605a2983f245ac63f5420e023e7dce56898ad801
refs/heads/main
2023-08-30T21:46:28.720924
2023-08-30T19:33:44
2023-08-30T19:33:44
1,803,961
916
918
NOASSERTION
2023-09-08T04:06:26
2011-05-26T11:15:35
null
UTF-8
C
false
false
379
c
--- nasl/nasl_init.c 2020-12-31 17:24:31.913454000 -0500 +++ nasl/nasl_init.c 2020-12-31 17:25:42.418759000 -0500 @@ -38,6 +38,8 @@ #include <stdlib.h> /* for getenv. */ #include <string.h> /* for memset */ +#include <sys/types.h> +#include <sys/socket.h> /* to e.g. favour BSD, but also for IPPROTO_TCP and TH_FIN...
[ "acm@FreeBSD.org" ]
acm@FreeBSD.org
25168aa60c69c2c2b7c90214b74844bc7b2dba70
d3a03431ce1285b677ec077ca37bb7dfdfd61a3f
/Middlewares/ST/AI/AI/include/ai_math_helpers.h
e5d07e07fca266306e734b6117c8caa2be28c74f
[]
no_license
ghsecuritylab/JavaReBien
de44ffcc8305bb341713a18df1de009633882985
65587e7dc80f36bb30ef3568946d35e4d2bb89cf
refs/heads/master
2021-02-26T15:24:43.391969
2019-01-19T14:29:38
2019-01-19T14:29:38
245,536,105
0
0
null
2020-03-06T23:37:52
2020-03-06T23:37:51
null
UTF-8
C
false
false
5,417
h
/** ****************************************************************************** * @file ai_math_helpers.h * @author AST Embedded Analytics Research Platform * @date 01-May-2017 * @brief Math helpers routines header file. *********************************************************************...
[ "quentinbrossier.t7@gmail.com" ]
quentinbrossier.t7@gmail.com
8a3b7d3aedb785b04f16902effc151124e20ed4c
69f20e6e462375b495e1e85b1b69f058763c8126
/2017-2018 Season Stuff/Old Programs/v3compblue.c
5056183095a30afc909b37ae43de3be24ed6f3c1
[]
no_license
csiv23/2602J
2078b90d5bbe87e3f546cb1f8ffa4008a3b4a4ff
cb32f16cdc3fe5fecbdf00c719bc3eba59be9878
refs/heads/master
2021-06-30T01:35:07.720394
2018-12-17T19:21:59
2018-12-17T19:21:59
126,061,403
2
0
null
null
null
null
UTF-8
C
false
false
6,974
c
#pragma config(Sensor, dgtl3, RightEncoder, sensorQuadEncoder) #pragma config(Sensor, dgtl7, LeftEncoder, sensorQuadEncoder) #pragma config(Motor, port2, rightSideDrive, tmotorVex393_MC29, openLoop, reversed) #pragma config(Motor, port3, rightMobileGoal, tmotorVex393_MC29, openLoop, reverse...
[ "36455966+csiv23@users.noreply.github.com" ]
36455966+csiv23@users.noreply.github.com
0df96cfc93baa0615902ff1642f8d9e15543079c
13e54182c022ed3ab8fb3570412eaf307bc46636
/examples/oomkill.bpf.c
df3501d1b68f64ccc7bbdfe1ec2c37f1f3fd0586
[ "MIT", "GPL-1.0-or-later" ]
permissive
cloudflare/ebpf_exporter
f1f77b8dca07ff0f7e64acf653aa32cc072c5353
55d45c1a313719f57121a0a231f23f0d9e7cef69
refs/heads/master
2023-08-30T18:07:17.277546
2023-08-20T04:42:17
2023-08-20T04:42:17
130,777,949
1,726
208
MIT
2023-09-13T20:45:38
2018-04-24T01:24:39
Go
UTF-8
C
false
false
711
c
#include <vmlinux.h> #include <bpf/bpf_helpers.h> #include <bpf/bpf_tracing.h> #include <bpf/bpf_core_read.h> struct { __uint(type, BPF_MAP_TYPE_PERF_EVENT_ARRAY); __uint(key_size, sizeof(u32)); __uint(value_size, sizeof(u32)); } oom_kills_total SEC(".maps"); SEC("kprobe/oom_kill_process") int BPF_KPROBE(...
[ "github@ivan.computer" ]
github@ivan.computer
24c6c6af243d6072cbc8ea4757084cf96dd8a2a9
4aa44fbd194a6eb00ab8ac2fe3defac3e73c28d4
/isAtBegin ve isAtEnd/utility.h
4ab8b87f0e0359103f08b1b96aad2615cf567e1a
[]
no_license
sametakcalar/C-Programming
ff92de05938f3cece16e20890329a63bde36d6a2
a27b38b9ad22e9a5ea018f0cead4b26b3f9f5015
refs/heads/master
2023-03-17T08:14:00.167127
2021-03-03T08:04:59
2021-03-03T08:04:59
341,116,022
0
0
null
null
null
null
UTF-8
C
false
false
55
h
#pragma once #define asize(a) (sizeof(a)/sizeof(a[0]))
[ "sametegitimler@gmail.com" ]
sametegitimler@gmail.com
0d5c07406ea35497ba6a17061152bbc044e46fca
e8302c75d770d1608b317d6af5c483bbad6c0493
/modules/hal_nordic/nrf_802154/serialization/platform/nrf_802154_spinel_backend_ipc.c
06ad1f003e6bf9f47b8a481e6180f2a051880206
[ "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
3,998
c
/* * Copyright (c) 2020 - 2021 Nordic Semiconductor ASA * * SPDX-License-Identifier: Apache-2.0 */ #include <zephyr/kernel.h> #include <zephyr/ipc/ipc_service.h> #include <zephyr/device.h> #include <zephyr/logging/log.h> #include "nrf_802154_spinel_backend_callouts.h" #include "nrf_802154_serialization_error.h" #...
[ "carles.cufi@nordicsemi.no" ]
carles.cufi@nordicsemi.no
2f4d6f532e81634fe2f5b47a7a44b30afc56c17b
c45469643ad24feed4626ebf892dfff1c82a9776
/libft/ft_memmove.c
ce3f8aaf20d61c7582cc803bf84b91c847a3536f
[]
no_license
Sethhhhhhh/minishell
5825234fe925f74305df35db96a1e6dd1446e4a6
bc417af450ab735b3dc64063c9cb10c48c18551b
refs/heads/master
2023-03-26T16:22:18.681964
2021-03-20T12:23:06
2021-03-20T12:23:06
285,853,173
3
0
null
null
null
null
UTF-8
C
false
false
1,221
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memmove.c :+: :+: :+: ...
[ "emma.bourdit@gmail.com" ]
emma.bourdit@gmail.com
f11e9e4eb0d48a7498b0bc85f2c06e45554c60c6
359592936779564b8403550a90474ae6982e6370
/src/transports/tcp/btcp.c
7eec9a79e2df92db68bb0124d3ecd69bd3e3cd80
[ "MIT" ]
permissive
antmd/nanomsg
62a5a051e9f4253d89f61bd941546c05dd8c9d5b
67d02ec70aaf5a4cc47ea19eba59b129fb4479ae
refs/heads/master
2021-01-22T12:02:45.838838
2013-10-11T06:12:55
2013-10-11T06:12:55
null
0
0
null
null
null
null
UTF-8
C
false
false
12,390
c
/* Copyright (c) 2012-2013 250bpm s.r.o. 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 u...
[ "sustrik@250bpm.com" ]
sustrik@250bpm.com
2979bf61a3d68d3c6abb09292bec3fb4e350fb54
30c39812db400dc86ac9a4f749ebe5c46ee82c8e
/STemWin526_UCOSIII_Elite/LOGO/p2_clock.c
045044d053fb721d4fe7e80dc5f0dd77383476f8
[]
no_license
abc3240660/SmokeGrill
4310c81a852a5ceea94694eb688f5d33958530f3
d34d9d7beafd6affaf179cc204c6eefa85e74c6c
refs/heads/master
2020-04-08T12:09:57.895196
2018-12-27T15:30:08
2018-12-27T15:30:08
159,335,458
0
0
null
null
null
null
UTF-8
C
false
false
4,601
c
const unsigned char gImage_p2_clock[888] = { 0X00,0X10,0X14,0X00,0X16,0X00,0X01,0X1B, 0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XDE,0XFF,0XFF,0XFF, 0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XDF,0XFF,0XFF,0XFF,0XFF,0XFF, 0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XFF,0XDF,0XFF,0XFF,0XFF,0XFF,0XFF...
[ "damon@damon.com" ]
damon@damon.com
5de16d6686084bb257cdb9669661e288307100f1
b3418ec0b546509e1d37b95d165bfd81ad6cc826
/code/c/test.c
8e1c87e10b3d2a886e7109c6bca118fb09bf9e4d
[]
no_license
copbint/code
c356597d5ab555aaadbf1241c9521985110545eb
2b743b6bc93c35e8d7ad1cc215212a48d7f76860
refs/heads/master
2021-06-09T20:05:25.918209
2016-10-23T03:00:55
2016-10-23T03:00:55
null
0
0
null
null
null
null
UTF-8
C
false
false
12,954
c
#include "StdAfx.h" #include <iostream> using namespace std; #define BLACK 0 #define RED 1 //红黑树结点结构 struct node { //红黑树的基础结构 node *left; node *right; node *parent; int key; bool color; int p;//1:左端点;-1:区间右端点 //附加信息 int v; int m; int o; node(node *init, int k) :...
[ "995734277@qq.com" ]
995734277@qq.com
7ab27cd0f8834f363ea7bac7c76e04268605a874
297497957c531d81ba286bc91253fbbb78b4d8be
/gfx/skia/skia/src/sfnt/SkOTTable_EBDT.h
b76b96431e27b9a7497fa7450fc0e6a9465e2491
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
marco-c/gecko-dev-comments-removed
7a9dd34045b07e6b22f0c636c0a836b9e639f9d3
61942784fb157763e65608e5a29b3729b0aa66fa
refs/heads/master
2023-08-09T18:55:25.895853
2023-08-01T00:40:39
2023-08-01T00:40:39
211,297,481
0
0
NOASSERTION
2019-09-29T01:27:49
2019-09-27T10:44:24
C++
UTF-8
C
false
false
2,039
h
#ifndef SkOTTable_EBDT_DEFINED #define SkOTTable_EBDT_DEFINED #include "src/base/SkEndian.h" #include "src/sfnt/SkOTTableTypes.h" #include "src/sfnt/SkOTTable_head.h" #include "src/sfnt/SkOTTable_loca.h" #pragma pack(push, 1) struct SkOTTableEmbeddedBitmapData { static const SK_OT_CHAR TAG0 = 'E'; sta...
[ "mcastelluccio@mozilla.com" ]
mcastelluccio@mozilla.com
9e0c9b193d2d6f859073e3d393060524ba433527
3573af014d8a49db81ede18cad135b33a20b8e3e
/IFF/IFF_30.h
58f70ba8d8a4b62a82ce9ec09eee777e3edb43aa
[]
no_license
68kPoker/CodeBase
de0c8504fdbbef3a01cc523dfd6286f357586628
d8822f2eb24bad3aab25e9a8bc08bc2c29218ce7
refs/heads/master
2023-04-27T08:20:59.815083
2021-05-29T09:41:01
2021-05-29T09:41:01
233,803,947
3
0
null
null
null
null
UTF-8
C
false
false
521
h
#ifndef IFF_H #define IFF_H #include <exec/types.h> #include <datatypes/soundclass.h> struct soundSample { struct VoiceHeader vhdr; BYTE *data; LONG size; }; struct IFFHandle *openIFF(STRPTR name, LONG mode); void closeIFF(struct IFFHandle *iff); BOOL scanILBM(struct IFFHandle *iff); BOOL loadCMAP(struc...
[ "robert.szacki@gmail.com" ]
robert.szacki@gmail.com
e45b0c1c11f3bd8a57878fdc1cf82d700449991c
3275fa2d9f79175788ea3947b8c30bf5caa6fc58
/quickjs-2019-08-10/c_module.c
d2ca5e5c707c51b626388ac5918c0c13287f734e
[]
no_license
caijw/playQuickJs
fa604e4b97c6d2193a56cd2d03cddee1abfef454
ea6016f2fdf170ab2955d9238c1d237e16e9475d
refs/heads/master
2020-07-06T09:11:33.969973
2019-08-18T15:06:54
2019-08-18T15:06:54
202,966,833
0
0
null
null
null
null
UTF-8
C
false
false
1,835
c
/* File generated automatically by the QuickJS compiler. */ #include "quickjs-libc.h" const uint32_t c_module_size = 152; const uint8_t c_module[152] = { 0x01, 0x07, 0x28, 0x65, 0x78, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x2f, 0x63, 0x5f, 0x6d, 0x6f, 0x64, 0x75, 0x6c, 0x65, 0x2e, 0x6a, 0x73, 0x10, 0x2e, 0x2f, 0x6...
[ "285025525@qq.com" ]
285025525@qq.com
94121875129299cef08d67dfb768b24560f845e0
94ecf1a8ae62cb4dee27e284954202c67442a326
/leaktest.c
525b1725028de11f226bbbe3b152a4be70d1d525
[]
no_license
abckb/C-prog
f27a0ad4d9812572bec50c4217bec59998347e18
5a583335a1922fda9eada7b8eda2be3d7bfa7f83
refs/heads/master
2021-01-10T22:17:30.154764
2013-04-28T11:25:05
2013-04-28T11:25:05
null
0
0
null
null
null
null
UTF-8
C
false
false
242
c
#include<stdio.h> int main() { int num; puts("Enter a number: "); scanf("%d",&num); int *integer; if(num == 10) { integer =(int *)malloc(10*sizeof(int)); } else { puts("B'bye\n"); } }
[ "abckb@ymail.com" ]
abckb@ymail.com
6581ac6795eb55d4259db03752951b3787ae42d8
0b8bec4a9e8c4fc24e4ba682e97b8e432adfe51b
/Src/profiles/anp/anpc/api/anpc_task.h
2908a546501c14fd65cd7664a95a86863b7b1300
[]
no_license
taolu0615/bb
c32ffac8899d47515af39a85cfc62cdfdc4fe4e0
4e94a489e2e5cfbdbd8478f3bf2bb0f7e32a11dc
refs/heads/master
2023-07-20T14:27:00.672248
2021-09-01T12:35:03
2021-09-01T12:35:03
402,952,104
0
0
null
null
null
null
UTF-8
C
false
false
6,702
h
/** **************************************************************************************** * * @file anpc_task.h * * @brief Header file - Alert Notification Profile Client Role Task. * * Copyright (C) RivieraWaves 2009-2016 * * $ Rev $ * **********************************************************...
[ "xiaojie.shao@outlook.com" ]
xiaojie.shao@outlook.com
8a6220643bcb980d39c75338439d1c7ac8297f8c
213e8172062329d5d5f2940c85d32a460473823a
/Linux_C/eg_5.1.1.c
901635cc9d42991bf98b0f2bb14528105607614a
[]
no_license
ACupofAir/C
c3c3d17fa60b4df3aaa4a321b08be97aa7e7bd92
707397bcfa29217a7ca4bcfd46bc39f082bf5748
refs/heads/master
2021-11-27T00:32:28.859954
2021-11-22T14:36:15
2021-11-22T14:36:15
243,319,391
0
0
null
null
null
null
UTF-8
C
false
false
316
c
#include <stdio.h> #include <math.h> void print_logarithm(double x) { if (x <= 0.0) { printf("Positive numbers only, please.\n"); return; } printf("The log of %f is %f\n", x, log(x)); } int main(void) { print_logarithm(-1.0); print_logarithm(2.0); print_logarithm(10.0); return 0; }
[ "timethoughts@outlook.com" ]
timethoughts@outlook.com
b256eed3ffa593b8e2cac02dc066408927f7b0a3
3bf0a9c0c8b0196a381ee7eb9eafeee63d2139f7
/ss.h
82f623398e507611a55d15f38a1ca7b4ad9d6399
[]
no_license
kstephens/ss
92241173ed3a3f573b32986a42784f3e9de377e8
2ec8892f828bc49be96a8469d34f56e47da4c93b
refs/heads/master
2021-01-22T06:53:36.092399
2014-05-09T04:34:21
2014-05-09T04:35:06
18,012,285
1
0
null
null
null
null
UTF-8
C
false
false
11,044
h
#ifndef _ss_h_ #define _ss_h_ #if 0 #define __USE_SVID 1 #endif #ifdef __linux__ #define _FINITE_MATH_ONLY__ 9 #endif #include <stddef.h> #include <sys/types.h> #include <unistd.h> /* ssize_t? */ #include <stdlib.h> #include <stdio.h> #include <stdarg.h> #include <math.h> #include <errno.h> #include <string.h> /* memc...
[ "ks.github@kurtstephens.com" ]
ks.github@kurtstephens.com
a99b626355f6ccdb123f3fba88c5365fa4285388
7d5691687676b900553628f9287b7cb9094dac9a
/3party/freetype/src/cache/ftcimage.h
b312eaa3d92ef9ba4ab86a22af914cb9f78ae2d7
[ "FTL", "Apache-2.0" ]
permissive
mapsme/omim
bf3ea4f419a547b7c124107e344d7f565d707c12
1892903b63f2c85b16ed4966d21fe76aba06b9ba
refs/heads/master
2023-02-20T16:31:08.733960
2021-04-27T13:57:41
2021-04-28T14:44:52
42,798,033
5,032
1,527
Apache-2.0
2022-10-03T08:28:24
2015-09-20T02:57:13
C++
UTF-8
C
false
false
3,638
h
/***************************************************************************/ /* */ /* ftcimage.h */ /* */ /* Fr...
[ "alex@maps.me" ]
alex@maps.me
e206b1be377efafaa0abf5bab51ae6b98a0480b5
d3411ad5101493f2c299d7ee35e076a012806205
/p164.c
41b3c89ee577df45f487acaaf18bd6a684da7d96
[]
no_license
Buttu1/player2
9f9bb4c913f359777be05189b87635a2950604e3
6f71a93bb5b07e6d91ecbea0c22d5451997ead82
refs/heads/master
2020-04-29T16:08:17.598045
2019-04-01T10:56:26
2019-04-01T10:56:26
176,249,158
0
0
null
null
null
null
UTF-8
C
false
false
478
c
#include <stdio.h> void main() { int a[100],n,i,k,f=0,p; scanf("%d %d",&n,&k); for(i=0;i<n;i++) { scanf("%d",&a[i]); } for(i=0;i<n;i++) { if(a[i]==k) { printf("%d",a[i]); f=1; break; } else { if(a[i]...
[ "noreply@github.com" ]
Buttu1.noreply@github.com
ff0eef14f779e66989077f334d206831209f125b
0e45b6ef20219f94a967f946207e8ed968120cbb
/src/examples/_AN074_Examples_HRSDK_GDB_HR8P506/IIC/IIC_Master_Interrupt_demo/APP/iic.h
86eac2aeba79ad08976ffbc95c2bdbfc75463f25
[]
no_license
SoCXin/HR8P506
40450834b4d85a06ea9146187f82585b11ceaf43
9cfac17fd0e42a936d949d19a3458c811077f1e3
refs/heads/master
2023-02-20T18:36:01.122524
2023-02-06T09:23:22
2023-02-06T09:23:22
200,373,059
0
0
null
null
null
null
UTF-8
C
false
false
975
h
/********************************************************* *Copyright (C), 2017, Shanghai Eastsoft Microelectronics Co., Ltd. *文件名: iic.h *作 者: AE Team *版 本: V1.00 *日 期: 2021/05/15 *描 述: IIC从机模块头文件 *备 注: 本软件仅供学习和演示使用,对用户直接引用代码所带来的风险或后果不承担任何法律责任。 **********************************************************/ #if...
[ "qitas@qitas.cn" ]
qitas@qitas.cn
abd40fbdb353a59fb0239f52b383a4668806532a
f43706b848dc818658b1ca944991d1d500ec2964
/Programmazione/Fondamenti 1/variabili/esercizio2.c
aff70f17e5a134ac781671deccd02702fd420ff7
[]
no_license
DanieleGalli14/Appunti_C_base
3717e212b92b0d1fc165870cf20a3a343cb1333e
239f0d6bbfddc8a4430f2c0501aaee4c7a70030b
refs/heads/master
2020-04-06T20:28:21.809481
2018-11-15T21:24:19
2018-11-15T21:24:19
157,773,460
0
0
null
null
null
null
UTF-8
C
false
false
277
c
#include <stdio.h> void main () { int x, y, area; printf ("Inserire lunghezza del lato 1: "); scanf ("%d", &x); printf ("Inserire lunghezza Lato 2: "); scanf ("%d", &y); area= x*y; printf ("L'area vale %d ", area); }
[ "20019131@studenti.uniupo.it" ]
20019131@studenti.uniupo.it
a73d002b90dc4b3067648196910ad134b43990c3
39921d049a882220193fb45f4023a6831fb79908
/Pods/BoringSSL-GRPC/src/crypto/x509/x509_req.c
54e502f8e04f532afd88a8e17670cb96ce105743
[]
no_license
furydeveloper/SearchCoinKaraoke
a48bb7f0a4032735a2fc8895bd6bb02626b392b3
98043d3e280814f75c4f6c7957e6c0eee320a9b9
refs/heads/master
2023-08-10T23:24:28.780365
2021-10-03T02:51:57
2021-10-03T02:51:57
409,012,702
0
0
null
null
null
null
UTF-8
C
false
false
130
c
version https://git-lfs.github.com/spec/v1 oid sha256:c85a77841dd5d83b5e8c5ef2c33d1b92540895744bfc6f52abd382754a2635c0 size 10836
[ "furysecu@gmail.com" ]
furysecu@gmail.com
c90c51931452caab48c71d42f92db639d1909f36
1b18b0c7f7c2ac5346e0c914c1dc75841efdfc19
/main.c
da7f6afb7f9f5b863af2ba7236d433f10627b2b0
[]
no_license
rafael-g-depaulo/Pokestop-manager
652ea4161c1033fb780ad5244f12ed1f2d7f33cb
a2631800545a34e0ba5980b167d237d655a880f5
refs/heads/master
2020-08-30T06:48:54.846011
2019-11-08T21:42:05
2019-11-08T21:42:05
218,295,655
1
0
null
null
null
null
UTF-8
C
false
false
1,182
c
#include <pthread.h> #include <stdio.h> #include <stdlib.h> #include "include/treinador.h" #include "include/creche.h" #include "include/problem_params.h" // define as características das creches e dos monstros Creche creches[NUM_CRECHES]; int treinadoresPorCreche[NUM_CRECHES] = { 2, 2 }; int quantMonstrosPorTipo[N...
[ "rafael.g.depaulo@gmail.com" ]
rafael.g.depaulo@gmail.com
ed0e1b25aa56cc5f2aae4e0333f8101eda1f3a8b
4e298b59e91f9088f36e9c488eb8c062b8a16c07
/open/capital/wind-rain.org/npc/music-bird.c
5f3f7290d730f1d09830c44b751611c8d328013d
[]
no_license
HexColors60/fs2
07714b1dbd27d666febf7ccc5e8d3476edaf0146
c1bc56122142ac741d2432551508d04c9be4694e
refs/heads/master
2021-05-27T11:06:07.272106
2012-08-03T04:15:15
2012-08-03T04:15:15
null
0
0
null
null
null
null
GB18030
C
false
false
674
c
// sparrow.c by oda // use in /open/center by powell inherit NPC; void create() { set_name("音鹊", ({ "music-bird","bird" }) ); set("long",@LONG 不知从哪里飞来的奇鸟, 鸣 声悦耳如歌, 羽色绽着蓝光 十分漂亮. LONG); set("race","野兽"); set("age", 2); set("str", 8); set("con", 9); set("max_gin", 60); set("max_kee", ...
[ "szhowardhuang@gmail.com" ]
szhowardhuang@gmail.com
92e47e80b692861adaddc7e5cb2cf2d6f9f2a791
c8639e2b4bb7116d7dd66acaa769c30d7bb479f7
/world/d/lingjie/ricerm2.c
6fa9700769313f084b461e7f31b567ac090beb49
[]
no_license
ninemoon/mhxy2002
43bc9759bbde56e2c49c524514f3dc4f83fbe932
76e0fa31cd662864bd55168e2fdf986622ed510e
refs/heads/master
2021-09-06T10:05:19.812948
2018-02-05T09:57:57
2018-02-05T09:57:57
120,064,608
0
0
null
2018-02-03T06:07:09
2018-02-03T06:07:08
null
GB18030
C
false
false
1,417
c
#include <ansi.h> inherit ROOM; void create() { set("short", "恶魔食堂二层"); set("long", @LONG 这里是灵界用餐的地方。屋里布置很简单, 只摆着十几张桌椅 几个人在一声不响地吃着。一个厨子在不停的忙碌着,假如你 未满十五岁,可以向他要食物和水。 LONG); set("exits", ([ "down" :__DIR__"chufang", ])); set("objects", ([ ...
[ "liming.xie@gmail.com" ]
liming.xie@gmail.com
d190c517cce2c4955a255cef952bfc9f961c168e
054e495bc725baa8fc7ca5130362d5a382910d43
/ADC_Test/DioIF.h
47b0be4371c9bc75fd83e7c7eb1371c88b66c6f2
[]
no_license
SimH1993/OTHR_AUTOSARSS18
84bc52ce58b0edf1151af060bbe0f5bad17e595c
a91e9139793637b12d5f9e7e266b479f666cb6be
refs/heads/master
2020-03-16T10:10:45.081486
2018-07-12T18:03:27
2018-07-12T18:03:27
132,631,158
2
5
null
null
null
null
UTF-8
C
false
false
429
h
#include "ecrobot_interface.h" typedef U8(*dio_read_fct_t)(U8, U8); typedef void(*dio_write_fct_t)(U8, U8, U8, U8); extern const dio_read_fct_t DioIfReadFctPtr[]; extern const dio_write_fct_t DioIfWriteFctPtr[]; #define DIO_Read_Pin(DIOIndex, Port, Adresse) \ (*DioIfReadFctPtr[DIOIndex])(Port, Adresse) #define DI...
[ "Joshua.Parhammer@Formulastudent-regensburg.de" ]
Joshua.Parhammer@Formulastudent-regensburg.de
6ec628287a8d994cd159cd96547daf5ac8c5d11a
6ebca25647df8ec4573b67394856670e1cbca906
/Inc/iwdg.h
2765bbdf185b0ee0b39ddbeac3a6f3519d0f6709
[]
no_license
m-gardet/STM32F3DISCOVERY
9e5208f734898b45476e1ec14488d9bbfa4fcd41
717ab1e874cb60706cf30baead9ad67336a676ea
refs/heads/master
2020-05-21T08:54:23.831857
2017-12-01T15:58:59
2017-12-01T15:58:59
69,882,007
0
0
null
null
null
null
UTF-8
C
false
false
2,824
h
/** ****************************************************************************** * File Name : IWDG.h * Description : This file provides code for the configuration * of the IWDG instances. *****************************************************************************...
[ "m.gardet@overkiz.com" ]
m.gardet@overkiz.com
6ffaa295df192ded095d6aac7a8c296d4b09ac97
52597617ca047fb0c1ade22d1dbdb4e21b557d40
/T08ANIM/RENDER.C
fdce118d5b25d4dad3c75e04cd13d584b11dfe21
[]
no_license
1fanfan1/SUM2016
9379b3d833e9b2271c3616af3a5a0162b63280d4
67e72ecf8a95852f9406047311e94300f4753e05
refs/heads/master
2021-01-09T20:07:42.883706
2016-06-18T13:55:31
2016-06-18T13:55:31
60,272,568
0
1
null
null
null
null
UTF-8
C
false
false
6,489
c
/*Shvetz Andrei 10-5 07.08.2015*/ /* FILE NAME: RENDER.c * PROGRAMMER: AS5 * PURPOSE: working with matr */ #include "ANIM.H" #include <stdio.h> MATR AS5_RndMatrWorld/* = MatrIdentity()*/, AS5_RndMatrView /* = MatrMulMatr(MatrIdentity, MatrTranslate(VecSet(-1, -1, 0)))*/, AS5_RndMatrProj; FLT ...
[ "noreply@github.com" ]
1fanfan1.noreply@github.com
207397234228c9678ab042c15dbe781139f3d7ab
eb8fa630db7bbeb85db0ba4ba7d517201df52d11
/Libft/ft_strncmp.c
59b220551549fa33cb279d80fd7eb71f9f073b9b
[]
no_license
mbelaloui/Fillit
2b89824bcc0ddd7faa45b88eee871fa05139bdd0
8566008c97c0d216556c249490201ab19ba2116f
refs/heads/master
2021-08-31T07:46:21.257540
2017-12-20T17:18:28
2017-12-20T17:18:28
113,038,492
0
0
null
null
null
null
UTF-8
C
false
false
1,278
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strncmp.c :+: :+: :+: ...
[ "mbelalou@e1r4p1.42.fr" ]
mbelalou@e1r4p1.42.fr
f5d986a400f18cd2fed55f1afdd7485a1eaa0ea7
0cd3acbe2f5ce23aaffa63a016c8766b3e9efc42
/test.c
e273d52a9317e6fed3280164e6385fd47f613441
[]
no_license
lishaguo/git_learn
5a6c86fe1b92902f733808f402c7a114bdff2bc7
4bd7d2b560197e310c5006798470a4098a80ddb3
refs/heads/master
2022-11-23T14:13:34.191268
2020-08-02T01:13:34
2020-08-02T01:13:34
284,282,798
0
0
null
null
null
null
UTF-8
C
false
false
127
c
#include <stdio.h> int main() { char name[50]; printf("please input str:\n"); scanf("%s",name); printf("%s",name); return 0; }
[ "lishaguo123@163.com" ]
lishaguo123@163.com
1805fbe5642079542988f42caa23b0c07da52e1b
0136afdb45ca789fa59befe2318b47680c775e5b
/src/server/TEC/ComPort/ComPort_Linux.c
9e93b85cd76e2cbae8d745830e2f99f55af04824
[]
no_license
prospero-x/TCP-CommandServer
09bd66cef706f3fa97774fb76c5eed0ef9ecae89
be57a62a27ce9a623c472d16f8114d7697f82515
refs/heads/master
2022-05-01T05:20:20.424114
2017-05-25T05:36:24
2017-05-25T05:36:24
92,367,759
1
1
null
null
null
null
UTF-8
C
false
false
3,218
c
#include <stdio.h> #include <string.h> #include <fcntl.h> #include <termios.h> #include <unistd.h> #include <errno.h> #include <stdbool.h> #include <pthread.h> #include "../MeComAPI/MePort.h" #define DEVICE "/dev/ttyUSB" static int FDSerial; static void WriteDataToDebugFile(char *prefix, char *in); st...
[ "xerxes@MacBook-Pro-3.local" ]
xerxes@MacBook-Pro-3.local
ebb262926f6313a6085c7a82cad589ae5bd6a0ef
ec5eefb9efcdbf9296ce9216d88a4a9449a04ef6
/escape.c
28ea611c16d1a9b221deba5455202ecab12cd616
[]
no_license
EvanBurnette/KnRC_Challenges
a3a4eecd43909c973fb49c6ad16a5fa3138dd8c6
d48cfc75e0128d81375b515b0dabd6c604548d94
refs/heads/main
2023-06-26T18:21:16.181040
2021-08-02T23:16:16
2021-08-02T23:16:16
387,355,741
0
0
null
null
null
null
UTF-8
C
false
false
1,030
c
#include <stdio.h> #define MAXLINE 1000 void escape (char s[], char t[]); void unescape (char s[], char t[]); int main() { char s[MAXLINE] = " Test string\nwith two lines\0"; char t[MAXLINE]; escape(s, t); printf("%s\n", s); printf("%s\n", t); return 0; } void escape (char s[], char t[]){ char c; ...
[ "EvanBurnette@users.noreply.github.com" ]
EvanBurnette@users.noreply.github.com
0308d9700c46e7d3e9b66db9a5c6544265e834c5
33fd7f0794f01481d4c10963b6b2bfd5a0762fe7
/xp_comm_proj/rd_papy/rd_pyutl.c
17f338a11f9a5963d165ace013df52d01ff4fbbc
[ "Apache-2.0" ]
permissive
avs/express-community
fc8531a221b73057ad3e5d6c2d968466ee033637
c699a68330d3b678b7e6bcea823e0891b874049c
refs/heads/master
2022-07-06T16:03:22.406751
2020-05-19T21:00:15
2020-05-19T21:00:15
264,246,567
3
1
null
null
null
null
UTF-8
C
false
false
16,326
c
#ifdef MSDOS #define FILENAME83 #endif /* Copyright (c) 1998 by Advanced Visual Systems Inc. All Rights Reserved This software comprises unpublished confidential information of Advanced Visual Systems Inc. and may not be used, copied or made available to anyone, except in accordance with the license u...
[ "odimond@avs.com" ]
odimond@avs.com
591bd5db4db85fc57b413b0c86d036667ba90fc9
5c255f911786e984286b1f7a4e6091a68419d049
/code/08345f41-f05b-46a3-8d64-fa478e923cfe.c
27da47bf1ac9150f5dd49941d8d55d1a1ed9fa45
[]
no_license
nmharmon8/Deep-Buffer-Overflow-Detection
70fe02c8dc75d12e91f5bc4468cf260e490af1a4
e0c86210c86afb07c8d4abcc957c7f1b252b4eb2
refs/heads/master
2021-09-11T19:09:59.944740
2018-04-06T16:26:34
2018-04-06T16:26:34
125,521,331
0
0
null
null
null
null
UTF-8
C
false
false
241
c
#include <stdio.h> int main() { int i=4; int j=34; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = i/j; l = l-j; l = l-j; k = k-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
e90b79f5c761c4e4c91c893a09c2e2ae072e9459
31976d7f26c6449cd52b470f2eefc7a924eaf115
/soft/platform/service/cfw/emod/src/cfw_emod_tsm_proc.c
19877fe4c4d8309d57aaba44a084d25ddfcff56e
[]
no_license
jhart99/RDA8955_W17.44_IDH
1198a5b7eafcdeb2403676beb697887d8b9d6036
09ecb99b552f498388d53386befb7f75b03da2a7
refs/heads/master
2023-04-23T16:41:25.513792
2021-05-10T07:14:01
2021-05-10T07:14:01
null
0
0
null
null
null
null
UTF-8
C
false
false
16,303
c
/* Copyright (C) 2016 RDA Technologies Limited and/or its affiliates("RDA"). * All rights reserved. * * This software is supplied "AS IS" without any warranties. * RDA assumes no responsibility or liability for the use of the software, * conveys no license or title under any patent, copyright, or mask work * right to ...
[ "1036421284@qq.com" ]
1036421284@qq.com
02eff228d3646a23662381735091d84f00805fcc
e1bc46edbe00f261282cb798eb59a25ad5227eff
/lte/gateway/c/oai/tasks/nas/ies/EpsBearerContextStatus.c
1a023fe54ef1b43fcfd8a1c0e0a054e9db6be7dd
[ "Apache-2.0", "LicenseRef-scancode-unknown", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
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
2,367
c
/* * 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
be18e9fedff4ef5c1ca55b950e6c654bd7d9295f
599908a2466ef05aaa247d616b8c5a7c6a3ddbf4
/Projects/STM324x9I_EVAL/Applications/Camera/Camera_To_USBDisk/Src/stm32f4xx_it.c
abcf94ff9a4f765dcac3dacaeeded7e27abe0509
[ "BSD-2-Clause" ]
permissive
wongyunkei/KeiLib
d65cae1136015b25e98586342c99f5dbbc1016c5
fff7e13b7f57c03d53b442b656eb68c7195df10c
refs/heads/master
2021-01-19T10:15:28.137603
2017-02-19T08:29:13
2017-02-19T08:29:13
82,168,386
0
1
null
2020-03-08T01:17:13
2017-02-16T10:23:08
C
UTF-8
C
false
false
5,120
c
/** ****************************************************************************** * @file Camera/Camera_To_USBDisk/Src/stm32f4xx_it.c * @author MCD Application Team * @version V1.4.6 * @date 04-November-2016 * @brief Main Interrupt Service Routines. * This file provides template...
[ "wongy@DESKTOP-TMGI6Q9" ]
wongy@DESKTOP-TMGI6Q9
88c25b287cae76459f437fadd1617c6de52c204c
fa78118d8dbf60b2ee35efa2722b34e746225834
/Temp/StagingArea/Data/il2cppOutput/t645504305MD.h
7008b3a0874a02261429223f976f5a3ad18cf0aa
[]
no_license
nsbingham/unity-roll-a-ball
2935c2783763e7935d1a7659b58d577db7ae19f6
be9f18afa7ad71acf3db12b03fda0f3257dba9d7
refs/heads/master
2021-01-10T05:44:47.996328
2016-03-31T21:47:37
2016-03-31T21:47:37
55,182,176
0
0
null
null
null
null
UTF-8
C
false
false
569
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> struct t645504305; struct t968488902; #include "codegen/il2cpp-codegen.h" extern "C" void m2327580462 (t645504305 * __this, int32_t p0, con...
[ "nsbingham@gmail.com" ]
nsbingham@gmail.com
3cf2dfb5905c580b7a908492aea4a4a392fbc673
2176db94ff68baa5050a21efdb01e81d978ce872
/Working IO code/avr/include/avr/iotn102.h
d2a646b69c3aca3c7ac1d66d1f1754a08d0bca2a
[ "MIT" ]
permissive
badgeteam/hackerhotel-2020-software
e3a4b447cfe57ef5b2044459d18b4b6629d1f314
b05a678b1e3d632d61354dd7cef5edf007e055c8
refs/heads/master
2021-01-07T22:44:43.859304
2020-03-05T12:23:36
2020-03-05T12:23:36
241,839,629
3
1
null
null
null
null
UTF-8
C
false
false
11,144
h
/***************************************************************************** * * Copyright (C) 2019 Atmel Corporation, a wholly owned subsidiary of Microchip Technology Inc. * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in complianc...
[ "benadski@gmail.com" ]
benadski@gmail.com
97b3abb9391f1212c070eca8926ea83f30622325
067690553cf7fa81b5911e8dd4fb405baa96b5b7
/4539/4539.c
009a306a53f806bf5dec452f7c2fe3e717ee27f1
[ "MIT" ]
permissive
isac322/BOJ
4c79aab453c884cb253e7567002fc00e605bc69a
35959dd1a63d75ebca9ed606051f7a649d5c0c7b
refs/heads/master
2021-04-18T22:30:05.273182
2019-02-21T11:36:58
2019-02-21T11:36:58
43,806,421
14
9
null
null
null
null
UTF-8
C
false
false
365
c
#include <stdio.h> #include <string.h> int main() { int t; int num; int i; char a[12]; scanf("%d", &t); while (t--) { a[0] = '0'; scanf("%d", &num); sprintf(a + 1, "%d", num); for (i = strlen(a) - 1; i > 1;i--) { if (a[i] > '4') a[i - 1]++; a[i] = '0'; } if (a[1] > '9') { a[1] = '0'; a[...
[ "isac322@naver.com" ]
isac322@naver.com
bb809be04844622210b3a36aa9b1a73fb6f246ee
51f435f065f6ae9bf6354292dfb6d758bc9f8263
/piscine/c02/ex01/ft_strncpy.c
b60f57105db2af18b7c1f1e919544fdc86a037bd
[]
no_license
martingarcialopez/42
6f0f6e0f1988015418ac24e503bbfc64b29221f8
18e055e24eab27e8f8a302937bece1ae3963c651
refs/heads/master
2021-08-09T19:03:14.518472
2020-08-18T09:07:58
2020-08-18T09:07:58
213,848,429
0
7
null
2020-08-12T06:28:28
2019-10-09T07:19:02
C
UTF-8
C
false
false
1,126
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strncpy.c :+: :+: :+: ...
[ "mgarcia-@e2r10p4.42.fr" ]
mgarcia-@e2r10p4.42.fr
2f601226aa67ca32cca4866e2e606e603a2a8575
97aab27d4410969e589ae408b2724d0faa5039e2
/SDK/EXES/INSTALL VISUAL 6 SDK/INPUT/6.0_980820/MSDN/VCPP/SMPL/MSDN98/98VSa/1036/SAMPLES/VC98/sdk/com/inole2/inc/stastrip.h
920baedb82655f4ed1bcfba1e9cfef199728a702
[]
no_license
FutureWang123/dreamcast-docs
82e4226cb1915f8772418373d5cb517713f858e2
58027aeb669a80aa783a6d2cdcd2d161fd50d359
refs/heads/master
2021-10-26T00:04:25.414629
2018-08-10T21:20:37
2018-08-10T21:20:37
null
0
0
null
null
null
null
UTF-8
C
false
false
1,397
h
/* * STASTRIP.H * StatStrip Portion of INOLE.DLL * * Public class and definitions for the StatStrip control. * * Copyright (c)1993-1995 Microsoft Corporation, All Rights Reserved * * Kraig Brockschmidt, Microsoft * Internet : kraigb@microsoft.com * Compuserve: >INTERNET:kraigb@microsoft.com */ #ifndef _...
[ "david.koch@9online.fr" ]
david.koch@9online.fr
a2cf0c2bc65b2107907cb64900d097a09594bc2f
96a15e8f760eafa2050c50e75ca30e8d42ebd98f
/testC/Es201014/candidato.h
70791d18b4cf9638d4bc27be7ba5a5c6486e865e
[]
no_license
iJaack/ASD
688a80c4bcf428f022e8fca65c85003fdb00bf51
d2eec4e13a5b8b78f54789f799d5c1ea652d0160
refs/heads/master
2021-01-25T08:42:36.986670
2014-12-16T11:21:29
2014-12-16T11:21:29
null
0
0
null
null
null
null
UTF-8
C
false
false
656
h
// // candidato.h // Es201014 // // Created by Giacomo Barbieri on 27/10/14. // Copyright (c) 2014 Tweaknology. All rights reserved. // #ifndef __Es201014__candidato__ #define __Es201014__candidato__ #include <stdio.h> #include "stringhe.h" typedef struct { // definisce la struttura candidato string cod, nome, ...
[ "giacomobarbieri94@gmail.com" ]
giacomobarbieri94@gmail.com
7c9b90bd0f4d4a153b2c2e509058f65d019d5350
009bf69f3f77fb452e6103110d1a911b81d6aaf0
/codeV17.0/codeV14.0/4 信道监听(2.3)/main.c
a7d437f754af0dc2db619f190c355222e2decb37
[]
no_license
liyanfeng/WSN2
6e9861ce7038cb1afa0a9de094ee7eae3b97fc9d
7789b569aaa1bbfa3b2c0f5826d5fb0c7a471d03
refs/heads/master
2016-09-16T05:57:43.603110
2014-09-17T09:42:13
2014-09-17T09:42:13
null
0
0
null
null
null
null
GB18030
C
false
false
3,762
c
#include <iocc2530.h> #include "hal_mcu.h" #include "hal_assert.h" #include "hal_board.h" #include "hal_rf.h" #include "basic_rf.h" #include <stdio.h> #define RF_CHANNEL 23 // 2.4 GHz RF channel #define PAN_ID 0x2007 #define SEND_ADDR 0x2530 #define RECV_ADDR ...
[ "2573746941@qq.com" ]
2573746941@qq.com
4f6181fca430849486baee3966399e496c6fb4ea
3d04179ff12d6c1993f35ccb7b91256c7f160926
/problem_solving/c/Problem_1.c
1e3bcf50c8044287ae78b0c4d5af62e7eed8014e
[]
no_license
Pavan-kalyan-thota/pdot.13
ad4bf4644c6db21a951989b2b4071edfdc43cf75
f0299ba64ff6f6da55445152ac61041c374f6bfd
refs/heads/master
2021-05-24T07:23:43.085436
2020-04-12T16:17:38
2020-04-12T16:17:38
253,449,511
0
5
null
2020-04-06T16:22:24
2020-04-06T09:18:46
C++
UTF-8
C
false
false
603
c
#include <stdio.h> void main() { int i,n; scanf("%d",&n); int a[n]; for(i=0;i<=n-1;i++) { scanf("%d",&a[i]); } for(i=n-1;i>=0;i--) { printf("%d ",a[i]); } } //'i' is temporary variable used for iterating for loop. //consider an array size with 'n' and array named '...
[ "noreply@github.com" ]
Pavan-kalyan-thota.noreply@github.com
328106312521c4d7ac23f50792e40661fb51158f
aa1529f689a962f5af337cb4476e0b8908396e2a
/usr.sbin/tcpdump/print-ip6opts.c
8fbb0c04cc6c093891574c6b5fe590e89482873d
[]
no_license
netzbasis/openbsd-src
4b85ec60a3de43a57f4816ae04b363710c4b1c20
d934f830de7af7ac65c21e2af85a2e04cf7d2e7f
refs/heads/master
2021-05-22T07:59:33.483036
2021-01-09T22:58:59
2021-01-09T22:58:59
22,029,913
4
2
null
2021-01-09T17:17:55
2014-07-20T09:19:31
null
UTF-8
C
false
false
4,106
c
/* $OpenBSD: print-ip6opts.c,v 1.7 2020/01/24 22:46:37 procter Exp $ */ /* * Copyright (C) 1998 WIDE Project. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of sou...
[ "programmer@netzbasis.de" ]
programmer@netzbasis.de
65ce926d0c4722b64cf6a24493cfa708d02477b5
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/144d9762-9a54-4b7f-9126-c84a446bcab4.c
617d9be55a2e2eecb6eff5b39e7354d8e6fb1a96
[]
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
593
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=182; int k; int l; j = 53; k = 64; k = i/j; l = i/j; l = i/j; l = l%j; l = l+j; k = l-k*i; //variables //random /* START VULNERABILITY */ int a; long b[5]; long c[51]; a = 0; do {...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
77387999b00df5c4ee9a5ee75f1b0e382692c49c
9de0cec678bc4a3bec2b4adabef9f39ff5b4afac
/PWGDQ/reducedTree/macros/attic/pp5TeV/AddTask_iarsene_testTask.C
f76645f842fba66ed20fcff4da474a2bc2c9490d
[]
permissive
alisw/AliPhysics
91bf1bd01ab2af656a25ff10b25e618a63667d3e
5df28b2b415e78e81273b0d9bf5c1b99feda3348
refs/heads/master
2023-08-31T20:41:44.927176
2023-08-31T14:51:12
2023-08-31T14:51:12
61,661,378
129
1,150
BSD-3-Clause
2023-09-14T18:48:45
2016-06-21T19:31:29
C++
UTF-8
C
false
false
66,037
c
void Setup(AliReducedAnalysisTaskSE* processor, TString prod="LHC10h"); AliHistogramManager* SetupHistogramManager(TString prod="LHC10h"); void DefineHistograms(AliHistogramManager* man, TString prod="LHC10h"); //__________________________________________________________________________________________ AliAnalysisTask...
[ "iarsene@cern.ch" ]
iarsene@cern.ch
42fef79e20e6df0bf7a2576f2593433499062225
1e85ff720900dde675253ef749c107c79359f5b9
/iOSConsole/iOSConsole/power.c
070e80d02de901e3b721ca64b4964a9daae6235c
[ "BSD-2-Clause" ]
permissive
king3g/SDMMobileDevice-master
571eea39ac8dc3bc49c097b99c4788f38a1358d0
0ea2bd0283270813e55ec7cd9ec91e740eb19250
refs/heads/master
2021-01-10T19:47:21.706186
2014-07-13T22:57:46
2014-07-13T22:57:46
21,800,043
1
0
null
null
null
null
UTF-8
C
false
false
1,933
c
// // power.c // iOSConsole // // Created by Sam Marshall on 1/25/14. // Copyright (c) 2014 Sam Marshall. All rights reserved. // #ifndef iOSConsole_power_c #define iOSConsole_power_c #include "power.h" #include "Core.h" #include "attach.h" void SendDeviceCommand(char *udid, CFDictionaryRef request) { SDMMD_AMD...
[ "king3gasset@gmail.com" ]
king3gasset@gmail.com
b903455e7fa424e2eabf71c74bc7d15f449f693a
be3167504c0e32d7708e7d13725c2dbc9232f2cb
/mameppk/src/mame/video/sknsspr.c
723a97b32ec34e721ca8dd95058d0c1bd906750f
[]
no_license
sysfce2/MAME-Plus-Plus-Kaillera
83b52085dda65045d9f5e8a0b6f3977d75179e78
9692743849af5a808e217470abc46e813c9068a5
refs/heads/master
2023-08-10T06:12:47.451039
2016-08-01T09:44:21
2016-08-01T09:44:21
null
0
0
null
null
null
null
UTF-8
C
false
false
16,463
c
// license:BSD-3-Clause // copyright-holders:David Haywood /* Super Kaneko Nova System Sprites "CG24173 6186" & "CG24143 4181" (always used as a pair?) used by suprnova.c galpani3.c jchan.c TODO: - Get rid of sprite position kludges - Fix zooming precision/rounding (m...
[ "mameppk@199a702f-54f1-4ac0-8451-560dfe28270b" ]
mameppk@199a702f-54f1-4ac0-8451-560dfe28270b
002ad1a7f641d24af9fdd206e5012e8222d1169b
cc3b76879af315cc0309c3fcab46c7eb4493aa12
/vowel.c
a2ba5abc06bf1fece3683901059ae7bcbb5c35e3
[]
no_license
arukumar12/HelloWorld
e2710c04365f1ddb2aaddce3c1d83fe08f64438d
7c4fff9145e6a559b2d92cae1efdaf472e7b0806
refs/heads/master
2021-05-11T23:42:53.143456
2018-01-14T19:07:54
2018-01-14T19:07:54
117,518,043
0
0
null
2018-01-15T08:28:07
2018-01-15T08:28:06
null
UTF-8
C
false
false
700
c
#include <stdio.h> int main(void) { char ch; printf("Enter a character"); scanf("%c",&ch); switch(ch) { case 'a': printf("Character is vowel"); break; case 'e': printf("Character is vowel"); break; case 'i': printf("Character is vowel"); break; case 'o': printf("Character is vowel"); ...
[ "noreply@github.com" ]
arukumar12.noreply@github.com
f6296f647dd9c651609791bd8c4521fb89997183
389636fa681c807c00213d558d3deaba7cc0a559
/everything_from_server/lab8/backup/shmtest2d.c
d4d47003b2ccb9b156b4d004cbb3c37f16f9f1f6
[]
no_license
jeremylumanbailey/computerSystemsProjects
db78cae66b65c46acd5cf93542c49dd1f484dd9d
a2c021aee5fddae2b079741f3676c228809e3031
refs/heads/master
2020-05-15T13:56:26.783841
2019-09-11T22:06:56
2019-09-11T22:06:56
182,317,469
0
0
null
null
null
null
UTF-8
C
false
false
1,283
c
#include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <sys/mman.h> #include <sys/stat.h> #include <sys/types.h> #include <sys/wait.h> #include <fcntl.h> int (*mem); int main ( int argc, char **argv ) { int n,i, pid, kids, shmfd; kids = argc > 1 ? atoi(argv[1]) : 5; n = argc > 2 ? atoi(argv[2]) ...
[ "jeremylumanbailey@gmail.com" ]
jeremylumanbailey@gmail.com
8946736229d984a6fe403e69dd99763143a0ad6b
6a128c62ebbfadbb4d560129ff000219fa5c1a64
/emat_stm32/Inc/stm32f4xx_it.h
24b5dd2bc84c2d28f9f21467f82b205f5ecbd068
[]
no_license
faddistr/POC
a039422a6d1333380a4d82c16e4df29b2702edfc
04645d400154a2779c8e7a1a77422a722db912f0
refs/heads/master
2021-01-10T12:10:06.125315
2016-04-29T08:35:57
2016-04-29T08:35:57
54,899,950
0
0
null
null
null
null
UTF-8
C
false
false
2,927
h
/** ****************************************************************************** * @file stm32f4xx_it.h * @brief This file contains the headers of the interrupt handlers. ****************************************************************************** * * COPYRIGHT(c) 2016 STMicroelectronics * * Re...
[ "oleksandr.shevchenko@synapse.com" ]
oleksandr.shevchenko@synapse.com
91b60f5fc36e0205058fad1cfa092ee800cb4840
1fb1a9d780fa79166d90ffce56f16e2255672da9
/STM32F103RB/_demoCode/Key and LED/DRIVER/src/led.c
9d8969a71bfcf2873747442875cae0e34d7edd5e
[]
no_license
wuchangbai2015/learnNotes
89a4e6d12d7ebc3c06b9e76d034b0e54407edc1c
50a35c588b8d8c7b8c42918a36797b831dc84746
refs/heads/master
2021-09-12T18:04:29.232871
2018-04-19T16:25:18
2018-04-19T16:25:18
92,759,836
2
0
null
null
null
null
GB18030
C
false
false
408
c
#include "led.h" void led_gpio_init(void) { GPIO_InitTypeDef GPIO_InitStructure; RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB,ENABLE); // 只能是GPIOB或者GPIOC管脚 GPIO_InitStructure.GPIO_Pin = GPIO_Pin_10; GPIO_InitStructure.GPIO_Mode = GPIO_Mode_Out_PP; // 推挽输出 GPIO_InitStructure.GPIO_Speed = GPIO_Sp...
[ "237912697@qq.com" ]
237912697@qq.com
3c253df4fcebea6b5316e9bc0bbc1f239a0556c4
6b6a8a45af2dcb382e61c129073b68de9386ba6b
/framework/common/glm_common.h
8d0b4a485c060845761f9dd630c1d87872bb8aaf
[ "Apache-2.0", "MIT", "LicenseRef-scancode-public-domain" ]
permissive
KhronosGroup/Vulkan-Samples
7e5ab5d9529e944e790dbe237201e0fbc5866d92
9a134552d64b2ebb16b9628ccae27f07e8c05290
refs/heads/main
2023-08-31T21:48:39.455558
2023-08-28T19:33:43
2023-08-28T19:33:43
218,329,478
3,492
582
Apache-2.0
2023-09-12T17:16:11
2019-10-29T16:10:56
C++
UTF-8
C
false
false
901
h
/* Copyright (c) 2019, Arm Limited and Contributors * * SPDX-License-Identifier: Apache-2.0 * * 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/LICENS...
[ "50044534+KhronosKris@users.noreply.github.com" ]
50044534+KhronosKris@users.noreply.github.com
973e125d00c4197c654423df965edbbb55aeb56a
bfcf6870d3f6117b135b64a2a198da7bef9c59fd
/kl_lib/Sound/mp3/real/huffman.c
19f1368891cf9b799a2a6ab2ebe5bda254dae663
[]
no_license
Kreyl/Libs
f7661cb69b4cf16501b688d2619f9de030e6f669
3b4df469adc9e60ea0a29b08fd92c6e3ad14237b
refs/heads/master
2023-08-23T05:36:10.236129
2023-08-05T17:45:07
2023-08-05T17:45:07
32,942,677
5
3
null
null
null
null
UTF-8
C
false
false
16,393
c
/* ***** BEGIN LICENSE BLOCK ***** * Version: RCSL 1.0/RPSL 1.0 * * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. * * The contents of this file, and the files included with this file, are * subject to the current version of the RealNetworks Public Source License * Version 1.0 (the "RPS...
[ "laystoll@yandex.ru" ]
laystoll@yandex.ru
88037791b402a282fbc55a09971e95d7d1c7d5e7
3b60e6f4bbc011003ac4929f01eb7409918deb79
/Analysis_v1/GenSignalDiphotonStudy/NonResonanceTemplates/analyze_ADDGravToGG_NegInt_1_LambdaT_6500_M_2000To4000.C
7559807cde9a9d314b82d0023536b02f29b080a0
[]
no_license
uzzielperez/Analyses
d1a64a4e8730325c94e2bc8461544837be8a179d
1d66fa94763d7847011ea551ee872936c4c401be
refs/heads/master
2023-02-09T04:54:01.854209
2020-09-07T14:57:54
2020-09-07T14:57:54
120,850,137
0
0
null
2020-06-17T16:48:16
2018-02-09T03:14:04
C++
UTF-8
C
false
false
506
c
#include "Class_ADDGravToGG_NegInt_1_LambdaT_6500_M_2000To4000.C" #include <iostream> #include "TStopwatch.h" using namespace std; int analyze_ADDGravToGG_NegInt_1_LambdaT_6500_M_2000To4000(){ // start stopwatch TStopwatch sw; sw.Start(); Class_ADDGravToGG_NegInt_1_LambdaT_6500_M_2000To4000 t; t.Lo...
[ "uzzie.perez@cern.ch" ]
uzzie.perez@cern.ch
4e1b9e9e40dc3d418230f37c1fd06c1924d69147
c219ad02e37698631732e07a103835da2409e121
/docs/example/STC15系列库函数与例程测试版V2.0/例程/14-模拟串口/宏晶模拟串口.c
bd7dceb8df11943affc682649fb8764212e2db8b
[ "Apache-2.0" ]
permissive
byxlk/smart_pjst
04c25743074f4246d39cd91cf30744b695eaca67
50e0e2893376ac5e765b11d065ea4bf99a0a233e
refs/heads/master
2023-03-20T09:51:30.540368
2021-03-06T16:20:40
2021-03-06T16:20:40
296,832,433
0
1
null
null
null
null
GB18030
C
false
false
5,004
c
/*------------------------------------------------------------------*/ /* --- STC MCU International Limited -------------------------------*/ /* --- STC 1T Series MCU RC Demo -----------------------------------*/ /* --- Mobile: (86)13922805190 -------------------------------------*/ /* --- Fax: 86-0513-55012956...
[ "lsl@byxlk.localdomain" ]
lsl@byxlk.localdomain
de29ef19a590b5e4793df6064bc4d74dc2ba7ddb
1ee35436839bb69a8ad26a2596b1412068738e40
/src/lmath.c
cde5064ef27a8ebf65fbe0bbd865656888e4839d
[]
no_license
tonyxwz/tinylisp
2329bfa6036e2be9fbee7a2d136ff69270b9eb14
aa015a174d5335bb2579a5472b2455033c7f4749
refs/heads/main
2023-04-08T14:54:46.463503
2021-04-09T17:24:07
2021-04-09T17:24:07
336,492,272
0
0
null
null
null
null
UTF-8
C
false
false
4,225
c
#define _XOPEN_SOURCE 500 #include "mpc.h" #include <float.h> #include <math.h> #include "lmath.h" #include "lobj.h" lobj* check_args(lobj* v, const char* fname) { for (int i = 0; i < v->count; ++i) { LASSERT_TYPE_I(fname, v, i, LOBJ_DOUBLE) } return NULL; // OK } // recursive TODO use macros, add integer ...
[ "tonyxwz@yahoo.com" ]
tonyxwz@yahoo.com
a6317d7feb2314bf6eadf8c3ba851eea0deb85d9
136ab10246c24e9810354e8de531dfe03b06f47d
/srcs/ft_lstnew.c
2d9bd3d937009a5256105e0d12453f1e029cdfee
[]
no_license
kadogams/libft
00ca20ff4025b7aea6a2bf976e12ec6ce1fe79e5
aad427ab0b7de2914d25e768ec9571b05a3df5c0
refs/heads/master
2020-06-24T02:51:40.369051
2019-07-25T13:13:29
2019-07-25T13:13:29
198,828,051
0
0
null
null
null
null
UTF-8
C
false
false
1,330
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstnew.c :+: :+: :+: ...
[ "skadogam@student.s19.be" ]
skadogam@student.s19.be
a04c8dd6a4ea025fa361a1efd823393d2019f12d
e24b5ced08861a6219020e86d46a522d5a7c5ae5
/sample-native-unity-apps/ios/UnityComponent/Classes/Native/System_System_Collections_Generic_Stack_1_gen_1.h
00a4088f6c619585dd7be404b59390352231ee64
[]
no_license
AndreaMelle/UnityNativeIntegrationScoping
10579125b088c867e1549c5732a458ced73af41c
6b551828520bb178ff19a99398a678f3789386f2
refs/heads/master
2021-01-13T00:52:13.151928
2015-10-28T17:09:59
2015-10-28T17:09:59
44,184,426
1
0
null
null
null
null
UTF-8
C
false
false
948
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> // System.Collections.Generic.List`1<UnityEngine.EventSystems.IEventSystemHandler>[] struct List_1U5BU5D_t2409; #include "mscorlib_System_Object.h" // System.Collections.Generic.Sta...
[ "andreamelle@Andreas-MacBook-Pro.local" ]
andreamelle@Andreas-MacBook-Pro.local
c28202f40c18c1604e5cd37076af17e6423f2bac
e51ad72b4b2369596cdab245baddc59e336be3c1
/Tools/Bank_ahly/AHLY_APM_CODE/TestCfg.h
db3467d686b4a117b1a8111b9562f19441312e5d
[]
no_license
zzfd97/S_MISR
702abccb22c9b0624d149559f115edee330be0d2
455987a15454d101012868523d89e8ad4399f713
refs/heads/master
2022-01-06T09:46:35.756460
2018-09-03T13:01:25
2018-09-03T13:01:25
null
0
0
null
null
null
null
UTF-8
C
false
false
4,572
h
//----------------------------------------------------------------------------- // File : testcfg.h // Module : // Description : Test Key & Config header file. // Author : Lewis // Notes : N/A // // ============================================================================ // | N...
[ "ahmed.elemam@its.ws" ]
ahmed.elemam@its.ws
0a4c9c8118467c7bfcf586e3a574a2ac50ffd100
efb6067f187ccf2edb9657ba2dff6888dfa51107
/aurora_1_2/catalogmgr/src/CompositeType.C
c101775e5e1ec77eb804fe5bf01f675c56f03f3b
[]
no_license
as010101/Aurora
73830c5354d202dcec9a28c622baf02330bc445e
c8c5414b5a22af677e1a8dc8c8892e29860613a4
refs/heads/master
2022-05-31T19:54:39.478235
2020-04-30T07:22:58
2020-04-30T07:22:58
260,135,994
0
0
null
null
null
null
UTF-8
C
false
false
1,338
c
// CompositeType.cpp ///////////////////////////////////////////////////////////////////////////// // Author: Jeong-hyon Hwang(jhhwang@cs.brown.edu) // Version 1.0 - 2002/07/15 ///////////////////////////////////////////////////////////////////////////// #include "CompositeType.H" #include <strstream.h> Attribute::A...
[ "root@localhost.localdomain" ]
root@localhost.localdomain
aab35eba5f1ecec89f59239467aac435279d12e3
43226a621d5d0c816e63b65ba481db99294e7e27
/F0/Middle_Driver/md_led_driver.h
f23f81b1c9d0d828203c2242c0c78978fce2d5db
[]
no_license
JINxin-0505/FlightControlSystem_Study
d80ed42bb096a30015a21fa1b4d223c2f2995b95
8cace77b6ffbe670405e497525bb9a8480c62e99
refs/heads/master
2022-06-29T16:42:56.541193
2020-05-08T10:50:44
2020-05-08T10:50:44
null
0
0
null
null
null
null
GB18030
C
false
false
606
h
/******************************************************************************* * 文件名称:md_led_driver.h * * 摘 要: * * 当前版本: * 作 者: * 日 期:2017/12/18 * 编译环境:keil5 * * 历史信息: *******************************************************************************/ #ifndef __MD_LED_DRIVER_H #define __MD_LED_DRIVER_H #inclu...
[ "770495569@qq.com" ]
770495569@qq.com
f17a027050313e72a03b5494e751282e7be11539
701dc730632f959d30fc5dd93f6a3b83d06c4d58
/lex.yy.c
8a27c10f00c4cfad9a828abc74a8ba67b60be5ef
[]
no_license
ronakgadia/SQL-Parser
c06b34c9d2cc3cec4b301f52fa2a58d1aedb61f7
dcd07ff9934e83018c8d40a303c7fed95876353a
refs/heads/master
2022-03-30T12:16:12.399500
2020-02-04T08:35:06
2020-02-04T08:35:06
237,738,450
4
1
null
null
null
null
UTF-8
C
false
false
83,946
c
#line 3 "lex.yy.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 6 #define YY_FLEX_SUBMINOR_VERSION 4 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific ...
[ "ronakgadia725@gmail.com" ]
ronakgadia725@gmail.com