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
4f08e05c34fabd12b2a6c4daead4215e450c0b04
03569fc86e2e827c7fc66438ea2802817f1a064f
/Example/Pods/Headers/Public/XLSegmentControl/UIView+XLSegment.h
a92a5353d77b67677e7041ca630064ef5ceaf11a
[ "MIT" ]
permissive
xuxiaolongln/XLSegmentControl
9c28a30576eaeab2d67c4d83eda2174a7e846f73
53f339000f983f0264bc2ab7408158494ea736c5
refs/heads/master
2020-04-13T22:52:26.816070
2019-07-18T03:54:55
2019-07-18T03:54:55
163,491,025
3
0
null
null
null
null
UTF-8
C
false
false
63
h
../../../../../XLSegmentControl/Classes/Core/UIView+XLSegment.h
[ "xuxiaolong3@yiche.com" ]
xuxiaolong3@yiche.com
d77bc3efe0f8a18bd8104192d803209ce574f27d
079c0b700d8af3e08d27cd07b8df7444d91e7780
/main_program.c
b78ea9dd258283c2f7802968decf01054258de73
[]
no_license
simacem/mengambildata
0a86bcb2ed792387b2578d9dd69ba204912accf7
129ee7c7eab8068807d8715ab7abddd8d764cddd
refs/heads/master
2020-12-04T19:10:09.177602
2016-08-26T03:01:11
2016-08-26T03:01:11
66,611,787
0
0
null
null
null
null
UTF-8
C
false
false
268
c
#include <stdio.h> #include <mysql/mysql.h> #include "funsi_sql.c" int main() { funsi_sql( "localhost","root","root","ini","toni mas",90,"kece"); create_table("localhost","root","root","ini","kece"); return 0; }
[ "komandomilala83@gmail.com" ]
komandomilala83@gmail.com
7f3a5798daa46280e564f9e879f89cb0c358e574
b3d56982b102317ca727a485c4b0b81654c222e5
/1564/1564_ver_2.c
1fb24205d80e9b629161aa8e68ae04c3d0f52a79
[]
no_license
fbwoalszz/BAEKJOON
5e303c3616c6c7495bb2cbe8aad6952019cc501d
dd35123caaa5036b5fa3b1b2cc8c8aa8a448e0a0
refs/heads/master
2020-07-04T14:19:18.085207
2019-08-17T11:59:28
2019-08-17T11:59:28
202,308,921
0
0
null
null
null
null
UTF-8
C
false
false
483
c
#include <stdio.h> /// Wrong Answer. /// If input is 18, the correct answer is 05728. /// But according to this code, the answer is 5728. int main() { int input; long long num = 1; scanf("%d", &input); for (int i = 1; i <= input; i++) { num *= i; while (num % 10 == 0) { // If last number is 0, num /= 1...
[ "fbwoalszz@naver.com" ]
fbwoalszz@naver.com
3076719f55c992eb4c4f2b154e7f98031f867732
b971d9e308dea76a572bdec42efb8805b271da26
/standard_c_library_functions/substr.c
676890a77fe657ff9cce0e70d6d77193e88a9f5e
[]
no_license
yellapra/Algorithms_and_DataStructures
7c8a858bd738e66c82a6e707bb8dff2629a01f75
07aec2e19454925c6f4aa88e9d88dc0ac83ebf6a
refs/heads/master
2020-12-24T20:42:39.069786
2016-06-08T16:43:31
2016-06-08T16:43:31
58,001,485
0
0
null
null
null
null
UTF-8
C
false
false
207
c
char *mySubstr(const char *src, char *dest, int position, int length) { if(src == NULL) { return NULL; } while(length > 0) { *dest = *(src+position); dest++; src++; length--; } return dest; }
[ "yellapra@usc.edu" ]
yellapra@usc.edu
89666d497d9c4b4568c018eccfc42b832cb001f0
d1742451b25705fc128acc245524659628ab3e7d
/Hacker Rank/Dev Point.c
1daf5233c4b9b3feed2aa45865808514d67a9dc2
[]
no_license
Shovon588/Programming
ebab793a3c97aedddfcad5ea06e7e22f5c54a86e
e4922c9138998358eed09a1be7598f9b060c685f
refs/heads/master
2022-12-23T18:29:10.141117
2020-10-04T17:29:32
2020-10-04T17:29:32
256,915,133
1
0
null
null
null
null
UTF-8
C
false
false
804
c
#include<bits/stdc++.h> using namespace std; int main() { #ifndef ONLINE_JUDGE freopen("input.txt", "r", stdin); freopen("output.txt", "w", stdout); #endif long long int n,m,q,i,x,y,l,r,j,k,t,z; scanf("%lld",&t); for(z=0;z<t;z++) { scanf("%lld%lld%lld",&n,&m,&q); long long int a[n]...
[ "mainulislam588@gmail.com" ]
mainulislam588@gmail.com
c53c63c28205acdecced87fcc4b1ed3a400aab66
dcf26a6bcf853a3f8f6f50f9379998ef4d8aad40
/vendor/hisi/hi35xx/middleware/source/third_party/ffmpeg/ffmpeg-y/libavcodec/aarch64/vp9dsp_init_aarch64.c
f497e06b3ed06603182f53f48a9835080bf15a3b
[]
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,356
c
#include <stdint.h> #include "libavutil/attributes.h" #include "libavutil/internal.h" #include "libavutil/aarch64/cpu.h" #include "libavcodec/vp9dsp.h" #include "vp9dsp_init.h" #define declare_fpel(type, sz) \ #define declare_copy_avg(sz) \ #define decl_mc_func(op, filter, dir, ...
[ "huihuigong@users.noreply.github.com" ]
huihuigong@users.noreply.github.com
0e2a991c5c33caaa48424c8c5182a2c16ccd3884
6dabb586e2dbe7284246b22ca571c4bbf5be0e36
/LabRepo_5/rsLab5Project/source/WDogMod.h
f64174ad5ed445cda6dd05a3b1642aaf13d9665e
[]
no_license
sanborr2/AlarmCircuit_EmbeddedMicrocontrollersII
8c6491d94afbb3995059fff8b886579582e3ef33
c7d31d82e79462ba9a51199440e287e847f5692c
refs/heads/master
2020-04-14T18:47:12.305691
2019-01-03T23:23:11
2019-01-03T23:23:11
164,032,918
0
0
null
null
null
null
UTF-8
C
false
false
1,432
h
/**************************************************************************************** * EE344, rsLab5Project, WDogMod * Program handles WatchDog of Security System * * Robert Sanborn, Nov 30, 2018 * ****************************************************************************************/ #ifndef WDOGMOD_...
[ "noreply@github.com" ]
sanborr2.noreply@github.com
d6cf832e93f1156de677a47a53ef86a468536c6f
9f32836ea276df82460eff15f5a3070a3107857e
/KelisSDK/ugelis/kelis_example/midware_example/edgui_demo/apps/tests/edgui_test_misc/edgui_test_task.c
943394f9ee4b3910c916e7c6894008e8b07041bc
[]
no_license
hdagd/BPI-EAI80-bsp
723f9c8af1d6a2eea68414167cf7526099ba9656
cb3fb230de0f16caec117a08ee94b40c41913b1c
refs/heads/master
2023-06-30T00:56:34.151192
2021-07-23T01:27:19
2021-07-23T01:27:19
null
0
0
null
null
null
null
UTF-8
C
false
false
5,402
c
/** * @file edgui_test_task.c * */ /********************* * INCLUDES *********************/ #include "edgui_test_task.h" #include <stdio.h> #if EDGUI_USE_TESTS /********************* * DEFINES *********************/ /********************** * TYPEDEFS **********************/ typedef struct {...
[ "lionwang@sinovoip.com.cn" ]
lionwang@sinovoip.com.cn
555486c7b8dab9b88736a41c5ec62134c75365f1
34162ef40f2928801106359200f330d8d17b047d
/src/expr.c
71bf288d35642e2536be3c31f5da5ae8021f2188
[]
no_license
titouanc/tinylisp
3d5f1e140684774c9b8304862af19556cc829554
b3b529d05becc97657548225cd4bd66d60695669
refs/heads/master
2021-01-20T17:37:45.372495
2019-09-16T17:32:41
2019-09-16T17:36:12
35,520,253
0
0
null
2019-09-16T17:36:14
2015-05-13T00:53:57
C
UTF-8
C
false
false
11,525
c
#define _GNU_SOURCE #include "expr.h" #include "utils.h" #include "env.h" #include <string.h> #include <assert.h> #include <stdio.h> #include <stdarg.h> #define LISP_MAX_PARAMS 10 void raise_error(lisp_err *err, lisp_err_type type, const char *fmt, ...) { if (err != NULL){ va_list args; va_start(a...
[ "moiandme@gmail.com" ]
moiandme@gmail.com
9b7ad980422124523a7d5b3e7b8e26be91adb3d8
12617b612f9af2e5e098379d5ff4162934a81879
/SOS/SL/SOS/SOS_LCfg.c
001842f035872b4bcdbf169f2a2f58599fa0a691
[]
no_license
ahmadmostafa10495/Small-OS
0ae157464ed2e10a0ca6a99c442322b0e9c73779
1e260246476578c85b0d698afd6f7bc96fa4f91d
refs/heads/master
2021-02-09T20:41:46.751992
2020-03-02T08:54:53
2020-03-02T08:54:53
244,322,631
0
0
null
null
null
null
UTF-8
C
false
false
166
c
/* * SOSLCfg.c * * Created: 1/19/2020 9:22:18 AM * Author: ahmad */ #include "SOS_LCfg.h" #include "SOS.h" str_SOS_Cfg_t SOS_Info = {SOS_CH0, 1};
[ "noreply@github.com" ]
ahmadmostafa10495.noreply@github.com
bc1747720f650cfb65acfabdbcc973a5fc0998c5
aa0aa7fbdf8a38b867918338957ea0c9bc7790b5
/build-arm64/system/uapp/blktest/config-module.h
97540a3e7c42ce51fd7a57806c6059854b74ef40
[ "BSD-3-Clause", "MIT" ]
permissive
ChristopherWen/Debug_zircon
e32c21e0caffbdf3a665c1d0c16c16b3879c62cd
76228456e9a31a200f1d4f1fb9b5cd45b52f6263
refs/heads/master
2021-09-14T18:55:13.682316
2018-05-17T13:39:21
2018-05-17T13:39:21
null
0
0
null
null
null
null
UTF-8
C
false
false
965
h
#pragma once #define MODULE_LIBS "system/ulib/c_system/ulib/unittest_system/ulib/blktest_" #define MODULE_STATIC_LIBS "" #define MODULE_COMPILEFLAGS "-I./build-arm64/system/ulib/blktest/gen/include_-I./build-arm64/system/ulib/c/gen/include_-I./build-arm64/system/ulib/unittest/gen/include_-Iglobal/include_-Isystem/uapp/...
[ "763106285@qq.com" ]
763106285@qq.com
67dd8bcb62dba28d0ae4eae2981c3382eb0ba960
2f69249b735a68c001f7eaf836af937d5f3c4f8f
/stm32l0discovery/Projects/STM32L053C8-Discovery/Examples/LPTIM/LPTIM_PulseCounter/Src/stm32l0xx_it.c
f3b7a5eb515ad00a2343ec1776da25d62e3d14af
[ "BSD-2-Clause" ]
permissive
shjere/common
6c0ca964ce46a60fc8d9cebb4ccee5f65e62703d
3b9bd61fe287f8d66a1f980cae49db319d796118
refs/heads/master
2021-04-12T04:48:02.790686
2015-08-13T23:07:25
2015-08-13T23:07:25
40,621,056
0
0
null
null
null
null
UTF-8
C
false
false
5,179
c
/** ****************************************************************************** * @file LPTIM/LPTIM_PulseCounter/Src/stm32l0xx_it.c * @author MCD Application Team * @version V1.0.0 * @date 18-June-2014 * @brief Main Interrupt Service Routines. * This file provides template for...
[ "shjere@g.ucla.edu" ]
shjere@g.ucla.edu
2fcc22bdd22b472f1720d3a51536e67ad9f56be4
7c6f443f992efd65f4ce96fc52c5323e1417722f
/users/net-snmp-5.4.1/snmplib/snmp_logging.c
3304029a8afc07a076d4bda9fe8b7129845c98f0
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "MIT-CMU" ]
permissive
frederic/rtl819x-toolchain
692892b0123feee8d030f0dd17bb500be9ed35a7
5c9be5d943318fdb4d048ae22078129594eb5a10
refs/heads/master
2021-01-16T19:18:23.267793
2014-03-24T20:39:20
2014-03-24T20:39:20
11,039,776
16
16
null
2020-03-08T12:11:12
2013-06-28T22:28:25
C
ISO-8859-15
C
false
false
32,856
c
/* * logging.c - generic logging for snmp-agent * * Contributed by Ragnar Kjørstad, ucd@ragnark.vestdata.no 1999-06-26 */ /* Portions of this file are subject to the following copyright(s). See * the Net-SNMP's COPYING file for more details and other copyrights * that may apply: */ /* * Portions of this file a...
[ "user@debian" ]
user@debian
6e3e6353a9e88c7c57cae515e30cef76a4cf13c7
bbd5128744cea7d54ee8efe42b3d12998b8bc005
/global.c
2591d46d681557c6061a8cfbc5076a7c8f2c8cc8
[]
no_license
triszt4n/hw-prog1
12ad55702991364fe2373e36a1a22e293e690160
a7656da0dcf00e6d202bbde48995716bc12792f2
refs/heads/master
2023-07-01T16:38:13.992039
2020-11-12T16:15:07
2020-11-12T16:15:07
312,329,579
0
0
null
2021-08-11T21:09:06
2020-11-12T16:13:37
C
UTF-8
C
false
false
4,431
c
#include "debugmalloc.h" #include <SDL2/SDL.h> #include <SDL2/SDL_ttf.h> #include <SDL2/SDL2_gfxPrimitives.h> #include <math.h> #include <stdlib.h> #include <string.h> #include "global.h" //SZiNVÁLASZTÉK: SDL_Color snek_green = { 0xc4, 0xff, 0x0e, 0xff }; SDL_Color black = { 0x00, 0x00, 0x00, 0xff }; SDL_Color snek_bg...
[ "trisztanpiller@gmail.com" ]
trisztanpiller@gmail.com
9c0cd0281135222e0f986d7341f54a76a5bf9382
61387be85711cf03ca2cc4144c15369ee9a46796
/zo-mb-es-defender/project.IOs/Project.IOs/Classes/Native/mscorlib_System_Collections_Generic_Dictionary_2_Ke831383614MethodDeclarations.h
925c511e25d8902206a6102aa7fc895b74f9abaf
[]
no_license
hoangwin/raci-ngc-ar_Du-o-iHin-hBa-tC-Hu
6bb6b64052f05bc4026e1cfc6e10844c3dfc574b
29c4f918482e9b850503d9912ebdf7afdafcafed
refs/heads/master
2021-01-10T10:00:33.196405
2016-08-14T23:06:31
2016-08-14T23:06:31
44,680,146
0
0
null
null
null
null
UTF-8
C
false
false
9,220
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> // System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object> struct KeyCollection_t831383614_0; // System.Collections....
[ "hoang.nguyenmau@hotmail.com" ]
hoang.nguyenmau@hotmail.com
5157237b774faced17ec6f355352d7ae51418ab4
beb860068bd6bb12be75bdc48f13b737b3098b7a
/transmi_cartes.cydsn/Generated_Source/PSoC5/Sw_7_aliases.h
8a6449d59029df40ecdbd140074d22a620197a64
[]
no_license
Pierre-pastel/ferme
4eb588955b07403ce21907308dea7989219bd8b3
fb96bf7a21203658fb0e4a44ce3a007cfd656ab7
refs/heads/master
2020-04-20T02:58:49.252459
2019-03-12T19:05:05
2019-03-12T19:05:05
168,585,337
0
0
null
null
null
null
UTF-8
C
false
false
1,223
h
/******************************************************************************* * File Name: Sw_7.h * Version 2.20 * * Description: * This file contains the Alias definitions for Per-Pin APIs in cypins.h. * Information on using these APIs can be found in the System Reference Guide. * * Note: * *******************...
[ "couderc.pastel@gmail.com" ]
couderc.pastel@gmail.com
599f6bcf909c22b0683cf917a0ff1cd093b78d5f
114ae18452a5490d324472dce80f1d38eeca1781
/balbioriginal/SinKin_ModelDB_r4(1)/SinKin_ModelDB/Nav13_a.c
af84b6b53e649873265bc663187b4841a9a45f6c
[]
no_license
alexandercahlin/NEURON
bcba8d3fca3224565d92e255ea0f122b36e232e0
423d1ed5b28405eb358527937bf0a22c228fb2fa
refs/heads/master
2021-05-12T00:45:08.439506
2018-04-04T13:26:06
2018-04-04T13:26:06
117,541,762
0
0
null
2018-01-15T12:26:43
2018-01-15T12:19:52
null
UTF-8
C
false
false
25,233
c
/* Created by Language version: 6.2.0 */ /* VECTORIZED */ #define NRN_VECTORIZED 1 #include <stdio.h> #include <stdlib.h> #include <math.h> #include "scoplib_ansi.h" #undef PI #define nil 0 #include "md1redef.h" #include "section.h" #include "nrniv_mf.h" #include "md2redef.h" #if METHOD3 extern int _method3; #endif ...
[ "tna13aca@student.lu.se" ]
tna13aca@student.lu.se
69d86a7a3a20bb7a4ef2c67973b67d86938f4f12
1454d75805d3aced8176e19f2c8d4e51d0a51a09
/Programkod/validacio.h
42d3fe5ac307304f9f61377148b8c3ee45bbb4bc
[]
no_license
berenyihenrik/NagyHazi
205a425739ce591d023597aa06ef7ef47c6b8a9b
413187b4b7e3140a5612a35064d558013e5a4866
refs/heads/main
2023-05-05T21:31:17.910957
2020-11-30T12:01:15
2020-11-30T12:01:15
null
0
0
null
null
null
null
UTF-8
C
false
false
231
h
#ifndef VALIDACIO_H #define VALIDACIO_H #include "datumkezeles.h" #include "jaratkezeles.h" bool datumValidacio(Datum datum); char* inputValidacio(char* input); bool ulohelyValidacio(int ules, int foglalt[], int meret); #endif
[ "heniboj@gmail.com" ]
heniboj@gmail.com
14a22715b3feb505d3454f224a2fe56c5f0fce45
4b793c9c0efa49389051f630fb05bfd261813902
/chapter07/bar1.c
ab6e259c1f90e3dbf05be4f5c28e8a6780e6c3f9
[]
no_license
zybeasy/csapp
a3eba84ce1ee9b32f0196d5ed95ccf1ac71a8916
80c7a2b1b1cac9842dcd54b146be39a19da8ecab
refs/heads/master
2022-12-11T00:56:33.409253
2020-08-31T01:13:23
2020-08-31T01:13:23
265,617,368
0
0
null
null
null
null
UTF-8
C
false
false
29
c
int mian() { return 0; }
[ "feihong@FeiHong.localdomain" ]
feihong@FeiHong.localdomain
40dd4e75526cf3f3fcce45ff44326469b98592e4
d0b94d70490d11f2c89897928d188cda7b002f1b
/chibios/Extension/flashconfig/src/Flash.c
e32581b2b21ce2576e62f6a882a04b0a38461db9
[]
no_license
daweskie/lightshow
aafe70b5112f04df24966066643d17c4c8406dfe
dca543bf9a2b8f147f8bee5e35caeadc63a75658
refs/heads/master
2020-06-04T16:54:48.781801
2015-01-17T18:14:48
2015-01-17T18:14:48
29,213,698
1
1
null
null
null
null
UTF-8
C
false
false
35,715
c
/** ****************************************************************************** * @file flash.c * @author MCD Application Team * @version V1.0.0 * @date 30-September-2011 * @brief This file provides firmware functions to manage the following * functionalities of the FLASH peripheral: * - FLASH Interface configuratio...
[ "zamek@vili.pmmf.hu" ]
zamek@vili.pmmf.hu
7ade16a9b9fc858af85c9abf0ac47772973b8795
1fabbdfd1ca9ea1b6808893e12bd907eb74de414
/xcode/Classes/Native/AssemblyU2DCSharp_BiographyControllerMethodDeclarations.h
ac83aabdf9562445453da9e16ce57cb6e5e9c12b
[]
no_license
Klanly/TutorialPackageClient
6f889e96c40ab13c97d107708ae8f3c71a484301
b9d61ba2f287c491c9565b432f852980ec3fee28
refs/heads/master
2020-12-03T01:42:35.256114
2016-11-01T02:40:21
2016-11-01T02:40:21
null
0
0
null
null
null
null
UTF-8
C
false
false
1,550
h
#pragma once #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" // BiographyController struct BiographyController_t1801; // System.Void BiographyController::.ctor() void BiographyController__ctor_m11963 (BiographyController_t1801 * __this, MethodInfo* method) IL2CPP_MET...
[ "bu213200@gmail.com" ]
bu213200@gmail.com
b8b3fbd045c5fe3c625916759f700789e763bd18
77d989690487e5dbb0b6e4c642bfdaf938d9a559
/源代码/V4.2.1/optimizer.h
317e27af0415d4618745e394aa11a699f84d5cf5
[]
no_license
happy-lx/C0-compiler
ee667ae68cf61249f665c09b5acecd988e68df33
c62b88645ec4dbd277ed19101f5a6ff8f6fa4098
refs/heads/master
2022-11-13T21:23:54.243215
2020-07-05T14:09:54
2020-07-05T14:09:54
277,096,154
6
2
null
null
null
null
UTF-8
C
false
false
279
h
#ifndef _OPTIMIZER_H_ #include "global.h" #include "lex.h" #include "grammer.h" #include "symbol.h" #include "semantic.h" #include "midcode.h" #include "mips.h" #include<vector> #include<stdio.h> #include<stdlib.h> #include<string.h> void optimizer(); #endif // _OPTIMIZER_H_
[ "54952983+happy-lx@users.noreply.github.com" ]
54952983+happy-lx@users.noreply.github.com
fc793b55bef735874cee78246e5e358f85456241
155bb43f12d478a293adab6a8a49c6b89b650972
/IRrecvDemo/jadwal_2.h
40318158c043845ef2c7b5213931cc2d81bd654f
[]
no_license
stufi1983/JS
b4ecd8df2dca7002fe9edc8c0edfc4f2120bacd7
5ceb47990573818d13292b15109827e7e81516bf
refs/heads/master
2021-06-02T14:42:37.523020
2019-04-12T06:16:43
2019-04-12T06:16:43
56,580,590
0
0
null
null
null
null
UTF-8
C
false
false
32,789
h
#define prog_uchar const unsigned prog_uchar jadwalJam1[] PROGMEM = { 0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,//jan,imsyak,jam 0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,//jan,subuh,jam 0, 11, 11, 11, 11, ...
[ "stufi1983@gmail.com" ]
stufi1983@gmail.com
536c30c90de8c1ad8aca897fac9171df0849b538
194040564038215e2f7bd3e6c3367bb4e99cb18d
/002_summation/inc/Global.h
4c266096e72391320827c0ea29c276d6b84f2d8d
[]
no_license
juangjl/c-tutorial
b1a37fa6e6dde0c490e3213eed4a70121cc60c79
428c032d30fd4476adda54c8ec30762fee8dc63b
refs/heads/main
2023-03-31T04:03:23.661096
2021-04-05T17:52:25
2021-04-05T17:52:25
354,825,052
0
0
null
null
null
null
UTF-8
C
false
false
387
h
/** * @file Global.h * * Global definition * * @version $Revision$ * @author JLJuang <juangjl2009@gmail.com> * @note Copyright (c) 2021, JSoftLab, all rights reserved. * @note */ #ifndef __GLOBAL_H__ #define __GLOBAL_H__ /// Std lib #include <stdio.h> #include <stdlib.h> /// type definiti...
[ "juangjl2009@gmail.com" ]
juangjl2009@gmail.com
fa2a0ba1fe5af79082e089faa302630b7ca7674d
c9304af7790d66f71073e38e6899040f3da1917a
/kqueue/tcp_client.c
4a258b796db41ded28b77b6c0d02a2833fa7eca7
[ "MIT" ]
permissive
raventid/coursera_learning
b086ac474be00f24af8c75ce5eada09f7ca6d39d
9cd62324b91d2a35af413dd4442867e160e7a4ea
refs/heads/master
2023-07-11T04:07:41.034279
2023-07-02T19:22:49
2023-07-02T19:22:49
78,435,867
1
0
MIT
2022-06-06T21:08:01
2017-01-09T14:25:07
Assembly
UTF-8
C
false
false
2,014
c
/* * tcpclient.c - A simple TCP client * usage: tcpclient <host> <port> */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <netdb.h> #define BUFSIZE 1024 /* * error - wrapper for perror */ void error...
[ "julian.kulesh@kupibilet.ru" ]
julian.kulesh@kupibilet.ru
0c2adb9bd66789774263b3770e10f7e81a0cca63
c48899f60b3b345965aa5118676fcc493e4af2f0
/third_party/libwebsockets/ios/include/lws_config.h
7210786a06ec8b1c1b25a5e987df35685e3a4d1d
[]
no_license
derofim/beeSDK
95b2426e16beb6d095bae29feab5ce8061bffa64
f745dec3aef6bb3cd0eac0649cfc8e45bdc74d3d
refs/heads/master
2020-04-20T15:37:14.525871
2018-12-29T11:06:22
2018-12-29T12:43:36
null
0
0
null
null
null
null
UTF-8
C
false
false
4,026
h
/* lws_config.h Generated from lws_config.h.in */ #ifndef NDEBUG #ifndef _DEBUG #define _DEBUG #endif #endif #define LWS_INSTALL_DATADIR "/usr/local/share" /* Define to 1 to use wolfSSL/CyaSSL as a replacement for OpenSSL. * LWS_OPENSSL_SUPPORT needs to be set also for this to work. */ /* #undef USE_WOLFSSL *...
[ "1141055395@qq.com" ]
1141055395@qq.com
879580f4b4a85151c5b06304cc1122476ec85e5d
5121f446d17751e8795abbcb40bf7c785e224e66
/lib/srcs/ft_isalnum.c
6402d3174a10c62cf9ee23884bcfe964d59f384c
[]
no_license
tkmaseleme/ft_ls
e55dd71af7bf146f7dbd34ee7fbf4737c58be09a
fbd1a6b931e569b42531fafdaf3ce6405b9880c2
refs/heads/master
2022-12-30T16:20:00.309481
2020-10-21T11:47:02
2020-10-21T11:47:02
155,849,890
0
0
null
null
null
null
UTF-8
C
false
false
993
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isalnum.c :+: :+: :+: ...
[ "tmaselem@e5r2p5.wethinkcode.co.za" ]
tmaselem@e5r2p5.wethinkcode.co.za
10c2a39ccaff0b94b6601bc335116a0c83a5cfc3
ec4371c240fac47ec87269672af4949134046eaf
/YangWanli_Teacher/OpenGLC++/NativeOpenGLDemo/app/src/main/cpp/log/androidLog.h
f33cbf6c4928d6703939d6a87596adde6df29117
[]
no_license
jiaquan11/2020AndroidPro
032f5054058b89bbd060f83b34eb593785cf0683
61158a754314ab5e13b1856f4e7a4ae55394ffef
refs/heads/master
2021-12-03T07:54:33.155573
2021-11-27T09:05:47
2021-11-27T09:05:47
249,470,685
4
1
null
null
null
null
UTF-8
C
false
false
615
h
// // Created by jiaqu on 2020/11/8. // #ifndef NATIVEOPENGLDEMO_ANDROIDLOG_H #define NATIVEOPENGLDEMO_ANDROIDLOG_H #include <android/log.h> #include <jni.h> #define LOG_TAG "WANLI_JNI" #define LOGI(FORMAT, ...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, FORMAT, ##__VA_ARGS__) #define LOGD(FORMAT, ...) __android...
[ "913882743@qq.com" ]
913882743@qq.com
84967168b08f384ab82ab44dc114caf3be6a8fce
e72e7e457312f30232b24154e84a744af491f5d8
/src/include/sys/types.h
17c35f36fdab4b1b9a56a149c996ffc171f54fa3
[ "MIT" ]
permissive
ukyo/zlib-wasm-without-emscripten-sample
a34bc0baf7d46c38d42450f80abeb95d7d569cba
1a6a09ce2deb4971b2a6f7c256a6318e781f9556
refs/heads/master
2022-10-26T08:05:57.275353
2017-11-29T06:21:33
2017-11-29T06:21:33
112,321,603
16
1
MIT
2022-10-15T06:57:36
2017-11-28T10:33:56
C
UTF-8
C
false
false
83
h
// #ifndef _SYS_TYPES_H // #define _SYS_TYPES_H // typedef long off_t; // #endif
[ "ukyo.web@gmail.com" ]
ukyo.web@gmail.com
f85c8d2ec234dd9d16649c4bbc3d9dfd2adc79eb
01470e16dd398f939faf67739b6d82b83a78dd4d
/8_linuxTree/tree/problem1_BFS.c
8f9140c5677042b0a477551b57a8b3f4f5e41a35
[]
no_license
htong01/Machine-Centric-Approach-Prog
a3d67283cac3b1b7ac9717a0feac9bb4c4a1f7cf
00eee46181244c18089b732f3db6d8c7dec4d480
refs/heads/master
2020-04-23T22:41:56.447726
2019-02-19T16:46:39
2019-02-19T16:46:39
171,510,846
0
0
null
null
null
null
UTF-8
C
false
false
1,615
c
/* problem1.c - implementation of Linux `tree` */ #include <stdio.h> #include <string.h> #include <sys/types.h> // opendir()/ readdir()/ closedir() #include <dirent.h> #include <sys/stat.h> // stat() #include <unistd.h> // getcwd int travel_dir(char* path) { DIR *d; // declarations⬇ struc...
[ "noreply@github.com" ]
htong01.noreply@github.com
39ef8540cd634636326b8d7fb4b76defc376d809
e7498009dfa0cc23254069be6873d3f820ad6a1a
/user_debug/1_buggy_gdb_usermode/.1_correct.c
b1c4ffc1007fcb3e81e1eaa0794d7b3b73b4aebb
[ "MIT" ]
permissive
kaiwan/L5_debug_trg
12fbc1cd5e3dfbd7e6b3ea371451e278902ac877
bbab082ae99ca9da5fdd084a1c920c1ccdbe0ac2
refs/heads/master
2023-08-31T13:53:50.265554
2023-08-25T07:43:47
2023-08-25T07:43:47
128,524,703
5
3
null
null
null
null
UTF-8
C
false
false
1,293
c
/* * 1_buggy_using-gdb-userspace.c * * Intended as an exercise for participants. * * This program has bugs. * a) Find and resolve them using the GNU debugger gdb. * b) Then create a patch. * * The purpose of this simple program is: * Given a pathname as a parameter, it queries and prints some * informatio...
[ "kaiwan.billimoria@gmail.com" ]
kaiwan.billimoria@gmail.com
1bdc519e48ce5182994d5675795beeca8fab725f
eac8a8f4a7861a6786a9e49cac7825e536a1481f
/week7/ex4.c
05de4b1da4b2cc48d5c63d4ac92222be67088550
[]
no_license
okeyrita/os_homework
d50169cb058d31dbd94e20e9206980ab6c55b472
b749929a89866d5ccf432f7e8130742f90e7d5cb
refs/heads/master
2020-07-08T23:59:51.155337
2019-11-06T15:17:15
2019-11-06T15:17:15
203,816,100
0
0
null
null
null
null
UTF-8
C
false
false
645
c
#include <stdlib.h> #include <stdio.h> void *my_realloc(void *arr, int new_size){ if (arr==NULL){ return malloc(new_size); } if (new_size==0){ free(arr); return arr; } char * tmp = ( char *) malloc(new_size); bcopy(arr, tmp, (int) new_size); free(arr); return tmp; } int main(){ printf("\nEnter origi...
[ "koteika0909@gmail.com" ]
koteika0909@gmail.com
8b8785bfa996fbe705f415b681f9edcf56f858eb
b9b4be1c116b1e6da38194cfd8cbd61ed6cc7394
/stm32/STM32L081xx/vectable.c
6bdcfa5ac6ce9ae8f2bc0437c245b8fab6f65c0a
[ "MIT" ]
permissive
alepnm/arm-none-eabi-startup
89d9a483809c976fb678e775a506a91bc6a5c7ec
d341d26f6c97222934b35c30616d89fa35e2f2c6
refs/heads/master
2020-04-19T14:23:42.654681
2018-09-14T10:13:07
2018-09-14T10:13:07
null
0
0
null
null
null
null
UTF-8
C
false
false
9,775
c
//****************************************************************************** //* //* STM32L081XX vector table //* //* Version 1.1 //* //* Copyright (c) 2016, emb-lib Project Team //* //* This file is part of the arm-none-eabi-startup project. //* Visit https://github.com/emb-lib/arm-none-ea...
[ "dxp@ngs.ru" ]
dxp@ngs.ru
e93e04aeba7aa6dc17f18c75253a5c65276be9c4
aeb2d5a31c56a0b5a76b33620451752aa5a2f11b
/15 puzzle solver/main1.c
803eabfe4661f1cd4e60602b341fc8dcd42a90cb
[ "MIT" ]
permissive
kaflu/15-piece-puzzle-solver
cb8ee1885e781029a086979508ec309bb2e61ef8
82602bbaaddf587d03e573eb07e48946f7bb8a9e
refs/heads/master
2021-01-10T09:34:52.287209
2016-03-01T10:03:24
2016-03-01T10:03:24
52,866,770
0
1
null
null
null
null
UTF-8
C
false
false
1,877
c
#include "idaFunctions.h" #include <stdio.h> #include <stdlib.h> #include <limits.h> #include <inttypes.h> #include <time.h> /** Constants */ #define INFINITY INT_MAX #define BLANK 0 #define SIZE 16 #define INVALID -1 #define COST_VALUE 1 #define INDEXBOUND 3 #define DIMENSIONS 2 #define MAX_POSSIBLE_MOVES 4 #define C...
[ "goldenchrysanthem@gmail.com" ]
goldenchrysanthem@gmail.com
8914fa153beac432b1612f391010c53e844290e8
9f0340393baf41a9f358663135ef0f017d94378d
/test/sim.c
0e8b258da1bf4008bf6bd88db58edab55de3e27b
[ "Apache-2.0" ]
permissive
pphhss/libofono
439946686926380aa3293f645a24ef0ad70b91dd
874d771e53b66a99dc9091aa6c77849c0f59d009
refs/heads/master
2020-06-14T23:55:58.951746
2016-11-29T02:46:56
2016-11-29T02:46:56
null
0
0
null
null
null
null
UTF-8
C
false
false
3,673
c
/* * Copyright (C) 2013 Intel Corporation. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
[ "caiwen.zhang@intel.com" ]
caiwen.zhang@intel.com
7f11e996ebdd702844f6baacc1fa1822f6faff1a
40e0fdcbe28adb6d9db45b282c6ce21839e758df
/Array/Matrix/Transpose-1.c
419fbfe5c57d9fe446cb7c4127989ba191761d2d
[]
no_license
HarshRajGupta/Practice
4b19e9c93388d1166aebae9eafe1a900e1ec4602
bd6e46d95ff8e098972dde7f0bf7d2666d59730e
refs/heads/main
2023-08-24T11:47:48.673728
2021-09-15T05:26:32
2021-09-15T05:26:32
403,327,166
2
0
null
null
null
null
UTF-8
C
false
false
749
c
#include <stdio.h> #define max 10 int main() { int a[max][max], b[max][max], c, d; /* Input Matrix = a[c][d] Output Matrix = b[d][c] b[d][c]=transpose of a[c][d] */ printf("Matrix Size : "); scanf("%d%d",&c,&d); /*INPUT*/ printf("Enter Elements of Matrix Row wise...
[ "noreply@github.com" ]
HarshRajGupta.noreply@github.com
d81218dda529e65251b236ea787ff5bccf0f7237
fb99cfd47ef2d4007b9f6b3770b3d62e6820dc2b
/gen/tests/vcmpswsx_vsvl_imm.c
60d8feddb1a4eee7e0290e58429fab9c1db7ebb9
[]
no_license
sx-aurora-dev/llvm-ve-intrinsic-test
a5875a9b448895c390a70c89d06d6c4a193b4577
674d2587c167c0970eb61b45b9fa7d34e9d10252
refs/heads/master
2021-06-17T05:08:08.543704
2021-04-27T12:50:29
2021-04-27T12:50:29
194,057,805
0
0
null
null
null
null
UTF-8
C
false
false
339
c
#include "velintrin.h" void vcmpswsx_vsvl_imm(int* pvx, int* pvz, int n) { for (int i = 0; i < n; i += 256) { int l = n - i < 256 ? n - i : 256; __vr vz = _vel_vldlsx_vssl(4, pvz, l); __vr vx = _vel_vcmpswsx_vsvl(3, vz, l); _vel_vstl_vssl(vx, 4, pvx, l); pvx += 256; p...
[ "k-ishizaka@ay.jp.nec.com" ]
k-ishizaka@ay.jp.nec.com
aba768c6b3086ddfc2e647951336449688262d58
903c0b770949e5de50351726333f9dfda5b12619
/userland/cmds/yacc/y1.c
7c031622290135b8cff01be0ad8f1f313e5a260e
[ "BSD-2-Clause" ]
permissive
hgeisse/eos32-on-eco32
494ccc6ad85e2d1056b0f6f51aa64f7f22dabe45
eac4d32b998fe21dbba402a3f7eb0230386e955d
refs/heads/master
2023-03-09T17:03:04.213223
2022-02-27T22:41:37
2022-02-27T22:41:37
32,406,826
3
0
null
null
null
null
UTF-8
C
false
false
16,797
c
/* * y1.c */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdarg.h> #include "dextern" #include "y1.h" #include "y2.h" #include "y3.h" #include "y4.h" /* variables used locally */ /* lookahead computations */ int tbitset; /* size of lookahead sets */ struct looksets lkst [ LSETSIZE ]; ...
[ "hellwig.geisse@mni.thm.de" ]
hellwig.geisse@mni.thm.de
b390330bd36d900d0a86bc3c3711eb3484917247
fae45a23a885b72cd27c0ad1b918ad754b5de9fd
/benchmarks/accuracy_and_overhead/parsec-benchmark/pkgs/libs/mesa/src/src/mesa/vbo/vbo_save.c
9757c3d9f61cd4dc96bd0468091acf84925c3f47
[ "MIT", "LicenseRef-scancode-free-unknown" ]
permissive
bitslab/CompilerInterrupts
6678700651c7c83fd06451c94188716e37e258f0
053a105eaf176b85b4c0d5e796ac1d6ee02ad41b
refs/heads/main
2023-06-24T18:09:43.148845
2021-07-26T17:32:28
2021-07-26T17:32:28
342,868,949
3
3
MIT
2021-07-19T15:38:30
2021-02-27T13:57:16
C
UTF-8
C
false
false
3,258
c
/* * Mesa 3-D graphics library * Version: 7.2 * * Copyright (C) 1999-2008 Brian Paul 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, in...
[ "nilanjana.basu87@gmail.com" ]
nilanjana.basu87@gmail.com
120e272444d16366699943cb1090c8c19c889adc
5df3a9d47a6c21b212c6c0f5c52d149e9713aeb4
/kunal256.c
ba361e8e7c30f84d81865e88c51cae4f42dfb32c
[]
no_license
kunalkumar37/c_-programming
655569394b14241f29c4004ed4ecab2bdfe36d48
0f9f7c70f37c0ff694b1b58894a0b18583a246d2
refs/heads/master
2023-01-06T21:16:42.358255
2020-11-05T12:55:27
2020-11-05T12:55:27
310,287,895
1
0
null
null
null
null
UTF-8
C
false
false
171
c
#include<stdio.h> int main() { int a,b; scanf("%d\n",&a); printf("the number you want entered%d:",a); for(int i=1;i<=9;i++) a=1; printf(""); }
[ "61112064+kunalkumar37@users.noreply.github.com" ]
61112064+kunalkumar37@users.noreply.github.com
d1e514e76367ad5e1e90e2ce922523c34944438a
c5b02d3b0888c5b7bfd849afdc87f6f57181c8f0
/mudlib/d/khojem/nomad/weapon/nomad_staff.c
4595e1a40bfb0ad7d5f9510e9249c8b5c8894973
[]
no_license
jpeckham/DarkeLIB
8a311164f460cf2acd9e0fc7e1e1e69710f31b80
87c020b4974981879aa68f5d19b0dc2e96d2fe7d
refs/heads/master
2021-09-11T08:55:34.673296
2021-09-05T04:58:33
2021-09-05T04:58:33
141,068,816
2
5
null
2021-09-05T03:06:16
2018-07-16T00:39:43
C
UTF-8
C
false
false
3,688
c
// Wizard: Khojem // Staff of Rom'mir // nomad_staff.c inherit "/std/weapon"; void init() { add_action("read_runes","read"); add_action("do_help","help"); ::init(); } void create() { mixed ench_str; ::create(); set_ac(10); set_name("staff of rom'mir"); set("id", ({ "staff of rom'mir",...
[ "jdpeckham@gmail.com" ]
jdpeckham@gmail.com
003e43e120a13ed66933c3763d312aa0860d414f
14088b589c1a818eb044c7d2326a4cf5cf881ef8
/training/s3trainer/include/s3/ck_seg.h
a42204a26d88701d33f7ad3772aed9b07e455fda
[]
no_license
johndpope/Speech-Detection-Demo
f1f3f9595a0c621097b99d767898e653f7aa0730
b66d364f633198efc99b615a10ed3549c73fb58c
refs/heads/master
2021-01-23T07:16:14.721864
2017-09-05T15:38:22
2017-09-05T15:38:22
null
0
0
null
null
null
null
UTF-8
C
false
false
941
h
/********************************************************************* * * $Header: /usr2/eht/s3/src/libcommon/include/s3/RCS/ck_seg.h,v 1.1 1996/03/04 15:55:43 eht Exp $ * * CMU ARPA Speech Project * * Copyright (c) 1994 Carnegie Mellon University. * All rights reserved. * ************************************...
[ "samemon@andrew.cmu.edu" ]
samemon@andrew.cmu.edu
0c43a6bed0ff788f05089286e24b750649c4bfdc
242be276a6dcc3b24db28f94bf8ed1457b9fc3e2
/code/choices.h
8f888d333be0113a02d3c2e54121aa6583f1f216
[ "MIT" ]
permissive
linuxxiaolei/bmz
d05ab9e5f40d6ce08bef54a008f802269676d087
6644d6ab9b448d3a3fa11688fbb8c8bb8b162b17
refs/heads/master
2021-12-15T11:58:27.171805
2017-08-17T02:35:28
2017-08-17T02:35:28
null
0
0
null
null
null
null
UTF-8
C
false
false
1,287
h
/************************************************************************* * choices.h * * Gather all conditional compilation directives here * Project: eZ2944 *************************************************************************/ #ifndef CHOICES_H #define CHOICES_H // Leave defined to suppress all printf()...
[ "billforsternz@gmail.com" ]
billforsternz@gmail.com
861b220d3c75618c455cafa28dd8ed7205ee8247
e2e996662fde8ac0e1509995468b725d47d8ea10
/program_repo/Codeflaws/version/v296/test_data/defect_root/source/tcas.c
b7688908a8906dea33d09447508fbca927c97bbe
[]
no_license
HOM-CISE/HOM-MBFL
b5c27ba9268b2bf7cd4faccece2ff479147ebf81
38806a5971736ab98e1d6f4b22952cf4d9b328b2
refs/heads/master
2023-05-05T20:24:44.228132
2021-06-01T13:58:28
2021-06-01T13:58:28
285,776,568
1
0
null
null
null
null
UTF-8
C
false
false
704
c
#include <stdio.h> const int di[] = {-1, -1, 0, 1, 0, -1, 0}; const int dj[] = {0, 1, 1, 1, -1, -1, 0}; char board[8][9]; int dfs(int i, int j, int turn) { int k; if (i == 0 && j == 7) return 1; for (k = 0; k < 7; k++) { int ni = i + di[k], nj = j + dj[k]; if (ni >= 0 && ni < 8...
[ "LK464841764@163.com" ]
LK464841764@163.com
db3353924e446f7e2f12aeea8285cce2c7b2a640
28ba1f7d675b77a08aa6e871dcb8e2d89e6469a7
/Exercises_List_02/08_exercise.c
7205fa9f19b5be00978cf4e059be2c414448c3aa
[ "MIT" ]
permissive
Guntzel00/Algorithms_and_Programming_Course_UCB
c2f8b0535aa3e60851a2ce73703783b2a459d997
1d8c64330de1b2a0faf0bd88580fef4204b46ec2
refs/heads/main
2023-06-27T10:24:26.176048
2023-06-10T18:48:32
2023-06-10T18:48:32
350,543,598
0
0
null
null
null
null
UTF-8
C
false
false
1,254
c
#include <stdio.h> #include <ctype.h> #include <locale.h> int main() { setlocale(LC_ALL, "Portuguese"); char nome[25]; char sexo; float alt, peso; printf("Digite o nome: "); fgets(nome, 25, stdin); // como fgets consegue colocar espaço entre os caracteres fflush(stdin); printf("Digit...
[ "gustavo.g.s01@hotmail.com" ]
gustavo.g.s01@hotmail.com
b3890b889a04d0a18c0a43d0b2571460468ba891
8f9c4af65ddee838492fad8295d97de2812b5d80
/APP project/bsp/RCG/app/canbus_middle.h
20a736dfb62c7a0b16892da084b28057268789c4
[]
no_license
quanhengwen/A1707
7f4f175cbab721da62b4e3efa74a3d67c0b39020
f1887b9006679977ffb2128a35ea11111fd8dc44
refs/heads/master
2022-01-11T15:47:27.202073
2019-06-14T08:53:18
2019-06-14T08:53:48
null
0
0
null
null
null
null
WINDOWS-1252
C
false
false
852
h
/*************************************************************************************************** * (c) Copyright 2008-2018 Syncretize technologies co.,ltd. * All Rights Reserved * *\File canbus_middle.h *\Description *\Note *\Log 2018.08.29 Ver 1.0 ...
[ "taofuqiang@ahdinfo.com" ]
taofuqiang@ahdinfo.com
fd385c4a16ee5a741e0a8f2e6e5ff6c392c5a6b3
835fdab77558183dcf2a4f1f72ccedbe32b2f5ea
/libft/ft_putstr.c
615c2370788bf758d8b7cce5fdbcd8556ebbe0c2
[]
no_license
Ratatataaaaa/fucking_gnl
e52482325276da83ce2475468b1f7afa2830184c
40dd2a583262d0a7ad935f4b5ad8191a55f5545f
refs/heads/master
2023-02-17T05:16:09.690432
2021-01-13T17:05:45
2021-01-13T17:05:45
329,376,335
0
0
null
null
null
null
UTF-8
C
false
false
1,050
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putstr.c :+: :+: :+: ...
[ "Rik_sanchez@bk.ru" ]
Rik_sanchez@bk.ru
6d4ec15dec15dc9048f023d1be07fa52c27ba1eb
041e0076c2ca1e2ae071bc97801163b26c53a5d9
/CPU.h
e39974fef6ab5480eb8716d7f895c6588fc6642b
[]
no_license
kac241/1541_Project_1
412b0b2efaa7cd875b26013ae8304da551852887
884ee23abb1748305b24e51d7c046ea028613337
refs/heads/master
2021-01-11T05:44:13.000977
2016-10-07T20:39:44
2016-10-07T20:39:44
69,908,615
1
0
null
null
null
null
UTF-8
C
false
false
1,776
h
#ifndef TRACE_ITEM_H #define TRACE_ITEM_H // this is tpts enum trace_item_type { ti_NOP = 0, ti_RTYPE, ti_ITYPE, ti_LOAD, ti_STORE, ti_BRANCH, ti_JTYPE, ti_SPECIAL, ti_JRTYPE }; struct trace_item { unsigned char type; // see above unsigned char sReg_a; // 1st operand unsigned char sReg_b; // 2nd o...
[ "mss119@pitt.edu" ]
mss119@pitt.edu
48718282a4c480c3d82464a5edff961af6e010ab
702aa83adfa38d373bc63c18d011821c5dfa0cec
/rabbit.c
e9daa304ac546a26fad94d300fb25f6623066772
[]
no_license
MWilliamsW/Project7
a16940f7ffa5565ff8541ea4e2a5ca919ec6832e
633ce8e24cbe45e4007c6aa7f8315eb8a25b9142
refs/heads/master
2021-01-19T21:37:10.318744
2017-04-19T03:37:17
2017-04-19T03:37:17
88,676,859
0
3
null
null
null
null
UTF-8
C
false
false
388
c
#include <iostream> #include "Rabbit.h" #include "Animal.h" using namespace std; Rabbit::Rabbit(){ alive =false; lifeLemgth = 0; nextPosition = (0,0); LastEaten = 0; } void Rabbit::run(bool dead, bool hasEaten, int x, int y){ alive = dead; nextPosition(x.y); lifeLength++; if(hasEaten == false){ LastEaten++...
[ "noreply@github.com" ]
MWilliamsW.noreply@github.com
5cbea1f013d7c51780fd7a1669787cb2ff10e519
a73e8562351de5f2f6dfb85fda85ac2483843d90
/enjoySH/Pods/Headers/Public/MobShareSDK/YouDaoNoteConnection/ISSYouDaoNoteApp.h
69a05ed8ae792d376404a13dd9c55aef3d18bfdc
[]
no_license
cilaaaa/EnjoyApp-1.0-for-IOS
f094536942eb0f71f10c903643eb0f9d7d20b10b
4c48cd8033d23e804f3411c8552ad5cd4b584f99
refs/heads/master
2020-12-25T14:22:42.997497
2016-08-24T09:04:42
2016-08-24T09:04:42
66,448,781
0
0
null
null
null
null
UTF-8
C
false
false
101
h
../../../../MobShareSDK/ShareSDK/Connection/YouDaoNoteConnection.framework/Headers/ISSYouDaoNoteApp.h
[ "472185361@qq.com" ]
472185361@qq.com
f0cfd5c098c322e196924039611748875b0b4b1e
e22d91524d45d13f736ed1fd57f1aeb07a054af4
/chapter1/exercises/ex1-20.detab.c
03fc95b6afa0808b0688cbd334277cb1a329d2cb
[]
no_license
kkretzer/k_and_r_book
856f94fa5edc6616ac7974a73729b102998648e7
44d75c4ff6dbd0adb0fdacf8c224a5a827d030fa
refs/heads/master
2021-01-20T22:28:27.016270
2012-08-14T12:48:01
2012-08-14T12:48:01
null
0
0
null
null
null
null
UTF-8
C
false
false
1,275
c
#include <stdio.h> #define MAXLINE 1000 /* maximum input line size */ #define TABSTOPS 4 /* number of blanks per tab */ int getline(char line[], int maxline); void replace_tabs(char line[], char replaced_tabs[], int length); /* replace tabs with blanks */ main() { int len; char line[MAXLINE], rep...
[ "kurt.kretzer@gmail.com" ]
kurt.kretzer@gmail.com
6b6973b083a2e94a58ef85ac41dca4133c2b0dac
12ee0b3c313ff1d7a2b178d3b9f8f9b31fafa9f4
/PA2/util.h
1c53fb30d4fc6d50be9b98313d4d0bb2066b9821
[]
no_license
lixx4793/OperatingSystem
ae268c7d5da60788f6b3731a950c21c5fd67c9ea
2ab2874db42f7b0ec2e7c67a71f1311d63f876b5
refs/heads/master
2020-03-09T03:35:10.326464
2018-05-05T23:12:46
2018-05-05T23:12:46
128,568,141
0
0
null
null
null
null
UTF-8
C
false
false
3,867
h
/* login: duxxx336, lixx4793 * * name: Feifan Du, Yuhao Li * id: 5099129, 5250438 */ #include <errno.h> #include <ctype.h> #include <stdio.h> #include <unistd.h> #include <string.h> #include <fcntl.h> #include <stdlib.h> #include <sys/wait.h> #include <sys/types.h> #include <sys/stat.h> #include <dirent.h> /* The...
[ "lixx4793@umn.edu" ]
lixx4793@umn.edu
1da211e2767bd7d319d41585880dc738b9af46b2
cd760d6f8e318941e37c0ffb8566993896606e6e
/.phoronix-test-suite/installed-tests/compilebench/compilebench-0.6/t/native-0/drivers/net/pcmcia/fmvj18x_cs.c
5881bc3e6e1e905832a503f6771d7ddadd14dc5a
[]
no_license
aorzerep/neb
3fab34e1ad05cd0c1f2274f4d143664c1ed4368d
6dda5d3c432f2636973c9a98370056e57fe8e79f
refs/heads/master
2020-09-08T10:06:34.548290
2019-11-12T01:00:41
2019-11-12T01:00:41
221,099,011
0
0
null
null
null
null
UTF-8
C
false
false
35,673
c
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa...
[ "root@neb.intranet.highprophil.com" ]
root@neb.intranet.highprophil.com
15be960c407fda61872b3ac679f273d208427426
1564c5b7255ac64cdb930ae41810d358f8255953
/d/beijing/npc/obj/guanfu1.c
9a84a9f806a8a839d16061522ec2b3ec2d22fcd8
[]
no_license
klajie/mud
9f531cc845389ed1d4beea8ea5c1146af086dd41
8d16bbc725a0d3fa53c71488f6c90e199b723a17
refs/heads/master
2020-03-19T04:19:28.506756
2018-06-02T12:30:23
2018-06-02T12:30:23
135,816,231
2
0
null
2018-06-02T12:34:54
2018-06-02T12:34:54
null
GB18030
C
false
false
496
c
#include <ansi.h> #include <armor.h> inherit CLOTH; void create() { set_name( HIR "御前侍卫装" NOR, ({ "cloth" }) ); set_weight(3000); if( clonep() ) set_default_object(__FILE__); else { set("unit", "件"); set("long", "御前侍卫的统一装束。\n"); ...
[ "i@oiuv.cn" ]
i@oiuv.cn
0b75df0c7280384a02ecebb9a4c7972a49962792
38c10c01007624cd2056884f25e0d6ab85442194
/third_party/widevine/cdm/widevine_cdm_common.h
50c5ea465663c8e34870c32fb386421ae7e356b0
[ "BSD-3-Clause", "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0" ]
permissive
zenoalbisser/chromium
6ecf37b6c030c84f1b26282bc4ef95769c62a9b2
e71f21b9b4b9b839f5093301974a45545dad2691
refs/heads/master
2022-12-25T14:23:18.568575
2016-07-14T21:49:52
2016-07-23T08:02:51
63,980,627
0
2
BSD-3-Clause
2022-12-12T12:43:41
2016-07-22T20:14:04
null
UTF-8
C
false
false
2,459
h
// Copyright (c) 2012 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. #ifndef WIDEVINE_CDM_WIDEVINE_CDM_COMMON_H_ #define WIDEVINE_CDM_WIDEVINE_CDM_COMMON_H_ // This file defines constants common to all Widevine CDM ver...
[ "zeno.albisser@hemispherian.com" ]
zeno.albisser@hemispherian.com
43cbbeaf76a33c154367753b329108f09deaf1e4
2126961f6dce49100dc8476b85ac48934b36f22d
/src/asn/SubjectAssurance.c
5571d0f2155e37b6916c77c0f9c379fcc133c182
[]
no_license
yaozhihan1994/ca
7c41f38f81540851b4e262ca01a8a3f18c6ae0f6
98a3276cfe3c02ebaa616884d5fcfd0f3d6c7e21
refs/heads/master
2022-01-10T04:56:01.148943
2019-06-25T04:36:34
2019-06-25T04:36:34
186,744,979
0
0
null
null
null
null
UTF-8
C
false
false
5,034
c
/* * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "Common" * found in "Common2.asn" * `asn1c -gen-PER -fincludes-quoted` */ #include "SubjectAssurance.h" int SubjectAssurance_constraint(asn_TYPE_descriptor_t *td, const void *sptr, asn_app_constraint_failed_f *ctfailcb, void *app_...
[ "yaozhihan1994@163.com" ]
yaozhihan1994@163.com
ff7498329251dd82046d98f2fb6c8217effd9be7
b1ae112c3ef920b90fd809077fd0936cf4d1243a
/software/helichallenge/Sources/gameplay.c
a46a2327c9234314645e31e05e45f28d44903634
[]
no_license
carlosperate/heli-challenge
e5a28f8586e52c5ac56cd055d027eceeb6b5e7f6
4ca0f95fa3939e1fbbd95660aa73fc4e5f0ca794
refs/heads/master
2020-06-05T17:26:58.444092
2013-07-12T19:52:36
2013-07-12T19:52:36
9,554,225
0
0
null
null
null
null
UTF-8
C
false
false
5,097
c
/** * @file gameplay.c * **************************************************************************** */ #include "gameplay.h" #include "joystick.h" #include "servocontrol.h" #include "timecontrol.h" #include "ledblocks.h" /* Local globals */ static uint8 difficultyLevel = 0; static int16 xOffset = 0; static int16...
[ "carlospa87@gmail.com" ]
carlospa87@gmail.com
34db71dc10609468f016bd113f9ab8e0e82bb11e
4a01ab0c8785316a64fde4e7f1d8f6f9cab0b3b7
/src/resource/texture_loader/texture_loader.h
5195c29b3de8c998f9d2d002334361fd8066aea0
[ "CC-BY-4.0", "LicenseRef-scancode-public-domain", "MIT" ]
permissive
karmek-k/taisei
4d684254ae4b7d040038c165e368e7791d001386
f598bd718954307bc5638008c00a1d9c7b742e6d
refs/heads/master
2021-06-10T19:24:11.067687
2021-05-30T10:55:21
2021-05-30T10:55:21
254,344,522
0
0
NOASSERTION
2020-04-09T10:47:43
2020-04-09T10:47:42
null
UTF-8
C
false
false
2,266
h
/* * This software is licensed under the terms of the MIT License. * See COPYING for further information. * --- * Copyright (c) 2011-2019, Lukas Weber <laochailan@web.de>. * Copyright (c) 2012-2019, Andrei Alexeyev <akari@taisei-project.org>. */ #ifndef IGUARD_resource_texture_loader_texture_loader_h #define IGUA...
[ "noreply@github.com" ]
karmek-k.noreply@github.com
b32b5842c70a9befbeefe1bc30130e7364fc3bab
c1f2c9042267d3fac59ed45151c8111756eeddeb
/bluetooth/bdroid_buildcfg.h
9bb5eeac76b0ae7e29de4d42d47faf54821a71d2
[ "Apache-2.0" ]
permissive
leszczu8023/android_device_nokia_PLE
6f4f722b43f5dc9f4c092a47ce5f3656c78b5d8a
4c2504b77962f4170236aec3ca651c0d44cb1ed2
refs/heads/master
2020-05-23T19:13:36.581904
2019-11-07T22:57:03
2019-11-07T22:57:03
186,906,759
0
2
null
2019-05-15T21:43:21
2019-05-15T21:43:21
null
UTF-8
C
false
false
1,334
h
/** * Copyright (C) 2012 The Android Open Source Project * Copyright (C) 2016 The CyanogenMod Project * * 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/li...
[ "evgenii.komandin@gmail.com" ]
evgenii.komandin@gmail.com
e7fe72ffb53fc0cd31bdfad3d83b6c7d40bd9cf5
fbe77e9e2a53a4600a1d9b00b5f2c29ee3e8c59a
/externals/binaryen/test/emscripten/system/lib/libc/musl/src/locale/wcscoll.c
20a60900e038658260ff91cecd615afa2b30ea8c
[ "Apache-2.0", "BSD-3-Clause", "LicenseRef-scancode-other-permissive", "MIT", "LicenseRef-scancode-mit-nagy", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "NCSA" ]
permissive
AcuteAngleCloud/Acute-Angle-Chain
8d4a1ad714f6de1493954326e109b6af112561b9
5ea50bee042212ccff797ece5018c64f3f50ceff
refs/heads/master
2021-04-26T21:52:25.560457
2020-03-21T07:29:06
2020-03-21T07:29:06
124,164,376
10
5
MIT
2020-07-16T07:14:45
2018-03-07T02:03:53
C++
UTF-8
C
false
false
291
c
#include <wchar.h> #include <locale.h> #include "libc.h" /* FIXME: stub */ int __wcscoll_l(const wchar_t *l, const wchar_t *r, locale_t locale) { return wcscmp(l, r); } int wcscoll(const wchar_t *l, const wchar_t *r) { return __wcscoll_l(l, r, 0); } weak_alias(__wcscoll_l, wcscoll_l);
[ "caokun@acuteangle.cn" ]
caokun@acuteangle.cn
1ba5f29c18fbe620b82ccf5dc2a648929813198d
2585d73058425db2f6e6f96592a55c0b927dfdbc
/pset4/whodunit/whodunit.c
45f3104fb2c56a94dc4d17f5557b195c0030d1d3
[]
no_license
tylercrosse/cs50
347968c2c3ab6528f4bcb93eca289580534a7c4f
7327205de589b7df9227174e8991f9389051faa6
refs/heads/master
2021-01-23T05:50:33.626407
2017-05-31T21:47:49
2017-05-31T21:47:49
92,991,492
0
0
null
null
null
null
UTF-8
C
false
false
3,057
c
/** * Copies a BMP piece by piece, just because. */ #include <stdio.h> #include <stdlib.h> #include "bmp.h" int main(int argc, char *argv[]) { // ensure proper usage if (argc != 3) { fprintf(stderr, "Usage: ./whodunit infile outfile\n"); return 1; } // remember filenames...
[ "tylerscottcrosse@gmail.com" ]
tylerscottcrosse@gmail.com
43f42cb05a0f4ff1b133ddfa017d613db3fb1122
7c241eb1250ad2e979f75b09eb86a69fa0ba6031
/branches/unix/src/wpc/bowlgames.c
ada506fc0e74e269d8a549ec6a0ddef7d074f1f1
[]
no_license
mp-lee/pinmame
4e02b72691b6f8843e40ebedc1b7bf3a2049fd98
92f23ffdcb9f0b9c449c0f8ae8bf87f25101a877
refs/heads/master
2021-01-18T08:13:08.609969
2017-12-10T08:57:52
2017-12-10T08:57:52
52,010,521
0
0
null
null
null
null
UTF-8
C
false
false
32,368
c
/* * In this file we'll collect any bowler, shuffle alley, pitch & bat game, * and other non-pinball stuff that's running on pinball machine hardware. */ #include "driver.h" #include "core.h" #include "by35.h" #include "sndbrd.h" #include "wmssnd.h" #include "wpc.h" #include "s11.h" #include "s4.h" #include "gts3.h...
[ "maddes@6f51dfdd-75df-4273-8f3b-818b1e6aa8bf" ]
maddes@6f51dfdd-75df-4273-8f3b-818b1e6aa8bf
cfb160a61e98efc23ab89b7fc7e7bd531d26db5c
e03b35b8a20a1d7e7aa295c8d761746d78828960
/include/naemon/objects_servicedependency.h
f9662a94730474a02f6916bbf422fc8d66bb6540
[ "MIT" ]
permissive
Ghiles-khd/nagios-alerta
6ea8120edb7c97b0c1dbd9d62b393a0f91aefc99
27b07044149fd6ced76f2cd12731ec7ade6de216
refs/heads/master
2022-11-26T18:16:10.958595
2020-07-31T14:56:58
2020-07-31T14:56:58
284,060,603
0
0
MIT
2020-07-31T14:52:10
2020-07-31T14:52:09
null
UTF-8
C
false
false
1,290
h
#ifndef INCLUDE_objects_servicedependency_h__ #define INCLUDE_objects_servicedependency_h__ #if !defined (_NAEMON_H_INSIDE) && !defined (NAEMON_COMPILATION) #error "Only <naemon/naemon.h> can be included directly." #endif #include <time.h> #include "lib/lnae-utils.h" #include "defaults.h" #include "objects_common.h" ...
[ "noreply@github.com" ]
Ghiles-khd.noreply@github.com
da4d73121ea301020c9f7e47601cb73efd73644b
189676a95e56eee103aa95e5fde10fbf6d013b11
/tests/odbc/driver_information.c
952459140eca739b2cfdf1607af5822cc316b20c
[ "Apache-2.0" ]
permissive
digikrit/crate-odbc
6f6574834b9d02e325dbe312bca566640c22f715
0ade0c2993e48b05372fbbb92b0a224835362772
refs/heads/master
2021-01-21T04:19:13.224270
2016-07-03T13:10:49
2016-07-03T13:10:49
47,043,709
0
0
null
null
null
null
UTF-8
C
false
false
2,066
c
#include <stdio.h> #include <sql.h> #include <sqlext.h> main() { SQLHENV env; SQLHDBC dbc; SQLRETURN ret; /* ODBC API return status */ /* Allocate an environment handle */ SQLAllocHandle(SQL_HANDLE_ENV, SQL_NULL_HANDLE, &env); /* We want ODBC 3 support */ SQLSetEnvAttr(env, SQL_ATTR_ODBC_VERSION, (void ...
[ "akhilatmail@gmail.com" ]
akhilatmail@gmail.com
f1a8e62e86d8a83f6827cef6f99e3e2982d9c5e6
23c2feacc4be83bf852e1e80fd1f598ab5c331e5
/Chapter-5/5.6.c
0bf5585bfd6931b0275cca80b879eb774171087b
[]
no_license
HustDsy/Ostep
568208b2c371eea28611802eab12c2100b034b17
67b58cdee4cf29149598f1a483f6a05518660117
refs/heads/main
2023-04-13T11:03:10.398288
2021-04-23T03:43:39
2021-04-23T03:43:39
356,177,669
0
0
null
null
null
null
UTF-8
C
false
false
432
c
// // Created by dsy on 2021/4/20. // #include<stdio.h> #include<unistd.h> #include<sys/wait.h> #include<stdlib.h> int main() { int rc = fork(); int wc = waitpid(rc, NULL, 0); if(rc < 0) { fprintf(stderr, "fork failed"); exit(1); } else if (rc == 0) { printf("child "); } els...
[ "379644606@qq.com" ]
379644606@qq.com
cac1039453aee728cf425782dc4d328dc9b50e32
a3f0e4ed1f47e769815a4ebb48f2fed485fcbc3c
/StructAlocaDinamica_1.c
dfda122cc2b99640a7e4bb328a8c7d4c3a78cd7d
[]
no_license
MerciaReginasl/Exercicios_C
d9b46236a3fb89fe3b3a9eb5132c963c68b3281e
98103030975ba997f4491f1a3f61eedc6530de56
refs/heads/master
2020-05-16T15:51:16.396521
2019-06-07T23:25:46
2019-06-07T23:25:46
183,144,203
1
0
null
null
null
null
UTF-8
C
false
false
2,440
c
//Questões: 1, 2 e 3 abaixo do código! // Questão 4: Código reescrito e corrigido! #include<stdio.h> #include<string.h> #include<stdlib.h> typedef struct { int idade; char nome[50]; int *notas; } aluno; //define o nome apenas no final int main() { aluno a1, a2; a1.idade = 10; strcpy(a1.nome, "Pedro"); a...
[ "noreply@github.com" ]
MerciaReginasl.noreply@github.com
8624674dc02e65876e2943a65581ce60e6fb1bed
124a259accf0e64c39254c1e12d8d739ae5273f0
/chapter4/e6.c
8174911399a5283cce806715ab062778bf34b75d
[]
no_license
xl-mr/modern-c
48b013da9cabaffac644bf0a5d00fa3be78e63fe
85040850ab558720bc299f9e3cc07058e06abd9f
refs/heads/master
2020-05-14T14:52:55.320040
2019-10-07T13:30:48
2019-10-07T13:30:48
181,841,404
0
0
null
null
null
null
UTF-8
C
false
false
202
c
#include <stdio.h> int main() { int i = 8; int j = 5; printf("%d\n", i % j); printf("%d\n", (-i) % j); printf("%d\n", i % (-j)); printf("%d\n", (-i) % (-j)); return 0; }
[ "631813620@qq.com" ]
631813620@qq.com
fce15f8c876775e1406084e029065a714b5d330f
276da7d50fdfcfaf38d0bca96ef7fc9402166526
/src/jacobi.c
8302670c668d5bd9248257a8994962659377334a
[ "CC0-1.0" ]
permissive
TsukuyomiH2/algo-c
d7241316b72e7d2497152300b05445e372507065
2252898832b21fe3910e59eb7fd6173e39df409e
refs/heads/master
2023-02-21T00:58:17.395616
2021-01-25T11:37:02
2021-01-25T11:37:02
null
0
0
null
null
null
null
UTF-8
C
false
false
3,449
c
/*********************************************************** jacobi.c -- Jacobi (ヤコビ) 法 ***********************************************************/ #include "matutil.c" /* 行列用小道具集 */ #include <math.h> #define TEST #define EPS 1E-6 /* 許容誤差 */ #define TINY 1E-20 /* 0 と見なしてよい値 */ #define MAX_ITER ...
[ "okumura@okumuralab.org" ]
okumura@okumuralab.org
554f72700c44625814f98a193b1a115a9c1c321b
4d1498e08f305d32a9015c0001fe3cd512c63da5
/Library/Bee/artifacts/WebGL/il2cppOutput/cpp/Il2CppGenericMethodPointerTable.c
4696006d649f00967045e9dff5b874d091790349
[]
no_license
kwanyuhung/BASHI
2f1cc4004d8f6c741266ac47ae853164419fc538
c7ec8e2d8f3a3a8613cbcd6b953655c85609df0a
refs/heads/master
2023-03-11T08:06:41.090960
2023-02-28T01:15:51
2023-02-28T01:15:51
160,035,553
0
0
null
null
null
null
UTF-8
C
false
false
4,964,888
c
#include "pch-c.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END IL2CPP_EXTERN_C void U3CU3Ec__cctor_m20E1E8BC89EF169FC9952BDAD4FE833B83B3CF03_gshared (); IL2CPP_EXTERN_C void U3CU3Ec__ctor_mCB392FBC7ABEB610F0EA6AFDADCB30CD3AAF5330_gshared...
[ "kwanyuhung@gmail.com" ]
kwanyuhung@gmail.com
c19855d6c47bc7ed229380a6ba8c83943a1041b5
1512d7f8ce80f876d5cbf2003751d2c2a1623166
/k3-1.5/k3.c
da9c51991889c467d60bd8603761496997ca055c
[]
no_license
public-domain/k3
8ede167cc6224851d09ee25ecb2401d8a7db9d48
ca7c0381bc1cd2ed5316f67d4b5ed6d3bb45b676
refs/heads/master
2021-02-09T01:11:31.958208
2020-03-01T20:44:45
2020-03-01T20:44:45
244,220,768
0
0
null
null
null
null
UTF-8
C
false
false
3,094
c
/* k3 - a simple prettifier for /proc/meminfo. * Public domain by Russell Marks 1993,1996,1999,2001. */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #define K3_VERSION "1.5" int buf_free=1; #define BAR_WIDTH 40 #define USEDCHAR '#' #define DBUFCHAR '%' #define FREECHAR ':' ...
[ "jean-marc.lienher@bluewin.ch" ]
jean-marc.lienher@bluewin.ch
587c1cbbb898451188cb961c023e9e7ab7aa299d
8cdc0b7d89484b9fd83b781a0ce4ce34c7be2db9
/PIC18F-XC8/i2c.c
c2b8bd0078de8de6afcadb519ac4be03f57dd432
[]
no_license
xuhui/ptk40a
abf52a3837c4222b4a0d246fbf222d2d2fec478b
a2d140b0fae19531a673359895aaf1ff4f2a446b
refs/heads/master
2020-03-20T19:28:23.219816
2014-06-10T07:09:21
2014-06-10T07:09:21
null
0
0
null
null
null
null
UTF-8
C
false
false
8,492
c
/******************************************************************************* * This file provides the functions for the I2C module for PTK40A * PIC18F * Author: Ober Choo Sui Hong @ Cytron Technologies Sdn. Bhd. *******************************************************************************/ #include <xc.h> ...
[ "ober79@gmail.com@fac442aa-ee2b-4346-9bd3-b00f6d443b8b" ]
ober79@gmail.com@fac442aa-ee2b-4346-9bd3-b00f6d443b8b
1299cf2269bc3ab9aaa732aa72e806b61cd1f124
d729ea5b86ee354c7df1de7d375872098fe108d5
/Week8/fibonacci2.c
a7369f158ca3818aa4f42fbeb52e515975d8b9c4
[]
no_license
AveryBouchard/CProgrammingSummer2021
11d1fc3788b5bb4620ba9fc557d3f254fc5a2bbc
7616ba48f4a790b1dda17f89be78ef62afebc9c1
refs/heads/main
2023-06-25T07:04:56.911684
2021-07-26T14:39:47
2021-07-26T14:39:47
375,686,113
0
0
null
null
null
null
UTF-8
C
false
false
336
c
#include <stdio.h> int main() { int n1=0, n2=1, n3, i, number; printf("Print the number of elements: "); scanf("%d", &number); printf("\n%d \n%d", n1, n2); //printing 0 and 1 for(i=2; i<number; ++i) { n3 = n1 + n2; printf("\n%d", n3); n1 = n2; n2 = n3; } ...
[ "averybou@gmail.com" ]
averybou@gmail.com
a9c76924fddd7f3d27957f5fc44211da3beda050
64789b25c15e78fa51a9e21326d1faa7917a75ba
/percolacion.c
21740825df5ea22fd4580f66d3ab69aeb3e38c66
[]
no_license
nechebarrena/percolacion
3a7e4f2f8473eaf38ccf2e9bacc82969f078317f
a54bb4b92662d5ef76d61d0d72267eeece6ce6af
refs/heads/master
2020-12-30T15:09:05.276739
2017-05-12T17:15:55
2017-05-12T17:15:55
91,113,598
0
0
null
null
null
null
UTF-8
C
false
false
1,981
c
#include "percolacion.h" int main(int argc, char *argv[]){ ////////////////////////////////////////////////////////////////////////////////////////////////////// printf("\n PROGRAMA DE PERCOLACION...\n\n"); int TAM=TAM_D; alocar(TAM); int sem=0; int bandera=0; int t=0; int k=0; int kk=0; in...
[ "nechebarrena@gmail.com" ]
nechebarrena@gmail.com
7ccc144bd78c0b885ffb6b419d16947c2afff22d
d1dccde8543b45ccde4f433fff6a45e987cf2354
/fdf/src/mlx_line_put.c
e81db1f6ab22813d19175a20994498552bbdeb21
[]
no_license
dyarob/42_projects
bd9167ef6a45d4e7eb96986a369a7dda0599dfaf
f0f70afb28067a416c8d6c82dd3c4d4c39d90479
refs/heads/master
2020-05-20T03:24:08.180945
2015-10-22T02:47:45
2015-10-22T02:47:45
41,552,612
1
0
null
null
null
null
UTF-8
C
false
false
2,084
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* mlx_line_put.c :+: :+: :+: ...
[ "dyarob@gmail.com" ]
dyarob@gmail.com
c9291aa66d4ee04814649b2d4acde56984851b2a
ee49b777b64b10c702eb3bdb7ab249a20e6f2115
/大二上/作業一.c
18492b5d75befbecf91e939f00c889d08de50af5
[]
no_license
lincookie/C_Exercise
a28763b11f0383d26f6c0757efe5f64b2cc9255b
5a52eeb8efdc232af9fd81c5350206907f3037f5
refs/heads/master
2020-08-16T15:14:40.372260
2019-10-21T08:11:30
2019-10-21T08:11:30
153,974,125
1
1
null
null
null
null
UTF-8
C
false
false
755
c
// // Created by Waylon.Yuen on 09/24/2019. // Copyright © 2019年 Oracragron. All rights reserved. // #include <stdio.h> #include <stdlib.h> /*副程式宣告*/ void perm(char ch[], int begin, int end, char *Output); /*全域變量宣告*/ const int NumberOfValue = 2; int main() { int len; char Output[100]; char Comb[NumberOfValue...
[ "lincookie19@gmail.com" ]
lincookie19@gmail.com
65763fc9860d1def0a921d4c6ebdcc8da0b047a5
4e006837ed7b91e877ec0fc9bd1c9b6e43131901
/SDL/src/video/mir/SDL_miropengl.c
76e7c25ef2533e45bc942729fcffdbf1e9e1fb4c
[ "Zlib" ]
permissive
Poscowekh/Project
52be9104b0ab16c9a504b4295e0a23cadd72ac7a
3385c24646c951e37097b8ec1cfc29e9c5f44e05
refs/heads/master
2022-09-18T13:33:37.504605
2020-06-02T19:03:08
2020-06-02T19:03:08
259,675,760
0
0
null
2020-05-01T08:58:11
2020-04-28T15:24:50
C
UTF-8
C
false
false
2,216
c
/* Simple DirectMedia Layer Copyright (C) 1997-2018 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to u...
[ "ziuwari@ya.ru" ]
ziuwari@ya.ru
c2e5924dba108e484c8b504a6543ef5bb677b858
ea41820e51bca8e9703183ddc8558c1b14f1d241
/23_Souoc.c
1b05ea691af9f252a25a498beaf53f0e3575624e
[]
no_license
phamthidiemtrinh/1000
7e32c10cb12a5a5788092aadab12f34737f4c2b6
ee0e1924b0a640934e1cb08b9bb56814f4f28d01
refs/heads/master
2021-01-22T05:54:18.027021
2017-03-05T04:05:12
2017-03-05T04:05:12
81,721,125
0
0
null
null
null
null
UTF-8
C
false
false
153
c
#include <stdio.h> void main() { int n,i,s; scanf("%d",&n); s=0;; for (i=1;i<=n;i++) if (n%i==0) s++; printf("%d ",s); }
[ "diemtrinh.rhymt@gmail.com" ]
diemtrinh.rhymt@gmail.com
01f7f816eea859663f01edda55798b1b9b42f9ab
34245d596a9f93494646d2a0aabef734e945b908
/0x04-more_functions_nested_loops/2-mul.c
7ec72c911be12d9197183c7722dbb9d229a8d22b
[]
no_license
petronalla/alx-low_level_programming
eb3fcf5c5fcb158c264baa573b3e5d1a98811dfd
2e280483abeaf481a5c5ea1ab50e595efe6d26bb
refs/heads/master
2023-08-04T21:56:07.894850
2021-09-15T16:48:13
2021-09-15T16:48:13
402,006,684
0
0
null
null
null
null
UTF-8
C
false
false
221
c
#include "main.h" /** * mul - Multiplies two integers * * @a: First integer. * * @b: Second integer. * * Return: Returns the product. */ int mul(int a, int b) { int multy; multy = (a * b); return (multy); }
[ "petronallaawuor@gmail.com" ]
petronallaawuor@gmail.com
213e27474ef10b694435971ae6d7eab543f7a58f
c0b992395d3bbd19219b4312390913f793b7e42a
/file-IO-the-universal-IO-model/read.c
54166b770782b2486f5903e516848a12b80712e2
[]
no_license
binoytv9/The-Linux-Programming-Interface-by-Michael-Kerrisk
30d6b12529988fe9c6bc31c311f49456095b9c53
0e71b5813573d8abce274172f4d72c8a6ad02e56
refs/heads/master
2020-06-07T07:14:12.672061
2015-03-13T16:19:47
2015-03-13T16:19:47
30,104,342
0
0
null
null
null
null
UTF-8
C
false
false
287
c
#include<stdio.h> #include"tlpi_hdr.h" #define MAX_READ 100 main() { char *buffer = (char *)malloc(MAX_READ+1); ssize_t numRead; if((numRead = read(STDIN_FILENO, buffer, MAX_READ)) == -1) errExit("read"); buffer[numRead] = '\0'; printf("The input data was : %s\n",buffer); }
[ "binoytv9@gmail.com" ]
binoytv9@gmail.com
07e1feaff0cf887d8a9a9e208fa090a2ae78b79b
8afc3c41027de9dc500813086e7cf234c964584f
/project/sources/machoreader/shared/printflib/core/transform/transform_uint.c
5f4e3d2bd2b82a3ab05571cbcbc7633e5851de7e
[]
no_license
horiz0n-zero/ft_nm_otool
b4b3ee3b82cccc0c5fe2da611e69568c589e483c
3ff773f2f854c53076cb4d38d31909d02da0c2a4
refs/heads/master
2020-04-30T15:23:16.991800
2019-05-09T11:54:41
2019-05-09T11:54:41
176,918,817
0
0
null
null
null
null
UTF-8
C
false
false
1,459
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* transform_uint.c :+: :+: :+: ...
[ "afeuerst@e3r6p13.42.fr" ]
afeuerst@e3r6p13.42.fr
1ed28baeffaa5f3029acc03aac75431df571fdf3
e51f62e8ffecfab76449cbefec71940f9a7db34d
/ganglia/ganglia-3.6.1/libmetrics/config.h
e2ea44da6d733eacbb194d705be0b9891b7913fa
[]
no_license
p-dub/ganglia
c6316909688ec2a3b923d9c80667c528b193a298
736e39c652269dfe8b9da5ecfe628e78ed5e775a
refs/heads/master
2021-06-02T07:10:57.165522
2015-01-12T16:51:54
2015-01-12T16:51:54
28,679,670
0
1
null
2020-07-24T15:10:36
2015-01-01T03:14:46
C
UTF-8
C
false
false
7,830
h
/* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ /* AIX */ /* #undef AIX */ /* Define to 1 if the `closedir' function returns void instead of `int'. */ /* #undef CLOSEDIR_VOID */ /* CYGWIN */ /* #undef CYGWIN */ /* DARWIN */ #define DARWIN 1 ...
[ "paul.wilson@infochimps.com" ]
paul.wilson@infochimps.com
eeadea0dadeefa57b12e4cf37915ce75e5a46839
bc4cb81a9f339acd33673681ee171f7b2837d08a
/sisldll/src/pocrvtang.c
55c43b7e4b5d8d65eb463d1956217f481482c149
[]
no_license
black13/sisldll
90491bf21f9b25944a301d7ee8e3994c11cc9904
6f094c8fa39aff90ada1da7a97e379e8e20a30c9
refs/heads/master
2021-01-19T11:26:12.212828
2014-11-17T03:25:07
2014-11-17T03:25:07
null
0
0
null
null
null
null
UTF-8
C
false
false
6,407
c
/* * Copyright (C) 1998, 2000-2007, 2010, 2011, 2012, 2013 SINTEF ICT, * Applied Mathematics, Norway. * * Contact information: E-mail: tor.dokken@sintef.no * SINTEF ICT, Department of Applied Mathematics, * P.O. Box 124 Blindern, ...
[ "jjosburn@gmail.com" ]
jjosburn@gmail.com
ca19f910a44d9975cfd29162a855faa1d5b84666
f385a700cdc51a2f53bb4e009ec88c5c73914884
/irrlicht_c/_IGUIFont.h
79ce0f14eb9d5a18db003aa7b9a842841c85ee91
[]
no_license
kenygia/pyirrlicht
d2f7150dc7d14cec42d1ee7a1b06bd4d3838cb72
2fd3b3032cc4bcc6535e3636c2f2f5205052e77e
refs/heads/master
2020-05-01T16:10:42.842521
2013-04-06T19:14:33
2013-04-06T19:14:33
50,377,571
4
0
null
null
null
null
UTF-8
C
false
false
1,553
h
// Copyright(c) Maxim Kolosov 2010-2011 maxkolosov@inbox.ru // http://pir.sourceforge.net // BSD license #ifdef __cplusplus extern "C" { #endif //================= IGUIFont IRRLICHT_C_API void IGUIFont_draw(IGUIFont* pointer, const wchar_t* text, const core::rect<s32>* position, video::SColor* color, bool hc...
[ "pyirrlicht@gmail.com" ]
pyirrlicht@gmail.com
5a33d148678d0b4b88231fc749d055f7697ef338
dd20d32d99b5dc41573b137ae6afc1efc0141c7d
/include/jouer.h
51e6f4ed1797e46956c86e6f2cd145e0006dcc92
[ "MIT" ]
permissive
Corrun/Sokoban
1c5198f16bb7628e813339174ca85b27379923e2
c8209a33f0a7cad15ebdc6522da3895dedbd0925
refs/heads/main
2023-04-01T16:55:16.550543
2021-04-11T21:38:43
2021-04-11T21:38:43
null
0
0
null
null
null
null
UTF-8
C
false
false
92
h
#ifndef JOUER_H_ #define JOUER_H_ void jouer_niveau(int numero_niveau); #endif // JOUER_H_
[ "amaury.vanoorenberghe@yahoo.com" ]
amaury.vanoorenberghe@yahoo.com
6d98a3f851562648f543e11b5c03832a46cf5266
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE190_Integer_Overflow/s02/CWE190_Integer_Overflow__int_fgets_add_52a.c
22f0231e89d0aa9f572d24d1958d2b0c4686e523
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C
false
false
3,415
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE190_Integer_Overflow__int_fgets_add_52a.c Label Definition File: CWE190_Integer_Overflow__int.label.xml Template File: sources-sinks-52a.tmpl.c */ /* * @description * CWE: 190 Integer Overflow * BadSource: fgets Read data from the console using fgets() * Goo...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
490502a5dc6973f6513050e92d15a09e7c832f5f
500731da568c5c06f7c3c95e57dca876cbc25101
/man_adc.c
e4a6b974de7a6c65f9a083720b979b2dc8ea2b0d
[]
no_license
difo23/MIC_PIC_DSP
554107b3851dfe6abaf3e003a0a0eeed431567a9
c12e8c5a4e9fbd467a817ae56056d687c26df04a
refs/heads/master
2022-12-13T03:31:45.517719
2020-09-11T19:55:39
2020-09-11T19:55:39
294,800,427
0
0
null
null
null
null
UTF-8
C
false
false
1,060
c
/* device = dsPIC30F6014A Clock=10MHz */ void main(){ TRISB = 0xFFFF; //Port B is input TRISD = 0; //Port D is output (for ADC results) ADPCFG = 0xFBFF; //10th channel is sampled and coverted ADCON1 = 0; //ADC off, output_format=INTEGER ...
[ "diffozanzan@gmail.com" ]
diffozanzan@gmail.com
224cd351958d81b124c2fcb050a43bcf237e1a1c
71e5f96a29f5d643ab888b37677d38c33f8d765d
/d/common/obj/tools
432a967ae4210bcfcdebb680d36e8d0de054aa28
[ "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
943
#include <std.h> inherit OBJECT; void create(){ ::create(); set_name("smithing hammer"); set_id(({ "hammer", "smithy's hammer" })); set_short("%^RESET%^A %^BOLD%^%^BLUE%^sturdy %^BOLD%^%^BLACK%^iron smithy's hammer %^RESET%^with an %^RESET%^%^RED%^oak handle%^RESET%^"); set_obvious_short("%^RESET%^A %^BOLD%^%^BLU...
[ "law@shadowgate.org" ]
law@shadowgate.org
a6099db5a545c5d32c8fce63743deccc6be3a660
d04f1475059243de54173c66e011c59a0044188f
/examples/window/src/usart.h
94b0028c12a199d8d4e1702e01332acfb9503017
[]
no_license
OS-Q/P93
204acf735007635b84e302ef7ddebec5cc641a53
2415aa74c657fcb3f01f4a733ad69a27935ba930
refs/heads/master
2023-03-17T09:08:07.236370
2021-03-07T05:08:57
2021-03-07T05:08:57
207,116,155
0
0
null
null
null
null
UTF-8
C
false
false
260
h
#ifndef _usart_ #define _usart_ /////////////////modbus校验程序 unsigned int Crc_Check(unsigned char fu[],unsigned char g); /////////////////////////////打开某个串口,返回打开的结果 HANDLE Com_Open(char *lpName,unsigned long Baud); #endif
[ "qitas@qitas.cn" ]
qitas@qitas.cn
752370e03222b497f2bfbf507db3dab90d8660cc
d4781adf233b660948f3db035a9657b0f26abc5f
/db_apps/simple_at_manager/logmask.h
ca4b441588f85ea54ebfa8b3c98afa2194150c1a
[]
no_license
xiongqi1/web
bce81960c2a74bde186210bd376692945666e809
6d4b20e15f09a4fdb71c2f1dc6a4844473f38a6f
refs/heads/main
2023-09-05T06:43:43.971707
2021-11-26T09:44:40
2021-11-26T09:44:40
432,123,705
1
0
null
null
null
null
UTF-8
C
false
false
1,613
h
/*! * Copyright Notice: * Copyright (C) 2013 NetComm Wireless limited. * * This file or portions thereof may not be copied or distributed in any form * (including but not limited to printed or electronic forms and binary or object forms) * without the expressed written consent of NetComm Wireless Ltd. * Copyrigh...
[ "xiongqi@git.com" ]
xiongqi@git.com
18357c768ee90c9b51bcba08b563a9e1c5f3a3ef
d3c1e71f240fe906178d7e992fc28f09d0090b19
/cprog-exercises/excluded/accessstruct.c
395cf73c1c97b1fb761b4ad3452a67f5e9e952bc
[]
no_license
tertiarycourses/Ctraining
3f2ed8d8d35552103957dbe503d0852aab09e6a3
bd9871e53a2e28a496216d6bc72b572161f36531
refs/heads/master
2020-05-29T08:40:51.690526
2017-05-11T15:17:21
2017-05-11T15:17:21
69,888,197
0
1
null
null
null
null
UTF-8
C
false
false
779
c
#include <stdio.h> #include <stdlib.h> #include <string.h> //Constants #define MAX_NAME 30 #define MAX_COLOR 15 //Globally defined struct struct person{ //5 fields packed into one type char firstName[MAX_NAME]; char lastName[MAX_NAME]; int age; char eyeColor[MAX_COLOR]; float height; }; int main(void) ...
[ "angch@tertiaryinfotech.com" ]
angch@tertiaryinfotech.com
8249a824337b715c8fd19056776333b7a5bdbce9
345b45dac0b414b1f568ab4cd5458c7afe979545
/c_VSIP_src/vsip_smadd_f.c
7aab9586ffe68b4a138699837940502b722caf7a
[ "MIT", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference" ]
permissive
rrjudd/jvsip
256b41924b78305c779b8356f2fb83a2f47b64ff
f9ea05e0082acfeb3707b02e91a45f40008b7340
refs/heads/master
2022-10-03T02:40:27.724075
2022-09-20T19:07:50
2022-09-20T19:07:50
3,030,715
15
5
null
null
null
null
UTF-8
C
false
false
2,328
c
/* Created RJudd September 24, 1999*/ /* SPAWARSYSCEN D881 */ /********************************************************************** // For TASP VSIPL Documentation and Code neither the United States / // Government, the United States Navy, nor any of their employees, / // makes any warranty, express or implied,...
[ "rrjudd@me.com" ]
rrjudd@me.com
5d0bf89ba91991e21ba9bf8d8d587756aed0d857
120a85af3a9b4b68b90aed8db2233d9cb9bfbb6f
/src/angr/tutorial/angr-workshop/exercise/ex_simprocs_md5.c
0607ef39515801eef40d0fc1daef6f60d58090df
[ "MIT" ]
permissive
sylhare/Flag
c55569db07dbdca25dd7213c71915ef095383d61
8f056593466c8611fae0f5ed0d39c711f694f41b
refs/heads/master
2021-11-05T15:03:04.592096
2021-10-27T14:04:52
2021-10-27T14:04:52
137,117,887
0
0
null
null
null
null
UTF-8
C
false
false
316
c
#include<stdio.h> #include<string.h> #include<openssl/md5.h> int md5 = 0; unsigned char result[MD5_DIGEST_LENGTH]; char* string = "asdfasdf"; int main(int argc, char** argv) { MD5(string, strlen(string), result); for(md5 = 0; md5 < MD5_DIGEST_LENGTH; md5++) { printf("%02x", result[md5]); } printf("\n"); }
[ "sylhare@outlook.com" ]
sylhare@outlook.com
e17a0b853d77036b13d2ce7b51cf79653450d644
2d9d1843e07bac5425c0a4f2d9de5131a5818d28
/0_MP4 Data/Source_20191024/plasma_pt/Src/Application/OutEventTask/Plasma/Plasma_state.c
c612ff6f97cdd14eb8428a83471afcbdcf1434df
[]
no_license
ArvidJoung/Plasma_Generator
f4b05be2503317aaa7f36788571ca0c160aa9a57
bfb8b8d20ecda6a8d035c597b9afa89cd6cf29c5
refs/heads/master
2021-06-02T00:38:38.577626
2020-04-15T02:19:09
2020-04-15T02:19:09
120,057,201
0
1
null
null
null
null
UTF-8
C
false
false
9,082
c
/*===============================================================================================*/ /** * @file Plasma_state.c * * @version v1.0 */ /*================================================================================================= Revision History: Modification Tracking Author Date ...
[ "arvid.joung@gmail.com" ]
arvid.joung@gmail.com
a77f25e7ed4383bc365dab3e0c3fd3c82bfe0c10
a86995a16ba2e574376c882c3a9eead8143dd4f8
/STM32Cube_FW_F4_V1.9.0/Projects/STM324xG_EVAL/Examples/ADC/ADC_RegularConversion_Polling/Src/stm32f4xx_hal_msp.c
8faf004af43f9591cb40bf9e7ead34a140efbced
[ "BSD-2-Clause" ]
permissive
umapathiuit/Stm32-Tools-Evaluation
ded5f569677c8e9cbe708a57b5db19780a86fd6c
e9fd061f48f50501606bc237c6773c2b6c28d345
refs/heads/master
2020-12-02T17:11:19.014644
2015-11-23T07:45:38
2015-11-23T07:45:38
null
0
0
null
null
null
null
UTF-8
C
false
false
4,506
c
/** ****************************************************************************** * @file ADC/ADC_RegularConversion_Polling/Src/stm32f4xx_hal_msp.c * @author MCD Application Team * @version V1.2.3 * @date 09-October-2015 * @brief HAL MSP module. **************************************************...
[ "git@jme.de" ]
git@jme.de
b865170f2bd8dae95b1e6f94ec68f78904fa70d5
c926ef1ad709ca98309186709a18898bf3701688
/P1/kernel/syscall.c
8eb611ba0258e9d344ed88999508b70fb0058b06
[ "MIT" ]
permissive
JialinC/xv6
f877c8fe7f3b1a2b42ab9df0334abdfa89373ead
5bd7294ec30d19c44c813b418c3ca1e97224628e
refs/heads/master
2022-11-21T18:41:11.075118
2020-07-28T06:19:35
2020-07-28T06:19:35
268,158,669
2
0
null
null
null
null
UTF-8
C
false
false
3,273
c
#include "types.h" #include "param.h" #include "memlayout.h" #include "riscv.h" #include "spinlock.h" #include "proc.h" #include "syscall.h" #include "defs.h" // Fetch the uint64 at addr from the current process. int fetchaddr(uint64 addr, uint64 *ip) { struct proc *p = myproc(); if(addr >= p->sz || addr+sizeof(ui...
[ "jialin@system76-pc.localdomain" ]
jialin@system76-pc.localdomain
fb10ae4be44173373a89a8229210c35ea07cf0b4
327e45dd6639705c7b7bda64f7ba7ba6b5132813
/gps/maingps.c
9adf3d4bc018a3b9bda3035c7f6de7b4861745bb
[]
no_license
invintrar/rbNrf
d51ddfab95e5b28a2462dead1aeb91bc02ed17d5
e4f4e69847eb2c28c143cb9596018c34dad766cb
refs/heads/master
2020-07-09T17:49:05.196657
2020-02-14T21:53:37
2020-02-14T21:53:37
204,038,723
0
0
null
null
null
null
UTF-8
C
false
false
1,164
c
/* * @author: DzhL */ #include "maingps.h" static uint8_t run; int serialPort; dataGps data; //Fuction prototype void intHandler(int dummy); uint8_t initWiringPi(void); int main () { uint8_t i; run = 1; signal(SIGINT, intHandler); if(initWiringPi()) { printf("Error Setup WiringPi\n"); } if...
[ "invintrar@gmail.com" ]
invintrar@gmail.com
b5a19ab3a11d4a422c1e4b0965a43152c04a27e4
1bb50a07c12c16e8c3c4f38a63cf70cddbf468db
/presentations/20170726-meetup-embedded-gr/hal.stm.stm32PeripheralLib/Project/STM32F4xx_StdPeriph_Examples/SPI/SPI_TwoBoards/SPI_DataExchangeDMA/main.h
5b90c8c4ccacc2f0f146bed6d8d7ef159953920c
[ "LicenseRef-scancode-st-mcd-2.0", "Apache-2.0" ]
permissive
MikeStitt/lowLevelProgrammingByExample
17aa479fd46e1f2c1b15130e1c59450055b5d5c5
0a3d14a2514b176d7f0ee0dd5392ba6705308cca
refs/heads/master
2021-06-28T16:29:02.509548
2017-07-30T12:40:46
2017-07-30T12:40:46
98,252,494
0
0
Apache-2.0
2020-09-17T13:03:13
2017-07-25T01:56:33
C
UTF-8
C
false
false
6,408
h
/** ****************************************************************************** * @file SPI/SPI_TwoBoards/SPI_DataExchangeDMA/main.h * @author MCD Application Team * @version V1.4.0 * @date 04-August-2014 * @brief Main program body *******************************************************...
[ "mike@stitt.cc" ]
mike@stitt.cc
fae4f847a8f57122929df69de416064e94ee6500
ef67403be1eba2ac09dcd0fad3f338aa17fe9efb
/libft/ft_print/ft_putnbr_fd.c
7b112fcf3faa6d96feb05fc4074cecb15cfb7b3f
[]
no_license
wquinoa/School_21
d1f99babfde76bb4118831c43be69ff2890dd788
3d55bd9d5508246fe34fda73558dc9038d6d4094
refs/heads/master
2022-12-21T07:14:08.331634
2020-08-25T08:46:57
2020-08-25T08:46:57
262,150,716
2
0
null
null
null
null
UTF-8
C
false
false
1,275
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putnbr_fd.c :+: :+: :+: ...
[ "philip.yevseev@gmail.com" ]
philip.yevseev@gmail.com
e6b114678dfe56bf138f974931bced3b2da732fe
cbc682f1c01e6eb5e040ea0fd6c388b5027ece7c
/petalinux/apps/linux_hdmi_test/src/hdmi_demo.h
af3e0cc6d22bd063ebb12d0dfeb4c804076b7fa1
[]
no_license
duclongpl/software
16f733114e6dd67992250d2054caa4854608dde7
d27de82fe882166bcd25a1ae41a1d4ae6d4480ab
refs/heads/master
2020-03-15T16:51:01.979267
2017-05-25T13:12:17
2017-05-25T13:12:17
null
0
0
null
null
null
null
UTF-8
C
false
false
2,848
h
//---------------------------------------------------------------------------- // _____ // * * // *____ *____ // * *===* *==* // *___*===*___** AVNET // *======* // *====* //---------------------------------------------------------------------------- // // This design is t...
[ "kevin.keryk@avnet.com" ]
kevin.keryk@avnet.com
f199c812337d662cf59fe5f89d68f6955b2514bb
3a41c5189983b7eee33f2e79d1c12e329d1c4703
/src/os/unix/ngx_time.c
a11f9beab358cb3d5ede538474b709ed624576ba
[ "BSD-2-Clause" ]
permissive
CCoder123/nginx
63ca8f5b96ce8c523e813548435e56ca88a40d87
a01c749e1c1fcedd5b7e22d568667d05608c065b
refs/heads/master
2021-01-22T19:48:45.766718
2013-12-15T05:46:16
2013-12-15T05:46:16
null
0
0
null
null
null
null
UTF-8
C
false
false
1,483
c
/* * Copyright (C) Igor Sysoev * Copyright (C) Nginx, Inc. */ #include <ngx_config.h> #include <ngx_core.h> /* * FreeBSD does not test /etc/localtime change, however, we can workaround it * by calling tzset() with TZ and then without TZ to update timezone. * The trick should work since FreeBSD 2.1.0. * * Linu...
[ "lkungithub@163.com" ]
lkungithub@163.com