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
88964e3d2cc16734afd68be556e6b7fb39e4e047
a2d8eff3374929097d28fe1cab87e91558c84001
/trunk/uwin/UWIN_brk.c
c2832f6faaac579e795ea978521f977f548bf93f
[ "MIT-0" ]
permissive
BackupTheBerlios/crosslibc-svn
8ee4dd5c5215d63c20868249d23ae5149ad28254
6e5e1649a8ea3896180a9570254497d3effc2f9c
refs/heads/master
2021-01-01T17:16:11.014828
2008-02-27T10:58:48
2008-02-27T10:58:48
40,604,598
0
0
null
null
null
null
UTF-8
C
false
false
321
c
#include "posix.h" void _elfimplib_brk() asm("UWIN_brk"); void *_imp__brk = NULL; __attribute__((constructor)) void _elfimplib_init_brk() { if (OSCALL_which != 3) return; load_dll_posix(); _imp__brk = (void *) _elf_GetProcAddress(_dll_posix, "brk"); } void _elfimplib_brk() { asm("leave\njmp *%0" : : "r"(_imp__brk)); } ...
[ "gregorr@1e2fc944-ba2a-0410-a2cc-fe5414d8d868" ]
gregorr@1e2fc944-ba2a-0410-a2cc-fe5414d8d868
e2ee7ec0ff8f6bea6dd3c82bb748a1dda9d04f40
62b13905eb875d4cb5f1021f7f41df9988380ebe
/zombie.c
4ea9b42029295322028faac3e40b6d565981129a
[ "MIT" ]
permissive
Licaifei/my-xv6
b54505cfc99cb13f06300b4fbdae15d259f4d9b5
1e1e7df8643975df93c4415f10fa237dd7e9d9a3
refs/heads/master
2020-09-04T16:05:43.547093
2019-11-05T16:36:12
2019-11-06T17:13:45
219,794,188
0
0
null
null
null
null
UTF-8
C
false
false
222
c
// Create a zombie process that // must be reparented at exit. #include "types.h" #include "stat.h" #include "user.h" int main(void) { if (fork() > 0) { sleep(5); // Let child exit before parent. } exit(); }
[ "1263373546@qq.com" ]
1263373546@qq.com
eeee5d4009c691df1000052fb4e6e55ae6f70e5c
a2d8eff3374929097d28fe1cab87e91558c84001
/other/winelf/mingwex/math/lrintl.c
06551ac13b49257a798d7031e05854cbb06884ec
[]
no_license
BackupTheBerlios/crosslibc-svn
8ee4dd5c5215d63c20868249d23ae5149ad28254
6e5e1649a8ea3896180a9570254497d3effc2f9c
refs/heads/master
2021-01-01T17:16:11.014828
2008-02-27T10:58:48
2008-02-27T10:58:48
40,604,598
0
0
null
null
null
null
UTF-8
C
false
false
196
c
#include <math.h> long lrintl (long double x) { long retval; __asm__ __volatile__ \ ("fistpl %0" : "=m" (retval) : "t" (x) : "st"); \ return retval; }
[ "gregorr@1e2fc944-ba2a-0410-a2cc-fe5414d8d868" ]
gregorr@1e2fc944-ba2a-0410-a2cc-fe5414d8d868
b5691b931e1f68da66edaba6ade2b0e1935e59a5
d9e13888198ad217c1a6b565e69dfab7c524bea4
/include/soc/bcm5333x.h
17f1739b19912f15f5444d20419ef2728a6b3814
[]
no_license
zhurish/BCM5333x
dcef6967b2b714c710630664bbc37f6fd89a61c4
24683bc47d8e91c100cecd0a792456ee2f7ca73b
refs/heads/master
2020-05-19T08:20:21.565887
2019-03-01T03:14:13
2019-03-01T03:14:13
null
0
0
null
null
null
null
UTF-8
C
false
false
44,120
h
/* * $Id: bcm5333x.h,v 1.30 Broadcom SDK $ * * $Copyright: Copyright 2016 Broadcom Corporation. * This program is the proprietary software of Broadcom Corporation * and/or its licensors, and may only be used, duplicated, modified * or distributed pursuant to the terms and conditions of a separate, * written lice...
[ "805013833@qq.com" ]
805013833@qq.com
a418052e7b6b0952bf3da82004c01375f676316d
5067f6d21346e37cb648594affb433f097fb6629
/src/prex-mmu/sys/arch/arm/include/platform.h
bed77d53ea5883820f845288c5b28d9e5ec4f94e
[]
no_license
Erant/libspmp3050
188604be73fc02bddc2a770ba24fafb356e4ccc1
ebfbd1d83975a1028bd17a6c6a0df67cd86d8404
refs/heads/master
2016-09-06T03:27:06.998625
2010-07-13T13:35:18
2010-07-13T13:35:18
32,201,372
0
0
null
null
null
null
UTF-8
C
false
false
213
h
#if defined(__gba__) #include "../gba/platform.h" #elif defined(__integrator__) #include "../integrator/platform.h" #elif defined(__spmp__) #include "../spmp/platform.h" #else #error platform not supported #endif
[ "erantimus@43f8b19c-239f-11de-8bc4-bb72633a7edc" ]
erantimus@43f8b19c-239f-11de-8bc4-bb72633a7edc
5539a1877e791154c39464a249dc538762d30972
cc753776fa926c84913cc35ca4f02db1b15a5cef
/Libft/ft_strdup.c
7b718271e7cb6f940ab080db04d2facb1155b67b
[]
no_license
mboy29/MiniShell_42
b1ddd657178506f9560f3695d8eacb00bb518040
cec1198c86d80aa717d5ba27493247d20cd14cd2
refs/heads/main
2023-08-19T12:30:20.789196
2021-10-13T09:40:06
2021-10-13T09:40:06
416,665,570
2
1
null
null
null
null
UTF-8
C
false
false
1,131
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strdup.c :+: :+: :+: ...
[ "noreply@github.com" ]
mboy29.noreply@github.com
82a3066b312170def9d514c234e020b3e9c993c8
6ede965c48391985ebc472186abf25eb5af5b57d
/user/inc/io.h
2b84e0f476ea683a79e89906e7593f326fd530c1
[]
no_license
cjcasd123/121p
8911e4d5911137e92639a605160410532a6c4ea9
a0b8a430f2c1bf07c0d7b52f758d202ca2415bae
refs/heads/master
2022-04-27T11:48:36.254836
2020-04-24T07:12:30
2020-04-24T07:12:30
257,852,865
0
0
null
null
null
null
GB18030
C
false
false
1,028
h
#ifndef _IO_H_ #define _IO_H_ #include "Config.h" //LED sbit IO_LED_RUN = P3 ^ 4; // 运行指示 sbit IO_LED_SOS = P5 ^ 5; // 求救指示 #if 0 /*硬件接口定义*/ sbit IO_DECT_AC = P3 ^ 7; // 充电检测 sbit IO_DECT_CHG = P2 ^ 4; // 充满检测 sbit IO_PA_SHAN = P0 ^ 2; // 运放使能 sbit IO_RXD2 = P1 ^ 0; //LED sbit IO_LED_RUN = P3 ^ 4; // 运行指示 sbit ...
[ "2042375154@qq.cn" ]
2042375154@qq.cn
cfbb87597df60456f94f6739f326d7d9c27bd314
31976d7f26c6449cd52b470f2eefc7a924eaf115
/soft/platform/service/net/dlna/net/include/csocket.h
9ee39b063a53058735a1ce1f51e2923822f374bc
[]
no_license
jhart99/RDA8955_W17.44_IDH
1198a5b7eafcdeb2403676beb697887d8b9d6036
09ecb99b552f498388d53386befb7f75b03da2a7
refs/heads/master
2023-04-23T16:41:25.513792
2021-05-10T07:14:01
2021-05-10T07:14:01
null
0
0
null
null
null
null
UTF-8
C
false
false
7,387
h
/****************************************************************** * * CyberNet for C * * Copyright (C) Satoshi Konno 2005 * * Copyright (C) 2006 Nokia Corporation. All rights reserved. * * This is licensed under BSD-style license, * see file COPYING. * * File: csocket.h * * Revision: * * 01/17/05 * ...
[ "1036421284@qq.com" ]
1036421284@qq.com
b4ca73f2cbd7aefb277b8ca7ab2a93c8d85d1da6
4a06de827a1149390ba7c3294f323041981b6cd6
/examples/stc-blink/src/delay.c
b58f39ac9d475ae20214a1ce2bca7483d69db5b7
[ "Apache-2.0" ]
permissive
platformio/platform-intel_mcs51
e26bfd82d09f6ea6f01969f2f684aefa87176615
08d581eb5832c0a4a19c7bc349c7989f3a3af8b4
refs/heads/develop
2022-08-31T16:48:36.728500
2022-08-08T12:17:11
2022-08-08T12:17:11
67,299,181
47
39
Apache-2.0
2022-04-11T09:35:19
2016-09-03T16:06:43
Python
UTF-8
C
false
false
430
c
#include "delay.h" #define MAIN_Fosc 22118400L //Define the clock //#define MAIN_Fosc 12000000L //Define the clock //#define MAIN_Fosc 11059200L //Define the clock //#define MAIN_Fosc 5529600L //Define the clock //#define MAIN_Fosc 24000000L //Define the clock void delay_ms(unsigned char ms) { unsigned...
[ "me@ikravets.com" ]
me@ikravets.com
af2d12652419c19d769bb1cb252383e25736c490
862a40a064838f17da435e101584d88bf7630225
/problem_001-025/problem_020.c
46cad5b74632fe231b1166cb8c5596f882c9c140
[]
no_license
tca19/euler
9f2a6914535d90b82429e274bf9e153bc8275038
ea90ee61d31db63f11e9d7446dbb2a227b9d2ea0
refs/heads/master
2021-04-28T07:45:05.893450
2018-09-19T21:46:18
2018-09-19T21:46:18
122,230,137
3
2
null
null
null
null
UTF-8
C
false
false
788
c
#include <inttypes.h> #include <stdio.h> #include <stdlib.h> #include <stdint.h> /* Multiply the number represented by ar (1 digit per cell) per n. */ void mutiply(uint8_t* ar, int32_t size, int32_t n) { int32_t carry = 0, s; for (int32_t i = 0; i < size; ++i) { s = ar[i] * n + carry; ar[i] = s%10; carry = s/...
[ "30314448+tca19@users.noreply.github.com" ]
30314448+tca19@users.noreply.github.com
ca1ac78b42e517fcfb7384acfba5a951ef4a2509
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/SoftEtherVPN/src/Mayaqua/extr_FileIO.c_FileOpenExW.c
22854f905f1ac1dfce1d328dcfdb42ecfa95d252
[]
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,560
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
38124ae4c3b6e907fd244e6b53cd3402f4f80417
49780f24a92fcc9a7c855144fb195ae3736bf390
/examples/boards/EVM430-FR6989/EVM430-FR6989_Out_of_Box_FW/ScanIF.c
908dcb42bc2b98a2e99ca66c0fe9b944768e9317
[]
no_license
PiBoxY/msp430ware
81fb264c86ff1f68f711965b793aa58794ae2f00
7c96db00f97bbfd3119843e18ac895a54b4a6d39
refs/heads/master
2020-04-21T07:29:13.386144
2019-02-06T11:32:42
2019-02-06T11:32:42
169,394,007
2
1
null
null
null
null
UTF-8
C
false
false
33,510
c
/* * This code is a reference design for rotational flow meter with 2 LC sensors * An I2C cable is used to link up the Main board and motor board. * An Auto process to will be started once the boards are powered up. * The main board will undergo Auto TSM setting, and optimize the reference voltage setting for D...
[ "admin@piboxy.com" ]
admin@piboxy.com
b6357697735fa01861e59b8cd8b0635153a59a55
e764d43104e539be797c765e22b5440757b20346
/config.h
f9eaa28992ebaa9f50c36a0a0beafae18841fe89
[ "MIT" ]
permissive
devaneyJE/dmenu
bf77f11678dad462a29f30a4052abbe6065346ef
72b9db8308350ca176e7da628ff7269e51bc87cd
refs/heads/main
2023-04-20T02:31:20.970480
2021-05-09T16:25:26
2021-05-09T16:25:26
362,909,106
0
0
null
null
null
null
UTF-8
C
false
false
1,310
h
/* See LICENSE file for copyright and license details. */ /* Default settings; can be overriden by command line. */ static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ static int fuzzy = 1; /* -F option; if 0, dmenu doesn't use fuzzy matching */ /* ...
[ "devaneyJE@protonmail.com" ]
devaneyJE@protonmail.com
2fad8ceb1eda19df4abc8ed84a3861b3bd7ce9eb
59beffde9163a75357e5f9393ad4a7e51b7c2063
/crossCoreTensorMultiplicationByAdditionMemOptTake2/Code6678/generated/Core6.c
879cecbefa79803c73b3bea54f4c9906ed4bb450
[]
no_license
rjmcneill/preesm-projects
27db77c2ede65bb0bfaf66d8bdf876df8592a44c
69c0fa0e925c549bf19f730a4cd0296aa1d641b1
refs/heads/master
2021-01-19T15:02:30.947500
2015-06-24T19:29:41
2015-06-24T19:29:41
30,969,767
0
0
null
null
null
null
UTF-8
C
false
false
19,853
c
/** * @file Core6.c * @generated by C6678CPrinter * @date Thu Apr 02 23:19:58 BST 2015 */ #include "cores.h" #include "utils.h" #include "communication.h" #include "fifo.h" #include "cache.h" // Core Global Declaration extern char *const explode_generateTensors_arra__77; // explode_generateTensors_arrayB > mu...
[ "iusedtoselldoors@hotmail.co.uk" ]
iusedtoselldoors@hotmail.co.uk
23b7aa003bf1ea744e1a87ebb00470249dab8b55
257372cefb85251e98b53bfa9d09157603cea185
/libft/ft_strdup.c
2b0234ff4cdcc8d383fc93ff5d8c32f57f60496e
[]
no_license
akasamar/lem_in
1b6e32d88aa187df761bc40df21f7fdd522fbeb1
21d74db6f59b2690f18a25467dbaea11f808f949
refs/heads/master
2020-04-02T07:28:11.631285
2018-10-22T19:55:53
2018-10-22T19:55:53
154,197,868
0
0
null
null
null
null
UTF-8
C
false
false
1,146
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strdup.c :+: :+: :+: ...
[ "akasamar@student.unit.ua" ]
akasamar@student.unit.ua
815acae86ae5838cd46377e3df542bcf35152263
17ee4dcef3a96f39315cbc2db794a87bd710bee9
/VisualC++/CourseBook/0203_MergeSqList/MergeSqList.h
12704b04f952ddd3eaf2c593a56420c8dd2e2e9d
[]
no_license
cosmos3919/Data-Structure
75a05ad295c0e18edaf586445074ec5bc060bf1b
ac3872c1d713f4f5bdded8ee68fa55926e5bd902
refs/heads/master
2020-09-16T01:44:54.715457
2019-11-20T14:37:20
2019-11-20T14:37:20
223,613,039
1
0
null
2019-11-23T15:45:21
2019-11-23T15:45:21
null
GB18030
C
false
false
783
h
/*================== * 归并非降序顺序表 * * 包含算法: 2.2、2.7 ===================*/ #ifndef MERGESQLIST_H #define MERGESQLIST_H #include <stdio.h> #include <stdlib.h> #include "SqList.h" //**▲02 线性表**// /* * ████████ 算法2.2 ████████ * * 非递减链表归并:C=A+B * * 归并顺序表La和Lb,生成新的顺序表Lc。 * 其中,La、Lb、Lc均为非递减序列。 */ void Merg...
[ "kangjianwei1990@qq.com" ]
kangjianwei1990@qq.com
5fb34f67c645ca9558e615763ccbb714fef02fa6
52c0949315583ba8898694cceacfaafaeab6f902
/third_party/libpg_query/src/postgres/include/optimizer/geqo.h
1990120315020290b795babe321b65f06e9de3cc
[ "MIT", "BSD-3-Clause", "PostgreSQL", "LicenseRef-scancode-unknown-license-reference" ]
permissive
cmu-db/noisepage
97093adcc9474419e063fdd97a5aa7a7ea6f3150
79276e68fe83322f1249e8a8be96bd63c583ae56
refs/heads/master
2023-08-29T05:51:04.628704
2021-11-05T14:12:08
2021-11-05T14:12:08
140,325,970
1,245
287
MIT
2022-11-08T02:06:48
2018-07-09T18:22:34
C++
UTF-8
C
false
false
2,173
h
/*------------------------------------------------------------------------- * * geqo.h * prototypes for various files in optimizer/geqo * * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/optimizer/geq...
[ "mbutrovich@users.noreply.github.com" ]
mbutrovich@users.noreply.github.com
83aa32f82b56a42ee642e94cd35bd0f6134bedb9
9b1a0e9ac2c5ffc35f368ca5108cd8953eb2716d
/7/7 Scripting and Data-Driven Systems/02 Serializing C++ Objects Into A Database/Projects/DatabaseSerialization/Postgresql82/include/server/parser/parse_coerce.h
0c2d49745443140ca26f326527737a419efbaf5a
[]
no_license
TomasRejhons/gpg-source-backup
c6993579e96bf5a6d8cba85212f94ec20134df11
bbc8266c6cd7df8a7e2f5ad638cdcd7f6298052e
refs/heads/main
2023-06-05T05:14:00.374344
2021-06-16T15:08:41
2021-06-16T15:08:41
377,536,509
2
2
null
null
null
null
UTF-8
C
false
false
2,725
h
/*------------------------------------------------------------------------- * * parse_coerce.h * Routines for type coercion. * * * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * $PostgreSQL: pgsql/src/inc...
[ "t.rejhons@gmail.com" ]
t.rejhons@gmail.com
15936e08b0795fcde1efe4b4d736222d1ada0297
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/git/builtin/extr_submodule--helper.c_git_update_clone_config.c
52e2496c5a92412f37095e89c9611f5d209ddfa9
[]
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
742
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
51986e59392c3a2e76428a36c66e8655ad8a5c43
bd0a9bba66b1e35a96c714dd51657051cf40e922
/kernel/init.c
20795c51580ef34b7a5ae2b769e1ea5d9019b2c5
[]
no_license
LSXCH/FirstOS
82379da194f72188a118ba749d166eda6de4658f
352050ca2fb3bd9a9de02f01de52796f83b2074c
refs/heads/master
2020-12-05T16:24:32.195576
2019-03-26T08:36:31
2019-03-26T08:36:31
null
0
0
null
null
null
null
UTF-8
C
false
false
2,427
c
#include <arch.h> #include <driver/ps2.h> #include <driver/vga.h> #include <exc.h> #include <intr.h> #include <page.h> #include <zjunix/bootmm.h> #include <zjunix/buddy.h> #include <zjunix/fs/fat.h> #include <zjunix/mfs/fat32.h> #include <zjunix/log.h> #include <zjunix/pc.h> #include <zjunix/slab.h> #include <zjunix/sy...
[ "CSscrewX@gmail.com" ]
CSscrewX@gmail.com
a912a058f62ef39acc94282aa4a36fd075bbd5fc
9c7b121e1cbea63074fccf1b4497aae6eb953e87
/pa4/GraphTest.c
b92fab15f6e1e1503aec6d34051489457e0c30f7
[]
no_license
ethancox127/CMPS101
737c3a791fc153b31950873c7163b93c6615c1e4
c7811af4b47eac66ce17f7f1edfda6304c60eeaa
refs/heads/master
2020-08-14T13:14:30.996606
2019-10-15T16:22:27
2019-10-15T16:22:27
215,174,125
0
0
null
null
null
null
UTF-8
C
false
false
698
c
//Ethan Cox //etecox //pa4 //GraphTest.c //Tests the GraphADT #include<stdio.h> #include<stdlib.h> #include"Graph.h" int main(int argc, char* argv[]){ int n = 7; List L = newList(); Graph G = NULL; G = newGraph(n); addEdge(G, 1, 2); addEdge(G, 2, 3); addEdge(G, 3, 4); addEdge(G, 2, 5); add...
[ "Broncows09*" ]
Broncows09*
1c9c233cdbce3cbb29956cce7f8446c81bd350bb
2c8e3393c49a157476b6a1f1f58d945bfd930e9a
/kernel/kernel/writedisk.c
185977945776a66041af2bcd65e4283a9372f744
[]
no_license
1010098686/oslab
a38ccac8a8996adf11331fe36b9c58d4213861cc
81210dd75248a93bc359ee8b805cdf1a697a824d
refs/heads/master
2021-01-23T02:04:49.786412
2017-03-23T14:40:53
2017-03-23T14:40:53
85,960,045
0
0
null
null
null
null
UTF-8
C
false
false
1,269
c
#include"common.h" #define SECTSIZE 512 #define IDE_BSY 0x80 #define IDE_DRDY 0x40 #define IDE_DF 0x20 #define IDE_ERR 0x01 static int diskno = 0; static __inline void outb(int port, uint8_t data) { __asm __volatile("outb %0,%w1" : : "a" (data), "d" (port)); } static __inline void outsl(int port, const void *...
[ "fk1010098686@outlook.com" ]
fk1010098686@outlook.com
8b7e2ead7f9fd48be1650e70547264ac08193e6f
e6bf14a8de58b8ded95cb698d38aa5d0f1397293
/Chapter 6/statistika.c
348ab313c75779fa67011bd3eb0148befea41a46
[]
no_license
nancyaprelia24/Latihan-Programing-TOKI
026c6559fa18f20178533308c142e95b854ed432
3fda09a4f2b26d75be7de3c65ec103a11e8373cf
refs/heads/master
2023-03-14T02:04:23.637522
2021-02-28T07:48:06
2021-02-28T07:48:06
343,049,109
0
0
null
null
null
null
UTF-8
C
false
false
301
c
#include<stdio.h> int main (void){ int a , b , jml[100] , max , min; scanf("%d",&a); for (b=1;b<=a;b++){ scanf("%d", &jml[b]); } max=jml[1]; min=jml[1]; for (b=1 ; b<=a ; b++){ if(jml[b]>=max) {max=jml[b]; }else if(jml[b]<=min){min=jml[b];} } printf("%d %d\n",max ,min); return 0; }
[ "nancysibarani204@gmail.com" ]
nancysibarani204@gmail.com
5fb7f736fb4e0ff78693ad77bbca5e25cc70ddfe
4c304cd281a19bd4a903b0a1b1eb54692649d477
/CodeAlgoritmaPemrograman/LatihanC/nilai_mutu.c
761df2967e19e125a8cc27c8420c9cb07b4f7905
[]
no_license
alinnural/TugasKuliah
fc017e339485421e357a8db14abc8f88013baff8
d1fe03fdc694203561547e154f19d0689dfec5af
refs/heads/master
2021-01-21T02:27:15.530183
2016-05-30T09:22:17
2016-05-30T09:22:17
null
0
0
null
null
null
null
UTF-8
C
false
false
1,599
c
/* Buat program yang membaca sebuah karakter berupa huruf mutu. Huruf mutu (A, B, C, D, E) dapat dituliskan dalam huruf besar atau kecil. Program akan menuliskan angka mutu, yaitu 4 untuk A, 3 untuk B, 2 untuk C, 1 untuk D, 0 untuk E, dan -1 untuk lainnya. Catatan: ingat format untuk membaca karakter, yaitu misalnya m...
[ "ihsan_arif@apps.ipb.ac.id" ]
ihsan_arif@apps.ipb.ac.id
6f6c75596665815a9d558094ae0a4d994d1de4c8
a7aecab362f39486fa12a789cd10f9a40d9f2709
/libft/src/libft/ft_memmove.c
310a783ccb2b9781d49da349c694b33ca526cff2
[]
no_license
tmakgale/Lem_in
a0af4bc3ff26bbd31d00592af1bdd15bbeb2dd69
6ab9986b82f081cfdb0e82d91303cf6f0fc4e711
refs/heads/master
2020-03-29T08:40:48.669314
2018-09-21T07:01:09
2018-09-21T07:01:09
149,723,068
0
0
null
null
null
null
UTF-8
C
false
false
1,164
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memmove.c :+: :+: :+: ...
[ "tmakgale@e4r14p5.wethinkcode.co.za" ]
tmakgale@e4r14p5.wethinkcode.co.za
6bf7c0812e6ef0a2bb8e16cb46e625911b470389
57575a07936aa1c5076fd99e541117ff2b73c08d
/TP9/main.c
3d724b258059fc5e80de36d26fa524767568ff89
[]
no_license
azarnuzy/History-Coding-Algoritma-Pemrograman-Sem-2
78f9bb43d5ef266841867cf234a388cd5fb19cb7
b88810988ae994088d65611aec4e05cb136ca04d
refs/heads/master
2023-07-27T21:34:14.440844
2021-09-13T15:34:51
2021-09-13T15:34:51
406,029,974
1
0
null
null
null
null
UTF-8
C
false
false
2,102
c
#include "header.h" /*Saya Muhammad Azar Nuzy 2004191 mengerjakan soal Kompetisi TP9 Alpro2 2021 C1 dalam mata kuliah Algoritma dan Pemrograman untuk keberkahanNya maka saya tidak melakukan kecurangan seperti yang telah dispesifikasikan. Aamiin*/ int main(int argc, char const *argv[]) { char nama[50]; ...
[ "azarnuzy@gmail.com" ]
azarnuzy@gmail.com
018a5b1583f9001e2771a599e02bcc753471120f
5c255f911786e984286b1f7a4e6091a68419d049
/code/e6458f3a-b405-49d0-9f66-ae71503152e8.c
6317431d149c6a41550559d292b0c2854106dbb0
[]
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
218
c
#include <stdio.h> int main() { float i; float j; float k; float l; i = 6; j = 9; printf("vulnerability"); k = 3; l = i*j*k/9; printf("vuln\rabvitiy"); printf("%f\n",l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
72adfda9fd22802eb8086a43fbace122f28cac95
e2e092873ca4ac2ba17307c2aa00d9628c895c77
/NueralNet_C/voicebox/codegen/exe/melfunction/RTGETINF.H
4ee59cb695777402967704f16a0065a062a648af
[]
no_license
ChanceMaker/Senior_Design_Project
551068a5126016a9c7407d6e5fef1c87fd322bbb
e9b7a183efd7c8116d8f561971546893fc462430
refs/heads/master
2020-04-30T17:19:59.411759
2019-03-21T16:12:56
2019-03-21T16:12:56
176,976,146
1
0
null
null
null
null
UTF-8
C
false
false
432
h
/* * File: rtGetInf.h * * MATLAB Coder version : 4.0 * C/C++ source code generated on : 17-Apr-2018 22:40:21 */ #ifndef RTGETINF_H #define RTGETINF_H #include <stddef.h> #include "rtwtypes.h" #include "rt_nonfinite.h" extern real_T rtGetInf(void); extern real32_T rtGetInfF(void); extern real_T rtGetM...
[ "cedrickbaker7@gmail.com" ]
cedrickbaker7@gmail.com
73dc466de0aba1c704571d4de225ee27f991fe36
fe290070f3518c919b7de24805faccfc66460eb8
/kons1.c
c6c65e437ed3d9370224ed2a47ae5415e92cde00
[]
no_license
Blizzzer/semaphores-and-shared-memory
45c1e758258c94a39d6f69b0b6b31b7a736020b6
5cb8354e8bd7e7c98285844b4816633b524d9f59
refs/heads/master
2020-11-24T16:56:12.368056
2019-12-16T00:06:27
2019-12-16T00:06:27
228,258,652
0
0
null
null
null
null
UTF-8
C
false
false
3,423
c
// // Created by kapol on 12.12.2019. // #include <stdlib.h> #include <stdio.h> #include "queue.h" #include <stdbool.h> #include <signal.h> #include <time.h> int pr = 30; void delay(float number_of_seconds) { clock_t start_time = clock(); while (clock() < start_time + (number_of_seconds * CLOCKS_PER_SEC)); } ...
[ "k.apolinarski@gmail.com" ]
k.apolinarski@gmail.com
dff9ebce9c623757a960323254643f1db13a945a
3f2f616087b37f8b1bb32f1df96167fba837deef
/build/uavobject-synthetics/flight/flightplancontrol.h
e8a587b2a1bf5fe2efdc711d4f1e82986dd60a8e
[]
no_license
Felkk/flyingKSU
9dea6193d140af771f4bafa643413e4d8ebba0e6
e77b3b02cf512e8a0eadd636f6882dce1253d1ab
refs/heads/master
2021-01-10T17:19:40.171038
2013-03-07T19:57:32
2013-03-07T19:57:32
null
0
0
null
null
null
null
UTF-8
C
false
false
4,806
h
/** ****************************************************************************** * @addtogroup UAVObjects OpenPilot UAVObjects * @{ * @addtogroup FlightPlanControl FlightPlanControl * @brief Control the flight plan script * * Autogenerated files and functions for FlightPlanControl Object * @{ * * @file...
[ "nathanf7@ksu.edu" ]
nathanf7@ksu.edu
17f56189067708b1495c029729c63e2da0fbb890
99fda157ce11a4345a2d0d42ce853bbf179e2fe0
/SCAM/SCAM.sdk/freertos901_xilinx_bsp_0/psu_cortexa53_0/libsrc/csudma_v1_1/src/xcsudma_g.c
e5d69a308fd60db06fc39640a5a718c245d848ac
[]
no_license
GoWest279/zcu102_two_cameras
4e328ea783c5da87dce3eccff90876424ecae229
a1e65a95d0e127a4f70bb4f9a38f50c3f25b068b
refs/heads/master
2023-06-26T08:25:17.203554
2021-07-25T04:03:12
2021-07-25T04:03:12
null
0
0
null
null
null
null
UTF-8
C
false
false
1,954
c
/******************************************************************* * * CAUTION: This file is automatically generated by HSI. * Version: * DO NOT EDIT. * * Copyright (C) 2010-2021 Xilinx, Inc. All Rights Reserved.* *Permission is hereby granted, free of charge, to any person obtaining a copy *of this software and as...
[ "jl@ad2039.com" ]
jl@ad2039.com
3faac761af727873c8e1f0225fe149c103832059
e7b816954a4b5bfa817b36485373a0850b581684
/day08/codes/MFCCollection/StdAfx.h
aaeed1ac9382be2847c62957c748f41f74fca73d
[]
no_license
MatthewNg3416/mfc-1
dc1ee5e53ab8e0ed6d5871f668a157a5041562a8
0716cd701378772afadb07dd090da6c957fbb225
refs/heads/master
2021-06-04T07:46:30.751622
2016-09-24T15:07:48
2016-09-24T15:07:48
null
0
0
null
null
null
null
UTF-8
C
false
false
769
h
// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #if !defined(AFX_STDAFX_H__25FEFD17_EE25_4F72_B07F_7043606BBCF5__INCLUDED_) #define AFX_STDAFX_H__25FEFD17_EE25_4F72_B07F_7043606BBCF5__INCLUDED_ ...
[ "debian@debian" ]
debian@debian
c9af25bf0db0653a2d191c40d61bd7663e66c20a
33e72fe8619aabd9aa2d22f37989bb1b18f20fcf
/srcs/libft/ft_memmove.c
07e9d05da1ccbc99742e82aa79a9757efa354766
[]
no_license
AntoineBourin/minishell
222ffc00a338c59854165edb9cc61a90e9c38f67
60abfe883b47f022e36537e79c221f04cab444e4
refs/heads/master
2023-08-04T10:19:27.606579
2020-10-08T16:12:49
2020-10-08T16:12:49
237,183,022
0
0
null
2020-02-07T14:19:36
2020-01-30T09:48:57
C
UTF-8
C
false
false
1,297
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memmove.c :+: :+: :+: ...
[ "nveron@e1r12p23.42.fr" ]
nveron@e1r12p23.42.fr
2936624b3165b0933fd0d6ee09cd1660ed8b62f6
2b43d58b8425a94d1bbf3effef4ed31265a57a1e
/miniroute.h
fa17992f79732dec3efe561d86ec0c45c88bda14
[]
no_license
nicolas3470/Portable-Operating-System
e04d59fa42837a9e73f247647dbbbf9663b188c0
57010ec9711b48c7561a9f09bc59c2400f376aba
refs/heads/master
2021-01-21T23:33:59.828906
2012-09-17T00:47:17
2012-09-17T00:47:17
5,834,727
0
1
null
null
null
null
UTF-8
C
false
false
2,817
h
#ifndef _MINIROUTE_H_ #define _MINIROUTE_H_ #include "minimsg.h" #include "network.h" #include "queue.h" enum routing_packet_type { ROUTING_DATA=0, ROUTING_ROUTE_DISCOVERY=1, ROUTING_ROUTE_REPLY=2 }; #define MAX_ROUTE_LENGTH 20 #define SIZE_OF_ROUTE_CACHE 20 struct routing_header { char routing_packet_type;...
[ "nm338@cornell.edu" ]
nm338@cornell.edu
bba2a990b2a47482957895eb9b8e47ed36be9abe
68fa5b670d9cf4b8faa6809adea88068d263c6c0
/d/antioch/ruins/obj/shield+1.c
17c830248866101a4d877ef82a0e7882d1ed1ea8
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
v-rose/shadowgate
cfae37884a48961e9e2194bdf19ebd7a94089470
765ba7725bd5cab46012e49517898227aa7d7d38
refs/heads/master
2022-06-15T19:39:11.447756
2020-05-05T18:31:01
2020-05-05T18:31:01
null
0
0
null
null
null
null
UTF-8
C
false
false
2,012
c
#include <std.h> #include "../ruins.h" inherit "/d/common/obj/armour/buckler.c"; string owner; void create() { ::create(); set_name("scale shield"); set_short("%^BOLD%^%^CYAN%^S%^BLUE%^e%^RESET%^%^BLUE%^r%^BOLD%^p"+ "%^CYAN%^e%^RESET%^%^BLUE%^n%^BOLD%^%^CYAN%^t %^BLUE%^Scale"+ " Buckler%^RESET%^"); set_obviou...
[ "law@shadowgate.org" ]
law@shadowgate.org
37a175f9e7b3bf40f69c25826e72bbb9073e6950
4b83e74650db465cb52880ed4959494626c5c0a2
/sequences.h
d571ca5f684971ac2d97c30ae65cd5a0c3707bc9
[]
no_license
kc64/ft33-gnu-mbed5
5a4aeb22d83efa0ceb94391ab26c0b8192bcf2b0
f96e7c820c44c9b4bfbe8d2adea0f21b379396c5
refs/heads/master
2021-06-24T09:34:55.707472
2019-08-12T00:31:48
2019-08-12T00:31:48
112,877,142
0
0
null
null
null
null
UTF-8
C
false
false
177,591
h
// Kevin has made some changes to the program and need to update this file as of 11-14-15 // Nick Added Golfer at Slot # 94&95 on 11-14-15 // Sending this to Kevin to compile for me on 11-12-15 5PM // This has the Golfer seq back fr Kevin and I am adding 5 more seq as of 11-12-15 // This is the program that I have b...
[ "callan.kevin@gmail.com" ]
callan.kevin@gmail.com
83fc227ea69b68e1ff1f09ff4d0c41fc678dde88
8578c74b807d0fc323d002bfbdb99fd102e2461a
/Projects/STM32F072B-Discovery/Examples/TIM/TIM_InputCapture/Src/stm32f0xx_hal_msp.c
53a2a8eef6449932f6862a97b87b3ebef618b59a
[ "BSD-2-Clause" ]
permissive
karolinaM/stm32f091
5eaa40ecc52962930f913a3d26927564b200ff69
954ba2bb0126eb621e8aa643b5e3c542f2445747
refs/heads/master
2021-01-21T07:53:09.437921
2015-05-26T05:39:57
2015-05-26T05:39:57
35,614,889
0
0
null
null
null
null
UTF-8
C
false
false
4,067
c
/** ****************************************************************************** * @file TIM/TIM_InputCapture/Src/stm32f0xx_hal_msp.c * @author MCD Application Team * @version V1.2.0 * @date 05-Dec-2014 * @brief HAL MSP module. *******************************************************************...
[ "karolina.majstrovic@gmail.com" ]
karolina.majstrovic@gmail.com
a84cae1c40f127d2ffe549b37810dd5b853e4183
ced9ccb3b7723c07cfb400c9262cd45a3e01a621
/SRC/DRIVER/drv_i2c_soft.c
00fcf38b88a1679b5d867f789a367e7e2f8c0553
[ "MIT" ]
permissive
KuoZD/BlueSkyFlightControl
459195af94172e91d205529fdd7d26e10793092c
7e647267515872e7dc172893f2a4898ff27da1fc
refs/heads/master
2020-03-19T07:22:42.764515
2018-07-06T05:52:11
2018-07-06T05:52:11
136,108,608
0
0
MIT
2018-07-06T05:52:11
2018-06-05T02:30:53
C
UTF-8
C
false
false
13,896
c
/********************************************************************************************************** 天穹飞控 —— 致力于打造中国最好的多旋翼开源飞控 Github: github.com/loveuav/BlueSkyFlightControl 技术讨论:bbs.loveuav.com/forum-68-1.html * @文...
[ "39085099+loveuav@users.noreply.github.com" ]
39085099+loveuav@users.noreply.github.com
41c77a695a98be24608e5f2cabd7ae1ab192b9e1
987547b829a82f7c669a038fe9c84db4deb58d20
/examples/rest-example/rest-server-example.c
a52c99e0050f7f8a69316843b79fd9b9a172958f
[ "BSD-3-Clause" ]
permissive
humwerthuz/contiki-iris
17ec42f6a44b6c28eec72ab663dfe0dbcdd29137
578041d0cdadc2302aa92a71212632d510d9a268
refs/heads/master
2021-01-20T20:38:44.126683
2013-11-09T23:07:20
2013-11-09T23:07:20
10,857,645
1
0
null
null
null
null
UTF-8
C
false
false
5,081
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "contiki.h" #include "contiki-net.h" #include "rest.h" #if defined (PLATFROM_HAS_LIGHT) #include "dev/light-sensor.h" #endif #if defined (PLATFORM_HAS_BATT) #include "dev/battery-sensor.h" #endif #if defined (PLATFORM_HAS_SHT11) #include "dev/sht11-se...
[ "heineken69addict@gmail.com" ]
heineken69addict@gmail.com
f28c4b93893dee63758c7d1a754c243eb6352861
930978a4e2ae8f026a1654a94a9413742f3bc0ee
/019_nand_flash/interrupt.c
eede7a671ad27d82740953f9c469efaafcfb3a41
[]
no_license
RedfingerJJH/100askTest
a211dd62a6a61eda31054489e46ba877191e49a0
5c1c714758f006dab171fdca3822c67ed272fee6
refs/heads/master
2021-04-11T07:18:54.490209
2020-04-14T08:36:27
2020-04-14T08:36:27
249,003,127
0
0
null
null
null
null
GB18030
C
false
false
3,042
c
#include "s3c2440_soc.h" #include "timer.h" typedef void(*irq_func)(int); irq_func irq_array[32]; /* SRCPND 用来显示哪个中断产生了, 需要清除对应位 * bit0-eint0 * bit2-eint2 * bit5-eint8_23 */ /* INTMSK 用来屏蔽中断, 1-masked * bit0-eint0 * bit2-eint2 * bit5-eint8_23 */ /* INTPND 用来显示当前优先级最高的、正在发生的中断, 需要清除对应位 * bit0-eint0 * bit2-...
[ "jjh.2004@outlook.com" ]
jjh.2004@outlook.com
064cf478dbdcd7bf4406c3fd57a62e7ff1f8c944
6e119f4c1cd1a235bcf198f65bf900e51cdd08c6
/SDKs/13.0.0-1.alpha/components/softdevice/s130/headers/ble_l2cap.h
a1808406d645d3e0261d46666437398a7c90416d
[ "MIT" ]
permissive
DigitalSecurity/nrf5x-tools
1ef87b94da12088cb13ca61f786d5b0514656cf4
ab582f3d33ab50396d220c8fb9b2ab2616b2f284
refs/heads/master
2020-03-20T10:01:14.824137
2018-07-06T13:28:49
2018-07-06T13:28:49
137,356,373
63
20
MIT
2018-06-25T13:57:33
2018-06-14T12:38:17
C
UTF-8
C
false
false
7,455
h
/* * Copyright (c) Nordic Semiconductor ASA * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this * ...
[ "damien.cauquil@digital.security" ]
damien.cauquil@digital.security
497707830bc2325b72d94e54f893eb40257b1541
c4c7c2daa3d88e8ad13e548df5400cdc933a1e2c
/PIC/MOXAtest/VirtualMOXA Проверен.c
787e0af223abad8f51d40cd43ad56f859a02e761
[]
no_license
eBenya/MCU
89c2688c06a956285a789ede080c8cb4c407f914
3cbce8077d88b881e298616adc286e75f6fb79ff
refs/heads/master
2020-04-01T17:43:12.211974
2018-10-17T11:33:05
2018-10-17T11:33:05
153,446,259
0
0
null
null
null
null
UTF-8
C
false
false
853
c
bit oldstate; #define LED PORTA.F0 #define MESS PORTA.F2 void init_main(); void main() { init_main(); while(1){ if ( Button(&PORTA, 1, 1, 1) ) oldstate = 1; if ( oldstate && Button(&PORTA, 1, 1, 0) ){ MESS = 0; LED = 1; UART1_Write_Text("MOXA"); Delay_...
[ "entotMail.com" ]
entotMail.com
d606591481704f54740b12019cc1b6e15936691c
9315383eef3c65852f2020f8ddef89d00a027491
/TCP Simple Broadcast Chat Server and Client/client.c
034b1680ff43eb9ed986ecb23baae9bb51475899
[]
no_license
sumagaruda/Computer-Communication-and-Networks
a397025b1e6dd256ab380dc50c5559c506ed9ec3
72596b65240dd8a890cd3f7fb601310177af592e
refs/heads/master
2020-04-23T17:23:27.409765
2019-02-18T18:35:22
2019-02-18T18:35:22
171,330,194
0
0
null
null
null
null
UTF-8
C
false
false
8,639
c
#include<stdio.h> //printf, fgets, I/O function #include<stdlib.h> //size_t, free, exit(), atoi #include<string.h> //memset, strcpy, strcmp #include<sys/types.h> #include<sys/socket.h> //sockaddr structure (sa_family, sa_data) #include<netdb.h> //addrinfo structure (ai_family, ai_addrelen, *ai_...
[ "noreply@github.com" ]
sumagaruda.noreply@github.com
0ae693143c4fa11127a49145678d77fe0ef720f9
c0e0138bff95c2eac038349772e36754887a10ae
/mdk_release_18.08.10_general_purpose/mdk/common/components/sipp/filters/subpixelFilter/shave/svuSubpixelFilter.c
9f4e7bdf4b9060935ac383b7a699dc07dc4788d9
[]
no_license
elfmedy/vvdn_tofa
f24d2e1adc617db5f2b1aef85f478998aa1840c9
ce514e0506738a50c0e3f098d8363f206503a311
refs/heads/master
2020-04-13T17:52:19.490921
2018-09-25T12:01:21
2018-09-25T12:01:21
null
0
0
null
null
null
null
UTF-8
C
false
false
3,538
c
#include <sipp.h> #include <sippInternal.h> #include <sippShaveMacros.h> #include <filters/subpixelFilter/subpixelFilter.h> #ifdef __cplusplus extern "C" { #endif void mvcvSubPixelFilter_asm(u8* inputDisparityMap, u8* inputCostVolume, u16* outputDisparityMap, u32 width, u8 maxDisp, u8 numFractionalBit, u8 * lutToUse)...
[ "palani.andavan@vvdntech.com" ]
palani.andavan@vvdntech.com
384fc1c818f8e8cfca737933dc11c020045c529f
4dc5197ae3e426ba60aee974b30df21211a7ef83
/slprj/_sfprj/DemoSmile_KS/_self/sfun/src/c5_DemoSmile_KS.h
5a305b1c7370386ba3f8667e34cb94b30e88b358
[]
no_license
maryamsab/realact
c2645b735e32424234b3c3cc65e747b3eab07f47
90fbf3fcb4696353c8a14d76797e5908126a9525
refs/heads/master
2021-01-10T07:21:56.873027
2016-01-24T20:50:56
2016-01-24T20:50:56
50,307,430
1
1
null
null
null
null
UTF-8
C
false
false
8,243
h
#ifndef __c5_DemoSmile_KS_h__ #define __c5_DemoSmile_KS_h__ /* Include files */ #include "sf_runtime/sfc_sf.h" #include "sf_runtime/sfc_mex.h" #include "rtwtypes.h" #include "multiword_types.h" /* Type Definitions */ #ifndef typedef_SFc5_DemoSmile_KSInstanceStruct #define typedef_SFc5_DemoSmile_KSInstanceS...
[ "maryamsab@gmail.com" ]
maryamsab@gmail.com
391afdc5d696a4dbd9457a0deb3074130fdf4b45
8411a705dc72ea4d2b76231cd72d749432ca7580
/lem_in/libft/ft_isascii.c
0bc2bf19d595519d7a72e4b2704f5415feb7a82d
[]
no_license
thescriv/42
b627c54e33559eab0b62a4e766f3d074b81fd1a0
8b695f5006ba62ba10c4aaa0b53d4879e6efac71
refs/heads/master
2020-08-28T01:28:51.757247
2020-03-13T00:11:59
2020-03-13T00:11:59
217,547,118
0
0
null
null
null
null
UTF-8
C
false
false
968
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isascii.c :+: :+: :+: ...
[ "thescriv@student.42.fr" ]
thescriv@student.42.fr
2cbe023280965dc5d560d8936eeba744d48efc5b
6e44e3d7b8d3888e519a713738b918a6fef1a589
/prueba3.c
4b78adac971d36bbbdd27a9db3ab514c6837579b
[]
no_license
alejandrasot23/Anteproyecto
9b0db801c08242a8eb2365d558e421ea022d6778
fac99e8e151b9de72a439d99ea815c6e23657609
refs/heads/master
2022-11-28T09:46:44.081250
2020-07-18T03:04:44
2020-07-18T03:04:44
271,646,802
0
0
null
null
null
null
UTF-8
C
false
false
4,393
c
#include <stdio.h> #include <stdlib.h> #include <conio.h> int main() { int num,b,edd,nac,dia,c,d,u; char nom[30],dicc,esc,fac,mes,l; float prom; int po,x; do { printf("SOLICITUD DE INGRESO A LA UNIVERSIDAD\n\n\n"); printf("1)Facultades disponibles: \n"); printf("2)Registro de alu...
[ "moon@LAPTOP-GU4BGL9L.localdomain" ]
moon@LAPTOP-GU4BGL9L.localdomain
ec6ffb90c0a2837bf2c2fc1884ad7547f2d6e227
ae394a1a86f57359ac756bac3812546fa16a1bf4
/Ha OnOffSwitch/BeeApps/StackGlobals/BeeStackInit.h
4e83743be98ae1459c6deeb752431baa44a2b4cd
[]
no_license
akirakudobmt/clase-zigbee
6a463ccb45f08eb5438dbc9cad8c0425e5a337d1
fa09401630e71c07de69bcd87929574a298f9e38
refs/heads/master
2016-09-05T10:18:56.947767
2012-05-10T23:33:04
2012-05-10T23:33:04
40,531,086
0
0
null
null
null
null
UTF-8
C
false
false
3,827
h
/****************************************************************************** * This is the Header file for the initialisation of the BeeStack Module. * * * ( c ) Copyright 2005, Freescale, Inc. All rights reserved. * * * No part of this document must be reproduced in any form - including copied, * transcribe...
[ "themisman@gmail.com" ]
themisman@gmail.com
06a225e4cc5db4c3ea7802067d14e6eb69ac05f7
f01427093e1e4b6fc3b354ca65c50c4a79e8ae17
/j2735-lib/DSRC_SteeringAxleLubePressure.h
2dae0350c455c0d8383d2b3a61c0c695a7510f20
[]
no_license
jiwonjoung/bsm
0e2a6824ce9d51fc899bf3b064fe4703ff6ba95b
e34d96b2400f64277029f632dc1dd408c39ed5d5
refs/heads/master
2020-04-10T07:10:57.680394
2018-12-07T20:55:30
2018-12-07T20:55:30
160,874,575
0
0
null
null
null
null
UTF-8
C
false
false
1,130
h
/* * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "DSRC" * found in "DSRC_R36_Source.ASN" * `asn1c -S ../../../../tools/asn1c/skeletons -pdu=BasicSafetyMessage -fcompound-names` */ #ifndef _DSRC_SteeringAxleLubePressure_H_ #define _DSRC_SteeringAxleLubePressure_H_ #include <asn_app...
[ "jiwON" ]
jiwON
e885634d00abcf4a1c9622f62fb13811fd782808
57e0b85a9ce14f0b6138471768adf4f2daf76fa6
/poj/accepted/1163/3063680_AC_0MS_192K.c
5a48115ec04031a856d2565a14a1a25bd439c6af
[ "Apache-2.0" ]
permissive
jhyoocoder/denmark
b08d77935740020722705a7451921c9fa359b25a
9a393c60f4c8fdcdba6601e51c4a0c3fc7cf56f6
refs/heads/master
2016-08-10T17:31:29.825893
2015-11-30T09:46:13
2015-11-30T09:46:13
46,951,205
0
0
null
null
null
null
UTF-8
C
false
false
714
c
#include <stdio.h> #define MAXN 100 int triangle [MAXN + 2][MAXN + 2]; int max( int a, int b) { if ( a>= b) return a; else return b; } int main() { int n, i, j, result; scanf("%d", &n); for (i = 1; i <= n; i++) { for (j = 1; j <= i; j++) { ...
[ "jhyoocoder@gmail.com" ]
jhyoocoder@gmail.com
692d7ea1a0f6af5596a6284f535b1a3dc54fabeb
70214efa2467f6c567b805dc923c0d288bf92733
/include/petsc-private/dtimpl.h
d35a23f6e158d900c43fc542bee4288dc583c7f4
[ "BSD-2-Clause" ]
permissive
OpenCMISS-Dependencies/petsc
0684cd59bb9bddb6be03f27f2e9c183ad476b208
5334b1442d9dabf795f2fdda92d0f565f35ff948
refs/heads/master
2021-01-17T10:08:25.370917
2014-11-04T23:15:22
2014-11-04T23:15:22
26,249,164
2
5
null
null
null
null
UTF-8
C
false
false
384
h
#if !defined(_DT_H) #define _DT_H #include <petscdt.h> struct _p_PetscQuadrature { PETSCHEADER(int); PetscInt dim; /* The spatial dimension */ PetscInt numPoints; /* The number of quadrature points on an element */ const PetscReal *points; /* The quadrature point coordinates */ cons...
[ "daniel.wirtz@simtech.uni-stuttgart.de" ]
daniel.wirtz@simtech.uni-stuttgart.de
390368a08df6d41ffb9f32de80c3e9b9e463cac2
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/e629a046-a78f-44f1-b187-618998e7fbd0.c
5f7aefdd81b34549af507e5658547b65fe3d6a81
[]
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
552
c
#include <string.h> #include <stdio.h> int main() { float i; float j; float k; float l; i = 6; j = 9; //variables /* START VULNERABILITY */ int a; char b[89]; char c[14]; a = 0; do { //random /* START BUFFER SET */ *((char *)c + a) = *((char *...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
63c16d1dfcc42fdc0d6601f69eaa931e865a06f4
186cce62e4de81ad81ec07c3cf83d1b537dc63a0
/arch/i386/kernel/signal.c
d78d7da9ba889e1e38036fc7e9a1ae0c508b4ab3
[]
no_license
wangxiaochuang/copy2.6.11.12
99286165df4f11615982e9ce6bfb89a8040dd0a8
c197d83e3e1537a2ff6cff311525a5b2b3502e19
refs/heads/main
2023-06-01T23:55:37.573965
2021-06-22T00:11:59
2021-06-22T00:11:59
352,670,561
0
0
null
null
null
null
UTF-8
C
false
false
711
c
#include <linux/sched.h> #include <linux/mm.h> #include <linux/smp.h> #include <linux/smp_lock.h> #include <linux/kernel.h> #include <linux/signal.h> #include <linux/errno.h> #include <linux/wait.h> #include <linux/unistd.h> #include <linux/stddef.h> #include <linux/personality.h> #include <linux/suspend.h> #include <l...
[ "932698529@qq.com" ]
932698529@qq.com
c213a2795c4b18e49dc6f32d4a82dc8b217cc057
b60da22bc192211b3978764e63af23e2e24081f5
/cdc/src/symbian/javavm/runtime/system_md.c
c200e07f817773507788e9a0fd1af7a393a5e1cb
[]
no_license
clamp03/JavaAOTC
44d566927c057c013538ab51e086c42c6348554e
0ade633837ed9698cd74a3f6928ebde3d96bd3e3
refs/heads/master
2021-01-01T19:33:51.612033
2014-12-02T14:29:58
2014-12-02T14:29:58
27,435,591
5
4
null
null
null
null
UTF-8
C
false
false
1,497
c
/* * @(#)system_md.c 1.3 03/11/14 * * Copyright 1990-2006 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version ...
[ "clamp03@gmail.com" ]
clamp03@gmail.com
50e08f00be754ca44a0b24c692d6166c757e3dd6
ecc136bf262431ed74074fbf6d8ed6e81babc0fb
/ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/hw_sce_p_func311.c
250fb6aeaee30d056578ed7e0a50e6016e2da9a6
[]
no_license
xql1987/fsp
9b943ce1cc02507f2a178ad052673799712bba50
9b01a0efcc3044a4f1e5bc6207c8565f78661434
refs/heads/master
2023-01-13T22:19:56.313881
2020-11-10T14:12:14
2020-11-10T14:12:14
null
0
0
null
null
null
null
UTF-8
C
false
false
22,694
c
/*********************************************************************************************************************** * 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...
[ "flexdev@renesasgroup.onmicrosoft.com" ]
flexdev@renesasgroup.onmicrosoft.com
0ad0cbf6c33f311ee32161beecedc88f1ebd5466
c30cf9cd0221a58ae221c4bf07d7a902a1879f38
/test/test_ulog_obj_verbosity_01.c
8a1b5bfd7a75dd766de4d1ddb2c0ec9a6c9c2ca7
[ "MIT" ]
permissive
Matthew-Jemielity/ulog
40bf258cf19205d54639233f5cc92ed0f6e50717
e6878ef193e931f5ef4db9767a6abc7833feb3ad
refs/heads/master
2021-01-21T21:40:13.430247
2016-03-20T22:03:24
2016-03-20T22:03:24
34,524,292
0
0
null
null
null
null
UTF-8
C
false
false
2,284
c
/** * \author Mateusz Jemielity matthew.jemielity@gmail.com * \brief Test ulog_obj's verbosity() #01 * \date 09/19/2015 11:03:04 PM * \file test_ulog_obj_verbosity_01.c * \version 1.0 * * **/ #include <ulog/status.h> #include <ulog/ulog.h> #include <assert.h> /* assert */ #include...
[ "matthew.jemielity@gmail.com" ]
matthew.jemielity@gmail.com
dd3359627e45730db14dd1508343d67d05fa60e8
cf223263dc144a5635bed928e49e10ad12a7b9ce
/system/kernel/include/os_signals.h
11bf15db0591115367215547c5f626469149a870
[ "BSD-3-Clause" ]
permissive
BrickBot/Asterix
8c845b1cff471906a172dc035dd45f77228e7bdd
467edaf12e0f1085c020132b703c4e9314cb88e5
refs/heads/master
2021-03-13T12:12:45.675714
2020-03-19T23:37:38
2020-03-19T23:37:38
246,680,139
0
0
null
null
null
null
UTF-8
C
false
false
1,330
h
/* ################################################## ## ASTERIX PROJECT ## ## ## ## Subproject : Asterix, realtime kernel ## ## ## ## COPYRIGHT (c) 2000 ## ###########...
[ "16882600+mesheets@users.noreply.github.com" ]
16882600+mesheets@users.noreply.github.com
292b2e8b5c03847f399ce46acfc848db8a0bc37f
820d312efeb9c706ff0514959a6a44f8bbb78653
/AppSmartAqua/AppIO.h
5aba591e7f77da44c1e2d17bfa8f9f8104f43bf6
[ "CC0-1.0" ]
permissive
evandro-teixeira/smart_aquarium_controller
cd26baee1b47194dc0595abfe53248e6a36b7e36
dc09fd774bde381e1a1d2accf2aa435acb009e1b
refs/heads/master
2021-01-04T05:36:58.422473
2020-02-15T02:22:09
2020-02-15T02:22:09
240,410,087
0
0
null
null
null
null
UTF-8
C
false
false
1,994
h
/* * AppIO.h * * Created on: 21/09/2019 * Author: evandro */ #ifndef APPSMARTAQUA_APPIO_H_ #define APPSMARTAQUA_APPIO_H_ #include "FreeRTOS.h" #include "task.h" #include "queue.h" #include "timers.h" #include "board.h" #include "fsl_debug_console.h" #include "fsl_gpio.h" #include "pin_mux.h" #include "clo...
[ "evandrolst@live.com" ]
evandrolst@live.com
cf85ad4adb2cf2d88f545b887a1ea70aef46b41a
cf205a007e5bf3be092e6b7c4ef51961258e6be2
/firmware/src/config/samc21_xpro/initialization.c
a7bdf2e2f04c5fd0234ff3cc2a6edc4e31d87a16
[]
no_license
LeoZhang-ATMEL/samc21_tcc_gpio_toggle_counter
5995b05c800ff1a2285ee7350ab6fea3adb77b54
5fe6a2ba59d22d9de1ac9fc76d70c022ae15f736
refs/heads/master
2023-04-30T08:42:38.488286
2021-05-05T13:05:04
2021-05-05T13:13:51
364,572,065
0
0
null
null
null
null
UTF-8
C
false
false
5,795
c
/******************************************************************************* System Initialization File File Name: initialization.c Summary: This file contains source code necessary to initialize the system. Description: This file contains source code necessary to initialize the sys...
[ "liang.zhang@microchip.com" ]
liang.zhang@microchip.com
3e4053969d4313a87e8d6e26516ed30dd3129d67
eb3b7bcabbae271fd81796e70327b8b3f91b7414
/mod200.c
93f35ef7fb4174e7906bfe104ffa1f447192f302
[]
no_license
ayush1122kumar/kumarportal
acbaf08c4c103eb8c7b54963ad9475f249fb25fe
e4cc0ae0687167e024631588bd3c33b5fca93c40
refs/heads/master
2021-09-10T21:33:03.520527
2018-03-21T06:13:08
2018-03-21T06:13:08
126,124,432
0
0
null
2018-04-02T16:18:59
2018-03-21T04:45:41
C
UTF-8
C
false
false
34
c
void mod200( int *i) { *i=200; }
[ "noreply@github.com" ]
ayush1122kumar.noreply@github.com
009e61756cfb0dbd36a7c842d7526401166fce44
1e1bacf9cfdc086f7eec0b3d78f998d5c6f367ed
/spring-21/client-server-architecture/2-processes/codigo6_execs.c
dcc8ff24bebc9ef590b96284046339b16fe7625a
[]
no_license
CRomanZamitiz/computer-engineering
0642661ddd168e3b73000e44ef24b02a3cbe8cad
fa1fefb552240c9a72372e43ed9e38d57f115902
refs/heads/main
2023-07-15T02:08:05.594625
2021-08-19T01:06:10
2021-08-19T01:06:10
null
0
0
null
null
null
null
UTF-8
C
false
false
235
c
#include <unistd.h> #include <stdlib.h> #include <stdio.h> int main(void) { char *args[] = {"ls", NULL}; if(execvp("ls", args) == -1) { perror("execve"); exit(EXIT_FAILURE); } puts("shouldn't get here"); exit(EXIT_SUCCESS); }
[ "nestorivanmo@comunidad.unam.mx" ]
nestorivanmo@comunidad.unam.mx
d7a7b119e9b181fcac5df835d3c4a8be4fa93032
3c13f9aab738ee5cb85288ffa1ed9ce368d741e0
/demo/mcu/stm32f407/stm32f407g-disc1/Src/pv_audio_rec.c
a7fce4c05a03edd10cac00a4fc41cd72757632bc
[ "LicenseRef-scancode-proprietary-license", "Apache-2.0" ]
permissive
laves/porcupine
3d59273adb8cb6d65d880ef67bb0c29956a1f1e5
48ee5e7060308d6ea861bbdd1a47eef1ce43a016
refs/heads/master
2023-06-28T23:30:30.747175
2021-07-30T07:20:09
2021-07-30T07:20:09
390,964,015
0
0
Apache-2.0
2021-07-30T07:23:07
2021-07-30T06:56:23
JavaScript
UTF-8
C
false
false
3,705
c
/* Copyright 2020-2021 Picovoice Inc. You may not use this file except in compliance with the license. A copy of the license is located in the "LICENSE" file accompanying this source. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on ...
[ "noreply@github.com" ]
laves.noreply@github.com
97c7130a8c3fc1cd7d6369ac99ac1e5af9d512a9
20b52a53e1ee7eae4c33328a73802daa873640b4
/include/led_strip.h
09f69153bc4602e3aaa4ce622fa1394e2616a922
[]
no_license
yangwc/led_strip
dc4160d71574e61350d1c79b7e835341a0e143d6
536283fcf38ce3b12793e90f21042d85b9c06da4
refs/heads/master
2023-06-17T14:29:55.508859
2020-02-08T18:26:36
2020-02-08T18:26:36
null
0
0
null
null
null
null
UTF-8
C
false
false
4,196
h
// Copyright 2019 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applic...
[ "lorenzo.decaria@gmail.com" ]
lorenzo.decaria@gmail.com
2248d7cf82995638d1b9634b006041b2d7f46bef
f1331ee9bae24708d409a60aec8b57ac02306558
/rf-ook-optimize/lpc824-rfm69-ook-tx/lib/vendor/system_LPC8xx.c
d88d1e33d4f7effceecd89b35f401b99ebbfb1c7
[]
no_license
jay31295/sevenwatt.com.explore
e1b7283cc663a0d5ec89fe0f6f6e908ebc5d9ba7
f5b9387ab3908f14fa8c19f31f15294ac8dfbb3b
refs/heads/master
2021-04-29T09:43:11.080855
2015-08-16T09:28:47
2015-08-16T09:28:47
null
0
0
null
null
null
null
UTF-8
C
false
false
7,255
c
/****************************************************************************** * @file: system_LPC8xx.c * @purpose: CMSIS Cortex-M0+ Device Peripheral Access Layer Source File * for the NXP LPC8xx Device Series * @version: V1.0 * @date: 16. Aug. 2012 *--------------------------------------...
[ "info@sevenwatt.com" ]
info@sevenwatt.com
bfeb4034ac52a14abdd95813f31d313a2f17d956
08fa51b9e5268228878400d9de9f74b5cdaf58f1
/csapp/p2_home/P2_65.c
ff14ddbb9faf23fd8f6357c5c82dde1439379e5c
[]
no_license
ShixinPeng/tearoom
ea5f7f03983b7292e506bf325ff4a957da119981
26ce2c839bba9abd9d2f51774f48c609ef875792
refs/heads/master
2023-06-03T17:39:36.732870
2021-06-27T07:58:31
2021-06-27T07:58:31
118,571,892
1
0
null
null
null
null
UTF-8
C
false
false
804
c
#include <stdio.h> #include <assert.h> // 2.65 如果32位的x 各bit中1的数量加起来为奇数,就返回1,否则返回0 // 思路,使用对折,消消乐的形式处理 int odd_ones_v1(unsigned x){ // 第一次对折 x = (x & 0x0000FFFF) ^ (x >> 16); // 第二次对折 长度只有8位有效位 x = (x & 0x000000FF) ^ (x >> 8); x = (x & 0x0000000F) ^ (x >> 4); x = (x & 0x00000003) ^ (x >> 2); x = (x & 0x0000000...
[ "shixinpeng0429@163.com" ]
shixinpeng0429@163.com
1aaae89de76d3f5554651a527f62f5582ec1ca4b
13fea5ca7784f7d722bf258c534cbb06c03489d2
/uIP/uip.c
6285c559388f5c22c21a217542d7c6d973d4f886
[]
no_license
ZzJan0/uIP
376161a38bb2deaddf040cd200dfeff5a09bbe96
4a28e7488e9427a34b09578b001a24353c8e4662
refs/heads/master
2020-09-16T10:03:25.670302
2019-11-24T12:06:31
2019-11-24T12:06:31
223,736,995
0
0
null
null
null
null
UTF-8
C
false
false
58,185
c
#define DEBUG_PRINTF(...) /*printf(__VA_ARGS__)*/ /** * \defgroup uip The uIP TCP/IP stack * @{ * * uIP is an implementation of the TCP/IP protocol stack intended for * small 8-bit and 16-bit microcontrollers. * * uIP provides the necessary protocols for Internet communication, * with a very small code footpri...
[ "820137793@qq.com" ]
820137793@qq.com
ccc160c9178d3b15dd93b4c235bebf647b060165
68868f6136ffb53f4736dbc52ad63cc8af767e4c
/node_cose_mbed2/cose-c/MacMessage0.c
48dbf708856e6a010f6438ca67426d1153d8b50c
[]
no_license
joriwind/lora-node
4720bde94425e5509b1a64872b74358e9857463f
62bf7abf82e2f218e6b433ecd23ed1744b834cd0
refs/heads/master
2021-01-22T20:25:15.823261
2020-01-30T11:37:13
2020-01-30T11:37:13
85,316,432
0
0
null
null
null
null
UTF-8
C
false
false
6,103
c
/** \file MacMessage0.c * Contains implementation of the functions related to HCOSE_MAC0 handle objects. */ #include <stdlib.h> //#include <memory.h> #include <stdio.h> #include <assert.h> #include <string.h> #include "cose.h" #include "cose_int.h" #include "configure.h" #include "crypto.h" COSE * Mac0Root = NULL; ...
[ "j.winderickx@gmail.com" ]
j.winderickx@gmail.com
c2239fee8697170109c1aa0ca3d6983bb93df287
02ee5c0f25de8e51d81d33ed2949b2bb362fe050
/chainenergy.c
f065481e83f15e27ba70675c8508462b89444cde
[]
no_license
MaralAdeli/Walking-Motor-Protein
02e49db32d7fe446503924639bae0070f872ed9e
3c90312fd7c5c29b69418f8ce28de685411b18d7
refs/heads/master
2022-10-17T19:05:17.237459
2020-06-17T20:52:51
2020-06-17T20:52:51
273,073,708
0
0
null
null
null
null
UTF-8
C
false
false
3,497
c
/* chainenergy.c */ /* a function to calculate the total energy and force in the chaine */ /* edited 6/5/2013 by MAK */ double lj(){ int ii,jj,kk; double Rsq,flj,ulj,R1,R2,S1,S2,Ssq; double Ulenna,Flenna; double elj=0; double epsilon; double sigma; double diff[DIM]; double ushift=0; for (jj = 0...
[ "noreply@github.com" ]
MaralAdeli.noreply@github.com
54c596cc8fa9b69262c5a7b2abf00949bba8a0e7
77a927404590dbd96a7714812829c46fcfcf1994
/bin/cbsdsh/cbsd_fwatch.c
1c3b47a2352c72aafc3e9e51d743cf16d5ac1381
[ "BSD-2-Clause" ]
permissive
olax/cbsd
46d03aeaf081f5a03c4af1d72c2c48c64efc867e
70e0a856ababb666b25d822dd100fc357929346c
refs/heads/master
2021-01-12T22:33:38.040704
2015-01-07T14:39:29
2015-01-07T14:39:29
null
0
0
null
null
null
null
UTF-8
C
false
false
3,279
c
#include <sys/types.h> #include <sys/stat.h> #include <unistd.h> #include <sys/file.h> #include <errno.h> #include <paths.h> #include <stdlib.h> #include <sys/event.h> #include <sys/time.h> #include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <err.h> #include <getopt.h> #include <sys/wait.h> #include...
[ "olevole@olevole.ru" ]
olevole@olevole.ru
fe315bc66cd037962e966240acff6f790b05370f
e2fe2c20075e0d565dc8476235c6837b64195f9f
/Toshaba/TMPM36x/TMPM364/cmsis_lib/kwup/example/KWUP_Demo/src/KWUP_Demo.c
58b4678426b1db5c648614e484f63b4e69f98a4a
[]
no_license
clarenceliu/Mplib
8b10b90c7936d240cda934c5c7f7012fc4a109c3
b8f28cba94350fe2988ec4f5e178362b2df70923
refs/heads/master
2020-12-25T16:02:16.713530
2014-09-12T06:01:17
2014-09-12T06:01:17
null
0
0
null
null
null
null
UTF-8
C
false
false
4,372
c
/** ******************************************************************************** * @file KWUP_Demo.c * @brief the application functions of KWUP demo for the TOSHIBA 'TMPM364' Device Series * @version V0.100 * @date 2010/07/28 * * THE SOURCE CODE AND ITS RELATED DOCUMENTATION IS PR...
[ "xinyun@coocox.com" ]
xinyun@coocox.com
98798d7641e651f38f77b21759588428032485e2
a4f3b73dc10bf893fb85076401ae40ccee70ff17
/1070.c
c6a41412a089419202530528c1b0b8baeaffd684
[]
no_license
Joe02/URI
b14a96b6a8d9c87fa77bd7e6799454c4b954c8b3
ef8e27cfc24a1ec55cbe7d499bf8ede25120b837
refs/heads/master
2020-04-24T10:42:51.375102
2019-02-21T20:13:09
2019-02-21T20:13:09
171,903,293
0
0
null
null
null
null
UTF-8
C
false
false
289
c
#include <stdio.h> int main(){ int a,i; scanf("%d",&a); if(a%2==0){ a+1; for(i=1;i<=11;i++,i++){ printf("%d\n",(a+i)); } }else if(a%2==1){ for(i=1;i<=11;i++,i++){ printf("%d\n",(a+i)); } } return 0; }
[ "noreply@github.com" ]
Joe02.noreply@github.com
9fe6d9cc20153bd0527cc1f6aa225e52e6e69aca
6d81d26ae6475f0a5899ee56e194738711618b03
/employee.c
f82b972ff3bb158f019e3c35b461dd79823e0d07
[]
no_license
SuprajaMuraliganesh/Code-Bag
24baa12dfbe9b80eb9e11ee765b49f062b05bf35
63ba85e9ac1803dd879328f7c00b2c02c8d5431e
refs/heads/master
2021-01-01T16:14:19.587938
2017-08-12T11:27:03
2017-08-12T11:27:03
97,789,681
0
0
null
null
null
null
UTF-8
C
false
false
2,087
c
#include<stdio.h> int main() { int arr[10][10],s[10],i,j,emp,rel,aid,m,no=0; int b[20],k=0,flag=0,count=0,c[20],l=0; printf("\n enter the no of employees,relationships,adam id"); scanf("%d\t%d\t%d\n",&emp,&rel,&aid); printf("\n enter the ralationships"); for(i=0;i<emp;i++) { for(j=0...
[ "noreply@github.com" ]
SuprajaMuraliganesh.noreply@github.com
be8a8747f6158b2f68597f0e63b3ff7cbe7fe200
3239c58d5b5cb78170c1caee200830cbc089d55e
/minishell-parser_exp 3/libft.c
9f6c591aea2f38385696c9192087e94091079e59
[]
no_license
paminna/minishell
77f59180a94fa0776b0371873af45093b6068851
a7120ca710df1920c95d6bf595fc5f8b1b7232ca
refs/heads/master
2023-07-08T06:33:21.500576
2021-08-01T13:52:17
2021-08-01T13:52:17
365,550,457
0
0
null
null
null
null
UTF-8
C
false
false
4,508
c
#include "mini.h" static size_t ft_len(int n) { size_t i; i = 0; if (n == 0) return (1); if (n < 0) i++; while (n) { n = n / 10; i++; } return (i); } char *ft_strchr(const char *str, int chr) { int i; i = 0; while (str[i] != '\0' && str[i] != (char)chr) i++; if (str[i] == (char)chr) return ...
[ "kalexand@er-e3.kzn.21-school.ru" ]
kalexand@er-e3.kzn.21-school.ru
7caedc72cc77a20e2ced58d9961a0206b4756ee5
c43b055ce2bbc04a1b17fd1aef05c5dd8a927a4d
/Proiect 1/data_struct/ccvector.c
9d8f07944c4954f3e2a5736f6ed66591b8878849
[]
no_license
adi-x/Bitdefender-Projects
2b279e7c417266962c9a78f40bfd2deb38b22db7
0446fd51259be9c66b75ae7809d618b1317fbd8a
refs/heads/master
2023-01-22T13:17:05.219960
2020-12-03T13:53:18
2020-12-03T13:53:18
318,208,925
0
0
null
null
null
null
UTF-8
C
false
false
7,942
c
#include "ccvector.h" #include "common.h" #include "string.h" #define INITIAL_SIZE 100 #define GROWTH_FUNCTION(x) ((x) + 100) int VecCreate(CC_VECTOR **Vector) // Works as expected { CC_VECTOR *vec = NULL; CC_UNREFERENCED_PARAMETER(Vector); if (NULL == Vector) { return -1; } vec ...
[ "ioan.adrian002@gmail.com" ]
ioan.adrian002@gmail.com
7f2348ef087b24d5dacf336df0fb5ff6a47eb4c3
1670029756de466d29ee00234a91b04032190638
/C/Geekforgeeks/Bitwise/Swap_4_bits.c
09d9622bf9cca01d607fb4ac08d0ac9c19e99ff5
[]
no_license
RDK8992/drupad
83d37d292b75ac562ca9bcb0fdcb79464db3048f
f16dc5002473406fe4062de9e65036960f447c9d
refs/heads/master
2022-03-24T10:40:42.761490
2019-11-04T14:15:06
2019-11-04T14:15:06
null
0
0
null
null
null
null
UTF-8
C
false
false
435
c
#include <stdio.h> int main () { int i = 0, num = 0; printf ("Enter a number :"); scanf ("%d", &num); for ( i = 31; i >= 0; i-- ) { printf ("%d", num >> i&1 ); if ( i % 8 == 0 ) printf (" "); } printf ("\n"); num = num >> 3 | num << 3; for ( i = 31; i >= 0; i-- ) { printf ("%d", n...
[ "drupadjoshi64@gmail.com" ]
drupadjoshi64@gmail.com
7aa7f05daf4bff5f0b302d2e8eb8aa49ba71fed5
813028300811cf135f96e302eb4de86f1f5e5eb1
/qnx/root/operational_radar_code/kod.dds/ros/fftw-3.2.2/rdft/scalar/r2cb/hb_7.c
c022f1d5ea76f384e0a5d08415e3594d8b414a93
[ "GPL-2.0-or-later", "GPL-2.0-only", "MIT" ]
permissive
UAF-SuperDARN-OPS/SuperDARN_MSI_ROS
228b864fe2b69c6bbbfad3a7df968168ebca1498
c6c3ae2fccd4694a9c8e6047e9df5febcb3c391b
refs/heads/master
2022-11-22T07:58:52.415306
2013-07-30T06:29:50
2013-07-30T06:29:50
39,792,221
1
3
MIT
2022-11-17T18:45:31
2015-07-27T18:58:01
C
UTF-8
C
false
false
10,770
c
/* * Copyright (c) 2003, 2007-8 Matteo Frigo * Copyright (c) 2003, 2007-8 Massachusetts Institute of Technology * * This program 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 Li...
[ "jspaleta@fedoraproject.org" ]
jspaleta@fedoraproject.org
c3e9cda524fdcbbb09dc0726ed444f8093165dac
b972877c7798a00f9175a0e01cf05db7ddd349be
/lab_04_01/string.c
05c5650861f4642d5f159283c535898cff1b2909
[]
no_license
Flash1ee/cprog-labs-3-4-sem-bmstu-iu7
ecda1a38f933e9fe49fd3bc727ef3813ca040f97
9576db33d67f3d970cd61236bc399a7a63f9890d
refs/heads/master
2023-02-28T00:42:21.861634
2021-01-28T19:06:23
2021-01-28T19:06:23
324,436,059
3
0
null
null
null
null
UTF-8
C
false
false
3,317
c
#define __USE_MINGW_ANSI_STDIO 1 #include "string.h" char *my_strchr(const char *str, int symbol) //Поиск первого вхождения указанного символа.(включая '\0') или NULL { size_t i; for (i = 0; str[i] != '\0'; i++) if ((int)str[i] == symbol) return (char*)str + i; if (str[i] ==...
[ "891-vdv19u755@users.noreply.git.iu7.bmstu.ru" ]
891-vdv19u755@users.noreply.git.iu7.bmstu.ru
c27ccc15a7ba45fdd17a82061d8a4fcc32b02424
290c3c0c93db33f31fc44c307c58a8a43f7193a4
/source/arith/pvt/GelgoogProject/APP/Sources/App/systemInit.h
56eec1c4d2aa3512e313d387e2a9494564c7325d
[]
no_license
yisea123/megarobostudio
d16364087296eeaa1ae90b1178875379bcdbca34
efb2ae438e2a73635619611232522a012e1921f8
refs/heads/master
2022-12-11T10:14:06.889822
2018-12-04T00:33:47
2018-12-04T00:33:47
null
0
0
null
null
null
null
GB18030
C
false
false
2,580
h
/********************************************************************************************* Copyright (C) 2016,北京镁伽机器人科技有限公司 文 件 名: systemInit.h; 功能描述: ; 函数列表: ; 当前版本: 1.0.0; 版本改动: ; 作 者: CJ; 完成日期: 2017.01.11; 历史版本: 无; *****************************************************************************...
[ "wangzhiyan@megarobo.tech" ]
wangzhiyan@megarobo.tech
5bac17be052f6e7d91f7bf44bf05f4835e71ea3e
fb6ed569f4091b6bc8d4488b5c4e4f1bf77ac8bb
/src/quickstart.c
dac512ee1a3ed47d117a69837b4e4e45fec58cf7
[ "Apache-2.0" ]
permissive
DataStax-Examples/quickstart-c
21794c3b9d570ec2b259aa3cfd8d0dc95ccddb4a
19f319c96e10b8e76fe6682b2a6c9ebdc5323d2e
refs/heads/master
2021-01-07T10:44:05.854766
2020-02-27T12:57:30
2020-02-27T12:57:30
241,667,030
0
0
Apache-2.0
2020-02-19T16:33:30
2020-02-19T16:33:29
null
UTF-8
C
false
false
2,379
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <cassandra.h> struct Users_ { const char* lastname; cass_int32_t age; const char* city; const char* email; const char* firstname; }; typedef struct Users_ Users; void print_error(CassFuture* future) { const char* message; size_t messa...
[ "beccamills86@gmail.com" ]
beccamills86@gmail.com
29e177015932d810da468fa7cc12be0d4e1462e6
bfbaf5faa6fe13900260d22e262a74ec18594f4b
/_2_file_operation/references/onepipe/write.c
980fde34d7f0ecc0a13f3451a938fc606a83bc83
[]
no_license
hirakor/Linux_hirakor_learning
837efd00a13dbca2cb4a0adbb30c57867bea8bdf
ff9cb33d03d310ea6c04584618584e3a265824bd
refs/heads/master
2020-12-26T05:35:36.676828
2020-02-11T08:41:25
2020-02-11T08:41:25
237,401,711
1
0
null
null
null
null
UTF-8
C
false
false
425
c
#include <func.h> int main(int argc,char* argv[]) { ARGS_CHECK(argc,2);//是不是传递了一个参数 int fdw=open(argv[1],O_WRONLY);//写端 ERROR_CHECK(fdw,-1,"open"); printf("I am writer\n"); char buf[512]={0}; int ret=read(STDIN_FILENO,buf,sizeof(buf)); ERROR_CHECK(ret,-1,"read"); ret=write(fdw,buf,strle...
[ "hirakor@qq.com" ]
hirakor@qq.com
11b9c0aaa238d25906def2b60128c47538ddb247
33bc9f85870132146728f30fda08ac255cba8d50
/HW5/ex4/struct.h
8f9e9ea9c2ce3077e1c8fab41e5b59d173811d6a
[]
no_license
Gwee/c
98313bd14a612b970d7cc1d709d33928f0ce245d
2a3295ea95321f0d088a09514f7d18b990306533
refs/heads/master
2020-03-22T20:09:20.711776
2018-07-11T16:22:09
2018-07-11T16:22:09
140,576,911
0
0
null
null
null
null
UTF-8
C
false
false
137
h
typedef struct HNode { char chr; struct HNode *left, *right; } HNode; typedef struct { char chr; int counter; }Symbol;
[ "guy.moyal@intigua.com" ]
guy.moyal@intigua.com
db7731c0fd5c99b0aee15c28f519b1e6aafd1713
b1e76604fdc72d2436c45f774af394a4233e87ba
/kilo.c
4ff804ca49da6f133137a78322b2e68c26bd40ab
[ "MIT" ]
permissive
xavilach/kilo
fb77f09a0eca3673b627634c33ad6298d9bdd575
e1ca3855e4eaba5ffca7201920ae9f34306df35d
refs/heads/master
2020-11-25T22:41:18.389853
2019-12-18T17:11:28
2019-12-18T17:11:28
228,877,212
0
0
null
null
null
null
UTF-8
C
false
false
3,234
c
/*** includes ***/ #include <ctype.h> #include <errno.h> #include <stdio.h> #include <stdlib.h> #include <sys/ioctl.h> #include <termios.h> #include <unistd.h> /*** defines ***/ #define CTRL_KEY(k) ((k)&0x1f) /*** data ***/ struct editorConfig { int screenrows; int screencols; struct termios orig_termi...
[ "xavier.lachenal@gmail.com" ]
xavier.lachenal@gmail.com
b84732c5b4d801a6d53e090c56894ac87dabd9c9
6e833c2751f758ce95d5a6f9c7c801274178eba2
/libft/ft_strlen.c
50ec9b0f1027bbfc41ca9c0260b434180c1110ed
[]
no_license
mstepina/push_swap
5dd25037031192d11be7e9fbb8732a3f0e3d1c15
0464032b390974f99432f3eaec794dd6d782a776
refs/heads/master
2021-01-06T21:54:27.373793
2020-02-18T23:57:38
2020-02-18T23:57:38
241,493,053
0
0
null
null
null
null
UTF-8
C
false
false
1,006
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strlen.c :+: :+: :+: ...
[ "margarita.stepina@gmail.com" ]
margarita.stepina@gmail.com
e4a23db52c04df578f4695ea9863d0ffa9b6d4c5
dcf26a6bcf853a3f8f6f50f9379998ef4d8aad40
/third_party/ltp/lib/tst_fill_fs.c
ce119a1522a2eae3b3a7d773d14580c73d43ec45
[]
no_license
small-seven/testmem
c5f3202dce1c369e9d84cdaaccc2008b827c16d8
2771460c617439bd1be562ffdc94543ea170a736
refs/heads/main
2023-03-12T22:16:28.824577
2021-03-03T04:24:59
2021-03-03T04:24:59
343,847,762
1
0
null
null
null
null
UTF-8
C
false
false
153
c
#include <errno.h> #include <stdio.h> #include <stdlib.h> #include <sys/statvfs.h> #define TST_NO_DEFAULT_MAIN #include "tst_test.h" #include "tst_fs.h"
[ "huihuigong@users.noreply.github.com" ]
huihuigong@users.noreply.github.com
7505d4a2e2eb4fec380b7f2aa3a2201dafe11ac6
727f1bc2205c88577b419cf0036c029b8c6f7766
/out-bin/py/google/fhir/models/run_locally.runfiles/pypi__tensorflow_1_12_0/tensorflow-1.12.0.data/purelib/tensorflow/include/external/double_conversion/double-conversion/fast-dtoa.h
5840b359a90f1f4f31c68c58e116b5b2470b8a0b
[ "Apache-2.0" ]
permissive
rasalt/fhir
55cf78feed3596a3101b86f9e9bbf6652c6ed4ad
d49883cc4d4986e11ca66058d5a327691e6e048a
refs/heads/master
2020-04-13T00:16:54.050913
2019-01-15T14:22:15
2019-01-15T14:22:15
160,260,223
0
0
Apache-2.0
2018-12-03T22:07:01
2018-12-03T22:07:01
null
UTF-8
C
false
false
216
h
/home/rkharwar/.cache/bazel/_bazel_rkharwar/c4bcd65252c8f8250f091ba96375f9a5/external/pypi__tensorflow_1_12_0/tensorflow-1.12.0.data/purelib/tensorflow/include/external/double_conversion/double-conversion/fast-dtoa.h
[ "ruchika.kharwar@gmail.com" ]
ruchika.kharwar@gmail.com
82405a86c457cdc266a366aee2ece06ad37a6914
b0d8667e056c9d0af5827b4659125f0dac0e5140
/nf/lib/ignore.h
4434df1dda208de2046fe7fd6eb9b006e1473b5e
[ "MIT" ]
permissive
vignat/vignat
c55e9c99a66691295ba395e7233a225de8097640
a280162f63432f14324516cb7b4c298f80bee338
refs/heads/master
2022-02-03T05:28:20.949309
2020-08-09T09:39:46
2020-08-09T09:39:46
95,493,612
76
10
MIT
2022-01-26T09:19:46
2017-06-26T22:08:23
C
UTF-8
C
false
false
284
h
#include "include_ignored_by_verifast.h" /** An auxilary header, defining the IGNORE macro to tell the compiler that a certain function parameter is not used. */ #ifdef _NO_VERIFAST_ # define IGNORE(x) (void)(x) #else //_NO_VERIFAST_ # define IGNORE(x) #endif //_NO_VERIFAST_
[ "necto.ne@gmail.com" ]
necto.ne@gmail.com
da47f1af994590ea615c49a1277006f71900cfb0
1691b9ce45ae0cebfca11ee660b9c3a7b5562c47
/SSH2DLL/libssh2/include/libssh2.h
89763325e8d10fc2b4edaac82d1be479f17b9052
[]
no_license
PresleyHank/SSH2DLL
9b1468b46e95aecf899fafb1f80e1e8ac8b74bd2
0194a8cf15ed3b0cff28a8dc695f3923f6b427ea
refs/heads/master
2020-05-22T04:49:35.380298
2018-11-19T03:49:17
2018-11-19T03:49:17
null
0
0
null
null
null
null
UTF-8
C
false
false
48,407
h
/* Copyright (c) 2004-2009, Sara Golemon <sarag@libssh2.org> * Copyright (c) 2009-2012 Daniel Stenberg * Copyright (c) 2010 Simon Josefsson <simon@josefsson.org> * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that the followi...
[ "342144799@qq.com" ]
342144799@qq.com
31658d39e2af6ca8ad17e0ad2585b2e5cba9e289
413ab711162cad6c45fd5c04383f86cd3ad29895
/ex1/ex1.c
626de963e2ce1c53e7ccff4478adf8f5b30186c1
[]
no_license
ceylonsullen/Sprint-Challenge--Processes-and-Scheduling
4ada020360518afacf8983972bf6412bdefbfbe3
1659742a5175778af44827adf1500921fa3baa2a
refs/heads/master
2021-08-31T20:18:40.230688
2017-12-22T18:02:09
2017-12-22T18:02:09
115,130,084
0
0
null
2017-12-22T16:01:40
2017-12-22T16:01:40
null
UTF-8
C
false
false
326
c
#include <stdio.h> #include <stdlib.h> int *alloc_1d(int cols) { // !!! IMPLEMENT ME // (solution is about 2 lines of code) int *arr = (int *)malloc(cols* sizeof(int)); return arr; } int main(void) { int *arr; arr = alloc_1d(8); arr[5] = 2; printf("%d", arr[5]); return 0; ...
[ "brooklynr@LAPTOP-99CU89PA.localdomain" ]
brooklynr@LAPTOP-99CU89PA.localdomain
f0bf7ff146c663f301d51bd36c82227c0fe78df5
75f06a64742b084ab3693e7be6e86d989d91638e
/cümledeki kelime sayısını bulma.c
5f7c4c63f456619165118fbe4e8d30734bd61131
[]
no_license
abdulkadir69/example
2b3d8928a00c2d67b17023a66c46d3b167f1b70b
a5fd780383a0b38c1942c6aee6585c39a1a5079e
refs/heads/master
2022-11-22T17:44:54.596366
2020-07-23T09:23:08
2020-07-23T09:23:08
263,373,385
0
0
null
2020-05-12T19:28:06
2020-05-12T15:17:10
null
UTF-8
C
false
false
307
c
#include <stdio.h> #include <stdlib.h> int main() { char cumle[100]; int i=0,sayac=0; printf("cumle yaz : \n"); gets(cumle); while(cumle[i]) { if(cumle[i]==32) { sayac++; } i++; } printf("%d kelime var",sayac+1); return 0; }
[ "noreply@github.com" ]
abdulkadir69.noreply@github.com
3d115b9ba7356f8f35d1b3bfe9eae71e4bec89e7
73d7a0f5643e0a552b79ac6c2cadd377c6451111
/src/avr-proxy.c
b78f4986c4e7c06a570ad5f2b0c8c39a34be64a8
[ "MIT" ]
permissive
spiralman/avr-proxy
0230e46c32862f2fdffcea18434039658b088fb0
dcd756c9ff51f4b92ac31d397ab77f3e5d16ede1
refs/heads/master
2021-03-08T19:32:10.529813
2016-06-06T01:51:28
2016-06-06T01:51:28
58,879,693
0
0
null
null
null
null
UTF-8
C
false
false
976
c
#include "ets_sys.h" #include "osapi.h" #include "gpio.h" #include "os_type.h" #include "user_interface.h" #include "espmissingincludes.h" #include "platform.h" #include "wifi.h" #include "ssdp.h" #include "api.h" static const int pin = 5; static os_timer_t some_timer; void some_timerfunc(void *arg) { //Do blinky...
[ "spiralman@gmail.com" ]
spiralman@gmail.com
73ee0c2117a8323265218b537f705dc4cd725232
8bc5c2e63080ddb6f1cab3a5c4365c3659697357
/Code/C/Atmega88/Solutions/Other/Demo/Master/Master_Micro/Setup_Functions.c
2e05cf69122e5adfee32ece467766481f1b81b86
[]
no_license
Agile-and-Adaptive-Robotics/Quadruped_Robot
67bc23f5502cbd552f8f186288bbb86bb0897625
84e5d53fe73d41fec1a1743d28f9b6933f5ce506
refs/heads/master
2023-09-01T14:21:57.657162
2023-05-11T22:13:21
2023-05-11T22:13:21
223,266,981
6
2
null
2023-07-31T22:37:09
2019-11-21T21:16:16
MATLAB
WINDOWS-1252
C
false
false
4,464
c
//Setup Functions. //This script implements microcontroller setup functions for pins, ADC, SPI, timer interrupts, and USART. //Include the associated header file. #include "Master_Micro_Header.h" //Implement a function to setup microcontroller functionality. void setup_micro( void ) { //Setup the microcontroller ...
[ "Cody.Scharzenberger@gmail.com" ]
Cody.Scharzenberger@gmail.com
8b4f7184007a5fe7b58bd1f4670a61d14c39571c
1fb1e2a0932eb0257ca0f94474f483bc1d1433a1
/dsp/common/inc/img_dd_300x200.h
784d638d4f39ff95d6332032739cd23686b21f61
[]
no_license
zenggzh/caffepresso
8d4ad93da301f0846ab30c16e87446902ac7679e
72eb027e6a7ae76d671b46a8569c7a6e5ff033ba
refs/heads/master
2020-03-16T17:21:20.041730
2017-10-10T07:06:16
2017-10-10T07:06:16
null
0
0
null
null
null
null
UTF-8
C
false
false
227,093
h
#define Width 200 #define Height 300 #pragma DATA_SECTION(in_img,".critical_section") #pragma DATA_ALIGN(in_img,8) unsigned char in_img[Width*Height] = { 63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,63,...
[ "hegd0001@e.ntu.edu.sg" ]
hegd0001@e.ntu.edu.sg
cd4fb99538ad70be872e43f427ee6e73d5ffa9a7
1620b0cf58905d7992091efc545eb95dcf39e9fb
/timezone.h
55c4c058d9d307f1a262ea040b7441ebdc3110d9
[]
no_license
septillion-git/lightclockwifiv2
e7bd52ee53c0d530fad4a479d95fc4708386fd95
154b2afcd851e8e366d499f82b89de8ee4f8ed60
refs/heads/master
2021-01-22T15:43:38.728897
2015-11-06T06:34:51
2015-11-06T06:34:51
null
0
0
null
null
null
null
UTF-8
C
false
false
1,844
h
const char timezone_html[] PROGMEM = R"=====( <!DOCTYPE HTML> <html> <head><title>Time Zone</title> <link rel=stylesheet href="www.thelightclock.com/clockmenustyle.css"> <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href=http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootst...
[ "chrismelba@gmail.com" ]
chrismelba@gmail.com
a7a23e0829d7d6f7565821af70dea71402990741
9d9e4088862468b4ff8baf38431e603b101c02ef
/3D RUN/3DRun/Classes/Native/AssemblyU2DCSharp_GooglePlayGames_Native_PInvoke_Callbacks_UMethodDeclarations.h
77c8d6ef4cfd99aca7a6b0f5c618e0556d1c45c6
[]
no_license
jmh6672/Run_3D
22ca1ba59b8d7fe567df3781a31b80b28788e3aa
f72d30ce5ffbe493020a92b105a59c0fe348f747
refs/heads/master
2021-09-14T00:17:56.572759
2018-02-13T08:59:05
2018-02-13T08:59:05
115,467,966
0
0
null
null
null
null
UTF-8
C
false
false
1,687
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> // GooglePlayGames.Native.PInvoke.Callbacks/<AsOnGameThreadCallback>c__AnonStorey53`2<System.Object,System.Boolean> struct U3CAsOnGameThreadCa...
[ "" ]
d87ab3aaf4064021e7454ae23e27e07b402e0da4
2eaca1b793536dec6bd6f44ee3e8311ef1882b66
/mycodes/hw6/resistor.c
fc7ea82cdce45ce2306dfe554f7793f2a895e7e6
[]
no_license
lhwnova/CReview
864f584e3f539341b71577f67e5ae043abd11257
862f0a81730623bd23769d758581bf8ef34a7361
refs/heads/master
2020-04-05T03:00:45.044818
2018-11-27T04:07:46
2018-11-27T04:07:46
156,498,252
0
0
null
null
null
null
UTF-8
C
false
false
2,117
c
// Author: Huan Wei Li and Cort Dalton #include<stdio.h> #include<math.h> #include<string.h> int search(const char *color[], int len, char *key); void get_color(char *key1, char *key2, char *key3); void print_out(int ind1, int ind2, int ind3, char *c1, char *c2, char *c3); int main() { const char *color[10]...
[ "lhwnova@hotmail.com" ]
lhwnova@hotmail.com
565db849eea1aa2f9bf6ef143786223c3790c71a
4b5a60ec4b462271f26eff1231d7aed67a65b64f
/Tests/dynmem/DynMemGet.c
3a417968ff59356461de8e9643c3e2bc5e778834
[ "MIT" ]
permissive
KumarjitDas/Dynamic-Memory-Library
81406ddce042552754c044359f8fc8709461b24f
fb8859b053cab7405bad849ecea9fbee2fd72cf3
refs/heads/main
2023-04-28T15:02:21.662056
2021-05-23T06:30:51
2021-05-23T06:30:51
330,116,693
1
0
MIT
2021-05-02T11:34:58
2021-01-16T08:20:36
C
UTF-8
C
false
false
3,459
c
#include "check.h" #include "dynmem/dynmem.h" START_TEST(null_test) { int32_t value; ck_assert_int_eq(DynMemGet(NULL, 0, NULL), DYNMEM_FAILED); ck_assert_int_eq(DynMemGet(NULL, 3, NULL), DYNMEM_FAILED); ck_assert_int_eq(DynMemGet(NULL, 16, NULL), DYNMEM_FAILED); ck_assert_int_eq(DynMemGet(NULL, -4, NUL...
[ "kumarjitdas1999@gmail.com" ]
kumarjitdas1999@gmail.com
20dfda1a78b337b43a23fc380f64aac8fd08613e
8ccf509c6274d101a03298716d0cb9f17924a743
/scanner.c
bc4b9d622584eb07fd3036df20e7139f3fc204ae
[]
no_license
GuidoSanchez1/Sintaxis
5ee85820538cc91c06240a987e928b3ce97b6e4e
ac310463dba02432eca9ef6a408e536f5d68e4c6
refs/heads/main
2023-07-23T15:45:19.444191
2021-09-02T22:38:01
2021-09-02T22:38:01
377,672,071
0
0
null
null
null
null
UTF-8
C
false
false
866
c
#include <stdio.h> /* incluye biblioteca donde se define E/S */ #include "scanner.h" #include <ctype.h> int get_token(char buffer[]) { enum tokens token; char c; int contador = 0; while ((c = getchar()) != EOF) { if (isspace(c)) { if (contador != 0) { ...
[ "gsanchezzusaeta@frba.utn.edu.ar" ]
gsanchezzusaeta@frba.utn.edu.ar
226a012e22d6016aa807b922630d7dee8ca15d6c
e5a248e5f7da9d9656e8ee98b9145fa7cfe35e87
/2013/0820/test.c
effdf6237d4052ea1b20925a9f082f42274df17c
[]
no_license
3329/codes
1e3ffb2675014c3f4166ad99bdf4f9292de126d2
a5688faf876e98b5e0a386416ad4665ca2d09283
refs/heads/master
2022-11-30T17:25:30.553187
2016-12-19T07:51:48
2016-12-19T07:51:48
76,840,257
2
1
null
null
null
null
UTF-8
C
false
false
467
c
#include <stdlib.h> #include <unistd.h> #define MAXLINE 80 int main(void) { int n; int fd[2]; pid_t pid; char line[MAXLINE]; if (pipe(fd) < 0) { perror("pipe"); exit(1); } if ((pid = fork()) < 0) { perror("fork"); exit(1); } if (pid == 0) { /* parent */ close(fd[0]); write(fd[1], "hello world\n",...
[ "young@jimodb.com" ]
young@jimodb.com
5ac3a5415c58a7972923a95c6d56da38f28b0d65
aa433c239cfa61af168eff719b21b58a031c9883
/Projet SDL Xcode6/initPlateau.h
9a5ebb56b440ea5951265e1ec4c5a53b29451590
[]
no_license
matvdg/BlackBoxSDL
a09a16d533ab28ebe51288b1121fa508d7b9c892
eefb6ed5cd24034d7eed06a558c3b6547d67e671
refs/heads/master
2021-01-21T09:17:34.963922
2015-06-14T09:14:07
2015-06-14T09:14:07
37,405,827
0
0
null
null
null
null
UTF-8
C
false
false
269
h
#ifndef INITPLATEAU_H_INCLUDED #define INITPLATEAU_H_INCLUDED #include <stdio.h> #include "jeuSDL.h" #include <math.h> #include <stdio.h> #include <stdlib.h> #include <time.h> void initPlateau(int taillePlateau, int nbAtomes); #endif /* defined(__SDL__jeuSolo__) */
[ "Matvdg@Mathieus-MacBook-Pro-2.local" ]
Matvdg@Mathieus-MacBook-Pro-2.local
52c8cf81621244dd1ca0862d1f6aae0f91c56bf4
d3d18c3e33f6fc96640f7fd41f8078048f57ec86
/5.10 - Command line parameters.c
ad053ef7b5bb14307be315e86a987cb503391d87
[]
no_license
lianzh/Mycodes
a50a7127b01b37d3ecf1a37252bd9e8a73e56846
9063805ed81cd2ec093156c94c0a4e226fe36530
refs/heads/master
2021-05-01T11:27:22.805842
2014-04-07T01:33:23
2014-04-07T01:33:23
null
0
0
null
null
null
null
GB18030
C
false
false
459
c
#include <stdio.h> /* 回显程序命令行参数;版本1 */ main (int argc, char *argv[]) // argc用于参数记数, argv是一个指向指针数组的指针 { int i; for (i = 1; i < argc; i++) printf("%s%s", argv[i], (i < argc-1) ? " " : ""); printf("\n"); return 0; } /* 回显程序命令行参数;版本2 */ main(int argc, char *argv[]) { while (--argc > 0) printf("%s%s", *++argv,...
[ "wangzihao0725@163.com" ]
wangzihao0725@163.com