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
aa60ed0a195a162d36f5b7840e015ae8d67993db
68d40a4ef7141b57e8688632378ee7a9b99aa8c6
/mips-sphairon-linux-uclibc-v2013.03/mips-sphairon-linux-uclibc/sysroot/usr/include/unistd.h
b3ef7b674484338f33f2c8bab3d908f5db9ca9ce
[]
no_license
hardfalcon/mips-sphairon-linux-uclibc-v2013.03
64e29bbb3b90272e10a13419eb2516b108338db1
d1eb1f68a94837d535c3cd866510bc5820f86b23
refs/heads/master
2020-06-11T02:37:58.076190
2019-06-26T04:14:37
2019-06-26T04:14:37
193,827,917
0
0
null
null
null
null
UTF-8
C
false
false
41,381
h
/* Copyright (C) 1991-2002,2003,2004,2005,2006 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either ...
[ "git@hardfalcon.net" ]
git@hardfalcon.net
670cc0ccb9d811db8fb14b15ead3ad4a1067a788
6a28ca474e240f82f4431c008d7fbe054225bfea
/light.h
fc46c32ef21272f99c12c4d6562a94e000763c62
[]
no_license
vorce/graviton
5ae58af81e1c987c3d15a8aec1b2d363b1b79dee
0d6d64b4f395f977b9b50c8eec2ad8f430c11878
refs/heads/master
2020-09-13T07:55:23.313003
2015-08-23T20:53:33
2015-08-23T20:53:33
40,441,582
0
0
null
null
null
null
UTF-8
C
false
false
307
h
/* light.h created on: Fri Mar 5 23:21:30 2004 */ #ifndef LIGHT_H #define LIGHT_H #include "vector.h" typedef struct { unsigned char r, g, b; float brightness; unsigned char on, shadows; vector3df position; } t_light; t_light light_defineLight(vector3df, float); #endif /* LIGHT_H */
[ "joel@vorce.se" ]
joel@vorce.se
5b7a503915aa262f0cf3299c2e3c35adf07bff4d
d5913c2792e4f55253826eccb4dadc77de68fb0a
/21st-century-c/gsl-erf/gsl-erf.c
2aee7e18b7e495ebad5259a6a09b0b49a461a9e8
[]
no_license
scao/scratch
0dc74ff0d32cefd7e86eb74403909e088389eb64
6e9b5892c290388ea9a92b72decc0bf25d4bff56
refs/heads/master
2021-01-19T22:10:54.240892
2012-12-07T15:14:08
2012-12-07T15:14:08
null
0
0
null
null
null
null
UTF-8
C
false
false
205
c
#include <gsl/gsl_cdf.h> #include <stdio.h> int main() { double bottom_tail; bottom_tail = gsl_cdf_gaussian_P(-1.96, 1); printf("Area between [-1.96, 1.96]: %g\n", 1-2*bottom_tail); return 0; }
[ "shucao@outlook.com" ]
shucao@outlook.com
bfd2cb4a3eef51f87babbf92c2bb4f95a1f97a3c
d469c919214dcc46e20c1906ad4709c7e53abb3a
/Exercise_3.5.c
1b3639f362cbd7ff5b3a5487cba10c5aef468e7a
[]
no_license
nicolagit/TCPL
4b00f2661317794dd32fe8ff93c1093d0d48ca57
084020e64cd2d41800ef2ebbd6f06dde81ef4e02
refs/heads/master
2020-12-24T06:37:09.059915
2016-02-25T14:48:15
2016-02-29T07:10:03
37,788,020
0
0
null
null
null
null
UTF-8
C
false
false
1,736
c
/* Write the function _itob(n,s,b)_ that converts the integer _n_ * into a base _b_ character representation in the string _s_. In particular, * _itob(n,s,16)_ formats _n_ as a hexadecimal integer in _s_. */ #include <stdio.h> #include <limits.h> #include <stdlib.h> #define MAXLINE 20 /* itob: convert _n_ to chara...
[ "nyc.zyp@gmail.com" ]
nyc.zyp@gmail.com
9acd3875e6a560ca9c032a0d1e993e20f7df36f0
5934426f02ddcf102df1634db9559dfd5ed4303c
/applications/demo/cm_fs_demo.c
a70cf23a279bfeaeba4ecafce8e121020e38585f
[]
no_license
amitv87/ML302
702c8dca70bb8d3483666baf2b4b2248d257ed20
fca4aa422f2a62167abbece1c05f9adabe35c0af
refs/heads/master
2022-09-12T21:24:17.516884
2020-06-02T14:12:07
2020-06-02T14:12:07
null
0
0
null
null
null
null
UTF-8
C
false
false
1,563
c
/********************************************************* * @file cm_fs_demo.c * @brief ML302 OpenCPU file system example file * Copyright (c) 2019 China Mobile IOT. * All rights reserved. * created by XieGangLiang 2019/12/3 ********************************************************/ #include "cm_fs.h" #defin...
[ "longmain@longmain.cn" ]
longmain@longmain.cn
ea8384dd735e6efcfc4252f012c2055fbd3141b9
6b4d961ed34772c336d53ab5f6b282725587644d
/SimplePostgres/Resource.h
ec78cb80084dc313e7f35b8637436e0832ae8f23
[]
no_license
bartjekwartje/SimplePostgres
5d4edaaf5811b72e3692430daa7f9621028833fb
3369db4aaf125a82c7818b0757ac5baeef2a559b
refs/heads/master
2023-01-14T08:05:23.991430
2020-11-09T13:46:34
2020-11-09T13:46:34
311,349,629
0
0
null
null
null
null
UTF-8
C
false
false
528
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by SimplePostgres.rc // #define IDR_MAINFRAME 128 #define IDM_ABOUTBOX 0x0010 #define IDD_ABOUTBOX 100 #define IDS_ABOUTBOX 101 #define IDD_SIMPLEPOSTGRES_DIALOG 102 // Next default values for new objects // #ifdef APSTUDI...
[ "bcastelijns@yahoo.com" ]
bcastelijns@yahoo.com
aca64468934d2c3602777c88dc004fc848752108
9bab64e41285c6d6dbfd835746351973bdaf850a
/src/pextlib1.0/rmd160cmd.h
2f14006212154c562a129674606b80ec26aa0cd8
[ "BSD-2-Clause" ]
permissive
cooljeanius/MacPorts-fork
73a6cec9d6cd8a8802b5dad5e20c4c8b976f15f1
cffb0542b31e69c7198a195117406521e81b2b98
refs/heads/master
2021-01-10T19:51:54.689499
2020-09-25T05:46:41
2020-09-25T05:46:41
8,161,405
0
0
BSD-3-Clause
2023-08-21T11:42:17
2013-02-12T15:35:54
Tcl
UTF-8
C
false
false
1,891
h
/* * rmd160cmd.h * $Id: rmd160cmd.h 79593 2011-06-19 20:36:07Z jmr@macports.org $ * * Copyright (c) 2005 Paul Guyot <pguyot@kallisys.net>. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met...
[ "root@gl00b05045.cats.gwu.edu" ]
root@gl00b05045.cats.gwu.edu
2e45617082ba0472d9421065a6d7cf08bd2811db
94f89011ea33baa48f888309af2228a9014df9b4
/test32.c
4b8e5374040db36b0bc23b6ad5bd0e22e785c2c0
[]
no_license
sakshamtaneja21/c-programs
cdd00963629028c69f02019e61f3d8ac5abf6f7f
772f903ba99fa83323fa2603c47d56f1c74d6dbe
refs/heads/master
2020-04-08T20:02:22.738346
2019-06-12T09:27:34
2019-06-12T09:27:34
159,681,694
0
2
null
2019-12-10T11:31:08
2018-11-29T14:48:10
C
UTF-8
C
false
false
282
c
//Objective - Looping Statements //Date - Oct. 17, 2018 #include <stdio.h> #include <conio.h> void main() { int i,j,k; for(i=1; i<=5; i++){ for(j=4; j>=i; j--){ printf(" "); } for(k=1; k<=i; k++){ printf("*"); } printf("\n"); } getch(); }
[ "noreply@github.com" ]
sakshamtaneja21.noreply@github.com
7cad8536043a2fffe07a809cdaad655a9cd7b63e
266707382069c959e530a3f35f3b9844f7860584
/libft/libft.h
7ff002ee56cbe3cd76b45954c422b9ba69195f53
[]
no_license
ryazd/ft_printf
323177bcbdb4bc8a0476ef2269e1e5bc3342362f
20d3446b1bf3f12d393f6819cff0ee7ddba73469
refs/heads/master
2022-11-16T21:21:25.467074
2020-07-17T09:41:35
2020-07-17T09:41:35
280,386,058
0
0
null
null
null
null
UTF-8
C
false
false
4,428
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* libft.h :+: :+: :+: ...
[ "hluthor@mi-v3.msk.21-school.ru" ]
hluthor@mi-v3.msk.21-school.ru
750321f7454f62d2ba1585cb3075e7b8f97e2158
cffaf82f14ded6642c243757c4555b043e9a4b68
/1-6.c
a883618d169d9438ec65f8728f4a60898eb6b3ed
[]
no_license
kangvcar/cprogramming
80f1ec7f800a3c28a32d7599c97c3689c4829221
83794c7772bfa869c9d0c816c08b12f65e5ba2b8
refs/heads/master
2021-01-19T21:57:55.424144
2017-05-03T13:59:19
2017-05-03T13:59:19
88,725,452
0
0
null
null
null
null
UTF-8
C
false
false
117
c
#include <stdio.h> main() { int c; while(c = getchar() != EOF) printf("%d\n", c); printf("%d -at EOF\n", c); }
[ "kangvcar@126.com" ]
kangvcar@126.com
d088aeb19aff96e3c573d44ed4ed5c28513807f7
a6e16f8b4e3e9dfb7a8b6f323b7e35fb82537222
/C/Ton van Overbeek/PDMAKE/ASTAT.H
dad16714dd64ad7027d1fa8bf167e4e737631d1c
[]
no_license
pjones1063/Atari_ST_Sources
59cd4af5968d20eb3bf16836fc460f018aa05e7c
fe7d2d16d3919274547efbd007f5e0ec1557396d
refs/heads/master
2020-09-04T20:21:44.756895
2019-10-30T12:54:05
2019-10-30T12:54:05
219,878,695
2
0
null
2019-11-06T00:40:39
2019-11-06T00:40:39
null
UTF-8
C
false
false
534
h
/************************************************\ * * * astat.h - Retrofit <sys/stat.h> * * for the Atari ST machines * * * * J.R. Bammi * * * \************************************************/ #define time_t long struct stat { char st_sp1[21]; /* Junk ...
[ "ggn.dbug@gmail.com" ]
ggn.dbug@gmail.com
cf8109215d75ebf05d3fcc59e54cd9a497a5c574
5630c1f63b4d29c753284b44812157634e1df67d
/000/1038.c
708526898cf2a12543420f64cf9ed3dd64a9b33b
[]
no_license
Magoxter/URI-C
83c2e923000e99337b3142be72c12c50fc2c8fee
7af8279b2a7cf06a4f105c1b027260bcf1efe98d
refs/heads/master
2021-09-13T14:16:12.143806
2018-05-01T06:54:45
2018-05-01T06:54:45
80,156,294
0
0
null
null
null
null
UTF-8
C
false
false
493
c
/* Lanche */ #include <stdio.h> int main (void) { int cod, qtd; float valor, total; scanf("%d", &cod); scanf("%d", &qtd); switch (cod) { case 1: valor = 4.0; break; case 2: valor = 4.5; break; case 3: valor = 5.0; break;...
[ "noreply@github.com" ]
Magoxter.noreply@github.com
f949acaf74f8df2aececb4acdf99763b51e5f1c5
360c626f17d27388b36a6ca6f2088038c92467bf
/stc89c52project/外部中断/main.c
14e3c5a35d43f5877e5452610202f19ac668fbe9
[]
no_license
shencang/Singlechip
9987bcb779c01968cbb3307cb2fdc44e0f4e54d5
3e526ec1524903f812d154fd46c5fb06cdcbae72
refs/heads/master
2021-06-16T05:11:24.348781
2021-03-28T15:47:14
2021-03-28T15:47:14
185,990,322
7
0
null
null
null
null
UTF-8
C
false
false
490
c
#include <reg52.h> #include <intrins.h> typedef unsigned char u8; typedef unsigned int u16; sbit led = P2^2; sbit sled= P2^1; sbit k3 =P3^2; sbit k4 =P3^3; void delay(u16 i){ while(i--); } void Int1Init(){ IT1 =1; EX1= 1; EA = 1; } void Int0Init(){ IT0 =1; EX0= 1; EA = 1; } void main(){ Int0Init(); Int1...
[ "2630610009@qq.com" ]
2630610009@qq.com
66199d0392a43854fddc70df61d89bed3db4ef06
96ac7f46596eed7932534344cadbb84ccbd35867
/0x05-pointers_arrays_strings/100-atoi.c
002c4f837d77cdc4d2f9ab2c63b9615031a9ae98
[]
no_license
BrianFs04/holbertonschool-low_level_programming
4c3f8e3c1bba9ca7e4b1f0be19b7ac0a51302528
75b1a4f1cfcd23d64856af6cf442aae841219d96
refs/heads/master
2020-07-28T06:50:16.852864
2020-04-15T19:08:39
2020-04-15T19:08:39
209,342,806
0
0
null
null
null
null
UTF-8
C
false
false
483
c
#include "holberton.h" /** * _atoi - function that converst a string to an integer * @s: pointer to a char * * Return: the digit '-' operation */ int _atoi(char *s) { int i = 1, n, neg = 1; unsigned int divi = 0; while (s[i] != '\0') { i++; } for (n = 0; n < i; n++) { if ((s[n] >= '0') && (s[n] <= '9')...
[ "brayanflorezsanabria@gmail.com" ]
brayanflorezsanabria@gmail.com
a30e9dd9faee40689c7149ffad39c5ee3bb0d0cb
3b27d48ec0e93994e803e915df640a091e1a1302
/matomp.c
df9492194e50fafee785ddf69e95b672f959d173
[]
no_license
angiektg/matriz
53b5239ec13da724c1a0d85291759461d2054dc3
7b3fb877b24fdbd28d5e980ae3a4cc746b2821e7
refs/heads/master
2020-04-24T13:39:46.708508
2019-03-15T15:45:50
2019-03-15T15:45:50
171,994,982
0
0
null
null
null
null
UTF-8
C
false
false
1,776
c
#include <stdio.h> #include <omp.h> #include <stdlib.h> //g++ -fopenmp pi_reduccion.c -o pi_reduccion int NTHREADS; const long ENE = 1024; //numero de filas y columnas en la matriz class Matrix { public: double mt[ENE][ENE]; Matrix(bool fill){ ...
[ "antorres@unal.edu.co" ]
antorres@unal.edu.co
1fbee9b06765e141e2c8ae4537d3779bb8ef1c75
a48b767b57dc9ca5e78b4b9088a1142c1c063843
/rtnl_addrlabel.c
9a8164c8071d2dcb903468955452e39d59e57504
[ "BSD-3-Clause" ]
permissive
ufosky-cpp/strace
9f1b0204a60bc9ebb52c81fb6ffd26b0e111a1a2
e26e9dacda6b83e69f59e1237c54fa6135efa999
refs/heads/master
2021-04-30T11:17:40.692201
2018-02-11T21:50:38
2018-02-12T11:42:04
null
0
0
null
null
null
null
UTF-8
C
false
false
3,175
c
/* * Copyright (c) 2016 Fabien Siron <fabien.siron@epita.fr> * Copyright (c) 2017 JingPiao Chen <chenjingpiao@gmail.com> * Copyright (c) 2016-2017 The strace developers. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the f...
[ "ldv@altlinux.org" ]
ldv@altlinux.org
c57c81ce4c1aea45cf83836cdbe2c6cfddd90add
c47c254ca476c1f9969f8f3e89acb4d0618c14b6
/datasets/linux-4.11-rc3/arch/parisc/include/asm/hardirq.h
9b3bd039a609d57663cbe3374d5863a95415cac3
[ "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
1,294
h
/* hardirq.h: PA-RISC hard IRQ support. * * Copyright (C) 2001 Matthew Wilcox <matthew@wil.cx> * Copyright (C) 2013 Helge Deller <deller@gmx.de> */ #ifndef _PARISC_HARDIRQ_H #define _PARISC_HARDIRQ_H #include <linux/cache.h> #include <linux/threads.h> #include <linux/irq.h> #ifdef CONFIG_IRQSTACKS #define __ARCH...
[ "y.yu@open.ac.uk" ]
y.yu@open.ac.uk
aac12253257f8d0f600fdbdac83c3ddf69bfa7ae
98fe31f0e3e9ef637bbd07bdd3eace742c42e779
/ch5/large_file.c
f75a89c6ef9a2db233e7df80195f896678459fed
[ "MIT" ]
permissive
Kellen907/linux-prog
ed150824062d03fc7bab983a4fc6cd4d79168e86
b880703ccc9e3a89c0b0151b041441c865e93745
refs/heads/master
2020-08-29T07:14:47.716894
2017-09-02T21:07:10
2017-09-02T21:07:10
null
0
0
null
null
null
null
UTF-8
C
false
false
833
c
/* Modify the program in Listing 5-3 to use standard file I/O system calls (open() and lseek()) and the off_t data type. Compile the program with the _FILE_OFFSET_BITS macro set to 64, and test it to show that a large file can be successfully created. */ #define _FILE_OFFSET_BITS 64 #include <sys/stat.h> ...
[ "asantostc@gmail.com" ]
asantostc@gmail.com
642119ec76fe3d2bcbef3fcf471c8e2ac528e227
e8121212a21cab08a44aeb8c50104f693c21691a
/docs/EPD Extension Board Gen2 (EXT2)_v1.30 formal/EPD_drivers/driverlib/MSP430F5xx_6xx/dma.c
36b83d5ee9a77912bf0f0dd07d1f00aea31327cb
[]
no_license
alterwear/arduino-firmware
e6f94fc06ceb351f1014817078b9abfcd0fe717b
fe5d3530b8d5f403af580bfacf12319e4994d929
refs/heads/master
2021-03-19T15:38:21.772848
2019-04-17T17:47:37
2019-04-17T17:47:37
122,406,525
0
0
null
null
null
null
UTF-8
C
false
false
6,365
c
/* --COPYRIGHT--,BSD * Copyright (c) 2014, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistributions of source code must retain the ab...
[ "molecule@berkeley.edu" ]
molecule@berkeley.edu
727b194faedc0b11edba1a07c5d54752fb3b7470
1ad4dd5261a185f3cf92d7fd3226de28679747c5
/kernel/drivers/net/ethernet/ti/davinci_cpdma.c
e4d6edf387b34571242b720306602528ddf94fe3
[ "GPL-1.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "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
34,200
c
/* * Texas Instruments CPDMA Driver * * Copyright (C) 2010 Texas Instruments * * 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 version 2. * * This program is distributed "as is" WITHOUT ...
[ "spark720@gatech.edu" ]
spark720@gatech.edu
03deaafd11739791773d40699048df37dbdc0f6d
42557c79692ca0466ecfff1acb14ea11e2b87530
/ft_printf_norm2/srcs/ft_printf.c
d8151965f36a17bb18e44dae719e468a3ad1d751
[]
no_license
beateur/libft
f3f8fd111476db1f9b0b82ec46a4479d1b94ad52
b2b45fe05f1f2b55b0a18602cff2aad20b2e9e7d
refs/heads/master
2020-04-06T10:03:21.595272
2019-05-05T17:58:05
2019-05-05T17:58:05
157,366,317
1
0
null
null
null
null
UTF-8
C
false
false
2,711
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_printf.c :+: :+: :+: ...
[ "habilel99@gmail.com" ]
habilel99@gmail.com
44a61d33c465f9c9ac391b9a689312be659c541d
96df9c19b8a2efa0163be59d7cf8ab73dd9b783a
/include/fluent-bit/flb_upstream_conn.h
0a9b6220788d596d25f470a6c30abae68ba66cfb
[ "Apache-2.0" ]
permissive
erain/fluent-bit
60372d778fcdb34e0cccc407ca6e788d134c0dcf
4d7be5f4b58f5604490e9d62eb912c3ae2a95a9e
refs/heads/master
2023-05-01T19:35:27.297476
2021-03-17T00:15:45
2021-03-17T00:17:16
263,717,931
2
0
Apache-2.0
2020-05-20T19:22:55
2020-05-13T18:56:35
null
UTF-8
C
false
false
2,980
h
/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* Fluent Bit * ========== * Copyright (C) 2019-2021 The Fluent Bit Authors * Copyright (C) 2015-2018 Treasure Data Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in co...
[ "eduardo@treasure-data.com" ]
eduardo@treasure-data.com
4c3d226cbf658f8e4d44cf9565d6ac9308d1f341
d55603b189d983374f5048d6521d8f41bcf19b2e
/lista2/teste.c
24b4c0e8de4a1866c704fb9de5c291d06809a348
[]
no_license
matheusyanmonteiro/EDA01Jhon
c1a34de309995a542a5c473252635c9b262275e9
e7622f8a2ccc114aa8b836620a315b55c1530a0f
refs/heads/main
2023-02-28T22:10:57.245968
2021-02-11T23:48:32
2021-02-11T23:48:32
338,182,779
0
0
null
null
null
null
UTF-8
C
false
false
469
c
typedef struct tipoData{ int dia; int mes; int ano; }tipoData; typedef struct tipoPessoa{ char nome[80]; tipoData dtNascimento; }tipoPessoa; struct tipoPessoa separaInfo(char nome[80], int dt_nascimento){ tipoPessoa p; int i=0; p.dtNascimento.ano = dt_nascimento/10000; p.dtNascimento.mes = (dt_nascim...
[ "matheusyanmonteiro@gmail.com" ]
matheusyanmonteiro@gmail.com
452af2d9d86d47626bf7b6ff7d0465d584fde577
6fc30498d09e9c2321e27e9ba3d9e2229075e1f0
/HASH/hash.c
de14f8e8b40a37eb659fe144aa4b4e4e1be711fc
[]
no_license
ruizsugliani/Algoritmos-2-Buchwald
7550690ee54002f76e45b75945d9db01e578fa42
4db1edc9be2c322340fe5c217d748604e0f98b13
refs/heads/main
2023-07-26T15:38:30.460298
2021-09-10T02:00:12
2021-09-10T02:00:12
404,924,013
0
0
null
null
null
null
UTF-8
C
false
false
12,547
c
#define _POSIX_C_SOURCE 200809L #include "hash.h" #include "lista.h" #include <stdio.h> #include <stdint.h> #include <stdlib.h> #include <string.h> #define CAPACIDAD_INCIAL 11 #define CAPACIDAD_MINIMA 5 #define FACTOR_DE_CARGA 2 /* ****************************************************************** * ...
[ "noreply@github.com" ]
ruizsugliani.noreply@github.com
02c2a522dceb47f980631a07939b894584bb6a9b
fccbd7d556a37488d1974f98a0ffeb77cba26fbf
/Labs/Lab09/lab09functs.h
e38b93fa05ec1b1fbc2b03cdd36957d76bf2c781
[]
no_license
jiwang6/compsci210
0e6af0c695c490b7301d1558370223f74bee207d
882c79bd641be5b9c15543c509aea3073267d4fc
refs/heads/master
2020-07-18T01:37:45.980452
2019-11-27T20:38:58
2019-11-27T20:38:58
206,144,652
1
0
null
null
null
null
UTF-8
C
false
false
262
h
// // Created by C22Jim.Wang on 04-Sep-19. // #ifndef LAB09FUNCTS_H #define LAB09FUNCTS_H double volumeCylinder(double cylRadius, double cylHeight); double volumeBox(double boxWidth, double boxHeight, double boxDepth); double degToRad(double degreeVal); #endif
[ "jim.z.wang8@gmail.com" ]
jim.z.wang8@gmail.com
794f7cde7d248f8e921762dc022737c034b3ab54
54858ad611ff4c72bbb4f5e0c6891f99d5194212
/protocol.c
e3e062ae3c50fa35e17c1f3378b6beaccbee6a12
[]
no_license
dianxiaoer0305/common
ced5bc5eca8aea6563664092f43f5319c5a56185
63c63cf7546dfac6b2dbaa965cbaf65691cb0c40
refs/heads/master
2021-01-13T02:26:56.151452
2013-06-13T09:19:18
2013-06-13T09:19:18
null
0
0
null
null
null
null
UTF-8
C
false
false
3,479
c
#include "common.h" #include "defines.h" #include "config.h" #include "protocol.h" #include "dlt.h" proto_ipv4_hdr * _get_ipv4_header(const u_char* pktdata,const int pktlen,u_int16_t dlt) { proto_ipv4_hdr *ipHdr = NULL; dlt_t *dataLink; assert(pktdata); assert(pktlen); dlt_init(&dataLink); if(NULL ==...
[ "lblj1444@126.com" ]
lblj1444@126.com
e25e18203addf678381b2d74e74cff1cf39a3778
9fec3ef8d4eff6b79875c889d59d81d3a43bccb2
/pcc/strings.h
87eef8fdd3c3d2a68dc97dc57b786c9f90d8a686
[]
no_license
PDP-10/utah-pcc20
a36bab6c5f0984b233491e2722043c681843786c
86a53793032244c9d5430aa2a4f0f1385057522f
refs/heads/master
2020-04-02T18:31:50.142482
2018-10-25T16:37:40
2018-10-25T16:37:40
154,703,922
3
0
null
null
null
null
UTF-8
C
false
false
722
h
/* string -- declarations for string-handling routines at CMU * * HISTORY */ /* index function; case-folding */ char *sindex(), *index(), *rindex(); char *fold(), *foldup(), *folddown(); /* conversion to numerals */ unsigned int atoo(), atoh(); /* string table lookup */ int stlmatch(), stablk(); /* parsing ro...
[ "lars@nocrew.org" ]
lars@nocrew.org
4d8587ac32abf328fc84620259acdf11682109d2
3ed065c786abd8ac3b9a56791a059a06461b2dfd
/object_oriented/oo_in_c.c
88cef1bd0ace2f779ef437977bedfeeb0b8d9141
[]
no_license
marksun2015/normal
22e61ba07530a00278390ce530f25745a384ec41
003fb77cec49b8b597b333eb36569fdb743d7461
refs/heads/master
2023-01-20T01:01:45.353793
2023-01-18T03:52:48
2023-01-18T03:52:48
52,936,524
0
0
null
null
null
null
UTF-8
C
false
false
1,129
c
#include <stdio.h> typedef void (* Step1) (void); typedef void (* Step2) (void); typedef void (* Step3) (void); typedef void (* Step4) (void); struct Drive { Step1 one; Step2 two; Step3 three; Step4 four; }; void CarStep1(void){ printf("上車\n"); } void CarStep2(void){ printf("校正後照鏡\n"); } void CarStep...
[ "mark@weintek.com" ]
mark@weintek.com
557739dc0aae01748e91ed35a91f87cac9c9afeb
06635fdca876c5f7278f783720fef5fa98ca0b04
/EM Benchmark/Bubble/stub_bubble/bubble.c
0f04eb76960a73d9ccd1f6f0fcb0758353d5aa23
[]
no_license
subanigo/EM-Benchmark
26fb29965fd9b8bf820ea29764ee547980c60f8f
0d0ec8dd35c84ac4f7af77bf6aa66e81ce02a0d8
refs/heads/main
2023-06-01T10:06:41.316544
2021-06-12T13:59:17
2021-06-12T13:59:17
376,301,316
0
0
null
null
null
null
UTF-8
C
false
false
329
c
int main(void) { int i,j,temp,y,a[5]; for(i=0;i<5;i++) scanf ("%d,",&a[i]); for(i=0;i<5;i++) { for(j=i+1;j<5;j++) { if(a[i]<a[j]) { temp=a[i]; a[i]=a[++j]; //mutated statement a[j]=temp; } } printf("%5d ",a[i]);} } /* The test datdum that can kill this mutant is (15, 4,-3,41...
[ "tianshuchupin@163.com" ]
tianshuchupin@163.com
fa145cedf561d97bae05532de3a0130836001cd0
88781e4d32baf833f8a53dc34a6e55b47ec9a543
/USER/INC/tim3.h
f40e0ba62bd725cf8fb059ed3721802010aef958
[]
no_license
hucare233/steering-engine
83370855001d2a7ef2ffe8e7a794e71ca8d59379
851da87e5a10b8106816d146a1467cd358ed2aa2
refs/heads/master
2023-01-07T23:50:28.737564
2020-11-09T13:03:14
2020-11-09T13:03:14
310,572,017
0
0
null
null
null
null
UTF-8
C
false
false
40
h
#ifndef __TIM_H #define __TIM_H #endif
[ "2942793857@qq.com" ]
2942793857@qq.com
687f8aaba92d9edf57533ab56ec18e53c8a2f235
382b5424cd8b19b5f66d1d4dd0c2b88cd4154587
/CS 251/ASSIGNMENTS/assignment 6/assign6/Q1.c
210a25c588bd290e5753e5a539ca854c26b7deb7
[]
no_license
harshitsharmaiitkanpur/cs251_exam
c750a783c139efdaa125f2bc9d8ecc61fbd6c9be
1e2350b8c0145faae4ed084778c911647d4db7ff
refs/heads/master
2020-03-13T22:21:43.973196
2018-04-27T15:47:24
2018-04-27T15:47:24
131,314,588
0
0
null
null
null
null
UTF-8
C
false
false
3,171
c
#include <stdio.h> #include <stdlib.h> #include <sys/time.h> #include <string.h> #include <pthread.h> #include <math.h> #define SEED 0x7457 #define MAX_THREADS 64 #define USAGE_EXIT(s) do{ printf("Usage: %s <# of elements> <# of threads> \n %s\n", argv[0], s);exit(-1);}while(0); #define TDIFF(start, end) ((end .tv_...
[ "harshitsharma2307@gmail.com" ]
harshitsharma2307@gmail.com
c20c7688b1e57f9dcc578c7d38ef5139664606f0
46f654ac2d09a923a69abad6a009b1ad6865373f
/io.h
61eb1586521414ad784a704d6f47cd39b8107158
[]
no_license
BTran3706/Producer-and-Consumer-Problem
8e231ea858769c3b5c4b6109d43a36d7d05bf1a8
99006e62a2d4f0d871717f17d0d43f0881357cba
refs/heads/main
2023-04-28T13:30:42.444561
2021-05-13T17:49:51
2021-05-13T17:49:51
367,124,033
0
0
null
null
null
null
UTF-8
C
false
false
2,008
h
#include "production.h" /* * io_add_type(ProductType product, int OnBelt[], int Produced[]) * Show that an item has been added to the belt and print the current * status of the candy factory production. * Expects: * product: What kind of product was produced? * OnBelt: Array of number of candies of ea...
[ "noreply@github.com" ]
BTran3706.noreply@github.com
aa82066a14b5c02cd85b0768bbb566815c29aa6c
afc399fc40db174c0bd2365721c0643bbfa1485e
/P4/Pre_P4/isim/GPR_tb_isim_beh.exe.sim/work/GPR_tb_isim_beh.exe_main.c
7b3d70f86eaa2be271bdb8219b3c584a64b401aa
[]
no_license
Chen-Qixian/BUAA-Computer-Organization
4ca864b71d746677d49aca2ed2fb796286cb0ea7
c3c40fad45eee51fbeb191145e3d41a2bd5187b0
refs/heads/master
2020-04-17T13:55:35.758366
2019-01-20T07:54:28
2019-01-20T07:54:28
166,635,820
3
0
null
null
null
null
UTF-8
C
false
false
1,353
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "chenqixian@buaa.edu.cn" ]
chenqixian@buaa.edu.cn
1e83631d585810760c832c1c438581144abc414b
ee3813d4ce53dc340f07d1b5ca413baab4525020
/CS241/lab 2/fileDirOpen.c
74f47e7e9474c6acbb3348ffc790c7cb8f3edd1b
[]
no_license
Arpit2601/CS241-system_software_lab
0d7d1c9280c706563b9a11408ab54fd6fc749cfa
ed0dceda82e23f7fd9f10f3166fb289a170d052a
refs/heads/master
2020-04-01T17:51:37.707734
2019-10-24T14:34:03
2019-10-24T14:34:03
153,454,951
0
0
null
2019-10-24T14:18:06
2018-10-17T12:41:42
HTML
UTF-8
C
false
false
714
c
/* fileDirOpen.c: list a directory. * * Tested (to be buggy :-)). */ #include <stdio.h> #include <string.h> #include <stdlib.h> #include <sys/types.h> #include <dirent.h> #define DEFAULT_PATH "/etc" void list (const char *dirname) { char buffer[32]; DIR *directory; struct dirent *file; directory = opend...
[ "arpit170101012@iitg.ac.in" ]
arpit170101012@iitg.ac.in
c7d09c62aecb902ec78afedc9f42babf596167b1
d43ee78ad759339e6c046720f090312167b5ae33
/taskmanage/returntask.c
bbe42d816d41b7dff5d27a63a8ad35a8bebf00b0
[]
no_license
Wangjw-i/c-code
2dd4c5e955858443f61c252daaff0f152dd2d4ae
6205df49e9b5912bc0be36ef0c8ac368310c64ce
refs/heads/master
2023-07-13T01:31:43.001674
2021-08-24T06:03:29
2021-08-24T06:03:29
385,577,063
0
0
null
null
null
null
UTF-8
C
false
false
181
c
#include <stdio.h> #include "client.h" void *returntask(void * arg) { struct client_status *t=(struct client_status*)(void*)arg; t->fin=1; task_id++; return NULL; }
[ "1549653379@qq.com" ]
1549653379@qq.com
0d1414cdf0bc675cba59ff3035d3389ea24d6d0a
df96e02848fc52f0152f23f298ef4993f5b20dc9
/iOS/Classes/Native/com.unity.multiplayer-hlapi.Runtime_CodeGen.c
619ef3aca04b85195cea03a14850832e32924cd3
[]
no_license
OgiJr/iOS-GOGOGO-2
94b3032fedec8f37f99359477e3a586b9b618ba1
fcaaa2d33613159bfe68e2016af4a5e199f7f526
refs/heads/master
2022-11-20T10:21:19.726243
2020-07-17T22:13:03
2020-07-17T22:13:03
280,534,281
0
0
null
null
null
null
UTF-8
C
false
false
409,257
c
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include "codegen/il2cpp-codegen-metadata.h" IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END // 0x00000001 System.Int32 UnityEngine.Networking.ChannelBuffer::get_numMsgsOut() extern void ChannelBuffer_get_numMsgsO...
[ "ogtrjr@gmail.com" ]
ogtrjr@gmail.com
53aa09ed7b93704bb6bdb45e59e5e282755d99d2
91bd03bc4a32a8f378f0cce68818f178884e4cfb
/W5500_Backup/191002_Echo_Server/DTU0300_W5500_1/Ethernet/wizchip_conf.h
bf75089beded6a944164b1311d461d5206fc408f
[]
no_license
secupia/stm32
a9069a1f130f82d39f9b27bd1b0f048670d1be2f
3358caf8ed1ff76f6ca075e17f7c67d6fcbaa4fd
refs/heads/master
2023-02-04T06:16:05.322820
2023-01-29T07:44:12
2023-01-29T07:44:12
198,838,031
0
0
null
null
null
null
UTF-8
C
false
false
25,272
h
//***************************************************************************** // //! \file wizchip_conf.h //! \brief WIZCHIP Config Header File. //! \version 1.0.0 //! \date 2013/10/21 //! \par Revision history //! <2015/02/05> Notice //! The version history is not updated after this point. //! D...
[ "secupia@gmail.com" ]
secupia@gmail.com
b2b73b248be2499c6e5c089eccb1cf1e77f3ac2a
b111b77f2729c030ce78096ea2273691b9b63749
/perf-native-large/project490/src/component395/headers/component395/lib36.h
a8e47c248daf0c09792d3ddd6b00a0ae61c1cae6
[]
no_license
WeilerWebServices/Gradle
a1a55bdb0dd39240787adf9241289e52f593ccc1
6ab6192439f891256a10d9b60f3073cab110b2be
refs/heads/master
2023-01-19T16:48:09.415529
2020-11-28T13:28:40
2020-11-28T13:28:40
256,249,773
1
0
null
null
null
null
UTF-8
C
false
false
151
h
#ifndef PROJECT_HEADER_component395_36_H #define PROJECT_HEADER_component395_36_H int component395_36(); #endif // PROJECT_HEADER_component395_36_H
[ "nateweiler84@gmail.com" ]
nateweiler84@gmail.com
1293864b2edf2159ad9dd2f34edd0dc9cbfa3ae7
ee8b67f784468329ba818fb866c9e677af0a7934
/0x00-hello_world/5-printf.c
5fc3ab4b940a8d1c0bcf93f5c7cbd22176b13817
[]
no_license
jarehec/holbertonschool-low_level_programming
0b550b4a1822ebfab06440c5de04fa3b25f4f1a9
f1132f375371c107e2a5d93b907301ef84a0b31f
refs/heads/master
2020-04-05T11:21:05.231070
2017-10-17T02:31:38
2017-10-17T02:31:38
81,358,480
0
1
null
2017-06-16T19:44:33
2017-02-08T17:50:33
C
UTF-8
C
false
false
171
c
#include <stdio.h> /** * main - prints a string * Return: 0 */ int main(void) { printf("%s", "with proper grammar, but the outcome is a piece of art,\n"); return (0); }
[ "jarehec@github.com" ]
jarehec@github.com
1bff895f8bd6b906d5e2bbefb578edd8ff72eece
2a431abd667574e6714213b3be8b5e74acb41e64
/drivers/md/dm-cache-policy.h
cd3ebe2b5f874dcb86013feb7ea10546b3819a10
[]
no_license
shinjanxp/ssd-caching-vm
a3f2f32c45326f58ec31a34d81f2094eed53cb6f
a5e6a47bbc47660abd5b4eea65b0de7fccf09dac
refs/heads/master
2020-05-19T12:25:19.428358
2019-05-06T10:31:39
2019-05-06T10:31:39
185,014,301
0
0
null
null
null
null
UTF-8
C
false
false
5,401
h
/* * Copyright (C) 2012 Red Hat. All rights reserved. * * This file is released under the GPL. */ #ifndef DM_CACHE_POLICY_H #define DM_CACHE_POLICY_H #include "dm-cache-block-types.h" #include <linux/device-mapper.h> /*----------------------------------------------------------------*/ /* * The cache policy ma...
[ "shinjan@cse.iitb.ac.in" ]
shinjan@cse.iitb.ac.in
ca05fb4b9ccfe540683d120f05d55dff48934056
b1196518921ee4d081fc41eae6338fdcc63ce6bc
/workspace/FSU_ARM/Inc/SerialPort.h
a814813465f13de70a1758e1faa9d641b7c8fc96
[]
no_license
radtek/FSU_ARM
ba5ab03565cd849c8d0b9b05a586810f2964b384
b3d4c45d601a40ac625d8a7118e6dc6d3438029b
refs/heads/master
2020-06-21T22:30:17.694512
2017-01-29T10:18:54
2017-01-29T10:18:54
197,567,289
1
0
null
2019-07-18T10:39:05
2019-07-18T10:39:03
null
UTF-8
C
false
false
830
h
/* * SerialPort.h * * Created on: 2016-4-16 * Author: lcz */ #ifndef SERIALPORT_H_ #define SERIALPORT_H_ #define TIMEOUT_SEC(buflen, baud) (buflen * 20 / baud + 2) #define TIMEOUT_USEC 0 void SetBaudrate (int); int GetBaudrate (); void SetDataBit (int databit); int BAUDRATE (int baudrate); int ...
[ "th1nk3r@163.com" ]
th1nk3r@163.com
9b5642edb1c6a4bc456f9f342ac12b4d57e77a88
b7499a6a26127832561faeeabb2090cf7806813a
/C/Example/Day06/Day06/07str函数指针实现.c
fbd365a7c6e7bf67042aaf9a57ece97758cb02e9
[]
no_license
zeroTwozeroTwo/MyNoteBook
fd0f76ff6f13ea7a9f5e28daf479ac7fb338f350
ac0c6aeb58c18d30eea09e723fb5a682ab5829bf
refs/heads/master
2021-01-04T18:58:04.986431
2020-02-27T18:02:41
2020-02-27T18:02:41
240,718,475
0
0
null
null
null
null
GB18030
C
false
false
958
c
#include<stdio.h> /* 1.两个匹配的字符串 必须完全匹配 匹配个数 = 字符串长度 2.如果匹配一个字符串,需要记录被匹配字符串地址 3.如果匹配一半未成功 回到记录被匹配字符串地址+1 4.如果匹配的被匹配字符串的结尾 匹配个数 不等于 字符串长度 */ char* mystrstr(char* dest, char* src); int main() { char arr[] = "hello world"; char src[] = "llo"; char* p = mystrstr(arr, src); printf("%s\n", p); ret...
[ "noreply@github.com" ]
zeroTwozeroTwo.noreply@github.com
1abcd3aef00cf98e307a4954cf598e50b257cbf4
06af62bc3fc7b4c530ee2434045e0537a68c03f3
/Quake/pr_edict.c
643ef9654e8bc982682eaf354f6a5c3d418637c5
[ "ISC" ]
permissive
tomkidd/Quake-iOS
4ab96b94ef5024c4901d6dbea79842f004084fc6
104ee274c451ff6da5a50bd5c33a2b9a8704e683
refs/heads/main
2023-02-01T01:47:16.562510
2022-10-14T14:50:29
2022-10-14T14:50:29
140,305,478
65
18
null
2023-01-19T15:33:22
2018-07-09T15:29:45
C
UTF-8
C
false
false
22,069
c
/* Copyright (C) 1996-1997 Id Software, Inc. 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...
[ "tomkidd@gmail.com" ]
tomkidd@gmail.com
88d583af6f8f4a813a0e45acf93f958936beedea
bc949cbcded25afc8511d07c8d86509d5746b2a8
/dataset/14430.c
d8371d70640e04917874175b021c9f24c4d3959c
[]
no_license
hqjenny/CSmith_random_pgm
52aa1face59749a9d0656fc4088f6f921aac2dab
0ebf41b85201cbe791a13304cdb45e22504f0ce7
refs/heads/master
2023-08-17T23:28:24.519500
2021-09-15T19:55:23
2021-09-15T19:55:23
406,904,982
1
0
null
null
null
null
UTF-8
C
false
false
3,196
c
/* * This is a RANDOMLY GENERATED PROGRAM. * * Generator: csmith 2.2.0 * Git version: dcef523 * Options: --no-structs --no-pointers --no-math64 --max-funcs 4 --no-unions --output 14430.c * Seed: 781944950 */ #include "csmith.h" static long __undefined; /* --- Struct/Union Declarations --- */ /* --- GL...
[ "hqjenny@hotmail.com" ]
hqjenny@hotmail.com
f2167ccd96a7fc09a4118d364934847da9310ee1
75d1c658b91511b6a9f8982a33fdf8ef49c164d5
/libft/ft_putstr.c
10ed6c27a4b8c877af9981bfe3c3d2412ae021e6
[]
no_license
PaulZarmehrzamin/fract_ol
873b991e0b12a7bb900c5f8cd0f16aa8cb7d17ff
8f07d634ff40369aae557e56aff347977e08c0b7
refs/heads/master
2021-05-04T12:22:27.170412
2019-09-12T15:21:52
2019-09-12T15:21:52
120,293,214
0
0
null
null
null
null
UTF-8
C
false
false
967
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putstr.c :+: :+: :+: ...
[ "pzarmehr@e2r2p16.42.fr" ]
pzarmehr@e2r2p16.42.fr
f7cc4f17c9f988e9b097e2945b98ae5f41115975
461c5c0d0cd1ab7825011e6cc613b719b137c1d5
/M32_Prj_App_20180417_1946/Src/user_gpio_def.h
7de0672392ab3f0ee5e7da26260ee3890c21eeba
[]
no_license
rainbowpeee/xiaoke-x91
5bc4f686ddde2cc5b2491c681eba0ee7da3e06d1
c1f82a1ef03619b7c04fd271ce1c5d9e23563bdc
refs/heads/master
2023-01-06T12:47:04.366195
2018-11-15T10:05:16
2018-11-15T10:05:16
null
0
0
null
null
null
null
UTF-8
C
false
false
1,455
h
#ifndef __USER_GPIO_DEF_H #define __USER_GPIO_DEF_H #include "stm32f10x_gpio.h" uint8_t I_LCD240x320_SDO(void); void O_LCD240x320_SDI(uint8_t value); void O_LCD240x320_SCK(uint8_t value); void O_LCD240x320_REST(uint8_t value); void O_LCD240x320_CS(uint8_t value); uint8_t I_GPU_StartUpBoot_Done(void); void O_GPU...
[ "“lzj-rd@comshare-sz.com”" ]
“lzj-rd@comshare-sz.com”
0087abd56253e56a889fcac295960ab522973a6f
d632088986835b9ce53fe1a849d5eb8070030429
/src/iter.h
224abc093395aed24bb23748770311a2f62ec0e0
[ "BSD-3-Clause" ]
permissive
brenns10/funlisp
7a743bab553419881f2e784164edceb66a396592
d2f80725a8305cf27ff96165b93e084edd644391
refs/heads/master
2021-06-03T09:06:15.847872
2021-05-18T01:21:18
2021-05-18T01:21:18
135,065,222
11
2
NOASSERTION
2021-05-18T01:21:18
2018-05-27T16:54:39
C
UTF-8
C
false
false
1,229
h
/* * iter.h: generic iterator interface * * Stephen Brennan <stephen@brennan.io> */ #include <stdbool.h> #ifndef _ITER_H #define _ITER_H struct iterator { void *ds; /* the container data structure */ int index; /* zero-based index for the iterator */ int state_int; /* some state variables that may ...
[ "stephen@brennan.io" ]
stephen@brennan.io
148019644e7a9510f726cd22824f4da1e33ff8ad
abd31a789798fb251ad278f9139fc646b1f0e138
/pc_SDK/ClientDemo-1/include/libav/libavformat/file.c
649640a927ca45b718482ed1201a0a309682bbb4
[]
no_license
jameshilliard/pcSCCSDK140920
caff45b611ae429164746c0d4cacbf15b193ab77
5d5372ca210303dd929277b1c27e7ddd56dbac63
refs/heads/master
2021-04-29T10:19:24.278679
2016-12-29T22:59:06
2016-12-29T22:59:06
77,644,893
4
0
null
null
null
null
UTF-8
C
false
false
4,012
c
/* * Buffered file io for ffmpeg system * Copyright (c) 2001 Fabrice Bellard * * This file is part of Libav. * * Libav is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of th...
[ "james.hilliard1@gmail.com" ]
james.hilliard1@gmail.com
77527b68daa5cbea86a07e390a9f81914bb9d391
af0d623d0dd55c2ae246d0947a67a9a03df2b3e2
/Vjezba_02/Vjezba_02/functions.h
56f1fa6725be403cf0d46fbb2ff107293294f2c0
[]
no_license
VickoFranic/Strukture-podataka-i-algoritmi
e29c914bc872ade905cd8e11b6ca5fd53484d7e8
0d3896ab1f0b3d7cc80a974a9fa91c0ef968b70a
refs/heads/master
2021-01-21T00:16:26.832635
2015-06-09T07:04:33
2015-06-09T07:04:33
33,272,163
3
0
null
null
null
null
WINDOWS-1250
C
false
false
651
h
#ifndef FUNCTIONS_H #define FUNCTIONS_H #include <stdio.h> #include <malloc.h> typedef struct { float niz[3]; } Vrh; typedef struct { float normala[3]; Vrh vrhovi[3]; unsigned short nula; } Trokut; typedef struct { unsigned int n; Trokut* niz; }Objekt3D; // Citanje STL binarne datoteke i spremanje u struktu...
[ "vfranic@gmail.com" ]
vfranic@gmail.com
633d0b46547ab679baa0bcc631d219f5227ada3e
6b40e9dccf2edc767c44df3acd9b626fcd586b4d
/NT/net/qos/psched/sys/adapter.c
fc4f6385fc0f41a29bfc7bf6703b2ceab6c8dd87
[]
no_license
jjzhang166/WinNT5_src_20201004
712894fcf94fb82c49e5cd09d719da00740e0436
b2db264153b80fbb91ef5fc9f57b387e223dbfc2
refs/heads/Win2K3
2023-08-12T01:31:59.670176
2021-10-14T15:14:37
2021-10-14T15:14:37
586,134,273
1
0
null
2023-01-07T03:47:45
2023-01-07T03:47:44
null
UTF-8
C
false
false
84,872
c
/*++ Copyright (c) 1996-1999 Microsoft Corporation Module Name: adapter.c Abstract: routines for binding/unbinding to/from underlying miniport drivers Author: Charlie Wickham (charlwi) 24-Apr-1996. Rajesh Sundaram (rajeshsu) 01-Aug-1998. Environment: Kernel Mode Revision...
[ "seta7D5@protonmail.com" ]
seta7D5@protonmail.com
1e7114e591c8e8e1b261fb1b7b26ab6b15bed9f0
cfaed2af6a8d04cd427b188eabe921ba7387f618
/xv6-public/ipc/shm_writer.c
76584bf5cea44507808babecefad2d86304386f0
[ "MIT" ]
permissive
goofyjared/so-2019-gp1
22bd5a4751fe48426098284462e825315d07db18
c1b203a331378ad9f00b9ad6f07e64e4e93ae871
refs/heads/master
2020-07-03T20:08:51.444479
2019-11-26T01:54:24
2019-11-26T01:54:24
202,035,494
0
0
null
null
null
null
UTF-8
C
false
false
779
c
#include <sys/ipc.h> //InterProcess Communication #include <sys/shm.h> //Shared memory #include <unistd.h> #include <stdio.h> int main(){ int key = 27; //Numero usado para generar el id del bloque de memoria. int shmid = shmget(key, 100, IPC_CREAT); //te genera el id //Cualquiera de los dos anteriores es s...
[ "jared.abud@gmail.com" ]
jared.abud@gmail.com
9376e6e54749aa61e69b448315701f2848b20d58
07e304e3117c74946ab78a67feb3badf2d9e407c
/demos/vc6MFCDemo/StdAfx.h
2a5baa0e56fbbe6709be2de498f9084dd5adca7d
[]
no_license
jjzhang166/CrashExporter
178fe2191519be0181deb41f5cc54fd47b55e2bc
863ee293a4c863f4177348620be53f7969935d61
refs/heads/master
2021-06-24T15:31:17.668884
2016-08-30T11:20:34
2016-08-30T11:20:34
103,227,028
2
0
null
null
null
null
UTF-8
C
false
false
973
h
// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #if !defined(AFX_STDAFX_H__7A882F71_3B0B_4A45_946A_00D35C3DBD64__INCLUDED_) #define AFX_STDAFX_H__7A882F71_3B0B_4A45_946A_00D35C3DBD64__INCLUDED_ #if _M...
[ "stallion5632@163.com" ]
stallion5632@163.com
e98ab81c197365b1792549b26c305efcdc912aff
8739c279a0a27256fea186508499bb6d30e77802
/string1.c
cd32ac39abd90b7b09c7488612e67061afeb581a
[]
no_license
DavidScheller/cs50
797847d6c195b0af5bdf9e60075966ab23d84e2a
762dc75843e37aa2618c0fdccc242b8a38855e04
refs/heads/master
2020-05-19T09:26:40.126647
2014-01-26T05:21:26
2014-01-26T05:21:26
null
0
0
null
null
null
null
UTF-8
C
false
false
796
c
/***************************************************** * string1.c * * David Scheller * * Prints a given string one character per line. * * Demonstrates strings as arrays of chars and use of strlen. ****************************************************/ #include <cs50.h> #include <stdio.h> #include <string.h> ...
[ "david_scheller@mac.com" ]
david_scheller@mac.com
54aaccbfd5386974f48dbfafa14627f6df29edf1
0fd2309e1b16f8ff32053e8c4e678b4e3cd43639
/3-3.c
7a060634c1b0ae5653a1532672823e4380551dd0
[]
no_license
jrqricky/Hello-World
8e0bfd23c17ef83084f4c5723540710fd94822f2
6485465fe81df1e859f0b57a21cc29c4ed54ae1f
refs/heads/master
2020-04-27T19:56:19.710082
2019-06-15T15:22:14
2019-06-15T15:22:14
174,639,955
0
0
null
2019-03-09T03:04:24
2019-03-09T02:43:08
null
UTF-8
C
false
false
750
c
#include <stdio.h> #include <unistd.h> #include <pthread.h> #include <fcntl.h> #include <sys/stat.h> #include <semaphore.h> char buf[10] , c; sem_t *s1 , *s2; void *worker1(void *arg) { int i = 0; while (1) { sem_wait(s1); scanf("%c",&buf[i]); scanf("%c",&c); sem_post(s2); i = (i+1)%10; } } void *worker2(void *arg) { i...
[ "noreply@github.com" ]
jrqricky.noreply@github.com
18331ec59cf1dbd99fa14401e9cde790fc7037ce
27f7326dcf1b55d3ab4ab27ca9a382477bce3228
/lib/test/lib-invalid-board-slash.c
ec208c0f9cc989ac01baddd38734eeb42ab5848e
[ "MIT", "LicenseRef-scancode-other-permissive" ]
permissive
velentr/cobalt
ac942df639bdab86230dd47a3ece876baaaa29f7
1b2f0b0648e0f096cdeacfa92d2dd76cafc17249
refs/heads/master
2021-08-06T18:41:50.495324
2018-11-21T04:19:24
2018-11-21T04:19:24
146,139,219
0
0
null
null
null
null
UTF-8
C
false
false
393
c
#include <assert.h> #include <errno.h> #include <stdint.h> #include <cobalt/cobalt.h> #include "struct.h" /* Make sure slashes are disallowed in board names */ int main() { struct cobalt *co; int err = 0xdeadbeef; uint32_t id; co = co_init(".", &err); assert(co != NULL); id = co_add(co, "test", 4, "a/b"); a...
[ "brian@kubisiak.com" ]
brian@kubisiak.com
75764fb166b17d2b68d20e980ab9fa3c0ff005c4
3a2c5c8681765d81f30fd4e9ebe5508734b1ed5b
/创建动态库/test.c
43d9db89f31fb7d9a408e255eabf19d5720f2407
[]
no_license
lvningyuan/pdlbox
c9949de50bb2d1cb8cb58316294fcc6031a999fb
cd7bfa317a1b5a43a1aa9a70e3b6c4f211dadffc
refs/heads/master
2020-09-30T22:59:24.776722
2020-06-20T15:22:25
2020-06-20T15:22:25
227,394,200
0
0
null
null
null
null
UTF-8
C
false
false
59
c
#include "print.h" int main() { print(); return 0; }
[ "571533258@qq.com" ]
571533258@qq.com
e8574961e28ffbadf0697509ffdb9ca2fcb6a883
0c8c044bcf2ff3373d4dbdfe9765dc709a5972d6
/src/libft/ft_bzero.c
53f6dfd8fa0d868a1f54ac0a1a56ab4030f65cba
[]
no_license
Valar207/Fdf
b763f91a63d08eaec58ea4dedd3a02b0b558ea9b
3a3293635149dd147f79de7840baee2ac595ca51
refs/heads/master
2020-07-28T06:02:29.024335
2019-10-04T08:41:58
2019-10-04T08:41:58
209,331,547
0
0
null
null
null
null
UTF-8
C
false
false
970
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_bzero.c :+: :+: :+: ...
[ "vrossi@e1r12p17.42.fr" ]
vrossi@e1r12p17.42.fr
548acfc55926224a4cd9f8881d1f50b3f29fa214
08bfc8a1f8e44adc624d1f1c6250a3d9635f99de
/SDKs/png16/pngstruct.h
2f3ae3a48ed99dcea94aeea97db9a4e90b8a788d
[]
no_license
Personwithhat/CE_SDKs
cd998a2181fcbc9e3de8c58c7cc7b2156ca21d02
7afbd2f7767c9c5e95912a1af42b37c24d57f0d4
refs/heads/master
2020-04-09T22:14:56.917176
2019-07-04T00:19:11
2019-07-04T00:19:11
160,623,495
0
0
null
null
null
null
UTF-8
C
false
false
130
h
version https://git-lfs.github.com/spec/v1 oid sha256:cc1e5ad2b582f005a3e0323f9998c32e7258f1ceff6b9d1ee425abeadac6a587 size 20036
[ "personwithhats2@Gmail.com" ]
personwithhats2@Gmail.com
47681d7825cf6ba364f07f779c950c52c266873c
bf72a9659595abc890cd3606f7ec159aa7326372
/Include/tasks/desktask.h
1b29195e1f27c24c8f17ae7c4963871941136c79
[]
no_license
GaryHsu77/EfiMinios
d2dd2f9daa1cde1a5eb44c180693916b4defa137
9f320c01bc4843816b69122c845fafaf3f60b674
refs/heads/master
2020-05-01T03:30:04.768474
2019-03-23T05:17:01
2019-03-23T05:17:01
177,246,548
0
0
null
null
null
null
UTF-8
C
false
false
143
h
#ifndef DESKTASK_H #define DESKTASK_H #define DESK_TASK_STACK_SIZE 512 VOID DeskTaskInit(VOID); VOID DeskTask(VOID *Arg); #endif
[ "bibbylong@gmail.com" ]
bibbylong@gmail.com
47c6e48f7959fb69a6d827a8be5ef0a213879801
b3d9768a613908c3b5e02f52219fd600f86ce392
/CS_354_Operating_Systems/Bounded Buffer Problem/monitor.c
fdace4ef52322380713e8265a7101f32cdf9d46a
[]
no_license
Devansh-Maurya/SEM-6-Lab-Assignments
c749c60f60496565da07d31cec7928e575297b14
b557c4e119dfbc32db20eeabbb1361e04c8be66e
refs/heads/master
2020-04-22T02:27:06.584797
2019-04-23T22:38:39
2019-04-23T22:38:39
170,049,499
0
1
null
null
null
null
UTF-8
C
false
false
1,294
c
#include <pthread.h> #include <stdio.h> #include <unistd.h> #include <stdlib.h> #define N 10000 pthread_cond_t empty, full; int count = 0; pthread_mutex_t mutex; int buffer[N]; int bufPtr = -1; pthread_t tid; //Thread ID pthread_attr_t attr; //Set of thread attributes void monitor_enter() { pthread_mutex...
[ "devansh233@gmail.com" ]
devansh233@gmail.com
4afd0b6483f7d9dced57239d7093a8db2e9a02eb
e2fe2c20075e0d565dc8476235c6837b64195f9f
/Toshaba/TMPM36x/TMPM363/cmsis_lib/lib/include/tmpm363_ssp.h
90893f6020aea24f85b623cf510b8cb471792f46
[]
no_license
clarenceliu/Mplib
8b10b90c7936d240cda934c5c7f7012fc4a109c3
b8f28cba94350fe2988ec4f5e178362b2df70923
refs/heads/master
2020-12-25T16:02:16.713530
2014-09-12T06:01:17
2014-09-12T06:01:17
null
0
0
null
null
null
null
UTF-8
C
false
false
6,647
h
/** ******************************************************************************* * @file tmpm363_ssp.h * @brief This file provides all the functions prototypes for SSP driver. * @version V2.2.0 * @date 2010/09/14 * * THE SOURCE CODE AND ITS RELATED DOCUMENTATION IS PROVIDED "AS IS". TOSHIBA ...
[ "xinyun@coocox.com" ]
xinyun@coocox.com
f391738a3c606c3dfa7544400c6fcbc9ef7ba2de
9f981ce4b8dad81a448da00af689316ebc147d1b
/type.c
f16aaf04f23cdd199457a38470d57a919a1125e8
[]
no_license
flyingsheeplp/miniComplier
5882575362904665a121aa28d6ef9b44aa157496
98b0e27841dc5695055c0e80064f71c9e3adf58c
refs/heads/master
2023-08-11T01:43:33.176521
2013-11-15T08:05:27
2013-11-15T08:05:27
null
0
0
null
null
null
null
UTF-8
C
false
false
1,348
c
/************************************************************************* * File Name: type.c * Author: Li Peng * Mail: flyingsheep.lp@gmail.com * Created Time: 2013-11-08 16:13:38 * Description: ************************************************************************/ #include <stdio.h> #include <string....
[ "flyingsheep.lp@gmail.com" ]
flyingsheep.lp@gmail.com
e44c71361648f9f417dba60f39c95a803c348c6c
c7308b6f7534ec1d08d02ff7882020636f42a2cb
/test/cases/float/truncate.c
9acacbf6c8442fd5c016fd9ee37d0780e2b3bf95
[ "MIT" ]
permissive
bobrippling/ucc-c-compiler
0d8808a31bb8b0b6403d1e757b866753ac969e23
d0283673261bbd5d872057ee169378fdf349a6fa
refs/heads/master
2023-06-21T22:25:07.825365
2022-03-01T22:33:16
2022-12-12T17:03:27
2,223,381
74
10
null
null
null
null
UTF-8
C
false
false
293
c
// RUN: %ucc -S -o- %s | grep 'cvtsd2ss' // RUN: %ocheck 0 %s void abort(void) __attribute__((noreturn)); void fp_f(float f) { } fp_d(double d) { float f = d; fp_f(f); } main() { #include "../ocheck-init.c" volatile float fp = 1.61803; int x = fp; if(x != 1) abort(); return 0; }
[ "robpilling@gmail.com" ]
robpilling@gmail.com
9a4c146487a1e7302035321ef1a5e69a6c323f1e
fae0e8261e95106c512bbee31d22caedae7aa629
/jc.h
02810de8dbc46391fdf18beb178a71b48b72ac27
[ "MIT" ]
permissive
jskDr/jamespy_py3
154f4328b2708579f5ef7cf22ec4460e80b876cc
b7e3c860280581e37c7b5254e18ff4b19c112ded
refs/heads/master
2021-12-22T02:33:50.654524
2021-12-03T08:14:07
2021-12-03T08:14:07
56,004,254
5
7
null
null
null
null
UTF-8
C
false
false
107
h
int prt( void); int prt_str( char*); unsigned int bin_sum( unsigned int, unsigned int); int sumup( int);
[ "jamessungjin.kim@gmail.com" ]
jamessungjin.kim@gmail.com
10c26c7ae78d7303c655b06337445d0e904c6c46
115d858042ed435679ae1e6f8922dd0fb8b25046
/Arduino/calibration/calibration/pins.h
a73498830a7b3f8c2e8d8462ea0e636fff984b13
[]
no_license
nadyja/guineapig-monitor
0bcc1e65e46b83a8d55002fd26faf9d9540877e2
ad9a9e19575b3dc1f1353eb7d5d6be14c1126e91
refs/heads/master
2021-06-08T00:05:26.765525
2016-11-03T14:59:02
2016-11-03T14:59:02
null
0
0
null
null
null
null
UTF-8
C
false
false
277
h
// SCALE config #define whiteDOUT 11 #define greenCLK 10 // WIFI config #define yellowTX 8 #define greenRX 9 // LCD config #define LCDEnable 7 #define LCDRS 6 #define LCDD4 2 #define LCDD5 3 #define LCDD6 4 #define LCDD7 5
[ "nmietkiewicz@gmail.com" ]
nmietkiewicz@gmail.com
a3266e5d863659378b41e219950ade4530707648
359741b841c2bdee997891b36363128bb8522964
/z80ac/z80c_cb.c
17c001ef26c8b2d43daeba0d181f1c6e0cdedfdd
[ "BSD-3-Clause" ]
permissive
libretro/xmil-libretro
4686acb22c521b2414eb9524748d58f2fa5e7f5c
4cb1e4eaab37321904144d1f1a23b2830268e8df
refs/heads/master
2022-05-01T12:04:23.292954
2022-04-14T16:39:02
2022-04-14T16:39:02
244,228,236
3
9
BSD-3-Clause
2022-04-14T06:05:46
2020-03-01T21:42:20
C
UTF-8
C
false
false
4,474
c
/* ----------------------------------------------------------------------- * * Z80C : Z80 Engine - GENERIC * * Copyright by Studio Milmake 1999-2000,2004 * *------------------------------------------------------------------------ */ #include "compiler.h" #include "z80core.h" #include...
[ "yui@afe8d728-ceca-4c4c-a723-f8cfeda826dd" ]
yui@afe8d728-ceca-4c4c-a723-f8cfeda826dd
427f668686d6bb8b1a59ad21c14d052d631e71b9
5404b85b7835e0f6397514fdd54dc5f6c09c1bc5
/bst.c
ae0eba3e4e6c23af8a82a337e9f60fdbb198d3ca
[]
no_license
jilsonjil/data_structure
6c82b8363ffc2acb5ef624944077ff7ff580dbaa
09ac935e31fb42b73c619ddd7c3ab62a29765828
refs/heads/main
2023-03-30T10:24:35.458812
2021-03-26T06:46:20
2021-03-26T06:46:20
320,167,898
0
0
null
null
null
null
UTF-8
C
false
false
5,351
c
#include<stdio.h> #include<stdlib.h> struct node{ int data; struct node *left; struct node *right; }; struct node *root=NULL; int s=0; struct node* createNode(int data) // creating new node { struct node *newNode=(struct node*)malloc(sizeof(struct node)); newNode->data=data; newNo...
[ "noreply@github.com" ]
jilsonjil.noreply@github.com
e77838f84d123a0c096a1e1f96455d83652ee468
a9120697138b239c8317a88e2f43b2dd9bd3798b
/Laba2/levon2_13.c
14ebf063dbc8a705f5ac7f31c791c39373f2db29
[]
no_license
Levon2501/Labki
1475024bfb9634a988afd2f1b9752dec970e192a
4c180a1c5871dbd1b9ac465ff356582137ec544e
refs/heads/master
2022-11-06T11:01:32.088230
2020-06-22T19:06:41
2020-06-22T19:06:41
274,211,613
0
0
null
2020-06-22T18:52:42
2020-06-22T18:19:17
C
UTF-8
C
false
false
1,447
c
#include <math.h> #include <stdlib.h> #include <stdarg.h> #include <stdio.h> struct point { double x; double y; }; double det(struct point p1, struct point p2) { return p1.x * p2.y - p1.y * p2.x; } int fun(int count, ...) { struct point pointsArray[count]; struct point vectorsArray[count];...
[ "noreply@github.com" ]
Levon2501.noreply@github.com
5a3d8d7d29955e021f335e3e8204f1ebec3318ed
0d6d31f0e83537dabb6e6ae3643d92cbe9ee4e17
/decompile_output_test/rpl_fcntl.c
60d87e46fe82d283a7e0d2e8c6fe58c1d06658b0
[]
no_license
DanielBenHayoun/automatic_functionality_detection
35debc8179733a4a209004c249943123100a7cbd
269236817946e636f2c68c0e74352deef5ab3f93
refs/heads/master
2023-01-03T02:38:26.506928
2020-10-27T18:31:31
2020-10-27T18:31:31
258,548,087
2
0
null
2020-10-17T11:01:21
2020-04-24T15:16:41
C
UTF-8
C
false
false
2,945
c
/* WARNING: Removing unreachable block (ram,0x0010514a) */ /* WARNING: Removing unreachable block (ram,0x00105154) */ /* WARNING: Heritage AFTER dead removal. Example location: s0xffffffffffffffc8 : 0x00105071 */ /* WARNING: Restarted to delay deadcode elimination for space: stack */ ulong rpl_fcntl(ulong param_1,und...
[ "daniel@daniel.bh38-VirtualBolx" ]
daniel@daniel.bh38-VirtualBolx
2c4e41864563f38c67160d0ed8340235e212a5a5
58ee6d79b9a247603add0046f7c3767abafe85ab
/assignment/phase1/ds/stack/structure_imp/hdr/header.h
dbd378269dea8a2fb972f6c501f4eaa510877d3d
[]
no_license
GadupudiLakshmi/C-Prog
97584f980ec0463250ca2e682070b30d6f571814
4350a3e08730be61012d44a377777018174e5547
refs/heads/master
2023-06-20T13:21:07.198090
2021-07-21T13:57:07
2021-07-21T13:57:07
388,131,400
0
0
null
null
null
null
UTF-8
C
false
false
349
h
#ifndef _HEADER__H__ #define _HEADER__H__ #include <stdio.h> #include <stdlib.h> #define TRUE 1 #define FALSE 0 struct STACK { int top; int stack_ele [10]; }; int isFull(struct STACK *); int isEmpty (struct STACK *); void push (struct STACK *, int); int pop (struct STACK *); int peek (struct STACK *); void traver...
[ "lakshmigadupud@gmail.com" ]
lakshmigadupud@gmail.com
4d3b87fa159a8ec445f3b4f68fbd9d41c77afbce
309783ba36cf1fc8712e6e69f7be47fb0baa18a9
/2/Matrix int/matrix.h
4b8aac422f110fef329b8008fd6cdaf02e8edb38
[]
no_license
ritasantos11/SO
3cb58b454a494b12c4efeb02b67d44163efa2bdb
98db2e464aa30d41eed389cd0357c2560a6a4d57
refs/heads/master
2020-09-05T23:44:34.229803
2019-11-15T22:18:44
2019-11-15T22:18:44
220,248,092
0
0
null
null
null
null
UTF-8
C
false
false
470
h
/* definition of new type matrix */ typedef struct { int n; int m; int* vals; } matrix; /* definition of the matrix API */ matrix* matrix_new(int, int); matrix* matrix_new_random(int, int, int, int); void matrix_print(matrix*); int matrix_get(int, int, matrix*); void matrix_set(int, int, int, matrix*); m...
[ "ritasantoscosta9@gmail.com" ]
ritasantoscosta9@gmail.com
995fea3cd689f22b7e3664b68cee70626d499b50
97b0793dc872963d1f816c7250857ffc4792b611
/Temp/StagingArea/Data/il2cppOutput/t945.h
4eff09b75ed96491d4bca884e867a15b1fdc2148
[]
no_license
JamesMoulang/LudumDare32
1e63f2d46dd8d9e8cf52cfc33a1f0f98b08d3119
9826e0eba56c85ed8161c510ba91af5bee52eea4
refs/heads/master
2020-04-27T08:17:58.678320
2015-04-23T15:33:15
2015-04-23T15:33:15
34,171,493
0
0
null
null
null
null
UTF-8
C
false
false
370
h
#pragma once #include <stdint.h> struct t18; struct t36; struct t545; struct t958; struct t959; struct t960; struct t941; struct t956; #include "t36.h" #include "t746.h" struct t945 : public t36 { t18* f8; t18* f9; t36 * f10; t36 * f11; t545* f12; t958* f13; t959* f14; t960* f15; int32_t f16; t941 * f17; t...
[ "james@jamess-MacBook.local" ]
james@jamess-MacBook.local
ce5306ef038373bc278af4635401162d66449fdc
993d84420b2e3005b1b59370db26c79d702e380a
/kernel/U-XNNPACK/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc6.c
61724ca73da7d6a85e4fc9c762aa91cfc400f16f
[ "MIT", "BSD-3-Clause", "LicenseRef-scancode-generic-cla" ]
permissive
SKKU-ESLAB/Auto-Compression
25588c5e87a141049b5816940d157a7a1c478e04
614048140f00e977e53178ce0417caaf31a29bc4
refs/heads/master
2022-12-14T20:33:25.242853
2022-12-01T07:13:45
2022-12-01T07:13:45
224,101,851
16
13
MIT
2022-12-01T07:13:46
2019-11-26T04:25:02
C
UTF-8
C
false
false
12,281
c
// Auto-generated file. Do not edit! // Template: src/f32-raddexpminusmax/avx512f-p5-scalef.c.in // Generator: tools/xngen // // Copyright 2019 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #inc...
[ "lhy920806@gmail.com" ]
lhy920806@gmail.com
8ff7fb587901a2092c077f0ca7137e50de80ded1
acd4eb2f663f8f15bb7d2425dce803235919bac3
/UtilLib/ConfigUtils.c
fbaadd5e9c550de353c862b15714a63594299d47
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
joacimmelin/NiKom
1187af962e55b359e6def0e01343269957062042
a70e77b8339407da5a399756c44862d937b0e5d3
refs/heads/master
2021-07-08T16:35:14.444395
2020-03-14T20:10:31
2020-03-14T20:10:31
247,324,138
0
0
MIT
2020-03-14T17:41:09
2020-03-14T17:41:08
null
UTF-8
C
false
false
2,369
c
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <limits.h> #include "StringUtils.h" #include "ConfigUtils.h" char *FindStringCfgValue(char *str) { char *tmp; int lastpos; tmp = strchr(str, '='); if(tmp == NULL) { printf("Invalid config line, no '=' sign found: %s\n", str); return ...
[ "niklas@nilin.se" ]
niklas@nilin.se
2a31561e9208329fb165a92aa718ca52d23e080f
e6decf8c6c75e212afc396cf3c7bf960f455810e
/src/circle_proc.c
28602ef42df28f8397a4384d891747c2fea96c0a
[]
no_license
YNKalashnikova/geometry
a6d0d7194bafb7f1af5a860ad09dfd95294f6069
21d9c52327e65614fa29faeb3cf2ffd0440c1274
refs/heads/master
2021-01-14T16:11:55.825639
2020-05-29T11:01:14
2020-05-29T11:01:14
242,675,150
0
0
null
null
null
null
UTF-8
C
false
false
880
c
#include "read_file.h" #include <math.h> #include <stddef.h> #include <stdio.h> double perimeter(figure* circle, size_t n) { return (2 * M_PI * circle[n].r); } double area(figure* circle, size_t n) { return (M_PI * pow(circle[n].r, 2)); } size_t crossing(figure* circle, size_t n, int i) { if ((sqrt(pow(c...
[ "k1431002@gmail.com" ]
k1431002@gmail.com
23083238d089892ce8ef585685473786e043ff00
878590789ab3c80f81dbbba9cf0dacfdcdc4508e
/X11/neXtaw/MultiSink.c
903f957f838190f5795717fb3742001859756089
[ "MIT" ]
permissive
juddy/NeXTAW
054ebd5ff64b9bfcc9ab5cdf238c939625952cc5
d169367fe94b686e21cd7fd067415f936cc62c69
refs/heads/master
2021-01-10T09:24:51.851113
2015-11-02T18:36:28
2015-11-02T18:36:28
45,414,179
5
1
null
null
null
null
UTF-8
C
false
false
25,005
c
/* $XConsortium: MultiSink.c,v 1.6 95/01/23 18:34:46 kaleb Exp $ */ /* MODIFIED FOR N*XTSTEP LOOK */ /* Modifications Copyright (c) 1996 by Alfredo Kojima */ /* Modifications Copyright (c) 1999 by Carlos A M dos Santos */ /****************************************************************/ /* * Copyright 1991 by ...
[ "wm@wm.local" ]
wm@wm.local
41aec2759357f5ec03e022f5cbccb5e83f91324d
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/42a61e12-7c6a-4380-aec0-4167145a7291.c
9dcbaf9a00ab88ec2ccc9efd4a411a867208b030
[]
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
586
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=14; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l/j; l = i/j; l = i-j; l = l%j; l = l-j; k = j-k*i; //variables /* START VULNERABILITY */ int a; long b[50]; long c[86]; a = ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
1f53fcf9226e075a2faa823826316e6efbef21ed
ddca3a85f04f03525c043c3b63835dc385b46804
/e2ap/headers/RICcontrolRequest.h
ed5426630549bed86d2e77ab7897158787ce34b7
[ "Apache-2.0" ]
permissive
heqzha/ric-xapp-kpimon
417230eb3d1b53b3c41133ab78ae164524198d17
2dcef8158e957c46ae94626c7fa7162de43c4115
refs/heads/master
2023-06-11T18:22:20.691801
2021-07-02T13:26:32
2021-07-02T13:26:32
382,063,591
0
0
null
null
null
null
UTF-8
C
false
false
983
h
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "E2AP-PDU-Contents" * found in "E2AP-PDU-Contents-v01.00.asn" * `asn1c -pdu=auto -fno-include-deps -fcompound-names -findirect-choice -gen-PER -gen-OER -no-gen-example` */ #ifndef _RICcontrolRequest_H_ #define _RICcontrolReque...
[ "jinwei.fan@samsung.com" ]
jinwei.fan@samsung.com
91c7eb322486f268a00df67b9a96578ea5ddab41
d6c537df666f8c5f5a8d2e45af141e7dd4778c62
/OJ/1010/src/main.c
4fe8a37e2e0dbf31967674801245e4faf6bdec83
[ "MIT" ]
permissive
rabitdash/practice
d87f4ddd52624037fb0f387a858863862b0e2a73
2becb4367d0fa7d6ad0226dfa9b67765b5c59af9
refs/heads/master
2021-06-07T01:21:20.307574
2018-09-28T06:12:43
2018-09-28T06:12:43
101,462,975
0
1
null
2017-10-30T13:07:28
2017-08-26T04:44:04
Python
UTF-8
C
false
false
218
c
#include <iostream> #include <stdio.h> using namespace std; int main() { int n, a; // n 为输入个数,a 为给定正整数 cin >> n; for(int i = 0; i < n; i++) { cin >> a; printf("%o\n", a); } return 0; }
[ "rabitdash@outlook.com" ]
rabitdash@outlook.com
36383f8b456d4c256c6fc3f06a1d55da71a625d1
594558a784cdbff0b4af622ba3fdc4fca86f1ae0
/trab2/vcube2/src/vcube2.c
6b2293a66c402b389952db89cd4bcb6828b75637
[]
no_license
giovannirosa/distributed-systems
0200bb54abc79e9911aec09556e7e068a2283cfe
223ca68eeb1c23ca11aca02aeaba795b769f0fa0
refs/heads/master
2023-03-15T01:35:32.118196
2021-03-18T02:01:23
2021-03-18T02:01:23
316,377,303
0
0
null
null
null
null
UTF-8
C
false
false
13,181
c
/* Autor: Giovanni Rosa Ultima modificao: 31/01/2021 Programa dedicado a implementacao do VCube (versao 2) como requisito para o Trabalho Pratico 2 da disciplina de Sistemas Distribuidos. Trabalho Pratico 2: Implemente as duas versoes do VCube usando SMPL. Lembre-se: na versao 1, em cada intervalo de testes, cada...
[ "giovanni_rosa4@hotmail.com" ]
giovanni_rosa4@hotmail.com
a659dbf115dbec7ddcd2f4d71c299dc93e79f9f8
2961ea3256333c3242b668810fb4d1afc1f92643
/timus/problems/1030/ac_1030.c
3b979bc33f46bf4d2344ef31dd51573b87b9eff5
[]
no_license
shaung/oj
39d404ee9d0b4969688b41c90a20ddd3972cc619
2e4b65649a19ce73184b5d98011d9198aff7aa9a
refs/heads/master
2021-01-10T20:17:49.760420
2011-01-09T11:35:48
2011-01-09T11:35:48
1,212,819
0
0
null
null
null
null
UTF-8
C
false
false
1,393
c
#include "stdio.h" #include "math.h" #define PI acos(-1.0) #define R 3437.5 #define RAD(x) ((x*PI)/(180.0*3600.0)) int main(int argc, char* argv[]) { char line[100] = ""; int xd = 0, xm = 0, xs = 0, yd = 0, ym = 0, ys = 0; double x[2] = {0.0}, y[2] = {0.0}; char dirx[2] = {0}, diry[2] = {0}; double...
[ "shaun.geng@gmail.com" ]
shaun.geng@gmail.com
af2b3399fb241dd8bc2ee2294825d1627649f3b8
3b543c8c55e4260c9b46f5ab9f05c2db3649de98
/m_timers.h
8d78e98788acc712c4706911825018101ae063f3
[]
no_license
mlautman/speaker_bot
8252c37dc0252a47841d248dbb82b27f1a54c1d8
bb8d12ed9b674a29b7a0cfd88ee57b5b51759286
refs/heads/master
2021-01-10T21:39:31.171810
2014-03-29T00:42:59
2014-03-29T00:42:59
18,230,816
1
0
null
null
null
null
UTF-8
C
false
false
172
h
#ifndef m_timers__ #define m_timers__ #include "m_general.h" #include <avr/io> void m_setup_timer(int timerNu, int timerMode, int divider , int compareOutHex, ) #endif
[ "mikeblautman@gmail.com" ]
mikeblautman@gmail.com
72bcc5660d1c368f782b2bc4e4e0dcf536098c40
a91bff5caa73da17bde636d049a9f2ba62863062
/sw/SRAM_BOOT/lib/console.c
8b34526bb90f9785f2ce30da5fa07e2b4c7b3b3b
[]
no_license
alecLI7/picorv32_soc
5e57583df72fdad0d993a76af7a3f424a1c469b3
cea3555ebd494d60b72e34a147e5e6614f4834d0
refs/heads/master
2023-04-10T21:06:45.227205
2021-04-20T08:04:24
2021-04-20T08:04:24
null
0
0
null
null
null
null
UTF-8
C
false
false
463
c
#include <stdarg.h> #include <stdio.h> #include <system.h> #include <serial.h> int console_getc(void) { return serial_getc(CONSOLE_UART_PORT_IDX); } int console_tstc(void) { return serial_tstc(CONSOLE_UART_PORT_IDX); } void console_putc(const char c) { serial_putc(CONSOLE_UART_PORT_IDX, c); } void console_puts(c...
[ "kole.huang0620@gmail.com" ]
kole.huang0620@gmail.com
fa42d1a9336dd72977f39ec0762fa77f9c38779b
9711d1ec0bd86fdae6141fbfb609fac464d07694
/firmware/avrlib/trunk/lib/def.h
468057c966917e69b356bb88f89bb684674d5481
[]
no_license
adlerweb/iSysBus
70a23617bfc87ff8826e044a3a74022ad35b3b82
e879de563a7b27b1098a0cecdae598ebb730ec79
refs/heads/master
2020-04-08T05:13:08.827003
2018-11-25T16:08:38
2018-11-25T16:08:38
159,051,532
1
0
null
null
null
null
UTF-8
C
false
false
1,113
h
/** * @file avrlib/trunk/lib/def.h * * @brief Defines. * * This file includes Defines. * * @author © Patrick Amrhein <trick-at-isysbus-dot-org> 01.05.2010. * * @date $Date: 2010-05-28 11:38:03 +0200 (Fr, 28. Mai 2010) $ * * @version $Rev: 3913 $ * * @note * This program is free software...
[ "svn.isysbus.org" ]
svn.isysbus.org
cee065c492efb46bd23fb6764e1dba7b02c17a67
4ca3c9cc7339398e3736b9ec806c008d14a07df8
/shell/shell.h
b0c178a14d89c8c133032cf2256e095b02d24473
[]
no_license
crxzy/SIMPLE-OS
4c1d198c0c4a4e9f71a220650de3c9e7e6b9dd0a
a78cef68fad46709f373fb3783e22ed4493feaf4
refs/heads/master
2023-01-23T00:08:03.489907
2020-11-21T17:17:32
2020-11-21T17:17:32
314,863,239
0
0
null
null
null
null
UTF-8
C
false
false
143
h
#ifndef __SHELL_H #define __SHELL_H #include "fs.h" void print_prompt(void); void my_shell(void); extern char final_path[MAX_PATH_LEN]; #endif
[ "xzyangg@live.com" ]
xzyangg@live.com
7bc3bb4d1bb231b1fd2e492114a8051d217a4278
47ec5f37319ab48fe4f06da25c0f65a007a65fd3
/hackerrank/tutorials/30days_of_code/regex.c
543e73f1b324e2568f550e297f689fd753641063
[]
no_license
jsu/playground
74945d9e8c0bab9f37a8d97eb730064565f1e11f
de8186ee4fdef744122980b7ece7155b42c489e6
refs/heads/master
2021-01-10T09:26:25.417344
2018-12-18T06:18:23
2018-12-18T06:18:23
47,141,445
0
0
null
null
null
null
UTF-8
C
false
false
1,454
c
#include <stdio.h> #include <stdlib.h> #include <regex.h> #include <string.h> struct Node { char *name; struct Node *left; struct Node *right; }; void print_tree(struct Node *n) { /* in order */ if(n == NULL) return; print_tree(n->left); printf("%s\n", n->name); print_tree(n->...
[ "jsu317@gmail.com" ]
jsu317@gmail.com
bd41faa3bb032f47f7c6365521ff99561947017a
008d01be5355b2017ec7bab032648f7b33999345
/src/mac_piano.c
476a8a267c58fb7d0840202f51c4313e9e86cefd
[ "MIT" ]
permissive
mattball/pianobar
d61db7bfd3ce08dd637cd304b520d7920106b6e7
129bb756f01f5a0398fa981c72ab384c5910f339
refs/heads/master
2020-12-25T04:27:42.307679
2010-05-23T18:34:06
2010-05-23T18:34:06
662,345
1
0
null
null
null
null
UTF-8
C
false
false
16,143
c
/* Copyright (c) 2008-2010 Lars-Dominik Braun <PromyLOPh@lavabit.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 without limitation the rights to use, co...
[ "jweinberg@rpfister.roundarch.com" ]
jweinberg@rpfister.roundarch.com
ae52dd9c9a3b87db0cb47d26e8deb3b4557b42f6
4fd9d192effed7ea8eb217bdf72a1af21447f882
/provably_secure/portable/poly.c
32b5247ae6550e87d4d979557b3d5b846838e661
[ "MIT", "BSD-3-Clause", "LicenseRef-scancode-generic-cla", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference", "CC0-1.0" ]
permissive
MaslDi/qTESLA-Library
d411dd08ccb089011ccd658e536acf298df54ffa
a5e60927e08d9f2fefea74138f208d14514ba5d1
refs/heads/master
2020-08-07T19:10:31.597334
2019-10-04T01:59:12
2019-10-04T01:59:12
null
0
0
null
null
null
null
UTF-8
C
false
false
7,609
c
/************************************************************************************* * qTESLA: an efficient post-quantum signature scheme based on the R-LWE problem * * Abstract: NTT, modular reduction and polynomial functions **************************************************************************************/...
[ "noreply@github.com" ]
MaslDi.noreply@github.com
7956ea369c67976b9a8761ce99427fc43c96d5c2
7b86a54c8b37703bbd6fba3b9dd50519aa90107f
/skink/app/app.h
691ee31d5e65551d1666526d365db6a911f1d5ff
[]
no_license
sidwarkd/waterworx-device
58f5fb03f5618dabd637f4363c803ef45a96d0d7
96191a260854996cbcb187b39a81329f51a7f6d4
refs/heads/master
2021-01-10T21:34:01.389861
2012-09-08T06:47:50
2012-09-08T06:47:50
3,467,156
1
2
null
null
null
null
UTF-8
C
false
false
478
h
#ifndef APP_H #define APP_H #include <xc.h> #include <plib.h> #include "userconfig.h" #include <string.h> void InitializeSystem(); // Modules #include <base/module.h> #include <delay/module.h> //#include <mdd/module.h> #include <bootldr/module.h> //#include <crystalfontz/module.h> //#include <wifi/module.h> //#inclu...
[ "sidwarkd@hardlysoftware.com" ]
sidwarkd@hardlysoftware.com
2537a963f5e61c0e8d2dfa067837676573e5e67f
54198d20656219e657a14bd1987c7088a6a36692
/app/xgc/getfile.c
3905c1636d9f710014f8446f50041679653cc955
[ "X11", "MIT" ]
permissive
bitrig/bitrig-xenocara
4c288d36a512c88aa6e98637a7001522ae2262fc
689a1c2f5e4b05ee6d5fed4b4cd398186e3d95a7
refs/heads/master
2020-12-24T17:36:23.163790
2016-11-28T03:12:12
2016-11-28T19:05:31
4,652,376
11
8
null
null
null
null
UTF-8
C
false
false
4,472
c
/* ** getfilename.c ** */ #include <X11/Intrinsic.h> #include <X11/StringDefs.h> #include <X11/Xaw/Label.h> #include <X11/Xaw/Command.h> #include <X11/Xaw/Form.h> #include <X11/Shell.h> #include <X11/Xaw/AsciiText.h> #include <stdio.h> #include "xgc.h" static Widget popupshell = NULL; /* popup dialog box */ Widget ...
[ "matthieu@cvs.openbsd.org" ]
matthieu@cvs.openbsd.org
8f13984a706bfa5d8358bb8a7153c5c5a06f9611
478a53c4b54b5c79be258d8914b46352b07a1f63
/src/modules/event/event.c
819e820edae2d7ae576d3432043fdd669455679b
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
krzentner/lovr
d3da0aa811e0e650865043f8b04b2888e5f16cd4
7e18bfdc675790a0b69ca81155525bd586f70b6b
refs/heads/master
2020-09-23T14:18:58.833355
2019-12-03T03:06:13
2019-12-03T03:12:34
225,519,371
0
0
MIT
2019-12-03T03:09:05
2019-12-03T03:09:04
null
UTF-8
C
false
false
1,283
c
#include "event/event.h" #include "platform.h" #include "core/arr.h" #include "core/ref.h" #include "core/util.h" #include <stdlib.h> #include <string.h> static struct { bool initialized; arr_t(Event) events; size_t head; } state; void lovrVariantDestroy(Variant* variant) { switch (variant->type) { case T...
[ "tie.372@gmail.com" ]
tie.372@gmail.com
38b7856d222b6f4fb1de4da6bb4f767b162e5432
22429c48c91a8aa249211f0a0f0612f0d4c52bc7
/singlyLL.c
ff9edd30dfd8e7b2775b2c9000d4394f1a6e278f
[]
no_license
anugrahrastogi123/datastructuresC
39be9f07666120442d5bc2360d198fc786dc42d6
694a84fcc557fa4a85c9c49ff2a517412e376cac
refs/heads/master
2020-06-20T17:04:01.959285
2019-07-16T12:42:17
2019-07-16T12:42:17
197,187,170
0
0
null
null
null
null
UTF-8
C
false
false
2,764
c
#include<stdio.h> #include<stdlib.h> struct node { int data; struct node *next; }; void insertBeg(struct node **start,int val) { struct node *temp=(struct node*)malloc(sizeof(struct node)); if(NULL==temp) { printf("Cannot create a new node, overflow has occured. "); return; } ...
[ "anugrahrastogi@gmail.com" ]
anugrahrastogi@gmail.com
11a12b3e51f845eb18eb6d61c8ca5d97aa01d33a
e0a90981bdab2e58fd21e6036925d9cee05f60c0
/minesweeper_project/win.h
966427aff315bd3f36d28bbd14fc2dcc4ecfbb69
[]
no_license
Mahmoud97Hesham/minesweeper_project
54192b808c73e8b89077b7fd1cd13ff037d4662c
da25745db5e76dcb998b26f9d132b2e79438104c
refs/heads/master
2021-01-12T04:12:32.280670
2016-12-28T20:55:36
2016-12-28T20:55:36
77,537,825
0
1
null
null
null
null
UTF-8
C
false
false
675
h
int win(int row,int coloumn,char grid[row][coloumn],char value[row][coloumn]) { int static win1=0; int i,j; for(i=0;i<row;i++) { for(j=0;j<coloumn;j++) { if(value[i][j]=='*') { if(grid[i][j]=='F'||grid[i][j]=='X'||grid[i][j]=='?') ...
[ "noreply@github.com" ]
Mahmoud97Hesham.noreply@github.com
bdd30773072ecfe1a67f470d91652a0b3c8ea72d
e7f314ab4fe6b063a026cb9af0eb0ad0933f335d
/Pt2ZNuQ2pi0_aa_all_UML_Pcorr_bkgExpxG_Tvz/data_FeD_Fe/rspic/hM1_3.C
579088ab9abd49cd096a2dfdbaf1e954e429a598
[]
no_license
orsosa/EG2_analysis
016f91bb3761b0cf309523837ebf2124944f8341
08cea395b98d050ea9ffbca866e267158578f147
refs/heads/master
2021-01-21T22:35:47.935595
2018-10-03T19:06:10
2018-10-03T19:06:10
102,161,447
0
0
null
null
null
null
UTF-8
C
false
false
49,662
c
void hM1_3() { //=========Macro generated from canvas: c/The canvas //========= (Sun Jun 10 00:34:41 2018) by ROOT version 6.12/06 TCanvas *c = new TCanvas("c", "The canvas",1,1,920,666); gStyle->SetOptStat(0); c->SetHighLightColor(2); c->Range(0,0,1,1); c->SetBorderSize(2); c->SetFrameFillColor(0); ...
[ "oj.5070@gmail.com" ]
oj.5070@gmail.com
4f2585f54639e8697740d62a558328657a23c35e
544d8af67e7e74551841b373d0ae5b07b04f6a57
/source/8051/program8051/program8051.c
b59fd0e5b0e8aaa85c1cd74950aa83281338a971
[ "Apache-2.0" ]
permissive
srfunksensei/MIPS
4ee9b5755224d7db1048c995d66f337c5fa0b542
e0b9ef813949456ef72bc4536524190a101be39c
refs/heads/master
2020-03-23T03:17:03.194058
2018-07-15T11:34:41
2018-07-15T11:34:41
141,021,743
0
0
null
null
null
null
UTF-8
C
false
false
15,242
c
#include <program8051.h> /*========================================================================== VARIABLES ===========================================================================*/ /* INTERFACES */ /*keyboard*/ unsigned char xdata key_portA _at_ 0x8000; unsigned char xdata key_portB _at_ 0x8001;...
[ "sr.funk.sensei@gmail.com" ]
sr.funk.sensei@gmail.com
0ebd3ac444861a34f2e19984a80678f5838138c3
0d57893c36f0226335577773a7bf99cd98b3e3a3
/generated/GlobalGNB-ID.c
3ce379a759885acc2d92635ee97bc47b484ef9f2
[]
no_license
cakir-enes/ransim
609c69adf8a3c3928494806ca0db9edd3f1f46ca
7c7a3de16446c74e4914f48f2f45d7a69d5fa5b6
refs/heads/master
2020-07-30T01:07:38.589174
2019-09-21T17:49:10
2019-09-21T17:49:10
210,029,354
0
0
null
null
null
null
UTF-8
C
false
false
2,214
c
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NGAP-IEs" * found in "NGAP-IEs.asn" * `asn1c -fcompound-names` */ #include "GlobalGNB-ID.h" asn_TYPE_member_t asn_MBR_GlobalGNB_ID_1[] = { { ATF_NOFLAGS, 0, offsetof(struct GlobalGNB_ID, pLMNIdentity), (ASN_TAG_CLASS_CONTEXT | (0...
[ "tinkymortis@gmail.com" ]
tinkymortis@gmail.com
17da677b863f82cf762c4e230b522feab33c0858
304a41e6c37e04684590891fb23b61db1e6a3e78
/EAWebKitSupportPackages/DirtySDK/local_15.1.6.0.2/source/dirtysock/unix/dirtyerrunix.c
b18f96ede980ca8a7cf5aab6444e8e24f1e3012e
[]
no_license
mundak/eawebkit
445322bc07066abd045574365b7e314677b9c9fe
3306465e17595fc454ea4ae228b2c72710809f4e
refs/heads/main
2023-08-25T05:01:08.997135
2021-10-10T04:59:02
2021-10-10T04:59:02
415,479,861
0
0
null
null
null
null
UTF-8
C
false
false
20,201
c
/*H********************************************************************************/ /*! \File dirtyerrunix.c \Description Dirtysock debug error routines. \Copyright Copyright (c) 2005 Electronic Arts Inc. \Version 10/04/2005 (jbrookes) First Version */ /******************************...
[ "mcinek@gmail.com" ]
mcinek@gmail.com
40fba22346f0162db43b31cdd7df1290d2f1946f
4c59f4da523df5b09b8bcd1a4b390c093a26b9b0
/Programmation Système/Exercices/Theme 1/11.c
197359a2df5150c7ef660177a8df170d7b06d9a6
[ "BSD-3-Clause" ]
permissive
ticuss/Mon-parcours
efcb633d5461b9af7a4426e252b5bcde8b676deb
85e162691feb4008372584b1922dbd0c4c11f18f
refs/heads/master
2023-03-27T11:05:14.832185
2021-03-26T15:59:16
2021-03-26T15:59:16
274,419,849
0
0
null
null
null
null
UTF-8
C
false
false
27
c
#define carre(x) ((x)*(x))
[ "ticu369@gmail.com" ]
ticu369@gmail.com
45816956462c9e662c9e8424ffa1eb73821fa50c
0ed2a116dbe571c95a35ccf518b9f761ffb595ec
/closing.c
668059a9f808422fabd51493979687f082731eba
[]
no_license
jwwagner/MD_code
05e879729fbcd875151b860861d2d1025e03c199
96e45be756b4c3e5cc4866b610e2b0ca2d05385d
refs/heads/master
2021-03-27T12:36:15.265332
2013-07-23T19:45:12
2013-07-23T19:45:12
11,600,022
0
0
null
null
null
null
UTF-8
C
false
false
499
c
//closing.c void FreeMemory(void) { long i; for(i = 0; i < System.total_cells; i++) { Neighbor[i].length = 0; if(System.counter != 0) { free(Neighbor[i].cell); } } free(Neighbor); //printf("free Neighbor\n"); free(Prototype); ...
[ "jwwagner@uchicago.edu" ]
jwwagner@uchicago.edu
3b1af2d98fa7fe674da7a30c478f140faf1c7e85
556b467b0e31835de656c71a8f4e0bfd4acb7442
/d/huashan_zx/guodaoe3.c
2a55a435eefbfbf1476f3d942dfaa7fd764393cf
[]
no_license
afeizh/txmud
a4a48cb663eccfdf5aa0b951d34e93437a17c9fa
717c8ef173bff8abe27e00fb8dc150cbf02b3c3a
refs/heads/main
2023-08-07T20:33:48.154233
2021-09-16T15:34:37
2021-09-16T15:34:37
null
0
0
null
null
null
null
GB18030
C
false
false
481
c
// Room: guodaoe3.c by pian inherit ROOM; void create() { set("short", "曲径回廊"); set("long",@LONG 这是一条雕梁画柱的回廊,梁柱上画的都是道教里的人物, 可能是本派的什么典故吧。回廊环抱着整个前院。前院其实就是 一个不小的花园。 LONG ); set("exits", ([ /* sizeof() == 2 */ "southwest" : __DIR__"guodaoe2", "northeast" : __DIR__"guodaoe4", ])); set("outdoors", "huashan_p"); setup...
[ "i@Mud.ren" ]
i@Mud.ren