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
955a6b4035216bbbab266e2296cdc1d13b6bfec5
f8b74606eea0128bdf41fc89eb91e45c32a86544
/current/SFU/Tigress/TimeAndEnergy/TECal/sort.c
5096beb9f9c2c7e89585719f11b3568914ac218b
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
SFUNUSC/TIPsort
9e89bb9926eff2caa7cd49a998222628dfe9d5be
e08c3bb35b4c79a7d6e681c7118981e43eac90bf
refs/heads/master
2021-01-12T17:53:52.321637
2019-07-10T21:44:10
2019-07-10T21:44:10
71,290,684
1
1
null
null
null
null
UTF-8
C
false
false
2,612
c
#include "sort.h" int analyze_data(raw_event *data) { cal_event* cev; int pos,col; double e,t; long long int one=1; cev=(cal_event*)malloc(sizeof(cal_event)); memset(cev,0,sizeof(cal_event)); calibrate_TIGRESS(data,&cal_par->tg,&cev->tg); if(cev->tg.h.FH>0) for(pos=1;pos<NPOSTIGR;pos++) if...
[ "tip@nusc2.chem.sfu.ca" ]
tip@nusc2.chem.sfu.ca
e3bcb9692ae9b72e33d739695fd0eab47fcfa05f
381cc9d81cd8f17b4c4e866b51c81d596a4ce190
/src/dup.c
1376a155ff8519f4aaf36ab830a6dbba576a6536
[]
no_license
maisogjm/fidap
f3288e045359d2c481cb49d15c2ca41ab38af3d1
82c38aeaf3c64dfbb852d033426ecbea070147e4
refs/heads/master
2020-04-03T07:55:19.092439
2018-10-28T21:33:26
2018-10-28T21:33:26
155,117,890
0
0
null
null
null
null
UTF-8
C
false
false
2,300
c
#include <stdio.h> #include <stdlib.h> int *int_malloc(int num_items); /* Program to duplicate a file num_dups times. */ main(int argc, char *argv[]) { FILE *fIN, *fOUT; /* Input and output file pointers. */ int num_dups; /* Number of duplications. ...
[ "bravas02@gmail.com" ]
bravas02@gmail.com
cfcde13b5426c3f318383ab632d9c9a0e0911fbc
42c2fe10ebcba2f8b7bae3ce54a01af6518a9dd4
/Fully Persistent BST/Int_DLL.h
b3949da6677fa54eb051db4b5ac227d4e35d0c03
[ "MIT" ]
permissive
kavitawagh/Persistent-Data-structures
ba6b14b2e487aaae55d335d17ada3ab00e95d785
c53fb972d31dd7bd9f0eb24ea76869c6e838029b
refs/heads/master
2022-11-10T06:38:41.536993
2020-06-22T16:56:13
2020-06-22T16:56:13
274,192,274
0
0
null
null
null
null
UTF-8
C
false
false
487
h
//To implement version list #ifndef _INT_DLL_H #define _INT_DLL_H typedef struct DLLNode { struct DLLNode *prev, *next; int data; }DLLNode; typedef struct DLL { struct DLLNode *head, *tail; }DLL; DLL *CreateDLL(); void InitDLL(DLL *dll); DLLNode *DCreateNode(int dt); int DInsertAfterX(DLL *dll, int X, int newD...
[ "noreply@github.com" ]
kavitawagh.noreply@github.com
e8ea96836fcc7dc39da779bff7174431e34d5f93
219c773bdbd9a68640109c7beaed6c35e4de73b7
/ofl/castoro/font_Castoro-Italic.h
3cd5da028c385e0f76213ffff7cff3f396a24140
[]
no_license
FrankBoesing/fonts
7191ea0043557aadd79ebdc82f9e365a7aeee243
bde9080e081cac012882f5e2873264c45f90c1b7
refs/heads/main
2022-01-18T10:28:57.425090
2022-01-13T21:16:47
2022-01-13T21:16:47
42,188,720
20
6
null
2015-09-09T15:53:40
2015-09-09T15:53:40
null
UTF-8
C
false
false
1,269
h
#pragma once #include "ILI9341_t3.h" #ifdef __cplusplus extern "C" { #endif extern const ILI9341_t3_font_t Castoro_8_Italic; extern const ILI9341_t3_font_t Castoro_9_Italic; extern const ILI9341_t3_font_t Castoro_10_Italic; extern const ILI9341_t3_font_t Castoro_11_Italic; extern const ILI9341_t3_font_t Castoro_12_It...
[ "f.boesing@gmx.de" ]
f.boesing@gmx.de
0470cb55733b6063152b62f70d6662a3cbc66a8b
ff78a86f3f3f4319595d93203a612aae6d6cbeda
/DEV01-LCD/app/include/sys/sigin.h
58865600775ed28955d8e4102cecaac591b1ee97
[]
no_license
darcyg/pomelo
7e3eee1ae46267498660174881d516574ef634cb
e21ff6869351da70c8e6e44e18ce4412f3562b48
refs/heads/master
2020-12-25T02:50:22.379563
2014-09-17T02:50:48
2014-09-17T02:50:48
null
0
0
null
null
null
null
GB18030
C
false
false
500
h
/** * sigin.h -- 输入信号驱动接口 * * * 创建时间: 2010-5-16 * 最后修改时间: 2010-5-16 */ #ifndef _SYS_SIGIN_H #define _SYS_SIGIN_H #define SIGIN_NUM 2 #define SIGIN_MASK ((1<<SIGIN_NUM)-1) /** * @brief 读取输入量状态 * @return 输入量状态,每BIT代表一个 */ unsigned int SiginReadState(void); /** * @brief 读取输入按键 * @return 输入按键信息,...
[ "kewell0101@gmail.com@944a31ab-0be3-294b-bc57-fb793cc5cc4a" ]
kewell0101@gmail.com@944a31ab-0be3-294b-bc57-fb793cc5cc4a
1b632972325998cc3d10f5415a165987b3385acf
70026f978c26e981a41dcf1b27a854d986c62167
/mod/mod/tests/catchaddr.c
1cb2217119b5c31fb60231bb0a6148ce8be962a4
[ "MIT" ]
permissive
leonhiem/shs-control-v3
fd86ba43edf8693dc1fcfde6f0004c894e1e2dad
c3f1c19b8d6441232ded190aea6730901dde93e3
refs/heads/main
2023-08-15T14:36:21.622959
2021-10-01T18:14:49
2021-10-01T18:14:49
412,540,630
0
0
null
null
null
null
UTF-8
C
false
false
288
c
#include <stdio.h> #include <stdint.h> main() { int a; char data=0; char in=0x78; for(a=0;a<8;a++) { char t=in&(1<<(7-a)); printf("bit=%d\n",t!=0); data = (data << 1); if(t!=0) { data |= 1; } } printf("in=0x%x data=0x%x\n",in,data); }
[ "l.hiemstra@gmail.com" ]
l.hiemstra@gmail.com
6a1e17193b47b46b8218b58660d4a3837aeecff1
eeb6e22f3d307ec4125510e696353a8add4a7971
/qspgui/src/qsp_default.h
5b3127ada8e236695829bd4b95b2c7c13805e4fc
[]
no_license
rrockru/QtQSP
86525f14f9d9b20a3c3258506a855873b62bd96a
c43a0c848b3fe8a191514834750b1b09760bc1bb
refs/heads/master
2021-01-10T04:25:51.172091
2020-08-05T12:15:54
2020-08-05T12:15:54
8,463,474
1
0
null
2013-07-10T06:45:16
2013-02-27T19:26:13
C
UTF-8
C
false
false
3,998
h
/* Copyright (C) 2005-2010 Valeriy Argunov (nporep AT mail DOT ru) */ /* * 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 version 2.1 of the License, or * (at your option) any later...
[ "rrock.ru@gmail.com" ]
rrock.ru@gmail.com
a3c3fa3d7b5bcc777e7221eb5ceb6a5583b0f9e1
f12402261b9a4b0bfe95f165737807c2612e482b
/take-home-midsem-2/question1.c
f38bf0ab646f9ff8d90a243cb33ac1b5bb8e6939
[]
no_license
AkshitKumar/EE4371
23e20236dd68740c7835581f902001e36b6ba516
5b8a618b8c5c8b9dc483fabaf14b3399e040bc97
refs/heads/master
2021-01-15T10:25:29.040238
2016-11-30T05:17:34
2016-11-30T05:17:34
68,754,766
4
1
null
null
null
null
UTF-8
C
false
false
986
c
#include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include <math.h> #include <string.h> #define MAX_QUEUE_SIZE 10000 typedef struct PACKET{ int type; double tarrival; int size; }PACKET; PACKET packets[MAX_QUEUE_SIZE]; int filesize = 0; void readInputFile(char** argv){ FILE *fp = fopen(argv[1],"r"); i...
[ "akshitkumar100@gmail.com" ]
akshitkumar100@gmail.com
695282840c9b058a307889d8d1dd5e8d8d3e8867
74b07129c4acd0881e2080fd6784dfb06d41cf26
/ftpclient.h
96cebf39ad4a2e2cc2831e5297897c0fd830a75e
[]
no_license
JoelVega10/FTP-Server-Sistemas-Operativos
13ba6253ed35667bc69870dda286c410cb61878e
7b6d3b5ca2b778e7dcc3e540801fea5ec7d95aa9
refs/heads/master
2023-04-12T11:58:29.335379
2021-04-28T04:49:02
2021-04-28T04:49:02
357,021,297
0
0
null
null
null
null
UTF-8
C
false
false
603
h
#include "commons.h" #define U_INPUTLEN 1024 //Largo maximo de input //Struct command es un struct que contiene el id de comando, path para si se usa el ls o cd // y el filename para el get y put struct command{ int id; char path[DATALEN]; char fileName[DATALEN]; }; size_t size_sockaddr = sizeof(struct sockaddr)...
[ "jogevego@gmail.com" ]
jogevego@gmail.com
70279ae6b0996c0e5596c9c9bc600fd72984dd7b
e406a8b5c5f62cd5e93b9e1e0beabbcd5dc749f9
/Getting_Started/FileCopyingVer1.c
c3614adc89d6b4321f2a20caa7b5303237008e01
[]
no_license
Ck1985/Getting_Started
921f7885e3d3102c7118888c41820c78eccd4ebe
213791a82a948c6745ec1e686d38c4034fcd3119
refs/heads/master
2021-08-19T07:02:49.608610
2017-11-25T03:31:03
2017-11-25T03:31:03
107,786,860
0
0
null
null
null
null
UTF-8
C
false
false
111
c
#include<stdio.h> mainFC1() { int c; c = getchar(); while (c != EOF) { putchar(c); c = getchar(); } }
[ "anonymous.vn1985@gmail.com" ]
anonymous.vn1985@gmail.com
eafbba78886f65880726f17a2124dc5d208835ea
246e365294ba2fa0390c6e2353309957744525de
/1671 -I2P(I) 2019_Spring_Chen_HW4/12143/12143.c
28d042a479d77208948645ab43eef25346851511
[]
no_license
Keycatowo/NTHU-OJ
25ad4dc2dd1a155d3eaa903f77074479e7ddaf68
9ffaf1f500fbfb89ce1fc59c6d9b625d076d34b8
refs/heads/master
2021-07-20T12:35:59.879027
2020-06-22T15:42:34
2020-06-22T15:42:34
182,376,760
10
3
null
null
null
null
UTF-8
C
false
false
399
c
#include <stdio.h> #include "function.h" #define ll long long int int input[(int)2e6]; int main() { int n, t; scanf( "%d%d", &n, &t ); for( int i = 0 ; i < n ; i++ ) { scanf( "%d", &input[i] ); } for( int i = 0 ; i < t ; i++ ){ int q; scanf( "%d", &q ); printf( "%d is...
[ "owo.nthu@outlook.com" ]
owo.nthu@outlook.com
45ad0752dc264c717fdd46995d8379d84c44c0c6
c7792b5e5ae5e74d643518a5b0644020288fc6da
/compilable_mutants/fuzzgoat.mutant.3039.c
e7f17102660bea70c694ddd93be6ee0c4bc24f90
[ "BSD-2-Clause" ]
permissive
agroce/fuzzgoattriage
0dc99daf2d061aaa0f58ceef3657b6f9ff411613
173c585cc7e87bcb2b82ae22fde56935352cd597
refs/heads/master
2020-07-29T14:49:39.691056
2019-09-20T18:07:19
2019-09-20T18:07:19
209,830,892
0
0
null
null
null
null
UTF-8
C
false
false
32,159
c
/* vim: set et ts=3 sw=3 sts=3 ft=c: * * Copyright (C) 2012, 2013, 2014 James McLaughlin et al. All rights reserved. * https://github.com/udp/json-parser * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1...
[ "agroce@gmail.com" ]
agroce@gmail.com
bbd7c26c530a593592b48458b31c69d866283ab7
b65a7535f7f5363396eadc56e50a8cd029ad63b0
/LUGE2/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Comparison_1_gen_32MethodDeclarations.h
003db12c2331555007ffd9afb4c349b32d2cc164
[]
no_license
Folofl/L-U-G-E_final
8916b3f5a7a9cfc39bad39163b602fc27213933a
d4a6c3f18d9b13e75beb60e6e2274638546d7ae0
refs/heads/master
2021-01-18T01:23:48.069619
2015-12-15T16:22:46
2015-12-15T16:22:46
48,052,044
0
0
null
2015-12-15T15:35:49
2015-12-15T15:35:48
null
UTF-8
C
false
false
1,713
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> #include "codegen/il2cpp-codegen.h" #include "mscorlib_System_Comparison_1_gen_3MethodDeclarations.h" // System.Void System.Comparison`1<Uni...
[ "jslavitz@gmail.com" ]
jslavitz@gmail.com
b4dc9b3dd1a6bee26ff086a3b2dca46d9625a490
1fabbdfd1ca9ea1b6808893e12bd907eb74de414
/xcode/Classes/Native/mscorlib_System_Array_InternalEnumerator_1_gen_697.h
22bb798f805a324b850fb6a4b1441fda2d199114
[]
no_license
Klanly/TutorialPackageClient
6f889e96c40ab13c97d107708ae8f3c71a484301
b9d61ba2f287c491c9565b432f852980ec3fee28
refs/heads/master
2020-12-03T01:42:35.256114
2016-11-01T02:40:21
2016-11-01T02:40:21
null
0
0
null
null
null
null
UTF-8
C
false
false
426
h
#pragma once #include <stdint.h> // System.Array struct Array_t; // System.ValueType #include "mscorlib_System_ValueType.h" // System.Array/InternalEnumerator`1<UnityEngine.TextAsset> struct InternalEnumerator_1_t15910 { // System.Array System.Array/InternalEnumerator`1<UnityEngine.TextAsset>::array Array_t * ___ar...
[ "bu213200@gmail.com" ]
bu213200@gmail.com
a22cbf11f226505d435d47c0fec748d6a26953c4
7cdc917a42fc3caadd65b7bc13c1dd860e891b3f
/x.categories/deitel/C Programming/CH07/EX7_30.C
55630b0402786eb8ebf73351a50079555ad99785
[]
no_license
pstivers3/clearn
13cf672ee513d00a74cee684a289032a523006ea
12f75e57826b16001835edec1ca18634924e1f9e
refs/heads/master
2020-05-23T03:01:12.825150
2020-04-13T23:21:04
2020-04-13T23:21:04
48,219,425
0
0
null
null
null
null
UTF-8
C
false
false
437
c
#include <stdio.h> int mystery3(const char *, const char *); main() { char string1[80], string2[80]; printf("Enter two strings: "); scanf("%s%s", string1, string2); printf("The result is %d\n", mystery3(string1, string2)); return 0; } int mystery3(const char *s1, const char *s2) { ...
[ "pstivers3@comcast.net" ]
pstivers3@comcast.net
97618b579cb5b69dcd3ae0d61523c9e9019f6d60
66d339399671f9520e88d79b7118b6670f6a40a2
/code/653.c
bed150d98f5af5cc0b5cc04ce8b6ba27ac763420
[ "MIT" ]
permissive
Tarpelite/OJ_research
038ba1b3a5d8add01642cddd45b59722144ac110
5c23591a50e755dac800dfaedb561290ce35fc5b
refs/heads/master
2020-06-07T10:52:17.059468
2019-06-21T10:47:56
2019-06-21T10:47:56
193,003,111
0
0
null
null
null
null
UTF-8
C
false
false
283
c
#include<stdio.h> int main() { int a[100001]={}; int n,m,k,i; scanf("%d",&n); for(i=0;i<n;i++){ scanf("%d",&m); a[m]++;} scanf("%d",&k); for(i=100000;i>=0;i--) { if(a[i]>0) k--; if(k==0) break; } printf("%d %d\n",i,a[i]); return 0; }
[ "tarpelite_chan@foxmail.com" ]
tarpelite_chan@foxmail.com
44dc575dec36c3b0837342db5c09dd2f0a4eb1bb
74cf654321a23f5a6ae6e35917e3279caed2624f
/cfs/cfe/fsw/cfe-core/unit-test/ut_osprintf_stubs.h
617729107ffdf2b042ee9e3c5f17a82b4f9b4e9c
[ "NASA-1.3" ]
permissive
johndpope/OpenSatKit
a026f1325c83607a0b0a63fea45b606cbae62484
041ec3eba6af981e0ab4271a1f540d3b76dacbc1
refs/heads/master
2021-08-26T09:27:33.142133
2017-11-23T01:05:50
2017-11-23T01:05:50
111,751,753
1
0
null
2017-11-23T02:02:20
2017-11-23T02:02:20
null
UTF-8
C
false
false
3,508
h
/* ** Copyright (c) 2004-2012, United States government as represented by the ** administrator of the National Aeronautics Space Administration. ** All rights reserved. This software (cFE) was created at NASA's Goddard ** Space Flight Center pursuant to government contracts. ** ** This is...
[ "dmccomas63@gmail.com" ]
dmccomas63@gmail.com
4ba82178a29287b087234852a3505b4936e402ee
e1901f418d30ad29e12e4c062117e669963f431f
/svcomp14-DeviceDrivers64/patched/43_1a_cilled_true_ok_nondet_linux-43_1a-drivers--media--common--tuners--qt1010.ko-ldv_main0_sequence_infinite_withcheck_stateful.cil.out.c.cil
7abcaf46dfc0ede32b8ff820c94bbd77b4b6c3e5
[]
no_license
julienhenry/Verif-Benchmarks
7948aea8d53456dc0f0247b14be04d2f7e36c8b1
5db79850ca0005dcccce98645383b54a272e8dd5
refs/heads/master
2020-05-27T17:59:37.166952
2014-10-20T08:05:50
2014-10-20T08:05:50
17,507,361
1
0
null
null
null
null
UTF-8
C
false
false
206,913
cil
extern void __VERIFIER_error() __attribute__ ((__noreturn__)); /* Generated by CIL v. 1.3.7 */ /* print_CIL_Input is true */ typedef signed char __s8; typedef unsigned char __u8; typedef short __s16; typedef unsigned short __u16; typedef int __s32; typedef unsigned int __u32; typedef long long __s64; typedef unsigned ...
[ "Julien.Henry@imag.fr" ]
Julien.Henry@imag.fr
a6e2916d2ab19c1d40e5ca35a38d0da7dd00490b
8a02d6e915993075ff4c91c333627017bb8bcf2d
/connectivity/multirole/src/config/user_periph_setup.h
b1057ad202bc5b90dd194122627eacf3d13244fa
[ "MIT" ]
permissive
aramesh-dialog/BLE_SDK6_examples
aabbc187fec54fa4ef6fa48d765626f94e987db2
c90a671ba2ddf43f0d49504f57375de2e5508620
refs/heads/main
2023-08-15T11:11:39.936321
2021-10-19T07:59:55
2021-10-19T07:59:55
362,845,667
0
0
MIT
2021-06-16T12:37:53
2021-04-29T14:30:08
C
UTF-8
C
false
false
4,977
h
/** **************************************************************************************** * * @file user_periph_setup.h * * @brief Peripherals setup header file. * * Copyright (c) 2015-2019 Dialog Semiconductor. All rights reserved. * * This software ("Software") is owned by Dialog Semiconductor. * * By u...
[ "ben.lauret@diasemi.com" ]
ben.lauret@diasemi.com
3d529749487af4b0ac7384f091c27caf1340daa6
8de1e8cd0fe3605a816bdbd94fed27e8dd845d08
/main.c
36b1560768a491b91a245fe7966fc2b7daebfee0
[]
no_license
ifranc-r/puisance4
e1588503f57a7ba7b412e3ce196724ac31df322d
df87609b1dca748450b020537dd05ca33bf29ce7
refs/heads/master
2021-01-10T10:18:59.937477
2016-02-27T20:28:03
2016-02-27T20:28:03
52,671,067
0
0
null
null
null
null
UTF-8
C
false
false
1,754
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.c :+: :+: :+: ...
[ "ifranc-r@e1r9p15.42.fr" ]
ifranc-r@e1r9p15.42.fr
646197339243a70beb43a57cee3c99afe6c3d73e
d1d666a51b36074b15de451448fd6737c00fa47c
/src/mame/machine/namcoio.c
5f6c3fe77485ce1fcd6c76ee488b8ffc851dea04
[]
no_license
mp-lee/historic-mame
f58011e11497c180b6976152b51d54c0e24e929c
6f03755e212f33ae6e4681d56351bf3c44f20916
refs/heads/master
2020-12-25T00:56:07.454750
2007-12-18T09:04:43
2007-12-18T09:04:43
null
0
0
null
null
null
null
UTF-8
C
false
false
31,081
c
/*************************************************************************** The following Namco custom chips are all instances of the same 4-bit MCU, the Fujitsu MB8843 (42-pin DIP package) and MB8842/MB8844 (28-pin DIP), differently programmed. chip MCU pins function ---- ------ ---- -------- 50XX MB8842 28 pl...
[ "mame@mamedev.org" ]
mame@mamedev.org
ef5af47d8d63d429d92da17354d5968f3ca7a4ce
3d0e079c19703e03d130ecf68125fbf57dc9309f
/sous-prog/exo4.c
87e713c3d5fe53385fa1b65c968a6c708c3fc2fa
[]
no_license
cheikh0101/correctionAlgo1
a1820e1d9a765bb8a4909d5694e6638495fb1c00
3a87060e81e454da30d5021258cbef704430ed0d
refs/heads/main
2023-05-28T16:14:10.747558
2021-06-05T12:29:04
2021-06-05T12:29:04
374,108,686
0
1
null
null
null
null
UTF-8
C
false
false
3,602
c
#include<stdio.h> #include<stdlib.h> #include<string.h> #include<math.h> typedef struct etudiant { int matricule; char nom[20], prenom[50], mention[25]; float note; }etudiant; etudiant enregistrer (char *nom, char *prenom, float note) { static int i=1; etudiant A; A.matricule=++i; strcpy(A.nom, nom); ...
[ "ctidiane.gueye1@univ-thies.sn" ]
ctidiane.gueye1@univ-thies.sn
c59f271ff4ee7a811b0e4a941d4074ad1eda5a1e
bd8b6dc1ed25108995f72bb35c9221711f5a6e0a
/8.c
ad8cd6b3e63f786c76fe1f75f13119c5005ec153
[]
no_license
bagrudeensea/bagrudeensea
4d1dc73b134a7474541adcd1d5aff00f601dc4cc
ce9517184de34631a7933a810ba2b0ea0d4a61ae
refs/heads/master
2021-09-09T12:48:38.114997
2018-03-16T08:43:21
2018-03-16T08:43:21
118,320,713
0
0
null
null
null
null
UTF-8
C
false
false
134
c
#include<stdio.h> int main() { int n,sum=0; scanf("%d",&n); for(int i=1;i<=n;i++) { sum=sum+i; }printf("\n%d",sum); return 0; }
[ "noreply@github.com" ]
bagrudeensea.noreply@github.com
be6265e43177702638dfd027d8114dbf135efcd2
2490c0cbc168878b43be8936f4007e413fb3b1cf
/libft/ft_strmap.c
d78bec6e2fea75b53b7484ff872a4ac67cbb4146
[]
no_license
sign6891/gnl
ace5f32da5c790f39893b14a3b4bb79af2e60bf5
1b2be0377065993e4541d8b36e6c2b887be6f613
refs/heads/master
2020-08-31T21:15:09.584009
2019-10-31T14:42:58
2019-10-31T14:42:58
218,787,987
0
0
null
null
null
null
UTF-8
C
false
false
1,161
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strmap.c :+: :+: :+: ...
[ "jleyshre@mi-i6.21-school.ru" ]
jleyshre@mi-i6.21-school.ru
fa1a233aae0717b83e5fe44fbce3165c8202bc23
4e298b59e91f9088f36e9c488eb8c062b8a16c07
/open/gblade/port/room/p1-1.c
5d3d97d30fdd217d585685f527feecdf604e716c
[]
no_license
HexColors60/fs2
07714b1dbd27d666febf7ccc5e8d3476edaf0146
c1bc56122142ac741d2432551508d04c9be4694e
refs/heads/master
2021-05-27T11:06:07.272106
2012-08-03T04:15:15
2012-08-03T04:15:15
null
0
0
null
null
null
null
GB18030
C
false
false
659
c
// Room: /open/gblade/port/room/p1-1.c inherit ROOM; void create () { set("short","枫林港北门"); set ("long", @LONG 这是一栋刚建好不久的城门 , 几个守卫在此看着来来往往的 旅客 , 由于商业的繁荣 , 枫林港吸引了来自大陆各地的商人到 此交易 , 相对的 , 这里的犯罪率也是全国最高 , 你最好先看紧 自己的荷包 , 以免钱丢的不明不白 . LONG); set("light_up", 1); set("outdoors", "/open/gblade"); set("exits", ([ /* siz...
[ "szhowardhuang@gmail.com" ]
szhowardhuang@gmail.com
115fcbda51a4999774e3c088baf26aa34b5a6181
9c9c5c9d7f02bf338e3de67cd38f52b105b6a71b
/Izzqg/UI/Common/XYDefine/H5UrlDefine.h
284207d19eb28fcedfed886bf71f2537c8759054
[]
no_license
51MT/iOS-Izzqg
555b71bbce0110e59cc1c4753e8de34ea4f319ea
91644b6e706c29684df09ae56a8c3ea86cfabbd5
refs/heads/master
2020-12-03T00:57:17.442326
2018-04-14T09:04:50
2018-04-14T09:04:50
null
0
0
null
null
null
null
UTF-8
C
false
false
9,149
h
// // H5UrlDefine.h // Ixyb // // Created by wangjianimac on 16/6/23. // Copyright © 2016年 xyb. All rights reserved. // #ifndef H5UrlDefine_h #define H5UrlDefine_h /** * NodeJs V2.0静态H5 1.出借模块:@董志刚 ...
[ "wangjianimac@163.com" ]
wangjianimac@163.com
17f905cf9839640a0fc4eeb02cf19bf2d35a6791
7aa75215614411567b89382cd79e076b3360b654
/.history/tpfinal-estructuras1/libs/shell_20201209110129.c
140c1011fe0c2abf000d3625207ae87a74236b56
[ "Apache-2.0" ]
permissive
IgnacioKase/estructura-datos-1
7060173b2ddb7853bd68f199bd3b39048242c482
2a0be56a6546a214c011ccc38774b7625885cfd5
refs/heads/master
2021-04-17T11:29:00.419081
2020-12-10T02:06:21
2020-12-10T02:06:21
249,441,692
0
0
null
null
null
null
UTF-8
C
false
false
10,581
c
#include "shell.h" /* Funcion auxiliar para obtener comando*/ Command match_command(const char* comando) { if (!strcmp(comando, "cargar_dataset")) return CARGAR_DATASET; if (!strcmp(comando, "imprimir_dataset")) return IMPRIMIR_DATASET; if (!strcmp(comando, "agregar_registro")) retu...
[ "marianoa.dangelo@gmail.com" ]
marianoa.dangelo@gmail.com
68847c0d49b473376b76cf0b6a4154920c50dee0
7ebea9c3bd08183e5f7616df638551572b0415ed
/python/lucimodule.c
ee5cf80b6be65425fd94e874607e3ed7c158eeaa
[]
no_license
Octopirate1/luci
892cfcfb17060b3133c07675929b47ce2eca3a19
1513fa0ce11975fb441e981e8887e61532872252
refs/heads/master
2023-01-21T12:33:27.063285
2020-11-28T12:09:19
2020-11-28T12:09:19
279,376,456
1
0
null
null
null
null
UTF-8
C
false
false
784
c
#define PY_SSIZE_T_CLEAN #include <python3.5m/Python.h> // Sometimes just Python.h #include "luci.h" static PyObject *method_luci(PyObject *self, PyObject *args) { char *filename = NULL; /* Parse arguments */ if(!PyArg_ParseTuple(args, "s", &filename)) { return NULL; } long long ret = (long l...
[ "octopirateyt@gmail.com" ]
octopirateyt@gmail.com
d79667810218eb4c8d1bfe281abd8bfdbf98cb24
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/sdktools/link16/ver3216.c
be308b2a56d23c4a5accee06898ce17df1344205
[]
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
980
c
/* * VER3216.C * * Version-related information. * */ #include <minlit.h> #include <bndtrn.h> #include <bndrel.h> #include <lnkio.h> #include <extern.h> #include <lnkmsg.h> #include "ver3216.h" unsigned char LINKVER = rmj; /* Ver...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
d78107e9667ece44a09e6e1b873ad92fe8875f8c
f81b7912943081ba7990288b1bdfdcb30de3b849
/wisense/spi.c
fd039faee8772347a3bf8457aee4071a060ef255
[ "Apache-2.0" ]
permissive
dnezic/wisense-avr
41899e441d1f6044d3f05b73cac0940a5e5b1da6
5344f209031823b3e6058380870fd8b55f7c6ec4
refs/heads/master
2021-10-29T06:59:12.689080
2021-10-10T18:49:00
2021-10-10T18:49:00
18,034,419
1
0
null
null
null
null
UTF-8
C
false
false
1,390
c
#include "spi.h" /* slow down little bit if F_CPU is set to 8000000L */ #if F_CPU == 8000000L #define MS 8 #else #define MS 1 #endif // SPI transfer 1 byte and return the result uint8_t spi_transfer(uint8_t data) { _delay_us(MS); USIDR = data; USISR = _BV(USIOIF); // clear flag while ((USISR & _BV(USIOIF)) == 0)...
[ "drazen.nezic@gmail.com" ]
drazen.nezic@gmail.com
8b4db2ff0fb7914682f73a7563eabd7d28a723fc
134fca5b62ca6bac59ba1af5a5ebd271d9b53281
/build/stx/support/win32/xlib/include/extensions/xiproto.h
a29c77a586275e4551534b4658bb61531886e959
[ "MIT" ]
permissive
GunterMueller/ST_STX_Fork
3ba5fb5482d9827f32526e3c32a8791c7434bb6b
d891b139f3c016b81feeb5bf749e60585575bff7
refs/heads/master
2020-03-28T03:03:46.770962
2018-09-06T04:19:31
2018-09-06T04:19:31
147,616,821
3
2
null
null
null
null
UTF-8
C
false
false
35,006
h
/* $XConsortium: XIproto.h,v 1.24 94/04/17 20:11:14 rws Exp $ */ /************************************************************ Copyright (c) 1989 X Consortium 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...
[ "gunter.mueller@gmail.com" ]
gunter.mueller@gmail.com
7f2d8caedf413968db4b4c1196354840b6aea619
061e8aec2ab8a48cfc5406e1136e06afd39eea64
/Lab Experiments/Avais_Ahmad_173050043/Experiment4/lab4/lab4.c
0422c69a4f58949fa65facc142bf17b9a7482cee
[]
no_license
cs684-2018/Visualisation-in-IoT
7c0afab10db9a6fee7369ba94951a89ded3621cd
efb7a5df0e15d24f73464136e62e57648bd01112
refs/heads/finalsub
2022-11-28T20:24:46.425800
2018-05-01T12:48:00
2018-05-01T12:48:00
130,414,400
0
0
null
2022-11-16T07:10:24
2018-04-20T21:13:16
Vue
UTF-8
C
false
false
5,179
c
/* * Team Id: * Author List: Pankaj Kumar (173050052) , Avais Ahmad (173050043) * Filename: main.c * Theme: showing the values of x,y used by UART * Functions: main() * Global Variables: horizontal, vertical, buffer , h_avg, v_avg */ #include <stdint.h> #include <stdbool.h> #incl...
[ "ronit.gujjar333@gmail.com" ]
ronit.gujjar333@gmail.com
a77da4a67ef3da67e4e5792d8de905818830bc93
0dfd436cd7dcbe836193cfca6d2587775cafdb67
/tpool/price_svc.c
b9853dc8ddf85a249a824c9fa1ca1694292cf5f7
[ "Apache-2.0" ]
permissive
sdbc/demo
67bf04f88b516a210b0f3ac601a829045954cca3
199e2f87ccfc5678ef4fc1344c373c7e2046363f
refs/heads/master
2020-03-20T15:08:25.638930
2018-06-15T15:45:19
2018-06-15T15:45:19
137,504,308
0
3
Apache-2.0
2018-06-15T15:45:20
2018-06-15T15:33:20
null
UTF-8
C
false
false
621
c
#include "tpoolsrv.h" int price_svc(T_Connect *conn,T_NetHead *nethead) { char msg[2048]; int event; event=nethead->PROTO_NUM&65535; *msg=0; nethead->ERRNO2=price_app(nethead->ERRNO1,nethead->ERRNO2,msg); nethead->PKG_REC_NUM=0; ShowLog(1,"%s:ERRNO1=%d,msg=%s",__FUNCTION__,nethead->ERRNO1,msg); ...
[ "auhiewuil@gmail.com" ]
auhiewuil@gmail.com
543cbf482fdd3d2dd7a174ee0cea4681d20e65b9
994969fb353d505fae3d8857c80d9f7445a25eaf
/gsegment.c
12848c758fb7b2bd072be74ccbb8ac08caecf0e7
[ "BSD-3-Clause" ]
permissive
opalmirror/cefive
92b5e8683d0807103abcd481e86d70369868c623
e3fb11ebe66f22108764cb19a469be07b53a254a
refs/heads/master
2021-01-23T08:38:48.513746
2011-08-05T16:23:48
2011-08-05T16:23:48
42,142,893
2
0
null
null
null
null
UTF-8
C
false
false
1,006
c
#include "gsegment.h" int gsegment_copy(Gsegment* pDest, Gsegment* pSrc) { if ((pDest == NULL) || (pSrc == NULL)) { return GSEGMENT_NULLPTR; } pDest->segmentType = pSrc->segmentType; pDest->startaddr = pSrc->startaddr; pDest->endaddr = pSrc->endaddr; strncpy(pDest->name, pSrc->name, GSE...
[ "sirgeefive@gmail.com" ]
sirgeefive@gmail.com
6d0b5e1bab7d86e5df6b08287baff0cfa8a903b5
6c418413d03156016e22868fdb9dc90657b7a280
/test/test_CFunction.c
7de9feb47799b1ecfd0e9660f98ef4da9808bfe1
[]
no_license
Zhen-Ni/simlib
66d91f2b612fe94ad5075e87bb76255e580e3853
69bd6dc370cea5dd0b676f0bfa1870b72145a49d
refs/heads/master
2020-04-25T15:14:53.291556
2019-10-14T10:05:00
2019-10-14T10:05:00
172,871,648
0
0
null
null
null
null
UTF-8
C
false
false
1,056
c
#define bool _Bool #define true 1 #define false 0 #define SIZE 100 double history_inputs[SIZE]; unsigned long n = 0; void initfunc(void) { n = 0; for (int i=0; i<100; ++i) { history_inputs[i] = 0; } return; } void outputstep(const unsigned int portid, double *output, bool *valid) { if (portid == 0) { ...
[ "48048142+Zhen-Ni@users.noreply.github.com" ]
48048142+Zhen-Ni@users.noreply.github.com
deeb4b2301f21b8b3fb4d2c04dd69cd57c6e7706
83b9a24ff001050cd623c21e2ab88b9390873be3
/9-26.c
dec641067f90d3474ee2a98ef5aa219e9301c154
[]
no_license
alvinzhu33/systemFiles
00635a7f38f306dd1f77e8e45d11b0e47cb9642a
d146968713e6602d67f12c70fdcc1fb8e78c38b1
refs/heads/master
2021-01-10T23:15:37.987578
2016-12-13T20:34:01
2016-12-13T20:34:01
70,625,700
0
0
null
null
null
null
UTF-8
C
false
false
782
c
#include <stdio.h> #include <stdlib.h> #include <string.h> int len(char str[]){ //can pass pass char *str instead of char str[]. //if so, can get rid of *cp and put *str in the while loop int i=0; char *cp = str; while(*cp){ i++; cp++; } /* OR (less C) while(test[i]!=0){ i++; } */ ...
[ "alvinzhu33@yahoo.com" ]
alvinzhu33@yahoo.com
25e995f44429bd0c235522ac11b50c1278d9deec
037ab3cfc8d3b9f6e8b8989fe8eb2c016364e094
/src/hg/oneShot/testIndex/testIndex.c
09da8fb53264b3de4abe3209bcfb93587c122b12
[]
no_license
tai-mi/kent
8c987cf1c7bfd90b58b3e7c41d725f1168bc9eb7
714d060bfe004719bb2465a2fecde52f746ab4fb
refs/heads/master
2021-05-31T16:17:53.029619
2014-02-08T01:53:35
2014-02-08T01:53:35
null
0
0
null
null
null
null
UTF-8
C
false
false
3,966
c
/* testIndex - Create a word index. */ #include "common.h" #include "linefile.h" #include "hash.h" #include "options.h" void usage() /* Explain usage and exit. */ { errAbort( "testIndex - Create a word index on file. The word index is just a text file\n" "usage:\n" " testIndex inFile outIndex\n" ); } sta...
[ "kent" ]
kent
cf1ebb7b84cf4cc4b9d314a677f4b36be3960dd6
f3fb55cfe5b677d2afaa86fab30c1659291bccf3
/stm32_nokia-5110/5110/Src/main.c
27a719ef26612021299687c5fe188c64dfc4846e
[]
no_license
skys2000/stm32_tft_spi
2e717bdf8c0988bc2a621c24b7156896adb75227
d29f20591a31ec2109fc60eb5cfc38ce338a8dd7
refs/heads/master
2023-03-29T21:05:00.621352
2021-04-04T13:01:53
2021-04-04T13:01:53
null
0
0
null
null
null
null
UTF-8
C
false
false
7,451
c
/** ****************************************************************************** * File Name : main.c * Description : Main program body ****************************************************************************** ** This notice applies to any and all portions of this file * that are not ...
[ "alekader@ramber.ru" ]
alekader@ramber.ru
bce73fef00deed453d69822b42988f3e8503203c
ff2532fa4cbfbae9990a56be84b8832e759ddd9b
/firmware/sys/io.c
2213a495fa3e873f49df9326f4646ef622287128
[]
no_license
hww/SndSynt
ee93774aaadec9e2d5aa4a149ad09fdf025b7444
c3c0e5fc47011a68d2665d27748a8a0d576777b5
refs/heads/master
2021-09-27T01:28:16.680770
2018-11-05T10:23:26
2018-11-05T10:23:26
106,165,998
0
0
null
null
null
null
UTF-8
C
false
false
1,336
c
#include "port.h" #include "arch.h" #include "io.h" #include "fcntl.h" #include "stdlib.h" #include "stdarg.h" #include "assert.h" static io_sDevice * pDeviceTable; static UInt16 DeviceTableLen; static UWord16 DeviceIndex = 0; /***************************************************************...
[ "valery@DESKTOP-4B1FIEC.localdomain" ]
valery@DESKTOP-4B1FIEC.localdomain
6652c0cf4cd50beb1ba6e9fa90543986e54dd746
07a07d4467a4484ca44a864d7561a35196f4cd14
/include/bluetooth/storage.h
a7c3430b59a7f7260ff78f3c02fec7c13ef21daa
[ "Apache-2.0" ]
permissive
MiloCasagrande/zephyr
47833f973231048dfd9e08f9a3e246ad02ca903b
8085078ec4ff5fcb4ee86e3ab03e2657cb5eed72
refs/heads/master
2021-01-20T01:10:52.831156
2016-08-15T20:59:39
2016-08-15T21:10:04
65,836,178
1
0
null
2016-08-16T16:31:59
2016-08-16T16:31:58
null
UTF-8
C
false
false
2,699
h
/** @file * @brief Bluetooth subsystem persistent storage APIs. */ /* * Copyright (c) 2016 Intel Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apac...
[ "johan.hedberg@intel.com" ]
johan.hedberg@intel.com
0a44c0d861bb7052ef83485ce95c8163c8f3e9b7
4d1c0e82f140626d5ac8d1a563aa540c04f9aadc
/C-ve-Veri-Yapilari-master/C-ve-Veri-Yapilari-master/Veri Yapıları/Untitled1.c
fbb7a5d935f2beb04cc9615f8d5faccddefc915e
[]
no_license
nekinci/algorithms-datastructures
3b28fcb28c2fa3857b06a341c7b1b9ae194da5fc
a21314be2973b01912c384c70b58c5503c1a8d93
refs/heads/master
2020-05-31T17:01:26.809397
2019-06-05T13:09:14
2019-06-05T13:09:14
190,396,555
3
0
null
null
null
null
UTF-8
C
false
false
54
c
#include<stdio.h> #include<stdlib.h> int main(){ }
[ "niyaziekinci5050@gmail.com" ]
niyaziekinci5050@gmail.com
dba3270193cd493cb3a8095d9d5bf7585b1c7528
db5b70f33ed6bf3cd06711f0f77c07092909b1a7
/hashmap.c
b4584246f4bb172cd15300cfea89d6a6ed4e6152
[ "MIT" ]
permissive
ohnx/ctypes
eedd00132ed062b59f1ab90fa837f1670ae091e9
27eee23bcbf652b40ff32ea32390cc5f9266ea92
refs/heads/master
2021-01-10T05:56:04.832357
2015-10-13T01:58:31
2015-10-13T01:58:31
44,127,881
0
0
null
null
null
null
UTF-8
C
false
false
14,288
c
/* * Generic map implementation. * * ohnx was here (2015) */ #include "hashmap.h" #include <stdlib.h> #include <stdio.h> #include <string.h> #define INITIAL_SIZE (256) #define MAX_CHAIN_LENGTH (8) /* We need to keep keys and values */ typedef struct _hashmap_element { char* key; int in_use; any_t dat...
[ "masonx.01@gmail.com" ]
masonx.01@gmail.com
c57270255b211f473ee249fea61ca4c60ff55b03
b4f4656200382037f280bd2c5470546ba6bcd67d
/xpccut/include/xpc/fuzz.h
f6b684e48697de470150fc714d3c78fb1705d7bf
[]
no_license
ahlstromcj/xpccutxx
90363d7e643e4420084ab5e456a6ea6119a9adc3
aafaaafc6ff03d0367689c4e0bf7e242fcd54ad2
refs/heads/master
2022-06-22T20:43:12.504878
2022-06-01T12:12:12
2022-06-01T12:12:12
43,785,562
0
0
null
null
null
null
UTF-8
C
false
false
4,404
h
#ifndef XPCCUT_FUZZ_H #define XPCCUT_FUZZ_H /** * \file fuzz.h * \library xpccut * \author Chris Ahlstrom * \date 2010-03-06 * \updates 2015-10-06 * \version $Revision$ * \license $XPC_SUITE_GPL_LICENSE$ * * Provides a function to generate random strings for...
[ "ahlstromcj@gmail.com" ]
ahlstromcj@gmail.com
12984c55cf114c82a4006234eb4533e77f4e029a
5b7412a3b1a52215b37ae4372eb77f5517b97bdb
/LaseriOSBuildv1/Classes/Native/UnityEngine_UnityEngine_SpaceMethodDeclarations.h
d527dec70ea38fdfbd01f9eeaa9cd97cf5858926
[]
no_license
MishMick/Laser-Defender
54dd553143c16fa3e56f7c0e225e79d0832c2bb6
db796e2b197a0628bac5ddc7927264b834be00de
refs/heads/master
2021-05-04T10:20:55.305230
2016-01-12T09:55:48
2016-01-12T09:55:48
43,044,445
0
0
null
2018-10-17T07:09:24
2015-09-24T04:19:01
C++
UTF-8
C
false
false
155
h
#pragma once #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" // UnityEngine.Space struct Space_t341;
[ "mishallovic@gmail.com" ]
mishallovic@gmail.com
3ff4fd59c3424a1164f2e067cbf5aea0d3ea897e
7b2f8ebd5afddc1f1a8d372f9f7010c3a99418b9
/BPSK_RX/sinetable.h
7d8c1d5d2a83aff2a3ae4b6f893aa9a6eae1390f
[]
no_license
andruxa-smirnov/BPSK
141a3672abbca5b7f5fe8533381499c1c690ca75
24dacee4b0d2bbe2306e2936dcb4b7c466cdc20d
refs/heads/master
2020-04-16T04:12:21.317115
2017-09-27T12:36:38
2017-09-27T12:36:38
null
0
0
null
null
null
null
UTF-8
C
false
false
46,732
h
/* * Sine wave lookup table for the DDS oscillator */ #include <stdint.h> //2^10 can use an AND mask now uint16_t sine[8192] = { 2048, 2049, 2051, 2052, 2054, 2055, 2057, 2058, 2060, 2062, 2063, 2065, 2066, 2068, 2069, 2071, 2072, 2074, 2076, 2077, 2079, 2080, 2082, 2083, 2085, 2086, 2088, 2090, 2091, 2093, 2094,...
[ "pz14094@my.bristol.ac.uk" ]
pz14094@my.bristol.ac.uk
974a248f68a932c79d1373ff77684c0b578a97ac
a3a2fe4223d6f73d5d8f83a01bbecaee576e7e82
/libc/ft_memmove.c
5a666e0fd44b5a4131c98adef230a02184f7e2ae
[]
no_license
Kampouse/schoolibft
1026375cd5b186e648e43443e993fdbf615cdd03
bc96f8112d0e653aed01d989e0222f5033cad9b4
refs/heads/master
2023-04-25T09:25:33.513244
2021-05-16T17:58:39
2021-05-16T17:58:39
365,578,753
0
0
null
null
null
null
UTF-8
C
false
false
1,314
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memmove.c :+: :+: :+: ...
[ "jpmartel98@gmail.com" ]
jpmartel98@gmail.com
c543cc28b18e4b65894dc191723e6cbb8862f7d5
c827bfebbde82906e6b14a3f77d8f17830ea35da
/Development3.0/TeevraNative/eurex12_Headers/EurexTestHarness/EurexTestHarness/EurexTestHarness/SubPrivMembMsg.h
91150ce53788839a7ab4511aedeed209b5e1b690
[]
no_license
GiovanniPucariello/TeevraCore
13ccf7995c116267de5c403b962f1dc524ac1af7
9d755cc9ca91fb3ebc5b227d9de6bcf98a02c7b7
refs/heads/master
2021-05-29T18:12:29.174279
2013-04-22T07:44:28
2013-04-22T07:44:28
null
0
0
null
null
null
null
UTF-8
C
false
false
7,339
h
#include <SubPrivMembMsg.hxx> #define BUFFER_SIZE 1000 /** * @Generated get<<InnerStruct>>() * **/ bscSubPrivMembMsgBcastT getBscSubPrivMembMsgBcastT(char* testCaseNum , const char *root) { bscSubPrivMembMsgBcastT vbscSubPrivMembMsgBcastT; int i; char lprivMembMsgTypCod[1] = {""}; getStrProperty("SubPrivMembMsg....
[ "ritwik.bose@headstrong.com" ]
ritwik.bose@headstrong.com
d32e32c95ba39af3b9da7ed039923dd5d11f182d
10cdf5ee9d80b27cfa7427e157e4dd192ef94891
/testtools/umock_c/tests/umockcall_unittests/umockcall_unittests.c
f72a00b256ca8809b1c1fe89445c5a8ccfe6556f
[ "MIT" ]
permissive
v-safa/azure-c-shared-utility
cfdf8e5d9d0a9c3e37013e76895a1f983b287529
57abf082ee588bae9d64460bafc183d446956170
refs/heads/master
2021-01-24T00:24:14.952815
2016-06-03T21:15:24
2016-06-03T21:15:24
null
0
0
null
null
null
null
UTF-8
C
false
false
37,741
c
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #include <stdint.h> #include <stdlib.h> #include "testrunnerswitcher.h" #include "umockcall.h" typedef struct test_mock_call_data_copy_CALL_TAG { void* umockcall_d...
[ "dcristo@microsoft.com" ]
dcristo@microsoft.com
7d7ab5519afb76b4f954515a0216cf9fa6b1b1aa
6c012362291ed5a4d2bf5f5a479e08405e768151
/day22/Pods/Headers/Public/EstimoteSDK/EstimoteSDK/ESTDeviceSettingsAdvertiserEstimoteTLM.h
924be9dffc962d7a1b5603a2c3ed103e89c00916
[]
no_license
addr/100apps
75592350faab81ff39d686e223eda01533f64b63
a1b752baf2498356f8bca7defaf18408974a7fa6
refs/heads/master
2016-08-12T08:02:44.464349
2016-04-15T18:59:58
2016-04-15T18:59:58
53,506,628
5
1
null
null
null
null
UTF-8
C
false
false
117
h
../../../../EstimoteSDK/EstimoteSDK/EstimoteSDK.framework/Versions/A/Headers/ESTDeviceSettingsAdvertiserEstimoteTLM.h
[ "andy@andydrice.com" ]
andy@andydrice.com
a732f22a61dead5e3fbd048beaeaf05f957d4d88
3c5b3b208d70db4f251c801b6126e3e9ec283061
/m3-loaders/drivers/hsm/test/generic/src/CSE_ext_ECC_ECDSA_SignVerif_brainpoolP384r1_TV.c
feeba2f19c4941df8f1a02ab2490ba4f3237d55c
[]
no_license
Rabit-scy/m3-loader
cd4e240deab8787aee02ce53e50b5d0e5b41230c
ef65392a9a46159679ccdd57c2ed4df934299d87
refs/heads/master
2020-06-02T22:02:30.866004
2019-06-11T08:56:12
2019-06-11T08:56:12
191,322,640
2
1
null
null
null
null
UTF-8
C
false
false
28,869
c
/* * CSE_ext_ECC_ECDSA_SignVerif_brainpoolP384r1_TV.c * */ #include "config.h" #include "CSE_ext_hash.h" #include "CSE_ext_ECC_ECDSA_SignGenVerif_TV.h" #ifdef INCLUDE_BRAINPOOL_P384R1 /* Test vectors with error introduced to generate wrong verification */ const verify_test_vect_stt verify_test_vect_array_brainpool...
[ "liugang@yeedon.cn" ]
liugang@yeedon.cn
a20b4501eb3bce97373c9300fc6a17286eee4f7f
242b897609ebb0d23cfbcaa22a1177f47d359fab
/test/segmentation/watercuttest.h
141c7e039ef13a921f1cac65971df55b21434ae0
[]
no_license
JoOkuma/segm
868e7e2ae7a647d3f2902949d67a017d23efee1e
6d3ea82c4ee6dcc94c26db8e9d03392397646449
refs/heads/master
2020-04-16T05:03:04.813817
2019-08-30T14:48:11
2019-08-30T14:48:11
165,291,286
1
0
null
null
null
null
UTF-8
C
false
false
109
h
#ifndef SEGM_WATERCUTTEST_H #define SEGM_WATERCUTTEST_H void watercut_test(); #endif //SEGM_WATERCUTTEST_H
[ "jordao.bragantini@gmail.com" ]
jordao.bragantini@gmail.com
d818a3816667d54737bd5e42c92630acf99bb0c7
ba84510b39664c14a1781128a3f489c8f87daaad
/OS/효창Os4/os_hw04/HW04/Phil_B.c
e2a12159ae17e024bbbc275e4f98d8716926e835
[]
no_license
inchency/3-1-third_grade_firstsemester-
de5b4a692f919aaeb3666630341e7662091d01a0
e3dfc55e700e247340e32a8e7bf60ff46aee38de
refs/heads/master
2021-06-24T11:47:32.856181
2017-09-13T05:07:54
2017-09-13T05:07:54
103,355,521
0
0
null
null
null
null
UTF-8
C
false
false
688
c
#include "head.h" void Phil_B() { int lock2, lock3, c2, c3; //초기값이 1(FREE)인 semaphore들을 만듬 if ((lock2 = initsem(L2, 1)) < 0) exit(1); if ((lock3 = initsem(L3, 1)) < 0) exit(1); if ((c2 = initsem(C2, 1)) < 0) exit(1); if ((c3 = initsem(C3, 1)) < 0) exit(1); Take_R2(lock2, c2); // getpid()가 생각을 시작함 t...
[ "donghon92@gmail.com" ]
donghon92@gmail.com
71db8eec2072959aaa4b88656e6c4af1822d03b7
186035c8b01ff7d44b67a3c5c2496037c1290ec2
/slide-sample/6-2-string-copy/string-copy.c
a16c92800a29354a22bddd6368deafbc0615f3ce
[]
no_license
Peter-Chang/intro-to-c-sample
648a302e4f9051cb56982002b34fe1e457c9dce8
c5e7a7fc99cd28651e3cbe452f89850807ced4f3
refs/heads/master
2020-06-29T06:19:25.730050
2012-11-13T14:01:59
2012-11-13T14:01:59
null
0
0
null
null
null
null
UTF-8
C
false
false
454
c
#include <string.h> #include <stdio.h> int main(int argc, const char *argv[]) { char first_string[] = "Hello world!"; char second_string[13]; printf("Before strcpy()\n"); printf( "First string: %s\n", first_string ); printf( "Second string: %s\n", second_string ); strcpy( second_string, first_string ); prin...
[ "phchang@sslab.cs.nthu.edu.tw" ]
phchang@sslab.cs.nthu.edu.tw
24fda20dd117d462149e94b3a7e6912f83dfac8a
bfb648d00345c097cddb2821f6e154132d201ba2
/jsk-enshu/robot-programming/server/robot-server/robot-server.c
4b762763ba6d82d55b9c6230da3e027ad7d94a86
[]
no_license
letrungkien211/SoftwareIII
c00d1db04785eb7068ce2da77f1e6502b374066d
a5785066baaa530917ae844f531dbb874a4846e1
refs/heads/master
2016-09-05T18:56:57.988360
2012-12-02T07:31:38
2012-12-02T07:31:38
null
0
0
null
null
null
null
EUC-JP
C
false
false
5,281
c
#include "multi_socket_functions.h" #include "robot.h" #include "command.h" #include "wheels.h" #include "servo.h" #include "servo_mt.h" #include "bumper.h" #include "psd.h" #include "interpreter.h" #include "wheels_kinematics.h" int server_sock; client sockets[MAX_SOCKET]; struct servo_param servos[SER...
[ "letrungkien211@gmail.com" ]
letrungkien211@gmail.com
a4b9be6a02634db2e862400c0a3e8ac8a39e8d6a
4d143df34f16e74e56e62dcd90d2f97ef7e59a48
/chapter_5/12-practic5.c
5bd89bfddc26916cb1f7bbacf480eef4196345c7
[]
no_license
Mehedi222/C-language-repo
5ba97fd8f5a35eb5a788d81680aef3cbac458047
cc46b8e208e3f438c809b96d0ef5b0af9d440163
refs/heads/main
2023-08-12T21:28:37.630554
2021-09-22T07:30:32
2021-09-22T07:30:32
409,104,406
0
0
null
null
null
null
UTF-8
C
false
false
125
c
#include <stdio.h> int main() { int a = 5; printf("%d,%d,%d", a, ++a, a++); //<-- right to left gaba return 0; }
[ "shantomehedihasan2001@gmail.com" ]
shantomehedihasan2001@gmail.com
b9bee4406e0017302fbfeea6d0e2f2242f39a66a
5f76248e0e1f65e966041c491a37ffe83e88c3b3
/gnm/functions/func_integer.h
e1e5e7ff8e242f3d68fd9ce615a7a4ededadc4d8
[]
no_license
jerrywwl/gnm
23b6149bf0546900a27a00a2c4f5a5be64aed25b
599bf9559df31e4d4caa8788343f6e4eb428a44b
refs/heads/main
2023-05-13T08:49:40.488725
2021-06-11T08:42:25
2021-06-11T08:42:25
325,865,502
4
0
null
null
null
null
UTF-8
C
false
false
3,143
h
#ifndef GNM_FUNCTIONS_FUNC_INTEGER_H_ #define GNM_FUNCTIONS_FUNC_INTEGER_H_ #include "../vec2.h" #include "../vec3.h" #include "../vec4.h" // Integer Functions GNM_NAMESPACE_BEGIN int BitfieldExtract(const int value, const int offset, const int bits); ivec2 BitfieldExtract(const ivec2& value, const int offset, cons...
[ "jerrywwl@gmail.com" ]
jerrywwl@gmail.com
aa395c545d0ca3ddbb4fc93f3e755bef84362874
9b04a4bdef55994a102e2989f6345a94b036c8f7
/ft_isdigit.c
1404d4320eefb6e36fbd0364dc59fb8894fbd914
[]
no_license
mxaba/libft
ca8477b1c1dbe74093965f1f4e540f3fa9cd99d2
2f3c7227eddba7b5c1414b7a339a0b950d9307c4
refs/heads/master
2020-03-19T03:25:46.919798
2018-06-01T14:29:36
2018-06-01T14:29:36
null
0
0
null
null
null
null
UTF-8
C
false
false
980
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isdigit.c :+: :+: :+: ...
[ "noreply@github.com" ]
mxaba.noreply@github.com
7234b6fdf9b545162acc9216f12897f3d3bb55e0
7f75d8e6792fa8737271650cedaaaf22ae505656
/src/overlays/actors/ovl_En_Zod/z_en_zod.c
6f4d3f4f470702f23baff554be935feba1477dd2
[]
no_license
Luigi90900/mm
71aff21ebea9140bcecfa06cbf4ac1e9dda6669c
5c761c33f077e28b76efc74516271fd033d25cab
refs/heads/master
2023-03-07T07:31:29.050655
2021-02-26T00:36:55
2021-02-26T00:36:55
null
0
0
null
null
null
null
UTF-8
C
false
false
2,409
c
#include "z_en_zod.h" #define FLAGS 0x00000009 #define THIS ((EnZod*)thisx) void EnZod_Init(Actor* thisx, GlobalContext* globalCtx); void EnZod_Destroy(Actor* thisx, GlobalContext* globalCtx); void EnZod_Update(Actor* thisx, GlobalContext* globalCtx); void EnZod_Draw(Actor* thisx, GlobalContext* globalCtx); /* cons...
[ "noreply@github.com" ]
Luigi90900.noreply@github.com
02381239f22d17b57cb1fd121f2abca39f261eae
1777b7e6455bf4fae8240a28fcc44340256ca12b
/res/description/toolsculptsnap.h
f9a88c513e6f0cacac258675945ea94bd787ff9a
[]
no_license
vidarn/color4d
3444f448cb73f6f2149a8c175f9f7e688877c03d
8f5a40715d4a6f3a74fe75333ae32c58904ce547
refs/heads/master
2021-01-10T02:14:03.309767
2016-01-11T20:44:03
2016-01-11T20:44:03
49,448,413
5
0
null
null
null
null
UTF-8
C
false
false
105
h
#ifndef _TOOLSCULPTSNAP_H_ #define _TOOLSCULPTSNAP_H_ enum { SCULPTSNAP_POLYGONSIZE = 1000, }; #endif
[ "vidar.nelson@gmail.com" ]
vidar.nelson@gmail.com
f9f5345bc8a62b5335ae5887389b08bb081a3cdc
9f32b634903fc1414576a3b8e3022a7b903f2237
/set_format.c
982b3fa99da9f1af567dd4b3839b2b779504d7d7
[]
no_license
vgosset/Print_f
756f387d236a021db4e63ef1d38333cad2bd64b5
a4907e313e56dc805cfe884e9e7a430eb1850704
refs/heads/master
2020-12-06T19:19:32.398032
2019-12-27T10:13:40
2019-12-27T10:13:40
84,935,306
0
0
null
null
null
null
UTF-8
C
false
false
1,955
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* set_format.c :+: :+: :+: ...
[ "jle-quer@e3r9p11.42.fr" ]
jle-quer@e3r9p11.42.fr
d71fe89b364e31b1c6f67bdb8beedf86cc940adb
de8c0ea84980b6d9bb6e3e23b87e6066a65f4995
/3pp/linux/drivers/crypto/qat/qat_c3xxxvf/adf_c3xxxvf_hw_data.h
934f216acf39b924a2ba5f60018d421f082b4c82
[ "MIT", "Linux-syscall-note", "GPL-2.0-only" ]
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
2,864
h
/* This file is provided under a dual BSD/GPLv2 license. When using or redistributing this file, you may do so under either license. GPL LICENSE SUMMARY Copyright(c) 2015 Intel Corporation. This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU Gene...
[ "erik.moqvist@gmail.com" ]
erik.moqvist@gmail.com
94f2f2700b5c9239e059a17e2a15776416c5f9bb
c7b190b5eb6965f3a19a845186cc970dafe64330
/20190716/20190716/交换两个数(没有临时变量).c
fd5eaa86d799c14d0dc5d1cf5f1405ffc24e794d
[]
no_license
sunjiacheng123/C
e507e697f210e5b67b6db20f9be9704fdbd686fe
d79bf0d0cba34e97636f21c37f85b1a3e7bcfff6
refs/heads/master
2022-10-14T10:31:02.745921
2020-06-07T09:45:13
2020-06-07T09:45:13
268,729,095
0
0
null
null
null
null
GB18030
C
false
false
395
c
#define _CRT_SECURE_NO_WARNINGS 1 #include<stdio.h> /* 异或:对应位如果不一样进行或,一样为0 */ #if 0 int main()//优化 { int a = 6;//0000 0110 int b = 4;//0000 0100 a = a^b;//0000 0010-->2 b = a^b;//0000 0110-->6 a = a^b;//0000 0100-->4 printf("%d,%d", a, b); } int main() { int a = 5, b = 6; a = a + b; b = a - b; a = a - ...
[ "1508445842@qq.com" ]
1508445842@qq.com
36a12b44b06636196f6463e01bdaa8c10d173cd7
57d8212fc2bfdd51153d7e41685a6fc54e0bf0f9
/sp2bench/sp2b_v1_01/src/default.h
1d62c575a4931e184a2c6ef214fd7f3af75b32c2
[ "BSD-3-Clause" ]
permissive
earthquakesan/ISWC-2016-SQBenchmarks
045cfe68c071849543dd53e97a6e4ced9f0e0da0
b0db8c0615c296eb0b69f8ea91b6d3cebd585562
refs/heads/master
2021-01-11T00:49:44.438648
2016-10-17T01:09:16
2016-10-17T01:09:16
70,481,882
4
0
null
null
null
null
UTF-8
C
false
false
477
h
// // Default value definitions // // Author: Michael Schmidt, Christoph Pinkel <>, (C) 2007-2008 // Copyright: See COPYING file that comes with this distribution // #ifndef DEFAULT_H #define DEFAULT_H //////////////////// Constant definitions #define SIZE_TYPE_TRIPLES 1 #define SIZE_TYPE_KBYTES 2 ///////////////...
[ "earthquakesan@gmail.com" ]
earthquakesan@gmail.com
58a39fbec2a51f7be5bdbef587b489e7adf20621
33df2683a5617fe2492743d8fd97ab136d8bc851
/US282A_V17MP/psp_rel/usermodule/nor_id/spi_nor_id_tbl.c
84aabbb46e6d93c6f097d14c88dce48b76e24e5a
[]
no_license
gdgly/UP_2823B_Code
98c1ea5b8d156f7c8da2037f979a115bb3e1328c
64952b8973e41f29db77326e2fc053ef011006ec
refs/heads/master
2021-09-14T23:30:13.478995
2018-05-22T06:31:09
2018-05-22T06:31:09
null
0
0
null
null
null
null
GB18030
C
false
false
99,206
c
/****************************************************************************** * US212A * Module: SPI_NOR DRIVER * Copyright(c) 2003-2011 Actions Semiconductor, * All Rights Reserved. * History: * <author> ...
[ "charles.li@hornmen.com" ]
charles.li@hornmen.com
4585e3f5fa7dc26c56b84f088b22807df1f50cd2
41014723c78a9041547d548f5041362c3c05aa18
/step1/main.c
663e243e1f909aaf2de34adb13c6022750ef98c0
[]
no_license
lyuchuny3/Tengine_gemm_tutorial
02fc888810a378c17005c00af3094aca167f802f
6d6b897e9460043f5ef2a2f2ca5f58141ff1d3f4
refs/heads/master
2021-06-23T17:00:30.963660
2021-03-12T06:54:09
2021-03-12T06:54:09
204,596,913
72
13
null
null
null
null
UTF-8
C
false
false
751
c
/* * Author: Chunying * 2019/08/27 */ #include "gemm_utils.h" void gemm_pure_c(float* A, float* B, float* C,int m,int n,int k) { for(int i=0;i<m;i++) { for(int j=0;j<n;j++) { C[i*n+j]=0.f; for(int p=0;p<k;p++) { C[i*n+j]+=A...
[ "chunyinglv@openailab.com" ]
chunyinglv@openailab.com
140c227d4b5194b52cb90749e8ee2d3fffb889fa
515ee6a17ca494477869425702d524c9c09a983e
/Shell/src/output.c
624eb236ea47706b1cab59381132685e4e15ee27
[]
no_license
appari/shell
e25729c9fba648a1e6ccd12279b6b85c762959b2
ba1f129b2e47fcfe13573ab904458da212e7ae1e
refs/heads/master
2021-08-20T05:45:22.859096
2017-11-28T14:01:07
2017-11-28T14:01:07
112,314,103
0
0
null
null
null
null
UTF-8
C
false
false
535
c
#include "../include/output.h" void prompt(char *home){ char hname[HNAME_SIZE], cdir[PATH_SIZE]; struct utsname unameData; uname(&unameData); gethostname(hname, HNAME_SIZE); struct passwd *tf; register uid_t uid = geteuid (); tf=getpwuid(uid); getcwd(cdir, PATH_SIZE); char *rel = relative(cdir,home); printf(...
[ "apparilalitth@gmail.com" ]
apparilalitth@gmail.com
0d71c72dd974be9a01f89f23a4f3f40ec072dd04
f66be8ec17edaf4682c8c91131da36517d72da46
/ex08/ft_is_negative.c
b322f2ccf1010051207127cfb13d895808396f20
[]
no_license
jRayze/Piscine_reloaded
41cfe609ec90fdc800b4941b2aa4cf3dc00dc0df
f75bef993ac110dd52c6921f5adcc3d2635df867
refs/heads/master
2021-07-18T13:50:24.254002
2017-10-26T14:25:06
2017-10-26T14:25:06
108,421,853
0
0
null
null
null
null
UTF-8
C
false
false
1,005
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_is_negative.c :+: :+: :+: ...
[ "jamerlin@e2r8p13.42.fr" ]
jamerlin@e2r8p13.42.fr
94184fc4b0fde5f7d1c106fd11d53956d3cb04c3
0f6152e8819466b5eb39a0df280c7b36c7f2489e
/Cwiczenie 1/cw1_sumy.c
694fcf00b5b205e24d6619635c736e50dc9fa689
[]
no_license
RadekKpc/WDI
84666d4202ddb74f9d3b982288437c0d3cd21052
91a1064f08bc97c14bb57141dc714443b40c8ea5
refs/heads/master
2020-05-18T12:04:03.768229
2019-05-01T10:18:04
2019-05-01T10:18:04
184,397,157
0
0
null
null
null
null
UTF-8
C
false
false
211
c
#include <iostream> using namespace std; int main(){ int a =1; int b =2; int c; int suma; while(a<1000000) { cout<<a<<endl; c=a+b; a=b; b=c; } }
[ "radek1198@o2.pl" ]
radek1198@o2.pl
ab4a8e651f5687f49397e445d499579c04122c74
fbbd188b3985ad6d2a2c0017518c3447c4457778
/libnacl/src/service_runtime/nacl_switch_to_app.h
167094e89938203bfa748f508e00ebc458b66904
[]
no_license
camuel/zvm
2e07601b2e8c112d79b7e35da22929ade186a23f
1de3f2b63bfc30429971b7437e33b3360c63fca9
refs/heads/master
2016-08-05T21:57:52.997872
2011-12-26T09:42:56
2011-12-26T09:42:56
3,047,790
0
0
null
null
null
null
UTF-8
C
false
false
1,092
h
/* * Copyright (c) 2011 The Native Client Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* * NaCl Service Runtime */ #ifndef SERVICE_RUNTIME_NACL_SWITCH_TO_APP_H__ #define SERVICE_RUNTIME_NACL_SWITCH_TO_APP_H__ 1 #include ...
[ "camuel@bigdatacraft.com" ]
camuel@bigdatacraft.com
2194313ce0453a45f1799f5be24811deba5928b1
4549e27277d24777c7c326055944a66f2d914c4a
/C++/main.c
e0336d672cabcea5d357eb046c135fdfa5bd26f9
[]
no_license
naveenmiriyalu/Algorithms
f607742fc6f3331a090e53fcd99e9f0fe40370b5
f0c598b25146bf0314dd45e9d95112a67513de4d
refs/heads/master
2020-06-02T04:38:48.344971
2015-03-02T02:29:05
2015-03-02T02:29:05
23,267,771
0
0
null
null
null
null
UTF-8
C
false
false
188
c
#include<iostream> #include"MaxPriorityQueue.h" int main() { MaxPQ pq; pq.insert(30); pq.insert(20); pq.insert(50); pq.insert(60); pq.insert(10); pq.printPriorityQueue(); }
[ "naveen.miriyalu@gmail.com" ]
naveen.miriyalu@gmail.com
592c8512e38c4ec6af8e9158758396905eb8f78d
84bad5d0c83871c3abc989d9e65ace397c1d70ae
/project2/class/source/thermodynamics.c
afa22152f9dc0e779da6ec8652b530603ee1546b
[]
no_license
eonadler/CosmoLab
67b1d959a800b4d7770033a187123a845736919d
f1f23e5ed1a84c654ea06d467a683fec0ad64d49
refs/heads/master
2021-01-15T04:27:04.457124
2020-02-25T00:55:13
2020-02-25T00:55:13
242,877,002
0
0
null
2020-02-25T00:52:14
2020-02-25T00:52:14
null
UTF-8
C
false
false
171,672
c
/** @file thermodynamics.c Documented thermodynamics module * * Julien Lesgourgues, 6.09.2010 * * Deals with the thermodynamical evolution. * This module has two purposes: * * - at the beginning, to initialize the thermodynamics, i.e. to * integrate the thermodynamical equations, and store all * thermodyna...
[ "maamari@usc.edu" ]
maamari@usc.edu
ae653072018cc320000af958a05f8e93f5fde427
b1d500a451cd9852089bf3d97e829df069daa9c8
/Images/MC/dMu/5.4e-18/MomBinnedAna/S12_edmFit_thetaY_1250_1500_trackReco_WORLD_250MeV_1000_2500_MeV_BQ_1.C
74c63e256eadba7ad6ba867eff0f4d8c7fc8c325
[]
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,048,055
c
void S12_edmFit_thetaY_1250_1500_trackReco_WORLD_250MeV_1000_2500_MeV_BQ_1() { //=========Macro generated from canvas: c/c //========= (Fri May 6 11:12:31 2022) by ROOT version 6.24/06 TCanvas *c = new TCanvas("c", "c",0,0,800,600); c->SetHighLightColor(2); c->Range(-0.5418271,-1.250823,4.876443,1.249177); ...
[ "samuel.grant94@gmail.com" ]
samuel.grant94@gmail.com
cb0eee19b5332ddfa8f948c18abd1c126eeca0a4
9a92fe3f2d2e13e4378f74b2d25092c35a9e77a9
/script_rel/register_core.c
e9e7f0ad3bd32b02ed52f36b633d2d7bf55b2542
[]
no_license
RooferGamingGER/RDR2-Decompiled-Scripts
86955af8f067c019e85e5d2db654a8b0c3d4fb03
f53d7c1f4071b68ee33a7a0a9452f1751075b251
refs/heads/master
2022-11-25T10:51:08.096176
2020-07-28T12:56:11
2020-07-28T12:56:11
null
0
0
null
null
null
null
UTF-8
C
false
false
13,493
c
#region Local Var var uLocal_0 = 0; var uLocal_1 = 0; var uLocal_2 = 0; var uLocal_3 = 0; var uLocal_4 = 0; var uLocal_5 = 0; var uLocal_6 = 0; float fLocal_7 = 0f; float fLocal_8 = 0f; var uLocal_9 = 0; var uLocal_10 = 0; var uLocal_11 = 0; var uLocal_12 = 0; var uLocal_13 = 0; struct<14> Local_14 = { 0...
[ "jaykoza@jaykoza.de" ]
jaykoza@jaykoza.de
3520c4c74331088dac24ccf25c0c406d6395941d
5838cf8f133a62df151ed12a5f928a43c11772ed
/NT/shell/published/dload/version.c
f6fbc2e89da4f33cfec83e8e43b107da3d1aa05b
[]
no_license
proaholic/Win2K3
e5e17b2262f8a2e9590d3fd7a201da19771eb132
572f0250d5825e7b80920b6610c22c5b9baaa3aa
refs/heads/master
2023-07-09T06:15:54.474432
2021-08-11T09:09:14
2021-08-11T09:09:14
null
0
0
null
null
null
null
UTF-8
C
false
false
1,543
c
#include "shellpch.h" #pragma hdrstop #include <winver.h> static BOOL APIENTRY GetFileVersionInfoA( LPCSTR lptstrFilename, DWORD dwHandle, DWORD dwLen, LPVOID lpData ) { return FALSE; } static DWORD APIENTRY GetFileVersionInfoSizeA( LPCSTR lptstrFilename, LPDWORD lpdwHandle ) { ...
[ "blindtiger@foxmail.com" ]
blindtiger@foxmail.com
592b078dd336027b15550d000c277315bb1ae4a1
2bc835b044f306fca1affd1c61b8650b06751756
/outlookexpress/mailnews/common/sechtml.h
301ec6986ed08c56ecfa2ed2a6b3218a2237c2ac
[]
no_license
KernelPanic-OpenSource/Win2K3_NT_inetcore
bbb2354d95a51a75ce2dfd67b18cfb6b21c94939
75f614d008bfce1ea71e4a727205f46b0de8e1c3
refs/heads/master
2023-04-04T02:55:25.139618
2021-04-14T05:25:01
2021-04-14T05:25:01
357,780,123
1
0
null
null
null
null
UTF-8
C
false
false
681
h
/* ** s e c h t m l . h ** ** History ** 4/22/97: (t-erikne) Created. ** ** Copyright (C) Microsoft Corp. 1997. */ #if _MSC_VER > 1000 #pragma once #endif #ifndef __SECHTML_H #define __SECHTML_H typedef struct SECSTATEtag SECSTATE; HRESULT HrOutputSecurityScript(LPSTREAM *ppstm, SECSTATE *pSecState, B...
[ "polarisdp@gmail.com" ]
polarisdp@gmail.com
6f0ea1e0ecc927b1642984114a27e09c7dd750a0
e102b267e0e1ffbc60985ce9952c78fd37cbba40
/task_3/bai1.c
3be19fdd247bb48bf6ff2c7b51c171ad35eda027
[]
no_license
minhvu112001/ky_1_C
5999880d75a46bf0797a64e86fadb2a471b3f647
bfaca1da05c9bf0afd6302a305d98f1c27f6c672
refs/heads/main
2023-04-18T01:02:29.555731
2021-04-28T01:50:15
2021-04-28T01:50:15
353,907,614
0
0
null
null
null
null
UTF-8
C
false
false
322
c
#include <stdio.h> #include <stdlib.h> #include <conio.h> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main(int argc, char *argv[]) { char ch = getch (); printf ("\nNhap vao mot ky tu"); scanf ("%c",&ch); printf ("Ma ASCII cua ky tu la: "); return 0; ...
[ "minhvu112001@gmail.com" ]
minhvu112001@gmail.com
385f5e6f551757c438a9707f0efa41173b1b35d0
628644f073f45c7dfc07e24526d6cc8fdfc463db
/liblow/liblow.h
a8af0f52ff00a8d0711996be50a635193417177e
[ "MIT" ]
permissive
davidben/fiat-crypto
c474280dced057c86d0ef9e9ff54509faa3c5881
8d465a7de3c0af6be9bc1f998cbeb43f6f4da7fe
refs/heads/master
2021-09-13T03:55:06.017350
2018-01-02T22:57:41
2018-01-02T22:59:23
116,173,280
1
0
null
2018-01-03T19:22:02
2018-01-03T19:22:02
null
UTF-8
C
false
false
75
h
#include <stdint.h> uint64_t cmovznz(uint64_t t, uint64_t z, uint64_t nz);
[ "andreser@mit.edu" ]
andreser@mit.edu
64e01ca7bab49f0915f980b9b5602797bc7213a1
db8806b6713b8e0547bd330a6f96c852b9cfee8a
/srcs/ft_putstr_fd.c
52b39bca3fd97274a6a7a7e8111b3af0d56e7b4e
[]
no_license
corezip/42_Fillit
2780cd70dbb3e67ccf8aff107dd357320147e0ae
cb87a97a6581ac65752ff6e62239e9605e7ea2dd
refs/heads/master
2021-06-27T13:26:34.953509
2017-09-15T18:51:41
2017-09-15T18:51:41
null
0
0
null
null
null
null
UTF-8
C
false
false
1,037
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putstr_fd.c :+: :+: :+: ...
[ "jraleman@bendiburg.com" ]
jraleman@bendiburg.com
98873052a1e46459d1c0f0c7a8f83deef7e16654
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/fs/cifs/extr_smbdirect.c_put_empty_packet.c
af575082781bf7e9a8fe69d31b9540e0eae101d6
[]
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,319
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
d8ac5320077a4c2f29944d1239f93fc7d640de8d
3f2ef39a9aa8e584a2daf85a67c3848887b29d96
/bootloader/arch/src/chip/stm32f44xxx_rcc.h
cc953d7fa43a45420ff5b4f55419ea8b81e760a3
[ "CC-BY-SA-3.0", "BSD-3-Clause" ]
permissive
PX4/sapog
50bec7fbd99c5b46cf5853a612607b81debb81c6
601f4580b71c3c4da65cc52237e62a163d6a6a16
refs/heads/master
2023-08-28T17:01:53.869965
2020-01-15T06:40:12
2020-01-15T06:40:12
13,923,725
156
123
BSD-3-Clause
2020-01-15T06:40:14
2013-10-28T11:17:01
C
UTF-8
C
false
false
45,534
h
/**************************************************************************************************** * arch/arm/src/stm32/chip/stm32f44xxx_rcc.h * * Copyright (C) 2014-2015 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <gnutt@nuttx.org> * David Sidrane <david_s5@nscdg.com> * * Redistri...
[ "ben.dyer@taguchimail.com" ]
ben.dyer@taguchimail.com
35f71d995f48ab18e677018eb850e38c4097bf5d
36c3416e4cfd197b6c7a65c6b6cc3105259929a9
/Profil.V2/Documents/COURS/Progra/Medassi/C/autreprogrammec/main.c
cc97397d20ff514237622c8f0c29918948202404
[]
no_license
Epistol/Cours_SIO1
a04792c3b7c2a6bbadcd1c3031ce86e4be88081b
d5034ac14f1e784b9c863d968d3aceeb0080af53
refs/heads/master
2020-02-26T16:42:25.925092
2016-06-19T16:32:25
2016-06-19T16:32:25
57,018,361
1
0
null
null
null
null
UTF-8
C
false
false
485
c
#include <stdio.h> #include <stdlib.h> int main() { char valide = "z"; char libelle [255]; float prix; int qte; do { printf("libelle?\n"); scanf ("%s",&libelle); printf ("prix?\n"); scanf ("%f",&prix); printf ("Qte?\n"); scanf ("%d",&qte);...
[ "mika63270@live.fr" ]
mika63270@live.fr
306198273dff9954ebaa3b657dba29444d6d0eb1
440fe9bc55a3d9fc44410d1748f47fbc74e30506
/anycloud39ev300/SDK/component/wifi/ssv6x5x/smac/hal/ssv6006/firmware/libc/stdio/fprintf.c
c250222f109e5f1102edb11c82a15ee0166d151e
[]
no_license
haihoang1219931/qiwen
5def7764f48e70a8c4fbb9692f5fd0714dcb5a20
6c86facd09a5c2efe5314a669f653fa90acbc999
refs/heads/main
2023-07-10T17:37:18.512888
2021-08-22T07:01:43
2021-08-22T07:01:43
null
0
0
null
null
null
null
UTF-8
C
false
false
210
c
#include <stdio.h> __attribute__((used)) int fprintf(FILE *stream, const char *fmt, ...) { va_list args; int ret_val; va_start(args, fmt); ret_val = vprintf(fmt, args); va_end(args); return ret_val; }
[ "1397610152@qq.com" ]
1397610152@qq.com
40525893bc2b0b9efc1af6f20fe7c00bf27e76dc
31078f34b06c555c479406710405e5c12f675560
/Image_PDlogo.h
be03a5c46121710733e9c5e4366f9455cc97323e
[]
no_license
deoryp/epaper
cab26516e16ee5b5949e897b0d9346b426ae0759
9742517615e0a88d12ce04b4cf65c15b884f07ec
refs/heads/master
2020-04-04T02:02:43.098352
2013-04-02T03:51:32
2013-04-02T03:51:32
null
0
0
null
null
null
null
UTF-8
C
false
false
61,852
h
// Copyright 2013 Pervasive Displays, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at: // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable la...
[ "deoryp@gmail.com" ]
deoryp@gmail.com
0c2b1ebd44419edab04cb57546b75842e5e9139e
1f5767c8a5fc72be6aa178b8250dc42c369e9068
/Lab6/exercirse10.3.c
0bcbe75f84019496d5ca71f382a69cf8014a1d01
[]
no_license
hellvn/Elementary_Programing_with_C
1ff56b31dad3c97740bb5f9c0a7619aac6dcec34
8c6ac1f9511f32ce3116a531933d334d8e73540c
refs/heads/main
2023-02-08T11:29:51.695991
2021-01-04T11:42:15
2021-01-04T11:42:15
326,664,475
0
0
null
null
null
null
UTF-8
C
false
false
184
c
#include<stdio.h> void main() { int n, i; printf("BANG CUU CHUONG VO CUC\nNhap so bat ky: "); scanf("%d", &n); for(i=2;i<=10;i++) { printf("\n%d x %d = %d\n", n, i, n*i); } }
[ "64981166+hellvn@users.noreply.github.com" ]
64981166+hellvn@users.noreply.github.com
8e76170b83c7262ef984abd6fdd50e286563158a
f5008df5aab5615d39a9847fa09f9581f7b19a5f
/linux-5.4.38/drivers/net/ethernet/sgi/ioc3-eth.c
deb636d653f3bf908c3566eb5e939d9259be0265
[ "GPL-1.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "Linux-syscall-note", "GPL-2.0-only", "Apache-2.0" ]
permissive
wenhuizhang/llvm-linux-5.4.38
2f3f44287dbb1445cd7d4670df8bfc9873441558
bd6678fbd3635428a6d594dbb24a87b9308a52ef
refs/heads/main
2023-01-07T09:57:19.452542
2020-11-01T04:20:46
2020-11-01T04:20:46
303,426,734
0
0
Apache-2.0
2020-11-01T04:20:47
2020-10-12T15:00:48
C
UTF-8
C
false
false
43,178
c
// SPDX-License-Identifier: GPL-2.0 /* Driver for SGI's IOC3 based Ethernet cards as found in the PCI card. * * Copyright (C) 1999, 2000, 01, 03, 06 Ralf Baechle * Copyright (C) 1995, 1999, 2000, 2001 by Silicon Graphics, Inc. * * References: * o IOC3 ASIC specification 4.51, 1996-04-18 * o IEEE 802.3 specific...
[ "wenhui@gwmail.gwu.edu" ]
wenhui@gwmail.gwu.edu
250b9e29c9e6189c83a7e8a50f897e154d53400d
b6e3a9d34c0aea593d35950e484edc8203386388
/src/9vx/a/portfns.h
c5601c607a9f0233b6c9c96ec0b76dc7bc2186b2
[ "LPL-1.02" ]
permissive
Plan9-Archive/forsyth-vx32
b2ade2e7287c40fcfe463f3d766af9d3875b052a
6adb7125e43cbc23d9d15670532b14eb50421d80
refs/heads/master
2021-05-19T00:32:46.864888
2019-08-22T13:44:44
2019-08-22T13:44:44
251,496,348
0
0
null
null
null
null
UTF-8
C
false
false
11,503
h
// Plan 9 VX: avoid Unix reserved words #define log _klog #define malloc _kmalloc #define encrypt _kencrypt #undef timeradd #define timeradd _ktimeradd #define reboot _kreboot #undef _assert #define _assert __kassert #define rand _krand #define memrchr _kmemrchr void _assert(char*); void accounttime(void); Timer* a...
[ "rsc@swtch.com" ]
rsc@swtch.com
c841a0200572591ada1bb6465213d712774b54f1
894b90f13ebed111d4994fea5ffb93dbc6a5f920
/C02/ex03/ft_str_is_numeric.c
586713bdf25609d4c6c58d2d9668ff73d9a853f2
[]
no_license
Hanae0642/revision
0801cb78ba78362042590b855c56d944857f343a
684bd85b0edca74cc7d9195887c9fa8e6bf902fc
refs/heads/master
2023-02-26T03:22:10.811714
2021-01-28T16:24:59
2021-01-28T16:24:59
333,815,329
0
0
null
null
null
null
UTF-8
C
false
false
1,084
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_str_is_numeric.c :+: :+: :+: ...
[ "htelghem@c2r3p3.42nice.fr" ]
htelghem@c2r3p3.42nice.fr
331f867a9b47928695d7510fb2cec3feb336baac
df0dc0fcdcc4d0b62d8d3b596415870d06975972
/Programacion 2017 - 2018/Programacion 2017/TP 2/Ejercicio 14/main.c
161344427ca25fed783bc076a0a4657f34579345
[]
no_license
diego-rico-dk/Programacion-Unlam
169f1be80ce18eb210f3773515522381b31ae125
30cc0781a3f65fd1f5026180055da1ca41dc4ee8
refs/heads/master
2022-01-08T21:31:11.371443
2019-04-11T03:46:20
2019-04-11T03:46:20
null
0
0
null
null
null
null
UTF-8
C
false
false
191
c
#include <stdio.h> #include <stdlib.h> #include "ejercicio14.h" int main() { char cadenas[TAM][PALABRA]; int palabras = ingresar_cadenas(cadenas); imprimir(cadenas, palabras); }
[ "tocinonaro_juan@yahoo.com.ar" ]
tocinonaro_juan@yahoo.com.ar
722ce05bcbe1a172ebc68774b7ca25d6113fcbce
5c255f911786e984286b1f7a4e6091a68419d049
/code/e09e6c0c-2a0a-48fc-b5c6-d964bb6c166f.c
56cf4c10fc3c649ea81ef9434497ba6790a3fb95
[]
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
241
c
#include <stdio.h> int main() { int i=0; int j=12; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l-j; l = l+j; l = i-j; k = k-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
ead5c36235906a7a06de943464e48b1b8335a7b2
4ddc3c23363d073305a541f1abd011fb78f4fe2f
/ft_memcmp.c
68337b01d7a1c60c0a034536ce3060bd03ab29c1
[]
no_license
mihdevel/libft
25b52f8e037e584a6f8096d4dacd30ace1229ad4
2fc719fcce34b2af80d907bf768936df4456c9a9
refs/heads/main
2023-03-25T20:38:50.249907
2021-03-23T12:19:05
2021-03-23T12:19:05
350,674,408
0
0
null
null
null
null
UTF-8
C
false
false
1,145
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memcmp.c :+: :+: :+: ...
[ "mihdevel@gmail.com" ]
mihdevel@gmail.com
3839e214f09d9250f73f6162d01d73e6b58a7231
cc772100af61eef36c3ae1dda6d33f985ed0cbf4
/src/mrbmacs-window.h
e96fffd4b590a2bea72a0d7e34e8cb52933faf53
[ "MIT" ]
permissive
masahino/mruby-bin-mrbmacs-gtk
712e68a8be50738216dab0005a2f9bb8dfd3b673
7f6a7ff48661851378d0db5bccb5737d78b1fefd
refs/heads/master
2023-05-10T21:37:58.111033
2023-05-01T22:57:00
2023-05-01T22:57:00
65,958,877
0
1
MIT
2020-06-03T13:47:45
2016-08-18T02:35:29
C
UTF-8
C
false
false
321
h
#ifndef MRBMACS_WINDOW_H #define MRBMACS_WINDOW_H //mrb_value scintilla_view_window_new(mrb_state *mrb, mrb_value v); void mrb_mrbmacs_gtk_window_init(mrb_state *mrb); int edit_win_get_height(mrb_state *mrb, mrb_value edit_win); int edit_win_get_width(mrb_state *mrb, mrb_value edit_win); #endif /* MRBMACS_WINDOW_H */...
[ "masahino@gmail.com" ]
masahino@gmail.com
1d1f06793fbb712258b189aca917ac1b65353e7e
015934ae4bd233707e8578271343eb1fe65906a7
/library/private/eaarlio/edb_read.h
9b3b30ba9a5e8f2b510be7bcba3f5ec50a9a026d
[ "LicenseRef-scancode-warranty-disclaimer", "CC0-1.0", "LicenseRef-scancode-public-domain" ]
permissive
usgs/eaarl-io
316fffee30c228a0a6d94c16dd04d233c8bea08b
71abbd44dbc7c821d397df36822831f892e51d86
refs/heads/master
2021-04-30T09:40:28.978825
2018-04-26T21:10:26
2018-04-26T21:10:26
121,315,770
1
0
null
null
null
null
UTF-8
C
false
false
2,788
h
#ifndef EAARLIO_EDB_READ_H #define EAARLIO_EDB_READ_H /** * @file * @brief Read EDB data * * This header provides functionality to read EDB data from a file. */ #include "eaarlio/edb.h" #include "eaarlio/edb_internals.h" #include "eaarlio/error.h" #include "eaarlio/memory.h" #include "eaarlio/stream.h" /** * R...
[ "dnagle@usgs.gov" ]
dnagle@usgs.gov
26dc753e7016b5a5f437cb0ec73b68a23fef566f
66cb2ed898afa3565a63a9b61571dc49cc52797c
/CodeClassifier/training-set/c++/partialsums.gcc
538ef82ff4f87ca1a19d95c2e31e2cd741c65dd2
[ "MIT" ]
permissive
sskodje/CodeClassifier
cdb7263932ec3691829c54a9bcc0b5a2ebdf6025
866e529ac7c6bd808fdc1ec4d5a444ab79d9eb36
refs/heads/master
2022-12-08T21:25:23.424719
2022-12-04T23:39:52
2022-12-04T23:39:52
169,738,532
0
0
MIT
2019-02-08T13:24:10
2019-02-08T13:24:09
null
UTF-8
C
false
false
2,314
gcc
/* ** The Great Computer Language Shootout ** http://shootout.alioth.debian.org/ ** contributed by Mike Pall ** ** compile with: ** gcc -O3 -fomit-frame-pointer -ffast-math -o partialsums partialsums.c -lm ** Adding -march=<yourcpu> may help, too. ** On a P4/K8 or later try adding: --march=<yourcpu> -mfpmath=sse ...
[ "sskodje@gmail.com" ]
sskodje@gmail.com
f640076cb5c995bc8b1b5ce0e467fea2e7644a4b
f0909e04886640502ea166d08f565ee4fc7518f9
/Exe9.18/main.c
c08e15e9f71084991ae0860a41f09c673dc92546
[]
no_license
ottone/C
b8b8d48dc83c14444fc09a43feb9725a9e409b25
f933af69d04e33cf3baba98eac04be7a0f92a25d
refs/heads/master
2020-04-13T07:55:27.395080
2019-08-30T06:46:13
2019-08-30T06:46:13
163,066,474
0
0
null
null
null
null
UTF-8
C
false
false
889
c
// // main.c // Exe9.18 // // Created by Francesco Parrucci on 01/07/19. // Copyright © 2019 Francesco Parrucci. All rights reserved. // // In alcuni linguaggi di programmazione, le stringhe devono essere immesse delimitandole con apici singoli o virgolette. Scrivete un // programma che legga le tre stringhe s...
[ "demonerosso77@gmail.com" ]
demonerosso77@gmail.com
c3d6e0e7cbf78d1febdd652711b20f0491361cd4
f12c873c2b17c03868e56fbf95277d4870483cc2
/h1load.c
921380f147e271eb87aaf27131a38623c7104e47
[]
no_license
wtarreau/h1load
9b373626c43143e417e5a2d495973f275c6edb7f
94489e4002e00ca4cfa0d19d278698d1cd55d59d
refs/heads/master
2023-06-10T00:16:57.339849
2023-05-25T12:48:09
2023-05-25T12:49:11
243,455,871
7
1
null
null
null
null
UTF-8
C
false
false
76,678
c
/* * H1LOAD - simple HTTP/1 load generator * * Copyright (C) 2000-2020 Willy Tarreau - w@1wt.eu * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * with...
[ "w@1wt.eu" ]
w@1wt.eu
79be8e9a20e776a95ea098be549f0baf7375d935
a72b971afe9829a4cc10a45409f37f3461d0434c
/clang/test/CodeGen/RISCV/rvv-intrinsics/vfredmax.c
303d1663dc8c83ceee5842bf48c92152dfbd96e7
[ "Apache-2.0", "LLVM-exception", "NCSA" ]
permissive
liang0/llvm-project
daeaf0b9b3f4a9a9089e4b8b3450dc14a61eaa59
eea5cbc8583d0857e0a9e429c61f7e87122b4dd6
refs/heads/main
2023-04-10T23:15:16.367331
2021-04-28T06:30:53
2021-04-28T06:30:53
362,362,633
1
0
null
2021-04-28T06:32:58
2021-04-28T06:32:57
null
UTF-8
C
false
false
19,291
c
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py // REQUIRES: riscv-registered-target // RUN: %clang_cc1 -triple riscv32 -target-feature +f -target-feature +d -target-feature +experimental-v \ // RUN: -disable-O0-optnone -emit-llvm %s -o - | opt -S -mem2reg | FileCheck --check-prefix=CHEC...
[ "zakk.chen@sifive.com" ]
zakk.chen@sifive.com
2032800d6b88d2116e7741d77296003ddd91c313
24a96b62001653bf5d2153745ad9dd97dbd42ce0
/ft_memchr.c
89c09a6a0310208ac33882237fe5aa9dd8292713
[ "WTFPL" ]
permissive
leonrudowicz/42libft
f92ada549da102b08148d0932e469a3ac9d92997
a53e07ad6da9be5b8e0e9df249677a6f9d4e7381
refs/heads/master
2020-05-27T13:30:56.337456
2019-05-26T04:43:08
2019-05-26T04:43:08
188,640,250
0
0
null
null
null
null
UTF-8
C
false
false
1,099
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memchr.c :+: :+: :+: ...
[ "leonrudowicz@Leons-MacBook-Pro.local" ]
leonrudowicz@Leons-MacBook-Pro.local
3d86449ba9706ff2a67d6af2da714ad38012baa0
bf0bfa4be24348a0b2703474b93d1f6cd9390002
/Project1/built_in_functions/kill.c
ce857d2d0fcd16425331e0d6f4f5fd6cc1a2fd94
[]
no_license
googleberk/CS140-Operating-Systems-pintos
8c5ff6277dc5aba157a886adb07d939d6728496c
90d8251ff6976a7481c34cc9566181abe5642d1d
refs/heads/master
2020-06-14T10:21:40.212931
2017-03-10T11:24:48
2017-03-10T11:24:48
null
0
0
null
null
null
null
UTF-8
C
false
false
4,473
c
// // Crea// // Created by GIORGI GULIASHVILI on 9/23/16. // #include <string.h> #include <ctype.h> #include <stdlib.h> #include <unistd.h> #include <signal.h> #include <sys/types.h> #include "kill.h" #include "utility.h" #include "../parser.h" #include "utility.h" static char *wordArr[] = {"SIGHUP", "SIGINT", "SIGQUI...
[ "gguli13@freeuni.edu.ge" ]
gguli13@freeuni.edu.ge
8dbce0cb86c6e0be04291bfd716d9b2d84ac5b37
1ca4945c4f44068eb452d5209e44b5e961871c86
/src/TResultInputStream_LinkDef.h
74a98ab5c3565ab9d0c62bd8e04eee25c0eb329f
[]
no_license
jec429/captDBI
5ac7fc01f00524f6eb174ed529b9de53faad8ef5
781ced042747cc7ac7b80f708208070efbe24909
refs/heads/master
2021-06-21T08:14:27.525845
2017-07-05T02:55:21
2017-07-05T02:55:21
100,270,258
0
0
null
null
null
null
UTF-8
C
false
false
71
h
#ifdef __CINT__ #pragma link C++ class CP::TResultInputStream+; #endif
[ "clark.mcgrew@stonybrook.edu" ]
clark.mcgrew@stonybrook.edu
eb54b4a0229da11056c5671eef1d53df99ec2423
4af00c0491444db880b245e5aa3531df8b36a64a
/TP4/src/main.c
44919471c513c260771ec3e2d7c922c711ab88ad
[]
no_license
MatiasHamie/UTN-Laboratorio-1-TPs-Lenguaje-C
7655446994977084e2f67e15aeb1f324c70e49ff
b319b4ba3946f5ff9214e935c5415e0e527d544d
refs/heads/master
2020-05-02T07:34:13.440718
2019-06-24T19:20:19
2019-06-24T19:20:19
null
0
0
null
null
null
null
UTF-8
C
false
false
1,756
c
/* utest example : Unit test examples. Copyright (C) <2018> <Mauricio Davila> 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 3 of the License, or (at your opt...
[ "mnhamie@gmail.com" ]
mnhamie@gmail.com