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
e448660de2f142d37f141717ee582f6d721e657a
43a24a0c31f32c09535f3404a6e4d05a33af20db
/proyecto3/OLD2/trans.c
d752e9d803055e58b8f016f417fbfa45eeb0db4c
[]
no_license
hmadrigal/computergraphics
9b818ecf25dc2fc7edfdd158987c15f6ff28f5dd
620325450fe3eaf1e22f8ae973fe6d17b76bc7b7
refs/heads/master
2021-04-15T12:17:00.649658
2018-03-27T02:21:55
2018-03-27T02:21:55
126,916,090
0
0
null
null
null
null
UTF-8
C
false
false
10,632
c
#include "trans.h" Point3D translate(Point3D p, double tx, double ty, double tz) { p.x += tx; p.y += ty; p.z += tz; return p; } Point3D scale(Point3D p, double sx, double sy, double sz) { p.x *= sx; p.y *= sy; p.z *= sz; return p; } Point3D rotate_x(Point3D p, Point3D ancla, double angle) { Point3D tmp, new...
[ "hfmad@hotmail.com" ]
hfmad@hotmail.com
f484cdaff774ab958d2768822418b9d9ecd38ae4
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function13856/function13856_schedule_4/function13856_schedule_4_wrapper.h
a0cbb7d170d8dd52aac730af43eaeb1e9a131165
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C
false
false
471
h
#ifndef HALIDE__generated_function13856_schedule_4_h #define HALIDE__generated_function13856_schedule_4_h #include <tiramisu/utils.h> #ifdef __cplusplus extern "C" { #endif int function13856_schedule_4(halide_buffer_t *buf00, halide_buffer_t *buf01, halide_buffer_t *buf02, halide_buffer_t *buf03, halide_buffer_t *bu...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
bdb534680b3066794069d45b3ce227755912b27c
0e5cfc95c33ff384508b0eb7914231e8e209239f
/aulaUART/main.c
8784d7e229368a0942e7f3e1eeae94a785d481c1
[]
no_license
DavidArcari/TivaC
30df8592b85759f8608a2e68e5551965cf1cff3a
cd45ddc2160512a3e7be28e25e5496d9d58d84a9
refs/heads/master
2020-09-25T03:28:53.009195
2020-01-31T15:40:47
2020-01-31T15:40:47
225,907,462
0
0
null
null
null
null
UTF-8
C
false
false
2,563
c
/** * Aula de UART - 29/10/2019 */ // U0Rx connected to PA0 // U0Tx connected to PA1 #include <inttypes.h> #include <tm4c123gh6pm.h> #define UART_FR_TXFF 0x00000020 // UART Transmite FIFO Full #define UART_FR_RXFE 0x00000010 // UART Recebe FIFO Empty void UART0_Init(voi...
[ "david.arcari@b2ktech.com.br" ]
david.arcari@b2ktech.com.br
c6417559bc89d1f0221417840692842cfe6809f9
11873247940055dfb21eb18a979c6714e59b7a47
/minishell.h
2ecc78e251d53a96e6c74171d1894abe61946474
[]
no_license
budelphine/_shell
768c2a3e920229b2491295f693205eb6afebee8c
337e2f20ad84a8739d2dac9da479af0638c46966
refs/heads/main
2023-06-07T03:00:46.758539
2021-07-08T15:17:05
2021-07-08T15:17:05
384,132,442
0
0
null
null
null
null
UTF-8
C
false
false
2,162
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* minishell.h :+: :+: :+: ...
[ "noreply@github.com" ]
budelphine.noreply@github.com
47823d27eae68539cb8f75b54c3b447a3d5bb9c7
fbdb3e4df3925b330739e599d7f539a5aea4f163
/d/xiakedao/wuqiku.c
2c7e9fb6de8e0ec396fce892f64068e91279c180
[]
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
625
c
// wuqiku.c inherit ROOM; void create() { set("short", "武器库"); set("long", @LONG 这里是侠客岛的武器库,架上摆满了各种武器,任由来岛的武士 们挑选。 LONG ); set("exits", ([ "east" : __DIR__"dating", ])); set("objects", ([ "/d/village/obj/zhujian" : 2, ...
[ "i@oiuv.cn" ]
i@oiuv.cn
ba326a2d4779b3346256cdd6cd2143605f805e4e
7788fc56010fb4cbe35c50e4357ff09bb2afef27
/src/scheduling.c
cb3e88f692c3fc45716b33b27cd5af8d843e21ed
[]
no_license
venkatarajasekhar/lab04_interrupt_scheduling_firmware
aa3e9c76ff7f4286cc83c14344e06424afc91e71
369f604cf1aa5134ea55a658920888814a1ba115
refs/heads/master
2021-01-12T08:05:07.653327
2014-10-17T02:09:35
2014-10-17T02:09:35
null
0
0
null
null
null
null
UTF-8
C
false
false
7,453
c
#include "lab04_tasks.h" #include "scheduling.h" uint16_t CCR1_Val = 0; uint16_t CCR2_Val = 0; uint16_t CCR3_Val = 0; uint16_t CCR4_Val = 0; uint16_t Period = 2000; uint16_t PrescalerValue = 0; uint16_t counter = 0; MotorSpeeds newspeeds = {.m1 = 0, .m2 = 0, .m3 = 0, .m4 = 0}; uint64_t led_counter = 0; int motorInit...
[ "kraintherain@gmail.com" ]
kraintherain@gmail.com
bb43c2c22c31acc1dd4773023ca31f024cabe644
387ac90430d3e826c036f6ae917c96af6dd2673b
/tests/comparisons/combo6.c
87cb3ad1baac271134c6d675d69a10784134fc6f
[]
no_license
benanders/Cosec
197c5b2f15a2fca4b10b2fad62a305fb40dfa9eb
4dd1c13f60c557ca10631a197b3d0dbc22dfb714
refs/heads/main
2023-06-08T16:27:22.566835
2023-05-29T06:52:55
2023-05-29T06:52:55
442,438,043
3
1
null
null
null
null
UTF-8
C
false
false
161
c
int main() { int a = 3; int b = 4; int c = 5; int d = 6; if ((a == 1 || b == 4) && c == 5 && d == 6) { return 1; // expect: 1 } else { return 0; } }
[ "benandrs@gmail.com" ]
benandrs@gmail.com
ac24bcec44ae3b4e0996ac499007999dabb46206
b30f415c628f83e4dd7cc4babb8fe9b650ef33cc
/lab5/5-7.c
98b1f6a8cc509a49b1b166f1efdc83a9ef881224
[]
no_license
poohyhy/C-2
033e82eb1bb1aaa7108b4e7a5b9c086b9d5b7c14
1c582bbca6f37869562b3f51aa2a2944395c2278
refs/heads/master
2023-05-09T20:36:28.814415
2021-06-08T18:20:48
2021-06-08T18:20:48
359,087,441
0
0
null
null
null
null
UTF-8
C
false
false
2,066
c
#include <stdio.h> #include <string.h> #include <stdlib.h> #define MAXLINES 5000 #define ALLOCSIZE 1000000 static char allocbuf[ALLOCSIZE]; static char *allocp = allocbuf; char *lineptr[MAXLINES]; char *alloc(int n) { if (allocbuf + ALLOCSIZE - allocp >= n) { allocp += n; return allocp - n; } else return 0; }...
[ "poohyhy98@gmail.com" ]
poohyhy98@gmail.com
5c89224aaca2269c5b809f72a166690f5ea1225d
2b351155a7a5abc60a2906f81b1fc2dd9ba46d3f
/dominion/killed/mutant101177_dominion.c
a6164991f37f6ea32fdb62ca9971f8fcfd914a91
[]
no_license
cs362sp16/cs362sp16_lantowp
60a392b1193bfc7b01e69b3d82705502ab4bb45b
c6908605e331a9fed0f959072b409e2e4d335b1f
refs/heads/master
2021-01-21T14:04:33.814557
2016-06-07T05:25:28
2016-06-07T05:25:28
55,734,052
1
0
null
2016-04-19T23:55:36
2016-04-07T23:08:44
C
UTF-8
C
false
false
31,854
c
#include "dominion.h" #include "dominion_helpers.h" #include "rngs.h" #include <stdio.h> #include <math.h> #include <stdlib.h> int compare(const void* a, const void* b) { if (*(int*)a > *(int*)b) return 1; if (*(int*)a < *(int*)b) return -1; return 0; } struct gameState* newGame() { struct gameState* ...
[ "agroce@gmail.com" ]
agroce@gmail.com
393991b7e05a445fe044df0a50838a85c34141a0
afd398a030c24807a476c58dbd5aa439537dad71
/src/cattools/lc/op_math.c
5dd7da633759a0219ccd2050bebebce5083e7ac5
[]
no_license
nickkaiser/imcat
12104ae571265029918fb9ef7dbc6d4fdd23d4ff
c7c15bc3f36c377b11bbdf868cc556835dbffe85
refs/heads/main
2023-01-23T08:54:44.010489
2020-11-19T17:32:30
2020-11-19T17:32:30
314,297,744
1
0
null
null
null
null
UTF-8
C
false
false
450
c
/* * op_math.c */ #include <stdio.h> #include <math.h> double times(double x, double y) { return (x * y); } double plus(double x, double y) { return (x + y); } double divide(double x, double y) { if (y == 0.0) { return (0.0); } else { return (x / y); } } double minus(double x, double y) { return (x...
[ "kaiser@Nicks-MacBook.local" ]
kaiser@Nicks-MacBook.local
e351cd645dd2552fdea8644e0546c945aa70382c
711e5c8b643dd2a93fbcbada982d7ad489fb0169
/XPSP1/NT/printscan/fax/setup/wizdll/faxwiz.c
3af82680b7cde21749fcc8dc9ff420df6de49a80
[]
no_license
aurantst/windows-XP-SP1
629a7763c082fd04d3b881e0d32a1cfbd523b5ce
d521b6360fcff4294ae6c5651c539f1b9a6cbb49
refs/heads/master
2023-03-21T01:08:39.870106
2020-09-28T08:10:11
2020-09-28T08:10:11
null
0
0
null
null
null
null
UTF-8
C
false
false
33,926
c
/*++ Copyright (c) 1996 Microsoft Corporation Module Name: wizard.c Abstract: This file implements the setup wizard code for the FAX server setup. Environment: WIN32 User Mode Author: Wesley Witt (wesw) 17-Feb-1996 --*/ #include "wizard.h" #pragma hdrstop /...
[ "112426112@qq.com" ]
112426112@qq.com
eecb7c5b927521a3d6db1e6945faddf4204b8a9f
41158b0bcbf0ab34d756c90a2989a156f9a2b620
/benchmarks/petsc-3.6.3/build/include/petsc/finclude/petscisdef.h
4092d566a02610ef398cd06efe0629ffa06b4823
[ "BSD-2-Clause" ]
permissive
spcl/fflib
18579724b701a4a74f2bc8790cbb004f610b6774
63eb913dcdadef1befbdd18ca885eabe06f52aad
refs/heads/master
2020-03-08T03:51:41.167349
2018-04-03T12:57:50
2018-04-03T12:57:50
127,903,698
2
1
null
null
null
null
UTF-8
C
false
false
840
h
! ! ! Include file for Fortran use of the IS (index set) package in PETSc ! #if !defined (__PETSCISDEF_H) #define __PETSCISDEF_H #include "petsc/finclude/petscsysdef.h" #if !defined(PETSC_USE_FORTRAN_DATATYPES) #define IS PetscFortranAddr #define ISColoring PetscFortranAddr #define PetscSection PetscFortranAddr #end...
[ "salvo@salvo-desk.inf.ethz.ch" ]
salvo@salvo-desk.inf.ethz.ch
5ca601de5b4db9968734340d311dfcebfaef05d5
25bd5f524ea21f265462d8a3abe79707fd0a8320
/src/qt/test/paymentrequestdata.h
4b668f1e1fde9a74be6df36218a62e86f6c6ff27
[ "MIT" ]
permissive
yavwa/Shilling
7d02cf19ec15da10ba4ae56336977bd1f2de21ff
40caf3cdc5ccff01d5889938e21699c0d0b838b6
refs/heads/master
2020-04-17T21:55:17.439202
2019-06-12T04:58:40
2019-06-12T04:58:40
63,400,569
6
4
MIT
2018-06-22T06:40:25
2016-07-15T07:18:30
C++
UTF-8
C
false
false
25,637
h
// Copyright (c) 2009-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. // // Data for paymentservertests.cpp // // Base64/DER-encoded fake certificate authority certificates. // Convert pem to ba...
[ "digitalshilling@gmail.com" ]
digitalshilling@gmail.com
01a3051f4d23d8d307ab48c1fde5d1c286c20971
ad109567c973d9518ec651b8af7fbb28e29c8276
/txtfind.c
8f71e37c39aadb8d22f2f20dbf5ef830bf7b21ef
[]
no_license
Avrahamadana/Ex3-C
b8636a62609c088f44c5dc2217a0a6149aa5576a
5e50768e50bb8c9566215adbad2209a3020e7d9b
refs/heads/main
2023-02-12T14:09:59.095445
2021-01-05T19:28:51
2021-01-05T19:28:51
327,087,364
0
0
null
null
null
null
UTF-8
C
false
false
3,829
c
#include "txtFind.h" int initStringToSearch(char str[][Max_Line_Length]) { char c; int line = 0; int charCount = 0; while (scanf("%c", &c) != EOF) { if (c == '\n') { str[line++][charCount] = c; charCount = 0; } else { str[l...
[ "avrahamadana91@gmail.com" ]
avrahamadana91@gmail.com
4504a1f8ab15bc8290631673cbec381c27068ae8
b18a6fb35e5f0aa95bdbd75f6a974ecc26c8c492
/src/ft_putnbr_fd.c
a48667bdd82ffa4f63a3483002c16fc803f2b9bf
[]
no_license
mufarosimbisayi/libft
f12e1d0bf45943c36ac3180f3ab9dc843f1dede0
4fb4edbe4019a3fcccfb91245c901b5cd88bba37
refs/heads/master
2023-01-24T20:26:31.370530
2020-11-27T06:41:05
2020-11-27T06:41:05
316,419,889
0
0
null
null
null
null
UTF-8
C
false
false
340
c
/** Outputs the integer n to the file fd. **/ #include "libft.h" void ft_putnbr_fd(int n, int fd) { if (n == -2147483648) { ft_putstr_fd("-2147483648", fd); return; } if (n < 0) n *= -1; if (n >= 0 && n < 10) ft_putchar_fd((n % 10) + '0', fd); if (n >= 10) ...
[ "mufaro@wethinkcode.co.za" ]
mufaro@wethinkcode.co.za
5d04a744102e67590cb2c9d18877641b5fe51cc0
0bed12f4a0b2a9baf186649496c120bbdef16dc7
/test/xtensa_tls.c
86c9a269e524c13b8d328387e2e618417808a29d
[]
no_license
jcmvbkbc/xtensa-abi
59b4bc00883a20c421c78fd9e4aa119a3a9e4119
58737d75cfb0bde15b6bcad9c4b15966bf7af815
refs/heads/master
2021-01-12T04:19:42.812895
2020-05-08T08:37:22
2020-05-08T08:37:22
77,587,755
1
0
null
null
null
null
UTF-8
C
false
false
203
c
int __thread g1; int __thread g2; static int __thread s1; static int __thread s2; void f(void *p); void g(void) { f(&g1); f(&g2); f(&s1); f(&s2); } void f(void *p) { } void _start(void) { g(); }
[ "jcmvbkbc@gmail.com" ]
jcmvbkbc@gmail.com
bc8371a2655ed5d5fb71a9bdbecaa4e0cc3e665a
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/printscan/print/drivers/usermode/lib/ps/psutil.c
85cd245cb06a4a51b0498b857b6bfa1e3f129637
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C
false
false
40,998
c
/*++ Copyright (c) 1996-1997 Microsoft Corporation Module Name: psutil.c Abstract: PostScript utility functions BInitDriverDefaultDevmode BMergeDriverDevmode VCopyAnsiStringToUnicode VCopyUnicodeStringToAnsi PGetAndConvertOldVersionFormTrayTable BSaveAsOldVe...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
77b47f7657ac245cc69243203e6775eedbcc8e3e
07f60490cc2e679059b2000f77d2c2e9a8bd9eb6
/src/kex_lwe_okcn/lwe.c
adaa96845e2e115b6a48b49e8fface1cf23cfeea
[ "MIT", "LicenseRef-scancode-unknown-license-reference", "Unlicense", "CC0-1.0", "LicenseRef-scancode-public-domain" ]
permissive
Nathaniel100/liboqs
ece05aa9a2fa96b02f356c804713f4a7ff9f4719
55dcba6c00ea9fdf87934de37b81d782ca60c776
refs/heads/master
2023-04-07T16:13:47.368039
2019-03-10T15:32:16
2019-03-10T15:32:16
null
0
0
null
null
null
null
UTF-8
C
false
false
3,995
c
#include <assert.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "local.h" #include <oqs/aes.h> #define min(x, y) (((x) < (y)) ? (x) : (y)) // Pack the input uint16 vector into a char output vector, copying lsb bits // from each input element. If inlen * lsb / 8 > outlen, ...
[ "albusmath@gmail.com" ]
albusmath@gmail.com
897828b9573f4a480f1b78982f4beb94f8951649
0e8f8172619a65c8e0c809c573a88e57217a198e
/DBOWIKI/DBOWIKI-Bridging-Header.h
36186d5c015392fae0b7cb062931806ead8a3bcf
[]
no_license
Alejandro-HUB/DBOWIKI
1b934ef8c871a538e99a04a03f51f835c9a9942d
a98f92b6fc6c48ddba56c0fedf27b36ef46e8f73
refs/heads/master
2022-01-10T18:26:07.888639
2018-08-08T16:48:04
2018-08-08T16:48:04
null
0
0
null
null
null
null
UTF-8
C
false
false
81
h
// // Use this file to import your target's public headers that you would like
[ "kacperkuzniak@pc-2736.home" ]
kacperkuzniak@pc-2736.home
b7bfe1f604b5394fc8c52b293a0d68c33df6f14b
eb4850b8a47565345260b425776598d8e03aad12
/code/frcore/frcore_ipc.h
a92452aeeb1f7ce3c7c6d6a9b1b274c17a9647e3
[]
no_license
ssliketheworld/barley
53a3cacfdf37fbc6d1aaf121b00ce347dd291a7f
63633ffcc2db1709c88186c34b2ae9feec5a30b3
refs/heads/master
2023-03-19T20:04:06.424625
2019-03-12T09:52:45
2019-03-12T09:52:45
null
0
0
null
null
null
null
UTF-8
C
false
false
1,832
h
#ifndef __FRCORE_IPC_H__ #define __FRCORE_IPC_H__ #include "frcore_pkt.h" #include "frcore_stat.h" #include "frc_dma.h" #include "frcore_proto.h" #include "frcore_ssn.h" #include "frcore_ssn_priv.h" #include "frcore.h" #include "frcore_cmd.h" #include "frcore_misc.h" #include "frc_pack.h" #include "frcore_proto.h" #in...
[ "shan275@163.com" ]
shan275@163.com
08d1dfa1b094b9e369715e3df0cff35a6bc9e774
b3f5948a6831c27c50b2b0095e7904b3b7c86337
/raytracer2/ShaderFunctions.h
e30afb30f7c49f1df6fc3a19f5bbb146f40ff96d
[]
no_license
yegorsw/raytracer
adab155b3f5c0dcd5afb643367e8dbfe13f70c90
b2523711a0f2473f17ad2d946685401773ad3fea
refs/heads/master
2020-06-14T16:25:33.316012
2018-08-29T06:49:56
2018-08-29T06:49:56
75,159,943
0
0
null
null
null
null
UTF-8
C
false
false
189
h
#pragma once double fresnel(double dotProduct, double iorCurrent, double iorNext); Vec reflect(Vec& dir, Vec& normal); Vec refract(Vec& dir, Vec& normal, double iorCurrent, double iorNext);
[ "Yegor-s@DESKTOP-8MHSM9D" ]
Yegor-s@DESKTOP-8MHSM9D
d28f47e21ed0f7513914a0992f0fab510d8c16f0
1f5c8bdd1c15a94e2b0c6cdc389d83d0937de82a
/Temp/il2cppOutput/il2cppOutput/mscorlib_Mono_Security_Cryptography_KeyBuilderMethodDeclarations.h
5310a1ef97c76e7f1b365cb15ae1684ef0e55e61
[]
no_license
White-Wlof/Pull_Action
8798e0767180269bfe686abc5bb9110c53e39346
587d3b9bd1c5d12507563fad450e31bad897c176
refs/heads/master
2021-01-10T14:36:15.399060
2015-11-25T02:30:51
2015-11-25T02:30:51
46,396,200
0
0
null
null
null
null
UTF-8
C
false
false
1,055
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t610; // System.Byte[] struct ByteU5BU5D_t613; #include "c...
[ "cihi13042@g.nihon-u.ac.jp" ]
cihi13042@g.nihon-u.ac.jp
845061b7dcf81ec9bd3a3335e5cbe5fd687013e0
5a8cf24dee0118211a5fa6cc9db444b4d4d36534
/parser.h
8acf23be7b12669a0808ba3831b71b1c45565170
[]
no_license
dorpex23/Comp_Compiler
e14d0509f229613d58c0cf1ed344dfdb4b076132
d272266be973f5e2cd68dfbe8c176d9aba5b6fb2
refs/heads/master
2020-04-21T13:28:50.254004
2019-02-07T16:10:04
2019-02-07T16:10:04
169,600,033
0
0
null
null
null
null
UTF-8
C
false
false
3,244
h
/* A Bison parser, made by GNU Bison 3.0.4. */ /* Bison interface for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, 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 t...
[ "noreply@github.com" ]
dorpex23.noreply@github.com
8ab3219433966fb028e19420b10131e9c40a7290
de8c0ea84980b6d9bb6e3e23b87e6066a65f4995
/3pp/linux/net/sctp/transport.c
3bbe1a58ec876ec594256166c948ade2d9b4948b
[ "Linux-syscall-note", "GPL-2.0-only", "MIT" ]
permissive
eerimoq/monolinux-example-project
7cc19c6fc179a6d1fd3ec60f383f906b727e6715
57c4c2928b11cc04db59fb5ced962762099a9895
refs/heads/master
2021-02-08T10:57:58.215466
2020-07-02T08:04:25
2020-07-02T08:04:25
244,144,570
6
0
MIT
2020-07-02T08:15:50
2020-03-01T12:24:47
C
UTF-8
C
false
false
21,288
c
// SPDX-License-Identifier: GPL-2.0-or-later /* SCTP kernel implementation * Copyright (c) 1999-2000 Cisco, Inc. * Copyright (c) 1999-2001 Motorola, Inc. * Copyright (c) 2001-2003 International Business Machines Corp. * Copyright (c) 2001 Intel Corp. * Copyright (c) 2001 La Monte H.P. Yarroll * * This file is pa...
[ "erik.moqvist@gmail.com" ]
erik.moqvist@gmail.com
355e234214191623a5d7b1cb94a7d5b2361cae47
c2e4c54ac9e0cf0f7ee6a9b5a3d730742e0616a1
/modules/hl7802/cellular_hl7802.c
8a9eab6a47b0114244c7a9389f0c7513fe22a58e
[ "MIT" ]
permissive
ACG-Jake/Lab-Project-FreeRTOS-Cellular-Library
4961c2caeb1dbc9789e90897702f8ebd3995c620
e9da3fe417f6cad36ac8fc63ad19135c33d836aa
refs/heads/main
2023-07-07T07:32:21.917537
2021-07-24T09:17:31
2021-07-24T09:17:31
393,082,270
0
0
MIT
2021-08-05T14:58:02
2021-08-05T14:58:01
null
UTF-8
C
false
false
11,070
c
/* * FreeRTOS Cellular Preview Release * Copyright (C) 2020 Amazon.com, Inc. or its affiliates. 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 restricti...
[ "chinglee@amazon.com" ]
chinglee@amazon.com
33fb9fbea809f1815a73d9c80b1502ff7f4bb683
afe3b9f82c5b57e83e903d08d9ec7b4d3bd80c97
/Mercury5/proj/sc/application/wap/inc/cfg_viewsetting.h
482b9114724d7236119fc8e0e8071eea4df147a4
[]
no_license
xtxbruin/SDK_pulbic
bbb79f9eb642aa9ecaa3825944ffc20430cd9057
c1436fa7446457e8d6547874d27ee4e34be150cf
refs/heads/master
2022-03-24T09:27:12.825861
2020-01-01T07:31:36
2020-01-01T07:31:36
null
0
0
null
null
null
null
UTF-8
C
false
false
5,100
h
/** * @file * View setting interfaces. */ #ifndef __CFG_VIEWSETTING_H__ #define __CFG_VIEWSETTING_H__ #include <cfg_internal.h> #ifdef __cplusplus extern "C"{ #endif /** * Get font mode * \param pBrowserConfig Pointer to Browser running config structure. * \return Font mode */ E_FONT_MODE cfg_getFontMod...
[ "695732416@qq.com" ]
695732416@qq.com
055a16eafeffdf041ec3fad684b316a95c18f38e
c01de0ad2b3ab4b6ac87ae3b3daeb9268145a027
/common/crypto/ftroika/sbox_lookup.h
af1a8e6ddb755e71568a5335e837abb0df64d02c
[ "Apache-2.0" ]
permissive
rajivshah3/entangled
66affced50d1050e8a91d0b280df6a69784032a8
c7e0052bb7000f51e7c53f9eaf3cb6f20e874b5b
refs/heads/develop
2020-03-21T09:53:20.848576
2020-02-03T03:22:09
2020-02-03T03:22:09
138,422,737
0
0
Apache-2.0
2020-02-03T03:42:41
2018-06-23T17:55:52
C
UTF-8
C
false
false
2,185
h
/* * Copyright (c) 2019 IOTA Stiftung * Copyright (c) 2019 Cybercrypt A/S * https://github.com/iotaledger/entangled * Based on c-mnd implementation: https://github.com/c-mnd/troika * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation fil...
[ "thibault.martinez.30@gmail.com" ]
thibault.martinez.30@gmail.com
1f9768368319dfc1a0707c90db15d7a01a428e96
2cb0d44667965fd188cf0b64ae52b012899ea38d
/15_day/harib12c/bootpack.c
d89fe6dd53027461dd7fa14a67b44b784928dfe7
[]
no_license
sapsaldog/haribote_for_unix_like_os
668e28a45c99385f18275558a6fc0aa6219efaf2
a686e2f00fb35c03660045610cb9935ae1eb1ed0
refs/heads/master
2021-08-18T21:42:27.166790
2017-11-24T01:03:00
2017-11-24T01:03:00
108,070,030
3
7
null
2017-11-24T01:03:01
2017-10-24T03:03:36
C
UTF-8
C
false
false
10,801
c
/* bootpack의 메인 */ #include "bootpack.h" #include <stdio.h> void make_window8(unsigned char *buf, int xsize, int ysize, char *title); void putfonts8_asc_sht(struct SHEET *sht, int x, int y, int c, int b, char *s, int l); void make_textbox8(struct SHEET *sht, int x0, int y0, int sx, int sy, int c); struct TS...
[ "sapsaldog@gmail.com" ]
sapsaldog@gmail.com
305b2cca6466d34eb7675804670e44c7732ff6c3
d2e148acaffccbbb8c874db0b4c6ecb773c9314d
/iOSOpenDev/frameworks/MediaControlSender.framework/Headers/MediaControlSender-Structs.h
95bd4fd95b3c4f6984887800abd81721508c8b8d
[ "MIT", "GPL-2.0-only" ]
permissive
long-woo/Cydia
84eedeccece1001be92dfdffcb411f073e7862ad
17a514f2d530763a45170f58c0a6d97e57c78bc8
refs/heads/master
2023-06-10T18:42:01.094005
2023-03-03T07:09:13
2023-03-03T07:09:13
256,098,047
2
0
MIT
2020-04-16T03:19:25
2020-04-16T03:19:24
null
UTF-8
C
false
false
413
h
/** * This header is generated by class-dump-z 0.2b. * * Source: /System/Library/PrivateFrameworks/MediaControlSender.framework/MediaControlSender */ // iOSOpenDev: wrapped with define check (since occurs in other dumped files) #ifndef __dispatch_queue_s__ #define __dispatch_queue_s__ 1 typedef struct dispatch_que...
[ "xlsn0wios@gmail.com" ]
xlsn0wios@gmail.com
b3b711b0597950cb510f8e96a4dc1d0454cccbdb
58ea4f30f6eee4d8374bb124fb8d64d52c077838
/task4exp1/task4exp1.c
caf234fc7a08b4fcc235ca1c5a64f296ad956c91
[]
no_license
rizvicoe/cprog19
9a9315dd2f0ef87b8465813ab438c65f25c8d205
9610cc4037f310d53579e8a6a3645c221605586d
refs/heads/master
2021-07-02T05:57:54.971482
2021-06-22T16:39:00
2021-06-22T16:39:00
229,731,478
0
0
null
null
null
null
UTF-8
C
false
false
1,265
c
/* Aim: WAP to print a letter as shown below using escape sequences. Author: Prof. Shiburaj P. Class : */ #include <stdio.h> int main () { printf("To,\n"); printf("The Principal,\n"); printf("Rizvi College of Engineering,\n"); printf("Bandra (W).\n\n\n"); printf("\tSubject : Requesti...
[ "powerupneo@gmail.com" ]
powerupneo@gmail.com
f0fb40c4f01e547914ad180375e410683eb803e4
f1072da7dbff060ca7b538a81d3936571fec56ea
/src/usf/bpg_net/bpg_net_client.c
97945301a1229e026a78cb28e1f7262cc041251b
[]
no_license
Hkiller/workspace
e05374d30a6f309fa8cf1de83887ccb5d22736f9
660fc5900300786d7581a850a3fefc90f8d07a93
refs/heads/master
2021-03-30T22:44:17.469448
2017-04-12T06:08:02
2017-04-12T06:08:02
125,022,632
2
0
null
2018-03-13T09:07:03
2018-03-13T09:07:03
null
UTF-8
C
false
false
6,140
c
#include <assert.h> #include "cpe/pal/pal_stdio.h" #include "cpe/pal/pal_external.h" #include "cpe/cfg/cfg_read.h" #include "cpe/net/net_connector.h" #include "cpe/nm/nm_manage.h" #include "cpe/nm/nm_read.h" #include "cpe/dp/dp_responser.h" #include "cpe/dp/dp_request.h" #include "gd/app/app_context.h" #include "gd/dr_...
[ "570385841@qq.com" ]
570385841@qq.com
a25a3d435a7eb86356c54159322bea0bea45bd79
51cce3c3f3d52aacb0eb1292d629dd714c99c68c
/test-data/011 Подсчёт слов в строке/(gabbasov)(2012-10-01_12:41:09)(FAILED_TESTS)(NOT_PLAG).c
4c09e1e4b4924aa9f705675ac44df031970abd2e
[ "MIT" ]
permissive
anastasiarazb/ossmoss-hasher-database
f75e8c97419aec03930def8830c11dca2e4478fd
0223e772c60c641c82a2b0d7df339800c162495c
refs/heads/master
2020-03-18T00:20:00.824912
2018-05-19T18:55:38
2018-05-19T18:55:38
134,088,698
1
1
null
null
null
null
UTF-8
C
false
false
484
c
#include <stdio.h> int wcount(char *s) { int t=0,j,i=0,k=0; for (i=0;s[i]!=0;i++) ; if (i==0) return 0; while (s[k]==' ') k++; for (j=k;j<i-1;j++) if ((s[j]!=' ')&&(s[j+1]==' ')) t++; ...
[ "nastusha-merry@mail.ru" ]
nastusha-merry@mail.ru
228c4ad877cf79e67fa8fa85294af5083dd09b9d
bf6e372987915c136598a220a8205482400972c5
/srcs/free.c
4c94d684bcf27259e312f79d856bc053c6836757
[]
no_license
tacmath/Wolf-3D
e6e6d2c846111f95ed71dc414c88680b63f00ca2
eef1bb4311da2986060da70acdb6988b3f2cc44e
refs/heads/master
2020-12-28T08:57:08.463553
2020-02-17T17:13:54
2020-02-17T17:13:54
238,254,254
0
0
null
null
null
null
UTF-8
C
false
false
2,697
c
/* ************************************************************************** */ /* LE - / */ /* / */ /* free.c .:: .:/ . .:: ...
[ "mtaquet@z1r11p5.le-101.fr" ]
mtaquet@z1r11p5.le-101.fr
cbba7e78ac5dbe251fe53220405bf14598b35fc7
668499a66271dc20365eb4625ccea0b43514441e
/9 - Parameters & Recursion/0905.c
c7c4254502001f1eb6e58386283841864984ce25
[]
no_license
wesjrock/c-review
51a10a2833342382bfe822587da00143361c883d
281c3688b0807f6c68adaf615597f1671bbe0e65
refs/heads/master
2023-07-01T22:59:41.054054
2021-08-05T22:50:33
2021-08-05T22:50:33
381,802,250
0
0
null
null
null
null
UTF-8
C
false
false
464
c
#include <stdlib.h> #include <stdio.h> #include <string.h> #include <ctype.h> /* Returns the number and names of the arguments passed to the main function. in: ./0905 alfa 123 x 55a out: 1 - Parameter = "./0905" 2 - Parameter = "alfa" 3 - Parameter = "123" 4 - Parameter = "x" 5 - Parameter = "55a" */ in...
[ "tiozzo.wesley1@gmail.com" ]
tiozzo.wesley1@gmail.com
cfddd3c21753cc513190c0188af5d0d28cf1ac9f
6075bb3d2872152f1958d1d7228d4d3cb58cb4e7
/sql-odbc/src/sqlodbc/results.c
058eb4c62f5a6c08531475d0ed58c17cbff2ef25
[ "Apache-2.0" ]
permissive
ketanv3/sql
cec87f2f10b43fedc69f38b54e43368b92c3f9f5
6b651c13a1a6baa084ff1e279d19d100a2945b12
refs/heads/main
2023-05-29T08:47:24.958866
2021-06-07T16:58:03
2021-06-07T16:58:03
366,976,520
0
0
Apache-2.0
2021-05-13T07:58:17
2021-05-13T07:58:16
null
UTF-8
C
false
false
57,633
c
/* * SPDX-License-Identifier: Apache-2.0 * * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. * * Modifications Copyright OpenSearch Contributors. See * GitHub history for details. */ /* * Copyright <2019> Am...
[ "noreply@github.com" ]
ketanv3.noreply@github.com
07a592641bb854ac9e35dd949db0150bd357d480
608e61866014d6c63a87a3c8a6d7a669f562aa06
/libft/ft_strncat.c
8cd715f64f176643daa64e7d816f3fbf5e350f8d
[]
no_license
deeebleezy/Fillit
16b39ab79244ab42daf82445bd567251da86a49c
22763bde0a423314302c045f02b6f6b77b435682
refs/heads/master
2021-07-17T18:09:10.803392
2017-10-24T22:43:16
2017-10-24T22:43:16
108,188,556
0
0
null
null
null
null
UTF-8
C
false
false
1,148
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strncat.c :+: :+: :+: ...
[ "dtuiasos@e1z3r7p15.42.us.org" ]
dtuiasos@e1z3r7p15.42.us.org
095d65814d157d9034fe8d8a59471e7700407d4b
e228071b1e5c385ce9bdf9110df7d657be7a6586
/src/asn/ngap/ASN_NGAP_EUTRAencryptionAlgorithms.c
bc05f3d60158c7e3f2341b6175be57c42f0937a1
[ "LicenseRef-scancode-proprietary-license", "GPL-3.0-only" ]
permissive
anhtrung87vn/ue-ran-sim
cfd6138fcac498923ec602b27e3c73f53aacb371
cca07a8cd8da5a945e105a60377143eaa78be95d
refs/heads/master
2023-04-29T01:32:04.592375
2023-03-20T17:25:23
2023-03-20T17:25:23
278,814,429
0
0
MIT
2020-07-11T07:47:15
2020-07-11T07:47:14
null
UTF-8
C
false
false
2,176
c
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NGAP-IEs" * found in "asn/ngap-15.8.0.asn1" * `asn1c -fcompound-names -pdu=all -findirect-choice -fno-include-deps -gen-PER -no-gen-OER -no-gen-example -D ngap` */ #include "ASN_NGAP_EUTRAencryptionAlgorithms.h" int ASN_NGAP_EUTRAen...
[ "aligng1620@gmail.com" ]
aligng1620@gmail.com
58b442532980587c8eea91aec3ace3f6940f0f07
e805d89f121f72e41e732578202cd5430e2e7ef2
/ReadCsv.h
829932812b101629326c5e520e76fa4f795b9f46
[ "Apache-2.0" ]
permissive
grobenis/AlgRowDetection
16e0f138f5b6cb95cbbacee91a9982b5e484a7c4
5bd952fae680f1949fa71a0bb7cb75edafbbcacb
refs/heads/master
2020-06-15T00:26:11.570363
2019-07-19T03:14:37
2019-07-19T03:14:37
195,163,448
0
0
null
null
null
null
GB18030
C
false
false
677
h
#ifndef READCSV_H //如果一个文件包含了此头文件多次,使用这种方法,即在第一次编译时没有定义ABC的宏,执行了下面的所有,第二次再遇到编译此文件时ABC已经被定义,就不会再编译 // 使用条件编译可以避免重复编译, // 粗要注意的是要使用#ifndef语句 // 不同头文件的宏名称必须不同 // 头文件产用的宏名称应该是根据头文件的路径得来的 #define READCSV_H #include <stdio.h> #include <stdlib.h> typedef struct FileData { int **Data; int row; int colum; }FileData; FileD...
[ "guob1996@outlook.com" ]
guob1996@outlook.com
45e7d94ac548477af41abfb05dce72363f4455be
8ea7ab6ca7f78ba079b30e86cb65d0e50589c088
/TCPIP_Socket_Programming/16/sep_serv.c
2c22a91124d8a81354f1055d8a0dba432f5e1975
[]
no_license
MaureenChan/socket
b7f8b7899c54a6c02a899753d09e8b0147cbfc24
fdab11c24d31c16a0c0fdd729660c730e0b2f1fd
refs/heads/master
2020-05-31T18:50:05.207764
2015-03-26T13:05:26
2015-03-26T13:05:26
25,135,802
0
0
null
null
null
null
UTF-8
C
false
false
1,018
c
#include "../head.h" int main(int argc, char *argv[]) { int serv_sock, clnt_sock; FILE *readfp; FILE *writefp; struct sockaddr_in serv_adr, clnt_adr; socklen_t clnt_adr_sz; char buf[BUF_SIZE] = {0, }; serv_sock = socket(PF_INET, SOCK_STREAM, 0); memset(&serv_adr, 0, sizeof(serv_adr)); ...
[ "maureencqm@gmail.com" ]
maureencqm@gmail.com
8e0fa34149ddec1f150df9ce5112305364919d43
ae86ac78fcd182d2c4640464734e77e456407feb
/Projects/ble/PowerAsist/Source/menu/menuSample.c
1cc77b22b810957e4ad4edc30365021885143d43
[]
no_license
zhuhuijia0001/power-asist
0e7b884dc564fed3c887be2a567b55d669c772e9
8088cdff562e6bd7c22b40413a37434faefa568b
refs/heads/master
2021-05-04T16:43:06.906464
2018-02-05T04:41:42
2018-02-05T04:41:42
120,256,263
0
0
null
null
null
null
UTF-8
C
false
false
4,672
c
#include "bcomdef.h" #include "hal_key.h" #include "menuOp.h" #include "menu.h" #include "draw.h" #include "GUI.h" #include "Parameter.h" #include "npi.h" typedef enum { Sample_Item_Adc = 0, Sample_Item_OK, Sample_Item_Cancel, Sample_Item_Count, Sample_Item_None } SampleItem; static SampleItem s_curSel...
[ "zhu_huijia0001@163.com" ]
zhu_huijia0001@163.com
ed5fa04e70c18c8fc0451afe129e3f22267cf1e2
8dca525f0a3e64c36508dd493a6d3ad1d7cac665
/cmdline.c
41f2e931434dfc619bfcf17d5c95cdeb681d1e62
[]
no_license
jychoi-hpc/adios_bench_1d
649b170d63d5fd4915d2cc957eaa73bcf8d9e03f
940cb853658ba8a8550c36132812633d23bef022
refs/heads/master
2021-01-21T15:48:21.194702
2018-07-06T14:29:30
2018-07-06T14:29:30
91,858,177
0
0
null
null
null
null
UTF-8
C
false
false
18,731
c
/* File autogenerated by gengetopt version 2.22.6 generated with the following command: gengetopt --input=cmdline.ggo --no-handle-version --file=cmdline --unamed-opts=FILE The developers of gengetopt consider the fixed text that goes in all gengetopt output files to be in the public domain: we make no copy...
[ "choij@ornl.gov" ]
choij@ornl.gov
57b0e85b0d3fd8bdc9652167211484b62656403c
89dee26bf5aab6835b6613de415f4468ca4fa4a3
/18213/git-bootcamp/cprogramminglab-handout/queue.c
03318f7126bd2386f040db75848e91145ba940a3
[]
no_license
brantheman60/18213-F19
bd6e45d0402ea9ad530f0ff76f0b7946101d66b5
3f3361320889e5e2c074da04e13c65fdfd2b6c3d
refs/heads/main
2023-02-15T00:55:51.505122
2021-01-07T10:37:50
2021-01-07T10:37:50
327,579,937
1
0
null
null
null
null
UTF-8
C
false
false
2,894
c
/* SAMPLE CHANGE * Code for basic C skills diagnostic. * Developed for courses 15-213/18-213/15-513 by R. E. Bryant, 2017 * Modified to store strings, 2018 */ /* * This program implements a queue supporting both FIFO and LIFO * operations. * * It uses a singly-linked list to represent the set of queue elements...
[ "brandonwang2000@gmail.com" ]
brandonwang2000@gmail.com
577b0a12d535e7bed58ece9153d0415c2dd89525
80359e0ad432f77543c6919ef807f94b2075e927
/hw_03_linked_list/main.c
087efbfe388a8db8519ba95eee3f33540d30416a
[]
no_license
LeshaKray/informatics
7f9a21e95c206e018e88d06e092352399902bbfb
4dbcf3592e3cf8e5b2e9ada08e17301ccbd25fd0
refs/heads/master
2022-10-05T11:18:13.445477
2020-06-06T14:01:07
2020-06-06T14:01:07
269,631,001
0
0
null
null
null
null
WINDOWS-1251
C
false
false
1,803
c
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <malloc.h> #include<locale.h> #include "linkedlist.h" #include <stdlib.h> int main() { setlocale(LC_ALL, "Russian"); int a, menu = -1; list* l = NULL; while (menu != 0) { printf("1 - вывести список\n"); printf("2 - добавить в начало\n"); printf("3 -...
[ "64313648+LeshaKray@users.noreply.github.com" ]
64313648+LeshaKray@users.noreply.github.com
cc068946a4b46c9f12bd7d7f2a3f345e4e97f073
9437fcd64fb378142d8f751e7a2905814bd10f77
/src/windows/input.c
e0ea909cea43a7587956f3df25a4eaa7710c0ea8
[]
no_license
mkalkbrenner/VPinMAME_SPA
5b75daf49a57946414dcb81b6b163cdd1cf6c506
ee3bb3c720d3261b1c1173ec5473af96096ca51c
refs/heads/master
2020-09-23T05:18:40.879456
2018-03-25T03:07:53
2018-03-25T03:07:53
null
0
0
null
null
null
null
UTF-8
C
false
false
68,596
c
#ifndef DIRECTINPUT_VERSION #define DIRECTINPUT_VERSION 0x0700 #endif //============================================================ // // input.c - Win32 implementation of MAME input routines // //============================================================ // standard windows headers #define WIN32_LEAN_A...
[ "email@jannikvogel.de" ]
email@jannikvogel.de
8c6128a39ba9f8ebcac06c6fb2fb179b4a3daeff
fc5d336dfa3a8e43566ec19ec582944b0e67fc33
/src/candidate_rxn.h
7653c5ef6a1707d08ef1fd0c43e92926b518ab26
[ "BSD-2-Clause" ]
permissive
nkkchem/Boltzmann
5d819a294729e07ef284bed7a89db00538775f11
446cf2847e00179477c3293f86a548854f5d572c
refs/heads/master
2020-05-30T02:05:28.413845
2018-08-16T16:55:45
2018-08-16T16:55:45
189,491,484
1
0
NOASSERTION
2019-05-30T22:38:35
2019-05-30T22:38:34
null
UTF-8
C
false
false
1,105
h
/* candidate_rxn.h ******************************************************************************* boltzmann Pacific Northwest National Laboratory, Richland, WA 99352. Copyright (c) 2010 Battelle Memorial Institute. Publications based on work performed using the software should include the following citation as a r...
[ "douglas.baxter@pnnl.gov" ]
douglas.baxter@pnnl.gov
3493824c84638bd641162383d067f3bb0e43e567
019b085ac8ef4594fb43a1566b8e984cd34fac16
/platforms/nuttx/NuttX/nuttx/arch/arm/src/stm32l4/stm32l4_oneshot.c
2c5191404d97cbbb90fc2ef60980d0a94271e27b
[ "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer", "GPL-1.0-or-later", "LicenseRef-scancode-other-permissive", "ISC", "MIT" ]
permissive
JJRnumrous/Firmware
fffabcee637b5fe00f374b6849894ae518b8c8af
7c3505dffa465be7bcef4602976df853d587e467
refs/heads/master
2020-08-17T20:26:09.876510
2019-10-17T05:22:09
2019-10-17T05:22:09
150,714,296
0
0
BSD-3-Clause
2018-09-28T09:06:12
2018-09-28T09:06:12
null
UTF-8
C
false
false
14,907
c
/**************************************************************************** * arch/arm/src/stm32l4/stm32l4_oneshot.c * * Copyright (C) 2016-2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <gnutt@nuttx.org> * dev@ziggurat29.com * * Redistribution and use in source and binary forms, ...
[ "18231349@sun.ac.za" ]
18231349@sun.ac.za
788ed97124d383a42fe77c76c0738f62c30abe24
3e5ae9b260b16fcc86bb0669c1bd4e56912b5433
/VCB600ENU1/MSDN_VCB/SAMPLES/VC98/MFC/OLE/OLEVIEW/IVIEWERS/STDAFX.H
29af34adf012b4b4a5c3b038d71b3fe87c4dd27e
[]
no_license
briancpark/deitel-cpp
e8612c7011c9d9d748290419ae2708d2f3f11543
90cdae5661718e65ab945bcf45fe6adff30c1e10
refs/heads/main
2023-06-14T14:07:05.497253
2021-07-05T01:46:04
2021-07-05T01:46:04
382,984,213
0
0
null
null
null
null
UTF-8
C
false
false
746
h
// stdafx.h : include file for standard system include files // // This is a part of the Microsoft Foundation Classes C++ library. // Copyright (C) 1992-1993 Microsoft Corporation // All rights reserved. // // This source code is only intended as a supplement to the // Microsoft Foundation Classes Reference and ...
[ "briancpark@berkeley.edu" ]
briancpark@berkeley.edu
8127d36543e9d8c2d5066765212b94eaa1cfd869
aa9bcca0e431968d3bdb48de334b7e6620182958
/trunk/bbinfo/bbinfo.c
f3b19cc78a0a92304bf14526d58c16d5bae35694
[]
no_license
svn2github/mjpegtools
68ba9cf471d3a89549db25cad3d7a44367f84720
42b468d2414319c71dacf766b1f188b8971988a2
refs/heads/master
2020-03-31T20:48:42.760424
2018-07-25T15:55:02
2018-07-25T15:55:02
152,555,819
1
0
null
null
null
null
UTF-8
C
false
false
54,235
c
/************************************************************************* bbINFO by Brent Beyeler, beyeler@home.com *************************************************************************/ #include "bits.h" #include <string.h> #define MPEG_PROGRAM_END_CODE 0x000001B9 #define PACK_START_CODE 0x000001B...
[ "mikebern@3be20b7b-d6de-45d7-9b51-1db703c412de" ]
mikebern@3be20b7b-d6de-45d7-9b51-1db703c412de
88783f76fa513a8f38a99d12a61aeb85b77d685f
ae783fd66173a53521517b5fd7892ffc2b304ddd
/Software/ledbox/bus/csma.h
58fd3790eed8e780114edc9c0db2e6273c4d8aa2
[]
no_license
fabiangeissler/robosax-ledbox
9aaa858c5621f7a054c2e0404e549bf0b03ded3f
74a755e4bd323c4e76fb942489121faee52675f7
refs/heads/master
2021-03-27T10:45:26.124969
2018-05-30T02:30:56
2018-05-30T02:30:56
105,753,076
0
1
null
null
null
null
UTF-8
C
false
false
3,690
h
/* * csma.h * * Created on: 05.11.2017 * Author: fabian * * Implements bus communication. * CSMA/CA using UART peripheral. */ #ifndef CSMA_H_ #define CSMA_H_ #include "bus.h" #ifndef BUS_MASTER_SLAVE #include "packet.h" #include "stdbool.h" #include "stdint.h" #include "avr/io.h" #include "../setti...
[ "fabian.geissler@tu-dresden.de" ]
fabian.geissler@tu-dresden.de
4868e158ceaf194de7fc59b71614ba27043a25b8
59350063b5a143287801dd91aadf5babb340416d
/Recuperatorio 2do Parcial/Bibliotecas.h
72e70cf56aceb83742e5fa52ac44a6f3bbde085a
[]
no_license
LucianoPezza/Pezza.RSPLab1.1A
b566bbdc54b49cce7ad5016e9a3a1b8b366a94fe
3d69904dcc3f7fbd2be90bf8e150e9c515170ae0
refs/heads/master
2022-11-24T01:20:18.410872
2020-07-29T14:32:42
2020-07-29T14:32:42
283,483,301
0
0
null
null
null
null
UTF-8
C
false
false
104
h
#ifndef BIBLIOTECAS_H_INCLUDED #define BIBLIOTECAS_H_INCLUDED #endif // BIBLIOTECAS_H_INCLUDED
[ "noreply@github.com" ]
LucianoPezza.noreply@github.com
d7141bcd16de2da40cb4bc07d9c0842cd8ec33ac
dae86030faf54bb67272527aa5fa475f9fc53bd6
/mergegeeks.c
1df5da33bfab0d739fe8b7ddc709baee0f71f824
[]
no_license
sidharth-puri/uca-
fdcb3525f44f361066af8e61a34e16031df6cc59
01ce8cb5b56da5e25d1e55b30403ef780c7d1ca9
refs/heads/master
2021-07-14T11:59:44.482687
2020-09-21T18:31:21
2020-09-21T18:31:21
200,665,181
0
0
null
null
null
null
UTF-8
C
false
false
1,226
c
#include<stdlib.h> #include<stdio.h> void merge(int arr[], int l, int m, int r) { int i, j, k; int n1 = m - l + 1; int n2 = r - m; int L[n1], R[n2]; for (i = 0; i < n1; i++) L[i] = arr[l + i]; for (j = 0; j < n2; j++) R[j] = arr[m + 1+ j]; i = 0; j = 0; k = l; ...
[ "noreply@github.com" ]
sidharth-puri.noreply@github.com
0a11947ca67d959523bd2dde90490b68543799ff
c71d448ad440bb79d34f3b476cdae47c4cf951d1
/Pods/Pods-environment.h
fe279c3c9c4c48be7c2b0c4713a9280a917490ca
[]
no_license
II-Irenicus-II/plan_it
6abbcc7b758a355c6b280352a0944cb794d0d623
21ff96875e967dd7ccd85d84b5d1a772a69559a4
refs/heads/master
2016-09-16T04:22:09.431392
2014-10-01T13:58:44
2014-10-01T13:58:44
null
0
0
null
null
null
null
UTF-8
C
false
false
2,206
h
// To check if a library is compiled with CocoaPods you // can use the `COCOAPODS` macro definition which is // defined in the xcconfigs so it is available in // headers also when they are imported in the client // project. // AFNetworking #define COCOAPODS_POD_AVAILABLE_AFNetworking #define COCOAPODS_VERSION_MAJOR_...
[ "fabi1b.hotmail@gmail.com" ]
fabi1b.hotmail@gmail.com
a326d8cda866611e6b48bb9ba7b1c5a17c75cb2d
73073d35615967e0112146244f0752d15324b4d4
/air/I2C/i2c.h
f5a726f9e6552c8ffacf97f886a01d630c7364da
[]
no_license
Lynkzhang/aircraft
6b26be46dc2817c97a5e4c43350353df9fb2120b
278b17cbfe22a4b65a0b3d1ecade13e50f954743
refs/heads/master
2021-01-16T18:18:41.535959
2015-08-28T16:39:11
2015-08-28T16:39:11
38,920,952
0
0
null
null
null
null
UTF-8
C
false
false
426
h
#ifndef F28069I2C_1_I2C_I2C_H_ #define F28069I2C_1_I2C_I2C_H_ #include "..\common.h" #define MPU6050_ADDR 0x68 #define I2C_NUMBYTES 1 void I2CA_Init(void); uint16 I2CA_WriteData(uint16 addr, uint16 reg, uint16 data); uint16 I2CA_ReadData(uint16 addr, uint16 reg); uint8 i2cWrite(uint8 add...
[ "Lynkzhang@sjtu.edu.cn" ]
Lynkzhang@sjtu.edu.cn
3dabb130ac9db3e2dd3946f519f9b46d851e20f3
ff379b7f81d8c96ff500cdeb461889506644a830
/regex/regex_defs.h
4d9fb7d7a6c81f04eabb60f0b908409daaa191d4
[]
no_license
eval1749/tiny-common-lisp
500c2bb68d32e308ccdee1041e72275edff5d0c7
da408784dd9f5e49f7733ad8338d3c8969f41e89
refs/heads/master
2020-05-17T08:39:23.795312
2012-04-30T11:28:29
2012-04-30T11:28:29
23,464,880
0
0
null
null
null
null
UTF-8
C
false
false
1,059
h
////////////////////////////////////////////////////////////////////////////// // // Regex - Definitions // regex_defs.h // // Copyright (C) 1996-2007 by Project Vogue. // Written by Yoshifumi "VOGUE" INOUE. (yosi@msn.com) // // @(#)$Id: //proj/evedit2/mainline/regex/regex_defs.h#3 $ // #if !defined(INCLUDE_r...
[ "eval1749@gmail.com" ]
eval1749@gmail.com
29955d96bac30545c8e369c212a0db5ca22121dc
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/video/fbdev/extr_da8xx-fb.c_da8xx_fb_lcd_reset.c
89759528abc6954c56d37d22446733bf1b03028e
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
1,102
c
#define NULL ((void*)0) typedef unsigned long size_t; // Customize by platform. typedef long intptr_t; typedef unsigned long uintptr_t; typedef long scalar_t__; // Either arithmetic or pointer type. /* By default, we understand bool (as a convenience). */ typedef int bool; #define false 0 #define true 1 /* Forward d...
[ "brenocfg@gmail.com" ]
brenocfg@gmail.com
7a68f88573c3a11f19dbe7f5061aa505ebb5dee0
75ad39300938c5f370bdd444dc5b164c66a558b1
/0.libft/ft_memmove.c
dece98454c81e2e181069135d2b5934ea87ebf3c
[]
no_license
kwon1585/42_Cursus
f39bd14627da43ae60d35b94989773da2f8556a4
4da0c90d24e2910bf68f3bb41b986c1f9c4fd7a4
refs/heads/master
2023-08-15T12:07:43.042699
2021-09-21T12:31:57
2021-09-21T12:31:57
363,952,985
0
0
null
null
null
null
UTF-8
C
false
false
1,259
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memmove.c :+: :+: :+: ...
[ "dokwon@student.42seoul.kr" ]
dokwon@student.42seoul.kr
ed7ac3025e9e7047b6e370b0607f0fe20dda042e
1e3d204a5e21e9bcc989b70e12c92e8e9e1afcd1
/app/src/main/jni/LittleWidgetWatcher.h
4e7ab38cf040917c62f298972ff535ef5f68e273
[]
no_license
senjoeson/ndkProtected
fc8cbbde65c653dfa1e821439644d5f870eaf12c
9d1b1e054925c6ed156923d236a2f125d44ba113
refs/heads/master
2020-04-13T11:08:57.966326
2018-01-02T11:23:26
2018-01-02T11:23:26
null
0
0
null
null
null
null
UTF-8
C
false
true
615
h
/* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class com_fanao_daoshuri_ndkprotect_LittleWidgetWatcher */ #ifndef _Included_com_fanao_daoshuri_ndkprotect_LittleWidgetWatcher #define _Included_com_fanao_daoshuri_ndkprotect_LittleWidgetWatcher #ifdef __cplusplus extern "C" { #endif ...
[ "1073629321@qq.com" ]
1073629321@qq.com
c0005cd5afb55911178128ee8910ec9a99412e46
c732efd65ffdcbcd7d25b7debf9f82424d9fda67
/1607007.tab.c
fa6089433924b5fd4fcc57ab1c919423603cdc0c
[]
no_license
Shourav007/compiler_project
f7b3d7eba6e75ad67fae4259a3c6b1c336f6ff91
e51d658178585dd5749869fe8b6a5e6604753741
refs/heads/master
2022-06-13T12:09:28.640412
2022-05-29T15:55:05
2022-05-29T15:55:05
227,578,509
0
0
null
null
null
null
UTF-8
C
false
false
55,147
c
/* A Bison parser, made by GNU Bison 2.4.1. */ /* Skeleton implementation for Bison's Yacc-like parsers in C Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the...
[ "paulshourav124000@gmail.com" ]
paulshourav124000@gmail.com
4d37737921f36ae55cbca8fa12997fdbd7be5c6e
186f878b45be43bbb21cced0458688badc520973
/LM3S_uCOS_II_Lwip_WebServer/Source/Hal/Evm/Head/TargetInfo.h
a344ae359b96e727ee42b7807f6db71c415124ff
[]
no_license
longluo/Network_LM3S8962
e9f8def3aa21acea7a33fc4e0f687017bd1a3fd0
ec539961f95240961efc3d2e0045b4951e37641d
refs/heads/master
2021-01-10T21:21:16.910627
2013-05-03T15:33:57
2013-05-03T15:33:57
9,351,409
10
3
null
null
null
null
UTF-8
C
false
false
2,822
h
/****************************************Copyright (c)**************************************************** ** Texas Instruments Semiconductor Technologies Co.,LTD. ** ** ...
[ "calmbody@163.com" ]
calmbody@163.com
ea1f3b0ce10ddb695e0c95c868bdff62c4a245d4
bc75e09c644cb8990c62b741cb8341142cfdd8c3
/projects/sam-ba_2.11/applets/legacy/at91lib/boards/at91cap7-dk/board_lowlevel.c
08713de521217024523d258a732e1d10069fcccf
[]
no_license
lionnung/source
7ea2c773cbcb661d82b1c424edcc37a824f78c71
f0aaa4555c6490335135e43ee5b2f320a47d01fa
refs/heads/master
2022-12-23T21:20:06.302696
2022-12-13T07:18:40
2022-12-13T07:18:40
81,921,854
0
0
null
null
null
null
UTF-8
C
false
false
6,260
c
/* ---------------------------------------------------------------------------- * ATMEL Microcontroller Software Support * ---------------------------------------------------------------------------- * Copyright (c) 2008, Atmel Corporation * * All rights reserved. * * Redistribution and use in source and...
[ "lion" ]
lion
414c49cb11b91003b6bb4160fd3c717128a04ae3
86b2fd287312259e503939eadb86929dd01fadd8
/Tools/SLUGS2-SIL/model/AUAV_V3_TestSensors_main.c
ec522740c5c673e8dfb08e22a9e5f274228d7f14
[ "BSD-3-Clause" ]
permissive
malife/SLUGS2-plus
8c5d51db224b85c72e6e79e0bf45322d2c2c03e3
7884263d76cd331a5f250fd4975d731e683c337b
refs/heads/master
2020-06-15T10:48:34.224361
2016-11-29T18:47:27
2016-11-29T18:47:27
null
0
0
null
null
null
null
UTF-8
C
false
false
18,522
c
/*-------------------------------------------------------------- * MPLAB Blockset v3.35 for Microchip dsPIC chip family. * * Generate .c and .h files from Simulink model * * and compile to .elf, .hex and .cof file that can be * * flashed into the microcontroller ...
[ "srabinov@ucsc.edu" ]
srabinov@ucsc.edu
a4bef3ffafff574616ce96b7fd26cf908a49ad11
1bccb5b186a6f22eae4654b6e6b5f762fff2745d
/Laboratorio esercizi/lab18-11 (funzioni).c
753394814340e33a204a47681483463fc09c2457
[ "MIT" ]
permissive
igor-lirussi/C-Exercises
babd1bbffed3b575c820b474c0a440a7545cfce9
857a953c7a51ab45a7a58aa98f742fb57c63ffb7
refs/heads/main
2023-02-08T14:05:47.948532
2020-12-29T00:07:07
2020-12-29T00:07:07
325,136,967
0
0
null
null
null
null
UTF-8
C
false
false
823
c
#include <stdio.h> void funzione_1(); char funzione_2(); int somma(int a, int b); void stampa_array(int array[], int dim); int G; //varaibile globale int i; int main () { int A, R, i; char C; int *p; funzione_1(); C = funzione_2(); R = somma(5, 6); printf("...
[ "igor.lirussi@studio.unibo.it" ]
igor.lirussi@studio.unibo.it
9d0890703749728120488d774e50d59510e622f9
fe87d6141d50109adffd081efe855c4fb551f183
/ex04/ft_convert_base.c
a0da41523f7dbdbc687dc0f8f2f3f34454febb9e
[]
no_license
Choums/C07
2f5dd7b75762e4d59243637d18ff77e2c1feff29
ef816abf62c0cb414caaff961081adb49363da8a
refs/heads/master
2022-11-22T00:53:34.066539
2020-07-23T13:46:26
2020-07-23T13:46:26
280,157,602
0
0
null
null
null
null
UTF-8
C
false
false
985
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_convert_base.c :+: :+: :+: ...
[ "chams.aidel@outlook.fr" ]
chams.aidel@outlook.fr
2b43ff819fdaf15053b14e2ac664ff5e74fb3085
ef8a2ff45c14bfa513f2fc91cb9fce40677fef25
/content/en/docs/sessions/02-behind-scenes/sol/10-more-power/main.c
01e28cc326151b07d27b26c589d252f852108fcb
[ "Apache-2.0" ]
permissive
razvand/summer-of-code-2021
46efc30cc217ff1d47f9c9d151528b2eed2deda3
ed624662f6c9cafdafb2b638a52157f95d524f50
refs/heads/main
2023-07-19T09:15:39.982308
2021-09-01T13:52:15
2021-09-01T13:54:01
388,377,661
0
2
Apache-2.0
2021-07-22T08:01:12
2021-07-22T08:01:12
null
UTF-8
C
false
false
1,449
c
#include <stdio.h> #if CONFIG_APPHELLOWORLD_SORT #include "mysort.h" #endif /* CONFIG_APPHELLOWORLD_SORT */ /* Import user configuration: */ #ifdef __Unikraft__ #include <uk/config.h> #endif /* __Unikraft__ */ #if CONFIG_APPHELLOWORLD_SPINNER #include <time.h> #include <errno.h> #include "monkey.h" static void milli...
[ "razvan@rosedu.org" ]
razvan@rosedu.org
7dee27c6b9490d08f287f20afdb6ec3925715f3f
88ae8695987ada722184307301e221e1ba3cc2fa
/third_party/xnnpack/src/src/u8-ibilinear/gen/u8-ibilinear-sse2-c16.c
970d14e0734293581fab0e38988bf2da21d8510f
[ "Apache-2.0", "LGPL-2.0-or-later", "MIT", "GPL-1.0-or-later", "BSD-3-Clause", "LicenseRef-scancode-generic-cla" ]
permissive
iridium-browser/iridium-browser
71d9c5ff76e014e6900b825f67389ab0ccd01329
5ee297f53dc7f8e70183031cff62f37b0f19d25f
refs/heads/master
2023-08-03T16:44:16.844552
2023-07-20T15:17:00
2023-07-23T16:09:30
220,016,632
341
40
BSD-3-Clause
2021-08-13T13:54:45
2019-11-06T14:32:31
null
UTF-8
C
false
false
9,987
c
// Auto-generated file. Do not edit! // Template: src/s8-ibilinear/sse.c.in // Generator: tools/xngen // // Copyright 2021 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <emmintrin.h> #...
[ "jengelh@inai.de" ]
jengelh@inai.de
c3d24d27b596a9ffbc8627b34d6f8689473fb1b4
5ccaeb278ef69bf41d803f9bf339101c39bf2136
/framework/peripheral/power/processor/power_p32mx150f256h.h
eaecef69fbeedf8ad0f2e8215f7b0dd4cada905e
[]
no_license
Mytrex/Harmony
6de69d5ebbb8cb7769a9ee7bd0330264c1d6ed3a
32dceb018139e59a12c26044b9f0252d1c0d67c9
refs/heads/master
2021-03-16T09:42:26.915713
2016-11-02T08:25:20
2016-11-02T08:25:20
71,403,438
0
1
null
null
null
null
UTF-8
C
false
false
12,323
h
/* Created by plibgen $Revision: 1.31 $ */ #ifndef _POWER_P32MX150F256H_H #define _POWER_P32MX150F256H_H /* Section 1 - Enumerate instances, define constants, VREGs */ #include <xc.h> #include <stdbool.h> #include "peripheral/peripheral_common_32bit.h" /* Default definition used for all API dispatch functions */ #...
[ "jared@mytrexinc.com" ]
jared@mytrexinc.com
f0025625dfbd89dbb22728c931aad5e8a7b1281f
ea4e3ac0966fe7b69f42eaa5a32980caa2248957
/download/unzip/libarchive/libarchive-13.1/libarchive/libarchive/test/test_ustar_filenames.c
5cbb568182651a7cbc829bedc8c6baf729d9fd3d
[ "BSD-3-Clause", "LicenseRef-scancode-bsd-unchanged", "LicenseRef-scancode-public-domain" ]
permissive
hyl946/opensource_apple
36b49deda8b2f241437ed45113d624ad45aa6d5f
e0f41fa0d9d535d57bfe56a264b4b27b8f93d86a
refs/heads/master
2023-02-26T16:27:25.343636
2020-03-29T08:50:45
2020-03-29T08:50:45
249,169,732
0
0
null
null
null
null
UTF-8
C
false
false
6,045
c
/*- * Copyright (c) 2003-2007 Tim Kientzle * 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 c...
[ "hyl946@163.com" ]
hyl946@163.com
18dd68af8b82d90951a4c3a7a5fa38c602a30616
a8f489fcc7fcf66ebd6232ef91e128f492133cdd
/DanteStar/solver/src/tools.c
941e119800be82f2c51d174ee8909b4d45242b28
[]
no_license
SiiLuu/Elementary_Prog
c6457dfa5a86dbc6ce425c34e416a106d2bec82f
ea2ba3234e7c2c03346bdb6cc85911d6f0f5daea
refs/heads/master
2022-04-18T20:03:50.544001
2020-04-16T10:45:42
2020-04-16T10:45:42
256,183,824
0
0
null
null
null
null
UTF-8
C
false
false
383
c
/* ** EPITECH PROJECT, 2018 ** dante ** File description: ** solver / main */ #include "my.h" int my_strlen(char *str) { int a = 0; while (str[a] != '\n'){ a++; } return (a); } int len_height(char *str) { int i = 0; int j = 0; while (str[i] != '\0') { if (str[i] == '\n')...
[ "lucas.simao@epitech.eu" ]
lucas.simao@epitech.eu
85d2c3b534e5c2d0e88bc51f4900a9ce826c5bb0
d7121e03910c4b3aaf4ed470c33c5dab67ffa962
/iPhoneOS12.4.sdk/usr/include/AHTRestore.h
596674ba3c457bf53105932d056a007bdd97bb32
[ "MIT" ]
permissive
theos/sdks
129eda2d399c209aa36fcc2e266e960ac6c91cf6
bb425abf3acae8eac328b828628b82df544d2774
refs/heads/master
2023-08-28T13:01:04.995109
2022-12-24T01:06:07
2022-12-24T01:06:07
66,124,251
517
199
NOASSERTION
2022-12-24T01:06:08
2016-08-20T02:36:04
C
UTF-8
C
false
false
2,595
h
// // AHTRestore.h // AppleInputDeviceSupport // // Created by Lorenzo Soto on 04/12/16. // // #pragma once #include <CoreFoundation/CoreFoundation.h> #ifdef __cplusplus extern "C" { #endif #define AHTRESTORE_LIBNAME "libAHTRestore.dylib" #define AHTRESTORE_LIST_DEVICES_CALLNAME "AHTResto...
[ "noreply@github.com" ]
theos.noreply@github.com
d209b22711200a9b17d911f59feb77f4d8dcf991
08bfc8a1f8e44adc624d1f1c6250a3d9635f99de
/SDKs/Qt/5.12.3_python_37/msvc2017_64/Qt/include/QtEdidSupport/qtedidsupportversion.h
a7078d5925188b4ffe5d027133d038d2cc9908cb
[]
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
128
h
version https://git-lfs.github.com/spec/v1 oid sha256:1b08d23273633aeb813ae5e481e5c689ee5ee8c2ac55c5369b91f573417bcd47 size 233
[ "personwithhats2@Gmail.com" ]
personwithhats2@Gmail.com
1588292a8e9b04489f043f7f1aaf7202ec8abfcf
d5f7257da1fd3d94eed5c945f59a33fb9822c5c1
/vendor/intergrafx_hw/LW/Daydream/data/pvr_daydream04.c
c01c04680cc633ec832f27af34edad8e8ad4bb0d
[]
no_license
dongdong-2009/2503D_MQTT
ce37cd3bd83fbd310e411d21aea663dd02d4ac6a
15f0ec65a56412935a810712807303362b2c5427
refs/heads/master
2023-04-22T21:33:57.079597
2021-04-25T11:36:43
2021-04-25T11:36:43
null
0
0
null
null
null
null
UTF-8
C
false
false
590,468
c
#ifdef __cplusplus extern "C" { #endif unsigned char const pvr_daydream04[] = { 0x34, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x36, 0x01, 0x01, 0x00, 0x68, 0x55, 0x01, 0x00, 0x04, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, ...
[ "864876693@qq.com" ]
864876693@qq.com
835c53de664db84f9d7dbb51dac47c5f32b6875a
01fa1c20c8a23c5a8560bf694e376ade8930b9d3
/src/ENUMERATED.c
f313f96f6c45d4c164829056bbbbd325dfff8ccb
[ "BSD-2-Clause" ]
permissive
gyc112/libasn1c
51599c8ae9951285facea5b991f9520938f8229c
3ae142e5c2ae9142f3b6d390fa33e97892da001b
refs/heads/master
2020-07-03T20:19:42.392185
2019-08-13T05:58:07
2019-08-13T05:58:07
202,038,037
3
1
NOASSERTION
2019-08-13T01:27:17
2019-08-13T01:27:16
null
UTF-8
C
false
false
3,129
c
/*- * Copyright (c) 2003, 2005, 2006 Lev Walkin <vlm@lionet.info>. * All rights reserved. * Redistribution and modifications are permitted subject to BSD license. */ #include <asn_internal.h> #include <ENUMERATED.h> #include <NativeEnumerated.h> #include <asn_codecs_prim.h> /* Encoder and decoder of a primitive typ...
[ "laforge@gnumonks.org" ]
laforge@gnumonks.org
758ece9d7c65a7693463c3f27724ec76839e6005
2cc1adc9a9b0cb1b2cd0a4473fc153b4f6dfd673
/.gitignore/max_min.c
33b92e3096b9fe84576e07877bf460c28a0cc9f9
[]
no_license
ABINAYAMUTHUKRISHNAN/GuviSpace
4725b5cbe501f5de28d47d1463769b398adc2f82
9096b117e8e29d215ce9ffbd29cf064b4a9de710
refs/heads/master
2021-01-21T22:48:22.623952
2017-09-12T17:54:37
2017-09-12T17:54:37
102,173,102
0
0
null
null
null
null
UTF-8
C
false
false
403
c
#include<stdio.h> void main() { int num; printf("Enter the size of array:"); scanf("%d",&num); int arr[num]; int mini=0; int maxi=99999; for(int j=0;j<num;j++) { printf("Enter the %d number:",j+1); scanf("%d",&arr[j]); } for(int i=0;i<num;i++) { if (arr[i]>mini) mini=arr[i]; if (arr[i]<maxi)...
[ "noreply@github.com" ]
ABINAYAMUTHUKRISHNAN.noreply@github.com
c32eac77e9ffdaf0292d49eac8b128fa469758f8
a58327d9fe9404b30b4e2d154a0c5301c16afc4b
/mainND1uzd2.c
4e24974db06e05a3cd39a8a75b2cd686b18de753
[]
no_license
SkomisLTU/Erasmus-ND
b66bdc532cc653ecce22a43a77f0bf9b5d5cd467
e187222de1b1c4cc86e5b6dad186ca9acec33f1c
refs/heads/master
2018-07-18T13:34:58.477728
2018-06-01T20:59:11
2018-06-01T20:59:11
135,762,367
0
0
null
null
null
null
UTF-8
C
false
false
430
c
#include <stdio.h> #include <stdlib.h> int fakt(int num1); int main() { int num1; int answ; while(1){ printf("insert number: \n"); scanf("%d", &num1); answ = fakt(num1); printf("answer is %d \n", answ); } return 0; } int fakt(int num){ int ans; ans = num; if(ans != 0)...
[ "noreply@github.com" ]
SkomisLTU.noreply@github.com
9a511963173716212f12956bcd107ba067544bef
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/crypto/qat/qat_common/extr_adf_aer.c_adf_reset_flr.c
79d081ff13e68994ff7d961e47b66d9f3ba1e49d
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
643
c
#define NULL ((void*)0) typedef unsigned long size_t; // Customize by platform. typedef long intptr_t; typedef unsigned long uintptr_t; typedef long scalar_t__; // Either arithmetic or pointer type. /* By default, we understand bool (as a convenience). */ typedef int bool; #define false 0 #define true 1 /* Forward d...
[ "brenocfg@gmail.com" ]
brenocfg@gmail.com
69f697506b3a26f855c0a2b7196878121f25e8c0
78b19a967f8502988a908b0c850de816e33423d9
/gc/rc_zct.c
b69c7d6feda1477219d47992222b9c5cfc3e619a
[]
no_license
hikarin/aquario
8f789edbe589431deec3d896181576572f98d751
f110c082fe37dacd5fa00be99d99471b1c2ceb7f
refs/heads/master
2021-06-20T09:51:18.564092
2021-03-11T13:23:12
2021-03-11T13:23:12
7,410,173
5
0
null
null
null
null
UTF-8
C
false
false
4,408
c
#include "base.h" #include <string.h> struct _rc_zct_header { int obj_size; int ref_cnt; aq_bool in_zct; }; typedef struct _rc_zct_header rc_zct_header; static void gc_start_reference_coun(); static inline void *gc_malloc_reference_coun(size_t size); static void gc_write_barrier_reference_coun(Cell obj, Cell *c...
[ "hikari@hikar.in" ]
hikari@hikar.in
1b0170545609ebaaf695abb4e1c6c20bde108e69
b0f62d55fda4b7ce083caa7d6fd051d4c0de6464
/C/ej32/main.c
fad7e690c58ab5c8267dfccdb660a0674a7235b0
[]
no_license
broggi58/Proyectos_CMasMas
dd7ca12a0fe8c805979bea9443561435da9d9cf7
21ede01a71126eb1eed1b0e45a0e4e0d868054a0
refs/heads/master
2023-04-14T15:35:33.650205
2021-04-25T21:19:36
2021-04-25T21:19:36
361,540,519
0
0
null
null
null
null
UTF-8
C
false
false
958
c
#include <stdio.h> #include <stdlib.h> int main() { int estudios,antiguedad; char nacionalidad; char nombre[20]; while (cont<5) { printf("ingrese nombre"); fflush(stdin); scanf("%s",nombre); printf("nacionalidad"); fflush(stdin);...
[ "broggi@outlook.com" ]
broggi@outlook.com
09974c8e17dcdab2afff1a179ed0b091d3be65b4
df49a7de2924e099639e9236dbcac023870c5342
/examples/grblUpload/__vm/.grblUpload.vsarduino.h
6b1e4af63f267e18587d4fbf959936c2b3bf64d1
[]
no_license
holography-be/grbl
af45f63cebf98306a51aa622a88415a6cda430fb
14ede8b5e81897956f4b6091a8aa1477ba0e6603
refs/heads/master
2021-01-17T14:52:31.060984
2016-03-21T01:23:33
2016-03-21T01:23:33
54,303,259
0
1
null
2016-06-12T23:35:53
2016-03-20T06:03:04
C
UTF-8
C
false
false
2,742
h
/* Editor: http://www.visualmicro.com visual micro and the arduino ide ignore this code during compilation. this code is automatically maintained by visualmicro, manual changes to this file will be overwritten the contents of the Visual Micro sketch sub folder can be deleted prior to publishing a pr...
[ "dufrasne@hotmail.com" ]
dufrasne@hotmail.com
024ea33d753a6b9285bf1f24bf3f83c715a09ef0
ebabc84b83e6bfdfb77e4e76608b516ec82f3b91
/fc/fc.c
0bca23f0b4ac2019e3f4dc07fb3b59120291e0d1
[]
no_license
upa/flowchain-bench
14bc45da2dae97f6ec3719da033f29df99e6bb8c
aee63de7c64ef8bedc8990104b9417c51c5e89d8
refs/heads/master
2020-03-25T10:11:55.462038
2018-08-26T12:40:18
2018-08-26T12:40:18
143,686,798
2
0
null
null
null
null
UTF-8
C
false
false
13,355
c
/* fc.c: FlowChain measurement tools for my benchmark */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <signal.h> #include <sys/socket.h> #include <sys/un.h> #include <sys/poll.h> #include <sys/time.h> #include <sys/stat.h> #include <arpa/inet.h> #include <pthread.h> #include...
[ "upa@haeena.net" ]
upa@haeena.net
40dfa57c133c99a582ec52e37320ff2cb10c4d46
498062fde8060a51830ea7246af6ba4c578ff51e
/out/config/autoconf.h
2c6e4a8145b6908f4acadb3c260fbfa331dacec7
[]
no_license
yyyll/linkapp
89d3fd29db5215a7dad4a0d7fb03d62738ba014e
c1223145ada1377aa4cdce35da1c92c3842a8a32
refs/heads/main
2023-01-08T05:41:06.189978
2020-11-13T03:50:26
2020-11-13T03:50:26
312,467,145
0
0
null
null
null
null
UTF-8
C
false
false
3,656
h
/* * * Automatically generated file; DO NOT EDIT. * RootMenu * */ #define AWSS_DISABLE_REGISTRAR 1 #define MQTT_COMM_ENABLED 1 #define AOS_COMP_NETMGR 1 #define INFRA_NET 1 #define AOS_COMP_HTTP 1 #define OSAL_RHINO 1 #define BUILD_AOS 1 #define AOS_COMP_LWIP 1 #define CONFIG_HTTPC_SESSION_NUM 1 #define CLI_CONFIG...
[ "53398232+yyyll@users.noreply.github.com" ]
53398232+yyyll@users.noreply.github.com
548f0c41be5d71f1feef49ecca3a344e758fe4b1
820ae4a7aeda27f1f6a579bd70a97bf0a9bb0738
/libft/ft_memcmp.c
162c2c77775e08ce1bb1c81e8b5df8c075d6d0b0
[]
no_license
nmafa/get-next-line
d483fd6c375ae1c141b37e7fefc527230dbc2ae7
5a922fc3df7c6d333ee6fcb8b49cdb229215ae5e
refs/heads/master
2020-06-19T04:03:02.141678
2019-07-12T14:19:41
2019-07-12T14:19:41
196,555,764
0
0
null
null
null
null
UTF-8
C
false
false
1,186
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memcmp.c :+: :+: :+: ...
[ "nmafa@c4r5s4.wethinkcode.co.za" ]
nmafa@c4r5s4.wethinkcode.co.za
4075542a9e6c2a7960d3ade3a3bdd38441a7c32f
517848af126ed8f198b890a07a6bc5b7b1b94683
/sys/dev/ath/ath_hal/ar5211/ar5211_xmit.c
5d70564506a8df950d95cea5630b8701aaccce8d
[]
no_license
coolgoose85/FreeBSD
e9dbd33b95bf0a472a3e291451c273054b843a1f
ef72c1183400fd106d838c8ed0702649bc1b1b4e
refs/heads/master
2021-01-15T22:29:25.584742
2014-08-03T17:32:40
2014-08-03T17:32:40
22,535,409
2
1
null
null
null
null
UTF-8
C
false
false
18,383
c
/* * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * Copyright (c) 2002-2006 Atheros Communications, Inc. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appe...
[ "vaibhav123@gmail.com" ]
vaibhav123@gmail.com
506e21b524770be6afa965d12396c78b9349aab8
b36d8c2a3339032b2eae33623577261ac260d365
/Proj1/proj1-final/webserver.c
e045c291f2b055a7cacda661ec32a62cc60a80ad
[]
no_license
AllenLiuX/CS118-Computer-Network
7fcb6d908438757860dafd34ffb9a363b69456e5
0f48bb08d9c85ae99e8b072f0f0d55245fcb983b
refs/heads/master
2022-11-12T18:45:12.543212
2020-07-09T09:21:30
2020-07-09T09:21:30
278,314,575
0
0
null
null
null
null
UTF-8
C
false
false
5,884
c
//NAME: Wenxuan Liu //EMAIL: allenliux01@163.com //ID: 805152602 #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <getopt.h> #include <sys/socket.h> #include <sys/types.h> #include <sys/wait.h> #include <netinet/in.h> #include <netdb.h> #include <string.h> #include <dirent.h> #include <signal.h> #in...
[ "13120200491@163.com" ]
13120200491@163.com
64f6720fa27772adc19ac78ad226d8afa16e698e
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/include/video/s1d13xxxfb.h
55f534491a3d1daac6f6c2ec9bc83ccc33082c38
[ "LicenseRef-scancode-free-unknown", "Apache-2.0", "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later" ]
permissive
OLIMEX/DIY-LAPTOP
ae82f4ee79c641d9aee444db9a75f3f6709afa92
a3fafd1309135650bab27f5eafc0c32bc3ca74ee
refs/heads/rel3
2023-08-04T01:54:19.483792
2023-04-03T07:18:12
2023-04-03T07:18:12
80,094,055
507
92
Apache-2.0
2023-04-03T07:05:59
2017-01-26T07:25:50
C
UTF-8
C
false
false
10,188
h
/* include/video/s1d13xxxfb.h * * (c) 2004 Simtec Electronics * (c) 2005 Thibaut VARENE <varenet@parisc-linux.org> * * Header file for Epson S1D13XXX driver code * * This file is subject to the terms and conditions of the GNU General Public * License. See the file COPYING in the main directory of this archive f...
[ "gamishev@gmail.com" ]
gamishev@gmail.com
babf4ae981fa9d6df9fbe5a706a12b1b764b06d3
aeb8302deb7f2240ef150d833515f26e82f4d692
/Temp/il2cppOutput/il2cppOutput/UnityEngine_UnityEngine_Networking_UtilityMethodDeclarations.h
9cd171fe0258d37dbc6511f2540ac6da78ac9c74
[]
no_license
AlvianPrasetya/TwistedMaze
4f8ad5dbf10590d90bc4bda4f88607d6bc562bb8
ddf046f1d9acb4ba8335efcd5acde787e66a6434
refs/heads/master
2021-01-13T00:50:20.752597
2015-12-15T09:12:32
2015-12-15T09:12:32
47,547,689
1
0
null
null
null
null
UTF-8
C
false
false
1,742
h
#pragma once #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" // UnityEngine.Networking.Utility struct Utility_t234; // UnityEngine.Networking.Types.NetworkAccessToken struct NetworkAccessToken_t231; // UnityEngine.Networking.Types.SourceID #include "UnityEngine_UnityEn...
[ "alvian.better@gmail.com" ]
alvian.better@gmail.com
3fd1a4c9780c4a532fabecac58cb0139816b2a79
b2fe4438657c4db442e4b3f1860cd624594c0f47
/xv6-public/threadtest2.c
450d2fe39703e84ac7cd599c14fa78413f4176f4
[ "MIT" ]
permissive
DaBKIM/XV6_project_OS
b04f5065273e6fe329bff1e3979235054fa2f1ef
8919d5efa48f2486517a640fc64ed9bb4b9606fd
refs/heads/master
2020-05-05T07:38:06.149875
2019-06-03T14:52:15
2019-06-03T14:52:15
179,832,076
0
0
null
null
null
null
UTF-8
C
false
false
14,379
c
#include "types.h" #include "stat.h" #include "user.h" #define NUM_THREAD 10 #define NTEST 15 // Show race condition int racingtest(void); // Test basic usage of thread_create, thread_join, thread_exit int basictest(void); int jointest1(void); int jointest2(void); // Test whether a process can reuse the thread stac...
[ "rlaekqls0224@naver.com" ]
rlaekqls0224@naver.com
d7a8b78cc43c10d2534edeeda60b35b12faf220d
759a8f4228db1b0e6b3fa3d58af4cecd888e3c71
/ContactManagementSystem/menuedit.h
76ce08279dfb97c773637e3c24d3a56451c1338a
[]
no_license
VMarisevs/ContactManagementSystem
e7e4f2812faf38a5c3d50253466dd2e9100058aa
ba5048fc2b72bf5dd446bcd6bb8025c047ebfcc8
refs/heads/master
2016-09-05T15:13:18.112306
2015-08-27T12:25:18
2015-08-27T12:25:18
41,483,220
0
0
null
null
null
null
UTF-8
C
false
false
260
h
#pragma once // removes warning #ifndef MENUEDIT_H #define MENUEDIT_H void insertNewContact(struct contact *headContact, struct contact *tailContact); void editContact(struct contact *headContact); void removeContact( struct contact *tailContact); #endif
[ "vmarisevs@gmail.com" ]
vmarisevs@gmail.com
563ac6ade551c8ae194a1b5190a1944cb9d69f49
1547cd777a106e96018f3de43e687eadc643d521
/dh_chat/test/common.h
f724dd5c94b7483910e2f8a672221a7220ffef72
[]
no_license
EvergreenHZ/Lazy_Boy_Diary
c95eeb91c8ea199552389465e23e20267e65c60b
79fecbb3868ee1a40dde91dd1b6f3a58805155f5
refs/heads/master
2021-07-22T10:43:40.704463
2020-07-05T12:47:50
2020-07-05T12:47:50
127,497,472
0
0
null
null
null
null
UTF-8
C
false
false
1,304
h
#ifndef __COMMON_H__ #define __COMMON_H__ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> #include <memory.h> /*使用memcpy所需的头文件*/ #include <time.h> #include <unistd.h> #include <errno.h> #include <fcntl.h> #include <sys/ipc.h> #include <sys/msg.h> #include <sys/socket.h> #include <sys/ty...
[ "huaizhixtp@168.com" ]
huaizhixtp@168.com
d4dae3a91891aae9e69f0f8caee08df59bdac248
cb8c337a790b62905ad3b30f7891a4dff0ae7b6d
/st-ericsson/connectivity/lbs/asn1/lpp_asn1/srce/LPP_GNSS-AuxiliaryInformationSupport.c
0119b88e14143d9e7f56daa70683129e053bfafb
[ "BSD-2-Clause" ]
permissive
CustomROMs/android_vendor
67a2a096bfaa805d47e7d72b0c7a0d7e4830fa31
295e660547846f90ac7ebe42a952e613dbe1b2c3
refs/heads/master
2020-04-27T15:01:52.612258
2019-03-11T13:26:23
2019-03-12T11:23:02
174,429,381
1
0
null
null
null
null
UTF-8
C
false
false
3,492
c
/* * LPP_GNSS-AuxiliaryInformationSupport.c * * Copyright (C) ST-Ericsson SA 2010. All rights reserved. * Author: sunilsatish.rao@stericsson.com for ST-Ericsson. * License terms: Redistribution and modifications are permitted subject to BSD license. * * Redistribution and use in source and binary forms, w...
[ "xiangxin19960319@gmail.com" ]
xiangxin19960319@gmail.com
40cb968c06a322969ad37a6ce0c2ceb83fe8c221
fb49b255ba5badf6afbbe09b89863d553fb1a205
/src/dpdk/drivers/event/cnxk/deq/cn9k/deq_80_95_ca_tmo_seg_burst.c
b1fac5c5fd138f413e777825b3ceba7af3e96865
[ "GPL-1.0-or-later", "GPL-2.0-or-later", "GPL-2.0-only", "Apache-2.0" ]
permissive
ramakristipati/trex-core
f6e0ea9b68a3054409802dd4f54a35ea9b80c01e
564fb7ba2a003065270a9bcc9946e7a7473f668e
refs/heads/master
2023-06-07T05:45:23.355164
2023-05-25T03:07:48
2023-05-28T13:35:13
152,258,061
0
0
Apache-2.0
2018-10-09T13:41:59
2018-10-09T13:41:58
null
UTF-8
C
false
false
395
c
/* SPDX-License-Identifier: BSD-3-Clause * Copyright(C) 2022 Marvell. */ #include "cn9k_worker.h" #include "cnxk_eventdev.h" #include "cnxk_worker.h" #define R(name, flags) \ SSO_CMN_DEQ_BURST(cn9k_sso_hws_deq_tmo_ca_seg_burst_##name, \ cn9k_s...
[ "syaakov@cisco.com" ]
syaakov@cisco.com
fda02cfb30b83f876868273dc874bed803745052
610106edde6cd920d3eacebce7da4d06897a5114
/miranda_engine.c
009e3628339f190b37866dec949999a59994cd2e
[]
no_license
echoline/gtk-engine-miranda
dbbe0751dff4e0ba12bdab76fcbb5ac8f2232c28
dd11d556def2c07a85ce402b10957a470a851049
refs/heads/master
2021-01-10T20:33:37.445557
2012-07-02T05:30:27
2012-07-02T05:30:27
null
0
0
null
null
null
null
UTF-8
C
false
false
5,171
c
/* Miranda - a GTK+ engine * * Copyright (C) 2011 Carlos Garnacho <carlosg@gnome.org> * Copyright (C) 2011 Red Hat, Inc. * * This 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 *...
[ "echoline@gmail.com" ]
echoline@gmail.com
049b9fe919a7846abbe4a5c63b63d5697885b65f
9beeacd39d5974c51eb1cf4eeffc354475498783
/src/command_parser.c
138823c08a706fa78ec107a8d4093899e95856e8
[ "MIT" ]
permissive
rtsaad/mercury
8e86714210961bac541ea0abe887e44d0e94afd3
a2ed79c63219defb77c7b624492e14ee1c12e5e0
refs/heads/master
2023-01-19T16:15:50.942684
2020-11-13T18:38:16
2020-11-13T18:38:16
103,846,985
5
0
null
null
null
null
UTF-8
C
false
false
43,594
c
/* * File: command_parser.c * Author: Rodrigo Tacla Saad * Email: rodrigo.tacla.saad@gmail.com * Company: LAAS-CNRS / Vertics * Created on October 21, 2011, 9:51 AM * * LICENSE * * MIT License * * Copyright LAAS-CNRS / Vertics * * Permission is hereby granted, free of charge, to any person obtainin...
[ "rodrigo@otomata.com.br" ]
rodrigo@otomata.com.br
15c0b16e6aeb93236e3f368bedf01f41adc933d9
b1d500a451cd9852089bf3d97e829df069daa9c8
/Images/MC/dMu/5.4e-18/attic/Unblinded/MomBinnedAna/MomMaxScan/FullModuloFit_600_2800_truthAllDecays_200MeV_AAR_AQ_phi.C
23f42a6083ba05a46808cc6cd2b0f564b42ee3fa
[]
no_license
sam-grant/EDM
486ea029bf766c968a3c7b41198ffcf9bc3c9b8a
525e41de5f675c39014488c79144f47562910736
refs/heads/master
2022-10-30T22:35:42.979799
2022-10-19T18:44:54
2022-10-19T18:44:54
296,421,806
0
1
null
null
null
null
UTF-8
C
false
false
1,043,709
c
void FullModuloFit_600_2800_truthAllDecays_200MeV_AAR_AQ_phi() { //=========Macro generated from canvas: c/c //========= (Wed Jul 14 16:17:09 2021) by ROOT version 6.22/08 TCanvas *c = new TCanvas("c", "c",0,0,800,600); c->SetHighLightColor(2); c->Range(-0.6024336,-6.25,4.944727,6.25); c->SetFillColor(0); ...
[ "samuel.grant94@gmail.com" ]
samuel.grant94@gmail.com
4d452f19a6d39d3c3b278f942237f51a13eba784
7db470ac37a2dd717ce41db19d6949a91109efb5
/Code/lib/gcc/x86_64-apple-darwin17.7.0/8.3.1/plugin/include/gtype-desc.h
096eb5bc8f9ab7962a91d17cb9ce68e14b4e5cbf
[]
no_license
AaronC98/PlaneSystem
63e7d486ec8ca8ff1e234193ac1ebaf5cb348b22
5b91c1816aadfa3a08bba730b8dfd3f6a0785463
refs/heads/master
2023-04-26T19:30:01.098578
2021-06-03T19:55:05
2021-06-03T19:55:05
373,625,259
0
0
null
null
null
null
UTF-8
C
false
false
147,728
h
/* Type information for GCC. Copyright (C) 2004-2018 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any late...
[ "46718011+AaronC98@users.noreply.github.com" ]
46718011+AaronC98@users.noreply.github.com
6572b5039d288019d1d2e41bce0117aed0b7b812
959d9a99b9ed321e4e76ba90d213b38e30a53465
/POSIX/Password Cracking/1c/Three-Initial-Two-Digit.c
34c2166efc1143c8a04d5fff84faf9166515a181
[]
no_license
prajwolsen9/HPC-CW
1bd2701b9b7d83a701640aee09623c791da96909
f3e1a9a3baaa6fdf5e47e13272936e513754932b
refs/heads/master
2020-12-04T20:13:31.813945
2020-01-05T09:35:15
2020-01-05T09:35:15
231,890,432
0
0
null
null
null
null
UTF-8
C
false
false
2,897
c
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <crypt.h> #include <time.h> /****************************************************************************** Demonstrates how to crack an encrypted password using a simple "brute force" algorithm. Compile with: cc -o Three-Initial-Two-Digit ...
[ "prajwolsen@gmail.com" ]
prajwolsen@gmail.com
dbabed350fa3cffa0c0e8f0a8f77e8775e2da2b7
5f9139eecfd0434baad082bc6b6f596d2cdeb8ab
/src/game/g_weapon.c
ff52f54a7a2f4d8da9285cac654de11463235cb7
[]
no_license
laffer1/fet
9b69e5f0ced08a3925a776885535714f2cb08055
4adb11e31847714af44a92955b537045b293e944
refs/heads/master
2016-09-06T21:24:01.413032
2014-03-02T22:13:29
2014-03-02T22:13:29
17,348,054
3
0
null
null
null
null
UTF-8
C
false
false
177,661
c
/* ** *** *** *** **** * *** ** *** *** *** ***** *** *** ...
[ "luke@foolishgames.com" ]
luke@foolishgames.com
e048452d8b465e3c9aa591f9382129aee18a7abb
fe8721a173130fe2c09d6f49d8fe04d1ea7f3989
/ft_strncmp.c
bec79ff3e55bf19b479125432d2f8a7ff840539b
[]
no_license
mouradatg/libft
f74a8145c0b25ba6979ae09a7404869d5b4a8624
4d63c0d4f49a6347a3130e4da47afb6f1f1c2a85
refs/heads/main
2023-09-02T06:50:15.881271
2021-11-12T16:38:35
2021-11-12T16:38:35
418,589,422
0
0
null
null
null
null
UTF-8
C
false
false
1,229
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strncmp.c :+: :+: :+: ...
[ "mattig@student.42nice.fr" ]
mattig@student.42nice.fr
bece40abd3e006cb96690056e78a933fa4228d7b
64a1d09d90becfa5b9b27fec6081ebfcb15ef153
/fooac.h
b696bcc38b6e5f3739b970c97049ea5fe8d488a1
[]
no_license
hpaluch-pil/hello-ac
8002cc37d6425e66ef7d45fcc22cb000474e14f2
f6ac5afcde565e1a1d0889eaa2463f6dfc3e699b
refs/heads/master
2020-04-27T00:04:27.058188
2020-02-09T08:43:53
2020-02-09T08:43:53
173,923,226
0
0
null
null
null
null
UTF-8
C
false
false
162
h
/* * fooac.h - header of libray libfooac (foo autoconf) */ #ifndef FOOAC_H #define FOOAC_H void fooac_func1(int p1); void fooac_func2(int p1, int p2); #endif
[ "henryk.paluch@pickering.cz" ]
henryk.paluch@pickering.cz
251128c7aef8af9aace941bc92b8ffccbd169e2b
e22e03d9761f5c6d581b5af2e77343e8ee4b201d
/edk2/MdePkg/Library/BaseMemoryLib/CompareMemWrapper.c
c181c3de65e14590be39f8c4e1f16fc1356a5898
[ "OpenSSL", "BSD-2-Clause" ]
permissive
SamuelTulach/SecureFakePkg
759975fcc84d62f05ac577da48353752e5334878
f34080a6c0efb6ca3dd755365778d0bcdca6b991
refs/heads/main
2023-08-17T07:51:22.175924
2021-10-01T10:46:14
2021-10-01T10:46:14
410,938,306
94
14
null
null
null
null
UTF-8
C
false
false
2,372
c
/** @file CompareMem() implementation. The following BaseMemoryLib instances contain the same copy of this file: BaseMemoryLib BaseMemoryLibMmx BaseMemoryLibSse2 BaseMemoryLibRepStr BaseMemoryLibOptDxe BaseMemoryLibOptPei PeiMemoryLib UefiMemoryLib Copyright (c) 2006 - 2018, Intel ...
[ "samtulach@gmail.com" ]
samtulach@gmail.com
c665a40ff6c2ae2a50e63ac9b6f3892df3e340f3
7da6bde34bf322b0115416ee3ae898ed1841d355
/ito_anneal/main.c
0805c5bceaee285fb26f72282009bbb65110f830
[]
no_license
bbitmaster/colorgroup
1328294992f0c8f6d11b439bbbf0d53249ca6f3e
d3962db8c55f1cb7a69eefa840c0b790db65f136
refs/heads/master
2016-09-06T18:05:39.056114
2013-01-06T19:09:48
2013-01-06T19:09:48
null
0
0
null
null
null
null
UTF-8
C
false
false
10,262
c
#include <stdio.h> #include <stdlib.h> #include <strings.h> #include <math.h> #include <stdbool.h> long long ebest, ene; // Bits per plane. Must be even and <=8, namely either 2, 4, 6, 8 #define CBIT 6 // Misc. consts #define VMAX (1<<CBIT) #define CBMASK ( VMAX-1) #define L (1<<(CBIT + CBIT/2)) #define LMASKX (L-1) ...
[ "bgoodric@mil2.eecs.utk.edu" ]
bgoodric@mil2.eecs.utk.edu