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
20fdb32f8713256f76845838f34b89438f9aeb86
f891a14e590cf65cc252390a726c521dbfe44a5a
/libft/ft_printf.c
7aee45fc8bc43ca9da992b5cfabd77aefad0bd00
[]
no_license
evil-A/CyberCube
9453d08f5d7ae828c77bf168d4c4e3ec0b4b5e7f
cbdc8c2027f60c78b43e537fb1728f6f7353b6f6
refs/heads/main
2023-01-30T15:38:05.373562
2020-12-15T21:46:23
2020-12-15T21:46:23
321,794,653
0
0
null
null
null
null
UTF-8
C
false
false
3,223
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_printf.c :+: :+: :+: ...
[ "evila-ro@c1r14s1.42madrid.com" ]
evila-ro@c1r14s1.42madrid.com
9cf508e5e5045adde180e001a2dd9c868e654b2c
3920ca8931a4c351d2058f567cc7fd85eb22df3a
/pinInterrupt_CC2650F128/Debug/configPkg/package/cfg/xdc.runtime.Memory_config.c
0b11b52d26ac4de47064e59c6cde5d5ed0c69233
[]
no_license
cristian-moreno-ruiz/cc2650
1c36b1cc33ebac8cf6b4a43fc0e0f627f082d59d
40f1ee4692a6564d2d27cb074d76976607e3695b
refs/heads/master
2022-11-19T20:35:37.317759
2016-07-11T18:44:54
2016-07-11T18:44:54
280,953,682
1
0
null
null
null
null
UTF-8
C
false
false
2,556
c
/* * Do not modify this file; it is automatically * generated and any modifications will be overwritten. * * @(#) xdc-A71 */ #define __nested__ #define __config__ #include <xdc/std.h> /* * ======== GENERATED SECTIONS ======== * * MODULE INCLUDES * * <module-name> INTERNALS * <modu...
[ "cristian@MacBook-Pro-de-Cristian.local" ]
cristian@MacBook-Pro-de-Cristian.local
399cc79cae4ddca271d3c612df20d8d0ae5e9075
a319cc4f89db9410d869da84fbca38144017bcbc
/check_float.c
7d7d2a8f27e908c1e6b480f8fd706aa6453784bb
[]
no_license
achyutjagini/c-programs
95732729926f5093efdc0dd97c975e5bf23db163
50c32bf148eea8d897c44c3e7ac4fc1624b405bd
refs/heads/main
2023-05-02T03:04:36.704108
2021-05-14T14:18:14
2021-05-14T14:18:14
367,379,435
2
0
null
null
null
null
UTF-8
C
false
false
264
c
#include <stdio.h> int main (void) { float fl = 0.0; int i, count = 0; i = (int) fl; for (fl = 0.0; i != 2; fl += 0.1, i = (int) fl, count ++) printf ("fl is %f\n", fl); printf ("Count is %d\n", count); return 0; }
[ "noreply@github.com" ]
achyutjagini.noreply@github.com
96c1525eba59c7edfbdc24fed2461afed5931eee
2c5c1ce3bdac4a141180ad06417bf5ea4ff52986
/src/crash/crash_client.c
1ba5595b5978b977ee9a0d09406fdeb4bb77ee7c
[]
no_license
angelLYK/introduceTCP
ae44e47bac11864c25a8dc59e2a7dfcf9cebfe23
ed92684d903ea84b7183e853812fd357b448c852
refs/heads/master
2021-01-11T02:58:15.489885
2016-10-14T04:22:59
2016-10-14T04:22:59
70,873,874
2
0
null
null
null
null
UTF-8
C
false
false
599
c
/* * crash_client.c * * Created on: Oct 13, 2016 * Author: angel */ #include "../etcp.h" int main(int argc, char **argv) { SOCKET s; int rc; int len; char buf[120]; INIT(); s = tcp_client(argv[1], argv[2]); while (fgets(buf, sizeof(buf), stdin) != NULL) { len = strlen(buf); rc = send(s, buf, le...
[ "angelliyankai@outlook.com" ]
angelliyankai@outlook.com
5f490a500dc3cb7d93cad88c7c892d22baaf0314
c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64
/Engine/Source/ThirdParty/SDL2/SDL-gui-backend/src/video/mir/SDL_miropengl.c
64b17a8eed2e0c164600ed15f011e14dc3f8b5dd
[ "Zlib", "MIT", "LicenseRef-scancode-proprietary-license" ]
permissive
windystrife/UnrealEngine_NVIDIAGameWorks
c3c7863083653caf1bc67d3ef104fb4b9f302e2a
b50e6338a7c5b26374d66306ebc7807541ff815e
refs/heads/4.18-GameWorks
2023-03-11T02:50:08.471040
2022-01-13T20:50:29
2022-01-13T20:50:29
124,100,479
262
179
MIT
2022-12-16T05:36:38
2018-03-06T15:44:09
C++
UTF-8
C
false
false
2,138
c
/* Simple DirectMedia Layer Copyright (C) 1997-2017 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
[ "tungnt.rec@gmail.com" ]
tungnt.rec@gmail.com
b757edd6759f4a7b6efd7b9ab2d6ab0b9df51f15
3ea7ec5e2728ad46c65e17dead6eb337a9fee104
/Scripts/counter_for.c
d2404a29c9a475a5d878b903e5cae2f13090fe40
[]
no_license
IchottMano/C-Training
ae0bd418857d458c47931edf37dbb7cc8cbffb0f
599bf328022cdc5f1667521d013b389f833e390e
refs/heads/master
2021-04-05T23:53:18.836410
2018-03-17T15:48:46
2018-03-17T15:48:46
124,557,466
0
0
null
null
null
null
UTF-8
C
false
false
115
c
#include <stdio.h> int main(void){ double nc; for (nc = 0; getchar() != EOF; ++nc); printf("%.0f\n", nc); }
[ "reschilling@uc.cl" ]
reschilling@uc.cl
05e6c73fa1360f1f4e23a549f44861b1f7ce3084
2f401dd4a477fc9805e3b3ada3f794784a6eb7a5
/examples/8bit/2puzztypesflt.c
b6fc923a8a6a3baa1493b0a9942b23303b8cb2e6
[]
no_license
bill2009/lcc18022b
59ce537c49576feac84ffe79f2e56a7d829ddec5
17ec147e1d449e54a6bba8aa572eb9c95142ca8c
refs/heads/main
2023-03-23T01:37:14.025971
2021-03-15T20:46:00
2021-03-15T20:46:00
348,119,193
0
0
null
null
null
null
UTF-8
C
false
false
1,538
c
#include "stdint.h" /* programs from the C Puzzle Book */ #define uchar unsigned char #define uint uint16_t #define check(EX) if(!(EX)) /*printstr("checkfail\n"); */ printf("check fail %s in %s line %d\n",(uint16_t)#EX,(int16_t)__FILE__,(uint16_t)__LINE__); #include "nstdlib.h" #include <cpu1802spd4port7.h> #defin...
[ "bill_rowe_ottawa@hotmail.com" ]
bill_rowe_ottawa@hotmail.com
be1846638b8240e2edd6a757e4eb7669c7548ff8
9dfec9a4259b6eda5d60b9d1d2a6c95ccc13421a
/src/Test/VncClient/lib/e-Paper/EPD_4in2.c
a83e87fe263ed5e21b12dc53e7b3667cf567d820
[]
no_license
akkdong/FlightComputer
0d7703736059595f21c82ebcc5fe648a3d02b267
fdca248a009333a6b3298dc7059c9ed2f60c6c33
refs/heads/master
2022-01-30T04:11:12.021931
2022-01-19T09:45:42
2022-01-19T09:45:42
155,296,659
3
2
null
null
null
null
UTF-8
C
false
false
23,119
c
/***************************************************************************** * | File : EPD_4in2.c * | Author : Waveshare team * | Function : 4.2inch e-paper * | Info : *---------------- * | This version: V3.1 * | Date : 2019-11-14 * | Info : * ----------------------------...
[ "akkdong@nate.com" ]
akkdong@nate.com
21c7f898d6c87fe859ab97e04d4ea7dd5e7091ff
befa5215c336dc3f6640cc5f8c871e14a4253bf9
/Fast_Script/wifi_name_file.c
a02b24431112539a6a2978a82da51d36025bd473
[]
no_license
vishallight/FastScript
6c55098a1fe1247bb8eb5f9cbdff1bfa10587a58
9535539d6b41a77febaaee71df2d9926ed1b0238
refs/heads/master
2020-04-24T23:56:51.922987
2019-02-24T16:44:20
2019-02-24T16:44:20
172,361,892
1
0
null
null
null
null
UTF-8
C
false
false
759
c
#include<stdio.h> //creating file to save wlan moniter mode name//whulw installing onlky one time #include<string.h> main() { FILE *wlan; char wlan_n[1000];//wlan_re[1000]; wlan=fopen("wlan_name.txt","w"); //opening file to write wlanmon name puts("enter the waln monitor mode name DEFAULT [wlan0mo...
[ "noreply@github.com" ]
vishallight.noreply@github.com
c93ddbcd37cb9ab5057297a53db58cbe73769481
21878614393f7b7e6d4f33338a8d00f286a5b6fa
/cpptest/bsp/AP-RZA-StarterKit/drivers/inc/iodefines/bsc_iodefine.h
e7df0dadf7603ea5c975b9666b41393c17f0b05d
[]
no_license
HiroiImanishi/mros_solid
7908d20755b1d2df3af55b2c6bcd86789035b36e
47141d178675d5bc4792ee9773ff5c299d394ec5
refs/heads/master
2020-06-12T05:09:18.757669
2019-07-11T08:36:07
2019-07-11T08:36:07
194,201,039
0
1
null
2020-03-07T09:43:33
2019-06-28T03:37:42
C
UTF-8
C
false
false
5,489
h
/******************************************************************************* * DISCLAIMER * This software is supplied by Renesas Electronics Corporation and is only * intended for use with Renesas products. No other uses are authorized. This * software is owned by Renesas Electronics Corporation and is protecte...
[ "imanishi@lab3.kuis.kyoto-u.ac.jp" ]
imanishi@lab3.kuis.kyoto-u.ac.jp
6ab0958682a35f0591bb0f1dca974518762f206e
35fe118f7dd79c24cda201216daeeb33ef1f8eff
/USDK/component/os/freertos/freertos_v8.1.2/Demo/Common/Minimal/flash.c
8689707048024869b072ba255fcddaf03a600bf1
[ "Unlicense" ]
permissive
ghsecuritylab/RTL00_WEB
207319f2948805d3e753f7b7f56ca7ad036e1cc7
a999e4c2fd188d56130273432012bec502c4ccc1
refs/heads/master
2021-02-28T19:28:13.131821
2018-04-20T08:08:48
2018-04-20T08:08:48
245,727,532
0
0
Unlicense
2020-03-08T00:30:19
2020-03-08T00:30:19
null
UTF-8
C
false
false
6,300
c
/* FreeRTOS V8.1.2 - Copyright (C) 2014 Real Time Engineers Ltd. All rights reserved VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION. *************************************************************************** * ...
[ "pvvx@mail.ru" ]
pvvx@mail.ru
733bc73e0aa4bf785ebc1100c1c98d86a3560ed3
01ba3e428dc727d760db83da3ad073bca94e9244
/inc/types.h
4e7776a17a9bbeb4173dff35710fef3273a1cc8d
[]
no_license
projectRise/projectRise
8a9f433fb13f9de220a051225303d1530b1d5eb0
ee36cc8cbc44ed7780586e3d72fb84c93a3172a9
refs/heads/master
2020-12-29T15:56:27.533689
2020-05-27T14:26:18
2020-05-27T14:26:18
238,660,513
0
0
null
null
null
null
UTF-8
C
false
false
223
h
#ifndef __TYPES_H__ #define __TYPES_H__ #include <stdint.h> typedef struct __attribute__((packed)) { uint32_t timestamp; uint16_t co2; uint16_t error; uint16_t battery; } payload_t; #endif // __TYPES_H__
[ "albrdev@gmail.com" ]
albrdev@gmail.com
5ac3bf942b3917c8ada41736d77f91e2623221f7
bca54914e8f19b62ada9a42f559c810a1fa9d6bd
/fillit/libft/ft_strcpy.c
27bf24cc8440cebff708afc3e0fbd14c022bfa3e
[]
no_license
AndreiZab/School42
619ff4756f319fae99425defffa19148ec3e3173
3906db391bd3ad151f1787c58403334d721db7eb
refs/heads/master
2021-08-27T21:02:41.179080
2021-08-23T10:09:47
2021-08-23T10:09:47
180,994,495
7
0
null
null
null
null
UTF-8
C
false
false
1,075
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strcpy.c :+: :+: :+: ...
[ "larlyne@e6r4p8.21-school.ru" ]
larlyne@e6r4p8.21-school.ru
02c0bb12246b95710cb3b5fa3897dce9e77a6422
5f7bacb32e0e4d72a86b7955653650296bd3093b
/document/module/【正点原子】7寸RGBLCD电容触摸屏模块1024600资料/2,程序源码/(寄存器版本,适合阿波罗STM32F767开发板)实验31 触摸屏实验/HARDWARE/TOUCH/touch.h
f00fe43384dee239f4c6fffbb711f119dd7504a8
[ "Apache-2.0" ]
permissive
779671681/STM32-RT_Thread-link_H750
b3d9409fe677d07d7d5a256b309146e9f10f78bc
f64f5f20c3735db6e77d492e8365a2d459f3c8a4
refs/heads/main
2023-01-30T14:32:47.451534
2020-12-19T13:58:07
2020-12-19T13:58:07
null
0
0
null
null
null
null
GB18030
C
false
false
3,342
h
#ifndef __TOUCH_H__ #define __TOUCH_H__ #include "sys.h" #include "ott2001a.h" #include "gt9147.h" #include "ft5206.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何用途 //ALIENTEK STM32开发板 //触摸屏驱动(支持ADS7843/7846/UH7843/7846/XPT2046/TSC2046/...
[ "xqyjlj@126.com" ]
xqyjlj@126.com
845294c6e0237639497901e11b896e53407961ef
1ca76f254bca397b38caec2621a96388867c69dc
/arch/nds32/mm/alignment.c
e1aed9dc692dd3bac752720a82880de865e7cb2d
[ "Unlicense" ]
permissive
gameslayer12/system_call
3a79d6e59c345ad954437dffece8e572b58c7631
36d4789b17409e9a995f97bde2e44e7131ecc434
refs/heads/master
2020-08-08T12:17:56.354786
2019-10-12T03:16:10
2019-10-12T03:16:10
213,830,368
0
0
Unlicense
2019-10-09T05:41:56
2019-10-09T05:41:53
null
UTF-8
C
false
false
11,609
c
// SPDX-License-Identifier: GPL-2.0 // Copyright (C) 2005-2017 Andes Technology Corporation #include <linux/proc_fs.h> #include <linux/uaccess.h> #include <linux/sysctl.h> #include <asm/unaligned.h> #define DEBUG(enable, tagged, ...) \ do{ \ if (enable) { \ if (tagged) \ pr_warn("[ %30s() ] "...
[ "kyeung5@mail.sfsu.edu" ]
kyeung5@mail.sfsu.edu
54b3af17a60bd8a4594830d539cc17d2778abd43
860c378f081b4370c354f9769af2d085ac765bc6
/python3/include/python3.3m/pyconfig.h
35dfb04bc54ce579938165600234e0036606e1eb
[]
no_license
Darjka/tudeng17
c0c331a0d674a7287a54267ce202861022123003
c63b320c0aa94a3fd2b272f6cbe8422b22819f10
refs/heads/master
2020-12-25T19:03:55.336822
2015-05-13T12:24:23
2015-05-13T12:24:23
34,328,501
0
0
null
null
null
null
UTF-8
C
false
false
42,284
h
/* pyconfig.h. Generated from pyconfig.h.in by configure. */ /* pyconfig.h.in. Generated from configure.ac by autoheader. */ #ifndef Py_PYCONFIG_H #define Py_PYCONFIG_H /* Define if building universal (internal helper macro) */ /* #undef AC_APPLE_UNIVERSAL_BUILD */ /* Define for AIX if your compiler is a genui...
[ "darja_d@mail.ru" ]
darja_d@mail.ru
ed071910df4ddd57d4c4315b3064063eeb2e74cd
715084f2278f545cdd1e558b36480a9c491087b9
/pract6/CondCarrT.c
2dd08c1658d9c8aba720545ed7fbfbd0c29d76e7
[]
no_license
Cotel/FSO
c41bd38ac13d93d65f85b25cc127233752ee602d
a2461912ad9ab3b42fa2be64167ff3304929cc77
refs/heads/master
2016-09-09T17:39:49.022442
2015-10-27T19:16:53
2015-10-27T19:16:53
42,937,441
5
1
null
null
null
null
UTF-8
C
false
false
2,905
c
/* */ /* CondCarr.c (Observacion de condiciones de carrera y soluciones) */ /* Fundamentos de los Sistemas Operativos (sesion 6) */ /* Grupo de Sistemas Operativos DISCA (UPV) */ /* Ultima revision:...
[ "miguelcoletomunoz@hotmail.com" ]
miguelcoletomunoz@hotmail.com
bda0d06886a56f27df4ff7659e32d560eb9128a1
2c7c8340d6a676faa27d94241ee895abd1fffab5
/include/lef.tab.h
312f500e319e1d8c3fcacf0414119674a31c536d
[ "Apache-2.0" ]
permissive
mithro/LEF
cefb4026a90583673511a7b98134eb3f0dfdd18f
6c3a2ee404f5f514c42fe826538da98254c33db3
refs/heads/master
2022-08-11T17:00:56.743527
2020-05-24T00:03:03
2020-05-24T00:03:03
262,692,126
1
0
NOASSERTION
2020-05-10T01:45:44
2020-05-10T01:45:43
null
UTF-8
C
false
false
16
h
../lef/lef.tab.h
[ "thiagocbbt@gmail.com" ]
thiagocbbt@gmail.com
53450b02b591d3233f8547d5f964c4ef0d30eb57
0b3156425b01cfbf11b4436dfa59134634931014
/src/include/Processes.h
888c9a0455dfc32c9f15b4944084e05935bba7fb
[]
no_license
shidong12593/rtx
85cdfb76e53174c21b8153fbaa98ffb21b823e54
713cfd555b4cc6affc086a4db2d8e3ce098a198d
refs/heads/master
2021-01-23T05:46:04.104085
2012-06-09T22:37:07
2012-06-09T22:37:07
null
0
0
null
null
null
null
UTF-8
C
false
false
177
h
/*** * Declare the user-level processes that are executed by the scheduler. ***/ void processA(); void processB(); void processC(); void consoleProcess(); void nullProcess();
[ "nevilles@gmail.com" ]
nevilles@gmail.com
b96d7ba85d0ed79980575e4977f0f5a9ae42d8e0
f50c17294df7075d6171c7a666ec3767709b88f0
/driver/weidongshan/note_details/1st_season/source/mmu/init.c
cd4920d39a7f8325d8399b6c9a6826b28b32cf6b
[ "Apache-2.0" ]
permissive
FfeiGithub/Linux
b0df0e40875970a0f587f9b863ec28761dcf3bdb
055d0a3a74c6324e730282dba57660283f63b329
refs/heads/master
2023-03-21T09:06:12.385774
2020-12-26T14:10:35
2020-12-26T14:10:35
null
0
0
null
null
null
null
UTF-8
C
false
false
6,071
c
/** * init.c:进行一些初始化,在Steppingstone中运行 * 它和head.S同属第一部分程序,此时MMU为开启,使用物理地址 */ /* WATCHDOG寄存器 */ #define WTCON (*(volatile unsigned long *)0x53000000) /* 存储控制器的寄存器地址 */ #define MEM_CTL_BASE 0x48000000 /* 关闭WATCHDOG,否则CPU会不断重启 */ void disable_watch_dog(void) { WTCON = 0; } /* * 设置存储控制器以使用SDRAM *...
[ "melvin_cao@sileadinc.com" ]
melvin_cao@sileadinc.com
1e95d9ffe567e04dfb2d0e9f7f8dac9804609fd8
b93f37d479522b05f7c7d5e9c6e74f64a00fe455
/stunnel-oqs/oqs-openssl-1.0.2/ssl/tls1.h
2b1d96cc28e6cd56012ea4384b92881c0eb49300
[ "MIT", "OpenSSL" ]
permissive
gehuangyi20/Koinonia
455062c94cf0fc5b81a0572304835d3e32200866
98b81dd3da9f1bd4d16844f77def22c068d6559a
refs/heads/master
2021-07-06T08:45:29.693558
2020-11-10T17:43:57
2020-11-10T17:43:57
204,637,538
2
3
MIT
2020-11-10T17:43:58
2019-08-27T06:41:56
C
UTF-8
C
false
false
49,571
h
/* ssl/tls1.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-commercial...
[ "gehuangyi20@hotmail.com" ]
gehuangyi20@hotmail.com
14fff941c9be8eabd77e85e19587907a3e18e133
db54c32e9fc863083728d40047b844826998c96a
/inc/gameLogic.h
faffe9ab29946f39d23b278a835acfb1f7a00f99
[ "MIT" ]
permissive
jacksonbarreto/trivial
d770af7c5e29d7262b326867c24839bd2d772d01
84bf31184c908b117e2b053abf58b8fc5ce93f0b
refs/heads/master
2022-11-20T12:53:25.770876
2020-07-27T09:22:46
2020-07-27T09:22:46
257,644,800
2
2
MIT
2020-06-05T22:08:46
2020-04-21T16:03:41
C
UTF-8
C
false
false
1,977
h
#ifndef __GAME_LOGIC_H__ #define __GAME_LOGIC_H__ #include "config.h" CONTROLINT startGame(void); static CONTROLINT getGameMode(void); static CONTROLINT getTotalPlayers(void); static CONTROLINT playRound(USER * players,const CONTROLINT totalPlayers, const CONTROLINT gameMode); static THEME * instantiateThemes(...
[ "jackson.barreto@gmail.com" ]
jackson.barreto@gmail.com
c11fe52f9c7dc068e8ef8f7c8f4de31d77d1e7e7
a86cd9f35f2efb29d5d681a484014f08078e1f36
/Chapter 2/2.3 - Scrolling/kernel/src/cpu/ports.c
cb3caad76505a6f3e9d70019974a3a0dc5c6e18e
[ "MIT" ]
permissive
pl4smaN/64bit-os-tutorial
7ce6594148c49d8ad78f2b29500e5b2462c377d2
2e297d04d5a2e0f7fead84ad057e6b283a8c6972
refs/heads/master
2023-08-24T23:59:41.095779
2021-10-20T17:57:17
2021-10-20T17:57:17
null
0
0
null
null
null
null
UTF-8
C
false
false
604
c
#include <cpu/ports.h> u8_t byte_in(u16_t port){ // We're using inline assembly to read from the port // "=a" (result) means to put value of rax in result // "d" (port) means put value of port in dx // asm instructions use the form "command" : "output" : "input" // Use the "in" assembly command ...
[ "gxm262@case.edu" ]
gxm262@case.edu
6837ef9a5875629883f640bc949aadca1f1a03cf
ba3b162f7a22b2bb3652f114ffb9d74238c70f2d
/nuc126/StdDriver/inc/ebi.h
cbd81da8f03792b3ce69c4e924de3e337b4fa80f
[]
no_license
majbthrd/nuc_driver
ecb7fbb4f1eccfab43903e6ac5c25ca61de2e7c9
2204191ec76283371419fbcec207da02e1bc22fa
refs/heads/master
2020-12-04T08:46:47.618574
2020-02-08T01:54:03
2020-02-08T01:54:03
231,699,915
2
0
null
null
null
null
UTF-8
C
false
false
10,070
h
/**************************************************************************//** * @file ebi.h * @version V3.00 * $Revision: 5 $ * $Date: 16/10/25 4:25p $ * @brief NUC126 series External Bus Interface(EBI) driver header file * * @note * Copyright (C) 2016 Nuvoton Technology Corp. All rights reser...
[ "12226419+majbthrd@users.noreply.github.com" ]
12226419+majbthrd@users.noreply.github.com
b9538e26c971a19ffd0e8afc99013006e0c32832
9d9dc3b061fe1c606c9f5a7ecb16992b6ddd0ac7
/lib/cmn/alg-rand.c
d938ed7a3c48481a152096c1aef061c1e489e14d
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
hyung-hwan/qse
26b07ac7227faff48a224d6c726fa5c05a694651
aef4ac2a2cab38bb8af58d944d9759728ccae5ea
refs/heads/main
2023-08-10T23:33:52.016075
2023-08-01T07:52:41
2023-08-01T07:52:41
34,650,818
4
0
null
null
null
null
UTF-8
C
false
false
2,614
c
/* * $Id$ * Copyright (c) 2006-2019 Chung, Hyung-Hwan. 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 notic...
[ "hyunghwan.chung@gmail.com" ]
hyunghwan.chung@gmail.com
0a40168db951146b7db592f671b28191f799e2e4
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/d6d63a30-90df-4642-8c9c-3d6d1cf0a5cf.c
0e5cbb421dd3b95b5bfd4ef5fb52461832bf7113
[]
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
576
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=12; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = i%j; l = l/j; k = k-k*k; //variables /* START VULNERABILITY */ int a; long b[46]; long c[33]; a = 0; while (b[( a - 1 )] != 0) { ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
1458b5276918e6421af1f8f7982fc9fbea8ab7e9
91ad9fd4e4b079e825c2a18fd68991ab2c8cb99b
/include/init.h
9636ebf39eab2ad1aafb3147e54c7c8e34a48043
[]
no_license
sanctusraphael/Fuck
ba142ac196ab67b1fb9290d7372f7e76096b4caf
3c0236b654e762b2dc29128a74446537e8b457e5
refs/heads/master
2021-01-10T03:57:31.485608
2015-11-24T22:08:00
2015-11-24T22:08:00
46,820,899
14
0
null
null
null
null
UTF-8
C
false
false
1,289
h
#ifndef INIT_H #define INIT_H #include <stdio.h> #include <stdint.h> /* Flags that are used when validating and processing code */ enum { FUCK = 0x01, FUCKED = 0x02, FUCKING = 0x04, MOTHERFUCKING = 0x08, FUCKERS = 0x10, MOTHERFUCKERS = 0x20, MULTILINE = 0x40, SUPPLEMENTARY = 0x80, READFILE = 0x100...
[ "yumisekaimetal@gmail.com" ]
yumisekaimetal@gmail.com
9db73835beba447e4ff15de2f92315e27c414667
96dee57a202f4b00fd5bc22ee305b2d5b0850eb7
/exercises/9:4/ex04.c
dbe7cf3b495c752dccf3b4b1911ddf07bd85b3a1
[]
no_license
mark9856/OperatingSystems_2014
90d1ebc06035c497ee1aefc527c9bdecf8c2801e
d47ac3d66e5aa34a1ef571e775382287db556003
refs/heads/master
2021-01-02T09:32:41.144382
2015-02-24T02:02:55
2015-02-24T02:02:55
31,240,557
0
0
null
null
null
null
UTF-8
C
false
false
1,993
c
/* ex04.c */ #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> /* * fd C++ Java C * 0 stdin cin System.in scanf(), read(), getchar() * 1 stdout cout System.out printf(), write() * 2 st...
[ "mark9856@gmail.com" ]
mark9856@gmail.com
eda52fd9ae3ad1da258c89e9ee15f9c1aab57cb8
6e5b2eaa15e4ca25f668875a9613c226d64a6c25
/TP4/src/LinkedList.c
c18febcd1f02a34dae170fcb6c3cfd316505b867
[]
no_license
rodoSolari/tp_laboratorio_1
57771508c44a5519f8a028ad8f7c0dd85681d22f
a88cfb32fbda8b5096299a905d1593feba993109
refs/heads/master
2021-05-20T22:28:14.253556
2020-06-27T14:33:16
2020-06-27T14:33:16
252,438,209
1
0
null
null
null
null
UTF-8
C
false
false
16,371
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "../inc/LinkedList.h" static Node* getNode(LinkedList* this, int nodeIndex); static int addNode(LinkedList* this, int nodeIndex,void* pElement); /** \brief Crea un nuevo LinkedList en memoria de manera dinamica * * \param void * \retu...
[ "noreply@github.com" ]
rodoSolari.noreply@github.com
237773cc2864bda97e7fdd2256076e4337a7c918
09d9890cac969c565cf3d9c25d83e6e63158047f
/src/stdio/format.c
304c003993e997dc027dc848d833380761b79f9c
[ "MIT" ]
permissive
dextero/evilibc
76bef8d5f3acbd24b7c0e308fe70e5d263452def
afaa0d0f1439de00e673f1f321b0c39f6c4617dd
refs/heads/master
2020-05-18T14:43:13.760261
2018-04-07T20:26:53
2018-04-07T20:49:35
84,253,222
6
1
null
2017-10-28T21:40:33
2017-03-07T22:37:30
C
UTF-8
C
false
false
4,741
c
#include <evil-config.h> #include "format.h" #include "stdbool.h" #include "string.h" #define DEFAULT INT_MIN static const char *parse_flags(const char *fmt, int *out_flags) { while (true) { switch (*fmt) { case '-': *out_flags |= FLAG_LEFT_JUSTIFY; ...
[ "marcin@mradomski.pl" ]
marcin@mradomski.pl
000ef83910cb5fe33a249cf2c02ed6a3ea72817f
f32a12510128163960989fdff627b76f38d0f8e5
/arch/xen/xen/clock.c
b679378d6f0dbbf7166a4d17e6c1a74dfc901670
[]
no_license
nullnilaki/NetBSDsgimips64
52beca68b3f8d586cd4ceaa83ab27e57872d0ad2
970ade54a28a8e6401485b77f6111cb606234823
refs/heads/master
2020-06-09T06:25:27.151062
2019-12-28T11:44:43
2019-12-28T11:44:43
193,388,730
0
0
null
null
null
null
UTF-8
C
false
false
26,713
c
/* $NetBSD: clock.c,v 1.76 2018/12/25 06:50:12 cherry Exp $ */ /*- * Copyright (c) 2017, 2018 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Taylor R. Campbell. * * Redistribution and use in source and binary forms, with or wit...
[ "nullnilaki@gmail.com" ]
nullnilaki@gmail.com
ee83e00161c42a2bcb5a388cde8f0e486fa9e358
9ef53ca160384f08ea1db2d3c5f91151e79a32d4
/ex26/ft_count_if.c
a49000c8c90824cd498f20c6e30c9223060ec8f6
[]
no_license
StarHope148/piscine_reloaded
9ce47edb4e8598788a073786308574705d8d866f
d597b5cedf75b3f085f49d44592bec06a2186471
refs/heads/master
2020-04-05T05:27:54.982629
2018-11-13T12:14:45
2018-11-13T12:14:45
156,596,523
0
0
null
null
null
null
UTF-8
C
false
false
1,055
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_count_if.c :+: :+: :+: ...
[ "jcanteau@e1r10p2.42.fr" ]
jcanteau@e1r10p2.42.fr
2eed6fea831f7c6fbed55a9c4492561a97adef24
7803bd2dd0ab72f6c809865b468e7bbbe010e4d3
/include/my.h
170c751a2981bff6cc124856acd89dcd2de2a846
[]
no_license
ThanaelFontaine/PSU_minishell1_2019
47673cb04995b38938f1e1014ac7cf6330164afd
58c83a336767e307512fb9dd338aeabc3d1d1d14
refs/heads/master
2021-04-21T23:54:07.912666
2020-03-24T22:11:49
2020-03-24T22:11:49
249,829,060
0
0
null
null
null
null
UTF-8
C
false
false
1,261
h
/* ** EPITECH PROJECT, 2019 ** my.h ** File description: ** my.h */ #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <math.h> #include <stdarg.h> #include <sys/stat.h> #include <sys/types.h> #include <fcntl.h> #include <sys/wait.h> int compter_caractere(char *str, char c); int compter_avant(char *s...
[ "thanael.fontaine@epitech.eu" ]
thanael.fontaine@epitech.eu
5540d963d750e9c8979664353d3c6053a52a0bee
362f8248349170e0e7864fae17a4d97515512daf
/semantic_analysis.h
7f8d4f5f06ef07f69a15a81ab76b7fa49e55eafd
[]
no_license
shiruilu/cmm-compiler
e6af0a21bf4813a53c62af0ad6aa16d87e3d2a9c
7911d8f45b632ed4c7ece0e20006c1ce0adaec06
refs/heads/master
2021-01-19T11:17:32.447846
2013-11-25T13:02:50
2013-11-25T13:02:50
32,115,384
2
0
null
null
null
null
UTF-8
C
false
false
111
h
#ifndef SEMANTIC_ANALYSIS_H #define SEMANTIC_ANALYSIS_H #include "ast.h" void sdt(ast_node *p_node); #endif
[ "lushirui1118@gmail.com@dab6ff4b-27a8-59bf-ed04-f7c1f3dc854d" ]
lushirui1118@gmail.com@dab6ff4b-27a8-59bf-ed04-f7c1f3dc854d
f8157f3bc23595a4dd75442cf9c67d263c056b49
cc304eca39c3f692e01bf682ff78ac1a00bb2c9d
/tree_lvlorder.c
5678d8db24ed57c5d9765692e283160cd4fd9194
[]
no_license
239yash/Data_structures_c
a932aea19ac6d1a9827747d501be9abf15358cae
f599d7f4e337edf15a96d3fe00cfcbafa8abb879
refs/heads/master
2022-03-01T19:47:32.682065
2019-10-10T16:14:27
2019-10-10T16:14:27
210,154,561
0
0
null
null
null
null
UTF-8
C
false
false
2,746
c
#include<stdio.h> #include<stdlib.h> //creation of node structures struct node { int value; struct node*left; struct node*right; }; //creation of queue structure struct queue { struct node*link; struct queue*next; }; struct queue*start=NULL; //declarations struct node* create(); void enqueue(struc...
[ "noreply@github.com" ]
239yash.noreply@github.com
052e2e2ed0639717d7bbaad9a2410825e9a7b298
a1db605f036d6b9dd194303296b8f76d11c7e862
/Lab3/Lab3/Generated_Code/IO_Map.h
7b3a0781c239e0f10ef542afd653ca4bb18ad89a
[]
no_license
JosephMusumeci/CC2511
b92e1e8ff8a2047acd2f4ea17d63f6894bf5187a
95ec48cf249dbb692762c6086825d200275bf044
refs/heads/master
2023-01-03T10:36:20.795217
2020-10-29T04:17:12
2020-10-29T04:17:12
288,035,589
0
0
null
null
null
null
UTF-8
C
false
false
3,169
h
/* ################################################################### ** This component module is generated by Processor Expert. Do not modify it. ** Filename : IO_Map.h ** Project : Lab1 ** Processor : MK22FN512VLH12 ** Component : IO_Map ** Version : Driver 01.00 ** Compile...
[ "joseph.musumeci@my.jcu.edu.au" ]
joseph.musumeci@my.jcu.edu.au
5c7a87eade0bd4e5b4c9762ef79963673e2733af
33b08e494d0fe8c08e453edebce9dcb5e6328c06
/jni/com_ntek_dpinterface_dpjni.h
12a7804fe1047fb20c38f4feca9e7e65ab937bb4
[]
no_license
kernelate/Android-Test
8b13cac7e09b03e1e11052dbdc3ff8ace25e5511
40545b02e06c2fb0b9e8dfa29c0bf03c055bb20c
refs/heads/master
2021-06-10T08:55:22.245864
2017-01-24T02:00:59
2017-01-24T02:00:59
null
0
0
null
null
null
null
UTF-8
C
false
true
1,040
h
/* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class com_ntek_dpinterface_dpjni */ #ifndef _Included_com_ntek_dpinterface_dpjni #define _Included_com_ntek_dpinterface_dpjni #ifdef __cplusplus extern "C" { #endif /* * Class: com_ntek_dpinterface_dpjni * Method: led1control...
[ "ranaguinaldo@gmail.com" ]
ranaguinaldo@gmail.com
4e69e57d646883f43fcd6935d254ed09597addb9
87461a608522cb2f87f53b1a04b370a38dab91f0
/FirstGITProg.c
0147e8a997d6abcadf262d8bd99b2c4fe8380966
[]
no_license
VictorAlvaradoDSE/Repository
b1c6e11cd72b9e2dced7cc4012b36a39492fc3e3
38746e01d230f0f1a28cf80306e4c959cd3b5ae7
refs/heads/master
2020-03-28T06:38:33.888700
2018-09-07T17:16:19
2018-09-07T17:16:19
147,849,558
0
0
null
null
null
null
UTF-8
C
false
false
227
c
#include <stdio.h> #include <math.h> #include <stdlib.h> int main() { printf("First GIT program example"); printf("First GIT program example with a branch"); printf("First GIT program example with branch parallel"); return 0; }
[ "victor.alvarado.dse@uteq.edu.mx" ]
victor.alvarado.dse@uteq.edu.mx
800adc5f26213a2de43b463ba50bcc715d675ea5
c17795b6f7253c9a4be1dfb0e79509433c10b54a
/2_8/XN297L_TX_V1/SPI_Transmit/Code/main.c
090cd7600e75c583736a6909fccc98c3f3a499f0
[]
no_license
Shockwave202/WorkReport
a87d3c7c14fea52d32c6774643ef16c9ea29bc23
edd2d968571c161e55a6ffb0610034ed6665a1b9
refs/heads/main
2023-03-02T01:38:37.451495
2021-02-08T06:13:53
2021-02-08T06:13:53
305,564,800
0
1
null
null
null
null
UTF-8
C
false
false
5,837
c
//Fcn description: //Single Master,single slave architecture. //Transmit data consecutively through MOSI pin, //SPIF will be set after completion of data transfer, //clear SPIF and start a new transmission. #include "N76E003.h"//Definitions for SFRs and bits in SFRs //which end their add...
[ "noreply@github.com" ]
Shockwave202.noreply@github.com
6b75d431763cc161faa4e2c57cbce44bb06d8fbf
5b0ef3e872f5aca8b430e34ebca9c1a4ae3d63fe
/older/PairwiseANDsum.c
29c5ceaf481874b6e76a505cfc7bf9fe39e6ee1d
[]
no_license
venkatesh551/CodeChef
826d27989029770b8db77c235e0d5de001aaf83c
ae20d15dd35ae530d35732f113e9f7f0c7142542
refs/heads/master
2021-01-23T21:35:36.918692
2015-07-14T04:42:46
2015-07-14T04:42:46
34,179,633
0
0
null
null
null
null
UTF-8
C
false
false
278
c
#include <stdio.h> int main() { int N, A[100000], i, j long long sum; scanf("%d", &N); for(i = 0; i < N; i++) scanf("%d", &A[i]); sum = 0; for(i = 0; i < N; i++) { for(j = i+1; j < N; j++) { sum += (A[i] & A[j]); } } printf("%lld\n", sum); return 0; }
[ "p.venkatesh551@gmail.com" ]
p.venkatesh551@gmail.com
cad0d8afbfb38542a34932a74ead45ab6550a93a
802d4ff6dcf3214fd01d637fd29f2d05e2f81b40
/lib/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test7/SetFilePointer.cpp
33dfd5e711f3e88f25f4d71b13074731753fd98a
[ "MIT" ]
permissive
ABaboshin/DotNetCoreProfiler
d5da527f658bc0ee73938c2baa7e9e77a09bd65a
890a36f52848115b06516f55eaf0cbee87c1c72e
refs/heads/master
2023-01-28T13:13:09.388734
2022-12-12T23:32:11
2022-12-12T23:32:11
244,022,814
13
3
MIT
2023-01-11T11:14:42
2020-02-29T18:44:27
C++
UTF-8
C
false
false
6,322
cpp
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /*===================================================================== ** ** Source: SetFilePointer.c (test 7) ** ...
[ "andrey.baboshin@gmail.com" ]
andrey.baboshin@gmail.com
2c1c7c404938edf0110d06aad727fb24a943c2b8
6ff31cb8fd1cacedbd9ef460b93e6eda40de2226
/examples/device/msc_dual_lun/src/msc_disk_dual.c
48c8f240962a3357446a1fcb536e605f1e4c8ec3
[ "MIT" ]
permissive
MarkTseng/tinyusb
71e46ef307a04d075fed063c6329786ae4ada1d1
13c1bd762e48fc83125dd0a701c895816cfe5921
refs/heads/master
2020-05-19T16:19:34.934240
2019-05-04T08:10:16
2019-05-04T08:10:16
null
0
0
null
null
null
null
UTF-8
C
false
false
14,889
c
/* * The MIT License (MIT) * * Copyright (c) 2018, hathach (tinyusb.org) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights...
[ "thach@tinyusb.org" ]
thach@tinyusb.org
7236f6481bd711bb3492c9180623dc87f162987e
5c255f911786e984286b1f7a4e6091a68419d049
/code/d7652ca1-a013-4373-8502-7969ba436b2f.c
d395546b3821c65dfd4f69af60084843e0ddaeae
[]
no_license
nmharmon8/Deep-Buffer-Overflow-Detection
70fe02c8dc75d12e91f5bc4468cf260e490af1a4
e0c86210c86afb07c8d4abcc957c7f1b252b4eb2
refs/heads/master
2021-09-11T19:09:59.944740
2018-04-06T16:26:34
2018-04-06T16:26:34
125,521,331
0
0
null
null
null
null
UTF-8
C
false
false
241
c
#include <stdio.h> int main() { int i=4; int j=12; int k; int l; k = 53; l = 64; k = i/j; i = i/j; l = l/j; l = l+j; l = l+j; k = i-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
4c510c13dad994dee4d92479f0e6612cec631a0c
6e665dcd74541d40647ebb64e30aa60bc71e610c
/800/PstnAPI/unit_test/device/fxo/test_fxo_rx_cid.c
92ceb6dfddf9c573804ec1b6106236629919afaf
[]
no_license
jacklee032016/pbx
b27871251a6d49285eaade2d0a9ec02032c3ec62
554149c134e50db8ea27de6a092934a51e156eb6
refs/heads/master
2020-03-24T21:52:18.653518
2018-08-04T20:01:15
2018-08-04T20:01:15
143,054,776
0
0
null
null
null
null
UTF-8
C
false
false
4,867
c
/* * $Id: test_fxo_rx_cid.c,v 1.1.1.1 2006/11/30 16:22:46 lizhijie Exp $ * $Author: lizhijie $ */ /* * test callee process both in initial and end a call */ #include <stdio.h> #include <string.h> #include <errno.h> #include <fcntl.h> #include <stdlib.h> #include <unistd.h> #include <sys/ioctl.h> #inc...
[ "jacklee032016@gmail.com" ]
jacklee032016@gmail.com
ba404030f3296960347289b85825b33324f213d4
9c835f30929ce0c5d618eb9029b781eb48ec1ea4
/Chapter1/exercise1.10-2.c
049a07097086436d85a00bdce50d14c4b5ff7a53
[]
no_license
shubhamlonkar/C-K-and-R-Book-Programs
73bcfa4eb66e7fb2b6f8b636cb65380b4f5d514d
6574d9e00060b191c987bd2a056ab1f967491163
refs/heads/master
2021-01-22T19:17:49.844799
2018-12-22T06:13:58
2018-12-22T06:13:58
85,181,045
0
0
null
null
null
null
UTF-8
C
false
false
332
c
#include <stdio.h> int main(int argc,char* argv[]) { int c; while((c = getchar()) != EOF) { if(c == '\t') printf("\\t"); if(c == '\b') printf("\\b"); if(c == '\\') printf("\\\\"); else putchar(c); } ...
[ "noreply@github.com" ]
shubhamlonkar.noreply@github.com
05cb7fa7a13c872e98e98140868e03143b328e13
c78a60f13081c803186270aee7c8ef993fb5f953
/MPI_Accelerator_Benchmark/MICRO_BENCHMARK.c
4de6332123fee18504568bbcdb5ee01ebcfdde52
[]
no_license
imanfaraji/parallel_programs
47f81215eda3c75356723530471688706385f353
f9d52794a783ff6967901b84e9cd6ee4b761a974
refs/heads/master
2021-01-11T00:10:08.498335
2016-09-25T17:09:44
2016-09-25T17:09:44
69,173,020
3
1
null
null
null
null
UTF-8
C
false
false
5,150
c
/*********************************************************************************** * This micro-benchmark set allows multiple communication patterns to run concurrently * on the CPU and/or the GPU buffer. Current benchmarks in this set includes: * * - 2D-5point Stencil * - 3D Torus * - Alltoall on a subcommu...
[ "imfaraji@gmail.com" ]
imfaraji@gmail.com
221b7a27a7d0f9f6f0570256afa25af57d617245
9d13bce860326c4835e98f0e54d4cebfeef5ca6d
/src/Level.c
75bb8b762a77aba3b64c9f5dbe2a4be01ec7a833
[]
no_license
cualquiercosa327/SoniCPort
a99f9ff15c88e0919e0b61710f32c3f9921318d3
5650a16650324a8d5b1392260e49d82019e681bb
refs/heads/master
2023-05-07T22:17:25.527383
2021-02-18T03:59:48
2021-02-18T03:59:48
null
0
0
null
null
null
null
UTF-8
C
false
false
24,282
c
#include "Level.h" #include <Constants.h> #include "Game.h" #include "LevelScroll.h" #include "LevelDraw.h" #include "Kosinski.h" #include "PLC.h" #include "Palette.h" #include <Backend/VDP.h> #include <string.h> //Level layouts static const uint8_t layout_ghz1[] = { #include <Resource/Layout/GHZ1.h> }; static con...
[ "44537737+cuckydev@users.noreply.github.com" ]
44537737+cuckydev@users.noreply.github.com
5f0ccd88d9f910cf54747cf3460a345c218f8602
8c912a4b8168798cc0294ba44bc991d201d23fe2
/src/udp.c
a7c6b961d3e48021d128c6d1e35be5182e58744c
[]
no_license
qVipoL/udp-echo-app
09fc4a4693d1bef8f8060284d508ed9224c84cda
2d832e6a1b012d89cdfc04a355d9b449106e1e7c
refs/heads/master
2023-06-13T22:23:52.161830
2021-07-15T16:42:07
2021-07-15T16:42:07
385,198,463
0
0
null
null
null
null
UTF-8
C
false
false
4,136
c
#include "../include/udp.h" void error(char *s) { perror(s); exit(1); } int init_udp_socket() { int socket_fd; if ((socket_fd = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP)) == -1) error("failed to create socket\n"); return socket_fd; } saddr_in init_udp_client(char *address, int port) { ...
[ "a26161553@gmail.com" ]
a26161553@gmail.com
41b9a11ea6259c69845216c67558d9d4dfa940a6
5f95342549413dc14e4b5b83c517076d556d52c9
/bin/csh/str.c
aaa9905189d088b46ed6d1b68711ffadaec8ddea
[]
no_license
mikekmv/aeriebsd-src
ee4ce27893e6be0768acb9729fde21f08e3d5c17
04a0f2dffa69cbdb3b9d3f593c9317681eaa6302
refs/heads/master
2021-01-17T12:07:14.334767
2013-03-09T23:52:38
2013-03-09T23:52:38
10,635,652
1
1
null
null
null
null
UTF-8
C
false
false
9,149
c
/*- * Copyright (c) 1991, 1993 * 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 cop...
[ "root" ]
root
e6cc2c35fbfee5e066443fef41424cdbbd17705f
bc949cbcded25afc8511d07c8d86509d5746b2a8
/dataset/12363.c
fd586f9bbe9419b9529a2f074de5207cc1711aa4
[]
no_license
hqjenny/CSmith_random_pgm
52aa1face59749a9d0656fc4088f6f921aac2dab
0ebf41b85201cbe791a13304cdb45e22504f0ce7
refs/heads/master
2023-08-17T23:28:24.519500
2021-09-15T19:55:23
2021-09-15T19:55:23
406,904,982
1
0
null
null
null
null
UTF-8
C
false
false
3,172
c
/* * This is a RANDOMLY GENERATED PROGRAM. * * Generator: csmith 2.2.0 * Git version: dcef523 * Options: --no-structs --no-pointers --no-math64 --max-funcs 4 --no-unions --output 12363.c * Seed: 1136393580 */ #include "csmith.h" static long __undefined; /* --- Struct/Union Declarations --- */ /* --- G...
[ "hqjenny@hotmail.com" ]
hqjenny@hotmail.com
97cd8fe98b9198ad2d1ff2ea9f13b1da7398b56c
6ee896a84c4512cb4d23d5bf98594c04d8e0d36a
/inc/box.h/box.h
4db797623f80b09d19941c928fe96198e76e11af
[]
no_license
99003772/My-code
c53fac151d5b8697c36a20b7dc9047c9edb90a85
1ea82096bd6839a054b4e5c9ac0c366a3cdcad20
refs/heads/main
2023-04-15T10:07:48.183172
2021-04-20T19:21:06
2021-04-20T19:21:06
338,854,796
0
0
null
null
null
null
UTF-8
C
false
false
723
h
/** * @file box.h * @author Aruna(99003756) Karisma(99003760) Souvik(99003784) Sayani(99003772) Suvradeep(99003788) (a.aruna@ltts.com.com) * @brief * @version 0.1 * @date 2021-02-22 * * @copyright Copyright (c) 2021 * */ #ifndef BOX_H__ #define BOX_H__ #define SUCCESS 1 #define ZERO 0 #define SIZE 10 ...
[ "noreply@github.com" ]
99003772.noreply@github.com
a3ae818c28ee8ed66cdcf77107c5f435c73b4210
95f8e45a4dfa363833e052d7650491975959350f
/1069.c
f01e727a03cd37609154e363b34e9a3a158ffd3b
[]
no_license
LeeGwangBong/codeupAl
54dae38862851a35bd360725e84c855ce43e06d1
602b6a70ba3c2b8cc399902076b7b2bcc45d4561
refs/heads/master
2020-04-08T05:14:51.900497
2019-01-25T02:08:29
2019-01-25T02:08:29
159,052,647
1
0
null
null
null
null
UTF-8
C
false
false
322
c
#include <stdio.h> int main(void) { char a ; scanf("%c",&a); if (a == 'A') { printf("best!!!"); } else if (a == 'B') { printf("good!!"); } else if (a == 'C') { printf("run!"); } else if (a == 'D') { printf("slowly~"); } else { printf("what?"); } return 0; }
[ "noreply@github.com" ]
LeeGwangBong.noreply@github.com
3087676289b561695e9d9355ca426797bb288dbe
04c8d8da9cebc13513c1b9c7658707ecadfa0ed3
/Roll a Ball/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Array_InternalEnumerator_1_gen_762MethodDeclarations.h
f8f1624510e65e258c11a826344bd30625b43c27
[]
no_license
fkieyhzen/RollABall
ed9ef9e93f3cfaecd2be10013797e97e9c1e479e
f083b660966094939ed2b5d2028e31bb4e86a67e
refs/heads/master
2023-03-19T18:19:11.437779
2015-06-08T15:27:45
2015-06-08T15:27:45
null
0
0
null
null
null
null
UTF-8
C
false
false
1,679
h
#pragma once // System.Array/InternalEnumerator`1<System.LoaderOptimization> struct InternalEnumerator_1_t11104; // System.Object struct Object_t; // System.Array struct Array_t; // System.LoaderOptimization #include "mscorlib_System_LoaderOptimization.h" // System.Void System.Array/InternalEnumerator`1<System.Loade...
[ "patrick@beetheswarm" ]
patrick@beetheswarm
aad959b66f307c4020438828aacf5b7efec83eeb
8ae681a01ecedd4d107534baa95212b92c8f4520
/usb/include/USBVideo.h
4aac81ee926912e8ca66ac769516bb23c4586f78
[]
no_license
helloworld1983/2060-83
7ea250bd5b86e32febf291d87b816ddea2e8fa4a
73e01796f67e4b9ac87645aaa91760b96d12067f
refs/heads/master
2020-04-24T13:47:40.050654
2013-06-20T07:22:46
2013-06-20T07:22:46
null
0
0
null
null
null
null
WINDOWS-1258
C
false
false
34,991
h
/* ---------------------------------------------------------------------------- * ATMEL Microcontroller Software Support * ---------------------------------------------------------------------------- * Copyright (c) 2010, Atmel Corporation * * All rights reserved. * * Redistribution and use in source an...
[ "chenzhengxi@126.com" ]
chenzhengxi@126.com
6e09df160638b627ce4e6c40602c804cddec7e6b
3bc6a063fb9e3ec3be24258b4ce0165c4f2c0fb6
/fyy_inke/Pods/Headers/Public/LFLiveKit/GPUImageSepiaFilter.h
3ada2c8977e05cbc19494222ab08eac2bbd53199
[ "Apache-2.0" ]
permissive
yayunfeng/fyy_inke
2a593906e2adf31c39d2d93703a928090afdb73a
f240c72f9dd7093375824cbd27e0f2a77420499d
refs/heads/master
2021-01-20T14:42:59.941124
2017-02-22T11:10:25
2017-02-22T11:10:25
82,769,221
25
1
null
null
null
null
UTF-8
C
false
false
66
h
../../../LFLiveKit/LFLiveKit/Vendor/GPUImage/GPUImageSepiaFilter.h
[ "941949529@qq.com" ]
941949529@qq.com
5daa9cbab78386047a2304feaad9ce5ea14bb964
38575fb792abc446f1957d589047d3fc77e9edb9
/study/2.C_and_C++/C/class_clang/C语言/07-第8天(指针与字符串处理操作)/02-参考代码/t.c
412c782a152005408d07dcd9199651a5ce8b049a
[]
no_license
llb1008x/API
f1a0c3c76c9a6a41485e1a71c475010089e5e4b6
45cbf43750ad8a020a08a9227bba6914b090e5a6
refs/heads/master
2022-11-03T15:17:23.449072
2020-04-30T02:35:27
2020-04-30T02:35:27
71,621,596
2
2
null
2022-10-04T23:40:49
2016-10-22T06:37:07
C
UTF-8
C
false
false
612
c
#include <stdio.h> #include <string.h> int main() { char msg_src[]={"+CMGR:REC UNREAD,+8613466630259,98/10/01,18:22:11+00,ABCdefGHI"}; char *str[5]; int i=0,cont=0; str[i] = strtok(msg_src,","); while(str[i]!=NULL){ i++; str[i] = strtok(NULL,","); } // for(;cont<i;cont++) // printf("%s\n"...
[ "llb1008x@126.com" ]
llb1008x@126.com
c9c98634252983adcc3b257272a3744992048971
6582e6932e4d68b82c920ebc84b314af329f6b49
/GLES/gl.h
3a95ff0444db60cd4a7f5b180ce7e7b6287f0787
[]
no_license
derekdreery/khronos-api
85418fff4dc84566d3baadd4e69e9ff4cbbee817
95c43bdb7dd4e69145fa0025d142cec7cae89349
refs/heads/master
2021-01-17T12:15:43.624368
2014-04-03T05:34:41
2014-04-03T05:34:41
null
0
0
null
null
null
null
UTF-8
C
false
false
31,604
h
#ifndef __gl_h_ #define __gl_h_ 1 #ifdef __cplusplus extern "C" { #endif /* ** Copyright (c) 2013 The Khronos Group Inc. ** ** Permission is hereby granted, free of charge, to any person obtaining a ** copy of this software and/or associated documentation files (the ** "Materials"), to deal in the Materials without r...
[ "oddhack@e7fa87d3-cd2b-0410-9028-fcbf551c1848" ]
oddhack@e7fa87d3-cd2b-0410-9028-fcbf551c1848
a024bd7943a0d27069147d800a916320e2102d4b
4a15e189ad0e3f379c009036bd3e593c01ef971b
/CMSIS_RTOS_RTX/RTOS/RTX/Boards/Renesas/RZ_A1H_GENMAI/C++_ex2/system_Renesas_RZ_A1.h
4ac4ed12b1065eb11d995ce453e44acccf31bacd
[]
no_license
mfkiwl/GPS_C_code_xdwahaha
affb4be5bcbb9f5adcbcf4298ad9deb8df5ae758
8c05a43e6006ec39069942b9cd63098cdef0c0d4
refs/heads/master
2022-11-09T11:31:20.087716
2020-06-30T04:59:36
2020-06-30T04:59:36
null
0
0
null
null
null
null
UTF-8
C
false
false
2,524
h
/**************************************************************************//** * @file system_Renesas_RZ_A1.h * @brief CMSIS Device System Header File for * ARMCA9 Device Series * @version V1.00 * @date 11 June 2013 * * @note * ************************************************************...
[ "ju52112002@gmail.com" ]
ju52112002@gmail.com
4dd79d5e36f0ba560e6b6f88e9caaeb3d061822b
6f3e0000993816afa03d64c5a02b94fca2931200
/gnu/usr.bin/gcc4/arch/i386/configargs.h
22af1d43312c054e044c564c18717af50cffba7e
[ "BSD-3-Clause" ]
permissive
fallen/NetBSD6
b6dc7a2593846816b8cb6f47cf26054ca2811667
44e0ac4ada812ace1f9ca8ce4792e287d83bd951
refs/heads/master
2022-04-09T14:50:47.274147
2020-03-08T14:01:38
2020-03-08T14:01:38
8,187,676
2
2
null
2020-03-08T14:01:39
2013-02-13T20:57:45
null
UTF-8
C
false
false
759
h
/* This file is automatically generated. DO NOT EDIT! */ /* Generated from: NetBSD: mknative-gcc,v 1.45 2009/12/17 15:48:13 uebayasi Exp */ /* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp */ /* Generated automatically. */ static const char configuration_arguments[] = "/usr/src/tools/gc...
[ "yann.sionneau@gmail.com" ]
yann.sionneau@gmail.com
83327b4b09ff29ff53301e5397d21745d29ed4e0
4a7be38e24d8bfb0eacd380d5c0cf3995c40c761
/src/smc_gen/r_ble_rx23w/src/app_lib/cli/r_ble_cli.h
b1e0ea072f020c6580e9dad05b1175fd3ba66faf
[]
no_license
adrianbica/BLE_thpsensor_RX23W
b03356bce81edb0cce19133a5e1a9518bb933003
22b60fa1c6cdf2c15188b19ebbda15a9b51da2a5
refs/heads/master
2021-02-14T07:40:15.529166
2020-03-05T03:44:19
2020-03-05T03:44:19
244,785,400
3
0
null
null
null
null
UTF-8
C
false
false
8,727
h
/*********************************************************************************************************************** * DISCLAIMER * This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products. No * other uses are authorized. This software is owned by Renesas Elect...
[ "adrianbica@yahoo.com" ]
adrianbica@yahoo.com
7c2ce0fd41f886f64ce4852098a1f01dda5581f3
297497957c531d81ba286bc91253fbbb78b4d8be
/modules/zlib/src/gzread.c
39db4ea07c75fc331174f423fde50888c1977f75
[ "Zlib", "LicenseRef-scancode-unknown-license-reference" ]
permissive
marco-c/gecko-dev-comments-removed
7a9dd34045b07e6b22f0c636c0a836b9e639f9d3
61942784fb157763e65608e5a29b3729b0aa66fa
refs/heads/master
2023-08-09T18:55:25.895853
2023-08-01T00:40:39
2023-08-01T00:40:39
211,297,481
0
0
NOASSERTION
2019-09-29T01:27:49
2019-09-27T10:44:24
C++
UTF-8
C
false
false
12,732
c
#include "gzguts.h" local int gz_load OF((gz_statep, unsigned char *, unsigned, unsigned *)); local int gz_avail OF((gz_statep)); local int gz_look OF((gz_statep)); local int gz_decomp OF((gz_statep)); local int gz_fetch OF((gz_statep)); local int gz_skip OF((gz_statep, z_off64_t)); local z_size_t gz_read OF((gz...
[ "mcastelluccio@mozilla.com" ]
mcastelluccio@mozilla.com
5e562a09310709d87e1d194fa9bbc06fce4c1324
285689fe51de4236aa0bba89b2bb50220327a26e
/ProjKEIL_Chrono_TIM_IT_LL/Services/batterie/batterie.c
f5fe7176bc8ba08ed4fb98e129fd882df687f6ce
[ "BSD-3-Clause" ]
permissive
diarraas/Projet_voilier
bc1c12bc9c7fa07f2e8db6d1da85e2e2def2076c
1ae106244a343e378032bff3154ff9b70bbcf386
refs/heads/master
2020-09-24T18:32:43.812772
2019-12-04T08:33:44
2019-12-04T08:33:44
225,817,425
0
0
null
null
null
null
ISO-8859-1
C
false
false
818
c
#include "batterie.h" #include "stm32f1xx_ll_rcc.h" // utile dans la fonction SystemClock_Config #include "stm32f1xx_ll_utils.h" // utile dans la fonction SystemClock_Config #include "stm32f1xx_ll_system.h" // utile dans la fonction SystemClock_Config #include "stm32f1xx_ll_gpio.h" #include "stm32f1xx_ll_adc.h" vo...
[ "diarra@insat.insa-toulouse.fr" ]
diarra@insat.insa-toulouse.fr
bd7677b1a0f175f1cb8ca6fc47b5a9911a5aa2c5
648505a9dec697791b254313bacd210dd42e143e
/src/Assignment1b-dir/searching_OMP_0.c
57595cc84ed7146d38e7c1f297673b15de59d7ca
[]
no_license
Altadsa/HPC-Sequential-Searching-using-OpenMP
e7020f89099e628d45bed3aa64c6b43b6d82e02a
5d7d82af7f98ac2a3e7a69ed2aedc03071e2e0a0
refs/heads/master
2023-01-02T17:28:05.562163
2020-10-25T13:10:42
2020-10-25T13:10:42
307,101,104
0
0
null
null
null
null
UTF-8
C
false
false
4,871
c
#include <stdlib.h> #include <stdio.h> #include <string.h> #include <math.h> #include <time.h> #include <unistd.h> #include <omp.h> //////////////////////////////////////////////////////////////////////////////// // Program main //////////////////////////////////////////////////////////////////////////////// char *...
[ "acoyle22@qub.ac.uk" ]
acoyle22@qub.ac.uk
05263e8c33eaf96a04120839a7453bedcd1f05ee
8ade6f2290d90c5c37bdcc0944b4d48c79a28107
/src-old/lpcopen/dc_freertos_blinky/example/src/ipc_msg.c
58166dacf060f78d457ff3fbb72965b118d7617b
[]
no_license
zevv/modular
ab89f5d3d8bbf2215c633146d5295efb1585927c
22242eb49ad56c67abc23829703753df26bf3017
refs/heads/master
2022-05-01T07:53:14.677244
2022-04-27T21:10:57
2022-04-27T21:10:57
115,802,264
1
0
null
null
null
null
UTF-8
C
false
false
10,725
c
/* * @brief LPC43XX Inter Processor Communication(IPC) functions * * @note * Copyright(C) NXP Semiconductors, 2013 * All rights reserved. * * @par * Software that is described herein is for illustrative purposes only * which provides customers with programming information regarding the * LPC product...
[ "ico@pruts.nl" ]
ico@pruts.nl
fb5e6518627921b64bf9d2ee6c2d4571f9e7caaf
4ec230492004011838c5a6a4a6df10f805544528
/SUBMIN.c
d4eeaba27a5335b02786c6056234cbb7dd745cf8
[]
no_license
GoldenGuts/FunCoding
3a8e3ca50be00335fbfff9f8516127b1bbf05d0e
10f5fd17cc2853fd514425a60d1e01661f2d5767
refs/heads/master
2020-06-04T16:49:54.891267
2019-06-15T18:35:26
2019-06-15T18:35:26
192,110,526
0
0
null
null
null
null
UTF-8
C
false
false
350
c
#include <stdio.h> int main() { int n; scanf("%d",&n); int i,a[n]; for (i = 0; i < n; i++) { scanf("%d",&a[i]); } int q; scanf("%d",&q); while (q--) { int k,i,j,ans=0; scanf("%d",&k); for (i = 0; i < n; i++) { int min = 10000000; for (j = i; j < n; j++) { if (a[j] < min) { min = a[j]; } if (min == k) { ans++; } } } pri...
[ "noreply@github.com" ]
GoldenGuts.noreply@github.com
6012196b6f90c00c80c8ee7c7436c1d316c60174
5c6480cc1b934922773281177ea83e49e8a6bd57
/tst_btic1h/bt1h_blkdec.c
f233d211f4363ed8f43d791561d85f5cf2ccd82a
[ "MIT" ]
permissive
cr88192/bgbtech_misc
4f35f00280181b61efebe588e8f992bc22bc801b
6915e9478b2ca08c743cd7dd78ab2368c09f452a
refs/heads/master
2022-12-14T13:55:09.839630
2022-12-09T07:07:29
2022-12-09T07:07:29
45,514,683
7
0
null
null
null
null
UTF-8
C
false
false
64,326
c
/* Copyright (C) 2015 by Brendan G Bohannon Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distr...
[ "cr88192@gmail.com" ]
cr88192@gmail.com
75c0ec77ca24246b1c7d05fe0a7d1b4f15e817c3
31a1cf27da846887c6ec3e6123b76508d80b0a5e
/src/pXest/d4est_initial_grid_input.h
0c094325153424e7f1b9f48b28bd0840c37f4512
[ "MIT", "CC-BY-3.0" ]
permissive
trevor-vincent-dupe/d4est
180652d93ea9048797fc079ee562bfab5fb1b35e
031d5d06067b970db9581023c68d3e018fb40e34
refs/heads/master
2020-03-09T21:58:36.102527
2018-06-17T06:15:01
2018-06-17T06:15:01
129,023,746
0
0
null
2018-04-11T02:41:09
2018-04-11T02:41:09
null
UTF-8
C
false
false
176
h
#ifndef D4EST_INITIAL_GRID_INPUT_H #define D4EST_INITIAL_GRID_INPUT_H #include <ini.h> #include <pXest.h> #include <d4est_util.h> #include <d4est_element_data.h> #endif
[ "tvincent@cita.utoronto.ca" ]
tvincent@cita.utoronto.ca
b4e6d106d984376a1c8f97d7d0641b568d6fa5cd
63f56d143a53bfd31035cc0c3632a85855142331
/lis/metforcing/cmorph/cm_readzipf.c
78e48f9b77b5150deed8d18690618b488232701a
[ "Apache-2.0" ]
permissive
bmcandr/LISF
8726d9c12c602a29d910456676060e6f5ba3dcfd
9423f7c38e9f0cdacb6fa80e3efd3e6cdfe2f8d1
refs/heads/master
2022-12-22T15:25:57.425477
2022-12-15T19:51:27
2022-12-15T19:51:27
253,544,031
0
1
Apache-2.0
2022-05-23T03:14:23
2020-04-06T15:47:07
Fortran
UTF-8
C
false
false
1,292
c
//-----------------------BEGIN NOTICE -- DO NOT EDIT----------------------- // NASA Goddard Space Flight Center // Land Information System Framework (LISF) // Version 7.4 // // Copyright (c) 2022 United States Government as represented by the // Administrator of the National Aeronautics and Space Administration. // All...
[ "james.v.geiger@nasa.gov" ]
james.v.geiger@nasa.gov
ed2aa0d95d6d93f251d40135782ef417d1394915
5790a21e4a4967ea6c6ae4427fea34973dc62a4a
/utils/lerpf.c
cf4b03d845d6f9d994f6df464a7cb0f3a3b2aa97
[]
no_license
Z-Map/mathex
983e4dd58f9f27b433b3198e28c218ab34409457
4d350d9acde27b0c095d0591b9f68eeda606402b
refs/heads/master
2021-06-08T00:29:23.369215
2019-05-28T19:19:22
2019-05-28T19:19:22
96,156,511
0
0
null
null
null
null
UTF-8
C
false
false
1,531
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* lerpf.c :+: :+: :+: ...
[ "blendfan@gmail.com" ]
blendfan@gmail.com
61bdba18b9fcd0cfddd5d0cc2fc99f714484500a
31993bf47ec5ee776924fe58c1ba32d52613d30b
/workspace/data-structure-examples/src/data-structure-examples.c
2b630be357bf092b1175c843ab75eb6ee1c085ae
[]
no_license
edielsonpf/data-structures-examples
9e15378552d4d78f2b14c795041c97389b0097c3
c56e6d2880bd3de30b02f55744af6ce53950e597
refs/heads/master
2021-01-13T02:18:40.905355
2018-12-24T14:54:51
2018-12-24T14:54:51
35,036,201
0
0
null
null
null
null
UTF-8
C
false
false
894
c
/* ============================================================================ Name : data-structure-examples.c Author : Edielson P. Frigieri Version : Copyright : Description : Hello World in C, Ansi-style ============================================================================ */ #inc...
[ "edielsonpf@gmail.com" ]
edielsonpf@gmail.com
371a076aab10c93de8669f904e13d32e642fa73d
88b860a472177e2883456ccb824017ea055e7b80
/src/emapf-c/ccurv.c
b448c5f35c1cb20e47c82fbcc79fa097d4ee0cdc
[ "JasPer-2.0", "LicenseRef-scancode-warranty-disclaimer", "TCL", "Zlib", "Libpng", "LicenseRef-scancode-public-domain" ]
permissive
schwehr/degrib
9c2cd27aa296c54b1728ec3df2a7822f4c188773
5c074cbe1f45df86f7f48d501f9f98dad5f08004
refs/heads/master
2021-03-12T23:55:00.037092
2014-10-19T13:11:08
2014-10-19T13:11:08
25,428,534
4
1
null
null
null
null
UTF-8
C
false
false
2,139
c
#include <stdlib.h> #include <math.h> #include "cmapf.h" #define REARTH stcprm->arad #define GAMMA stcprm->gamma #define ECCEN stcprm->eccen /* * ccurv.c - source file for conformal mapping function utility. * Written 12/21/94 by * Dr. Albion Taylor * NOAA / OAR / ARL Phone: (301) 713-0295 ext 13...
[ "schwehr@gmail.com" ]
schwehr@gmail.com
b4d8fa77811919ebe1b6bd686e93b5fffb32a00a
14633630efb2708b15dc11d544fb9de5aa54278e
/headers/compiler/mm.h
e4f3e9a859bcf98d51ec2696abaf6017acc0d045
[ "MIT" ]
permissive
Aveheuzed/mylang
80e37291966be338fc703564686a162d2f4f8961
3c1294e9d490d4c363f13813219c32aac47d45c4
refs/heads/master
2023-07-11T08:59:37.235722
2021-08-23T18:22:59
2021-08-23T18:22:59
332,870,348
1
0
null
null
null
null
UTF-8
C
false
false
691
h
#ifndef mm_h #define mm_h #include <stddef.h> #include "compiler/compiler.h" #include "compiler/runtime_types.h" typedef struct Value { size_t pos; RuntimeType type; } Value; typedef enum BFState { STATE_UNTOUCHED, // guaranteed to be zero STATE_AVAILABLE, // not guaranteed ...
[ "a.masson555@ntymail.com" ]
a.masson555@ntymail.com
53e9b9c2bb1be9f770486a429a51944a2970570f
367795f0cfbb8154523a2dfcd1afbefe534fde63
/Ft_Printf/libft/ft_strnew.c
22460a45cc11120ab4594fb472d979ed9447520e
[]
no_license
Onathezema/42Projects
211c5047f7b2e2b2c0997958c1c223567fd70785
0c6d257f9ac264aaad32fa0d1dc7395f79dea170
refs/heads/master
2020-04-24T06:36:53.406087
2019-10-17T23:32:32
2019-10-17T23:32:32
171,771,371
1
0
null
null
null
null
UTF-8
C
false
false
999
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strnew.c :+: :+: :+: ...
[ "winorth@student.42.us.org" ]
winorth@student.42.us.org
da26922beb18acadd3196a12a97f38068d1645cf
e7a9688907f3d2569f5aaa817643a30a41248526
/NaryFan/HotelTracer/HotelTracer/common_interface.h
c5b93aae4895a2752f8c76d9afaa1c9fbf38660c
[]
no_license
PashaKlybik/prog-053505
bc3827b1174ef8d5ea3c50648acf91f1f2153b60
8478558bf66d6a78597a646bc2e56ca27e489abb
refs/heads/main
2023-06-01T13:55:18.540348
2021-06-21T21:33:11
2021-06-21T21:33:11
341,513,371
0
30
null
2021-06-21T21:33:11
2021-02-23T10:20:05
C
UTF-8
C
false
false
1,051
h
#pragma once #define _CRT_SECURE_NO_WARNINGS #define HAVE_STRUCT_TIMESPEC #include "nodes.h" #include <stdio.h> #include <stdlib.h> #include <conio.h> #include <string.h> #include <windows.h> #define esc 27 #define delimetr "=============================================================================================...
[ "noreply@github.com" ]
PashaKlybik.noreply@github.com
479327496c3de26657dacd78cd0d1cb312632860
903c45082bd0d4fbb0a0d6a289b5294d8d05c314
/bin/csh/proc.h
3b061fdde48cee61ac3fca03f64b5823dfa10673
[]
no_license
tombibsd/netbsd-src
0552d62659412e821163c945c62b7555d1e616d2
7f0f8c8c4b00f7c47700b8260a5cbd627d73fe7c
refs/heads/master
2021-01-21T04:54:21.541793
2016-06-17T00:56:40
2016-06-17T00:56:40
24,783,931
0
0
null
null
null
null
UTF-8
C
false
false
4,342
h
/* $NetBSD$ */ /*- * Copyright (c) 1980, 1991, 1993 * 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...
[ "uebayasi@tombi.co.jp" ]
uebayasi@tombi.co.jp
f26d51f1effeede440da367817fc111a60e32e70
9616b5a938987151edeb16700887aa2bc0f356b4
/C Language/conversion.c
67837482c4ef6580fa772771d25862a5e3d41ae2
[]
no_license
ginnigarg/Algorithms
b09fa0e02aee0de2cab33e9d76afe1ca4fe86f89
2f0c0e1ef52a43ee91ab409b0c0eb61b5fc016a9
refs/heads/master
2021-03-27T14:31:23.302236
2020-10-12T11:56:37
2020-10-12T11:56:37
104,869,002
0
0
null
2020-10-12T11:56:38
2017-09-26T10:06:45
C
UTF-8
C
false
false
241
c
#include <stdio.h> int main () { int input; printf ("Enter the number in decimal : "); scanf ("%d",&input); printf ("%d (which is in decimal form) is %x in hexadecimal form and %o in octal form ",input,input,input); return 0; }
[ "noreply@github.com" ]
ginnigarg.noreply@github.com
e9ea7babce93199ed303f7ea96bbec899c740e8a
3a56b1155d39c8e4dfaff52f0ec2e43b64304c28
/frames/06234.h
121bcbc0c962f98a2bd17da84a9e9c962185eed1
[]
no_license
RippedOrigami/GBA-Rick
6a610bde18e8dda978730b2d754565e9cdcbfe1d
0953de71ad0a392f5d3a0bcedc54d55e478925b7
refs/heads/master
2021-05-28T17:10:33.260039
2014-11-28T17:14:04
2014-11-28T17:14:04
null
0
0
null
null
null
null
UTF-8
C
false
false
660
h
//{{BLOCK(_6234) //====================================================================== // // _6234, 40x40@8, // + palette 256 entries, not compressed // + 25 tiles lz77 compressed // Total size: 512 + 1320 = 1832 // // Time-stamp: 2014-11-28, 05:20:23 // Exported by Cearn's GBA Image Transmogrifier, v0.8.12 // ( ...
[ "mtinc2@gmail.com" ]
mtinc2@gmail.com
9924493e9cc647a16feb0e92c4cd18ef3aca6cc3
33827d7d9721fa89cf464091a2c2a37c7665ffd4
/src/components/board/WProgram.h
20e639c493881ad113450f0124696923146b3901
[]
no_license
liquidware/arduino_cores_touchshield
cb013b0915054a75118758eb1a630ad9bdc6b021
3f94c68e279d9a335a21b1ce482217946b248bce
refs/heads/master
2021-01-19T17:11:46.602554
2014-07-15T09:59:11
2014-07-15T09:59:11
null
0
0
null
null
null
null
UTF-8
C
false
false
429
h
#include <stdlib.h> #include <string.h> #include <math.h> #include <avr/interrupt.h> #include <avr/signal.h> #include "wiring.h" #include "HardwareSerial.h" #ifndef SUBPGRAPHICS_H #include "SubPGraphics.h" //enable SubPGrahpics by default #endif #ifdef __cplusplus #if 0 // random prototypes long random(long); lo...
[ "chris.ladden@liquidware.com" ]
chris.ladden@liquidware.com
2223fd2149ae42d6229948ed7ec9416ef732b3d3
7fab20287b45f3fd0f23b8b5ae44c6cad17c1a73
/day10/ex04/ft_count_if.c
bc77b446eee9fcea74e4d8349b60524d0a58a5ed
[]
no_license
wwilliamsshan/42-piscine
b3c5b93d4c4b5022fb7691e77482302e541d360c
dfde27ea136bdefbf341ff9c51205f0c5d5b84c1
refs/heads/master
2020-03-17T12:45:42.610524
2018-06-08T21:11:46
2018-06-08T21:11:46
133,601,950
0
0
null
null
null
null
UTF-8
C
false
false
1,071
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_count_if.c :+: :+: :+: ...
[ "wwilliamsshan@gmail.com" ]
wwilliamsshan@gmail.com
74993bba7feea77bd0e051f007b6cf2b808db482
4d00447558fd68357fda18efe48003b41698c647
/src/fw_D/P2P22_TXMODE_NXP/lib/clib/memcmp_P.c
a526f94d6ad7fd33c6e4f6a15172c49c6981dedb
[]
no_license
camellion0/pic32_ata_isp
ba556107fbc2022ec72af19eec4ea37d97d3d474
80525ea4875516b45910d76eeaef5cc5b542c899
refs/heads/master
2022-08-13T16:29:13.889619
2020-05-20T16:41:11
2020-05-20T16:41:11
265,625,613
2
0
null
null
null
null
UTF-8
C
false
false
381
c
#include <pgmspace.h> #pragma language=extended /* compare unsigned char s1[n], s2[n] */ __x_z int (memcmp_P)(const void *s1, PGM_VOID_P s2, size_t n) { unsigned char uc1, uc2; if (n != 0) do { uc1 = *(*(const unsigned char **)&s1)++; uc2 = *(*(PGM_P*)&s2)++; if (uc1 != uc2) ...
[ "52112572+camellion0@users.noreply.github.com" ]
52112572+camellion0@users.noreply.github.com
c18a59b6f78e925140aeeaeb3dfa06820b1a6f30
abb2a3fb017e3ed013d4347f74b20b1e40d28729
/zmail/util/reassembler/fatal.h
52ab99effbddb9bdbfb5e2d9fb083aca76cb9de1
[]
no_license
argv01/zmail
89e7dbfa72c1b32569b2e6e6fa87276759d697fe
989fc1466b89766ef47eecef1695cb0ef1324406
refs/heads/master
2020-05-19T11:16:53.726879
2015-03-22T15:39:17
2015-03-22T15:39:17
32,241,950
5
3
null
null
null
null
UTF-8
C
false
false
389
h
#ifndef INCLUDE_REASSEMBLER_FATAL_H #define INCLUDE_REASSEMBLER_FATAL_H #include <stdio.h> #define _stringize(token) # token #define _stringval(macro) _stringize(macro) #define WHERE(function) # function "(" _stringval(__LINE__) ")" extern FILE *fatal_sink; extern const char *fatal_basename; void fatal_handler(...
[ "akkana@d26571fc-dde6-11de-9bce-518a61f59f6d" ]
akkana@d26571fc-dde6-11de-9bce-518a61f59f6d
5a57c1d4999bdbcaac717d69bf02304a333beb10
f8d56979a236b5e83c14528746e6af090283aee9
/DTGraphKit/CDStructures.h
e548d316444bd44ffc73bb69ad6b3733d6f8f171
[]
no_license
luisobo/Xcode-RuntimeHeaders
7bf6369e09938aaea20e25f15a5a18ca8a5e44d9
a31d1ed8cc34a1880330ec3ca4dd19bb3eca0c33
refs/heads/master
2020-05-31T22:38:24.882209
2019-11-26T18:09:02
2019-11-26T18:09:02
12,946,563
186
44
null
2019-12-30T17:40:14
2013-09-19T11:04:41
Objective-C
UTF-8
C
false
false
905
h
/* * Generated by class-dump 3.3.4 (64 bit). * * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard. */ #pragma mark Named Structures struct CGPoint { double x; double y; }; struct CGRect { struct CGPoint origin; struct CGSize size; }; struct CGSize { double ...
[ "luissolano87@gmail.com" ]
luissolano87@gmail.com
21c2f8e0701069d704201f7f53f1a42464f7f216
52adfda7189ba61c88381a5e6800fde6ce2c6d70
/B_SESealASN1.h
32de9de807c163812afab408a3d74803b6410822
[]
no_license
liuzhenxin/uKeyManage
fcf6abbf167f1d2abcaae7d6d725a77f068a035f
8148de73f06831981d981802f24b3750dec2ac16
refs/heads/master
2020-07-29T07:10:47.444846
2019-07-17T09:27:40
2019-07-17T09:27:40
209,710,343
1
3
null
2019-09-20T05:15:03
2019-09-20T05:15:03
null
GB18030
C
false
false
2,709
h
#ifndef SESEALASN1_H_H_ #define SESEALASN1_H_H_ #include <openssl/ecdsa.h> #include <openssl/asn1.h> #include <openssl/asn1t.h> #include <openssl/objects.h> //头信息的ASN.1定义 typedef struct SHS_Header_st1 { ASN1_IA5STRING *SHS_Header_ID; ASN1_INTEGER *SHS_Header_Version; ASN1_IA5STRING *SHS_Header_VID; }...
[ "15981955337@163.com" ]
15981955337@163.com
ea33a2ab847da46d833f5b2bcb2866130bbfb49e
5af5a29ae1a20bca81285ab036dfbb2af9b66ba1
/System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices-Structs.h
a80f31e4d8a45519dc7988189be143ab8fb724ed
[ "MIT" ]
permissive
corbie11/iOS14Headers
9f2fe98b91577dc33c5e2e9e055d8fa9e9a284cb
c0b7e9f0049c6b2571358584eed67c841140624f
refs/heads/master
2023-01-10T21:11:48.861588
2020-11-03T19:54:40
2020-11-03T19:54:40
null
0
0
null
null
null
null
UTF-8
C
false
false
723
h
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:40:06 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices * classdump-dyld is licensed under GPLv3, Copyri...
[ "kevin.w.bradley@me.com" ]
kevin.w.bradley@me.com
47b427a37c051b870a7a2fd8cb040025dfa3bf68
488ec6267705db5d62156557747b90d0b4a74fc9
/DS05.si4project/Backup/mmi_feature(194).h
7e3f5321653112eaba0e8dd92666c93cba445c58
[]
no_license
mmiker/DS05_OB38A08T2
cadde6785b252abfa0563dc6fc80fd79bd90b4ad
792b7966fb36ec032141480e7adfdb87f9cb4a60
refs/heads/master
2023-05-02T11:37:47.094571
2021-03-04T07:35:36
2021-03-04T07:35:36
null
0
0
null
null
null
null
UTF-8
C
false
false
371
h
#ifndef __MMI_FEATURE_H__ #define __MMI_FEATURE_H__ #include "dq_project.h" #ifdef __DQ_PROJECT_DS06__ //#define __LOCK_RFID_CARD_SUPPORT__ #define __LOCK_AUDIO_SUPPORT__ #define __LOCK_KEY_SUPPORT__ #define __LOCK_FP_SUPPORT__ #define __PREIPHERAL_FP_SY_SUPPORT__ #define __LOCK_WIFI_SUPPORT__ #define __LOCK_A...
[ "zchhacker@163.com" ]
zchhacker@163.com
b9d4da835dbdcd43265647a7d03af9df8ea69af9
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/97257653-54d3-45ad-9d6d-327a569bf77a.c
65d3aceca7af2047103e73715f7a39bc81486d07
[]
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
613
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=12; int k; int l; j = 53; l = 64; k = i/j; l = i/j; l = j/j; l = i/j; l = i-j; l = i/j; l = j%j; l = l-j; k = k-k*i; //variables /* START VULNERABILITY */ int a; char b[96]; char c[8...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
5c482d6e7fa515c610d16697b9b6c4c44c82acc1
c96034691586efb65515e8dc774fe9abae37a608
/l3gd20spi.h
8f716895fd74592149d74dcdf14cec0304f18d1e
[]
no_license
guitarhua/My-MCU-Libraries---2nd-try
709650d6df7e74d3d95fae8935b868f5543bdc63
7187dde7b0b2f8024d6ab4a191e639f1536da897
refs/heads/master
2022-11-14T21:25:11.065846
2020-07-11T20:07:11
2020-07-11T20:07:11
null
0
0
null
null
null
null
UTF-8
C
false
false
2,180
h
#ifndef _L3GD20SPI_H #define _L3GD20SPI_H #include "gpio.h" //we use gpio #include "spi_sw.h" //we use software spi //hardware configuration #define L3GD20CS_PORT GPIOE #define L3GD20CS_DDR GPIOE #define L3GD20CS (1<<3) //end hardware configuration #define l3gd20_deselect(cs) do {IO_S...
[ "noreply@github.com" ]
guitarhua.noreply@github.com
bb594a7722cec85f1ff6b1828161fff047bd9439
9ef038d098f6cf90be479a93c5543b77857d7779
/mbed-cloud-client/network-manager/source/include/nm_interface_manager.h
ef5e28fd4366ff742a9d4aa8a204f4a0ed233d1d
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
darkopancev517/pelion-client
f02a38b7c09da752895defeb420ef0dee2ae2d9b
215136e5e71cb316dd9684bd008adf8cd1a99ca4
refs/heads/master
2023-04-28T12:16:25.245322
2021-05-13T06:55:42
2021-05-13T06:55:42
346,247,373
0
0
null
null
null
null
UTF-8
C
false
false
1,791
h
/* * Copyright (c) 2020 ARM Limited. All rights reserved. * SPDX-License-Identifier: Apache-2.0 * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2...
[ "igededarkopancev@gmail.com" ]
igededarkopancev@gmail.com
34aa1ca46fce1dfa782440d8b6cd65fe7b6db2cf
eac302ce4565a1a5460a269d8ae84624c792a0ac
/someC.c
f0fd296cd2b685fc1ce4d69e87963d88b6e956a7
[]
no_license
bar-ang/TAU_Infosec
69844e27245db3756d72b921917248e10fa6fcd6
dd58431b02ec8a67c93939f3883848cf02d845b0
refs/heads/master
2021-01-20T07:07:43.312309
2017-05-21T22:12:37
2017-05-21T22:12:37
89,964,816
0
0
null
null
null
null
UTF-8
C
false
false
71
c
#include <stdlib.h> int main(){ printf("Hello git!\n"); return 0; }
[ "bar.ang16@gmail.com" ]
bar.ang16@gmail.com
afd06502a8712379ea4c205dbfedc9cb0f3ee7de
f55504c6675d480fb7a60b5303913ebe503bef4c
/Pods/Headers/Public/SensorsAnalyticsSDK/SAConstants.h
c2eca434027648385621a54aad2926f430d52794
[]
no_license
Meikeo77/FGMDTest
59859bacded624d97f75b7fb0c41b945fe94ad4f
cb066796f826dd4918352bd7d57d71c232c510a7
refs/heads/master
2023-01-22T19:30:58.024764
2020-11-20T12:10:56
2020-11-20T12:10:56
310,246,086
0
0
null
null
null
null
UTF-8
C
false
false
67
h
../../../SensorsAnalyticsSDK/SensorsAnalyticsSDK/Core/SAConstants.h
[ "myzq77@163.com" ]
myzq77@163.com
288421f8793934dbcae1972a37e2fa94b1338fe6
7a9cd2aa34878df3156541b46ecb14994fa6f358
/LAB5/Inc/stm32f1xx_it.h
da79702eaf7ec357b0282f0d2272d1ce048476a8
[ "MIT" ]
permissive
MohammadJRanjbar/Microprocessor-and-Interfaces-Lab
a8c6658dcbccb7fb599cf9ccc469b33165a83030
b0152c287abe490e1b7769df95de7a312906d200
refs/heads/main
2023-03-20T05:10:01.076549
2021-03-14T11:39:46
2021-03-14T11:39:46
347,619,320
0
0
null
null
null
null
UTF-8
C
false
false
2,098
h
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file stm32f1xx_it.h * @brief This file contains the headers of the interrupt handlers. ****************************************************************************** * @attention * * <h2...
[ "MohammadavadRanjbarKalahroodi@gmail.com" ]
MohammadavadRanjbarKalahroodi@gmail.com
e2d309172f1a764bf9a627f74f401d611cb268f4
14520fdbf4deb859fdc0eea5f6c7a164ab0a1e4e
/Inc/stm32f4xx_hal_conf.h
6b9d7099d7d49c008efa545054a284da64bc626b
[]
no_license
vpcola/MiniM4
422083848ccf0dca7b24967bf36058627e5482ab
631861553c9ad28c7dc7a009f48de7f3df6dd51b
refs/heads/master
2021-01-23T12:52:31.757404
2015-01-14T16:04:14
2015-01-14T16:04:14
29,251,456
0
0
null
null
null
null
UTF-8
C
false
false
15,657
h
/** ****************************************************************************** * @file stm32f4xx_hal_conf.h * @brief HAL configuration file. ****************************************************************************** * @attention * * <h2><center>&copy; COPYRIGHT(c) 2014 STMicroele...
[ "vpcola@gmail.com" ]
vpcola@gmail.com
e73f02966e71b744e41a181978e67b2f8a7bb5f2
0b751bab8d276d976e18b174e12fb26299b0a0fa
/src/usbreset.c
1b859153629b5ee49effb26e9d293537658c100a
[]
no_license
sukai33/stereo_camera
9e8fd7c7175c863f65b87c02ef3dd50ea44f5bc3
5d2969c51e73c5b5c0a5b4e1fd4ea39aae54d788
refs/heads/master
2022-12-31T14:39:38.244507
2020-10-24T14:38:07
2020-10-24T14:38:07
306,902,850
0
0
null
null
null
null
UTF-8
C
false
false
760
c
/* usbreset -- send a USB port reset to a USB device */ #include <stdio.h> #include <unistd.h> #include <fcntl.h> #include <errno.h> #include <sys/ioctl.h> #include <linux/usbdevice_fs.h> int main(int argc, char **argv) { const char *filename; int fd; int rc; if (argc != 2) { fprintf(stderr, ...
[ "422168787@qq.com" ]
422168787@qq.com
ab1576bc10ee5688b591e6f319954353325e2f60
0e3a3435dd22456242d50a2349fb6596e05d5c8c
/TIM2_int.h
31ad32a350023319d65d30b1da7a7637a42e35bd
[]
no_license
magedishak94/AVR-drivers
56b991fb5196345e74a18397f51f57ec9bbd8a1b
27973dfa4d449317f13837aaec5ef6d284d4b964
refs/heads/master
2020-07-16T23:15:13.753593
2019-09-02T15:51:12
2019-09-02T15:51:12
205,888,901
0
0
null
null
null
null
WINDOWS-1252
C
false
false
257
h
/* * TIM2_int.h * * Created on: ??þ/??þ/???? * Author: sa */ #ifndef TIM2_INT_H_ #define TIM2_INT_H_ void TIM2_vidInit(void); void TIM2_vidSetTimerval(u8 u8CNT); void TIM2_vidSetTimerCmpVal(u8 u8CNT); #endif /* TIM2_INT_H_ */
[ "noreply@github.com" ]
magedishak94.noreply@github.com
058c69971a2213af1bfff48863eb0623a700a7be
5ea45261be315c0407134dbbf07fcb56f77397c4
/php/php53/php53-5.3.17/ext/intl/grapheme/grapheme_string.c
0b7ecdb27d56e10f7cb520cd1e7614d256ce3b9a
[ "PHP-3.01", "BSD-3-Clause", "BSD-4-Clause-UC", "Zlib", "ISC", "LicenseRef-scancode-other-permissive", "TCL", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "JSON", "LicenseRef-scancode-pcre", "blessing" ]
permissive
zsiddique/ubuntu
154d25f276dbc5ed559f6de5dd93af0c15686551
aeddf01147c2b1903f2d609c64978be99b34110f
refs/heads/master
2020-06-04T06:55:54.921029
2012-10-01T13:17:20
2012-10-01T13:17:20
6,133,445
0
1
null
null
null
null
UTF-8
C
false
false
24,506
c
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICEN...
[ "kettler@gmx.net" ]
kettler@gmx.net
f6008886d664ef36dec4469cba294c097e5b5bf6
466c6bdb8ec435701e0268d0a236216c53b3601a
/tam giac ky tu - 4.c
04ff63b10a77965fdbf1662a9ad16002e6922f87
[]
no_license
huutuan1705/Code-C-PTIT
afee95cec54e3dc6e50b6d79c6ef6910a778304c
ac568b0251509114c1e9a74dee6c2e971b9bc786
refs/heads/master
2023-08-11T01:51:22.643598
2021-10-09T22:30:43
2021-10-09T22:30:43
null
0
0
null
null
null
null
UTF-8
C
false
false
302
c
#include<stdio.h> int main() { int h,i,j; scanf("%d",&h); for (i=1;i<=h;i++) { for (j=1;j<=2*i;j++) if (j%2!=0) printf("%c",'A'-2+j); if (i>1) for (j=2*i-3;j>=1;j--) if (j%2!=0) printf("%c",'A'-2+j); printf("\n"); } }
[ "huutuan052002@gmail.com" ]
huutuan052002@gmail.com
064183a4102a2de97e8e6d41b61c399129939565
809ac4d5a366c2b1910abeded76290cb7014e665
/day02/sizeof.c
44cadb1059d2dcb36de42fef0854a41ed4bb893a
[]
no_license
heropoo/c-practice
fc56c8705e9f17dd319e792db6b705d2844bc5e1
3e3a96a35922256b33c1799b7cd0da9f4d019561
refs/heads/master
2021-08-29T22:02:21.955495
2021-08-09T15:03:20
2021-08-09T15:03:20
147,095,512
1
0
null
null
null
null
UTF-8
C
false
false
604
c
#include<stdio.h> int main() { printf("c lang data type sizeof:\n"); printf("int: %lu\n", sizeof(int)); printf("short int: %lu\n", sizeof(short int)); printf("long int: %lu\n", sizeof(long int)); printf("unsigned int: %lu\n", sizeof(unsigned int)); printf("char: %lu\n", sizeof(char)); print...
[ "aiyouyou1000@163.com" ]
aiyouyou1000@163.com
3ac472ef3a55b6d82ade0aa6b93d1278bbda0562
b2a6052056911cf81e370f0c6bdbb795888df6f6
/IntroCommon_T9/include/Event.h
a94ce27dcb58802e6b4ac60e7dd3dc28fd8f5c35
[]
no_license
tametry/Team9
92ed0663b8fff41d46fe6ee31d9af1452ce161c1
a9c54d3690cf8b0800cad9b8d0d0689d2f1567ce
refs/heads/master
2021-01-01T20:17:52.505714
2014-05-05T07:12:08
2014-05-05T07:12:08
null
0
0
null
null
null
null
UTF-8
C
false
false
2,494
h
/** * \file * \brief Event driver interface. * \author Erich Styger, erich.styger@hslu.ch * * This module implements a generic event driver. We are using numbered events starting with zero. * EVNT_HandleEvent() can be used to process the pending events. Note that the event with the number zero * has the highest ...
[ "egli.simon@gmx.ch" ]
egli.simon@gmx.ch
85172f97f10d82f83f57b04b61b0466f930e23a8
bbca6268e6b30e6945eee5d5d1852e0b164e294a
/tinyos-2.x/apps/LightControl/DeploymentsNew/nodes5degree4/run5/sensor.h
a5f40862d2ce65dc9dd68b84ceb8a432203a4483
[]
no_license
nesl/hotline
6f95415a1b00a21fa4cfe1226590338b6380fe2f
46f71f7b505b3ede668ab74df39e6a1542d5f043
refs/heads/master
2021-01-01T17:33:44.725494
2011-09-21T20:06:33
2011-09-21T20:06:33
12,227,912
0
0
null
null
null
null
UTF-8
C
false
false
886
h
#ifndef _SENSOR_H_ #define _SENSOR_H_ uint16_t sensor() { uint16_t res = 0; switch (TOS_NODE_ID) { case 0: res = 1106; break; case 1: res = 1552; break; case 2: res = 1704; break; case 3: res = 1510; break; case 4: res = 1223; break; case 5: res = 1594; break; case 6: res = 2165; break; case 7: res =...
[ "rahulb@3d136852-4100-4a3c-8742-798efa9d6f7c" ]
rahulb@3d136852-4100-4a3c-8742-798efa9d6f7c
488ccd38975297253e4360d03e12523954895ab8
d68f6379895843f4f01c808c086bc0b0e77c5864
/hw/48.c
35dfd9f74db986c9823f1e41da7dd976f2e32fc8
[]
no_license
yms218/Embeded-Lecture
eb2a18b1c01745b6ef750fa31a0071d32d4ef915
590808fdce2740848d6bcdfcb7ceb6bd5479425b
refs/heads/master
2020-04-06T21:58:28.811242
2018-11-30T00:20:03
2018-11-30T00:20:03
157,820,678
0
0
null
null
null
null
UTF-8
C
false
false
1,936
c
#include<stdio.h> #include<stdlib.h> // malloc function #include<string.h> // memset function int main(void) { int n, m; float *ResultMatrix1xM; float **MatrixNxM; // N by M Matrix를 입력받는다 printf("N행 M열 행렬에서 N값과 M값을 차례대로 입력하시오.\n"); scanf("%d %d", &n, &m); // N by M Matrix 동적 메모리 할당 MatrixNxM = (float **)mall...
[ "noreply@github.com" ]
yms218.noreply@github.com