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
1bfd37cd66225221c9fc94d1fe1d66e665ca40df
00dea671f2cf888152fadfdd11ddee2a00fbb63a
/ccc/isencer2.c
0d12566503b5a145574f2bafd82705113ef0bb40
[]
no_license
JunTae-Kim/spill
da27a0d7bbf1f454ddadf035febec18da7edf17e
41748478b9a1f5da1bfadfecdf1de4663f3f6a15
refs/heads/master
2021-01-02T17:17:13.304014
2018-07-23T02:28:06
2018-07-23T02:28:06
99,308,316
0
0
null
null
null
null
UTF-8
C
false
false
554
c
#include <stdio.h> #include <wiringPi.h> #include <softPwm.h> #define PIR1 25 #define PWM 1 #define DIR 22 int main(void) { if(wiringPiSetup() == -1) return 1; pinMode(PWM, PWM_OUTPUT); pinMode(DIR, OUTPUT); pinMode(PIR1, INPUT); digitalWrite(PWM,LOW); softPwmCreate(PWM, 0, 100); digitalWrite(DIR,...
[ "zzk1515@naver.com" ]
zzk1515@naver.com
7b61f80adb875fac338440f1546a2467728559f0
5cf01db3ec819beddcdeca282419a533f271be8d
/mesh_color_pro/src/app/mesh/lib/common/light_cwrgb_app.h
eda65498e0319c90963cd18a67ed082c68f4ebc3
[]
no_license
YangJiangBing/Mesh_Ali_Light
541a8d7fe3fadcadc982cc28a907745b739b7cd5
e4c568ced9b1e0c8232ccc09de39e8758809d136
refs/heads/master
2022-06-14T00:46:07.787783
2020-05-07T02:11:04
2020-05-07T02:11:04
261,923,192
1
1
null
null
null
null
GB18030
C
false
false
7,941
h
/** ***************************************************************************************** * Copyright(c) 2015, Realtek Semiconductor Corporation. All rights reserved. ***************************************************************************************** * @file light_cwrgb_app.h * @brief Head file for...
[ "478917417@qq.com" ]
478917417@qq.com
8e00af2e6b84330335249dbd39700f8232c8e002
4d9c741a31edae00908e781b3cd9f033037a38a2
/Graph Theory Assignment 8th Sem/Graph_Generic/Graph_Generic.h
461d6244fb68a1e8bd801b44013e0ac302460f12
[]
no_license
LavishKothari/MyAllCodes---Lavish
eebff25b762748e715122b383630b456f41bd17c
73786bb44531b06c63a94048f4c0f9c8982dc36e
refs/heads/master
2020-04-06T10:01:37.207045
2019-04-15T18:50:27
2019-04-15T18:50:27
20,599,188
0
0
null
null
null
null
UTF-8
C
false
false
708
h
struct Graph_Generic { struct LinkedList_Generic *vertexList,*edgeList; int numberOfVertices, numberOfEdges; }; struct Vertex { int id; int inDegree,outDegree; }; struct Edge { int id,sourceVertex,destinationVertex,isDirected,weight; }; struct Graph_Generic*makeAndInitialiseGraph(); void addVertex(struct Graph_Gen...
[ "lavishkothari004@gmail.com" ]
lavishkothari004@gmail.com
7fa9ead479a700a2170acb177cf3c3bc9a1c74ec
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE78_OS_Command_Injection/s05/CWE78_OS_Command_Injection__char_listen_socket_w32_spawnvp_14.c
32f051e69742ff9550a211b66aa76584c70c6101
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C
false
false
7,432
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE78_OS_Command_Injection__char_listen_socket_w32_spawnvp_14.c Label Definition File: CWE78_OS_Command_Injection.strings.label.xml Template File: sources-sink-14.tmpl.c */ /* * @description * CWE: 78 OS Command Injection * BadSource: listen_socket Read data usin...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
ca27102583f7c7c3d67b46ba3cde067270e0a4ae
46979906b331cc10c7f0f009a158ce0996f14097
/dynchk/libs/libgio-2.0/g_menu_append_section.c
bf96440f202924ed19e677de103eb397628e7735
[]
no_license
mwichmann/lsb-checkers
2f6a9674c9a23e39d69d35e8d2457c7a5b3881dc
1170e4486085731b129cbb060c693e7e6ebca027
refs/heads/master
2020-06-11T00:07:56.105656
2016-12-08T19:30:39
2016-12-08T19:30:39
75,857,254
3
3
null
null
null
null
UTF-8
C
false
false
1,442
c
// Generated by gen_lib.pl #include "../../tests/type_tests.h" #include "../../misc/lsb_output.h" #include "stdlib.h" #include <glib-2.0/gio/gmenu.h> #include <glib-2.0/glib.h> #include <glib-2.0/gio/giotypes.h> #undef g_menu_append_section static void(*funcptr) (GMenu * , const gchar * , GMenuModel * ) = 0; extern i...
[ "mats@linuxfoundation.org" ]
mats@linuxfoundation.org
206a68e3fa7078255c6a3aa8ddb33358e204ab25
e4fe9be7e08992df7f7238abc7c9ae81efa18eeb
/FindPath.c
d6f4f6afdbc2cd9bb889e97ad8afabccb189a14b
[]
no_license
nsamadhana/bfs-shortest-path
fdda07afa2ba79ba3ac72eec16d3d7ef9fccd356
05396c23fefd6029f43734625422e6b2b5afe0a9
refs/heads/master
2020-03-17T22:41:49.878890
2018-06-04T21:10:19
2018-06-04T21:10:19
134,015,370
0
0
null
null
null
null
UTF-8
C
false
false
2,141
c
//Nevan Samadhana //SID:1539153 //pa4 //FindPath.c #include<stdio.h> #include<stdlib.h> #include<string.h> #include "List.h" #include "Graph.h" #define MAX_LEN 100 int main(int argc, char* argv[]){ int n=0; int var1, var2; int source, destination; FILE *in, *out; //check command line for correct number of ar...
[ "nsamadhana@gmail.com" ]
nsamadhana@gmail.com
9fc1b41340af883abe69b85a1c818e35d9c98f04
9703d3a965802326c71a6cd492cde6dd07f113f4
/week3/ex3_3.c
141e1c7f4fd9b245227b245de5455e00db4caa6d
[]
no_license
hthMMII/Cintro
5ae61c11dce0f199336da6ead7fecfd118c44f42
ceeb067a19c070585f0cb9c7e0a37606650b35a0
refs/heads/main
2023-06-19T15:57:20.554989
2021-07-03T08:01:55
2021-07-03T08:01:55
null
0
0
null
null
null
null
WINDOWS-1252
C
false
false
175
c
/* Nguyen Dinh Thanh An – 122105 */ #include<stdio.h> int main() { char name[5]; printf("Ban ten la gi ?\n"); scanf("%4s", name); printf("Xin chao %4s",name); }
[ "anthanh@test.com" ]
anthanh@test.com
aa11cd7e1d2520599b1925235878dc6bb0f91610
deb259430a6c1a4bf64f056b7ea9f0139cc94091
/Pods/Headers/Private/WeexSDK/WXWebSocketDefaultImpl.h
509df3deacdaad82d628e1f6c3fe4c1d88d5a4d3
[ "MIT" ]
permissive
loves9/weexapp
c2c40ecec19a78d352b233dee01c61ebbdadcf34
fabba1a3035d03920d8d3853b8268c54f03211a2
refs/heads/master
2021-01-21T11:10:48.225490
2017-03-13T09:56:56
2017-03-13T09:56:56
83,530,226
0
0
null
null
null
null
UTF-8
C
false
false
69
h
../../../../../sdk/WeexSDK/Sources/WebSocket/WXWebSocketDefaultImpl.h
[ "ifengfree@gmail.comifengfree@gmail.comifengfree@gmail.comifengfree@gmail.com" ]
ifengfree@gmail.comifengfree@gmail.comifengfree@gmail.comifengfree@gmail.com
db9fa15abb77c7cd75b176afa3b18da3cf3d9b79
a61506cfd5d8a7c95ffaa2fa7a2ffe5fea542cd9
/Current Programs/Elevator-Test.c
9e26e566c1562ce5116d01ac9fe00fb6c782d364
[]
no_license
HALtheWise/Hat-Trix-FTC
30595d069c03e0fa6af2b1f0b66411e31c4c5ade
27a8100f0d69c0d67f637d4827d9c2fd21483095
refs/heads/master
2020-06-07T07:37:24.504222
2015-04-19T23:38:29
2015-04-19T23:38:29
12,071,894
0
0
null
null
null
null
UTF-8
C
false
false
1,572
c
#pragma config(Hubs, S1, HTMotor, none, none, none) #pragma config(Sensor, S1, , sensorI2CMuxController) #pragma config(Sensor, S2, thing1, sensorLightActive) #pragma config(Sensor, S3, thing2, sensorLightActive) #pragma config(Motor, motorA, , ...
[ "eric@legoaces.org" ]
eric@legoaces.org
c6ef797bd9b943764f122032e7cda75910d88882
387ad3775fad21d2d8ffa3c84683d9205b6e697d
/openhpi/branches/release_2_1_1/marshal/t/marshal_hpi_types_043.c
83136badacf1e4169d9e5bb6bdae3c18040f3ff1
[]
no_license
kodiyalashetty/test_iot
916088ceecffc17d2b6a78d49f7ea0bbd0a6d0b7
0ae3c2ea6081778e1005c40a9a3f6d4404a08797
refs/heads/master
2020-03-22T11:53:21.204497
2018-03-09T01:43:41
2018-03-09T01:43:41
140,002,491
0
0
null
null
null
null
UTF-8
C
false
false
9,245
c
/* * Copyright (c) 2005 by IBM Corporation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This * file and program are licensed under a BSD style license. See * the Copyi...
[ "nobody@a44bbd40-eb13-0410-a9b2-f80f2f72fa26" ]
nobody@a44bbd40-eb13-0410-a9b2-f80f2f72fa26
36118fc1677b8f94d21c92d7f2ea224200491e41
38d467cf2723c614e7066f138812ce703879ec65
/src/mgos_arduino_dallas_temp_c.c
bfd72024321abf86008f4fbeb48bf2862e1049f4
[ "Apache-2.0" ]
permissive
Calc86/arduino-dallas-temperature
41120f59abeda4a30e7c48c606991f8fe6b2ade8
141089e6d4744f9f67c1126cccea29dfe00838e8
refs/heads/master
2021-03-19T02:58:11.899560
2020-03-13T17:34:51
2020-03-13T17:34:51
247,126,650
0
0
NOASSERTION
2020-03-13T17:27:56
2020-03-13T17:27:55
null
UTF-8
C
false
false
89
c
#include <stdbool.h> bool mgos_arduino_dallas_temperature_init(void) { return true; }
[ "r.valiullin77@gmail.com" ]
r.valiullin77@gmail.com
8e4d5f8a74f4e35fb08d32722f1455fb01fe52bd
a2259df109beb1e42f66c6bc9625f1876a362e79
/CM0/ch_14_lpc1113_blinky/blinky.c
91dc38774aea08df6abb296706b98aa52fe6d9c0
[]
no_license
RoSchmi/KeilIDE
b7e962a4b75f8fbe71b279cc1a26624f980e140e
fcb679791ed297262b7b76bd9fe97b3500976a19
refs/heads/master
2020-07-13T01:49:27.728974
2019-09-02T10:48:31
2019-09-02T10:48:31
204,961,496
0
0
null
null
null
null
UTF-8
C
false
false
2,041
c
// Example from Book: The definite Guide to Arm Cortex-M0 and Cortex-M0+, Chapter 14 // (I have the E-book in Google Play Books) // Code examples https://booksite.elsevier.com/9780128032770/example_code.php // Or on my PC: F:\Updates_10\The definitive Guide to Cortex M0 and CortexM0+ Comanion Code examples\ExampleCode...
[ "Dr-Roland-Schmidt@t-online.de" ]
Dr-Roland-Schmidt@t-online.de
366a8abb6c3709c2557914ad3bdc6abb47d7a9e0
eb578a3d6fb840e1feca73f0e8faca9a82710f73
/catch2015/intprg.c
0c19645802d9518b4d7a6d528b7c94a8ca052afa
[]
no_license
c13proto/catch2015
b9ed59b53d46f137e51c4609c1675f17ea349ecd
691c4efc60f3c49ea1f77bc43edea7d8f66d1d5a
refs/heads/master
2021-01-20T11:01:07.276490
2015-09-10T19:51:57
2015-09-10T19:51:57
41,543,273
0
0
null
null
null
null
UTF-8
C
false
false
9,247
c
/***********************************************************************/ /* */ /* FILE :intprg.c */ /* DATE :Wed, Apr 03, 2013 */ /* DESCRIPTION :Interru...
[ "c13proto@aqua.ocn.ne.jp" ]
c13proto@aqua.ocn.ne.jp
b2418dfb5a4df9498d65759cde5a2e4bb1f05877
b334dda82b232701c34d5bdcca98de1fff32244d
/gecko_sdk_3.0.0/app/bluetooth/common/ota_dfu/sl_ota_dfu.h
8fa2d118329e269f60bb93311e82ba691796a771
[]
no_license
kokhengvettons/smartdoorlock_erf32_gsdk_v3.0.1
9d5bda19176475525c2969576262eca217172936
b409a77a9c7a11300c26de21ceb20628e949cb60
refs/heads/main
2023-01-24T10:49:53.858945
2020-11-19T07:05:50
2020-11-19T07:05:50
300,154,242
2
0
null
null
null
null
UTF-8
C
false
false
1,222
h
/***************************************************************************//** * @file * @brief Over-the-Air Device Firmware Update ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ***********************...
[ "kokheng.l@vettons.com" ]
kokheng.l@vettons.com
8f1b12b5f95a8668bd06ab3b1cd7c7676b0ac192
6cd662f7e0b877699ead06f92401fcc6dbf6a660
/new/hyper/src/hyr_sym.h
75a8233957afb3cd8fac06865df094f0ccfef216
[]
no_license
Roare/Digital-Ultrix-32-VAX-2.0
d53ff4b2c559a9e03cbc073de5c106b38591e43f
56695b632d960b605717f93f84dc6fa7ec5b4e2f
refs/heads/master
2023-09-01T17:43:13.032091
2020-04-25T00:27:39
2020-04-25T00:27:39
null
0
0
null
null
null
null
UTF-8
C
false
false
584
h
#ifdef MAIN static char h_rcsid[] = "$Header: hyr_sym.h,v 2.3 84/01/29 18:25:05 steveg Exp $$Locker: $"; #endif struct sym { int sym_flags; char sym_name[32]; char sym_nickname[32]; long sym_lastok; struct in_addr sym_inaddr; unsigned short sym_dst; unsigned short sym_ctl; unsigned short sym_access; unsigned...
[ "zahir.meddour@protonmail.com" ]
zahir.meddour@protonmail.com
26e084f6be16363a55544e3491cc543c95e38159
e7c3ac194c7921451e5ca42dac82a81985dc4c1a
/src/tpm/v3scale.c
939c653280c0983c3dc2f40ccbc41b33aaa99999
[ "BSD-2-Clause" ]
permissive
jhunkeler/astrolib.coords
791f65219ebe554fc5ded0fc04895e35cd512072
05d2017946942fe06d516b74bc7012ae5fc9ddc3
refs/heads/master
2020-05-20T19:29:47.793392
2016-03-17T18:09:26
2016-03-17T18:09:26
55,006,065
0
0
null
2016-03-29T19:50:12
2016-03-29T19:50:12
null
UTF-8
C
false
false
880
c
/* file: $RCSfile: v3scale.c,v $ ** rcsid: $Id$ ** Copyright Jeffrey W Percival ** ******************************************************************* ** Space Astronomy Laboratory ** University of Wisconsin ** 1150 University Avenue ** Madison, WI 53706 USA ** **********************************************************...
[ "laidler@stsci.edu" ]
laidler@stsci.edu
0d00b18fada964d3d657bb9c8ded85e3e251458d
282a65ee60cfa21c1b116640ccba92cda56c32a1
/0x02-functions_nested_loops/11-print_to_98.c
51bb53bdc9f81e30d0efd52c8156fb226e34106f
[]
no_license
anhujuju/holbertonschool-low_level_programming
a9c236322515dc0522b88f07814781c7d77a55a0
748e152d6efc58834d421e5d6e45b92328585742
refs/heads/master
2020-12-29T07:48:41.435058
2020-10-18T03:54:47
2020-10-18T03:54:47
238,521,487
0
0
null
null
null
null
UTF-8
C
false
false
598
c
#include "holberton.h" #include <stdio.h> /** * print_to_98 - print all numbers from n to 98 * @n: number recieved * *Return: nothing */ void print_to_98(int n) { int i; if (n > 98) { for (i = n; i >= 98; i--) { if (i != 98) printf("%d, ", i); else printf("%d", i); } printf("\n"); } else if ...
[ "Anhujuju1@gmail.com" ]
Anhujuju1@gmail.com
f5fbf17bde17feec8124445ddf5ce6163ca92ab1
2961d0e1b08f797ae047ebd0d6a9fe61f506ebbb
/LedMarqueeSettings.h
980a789ad1f8b6d838e997dbe69cceec03bd3a29
[]
no_license
mvanderblom/arduino-alphabet
7530cec796f94f29725d1d02c748cf5c21910a18
45124751c04a8efaf92d54afa99a4cb4f1fc0976
refs/heads/master
2021-04-28T08:26:33.847564
2018-02-23T21:21:28
2018-02-23T21:21:28
122,248,940
0
0
null
2018-02-21T10:43:51
2018-02-20T19:59:52
C++
UTF-8
C
false
false
161
h
#ifndef LEDMARQUEESETTINGS_H_ #define LEDMARQUEESETTINGS_H_ struct LedMarqueeSettings { uint8_t dataPins[7]; uint8_t strobePin; int* strobeDelay; }; #endif
[ "m.van.der.blom@everest.nl" ]
m.van.der.blom@everest.nl
3196110877d5be428c659a3fe3946ea7bab1605c
a875dbc0e701d5bb758b834ccf9eede4b3d4e483
/print.h
acfed0395d0fa37f29a263840960f58de972508a
[]
no_license
gmtuca/Particle-System
bdee3262cede98d607554495915375cf993c10f3
04d5144f4c780732761e37d8c7cd00851a6365af
refs/heads/master
2021-01-10T10:48:33.970916
2015-12-15T16:46:34
2015-12-15T16:46:34
44,501,378
2
0
null
null
null
null
UTF-8
C
false
false
1,310
h
/* Prints text on the viewport. Taken mostly from code provided by Toby Howard on the second year lab. I aknowledge this has not been fully written by me. */ void print_n(char* prefix, float n, GLfloat x, GLfloat y) { /* x, y: text position in window: range [0,0] (bottom left of window) to [1,...
[ "gmtuca@gmail.com" ]
gmtuca@gmail.com
51c30b0830141af8976f578696023cfd98d3f01e
757ca059076f117453ab2246f97b14e483638994
/Operating Systems/exp/提交文件/实验源代码/1150320206-卢霄晗-code/inc/lib.h
88f7102015f97f204ee72177e93a67ac5de03e4b
[ "BSD-4-Clause-UC" ]
permissive
mayukuner/HITCS
6c1d8b6990b0d7676d65e97e4619cef57c73a5e7
adfa9538ce6784c04a3cc4baedd274f3fad3514c
refs/heads/master
2021-01-17T14:58:54.195399
2018-10-28T15:38:33
2018-10-28T15:49:34
46,558,992
9
2
null
null
null
null
UTF-8
C
false
false
3,586
h
// Main public header file for our user-land support library, // whose code lives in the lib directory. // This library is roughly our OS's version of a standard C library, // and is intended to be linked into all user-mode applications // (NOT the kernel or boot loader). #ifndef JOS_INC_LIB_H #define JOS_INC_LIB_H 1 ...
[ "gmayukun@gmail.com" ]
gmayukun@gmail.com
1ec709f54e68cd9688e74d50a467bd77ffa1ddc9
831ed85b5730387908c40fe4e9c58ae442ef1581
/libexec/ftpd/ftpd.c
ad1f3bcb7dab93b2920fb57368c9fa448bedb213
[]
no_license
GitHubFocus/FabBSD
949ad97ce90f3b7874be98bfc6f0d24c06bf7bed
19d390bc515cee0afb8ec27ee3e0f38d487b4f32
refs/heads/master
2020-04-07T05:31:52.675033
2018-06-12T09:10:22
2018-06-12T09:10:22
null
0
0
null
null
null
null
UTF-8
C
false
false
66,795
c
/* $OpenBSD: ftpd.c,v 1.183 2008/06/30 12:03:51 ragge Exp $ */ /* $NetBSD: ftpd.c,v 1.15 1995/06/03 22:46:47 mycroft Exp $ */ /* * Copyright (C) 1997 and 1998 WIDE Project. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the...
[ "vedge@b83589b1-170a-47ad-b9cd-3de6c41813fc" ]
vedge@b83589b1-170a-47ad-b9cd-3de6c41813fc
c8b6fb931003849f516e166962a8dd3c246c5f83
37eb806133986f9bce9e7493dfc873bb05ff2573
/parser.h
4b1e936f310d9706a78947cd692f6fe274d49c38
[]
no_license
ryanlararr/Compiler_Platypus-2.0
5e56a667a1861dfd3cbecac4a47ae5c9b128ee60
e13066d742244a707f0b6f5b340ef836930afceb
refs/heads/master
2023-01-29T08:04:16.144664
2020-12-13T22:31:35
2020-12-13T22:31:35
315,209,863
0
0
null
null
null
null
UTF-8
C
false
false
3,452
h
/************************************************************* * COMPILERS COURSE - Algonquin College * Code version: Fall, 2020 ************************************************************* * File name: parser.h * Compiler: MS Visual Studio 2019 * Author: Ryan Arreola * Course: CST 8152 – Compilers, Lab Section...
[ "ryan.arreola@hotmail.com" ]
ryan.arreola@hotmail.com
6e84ebc5e1ae32200667935003f4800d9d3571c1
5c255f911786e984286b1f7a4e6091a68419d049
/code/1e137efe-fd02-40fe-acc3-8f38f27820de.c
3ba452fc1c51e222fcb06bd06c1771e6edbd4117
[]
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
229
c
#include <stdio.h> int main() { int i=0; int j=12; int k; int l; j = 53; l = 64; k = i/j; l = i/j; l = i/j; l = i%j; l = k+k*k; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
603d4cf475290e93b8b8b8da3af2e94294f85a86
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/net/sctp/extr_protocol.c_sctp_v4_is_any.c
b5ffe08cfb1ede684c43ac9de62ea0f15b199cf8
[]
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
794
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
b83c08f5dbfe51b96d8e3540692d00dff79bdbbc
5abb2cb7bb76253a1d6b7258ebf685e357acba98
/bsp/essemi/es32f0654/drivers/ES/es_conf_info_map.h
62274d122f561a1fac5f641f625183eb545e2993
[ "Apache-2.0", "LicenseRef-scancode-generic-cla", "GPL-2.0-only", "Zlib", "BSD-4-Clause-UC", "X11", "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "MIT", "LicenseRef-scancode-proprietary-license" ]
permissive
weiZhongIn/rt-thread
341a392e4f2b094ac73dd5e5176aec182f6edd09
7039d4b5e353c9416aae02d6eb6dd9b14b6864c5
refs/heads/master
2023-08-20T12:59:40.512672
2021-10-01T17:47:44
2021-10-01T17:47:44
344,383,742
1
0
Apache-2.0
2021-10-01T17:47:45
2021-03-04T07:14:39
C
UTF-8
C
false
false
58,503
h
/* * Change Logs: * Date Author Notes * 2021-04-20 liuhy the first version * * Copyright (C) 2021 Shanghai Eastsoft Microelectronics Co., Ltd. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the License); you ...
[ "wyquan2013@163.com" ]
wyquan2013@163.com
f48f286a31286ed24b9b7575d2e8d58755b2b269
28755d1c6baee5e18557807ea81b87865f062c23
/0x0C-more_malloc_free/0-malloc_checked.c
48841ab31c92b2d23a5568dceaabe57d82bf2e5b
[]
no_license
luiscode92/holbertonschool-low_level_programming
80681c01820b9c15500a4393c72317c8d0ab5ae6
bfc326b090a16af3653f3012011badd7330fa97e
refs/heads/master
2020-12-29T08:25:55.767070
2020-08-27T14:59:45
2020-08-27T14:59:45
238,534,182
0
0
null
null
null
null
UTF-8
C
false
false
389
c
#include "holberton.h" #include <stdio.h> #include <stdlib.h> /** * malloc_checked - allocate memory using malloc. * Description: If malloc fails, terminate process with status 98. * @b: unsigned int memory size to allocate * Return: void pointer to malloc'd memory space */ void *malloc_checked(unsigned int b) { ...
[ "luiscode92@gmail.com" ]
luiscode92@gmail.com
728f34cf19393a4fd478f62feff3818983013e2b
0d1392d6f957b56a500eb7d404d6e28155b975cb
/eMod/mod_cedar/plugins/ldec_itxt/sub_dec/sub_spcontrol.c
598f7b4d0efbde852deb58aec1fb81eeb0e01d62
[]
no_license
0x0fe/melis
c481019828125dcc70ea1e319dafdd5c48e50402
9449951e137a0430225d96d24c6e771934f81870
refs/heads/master
2021-12-13T13:48:31.115656
2017-03-20T13:01:04
2017-03-20T13:52:41
null
0
0
null
null
null
null
UTF-8
C
false
false
5,080
c
#include "subcore_s.h" //__s32 process_sp_dcsqt(__ldec_itxt_t *pdec, __cedar_subtitle_item_t *curSuItem, __u8 *start_addr, __ldec_sp_dcqt_t *spSqtInfo) __s32 process_sp_dcsqt(ItxtDec *pdec, __cedar_subtitle_item_t *curSuItem, __u8 *start_addr, __ldec_sp_dcqt_t *spSqtInfo) { __u8 *spaddr = NULL; ...
[ "1414087790@qq.com" ]
1414087790@qq.com
e3d8738f05b5b5c50b9e16a290a9144b0a6d1153
6075f73a7de26fc98448f72b2bf1bccbedf53104
/remote-storage/Desktop/CMSIS/lpc17xx.cmsis.driver.library/Examples/I2S/I2S_two_kit/lpc17xx_libcfg.h
a4c69d392b36c185b6b27d106bc2b3f02a3ad26b
[]
no_license
jrazi/gas-leak-detector
24b9a2dba557e0b440ecace80b372e011fbd3119
ed76284ab86df0ae25bd549d26c63ef8ca289d8d
refs/heads/main
2023-06-29T11:49:35.527397
2021-07-23T00:44:52
2021-07-23T00:44:52
377,569,895
0
0
null
null
null
null
UTF-8
C
false
false
4,149
h
/********************************************************************** * $Id$ lpc17xx_libcfg.h 2010-05-21 *//** * @file lpc17xx_libcfg.h * @brief Library configuration file * @version 2.0 * @date 21. May. 2010 * @author NXP MCU SW Application Team * * Copyright(C) 2010, NXP Semiconductor * All rights reserved. * ...
[ "j.razi@outlook.com" ]
j.razi@outlook.com
605a589a1c2e96c567d67c5186d640d636c2aa20
98a6b1094f28fcf3aeb505c4a86807f7a424e188
/old files/CSE Project/User Interface CSE1/model/Simulink/LgV2_nidll_vxworks_rtw/rt_nonfinite.c
1f61475f2498231b6b1e3724c1ff6182c7ada956
[ "MIT" ]
permissive
eliasga/CS_EnterpriseI_archive
c107aa9a0392ab898f1b1d4af3f7db0302998bc0
fff170b4c31fc25648eea80af99a1c8f79c3a036
refs/heads/master
2020-12-19T14:59:34.101723
2020-01-23T10:19:27
2020-01-23T10:19:27
235,767,462
0
0
MIT
2020-01-23T10:01:04
2020-01-23T10:01:04
null
UTF-8
C
false
false
2,189
c
/* * rt_nonfinite.c * * Real-Time Workshop code generation for Simulink model "LgV2.mdl". * * Model Version : 1.198 * Real-Time Workshop version : 7.3 (R2009a) 15-Jan-2009 * C source code generated on : Wed Nov 27 14:51:41 2013 * * Target selection: nidll_vxworks.tlc * Note: GRT includes extr...
[ "an_d_rex@hotmail.com" ]
an_d_rex@hotmail.com
760c15e10bb779a0f836d1e9315ca04aa83aeacf
3db023edb0af1dcf8a1da83434d219c3a96362ba
/windows_nt_3_5_source_code/NT-782/PRIVATE/NTOS/DD/QIC117/0X15A20.C
d0db5c77f3786aa0e241071a852c32e62c672422
[]
no_license
xiaoqgao/windows_nt_3_5_source_code
de30e9b95856bc09469d4008d76191f94379c884
d2894c9125ff1c14028435ed1b21164f6b2b871a
refs/heads/master
2022-12-23T17:58:33.768209
2020-09-28T20:20:18
2020-09-28T20:20:18
null
0
0
null
null
null
null
UTF-8
C
false
false
1,835
c
/***************************************************************************** * * COPYRIGHT 1993 - COLORADO MEMORY SYSTEMS, INC. * ALL RIGHTS RESERVED. * ****************************************************************************** * * FILE: \SE\DRIVER\Q117KDI\NT\SRC\0X15A20.C * * FUNCTION: kdi_CheckedDump ...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
abe7f1f17eba1eb4cd695fb43f425c4896a4d27d
849c2771c2e66b56b6dce88da1f384f8adda4ffc
/test.c
f1c1dba09002e8dfe9682457602759adb1594f98
[]
no_license
GH0ST-OP/gentoo
4ec0d691c4de3f363c827cdaa1377d396b1bada2
82945c62c4189ec31857213d9f051eb789a93137
refs/heads/master
2016-09-05T20:50:58.129781
2014-12-08T23:37:02
2014-12-08T23:37:02
27,740,452
0
0
null
null
null
null
UTF-8
C
false
false
576
c
#include <errno.h> #include <string.h> #include <stdio.h> #include <unistd.h> #include <sys/types.h> #include <pwd.h> int main(void) { char *string; char *input; int length; string = "This is a test"; length = strlen(string); input = (char*)malloc(length * sizeof(char)); strcpy(input, string); // if(syscall...
[ "root@gentoo.memphis.edu" ]
root@gentoo.memphis.edu
d6d0237dcf9ce3cf11f71d9aea7dc95add79046f
020297046e4e325ee41ee0dcb26b708df8f94ba1
/99_MKL_Examples/lapackc/source/sposv.c
9af24572838d1b90126f0c48fd23bf5b6fd10355
[]
no_license
awatarn/General_Projects
e755191abdc49e2e999b782c632fd651dd1110d1
f2f1b75e9673823ae90b860882a93bcfa2f02528
refs/heads/main
2023-01-05T06:23:53.012226
2020-03-13T03:25:15
2020-03-13T03:25:15
310,781,572
2
0
null
null
null
null
UTF-8
C
false
false
4,580
c
/******************************************************************************* * Copyright 2009-2017 Intel Corporation All Rights Reserved. * * The source code, information and material ("Material") contained herein is * owned by Intel Corporation or its suppliers or licensors, and title to such * Material rem...
[ "apiwat.wis@mail.kmutt.ac.th" ]
apiwat.wis@mail.kmutt.ac.th
a57c72c36861cb6e96d8269944a000c5097ee867
ac9aa257ba5b8b0301e89e5675dc3d3f65486675
/SW/simple_menu.c
73259acb7da37c4f801f996e5e43557cc6781e3c
[]
no_license
armsvb/dhc-reflow-controller
2b507705853bfa512c0abd25c4e8b0a4dcc1acf1
1bd73bdd75c0898a4e0cb8390792dbfdd006a72e
refs/heads/master
2021-01-10T13:54:55.496564
2015-11-04T06:55:31
2015-11-04T06:55:31
45,520,859
1
0
null
null
null
null
UTF-8
C
false
false
2,853
c
/* Simple menu */ #include <avr/io.h> #include <avr/pgmspace.h> #include <inttypes.h> #include <string.h> #include <stdlib.h> #include "hw.h" #include "routines2.h" #include "eeprom.h" #ifdef LCD #include "glcd.h" #include "eadogs.h" #endif //------------------------------------------------...
[ "daniel.hajtas@gmail.com" ]
daniel.hajtas@gmail.com
2b6ae39db6dc5b156e12c9134b6f20ea2cdcfb29
1e632542fecf1efe44b09d81d19176585f23240d
/assignment/nestedfor1/a4.c
5a8d2b99e5e0d5e70b2f4dc16e347ef824103fa9
[]
no_license
Ayeshatandekar/c2w-ayesha
073ceeb97656947a23197df92bf960680419b2da
ae2b2cb868e29d039e82ebfd0aa11bfa7a8ea85d
refs/heads/master
2022-12-02T07:17:32.906772
2020-08-25T03:27:10
2020-08-25T03:27:10
null
0
0
null
null
null
null
UTF-8
C
false
false
273
c
#include<stdio.h> void main(){ int x=1; for(int i=x;i<=4;i++){ for(int j=1;j<=4;j++){ printf("%d ",x); x=x+1; } printf("\n"); } }
[ "aishatandekar125@gmail.com" ]
aishatandekar125@gmail.com
8c2af9a34b0f3d698e30dd317ebbcbf2056da507
22dbc5b1c7ecfe1c6cb908af5b9c9fb78fff14e5
/EIFGENs/ewf_app/W_code/C28/ta906.c
d1ec4c50a6219c3aeb19a4c48cd5f74f7362cf6c
[]
no_license
Ramirova/EiffelProject
9e09a4389d4db4b6c394a8960fc9868a2d3ff7dc
075f6518c4eb6a0ec64e6377b9bd5a3940cea6b9
refs/heads/master
2021-01-24T18:39:50.535719
2018-11-02T16:56:14
2018-11-02T16:56:14
84,467,479
0
0
null
null
null
null
UTF-8
C
false
false
1,787
c
/* * Code for class TABLE [REAL_64, INTEGER_32] */ #include "eif_eiffel.h" #include "../E1/estructure.h" #ifdef __cplusplus extern "C" { #endif extern void F906_2116(EIF_REFERENCE, EIF_TYPED_VALUE); extern void EIF_Minit906(void); #ifdef __cplusplus } #endif #ifdef __cplusplus extern "C" {...
[ "rozaliya.amirova@gmail.com" ]
rozaliya.amirova@gmail.com
67f905fe6b518308c6fc53d941a31afe0070d800
b40027d4492004863fdd4bdb40aecdfe5a35385c
/filter.h
48e3222ae08e19a4d7a3c3f4221347fad1261980
[]
no_license
IEkAdN/DALIGNER
6ce1a7d17592550eada02a190f32fb71d1ef0de6
c74e6e43628b7f7685f14d0948a11de0895e860a
refs/heads/master
2021-06-23T18:30:26.882693
2017-08-05T22:27:32
2017-08-05T22:27:32
103,699,777
0
1
null
2017-09-15T20:45:53
2017-09-15T20:45:53
null
UTF-8
C
false
false
912
h
/******************************************************************************************* * * Filter interface for the dazzler. * * Author: Gene Myers * Date : July 2013 * ********************************************************************************************/ #ifndef _FILTER #define _FILTER #in...
[ "gene.myers@gmail.com" ]
gene.myers@gmail.com
730e45c0a9869b4f3825007cb15bfe8e8d509cfc
067c6fc57ba1fc099dfba70357370931d76bcb22
/queue/queue.h
523b9f1063d099af81ca8cfa31d20152aeb0ce07
[]
no_license
hucejakie/algorithm_with_c
05c08c4c077bf1721004402b633dbb2c21648d15
57972f984577393f180a0c7de6417954fc324500
refs/heads/master
2021-04-18T21:55:13.604654
2018-04-17T09:45:53
2018-04-17T09:45:53
126,790,514
0
0
null
null
null
null
UTF-8
C
false
false
377
h
/*stack.h*/ #ifndef QUEUE_H #define QUEUE_H #include <stdlib.h> #include "list.h" typedef List Queue; #define queue_init list_init #define queue_destroy list_destroy int queue_enqueue(Queue *queue,const void *data); int queue_dequeue(Queue *queue, void **data); #define queue_peek(queue)((queue)->head==NULL ? NULL:...
[ "hucejakie@126.com" ]
hucejakie@126.com
7a15bb42458456a5476fb89fc0a34a01028b5704
0cc3084d75dc01cb9d3460470a4afee82104a58d
/4-IpcTest/sema/sem_test/semaphore.c
bc04220d9a33b9b9502e5a235cc77bbe34b1ebda
[]
no_license
vpreethamkashyap/plinux
972fb9249889e95f6f3040a6cda9735418e9c741
f09bdb23e41e6b0965bf3eb2f3c79131cd8f0a94
refs/heads/master
2020-03-20T20:28:54.786603
2018-08-07T02:28:14
2018-08-07T02:28:14
137,689,738
1
0
null
null
null
null
UTF-8
C
false
false
2,067
c
# include <stdio.h> # include <sys/sem.h> # include <sys/types.h> # include <sys/ipc.h> # define BIGCOUNT 10000 static struct sembuf op_lock[2]={ 2, 0, 0, 2, 1, SEM_UNDO }; static struct sembuf op_endcreate[2]={ 1, -1, SEM_UNDO, 2, -1, SEM_UNDO }; static struct sembuf op_open[1] = { 1, -1,...
[ "tarun.garg15@gmail.com" ]
tarun.garg15@gmail.com
73a513bc13604c0eedb273aba7a8cc707dd03307
3e3f2d78302c2e7abb8462e045a6f906044e8e66
/just4qix/src/sound.c
b16e7fcee1759bd8f14150124e686d03c8ea9065
[]
no_license
retrofirmware/gh_retrogame_emulator
93906a758f8b4ed092c2ebe8f6621c1db5a00b96
415ebd5dab5226441b3f996b82ffba8d17036829
refs/heads/master
2020-03-10T06:34:22.110264
2018-04-03T12:07:49
2018-04-03T12:07:49
129,242,551
1
1
null
null
null
null
UTF-8
C
false
false
3,192
c
#include <SDL/SDL.h> #include <SDL/SDL_mixer.h> #include "misc.h" #define numMusicTracks 10 #define numSoundEffects 7 enum musicTrack { menu, game1, game2, game3, game4, gameOver, game5, game6, game7, game8 }; char* musicFiles[numMusicTracks] = { "sound/alf_-_no-mercy.mod", "sound/beyond_music.mod", "sound/spacedeb....
[ "g9313716@yuntech.edu.tw" ]
g9313716@yuntech.edu.tw
a6d3213120fee805ff1936db8cd03cbe7c787a21
19844a794bba5e267f794e4d61652f0c49823be6
/modules/vdec/hal/d13/lq_hal_api.c
d7a25e7896f5f268bc057032d10c6cdb790eb4a1
[]
no_license
trigrass2/lg115x-kdriver-webos
863233287fa334719b10dedc8a0620d9cc21cda0
980ee812d8e88a5cfba5b0a0500e406a9fdb1170
refs/heads/master
2022-04-09T04:13:34.338796
2020-01-05T18:34:39
2020-01-05T18:34:39
null
0
0
null
null
null
null
UTF-8
C
false
false
7,067
c
/* * SIC LABORATORY, LG ELECTRONICS INC., SEOUL, KOREA * Copyright(c) 2013 by LG Electronics Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2 as published by the Free Software Foundation. * * This program is distribu...
[ "root@fl-a-w-1.node.fl.moenet.net" ]
root@fl-a-w-1.node.fl.moenet.net
e31694cdeb8e9dcbdafac1b7a6ee58228dfff2d5
02aa69d1409f5c37dc8b197cb52c847019226e17
/asm/sources/args.c
49f78ae2c3d4cf75ad99c1c42b9d70d9d22b59db
[]
no_license
toferrari/Corewar
901f21aa70cc3d05a118138fbc55548c42a8c66d
b21d9e5e4a66c61d09305d24ef1f8e8bcef4c666
refs/heads/master
2021-09-09T16:00:55.505922
2018-03-17T16:46:44
2018-03-17T16:46:44
106,426,427
0
0
null
null
null
null
UTF-8
C
false
false
1,598
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* args.c :+: :+: :+: ...
[ "tferrari@e3r5p19.42.fr" ]
tferrari@e3r5p19.42.fr
299ca61f0d7553e3a0d5f0c4e0ffb009e87a3efd
7b3c067d58f6d7f539ad98459c6a1144bcfe0bb9
/src/C_interface/user/studio/clgt.c
d340f6eaf3da33ba8cb5d1ced3d404ffc30ddc9f
[]
no_license
itsmeterada/Dore
83068cf0258a7bd8f4f7b1504e7cc1e59329b1b1
f9748272f2ce04de880d5a126c7242647d2f72ab
refs/heads/master
2022-09-21T19:37:50.111168
2020-06-07T03:40:11
2020-06-07T03:40:11
270,180,019
0
0
null
null
null
null
UTF-8
C
false
false
1,015
c
/************************************************************************** # Copyright (C) 1994 Kubota Graphics Corp. # # Permission to use, copy, modify, and distribute this material for # any purpose and without fee is hereby granted, provided that the # above copyright notice and this permission notice appear in a...
[ "takehiko.terada@gmail.com" ]
takehiko.terada@gmail.com
fc4c98227a76ee3db09b306a475e48d76a96d337
2ae1a2305aee4b85c38aed9305407d88d7cdd453
/src/Modules/MECANISM.c
d9e36ae9f66377ca43ecb57fb102fb942afbbd88
[]
no_license
AlvaroLopez10/Agnes53-AGV
2d16e627e12e11e55f74c2fdd7aecd0e4d539725
4ebb5534ae1a0ddfe7a6e6247413654eb251f949
refs/heads/master
2023-05-11T18:37:41.759975
2021-05-23T21:08:21
2021-05-23T21:08:21
370,155,485
2
0
null
null
null
null
UTF-8
C
false
false
1,722
c
/* k * MECANISM.c * * Created on: 07/11/2019 * Author: alvar */ #include "S32K144.h" /* include peripheral declarations S32K144 */ #include "MECANISM.h" #include "../Init_Settings/INIT_FTM.h" #include "../Init_Settings/INIT_UART2.h" #include "../Functions/MANUAL.h" //W Baja //M Sube unsigned char direction...
[ "alvarolh@27otmail.com" ]
alvarolh@27otmail.com
12e3db4b6381991ff09f1d510e8696c17ff78250
96149b0f0d3b19901c91e1898404b79f09508fd6
/Third/simplified cndb.c
6d71219fecbd67363d18a2dc16578a8de48f8e20
[]
no_license
maryonella02/Computer-Programming-Practice
a4c327447f609cc8d8a70e39fd12e085a61d4790
ff9e1ea5fb44ca9664a7b7cbb1ec860400ab9667
refs/heads/master
2022-11-14T22:55:39.217532
2020-06-29T13:11:32
2020-06-29T13:11:32
275,816,475
0
0
null
null
null
null
UTF-8
C
false
false
1,102
c
#include <stdio.h> #include <stdlib.h> char *list; const char *line = "--------+--------------------\n"; int len = 0; int firstAttempt() { int n[ 9 ]={1111,2222,3333,4444,5555,6666,7777,8888,9999}; int j; /* output each array element's value */ for (j = 0; j < 9; j++ ) { printf("Element[%d] = %d\n", ...
[ "maryonella02@gmail.com" ]
maryonella02@gmail.com
99ccb1c4d75901343bb6c2c41f913cc1485eddfe
8b4609f4a0d21941d56d27d26d427dcada013a3a
/intuitive_ros/devel/include/rosbridge_library/TestArrayRequestRequest.h
9183862ce1c7fcb96decbf5d0419d635729e16a2
[]
no_license
ly19264/Intuitive_Control
0415585e1efae9c541e3c19f594614dfc50a7a90
ed8c47fec0259db32d69c1177c2914ec593e5387
refs/heads/main
2023-01-08T18:18:17.325823
2020-10-15T14:34:33
2020-10-15T14:34:33
303,151,073
0
0
null
null
null
null
UTF-8
C
false
false
111
h
/home/nitish/intuitive_ros/devel/.private/rosbridge_library/include/rosbridge_library/TestArrayRequestRequest.h
[ "ly19264@bristol.ac.uk" ]
ly19264@bristol.ac.uk
4ef645b87899fa26a499b3e8a62c0c2200ff8604
bc949cbcded25afc8511d07c8d86509d5746b2a8
/dataset/14079.c
edb06b3920de45e09109bd758d5ed60b25e7592c
[]
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
4,946
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 14079.c * Seed: 924523247 */ #include "csmith.h" static long __undefined; /* --- Struct/Union Declarations --- */ /* --- GL...
[ "hqjenny@hotmail.com" ]
hqjenny@hotmail.com
864df7843462426ab6e961fc2aa1a1e0bc93a6e8
02a087e8de0a7d0cfed9dba60e8cff5be4ae3be1
/Research_Bucket/Completed_Archived/ConcolicProcess/oracles/Bellon/bellon_benchmark/sourcecode/weltab/src/samp.c
1df0621974afc85718e5b06a84c17018c2af08b3
[]
no_license
dan7800/Research
7baf8d5afda9824dc5a53f55c3e73f9734e61d46
f68ea72c599f74e88dd44d85503cc672474ec12a
refs/heads/master
2021-01-23T09:50:47.744309
2018-09-01T14:56:01
2018-09-01T14:56:01
32,521,867
1
1
null
null
null
null
UTF-8
C
false
false
5,860
c
/** samp **/ #include <stdio.h> #include "weltab.h" #include "filedecl.h" #include "candnm.h" #include "cardrd.h" #include "dcand.h" #include "longrp.h" #include "office.h" #include "offnam.h" #include "precin.h" #include "precvt.h" #include "repout.h" #include "unitinfo.h" main() /* produce a sample cumulative report ...
[ "dxkvse@rit.edu" ]
dxkvse@rit.edu
c01feb1fb5e5f079a3a33b3714efe1bb94728c2b
710bbf5000b8ed988218366abb3cd934ed29de6a
/stage3_pre9otherapp/source/gspgpu.c
fa35dd682b64eeb13b38137e66b021b49eb9df9d
[ "MIT" ]
permissive
TuxSH/unSAFE_MODE
a0a6b51effa11d851b48b52db08ea4fafad8cec4
d52ad6d6f817eb30fec0be7e45ad10cf50bf42c0
refs/heads/master
2022-06-20T04:53:09.005924
2020-05-05T05:52:31
2020-05-05T05:52:31
259,925,648
2
0
MIT
2020-04-29T12:58:16
2020-04-29T12:58:15
null
UTF-8
C
false
false
3,064
c
#include <string.h> #include "gspgpu.h" #include "libctru/svc.h" Result GSP_ImportDisplayCaptureInfo(Handle* handle, GSPGPU_CaptureInfo *captureinfo) { u32* cmdbuf=getThreadCommandBuffer(); cmdbuf[0]=0x00180000; //request header code Result ret=0; if((ret=svcSendSyncRequest(*handle)))return ret; ret = cmdbuf[1]...
[ "secretAgentCokey@gmail.com" ]
secretAgentCokey@gmail.com
4eb1852cb8593f214ea82b75eea4b4824ea75816
9eb2245869dcc3abd3a28c6064396542869dab60
/benchspec/CPU/602.gcc_s/build/build_base_mytest-64.0000/reg-stack.c
e0aae7be3bb740267b256e79553c131e334faea8
[]
no_license
lapnd/CPU2017
882b18d50bd88e0a87500484a9d6678143e58582
42dac4b76117b1ba4a08e41b54ad9cfd3db50317
refs/heads/master
2023-03-23T23:34:58.350363
2021-03-24T10:01:03
2021-03-24T10:01:03
null
0
0
null
null
null
null
UTF-8
C
false
false
130
c
version https://git-lfs.github.com/spec/v1 oid sha256:14cfb4ae8b51148d24886db15f0d3d33ffd95ccdd989346de1a98db1dc46baec size 99228
[ "abelardojarab@gmail.com" ]
abelardojarab@gmail.com
fab10a6b84cd0fe189cda3b3dcceea00027d0911
6687a9360d122594894543e5affff535d7fa5f2b
/src/mem/ft_addrcmp.c
361aeb4c1604a71dd9c764e1d9f66dbeacb26df5
[]
no_license
giacomoguiulfo/libft
5a93a8beb4277a2619e6d600b1375ed9a0d9536c
851d3535e279e4d6bfc4228738bf9628137ca210
refs/heads/master
2020-05-21T15:37:13.388378
2018-09-07T04:15:05
2018-09-07T04:15:05
110,022,409
1
0
null
2018-10-06T00:08:34
2017-11-08T19:43:05
C
UTF-8
C
false
false
946
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_addrcmp.c :+: :+: :+: ...
[ "giacomoguiulfo@gmail.com" ]
giacomoguiulfo@gmail.com
5191f2664aef671692e9732f345f72f6ea899e34
e398a585764f16511a70d0ef33a3b61da0733b69
/7600.16385.1/src/network/ndis/xframeii/sys/ndis6/xgell-version.h
60fe512a43c187b491808704772ff4599abc5268
[ "MIT" ]
permissive
MichaelDavidGK/WinDDK
f9e4fc6872741ee742f8eace04b2b3a30b049495
eea187e357d61569e67292ff705550887c4df908
refs/heads/master
2020-05-30T12:26:40.125588
2019-06-01T13:28:10
2019-06-01T13:28:10
189,732,991
0
0
null
2019-06-01T12:58:11
2019-06-01T12:58:11
null
UTF-8
C
false
false
447
h
/* * FileName : xgell_version.h * * Description: versioning file */ #ifndef XGELL_VERSION_H #define XGELL_VERSION_H #define XGELL_VERSION_MAJOR "2" #define XGELL_VERSION_MINOR "6" #define XGELL_VERSION_FIX "16" #define XGELL_VERSION_BUILD GENERATED_BUILD_VERSION #define XGELL_VERSION XGELL_V...
[ "blindtiger@foxmail.com" ]
blindtiger@foxmail.com
13de27143f7bdc4a7639175b7f999239a1df5b5d
e2f7b2c38262136efcd57f6765ee39cfdfb808d6
/ft_strdup.c
b39dd250f68ccbff2da3012647e5461ee55bf73e
[]
no_license
dpoulter-WTC/Libft
127c5cbf3a6270eef8d40b4937ec98dfae974bd0
bce5e3936dd3596c9dd8c49e808364fbc31bb11e
refs/heads/master
2020-03-17T06:25:23.543884
2018-12-04T09:30:05
2018-12-04T09:30:05
133,354,686
0
1
null
null
null
null
UTF-8
C
false
false
989
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strdup.c :+: :+: :+: ...
[ "dpoulter@c2r5s4.wethinkcode.co.za" ]
dpoulter@c2r5s4.wethinkcode.co.za
d3d46b993324355fe04d00f18c068f84059fb85c
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/13f29f8b-18ea-4f02-a2e9-f3490a45b2f2.c
9f4b724ea1c0c36671d70c9dea447ed8ec77ba1c
[]
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
571
c
#include <string.h> #include <stdio.h> int main() { float i=4; int j=12; int k; int l; k = 53; l = 64; k = i/j; l = k/j; l = l%j; l = i+j; l = k-j*i; //variables /* START VULNERABILITY */ int a; int b[55]; int c[43]; a = 0; do { //random ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
7fed2c90bd813411ec310c8ca1505eab688e86cc
f740d13f05de259abaa6ee815f0194455b0dac70
/mainFile.c
dccf7a07ce1fa72abd1eaeaac7eec4fdd8e55296
[]
no_license
MajdZd/SnakeGame
9159009b7df07361357ef08a4b457420573d4537
bc93e4afc1878739255f1268dfbc1729592425e1
refs/heads/master
2021-04-27T00:24:07.399855
2018-03-04T16:39:10
2018-03-04T16:39:10
123,806,663
0
0
null
null
null
null
UTF-8
C
false
false
2,184
c
#include <iostream> #include <math.h> using namespace std; int numOfTurns = 5; int mult = 2345; int randum(){ int init = 7654; mult += 27; int randInt; double randDouble; randDouble = sin(init+mult)*sin(init+mult)*500; randInt = (int) randDouble; return randInt; } class snakeClass{ pub...
[ "noreply@github.com" ]
MajdZd.noreply@github.com
1e16ecbc370039f8a4b0fe9740b3a17fefc57c68
b041e92d1b26053b4be9a4dc0f460c7bd79478ba
/Week -6/recursion.c
a974493002cac31bfe32d343e57b42f10480465a
[]
no_license
NSU-CSE-chapters/CSE115.6-IHA
9bb9b2484e2c5858cd26ddf3c330a20bbd114820
d96400bb78c03981cc1eeebc40d5c4c4f4935523
refs/heads/master
2022-12-24T03:32:55.928328
2020-10-05T17:31:54
2020-10-05T17:31:54
277,347,339
0
0
null
null
null
null
UTF-8
C
false
false
219
c
#include<stdio.h> int fun(int); int main() { int n=3; printf("%d\n", fun(n)); return 0; } int fun(int n){ if (n==1) { return 1; }else { return 1+ fun(n-1); } }
[ "fahim.tech.me@gmail.com" ]
fahim.tech.me@gmail.com
330309e6a34f167b5e0913a705b9f755d96738c4
194296f3ed122a25ce84b2cc22d78a4e469aee9d
/src/c/thread2.c
273f87fda86818ec5d39ff29447434610bc2194a
[]
no_license
zhaoweikid/server_performace
6f70d30d16cf9e2b9e7b5453e0946ec47935eec3
584513dbbf39092178082ab3d5a0d29abf2dd886
refs/heads/master
2020-04-08T02:54:21.845938
2018-12-07T16:29:12
2018-12-07T16:29:12
158,953,269
0
0
null
null
null
null
UTF-8
C
false
false
4,791
c
#include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <errno.h> #include <string.h> #include <netinet/in.h> #include <sys/types.h> #include <sys/socket.h> #include <sys/wait.h> #include <sys/ioctl.h> #include <linux/if.h> #include <linux/tcp.h> #include <sys/un.h> #include <time.h> #include <pthread.h> #i...
[ "zhaowei@qfpay.com" ]
zhaowei@qfpay.com
68cba97210437e5afff830b7a36a217f75212ed8
4cb5d95a53e5284c5b09e69f15f3be491e245bb5
/day count.c
167c63e0a5c963371ebdf3ee2550f16efc97fd85
[]
no_license
zh-cse18/C_and_Python-Programming-Code
6303ca907a9aa5dd90a736d0119dfaf7bbf184a9
ec78a6f61dd2833d207069067ad6f3fe435cd1fe
refs/heads/master
2023-08-01T19:42:28.379421
2021-09-21T05:47:40
2021-09-21T05:47:40
198,480,638
0
0
null
null
null
null
UTF-8
C
false
false
1,218
c
#include<stdio.h> main() { system("color a5"); int day_number; int Friday, Saturday,Sundayy,Monday,Tuesday,Wednesday,Thirsday; Friday==1; Saturday==2;Sundayy==3;Monday==4;Tuesday==5;Wednesday==6;Thirsday==7; printf("\n What is today \n1.Friday \n2.Saturday\n3.Sundayy\n4.Monday\n5.Tuesday\n6...
[ "noreply@github.com" ]
zh-cse18.noreply@github.com
d126a56dea2fb7bd403339e7fae0b3d0c7a6bbea
b153fccf34394640fcf1c931d28d424064f32b9f
/mouseclick.c
a19a053d04ba36c2aee638b3db235aaa02526159
[]
no_license
Code-Cuts/Physics_CoOp
9fd8926b5a29d3aa2499305fd18a21693cd54487
fa7afd3035f05f9ac19292627672a6ca8617b1df
refs/heads/master
2020-07-01T05:52:37.994557
2019-08-12T14:47:51
2019-08-12T14:47:51
201,066,711
0
0
null
2019-08-12T14:47:52
2019-08-07T14:27:43
C
UTF-8
C
false
false
623
c
void mouseclick() { int event = gPad->GetEvent(); /* if(event != 11) { return; } */ //Gets last x mouse position in canvas int xpos = gPad->GetEventX(); //Gets currently selected object TObject *select = gPad->GetSelected(); //If there is no selection, exit if(!select) { return; } //If the selectio...
[ "noreply@github.com" ]
Code-Cuts.noreply@github.com
9b9eafab45f605dd9afcf24c8d4009be75376bbc
9506dc382c76e9966231e81b5d1dd994616d23f9
/arrary2D_sequence/main.c
8819d9f53fbe1eecef4940bf16ef4c27772b3874
[ "MIT" ]
permissive
zhongchen43/C-Syntax-Code-Implementation
753337f2b8bd22b6d068a98f67785becc4d1470b
a5b2364ef82962444568bf0372950cebdbaf7bd3
refs/heads/master
2020-04-16T09:36:52.036847
2019-01-13T18:44:59
2019-01-13T18:44:59
165,469,581
0
0
null
null
null
null
UTF-8
C
false
false
461
c
#include <stdio.h> #define M 5 #define N 3 int main() { int A[M] = {1,3,5,7,9}; int B[N] = {2,4,6}; int C[M+N]; int i = 0, j = 0, k = 0; while(i<M && j<N) { if(A[i] < B[j]){ C[k++] = A[i++]; }else { C[k++] = B[j++]; } } while(i < M) ...
[ "zhongchen43@gmail.com" ]
zhongchen43@gmail.com
fbba622fcc4391e47768d134a6b7a384f121b062
5c7b599c971e45a6b74e078983b054d034ff5547
/0x15-file_io/3-cp.c
3288fd8725281ed85dde7fdd5cf04947c96f91c2
[]
no_license
adri-er/holbertonschool-low_level_programming
be281031859c149fa6200c2f39dcee94d0303ee9
941c40b304be9e810d4cb6178365865181a34589
refs/heads/main
2023-08-14T13:32:26.805547
2021-09-01T17:54:44
2021-09-01T17:54:44
335,758,002
1
1
null
null
null
null
UTF-8
C
false
false
1,824
c
#include "holberton.h" /** * main - copies the content of a file to another file. * @argc: amount of arguments introduced, has to be 2. * @argv: pointer to arguments introduced. * * Return: SUCCESS or exit. */ int main(int argc, char *argv[]) { int file_descriptor_to, file_descriptor_from, status = 1024, status...
[ "adriana.er98@hotmail.com" ]
adriana.er98@hotmail.com
85e5ac36b20c27135f4de3a1ccd5009ccf7ecea5
48d9daf2ac979b21e60b4f84337eb1acc3d196d5
/OW/dallas_one_wire.h
166447d69875758e4daa1e9102913bb391719e8a
[]
no_license
Mateo89/AquaPC-LightModule
b2463031d7d2cee79f3e5ccc9d34fbca81748cf2
9738b14735f32276fbfc36f8a5ff636c660c9d15
refs/heads/master
2020-05-23T06:44:28.631894
2016-08-24T16:59:17
2016-08-24T16:59:17
56,259,995
0
0
null
null
null
null
WINDOWS-1252
C
false
false
3,108
h
/* * An AVR library for communication on a Dallas 1-Wire bus. * * The main documentation is in dallas_one_wire.c. */ /****************************************************************************** * Copyright © 2010, Mike Roddewig (mike@dietfig.org). * All rights reserved. * * This program is free software: y...
[ "mateusz.jaskolowski@gmail.com" ]
mateusz.jaskolowski@gmail.com
69f73f8c83f683ee5a360111887727702fe11ae2
d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9
/testcases/CWE126_Buffer_Overread/s02/CWE126_Buffer_Overread__malloc_char_memmove_65a.c
6941d2ff38ed047f629843451032a27859c9e7d1
[]
no_license
arichardson/juliet-test-suite-c
cb71a729716c6aa8f4b987752272b66b1916fdaa
e2e8cf80cd7d52f824e9a938bbb3aa658d23d6c9
refs/heads/master
2022-12-10T12:05:51.179384
2022-11-17T15:41:30
2022-12-01T15:25:16
179,281,349
34
34
null
2022-12-01T15:25:18
2019-04-03T12:03:21
null
UTF-8
C
false
false
2,712
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE126_Buffer_Overread__malloc_char_memmove_65a.c Label Definition File: CWE126_Buffer_Overread__malloc.label.xml Template File: sources-sink-65a.tmpl.c */ /* * @description * CWE: 126 Buffer Over-read * BadSource: Use a small buffer * GoodSource: Use a large ...
[ "Alexander.Richardson@cl.cam.ac.uk" ]
Alexander.Richardson@cl.cam.ac.uk
d971087a5f835926460872356b1f1c559833e62a
339278d6218035c26b040966e6879bbe364b6031
/PLOTS/taunu/MET130/jeta_1_AN_log.C
49108145db8d0bcad7b5c22f18b8555165bfbffd
[]
no_license
pjdunne/ichnnplots
a39a58780a5df4a09dcd2169e0275f9da96ca053
4f36e338299efc225c85ee16d11c4c25599404f9
refs/heads/master
2020-05-23T15:42:13.189894
2013-11-22T10:25:01
2013-11-22T10:25:01
null
0
0
null
null
null
null
UTF-8
C
false
false
30,671
c
{ //=========Macro generated from canvas: canv/canv //========= (Mon Nov 18 17:31:18 2013) by ROOT version5.32/00 TCanvas *canv = new TCanvas("canv", "canv",0,0,700,700); gStyle->SetOptFit(1); gStyle->SetOptTitle(0); canv->SetHighLightColor(2); canv->Range(0,0,1,1); canv->SetFillColor(0); canv->Se...
[ "pdunne@cern.ch" ]
pdunne@cern.ch
566fa258f1d3194c8e93f469753bef477a8fc71a
b27e620347eb19b112610181e8264128a663f36a
/projects/day08/ex00/ft_split_whitespaces.c
7393685edfe6ffd340a5d2dfe786b041f2cb82f4
[]
no_license
Caruychen/Hive-Basecamp
96b9ae0bbb8a0e9f3533eb255a227c2d778de0bd
1cffb8ae41f9360a2b2b87b839c5e00c9fb712f0
refs/heads/main
2023-06-19T02:55:17.473083
2021-07-06T07:38:07
2021-07-06T07:38:07
383,054,214
0
0
null
null
null
null
UTF-8
C
false
false
2,230
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_split_whitespaces.c :+: :+: :+: ...
[ "caruychen@gmail.com" ]
caruychen@gmail.com
150e75d0b89860cacf2fff58a7154597313625dd
4e09afb4b45d324e7eb8995095d7d434a2a49692
/src/gui.c
c748fae4cea0a115ec86bf169b7f9c0f0fa99670
[ "Vim" ]
permissive
spyhabs/vim
a0331f1fa053765cad2d5e1ecb822bcf3a47ef73
e178c69fec8532d5df6cff15271242efaa9b9cd4
refs/heads/master
2023-06-15T20:37:12.308535
2021-07-17T14:57:29
2021-07-17T14:57:29
325,157,254
2
0
NOASSERTION
2021-01-17T12:38:06
2020-12-29T01:36:34
null
UTF-8
C
false
false
141,324
c
/* vi:set ts=8 sts=4 sw=4 noet: * * VIM - Vi IMproved by Bram Moolenaar * GUI/Motif support by Robert Webb * * Do ":help uganda" in Vim to read copying and usage conditions. * Do ":help credits" in Vim to see a list of people who contributed. * See README.txt for an overview of the Vim source code. */ #in...
[ "Bram@vim.org" ]
Bram@vim.org
2e2aee27c1bac033e52634342477a677a08b1e96
db8a2651d0f8b5ea6e31f84b96aefed32535ac26
/os.c
20c2e944a338bfe438d8c99684b2139a4d92109c
[]
no_license
Roshanxy12/os-project
7a2d2390bc79f7b96c8fa7af17c54f6d01dd7dc7
47568c8e19e737feb2a47c2b66938e91536e7a0a
refs/heads/master
2020-03-11T20:32:09.946452
2019-08-27T13:08:50
2019-08-27T13:08:50
130,238,947
0
0
null
null
null
null
UTF-8
C
false
false
1,502
c
#include<stdio.h> int main() { int i,n,p[10]={1,2,3,4,5,6,7,8,9,10},min,k=1,btime=0; int bt[10],temp,j,at[10],wt[10],tt[10],ta=0,sum=0; float wavg=0,tavg=0,tsum=0,wsum=0; printf(" -------Shortest Job First Scheduling ( NP )-------\n"); printf("\nEnter the No. of processes :"); scanf("%d",&n); for(i=0;i<n;i+...
[ "noreply@github.com" ]
Roshanxy12.noreply@github.com
b8743daffb4f622741cad859d8de6acab3d7ca7d
dcc65ef9fbeea547abc5f6809e2c22dbdc3eb0e9
/thirdparty/espresso/src/irred.c
6a58d00651483a3c1dc5ff72f20dbaca589f6690
[ "BSD-2-Clause" ]
permissive
cjdrake/pyeda
60cbb1966edf6388111eb626999f35d0dec68fd1
56fc29d71a6645e18dd37f5f03c8206a4c83ab29
refs/heads/main
2023-08-31T11:34:58.882973
2023-08-30T00:32:34
2023-08-30T00:32:34
4,689,577
257
49
BSD-2-Clause
2023-08-30T00:32:40
2012-06-17T04:18:44
Python
UTF-8
C
false
false
11,208
c
// Filename: irred.c #include <assert.h> #include "espresso.h" static void fcube_is_covered(set **T, set *c, sm_matrix *table); static void ftautology(set **T, sm_matrix *table); static bool ftaut_special_cases(set **T, sm_matrix *table); static int Rp_current; // // irredundant -- Return a minimal subset of F // ...
[ "cjdrake@gmail.com" ]
cjdrake@gmail.com
c2148015f0b0beb9ccc1148e44a2a2c522b54cff
8d691f44edcee19f0a88ccfd857581e5ff030a65
/drivers/spi_v2_00_a/examples/xspi_stm_flash_example.c
53d1a8bb25dec9dafb12c46ef7c3b7e17919864b
[]
no_license
MaxRzv/VP2motion-2
12fbb512332207f1e7db0fc50f1df5d487ed55ce
aa0444714964cebdae574ef8ce29f40a5464cce4
refs/heads/master
2021-01-22T07:03:06.417535
2013-05-06T18:42:02
2013-05-06T18:42:02
null
0
0
null
null
null
null
UTF-8
C
false
false
21,012
c
/* $Id: xspi_stm_flash_example.c,v 1.1.2.1 2008/07/28 09:49:50 svemula Exp $ */ /****************************************************************************** * * XILINX IS PROVIDING THIS DESIGN, CODE, OR INFORMATION "AS IS" * AS A COURTESY TO YOU, SOLELY FOR USE IN DEVELOPING PROGRAMS AND * SOLUTION...
[ "seva@sevik.org" ]
seva@sevik.org
4001386aeb7a753e4eaed675f84dc0e37d00d2a8
9b7e48dba7e8367e1e1c4ed75021601ec1169ffb
/scan.c
2538e04162aa345ce98f08f5541674c452d873b0
[]
no_license
tomy145/code_c
ff7c27984d18cb231942d8a80fd0413630e7f1f7
21d0afc8a771c2ff70a413921ccbe084854c1856
refs/heads/master
2022-09-21T03:15:57.002437
2016-07-08T17:54:33
2016-07-08T17:54:33
null
0
0
null
null
null
null
UTF-8
C
false
false
434
c
/************************************************************************* > File Name: scan.c > Author: > Mail: > Created Time: 日 4/17 16:13:14 2016 ************************************************************************/ #include<stdio.h> int main(void) { int a = 0 , b = 0 ; char c = 'x'; //sca...
[ "184840719@qq.com" ]
184840719@qq.com
3b0ad0664e50a742db996d17e8fd8162fec9fb64
c784cf5229041fcf6595f0d2781c7d429aba241b
/simde/x86/avx.h
439133f7cf73cb8a2b4ca7fc17848b5ecceadd00
[ "Apache-2.0", "MIT" ]
permissive
boogermann/simde
dbc9180c9facd95e753284b4f8a5be85668b9d53
35f048529bd7b0efa2ed3a83866ea2a1d35c25f2
refs/heads/master
2021-01-06T13:24:32.033369
2020-02-15T19:42:24
2020-02-15T19:42:24
null
0
0
null
null
null
null
UTF-8
C
false
false
166,791
h
/* 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, distribute, sublicense, and/or sell...
[ "evan@nemerson.com" ]
evan@nemerson.com
52a05eee01a5058bc31e169297802e7540e7f641
c2bcab8495dc19bd2777e1d5ec6e8f49d4da1924
/srcs/help.c
ec1f619af3da37cdd8d1378e58a4cad313db892b
[]
no_license
Rodrigueyenyiokoka/push_swap
c508d3283845e0de20782e6dce7ee58489c21d85
6c4600847a20848a4a8934d013e8565d05226c04
refs/heads/master
2020-04-09T08:22:03.774783
2018-12-03T13:04:30
2018-12-03T13:04:30
160,191,613
0
0
null
null
null
null
UTF-8
C
false
false
1,804
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* help.c :+: :+: :+: ...
[ "oyenyi-@c3r6s6.wethinkcode.co.za" ]
oyenyi-@c3r6s6.wethinkcode.co.za
08da077b0cebb17125d0428377304ba4d66af1ef
43f42ce170085a5253d4a6f3f844cec648aa0904
/MultipleModels/QueueFamilies.h
3be3656ddf8cce53f3662f4dc94c0ef329a01813
[]
no_license
anjaldoshi/vk_forge
eb3148b0864102d05f02fcae5c65e45af9fc1f32
35606a510f9e7ac9d80aaa696a8bafdca4baa493
refs/heads/master
2020-04-07T18:12:12.162678
2018-11-21T21:24:58
2018-11-21T21:24:58
158,601,161
0
0
null
null
null
null
UTF-8
C
false
false
303
h
#pragma once //Vulkan #include <vulkan/vulkan.h> struct QueueFamilyIndices { int graphicsFamily = -1; int presentFamily = -1; bool isComplete() { return graphicsFamily >= 0 && presentFamily >= 0; } }; QueueFamilyIndices findQueueFamilies(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface);
[ "anjaldoshi09@gmail.com" ]
anjaldoshi09@gmail.com
a04f70b81507f3d56239db1fe916efd08d29faea
cdef755f170c351d49cd7429529093c17b2af9e7
/level3/ft_list_size/ft_list.h
6c430501a64251618ff727cb60bc1b1635f18dd4
[]
no_license
AmberFu/42Exam_C_Exam_AloneInTheDark_Beginner
1153369caaeabb9015d02eb635a069cf87b49d37
9e7085bfb872efa95b9a05f6b3524dd40081473e
refs/heads/master
2020-07-27T17:03:37.917831
2019-12-17T05:26:44
2019-12-17T05:26:44
209,164,886
0
0
null
null
null
null
UTF-8
C
false
false
1,083
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_list.h :+: :+: :+: ...
[ "pfu@e1z2r2p4.42.us.org" ]
pfu@e1z2r2p4.42.us.org
b1174acdeac56edb4fdda8bfbd408ae6d045b299
d9e99bfb65ff5e0c290377809aa990fc0182cde7
/17231173-lab/user/pgfault.c
dc280b62777d7d10046d748e18533d6045f7c518
[]
no_license
BruceLeeBuaa/MIPS_OperatingSystem
a2107c7e3113cd5ff1357776b8d3690497466e1d
a82858e08f48db33039326b491165ce03b2c9759
refs/heads/master
2021-04-07T09:43:31.698834
2019-10-23T02:24:46
2019-10-23T02:24:46
null
0
0
null
null
null
null
UTF-8
C
false
false
1,232
c
// User-level page fault handler. We use an assembly wrapper around a C function. // The assembly wrapper is in entry.S. #include "lib.h" #include <mmu.h> extern void (*__pgfault_handler)(u_int); extern void __asm_pgfault_handler(void); // // Set the page fault handler function. // If there isn't one yet, _pgfault...
[ "2457348692@qq.com" ]
2457348692@qq.com
f2e88504cd352360a657c6fc2c971ee79dc961f0
3c83ef6e26a15f47161dfb371afeceedf6a749f4
/threadpool.c
c57bf02c1926daa93eda279d33c486ab62a7d42b
[]
no_license
zshuai8/http_server
3c1bd3472fa413b84d8770c1e5cad98164b368e7
246de7802a9fd4358f1c85df18b0d0dbf9414e9e
refs/heads/master
2021-01-20T07:13:12.307507
2016-12-05T19:03:23
2016-12-05T19:03:23
null
0
0
null
null
null
null
UTF-8
C
false
false
12,184
c
#include <pthread.h> #include <semaphore.h> #include <stdlib.h> #include <string.h> #include <stdio.h> #include <stdint.h> #include <stdbool.h> #include <assert.h> #include <unistd.h> #include <sys/time.h> #include <sys/resource.h> #include <time.h> #include "threadpool.h" #include "list.h" #include "threadpool_lib.h"...
[ "theodorehu95@gmail.com" ]
theodorehu95@gmail.com
b4e7dd6bca33dee2575b374529a07370727041d8
11d76841f2ac20721a236329bcd988908d6d2896
/chapter09-图论算法/Graph/Graph.h
53a344efc34714a7012d4278dd91a32c42aaeb1a
[]
no_license
cxphoe/DataStructureAndAlgorithmAnalysis
da7b67374ae769cd97e80570601a2e87f62d036e
4fefdfe2c582c4994b8836433d34182fc6108d52
refs/heads/master
2021-09-11T13:18:11.511109
2018-04-07T14:48:51
2018-04-07T14:48:51
null
0
0
null
null
null
null
UTF-8
C
false
false
541
h
#ifndef _Graph_H #ifndef MaxVertexNum #define MaxVertexNum 50 #endif struct GraphStruct; struct VertexNode; struct EdgeNode; typedef struct GraphStruct *Graph; typedef struct VertexNode AdjList; typedef struct EdgeNode *EdgePos; typedef int Vertex; typedef char *VertexEltType; Graph CreateGraph(void); void AddVertex...
[ "562818991@qq.com" ]
562818991@qq.com
49b604afc4716b01dad780ca6da188d638e11bc6
dd80a584130ef1a0333429ba76c1cee0eb40df73
/external/valgrind/main/callgrind/main.c
80585febe86c2347879273f11c61f6e43977c994
[ "GFDL-1.2-only", "GPL-2.0-only", "GPL-2.0-or-later", "MIT" ]
permissive
karunmatharu/Android-4.4-Pay-by-Data
466f4e169ede13c5835424c78e8c30ce58f885c1
fcb778e92d4aad525ef7a995660580f948d40bc9
refs/heads/master
2021-03-24T13:33:01.721868
2017-02-18T17:48:49
2017-02-18T17:48:49
81,847,777
0
2
MIT
2020-03-09T00:02:12
2017-02-13T16:47:00
null
UTF-8
C
false
false
61,381
c
/*--------------------------------------------------------------------*/ /*--- Callgrind ---*/ /*--- main.c ---*/ /*--------------------------------------------------------------------*/ /* This file is part of...
[ "karun.matharu@gmail.com" ]
karun.matharu@gmail.com
9b93347721c9b964afb3d1a39431f5ac8eae6438
9dfe390ddea8cac10ed3fa9ab175dde74441e02e
/tests/Grafica-Computerizzata-master/esercizioLezione4.c
21fdc885d64e890bc1d25b57248dadf34c42dc32
[]
no_license
GaiaRossi/Grafica-Computerizzata
286e75e03cc525f69fcdea447a3eb303d5d0c302
5aac3f6206c91eb3218b76e2452b6ae31470fa4c
refs/heads/master
2023-02-27T07:29:13.200641
2021-02-05T08:33:05
2021-02-05T08:33:05
301,979,668
0
0
null
null
null
null
UTF-8
C
false
false
4,699
c
//scopo esercizio //sapere la dipendenza tra i refresh al secondo e il numero di linee mostrare //controllare poi se il colore incide #include <GL/glut.h> #include <time.h> #include <stdlib.h> #include <stdio.h> // Number of elements in the circular buffer #define NELS 10 #define MAXPUNTI 100 #define DIM 1000.0 #...
[ "gaia.rossi@student.unife.it" ]
gaia.rossi@student.unife.it
df033cc76da060b3b9c7c6859f0247e2f51ae87e
5b9b9913221bf41461673a88e1e499b5624094be
/src/dataset.c
696e62d9ad4364cca045984d7a40376cca1ac01a
[ "Apache-2.0" ]
permissive
patperry/r-frame
12241f0e4845db6455b1c4d19f5ff695c8b33ad6
5c56110fe0bf74a0fbaeaaa74258fa338dca700f
refs/heads/master
2020-03-06T18:27:47.334808
2018-04-12T17:07:09
2018-04-12T17:07:09
127,007,322
8
1
null
null
null
null
UTF-8
C
false
false
378
c
#include "rframe.h" R_xlen_t rframe_nrow_dataset(SEXP x_) { SEXP attr_, nrow_; R_xlen_t nrow; int nprot = 0; PROTECT(attr_ = Rf_install("dataset.nrow")); nprot++; PROTECT(nrow_ = Rf_getAttrib(x_, attr_)); nprot++; PROTECT(nrow_ = Rf_coerceVector(nrow_, REALSXP)); nprot++; nrow = (R_xlen_t...
[ "patperry@gmail.com" ]
patperry@gmail.com
4b4cd07f24e9ab7b282efb74c2b41881b086c8fd
a9912b83806d9e3a2c969d92b2ff05c71b728a02
/06. Strings/Limit_number_of_characters.c
6ab312df8648fc789ab24ef557de46c8180579e9
[]
no_license
rafi99-bat/Basic-C-Codes
04f5a8f4a76d08e8ce9439492bd0fd20476cedba
4a3db8504fbf8beb186a7fba2494733eccbc3b88
refs/heads/master
2023-05-07T12:23:02.201238
2021-06-01T15:19:49
2021-06-01T15:19:49
364,954,522
0
0
null
null
null
null
UTF-8
C
false
false
424
c
#include<stdio.h> #include<conio.h> int main() { int i,count; char str[100]; printf("Enter number of characters to limit input\n"); scanf("%d",&count); printf("Enter the string less than or equal to %d characters\n",count); for(i=0; i<count; i++) { str[i]=getche(); if(str[i]=...
[ "rafeedmahbubrafi007@gmail.com" ]
rafeedmahbubrafi007@gmail.com
714f9618900d900c526973addff040e734264492
baf824f8819f90928e11480d0eae89efb60341a1
/ports/nxp_rt1050_60/mcusdk/drivers/fsl_gpc.h
5ba31ecf6584d558719551ce99e0d5ac52e5ecb0
[ "MIT", "GPL-1.0-or-later" ]
permissive
RockySong/micropython-rocky
549770723ba92cb311c468880ead0ffdd4fa8fe5
2d728f414bf8d041ca609e00448850759aade3cd
refs/heads/omv_initial_integrate
2021-05-12T12:20:18.404341
2021-01-15T01:15:48
2021-01-15T01:15:48
117,408,452
198
90
MIT
2020-08-25T03:31:32
2018-01-14T06:40:36
C
UTF-8
C
false
false
8,068
h
/* * The Clear BSD License * Copyright (c) 2016, Freescale Semiconductor, Inc. * Copyright 2016 NXP * All rights reserved. * * * Redistribution and use in source and binary forms, with or without modification, * are permitted (subject to the limitations in the disclaimer below) provided * that the following ...
[ "rock.song@hotmail.com" ]
rock.song@hotmail.com
f373b7eb0b5b70402b1815c0c4dbf3d36b3d3d23
a040ac38cab08a30580a9951cf41d36812accf42
/evaluation/math/Defective_Sum.c
6ad7da67a62f7443087d82e77e6871cae01b57aa
[ "Apache-2.0" ]
permissive
tum-i4/nequivack
7b5024e97d04de7f6279f51cc99acbe32007cc54
ff6c142363567ac906c34722f1fed221b232f6de
refs/heads/master
2021-05-29T15:50:20.373173
2015-06-23T09:48:43
2015-06-23T09:48:43
37,863,495
3
0
null
null
null
null
UTF-8
C
false
false
143
c
// @klee unsigned long sum(unsigned int n) { unsigned long sum = 0; for (unsigned long i = 1; i <= n; i++) { sum -= i; } return sum; }
[ "marco-probst-12@web.de" ]
marco-probst-12@web.de
ff2db0930d8c19d2616acbd974503edefbe05b7e
0a412ef77753c60c39d965bc22fea4706ba86071
/software/soc_nios/main.c
d0ca943b671a49670947a58944dc66f1620fd5c9
[ "MIT" ]
permissive
asmaslov/hps-nios-fpga
f74956782ead2bbe04b56bc6037527195de4555e
351568804e94b67dc23fa5901bdab1cf9e273ff9
refs/heads/master
2023-04-13T05:51:27.322565
2023-04-09T16:34:17
2023-04-09T16:34:17
115,331,914
0
0
null
null
null
null
UTF-8
C
false
false
6,001
c
#include "alt_types.h" #include <stdbool.h> #include "system.h" #include "io.h" #include "altera_avalon_pio_regs.h" #include "altera_avalon_timer_regs.h" #include "altera_avalon_mailbox_simple.h" #include "altera_avalon_mailbox_simple_regs.h" #include "sys/alt_irq.h" #include "sys/alt_stdio.h" #include "../protocol.h" ...
[ "34833644+asmaslov@users.noreply.github.com" ]
34833644+asmaslov@users.noreply.github.com
c5e08442173dddf164e6b73b04810bc8364e98e9
ab95448fe855f62d05f859b509f2a79d2f13f8db
/runCommand.c
4910c3bd07afd7513ce1771b2d36c29b92441c14
[]
no_license
Jeemie/Mimicking-a-Linux-Shell
11e516cc2cd6b77c70f6cb02e7b596adcb074288
4b7d04440947f12a4a66631244314f71665fcd88
refs/heads/master
2021-01-12T16:06:29.256716
2016-10-25T20:53:36
2016-10-25T20:53:36
71,937,900
0
0
null
null
null
null
UTF-8
C
false
false
2,666
c
//Krzysztof Borowicz, Hyunsoo Kim, Jimmy Tran #include <unistd.h> #include <sys/syscall.h> #include <stdio.h> #include <stdlib.h> #include <sys/time.h> #include <sys/resource.h> #include <errno.h> long findTimeDif(struct timeval timeBefore, struct timeval timeAfter); void stats(struct rusage udata, struct timeval time...
[ "noreply@github.com" ]
Jeemie.noreply@github.com
c3e72f24b943159dc2beaa488f7637fce0c6d6fc
58838e245b65797dc371c1b83df38f87dc3d2bbf
/dist/mac/@m..@sNim@scompiler@snimsets.nim.c
d4f54332a2ee9dafaa7fcf52d1f2e9dd0fa621b1
[ "MIT" ]
permissive
juancarlospaco/nim4py
25af62b9702a98b0783825ecbbef51f402b26e7f
e6e535e217e6755975272a326222b31aa05b1872
refs/heads/master
2022-12-15T23:54:10.580198
2020-09-10T01:41:18
2020-09-10T01:41:18
273,828,740
9
0
null
null
null
null
UTF-8
C
false
false
27,485
c
/* Generated by Nim Compiler v1.3.5 */ /* (c) 2020 Andreas Rumpf */ /* The generated code is subject to the original license. */ #define NIM_INTBITS 64 /* section: NIM_merge_HEADERS */ #include "nimbase.h" #include <string.h> #undef LANGUAGE_C #undef MIPSEB #undef MIPSEL #undef PPC #undef R3000 #undef R4000 #undef ...
[ "JuanCarlospaco@gmail.com" ]
JuanCarlospaco@gmail.com
80efa5ea197cfd603788f98f0f85ea2b4e3f1549
057ec847f61128a873814dd34437656668003489
/libft/ft_strdup.c
8152b1c560b9fc3ef7b7a68f52f4ce6f0713d0ec
[]
no_license
pmedina-42/minishell
4b59b3cc032c5ff3084bc96ad6fdf48648b5c2bf
7ed52eafbad8a8967f16e1adfcb8afe27004214c
refs/heads/master
2023-08-13T13:16:23.611866
2021-09-30T17:08:43
2021-09-30T17:08:43
409,353,121
1
0
null
null
null
null
UTF-8
C
false
false
1,111
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strdup.c :+: :+: :+: ...
[ "patriciameedina@gmail.com" ]
patriciameedina@gmail.com
ff6c27aa547a17a45ac2a4106dd0353bf0411554
b866e9e6e1649aaebca461af44f745bc4b889c06
/libft/ft_putnbr_fd.c
be5a71c2db28fed87af18aad3aff0f20991b5352
[]
no_license
ejsouza/Lem-in
d00c2ea3e53267a562f8ec94501a9c37a45601cd
be5f271d49d7a445879c8e01b11c540203723723
refs/heads/master
2020-04-25T09:11:30.363795
2019-02-26T11:19:55
2019-02-26T11:19:55
141,138,660
0
0
null
null
null
null
UTF-8
C
false
false
1,232
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_puntnbr_fd.c :+: :+: :+: ...
[ "esouza@student.42.fr" ]
esouza@student.42.fr
b26658a65b927b117abdd73028922dfa98384503
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/8b341ad9-e3ce-4743-9ec7-52108b3e7413.c
141593c75eb99e3360d0cdc8e54a6d8651d31819
[]
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
606
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=14; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l/j; l = i/j; l = i/j; l = j%j; l = i-j; k = k-k*i; //variables /* START VULNERABILITY */ int a; char b[18]; char c[78]; a = ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
57f33171ffaa516d396346ae8a752cc9e5c6b2a4
a08c96c06eb983626e1b6879e27a7e34bdb2b56d
/2742.c
200b18f2e1266e14a408aa33a9f6e914d93bd23c
[]
no_license
LJM1231/BOJ
0484fe9003540809ed85ceacea939792c6fbca32
b1cdb5c610ca251e0eefc4fe8006ddf832075c9d
refs/heads/master
2022-12-17T12:46:22.013719
2020-09-17T09:12:22
2020-09-17T09:12:22
243,443,722
0
0
null
null
null
null
UTF-8
C
false
false
157
c
#include <stdio.h> int main() { int n; scanf("%d", &n); for(int i=n; i>0; i--) { printf("%d \n", i); } return 0; }
[ "polly12312@naver.com" ]
polly12312@naver.com
2f0002ff36ace9e70f70a9a867c2e1b4f63820ec
accd0d16b0e088c759b0263f26a625bd3d98a757
/max31865.c
5d5b158b1c445eebe9fd3be3916e353f36b0ca21
[]
no_license
barthezqq/MAX31865-Driver
7ff8ea7799dc76a6b9f2493733f8b27a517999e5
b8727aa72c11e8765e8b59ecc2ebbb9862df1b1f
refs/heads/master
2022-11-11T17:02:17.922268
2020-06-30T09:41:33
2020-06-30T09:41:33
276,055,608
1
0
null
null
null
null
UTF-8
C
false
false
7,654
c
/******************************************************************************* * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), *...
[ "noreply@github.com" ]
barthezqq.noreply@github.com
67bf828a9de60e7f898c7438ae31e271b8bd7b30
423345b759b5604b018f9f46b04bbcece9211486
/kern/env.c
f8fae923ac81248c762477145a7ce5519322f524
[ "BSD-4-Clause-UC" ]
permissive
snake0/jos-2019-spring
61339a39656dbb45ddb15273175c4efde7d366fc
963819da216af51bf33f4ae651071dbb84b29ce3
refs/heads/master
2022-05-10T23:48:30.952593
2022-04-12T02:18:10
2022-04-12T02:18:10
194,356,608
1
0
null
null
null
null
UTF-8
C
false
false
23,014
c
/* See COPYRIGHT for copyright information. */ #include <inc/x86.h> #include <inc/mmu.h> #include <inc/error.h> #include <inc/string.h> #include <inc/assert.h> #include <inc/elf.h> #include <kern/env.h> #include <kern/pmap.h> #include <kern/trap.h> #include <kern/monitor.h> #include <kern/sched.h> #include <kern/cpu....
[ "1260865816@qq.com" ]
1260865816@qq.com
007129926887c4945fbdee1eec34afb6373917e9
182c89dc4ff66ac4e41800268dc48c51cd8490a6
/Domains/RoomsWorld/april/src/lcmtypes/gamepad_t.h
a4a353edc233ba09e356331425a6a18845eaf176
[ "BSD-2-Clause", "BSD-3-Clause" ]
permissive
sleyzerzon/soar
9e48cffb21679a74fed6d4c9ea34cf1f29189cf9
74a6f32ba1be3a7b3ed4eac0b44b0f4b2e981f71
refs/heads/master
2021-01-10T03:22:06.869609
2014-06-18T03:09:10
2014-06-18T03:09:10
43,619,714
1
0
null
null
null
null
UTF-8
C
false
false
2,012
h
/** THIS IS AN AUTOMATICALLY GENERATED FILE. DO NOT MODIFY * BY HAND!! * * Generated by lcm-gen **/ #include <stdint.h> #include <stdlib.h> #include <lcm/lcm_coretypes.h> #include <lcm/lcm.h> #ifndef _gamepad_t_h #define _gamepad_t_h #ifdef __cplusplus extern "C" { #endif typedef struct _gamepad_t gamepad_t; s...
[ "mazzin@915bf4ee-6d5f-11de-9cf4-4bf9f06b8206" ]
mazzin@915bf4ee-6d5f-11de-9cf4-4bf9f06b8206
7ddbabca9e9edfa1f6d6fae9d87eba4bd1c2647e
be6262d4bf78c14024e8abf4292d275f0b1d9c5e
/Examples/CMSIS/Device/ATMEL/sam4sp/include/instance/usart0.h
1489db9fbf0e799a9b136410e15e10a136cd85cb
[ "BSD-2-Clause" ]
permissive
AtmelUniversityFrance/SAM4E-XPRO
0cef44fccc4605135e4c68cd50d11412ea5787d5
03af9aee07f9eae63ae49e2552cace915f279c06
refs/heads/master
2021-01-17T15:41:26.446253
2016-05-07T17:00:23
2016-05-07T17:00:23
43,118,270
1
2
null
null
null
null
UTF-8
C
false
false
8,796
h
/* ---------------------------------------------------------------------------- */ /* Atmel Microcontroller Software Support */ /* SAM Software Package License */ /* --------------------------------------------------------------------...
[ "aethaniel@sam-geek.org" ]
aethaniel@sam-geek.org
65fc4101570cd69731301b0e1c53132d3b50a811
401445ae337fe0ede6b9360af6606f7a30983b9c
/php-5.0.5/ext/standard/assert.c
f5af4d192a52e5d9827651f8389c9729035d22a6
[ "PHP-3.0" ]
permissive
liexusong/open-source-reading-comments
76bbb0f055967e680d26b246313be256e0fe5695
8bad537ab86037c4a70c030a3c34ea94cff26cad
refs/heads/master
2020-05-20T02:23:07.706360
2015-03-17T19:46:38
2015-03-17T19:46:38
30,737,430
3
1
null
null
null
null
UTF-8
C
false
false
7,463
c
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2004 The PHP Group | +---------...
[ "liexusong@qq.com" ]
liexusong@qq.com
d5dc28385808551b9bec7429862c8909270da53f
7b6dc6f28d45761d1e6cc53fcf7a531bfe8c48d8
/chapter1/1.4exercise.c
c3b5539a9157e1b504afcc46b0b32f52519802e0
[ "WTFPL" ]
permissive
ajoyac/codeExamplesC
51a537c3e877a2e6b9ba2b3561172b441da47707
50648207bfe95c43b5dcb4c18bb7210e5f62eccb
refs/heads/master
2016-09-16T03:37:19.399160
2015-08-10T06:16:19
2015-08-10T06:16:19
40,328,009
0
0
null
null
null
null
UTF-8
C
false
false
575
c
#include <stdio.h> /*Print Fahrenheit-Celcius table for fahr from 0 to 300 in 20 at 20*/ main () { int fahr, celsius; int lower, upper, step; lower =-20; //modifcation to have almost the same range upper = 150; step = 20; fahr = lower; printf ("Fahrenheit\tCelsius\n"); //lest...
[ "joya.a.cruz@gmail.com" ]
joya.a.cruz@gmail.com
4de82db76eb55faed3e98281792d5c6701657d47
cc31b751ac3bd662088b6669477859391f572ba0
/Contact.c/Contact.c/test.c
912d275dbc268873dfd138646069128248f3a2de
[]
no_license
uniquefairty/Contact_sample
9bbc5ad9994a5dd5134db7a18361956549d4f1e9
25be118906fa797d1fa09ea42a63b96865112f5b
refs/heads/master
2020-06-19T02:44:26.080799
2019-07-14T14:05:49
2019-07-14T14:05:49
196,536,573
0
0
null
null
null
null
GB18030
C
false
false
1,224
c
#include "Contact.h" #pragma warning (disable:4996) //1. 添加联系人信息 //2. 删除指定联系人信息 //3. 查找指定联系人信息 //4. 修改指定联系人信息 //5. 显示所有联系人信息 //6. 清空所有联系人 //7. 以名字排序所有联系人 //8. 保存联系人到文件 //9. 加载联系人 //更新 void menu() { printf("######欢迎使用XXX通讯录############\n"); printf("#####0.exit######1.add#############\n"); printf("#####2.del#######3....
[ "15991160436@163.com" ]
15991160436@163.com
1774ceb4d68cef878e7145ff8109648707432843
f134e6505bc122b88735fc95f1a0e75d740f2c78
/script_rel/marston5x_outro.c
fcb9d0474db6ddc62ff5076566ebb6f923d0de96
[]
no_license
Cephy314/RDR3-Scripts
3f71af735258338d2bf2ce686c4a297588d55d34
48f90d93e55d47298c92c3e030c8329f57d97211
refs/heads/master
2022-12-07T06:15:34.610392
2020-07-06T12:19:41
2020-07-06T12:19:41
293,693,732
0
1
null
null
null
null
UTF-8
C
false
false
28,868
c
#region Local Var var uLocal_0 = 0; var uLocal_1 = 0; var uLocal_2 = 0; var uLocal_3 = 0; var uLocal_4 = 0; var uLocal_5 = 0; var uLocal_6 = 0; float fLocal_7 = 0f; float fLocal_8 = 0f; var uLocal_9 = 0; var uLocal_10 = 0; var uLocal_11 = 0; var uLocal_12 = 0; var uLocal_13 = 0; int iLocal_14 = 0; struc...
[ "timoviveen@gmail.com" ]
timoviveen@gmail.com
8e5f23ebfd1cc4b1e2b2f9aa56e7b3c6e292b394
59d314f9063e7c77274e37b7a482dfae8c684627
/plugins/out_kafka/librdkafka-1.2.0/src/rdkafka_broker.c
5481678bf59013bbd19b823dcbc6a6ed0726f1a4
[ "Zlib", "BSD-3-Clause", "MIT", "ISC", "Apache-2.0", "LicenseRef-scancode-public-domain", "BSD-2-Clause" ]
permissive
titilambert/fluent-bit
167d6690aa3a0c151b55f0a5f1df4aa1a0c56f04
ae97a32a8de9533f191bd9effa62c2c673210a24
refs/heads/master
2020-09-17T07:36:58.573836
2019-11-26T00:29:25
2019-11-26T03:31:39
224,038,400
2
0
Apache-2.0
2019-11-25T20:47:41
2019-11-25T20:47:40
null
UTF-8
C
false
false
206,177
c
/* * librdkafka - Apache Kafka C library * * Copyright (c) 2012-2015, Magnus Edenhill * 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 ...
[ "eduardo@treasure-data.com" ]
eduardo@treasure-data.com
73330195958f2359524d8e0c32f78cccbb2eb4c1
444a151706abb7bbc8abeb1f2194a768ed03f171
/trunk/ENIGMAsystem/SHELL/Audio_Systems/Codecs/vorbis/lib/mapping0.c
e3856048729575dd538102d33c9651e91edd575b
[ "BSD-3-Clause", "LicenseRef-scancode-public-domain" ]
permissive
amorri40/Enigma-Game-Maker
9d01f70ab8de42f7c80af9a0f8c7a66e412d19d6
c6b701201b6037f2eb57c6938c184a5d4ba917cf
refs/heads/master
2021-01-15T11:48:39.834788
2011-11-22T04:09:28
2011-11-22T04:09:28
1,855,342
1
1
null
null
null
null
UTF-8
C
false
false
28,866
c
/******************************************************************** * * * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. * * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS * * GOVERNED BY A BSD-STYLE SOURCE LICENS...
[ "amorri40@gmail.com" ]
amorri40@gmail.com
9d326ed58ae9e6b4023e8ebdca2bcdd0e467e8d0
47ec192b2937a83871a12157f2aa56f5a58f75f6
/week-06/day-1/print_bigger/bigger.h
fb793f6582a1fc94380d47d33afb2c5e1d5dff20
[]
no_license
green-fox-academy/nandras88
278390e5c92c0bd30f61de7bfa969036dc62156e
7f75f70d25445f6795aae25f053b023f1092c120
refs/heads/master
2020-03-24T23:22:37.207671
2018-10-02T14:50:21
2018-10-02T14:50:21
143,130,830
1
0
null
null
null
null
UTF-8
C
false
false
247
h
#include <stdio.h> #include <stdlib.h> void printBigger(int firstNumber, int secondNumber) { if (firstNumber > secondNumber) { printf("The bigger is %d\n", firstNumber); } else { printf("The bigger is %d\n", secondNumber); } }
[ "andras.noszka@windowslive.com" ]
andras.noszka@windowslive.com