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
4d902e336139f18d6fbd67df08eaf8ac04ebc080
ae27dda3cd1b9dd0ac5a5b669c4510e6dac737ce
/src/user_config_override_sample.h
6fcf869fc73d503c2b9f69a59a4dce12ad955fff
[]
no_license
DickSwart/door-window-sensor
b1ee156b2e0cbc0a150a23fe560c53b414319641
972bf8461cb4511d19009e9450b963c397556469
refs/heads/master
2022-04-03T10:53:59.186468
2020-02-15T10:39:21
2020-02-15T10:39:21
null
0
0
null
null
null
null
UTF-8
C
false
false
2,439
h
#ifndef _USER_CONFIG_OVERRIDE_H_ #define _USER_CONFIG_OVERRIDE_H_ // force the compiler to show a warning to confirm that this file is inlcuded #warning **** user_config_override.h: Using Settings from this File **** /////////////////////////////////////////////////////////////////////////// // WIFI ///////////////...
[ "dickswart@Dicks-MacBook-Pro-2.local" ]
dickswart@Dicks-MacBook-Pro-2.local
860dcb078594c74447b1162bea7600f09d5f44ad
899be793a3989657339b0732867269ea481868b1
/356/cp/cp.c
e917e3fa85ba4b3187c89f8740a3f4f395070912
[]
no_license
mobster352/ClassCode
e5f66b3b51e9670c0d388e8ea94ac440205f5427
db7ad420ceb585e5a311b28be5e3cf60e6fe00c5
refs/heads/master
2021-01-25T08:28:05.637425
2015-01-02T06:05:50
2015-01-02T06:05:50
28,705,307
0
0
null
null
null
null
UTF-8
C
false
false
852
c
/* Hubert Walton CSCI 356 Lab 1 */ #include <stdio.h> #include <stdlib.h> #include <unistd.h> int main(int argc, char *argv[]) { FILE *file; FILE *file2; const char* f1exists = argv[1]; const char* f2exists = argv[2]; if(access(f2exists, F_OK) != -1)//if second file exists, delete it { ...
[ "hewalton@coastal.edu" ]
hewalton@coastal.edu
3ece4f15ae07f78a747ba627b8ea19d12ccfe1b7
1cc5d45273d008e97497dad9ec004505cc68c765
/cheatsheet/MyNote/study_note/C/day10/04.c
2f318b4e6e9263da0307928c6abcccc53c6fbdf6
[]
no_license
wangfuli217/ld_note
6efb802989c3ea8acf031a10ccf8a8a27c679142
ad65bc3b711ec00844da7493fc55e5445d58639f
refs/heads/main
2023-08-26T19:26:45.861748
2023-03-25T08:13:19
2023-03-25T08:13:19
375,861,686
5
6
null
null
null
null
UTF-8
C
false
false
131
c
#include<stdio.h> #include<string.h> int main() { char a[3]; memset(a,'1',3); printf("%d %d %d\n",a[0],a[1],a[2]); return 0; }
[ "wangfl217@126.com" ]
wangfl217@126.com
002910e21723e4c546dd2f393d1031380cb8e5d9
227d7f02e425686dd6bd74147a08055d79b61c99
/ompi/contrib/vt/vt/util/util.h
f5b3551c2af9fe498bd251ab1f5e43435374cea6
[ "BSD-3-Clause-Open-MPI", "BSD-3-Clause" ]
permissive
dotnwat/adio-ceph
172be298e9476c1051d08e6e3ec66e3243fa3b18
856a8a764d3ecfea4c1c944f851fdb019305bdd7
refs/heads/master
2021-05-29T02:49:15.523428
2012-08-07T20:04:01
2012-08-07T20:04:01
2,181,447
1
0
null
null
null
null
UTF-8
C
false
false
1,481
h
/** * VampirTrace * http://www.tu-dresden.de/zih/vampirtrace * * Copyright (c) 2004-2005, The Trustees of Indiana University and Indiana * University Research and Technology * * Copyright (c) 2004-2006, The University of Tennessee and The University * of Tenness...
[ "devnull@localhost" ]
devnull@localhost
73ae9e55963c81078d87e6e41a5a35d8693b626d
58ff597622d74877618183f9d2b2bffd10d79354
/C/Coursework 1/40219838/stringFuncs.h
60b39acd5f57354762dd37c33f6fa260c3a9505a
[]
no_license
Eloh666/Programming-Fundamentals
8a1fc957c6e5c7ab28cb12ab2cc0caa2c56a800d
dbc3aef6556e76c23e68373b2c271937eff153d9
refs/heads/master
2021-01-18T00:16:27.102025
2016-04-16T22:19:29
2016-04-16T22:19:29
49,780,323
0
0
null
null
null
null
UTF-8
C
false
false
1,461
h
/* Functions meant to work on every string, not necessarely related to the commandData data structure. */ #pragma once #include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> /* Simple subString checker with case sensitive check option, more in the report. If b is not subString of a, returns...
[ "eloh666@gmail.com" ]
eloh666@gmail.com
65ba6a8ee1b850c1f399ae763b759afa7b6b664e
2d67cd9f8f8ad315a38eab2ac9d49901827c51c1
/compression.c
11581225cef0d850546b45ac5696e52d6c2aebbd
[]
no_license
manish123k/Image-compression-using-huffman-encoding-written-in-c-language
b4b4bf16bb413a85414f9f40c84d21c5ace4c1fd
28130fbeedfca4335ec62032f98cd2784217cb72
refs/heads/main
2023-03-21T20:40:31.694480
2021-03-18T19:56:34
2021-03-18T19:56:34
349,181,410
0
0
null
null
null
null
UTF-8
C
false
false
7,811
c
#include<stdio.h> #include<stdlib.h> // function to find fibonacci number int fib(int n) { if (n <= 1) return n; return fib(n - 1) + fib(n - 2); } // function to concatenate the words void strconcat(char* str, char* parentcode, char add) { int i = 0; while (*(parentcode + i) != '\0') { ...
[ "noreply@github.com" ]
manish123k.noreply@github.com
54fb841cc7aef37ce7eb35f172de5cd3930c9717
582c4802cef0aea802dc556ab5c14f75f8533df6
/source/user/curl/src/getpass.h
16601312fd3bbfece7f40eae088e58c1a1cc7f19
[ "curl" ]
permissive
noblepepper/ralink_sdk
7c85a52c33e212597cc7f950674bce9d84136528
a9e7ea3aa439d5f7852171e0988f9a45a65a1346
refs/heads/webupload
2021-01-15T10:17:04.813034
2015-04-24T14:08:42
2015-04-24T14:08:42
33,180,072
13
8
null
2020-03-08T01:59:36
2015-03-31T10:44:45
C
UTF-8
C
false
false
1,412
h
#ifndef __GETPASS_H #define __GETPASS_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |_...
[ "steven.lai@liricco.com" ]
steven.lai@liricco.com
cf08ffc91b99bb7d02c40d751649b3882545ffbd
0c4f436c420fa7997c0f5979836b6c6be96a0af3
/mpich2/src/mpid/ch4/netmod/ucx/ucx/src/ucp/core/ucp_proxy_ep.h
a23b4d820ca4d441c96caccbf5e3d2bc0b0b2831
[ "mpich2", "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
damianam/psmpi
170181f9bd42901b513d22a5fe6897392ebd1cec
e272b52eb2cdb8320d41a29e4d98da21c4d4ad4d
refs/heads/master
2021-03-12T15:06:05.465108
2020-03-11T17:04:29
2020-03-11T17:04:29
246,630,810
0
0
NOASSERTION
2020-03-11T17:01:49
2020-03-11T17:01:49
null
UTF-8
C
false
false
1,561
h
/** * Copyright (C) Mellanox Technologies Ltd. 2001-2017. ALL RIGHTS RESERVED. * * See file LICENSE for terms. */ #ifndef UCP_PROXY_EP_H_ #define UCP_PROXY_EP_H_ #include "ucp_types.h" #include <uct/api/uct.h> #include <ucs/type/class.h> /** * Generic proxy endpoint, used to change behavior of a specific tra...
[ "hauke@par-tec.com" ]
hauke@par-tec.com
98a876e98bef1fcac12dc9d566c561bb72c78870
af64187bb22147d193f89d6b6ef36a1bbd7d368c
/Prog2/Tarea1/include/listaInfo.h
81b36a4f3d107786761ce2c0acf9d85b7f71c2d5
[]
no_license
agustinamartinez1044/entregables_facultad
72254fd81f76f1c9c1661a822292a3e8f99ccec7
a9def6e26b3bd8c72c7749eac3ae3026a23919aa
refs/heads/master
2023-07-22T12:06:18.241464
2021-09-09T00:08:30
2021-09-09T00:08:30
294,804,008
0
0
null
null
null
null
UTF-8
C
false
false
1,305
h
/* Módulo de definición de 'TLista'. Se definen las listas de elementos de tipo 'info_t'. Laboratorio de Programación 2. InCo-FIng-UDELAR */ #ifndef _LISTA_H #define _LISTA_H #include "utils.h" // Representación de 'TLista'. // Se debe definir en listaInfo.cpp. // struct repLista; // Declaración del tipo ...
[ "agustinamartinez1044@users.noreply.github.com" ]
agustinamartinez1044@users.noreply.github.com
ad7331ea55ae08672a8bdef1203157ce211a18aa
2042fb2413155e3d8f169f7dac685fa923ea9951
/adm/daemons/network/dns_master.c
adde57c012f5e0542ddbd46adfa20ba653eaae33
[]
no_license
auto21cn/YHLib
6bdf8ed39321cc345e5cb9797e50e0a0a00f2c6e
4c3ed85020405545c52ae72a5d7a4e9f4a98e28f
refs/heads/master
2021-01-08T20:45:47.487830
2018-11-04T05:07:09
2018-11-04T05:07:09
null
0
0
null
null
null
null
GB18030
C
false
false
24,088
c
// File : /adm/daemons/network/dns_master.c // Created : 93-08-09 // By : Grendel@tmi-2 // History : Huthar@Portals wrote the original name server // : Pinkfish@Discworld wrote a port of the CD udp server. The // udp comms and the database code are based on that port. // // This is th...
[ "i@oiuv.cn" ]
i@oiuv.cn
acb58f3f9f274fd193baf8486c0266f6d5284f1e
fe0f4dc838eb58cca53a8bec92a91bfe8238ac4f
/user/wifi.h
b852e96109631ccd278c6aeeee107d82d217b522
[]
no_license
codywon/WrlsGateway
a2dabb834343b6659646e5ee6257b4368aa97d79
18090b1e58101fe9747b31277743f2665a82bbbe
refs/heads/master
2021-01-18T17:59:42.860231
2016-10-10T03:15:00
2016-10-10T03:15:00
null
0
0
null
null
null
null
GB18030
C
false
false
4,289
h
/******************************************************************************* * * Application * Soft version: V1.00 * File Name: gsm.h * Author : zzw * creation date: 2012-02-16 * module description: * Copyright (C) reserve * **************************************************************...
[ "yangchun_he@qq.com" ]
yangchun_he@qq.com
ff793d6616fb9eb117f9765679d8efd36ca8dcd6
73f26a19d41195f9967bdf4cda6ec560950c92e4
/tuan01/bai63.c
e5e431a76f4795f56b0da7b3faf429c2698b4b29
[]
no_license
huynhthaiphong996/C_Basic-1000
b7f90e16d062ec127d6858423dedf7f1dcb201dd
2c020da64ea0c37862a5636f95cc8b37d292cf1a
refs/heads/master
2021-01-22T06:07:02.623020
2017-03-04T15:55:52
2017-03-04T15:55:52
81,733,774
0
0
null
null
null
null
UTF-8
C
false
false
422
c
#include <stdio.h> void main() { unsigned int a,b; int i,max; printf("Nhap a:"); scanf("%d",&a); printf("Nhap b:"); scanf("%d",&b); if(a>b) max =a; else max =b; if(a==0 || b==0) printf("\nUCLN cua %d va %d la: %d",a,b,a+b); else { for(i=max;i>=1;i--) { ...
[ "huynhthaiphong996@gmail.com" ]
huynhthaiphong996@gmail.com
ae2218b3beaa4e7f533c6c27ad9ac8def670eebf
622ca49b95a91a68bced1a969b65ddd098e7dd5b
/src/include/lib/model.h
adae77948ddf00a5f5e6941bea6f7e3447b2b81f
[]
no_license
dev-lang/perfect_dark
316e6168629f8c2c2a066948fa7095972f26e522
f749e0de7072f494721108959a44a17b73fd8abe
refs/heads/master
2023-03-12T02:35:01.688460
2021-02-18T13:25:09
2021-02-18T13:25:09
null
0
0
null
null
null
null
UTF-8
C
false
false
4,336
h
#ifndef _IN_LIB_MODEL_H #define _IN_LIB_MODEL_H #include <ultra64.h> #include "data.h" #include "types.h" u32 func0001a500(void); u32 func0001a50c(void); void func0001a518(void *callback); u32 func0001a524(void); u32 func0001a5cc(void); u32 func0001a60c(void); u32 func0001a634(void); u32 func0001a740(void); u32 func00...
[ "ryandwyer1@gmail.com" ]
ryandwyer1@gmail.com
b6b7e03cdae00bcce82901e10b815d4e44dab254
72ecef9fd7fc05ddc032d637a3882a9b3a5c0d45
/deprecated/nbx_time_correlation.C
b731ac58b749d6cb69e9a59caf211847915f3cd4
[]
no_license
c-dilks/scalers12
b6a17792a645400707285e907cfcaa6694c0c2f1
bc58a50a4ab114d53f1194cfbfe6a5e8a186565b
refs/heads/master
2021-01-19T01:09:07.264758
2018-10-18T19:43:05
2018-10-18T19:43:05
20,889,864
0
0
null
null
null
null
UTF-8
C
false
false
1,144
c
// checks correlation between run time and nbx shift problem void nbx_time_correlation(const char * filename="counts.root") { TFile * infile = new TFile(filename,"READ"); TTree * tr = (TTree*) infile->Get("sca"); Int_t i,bx; Double_t t,tot_bx; tr->SetBranchAddress("i",&i); tr->SetBranchAddress("bx",&bx); ...
[ "christopher.j.dilks@gmail.com" ]
christopher.j.dilks@gmail.com
0e5fd6abacc6f8ac964a6721b02fb9046e1e747a
4c30a037ce6652b1fb81eadb2ee3373f1d56b3dc
/twimaster.c
35aeae9c5fbf9a8831f94421c85f21e50443b228
[ "MIT" ]
permissive
BBekker/tinyAVR-i2c
31af866f2d94a7239c3e60dbf442816eda4468d9
70265cd42dfaf7f62ee2c78e3b11106352e747ee
refs/heads/master
2022-09-30T18:10:16.006659
2020-06-09T15:50:21
2020-06-09T15:50:21
270,981,144
1
0
null
null
null
null
UTF-8
C
false
false
4,415
c
#include <inttypes.h> #include <compat/twi.h> #include <avr/io.h> #include <i2cmaster.h> /* define CPU frequency in hz here if not defined in Makefile */ #ifndef F_CPU #define F_CPU 4000000UL #endif /* I2C clock in Hz */ #define SCL_CLOCK 100000L /*****************************************************************...
[ "bernard@bernardbekker.nl" ]
bernard@bernardbekker.nl
755e60b2a462e9d1a09cdda7023d5fbf66931298
f0a26ec6b779e86a62deaf3f405b7a83868bc743
/Engine/Source/Runtime/NetworkFileSystem/Private/NetworkFileSystemPrivatePCH.h
01ccaa2016324b1630160fda0b1fb718c0cdc5e5
[]
no_license
Tigrouzen/UnrealEngine-4
0f15a56176439aef787b29d7c80e13bfe5c89237
f81fe535e53ac69602bb62c5857bcdd6e9a245ed
refs/heads/master
2021-01-15T13:29:57.883294
2014-03-20T15:12:46
2014-03-20T15:12:46
18,375,899
1
0
null
null
null
null
UTF-8
C
false
false
985
h
// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved. /*============================================================================= NetworkFileSystemPrivatePCH.h: Pre-compiled header file for the NetworkFileSystem module. =============================================================================*/ #ifnde...
[ "michaellam430@gmail.com" ]
michaellam430@gmail.com
feed51478b4c13d88bd8a20dde21bea94c300e36
4a8425d63725219b4b72959a48630e7aae29876c
/mp1_jx17/mp1_testcases.c
564956748ec32f49e3730211d3c12cc7e94038c1
[]
no_license
hbomb001/ece-391
dc339a85b3b3238b491473a92052c4933d7abcc1
1ce4fef78f63a729573b57a96fd3aa7bd684b7f3
refs/heads/master
2022-04-13T23:15:32.087662
2020-03-01T21:42:04
2020-03-01T21:42:04
null
0
0
null
null
null
null
UTF-8
C
false
false
4,306
c
#include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> #include <sys/ioctl.h> #include <sys/time.h> #include <sys/mman.h> #include <sys/io.h> #include <linux/rtc.h> #include <errno.h> #include <stdio.h> #include <stdlib.h> #include "mp1.h" #define WAIT 100 char *vmem_base_ad...
[ "noreply@github.com" ]
hbomb001.noreply@github.com
73f95f0a582ce84d0828b1843380ab7d38471ff1
6c37a187abd25ebdaa1fdae836864b39d6198b14
/part0-intro/lecture02/io.c
d9f10d38f3413dccc9e83727a186f6c81eea1895
[]
no_license
yanghan234/ThreeEasyPieces
0eb09a502e4174a394ad7110d1f424e8a0efd755
f4b87d7d8313e2d8285fc3002a653320b488607d
refs/heads/main
2023-03-03T15:12:23.915981
2021-02-10T03:50:42
2021-02-10T03:50:42
334,719,319
1
0
null
null
null
null
UTF-8
C
false
false
258
c
#include <assert.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <sys/types.h> int main(int argc, char *argv[]) { FILE *fd = fopen("./tmp","w"); assert(fd!=0); fprintf(fd,"hello world!\n"); fclose(fd); return 0; }
[ "yanghan234@outlook.com" ]
yanghan234@outlook.com
71431f5888a2c6525ceefe0b7d045ff0435cf8de
e536c3618ace09ef5264bcb31de7b8e8a8aa9947
/9abril/main.c
450692913d0ff0cd04e4a1ad8976017f524c77d9
[]
no_license
franvelastiqui/Programacion-1C
fa5c193caaa9557c5e8dcad3d1985595cc835c9a
2f5038123f473a8c4757aaf134b595e05731769c
refs/heads/master
2020-04-30T01:20:01.805100
2019-06-21T22:12:18
2019-06-21T22:12:18
176,526,386
0
0
null
null
null
null
UTF-8
C
false
false
1,472
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> void pedirCadena(char[], char[],int); void validarTamCadena(char[], char[], int); int main() { char nombre[30]; char apellido[30]; char apellidoNombre[61]; int i=0; pedirCadena("nombre: ", nombre, 30); ...
[ "noreply@github.com" ]
franvelastiqui.noreply@github.com
27669fd5216132149488383aa3c824e17e521b9b
647ebed104cea381d07a3106b48345d6319874bf
/examples/goFB_only/c_tcrest/vvimodepacemaker_mem/c/VVI_VRP.h
035a5ae29560ebfd66395c3e72928195dc578114
[ "MIT" ]
permissive
PRETgroup/goFB
4155d09d9f7c5eda8bb5ae84fcc891eeff89f674
aee3c85299d74e36aed79faa2bfec3e1f3ab96ba
refs/heads/master
2021-06-05T09:49:46.583394
2021-04-02T16:32:44
2021-04-02T16:32:44
94,039,080
3
4
null
null
null
null
UTF-8
C
false
false
1,455
h
// This file has been automatically generated by goFB and should not be edited by hand // Compiler written by Hammond Pearce and available at github.com/kiwih/goFB // This file represents the interface of Function Block VVI_VRP #ifndef VVI_VRP_H_ #define VVI_VRP_H_ #include "fbtypes.h" //This is a BFB, so we need an...
[ "hammondpearce@outlook.com" ]
hammondpearce@outlook.com
0f011d67aee478894408d04533dcfaf0425ce5d5
a3b465234d7c58029c0585f93de58a5b92dc4e01
/Lab5/cmdline.c
60ad07e455e0267babf3291855fe7a75e3bef41a
[]
no_license
pcirg/ee445m
f107e05141ff9941fb9640e2b04e3098a3fb9f52
01d55e9b0f061d10441af2210227e05a8e80e975
refs/heads/master
2021-05-28T16:42:03.603593
2015-04-14T23:55:05
2015-04-14T23:55:05
null
0
0
null
null
null
null
UTF-8
C
false
false
13,930
c
/*************************************************** Modified by Sourabh Shirhatti and Nelson Wu for EE 445M, Spring 2015 ****************************************************/ //***************************************************************************** // // cmdline.c - Functions to help with processing command lin...
[ "ntw248@utexas.edu" ]
ntw248@utexas.edu
283099c932a5ec7fa4dc432e5ef157ba25f249d9
11631ff1722dd0e632d1a663dd1734f71ed121ff
/layer.h
23fc9d5391baa8f00107ee3400f38ae44fd69cc7
[]
no_license
leo-XUKANG/darknet_-
22395677fe8f63dcbaa1929d5df05416e784f83b
71b91e04d4d53b1a77b809f7612b06f11b6ca2ed
refs/heads/master
2020-03-29T09:02:03.002436
2018-11-16T10:22:34
2018-11-16T10:22:34
149,737,991
1
0
null
null
null
null
UTF-8
C
false
false
6,101
h
#ifndef BASE_LAYER_H #define BASE_LAYER_H #include "activations.h" #include "stddef.h" #include "tree.h" struct network_state; struct layer; typedef struct layer layer; typedef enum { CONVOLUTIONAL, DECONVOLUTIONAL, DEPTHWISE_CONVOLUTIONAL, CONNECTED, MAXPOOL, SOFTMAX, DETECTION, DROPOU...
[ "noreply@github.com" ]
leo-XUKANG.noreply@github.com
03c83f354a3c50b7f70e9e752cbd61a9ad253c57
ff9e1750a20468808ae67f44d1bcd3c7d70c02cd
/hwDecodeVaapi/vaapi/vaapi_compat.h
e7d04c26eb90e0e16f0eadec647f8c980a3c7923
[]
no_license
koberx/third_part_code
578f2143b9e57787098c16284197aeaf47dd8d49
d033e76482a084b0e373edaff476abdc71ed9983
refs/heads/master
2021-05-13T15:01:29.400715
2019-03-19T01:37:39
2019-03-19T01:37:39
116,756,611
0
0
null
null
null
null
UTF-8
C
false
false
3,354
h
/* * vaapi_compat.h - VA API compatibility glue * * hwdecode-demos (C) 2009-2010 Splitted-Desktop Systems * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the Li...
[ "huruixinge@163.com" ]
huruixinge@163.com
5508ba5d7942f46109cf88645798d567672edf8b
e4214c9c541364528ed6c97bea65f84f0aad6c51
/Libraries/STM32F10x_StdPeriph_Driver/src/misc.c
2ffe043a2249848a312ffc73fceea1d9fc254083
[]
no_license
joyceandpig/STM32_USB_MASS
945d93e4d773d4f347d260dc66e5d8af25ae4dd2
99c7aa026c9a4afe2488dd550cc2e31d265f03dd
refs/heads/master
2021-01-20T20:05:27.933542
2016-08-24T02:55:25
2016-08-24T02:55:25
64,732,784
0
0
null
null
null
null
UTF-8
C
false
false
7,280
c
/** ****************************************************************************** * @file misc.c * @author MCD Application Team * @version V3.5.0 * @date 11-March-2011 * @brief This file provides all the miscellaneous firmware functions (add-on * to CMSIS functions). *****************...
[ "张朝松" ]
张朝松
9dffb77c75fc896a44f8de0e6f7577ead6892847
edf4e4ac831de482be7945aa22a80700a07925d1
/kt so co doi xung.c
a57967fc0d572f95cb54d91169f1e69bbad18b21
[]
no_license
HonestTruong/LTCB
9fb5cb5d9357fd746d32011324725321cf0c60a3
f0cae96eebb68f6f2223707b851f8290c61e6e9c
refs/heads/master
2021-01-12T07:25:59.275631
2016-12-25T08:03:16
2016-12-25T08:03:16
76,959,365
0
0
null
null
null
null
UTF-8
C
false
false
221
c
#include <stdio.h> int main(){ int n, a, b, c; scanf("%d", &n); a = n; c = 0; while(a!=0){ b = a%10; c = c*10 + b; a = a/10; } if(c == n) printf("Doi xung"); else printf("Khong doi xung"); return 0; }
[ "tvttha369@gmail.com" ]
tvttha369@gmail.com
3eceaade7bbc2814352dbb8728496656ef9be611
780bd49185ed2dd4a3f5d1a3d9a5e68772725ed8
/src/lexer.h
505320c86a60e6a66aabbc44034eb6c9434313c8
[ "MIT" ]
permissive
ilevn/Vongsprache
eab554ac447ac5ca91f893c31a5ca9bef05af56f
70874cb129c250bc4d516eac358f4ccc3ac3fd11
refs/heads/master
2021-04-26T22:24:32.956441
2018-06-06T18:05:55
2018-06-06T18:05:55
124,086,816
0
0
null
2018-03-06T14:03:36
2018-03-06T14:03:36
null
UTF-8
C
false
false
5,038
h
//Vongsprache interpreter //Copyright (C) 2018 Arc676/Alessandro Vinciguerra <alesvinciguerra@gmail.com> ///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 with...
[ "alesvinciguerra@gmail.com" ]
alesvinciguerra@gmail.com
ff722d7fb1d09956f3f66572a77daf0e6260e9f8
11c05e1e2dfebfea95f3706fe03da198329186d4
/ex2/q2/xv6/param.h
dfddd00a8a7a94eccadda90483510286ae2fb756
[ "MIT" ]
permissive
TalCohen27/Fun_With_Multithreading
1e3e26fb9317d7eaaf4ef134d9adca39051043d0
f6afea4341fb2d08f3c8e8fb2374f8584d442161
refs/heads/master
2020-03-25T20:54:36.777317
2018-08-09T12:37:57
2018-08-09T12:37:57
144,150,732
0
0
null
null
null
null
UTF-8
C
false
false
652
h
#define NPROC 64 // maximum number of processes #define KSTACKSIZE 4096 // size of per-process kernel stack #define NCPU 8 // maximum number of CPUs #define NOFILE 16 // open files per process #define NFILE 100 // open files per system #define NBUF 10 // size of disk block cach...
[ "tal.cohen2011@gmail.com" ]
tal.cohen2011@gmail.com
68b6a20b0749f87730203627245f74a65a609e33
6e57bdc0a6cd18f9f546559875256c4570256c45
/frameworks/base/core/jni/jpeg/jpeg_api.h
31396397990204f85bc5fb221173330ec72afb62
[ "Apache-2.0", "LicenseRef-scancode-unicode" ]
permissive
dongdong331/test
969d6e945f7f21a5819cd1d5f536d12c552e825c
2ba7bcea4f9d9715cbb1c4e69271f7b185a0786e
refs/heads/master
2023-03-07T06:56:55.210503
2020-12-07T04:15:33
2020-12-07T04:15:33
134,398,935
2
1
null
2022-11-21T07:53:41
2018-05-22T10:26:42
null
UTF-8
C
false
false
7,688
h
/* * Copyright (C) 2012 The Android Open Source Project * * 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 app...
[ "dongdong331@163.com" ]
dongdong331@163.com
e9131912d1798df8f839c0f56402053083adc522
341f5c19429fd2f220980bafa2fd891ed5b47de9
/3rdparty/minizip/mz_os_posix.c
4d4910a895de9edf2fc4f13f3d98cb75738cf259
[ "Zlib" ]
permissive
sosopop/appsrv
f029b98e8d2a640b9f4df7f5a628e7b77586486b
317c28b0013b8e69de43fce5ab8606c9de8f497c
refs/heads/master
2020-03-28T03:12:44.646964
2018-09-13T15:56:19
2018-09-13T15:56:19
147,627,703
1
0
null
null
null
null
UTF-8
C
false
false
5,829
c
/* mz_os_posix.c -- System functions for posix Version 2.5.1, August 18, 2018 part of the MiniZip project Copyright (C) 2010-2018 Nathan Moinvaziri https://github.com/nmoinvaz/minizip This program is distributed under the terms of the same license as zlib. See the accompanying LICENSE file for the...
[ "mc@choicesoft.com.cn" ]
mc@choicesoft.com.cn
155e2c3e50d1469b89ec728ba522f385724ee6c7
c28c0679aba79488b2539e6a5c4712270ccaede0
/physics/build/RECIP_DXG_MACROS.h
52cf49e9e670b6e986dc50761c0cc2240901fe2d
[]
no_license
crisoceano/WAP_MITgcm
9182588c26e8bcb5dd6626eaf8e1ba97e254cb8d
db46e3b873de4492614f48aa6be5d318f86007fa
refs/heads/master
2020-12-20T22:15:09.484436
2020-12-17T20:28:36
2020-12-17T20:28:36
236,218,447
0
1
null
null
null
null
UTF-8
C
false
false
1,034
h
C $Header: /u/gcmpack/MITgcm/model/inc/RECIP_DXG_MACROS.h,v 1.3 2001/09/21 15:13:31 cnh Exp $ C $Name: checkpoint62r $ C CBOP C !ROUTINE: RECIP_DXG_MACROS.h C !INTERFACE: C include RECIP_DXG_MACROS.h C !DESCRIPTION: \bv C *==========================================================* C | RECIP_DXG_MAC...
[ "Cris@sdoney-air.local" ]
Cris@sdoney-air.local
1519804d8c12b1e1ddc4419d0d248d81f0c9cab5
b98e583cb24ba034aa9a3241f9918cdaf3459cc6
/XS/macros/UnderstandCL.c
a482a571e5eebaefa8bdd504606e242870be4dc0
[]
no_license
bquilain/XSCode
1f55d68ce4b105425ba6f479f9b501ab614fba84
070e618c38a6857e18093adb54cbfd2ec440bfae
refs/heads/master
2021-01-11T08:32:30.058498
2018-06-04T05:57:45
2018-06-04T05:57:45
76,525,061
0
1
null
null
null
null
UTF-8
C
false
false
2,160
c
{ //The first parameter is a normalisation coefficient. //the second parameter is the most probable value. //the third parameter correspond to Lambda in most book TF1 * PDF = new TF1("PDF","landau",0.,100); PDF->SetParameter(0,1); PDF->SetParameter(1,5); PDF->SetParameter(2,1); TF1 * PDF2 = new ...
[ "benjamin.quilain@hotmail.fr" ]
benjamin.quilain@hotmail.fr
106db18d025e77c3a91441c006400c24d598aae9
0b12d6110fe8a54ccb3829f69707a229bfb35282
/naruto/world/area/wizard/game3.c
69cd40e1a3a9cfd7efc5f4a34f0c59d0ce88b3ed
[]
no_license
MudRen/mudos-game-naruto
b8f913deba70f7629c0bab117521508d1393e3b6
000f286645e810e1cd786130c52d7b9c1747cae8
refs/heads/master
2023-09-04T05:49:01.137753
2023-08-28T12:19:10
2023-08-28T12:19:10
245,764,270
1
0
null
2020-03-08T06:29:36
2020-03-08T06:29:36
null
BIG5
C
false
false
358
c
#include <ansi.h> inherit ROOM; void create() { set("short", "遊戲室(3)"); set("long", @LONG 這是一間休閒娛樂場所,附近可能擺放一些好玩的東西 LONG); set("exits", ([ "west" : __DIR__"game2", "south" : __DIR__"game6", ])); set("objects", ([ _DIR_ITEM_"big2.c" : 1, ])); set("no_fight", 1); setup(); }
[ "zwshen0603@gmail.com" ]
zwshen0603@gmail.com
a99f16bff0cdce66e8782e6372eb4b459d28e414
4d2f6056cd1418d661c27988ab912b05a99e1f94
/stack/04-reverse-linked-list-using-stack.c
e1d8ba6e07cd7b3b0aa96f476a1ca7ccb2bbe9a7
[]
no_license
napatswift/Data-structures-in-C
51fed4b87a2cd1d020ad5680d1eda71da23ee109
eeef3faf44e5968c158b6283c67ba8af57aab454
refs/heads/main
2023-06-26T19:09:21.561829
2021-07-22T15:26:44
2021-07-22T15:26:44
356,749,712
0
0
null
null
null
null
UTF-8
C
false
false
1,171
c
#include <stdio.h> #include <stdlib.h> typedef struct Node{ int data; struct Node *next; } Node; Node *stack[64]; int top = -1; void insert(Node **head, int val){ Node *curr = *head; Node *newNode = (Node *)malloc(sizeof(Node)); newNode->next = NULL; newNode->data = val; if(*head == NULL){ *head = ...
[ "napat544@hotmail.com" ]
napat544@hotmail.com
863a984ad758bebf6b17dd4473cc666cd3cea7cd
c715e121f4eefdce5859fe35767f729a96a1038f
/src/usr.bin/tmux/server-fn.c
17d41bcedf62669ae71897a91417ab2412b31a4f
[]
no_license
premiamatti/mybsd
efaddf8ea5bd9089f6dbb6cb6c423bba0e4fd97d
26a16eed3338b496ea8c80d0d9100189e4df1fcd
refs/heads/master
2016-09-06T03:06:42.399803
2014-02-14T23:21:31
2014-02-14T23:21:31
null
0
0
null
null
null
null
UTF-8
C
false
false
13,354
c
/* $OpenBSD: server-fn.c,v 1.70 2013/07/05 14:52:33 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> * * 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 pe...
[ "matti.karnaattu@premia.fi" ]
matti.karnaattu@premia.fi
b933d07c18005b09c119d02f858bb7f83ccede80
a6d76b98c4df3acc6db72e89102c9d1c2dfd8222
/fs/binfmt_elf.c
d3663bdbfba7d52ffdb173ed48d394df6e07c072
[]
no_license
zhanglin496/linux-4.0.5
7a690ae11102f50dc2283d35f9d08f36af7179b4
ecb857bb49a0dd62bb9d24586adc6065d5e157a9
refs/heads/master
2023-04-14T23:40:28.037018
2023-03-30T05:58:04
2023-03-30T05:58:04
35,919,898
9
1
null
null
null
null
GB18030
C
false
false
65,199
c
/* * linux/fs/binfmt_elf.c * * These are the functions used to load ELF format executables as used * on SVr4 machines. Information on the format may be found in the book * "UNIX SYSTEM V RELEASE 4 Programmers Guide: Ansi C and Programming Support * Tools". * * Copyright 1993, 1994: Eric Youngdale (ericy@cais.c...
[ "zhanglin496@163.com" ]
zhanglin496@163.com
dec7ec227d74edc259f86191cede0652cc2b753d
d863e519a96bea5cbf43fa8eb69416573f054248
/network.h
edf0f8bbe450ca871e80909613e023bb21c70417
[]
no_license
Kozukq/tower_defense
da8681d7e143fcbf83ede9df86d39922b9d3d68c
b31fa66951b2c6ca588753291c82eb20b1afff48
refs/heads/main
2023-03-30T08:19:39.282601
2021-04-09T20:39:16
2021-04-09T20:39:16
349,165,689
0
0
null
null
null
null
UTF-8
C
false
false
501
h
#ifndef NETWORK_H #define NETWORK_H #include "config.h" #define MAX_GAMES 10 #define BEGIN_CONNECTION 100 #define NEW_GAME 101 #define JOIN_GAME 102 #define CLOSE_SERVER 200 #define FALSE 0 #define TRUE 1 #define ACCEPT 0 #define DECLINE 1 #define FREE 0 #define RUNNING 1 struct game_config { struc...
[ "ywqqqq@gmail.com" ]
ywqqqq@gmail.com
663cee095b7d27c30f851ec2963c55b2a4a84160
b468efc038b32874ccde3fe2cb44688658e37303
/Lab8/lab7_HemantaLawaju.c
d8f56477019c9eaf91564c88c4861fea89f51f6b
[]
no_license
hlawaju63/CSE3442_EmbeddedSys_Spr2021
6c66990445b2c7e39a334f473d9d25a6a1fae8f1
7c2b34b2ed4a2da2418de10ada7bdb538df5fc92
refs/heads/main
2023-05-04T03:08:36.527116
2021-05-22T18:27:49
2021-05-22T18:27:49
369,875,839
1
0
null
null
null
null
UTF-8
C
false
false
6,746
c
// RGB Backlight PWM Example // Hemanta Lawaju //----------------------------------------------------------------------------- // Hardware Target //----------------------------------------------------------------------------- // Target Platform: EK-TM4C123GXL Evaluation Board // Target uC: TM4C123GH6PM // Syste...
[ "noreply@github.com" ]
hlawaju63.noreply@github.com
0f1cca5039268087d091b5e2fac38ab630205222
53cec7c4ca4bef433c649c46d7cf208db4fb55e4
/u/stey/u/wen/book/xuanhu-blade.c
b2ed96092a57bc363a6e405a06de5f0d3dbe4a75
[]
no_license
androids7/sjsh
c57b2f0f94932e228641a166efda8b7e19eefcc1
1c0391f6b8236f2c6e0c62a2bf904f47e3d5ca26
refs/heads/master
2021-01-09T15:35:19.076098
2016-02-21T11:27:48
2016-02-21T11:27:48
null
0
0
null
null
null
null
GB18030
C
false
false
710
c
// literate.c inherit ITEM; void create() { set_name("〖玄狐长恨刀法〗", ({"xuanhu book", "book"})); set_weight(1000); if( clonep() ) set_default_object(__FILE__); else { set("unit", "本"); set("value", 8000000); set("no_sell", 1); set("no_put...
[ "liming.xie@gmail.com" ]
liming.xie@gmail.com
8a9b98b932358f2df072af4fdd256f90b290d8ee
13bb612caea8391fd50a9159cd45cf15756336a1
/openmpi-4.0.5/opal/mca/common/verbs/common_verbs_basics.c
bd23f08ea3d8a6c6bbc8df79c93679df2eb48beb
[ "BSD-3-Clause-Open-MPI" ]
permissive
pplab/openmpi-inc
bd467496218a63298201d9ca9853d3ebdd7fb820
efa5f7f4b9d7d134ca6ab7cf1d3efcd0b4b0359e
refs/heads/main
2023-08-16T00:37:56.834012
2021-10-22T01:08:05
2021-10-22T01:08:05
402,670,851
0
1
BSD-3-Clause
2021-09-10T03:49:19
2021-09-03T06:33:20
null
UTF-8
C
false
false
3,006
c
/* * Copyright (c) 2012-2016 Cisco Systems, Inc. All rights reserved. * * $COPYRIGHT$ * * Additional copyrights may follow * * $HEADER$ */ #include "opal_config.h" #include <stdio.h> #ifdef HAVE_SYS_TYPES_H #include <sys/types.h> #endif #ifdef HAVE_SYS_STAT_H #include <sys/stat.h> #endif #ifdef HAVE_UNISTD_H...
[ "shenyu@ustc.edu.cn" ]
shenyu@ustc.edu.cn
fbac5e19cc948ffe801f7faf69320ce08965a214
0f4b65bdd99e642402d489fdd662a7dc1d1441f5
/testsuite/EXP_3/test1275.c
09c1c7ed39dda24b4cc52ebad068f5cf30260c66
[ "MIT" ]
permissive
matthiaskrgr/CF3
157e4967f12a6e6a0eee0fa9421f7855d24047c5
981a49c2b1f0fb80e1d1778beb3f3ce8578338c3
refs/heads/master
2021-01-01T06:02:05.773732
2017-07-15T20:15:36
2017-07-15T20:15:36
97,335,407
0
0
null
2017-07-15T18:41:20
2017-07-15T18:41:20
null
UTF-8
C
false
false
51,680
c
/* CF3 Copyright (c) 2015 ishiura-lab. Released under the MIT license. https://github.com/ishiura-compiler/CF3/MIT-LICENSE.md */ #include<stdio.h> #include<stdint.h> #include<stdlib.h> #include"test1.h" static int32_t x3 = 22875; volatile int64_t x6 = -3LL; volatile int32_t x16 = -59696; uint64_t x19 = 503233496...
[ "ishiura-compiler@ml.kwansei.ac.jp" ]
ishiura-compiler@ml.kwansei.ac.jp
632a9c84746296cbed0ccbc9234196384f2830db
f9978f9aa6913f92376092924349706b4cc14b94
/Quadcopter_Old.X/pic32.h
650eedb76595ee9fce82d81daf5702e5cbb3ce19
[]
no_license
shivam6279/PIC-Projects
dba5b96ee760ca7bfb289a8f72e97d423f42d63d
10f3594874a8c813226745eae95f70d9ada2eca0
refs/heads/master
2023-07-08T07:34:01.753390
2023-06-28T16:14:24
2023-06-28T16:14:24
97,623,086
0
0
null
null
null
null
UTF-8
C
false
false
562
h
#ifndef _pic32_H_ #define _pic32_H_ #include <xc.h> #define DELAY_TIMER_ON T2CONbits.ON #define SAFETY_TIMER_ON T7CONbits.ON #define LOOP_TIMER_ON T4CONbits.ON #define GPS_TIMER_ON T5CONbits.ON extern void PICInit(); extern void StartDelayCounter(); extern void StopDelayCounter(); extern unsigned long int ms_count...
[ "shivam6279@gmail.com" ]
shivam6279@gmail.com
d18e657330c0c7c5bf40cacb58b7844e74bbfb96
fc3b106292c6d756ed174b295a165d81a0914a92
/NLI2FOLI/pmb_SICK/data/silver/p82/d0036/en.cats
a682b63ca386dd23c4515cb96c299fc08fdd7542
[ "MIT" ]
permissive
barfsma/ComSem
5d0f7498fff8609076815ed1623c16d481c0b954
e8a5b49e8eb43a03ee123861b4aed928c2090d83
refs/heads/master
2020-12-05T18:05:48.585151
2020-01-24T15:44:21
2020-01-24T15:44:21
232,155,909
0
2
MIT
2020-01-23T08:41:29
2020-01-06T18:00:48
Python
UTF-8
C
false
false
111
cats
N/N N/N N CONJ N/N N/N N (S[dcl]\NP)/(S[ng]\NP) (S\NP)\(S\NP) S[ng]\NP (S\NP)\(S\NP) ((S\NP)\(S\NP))/NP NP/N N
[ "bertelt.braaksma@gmail.com" ]
bertelt.braaksma@gmail.com
7e3e958afc80af915cf679b8999cbf3e55af3e3d
39abd7824bfd11f7ba828b0406a11aebb4a7a183
/point.c
ebcb10894f1c3f327ca9cf95466a7761249e9bd9
[]
no_license
nadavzach/MMT_HW3
a99c8432aa441b2d95206ad3ae1f29861b3ac5a2
d008da4ec16797eaed172fd3802f51c87e22da6d
refs/heads/master
2022-10-09T14:49:02.614539
2020-06-06T20:04:15
2020-06-06T20:04:15
262,838,629
0
0
null
2020-06-02T10:04:52
2020-05-10T17:22:12
C
UTF-8
C
false
false
5,029
c
#include "list.h" #include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include "point.h" typedef struct Point_ { PList coordinateList; int dim_num; int cur_dim_num; } point; PPoint PointCreate(int newDim_num) { if (!newDim_num) return NULL; PPoint newPoint; n...
[ "noreply@github.com" ]
nadavzach.noreply@github.com
0bdcd19372702d16fccc98e0aa26a9e7a7197569
770fd1062bd5b35f0fc342fe025b639b0052ce6c
/fb.h
bc14f5d82c1fd52f304f3331e4d7a2cd7210041a
[]
no_license
stefanrieken/drupelet
ad25f88a13be72e3b59a638e0b931d9049b2bf7c
2b4618f41aaae81b3fce78179446f8e2c31b42a5
refs/heads/master
2021-07-14T15:37:09.163362
2021-03-25T10:54:11
2021-03-25T10:54:11
77,932,178
0
1
null
null
null
null
UTF-8
C
false
false
456
h
#include <stdbool.h> #include "mailbox.h" extern struct { unsigned int pwidth; unsigned int pheight; unsigned int vwidth; unsigned int vheight; unsigned int pitch; unsigned int depth; unsigned int offsetx; unsigned int offsety; unsigned short * pointer; unsigned int size; } volatile framebuffer; extern vola...
[ "stefanrieken@gmail.com" ]
stefanrieken@gmail.com
4e993edc0814c4107c46afe86f0d05e142ddfe36
5e267d2cdbb6bef0539379a2b28b466cc90cb677
/Lab3/matrix.h
03982d08d4e591b22c30a18022bd27a5301724c6
[]
no_license
spa542/COSC420
5b0b5afee3172636678325ed5eb54ef5beaf7d66
59c1c147f5624a9957eb1e9dc0983e666411adc0
refs/heads/master
2023-02-09T11:20:06.927782
2020-12-28T21:03:07
2020-12-28T21:03:07
291,543,965
1
0
null
null
null
null
UTF-8
C
false
false
1,404
h
#ifndef MATRIX_H_ #define MATRIX_H_ #include<stdio.h> // I/O #include<stdlib.h> // Standard library #include<math.h> // Math functions #include<mpi.h> // MPI library // References the actual index of the 1d array #define INDEX(A,i,j) A->cols*i + j // Accesses the actual array using the INDEX macro #define ACCESS(A,i...
[ "gdawson2018@gmail.com" ]
gdawson2018@gmail.com
192a4bd14284e543fa593487ed612ec61a0df516
94e8344ee420ae4d2eb1643e95973845f341a3d2
/gcc_4.3.0_mutants/mutant103873_rtlanal.c
fa466e739272d7296b34e435fbfa6768664da461
[]
no_license
agroce/compilermutants
94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3
dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991
refs/heads/master
2022-02-26T21:19:35.873618
2019-09-24T15:30:14
2019-09-24T15:30:14
207,345,370
1
0
null
null
null
null
UTF-8
C
false
false
136,980
c
/* Analyze RTL for GNU compiler. Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General ...
[ "agroce@gmail.com" ]
agroce@gmail.com
0054daae69982af7d53b0b103c36dd5bd7aa2583
3b7cdefcad1272ce9ef9b5a2ea6f6c36d4604a6f
/mcu/l1core/modem/interface/l1/mml1/mml1_rf_cwreg_seq_gen/mt6177m/mml1_rf_seq_gen_3g_tdd_rx_mt6177m.h
378089efaf6be011b86c666cc18b4bb8bceeef73
[]
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
9,481
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
a56c689ac1e3c1a2b906f36bd4d94c0b39395c32
e46029f04bffbe2fa3c998684f8a1878500f9389
/props.lv2/props.h
463e12386dbae365597829202633846d519b37a6
[ "Artistic-2.0" ]
permissive
jpcima/sherlock.lv2
ccf9a44de32ce455a22ff5b6ba48ef32d9e081a6
1555db1cfc28bae8c852aaca563282056b6620d5
refs/heads/master
2020-04-01T17:40:53.523588
2018-09-19T20:32:16
2018-09-19T20:32:16
null
0
0
null
null
null
null
UTF-8
C
false
false
22,960
h
/* * Copyright (c) 2015 Hanspeter Portner (dev@open-music-kontrollers.ch) * * This is free software: you can redistribute it and/or modify * it under the terms of the Artistic License 2.0 as published by * The Perl Foundation. * * This source is distributed in the hope that it will be useful, * but WITHOUT ANY ...
[ "dev@open-music-kontrollers.ch" ]
dev@open-music-kontrollers.ch
e91117c2d8f0dfaa93697e4235ac4068be63fa32
764f5c3886ca27fcd2241c4b62b21ee5b75dcc13
/include/c/schemas/ModioResponse.h
71213d4a23e2c018f8c2e9d5e2f4d548831a3119
[ "MIT" ]
permissive
Turupawn/TravisTest
39b4946b54b2ae559918674347f0ee53afadbb64
6f909d58bc3b81694a20d8a58b5763a437a0ab68
refs/heads/master
2021-05-12T05:31:41.695562
2018-02-08T17:45:37
2018-02-08T17:45:37
117,195,699
0
0
MIT
2018-01-12T05:52:27
2018-01-12T05:16:39
C++
UTF-8
C
false
false
352
h
#ifndef MODIO_MODIORESPONSE_H #define MODIO_MODIORESPONSE_H #include "dependencies/json/json.hpp" #include "Utility.h" #include "c/ModioC.h" #include "c/schemas/ModioError.h" using json = nlohmann::json; extern "C" { void modioInitResponse(ModioResponse* response, json response_json); void modioFreeResponse(Modi...
[ "ahmed.hn.43@gmail.com" ]
ahmed.hn.43@gmail.com
13ff3c9de9ef23143bca85cd2dcb96ca9c97d27a
7c4eebc161ede29311fd803fa0d69b09337d389c
/HW/HW05/myLib.c
89bb6e35804fe7921398f42fdd1cf3b9853ee089
[]
no_license
atush-dhakal/MediaDeviceArchitecture
8d9f2b689588cddc8e90d798159db00bebc8e137
a2537436dcd443375660b45d52702fe1ec4b1e1e
refs/heads/master
2022-03-31T17:33:52.401991
2020-01-06T21:43:27
2020-01-06T21:43:27
null
0
0
null
null
null
null
UTF-8
C
false
false
5,019
c
#include "myLib.h" // The start of the video memory unsigned short *videoBuffer = (unsigned short *)0x6000000; // The start of DMA registers DMA *dma = (DMA *)0x40000B0; // Set a pixel on the screen in Mode 3 void setPixel3(int row, int col, unsigned short color) { videoBuffer[OFFSET(row, col, SCREENWIDTH)] = ...
[ "alexrlev@gmail.com" ]
alexrlev@gmail.com
f43e3f3101a9232bab6645447c7b810e2fada9d1
2ea0c38e47d361b1917a2ab2405eb7d9ac3548f3
/mame_src/todo/cpu/mips/mips.h
a31fdc4ea4c10bbb31118a108ce76b9352001fe4
[]
no_license
javaemus/arcadeflex056_accurate
24f2b2ec91db6b22cd74edd3c1186a7f5362e423
25ded18763ca9c7aa41e06f8357035a4353c7ff1
refs/heads/master
2020-05-15T15:34:52.156745
2019-06-19T12:28:51
2019-06-19T12:28:51
182,376,749
0
0
null
null
null
null
UTF-8
C
false
false
5,306
h
#ifndef _MIPS_H #define _MIPS_H #include "osd_cpu.h" enum { MIPS_PC = 1, MIPS_DELAYPC, MIPS_DELAY, MIPS_HI, MIPS_LO, MIPS_R0, MIPS_R1, MIPS_R2, MIPS_R3, MIPS_R4, MIPS_R5, MIPS_R6, MIPS_R7, MIPS_R8, MIPS_R9, MIPS_R10, MIPS_R11, MIPS_R12, MIPS_R13, MIPS_R14, MIPS_R15, MIPS_R16, MIPS_R17, MIPS_R18, MIPS_R19...
[ "giorgosmrls@gmail.com" ]
giorgosmrls@gmail.com
4eb0fa84b9f95beac22b2bbf3a191370a9ee5e93
5ecf353e29b65f36a95848b3abc40cb4d38b437f
/NT/private/sdktools/crt/crtw32/string/wcstok.c
3763718c5d2c7a1be49fddda62ddfb4720630bc1
[]
no_license
Empyreal96/Easy-Build-2k
8d948c6e33082dc6d99f29f5c206f2b44f062c08
36fce23389e43918faf4cd88688c64aa2668ff8f
refs/heads/main
2023-04-09T07:47:57.734181
2021-04-07T09:45:50
2021-04-07T09:45:50
355,372,322
16
0
null
null
null
null
UTF-8
C
false
false
3,158
c
/*** *wcstok.c - tokenize a wide-character string with given delimiters * * Copyright (c) 1989-2001, Microsoft Corporation. All rights reserved. * *Purpose: * defines wcstok() - breaks wide-character string into series of token * via repeated calls. * *Revision History: * 09-09-91 ETC Created from strtok.c. * 08-17-92...
[ "64583248+Empyreal96@users.noreply.github.com" ]
64583248+Empyreal96@users.noreply.github.com
a98fe132afc763400df3a48450e8280eeadc1b0d
c389e63b865c236ae88e7a8353df59a93fab7e5b
/Haralick-2D/Harilick/ppbm.h
6832e7e60a6619c6614f3196aad6a575db444d18
[]
no_license
julian-wang/PIS
8f9be4b87b647640811fb3070f21b6dc4aee55be
eaf06ee5ab2432085b176ca875441d3f5376b73c
refs/heads/master
2021-01-01T16:00:08.544517
2015-09-08T05:27:14
2015-09-08T05:27:14
42,040,909
0
0
null
null
null
null
UTF-8
C
false
false
953
h
/* pbm.h - header file for libpbm portable bitmap library * @(#)pbm.h */ #ifndef _PBM_H_ #define _PBM_H_ #include "ppbmplus.h" typedef unsigned char bit; #define PBM_WHITE 0 #define PBM_BLACK 1 /* Declarations of routines. */ #define pbm_allocarray( cols, rows ) ((bit **) pm_allocarray( cols, rows, sizeof(bit) ...
[ "prince-panda@qq.com" ]
prince-panda@qq.com
d48b48206c00c5414c49573e9a506f5cd91ae3c1
c0e0138bff95c2eac038349772e36754887a10ae
/mdk_release_18.08.10_general_purpose/mdk/packages/movidius/Guzzi/arch/ma2x5x/include/osal/include/utils/profile/profile_ids.h
8d041ab37a88473641a2f1617cae49addd0e8db2
[]
no_license
elfmedy/vvdn_tofa
f24d2e1adc617db5f2b1aef85f478998aa1840c9
ce514e0506738a50c0e3f098d8363f206503a311
refs/heads/master
2020-04-13T17:52:19.490921
2018-09-25T12:01:21
2018-09-25T12:01:21
null
0
0
null
null
null
null
UTF-8
C
false
false
3,891
h
/* ============================================================================= * Copyright (c) 2013-2014 MM Solutions AD * All rights reserved. Property of MM Solutions AD. * * This source code may not be used against the terms and conditions stipulated * in the licensing agreement under which it has been supplied, o...
[ "palani.andavan@vvdntech.com" ]
palani.andavan@vvdntech.com
5cd5b7823b311ddb90e46c3ade9615cc98760c26
17bf0dbad597c3cf9f7158741e9dd8d7f3257c5e
/Delete_ele_array.c
a58d0e942f2c2446a2121347dfb08e355f7b457d
[]
no_license
mephi007/c-program
33900727fcc5b9243bdfce616c3a3e2de85bf490
8d72b73405f0a214f11d0af59463233ab18ce2e6
refs/heads/master
2020-03-14T05:51:19.850099
2018-08-29T15:24:54
2018-08-29T15:24:54
131,472,539
0
0
null
null
null
null
UTF-8
C
false
false
520
c
#include <iostream> using namespace std; int main() { int a[20], i,j,n,element,len,flag; len=0; flag=0; cout<<"enter element number\n"; cin>>n; cout<<"enter array\n"; for(i=0;i<n;i++) cin>>a[i]; cout<<"enter element to delete\n"; cin>>element; for(i=0;i<n;i++) { if(a[i]==element) { flag=1; ...
[ "roysumit949@gmail.com" ]
roysumit949@gmail.com
9b4d917090655316f994dab4f09fe2e96e41f3ec
5c255f911786e984286b1f7a4e6091a68419d049
/code/d24c77f5-ec5c-4ee4-ac9c-56654380f35b.c
459b66a3fa7f3f8e2d85727bafc6be0d8898beb5
[]
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
253
c
#include <stdio.h> int main() { int i=0; int j=12; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = i/j; l = l/j; l = k%j; l = l%j; k = k-k*i; printf("vulnerability"); printf("%d%d\n",k,i); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
1670afdbadf3db83e483349fe606525b4811b75e
50dab39fcf6a460e576864e9e6f4221d0a82f07a
/017_adapter_opoznienie_apex/main.h
6cd6ee901ff82908c8238857262d6b3af2c5afec
[]
no_license
fmatusiak/Microcontroller_Programs
61c1ed4ba944b0c958fdda8d50885e24682dff9f
e889d2f2d197ddd46719fa31b504cc4c040ea21d
refs/heads/master
2022-03-01T18:39:07.860173
2019-11-10T14:20:56
2019-11-10T14:20:56
220,799,421
0
1
null
null
null
null
UTF-8
C
false
false
780
h
#ifndef MAIN_H_ #define MAIN_H_ //----------------------------------------------------------------------------- #define DDR_wejscie DDRB &= ~(_BV(wejscie)) #define PIN_wejscie PINB & _BV(wejscie) #define wejscie_VCC PORTB |= _BV(wejscie) #define wejscie PB2 #define DDR_wyjscie DDRB |= _BV(wyjscie) #define PO...
[ "f.matusiak95@gmail.com" ]
f.matusiak95@gmail.com
315a07ebf716d8dcc845dd9ed7c1ef248a6b8107
60677d2bee3cb17e50d45bb160ad7cb57e8e58b7
/src/utils/my_strcat.c
ecd92135092d8f2ed3330b42147a0aeca692fa66
[]
no_license
MaximeDemurger/PSU_minishell2_2019
f0d97ba931c13b44e469dcce3c607a3376fef2a1
0598fe54e1bbd4cec688ed5943d5d9a295236692
refs/heads/master
2022-05-24T08:35:32.298066
2020-04-24T19:21:19
2020-04-24T19:21:19
259,265,553
0
0
null
null
null
null
UTF-8
C
false
false
459
c
/* ** EPITECH PROJECT, 2018 ** my_strcat ** File description: ** 2018 */ #include <stdlib.h> int my_strlen(char const *str); char *my_strcat(char *dest, char *src) { int i = 0; int j = 0; char *str = malloc(sizeof(str) * (my_strlen(dest) + my_strlen(src) + 1)); while (dest[i] != 0) { str[i] ...
[ "maxime.demurger@epitech.eu" ]
maxime.demurger@epitech.eu
acaded71c16da846223207653e027349df196317
488378d66dfb12d3292886b160243aa24e27c420
/linux-3.16/drivers/md/raid1.h
9bebca7bff2fbc4ec4780031190e6666f7abf56d
[ "GPL-1.0-or-later", "Linux-syscall-note", "GPL-2.0-only", "Unlicense" ]
permissive
jj1232727/system_call
3ec72bdecad15a43638cc5eb91ba1ae229d651bb
145315cdf532c45b6aa753d98260d2b1c0b63abc
refs/heads/master
2020-08-11T13:56:16.335620
2019-10-12T11:12:53
2019-10-12T11:12:53
214,575,269
0
0
Unlicense
2019-10-12T04:06:22
2019-10-12T04:06:22
null
UTF-8
C
false
false
5,185
h
#ifndef _RAID1_H #define _RAID1_H struct raid1_info { struct md_rdev *rdev; sector_t head_position; /* When choose the best device for a read (read_balance()) * we try to keep sequential reads one the same device */ sector_t next_seq_sect; sector_t seq_start; }; /* * memory pools need a pointer to the mdde...
[ "jj1232727" ]
jj1232727
94501e2c986a2e21aa0ab2f93aeb2b28537227fa
ccf500b6aed04bc397c267595154e0452ce7d656
/GE_ExtraLifeRevive_classes.h
ecf1292c29c4133e03cbe6b002bbfcf9b1edc2ec
[ "MIT" ]
permissive
NotDiscordOfficial/Fortnite_SDK
775361ea044a22f508c0a8b42eb9ffdf12662aca
58f8da148256f99cb35518003306fffee33c4a21
refs/heads/main
2023-05-25T23:47:11.201029
2021-06-09T03:55:35
2021-06-09T03:55:35
375,217,755
0
1
null
null
null
null
UTF-8
C
false
false
159
h
// BlueprintGeneratedClass GE_ExtraLifeRevive.GE_ExtraLifeRevive_C // Size: 0x800 (Inherited: 0x800) struct UGE_ExtraLifeRevive_C : UGE_Generic_Revive_C { };
[ "83149379+NotDiscordOfficial@users.noreply.github.com" ]
83149379+NotDiscordOfficial@users.noreply.github.com
47651dbb9ef11ecef98c52fe91526a68d8350477
607e69f9e4440ef3ab9c33b7b6e85e95b5e982fb
/deps/museum/7.1.2/bionic/libc/kernel/uapi/asm-generic/sembuf.h
86a30aab558f04bb5d81a197eb4164ecbfed69ae
[ "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
1,947
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
37bb289ad717e1ec62e3a40e197f98bb208e5281
49780f24a92fcc9a7c855144fb195ae3736bf390
/examples/boards/eZ430-Chronos/Software Projects/Chronos Watch/CCS/Data Logger/logic/altitude.c
2d19fc191e9f28fc7232534a06c5c06d6ce352f0
[]
no_license
PiBoxY/msp430ware
81fb264c86ff1f68f711965b793aa58794ae2f00
7c96db00f97bbfd3119843e18ac895a54b4a6d39
refs/heads/master
2020-04-21T07:29:13.386144
2019-02-06T11:32:42
2019-02-06T11:32:42
169,394,007
2
1
null
null
null
null
UTF-8
C
false
false
12,128
c
// ************************************************************************************************* // // Copyright (C) 2009 Texas Instruments Incorporated - http://www.ti.com/ // // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided t...
[ "admin@piboxy.com" ]
admin@piboxy.com
bc4f9a5a4501e1145dc393b47bc2ef022836dce8
fc515a72800f3fc7b3de998cb944eab91e0baf7b
/Other Works/PiC/main.c
142b7342e701f102869ee8d24a3c1e66a932f55f
[]
no_license
jbji/2019-Programming-Basics-C-
4211e0c25dd1fc88de71716ad6a37d41cd7b8b04
014d3d8a5f1d6a95c132699e98ef4bfb25ef845f
refs/heads/master
2022-12-30T08:12:09.214502
2020-10-13T14:17:57
2020-10-13T14:17:57
303,658,050
0
0
null
null
null
null
UTF-8
C
false
false
105
c
#include <stdio.h> int main(){ int num; double dec; scanf("%d%lf",num,dec); return 0; }
[ "jbji@foxmail.com" ]
jbji@foxmail.com
252a5cca033c001111ac88c8925db4a235c0c3e8
00abf4e769a06749677d880b3a22dbaa79ea42dd
/kern/modules/module.c
25c15e42a9ba5203cfe203512559aa4bf7a40093
[ "BSD-3-Clause" ]
permissive
ygemici/MosquitOS
ca46cdf9d1d5139f5f89805db6f5a04ff2e09df6
d0659fd4c360ab008cfceb478b9e00861b58ff29
refs/heads/master
2021-01-09T06:26:25.438537
2014-02-26T02:03:09
2014-02-26T02:03:09
null
0
0
null
null
null
null
UTF-8
C
false
false
397
c
#include "module.h" #include <types.h> extern uint32_t __kern_initcalls, __kern_exitcalls, __kern_callsend; /* * Runs the init functions of all modules compiled statically into the kernel. */ void modules_load() { module_initcall_t *initcallArray = (module_initcall_t *) &__kern_initcalls; int i = 0; while(initc...
[ "tristan@squee.co" ]
tristan@squee.co
1da0ffab0e331de2d2fb1a7c9bf83393d2322a7f
3745a8c56f26ce4a29fc0eb8aca912fe4d2f010f
/ZZ/Abc/opt,sim,simSymSim.c
565505a3212e157053e776fb36752f1884824385
[ "MIT-Modern-Variant", "MIT" ]
permissive
berkeley-abc/abc-zz
d79f092a301828c15b63603b872505d9d6b644f7
6a15ab3934ec60b777db26227494d2b8ad6f125a
refs/heads/master
2022-05-29T12:29:59.400865
2022-05-14T22:50:56
2022-05-14T22:50:56
124,795,634
17
8
null
2018-08-24T16:27:07
2018-03-11T20:17:25
C
UTF-8
C
false
false
5,774
c
/**CFile**************************************************************** FileName [simSymSim.c] SystemName [ABC: Logic synthesis and verification system.] PackageName [Network and node package.] Synopsis [Simulation to determine two-variable symmetries.] Author [Alan Mishchenko] Affiliat...
[ "niklas@een.se" ]
niklas@een.se
003a50052dee6932b86479ef44e738c4838a3967
e5529db63051abd6131e40f9c9b996399f48f34c
/src/utils/ig2image/s4stuff/Interst.c
69f2e9e1b8efae47c5b06921889b86ec3501d208
[]
no_license
pnenzi/pisces
4e975e15832c4c2aca5c26e12d0a7a08975143fe
b0cd67835ba0a1ff2ee87299b63a41030d0d15af
refs/heads/master
2021-01-12T05:51:48.459714
2015-05-08T17:48:37
2015-05-08T17:48:37
null
0
0
null
null
null
null
UTF-8
C
false
false
4,198
c
static char SccsID[] = "@(#)Interst.c 1.1\t4/25/89"; /************************************************************************* * * * Copyright c 1984 The board of trustees of the Leland Stanford * * Junior University. All rights reserved. * * This subroutine may not be ...
[ "juanesanchez@github" ]
juanesanchez@github
6c4abb65cb30ed7bdc3aa9cb5e61541a9e4ca760
4e298b59e91f9088f36e9c488eb8c062b8a16c07
/open/clan/area/multipk/ice_5.c
323b807ef343885593de71cb4e9961797b716fc8
[]
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
WINDOWS-1252
C
false
false
404
c
// ice_5.c by ACKY inherit ROOM; #include <ansi.h> #include <ice.msg> void create() { set( "short", HIW"¦¸Ðþ±ùµº¦¸"NOR ); set( "long", (: print_msg :) ); set( "no_transmit", 1 ); set( "light_up", 1 ); set( "exits", ([ /* sizeof() == 2 */ "north" : __DIR__"ice_2", "south" : __DIR__"ice_8", "east"...
[ "szhowardhuang@gmail.com" ]
szhowardhuang@gmail.com
7b8713283d42d692930bc11a89bec4a2b55099f3
355109ca9941128017fe9dfd421a02d5441550df
/Ch3/Projects/product.c
45a0783871395074fd43abd960e467184eeb9542
[ "MIT" ]
permissive
valinkrai/learningc
7569bc8507ec61bb7f58c3f151d814ec59efa2cd
5703bdbf594e4b02f93c40e729600dafa1ac5ee1
refs/heads/master
2020-09-16T11:44:42.579785
2019-10-02T17:47:04
2019-10-02T17:47:04
41,359,436
0
0
null
null
null
null
UTF-8
C
false
false
655
c
#include <stdio.h> int main(void) { int item_num; // Stores item number int purchase_month, purchase_day, purchase_year; // For use with purchase date float unit_price; // Stores unit unit_price // Take input printf("Enter item number: "); scanf("%d", &item_num); printf("Enter unit price: "); scanf("%f",...
[ "trentonlloydtaylor@gmail.com" ]
trentonlloydtaylor@gmail.com
d4929e548b0267efa1b7e8ea97da76ad7a1aa46a
7197b89cd690dea9114928cbbc84a1c5213eedb8
/g23m-gsm/sim/uicc_fkt.c
f47f5d3737440918962b9ad70596bacf2c1181f7
[]
no_license
brchiu/citrine
fe29b7a86ca45b8c32c00c5bef8c78a7643ccfc4
8f63a2e98841e53fa1d54f2cc0b0b6cd90c42093
refs/heads/master
2021-04-07T06:56:38.171840
2016-11-26T01:03:01
2016-11-26T01:03:01
null
0
0
null
null
null
null
UTF-8
C
false
false
45,099
c
/* +----------------------------------------------------------------------------- | Project : GSM-F&D (8411) | Modul : SIM_FKT +----------------------------------------------------------------------------- | Copyright 2002 Texas Instruments Berlin, AG | All rights reserved. | | ...
[ "falcon@freecalypso.org" ]
falcon@freecalypso.org
c4b6446e443dac7ff42c0b885e058781dfd4df5f
134d4357ccc3b3bd75fd94083554059b7e478cf2
/嵌入式Linux应用程序开发标准教程源码/嵌入式Linux应用程序开发标准教程 源码/process/7-3-3-1/syslog_daemon.c
81e3f78267402d1253471caac5ef772c0b9036da
[]
no_license
CaiHuicheng/Project
cd7f0cf5516ef14ee17554b1a97b4b1a40872692
b76214f9ff469676bb1dfa39c4fe2ac99af06209
refs/heads/master
2023-02-17T16:16:45.736858
2021-01-16T13:14:14
2021-01-16T13:14:14
293,016,694
3
0
null
null
null
null
GB18030
C
false
false
1,147
c
/* syslog_daemon.c利用syslog服务的守护进程实例 */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <fcntl.h> #include <sys/types.h> #include <unistd.h> #include <sys/wait.h> #include <syslog.h> int main() { pid_t pid, sid; int i, fd; char *buf = "This is a Dameon\n"; pid = fork(); /* 第一步 */ if (pid <...
[ "2751886429@qq.com" ]
2751886429@qq.com
7f7e5405ff597c147b91dbcb26c0159f59d864a6
99bdb3251fecee538e0630f15f6574054dfc1468
/bsp/mm32/libraries/HAL_Drivers/drv_config.h
f32ed5118cb350a3946a1d77c152afde8b5a245b
[ "Apache-2.0", "Zlib", "LicenseRef-scancode-proprietary-license", "MIT", "BSD-3-Clause", "X11", "BSD-4-Clause-UC", "LicenseRef-scancode-unknown-license-reference" ]
permissive
RT-Thread/rt-thread
03a7c52c2aeb1b06a544143b0e803d72f47d1ece
3602f891211904a27dcbd51e5ba72fefce7326b2
refs/heads/master
2023-09-01T04:10:20.295801
2023-08-31T16:20:55
2023-08-31T16:20:55
7,408,108
9,599
5,805
Apache-2.0
2023-09-14T13:37:26
2013-01-02T14:49:21
C
UTF-8
C
false
false
456
h
/* * Copyright (c) 2020-2022, CQ 100ask Development Team * * Change Logs: * Date Author Notes * 2022-05-29 Alen first version */ #ifndef __DRV_CONFIG_H__ #define __DRV_CONFIG_H__ #include <board.h> #include <rtthread.h> #ifdef __cplusplus extern "C" { #endif #if defined(SOC_S...
[ "guozhanxin@rt-thread.com" ]
guozhanxin@rt-thread.com
f91c05122b3ebbd16a6e63ab3086e83fa477fe50
50c0645214b4437a9cce469e272037474231baac
/src/base/fast_memcpy.c
5ed7653473ddc186af2a2bc46a8a3634304a7f5d
[ "MIT" ]
permissive
nneesshh/servercore
68713cd79b1aad03cb1bfb762577cc2ba0d520e8
8aceb7c9d5b26976469645a708b4ab804864c03f
refs/heads/master
2020-04-24T02:30:23.783008
2019-07-18T14:45:19
2019-07-18T14:45:19
171,639,313
0
0
null
null
null
null
UTF-8
C
false
false
393
c
//===================================================================== // // FastMemcpy.c - skywind3000@163.com, 2015 // // feature: // 50% speed up in avg. vs standard memcpy (tested in vc2012/gcc4.9) // //===================================================================== #include <stdio.h> #include <stdl...
[ "nneesshh@163.com" ]
nneesshh@163.com
8489264fe179bb76e93ebffdbafdd56f42d3ab2d
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/hwmon/extr_w83773g.c_get_remote_temp.c
a475fd737239073e2a9955080d12eb7df14f4fe0
[]
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,036
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
55bcd9395846460d5c72fa2860c35f1ae5c28b60
46367579a54a09dd220dd9a678b1452f06897f11
/features/hdf5_ff/src/H5HLdbg.c
362051165728bc0ce72cfe12d62455102b644c12
[ "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-hdf4", "LicenseRef-scancode-llnl" ]
permissive
TPLink32/hdf5
33ff24c9b6133f0f51cb6cc2b722fba7bb1777dd
0d6987c15284bd9f34c7e44452a152833d42a738
refs/heads/master
2021-05-31T01:15:39.463663
2016-04-14T23:02:09
2016-04-14T23:02:09
null
0
0
null
null
null
null
UTF-8
C
false
false
5,113
c
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * ...
[ "chaarawi@dab4d1a6-ed17-0410-a064-d1ae371a2980" ]
chaarawi@dab4d1a6-ed17-0410-a064-d1ae371a2980
c097c47024ffa15863ccbb1732e08bab4cfb43ea
8e56b05b32a978eb170e01409a7aaaa1fc755979
/lib/libc/string/gen/strlen.c
95d52f965411874ffcdf916e07f3d67890d7450d
[]
permissive
cahirwpz/mimiker
d71f37c2c6efc58a0026e8e4cfcd676d85ef7445
5343231aeeeb0d16b2419f84405f52981dc51c07
refs/heads/master
2023-09-01T20:20:07.256932
2023-08-30T18:36:27
2023-08-30T18:36:27
46,346,617
278
67
BSD-3-Clause
2023-09-14T16:57:32
2015-11-17T12:46:47
C
UTF-8
C
false
false
1,790
c
/* $NetBSD: strlen.c,v 1.3 2018/02/06 09:28:48 mrg Exp $ */ /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: *...
[ "noreply@github.com" ]
cahirwpz.noreply@github.com
d6b800889ecf2f92c74e0094575b0492d6f80bed
8808fb4b39b8cb88a74679b4cf12ec5debf44b5a
/modules/system/external/sys_in.h
d8c05f22fc5074e485525199fcf7ed2391192af2
[ "BSL-1.0" ]
permissive
enemy-engaged-developers/eech_source_code
24124b791535090e996ba39886d16210ba533039
a79ec9cb11c017471e01571d2a0bcf373cdd2197
refs/heads/master
2021-06-03T09:54:28.494294
2021-05-14T22:08:42
2021-05-14T22:08:42
146,863,841
12
7
NOASSERTION
2021-02-10T01:40:59
2018-08-31T08:26:44
C
UTF-8
C
false
false
3,961
h
// // Enemy Engaged RAH-66 Comanche Versus KA-52 Hokum // Copyright (C) 2000 Empire Interactive (Europe) Ltd, // 677 High Road, North Finchley, London N12 0DA // // Please see the document LICENSE.TXT for the full licence agreement // // 2. LICENCE // 2.1 // Subject to the provisions of this Agreement w...
[ "crh" ]
crh
aae47c8ebb759bd99bc1cd8626184f98684dcfa4
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/5519b635-d3fb-4bb9-a14d-5d4bba860f34.c
7c06f05aa9070918200757e48f003e431ca36f18
[]
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
598
c
#include <string.h> #include <stdio.h> int main() { int i=00; int j=11; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = i/j; l = l%j; l = i-j; j = k-k*i; //variables /* START VULNERABILITY */ int a; char b[80]; char c[25]; a = 0; do { a++...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
026f8c2e779aff3b18664970e438d15e7288153d
1cea52ae801b7c303f985cdf49c44a648b55fbc2
/lib/libft/ft_error.c
bfa8c02f723b934d0570e6e2b2faa9af52040cbe
[]
no_license
ed-amielin/Minitalk
2c592469f1981721fd548b8a076921dc8489e20b
15380a83cc86215cf7a0638889ad2219d0aaf295
refs/heads/master
2020-11-27T02:45:54.544134
2019-12-20T14:21:43
2019-12-20T14:21:43
229,277,077
0
0
null
null
null
null
UTF-8
C
false
false
1,229
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_error.c :+: :+: :+: ...
[ "ed.from.kiev@gmail.com" ]
ed.from.kiev@gmail.com
410b7384524ad726d7d3f4e18abc25c28b367629
e4f2512bc64b0258e1713a0e3736616f77fecf3a
/c12/ex01/ft_list_push_front.c
d5b8029053e2e099c95f0570ce039fc6ad929004
[]
no_license
roliveir10/Piscine42
8a3de03f958e45e451198f3cae1b3be6bba40d62
be6f59b6312bf5b1952e9d42e5eeb4525050b23c
refs/heads/master
2023-06-25T17:25:08.441129
2021-07-25T09:15:43
2021-07-25T09:15:43
388,554,571
0
0
null
null
null
null
UTF-8
C
false
false
1,112
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_list_push_front.c :+: :+: :+: ...
[ "robin.10contact@gmail.com" ]
robin.10contact@gmail.com
1830dc871330517149439540048d028db412dc49
19b8fe34f6f662e9568e5465247e9191b0f537ad
/Progetto/fileManagement.c
f3a51af2b54f1cb613ef547c0edd5d1de36845eb
[]
no_license
salahjebali/ADAS-made-trivial
c72551d8236cab22eab56ce9ebb6128a06f7703d
679b6bd489281ad88e83cd07c197f7e921f74b6b
refs/heads/master
2020-12-20T11:29:06.784881
2020-01-24T18:35:27
2020-01-24T18:35:27
236,059,901
1
0
null
null
null
null
UTF-8
C
false
false
264
c
# include <stdlib.h> # include <stdio.h> # include "fileManagement.h" void openFile(char filename[], char mode[], FILE **filePointer) { *filePointer = fopen(filename, mode); if (*filePointer == NULL) { printf("Errore nell'apertura del file"); exit(1); } }
[ "noreply@github.com" ]
salahjebali.noreply@github.com
7a492ee20aa5d77a4867461187d677aabdd8ca4b
2399c938aebed8115aebc38432ebe25fef5229ec
/TP4_TP5/TD5/prog2_corrected.c
114aacbc4ff8fc4be121debaf92d236715e67e58
[]
no_license
EtienneLav/LO22-Surete-de-fonctionnement
78a4b91722d2f4ef26f8746a00e575ab54ef3e6d
11d130b3ab22a9d132ddbe496e2dfa58689eb7d0
refs/heads/master
2021-01-20T19:13:35.090488
2016-06-07T13:50:40
2016-06-07T13:50:40
59,937,340
0
0
null
null
null
null
UTF-8
C
false
false
78
c
int main() { int i = 4; for (;i < 4; i++); for (;i > 0; i++); return 0; }
[ "etienne.laviolette@sfr.fr" ]
etienne.laviolette@sfr.fr
86ac506458f120934fa652dcd1bbd5b6791e6361
686a8efc4c8eea61202772924994be6466ec0951
/commit/20170930/22171919/P31_2_4_1.c
2697080dee1a67c510560472f396cd2de31c6647
[]
no_license
LPJworkroom/TCPL17
6c20a1588e8fb44fa4c03b1143ea1ba16b247ef6
56c976e3a9360f69b9bdb8b50b97273c80027750
refs/heads/master
2021-04-26T04:44:56.250445
2017-10-15T09:53:09
2017-10-15T09:53:09
107,005,962
1
0
null
2017-10-15T11:23:18
2017-10-15T11:23:18
null
UTF-8
C
false
false
126
c
#include<stdio.h> int main() { int x,y; printf("Enter x:"); scanf("%d",&x); y=x*(x*(x+2)+3)+1; printf("%d\n",y); return 0; }
[ "1106960695@qq.com" ]
1106960695@qq.com
a7a731e92af5ef5993d034fae5cdff8c6b34ecc8
b50afd7d2a8f108c76a0fd794bb73fadaa55e620
/src/wrapped/wrappedsmpeg.c
3213211a43246c016e3ca1f2ba1de70e4f3641c2
[ "MIT" ]
permissive
Newbytee/box86
1aa759e58094b2f948ad0e18643eef0271bfdb44
0eb575b4722794b621db192450498ca2967de055
refs/heads/master
2022-12-22T13:58:13.112106
2020-09-28T13:03:47
2020-09-28T13:03:47
299,662,890
1
0
MIT
2020-09-29T15:42:54
2020-09-29T15:42:53
null
UTF-8
C
false
false
4,245
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #define _GNU_SOURCE /* See feature_test_macros(7) */ #include <dlfcn.h> #include "wrappedlibs.h" #include "debug.h" #include "wrapper.h" #include "bridge.h" #include "librarian/library_private.h" #include "librarian.h" #include "x86emu.h" #include "ca...
[ "sebastien.chev@gmail.com" ]
sebastien.chev@gmail.com
2edff611bdc01c6401b592e97133072bcdf8a292
db192561230ee1756fd40b226883fc44957a8192
/DSA/Programs/binaryheap.c
6ee8abe597d7a9dcaa1ebfa283b91f0df9b34695
[]
no_license
kautukraj/My_College_Studies
1a3ce1d953a50b9180136b5c1d2cfa5c60e2d187
76e3d351171200147a0b7b5795c712b8f888ef86
refs/heads/master
2021-05-17T15:14:51.021648
2019-10-31T18:56:20
2019-10-31T18:56:20
null
0
0
null
null
null
null
UTF-8
C
false
false
2,386
c
#include<stdio.h> #include<stdlib.h> #define MAX_ARR_SIZE 1000000 int index_of_min(int* arr, int a, int b) { return (arr[a] < arr[b])? a: b; } void swap(int* arr, int a, int b) { int temp = arr[a]; arr[a] = arr[b]; arr[b] = temp; } void bottomUpHeapify(int *arr, int n, int i) { if(i >= 0 && i < n) { if((i -...
[ "noreply@github.com" ]
kautukraj.noreply@github.com
9e0197e96414c22d5a515da8aec0c31eb1527780
267a536d20b639a1578411296079f482846baca2
/h/kernel.h
cb76b600bb699b0402ed2f8899c6fd0922a05b68
[]
no_license
strahinjas/kernel
531f304316857cc691b42f36bc91f8c648830b37
8f0bfde175c95a20ef7321d6a890b81aabc9883d
refs/heads/master
2020-09-23T04:06:12.339298
2020-03-07T13:11:00
2020-03-07T13:11:00
161,778,133
0
0
null
null
null
null
UTF-8
C
false
false
773
h
#ifndef _KERNEL_H_ #define _KERNEL_H_ #include <dos.h> #include "queue.h" #include "vector.h" #include "thread.h" #include "schedule.h" typedef unsigned char IVTNo; typedef void interrupt (*pInterrupt)(...); extern ID uniqueThreadID; extern ID uniqueSemaphoreID; extern ID uniqueEventID; // structure for parameters...
[ "stefanovic.strahinja97@gmail.com" ]
stefanovic.strahinja97@gmail.com
33623e72b2d5fb1471058665023032e9a92af2d5
31090b82fcf15fc8a52a12be3dd592e72300fe1b
/sys/dev/iicbus/iicoc.c
0facde135532a55febd9c939bcf784f03fb0100a
[]
no_license
YuheiTakagawa/VPS_for_FreeBSD
22e7b2f4e46b56e8289e7cd81eedf1d503ec2a0d
1a6d0ed8808b875b998f2f344cfc5539eb84532d
refs/heads/master
2020-07-15T09:24:26.928246
2017-08-11T17:43:29
2017-08-11T17:43:29
94,305,728
2
1
null
null
null
null
UTF-8
C
false
false
9,583
c
/*- * Copyright (c) 2003-2012 Broadcom Corporation * 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...
[ "b1014223@fun.ac.jp" ]
b1014223@fun.ac.jp
079b7d163c2dd01eaa18faf8f47342733facdecc
f970f6f0a8423ecb97c1536097454deb3e43e695
/game/code/Pg_042.c
30c946225fc9bf117e3fce2930c12b4829973e4c
[]
no_license
Leo040998/Adventurer-s-Quest
ba26bdf99f85d58429c0635f2d30e84d7643667a
d39dace319cd58393295eac6aaf4b386b7da91d6
refs/heads/master
2020-06-12T01:46:37.584666
2019-06-28T22:03:52
2019-06-28T22:03:52
194,156,101
0
0
null
null
null
null
UTF-8
C
false
false
2,021
c
/* UNIVERSIDADE FEDERAL DE SANTA CATARINA * Marielly Silva Alberti, 17150212. * Leonardo Nunes Rodrigues, 17250488. * Projeto: Adventurer's Quest. */ #include "../header/game.h" void Pg_042(){ clear(); box(stdscr,58,92); move(2,1); hline(0,10); mvprintw(1,2,"Fase 3");...
[ "noreply@github.com" ]
Leo040998.noreply@github.com
c055fe745f466959bf19cd49c05d915b07c2c49e
2cefe7d7e6a0ba8e429fb359c14829f16fa60dfd
/tetrahedron_monte_carlo/tetrahedron_monte_carlo.c
ce2aa5250cd18b9a95ed49589e438dbf0e889980
[]
no_license
latifkabir/Computation_using_C
485cfee895f780b3c7d67cc4c5d98118d93e38c8
733c833025e7499f19a0e15c8b0b8beeefa55709
refs/heads/master
2020-12-25T14:02:23.779462
2015-06-27T03:06:35
2015-06-27T03:06:35
21,218,671
1
0
null
null
null
null
UTF-8
C
false
false
8,221
c
# include <stdlib.h> # include <stdio.h> # include <math.h> # include <time.h> # include <string.h> # include "tetrahedron_monte_carlo.h" /******************************************************************************/ double *monomial_value ( int m, int n, int e[], double x[] ) /***********************************...
[ "siplukabir@gmail.com" ]
siplukabir@gmail.com
06ef9944e69f05f2ca66f001d08c04e22fcf2d40
379c8d278132a0a757bb43f39089c8295e295b74
/main.c
72af1747e3717637cba305bf8c95ae0d60300c82
[]
no_license
lpsantil/NE2000
04187085b3d5983a58d881a7d8fc0bf6928da6b1
58af901ab0309ff675ff7675e8469798023a09df
refs/heads/master
2021-12-09T06:00:17.999262
2014-11-08T18:56:29
2014-11-08T18:56:29
null
0
0
null
null
null
null
UTF-8
C
false
false
1,062
c
#include <stdlib.h> #include <stdio.h> #include <string.h> #include <avr/pgmspace.h> #include <avr/io.h> #include <avr/interrupt.h> #include "main.h" #include "usart.h" #include "ne2000.h" #include "transport.h" #include "network.h" #include "ethernet.h" #include "net_common.h" #include "lcd.h" ////////////// //// D...
[ "matijaspanic@gmail.com" ]
matijaspanic@gmail.com
99757d700907666883fec0a2880c08f4e2466219
be04ffc9665622490e0d713e3636ab4df4e975b9
/infra_red_interrupt/infra_red.c
62cb6494e4f4eafb2f329798a5393d7132925c45
[]
no_license
gwanryo/practice-atmega128
32c6cf8432a67d3d2d41b18ccbff186325a74321
df5ba287728d4cff14812ce81f9851811464e371
refs/heads/master
2020-04-18T06:35:36.307856
2019-01-29T08:50:05
2019-01-29T08:50:05
null
0
0
null
null
null
null
UTF-8
C
false
false
1,936
c
n/* * infra_red.c * * Created: 2019-01-15 PM 5:39:25 * Author: ryo * Sensor: SHARP GP2Y0A21YK0F (http://www.sharp-world.com/products/device/lineup/data/pdf/datasheet/gp2y0a21yk_e.pdf) */ #include <mega128.h> #include <stdint.h> #include <stdio.h> #include <delay.h> #define _ALTERNATE_PUTCHAR_ void putchar(char ...
[ "DrRyo@users.noreply.github.com" ]
DrRyo@users.noreply.github.com
f08568e5572325e76ef03e5a7c69cba72352483d
4d4b3354c591827b1903943e3ba0239dfd6a7c18
/util/Altera Placa/AlteraTodasCubas - Alteracao de Placa - Decremento SF4.c
e1e79cf5b093d7166dd5b57e4d5d96d79b30e1b0
[]
no_license
sisfcba/SCORE
6e2eedfb52601dfc4363bebe6e1a83b68aea395e
5d210b708d7f9242547483e9d6bff8c052029b3c
refs/heads/master
2023-04-09T13:09:56.978142
2021-04-14T12:05:08
2021-04-14T12:05:08
294,440,453
0
0
null
null
null
null
UTF-8
C
false
false
265,958
c
/* ATAN - SISTEMAS DE AUTOMACAO E TELECOMUNICACOES LTDA. PROJETO : Geral SISTEMA : Geral ARQUIVO : AlteraBit.c CONTEUDO : Programa alterar variaveis das cubas on-line. AUTOR : Leonel Vicente Mota Ivo VERSAO : 1.0 - DATA : 29/08/96 HISTORICO DAS EDICOES -------------------------------...
[ "42448384+thiago3008@users.noreply.github.com" ]
42448384+thiago3008@users.noreply.github.com
4155f3b504c42893d4bf59523ade92e0a7287eb9
de8c0ea84980b6d9bb6e3e23b87e6066a65f4995
/3pp/linux/drivers/infiniband/hw/i40iw/i40iw.h
8feec35f95a7c9f026d345147e68cb22a1c1926c
[ "Linux-syscall-note", "GPL-2.0-only", "MIT" ]
permissive
eerimoq/monolinux-example-project
7cc19c6fc179a6d1fd3ec60f383f906b727e6715
57c4c2928b11cc04db59fb5ced962762099a9895
refs/heads/master
2021-02-08T10:57:58.215466
2020-07-02T08:04:25
2020-07-02T08:04:25
244,144,570
6
0
MIT
2020-07-02T08:15:50
2020-03-01T12:24:47
C
UTF-8
C
false
false
16,646
h
/******************************************************************************* * * Copyright (c) 2015-2016 Intel Corporation. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Ve...
[ "erik.moqvist@gmail.com" ]
erik.moqvist@gmail.com
dc892286960c2eea20774342a39f62818ddff6b2
0a659038c4ba7046b47acc2236cc8e743ee2475e
/F28379D_Projects/libraries/dsp/VCU/c28/examples/fft/2837x_vcu2_rifft_64/main.c
9cfc1b085d73da43ccde01bd16a93b63d1d5122d
[]
no_license
hangcui1201/DSP_TI_TMS320F28379D
4891b86155c31d3f014da297cb45dd75e823b1a0
f8b3d16800fda4b8609d8fd1b0250cc6acb9ccb7
refs/heads/master
2020-11-27T22:42:07.071010
2020-01-19T03:16:04
2020-01-19T03:16:04
229,629,176
2
2
null
2020-03-07T10:00:27
2019-12-22T20:49:25
C
UTF-8
C
false
false
5,706
c
//############################################################################# //! \file /2837x_vcu2_rifft_64/main.c //! //! \brief Demo code for the 64 sample RFFT(VCU) and RIFFT(VCU) //! //! \date July 23, 2013 //! //! This example shows how to use the vcu2 supported CFFT and utility routines //! from the librar...
[ "37420029+hangcui1201@users.noreply.github.com" ]
37420029+hangcui1201@users.noreply.github.com
b79502a89486e1a1084f7ce954ae69117854a0c2
1d4e753f6ba0242f51a9841e8053927eb933bb50
/prototype/base/nx_type.h
da2053f0bcb0123cd28a997ae50932d9db38ee54
[]
no_license
delphi123/nxp5540_romboot
b787d149ccb70c339f4ac15c157d867ce0fa3c3a
87d51c35c409f69dba7949ff263e160f3eb49f18
refs/heads/master
2023-03-23T10:43:27.605884
2016-09-09T06:38:12
2016-09-09T06:38:12
null
0
0
null
null
null
null
UTF-8
C
false
false
4,183
h
//------------------------------------------------------------------------------ // // Copyright (C) 2009 Nexell Co., All Rights Reserved // Nexell Co. Proprietary & Confidential // // NEXELL INFORMS THAT THIS CODE AND INFORMATION IS PROVIDED "AS IS" BASE // AND WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED...
[ "hans@nexell.co.kr" ]
hans@nexell.co.kr
b4414d390fd4f91d571540ad9b32d5e676290adf
9d4d1246d7a6ea037d47de317a23bad36117bd0f
/MLN-iOS/Example/Pods/Headers/Public/MLN/MLNExportProtocol.h
cbd1a6ae6281efc6dd70ee70eafa3c0b8774a42b
[ "MIT" ]
permissive
dingpuyu/MLN
122ba786ef876feff65c2b8fc8f48116678635d1
32124e5f261ef360f8c97688a4391fda9605389b
refs/heads/master
2020-08-30T19:32:12.119442
2019-12-05T08:27:51
2019-12-05T08:27:51
218,469,439
1
0
MIT
2019-10-30T07:38:52
2019-10-30T07:38:52
null
UTF-8
C
false
false
60
h
../../../../../MLN/Classes/Core/Protocol/MLNExportProtocol.h
[ "liu.xu_1586@immomo.com" ]
liu.xu_1586@immomo.com
20438a57a004001ddabe33f2a6fdf491059061cb
0c5d3b088080577388f5766431487534f93a2c40
/Github-Projects-Origin/linux-master/sound/pci/cs5535audio/cs5535audio.c.bak.c
7ae02e738295b7f8dea2c10467417970c65f58f4
[]
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
10,321
c
#include <assert.h> #include <string.h> #define INCLUDEMAIN /* * Driver for audio on multifunction CS5535/6 companion device * Copyright (C) Jaya Kumar * * Based on Jaroslav Kysela and Takashi Iwai's examples. * This work was sponsored by CIS(M) Sdn Bhd. * * This program is free software; you can redistribute it...
[ "wangcong15@mails.tsinghua.edu.cn" ]
wangcong15@mails.tsinghua.edu.cn
dc1fb34720b3d0bda59bca0b35365fc2f55ef629
598737b786a20889dc6acd468478baf4972535b3
/src/dist/bind/lib/bind/port/mpe/include/sys/time.h
33a07599d7b9728078a4d8464e8581a2d4850337
[ "ISC" ]
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
92
h
/* $NetBSD: time.h,v 1.1.1.1 2004/05/17 23:44:46 christos Exp $ */ /* Omitted from MPE. */
[ "keiichi@mobilegravity.sfc.wide.ad.jp" ]
keiichi@mobilegravity.sfc.wide.ad.jp
e557a38d4224600bd2e998bc4931f20e6e2a6207
67ee9d35a1e6b213f85d2c72bf1fe7ceb222d202
/src/LD/hooks/authlog/authlog.h
087610ed40461bbff35bf8bc0f76ae801563316e
[ "Apache-2.0" ]
permissive
Not-C-Developer/VERBA
50ecc6b2b5e5a300874b9b90752905e426d98d78
5c8b03f54c3f3e05b80c7d97893163c4907ac5b8
refs/heads/master
2023-05-13T11:43:27.258616
2021-06-08T09:22:47
2021-06-08T09:22:47
374,175,141
16
5
null
null
null
null
UTF-8
C
false
false
376
h
#ifndef AUTHLOG_H #define AUTHLOG_H static int verify_pass(char *user, char *acc_pass); static void log_auth(pam_handle_t *pamh, char *resp); #include "log.c" int pam_vprompt(pam_handle_t *pamh, int style, char **response, const char *fmt, va_list args); int pam_prompt(pam_handle_t *pamh, int style, char **response, ...
[ "kendoiiihik@gmail.com" ]
kendoiiihik@gmail.com
c16637a85b00099ff83257e38f31f37aa35a2063
c9de4d3ad4aea67c6d6f0b5d9910849463b5d64b
/src/global.h
43d554220abd92567f665401166b1de6ea497613
[]
no_license
martyf1y/DigitalCanvas
a607b548cecd3cceb4c2620c082ed887b84c2b89
60ba639070907072030f628c8853e1f8685a26f6
refs/heads/master
2022-12-09T17:47:25.570772
2020-09-20T13:46:54
2020-09-20T13:46:54
297,084,587
0
0
null
null
null
null
UTF-8
C
false
false
282
h
// // global.h // ExperienceCanvas // // Created by Marty on 20/10/13. // // #ifndef ExperienceCanvas_global_h #define ExperienceCanvas_global_h bool bRecordingTrigger = false; bool bInteracting = false; bool bRevealSettings = false; //Just to hide all the settings #endif
[ "marty@creativematterz.com" ]
marty@creativematterz.com
eb1c05db840e293b6626c42055b83561482aabda
1e1a6d6eddcf28d0eec77de85fa9da69a8dde735
/DLA/SKL/skl_autotune/paper_report/5-3.nxnAllmunu_10kernel.c
56c8de9f3d34180ec2476fa033c45094f4292f2a
[]
no_license
hpc-sslab/lamma
8d0b55d6d1e8811110927d210b37a1bea4e02f9c
52caa049fa9cb70021f7f7a3952c232125b3632e
refs/heads/master
2020-03-25T17:51:14.860753
2018-08-08T11:45:28
2018-08-08T11:45:28
143,999,367
0
0
null
null
null
null
UTF-8
C
false
false
12,333
c
#include<stdio.h> #include<assert.h> #include<malloc.h> #include<omp.h> #include"search_10.h" #include"function.h" extern data_t* data; kernel_t** search(int* count){ // count : output parameter. it returns how many kernels are tested FILE* fin; int i, j; int mu, nu, ku; int mb, nb, kb; int L1_A, L1_B; int type...
[ "choi@ssu.ac.kr" ]
choi@ssu.ac.kr