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
fed6e15b2802e9ce4b5586583709983aa044defd
54de0de5c6a44157c6ac5e4c58538236b8dd3412
/examples/my_test/lib/tcp_server.c
6346bf949d34af2efa0e05fe1284fdbba16e1077
[ "BSD-3-Clause" ]
permissive
571255945/muduo
bd4112902a2fdf8587e658d082b366a4fe1dc787
0295556ef884a100fb2838de9a76289d337d81d5
refs/heads/master
2021-07-15T12:42:53.199678
2020-09-19T14:04:05
2020-09-19T14:04:05
208,543,861
0
0
NOASSERTION
2019-09-15T04:53:39
2019-09-15T04:53:38
null
UTF-8
C
false
false
5,573
c
#include <assert.h> #include "common.h" #include "tcp_server.h" #include "thread_pool.h" #include "utils.h" #include "tcp_connection.h" int tcp_server(int port) { int listenfd; listenfd = socket(AF_INET, SOCK_STREAM, 0); struct sockaddr_in server_addr; bzero(&server_addr, sizeof(server_addr)); ser...
[ "571255945@qq.com" ]
571255945@qq.com
685b0d139b501db14853307dcdf1d33afdc50398
d9662bbb2a2688944c265fa3e152844e2daa4aad
/vncrypt/testdsa_org.c
25a3a63002c7ac1bad55a71d55041be7997c84b7
[ "Apache-2.0" ]
permissive
vanilala/vncrypt
7dbbef5dbf154244815b5cd11330edacc606f278
f2354c6b50d8d31acd11e451420c3f8538609e2f
refs/heads/master
2021-03-12T23:06:30.224331
2014-11-30T17:28:58
2014-11-30T17:28:58
24,704,270
1
0
null
null
null
null
UTF-8
C
false
false
321
c
#include "vndsa_org.h" #include "testcomm.h" #include <openssl/err.h> int main( int argc, const char * argv[] ) { VNTestEnv_t env = { .mTestMain = NULL, .mSignCtxNew = VNDsaSign_ORG_CtxNew, .mEncCtxNew = NULL, }; ERR_load_crypto_strings(); VN_Test( argc, argv, &env ); ERR_free_strings(); return 0; } ...
[ "liusifan@gmail.com" ]
liusifan@gmail.com
408b1cbb9edcef82d0b73de52166a7a3cfa706a7
a0d6b2c2dd8bcbe03e5c6fb35f766bd2af9a1d5c
/dynix.3.2.0/src/etc/dump/dumprmt.c
4f9c8b04fb0ad3fc7a3bc94ced0ebbb35b2f7906
[]
no_license
legacy-codedigger/Dynix.3.2.Source
593485f234eee4de75c0e23fe689f247471c83f8
2789373c94bc57e4c4a915bcba354f2243e12ca4
refs/heads/master
2022-04-25T22:49:00.493902
2020-04-25T00:49:59
2020-04-25T00:49:59
258,656,640
0
0
null
null
null
null
UTF-8
C
false
false
4,543
c
/* $Copyright: $ * Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989, 1990 * Sequent Computer Systems, Inc. All rights reserved. * * This software is furnished under a license and may be used * only in accordance with the terms of that license and with the * inclusion of the above copyright notice. This sof...
[ "zahir.meddour@protonmail.com" ]
zahir.meddour@protonmail.com
b8d552807fa4eb90a9d8f7b851856e652d089315
fa4acf2d045779a8bf1c4d76836b8a873aed2108
/src/file-op.h
77afe2f614ac2a090a8a3e5548d81616b91f870f
[]
no_license
toyoshim/quasi88nc
6b7942433a1b7d705054934d442c3838f451e9b7
1c702749e36ed478ae6d46092744c96a6246f34c
refs/heads/master
2021-01-13T02:05:47.641082
2012-07-25T16:47:27
2012-07-25T16:47:27
13,995,813
1
0
null
null
null
null
EUC-JP
C
false
false
16,078
h
/*****************************************************************************/ /* ファイル操作 */ /* */ /* QUASI88 のファイル操作は、すべてこのヘッダにて定義した関数(マクロ)を */ /* 経由して行われる。 */ /* */ /*****************************************************************************/ #ifndef FILE_OP_H_INCLUD...
[ "toyoshim@gmail.com" ]
toyoshim@gmail.com
e17bd404d2c8c438a97a1bc7b8603e75c5fa2a96
5bb3a620c66749e0ce3dfbd0cd8692d40928dbf3
/arduino/hardware/espressif/esp32/tools/sdk/include/bootloader_support/esp_flash_partitions.h
843e5a283c38cdc7a459ff190f94151242906d72
[ "MIT" ]
permissive
wyolum/ClockIOT
6ce2a4605435f27e8d7eca4c2f219e97c5966cc5
52a1bf8e1acc3a5ad8314211ef3bc23186b3be89
refs/heads/master
2022-12-12T22:18:05.952206
2020-02-05T17:32:22
2020-02-05T17:32:22
126,251,414
5
2
MIT
2022-12-10T12:46:21
2018-03-21T23:10:27
C
UTF-8
C
false
false
2,147
h
// Copyright 2015-2016 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by app...
[ "wyojustin@gmail.com" ]
wyojustin@gmail.com
cd1c2ccf32d5a547bc5932bde2c0d2b591e78290
a86995a16ba2e574376c882c3a9eead8143dd4f8
/STM32Cube_FW_F4_V1.9.0/Projects/STM32F401-Discovery/Examples/ADC/ADC_RegularConversion_DMA/Inc/stm32f4xx_it.h
cb41755828ae73e79d0216f69069205823085047
[ "BSD-2-Clause" ]
permissive
umapathiuit/Stm32-Tools-Evaluation
ded5f569677c8e9cbe708a57b5db19780a86fd6c
e9fd061f48f50501606bc237c6773c2b6c28d345
refs/heads/master
2020-12-02T17:11:19.014644
2015-11-23T07:45:38
2015-11-23T07:45:38
null
0
0
null
null
null
null
UTF-8
C
false
false
3,157
h
/** ****************************************************************************** * @file ADC/ADC_RegularConversion_DMA/Inc/stm32f4xx_it.h * @author MCD Application Team * @version V1.2.3 * @date 09-October-2015 * @brief This file contains the headers of the interrupt handlers. *****************...
[ "git@jme.de" ]
git@jme.de
f949426c221f7fbca25db67dd5e47ae02f8006c0
9091cc62245b8772b07d4e4c42cf78d710156e33
/hw1/mapper.c
6b290f7600a6b2e2cc65f4197f66087b59468612
[]
no_license
digitaldanny/adv-sys
79dd52f915aabb3e3df76fced69e41fe7b0fa2f4
d1125cb9b057a63d50c405fde5eb46189d5aa2c1
refs/heads/master
2022-04-23T13:04:27.949282
2020-04-28T01:14:26
2020-04-28T01:14:26
232,367,283
0
2
null
null
null
null
UTF-8
C
false
false
9,311
c
#include <stdint.h> #include <stdio.h> #include <string.h> #include "common.h" /* * +=====+=====+=====+=====+=====+=====+=====+=====+=====+=====+ * TYPEDEFS * +=====+=====+=====+=====+=====+=====+=====+=====+=====+=====+ */ typedef struct tupleIn { int8_t error; /...
[ "d.hamilton@ufl.edu" ]
d.hamilton@ufl.edu
0acce17a4e361075c86d7d603b1e35f8be80b27f
d2162474495041e1d7464b7571e662bdd3ec552d
/行政法/政府信息公开条例/政府信息公开条例.c
92ce481cda3174b93a4d35bca101878bde45f1fc
[]
no_license
dontbecoder/Fatiao
016979689c500f91eca7755812f5330f58f893c1
5b85017b31d81d5ffe64754ac4707f90ec7c55b6
refs/heads/master
2020-12-18T22:11:30.671984
2020-02-11T04:16:34
2020-02-11T04:16:34
235,534,809
0
0
null
null
null
null
UTF-8
C
false
false
22,195
c
/*/基本信息 发文字号中华人民共和国国务院令第711号 效力级别行政法规 时效性现行有效 发布日期2019-04-03 实施日期2019-05-15 发布机关国务院 法律修订 2007年4月5日中华人民共和国国务院令第492号公布 2019年4月3日中华人民共和国国务院令第711号修订 */ /* 目 录 第一章 总  则 第二章 公开的主体和范围 第三章 主动公开 第四章 依申请公开 第五章 监督和保障 第六章 附  则 */ // 第一章 总  则 #define A1 // 为了保障公民、法人和其他组织依法获取政府信息,提高政府工作的透明度,建设法治政府,充分发挥政府信息对人民群众生产、生活和经济社会活动的服务作用,...
[ "ineedachance1@gmail.com" ]
ineedachance1@gmail.com
08ed6a46642852a4fad483ff42fbb1123bbd34e0
aa93bdedde662cb637e5ee3e62ba3717737e819b
/src/createicon.c
fbe8fb071925cf7270c9c25d932fe45118e9b9d7
[ "Apache-2.0" ]
permissive
VincentWei/mg-samples
43e64ca015c95f81b7ed911f700c6640eaf5cca1
595d356a12eae1553c25aa57975839278415e926
refs/heads/master
2023-01-07T22:51:21.730201
2022-12-30T06:37:24
2022-12-30T06:37:24
92,700,964
11
6
null
null
null
null
UTF-8
C
false
false
5,544
c
/////////////////////////////////////////////////////////////////////////////// // // IMPORTANT NOTICE // // The following open source license statement does not apply to any // entity in the Exception List published by FMSoft. // // For more information, please visit: // // https://www.fmsoft....
[ "vincent@minigui.org" ]
vincent@minigui.org
7e0f0e973da643367551b0ee4cb7d6ba5eaaf9bc
55d5058e2fbb17670139775b4d28b3493692859d
/systems_work_03/03.c
a7d1f4a5cfbd135781fb4f628c55e26752a36f03
[]
no_license
JohnsonLi/Systems-Work
f2d8d3affc6b54641fcfc96fceeaf4e1b5674af4
66f5a269cfb06598a012814bc908111f8960a4dc
refs/heads/master
2020-04-17T15:25:00.537070
2019-01-20T19:15:16
2019-01-20T19:15:16
166,697,741
0
0
null
null
null
null
UTF-8
C
false
false
578
c
#include <stdio.h> #include <stdlib.h> #include <time.h> int main(){ int ary[10]; srand(time(NULL)); int i; for(int i = 0; i < sizeof(ary) / 4; i++){ ary[i] = rand(); } ary[9] = 0; printf("first array\n"); for(int i = 0; i < sizeof(ary) / 4; i++){ printf("element ...
[ "jli39@stuy.edu" ]
jli39@stuy.edu
9f99e46a63f624b66830d9d1b023150777851afd
ecad42037df5c7018737b27631ee9e5da0831c3e
/iar/arm/lib/watchdog.h
1172b4c84d2e408532d0d8cb33dd9a791ad6b328
[ "MIT", "BSD-3-Clause" ]
permissive
neusaoliveira/piper
4fc873c5bba7912348eeb7e76972f4d2f380d60e
d004d8eaae8e0b7ea7bfaeab4382bd1aafdc782d
refs/heads/main
2023-06-30T08:10:27.321398
2021-08-06T22:20:51
2021-08-06T22:20:51
392,381,028
0
0
null
null
null
null
UTF-8
C
false
false
4,183
h
//***************************************************************************** // // watchdog.h - Prototypes for the Watchdog Timer API // // Copyright (c) 2005-2013 Texas Instruments Incorporated. All rights reserved. // Software License Agreement // // Redistribution and use in source and binary forms, with or w...
[ "adalbertotjr@yahoo.com.br" ]
adalbertotjr@yahoo.com.br
7945c0d510dfd5c8a0ffc2287520437cdf0a8cfd
30b736259b38c916e96f8e1517f92231070f5464
/babblesim/hw/mcu/nordic/nrf52_bsim/include/mcu/mcu.h
1950c85fdeabf388fa9e23f378974b7410c28f03
[ "Apache-2.0", "LicenseRef-scancode-gary-s-brown", "BSD-3-Clause" ]
permissive
apache/mynewt-nimble
5bcc87df4482705c5a6542467bab028c8fd4e5fe
b5e107e9c55f32d18b16e5afc0a7e1720b901b68
refs/heads/master
2023-09-01T19:28:57.874159
2023-08-31T09:07:59
2023-08-31T14:46:07
113,086,218
606
354
Apache-2.0
2023-09-14T12:14:19
2017-12-04T19:34:47
C
UTF-8
C
false
false
2,796
h
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
[ "andrzej.kaczmarek@codecoup.pl" ]
andrzej.kaczmarek@codecoup.pl
f23bba5ce05f9b257b985ac79c1be90178d2fa45
c22f8ddf93bc49806c239f1101a0930c98fa6928
/Set Two/7_positive_or_negative.c
5e1e86e2069c35fd3e3afb885cc6810600c7b728
[]
no_license
ryanmwakio/c-programming
b96496981b46979301a537eb6088464e5a83606b
cdcfd5ab7830db031c4a82d90ed78b339864400a
refs/heads/main
2023-08-14T12:25:57.321747
2021-10-20T15:06:56
2021-10-20T15:06:56
419,375,827
0
0
null
null
null
null
UTF-8
C
false
false
412
c
#include <stdio.h> #include <stdlib.h> int main() { int number; // Input printf("\nEnter an Integer: "); scanf("%d", &number); // computation if (number < 0) printf("\n\t%d is a negative integer\n", number); else if (number == 0) printf("\n\t%d is zero\n", number); els...
[ "bryern254@gmail.com" ]
bryern254@gmail.com
5a2bea60b2f88d9e84522e10d1227240dea6ebe9
6b3443d5658885928112ba1cccc1157d302a746b
/teensy/cores/posix/wiring_analog.c
d48afe0324d7b5b259ec7366d9dfe0d72357b98c
[]
no_license
zusoro/framework-wizio-zusoro
22ca3ba28b109bb577d4216c554efbd37ad75cc5
e6f204efbc67516f79339201c6702c97b5a306e3
refs/heads/master
2022-11-30T23:33:55.743273
2020-07-30T11:10:52
2020-07-30T11:10:52
283,709,270
0
0
null
null
null
null
UTF-8
C
false
false
1,050
c
/* Created on: 01.01.2019 Author: Georgi Angelov 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 version. Th...
[ "g.a.kreuzer@gmail.com" ]
g.a.kreuzer@gmail.com
05fbd25fa40df25db9d954c098457c6999f2f0dc
ef389d8bb88abeecb79e955ab6272f2512d0e0fa
/solver/solver/sudoku.c
fd6082ba90ff899e63db7d4b12be4b7c9ef9a68b
[]
no_license
Snaep/-
b755a6fdd9658d5ef9ba266f53d3c4fbe9547d02
16acc939837a4259376d710c2e83c6b93133966f
refs/heads/master
2021-01-10T15:47:01.653731
2015-06-25T11:22:13
2015-06-25T11:22:13
36,795,046
0
0
null
null
null
null
ISO-8859-1
C
false
false
8,226
c
#include "sudoku.h" #include "defaults.h" #include <math.h> unsigned char* ReadAllBytes( const wchar_t * file ) { FILE *fptr; long len; unsigned char* retv; if( _wfopen_s( &fptr, file, L"r" ) != 0 ) return NULL; fseek( fptr, 0, SEEK_END ); len = ftell( fptr ); retv = ( unsigned char* ) malloc( len * sizeof( ...
[ "ksnaep@web.de" ]
ksnaep@web.de
7043a6275c4535cc05a4969f2cf1f3e3cfb5d82d
10989cd26fbef99678ecac5deaeaf9f55ec9d7ce
/script/conv244.C
e3f3080500533ba7539cf4f63c76d715f72294e4
[]
no_license
xzy3186/SEASTAR14
19ead31af8d4e1645c3febcf70e5e67e02078941
57608095dfb1cf5f260c8e096bf88f8e1d98952f
refs/heads/master
2020-04-01T20:58:57.789767
2018-07-19T13:20:16
2018-07-19T13:20:16
60,277,783
0
0
null
null
null
null
UTF-8
C
false
false
145
c
{ gROOT->ProcessLine(".L macros/MakeAllTreePieter.C+"); MakeAllTreePieter("ridf/78Ni/psp140244.ridf","rootfiles/78Ni/psp140244_PID.root"); }
[ "xzy3186@gmail.com" ]
xzy3186@gmail.com
3dc161f21f6a91dd450cf1b3e289892bd511e1d6
85a299f2366ea1db770e77a82815d2b46a0378fd
/Src/tim.c
537736c64f3e178440d63578674c9116856bee49
[]
no_license
Marcel-os/LoRaOled-SR
85cb60298e03dc5d22df56837d2eef985950dc42
e0852ef23f56364673fb637e423f38efaad54d64
refs/heads/master
2021-03-16T02:12:02.783285
2020-12-06T03:15:49
2020-12-06T03:15:49
246,895,178
0
0
null
2020-06-29T17:09:58
2020-03-12T17:38:09
C
UTF-8
C
false
false
3,413
c
/** ****************************************************************************** * File Name : TIM.c * Description : This file provides code for the configuration * of the TIM instances. ****************************************************************************** * @...
[ "marcel-domagala@wp.pl" ]
marcel-domagala@wp.pl
726760ab883bed02d43100d13d0e0e94fdce8749
4fff116ef7cb0cf5e3e5cd45ced94ac29b7dbe46
/Sources/Objectively.h
4679bb7e42e0ea0ac0e726d5c5b24664508453f8
[ "Zlib" ]
permissive
tapir/Objectively
8d01b78a2ff4820cfc9b792c1c777bf6115e681a
f501c3ca461c78a959e51d26fd451b92c4aeeada
refs/heads/master
2020-05-29T08:49:53.622363
2016-09-22T20:49:02
2016-09-22T20:49:02
68,956,672
0
0
null
2016-09-22T19:48:39
2016-09-22T19:48:39
null
UTF-8
C
false
false
2,607
h
/* * Objectively: Ultra-lightweight object oriented framework for GNU C. * Copyright (C) 2014 Jay Dolan <jay@jaydolan.com> * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * * Pe...
[ "jay@jaydolan.com" ]
jay@jaydolan.com
54e872f8a8ab5001440b4a255de4d082e39383ed
ddb8c14775dfbe9424691dabf1617273d118d317
/catkin_ws/devel/include/pangolin/tools/video_viewer.h
3056b1eb6ed6d56b21099aa96c982fe9b188af37
[]
no_license
rishabhdevyadav/fastplanneroctomap
e8458aeb1f2d3b126d27dc57011c87ae4567687a
de9d7e49cb1004f3b01b7269dd398cf264ed92b4
refs/heads/main
2023-05-12T22:12:27.865900
2021-05-26T19:25:31
2021-05-26T19:25:31
356,674,577
0
0
null
null
null
null
UTF-8
C
false
false
92
h
/home/rishabh/catkin_ws/devel/.private/pangolin_catkin/include/pangolin/tools/video_viewer.h
[ "rishabhdevyadav95@gmail.com" ]
rishabhdevyadav95@gmail.com
45fc7310774219fad5c92f942495388e7adfa3b6
ef23e388061a637f82b815d32f7af8cb60c5bb1f
/src/mess/drivers/psion.c
b3ac6e92e8fab26fe42bb6ed9d511288b809a5e2
[]
no_license
marcellodash/psmame
76fd877a210d50d34f23e50d338e65a17deff066
09f52313bd3b06311b910ed67a0e7c70c2dd2535
refs/heads/master
2021-05-29T23:57:23.333706
2011-06-23T20:11:22
2011-06-23T20:11:22
null
0
0
null
null
null
null
UTF-8
C
false
false
28,310
c
/*************************************************************************** Psion Organiser II series Driver by Sandro Ronco TODO: - move datapack into device - dump CGROM of the HD44780 - emulate other devices in slot C(Comms Link, printer) Note: - 4...
[ "Mike@localhost" ]
Mike@localhost
8dfbdbd77f1d7c80a5138bf062c7386e4e778c31
f68eba78370a9294c90d5245cbeb691fb5054341
/counter_with_SDL_spinlock.c
ddbd8f8ce659630d9ff6266e9f9470b7222d8e51
[]
no_license
JonArintok/fun-with-threads
91d0b7086e740007e91d110b0e0b84594f86de70
5590728dd87cf15b37ca29f0c56311cf487b6397
refs/heads/master
2021-05-30T13:20:58.490000
2015-01-06T13:10:19
2015-01-06T13:10:19
null
0
0
null
null
null
null
UTF-8
C
false
false
801
c
#include <pthread.h> #include <stdio.h> #include <stdlib.h> #include <SDL2/SDL.h> #include "shared.h" int counter; SDL_SpinLock spinlock; int AddThings(void *unused) { for (int i = 0; i < num_increments; i++) { SDL_AtomicLock(&spinlock); counter += 1; SDL_AtomicUnlock(&spinlock); } return 0; } int main (int...
[ "Jon.Arintok@Gmail.com" ]
Jon.Arintok@Gmail.com
cab9931c90b54f985cc1648de169d8a34ad157e6
d3210fd89249a4f36bab41bcce5136d5bb00ccc6
/tek1/PSU/Navy/my_navy.c
06fed4679243950a5f3706af81eb7e56a473411b
[]
no_license
guillaumetran/EPITECH
7ab414e388390a4a74922c562781c5683bcb325f
1e1ba58caaaee02eb3628eb5916744bc626cb5a9
refs/heads/master
2021-01-17T12:10:54.687773
2016-10-05T22:09:09
2016-10-05T22:09:09
47,131,975
0
0
null
null
null
null
UTF-8
C
false
false
1,718
c
/* ** my_navy.c for my_navy in /home/tran_-/Documents/rendu/PSU_2015_navy ** ** Made by Guillaume TRAN ** Login <tran_-@epitech.net> ** ** Started on Thu Dec 10 16:51:17 2015 Guillaume TRAN ** Last update Sat Dec 19 20:54:31 2015 Guillaume TRAN */ #include <signal.h> #include <unistd.h> #include <fcntl.h> #include ...
[ "guillaume.tran@epitech.eu" ]
guillaume.tran@epitech.eu
984e32a197bf6cf5efae13f443f2172455420a9b
7538f30404c0eb74c17d5b982eae689b754e227e
/13.4/PrivateFrameworks/NanoLeash.framework/CDStructures.h
729b79f86e283fe920ae54bc805104a403613d63
[]
no_license
xybp888/iOS-Header
cdb31acaa22236818917245619fe4f4b90d62d30
0c23e5a9242f1d8fd04d376c22e88d2ec74c3374
refs/heads/master
2022-11-18T22:35:35.676837
2022-10-29T23:47:18
2022-10-29T23:47:18
204,074,346
156
63
null
null
null
null
UTF-8
C
false
false
395
h
// // Generated by class-dump 3.5 (64 bit) (Debug version compiled Nov 12 2019 23:20:19). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. // #pragma mark Blocks typedef void (^CDUnknownBlockType)(void); // return type and parameters are unknown #pragma mark Typedef'd Struct...
[ "8657156@qq.com" ]
8657156@qq.com
71c61bae5ee935b8d4be70c157548560098ecf9e
b9c99269193185d1f28c10d5e3066c0a94bd3c42
/RTL_Bubblesort.prj/solution1/sim/wrapc/bubblesort.c_pre.c.tb.c
4877da8297cf08ae510fc63b219e50022de08849
[]
no_license
AngeloDamiani/es_vivadohls_cfiles
9fce70287612bd5cfad6dd1c6c79018729ca5bfb
4d3324e15a2574063c42cb9997bb05e415ff6eaf
refs/heads/master
2021-01-24T16:19:10.246799
2018-03-01T23:50:21
2018-03-01T23:50:21
123,180,153
1
0
null
null
null
null
UTF-8
C
false
false
4,376
c
// ============================================================== // File generated by Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC // Version: 2017.2 // Copyright (C) 1986-2017 Xilinx, Inc. All Rights Reserved. // // ============================================================== #1 "/home/angelo/Des...
[ "angelo.damiani.ch@gmail.com" ]
angelo.damiani.ch@gmail.com
54eea77aab37230c9138f7b9ae5964d77bd7356b
0e965f15d2998d207bb47e83ce91bddb172d826a
/BiometricLogger64/BiometricLogger/Resource.h
1017ca6faa26d09ff413fc96d22fb927d7302abb
[ "Unlicense" ]
permissive
Tom-Todd/Bio-metric-Logger
db9cd25fc718778f8cfbbae415ddfb9286c6ed75
09692cf25e9af44bc25d9e05f75ba10a607fc4ba
refs/heads/master
2021-03-27T15:14:58.562453
2017-03-19T18:29:34
2017-03-19T18:29:34
80,732,155
0
0
null
null
null
null
UTF-8
C
false
false
736
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by BiometricLogger.rc // #define IDS_APP_TITLE 103 #define IDR_MAINFRAME 128 #define IDD_BIOMETRICLOGGER_DIALOG 102 #define IDD_ABOUTBOX 103 #define IDM_ABOUT 104 #define IDM_EXIT 105 #define IDI_BIOMETRICLOGGER 107 #define ID...
[ "thomas.m.a.todd@gmail.com" ]
thomas.m.a.todd@gmail.com
ac3114af10f2c168c7f14e96fb5a41bac497eb3d
be442de0a1a50fbb7989acf518a79c57655064d5
/Ex2/Ex2.sim/sim_1/behav/xsim/xsim.dir/NPC_sim_behav/obj/xsim_1.c
55ac86d8cd97e3762fdb68a12adc3935523b8051
[ "MIT" ]
permissive
Ruiii-w/Single-Cycle-Processor
53234cada8bd4df47e35e841aa7c65731af41dc8
88a9371ae591608748477d08c7f5405b986c4938
refs/heads/master
2023-02-11T15:40:42.714922
2021-01-07T02:51:16
2021-01-07T02:51:16
327,485,498
0
0
null
null
null
null
UTF-8
C
false
false
4,966
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "772170969@qq.com" ]
772170969@qq.com
09f339f6721260733325a9bb01a2cdb1793c6eb9
8df79c6e09968b396d7c8ec281733089c4106f0e
/masters-thesis/code/hash_algorithms/twistedTableHashing.h
b44b874210ef5fd45fffa0b34c6e33abc1f495fb
[]
no_license
L1nc0ln/hashing_algo_bda_test
7ef9833d854f29f7ab7532bb8f7c73d46e08a0e7
3779db7bdc35986bb08ecbd4e78f229779dd1d0d
refs/heads/master
2021-01-25T00:32:48.052680
2018-07-08T13:58:05
2018-07-08T13:58:05
123,299,131
0
0
null
null
null
null
UTF-8
C
false
false
158
h
#ifndef TWISTED_TABLE_HASHING_HEADER #define TWISTED_TABLE_HASHING_HEADER uint32_t twistedTableHashingHash(uint32_t x, uint64_t hash_table[4][256]); #endif
[ "Lincoln-park@gmx.de" ]
Lincoln-park@gmx.de
f5278c2b9770b0ecfd59b569b5af3507b16a5f92
fb633b89409dde6daf5e2ecc347d27e7cb941cfd
/synthetic_tests/Examples/symbolic_struct/symbolic_struct.c
5763c209133ac9946561dda81a3943731858be70
[]
no_license
Inception-framework/usenix-samples
2005be189aa4e4633f09cb3611cba6b3b5f6f91f
cc540ba61939f2c3712797fdb6959f6360c53375
refs/heads/master
2022-08-20T17:32:59.704292
2022-08-18T15:40:45
2022-08-18T15:40:45
141,884,933
3
5
null
null
null
null
UTF-8
C
false
false
1,696
c
#include "../../../../analyzer/include/klee/klee.h" #include <stdlib.h> #include <stdio.h> #include <string.h> #include <assert.h> // taken from https://gist.github.com/tovain10071991/8275da696c4e03a8a078 // klee_make_symbolic_range taken from: // https://keeda.stanford.edu/pipermail/klee-dev/2011-July/000685.html //...
[ "nassim.corteggiani@maximintegrated.com" ]
nassim.corteggiani@maximintegrated.com
c7a540006dd00dcd6fa25eb52783680397911cba
c7245edb87b25212f3df504ad2081b0f2d1ae0a6
/host/ap/testcase.c
b99dace1ebe1f3421664f3e97f87ef3c93064741
[]
no_license
qq431169079/fullmac
2a52e6aa92aab815c24d62fa75aaf88c6f5dbf6e
4cfda527d31e9ea87e37db4984f878f6e224d48b
refs/heads/master
2021-09-06T17:44:02.597269
2018-01-12T16:50:13
2018-01-12T16:50:13
null
0
0
null
null
null
null
UTF-8
C
false
false
4,988
c
/* * (C) Copyright 2014-2016 Shenzhen South Silicon Valley microelectronics co.,limited * * All Rights Reserved */ #define __SFILE__ "testcase.c" #include <ssv_types.h> #include <hw/config.h> #include <log.h> #include <ssv_ether.h> #include "ap_sta_info.h" #include <os_wrapper.h> #include "ap_...
[ "aaron.chen@62325997-8425-4a91-ab10-375825ecd925" ]
aaron.chen@62325997-8425-4a91-ab10-375825ecd925
a47391be917ff1c757eaa04f39dfc5964a53cd77
87cfa5070ba634cf5ff45b7c76ff338f195da9e5
/crc.h
bf7f60395623c144cb5b4a996149c814e4577abe
[]
no_license
IveGotNorto/SlidingWindow
9bb47e31d00950d35c0938654f9b37e09e3f913a
2ded69b9ab70c89b3821584cfa60881c498ccb79
refs/heads/master
2021-02-13T06:23:03.964064
2020-05-05T16:20:22
2020-05-05T16:20:22
244,670,625
1
0
null
null
null
null
UTF-8
C
false
false
1,793
h
/********************************************************************** * * Filename: crc.h * * Description: A header file describing the various CRC standards. * * Notes: * * * Copyright (c) 2000 by Michael Barr. This software is placed into * the public domain and may be used for any ...
[ "noreply@github.com" ]
IveGotNorto.noreply@github.com
b71132c4ec3d06889c34b33bb63f2987c33fcce5
5f28efade4415ffaa8040a91df9112ee711a84de
/examples/basics/input.c
702185134c8e4270468c8601172e4eb2f8f28d07
[ "GLWTPL" ]
permissive
Palak0519/C-programming
72af6cb9189c5ce4db1a52eb09788b5eec61f39f
0f1bea2716a8ecef04478605c252bd377553f8e4
refs/heads/master
2020-08-31T12:43:07.240951
2019-10-13T16:13:34
2019-10-13T16:13:34
218,694,232
0
0
NOASSERTION
2019-10-31T05:54:57
2019-10-31T05:54:56
null
UTF-8
C
false
false
209
c
//Library required for i/o functions #include <stdio.h> int main(){ int a; printf("Introduce un numero por teclado \n"); scanf("%d",&a); printf("Dato introducido: %d",a); return 0 ; }
[ "hromerolopez@protonmail.com" ]
hromerolopez@protonmail.com
3d362e326ce39157e0d0a480bdb7f2d772c1a715
d4240a19b3a97e8c4a39a7925e8046ead6642d19
/2016/Enceladus/Temp/StagingArea/Data/il2cppOutput/mscorlib_System_Predicate_1_gen2582948920MethodDeclarations.h
9030851c5fa7ed3730e0d75fe68370d12bb75c4d
[]
no_license
mgoadric/csci370
05561a24a8a6c3ace4d9ab673b20c03fc40686e9
9ffd5d0e373c8a415cd23799fc29a6f6d83c08af
refs/heads/master
2023-03-17T18:51:45.095212
2023-03-13T19:45:59
2023-03-13T19:45:59
81,270,581
2
3
null
null
null
null
UTF-8
C
false
false
1,730
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_Predicate_1_gen1132419410MethodDeclarations.h" // System.Void System.Predicate...
[ "goadrich@hendrix.edu" ]
goadrich@hendrix.edu
a5888c9d6cc52d72ecacf95d87a85c8bd15b0da9
9c7768edc094753833bba5bf7b3630b38ee852a3
/sdk/bsp/system/loaders/ble_suota_loader/sw_version.h
0dccabbd84ea9c9255045f8a0caa132aae956155
[]
no_license
lilincun/U6
59bf5e9c071e998ddee7afc0740e506635df8390
87a5881b8b6600aa61a491ce1c11df5da38f9624
refs/heads/master
2021-07-17T18:05:51.059765
2017-10-23T09:09:07
2017-10-23T09:09:07
107,958,498
1
0
null
null
null
null
UTF-8
C
false
false
152
h
#define BLACKORCA_SW_VERSION "1.0.0.1" #define BLACKORCA_SW_VERSION_DATE "2017-01-11 17:40 " #define BLACKORCA_SW_VERSION_STATUS "REPOSITORY VERSION"
[ "lilincun@163.com" ]
lilincun@163.com
4393f172e60c0ba7a29057cade3567ccb9c9550d
f45fe1d999f0d19bf4bd4feb7181fb9b49be5713
/8_ClientApp/app_main.c
d4630def5fc69d67478669a1a559029167d01b81
[]
no_license
zenxen1/C_workspace
620e35313aecb8fd5f3879b0d4283a24ad95d24c
4c2cee6fc5af6ceb9c921df2c9190022af91a835
refs/heads/master
2021-01-13T02:44:04.173481
2016-12-23T05:56:13
2016-12-23T05:56:13
77,201,206
0
0
null
null
null
null
UHC
C
false
false
2,597
c
#include <stdio.h> #include <WinSock2.h> #include <string.h> //#include <sys/socket.h> /* OS에 따라 네트워크 소스가 약간 틀리다 유닉스계열 : 컴퓨터의 역사 그 자체 우리가 알고 있는 시스템 프로그래밍 기술 및 네트워크 기술은 사실 모두 유닉스에서 출발한다... 솔라리스, mac os, 리눅스 공개,무료 + 빠르고 + 작고 + 인터넷 = 리눅스 90년대 핀란드 헬싱키 대학 리누스 토발즈.. 배포판-레드햇, CEntos, 우분투.. 버클리 대학 네트워크 프로그래밍 기술 고안 ...
[ "zenxen1@gmail.com" ]
zenxen1@gmail.com
95e0f10c1d5d335cdf4ff5ec75be87d72edf7629
3b7cdefcad1272ce9ef9b5a2ea6f6c36d4604a6f
/mcu/pcore/interface/modem/lte/l1edps/R12_LTE/l1edps_2DL2UL_fdd_basic_10.h
050933e3003428f782fb389c3463b118f280d6de
[]
no_license
junkyard-2327/TK_MD_BASIC_MOLY.LR12A.R3.MP.V110.6
ad79a26ed395d5b333b718a6b0913003b556f15e
04ebd402fe9472e0c2e3da5a296c11819307b929
refs/heads/master
2022-12-25T23:24:05.155209
2020-10-09T04:37:19
2020-10-09T04:37:19
301,968,967
2
1
null
null
null
null
UTF-8
C
false
false
10,264
h
/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained * herein is confidential. The software may not be copied and the information * contained herein may not be used or dis...
[ "null" ]
null
019ac2d765cbbea81eab51f35492dc347148b777
9df1c845da5272ed7338f1686b686d01eb520f23
/src/libhtm/htm_image.c
fbb12172c3f7b202568a971796c64697ef118d90
[]
no_license
neonatura/zio
fb394b8e392da268eb6e22ffde4991083e54d4b4
f4b2f12d9af8608fd8a05b0afc6c2f57f6492ccb
refs/heads/master
2021-07-10T09:57:12.810266
2021-03-28T02:08:03
2021-03-28T02:08:03
240,141,203
0
0
null
null
null
null
UTF-8
C
false
false
1,175
c
/* * Copyright 2020 Brian Burrell * * This file is part of libhtm. * (https://github.com/neonatura/zio) * * libhtm is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 2 of the License...
[ "bburrell.brian@gmail.com" ]
bburrell.brian@gmail.com
fc9f3751856cb579673f4404fc89c3bb3a5d33a8
10c22761a9b727f7bdcdefde9cab7eaacc7cee89
/src/post_porcessing_draw.c
312b2bcc91e2edb5f03b3fdf3135f53f46ab4fb5
[]
no_license
nipal/rtv1
bbfd0787f0c921b205cb712641a47bc768a8b17c
ba1bec86c8d717f1a8063e26c35dd445f5943392
refs/heads/master
2020-08-03T08:06:55.703232
2018-12-05T15:54:17
2018-12-05T15:54:17
73,549,709
0
0
null
null
null
null
UTF-8
C
false
false
2,344
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* post_porcessing_draw.c :+: :+: :+: ...
[ "serprev.z@gmail.com" ]
serprev.z@gmail.com
5eab1a5b96e9a1e08a410eea319cb29443730cc7
d9a1b6a43dbc23372d40dd2ed62ce4e0a5cdf75e
/vramfs.c
65951ba183cee63ffe27eec32d298898609d6748
[]
no_license
joncampbell123/vramfs
8fe26816cebf363e862275acf1ba044954c81b7c
fe15cade206b32e76c80a06cb8996fa79f77592b
refs/heads/master
2021-01-21T20:16:16.012150
2009-05-27T14:40:18
2009-05-27T14:40:18
92,210,227
4
0
null
null
null
null
UTF-8
C
false
false
34,639
c
/* vramfs.c * * main source file for pseudo-filesystem allowing video RAM * to be mapped and allocated as a filesystem (tmpfs for vram) * (C) 2008 Impact Studio Pro. Written by Jonathan Campbell. */ #include <linux/capability.h> #include <linux/semaphore.h> #include <linux/spinlock.h> #include <linux/vmalloc.h> #...
[ "jon@9187b49a-635f-0410-9781-df3728f6722a" ]
jon@9187b49a-635f-0410-9781-df3728f6722a
efe6d5958cfd4526ee360c5d0f814841a396a4f3
291d1c3171bd040b0010a7bdb3852ceebb1ccfcf
/atsplugin.h
04b00a1622ac58fa8b7f7975b2bda95552c9f5a0
[]
no_license
AlteredCarrot71/bve-plugin-os-ats
54dc99ee9b29ab023a6f87f3f3579fc034edaae2
a163043091da8e6b217094804a8834740adb7da3
refs/heads/master
2023-03-21T16:00:48.451347
2009-07-29T01:31:28
2009-07-29T01:31:28
null
0
0
null
null
null
null
UTF-8
C
false
false
4,672
h
//tarkistettu 180105 #ifndef ATSPLUGIN_H #define ATSPLUGIN_H #include <windows.h> #include "defs.h" #include "confload.h" #include "tools.h" #define ATS_EXPORTS #define abs(x) ((x) < 0 ? -(x) : (x)) #define swap(x, y, t) { t a=x; x=y; y=a; } //============================= // BVE ATS Plug-in Header F...
[ "ubuntu@paul.sladen.org" ]
ubuntu@paul.sladen.org
a71b606447abf0fec91bc8da0b552badd7efc91d
c07d5913ecf3a23e5ba5b7fb1ed5f39550a86e96
/DevTools/newcom.c
19fcae149149e07d0955cb39b005252fffa1e804
[ "MIT" ]
permissive
stackprobe/Factory
41777490800b30a02ba80286b536c1e9a80f2b4f
0aef20aefba7a080f12652230790a18ce17c2795
refs/heads/master
2022-11-24T15:50:59.412175
2022-11-05T17:46:59
2022-11-05T17:46:59
37,094,911
2
1
null
null
null
null
SHIFT_JIS
C
false
false
1,014
c
/* newcom.exe コンポーネント名 */ #include "C:\Factory\Common\all.h" static void CopyResFile(char *file, char *name) { char *localName = strx(getLocal(file)); localName = replaceLine(localName, "Riot", name, 1); copyFile(file, localName); memFree(localName); } static void CreateRiotComponent(char *name) { LOGPOS(); ...
[ "stackprobes@gmail.com" ]
stackprobes@gmail.com
fa080139fa9785b7ed503c6be58c236c67945441
4521051acfb4d83aa88a66494ff416a02e34f365
/rabitandtortoise/rabit.c
f1693fd86df4bc534d09ece4ceb448dfb7340d7a
[]
no_license
Yatheesha1/c-c-_opengl-rabitandtortoise
dbb0db4bab59c3a1d181b8c80922d2e428ab67e6
143a3067574a6580ea0ba698f28cfc0c84f10d8f
refs/heads/master
2020-11-30T04:18:10.012012
2017-07-11T09:06:04
2017-07-11T09:06:04
96,873,526
0
0
null
null
null
null
UTF-8
C
false
false
3,782
c
void rabbitdraw(int y) { const float a[] ={48,56 , 45,56 , 44,56 , 38,57 , 34,61 , 30,63 , 21,69 , 18,72 , 15,76 , 12,82 , 11,87 , 9,91 , 9,91 , 5,97 , 4,100 , 3,102 , 2,105 , 2,109 , 2,113 , 8,116 , 10,118 , 19,122 , 21,124 , 26,128 , 29,128 , 33,129 , 37,131 , 40,132 , 46,132 , 48,132 , 52,130 , 60,123 , 63,114 , 63,...
[ "yatheesha.sunnara.k@gmail.com" ]
yatheesha.sunnara.k@gmail.com
000dedf999ec7fe82cdd0fb505e3c25591a52098
5f4e54a2e601b2f69526170cc2af267a77920461
/bkgestimation/metbin/QuickVRPlotsDataphoton.C
6ed5c6ea82b0a2c76014fe5cd4145ee2b3d5113e
[]
no_license
uttiyasarkar/MacroCWRSUS19013
e09c3ec55a64ad17aef0011bf9e28086fcde629d
360053e2b8064784fb42c5abafb5dcd839ae836c
refs/heads/master
2022-11-06T23:31:44.149518
2020-06-19T16:45:36
2020-06-19T16:45:36
273,538,971
0
0
null
null
null
null
UTF-8
C
false
false
13,349
c
#include "CMS_lumi.C" #include "tdrstyle.C" void QuickVRPlotsDataphoton(){ gROOT->LoadMacro("CMS_lumi.C"); gROOT->ProcessLine(".L tdrstyle.C"); gROOT->ProcessLine("setTDRStyle()"); gStyle->SetOptStat(0); //gStyle->SetErrorX(0.00000000001); TChain dataTree("data");//=(TTree*)inputFile2016->Get("T5HH...
[ "uttiyasarkar@gmail.com" ]
uttiyasarkar@gmail.com
dafa4e1b896f9638bcd6579e051cbb589b68d9d5
0c07e771897c75b2a34642e802cbac35c6f5beb3
/chapter2/two_func.c
6412c2c9ac48d671f4ff4867a5d7618d697c3bae
[]
no_license
Leethring/c-primer-plus-code
eeff0a46aafedbd19da37d32205ac2878c91b8e0
978ebe61e830bec9c7430952e1f3ce669536fced
refs/heads/master
2020-09-27T20:46:21.672580
2020-03-26T03:43:04
2020-03-26T03:43:04
226,606,242
0
0
null
null
null
null
UTF-8
C
false
false
650
c
/************************************************************************* > File Name: two_func.c > Author: > Mail: > Created Time: Sun 08 Dec 2019 02:34:29 AM UTC ************************************************************************/ #include<stdio.h> //* two_func.c -- a program using two functions in one ...
[ "15216601917@163.com" ]
15216601917@163.com
7a15280ed80456c6f9a97d5b3f555562eb38360f
2135dcebe1afdebc268ca318a1da86f056be470e
/11/ou1206-ans.c
baefcf06eb25ec6bfcb9c840e59bf379b2ed0708
[]
no_license
Tattsum/c
ec8207ffb64e190dabda59a89453d04611a383b4
5baf07eb00e68154cb74457eda52d54028be8f10
refs/heads/master
2021-08-08T13:22:15.026488
2017-11-10T11:00:08
2017-11-10T11:00:08
107,403,515
0
0
null
null
null
null
UTF-8
C
false
false
1,035
c
/* ou1206.c */ #include <stdio.h> /* size個 の入力されたデータを 配列の先頭から順番に格納する */ void readIntArray(int a[], int size) { int i; for (i = 0; i < size; i = i + 1) { printf("%d 番目? ", i+1); scanf("%d", &a[i]); } } //要素数size の整数配列 a の中の二番目に大きい値を返す. int maxsecondIntArray(int a[], int size) { int i, ...
[ "kurohari35@gmail.com" ]
kurohari35@gmail.com
4fe7584519059d70cb12e8bb3611ab8a555f587a
ec8b4307b6909dc9ef1c365188152a8c4af4497a
/src/bstream/test.c
4f44c80165a473344f72571aa627e7694edf6cc5
[ "Apache-2.0" ]
permissive
wangziqi2016/GenStruct
afaa8f8503a187d3bcf715eeb427b9e1ce1f1f22
eed37952580d19fc63fc375b8e737d71b7736ae8
refs/heads/master
2022-12-25T06:22:31.117808
2020-10-03T04:54:13
2020-10-03T04:54:13
277,221,157
1
0
null
null
null
null
UTF-8
C
false
false
6,954
c
#include <time.h> #include "bstream.h" void test_advance() { TEST_BEGIN(); bstream_t *bstream = bstream_init_size(32); // Buffer size is 32 bytes bstream_advance(bstream, 0); // Corner case assert(bstream_get_byte_pos(bstream) == 0 && bstream_get_bit_pos(bstream) == 0); bstream_advance(bstream, 8); // Singl...
[ "ziqiw@mit.edu" ]
ziqiw@mit.edu
4d0bf9c838d424f40982d6824a57ca2d868f8d2c
59beaffac1891dd616645d2adee6508929e4af47
/projecteuler/tst/names.h
5cffebf4dc9ce52128b74999f3ab2cdf1bdf1658
[]
no_license
terryyin/projecteuler
becc0050c577647c06241737e977715ec37f429c
aae6d4408c31cf61b32335ac11136aabd9d66462
refs/heads/master
2021-01-18T16:28:39.212993
2012-10-11T13:42:33
2012-10-11T13:42:33
null
0
0
null
null
null
null
UTF-8
C
false
false
46,534
h
#ifndef NAMES_H_ #define NAMES_H_ const char * names[] = { "MARY","PATRICIA","LINDA","BARBARA","ELIZABETH","JENNIFER","MARIA","SUSAN","MARGARET","DOROTHY","LISA","NANCY","KAREN","BETTY","HELEN","SANDRA","DONNA","CAROL","RUTH","SHARON","MICHELLE","LAURA","SARAH","KIMBERLY","DEBORAH","JESSICA","SHIRLEY","CYNTHIA","ANGE...
[ "terry@odd-e.com" ]
terry@odd-e.com
f3a5fc895fbd6c88694d62e5a28ae31da4167733
742ae8edbe35ca69a3fe4aaeafbb4e06e2faa0df
/FileProcessing/HW6-B tree/code/btree.h
1a8714dbfa038dba526a696dde37522375d5a070
[]
no_license
HongFe/CS_KookminUniv
a8eb4be660b8e7fffb9a7fc6b68954abcaccbbd4
8d824816b9789d989a43796ee00e8d1510a87efd
refs/heads/master
2021-01-10T20:36:43.396013
2015-06-21T15:26:45
2015-06-21T15:26:45
31,885,594
1
1
null
null
null
null
UHC
C
false
false
2,760
h
#include <stdio.h> #include <malloc.h> #include <string.h> #define DEGREE 3 /* B-트리의 차수 */ //#define DEGREE 4 /* B-트리의 차수 */ #define MAX_ELEMENTS 1000 /* 입력되는 key의 최대수 */ /* global variables */ FILE* pInputStream; /* input 화일의 핸들 */ FILE* pOutputStream; /* output 화일의 핸들 */ struct NODE { /* B-트리 노드구조 */ int...
[ "bbcyo@naver.com" ]
bbcyo@naver.com
4f1bf8f095daa82a58c0892e393827bd1972164b
4bab98acf65c4625a8b3c757327a8a386f90dd32
/ros2-windows/Lib/site-packages/statistics_msgs/msg/_statistic_data_type_s.c
b0e30a702c830049e560ef5f569415c3e45e742f
[]
no_license
maojoejoe/Peach-Thinning-GTRI-Agricultural-Robotics-VIP
e2afb08b8d7b3ac075e071e063229f76b25f883a
8ed707edb72692698f270317113eb215b57ae9f9
refs/heads/master
2023-01-15T06:00:22.844468
2020-11-25T04:16:15
2020-11-25T04:16:15
289,108,482
2
0
null
null
null
null
UTF-8
C
false
false
2,766
c
// generated from rosidl_generator_py/resource/_idl_support.c.em // with input from statistics_msgs:msg\StatisticDataType.idl // generated code does not contain a copyright notice #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION #include <Python.h> #include <stdbool.h> #ifndef _WIN32 # pragma GCC diagnostic push # pra...
[ "aidencfarrar@gmail.com" ]
aidencfarrar@gmail.com
bedbefccb3e939b23e7f80894515c05710b84cb4
ff46f6414b6524fec471268eff393a61de983426
/5_s_algs/C-aux-20200331/sort.c
73debd4a62772bf85ffa50f1c25475cf79fca53b
[]
no_license
barucc/ASD
bebdaf586a1a6936e956e586b739eec6c58cd4f9
3c86b76d8e733df9482ca71301d960890f609d4e
refs/heads/master
2022-09-26T17:42:00.671409
2020-05-30T13:28:16
2020-05-30T13:28:16
261,520,915
0
0
null
null
null
null
UTF-8
C
false
false
1,181
c
#include <stdio.h> #include <stdlib.h> #include "types.h" void mergeSort(array *a) { //~ fprintf(stdout, "mergeSort currently not implemented.\n"); mergeSort_(a->arr, 0, a->size-1); return; } void heapSort(array *a) { //~ fprintf(stdout, "heapSort currently not implemented.\n"); heap_sort(a->arr, ...
[ "barreca.1736423@studenti.uniroma1.it" ]
barreca.1736423@studenti.uniroma1.it
0012e2fcc697990babeb15f637eb1429f0a12ed9
7c6b61cc80e518e090ced1f5530162f9341bbbe4
/libft/ft_strequ.c
b9be2e6851000750ae4d08e5ccc14814156dce8e
[]
no_license
thegell/fillit
7ffa7c18b8085f274b5710f0e181c18592bb7944
1c9a2ebb40ea07b799a6295cedc8162a7f418821
refs/heads/master
2020-04-26T20:05:01.747423
2019-03-04T18:19:46
2019-03-04T18:19:46
173,797,633
0
0
null
null
null
null
UTF-8
C
false
false
1,148
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strequ.c :+: :+: :+: ...
[ "theogell@e3r12p3.42.fr" ]
theogell@e3r12p3.42.fr
e03d8da9501fcedb6eceaa5d8e0caed11a06c550
b716010b7dfeb7b64fe633e7dc49f0af2db0a6a3
/xsens_driver/include/xsens_driver/xsens_file.h
73c6a2150122242ea3a11ae0b8cf10fb56087042
[]
no_license
DaniSagan/youbot-xsens-controller
ad664ab8ebde48c91b7ec7a70045c178ccfb0c8c
c7b544e871b7f10e600b7d941eae79f0c944a0eb
refs/heads/master
2020-05-17T16:32:31.096556
2013-10-30T11:59:17
2013-10-30T11:59:17
null
0
0
null
null
null
null
UTF-8
C
false
false
813
h
#ifndef XSENS_FILE_H #define XSENS_FILE_H #include <stdio.h> #ifndef XSENS_MONOLITHIC #ifndef _PSTDINT_H_INCLUDED # include <xsens_driver/pstdint.h> #endif #endif #ifndef _WIN32 # include <sys/types.h> #endif #ifdef _WIN32 typedef __int64 XsensFilePos; #else /* off_t is practically guaranteed n...
[ "danielfervilus@gmail.com" ]
danielfervilus@gmail.com
d829bb52445e8054c4bba27ef10170944171c12f
070a8a2dd917821263f1989fb56c9b829ce2ffa6
/Chapter15/select.c
bb48207b8204737bf3d3e395c638796b6c2be0ee
[]
no_license
HeterogeneousChao/BeginningLinuxProgramming
34d04a7558a3d87f5e8478b6d9ebbe941de8cd24
6654dab3a9f12b69d035f3eb81a3bc7bb0f9aed0
refs/heads/master
2021-06-01T06:14:10.294116
2016-06-11T13:04:24
2016-06-11T13:04:24
null
0
0
null
null
null
null
UTF-8
C
false
false
890
c
#include <sys/types.h> #include <sys/time.h> #include <stdio.h> #include <stdlib.h> #include <fcntl.h> #include <sys/ioctl.h> #include <unistd.h> int main() { char buffer[128]; int result, nread; fd_set inputs, testfds; struct timeval timeout; FD_ZERO(&inputs); FD_SET(0, &inputs); while (1) { testfds = ...
[ "479680168@qq.com" ]
479680168@qq.com
0f385e085f283861e64264eed2934d3a915861ef
057c906b8f0dfc09d902a3ca12a3ce35bc7b7db8
/MacOSX10.15.sdk/System/Library/Frameworks/CoreVideo.framework/Versions/A/Headers/CVPixelBuffer.h
16f30ef82b2d337688f30779d642e537e9545e5c
[]
no_license
aquigni/macos-sdk
9caf5e9fe9060159c7bcc73054b95b7e644013e3
37f5597e81c234d6b0eaa8449ba0681aaedfcbae
refs/heads/master
2022-01-05T16:08:18.817490
2019-06-20T01:28:51
2019-06-20T01:28:51
192,815,987
0
0
null
2019-06-19T23:13:55
2019-06-19T23:13:55
null
UTF-8
C
false
false
30,351
h
/* * CVPixelBuffer.h * CoreVideo * * Copyright (c) 2004-2015 Apple Inc. All rights reserved. * */ /*! @header CVPixelBuffer.h @copyright 2004-2015 Apple Inc. All rights reserved. @availability Mac OS X 10.4 or later, and iOS 4.0 or later @discussion CVPixelBuffers are CVImageBuffers that hold the pix...
[ "i@a-u.me" ]
i@a-u.me
b5048ad461413feae95e432c912e779c84de7f3c
a5818625bd62c689fdc38973dad5a622069de239
/task3/Q3_A.c
218debf70c762d2cfab159ef6160fad290e3a6d0
[ "Apache-2.0" ]
permissive
yuri1992/AdvanceProgrammingC
248e04ada9e4568c96fa26bdad31b8bef3612d35
7f5c56e9f29c827386eb495bcb1b03db410d1ca6
refs/heads/master
2021-01-21T12:58:16.566256
2016-05-28T13:21:56
2016-05-28T13:21:56
53,770,724
1
0
null
null
null
null
UTF-8
C
false
false
6,372
c
/* * Q3_A.c * by Yuri Ritvin 316961101 * Task 3 - Linked List * MTA */ #include <stdio.h> #include <stdlib.h> typedef int BOOL; #define FALSE 0 #define TRUE 1 typedef struct XlistNode { int *dataPtr; struct Ylist *yCordList; struct XlistNode *next; } XListNode; typedef struct YlistNode { int *da...
[ "yuri.ritvin@pipl.com" ]
yuri.ritvin@pipl.com
3b72c27f678bd3b9b8f1a14e0fbe53a7e501cacd
37d8f7b48207288bf318d6d326d4521c281e6604
/s05e01_coelhos/magic.c
8eb067b540778de57b07e1234eeef2f759cdc6a7
[]
no_license
senapk/fup_2019_2
e456c1082cc3086410e9bfc2a33ff575f6faef2e
3ece697906f8a9b76a1aec8a400886befb51ac4f
refs/heads/master
2020-07-01T09:04:15.724164
2019-11-01T18:16:10
2019-11-01T18:16:10
201,119,457
4
1
null
null
null
null
UTF-8
C
false
false
10
c
int b = 7;
[ "sena.ufc@gmail.com" ]
sena.ufc@gmail.com
0adb3817d9cffd9dfcc831625303e84a59d66f89
54e0bd4733c2d519ce915f9980fd4b65fcbdaae3
/Example/Pods/Headers/Private/CFLAppConfig/CFLAppConfigEditActionCell.h
4b3fd7127c483bfc15bea0e25e2f010fa2cf7f67
[ "MIT" ]
permissive
crescentflare/CFLAppConfig
77696c743f6c4adaa3860edfae3f58f0c9c2109c
9e3fa72d9542957646af6f62ba7120f7828879f7
refs/heads/master
2020-12-24T22:06:16.936468
2018-10-06T12:54:11
2018-10-06T12:54:11
56,439,834
0
0
null
null
null
null
UTF-8
C
false
false
98
h
../../../../../CFLAppConfig/Classes/ViewController/EditAppConfig/View/CFLAppConfigEditActionCell.h
[ "johan@Johans-MacBook.local" ]
johan@Johans-MacBook.local
cc3950a981b66167db069fba95aa808e15c6cd7f
254259092a62b5b540c6e5ce88ea1d894bcdd16c
/Untitled5.c
083166175e68d425a2a957bdd3d6790f405d8a5e
[]
no_license
Balwinder1012/C-C-Coding-Practice
e9548af3b22989fe381e5a6412d83472c7055f7c
4e58c22ce72ea8b23a1b6bdab8ebb6c7d85dcab1
refs/heads/master
2021-08-31T19:02:28.303588
2017-12-22T13:24:30
2017-12-22T13:24:30
115,028,502
0
0
null
null
null
null
UTF-8
C
false
false
1,153
c
#include <bits/stdc++.h> using namespace std; int main() { int q; cin >> q; for(int a0 = 0; a0 < q; a0++){ int n; int m; long x; long y; cin >> n >> m >> x >> y; int adjMat[n][n]; memset(adjMat,0,sizeof(adjMat)); for(int a1 = 0; a1 < m; a1++...
[ "balwinder1012@gmail.com" ]
balwinder1012@gmail.com
501c97bcf0a32543cadf7edaabdfaa98d7ce9266
1e08c6c0fff0ff36c1257768e68283c88b1a13e9
/editor.c
3df4491a9dbbc26d469af9d2cb6099d07abdeb74
[]
no_license
Digiskyy/Crazy-Fight
9317a93e07de51fdd03dced062fe16def11d141f
ecb39bcbba57cd60a3d0acb1abd12e3eb5d8133c
refs/heads/master
2020-04-07T09:41:42.910370
2018-12-19T22:27:58
2018-12-19T22:27:58
158,261,734
3
0
null
2018-12-13T20:04:20
2018-11-19T17:03:29
C
ISO-8859-1
C
false
false
7,418
c
/** * @author Aurélien BLAISE * @date november 2018 * @version 1.0 * @brief Handles the level editor */ #include <stdlib.h> #include <stdio.h> #include <SDL2/SDL.h> #include "events.h" #include "map.h" //#include "display.h" Why shouldn't I include this file because I use load_image() from it ? #include "consta...
[ "a-blaise@orange.fr" ]
a-blaise@orange.fr
12a8fa0c48c57d5b7db31091b0a42bde35d73b66
04d39aecbc3ef2fedc177a36de26071a7b294bbd
/PartA.c
09c498c0a2c83a071cda5063db27e0d4c6812f0b
[]
no_license
YuvalHarush/Task3
b323c63a83cefe64c48020ffab1d3c5bb5e437aa
dddea01f72581b34145012cdeac20d7492769b3e
refs/heads/master
2020-11-26T14:26:27.614730
2019-12-20T20:09:53
2019-12-20T20:09:53
229,102,982
0
0
null
null
null
null
UTF-8
C
false
false
1,585
c
#include <stdio.h> #include "Sorting.h" #define size 50 void PartAQuestion (){ int arrs [size]= {NULL}; int temp =0; int num=0; int flag1=0; int element_index= 0; int max_num=0; printf ("PART ONE- SORTING:\n"); printf ("\n"); printf ("An array with 50 numbers is going to be set\n"); printf("ple...
[ "noreply@github.com" ]
YuvalHarush.noreply@github.com
08546f6c9e75dd1b371aef61a239efc03ff3bab9
3e39d462446d440d272b2882381810ae3f945a40
/w6p1.c
4ff4822a43336a5c0dd0de28cff2ba5429d10e0c
[]
no_license
nasimkhd/Product
c8b9e8c5307e107d92f9eca419055f588184433a
dbf363483e518916f72a76fd00b160c506c110c6
refs/heads/main
2023-03-17T21:00:01.875325
2021-02-28T07:47:34
2021-02-28T07:47:34
343,048,935
0
0
null
null
null
null
UTF-8
C
false
false
3,092
c
#define _CRT_SECURE_NO_WARNINGS // System Libraries #include <stdio.h> // User Libraries #include "w6p1.h" // 1. Get user input of int type and validate for a positive non-zero number // (return the number while also assigning it to the pointer argument) int getIntPositive(int *number) { int num...
[ "noreply@github.com" ]
nasimkhd.noreply@github.com
b15d59023699846b238590c34d823e6c8764a999
398c4ed4478b733d9578625fedb6230fa3a89e0f
/sdk_2.0.x_8_29/src/egn/lib/sgn_dbg.c
84f502f234ef6763933c2d3cf7eb7a1f8bbe3ca4
[]
no_license
zhouyouMusic/usually_learning
5b59f66ba5401e2c1765b1d211e2ae00debf87a3
9aac50a796c6496343159cb95bd57f87015f4e77
refs/heads/master
2020-03-13T18:14:33.463144
2019-08-30T08:35:33
2019-08-30T08:35:33
131,232,101
0
0
null
null
null
null
UTF-8
C
false
false
3,000
c
/* * Copyright (c) 2014-2018 Cesanta Software Limited * All rights reserved * * 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 * * ...
[ "root@localhost.localdomain" ]
root@localhost.localdomain
8815f68468d565e5e57d6bd293c625480a4ac5e7
f54e190986325926de1f75cc45ceef71404896f5
/sim_header.h
6efa00dad5730aa188b471e18f036c16a7b59c87
[]
no_license
tuliopereirab/pyConv
5245e81fc484b24dfde8b7b1e90a53bda5ab35cd
8bc36efdca028d151183ef6b44b1ca32d10c2b5e
refs/heads/master
2020-08-06T23:24:49.445471
2019-06-06T20:34:46
2019-06-06T20:34:46
213,196,984
3
0
null
null
null
null
UTF-8
C
false
false
1,822
h
#include <stdio.h> #include "sim_error.c" #include "sim_function.c" #include "sim_main.c" #include "sim_memExt.c" #include "sim_pilha.c" #include "sim_ula.c" #include "sim_apoio.c" #include "sim_instr.c" //#include "controle_variaveis.c" // --------------------------- // sim_apoio.c int bin_to_dec(char bin[]); char *...
[ "tulio.pereirab@gmail.com" ]
tulio.pereirab@gmail.com
0b28c6e032024b3aae4d5b83ca1e99c296410e1f
1ad4dd5261a185f3cf92d7fd3226de28679747c5
/kernel/drivers/dma/sh/usb-dmac.c
31a145154e9f26a8562e51223cffa50e65352075
[ "Linux-syscall-note", "GPL-2.0-only", "MIT" ]
permissive
oslab-swrc/libmpk
b30c8fa2eea834a8ab441fdd9f7789296781ec17
a0b20ab8819d60d22d2a90f0d54eccae40ae6b05
refs/heads/master
2022-05-01T01:36:07.491532
2022-03-18T05:44:14
2022-03-18T05:44:14
223,290,854
0
0
MIT
2019-11-22T00:30:13
2019-11-22T00:30:12
null
UTF-8
C
false
false
23,624
c
/* * Renesas USB DMA Controller Driver * * Copyright (C) 2015 Renesas Electronics Corporation * * based on rcar-dmac.c * Copyright (C) 2014 Renesas Electronics Inc. * Author: Laurent Pinchart <laurent.pinchart@ideasonboard.com> * * This is free software; you can redistribute it and/or modify * it under the te...
[ "spark720@gatech.edu" ]
spark720@gatech.edu
541756df73233d1a7c0317a291502ed842b4fc91
ecd89b43e134294f17010591bc15aa0bf258eb05
/libft/ft_swap_int.c
44adc0ffffdae3079cb053b1495fe18737721522
[]
no_license
abelikov5/remote_fdf
eb154cc14ee68a75b4076abbffe6a60540e6ccd4
0655f72735e146d1751a789edca4a1b6b3916eb4
refs/heads/main
2022-12-29T22:20:01.997058
2020-10-20T11:40:43
2020-10-20T11:40:43
305,688,097
0
0
null
null
null
null
UTF-8
C
false
false
1,032
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_swap_int.c :+: :+: :+: ...
[ "abelikov@inbox.ru" ]
abelikov@inbox.ru
7e9f41d964919834ce0ea3ae7db8b8fdf537ec76
c3833e15794526a26e532e6a7662a0cea8a11640
/App/BSP.C
210504f3f96fb677341a78d7f12cf891ee7578f3
[]
no_license
SFecho/UCOSiii-x86
263547ead19979de130abe9d2d2ec157ff750536
80667acbe04ec0948896b930d012839a2e5aa64f
refs/heads/master
2021-04-15T12:03:55.477697
2018-03-26T12:37:41
2018-03-26T12:37:41
126,826,254
0
0
null
null
null
null
UTF-8
C
false
false
11,321
c
/* ************************************************************************************************************************ * uC/OS-III * The Real-Time Kernel * * (c) Copyright 2009-2011...
[ "simonfuecho@163.com" ]
simonfuecho@163.com
970a140d4a3abf22bb4803902dd40207b763488c
103359fa884f586dcd8ddf066314aaa81181dfca
/ATCwatch/accl.h
3ec6745e76b4f97630a52ff8c7c4141dcac1dd49
[]
no_license
GitJer/ATCwatch
fe8a69955b3a0bdc960dba98dd6679aec49c5ed2
398752662a191e12b762f3d274cdbaeab41f2b5d
refs/heads/master
2022-09-26T00:25:35.586750
2020-06-03T11:47:16
2020-06-03T11:47:16
null
0
0
null
null
null
null
UTF-8
C
false
false
850
h
#pragma once #include "Arduino.h" #include "bma421.h" struct accl_data_struct { float x; float y; float z; float temp; uint32_t steps; uint16_t result; uint8_t activity; uint16_t interrupt; }; void init_accl(); void reset_accl(); void reset_step_counter(); bool acc_input(); bool...
[ "noreply@github.com" ]
GitJer.noreply@github.com
52ebc3460db0c12b696bc1d93cee543e75bf0e71
9ca26f7c1a2cc853733e797ed92c70f23d05af62
/symtab.h
088e91da4683c4f53cde516764fd3cb6b4053e71
[]
no_license
LeeDongSeung/Compiler2019
2c74a416a0334814707c9192faccb8fc1740df63
f37c473e2250730cb673865fdfb1637aa0db7485
refs/heads/master
2020-05-17T22:28:17.825465
2019-05-14T08:59:11
2019-05-14T08:59:11
184,002,194
0
1
null
2019-05-14T15:13:57
2019-04-29T04:57:29
C
UTF-8
C
false
false
1,799
h
/*******************************************************/ /* File : symtab.h */ /* symbol table interface for the TINY compiler */ /* (allows only one symbol table) */ /* Compiler Construction: Principles and Practice */ /* Kenneth C. Louden ...
[ "cse20161616@cspro9.sogang.ac.kr" ]
cse20161616@cspro9.sogang.ac.kr
5bed1f985ec0984967d471932c1f735f6b834c87
7240beaab82c50a094fa370d5cf42a00fe864859
/app/src/main/cpp/common/CommonTools.h
49989893f70d33c124558f7133122db82ba07d06
[]
no_license
xiongliang120/FFmpegPratice
8da2cf8c1ff25393bf1c7de6e17cfb29acafdb8a
e44643c683290e3f605d89b406683accc4b8db8a
refs/heads/master
2020-05-17T00:54:12.114212
2020-04-05T06:34:07
2020-04-05T06:34:07
183,411,542
0
0
null
null
null
null
UTF-8
C
false
false
3,958
h
#ifndef SONG_STUDIO_COMMON #define SONG_STUDIO_COMMON #include <jni.h> #include <android/log.h> #include <stdio.h> #include <sys/time.h> #include <math.h> #include <stdlib.h> #define MAX(a, b) (((a) > (b)) ? (a) : (b)) #define MIN(a, b) (((a) < (b)) ? (a) : (b)) #define UINT64_C uint64_t #define INT16_MAX ...
[ "1208868246@qq.com" ]
1208868246@qq.com
031f3a4efac4d8b975587476c741ce05bf474172
1e4ab81c1bfc8d7cffd60ff7634e28d60afcd7f8
/BotCode/pins.h
7923d8f0ae76ce4874e4af06cf172ce62bfb9667
[ "MIT" ]
permissive
MSE-Team1/DesignProject
04a704b6e9722732065ba3e682b0bcdc42344a00
521513b16b74400db34ad1cdc2fa02d78438c39a
refs/heads/master
2021-02-13T21:26:31.156940
2020-04-01T04:56:11
2020-04-01T04:56:11
244,735,153
0
0
null
null
null
null
UTF-8
C
false
false
1,025
h
#ifndef PINS_H #define PINS_H //port pin constants const int ci_Ultrasonic_Ping = 2; //input plug const int ci_Ultrasonic_Data = 3; //output plug const int ci_Charlieplex_LED1 = 4; const int ci_Charlieplex_LED2 = 5; const int ci_Charlieplex_LED3 = 6; const int ci_Charlieplex_LED4 = 7; const int ci_Mode_Button = 7;...
[ "inzukyle@gmail.com" ]
inzukyle@gmail.com
9715abd3afe8a998772e189a6eb6331f15f25d4f
c3374a8838874e4f12c28bb658e6b300bc867d36
/Palyground/arraySize/arrsize.c
9effec8c292e5b4ac512ff3465d53f751c908871
[]
no_license
rodrigombsoares/ime
8f53825029cef100d6f45bd44e19038bd567e05f
adee2f177737b593844c86c87b9fdbeecbb22000
refs/heads/master
2020-04-22T19:12:41.819491
2019-02-26T13:59:30
2019-02-26T13:59:30
170,601,317
0
0
null
null
null
null
UTF-8
C
false
false
300
c
#include <stdio.h> #include <stdlib.h> int main() { int arr[4] = {10, 2, 3, 4}; int *arrcp; size_t size = sizeof(arr); printf("%lu", sizeof(arrcp)); arrcp = malloc(10*sizeof(int)); size_t sizecp = sizeof(arrcp); printf("%lu", size); printf("%lu", sizecp); free(arrcp); return 0; }
[ "rodrigombs@zatio.com" ]
rodrigombs@zatio.com
cfa5b46a5bb9ce8d0bc9ed7ef7bce0cc33245818
5bb4a734fc4f361671b3e8ff02bba09ff5ab783e
/Temp/Objects/SampleText/4PP065_0571_P74/Libraries.h
3d01a5476b0f230fce0146931a45afc8908c8537
[]
no_license
nikitabondarenko123/lab2
d7634e7a84cdd6cd68371c31cee5940063a728c2
3c774671c94a72a0786e6d8471c93942767f7710
refs/heads/master
2020-11-29T01:55:59.736105
2019-12-24T18:09:56
2019-12-24T18:09:56
229,985,298
0
0
null
null
null
null
UTF-8
C
false
false
34,525
h
/* Automation Studio generated header file */ /* Do not edit ! */ #ifndef _LIBRARIES_20191023180115_ #define _LIBRARIES_20191023180115_ __asm__(".section \".plc\""); /* Used IEC files */ __asm__(".ascii \"iecfile \\\"Logical/Libraries/Runtime/runtime.fun\\\" scope \\\"global\\\"\\n\""); __asm__(".ascii \"iecfile \\\...
[ "The_demp1@mail.ru" ]
The_demp1@mail.ru
3922a4059652ad369119a242be4871de0f550e4e
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/net/wireless/ti/wl18xx/extr_debugfs.c_wl18xx_debugfs_add_files.c
730af6318a48c628d58ae84a5265aa7b33eaac90
[]
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
12,812
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
8de4afda62b3ea916b88044454446934a07d8da7
9ef00bc92a13e2349b0400754e0daf4e27e56572
/include/my_event.h
31edb1e33a4686d21d5daeb60eb2f88723814bd9
[]
no_license
smbss1/MUL_my_runner_2019
1a6f505e31cf7785df75fb282eb8dae147193835
370cd3a338454fdedad73fc14c0a4e3a7dd7edb2
refs/heads/master
2020-12-27T14:43:08.936752
2020-02-03T10:43:58
2020-02-03T10:43:58
237,939,798
0
0
null
null
null
null
UTF-8
C
false
false
223
h
/* ** EPITECH PROJECT, 2019 ** my_event ** File description: ** Header Event Container */ #ifndef _MY_EVENT_ #define _MY_EVENT_ typedef struct listener_t { char *name; void (*handle)(void *); } listener_t; #endif
[ "besseausamuel@pop-os.localdomain" ]
besseausamuel@pop-os.localdomain
e236da89779c2b940d0c213c964c5f993b018b29
048ee96843bd3bc45ad1cb3358e547b63bfae202
/Components/hal/target/CC2530EB/复件 (2) hal_lcd.c
4d40a69300d659bb36e06c97861b9d733f4efe41
[]
no_license
CadConsultants/ZigBee-4
ed0852724c5287243178ef9b1c5a462013ad4a45
b61e63dba960fea426585966dbe9c82b4df5f78d
refs/heads/master
2020-12-11T09:18:07.004204
2013-11-30T13:20:35
2013-11-30T13:20:35
null
0
0
null
null
null
null
GB18030
C
false
false
15,232
c
#include "LCD128_64.h" #include "Font.h" #include "hal_lcd.h" /**************************************************** * B) Command Table per device * ****************************************************/ #define DisplayOff 0xAE #define DisplayOn 0xAF #define DisplayStart 0x40 #define PageAddr 0xB0 #de...
[ "cheukyinyip0077@gmail.com" ]
cheukyinyip0077@gmail.com
5dd3ecee70d77db4f8fee3893845bc1fe67c3e6e
1e9070696509f8915ec6405fddcf0d442cec316f
/src/history.c
10a432be5571bf5ab91179476ee83a797f27dce5
[]
no_license
cdelouya/42sh
15b6162ed91cd76fb6feaa153aeb9624e11bbd37
419e3308b140506d5ae5af1372e4f9a9a107ae77
refs/heads/master
2020-12-24T18:03:53.175117
2014-02-16T14:50:49
2014-02-16T14:50:49
16,887,641
2
1
null
null
null
null
UTF-8
C
false
false
2,619
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* history.c :+: :+: :+: ...
[ "hadrienestela@gmail.com" ]
hadrienestela@gmail.com
22a755b103f876d07bcbf1021188987fca5dd078
6f3e0000993816afa03d64c5a02b94fca2931200
/sys/miscfs/genfs/layer_vfsops.c
cce7416273353218369cb47b050ea1ca5294fc81
[]
no_license
fallen/NetBSD6
b6dc7a2593846816b8cb6f47cf26054ca2811667
44e0ac4ada812ace1f9ca8ce4792e287d83bd951
refs/heads/master
2022-04-09T14:50:47.274147
2020-03-08T14:01:38
2020-03-08T14:01:38
8,187,676
2
2
null
2020-03-08T14:01:39
2013-02-13T20:57:45
null
UTF-8
C
false
false
9,178
c
/* $NetBSD: layer_vfsops.c,v 1.41 2012/05/31 16:08:14 pgoyette Exp $ */ /* * Copyright (c) 1999 National Aeronautics & Space Administration * All rights reserved. * * This software was written by William Studenmund of the * Numerical Aerospace Simulation Facility, NASA Ames Research Center. * * Redistribution a...
[ "yann.sionneau@gmail.com" ]
yann.sionneau@gmail.com
0e15fab6a8a8a50db33c30b9504a2697a8ee63f1
0c0dac0626aaadd561e250fb47eeede8312d5d82
/sys/arch/sparc64/dev/environ.c
a99d22f196aa6a6a0477637c4ce6fb1c0b6f1386
[]
no_license
arekinath/openbsd-6.9-a3
5c25a287c481699a09c9c4630c5c773a38412e0a
744a280e5e7d8e71664847a5d9a9693e80f7f5ec
refs/heads/main
2023-08-19T04:33:48.119966
2021-10-05T02:07:50
2021-10-05T11:12:50
413,786,977
0
0
null
null
null
null
UTF-8
C
false
false
4,203
c
/* $OpenBSD$ */ /* * Copyright (c) 2008 Mark Kettenis * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND TH...
[ "alex@cooperi.net" ]
alex@cooperi.net
11ee1e02ce04d4b683a24004436786a13abb94c9
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/Craft/deps/sqlite/extr_sqlite3.c_dupedExprStructSize.c
e822e42a7d8345dd1678dda5cb2dcb6b0bc46093
[]
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,632
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
20a298bccd1c619492cf9da586ff95519cef3f1e
a7b4e51254988822170e9fe23bea91c5548da52a
/include/qt5xhb_macros_qtdeclarative.h
3d7ffd6d125cb2a9304d1b903bf9204c500f8a2a
[ "MIT" ]
permissive
orangesocks/Qt5xHb
0989da07c7e3ddd7c6503a1fe5b691fa1804ce31
03aa383d9ae86cdadf7289d846018f8a3382a0e4
refs/heads/master
2021-10-25T17:07:37.831633
2021-05-07T11:17:30
2021-05-07T11:17:30
125,614,579
0
0
MIT
2019-04-05T15:56:42
2018-03-17T09:30:06
xBase
UTF-8
C
false
false
6,769
h
/* Qt5xHb - Bindings libraries for Harbour/xHarbour and Qt Framework 5 Copyright (C) 2021 Marcos Antonio Gambeta <marcosgambeta AT outlook DOT com> */ /* DO NOT EDIT THIS FILE - the content was created using a source code generator */ #ifndef QT5XHB_MACROS_QTDECLARATIVE_H #define QT5XHB_MACROS_Q...
[ "5998677+marcosgambeta@users.noreply.github.com" ]
5998677+marcosgambeta@users.noreply.github.com
35bccee404676178e8a8e63f41ac409851eb3272
fba102e3f0b9e574bf4c1108862ac90093eee8da
/lcd.h
c964916b81424b670cff276769aaffa1263bb760
[]
no_license
CaioMSchultz/Jogo-dos-Obst-culos
4d6d6bf383487e1b6bbf7f205ad7a00e2f27796c
3301bf0d29f35dda172dd2bd873bda3133a0321c
refs/heads/main
2023-01-28T04:00:33.196047
2020-12-09T02:46:04
2020-12-09T02:46:04
319,814,873
0
0
null
null
null
null
ISO-8859-1
C
false
false
1,235
h
// ----------------------------------------------------------------------- // Copyright (C) Rodrigo Almeida 2010 // ----------------------------------------------------------------------- // Arquivo: lcd.h // Header da biblioteca de manipulação do LCD // Autor: Rodrigo Maximiano Antunes de Almei...
[ "noreply@github.com" ]
CaioMSchultz.noreply@github.com
dfabc53d8de1a11f26240f2fd709607a28ca57e2
6d90b590a1a5c3f7fcd7f89cea7f8400f3ef39b1
/OS Tasks/Lab 4,5/fork_1.c
9159eaa132192e28553bc1f7d7e40765ce32d42a
[]
no_license
HaseebUllahAbbasi/C-C-
78dfc61043c21deacdb6f9762055e667f01e8958
65fc999aeb5c5ee2ba03646c0de9ad66983d8f30
refs/heads/master
2023-04-14T06:12:10.130399
2021-04-18T07:00:22
2021-04-18T07:00:22
273,323,444
1
0
null
null
null
null
UTF-8
C
false
false
237
c
#include <stdlib.h> #include <unistd.h> #include <stdio.h> int main() { printf("before process\n"); int n = fork(); //printf("created a process\n %d",n); int n_1 = getpid(); printf("got a process\n %d",n_1); printf("ended \n"); }
[ "haseebabbasi00@gmail.com" ]
haseebabbasi00@gmail.com
58f128cb380630cf34687235fae26ab46a75ce4c
2e06e47fc88e5a3cce089128aa4d77558d2ed038
/ft_pfprintf.c
ae818cf37651d92660799141f9fe1d24d55beafe
[]
no_license
mtrazzi/libft
d8a91873fc1a48b0254f384cbe6a9331f7b4a55b
ab380da7568e8dcb6785535b6f91981968f7a9ee
refs/heads/master
2021-06-05T01:44:47.014131
2017-08-17T08:57:21
2017-08-17T08:57:21
92,425,093
0
0
null
null
null
null
UTF-8
C
false
false
3,090
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_printf.c :+: :+: :+: ...
[ "mtrazzi@student.42.fr" ]
mtrazzi@student.42.fr
ce3da2f5a062d4a853b731f58bfe6ae3fd0d2177
d4165e8f5fbc0770df1d53d294b2a2d41f5579e6
/src/readVCC.h
7fa47012c17d1f14d4cc7555d250e9f123bc850e
[ "Apache-2.0" ]
permissive
willumpie82/RC-micro-car
03c90a36806a57640ca242a3e7d85c824ef1fcec
c7fb9ff84b852d3624f805e87ac8d80e1db7c16f
refs/heads/master
2022-12-18T18:01:12.385451
2020-10-01T18:43:27
2020-10-01T18:43:27
293,902,990
0
0
null
null
null
null
UTF-8
C
false
false
72
h
#ifndef readVCC_h #define readVCC_h long readVcc(); #endif //readVCC_h
[ "willemoldemans@willems-MacBook-Pro.local" ]
willemoldemans@willems-MacBook-Pro.local
3ea2f09d9536bd8e4e7d92fba7f8f7c58855f432
2567761d7cd35a2638d769891e93629111b90540
/vs/starbot/ev3.h
0923c332f11a13dae366823c6b4e42fe4f259022
[ "MIT" ]
permissive
GalacticSoft/Starbot-Command
4299bb2fbefb40345f4e2a011d548b6d9130b2fe
efaf8b6b7bcef362780962c0e1199ca2833eae50
refs/heads/master
2021-01-20T19:57:56.247605
2017-09-24T23:54:11
2017-09-24T23:54:11
60,308,102
2
0
null
null
null
null
UTF-8
C
false
false
1,866
h
#ifndef __EV3_H__ #define __EV3_H__ /* EV314 Constants */ #define EV314_EXPECTED_SERIAL "0016534957ad" #define EV314_TEST_NB_ITER 27000000 #define EV314_USB_TIMEOUT 1000 // Milliseconds #define EV314_INTERFACE_NUMBER 0 #define EV314_CONFIGURATION_NB 1 #define EV314_EP_OUT ...
[ "marissa@galacticsoft.net" ]
marissa@galacticsoft.net
f58028ba072c5b20af4317dc48f1a9ad82667738
b7442c7976bef65e4ba610584429c2064c38dd1c
/libc/structs/prio_queue/pq_remove.c
07f4a025ac31a3b02ea7d0854f2676955a81bb69
[]
no_license
cmovcc/picOS
fbbf0909ee742dd16d80b9cbd04ca2a2245a4821
386903ca76a81789e31752ec5ad4c4eb9acd4854
refs/heads/master
2021-09-15T01:57:44.230059
2018-05-23T22:54:12
2018-05-23T22:54:12
null
0
0
null
null
null
null
UTF-8
C
false
false
192
c
#include <stdio.h> #include <stdlib.h> #include <stddef.h> #include <structs/prio_queue.h> void pq_remove(pq_t queue, size_t index) { puts("Pq_remove : not implemented yet"); abort(); }
[ "martin.janin@ens.fr" ]
martin.janin@ens.fr
58163d474e2669a7b078b45e94da220055aa1c03
87a8e7b5b3ac76d6a91d773df37147a2e60da39d
/Source/world.h
3b3dd1c2bba06c00b6bcd5f95750093e9ce43a3f
[ "BSD-3-Clause" ]
permissive
fjolnir/Dynamo
4f89acccf581923d74382783b516dcd0098b6ae5
2b7bfe1945f15211f1c6efc9cc76aac220cddc00
refs/heads/master
2016-09-06T09:11:23.390823
2012-08-09T05:26:02
2012-08-09T05:26:02
2,827,725
2
0
null
null
null
null
UTF-8
C
false
false
10,296
h
/*! @header Physics World @abstract @discussion A wrapper around chipmunk physics. */ #ifndef __WORLD_H_ #define __WORLD_H_ #include "renderer.h" #include "linkedlist.h" #include "gametimer.h" #include <chipmunk/chipmunk.h> typedef struct _World World_t; typedef struct _WorldShape WorldShape_t; typedef s...
[ "fjolnir@asgeirsson.is" ]
fjolnir@asgeirsson.is
7f28ce668530383ea7f344473d846464ee92e673
3e941adc5ad24c18e249d1f04dad05eb40ef7abc
/libft/ft_lstadd.c
3fb721e69078c6a68a2aa72dde52f2d9fa4dbc7c
[]
no_license
pdeguing/printf
13f339ccf08f7165037ecb448b42994a66eb836b
268958a3323c96835a84af4c063744817b40b55c
refs/heads/master
2020-03-26T02:49:21.697975
2018-12-13T22:33:26
2018-12-13T22:33:26
144,426,197
1
0
null
null
null
null
UTF-8
C
false
false
993
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstadd.c :+: :+: :+: ...
[ "pierrequentindeguingand@gmail.com" ]
pierrequentindeguingand@gmail.com
2bbf9d9fdc64f81fcef512dcd55bed5cc0466308
d81dc0cdfcb7d61ddf03a3235b4c221c14402f69
/week04/ex1/main.c
a4fde30b966fab8979ac00e674ff539951f44987
[]
no_license
russab0/OS
989a154aebcf7b9ce73745b8a8ad4d7bd9876020
2564f17bf700fcbc111f5d393d774362d25afa2d
refs/heads/master
2020-03-27T01:24:41.380576
2018-11-15T19:21:00
2018-11-15T19:21:00
null
0
0
null
null
null
null
UTF-8
C
false
false
536
c
#include <stdio.h> #include <stdlib.h> /* Create a program that declares a variable n, forks a new process and prints “Hello from parent [PID - n]” and “Hello from child [PID - n]” from parent and child processes respectively. Run it 10 times and explain the output • Hint: to run it N times you can write a shell scrip...
[ "r.sabirov@innopolis.ru" ]
r.sabirov@innopolis.ru
2c6dad509a31e5fe87477f5292b1420fc8b2b1b8
6d94ddbe6bb313f95e4193efb14197b055d36d31
/code/embedded/drivers/spi.h
5da34969c054aa5819557a654f71dde532a1588e
[]
no_license
alejandrorosas/trowelproject
340d292815207e355e0f50adc15b6e1f51940f97
46eef4bbb75486b39f5bbf41b6a8db36a982d1a4
refs/heads/master
2021-01-10T14:23:44.458570
2010-06-07T08:56:10
2010-06-07T08:56:10
46,488,159
0
0
null
null
null
null
UTF-8
C
false
false
531
h
#ifndef _SPI_H_ #define _SPI_H_ typedef int (*spi_transfer_done_cb_t)(); extern uint8_t spi_last_read; void spi_init(void); void spi_select_radio(); void spi_deselect_radio(); int spi_write(const uint8_t* data, int len); void spi_write_single(uint8_t data); int spi_write_interrupt(const uint8_t* data, int len, spi...
[ "clement.bdr@16d9f100-46de-11de-89ec-3d9467717a5a" ]
clement.bdr@16d9f100-46de-11de-89ec-3d9467717a5a
56984f5c5e5bf5528263a9a70673d027ba5e33ec
19ec555b2d777b88d94b7bd9ac485199ca4c0dc2
/numericalIntegral/numericalIntegral.h
ff2a42edd258d7de2f051e20622c11b5f129ed18
[]
no_license
luyanaa/studious-tribble
a891ee067bea338389694bc094a05e2440ac4100
b4b18952a20512c8554c3efb2d9f5542543471c3
refs/heads/main
2023-07-01T03:17:30.615883
2021-08-02T15:06:33
2021-08-02T15:06:33
388,679,995
0
0
null
null
null
null
UTF-8
C
false
false
431
h
float FP32RectangleIntegral(float(*f)(float), float l, float r); float FP32SimpsonIntegral(float(*f)(float), float l, float r, float start, float eps); float FP32Simpson(float(*f)(float), float l, float r); double FP64RectangleIntegral(double(*f)(double), double l, double r); double FP64SimpsonIntegral(double(*f)(doub...
[ "robinluaa@outlook.com" ]
robinluaa@outlook.com
49a4bff30115fffab6b27f6b76088cdb21de8499
2a34b0c2779c8220272cd3781a39c5867146b615
/src/libc/uv/uv_write2.c
d836e3bac11230f6562062756971df18984e7564
[ "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause" ]
permissive
yurydelendik/cloudlibc
f824043879ee7147049eb2bf5b243e7b0b5ac530
b25d9232b3e5b3757231afdc888d2b9072673917
refs/heads/master
2020-04-10T02:42:27.618187
2018-12-15T00:53:03
2018-12-15T00:53:03
160,750,519
0
0
NOASSERTION
2018-12-07T00:43:43
2018-12-07T00:43:43
null
UTF-8
C
false
false
1,398
c
// Copyright (c) 2017 Nuxi, https://nuxi.nl/ // // SPDX-License-Identifier: BSD-2-Clause #include <common/uv.h> #include <stdlib.h> #include <string.h> #include <uv.h> int uv_write2(uv_write_t *req, uv_stream_t *handle, const uv_buf_t *bufs, unsigned int nbufs, uv_stream_t *send_handle, uv_write_cb cb)...
[ "ed@nuxi.nl" ]
ed@nuxi.nl
8efd304e13c0a324dd89684cd71ceb664ca1276e
8781e751b376a6ad905d7e0c7199e6e756e705a5
/MQX 3.8/hw/k22_bringup/Generated_Code/TU1.h
84659dc347251d3ae9dd1ef00fd71bbcde9efae2
[]
no_license
ernag/dont_not_enter
4247e0777ae13723f11e3385e1ba26906ae09949
1669ceb9c3887dce6472b94d34264e3d32b1745a
refs/heads/master
2016-08-11T07:21:27.972365
2015-12-05T02:14:57
2015-12-05T02:14:57
47,433,087
2
3
null
null
null
null
UTF-8
C
false
false
7,979
h
/** ################################################################### ** THIS COMPONENT MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT. ** Filename : TU1.h ** Project : ProcessorExpert ** Processor : MK20DN512VMC10 ** Component : TimerUnit_LDD ** Version : Component 01.139, D...
[ "ernie@whistle.com" ]
ernie@whistle.com
5e3ac550778af2c6f2aefb1a0d91b79e66c16efc
1744185a1e318fd0705b7c8d71635966bf2f7451
/template/lib/Projects/STM32446E_EVAL/Examples/TIM/TIM_ExtTriggerSynchro/Inc/main.h
8f78e674f7376b8e576d4a3772921b8ef6e41b7d
[ "BSD-2-Clause", "MIT" ]
permissive
swedishhat/stm32f4-bear-metal
99554444acc611433190b00599d5be9ebbcbac49
04c8ae72ee6ea658dc376afe64f7f3a47c67512b
refs/heads/master
2020-12-24T09:09:59.574026
2016-11-09T18:07:57
2016-11-09T18:07:57
73,302,594
0
1
MIT
2020-03-08T01:27:48
2016-11-09T16:45:24
C
UTF-8
C
false
false
2,797
h
/** ****************************************************************************** * @file TIM/TIM_ExtTriggerSynchro/Inc/main.h * @author MCD Application Team * @version V1.1.4 * @date 06-May-2016 * @brief Header for main.c module ***********************************************************...
[ "patrick.d.lloyd@gmail.com" ]
patrick.d.lloyd@gmail.com
5c4e062ff13f7768ba05fff88cdd57e028bb63a0
362ce388a95ca5f529ea0a313fe9d8a346676bd5
/C/C语言-初级/指针.c
2df42cb2e973df6041bed8a69fd3e92b1be1e197
[]
no_license
HeFenghahaha/StudyNotes
afbcb146218f5958e9e7ca9860eb038b8e69b5ae
e15be743bd44b411200239488d089493296312f3
refs/heads/master
2020-05-17T12:45:54.194111
2019-04-24T02:12:49
2019-04-24T02:12:49
null
0
0
null
null
null
null
UTF-8
C
false
false
586
c
#include"stdio.h" #include"stdlib.h" typedef struct node { int data; struct node* next; }S; int main() { S *h = NULL, *q = NULL, *p = NULL; int a, n, i, sum, count; scanf("%d", &n); for (i = 1; i <= n; i++) { scanf("%d", &a); p = (struct node *)malloc(sizeof(S)); p->data = a; p->next = NULL; if (i == 1) ...
[ "1484290617@qq.com" ]
1484290617@qq.com
3c21d189623db3a6b14f24656d95477587bc27e3
f77a1f9d4a860dfd5154666dc4117e24627d835d
/gecko_sdk_suite/v2.5/protocol/flex/connect/plugins/micrium-rtos/micrium-rtos-support-gen.h
44591880d0a1c2f8c820df69c1caac72228636d7
[]
no_license
eosnewyork/gecko_sdk_suite
9e93da499173edede02c3a986bfb233cf7b528e2
9678065284fc0faa89fe8206d51dcde5dcf632c1
refs/heads/master
2020-05-18T02:36:02.504381
2019-04-29T15:56:40
2019-04-29T15:56:40
184,101,402
3
0
null
null
null
null
UTF-8
C
false
false
3,308
h
/***************************************************************************//** * @brief ******************************************************************************* * # License * <b>Copyright 2018 Silicon Laboratories Inc. www.silabs.com</b> ********************************************************************...
[ "warrick@eosnewyork.io" ]
warrick@eosnewyork.io
f993b9261d7e8a41131348bd6bd9764f7c0171d2
a10a3972f62c1d9711c2654d7b3b6ca8ee003300
/src/cmds/kgdb.sun3.new/dep.c
4058771af400e17915cbbed07b1900d4d63598fd
[]
no_license
takeharukato/sprite
5913f74a08ce6c76e5107ede92bf4f44806f5b7d
e96c03abb319964e69cd21577d724ee83a950a9c
refs/heads/master
2020-08-04T02:40:31.702805
2015-10-05T03:49:13
2015-10-05T03:49:13
null
0
0
null
null
null
null
UTF-8
C
false
false
17
c
gdb/sun3.md/dep.c
[ "noah.evans@gmail.com" ]
noah.evans@gmail.com
864534853129f2926075be2c66e7502cb20839f9
04a69418447570c62651cdfec0e440ca58d5730c
/Campusing_practice/TCS/CODE/DAY_2/d2q2.c
896a7282baa3b12c479cf8db8f4ff76d98f50f1a
[]
no_license
jeetsaha5338/College_Study
4e255d7d946e455522c9b1b4c4017bbc120eabaa
3b224b2278aff61a281b17de8a73efcb9753235c
refs/heads/master
2021-05-20T21:50:21.950952
2020-04-02T11:36:51
2020-04-02T11:36:51
252,425,062
0
0
null
null
null
null
UTF-8
C
false
false
658
c
#include<stdio.h> void swap(int *p,int *q) { int t=*p; *p=*q; *q=t; } void rev(int *a,int l,int n) { int i; for(i=l;i<(l+n)/2;i++) { swap(&a[i],&a[n-1+l-i]); } } void s_ace(int *a,int l,int n) { int i,j; for(i=l;i<n;i++) { for(j=l;j<n-i-1+l;j++) { if(a[j]>a[j+1]) { swap(&a[j],&a[j+1]); } ...
[ "jeetsaha093@gmail.com" ]
jeetsaha093@gmail.com
1e15b6a8341c5f45897521ecea82202391567747
d7b52e8598aac836d941186fb5d55f09ee84aa2e
/openssl/include/win10/openssl/idea.h
33d721a7bae1ea2f0ef83bf9a8178117f4b2823a
[]
no_license
Greentwip/external
1ac9d88ff328d7b2c07aad665a22610263da61e7
9ab80480e53c2c826f0d859a69df2d56a1181bbd
refs/heads/master
2022-11-15T10:53:08.060618
2020-07-11T21:59:42
2020-07-11T21:59:42
278,929,872
0
0
null
null
null
null
UTF-8
C
false
false
129
h
version https://git-lfs.github.com/spec/v1 oid sha256:90660d4c3975078c94d9673510cf4724c62df5d5ae13eb0f2727e2c712b086dd size 4679
[ "vjlopezcarrillo@gmail.com" ]
vjlopezcarrillo@gmail.com
feb75174ab0a7337ccc62cefe7c24f20f980e1e8
20ef7adeb70832b3fe71e8cfaae6cd3f338116cc
/26/main.c
bd9988c642aec7feafbbc4e2c802418ebd226cde
[]
no_license
seppo0010/Euler
3dbf826eb0d5d17934e6f7b6158a6456fa5a3b41
0946a5c3283b2843c39cdc6dbbf53e7f611aefd0
refs/heads/master
2016-09-15T23:17:10.588904
2014-02-15T00:07:59
2014-02-15T00:07:59
1,227,162
1
0
null
null
null
null
UTF-8
C
false
false
1,202
c
#include <stdio.h> #define MAX 1000 #define SIZE 10000 int module(int* tmp, int i) { int ret = 0; int j; for (j = SIZE-1;j>=0;--j) { ret = (tmp[j] + ret*10) % i; } return ret; } int p(int* n) { int printing = 0; int j; for (j = SIZE-1;j>=0;--j) { if (printing > 0 || n[j] > 0) { printing = 1; printf(...
[ "sebastian@brooklynpacket.com" ]
sebastian@brooklynpacket.com
f56bd358f5f1a76299198b18b436b1185e661ab4
c4afbfe1885e8d0c7a1c8b928563f7bb8ab6a683
/Simulation_EnvSim/checkSessionCmd_Handover_Pkg_handoverUtils_Pkg.h
5a96031452bf9c5bb475013e67801cb16f7c57d9
[]
no_license
VladislavLasmann/srcAndBinary
cd48ebaa2f1f7f697ba5df9f38abb9ed50658e10
13aa76e545b9596f6dac84fb20480dffae7584d8
refs/heads/master
2021-05-08T15:04:05.709079
2016-01-22T12:40:10
2016-01-22T12:40:10
null
0
0
null
null
null
null
UTF-8
C
false
false
1,335
h
/* $*************** KCG Version 6.1.3 (build i6) **************** ** Command: s2c613 -config S:/model/Scade/System/OBU_PreIntegrations/Testbench_Integration/Simulation_EnvSim\kcg_s2c_config.txt ** Generation date: 2015-11-23T09:24:21 *************************************************************$ */ #ifndef _checkSessio...
[ "info@stefankarg-it.de" ]
info@stefankarg-it.de