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
c57c3a1368f59c77092bc08bfa8e45bc3792a8e0
84fb6220c0c1d471ebfc02c58833a924c89bdde8
/J09/ex07/ft_collatz_conjecture.c
ecf260e6e88aab71f13b7607d1e665846e470762
[]
no_license
matfire/Piscine42
8141434b3ff5f770d04109af68d28575395301f4
0ee5022742cfcfad3c6b1f8268a2a2c5da7bfaac
refs/heads/master
2021-01-15T10:42:27.920644
2017-08-17T15:46:35
2017-08-17T15:46:35
99,594,996
0
0
null
null
null
null
UTF-8
C
false
false
1,149
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_collatz_conjecture.c :+: :+: :+: ...
[ "noreply@github.com" ]
matfire.noreply@github.com
6076160bb6b2d680619dafc5a3f2aa5b2a598bf8
39c752ab2770746246149ec5d9749ec4ad473e43
/parallel/mandelold/dep/mandelbrot_fixedwidth.c
bdeb57d22fe0d1b7ecbd6cda104cccd1adcb9039
[]
no_license
48ca/cs
f043452a6ff4fe4a547b360ae42cd96dd1be2cd6
857669c1934e47ef328948272b1922cadbc38364
refs/heads/master
2021-06-18T11:39:58.577465
2017-06-17T18:33:16
2017-06-17T18:33:16
null
0
0
null
null
null
null
UTF-8
C
false
false
2,944
c
#include <stdio.h> #include <stdlib.h> #include <GL/glut.h> #include <math.h> #define HEIGHT 900 #define WIDTH 1200 #define LOOPS 50 static double colors[WIDTH][HEIGHT]; double zoom_factor = 1.0; double zoom_change = 2.0; double loop_factor = .9; double loop_change = 1.05; double gxc = 0.0; double gyc = 0.0; static...
[ "jamesthoughton@gmail.com" ]
jamesthoughton@gmail.com
ebd220ff123915adc69029e532021e291c5ac68e
3bfc59a8e64d2c16fcdd31a7a7fb0c6062aeffe5
/Assignment3/Assignment3/Matrix3D.cpp
afa92feb581445820719ba1535cb0491ac3a1448
[]
no_license
SarahiManzor/GraphicsAssignments
8911c741dcfb0123b4356e5fa27a4766b7787d09
4dda9c68d645fafa5c01a311519a240308478c3a
refs/heads/master
2020-03-13T17:26:49.747126
2018-04-26T22:34:05
2018-04-26T22:34:05
131,217,451
0
0
null
null
null
null
UTF-8
C
false
false
23,580
cpp
///////////////////////////////////////////////////////////////////////////// // Simple module for 3D matrix operations using doubles. // // Written for CPS511, Prof. Georg Feil, Ryerson University, Fall 2017 ///////////////////////////////////////////////////////////////////////////// // // 4x4 Homogeneous Trans...
[ "msarahi@scs.ryerson.ca" ]
msarahi@scs.ryerson.ca
a530073d862a56df11b8ecbada0e20e3eb816756
2ca13d0625dc6ce8bfad314806ce4090be1d54aa
/Threading (C)/Coaster/coaster.c
baf993c3480a71baaebf510a1e8ec986767f31bc
[]
no_license
anthonychu00/Learning-Projects
0a8134ba168c9d0d85cb64dd90fad7df5f801b0f
99657476627ba2a81bcf981c51302f767c415b83
refs/heads/master
2020-03-22T03:52:08.984550
2018-07-11T17:49:42
2018-07-11T17:49:42
null
0
0
null
null
null
null
UTF-8
C
false
false
4,979
c
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <pthread.h> #include <unistd.h> #include "car.h" #include "passenger.h" int onBoard;//number of passengers in cars int capacity;//capacity of the car to be determined by users int numPassengers;//number of passengers to be determined by users int open...
[ "noreply@github.com" ]
anthonychu00.noreply@github.com
6fdd6bc55575f547bb813311e005fe8307d78c4d
93ee1fdaa5c3265bb8608c1cb7d4530d73f744f9
/IPCs/Communication_Inter_Processus/td2_ UnPeuDePatience(wait,waitpid)/Exercice5/main.c
cb54bfde5414fca84c68221fe4876e864d2f2580
[]
no_license
apacot/NetBeansProjects
cc0aebc8faf29b9a08c62c7b6e5c1bfae941e9e5
5c1467c0995a71491c0b13e2bd60108fa099dda9
refs/heads/master
2023-05-13T04:35:03.721363
2021-06-07T17:42:47
2021-06-07T17:42:47
298,602,025
0
0
null
null
null
null
UTF-8
C
false
false
922
c
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ /* * File: main.c * Author: apacot * * Created on 29 septembre 2020, 11:17 */ #include <stdio.h> #include <stdlib.h> #include...
[ "a.pacot72@gmail.com" ]
a.pacot72@gmail.com
b01e25c83ca4679e5366c9777751e4c13b6b2417
4c64a9cf3796cd1268f0ea80a7d16e2c563869cb
/imejorando/clase4/NyanCatVsSpaceInvaders/demo_005_1/Headers/Constants.h
4cd6a27b193dadc0e255fe3ae0db32b00dd9d6f3
[]
no_license
tarragojc/MejorandoCurso
07aef4a0148e4869008a7d4a7daa0ef5922a472f
b0674394ba99ffbe8550b60263bbcd26c3c3919e
refs/heads/master
2020-12-25T21:56:00.814739
2014-05-17T16:01:30
2014-05-17T16:01:30
null
0
0
null
null
null
null
UTF-8
C
false
false
2,772
h
// // consts.h // demo_004_1 // // Created by Afrael Ortiz on 10/13/13. // // #ifndef demo_004_1_consts_h #define demo_004_1_consts_h #pragma mark - #pragma mark Screen Dimensions #define kScreenSize [CCDirector sharedDirector].winSize /* #define kScreenMiddleWidth ([CCDirector sharedDirector].w...
[ "oscarelotero@gmail.com" ]
oscarelotero@gmail.com
14f1932379c358ff4643588c0bdbf231b5337dfb
93101d36d8fc0caab5a01f458c4d9b5bc98770c3
/libft/ft_strtrim.c
4628656eda029f4f317ebde24497ce3b0cf4a95e
[]
no_license
reggiepogs/get_next_line
4ff9b827ee698a0f8d2dbe70459763ac69257565
0adbf5375618671e0845027ef95be6637ce2b11a
refs/heads/master
2021-01-13T02:47:11.083327
2017-01-28T10:39:40
2017-01-28T10:39:40
77,133,449
0
0
null
null
null
null
UTF-8
C
false
false
1,557
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strrim.c :+: :+: :+: ...
[ "reggiepogs21@gmail.com" ]
reggiepogs21@gmail.com
d5cd778e7d439432aa6b02720f642010fd7ae144
62e95cdd37c4e298da7406f670822adfb0f4d454
/PSEC_slowLO_10bins_GitHub/isim/TestMicromotion_isim_beh.exe.sim/unisims_ver/m_00000000002557334010_0635491122.c
39dea3d4b5b7aa0c8334a7d50ea5061f932311a3
[]
no_license
gangloff/PSEC
0552e6f1de7c7d818b5de6eeece44ae7628460c8
642c2434c4aea14945c608a07c169f568fd39037
refs/heads/master
2020-05-28T14:01:35.003627
2013-12-12T01:30:49
2013-12-12T01:30:49
14,245,663
1
0
null
null
null
null
UTF-8
C
false
false
4,149
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "gangloff@mit.edu" ]
gangloff@mit.edu
ac6c2f3118114be43d0fbcad38ee1d7ba7530b76
1ad4dd5261a185f3cf92d7fd3226de28679747c5
/kernel/drivers/infiniband/core/agent.c
324ef85a13b6db1bea909cb7d0e896089ea41a4d
[ "Linux-syscall-note", "GPL-2.0-only", "MIT" ]
permissive
oslab-swrc/libmpk
b30c8fa2eea834a8ab441fdd9f7789296781ec17
a0b20ab8819d60d22d2a90f0d54eccae40ae6b05
refs/heads/master
2022-05-01T01:36:07.491532
2022-03-18T05:44:14
2022-03-18T05:44:14
223,290,854
0
0
MIT
2019-11-22T00:30:13
2019-11-22T00:30:12
null
UTF-8
C
false
false
6,492
c
/* * Copyright (c) 2004, 2005 Mellanox Technologies Ltd. All rights reserved. * Copyright (c) 2004, 2005 Infinicon Corporation. All rights reserved. * Copyright (c) 2004, 2005 Intel Corporation. All rights reserved. * Copyright (c) 2004, 2005 Topspin Corporation. All rights reserved. * Copyright (c) 2004-2007 ...
[ "spark720@gatech.edu" ]
spark720@gatech.edu
ca811b3637e26d57d051d81bf5e0bddec8a0c493
71ab86611fc65b49ba0e52675349c1aa3875ab77
/com-it-proj/ecp_proj/gpio-extender/MCP23018.h
cd748f00e271eaaa6901dfa55d87b9e6ccf97a0a
[]
no_license
doronsa/doron_project
5c6b4473203ccde1a083425f4bf244680506e553
0141ee4eef3425d5a0493a2cf42a7d4f41e5e474
refs/heads/master
2021-07-29T23:17:29.424712
2021-07-29T13:34:23
2021-07-29T13:34:23
35,548,689
0
0
null
null
null
null
UTF-8
C
false
false
40,360
h
<!DOCTYPE html> <html lang="en" class=""> <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# object: http://ogp.me/ns/object# article: http://ogp.me/ns/article# profile: http://ogp.me/ns/profile#"> <meta charset='utf-8'> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="...
[ "doronsa@gmail.com" ]
doronsa@gmail.com
03fb8bd9f6a8c049267f2eaed91260aa3736b7ab
935d5b7c63f85c77855624a2eaaf4aec36665224
/include/memio.h
6f34c9205d075614e1a22037b02d3ca6dc4a5b73
[]
no_license
rkak/homevilos
ec4fb373aed46ee329177c8735a2cf4c7d5329ab
081c9fd0f6825ea31549733e509bbd4ebdb63691
refs/heads/master
2023-04-03T12:16:28.369087
2021-04-18T08:48:11
2021-04-18T08:48:11
321,015,944
0
0
null
null
null
null
UTF-8
C
false
false
85
h
#define SET_BIT(p, n) ((p) |= (1 << (n))) #define CLR_BIT(p, n) ((p) &= ~(1 << (n)))
[ "micawal@hanmail.net" ]
micawal@hanmail.net
59bb4f87f6e3802d11514eedcd36bc56a2a348bd
3f1cb46b09d0b5808875ec0faadf03249358fcc6
/9chemcalc.c
aa4a4f1819896f2182d16d59e73133a095701e27
[]
no_license
mushchlo/chem-calc
2ecccdb3700a26ddadc18805eeaffd8fd8f95a4f
7d81e3c4db1ce3080c05b579fee8601c91ab9b84
refs/heads/master
2023-02-02T03:18:04.017186
2020-12-20T02:42:00
2020-12-20T02:42:00
317,723,844
2
0
null
null
null
null
UTF-8
C
false
false
2,921
c
#include <u.h> #include <libc.h> #include <stdio.h> #include <ctype.h> #include "amu.h" #define BUFSIZE 1024 void rmchars(char* str, int n) { memmove(str, str+n, strlen(str)); } void cutstr(char* dest, char* origin, int n) { snprint(dest, n+1, "%.*s", n, origin); /* strcpy breaks when used until last char. read man...
[ "derpyop29@gmail.com" ]
derpyop29@gmail.com
9afa340800c495844534bf08ca95e9b38a09dcde
3b558fd3da9667a1022b4a19bc22c860dac43209
/Ejercicio 3/articulosFunc.c
fc2ac28f0ac6fd7766802bb64d1658bf41fd6d53
[]
no_license
rioscris/tp3-sisop
1544f124204555d58c9e30540eb67ee3fa921cab
97ebfd4c7321bd31b3b53cded079ba891257fc05
refs/heads/master
2020-09-13T01:30:32.682954
2019-12-01T00:09:00
2019-12-01T00:09:00
222,621,183
0
1
null
2019-12-01T00:01:24
2019-11-19T06:07:51
C
UTF-8
C
false
false
770
c
#include "articulosFunc.h" void populateArticulo(t_Articulo* pArticulo, char* line){ char *pChar = NULL; removeNewlineAtOffset(line, -1); pChar = strrchr(line, ';'); strcpy(pArticulo->marca, pChar+1); *pChar = '\0'; pChar = strrchr(line, ';'); strcpy(pArticulo->producto, pChar+...
[ "mrioscristian@gmail.com" ]
mrioscristian@gmail.com
abf0ab92682e72fd4ec9d729960f64f1e3949cf5
a3d9310e2f785dd79b714bd68e1cbaebf71953c4
/dm/include/MSPST.H
3913014d0f56e663cca855e09cde3e999e595f92
[]
no_license
lukakostic/Brainfuck-To-C-To-Exe-With-Python2
7bd29fb47e3f19de86a9fd49484f1c1d81820e01
6a119f59da00644fa9dd206078186e8c3a3b3910
refs/heads/master
2020-03-27T05:59:17.351841
2018-09-16T00:04:16
2018-09-16T00:04:16
146,069,434
1
0
null
null
null
null
UTF-8
C
false
false
240
h
/* Copyright (C) 1986-2001 by Digital Mars. */ #if __SC__ || __RCC__ #pragma once #endif #ifndef RC_INVOKED #pragma pack(__DEFALIGN) #endif #include <win32\scdefs.h> #include <win32\MSPST.H> #ifndef RC_INVOKED #pragma pack() #endif
[ "3luka1@gmail.com" ]
3luka1@gmail.com
4506fb0d4444c59f018c3fd4add5c93dda4fb003
611f92e4021135309711fae1a757eafdf3d79d32
/9atom/pcpae/ether2114x.c
d008851f7d41db4c94c009dd89c99a5d66758e61
[]
no_license
emmettmoore/p9
acd2789538fb9c91147907c029a36ffe4e675177
c68cbd2852517122ce98accde0d0f4dbab26c9ef
refs/heads/master
2023-05-10T05:44:21.162009
2015-04-26T16:07:02
2015-04-26T16:07:02
null
0
0
null
null
null
null
UTF-8
C
false
false
41,684
c
/* * Digital Semiconductor DECchip 2114x PCI Fast Ethernet LAN Controller. * To do: * thresholds; * ring sizing; * handle more error conditions; * tidy setup packet mess; * push initialisation back to attach; * full SROM decoding. */ #include "u.h" #include "../port/lib.h" #include "mem.h" #include "dat.h" #in...
[ "daniel.defossez@tufts.edu" ]
daniel.defossez@tufts.edu
8f3fd38ec34846cfbf0528f2213588337fe98f11
cea46cebc6203e16f9c90952a4952fe5356f975e
/self-learn/2011-09-16/common.c
6793af9a29e5d4013cef5a434d65e252d5fcbf93
[]
no_license
bigbighd604/C-Notes
b0b901a561802034f2d69a5dac418daf8a82bc4c
e9fc8cff68cf48d44c0a597721887299d056a9ff
refs/heads/master
2021-01-17T08:16:57.437889
2016-04-23T17:37:54
2016-04-23T17:37:54
2,852,133
2
0
null
null
null
null
UTF-8
C
false
false
767
c
#include <stdlib.h> #include <stdio.h> #include <string.h> #include "filter.h" void print_help(char *progname) { char *opts = "[-n name] [-t l|d|f|o|b|s] [-o uid] [-g gid] [-s size(bytes]] [-d level]"; fprintf(stderr, "Usage: %s %s\n", progname, opts); exit(EXIT_FAILURE); } // concatenate folder path and entry...
[ "andrewlv@google.com" ]
andrewlv@google.com
5f5b1866f4363b699ecd297cae902e36a700ff7d
2303e44a7cc54847c7f1383103f69e4c445bfeef
/test/test_lookup_table_iter.C
b6428912eac6d1b66d37e6e5f62ed2c5627388c2
[]
no_license
mmoyes/ldpk-windows
2678c82d9fc10e56a5a9cd1b99a1f8ce3091c3ec
41df236bf5e668048ab71881a8bafc79a45725fa
refs/heads/master
2020-04-28T06:57:51.095207
2019-03-11T20:18:01
2019-03-11T20:18:01
175,076,437
0
0
null
null
null
null
UTF-8
C
false
false
878
c
// This file is part of the Lens Distortion Plugin Kit // Software is provided "as is" - no warranties implied. // (C) 2011,2012,2013,2014,2015,2016,2017,2018 - Science-D-Visions. Current version: 2.0 #include <ldpk/ldpk.h> #include <sstream> using namespace std; using namespace ldpk; // This program demonstrates h...
[ "M.Moyes@gmail.com" ]
M.Moyes@gmail.com
7f4202c368750d056e0aeb38b68ca1cae69c0ae3
488378d66dfb12d3292886b160243aa24e27c420
/linux-3.16/arch/arm/include/asm/dma-iommu.h
8e3fcb924db6f13fcf0c5c08f6c8bb6cdc28a36b
[ "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
930
h
#ifndef ASMARM_DMA_IOMMU_H #define ASMARM_DMA_IOMMU_H #ifdef __KERNEL__ #include <linux/mm_types.h> #include <linux/scatterlist.h> #include <linux/dma-debug.h> #include <linux/kmemcheck.h> #include <linux/kref.h> struct dma_iommu_mapping { /* iommu specific data */ struct iommu_domain *domain; unsigned long **b...
[ "jj1232727" ]
jj1232727
796191e13c53daae244ceb1a2c9f3f21a027c1ab
7988f9d07420d7577df05adfcda47eafef8e39c8
/ratdb/libratdb/tests/connect/main.c
804dfaa48cd13a824499db0b918f21dd02d8561e
[ "LicenseRef-scancode-public-domain", "BSD-2-Clause" ]
permissive
ekd123/ekode
e4998efc88d90b7e8655b22d4296e5f902ff91bf
e5ea3e8c701f64f42d0e17992fb4ce637b9a5f20
refs/heads/master
2021-01-15T15:27:39.790470
2018-08-16T10:44:59
2018-08-16T10:49:22
65,139,699
2
0
null
null
null
null
UTF-8
C
false
false
641
c
#include <glib.h> #include <gio/gio.h> #include <libratdb/ratdb-client.h> int main () { RatdbClient *client; gboolean ret; g_type_init (); client = ratdb_client_new (); ret = ratdb_client_connect (client, NULL); if (ret) { g_print ("Oh yeah~! Connected!\n"); } ...
[ "crtmike@hotmail.com" ]
crtmike@hotmail.com
55362e0899cf99a282eb4df6541080fbea98d391
3470a9764ccfe9c1785964885818144ecf2b81d1
/第12周综合实验2.1/第12周综合实验2.1/resource.h
5994adf12a340e0689373a2dcd9e764b62379490
[]
no_license
201812300011/LQL
1bed1ee7d2e55f43d98dec43aae5ed93bc7c4779
cf59607bcadf39aebc66ab96da62ecebb34f2435
refs/heads/master
2022-11-10T17:26:36.872049
2020-06-27T12:53:22
2020-06-27T12:53:22
259,598,864
0
0
null
null
null
null
GB18030
C
false
false
877
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ 生成的包含文件。 // 供 第12周综合实验2.1.rc 使用 // #define IDD_ABOUTBOX 100 #define IDP_OLE_INIT_FAILED 100 #define IDD_MY1221_FORM 101 #define IDP_FAILED_OPEN_DATABASE 103 #define IDR_MAINFRAME 128 #define ID...
[ "2505642660@qq.com" ]
2505642660@qq.com
acef189599072a5d6ca1fffede04ebe58e804725
ce2930b415c3fa5f5439d449cfc0672ac587f43d
/TUGAS PAP 3/Tugas 1/pustaka.c
ac5163691d63b0b40bd9b35ee28e08249f06879e
[]
no_license
husin14/AlproDinus
5dba35f047def8324d63e34ec22a9d1b0123da2e
98984b2fa0ca01469e3fcefbd03bee41447c5d32
refs/heads/master
2022-03-01T07:25:21.181042
2019-09-17T07:34:11
2019-09-17T07:34:11
208,987,116
0
0
null
null
null
null
UTF-8
C
false
false
422
c
#include "pustaka.h" int count_array(int data[], int jml_data) { int i, jml=0; for(i=0;i<jml_data;i++) { if(data[i]!=0) { jml++; } } return jml; } void nama () { printf("Nama = Husin Sufi\n"); printf("NIM = A11.2018.10909\n"); ...
[ "husinsmg@gmail.com" ]
husinsmg@gmail.com
6ce5e3894171d469bab94ace24ddab0644455681
fcd39ffd0f745f4c515eabc962a2c50c63ca1d05
/AIC/prac1/scalar-test.c
da98980fe356ce2885e99df0118b87e8ceb95785
[]
no_license
javiobono/ETSINF3
36bfaf14571cf9687a79e4b640e1ffde1206bd09
2fdb0c9ef4ef4cdd07f69a2da8594ecb6db45835
refs/heads/main
2023-08-22T04:00:17.695247
2021-10-23T15:55:57
2021-10-23T15:55:57
null
0
0
null
null
null
null
UTF-8
C
false
false
2,346
c
#include <stdio.h> #include <stdlib.h> #include <math.h> #include <time.h> #ifdef __AVX__ #include <immintrin.h> #endif #include <xmmintrin.h> #define MSIZE 2048 /* Must be multiple of 4 */ float vector_in[MSIZE], vector_in2[MSIZE]; ////////// // CODE // ////////// void init_vector(float *t, int size) { int i...
[ "ydavpacat21@gmail.com" ]
ydavpacat21@gmail.com
fa59f2ea10c04748ceb9807f0e708b4cdfa024db
749648fd6105cf7b9a631b22e37ef9745cfda959
/AxDATLCircuit2/AxDATLCircuit_p.c
004e966d0bc40312289de2ac123432b9dbca0913
[ "MIT" ]
permissive
bb33bb/ActiveX_DCOM_Book_Code
dae0edf92f9f702fcd9a0727b4838758672c5d34
89a17fe765f1c8dd25f895c0a03df14c987a814c
refs/heads/master
2023-06-07T18:50:24.431144
2017-01-23T20:28:29
2017-01-23T20:28:29
null
0
0
null
null
null
null
UTF-8
C
false
false
13,322
c
/* this ALWAYS GENERATED file contains the proxy stub code */ /* File created by MIDL compiler version 3.01.75 */ /* at Thu Jun 11 09:55:52 1998 */ /* Compiler settings for AxDATLCircuit.idl: Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext error checks: none */ //@@MIDL_FILE_HEADING( ) #define USE_STUB...
[ "vxod@sirotin.eu" ]
vxod@sirotin.eu
ee975aed20f0246b5434d0e0596aa94c37630d4d
48998e7c0ab72798ce14061f36261282bb7fbaa5
/libLPC43xxFileSystem/SRC/MonkeyBoot_M4/src/FILE_SYSTEM/fatfs/DISK_DRIVER/USB_MSC_HOST/lpcusblib/Drivers/USB/Class/Common/RNDISClassCommon.h
5c5a73e3881708b88e5a6d14a9721eba6564f39d
[]
no_license
ehughes/eLib
06fa2ea88d617ae21e0638e733fe8abd32d9305a
4d7938bc4497d53a26bcc70898c3093a0bdb3456
refs/heads/master
2020-12-25T14:14:04.592531
2020-05-08T20:42:07
2020-05-08T20:42:07
66,391,632
0
0
null
null
null
null
UTF-8
C
false
false
13,966
h
/* * @brief Common definitions and declarations for the library USB RNDIS Class driver * * @note * Copyright(C) NXP Semiconductors, 2012 * Copyright(C) Dean Camera, 2011, 2012 * All rights reserved. * * @par * Software that is described herein is for illustrative purposes only * which provides customers with ...
[ "ehughes@wavenumber.net" ]
ehughes@wavenumber.net
de9801b26a2f72961ae879abc534cf4ec67c9648
5e2823a29cac0c7e5184c298ab6a129a9169b352
/myshell.c
77ea7200e2c98e6c28f7852743eae95001f00ba6
[]
no_license
Nten0/myshell
a250dc8c0aa618c84c66616421b1df67b7967e7a
9c5243f3646a044017828ebb2bfe610685fed05e
refs/heads/master
2020-12-31T05:56:34.068171
2019-10-21T10:31:22
2019-10-21T10:31:22
80,626,892
0
0
null
null
null
null
UTF-8
C
false
false
3,015
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <unistd.h> #include <sys/wait.h> /****** Function Prototypes *****/ /****** Main *****/ int main(int argc, char **argv) { /***Pointers initialization***/ char *input = NULL; char *buffer = NULL; char **token = NULL; ...
[ "noreply@github.com" ]
Nten0.noreply@github.com
782f7149adb7eba299eeb3ae47c1525649c4313e
0f714b294073babd383dda6c54de8e1675add981
/kubernetes/model/v1beta1_network_policy_spec.c
c3b30143639e8c273c5894b4b9a149b7b8b9a824
[ "curl", "Apache-2.0" ]
permissive
isabella232/c
54abdd6002f35f219b4d79de21b3229d7e8cc51a
81d8bb1261c5fd9f7fa5ecf913e3677bad3a7825
refs/heads/master
2023-02-06T12:54:29.626110
2020-12-19T16:34:25
2020-12-19T16:34:25
null
0
0
null
null
null
null
UTF-8
C
false
false
6,957
c
#include <stdlib.h> #include <string.h> #include <stdio.h> #include "v1beta1_network_policy_spec.h" v1beta1_network_policy_spec_t *v1beta1_network_policy_spec_create( list_t *egress, list_t *ingress, v1_label_selector_t *pod_selector, list_t *policy_types ) { v1beta1_network_policy_spec_t *v1...
[ "ityuhui@gmail.com" ]
ityuhui@gmail.com
351761078c21f80f1cd6bd3944584423aa5ef461
6e5b85d822f589bb454237f969bb7587f629b26f
/Trees/tree.c
56ddee8e080ebde78caadceda24ad21fba2792e5
[]
no_license
virensachdev786/DSandAlgo
6bc0722f370a6edb65e713f7f0b4280e569f63f9
8ffdbe9d3abf7a596ccd21204c1e181123809d6f
refs/heads/master
2022-10-21T22:08:19.784797
2020-06-08T18:39:26
2020-06-08T18:39:26
266,800,293
0
0
null
null
null
null
UTF-8
C
false
false
1,686
c
#include<stdio.h> #include<stdlib.h> struct node { int data; struct node *left, *right; }; void createtree(int); int search(int); struct node* head = NULL; struct node* temp = NULL; struct node* prev = NULL; int main() { int choice = 0, num, flag = 0, key; do { printf("enter your choice: \n1. insert\n2. se...
[ "noreply@github.com" ]
virensachdev786.noreply@github.com
da22e11e91491de60112e726037ec7572de157fc
ac48dc874f5550d03648c28b1eda5720202eb55c
/sensors/dsps/sensordaemon/common/idl/src/sns_reg_api_v02.c
f9de6eb717e58eb7abc02287145754828f62605c
[]
no_license
difr/msm8937-8953_qcom_vendor
464e478cae4a89de34ac79f4d615e5141c40cbcb
6cafff53eca7f0c28fa9c470b5211423cf47fd40
refs/heads/master
2020-03-20T09:58:48.935110
2018-05-27T04:13:22
2018-05-27T04:13:22
137,355,108
0
1
null
null
null
null
UTF-8
C
false
false
10,446
c
/*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====* S N S _ R E G _ A P I _ V 0 2 . C GENERAL DESCRIPTION This is the file which defines the SNS_REG2_SVC service Data structures. Copyright (c) 2010-2016 Qualcomm Technologies, Inc. All Rights Reserved. Con...
[ "adithya.r02@outlook.com" ]
adithya.r02@outlook.com
b6571b2e90838eb061bacb8156fd71d94077e9ae
fe1f77f38d6ee4bc487f4ff908108feeba5216bf
/src/http_request.c
2ad205c6cf929f0c68524d4c755fa407f7a37617
[ "MIT" ]
permissive
Fansion/ferver
0a8628ac58bd773bb14a1822af54d32e28944b8b
4ac2801b35dd70239e499214073b6369cb9cc6cd
refs/heads/master
2016-09-05T08:59:59.792353
2015-07-27T07:08:39
2015-07-27T07:08:39
37,418,005
0
0
null
null
null
null
UTF-8
C
false
false
3,272
c
#include "http.h" #include <math.h> static int fv_http_process_ignore(fv_http_request_t *r, fv_http_out_t *out, char *data, int len); static int fv_http_process_connetion(fv_http_request_t *r, fv_http_out_t *out, char *data, int len); static int fv_http_process_if_modified_since(fv_http_request_t *r, fv_http_out_t *...
[ "Fansionspace@gmail.com" ]
Fansionspace@gmail.com
a2900aa72fd627ebe3c1533768f5c4943fe52037
a2c292672898689bc5afa0d1460743cd0c206adc
/Chapter3/Ch3_Ex3_18_SalesCommissionCalculator.c
8ca038bb1ac459262a95e0c721fb8b74686d0fcb
[]
no_license
Elle518/CHowToProgramExercisesSolutions
0af6fdefcf50302b2cf069b099cee3c3d10648b2
8b1a98f0a1f56ed0eef2437bbd66c920f12e3347
refs/heads/master
2021-07-15T00:32:09.595596
2018-11-10T17:56:36
2018-11-10T17:56:36
133,368,853
1
0
null
null
null
null
UTF-8
C
false
false
805
c
/* Program: Ch3_Ex3_18_SalesCommissionCalculator.c Descripción: This program inputs each salesperson’s gross sales for last week and calculates and displays that salesperson’s earnings. Process one salesperson's figures at a time. Autor: Elle518 v1.0 ...
[ "teregc@hotmail.es" ]
teregc@hotmail.es
2b6cd9f18f3154b4eeab0d7d92b843f16d0a3f30
ef590239cb8b52a4faaf7ea0feb11a336045a272
/src/prime.c
9ed053d1e4919661f1d80053d0e671ba5db2286f
[]
no_license
lukequeenan/COMP8005A1
73d3d50a3d017ccf6c69cac3f25cedf909d1ecdd
565e71b250c1263452939ef320089c1d18dc9e6d
refs/heads/master
2020-05-04T19:42:41.149049
2012-01-28T23:43:37
2012-01-28T23:43:37
3,192,474
0
0
null
null
null
null
UTF-8
C
false
false
1,213
c
#include "prime.h" /* Find out the prime factors * of a given number and print * them on the screen * Author: Mathias Van Malderen */ void factorize (long n, FILE *file) { long d = 2; if (n < 2) { return; } /* while the factor being tested * is lower than the number to f...
[ "lukequeenan@gmail.com" ]
lukequeenan@gmail.com
d24d7f506ec06f19c7b8841e267a62f6d4d6ed8c
300753b4afebffcd7a0d940c0304485927254a36
/main.h
13729d759af46a4cab0194d2d117d9d82a46f262
[]
no_license
tomohikoseven/strlist_cmp
925724d0f07d66b0d87883ddbd55902feba827f4
a86a1dc6551dcb89c3d361f0653f3942ea3abf59
refs/heads/master
2021-01-23T15:03:11.472382
2012-11-11T00:20:01
2012-11-11T00:20:01
null
0
0
null
null
null
null
UTF-8
C
false
false
97
h
#ifndef __MAIN_H_ #define __MAIN_H_ #define SIZE 16 #define MAX_LEN 32 #endif // __MAIN_H_
[ "tomohikoseven0905@gmail.com" ]
tomohikoseven0905@gmail.com
eb47e397bc8787d6beb60abdd86683ce5f3cf375
fa648d6659ede1e20e86bd6a1caa177f02f08133
/1.c
d4bc74b1590f0e95dd9c4d023d07eae2e2ff81a2
[]
no_license
Dinesh-Mofia/Dineshmofia
68cad4eff940123905cc1cc1b4756581fbc03be6
089889b835406176fb0a7ba942b54b71873479cc
refs/heads/master
2021-01-02T22:54:11.802005
2017-08-17T13:05:54
2017-08-17T13:05:54
99,416,895
0
0
null
null
null
null
UTF-8
C
false
false
337
c
#include <stdio.h> int main() { int n; /* Read number from user */ printf("Enter any number: "); scanf("%d", &n); if(n > 0) { printf("Number is POSITIVE"); } else if(n < 0) { printf("Number is NEGATIVE"); } else { printf("Number is ZERO"); } ...
[ "noreply@github.com" ]
Dinesh-Mofia.noreply@github.com
0fae76eeac4dc0ad9d08d99f00cb746519830a48
1fa18a370abc81f36441d5c6051f56a56baec6a5
/4.31/source/main.c
af25d843869efa3444bea7acd95ba125ccc9c94a
[]
no_license
k558888666666/Hw2
48ea7e6c29d0a088b3ff6228ad34a37d465b33bf
153e59c5d034e9b541f35656ed6425e78eba9f87
refs/heads/master
2020-04-01T07:17:48.182957
2018-10-14T15:49:09
2018-10-14T15:49:09
152,984,432
0
0
null
null
null
null
UTF-8
C
false
false
432
c
#include <stdio.h> #include <stdlib.h> int main(void) { for (int i = 1; i <= 5; i++) { for (int j = 1; j <= 5-i; j++) { printf(" "); } for (int k = 1; k <= 2*i - 1 ; k++) { printf("*"); } printf("\n"); } for (int i = 4; i >= 1; i--) { for (int j = 1; j <= 5 - i; j++) { printf(" "); } ...
[ "k558888666666@gmail.com" ]
k558888666666@gmail.com
81786215b3966888f9dc119c4deee8e546f96173
57ea38c6181ebbef99f5f9076985a56840b9a55e
/lib/misc/tilde.c
ee44c0935def577a70e0a1698ca3e285e9070268
[ "MIT" ]
permissive
ResonanceGroup/SPICE
b4c92eab5cef58ed0d768044c0ee516030a9b8ee
4ea3da2371bcf5d901fa7a6388382acf50f4a2fb
refs/heads/master
2020-03-14T23:50:49.069010
2018-05-02T13:45:09
2018-05-02T13:45:09
131,854,435
0
1
MIT
2018-05-02T13:45:10
2018-05-02T13:27:11
null
UTF-8
C
false
false
933
c
/********** Copyright 1991 Regents of the University of California. All rights reserved. **********/ #include "spice.h" #include "misc.h" #include <stdio.h> #ifdef HAS_GETPW #include <pwd.h> #endif #include "suffix.h" char * tilde_expand(string) char *string; { #ifdef HAS_GETPW struct passwd *pw; /*exter...
[ "=phillipmobley2@gmail.com" ]
=phillipmobley2@gmail.com
103528e0b269b2471bb24c5358b27e34ffa7041d
a3f043d9cc992be2c489e683d30ba858223f3cb1
/0x03-more_functions_nested_loops/6-print_line.c
87cf89b58656faea350dffa5e81dbd9174a88150
[]
no_license
Maxastuart/holbertonschool-low_level_programming
3c18a489db5acb59b112c241f5e668c63bf2d4f7
77f553ffbf4105160c6b9fd29602d6685da99372
refs/heads/master
2020-07-22T02:41:42.596225
2020-02-04T20:06:49
2020-02-04T20:06:49
207,051,084
2
11
null
null
null
null
UTF-8
C
false
false
203
c
#include "holberton.h" /** * print_line - prints a line of underscores, length n * @n: integer */ void print_line(int n) { int i; for (i = 0; i < n; i++) { _putchar('_'); } _putchar('\n'); }
[ "31591394+Maxastuart@users.noreply.github.com" ]
31591394+Maxastuart@users.noreply.github.com
3881eba96860c090c2c1d5a23ecdb0c871b1b322
6e5be5ba94091699add222ca15f8df08dc411f02
/chapter9/exercise/exercise9.c
914348ccf3c9becc9d2108bf6c7a43b70d51cff8
[]
no_license
fanghenshaometeor/cPrimerPlus
c07d4da62315f95d21d8ef9c54f35b05ea916ef4
d7ee4ddf4f0e79cd8adad42062eb4ab18ec8f331
refs/heads/master
2021-01-21T14:01:23.035735
2016-06-06T13:20:45
2016-06-06T13:20:45
55,150,134
1
0
null
null
null
null
UTF-8
C
false
false
699
c
/* exercise9.c */ #include <stdio.h> void to_base_n (unsigned long n, int base); int main (void) { unsigned long number; int base; char storeenter; printf("Enter an integer and a base (q to quit):\n"); while (scanf("%lu %d", &number, &base) == 2) { if (base < 2 || base > 10) { printf("Base can only be be...
[ "14fangkun@tongji.edu.cn" ]
14fangkun@tongji.edu.cn
a7d7e7d354319894013fa94398497c9046d3eede
835b990501e0cf88fd23a4f7fc3af3fd27aa2c56
/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.c
c5943bf3ffd3bc3ebae532bfa4b29ba743b82b57
[]
no_license
botovq/src
af77b69208823763c20d851b1d5a893614a9fdc1
59f5133ebe9a9b6db385e0bf3f3cfee74c50fbf6
refs/heads/master
2022-03-19T06:45:00.219052
2022-03-14T22:38:43
2022-03-14T22:38:43
111,651,772
0
0
null
2017-11-22T07:41:18
2017-11-22T07:41:18
null
UTF-8
C
false
false
48,713
c
/* * Copyright 2015 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, m...
[ "jsg@openbsd.org" ]
jsg@openbsd.org
a241001a3f0a50bfb27093171fec0a109524b702
81725822e69ca5ac65fab845020dec2c45262ec7
/ft_ls/ft_printf/Libft/ft_memchr.c
62fa326f06b833a2bdd979a81815aa9d91d1691c
[]
no_license
Zik27/21School
c837d5e2a0b06ff04385bf61d828060c1b3f5857
0cae46fc3b9e9d13600261ca1837fa0e6836d119
refs/heads/master
2020-04-12T04:14:52.754557
2020-02-10T20:31:45
2020-02-10T20:31:45
162,289,489
4
1
null
null
null
null
UTF-8
C
false
false
1,146
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memchr.c :+: :+: :+: ...
[ "vurrigon@e4r8p9.21-school.ru" ]
vurrigon@e4r8p9.21-school.ru
984d0d8264929b4949a13798f10e0a73af625c40
a4b4f512eaaf1a5ccf69c81172c89c54ec050b2f
/TFLM_PersonDetection/tensorflow/lite/micro/kernels/xtensa_vision/include/xi_core_api.h
3950c0e5d58d4ae3a218a1c46eadf714cf5ce6a0
[]
no_license
weimingtom/tflmlib_vision
f857343079e5925db225f6aeb1225b0a031c1d96
f2a5ace29f2425aa568506930d739aa542323f79
refs/heads/main
2023-01-22T22:46:15.956004
2020-11-27T16:39:43
2020-11-27T16:39:43
null
0
0
null
null
null
null
UTF-8
C
false
false
68,952
h
/******************************************************************************* * Copyright (c) 2019 Cadence Design Systems, Inc. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to use this Software with Cadence ...
[ "kpraving@cadence.com" ]
kpraving@cadence.com
ba71519452278da1d6e39930980b05f8cbbfc00f
03b6de5471cb5945d662ea0bee4f8eb5b8ab2cda
/CSC_331 Operating Systems/assignment2/my_wc.c
a67910079280664ca100b172bc532e38df1840a2
[]
no_license
berriosa13/Undergrad_Work
a56e488d6d0bd0d619f4cb7fcf54a701d2c61f98
69e61edbaca5e3c4c66ee6376265bc7ff56cf124
refs/heads/master
2023-05-14T22:56:22.007330
2021-06-07T01:35:27
2021-06-07T01:35:27
305,367,700
0
0
null
null
null
null
UTF-8
C
false
false
4,058
c
/* Implement a C program called my_wc.c that emulates the primary functionalities of the UNIX tool wc. Specifications for my_wc are as follows: Your program my_wc reads text file as specified by the user, counts the number of lines, words, and characters within the files based on the options (or the lack thereof), an...
[ "54926487+berriosa13@users.noreply.github.com" ]
54926487+berriosa13@users.noreply.github.com
0f1562cb121b936d949763a8c28f92eec80f4000
fbdb3e4df3925b330739e599d7f539a5aea4f163
/d/xingxiu/xxroad2.c
454f270d99754b6df034852e519e9fd2cc64f1c9
[]
no_license
MudRen/ZHLib
2be4566998800d1a8ed50bf379d0e43a7c97e8ac
73111626fed37f302ca433dd1628730ca07e7dc2
refs/heads/master
2020-04-04T15:43:26.136616
2018-11-04T04:42:20
2018-11-04T04:42:20
156,049,634
2
3
null
null
null
null
GB18030
C
false
false
507
c
// Room: /d/xingxiu/xxroad1.c inherit ROOM; void create() { set("short", "大道"); set("long", @LONG 这是一条青石大道。东面隐约可以看到长安城的城墙。北面有 座小山丘。 LONG ); set("exits", ([ "east" : __DIR__"xxroad1", "northup" : __DIR__"xxroad3", ])); set("n...
[ "i@oiuv.cn" ]
i@oiuv.cn
e85606566d8847448c9732b9fd16df9976f70230
94c8d45b22e533f9341298c393f75d7567134078
/27/27.c
45103be97b090a590a5b6883c76c2c0790085a01
[]
no_license
daige/c-puzzles
17d252334124c63529f57cd6d5f678eeb52d6caf
25e67795d03f86e76f31f39761b074fdf78c15fc
refs/heads/master
2020-06-05T03:50:52.703877
2014-07-04T05:52:41
2014-07-04T05:52:41
null
0
0
null
null
null
null
UTF-8
C
false
false
294
c
#include <stdio.h> #include <stdlib.h> #define SIZEOF(arr) (sizeof(arr)/sizeof(arr[0])) #define PrintInt(expr) printf("%s:%d\n",#expr,(expr)) int main() { int pot[] = { 0001, 0010, 0100, 1000 }; int i; for(i=0; i < SIZEOF(pot); i++) PrintInt(pot[i]); return 0; }
[ "superdaige@gmail.com" ]
superdaige@gmail.com
5bb781e3ea617cb7bb3938749b9047e8433d32a7
1a22821e9abe0144cf060cda217e8ff846ed4810
/bscc/bgbcc2/frbc2c_ic/frbc2ci_tst1.c
c1143dfa3c066df75f9b210e28c01a4da5c9071b
[ "LicenseRef-scancode-warranty-disclaimer", "MIT" ]
permissive
cr88192/bgbtech_engine
1d3a8b13dee46b4bc557a5a29b6d39370493df93
03869a92fbf3197dd176d311f3b917f4f4e88d1a
refs/heads/master
2021-01-10T13:18:32.756889
2015-11-25T05:11:30
2015-11-25T05:11:30
46,181,763
1
0
null
null
null
null
UTF-8
C
false
false
786
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <frbc2ci.h> #include <frbcigl.h> #include <frbcigl_main.h> int main_prestart(int argc, char *argv[]) { } int main_startup(int argc, char *argv[]) { } int main_body() { } int main_shutdown() { } #if 0 int main() { FR2CI_LoaderC...
[ "cr88192@gmail.com" ]
cr88192@gmail.com
5889c0abf0370dec210d4adbeef0a8dfc247f72e
a4a40d79059a8dbd636ac1cbe553ba8bdf6bb09f
/lib/node_modules/@stdlib/ndarray/base/unary/src/u_z_as_u_z.c
f5378c5bf6850d1deff669a030299a8b7a916e21
[ "Apache-2.0", "MIT", "SunPro", "BSD-3-Clause", "BSL-1.0", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference" ]
permissive
splrk/stdlib
8e4333822d1752da1e5f21c2c50a6ff5886a8c7f
98c37fa381ef03c24703d76a5b0be4f95727243c
refs/heads/develop
2023-04-16T16:58:05.205555
2023-04-03T00:42:37
2023-04-03T00:42:37
195,529,564
0
0
Apache-2.0
2023-03-01T05:10:17
2019-07-06T11:00:16
JavaScript
UTF-8
C
false
false
74,950
c
/** * @license Apache-2.0 * * Copyright (c) 2023 The Stdlib Authors. * * 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 a...
[ "kgryte@gmail.com" ]
kgryte@gmail.com
346fde217f54bd762e84a5867fbf88d1a8dce332
dd382fd198bb11c72f955a5c840ccb9b61f9abbe
/src/minisign.c
cddb7147261988b518d6578e142b7a8e35f80387
[ "ISC" ]
permissive
chr15m/minisign
568f4a8810dd3a0067aed8b25966ac1aaba42018
264c4bee8c6cbf274d5a14a94e1afb7dc0b46e6e
refs/heads/master
2020-03-14T02:02:56.070835
2018-04-28T08:39:42
2018-04-28T08:39:42
131,391,038
0
0
null
2018-04-28T08:40:33
2018-04-28T08:40:32
null
UTF-8
C
false
false
29,183
c
#include <assert.h> #include <getopt.h> #include <inttypes.h> #include <limits.h> #include <stddef.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <sodium.h> #include "base64.h" #include "get_line.h" #include "helpers.h" #include "minis...
[ "github@pureftpd.org" ]
github@pureftpd.org
6546b3f639be4bd43b1e3a863127abe8cee59e33
c2e3431865ac12c90daeb79102760ec0cc66cbec
/calc/getch.c
e6e57019e9b46f57d48b11660398ca68303c9182
[]
no_license
dlindelof/cintro
5f22c5ed9c71c2911b001f0feb4d7f2c99862bcc
899e9893fa3ef20502875e70e9617afbb5c5aee6
refs/heads/master
2016-09-10T08:53:17.600310
2010-12-15T09:01:38
2010-12-15T09:01:38
961,490
0
0
null
null
null
null
UTF-8
C
false
false
443
c
#include <stdio.h> #define BUFSIZE 100 static char buf[BUFSIZE]; /* buffer for ungetch */ static int bufp = 0; /* next free position in buf */ int getch(void) /* get a (possibly pushed-back) character */ { return (bufp > 0) ? buf[--bufp] : getchar(); } void ungetch(int c) /* push character back on...
[ "david.lindelof@neurobat.net" ]
david.lindelof@neurobat.net
b96710b6145e57915f4131fdd2bdd02dad60af6f
5896167027f07d1e53672ebb76b60ed7bf2f09c8
/Win10_1511_TS2/x64/System32/ntoskrnl.exe/Standalone/_OBP_SYSTEM_DOS_DEVICE_STATE.h
b5e43eab9994459851b0dea671b387a317d25844
[]
no_license
antiwar3/headers
c776e1de8b552e1284901361907f5e7515ef20ae
e3ec0f11f62cdc76b6c0b6b9fa0d6ffe55e476f0
refs/heads/master
2021-05-25T22:49:20.063532
2020-02-24T21:43:26
2020-02-24T21:44:11
253,953,543
1
2
null
2020-04-08T01:25:44
2020-04-08T01:25:44
null
UTF-8
C
false
false
225
h
typedef struct _OBP_SYSTEM_DOS_DEVICE_STATE { /* 0x0000 */ unsigned long GlobalDeviceMap; /* 0x0004 */ unsigned long LocalDeviceCount[26]; } OBP_SYSTEM_DOS_DEVICE_STATE, *POBP_SYSTEM_DOS_DEVICE_STATE; /* size: 0x006c */
[ "w.benny@outlook.com" ]
w.benny@outlook.com
bc3ee80cbc8cd43aeddec2d74da20f3b2bf29ecd
e07e3f41c9774c9684c4700a9772712bf6ac3533
/app/Temp/StagingArea/Data/il2cppOutput/mscorlib_System_Collections_Generic_Dictionary_2_K4140691496MethodDeclarations.h
a4e11fc4432a9cf363308b0670bc6376c781be64
[]
no_license
gdesmarais-gsn/inprocess-mobile-skill-client
0171a0d4aaed13dbbc9cca248aec646ec5020025
2499d8ab5149a306001995064852353c33208fc3
refs/heads/master
2020-12-03T09:22:52.530033
2017-06-27T22:08:38
2017-06-27T22:08:38
95,603,544
0
0
null
null
null
null
UTF-8
C
false
false
9,743
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.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Networking.Types.NetworkID,System.Object> struct KeyCollection_t414069149...
[ "gdesmarais@gsngames.com" ]
gdesmarais@gsngames.com
271ae452aa4d8f6b43cf3382288328dbeb2328a0
575bddabb8bf5a085b5757e08d01bf6bfae9f4b3
/libc/libm/asinh.c
49c6b467f66667f56c619f1130c2769a2a83c257
[]
no_license
phuuix/probability
62bb7052b128aa99426106e6a7370212cbb824d6
95719537b7647bae44705eb2b2140b93888dcc91
refs/heads/master
2021-01-17T07:25:30.427277
2016-07-16T05:24:23
2016-07-16T05:24:23
12,721,124
3
2
null
2020-03-08T00:13:28
2013-09-10T05:33:30
C
UTF-8
C
false
false
90
c
#include <math.h> double asinh ( double x ) { return log ( x + sqrt (x*x + 1.) ); }
[ "phuuix@163.com" ]
phuuix@163.com
a4338e364f70733b5b17f3fe6b8f5d13abb21cca
d0519514f2be54b337b07712cde378047a8fb468
/efixo-www/src/src/wui/maintenance.c
802ae7189b0e15e1ac1a88a909b63c3fc9c36928
[]
no_license
neufbox/misc
726fde2ba7a770cbd4e00d025546f49de9d8c4c7
1a8da7a96f100f641d6f18268446cd34bcb91c92
refs/heads/master
2016-09-16T05:58:29.991616
2011-09-02T15:47:48
2011-09-02T15:47:48
2,314,780
3
0
null
null
null
null
UTF-8
C
false
false
818
c
#include <ewf/ewf.h> #include <ewf/ewf_page.h> #include <ewf/ewf_hdf.h> #include "nbl.h" #include "nbd.h" PAGE_D("/maintenance", EWF_ACCESS_PRIVATE); DISPLAY_HANDLER { /* Protection */ if(nbd_user_config_get("web_auth", buffer, sizeof(buffer)) == NBD_SUCCESS) { ewf_hdf_set("web_auth", buffer); } /* Theme */ ...
[ "neufbox.dev@gmail.com" ]
neufbox.dev@gmail.com
ce870a5d338d46855b3cc05eb8192596e9c0b1c0
8817383948933032695c596bc56f0db8cc72512d
/helloWorld.c
e39dfda3390f402403954b46b35a99c0584a4f3e
[]
no_license
enzzis/AlgoritmosDados
d90aaddab350c078eec5bca42f16dadc8bec1f05
4b059678d84c97baf3a27ff7a093b5bb0cd40ead
refs/heads/master
2022-12-29T01:49:52.726835
2020-10-12T21:03:32
2020-10-12T21:03:32
302,946,293
0
0
null
null
null
null
UTF-8
C
false
false
96
c
#include <stdio.h> #include <stdlib.h> int main(){ printf("Hello world!!\n"); return 0; }
[ "enzofg249@gmail.com" ]
enzofg249@gmail.com
35857b835bb261e970f97c450d5070cb5b5cb88e
7f47e940f8fa5d518df23720e72fe5be051c2b4b
/cientifica.h
aee98382853da7079d3522fef6f19536e98a50cb
[]
no_license
Undzbr/alexandredutra
084a27930b6cbdc94396ae8eb27b87a8c20c4153
c8d67759407d09f116f39103388fb413c54824ea
refs/heads/master
2022-11-06T11:59:20.793709
2020-06-29T03:47:44
2020-06-29T03:47:44
275,718,864
0
0
null
null
null
null
UTF-8
C
false
false
6,036
h
#include <stdio.h> #include <stdlib.h> #include <math.h> int cientifica(){ int choice, i, a, b; float x, y, Resultado; char op = ' '; //system("@cls||clear"); do { //system("@cls||clear"); printf(" CALCULADORA CIENTIFICA\n"); printf("\n\n\n Escolha uma das opc...
[ "noreply@github.com" ]
Undzbr.noreply@github.com
d8584af14ee82d9581226d14d281a3b1e579f053
d03d5aa6d37c99ef159e8dba697919a3a94f778a
/src/openblas/interface/CMakeFiles/dsyr.c
d9fc5bc8cd4c31bf9ed989ed8a399a2d4624b2ef
[ "BSD-3-Clause" ]
permissive
hbxmao/MXNet_Insightface_Test
1a75b8841fb61a15b12c881d3b921b373d965dfd
ab53ff213b982eb2651060d071d21e800c29c878
refs/heads/master
2022-12-06T17:50:15.428781
2019-03-12T08:18:46
2019-03-12T08:18:46
171,811,494
5
3
null
2022-11-19T08:41:13
2019-02-21T06:14:20
C++
UTF-8
C
false
false
212
c
#define ASMNAME _dsyr #define ASMFNAME _dsyr_ #define NAME dsyr_ #define CNAME dsyr #define CHAR_NAME "dsyr_" #define CHAR_CNAME "dsyr" #define DOUBLE #include "E:/GitCode/MXNet_Test/src/openblas/interface/syr.c"
[ "hbxmao@163.com" ]
hbxmao@163.com
606af78d5c214bf0f385e3512e3827d0a883cde1
bdd6cfbddd7fbeeb6269000cc9ee39fb5eaac38f
/Projekty Prata C CodeBlocks/cwiczenie14rozdzial11prata/main.c
ecece9b3c6ebaae3e99af147e0927bdddefb4b12
[]
no_license
piterbuchcic1990/Programming-C
b3d691a17a7ad6849c7a99c1ee37b66f44bc9510
aba9cdc3110f2a4c72b161087d128b4c71ed0b4e
refs/heads/master
2021-06-10T15:01:05.308733
2017-02-08T23:43:14
2017-02-08T23:43:14
null
0
0
null
null
null
null
UTF-8
C
false
false
824
c
#include <stdio.h> #include <stdlib.h> #include <ctype.h> #include <string.h> #define MAX 100 void zamiana(const char *lancuch,int znaki); int main() { char tablica[MAX]; printf("podaj lancuch do zamiany na liczbe przez funckje \" atoi \":\n"); gets(tablica); puts("wprowadzone dane to:"); puts(tabl...
[ "piterbuchcic1990@gmail.com" ]
piterbuchcic1990@gmail.com
8905a4efa2d38b6ddbad0555225abc8f7e5c7a98
769c09f3c5c35616242b24a578949077c168eb5f
/libft/libft.h
0c559eaf50633ba3655b0f32efadecb2149d4fa8
[]
no_license
jsmyb/cub3D
9ba900d06917ab807d7511003f1e3c966215031d
1733ad31e0c45b90847d844d6905954e9dfc158c
refs/heads/master
2023-05-29T09:34:15.978693
2021-06-12T15:11:47
2021-06-12T15:11:47
376,311,178
0
0
null
null
null
null
UTF-8
C
false
false
3,067
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* libft.h :+: :+: :+: ...
[ "lsoghomo@c1r12s4.42yerevan.am" ]
lsoghomo@c1r12s4.42yerevan.am
6b8cbf0a2926f00e427b5d91a7437c92db091f19
fc9e9b7860b7ccec4cb90a41e8f64595fb648970
/spec_workloads/perlbench_s/regexec.c
2e82a76ec6c4ec9e54d01005292fe0da6ef45c70
[]
no_license
stevenflo/MindProx
84a7ed3a8b84e7dcfae072a9677cfecd7536064a
8ba2ed576601ceac358ad9d6451764de649d0472
refs/heads/master
2023-01-30T00:04:54.478911
2020-12-16T20:30:32
2020-12-16T20:30:32
322,062,821
1
1
null
null
null
null
UTF-8
C
false
false
336,783
c
/* regexec.c */ /* * One Ring to rule them all, One Ring to find them & * [p.v of _The Lord of the Rings_, opening poem] * [p.50 of _The Lord of the Rings_, I/iii: "The Shadow of the Past"] * [p.254 of _The Lord of the Rings_, II/ii: "The Council of Elrond"] */ /* This file contains functions f...
[ "stevenflolid@hotmail.com" ]
stevenflolid@hotmail.com
4a95fca5a33751ea5b6444562264480c43a5cf4b
b9f0c646a5a5f9b3933d86eda84c69728a066490
/libft/src/ft_strncmp.c
1fc55bb8b142303ed489cdc1ba3c5035743ef869
[]
no_license
Oksanatishka/42_ft_ls
eeb254026176a8a5db07cad7050156b4570a19a1
be62cbad52bf952ea7d6d6e5c3deef763b581e57
refs/heads/master
2020-04-05T02:29:27.403725
2018-11-08T19:11:40
2018-11-08T19:11:40
156,478,845
0
0
null
null
null
null
UTF-8
C
false
false
1,142
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strncmp.c :+: :+: :+: ...
[ "obibik@e1z4r6p8.42.us.org" ]
obibik@e1z4r6p8.42.us.org
ce9cd521503a1fb257404f540c4253fb79f8ec57
fda2ee65bca99c62df57cfe3fff62df393e74d21
/lab-05/main.c
37f610a7e4f89006a42e723d35011c5ec63b24d3
[ "MIT" ]
permissive
MihailAlexandr/C_Labs
f15512ba88b018295f12d3770e4925c8a1458699
0672e544886cb0a34e8f55adac98af53844c4160
refs/heads/master
2021-05-05T21:37:18.875176
2017-12-27T23:13:15
2017-12-27T23:13:15
null
0
0
null
null
null
null
UTF-8
C
false
false
6,235
c
#include <stdio.h> #include <string.h> #include <math.h> #include <stdlib.h> int main() { double mas[100]; double a, x, d, xmin, xmax, maxv, minv; int c, s, i, counter=0; char s_s[10], xmin_s[10], xmax_s[10], st[200]={0}, l[100], tmp[100], *key; do { /* * Выбор формулы для дальнейшего расчета */...
[ "noreply@github.com" ]
MihailAlexandr.noreply@github.com
ce3e862e6fd4410b349adc685cb3e28060712154
dcf26a6bcf853a3f8f6f50f9379998ef4d8aad40
/vendor/hisi/hi35xx/middleware/source/third_party/ffmpeg/ffmpeg-y/libavcodec/libfdk-aacdec.c
542c51c323b682e2b456356cc2d57a2730ff6872
[]
no_license
small-seven/testmem
c5f3202dce1c369e9d84cdaaccc2008b827c16d8
2771460c617439bd1be562ffdc94543ea170a736
refs/heads/main
2023-03-12T22:16:28.824577
2021-03-03T04:24:59
2021-03-03T04:24:59
343,847,762
1
0
null
null
null
null
UTF-8
C
false
false
1,156
c
#include <fdk-aac/aacdecoder_lib.h> #include "libavutil/channel_layout.h" #include "libavutil/common.h" #include "libavutil/opt.h" #include "avcodec.h" #include "internal.h" #ifdef AACDECODER_LIB_VL0 #define FDKDEC_VER_AT_LEAST(vl0, vl1) \ #else #define FDKDEC_VER_AT_LEAST(vl0, vl1) 0 #endif #if !FDKDEC_VER_AT_LEAST(2,...
[ "huihuigong@users.noreply.github.com" ]
huihuigong@users.noreply.github.com
64ff2a097a1c683e5b9377dd88d510fe8fc619a7
b7c98a376362a1658e21979e209748c827402304
/common/project1_ds.h
c7bb5598c2c44f36e57e64a2735f159d6b532c45
[]
no_license
bbsekiya/taylor2015
ff27392f0c744bd65ad8fcc7101bc9ef483cb4fd
488ef31d204f87c9713634c683a66f182a48ad53
refs/heads/master
2021-01-10T13:22:50.304796
2015-12-12T20:44:02
2015-12-12T20:44:02
47,893,876
0
0
null
null
null
null
UTF-8
C
false
false
21
h
struct testdata { };
[ "brian210003@gmail.com" ]
brian210003@gmail.com
9af967f93a961a6ebff686aeb0e8f3e01b441174
fa187214d8dd067515099b7879e3453f9a3900bf
/Track-Playing/Pods/Headers/Public/AMap2DMap/MAMapKit/MAOverlayPathView.h
148f3fbc289e606e90084264e72c5f7517ac8040
[]
no_license
DontLoveMe/TrackFunction
97272a721cce766d7ff0d03996c8f58de9ffb1d5
5a611c0a235b4b5482a12d2d1edee5cfa421dab3
refs/heads/master
2021-01-17T18:43:28.716187
2016-07-01T07:59:04
2016-07-01T07:59:04
62,274,875
4
1
null
null
null
null
UTF-8
C
false
false
91
h
../../../../AMap2DMap/MAMapKit.framework/Versions/3.2.0.163b642/Headers/MAOverlayPathView.h
[ "15111151992@163.com" ]
15111151992@163.com
4542002a72a0a7d99773225a1f06705e792f6a50
fe3439844f751ca10bb42a8b1215d439d8c0ad59
/assignment8/a8c1.c
bb972327e9821ca24f279f744d1b173247d205b5
[]
no_license
tushariiit/assignment3
1c199e3ca35494d536764e7c7a1a2911c39edee0
f07cbb0d28bc7f110a8dc6690fea546c825bd423
refs/heads/master
2022-12-23T06:04:18.418991
2019-09-22T17:54:38
2019-09-22T17:54:38
300,022,674
1
0
null
2020-09-30T18:46:20
2020-09-30T18:46:19
null
UTF-8
C
false
false
226
c
#include<stdio.h> int main() { int n,x,i,a,s=0; printf("givem n:"); scanf("%d",&n); printf("enter %d numbers ",n); for(i=1;i<=n;i++) { scanf("%d",&x); a=x%10; s=s+a; } printf("sum of last digits are %d",s); }
[ "noreply@github.com" ]
tushariiit.noreply@github.com
75107a3a9e81bca5aad1bc0a88910a1e355153c8
5a85ebc30d77263bfcf465fcd54a914b7093bcf2
/keyboards/uno/keymaps/default/keymap.c
1c4d444245d5204370919c17521e714ee4215a02
[]
no_license
WikenwIken/Uno_Ble_Keeb
512ce1d90a48bbca37d2f09acc966e51b116f245
616aa0113eebc296ef23641e996c3d330e1271d0
refs/heads/main
2023-05-01T20:48:10.624370
2021-05-04T05:56:28
2021-05-04T05:56:28
364,153,572
0
0
null
null
null
null
UTF-8
C
false
false
1,093
c
/* Copyright 2020 Snipeye * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * * This program is distributed in th...
[ "noreply@github.com" ]
WikenwIken.noreply@github.com
d08772401a412ef49e8dd2947e65b33ecb79b463
1d42e8b9204a1ba927e337d8b9c0efbc3da98f69
/myavl.c
63eff9f7f95350bdfce8a1355621ff0767746ec5
[]
no_license
brendontj/avl-tree
d03b078788597e76461f7f41d0bf8cf3eed5144a
f6dfec7c05cc81c25908b343982c50c5ae5bc8f2
refs/heads/master
2022-11-26T13:50:05.923487
2019-07-17T02:32:23
2019-07-17T02:32:23
284,275,985
0
0
null
null
null
null
UTF-8
C
false
false
572
c
#include <stdio.h> #include <stdlib.h> #include "libavl.h" int main() { char ch; int x,i; tree_Nodo *raiz; raiz = NULL; while (scanf ("%c %d",&ch, &x) != EOF){ if (ch == 'i') { raiz = Inclui(raiz, x); } ...
[ "brendonhps@gmail.com" ]
brendonhps@gmail.com
2e286b5ab1f8fe8579e7ccb8bed330a990acb286
3b9da1defb5f8a5bf2fb2c63af542a2d05621be8
/appmpbossagency.ysc.c
c2f7a35477b1c44fc1929bcd761f074ab41e5dbd
[]
no_license
GTAResources/v-decompiled-scripts
6279228f121ebc8a9e4c88df41014e4988b2f841
8d8831860f308685949512fdd3b29abe1f3cd40d
refs/heads/master
2021-02-07T15:52:42.148873
2019-08-05T19:37:44
2019-08-05T19:37:44
null
0
0
null
null
null
null
UTF-8
C
false
false
45,571
c
#region Local Var var uLocal_0 = 0; var uLocal_1 = 0; int iLocal_2 = 0; int iLocal_3 = 0; int iLocal_4 = 0; int iLocal_5 = 0; int iLocal_6 = 0; int iLocal_7 = 0; int iLocal_8 = 0; int iLocal_9 = 0; int iLocal_10 = 0; int iLocal_11 = 0; var uLocal_12 = 0; var uLocal_13 = 0; float fLocal_14 = 0f; var uLoc...
[ "jeremie.ngadi@gmail.com" ]
jeremie.ngadi@gmail.com
78f68c4769df3d8b7354969e6c26c664636e456b
1fabbdfd1ca9ea1b6808893e12bd907eb74de414
/xcode/Classes/Native/mscorlib_System_Collections_Generic_Dictionary_2_Transform_1_58MethodDeclarations.h
5fd341d98d9699de30701882d244b3ae67894904
[]
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
2,764
h
#pragma once #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" // System.Collections.Generic.Dictionary`2/Transform`1<System.Int32,System.Collections.Generic.List`1<GCGame.Table.Tab_BelleGetItemWay>,System.Collections.Generic.KeyValuePair`2<System.Int32,System.Collection...
[ "bu213200@gmail.com" ]
bu213200@gmail.com
e15e2f82d2edf6da96c6402c97b103729e970957
da3c1dae588ba67b738cf208380b40f33abf7d7e
/dogroup.h
b31d46fbfbbb99047b9b8f22838b5c59eddec672
[ "MIT" ]
permissive
Neurotec/nss-curl
cbe2af1bd389ada89b4b30bfc21975cd6c0152a3
bfac488d4e012ca31e1dd88ff7012ffe7792dbd4
refs/heads/master
2020-04-05T09:40:47.775885
2014-08-09T05:30:45
2014-08-09T05:30:45
22,632,944
2
1
null
null
null
null
UTF-8
C
false
false
320
h
#ifndef DOGROUP_H #define DOGROUP_H void start_group_index (); void increment_group_index (); int get_group_index (); /* Fetch remote group file with structure /etc/group. */ enum nss_status do_group (char *content, char *name, struct group *result_buf, char *buf, size_t buflen, int *errnop, int *_); #endif
[ "dirindesa@neurotec.co" ]
dirindesa@neurotec.co
9316e1e7b97d8a3851fbe416ab6310acad209d26
9296ac97b556e27b3cafe05137bb0bd253d8cd2b
/src/dnsbl.c
20a3d36f5580604f879dce101017b866d9de6bba
[]
no_license
ajdiaz/opensmtpd-filter-spam
a462c565dbac8655a171dcd0c05830329c93ccee
e4294711dd7767853bbd4c14ec1a535733c00ac3
refs/heads/master
2021-01-23T02:19:13.849019
2018-06-14T17:18:43
2018-06-14T17:18:43
85,984,823
2
1
null
null
null
null
UTF-8
C
false
false
2,131
c
/* * Copyright (c) 2016 Andrés J. Díaz <ajdiaz@ajdiaz.me> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND...
[ "ajdiaz@ajdiaz.me" ]
ajdiaz@ajdiaz.me
edee32df49b0f990ef219bb6b6dcc8493fa2994e
09deb79033a63faf902dde95f532f351f327396f
/Soxy/Classes/Additions/Definitions/SXDefinitions.h
7e6697fb1a5b60728d04ab490599d3575475bb47
[]
no_license
a2/Soxy
ad983e61368b28f3a29ae90987c5a3905f5fd336
9ceffda8b13c2aea3f0a00e72cedde70ca9cfdd2
refs/heads/master
2020-04-11T03:52:10.589806
2012-11-13T01:08:43
2012-11-13T01:08:43
6,630,879
1
0
null
null
null
null
UTF-8
C
false
false
946
h
// // SXDefinitions.h // Soxy // // Created by Alexsander Akers on 11/10/12. // Copyright (c) 2012 Pandamonia LLC. All rights reserved. // extern NSString *const SXApplicationErrorDomain; extern NSString *const SXHTTPProxyServerDomain; extern NSString *const SXHTTPServerDomain; extern NSString *const SXSOCKSProxyS...
[ "a2@pandamonia.us" ]
a2@pandamonia.us
4c43c21e81a42dcf214522653c9ba3e127f13150
678b7f3605bbbe6290a29390ba9f49dce69944c8
/forksum.c
7cc95a31db82e1f37850da45c79829c2efa54fee
[]
no_license
harispervaiz/cloudComputingWS2018
70fc933c6c36736b34fab72f72af362dcc3d012d
228ef0ad02e08cb387738500d01aa36f40879eed
refs/heads/master
2020-04-12T07:11:25.463221
2018-12-19T00:16:38
2018-12-19T00:16:38
162,359,760
0
0
null
null
null
null
UTF-8
C
false
false
1,099
c
#include <sys/types.h> #include <stdio.h> #include <string.h> #include <unistd.h> #include <stdlib.h> #define SIZE 1024 #define READ 0 #define WRITE 1 int sum(int a, int b) { int i, s=0; for (i=a; i<=b; i++) s += i; return s; } int main() { int parent_result; int child_result; int fd[2]; pi...
[ "harispervaiz2@hotmail.com" ]
harispervaiz2@hotmail.com
75f535a8c74281202a8170a3c08bb27542d020d5
4ef6ec00ca25cdd78d6a1ea52d126ef5d83c7948
/LIB/CDE/C/Rename_Nfnc.h
3417c344c03bfaa95d41069de929178442a27cc2
[ "BSD-2-Clause" ]
permissive
bendisposto/BToolkit
40f41f499f0236b61a7d42fbc11eccb46a175be8
0bd1476c92c1130100c401a96cf015962106c80e
refs/heads/master
2020-12-11T07:32:35.835519
2014-06-25T13:59:03
2014-06-25T13:59:03
null
0
0
null
null
null
null
UTF-8
C
false
false
2,729
h
/* Copyright (c) 1985-2012, B-Core (UK) Ltd All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the foll...
[ "enc@cs.ox.ac.uk" ]
enc@cs.ox.ac.uk
e0e46034846955a9709713883abbdd09bacbf212
e0a5008c567d39bb1df6dc71bb49b05e46e4bbc7
/Source/Controller/MainSceneController/ShadersController/ShadersController.c
b81ba0ea15d6df3cf41b0a503831392f7f253289
[]
no_license
JeromeVaglienti/RaidTheDungeon
2de212aac5377898d582e25242e1cd30c8ea5ad7
e0be94626f87fc4f2185371228b1a5b74362a536
refs/heads/master
2020-12-28T10:48:32.730219
2020-02-06T17:51:26
2020-02-06T17:51:26
238,296,061
0
0
null
null
null
null
UTF-8
C
false
false
8,135
c
#include "ShadersController.h" #include "..\..\GraphicsUtilities\Utilities.h" #include "..\..\LeJeu\Model\Config\Config.h" ShadersContainer mainS; sfTexture* screenTexture = 0; sfSprite* toDraw = { 0 }; //sfRenderTexture* normalMap = 0; sfRenderTexture* deferredLight = 0; sfRenderTexture* lavaLight = 0; sfRenderTextur...
[ "vaglienti.jerome@gmail.com" ]
vaglienti.jerome@gmail.com
7fdcade476b4f025e04bebee3f7286a02d27cc23
328d45bc6e2fc276a488ac229e31632ae639243e
/WinDriver/include/windrvr_usb.h
107519fb4775e9767042e6baa96f6ff7c2a32326
[]
no_license
MerlinGjungo/Pixie4e
3c75ebc71de1accfe659f522a7a1a2d4e6473297
0c747ae8cb916d7735aa8abee22e846ca0bfa260
refs/heads/master
2022-01-07T00:01:31.207682
2019-02-03T06:40:26
2019-02-03T06:40:26
null
0
0
null
null
null
null
UTF-8
C
false
false
9,597
h
/* Jungo Connectivity Confidential. Copyright (c) 2018 Jungo Connectivity Ltd. https://www.jungo.com */ /* \n * This program is free software; you can redistribute it and\/or modify it \n * under the terms of the GNU General Public License version 2 as published by\n * the Free Software Foundation.\n * This program i...
[ "81845742@qq.com" ]
81845742@qq.com
14abcac25ae49fed0389199e4b7850ab91e2efd8
ad8ebb39ed0b04c4e800b6c5d104dc684a9d625d
/Bsp/LWIP/mv88e6061_lib/switch/sample/Header/header.c
9da4c44db9c5fad41306c8af57ece71b56f64883
[]
no_license
vf-tech/BaseComm_V1
ebd07a9f71435a590561f62b7ad6d9ffbe5cbe31
e7f0b838979957d0e159bbf6deb63dec5d7adb05
refs/heads/master
2022-02-22T21:16:37.698023
2019-08-26T04:21:08
2019-08-26T04:21:08
null
0
0
null
null
null
null
UTF-8
C
false
false
1,583
c
#include <Copyright.h> /******************************************************************************** * header.c * * DESCRIPTION: * This sample shows how to enable/disable CPU port's ingress and egress * Header mode. For more information about Header mode, please refer to * 88E6063 Data Book. He...
[ "wangdong412@163.com" ]
wangdong412@163.com
faf8ec6a43938fc92b0963af6580305eba936c8b
05a854ea10b3a58d9f3fea5aaba1b92ce70dc462
/J/main.c
0f29eab4ad70017626206242def1df6b90cbe88f
[]
no_license
Maciej-Poleski/WdP
440568b15974fc29fcd5ccbf2bfcc5bb0cf88c4b
97639d77238e837928e25276bf24b240162cc188
refs/heads/master
2023-04-19T11:19:19.898368
2012-01-28T20:02:52
2012-01-28T20:02:52
367,078,424
0
0
null
null
null
null
UTF-8
C
false
false
14,841
c
// Maciej Poleski #ifndef DEBUG #ifndef NDEBUG #define NDEBUG #endif #define init(x,y) #define end() #define input(format,...) scanf(format,## __VA_ARGS__) #define output(format,...) printf(format,## __VA_ARGS__) #define check(x) #else #include <stdio.h> #include <stdlib.h> #include <stdbool.h> FILE *_input=NULL; FILE ...
[ "Maciej-Poleski@users.noreply.github.com" ]
Maciej-Poleski@users.noreply.github.com
ec2b6590e27b3d362b4e052ccd3f0dc7bc4668e7
e9aee13c5c2ae0d7d499fa819b468e3e37572f61
/standartTitle/Heathers/pntmenu.h
f1669657b2cab22fcb2251fa060f5bcc56048c26
[]
no_license
HerreraBurgosSantiagoJ/HerreraBurgos.SPLabI.1G
a200d3d4da3ec3d6ebe9e0d575c77a41ce05475e
00f01db03d17f7378cb93ee636f6f23eb275bede
refs/heads/master
2022-11-13T08:10:16.562323
2020-06-30T01:47:07
2020-06-30T01:47:07
275,888,251
0
0
null
null
null
null
UTF-8
C
false
false
170
h
#ifndef PNTMENU_H_INCLUDED #define PNTMENU_H_INCLUDED #endif // PNTMENU_H_INCLUDED int print_mainMenu(); int print_sortMenu(); int print_modifyMenu(Employee* him);
[ "santiherreraburgos@gmail.com" ]
santiherreraburgos@gmail.com
ec3bf089405465849c1eae32ecaf9e84bcf1b220
80811d7ee31816ecd1caae9a35753d06eb8000cc
/Sistemas de Operacion/Entrega/createpart.c
0b35f9e10b4262aedaaba4bc6de8f2e8c45c06f6
[]
no_license
chitty/usb
1e7dcb8bab4c3902b42edad80ac5935480fc4613
697374db4c6c910581f521c8f2ba15c384bceca2
refs/heads/master
2021-01-10T13:43:40.922625
2016-02-18T23:23:10
2016-04-21T02:15:56
54,792,142
0
0
null
null
null
null
UTF-8
C
false
false
11,205
c
/* Archivo: createpart.c Descripción: contiene funciones para crear una partición según las especificaciones dadas en el nunciado del proyecto. La descripción de los archivos se encuentra en un archivo de texto que recibe como parámetro. La salida es un archivo binario con el contenido de la partición. Tambié...
[ "chitty.carlosj@gmail.com" ]
chitty.carlosj@gmail.com
7dc7549e0563b50371aa07ced1681adf2374db5b
f026cb616ef14bae15a1d251ca6dbe0f55016d9c
/linux/12828.c
c94880b3385fc712b061aa474891e9f5bc20c2d4
[]
no_license
jajajasalu2/cocci-lkmp-c-files
3eb7d451929dca5cb6beb56aabd69fe3f7fc176c
5da943aabe1589e393a131121dbf8e7a84b3cf2a
refs/heads/master
2020-12-02T17:30:14.411816
2020-01-29T08:36:30
2020-01-29T08:36:30
231,053,574
1
0
null
null
null
null
UTF-8
C
false
false
3,603
c
cocci_test_suite() { struct platform_driver cocci_id/* drivers/memory/brcmstb_dpfe.c 927 */; const struct of_device_id cocci_id/* drivers/memory/brcmstb_dpfe.c 915 */[]; struct resource *cocci_id/* drivers/memory/brcmstb_dpfe.c 848 */; struct platform_device *cocci_id/* drivers/memory/brcmstb_dpfe.c 844 */; struct...
[ "jaskaransingh7654321@gmail.com" ]
jaskaransingh7654321@gmail.com
67d61aed13ff9de828b51d5e7f4c49d17fbee9b4
9275e383bc4087e5cd192c4a06397794a9ce71a3
/ET-Cell/sample_main_periodic.c
8883272acea2c296f3ce50aa4197343d673a5e66
[]
no_license
rviertel/CES-project
4965ef65acd68239761bdf96b32314cf4379d812
5019a6bf4a9259c7f7828c3fd44dd3913d96d21f
refs/heads/master
2021-06-13T09:46:49.388355
2017-02-28T00:52:26
2017-02-28T00:52:26
null
0
0
null
null
null
null
UTF-8
C
false
false
1,672
c
#include <stdio.h> #include <omp.h> #include "ETCell.h" #define DUTY_CYCLE 70 #define MAX_i 25 #define MAX_j 10 #define MAX_k 5 int main(int argc,char* argv[]) { InputData input_data; int i,j,k; double ex_in[] = {-15,14,67,137,205}; FILE *file; if ((file = fopen("data/metrics.dat", "r"))) { fclo...
[ "u0452198@utah.edu" ]
u0452198@utah.edu
c30b524fa3f64fbc978db66bed8fb559e66b0565
4e6f0ab3fc010eebbcb20aaabbe1298417399b87
/28-11-20/lib.h
1cdf35a1d3b772b2da3a41af5d3129997d90c21f
[]
no_license
KokosTech/Programming-HW
91375350b9f8266a098b6d10156f4432907b1941
900fb89d6dda3b7e01403e5c3934cac233259d0f
refs/heads/main
2023-05-14T10:09:52.871539
2021-05-18T10:52:52
2021-05-18T10:52:52
305,603,188
0
0
null
null
null
null
UTF-8
C
false
false
7,068
h
#include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include <string.h> #define UNDEF_INT 0 #define UNDEF_BOOL false #define UNDEF_STRING NULL typedef struct People{ char* id; struct names{ char* first; char* mid; char* last; } name; struct looks{ char* eye_colo...
[ "kokolia1070@gmail.com" ]
kokolia1070@gmail.com
54af869719489ed721ebe89a7eff8e6a4b06e984
5fae72afe8ac5948ab1b421c9ddf504fb2e7d480
/kernel/nvgpu/drivers/gpu/nvgpu/gk20a/tsg_gk20a.c
62763da3378bcce08935cc4134116b887a10d932
[]
no_license
rootfan/nvidia-4.9-kernel
a249b8600f7a7b6788b6ddacb417e276b86711d5
23a2f84b5556ee77d1856a6877506a32aa6eeb21
refs/heads/master
2020-06-10T23:37:32.488615
2019-08-24T23:23:08
2019-08-24T23:23:08
193,790,713
9
1
null
null
null
null
UTF-8
C
false
false
9,211
c
/* * Copyright (c) 2014-2018, NVIDIA CORPORATION. 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 without limitation * the rights ...
[ "nielson925@gmail.com" ]
nielson925@gmail.com
d8be3528be77ac5ca274f6f03634ac587c762bc5
7df55e67180a323620190e6e071db950f8eb7600
/Counter_Project1/counter/EIFGENs/counter/W_code/C1/da966.c
a2024b4b07f71464baa08a99fd77ef3b71250b6b
[]
no_license
krish1000/YU-Eecs-3311
843f0412f87cc1bb685c9a0a2191fbe9ed3ae018
e01224f2b766357bc1744915dd73d044a977289e
refs/heads/master
2023-03-25T04:03:06.905327
2021-03-09T00:09:57
2021-03-09T00:09:57
297,848,390
0
0
null
null
null
null
UTF-8
C
false
false
12,167
c
/* * Code for class DATE_TIME_TOOLS */ #include "eif_eiffel.h" #include "../E1/estructure.h" #ifdef __cplusplus extern "C" { #endif extern EIF_TYPED_VALUE F966_7276(EIF_REFERENCE); extern EIF_TYPED_VALUE F966_7277(EIF_REFERENCE); extern EIF_TYPED_VALUE F966_7278(EIF_REFERENCE); extern EIF_TYPED_VALUE F966_7279(EI...
[ "krish100@my.yorku.ca" ]
krish100@my.yorku.ca
3faa9df8aad5d02416ff16454b154602fa5246aa
5c255f911786e984286b1f7a4e6091a68419d049
/code/9377e6aa-a2c4-4436-a44c-1d3afab91569.c
d0c8882c0d9fcedf36090d79e34ff2db86b674e1
[]
no_license
nmharmon8/Deep-Buffer-Overflow-Detection
70fe02c8dc75d12e91f5bc4468cf260e490af1a4
e0c86210c86afb07c8d4abcc957c7f1b252b4eb2
refs/heads/master
2021-09-11T19:09:59.944740
2018-04-06T16:26:34
2018-04-06T16:26:34
125,521,331
0
0
null
null
null
null
UTF-8
C
false
false
218
c
#include <stdio.h> int main() { float i; float j; float k; float l; i = 5; j = 9; printf("vulnerability"); k = 3; l = i*j*k/9; printf("vulnerabbitty"); printf("%f\n",k); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
577a827c5f80d3a5ef96b2089664a0628bbf7cd0
edda5f885c3f991e254abac681b05539325bcede
/src/utils/pfq-rwlock.c
5fe21f463acc068d631f45f2bba2e38534a8dc51
[]
no_license
liuhycs/backtrace
bfd8196cb9a6680ae0880be80146337b74c2287a
17990467e212d966095187db607eaf7e13e1989f
refs/heads/master
2021-01-18T23:16:08.476750
2017-04-10T18:36:54
2017-04-10T18:36:54
87,101,056
0
0
null
null
null
null
UTF-8
C
false
false
10,293
c
// * BeginRiceCopyright ***************************************************** // // $HeadURL$ // $Id$ // // -------------------------------------------------------------------------- // Part of HPCToolkit (hpctoolkit.org) // // Information about sources of support for research and development of // HPCToolkit is at 'hp...
[ "andy.liu1987@hotmail.com" ]
andy.liu1987@hotmail.com
cc6cebd9fadc1b34cc54791294e0cb143b05b050
c47c254ca476c1f9969f8f3e89acb4d0618c14b6
/datasets/linux-4.11-rc3/include/media/tuner.h
b3edc14e763f020cf4500d0965d118cc572b3569
[ "Linux-syscall-note", "GPL-2.0-only", "BSD-2-Clause" ]
permissive
yijunyu/demo
5cf4e83f585254a28b31c4a050630b8f661a90c8
11c0c84081a3181494b9c469bda42a313c457ad2
refs/heads/master
2023-02-22T09:00:12.023083
2021-01-25T16:51:40
2021-01-25T16:51:40
175,939,000
3
6
BSD-2-Clause
2021-01-09T23:00:12
2019-03-16T07:13:00
C
UTF-8
C
false
false
9,059
h
/* * tuner.h - definition for different tuners * * Copyright (C) 1997 Markus Schroeder (schroedm@uni-duesseldorf.de) * minor modifications by Ralph Metzler (rjkm@thp.uni-koeln.de) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as pu...
[ "y.yu@open.ac.uk" ]
y.yu@open.ac.uk
6f416f3a06156355988c3081140eb36791b93d21
9d121733df655028f133c08e0d8f040ffd5cb08d
/public_html/2015/secret-2e44fac40ce121fc2afdc4cd9bbfe607/2056/source/source.c
5fe0c080e68e5af79d9d3cfcffaddbc525fa1b63
[ "MIT" ]
permissive
Ikhsanhaw/tisigram2017
49a7afc131a27f554bcb1936473b1ba9a0100603
5270610826d16089e1387b0cadd32b8d098ef89d
refs/heads/master
2021-01-18T20:29:16.979856
2017-04-03T14:04:11
2017-04-03T14:04:11
86,966,878
0
0
null
null
null
null
UTF-8
C
false
false
554
c
#include<stdio.h> int main(){ int q,w,e,r,tinggi=0,temp; scanf("%d%d%d",&q,&w,&e); temp=q+14+2*q*5-w*4*3; if(temp<=0)printf("mustahil\n"); else{ tinggi=q;r=1; if(tinggi>=e)printf("1\n"); else{ while(tinggi<e){ if(r%5==0)tinggi-=4*w...
[ "Ikhsanhaw@gmail.com" ]
Ikhsanhaw@gmail.com
682f72edabe7b7840394f5bd9d015ae01ec4ddc1
1201bfb8cc416579b6398ed539c277a5d1230434
/seniorDesign/ControllerMod.c
eea3961af6bf73948ee3ee7be93b209c1d3dce47
[]
no_license
sjones32/seniorDesign
d8f27994e0be63a5c4113b3025f4e1e7e39b1cd1
a149d2cfb892aaf517094dc2a1410f8c75a807c4
refs/heads/master
2021-08-23T16:33:34.385864
2017-12-05T18:01:28
2017-12-05T18:01:28
111,576,988
0
0
null
null
null
null
UTF-8
C
false
false
4,178
c
//L2 brake //R2 accelerate //https://github.com/adafruit/Adafruit-Retrogame //https://github.com/jacobfk20/EmulationStation/tree/Release-beta //http://aloshi.com/ // ~/.emulationstation/es_input.cfg // https://gist.github.com/neolao/e4d5960c4ee1e8ed5291 !!!!!! // https://gist.github.com/neolao/bcbe33bef7eaab062c20 //...
[ "st0212jones@gmail.com" ]
st0212jones@gmail.com
b399b1c929407d53235e592f955c844957f56fb9
b3b4da9cee1d4d0f45bf0be3ed484f1227fc1632
/指纹锁历史版本/9_1 1_31 pwm/USER/PWM/pwm.h
594ab648cded860eb25dace70b298e4d3d7986e8
[]
no_license
NF404xx/STM32_MenSuo
4335f0e99a9f64fbb4c108724c7cd34c4dbfad4e
1248d1af3beb85849386b2ee95376b2c39c3c4a5
refs/heads/master
2023-01-13T12:27:09.462215
2020-11-20T03:32:39
2020-11-20T03:32:39
314,425,556
10
2
null
null
null
null
UTF-8
C
false
false
98
h
#ifndef __PWM_H #define __PWM_H #include "sys.h" void TIM3_PWM_Init(u16 arr,u16 psc); #endif
[ "you@example.com1403535563@qq.comgit config --global user.email you@example.com1403535563@qq.com" ]
you@example.com1403535563@qq.comgit config --global user.email you@example.com1403535563@qq.com
d6d4c81c09877904e8be1ce0cdd0c88907ea68b4
1a81861af73b305fe2e551646ca66e67f4bde460
/PROGRAM/DIALOGS/John Coxon_dialog.c
a1d20d39e1392a7f2bf7496602750902fe6bbcf9
[]
no_license
q4a/new-horizons-old
f810a29192efd635a924f1b9004a849b40e9fe20
538f46734cf1211e18b8ab265803163c4352b805
refs/heads/master
2022-11-05T06:41:45.855483
2016-09-13T18:35:42
2016-09-13T18:35:42
null
0
0
null
null
null
null
WINDOWS-1251
C
false
false
7,843
c
//#include "DIALOGS\John Coxon_dialog.h" void ProcessDialogEvent() { int tmpLangFileID = LanguageOpenFile("interface_strings.txt"); ref NPChar; aref Link, NextDiag; DeleteAttribute(&Dialog,"Links"); makeref(NPChar,CharacterRef); makearef(Link, Dialog.Links); makearef(NextDiag, NPChar.Dialog); ...
[ "pieter_boelen@planet.nl" ]
pieter_boelen@planet.nl
569df5451b2fd71c1674681cc5263e1bdafa5e6e
4dccd1e2ac2178fdef7e2155b59af022482d90d4
/libft/tests/regex/test_rfind.c
af30f1aad9b605ad4213d73d1cb1bb4f46bb0efa
[]
no_license
Julow/IRC
24220de71575448532da4384e6e562c3224b89a3
ad9a83e5967de2e01bb61c8df5a67ee8f8fe911f
refs/heads/master
2021-01-10T21:05:26.396249
2015-06-14T22:45:11
2015-06-14T22:45:11
37,135,397
1
0
null
null
null
null
UTF-8
C
false
false
1,324
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* test_rfind.c :+: :+: :+: ...
[ "juloo.dsi@gmail.com" ]
juloo.dsi@gmail.com
9171333c53714151fa592a9d05fe1fda6c68b7e5
e4561f875863485b0143e182a7c4e5451aeb98b0
/src/bitset.c
01d64b66ab97f514ea80012746d1623136c3eebd
[ "MIT" ]
permissive
abenhlal/bitset
546ad94ece9a967d95b3e25f90074f28f4327e75
d84c71a71962553298873f5668585d444dfd85f4
refs/heads/master
2023-04-03T07:59:50.443355
2021-03-26T19:21:37
2021-03-26T19:21:37
345,403,540
2
0
null
null
null
null
UTF-8
C
false
false
3,085
c
/* * Copyright (c) 2020 Adil Benhlal <adil.benhlal@outlook.fr> * * bitset is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See LICENSE for details. */ #include <errno.h> #include <cborg/bitset.h> bitset_t *cb_bitset_new(size_t nb_bits) { bitset_t *bs = (bitset_t *...
[ "a.benhlal@leadershape.fr" ]
a.benhlal@leadershape.fr
cf21af2a2c79aa6fde70f0063e0a3ea12ebbc93d
e0f55f78a0a012573370b9520288cd4ccd216239
/C/APUE/project/zhangyingning/lijiaxin/学生管理/init.h
592a841f6a60f7725dd847b9ccd26d59bbc6d915
[]
no_license
lxf2git/quectel_work
2ee2811ed82d4b147f39361af89929f6f8fc6b18
92acb485689d3b1111e33dc13862cc3fe4974b16
refs/heads/master
2021-06-23T22:29:46.032931
2020-10-26T16:14:12
2020-10-26T16:14:12
145,352,846
0
0
null
null
null
null
UTF-8
C
false
false
142
h
#ifndef INIT_H_ #define INIT_H_ #include"main.h" void get_memory(void **q,int size); void my_free(void **q); void init_S(pStu *pHead); #endif
[ "robin.lu@quectel.com" ]
robin.lu@quectel.com
146edfd4094481b294a970ffb71a9b1ea8bdbdfc
6dc0f7418d0af5d740e65af39b1c192d6c018c86
/src/Day02/ex03/header.h
6a57de869d94a1d589bd22174c1d50be111150ff
[]
no_license
JuanCasian/42-Interview-Piscine
a1923950f3aeab7d47d9ae254959f29d2b9f20f6
4a57564beeca733f72dab3ff93422f4929756be8
refs/heads/master
2020-04-27T12:59:28.128557
2019-04-06T03:36:17
2019-04-06T03:36:17
174,351,709
1
0
null
2019-04-06T03:36:19
2019-03-07T13:44:40
C
UTF-8
C
false
false
923
h
#ifndef HEADER_H # define HEADER_H #include <stdio.h> //printf, scanf, ... #include <string.h> //memcpy, strlen, ... #include <unistd.h> //fork, write, sleep... #include <stdlib.h> //malloc, free, exit... #include <time.h> /*-------------------------------- !! required structure --------------------------------*/ s...
[ "juanpedrocasian@gmail.com" ]
juanpedrocasian@gmail.com
afc2f66013931677a1d9d997c681a35aa35c2e65
bf4a2785befa7082939c48e1bdf08d161cf12731
/kernel/include/mailbox.h
7abb24afe7f10b881c1a7842fcb893f26a9b6798
[ "MIT" ]
permissive
Joy1024/HelloX_OS
b227d4aa92192683b242affbd0608f28f57e13e7
093204257d1c401a2a1de21d4ac33034ea8a3e1a
refs/heads/master
2022-11-24T04:43:28.441472
2022-11-16T12:23:35
2022-11-16T12:23:35
36,441,684
0
0
null
2021-11-18T12:34:57
2015-05-28T13:53:47
C
UTF-8
C
false
false
872
h
#ifndef __MAILBOX_H__ #define __MAILBOX_H__ #endif #ifdef __cplusplus extern "C" { #endif BEGIN_DEFINE_OBJECT(__MAILBOX) INHERIT_FROM_COMMON_OBJECT INHERIT_FROM_COMMON_SYNCHRONIZATION_OBJECT __PRIORITY_QUEUE* lpGettingQueue; __PRIORITY_QUEUE* lpSendingQueue; LPVOID ...
[ "garryxin@gmail.com" ]
garryxin@gmail.com
c47ec15ad7142b6e5a3d473c903a24f247b48e69
32c10943c14b5e92bcd1d3f421e1539cf799725a
/XRays/includes/lua/lua.h
ad5d8e878ac4df72c2846351feebbccb2f3e117a
[]
no_license
supercuglong/XRays
d25245bc6963ed34ba540433d3b165ad72737ef2
c8b61dcb4cdb8d7156f065a3da9af6a2c9f9e4da
refs/heads/main
2023-07-17T19:52:11.826768
2021-09-06T18:19:43
2021-09-06T18:19:43
403,798,898
2
4
null
2021-09-07T01:05:22
2021-09-07T01:05:20
null
UTF-8
C
false
false
14,509
h
/* ** $Id: lua.h,v 1.332 2016/12/22 15:51:20 roberto Exp $ ** Lua - A Scripting Language ** Lua.org, PUC-Rio, Brazil (http://www.lua.org) ** See Copyright Notice at the end of this file */ #ifndef lua_h #define lua_h #include <stdarg.h> #include <stddef.h> #include "luaconf.h" #define LUA_VERSION_MAJOR "5" #define ...
[ "lli@DESKTOP-S89EIDG" ]
lli@DESKTOP-S89EIDG
9cc9ed3fca0b1cf971f301cd452e3a9c1653182f
238e2db2f72d82fadc4bdcd114e057a50347d511
/libft/srcs/srcs_matrix/ft_identity_matrix.c
f2590133ed365bec53696166b753b646870cc3eb
[]
no_license
agavrel/42-PushSwap
6cba0bdcb91f7db64d9fd5621c87a6ee1d833cd3
c61e3a10fd29904751e9fd05ae0b3c65340d752e
refs/heads/master
2021-05-08T11:34:25.161245
2018-02-12T02:27:28
2018-02-18T21:36:09
119,903,496
5
2
null
null
null
null
UTF-8
C
false
false
1,285
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_identity_matrix.c :+: :+: :+: ...
[ "angavrel@e2r10p18.42.fr" ]
angavrel@e2r10p18.42.fr
02853af43c3834059eac73c19b44113e65078136
2dd770e968c6adc96f31eee8e24c104d9ad9652e
/code/Kernel/Scaler/RL6229_Series_Base/ScalerBaseLib/OsdLibCode/SRAM/OsdBlankFont.c
2b019b2bedc3143661aa3408620fb15e859ec436
[]
no_license
makyta3000/MonitorPro
6056f0aaf81d69bd195c870a639ab2f3b5df769c
e1acf7e807b730c760920e4c80f07b0d35b2a06b
refs/heads/master
2023-03-15T22:19:03.726986
2017-12-01T03:02:40
2017-12-01T03:02:40
null
0
0
null
null
null
null
UTF-8
C
false
false
4,219
c
/********************************************************************************/ /* The Software is proprietary, confidential, and valuable to Realtek */ /* Semiconductor Corporation ("Realtek"). All rights, including but not */ /* limited to copyrights, patents, trademarks, trade secrets, ...
[ "xiangjianhe@cvte.com" ]
xiangjianhe@cvte.com
1ded5816ecca38d05dc36f9733c51a94bed7a88f
16a76ee66d9b2f59c9beee4a4a0e104ce347e32a
/from_internet/fizzbuzz/plain_answer/x64_elf/by_jeb.c
b3ae7ca6c84b4ec5f7959fdf2566548d4f4e43ea
[]
no_license
rfalke/decompiler-subjects
4cee3263fa9116285b4bc4b6373efd2e4efa925f
7187fa93b285c32325826eecd0128e907a28809b
refs/heads/master
2023-08-10T08:24:27.198393
2023-07-28T19:44:41
2023-07-28T19:44:41
3,725,678
41
12
null
2023-03-15T16:14:41
2012-03-15T06:01:36
null
UTF-8
C
false
false
1,150
c
long main() { unsigned int v0 = 1; do { →printf((char*)&gvar_40201E); loc_401076: while(1) { ++v0; if(v0 == 1000000000) { return 0L; } loc_40109E: while(1) { if(v0 * 0xaaaaaaab <= 0x55555555) { ...
[ "i-git-stone@rf.risimo.net" ]
i-git-stone@rf.risimo.net
8c8e798f9ff7c0aefdb5c89a64227bbb5c5fc575
fb45ff87a0444fe1162856e5f02944e123a474f3
/chain/List.c
0ba7fbf81c9a29bacbb079ea094eecd207a6f115
[]
no_license
zhujinyi1/C
3db7e796c475d27637382113b211ee40205a1b78
8a44c15e4fb74a44e73a1bff931691fc53da8466
refs/heads/master
2023-06-18T02:02:10.189350
2021-07-10T03:37:41
2021-07-10T03:37:41
316,126,133
0
0
null
null
null
null
UTF-8
C
false
false
1,062
c
#include <stdio.h> #include <stdlib.h> typedef struct link { int data; struct link *next; }*Link; Link AppendNode(Link head,int data); void DisplyNode(Link head); int main() { int data; Link head = NULL; while (1) { scanf("%d",&data); if (data==-1) break; ...
[ "2603698070@qq.com" ]
2603698070@qq.com