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
c9565ca4e4cdf88f6d648cc40c9bace8ad9b0611
2cc32e177abf1ceb70a1df5f9e5e6af7daf50758
/Hsv2rgbw16.h
273535dd9aa081a4baf63e42ae2e65265999488f
[]
no_license
Aerokeith/HSV2RGB
dfe0fbd5949c8b51755f9217d71356f8f3f31630
8c5cba8572071b711c2ef79acb39da3b3aab8689
refs/heads/main
2023-07-10T22:07:12.449645
2021-08-16T20:26:24
2021-08-16T20:26:24
396,947,188
0
0
null
null
null
null
UTF-8
C
false
false
467
h
#include <Arduino.h> #include <FastLED.h> #ifndef _COLOR_TYPES #define _COLOR_TYPES struct HSV16 { uint16_t h; uint16_t s; uint16_t v; }; struct RGBW16 { uint16_t r; uint16_t g; uint16_t b; uint16_t w; }; struct HSVFloat { // floating point version of HSV16 for high-precision fade step computations ...
[ "noreply@github.com" ]
Aerokeith.noreply@github.com
78fd3968ce01a8e6c28c923bfb628190420d39d9
3c4f5bd6d7ac3878c181fb05ab41c1d755ddf343
/VirtualKey.h
e459509ce0ea7a2442fe0876f8848c310f15f9da
[]
no_license
imcooder/public
1078df18c1459e67afd1200346dd971ea3b71933
be947923c6e2fbd9c993a41115ace3e32dad74bf
refs/heads/master
2021-05-28T08:43:00.027020
2010-07-24T07:39:51
2010-07-24T07:39:51
32,301,120
2
1
null
null
null
null
UTF-8
C
false
false
340
h
#ifndef HWX_VIRTUALKEY_H #define HWX_VIRTUALKEY_H #include "XTypeEx.h" #ifdef __cplusplus extern "C"{ #endif BOOL WINAPI IsVKeyChar(LONG ); BOOL WINAPI IsVKeyNumPad(LONG); BOOL WINAPI IsVKeyNum( LONG); BOOL WINAPI IsVKeyF(LONG); BOOL WINAPI IsVKeySys(LONG); #ifdef __cplusplus } #endif #endif...
[ "jtxuee@gmail.com@716a2f10-c84c-11dd-bf7c-81814f527a11" ]
jtxuee@gmail.com@716a2f10-c84c-11dd-bf7c-81814f527a11
471427f906e47faeecda45f01f387d6bda76b430
03f36ac8db82ee3806591fe43027e47bbb9f4ba7
/STRING/replace_str.c
750d834f14a3425447155dae6d8d955784c0faa1
[]
no_license
realnj/TCT_C
7f15802655be3e6d7cb3cc50e46e1a958e3a0cc4
61223d957d038d12839f3bfa673825d419c36c8b
refs/heads/master
2020-03-27T23:32:51.178100
2018-08-27T13:29:00
2018-08-27T13:29:00
null
0
0
null
null
null
null
UTF-8
C
false
false
1,072
c
#include <stdio.h> #include <string.h> #include <stdlib.h> void __attribute__((constructor))console_setting_for_eclipse_debugging(void) { setvbuf(stdout,NULL, _IONBF,0); setvbuf(stderr,NULL, _IONBF,0); } int replaceStr(char *str, char *pattern, char *change); int main(void) { char str[100]={0,}; c...
[ "noreply@github.com" ]
realnj.noreply@github.com
11b8052dfeedcb98a829734d33caf20ae926b668
dbd8d6be7b3f99972b6eaf4d23338413247e8738
/Reference/radiance/src/meta/plotout.c
026b0975689a0ca7b6b7067774ec4cb3ecd5abd5
[ "BSD-2-Clause" ]
permissive
CamelCarmack/SHTest
5fc6e99d4057d6534c82d9c11275b82bfc0f20e9
4ef130bcb38beab3bf8882d448d0ed22535e8543
refs/heads/master
2023-06-14T10:23:52.667022
2016-09-30T09:22:41
2016-09-30T09:22:41
null
0
0
null
null
null
null
UTF-8
C
false
false
4,065
c
#ifndef lint static const char RCSid[] = "$Id: plotout.c,v 1.1 2003/02/22 02:07:26 greg Exp $"; #endif /* * Program to send meta-files to plot(3X) drivers * * cc -o plotout plotout.c mfio.o syscalls.o misc.o -lplot * * Plot drivers */ #ifdef FORTEK #define XCOM "pexpand +vOCIsm -rtpSUR %s" #else #define ...
[ "dwilliamson_coder@hotmail.com" ]
dwilliamson_coder@hotmail.com
96787e347e08887da8e32a5e4bd3f98d99e0d1a7
75253c0fabf20bdeb6000f304e3420b59290dfd4
/Online-Judge-Solution/URI Solutions/1050(DDD).c
cf335c50f295a1f4ccf32c6b4973aaaa975bd7d5
[ "MIT" ]
permissive
arifparvez14/Basic-and-competetive-programming
513099ad4fcb21e93f6a5b408292c929b37fc740
835a913bcdbc28773617bf06014afb22ea00449d
refs/heads/master
2023-07-07T12:13:26.749340
2023-06-25T14:40:02
2023-06-25T14:40:02
231,807,443
0
0
null
null
null
null
UTF-8
C
false
false
550
c
#include<stdio.h> int main() { int d; scanf("%d", &d); if(d == 61) printf("Brasilia\n"); else if(d == 71) printf("Salvador\n"); else if(d == 11) printf("Sao Paulo\n"); else if(d == 21) printf("Rio de Janeiro \n"); else if(d == 32) printf("Juiz de Fora\...
[ "arif.mbstu22@gmail.com" ]
arif.mbstu22@gmail.com
013a7c476ae4e680b4fb9adbaf399c0557fda48c
ee02da347109d649f869545afee4426686b6dd18
/4-App/EXTI_Test/GIE_config.h
018ce93cdb511aea7eaddcc811f236d35e2f3803
[]
no_license
ELabbassalah56/Cots-AVRAtmega32
f11e8e9c1ed0350f0732ec79a4d827ac27e1458d
a2dbbe277bd392cbe7fa74f830d388ed2d46202b
refs/heads/master
2023-02-10T15:17:34.963318
2021-01-07T22:38:35
2021-01-07T22:38:35
299,738,001
0
0
null
null
null
null
UTF-8
C
false
false
784
h
/********************************************************/ /*************** Name :ELabbas salah ****************/ /*************** Date : 17/09/2020 *************...
[ "abassalah92@gmail.com" ]
abassalah92@gmail.com
79925bb8cb6aead845e51d5f6690521fbb578e58
9074d853104a396f8a15796f06e4b9c204317a0c
/project_0721/mei/mei.h
39db69f93411c27150778a1e14f1947264253f2a
[]
no_license
vv3g/lumlink_STM8
7535f62fe8eb2fd69557628c8e2757be219eb176
660e1b3196cc3373f82118ac584465d882900095
refs/heads/master
2022-01-27T14:59:41.358322
2016-08-12T08:47:02
2016-08-12T08:47:02
null
0
0
null
null
null
null
GB18030
C
false
false
708
h
#ifndef __LUM_DHT11_H__ #define __LUM_DHT11_H__ /**************宏定义****************/ #define DHT11_DATA_OUT PB_DDR_DDR5 = 1 //输出 #define DHT11_DATA_IN PB_DDR_DDR5 = 0 //输入 #define DHT11_DATA_HIGH PB_ODR_ODR5 = 1 //拉高 #define DHT11_DATA_LOW PB_ODR_ODR5 = 0 //拉低 #define DHT11_DA...
[ "nuaanjzizy@163.com" ]
nuaanjzizy@163.com
4c69cc324fe5c28ad26a3f4932d77170b5085fb3
4e1d56bfd0e93ae617d50ff9554ce5fbb5c1f2f9
/bitwise/swapevenodd.c
5f1b4990cfb442dae28b8adae56c85e88a5abb48
[]
no_license
narendra112/ssd
1baef1abed05b230fd536196cb42a5d1c91d48db
2b8dafc159a7ad34d912b76e121b28467fceeae8
refs/heads/master
2020-09-15T09:47:56.550139
2019-11-22T17:12:05
2019-11-22T17:12:05
223,414,430
0
0
null
null
null
null
UTF-8
C
false
false
546
c
//swapping#include<stdio.h> /*int main() { int a, b = 0xaaaaaaaa, c = 0x55555555; printf("\n enter the number: \n"); scanf("%d", & a); a = ((a & b) >> 1) | ((a & c) << 1); printf("\n %d", a); }include<stdio.h>*/ void binary(int num) { for(int i=7;i>=0;i--) { ((num>>i)&0x01)?pri...
[ "svnarendra1@gmail.com" ]
svnarendra1@gmail.com
0f16adb7feaac6e0b814ba119c1dc8115f8781d0
b1996750cc84e41589383e8058bb014b8f7786e6
/examples/EFM8SB2_SLSTK2011A/SPI/Peripheral_Driver/Lib_Master/inc/InitDevice.h
883b206b2bc32835719d6b27662a9a955399dcd5
[]
no_license
mathiasvr/silabs-8051-sdk
9f66e905bb31aa5c4efcaf4055b17380b330a016
eff6046fcb1705f00588bcd2d03cc8f0361bfc14
refs/heads/main
2022-07-30T06:20:11.791382
2022-01-05T00:29:38
2022-01-05T01:22:03
444,606,667
2
3
null
null
null
null
UTF-8
C
false
false
1,208
h
//========================================================= // inc/InitDevice.h: generated by Hardware Configurator // // This file will be regenerated when saving a document. // leave the sections inside the "$[...]" comment tags alone // or they will be overwritten! //=================================================...
[ "mathiasvr@gmail.com" ]
mathiasvr@gmail.com
ddcd74a3f25450e18056979adcf0bef234d85cb1
6b13160f5394013e20d7faa63621da9c7e00b043
/srcs/paramsmanage.c
f4fa73c1cbf07f084ce5196bad02b0fbbc952a1c
[]
no_license
maoow/fractol
74290f58682f1e6d32c9d9e2ef15d083d3f85c6c
85424946e3292e5c91255c319ad91a46643d3629
refs/heads/master
2021-09-06T22:03:30.879568
2018-02-12T09:44:17
2018-02-12T09:44:17
111,407,237
0
0
null
null
null
null
UTF-8
C
false
false
1,307
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* paramsmanage.c :+: :+: :+: ...
[ "cbinet@student.42.fr" ]
cbinet@student.42.fr
e13977b74537189f664fb6d11bb38b7e22e337b3
1fd33efcea837bb2ffcd32fcdceee78e246e1414
/mediatek/custom/bird72_wet_a_lca/cgen/inc/Custom_NvRam_data_item.h
51d6184e38dfe46299ef00e5d1b26ecc40246135
[]
no_license
rock12/android_kernel_xbasic
cda1c5a956cf8afdc6b9440cefd84644e4bfd7b5
38d09253ba7ef2e7e4ba2ee7f448a04457159ddb
refs/heads/master
2021-01-17T08:38:46.441103
2016-07-01T19:36:39
2016-07-01T19:36:39
62,417,176
2
0
null
2016-07-01T20:07:19
2016-07-01T20:07:19
null
UTF-8
C
false
false
5,126
h
/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained * herein is confidential. The software may not be copied and the information * contained herein may not be used or dis...
[ "yugers@gmail.com" ]
yugers@gmail.com
3b445c689534913639268b7dcbc5bd802b12a243
3db023edb0af1dcf8a1da83434d219c3a96362ba
/windows_nt_3_5_source_code/NT-782/PRIVATE/WINDOWS/GDI/PRINTERS/MSPLOT/PLOTTER/OUTPUT.C
bc6996b6cf7268d04f0c9f4865640f52e19ec9ff
[]
no_license
xiaoqgao/windows_nt_3_5_source_code
de30e9b95856bc09469d4008d76191f94379c884
d2894c9125ff1c14028435ed1b21164f6b2b871a
refs/heads/master
2022-12-23T17:58:33.768209
2020-09-28T20:20:18
2020-09-28T20:20:18
null
0
0
null
null
null
null
UTF-8
C
false
false
66,418
c
/*++ Copyright (c) 1990-1993 Microsoft Corporation Module Name: output.c Abstract: This module contains common plotter output function to the spooler/printer Author: 15:30 on Thu 04 Apr 1991 -by- Steve Cathcart [stevecat] Took and modified code from OS/2 Plotte...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
9c6a1cb83dea5e489571ea5fff6ee9cb64f956cc
997b273f4e2bfe4189a5de5d6bf6769446985b76
/autosrc/rtpp_stream_fin.c
4a8c8fec2c40bbaa221943e2952bd6fbb00f2534
[ "BSD-2-Clause" ]
permissive
ca4ti/rtpproxy
bbb64348f58454fde413e8b75ce0aa4e80e03be9
fe7f3f6478f1f2bebdb51fc83b3511e3927aebe7
refs/heads/master
2022-09-28T08:27:32.359677
2022-08-23T00:15:10
2022-08-23T00:15:10
258,008,084
0
0
BSD-2-Clause
2020-04-22T20:06:39
2020-04-22T20:06:38
null
UTF-8
C
false
false
9,489
c
/* Auto-generated by genfincode_stat.sh - DO NOT EDIT! */ #include <stdio.h> #include <stdint.h> #include <stdlib.h> #define RTPP_FINCODE #include "rtpp_types.h" #include "rtpp_debug.h" #include "rtpp_stream.h" #include "rtpp_stream_fin.h" static void rtpp_stream_finish_playback_fin(void *pub) { fprintf(stderr, "Me...
[ "sobomax@sippysoft.com" ]
sobomax@sippysoft.com
604cff6623a23628c9cf9224bf19c7ac1777c20e
1a1840f5979dc7c8cf803c7cf2c2e7abdb9b443c
/darbi/05.c
6e3bbc8d21390dc1af9eced572f52173d2e46460
[]
no_license
ReinisPastars/RTR105
e78b82ef46059f3b286dc1b0058d07e2b326bee6
0f0c0a80703584e150861953212d5e3e9ad6755d
refs/heads/master
2020-07-20T03:00:07.544350
2020-05-04T22:04:24
2020-05-04T22:04:24
206,559,909
0
0
null
null
null
null
UTF-8
C
false
false
173
c
#include <stdio.h> int main () { printf ("ievadi simbolu :"); char abc; scanf ("%c", &abc); printf ("%c \n", abc ); printf ("%d \n", abc ); printf ("%x \n", abc ); }
[ "rinis.pastars2000@gmail.com" ]
rinis.pastars2000@gmail.com
9b85f1faea388e4f629353634deaad10b3aeb848
82809e1025360eff1725f13e17a8f3676869ac12
/push_swap/checker_src/list3.c
8a972e2dca13f9aa9c65a57724c6557c1377143f
[]
no_license
fbonnin/42
a6f2a8fb942c0b89994f8198f68a1c517696c2bc
0fd61ba26c71b8677b1fa57737b7a87c0c8cf345
refs/heads/master
2021-07-08T10:54:14.892745
2019-01-10T13:51:02
2019-01-10T13:51:02
91,254,846
0
0
null
null
null
null
UTF-8
C
false
false
1,630
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* list3.c :+: :+: :+: ...
[ "florent-bonnin@live.fr" ]
florent-bonnin@live.fr
f2fece359491698c26a62fe9d74d89ebf625bb97
81b2b639cf5a8b54e92dccbe3a13f34e31149115
/source_2/server.c
879e0e5f129280633fc5ccd5197fe70bb4f5ee8e
[]
no_license
PhVHoang/socket_programming
c68c528a43376fcfa16c8fabaa2b8902fe7e797a
ad750105a7b7d5909189bababd590776a2546069
refs/heads/master
2021-10-10T20:05:14.269799
2019-01-16T15:06:51
2019-01-16T15:06:51
null
0
0
null
null
null
null
UTF-8
C
false
false
6,928
c
#include "server.h" int main(int argc, char *argv[]){ int i, n, t, counts; FILE *private_data; pthread_t thread_arr[MAX_CLIENTS]; int shmid; char *segptr, buffer[MAX_BUFFER_SIZE]; key_t Sign; char choice; int socket_fd; struct sockaddr_in server_socket; /* Create shared memory segment */ Sign =...
[ "a2k40pbc@gmail.com" ]
a2k40pbc@gmail.com
bf2922a878cb482cd3d48cfa4e43428136a4feba
104aaed99c6a8e8ef3febaf6f473121a4fc2d3f2
/tigress-generated-programs/empty-Seed1-RandomFuns-Type_long-ControlStructures_9-BB2-ForBound_boundedInput-Operators_PlusA_MinusA_Lt_Gt_Le_Ge_Eq_Ne_Mult_Div_Mod_Shiftlt_Shiftrt_BAnd_BXor_BOr.c
b6e095c03a863e26708fc44f71ca19b3511db16b
[ "MIT" ]
permissive
WillJohn/obfuscation-benchmarks
528dd152e5e9a11571ae95a54040451d07c8805c
d11452ffb3ec7418a462f65d4034f9f1474136c8
refs/heads/master
2020-07-12T12:36:10.069207
2018-02-25T15:15:07
2018-02-25T15:15:07
null
0
0
null
null
null
null
UTF-8
C
false
false
3,459
c
/* Generated by CIL v. 1.7.0 */ /* print_CIL_Input is false */ struct _IO_FILE; struct timeval; extern void signal(int sig , void *func ) ; extern float strtof(char const *str , char const *endptr ) ; typedef struct _IO_FILE FILE; extern int atoi(char const *s ) ; extern double strtod(char const *str , char co...
[ "banescusebi@gmail.com" ]
banescusebi@gmail.com
bb34be0c0ef9077955351ca887b7da58139509fc
ec94dba25a44cbc6725358e6939ade75b3c733d3
/vendor/sdk/component/common/mbed/targets/hal/rtl8195a/analogin_api.c
04b9bbb6f9ab5f944172888dbd0fccebbf0afb45
[ "MIT" ]
permissive
dgoodlad/rtl8710-sdk
9f04872778ab6e54c8fc370b3c3c7c474cc22a85
317d21411975554509c8292ba9fe44729971822c
refs/heads/master
2020-05-16T18:07:25.260396
2019-04-24T12:31:25
2019-04-24T12:31:25
183,215,538
4
0
null
null
null
null
UTF-8
C
false
false
11,598
c
/* mbed Microcontroller Library ******************************************************************************* * Copyright (c) 2014, Realtek Semiconductor Corp. * All rights reserved. * * This module is a confidential and proprietary property of RealTek and * possession or use of this module requires writt...
[ "david@goodlad.net" ]
david@goodlad.net
b2f454e3fdfeb4403da1db0b088e25ab42c783f4
438cd59a4138cd87d79dcd62d699d563ed976eb9
/mame/src/mame/drivers/bishi.c
eb0a442ad72a3c434605cab61f40434093f90b4c
[]
no_license
clobber/UME
031c677d49634b40b5db27fbc6e15d51c97de1c5
9d4231358d519eae294007133ab3eb45ae7e4f41
refs/heads/master
2021-01-20T05:31:28.376152
2013-05-01T18:42:59
2013-05-01T18:42:59
null
0
0
null
null
null
null
UTF-8
C
false
false
21,645
c
/*************************************************************************** Bishi Bashi Champ Mini Game Senshuken (c) 1996 Konami Super Bishi Bashi Championship (c) 1998 Konami Driver by R. Belmont WORKING: ram/rom test passes, IRQs, sound/music, inputs, colors. TODO: "bishi" needs a ROM redumpe...
[ "brymaster@gmail.com" ]
brymaster@gmail.com
30c462f36d0180ee405e42f824f556181f6f3f2e
5d7ddc134c5b3a20418fd50321de461179146caf
/reproc/resources/stop.c
da0b610163f71a0fc527137b4e852b49d95ce553
[ "MIT" ]
permissive
walkero-gr/reproc
f90050503c7c0cfe147ea957498b24ba4299a0e1
5d3873109c61461cad947a6857f13e27f12c12e3
refs/heads/main
2023-07-05T23:52:28.152606
2021-08-08T11:18:47
2021-08-08T11:18:47
401,064,781
2
0
MIT
2021-08-29T14:38:34
2021-08-29T14:38:33
null
UTF-8
C
false
false
67
c
#include "sleep.h" int main(void) { sleep(25000); return 0; }
[ "daan.j.demeyer@gmail.com" ]
daan.j.demeyer@gmail.com
55fe124b9694112a04a0e7cd6f2b20bfaacd4e52
9341624e2de3495a952e5c9f2290f975051e55b8
/src/demo/inner_eeprom_demo.h
653c0cbc7a135d1c4591a32ad16857f3721523e9
[]
no_license
PengJinLun/IAP15w4k61s4_Demo
e124336d60e450eeaa76d8b03f15022a249e3e6b
33aa8de0a7375eb50117a87d4ddfc47a45a20344
refs/heads/master
2020-05-14T03:09:22.229550
2019-04-18T10:20:38
2019-04-18T10:20:38
181,693,083
0
0
null
null
null
null
UTF-8
C
false
false
140
h
#ifndef __INNER_EEPROM_DEMO_H__ #define __INNER_EEPROM_DEMO_H__ #include "inner_eeprom_api.h" void inner_eeprom_demo(void); #endif
[ "2459160418@qq.com" ]
2459160418@qq.com
da9adb306d2aaf981a4a15bec5896eeac61c995f
0c08440aa95254553b4654717afd1ad85b48b6d2
/MAPS-K64/MAPS-K64_1.0.0/rtos/mqx/tests/util/mfs/usb_file.c
b4388036bdf98ac36c426fca759d030eba741f19
[]
no_license
maskedbaby-ch/wav-sai
24a3c47766f1f1b915cdf3f8a43d91dedd9d57f1
b5896eeb962765eb85d9aab5d56652fed30e8ae7
refs/heads/main
2023-03-19T15:27:27.014728
2021-03-15T05:53:04
2021-03-15T05:53:04
343,657,330
0
0
null
null
null
null
UTF-8
C
false
false
7,693
c
/**HEADER******************************************************************** * * Copyright (c) 2008 Freescale Semiconductor; * All Rights Reserved * * Copyright (c) 1989-2008 ARC International; * All Rights Reserved * *************************************************************************** * * THIS SOFTWARE IS PR...
[ "79893501+maskedbaby-ch@users.noreply.github.com" ]
79893501+maskedbaby-ch@users.noreply.github.com
d5d35ff86e369262e64fd4b410b142b1226111ca
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/c-litmus-HMC-Nidhugg/MP+dmb.sy+addr-rfi-ctrl-[fr-rf]-addr.c
72282749c4bc086a551c5feede12f3c75680970c
[]
no_license
ashutosh0gupta/llvm_bmc
aaac7961c723ba6f7ffd77a39559e0e52432eade
0287c4fb180244e6b3c599a9902507f05c8a7234
refs/heads/master
2023-08-02T17:14:06.178723
2023-07-31T10:46:53
2023-07-31T10:46:53
143,100,825
3
4
null
2023-05-25T05:50:55
2018-08-01T03:47:00
C++
UTF-8
C
false
false
2,705
c
/* Copyright (C) 2023 ARM-CBMC * This benchmark is part of ARM-CBMC */ #include <assert.h> #include <pthread.h> #include <stdatomic.h> atomic_int vars[4]; int atom_1_X0_1; int atom_1_X5_1; int atom_1_X6_0; int atom_1_X8_1; int atom_1_X10_0; void *t0(void *arg){ label_1:; atomic_store_explicit(&vars[0], 1, me...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
343191b213ebe9c55f1fc203e5213b5c948aa190
286ef99ff1d5a5a873265bc212df20365bc81326
/LinearList/SinglyLinkedList/SList.c
3bccc42becf6e4f0b9c25b73decda30b4c62c667
[]
no_license
oOXuOo/ADT-Implementation-In-C
93d2e64895b487cac48aa652320b10c052239a63
b4b03c6bd33b02653411e480ae416fa05239eb3b
refs/heads/master
2021-01-19T11:26:46.199440
2015-04-28T11:41:38
2015-04-28T11:41:38
34,726,939
0
0
null
null
null
null
UTF-8
C
false
false
2,809
c
// ADT 单链表 接口实现 #include "SList.h" #include <stdio.h> #include <stdlib.h> #include <wchar.h> /*整体操作*/ struct slist* SList_Create(void){ slist* psl = (slist*)malloc(sizeof(slist)); psl->count = 0; psl->head = NULL; psl->tail = NULL; // 尾插法 char c; wprintf(L"请输入字符元素,中间无分割,回车结束\n"); while ((c = g...
[ "2297880491@qq.com" ]
2297880491@qq.com
e3ebddd91db78075cbe74ede969ab1e61e9b8ea3
a7acd38cda08e09fb3d31a43860db7de0fec5ffe
/chapter1/ls.c
e16610ff4aeba4fb9b0aea331282214b89bb2219
[]
no_license
L-maple/apue
042d3d5a5374fe5c4083887ae260a4509edb527a
82c194c90f62fe5f496476ca066119cb7c8a7e81
refs/heads/master
2022-12-02T08:15:05.428210
2020-08-10T02:25:16
2020-08-10T02:25:16
263,200,924
0
0
null
null
null
null
UTF-8
C
false
false
399
c
#include "apue.h" #include <dirent.h> int main(int argc, char* argv[]) { DIR *dp; struct dirent *dirp; if (argc != 2) err_quit("usage: ls directory_name"); if ((dp = opendir(argv[1])) == NULL) { err_sys("can't open %s", argv[1]); } while((dirp = readdir(dp)) != NULL) {...
[ "changjieliu@ruc.edu.cn" ]
changjieliu@ruc.edu.cn
12b86e32c01491bb3eac5e0fc0f805cc221b3cc4
6bba0aa85853fd3dc937fbcbe324311c58242b58
/lib/curl/lib/hostip.h
d178976aa174743d48113e70edf23caa2241e20a
[ "Apache-2.0", "curl" ]
permissive
PracticalMetal/Covid-Visualizer
ba361f00b147f7ab62cc85bf222d5ebf5e1c1e86
537d847faf2b2722b5b33eac9c4480324755a144
refs/heads/main
2023-06-16T16:48:41.685642
2021-07-09T13:54:37
2021-07-09T13:54:37
384,068,678
2
1
Apache-2.0
2021-07-09T13:54:38
2021-07-08T09:18:07
null
UTF-8
C
false
false
8,076
h
#ifndef HEADER_CURL_HOSTIP_H #define HEADER_CURL_HOSTIP_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (...
[ "2pulkit2@gmail.com" ]
2pulkit2@gmail.com
ae2f6bfae3abd2267aa68559850ca5430f0bb83c
421cd2af1ceb6ae0ce60a1a319a73c9c26861085
/0x0C-preprocessor/4-sum.h
f1c3ce0a84e8adf141d0a6a95d8035a909e07cf3
[]
no_license
Hillmonkey/holbertonschool-low_level_programming
f9f5fa4ad88be731f557a919efe5da5ba27e5a72
1a489fa80134c8c26a64b123910a1af28c008445
refs/heads/master
2020-04-05T11:00:49.131292
2018-02-20T09:11:47
2018-02-20T09:11:47
81,396,610
0
1
null
null
null
null
UTF-8
C
false
false
93
h
#ifndef SUM_MACRO_H #define SUM_MACRO_H #define SUM(x, y) (x + y) #endif /* SUM_MACRO_H */
[ "lmadeo76@gmail.com" ]
lmadeo76@gmail.com
39fc957da258294e371c57b6024bca6b9f2c5e97
483e8c3fd98536fa17f9a0a41923f60e2a79d55a
/libs/ManualInstall/GLInterceptx64_1_1_0/GLFunctions/NV/NV_conditional_render_Include.h
8fda64ff785945ce3051ff40f8413c064220cd7e
[ "MIT" ]
permissive
Shailla/jeukitue.moteur
b9ff6f13188fb59d6b8d2ea8cde35fc7d95dd3dd
acc996f240699b5ec9c6162e56c5739f86a335a5
refs/heads/master
2020-05-22T04:20:33.298261
2014-11-20T22:20:43
2014-11-20T22:40:11
34,282,766
0
0
null
null
null
null
UTF-8
C
false
false
367
h
#define GLI_INCLUDE_NV_CONDITIONAL_RENDER enum Main { //GL_QUERY_WAIT_NV = 0x8E13, //GL_QUERY_NO_WAIT_NV = 0x8E14, //GL_QUERY_BY_REGION_WAIT_NV = 0x8E15, //GL_QUERY_BY_REGION_NO_WAIT_NV = 0x8E16, }; void glBeginConditionalRenderNV(GLuint id, GLenum[Main] mode)...
[ "vogel.jeanclaude@cd6d7e76-efff-11de-b599-4d5b25800cad" ]
vogel.jeanclaude@cd6d7e76-efff-11de-b599-4d5b25800cad
2bc196f39230ee1cc672620a14db01cfaf785472
aa27454e0e40aafeec1e7b1106c4ffb56d45e1a1
/ubuntu-blink/src/cmsis/cmsis.c
a4fac2d4952d5cdd9e07c1c3577f54ec5c535dde
[]
no_license
ghsecuritylab/samd21-playground-original
2339396e1f9349d30d428fd28ed026f569b0c197
daa8d211100e68d2cf53edebd1d3db03bd57c030
refs/heads/master
2021-02-28T15:20:08.037734
2017-12-28T07:18:54
2018-01-06T07:21:00
245,708,491
0
0
null
2020-03-07T21:31:27
2020-03-07T21:31:26
null
UTF-8
C
false
false
54
c
#include "samd21/samd21.h" #include "core_cm0plus.h"
[ "lelandjansen@users.noreply.github.com" ]
lelandjansen@users.noreply.github.com
a04de6a45956cce303b8b31cf4ce2ef7d320a110
2b4ae23552baee868c1f80f381262bbfb7509942
/libft/ft_strncmp.c
d05e7ec8906a36532886de6d142ac26f8a6b1848
[]
no_license
Anothereno/fractol
0c1053e0e53ea10f45d69bb62987aadd1bd6be9f
c42785f4e8449cad510a47eefc31162313e738d6
refs/heads/master
2020-05-14T19:15:53.407135
2019-06-06T16:16:35
2019-06-06T16:16:35
181,925,902
0
0
null
null
null
null
UTF-8
C
false
false
1,191
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strncmp.c :+: :+: :+: ...
[ "noreply@github.com" ]
Anothereno.noreply@github.com
48fcc271d8d68fa49612655e4fab1486399af54d
13149db8c602d268a6cefe7d528eab18010f62e2
/first/libft/srcs/ft_memcpy.c
f51806e80275de2678a5c71d94b4449725074d80
[]
no_license
abaurens/libbignum
835aa8d7724db0180b53e756ab6eebbfe21e9690
e7dc2f05ccfa635cc467c572caad097afc31c738
refs/heads/master
2020-04-12T13:10:35.013423
2019-01-28T19:35:15
2019-01-28T19:35:15
162,514,575
0
0
null
null
null
null
UTF-8
C
false
false
1,156
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memcpy.c :+: :+: :+: ...
[ "elementscitiessuport@gmail.com" ]
elementscitiessuport@gmail.com
88631e951e25688ac480af06f2ad31b28b9cc9ce
982f03912a3d4d75bbc4483412af84f9ae3db073
/c/kandr/ch1/1-3.c
52dde69eb67b545f64c37eac6e2ce19fa7cd5fc5
[]
no_license
BowieSmith/playground
4869d34eb74d044188e04795638da77afc374d02
3fef1ff2907673fe0575a994429b9aaadad2486b
refs/heads/master
2022-07-19T20:30:26.964681
2019-12-12T04:34:40
2019-12-12T04:34:40
173,177,162
0
0
null
2022-06-21T21:53:23
2019-02-28T19:47:45
Java
UTF-8
C
false
false
400
c
#include <stdio.h> int main() { float fahr, celsius; int lower, upper, step; lower=0; /* lowerlimitoftemperaturetable*/ upper=300; /* upperlimit*/ step=20; /*stepsize*/ printf("%3s %6s\n", "f", "c"); fahr = lower; while (fahr <= upper) { celsius = (5.0/9.0) * (fahr-32.0); ...
[ "r.bowie.smith@gmail.com" ]
r.bowie.smith@gmail.com
e6750935da34e280322d24e9d304d0e95e670de4
273785f1fc3dbc482dd74f35f0fa1d9f5e7cf3c7
/zlibrary/core/include/ZLXMLWriter.h
cbace315910e9bf25ce1d31830bb1cecb417159d
[]
no_license
geansea/FBReaderVS
4aa48f7092984770ce76bf3221b1b7f9984ffdeb
41e9781476341171f32990c89c702a2c16189e59
refs/heads/master
2021-01-21T00:22:27.979200
2016-03-02T08:56:44
2016-03-02T08:56:44
52,802,829
1
0
null
null
null
null
UTF-8
C
false
false
36
h
#include "../src/xml/ZLXMLWriter.h"
[ "geansea.37" ]
geansea.37
7f9e20705da8b27271dd2fe5f7a2e213aee8887f
feffe4f564650bb4ea93ab1d923c57c9005ceb04
/inc/mLcd.h
a93ba2ca35828333fcefda8364c538b2131fb8cf
[]
no_license
WM1801/emPro
53d5168c578f6300ad8ce53cd408b8b0e1ad414f
b9583214e6d18555c3f6989fe1e81dd5aef319fc
refs/heads/master
2021-01-19T22:46:47.523328
2017-04-20T13:39:59
2017-04-20T13:39:59
88,866,143
1
1
null
null
null
null
WINDOWS-1251
C
false
false
7,534
h
/* * mLcd.h * * Created on: 06 апр. 2017 г. * Author: Администратор */ #ifndef MLCD_H_ #define MLCD_H_ #include "stm32f4xx_hal.h" //#include "sdram.h" #include "fonts.h" #include "ili9341.h" //************************************************************************************...
[ "vla-bogdano@ya.ru" ]
vla-bogdano@ya.ru
fb1f42040c616e2550f3dac77a119dac599cd2ad
0001fea1a94986d92e7b39619306e6c8a8a68795
/Software/TubeCube/TubeCube/src/i2c_types.c
1ed741579b1b9e71684118aeb55022f071f1519a
[ "MIT" ]
permissive
hamster/TubeCube
226d26a6f63773768eb3c60608de043c654fa419
9e90afc08e2f980d6db9ffffb7bb3d8fc528e382
refs/heads/master
2020-08-25T05:58:25.171216
2019-10-23T05:53:51
2019-10-23T05:53:51
216,971,713
6
0
null
null
null
null
UTF-8
C
false
false
1,554
c
/** * \file * * \brief I2C master driver types. * (c) 2018 Microchip Technology Inc. and its subsidiaries. Subject to your compliance with these terms,you may use this software and any derivatives exclusively with Microchip products.It is your responsibility to comply with third party license terms ap...
[ "hamster@snurkle.net" ]
hamster@snurkle.net
a742c7323e1fe2d216393dd3ff2d7aa249f19d00
575080e7e862f5af9f5440f726be38ff619038ef
/day12/harib09d/src/dsctbl.c
189003f1950b9b9ab25ff40a508b084bf5ead7eb
[]
no_license
kei-mo/os_dev
72aed6dd979bea95898173abd9e97e9db056530b
b3ee0b408863a85ac93e15ee3376886422a27f54
refs/heads/master
2021-05-17T10:15:21.687185
2020-06-27T23:37:27
2020-06-27T23:37:27
250,735,927
0
0
null
null
null
null
UTF-8
C
false
false
1,900
c
#include "bootpack.h" void init_gdtidt(void){ struct SEGMENT_DESCRIPTOR *gdt = (struct SEGMENT_DESCRIPTOR *) ADR_GDT; struct GATE_DESCRIPTOR *idt = (struct GATE_DESCRIPTOR *) ADR_IDT; int i; for( i = 0; i < LIMIT_GDT / sizeof(struct SEGMENT_DESCRIPTOR); i++){ set_segmdesc(gdt + i, 0, 0, 0)...
[ "keita0215mctt@gmail.com" ]
keita0215mctt@gmail.com
ef7860da2f56a610263b20aaa5d2ec41e9d87b28
4fdd01e1b982184b2a4494092e57dfad349b41c1
/Day_11/lib/my/my_revstr.c
d873583324486b92ee007a7fb5a494a60e1aa9c4
[]
no_license
Adri11334/C_Pool
84fe49e26086002ff7bf62b3194c59be6d0d2d22
cf6a39d798ffb8a2977e13a09928dee69329c8ae
refs/heads/main
2023-09-05T22:36:11.854597
2021-11-19T21:22:48
2021-11-19T21:22:48
429,936,527
0
0
null
null
null
null
UTF-8
C
false
false
390
c
/* ** EPITECH PROJECT, 2021 ** rev str ** File description: ** task 03 */ int my_strlen (char const *str); char *my_revstr(char *str) { int length = my_strlen(str); char new_char[length + 1]; for (int i = 0; i < length; i++) { new_char[length - 1 - i] = str[i]; } for (int i = length - 1;...
[ "adrien.vermersch@epitech.eu" ]
adrien.vermersch@epitech.eu
2a37a02210ae70f2198a70900372c4623b6c51b2
0c5d3b088080577388f5766431487534f93a2c40
/Github-Projects-Origin/cygwin-master/newlib/libc/sys/linux/linuxthreads/condvar.c.bak.c
0c8c4a908dc7d9c09957ced8fe6da6fa633d5d6e
[]
no_license
zhiyuanjia/WoBench
878255ce45e76ef57f88743c7f43acdfa59e93e7
6b337780cbd598de98fc0eabd19efaf1a01b6012
refs/heads/master
2021-09-23T03:12:08.091319
2018-06-14T10:17:59
2018-06-14T10:17:59
null
0
0
null
null
null
null
UTF-8
C
false
false
8,809
c
#include <assert.h> #include <string.h> #define INCLUDEMAIN /* Linuxthreads - a simple clone()-based implementation of Posix */ /* threads for Linux. */ /* Copyright (C) 1996 Xavier Leroy (Xavier.Leroy@inria.fr) */ /* and Pavel Krauz (krauz@fsid.cvut...
[ "wangcong15@mails.tsinghua.edu.cn" ]
wangcong15@mails.tsinghua.edu.cn
6f884e9564f9a9768d15a9105dd84d53a274491f
0b78fabacd4bc10325e40df7385646e4bbca1553
/CNC/CNC/hal/src/hal_pwm.c
88c1881cf68cbeb697b9993166a2e33585e3fee4
[]
no_license
parth12894/Capstone
d40d3023158acbfbc2fb6659874b845d422b6f5b
dfdf764e23712a1374cc68708a73717136c3ccdb
refs/heads/master
2021-06-21T14:32:55.013693
2020-04-09T23:21:30
2020-04-09T23:21:30
254,497,669
0
0
null
null
null
null
UTF-8
C
false
false
3,901
c
/** * \file * * \brief PWM functionality implementation. * * Copyright (c) 2015-2018 Microchip Technology Inc. and its subsidiaries. * * \asf_license_start * * \page License * * Subject to your compliance with these terms, you may use Microchip * software and any derivatives exclusively with Microchip produ...
[ "36094048+parth12894@users.noreply.github.com" ]
36094048+parth12894@users.noreply.github.com
fb67a668e431f7dc6fdaf8b05be8fb2dd4c5dc14
6f95638b62d69490b1063e00724d26f1ec3f4616
/src/su/main/well_logs/suwellrf.c
fa80213dcd1c34f816eadd2cf36233d50798ce60
[]
no_license
gwowen/seismicunix
34e5abc41a9baeaa0cbebec0f97ad55a746db7a5
4c8f63e3f1914f7f5cc3dd917743c7ab9582bed3
refs/heads/master
2020-05-15T09:36:23.285809
2010-02-15T02:00:00
2010-02-15T02:00:00
41,374,669
0
1
null
null
null
null
UTF-8
C
false
false
8,964
c
/* Copyright (c) Colorado School of Mines, 2010.*/ /* All rights reserved. */ /* SUWELLRF: $Revision: 1.12 $ ; $Date: 2006/11/07 22:58:42 $ */ #include "par.h" #include "su.h" #include "segy.h" /*********************** self documentation **********************/ char *sdoc[] = { " ", " ...
[ "biloti@gmail.com" ]
biloti@gmail.com
dcd275be8426a7c9d591567e78bcaa61e3e535a2
0516927005934822d66724eba3817de2865dd32f
/definicions.h
d8d1d1ae409219a2e58f0a519e4c5caaf078c125
[]
no_license
xunanin/Compiladores-INTERPRETE
fdeef1791b926a4a049afe116cd6e26d07d33d55
1da00b07a9a448f6501cfac59019665c5bfa34bb
refs/heads/main
2023-01-11T23:51:23.297503
2020-11-19T10:35:51
2020-11-19T10:35:51
314,200,199
0
0
null
null
null
null
UTF-8
C
false
false
843
h
/*Ficheiro en que imos definir as constantes que van identificar as compoñentes léxicas*/ #define BLOQUE 33 #define INT_MAL -10 #define FLOAT_MAL -11 #define BIN_MAL -12 //A cada unha das compoñentes léxicas ímoslle asignar un valor numérico maior a 255 #define ID 256 #define IMPORT 257 #define ENFORCE 258 #define D...
[ "xurxo.nanin@rai.usc.es" ]
xurxo.nanin@rai.usc.es
09c6c7aeb1336cb7910c07ca286d704ae371d0ba
321b8fa030ed64cc73c66f6be56c24f0177cd63b
/0_Src/4_McHal/Tricore/_Reg/IfxGpt12_regdef.h
13e74096406af1ac07d6657a586f35d441fc5b2d
[]
no_license
zhanzr/TC212-Demo
27f4a6f0a56383c13b5747978762f167c925d2e7
ddb31d5cab48fc281e3acaa6711ea473486a0e56
refs/heads/master
2021-07-20T23:24:49.935997
2017-10-27T13:34:10
2017-10-27T13:34:10
108,547,877
5
0
null
null
null
null
UTF-8
C
false
false
25,891
h
/** * \file IfxGpt12_regdef.h * \brief * \copyright Copyright (c) 2015 Infineon Technologies AG. All rights reserved. * * Version: TC22X_UM_V1.1.R0 * Specification: tc22x_um_sfrs_MCSFR.xml (Revision: UM_V1.1) * MAY BE CHANGED BY USER [yes/no]: No * * IMPORTANT NOTICE * * Infin...
[ "zhan.zr@gmail.com" ]
zhan.zr@gmail.com
50f0f9d0eaf1435dde0b35c1e86da94c0eb1b002
c7b6e97e145cdf17787283ea2cae5c2198853f29
/lib/libm/common_source/jn.c
d29daa6dbb005d9c97c72cb1f4ef7f2c144715a2
[ "BSD-4-Clause-UC" ]
permissive
shivshankardayal/Universal-C-C--
36640ced556f52893f906d8123ddbe5ce73f5d74
cead882b61c280096cabea640492aebdb9bc1ff1
refs/heads/master
2016-09-05T23:03:23.442410
2012-09-23T12:15:17
2012-09-23T12:15:17
2,559,971
1
0
null
null
null
null
UTF-8
C
false
false
9,318
c
/*- * Copyright (c) 1992 The Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright ...
[ "root@myhost.(none)" ]
root@myhost.(none)
734bf054f670b78a25893414bfb90badd4c3be83
28b8623421b256c530633ebda9328f804094a932
/FJ256DA206/timers/clock.h
76bf464054af96e2642c5974bf445da5ec606175
[]
no_license
Sav0966/qmlab-pic24
26dabebdf06947ec116b318b0634912f0169f859
82fa7d67f1e226e68e0e9a8e48ed97669bedb9fa
refs/heads/master
2021-01-10T15:39:03.702151
2015-06-26T08:46:52
2015-06-26T08:46:52
43,877,167
0
0
null
null
null
null
UTF-8
C
false
false
288
h
/* * System clock functions (based on Timer1) */ #ifndef _CLOCK_INCL_ #define _CLOCK_INCL_ /* * Module initialization */ int clock_init(long time); void clock_done(void); /* * Return system clock (increased every 0.01 sec) */ int sys_clock(void); #endif /*_CLOCK_INCL_*/
[ "Sav@5e262ccd-b238-a628-99ef-7987f9eb6444" ]
Sav@5e262ccd-b238-a628-99ef-7987f9eb6444
b8852f95b30c1c35f2bb833b945a27ad723f1aaa
be7e073c6a84e6eb76b6ba341f80c80ba8ce7097
/core/c-wrap/include/cbipolar-channel.h
996dea3fcad17e1df678b1497ea91779ec3d28ec
[ "Apache-2.0" ]
permissive
maslovvladimir/neuro-sdk
bb4f52534b0c1051a41b85a2533aa351965c0c7d
2c35b652565ae34855170d40e5f688d1e894d4de
refs/heads/master
2020-10-01T14:57:47.356904
2019-06-27T11:15:28
2019-06-27T11:15:28
null
0
0
null
null
null
null
UTF-8
C
false
false
276
h
#ifndef CBIPOLAR_CHANNEL_H #define CBIPOLAR_CHANNEL_H #include "cchannels.h" typedef struct _BipolarDoubleChannel BipolarDoubleChannel; SDK_SHARED BipolarDoubleChannel* create_BipolarDoubleChannel(DoubleChannel *first, DoubleChannel *second); #endif // CBIPOLAR_CHANNEL_H
[ "danny.vlasenko@gmail.com" ]
danny.vlasenko@gmail.com
6c3c6c82f587f229e2cc1b7867e1b4f31349392e
7241303f19dacea5a6c4e2436a522cc5811b8bfb
/include/nix/macro_helper.h
b01d6c44001d0d9a4e88990a35075386d19fd6a8
[]
no_license
wingfiring/nix
50f5bb8d02765b4184e4cf96789b486873e9e4b4
7ffc90bb4870a5d22e5b02f52b738b109caf06cd
refs/heads/master
2022-05-03T20:08:31.511938
2018-02-22T10:10:36
2018-02-22T10:10:36
114,869,039
0
0
null
null
null
null
UTF-8
C
false
false
437
h
#ifndef NIX_MACRO_HELPER_H__ #define NIX_MACRO_HELPER_H__ #define NIX_JOIN( X, Y ) NIX_DO_JOIN( X, Y ) #define NIX_DO_JOIN( X, Y ) NIX_DO_JOIN2(X,Y) #define NIX_DO_JOIN2( X, Y ) X##Y #ifndef NIX_STRING # define NIX_STRING_(x) #x # define NIX_STRING(x) NIX_STRING_(x) #endif #ifndef NIX_WIDE_STRING # define NIX_WI...
[ "scy@icerote.com" ]
scy@icerote.com
78fa1c3ee1798474d22432794d246704e698b97a
a802488c68d5c8607e8d4696b8244eaacc9c3ac2
/DK/Libs/OpenAL/Alc/backends/oss.c
0ed49517b5460dd8c51de0e7d424bc53cb5e82ea
[ "LGPL-2.0-or-later", "BSD-3-Clause", "LGPL-2.0-only" ]
permissive
Hongtae/DKGL
e311c6e528349c8b9e7e8392f1d01ac976e76be1
eb33d843622504cd6134accf08c8ec2c98794b55
refs/heads/develop
2023-04-28T22:02:44.866063
2023-01-14T02:11:30
2023-01-14T02:11:30
30,572,734
11
3
BSD-3-Clause
2023-01-18T03:02:10
2015-02-10T03:23:18
C
UTF-8
C
false
false
14,246
c
/** * OpenAL cross platform audio library * Copyright (C) 1999-2007 by authors. * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your op...
[ "tiff2766@gmail.com" ]
tiff2766@gmail.com
7ebe77d329299598ae38676ba902386a3c2a909a
702d8244d27908295a55013c7be04dda880f62b3
/ft_do_op.c
5207867d1f52d738b7187a9f9b8cbec6ae27e8aa
[]
no_license
ShawnAlcindor/Libft
d63fa86e3fa064224eb60a99990c458d42545011
ea4e041277f4af18c76a7cbdab1110c451674cf9
refs/heads/master
2020-04-29T06:11:09.821662
2019-03-16T00:33:27
2019-03-16T00:33:27
175,908,208
0
0
null
null
null
null
UTF-8
C
false
false
1,245
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_do_op.c :+: :+: :+: ...
[ "salcindo@e1z3r7p15.42.us.org" ]
salcindo@e1z3r7p15.42.us.org
a8913c2e9caddca570b183844ce2c59add20ecef
86ccab85b3b57c444052133855f548320e26b4c1
/Chapter 2/2.5.c
ea64fb1682da7d728ffacd94b4fdad83f4933d9c
[]
no_license
arviinnd-5989/Data-structures-using-C
b62ea7e3eaaa47faed2ebb20f871a73d19a51643
163f318058258f1e45309e410c284f2de13890d3
refs/heads/master
2022-12-10T12:35:50.860963
2020-09-14T10:34:26
2020-09-14T10:34:26
null
0
0
null
null
null
null
UTF-8
C
false
false
332
c
#include<stdio.h> int main() { int array[5] = {22,19,4,8,10}; int i,flag,k,index; flag = 0; for(i=0;i<5;i++) printf("%d = %d\n",i,array[i]); printf("Element \n"); scanf("%d",&k); for(i=0;i<5;i++) if(k==array[i]) {flag = 1; index = i; break; }else ; if (flag==1) printf("%d = %d",k,index); else printf("unsuccessful"); ...
[ "arvindn.iitkgp@gmail.com" ]
arvindn.iitkgp@gmail.com
67e2dfe0ae67e2bd33ef0643b91eaf9f763b975b
451eea2d2984b62025218b4b424b6b46864985f7
/Array.c
dae756a3873e09791be910da4f64ff2e490e5ff8
[]
no_license
Ajay2521/Complete-C-Programming
07e06a05b35544d915f6018e8d58ad6328efe53b
61ebad03520ebc705c0120a8064e268fa05cada3
refs/heads/master
2023-04-23T12:37:03.251822
2021-05-17T15:38:28
2021-05-17T15:38:28
266,963,664
9
1
null
null
null
null
UTF-8
C
false
false
1,472
c
/*In this program we will be seeing about ARRAY in C Program*/ /*Array in a C Program is a type of user Defined data type, which is used to store a Collection of data which have same data type.*/ /*ADVANTAGE OF ARRAY : When used need to store many values of same data type, he/she can't ale to declear so many Varaile,...
[ "MAAYON@MAAYON_AJ" ]
MAAYON@MAAYON_AJ
d050414e2c2be9d41bbeaa336e694c1a5c067f29
30a2a25f3f46555eca8dc9b7d8e37820443aef1e
/hashtable_find.h
acc0c3c3ae58952dbc01422b12dd1a54799548d6
[]
no_license
iTteruya/C_HashTable
68a67b0f81b76b657559fd13af7a21d99b54e551
0aa48114a108138b0b1c465a4b0c769a8a6d2538
refs/heads/master
2023-05-01T14:25:16.227104
2021-05-26T05:10:35
2021-05-26T05:10:35
370,895,984
0
0
null
null
null
null
UTF-8
C
false
false
194
h
#ifndef HASHTABLE_HASHTABLE_FIND_H #define HASHTABLE_HASHTABLE_FIND_H #include "hashtable_utils.h" struct Entry *find(struct HashTable *table, char *key); #endif //HASHTABLE_HASHTABLE_FIND_H
[ "timur.ivanov@outlook.com" ]
timur.ivanov@outlook.com
55f75f2aca6c3a7a2f85d90afd066f6be0818919
aa1a534bfb0434941b1dcc6033fc55b54b93d423
/build/CMakeFiles/NGAP/PDUSessionResourceReleasedItemRelRes.c
cf1e3d02dd77403efb8313a5104df6674983158d
[]
no_license
anishmu/ngapv2
7ea38dd39c1ee9290ca26a6fcb226c9dfb2e80e7
c6d826656e84485c8e651031a742d0feec17f2ed
refs/heads/master
2022-01-22T08:12:15.084364
2019-08-06T12:18:52
2019-08-06T12:18:52
null
0
0
null
null
null
null
UTF-8
C
false
false
4,063
c
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NGAP-IEs" * found in "/home/lehongnhat/workspace/ngapv2/NGAP-PDU-Descriptions.asn" * `asn1c -pdu=all -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example -D /home/lehongnhat/workspace/ngapv2/build/CMakeFiles/NGAP` *...
[ "nhatlh@viosoft.com" ]
nhatlh@viosoft.com
69528ae91dfc76743d5816b33c10fcf156ac4536
b263cc642565a5e40f818ad6b29aca6148a81528
/SourceFile/System/Device/Drive/drive.h
bf0bce75c8bd69daaf7dadc33a9594517dcd566c
[]
no_license
CharlieDM/msOS
896b9206195771ecc36d97c9808abfcafdf63455
7f7010489b57ab9c7240a609a636474e417f1abd
refs/heads/master
2021-01-13T01:18:33.548171
2016-08-12T09:05:52
2016-08-12T09:05:52
null
0
0
null
null
null
null
GB18030
C
false
false
3,119
h
/* ****************************************************************************** * 嵌入式微系统 * msOS * * 硬件平台:msPLC DEMO * 主芯片:STM32F103R8T6/RBT6 * 深圳市雨滴科技有限公司 * * ...
[ "wangsw@huayusoft.com" ]
wangsw@huayusoft.com
509d37aaaa561fcdf8ad94a73785b3cd45db5acb
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_1674486_0/C/xiae/1ca.c
5bdce76dabdcd633d571571e36f08ecf66d2274f
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
C
false
false
1,523
c
#include <stdio.h> #include <stdlib.h> #include <string.h> double min(int n, double *fs) { int i; double min = fs[0]; for (i=1; i<n; i++) { if (min > fs[i]) min = fs[i]; } return min; } void show_arr(int a, int b, int *m) { int i, j; for (i=0; i<a; i++) { printf("\n"); for (j=0; j<b; j...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
6d162273a38989927ad3225eb94e5aa4805bd660
561588907a0191b9d0a3cf18204a2159ffa13eac
/src/lib/a2dp/a2dp_command_handler.h
b660b53283fbf03ee63e16b49d5b6f1527bbf602
[]
no_license
symeen/Qualcomm-_ADK4.4
bbe9388de0efc4bfdb3f790f5be3d908b85fca26
f06d5c0e4a23dd94f968b1bd112178ba31710c0b
refs/heads/master
2022-03-22T13:31:14.498281
2019-11-30T17:17:05
2019-11-30T17:17:05
null
0
0
null
null
null
null
UTF-8
C
false
false
2,843
h
/**************************************************************************** Copyright (c) 2004 - 2015 Qualcomm Technologies International, Ltd. Part of ADK_CSR867x.WIN. 4.4 FILE NAME a2dp_command_handler.h DESCRIPTION */ #ifndef A2DP_COMMAND_HANDLER_H_ #define A2DP_COMMAND_HANDLER_H_ #include "a2dp...
[ "gongdezhi900220@outlook.com" ]
gongdezhi900220@outlook.com
56bf8f29a5103bf6ae46abc6c8dd490e0363d5c6
95084695a5eb87cd48b67a5fd9052c536ff6e4e8
/Code Manager/code_manager.c
c32fd23505edb72f4823c6fdb34edc779893272f
[]
no_license
cwelt/pseudo-assembler-implementation-in-C
2611c28d2d7e2b1c1c819a88e9abc919b9505d3e
bc3750ab6d58fb591c7eb182e8a0e96f0533bfc7
refs/heads/master
2021-07-18T19:05:53.938753
2020-05-11T12:29:07
2020-05-11T12:29:07
152,913,407
1
0
null
null
null
null
UTF-8
C
false
false
22,154
c
/*************************************************************************************************************************/ /* code_manager.c */ /***********************************************************************...
[ "36764366+cwelt@users.noreply.github.com" ]
36764366+cwelt@users.noreply.github.com
94a91cf144811bab999fcde5c047ce11c858699f
c8215cdd42d303336454df87674d83c31d482df3
/11 file handling 8 ( read two differne file and print charater by character ).c
0c7d47f4f4032e9952b80f320499d429cc3bc4e0
[]
no_license
himanshusahu99/c_programs
719f98cf6a708408c0c4853bebc4fbb674939972
8c75c8f6435d4bbe8983b8bb22081211ad165fe2
refs/heads/master
2020-05-14T06:02:27.050341
2019-08-14T04:00:03
2019-08-14T04:00:03
181,703,915
0
1
null
2019-10-12T04:48:00
2019-04-16T14:17:29
C
UTF-8
C
false
false
658
c
#include<stdio.h> int main () { int i,c1,c2; char c,n1,n2; FILE *jp,*jp1,*jp2; jp= fopen("char1.txt", "r"); jp1=fopen("char2.txt","r"); jp2=fopen("l5.txt","w"); i=1; while(i) { if (i%2==0) { c=fgetc(jp); if (c==EO...
[ "noreply@github.com" ]
himanshusahu99.noreply@github.com
d48dcfd2b11cb3fa3660eac4900273b6688d9b8d
7a478ef9efd0c3b4424c5f2f3a17fede7bb95254
/Classes/Native/System_System_Net_SecurityProtocolType.h
6372add34e683803cd092cadf48abf72b3497057
[]
no_license
Marcurion/test2
dfe1bfd3cc50fa24a76cd88f74b52c2c8f9096e5
37425035a4db1084b4b03154b16d6cac90c2e31b
refs/heads/master
2021-01-10T17:01:21.212134
2015-11-26T10:32:37
2015-11-26T10:32:37
46,919,935
0
0
null
null
null
null
UTF-8
C
false
false
340
h
#pragma once #include <stdint.h> // System.Enum #include "mscorlib_System_Enum.h" // System.Net.SecurityProtocolType #include "System_System_Net_SecurityProtocolType.h" // System.Net.SecurityProtocolType struct SecurityProtocolType_t430 { // System.Int32 System.Net.SecurityProtocolType::value__ int32_t _...
[ "marcurion@googlemail.com" ]
marcurion@googlemail.com
66b010af1d483ba512b110df3ac6bf51461d75f9
605a9fee5852ae7534bcbf0a682a87cb4745ff20
/lib-test/test.c
e9f7dd2181ebb792ccdea0aeb2e4f478ea2a799f
[]
no_license
omkar062/tools
cbc4d0481c85b238209119f78fecb6e43fee1fdd
02f566463cf5dda66d7eeb4e39a0c7664d8f724d
refs/heads/master
2020-06-05T11:07:16.683144
2018-03-08T03:31:43
2018-03-08T03:51:00
36,921,055
0
0
null
null
null
null
UTF-8
C
false
false
103
c
#include <stdio.h> int print_test(void) { printf("%s(): Executing library\n", __func__); return 0; }
[ "omkar062@gmail.com" ]
omkar062@gmail.com
dc56f1b02facadeac313163bb7b1a68fa81441b0
edb201819c70a255111a07c1a5b221b9c425710c
/docker-node-scratch/bootstrap.c
2bcd1bebad8eda63cc9e630d1147cb9b17bc09bf
[]
no_license
retrohacker/docker
a39eb69616426bb8750d746a0e414419c0d649f0
0d6f20eda59c62c94e44a34ae0ba1a2374281ff9
refs/heads/master
2020-04-05T22:45:05.179707
2017-05-20T01:54:07
2017-05-20T01:54:07
72,505,846
0
0
null
null
null
null
UTF-8
C
false
false
3,502
c
#include <stdlib.h> #include <string.h> #include <stdio.h> #include <errno.h> #include <unistd.h> #include <sys/wait.h> /* Config */ char* ldconfig = "sbin/ldconfig"; char* ldso = "/lib/x86_64-linux-gnu/ld-2.19.so"; void help() { printf("" "Usage:\n" " bootstrap [dir1 ...] -- command [arg1 ...]\n" ...
[ "william.jblankenship@gmail.com" ]
william.jblankenship@gmail.com
1354771e8c5ee5eb0c9fc5a31fc0239a05a4619f
e4871bc8408ed5aee7c3f18b33d253a3c7d8c958
/parser.h
270e788b5fdc024ada920387f11293590d007660
[]
no_license
babilemos/compiler
2a962115021ec82f5494adc6e579bf324c7a8d61
29e46d7a0e4e1bc9208172a7cfa1947e864ec974
refs/heads/master
2020-04-07T10:48:23.790253
2018-11-27T02:59:04
2018-11-27T02:59:04
158,232,664
0
0
null
null
null
null
UTF-8
C
false
false
421
h
#include "types.h" void program(FILE * file); void block(FILE * file); void variables(FILE * file); void commands(FILE * file); void basicCommands(FILE * file); void loop(FILE * file); Token factor(FILE * file); Token term(FILE * filen) ; void assignment(FILE * file); void relationalExpression(FILE * file); Token ari...
[ "babi.lemos@gmail.com" ]
babi.lemos@gmail.com
584d994b5f83dd9c90a7b08619b166c828f58c61
55a4fa8f0fe859d9683b5dd826a9b8378a6503df
/zhangming/send2.c
7883c718b7f14347d40d93d55a32cf576ce31b81
[]
no_license
rongc5/test
399536df25d3d3e71cac8552e573f6e2447de631
acb4f9254ecf647b8f36743899ae38a901b01aa6
refs/heads/master
2023-06-26T05:38:37.147507
2023-06-15T03:33:08
2023-06-15T03:33:08
33,905,442
2
1
null
null
null
null
UTF-8
C
false
false
510
c
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <unistd.h> #include <fcntl.h> int main(void) { int fd; char buf[256]; int ret; fd = open("dot", O_WRONLY); if (-1 == fd) { perror("open"); exit(1); } printf("open sucess!\n"); sleep(10); sprintf...
[ "rongc5@users.noreply.github.com" ]
rongc5@users.noreply.github.com
33cf697824400dbaf15431e54edf03b15037ba51
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/netdata/collectors/cgroups.plugin/extr_sys_fs_cgroup.c_cgroup_find.c
02675e4050be445af574756b36cc6ae9a605e41b
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
1,160
c
#define NULL ((void*)0) typedef unsigned long size_t; // Customize by platform. typedef long intptr_t; typedef unsigned long uintptr_t; typedef long scalar_t__; // Either arithmetic or pointer type. /* By default, we understand bool (as a convenience). */ typedef int bool; #define false 0 #define true 1 /* Forward d...
[ "brenocfg@gmail.com" ]
brenocfg@gmail.com
a817c8929dd5c384badc9468027458dda3490e5c
2a4c7201467bda2be2c2651c4180aeb0197d370b
/src/app/base_timer.c
7f47d8d0b726bd5d826f028c180af378d20c2e6b
[]
no_license
lihaibin001/transducer
c72c39f176f741f3ffa3a8fd2752c1688c14b1fe
0af03f080a2591474b8c9081ac353d7442430451
refs/heads/master
2020-04-08T12:39:16.317261
2018-12-30T12:16:01
2018-12-30T12:16:01
159,356,106
0
0
null
null
null
null
UTF-8
C
false
false
1,087
c
/* * base_timer.c * * Created on: Dec 9, 2018 * Author: murphy */ #include "base_timer.h" static uint32_t timer_cnt; void base_timer_Init(void) { TIM_TimeBaseInitTypeDef TIM_TimeBaseInitStructure; NVIC_InitTypeDef NVIC_InitStructure; RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM2, ENABLE); TIM_TimeBase...
[ "haibinli@ecarx.com.cn" ]
haibinli@ecarx.com.cn
4b72053a68e5f1620a5a24f8c6cb3c5f150f10b4
15dcdf805a0fa5dc5a9d3a5cc0979877911cbbce
/myXylo/myXylo/src/main.c
e4068139f953f0fa9ede9efd78f9e3d510f902b3
[ "MIT" ]
permissive
AmbroseClarke/xylo5-C
b3267e745207fb1afc750fa30492246181de653f
3347ee107aa02cb6384249b88ebc9c102b5e5a39
refs/heads/master
2020-12-02T07:44:40.470453
2016-11-13T04:58:05
2016-11-13T04:58:05
null
0
0
null
null
null
null
UTF-8
C
false
false
1,070
c
#include <asf.h> #define delay1us nop #define delay10us() { \ delay1us(); delay1us(); delay1us(); delay1us(); delay1us(); \ delay1us(); delay1us(); delay1us(); delay1us(); delay1us(); \ } #define delay50us() { \ delay10us(); delay10us(); delay10us(); delay10us(); delay10us(); \ } #define delay100us() {delay50us(); ...
[ "amosolgo@gmail.com" ]
amosolgo@gmail.com
75c6cffbf965db5c6d2c4b555f873563f0d736c3
dc46d08aedb204bc090d169e781eb72ec4cc0776
/ampliation.c
1ac50089bba87d13a1e93bc7e3d496f14378bdd9
[]
no_license
pasantru/Shell
ff0ab7edb538c0d9f214a28b4727fa4265fda9c5
59ad58e5149b28b1db157f3368bcf8b06138682e
refs/heads/master
2021-01-22T02:04:30.773828
2017-06-03T14:33:31
2017-06-03T14:33:31
92,330,904
0
0
null
null
null
null
UTF-8
C
false
false
1,314
c
/*----------------------------------------------------------------------------*/ /* lee un caracter sin esperar a '\n' y sin eco*/ char getch(){ int shell_terminal = STDIN_FILENO; struct termios conf; struct termios conf_new; char c; tcgetattr(shell_terminal,&conf); /* leemos la configuracion actual */ con...
[ "pasantru@gmail.com" ]
pasantru@gmail.com
47da76fc9be2455325db94e7ff06d08a75b241f8
7d4176c878e8be73ffaa38c236f1a76528706c9f
/src/lib/libpthread/uthread/uthread_sem.c
21f7cf869758d0ca88cee6a3bdf549abddbff9e1
[]
no_license
roytam1/mirbsd-cvs
c06ea23d2b106658f9903fe65d351c480b72e72c
2a6f84cbc58f6ff22e1eeb7804df68d34c2b0a5c
refs/heads/master
2020-04-14T15:47:25.324452
2019-01-01T19:38:30
2019-01-01T19:38:30
163,906,352
1
0
null
null
null
null
UTF-8
C
false
false
4,988
c
/* $OpenBSD: uthread_sem.c,v 1.1 2002/01/18 22:07:27 fgsch Exp $ */ /* * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>. * 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. Redistr...
[ "" ]
914ee9ac14e347500225338918f9f0e06ba79d8a
457278eca5e3d4656223eb09dab8fd193fc178e2
/galpy/orbit/orbit_c_ext/integrateLinearOrbit.c
632ba820f3d578f34b8ae244c87f2c5c496460b0
[ "BSD-3-Clause" ]
permissive
saramotalebi/galpy
deb432633fedb20fd462f4d8efed15aaef5307e8
a14bc75765173813c2f8dcf76f10b0c4829569b7
refs/heads/master
2020-04-01T17:52:00.437618
2018-10-10T15:51:58
2018-10-10T15:51:58
153,455,369
1
0
null
2018-10-17T12:44:29
2018-10-17T12:44:28
null
UTF-8
C
false
false
5,526
c
/* Wrappers around the C integration code for linear Orbits */ #include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include <math.h> #include <bovy_symplecticode.h> #include <bovy_rk.h> //Potentials #include <galpy_potentials.h> #include <integrateFullOrbit.h> #ifndef M_PI #define M_PI 3.14159265358979323846 ...
[ "bovy@astro.utoronto.ca" ]
bovy@astro.utoronto.ca
18bf3174aa1964159f0ea21ade2eb7b165f72456
4e6905e0bdc01fc7a2ff57c5b8a92abd7da201eb
/mod_P/MUL_PP_P.c
e5097d405eb750df2a55525e610e5a6ea9219758
[]
no_license
ShelyakinAnton/DM_07_KL
3c4fcd828841569514053edd3d334c86ff123335
e37aef668c0424da5fc47211d5f26368057df339
refs/heads/master
2021-01-10T15:40:57.474103
2016-12-08T22:40:51
2016-12-08T22:40:51
55,338,498
1
4
null
null
null
null
UTF-8
C
false
false
499
c
//Умножение многочленов //Джурумбаева 5307 #include ADD_QQ_Q.c #include MUL_P_Q.c #include MUL_Pxk_P.c POLYNOMIAL MUL_PP_P(POLYNOMIAL * a, POLYNOMIAL * b) { struct POLYNOMIAL product; int i = 0; product.degree = a->degree + b->degree; product.factors = (RATIONAL*)calloc(product.degree, sizeof(RATIONAL)); wh...
[ "gordonshamuelle@Gmail.com" ]
gordonshamuelle@Gmail.com
41d1010a91d9dec73541be60cd9a4b476b122197
98c5f09ce3d057e55b7b4b2326c395c0abbcb77e
/practice/search.c
6e3adf11614c690daafd1c1ce14a94d7d60e170d
[]
no_license
atxrenegade/CS50-2016
758faa9483af9de88ec3260f960f02d914d810f9
93eb40937c75297ca9d7e51b0bd01ee1175999f5
refs/heads/master
2021-06-10T12:48:02.220927
2017-02-01T06:27:44
2017-02-01T06:27:44
55,881,278
0
0
null
null
null
null
UTF-8
C
false
false
1,940
c
#include <cs50.h> #include <stdio.h> #include <math.h> // prototype bool search(int value, int values[], int n); // prototype int calcMidpoint(int n); int main(void) { int target_val = GetInt(); int n = 13; int values[] = {3, 5, 9, 23, 24, 38, 53, 112, 187, 243, 345, 463, 1028}; int lowVal = va...
[ "HarleighAbel@gmail.com" ]
HarleighAbel@gmail.com
449ea2009cd97eb6bd135f4676182b7bf51a4934
0c23f724887f4e4701a6a81fe388bb6c08a34ab4
/FrodoKEM-CortexM4/Crypto/kem.c
fd11bc94649243a122b5d33ebc3bd9ece27d46bd
[]
no_license
jameshoweee/frodo
260d070076b5fd193b9c6e3b584202d11ae0423d
a20d298c75b5a0d59aeecf1f793d68b6bbbbe690
refs/heads/master
2020-03-22T11:46:27.777069
2018-09-05T09:52:07
2018-09-05T09:52:07
139,995,089
0
1
null
null
null
null
UTF-8
C
false
false
7,950
c
/******************************************************************************************** * FrodoKEM: Learning with Errors Key Encapsulation * * Abstract: Key Encapsulation Mechanism (KEM) based on Frodo *********************************************************************************************/ //Edited for ARM ...
[ "jameshoweee@gmail.com" ]
jameshoweee@gmail.com
e9b0ee1e8fbbf94da8e43035882b0ad4d3241905
dd80a584130ef1a0333429ba76c1cee0eb40df73
/bootable/recovery/mtdutils/mounts.c
c90fc8acf2f8c446a68043e25c2d1f9335dd4fb2
[ "MIT", "Apache-2.0" ]
permissive
karunmatharu/Android-4.4-Pay-by-Data
466f4e169ede13c5835424c78e8c30ce58f885c1
fcb778e92d4aad525ef7a995660580f948d40bc9
refs/heads/master
2021-03-24T13:33:01.721868
2017-02-18T17:48:49
2017-02-18T17:48:49
81,847,777
0
2
MIT
2020-03-09T00:02:12
2017-02-13T16:47:00
null
UTF-8
C
false
false
6,126
c
/* * Copyright (C) 2007 The Android Open Source 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/licenses/LICENSE-2.0 * * Unless required by app...
[ "karun.matharu@gmail.com" ]
karun.matharu@gmail.com
f9fdbf4bdb350dc16c742eab39445b03501a298f
2960167ca6fba5c49fcdf7fa4353017e1566246f
/Programming/Vlad_Slyusar/Class Work/05.07.19/work2.c
56bcfe905bd4f6a9098087cd05f2b0bec27a3209
[]
no_license
FriedrichFrankenstein/A.19-Green
ed95e28a0e6bbaa48d24db372642ad97d6b42772
1444c54e0400bbc3ab4ed4eac058691d4407421d
refs/heads/master
2020-07-29T20:37:21.584748
2019-10-16T13:39:42
2019-10-16T13:39:42
209,950,683
5
0
null
null
null
null
UTF-8
C
false
false
489
c
#include <stdio.h> #include <conio.h> #include <stdlib.h> #include <string.h> #include <math.h> int main() { int i, number = 0, j = 0; int array [] = {2, 5, 9}; int len = sizeof(array)/ 4; for ( i = 0 ; i < len; i++){ number = number*10+ array[i]; } number++; for ( i = len -1; i >...
[ "fmfrankenschtein@gmail.com" ]
fmfrankenschtein@gmail.com
f0a8ae3682e84df096badf8c76613289fa0491f5
2c6f36886a33b0982b72fe58abc364684c815c49
/root/usr/src/iomemory-vsl-3.2.15/include/fio/port/kblock.h
535594efc2b13c77e82b3f05b05972b408ead836
[]
no_license
vinsonlee/iomemory-vsl
991d3720c09f6442b6cca55f9b1d5832b23d592d
c3cee843dd1182a79b1b9cc7d5e44faac7b4dbcc
refs/heads/master
2021-01-11T22:01:51.427541
2019-01-07T03:27:10
2019-01-07T03:27:10
78,896,969
4
0
null
null
null
null
UTF-8
C
false
false
4,242
h
//----------------------------------------------------------------------------- // Copyright (c) 2006-2014, Fusion-io, Inc.(acquired by SanDisk Corp. 2014) // Copyright (c) 2014 SanDisk Corp. and/or all its affiliates. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modi...
[ "vlee@freedesktop.org" ]
vlee@freedesktop.org
bc3cfee5173217a6e992386592f53227c61a3904
4e7b2858996c328d11c559ad85fae4856cd56f80
/Src/lustro/transducers.c
9994c4e31ab694a106df187e7f2ab0d5850efaa2
[]
no_license
Dinuirar/OBCSoftware
26b7b01ac3f839a4a224c2591e6835975ce152ba
558b8ddd5fb5ab370d04349d39e9a283fb1ed588
refs/heads/master
2020-05-24T01:29:11.837740
2019-05-16T13:47:12
2019-05-16T13:47:12
187,035,728
0
0
null
null
null
null
UTF-8
C
false
false
2,240
c
#include "transducers.h" // configuration and helpers uint16_t config = 0x0000; const uint16_t write = 0x0001; const uint8_t zero = 0x0000; const uint16_t mask_adr = 0x0001; const uint8_t mode_continuous = 0; const uint8_t mode_single = 1; uint16_t aAbra = 0x0094; // SDA uint16_t aKadabra = 0x0096; // SCL...
[ "dinuirar@gmail.com" ]
dinuirar@gmail.com
c47f5c54ec834fafbd113cd049c0b258ff3521b1
f976c1bc045aa5ac804ebf3703beb2534eb0bd5b
/virtualMenu/ViewMenuRang.c
e1d25ab016ccd7e7aaf28d40fb90ad589164b55c
[]
no_license
IgorSkl/logikaMRZV
3d4ee502a23933ebf917d8a3206d2e33dce00b06
a41745dae48f65cbd0a9d50af36c1d7b5b02ad29
refs/heads/master
2020-12-24T16:15:39.109291
2015-11-09T07:28:00
2015-11-09T07:28:00
44,600,116
0
0
null
null
null
null
WINDOWS-1251
C
false
false
29,553
c
/* #include <vcl.h> #include <strstrea.h> #include <math.h> #include <mem.h> #include <fstream.h> #include <strstrea.h> #include <iomanip.h> #pragma hdrstop #include "vmenuDis.h" */ #include <stdio.h> #include <string.h> #include "psuperVisor\supermanager.h" #include "bazisdef.h" #include "virtualMenu\systemmenudef....
[ "rogi3838@gmail.com" ]
rogi3838@gmail.com
0fac0815783fb727fdceb44255eacaa53ecf79c4
0c12858ba93c5f0375ae1b8a6b93d2fb75de06b2
/tp5/tp5.c
741f653b484c2ac93c043dfe53afc14d46b0f3ed
[]
no_license
ChunHuynh/ET3_TP_C
17b5f41d731b1b95ab84920771a37d735ff4ff36
a72c95aaf6235473213e8ae37449a34421cbccc2
refs/heads/master
2023-03-19T09:58:55.910902
2021-03-20T14:20:15
2021-03-20T14:20:15
349,743,864
0
0
null
null
null
null
UTF-8
C
false
false
404
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "functions.h" int main() { /* char *nom = read_name(); lower_case(nom); printf("%s\n", nom); upper_case(nom); printf("%s\n", nom); delete_str( nom ); int num = letter_to_name('.'); printf("%d\n", num); char **tab = (char**) malloc(0*...
[ "noreply@github.com" ]
ChunHuynh.noreply@github.com
e9ce99fb3f192070e5e59200e6d0b18a10295666
0d5ce803dc2183db1bdcdbe3e604258ff6ab9d99
/Floyed_Warshall.c
f97cd2ad4d3ede06e4124dd8f3b6164169c3f167
[]
no_license
AbdurRoufCSE/Algorithm-Lab
e1d4f10c24e546c864b53b235a4e86f5b31b3a0d
1cee59e43569073626e622b722bf11ff1a544c9e
refs/heads/master
2020-08-16T17:46:16.614279
2019-10-30T18:10:57
2019-10-30T18:10:57
215,534,029
1
0
null
null
null
null
UTF-8
C
false
false
1,284
c
#include<stdio.h> #include<limits.h> #define INF INT_MAX int n = 4; int min(int a, int b) { if(a<b) return a; else return b; } void all_pair_shortest_path(int graph[n][n]) { int dist[n][n],i,j,k; for(i =0; i<n ; i++) { for(j =0; j<n ; j++) ...
[ "noreply@github.com" ]
AbdurRoufCSE.noreply@github.com
b2fa2fa09989a17646e5ef733e9126b2a482adb9
ef9d2abd439811721cd98bd97f77fca700ff56ec
/save/my_str.c
d84e03762ff744ae6a1d830c9f668c488256895b
[]
no_license
coutar-a/RayTracer
61037842f6580f29665313d3300b1c3ae68877a2
68bca979a77bd24a1059fa96ad16521074f71650
refs/heads/master
2021-01-22T08:33:03.547306
2015-04-19T14:11:05
2015-04-19T14:11:05
34,211,194
0
0
null
null
null
null
UTF-8
C
false
false
930
c
/* ** my_str.c for minishell2 in /home/grelli_t/ABUZAY/minishell1 ** ** Made by grelli_t ** Login <grelli_t@epitech.net> ** ** Started on Sun Mar 9 09:38:19 2014 grelli_t ** Last update Sat Apr 12 10:14:13 2014 grelli_t */ #include <unistd.h> #include "read.h" void my_putchar(char c) { write(1, &c, 1); } int...
[ "grelli_t@epitech.eu" ]
grelli_t@epitech.eu
284e31b9c3a8d937bcf4a28c83afb465d3a77182
39747c07458b1e83a6b60d3d4b42f6400dc3f35b
/test-spec-store-reorder-load2.c
76b4da2f917ad1f554877b3ffbf2ff20b43725fa
[]
no_license
zhanghongce/spectreOoOTest
feb7010f4a8e251e1c291329377bfe1422c94d92
1a5ce0e69f5e368c0fea13745a9d62e95d5e4b5b
refs/heads/master
2021-09-24T17:53:56.857312
2018-10-12T21:08:19
2018-10-12T21:08:19
118,704,290
2
0
null
null
null
null
UTF-8
C
false
false
7,377
c
// Hongce Zhang @ Princeton // The way to rule out prefetcher effects is shown in test2.c // In this test, we will discuss // whether load store---(dep)----load will be reordered // Please compile it with -O0 // use g++ (Ubuntu 5.4.0-6ubuntu1~16.04.9) 5.4.0 20160609 please #include <stdio.h> #include <stdint.h> #i...
[ "hongcez@princeton.edu" ]
hongcez@princeton.edu
18039fc90c78b4e31125bfc93892ddebbfc9a573
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE191_Integer_Underflow/s03/CWE191_Integer_Underflow__int_rand_sub_54a.c
e165e3247e9a44b4b64289b79e1b0b913cafda5d
[]
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
2,832
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE191_Integer_Underflow__int_rand_sub_54a.c Label Definition File: CWE191_Integer_Underflow__int.label.xml Template File: sources-sinks-54a.tmpl.c */ /* * @description * CWE: 191 Integer Underflow * BadSource: rand Set data to result of rand(), which may be zero...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
19dd9b2a70dc820b2602b8ec8f711e68018ec64f
376e1818d427b5e4d32fa6dd6c7b71e9fd88afdb
/lang/python27/patches/patch-Modules___ctypes_malloc__closure.c
5b6fcea1b1bced350d69250f842b61b53e8caf74
[]
no_license
NetBSD/pkgsrc
a0732c023519650ef821ab89c23ab6ab59e25bdb
d042034ec4896cc5b47ed6f2e5b8802d9bc5c556
refs/heads/trunk
2023-09-01T07:40:12.138283
2023-09-01T05:25:19
2023-09-01T05:25:19
88,439,572
321
138
null
2023-07-12T22:34:14
2017-04-16T20:04:15
null
UTF-8
C
false
false
1,128
c
$NetBSD: patch-Modules___ctypes_malloc__closure.c,v 1.1 2021/06/23 18:30:24 schmonz Exp $ macOS arm64 support, via MacPorts. --- Modules/_ctypes/malloc_closure.c.orig 2021-06-22 19:20:03.000000000 +0000 +++ Modules/_ctypes/malloc_closure.c @@ -89,16 +89,24 @@ static void more_core(void) /****************************...
[ "schmonz@pkgsrc.org" ]
schmonz@pkgsrc.org
17a9457e29c7d84d78d64340e0485c4dd392e97b
54bed656d011915a2c0c4e6bfbb8135950245c7e
/AEDS 1/TP-02/TP 2/TP 2/vetor.c
b45bd213812d69e7d85f19fc89de697bee8471a1
[]
no_license
Samueljhonata/trabalhos_academicos
5cf10fd04743a36515e9e9a1ed58da6569416ea6
3a0ad352c68f1c92831e1f2eb631efd7d72f102b
refs/heads/master
2020-03-26T12:34:59.398535
2018-11-20T09:59:53
2018-11-20T09:59:53
144,899,548
0
1
null
null
null
null
UTF-8
C
false
false
4,422
c
#include <stdio.h> #include <stdlib.h> #include "vetor.h" void Selecao (int *vetor, int n,int *contc,int *contm) { int i, j, Min; int aux; (*contc)=0; (*contm)=0; for (i = 0; i < n-1; i++) { Min = i; for (j = i + 1 ; j < n; j++) { *contc =(*contc)+1; ...
[ "samueljhonatast@hotmail.com" ]
samueljhonatast@hotmail.com
cb862584e41966505443b233e3306105141e512f
6238c25c43252c65555e13128dd4c255c4e1c948
/src/f32-igemm/gen/6x8-neonfma-dup-ld128.c
e3d047ec374d147664f7238370567ec570f3fbb9
[ "BSD-3-Clause", "LicenseRef-scancode-generic-cla" ]
permissive
mattn/XNNPACK
8eaf70e0c4b1cce8aaf8a7f8d7f38947fdb3bfa4
466da756e42cd7c478441025266c3b626cee414a
refs/heads/master
2023-08-15T17:43:21.415439
2020-02-28T10:00:49
2020-02-28T10:01:30
243,905,465
0
0
NOASSERTION
2020-02-29T04:41:27
2020-02-29T04:41:26
null
UTF-8
C
false
false
13,793
c
// Auto-generated file. Do not edit! // Template: src/f32-igemm/neon-ld128.c.in // Generator: tools/xngen // // Copyright 2019 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <arm_neon.h...
[ "xnnpack-github-robot@google.com" ]
xnnpack-github-robot@google.com
f678225fe9d4b7e25ad6a448947de2ca5eb0ff65
f73f4e95da492855943a2a132b59f7931c0acace
/ion_cgr_jni/ici/sdr/sdrlist.c
515fa45937dcefe80ba4651ff2bc2daacbfd6ca7
[]
no_license
mengoz95/cgr-jni
b350da8a45b2ab4b463e767c14b52d6885cce6e3
dd89e4cfed4b4973b02e98ed2c9b6eeb825ee646
refs/heads/master
2021-01-23T10:34:58.822702
2016-03-15T17:18:03
2016-03-15T17:18:03
102,620,661
0
0
null
2017-09-06T14:44:15
2017-09-06T14:44:15
null
UTF-8
C
false
false
2,121
c
/* * sdrlist.c #include "sdrP.h" * * Created on: 18 nov 2015 * Author: michele */ #include "sdrlist.h" #include "smlist.h" /* Private definitions of SDR list structures. */ typedef struct { Address userData; Object first; /* first element in the list */ Object last; /* last element in the list */...
[ "michirod@gmail.com" ]
michirod@gmail.com
6debe0ee5bc5d448fb5b9acc23a3a08a623f3c21
4483b10028c73fc49a518be4a2bcb56848d8786b
/ios/Google Cardboard Demo/Mecha-Mecha/Classes/Native/mscorlib_System_Collections_ObjectModel_ReadOnlyCollection_1_29.h
7acaad277945c076e58ea94aaf4ef902c1a1f6d3
[]
no_license
nchavez324/es50_final_project
aa8202470b59be1ddc25e78a3e1712708f5b00c4
be1b8f9849d1ff4a845a137eefecb49df27f2e1c
refs/heads/master
2021-01-10T07:03:26.885783
2020-12-03T16:02:23
2020-12-03T16:02:23
47,363,409
0
0
null
null
null
null
UTF-8
C
false
false
536
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> // System.Collections.Generic.IList`1<UnityEngine.Vector2> struct IList_1_t2140; #include "mscorlib_System_Object.h" // System.Collections.ObjectModel.ReadOnlyCollection`1<UnityEngi...
[ "nchavez324@yahoo.com" ]
nchavez324@yahoo.com
32bcdcdd01e2bc341f26ac9c8bb8aa9626cf5097
e25c8b65c0115053b14f8ecffaea94a964eefa1f
/ds/open/world1/tmr/blood_field/map_23_32.c
a779a3a5a4bd77131b2d2794b40c506c81f1bb86
[]
no_license
zwshen/mudos-game-ds
c985b4b64c586bdc7347bd95d97ab12e78a2f20f
07ea84ebdff5ee49cb482a520bdf1aaeda886cd0
refs/heads/master
2022-03-01T14:55:10.537294
2022-02-15T15:41:26
2022-02-15T15:41:26
244,925,365
4
1
null
2022-02-15T15:41:27
2020-03-04T14:44:49
C
BIG5
C
false
false
421
c
inherit ROOM; void create() { set("short", "草地"); set("long", @LONG LONG ); set("exits",([ "north" : __DIR__"map_22_32", "west" : __DIR__"map_23_31", "south" : __DIR__"map_24_32", "east" : __DIR__"map_23_33", ])); set("outdoors","land"); setup(); set("map_long",1); /...
[ "zwshen0603@gmail.com" ]
zwshen0603@gmail.com
bac93ca3d5c9e65a043c239e8ac75829488a3658
778da1c4dd2f4fc7667dfebe26f44f8a0a0a56c7
/src/espgoodies/jwt.h
06c4588f48c8fe918112fe08811fdb7386a0fb5c
[]
no_license
syncrobit/esphlg
1265efada21edc6f997147881aecb44dec4158c7
5f5d256d8e0f86b53b88372cfcbeca59d409a440
refs/heads/main
2023-02-23T18:08:26.042792
2021-01-21T21:57:39
2021-01-21T21:57:39
330,766,730
0
0
null
null
null
null
UTF-8
C
false
false
534
h
#ifndef _ESPGOODIES_JWT_H #define _ESPGOODIES_JWT_H #include <c_types.h> #include "espgoodies/json.h" #define JWT_ALG_HS256 1 typedef struct { json_t *claims; uint8 alg; } jwt_t; jwt_t ICACHE_FLASH_ATTR *jwt_new(uint8 alg, json_t *claims); void ICACHE_FLASH_ATTR jwt_free(jwt_t *jwt); char ICAC...
[ "ccrisan@gmail.com" ]
ccrisan@gmail.com
2f3e7c9c07ebd366ee4e16a94c0d1f2d3a1bec1f
40fbb5f6319e8abb4c1c3f1d64695ebdc292a178
/include/debug.h
f4b870ad76b30c4f391e65872ba84beb6e671e8d
[]
no_license
p870613/A-star
6541ef437b4573c3a0beb9ce1a0d40c7963d1184
a7de46956040d43f1e2a897fddb976434a7627be
refs/heads/dev
2022-10-04T13:47:22.921351
2020-06-06T08:15:52
2020-06-06T08:15:52
268,074,085
0
1
null
2020-06-06T04:54:36
2020-05-30T12:21:41
C++
UTF-8
C
false
false
473
h
#ifndef _DEBUG_H_ #define _DEBUG_H_ #include <stdio.h> // The flag can be customize outside #ifndef _DBG_ #define _DBG_ 1 #endif #if _DBG_ #define dbg(fmt, ...) printf (fmt, ##__VA_ARGS__) #define dbgln(fmt, ...) printf (fmt "\n", ##__VA_ARGS__) #define dbg_full(fmt, ...) printf ("%s: %s(%d)" fmt, __...
[ "justapig9020@gmail.com" ]
justapig9020@gmail.com
84176face1efb19bc3dc4931d1550cb6f5c2ab51
4d7e38213cb33e99a0816eb10f7c8bc53ea6a91a
/data/maps/l30b.c
ada287c7ceb3d87aa3f65954f25d702fd56f0fe5
[]
no_license
Sterophonick/Misfortune-Advance
a93c1f0ea2ce4d60bb078319f5e5d05a0ffb5ca6
7695c378d174c30d446212b48d29fb0dc79a9e97
refs/heads/master
2022-02-27T04:50:54.336432
2019-10-21T18:55:56
2019-10-21T18:55:56
208,100,669
2
1
null
null
null
null
UTF-8
C
false
false
279,478
c
//{{BLOCK(l30b) //====================================================================== // // l30b, 240x160@16, // + bitmap not compressed // Total size: 76800 = 76800 // // Time-stamp: 2018-05-03, 13:30:41 // Exported by Cearn's GBA Image Transmogrifier, v0.8.3 // ( http://www.coranac.com/projects/#grit ) // //===...
[ "34801996+Sterophonick@users.noreply.github.com" ]
34801996+Sterophonick@users.noreply.github.com
99f2828322bf651388ba4339469f76a19451263d
b71b8bd385c207dffda39d96c7bee5f2ccce946c
/testcases/CWE122_Heap_Based_Buffer_Overflow/s08/CWE122_Heap_Based_Buffer_Overflow__c_CWE805_struct_memmove_05.c
0284c5c30a07d0a012fcfe6444bc3f36daef06b1
[]
no_license
Sporknugget/Juliet_prep
e9bda84a30bdc7938bafe338b4ab2e361449eda5
97d8922244d3d79b62496ede4636199837e8b971
refs/heads/master
2023-05-05T14:41:30.243718
2021-05-25T16:18:13
2021-05-25T16:18:13
369,334,230
0
0
null
null
null
null
UTF-8
C
false
false
4,407
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE122_Heap_Based_Buffer_Overflow__c_CWE805_struct_memmove_05.c Label Definition File: CWE122_Heap_Based_Buffer_Overflow__c_CWE805.label.xml Template File: sources-sink-05.tmpl.c */ /* * @description * CWE: 122 Heap Based Buffer Overflow * BadSource: Allocate using mall...
[ "jaredzap@rams.colostate.edu" ]
jaredzap@rams.colostate.edu
3695fe557bf1b92b3956a838485f30bacc2bb2f6
1744185a1e318fd0705b7c8d71635966bf2f7451
/template/lib/Projects/STM32F410xx-Nucleo/Examples/UART/UART_TwoBoards_ComDMA/Src/main.c
8f050fad503c9449b4dcfed05bc9c99b8800fd7a
[ "BSD-2-Clause", "MIT" ]
permissive
swedishhat/stm32f4-bear-metal
99554444acc611433190b00599d5be9ebbcbac49
04c8ae72ee6ea658dc376afe64f7f3a47c67512b
refs/heads/master
2020-12-24T09:09:59.574026
2016-11-09T18:07:57
2016-11-09T18:07:57
73,302,594
0
1
MIT
2020-03-08T01:27:48
2016-11-09T16:45:24
C
UTF-8
C
false
false
14,286
c
/** ****************************************************************************** * @file UART/UART_TwoBoards_ComDMA/Src/main.c * @author MCD Application Team * @version V1.0.4 * @date 06-May-2016 * @brief This sample code shows how to use UART HAL API to transmit * and receive ...
[ "patrick.d.lloyd@gmail.com" ]
patrick.d.lloyd@gmail.com
cfddee0c85825f34c026e4cf31f027e6ad4cdf27
58a1ed313e2b558b20e15772c95f86108befb926
/ofAlgorhythmicSorting/src/quicksort.h
a6b8e49884e06c0457368d3bbb64abd8408e830e
[]
no_license
studioalgorhythmics/ofx-experiments
7564e9d5edca8f76d8db967a57abf949851c0509
d4a1807b5aef3a7617579a4ad93c474489263e14
refs/heads/master
2021-01-10T03:07:28.106026
2015-10-15T14:34:39
2015-10-15T14:34:39
44,178,265
0
0
null
null
null
null
UTF-8
C
false
false
1,455
h
#include "sorthelp.h" #include "SortingMan.h" void quicksort_helper(double arr[], int low, int high, int depth =0) ; /* sort everything inbetween `low' <-> `high' */ int orign; void quicksort(double arr[], int n) { orign=n; quicksort_helper(arr,0,n-1); } void quicksort_helper(double arr[], int low, int high...
[ "naus3a@gmail.com" ]
naus3a@gmail.com
2d7584c63f73a65caf930b350d7a0f2be9871833
461526031d005cb4a815f97fe705dc711e2c94d1
/5.c
03cd0d28ad9a5a72d058edaded29321f066fe133
[]
no_license
avneeshgautam/all-pattern-program-in-C-language
788695a965fc05b979074a30a7b03d8a47b8803f
941eeb0d4f6ea83454ee50f213adb5e44a406401
refs/heads/master
2020-04-05T21:41:16.276788
2018-11-24T06:36:20
2018-11-24T06:36:20
157,229,301
0
0
null
null
null
null
UTF-8
C
false
false
551
c
/* 1 121 12321 1234321 123454321 1234321 12321 121 1 */ #include<stdio.h> int main() { int i,j,k,l,m; for(i=1;i<=5;i++) { for(l=4;l>=i;l--) printf(" "); for(j=1;j<=i;j++) printf("%d",j); for(k=i-1;k>=1;k--) printf("%d",k); ...
[ "noreply@github.com" ]
avneeshgautam.noreply@github.com
3b14f278f38d5660df58e88740081dd316395df7
c9771f8858f9e9f4a4dd2a7e5c6cb54b77de05db
/week5_hanoitower/mission1-2.c
da6d64089a4399e0b6e38c34e9b7e1f3c454ac17
[]
no_license
ShinJaehun/CPractice
5af8e50ef19f4cc91ad88231441446e2629236e6
e2e12dfcd85b1abf444c9a0174b0fbe2968d55ca
refs/heads/master
2023-02-01T04:18:54.299242
2020-12-17T01:31:18
2020-12-17T01:31:18
321,247,581
0
0
null
null
null
null
UTF-8
C
false
false
1,561
c
#include <stdio.h> #include <stdlib.h> #define PLATE_MAX 50 struct { int length; int plates[PLATE_MAX]; } pole[3]; void printTower() { int i, j; for (i = 0; i < 3; i++) { printf("%d : ", i); if (pole[i].length == 0) printf("x"); else { for (j = 0; j < pole[i].lengt...
[ "gunsmoke.shin@gmail.com" ]
gunsmoke.shin@gmail.com
94977369d6562d3c50d4c3e989c54efb0ca10b2b
0b082af66ef8df4251117de8a5a90dd4a7d0e745
/labs/lab06_02_27/leds.h
2d485c7f0c37fc6da2e6e89df926735ee0184ef8
[]
no_license
JosePabloo/CSC395_S20
c649870a6362e5ba4c57b4dc48be344a60afaa2b
e2c68148e7998537840918a76e1d943d9f7961a3
refs/heads/master
2020-12-13T09:24:37.280942
2020-04-13T23:03:47
2020-04-13T23:03:47
234,376,685
0
0
null
2020-04-13T23:03:48
2020-01-16T17:41:18
C
UTF-8
C
false
false
1,161
h
#ifndef LEDS_H_ #define LEDS_H_ #include "common.h" #include <util/delay.h> #include <inttypes.h> #define GREEN 5 #define YELLOW 7 #define RED 0 #define GREENBREADBOARD 4 #define YELLOWBREADBOARD 1 #define REDBREADBOARD 2 #define REDLABFIVEBREADBOARD 10 IO_struct _yellow; IO_struct _red; IO_struct _green; //Setti...
[ "joseperales@Joses-MacBook-Pro.local" ]
joseperales@Joses-MacBook-Pro.local
e144c4a38c667a6264fa9b13de58cbd5d82b8349
5be34c2dc50018cfb1c6bb434f559a5dd3d5b43b
/hid_send_feature_report.c
164e2c8b706f420f65b55fae645a9d759f143dbf
[]
no_license
danielsulik/hidapi-tcl
f75257ebc9a83da636de3174936151be76acf9bc
d04c546c2329b92a5d9179195eb07ed71a20b6e6
refs/heads/master
2020-06-26T09:28:29.442991
2019-06-14T15:14:17
2019-06-14T15:14:17
97,013,607
0
1
null
null
null
null
UTF-8
C
false
false
1,577
c
_wrap_hid_send_feature_report(ClientData clientData SWIGUNUSED, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) { hid_device *arg1 = (hid_device *) 0 ; unsigned int arg3 ; void *argp1 = 0 ; int res1 = 0 ; int res2 ; char *buf2 = 0 ; int alloc2 = 0 ; unsigned int val3 ; int ecode3 = 0 ; int resu...
[ "dan@meta-designs.com" ]
dan@meta-designs.com
456643efd2b81b421910e343b614e9ec8e0b731f
f57bb7ed68f0558f470efc4e1136d34ace8a7195
/signature/rsa/rsa-pkcs1.c
fe0cd6900ac0b3b6667dbbc307c58ef22b12eee9
[ "MIT" ]
permissive
jfehren/Crypto
79a4a5c188269e753217f020f584e4c1ea8b85a8
fd12625af6ec88d21526b9b766667c3ae8d37189
refs/heads/master
2020-12-10T02:13:22.924096
2020-01-13T00:43:10
2020-01-13T00:43:10
233,478,666
1
0
null
null
null
null
UTF-8
C
false
false
767
c
/* * rsa-pkcs1.c * * Created on: Dec 15, 2019, 4:34:16 PM * Author: Joshua Fehrenbach */ #include "rsa.h" #include "rsa-internal.h" #include "pkcs1.h" int rsa_pkcs1_sign(const struct rsa_private_key *key, mpz_ptr s, const uint8_t *digest, size_t length) { _RSA_SIGN(digest_encode, key, s, digest, length)...
[ "noreply@github.com" ]
jfehren.noreply@github.com
752efade96ce704e700d6e4db4ea09aeb50b3255
2a95ec41baf1ea3a1540daf476ea003839115158
/libft/ft_strrevchr.c
836cda5ad5c68607053e96c7010234265e9a555e
[]
no_license
Mydym/GNL
f9f9d70d06aace1c790bbb7faba83de5b07f5399
a144fc3dd90657a0aa28be8c002da219e39d2b4d
refs/heads/master
2021-01-10T15:47:30.057846
2016-04-05T15:26:44
2016-04-05T15:26:44
54,034,524
0
0
null
null
null
null
UTF-8
C
false
false
1,222
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strrevchr.c :+: :+: :+: ...
[ "valentingrenier@hotmail.fr" ]
valentingrenier@hotmail.fr
fb746967f23e594b81575183813421240bbd3e31
e51ad72b4b2369596cdab245baddc59e336be3c1
/Tools/Bank_ahly/AHLY_APM_CODE/Sysutil.c
949bf6830c3fa58f3f478959645342b911a1ead6
[]
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
22,372
c
//----------------------------------------------------------------------------- // File : sysutil.c // Module : // Description : Include Enhance System utitilies function. // Author : Lewis // Notes : No UI is include in the routines & call SYSTEM or UTILIB // Only...
[ "ahmed.elemam@its.ws" ]
ahmed.elemam@its.ws