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
06464a3ae20a89c7f48e13ea007246fbb066f574
ddb9b2a58fda52b34c1901a4102e922406a850e5
/deps/openssl/config/archs/linux32-s390x/no-asm/crypto/buildinf.h
2f586b517d33ce00848775dc2254d87be152a32d
[ "BSD-3-Clause", "LicenseRef-scancode-unicode", "ICU", "Artistic-2.0", "NAIST-2003", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-openssl", "ISC", "NTP", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "CC0-1.0", "Zlib", "MIT", "LicenseRef-scancode-free-unkno...
permissive
krithiva/node-http-demo1
a150e1f17d014ae0ac38c309f4674687aedaa9a7
1e75bbc2009bbe49d5ac3b5aad333dcc57c41d56
refs/heads/master
2020-05-01T05:55:39.176610
2019-03-23T18:05:25
2019-03-23T18:05:25
170,483,001
0
0
Apache-2.0
2019-02-18T11:35:53
2019-02-13T09:51:49
Makefile
UTF-8
C
false
false
1,193
h
/* * WARNING: do not edit! * Generated by util/mkbuildinf.pl * * Copyright 2014-2017 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the s...
[ "krithiva.gopal@gmail.com" ]
krithiva.gopal@gmail.com
f8f22bd30cca7471e65e7924e3e56b5046edabee
a861c842eea6e4f2cd3f6a7eca1df3026ad0c26c
/c/swap/swap.c
7e22417d52c34e57994cef8d64c9a76ed4d78f94
[ "MIT" ]
permissive
smholloway/miscellaneous
61cf420116a2796565c3e509e74389af961c7474
9c519ceaee9a5ea2973a547b2b7c7e9ce9e8833b
refs/heads/master
2021-03-12T23:19:36.417867
2016-08-07T03:00:58
2016-08-07T03:00:58
1,607,089
1
1
null
null
null
null
UTF-8
C
false
false
561
c
#include <stdio.h> int main() { printf("To compile and run simply type: \"gcc swap.c -o swap.exe && ./swap.exe\"\n"); int a = 0; int b = 1; printf("a = %d\nb = %d\n", a, b); swap(&a, &b); printf("a = %d\nb = %d\n", a, b); return 0; } int swap(int *a, int *b) { swap_standard(a, b); //swap_xor(a, b); //swap...
[ "smholloway@gmail.com" ]
smholloway@gmail.com
84bf55d581ad5bfc987411f5fa8d57706515dd17
27bcd5c9ded70102540c0ccd03f3e2b281dbf58c
/mudlib/d/driade/thalos/telgar/keroon/jardines_reales/keroon_239.c
10884b88700e830ac704ad9aebe2ef0ff7bef24b
[]
no_license
unleashed/ninetears
57fdc71fd651b3ff95e5e7c14b0566729584e006
4edd22c75e3fa99be4b5820300491c6b62e06085
refs/heads/master
2020-07-14T04:25:56.302027
2019-08-29T18:46:57
2019-08-29T18:46:57
205,225,438
1
0
null
null
null
null
UTF-8
C
false
false
385
c
// Made by Thalos 01/04/02 //jardines reales #include "../../path.h" inherit JARDINES+"jardines.c"; void setup() { base_desc(); set_exit_color("cyan"); set_short("%^BOLD%^CYAN%^Ciudad de %^BLACK%^Keroon%^GREEN%^: Jardines Reales%^RESET%^"); jardines_desc(); add_exit("oeste",JARDINES+"keroon_238.c","st...
[ "amr@redhat.com" ]
amr@redhat.com
daca5932e69fa56721314544c974a7cce4703a98
8095c4f18a27df979dd59956357a80e1bed64bd0
/lisa/lishell_3.c
d57e79eba4420e9300eab56582bbf9b68f8fd61d
[]
no_license
thirdcaptain/simple_shell
89677fd37ead8dea105228ddb8f65f25549d9bc0
585e8148eb0e691dff84a5951acfff3fc5152953
refs/heads/master
2021-04-06T19:37:47.061704
2018-04-03T06:21:33
2018-04-03T06:21:33
125,425,257
4
1
null
null
null
null
UTF-8
C
false
false
5,095
c
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <sys/wait.h> #include <sys/types.h> #include <signal.h> extern char **environ; char *_getenv(const char *name) { int i = 0, j = 0, k = 0; char *str; while (*environ) { ...
[ "olson.lisa94@gmail.com" ]
olson.lisa94@gmail.com
770a75bfe2d1b170f2b2e040e89cc03f59e0d576
5e1cb34ab4330c3be818f3ca5b195471d16a5053
/VirtualSense/platform/smartRF/dev/srf05_ccmsp2618/cc2520/hal_rf.c
0563992cd73aebb4031e5645e9500cc9ac4f1276
[ "BSD-3-Clause" ]
permissive
mikewen/virtual-sense
0b958b0b3ce251ac79df8970af838ed29558d805
c01de669737b791b81d75defeeab40a4ab63adf0
refs/heads/master
2020-05-19T11:56:58.483925
2013-08-02T12:44:18
2013-08-02T12:44:18
34,969,722
0
0
null
null
null
null
WINDOWS-1258
C
false
false
18,606
c
/*********************************************************************************** Filename: hal_rf.c Description: CC2520 radio interface. ***********************************************************************************/ /********************************************************************...
[ "Lattanzi@Griso" ]
Lattanzi@Griso
ffc81a3cb0f4df09f719b01a881eec01e9e16623
5e0504eb4010327e5d5e1a2ba1de06339ddcbf86
/sources/close/free_shapes.c
d93ee7ad1aa892ae467265e9a89b8d5474d1921b
[ "MIT" ]
permissive
gmzorz/MiniRT
d1bd36b1878311394e4d4398b0a46dcf67b59305
ce87cd1745036391f54503f25eb815273918d7e6
refs/heads/main
2023-09-02T01:11:08.340261
2021-11-17T11:26:53
2021-11-17T11:26:53
357,564,700
24
0
null
null
null
null
UTF-8
C
false
false
1,221
c
/* ************************************************************************** */ /* */ /* :::::::: */ /* free_shapes.c :+: :+: ...
[ "gijsoosterling@Gijss-Air.home" ]
gijsoosterling@Gijss-Air.home
7eb692f71f116d6cb174dd76f17de34c3d307ab5
c4c0a1987e4e2ba91ca716458db45800bb0ee78f
/trunk/Kernel/Scaler/RL6432_Series_Scaler/Lib/Code/RL6432_Series_Color/RL6432_Series_ColorOutputGammaAdjust.c
eab1ed7735492c7f29117aebae45ee6ef150c0b3
[]
no_license
Kiloland/2785t
72ff1be1373d1d3fae530102f6f993066686ff46
810e9cc00261812fece24731b60492ba5337622b
refs/heads/master
2020-12-09T22:04:41.754792
2019-11-13T14:44:26
2019-11-13T14:44:26
233,428,134
3
0
null
2020-01-12T17:09:20
2020-01-12T17:09:20
null
UTF-8
C
false
false
5,367
c
/********************************************************************************/ /* The Software is proprietary, confidential, and valuable to Realtek */ /* Semiconductor Corporation ("Realtek"). All rights, including but not */ /* limited to copyrights, patents, trademarks, trade secrets, mas...
[ "lonn.tw@gmail.com" ]
lonn.tw@gmail.com
9630d6775315f656a201d58f9e972678cc714251
bccf77cbb114b9f1072ecb4180a1d6aba96986dd
/test/mjconnb2_t.c
63f75ad72105aa73c7ed1825cc4e36c4ddbfae62
[]
no_license
jayeeliu/mjlib
552f35682ed6ee4035e25a4242c3fc74ce2e31d7
8b59b8935620a7f4590fced307f72959119d39c7
refs/heads/master
2021-01-24T06:11:09.297425
2014-02-12T07:15:35
2014-02-12T07:15:35
null
0
0
null
null
null
null
UTF-8
C
false
false
472
c
#include <stdio.h> #include "mjstr.h" #include "mjconnb.h" int main() { mjconnb conn = mjconnb_connect( "mail.sina.com.cn", 80, 3000); if ( !conn ) { printf( "conn error" ); return -1; } mjStr data = mjStr_New(); mjStr_CopyS( data, "GET / HTTP/1.1\r\n\r\n" ); mjconnb_write( con...
[ "wangwenfang@gmail.com" ]
wangwenfang@gmail.com
3e4ca6f562ba984f5489937ff4557da92c09966d
8687ef58bace45d02f23699a168dffd8111a4fd9
/threadPool.h
c63fb4d4330fbd1a1d167a9a08c7eb4cc9589d9e
[]
no_license
ben6066/ThreadPool
e181c1d3f1de93801947f57cf3cebb7dd462e3a4
dc631224e5973beb01615bb3b50d8385981d6299
refs/heads/master
2023-07-05T21:19:15.191651
2021-08-09T16:56:20
2021-08-09T16:56:20
394,371,710
1
0
null
null
null
null
UTF-8
C
false
false
981
h
#ifndef __THREAD_POOL__ #define __THREAD_POOL__ #include "osqueue.h" #include "stdlib.h" #include <pthread.h> #include <stdio.h> typedef struct thread_pool { OSQueue* tasks; // A queue of tasks int numOfThreads; // The number of threads pthread_t* threadsArr; // An array of threads pthread_mutex_t tpL...
[ "ben6066@gmail.com" ]
ben6066@gmail.com
0028ab4723169c94cf427caea56a390ee9bc1cfe
a512bc5d42b7c2923a75c74b6d2255066db166f7
/Helicopter Project/Blink/control.c
04a158b7e0e85346d999cd7164722e2ef75711d6
[]
no_license
Mark-Arunchayanon/ENCE464-Helicopter_Project_2020
799d6dfd75d99067c16317e8cde0d2424ddd4682
2e940f8d5fd22db6bf0b82b944fad44d6993450b
refs/heads/master
2023-02-01T04:45:06.443891
2020-08-20T23:49:06
2020-08-20T23:49:06
321,843,842
0
0
null
null
null
null
UTF-8
C
false
false
20,247
c
//***************************************************************************** // // control - Includes PID control for the Altitude and Yaw, and 5 helicopter modes. // Landed, Initialising, TakeOff, Flying and Landing // // Author: N. James // L. Trenberth // M. Arunchayanon // Last modif...
[ "par116@canterbury.ac.nz" ]
par116@canterbury.ac.nz
e520d504e99a62a305875f3a7e1a30298a692af1
2c5414ed169892c538cd802c06d67001d9e4b960
/lib/util/regress/regex/regex_test.c
ed6986e161171d4bf4fa8cd56d417a431723384e
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "Zlib", "BSD-Source-Code", "ISC", "BSD-2-Clause" ]
permissive
sudo-project/sudo
bdfeebb02cb39151fc4cfe69366b887f092e0c16
956de5cbbc650d6aec19804cd376a39164e76e5b
refs/heads/main
2023-09-04T11:12:09.797952
2023-09-02T21:25:58
2023-09-02T21:25:58
57,972,154
922
216
NOASSERTION
2023-08-18T00:43:55
2016-05-03T13:41:24
C
UTF-8
C
false
false
3,201
c
/* * SPDX-License-Identifier: ISC * * Copyright (c) 2022 Todd C. Miller <Todd.Miller@sudo.ws> * * 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. * ...
[ "Todd.Miller@sudo.ws" ]
Todd.Miller@sudo.ws
ab8b84828657f8ad16b99ca2713d8b8d4f1329cf
338c7c0d6c07c66665bd49700df64d28a5e1f1bd
/client.c
baf2cb0217b1f61661d383362fd6292e41740d9d
[]
no_license
lorenmh/coen233-hw1
c0394c5fd890eb2bf1ab263cbabb3990af6e5c56
88dbe3f137c3597f38c008080a264a3535d7e85d
refs/heads/master
2021-06-16T07:21:18.947612
2017-05-30T04:55:38
2017-05-30T04:55:38
88,566,741
0
0
null
null
null
null
UTF-8
C
false
false
8,444
c
/*============================================================================ * client.c: * --------- * Contains source code for the client program, as well as some demo packets to * send =============================================================================*/ #include <errno.h> #include <stdio.h> #include...
[ "neutronstar@gmail.com" ]
neutronstar@gmail.com
aee86895d8bd6120766d9ba57565ad96edd77a53
c2cedcf36667730f558ab354bea4505b616c90d2
/players/mo/space/rooms/splow/r31.c
5ca297c8b6fdfeff4a264552db6c7cb49b1ee867
[]
no_license
wugouzi/Nirvlp312mudlib
965ed876c7080ab00e28c5d8cd5ea9fc9e46258f
616cad7472279cc97c9693f893940f5336916ff8
refs/heads/master
2023-03-16T03:45:05.510851
2017-09-21T17:05:00
2017-09-21T17:05:00
null
0
0
null
null
null
null
UTF-8
C
false
false
365
c
inherit "/players/vertebraker/closed/std/room.c"; reset(arg) { if(arg) return; set_light(1); set_short("A room"); set_long("blah\n"); add_exit("/players/mo/space/rooms/splow/r15","north"); add_exit("/players/mo/space/rooms/splow/r41","south"); add_exit("/players/mo/space/rooms/splow/r30","west"); add_exit("/...
[ "rump.nirv@gmail.com" ]
rump.nirv@gmail.com
498ae9aa6be5c4c8a7917c530b0ddf915e7178ee
5954631fb8a4fe879b191a0f77b9bac0fb661fbb
/prj/c++/duilib/duilibAnim/duilibAnim/resource.h
c7815e775830d108097119c4a74e2bae2563c376
[]
no_license
mba811/code-snippets
7cbd752a540dea88b1c87b2075ad60328e115ebc
3ce6eb0b187dfc39c7e2daa6c7ea9ab4e3a94027
refs/heads/master
2020-12-26T20:13:26.108200
2013-06-28T02:02:18
2013-06-28T02:02:18
26,345,322
1
0
null
null
null
null
UTF-8
C
false
false
437
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by duilibAnim.rc // #define IDI_ICON 103 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 104 #define _APS_NEXT_COMMAND_VALUE ...
[ "huangdi915103@gmail.com" ]
huangdi915103@gmail.com
146c3ef77769a23da299fcde2c67c5ce62a578cb
ff3bc043b0427558919cbc899816261a20faf707
/patches/qt/databases-x86_64/pgsql/include/server/access/xact.h
b12d2a0068531d311137ed5b18c8cd17e015cd0f
[ "BSD-3-Clause" ]
permissive
Alexpux/Qt-builds
99787b21db5504fd42d2e0a07eb1c39a86079a61
6042c1b0fec3b892abd194912bec1448945d7210
refs/heads/master
2023-03-12T19:56:55.956107
2014-05-20T03:28:12
2014-05-20T03:28:12
7,610,319
32
14
null
2014-07-25T21:38:46
2013-01-14T18:43:32
C
UTF-8
C
false
false
8,646
h
/*------------------------------------------------------------------------- * * xact.h * postgres transaction system definitions * * * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/access/xact.h * ...
[ "alexey.pawlow@gmail.com" ]
alexey.pawlow@gmail.com
d7f2bdd1bf981db7e8a53ad394bf1c89a33987f8
da23d9c8fc4547b2b4239812e44e4e077b70db9d
/tests/runtime/oracle/gen_result.c
196e1a37605049d23495bcc07b7a8b45d30c3ae2
[]
no_license
evdenis/e-acsl
fae376b054210a8ddc6a446f04f42d50a87c6675
9f49025b58e30b1bf5aca059b4ec1d4f50265242
refs/heads/master
2021-01-18T12:17:27.062250
2017-01-24T09:14:49
2017-01-24T09:40:15
68,393,379
2
0
null
null
null
null
UTF-8
C
false
false
1,512
c
/* Generated by Frama-C */ /*@ ensures \result ≡ (int)(\old(x) - \old(x)); */ int __gen_e_acsl_f(int x); /*@ ensures \result ≡ (int)(\old(x) - \old(x)); */ int f(int x) { x = 0; return x; } int Y = 1; /*@ ensures \result ≡ Y; */ int __gen_e_acsl_g(int x); /*@ ensures \result ≡ Y; */ int g(int x) { return x; } ...
[ "efremov@ispras.ru" ]
efremov@ispras.ru
1354b12baeb5fac494381c49a4bf1548867fcf42
b07fd6d8d0fe9f047d60401eb72e4ade830d0a78
/libft/ft_strclr.c
fba2a29339d23216d70859021a57ca841051a8ad
[]
no_license
NoNameProgrammer/FdF
091e22871b0b3972c173667fcdcefc304bc9c287
30a76735d8722c074873305284c808d4a7d47f19
refs/heads/master
2023-08-14T07:52:14.254426
2021-10-01T07:52:34
2021-10-01T07:52:34
null
0
0
null
null
null
null
UTF-8
C
false
false
985
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strclr.c :+: :+: :+: ...
[ "nikolay.i7@ya.ru" ]
nikolay.i7@ya.ru
f5b812f40d205693abe11fda576487f08a3d67b6
d3fe51da74d117bcfff0a1c9352f09ccf30b057a
/studeyproject/exam06.c
e65585fed5f57acdaa6d4155c9cc02d6d6227d3f
[]
no_license
baekjonghun/PythonBasic
94408db907b2e842c797a79662ba1424717dbfc7
800b72f5440c88dfa8082dc3bb8b5dfd63a9124d
refs/heads/master
2021-09-15T06:48:51.905465
2018-05-28T02:39:43
2018-05-28T02:39:43
123,947,453
0
0
null
null
null
null
UHC
C
false
false
385
c
#include <stdio.h> int num = 5; int static num2 = 0; void incrPtint(void); void incrPrint(void) { int num = 1; num++; printf("incrPrint(): num의 값 --> %d \n", num); //함수가 끝나면 내용이 사라짐. } int main(void) { num = 10; printf("num: %d \n", num); incrPrint(); incrPrint(); incrPrint(); printf...
[ "noreply@github.com" ]
baekjonghun.noreply@github.com
60310d164f4fb0178f6385175f9b9035127fd49f
d000f03b232d02703afbfe37a141cd4abd73c704
/v2.0/cocos/AndroidGame2DCC/classes/com_plter_game2d_display_Sprite.h
92d88b284988f174acc0242ee3903b2adfa16371
[]
no_license
weimingtom/android-game2d
7bf8de2efb0d4261706bade3304761e40db75094
2daedc150dbf3dfdf9eee4f64ec89f8883d4cc97
refs/heads/master
2021-01-15T13:33:41.947792
2014-04-01T03:04:40
2014-04-01T03:04:40
null
0
0
null
null
null
null
UTF-8
C
false
true
746
h
/* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class com_plter_game2d_display_Sprite */ #ifndef _Included_com_plter_game2d_display_Sprite #define _Included_com_plter_game2d_display_Sprite #ifdef __cplusplus extern "C" { #endif /* * Class: com_plter_game2d_display_Sprite * Me...
[ "github@plter.com" ]
github@plter.com
dceebac046ce409a58e1a4b4f018525dd2f2037d
4c4a073dfd5fee5164ea6575a262919acb964fc2
/v6/src/cref/src/upost.c
d75dc6379232e6f0a25207e62fe73af438a2c7e0
[ "Apache-2.0" ]
permissive
jessexm/micronix
53a8380c17bf9c842c34632286a1fb28b627629d
24e663a48d9d8673a0ac9c2c048a8a3ef2267e7f
refs/heads/master
2020-03-25T22:43:04.084088
2018-08-08T20:50:48
2018-08-08T20:50:48
144,238,005
1
0
Apache-2.0
2018-08-10T04:46:26
2018-08-10T04:46:26
null
UTF-8
C
false
false
2,577
c
/*int mbuf[1024]; /*INSTR*/ int psw 1; int initf 1; main(argc, argv) char *argv[]; { auto f,fct,file; if(argc < 2) { printf("Usage: cpost [-d] file1 file2 ...\n"); exit(); } if(*argv[1] == '-') { fct = argv[1][1] - '0'; if((fct < 1) || (fct > 9)) { printf("-d: 0 < d < 10\n"); exit(); } argv++;...
[ "cmayer@appdynamics.com" ]
cmayer@appdynamics.com
05566abd1c13808a937a571650718a24d3a64e23
27bcd5c9ded70102540c0ccd03f3e2b281dbf58c
/mudlib/d/asgard/room/templo/columna4.c
93eda90b44d9339dc5ff73303a8c4bfe904c1a4f
[]
no_license
unleashed/ninetears
57fdc71fd651b3ff95e5e7c14b0566729584e006
4edd22c75e3fa99be4b5820300491c6b62e06085
refs/heads/master
2020-07-14T04:25:56.302027
2019-08-29T18:46:57
2019-08-29T18:46:57
205,225,438
1
0
null
null
null
null
ISO-8859-1
C
false
false
1,124
c
//.oO JaDe Oo. Junio'02 inherit "/std/room"; void setup () { set_short ("%^BOLD%^%^BLACK%^Templo de %^GREEN%^J%^RESET%^%^GREEN%^aDe%^RESET%^: Columna"); set_long ("%^BOLD%^%^BLACK%^Templo de %^GREEN%^J%^RESET%^%^GREEN%^aDe%^RESET%^: Columna\n\n" "Estás delante de uno de los cuatro pilares del templo. Al obs...
[ "amr@redhat.com" ]
amr@redhat.com
21465902daabb53e4b98ff9efc8c00e11a12968a
c9074786ad258fd80c2a3a244800c1cfd7193dc0
/src/rei.h
09cb02c325d5747afcf56ca752c970d70bf63287
[]
no_license
iwakuramarie/rei
1e3430931af785a047700c44229cf0c9397eda1e
7ff8ea613cbaed513dfb864d29574c3ffe630c7f
refs/heads/master
2023-02-08T19:26:44.862712
2021-01-04T17:06:39
2021-01-04T17:06:39
326,752,083
0
0
null
null
null
null
UTF-8
C
false
false
1,395
h
#ifndef REI_REI_H #define REI_REI_H #include <xcb/xcb_keysyms.h> #include <stdio.h> #include <stdbool.h> #include "types.h" #include "helpers.h" #define CONFIG_HOME_ENV "XDG_CONFIG_HOME" #define REI_SHELL_ENV "REI_SHELL" #define SHELL_ENV "SHELL" #define CONFIG_PATH "rei/reirc" #define HOT...
[ "iwakuramarie@waifu.club" ]
iwakuramarie@waifu.club
c6e7ae968d415edfa640db56c3bd0600eebf19da
e77914e7f05a0762113fe0e24f71f2553cb9c637
/professionals_pool.c
b2c78e1437b0a6c76a2d948f09dd4db7aa27a652
[]
no_license
HITKehaoChen/linkedout
b3eb4c949d6d9e17f4a2e4e32b951d6af3304909
ced7594cd05d3a20fee7a19dab5eb98cd6884a04
refs/heads/master
2021-06-14T00:46:28.178775
2017-01-16T17:20:14
2017-01-16T17:20:14
null
0
0
null
null
null
null
UTF-8
C
false
false
1,257
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "professionals_pool.h" #define BUFFER_SIZE_DEFAULT (1 << 20) professionals_pool *professionals_pool_new(const companies_map* companies_map, const professionals_map* professionals_map, const char *filename) { professionals_pool *this = malloc(size...
[ "iasongavriil@gmail.com" ]
iasongavriil@gmail.com
00a70b72ae7e63c26b3782e10bbb67029c299e66
4ba9522313650e40bd619a00ed30645947b19da9
/Pods/Headers/Build/TesseractOCRiOS/stopper.h
d4566dc589012da6e215773be09da2a736dadd2c
[]
no_license
timothytong/GlassOS
12c6601df3e56c8719599da488ef35508e40cb3a
8b8b12220481000e7ee326cc0efe15b109e08ca8
refs/heads/master
2021-01-24T23:25:44.356434
2015-01-11T04:54:27
2015-01-11T04:54:27
27,929,619
1
1
null
null
null
null
UTF-8
C
false
false
65
h
../../../TesseractOCRiOS/TesseractOCR/include/tesseract/stopper.h
[ "timothy.tong@hotmail.ca" ]
timothy.tong@hotmail.ca
b9d417ac59445aadc9dfb2c468f2c42d140bb447
0c1cfcf25b134c60c2bff9aae6bf39ecbd3834bf
/Data Structers/02_LinkedList/linkedList.h
25d303b84dcecdb26f69a0c3986a3598dd2ad74e
[]
no_license
RachelMatlis/sqlink
64b5238ef037d0ceda2fdf36237467f8d23f76cf
33f55a0afb292b12424a86e2aeb1e74287c9036d
refs/heads/master
2021-06-21T23:07:27.949826
2021-03-17T14:11:57
2021-03-17T14:11:57
200,982,648
0
1
null
null
null
null
UTF-8
C
false
false
322
h
#ifndef H_LINKEDLIST #define H_LINKEDLIST typedef struct node { int val; struct node* next; } node_t; node_t* pushToLinkedList(node_t*, int); node_t* flipLinkedList(node_t*); node_t* findMiddleOfLinkedList(node_t*); int isALoopInALinkedList(node_t*); node_t* FindComminNode(node_t*, node_t*); #end...
[ "noreply@github.com" ]
RachelMatlis.noreply@github.com
846e992c65bbe47d5995a4cf45b000bd92dc858f
f9c2b9b90732871f4b848c77eda4cbc4915d7555
/Firmware/Projects/ezbl-v2.04/ezbl_lib/EZBL_ForwardBootloaderISR.c
7c86e00ce86a23ec103d999b9afef7f5d8ce81da
[]
no_license
gdgly/E_Moto
dea9e01dcc6907427cf50ced58b69c9557d5ed0c
b24d90e4151dce3bfd684236e7ae46a549fb77bc
refs/heads/master
2022-12-27T05:44:24.820709
2020-10-11T02:22:09
2020-10-11T02:22:09
null
0
0
null
null
null
null
UTF-8
C
false
false
5,845
c
/******************************************************************************* Easy Bootloader for PIC24 and dsPIC33 Library Source File Summary: EZBL_ForwardBootloaderISR variable definition (separately linkable) *******************************************************************************/ // DOM-IGNO...
[ "zach.levenberg@gmail.com" ]
zach.levenberg@gmail.com
2ad5f6c94136a5f3647211edd078774da099ec5b
19d52988af45df9c843635ee5ffa6175ed022456
/cw2/network/wip.c
3b4ef772a71a4356300e0a28436dbb5c34fc5f54
[]
no_license
EdwardFaull/ImperativeCourseworks
f8350eb729e3c2def682cb02b69414c4d9620365
fab9cfba98a3f084cb8bbf4a774f6a6684d0300d
refs/heads/main
2023-02-21T10:12:10.823029
2021-01-23T14:52:41
2021-01-23T14:52:41
332,231,875
0
0
null
null
null
null
UTF-8
C
false
false
750
c
bool unlink(network *n, item y){ if(empty(n)) return false; node *nodeX = n->current; node *nodeY = find(n, y); int length = edgeCount(n); int nLength = neighbourCount(nodeX); if(contains(length, nodeX->edges, y) == false) return false; deleteFromNodeArr(length, nodeX->edge...
[ "noreply@github.com" ]
EdwardFaull.noreply@github.com
0be29eb3590f839207f39a4c68248136a1c01621
3cb39833be57f9dd04d61e4aea525964671596f3
/boards/arm/disco_l475_iot1/board.h
c0f77a5a0c7f2ddde9e98f08e6a6e3d0eadde126
[ "Apache-2.0" ]
permissive
hautezwei/zephyr
dab4fd89506ebe643c591e981f4c094d9eae92f3
5d1b57ff9d08b47942c750a92c0af413d02c7c5c
refs/heads/master
2020-03-23T09:31:29.050696
2018-07-16T09:32:39
2018-07-17T21:08:22
141,392,978
1
2
Apache-2.0
2018-07-18T06:47:09
2018-07-18T06:47:09
null
UTF-8
C
false
false
178
h
/* * Copyright (c) 2017 Linaro Limited. * * SPDX-License-Identifier: Apache-2.0 */ #ifndef __INC_BOARD_H #define __INC_BOARD_H #include <soc.h> #endif /* __INC_BOARD_H */
[ "kumar.gala@linaro.org" ]
kumar.gala@linaro.org
2adf410ccc4e2ddf459fb0e64d85b97cad41ae81
51695f342751ec90c0289a3c169aa632b4ebd725
/Trabajos Practicos/TP7/tp7/ejercicio6.c
3d097598bc20ea54a3a70e7d3c66c6292686374b
[]
no_license
JuArce/2019Q2_PI
246fb2ea787c7151ec020908d1ef122e2593a623
cb845cd6a3528e6504d2f1d5a19fb2062f67ba7a
refs/heads/main
2022-12-31T08:02:15.352201
2020-10-25T15:52:17
2020-10-25T15:52:17
307,133,483
0
0
null
null
null
null
UTF-8
C
false
false
3,200
c
#include <stdio.h> #include <math.h> #include "getnum.h" #include "random.h" #include "getnum.h" #define X 5 //Cantidad de digitos #define MAX_LEVEL 10 #define TRUE 1 #define FALSE 0 void generaAleatorio(int incognita[]); int elegirNivel(void); void leerNumero(int numero[]); int coincideNumero(int incognita[], int nu...
[ "52429267+JuArce@users.noreply.github.com" ]
52429267+JuArce@users.noreply.github.com
785b6ff1d1498ee0da2bce8ad62ec69a07bc2461
fb1bf2a7189f8c9c3b611c119c0b1b5aeb7d0656
/indian/inc/en/ft_mess.h
22297c5f805b6fbc800b519aa2c14e8bbb00010c
[]
no_license
aoll/nm-otool
fea363ccd5402e30f62c208fd3bf48fe75251dec
56fb02564fa5bfbc9f8ad41a023be72abd6fdc81
refs/heads/master
2021-08-22T06:17:43.131728
2017-11-29T13:37:59
2017-11-29T13:37:59
107,954,237
0
0
null
null
null
null
UTF-8
C
false
false
1,988
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_mess.h :+: :+: :+: ...
[ "aollivie@e1r8p14.42.fr" ]
aollivie@e1r8p14.42.fr
523d5bdc3baed873c84fe7bb8dbe1bc17b78db61
330199c19a0283895f02316bea87e148da318ab6
/utilities.c
f81d56e7bf4cb1de5a8c6e73e5053a01e6611d7a
[]
no_license
thomasLeMeur/06-ls
c9d6972bcfddd26092dd4a59ec72aa47c95f4629
ced692b6add5b55758740e82a1c8d1b056b62c63
refs/heads/master
2021-01-01T04:10:56.529461
2017-07-13T15:33:14
2017-07-13T15:33:14
97,138,762
0
0
null
null
null
null
UTF-8
C
false
false
1,787
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* utilities.c :+: :+: :+: ...
[ "t.lemeur94@gmail.com" ]
t.lemeur94@gmail.com
7cdd96ebd750bf1f45b15afb5c28ce2055cd269d
d8365f53565706c4c50ffd5f8c599e4d2312482a
/display.c
1446bdbd9b16be0dff4852490ae35d4768d09381
[]
no_license
woniulive/Makefile_Learning
09010e201a47e5f6e861122a3961540c167504ee
581efba897fa839a2c66a71d65df815c5cf0d8b1
refs/heads/master
2020-05-06T13:50:45.815743
2019-05-21T02:12:34
2019-05-21T02:12:34
180,159,512
0
0
null
null
null
null
UTF-8
C
false
false
104
c
#include "defs.h" #include "buffer.h" void display_print(void) { printf("this is display.c\n"); }
[ "hiwszjq@126.com" ]
hiwszjq@126.com
3e1004058005846634235a4499651d089b32a9ee
65f9576021285bc1f9e52cc21e2d49547ba77376
/cdsp_proc/core/systemdrivers/clock/image/adsp/hw/sdm855/HALclkHWIOASM.h
499767d9da95cba5bbd6bf6aa508114dddf9d66a
[]
no_license
AVCHD/qcs605_root_qcom
183d7a16e2f9fddc9df94df9532cbce661fbf6eb
44af08aa9a60c6ca724c8d7abf04af54d4136ccb
refs/heads/main
2023-03-18T21:54:11.234776
2021-02-26T11:03:59
2021-02-26T11:03:59
null
0
0
null
null
null
null
UTF-8
C
false
false
1,545,457
h
#ifndef __HALCLKHWIOASM_H__ #define __HALCLKHWIOASM_H__ /* =========================================================================== */ /** @file HALclkHWIOASM.h @brief Auto-generated HWIO interface include file. Reference chip release: SDM855 (Hana) [hana_v1.0_p1q0r10] This file contains HWIO register...
[ "jagadeshkumar.s@pathpartnertech.com" ]
jagadeshkumar.s@pathpartnertech.com
58cdd7364c6143614bce68882a91b83d01daa230
576c194d4371e51589b67b29e7b15b5efe82d740
/Pods/Headers/Private/SecureNSUserDefaults/NSUserDefaults+SecureAdditions.h
97aa36b0fba26cc92c5a7dbf99eb3199fc69988f
[]
no_license
zhanglei1239/CLH_FrameWork_1
a6ce1c5850eb1bef41847582ef064361241bf4cf
3b5e3733b68b2e3561bf99f53a3b92340b2ba50e
refs/heads/master
2021-01-10T01:44:11.325481
2016-01-19T07:51:40
2016-01-19T07:51:40
49,399,270
1
1
null
null
null
null
UTF-8
C
false
false
104
h
../../../SecureNSUserDefaults/SecureNSUserDefaults/SecureNSUserDefaults/NSUserDefaults+SecureAdditions.h
[ "zhanglei1239@126.com" ]
zhanglei1239@126.com
798e06a8e2446ccab3d8f3bf8ea411c45a2c14d7
9802cb062844fbb798276eac21cd6282203aed56
/driverlib/MSP430F5xx_6xx/eusci_a_uart.c
c05386bd0fe6c45e985c4dd72e1a10c3208f3cb1
[]
no_license
duplico/halloween2014
84d20898a4b4ccd1286ead9bacf89bccc8ae3584
5ef6466087a07b282a2bb97609db1406b8267770
refs/heads/master
2022-11-12T23:50:03.585149
2014-10-25T03:29:33
2014-10-25T03:29:33
277,711,625
0
0
null
null
null
null
UTF-8
C
false
false
26,387
c
/* --COPYRIGHT--,BSD * Copyright (c) 2013, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistributions of source code must retain the above copy...
[ "duplico@dupli.co" ]
duplico@dupli.co
4f37b0b563ee5e6619095bac06c8faac5c4be210
e8982c151814510ba880821eff05e717fb2afbbc
/process2.c
45fc33f010fed636ad8d9cef9d7b1ba860ca7fac
[]
no_license
zlux/sharedmemory
c6bd7708d16bfcf66071c1f794fc71a9b1ece998
93b88cee7e1598864a1f6a379583f9da3980032d
refs/heads/master
2021-01-20T05:31:54.219884
2014-08-19T07:04:15
2014-08-19T07:04:15
null
0
0
null
null
null
null
UTF-8
C
false
false
837
c
#include "stdio.h" #include "stdlib.h" #include "string.h" #include <sys/ipc.h> #include <sys/shm.h> #include <sys/types.h> int main(int argc, char* argv[]) { int shmId = 0; char* pBuf = NULL; char pMessage[100] = {0}; int iLength = 0; if(argc !=2) { printf("argument error\n"); return -1; ...
[ "julian@julian-VirtualBox.(none)" ]
julian@julian-VirtualBox.(none)
24ded72350c2dfb422c5a7fa15c747e604696423
1c88e76d81ca5a3e00a505e39ebdcb918e45ec41
/lib/ft_strdup.c
fd5812c9289acc1e8dcb55fc0c080d466c9439f4
[]
no_license
mdaifi1337/miniRT
19eb52331e22127ea041e1e8459a9e7d4a283e87
99a2eb0435f11769a6d03c16eb7f9f994d0076e8
refs/heads/master
2023-01-22T15:21:34.375078
2020-12-01T17:55:11
2020-12-01T17:55:11
246,111,319
0
0
null
null
null
null
UTF-8
C
false
false
1,154
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strdup.c :+: :+: :+: ...
[ "mdaifi@e1r8p6.1337.ma" ]
mdaifi@e1r8p6.1337.ma
19cc60fbfce95e838095a17031aa07a4852189e5
270ea8deebcd0115e5a58db0295dd59003f107eb
/rtems-4.10/tool/b-gcc/sparc-rtems4.10/libstdc++-v3/include/ext/extptr_allocator.h
aaff529719835f394305e70516a9d73db53050f0
[]
no_license
hermixy/RTEMS_NEW_TOOL_CHAIN
e8b11d1564d20a55fe34c05c5bce81558476d1b9
fd3cceb66ea1f6434070699b7f9ef4b32805141f
refs/heads/master
2021-01-19T23:32:52.466576
2016-02-01T10:20:09
2016-02-01T10:20:09
null
0
0
null
null
null
null
UTF-8
C
false
false
74
h
/opt/rtems-4.10/tool/gcc-4.4.7/libstdc++-v3/include/ext/extptr_allocator.h
[ "ganliang0122@gmail.com" ]
ganliang0122@gmail.com
93f0f51d0b41d2ee2ad6c185ed64264f04ba2a99
938dfd9b100913aee2d54c94c3ba882ab3c58d26
/leetcode/leetcode_utils.c
2331788763878db2752dc5fd85965db1e8a07eef
[]
no_license
Chunngai/leetcode
c59d2407ce42edcb00a99dd7003cf71b58319f41
2c7d3596064a74921a97ff6078691fafb8c238d4
refs/heads/master
2021-07-21T23:30:30.765725
2021-07-16T16:46:31
2021-07-16T16:46:31
245,654,961
0
0
null
null
null
null
UTF-8
C
false
false
1,060
c
// // Created by neko on 2021/7/8. // #include <stdio.h> #include "linked_list.h" #include "leetcode_utils.h" void printNULL() { printf("%s \n", NULL); } void printInt(int val) { printf("%d\n", val); } void printChar(char val) { printf("%c\n", val); } // Linked list utils. struct ListNode *rem...
[ "mikumikku3939@icloud.com" ]
mikumikku3939@icloud.com
ba461930c75473812c1c5bb5969f48e6efae45ee
b2e94b462874dd88f6c59041401f2ed35f97cba5
/ft_printf/ft_convert_symbols.c
df8817340576c07cbf0aa7392d79fa9323e21498
[]
no_license
Fihiz/42-my_c_luggage
c8e38c1abc0c8a37584ce1e2222921f067eefc2c
9642e9e4a8603ee1051b962db54b393ddc91975f
refs/heads/master
2023-04-14T17:09:33.244191
2021-04-28T22:34:20
2021-04-28T22:34:20
283,537,659
0
0
null
null
null
null
UTF-8
C
false
false
1,500
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_convert_symbols.c :+: :+: :+: ...
[ "salome.d.audeteau@gmail.com" ]
salome.d.audeteau@gmail.com
65815275610c96849a5b8432a1a5a7370a035f0e
de037e6790ef95a0a30964b09c2bd98ccdbc5009
/test/fuzz_pkt.c
8dc11a1de172e0705ff95607440f12813a1d3976
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
gracchus163/quant
bcfcd57925c9560eaa1beda1394ea795f934be3d
f4b0b5b8fc60fbc03d19f503d1dca5a0e6844498
refs/heads/master
2020-04-03T22:09:09.663994
2018-10-31T12:03:27
2018-10-31T12:03:27
null
0
0
null
null
null
null
UTF-8
C
false
false
2,520
c
// Copyright (c) 2014-2018, NetApp, Inc. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // 1. Redistributions of source code must retain the above copyright notice, // this list of cond...
[ "lars@eggert.org" ]
lars@eggert.org
138518d550bbd97d38ae93fe74c34cd090c15a6a
2defea1593815edf76f6335344a4c42e75bdcf5d
/link.c
1a4721f2490523a0121d1640e1d744499bb73745
[]
no_license
zcl121/c.gcjx
7ac9299f23128215a0e4045dffbd103cfb7c597f
a92cb893f0ae968291052457579e49bea0d570d5
refs/heads/master
2020-07-24T02:21:37.641543
2019-09-11T09:34:40
2019-09-11T09:34:40
207,772,448
0
0
null
null
null
null
UTF-8
C
false
false
2,683
c
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <termios.h> #include <stdio.h> #include <unistd.h> #include <time.h> typedef struct lrc{ int m_time; char lrc_buf[200]; struct lrc *front; struct lrc *next; }LRC; void link_print(LRC *head) { LRC *pb = head; if(head == NU...
[ "826788394@qq.com" ]
826788394@qq.com
d2ac1b758980e5285e870eb16d6e31507f9829af
62f566ae593d8f323a3d9c2bf91fd0e03984800e
/clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vand.c
12ade5d8b62e3d2fe97955a16b0ba159d8a2215e
[ "Apache-2.0", "LLVM-exception", "NCSA" ]
permissive
laurentsimon/llvm-project
fd9f9680aadde78556eef66b9ee583cbbd69cf9b
2218f5998b5b274f4c50d1a5fa2728a87594377e
refs/heads/main
2023-04-04T13:35:08.187493
2021-04-19T21:59:32
2021-04-19T21:59:46
359,607,449
1
0
null
2021-04-19T21:48:40
2021-04-19T21:48:39
null
UTF-8
C
false
false
145,896
c
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py // REQUIRES: riscv-registered-target // RUN: %clang_cc1 -triple riscv32 -target-feature +experimental-v -disable-O0-optnone -emit-llvm %s -o - | opt -S -mem2reg | FileCheck --check-prefix=CHECK-RV32 %s // RUN: %clang_cc1 -triple riscv64 -targ...
[ "zakk.chen@sifive.com" ]
zakk.chen@sifive.com
e4e014b8a9037b7ada7236b0aec2b848a0c15816
30c963e7e840c3721d241516afd5803e9bc579be
/Pods/Headers/Public/AVOSCloud/AVGeoPoint.h
ec781e820b0bbb0f7ca1752c37f4955119b06902
[]
no_license
ipaste/BeaconTool
f8d17790cb42b2658cdba8cff10aa4b7b2a78d4d
cf21694399d1c994f099c94f4d7e9acc746a5d50
refs/heads/master
2020-04-11T22:16:07.316151
2015-05-04T02:55:52
2015-05-04T02:55:52
30,522,915
0
0
null
null
null
null
UTF-8
C
false
false
78
h
../../../AVOSCloud/iOS/release-v2.6.6/AVOSCloud.framework/Headers/AVGeoPoint.h
[ "hanbing0208@vip.qq.com" ]
hanbing0208@vip.qq.com
2c90d0c94252782ea6d43f59632962cac9511760
c28b2cfe2d3c4cbbf4a124ec12107f109bcf2afd
/Action3.c
8bfad1b19bf7308b5fc780acd712e5eabd259d50
[]
no_license
POHNAH/NT_3
0d73cdd154649acb680d7e555a201b25f0fba409
4249e2764f54f8a4fb645c7497c01e33817f9dec
refs/heads/master
2023-04-10T00:22:01.580588
2021-04-02T03:23:05
2021-04-02T03:23:05
353,892,467
0
1
null
null
null
null
UTF-8
C
false
false
25
c
Action3() { return 0; }
[ "wolf.programmer@gmail.com" ]
wolf.programmer@gmail.com
02032f688767f11b2e9113826fab542d443d7b16
aa581e27fd19e36816541d68f349646cbb451115
/src/cmd/eject.c
25ebd6055ad3be71b81775c0e3934aba93ad9552
[]
no_license
morgandruesne/PSU_zappy_2018
65f5d78cc868f2c741c38cb3c270a86b21f42526
8fa0bf188de458beb5c9cd7d3b1c8cb56f130e5a
refs/heads/master
2021-01-03T19:57:45.605350
2020-02-13T09:01:50
2020-02-13T09:01:50
240,217,197
0
0
null
null
null
null
UTF-8
C
false
false
1,745
c
/* ** EPITECH PROJECT, 2019 ** Zappy_Server ** File description: ** eject cmd */ #include "../../include/server.h" int eject_error_handling(int fd, char **cmd, int nbt) { if (ltab(cmd) != 1 || nbt == -2) { dprintf(fd, "ko\n"); ftab(cmd); return (-1); } return (0); } current_t *mov...
[ "morgan.druesne@epitech.eu" ]
morgan.druesne@epitech.eu
a168e316cf232b6ea9287578bfe2d0778fef27eb
bea1b4450097cddfa23bb8a3de9054831c3e534d
/Utilities/cmcurl/lib/cookie.c
69bc04260aab0e6a33409569629342c3edb9f7b9
[ "BSD-3-Clause", "curl" ]
permissive
cocowts/CMake
f2d6183eea36fb7575adc4c59601441b45eb22c6
c06e0356017beef41cd2bb57a6cebfb242a9128e
refs/heads/master
2021-03-10T14:20:55.894309
2020-03-10T14:30:37
2020-03-10T14:30:49
246,459,931
1
0
NOASSERTION
2020-03-11T02:52:42
2020-03-11T02:52:42
null
UTF-8
C
false
false
47,605
c
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
[ "brad.king@kitware.com" ]
brad.king@kitware.com
a6352dd1c132ff2a51e0540f1839828ceaff2a7d
bc4d0740ef6e011205d101d51632bb806d4eff89
/addr_modes/addressing_mode2.c
7aeaaf3e50aa277c3101d74b394725c7cd92e3e8
[]
no_license
jeevan-gaikwad/gnu_assembly
a3a14f0e95c97f02011089f5c7954d3eb326795f
de994f89c1e45f24ea5ed9005bb51bc610affb60
refs/heads/master
2021-01-05T07:51:40.702579
2020-02-16T18:12:05
2020-02-16T18:12:05
240,940,481
0
0
null
null
null
null
UTF-8
C
false
false
84
c
int arr[5]; int i; int main(void){ for(i=0;i<5;i++) arr[i]=i+10; return (0); }
[ "jcgaikwad@gmail.com" ]
jcgaikwad@gmail.com
c71a540be0277a379a0b8b8f430c36d05b75bb5e
6c6a75ae1637e3a9a76613e82bb3c849a1910368
/Temperature Sensor/AVR-IOT_HTTP/Demo.X/mcc_generated_files/winc/spi_flash/spi_flash.h
716a40f4ef7f77d80073859c2c0a492dff626f52
[]
no_license
BrendanTB5/CloudConnectedClassroom
70f9e3d468f0e047ded0810090ee97c45dfc685a
1ff986a20f95cc491d58a1099946b7e2adb8908e
refs/heads/master
2023-04-26T07:36:04.317509
2021-05-26T17:57:00
2021-05-26T17:57:00
242,887,082
0
0
null
2021-05-26T17:57:01
2020-02-25T02:03:17
C
UTF-8
C
false
false
5,420
h
/** * \file * * \brief SPI flash API * * Copyright (c) 2018 Microchip Technology Inc. and its subsidiaries. * * \asf_license_start * * \page License * * Subject to your compliance with these terms, you may use Microchip * software and any derivatives exclusively with Microchip products. * It i...
[ "mulholbn@rose-hulman.edu" ]
mulholbn@rose-hulman.edu
20ca9a0bc2dafde9e49aa33b4ccb49b9a96cfae2
648a28fe4a64e14eb86da8d06f6f5677a0af7ea0
/5Nov2019/demo1.c
4b0153a8f45ecc85d9a7e4fd6f754daf3ec6bc9d
[]
no_license
vikrant911998/DSRegNov
bb2ca747bc42562013458e7cb0309b74663d4b84
4da807cf559aaad289723b0ca77a3c1bcbe66e9f
refs/heads/master
2020-09-03T15:46:56.318757
2020-02-21T08:03:10
2020-02-21T08:03:10
219,502,111
1
1
null
null
null
null
UTF-8
C
false
false
349
c
#include<stdio.h> int main(){ int a[5]={12,23,34,9,11}; int i=0; for(i=0;i<5;i++){ printf("%d ",a[i]); } i=0; int j=4; for(;i<j;i++,j--){ int temp = a[i]; a[i] = a[j]; a[j] =temp; } printf("\nafter\n"); for(i=0;i<5;i++){ printf("%d ",a[i...
[ "noreply@github.com" ]
vikrant911998.noreply@github.com
086c7eb9650683b38c47ec3e366e7a1bf527fcdc
766329679ad0835b5801a9587922dad5059022f3
/pa1/intCompare.c
99623c10dab07dcc33fd323e90c6e748a676dc02
[]
no_license
twnbay78/Movie-Sorter
941105301e7b0018933733b459f65254b29f4856
7243de6c05a06244905a9c28dc4619f016c85b22
refs/heads/master
2021-05-08T06:50:26.131207
2017-10-26T01:33:38
2017-10-26T01:33:38
106,641,332
0
1
null
null
null
null
UTF-8
C
false
false
1,090
c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include "sorter.h" #include "mergesort.h" #include "intCompare.h" extern int sort_col_num; extern int sort_col_type; // Assigns a value in 1 array to an index in another array void movieAssign(void* arr1, void* arr2, int index1, int index...
[ "leoscarano6@gmail.com" ]
leoscarano6@gmail.com
a83357b62b72c9e7504e3c03cfe26ed3d98a756c
a6cb1a432ee52b9456f591657116cf557e36db2f
/source/lang/msgde.c
5d8730bcb74176caaf5a2bd9e016885417d6f560
[]
no_license
cruzmv/xHarbour2013
6c3ac65f066e72ab8e7f9136a136a17d40cd4875
25c532b9b97bb5b5ee6cb92bfc5a1c5a834a3b47
refs/heads/master
2020-08-06T17:00:36.389857
2019-10-05T23:31:32
2019-10-05T23:31:32
213,084,287
0
0
null
null
null
null
MacCentralEurope
C
false
false
6,036
c
/* * $Id: msgde.c 9279 2011-02-14 18:06:32Z druzus $ */ /* * Harbour Project source code: * Language Support Module (DE) * * Copyright 1999 {list of individual authors and e-mail addresses} * www - http://www.harbour-project.org * * This program is free software; you can redistribute it and/or modify * it un...
[ "=" ]
=
b07b0102441874155dd6d449dc01682589f26a5c
f3498e863e6500508f486added078aa462239de2
/devel/include/mavros_msgs/WaypointPull.h
dd62c6bac6e3b6b3241817a392d97e94cf6cc669
[]
no_license
luiscaiza/catkin_ws
82bf39d25c3e732a4a3e5408b81de7992373cb87
ac038d7623b27217309adbbd38ace6e0bb528d61
refs/heads/master
2020-04-16T04:41:09.004587
2019-01-15T19:17:28
2019-01-15T19:17:28
165,276,961
0
0
null
null
null
null
UTF-8
C
false
false
82
h
/home/luis/catkin_ws/devel/.private/mavros_msgs/include/mavros_msgs/WaypointPull.h
[ "lcaiza2012@gmail.com" ]
lcaiza2012@gmail.com
342f5da6b2dd296d65bc5f02f25687ec3a29cfb7
e471c2d4811956d0d92fe374a23b1b8fc3126fd2
/practica.c
0c2b33350d956d8b44bb30f332bc290ab161aaf6
[ "MIT" ]
permissive
MyriamVelasco/practica01
ae7325d008b1631ad5d593eac57d6392969e8263
9f7434dd2b16bc496edd793471097a504909fa43
refs/heads/master
2021-07-09T19:17:05.006411
2017-10-11T18:55:08
2017-10-11T18:55:08
106,594,738
0
0
null
null
null
null
UTF-8
C
false
false
446
c
#include<stdio.h> int main(){ int v[11],aux=0; printf("Ingresa tus numeros a usar \n"); for(int i=1;i<=10;i++){ printf("1er numero %i:\t",i); scanf("%i",&v[i]); } printf("-----------------\n"); printf("numeros mayor a menor\n"); for(int t=0;t<11;t++){ for(int j=0;j<11;j++){ if(v[j]<v[j+1]){ ...
[ "noreply@github.com" ]
MyriamVelasco.noreply@github.com
9ce3b3bc3ee54335c3bd49b530a39ca2ec941615
15fde9913bf2a5eb7de7c38980fa356e6802a14e
/C/linkedlists/xor_linked_list/main.c
4fcc3923feb0a2d33b680a79c9a668783f9136f9
[]
no_license
austinmw/code
78d8a92afca988c91d2b6d8a42f65e785fb3fef1
5821513f92b91edbb516dc13cd1793ef5112a591
refs/heads/master
2021-01-11T16:50:17.175044
2017-06-15T07:43:19
2017-06-15T07:43:19
79,679,949
1
2
null
null
null
null
UTF-8
C
false
false
756
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "xordll.h" int main() { int a = 1,b = 2,c = 3, d = 4, e =5; XORList * list = xorlist_create(); xorlist_push_back(list, &a); xorlist_push_back(list, &b); xorlist_push_back(list, &c); xorlist_push_back(list, &d); xorlist_push_back(list, &e); p...
[ "austinmw@bu.edu" ]
austinmw@bu.edu
5242f0330a31ac2b87bd50d06a9d861f7a457ed6
66d95227695876d3019d471916f79ae2ea14ba17
/samples/basics/scratchpad/scratchtest.c
d299e6c3beef8bb3a8c53fa711152f579cae5d71
[]
no_license
ruifig/G4DevKit
60f4aa01fd9727ef527dfd53804c47ab69d55046
b996996399bc436bda67c3e2b07491ae49391eed
refs/heads/master
2022-04-14T09:08:44.353911
2020-02-02T17:36:26
2020-02-02T17:36:26
123,501,451
0
0
null
null
null
null
UTF-8
C
false
false
587
c
#include <stddef.h> typedef signed char s8; typedef unsigned char u8; typedef signed int s32; typedef unsigned int u32; /* * Load control register */ u32 cpu_get_crirqmsk(void) INLINEASM("\t\ mrs r0, crirqmsk"); void cpu_set_crirqmsk(u32 val) INLINEASM("\t\ msr crirqmsk, r0"); void cpu_(u32 val) INLINEASM("\t\ ms...
[ "ruimvfigueira@gmail.com" ]
ruimvfigueira@gmail.com
c156bef3e3b1f0fae6c6058d12de1fdbf57f2f8c
67305fcba68fdf469862aed2959ad1dd5b22a536
/rt-thread/components/finsh/finsh_heap.h
9c04e5c22f903f23fabe0f6080d755f6f99f6ab8
[ "Apache-2.0", "LicenseRef-scancode-generic-cla" ]
permissive
RT-Thread/IoT_Board
cdabf100a8d515fbcaa65ab0b72ec67acb0d2c9a
2d218a4e06f06dbb356ec00767904f91d00db7cc
refs/heads/master
2023-09-04T16:51:34.485240
2022-01-19T01:26:16
2022-01-19T01:26:16
161,133,933
344
238
Apache-2.0
2023-06-06T04:10:57
2018-12-10T07:21:46
C
UTF-8
C
false
false
384
h
/* * Copyright (c) 2006-2018, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2010-03-22 Bernard first version */ #include <finsh.h> #ifndef __FINSH_HEAP_H__ #define __FINSH_HEAP_H__ int finsh_heap_init(void); void* finsh_heap_...
[ "armink.ztl@gmail.com" ]
armink.ztl@gmail.com
72e3feadac197f1cb5c9fb3ecd05e32dd7902e6e
0e75b37975864e1bfb9214b692489732560fe19c
/Core/Inc/stm32f4xx_hal_conf.h
28c5447361383ac79b769fdf8799f2d46fd2c42f
[]
no_license
batukov/emc
ee2ef058a0792beb5fb6f7d1da63a3c5958b6100
50a606689e79ee1cb11f40d2d250ba2c4e62f752
refs/heads/master
2020-04-15T17:04:03.593213
2019-07-03T14:03:31
2019-07-03T14:03:31
164,859,275
0
0
null
null
null
null
UTF-8
C
false
false
17,331
h
/** ****************************************************************************** * @file stm32f4xx_hal_conf.h * @brief HAL configuration file. ****************************************************************************** * @attention * * <h2><center>&copy; COPYRIGHT(c) 2019 STM...
[ "yar2491@yandex.ru" ]
yar2491@yandex.ru
eec098538198b3e6c37736a45c326234f4b70bff
f5aacb6a9009186944b63757f4c8685c1d73e57f
/sys/dev/ebpf/ebpf_map_bad.c
55d462e2f6fe628911f86d7e5543f837e92a8537
[ "Apache-2.0" ]
permissive
ethercflow/generic-ebpf
f62364224681eb11fcfbd2cedaae0eea9f6e58f9
8a499db262a46d7b063b0f40d400c9dcd18f4332
refs/heads/master
2020-03-28T15:42:40.023270
2018-12-07T11:48:35
2018-12-07T11:48:35
148,618,706
1
0
Apache-2.0
2018-09-13T09:58:37
2018-09-13T09:58:37
null
UTF-8
C
false
false
1,795
c
/*- * SPDX-License-Identifier: Apache License 2.0 * * Copyright 2017-2018 Yutaro Hayakawa * * 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/LICEN...
[ "river@ht.sfc.keio.ac.jp" ]
river@ht.sfc.keio.ac.jp
2b01f75d4e8dbca00f6854aabeecdea4a242c941
806e212e8d7918f447cba32494a22a49ce227962
/libft/ft_striter.c
c6d3de44953a741755ab5255a29f70721604cf87
[]
no_license
TiffanyMab25/ft_ls
95c82269760355d90bbd660421b9c62a17a99462
04080f2568612ab405f858b9483ee34bb952dd1c
refs/heads/master
2020-07-23T12:12:46.705218
2019-09-25T06:26:13
2019-09-25T06:26:13
207,552,765
1
0
null
null
null
null
UTF-8
C
false
false
1,068
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_striter.c :+: :+: :+: ...
[ "tmabunda@c5r7s6.wethinkcode.co.za" ]
tmabunda@c5r7s6.wethinkcode.co.za
e150d91845c5b44616ca09a9fe7394ed8242605a
1cc5d45273d008e97497dad9ec004505cc68c765
/cheatsheet/ops_doc-master/Service/Object-oriented_programmig_with_ANSI-C-71ca88dc9fc95e5423cf5b3e78d77e4eb19339c0/code/05/Name.c
d4fd67ea5429d4c834e3d09ce6727072a60bf583
[]
no_license
wangfuli217/ld_note
6efb802989c3ea8acf031a10ccf8a8a27c679142
ad65bc3b711ec00844da7493fc55e5445d58639f
refs/heads/main
2023-08-26T19:26:45.861748
2023-03-25T08:13:19
2023-03-25T08:13:19
375,861,686
5
6
null
null
null
null
UTF-8
C
false
false
1,328
c
#include <assert.h> #include <stdarg.h> #include <stdlib.h> #include "binary.h" #include "parse.h" #include "value.h" #include "Name.h" #include "Name.r" #include "Var.h" /* to create variables */ /* * Name * maintain a table of Name structures */ #ifndef NAMES /* tunable: initial size of symbol table */ #define ...
[ "wangfl217@126.com" ]
wangfl217@126.com
bb646e454f72399cfbddc4e0a165d76e28a54152
ab50a020af0c976f1638beee107fe6ed0108ce3d
/setdata.h
5c51692928d5b816f2b2bdb5172b46526fdfa4df
[]
no_license
f3rn4s/Pg2_S2_Trabalho2
ae5681446ac10aeb5479fda7ff32de5445b4caa0
15d47d3c17d273d41fc5827c8302801b668161a0
refs/heads/master
2022-09-07T11:05:32.235299
2020-05-26T16:42:51
2020-05-26T16:42:51
267,092,186
0
0
null
null
null
null
UTF-8
C
false
false
1,702
h
#ifndef M_TAG #define M_TAG #include "tagtype.h" typedef struct m_tagset_t { int size; // Quantidade de elementos alojados em data. int count; // Quantidade de elementos preenchidos em data. MP3Tag_t **data; // Indica array, alojado dinamicamente, com ponteiros para as tags. MP3Tag_t **aux; // Indica array, aloja...
[ "fernassabetudo@gmail.com" ]
fernassabetudo@gmail.com
f2aecb4882c7ba51f29f27139918c1ff48808971
67101b683d6732532bf87c7d1b310c5001885eed
/src/util/tar.c
9949aa6184dd8d6587f119663426a60267a7a889
[ "MIT" ]
permissive
ChrisSwinchatt/Redshift
c5e3a64cd35ef3fd5b4118fe464509593ca8b242
ac0517c76eaa00c10f88849e08c722a931a306c1
refs/heads/master
2021-01-19T06:57:31.029582
2020-11-18T13:51:22
2020-11-18T13:51:22
24,794,271
0
0
null
null
null
null
UTF-8
C
false
false
3,570
c
/** * \file util/tar.c * TAR archive reader. * \author Chris Swinchatt <c.swinchatt@sussex.ac.uk> * \copyright Copyright (c) 2012-2018 Chris Swinchatt. * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal ...
[ "c.swinchatt@sussex.ac.uk" ]
c.swinchatt@sussex.ac.uk
845e10541f97ebd51d1b5ad657f77f38733e5c4a
a05e22069dd6636ca039f6f382883f353f958f93
/VEOX/editline.h
712c1a3ae3b8e396b90a9f31664f5b7bfd3d53d2
[]
no_license
Cat2nadi/Efecto_deSitio_2021
ed67cb32b710741e64839349c026af6851f415e9
761feb00205718e9d892b557052bb0db2274099f
refs/heads/master
2023-03-19T01:45:39.115957
2021-03-10T07:21:10
2021-03-10T07:21:10
346,257,003
0
0
null
null
null
null
UTF-8
C
false
false
1,632
h
/* $Revision: 1.1.1.1 $ ** ** Internal header file for editline library. */ #include <stdio.h> #if defined(HAVE_STDLIB) #include <stdlib.h> #include <string.h> #endif /* defined(HAVE_STDLIB) */ #if defined(SYS_UNIX) #include "unix.h" #endif /* defined(SYS_UNIX) */ #if defined(SYS_OS9) #include "os9.h" #endif /* defin...
[ "tp_nadi@hotmail.com" ]
tp_nadi@hotmail.com
ddd044b412b7c122f2482f93232050d7855bc11b
2f867d5b9e56bed0c52125bef499cd713b8c1f52
/RobotDog/Src/main.c
d061c344e76bc248f438278d3f8df9de6fd0b1c8
[]
no_license
AlanXueCN/RobotDog
43e5bfc210e2f4a03cd1c1d1dec576a090898c01
c31cd5e1445d7ef4a6af2f20f1f1c17a17b86b14
refs/heads/master
2022-04-17T23:27:02.984289
2020-03-18T02:11:54
2020-03-18T02:11:54
null
0
0
null
null
null
null
UTF-8
C
false
false
7,990
c
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : main.c * @brief : Main program body ****************************************************************************** * This notice applies to any and all portions of this ...
[ "critical.hit@hitszqmaker.club" ]
critical.hit@hitszqmaker.club
dfc279a68b96326b2c57e787be90b010ea355333
5a44eac7ce27893035604c412412b71a7cccb343
/hardware/arm/Nuvoton/system/Mini51Series/Chips/list33.h
c2f32ced356a1bbdc2efd9fc62a60b493d9ff2db
[]
no_license
huaweiwx/ARDUINO_Nuvoton
d0e3b6e95eb35f508aad925afa814ff13e0978e4
e4a8b841c4027bde715c34f2745b23593c590b5d
refs/heads/master
2020-04-05T12:44:29.382129
2019-04-03T12:18:02
2019-04-03T12:18:02
156,878,513
8
2
null
null
null
null
UTF-8
C
false
false
1,998
h
#ifndef _CHIP32_PINLIST_H_ #define _CHIP32_PINLIST_H_ #if USE_ICE >0 #define CHIP_PIN_LIST \ PIN(1,5,1),/*P1.5*/\ /*2 nRESET*/\ PIN(3,0,3),/*P3.0*/\ PIN(5,4,4),/*P5.4*/\ PIN(3,1,5),/*P3.1*/\ PIN(3,2,6),/*P3.2*/\ PIN(3,4,7),/*P3.4*/\ PIN(3,5,8),/*P3.5*/\ PIN(3,6,9),/*P3.6*/\ PIN(5,1,10),/*...
[ "huaweiwx@sina.com" ]
huaweiwx@sina.com
7eb8dd9af2cd43ce7f1afb6d3e02b1edaed0fa69
278176bd65a32705392e1dbf6189071202ad7204
/407sharpdistance/Src/semihosting.c
d48ae5b143a47ea8d22bc3c42f5d0f25438ce667
[]
no_license
tomyqg/stm32tutor
9ac0de7cfc90bd35f9c4e0571d7aef7bf055a592
4fe66470d7474fd607ec7bf0e1ee345ad0dfa2b8
refs/heads/master
2021-05-30T13:32:16.866577
2015-01-05T15:53:12
2015-01-05T15:53:12
null
0
0
null
null
null
null
UTF-8
C
false
false
1,934
c
/** ****************************************************************************** * @file semihosting.c * @author Coocox * @version V1.0 * @date 09/10/2011 * @brief Semihosting LowLayer GetChar/SendChar Implement. * ********************************************************************...
[ "klaus@klaus-liebler.de" ]
klaus@klaus-liebler.de
b9dc8817d70741ed2bedc5f037d0dd19dc4bbe81
be5b0e78f19941e8319a9d8d76a38c3932d0a43e
/46.c
04dd5dbca97a88f4cf4cf8eea7696d0df3f6c9e8
[]
no_license
LEZLINBATHRUSE/BATHRUSE
d2477cece5cf762e8692edb02e610c313743521d
b76bbede2483f937a296357302295961cc395003
refs/heads/master
2021-05-11T01:04:33.286198
2018-03-16T09:42:58
2018-03-16T09:42:58
118,320,115
0
2
null
null
null
null
UTF-8
C
false
false
178
c
#include<stdio.h> void main() { long int a,n; printf("Enter n value"); scanf("%d",&n); printf("Enter a value"); scanf("%d",&a); while(a<=n) { a++; printf("\nA=%d",a); break; } }
[ "noreply@github.com" ]
LEZLINBATHRUSE.noreply@github.com
742f1ee42068b9bb9162f237092008081c3e7242
d56f3c9396a5e48feebb0bcd9eb3f03fd69f41f3
/OpenMAX/OMX_FFVideo/clock.h
098cf66b8d6182ceb74f6b7aa10a4721540f0918
[ "Apache-2.0" ]
permissive
whuer-xiaojie/Raspberry-Pi-Test-Program
b872901d01ba4c9ed343921eb18af2c306b0221e
1039e98283001b9767b7a966a0f499828633708d
refs/heads/master
2020-04-14T15:39:08.102705
2020-04-11T03:42:26
2020-04-11T03:42:26
163,933,494
0
0
null
null
null
null
UTF-8
C
false
false
269
h
/* * clock.h */ #ifndef CLOCK_H #define CLOCK_H #ifndef CLOCK_MONOTONIC_RAW #define CLOCK_MONOTONIC_RAW 4 #endif void __sleep(unsigned long ms); void __delay(unsigned long ms); unsigned long __clock(void); void get_local_time(struct tm *tm); #endif /* CLOCK_H */
[ "xiojie@sansi.com" ]
xiojie@sansi.com
5155cfddb6c2259ed69b231628b39291613c6909
aeb8302deb7f2240ef150d833515f26e82f4d692
/Temp/il2cppOutput/il2cppOutput/mscorlib_System_DelegateSerializationHolderMethodDeclarations.h
397bfb4de88263db4b1ee89449117dafbd1fc3c2
[]
no_license
AlvianPrasetya/TwistedMaze
4f8ad5dbf10590d90bc4bda4f88607d6bc562bb8
ddf046f1d9acb4ba8335efcd5acde787e66a6434
refs/heads/master
2021-01-13T00:50:20.752597
2015-12-15T09:12:32
2015-12-15T09:12:32
47,547,689
1
0
null
null
null
null
UTF-8
C
false
false
1,948
h
#pragma once #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" // System.DelegateSerializationHolder struct DelegateSerializationHolder_t1395; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t359; // System.Delegate struct Delegate_t379; // Sys...
[ "alvian.better@gmail.com" ]
alvian.better@gmail.com
775d2bdcaec6ab5bcc66580d2ef5f651aaaded3f
a33aac97878b2cb15677be26e308cbc46e2862d2
/program_data/PKU_raw/72/2546.c
e327b9a5f8eb37e9366fcf13fe3e3afaedae9446
[]
no_license
GabeOchieng/ggnn.tensorflow
f5d7d0bca52258336fc12c9de6ae38223f28f786
7c62c0e8427bea6c8bec2cebf157b6f1ea70a213
refs/heads/master
2022-05-30T11:17:42.278048
2020-05-02T11:33:31
2020-05-02T11:33:31
null
0
0
null
null
null
null
UTF-8
C
false
false
533
c
/* * 2.cpp * * Created on: 2013-12-13 * Author: g199 */ int main() { int m,n; cin>>m>>n; int shan[m+2][n+2]; for(int i=0; i<=m+1; i++) for(int j=0; j<=n+1; j++) shan[i][j]=0; for(int i=1; i<=m; i++) for(int j=1; j<=n; j++) cin>>shan[i][j]; for(int i=1; i<=m; i++) for(i...
[ "bdqnghi@gmail.com" ]
bdqnghi@gmail.com
1e6c1a4a479222b76c7b4cd3d386ed4d376e7478
107dd8d670d768a764a68a85bfd12faea255b573
/src/libxpeccy/filetypes/ima.c
0f78fcfc614570419f204c8c974d8d7ee0167c08
[ "MIT" ]
permissive
samstyle/Xpeccy
fe30610f4c176ccb8d26547b023e08deefbe94b6
ab037bffca565fbf99e1b9aac4631d949392c802
refs/heads/master
2023-08-31T06:38:00.226482
2023-08-21T18:49:18
2023-08-21T18:49:18
1,420,531
70
15
MIT
2022-08-26T23:06:07
2011-02-28T06:52:25
C
UTF-8
C
false
false
483
c
#include "filetypes.h" // 160trk x 18sec x 512bytes hd fdd image (1,44MB) int load_ima(Computer* comp, const char* path, int drv) { int res = ERR_OK; int trk; char buf[512 * 18]; Floppy* flp = comp->dif->fdc->flop[drv & 3]; FILE* file = fopen(path, "rb"); if (file) { for (trk = 0; trk < 160; trk++) { fread...
[ "samstyle@list.ru" ]
samstyle@list.ru
b43b32ecce4c87e425a2bec3322635ee7850bbc9
5014bc1560490ac37e8c5d2562a2bfdb16727ea9
/SDK/Nanodesktop/src/ndCODE_L2WinMenuList.c
c6a639a04b70f5868626dc4a51cb912273d475bf
[]
no_license
PSP-Archive/Nanodesktop
6fbf130d668dc9aa6afd06d8c4fff55a8cdcbdaf
37f502dff47c1a0b11c2a9d65c8cdcde12591e39
refs/heads/main
2023-02-28T08:41:12.147204
2021-02-08T13:01:00
2021-02-08T13:01:00
337,077,653
0
0
null
null
null
null
WINDOWS-1252
C
false
false
17,248
c
/* ---------------------------------------------------------------------------- Nanodesktop Library (version 0.3.4) Copyright 2008-2013 Filippo Battaglia ---------------------------------------------------------------------------- Version for PSP/PSPE -----------------------------------------...
[ "pierluigiortenzi@gmail.com" ]
pierluigiortenzi@gmail.com
af6a6ed33c57306efdbc398b10e0d31fd8a09fde
ce99bd11ca505967277f4689c621479c1987698e
/src/game/math_floor.h
550254214317f6f7f35d772ce73af925b5d31a34
[]
no_license
n64decomp/007
5951258890f15431f273e1503674c5e0402c66e0
c46751089ddc18b12ef7a45b6a3e03de2054c422
refs/heads/master
2022-11-08T23:34:54.021033
2022-10-29T14:41:01
2022-10-29T14:41:01
241,212,109
359
48
null
2020-11-21T23:30:31
2020-02-17T21:31:00
C
UTF-8
C
false
false
134
h
#ifndef _MATH_FLOOR_H_ #define _MATH_FLOOR_H_ #include <ultra64.h> f32 floorFloat(f32 arg0); s32 floorFloatToInt(f32 arg0); #endif
[ "kholdfuzion@gmail.com" ]
kholdfuzion@gmail.com
a55c66f749631b59b61d0ead80ce13101cb66070
b3028f9592079809b038dc0712bb8187ee1220d1
/particle-system-test/gl_program.c
617c66efafed793c93ff1d3bf3a19e3911d590d7
[]
no_license
dbousque/_test
d332f3c0e12345e75314890dd49c72cde52faeda
6f3d7b306054a589e6bee4d9d8c9d0cff2904f8d
refs/heads/master
2021-04-22T12:27:30.010507
2018-06-12T23:53:51
2018-06-12T23:53:51
47,752,436
0
1
null
null
null
null
UTF-8
C
false
false
2,183
c
#include "particle_system.h" char create_shader(GLchar const *shader_source, int mode, GLuint *shader) { GLint success; GLchar info_log[512]; *shader = glCreateShader(mode); glShaderSource(*shader, 1, &shader_source, NULL); glCompileShader(*shader); glGetShaderiv(*shader, GL_COMPILE_STATUS, &success); if (!s...
[ "dbousque@student.42.fr" ]
dbousque@student.42.fr
182e6072ef2b1fb66e479e4e62da071677b510a0
1274eaadd94978b70a6748d71340adc0c14f3c4d
/led_controller/led_controller.sdk/led_controller_test/src/led_controller_test_tut_4A.c
f3cc3c32e8e69347c11d464bbb67a8526a7ee6de
[]
no_license
lduran2/ece3623-lab9-ip_in_vivado_hdl
decbe237e91ccad3624528059a6e47403c055666
6f8e531b48cf249d6f5763fddda31e2df4655aa7
refs/heads/master
2023-01-11T02:28:53.226079
2020-11-18T03:38:44
2020-11-18T03:38:44
313,528,310
1
0
null
null
null
null
UTF-8
C
false
false
3,362
c
/* /* led_test.c * ############################################################################### * * A simple software application to test the functionality of the led_controller * IP core. The value of a counter is output to the LEDs. * * ###################################################################...
[ "29983534+lduran2@users.noreply.github.com" ]
29983534+lduran2@users.noreply.github.com
9fbdf8bb1e4b79e3a4b12213a6027d66f326798a
4bd68e3a1f4d78bff43c2caef47396e0bb4cf180
/sys/dev/pci/pcidevs.h
6bc037d890205541e4b494846deb797adcb6c33b
[]
no_license
ao-kenji/NetBSD-pc98
1cf62dc272508130e82e9513a9ce2aa02e7e63ed
78d492b8be41dc0555ac8bef66fc491e86f9343d
refs/heads/master
2021-03-12T20:32:15.329693
2015-01-19T14:47:44
2015-01-19T14:47:44
29,475,200
1
0
null
null
null
null
UTF-8
C
false
false
65,214
h
/* $NetBSD: pcidevs.h,v 1.120.2.2 1999/06/22 17:16:08 perry Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: * NetBSD */ #ifndef ORIGINAL_CODE /* $NecBSD: pcidevs.h,v 1.27 1999/07/23 07:09:24 kmatsuda Exp $ */ /* * [NetBSD for NEC PC-98 series] * Copyright (c) 1996, 1997, 199...
[ "aoyama@nk-home.net" ]
aoyama@nk-home.net
b51abd9b2e1dcb60921237863528f22c10c5c674
28fd09aacd43dd7c854cee588fd13407ee3b5a05
/acsl/libraries/libc/include/net/if.h
20d55eb045af603477b31d44bc7fb9f3e3445fc7
[ "Apache-2.0" ]
permissive
AnnotationsForAll/annotationsforall
3e9a444ba689153aa7bd0c027bf74e97ec9c4128
16024a9ffecdb72b638e1f942c567f8815183e89
refs/heads/master
2021-01-13T00:53:00.474354
2017-03-31T16:40:34
2017-03-31T16:40:34
53,446,061
4
1
null
null
null
null
UTF-8
C
false
false
5,517
h
/**************************************************************************/ /* */ /* This file is part of Frama-C. */ /* */ /* Copyrigh...
[ "crazybonesj@yahoo.com" ]
crazybonesj@yahoo.com
1a34799f36a521e9e438109caff6383bd738b875
c8733fa1b55907b1d141d1ac29da1628772de3fb
/llapi/warning_eliminator.h
02b2371016de6c9943bb2d6988552a9fee628089
[]
no_license
bartholomule/panorama
8f5ea3884d2820e1644a2672091dfebf49597595
052f1e42917c2153d51c8a6af45ad30ea6e6e7fa
refs/heads/master
2020-12-24T17:53:56.127961
2015-05-15T15:36:42
2015-05-15T15:36:42
35,681,996
0
0
null
null
null
null
UTF-8
C
false
false
1,341
h
/* * Copyright (C) 2002 Kevin Harris * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distrib...
[ "kpharris" ]
kpharris
c0e0e8684b4d243e4ac0692e1787120443c5b7bb
84ebcdb2fa8eccd1181dc28b982d32c2df167a04
/lab3/i8042.h
b756c0178d8bfc7c03f1f5c1c1cc749f6556e7c7
[ "MIT" ]
permissive
joaoagulha/FEUP-LCOM
07abbcd6eaaeec49ad08fbf326e05a94571f655c
323485cf6700f206c95d9c6ccc39cb78c171bf52
refs/heads/master
2020-03-30T02:39:10.485362
2018-10-07T12:00:10
2018-10-07T12:00:10
150,641,527
0
0
null
null
null
null
UTF-8
C
false
false
730
h
#ifndef __T8042_H #define __I8042_H #define BIT(n) (0x01<<(n)) #define FINE 0 #define NOT_FINE 1 #define TIMEOUT 4 //number of times kbd waits to receive message #define TIME_TO_WAIT 20000 #define KBD_IRQ 1 #define KBC_MAX_ATTEMPTS 3 //Ports #define KBD_STATUS_REG 0x64 #define KBD_CONTROL_REG 0x64 #define KBD_BUF 0x6...
[ "noreply@github.com" ]
joaoagulha.noreply@github.com
e9bf377d74e38e46e390d62ece0de4e904a87d90
1dea0304a205e810492d4e93440471b00a7e0c79
/20190530-x86-asm/struct.c
b039ec4148910064a7821b1cc433db6471273373
[]
no_license
lihux/LH2019
864f9209e74a390fc6d8fbfead1c290a3a23d36a
43f41759602e6dc8339c6dd5051d04d88b9a2609
refs/heads/master
2020-05-29T19:47:01.918985
2019-05-30T04:38:07
2019-05-30T04:38:07
189,338,719
0
0
null
null
null
null
UTF-8
C
false
false
482
c
#include <stdio.h> #include <stdlib.h> struct demo_s { char var8; int var32; long var64; }; struct demo_s foo (struct demo_s d) { d.var8=8; d.var32=32; d.var64=64; return d; } /* ----- end of function foo ----- */ int main ( int argc, char *argv[] ) { ...
[ "lihui@mucang.cn" ]
lihui@mucang.cn
58221459bddb0050e6d74cabf8a6f248d27e5650
78c3d63eab0c21fa6e1d9ef66379ad4dc21aa6ce
/LAB2/procesi.c
43080eb594f00c56ac4b4a84589a036862e659f9
[]
no_license
futa125/Operacijski-sustavi
a0eb390eba5b06c063e8f81b3c4bda8bfbed25ec
a26b02ef6d48a0271988b261cded9e98e9db2291
refs/heads/main
2023-05-05T07:50:35.017951
2021-05-24T09:41:45
2021-05-24T09:41:45
349,781,160
0
0
null
null
null
null
UTF-8
C
false
false
997
c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <sys/types.h> #include <sys/wait.h> #include <sys/ipc.h> #include <sys/shm.h> int PROCESS_COUNT, ITERATION_COUNT; int *sum; void process() { int i; for (i = 0; i < ITERATION_COUNT; i++) { *sum += 1; } } int main(int argc, char ...
[ "noreply@github.com" ]
futa125.noreply@github.com
f9aa07592b30cb832e5de3baa8e6108061e489f9
87000042871d7eeed018145b698db6a40cb90fb5
/redes/prac4/cliente_udp_conc.c
340c0f7b9f3319e61cad03f2c123f076553bf6d1
[]
no_license
dugo/practicas-sistemas-ugr
3472798131e4f0a4a48021f4e04b5f31b8e97c23
8b7cf6171cc1c1af0e43789acf145aae8a2fed5e
refs/heads/master
2016-09-06T16:34:56.613641
2012-05-03T14:39:12
2012-05-03T14:39:12
1,039,333
0
2
null
null
null
null
UTF-8
C
false
false
3,118
c
/************************************************************************* 09-01-2008: Rubén Dugo - Cliente de frases UDP concurrente: envia solicitudes de frases con un nombre y recibe frases con el nombre solicitado. - Uso: ./cliente_udp_conc <IP> <puerto 1> ... <puerto n> **************************************...
[ "rdugomartin@gmail.com" ]
rdugomartin@gmail.com
2b8b744b1b4656c07cd87b826e49625fcb679e66
e79973639db8ddc7562ec9d13d5b4e7b3131557b
/ghca_catch/hashtools/hashtools.c
8eed50acdc0c673d231297c8ee1239139892accc
[]
no_license
Emong/openwrt-hdwifi-pakages
7529d5b6b39cabc0d5fe147ce841bf0bf693c8ad
12fe95e6e51bf303f7ee12851be6aef33d9449bb
refs/heads/master
2020-06-02T10:35:59.731221
2015-08-12T13:05:48
2015-08-12T13:05:48
40,740,760
6
1
null
null
null
null
UTF-8
C
false
false
2,031
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "md5.h" char *MDString(char *in) { static char md5_32[33]; unsigned char md[16]={'0'},tmp[3]={'0'}; int i; MD5_CTX ctx; memset(md5_32,0,33); //if(MD5Init(&ctx) ==0 ) //初始化一个MD5_CTX这样的结构体 //{ // printf("Error!MD5_Init() Error!\n"); ...
[ "emong@vip.qq.com" ]
emong@vip.qq.com
7ed04ebd989ba3d5b091cda2a6d882435d4ff84a
bb203a239c853c4384273532837ea59a2f21256c
/hadik/inc/had.h
aecfb5ba77a715c400d2ff2af12b384db1c71a6a
[]
no_license
mkristien/kurz_cpp_201026
24d6364f8dbd362eb275ebf8c0b00e2ff858e7d8
68f591bed12fcc94e7b8bd9c0eb51ec1abe7f166
refs/heads/main
2023-01-08T03:34:56.226819
2020-11-12T08:18:19
2020-11-12T08:18:19
307,411,187
0
0
null
null
null
null
UTF-8
C
false
false
276
h
#pragma once #include "datove_typy.h" /** * Vytvor hada na zaciatku hry */ meta_had* init_had(int max_dlzka); /** * Zmen data o hadovi podla toho, ktorym smerom sa hybe */ void had_pohyb(meta_had* h, smer novy_smer); void had_sa_najedol(meta_had* h);
[ "martin.kristien@gmail.com" ]
martin.kristien@gmail.com
77b66c51da938b39e7d04c73e3dab39a6a10d71c
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/netdata/libnetdata/procfile/extr_procfile.c_pfwords_free.c
df65de048161bf2bb448544dbaf23ccc72fc123a
[]
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
626
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
4c9e1b6b27ee1eb824b197eb64592ef86ea6a8bf
6e32f49768cbb2dfbba30aac6e45027291ce418a
/pyc6accel/c6accel/soc/packages/ti/c6accel/ce/package/package.defs.h
fa197e753be55ba4bb9355555db726345bdbe06f
[]
no_license
Apaisal/pyc6accel
aedd3e8bb216086784cb9c1955bd1ce7e4103875
8ffb25dcdc215000ff61d68b9999c31d78c727e9
refs/heads/master
2021-01-22T11:41:18.575315
2011-04-18T11:04:57
2011-04-18T11:04:57
32,217,466
0
0
null
null
null
null
UTF-8
C
false
false
215
h
/* * Do not modify this file; it is automatically * generated and any modifications will be overwritten. * * @(#) xdc-v49 */ #ifndef ti_c6accel_ce__ #define ti_c6accel_ce__ #endif /* ti_c6accel_ce__ */
[ "anolpaisal@82e5e6f8-e07c-53cc-b47d-6f65d6055c65" ]
anolpaisal@82e5e6f8-e07c-53cc-b47d-6f65d6055c65
825fb366989d5d1a040d8dd0c0832136d0948122
e86bd8a18a34b6dfe66433cab921ea012fc900de
/data_structure/1-7.c
0477fc67ad3321680f0c760a72059a95d525ce81
[]
no_license
tingxueren/cstudy
54f7828ced2eab8fd50282ea9dfbee2c3c1fe7fb
e3cd6f0e71a9478688b79f9c13fe0ebcef2c25ad
refs/heads/master
2021-01-16T21:22:05.613662
2013-07-12T11:58:29
2013-07-12T11:58:29
null
0
0
null
null
null
null
UTF-8
C
false
false
2,209
c
/* * ===================================================================================== * * Filename: 1-7.c * * Description: 1-7 * * Version: 1.0 * Created: 03/20/2013 09:06:17 PM * Revision: none * Compiler: gcc * * Author: Zhang Dongsheng (mars), zhangd...
[ "zhangdongsheng1224@gmail.com" ]
zhangdongsheng1224@gmail.com
db4ab7970d5e3c0eca773db41ee9f028cbc0a06f
5efd48acb80d9afd56769fec5e0ec4be1d07fcd7
/srcs/binary/bn_wrapper.c
ded701283b153be3af07ecb83f0aad3a4e50d911
[]
no_license
xmazella/21SH
5cf99c8f3c4ec28e0393ddc9e01f9d38df1a26bd
01d9804df50124e510ed52c9ae49e638843d67ff
refs/heads/master
2020-04-28T22:31:50.964710
2019-03-14T12:50:54
2019-03-14T12:50:54
175,620,780
0
0
null
null
null
null
UTF-8
C
false
false
1,616
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* bn_wrapper.c :+: :+: :+: ...
[ "xmazella@student.42.fr" ]
xmazella@student.42.fr
45bc10a94b062ed5b5ce1f5be09026ade8fb85f6
309459799fa5bacf507da6cfe908c282da73f5a1
/c/g_dev/g_dev.c
54a264648f83e97024fcab39ab944664c6c07a87
[]
no_license
zz1559152814/Exercise_program
95c2ca207ad3c0bcbbc18cd5d3ca6c52705c7eb8
de7d62e55b30fe3b1ae9d925f184e52176823922
refs/heads/master
2021-05-10T22:39:43.910142
2018-01-20T16:39:48
2018-01-20T16:44:03
118,261,207
0
0
null
null
null
null
UTF-8
C
false
false
595
c
#include<stdio.h> #include<math.h> int main(void) { static double x[8]; static double mean; static double st_dev; static double sum; static double sum_sqr; int i; printf("intput the number of the arry:"); for(i=0; i<8; i++) { scanf("%lf",&x[i]); } for...
[ "1559152814@qq.com" ]
1559152814@qq.com
c90dfb6c02cbdd15bbf2a9fbf0bb43d110814278
87f07ee177241be8cfca2687638b4a6c69e0f295
/phyx_11u35_board_lib/inc/retarget.h
e3ba56d0862dbca50de5247b97139b072ed09123
[]
no_license
bertouttier/PhyxHID
08982dad3dbc2e524cd44b9644a0ce25affddc4c
7c27942bef6d7072a9150ab92c8854d627e96a19
refs/heads/master
2021-01-19T02:14:17.258721
2016-02-01T09:08:27
2016-02-01T09:08:27
35,180,021
0
1
null
null
null
null
UTF-8
C
false
false
6,549
h
/* * @brief IO redirection support * * This file adds re-direction support to the library for various * projects. It can be configured in one of 3 ways - no redirection, * redirection via a UART, or redirection via semihosting. If DEBUG * is not defined, all printf statements will do nothing with the * ou...
[ "outtierbert@gmail.com" ]
outtierbert@gmail.com
21c01f5f9f0c74f7c865f8457e8d70adef9efd55
fb3c1e036f18193d6ffe59f443dad8323cb6e371
/dependency/ssl/src/ssl_sess.c
2478ec04e0c2139e02ad775d066c2a123905b113
[]
no_license
playbar/nstest
a61aed443af816fdc6e7beab65e935824dcd07b2
d56141912bc2b0e22d1652aa7aff182e05142005
refs/heads/master
2021-06-03T21:56:17.779018
2016-08-01T03:17:39
2016-08-01T03:17:39
64,627,195
3
1
null
null
null
null
UTF-8
C
false
false
33,781
c
/* ssl/ssl_sess.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and n...
[ "hgl868@126.com" ]
hgl868@126.com
cd485ffab638f75e93ec767b52ff6f49b4532585
b6970c29923287f452b6572089a92bb8333677f3
/d05/ex14/ft_str_is_uppercase.c
6c0b99ac064a29291489167cd2123a02a1c3543a
[]
no_license
j-jacobi/piscine_42_c
b0b3932f241db9a95970acf649bc1d1aaccfb08e
41a716c7ecbf18003b7939c1c076c20bba31096b
refs/heads/master
2021-06-07T09:41:26.479042
2016-08-31T20:18:40
2016-08-31T20:18:40
null
0
0
null
null
null
null
UTF-8
C
false
false
1,059
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_str_is_uppercase.c :+: :+: :+: ...
[ "jean.jacobi@live.de" ]
jean.jacobi@live.de
eec7a5aedbc79959e159fcc2acd0331507f5f76d
f71e2d0f01a576bda7a1f76fe945060be8e13913
/shared/opencv.h
28646da350c4919b08cfdcbe39195ee115c06ae0
[ "MIT" ]
permissive
changeyourdestiny/DIP
8cf607280166e9a64c080a54764ef40dec7855a1
c65a5a0e500fa5fb6d32c7729550ff982bc06272
refs/heads/master
2021-01-13T11:32:37.279210
2016-04-16T20:55:13
2016-04-16T20:55:13
null
0
0
null
null
null
null
UTF-8
C
false
false
435
h
#ifndef DIP_OPENCV #define DIP_OPENCV #include <opencv2/core/core_c.h> #include <opencv2/imgproc/imgproc_c.h> #ifdef DIP_DESKTOP #include <opencv2/highgui/highgui_c.h> #endif #ifdef __cplusplus #include <opencv2/core/core.hpp> #include <opencv2/imgproc/imgproc.hpp> #ifdef DIP_DESKTOP #include <opencv2/highgui/highg...
[ "uroboro845@gmail.com" ]
uroboro845@gmail.com
b25bfa848c8b9c48f6e9530c568b5c7f3ddaac30
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/admin/wmi/wbem/adapters/oledb/corepol.h
33314148afbb72b5f75f0fec31694bde0e6d4dfc
[]
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
771
h
/*++ Copyright (C) 1996-1999 Microsoft Corporation Module Name: COREPOL.H Abstract: declspec import/export helpers History: --*/ //#define TRACKING // If we are building a the DLL then define the // class as exporteded otherwise its inmported // ============================================ #ifndef C...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
0357c49f836e9e62a803793f41b9b58863f5a6cc
444ddb8221a738e97ea668fc2a672df9418f992c
/photos/1:1/batch/badapple (1) 1031.c
c4b7ea618eded01e499b46427b74e5bb5118bf84
[]
no_license
our0boros/BadApple
4c9484f96f90c48ddf1e499cfc2510ac7448f5d8
b8a7526ee9266af5d98a786a000339eefc5c01a1
refs/heads/master
2023-01-12T22:41:23.548615
2020-11-18T12:16:13
2020-11-18T12:16:13
null
0
0
null
null
null
null
UTF-8
C
false
false
134
c
const unsigned char gImage_badapple (1) 1031[8] = { /* 0X01,0X01,0X08,0X00,0X08,0X00, */ 0X22,0X20,0XC0,0X80,0X40,0X80,0X40,0X00,};
[ "863166709@qq.com" ]
863166709@qq.com
2b118c78af18fa49c9718a8731135cacd07bb239
f4e15173c5ef6ae249bad058239ce335ea621810
/lab7/task1/hexeditplus.c
9b9cacb58058356691018794f7ec430b587dd1a9
[]
no_license
netanelpr/caspl
10ca5432336d16153bef5bb29933e9a80147d85e
fca10d81eba56e87a0afd170553974ce06e70b78
refs/heads/master
2022-11-05T11:28:54.430056
2020-06-15T08:10:13
2020-06-15T08:10:13
246,832,923
0
0
null
null
null
null
UTF-8
C
false
false
10,977
c
#include <stdlib.h> #include <stdio.h> #include <string.h> #include <fcntl.h> #include <elf.h> #define DECIMAL_DISPLAY 0 #define HEX_DISPLAY 1 #define VM_S 0x08048000 typedef struct { char debug_mode; char file_name[128]; int unit_size; unsigned char mem_buf[10000]; size_t mem_count; char dispaly_mode; }...
[ "pratn@post.bgu.ac.il" ]
pratn@post.bgu.ac.il
9d32e5a777c307c2f548b6a18cb726b291d1f535
35a0a383b079978992647555645ac30e52ebec3f
/test/Driver/aarch64-fixed-call-saved-x-register.c
aa781fda91e872196029d6219143a9c19da2e024
[ "Apache-2.0", "LLVM-exception", "NCSA" ]
permissive
Codeon-GmbH/mulle-clang
f050d6d8fb64689a1e4b039c4a6513823de9b430
214e526a2b6afeb9508cac5f88c5a4c28e98982f
refs/heads/mulle_objclang_100
2021-07-18T07:45:29.083064
2021-02-16T17:21:51
2021-02-16T17:21:51
72,544,381
29
5
Apache-2.0
2020-04-30T11:36:08
2016-11-01T14:32:02
C++
UTF-8
C
false
false
288
c
// Check that -ffixed and -fcall-saved flags work correctly together. // RUN: %clang -target aarch64-none-gnu \ // RUN: -ffixed-x18 \ // RUN: -fcall-saved-x18 \ // RUN: -### %s 2>&1 | FileCheck %s // CHECK: "-target-feature" "+reserve-x18" // CHECK: "-target-feature" "+call-saved-x18"
[ "trong@android.com" ]
trong@android.com
f34dfedbaa53def3d13e0fc0ca3ee6e83d1a1e69
10f6cfde3c5c568a7667ce6ec2da13589f3bf9d6
/UpdateSoftware-180714/KL36_Bios-180714/03_MCU/MCU_drivers/adc/adc.c
999d4e1a3b106c89cb281ee66d7b012efa1bfbe9
[]
no_license
c1027023780/CC-Graduation-Project
4a01c61ec4ef36a1cf9f89a7d38a171fdf0dbe23
a988bbae48a453f9d90f22852e960d590ae9db10
refs/heads/master
2020-03-22T01:14:56.403160
2018-07-14T12:15:59
2018-07-14T12:15:59
139,292,492
0
0
null
null
null
null
GB18030
C
false
false
5,387
c
//=========================================================================== //文件名称:adc.c //功能概要:ADC底层驱动构件源文件 //版权所有:苏州大学嵌入式系统与物联网研究所(sumcu.suda.edu.cn) //更新记录:2013-4-7 V1.0 //=========================================================================== #include "adc.h" //内部函数声明 void adc_cal(void); //==============...
[ "1027023780@qq.com" ]
1027023780@qq.com
5637eb99c1d9fba800981ff51a165ff6ca9c8448
e6a20d4356bc6c45624735652a0c0c1b6b8408a7
/d05/ex02.c
3032cc500d9e00b15170204d46efb61aa06e4b57
[]
no_license
thedenisnikulin/piscine_21
6176695acdcbdfc18fbe83bcd547735aa290726d
70d7fd3bdc718cbbdefd0dc71366121530d65093
refs/heads/master
2022-12-08T20:00:58.846629
2020-09-04T21:43:40
2020-09-04T21:43:40
287,565,149
0
0
null
null
null
null
UTF-8
C
false
false
5,410
c
int ppow(int num, int p) { /* Возведение числа num в степень p */ /* ppow = positive power */ /* num > 0 */ int n; n = num; /* сохраняем число, чтобы потом результат умножать на него */ p--; /* убавляем одну степень, т.к. число изначально равняется nu...
[ "thedenisnikulin@gmail.com" ]
thedenisnikulin@gmail.com