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
f159288ea4957746f103a29cb02950c66918096d
eef65c5c1f98621e7b0f7b3b73b3ec4904d44a58
/CodeLibraries/AVR/Lcd/Lcd_Counter/stdutils.h
15377b14f710296c487d73ce72abbf7486f75891
[]
no_license
Reyhan-ExploreEmbedded/CodeLibraries
7e2c129c186c9c7eb41da922a289958b93ce5de4
15e40d06306f7392ab455f4ca8e93e6e69ad8804
refs/heads/master
2021-01-01T17:32:51.252025
2015-02-21T10:44:19
2015-02-21T10:44:19
31,122,497
1
0
null
null
null
null
UTF-8
C
false
false
9,232
h
/*************************************************************************************************** ExploreEmbedded **************************************************************************************************** * File: stdutils.h * Version: 15.0 * Author: ExploreEmbe...
[ "codelibraries@exploreembedded.com" ]
codelibraries@exploreembedded.com
5f796a37a337633ebeccb6190f00a0b717ecdecd
e8bcf0e9d4217b4213670efcdb598ece63fa3e96
/count.c
1822c76076abd8a2a035cf959b516f344854da67
[]
no_license
AnusuyaE/Anushya
7129d6a08dbe1d2d322183a886c305d41b7af257
2d66bdec59e9fd92ee0a76a24db4c0f4f84b1b2d
refs/heads/master
2021-09-10T00:21:41.752852
2018-03-20T10:53:00
2018-03-20T10:53:00
103,254,985
0
1
null
null
null
null
UTF-8
C
false
false
187
c
#include<stdio.h> #include<string.h> int main() { char c[40]="good evening fridends"; int i,count=0; for(i=0;i<30;i++) { if(c[i]==' ') count++; } if(count!=0) printf("%d space",count); }
[ "noreply@github.com" ]
AnusuyaE.noreply@github.com
8a5b9bdd19717a98fc39c506eacaff5cd5e2fa8d
5b2f83597acb1e07d031cbdeb33080b656f2327c
/Misc/test2.c
f2eff39b7a6bc359663cdabe76fee3ea32303d4e
[]
no_license
sahilkumar11/Operating-System-Lab-Programs
bd14d23c716908f6b3d95b9222ceb79da5a9f1de
767cab880f6e54ed4aaa37ce1c4d1a01bcc7ced4
refs/heads/master
2022-03-01T01:32:56.542142
2019-12-08T22:30:26
2019-12-08T22:30:26
null
0
0
null
null
null
null
UTF-8
C
false
false
709
c
#include <stdio.h> #include <sys/ipc.h> #include <sys/shm.h> #include <sys/types.h> #include <unistd.h> #include<sys/wait.h> int mutex = 1; int main() { int shmid,*shared, i; shmid = shmget(IPC_PRIVATE, sizeof(int), 0777|IPC_CREAT); if (fork() == 0) { shared = (int *) shmat(shmid, 0, 0); for( i=0; i< 10; i++) ...
[ "hitendrasingh0506@gmail.com" ]
hitendrasingh0506@gmail.com
2f0739b47624d0351d4b10c95b48fa797d6fd6fc
c181bbf80e76ba6ea59fb2c9b4d9f6bd0941b28d
/2/d05/ex07/main.c
8c3cb1789192282f01e24b562b9741d6d8025f3d
[]
no_license
franco15/piscine
fe84ced8718782b305501b52015df44a3e6a8349
d2e5c606298d20f2f16f505a5f7f5214d9d3ce97
refs/heads/master
2021-01-23T07:26:11.280081
2017-02-03T16:42:56
2017-02-03T16:42:56
80,490,578
0
0
null
null
null
null
UTF-8
C
false
false
230
c
#include <stdio.h> #include <string.h> int ft_strncmp(char *s1, char *s2, unsigned int n); int main(void) { char a[100] = "holi"; char b[100] = "hola"; printf("%d\n", ft_strncmp(a, b, 4)); printf("%d\n", strncmp(a, b, 4)); }
[ "luis_fm_95@live.com.mx" ]
luis_fm_95@live.com.mx
55a90e253f92c0f3f0f01325821df262299a4cd2
9eb9aa8c1df4c07142ff0a2db33a4221f485ac8c
/rush01/ex00/print_skyscrapper.c
1734f0cc29468b30b7bd3aab89a83d1418e99a52
[]
no_license
Rakjlou/42-piscine-c-2021
bc298c825f2eba3dc2e1186e046860cc1c91e5ac
5998357982721748a2181a4403c15a419f81ee7a
refs/heads/master
2023-06-23T14:05:37.887903
2021-07-26T14:43:39
2021-07-26T14:43:39
388,597,649
2
0
null
null
null
null
UTF-8
C
false
false
1,329
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* print_skyscrapper.c :+: :+: :+: ...
[ "nsierra-@student.42.fr" ]
nsierra-@student.42.fr
995b171c19f2c77501f6dd37423303f24f4c052c
6fe7d747c89b426ec732a5c11702bbbea0824483
/L2/sd4/cours/content/code/fileDynamique-2.c
7a3bdb2f0467832fb90cc7cb8c82f3509b9e6def
[]
no_license
aroquemaurel/Lessons-and-doc
060e6926aa7a027cf12527d6d456bd31fb73111f
3ac07418c2eada57f59541646c5b0d19e0346d4d
refs/heads/master
2021-01-20T15:50:30.924076
2015-01-15T20:34:07
2015-01-15T20:34:07
24,933,013
0
2
null
null
null
null
UTF-8
C
false
false
654
c
File concat(File f1, File f2) { File retour = creer(); Cell* courant = f1->premier; int i; for(i=0 ; i < 2 ; ++i) { while(courant != NULL) { enfiler(retour, courant->elem); courant = courant->suivant; } courant = f2->premier; } return retour; } File mixe(File f1, File f2) { File fileRetour = creer(...
[ "antoine.roquemaurel@gmail.com" ]
antoine.roquemaurel@gmail.com
d956dcc0058dd23ce6a8d1c9051dbb47eb67058e
42de2e8f0cbc5dac7c960327b35d9e410047505c
/gamepad/tags/1.3.1/source/gamepad/Gamepad_private.c
a664184faa615150ae59f33b2a62b5939200a102
[ "Zlib" ]
permissive
svn2github/libstem
cdbc9fc034fad62264b7d87a24d173a967645cf7
0b2bc5ff9240e825cc2aed399b57df993c83ba3d
refs/heads/master
2020-04-04T23:13:26.084273
2019-01-19T22:26:05
2019-01-19T22:26:05
50,198,080
4
1
null
null
null
null
UTF-8
C
false
false
2,961
c
/* Copyright (c) 2013 Alex Diener This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial ap...
[ "adiener@d291a34c-4c4d-0410-8556-a73de5c6a500" ]
adiener@d291a34c-4c4d-0410-8556-a73de5c6a500
72861f04d0c018cd4cf565f381a854a06a008337
13ea7b5147b50b1a6861b67379e1a1ee5fb933ac
/07 Project Euler/c/prob2.c
f13ba7337b17b28c5f63af8c4912064c8e932f84
[]
no_license
desolt/pro-g-ramming-challenges
f5d1060a35705a98fc4e1648ade25837ac18c24c
d7ce2204836205104e500d50fa90380b2960e881
refs/heads/master
2020-12-07T17:11:03.011842
2017-06-29T03:13:35
2017-06-29T03:13:35
95,272,837
8
2
null
null
null
null
UTF-8
C
false
false
408
c
#include <stdlib.h> #include <stdio.h> int main() { unsigned int nums[100]; nums[0] = 0; nums[1] = 1; unsigned int sum = 0; unsigned int i = 2; for (; i < 100; i++) { nums[i] = nums[i-1] + nums[i-2]; if (nums[i] >= 4000000) break; if (nums[i] % 2 == 0) ...
[ "desolt@protonmail.com" ]
desolt@protonmail.com
bc4e3f59961d0d00d938cda92ffcf5d8d1add951
702ffe4f40cd690b50f9ba00a9408f6835d7d146
/EmbeddedBreakerCore/Intergration/API_Lib/malloc.h
600c91bc08a8c0ff0553f0f75b995ffbe63d1cb6
[ "MIT" ]
permissive
Neod0Matrix/AttitudeAlgorithm
f4c241bff34ad905dbe8ee2412871d9435dbd0e9
b2d2544490d6d6b821b1a4477143e83268712706
refs/heads/master
2021-05-10T22:03:15.280237
2018-11-07T05:02:53
2018-11-07T05:02:53
118,247,684
2
0
null
null
null
null
UTF-8
C
false
false
1,757
h
#pragma once #include "stdafx.h" //code by </MATRIX>@Neod Anderjon //author: Neod Anderjon //==================================================================================================== //动态内存管理 #ifndef NULL #define NULL 0u //内存常用NULL定义 #endif //内存参数设定 #define MEM_BLOCK_SIZE 32u //内存块...
[ "1054465075@qq.com" ]
1054465075@qq.com
42d35066a277d568f29592365170c6f5953f4bb1
cc40182f55cbf4299de213a02cc24db90fe2caff
/SOM-1.c
a79068abf84df5e28e3cb8a92b73c3696131cb86
[]
no_license
anisldn/SOM-neuronal-network
737aeeff2f125dfb383a937a23f218728b5ae112
ddef3a7a9602be1e823458fb1489c8f869b9bf02
refs/heads/master
2020-04-23T04:46:18.963358
2019-02-16T04:54:15
2019-02-16T04:54:15
170,918,720
0
0
null
null
null
null
UTF-8
C
false
false
7,563
c
#include <stdlib.h> #include <stdio.h> #include <string.h> #include <math.h> #include <time.h> #include "structure.h" void read_file(data_iris *data_iris){ char buffer[NLIGNE]; int j = 0; FILE *fichier = fopen("test.txt", "r+"); if (fichier == NULL){ printf("no data file"); } whi...
[ "anis.laidani34@gmail.com" ]
anis.laidani34@gmail.com
1e20dc2ba24692c84027e6655c947aa088eacde0
b637919196fd4a02b06851285fbb673ed5fc7a8d
/src/old/zconf.h
3683a2c204cede26608eecbf3de9ab6dfacf4727
[ "CC0-1.0" ]
permissive
voxcraft/voxcraft-sim
e75af7855f5ad3ee4e58b79b5bc3193db6164661
dd8668f99ff74fb2fc2ee60deb91287a3b519d8f
refs/heads/master
2023-04-11T21:13:26.946246
2021-11-18T21:05:35
2021-11-18T21:05:35
265,434,971
38
15
CC0-1.0
2021-11-18T21:05:36
2020-05-20T03:06:03
C++
UTF-8
C
false
false
8,156
h
/* zconf.h -- configuration of the zlib compression library * Copyright (C) 1995-1998 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* @(#) $Id$ */ #ifndef _ZCONF_H #define _ZCONF_H /* * If you *really* need a unique prefix for all types and library functions, * ...
[ "sliu1@uvm.edu" ]
sliu1@uvm.edu
075fa278de4fb0ba888480bb0f9ea0be17b47d80
7c857119fe1505b1d80d6e62969661c06dc1a2f4
/MdeModulePkg/Library/BaseHobLibNull/BaseHobLibNull.c
f740195ef947c99da4d6d4d9e7b9c431d1482d7a
[ "BSD-2-Clause" ]
permissive
CloverHackyColor/CloverBootloader
7042ca7dd6b513d22be591a295e49071ae1482ee
2711170df4f60b2ae5aa20add3e00f35cf57b7e5
refs/heads/master
2023-08-30T22:14:34.590134
2023-08-27T19:14:02
2023-08-27T19:14:02
205,810,121
4,734
770
BSD-2-Clause
2023-09-03T12:41:33
2019-09-02T08:22:14
C
UTF-8
C
false
false
16,883
c
/** @file Provide Hob Library functions for build testing only. Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR> Copyright (c) 2018, Linaro, Ltd. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <Uefi.h> #include <Pi/PiMultiPhase.h> #include <Lib...
[ "isakov-sl@bk.ru" ]
isakov-sl@bk.ru
995c220acff930ae9ded10fce69d3fb32e40e18e
b7525fde60c1e747864254ac3e2a0f0beeaf75cb
/intensional-5/allinterval_klee/AllInterval-065.c
18252ac3d37788ae8ca1c4df7b616f36128cb03e
[ "LicenseRef-scancode-public-domain-disclaimer" ]
permissive
vsahil/csp-c
8ea7e875378ffcb79e97eb2db150027b83a4ce47
0afcfe6ab1df25c81b14fb7540d89c3c4fd42277
refs/heads/master
2020-03-18T04:28:40.358350
2019-05-16T05:17:11
2019-05-16T05:17:11
134,289,263
0
1
null
2018-05-29T08:15:58
2018-05-21T15:39:11
C
UTF-8
C
false
false
86,288
c
int dist(int a, int b) { int dis = (a-b >= 0) ? a-b : b-a; return dis; } #include <klee/klee.h> #include <assert.h> #include <stdio.h> #include <stdlib.h> int main () { int var0; klee_make_symbolic(&var0, sizeof(var0), "var0"); int var1; klee_make_symbolic(&var1, sizeof(var1), "var1"); int var2; klee_make_symbolic(&v...
[ "v.sahil1@gmail.com" ]
v.sahil1@gmail.com
d3d9787c1c92552b8c3d2948278f11f8b13a875d
d0b6940acef2dd8ee8e37dc1034cb7e6799889f8
/devel/include/moveit_msgs/MotionSequenceRequest.h
add66d7633106e2dfa55ee67a646b7ef9f5bf227
[]
no_license
robwoidi/ws_MoveIt
5477202f01e7ddd9c4bdf21187c755fe80bf6c4d
9b004cd792193337f9f3e628ded7a63e97f85295
refs/heads/master
2023-07-06T01:54:24.311735
2021-08-08T11:57:34
2021-08-08T11:57:34
393,943,940
0
0
null
null
null
null
UTF-8
C
false
false
93
h
/home/stefan/ws_moveit/devel/.private/moveit_msgs/include/moveit_msgs/MotionSequenceRequest.h
[ "woidi@t-online.de" ]
woidi@t-online.de
866806ddbac7b342b5a16d88766a51f9312ac1fa
a04e803783e19dd887f0315cf0091b9180e380a0
/compress.h
50d538a573e85cc497bb1e21dc790225f2b2e45c
[]
no_license
yequsun/CS214-Project2
86e18ea1b726ed5eb46c8e77397068f845f3fa89
323e3f5af87a8d782487156906c909dff74aa1c8
refs/heads/master
2020-01-24T19:46:44.347285
2016-11-23T02:10:26
2016-11-23T02:10:26
73,643,178
0
0
null
null
null
null
UTF-8
C
false
false
323
h
#ifndef COMPRESS_H_ #define COMPRESS_H_ typedef struct { char * filename; int partno; int start; int length; int parts; } Info; void compressT_LOLS(char *, int); void compressR_LOLS(char *, int); void * compress(void *); void writeLOLS(FILE *, int, char); char * create_output_filename(char *, int, int, int); #en...
[ "rmrice2@gmail.com" ]
rmrice2@gmail.com
c95bd8036a7d21a6386e2369488be845ffdac7c5
8eeaab386ccaad8ef165fe432f930b673407e2f9
/inst/u_scp_types.h
9f9ce0f82df4ea2a01b1d8f43ee66f6052fe8f8c
[ "MIT" ]
permissive
noqu/vbb
bbdbc8bed99dbd90e4d9f8b86060371590d1f21d
f529aab91eac0aef6d09dc2b26abbb0a7ae5c9bf
refs/heads/master
2021-01-11T18:56:20.892676
2017-03-07T13:01:48
2017-03-07T13:01:48
79,660,716
1
2
null
2017-03-07T13:01:48
2017-01-21T17:24:16
C
UTF-8
C
false
false
2,169
h
/*---------------------------------------------------------------*/ /* u_scp_types.h */ /*---------------------------------------------------------------*/ /* Norbert Kuck */ /* Version 4.2 1.6.93 */ /*---------------------------------------------------------------*/ /* Instantiierung der generische...
[ "Norbert.Kuck@gmail.com" ]
Norbert.Kuck@gmail.com
979315c51f643a1db93f1f21675eac2663c9bf38
a4c57a925082b0da4082e9f82af85f7ce6c5954e
/Assignment/NestedForAssignment27July/Prog2.c
77993c6b545a335c1c27a9486ec4d3f90f71c8fb
[]
no_license
pradnyanivangune/C2W
aa9b9b40eecf316262c0c588652456994bc2bc78
513d818f9899a07445ed0c95deadb95e1e18f06c
refs/heads/master
2022-12-08T04:44:41.873690
2020-08-20T14:28:36
2020-08-20T14:28:36
279,859,716
0
0
null
null
null
null
UTF-8
C
false
false
832
c
/* Q2) write a program to print following pattern 1 2 3 4 5 6 7 8 9 */ #include<stdio.h> void main(){ int num = 1 ; for(int i = 1 ; i <= 3 ; i++){ for(int j = 1 ; j <= 3 ; j++){ printf("%d ",num); num++; } printf("\n"); } } /* Output:- pradnya@pradnya-Latitude-348...
[ "noreply@github.com" ]
pradnyanivangune.noreply@github.com
dc700d7695cd5b428b0866bda278d82a4dcd533b
cf71e4f8e3f2d87abb22e5a69da2ae9fa7551c86
/New Unity Project/ios version/Classes/Native/mscorlib_System_Runtime_Serialization_Formatters_Binary_Bina_1.h
e93b7ac83c7677779d9d50f94dbac1e9bc21e602
[]
no_license
liamzebedee/hackagong2015
1a28c80caa9fbc69b007d0d1eae1d69c6565a87a
3c3b560df9619ca76d7efc348796001a6bb5eeeb
refs/heads/master
2021-01-13T01:30:09.952383
2015-09-19T16:18:55
2015-09-19T16:18:55
42,692,533
1
1
null
null
null
null
UTF-8
C
false
false
2,180
h
#pragma once #include <stdint.h> // System.Runtime.Serialization.SerializationBinder struct SerializationBinder_t1471; // System.Runtime.Serialization.ISurrogateSelector struct ISurrogateSelector_t1422; // System.Object #include "mscorlib_System_Object.h" // System.Runtime.Serialization.Formatters.FormatterAssemblySty...
[ "liamzebedee@yahoo.com.au" ]
liamzebedee@yahoo.com.au
98f2a137b9008f6f20213f84985cd0fc33cf85ea
0bc9b146567d5edc4a97929b17d1f2c4cb3a6f56
/openmpi-1.4.2/ompi/datatype/dt_create_indexed.c
b67e6116bdc4b4d8c25def0a318695aa83928d73
[ "BSD-3-Clause-Open-MPI" ]
permissive
rjrpaz/MyOpenMPI
0cd20be050cb381f60f06978335defd7f72db1a1
db7c81c7305474bcea690c08d8d0765247af0a87
refs/heads/master
2016-09-06T12:04:06.260193
2013-04-05T18:25:42
2013-04-05T18:25:42
3,998,601
0
1
null
null
null
null
UTF-8
C
false
false
5,023
c
/* -*- Mode: C; c-basic-offset:4 ; -*- */ /* * Copyright (c) 2004-2006 The Trustees of Indiana University and Indiana * University Research and Technology * Corporation. All rights reserved. * Copyright (c) 2004-2008 The University of Tennessee and The University * ...
[ "rjrpaz@gmail.com" ]
rjrpaz@gmail.com
e82e207cfe42c988cf0f42e5bc72603761658d91
f0ff535c2535b04034642ba7aabb309eb4ff9db6
/PVDF_pump/USER/cJSON/test.c
198150a428c1c336f0eea4bf593f3c383d0821c8
[ "MIT" ]
permissive
littlezpf666/PVDF
abb17ce8a5b4595a6018a217b3ad683f247e1264
30b9b29881afecbaceb8aae70c2abe3f071413c1
refs/heads/master
2020-05-30T14:38:46.874959
2020-02-17T08:50:26
2020-02-17T08:50:26
189,795,455
1
0
null
null
null
null
UTF-8
C
false
false
6,750
c
/* Copyright (c) 2009 Dave Gamble 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, dist...
[ "1613034482@qq.com" ]
1613034482@qq.com
2f168a57c69fd23f441c4b2b64fa36991911e318
607e69f9e4440ef3ab9c33b7b6e85e95b5e982fb
/deps/museum/5.1.1/bionic/libc/kernel/uapi/drm/tegra_drm.h
0bbc85e9bde88a1e96e9a51390b24c9ddf40c8f1
[ "Apache-2.0" ]
permissive
simpleton/profilo
8bda2ebf057036a55efd4dea1564b1f114229d1a
91ef4ba1a8316bad2b3080210316dfef4761e180
refs/heads/master
2023-03-12T13:34:27.037783
2018-04-24T22:45:58
2018-04-24T22:45:58
125,419,173
0
0
Apache-2.0
2018-03-15T19:54:00
2018-03-15T19:54:00
null
UTF-8
C
false
false
6,226
h
/**************************************************************************** **************************************************************************** *** *** This header was automatically generated from a Linux kernel header *** of the same name, to make information necessary for userspace to *** call i...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
d5c8083c5006a37819b4af05a601ea0f751dcba9
10b9a99600c2f83e06fbdef51045e83c23e66b7f
/uEZ/Source/Processor/NXP/LPC17xx_40xx/Common/include/CMSIS/LPC407x_8x_177x_8x.h
b99a2070a3a91bd9c0e9b19f62363d6c6f27b652
[]
no_license
FutureDesigns/uEZ
e85d76a77ca85b032e573769ed07fc8de2f7f502
6bf821fdab7d3d4f1749de1dbdc3e2609391dc14
refs/heads/master
2022-07-06T13:00:58.870371
2022-07-01T13:46:16
2022-07-01T13:46:16
9,175,014
7
9
null
2022-07-01T13:46:16
2013-04-02T16:51:45
C
UTF-8
C
false
false
65,421
h
/****************************************************************************************************//** * $Id$ LPC407x_8x_177x_8x.h 2012-04-25 *//** * @file LPC407x_8x_177x_8x.h * * @brief CMSIS Cortex-M4 Cortex-M3 Peripheral Access Layer Header File for * NXP LPC407x_8x_177x_8x. * @version ...
[ "33694589+agrutter@users.noreply.github.com" ]
33694589+agrutter@users.noreply.github.com
505021e2b33d910d616354a8694c2c3c0e4016b2
8c76037069d84c43ee7ec0b4a32d62b2b25eb53a
/modern_c_programming/Chap12/compoundlit.c
4162321564e86b98ee3bde8cf930db10dc957830
[]
no_license
tandonadone/books
41040e9efb691942d611660ade1f58ad874ad43f
ecb7d6bd90136ae54bcccdf2a900bcc0a289a146
refs/heads/master
2022-06-05T19:03:03.445795
2020-05-01T18:10:21
2020-05-01T18:10:21
null
0
0
null
null
null
null
UTF-8
C
false
false
161
c
#include <stdio.h> int main(void) { int arr[5] = {0, 1, 2, 3, 4}; int (*q) = &arr; for (int a = 0; a < 5; a++) printf("%d ", *(q++)); printf("\n"); }
[ "goatsenathuram@gmail.com" ]
goatsenathuram@gmail.com
76791e03a197c274732cfb7a2370d908249632e6
c7792b5e5ae5e74d643518a5b0644020288fc6da
/mutants/fuzzgoat.mutant.8693.c
225b323f73e188eafda0a44ff3c0cbc52beea5cd
[ "BSD-2-Clause" ]
permissive
agroce/fuzzgoattriage
0dc99daf2d061aaa0f58ceef3657b6f9ff411613
173c585cc7e87bcb2b82ae22fde56935352cd597
refs/heads/master
2020-07-29T14:49:39.691056
2019-09-20T18:07:19
2019-09-20T18:07:19
209,830,892
0
0
null
null
null
null
UTF-8
C
false
false
32,163
c
/* vim: set et ts=3 sw=3 sts=3 ft=c: * * Copyright (C) 2012, 2013, 2014 James McLaughlin et al. All rights reserved. * https://github.com/udp/json-parser * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1...
[ "agroce@gmail.com" ]
agroce@gmail.com
d5beaebbf7713492506144f814cc74558326fae3
03acefe9deedd76590787c13b600d89cb265a3a7
/tests/syscalls/recv/recv01-test.c
f0b37de75e1c063b7c218c04c4af8e3f3df34db6
[]
no_license
yongjianchn/kint_s2e_autotestkernel
67ab1ffee422b2034c1ef692707718f4ff4a806c
9540146ce9fde0bbd1e6ac66045b84ef5093eb4b
refs/heads/master
2021-01-16T22:11:28.048604
2014-10-09T03:31:21
2014-10-09T03:31:21
15,646,862
2
0
null
null
null
null
UTF-8
C
false
false
7,372
c
/* * * Copyright (c) International Business Machines Corp., 2001 * * 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 License, or * (at your option) any l...
[ "xuyongjiande@gmail.com" ]
xuyongjiande@gmail.com
cc3d3214556d759e0ece53ded6b1ee4375bf7b55
3b67e20a50b8f646ba38971be072d56016993966
/friend_data_storage.h
f6077e0aad1fbebd162d87b1164fe50fbed2edae
[ "MIT" ]
permissive
Jewelbots/nordic-flash-data-storage
256804bcdfcf90cc2b1eee199c29313ece140e8b
587210209b92dad8d808cca41eab1f6b3d2968c5
refs/heads/master
2021-05-04T10:02:31.078689
2016-05-11T18:01:33
2016-05-11T18:01:33
55,100,106
1
3
null
null
null
null
UTF-8
C
false
false
785
h
#ifndef FRIEND_DATA_STORAGE_H_ #define FRIEND_DATA_STORAGE_H_ #include "ble_gap.h" #include <stdint.h> #include <stdbool.h> static const uint8_t MAX_NUM_OF_FRIENDS = 16; typedef struct { ble_gap_addr_t address; uint8_t color_index; } friend_t; #pragma pack(1) typedef struct { friend_t friends[MA...
[ "gjstocker@gmail.com" ]
gjstocker@gmail.com
b92db85a08176c5db5d2912fa75b584e00834035
20cef416dc9369e2fa88034557526895fd088cfe
/nightswatch.c
2643edf3686821164c2f5f5cb1eb39753c97ca62
[ "MIT" ]
permissive
saru-d2/cShell
1c4ed3d64a767a2062fb40849917762082b4def8
c0dd574679e03254093326db90b7271bb60f9fe6
refs/heads/master
2022-12-19T17:23:49.954810
2020-10-10T20:33:25
2020-10-10T20:33:25
291,659,520
1
0
null
null
null
null
UTF-8
C
false
false
3,411
c
#include "header.h" bool qPressed() { fd_set fd; FD_SET(0, &fd); struct timeval tVal; tVal.tv_sec = 0; tVal.tv_usec = 0; int selRet = select(1, &fd, NULL, NULL, &tVal); if (selRet > 0) { char c = fgetc(stdin); if (c == EOF) return false; if (c == '...
[ "senthil_saravanan@rocketmail.com" ]
senthil_saravanan@rocketmail.com
21eef47b3cdd1f64844d77f679992220621ddbf2
40e3d3a1b329e930c4b37dbe640b8fbd942f9999
/MojiMojikun/Transition.h
313ced1f251e827caa21128c6a2346216f15482e
[ "MIT" ]
permissive
r-nmt000/Mojimojikun
b11da3e774cb0925d75d19d28bd23798415c59c4
9c8cf8c4d585a9fab6e6f09ecddfa8f1a32652d1
refs/heads/master
2021-01-18T13:49:28.507260
2014-02-11T16:17:01
2014-02-11T16:17:01
null
0
0
null
null
null
null
UTF-8
C
false
false
247
h
#pragma once #include "Common.h" void Menu_IncrementDarkTransition(float* Darkness); void Menu_DecrementDarkTransition(float* Darkness); void Game_IncrementDarkTransition(float* Darkness); void Game_DecrementDarkTransition(float* Darkness);
[ "r.nmt000@gmail.com" ]
r.nmt000@gmail.com
fe6fc7ec83b7f39014b4878b00050e04d97362fa
c4deb1e54321e2659f0052c4cfc95f09a4feb94a
/QtBoardServer/OSInedependent/libiop/iop_thread.c
b9090ab63a4670a4e0b01687d9819618dbbdb1fa
[]
no_license
ideallx/serveree
f7c6fb1d08055796d5903c6a89a6a1f8d45cb81d
4cfa021f45cf8f6b75e3db6d4115d67acc44f061
refs/heads/master
2021-01-10T19:15:51.555335
2014-12-29T01:54:38
2014-12-29T01:54:38
23,220,456
1
0
null
null
null
null
WINDOWS-1252
C
false
false
3,260
c
/* * Copyright (c) 2011-2014 zhangjianlin ÕżöÁÖ * eamil:jonas88@sina.com * addr: china * 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 * no...
[ "shlxzj@gmail.com" ]
shlxzj@gmail.com
0519383d0789c39742f0c2bd4332c4e31ad2e851
aba986373d82c1993e0652a560bbacb99bec7d85
/sys/dev/pci/vioscsireg.h
f295b6bb6bdcc8aeebde60e92183caa27cf6a1d6
[]
no_license
jsonn/src
6ca01e26548f9be57fec24731f44c6fb9ef8047c
be04bbea3f6e2175fa2fa3d599b440fab0b80eea
refs/heads/trunk
2021-01-23T19:27:06.938789
2017-07-07T13:11:31
2017-07-07T13:11:31
16,292,208
45
44
null
2016-09-02T08:59:44
2014-01-27T20:47:57
null
UTF-8
C
false
false
2,468
h
/* $OpenBSD: vioscsireg.h,v 1.1 2013/12/20 21:50:49 matthew Exp $ */ /* * Copyright (c) 2013 Google Inc. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all cop...
[ "christos" ]
christos
83385f902b0e8ed58b8ad4bc0eb0fbdaa1ba47c2
8da97a5d26c04066ba328dcea739827515d9930f
/u/ghost/forest8.c
bca6668201657d69725b596b8d9e1b817260a886
[]
no_license
mudchina/fy2
15045041bdf42e9a76525db7ce5cb61329a096a4
78599a39965ef63b38a815ce3ab774fb3361b3d2
refs/heads/master
2021-01-10T06:50:29.722868
2016-02-21T09:18:38
2016-02-21T09:18:38
52,199,056
4
3
null
null
null
null
GB18030
C
false
false
1,382
c
#include <ansi.h> inherit ROOM; void create() { object fen, tree; set("short", "原始丛林"); set("long", @LONG 丛林中一片黑暗,黑暗中充满了各式各样的危险,每一种都可以 至命。若是在丛林中迷失了方向,饥渴就足以至命。 LONG ); set("exits", ([ "north" : __DIR__"forest7", "south" : __DIR__"forest1", "east" : __DIR__"forest5", "west" : __DIR__"forest6", ])); set...
[ "liming.xie@gmail.com" ]
liming.xie@gmail.com
e0e98ae101d6083d4b34056cd0f4792e7164b614
5b9da0643ef8bd5fba5f27d3d0970787956c78fc
/getoldopt.c
538b8fa2eb45645d646017b7377184883f611306
[ "LicenseRef-scancode-public-domain" ]
permissive
public-domain/pdtar
ec37d063688f603deb991a365389bd674010a779
5d2d3c4b6ebc821f91accb977fc634c116d3c7c2
refs/heads/master
2021-02-09T01:19:15.287066
2020-03-01T20:49:42
2020-03-01T20:49:42
244,221,485
0
0
null
null
null
null
UTF-8
C
false
false
1,374
c
/* * Plug-compatible replacement for getopt() for parsing tar-like * arguments. If the first argument begins with "-", it uses getopt; * otherwise, it uses the old rules used by tar, dump, and ps. * * Written 25 August 1985 by John Gilmore (ihnp4!hoptoad!gnu) and placed * in the Pubic Domain for your edification...
[ "jean-marc.lienher@bluewin.ch" ]
jean-marc.lienher@bluewin.ch
a754ecb0fc8964d89e716cf20943702d98b5e97a
94c52971faac9c50b6816c8d3df3bb9ef4a07bff
/iOSSmartBus/Pods/Headers/Public/PubNub/PNAPICallBuilder.h
5acc3266b93ce03ee2b3ad8324e0545be2e05a29
[]
no_license
stephen-sh-chen/2017-Dev-Week-Hackathon
62520adb60b1c79a7e836cee27268a9466ef2a0d
d1e430cae67d3489532764dee8ffd47879dcd522
refs/heads/master
2021-01-11T14:16:25.507193
2017-02-15T00:43:55
2017-02-15T00:43:55
81,284,051
1
4
null
null
null
null
UTF-8
C
false
false
55
h
../../../PubNub/PubNub/Data/Builders/PNAPICallBuilder.h
[ "wayne@Waynes-MacBook-Pro.local" ]
wayne@Waynes-MacBook-Pro.local
0e29d07777942a4baca27436f2ff5d5b924d59f6
541e48900e5fbc0a121e5a43c5e9a06ff89de2d1
/test/LIN/main.c
09ea32cdb07ccba3dce541958ffb291a98fd3c4c
[ "BSD-3-Clause" ]
permissive
juanjosegarciaripoll/cblapack
7408a8aa901bfff8e819cbffd5c862eb006c33ac
7b3d7280c8d5f39d8f7f84c3c24067f163e03974
refs/heads/master
2021-05-25T11:56:43.415033
2016-09-24T18:05:17
2016-09-24T18:05:17
13,536,584
0
1
null
null
null
null
UTF-8
C
false
false
174
c
#include <f2c.h> extern int MAIN__(void); int main(int argc, char **argv) { int n; libf2c_init(argc, argv); n = MAIN__(); libf2c_close(); return n; }
[ "jjgarcia@users.sf.net" ]
jjgarcia@users.sf.net
df72247869ab51103638f9fe834494a32f6b6eed
1ba4abd0d77a1984117ed6abdb415f9993fdfe82
/nuttx/nuttx/arch/arm/src/armv7-m/up_svcall.c
9d517c4a7b33bba1b2a8ee0fd1f563222112ba7f
[ "MIT", "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-other-permissive", "ISC" ]
permissive
vixadd/FMoto
5ce3ee3712212ac5dc40d2e05458bab1ffbb00eb
a266307517a19069813b3480d10073f73970c11b
refs/heads/master
2022-06-17T20:20:30.564111
2020-05-08T14:34:51
2020-05-08T14:34:51
103,983,945
4
0
null
null
null
null
UTF-8
C
false
false
19,623
c
/* * Copyright (c) 2015 Google, Inc. * 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 list of conditions an...
[ "dkroell@acm.org" ]
dkroell@acm.org
3557882a7b86efca5aa0b3cf9a0532eae6a18d25
41364b9eeca9877200cf2ad0fa256dd0d4372f86
/lnd_files/Downloads/Tech_Evaluation/Assignment/standard_functions/Assignment_2/ques_1.c
e34e8102d981cc95beaf5a7ab10dcba1c729657e
[]
no_license
mahendra-21/lnd_work
2a10f662effba389c8320839b8c5a8a508bbe272
47cfcefef9f7b1ccc64c7235c8e515abf7b9e34d
refs/heads/master
2020-12-19T15:12:42.558893
2020-02-06T07:08:34
2020-02-06T07:08:34
235,768,266
0
0
null
null
null
null
UTF-8
C
false
false
55
c
int str_len (const char *) { //Write your code here }
[ "m.lakku@globaledgesoft.com" ]
m.lakku@globaledgesoft.com
ddee71ae4b12b3b8dec1410ec5fe005a1a61dccd
1dd1743c82e07ed1e0608be2b093a795e89d6f2d
/C-Code/猴子吃桃问题/MonkeyEatPeach.c
48dab3eb35faace8ce5a2ba43cfbfc7460ee73b8
[]
no_license
IQQcode/Code-C
c69ba35d7b0aae89975cf763abef10ecc039bf6d
53ddb9977cbd6817b8e17126ae6534486cce4c79
refs/heads/master
2022-03-15T11:12:15.534211
2019-12-05T14:30:51
2019-12-05T14:30:51
184,884,805
0
1
null
null
null
null
GB18030
C
false
false
678
c
#define _CRT_SECURE_NO_WARNINGS 1 #include<stdio.h> #include<stdlib.h> int get_Peach(int day) { if (day == 1) { return 2; } else { return 2 * (get_Peach(day - 1) + 2); } } int get_Peach_Loop(int day) { int i = 1; int peach_num_Loop = 0; for (i = 1; i <= 10; i++) { peach_num_Loop = 2 * (peach_num_Loop...
[ "2726109782@qq.com" ]
2726109782@qq.com
8af6e91f8c1c8b1fef8c1fff78abeedcdb9d3503
1e32f9a8a19e77c1feadd9ca9fa25348a4943d91
/src/linux/headers/linux-headers-4.19.0-xlnx-v2019.1-zynqmp-fpga/arch/x86/include/asm/stacktrace.h
f335aad404a479e98e4a5d38dc41ee5e5aa419ec
[ "GPL-2.0-only", "MIT" ]
permissive
maxpark/ultra96-v2_design_mipicamera
d02a4c8cced4e25fbfae20c557a2dd66bf684a34
cff1d24bc605585e8f0e4e716b409ef9eb2e1bcf
refs/heads/master
2022-07-19T18:15:02.208637
2020-05-19T06:13:01
2020-05-19T06:13:01
265,425,370
1
0
MIT
2020-05-20T02:20:48
2020-05-20T02:20:47
null
UTF-8
C
false
false
2,716
h
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (C) 1991, 1992 Linus Torvalds * Copyright (C) 2000, 2001, 2002 Andi Kleen, SuSE Labs */ #ifndef _ASM_X86_STACKTRACE_H #define _ASM_X86_STACKTRACE_H #include <linux/uaccess.h> #include <linux/ptrace.h> #include <asm/switch_to.h> enum stack_type { STACK_TYPE...
[ "hw_zw@autobrain.cn" ]
hw_zw@autobrain.cn
870da2fcc1a00b9bcd22471fa546d7aba7a15e3e
63801a773c63792bc472c5bd873adec9a874d4b4
/code-readpad/kernel-schema/arch_x86_kernel_setup_percpu.c.h
3e7ccc69b749b0a91c9ee0aeaeda073903da4657
[ "MIT" ]
permissive
keyman9848/kde
fbce1edeac5111e2ad6c53fc59e3bc5676b58b5c
61dfbffdfe54af4861e2651da4440042b8ed6254
refs/heads/master
2020-11-30T09:50:07.477605
2019-12-27T07:00:15
2019-12-27T07:00:15
230,368,799
0
1
MIT
2019-12-27T03:47:13
2019-12-27T03:47:12
null
UTF-8
C
false
false
744
h
\n static bool __init pcpu_need_numa(void) static void * __init pcpu_alloc_bootmem(unsigned int cpu, unsigned long size, unsigned long align) static void * __init pcpu_fc_alloc(unsigned int cpu, size_t size, size_t align) static void __init pcpu_fc_free(void *ptr, size_t size) static int __init pcpu_cpu_distance(unsig...
[ "like.xu@linux.intel.com" ]
like.xu@linux.intel.com
9b87ea2e6f9106e56a13b4493569a248991ffabd
d5123c6f32b25f648a027f800156f79cffdecd99
/sdk/imagedump/src/qspi/qspi.h
c00458dadd00a541ae9c5e94443eadd29ea036d8
[]
no_license
Digilent/Genesys-2-OOB
e7d13760543198cb243de899c4a5393018146920
b2cf05c5eaf1937cca5a8c4fe2455f2049a74b76
refs/heads/master
2021-01-22T20:49:15.696162
2017-07-24T20:15:30
2017-07-24T20:15:30
85,360,412
0
2
null
null
null
null
UTF-8
C
false
false
6,106
h
/****************************************************************************** * @file qspi.h * Bootloader implementation on a Spansion serial flash medium. * * @authors Elod Gyorgy * * @date 2015-Dec-23 * * @copyright * (c) 2015 Copyright Digilent Incorporated * All Rights Reserved * * This program is fre...
[ "arthur.brown@email.wsu.edu" ]
arthur.brown@email.wsu.edu
91bc25fdaf651571e72495b7c2c498d67147020b
961b71a354c7df67066f1ccb2078a198314d9e4b
/Solutions To Lab exercises/Lab4.c
bd6b0c762eab39cea491db8e0953f4bfee4cce6f
[]
no_license
gdthemis/OS-2020
4954af439fefed8561111940fb0ea0240cffe6df
887a7a17f826d79ed99b403c873a52ccec093441
refs/heads/master
2023-01-20T05:12:21.079802
2020-11-27T19:21:22
2020-11-27T19:21:22
264,405,733
0
0
null
null
null
null
UTF-8
C
false
false
8,303
c
#include <stdio.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <string.h> #include <unistd.h> #include <sys/un.h> #include <netdb.h> #include <sys/time.h> #include <ctype.h> #include <stdlib.h> #define DEFAULT "\033[30;1m" #define RED "\033[31;1m" #define GREEN "\033[32m" #define YEL...
[ "56193136+gdthemis@users.noreply.github.com" ]
56193136+gdthemis@users.noreply.github.com
b4d8be24b42344497c142d324339a8f41d11ec04
1fabbdfd1ca9ea1b6808893e12bd907eb74de414
/xcode/Classes/Native/AssemblyU2DCSharp_GameObjectPool_CreatePoolObjDelegateMethodDeclarations.h
55714ef267050487f97cfa8469db932031dfe416
[]
no_license
Klanly/TutorialPackageClient
6f889e96c40ab13c97d107708ae8f3c71a484301
b9d61ba2f287c491c9565b432f852980ec3fee28
refs/heads/master
2020-12-03T01:42:35.256114
2016-11-01T02:40:21
2016-11-01T02:40:21
null
0
0
null
null
null
null
UTF-8
C
false
false
1,628
h
#pragma once #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" // GameObjectPool/CreatePoolObjDelegate struct CreatePoolObjDelegate_t2183; // System.Object struct Object_t; // UnityEngine.GameObject struct GameObject_t9; // System.IAsyncResult struct IAsyncResult_t14; //...
[ "bu213200@gmail.com" ]
bu213200@gmail.com
cfd7d59e9a3ccfc7586e26756d59f8e2d0785486
bd0e779cb81c9c0ab60cb188790ab1728b89988d
/test1/lib/lib.c
94761c3c8270473ddab242ca9e8280227f78b176
[]
no_license
chymxl/c_app
d38484bbeb70066079f5f801fee8bcdbac3ac7b0
ac3f0ed01d8717a4d5cae581f7b636f29ea89b47
refs/heads/master
2020-04-29T11:52:23.774076
2019-07-07T15:29:59
2019-07-07T15:29:59
176,115,920
0
0
null
null
null
null
UTF-8
C
false
false
61
c
#include <lib.h> int add(int a, int b) { return a + b; }
[ "chenysh@yonyou.com" ]
chenysh@yonyou.com
e3f2a6599261ed7cd411210ebe1d936728a13e9e
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/abc37b5a-2a9b-47b9-aeb0-4073580e6515.c
c7b32382dea573c3ff256bfbf0a3e3c235a8fb9f
[]
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
565
c
#include <string.h> #include <stdio.h> int main() { int i=44; int j=12; int k; int l; k = 533; l = 64; k = i/j; l = i/j; l = l%j; l = k-4*i; //variables //random /* START VULNERABILITY */ int a; char b[56]; char c[26]; a = 0; do { a++; ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
822d73951c6d31d39fef81a371367e2620a4a7a8
ad3140d7d65dfea0cba41276175f4e48a5e84f78
/include/http_proxy.h
54e23d64bcc1ba40f1691ceed7991af85ff5e726
[ "MIT" ]
permissive
RichardWQJ/ejet
9b83cd4045657efba527857ea0ba473ec97d47e1
9c2cab5a4c2dbadb7cc9bace2a3a6b605aaa7f1d
refs/heads/main
2023-06-29T22:07:05.211148
2021-08-05T11:23:31
2021-08-05T11:23:31
null
0
0
null
null
null
null
UTF-8
C
false
false
1,297
h
/* * Copyright (c) 2003-2021 Ke Hengzhong <kehengzhong@hotmail.com> * All rights reserved. See MIT LICENSE for redistribution. */ #ifndef _HTTP_PROXY_H_ #define _HTTP_PROXY_H_ #ifdef __cplusplus extern "C" { #endif int http_proxy_handle (void * vmsg); int http_proxy_check (void * vmsg, void ...
[ "noreply@github.com" ]
RichardWQJ.noreply@github.com
87cc0b640226ab85c726a4dc94b857f4f40a2ee3
a6bdd4b1f745a275a110b8ceeee066c48d1e6107
/src/view/window_edittime.c
05263e1c2083b50c983eb50a5609717a91aab6ab
[]
no_license
Nitroxleecher/pebble-stamp
e178f9ac2d415cc863adfe7caa5fef0c0c2f2cc5
af5a8b22b23eb6ec584f9346f8f512e0b07321c6
refs/heads/master
2021-01-01T19:50:30.341100
2014-10-03T07:17:17
2014-10-03T07:17:17
null
0
0
null
null
null
null
UTF-8
C
false
false
7,348
c
#include "window_edittime.h" #include "window_main.h" #include "model/model.h" //------------------------------------------------------------------------------ // PUBLIC VARIABLES Window* window_edittime; //------------------------------------------------------------------------------ // PRIVATE VARIABLES static La...
[ "nitroxleecher@gmail.com" ]
nitroxleecher@gmail.com
26ffedccbe20d5c0c652f2a5a8ee85d17eaaed04
e25c8b65c0115053b14f8ecffaea94a964eefa1f
/ds/u/k/kkeenn/secret-area/sec10.c
01e99469303b908c89b10ef434151d1586b16fc2
[]
no_license
zwshen/mudos-game-ds
c985b4b64c586bdc7347bd95d97ab12e78a2f20f
07ea84ebdff5ee49cb482a520bdf1aaeda886cd0
refs/heads/master
2022-03-01T14:55:10.537294
2022-02-15T15:41:26
2022-02-15T15:41:26
244,925,365
4
1
null
2022-02-15T15:41:27
2020-03-04T14:44:49
C
BIG5
C
false
false
675
c
#include <room.h> inherit ROOM; void create() { set("short", "地下城北道"); set("long", @LONG 這裡是一條長長的街道,在街道的四周有許多分岔的小路,不過都 可只容得下一個人左右,南邊是往地下城的城中央的部分,而在北邊則 是往北城門,在這裡有一些垃圾回收器,正在努力的幫街道保持乾淨。 LONG ); set("exits", ([ /* sizeof() == 4 */ "south":__DIR__"sec5.c", "west":__DIR__"court.c", ...
[ "zwshen0603@gmail.com" ]
zwshen0603@gmail.com
8f4bc4a87df7d60c757d17548ca7b987196535c9
23f0f52153318de0c614faa6d8c26baf1282d4b1
/libft/ft_lstadd_back.c
2128031199a3c9ea5ab9b8f3392460f1c8841e1e
[]
no_license
letzguh/42_seoul
0473fd25649c2f0ef36f42fb0359c500a4c31de5
720434cff93c78d90f35357576aa82577d25e73d
refs/heads/master
2023-08-19T11:47:21.264684
2021-09-29T13:32:20
2021-09-29T13:32:20
347,631,728
0
0
null
null
null
null
UTF-8
C
false
false
1,084
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstadd_back.c :+: :+: :+: ...
[ "shlee94a.c@gmail.com" ]
shlee94a.c@gmail.com
85ce40fc8f2036ecb22e281021f0b74a51d87775
d3505d55a212411b108d775d51633efbc472f43f
/communicator/client_operations.h
7e0bb15f5eb2f27f36c057070746e34e91fe72af
[]
no_license
rybmat/SystemCommunicator
7f1239af290fb33c9137b6143e52c76735defd35
e93862a1257cdd86981e03a242dd515cab8bba54
refs/heads/master
2020-06-01T06:52:38.408597
2013-01-31T12:19:26
2013-01-31T12:19:26
null
0
0
null
null
null
null
UTF-8
C
false
false
1,820
h
/* * File: client_operations.h * Author: mateusz * * Created on 17 styczeń 2013, 20:31 */ #ifndef CLIENT_OPERATIONS_H #define CLIENT_OPERATIONS_H #ifdef __cplusplus extern "C" { #endif #include <string.h> #include <sys/types.h> #include <sys/ipc.h> #include <sys/msg.h> #include <signal.h> #include <unistd.h>...
[ "rybarski.mateusz@gmail.com" ]
rybarski.mateusz@gmail.com
5be4c85e221ba51bc14a629a2e80e8c4057892ad
7923787690e3e9b01ab74f4d42ffec3f59bf406d
/ext/phalcon/db/adapter/pdo/abstractpdo.zep.h
74878ad6d223a608ead5f0f38e2b9cd1634cdf1d
[ "BSD-3-Clause" ]
permissive
xiaochong0302/cphalcon
bc126d77c6ac9c89024c5f213c52618081e02b7f
fe17e3ae897b8d3f41d65ed328fcb734d1955b51
refs/heads/master
2020-12-01T12:38:30.236270
2019-12-21T19:08:40
2019-12-21T19:08:40
230,626,277
1
0
NOASSERTION
2019-12-28T15:15:10
2019-12-28T15:15:09
null
UTF-8
C
false
true
9,958
h
extern zend_class_entry *phalcon_db_adapter_pdo_abstractpdo_ce; ZEPHIR_INIT_CLASS(Phalcon_Db_Adapter_Pdo_AbstractPdo); PHP_METHOD(Phalcon_Db_Adapter_Pdo_AbstractPdo, __construct); PHP_METHOD(Phalcon_Db_Adapter_Pdo_AbstractPdo, affectedRows); PHP_METHOD(Phalcon_Db_Adapter_Pdo_AbstractPdo, begin); PHP_METHOD(Phalcon_D...
[ "nikos@niden.net" ]
nikos@niden.net
29d88fb59db8b7bc88f9feeb498e233657ab4f12
b5fd3847d43846fc27d24c5424a4018a1e702994
/boards/lpcxpresso54s018m/usb_examples/usb_host_msd_command/freertos/pin_mux.h
934a6005e9d7f25a2c87a219e3a751d54efb62a5
[]
no_license
AnandSingh/lpc54s018-sdk
fdc8e83ae8809f7dbb4fd1bf3a9ad8a6f736c63c
b1f1fad2fb0fd1f7f7cc2e1ef797c9cea433eba2
refs/heads/master
2021-05-25T21:21:59.428231
2020-04-07T22:11:12
2020-04-07T22:11:12
253,923,302
1
1
null
null
null
null
UTF-8
C
false
false
2,267
h
/* * Copyright 2017, NXP * All rights reserved. * * * SPDX-License-Identifier: BSD-3-Clause * */ /*********************************************************************************************************************** * This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file ...
[ "asingh3@semtech.com" ]
asingh3@semtech.com
828bbea3f8d2604928992145034d7b37d924838c
56a79ae24322c416baa2e15bb0d8f414a22d808f
/libft/src/ft_max.c
a012be00b786d2880db4f6b3f019446d4dd3bdbe
[]
no_license
jfourne/42sh
dbf4a0fcd27c0daf2c45e3c34b1447ba77c34d5d
b4f935cdeecd912625bceadf6055b35bd1f4b5bc
refs/heads/master
2021-10-23T21:54:33.155317
2019-03-20T09:29:08
2019-03-20T09:29:08
104,850,254
0
0
null
null
null
null
UTF-8
C
false
false
961
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_max.c :+: :+: :+: ...
[ "jfourne@e1r8p5.42.fr" ]
jfourne@e1r8p5.42.fr
bcddd97b7abdb0364f0a4366cc0bd4a82210ccb8
b54b445e08fce27015fab9f6ec8adbef1d548957
/Semestre1/LaboratorioComputacao1/aula07/exemplo1/main.c
cdf1898d0d037736fc0578e889b5b0f181d1e1d1
[]
no_license
raviassis/EngenhariaDeSoftware
2c6edb5553ee7d18aee0d356e2d503e394df709b
dbfbdf28b95cbcc13367fd978ee2e95ead0e482c
refs/heads/master
2020-03-22T08:34:03.802981
2018-11-28T10:27:08
2018-11-28T10:27:08
139,774,756
0
0
null
null
null
null
ISO-8859-1
C
false
false
441
c
#include <stdio.h> #include <stdlib.h> int main() { int b,a; int *p; a=5; b=2; p=&a; printf("Valor de a=%d, endereço de a = %d\n",a,p); *p=6; printf("Valor de a=%d, endereço de a = %d\n",a,p); printf("Valor de b=%d, endereço de b = %d\n",b,&b); printf("tamanho alocado a variável...
[ "ravi.g.assis@gmail.com" ]
ravi.g.assis@gmail.com
b7f90ebaf38f5d2435455cdc408932bb89557039
c6b9e56c167b9147c375c255ac865f3d44c66f8e
/preenFM2/include/usbd_preenFM_desc.h
f12122e85cbc324678b06d5c7e0cd9a89c76777e
[]
no_license
matrix12x/preenFM2
42a4666f02f28c359af3b92c332f414557a7825f
86c6a638b3a9b7ce5d694e9dbd0154c2115f191f
refs/heads/master
2021-01-22T17:06:35.049312
2014-06-14T12:48:12
2014-06-14T12:48:12
null
0
0
null
null
null
null
UTF-8
C
false
false
1,457
h
#include "usbd_def.h" extern USBD_DEVICE preenFMDescriptor; #define USB_DEVICE_DESCRIPTOR_TYPE 0x01 #define USB_CONFIGURATION_DESCRIPTOR_TYPE 0x02 #define USB_STRING_DESCRIPTOR_TYPE 0x03 #define USB_INTERFACE_DESCRIPTOR_TYPE 0x04 #define USB_ENDPOINT_DESCRIPTOR_...
[ "xavier.hosxe@gmail.com" ]
xavier.hosxe@gmail.com
550339dd919a85ebfa7e9ad953769fbed870432c
47314c1afabce4b5b555aad00224e3f3d6413006
/queue.h
ed49a5893f8712c18483c561cdc558e425eaf71a
[]
no_license
drewmylo/csse-ass4
2b011aed53990cfb65cda25d966c57bfc0473ee7
abe3a4ae1dae46de942c50864e9e9e98fcc3fc5f
refs/heads/master
2022-04-10T16:26:46.156786
2020-01-30T13:33:51
2020-01-30T13:33:51
null
0
0
null
null
null
null
UTF-8
C
false
false
1,630
h
#ifndef _QUEUE_H_ #define _QUEUE_H_ #include <stdbool.h> /* * A first in, first out (FIFO) queue. This data structure (by itself) is not * threadsafe. */ struct Queue { // The data contained in the queue - as an array. void **data; // An offset within that array that points to the beginning of the queu...
[ "noreply@github.com" ]
drewmylo.noreply@github.com
1ea7c4afca52f1c6cadc6731661a5c5fd87b7c56
46a318134759aa9f6a55820c5beed614c56517b6
/actividad7/PtrSwapAndNegate.c
424c0fe8ffd2ca10d54cc0a53f58cd2420b3fdd1
[]
no_license
A01374974/PrograAvanzada
03505a7bd0306bfaef32b485cdf72475e7409136
712c0b895eadeb888c52eb116735f7d998a67a78
refs/heads/master
2022-03-07T06:03:46.041666
2019-11-19T23:25:19
2019-11-19T23:25:19
null
0
0
null
null
null
null
UTF-8
C
false
false
581
c
#include <stdio.h> #include <stdlib.h> typedef struct{ int x; int y; }Point2D; Point2D* SwapAndNegate(const Point2D* const point){ int x,y,tempX; x = point ->x; y = point ->y; tempX = x; x = y * -1; y = tempX * -1; Point2D *res = malloc(sizeof(Point2D)); res ->x = x; res ->...
[ "ercv106@hotmail.com" ]
ercv106@hotmail.com
653a63f90536cab22b6076e30b0aa9451aed7aa1
241f24e6a837081fd2f3c574c613cfd0b0ab4fb9
/usr.lib/libF77/SCCS/s.c_exp.c
bde77e2400acd06c49109952a7a8eb2ba231cf7d
[]
no_license
b4/4.3BSD-Quasijarus
9474549f02d468f847adb58c797af650f3b803b9
2e0a87cbd51f1c47d04f3c57f07f6d9e1aa8ec1b
refs/heads/master
2021-01-22T20:07:46.920215
2017-03-17T04:39:43
2017-03-17T04:39:43
85,271,248
1
0
null
2017-03-17T04:36:05
2017-03-17T04:36:05
null
UTF-8
C
false
false
629
c
h43916 s 00005/00001/00015 d D 5.1 85/06/07 21:36:40 kre 2 1 c Add copyright e s 00016/00000/00000 d D 1.1 83/01/21 11:08:19 dlw 1 0 c date and time created 83/01/21 11:08:19 by dlw e u U t T I 1 /* D 2 * "%W%" E 2 I 2 * Copyright (c) 1980 Regents of the University of California. * All rights reserv...
[ "abs@absd.org" ]
abs@absd.org
b28aad723ea0c8b5bcf979404f58d7d0bda9a3c4
ee8e5a571bb845f20b0a6e00c5e8c49f6e902abe
/Progamacao2/Recurso/Ficha2/ex6/main.c
2cf2fd96c215f0072930f575c0b63d01aca1ef22
[]
no_license
OscarRSI/Programacao2
f6d10f718244ec6857dc4308d1d01aee83c28bf3
38413aca652814cada8999d29959a355a793fd43
refs/heads/master
2021-05-15T16:58:27.102537
2017-12-21T14:30:56
2017-12-21T14:30:56
107,562,525
1
0
null
null
null
null
UTF-8
C
false
false
749
c
/* * File: main.c * Author: Oscar * * Created on 14 de Dezembro de 2017, 14:38 */ #include <stdio.h> #include <stdlib.h> int main(int argc, char** argv) { int hora, minutos; printf("Introduza a sua Hora: "); scanf("%d", &hora); printf("Introduza os seus minutos: "); scanf("%d", &min...
[ "oscarpinto19@gmail.com" ]
oscarpinto19@gmail.com
a189bbc58c853a5511baf44be5722757286e56ba
8cea040b2567cbd670fff932d9c1f0e134247885
/2021麦轮步兵/APP/iwdg.c
46a118e6ba08bd123e732a9fc07ae59ce366c12c
[ "Apache-2.0" ]
permissive
yry0008/RP-Infanry-1
a5ee83c1b6e81891ffe479d7f8da9a0895e85d3b
c30783d4b2113b25a2e5d1b2e19d55f1b7022c9f
refs/heads/master
2023-07-29T04:49:10.199602
2021-09-12T08:28:30
2021-09-12T08:28:30
null
0
0
null
null
null
null
GB18030
C
false
false
1,089
c
#include "iwdg.h" #include "Device.h" /** * @note @看门狗主要用于任意时刻的系统卡机,不过目前没有出现过这种情况 也用于监测接收机是否处于掉线上线两种模式重复高频切换 之前出现过,不过发现是接收机和遥控老化的问题,但当时看门狗能够应对这个问题做出复位决断 */ //初始化独立看门狗 //prer:分频数:0~7(只有低3位有效!) //rlr:自动重装载值,0~0XFFF. //分频因子=4*2^prer.但最大值只能是256! //rlr:重装载寄存器值:低11位有效. //时间计算(大概):Tout=((4*2^prer)*rlr)/32 (ms)...
[ "2275816616@qq,com" ]
2275816616@qq,com
e72f82dfafb3b37aa4d799caa1e5418925a34a1e
89a6700e121f44e430168ac7636e15809ccd9542
/App/pwm_out.c
1d220e910d59e62fc8ec2dafabe217256875c942
[]
no_license
PPX-Core/pwm-gendetect
fe7afbd43c8629618391a70745f5745e54316f20
f2fcea498fd68b3d45f17e2d12ec267e3b4dee8b
refs/heads/master
2022-09-30T11:56:05.697425
2020-06-07T04:33:05
2020-06-07T04:33:05
269,748,554
0
0
null
null
null
null
UTF-8
C
false
false
4,843
c
#include <stdio.h> #include "main.h" #include "hal_pwm.h" #include "hal_key.h" #include "hal_lcd.h" #include "hal_led.h" #define CPU_FREQ 48000000000LL // 48 MHz #define MAX_FREQ 12000000000LL // 12 MHz #define MIN_FREQ 12LL // 0.012 Hz #define INIT_FREQ 100000000LL // 100 kHz ...
[ "xuping60@hotmail.com" ]
xuping60@hotmail.com
88931a922a3e3ce5b6a683aa14db9f9e72afddb0
75ecfb84c42ad1b2dcc240199a768aea3935850d
/ex00/ft_strcmp.c
ea6d7e3c7e4ac9c7e9ef2bce0c199a7f42592f7f
[]
no_license
vmokhomo/wethinkcode-bootcamper_day06
e04c875e5cdda1e4efd98d4f7f841c55f6821c6c
e15448cef96dd918370403657782f70939162717
refs/heads/master
2022-11-06T14:49:00.030432
2020-06-26T08:28:42
2020-06-26T08:28:42
274,742,312
0
0
null
null
null
null
UTF-8
C
false
false
178
c
int ft_strcmp(char *s1, char *s2) { int i; i = 0; while(s1[i] != '\0' && s2[i] != '\0') { if(s1[i] != s2[i]) return(s1[i] - s2[i]); i++; } return(s1[i] - s2[i]); }
[ "vmokhomo@c4r7s3.wethinkcode.co.za" ]
vmokhomo@c4r7s3.wethinkcode.co.za
e168c436edc5105254e5d820a2b05c442311812d
0893529ca15c6b5e4e54b789d3c3a143ec323336
/hashtable.c
86fc51ff8aeef78b9b1bf8e343b65931a64879c9
[ "BSD-2-Clause" ]
permissive
ben-cooper/Scrabble
23dc1cdda292ea80080c6a5d4ce21464034d5e79
6920c74f58aa38d42795fa7482144e154d4b8074
refs/heads/master
2021-01-13T15:51:58.583959
2018-09-24T19:30:12
2018-09-24T19:30:12
76,830,203
0
0
null
null
null
null
UTF-8
C
false
false
1,426
c
#include "hashtable.h" void *emalloc(size_t size) { void *result; if ((result = malloc(size)) == NULL) { perror("malloc"); exit(1); } return result; } void *ecalloc(size_t nmemb, size_t size) { void *result; if ((result = calloc(nmemb, size)) == NULL) { perror("calloc"); exit(1); } return result; } h...
[ "ben0cooper@gmail.com" ]
ben0cooper@gmail.com
2f8a1b4c78785831d3072f1e88fca024d7d0b824
b17ffdfb22891da0a35bd342330f944dc4f7dda3
/firmware/freertos/queue/lib/FreeRTOSV8.2.3/FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/api/fat_sl.h
974a8bb15dcce6c85a5033988001ca4495b423cd
[ "GPL-2.0-or-later", "freertos-exception-2.0", "MIT" ]
permissive
YuehChuan/stm32f4_practice
8ca786ce5014e85573ef7d5ae155ddd98894dda1
77fd51eeadb8e912f16a021d857e5520fcdabf8c
refs/heads/master
2020-12-05T23:52:34.223248
2020-01-07T08:54:09
2020-01-07T08:54:09
232,281,583
0
0
MIT
2020-01-07T08:43:41
2020-01-07T08:43:40
null
UTF-8
C
false
false
14,058
h
/* * FreeRTOS+FAT SL V1.0.1 (C) 2014 HCC Embedded * * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license * terms. * * FreeRTOS+FAT SL uses a dual license model that allows the software to be used * under a standard GPL open source license, or a commercial license. The * standar...
[ "shengwen1997.tw@gmail.com" ]
shengwen1997.tw@gmail.com
afdfffccece162b544e7b80b6181f907b16bfb89
11d36634ad297f314a975aaec9484f7afa631b91
/Projects/NUCLEO-L496ZG/Examples_LL/SPI/SPI_OneBoard_HalfDuplex_DMA_Init/Inc/main.h
75f67765d612f220f7dab22c154c4e4fcec0e5e3
[ "BSD-2-Clause" ]
permissive
Rayling35/STM32Cube_FW_L4_V1.12.0
195f5d0903a5e7d8b0b3a9940adca8477e3f1412
7c33143c28075fb08322af6335c7ced3550e275d
refs/heads/master
2020-03-20T07:47:57.994399
2018-06-14T06:11:47
2018-06-14T06:11:47
137,291,478
1
0
null
null
null
null
UTF-8
C
false
false
4,735
h
/** ****************************************************************************** * @file Examples_LL/SPI/SPI_OneBoard_HalfDuplex_DMA_Init/Inc/main.h * @author MCD Application Team * @brief Header for main.c module ****************************************************************************** *...
[ "honwe.lin@gmail.com" ]
honwe.lin@gmail.com
a53ffb7e9140b809844c3dcb1ae38d2144089500
c86627f18ccc3e966ac54dabbeacbf0230c94a3d
/Software/ADCSampling/SW4STM32/ADCSampling/Drivers/Board/log.h
09a2fb94d86b0cc844873413d034f83f4a3453d1
[]
no_license
JimZGChow/SpectrumAnalyzer
364606d298b493fc981cac0d2b48e61e93166a51
1ef32663e7d4207202147b6098d8dca4c71b6c4b
refs/heads/master
2023-08-21T13:22:26.259561
2019-06-22T12:06:03
2019-06-22T12:06:03
null
0
0
null
null
null
null
UTF-8
C
false
false
2,585
h
#ifndef IOX_LOG_H_ #define IOX_LOG_H_ #include <stdint.h> #include "FreeRTOS.h" #include "task.h" #define LOG_USART 3 #define LOG_SENDBUF_LENGTH 1024 /* * If the log message does not fit into the remaining buffer space it is * discarded to not block program flow. For debugging purposes this behaviour * might be ...
[ "kaeberic@ibr.cs.tu-bs.de" ]
kaeberic@ibr.cs.tu-bs.de
b03527d7224a535b4c2748de3137a6db4b82db66
ea48509d44177fa42f7b172a335d0bea0b454c96
/mvp/SimpleDaggerApp/ios/Pods/Headers/Private/J2OBJC/org/apache/xpath/patterns/NodeTest.h
babd025a2c48c0303ec1e92df526d986b5576f90
[]
no_license
touchlab-lab/DoppelPoc
b2850a7a057b0f2e5955303badf92dcaf4d671ba
0d13d71a20b64c6c371c1bf6fc43bd6a69e9ea53
refs/heads/master
2021-06-09T14:57:56.642071
2016-11-30T15:50:36
2016-11-30T15:50:36
null
0
0
null
null
null
null
UTF-8
C
false
false
100
h
../../../../../../../../../../../../../bin/j2objc-1.0.2/include/org/apache/xpath/patterns/NodeTest.h
[ "kgalligan@gmail.com" ]
kgalligan@gmail.com
2ac81de59fe9881b7a90162b8dc3ced234ff1f59
a5087ae92fe0fa2de2d4492ddf3041a1b47b0255
/lab18/lib.c
dadbeb7e2ff619f5fafb2e7814626ac87a71099d
[]
no_license
SaschaVinnik/Programing
90b1d7bac603c358b765a8837162c1dbb120aed5
0a23a77924374a7d5d06a9da53d59e844bc870a3
refs/heads/main
2023-05-29T01:34:09.464538
2021-06-11T07:50:19
2021-06-11T07:50:19
306,408,484
1
1
null
null
null
null
UTF-8
C
false
false
5,632
c
#include "lib.h" char *element_insert(char * text, char * pasted_text, int position){ if(position < 0){ position = 0; } if(position > strlen(text)){ position = strlen(text); } char* new_text = malloc((strlen(text) + strlen(pasted_text))* sizeof (char)); memcpy(new_text, text, p...
[ "sascha.vinnik2015@gmail.com" ]
sascha.vinnik2015@gmail.com
faa95d97d641586a9af95b72d52c9eda2fef0eba
b356adc9bd515d919edcdda9b2aceded1b7dc905
/drivers/misc/mediatek/sensor_bio/sensorHub/SCP_sensorHub_v1/SCP_sensorHub.c
8213e087d447f9030a70ab82ddefb6422cc70453
[]
no_license
wisen/tiny_kernel_comment
ca57b10a4df8eef989435ac5974fae5df0f1cc20
3401fe62392c62f735fc6dac1d96c51cca44d249
refs/heads/master
2020-03-17T21:48:36.830903
2018-11-05T16:52:57
2018-11-05T16:52:57
133,976,587
0
0
null
null
null
null
UTF-8
C
false
false
46,211
c
/* SCP sensor hub driver * * * This software program is licensed subject to the GNU General Public License * (GPL).Version 2,June 1991, available at http://www.fsf.org/copyleft/gpl.html * (C) Copyright 2011 Bosch Sensortec GmbH * All Rights Reserved */ #include <linux/interrupt.h> #include <linux/sl...
[ "wisen.wang.ah@gmail.com" ]
wisen.wang.ah@gmail.com
3be5026e092cae5cae5220d1d1c52ee627520121
dce6c43227f469cd676a8eee33b67181fc5d500d
/get_objects/get_square.c
52f5545c56e7667b5f8b62bb633ebe37467d2baa
[]
no_license
AgaevElmaddin/mini_RT
686649ff3e5c0551852ea80ae177851f615b86f5
b38ef5240bc3fb2d84b93c15f35634b5cfda7c68
refs/heads/main
2023-05-31T09:03:16.830345
2021-06-10T08:35:17
2021-06-10T08:35:17
372,810,547
0
0
null
null
null
null
UTF-8
C
false
false
697
c
#include "../minirt.h" t_square *get_square(char **str) { char *message; t_vector center; t_vector orientation; double side; t_colour_op rgb; message = "According to the subject Square format:" "(sq) (center) (normal) (side) (r,g,b)"; if (number_of_words(str) != 5) different_errors(message); get_coo...
[ "lsinistr@mi-n3.msk.21-school.ru" ]
lsinistr@mi-n3.msk.21-school.ru
65aac9086005bc3458f05e4a63dde538b5202c24
c3b86be837df26db9371c63bb31e523adf7d5b13
/libft/ft_bzero.c
798d618681649387c2d0feaeaea7e380a621f3e9
[]
no_license
bMicheal42/minishell
6cdf664912d5d9e1c5df0f53ad4951b230256140
994beaae82cb80b4c5d193f6f4c5797862f9186e
refs/heads/main
2023-03-28T19:56:17.562588
2021-03-18T07:16:39
2021-03-18T07:16:39
346,745,448
0
0
null
null
null
null
UTF-8
C
false
false
970
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_bzero.c :+: :+: :+: ...
[ "bmicheal@student.21-school.ru" ]
bmicheal@student.21-school.ru
ac6f4f414b62564d8b95bb232a8aad8d9971ee55
f5a4bb30b64837b942125002749febc8e72850ea
/strcmp_return_val.c
877f6a4fd5c63ee3e4103bcf660f50d0a045c82c
[]
no_license
Vijay-CPP/C-Source-Codes
441f0d621cd10d77a577cf5582f01c5679f7a7ed
0d9455e0ad92a68f83c5ec4b84b2480df1dac55a
refs/heads/main
2023-04-18T06:08:04.874484
2021-04-21T15:47:46
2021-04-21T15:47:46
359,448,506
0
0
null
null
null
null
UTF-8
C
false
false
298
c
#include <stdio.h> #include<string.h> int main() { printf("\nReturn value of strcmp : "); printf("\nJake , Fred : %d", strcmp("Jake", "Fred")); printf("\nFred , Jake : %d", strcmp("Fred", "Jake")); printf("\nHello , Hello : %d", strcmp("Hello", "Hello")); return 0; }
[ "noreply@github.com" ]
Vijay-CPP.noreply@github.com
e0ef2a3e51d967c30826dc632153a4d7c212eeb2
85fd9528fb76e37cca20cb1e57c202f418b70707
/libraries/libmdbx/lmdb.h
0329de23c1ef689c57168e6aa246964ab8fa4668
[ "OLDAP-2.8", "BSD-4.3RENO", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference" ]
permissive
astrosaurabh/ReOpenLDAP
37090fb6c1c6d0b658988d5afb4144e7c27187eb
445744de12763e50f9fe9d4da9d596454e8adc31
refs/heads/master
2020-03-27T01:58:44.629554
2018-08-08T22:02:04
2018-08-08T22:20:45
null
0
0
null
null
null
null
UTF-8
C
false
false
83,737
h
/** @file lmdb.h * @brief Extended Lightning memory-mapped database library * * @mainpage Extended Lightning Memory-Mapped Database (MDBX) * * @section intro_sec Introduction * MDBX is a Btree-based database management library modeled loosely on the * BerkeleyDB API, but much simplified. The entire database is e...
[ "leo@yuriev.ru" ]
leo@yuriev.ru
4ad48b8f47a0e69bbfb6bcc6b923fbe9779986c5
985beab07c05b613aa8ac3edbcd0987f89344eaf
/fy4/d/fy/npc/obj/she_ling.c
209c918c72d98644d2c213f564324fe481502c98
[]
no_license
Yeeler/fy2005
f6b308592c5037f5b5d40c18b748259447b6abe1
cd244d4fed63ba57cd72a4e7119353a29df1f3c0
refs/heads/master
2021-01-06T20:37:29.371119
2017-08-08T07:54:16
2017-08-08T07:54:16
99,530,241
2
1
null
null
null
null
GB18030
C
false
false
516
c
// 2009 FengYun // Edit by hippo 2009.11 // 孝道 关联 #include <ansi.h> inherit ITEM; void create() { set_name(HIR"赦免令"NOR, ({ "ling"}) ); set_weight(10); if( clonep() ) set_default_object(__FILE__); else { set("long", "缇萦日思夜想的就是为了这张纸,现在她的付出终于有了\n回报。\n"); set("value", 200); set("no_split",1); set("unit", "卷...
[ "yeeler@gmail.com" ]
yeeler@gmail.com
5c0d7b66678f23205b73cb3fe6b9a00dff4f524f
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/radare2/libr/bin/mangling/cxx/extr_cp-demangle.c_d_ref_qualifier.c
13c6882c009e4929f7c17fb5110f79b1d803c571
[]
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,467
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
0ef67010500eaa34955556a83310878a5dd15837
a7b3f19408b4f28f9a742f7388d4614db2225ca7
/Day-3/linersearch.c
61b09846e67d9b0f7f8770776abd4d4c1a0a6d59
[]
no_license
vijaykumar10022/DataStrucutres-IIIT-Nuzivid
9194cef916be0f2af3cd9ec1cf8bcea161f29382
f7d41756ef6579f6911c96b344bbf31d374c69db
refs/heads/master
2020-06-30T23:15:57.348522
2019-08-09T10:52:52
2019-08-09T10:53:49
200,980,396
0
1
null
null
null
null
UTF-8
C
false
false
584
c
//https://brilliant.org/wiki/sorting-algorithms/ #include<stdio.h> int readArray(int a[]){ for(int i=0;i<=6;i++){ scanf("%d",&a[i]); } return 0; } int displayarray(int a[]){ for(int i=0;i<=6;i++){ printf("%d ",a[i]); } return 0; } int sortarray(int a[]){ for(int i=0;i<6;i++){// 10 2 3 11 22 10 for(int j=...
[ "vijay10022@gmail.com" ]
vijay10022@gmail.com
22e8cd672615bf4d59e83aac5c7ce2f44ec86993
54fbab5a0ec14e4e634ef205b38787f8c4bf18e6
/nsl/NSL/neuron/src/main_neuron_src/nsl_neural_network.C
334ace7886869b1bc921aee99ab433830c35518e
[]
no_license
biorobaw/QTNSLSpring2018
dcc5b954e0560740657256ce953b595c828fcfad
4d8afa6314ac6f15f09ef989e991d39b6980d712
refs/heads/master
2021-07-20T15:29:42.724283
2020-05-14T21:46:46
2020-05-14T21:46:46
162,358,177
0
0
null
null
null
null
UTF-8
C
false
false
743
c
// // nsl_neural_network.C // #include "nsl_neuron.h" #include "nsl_neural_network.h" #include "nsl_layer.h" #include "nsl_model.h" #include "nsl_base_list.h" nsl_neural_network::nsl_neural_network(const char* str,int fg) : nsl_model(str,NULL,fg) //todo: changed, no such constructor -bn7 { set_type("neural_network"...
[ "bucefalog@gmail.com" ]
bucefalog@gmail.com
6671121487e9b432528ff75e19e233364b814a1d
23c47f66d0d77383b1e0b1b556dc53ea24c4d01a
/SDP/TopControl/EventFramework/Framework_Main.c
1088422b71e2a7fb3499b3c91903570fca94fefd
[]
no_license
amikhail48/NAUTILUS
04b8e6c35d3903d4fc7beee0446d1ad4d8dbcac2
8a88b4a6e804a08160c5fbbed072250eb02e642f
refs/heads/master
2021-01-21T14:47:56.100717
2017-06-25T03:14:41
2017-06-25T03:14:41
95,273,924
0
0
null
null
null
null
UTF-8
C
false
false
6,346
c
#include <stdio.h> #include <stdlib.h> #include <pigpio.h> #include <pthread.h> #include "EventFramework.h" #include "UltrasonicEventChecker.h" #include "DepthEventChecker.h" #include "HumidityEventChecker.h" #include "ADCEventChecker.h" #include "eventQueue.h" #include "HSM.h" #include <wiringPi.h> #include <time.h> #...
[ "patrickmklee93@gmail.com" ]
patrickmklee93@gmail.com
32ce935d4e89ed5083e7412422c2a3add7b45f64
4bcb5fd62d10302de26a13a38d1aeb897c63649f
/libft/ft_strjoin.c
14e12ad3d6eb279112137b39e9b20e4f540eefbf
[]
no_license
yayimadinosaur/get_next_line
09f810aafff409407d107da2bf686667aa4d55bf
85f1d260789bd5e212a4afb599d0aad55d9201a6
refs/heads/master
2020-12-31T07:34:48.140174
2017-04-19T02:39:39
2017-04-19T02:39:39
86,538,029
0
0
null
null
null
null
UTF-8
C
false
false
1,357
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strjoin.c :+: :+: :+: ...
[ "wfung@e1z2r6p1.42.us.org" ]
wfung@e1z2r6p1.42.us.org
8e29e04805975dccdf5144247e71ea0b1cedc80b
9d74ade04e69d8421a6bdb5e777b16d5e8d6068e
/くらげぽよぽよbyCragames_20160518/Game.h
daafc2b9c6a9185351c3168c34f1064819bab471
[]
no_license
IharaYuuki2/Yuuki
40645b766f2f7c51d23e095162cfb02c36b96326
5cb6d2cabae5f2d7580fdc8fb47ac7d531436802
refs/heads/master
2021-01-17T18:53:14.009550
2016-06-14T09:23:08
2016-06-14T09:23:08
60,745,441
0
0
null
null
null
null
SHIFT_JIS
C
false
false
1,361
h
/******************************************************************************* * タイトル: Gameヘッダーファイル * プログラム名: Game.h * 作成者: GP11A331 4 伊原佑稀 * 作成日: 2016/02/23 ******************************************************************************** * 更新履歴: - 2016/02/23 GP11A331 4 伊原佑稀 * - V1.00 Initial Version *******...
[ "airgearxyl@gmail.com" ]
airgearxyl@gmail.com
1ff42069ff8bb63f9b60da7643a82156fa606c8a
fd6644933c93bec75633ee2e545547acc736185a
/fbs_test/BridgeHeader.h
42dc15bf3d20eab0cae37b74de65bc21b51a3614
[]
no_license
Bazt/testvk
59de622b0facee353910a8787d1dac47d06b553b
bbaad95a2025a2dd9c47f90dc790ceb110d246b0
refs/heads/master
2020-03-27T07:58:21.288349
2018-09-04T01:01:28
2018-09-04T01:01:28
146,210,273
0
0
null
null
null
null
UTF-8
C
false
false
227
h
// // BridgeHeader.h // fbs_test // // Created by Oleg Shcherbakov on 25/08/2018. // Copyright © 2018 Oleg Shcherbakov. All rights reserved. // #ifndef BridgeHeader_h #define BridgeHeader_h #endif /* BridgeHeader_h */
[ "" ]
54840990130ba17e030da0081af87df6c1ae067d
79bfd781ef73197207ece02dc00c6ce222866593
/0x17-doubly_linked_lists/1-dlistint_len.c
e6449bc3dc085d52e7bb78c1c87858fe53d184e6
[]
no_license
epg01/holbertonschool-low_level_programming
93c29ced814503dada71cf25d049ee5e7a3d10a1
e0d9bd917687e6c09d7a466c870d08a54707e709
refs/heads/master
2021-07-18T09:30:39.926415
2021-07-16T00:13:26
2021-07-16T00:13:26
260,022,200
0
1
null
null
null
null
UTF-8
C
false
false
1,606
c
#include "lists.h" /** * Print_Recursive_Rigth - Function that prints the content of the structure. * @Element: Variable that stores the address of the elements of the * structure, as the function calls itselt. * @Counter: Saves the number the penultimate call to recursion that is * equivalent...
[ "emmanuelpalacio1@hotmail.com" ]
emmanuelpalacio1@hotmail.com
4ac436950f20680b37e7397c55a9c0771ee6a539
bd69a9d3db41771f04e55a0c90d7a9a5eff2a9ad
/script_rel/train_robbery4_outro.c
1dc71a4f78c2236315e14bac0be88bc987f4e444
[]
no_license
scx1125/RDR2-Decompiled-Scripts
29ace5d22d874534b88f098fc68072e9222fe2c0
2d23c1103bf8e7ca789aeadd4cd174e198e7b920
refs/heads/master
2022-09-21T22:54:17.126994
2020-05-27T11:41:25
2020-05-27T11:41:25
null
0
0
null
null
null
null
UTF-8
C
false
false
26,191
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; struct<4> Local_14 = { 0,...
[ "jaykoza@jaykoza.de" ]
jaykoza@jaykoza.de
30d7786bfac87fae68ba19a92ed908bfb4eca7e5
e09a3d906263d9813efdb5d9ee3b23b3a08a820a
/stanford-trees/maketree.c
ae4468751e1f7026544c46aa7af94cb1da29f70c
[]
no_license
PunitSalian/stanford-datastructure
02b7215c097a811c0f87622307b3ea2f181ef110
36ca14c2856ae969c4a941ce96b320c36ef6aad0
refs/heads/master
2020-03-23T15:22:11.033483
2018-08-29T07:21:21
2018-08-29T07:21:21
141,742,438
0
0
null
2018-07-31T07:35:54
2018-07-20T17:57:32
C
UTF-8
C
false
false
1,031
c
#include<stdio.h> #include<stdlib.h> #include"maketree.h" Node_t* insert(Node_t* node,int data) { Node_t* temp; if(node == NULL) { temp =(Node_t*) malloc(sizeof(Node_t)); temp->data = data; temp->left=temp->right = NULL; ...
[ "puncapture@punits-MacBook-Pro.local" ]
puncapture@punits-MacBook-Pro.local
c679a6bfd480e62aa1973935013e3a6c85709500
27e20f3844399b74c9286297c9d26107b621737a
/mbmaster.h
dab38d547766f61c4398f0610ddfa3564ef6a8b8
[]
no_license
guanjianhe/ModBus_Master
f10b01931e3f3943cc22e002d5bf11a2b41a8e1d
ef773b6acba725aeea0313a05dca864c507a5777
refs/heads/master
2020-06-30T19:03:30.133488
2019-08-06T20:36:38
2019-08-06T20:36:38
200,920,882
0
1
null
null
null
null
UTF-8
C
false
false
1,335
h
#ifndef MBMASTER_H #define MBMASTER_H #include <stdint.h> #define MaxBufferSize 64 typedef enum { MBSuccess = 0x00, MBIllegalFunction = 0x01, MBIllegalDataAddress = 0x02, MBIllegalDataValue = 0x03, MBSlaveDeviceFailure = 0x04, MBInvalid...
[ "noreply@github.com" ]
guanjianhe.noreply@github.com
8fa74bab8f3ad9ba00f748e3a4add1315397e472
2985588a07ac55edc5b6603951abf9ebd4b286cb
/nRF5_SDK/components/libraries/fifo/app_fifo.c
e49cba80cdf0d99e649a0a4aa8ffbe948dc7366a
[ "Apache-2.0" ]
permissive
Klepto63/CodaNRF
6cab1ff3c9d359f1738dd4967adcde3a1be21dac
acad8887742ac82984032ef1f280c645df37bbf7
refs/heads/master
2023-03-08T02:13:01.731348
2021-02-22T23:51:51
2021-02-22T23:51:51
340,934,365
0
0
null
null
null
null
UTF-8
C
false
false
5,929
c
/** * Copyright (c) 2013 - 2017, 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...
[ "alexandre.ribeiro93@hotmail.com" ]
alexandre.ribeiro93@hotmail.com
bdc99491d5c803a77ea4bc30af4129a4a0c220b7
e50b5f066628ef65fd7f79078b4b1088f9d11e87
/llvm/tools/clang/test/OpenMP/for_simd_misc_messages.c
0833bede9e5f447824e56910f54277ba0eff1dcf
[ "NCSA" ]
permissive
uzleo/coast
1471e03b2a1ffc9883392bf80711e6159917dca1
04bd688ac9a18d2327c59ea0c90f72e9b49df0f4
refs/heads/master
2020-05-16T11:46:24.870750
2019-04-23T13:57:53
2019-04-23T13:57:53
183,025,687
0
0
null
2019-04-23T13:52:28
2019-04-23T13:52:27
null
UTF-8
C
false
false
24,569
c
// RUN: %clang_cc1 -fsyntax-only -fopenmp -verify %s // expected-error@+1 {{unexpected OpenMP directive '#pragma omp for simd'}} #pragma omp for simd // expected-error@+1 {{unexpected OpenMP directive '#pragma omp for simd'}} #pragma omp for simd foo void test_no_clause() { int i; #pragma omp for simd ...
[ "jeffrey.goeders@gmail.com" ]
jeffrey.goeders@gmail.com
ef5671b13925df51d0416a12a339f4934f962ac1
b86d2948ceeb8574a8bb1617893c7ba08d6eaaf1
/beepcore-c/threaded_os/wrapper/bp_notify.h
e5a4e332e84485bce6144d7562fd518f4d2c6ca1
[ "LicenseRef-scancode-warranty-disclaimer", "MIT" ]
permissive
sam-github/swirl
216e6a0f5db3190157d4e2f82d4e1aab9739b6a1
af29de8aa44359569504914912010affd874da92
refs/heads/master
2020-05-16T22:18:45.689014
2008-12-08T06:45:26
2008-12-08T06:45:26
35,632
2
1
null
null
null
null
UTF-8
C
false
false
1,075
h
/* * Copyright (c) 2001 Invisible Worlds, Inc. All rights reserved. * * The contents of this file are subject to the Blocks Public License (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.beepcore.org/ * * Software distri...
[ "sam@brick.(none)" ]
sam@brick.(none)
9a87e7af2b75fa162c818e032ad8af1c2177ab1f
77983f4337bdf3a19f758c3c7e404adeaa305ccd
/parcels/gems/2.5.0/gems/rake-12.3.0/doc/example/main.c
c05bae8a5835826821bd2a25f496bb5fb9abf68f
[ "MIT" ]
permissive
DanBurbach/Triangle_Checker
22c734e1c3623cf25f8c6397b3cbe0c7c76eddd3
6b7c7af150505ce597a58340ae989fb088765e2b
refs/heads/master
2023-03-17T09:12:21.252873
2020-06-25T04:48:01
2020-06-25T04:48:01
159,211,042
1
0
null
2023-03-17T02:36:32
2018-11-26T17:59:19
Ruby
UTF-8
C
false
false
97
c
../../../../../../../../Cellar/ruby/2.5.1/lib/ruby/gems/2.5.0/gems/rake-12.3.0/doc/example/main.c
[ "christopher@" ]
christopher@
b5e96947057263b35f212fc8e42fe185a75352ac
3b7cdefcad1272ce9ef9b5a2ea6f6c36d4604a6f
/mcu/pcore/modem/interface/l4/psdm2l4c_enum.h
1ea6032790fa37fa76dd91906915c2959692cd69
[]
no_license
junkyard-2327/TK_MD_BASIC_MOLY.LR12A.R3.MP.V110.6
ad79a26ed395d5b333b718a6b0913003b556f15e
04ebd402fe9472e0c2e3da5a296c11819307b929
refs/heads/master
2022-12-25T23:24:05.155209
2020-10-09T04:37:19
2020-10-09T04:37:19
301,968,967
2
1
null
null
null
null
UTF-8
C
false
false
5,064
h
/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained * herein is confidential. The software may not be copied and the information * contained herein may not be used o...
[ "null" ]
null
5f97d56dc8e46f243a712a4f39872e044856b136
ab7f8c765013f564490268bd609f5c630f8b52e8
/Code/STM32参考代码/STM32+OLED+PH/1.CODE/User/OLED_I2C.h
ee0bf2bad61811f384fbbf5bdc1001723429af32
[]
no_license
yy9705/PH_CODE
97cf11ba4f058590b278c986bf8cc5f051f68e90
b3b58d200b777dcca8d8fa2e64616ba7194231aa
refs/heads/main
2023-06-06T11:01:39.870087
2021-07-01T07:20:57
2021-07-01T07:30:58
378,000,873
2
0
null
null
null
null
GB18030
C
false
false
772
h
#ifndef __OLED_I2C_H #define __OLED_I2C_H #include "stm32f10x.h" #define OLED_ADDRESS 0x78 //通过调整0R电阻,屏可以0x78和0x7A两个地址 -- 默认0x78 void I2C_Configuration(void); void I2C_WriteByte(uint8_t addr,uint8_t data); void WriteCmd(unsigned char I2C_Command); void WriteDat(unsigned char I2C_Data); void OLED_Init(void); void OLE...
[ "abc19970518@outlook.com" ]
abc19970518@outlook.com
85fb79297c81cbed9ea6bfa8c001c36f4460bcc8
05b458a94b13328c4ab0bb474513e69c5f253ec0
/analysis-sources/radare2-analysis/_cppstats/radare2/test/unit/test_parse_ctype.c
f7d8fe426bb9e1efdbe0b7a2050c6e9050297d46
[]
no_license
paulobernardoaf/dataset-files
c7b3a5f44f20a6809b6ac7c68b9098784d22ca52
6cc1726ee87e964dc05117673e50e3e364533015
refs/heads/master
2022-04-23T06:52:15.875641
2020-04-25T18:28:48
2020-04-25T18:28:48
253,626,694
0
0
null
null
null
null
UTF-8
C
false
false
3,597
c
#include <r_parse.h> #include "minunit.h" bool test_r_parse_ctype(void) { RParseCType *ctype = r_parse_ctype_new (); mu_assert_notnull (ctype, "r_parse_ctype_new"); char *error; RParseCTypeType *type = r_parse_ctype_parse (ctype, "const char * [0x42] const * [23]", &error); if (error) { eprintf ...
[ "paulomax9002@gmail.com" ]
paulomax9002@gmail.com
abec1992be10ca7de88469efa1481b888f06605c
97a17c6b43c4b5a4cc532699bd6f6be3b514f705
/blinky/asf-3.21.0/thirdparty/lwip/lwip-1.3.2/src/include/ipv4/lwip/inet.h
8ac44042e6d686daf925e95e3ca7715fba156b11
[ "BSD-3-Clause", "MIT" ]
permissive
ThucVD2704/femto-usb-blink-example
f2adf7ed2cfff860194870b80c870f0a2c27a82b
5e166bdee500f67142d0ee83a1a169bab57fe142
refs/heads/master
2021-01-18T11:04:43.068488
2015-04-24T04:53:26
2015-04-24T04:53:26
null
0
0
null
null
null
null
UTF-8
C
false
false
3,416
h
/* * Copyright (c) 2001-2004 Swedish Institute of Computer Science. * 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 not...
[ "webmaster@alexventure.com" ]
webmaster@alexventure.com
42c41964f3b4e0e84419793bd73e30f476e868d6
5d5562eb54507a15f22e05c60839abb3b7911ca6
/linux/android/binder.h
353869d52ba50a7d52c076f3e7ac04b257d0c0a1
[]
no_license
awikwokproject/kernel-header
45fe70024b7d8b7dbc77208e77e1aa01e3e72fa2
d2eb0fc09976eb372a5cdeac77e1a16bc24b4bd0
refs/heads/main
2023-08-16T20:44:41.408048
2021-10-10T23:05:48
2021-10-10T23:05:48
415,718,970
0
0
null
null
null
null
UTF-8
C
false
false
16,220
h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Copyright (C) 2008 Google, Inc. * * Based on, but no longer compatible with, the original * OpenBinder.org binder driver interface, which is: * * Copyright (c) 2005 Palmsource, Inc. * * This software is licensed under the terms of the GNU Gener...
[ "serperkentang@ususbuntu.xzy" ]
serperkentang@ususbuntu.xzy
0fadce09681bffac62518f5da316a4c4267d5e9c
a4173ec62cb6035b450c75aae772b5f8786ce55c
/src/model-parameters/model_metadata.h
fc03a0cd56057b8208dbbf2502d3159572f7f326
[ "CC0-1.0" ]
permissive
kchemorion/MBEDSpeech
ca58d355a0f27168ab7e520055b99791d362a2b4
655d0250b7d1016c0d6ec89eeed51a1ae407b0c5
refs/heads/main
2023-05-14T13:29:42.769268
2021-06-08T05:41:31
2021-06-08T05:41:31
362,319,538
0
1
null
null
null
null
UTF-8
C
false
false
5,692
h
/* Author: Francis Kiptengwer Chemorion Email: kchemorion@gmail.com */ #ifndef _EI_CLASSIFIER_MODEL_METADATA_H_ #define _EI_CLASSIFIER_MODEL_METADATA_H_ #include <stdint.h> #define EI_CLASSIFIER_NONE 255 #define EI_CLASSIFIER_UTENSOR 1 #define EI_CLASSIFIER_TFLITE ...
[ "kchemorion@gmail.com" ]
kchemorion@gmail.com
f48d2ab99e46af666576f3298263f571b9e545fe
0e816999037d73f20f8728b02165d39fe13b30d8
/Educational Codeforces Round 44 (Rated for Div. 2)/985A.c
045d34db54a1962d6cea1f3f0d39e37f24e24cc2
[]
no_license
NoSoul/CodeForces
00e76827a951660a879809c05e7805ecb360754e
4090298c515e0cc7aa369eed0a0d79f5f9ad6e17
refs/heads/master
2021-01-17T03:28:53.753741
2019-12-04T12:42:46
2019-12-04T12:42:46
23,138,921
2
0
null
null
null
null
UTF-8
C
false
false
1,194
c
#include <stdio.h> #include <stdlib.h> #include <string.h> int P[50]; int Queue[50]; char Flag[101]; int cmp(const void *a, const void *b) { return *(int *)a - *(int *)b; } int main() { int n, cur, len, ans = 0x7f7f7f7f; scanf("%d", &n); for(int i = 0; i < n / 2; ++i) { scanf("%d", &P[i]); ...
[ "NoSoul.Love@GMail.com" ]
NoSoul.Love@GMail.com
dd3a646edcd436fb94bf9497e6e04503e3ece7f9
a0c4ed3070ddff4503acf0593e4722140ea68026
/source/NET/SOCKETS/TCPCMD/DHCP/SERVER/CLIENT/DHCPCMD.C
68afcda15c95d02bfac046b96b4575db6229062a
[]
no_license
cjacker/windows.xp.whistler
a88e464c820fbfafa64fbc66c7f359bbc43038d7
9f43e5fef59b44e47ba1da8c2b4197f8be4d4bc8
refs/heads/master
2022-12-10T06:47:33.086704
2020-09-19T15:06:48
2020-09-19T15:06:48
299,932,617
0
1
null
2020-09-30T13:43:42
2020-09-30T13:43:41
null
UTF-8
C
false
false
45,632
c
/*++ Copyright (c) 1994 Microsoft Corporation Module Name: dhcpcmd.c Abstract: This file contains program to test all DHCP APIs. Author: Madan Appiah (madana) 5-Oct-1993 Environment: User Mode - Win32 Revision History: --*/ #include <windows.h> #include <winsock.h> #include <dhcp.h> #includ...
[ "71558585+window-chicken@users.noreply.github.com" ]
71558585+window-chicken@users.noreply.github.com
131ce89391f67e3764902bdd5e364d5a227b2137
cb5e1513f82ec1ac55b34dd47c4ebbb3eca689ca
/stringhelp.h
7205692af6779175f79b1102bceaff207bdd14d2
[]
no_license
graemeg/mrundlg
e70a8c9d53c45ec6461e2d09634c0c8a9971b505
d9ffaca3ec9bd3185cd4d1fb3fd1d6bd81ff8fad
refs/heads/master
2020-12-24T17:53:46.584973
2015-06-17T13:50:36
2015-06-17T13:50:36
37,597,232
0
0
null
null
null
null
UTF-8
C
false
false
915
h
/* mrundlg - A application / program launcher for Motif/X Copyright (C) 2005 Matthew Holder (sixxgate@hotmail.com) 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 Licen...
[ "graemeg@gmail.com" ]
graemeg@gmail.com
c8bccbc6e2138a1ba3edbf61fa78b488aac5a01c
694267d8efa0f6b961f4df339c99d5c36a6f093d
/minishell/includes/minishell.h
741dbc36610c0b57e5154efb6f11250440b915c5
[ "Apache-2.0" ]
permissive
Hz-Lin/codam2019
b991142db602f0fdb7871ab2310ada382b7acb8b
bdc85564913fa58014c34272ec847e5d73cf9d1c
refs/heads/master
2022-11-11T03:43:40.770227
2022-11-10T15:37:41
2022-11-10T15:37:41
218,055,419
0
3
Apache-2.0
2021-12-15T15:12:34
2019-10-28T13:40:17
C
UTF-8
C
false
false
4,772
h
/* ************************************************************************** */ /* */ /* :::::::: */ /* minishell.h :+: :+: ...
[ "huizhi.lin0@gmail.com" ]
huizhi.lin0@gmail.com
da65900e75dec728f712d9d043f36c380abbabae
5aae09339c134aaf9e6573f0798414cdc86621bf
/lab16.c
7ec047aa6c50b9aaf3fbf68bfc7c1237620ea713
[]
no_license
MIETDevelopers/2020A1R017_Tazeem_CLab_ESC-111
ddfeec8d4f2c0d85539b7ac59633defb031f8787
12521a7dcc2760b16904e043b7841fd1a7ec8036
refs/heads/main
2023-04-02T16:09:43.925334
2021-04-12T17:49:35
2021-04-12T17:49:35
352,923,418
0
0
null
null
null
null
UTF-8
C
false
false
569
c
// Program to find the maximum element and index in the array. #include<stdio.h> int main(){ int arr[5]; int max, i, maxIndex; for (i = 0; i < 5; i++) { printf("Enter element %d of the Array: \n", (i+1)); scanf("%d", &arr[i]); } max = arr[0]; for (i = 0; i < 5; i++) { ...
[ "bhattazeem000@gmail.com" ]
bhattazeem000@gmail.com
afef9c3b1c5f41e186d0a70c1cf308c7b7545c69
f9c2c5e47321b0635a0bf9dddb8b57ee8ae4723c
/sma.h
58fb87462836cc6900d5bb106a8860f491ddcf2e
[]
no_license
PeterHo8888/Project-Mjolnir
6fc892ee87e319a7410152b73eab53bceec47856
2977b0a19f99bba3bd8de3207f52fd484daf739d
refs/heads/master
2023-04-17T05:42:02.811240
2021-04-21T21:37:16
2021-04-21T21:37:16
297,759,138
1
0
null
null
null
null
UTF-8
C
false
false
181
h
#pragma once #include <stddef.h> #include <stdint.h> extern void sma_init(size_t, void (*)(int)); extern void sma_push(int); extern uint32_t sma_avg(void); extern int get_size();
[ "pho@buhao.cc" ]
pho@buhao.cc