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
ff06cb3b1af053ecfd690ad5ba9f536cb9d9e6c3
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/tools/perf/util/extr_python.c_pyrf_cpu_map__setup_types.c
9b10d77bda7d013cf295da97abae054cb1104417
[]
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
744
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
67c15b1a0d14cd538e8e3a8b3fa53a731461da77
3c24e476f5f56e6ab31fd1400654bf376d69533d
/libft/ft_lstnew.c
7e51d64090bef251202e80a8792dff5c472c642c
[]
no_license
Amargy/Stack_sorting_algorithm
c125b713880da121308fa8de746f14fbda5380eb
20a0acfb2aad96f14c45a70db66fae8cd9362a18
refs/heads/master
2022-12-01T23:32:01.462878
2020-08-17T16:04:23
2020-08-17T16:04:23
288,224,908
0
0
null
null
null
null
UTF-8
C
false
false
1,380
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstnew.c :+: :+: :+: ...
[ "asdawydov@gmail.com" ]
asdawydov@gmail.com
d69bc13bcfc9e7539e46c6baef183acc8ebec335
3de2e0043b61a2bd62e72579586863234803ccca
/KerberosFramework/Kerberos5/Sources/lib/krb5/krb/get_in_tkt.c
56fe18e4e9d4103d3ccbbadf376805188444c612
[]
no_license
aosm/KerberosLibraries
7d4790bdad0b4d52590a6a5d186043a6fd7b4d9b
4b8a0171b97769d21d340456f263c59a6441c632
refs/heads/master
2023-07-08T21:50:26.037678
2013-03-20T08:52:28
2013-03-20T08:52:28
8,899,732
1
0
null
null
null
null
UTF-8
C
false
false
43,294
c
/* * lib/krb5/krb/get_in_tkt.c * * Copyright 1990,1991, 2003, 2008 by the Massachusetts Institute of Technology. * All Rights Reserved. * * Export of this software from the United States of America may * require a specific license from the United States Government. * It is the responsibility of any person o...
[ "rasmus@dll.nu" ]
rasmus@dll.nu
85a688fe249bbd846f333757b3dd26aa9b44f893
52b5059a7efecb75dea4a3b2b79027754234d4b2
/src/termcaps/ft_trmgetin.c
4314a64a2231c2035bc493050bc08a13236a8437
[ "Apache-2.0" ]
permissive
ncoden/libft-termcaps
f6d74d722939f49d393fd59c64ae5ff84fb80b4c
db5d6bf65a0edaae6bae68be22e8939fd175b324
refs/heads/master
2021-01-19T01:20:14.832072
2015-09-12T15:33:38
2015-09-12T15:33:38
42,361,043
2
0
null
null
null
null
UTF-8
C
false
false
1,080
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_trmgetin.c :+: :+: :+: ...
[ "nicos.coden@neuf.fr" ]
nicos.coden@neuf.fr
b56fff17ed2258a7843c9b411359c1012b71461c
c059b40c7c21799549f857e0f7d9cc2f94d48ea8
/ordered_world.c
113b29c8d1aa6d14c9ff2039f57204a082957ba4
[]
no_license
bshlgrs/speedy_wires
443905e874ece6ec6d6718eb0a4dcafbccdab240
d24acb3a01e158c8ce2281439b9f1759a64659bf
refs/heads/master
2021-01-23T06:49:47.460052
2014-11-15T06:06:16
2014-11-15T06:06:16
null
0
0
null
null
null
null
UTF-8
C
false
false
3,636
c
// this file expects stuff to be input in column-major form // that is, [(0,0),(0,1),(1,0),(1,1)] #include <stdio.h> #include <stdlib.h> #include <stdbool.h> typedef enum { HEAD, TAIL, CONDUCTOR } cell_type_t; struct cell { cell_type_t cell_type; int x; int y; char neighboring_heads; }; struct world { i...
[ "bshlegeris@gmail.com" ]
bshlegeris@gmail.com
c1ec99626d14407336319d99c89c8be84a05bff2
b3bfc4579b049b78eb9535f7df9ca30e27cdde0a
/include/lokatt/repo.h
a1ba6393470f813d16c489c29b94c0a8603c70af
[ "MIT" ]
permissive
amhk/c-lokatt
2db961e9cb7185055018897b0e07030c46663507
ea0c2647287e5b51b931f3aa068196f49e9e3f01
refs/heads/master
2020-03-08T04:59:17.066593
2018-06-04T20:21:29
2018-06-04T20:24:25
null
0
0
null
null
null
null
UTF-8
C
false
false
1,272
h
#ifndef LOKATT_REPO_H #define LOKATT_REPO_H #include <stddef.h> #include <stdint.h> /** * A repository of logcat entries. This is the data store that backs buffers and * contains all logcat entries read via adb. * * A logcat entry is similar to a logger entry, but is more lokatt friendly in * terms of memory cons...
[ "marten.kongstad@gmail.com" ]
marten.kongstad@gmail.com
eeaa0adaf553bf4c071d15aa8e4a1b06cba0c846
5c255f911786e984286b1f7a4e6091a68419d049
/code/abcb8ffa-27eb-4b1f-9152-67ddad3e13f2.c
3e94f396663ccbf5ff4a6efcaa7fbd424aa80380
[]
no_license
nmharmon8/Deep-Buffer-Overflow-Detection
70fe02c8dc75d12e91f5bc4468cf260e490af1a4
e0c86210c86afb07c8d4abcc957c7f1b252b4eb2
refs/heads/master
2021-09-11T19:09:59.944740
2018-04-06T16:26:34
2018-04-06T16:26:34
125,521,331
0
0
null
null
null
null
UTF-8
C
false
false
230
c
#include <stdio.h> int main() { int i=04; int j=14; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = i%j; l = l-j; k = l-j*i; printf("vulnerability"); printf("%d%d\n",k,i); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
7f6eff732c302a1500c7ac808b6645710fabdea9
75b603b7973023d8d53bacaa2ecb663d430e686e
/C语言课设/VS&MySQL/20210312-1/20210312-1.c
00b6b544f406fa3234836e5880f5fc9926db30cc
[]
no_license
QiuYeDx/2021
ad7cf4d8efdedff82a8beb5d2da41ad4c025c833
85ff5249b7d0d60405a0b977da29b395451b99f8
refs/heads/master
2023-05-04T07:19:08.301190
2021-05-19T02:54:44
2021-05-19T02:54:44
325,790,282
2
0
null
null
null
null
UTF-8
C
false
false
1,970
c
#include <WinSock2.h> #include <stdio.h> #pragma comment(lib,"libmysql") #include <mysql.h> #define HOST "localhost" #define USERNAME "root" #define PASSWORD "20011216" #define DBNAME "goods_v1" // STAFF goods_v1.staff // GOODS goods_v1.goods // CUSTOMER goods_v1.customer MYSQL mysql; MYSQL_RES *res; MYSQL_ROW row; i...
[ "532024989@qq.com" ]
532024989@qq.com
783ff0f6fe1bddd73747a65a26444253383b759b
29dc9509bdcbf2b75d2df559a600ab1be42ee595
/Inc/usart.h
17e2136dc14180060c42d06e7b9174190d1c11d9
[]
no_license
8street/control_desk
112e0b21baa262ee932015ee9eff6267787a3524
729416c5d025776e5f9f2ec8235cb82497834264
refs/heads/master
2020-05-15T11:29:41.674391
2019-04-19T08:49:04
2019-04-19T08:49:04
182,230,912
5
0
null
null
null
null
UTF-8
C
false
false
3,647
h
/** ****************************************************************************** * File Name : USART.h * Description : This file provides code for the configuration * of the USART instances. ***************************************************************************...
[ "noreply@github.com" ]
8street.noreply@github.com
1c4d48ad388bd7daaeffc2eaa310b777e0c4e39f
28a10ddb75fa9a08efe842a1e1a1b8b49d4f4fe5
/srcs/champs.c
b6012148c584ae0a1aa192ae8f6fd20c42a539bd
[]
no_license
bmikaeli/filler
0ce395ada316f8043e5795185a187d299acd9806
e33e689b700446a0e844352318303fe859dfa42c
refs/heads/master
2021-01-20T10:48:11.137174
2014-01-26T14:59:57
2014-01-26T14:59:57
15,913,451
0
0
null
null
null
null
UTF-8
C
false
false
1,237
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* champs.c :+: :+: :+: ...
[ "bmikaeli@e3r2p21.42.fr" ]
bmikaeli@e3r2p21.42.fr
62363d404274869fed25792e4560f20f0d96ff3e
f371b8603d29d2c4c3fb0f50055afd516003f9f8
/XBee/MultiHop-Static/global.h
871d52957b76ae73302bf3cedd86d69b3313358f
[ "CC0-1.0" ]
permissive
lulzzz/Sensor-Network
290ca2318b13a812cd87191cd58e782c0db8fe5b
872be3aad2f31666a88d8544cabe0066cae2f9c8
refs/heads/master
2020-06-24T08:44:46.246110
2016-10-19T15:12:29
2016-10-19T15:12:29
null
0
0
null
null
null
null
UTF-8
C
false
false
841
h
//@@@@@@@@@@@@@@@@@@@@@ Constants @@@@@@@@@@@@@@ #define PREVIOUS_NODE_LSB 0x41565FA6 #define NEXT_NODE_LSB 0x41565FA6 //@@@@@@@@@@@@@@@@@@@@@ General Variables @@@@@@@@@@@@@@ XBee xbee = XBee(); //@@@@@@@@@@@@@@@@@ Transmitting Variables @@@@@@@@@@@@@@@@@@@@@ uint8_t payload[] = { 0, 0 , 0 , 0, 0}; // SH + SL Addre...
[ "noreply@github.com" ]
lulzzz.noreply@github.com
d5e057e08214b8d51ca9785f319440252918b2a0
fb59dcedeb1aae73e92afebeb6cb2e51b13d5c22
/middleware/src/tools/json/json_util.c
647faaf1d5f9451a7662c41c6bcbdb643a051902
[]
no_license
qrsforever/yxstb
a04a7c7c814b7a5647f9528603bd0c5859406631
78bbbae07aa7513adc66d6f18ab04cd7c3ea30d5
refs/heads/master
2020-06-18T20:13:38.214225
2019-07-11T16:40:14
2019-07-11T16:40:14
196,431,357
0
1
null
2020-03-08T00:54:09
2019-07-11T16:38:29
C
UTF-8
C
false
false
2,542
c
/* * $Id: json_util.c,v 1.4 2006/01/30 23:07:57 mclark Exp $ * * Copyright (c) 2004, 2005 Metaparadigm Pte. Ltd. * Michael Clark <michael@metaparadigm.com> * * This library is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See COPYING for details. * */ //#include...
[ "lidong8@le.com" ]
lidong8@le.com
ac16c7f326083ad8d0daa9c1a0a60036ea241e7e
3e8f6f6d067b40176367a23f1726b15c263dea49
/Test/007_输出一个三角形/7.c
eb58cc4138c4818f7cb7c38584adb586726f72f5
[]
no_license
Masterton/Learning_C
8ee5b7fcfca3d6e04b734d45d52063d5777ccfe8
0b42845e18006bc1950df2f4062bfdd6f8f30c2f
refs/heads/master
2021-09-06T14:01:23.923013
2018-02-07T08:51:31
2018-02-07T08:51:31
103,901,797
0
0
null
null
null
null
UTF-8
C
false
false
103
c
#include <stdio.h> int main() { printf(" * \n"); printf(" * * \n"); printf("* * *\n"); }
[ "zhengcloud@foxmail.com" ]
zhengcloud@foxmail.com
7123ac241648f9bece02db6a8f6a063be9162995
556fa0c4d7201d5634d8e92c524404879e870467
/C/Mario_stairs.c
493e898025832f816f6e7837e73037f0173f936a
[]
no_license
Mukheem1603/Hacktoberfest_19
8e46700a8ab1d070b282c9977c4aaef9727a6dc2
5518b1d1e04bcc33e06150e797dc87324fb523c1
refs/heads/master
2020-08-13T00:01:00.592811
2019-10-25T14:59:12
2019-10-25T14:59:12
214,869,954
0
0
null
2019-10-13T18:14:44
2019-10-13T18:14:44
null
UTF-8
C
false
false
249
c
#include <stdio.h> int main() { int i,j,n; printf("Enter the number of floors:"); scanf("%d",&n); for(i = 0; i < n; i++) { for(j = 0; j <=i; j++) { printf("#"); } printf("\n"); } }
[ "noreply@github.com" ]
Mukheem1603.noreply@github.com
45522374db8deaeb2693f5600b443ab6c0e70f62
dd51bfca38cf47557884582d8b10c94f84ec8427
/0_Src/Middle/MidDio.c
6c3c8a2ade85673de63065a1069a4e112d7b949e
[]
no_license
syfchao/TC23X_SMARTCAR
a973a40ffec6dda9583b55d44951c4b4f2875da7
b3fd92c3b811bcd41bea376a86b865daa060c83b
refs/heads/main
2023-06-07T03:18:48.897223
2021-07-03T11:49:07
2021-07-03T11:49:07
null
0
0
null
null
null
null
UTF-8
C
false
false
2,870
c
/*----------------------------------------------------------------*/ /* Include Header File */ /*----------------------------------------------------------------*/ #include "MidDio.h" #include "DrvDio.h" /*----------------------------------------------------------------*...
[ "johnehk86@gmail.com" ]
johnehk86@gmail.com
06052f8c704b996e04e0d6f3a0c73447c1183770
20cd7723aa04f1d23791debe522b7d9bb445c0ac
/LUFA-100807/Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c
491b79e807a7d9f61f4ac8a8f24b4634f97212ad
[ "Apache-2.0" ]
permissive
hiroyuki-s1/mocolufa
4b0bca81f978ac772ace5fa2c3f63d01d72176fc
fc14080f5ca4db21c371c9089c0ae5d10ea94ba3
refs/heads/master
2020-09-01T18:27:53.151931
2019-11-02T16:10:45
2019-11-02T16:10:45
219,026,283
0
0
Apache-2.0
2019-11-01T16:51:25
2019-11-01T16:51:25
null
UTF-8
C
false
false
6,961
c
/* LUFA Library Copyright (C) Dean Camera, 2010. dean [at] fourwalledcubicle [dot] com www.fourwalledcubicle.com */ /* Copyright 2010 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and...
[ "natukage405@yahoo.co.jp" ]
natukage405@yahoo.co.jp
3fddf01e26b91bc9540f7fc8d115ed3caf14a098
24d856d98c85a319d53be2768ccc176a50873fa3
/linux-lts-quantal-3.5.0/arch/s390/include/asm/airq.h
1ac80d6b05887815f0fceec4ed6e428c11849d99
[ "GPL-1.0-or-later", "Linux-syscall-note", "GPL-2.0-only", "BSD-2-Clause" ]
permissive
dozenow/shortcut
a4803b59c95e72a01d73bb30acaae45cf76b0367
b140082a44c58f05af3495259c1beaaa9a63560b
refs/heads/jumpstart-php
2020-06-29T11:41:05.842760
2019-03-28T17:28:56
2019-03-28T17:28:56
200,405,626
2
2
BSD-2-Clause
2019-08-03T19:45:44
2019-08-03T17:57:58
C
UTF-8
C
false
false
530
h
/* * include/asm-s390/airq.h * * Copyright IBM Corp. 2002,2007 * Author(s): Ingo Adlung <adlung@de.ibm.com> * Cornelia Huck <cornelia.huck@de.ibm.com> * Arnd Bergmann <arndb@de.ibm.com> * Peter Oberparleiter <peter.oberparleiter@de.ibm.com> */ #ifndef _ASM_S390_AIRQ_H #define _ASM_S390_AIRQ_H typ...
[ "jflinn" ]
jflinn
ec114225d99f3d72f2f9802fb10ac40eccc454b1
eeb91109a5a2935846bd568eb350098e422cbe26
/Shell/exec.c
228e609b6fcf0170301d8789364d524798e2d902
[]
no_license
feldmatias/SistemasOperativos
a8dd413118d7c5c09573cefa8cdadea42df86b68
1b2b6eed6cdc45e307c6c85a6b9c0ef9b41ba569
refs/heads/master
2020-03-22T08:33:20.149446
2018-07-04T23:34:47
2018-07-04T23:34:47
139,772,924
0
0
null
null
null
null
UTF-8
C
false
false
4,778
c
#include "exec.h" // exits with error // frees all the resources static void exit_with_error() { if (parsed_command->type == PIPE){ close(STDIN_FILENO); close(STDOUT_FILENO); while (wait(NULL) > 0){} } free_command(parsed_command); exit(EXIT_FAILURE); } // sets the "key" argument with the key part of // th...
[ "feldmatias@gmail.com" ]
feldmatias@gmail.com
7959d15ddda51102eeb6d36ac880221665ddd605
dfb0cb7289cf64dd56736fbed4cc8864574100ce
/daily_test/20190121/2.WeChat/chat2.c
32486006002670f34754dd65ff22acb87ed1c3d7
[]
no_license
liangdongld/cs
832d7dfd7bd31b44ed600123c828e061fdcae6f8
4cf63ea8ddc8331ebb1e37ed5fb7b9036f167923
refs/heads/master
2020-04-19T21:47:53.325821
2019-02-01T16:14:56
2019-02-01T16:14:56
168,451,874
0
0
null
null
null
null
UTF-8
C
false
false
743
c
#include "func.h" int main(int argc,char **argv){ args_check(3,argc); int fp1=open(argv[1],O_WRONLY); if(-1==fp1){ perror("open"); return -1; } int fp2=open(argv[2],O_RDONLY); if(-1==fp2){ perror("open1"); return -1; } char buf[128]={0}; int ret; fd_set rdset; while(1){ FD_ZERO(&rdset); FD_SET(S...
[ "565498451@qq.com" ]
565498451@qq.com
90306c812b8eaae04bcd11c71b0343b43f075d07
3d8ee6cc83bcf90bc6b2762518b3b31cd92a2b74
/hw08/codegen/gen-stack.c
9476d4adce86b3dd84db112e3cb7326fc9a6534a
[]
no_license
weichen6613/Compiler
a9f2a2453aae43a56242aa0b194f0c9784e00e95
758ef5e5cbc0ff3a9ac88fa9cbc20fd83618f417
refs/heads/master
2020-04-19T02:48:09.811097
2016-06-19T08:47:23
2016-06-19T08:47:23
null
0
0
null
null
null
null
UTF-8
C
false
false
2,611
c
#include <stdio.h> #include <stdlib.h> #include "gen-stack.h" #include "list.h" #include "todo.h" static List_t instrs = 0; static void emit (Stack_Instr_t instr) { instrs = List_new (instr, instrs); return; } //////////////////////////////// // decs List_t gen_decs (List_t decs) { List_t ids = 0; while (decs...
[ "lishuhuakai@gmial.com" ]
lishuhuakai@gmial.com
60d159b881de087d201de3d1a824d1122c30de17
07da4c44e5baba305cfc39e98027288d2d9ace5d
/libs/libft/ft_isascii.c
2daca082fd675433414c594ac92dfe7c520c975b
[]
no_license
jchotel8/42_cub3d
36b7374f3e2766a5b08120d9079d8ca7fe9f94c2
3f08fe699ae71c60cb3abe34a79024cdd6b93367
refs/heads/master
2021-01-08T03:16:16.777758
2020-07-16T11:15:26
2020-07-16T11:15:26
241,896,038
1
0
null
null
null
null
UTF-8
C
false
false
973
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isascii.c :+: :+: :+: ...
[ "julchotel@gmail.com" ]
julchotel@gmail.com
2d3d6ae510675ed5f2a54ca4ac4fc9fde770af90
04233bc57b350cc2e2b09ca97fe49d3cce4222f5
/dist/Openssl/include/openssl/conf.h
db4c290e23f39f41449ac47fa3dd9658b1fc0189
[ "MIT" ]
permissive
Ezviz-OpenBiz/EZUIKit-iOS
375b614e6dbd39fb5fc907438dafc447d0666a21
bc9f426656c6d2a709e74d8b937f7b2c5535efb2
refs/heads/master
2021-09-15T10:46:35.216198
2018-05-30T12:41:25
2018-05-30T12:41:25
84,284,449
3
3
null
null
null
null
UTF-8
C
false
false
9,800
h
/* crypto/conf/conf.h */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-c...
[ "linyong@linyong.local" ]
linyong@linyong.local
96b64f93fe2633a91c26e0184bc376e1c2649e9c
607e69f9e4440ef3ab9c33b7b6e85e95b5e982fb
/deps/museum/7.1.2/bionic/libc/include/ctype.h
8757109f95e819c56e2204f1f8a21c46ecba82f7
[ "Apache-2.0" ]
permissive
simpleton/profilo
8bda2ebf057036a55efd4dea1564b1f114229d1a
91ef4ba1a8316bad2b3080210316dfef4761e180
refs/heads/master
2023-03-12T13:34:27.037783
2018-04-24T22:45:58
2018-04-24T22:45:58
125,419,173
0
0
Apache-2.0
2018-03-15T19:54:00
2018-03-15T19:54:00
null
UTF-8
C
false
false
3,813
h
/* $OpenBSD: ctype.h,v 1.19 2005/12/13 00:35:22 millert Exp $ */ /* $NetBSD: ctype.h,v 1.14 1994/10/26 00:55:47 cgd Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. * All rights reserved. * (c) UNIX System Laboratories, Inc. * All or some portions of this file are derived from material...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
4040efeaf3ae32e388062f1d9d21765486205cdb
c6d3d576d491a57e8dcf598730d4b23bcb0cfb5e
/EIFGENs/tracker/W_code/C5/et1104.c
f9abb0f377956308caf000f9996472042064b0b2
[]
no_license
DamonNomadJr/WasteManagement
67a3840d31de5eff70035015d037c4f10db95654
60e133c6e5fc08cb0f355eb36a7e32616753f234
refs/heads/master
2020-03-06T20:27:20.016914
2018-04-05T10:01:41
2018-04-05T10:01:41
127,053,401
0
0
null
null
null
null
UTF-8
C
false
false
10,178
c
/* * Code for class ETF_GUI_OUTPUT_HANDLER */ #include "eif_eiffel.h" #include "../E1/estructure.h" #ifdef __cplusplus extern "C" { #endif extern void F1104_9432(EIF_REFERENCE); extern EIF_TYPED_VALUE F1104_9433(EIF_REFERENCE); extern EIF_TYPED_VALUE F1104_9434(EIF_REFERENCE); extern void F1104_9435(EIF_REFERENCE...
[ "mehrzadb@outlook.com" ]
mehrzadb@outlook.com
0d1c63587b068aa43c1aa2a835d390449a60031b
81fb63fa948c9a317d029132beeb076d159763ee
/main.c
351b16534fc9ad2bc43e1f05cbe1df3adcfc26a9
[ "MIT" ]
permissive
coastalwhite/cw-rsa
537eb624e7b64874158713520fb5712c77cb7a61
166bd008837da83f3cb9d7b93c1fa4fdff36f224
refs/heads/main
2023-04-05T01:55:35.405021
2021-04-13T12:30:29
2021-04-13T12:30:29
357,545,442
1
0
null
null
null
null
UTF-8
C
false
false
1,400
c
/* * SimpleSerial V2 Template C code * Can be freely used to implement ChipWhisperer target binaries. * * Date: 14th March 2021 */ #include <stdint.h> #include <stdlib.h> /// This function will handle the 'p' command send from the capture board. /// It returns the squared version of the scmd given. /// It does t...
[ "g.burghoorn@gmail.com" ]
g.burghoorn@gmail.com
c5604e23dcd7bae24b35f3218bcd28a3b414f882
287a444b3e91f3e154200243c640be92faaf38fd
/src/main.c
8173e2a90b09e4e2c866b8d4cbfcf6fef7baf16f
[]
no_license
MMIJEONG/my_nvrbtree
27a2a73d0e3436cadf5421eac6c8271b13a2c10d
f7c407a00aaba7141669c4a390f2a61a0a02ec87
refs/heads/master
2023-07-30T15:50:07.032428
2021-09-13T13:50:19
2021-09-13T13:50:19
155,155,995
0
0
null
null
null
null
UTF-8
C
false
false
3,483
c
#include "nv_rbtree.h" int main(int argc, char *argv[]) { rb_root *root = NULL; rb_node *node = NULL; rb_key *ser_key; FILE *fp; char in_type[20], fn[40]; int retval = -1; time_t t; struct timeval start, end, in_start, in_end, ser_start, ser_end, del_start, del_end; long long int in_time=0, ser_time=0, del_...
[ "mijeong082191@gmail.com" ]
mijeong082191@gmail.com
ba8df3023bce017fc476ab7975dc35d18a8840cd
3db023edb0af1dcf8a1da83434d219c3a96362ba
/windows_nt_3_5_source_code/NT-782/PRIVATE/WINDOWS/GDI/OPENGL/TEST/CONFORM/PRIMTEST/STIPPLE.C
4e60b1f07dccc959fc79a7e2e9076c5d5366786c
[]
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
2,251
c
/* ** Copyright 1992, Silicon Graphics, Inc. ** All Rights Reserved. ** ** This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.; ** the contents of this file may not be disclosed to third parties, copied or ** duplicated in any form, in whole or in part, without the prior written ** permission o...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
2763eef6762d14a738ef4d23ca8dc9bbc7377be8
2a8bfc808211c56f81d8fb961d3536660e67fc11
/Inc/FreeRTOSConfig.h
9deea19f6cb2731ee4e9ff1a84f0450a376125b3
[]
no_license
bartekbb/TankMini
7e326b2a7f00fc0a30b1a4aa014d155b98d7b45a
dc58fa3b9ed36052507fb9ebb4beaf9347942fd7
refs/heads/master
2021-08-07T18:19:12.500155
2017-11-08T17:49:20
2017-11-08T17:49:20
108,749,743
0
0
null
null
null
null
UTF-8
C
false
false
8,408
h
/* FreeRTOS V9.0.0 - Copyright (C) 2016 Real Time Engineers Ltd. All rights reserved VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION. This file is part of the FreeRTOS distribution. FreeRTOS is free software; you can redistribute it and/or modify it under the...
[ "jurek@ROFAPL-EL22.rofa-polska.local" ]
jurek@ROFAPL-EL22.rofa-polska.local
aa7bc2c1720db0c13696b64a3249a84d2dd71c9e
478af921c9f4b7cf1c4f149f38deb939c5c827ea
/2/2.c
79227cb1f85d7e19b7466d9527913035eb4a2430
[ "MIT" ]
permissive
bhbduman/cseIntroduction_to_Programming_c
a784ffba20f6800fbf00d1c2cf4b406c1f7475d7
9149c86626dfe77e2f73aa2436ac2ef1cd2c0be3
refs/heads/main
2023-03-02T21:00:09.629256
2021-02-14T20:07:10
2021-02-14T20:07:10
338,890,213
0
0
null
null
null
null
UTF-8
C
false
false
7,671
c
#include <stdio.h> #include <stdlib.h> #include <time.h> #define QUIT 4 // prototypes void menu(); void draw_hourglass (int height); void draw_mountain_road (int length, int max_radius); int make_a_guess (int trial, int min, int max); //void show_scores(int *score_human, int *score_program); int sub (int subs);// // ...
[ "baranhbozduman@gmail.com" ]
baranhbozduman@gmail.com
51ef66813bb3e20ea7b8d8153b09030fc8ca3f8b
7f7e5a5f70dc3f1d0bdcd3c526d21b27508979a2
/Asteroids_A_La_Mode/Intermediate/Build/Win64/Asteroids_A_La_Mode/DebugGame/Asteroids_A_La_Mode/Definitions.Asteroids_A_La_Mode.h
58be858caa71e98cb46ca140803afa65d4caf608
[]
no_license
Haczar/Asteroids_a_la_Mode
b363c327580681c2399fa3f28e0f0f54e1f06288
03dfe2ff7bacd57ec8691d6f0ae8ac8be1ae7c23
refs/heads/master
2021-09-11T16:58:35.026311
2018-04-10T03:17:41
2018-04-10T03:17:41
124,698,574
2
1
null
null
null
null
UTF-8
C
false
false
2,881
h
#undef ASTEROIDS_A_LA_MODE_API #undef UE_IS_ENGINE_MODULE #undef DEPRECATED_FORGAME #define DEPRECATED_FORGAME DEPRECATED #define IS_PROGRAM 0 #define UE_GAME 1 #define ENABLE_PGO_PROFILE 0 #define WITH_DEV_AUTOMATION_TESTS 1 #define WITH_PERF_AUTOMATION_TESTS 1 #define UNICODE 1 #define _UNICODE 1 #define __UNREAL__ 1...
[ "edwardgz@gmail.com" ]
edwardgz@gmail.com
9dc397b81ebefbe3ba2e50cb705e48f82d359cb9
1a425d3cc2cf99b6fd9aa785b09668905d1a368d
/main_code.c
7c6cbeda5286e44a85d2aa9e30064162c1a26aff
[]
no_license
satyatechnicalgyan/diwali-light--led-blinking-project-using-Arduino
65cf3c9509653f992fc27dd0dfdc56ce14d7875a
3a9c5170bc84427d4d4dd4c0c0c39aa4dfc3a716
refs/heads/master
2022-11-16T19:11:13.752482
2020-07-15T06:47:57
2020-07-15T06:47:57
279,784,111
1
0
null
null
null
null
UTF-8
C
false
false
12,223
c
//Declear Delay time int Delay=500; // Delay 500 miliSecond int Stop=300; //Delay 300 miliSecond int Sleep=50; // Delay 50 miliSecond int satyendra=100; //Delay 100 miliSecond int ravi=25; //Delay 25 miliSecond int manish=15; //Delay 15 miliSecond void setup() { // put your s...
[ "noreply@github.com" ]
satyatechnicalgyan.noreply@github.com
9345bb1eb0844f232227141545939698600d06af
43e593ccf8f1e781c22f5730c64d685d3431a02a
/world/d/obj/clone/board/kedian_b.c
d32d7a2e2314df32859e5a9b3080d1460f94f24a
[]
no_license
kkkbird/xyj45
af504bcdd4322bd1a705ac58eba7cd9a8d25e25a
aaea09af1ef048904a9ef9555e9671c6eb76270b
refs/heads/master
2020-03-28T05:07:07.721141
2018-09-10T04:00:59
2018-09-10T04:00:59
147,757,711
0
0
null
2018-09-07T02:08:57
2018-09-07T02:08:57
null
UTF-8
C
false
false
336
c
// /clone/board/kedian_b.c inherit BULLETIN_BOARD; void create() { set_name("客店留言板", ({ "board" }) ); set("location", "/d/suburb/xkx/city/kedian"); set("board_id", "kedian_b"); set("long", "有有用的话就往这里说,乱灌水杀无赦。\n" ); setup(); set("capacity", 30); replace_program(BULLETIN_BOARD); }
[ "kaiserli@gmail.com" ]
kaiserli@gmail.com
822ff8459c8fe563cce6d2c76a225caeb7f9f1ac
e00d688f71529f7b19ef52242859960256c54e1e
/win32/c/msgboxw.c
6c8ce4e95a9c353d291a37be7432143a63eb16f9
[ "MIT" ]
permissive
richardneish/ltrdata
752a5071f4d066ea8757b3e47032e0c78f22c074
9fffd93fa542421bc05c16972c72ea7fabdf2d3a
refs/heads/master
2016-09-06T06:30:42.366858
2014-09-09T19:28:19
2014-09-09T19:28:19
23,804,737
1
0
null
null
null
null
UTF-8
C
false
false
887
c
#ifndef UNICODE #define UNICODE #endif #ifndef _UNICODE #define _UNICODE #endif #ifndef _DLL #define _DLL #endif #define WIN32_LEAN_AND_MEAN #include <windows.h> #include <shellapi.h> #include <stdlib.h> #pragma comment(lib, "ntdllp.lib") #pragma comment(lib, "kernel32.lib") #pragma comment(lib, "user32.lib") #pragm...
[ "richardn@richardneish.org" ]
richardn@richardneish.org
e8dd902fcb866a20fa14d391095dc1a82532476a
7cc903d1b8cf74c8eb46ba97a3be480e0f405c1b
/libft/ft_strchr.c
aa775c4e9746c794884b9bad49d907d511fefe7c
[]
no_license
aerragha/FDF-42Network
03d914a1fcc8df66f6637bdce6f4dd4117171545
d77f542e3c0d3ff2dc39ef408d9d7fcf6d1d6f7a
refs/heads/main
2023-02-27T01:31:13.749817
2021-02-06T11:15:29
2021-02-06T11:15:29
336,518,884
0
0
null
null
null
null
UTF-8
C
false
false
1,027
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strchr.c :+: :+: :+: ...
[ "aerragha@e2r1p3.1337.ma" ]
aerragha@e2r1p3.1337.ma
5da113407f637746d73c9ca787c2c2ffbddf80bc
3994e44b15aa0130ec9864519e9c2a6c7cd56992
/pipe/reinit.c
88256f379b899237d27ad7ac22460c4dc32d10c0
[]
no_license
hofman-p/42sh
63af1ddd78e802f0b52ebc1748efc041ffd578f3
10bc6040da1f7932555435072cb62d3118b6e447
refs/heads/master
2020-05-29T22:29:01.900296
2017-02-20T23:42:27
2017-02-20T23:42:27
82,613,405
1
0
null
null
null
null
UTF-8
C
false
false
685
c
/* ** reinit.c for 42sh in /home/salope_b//42sh-2017-simonn_s/test/42sh-2017-simonn_s/history ** ** Made by brandon salopek ** Login <salope_b@epitech.net> ** ** Started on Sun May 26 08:08:30 2013 brandon salopek ** Last update Sun May 26 22:22:27 2013 Styve Simonneau */ #include "list.h" #include "error.h" int n...
[ "pierre.hofman@epitech.eu" ]
pierre.hofman@epitech.eu
dad43136771b603c0bff012fada3ec0bfccce3da
8f469c0de4b5c9fe23c17944af50943135719586
/imcs.c
c926080598e8a378064300b7d2012a13a1ac19b1
[ "Apache-2.0" ]
permissive
knizhnik/imcs
e6d4c1305b0031d370a8e3b81f6083b143fdae5a
5263ecbb2b751a3df09f3304238faee7c45bb934
refs/heads/master
2023-06-25T17:24:38.198483
2023-06-16T04:36:28
2023-06-16T04:36:28
15,144,983
151
35
Apache-2.0
2023-06-16T04:36:29
2013-12-12T19:14:29
C
UTF-8
C
false
false
214,317
c
#include <unistd.h> #include <float.h> #include <math.h> #include <limits.h> #include "imcs.h" #include "btree.h" #include "disk.h" #include "func.h" #include "smp.h" #include "executor/spi.h" #include "commands/trigger.h" #include "utils/timestamp.h" #include "utils/rel.h" #include "utils/date.h" #include "utils/datet...
[ "knizhnik@garret.ru" ]
knizhnik@garret.ru
d8ce936e9b59bfdff3374871d90bb58809c67a1f
c52bf4ec52bb11d8a2a913412ec0aedb5748f888
/Nibler/allegro/allegro-5.0.9/examples/ex_curl.c
36f7d0696bd525c498cb47960d3d4b0518911ff9
[ "BSD-3-Clause", "Zlib" ]
permissive
platelk/project
5f8e1a155bac7f7f9b65a27c668cbfc9d06a3b0f
53eda72963f667e2c07d741ba0b03b8bec5926cf
refs/heads/master
2021-01-18T22:34:53.703760
2016-05-10T14:45:57
2016-05-10T14:45:57
13,128,086
2
6
null
null
null
null
UTF-8
C
false
false
9,495
c
/* * Example program for Allegro library. * * Custom file stream using cURL library. */ /* * Adapted from libcurl example fopen.c; licensed as follows: *--- * Coyright (c)2003 Simtec Electronics * * Re-implemented by Vincent Sanders <vince@kyllikki.org> with extensive * reference to original curl examp...
[ "kevin.platel@epitech.eu" ]
kevin.platel@epitech.eu
b269021d4865e97bba1ce524e4116cbf36a4e65d
5e5968992f8a9732e87396788334fb34b0fbad90
/Rush_00 copy/test/main.c
ae3f1a462cc34a7f057eaba00a3a8d93cf87970b
[]
no_license
Anddyjmaia/42sp-Basecamp
bb4a75b0845b168067f7bf3b84c6e08d17bffa22
96c0848abbd2f4876c741d7eeb8339d07ff14f1f
refs/heads/master
2023-06-27T13:45:49.602010
2021-07-31T03:18:27
2021-07-31T03:18:27
391,233,559
0
0
null
null
null
null
UTF-8
C
false
false
95
c
void rush(int x, int y); int main(void) { rush(5, 3); rush(5, 1); rush(1, 5); return 0; }
[ "ajuliana@student.42sp.org.br" ]
ajuliana@student.42sp.org.br
7add10ad741f9fa11c45f30a1277db02fe70ec4f
f0e6c4fdc546c7ef4d28d0bc692faacb8fd5ad1b
/src/json_helper.h
8310284216d06a7751cc00564fb1ec79c1564925
[]
no_license
deerlets/libgossip
4a2a19bd0e5293d884a1eb64145e1a6149839cb6
0c2868d321355a6209c452f55dc09763bf3a997b
refs/heads/master
2020-04-11T02:45:51.197073
2019-01-04T02:38:44
2019-01-04T02:38:44
null
0
0
null
null
null
null
UTF-8
C
false
false
4,152
h
#ifndef __LIB_JSON_HELPER_H #define __LIB_JSON_HELPER_H #include <json-c/json.h> #include <stdbool.h> #ifdef __cplusplus extern "C" { #endif #define JSON_PARSE(name, buf, len) \ json_object *name = ({ \ json_tokener *tok = json_tokener_new(); \ json_object *root = json_tokener_parse_ex(tok, buf, len); \ json_toke...
[ "xiedd@zjrealtech.com" ]
xiedd@zjrealtech.com
edb18f4746adaa24233e5c004cf806d09a914e96
22ca1c297ad4ab0e4683bda70199f24e0fc50cc1
/lib/tommath/bn_mp_sub.c
08dbf2f079433bacd06037aa9bfd79cab75d92ea
[ "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-dco-1.1", "MIT", "WTFPL", "LicenseRef-scancode-public-domain" ]
permissive
achreto/barrelfish
1a7fbba958403c719abd8170ed3d16725f8f03e9
99d8bb79dc31986fd6aa67bab59e0b83cfaa4406
refs/heads/master
2021-07-09T11:38:51.008045
2021-04-12T22:35:35
2021-04-12T22:35:35
38,771,948
0
0
MIT
2019-06-13T12:51:56
2015-07-08T18:22:22
C
UTF-8
C
false
false
1,639
c
#include <tommath.h> #ifdef BN_MP_SUB_C /* LibTomMath, multiple-precision integer library -- Tom St Denis * * LibTomMath is a library that provides multiple-precision * integer arithmetic as well as number theoretic functionality. * * The library was designed directly after the MPI library by * Michael Fromberger...
[ "moritz.hoffmann@inf.ethz.ch" ]
moritz.hoffmann@inf.ethz.ch
8350a48a1917c6aa2da3ed5725837a342a0c1682
04b2d83f1283fa9132b8a9d71bf85f35e2813ad2
/Projects/STM32469I_EVAL/Examples/HASH/HASH_HMAC_SHA1MD5/Inc/stm32f4xx_it.h
8def49bd4f21fee4449dca5c329a4133539a0109
[ "Apache-2.0", "BSD-2-Clause" ]
permissive
ghsecuritylab/STM32F4-Cube-Firmware
3efcfcc25c8d8e26d0fb50c9466df75c289b54fd
f8f0aa59b93cf04d50daadd08d21d9ca3c958eef
refs/heads/master
2021-02-26T17:22:11.754064
2020-02-18T09:53:58
2020-02-18T09:53:58
245,542,632
0
0
NOASSERTION
2020-03-07T00:37:40
2020-03-07T00:37:40
null
UTF-8
C
false
false
3,087
h
/** ****************************************************************************** * @file HASH/HASH_HMAC_SHA1MD5/Inc/stm32f4xx_it.h * @author MCD Application Team * @brief This file contains the headers of the interrupt handlers. ********************************************************************...
[ "alxhoff@gmail.com" ]
alxhoff@gmail.com
e85bd7d7c35340595b7ca229349962d8f0b9ec46
4530b4dbe0dd0c2def363b397883ea9c9d046e46
/menor-valor-lista/main.c
983d4991a33a5b2de6fbd7c6b52dd1a54b7c0a41
[]
no_license
jefersonhuan/estruturadedados
d5c1fd6cd8a857c15332e19fba112f0c046169cc
23b2b62f060ebc64772f108498f3bff62fcec900
refs/heads/master
2021-09-15T14:10:07.663534
2018-06-04T06:19:05
2018-06-04T06:19:05
124,176,606
0
0
null
null
null
null
UTF-8
C
false
false
1,218
c
#include <stdio.h> #include <stdlib.h> #include <time.h> typedef struct lst { int valor; struct lst *prox; } lista; lista *prim, *atual, *ult; lista *inicializa(); lista *menorValor(); int main() { srand((time) NULL); int nEl; printf("Número de elementos da lista: "); scanf("%d", &nEl); ...
[ "jeferson.hsa@gmail.com" ]
jeferson.hsa@gmail.com
f5749d99fc4c157cd6e88dcbb7a89141ba9996d8
a0c5a9be00fe0096da34bf1bcd0dcac7cb749c6d
/ternary operator.c
dd0bbb3046d887a3c028b155324a7929085f58a7
[]
no_license
minaj73/Ternary-operator
3fd04e46d6254803b10714ceb7e0ae612cf1e157
f7a23412d3a740b235978530fa3fb45bde02d5d6
refs/heads/main
2023-08-26T06:30:35.518678
2021-11-06T18:17:24
2021-11-06T18:17:24
425,316,316
0
0
null
null
null
null
UTF-8
C
false
false
354
c
#include<stdio.h> #include<conio.h> int main() { int no1=0,no2=0; printf("\n enter two numbers"); scanf("%d%d",&no1,&no2); if(no1==no2) { printf("\n both numbers are equal"); } else { (no1>no2)?printf("\n %d is greater",no1):printf("\n %d is greater",no2); }...
[ "noreply@github.com" ]
minaj73.noreply@github.com
a283743d3dd8472948758cb1e1ca4f00e18e1801
ef06cdf87f77a02d019109403cb52586ae5ff5b5
/include/hss_sys_setup.h
8686822eec8b948b9d68cb82719cc1611f191e01
[ "MIT", "BSD-2-Clause" ]
permissive
lbmeng/hart-software-services
7bf844868febcf31b83fbb265c9ff59788ed7368
e7969a6d1d46fab885fe1db2ea2197b24e35dbfd
refs/heads/master
2023-03-27T06:33:46.452692
2020-07-02T16:36:04
2020-07-02T16:36:48
283,254,352
0
0
NOASSERTION
2020-07-28T15:33:14
2020-07-28T15:33:13
null
UTF-8
C
false
false
1,705
h
#ifndef HSS_SYS_SETUP_H #define HSS_SYS_SETUP_H /******************************************************************************* * Copyright 2019-2020 Microchip Corporation. * * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and as...
[ "ivan.griffin@emdalo.com" ]
ivan.griffin@emdalo.com
920e3df8edc49e3bbb2945e51442c2429a0a9b19
376e1818d427b5e4d32fa6dd6c7b71e9fd88afdb
/lang/squeak-vm/patches/patch-unix_plugins_UUIDPlugin_sqUnixUUID.c
2a3011c9f2b5195614eb6aada48616f1af646cbb
[]
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
509
c
$NetBSD: patch-unix_plugins_UUIDPlugin_sqUnixUUID.c,v 1.1 2015/03/15 00:41:34 taca Exp $ Do not include <sys/uuid.h> and other uuid.h. --- unix/plugins/UUIDPlugin/sqUnixUUID.c.orig 2012-09-13 19:25:58.000000000 +0000 +++ unix/plugins/UUIDPlugin/sqUnixUUID.c @@ -3,7 +3,8 @@ #if defined(HAVE_SYS_UUID_H) # include <sy...
[ "taca@pkgsrc.org" ]
taca@pkgsrc.org
bcf32332dda62bcd8e16da2da604e6299bee295b
c986fe6bedb04d58a307555229de33e4c0d1b4a6
/main/app_main.c
172c07ebb182e8773ff369316d7678e51fd7a216
[]
no_license
stepanyurkiv/esp32-hydrocut
a32963e5e32bdce8c04c2d0345f05f9ca16fc509
61df03c7164285881355ef4e31804cef9916e5de
refs/heads/master
2023-01-20T08:26:00.313488
2020-11-27T04:07:41
2020-11-27T04:07:41
null
0
0
null
null
null
null
UTF-8
C
false
false
13,660
c
/* * Copyright (c) 2020 <Mark Buckaway> MIT License * * HomeKit temp Project */ #include <stdio.h> #include <string.h> #include <stdlib.h> #include <freertos/FreeRTOS.h> #include <freertos/task.h> #include "freertos/queue.h" #include <esp_event.h> #include <esp_log.h> #include <math.h> #include <hap.h> #include ...
[ "mark@buckaway.ca" ]
mark@buckaway.ca
ed4df8b09901542dd3f30e6290227097a3322cce
93d48909eb1987627c50055ff69876266e038b17
/adc/adc.h
e1d1a4bf6041fb58cfc9ff62b6bb4cd28fbf921b
[]
no_license
jorgenmk/avr-cansat
4d35983648551112fa46486642e9b68a7498c2af
e08af7332421d428bff35bc8781ebf901320782d
refs/heads/master
2021-01-13T02:26:56.779035
2012-09-09T07:58:35
2012-09-09T07:58:35
13,511,665
1
0
null
null
null
null
UTF-8
C
false
false
1,157
h
/*! \file \brief Cansat project sensorboard ADC converter */ /*! \defgroup adc adc.h: Cansat project sensorboard ADC converter Example usage: \code #include "adc.h" #define ADC_CHANNEL 0 uint16_t adc_result; int main(void){ adc_init(); adc_result = adc_read(ADC_CHANNEL); } \endcode A simple library for reading vo...
[ "jorgen@local.lan" ]
jorgen@local.lan
bd0a5dac504d3e5307709a580ba255f493e64b65
6260cf29d08ba13053fbbcbba283c1752a799bf5
/unpv13e/Chapter28/traceroute/trace.h
f95de4858d589a37882747a5a9ec990e9afa2dfb
[]
no_license
YuanFanBin/learn
4a1e85e383432e3028347177aad7c6d0cf7f47fe
09d56912f048f0183a3c4ff75afee88f986f4d7d
refs/heads/master
2021-01-17T14:25:44.527254
2020-05-01T03:11:02
2020-05-01T03:11:02
53,396,265
4
1
null
null
null
null
UTF-8
C
false
false
1,766
h
#ifndef __trace_h #define __trace_h #include "../../lib/error.h" #include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/ip_icmp.h> #include <netinet/udp.h> #include <sys/time.h> #ifdef IPV6 #include <netinet/ip6.h> #include <netinet/icmp6.h> #endif #define BUFSIZE 1500 #define NI_MAXHOST ...
[ "yuanfanbin@gmail.com" ]
yuanfanbin@gmail.com
7d191e6cc2322009fe8208eaae73b7a6c43cb560
f0409cd1b74109f9ee11909ac7a6a20308b13db7
/Linux64/vectors-riscv-none-gcc/riscv-none-embed/include/sys/reent.h
699647b47efa37e818163f593f2461457088a9b8
[]
no_license
eroom1966/toolchains
47b7256aac73d58cd07fe21b597ad861ef2fe04b
b7283d388be30e113bbf3a09c68ce7cf575cafb4
refs/heads/master
2020-05-24T09:36:46.481031
2019-11-14T12:34:39
2019-11-14T12:34:39
187,208,731
0
0
null
null
null
null
UTF-8
C
false
false
24,964
h
/* This header file provides the reentrancy. */ /* WARNING: All identifiers here must begin with an underscore. This file is included by stdio.h and others and we therefore must only use identifiers in the namespace allotted to us. */ #ifndef _SYS_REENT_H_ #ifdef __cplusplus extern "C" { #endif #define _SYS_...
[ "moore@imperas.com" ]
moore@imperas.com
6458fb261c393858b045d50de57fa1985733e8c3
0924c392fd2617d486f4c796adaeaebec6fe6ee4
/software/phy_nios_2/eth_driver.c
4a2504a9f7e9d4508a98d83343746e28cd443239
[]
no_license
GasilinDV/phy_ksz9021_nios_2
948a459c5aaf879ac1c77a5c5becb035ae99297e
0f4f5a8b5f0c0fe90943ac2acaf93a3336f96e28
refs/heads/master
2020-11-27T11:28:56.176287
2019-12-21T12:21:51
2019-12-21T12:21:51
229,421,198
0
0
null
null
null
null
UTF-8
C
false
false
16,799
c
#include "eth_driver.h" #include "system.h" #include "sys/alt_irq.h" #include "triple_speed_ethernet_regs.h" #include "altera_avalon_sgdma.h" #include "altera_avalon_sgdma_descriptor.h" #include "altera_avalon_sgdma_regs.h" #include "altera_avalon_pio_regs.h" #include "udp_tx_offload_regs.h" #include "endian_converter_...
[ "gaseffort@gmail.com" ]
gaseffort@gmail.com
6a5bd8a46c46522f3be04ab82cb6b88b76f04ebc
9817d9d595375a947320efbbdf15dd99ee5805eb
/vendor/gems/ruby/1.8/gems/rb-appscript-0.6.1/src/osx_ruby.h
37e568d1886dbf7cad35c9c3d669781eb7b59011
[ "MIT", "Ruby", "LicenseRef-scancode-public-domain" ]
permissive
mattgraham/play-graham
28da843df039028a25e47332136ead037dd147f2
9012a36368840037b125d7a998e3625ecab8e383
refs/heads/master
2022-06-12T16:50:54.764436
2012-10-12T18:30:46
2012-10-12T18:30:46
5,985,251
1
0
MIT
2022-05-27T17:42:12
2012-09-27T16:41:42
Ruby
UTF-8
C
false
false
22,528
h
/********************************************************************** ruby.h - $Author: shyouhei $ created at: Thu Jun 10 14:26:32 JST 1993 Copyright (C) 1993-2003 Yukihiro Matsumoto Copyright (C) 2000 Network Applied Communication Laboratory, Inc. Copyright (C) 2000 Information-technology Promotion ...
[ "graham@github.com" ]
graham@github.com
07c029c5b935031c57cd6aeaeb1251d943f06291
8cf874adb1c0bde03be2f64a643e62348476cbcb
/include/utils.h
e87c977f8c3ff2c142b07f5510ec2ddcce1067bb
[]
no_license
julien/gl_stuff
d9c96415cf4b36c4cd6db280611fc703fe05d2c3
cfba2f4e1259f3087efd4f5e4854be2326b50940
refs/heads/master
2023-01-13T20:13:08.182612
2023-01-10T16:21:33
2023-01-10T16:21:33
121,681,982
2
0
null
null
null
null
UTF-8
C
false
false
4,339
h
#ifndef __UTILS_H__ #define __UTILS_H__ #define STB_IMAGE_IMPLEMENTATION #include "stb_image.h" #include <math.h> #include <stdio.h> #include <time.h> #define MAX_SHADER_LENGTH 262144 extern int g_viewport_width; extern int g_viewport_height; float rand_range(float min, float max) { return min + rand() / (RAND_M...
[ "julien.castelain@liferay.com" ]
julien.castelain@liferay.com
c3fb5c8e045a941ef0b3624b30a18e9792ae6a5a
21b186359708227792186ae0572cb5098d3a7184
/tulipindicators/indicators/floor.c
b6a3bb814ff0c609d5d8eb1434cd32b96536cbd9
[ "LGPL-3.0-only", "LGPL-2.0-or-later", "MIT" ]
permissive
phsiao/tulipindicators-go
adac86622b6f3ff5d7bc1d336372587cc1d408f3
aca2b045bf575d6753c557b1d728deb050985095
refs/heads/main
2023-04-26T09:44:44.613518
2021-05-09T17:01:54
2021-05-09T17:01:54
365,532,222
0
0
MIT
2021-05-09T17:01:55
2021-05-08T14:16:58
C
UTF-8
C
false
false
974
c
/* * Tulip Indicators * https://tulipindicators.org/ * Copyright (c) 2010-2017 Tulip Charts LLC * Lewis Van Winkle (LV@tulipcharts.org) * * This file is part of Tulip Indicators. * * Tulip Indicators is free software: you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public L...
[ "phsiao@tripadvisor.com" ]
phsiao@tripadvisor.com
96347cd22b9e781f9f68152c4b5a7ed945737b3a
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/php-src/ext/dba/libflatfile/extr_flatfile.c_flatfile_delete.c
9c9f3748d96b634d259f5f224496f69eb26c2e4a
[]
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
2,630
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
c450b0f489e88fc26f3d61cf1ea0e7c4ac0bec28
739742fa80bd53bfa6aa28b9f83d01d9478d671f
/C/sruthisfactorialnum.c
307df5af050fc09e3895eec94a6730708dce93c1
[ "MIT" ]
permissive
ceadoor/HacktoberFest-2020
2170b82ec1e85321c219558b0c593c3ae6ed5148
06d098fda9de27e136833c71a303c7a3b720e5e0
refs/heads/main
2023-01-01T12:08:10.070438
2020-10-30T17:53:13
2020-10-30T17:53:13
306,899,220
3
57
MIT
2020-10-30T17:53:14
2020-10-24T14:18:01
C
UTF-8
C
false
false
320
c
// PROGRAM-NAME : factorial // By sruthi s // PROGRAM-CODE :#include<stdio.h> int main() { int i,fact=1,number; printf("Enter a number: "); scanf("%d",&number); for(i=1;i<=number;i++){ fact=fact*i; } printf("Factorial of %d is: %d",number,fact); return 0; }
[ "noreply@github.com" ]
ceadoor.noreply@github.com
4e2cdca604b9292aea4137baf90242f5a05dc9d1
35994567d3e9c618e05301131c581d85146d4e78
/libc/include/any-linux-any/linux/tc_act/tc_ife.h
cff3a65d58ba131517685fcbd8006537f50c00e4
[ "MIT" ]
permissive
theGreenJedi/zig
2289728afdb79e3c49167b6023d130a556fca1a8
b109155528e19a181b123ef08667a415c5664320
refs/heads/master
2020-06-15T05:44:18.030380
2019-07-04T04:35:47
2019-07-04T04:35:47
195,216,727
2
0
MIT
2019-07-04T09:59:19
2019-07-04T09:59:18
null
UTF-8
C
false
false
622
h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef __UAPI_TC_IFE_H #define __UAPI_TC_IFE_H #include <linux/types.h> #include <linux/pkt_cls.h> #include <linux/ife.h> #define TCA_ACT_IFE 25 /* Flag bits for now just encoding/decoding; mutually exclusive */ #define IFE_ENCODE 1 #define IFE_DECODE 0 ...
[ "andrew@ziglang.org" ]
andrew@ziglang.org
8199c3672b795b019a018412caf4e2032126a143
5e4ed6ee12ab220dfeac67a7f0a29b9f327aa495
/libft/srcs/ft_strrchr.c
c0377832c0c0ed49403e168c38c3163ddd3f9fc3
[]
no_license
Arubinu/FdF
0b440c03b3d198f8de1002d0616df63a43555bc3
4f4756c4638ecc4401c8f4f063619caaccc9393c
refs/heads/master
2021-01-02T22:18:57.947207
2016-03-13T16:02:43
2016-03-13T16:02:43
22,933,929
0
0
null
null
null
null
UTF-8
C
false
false
1,135
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strrchr.c :+: :+: :+: ...
[ "arubinu@free.fr" ]
arubinu@free.fr
72875b11a2030292fe9b2e9a548a33de30e451aa
bef4c2b1e8adfbfd950ff27893ef432e1d0f710a
/libft/vector/vector_init.c
45e05a76d2ba97ed0e47503d67373ff522f5d25c
[]
no_license
Sisteem/readline
aed333d3d2b977d5d3e519d9991fad5d3ee27cdd
1d3468db439aba8c69f27374e3b08d580833ec3d
refs/heads/master
2023-03-30T02:28:27.673173
2021-03-24T16:57:18
2021-03-24T16:57:18
344,487,677
0
2
null
2021-03-07T13:33:54
2021-03-04T13:41:20
C
UTF-8
C
false
false
1,242
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* vector_init.c :+: :+: :+: ...
[ "muhamedelwali@gmail.com" ]
muhamedelwali@gmail.com
5ad936ce5d0958312d378d8579afd978f8d4243b
b472d342d3c0ad47985864181cdac58e26ffa717
/libft/ft_strequ.c
1df10c84f740533fdef1ca51c36f928890b31fe6
[]
no_license
Ronan-Duclos/Wolf3d-c-miniLibx-
8c032288989ac0f15b6f8d783f90bb0db3edb38a
093ffa54fce0410dddaac776639732778a0e0470
refs/heads/master
2016-09-06T11:52:10.953392
2014-08-21T08:00:08
2014-08-21T08:00:08
null
0
0
null
null
null
null
UTF-8
C
false
false
1,048
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strequ.c :+: :+: :+: ...
[ "psyka@Psykas-MacBook-Pro.local" ]
psyka@Psykas-MacBook-Pro.local
da099ed7315553708e00552632e2634188d298f6
f0d715681356cdf963de62c5a172ccad7d898d83
/ke_mode/winnt/ntke_cpprtl/std_incl/internal_/stlport_supp/cstd_headers_redirect/signal.h
0e8e4174353b43a4cdcd118ed33f26ea1f9ab982
[ "MIT" ]
permissive
133a/project_ntke_cpprtl
679175d9be4af4f0644b0edb537262f65943e0dd
234d2f2a32db414da72dc5b1577b86446296bef6
refs/heads/master
2023-01-29T22:26:51.439274
2023-01-17T15:58:45
2023-01-17T17:24:23
51,853,415
14
6
null
null
null
null
UTF-8
C
false
false
198
h
#ifndef STLPORT_SUPPORT_REDIRECT_SIGNAL_H_ #define STLPORT_SUPPORT_REDIRECT_SIGNAL_H_ #include "cstd_headers_redirect.h" #include NTKE_INCLUDE_DDK_UCRT(signal.h) #endif // include guard
[ "133a@users.noreply.github.com" ]
133a@users.noreply.github.com
95e2145ce90c0ae9b3592a9b5d8895c3fe6da9c4
2a8c26a205b484b803b379de6dc52b8202c187b1
/src/bin/letter/wnl_letter.c
f6652892543059966699425ee571aecc2415f732
[]
no_license
jurgenprins/WebAgent
34ae6696c0209ebec82fd98c658ae966195099e4
7308aea0bbf082856b448cb4789b0223cb31bd71
refs/heads/master
2021-01-01T05:50:44.774005
2011-05-22T14:27:38
2011-05-22T14:27:38
1,783,938
1
0
null
null
null
null
UTF-8
C
false
false
3,614
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/time.h> #include <wn.h> #include "wnl_letter.h" wnl_letter_t *first_letter = NULL; wnl_letter_t *last_letter = NULL; int num_letters = 0; wnl_letter_t *wnl_letter_init (int uid, char *email) { wnl_letter_t *the_letter; if (!uid || !email) { ...
[ "jurgen@intakt.com" ]
jurgen@intakt.com
6b4bc62f9348b6128db58a9e2ef4163ceb5326ea
da6300a879112dce942fc6efdb221201caba4831
/c12/ex11/ft_list.h
ca62a2f4b19c95e29dbf19eb66f3ee0397eb334e
[ "MIT" ]
permissive
cacharle/piscine
09d047222fbf0879cd490a4a5fca5270704430fa
6a8ffb8823e1bdca56b8058e496479b65d0a6f6f
refs/heads/master
2022-07-26T10:35:14.402036
2020-05-21T11:49:01
2020-05-21T11:49:01
194,868,932
7
8
null
null
null
null
UTF-8
C
false
false
1,012
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_list.h :+: :+: :+: ...
[ "sircharlesaze@gmail.com" ]
sircharlesaze@gmail.com
34d0915ff104910201a6b536335d01d29540091f
f81ad94dfa7ff7afd907c90bb7807a22de92ab33
/fnet_stack/port/cpu/stm32f4/stm32f4xx.h
8936670f59c6e2ebe8e0e6dde0f5e0fa3ee7e9c0
[ "Apache-2.0" ]
permissive
lightelf76/FNET
392cf2aa88e660ad0d984093d14df54481f59cf3
e92b46faa098283f443e0efa57b5c0e111f43a5b
refs/heads/master
2023-04-02T15:31:44.834307
2021-05-26T22:15:02
2021-05-26T22:15:02
329,601,866
0
0
Apache-2.0
2021-03-23T15:26:03
2021-01-14T11:59:32
C
WINDOWS-1250
C
false
false
693,363
h
/** ****************************************************************************** * @file stm32f4xx.h * @author MCD Application Team * @version V1.3.0 * @date 08-November-2013 * @brief CMSIS Cortex-M4 Device Peripheral Access Layer Header File. * This file contains all the peripheral r...
[ "valerygaynullin@yandex.ru" ]
valerygaynullin@yandex.ru
acba395ca6655c475076969ce182276fd234e061
fe617b8545b50cd18bb3a4accfa9f15ce197f58b
/TP1/src/variables.c
eaaefe96707a41dcecb57214f8bd24c82f8d2db1
[]
no_license
valentinBeynard/-CPE-Programmation-C
7c2fd8f02d217e586d3e50ac47d5ace1724d9965
b7d3231bfe2ab7fc43f8369fe294b3029592b97d
refs/heads/master
2020-03-31T05:28:36.930864
2018-10-10T16:45:25
2018-10-10T16:45:25
151,947,760
0
0
null
null
null
null
UTF-8
C
false
false
1,162
c
#include<stdio.h> /** Affiche des variables de différents types natifs. Le résultat d'un sizeof est toujours un long int, d'où l'utilisation de %lu dans les printf. **/ int main(){ // Déclaration des variables char c = 'a'; int i =10000; short s = 5; long int li= 10000000; long long int lli = 10000000000...
[ "val.beynard@gmail.com" ]
val.beynard@gmail.com
74661fc2779dcc944b7ed3d218addb7c14a3b821
2152a01807ea3a3129c5fdc6d492aa923c00332c
/temperature_spy/main.c
27d72ef2aa0353408fcec673c6a70cd6d0ee4652
[]
no_license
ileshenko/ws_temperature_log
50e3d69c6d0ed1d3ceac2de467d09e810dc7ed48
d969ac1972ca5b26ec9245ebb665b13810be07a4
refs/heads/master
2021-01-22T02:42:56.181155
2013-07-16T17:36:43
2013-07-16T17:36:43
null
0
0
null
null
null
null
UTF-8
C
false
false
4,158
c
/* * main.c */ #include <msp430g2553.h> #include <config.h> #include <leds.h> #include <uart.h> #include <clock.h> #include <timer_lib.h> #include <string.h> //#define DEBUG_TEMP /* delay will be overriden 1 second, if DEBUG_TEMP is defined */ #define DELAY_MINUTES 15 #define STR_VALUE(arg) #arg #define STR_MA...
[ "jungoigorl@gmail.com" ]
jungoigorl@gmail.com
a99317ab3e51393084ea2ee45b70f8f450bd14f5
c1bc77ceb954537f8e4497d842cdc9a3000a0eef
/types.c
06e4f444deff8f694e536565b826d32a9c730f79
[]
no_license
dklein42/Pura
9b48d3c711dea13c3d864e4ade97d04abd8c298e
0b37c515a2e4e482a87e909b8b94b49e6c90f471
refs/heads/master
2021-06-18T08:25:17.622069
2017-05-12T14:50:49
2017-05-12T14:50:49
15,621,993
4
0
null
null
null
null
UTF-8
C
false
false
1,042
c
/* * types.c * Data type size tests. (Not used yet.) * * Copyright (c) 2006, 2007 Daniel Klein. All rights reserved. * * Licensed under GPL version 2. * See here for the full license: http://www.gnu.org/licenses/gpl.html */ #include "types.h" void types_testTypes() { /* TODO: Add complete set of type ...
[ "d.klein@hobsoft.de" ]
d.klein@hobsoft.de
e664d8c159fef64cdf2696835918ea17ba3ef184
353ba2a0a47e6a5cd424fc5631b05d11d7507d7a
/c/lua/bindings/redland/uri.c
3528e5fe93a1ecf16bb69cabf0f8b22ee11b4c30
[]
no_license
totesPferd/bagatellen
f214fabdbdaa8017dec4ccc41efccbe558314562
3d7e88e770414064d258f197ca79e0a1a0349f44
refs/heads/master
2023-06-25T22:00:36.888148
2023-06-14T22:55:52
2023-06-14T22:55:52
20,376,254
2
1
null
2023-06-15T03:06:28
2014-06-01T11:39:50
Java
UTF-8
C
false
false
6,701
c
#include "uri.h" #include "defs.h" #include <lauxlib.h> int lua_bindings_redland_uri_clone(lua_State *L) { librdf_uri **pp_arg = (librdf_uri **) luaL_checkudata( L , -1 , uri_userdata_type ); lua_pop(L, 1); lua_bindings_redland_uri_new_mt(L); return lua_bindings_redland_uri_wrap(L...
[ "georgi.rybakov@gmx.net" ]
georgi.rybakov@gmx.net
64b005036b39c00a315899d32732947043a41c86
b5bf168d1c4c13f38ebb7cf4c2ba5cee712fa70e
/src/diag.h
33aefa13fe55888c71079ecc8889e47375bb31d7
[]
no_license
LuisSeyboldt/Compiler
7d0eb162acb361b6c4c301e3f03b665bf3db6522
1ee1df43115b496d4fe7e4f49d6625dda6964b5c
refs/heads/master
2022-10-02T14:53:27.656482
2020-06-01T19:46:03
2020-06-01T19:46:03
null
0
0
null
null
null
null
UTF-8
C
false
false
739
h
#ifndef _DHBWCC_DIAG_H #define _DHBWCC_DIAG_H typedef enum { OUT_OF_MEMORY = 1, FILE_ACCESS = 2, PROCESS_RESOURCES = 3, /* add new error codes above */ NUM_OS_ERRORS } os_error_t; extern void fatal_os_error (os_error_t err, int errnum, const char *fn, const int line, const char *msg, ...); #define FATAL_OS_...
[ "vagrant@CompilerLab.box" ]
vagrant@CompilerLab.box
5d909f86856f5f124a58aec54a5046c0072fae9d
5e372b34857d14bff757964b40e6b4a9c51a9877
/fprint_fpga/quartus/full_system_arria_2/software/ucos0_bsp/alt_sys_init.c
07d38cda6bc5062d56ea47fd19ee9697ecce0506
[]
no_license
jcaplan/fingerprinting
cbf2aa3180b454fb993882fec36bd10ce58e194b
925c1a40186dab1bb4d4036039881363a99c4feb
refs/heads/master
2021-01-11T01:14:40.760369
2017-09-21T03:21:14
2017-09-21T03:21:14
71,069,013
0
0
null
null
null
null
UTF-8
C
false
false
3,754
c
/* * alt_sys_init.c - HAL initialization source * * Machine generated for CPU 'processor0_0_cpu0' in SOPC Builder design 'nios_fprint' * SOPC Builder design path: ../../nios_fprint.sopcinfo * * Generated: Mon Nov 10 17:28:03 EST 2014 */ /* * DO NOT MODIFY THIS FILE * * Changing this file will have subtle con...
[ "jonah.caplan@mail.mcgill.ca" ]
jonah.caplan@mail.mcgill.ca
322f8666d21aca47b88ea82d9d9143009231f53e
944bc81b236b64b7a4f09f3fc4bca242bd24c637
/php_opencc.h
29ca4da1b9a1e314b17fa343fc9fff5b146ff653
[]
no_license
sky-L/opencc4php
a8627ebea41769e1108bbe51a9ec630bdf782870
7237efb0c35f33c0a22e7633fababada1a8dd3a9
refs/heads/master
2020-04-02T02:46:15.286016
2014-11-20T14:25:23
2014-11-20T14:25:23
38,482,401
1
1
null
2015-07-03T08:42:39
2015-07-03T08:42:38
null
UTF-8
C
false
false
2,661
h
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2014 The PHP Group | +--------------...
[ "xuan@Naux-Linux.(none)" ]
xuan@Naux-Linux.(none)
c7726ec57ab91e3f213f0df3d2f8e2088795771f
f9de31f782d5f86369507febfeb8383d509ea909
/模块实验/实验16 ZigBee模块实验/实验代码/矩阵键盘模块代码/USER/main.c
55593fefa7b9fdb979d893a5f590dca61c6486db
[]
no_license
phanirajkiran/projects
240237711f02e7d238467f7934406ed702af90b8
9b4519034c145161caf91839484d2b0680604c20
refs/heads/master
2020-03-29T22:38:58.306965
2018-09-13T08:48:32
2018-09-13T08:48:32
null
0
0
null
null
null
null
GB18030
C
false
false
1,002
c
#include "stm32f1xx_hal.h" #include "stm32f1xx.h" #include "Martix_Key.h" #include "Usart.h" #include "Rs485.h" #include "delay.h" /** ************************************************************ ************************************************************ ************************************************...
[ "dennyjava@gmail.com" ]
dennyjava@gmail.com
f370b1f1dc1ca2ac62b514b9d4e10a50b3e642f7
6638cd1713a07a0d8c5826b39cc26a0c69855340
/lab2/info.h
407cdd678ef7201f565f8caa048c5ee6a408536c
[ "Apache-2.0" ]
permissive
ZeynalovZ/Computer-Network-Course
12be92d5e573ea9b9bf24a3ead9085a15afdf8c8
c6f24ecf818b360193199c2633f7954575374753
refs/heads/main
2023-02-06T18:23:20.712463
2020-12-25T20:51:28
2020-12-25T20:51:28
309,665,650
0
0
null
null
null
null
UTF-8
C
false
false
99
h
#ifndef __INFO_H__ #define __INFO_H__ #define SOCKET_NAME "socket.soc" #define MSG_LEN 128 #endif
[ "zeynal.zeynalov.00@mail.ru" ]
zeynal.zeynalov.00@mail.ru
3cb58bffa24fd7fcaa7903874f8faf3785e2d602
582c4802cef0aea802dc556ab5c14f75f8533df6
/source/user/dropbear-0.52/libtomcrypt/src/encauth/ocb/ocb_init.c
d2576c89a9ebcbbfec829f97331fe1676497bdb5
[ "BSD-3-Clause", "SSH-short", "LicenseRef-scancode-public-domain", "MIT" ]
permissive
noblepepper/ralink_sdk
7c85a52c33e212597cc7f950674bce9d84136528
a9e7ea3aa439d5f7852171e0988f9a45a65a1346
refs/heads/webupload
2021-01-15T10:17:04.813034
2015-04-24T14:08:42
2015-04-24T14:08:42
33,180,072
13
8
null
2020-03-08T01:59:36
2015-03-31T10:44:45
C
UTF-8
C
false
false
3,856
c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis * * LibTomCrypt is a library that provides various cryptographic * algorithms in a highly modular and flexible manner. * * The library is free for all purposes without any express * guarantee it works. * * Tom St Denis, tomstdenis@gmail.com, http://l...
[ "steven.lai@liricco.com" ]
steven.lai@liricco.com
235582a4a4705e148eef044d8684d412d29530c2
35b5f74cc63fc8969d6a7d7ad31d92dc9bdbefab
/lib/metis-5.0pre2/programs/cmdline_kfmetis.c
dd52fd304101201c52cdd3dd847cfd3ffdf5b66c
[]
no_license
juihsiangliu/haruhi-pg
80338978d7a5dc89eebfbd06a48e0a4d4a7a907a
2f2690070ea0666a311ad4778d907be6f7dd18fb
refs/heads/master
2016-09-02T05:45:32.491897
2011-08-01T03:01:54
2011-08-01T03:01:54
37,886,423
2
0
null
null
null
null
UTF-8
C
false
false
5,860
c
/* * cmdline_kfmetis.c * * This file parses the command line arguments * * Started 8/9/02 * George * * $Id: cmdline_kfmetis.c,v 1.1 2002/08/12 15:20:50 karypis Exp $ * */ #include <metisbin.h> /*------------------------------------------------------------------- * Command-line options *----------------...
[ "JuiHsiangLiu@gmail.com" ]
JuiHsiangLiu@gmail.com
db8691f1620e27f4667abfe5527d7cd940def0ad
9a1fe7f6f07af461c6ff7a84a98a59186616d346
/ext/repo_updateinfoxml.c
7e87e2d54b5215270255731014649c5336e16889
[ "LicenseRef-scancode-warranty-disclaimer", "BSD-2-Clause" ]
permissive
tizenorg/external.libsatsolver
e658da0e891a79ef6b0b7158b0251375d67d8330
42dcbfd3a1d23f8c40c95823dcd7e8ca434910eb
refs/heads/master
2021-01-01T05:44:41.899520
2012-07-05T12:41:09
2012-07-05T12:44:29
56,087,845
0
0
null
null
null
null
UTF-8
C
false
false
16,891
c
/* * Copyright (c) 2007, Novell Inc. * * This program is licensed under the BSD license, read LICENSE.BSD * for further information */ #define _GNU_SOURCE #define _XOPEN_SOURCE /* glibc2 needs this */ #include <sys/types.h> #include <limits.h> #include <fcntl.h> #include <stdio.h> #include <stdlib.h> #include <st...
[ "kb0929.kim@samsung.com" ]
kb0929.kim@samsung.com
83c5fe0fb15345017eef0f06ee2a4a3793152ef3
e690c4a5fd7b217d744256e242e84e471dff4075
/asp/src/est.c
c42ca50f31a4954dd8d6f9d377c302f7ee60e332
[]
no_license
whukylin/icra2017rm-mmc-brain
42cc74aff7f3f5462459a63f8c2b354a0f5ce48d
b591423a21688d76f64e141c9375ea7485cfead5
refs/heads/master
2021-01-19T09:41:00.982720
2017-05-20T08:01:00
2017-05-20T08:01:00
82,135,321
2
2
null
2017-05-19T05:19:41
2017-02-16T03:35:01
C++
UTF-8
C
false
false
1,910
c
/** * Copyright (c) 2016, Jack Mo (mobangjack@foxmail.com). * * 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...
[ "mobangjack@foxmail.com" ]
mobangjack@foxmail.com
53f551b0d75dcc5551e3f55244cf8f4bbb9d8691
701e220bb13e5efdc0de945a8d179d53f81d94bb
/42/Nm-otool/erobert/otool/srcs/ft_otool.h
2469a65f751c54cd95fa3161934e053ed944c301
[]
no_license
Elojah/Meuh2.0
486273ac9d5192c6f945f5ed9a56b3582f2aafb0
1706b6cd96deb56af8ab5b2164c05584435c7e35
refs/heads/master
2021-01-11T18:20:18.614432
2017-05-19T14:35:10
2017-05-19T14:35:10
28,937,663
0
0
null
null
null
null
UTF-8
C
false
false
1,016
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_otool.h :+: :+: :+: ...
[ "erobert@e2r3p17.42.fr" ]
erobert@e2r3p17.42.fr
4514e97596bb01682cc707a1636cd6746d784b79
7b7ca5e3cc0f1cb21d2b0e85fd98fcafbc02a8f4
/srcs/parse_utility2.c
2916bdc43261e1e0e04e3e4ef9ffc8cd7129d758
[]
no_license
hekang42/minishell
867be8130c42b83171408e79d58f7dafe699d207
b5032fe9879219a22342e7275bb3e9b7b8e5f74b
refs/heads/main
2023-07-29T05:49:41.376521
2021-09-09T02:13:02
2021-09-09T02:13:02
null
0
0
null
null
null
null
UTF-8
C
false
false
2,211
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* parse_utility2.c :+: :+: :+: ...
[ "geunyeonghong@gmail.com" ]
geunyeonghong@gmail.com
12da40d6f3960b5fd597135a04eb2264fe09863e
7ffce60a71f6064df936e7e78eda320a4bdb9242
/quicksort4.c
651eb02a8138d7ae04230bbe5be2c442c96039ad
[]
no_license
leandrogiova/Sistemas_Operativos
7a3d930858a0b884b93860b090af87f64168e872
3fa77b467fb97c38c8ff09b9254d8bf7ed11b8ec
refs/heads/master
2022-12-24T18:55:58.351462
2020-10-09T04:53:47
2020-10-09T04:53:47
302,487,830
0
0
null
2020-10-09T00:53:07
2020-10-08T23:54:26
C
UTF-8
C
false
false
4,235
c
#include<stdio.h> #include<stdbool.h> void quickSort(int cantidad, int lista[]); bool comprobarlista(int lista[], int cantidad); int main(){ int cantidad=0; printf("Ingrese la cantidad de elementos que va a tener la lista: "); scanf("%d", &cantidad); int lista[cantidad]; printf("Vamos a relle...
[ "leandrogiovacchini@gmail.com" ]
leandrogiovacchini@gmail.com
a2a3e56dc097756a5e9a411723b21dee47402d29
61d1cd0e9b3325d9ebbaa4ba05fa39ab7907685e
/external/libvpx/libvpx/vp8/encoder/arm/neon/vp8_shortwalsh4x4_neon.c
693a4033dce2ed87a0d76bf8d91d9f5b18c34721
[ "BSD-3-Clause" ]
permissive
Manish4586/android_platform_htc_a56dj
506fa2e82943fa35cb3bc7b007cb074eb62b7116
ac650ca4fe902f2ee477775241bfe99e8cdb6e92
refs/heads/master
2020-03-15T11:11:01.644293
2018-05-09T03:54:55
2018-05-09T03:54:55
132,115,280
0
1
null
2020-03-07T21:32:04
2018-05-04T08:56:18
C
UTF-8
C
false
false
4,263
c
/* * Copyright (c) 2014 The WebM project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributin...
[ "manish.n.manish45@gmail.com" ]
manish.n.manish45@gmail.com
eb2b3186d2bf2e73eac4c7f34185c360dca101a9
5a561292c876428ed74998c9209e1ecf2ceb6bac
/libft/ft_putnbr.c
e89be3a45b223c77a744ed97dd89dc8a4029abcb
[]
no_license
spurstp9/ft_printf
7eae3951218e607633f4af98240f0e293e3a9003
9dd73e00f3cb52c2be22a90e6722c4b05dc410ad
refs/heads/master
2020-10-02T01:31:57.133550
2020-02-13T09:24:01
2020-02-13T09:24:01
227,668,371
0
0
null
null
null
null
UTF-8
C
false
false
1,134
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putnbr.c :+: :+: :+: ...
[ "spurstp9@hotmail.fr" ]
spurstp9@hotmail.fr
0c1488fc3886f038f8698c0dcde233312b24101f
3fe4a13fbf2df8345d8ee1706a5a27f045883294
/Whackamole/Slave.cydsn/Generated_Source/PSoC4/I2CS_SCB_IRQ.c
aa4d5e50cbe9958de8ed0c7c9d9e19120d00bf63
[]
no_license
jfsun123/Whackamole
4ee61b7df7084af353881d5c9be3a92dd9b93ba9
972fbe0e287d5aece965ebb5d10ff9c7ef2b425b
refs/heads/master
2021-04-27T00:52:14.727310
2018-04-17T02:34:39
2018-04-17T02:34:39
122,661,337
0
0
null
null
null
null
UTF-8
C
false
false
12,759
c
/******************************************************************************* * File Name: I2CS_SCB_IRQ.c * Version 1.70 * * Description: * API for controlling the state of an interrupt. * * * Note: * ******************************************************************************** * Copyright 2008-2...
[ "jfsun@ucdavis.edu" ]
jfsun@ucdavis.edu
c0b3563644f82329a5c5ae24d9fa4bdc68792f13
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/SoftEtherVPN/src/Cedar/extr_Client.c_CiCompareUnixVLan.c
059c8efe9a950fb7bded51fee2507e0c3cc068b9
[]
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
816
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
f9a4a3db4548704351062c72e0d3ca45bd7ad424
4d0db586e0c2f5bc90876880c8ba8551d604b0d3
/Temp/StagingArea/Data/il2cppOutput/t2736MD.h
b20925168f5c240839ec38ceb5d74d4edb87e163
[]
no_license
Dwarph/SpaceInvaders
3ba670da67f962e13aa6d7532d444a379ce36b93
59625044233e8b85fbb3849b07f9e6fcbf64bd01
refs/heads/master
2021-01-18T20:27:42.523283
2018-03-03T16:24:13
2018-03-03T16:24:13
72,147,597
1
0
null
null
null
null
UTF-8
C
false
false
871
h
#pragma once #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" struct t2736; struct t347; struct t680; struct t47; #include "t2494MD.h" #define m16389(__this, p0, p1, method) (( void (*) (t2736 *, t347 *, t7*, const MethodInfo*))m12933_gshared)(__this, p0, p1, method) #...
[ "pipturner@outlook.com" ]
pipturner@outlook.com
9d377d30c39faaf3c781b9e2c2c2e26bd54d6806
75859787b3eb1fc054b5df82c26bc261421d47e0
/3rdparty/genFiles/MeasParameters-v1430.h
88b3481f7b9560a74800514fee091e04fbd428e1
[]
no_license
aa7133/RRC
e118b3d769abff4b0b42d7511530f7b1cc29d09e
955c1ceadebf97d21306f3c083b5f38a24838da4
refs/heads/master
2020-12-10T10:45:56.892861
2020-01-26T13:02:20
2020-01-26T13:02:20
233,563,734
0
1
null
null
null
null
UTF-8
C
false
false
2,556
h
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "EUTRA-RRC-Definitions" * found in "../asnFiles/36331-f60-ASNfunctions.asn" * `asn1c -fcompound-names -findirect-choice -fincludes-quoted -fno-include-deps -gen-PER -no-gen-OER -D.` */ #ifndef _MeasParameters_v1430_H_ #define _MeasPar...
[ "aa7133@att.com" ]
aa7133@att.com
7aaec9df7c341700c2dd0cd95b698ef12e4972d6
38df926a148fc560d4f2f13366f1e84d13bc1a18
/Firmware/GD32VF103_standard_peripheral/Include/gd32vf103_i2c.h
c06a3e5fe34c5bd4a5654d82fd335f1401eef386
[ "MIT" ]
permissive
tobiasmarciszko/iar-risc-v-gd32v-eval
513e152191c6cfd182276ed0e59c5edafc3bec14
03015714bfad726d296dcf7558ce4102a3b3f974
refs/heads/master
2022-09-05T01:50:50.829919
2020-05-28T16:42:27
2020-05-28T16:42:27
269,338,301
1
0
MIT
2020-06-04T11:11:47
2020-06-04T11:11:47
null
UTF-8
C
false
false
21,820
h
/*! \file gd32vf103_i2c.h \brief definitions for the I2C \version 2019-06-05, V1.0.1, firmware for GD32VF103 */ /* Copyright (c) 2019, GigaDevice Semiconductor Inc. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditio...
[ "felipe.torrezan@iar.com" ]
felipe.torrezan@iar.com
f26ea6c4ea9618957c7e03733a9f47a216edfaf6
bea2bf164e7959fbb8c8544859a4dca97987ec2b
/gijohn/src/mozilla2john.c
1f9149c62b7392609159d99a8151662eba71b6d1
[]
no_license
ph4r05/boinc
21fff928a0bbcd486638fcdafbc865d743f6ddf7
41cbc9b4873d18e48a63a8731023481891a38c07
refs/heads/master
2020-05-31T23:30:31.735396
2012-11-05T10:13:42
2012-11-05T10:13:42
6,540,600
9
10
null
null
null
null
UTF-8
C
false
false
3,688
c
/* mozilla2john.py processes input Mozilla profile paths into a format * suitable for use with JtR. * * Usage: mozilla2john [key3.db files] */ #ifdef HAVE_NSS #include <string.h> #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> #include <string.h> #include <assert.h> #include <errno.h> #include "arc...
[ "ph4r05@ph4.maleus" ]
ph4r05@ph4.maleus
a3f48e6d53dceaf0a1e5e005f443509a3a776999
1744185a1e318fd0705b7c8d71635966bf2f7451
/template/lib/Projects/STM32F411E-Discovery/Examples/FLASH/FLASH_EraseProgram/Src/main.c
865fb39bfe73d1495fc012796e931f69de4be5c5
[ "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
12,355
c
/** ****************************************************************************** * @file FLASH/FLASH_EraseProgram/Src/main.c * @author MCD Application Team * @version V1.0.2 * @date 06-May-2016 * @brief This example provides a description of how to erase and program the * STM3...
[ "patrick.d.lloyd@gmail.com" ]
patrick.d.lloyd@gmail.com
222704406d5530706c1388b902c3942ed3abbb1f
46367579a54a09dd220dd9a678b1452f06897f11
/branches/merge_metadata_journaling/src/H5AC.c
beb830fed143063477fea0954472bcc50f0ff4fe
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-llnl" ]
permissive
TPLink32/hdf5
33ff24c9b6133f0f51cb6cc2b722fba7bb1777dd
0d6987c15284bd9f34c7e44452a152833d42a738
refs/heads/master
2021-05-31T01:15:39.463663
2016-04-14T23:02:09
2016-04-14T23:02:09
null
0
0
null
null
null
null
UTF-8
C
false
false
125,230
c
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * ...
[ "koziol@dab4d1a6-ed17-0410-a064-d1ae371a2980" ]
koziol@dab4d1a6-ed17-0410-a064-d1ae371a2980
76995a716da9b5b409cd8d17b2546951ecf7e411
35d963ef65b7915085dce6e8762129b021450a18
/srcGtk/findText.c
b1f044923adc491c9d6e7e94d4c284f9528c13ef
[]
no_license
LucaTomei/osProject
13b60034a36d313323adef7e83a345ffea65fc87
1baf5559c1f9565d707a218ddf33426b15a7b571
refs/heads/master
2021-10-24T05:57:29.205680
2019-03-22T16:54:21
2019-03-22T16:54:21
164,208,621
0
0
null
null
null
null
UTF-8
C
false
false
8,286
c
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++* * FUNZIONI DI AUSILIO E PER LA RICERCA DEL TESTO *+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ #include <gtk/gtk.h> #include "utilities.h" char *DB[][2] ={ {"printf", ...
[ "luca.tom1995@gmail.com" ]
luca.tom1995@gmail.com
abba07892d714408c1829eeb7fc9524ee918bc2a
4d804e93521ca56fe14499167aeb902e83fa757b
/Taurine/post-exploit/patchfinder64.h
aba4efb1849962e7026218d7433ed37e4c549504
[ "BSD-4-Clause", "BSD-2-Clause" ]
permissive
powenn/Taurine
d95092d97c750cef94b29ba41a71bbce1e322158
89e6ad88410064936f74220816fffed2f3ab0ffa
refs/heads/main
2023-09-01T05:51:23.550660
2021-10-24T13:32:02
2021-10-24T13:32:02
405,645,781
1
6
BSD-4-Clause
2021-09-12T13:13:00
2021-09-12T13:12:59
null
UTF-8
C
false
false
284
h
#ifndef PATCHFINDER64_H_ #define PATCHFINDER64_H_ int init_kernel(uint64_t kernel_base, const char *filename); void term_kernel(void); uint64_t find_cs_blob_generation_count(); uint64_t find_vm_map_remap(); uint64_t find_add_x0_x0_0x40_ret(void); uint64_t find_bcopy(void); #endif
[ "8144478+Diatrus@users.noreply.github.com" ]
8144478+Diatrus@users.noreply.github.com
3fff2f34eda16ab7d5df2cb6b43add1d9d55c8d7
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/5ccd7d3a-da44-471b-aed5-917fa7977db1.c
f78c47e63d68006411ad89947c3b9e7cbcdb95b3
[]
no_license
nmharmon8/Deep-Buffer-Overflow-Detection
70fe02c8dc75d12e91f5bc4468cf260e490af1a4
e0c86210c86afb07c8d4abcc957c7f1b252b4eb2
refs/heads/master
2021-09-11T19:09:59.944740
2018-04-06T16:26:34
2018-04-06T16:26:34
125,521,331
0
0
null
null
null
null
UTF-8
C
false
false
592
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=12; int k; int l; k = 63; l = 64; k = i/j; l = i/j; l = l-j; l = j-j; k = k-k*i; //variables //random /* START VULNERABILITY */ int a; long b[50]; long c[6]; a = 0; while (( a - 1 ) ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
33294c75ed573cdbf080de2a3969868856f048d6
ec3ea72bd6fedfd2d98ec3dafe7a7bbfa9a8a868
/config.h
3b70d3d2fc5f61ade21c502ac5c8afa73847bbd2
[ "MIT" ]
permissive
PieBru/ha_nfc_scanner
d23ae3ce63ff1d6ae8efa1d75426844d189c2f88
812d3311b51edc9d9dcc41a0c654b52512690065
refs/heads/master
2020-05-15T18:44:05.393292
2019-02-02T00:09:39
2019-02-02T00:09:39
182,437,142
1
0
null
2019-04-20T17:47:19
2019-04-20T17:47:19
null
UTF-8
C
false
false
1,426
h
/////////////////////////////////////////////////////////////////////////// // CONFIGURATION /////////////////////////////////////////////////////////////////////////// #define NUM_ACCEPTED_UIDS 2 //<-----------------CHANGE THIS IF ADDING CARDS!! NFCTag NFCTags[NUM_ACCEPTED_UIDS] = { // It is neccessary to account f...
[ "klaas_schoute@hotmail.com" ]
klaas_schoute@hotmail.com
6dd9af24a2dd20a4a6be7d45c260ef85f9f58214
26340f693988d3ade2b2893a42f2e2776ab8a102
/program1/9_2.c
165c8083c51ffdbec9af30085b39e5951bfa2518
[]
no_license
yeon0926/C
c52c5e208ff36040c775e2a9f81c3d639195407b
ba213f8588743e79fffe69d398c92381ada96583
refs/heads/main
2023-03-12T21:33:28.090652
2021-03-06T06:15:05
2021-03-06T06:15:05
344,485,764
0
0
null
null
null
null
UTF-8
C
false
false
239
c
#include <stdio.h> #include <stdlib.h> /*atoi함수가 정의된 헤더 파일*/ int main() { int i; /*10진 정수 형태의 문자열 "23"과 "567"을 정수 23과 567로 변환*/ i = atoi("23" + atoi("567")); printf("%d\n", i); }
[ "noreply@github.com" ]
yeon0926.noreply@github.com
842b669b8c72960d500d043216a54fb9ad308a0c
6075bb3d2872152f1958d1d7228d4d3cb58cb4e7
/sql-odbc/src/sqlodbc/dlg_wingui.c
1793a782deddea3b711921b220f153dc25cc11f2
[ "Apache-2.0" ]
permissive
ketanv3/sql
cec87f2f10b43fedc69f38b54e43368b92c3f9f5
6b651c13a1a6baa084ff1e279d19d100a2945b12
refs/heads/main
2023-05-29T08:47:24.958866
2021-06-07T16:58:03
2021-06-07T16:58:03
366,976,520
0
0
Apache-2.0
2021-05-13T07:58:17
2021-05-13T07:58:16
null
UTF-8
C
false
false
10,633
c
/* * SPDX-License-Identifier: Apache-2.0 * * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. * * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. */ /* * Copyright <2019> Am...
[ "noreply@github.com" ]
ketanv3.noreply@github.com
8df67b3875671075b870bce025ece26057d988f0
3ac79de991b07748b2c5d5e19c20327ec5235b00
/src/kh_shading_names.h
0a0b010479feae53527f693b98b4bd184322996b
[ "WTFPL" ]
permissive
khujara/practice
1270c2d52a32d6d7ab5eff4d50fe90b7ed48b02e
50880b5e05ba8c0b295867ba624fa0f6ee6513d4
refs/heads/master
2020-12-30T16:46:42.355997
2018-03-13T16:32:41
2018-03-13T16:32:41
91,030,902
1
0
null
null
null
null
UTF-8
C
false
false
355
h
#define FOREACH_SHADING_TYPE(SHADINGTYPE) \ SHADINGTYPE(Shading_phong) \ SHADINGTYPE(Shading_normalmap) \ SHADINGTYPE(Shading_pbr) \ SHADINGTYPE(Shading_color) \ SHADINGTYPE(Shading_diffuse) \ SHADINGTYPE(Shading_count) \ enum ShadingType { FOREACH_SHADING_TYPE(GENERATE_ENUM) }; char *G_SHADING_TYPES[] = { FO...
[ "florianflv@gmail.com" ]
florianflv@gmail.com
f4b2ab4869a79973df54fb3af6411f4ed5987ea4
30ec2372ac36d40f4557c5f39cb606452e6e6bf5
/StarDb/starsim/geometry.y2011b.C
ba2d61e271b7951e3e8b9125242aa40347a9d20a
[]
no_license
yfisyak/star-sw
fe77d1f6f246bfa200a0781a0335ede7e3f0ce77
449bba9cba3305baacbd7f18f7b3a51c61b81e61
refs/heads/main
2023-07-12T01:15:45.728968
2021-08-04T22:59:16
2021-08-04T22:59:16
382,115,093
2
0
null
2021-07-01T17:54:02
2021-07-01T17:54:01
null
UTF-8
C
false
false
281
c
TDataSet *CreateTable() { if (!gROOT->GetClass("St_geant_Maker")) return 0; St_geant_Maker *geant = (St_geant_Maker *) StMaker::GetChain()->Maker("geant"); if (! geant) return 0; TDataSet *geom = new TDataSet("geometry"); geant->Do("detp geom y2011b"); return geom; };
[ "fisyak@bnl.gov" ]
fisyak@bnl.gov
147d8504c34cc5626745940e6e08f214ebbaf2e0
9e520130445d1a37a9ff0df2934a6d32a2d22fd0
/lib/include/common/include/os_signal.h
dcf2f0f8170dff4fa7f9ebc66e4bd4ece642cec1
[]
no_license
locke12456/DDS-Sample
53727b6a562f24d302fa2cee07b81109f312d5af
46b776ec4ba1fd9bd6325d7e649f1c6e191636fb
refs/heads/master
2021-01-17T16:02:29.126507
2016-08-08T04:13:34
2016-08-08T04:13:34
64,986,376
0
0
null
null
null
null
UTF-8
C
false
false
724
h
/* * OpenSplice DDS * * This software and documentation are Copyright 2006 to 2015 PrismTech * Limited and its licensees. All rights reserved. See file: * * $OSPL_HOME/LICENSE * * for full copyright notice and license terms. * */ #ifndef OS_COMMON_SIGNAL_H #d...
[ "locke.chen@adlinktech.com" ]
locke.chen@adlinktech.com
f24c57754e4a946ecf7eb4f84cfb7d1651d1abec
5b659a16e5b59f17921dd978192629eae39f1b6b
/vs_2015_project/CPlusPlus_WinodwsProgramming/implicit_link/Foo.h
689e84ee35b327cf49c164da7ed33d70848b717c
[]
no_license
jennyliuuu/program_practice
34d00d1985a1386948317f88c5865d11f72306cc
2944bb0e0b37adefd00cec4fb032282c0b67e237
refs/heads/master
2021-05-10T21:36:51.885775
2019-04-26T09:54:07
2019-04-26T09:54:07
118,232,216
0
0
null
null
null
null
UTF-8
C
false
false
222
h
#ifndef FOO_H #define FOO_H #ifdef FOO_DLL_EXPORTS #define FOO_API __declspec(dllexport) #else #define FOO_API __declspec(dllimport) #endif FOO_API int Add(int a, int b); extern "C" FOO_API int Sub(int a, int b); #endif
[ "jenny_ht_liu@outlook.com" ]
jenny_ht_liu@outlook.com
e65ee79e1d82db9e842bf00ffcff9de74bd42a4b
98370d3b57c391c726e40e6f14e27530165a787a
/FreeRTOS/utilities/printf-stdarg.c
9b388602f2aef50eb44fb74eb82bf79cb3b228bb
[]
no_license
htibosch/cyclone_freertos
baed76e6207a25bf3f81baf34397d91b9835d4e9
efdc434616cad2ed1c5408d7e915cd376e3fa9b1
refs/heads/master
2022-02-02T03:07:45.665122
2019-02-01T06:48:22
2019-02-01T06:48:22
103,771,222
0
0
null
null
null
null
UTF-8
C
false
false
15,670
c
/* Copyright 2001, 2002 Georges Menie (www.menie.org) stdarg version contributed by Christian Ettinger This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or ...
[ "hein@htibosch.net" ]
hein@htibosch.net