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
ffba5f3858f5d8dc3c8294ff4344babeafccc75f
694b8cd53264a5195f4b3bb0d6ff66e2d4964067
/main/multimedia/audio/avs/src/snd_clnt.c
13ad42d415ca725bacbe2e1bc8fd87ab8239b37c
[]
no_license
liuguilin129/1110
d15a6d4714980252ba595fb9444d66be213d0b7e
eb22bb81efcb6cfe7493c8136c35b2b48fe728cb
refs/heads/master
2020-06-15T02:02:45.545932
2016-11-30T12:07:42
2016-11-30T12:07:42
75,183,270
0
0
null
2016-11-30T12:06:10
2016-11-30T12:06:10
null
UTF-8
C
false
false
1,684
c
/*============================================================================= S N D _ C L N T . C GENERAL DESCRIPTION This is an AUTO GENERATED file that provides RPC client functionality for the snd API. Copyright (c) 2007 by QUALCOMM, Incorporated. All Rights Reserved. ==...
[ "jiaoyuhai@3f3bbce5-bc85-8142-9eb1-77d090cfebd4" ]
jiaoyuhai@3f3bbce5-bc85-8142-9eb1-77d090cfebd4
7f49c2cf685d1ab44d757b65e313558295e3e1da
f469480b3bd5fb1a345e4ccbbf90efb2d2b75f9d
/unix/kern/inc/k_atomic.h
c94a59c931c4d0430076a1b0897a942e21b467a4
[]
no_license
UW-TRON-13-OS/rtx
048e21bdc28c9b2e54463fa818d0ec78ea1dfbb0
81fcd8786c7f661ef66e58f400027ebf607acb79
refs/heads/master
2021-01-10T18:06:54.774072
2013-09-08T18:28:06
2013-09-08T18:28:06
1,121,107
2
2
null
null
null
null
UTF-8
C
false
false
111
h
#ifndef _KERN_ATMOIC_H_ #define _KERN_ATMOIC_H_ #define ON 1 #define OFF 0 void atomic(int on_off); #endif
[ "chris.wu225@gmail.com" ]
chris.wu225@gmail.com
3721e325dea32e3748a377fa55f8464b7048ab0e
322d8276169bcd04e204fa5069fbe01a41d4ed22
/STDIO_SERIAL/STDIO_SERIAL/src/asf/xmega/drivers/cpu/ccp.h
066434dd58893fe6ca7b569d65da5be4c1daa6e9
[]
no_license
sonsvend82/SERIAL
487f2b4d918e017e2445421bd91f12f2a2b37509
8bebf0fe867595d8ec2b8d2daa7baecaeaa54e37
refs/heads/master
2021-07-12T14:30:21.725836
2017-10-15T09:08:10
2017-10-15T09:08:10
107,009,655
0
0
null
null
null
null
UTF-8
C
false
false
3,687
h
/** * \file * * \brief Configuration Change Protection write functions * * Copyright (c) 2010-2012 Atmel Corporation. All rights reserved. * * \asf_license_start * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met:...
[ "efritae@hotmail.com" ]
efritae@hotmail.com
7dd93e33722fd8ffc92d4fbfa4beea1a52f42664
e0128d34c84983cc7d6157159682d7f9f1972808
/c02/ex05/ft_str_is_uppercase.c
c65de851baab5fa74de78b34322679044a90752b
[]
no_license
REUUUH/piscine-42
cacaffa05e0f7d866ae77944e20ae5027d0cc476
229aa500b0b17ec8859272aa152e04545bc80a6d
refs/heads/master
2023-01-04T16:12:24.209514
2020-10-28T11:21:34
2020-10-28T11:21:34
304,911,161
1
0
null
null
null
null
UTF-8
C
false
false
1,040
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_str_is_uppercase.c :+: :+: :+: ...
[ "souassin@e3r3p20.42.fr" ]
souassin@e3r3p20.42.fr
3b42a5c706de7deb00a2c1349013dcccd4dea1d5
7ca17e6c50a4336ec1d9aa723638f1d865b8918d
/memo/crc.c
c12bb2c6f049b105bbf12c86434266eb8d478227
[]
no_license
gkuga/os_test
bd7374fcfcfc2bd8f2af89c3b1e8c715139d23ea
46a375fa27d5c0e1614ae40ffbcb9fe94021d8fa
refs/heads/master
2020-04-04T19:09:04.178339
2018-11-05T09:45:44
2018-11-05T09:46:00
156,194,046
0
0
null
null
null
null
UTF-8
C
false
false
4,539
c
#include <stdio.h> typedef unsigned char uint8; typedef unsigned short uint16; typedef unsigned long uint32; uint16 updcrc16(uint8 data, uint16 crc) { int i; /*CRC-ITU-Tの計算*/ for(i=0; i<8; i++) { if((crc & 0x8000) != 0) { crc = crc << 1; /*CRC計算変数1Bitシフト*/ crc = crc ^ 0x1021; ...
[ "yasui.gaku@a-tm.co.jp" ]
yasui.gaku@a-tm.co.jp
a729865f390954efd756d0d82b9ccbce0d302e1e
fd2a895aa9910a8f5a0e1ade197f82f5dca24bf7
/logic/inp/inp.c
d17a8e1cd005fd3b6eaae418adfd30c4e97f2311
[]
no_license
Vresod/Nitrogen
dbd455bcd219db8f28a561cce3a58c0a975f9358
fb8b8d9444657588c934b671c911717f7e5b7142
refs/heads/master
2022-10-10T15:34:23.507368
2020-06-02T19:04:31
2020-06-02T19:04:31
268,941,767
0
0
null
2020-06-03T00:57:15
2020-06-03T00:57:14
null
UTF-8
C
false
false
172
c
#include <stdio.h> #include <stdlib.h> char inp(char ask[]){ char ret[100]; printf("%s", ask); scanf("%s", &ret); } int main(){ inp("This is a test "); }
[ "devavcado@gmail.com" ]
devavcado@gmail.com
6f5c0e2cbf330580aa3a5d863d8952e2e9bb5115
08042a9abad1522630019aa89f41752d2f8c1e70
/Bp2018/CrossSection/plotFitsOnSaved/data_PbPb_20_30.C
d04259d596e953fabc0dc9d63ffa447b8fa8cc91
[]
no_license
Gwang-jun/Bp2018_grendel
4b7213169545542c4cb8b099f99a9b0e509cff70
b26e55cd990d72f2582ab4bdbc495254ccc000ea
refs/heads/master
2020-07-01T22:39:29.700778
2019-10-18T16:24:43
2019-10-18T16:24:43
201,320,682
0
0
null
null
null
null
UTF-8
C
false
false
24,410
c
void data_PbPb_20_30() { //=========Macro generated from canvas: c4/ //========= (Mon Nov 13 17:50:11 2017) by ROOT version6.02/13 TCanvas *c4 = new TCanvas("c4", "",0,0,600,600); c4->SetHighLightColor(2); c4->Range(4.76834,-7.098278,6.055341,41.85536); c4->SetFillColor(0); c4->SetBorderMode(0); c4->...
[ "kgj1304@gmail.com" ]
kgj1304@gmail.com
d488e2c25d1e971217ad8efbc374daf591279756
664a14b0998a94c1c5f2695a66c6452aaf6c2c49
/malware_via_email/malware_2363/ia32_pe/by_snowman.c
a892bbbb90452b1dd2346e78d43b7d2546ca3915
[]
no_license
xiaobo996/decompiler-subjects
2d8712a3ef0c031d2cf44b3e69ec8b03983cd366
d8d55ee11f095405aeb420fa982f260dd85b5831
refs/heads/master
2023-03-15T10:26:13.249349
2021-03-14T16:47:33
2021-03-14T16:47:33
null
0
0
null
null
null
null
UTF-8
C
false
false
851,992
c
struct s0 { signed char[15] pad15; signed char f15; signed char[45] pad61; signed char f61; }; struct s0* g40f030 = reinterpret_cast<struct s0*>(0x410d33); void** fun_401000(void** ecx, void** a2, void** a3, void** a4, int32_t a5, void** a6, int32_t a7, void** a8) { void** esi9; void** ebx10;...
[ "i-git-stone@rf.risimo.net" ]
i-git-stone@rf.risimo.net
69b5901bdee75669265be37a8ac64aa554dbc465
92f83be37cd3266707935fd70d99fcb630604952
/Binary Search Tree Algorithm/itemDB.h
b94972f5176051206b1512b58ec63b491f9b6489
[]
no_license
alyssajsharpe/Algorithms
c82ae84f7dc18664d255361a85fca4f1c9c04f67
a12efe604dfb17bbfea6e52164fa68cfdd391594
refs/heads/master
2021-05-18T23:20:30.564840
2020-03-31T01:59:03
2020-03-31T01:59:03
251,473,982
0
0
null
null
null
null
UTF-8
C
false
false
825
h
/* itemDB.h: header file for database of items data structure CS411 Lab 4 Name: Kevin Sahr Date: February 17, 2020 */ #ifndef ITEM_DB_H #define ITEM_DB_H #include "item.h" // forward typedef so that the Node // definition can refer to itself typedef struct node Node; // node for a BST struct node...
[ "alyssajsharpe@gmail.com" ]
alyssajsharpe@gmail.com
0e33e3154a7faee0a65b05843dc43c8e506ed020
9a06a8eb73ddca9a7546925b96c758d2393498df
/Chapter05/5.16.running.c
cc1cbb7332811d07f3caa4acdf818a474bdf1e76
[]
no_license
Zee-hash/CPrimerPlus
d89ef97f5807e39c7ae3eda8c00f163f546bf3af
d666cbbb1aed1c88f9fd00a0b5b58aa52eeea9ff
refs/heads/master
2023-04-06T18:42:15.608327
2021-04-03T05:13:18
2021-04-03T05:13:18
351,671,585
0
0
null
null
null
null
UTF-8
C
false
false
1,728
c
/* running.c -- 一个对于长跑运算员有用的程序 */ #include <stdio.h> const int S_PER_M = 60; // 每分钟的秒数 const int S_PER_H = 3600; //每小时的秒数 const double M_PER_K = 0.62137; // 每公里的英里数 int main(void) { double distk, distm; // 跑过的距离(分别以公里和英里为单位) double rate; // 平均速度 int min, sec; // 跑步用时(以分钟和秒为单位) int time; // 跑步用时(以秒为单位) ...
[ "62379579+Zee-hash@users.noreply.github.com" ]
62379579+Zee-hash@users.noreply.github.com
16cf28e6c366a0ea1cfa4bc63588266b0bb4a620
fc7fc2fc2c4ac48d2d7c052122d569c94c41417a
/2020_Semester1_SPRING/PRF192/Workshops_NetBeans Project/Ws3_Pr7/main.c
a06f7b8be08715f7228119013b772402c02bf572
[]
no_license
LuongPhuHoa/PhongNT-FPTU-Learning-Resources
2605b0b37c45d3ec7ad1274c38d2464d8f88d9af
dc307fca2bddeec961f3d887f79b5ec0713c6e5d
refs/heads/main
2023-07-14T07:51:11.476939
2021-08-21T10:32:55
2021-08-21T10:32:55
null
0
0
null
null
null
null
UTF-8
C
false
false
899
c
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ /* * File: main.c * Author: Hp * * Created on Ngày 02 tháng 3 năm 2020, 20:30 */ #include <stdio.h> #include <stdlib.h> /* ...
[ "n.tranphongse@gmail.com" ]
n.tranphongse@gmail.com
53d1101643f5e453e95ef843ebde5b878c186b65
af5fce2dad105aa2b14a77efb707f2650bde7761
/FingerPrintLock/Source/app_power_on_counter.c
804c51bdcf7d1597c02ff23ec672198198b7fd0e
[]
no_license
dongdong-2009/JN-AN-1220-Zigbee-3-0-Sensors
9b356d34b399226c388162044f068df237666aad
9115eb482c4217ff5e4c5811b15931b953bb33ee
refs/heads/master
2021-09-09T16:43:27.792882
2018-03-16T05:15:11
2018-03-16T05:15:11
null
0
0
null
null
null
null
UTF-8
C
false
false
8,247
c
/***************************************************************************** * * MODULE: JN-AN-1220 ZLO Sensor Demo * * COMPONENT: app_power_on_counter.c * * DESCRIPTION: ZLO Demo : Power On Counter (Implementation) * ****************************************************************...
[ "79222166@qq.com" ]
79222166@qq.com
b46772c7e6e7059eaa50f59bd9daa48e99e45e8d
2ab6d0206c2c18b0cd26e523efc57a48500d610c
/tpm/_src/remote_attestation/OMP_RA_server/privacy_ca/debug_tpm.c
61bd1f9c54c9b41b6c4abe1c18bdd33767075eb1
[]
no_license
sungkyucho/notepad
db715f20ce7c566de5e2de578604460da8d9e084
9161c9b66f36596a6965d11cf529c8c55d5874bc
refs/heads/master
2021-06-23T04:12:09.976959
2017-08-28T01:05:07
2017-08-28T01:05:07
92,904,659
0
0
null
null
null
null
UTF-8
C
false
false
5,327
c
#include <stdio.h> #include <trousers/tss.h> #include "debug_log.h" void show_TPM_IDENTITY_REQ(TPM_IDENTITY_REQ *pReq, int level) { int i, imax; dlog(level, "Dump TPM_IDENTITY_REQ(%p)----------------------\n", pReq); if (pReq == NULL) return; dlog(level, "asymSize: %u\n", pReq->asymSize); dlog(level, "symSize...
[ "SungkyuCho@ChoSungkyuui-MacBook.local" ]
SungkyuCho@ChoSungkyuui-MacBook.local
ee3b34942ed208756520624d93406f114406826c
878fb25189ef36772f38bc621d63daa7d7600f2b
/boards/arm/stm32/axoloti/src/stm32_usbhost.c
2ff87200366730964192e59ba449a76e7836e46b
[ "Apache-2.0", "BSD-3-Clause", "GPL-1.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "ISC", "BSD-2-Clause", "LicenseRef-scancode-other-permissive", "MIT" ]
permissive
SaitoYutaka/incubator-nuttx
7b0d300061429dd8dd5f480c6745c633d1e33c27
460124629c7300f38b2798da0144d1d3365450a5
refs/heads/master
2021-01-04T18:29:08.815978
2020-04-04T02:25:14
2020-04-04T02:29:31
252,946,054
1
0
Apache-2.0
2020-04-04T08:22:31
2020-04-04T08:22:31
null
UTF-8
C
false
false
8,411
c
/**************************************************************************** * boards/arm/stm32/axoloti/src/stm32_usbhost.c * * Copyright (C) 2019 Gregory Nutt. All rights reserved. * Author: Jason T. Harris <sirmanlypowers@gmail.com> * * Redistribution and use in source and binary forms, with or without * ...
[ "gnutt@nuttx.org" ]
gnutt@nuttx.org
43a658288cb7aa23f80de671919c366af303812b
d0e187953186d04e9fcc6df6afb83dccd68178d6
/STM32F407 OV9655 DCMI Camera Example/Hardware/OV9655/OV9655.h
a4ee6acdfa101c108dd20fd3c59062510379157c
[]
no_license
Picproje/STM32F4-DCMI-ve-OV9655-Kamera-Uygulamasi
267190f9463260ad4593e93a68265927100a411b
0c6f4533f2dad692fea003b17eccf5d038b8a707
refs/heads/master
2016-09-05T17:54:44.120759
2014-10-24T20:52:34
2014-10-24T20:52:34
25,707,533
1
2
null
null
null
null
UTF-8
C
false
false
10,086
h
/** ****************************************************************************** * @file DCMI/OV9655_Camera/dcmi_ov9655.h * @author MCD Application Team * @version V0.0.3 * @date 10/15/2010 * @brief Header for dcmi_ov9655.c module ****************************************************************...
[ "picproje@ymail.com" ]
picproje@ymail.com
e640127a10fef2aed7f2b743454338961547f11f
709d5bec75d1e953ae759d3ab4fce9696f100610
/README.m.c
bc61c5789def999672db2928a0b11d0d25e4889e
[]
no_license
r7237/leen
7be80aae4e95e48bbb3f2f33a2255d167bfc83ef
38b2f14a1b638a37f389719efe8321484ea8c469
refs/heads/master
2021-01-24T04:20:15.757883
2018-02-26T08:55:26
2018-02-26T08:55:26
122,931,514
0
0
null
null
null
null
UTF-8
C
false
false
295
c
#include <stdio.h> #include <conio.h> void main(){ char name[20]; int i,j; clrscr(); printf("\nEnter a string : "); scanf("%s",name); for(i=0;i<strlen(name);i++){ printf("\n"); for(j=i+1;j<strlen(name);j++) printf("%c",name[j]); } getch(); }
[ "noreply@github.com" ]
r7237.noreply@github.com
636bb5885a8569655eb314f3e7d6165f82b87192
08bfc8a1f8e44adc624d1f1c6250a3d9635f99de
/SDKs/Python/Modules/_ctypes/ctypes.h
1a2055ca918151faeddd1faa842209a0d8a726dd
[]
no_license
Personwithhat/CE_SDKs
cd998a2181fcbc9e3de8c58c7cc7b2156ca21d02
7afbd2f7767c9c5e95912a1af42b37c24d57f0d4
refs/heads/master
2020-04-09T22:14:56.917176
2019-07-04T00:19:11
2019-07-04T00:19:11
160,623,495
0
0
null
null
null
null
UTF-8
C
false
false
130
h
version https://git-lfs.github.com/spec/v1 oid sha256:c59bb9bb33691364b813b8d6b9b0fc5896ee6c4e78d1a0897ada79fe31755b18 size 13195
[ "personwithhats2@Gmail.com" ]
personwithhats2@Gmail.com
ed805e062be001c409f03e6e67059be86391590b
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/include/linux/sysrq.h
7faf933cced7018657d2212d543530484ce17ec9
[ "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later", "LicenseRef-scancode-free-unknown", "Apache-2.0" ]
permissive
OLIMEX/DIY-LAPTOP
ae82f4ee79c641d9aee444db9a75f3f6709afa92
a3fafd1309135650bab27f5eafc0c32bc3ca74ee
refs/heads/rel3
2023-08-04T01:54:19.483792
2023-04-03T07:18:12
2023-04-03T07:18:12
80,094,055
507
92
Apache-2.0
2023-04-03T07:05:59
2017-01-26T07:25:50
C
UTF-8
C
false
false
1,886
h
/* -*- linux-c -*- * * $Id: sysrq.h,v 1.3 1997/07/17 11:54:33 mj Exp $ * * Linux Magic System Request Key Hacks * * (c) 1997 Martin Mares <mj@atrey.karlin.mff.cuni.cz> * * (c) 2000 Crutcher Dunnavant <crutcher+kernel@datastacks.com> * overhauled to use key registration * based upon discusions in irc://irc.ope...
[ "gamishev@gmail.com" ]
gamishev@gmail.com
7f97f37d1be26049485bbcabe44b950bafe43f27
2cf807f3c1c8e0c40d339e69ad590eef81e2f109
/libft/ft_strlcat.c
7b8fbd63890b4c5d0398a81df7d76696bd37dfad
[]
no_license
dancedes/GNL
3db9250fcbd71ea9b16516333584f00445654120
f73c2202cdf4facf54adfa7fa5de5c02dc9480d3
refs/heads/master
2021-08-23T08:47:07.458244
2017-12-04T10:58:41
2017-12-04T10:58:41
null
0
0
null
null
null
null
UTF-8
C
false
false
1,373
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strlcat.c :+: :+: :+: ...
[ "vludan@e1r5p13.unit.ua" ]
vludan@e1r5p13.unit.ua
4c08fd136d651813abb139ed9fbd20c2769ced22
8e4bc9fbbb22f4ecdbeedae84bebe1f625e6bd9e
/lib/obj/daemons/outlawd.c
258cd65a7421e4bd7aadafc01b71ba5ce18a9e6f
[ "LicenseRef-scancode-public-domain", "BSD-2-Clause", "BSD-3-Clause" ]
permissive
drlaforge/NuclearWar-2.0
14eafef604e3e0bf633536425d25c6b029ee16fa
587b4690c1fe4ef56fe417d85c021381363eefe6
refs/heads/master
2020-03-27T01:57:56.052954
2018-08-22T20:44:36
2018-08-22T20:44:36
145,757,147
0
0
null
null
null
null
UTF-8
C
false
false
1,204
c
/* Checks which players have chosen to be outlaw already, and what they chose. */ #define SAVE "obj/o/outlaws" mapping outlaws; /* Players in an outlaw/freeman group are automatically that. * Players with set outlaw or freeman are automatically that (but * group comes first). * With both outlaw and freeman set...
[ "laforged@gmail.com" ]
laforged@gmail.com
7226c58548b6044f9f423cae9a9685a8d314cdb8
6d79038f8c617c05e339aa9c4a745b47bb76c18b
/app/net-snmp-5.6.2/agent/mibgroup/ucd-snmp/dlmod.c
32f29a4cf70f476686cf6ba7baa293ccad15fdc0
[ "MIT-CMU", "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference" ]
permissive
aodzip/rtl96xx
e1fc9ff306841629de671d72b8f0fd5d22194d5e
2adbb7c13787ce370f911934c275e2c8c6a0e5f2
refs/heads/master
2021-12-29T19:55:35.100108
2018-01-28T05:59:27
2018-01-28T05:59:27
null
0
0
null
null
null
null
UTF-8
C
false
false
16,219
c
/* * Dynamic Loadable Agent Modules MIB (UCD-DLMOD-MIB) - dlmod.c * */ #include <net-snmp/net-snmp-config.h> #if HAVE_STDLIB_H #include <stdlib.h> #endif #include <stdio.h> #if HAVE_STRING_H #include <string.h> #else #include <strings.h> #endif #if HAVE_UNISTD_H #include <unistd.h> #endif #include <ctype.h> #incl...
[ "353356035@qq.com" ]
353356035@qq.com
6b32106e165124f99c32e8e380d20af16bd73e13
115ac8650563d0809132299fdae1152c23eb80d9
/jtp_com_sv.c
481f7fd732616a22d39f7147e81571f2c28cf7da
[]
no_license
katayama6483/TPIPforRASP
789a07e50f3eb5161f3e51769789b552635af5e8
5d94214f4ce666c36bd29f4e2792584e0acbb073
refs/heads/master
2022-11-18T20:11:47.205716
2020-07-21T08:21:02
2020-07-21T08:21:02
276,018,346
0
0
null
null
null
null
UTF-8
C
false
false
14,298
c
/** * @file jtp_com_sv.c * @brief JTP communication server program * * @author Katayama * @date 2018-10-17 * @version 1.00 2018/10/17 katayama * @version 2.00 2020/04/24 katayama 画像伝送 header 変更 * * Copyright (C) 2018 TPIP User Community All rights reserved. * このファイルの著作権は、TPIPユーザーコミュニティの規約に従い * 使用許諾をします。...
[ "katayama_6483@yahoo.co.jp" ]
katayama_6483@yahoo.co.jp
3830d735aecb3285bab8ff91c56fd1e6ac0d9c09
48e4c9712b38a90b819c84db064422e1088c4565
/toolchains/motoezx/qt/include/ezx/TAPI_UTIL_CharConv.h
7b8255793dce3eb03a39c0a3711d4bcadabc20dc
[]
no_license
blchinezu/EZX-SDK_CPP-QT-SDL
8e4605ed5940805f49d76e7700f19023dea9e36b
cbb01e0f1dd03bdf8b071f503c4e3e43b2e6ac33
refs/heads/master
2020-06-05T15:25:21.527826
2020-05-15T11:11:13
2020-05-15T11:11:13
39,446,244
0
1
null
null
null
null
UTF-8
C
false
false
25
h
tapi/TAPI_UTIL_CharConv.h
[ "eu.gabii@yahoo.com" ]
eu.gabii@yahoo.com
d0e26814c4cff613a24c4d6b1a2e47038b96c040
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/10075d6d-3953-486f-8d7c-855b0b24c73a.c
3bdf2f6dab3073607dfa0d8b87d32ffc3926d44e
[]
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
601
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=14; int k; int l; k = 533; l = 64; k = i/j; l = i/j; l = l/j; l = i/j; l = l%j; l = l%j; k = l-k*i; //variables //random /* START VULNERABILITY */ int a; int b[57]; int c[12]; a = ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
ef819d1bb34b68852795f6b073b03a4cba454d16
d85d6b3992f1e0390271d77ef66106dc4b4a9f1a
/006_Queue.c
1c3dd0f9bbe2ffabd3e90674b35dde88bcc0a646
[]
no_license
MIETDevelopers/DS_Structure_LAb_138_Sonika_Raina
e3a9b0df60f098aeffc819e67ea7ef8850c324c6
abb331f7d4914efa4292b3086e88f3df2f7bd49e
refs/heads/main
2023-08-08T00:01:39.316381
2021-09-15T17:25:17
2021-09-15T17:25:17
382,768,091
0
0
null
null
null
null
UTF-8
C
false
false
1,852
c
//Author: sonika raina //Creation date: 22 June,2021 //Purpose: Implement a Queue using Array and develop functions to perform enqueue and dequeue operations. #include<stdio.h> #include<conio.h> #include<stdlib.h> int *a; int n, x, rear = -1,front = -1; int push(); int pop(); void view(); int main() { int ch; p...
[ "2020a1r12mietjammu.in" ]
2020a1r12mietjammu.in
52c9c13070798d3d5a8c42d5d42b5562ce239ff8
237c91c655285e6d28eccff4d9c8a3b269b51c92
/mat_mul_fragments/cmat_mulx_avx_accumulate/cmat_mulx_avx_accumulate_nr_c_10_dot_product_length_18.c
f1d71928b8ee67a761503bdc22ec6d7bd01a058d
[ "ISC" ]
permissive
Chester-Gillon/AVX_matrix_multiply
82f7ecc52e6b00dfdaf7371f9f3985bcc0caae29
5d814316ec21cfd6c2cbbbbd210b7b48433fa2dc
refs/heads/master
2021-01-19T18:11:51.657428
2018-08-26T15:29:53
2018-08-26T15:29:53
22,638,155
0
0
null
null
null
null
UTF-8
C
false
false
69,253
c
/* For a complex interleave AVX vector swap the real and imaginary parts */ #ifndef SWAP_REAL_IMAG_PERMUTE #define SWAP_REAL_IMAG_PERMUTE 0xB1 #endif void cmat_mulx_avx_accumulate_nr_c_10_dot_product_length_18 (SAL_cf32 *A[10], /* left input matrix array [nr_c] of pointers to each row */ ...
[ "chester.gillon@metronet.co.uk" ]
chester.gillon@metronet.co.uk
817f14e6fdb38438e8bd17f20d31d0679a9d241b
6b74f732d3c7102580ee3854d39ac062985c86dd
/FreeRTOS/Demo/CORTEX_STM32L152_Discovery_IAR/ST_Code/Libraries/STM32L1xx_StdPeriph_Driver/src/stm32l1xx_rtc.c
0cd7c5c3166a171e6ee0c3bbb97ed583234c3119
[ "freertos-exception-2.0", "GPL-2.0-or-later", "MIT" ]
permissive
lundinc2/FreeRTOS-Labs
c88055958c313fb1c45528f88be5d6bc832fc18d
775033dac12fe9fb3d55ac8cca43b2991fdbef57
refs/heads/master
2022-12-22T23:38:08.564023
2020-09-22T00:00:10
2020-09-22T00:00:10
271,820,118
0
0
MIT
2020-06-12T14:40:25
2020-06-12T14:40:25
null
UTF-8
C
false
false
95,579
c
/** ****************************************************************************** * @file stm32l1xx_rtc.c * @author MCD Application Team * @version V1.1.1 * @date 05-March-2012 * @brief This file provides firmware functions to manage the following * functionalities of the Real-Time Clo...
[ "noreply@github.com" ]
lundinc2.noreply@github.com
1f6092ea8334bf931fea977b174d053be38f3497
3aa377e04360e25512121bfbd65e79903d26fa2d
/SDK_framework/linux/ebdrip/oil/src/oil_virtualfile.h
ad3eac0ebc53b26f59d1c853d5a06910b77f0e26
[]
no_license
jo244305wipro/RipSDK4.05
a89057d1fac8342acadc0ed611569421ce3cdb12
3291e528abebae9c59aad0c3387bc81cfc1b95e9
refs/heads/master
2021-01-19T22:32:53.359118
2014-10-22T03:05:14
2014-10-22T03:05:14
25,907,736
1
0
null
null
null
null
UTF-8
C
false
false
1,252
h
/* Copyright (c) 2008-2012 Global Graphics Software Ltd. All Rights Reserved. * * $HopeName: SWebd_OIL_example_gg!src:oil_virtualfile.h(EBDSDK_P.1) $ * * This example is provided on an "as is" basis and without * warranty of any kind. Global Graphics Software Ltd. does not * warrant or make any representations re...
[ "vinay.chiniwar@wipro.com" ]
vinay.chiniwar@wipro.com
dcc98753091f257ad160ad6986671426b911c988
cc6f3c5719e9a0bbb52a724f43de81f5e58c82b6
/dist/bind/bin/tests/virtual-time/vtwrapper.c
aabb6658d6879ca6d0531080128b236a394e1d9a
[ "ISC", "OpenSSL", "BSD-4-Clause-UC", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-openssl", "HPND", "LicenseRef-scancode-bsd-x11", "JPNIC", "BSD-3-Clause", "BSD-2-Clause", "LicenseRef-scancode-mit-taylor-variant" ]
permissive
noud/mouse-bsd-5.2
e2b08156b7a8482909d4c3cd6067e8c48bc22004
82d6a9798f4d4121bd5c202e1a17caead426c4aa
refs/heads/master
2023-02-25T02:02:41.193435
2021-01-19T20:42:32
2021-01-19T20:42:32
334,537,488
1
0
null
null
null
null
UTF-8
C
false
false
6,989
c
/* $NetBSD: vtwrapper.c,v 1.1.2.3 2012/07/25 11:58:11 jdc Exp $ */ /* * Copyright (C) 2010, 2012 Internet Systems Consortium, Inc. ("ISC") * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright ...
[ "mouse@Rodents-Montreal.ORG" ]
mouse@Rodents-Montreal.ORG
8167c2859a46859430d18daeae6c23333715e789
1f813c3cd6a9d293acfbc81f198c64f816a9a95d
/devel/include/gazebo_msgs/GetLinkProperties.h
bb60be23d55a88a6df12fd0a547a946af9b51793
[]
no_license
koteshrv/Vargi_Bots_1418
5ada79746785a9f9cc0e1d686a1dd2702c9e0f0f
6bcf843c7150c93caee2b596e0864749c51b6155
refs/heads/main
2023-01-06T03:42:53.555701
2020-11-08T17:36:59
2020-11-08T17:36:59
302,916,294
0
0
null
null
null
null
UTF-8
C
false
false
89
h
/home/kotesh/catkin_ws/devel/.private/gazebo_msgs/include/gazebo_msgs/GetLinkProperties.h
[ "kkotesh100@gmail.com" ]
kkotesh100@gmail.com
059e7fcc95c7b0244d95fbd529f08a7744608617
2fd763066e4f9dc8f722d9ecd1d5101bd9a2e250
/Typhoon-Swift-Example-master/Pods/Headers/Typhoon/TyphoonAbstractInjection.h
0cf99404f11d9a16ae901754540ef9a97152f11d
[ "Apache-2.0" ]
permissive
73153/Swift_Projects_Demo4
a18378dd7360536a03ad171317ff75d9d55513be
b0d355c84227e2039b7b673148eea802206c5822
refs/heads/master
2020-04-14T23:54:02.856896
2015-03-19T05:21:12
2015-03-19T05:21:12
32,500,670
2
0
null
null
null
null
UTF-8
C
false
false
69
h
../../Typhoon/Source/Definition/Injections/TyphoonAbstractInjection.h
[ "vivek2061990@gmail.com" ]
vivek2061990@gmail.com
caf62c5b4d7e4784a32336a5b3e287e7017c23dc
ed69f469c707ee57d8798d0124efb76dac87e93a
/1/1.9/58i.c
745590d99f921ef77c569818fe2adc8e836ab38e
[]
no_license
noparkinghere/C_test
4ae320925c0eb5ac6691129a5a7301ef30fcb4b9
dfd3584969fa58cfdc6c331a4ad15bacc4f8861a
refs/heads/master
2020-12-24T03:48:14.515167
2017-03-01T07:46:42
2017-03-01T07:46:42
62,360,853
1
0
null
null
null
null
GB18030
C
false
false
1,103
c
/****************************** (C) COPYRIGHT 2016 ******************************* * * 功能:循环移位操作一共16位 * 要点:函数,流程控制 * ********************************************************************************/ #include <stdio.h> //unsigned short的长度确定和int未必相同 #define LEN (sizeof(unsigned short) * 8) //注意乘以8 #define LE...
[ "noparkinghere@foxmail.com" ]
noparkinghere@foxmail.com
1a820402f1f677f8f828848267cf780d642e44cc
bdd9f3cdabe0c768641cf61855a6f24174735410
/src/engine/client/library/clientUserInterface/include/public/clientUserInterface/CuiMediatorTypes.h
18639749d9f7024864b39e501815932d1acf415c
[]
no_license
SWG-Source/client-tools
4452209136b376ab369b979e5c4a3464be28257b
30ec3031184243154c3ba99cedffb2603d005343
refs/heads/master
2023-08-31T07:44:22.692402
2023-08-28T04:34:07
2023-08-28T04:34:07
159,086,319
15
47
null
2022-04-15T16:20:34
2018-11-25T23:57:31
C++
UTF-8
C
false
false
52
h
#include "../../src/shared/core/CuiMediatorTypes.h"
[ "swgmaster@india.com" ]
swgmaster@india.com
3efa3ce5c19f16d980df9b6d27f8df988e5f1f56
06475b151ec00f0f843d4a7d7a1c4cf8ecf176c5
/libft/ft_printf/srcs/pfd_conv_char.c
0743a7a89d915f7b9d93e83e033732b8b1427b34
[]
no_license
dracoeric/ElleEsseTwo
c9b0e46855c595bbe9bfd9e5216b45fac1b4102b
b13d4cf9eda4068108c21b55609a7d21ac26418b
refs/heads/master
2020-08-20T02:09:37.487358
2019-10-25T17:02:53
2019-10-25T17:02:53
215,974,652
0
0
null
2019-10-25T17:02:54
2019-10-18T08:14:46
C
UTF-8
C
false
false
2,366
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* pfd_conv_char.c :+: :+: :+: ...
[ "erli@student.42.fr" ]
erli@student.42.fr
63c9cc576d3e93d76ddc422776cc4a95edc5fcab
44d7aa8ac7746f5fa4d589deaaf9471b348a2354
/unused/lapack_cwrapper/testing/wrapper/fcppsv.c
2dc07c640cfe425e3c0ac7b168fcfd8edcbdefdc
[]
no_license
mathematical-systems/blas-lapack-ffi
14853da997b7280f7dbfce710773ce6b0b05964c
781517becc93a27dc2eac91b76032117bced5396
refs/heads/master
2016-09-07T18:39:20.944501
2011-12-28T04:34:57
2011-12-28T04:34:57
3,864,092
1
0
null
null
null
null
UTF-8
C
false
false
342
c
#include "../../include/lapack_enum.h" #include "../../include/lapack.h" void fcppsv_(char* uplo, int* n, int* nrhs, void* ap, void* b, int* ldb, int* info) { enum lapack_uplo_type uploC; if (*uplo=='U') uploC = lapack_upper; else if(*uplo=='L') uploC = lapack_lower; else uploC = 0; lapack_cppsv(uploC, *n, *nrhs, ...
[ "jianshi.huang@gmail.com" ]
jianshi.huang@gmail.com
42643b55a08f009b3031b05f1220ad5fd7472270
eaaea7d2055072a9ae4ab6eaadcb6d7a4e1cb7a8
/BM_v2/Src/usbd_cdc_if.c
3aea41b560136b8e9d8cd64f82904d50208301ef
[]
no_license
Lytis/DM_repo
92be9ebac03f754cc841d36af0ec04c6f3794d6e
ad2ad6bd61d827b8c267145922e65809d62f6fa3
refs/heads/master
2020-03-17T23:26:13.997000
2018-06-17T11:12:11
2018-06-17T11:12:11
134,044,946
0
0
null
null
null
null
UTF-8
C
false
false
10,595
c
/** ****************************************************************************** * @file : usbd_cdc_if.c * @version : v1.0_Cube * @brief : Usb device for Virtual Com Port. ****************************************************************************** * This notice applies to any ...
[ "litis.alexandros@gmail.com" ]
litis.alexandros@gmail.com
2e606ec7874df0ed2a6437363ad710f12bb90f38
dbe36e15af3d881f5f69ec30f049c297e8e68e59
/a2/d/count.c
e83da61d35e6a4db7d202e43b7cfe76d0b3adb96
[]
no_license
0xhrsh/OS-assignments
36d426a9a2a2be77cb23f27586148a442ff9d085
6cfee70e941ed6cc0f8708119bb1bc50773c7d77
refs/heads/master
2023-05-09T15:49:00.200493
2021-06-02T23:49:34
2021-06-02T23:49:34
350,512,461
0
1
null
null
null
null
UTF-8
C
false
false
331
c
#include <stdio.h> #include <stdlib.h> int main(){ int count = 0; char c; while((c = getchar()) != 255 && c != EOF){ if((c < 'a' || c > 'z')&&(c < 'A' || c > 'Z')) count++; putchar(c); } fprintf(stderr, "Number of non-alphabetical characters: %d\n", count); exit(0); r...
[ "anand.2@iitj.ac.in" ]
anand.2@iitj.ac.in
ba350319b7ab91f61b690b8a6cb8ae4a01204ccc
40b8b2b7430f67db5f04a6621e26b6f7d222753a
/0x0F-function_pointers/3-main.c
8859e3689d119eaa2cc68b6a9a95fbd92a271a99
[]
no_license
toyugo/holbertonschool-low_level_programming
ade91a0132f144ee8f9b32af244dc178912816e5
19701e6ea7354f498d2f8110c6139621840191cf
refs/heads/master
2023-04-10T10:12:21.597583
2021-04-20T16:29:18
2021-04-20T16:29:18
295,962,792
0
0
null
null
null
null
UTF-8
C
false
false
615
c
#include "3-calc.h" /** * main - main * @argc: argc * @argv: arv * Return: result */ int main(int argc, char *argv[]) { int nb1; int nb2; char *operator; char opc; if (argc != 4) { printf("Error\n"); exit(98); } nb1 = atoi(argv[1]); nb2 = atoi(argv[3]); operator = argv[2]; opc = operator[0]; if ...
[ "olivier.guyot.cu@gmail.com" ]
olivier.guyot.cu@gmail.com
4c81b81b9ee8a53a6f3e77621171c3dfccf5137a
9e24f0fb937cc11c00946751ca64870c9419cb2a
/ZhangYiming/Problems/500-Keyboard Row/solution.c
3538fdd967057da53b1041e0f13ae8367d845935
[]
no_license
zym-ustc/leetcode
6aa4a2b7680edac59cf3471e234d7651ad825602
391d2c3dabe66740daee44cc626f6101218fffdd
refs/heads/master
2021-01-02T08:34:03.320304
2017-05-17T08:04:58
2017-05-17T08:04:58
78,598,455
2
6
null
2017-04-13T06:01:20
2017-01-11T03:19:00
Java
UTF-8
C
false
false
1,642
c
/** * Return an array of size *returnSize. * Note: The returned array must be malloced, assume caller calls free(). */ int val(char c){ //返回一个字母对应在row数组中的位置 if(c - 97 >= 0) return c - 97; //如果是小写字母,a的ASCII码为97,*c减去它为所在row数组中的对应位置 else return c - 65; //大写字母同上 } char** findW...
[ "zym2011@gmail.com" ]
zym2011@gmail.com
bfa3c1af0c284c4b67f746d78ef8724c6788fd46
c31c615b0a12bf5e90a7299783514fbe6164439e
/usr/include/stdio.h
2c8a545d79ac9b2c5490f9b18a21d1131f4280db
[]
no_license
tonyg/prex
3f019b68742c1e38c896c18ca4c66c06e276eec4
76dd7b199e7709d88d0d7cc9771ca2bec359d1b0
HEAD
2016-09-05T15:16:53.550221
2011-04-20T19:24:12
2011-04-20T19:24:12
1,556,198
6
2
null
null
null
null
UTF-8
C
false
false
9,913
h
/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Chris Torek. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following co...
[ "tonygarnockjones@gmail.com" ]
tonygarnockjones@gmail.com
afbfec653da4a35a11ff74c52b25b2da4d18e0a6
e8dc9e64a01c8b9fedc34a34441c37e8e15de48f
/ffmpeg_tutorial_modify_05.c
fefb2350c251812bf2bf1eea2c2338291c86f8ec
[]
no_license
beizhong2501/ffmpeg_tutorial_modify
93734fae513d3db4e1f03ad7ae1e4b95037a1152
d9bd6d89d41f525da8e57c26b14093e6a5b508cb
refs/heads/master
2021-04-09T17:23:03.721491
2013-03-27T01:49:55
2013-03-27T01:49:55
9,044,000
0
1
null
null
null
null
UTF-8
C
false
false
22,512
c
// tutorial01.c // Code based on a tutorial by Martin Bohme (boehme@inb.uni-luebeckREMOVETHIS.de) // Tested on Gentoo, CVS version 5/01/07 compiled with GCC 4.1.1 // modified by zhaotq(zhaotq@hotmail.com) // and test on gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 // A small sample program that shows how to use l...
[ "root@zhao.(none)" ]
root@zhao.(none)
9b2faaad2fe1a40b32dba0e23d8d4f345c04b8c8
5c059952f18d77441381e02632c531016b061ba6
/xranc-sb-api-src/BearerAdmissionRequest.h
63a437c4a76eca6518d361bdb17db55138325dae
[ "Apache-2.0" ]
permissive
OpenNetworkingFoundation/xranc
24aaa38f4c5cb3cbf13273772616914f657a7e81
4ccd05599332ed65265ec6e8dd2f81a2cd29128f
refs/heads/master
2020-08-04T16:00:25.816598
2020-01-27T23:03:46
2020-01-27T23:03:46
212,194,822
3
3
Apache-2.0
2020-01-27T23:03:47
2019-10-01T20:37:24
C
UTF-8
C
false
false
1,170
h
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "XRAN-PDU" * found in "../xranc-sb-api/xRAN-API-PDUs.asn1" * `asn1c -fcompound-names -pdu=XRANCPDU` */ #ifndef _BearerAdmissionRequest_H_ #define _BearerAdmissionRequest_H_ #include <asn_application.h> /* Including external depende...
[ "shad@opennetworking.org" ]
shad@opennetworking.org
867dc55ab7cd67d2ef4b069be7bf4ac8c5c276c5
768cea4721ebe4439ce7af0a372726b703d484bd
/actors/ukiki/anims/anim_0501006C.inc.c
0d589a91fa9a70b3be32605075e9d999d7ae936c
[]
no_license
mountainflaw/sm64_60
08355027afd3a01ebabc246bac674dc666f17a15
831e0c420189e84a9369889b7f7cd9d276f38e2b
refs/heads/master
2020-08-28T18:40:44.871138
2019-10-27T00:55:47
2019-10-27T00:55:47
217,787,985
5
1
null
null
null
null
UTF-8
C
false
false
4,557
c
// 0x0500FC9C static const s16 ukiki_seg5_animvalue_0500FC9C[] = { 0x0000, 0x0065, 0x0063, 0x005C, 0x0057, 0x005A, 0x005F, 0x0065, 0x0067, 0x2070, 0x22AE, 0x23B6, 0x23D8, 0x22F6, 0x214C, 0x1FAF, 0x1EF6, 0x0000, 0x0007, 0x0003, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0xFFEA, 0xFFF5, 0x0000, 0x000...
[ "n64" ]
n64
a7f4f502463f3b39c901a909ff70bedf75826ce6
4458b8968ab0e7427f91d2a7471c60ee3e1245df
/2.3.2/DPL_3_A.c
64d71c7e009e768e103baca72b3327e4046614ce
[]
no_license
knknkn1162/ant_competitive_solution
89be79bce55cec33db18ce7dd87b919c16f7a655
03c6db143a63680387614c734e77ae0c3f428b9a
refs/heads/master
2022-11-16T12:56:56.056393
2020-07-13T08:47:48
2020-07-13T08:47:48
258,682,506
2
0
null
null
null
null
UTF-8
C
false
false
1,432
c
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <stdint.h> // uint64_t #define max(a,b) ((a) > (b) ? (a) : (b)) #define min(a,b) ((a) > (b) ? (b) : (a)) #define min3(a,b,c) min(min(a,b),c) int get_int2(int *a1, int *a2) { scanf("%d %d", a1, a2); return 0; } // <arr[0]> <arr[1]> .. <arr[size-1...
[ "knknkn1162@gmail.com" ]
knknkn1162@gmail.com
965678c68067614f7f5880abea8c2f75083b28d6
689dcba2a36493fdc1f6c21ee4014c16b78ed74b
/timers/timed_read.c
d71b1afa6ec8934081a8cf82c90bac809ac20c7e
[]
no_license
sesiria/TLPI
13461f63788e3a2937c5fe8d19d48b34ea2cb492
d7237af3039fb52afb586eed56df047c4c3b7c0f
refs/heads/master
2023-06-09T13:09:47.564464
2021-06-30T06:48:00
2021-06-30T06:48:00
60,061,436
0
0
null
null
null
null
UTF-8
C
false
false
1,359
c
#include <signal.h> #include "tlpi_hdr.h" #define BUF_SIZE 200 static void /* SIGALRM handler: interrupts blocked system call */ handler(int sig) { printf("Caught signal\n"); } int main(int argc, char* argv[]) { struct sigaction sa; char buf[BUF_SIZE]; ssize_t numRead; int savedErrno; ...
[ "stjohnson_free@hotmail.com" ]
stjohnson_free@hotmail.com
bb241755dd9899408cb671902ccc79e4925eb203
0e331ad914b34b6386e3ce118f4c788dff864c43
/demos/FarmWars_V1/sprites/turret.h
3eb30d6dfe0f2a538bce63d82a84b1da3492d4d1
[ "MIT" ]
permissive
guidofris/gba-sprite-engine
f64fe5df8f02174059453af4478c794ae3779f49
fb890f16088239816b6926b732530baaea5ac549
refs/heads/master
2020-09-05T20:49:13.389540
2020-01-16T21:56:26
2020-01-16T21:56:26
220,210,285
0
0
MIT
2019-11-07T10:27:30
2019-11-07T10:27:29
null
UTF-8
C
false
false
551
h
//{{BLOCK(turret) //====================================================================== // // turret, 32x56@8, // + 28 tiles not compressed // Total size: 1792 = 1792 // // Time-stamp: 2020-01-15, 19:41:24 // Exported by Cearn's GBA Image Transmogrifier, v0.8.6 // ( http://www.coranac.com/projects/#grit ) // //==...
[ "carl.peeters@live.com" ]
carl.peeters@live.com
a53272d279cb9ebee75b4bda74ec26f37f94d63f
ad29e445fcf09a39fecbaf72672dcecc1bd2e077
/libft/ft_strcpy.c
5bc94129b72ab4db2979f48f3a14b66f66b773b7
[]
no_license
Mcastres/ft_select
28f39615819be9bbcdcf4e22784df37c88d5e269
8d48f36ee065230148043d3663eacfae4ca6c882
refs/heads/master
2021-01-23T04:48:34.137808
2017-05-31T12:03:20
2017-05-31T12:03:20
85,824,759
0
0
null
null
null
null
UTF-8
C
false
false
1,060
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strcpy.c :+: :+: :+: ...
[ "mcastres@e1r4p14.42.fr" ]
mcastres@e1r4p14.42.fr
dfb47b95e7edfc0b3704d6d05051c6a3f832d6f2
fd9257a4cc04b89c2b8c92008770a82ccdfe85bd
/devel/include/rosinterface_handler/DefaultsAtLaunchInterface.h
a1971ed6a9e1823dd7c3ce70c18752a52fd33978
[]
no_license
Zauberr/KAL
40b135f02e9ae9c7bf55b064094aaff88c43628e
225e538058b632c8c14cc638e12fcb124bd81e29
refs/heads/master
2020-08-16T18:26:19.863213
2019-10-16T13:38:46
2019-10-16T13:38:46
215,537,226
0
0
null
null
null
null
UTF-8
C
false
false
112
h
/home/kal5-2/rammbo/devel/.private/rosinterface_handler/include/rosinterface_handler/DefaultsAtLaunchInterface.h
[ "bobocao93@gmail.com" ]
bobocao93@gmail.com
262d9ebe7c82b46b85b9bae67e13538ec0f2fb77
e5a131409d3cde58b5847b2ee6d3b5c570f71f0c
/src/driver/i2c1.c
d82bd8804cd07d79e9e6bbf95e8599cb823799c2
[]
no_license
stefvanson/hifiberry-driver
1c626f88326b6761839dad6d7246b819fc8ce126
d35cb7c5e6478404a092ebe9392f5d36b58e9ec8
refs/heads/master
2023-05-26T15:16:25.949417
2019-12-07T16:29:17
2019-12-07T16:29:17
180,957,385
0
0
null
null
null
null
UTF-8
C
false
false
6,822
c
#include "i2c1.h" #include "config.h" #include "gpio.h" typedef enum { I2C1_READY_ENTRY, I2C1_READY, I2C1_TRANSMITTING, I2C1_WAIT_FOR_END, I2C1_READ_PENDING, I2C1_RECEIVING, } i2c_state_t; // Global variables that keep the I2C1's state i2c_state_t i2c_cur_state; // Current I2C1 state ui...
[ "stefvanson@gmail.com" ]
stefvanson@gmail.com
0065fbc027822df9b9bdaa46738afbb02718d59a
fff55bd25201ab73c833319b32b82f9ca11f569b
/c2nim/cufft.h
f7488f474b1e675373caa6254cb057d548acc8be
[ "Apache-2.0" ]
permissive
juancarlospaco/nimcuda
e6d29743126dbfe2d55f972aa6bd6a02666cd6cb
5735fed30436083da01ca9aa0f7019f5a17939d5
refs/heads/master
2022-11-14T13:02:52.222664
2020-07-03T02:23:58
2020-07-03T02:23:58
276,788,143
0
0
Apache-2.0
2020-07-03T02:23:09
2020-07-03T02:23:09
null
UTF-8
C
false
false
364
h
#ifdef C2NIM #def CUFFTAPI #dynlib libName #private libName #cdecl #if defined(windows) # stdcall # define libName "cufft.dll" #elif defined(macosx) # define libName "libcufft.dylib" #else # define libName "libcufft.so" #endif typedef void* cudaStream_t; #include "cuComplex.h" #incl...
[ "ferrettiandrea@gmail.com" ]
ferrettiandrea@gmail.com
7afc85d0f0371b5bdf7306ddd6d35755c2016530
45cb3cb6f0272ab8c7d480f2081d1f60402a7bbd
/Semester3-1/LinuxSP/chap5/execlTest/ssu_execl_test_1.c
c57c95c75a1ddf5b35547f12ab93c3e5b1408f7f
[]
no_license
KimHyungkeun/3rd_grade
dee9cbdd961b03a1b1faaa70551ae82c7fa6335c
f19d45f493dfafd60f34ed17a8111fd22c120038
refs/heads/master
2023-02-12T23:15:05.939858
2021-01-16T11:20:10
2021-01-16T11:20:10
175,435,216
0
0
null
null
null
null
UTF-8
C
false
false
360
c
#include <stdio.h> #include <stdlib.h> int main(int argc, char *argv[]) { extern char **environ; char **str; int i; for (i=0;i<argc;i++) { //arg에 있는 리스트들을 출력한다 printf("argv[%d] : %s\n" , i , argv[i]); } for (str = environ ; *str != 0 ; str++) //환경변수들 목록을 출력한다. printf("%s\n", *str); exit (0); }
[ "fnfn9087@gmail.com" ]
fnfn9087@gmail.com
0896ce75550f784fe6d0ccd133978ec14fcbf69e
27c8204b9ee5487f68aee6dcdc37c564fdbfe8a8
/vm/tcp-server.h
2269a799b124bddd9dd301b99cb52996bd5bb211
[]
no_license
obs145628/oat
8e05823cbfa120584506053dbbb0e88cb1c4ec29
5ba163f5455d97daa08e5979101761fa13a91d11
refs/heads/master
2020-09-03T18:58:13.374199
2016-09-27T06:04:25
2016-09-27T06:04:25
219,538,584
0
0
null
null
null
null
UTF-8
C
false
false
560
h
#ifndef TCP_SERVER_H_ # define TCP_SERVER_H_ struct addrinfo; struct tcp_socket; typedef int (*f_tcp_server_cb)(struct tcp_socket* socket); struct tcp_server { int sock; int port; char portBuffer[10]; f_tcp_server_cb on_connect; int running; struct addrinfo* info; }; typedef struct tcp_server s_tc...
[ "obs145628@gmail.com" ]
obs145628@gmail.com
4c5d454eac3131b06ffb6d6131207bca270105e1
0d5e08b9d123d60d851742da441ebb2500d17ec7
/Dynamics/NelderMead.h
30e2a65b1556872e2ec7a347db0a6804d21a1b2d
[]
no_license
JacksonGibsonESP/Dynamics
8b1153c242d8226c60e7fd4286429230ebb47c85
e9d401a3853442149fe024ef84683be813f055b4
refs/heads/master
2021-01-11T08:31:07.517158
2017-06-20T17:59:41
2017-06-20T17:59:41
76,775,735
0
0
null
null
null
null
UTF-8
C
false
false
92
h
#pragma once void NelderMead(double fn(double x[]), int n, double start[], double xmin[]);
[ "JacksonGibsonESP@gmail.com" ]
JacksonGibsonESP@gmail.com
0119080c7cc6d6e76420be9ed11637829917baba
d8e95ef76ecfaef205f3199ee730344ab12af90d
/RL78/CCRL/R5F104PJ/Bank register concept used/r_cg_timer.h
e64aaa07d58f3fadbdbef734bb17a307eb0bdce1
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
eleluq/Renesas_FreeRTOS
f43b69f00e1c43bf00c5aff00814ee1ffe365a91
c176205df69cafd9b2db7d747ccf2e2876aa86c3
refs/heads/main
2023-04-24T18:42:11.191471
2021-05-04T10:50:31
2021-05-04T10:50:31
null
0
0
null
null
null
null
UTF-8
C
false
false
60,697
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...
[ "din.gulu.er@gmail.com" ]
din.gulu.er@gmail.com
8486ca0a70974d960956475b4e4854258339505e
eaae3529ea65c9be62e4b177a498dd0459396052
/modified_lib_dw/JimMeyering_test-errno.c
2e1f7d78d3d73f7473571b529d986dd47c2f7bac
[]
no_license
mgsanusi/blame-dodger
badac55079b0bc84c1c3ddff9357caffd480b512
c8b1f19d48e09200c9d59f3dda3b298ced7103d7
refs/heads/master
2021-01-20T04:50:14.975609
2018-01-12T00:02:14
2018-01-12T00:02:14
89,739,285
3
0
null
null
null
null
UTF-8
C
false
false
60
c
#include <config.h> #include <errno.h> #include <stddef.h>
[ "marina@virginia.edu" ]
marina@virginia.edu
975a407750f4229dc2dacd08ecb33e1f724b9b83
c9739582af8acbfc9d3304f22b7324b0b655dc2e
/option5-1-2.c
97e6ee5747e08501289abdcff7d15e8c5f3c9f31
[]
no_license
uebahide/practice_C
c3c2e95cecc914e599e996a128400fc7c53579c1
5fec1319a8bdb1ae52809cbf62fc9705ae0f060e
refs/heads/master
2022-10-24T16:21:51.999080
2020-06-13T11:24:42
2020-06-13T11:24:42
271,991,927
0
0
null
null
null
null
SHIFT_JIS
C
false
false
1,094
c
#include<stdio.h> int main(void) { int data[15]; int cnt; int i, j; int work; int num; printf("***データに0を入力すると入力処理を終了します***\n"); for(cnt=0; cnt<15; cnt++) { printf("データを入力してください===>"); scanf("%d", &data[cnt]); if(data[cnt]==0) { break; } } for(i=0; i<cnt-1; i++) ...
[ "uebahide@gmail.com" ]
uebahide@gmail.com
456aeed699888cc25868b18744eea14390250e31
ac2a304770b564751a6d7c702c4c4f1c66106b0c
/EIFGENs/static_analyzer/W_code/C21/uc1532.c
e9c4c1b699d6233f18bd5b1161bb996edeed79a9
[]
no_license
omarabid59/Mathematical-Expression-Compiler
8b918aa3f5533ca6d8240ac5a357dd50d61c1a9b
c02b0a6b765fa87acee6801d8d2b0da9423a9e08
refs/heads/master
2021-09-02T02:40:48.920608
2017-12-29T19:59:54
2017-12-29T19:59:54
null
0
0
null
null
null
null
UTF-8
C
false
false
378
c
/* * Code for class UC_UTF8_STRING */ #include "eif_eiffel.h" #include "../E1/estructure.h" #ifdef __cplusplus extern "C" { #endif extern void EIF_Minit1532(void); #ifdef __cplusplus } #endif #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #ifdef __cplusplus extern "C" { #endif void EIF...
[ "omarabid-59@hotmail.com" ]
omarabid-59@hotmail.com
dbcc7d76565bc71f26627605aff3c5242f49cacc
757e9f542847384698c5a622ecaccf7fa663ae96
/programming/mailru-deep-c-cpp/week1/threads_fun.c
9cdd4ba9d652d3aed4055d6df2c71001b8bd8fc9
[]
no_license
vpetrigo/courses
90580357f3ae57be8ca177bbc3ad0e38e5c9ccac
406f20cf1a14e2a4da992b4cb6d5690a20568096
refs/heads/master
2021-06-14T15:26:52.546264
2021-04-25T14:04:08
2021-04-25T14:04:08
60,792,538
17
13
null
2021-04-25T14:04:09
2016-06-09T17:13:59
C++
UTF-8
C
false
false
1,367
c
#include <stdio.h> #include <pthread.h> #include <stdlib.h> #include <unistd.h> #define COUNT_OF(x) ((sizeof(x)/sizeof(0[x])) / ((size_t)(!(sizeof(x) % sizeof(0[x]))))) struct ToCalculate { int *data; size_t size; }; void *thread_routine(void *); int main() { const size_t tasks_q = 2; const size_t NUM_THREA...
[ "taenaru@gmail.com" ]
taenaru@gmail.com
34eb3664319b4343d6eb546a6958abd0759b6d76
482ae433fd6f782d071ba573ed9c53d48de49fe2
/lab8/lab8_1.c
8799db50ac39a09531b9ebdbcc86b0327bfc5d55
[]
no_license
vladigr1/OS
6de6b1d18a42c6e266828c55dcf37cf82af0af31
f01e4548242455d39c64f43d685f65f0f4ad63ab
refs/heads/master
2020-06-27T16:30:38.871647
2019-08-01T07:45:06
2019-08-01T07:45:06
199,997,756
0
0
null
null
null
null
UTF-8
C
false
false
627
c
#include <pthread.h> #include <stdio.h> #include <string.h> #include <semaphore.h> sem_t sM, sT; void* create_message ( void* str ) { int i = 0; for ( i = 0; i < 10; i++ ) { sem_wait(&sT); printf ( "I've wrote a message #%d. %s\n", i+1, (char*) str ); sem_post(&sM); } } int main () { pthread_t t...
[ "vladigr1@gmail.com" ]
vladigr1@gmail.com
fe228a167bb182edac17b9351ad86227cd664047
c994a16a50a5654e261fe87c1ca51418ef432fe5
/socket/tcp/srvmultifork.c
fc2ba2625a9ef1726df1f29a2997d4a7dc28c528
[]
no_license
ReyRen/APUE
35a24c40ab287dba8e02d89fbe8748acc20c598b
f62aee81b4bbadfd5435ffdfba460fbecd7c0869
refs/heads/master
2021-09-14T12:45:18.942568
2018-05-14T04:30:12
2018-05-14T04:30:12
106,151,916
0
0
null
null
null
null
UTF-8
C
false
false
6,440
c
#include <unistd.h> #include <sys/stat.h> #include <sys/wait.h> #include <sys/types.h> #include <fcntl.h> #include <stdlib.h> #include <stdio.h> #include <errno.h> #include <string.h> #include <signal.h> #include <arpa/inet.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> /* #include <sys/t...
[ "reyren179@gmail.com" ]
reyren179@gmail.com
b27bcd71ecf5922a7e6406145c15609778183540
8c1a8db98fc5073aa12dc5a642bfdafb8a19a9a3
/basic.c
a14d89c2547a0601483ef65a63c1c98adef03f12
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
mpoullet/linterp-src
8217f260ff97f512b274dbf78f4bbef1cf91fdc7
baf2b8fcabea9c081cadb9b04c2b2de8e8b45226
refs/heads/master
2020-03-25T05:06:48.825273
2018-08-03T13:47:59
2018-08-03T13:47:59
143,429,853
2
2
null
null
null
null
UTF-8
C
false
false
3,690
c
/** * @file basic.c * @brief Memory management, portable types, math constants, and timing * @author Pascal Getreuer <getreuer@gmail.com> * * This file implements a function Clock, a timer with millisecond * precision. In order to obtain timing at high resolution, platform- * specific functions are needed: * ...
[ "m.poullet@avm.de" ]
m.poullet@avm.de
c6b42382cc796a273f48bb8ffa028ac2c0a043d9
a7644255a285d50cfbc5bdb56d35c5bec6e9e2fa
/KTH_SocketSense/components/pcf8523/pcf8523.c
1a1ce63232f2fbde8569e5d26e4ce8467313b9bd
[ "LicenseRef-scancode-public-domain" ]
permissive
hanikat/SocketSense
bb3ff6d5a109d9f3594a8983ddd0c69053c9d100
8746706ffaf05223f5c0dc54154c877980a1d562
refs/heads/master
2021-07-06T03:42:09.048303
2020-12-29T15:21:22
2020-12-29T15:21:22
217,350,186
0
0
null
null
null
null
UTF-8
C
false
false
2,798
c
/** * @file pcf8523.c * @brief Driver for the PCF8523 RTC IC. * * These functions provide access to the PCF8523 and allow to set the current ESP time * according to the PCF8523 time. * * @author Matthias Becker * @date June 24. 2019 */ #include <esp_err.h> #include <stdio.h> #include <time.h> #include <sys/tim...
[ "simonvonschmalensee@n130-p66.eduroam.kth.se" ]
simonvonschmalensee@n130-p66.eduroam.kth.se
96c1e355aa0a7bb88b866ed383bbb7547d7ac386
e41d7c4032fc180a6a28a562534f02d6f1f616c1
/roomba.c
1db865d9f9849cbcd007ec71222cde57d1846045
[]
no_license
garoi/RoombaCl
7194bcf1af158db126fc4caf71136146de529abe
b7e2c46e17b2f9e918abdde7c183068b1ca554bb
refs/heads/master
2021-01-01T19:24:48.501569
2014-11-01T10:50:30
2014-11-01T10:50:30
null
0
0
null
null
null
null
UTF-8
C
false
false
21,742
c
/* * A n t l r T r a n s l a t i o n H e a d e r * * Terence Parr, Will Cohen, and Hank Dietz: 1989-2001 * Purdue University Electrical Engineering * With AHPCRC, University of Minnesota * ANTLR Version 1.33MR33 * * antlr -gt roomba.g * */ #define ANTLR_VERSION 13333 #include "pcctscfg.h" #include "pccts...
[ "marc.garcia.roig@gmail.com" ]
marc.garcia.roig@gmail.com
dbaf7527358a0a1fa9cbab6b7c2d97863cee67eb
16e21287e52f91485098ab3416d53ebd9b992226
/HomeStudy/Projects/0812_WinApi_Client/0812_WinApi_Client/Resource.h
81f7ae89729a6b53422fb876f7dcd88758785160
[]
no_license
LeeMyeungJun/INHAstudy
e4ab14d897b23de10531072d231e3e01055ec65b
0be8d4bf597b413dcd99d93dbbf15a45983cf325
refs/heads/master
2023-04-02T22:16:36.785554
2020-10-15T08:37:45
2020-10-15T08:37:45
283,198,221
0
0
null
null
null
null
UTF-8
C
false
false
754
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by 0812_WinApi_Client.rc // #define IDS_APP_TITLE 103 #define IDR_MAINFRAME 128 #define IDD_MY0812_WINAPI_CLIENT_DIALOG 102 #define IDD_ABOUTBOX 103 #define IDM_ABOUT 104 #define IDM_EXIT 105 #define IDI_MY0812_WINAPI_CLIENT 1...
[ "mong356@naver.com" ]
mong356@naver.com
a7d79b4fb2fa1e49ad867bd26d21866aa8b80ced
2ac18de671c83dbb886ec37ead5036dffb200938
/c/75.CDR/inc/Processor.h
cd7c899aa6225e88e551898c61777f8b43f320d8
[]
no_license
ArikDavidov/work
63541877df6d48f78864aa598b30a165d5e59ff8
624b75375b9832812b7de793104bb6ecdac09db1
refs/heads/master
2021-05-14T07:13:21.670976
2018-01-10T10:46:00
2018-01-10T10:46:00
116,259,333
0
0
null
null
null
null
UTF-8
C
false
false
432
h
#ifndef __PROCESSOR_H__ #define __PROCESSOR_H__ #include "Subscribers.h" #include "Operators.h" #include <pthread.h> #define PROCESSOR_THREADS_NUM 8 typedef struct Processor { Subscribers* m_subscribers; Operators* m_operators; pthread_t m_processorThreads[PROCESSOR_THREADS_NUM]; pthread_t m_cgfThread; in...
[ "arik.davidov@gmail.com" ]
arik.davidov@gmail.com
a10760b28159b52a602c847df5cff47616310025
47f6cc1d4a9f757eba7a9ec57207d9b32e040bf8
/main.c
8140fd6a15694556490957128c652d2d4e1a7ac4
[]
no_license
rdavydov/hidkey_gpio
ed22840087d4116ed1cb4e6241d5b38e316eae09
0598685e0fe930206fd670c443ed3530ee3e8bde
refs/heads/master
2021-01-11T08:59:06.853559
2012-12-03T15:22:47
2012-12-03T15:22:47
null
0
0
null
null
null
null
UTF-8
C
false
false
6,321
c
/* * hidkey_gpio * Copyright (C) 2012 by Steve Markgraf <steve@steve-m.de> * * Using a HID keyboard as general purpose input/outputs * http://wiki.steve-m.de/hidkey_gpio * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published ...
[ "steve@steve-m.de" ]
steve@steve-m.de
f435f684bce75573101e71faf03d2ec2ab8c8cad
ecfadf59abf0c377e4fbaafb8f594420d8d23277
/C/Henk Robbers/Ahcc-6/COMMON/OPTIONS.C
425c3c7734eb66574e085b8f819d42e998c26245
[]
no_license
laurentd75/ggnkua_Atari_ST_Sources_Repository
71fad5fc5ee3ea7bbd807ec6a6d4a99f7ef31334
b51e02ffd546ba8260a5645a51acd90d66c16832
refs/heads/master
2023-08-31T14:13:18.440660
2023-08-24T10:09:58
2023-08-24T10:09:58
164,442,362
0
0
null
2023-09-03T00:24:29
2019-01-07T14:12:47
null
UTF-8
C
false
false
10,762
c
/* Copyright (c) 1992 - present by Henk Robbers Amsterdam. * * This file is part of AHCC. * * AHCC is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your ...
[ "ggn.dbug@gmail.com" ]
ggn.dbug@gmail.com
8c6ed918f61f27af0ae1e8225e7c6c9dfc628737
58cefbb2599afe5ab8eef89febddbd4d4b81b09d
/InterruptConfig.h
a845c1089e3942f80b144f50b19e531b3da577c2
[]
no_license
boningdong/LED_Cube_ECE5
8beaf55c59a852719d2a00e10b02dd12d63e977b
9d8ecccadf0f130e097a49b1d0c628c97783b15d
refs/heads/master
2021-06-15T23:26:25.834024
2017-04-18T23:43:51
2017-04-18T23:43:51
81,756,039
0
0
null
null
null
null
UTF-8
C
false
false
320
h
#include <Arduino.h> #ifndef CUBE_INT_CONFIG #define CUBE_INT_CONFIG void Global_IntInit(); void Timer1_IntOn(); void Timer1_IntOff(); #endif void Global_IntInit() { sei(); } void Timer1_IntOn() { TIMSK1 |= (1 << OCIE1A); } void Timer1_IntOff() { TIMSK1 &= ~(1 << OCIE1A); }
[ "dbndbn9538@hotmail.com" ]
dbndbn9538@hotmail.com
3b92bd13c9e052cea6cf129da28355f02bb417a4
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/fastsocket/kernel/crypto/extr_ecb.c_crypto_ecb_setkey.c
d2ad586c58161fa181838b7955a42729ddfffe82
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
1,635
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
dbb77b311bd080eb0db4dfe0431e577fbbecda01
89aa02ead7effbf221fc50673db18b2a2cf5c35c
/branches/allow-alt-gui/filesel.c
b7b3cc2e4ed78523f4835af425cb70307eeee7f9
[]
no_license
svn2github/GrafX2
9f4677be538295717b369bfc28d1be9a1dc13527
9966dc7db4ee34c990b819340c2b51dc78a78477
refs/heads/master
2020-12-31T01:11:05.782341
2013-08-30T17:21:40
2013-08-30T17:21:40
56,395,368
0
0
null
null
null
null
ISO-8859-1
C
false
false
55,396
c
/* Grafx2 - The Ultimate 256-color bitmap paint program Copyright 2009 Franck Charlet Copyright 2008 Peter Gordon Copyright 2008 Yves Rizoud Copyright 2007 Adrien Destugues Copyright 1996-2001 Sunset Design (Guillaume Dorme & Karl Maritaud) Grafx2 is free software; you can redistribute it and...
[ "GrimFabel@6a45ab37-182e-0410-b566-3f6d2655a21a" ]
GrimFabel@6a45ab37-182e-0410-b566-3f6d2655a21a
8a9bab58dbab72e551fbb6399ee6425e06344117
1fabbdfd1ca9ea1b6808893e12bd907eb74de414
/xcode/Classes/Native/mscorlib_System_Collections_ObjectModel_ReadOnlyCollection_1_286.h
1b693336da31a65c1385c87623eae55cdd83f98b
[]
no_license
Klanly/TutorialPackageClient
6f889e96c40ab13c97d107708ae8f3c71a484301
b9d61ba2f287c491c9565b432f852980ec3fee28
refs/heads/master
2020-12-03T01:42:35.256114
2016-11-01T02:40:21
2016-11-01T02:40:21
null
0
0
null
null
null
null
UTF-8
C
false
false
428
h
#pragma once #include <stdint.h> // System.Collections.Generic.IList`1<System.UInt32> struct IList_1_t2934; // System.Object #include "mscorlib_System_Object.h" // System.Collections.ObjectModel.ReadOnlyCollection`1<System.UInt32> struct ReadOnlyCollection_1_t20460 : public Object_t { // System.Collections.Generic.I...
[ "bu213200@gmail.com" ]
bu213200@gmail.com
24680ae73c59e14d9611257d87f82775ab92038c
423da5fd508e9178c4d642d7987083ba224d2c8a
/OS-Lab/fork-task/first.c
a989688df8ec4abb5bddccfada9ff4db3edae6a4
[]
no_license
mominaadar/Operating-Systems
8d7ed8f90266740e544c9371a37e4dccc7d33376
851b278ab03955066f4686a023a31f0e5ce59140
refs/heads/master
2022-11-18T13:33:32.846364
2020-07-12T10:48:55
2020-07-12T10:48:55
255,636,950
0
0
null
null
null
null
UTF-8
C
false
false
532
c
#include <stdio.h> #include <stdlib.h> //system #include <sys/types.h> //fork and wait #include <unistd.h> //fork #include <sys/wait.h> //wait int main (){ printf("Hello World\n"); printf("Process ID: %d\n", getpid()); printf("Parent process id: %d\n", getppid() ); int x = fork(); // f1 if (x == 0){ printf("...
[ "noreply@github.com" ]
mominaadar.noreply@github.com
9d1183a1d3e13f1c2bf3cdf3e3ece19bcb52a4ad
f94497d3488b7e101eeb1aef13ad70752022d10d
/main.c
a04485ee04aa71cf40aaf794c13bdf54192ec4cc
[]
no_license
mihir910/MCA-C-programming
80bd80c28e1358ac3a8b91fb865dc7d667581f87
bd62b7df5bed36bf300a64041aff1073542495f7
refs/heads/main
2023-08-20T02:57:07.512071
2021-10-31T13:50:05
2021-10-31T13:50:05
418,056,240
0
0
null
null
null
null
UTF-8
C
false
false
442
c
#include <stdio.h> int main() { int number1, number2; printf("Enter two integers: "); scanf("%d %d", &number1, &number2); if (number1 >= number2) { if (number1 == number2) { printf("Result: %d = %d",number1,number2); } else { printf("Result: %d > %d", number...
[ "noreply@github.com" ]
mihir910.noreply@github.com
5b67c6d894a9e37d419f027506b6d46340c087d0
9b505b7f04b322e8b84597379079b5953b9c8dbe
/console.h
e3667b6719c8869eef16f4ff3e0ee5c7d5bf7d2e
[]
no_license
Akechi1412/Calculator
e59e871593a0fa9ddcfdfb0f20fc3e1e087c16ed
15bbd22a90665a4c408e57f5e7ebe8b6bb3d3f8a
refs/heads/main
2023-05-28T18:52:01.048383
2021-06-07T02:09:06
2021-06-07T02:09:06
374,503,405
0
0
null
null
null
null
UTF-8
C
false
false
4,149
h
#pragma once #include <stdio.h> #include <conio.h> #include "windows.h" #define KEY_NONE -1 //======= Get the x coordinates of the current cursor =============// int whereX() { CONSOLE_SCREEN_BUFFER_INFO csbi; if (GetConsoleScreenBufferInfo(GetStdHandle(STD_OUTPUT_HANDLE), &csbi)) return csbi.dwCursorPosition.X...
[ "nguyenphong10042002@gmail.com" ]
nguyenphong10042002@gmail.com
c2614f829389f4ac848b956e802786a543c0c88e
00726578e4ff87784ed4828e1e93e115470e3f28
/file_server.c
e5005cbb320806732242ea306f71b0e2d49cf7d8
[]
no_license
emboob/SP-Chat
9d0c323ebdb68bdd001528b0e36f97ef97378fff
73de41e5e3a2e3f65813d55a5692bc4c923f2375
refs/heads/master
2021-08-26T00:31:31.716961
2021-08-18T07:12:41
2021-08-18T07:12:41
228,025,839
1
0
null
null
null
null
UTF-8
C
false
false
1,638
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <arpa/inet.h> #include <sys/socket.h> #include <fcntl.h> #define BUF_SIZE 10000 void error_handling(char *message); int main(int argc, char *argv[]) { int server_socket; int client_socket; struct sockaddr_in server_ad...
[ "emboob@naver.com" ]
emboob@naver.com
eba0a68a9186e929af9baa27ccf6b490a4fccfc2
f055b61104a95094bdb5e8ceca9bfb17a75dd9f9
/asm/init/init_type/init_type.c
d7274da772494ee254b90b5d0aec47818359bcc7
[]
no_license
TomTRQ/CPE_corewar_2018
26b24bc681045603e5e32faf741fce1077b35bb3
a255a8f444aa850d7fa690f79684b4083fe451d0
refs/heads/master
2020-06-13T23:47:13.363143
2019-07-02T09:04:22
2019-07-02T09:04:22
194,826,685
0
0
null
null
null
null
UTF-8
C
false
false
1,924
c
/* ** EPITECH PROJECT, 2019 ** CPE_corewar_2018 ** File description: ** init_type */ #include <stdlib.h> #include "op.h" #include "data.h" #include "mylib.h" int *malloc_type(data_t *data) { int k = 0; for (k = 0; data->cmd[k] != NULL; k++); data->type = malloc(sizeof(int) * k); for (int i = 0; i < k...
[ "triquet.tom@epitech.eu" ]
triquet.tom@epitech.eu
a1a74416f6832c527af9ee6ab40ca8d8f284c591
b96d8a637295b1041e563b0aeccc1adb7ce2310d
/zad1/called_invoker.h
6cf8d206290d797447145b081b1706bddb8041b2
[]
no_license
jkuklis/Crossld
af33b27a1babdea73c09c0e0fe3871db757e163b
be548535c40738d212674fe176820b94da22e700
refs/heads/master
2021-08-09T19:03:27.336280
2020-05-24T16:27:37
2020-05-24T16:27:37
181,969,769
0
1
null
null
null
null
UTF-8
C
false
false
234
h
#ifndef CROSSLD_CALLED_INVOKER_H #define CROSSLD_CALLED_INVOKER_H // handler that actually calls 64-bit functions called by the 32-bit program void called_invoker(const struct function *to_invoke); #endif //CROSSLD_CALLED_INVOKER_H
[ "jk.kuklis@gmail.com" ]
jk.kuklis@gmail.com
b745a66d1bed8397fae8633209cea2b5df829282
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/c-litmus-CBMC/MP+dmb.sy+ctrl-addr-rfi-ctrl-rfi.c
2c2a2153dfdf208f88bd5c8bd12973187b03ffc4
[]
no_license
ashutosh0gupta/llvm_bmc
aaac7961c723ba6f7ffd77a39559e0e52432eade
0287c4fb180244e6b3c599a9902507f05c8a7234
refs/heads/master
2023-08-02T17:14:06.178723
2023-07-31T10:46:53
2023-07-31T10:46:53
143,100,825
3
4
null
2023-05-25T05:50:55
2018-08-01T03:47:00
C++
UTF-8
C
false
false
1,569
c
/* Copyright (C) 2023 ARM-CBMC * This benchmark is part of ARM-CBMC */ #include <assert.h> #include <pthread.h> // Memory barriers #define FENCE() asm volatile ("mfence" ::: "memory") volatile int vars[4]; volatile int v_1_X0_1; volatile int v_1_X7_1; volatile int v_1_X10_1; void *t0(void *arg){ label_1:; var...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
c0604cf2171e3f2126bd870e695d5858f38ebe48
9df6b27a8d9029587886dd14fb49ba4c8486848f
/Generated_Code/IO_Map.h
29614a843339498e2e780041408df0badc220244
[ "MIT" ]
permissive
HashDefineElectronics/PissOff
3ea6cca8ccd2e9247cc01268c0ec2ed88185e4d4
8c82cbe6364ee08e39601bea223637957e78b07f
refs/heads/master
2021-01-12T10:04:21.568424
2016-12-16T22:13:13
2016-12-16T22:13:13
76,348,964
0
0
null
2016-12-13T10:33:37
2016-12-13T10:33:37
null
UTF-8
C
false
false
3,166
h
/* ################################################################### ** This component module is generated by Processor Expert. Do not modify it. ** Filename : IO_Map.h ** Project : PissOff ** Processor : MKE04Z8VWJ4 ** Component : IO_Map ** Version : Driver 01.00 ** Compile...
[ "HashDefineElectronics@users.noreply.github.com" ]
HashDefineElectronics@users.noreply.github.com
04e8a2e5302af28620aaede1331c311d2bcbd955
6e3eecfa012c54798076d5b927446e1c066c7769
/src/consensus/consensus.h
bdb7fec070581a4c194e2a2ac7d2c204b92b4edd
[ "MIT" ]
permissive
kopernikusdev/DecentrahubCoin
cf63897aec5196df2c45385fefb82bb637138ff6
70e4a3cfa83a4a2d20bcf63954b2cac2c975927d
refs/heads/master
2022-11-27T13:32:34.563323
2020-08-11T10:48:42
2020-08-11T10:48:42
null
0
0
null
null
null
null
UTF-8
C
false
false
1,693
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2016 The Bitcoin Core developers //Copyright (c) 2019-2020 The PIVX developers //Copyright (c) 2020 The Decentrahub Coin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/...
[ "69033894+decentrahub@users.noreply.github.com" ]
69033894+decentrahub@users.noreply.github.com
b6013753d0b9188103324534aa3b7e7822891891
41dd76a780250ae7c9786cb54e6a8c829751d4c2
/Thread.c
db082770a9e3ed2a55090af4d2f9e49baa42bca0
[]
no_license
Gkunte11/Producer-Consumer-and-Dining-Philosopher
c15f65df0e8ebfe283e25862c1550b06fda1d600
50346fc1615b7506dd0760755f5f9b4303bdbcee
refs/heads/master
2020-03-15T08:44:32.736368
2018-05-03T23:09:52
2018-05-03T23:09:52
132,058,526
0
0
null
null
null
null
UTF-8
C
false
false
14,865
c
code Thread -- Harry Porter -- January 10, 2005 ----------------------------- InitializeScheduler --------------------------------- function InitializeScheduler () -- -- This routine assumes that we are in System mode. It sets up the -- thread scheduler and turns the executing program into "main...
[ "noreply@github.com" ]
Gkunte11.noreply@github.com
2f5e3227b30e28e33a2dc70ecb11e84c6f189d15
e4b7511366be07c5078d56266f7973c77a9293c5
/usage.h
670cdeedd4b12db4d87ae3544553c65bb0245574
[]
no_license
sanskarlather/Full-Time-adventures-of-a-part-time-librarian
8f37c3becb8207faf0757d41f683c5a1c5a2b8a2
6ea61edc0ab6f912fa4a17190c6d2b981669b204
refs/heads/master
2023-01-24T03:03:44.454537
2020-12-08T04:20:02
2020-12-08T04:20:02
289,503,817
4
3
null
2020-12-08T04:20:03
2020-08-22T14:29:12
C
UTF-8
C
false
false
74
h
#pragma once extern bool executeUse(void); extern bool executeHelp(void);
[ "lathersanskar@gmail.com" ]
lathersanskar@gmail.com
556dfbb1ec44413784080128251e56fc0c6d805e
1bd3bda3b45a6ee1be305d28e9db3e108ee8aa13
/lpcxpresso802/demo_apps/power_mode_switch_lpc/pin_mux.c
7ffcb4ae2b75b56b48e3bb46bed8cd7ecaf7a16b
[]
no_license
JohnHau/mcux-sdk-examples
22721dedeb2963ee863498ecd97d5b6296ea1b0d
62f5041d6d7da742ffd7ea0f8f017a670af450e8
refs/heads/main
2023-05-14T21:49:58.810657
2021-06-08T05:28:39
2021-06-08T11:57:07
null
0
0
null
null
null
null
UTF-8
C
false
false
2,910
c
/* * Copyright 2019 NXP * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ /*********************************************************************************************************************** * This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file * will...
[ "susan.su@nxp.com" ]
susan.su@nxp.com
7191f07cd362bdb8df7fe5945bab88dc02574a13
a99591808e715e68ff19e4a39efc95b93e5aa0a5
/push_swap/libft/ft_memalloc.c
70d893878fc140c3fefdb6748cefa8f24051849e
[]
no_license
lllshilolll/school21
068e12c937c1ef3ad51032c05de2c1666d2e9674
7708c0eda98204abd1b7e4cc26f5ddfbd85dd2c1
refs/heads/main
2023-07-01T08:21:57.161355
2021-08-06T17:57:37
2021-08-06T17:57:37
349,193,608
0
0
null
null
null
null
UTF-8
C
false
false
149
c
#include "libft.h" void *ft_memalloc(size_t size) { void *mem; if (!(mem = malloc(size))) return (NULL); ft_bzero(mem, size); return (mem); }
[ "baranova_maria@rambler.ru" ]
baranova_maria@rambler.ru
b050a552e1aa57f39ad5ac8d7d183a7ccfe18967
28da29477e1ce2f66917d87992fc89ed7cca6c2f
/servidorDistribuido/inc/gpio.h
ff964c152fc416e8e8e2b7837862084fde816f23
[]
no_license
jpcirqueira/AutomacaoResidencial
814df89c0239f24722a809f15f2bd736b26f592c
5823fa8588ae0fe76fb2fb850cc67c059c8342e7
refs/heads/master
2023-04-12T12:59:06.421937
2021-04-19T14:46:35
2021-04-19T14:46:35
355,737,666
0
1
null
null
null
null
UTF-8
C
false
false
121
h
#ifndef __GPIO__ #define __GPIO__ void gpio_liga(int pino); void gpio_desliga(int pino); int ler_gpio(int pino); #endif
[ "jpcirqueira81@gmail.com" ]
jpcirqueira81@gmail.com
73370a9e40944dfeb70a0687b689cdb0b1c8cb38
aa572f8be6fc2922c08dd80674800ea1697c016b
/libft/src/ft_toupper.c
7d6b04ca5b2236c873e2f2e280a706448bb4fa99
[]
no_license
andeaseme/FdF
8f0d0e063b937ab145522cdab4713abc128d1b79
ba7fdcb6644c3a20a7d2ff7131861e7e348a895c
refs/heads/master
2021-01-25T08:02:28.348564
2017-08-08T00:40:44
2017-08-08T00:40:44
93,709,108
0
0
null
null
null
null
UTF-8
C
false
false
970
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_toupper.c :+: :+: :+: ...
[ "aphan@e1z1r6p17.42.us.org" ]
aphan@e1z1r6p17.42.us.org
351df85eeb565a490d60eb4191b8ff41b6a7ad3e
bac200b5d9aa4244e7ff8e8d690f1d96fd76c9fc
/tutorial8/wiz.h
c5db2ac38911f1b795a62054c233b2b24b85ebeb
[ "LicenseRef-scancode-public-domain" ]
permissive
jeag2002/SpaceShooter2D-EngineTest
54bd99a82ffe9cd7c0c215fb3c335344c979d0fe
1afdbc6da0860e20cfa09c64aecc5054c235023b
refs/heads/master
2021-06-02T21:31:44.027559
2020-05-30T10:41:34
2020-05-30T10:41:34
95,495,632
0
0
null
null
null
null
UTF-8
C
false
false
681
h
// This file came from Pickle's Wiz3D development pack. // I removed a lot of the SDL and keyboard related functionality. // Thanks Pickle! // Be sure to call WIZ_Init & WIZ_Close as appropriate #ifndef __WIZ_H__ #define __WIZ_H__ #ifndef WIN32 int WIZ_Init( void ); void WIZ_Close( void ); #define BIT(number) (1<<...
[ "jeag2002@gmail.com" ]
jeag2002@gmail.com
49b61f7ce75a6547e6ba6787f498258c758b4ca6
682edef0262b3e779dd1678041e60ec45922b23a
/motor.c
268e501c3af35037f2c1877d39f82508a08c15b6
[]
no_license
BitLabProjects/LaserCat-Firmware
617aa0370b686a729351f32e746dd3a9d59f027b
cd75d74c39c67b249a0f32ac0cc6c4e1ce048da3
refs/heads/master
2021-01-13T00:59:14.702192
2015-09-25T21:04:33
2015-09-25T21:04:33
43,174,400
0
0
null
null
null
null
ISO-8859-1
C
false
false
8,488
c
#include "system.h" #include "motor.h" #define COIL_OFF 0 #define COIL_FORWARD 1 #define COIL_BACKWARD 2 //-- Motor1 //Coil 1 #define Motor1_Coil1_Direction_TrisBit TRISB4_bit #define Motor1_Coil1_Direction_PortBit LATB4_bit #define Motor1_Coil1_OnOff1_TrisBit TRISB5_bit #define Motor1_Coil1_OnOff1_PortBit LATB5_bit ...
[ "simone.bosc@gmail.com" ]
simone.bosc@gmail.com
7e6e3abb9f9302b89bc09692a8b77bb03bc4a0a3
3818b7af7a6407b636870288779014b29b186535
/Source/Engine/FrOpCode.h
5b9e2e33b0a128e54ad8c700362af16eb87cebe6
[]
no_license
VladGordienko28/ProtoGame
de287b44b6db4de9fc888869e3a663db81dc85ed
3d88f5578f6ceca4275af9ee14a468b190bbfb7c
refs/heads/master
2020-04-16T06:53:18.813931
2019-11-11T19:42:19
2019-11-11T19:42:19
165,364,799
1
0
null
null
null
null
UTF-8
C
false
false
4,667
h
/*============================================================================= FrOpCode.h: List of OPerations CODEs. Created by Vlad Gordienko, Jul. 2016. Reimplemented by Vlad, Jan. 2018. =============================================================================*/ // // All codes. // enum EOpCode { // Specia...
[ "vladgordienko28@gmail.com" ]
vladgordienko28@gmail.com
412539e16980ff318d27777a975cc161706a147c
ac362bb8969d647cd219430bc71c831d894e531c
/sys/arch/x86/x86/msr_ipifuncs.c
e61d38142d294f95c6487e78ab18baf95523209d
[]
no_license
noud/mouse-bsd-4.0.1
efb3b16fcc872ab227e6bb651cf1e836796a0804
4c0a1e08df407a759afac2d6a98507df94f5f814
refs/heads/master
2023-02-24T23:42:54.060718
2020-08-16T20:10:53
2020-08-16T20:10:53
334,536,412
0
0
null
null
null
null
UTF-8
C
false
false
4,561
c
/* $NetBSD: msr_ipifuncs.c,v 1.8.6.1 2007/04/20 20:31:27 bouyer Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Juan Romero Pardines. * * Redistribution and use in source and binary forms, with ...
[ "mouse@Rodents-Montreal.ORG" ]
mouse@Rodents-Montreal.ORG
9fe7113091554a2d4bd685bffce54171e186298d
8bf59a977a12f7b06ddfdec9d77900a867160d2c
/0x02-functions_nested_loops/5-sign.c
c93932122f9357f65c0eabd39332d6e0c6595484
[]
no_license
jbathel/holbertonschool-low_level_programming
9f6103fd8fff30b8618cde3e3d132fd0c7332db4
0f85eb011c00bdbe611118edf8265341d4fe2582
refs/heads/master
2020-06-06T15:23:47.127803
2020-01-17T03:08:24
2020-01-17T03:08:24
192,774,211
0
0
null
null
null
null
UTF-8
C
false
false
332
c
#include "holberton.h" /** * print_sign - calls function * @n: number to be checked * Description: Prints the sign of * a number. * Return: 0, 1, -1 */ int print_sign(int n) { if (n > 0) { _putchar('+'); return (1); } else if (n < 0) { _putchar('-'); return (-1); } else { _putchar('0'); retur...
[ "811@holbertonschool.com" ]
811@holbertonschool.com
69a08014137354c4011d0cafa4228af2ba3d6f6e
ddbe4ba10724fc33d3eab08233ad27858914c77e
/etmodel/.svn/pristine/69/69a08014137354c4011d0cafa4228af2ba3d6f6e.svn-base
ee21cf0cb70afc0a0e7e86ffb06efdf4396afd87
[]
no_license
yuukikaito/tahichi-code2013
187eec39b81e673902ac78b66ab0fedae2e4c664
54513d6cfa064378cbd55d217f99b7eba4f81044
refs/heads/master
2016-08-08T13:10:41.058213
2013-11-13T05:26:32
2013-11-13T05:26:32
null
0
0
null
null
null
null
SHIFT_JIS
C
false
false
7,033
/* * kernel_cfg.c * Thu Mar 22 14:21:32 2012 * SG Version 2.00 * sg.exe ./prog.oil -os=ECC2 -I../../../ecrobot/../toppers_osek/sg/impl_oil -template=../../../ecrobot/../toppers_osek/sg/lego_nxt.sgt */ #include "osek_kernel.h" #include "kernel_id.h" #include "alarm.h" #include "interrupt.h" #include "...
[ "trigonometrical1@gmail.com" ]
trigonometrical1@gmail.com
c6ec9d2ba79a224e0dc69eb11187d6693866bbc1
65e3391b6afbef10ec9429ca4b43a26b5cf480af
/ZDC/MakeZDCChMapCalib.C
729781c0a4072b002f51e77ad85b7fe936e14e2f
[]
permissive
alisw/AliRoot
c0976f7105ae1e3d107dfe93578f819473b2b83f
d3f86386afbaac9f8b8658da6710eed2bdee977f
refs/heads/master
2023-08-03T11:15:54.211198
2023-07-28T12:39:57
2023-07-28T12:39:57
53,312,169
61
299
BSD-3-Clause
2023-07-28T13:19:50
2016-03-07T09:20:12
C++
UTF-8
C
false
false
2,190
c
MakeZDCChMapCalib(){ // Create OCDB object for ZDC mapping const char* macroname = "MakeZDCChMapCalib.C"; const int kNch=48; //const int kNScch=32; Int_t readMap[kNch][6]; FILE *file; if((file = fopen("./ShuttleInput/ZDCChMapping.dat","r")) != NULL){ for(Int_t j=0; j<kNch; j++){ ...
[ "Chiara.Oppedisano@to.infn.it" ]
Chiara.Oppedisano@to.infn.it
1effba0e4dee0e690dda8a0408f2112754be8541
06daff10bb7bddfbfb23a9385889f4a43359c663
/midterm_files/kernel_level/keyGenerator.h
f13ba93e4f56a8def6f66b15ab512a6b399f48c0
[]
no_license
Mashrur749/unx511
7c5f95a867344f2e4658f3bc071d2083c5fbd309
55b4f726eee3b06e0b2cae944b9f2eee021a6292
refs/heads/master
2023-04-11T15:02:12.091223
2021-04-17T04:58:33
2021-04-17T04:58:33
334,319,212
1
1
null
null
null
null
UTF-8
C
false
false
209
h
//keyGenerator.h - header file for the key generator // // 11-Feb-21 M. Watler Created // //Question 31: What does _IOW indicate about this ioctl? #define KEY_GENERATOR_CHANGE_KEY _IOW('a','b',int*)
[ "rmashrur749@gmail.com" ]
rmashrur749@gmail.com
49a8e5ba9c75c7e7f4a6752d59fa84e6f4fe7905
dd914e4511f7a1edf2b91fd15bd517d1af6b9f83
/Silicon/Marvell/Drivers/BoardDesc/MvBoardDescDxe.h
2813f0d916352d55a9ee8410c8ce6674af014f05
[ "GPL-1.0-or-later", "GPL-2.0-only", "LicenseRef-scancode-proprietary-license", "BSD-2-Clause", "GPL-2.0-or-later", "BSD-2-Clause-Patent", "LicenseRef-scancode-warranty-disclaimer", "LGPL-2.1-or-later", "LGPL-2.0-or-later", "OpenSSL", "MIT" ]
permissive
ms-iot/imx-edk2-platforms
9f76089afb7f62afe52b1b009a7ba48a6c4bbacb
4b82cdd47cdec64a35a3f46922c40eef6274a83c
refs/heads/imx
2020-03-31T15:23:33.932890
2019-11-08T22:38:50
2019-11-08T22:38:50
152,335,099
9
16
BSD-2-Clause
2019-11-08T22:31:56
2018-10-09T23:34:01
C
UTF-8
C
false
false
2,514
h
/******************************************************************************* Copyright (C) 2018 Marvell International Ltd. Marvell BSD License Option If you received this File from Marvell, you may opt to use, redistribute and/or modify this File under the following licensing terms. Redistribution and use in...
[ "leif.lindholm@linaro.org" ]
leif.lindholm@linaro.org
8ad38737a6eb91ec3e81099024976bccdf6b698f
f2284a0ea470f71a8ffecb86c42952ec08bc3328
/GStreamer/threadMainTestCam.c
bd0aff0554b70c8723624d5f8939678383902a42
[]
no_license
Nadapop/Projektwork
6c789cfb99796e0cff72dfb8f076532180f41f03
58a87029045b5e8dc08a9c864c498eb64bb566b5
refs/heads/master
2020-03-21T00:59:24.574319
2018-06-19T21:40:46
2018-06-19T21:40:46
137,918,765
0
0
null
null
null
null
UTF-8
C
false
false
5,176
c
#include "cpipetest.h" #include "threadMainTest.h" #include <pthread.h> #include <stdio.h> #include <stdlib.h> #include <assert.h> #include <gst/gst.h> #include <glib.h> static gboolean bus_call (GstBus *bus, GstMessage *msg, gpointer data) { GMainLoop *loop = (GMainLoop *) data; switch (GST_MESSAGE_TYPE (msg))...
[ "emil.bejder@gmail.com" ]
emil.bejder@gmail.com
cf7d4ab2b3bf8ba19552d3bc2098fdc856a0669c
06052ccd6db697947c1fcbb6ac96eba79c057fea
/lambdaLayers/SharpLayer/nodejs/node_modules/sharp/vendor/8.10.6/include/pango-1.0/pango/pango-features.h
896b3821103023012ebbab13330afd7a84b2685e
[ "Apache-2.0", "MIT" ]
permissive
venveo/serverless-sharp
89e673e8ab727a00a5bb3cf2c8b9b3876caec8db
1f64468784763bbf40c32497c35de69406765335
refs/heads/master
2023-04-15T01:45:01.990626
2022-06-29T12:30:07
2022-06-29T12:30:07
198,690,918
165
39
MIT
2023-03-04T04:28:54
2019-07-24T18:38:47
JavaScript
UTF-8
C
false
false
212
h
#ifndef PANGO_FEATURES_H #define PANGO_FEATURES_H #define PANGO_VERSION_MAJOR 1 #define PANGO_VERSION_MINOR 48 #define PANGO_VERSION_MICRO 3 #define PANGO_VERSION_STRING "1.48.3" #endif /* PANGO_FEATURES_H */
[ "ransom@venveo.com" ]
ransom@venveo.com
72917be92ebc597a4411a55853dbca384abb0ed7
b3e142e792eed132b1bc2014dff6a9a8a3f3f7fb
/labosi/lab-4/testovi/2021-22/1-t/e_113/test.c
97ea938bacb6eb4fe8442e50559d3efd8bedd151
[]
no_license
studosi-fer/PPJ
18cf0fd40965207eb25dc5438d2e7b3f564f2f2b
98750a304bd8e147ecdc6f75491bdd63fffb3dd4
refs/heads/master
2023-03-20T21:04:38.636486
2022-02-08T17:43:28
2022-02-08T17:43:28
245,883,915
0
23
null
null
null
null
UTF-8
C
false
false
56
c
char s[5] = "abcd"; int main(void) { return s[2]; }
[ "headsouldev@gmail.com" ]
headsouldev@gmail.com
70cd12cc3f94c9d90b087006233945c882f5c855
9daafa5be8bf855f4d75f250929522f222c607a0
/TrustKitDemo/Pods/Headers/Private/TrustKit/RSSwizzle.h
d751768bd2b5df5edf2bbaef99e7909f8ae49fec
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
datatheorem/TrustKit
0572752d42ec2fdb0e36d6a78310780a44940164
5718ba8720b4dafc5360aebfbc9762e2d5f2615e
refs/heads/master
2023-08-26T18:57:13.913673
2023-08-24T14:39:34
2023-08-24T14:39:34
30,566,161
1,978
345
MIT
2023-08-14T23:10:28
2015-02-10T00:14:56
C
UTF-8
C
false
false
58
h
../../../../../TrustKit/Dependencies/RSSwizzle/RSSwizzle.h
[ "ad@sourcetheorem.com" ]
ad@sourcetheorem.com
d6cd8a6452204128f070ea76c067c827902bac59
fb3fa8dcd45dc9bfbfd70b4257c77970ed79dbfd
/t.c
b32e06adbd947e60ca98635c7e249882caaefcb1
[]
no_license
lulugyf/cproj
0d5cd81d3f967f2e50c7a781c3b3c613e6a5dd2a
8776f7b64a38540275e182dc487607b7b50f8f07
refs/heads/master
2020-07-09T14:37:55.044696
2017-07-25T08:06:44
2017-07-25T08:06:44
66,353,200
0
0
null
null
null
null
UTF-8
C
false
false
7,322
c
#include <stdio.h> #include <limits.h> #include <sys/time.h> #include "offon.h" #include "linkhash.h" struct cmdtoorder { char hlrcode[4]; /* 交换机代码 */ int cmdcode; /* 业务命令代码 */ int priority; /* 命令优先级 */ int ordercode; /* 交换机指令代码 */ char type; /* 指令类型 */ int ser...
[ "gyf.freedom@gmail.com" ]
gyf.freedom@gmail.com