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
29a7277d1c74916220e439da831da0249d26c6a7
135bb8a6321b6935c54779d12a8b7f7c174b1bc6
/src/rx board/rxboard_ex/rxboard_ex/src/firmware/uart_245_driver.h
8942d461326372d385f9e6b559657ed1fd0a8a2e
[]
no_license
emontemayor/SIMS_V2-Team-3
f1979cb9d69221f54bddc0b9f81c83c561d6eaa4
241bd9ee3b02fdfadfd993d3ed258b4b2493569f
refs/heads/master
2023-04-07T16:57:44.196132
2021-04-05T20:25:12
2021-04-05T20:25:12
null
0
0
null
null
null
null
UTF-8
C
false
false
3,612
h
/* * uart_245_driver.h * * Created: 3/23/2018 12:59:08 AM * Author: Dan Filbey */ #ifndef UART_245_DRIVER_H_ #define UART_245_DRIVER_H_ #include <asf.h> #include <stdint.h> //#include "simsys_ringbuff.h" #define UART245_RX_BUFF_SIZE 32 #define UART245_TX_BUFF_SIZE 32 /**********************************...
[ "emiliano.montemayor@gmail.com" ]
emiliano.montemayor@gmail.com
43585ded9ee84c2f946fb8a44eabfe99c7b179e8
4d3fe4eb5c102a4c260ea105fb3dc86d55cc6d4c
/src/interrupt.h
6df27d11cdfeed9b5317fd4617509880869203fa
[]
no_license
haramako/hos
f5eeaae0b26873cd08fac65f802e45fa2b02c0c0
78df9149258fcdf97e845ca5f2d949bf56addc47
refs/heads/master
2022-11-05T09:55:02.670755
2020-06-18T17:26:16
2020-06-18T17:26:16
258,785,096
1
0
null
null
null
null
UTF-8
C
false
false
225
h
#pragma once #include "asm.h" #include "common.h" typedef void (*InterruptHandler)(uint64_t intcode, InterruptInfo *info); void interrupt_init(); void interrupt_set_int_handler(uint64_t intcode, InterruptHandler handler);
[ "harada@toydea.com" ]
harada@toydea.com
8354171b04b159598cdfe4b999a4c1404d365d6c
f134e6505bc122b88735fc95f1a0e75d740f2c78
/script_rel/shack_slavepen1.c
79514b7a9915b30b7d5f82e1554f2f4ae97c188b
[]
no_license
Cephy314/RDR3-Scripts
3f71af735258338d2bf2ce686c4a297588d55d34
48f90d93e55d47298c92c3e030c8329f57d97211
refs/heads/master
2022-12-07T06:15:34.610392
2020-07-06T12:19:41
2020-07-06T12:19:41
293,693,732
0
1
null
null
null
null
UTF-8
C
false
false
392,736
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; var uLocal_14 = 0; var u...
[ "timoviveen@gmail.com" ]
timoviveen@gmail.com
259315109c23a4aa2145b98e0a8d2f386041d0ac
63750a3a309e9a910d2f3a5074cf1b9d2dddd250
/forms.c
fa569d02f863d667ef02ffdeb9761c341d894978
[]
no_license
stephenpearson/sums
bca54d2f9ea95f338c36412e97380395d683ba55
51d4a52ca8411a0c398ce94b8c6a29445c6dcb15
refs/heads/master
2020-05-19T09:58:00.049803
2012-07-05T12:51:13
2012-07-05T12:51:13
null
0
0
null
null
null
null
UTF-8
C
false
false
2,664
c
/* forms.c */ #include <stdio.h> #include <stdlib.h> #include "forms.h" form_string *generate_forms(int numcount) { form_string *fs = malloc(sizeof(form_string)); /* Must have at least one number to be valid */ if(numcount < 1) return NULL; /* Trivial case, single number */ if(numcount == 1) { ...
[ "stephen@hp.com" ]
stephen@hp.com
0f2eef2d475844b26e06092e2230da0deda7e3e5
50e7f29b07531bf3db585e420fb7a4209bacf102
/unity-samples/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Security_SecurityExceptionMethodDeclarations.h
44422a83e2216e9f374d9ea08ae9c43a544fc34e
[]
no_license
golergka/appboy-unity-sdk
0d7a8732c6dfd66ffbf30c9214c932a04f2b6d59
deeeba3849bd3a8e6a1166e95a6a5be6f5038646
refs/heads/master
2021-01-18T11:53:22.096992
2016-03-17T12:24:52
2016-03-17T12:24:52
54,115,484
0
0
null
2016-03-17T12:18:57
2016-03-17T12:18:56
null
UTF-8
C
false
false
3,230
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> // System.Security.SecurityException struct SecurityException_t1910; // System.String struct String_t; // System.Runtime.Serialization.Seriali...
[ "wenzhi@appboy.com" ]
wenzhi@appboy.com
fdde1b74680bc5d8f643c0e58c71dc6759801e62
eaf0858b39cad519ed294a1bc3f711b32a409782
/c/math2d.c
b62da3e6c514e5d3b67262c00ed8fd1d04819a04
[]
no_license
h2r/slu_features
51f0406ff8e31742ce3dcf817ae46ee7831fcf25
efbb99662eedc7d2c31ecb9b0b58dd983dd8f769
refs/heads/master
2020-03-25T16:25:43.719739
2015-04-24T14:47:23
2015-04-24T14:47:23
143,930,121
0
0
null
null
null
null
UTF-8
C
false
false
53,902
c
#include "math2d.h" #include <gsl/gsl_eigen.h> #include <gsl/gsl_fit.h> #include <stdlib.h> double math2d_equal_threshold = 0.0001; gsl_vector * origin = math2d_point(0, 0); struct axes math2d_empty_axes() { struct axes result; result.major_st = NULL; result.major_end = NULL; result.minor_st = NULL; result...
[ "stefie10@alum.mit.edu" ]
stefie10@alum.mit.edu
8d2c2c117a1bb53d8b32578304ca7518b6475248
93126d1ce609b583792bd7ca1c2ebe8fe5e008de
/pal/timer/mblue_timer.h
45081e8054aab1b4725dd6bc94624f914d22a2bf
[ "MIT" ]
permissive
licett/mblue
d9f61bd3dba9fd5a478e8515518facfce1b03c3d
7f6ae7f1e079b2d75a47345cbd5f6ffadd1c9891
refs/heads/master
2020-03-28T03:14:27.224367
2019-07-11T02:38:47
2019-07-11T02:38:47
147,630,040
7
0
MIT
2019-01-14T07:06:22
2018-09-06T06:49:07
C
UTF-8
C
false
false
1,527
h
/* * ===================================================================================== * * Filename: mblue_timer.h * * Description: abstractive description of timer * * Version: 1.0 * Created: 2017/5/16 17:28:50 * Revision: none * Compiler: gcc * * Author...
[ "z.licett@gmail.com" ]
z.licett@gmail.com
43b867d47d29faffc14c4ef4dec8aba2bfe5e9d5
f6ad34f1eed97340f796ea083a71e6e2d38a3d26
/src/libs/ixp400_xscale_sw/src/include/IxI2cDrv.h
c719190431cf266f572f3f58fe25e8c53490ca86
[ "BSD-3-Clause" ]
permissive
gz/aos10
606abb223563c4f6df6f163c07b0290ab2d95795
b204e8fc29860ce03155a08f7e8d8748180a4f14
refs/heads/master
2020-03-26T02:38:11.918982
2011-02-10T12:39:06
2011-02-10T12:39:06
1,464,801
0
1
null
null
null
null
UTF-8
C
false
false
28,771
h
/** * @file IxI2cDrv.h * * @brief Header file for the IXP400 I2C Driver (IxI2cDrv) * * @version $Revision: 0.1 $ * * @par * IXP400 SW Release version 2.1 * * -- Copyright Notice -- * * @par * Copyright (c) 2001-2005, Intel Corporation. * All rights reserved. * * @par * Redistribution and use in so...
[ "mail@gerdzellweger.com" ]
mail@gerdzellweger.com
c96e73736ad9f12e0cf689f0292ac666e49ec619
d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9
/testcases/CWE122_Heap_Based_Buffer_Overflow/s08/CWE122_Heap_Based_Buffer_Overflow__c_CWE805_struct_memmove_17.c
f6d17a8a777ff01eba6e15241dd87b520e9a3650
[]
no_license
arichardson/juliet-test-suite-c
cb71a729716c6aa8f4b987752272b66b1916fdaa
e2e8cf80cd7d52f824e9a938bbb3aa658d23d6c9
refs/heads/master
2022-12-10T12:05:51.179384
2022-11-17T15:41:30
2022-12-01T15:25:16
179,281,349
34
34
null
2022-12-01T15:25:18
2019-04-03T12:03:21
null
UTF-8
C
false
false
3,416
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE122_Heap_Based_Buffer_Overflow__c_CWE805_struct_memmove_17.c Label Definition File: CWE122_Heap_Based_Buffer_Overflow__c_CWE805.label.xml Template File: sources-sink-17.tmpl.c */ /* * @description * CWE: 122 Heap Based Buffer Overflow * BadSource: Allocate us...
[ "Alexander.Richardson@cl.cam.ac.uk" ]
Alexander.Richardson@cl.cam.ac.uk
d4b60470acef79df0d60553c4c4c8e2110bf3649
0a4adf870d883e3612d2cc998f91dc04402112a5
/synchronization/mutex/pth_errchmutex.c
278c8eb99cdcfc01fe05db28f18c1396aef4b9f2
[]
no_license
becse-uieth/sys-synchronization
072c2f221f46946f13a3fe67852cab3eade2d7a2
28f9a7eb8009010549e84ba88814defa228a8d15
refs/heads/master
2021-01-19T08:27:20.186780
2017-04-08T12:53:09
2017-04-08T12:53:09
87,633,394
0
0
null
null
null
null
UTF-8
C
false
false
552
c
#include<stdio.h> #include<stdlib.h> #include<pthread.h> #include<unistd.h> #include<unistd.h> pthread_mutex_t mutex=PTHREAD_MUTEX_INITIALIZER; int val; void * thread_func(){ FILE * fd; pthread_lock((&mutex); fd=open(filename,flags); /*read*/ /*write*/ close(fd); /* * int flag=pthread_mutex_trylock(&mutex)...
[ "noreply@github.com" ]
becse-uieth.noreply@github.com
fd794dd7eefeac7f42a91ac1e97cb4b628b7fddd
f62607193dd200f16ee5b3870144a1798574bd02
/Assignment7/task1.c
21702c0d19c8fbf42d0c5d6b8faccf699184feea
[ "MIT" ]
permissive
CSalih/Operating-Systems
48253c67ef6dbf8ff41bf3ceb25bd47f409115f6
c6da888bf2e2f89e767d547da89f2178d9613f1f
refs/heads/master
2022-11-11T01:38:32.682981
2020-06-29T15:49:12
2020-06-29T15:49:12
272,538,408
1
0
null
null
null
null
UTF-8
C
false
false
1,988
c
#include <pthread.h> #include <stdio.h> #include <stdlib.h> #include "myqueue.h" #define THREAD_COUNT 5 #define ZEROS_COUNT 5 #define ONES_COUNT 10000 pthread_spinlock_t thread_locker; void *consumers(void *arg) { unsigned int sum = 0; unsigned int ret = 1; while (ret != 0) { // Lock while usi...
[ "salih@live.at" ]
salih@live.at
4d9c28ee578d9e8b29568d4400991166bda41321
afe6428777cda94abbdd88651bb9a619e1b4451d
/toolchain-3.4.x/include/linux/net.h
5b9d74d8497551bbe8bd1bce9dfc313cfe9897b0
[]
no_license
896660689/padavan-toolchain
5e5f4c150c5604e5a36ef30409ccc8c9b1160923
c953f9346f40ca5b4a8afabeb3031879b1989e1e
refs/heads/master
2023-04-16T08:46:58.328050
2023-04-11T14:17:07
2023-04-11T14:17:07
216,317,035
20
1
null
null
null
null
UTF-8
C
false
false
2,051
h
/* * NET An implementation of the SOCKET network access protocol. * This is the master header file for the Linux NET layer, * or, in plain English: the networking handling part of the * kernel. * * Version: @(#)net.h 1.0.3 05/25/93 * * Authors: Orest Zborowski, <obz@Kodak.COM> * Ross Biro * Fred N. van ...
[ "my375229675@gmail.com" ]
my375229675@gmail.com
1d0fc636d61b653843cebe6f8b21143a35079449
97aab27d4410969e589ae408b2724d0faa5039e2
/SDK/EXES/INSTALL KATANA SDK/INPUT/R10.1_000518/Sample/Audio64/AmAbuseMidi/bpAmMidi.c
ea605d2e5d0e24f0f6ece3bf81f4475f64e68cda
[]
no_license
FutureWang123/dreamcast-docs
82e4226cb1915f8772418373d5cb517713f858e2
58027aeb669a80aa783a6d2cdcd2d161fd50d359
refs/heads/master
2021-10-26T00:04:25.414629
2018-08-10T21:20:37
2018-08-10T21:20:37
null
0
0
null
null
null
null
UTF-8
C
false
false
4,361
c
// ------------------------------------------------------------------------------------------------ // MyMidi.c // // This has some higher level stream functions // // COPYRIGHT (C) SEGA OF AMERICA, INC. 1998 // All rights reserved. // // Information and source code samples contained herein are // provided "as-is", wi...
[ "david.koch@9online.fr" ]
david.koch@9online.fr
647b0b8a1d6f0d1c3975263864f8f46eaaf96de7
dbb00ad61674e99381093796e37770643c5e76bd
/libft/libft/ft_lstdel.c
2481e0e3bb10e04cec9cfa0adf1466456969e5ee
[]
no_license
mdugot42/nm-otool
8ddd0093b3667f1f4b2ca76883bd9fcd2f1696c7
4e78048e051dbc0eb969680bfe15c996332cc7f5
refs/heads/master
2020-03-10T01:35:18.882107
2018-04-11T15:35:57
2018-04-11T15:35:57
null
0
0
null
null
null
null
UTF-8
C
false
false
1,346
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstdel.c :+: :+: :+: ...
[ "merlin.dugot@gmail.com" ]
merlin.dugot@gmail.com
f221e2a44fe463b1ad6cee7b60650c96b0afc488
23a40a4e03abedeffbd4dfd5762a860627368979
/src/oct_managedheap.c
df733ac95a4daf6167cbc18a65d7ed32f404f5af
[]
no_license
bagucode/octarine3
c7cd3119e71094e7b1173240c374ab674f2aa894
02e49696182c25e7d80644aff0a94815f4063c3f
refs/heads/master
2021-01-18T19:28:31.455079
2013-04-10T13:59:07
2013-04-10T13:59:07
null
0
0
null
null
null
null
UTF-8
C
false
false
163
c
#include "oct_managedheap.h" oct_Bool oct_ManagedHeap_alloc(struct oct_Context* ctx, oct_CType type, void** out_box) { // TODO: implement return oct_True; }
[ "markus.gustavsson@gmail.com" ]
markus.gustavsson@gmail.com
4458ab12c59d2ede64913d1c308affe565e9d6f4
a23281a55c6ae4d4087fe3f6dd6592080636ca6e
/main.c
3ff3325b89bea8a56fbd8e33efb77cb1c65cb18d
[]
no_license
LuisAugenstein/Asuro-LineFollower
5f2430d3a71901a5b3d84f98ae6a952827791995
b8be73acd3a28abcee224a68490cfde542033c31
refs/heads/main
2022-12-29T04:47:51.967235
2020-10-23T06:15:42
2020-10-23T06:15:42
306,290,920
0
0
null
null
null
null
UTF-8
C
false
false
19,316
c
#include <asuro-lib/asuro.h> #include <stdio.h> enum DrivingState {STOPPED, MOVING}; enum Color {BLACK, WHITE}; enum StateIndex {ONBLACK, LINELEFT, LINERIGHT, SEARCHLEFT, SEARCHRIGHT, SEARCHLEFT2, SEARCHRIGHT2, TURNLEFTTOGAP, TURNRIGHTTOGAP, MOVEFORWARDTOGAP, MOVEAWAYFROMOBSTACLE, TURNLEFTOBSTACLE, MOVEFORWARDOBSTAC...
[ "noreply@github.com" ]
LuisAugenstein.noreply@github.com
4ecb74542d5c0f76ac98f5b0b653cdbe0be23856
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/3f484ffc-aa1c-4f12-aa1e-cd302f2d6a0e.c
20af658b4096d536402abf292706cbbe2c75a4d8
[]
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
549
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=14; int k; int l; k = 53; l = 63; k = i/j; l = i/j; l = l%j; l = l%j; k = k-k*i; //variables //random /* START VULNERABILITY */ int a; int b[85]; int c[22]; a = 0; do { /* ST...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
2dad5333b2a92d54b477c0d28a17cec6e6cfe8c6
42ddcedb48530b3f3128927bbf2d132de1b669b3
/petsc-3.15.2/src/dm/impls/network/ftn-auto/networkcreatef.c
ceafe006a123f6a23de6e0280b6dd1788a14b187
[ "BSD-2-Clause" ]
permissive
shaunakshende/FBSI_3152
53d1a1660c01b998059d63d3760f4a00cd39ea82
8bc3f2f035c7f38b663fa906acfb8f1747763014
refs/heads/main
2023-06-24T17:51:38.545399
2021-07-22T22:28:25
2021-07-22T22:28:25
388,612,853
1
0
null
null
null
null
UTF-8
C
false
false
1,092
c
#include "petscsys.h" #include "petscfix.h" #include "petsc/private/fortranimpl.h" /* networkcreate.c */ /* Fortran interface file */ /* * This file was generated automatically by bfort from the C source * file. */ #ifdef PETSC_USE_POINTER_CONVERSION #if defined(__cplusplus) extern "C" { #endif extern void *Pets...
[ "shaunak_shende@brown.edu" ]
shaunak_shende@brown.edu
a8a1ae05a015d47222a7bbba80cf548b4d07da6c
70fdc9534ef4fd1ba537a714081064e3a428c86a
/src/config/front-ends/dos/aspi.c
9fd8b4b8abfa1af541797aff1cc2119077328ff1
[ "MIT" ]
permissive
MaddTheSane/executor
2db7649b9a04b600db4021bf61fc0f06ee2e7a71
2a8baf83066ead802ae22e567af41d74a4e920ff
refs/heads/CppPort
2020-04-05T23:06:39.175156
2017-11-11T20:53:45
2017-11-11T20:53:45
8,348,294
15
4
MIT
2018-02-12T23:09:22
2013-02-22T01:45:23
C++
UTF-8
C
false
false
30,208
c
/* Copyright 1994-1996 by Abacus Research and * Development, Inc. All rights reserved. */ #if !defined (OMIT_RCSID_STRINGS) char ROMlib_rcsid_aspi[] = "$Id: aspi.c 63 2004-12-24 18:19:43Z ctm $"; #endif #include "rsys/common.h" #include <pc.h> #include <dos.h> #include <dpmi.h> #include <sys/farptr.h> #include ...
[ "ctm@pomo.griar.com" ]
ctm@pomo.griar.com
febba133abf0bbce70ff930173cfdd97cea44d7e
1fabbdfd1ca9ea1b6808893e12bd907eb74de414
/xcode/Classes/Native/mscorlib_System_Array_InternalEnumerator_1_gen_128.h
1e53c850da331c8b44e85387f29b5c31e97237fe
[]
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
557
h
#pragma once #include <stdint.h> // System.Array struct Array_t; // System.ValueType #include "mscorlib_System_ValueType.h" // System.Array/InternalEnumerator`1<System.Collections.Generic.List`1<GCGame.Table.Tab_AchieveNotice>> struct InternalEnumerator_1_t9184 { // System.Array System.Array/InternalEnumerator`1<Sys...
[ "bu213200@gmail.com" ]
bu213200@gmail.com
2fe7d7e26db8e0f2c25a8f80c2428816f4956991
d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9
/testcases/CWE78_OS_Command_Injection/s07/CWE78_OS_Command_Injection__wchar_t_file_system_64b.c
b0cd2bcb39e33db52c4b07b43589ba863126e8d3
[]
no_license
arichardson/juliet-test-suite-c
cb71a729716c6aa8f4b987752272b66b1916fdaa
e2e8cf80cd7d52f824e9a938bbb3aa658d23d6c9
refs/heads/master
2022-12-10T12:05:51.179384
2022-11-17T15:41:30
2022-12-01T15:25:16
179,281,349
34
34
null
2022-12-01T15:25:18
2019-04-03T12:03:21
null
UTF-8
C
false
false
2,025
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE78_OS_Command_Injection__wchar_t_file_system_64b.c Label Definition File: CWE78_OS_Command_Injection.one_string.label.xml Template File: sources-sink-64b.tmpl.c */ /* * @description * CWE: 78 OS Command Injection * BadSource: file Read input from a file * Go...
[ "Alexander.Richardson@cl.cam.ac.uk" ]
Alexander.Richardson@cl.cam.ac.uk
553f132de3d749f19779e5b71181037b9f74b470
ea4e3ac0966fe7b69f42eaa5a32980caa2248957
/download/unzip/configd/configd-84/SystemConfiguration.fproj/SCPrivate.h
c63ca5951c4315bf79e6bc6b57acb16675500175
[]
no_license
hyl946/opensource_apple
36b49deda8b2f241437ed45113d624ad45aa6d5f
e0f41fa0d9d535d57bfe56a264b4b27b8f93d86a
refs/heads/master
2023-02-26T16:27:25.343636
2020-03-29T08:50:45
2020-03-29T08:50:45
249,169,732
0
0
null
null
null
null
UTF-8
C
false
false
7,642
h
/* * Copyright (c) 2000-2003 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * * Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved. * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Sou...
[ "hyl946@163.com" ]
hyl946@163.com
09dada95627eb925ff792ce74716d649c94da261
91a2fc716e99ddbdcf7b5934f236c900d78ecbdc
/benchmarks/flame-blis/frame/1m/packm/bli_packm_cxk_3mis.h
0e47baffe69f8de5e8d6b9257b6b18a08fe768b1
[ "UPL-1.0", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
jku-ssw/cicro-benchmarks
e4f88b43449a601f050a61197ace02f0d3075e9a
68899480c0fc8d361079a81edc6d816d5f17d58e
refs/heads/master
2020-03-19T11:09:23.924920
2019-04-29T13:04:38
2019-04-29T13:04:38
136,435,144
7
2
NOASSERTION
2019-04-24T18:01:25
2018-06-07T06:56:20
C
UTF-8
C
false
false
2,066
h
/* BLIS An object-based framework for developing high-performance BLAS-like libraries. Copyright (C) 2014, The University of Texas at Austin Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Re...
[ "thomas.pointhuber@gmx.at" ]
thomas.pointhuber@gmx.at
98eaa7e1bde190c42bfb9f35211db155becffe73
598737b786a20889dc6acd468478baf4972535b3
/src/dist/openpam/lib/pam_sm_acct_mgmt.c
e5d65c23405460bb0314641f600115e9037cec2b
[ "BSD-3-Clause" ]
permissive
shisa/shisa-netbsd
5c8e289de2a48b6d8f39bd3add9ca4ea48fec1da
28d999d1c25107c126e0a458a97b9397aae592ef
refs/heads/master
2021-01-01T05:33:32.619808
2008-05-26T04:27:54
2008-05-26T04:27:54
32,793,680
1
2
null
null
null
null
UTF-8
C
false
false
2,539
c
/*- * Copyright (c) 2002-2003 Networks Associates Technology, Inc. * All rights reserved. * * This software was developed for the FreeBSD Project by ThinkSec AS and * Network Associates Laboratories, the Security Research Division of * Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 * ("CB...
[ "keiichi@mobilegravity.sfc.wide.ad.jp" ]
keiichi@mobilegravity.sfc.wide.ad.jp
b2e64610d5995e99573d34d516e171bea495a9f9
3a3b797e503f84dd966f5d7c15dfcc34443efa10
/Proyectos/Proyecto2/CharArray.c
e15f847c9f5024d0a1ca7487777d8f1e50b55972
[ "MIT" ]
permissive
miguel-mzbi/PAvanzada
1d7f9fa3af769a8407f1e2ea080c83021d17fc34
cfc153252969c78a44b88fd93307eebe2ced3087
refs/heads/master
2021-05-13T14:35:35.302173
2018-05-08T20:11:06
2018-05-08T20:11:06
116,745,577
0
0
null
null
null
null
UTF-8
C
false
false
680
c
#include "Thompson.h" void initCharArray(CharStack *a, int initialSize) { a->array = (char *) malloc(initialSize * sizeof(char)); a->used = 0; a->size = initialSize; } void freeCharArray(CharStack *a) { free(a->array); a->array = NULL; a->used = 0; a->size = 0; } char popChar(CharStack *a...
[ "miguel.mzbi@gmail.com" ]
miguel.mzbi@gmail.com
cd211cf7c698d7e6c2e81cb5923d4bcd35f96f0c
b782dfefd0b90f66ff1f57178cbd76aaea93065d
/src/config.h
1eefe6e342c59db76f68c09acac4aa978a59ca8d
[]
no_license
budlover/441-dhttp
14107b2f34433ec2d78e8a6a7cbe445f3ac69ee2
f263cb557f06c043ffd03758bda65e16c7aaa15d
refs/heads/master
2020-06-06T23:36:51.323499
2013-04-15T14:50:48
2013-04-15T14:50:48
null
0
0
null
null
null
null
UTF-8
C
false
false
839
h
#ifndef _CONFIG_H_ #define _CONFIG_H_ #include <stdint.h> #define OBJ_NAME_LEN 9 #define MAX_FILE_PATH 255 #define NODE_INFO_INVALID 0 #define NODE_INFO_VALID 1 #define ENTRY_EXISTS -2 #define IP_LEN 15 typedef struct file_entry { char file_name[OBJ_NAME_LEN + 1]; char file_path[MAX_FILE_PATH + 1]; ...
[ "qiliu@ubuntu.(none)" ]
qiliu@ubuntu.(none)
c6c416ebc54530005abf1046196fda4671317b23
5420130b8380b0ad452f833b5fefb1556b3b91fe
/service_port_forward.h
3899628a7ea1335e4c6db5254a23e1525d7b1fc4
[ "MIT-0" ]
permissive
bryan15/SmartSOCKSProxy
932c8821cc93cf6b7154c158e25bb0dd6a4a85cb
666e9efb57aa0542ff018502b9201a8ed9c09a3b
refs/heads/master
2021-08-17T21:46:38.862729
2020-05-28T18:21:51
2020-05-28T18:21:51
187,381,551
1
0
null
null
null
null
UTF-8
C
false
false
468
h
// Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: MIT-0 #ifndef SERVICE_PORT_FORWARD_H #define SERVICE_PORT_FORWARD_H #include"service.h" typedef struct service_port_forward { struct service srv; char remote_host[300]; int remote_port; } service_port_forwa...
[ "blesiuk@abebooks.com" ]
blesiuk@abebooks.com
8e215682754cbbb6ac1d623d8b24808d6d3982ef
329d7a38745ab8b01e99c30f00925f4c53b151fa
/Action/snake.c
ed5c5a51fe07abba09a3a28c7b49bc97cdca7ac2
[]
no_license
Auxiliary-xzb/Qt
674560402d5c8e800206af4002965199d28b7c4f
6533bc4d59fc6e257e882d5b864f09b3a4bf8e0a
refs/heads/master
2023-04-23T00:17:01.533461
2021-05-10T03:22:05
2021-05-10T03:22:05
131,687,236
1
0
null
null
null
null
UTF-8
C
false
false
75
c
#include "snake.h" #include <stdio.h> void hello(){ printf("haha"); }
[ "519083070@qq.com" ]
519083070@qq.com
50e2e0bbe1bb3d492a63abd5629d55aea059a93b
f032914f89415251aefca7f5f2c2df35be2283dd
/userapps/opensource/sshd/svr-chansession.c
5151efca89e19efcdba7b13baf18e0e6d2188453
[ "SSH-short", "BSD-3-Clause", "MIT", "LicenseRef-scancode-public-domain" ]
permissive
dronixdevteam/AGA-devel
85f844f2634f78087f9f9d7ab810e6a83fbcb0a6
6eb8e558607c5d48545bcb327036931818a39f0f
refs/heads/master
2020-07-05T03:09:05.280469
2011-06-14T13:34:57
2011-06-14T13:34:57
1,894,408
1
0
null
null
null
null
UTF-8
C
false
false
26,143
c
/* * Dropbear - a SSH2 server * * Copyright (c) 2002,2003 Matt Johnston * All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including witho...
[ "stefanoviola@sannioglug.org" ]
stefanoviola@sannioglug.org
4e2ff3439af00534cd041b55fd583f4fc7b05f07
b4db6768a4f648ca1cdb26b9d28c0951570ed21d
/DataStructure/Algorithm_SingleFile/字符串处理/KMP算法相关/poj3461.c
8e5279f0240c2b60cb0c91e82bec3448c837bb1e
[]
no_license
hooluupog/DataStructure
8e5141eae4aba07dcd8ab08e7bb050a51ab357ac
be2beababb7809bdcddd97c7b9706b9703e11533
refs/heads/master
2021-06-03T02:30:58.435568
2017-12-03T07:54:43
2017-12-03T07:54:43
9,807,161
1
0
null
null
null
null
UTF-8
C
false
false
1,006
c
/*找公共子串*/ #include "stdio.h" #include "string.h" #define MAX 1000000 char s[MAX], p[MAX]; int next[MAX]; void get_next(char* s, int* next, int len) { int i = 0, j = -1; next[0] = -1; while (i < len) { if (j == -1 || s[i] == s[j]) { i++; j++; next[i] = j; ...
[ "qq510371827@gmail.com" ]
qq510371827@gmail.com
6751ce8a7fcffe86bca0ddf5fd798c2550e709b9
465a57f4ca8757cf7dbf4cf7822d6e7fc3cb2406
/wavpack/src/read_words.c
5e013e5209e4eda3a9d4db15d6321c53032a5fdc
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
weiwei22844/sox
9e4a7c4413a3aa70ff28dd74394589f220298367
4bf95d0d6d2e37b776f5578ea2d4eb7b57db3073
refs/heads/master
2021-01-16T21:44:23.122841
2016-08-09T08:54:44
2016-08-09T08:54:44
65,278,902
1
0
null
null
null
null
UTF-8
C
false
false
18,626
c
//////////////////////////////////////////////////////////////////////////// // **** WAVPACK **** // // Hybrid Lossless Wavefile Compressor // // Copyright (c) 1998 - 2013 Conifer Software. // // ...
[ "cyuyan22844@126.com" ]
cyuyan22844@126.com
4e78f84358d873141fdb66dc3b75c0a76ddc3c84
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/fs/ext4/extr_inode.c_ext4_inode_blocks_set.c
f8f7b2547bdca853334916c7c2aa3489840e1135
[]
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
2,227
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
1bc309d54fb0410c259e81463e71c27014683286
3c0f181e277a0f4d7888308bd723d1ea136dab0a
/main.c
db309b4b9097d92ccdb27916852210ef9a809207
[]
no_license
xzxin/AD_7124
f39208fdecdcf0886aa9e5cdd0350383771dd26e
62083864a9dfafac43842abecf023149ad3167b5
refs/heads/master
2021-01-22T20:18:02.872581
2017-03-17T13:23:45
2017-03-17T13:23:45
85,303,496
0
0
null
2017-03-17T11:42:29
2017-03-17T11:14:42
null
GB18030
C
false
false
13,220
c
/** ****************************************************************************** * File Name : main.c * Description : Main program body ****************************************************************************** * * COPYRIGHT(c) 2016 STMicroelectronics * * Redistribution and...
[ "noreply@github.com" ]
xzxin.noreply@github.com
de0bb550f687fb1aec2f839a350537cfe1cc611e
3ec8275af311436e4e58945317926ef53631a2f7
/EZIIC_button.cydsn/Generated_Source/PSoC4/FOR_pin_aliases.h
05e08c3be864579c9cebec82df58cecea6075f9c
[]
no_license
zack-mf/cypress-iic-bootloader
9e85e27281ca54b72b2d970a580a2d2f9a3e8547
1b4aa23d8964bb2b1894d013b1c7a965b3498566
refs/heads/master
2022-08-16T01:31:06.009659
2020-05-25T08:54:34
2020-05-25T08:54:34
266,730,309
0
0
null
null
null
null
UTF-8
C
false
false
1,443
h
/******************************************************************************* * File Name: FOR_pin.h * Version 2.20 * * Description: * This file contains the Alias definitions for Per-Pin APIs in cypins.h. * Information on using these APIs can be found in the System Reference Guide. * * Note: * ****************...
[ "limf1670@163.com" ]
limf1670@163.com
b00c1f37f554593ee260645b0902d23c2895b5ea
685950174a4f05bedc32ff4a370af719f7ef9ded
/Project 2 Client Files/Prj1_Material/aes_e.h
2adc379aff736f800123e7f43511ad12f71d6b99
[]
no_license
mwnovak13/Hash-functions-and-authentication
2f2bf7d73055079aaa78e55301b06fce886b87e2
3b6215803c954e844338d4a0124c62fc73096b65
refs/heads/master
2020-04-29T08:24:25.720546
2019-04-07T17:07:27
2019-04-07T17:07:27
175,985,568
0
0
null
null
null
null
UTF-8
C
false
false
318
h
#include <stdint.h> #define AES128 1 #define AES_BLOCKLEN 16 #define AES_KEYLEN 16 #define AES_keyExpSize 176 struct AES_ctx { uint8_t RoundKey[AES_keyExpSize]; uint8_t Iv[AES_BLOCKLEN]; }; void AES_init_ctx(struct AES_ctx* ctx, const uint8_t* key); void AES_encrypt(struct AES_ctx* ctx, uint8_t* buf);
[ "noreply@github.com" ]
mwnovak13.noreply@github.com
008154ed80164a08845392e0ff9d594250d9dd29
d43792c40097839503fdad559888a41907b57382
/hylink/hydevicemanagesdk_scene/src/getpath.c
a8f20d52dd346ec119d12c956c9f47ccd0b99428
[]
no_license
ywandy/honyar
035206d127305a6aacc8184dea76a09910a2e35b
8b5a4dfd2970d4de4a17229d4f41f663f7594a1c
refs/heads/main
2023-05-11T13:51:48.170002
2021-06-04T08:56:24
2021-06-04T08:56:24
null
0
0
null
null
null
null
UTF-8
C
false
false
1,452
c
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <unistd.h> #define MAXBUFSIZE 1024 //通过链接文件名获取被目标文件绝对路径 //为了防止buffer不够大,包装一下readlink() char* getFilePathByLink(const char *filename) { int size = 100; char *buffer = NULL; while (1) { buffer = (char *)realloc(buffer, size); ...
[ "pangpengqiang@163.com" ]
pangpengqiang@163.com
47d4d573f6a1195c4ca4872941f3e6b45cedf6c1
b8b4d6acdbccd57189cc1758274c42792e6f1168
/L05/E03/3.c
745be8664eb1f59d6833e920f117920ec26efc6b
[]
no_license
mrandri19/AlgoritmiEProgrammazionePolito20182019
080e8455b3a68d2215dbbcee9a0e86fc76d29745
630fc594540648a11a94158d4bd4ff7fe9e287c3
refs/heads/master
2020-03-30T14:30:44.981533
2019-01-19T12:38:56
2019-01-19T12:38:56
151,321,249
0
0
null
2018-12-16T17:14:50
2018-10-02T20:47:07
C
UTF-8
C
false
false
11,341
c
#include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #define MAX_LEN 30 + 1 #define COMMAND_BUFFER 255 + 1 #define SECONDS_IN_YEAR 365 * 24 * 60 * 60 #define SECONDS_IN_MONTH 30 * 24 * 60 * 60 #define SECONDS_IN_DAY 24 * 60 * 60 #define SECONDS_IN_HOUR 60 * 60 #define SECONDS_IN_MINUTE 60 ...
[ "andrecogno@hotmail.it" ]
andrecogno@hotmail.it
437cb253322076f6e87dd15be197f9b4aa1994e6
d5604f76a6e5305f6613da6209ddf0d0d217137e
/variants/atmelsam/samb11/include/system_samb11.h
954e88f1a09d4d223b77cf2275fc3e6dfe1d8051
[ "Apache-2.0" ]
permissive
chepo92/framework-cmsis-atmelsam
72afb550e8ea6422cce445b28d5116dfca15a75c
ca2abc9e661b92c2dd2185c6aa5e01012ba27bcf
refs/heads/master
2022-03-03T19:52:00.175944
2019-11-07T19:30:23
2019-11-07T19:30:23
null
0
0
null
null
null
null
UTF-8
C
false
false
1,079
h
/** * \file * * \brief Low-level initialization functions called upon device startup * * Copyright (c) 2017 Atmel Corporation, a wholly owned subsidiary of Microchip Technology Inc. * * \license_start * * \page License * * Licensed under the Apache License, Version 2.0 (the "License"); * you may...
[ "frankleonrose@gmail.com" ]
frankleonrose@gmail.com
c24141a75f61408a2039825d867aaa0ce3fa4733
40a7e2a7a89ce544b0a461b54aed37eb21db1011
/src/tcsip/tcsipreg.h
5843d66e40b690fa8032f24f85d82572ea3ffb8c
[]
no_license
muromec/tcsip
a18c61a80702d279d38c7340d8fc62ac8b0517c8
6f9bda771c60e6b38580019f1809e48ca671d333
refs/heads/master
2021-01-10T00:54:03.156185
2013-12-24T16:44:12
2013-12-24T16:44:12
12,601,588
8
5
null
2015-09-27T20:24:06
2013-09-04T20:39:21
C
UTF-8
C
false
false
1,043
h
#ifndef TCSIPREG_H #define TCSIPREG_H struct tcsipreg; struct sip_addr; struct uac; enum reg_state { REG_NONE, REG_START=1, REG_AUTH=2, REG_ONLINE=4, REG_TRY=5, }; enum reg_cmd { REG_OFF, REG_BG, REG_FG }; typedef enum reg_state reg_state_t; struct list; struct mbuf; typedef void(tcs...
[ "ilya.muromec@gmail.com" ]
ilya.muromec@gmail.com
89d4820316d05f999e72e9d52f7489967ec2e357
58799f08cb9e59dbe418c3b41ae6301fb5687956
/angdoom-0.1/libggi-2.2.2/default/linear_32/crossblit.c
6233dc412d48a75d6345d1f5b4468652112e9be7
[]
no_license
Merlinn/DoomRPi
ba9c093ccec32c5d59694f9ebf738f5e8f7147ef
e80f9722c33da7922d3f56bf0758b19065c94c4a
refs/heads/master
2023-06-15T12:32:21.825134
2013-05-16T19:13:28
2013-05-16T19:13:28
null
0
0
null
null
null
null
UTF-8
C
false
false
29,572
c
/* $Id$ ****************************************************************************** 32-bpp linear direct-access framebuffer renderer for LibGGI: -- functions implementing cross-blitting from other visuals. Copyright (C) 1997 Jason McMullan [jmcc@ggi-project.org] Copyright (C) 1998 Andrew Apted [andre...
[ "lesanglierdesardennes@gmail.com" ]
lesanglierdesardennes@gmail.com
04861297b9c9ca414d8edab40a820bfe81d04184
4e298b59e91f9088f36e9c488eb8c062b8a16c07
/open/capital/npc/nobird.c
dcca14e10ade20613b6548e1ba8de5b9a9224357
[]
no_license
HexColors60/fs2
07714b1dbd27d666febf7ccc5e8d3476edaf0146
c1bc56122142ac741d2432551508d04c9be4694e
refs/heads/master
2021-05-27T11:06:07.272106
2012-08-03T04:15:15
2012-08-03T04:15:15
null
0
0
null
null
null
null
GB18030
C
false
false
1,357
c
inherit NPC; void create() { set_name("太监", ({ "nobirdman", "man" }) ); set("long", "这是在皇城里的一位太监,平常就跟随在皇帝或妃子旁服侍, \n " "长得一副怪里怪气阴沈沈的一样子, 一看就知道一定不是啥\n " "好东西。\n"); set("attitude", "heroism"); set("class","officer"); set("vendetta_mark", "...
[ "szhowardhuang@gmail.com" ]
szhowardhuang@gmail.com
f62d72a7c5cfac033559a20dc96bfe3bae16d748
86632d4c9258379ad50853ce4b9bf757882649e1
/generators/variable_processor/data/length.h
49e9d8ee9ff52fb326326005661e5ed865bc0e09
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
andrew-aladev/oghttp-cmake
719100a5923a693b265510355e44ff6a59b2d888
2cb210fedf415bbd5e94ff22301de7ac5d913bed
refs/heads/master
2023-05-02T21:37:47.547911
2021-05-19T21:44:54
2021-05-19T21:44:54
266,214,912
0
0
null
null
null
null
UTF-8
C
false
false
245
h
// Cmake tools for old generation HTTP (v0.9, v1.0, v1.1) C library. // Copyright (c) 2019 AUTHORS, MIT License. #if !defined(DATA_LENGTH_H) #define DATA_LENGTH_H #include <stdlib.h> void print_length(size_t length); #endif // DATA_LENGTH_H
[ "aladjev.andrew@gmail.com" ]
aladjev.andrew@gmail.com
80d2e3c1976e805a9cf6fe6c312e28e111329b17
54c175850e71cf020ef7292e7a39176170aba786
/src/model/m_stm.c
6a1ae7e3b7d2f9d6086e90a1915d4db10c91e1ee
[ "MIT" ]
permissive
lalawue/m_foundation
d5589d2bc2c21f7a36d3be419c15e2e142be6820
6fd49b9faca93243c023d3ca87f86fcee5af0a53
refs/heads/master
2021-01-19T12:41:53.859533
2018-09-08T03:28:23
2020-03-15T14:14:05
100,797,265
0
0
null
null
null
null
UTF-8
C
false
false
3,109
c
/* * Copyright (c) 2015 lalawue * * This library is free software; you can redistribute it and/or modify it * under the terms of the MIT license. See LICENSE for details. */ #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> #include <string.h> #include "plat_lock.h" #include "m_mem.h" #inc...
[ "suchaaa@gmail.com" ]
suchaaa@gmail.com
25a0b1cd385f874ef726d9c55cbee973bc91052a
b2139e4fdfeb219029a2c784a099e21181681b48
/sub_opc.c
24a8e2e1b25f030abe3d772eb15547de4835a80b
[]
no_license
carlosz22/monty
f30d22d044abfa54f2190d8357a5174482c8749a
902f5cf9c619fde3223d16d51ac132ad267d791c
refs/heads/master
2020-07-31T15:13:12.543012
2019-09-30T05:38:10
2019-09-30T05:38:10
210,648,967
0
0
null
2019-09-26T22:45:47
2019-09-24T16:27:47
C
UTF-8
C
false
false
622
c
#include "monty.h" /** * sub_opc - Substract the top two elements of the stack * @stack: Doubly linked list * @line_number: Line's number * Return: Nothing */ void sub_opc(stack_t **stack, unsigned int line_number) { stack_t *tmp; int lastN = 0, prevN = 0, sub = 0; int count = 0; tmp = *stack; while (tmp ...
[ "carlosez9@hotmail.com" ]
carlosez9@hotmail.com
6f0ebbb3d64d19dc700077a13d427b0d3ace666e
afa684cb5888a95f2478b97a155a35f1538f43dc
/云台控制程序V4.0/HARDWARE/BOARDMPU/boardmpui2c.c
75cbcea03756b6b567db0604a6adcf72b6b45bb3
[]
no_license
hermens/3Axis_gimbal
fde482355e08c5f9f92a2eb0ebd4d0b72852edde
531bcc9ab9fe49cbe80b6c97f9be989b610efeb1
refs/heads/master
2022-01-09T12:21:26.518428
2018-07-15T08:57:06
2018-07-15T08:57:06
null
0
0
null
null
null
null
WINDOWS-1252
C
false
false
3,819
c
#include "boardmpui2c.h" #include"delay.h" void I2C1_Init(uint32_t clkSpeed) { /** GPIO_InitTypeDef i2c1GPIOInitStruct; I2C_InitTypeDef i2c1InitStruct; RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB | RCC_APB2Periph_AFIO, ENABLE); RCC_APB1PeriphClockCmd(RCC_APB1Periph_I2C1, ENABLE); i2c1GPIOInitStruct.GPIO_Pin...
[ "1934924867@qq.com" ]
1934924867@qq.com
042592a021f4881c76ca4e68ed3de30c14da5e59
33aceaa41db369107b6a609b430f22b1f9d3f33a
/save/sauvegarder.h
00e732c6f15d18d8f9edb93aa8a27a63bd5f9a3e
[]
no_license
suchiz/SDL_Project
7752c4d1370cf062fcdbd962982cd6943153908b
12463328545c93f506e792c516db35a402e4ebe8
refs/heads/master
2021-01-24T13:01:28.109981
2017-05-17T08:24:23
2017-05-17T08:24:23
54,157,763
0
0
null
null
null
null
UTF-8
C
false
false
105
h
#ifndef SAUVEGARDER #define SAUVEGARDER #include <time.h> #include <string.h> void save(int i); #endif
[ "kyuuzuka@hotmail.fr" ]
kyuuzuka@hotmail.fr
c41e8077316b1309e8d76cc609955d2037b372e7
b9733ca677848a59cfcf098d227cbee3a1a0b017
/libft/ft_strchr.c
8eea3660ee8abe4a7d469575a11a6fcb41a2c19c
[]
no_license
Anthelixes/Get_Next_Line
fa0391433dddc3a4a8f2cfc0a780ea4d8e97703f
eebaf1ad128872994117c605f563672c8a32831e
refs/heads/master
2021-01-24T09:09:39.244058
2018-02-26T17:30:41
2018-02-26T17:30:41
123,002,317
0
0
null
null
null
null
UTF-8
C
false
false
191
c
#include "libft.h" char *ft_strchr(const char *s, int c) { int i; i = 0; while (s[i] != (char)c && s[i] != '\0') i++; if (s[i] == (char)c) return ((char *)&s[i]); return (NULL); }
[ "dani.eremia@yahoo.com" ]
dani.eremia@yahoo.com
ce87d6456fe3a474a7bce761939f5816d200f276
2d9690285ca386012bf72cc6df11ecc0042e0c26
/InsenseCodeGenerator/solution/radioSensorReceive/Insense_Printer.c
d6b51d6c3f9df1242dfa8856ac4b8d698a2864f6
[]
no_license
avasilsg/InsenseGenerator
d6165a12b2c99b553b21c92f3616138a14a08873
cddfd09f1a1c2707ce494a2703d375d2812d9248
refs/heads/master
2016-09-15T23:41:19.581346
2014-08-25T20:42:10
2014-08-25T20:42:10
null
0
0
null
null
null
null
UTF-8
C
false
false
2,035
c
// Generated from: uk.ac.stand.cs.insense.compiler.incesosCCgen.Component::printImplIncludes #include "main.h" // TODO put remainder of impl includes here #ifndef DALSMALL static char *file_name = "Printer"; #endif // Generated from: uk.ac.stand.cs.insense.compiler.incesosCCgen.Component::generateDecRef static void...
[ "stephan.vassilev@gmail.com" ]
stephan.vassilev@gmail.com
e46e51f918e8175cc1a61c707123ed86aa72342d
76a620afd219493bb35b0bc8ad785fdc64ac2f08
/libft/ft_isascii.c
d910931cef6c45740fce524e632eb22d2dfda373
[]
no_license
Cyren4/Push_Swap
3ac6e35e4b4e81623990ae4d329ab44cdeaba053
0bc2c3657b9033f4cd1c9c1118ed6696140f9a50
refs/heads/master
2023-06-04T20:56:44.464627
2021-06-20T19:50:54
2021-06-20T19:50:54
378,098,884
0
0
null
null
null
null
UTF-8
C
false
false
990
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isascii.c :+: :+: :+: ...
[ "cramdani@42.student.fr" ]
cramdani@42.student.fr
6a3faad97b41fa2126d473d7efea13cf88a93d21
28fd09aacd43dd7c854cee588fd13407ee3b5a05
/acsl/libraries/libc/test/posix/wctype/test_iswctype_l.c
1025323fd77f142357e92362116b246775f7ebde
[ "Apache-2.0" ]
permissive
AnnotationsForAll/annotationsforall
3e9a444ba689153aa7bd0c027bf74e97ec9c4128
16024a9ffecdb72b638e1f942c567f8815183e89
refs/heads/master
2021-01-13T00:53:00.474354
2017-03-31T16:40:34
2017-03-31T16:40:34
53,446,061
4
1
null
null
null
null
UTF-8
C
false
false
1,392
c
#include "../../../test_common.h" #include <wctype.h> #include <wchar.h> /*@ assigns \result; */ extern wchar_t anychar(); /*@ assigns \result; ensures (wchar_t)\result != \result && \result != WEOF; */ extern wint_t invalid(); /*@ assigns \result; */ extern locale_t locale(); void runSuccess() { char buf[] = ""...
[ "crazybonesj@yahoo.com" ]
crazybonesj@yahoo.com
2e47a66c68224f433c3b262e0492e857a0fefe86
f5125cf1c10b1c204b61cb414aded3faaaf884af
/week1/lab1/population.c
da258779e9f47e67c27fcb8b27157fdacfda5f38
[]
no_license
Luise8/CS50x-2021
fe40ca28460ab0c7f230b254e535a19d12f876df
56142924c827d8b8cb2d73a8372a9235a8a76bec
refs/heads/main
2023-08-25T02:33:28.981378
2021-10-14T22:36:07
2021-10-14T22:36:07
361,477,486
0
0
null
null
null
null
UTF-8
C
false
false
601
c
#include <cs50.h> #include <stdio.h> int main(void) { // Prompt for start size int startsize; do { startsize = get_int("Start population?\n"); } while (startsize < 9); // Prompt for end size int endsize; do { endsize = get_int("End population?\n"); } whil...
[ "noreply@github.com" ]
Luise8.noreply@github.com
2f180354ff94a369e97948935de3fcc4865b3bee
214182ebf0de283221271837dc55f1fdd5b8fc29
/src/Sim.c
40555d5dbf498007ff87bd1b13b12dc615ff8130
[]
no_license
cse-uprc/ML-Stim
1109bcadf9cf44254cc57ee77a1c18bf6ebab75a
46e1f57149c307909358cd49a4bfc221399c3a07
refs/heads/master
2020-08-11T10:32:32.805475
2019-10-14T19:27:21
2019-10-14T19:27:21
214,550,340
0
1
null
null
null
null
UTF-8
C
false
false
4,726
c
// Simulation environment #include "Sim.h" #include <math.h> #include <stdio.h> #include <stdlib.h> #include <errno.h> #include <fenv.h> #include <omp.h> void takeTimeStep(struct simEnv sim, float dt, float injected[], int rowNum, float data[10000][205]) { // Taking a time step requires doing aproximation for all va...
[ "joey.a.kilgore@gmail.com" ]
joey.a.kilgore@gmail.com
754d868cf4861db639e63d95528d48da4953ffaf
4eaf27aec40a84163680852f6a341a0e7c44bac1
/src/qs8-vaddc/gen/minmax-scalar-x2.c
8ce23c5c499a9a7c336a181095a28ad5d846e6ac
[ "BSD-3-Clause", "LicenseRef-scancode-generic-cla" ]
permissive
Akheon23/XNNPACK
d58c6e4902627b837d8fae5dd9f722e1756218f4
725f47e906399020688910c88e5bc7549c5e4c9c
refs/heads/master
2023-05-08T09:05:17.735721
2021-05-22T17:06:19
2021-05-22T17:07:12
null
0
0
null
null
null
null
UTF-8
C
false
false
2,564
c
// Auto-generated file. Do not edit! // Template: src/qs8-vaddc/scalar.c.in // Generator: tools/xngen // // Copyright 2021 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <xnnpack/math.h>...
[ "xnnpack-github-robot@google.com" ]
xnnpack-github-robot@google.com
e3b26a3ee0c481b89678d843b5ccaf8eea1495ae
153ebcf00e6536ed56116cce46941ffb4cbacefb
/src/cc1/ops/expr_stmt.h
d68506f1434c2a9f51fc7679b2584b38b585f019
[ "MIT" ]
permissive
rrozestw/ucc-c-compiler
e4830b139b40a4ea6b98e9e182cb53b1d6a56e79
7b959122bef7ab10e1c46e6d62bae370b0be158f
refs/heads/master
2021-07-14T02:22:33.420458
2017-08-12T10:47:39
2017-08-12T10:47:39
null
0
0
null
null
null
null
UTF-8
C
false
false
17
h
EXPR_DEFS(stmt);
[ "robpilling@gmail.com" ]
robpilling@gmail.com
348e0f52991b4fff7f504906a09104d20374dfcf
852ca3e259848d8498072245a08254224a5c4ee6
/fy4/d/death/moai.c
4723fb26852926bb797e3b13a2decc8dc60d6a21
[]
no_license
losep/fy2005
2fa3d5e6d607c663edaab190bf66899789b83929
6ff35a0f7a33c454d9195ee1e28f310d65ec954b
refs/heads/master
2020-07-16T16:08:23.397485
2016-01-05T05:07:46
2016-01-05T05:07:46
null
0
0
null
null
null
null
GB18030
C
false
false
804
c
// TIE@FY3 #include <ansi.h> inherit ROOM; void create() { set("short", "磨捱狱"); set("long", @LONG 一进来,满鼻的血腥味,几只大磨盘不停的转动着,推磨的赤发鬼累得满头大 汗,不时擦拭着。这里是“皮开肉绽,抹嘴呲牙,乃是瞒心昧己不公道,巧语花言 暗伤人”的人犯受刑之地,人犯轮流被推上磨盘,榨为肉酱,然后再由黑面鬼放入 陶盆,拼凑起来,重塑人形后继续受刑。想来下面的椎捣狱也不会舒服到哪里。 LONG ); set("exits", ([ "up" ...
[ "liang.huang@transmension.com" ]
liang.huang@transmension.com
c316ab4cc79f1f9a2e15b2265bf43ee9cc081d1b
46b6387a87591e350a2a0b5093ba0e989aa02558
/cex9-1-1a.c
8e928d7d5299e6200b319044c783ffd7b1192faa
[]
no_license
thanhcong113/C-class
9c8ed19a3d5cd92382faca3134c3b11fbc793f1b
53d8ac7d6fe517691850b1d439a2e3a903eedfd8
refs/heads/master
2021-05-13T16:40:30.426348
2018-01-09T10:03:14
2018-01-09T10:03:14
116,797,886
0
0
null
null
null
null
UTF-8
C
false
false
395
c
#include<stdio.h> void main(void) { float data1=7.1,data2=3.0; float ans1,ans2; double data3=123456789.012345; double data4=2.0; double ans3,ans4; ans1=data1/data2; ans2=data1*data2; ans3=data3*data4; ans4=data3*data4; printf("%f/%f=%f\n",data1,data2,ans1); printf("%f*%f=%f\n",data1,data2,ans2); print...
[ "thanhcongjapan@gmail.com" ]
thanhcongjapan@gmail.com
a13b02f2dead69c16443590fd6c9e434b5073888
27ba4e121e602dae0b0deb4db7ed773a1646958d
/src/client/task_internal.h
5c53d80a4082361bf2cf21128b4005e4b63a88a6
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
baparham/daos
98b453e3941bea87cc1431392d40482ae3bbac7e
9485efda4865b3d34fc84daa4e659b179262031c
refs/heads/master
2021-05-04T22:23:42.729078
2018-01-30T15:51:39
2018-01-31T09:59:06
null
0
0
null
null
null
null
UTF-8
C
false
false
3,260
h
/** * (C) Copyright 2017 Intel Corporation. * * 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 applicable law or...
[ "liang.zhen@intel.com" ]
liang.zhen@intel.com
c342ca28ba33e472ac77141508d181ff42a07d26
84c18b03c75b433628442ed4d55f9781d13ed07d
/Sort/sort.c
e5b0aa8fe2e296682c0c486f29ccdae0389f3655
[]
no_license
hai-vision/Data-Structure
a3b6cbf51af95513baa587ca119d5f7be48091f7
b7337f82e66909628b4dd6ebcb4fe96dca23f289
refs/heads/main
2023-09-02T19:44:02.404486
2021-11-07T09:48:04
2021-11-07T09:48:04
388,834,817
0
0
null
null
null
null
GB18030
C
false
false
3,489
c
#include "sort.h" // 直接插入排序 void InsertSort(int* a, int n) { for (int i = 0; i < n - 1; i++) { // [0, end]有序, 插入数据后任然保持有序 int end = i; int tmp = a[end + 1]; // 暂存当前已排好序元素的后一位 while (end >= 0) { // 边界限定 if (a[end] > tmp) { // 当数组已排好序的元素大于待排序的元素时,交换 a[end + 1] = a[end]; // 移动元素位置 end--; ...
[ "noreply@github.com" ]
hai-vision.noreply@github.com
26583816c7acfcce2604e85cf161a5d7e300b020
f9f81a8608bdfb27e9e3f7f69c3c133c87fecdbf
/Fast Arithmetic, Searching and Sorting/Algorithm and Powering/1.fastArithmetic.c
990f4fc299334fda000a3c1e0f9fb2e9f2026cd9
[]
no_license
abhishek-baliyan-code/programming-data_structures-algorithms-using-c-cpp
f42c5e1cdd75fa105db87589c65da4c21dc92bbd
cd7a55275d5b4a55f83cd86e436e6bb53ba50d12
refs/heads/master
2022-11-07T13:16:00.200321
2020-06-26T05:11:09
2020-06-26T05:11:09
261,226,085
0
0
null
null
null
null
UTF-8
C
false
false
294
c
/* https://youtu.be/R5aeoVLIHRQ?t=431 */ #include <stdio.h> int main (void) { int counter,x,n; long double value = 1; scanf("%d %d", &x, &n); for (counter = 0; counter < n; counter++) { value = value * x; // O(n) } printf("%.0Lf\n", value); }
[ "abhishek.baliyan.code@gmail.com" ]
abhishek.baliyan.code@gmail.com
988ec00651a671d07280229cccced0995f4ed742
e58c3c7281a612d3a1d4cd6e06fa7fb4ce67a5b4
/Borland/CBuilder5/Source/RTL/source/process/spawnvp.c
af81bcf411805d9b22a5582511186efad82b563e
[ "MIT" ]
permissive
TrevorDArcyEvans/Diving-Magpie-Software
b6e117e4c50030b208f5e2e9650fd169f7d6daac
7ffcfef653b110e514d5db735d11be0aae9953ec
refs/heads/master
2022-04-10T11:23:57.914631
2020-03-24T13:24:54
2020-03-24T13:24:54
249,255,200
3
0
null
null
null
null
UTF-8
C
false
false
6,341
c
/*-----------------------------------------------------------------------* * filename - spawnvp.c * * function(s) * spawnvp - creates and runs child processes * _wspawnvp - creates and runs child processes *-----------------------------------------------------------------------*/ /* * C/C++ R...
[ "tdarcyevans@hotmail.com" ]
tdarcyevans@hotmail.com
3c51715540b1d20d2d4a19967b2efd3eae363636
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/net/team/extr_team_mode_loadbalance.c_lb_port_leave.c
c1e2fc1f8b4bcd50930a801c16343062eedd7b75
[]
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
825
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
b27c7daaf196076b0dee9c2a459b092a58967f0e
304fe4469029a2ca17f28678f8c2781bbba6baed
/Exo 2/Source.c
ff39ca45d8f35b16f5c2fba39b10ea29f6039cf8
[]
no_license
IsenAlgoC/Leo_Lhomme_TP5
4f9e08882c6688c554e666cb5e21469d74f23ec1
ec903c7b495b7479c67bf63aa4446d2becd28d57
refs/heads/master
2023-01-20T08:04:46.125680
2020-11-30T15:35:43
2020-11-30T15:35:43
317,268,129
0
0
null
null
null
null
UTF-8
C
false
false
690
c
#include<stdio.h> #include<stdlib.h> #include "Exo2.h" #define TAILLEINITIALE 100; int main() { int ajoutoctet; int position; int element; int positiondepart, positionfin; int positiondepart2, positionfin2; TABLEAU tab = newArray(); printf("nombre d'octet a ajouter :"); scanf_s("%d", &ajoutoctet); increment...
[ "leo.lhomme@isen.yncrea.fr" ]
leo.lhomme@isen.yncrea.fr
83f3cf58f1693e746672217ca50d496a78a7dbea
f1c35412802d5d5a4c4d6782b4dd7a4d4c9f8d01
/src/game/behaviors/sushi.inc.c
f5122766cecd15497a87e9a209b3aac08e2d01ad
[]
no_license
matt-kempster/bingo64
eb490f778fcbd4bffad9d09937462d059ec5b284
aeff9750bdd386b20f4009ef7c7ed1de47d3b5c5
refs/heads/master
2023-03-25T12:13:22.569902
2023-03-06T02:01:29
2023-03-06T02:01:29
204,333,795
16
4
null
2023-03-06T02:01:30
2019-08-25T18:27:11
C
UTF-8
C
false
false
715
c
// sushi.c.inc void bhv_sushi_shark_collision_loop(void) { } void bhv_sushi_shark_loop(void) { f32 sp1C = find_water_level(o->oPosX, o->oPosZ); o->oPosX = o->oHomeX + sins(o->oSushiSharkUnkF4) * 1700.0f; o->oPosZ = o->oHomeZ + coss(o->oSushiSharkUnkF4) * 1700.0f; o->oPosY = sp1C + o->oHomeY + sins(o->...
[ "n64" ]
n64
c931c4eea1f12fae2870525f4d22eb27fef302b7
7fcee349b6a82ddd1734e228baa3700da23ec1e8
/mali/include/GLES2/gl2.h
b921defa98602e98cc4a027dc0c312c989900b6c
[]
no_license
consp/mupen64-cubieboard
ac8effb1e71ce4c38dd5d6d0165465205f073c93
c47b84e8373bf294873570db057a1fd88affae5d
refs/heads/master
2016-09-10T19:24:36.043096
2015-01-14T10:35:01
2015-01-14T10:35:01
29,209,214
0
0
null
null
null
null
WINDOWS-1252
C
false
false
60,342
h
ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ...
[ "tristan@famtimmermans.net" ]
tristan@famtimmermans.net
dd763ddd024746c46ec7ef5bea1e42c3867f0901
fd3a27f8f69bce319fa8feb23a6e88ddd43b9fc7
/src_ms5611/press.c
fa62f1086697ee375926e2eab8952e1e14f3281e
[]
no_license
hobata/khaen
4c8d7050ec80647edb3ddfc1211e294ec95369bd
3fa778d0ff226839727de28a80d2a6c07039d240
refs/heads/master
2021-07-14T03:56:22.461737
2020-09-01T00:27:12
2020-09-01T00:27:12
195,294,361
0
0
null
null
null
null
UTF-8
C
false
false
8,814
c
// MS5611 control pressure sensor // press.c // 2019.04.07 #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <errno.h> #include <time.h> #include <unistd.h> #include <wiringPi.h> #include <wiringPiSPI.h> #include "led.h" #include "btn.h" #include "press.h" #include "monitor.h" #include "log.h" #inclu...
[ "khtxw836@gmail.com" ]
khtxw836@gmail.com
f187b392412e4772b0f8f56704276b1a160565ba
c9304a04fb64c58c898d3344d4bf138f891209a1
/modulo_c.h
1301996c6bbbc934a68c9700feb6b83ce793512f
[]
no_license
Laura-Rodrigues/Shafa
4886c6f474821253c703733dab6cd90bbe53d449
27f631e032ccf86844266a49602562f2811788e3
refs/heads/main
2023-02-08T17:41:52.643557
2021-01-04T01:57:29
2021-01-04T01:57:29
null
0
0
null
null
null
null
UTF-8
C
false
false
2,167
h
#ifndef MODULO_C_H_ #define MODULO_C_H_ #include <stdio.h> #include <stdlib.h> #include <string.h> #define SIMBOLOS 256 typedef struct codFreq{ char *cod; int freq; } CODFREQ; void printFinal(int , float , double , char *, int *, int *); void libertaMatriz(CODFREQ [][SIMBOLOS] ,int); //funcao que retorna, ...
[ "noreply@github.com" ]
Laura-Rodrigues.noreply@github.com
3f5ea2cdeafc49f5433923afcb5f35a588b006e7
a86995a16ba2e574376c882c3a9eead8143dd4f8
/STM32Cube_FW_F4_V1.9.0/Projects/STM32469I-Discovery/Examples/I2C/I2C_TwoBoards_AdvComIT/Src/stm32f4xx_it.c
c2b57ade888ee5313e51818b7bfe5cebc5a8fc1f
[ "BSD-2-Clause" ]
permissive
umapathiuit/Stm32-Tools-Evaluation
ded5f569677c8e9cbe708a57b5db19780a86fd6c
e9fd061f48f50501606bc237c6773c2b6c28d345
refs/heads/master
2020-12-02T17:11:19.014644
2015-11-23T07:45:38
2015-11-23T07:45:38
null
0
0
null
null
null
null
UTF-8
C
false
false
6,005
c
/** ****************************************************************************** * @file I2C/I2C_TwoBoards_AdvComIT/Src/stm32f4xx_it.c * @author MCD Application Team * @version V1.0.1 * @date 09-October-2015 * @brief Main Interrupt Service Routines. * This file provides template for all ...
[ "git@jme.de" ]
git@jme.de
9a04fd14b4fd97594caf8498b5821f3ff1a4965a
ed81f87968adf51bbd6b0a5ad510e64ce09a4065
/directory_check.c
c57b2cf843fdc68683bdf545fe3f2a3656b1c510
[]
no_license
rrigato/C_ops
9b4f634ab229e0e8c9eab09e0254762c71746cc9
9d25170df52c2c8a3382278d9f755d4b773b778f
refs/heads/master
2020-08-05T03:40:03.681806
2015-09-24T02:27:12
2015-09-24T02:27:12
37,944,474
0
0
null
null
null
null
UTF-8
C
false
false
479
c
#include "stdlib.h" #include "stdio.h" #include "fcntl.h" #include "sys/stat.h" #include "unistd.h" #include "string.h" int main(int argc, char * argv[]) { char * target_destination = argv[1]; struct stat information; int system_check = 0; system_check = stat(target_destination, &information); if(system_check != ...
[ "rrigato@horizon.csueastbay.edu" ]
rrigato@horizon.csueastbay.edu
3a040a187a0f5225129ea76d72f144a7be4b5615
bc2b782ffe81cf7f9ec1ffc18bea256c436ebf83
/src/udf/sai_udf_group.c
46f3bbd75a1ce498ed601d63016f35ff4b699b69
[ "Apache-2.0" ]
permissive
Dell-Networking/sonic-sai-common
2c7b28fa56d92ac252eb24d4d60152f8c752e56d
0ad86ab7f29732d318013e55fe11e7197c7c1246
refs/heads/master
2021-01-18T10:18:36.583933
2016-10-27T17:34:10
2016-10-27T17:34:10
65,057,420
1
4
null
2016-10-27T17:34:10
2016-08-06T00:34:01
C++
UTF-8
C
false
false
18,870
c
/************************************************************************ * LEGALESE: "Copyright (c) 2015, Dell Inc. All rights reserved." * * This source code is confidential, proprietary, and contains trade * secrets that are the sole property of Dell Inc. * Copy and/or distribution of this source code or disassemb...
[ "J_T_Conklin@Dell.Com" ]
J_T_Conklin@Dell.Com
dc5ebe176129b9f6a5f4ae4a29c160eefaa8cfc2
091926b53c246f9bf91e84065cad0d66118b2c63
/src/queue.c
f431519280120b8cceecd6f4cd92cee4ef22e68e
[]
no_license
JoshSam/Assignment12
e4eefee05dcf862f1d007c465e3f75147475acfe
ea0f61855f272c6f7f0276d88697ca14e6e367ae
refs/heads/master
2021-01-10T16:37:32.713646
2015-12-09T04:05:39
2015-12-09T04:05:39
47,423,421
0
0
null
null
null
null
UTF-8
C
false
false
2,050
c
#include "queue.h" typedef struct queue_node queue_node; struct queue { size_t count; queue_node* head; queue_node* tail; }; // Internal nodes used by queue struct queue_node { vertex_t data; queue_node* next; queue_node* prev; }; // Private helper method for creating a queue_node queue_node...
[ "jgearou@netboot.dci.pomona.edu.66.173.134.in-addr.arpa" ]
jgearou@netboot.dci.pomona.edu.66.173.134.in-addr.arpa
adf8acfb68e0477ec15732bbaad4c208d62bb2b4
99deec0cde5cb3d6173b8cb864dcd40159ed3563
/libft/ft_check_sim.c
c18265ac3573c32045dd009af0e6208052cbece4
[]
no_license
Logashin/lem_in
d73845a00fa3b303920de2cd7f3ace6c614cc087
c54c7a06ff12b8ac1b906806ea7c56697b6dd74b
refs/heads/master
2020-05-30T12:13:15.717903
2019-06-06T13:27:58
2019-06-06T13:27:58
189,727,312
0
0
null
null
null
null
UTF-8
C
false
false
1,058
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_check_sim.c :+: :+: :+: ...
[ "tmann@mi-l5.21-school.ru" ]
tmann@mi-l5.21-school.ru
4597c3b9a5d8317a48bf880cda53d8141c344f26
70a07d321c4fd92f2d56c810c8ac39e7f2e5b7db
/arithmetic_representation.c
630f42bf3b808b95c07235ee909912583f6c0e80
[]
no_license
ceccs17d60/cs231-3
7132804a6ea4575523d32c7750dbf209cec9e9a3
dbdff1f2f6fd0d512485f4df86161cc87f73af45
refs/heads/master
2020-04-08T08:32:07.249847
2018-11-25T04:20:29
2018-11-25T04:20:29
null
0
0
null
null
null
null
UTF-8
C
false
false
689
c
#include<stdio.h> #include<string.h> #include<stdlib.h> struct node { char value; struct node *link; }; void main() { struct node *head_op,*top_op,*temp; char infix[25],x; int i; head_op=(struct node*)malloc(sizeof(struct node)); head_op->value=0; head_op->link=NULL; top_op=head_...
[ "noreply@github.com" ]
ceccs17d60.noreply@github.com
fa725e0dc6334c3c7524c7e72e48474cf7a58e94
b75a4f64e9f0a0c4754f9a8d944fcba69e9d8219
/CONSTANTES.h
c216f7efc6fba21cdab8d5b7592f60cdd99fd6a0
[]
no_license
IsmailBarkani/Sudoku-pour-enfants
d6fa8b4b7016983c744e1ae0685977dabff9adec
2b6ba2f057c7a32603bb6fe76ec2c563a21fc12a
refs/heads/master
2020-06-02T06:25:42.671853
2020-01-08T17:01:52
2020-01-08T17:01:52
191,068,940
4
2
null
null
null
null
UTF-8
C
false
false
168
h
#ifndef CONSTANTES_H_INCLUDED #define CONSTANTES_H_INCLUDED #endif // CONSTANTES_H_INCLUDED #define MAXCASE 11 #define MINCASE 8 #define n 4 #define MAXJOUEURS 100
[ "barkaniismail1@gmail.com" ]
barkaniismail1@gmail.com
82474a0201b141d5d861d73962f94ec039c86e8b
17927409dd14ca14449ab480045f9b250c6d0df1
/osu-micro-benchmarks-3.5.2/mpi/one-sided/osu_alloc_latency.c
7d1b2937e0795c89081a5698a602fea24ba387a8
[ "BSD-2-Clause" ]
permissive
dash-project/dash-bench
a878e549d11032c70191e185d766e01646f7d04d
7bda896efdc547cdc6282fed52b0cce2c758155e
refs/heads/master
2021-06-24T11:51:45.096913
2019-04-18T07:07:20
2019-04-18T07:07:20
71,912,558
2
2
null
2019-01-28T16:52:23
2016-10-25T15:42:05
C
UTF-8
C
false
false
7,964
c
#define BENCHMARK "OSU MPI_Alloc%s latency Test" /* * Copyright (C) 2003-2016 the Network-Based Computing Laboratory * (NBCL), The Ohio State University. * * Contact: Dr. D. K. Panda (panda@cse.ohio-state.edu) * * For detailed copyright and licensing information, please refer to the * copyright file COPYRIGHT in...
[ "roger.kowalewski@gmail.com" ]
roger.kowalewski@gmail.com
55e328e9e08f2fff95c7c0ce601a2fb990da405a
fd0c132f979ecd77168511c6f4d276c480147e57
/ios/Classes/Native/AssemblyU2DCSharp_Facebook_Unity_AppRequestResult2863124367MethodDeclarations.h
0852d193225c3b9db3ef5c3f264f3a9eb16124f3
[]
no_license
ping203/gb
9a4ab562cc6e50145660d2499f860e07a0b6e592
e1f69a097928c367042192619183d7445de90d85
refs/heads/master
2020-04-23T02:29:53.957543
2017-02-17T10:33:25
2017-02-17T10:33:25
null
0
0
null
null
null
null
UTF-8
C
false
false
1,677
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> // Facebook.Unity.AppRequestResult struct AppRequestResult_t2863124367; // System.String struct String_t; // System.Collections.Generic.IEnume...
[ "nguyenhaian@outlook.com" ]
nguyenhaian@outlook.com
0d2ab2f64e3c604064acbd5a1915311918d49636
680875d797d3464f27181445bbea5c6b5f284baf
/System/Library/VideoProcessors/GyroVideoStabilization.videoprocessor/GyroVideoStabilization.videoprocessor-Structs.h
4f66c61e9e59e8a8eea118f835c605dd2e67a594
[]
no_license
NSExceptional/iOS-9.0.2-Headers
b96def5d88c14fcdfe2165c49bc82f15edaf9af9
54364bb0dbcca5d316609e7a17af88ff97566631
refs/heads/master
2021-05-31T20:24:24.392262
2016-03-18T07:05:53
2016-03-18T07:05:53
54,181,214
2
0
null
null
null
null
UTF-8
C
false
false
618
h
/* * This header is generated by classdump-dyld 1.0 * on Friday, March 18, 2016 at 1:49:45 AM Central Daylight Time * Operating System: Version 9.0.2 (Build 13A452) * Image Source: /System/Library/VideoProcessors/GyroVideoStabilization.videoprocessor * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by El...
[ "tannerbennett@me.com" ]
tannerbennett@me.com
3fe1937a949b499607e44ddc85a36609c3d4b328
48d89545fd4a9c8e29c52b2386cd856bc425869a
/Colligens/interprocedural/ghostscript/analysis/base/gscencs.h
931778a29343e395d4e6fbff4f14e3a75225b250
[]
no_license
iranrodrigues/interprocedural
7bc41f5a5703f588e63533fbfed95955a6c4df05
a4f34ace03a2876df9a32b37685b23b56fc0565a
refs/heads/master
2021-01-10T19:46:43.201534
2014-03-19T13:10:12
2014-03-19T13:10:12
15,970,391
0
2
null
null
null
null
UTF-8
C
false
false
2,457
h
/* Copyright (C) 2001-2006 Artifex Software, Inc. All Rights Reserved. This software is provided AS-IS with no warranty, either express or implied. This software is distributed under license and may not be copied, modified or distributed except as expressly authorized under the terms of that license...
[ "iran@iranrodrigues.com.br" ]
iran@iranrodrigues.com.br
746ddce1dc8099ec690d3c81634efe3d20064d59
f1cb482406784f789abc78bc04ed485df6df18de
/src/util/libekr/assoc.h
0fd07a91de0b5b3a6be7462884b8425354f11a74
[ "BSD-4-Clause-UC", "BSD-2-Clause", "BSD-4-Clause-Shortened" ]
permissive
lynckia/nrappkit
cfe4371653298189d453cb347562b8eb426d9b13
4c9f94a35e8a40d0844f8a6edb4020dff73954a4
refs/heads/master
2021-07-15T23:49:59.615868
2020-04-22T20:57:59
2020-04-22T20:57:59
89,679,694
2
5
NOASSERTION
2021-06-25T14:22:21
2017-04-28T07:24:18
C
UTF-8
C
false
false
3,767
h
/** assoc.h Copyright (C) 2002-2003, Network Resonance, Inc. Copyright (C) 2006, Network Resonance, 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. Redistributi...
[ "jcague@gmail.com" ]
jcague@gmail.com
631ac382c58f191711abbab423838eedd22a4dd0
8e84a03094d42fce6f65a2d8d4f959ceb038cb3f
/lab3_3.c
44f571d3d3fb84f49d483d5d093b108c69edae2b
[]
no_license
b6320500590/103_lab3
078f8325f7d7a20d3dc112dc69bb7a2c671874e2
869b555f2a151c4bf832823b5a8f1fcc5b1cf352
refs/heads/main
2023-03-01T22:21:23.789970
2021-02-15T12:52:39
2021-02-15T12:52:39
339,063,599
0
0
null
null
null
null
UTF-8
C
false
false
295
c
#include<stdio.h> int main() { int n, i=2; scanf("%d", &n); while(n>1) { if(n%i==0) { n = n/i; printf("%d\n", i); if(n==1) printf("%d", n-1); } else i++; } return 0; }
[ "nawapol.d@ku.th" ]
nawapol.d@ku.th
4d1025d3806d6ea04056eaa7741f3133d608bbf2
9415646910b04fa12718ea128a096629dcc22733
/1. godina/p2 vezbe/cas4/1c/1.c
4e7008d88a3525b7706d4dc056a219f705d32cc2
[]
no_license
SvetlanaBicanin/MATF-materijali
306b25fe8c28ea3a8077c83147e27316d55c892f
21d7da5c62839115eda126819c7fd34a3399c022
refs/heads/master
2023-06-01T14:43:47.176006
2021-06-13T13:40:24
2021-06-13T13:40:24
null
0
0
null
null
null
null
UTF-8
C
false
false
552
c
#include <stdio.h> #include <stdlib.h> #include "polinom.h" int main(){ int n, *niz, *niz2, m; niz=unos(&n); niz2=unos(&m); //ispis_polinoma(niz, n); printf("\n"); // int k; int *nizsuma; /* k=suma_polinoma(niz, n, niz2, m, &nizsuma); ispis_polinoma(nizsuma, k); printf("\n"); */ // int c; /* ...
[ "mikimina98@gmail.com" ]
mikimina98@gmail.com
7cdf4cd6555d52c8ddbf22ba922f970a2e0fa6f3
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/fastsocket/kernel/arch/m68k/math-emu/extr_fp_trig.c_fp_fatan.c
5579d04c35a2a746b92551ed8e7f74e8fcd9a2ca
[]
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
668
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
1065709f87c1258a94a950dc10c5a4c408f28f24
544aa0a7f119ef1c8860c39f188b41f1bbd9d1c8
/IoT-RDA5836_3.3/platform/rtos/std/src/assert.c
57576d98517457c06346ec2ce429f27b6fa87880
[]
no_license
Edragon/RDA-RDA5856
e337b5ea357068e37dfd6c6525ae58527b26d743
b8e7fb8e8915faf6163e28178861a6a94aa63c6e
refs/heads/master
2021-09-07T23:08:38.284445
2018-03-02T17:43:32
2018-03-02T17:43:32
123,610,783
2
6
null
null
null
null
UTF-8
C
false
false
738
c
/* * Copyright (c) 2006-2016 RDA Microelectronics, Inc. * * 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 applicable ...
[ "info@electrodragon.com" ]
info@electrodragon.com
ebb8d6c7280016de085f6c2fccc7b21126e40b73
f2587fae78a2cbc6bfe4e5e0f5df5427b4752526
/GameTemplate/game/locationinfo3.h
e874c0d57647cd99b8180d2ec2af356506ded61f
[]
no_license
kbc16b15/game
6294b0eee6b5204a91e636a9e928576b5b4170ae
be1578bcba21f4a04f51e323b971c3515d0105a5
refs/heads/master
2020-12-02T06:42:26.855988
2018-03-02T11:40:10
2018-03-02T11:40:10
96,851,926
1
0
null
null
null
null
UTF-8
C
false
false
5,450
h
//unity { "unity", D3DXVECTOR3(0.00f, 0.00f, 0.18f), //平行移動 D3DXQUATERNION(0.50f, -0.50f, 0.50f, 0.50f ), //回転 }, //BCube { "BCube", D3DXVECTOR3(-4.00f, -2.00f, 8.00f), //平行移動 D3DXQUATERNION(0.00f, 0.00f, 0.00f, 1.00f ), //回転 }, //BCube { "BCube", D3DXVECTOR3(0.00f, -2.00f, 8.00f), ...
[ "mikan.zuki319@gmail.com" ]
mikan.zuki319@gmail.com
cb06aa6e78e57522aef2a16736c1b664a16e479f
47ee301f0ad9810f03594494bc207573698863c5
/c/3/second part questions/question3.c
8a47551be2d2c64f0a6852df0a95f960f9b9e84e
[]
no_license
OmChaurasia/Techpile-codes
753a96c1139d06236ac3f3c95968c5368d570692
eae4ce2ef9d93f36412bfc4c69475b1418632ae8
refs/heads/master
2023-05-31T20:01:30.241703
2021-07-06T19:27:50
2021-07-06T19:27:50
377,069,925
0
0
null
null
null
null
UTF-8
C
false
false
309
c
#include<stdio.h> #include<conio.h> void main(){ int totalsecond, hour, min, sec; printf("Enter total seconds\n"); scanf("%d",&totalsecond); hour= totalsecond/3600; min= (totalsecond%3600)/60; sec= ((totalsecond%3600)%60); printf("%d hours, %d minutes, %d seconds",hour,min,sec); }
[ "omchaurasia272301up@gamil.com" ]
omchaurasia272301up@gamil.com
4944c883e273a7663fa3ea397c4fd13a4a7b207f
f3eed0234b4d0ad2bbb2abd700cf1e2c7a0e8a1d
/AKWF-c/AKWF_0001/AKWF_0047.h
901be0ba22615fa01f200610bfeafe88292b5e43
[ "CC0-1.0" ]
permissive
KristofferKarlAxelEkstrand/AKWF-FREE
b2defa1a2d389d309be6dd2e9f968923daf80d1b
cf8171df36e9fec25416b5f568b72a6e2cb69194
refs/heads/master
2023-07-23T18:22:36.939705
2023-07-10T17:14:40
2023-07-10T17:14:40
145,817,187
359
59
CC0-1.0
2023-07-10T17:14:41
2018-08-23T07:26:56
null
UTF-8
C
false
false
4,672
h
/* Adventure Kid Waveforms (AKWF) converted for use with Teensy Audio Library * * Adventure Kid Waveforms(AKWF) Open waveforms library * https://www.adventurekid.se/akrt/waveforms/adventure-kid-waveforms/ * * This code is in the public domain, CC0 1.0 Universal (CC0 1.0) * https://creativecommons.org/publicdom...
[ "brad.roy@gmail.com" ]
brad.roy@gmail.com
a1a30331ac0e897236dcd526790fd4779333e3bf
ba4959e109ff0257444c036802f1ac1c360f7d95
/kent/src/hg/mouseStuff/twoBitToFa/twoBitToFa.c
1de0ebc498b11aa8ab27cce57f1fdd0448dca107
[ "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-proprietary-license", "MIT" ]
permissive
hillerlab/CESAR2.0
7d98c705259ee3e1e6bb3dc58fb3571435816cdf
84b5fc739523c5407bb23e4ead1c5af778fec587
refs/heads/master
2022-12-12T12:10:49.874628
2022-12-01T08:19:12
2022-12-01T08:19:12
86,730,515
29
13
MIT
2020-11-20T11:49:20
2017-03-30T17:34:11
C
UTF-8
C
false
false
6,971
c
/* twoBitToFa - Convert all or part of twoBit file to fasta. */ /* Copyright (C) 2013 The Regents of the University of California * See README in this or parent directory for licensing information. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" #include "dnaseq.h" #include "fa.h"...
[ "hiller@mpi-cbg.de" ]
hiller@mpi-cbg.de
d47c8fd2fa6bac3050cb83844c1e3df89fde6f21
d51afa0c33d84b4c4fb2381ef82250a9193aa213
/src/main/path.c
edd11cdb3a5f17714b42ddd88f22651572dafd11
[]
no_license
PierreBougon/miniShell2
6ca22515b6effdfbd1e3ed066f23eb9bdf2a5ae3
388585c07deea51f8b63747af9204ff5924675f1
refs/heads/master
2021-01-18T08:25:50.350992
2016-04-12T11:37:20
2016-04-12T11:37:20
55,618,879
0
0
null
null
null
null
UTF-8
C
false
false
1,281
c
/* ** path.c for path in /home/bougon_p/rendu/PSU_2015_minishell2 ** ** Made by bougon_p ** Login <bougon_p@epitech.net> ** ** Started on Mon Apr 4 17:58:03 2016 bougon_p ** Last update Tue Apr 12 11:52:43 2016 bougon_p */ #include "shell.h" int max_path(char *path) { int i; int n; i = -1; n = 1; while...
[ "pierre.bougon@epitech.eu" ]
pierre.bougon@epitech.eu
fa5900c1774e672c448b2c3439aa9173f9133913
aa5bc3be59b655ba46ade91b892ef882facc664e
/src/hashmap.c
2ead28853c9022f534bb829b0358dff1bc556359
[]
no_license
blaesus/tinybtc
353f000f2f9b7d8fb2550f03a453602e526a63a3
bc58518742971ea3ef9c170a032347ff93006f6c
refs/heads/master
2021-07-15T20:12:57.652418
2018-11-18T05:52:44
2018-11-18T05:52:44
142,893,573
17
1
null
null
null
null
UTF-8
C
false
false
4,331
c
#include <stdlib.h> #include "hashmap.h" #include "hash.h" #include "utils/integers.h" #include "utils/memory.h" static uint64_t calculate_index(Byte *key, uint32_t keyWidth, uint64_t bucketCount); void hashmap_init(Hashmap *ptrHashmap, uint64_t bucketCount, uint32_t keywidth) { if (keywidth > MAX_HASHMAP_KEY_WI...
[ "andyshuhsin@gmail.com" ]
andyshuhsin@gmail.com
df9cd00a74cdce89c0cada32485fc3328dfa083d
2322dcb4660da4458e84c9c8dfe44f23b839e288
/0x18-dynamic_libraries/_atoi.c
527aa0fc157df97f4b78ba2d2c7eb55c1b16c210
[]
no_license
khaldi505/holbertonschool-low_level_programming
fa0fa9522f894334d4767fdd9770a299ebfe33b9
dcd09c7f5a5673226e7aa683d04e347ce199a319
refs/heads/master
2021-07-12T11:38:23.160904
2020-10-10T15:36:12
2020-10-10T15:36:12
209,286,419
0
0
null
null
null
null
UTF-8
C
false
false
454
c
#include "holberton.h" /** * _atoi - converts a string to an integer * @s: string to convert * * Return: value of integer */ int _atoi(char *s) { int i, n, signe = 1; i = n = 0; while ((*(s + i) < '0' || *(s + i) > '9') && (*(s + i) != '\0')) { if (*(s + i) == '-') signe *= -1; i++; }...
[ "habetlbrika69@gmail.com" ]
habetlbrika69@gmail.com
1518a44c0821bb1a882f097db41da772b3bd546a
d4781adf233b660948f3db035a9657b0f26abc5f
/db_apps/gps_port_manager/gps_common.c
ef31703fe02100b17ce8ade9ea49080271a0ea0d
[]
no_license
xiongqi1/web
bce81960c2a74bde186210bd376692945666e809
6d4b20e15f09a4fdb71c2f1dc6a4844473f38a6f
refs/heads/main
2023-09-05T06:43:43.971707
2021-11-26T09:44:40
2021-11-26T09:44:40
432,123,705
1
0
null
null
null
null
UTF-8
C
false
false
50,912
c
/*! * Copyright Notice: * Copyright (C) 2010 Call Direct Cellular Solutions Pty. Ltd. * * This file or portions thereof may not be copied or distributed in any form * (including but not limited to printed or electronic forms and binary or object forms) * without the expressed written consent of Call Direct Cellular Sol...
[ "xiongqi@git.com" ]
xiongqi@git.com
87caf541032047fb70a349d5463593558659f635
2346a5b821afb87ae82e0f99a155b6070bde2d64
/test4.c
a93ed528068fa7df908278227d657fe6302dcaef
[]
no_license
Stevenhanmq/CS2522018SUMlab2malloc-
34d08ee894713a37f03785ec16f5b80731f1a7b7
c2d7025b15958eeacc34167f91bcd78ea98dace3
refs/heads/master
2020-03-28T10:06:52.928726
2018-09-10T01:48:24
2018-09-10T01:48:24
148,084,108
1
0
null
null
null
null
UTF-8
C
false
false
426
c
#include <stdlib.h> #include <stdio.h> #include "MyMalloc.h" int allocations = 50000; int main(int argc, char **argv) { printf("\n---- Running test4 ---\n"); // test performs many small allocations, beyond 2MB. // this means more blocks must be requested from the OS. int i; for ( i = 0; i < allocations; ...
[ "cs252@cs.purdue.edu" ]
cs252@cs.purdue.edu
2e77316c40d7c951a7878fa3e60b090ddb287c93
b54fd3dcbde4d57d36d1376a89a12c428a3f1225
/build/chardev.c
67dca389a4578c96a2839f662ddc83cbb4669d38
[]
no_license
yume190/RPi3-in-Dock
8d08805c83696585355db741c05e38587062a84f
ba98409a1aa91457f7e9a2ead5d039d0266774bc
refs/heads/master
2021-06-18T00:26:44.662447
2017-06-09T05:59:04
2017-06-09T05:59:04
60,339,233
0
0
null
null
null
null
UTF-8
C
false
false
4,217
c
/* * chardev.c: Creates a read−only char device that says how many times * you've read from the dev file */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/fs.h> #include <asm/uaccess.h> /* for put_user */ /* * Prototypes − this would normally go in a .h file */ int init_module(void); void ...
[ "yume190@gmail.com" ]
yume190@gmail.com
2f5a1ac6cd6f60265b2373afa809044d114e8b09
0c5d3b088080577388f5766431487534f93a2c40
/Github-Projects-Origin/linux-master/drivers/net/wireless/broadcom/b43/tables_phy_ht.c.bak.c
f8c87af4126bccab18ac3ee34d763be08f04c5a5
[]
no_license
zhiyuanjia/WoBench
878255ce45e76ef57f88743c7f43acdfa59e93e7
6b337780cbd598de98fc0eabd19efaf1a01b6012
refs/heads/master
2021-09-23T03:12:08.091319
2018-06-14T10:17:59
2018-06-14T10:17:59
null
0
0
null
null
null
null
UTF-8
C
false
false
33,030
c
#include <assert.h> #include <string.h> #define INCLUDEMAIN /* Broadcom B43 wireless driver IEEE 802.11n HT-PHY data tables Copyright (c) 2011 Rafał Miłecki <zajec5@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as publis...
[ "wangcong15@mails.tsinghua.edu.cn" ]
wangcong15@mails.tsinghua.edu.cn
60c5ca025fe4e192c6f27adc894da68b5a95eac9
c7516770ef504e8455e7656e04aa8e2013d95145
/AirPlay/MyCrypt/mycrypt_win32/crypto/os_port.h
3058a0f89611b6ce8f04036b7c5789e42f1913eb
[]
no_license
telink/WSS
f301b7869ca808ec7957c4685fa9f2ffa24dfc5a
dfb50370aab5d3c3397e29ff0c5c56947fcbc52b
refs/heads/master
2020-06-13T07:54:24.497229
2019-07-01T03:13:54
2019-07-01T03:13:54
194,591,739
1
3
null
null
null
null
UTF-8
C
false
false
4,601
h
/* * Copyright (c) 2007, Cameron Rich * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright notice, * this list of c...
[ "ios@iOS.local" ]
ios@iOS.local
424135cf2b2dd12ce919d00519b47975de8c61e4
d3106dd1e27f2c9ec690bf43bd8f323d48434d67
/newton.c
6d4bc072439875bbda7a0c274e2e7a3be63b7fd8
[]
no_license
suryasekharmondal/Programs
4b27da1cdc56f808e25521999872c03aea79303d
ae23c01f6cbf015368ddaeefccbdda62fd79194c
refs/heads/master
2021-01-10T03:05:51.038128
2016-02-15T22:08:14
2016-02-15T22:08:14
51,786,215
0
0
null
null
null
null
UTF-8
C
false
false
450
c
#include <stdio.h> int main(void) { float x, n_x, fn, dfn; printf("Let us solve x**4 = 81" "\n\n"); n_x = 81; printf("%f\n", n_x); do { x = n_x; fn = x * x * x * x - 81; dfn = 4 * x * x *x; n_x = x - fn / dfn; printf("%...
[ "suryasekhar.mondal@gmail.com" ]
suryasekhar.mondal@gmail.com
7ea1d1d765c37059b379c3d16b1a0a2cb274799d
e915332c94a39fb4a40ceb7ce2129754df432fcd
/week7/kmp.c
bcf0bc0cd3b2cb93584326c8f7f4d7e3d8a9262f
[]
no_license
mamepuro/DSAex
155a2334806eafa157e5046c4414baa7cf733be3
35aa787503b372ffd9a6fe68c4314a0a4f4ee9d5
refs/heads/main
2023-03-13T18:17:06.270261
2021-02-25T14:39:00
2021-02-25T14:39:00
303,762,196
0
0
null
null
null
null
UTF-8
C
false
false
930
c
#include <stdlib.h> #include <stdbool.h> extern bool isVerbose; extern int Ncmp; bool cmp(char, char); void compnext(char*, int*); /** * 単純照合法による文字列照合. * @param text テキスト * @param pat 検索パターン * @return 照合に成功した位置.失敗した場合は -1. */ int kmp(char* text, unsigned int textlen, char* pat, unsigned int patlen, int* next) {...
[ "beans.mamegame.laugh@icloud.com" ]
beans.mamegame.laugh@icloud.com
34857e1a2a29f4c3748ed03660db0a02777d2aad
5d417f03f724f4e23000f28cd629c92bc9297a23
/sam/components/display/ili93xx/ili93xx.h
037fd089ab3f6a0f8ecb762befc919d7f3bddc00
[]
no_license
siliconunited/atmel-asf
5ac78a123cb0f5026ffb9a0ba66b75abcccb788f
19e02800a6cc33d203f5d12f7dfca0c39195d879
refs/heads/master
2021-01-22T21:34:10.563981
2017-03-19T04:45:30
2017-03-19T04:45:30
85,439,630
6
3
null
2020-03-08T01:34:35
2017-03-18T23:56:24
C
UTF-8
C
false
false
11,233
h
/** * \file * * \brief API driver for ili93xx TFT display component. * * Copyright (c) 2013-2015 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following c...
[ "robksawyer@gmail.com" ]
robksawyer@gmail.com
8c7dd9ceeef89ccc94416683c5741b9db07d0c46
f13dd571d43b2196d78a055e3b0975f7d9788136
/BGFTP_bgapp/main.c
0b0815da2e6174f2edc9b106b9115deb5b857d6a
[ "MIT" ]
permissive
GrapheneCt/BGFTP
cec4ed2e47bb4fbb60b1349b3e91a93ed2a6d511
8b1bb91fab6e0a66156ce1b8bc0fe931289e1edb
refs/heads/master
2021-07-07T11:29:38.779915
2021-04-30T00:04:44
2021-04-30T00:04:44
242,259,306
52
6
null
null
null
null
UTF-8
C
false
false
4,171
c
/* * Copyright (c) 2020 Graphene */ #include <registrymgr.h> #include <appmgr.h> #include <libsysmodule.h> #include <kernel.h> #include <apputil.h> #include <libnetctl.h> #include <notification_util.h> #include <incoming_dialog.h> #include <kernel/process_param.h> #include <ces.h> #include "ftpvita.h" // User mai...
[ "57592952+GrapheneCt@users.noreply.github.com" ]
57592952+GrapheneCt@users.noreply.github.com
2795ace33b4ffbb48c0aab2b98969a462834be1c
32f6d1e4a37d83f6674b0f1682a2e2d1045d0eb9
/assembler/libft/srcs/ft_putnbr_fd.c
55415b17571ceed9c017cc976394e35c7cf193df
[]
no_license
Qvasov/corewar
76f82b128a1d802226a4186cc33fe95c778cbc59
647da288ffd889295031fde52a2d331add9f7c33
refs/heads/master
2022-04-22T18:06:05.917981
2020-04-13T19:37:16
2020-04-13T19:37:16
230,095,877
1
0
null
null
null
null
UTF-8
C
false
false
1,231
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putnbr_fd.c :+: :+: :+: ...
[ "Kvasovmi@yandex.ru" ]
Kvasovmi@yandex.ru
3e96fc4d54626e5fd39867d591490b8b69c55298
081d80d63debe29c45a39ce76c5c4dcd5cbf7b15
/targets/TARGET_WIZNET/TARGET_W7500x/W7500x_Peripheral_Library/W7500x_gpio.h
8f2834bddfccb696e3129bde87ab87e5b4963557
[ "BSD-3-Clause", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
mbed-Infineon-XMC/mbed-os
70ecc16c1d10212d092c42d98f316ff567f160e1
41a44d7a0dc4af1551eca9f9584d9038df9a9d29
refs/heads/master
2020-03-12T21:29:35.420444
2018-05-08T20:16:00
2018-05-08T20:16:00
96,932,837
3
1
Apache-2.0
2018-02-11T11:20:08
2017-07-11T20:07:29
C
UTF-8
C
false
false
4,924
h
/** ****************************************************************************** * @file * @author * @version * @date * @brief This file contains all the functions prototypes for the GPIO * firmware library. ************************************************************************...
[ "hjjeon0608@wiznet.co.kr" ]
hjjeon0608@wiznet.co.kr