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
2f8e81f5a76e20a460e604c9b153b6d19738addf
6381792446789283402aae336c0e89dbd1afdea2
/Application/WireTester/User/wt_uart_audio.c
3435519c769b9ee3f786922c9596756a1e7d3fec
[]
no_license
wujun9959/IMS
223317b833268550657247525c2de88b27884ad9
d23f68b2bac2cbd06eebb94d30fb67149d79c379
refs/heads/master
2021-01-10T01:53:03.375125
2016-03-02T08:03:45
2016-03-02T08:03:45
52,921,258
2
1
null
null
null
null
UTF-8
C
false
false
23,512
c
/* ****************************************************************************** * @progect LZY Wire Cube Tester * @file wt_uart_audio.c * @author LZY Zhang Manxin * @version V1.0.0 * @date 2014-12-09 * @brief ... ****************************************************************************** */ /* Define ---...
[ "wujun@example.com" ]
wujun@example.com
6c291922addef3b76b45aa344307ad03f9583181
68d58636731029e8a1af0505de5cf6cbf522434f
/Drivers/Accelerometer Driver/accel.c
cdeaca891fbf9ee9124fff079a0b0dc8a7e5d3fc
[]
no_license
haldarritam/DE1-SoC-Drivers
f5f6075694c78cecc778f97d7fd05eb30faba99b
b93ff4d74a2ef2b5add119ed869973b833e17db0
refs/heads/master
2020-04-27T20:05:11.968520
2019-05-07T15:22:43
2019-05-07T15:22:43
174,645,134
0
0
null
null
null
null
UTF-8
C
false
false
16,315
c
#include <linux/module.h> #include <linux/kernel.h> #include <linux/fs.h> #include <linux/cdev.h> #include <linux/device.h> #include <linux/sched.h> #include <asm/io.h> #include <asm/uaccess.h> #include "aux_functions.h" #include "address_map_arm.h" #define DEVICE_NAME "accel" #define MAX_SIZE 21+1 #define SUCCESS 0 #...
[ "haldarritam@gmail.com" ]
haldarritam@gmail.com
cc6a5f2fa4f7ad285b957fa01092a966f26286dd
a00712528fef854d2c6fbe8c8c9a940ee88035bf
/Samples/SuperLittleRed/Code/UI.h
6bb3230dba0892e738eb898f719354262df0bbeb
[ "MIT" ]
permissive
scottcgi/Mojoc
c7f43344dfeeb604d8500024c34ac66d3567df1a
097dde01cad6111acc5e3015ad13c12c1f140243
refs/heads/master
2023-07-20T14:15:05.546293
2023-07-07T14:19:43
2023-07-07T14:19:43
83,890,107
1,209
199
MIT
2023-03-28T23:01:15
2017-03-04T11:57:24
C
UTF-8
C
false
false
2,417
h
/* * Copyright (c) scott.cgi All Rights Reserved. * * This source code belongs to project Mojoc, which is a pure C Game Engine hosted on GitHub. * The Mojoc Game Engine is licensed under the MIT License, and will continue to be iterated with coding passion. * * License : https://github.com/scottcgi/Mojoc/blob/ma...
[ "scott.cgi@qq.com" ]
scott.cgi@qq.com
3cc9446f295a9396539c3530b7d294089b45f3c1
df731f79a841a9b33578688880f066d9b150f396
/discos/helper.c
31af4923fe6d5caf75a9bbfad1fe2c97b7bd4bc4
[]
no_license
nirmit2810/repo-os
126e73c04ecb3096a3e50ebcaf080d326281cabe
bc10613fae94933c3ec6b02d0bf266a1cdb8c64f
refs/heads/master
2021-01-10T18:38:38.797623
2015-05-02T06:46:58
2015-05-02T06:46:58
31,142,196
1
1
null
null
null
null
UTF-8
C
false
false
337
c
#include "helper.h" void strcpy_b (char * destination, const char * source, uint8_t byte){ for(int i = 0; i < byte; i++) { destination[i] = source[i]; } } bool strmatch (const char * str1, const char * str2){ while(!(*str1 == '\0' && *str2 == '\0')) { if(*str1 != *str2) return FALSE; str1++; str2++; } ...
[ "timothychong@outlook.com" ]
timothychong@outlook.com
a5f320ab5dbab32435b31cbf291d6d238325a132
da5b7ef2c39f212c91adef72d9141d2cb18b20fd
/全部代码/07_Rotate.c
ff252f05334015c8f10976545ae24090defc5eca
[]
no_license
GCX-321/Notes
84e9934f3353fa1b77d25b3c57c8613ca4aef0a7
5ef25b8809a01b4dd2ad2237b4504f9945c6f0da
refs/heads/main
2023-02-17T14:31:56.484208
2021-01-17T11:03:51
2021-01-17T11:03:51
330,368,547
0
0
null
null
null
null
UTF-8
C
false
false
2,670
c
#include<stdio.h> #include<stdlib.h> typedef struct tree { int nValue; struct tree *pLeft; struct tree *pRight; struct tree *pFather; }BinaryTree; BinaryTree *CreateBinaryTree() { BinaryTree *pRoot = NULL; //根 pRoot = (BinaryTree*)malloc(sizeof(BinaryTree)); pRoot->nValue = 1; pRoot->pFather = NULL; //左 ...
[ "noreply@github.com" ]
GCX-321.noreply@github.com
4a6730e2316b95a77a970a56a8208682229c38e5
3ab58fedd54cab18878b10f7335ebbf9ab475ceb
/LCCDE.c
86e885a548c968721eac1cc977f295295b7604e1
[]
no_license
Brandon-Lipjanic/ECE529
215308a4093eef45b278d27e0eaba5ff0a61aa94
09608cda501711e1f441381d9ed152573b01f437
refs/heads/master
2021-01-22T08:28:39.575642
2017-02-14T04:52:01
2017-02-14T04:52:01
81,903,420
0
0
null
null
null
null
UTF-8
C
false
false
1,261
c
#include <stdio.h> #include <stdlib.h> #include "LCCDE.h" #define ARRAY_SIZE 10 int main(){ int L = ARRAY_SIZE; int M = ARRAY_SIZE; int N = ARRAY_SIZE; float a[ARRAY_SIZE]; float b[ARRAY_SIZE]; float x[ARRAY_SIZE]; float y[ARRAY_SIZE]; for (int i = 0; i < (int)(sizeof(y)/sizeof(int)); i++) { y[i] = 0; a[i...
[ "blipjanic1616@email.arizona.edu" ]
blipjanic1616@email.arizona.edu
a9c4d5c46df2e293061e69e30f6c05a28abbd188
713ef8815942d79a811550de3d0ab8429128df8d
/bin/st/st.c
f8b6f6766f8b720fc60b687b5687fe0bcfa0c338
[ "MIT" ]
permissive
janekjan/.cfg
72f043a4eda4ae1966a2ca4a97f7e793423475f5
5ed2b2c75d3e5f5dd2c805a3701735230fac166a
refs/heads/master
2022-01-18T19:24:23.239446
2022-01-07T00:53:25
2022-01-07T00:53:25
170,118,672
0
0
null
null
null
null
UTF-8
C
false
false
57,228
c
/* See LICENSE for license details. */ #include <ctype.h> #include <errno.h> #include <fcntl.h> #include <limits.h> #include <pwd.h> #include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <signal.h> #include <sys/ioctl.h> #include <sys/select.h> #include <sys/types.h> #include <sys/wait...
[ "jas.piskorski@spoko.pl" ]
jas.piskorski@spoko.pl
78bac9eb48901608b349c811802af140b6f30418
da4a13725c4916440472a9683341196740307a99
/q2/polytree-c/polytree.c
da9a2ba6d7c58b6d4008e99662447a7a3bac4864
[]
no_license
caelebk/Computer-Systems-Assignment-8
8de5cfe3321bddaae4dfe407c0073fe17229275d
f87471546f38673afaf7751ddb5841f3de56d11c
refs/heads/master
2023-03-12T11:34:29.474029
2021-02-22T22:35:10
2021-02-22T22:35:10
341,357,073
0
0
null
null
null
null
UTF-8
C
false
false
1,236
c
#include <stdlib.h> #include <stdio.h> #include <string.h> #include "node.h" #include "integernode.h" #include "stringnode.h" #include "reversestringnode.h" #include "loggingstringnode.h" int main(int argc, char** argv) { if (argc > 2) { struct Node* tree = NULL; for (int i=2; i< argc; i++) { struct No...
[ "khocaeleb@gmail.com" ]
khocaeleb@gmail.com
a7a72625a498802cac195f06e3e21611c5de48c5
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/81d4aa2d-b758-4efd-ad40-3ecfbc0d404c.c
11e94e312c0e171e85d84933d0d6ece6f3215068
[]
no_license
nmharmon8/Deep-Buffer-Overflow-Detection
70fe02c8dc75d12e91f5bc4468cf260e490af1a4
e0c86210c86afb07c8d4abcc957c7f1b252b4eb2
refs/heads/master
2021-09-11T19:09:59.944740
2018-04-06T16:26:34
2018-04-06T16:26:34
125,521,331
0
0
null
null
null
null
UTF-8
C
false
false
636
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=12; int k; int l; i = 53; l = 64; k = i/j; l = i/j; l = i/j; l = l/j; l = k-j; l = l%j; l = i-j; j = k-k*i; //variables /* START VULNERABILITY */ int a; char b[87]; char c[17]; a = ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
e37774a7bd5389e2de88d21030f0c24e00d28378
7b58a69e5eda50ec91ddb3a78e554e39b2d156fa
/ledによる出力/led02-29.c
11ab96206b1046c038f0d3a3c945fb6512d74027
[]
no_license
Takagenki/Pic_4E
08349ccf8a8942ee290ea1f9610066e8e2c394c5
d4261e299962ab0fa4e6b3e7a51ebcdcd28193ad
refs/heads/master
2020-05-21T05:36:32.112897
2019-05-10T06:10:51
2019-05-10T06:10:51
185,925,847
0
0
null
null
null
null
UTF-8
C
false
false
1,542
c
#include <16f877a.h> #fuses HS,NOWDT,PUT,BROWNOUT,NOLVP #use delay(CLOCK=20000000) void main() { output_c(0x00); while(1){ output_c(0b00000001); delay_ms(500); output_c(0x00); delay_ms(300); output_c(0b00000001); delay_ms(500); output_c(0x00); delay_ms(300); o...
[ "genkin611@gmail.com" ]
genkin611@gmail.com
049563ac37f951132d6a5e5096205342d2afd8f3
664ebec3d9dc011737225ddf64ce2c759c83353e
/src/cpiglet-main-m3.c
489748a39369fba39786e0104f13c9c29d11ce6e
[]
no_license
smart-m3/piglet
cbeb597f41906ee3a4f89da383759ba8f60893cf
1b5bf83204878ed14580dec2a78aedaaee9867ee
refs/heads/master
2021-01-01T19:01:44.933615
2012-12-09T20:55:46
2012-12-09T20:55:46
null
0
0
null
null
null
null
UTF-8
C
false
false
2,672
c
/* Copyright (c) 2009, Nokia Corporation 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 copyright notice, this list of condit...
[ "kirill.krinkin@gmail.com" ]
kirill.krinkin@gmail.com
60616b4b7c4a8b992ff28583c6d90b239352b6b4
17a642c7b8d3a7f0dc45db8521bcdcd378db1893
/Assignment 2/Asg2_s/buffer_mgr_stat.c
512d82c39da0068759d2459538edeceb1f11dd2e
[]
no_license
swagatamguhathakurta/Advance-Database-Organisation-CS525
98ece49073e835a5373316c9bab6d399a8805d1b
f54fea3a45e63be78909c5cf259caa4331303e44
refs/heads/master
2021-01-21T11:08:44.247757
2017-05-18T19:01:02
2017-05-18T19:01:02
null
0
0
null
null
null
null
UTF-8
C
false
false
2,344
c
#include "buffer_mgr_stat.h" #include "buffer_mgr.h" #include <stdio.h> #include <stdlib.h> // local functions static void printStrat (BM_BufferPool *const bm); // external functions void printPoolContent (BM_BufferPool *const bm) { PageNumber *frameContent; bool *dirty; int *fixCount; int i...
[ "swagatamguhathakurta@gmail.com" ]
swagatamguhathakurta@gmail.com
daf7eaa3bb42fc5c94d5d60ad9a349a1d341ea7d
70c2645aab2d095e71ad7b891361566cfe0cb6da
/VulnDB/FileSamples/ffmpeg/CVE-2011-3940/CVE-2011-3940_CWE-119_be524c186b50337db64d34a5726dfe3e8ea94f09_nsvdec.c_2.1_OLD.c
c37300f5a1efb6e7ba3a8f41bd2287594ae10403
[]
no_license
Raymiii/SCVDT
ee43c39720780e52d3de252c211fa5a7b4bd6dc2
0a30f2e59f45168407cb520e16479d53d7a8845b
refs/heads/main
2023-05-30T20:00:52.723562
2021-06-21T05:24:20
2021-06-21T05:24:20
null
0
0
null
null
null
null
UTF-8
C
false
false
26,370
c
/* * NSV demuxer * Copyright (c) 2004 The Libav Project * * This file is part of Libav. * * Libav is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at you...
[ "jiangchang@jiangchangdeMacBook-Pro.local" ]
jiangchang@jiangchangdeMacBook-Pro.local
ba85f4efc3f1ba695371cc88bb7ddf75471f46ce
cb83e1eab6629e20cc3de808b50a6679e8e93026
/Pods/Headers/Private/notificare-push-lib/NotificareNetworkHost.h
c3a6261874f8adaeec4032c768694b5c6081ca9f
[]
no_license
sebastienkb/NotificareTest
cc559783dcdebe08818121bda1ed26578edeaa20
e8444639f2f15126f605c6e56342fb21ad956bc0
refs/heads/master
2022-12-02T06:59:32.064207
2020-08-24T13:40:27
2020-08-24T13:40:27
289,938,449
0
0
null
null
null
null
UTF-8
C
false
false
70
h
../../../notificare-push-lib/NotificarePushLib/NotificareNetworkHost.h
[ "sebastien_kalb@yahoo.fr" ]
sebastien_kalb@yahoo.fr
2d579e8578b308527adcd0c4ee68d4f7ad0e8779
65db9ac002279d11e08bc3ef4e9afb99b53d48b7
/MerShort.c
e58e5bb194d5a245a9d13ea0130cda6051c56b27
[]
no_license
shetu000/jcode
ee28ea67eb1a21c6c0209ede067b827bd1d6c646
787c98b61349a84897517f0bab7059d5c364a33e
refs/heads/master
2022-04-23T07:45:56.692845
2020-04-25T11:07:46
2020-04-25T11:07:46
258,746,221
0
0
null
null
null
null
UTF-8
C
false
false
1,333
c
#include<stdio.h> void algo_merge_sort(int val[],int counter1,int counter2); void perfrom_merge(int val[],int counter11,int counter12,int counter22,int counter21); int main() { int val[100],chk,counter1; printf("Please enter the total count of the elements that you want to sort: \n"); scanf("%d",&chk); printf("...
[ "noreply@github.com" ]
shetu000.noreply@github.com
4d5de7c7631c687c85701879732aa39ecb2e77f9
47f1779d478bb59c41917ad6c916ce270443ee73
/src/lgt8f328p_sdk_v20170318/AVRSTUDIO4/lgt8f328p_e2prom/lgt8f328p_usart.h
430c4837bed68c703cb12beb5733e25c88a5b74c
[]
no_license
SoCXin/LGT8F328P
310e7a41eb44326fd7cf84b90d0b2a3e3d834ece
c2faf302f65417f98380f05fa633c1c8c3f98b7a
refs/heads/master
2023-06-22T00:56:32.864450
2021-07-02T12:36:20
2021-07-02T12:36:20
256,487,472
1
1
null
null
null
null
UTF-8
C
false
false
2,023
h
#ifndef _LGT8F328P_USART_H_ #define _LGT8F328P_USART_H_ #include <stdint.h> // USART working mode #define E_UMSEL0_UART 0x0 /**< Asynchronous USART */ #define E_UMSEL0_USRT 0x1 /**< Synchronous USART */ #define E_UMSEL0_SPIS 0x2 /**< Slave SPI */ #define E_UMSEL0_SPIM 0x3 /**< Master SPI */ // USART P...
[ "qitas@qitas.cn" ]
qitas@qitas.cn
9d8fc31fa086c0c571610fd3268f9d8814792d58
9bc905038036227117be722675c1b5fd2c4a640a
/test_shot2jpeg_2.c
02b2c494ef0425488a67c2063baf612fea3b441f
[]
no_license
wudping/shot2jpeg
4a99214573f99099b9dbb3e50d59e2b306887038
999abbe584d24b2f8c6d7e6bc97e96c9b12438e8
refs/heads/master
2020-06-14T23:30:51.093956
2017-04-09T13:58:11
2017-04-09T13:58:11
null
0
0
null
null
null
null
UTF-8
C
false
false
2,391
c
// test for shot2jpeg #include <sys/time.h> #include "shot2jpeg.h" int get_int(char *str) { int result = 0, sign = 1; while (('-' == (*str)) || ((*str) == '+')) { if (*str == '-') sign = sign * -1; str++; } while ((*str >= '0') && (*str <= '9')) { result = (result...
[ "fiefdx@163.com" ]
fiefdx@163.com
1c4e3d276c0d59c48ec1ccb135b2d91b3efea294
266c3e04e56446cdcd8d0c2cea95a4e82dc190d4
/main.c
a395896a5c70e79499268bbe352153633717ef5a
[ "BSD-3-Clause" ]
permissive
etsi-forge/cyber.103744_QHKEX
6fa95efeba5e56bacd236d03b79ae56ddf52fdeb
4dc600919a573115c408e88ba4d7e499721dad80
refs/heads/master
2023-02-11T02:20:02.210073
2021-01-08T18:12:24
2021-01-08T18:12:24
321,645,164
0
0
null
null
null
null
UTF-8
C
false
false
41,986
c
/* This file implements ETSI TC CYBER QSC Quantum-safe Hybrid Key Exchanges (Version 1.1.1) This is not intended for production use. It is intended to be a reference implementation for test vectors for the specification. It uses OpenSSL version 1.1.1d libcrypto. gcc -Wall -o etsi-hkex-test m...
[ "31387878+mattcampagna@users.noreply.github.com" ]
31387878+mattcampagna@users.noreply.github.com
63294763f7d342c35beac11d152badebd8e6f7f0
f1ff349455a3de15945cd2471d7c6c8b8d2860c3
/nvme_internal.h
d9326f620a3afc258a782290574ffd264592022d
[]
no_license
w-michal/nvme_req_sample
0cca2673cf51f51110df86177a24eda4c0b621ab
330914712a44033510ea75f6eee1787fed2be400
refs/heads/master
2022-11-26T03:25:40.076908
2020-07-16T03:12:56
2020-07-16T03:12:56
276,461,306
0
0
null
null
null
null
UTF-8
C
false
false
4,573
h
#ifndef _NVME_INTERNAL_H #define _NVME_INTERNAL_H #include <linux/version.h> #include <linux/nvme.h> #include <linux/pci.h> #include <linux/kref.h> #include <linux/blk-mq.h> enum nvme_ctrl_state { NVME_CTRL_NEW, NVME_CTRL_LIVE, NVME_CTRL_RESETTING, NVME_CTRL_RECONNECTING, NVME_CTRL_DELETING, NVME_CTRL_DEAD, }; ...
[ "wnukowski@google.com" ]
wnukowski@google.com
5ccaf48487b7d45ca1865f27aff33fbb3f325c1f
5f91c121f09628095e25e60085f021d68931d14c
/二叉树/二叉树/test.c
c9b7d1ceb09758e8d36860f8dc46bf4d4907f511
[]
no_license
GEMINEM98/Data-Structure
28ef480d5391b1a3f00f3f9daf274739ffc3a9ca
917ee1b08998a8d475ceff151050651863296cf5
refs/heads/master
2020-06-15T07:25:27.398538
2019-10-29T15:33:57
2019-10-29T15:33:57
195,236,544
0
0
null
null
null
null
GB18030
C
false
false
1,153
c
#define _CRT_SECURE_NO_WARNINGS 1 #include"binary.h" #include"queue.h" int main() { char str[] = "ABDF###E##C##"; int i = 0; printf("构建二叉树\n"); BTNode* root=BinaryTreeCreate(str, &i);// 构建二叉树 printf("二叉树的结点个数:%d\n", BinaryTreeSize(root));//二叉树的结点个数 printf("二叉树叶子结点个数:%d\n", BinaryTreeLeafSize(root));// 二叉树叶子结...
[ "1225705207@qq.com" ]
1225705207@qq.com
14e54127258c3d3ae088cf6eec63bf55f0001ef6
4558c7a5d9bf79565cbb5f34070284c9d7db8742
/projects/weckwera/dominion/cardtest4.c
ff69dcdccd5bb9520c9e9b4d54a002ad9e90f2b3
[]
no_license
ngheo1128/cs362f15
00149555de9a8b1e712d253fd85a29c697e6370f
ff0a787ecd4a3bd31c223e97f507a606bb755e5a
refs/heads/master
2020-12-26T08:20:56.118165
2015-12-08T01:33:57
2015-12-08T01:33:57
47,590,923
0
0
null
2015-12-08T01:39:23
2015-12-08T01:39:23
null
UTF-8
C
false
false
2,111
c
/* Filename: cardtest.c * Date Created: 2015-10-23 * Purpose: perform card testing of _______ in dominion.c * */ #include "dominion.h" #include "dominion_helpers.h" #include "rngs.h" #include <stdio.h> #include <math.h> #include <stdlib.h> #include <assert.h> // set NOISY_TEST to 0 to remove printfs from output #...
[ "weckwera@oregonstate.edu" ]
weckwera@oregonstate.edu
a4766278ad1c5225b6570a7e6563e3837deb1aef
6092c6b6eb94b914757a12707e60339b9bc86f73
/src/kem/mceliece/mceliece6960119/avx/params.h
e50eff288cae3343745342905479f2124e377bfe
[ "BSD-3-Clause" ]
permissive
kriskwiatkowski/pqc
d0b3460b1911a9ec56234b2a7ace6be62b80476e
e7b5cfe9f8da9d24e25319c8f872133a07d866f2
refs/heads/main
2023-05-22T14:29:59.105860
2023-01-27T22:49:21
2023-01-27T22:49:29
351,077,384
24
1
BSD-3-Clause
2023-01-09T12:30:13
2021-03-24T12:48:09
C
UTF-8
C
false
false
476
h
#ifndef PQCLEAN_MCELIECE6960119_AVX_PARAMS_H #define PQCLEAN_MCELIECE6960119_AVX_PARAMS_H #define GFBITS 13 #define SYS_N 6960 #define SYS_T 119 #define COND_BYTES ((1 << (GFBITS-4))*(2*GFBITS - 1)) #define IRR_BYTES (SYS_T * 2) #define PK_NROWS (SYS_T*GFBITS) #define PK_NCOLS (SYS_N - PK_NROWS) #define PK_ROW_BYTES...
[ "contact@amongbytes.com" ]
contact@amongbytes.com
385b5a92d3772293fb3c322dba2bcfc2a5411367
0a1209111fe5cc4824352efc9589dd9f7d73074e
/examples/07_pobproto_pad_write/pad.h
c0ae9dd206c9b53567fc716e5d53b336372864ce
[]
no_license
WinstonRuan/embeddedsystems
3b2df6e1b6c9c816d0aa621fa2913a845e968f5b
50956c6a17730b36502c0376fed07c4dba16e229
refs/heads/master
2021-07-10T17:58:23.041602
2017-10-11T21:27:04
2017-10-11T21:27:04
null
0
0
null
null
null
null
UTF-8
C
false
false
541
h
// POB-Technology 2009 // // File : camera_to_lcd.c // Author : Foucault Alisson // // This file is the .h needed to print the value of the joystick on the LCD screen // #ifndef _PAD #define PAD #define RIGHT_LEFT_AXE 1 //the right-left axe is on the RA1 analogic input #define UP_DOWN_AXE 0 //the up-down axe is on...
[ "winston.ruan@gmail.com" ]
winston.ruan@gmail.com
5a6c5fc82beb83260109320604ee8fe95e7c1b86
430056365b80dc92ac06ef9944f4e4c261eff6b4
/ext/php_phpecm2cue.h
96769c8fe3fa627400a4e6ef7e28ed447070d691
[]
no_license
six519/phpecm2cue
410fc36acd10d113330146d497bd73762a173dd3
74ab0201d27b8be3ee62694ab26966d663a5f638
refs/heads/master
2021-01-10T23:00:10.868543
2016-10-02T06:05:27
2016-10-02T06:05:27
69,715,038
0
0
null
null
null
null
UTF-8
C
false
false
296
h
#ifndef PHP_PHPECM2CUE_H #define PHP_PHPECM2CUE_H 1 #define PHP_PHPECM2CUE_PROCESS_VERSION "1.0" #define PHP_PHPECM2CUE_PROCESS_EXTNAME "phpecm2cue" PHP_FUNCTION(phpecm2cue_process); extern zend_module_entry phpecm2cue_module_entry; #define phpext_phpecm2cue_ptr &phpecm2cue_module_entry #endif
[ "ferdinandsilva@ferdinandsilva.com" ]
ferdinandsilva@ferdinandsilva.com
1b595c5515796fc9f3111ee58be5897fe72afe06
995310a5ed19946037e928f9a85bae908694c8fe
/src/eloquent/vision/jpeg/bitbank2/definitions.h
7165fceb0d6bc788b9285b178605fcc025333eae
[]
no_license
eloquentarduino/EloquentArduino
bca073e19af3e9cc5c7f135719cd026631277744
15983e68cf82c54afadaf2b6c8fdc95cad268489
refs/heads/master
2022-08-26T07:07:02.235025
2022-08-21T12:24:04
2022-08-21T12:24:04
227,818,265
162
57
null
2021-01-07T18:33:09
2019-12-13T10:49:33
C++
UTF-8
C
false
false
6,108
h
// // Created by Simone on 25/03/2022. // #pragma once // // JPEG Encoder // // written by Larry Bank // bitbank@pobox.com // Arduino port started 7/22/2021 // Original JPEG code written 20+ years ago :) // The goal of this code is to encode JPEG images on embedded systems // // Copyright 2021 BitBank Software, Inc. ...
[ "eloquentarduino@gmail.com" ]
eloquentarduino@gmail.com
0865722b06b40f7a662ec3cd75b3df6ad78a5daf
45e075fcc56ba929edf673d5dac169454cc06043
/set7_challenge49a.c
107e8931a84c126237ab364776e4501ddf6cfc73
[]
no_license
david-koenig/cryptopals
17b04e9703abec5a6b165dc43c07b2ac399bef5d
8690d5c28b90bf3e6b45ff5d364684dd17bd3083
refs/heads/master
2022-12-22T12:52:36.010473
2022-12-09T19:34:09
2022-12-09T19:39:18
169,646,112
0
0
null
null
null
null
UTF-8
C
false
false
1,613
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <assert.h> #include "cryptopals_cbcmac.h" int main(int argc, char ** argv) { if (argc < 2) { fprintf(stderr, "Usage: %s seed\nCBC-MAC message forgery\n", argv[0]); return 1; } unsigned int seed = atoi(argv[1]); init_ser...
[ "davidkoenig@noreply" ]
davidkoenig@noreply
18c6bb563c5403472989018ca3d485be61d59c1b
e5d1d226060612730e6a4266022d1e2be6a0ce1a
/LPC_Mecanum_program/CMSIS/system_LPC54606.h
d5169bf759a483393aaaed013a16815bc831ce4a
[]
no_license
TURBOyan/LPC_Mecanum
86966e1b8fe058a9edc4f9b7d2660bacc7e3673e
311416ec2de96f52f7d1e8874fb786edad3a4890
refs/heads/master
2020-09-04T04:54:30.061634
2019-12-07T11:59:17
2019-12-07T11:59:17
219,661,772
1
1
null
null
null
null
GB18030
C
false
false
1,078
h
/********************************************************************************************************************* * COPYRIGHT NOTICE * Copyright (c) 2018,逐飞科技 * All rights reserved. * 技术讨论QQ群:179029047 * * 以下所有内容版权均属逐飞科技所有,未经允许不得用于商业用途, * 欢迎各位使用并传播本程序,修改内容时必须保留逐飞科技的版权声明。 * * @file SYSTEM_LPC54606 ...
[ "turbo1928@icloud.com" ]
turbo1928@icloud.com
9dc29f2069d5de5b9790a7e570637ff11531a724
c08ec3bd7d25a1fb488a21f1bca8fcbf6afe03ae
/Widgets/interfaz/info.c
06a5f5a55c5c0cfd5715d178519a389528a07419
[]
no_license
canicue/Seminario
7565f8f52b9bf14b8eca728c2f4ba1fb43aa8c4f
a8ce912d5c3458cbd90a7ec1ca38b2004277fea9
refs/heads/master
2020-06-02T11:13:53.515218
2012-03-04T05:42:39
2012-03-04T05:42:39
2,545,371
0
1
null
null
null
null
UTF-8
C
false
false
395
c
#include "info.h" void mostrar_info(CDKSCREEN *cdkScreen ) { char* buttons[]={"a","b"}; char *title="dios"; char* info[]={"uno","dos","tres"}; viewInfo(cdkScreen,title,info,3,buttons,2,FALSE); /*int viewInfo ( * * CDKSCREEN * screen , char * title , char ** info , int size , ...
[ "canicue@canicue.dyndns.org" ]
canicue@canicue.dyndns.org
ef98b5748c145f394e8dd657ee744dbf5907ddf2
acef13d85aeaab7c3bfdd7bea27a8b7cc0b31c5b
/02-03-2016/server-tcp-forward.c
e2b5727ba5c78e961427122bec6567bc94508245
[]
no_license
filipmqv/ps
120e116bf5635c1e39d6368b60e6d9b1249d5664
40d10715194ed92965268b0360db11084593aea5
refs/heads/master
2020-04-02T19:09:45.345775
2016-08-05T09:51:45
2016-08-05T09:51:45
65,007,833
0
0
null
null
null
null
UTF-8
C
false
false
1,530
c
#include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <string.h> #include <netdb.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> char buf[128]; char *sendTo; void sendToNextNode() { int sfd2; struct sockaddr_in saddr2; struct hostent* ad...
[ "filip.waligorski@student.put.poznan.pl" ]
filip.waligorski@student.put.poznan.pl
019b51612bbcc2a60a3d4b8e21a7682f1ab35f26
be9132eb95aa95c9ef4891491cf64bd316b1aa94
/spopdyn/libpssa/libpssa/include/optimization.h
7fb47052f7dbbf744e4f8545402341e34f37fc6d
[]
no_license
geeklhem/spopdyn
a6f4dd7ce1f65c4efc849a922f9f3df3724f60f9
de3de19f7b978df8a617c1102f249ac3de95567c
refs/heads/master
2020-05-19T16:31:04.242717
2014-11-17T14:09:21
2014-11-17T14:09:21
24,887,331
2
0
null
null
null
null
UTF-8
C
false
false
531
h
/* * oscompat.h * * Created on: 2012-01-22 * Author: Bram Thijssen */ #ifndef OPTIMIZATION_H_ #define OPTIMIZATION_H_ // Based on http://aggregate.org/MAGIC/ inline unsigned int floor_log2(unsigned int x) { x |= (x >> 1); x |= (x >> 2); x |= (x >> 4); x |= (x >> 8); x |= (x >> 16); ...
[ "guilhem.doulcier@ens.fr" ]
guilhem.doulcier@ens.fr
7441c1f1c56a01755c5400604c0754afd6c2d29f
6cf9df275bf6d8b8d8aa15e998e362f9046fe4f1
/ready/src/edglob.h
2c2f8920d03e1cdf2df5de6370bbee8561793f85
[ "MIT" ]
permissive
MaxFork/OpenTuring
a19d40f1e1f1e97e81e41219c48b8a84a7894602
d4d476236ee7b53b61513665ed81ab77cdf98031
refs/heads/master
2020-05-27T16:27:18.473973
2019-05-26T15:33:38
2019-05-26T15:33:38
188,700,759
0
0
NOASSERTION
2019-05-26T15:32:44
2019-05-26T15:32:43
null
UTF-8
C
false
false
1,424
h
/************/ /* edglob.h */ /************/ #ifndef _EDGLOB_H_ #define _EDGLOB_H_ /*******************/ /* System includes */ /*******************/ /******************/ /* Other includes */ /******************/ /**********/ /* Macros */ /**********/ /*************/ /* Constants */ /**********...
[ "tris.hume@gmail.com" ]
tris.hume@gmail.com
29cf37b07ae7bf019a5766b52c707e5d11325d16
c169f1dc29211f59d08f8ba6dcaa6142e9465da8
/include/private/pptx-ct-a-picture-non-visual.h
4fab59db22d8b6e0acb1c7578f19ba8786e03022
[]
no_license
andrew2015/libpptx
0afffa61b1a6781d0c0cc92d1a7117c3a11e94ed
c1a43af902368580f72e0299dcabd24fe7cfa860
refs/heads/master
2021-07-09T04:33:57.159202
2017-10-06T13:19:45
2017-10-06T13:19:45
null
0
0
null
null
null
null
UTF-8
C
false
false
1,065
h
#ifndef __PPTX_CT_A_PICTURE_NON_VISUAL_H__ #define __PPTX_CT_A_PICTURE_NON_VISUAL_H__ #ifndef __PPTX_PRIVATE_INCLUDES__ #error "Please do not include this file directly" #endif /* __PPTX_H__ */ #include <libxml/parser.h> #include <private/pptx-common.h> typedef struct pptx_ct_a_non_visual_drawing_props_s pptx_ct_a_n...
[ "iharob@gmail.com" ]
iharob@gmail.com
07ceefa804cc45d45f879aff3d49ddb8ca238c62
0a429e14b5ed498ea5809d761d84839f4142045a
/2016/day06/jammed.c
3b6a4b64e39028cc8e9f94c75fa8bc8d0a482500
[]
no_license
a1xndr/aoc2016
2832d69933ed10e18d78f0f6ecb031478b13943d
2d4f4289843921872e984223252158d144675c11
refs/heads/master
2020-06-13T19:33:42.387059
2017-11-30T14:49:55
2017-11-30T14:49:55
75,561,449
1
0
null
null
null
null
UTF-8
C
false
false
932
c
#include <stdlib.h> #include <stdio.h> #include <string.h> char max(int *arr) { int max = 0; int maxi = 0; for(int i=0; i< 26; i++) { if( arr[i] > max ) { max = arr[i]; maxi = i; } } return 'a'+maxi; } char min(int *arr) { int min = 30; i...
[ "alxndr@bu.edu" ]
alxndr@bu.edu
4b7e34fc330ead3f7421e4c26008f5ed322c4d1d
1432974064ecf6e82da3606f311fb77ec56f5b73
/R-CarM3/src/hardware/startup/lib/hwitag_add_irqrange.c
b2f48ca792cf66386b05be5f2276a33751448fc9
[ "Apache-2.0" ]
permissive
passdedd/R-CarM3_Salvator_qnx70
60eecbb226ebfcb52a7d6b8eb589e7191f3521d5
d6cf43d4a4edf2a5264a027917854f2d43098ff2
refs/heads/master
2021-06-17T21:00:59.254785
2017-06-15T10:23:53
2017-06-15T10:23:53
null
0
0
null
null
null
null
UTF-8
C
false
false
1,830
c
/* * $QNXLicenseC: * Copyright 2008, QNX Software Systems. * * Licensed under the Apache License, Version 2.0 (the "License"). You * may not reproduce, modify or distribute this software except in * compliance with the License. You may obtain a copy of the License * at: http://www.apache.org/licenses/LICENS...
[ "doi.nguyen@terralogic.com" ]
doi.nguyen@terralogic.com
d9015fe78c171722e50fe93eb0c8783b5ce6c5c1
5d784c8aa7d33ac0c63e7cba1a87685df70a957b
/server/socket.c
7390a1b28a7a8fc5ec6cacf783a70112b4de8d20
[]
no_license
SuperHexBot/EC_PRO-LAN
538bf48cc53ea4ada0b4799bb0cd9779dfdeef26
85ece3b1de2588b05e5d8e17d636fcfbf26f26fa
refs/heads/main
2023-03-06T11:23:00.015071
2021-02-14T15:08:00
2021-02-14T15:08:00
null
0
0
null
null
null
null
UTF-8
C
false
false
3,351
c
#include "socket.h" #include <string.h> #if PLATFORM == PLATFORM_WINDOWS #include <winsock2.h> #pragma comment( lib, "wsock32.lib" ) typedef int64_t sock_t; #elif PLATFORM == PLATFORM_MAC || PLATFORM == PLATFORM_UNIX #include <sys/socket.h> #include <netinet/in.h> #include <fcntl.h> #include <unistd.h> typedef int32_t...
[ "ekknod@gmail.com" ]
ekknod@gmail.com
bb6fdf6c64c1d553e3d3642d77746f4e4d21fe35
7ae0f9ba5548096a88004b09c038682162711d35
/source/ProtocolLayer/95HF_PCD/lib_iso14443Bpcd.h
73ff81365790d0016d92d09fd438646ec34be9d2
[]
no_license
GreatWall51/CardReader_ST95HF
0411a3acb048b2cf285256e1cc5f0ad19eda2077
f72ead55642a8c05e069f105ec25ea30b4b0e202
refs/heads/master
2020-04-18T02:06:58.428151
2019-01-25T01:59:02
2019-01-25T01:59:02
167,148,100
0
0
null
null
null
null
WINDOWS-1252
C
false
false
7,217
h
/** ****************************************************************************** * @file lib_iso14443Bpcd.h * @author MMY Application Team * @version V4.0.0 * @date 02/06/2014 * @brief Manage the iso14443B communication ***************************************************************************...
[ "545122859@qq.com" ]
545122859@qq.com
9ed10a4f9a6703535f78b388cb58a53fd4826795
98228a04d912ff46b3cdb1c53beeddcd4a814a2e
/DUMP/BP_ApplyPersonInfoCom_classes.h
06841847df33c44d53dd87f6d2c1f4557b570899
[]
no_license
xkp95175333/NotesOfSoul-Win64-Shipping-SDK
95321c3a7ed90417a310ebaaa39dc372eb34f5a6
25d0b48aa299f4093ba2e65ed9f24ad53baa78f5
refs/heads/main
2023-08-23T08:22:33.155064
2021-09-16T17:44:49
2021-09-16T17:44:49
407,260,828
0
0
null
null
null
null
UTF-8
C
false
false
1,518
h
// BlueprintGeneratedClass BP_ApplyPersonInfoCom.BP_ApplyPersonInfoCom_C // Size: 0x238 (Inherited: 0x151) struct UBP_ApplyPersonInfoCom_C : UBP_BasePanel_C { char pad_151[0x7]; // 0x151(0x07) struct FPointerToUberGraphFrame UberGraphFrame; // 0x158(0x08) struct FGuildApplyInfo ApplyPerson; // 0x160(0xd8) void App...
[ "68745798+xkp95175333@users.noreply.github.com" ]
68745798+xkp95175333@users.noreply.github.com
46c8672d9a515a7aa7ab1b7c0b63b57d493cc364
5eace165ade2ed32768b1ecf196bf7c9aa9d6f88
/src/hnd/r6250/src/include/sbhndarm.h
dd52257899a9ffe5f4d0377a0701831602a74eac
[]
no_license
jasonchaw/broadcom-hnd
189f29a813a48cd3b6685e49aadc1987392dc0d6
551c13ba1119913c363d13fa712c85c5c8bceb9c
refs/heads/master
2021-01-22T10:29:12.405886
2013-11-09T03:15:03
2013-11-09T03:15:03
null
0
0
null
null
null
null
UTF-8
C
false
false
8,859
h
/* * Broadcom SiliconBackplane ARM definitions * * Copyright (C) 2011, Broadcom Corporation. All Rights Reserved. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice ap...
[ "james.hilliard1@gmail.com" ]
james.hilliard1@gmail.com
d50a42fca28ac02f3eb9e0216d41946bcf6cb14f
bfd0fd1ed1e8eb5321976c28546740591d1b5f28
/NBIOTv1.4.0_open/prebuilt/middleware/MTK/nbiot/inc/modem/psmdl/inc/public/mux_cfg.h
4eeae781368925acf138f08ff53f6fbdaa743e96
[]
no_license
npnet/N256_SDK_demo
be6c530a991936a1ae80e7f17cc409a3ae0a4307
eebaed5146d10b18cc45b4d583617b16c641d37a
refs/heads/master
2022-04-12T22:20:30.213625
2020-02-15T17:06:03
2020-02-15T17:06:03
null
0
0
null
null
null
null
UTF-8
C
false
false
6,529
h
/* Copyright Statement: * * (C) 2005-2017 MediaTek Inc. All rights reserved. * * This software/firmware and related documentation ("MediaTek Software") are * protected under relevant copyright laws. The information contained herein * is confidential and proprietary to MediaTek Inc. ("MediaTek") and/or its licens...
[ "simon@yeacreate.com" ]
simon@yeacreate.com
a180c2015d0f0e44cc774ed64e457844901d043a
104aaed99c6a8e8ef3febaf6f473121a4fc2d3f2
/tigress-generated-programs/empty-Seed4-RandomFuns-Type_short-ControlStructures_13-BB1-ForBound_constant-Operators_Shiftlt_Shiftrt_Lt_Gt_Le_Ge_Eq_Ne_BAnd_BXor_BOr.c
edc73e7a28e1bb4fc3bed7edffbe054555c4f386
[ "MIT" ]
permissive
WillJohn/obfuscation-benchmarks
528dd152e5e9a11571ae95a54040451d07c8805c
d11452ffb3ec7418a462f65d4034f9f1474136c8
refs/heads/master
2020-07-12T12:36:10.069207
2018-02-25T15:15:07
2018-02-25T15:15:07
null
0
0
null
null
null
null
UTF-8
C
false
false
3,297
c
/* Generated by CIL v. 1.7.0 */ /* print_CIL_Input is false */ struct _IO_FILE; struct timeval; extern float strtof(char const *str , char const *endptr ) ; extern void signal(int sig , void *func ) ; typedef struct _IO_FILE FILE; extern int atoi(char const *s ) ; extern double strtod(char const *str , char co...
[ "banescusebi@gmail.com" ]
banescusebi@gmail.com
be4dd5cd7e878c17f709c80ef8e2e625af27d2d0
391328a5a5f212f12d2b1a1ddeffd856b52f54b8
/29a/29a-8/Utilities/29A-8.008/ENGINE/SHGEUPXS.C
875fb602b26de115dc6ff906dbe1dcbcbf2f2b58
[]
no_license
zines-archive/zines
5208cfb0ce7858d13c42df54de5b1f556ef52081
c87eb15fa73eaa08b8caf7d7973817356d501a7f
refs/heads/main
2023-04-01T14:30:05.935249
2021-03-17T21:47:58
2021-03-17T21:47:58
348,860,792
2
1
null
null
null
null
UTF-8
C
false
false
26,858
c
#pragma optimize("g",on) #define bbPutBit(x) \ { \ if (t_bitcount == 32) \ { \ t_bitset = (unsigned long*)t_outptr; \ t_outptr += 4; ...
[ "zines-archive@example.com" ]
zines-archive@example.com
2f9d1c47b24e60d7a8a1a87231b74d178357e79a
d3c90b5343910b4649bd7d80c374f4b32dc1bb63
/2-MCAL/01-GPIO/GPIO_CONFIG.h
851d7ae29b71342efe0d5510bae6658db034036c
[]
no_license
omarhazems/ATMEGA32
bf6b6e2e89489883d164a00a0d9140b82f5b9880
f39340475f2a3aa89af9d330d92368c0e2795a91
refs/heads/main
2023-04-30T10:29:54.998540
2021-05-25T11:03:46
2021-05-25T11:03:46
357,211,394
0
0
null
null
null
null
UTF-8
C
false
false
311
h
/*****************************************************/ /* Author : Omar Hazem */ /* Version : V1.0 */ /* Date : 12 APRIL 2021 */ /*****************************************************/ #ifndef _GPIO_CONFIG_H #define _GPIO_CONFIG_H #endif
[ "omar.hazemsabry24@gmail.com" ]
omar.hazemsabry24@gmail.com
d09d09999119a2eeb424459e2c90f6e6be0cef01
69cc3fa1b97763b1714763cd76d312b46d9aa0d2
/Linked List/Singly Linked List/Copy_Singly_linked_list.c
37fe54db54618d221de625075848237afadc5f72
[]
no_license
amolsatsangi/Data-Structure-in-C
3a6d010003f86e4ca7652eec3cfc094ed3543fd0
66d2c0c7754ecdb939650b017281d6bad374dfb4
refs/heads/main
2023-02-26T16:15:03.208794
2021-02-03T13:53:12
2021-02-03T13:53:12
321,973,217
2
0
null
null
null
null
UTF-8
C
false
false
2,201
c
//copy a singly linked list into another one #include<stdio.h> #include<stdlib.h> struct node { int data; struct node * next; }; struct node * CREATE_LINKED_LIST(struct node * q) { struct node * node,*last; char rep; int data; do { printf("\nEnter item:\n"); scanf("%d",&...
[ "noreply@github.com" ]
amolsatsangi.noreply@github.com
54ffa4b0b16a192a4be1ff5b4ec66afe2dd7fac6
afbfbcc176b6d278da0f9b0789e727307384b80e
/TZ_LIB/OS_module/os_worker.c
47efcea30fab98589c4885ab3ac94aef76b1cede
[]
no_license
tomyqg/ucos-sample
cf5e62a2b79a127bdb37f18054bfe02320f3b2b2
7b97fd94caa3c9de3b3a70fa8b8e3a9539c5627b
refs/heads/master
2021-06-23T04:49:14.849000
2017-09-07T07:40:22
2017-09-07T07:40:22
115,927,233
0
1
null
2018-01-01T15:18:59
2018-01-01T15:18:59
null
GB18030
C
false
false
2,660
c
#include "os_worker.h" #include "worker.h" /******************************************/ /* 内部函数[声明] */ /******************************************/ #if __USE_WORKQUEUE__ == 1 static void App_TaskWorkers ( void *p_arg ); #endif /* __USE_WORKQUEUE__ */ /************************************...
[ "zdajun1988@163.com" ]
zdajun1988@163.com
a22993c273dc454d6ff7eb8564e113883c729ab5
56a7f8d8526ce9b7aa55e61c708c8c5bc2881cc4
/Libraries/rtthread/rtthread_patch.c
ea12ecf3841f580078395ffdce36a36aa667e729
[]
no_license
fanwenl/w600
3c6644e7c0795684afbe0a49e1e775f8c9bf6315
d60239f7fd9535dca61c3a7aa37edb7657830fad
refs/heads/master
2020-04-05T17:17:36.935384
2018-11-23T05:55:07
2018-11-23T05:55:07
156,311,609
0
0
null
2018-11-06T02:05:42
2018-11-06T02:05:42
null
UTF-8
C
false
false
29,752
c
#include "string.h" #include <rtthread.h> #include <stdint.h> #include "wm_type_def.h" #include "wm_ram_config.h" /** TYPE definition of tls_os_task_t */ typedef void * tls_os_task_t; /** TYPE definition of tls_os_timer_t */ typedef void tls_os_timer_t; /** TYPE definition of tls_os_sem_t */ typedef void tls_os_...
[ "294102238@qq.com" ]
294102238@qq.com
2d02cea7722d6675b93c5559f75813712f3daec7
19e356aa308d3adef259a912b29950a3af37a2e2
/Temp/il2cppOutput/il2cppOutput/UnityEngine_UnityEngine_WrapModeMethodDeclarations.h
60eda2fd80c8b6ec072e0640b90106f4e947c6f6
[]
no_license
minuJeong/AcocGame
87314d914b72290fff347cc590ae03669d10d6ba
24eeaba66393890998d55a633fcbd17d984549b4
refs/heads/master
2021-03-12T23:51:57.818655
2015-03-29T12:44:58
2015-03-29T12:44:58
32,936,460
1
0
null
null
null
null
UTF-8
C
false
false
162
h
#pragma once #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" // UnityEngine.WrapMode struct WrapMode_t2565;
[ "minu.hanwool@gmail.com" ]
minu.hanwool@gmail.com
b7dc041813db33f77a2f1f4200231bac63d978e3
e000dfb2e1ddfe62598da937d2e0d40d6efff61b
/ps/l4/phb/src/phb_pindex.c
1106810eb88a4fa06d3274ae3d481386ce5c6951
[]
no_license
npnet/KJX_K7
9bc11e6cd1d0fa5996bb20cc6f669aa087bbf592
35dcd3de982792ae4d021e0e94ca6502d1ff876e
refs/heads/master
2023-02-06T09:17:46.582670
2020-12-24T02:55:29
2020-12-24T02:55:29
null
0
0
null
null
null
null
UTF-8
C
false
false
17,856
c
/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained * herein is confidential. The software may not be copied and the information * contained herein may not be used or dis...
[ "3447782@qq.com" ]
3447782@qq.com
e1b11f9470a22aa16f6bea25a7c808585c7d1b83
ae2e4a630e353524e47a208c7c88db44957ef3fd
/inputFilter.c
28481a565a2bd9887d31bf6ee3c5b1588ada8cfc
[]
no_license
rolgordijn/microcontrollers
82330107b4403de64d08b24433420d3bbafedbe0
c7b4e998bd9a82fa3d6b4b5c3e11f5bf7b64c7f9
refs/heads/master
2022-07-29T06:52:28.562048
2020-05-23T21:18:59
2020-05-23T21:18:59
266,410,683
0
0
null
null
null
null
UTF-8
C
false
false
754
c
#include "inputFilter.h" #include <stdint.h> static int8_t filter_taps[INPUTFILTER_TAP_NUM] = { 2, 4, 8, 13, 17, 21, 22, 21, 17, 13, 8, 4, 2 }; void inputFilter_init(inputFilter* f) { int i; for(i = 0; i < INPUTFILTER_TAP_NUM; ++i) f->history[i] = 0; f->last_index = 0; } void inpu...
[ "rianderous@MBP-van-Rian-2.lan" ]
rianderous@MBP-van-Rian-2.lan
12877eca769ad4374f5ce848451ac7b5e75ef4c8
98918b365fd408af3a5bdd7b3e32a57b502d9604
/occi/src/occicat.c
5348bbe6f5446747efc4e453e9b00af637043310
[ "Apache-2.0" ]
permissive
MarouenMechtri/compatibleone
b089a82f9fe5f82b172e8bb7e1dc685f4fb552bb
6e1be42ba023bb64421073d139dc57bb0386b180
refs/heads/master
2021-01-25T10:14:47.859615
2012-11-28T13:02:55
2012-11-28T13:02:55
23,386,825
1
0
null
null
null
null
UTF-8
C
false
false
3,694
c
/* -------------------------------------------------------------------- */ /* ACCORDS PLATFORM */ /* (C) 2011 by Iain James Marshall (Prologue) <ijm667@hotmail.com> */ /* -------------------------------------------------------------------- */ /* Licensed under th...
[ "ijm667@hotmail.com" ]
ijm667@hotmail.com
83565f0421dc25407b69898a9da95f8a4718ff6f
d84844bae553f526e253003844a196efd5d791ab
/games/master/prune.c
9337a9cefc1c5b11e2a55e232813bb1c185759e7
[]
no_license
BobMorlock/AT-T-System-III
62d25187b8b8d707368ac3e59ae395a05ca5eeaa
efaba1936fdb8cd690b98ce696e7c47dea65858c
refs/heads/main
2023-08-17T22:59:57.004551
2021-09-19T05:41:11
2021-09-19T05:41:11
408,042,235
0
0
null
null
null
null
UTF-8
C
false
false
417
c
/* * Unmarks all configurations that do not match "e" in their * ematch and "i" in their imatch. Matching is against "x". */ #include "max.h" prune (e, i, x) { int t[MAXSLOTS], t2[MAXSLOTS]; register int conf; unpack (x, t); conf = -1; while ((conf = next (conf)) >= 0) { if (ematch (x, conf) != e) unmar...
[ "bobm@remlazar.localdomain" ]
bobm@remlazar.localdomain
da9f73a2f3809dc5fc12dce2268f3021993630c0
8d965dd7204a2ec5bdccb12d1490535c0e0bcbd4
/0x16-doubly_linked_lists/2-add_dnodeint.c
cb1de8cae66b0ced4e5262c3793ecea92749607f
[]
no_license
ad-egg/holbertonschool-low_level_programming
5e23a95b7d908618980de91e2fcda8a86377eb2b
ea7d4c6d0ca462143efb9ba22dea92325916f9b7
refs/heads/master
2020-03-28T15:18:58.246469
2019-08-09T00:15:22
2019-08-09T00:15:22
148,579,669
0
3
null
null
null
null
UTF-8
C
false
false
561
c
#include "lists.h" /** * add_dnodeint - adds a new node at the beginning of a dlistint_t list * @head: points to beginning of linked list * @n: integer to be put into new node * Return: pointer to new node, or NULL if it failed */ dlistint_t *add_dnodeint(dlistint_t **head, const int n) { dlistint_t *new, *temp;...
[ "539@holbertonschool.com" ]
539@holbertonschool.com
02c3d25d097c6059df19397df6e150fce551ba36
0c0b89918809e9b9d125f20d8e5d4e6bbeca8a54
/SList.h
05b8f340f0cdc20e421b9d6997cfa11f6cbce981
[]
no_license
pengyiduanshiguan/-
228d02e8dc093c7d5a1dbe26517a604055755418
2a3c6e095d58fc54f6761406df417227fed99017
refs/heads/master
2020-07-14T19:23:53.407836
2019-09-03T09:52:39
2019-09-03T09:52:39
175,828,167
0
0
null
null
null
null
GB18030
C
false
false
685
h
#pragma once typedef int SDataType; //链表的节点 typedef struct SListNode { SDataType _data; struct SListNode* _pNext; }Node,*PNode; typedef struct SList { PNode _pHead; }SList,*PList; void SListInit(SList* s); PNode BuySListNode(SDataType data); void SListPushBack(SList* s, SDataType data); void SListPopBack(SList...
[ "2640821665@qq.com" ]
2640821665@qq.com
66badc265d58f48adc639e060f89ca89204d799b
3d5023a0a5f461932539d8ab190ac865255896b7
/config.h
f50a0c3b8ad97cbc6e3cafd74041bf5ce9b29b76
[]
no_license
quantumish/usaypt
a25b8e26d14ed41f319e7d1d92b9c2798f22b9fd
c98c9749899bb660ec7eb44db604ba25f9f69cf7
refs/heads/master
2023-04-13T08:45:52.952801
2021-04-17T04:17:29
2021-04-17T04:17:29
350,920,568
5
0
null
null
null
null
UTF-8
C
false
false
2,389
h
#pragma once // I am pretty sure that all of the units are in metric. // Scale's like seconds, centimetres, kilograms, radians newtons, // and joules. //////////// Chain Properties /////////////// /** * What should the distance between a link and a bearing be? */ #define LINK_PADDING 0.05 /** * What...
[ "hliu@shabang.cf" ]
hliu@shabang.cf
d3ef1bf7cda316212cdda379c539b57c252a84e0
2cb984aabb0cfc22d87d8e7d89680bbc22fed5b2
/crypto_aead/aes256gcmv1/ref/crypto_verify_16.h
f5441d12b9e01c18a7590a3234e7635f274d1682
[]
no_license
TheBananaMan/caesar_benchmarks_secondround
6361c0ea10af671b1869763bbdceb603eec1f2f0
20d65e1afe2d8674a653a63ddef32d82152ddfb5
refs/heads/master
2021-01-20T18:53:02.462487
2016-08-09T13:21:39
2016-08-09T13:21:39
64,079,559
3
2
null
2016-07-30T19:37:59
2016-07-24T18:25:44
C
UTF-8
C
false
false
69
h
int crypto_verify_16(const unsigned char *x,const unsigned char *y);
[ "robin.ankele@cs.ox.ac.uk" ]
robin.ankele@cs.ox.ac.uk
f1d25b0bbb4850b438fab483d097e1630bcf6268
4659bb4a9585466e156814db28da8a455b81ed66
/model/satamodel/simsataloc.h
203e98322408b1310e75fb12e07c46b0b61620d1
[]
no_license
Tobacco-cn/Demo_GitHub
af2c8a353bbb5d0e522cfe87efd0e32edbf9ce6f
1693e722b1498bebefba3183b92dec3566006326
refs/heads/master
2022-01-05T12:52:36.349373
2018-08-16T07:45:27
2018-08-16T07:45:27
null
0
0
null
null
null
null
UTF-8
C
false
false
5,573
h
/******************************************************************************* * Copyright (C), 2015 VIA Technologies, Inc. All Rights Reserved. * * * * This PROPRIETARY SOFTWARE is the property of VIA Technologies, Inc. ...
[ "linzhude@139.com" ]
linzhude@139.com
94f144a50b4127c7257fdda7fa214b45445622e5
ee706b5a790a5dec6066489ecd9abf29c72e425e
/pluto_examples/gen_kernels/lbpar_3d7pt16_16_16_32/3d7pt.c
635eb986e40efbc7d9e49dd4bffcdf4bb9545c4e
[ "BSD-3-Clause" ]
permissive
ecrc/girih
f7deb23f3c970fb0904defefa7efb279605dada4
3e85fd675c65c147837099755682b2e9590325d1
refs/heads/master
2022-12-02T06:56:35.489215
2022-11-09T13:34:29
2022-11-09T13:34:29
24,135,538
13
5
BSD-3-Clause
2022-11-09T07:42:53
2014-09-17T08:01:53
C
UTF-8
C
false
false
4,251
c
/* * Order-1, 3D 7 point stencil * Adapted from PLUTO and Pochoir test bench * * Tareq Malas */ #include <stdio.h> #include <stdlib.h> #include <sys/time.h> #ifdef LIKWID_PERFMON #include <likwid.h> #endif #include "print_utils.h" #define TESTS 2 #define MAX(a,b) ((a) > (b) ? a : b) #define MIN(a,b) ((a) < (b) ...
[ "tareq.malas@kaust.edu.sa" ]
tareq.malas@kaust.edu.sa
2fc57a55ec47f6b5f09cdf3bbd9afcb733124a86
667ffd4fc96cbf3322c8e248f2c7ce4a84e8d8dd
/test/config.h
2809680f98515d8f704511d26f91da1e83f4e8ef
[]
no_license
eamars/mmculib
961740bc095c1ef59011eaf9f9d53929569502e4
5095e8b57ce1c6c4d145d701c649fa5ee7da479c
refs/heads/master
2021-01-19T23:25:47.040692
2017-04-13T03:36:07
2017-04-13T03:36:07
null
0
0
null
null
null
null
UTF-8
C
false
false
647
h
#ifndef CONFIG_H #define CONFIG_H /* Data typedefs. */ /* Data typedefs. */ #include <stdint.h> typedef uint8_t bool; #include "target.h" #ifdef AVR #include <util/delay.h> #include <avr/io.h> #include <avr/sleep.h> #include <avr/interrupt.h> #define HOSTED 0 #else // #include "avrsim.h" #define HOSTED 1 #endif ...
[ "michael.hayes@canterbury.ac.nz" ]
michael.hayes@canterbury.ac.nz
a49117858b71363e913f1e77d5f53c2317546bf5
981ab4723df3c7a6bae0bfbce2dda87929cbf888
/src/arch/helperpower_128.h
0fee278469bbe02c87c520e80ac41557047f76b9
[ "BSL-1.0" ]
permissive
hunter-packages/sleef
7577e59367cf8a4c9d2187f8cc9866ba239759a9
2b4c0e9cfb974dcc4dc04355889625a045bbc2ba
refs/heads/hunter-3.3.1
2020-04-26T22:46:53.571927
2019-03-13T23:37:06
2019-03-13T23:37:06
173,883,172
0
2
BSL-1.0
2019-03-13T23:37:07
2019-03-05T05:53:19
C
UTF-8
C
false
false
19,625
h
// Copyright Naoki Shibata 2010 - 2018. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #if CONFIG == 1 #ifndef __VSX__ #error Please specify -mvsx. #endif #else #error CONFIG macro invalid or...
[ "noreply@github.com" ]
hunter-packages.noreply@github.com
360433df92e2161c737937e714d511ff8f85fc37
c0a747a52215bd5533ff662743db559d025ee298
/mediatek/custom/common/kernel/imgsensor/inc/kd_camera_feature_enum.h
7c63127d6d32554a34a8f7e8cbe9a92e2dc5ebf6
[]
no_license
ChiefzReloaded/mt6577_kernel
cd4330c4a8e079ad28b60c66ddda12398f6a8791
5d2ef6f53ac9367d3ae33bf898e2aaac05492446
refs/heads/master
2020-05-20T19:23:33.123655
2013-12-20T13:40:31
2013-12-20T13:40:31
18,046,360
1
2
null
null
null
null
UTF-8
C
false
false
15,407
h
#ifndef _KD_CAMERA_FEATURE_ENUM_H_ #define _KD_CAMERA_FEATURE_ENUM_H_ // Scene Mode FID_TO_TYPE_ENUM ( FID_SCENE_MODE, FTYPE_ENUM ( SCENE_MODE_BEGIN = 0, SCENE_MODE_OFF = SCENE_MODE_BEGIN, // Disable scene mode equal Auto mode SCENE_MODE_NORMAL, ...
[ "aniruddha@adhikary.net" ]
aniruddha@adhikary.net
e193552b779df494f85e304b675b9c1c439d8dc2
686a8efc4c8eea61202772924994be6466ec0951
/commit/20170930/19170309/swap.c
0260269ab944f13c1edf23a221de4d57ff42936b
[]
no_license
LPJworkroom/TCPL17
6c20a1588e8fb44fa4c03b1143ea1ba16b247ef6
56c976e3a9360f69b9bdb8b50b97273c80027750
refs/heads/master
2021-04-26T04:44:56.250445
2017-10-15T09:53:09
2017-10-15T09:53:09
107,005,962
1
0
null
2017-10-15T11:23:18
2017-10-15T11:23:18
null
UTF-8
C
false
false
173
c
#include<stdio.h> int main() { int a,b,c; scanf("%d%d", &a, &b); printf("a=%d, b=%d\n", a, b); c= a; a= b; b= c; printf("a= %d,b= %d\n", a, b); return 0; }
[ "3289363215@qq.com" ]
3289363215@qq.com
d1f72e48a48ef5d7be0808585a0780a6e03ba1fa
0fccc4ea5c92482596457af045cad0c47c3c2c91
/test/manualtest/test_env_exec.c
7844dc890517423255b979bb1182a14e8138a9d6
[ "LicenseRef-scancode-generic-exception", "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
MayBeLaterOrNot/FailSafeC
934f1cdad630ca95f74a2296483eec0fee0341a7
1458e382518ba8b56f680436873c3b42a89e1636
refs/heads/master
2023-03-31T15:03:48.812868
2018-02-10T01:08:47
2018-02-10T01:08:47
null
0
0
null
null
null
null
UTF-8
C
false
false
735
c
#include <unistd.h> #include <stdlib.h> #include <stdio.h> #ifndef TEST #define TEST (-1) #endif char *env[] = { "TEST1=test1", NULL }; char *args1[] = { "env", NULL }; extern char **environ; int main(int argc, char **argv) { char **p; int i = 0; putenv("TEST2=test2"); switch (argc < 2 ? -1 : atoi(...
[ "block8437@gmail.com" ]
block8437@gmail.com
379f556b28a45bbefd62331e6936770970499278
290c3c0c93db33f31fc44c307c58a8a43f7193a4
/source/misa/c/midevice.h
746dd1192441f9a46e5ea7096c4ff0cea4d86bec
[]
no_license
yisea123/megarobostudio
d16364087296eeaa1ae90b1178875379bcdbca34
efb2ae438e2a73635619611232522a012e1921f8
refs/heads/master
2022-12-11T10:14:06.889822
2018-12-04T00:33:47
2018-12-04T00:33:47
null
0
0
null
null
null
null
UTF-8
C
false
false
270
h
#ifndef _MI_DEVICE_H_ #define _MI_DEVICE_H_ #include "visa.h" ViSession miOpen_( const char *pName, const char *addr, unsigned int port ); ViSession miOpen( const char *pName ); void miClose( ViSession vi ); #endif
[ "wangzhiyan@megarobo.tech" ]
wangzhiyan@megarobo.tech
cfa8aca97a6c78e1f40628f7b085aff089beff9f
1b8ae277ef7f39af15b6e0bff057c433dc44a109
/src/emu/sound/cem3394.c
98604503ca6e395948e3703f3b002bc97fe91f30
[]
no_license
ilitirit-za/ShmupMame-unofficial
2ea58e7674df935c98e73d34ca888152b82c570d
2ddd533fbaceac256cf0fbc2f918de1966280a22
refs/heads/master
2021-01-11T02:07:06.094952
2016-10-24T11:17:30
2016-10-24T11:17:30
70,804,668
3
0
null
2016-10-21T13:17:50
2016-10-13T12:35:08
C
UTF-8
C
false
false
17,715
c
/*************************************************************************** CEM3394 sound driver. This driver handles CEM-3394 analog synth chip. Very crudely. Still to do: - adjust the overall volume when multiple waves are being generated - filter internal sound - support reson...
[ "ilitirit@gmail.com" ]
ilitirit@gmail.com
c637e2c3d3ad10f62f2ec3d997614e93708f8001
8bf96aeca0ce641b217c3eac5729727538033ddb
/speladm.c
0ae883799bf5d0a6fd3cb727d4df70c1fcf693e7
[]
no_license
WonderfulVoid/Funkylady
e47541279d81c40dbe51c17ae561b05feec175eb
1a1a15ee179914db00432f39b296411180d43135
refs/heads/master
2021-01-19T21:48:25.190155
2015-03-11T22:47:01
2015-03-11T22:47:01
30,934,722
0
0
null
null
null
null
UTF-8
C
false
false
12,853
c
/* * Copyright 1993 Ola Liljedahl */ #include <unistd.h> #include <stdlib.h> #include <string.h> #include <ctype.h> #include <stdio.h> #include <errno.h> #include "speladm.h" #include "position.h" #include "funkmod.h" #include "times.h" static int max(int a,int b) { return a>b ? a : b ; } static int min(int a,int...
[ "ola.liljedahl@gmail.com" ]
ola.liljedahl@gmail.com
48b9793d9a62974597832234ec5051f91eb57a48
d8a3f5d0529b02e0257fe78c043d074295cebbbf
/debug-oops/oops/oops.c
5cee2a97fb91773e934fb6ee47a9a57cc8d77368
[]
no_license
amitesh-singh/ldd
94dc040a06a3442e2708b3b0177cb90b9100cddd
23a6cb0e2bcd58ef1a9b3f70116d4fe70a1d0e51
refs/heads/master
2023-06-07T17:56:50.132411
2023-06-07T16:08:58
2023-06-07T16:08:58
46,506,605
13
5
null
null
null
null
UTF-8
C
false
false
451
c
#include <linux/init.h> #include <linux/module.h> #include <linux/kernel.h> /* * objdump -S oops.o * check EXTRA_CFLAGS += -g to enable debug info * * */ MODULE_LICENSE("GPL"); MODULE_AUTHOR("Amitesh Singh"); MODULE_DESCRIPTION("oops creator"); static int __init hello_init(void) { int *a = NULL; *a = 3; ...
[ "singh.amitesh@gmail.com" ]
singh.amitesh@gmail.com
74fffc7fdb909531edb11162525d931870a5573e
18634178d433cba090737a3ba66c8f2d024158ae
/include/Typedef.h
640cc7a80dca1692f0054f1244a554685a7ec294
[ "MIT" ]
permissive
ajdittmann/Daino
b46b1efcc624182af57f74c5e38e1dafc540216f
db88f5738aba76fa8a28d7672450e0c5c832b3de
refs/heads/master
2020-09-28T23:54:23.992162
2017-05-11T15:19:14
2017-05-11T15:19:14
null
0
0
null
null
null
null
UTF-8
C
false
false
2,526
h
#ifndef __TYPEDEF_H__ #define __TYPEDEF_H__ // **************************************************************************** // ** This header defines the "typedef and enum" in DAINO. ** // ** Please DO NOT modify the number assigned to any enumerator constant !! ** // ****************************...
[ "wahib@AttiaMohameds-MacBook-Air.local" ]
wahib@AttiaMohameds-MacBook-Air.local
e689558918893da7f8e8bcea559a8336b135c518
9ea2697062d1228b5220bd66b35b39237356c141
/src/server/spu/conv9.c
1c9d7163c301e54c9aaad53bf1d8b3fab4cd780b
[]
no_license
bruell/cell-stream
f35a33acc56ef072f4a9dc3272b944abc3aaf814
8071cebaa6908840b870276e2c6eb3d15aa02109
refs/heads/master
2020-12-12T21:00:48.659897
2009-07-24T13:24:27
2009-07-24T13:24:27
259,535
0
0
null
null
null
null
UTF-8
C
false
false
3,715
c
/* * SPU programm for 9x9 convolution */ #include "program.h" #include <vec_types.h> #include <spu_intrinsics.h> #include <libimage.h> #include <conv_defs.h> #define MASK_SIZE 81 #define CHUNK_INT_PER_LINE (CHUNK_WIDTH / 4) vec_int4 conv9_mask[MASK_SIZE]; void set_conv9_mask(s32_t* param) { u8_t i; for (...
[ "phil@phil-desktop.(none)" ]
phil@phil-desktop.(none)
446de2c54af9d2a89b8fc02fdd0e589762124010
77f0dc068f1a8353ffc23ffd3457c4af8507b114
/lang/c/tan/00.Tan-Book-Index/c4-codes/01.Chapter5-6/c5-1.c
1664c59ec4a9d09b4c31f1bfc1532ea5c703ef6c
[]
no_license
hclife/code-base
aa549a2b6a33b3ed1f0932801f0eb85eca3461de
f22ba81b8d363c50c3ac3fa5409e8fb3440cda83
refs/heads/master
2021-07-18T19:23:05.828540
2021-05-16T10:24:32
2021-05-16T10:24:32
83,208,177
0
0
null
null
null
null
GB18030
C
false
false
612
c
#include <stdio.h> int main() { int i=1,sum=0; // 定义变量i的初值为1,sum的初值为0 while (i<=100) // 当i>100,条件表达式i<=100的值为假,不执行循环体 { // 循环体开始 sum=sum+i; // 第一次累加后,sum的值为1 i++; // 加完后...
[ "huangchao1317@163.com" ]
huangchao1317@163.com
e7940906a6f6865b686a0f90af498654dc5aabfc
863e35de6ef7f492d3ae4025379b1dcaa7869928
/day08/ex00/ft_splittesst.c
594d0086cbff0ef8fc9b9a9c8cb67ec25c71ebe6
[]
no_license
Pegas13fps/Unit-Factory-Pool
1554a2549c9e360effe2629ae71c6ef753727766
c116d8bfe1a3f19ee4ed353b18c9bfedc7b4d8e3
refs/heads/master
2021-08-16T12:55:07.984497
2017-11-19T22:41:37
2017-11-19T22:41:37
111,337,406
0
0
null
null
null
null
UTF-8
C
false
false
1,582
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_splittesst.c :+: :+: :+: ...
[ "Tymoschenkob@gmail.com" ]
Tymoschenkob@gmail.com
f38086cb43ba3385c3b3fcbbeda3416f4c7f27e9
92f785de480914abbc6cd38eb24b50860a8e8f60
/platforms/aliyun/IoT-SDK_V2.0/src/packages/iot-coap-c/CoAPExport.h
4afd586dada369cb4cc6d834b4bbb4892d55a17d
[ "Apache-2.0" ]
permissive
Poco-Ye/aliyun-iot-hub
ffa22e5ea2ea98f89cb61a30d120c9e88109ea8d
1898633c35a2ac926f03296ac93ca459f270fd5f
refs/heads/master
2021-05-05T10:48:07.135085
2017-12-08T07:30:41
2017-12-08T07:30:41
118,084,148
4
0
null
null
null
null
UTF-8
C
false
false
11,751
h
/* * Copyright (c) 2014-2016 Alibaba Group. All rights reserved. * License-Identifier: Apache-2.0 * * 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...
[ "1016771083@qq.com" ]
1016771083@qq.com
0c9cdf9ea3de4240da3e6e1743db364251e93b0d
09c437336d2cc85f6f9fc1035befb069a64d3d80
/src/apps/LoRaMac/periodic-uplink-lpp/SKiM980A/main.c
431306cad09efdadf055e66b2fcdd93171ffd02a
[ "BSD-3-Clause" ]
permissive
QINLIMIN/LoRaMac-node-JY
06ef7476e9a9375274d35866e8b68af1df41596c
1c205452c1df4ebc3b3665fe706b165b7dc0c865
refs/heads/master
2022-12-14T06:06:10.727352
2020-09-11T04:22:16
2020-09-11T04:22:16
291,598,760
0
0
null
null
null
null
UTF-8
C
false
false
13,403
c
/*! * \file main.c * * \brief Performs a periodic uplink * * \copyright Revised BSD License, see section \ref LICENSE. * * \code * ______ _ * / _____) _ | | * ( (____ _____ ____ _| |_ _____ ____| |__ * ...
[ "qinlimin2006@163.com" ]
qinlimin2006@163.com
8fd073eb14ef207b98c1ed3075d993627cb8d246
6beb862e1cae94ba548d96e27162c10acd9d3179
/Socket/client.c
1da5ea6353670b74deeea2783cee2548bb05f4b0
[ "Apache-2.0" ]
permissive
Kartikei-12/Computer-Networks-Lab
f7f833e9794de06539ad720fa98b1f7de8b8c3ff
4dd76492f4b164b7c7bc1fcc4c24a939518ee3b4
refs/heads/master
2020-06-25T18:11:37.794679
2019-11-15T04:21:09
2019-11-15T04:21:09
199,386,798
3
0
null
null
null
null
UTF-8
C
false
false
1,721
c
#include <sys/socket.h> #include <sys/types.h> #include <netinet/in.h> #include <netdb.h> #include <stdio.h> #include <string.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <arpa/inet.h> int main() { int n = 0; char dataReceived[1024]; struct sockaddr_in ipOfServer; mems...
[ "kartikeimittal@gmaii.com" ]
kartikeimittal@gmaii.com
d412c3c73171a4ea25cae8f60315826bd473bb33
4fb7af92e1dc0da45a78fe360c31526fe4619ab6
/output/output.c
ab2a2b8249234393a596c48c4188fe2b7ebe4883
[]
no_license
Taapat/exteplayer3
625381e3bef030b951a692a362aa330dfb7ee177
ab72ea45723d30706ce29f9d70015b8a01b716f2
refs/heads/master
2021-01-12T20:56:17.850610
2016-04-23T14:34:45
2016-04-23T14:34:45
56,919,023
0
3
null
2016-04-23T12:52:08
2016-04-23T12:52:07
null
UTF-8
C
false
false
13,202
c
/* * Output handling. * * * 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 distributed in th...
[ "samsamsam@o2.pl" ]
samsamsam@o2.pl
d533e2fe4eac954cc7125af84b8e0b584e94f144
f431d8fda12631248d410a41549272ec88327820
/L3-S4/PdC/TP3/quicksort.h
63412e6b4bbfce705f644442e86044085b498262
[]
no_license
camille-lihouck/cours
62fd3d7cf0f32355bf2575968f4f3336be243e32
2d1f3bff298f68460f40921da3bdbc24c5c49e28
refs/heads/master
2021-01-17T06:37:56.073847
2016-06-21T09:21:58
2016-06-21T09:21:58
50,826,565
0
0
null
null
null
null
UTF-8
C
false
false
408
h
int part_tab(int *tab, int begin, int end); /*partionne le tableau selon le premier élement et retourne la place du pivot en fin de partionnement*/ void part_all(int *tab, int begin, int end); /*effectue les partions successives pour trier le tableau en utilisant part_tab*/ void quicksort_int( int *tab, unsigned...
[ "camille.lihouck@gmail.com" ]
camille.lihouck@gmail.com
65cdb7fa554282d943688519bf4c1f9714b73cd7
21292b480b6a1eeb82ad9afea69c60baab2454a6
/src/mmt_mobile/asn1c/s1ap/S1ap-GTP-TEID.h
cf3361aad1efedb003cb4a82b358e3c684b1d76d
[ "Apache-2.0" ]
permissive
Montimage/mmt-dpi
fb0d1f695663ded73568d64093465c60803d828a
6dc790734cb32d3b89966535666239b103eada5c
refs/heads/master
2023-08-22T12:23:41.276825
2023-07-17T08:38:54
2023-07-17T08:38:54
450,171,795
6
1
Apache-2.0
2023-08-03T09:33:50
2022-01-20T16:24:40
C
UTF-8
C
false
false
1,294
h
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "S1AP-IEs" * found in "./support/s1ap-r10.5.0/S1AP-IEs.asn" * `asn1c -D ./common -gen-PER -pdu=all -fcompound-names -fno-include-deps -no-gen-example` */ #ifndef _S1ap_GTP_TEID_H_ #define _S1ap_GTP_TEID_H_ #include <asn_application....
[ "nguyenhuunghia.gtvt@gmail.com" ]
nguyenhuunghia.gtvt@gmail.com
43d73604193a55bfd275e3a7d60881494424c95f
1fabbdfd1ca9ea1b6808893e12bd907eb74de414
/xcode/Classes/Native/UnityEngine_UnityEngine_Events_InvokableCall_1_gen_508MethodDeclarations.h
116b6c7d03061d9f64706cae0807684b8d79db46
[]
no_license
Klanly/TutorialPackageClient
6f889e96c40ab13c97d107708ae8f3c71a484301
b9d61ba2f287c491c9565b432f852980ec3fee28
refs/heads/master
2020-12-03T01:42:35.256114
2016-11-01T02:40:21
2016-11-01T02:40:21
null
0
0
null
null
null
null
UTF-8
C
false
false
1,799
h
#pragma once #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" // UnityEngine.Events.InvokableCall`1<VoiceChatSetup> struct InvokableCall_1_t20184; // System.Object struct Object_t; // System.Reflection.MethodInfo struct MethodInfo_t1087; // UnityEngine.Events.UnityActio...
[ "bu213200@gmail.com" ]
bu213200@gmail.com
4660483d6192dbd4fb4c4b61cab97a5ab885b917
02b8b4a8b7c78c5ed9ea9df742b88b3194293872
/dr_dc_motor.c
2681efbb440315e114fe0180c2bc112e595ebe42
[]
no_license
yisea123/msp430
e8d282aa207201dba232041c173cee0b8574e41a
1abaf049757fbc258520f2805d9077ce287e1657
refs/heads/master
2020-09-11T15:21:12.964316
2019-07-26T03:28:49
2019-07-26T03:28:49
null
0
0
null
null
null
null
UTF-8
C
false
false
4,623
c
#include <msp430.h> #include <stdint.h> #include <string.h> #include "dr_dc_motor.h" #include "clock.h" #define DRIVE_ENABLE_PORT_DIR P1DIR |= BIT0 //设定DRV8833芯片使能端口为输出方向 #define MOTOR_DRIVE_ENABLE P1OUT |= BIT0 //DRV8833芯片使能 #define MOTOR_DRIVE_DISABLE P1OUT &= ~BIT0 //DRV8833芯片关断 #define PW...
[ "qiao_cg@163.com" ]
qiao_cg@163.com
9b03a171bf5e19e73e552d1acdd50ac0af77626d
22476da11d1ef339aff384e18e43ce155163e213
/tmasethe/checker.c
dd0117fac1085366fb7c751a8248aa78dadaad46
[]
no_license
ThapeloMasethe/Push_Swap
51b0cd847abadc8ee3b975e1ffa7e44f3691ad07
48f69a2f3908b0f258797f433981fbe996a649a7
refs/heads/master
2020-03-27T07:20:51.270812
2018-09-10T16:36:39
2018-09-10T16:36:39
146,184,072
0
0
null
null
null
null
UTF-8
C
false
false
1,975
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* checker.c :+: :+: :+: ...
[ "tmasethe@e4r8p4.wethinkcode.co.za" ]
tmasethe@e4r8p4.wethinkcode.co.za
bb836c47566eb3ab0fd13839c8b67fee6229d8cd
376e1818d427b5e4d32fa6dd6c7b71e9fd88afdb
/time/xdiary/patches/patch-xdlight_xtmDiaryLgt.c
bf504b913b43e420912d7f5f8fb695287633e80c
[]
no_license
NetBSD/pkgsrc
a0732c023519650ef821ab89c23ab6ab59e25bdb
d042034ec4896cc5b47ed6f2e5b8802d9bc5c556
refs/heads/trunk
2023-09-01T07:40:12.138283
2023-09-01T05:25:19
2023-09-01T05:25:19
88,439,572
321
138
null
2023-07-12T22:34:14
2017-04-16T20:04:15
null
UTF-8
C
false
false
472
c
$NetBSD: patch-xdlight_xtmDiaryLgt.c,v 1.1 2023/01/22 20:08:17 vins Exp $ Fix warnings about int signedness mismatch. Fix void main(). --- xdlight/xtmDiaryLgt.c.orig 1997-05-04 23:13:08.000000000 +0000 +++ xdlight/xtmDiaryLgt.c @@ -220,8 +220,8 @@ static void -- Functions ------------------------------------------...
[ "vins@pkgsrc.org" ]
vins@pkgsrc.org
4c0c74ff944d8b8b006b317735404078e1befdcc
6552504161b59d96be08589b6bf80b12d602aca0
/3.hython-v1/src/hythonParser.c
3b7b3e715c4fa84a91a2aac055270bed41fe53c5
[]
no_license
hello-sources/Hython
5822f9676a1a378dc0b93d6de7991ec8d552f1c9
84e5e700af79bba84106e04f4fc0222be66c53f2
refs/heads/master
2023-08-28T06:23:32.886851
2020-09-03T01:15:03
2020-09-03T01:15:03
null
0
0
null
null
null
null
UTF-8
C
false
false
172,096
c
/** \file * This C source file was generated by $ANTLR version 3.4 * * - From the grammar source file : ./thirdpart/hython.g * - On : 2020-09-03 09:14:44 * - for the parser : hythonParserParser * * Editing it, at least manually, is not wise. * * C languag...
[ "2052658718@qq.com" ]
2052658718@qq.com
0a7200166160bad5aadf825add9a32cad81f2095
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/c566e9a2-76fc-4161-a3ef-a79e02605c5d.c
4cc0743bf4f5b85ee1995e02b140c6d22bece815
[]
no_license
nmharmon8/Deep-Buffer-Overflow-Detection
70fe02c8dc75d12e91f5bc4468cf260e490af1a4
e0c86210c86afb07c8d4abcc957c7f1b252b4eb2
refs/heads/master
2021-09-11T19:09:59.944740
2018-04-06T16:26:34
2018-04-06T16:26:34
125,521,331
0
0
null
null
null
null
UTF-8
C
false
false
549
c
#include <string.h> #include <stdio.h> int main() { float i; float j; float k; float l; i = 6; j = 9; //variables //random /* START VULNERABILITY */ int a; long b[28]; long c[69]; a = 0; do { a--; /* START BUFFER SET */ *((long *)c + ( a -...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
39256f98a6b72b69095fba3b250ce02b8ff7f6f2
b66185014c49a34d4d10e3137103c36d17784b88
/41-oled使用/User/main.c
38ebab9646e53ecbc075c0b554e009d25e1071c8
[]
no_license
QHZ417/stm32program-
bc55f4ea7b60bf47397aacc2504283ea75d3f466
44fb9304cd6f9fcdd52d84fdf89d68b69e9f2aed
refs/heads/master
2023-03-02T04:39:23.142137
2021-02-11T10:22:54
2021-02-11T10:22:54
null
0
0
null
null
null
null
GB18030
C
false
false
837
c
#include "stm32f10x.h" #include "OLED_I2C.h" #include "delay.h" int main() { unsigned char i; extern const unsigned char BMP1[]; DelayInit(); I2C_Configuration(); OLED_Init(); while(1) { OLED_Fill(0xFF);//全屏点亮 DelayS(2); OLED_Fill(0x00);//全屏灭 DelayS(2); for(i=0;i<3;i++) { OLED_ShowCN(22+i*...
[ "2502785143@qq.com" ]
2502785143@qq.com
b90b8ca8a481520894b82ad3f8ea470e5bb408c6
5be667b51506af4eaa99784bad901d73d9a969a9
/Pods/Pods-environment.h
7a2086fa3770770c7e76ec2cb0ca09353a408712
[]
no_license
lrcrews/mapkep
ddb1815c3351874fa4e1bfaf9f79b872eee27eb6
45409fda66ccc659dd64c83a03869a15829f395d
refs/heads/master
2021-01-15T13:44:16.404979
2015-12-07T03:55:46
2015-12-07T03:55:46
16,041,053
0
0
null
null
null
null
UTF-8
C
false
false
445
h
// To check if a library is compiled with CocoaPods you // can use the `COCOAPODS` macro definition which is // defined in the xcconfigs so it is available in // headers also when they are imported in the client // project. // FontAwesome-iOS #define COCOAPODS_POD_AVAILABLE_FontAwesome_iOS #define COCOAPODS_VERSION_...
[ "lrcrews@gmail.com" ]
lrcrews@gmail.com
19a3c22905f24c3a8611f2887972a48a4801a1f7
94dcbf3848f7c256ba568af5907b9a8b5e395c19
/Rushs/CPool_rush2_2018/lib/my/my_is_prime.c
df86dd291843ab245c126c7854a2840f5e594a50
[]
no_license
Musicalink/CPool_2018
e8a54991590c6de430120b3593b9d9e99ce229ba
62015c3ad5d2e21e5f9190b0e80cd62d941fcf83
refs/heads/master
2020-04-03T13:03:19.822793
2018-10-29T20:25:47
2018-10-29T20:25:47
155,272,371
0
0
null
null
null
null
UTF-8
C
false
false
324
c
/* ** EPITECH PROJECT, 2018 ** CPool_2018 ** File description: ** Maxence Carpentier */ int my_is_prime(int nb) { int result = 0; if (nb <= 1) return (0); for (int i = 1; i < nb; i+=4) if (nb % i == 0) result++; if (result > 1) return (0); else return (1...
[ "maxence.carpentier@epitech.eu" ]
maxence.carpentier@epitech.eu
64bf102334fb87679394393d31630064229ce35a
4301217ce35c80ac04175f1815b3412ae0a94ac8
/Source/WinObjEx64/extras/extras.c
d9d2bb8f9714cc2c96860576bdc0435ab31452c8
[ "BSD-2-Clause" ]
permissive
haidragon/WinObjEx64
eb528d4da413a682f38c700efad25ae4cd63f850
d83d7003c80fe131ea07e49ba55cdc40eaf6c7fb
refs/heads/master
2020-04-13T10:01:12.867020
2018-12-24T16:20:05
2018-12-24T16:20:05
163,127,503
1
0
BSD-2-Clause
2018-12-26T02:32:02
2018-12-26T02:32:02
null
UTF-8
C
false
false
4,676
c
/******************************************************************************* * * (C) COPYRIGHT AUTHORS, 2015 - 2018 * * TITLE: EXTRAS.C * * VERSION: 1.70 * * DATE: 30 Nov 2018 * * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF * ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDIN...
[ "hfiref0x@users.noreply.github.com" ]
hfiref0x@users.noreply.github.com
afdab9bc49721dce22448e65c15e6ed806c55099
cb71443c2d5105014197aa4e2e634f30c96f3e6a
/REGENERATOR_PROFILER/ProfileTool/src/readresult.h
1c411ff9fe4e9aa84d70bf35ff618c86c5bc96ac
[]
no_license
chl4651/HEAPO
c5bf9a747dd9e420bbfba2bbad4d09c8a465458c
89dcd6244e619655fb01b1fdf98f49bd7fd6f8f3
refs/heads/master
2021-01-18T16:25:13.188574
2015-07-15T08:54:53
2015-07-15T08:54:53
null
0
0
null
null
null
null
UTF-8
C
false
false
1,371
h
#include <stdio.h> #include <stdlib.h> #include "macros.h" #include "tpl.h" #include <fcntl.h> #include <unistd.h> #if defined __cplusplus extern "C" { #endif typedef struct sdmprofile__GV_allocation_info { u_int32_t index; U_64T r ; U_64T w ; U_64T address ; u_int32_t...
[ "su880214@gmail.com" ]
su880214@gmail.com
c6e76a2ec875e6fc6706b6e477e648d08c5f0938
fb0f9abad373cd635c2635bbdf491ea0f32da5ff
/src/mono/mono/eventpipe/test/dn-vector-ptr-tests.c
613cada7d2d400492454761834bb7103c4a61cfa
[ "MIT" ]
permissive
dotnet/runtime
f6fd23936752e202f8e4d6d94f3a4f3b0e77f58f
47bb554d298e1e34c4e3895d7731e18ad1c47d02
refs/heads/main
2023-09-03T15:35:46.493337
2023-09-03T08:13:23
2023-09-03T08:13:23
210,716,005
13,765
5,179
MIT
2023-09-14T21:58:52
2019-09-24T23:36:39
C#
UTF-8
C
false
false
34,887
c
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. #if defined(_MSC_VER) && defined(_DEBUG) #define _CRTDBG_MAP_ALLOC #include <stdlib.h> #include <crtdbg.h> #endif #include <eglib/test/test.h> #include <containers/dn-vector-ptr.h> ...
[ "noreply@github.com" ]
dotnet.noreply@github.com
82a47207defac063d385a814a6ab78b77491b711
f9bf496b819a59ba0816566bbfc18b67324c2927
/project/includes/fsmc.h
5c5195b01b37aece90b90567e56fdb8495becf9d
[]
no_license
valeriosetti/dabon-fw
7b7bf68b6bcbfb96f95bee23ed2dd336dfc84765
933a1a61c6185f691fd2d929ffbb30f6f9864a7d
refs/heads/master
2023-09-04T09:08:43.726896
2021-10-20T14:39:32
2021-10-20T14:39:32
419,329,890
0
0
null
null
null
null
UTF-8
C
false
false
332
h
#ifndef _FSMC_H_ #define _FSMC_H_ #include "stdint.h" #define FSMC_DATA_ADDRESS ((volatile uint8_t*) 0x60010000) // D/C = 1 #define FSMC_COMMAND_ADDRESS ((volatile uint8_t*) 0x60000000) // D/C = 0 #define fsmc_read(addr) ((*addr)) #define fsmc_write(addr, val) ((*addr) = (val)) void fsmc_init(void); #endif...
[ "vsetti@libero.it" ]
vsetti@libero.it
92300794de385300de35b3b9496675f167fa350f
62f4d630f5d147e7600d418a1ff9794325825c13
/prepdda.c
239d90e3624990df64f4b87c3063aa1656168b69
[]
no_license
llebaken/FDF
665e6b1c000d516ce694c2453b4eaeae089d02ce
1c42bbd77c65adf57b9c18150f47df7379f9a6ed
refs/heads/master
2020-03-24T03:06:55.070484
2018-08-16T11:27:13
2018-08-16T11:27:13
142,405,423
1
0
null
null
null
null
UTF-8
C
false
false
1,705
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* prepdda.c :+: :+: :+: ...
[ "llebaken@e4r6p10.wethinkcode.co.za" ]
llebaken@e4r6p10.wethinkcode.co.za
9c1e6830f1602c6981ce191625fb46c01dfcb3aa
12ad35517bd6ec2a909837e33ca3fb2017335a54
/examples/Eg1/Header Files/lpc_system_init.h
ca0541bd25a8069e1086ebc5efd575fc62601fc4
[ "MIT" ]
permissive
ELSPL/LPC1768_HMI
90eff2bb41b0d4e51584e4d3696646acb68ad6a6
4a502c5bc6b5f51362664178e892e506ddb988da
refs/heads/master
2021-09-16T14:04:49.781387
2018-06-21T16:32:41
2018-06-21T16:32:41
null
0
0
null
null
null
null
UTF-8
C
false
false
2,609
h
/********************************************************************** * $Id$ lpc_system_init.h *//** * @file lpc_system_init.h * @brief Contains all System And Port Initialization code * @version 1.0 * @date 24. July. 2013 * @author Dwijay.Edutech Learning Solutions ***************************************...
[ "patel.chaitanya9@gmail.com" ]
patel.chaitanya9@gmail.com
220e42dc9a7e3b8e65a7d06fe0ce32ed455709ef
bc75e772d6506f2b72489f704f54870c5959b371
/LOAD.H
df121bb3b286a063d1b91516b545f37f042eb9a2
[]
no_license
PSP-Archive/Audio-Mechanica
e92244c87f7c9cd879f6f62745a1bd3ebf8dc6ed
145026efc164778e848bb0079d149084cf6f1558
refs/heads/main
2023-02-14T04:27:50.819818
2021-01-10T18:42:34
2021-01-10T18:42:34
328,454,031
1
0
null
null
null
null
UTF-8
C
false
false
11,358
h
#define LOAD_LEN 2158 static unsigned char load[]= { 0x7f,0x45,0x4c,0x46,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0xa0,0xff,0x08,0x00,0x01,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x34,0x00,0x00,0x00,0x2c,0x03,0x00,0x00,0x01,0x30,0xa2, 0x10,0x34,0x00,0x20,0x00,0x01,0x00,0x28,0x00,0x16,0x00,0x...
[ "75588890+pierrelouys@users.noreply.github.com" ]
75588890+pierrelouys@users.noreply.github.com
fbf8682b85631ba3a8cf428ce314320c73ccd799
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/net/ethernet/intel/e1000e/extr_ich8lan.c_e1000_k1_workaround_lpt_lp.c
7a4b680f736d9dc8449c11f6d6b6ca386dc87f0a
[]
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
3,661
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
0cee94a09590457d19557aa3f62f3ea05dda6d25
6698a306093302dd8cc51c9418a1693bca1abf27
/HAL/src/lcd.c
94eb51a0e440d1603ad369ed3ef0d1157b2d3625
[]
no_license
hossam-mohamed-farouk/Traffic_Signs
4b2a57f8874b3413796aee7ee338a206497f0bd9
af7b4dca1d41e56ebf4cb17421418cc0fb009439
refs/heads/master
2023-03-30T15:54:43.789843
2021-04-06T23:26:58
2021-04-06T23:26:58
354,437,572
0
0
null
null
null
null
UTF-8
C
false
false
4,431
c
/* * lcd.c * * Created: 5/21/2020 3:17:03 PM * Author: H */ #include "lcd.h" #include <stdio.h> static void lcd_send_cmd(U_8 u8_cmd); static void lcd_send_data(U_8 u8_data); static void lcd_gotoXY(U_8 x, U_8 y); void lcd_init(void) { /* Directions -> OUT */ set_bits(LCD_DATA_DDR,LCD_DATA_MSK); set_bit(LCD_C...
[ "Hossam.mohamed.farouk@gmail.com" ]
Hossam.mohamed.farouk@gmail.com
00ef9c5cdf5bca0912bb0605755a50440c0b39f2
1fabbdfd1ca9ea1b6808893e12bd907eb74de414
/xcode/Classes/Native/mscorlib_System_Collections_Generic_Dictionary_2_KeyCollecti_230MethodDeclarations.h
62b343843e38873baa32ad56fb33e2a695d74622
[]
no_license
Klanly/TutorialPackageClient
6f889e96c40ab13c97d107708ae8f3c71a484301
b9d61ba2f287c491c9565b432f852980ec3fee28
refs/heads/master
2020-12-03T01:42:35.256114
2016-11-01T02:40:21
2016-11-01T02:40:21
null
0
0
null
null
null
null
UTF-8
C
false
false
5,938
h
#pragma once #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" // System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Collections.Generic.List`1<GCGame.Table.Tab_MasterSkill>> struct KeyCollection_t12544; // System.Object struct Object_t; // System....
[ "bu213200@gmail.com" ]
bu213200@gmail.com
99b20ceb46a36273c3ffb1111d812d9062fddc6e
db401611db9188fcbd5a7beaf32d369bd0448ca6
/driver/chip/mt2523/inc/hal_flash_disk_internal.h
6fa9faf461beab7595aeebcb69ad3752fd51ed86
[]
no_license
ghsecuritylab/demoMT
7fe9a1e1d2d78303da47720f5252b24c60e3fad9
b36d06ae2ec1e19cc1a8d45d1e051d3e90e0952f
refs/heads/master
2021-03-01T22:23:32.699809
2019-07-08T14:40:55
2019-07-08T14:40:55
245,816,888
0
0
null
2020-03-08T13:12:06
2020-03-08T13:12:05
null
UTF-8
C
false
false
6,084
h
/* Copyright Statement: * * (C) 2005-2016 MediaTek Inc. All rights reserved. * * This software/firmware and related documentation ("MediaTek Software") are * protected under relevant copyright laws. The information contained herein * is confidential and proprietary to MediaTek Inc. ("MediaTek") and/or its licens...
[ "ntbdao021195@gmail.com" ]
ntbdao021195@gmail.com
6270765e2cbfd647e071d06eff34f03abceccefc
0d4cf09f8cbaf9308c6f141659678f3b707cc432
/libopencm3/include/libopencm3/sam/adcife.h
805e5be763bbb19dbda37d73cb9b7bd33ea73fa6
[ "GPL-3.0-only", "LGPL-3.0-only", "LGPL-3.0-or-later", "MIT", "LGPL-2.1-or-later", "LGPL-2.0-or-later" ]
permissive
abhra0897/stm32f1_ili9341_parallel
2ed3611efd8ae0bfe6d7834b072df12598eab3f0
78cba0545b563da071e99b83d90af8497a568ca5
refs/heads/master
2023-02-03T13:53:24.103288
2020-12-08T15:18:08
2020-12-08T15:18:08
266,373,542
7
7
MIT
2020-10-05T06:42:10
2020-05-23T16:16:36
C
UTF-8
C
false
false
913
h
/* * This file is part of the libopencm3 project. * * This library is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * T...
[ "abhra0897@gmail.com" ]
abhra0897@gmail.com
a50a90bacfe94c12b957d18cc1adaebe31fe7348
126d9b7ba4ab869f03f0512140c7b1613c231ba8
/libft/ft_strnstr.c
2e614d3fe680a82f2884dbcd57c5ff8e38569e88
[]
no_license
c0z0/ft_printf
55d4abb5eb911b56046c956dfed0773e5a1bcab2
8f9b912179e12c3261910b3141562c98db452f15
refs/heads/master
2021-06-13T11:36:37.279420
2017-03-09T18:48:34
2017-03-09T18:48:34
null
0
0
null
null
null
null
UTF-8
C
false
false
1,408
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strnstr.c :+: :+: :+: ...
[ "cosmoserdean@gmail.com" ]
cosmoserdean@gmail.com
7e5278235ac0a811b11ebce046a8856be5128883
8b6a2a27a04997194062425ae868e7e44e6132a8
/sources/mobs/collision_direction_mob.c
3946c5a7b258551ab5049b82453fea694ae443cd
[]
no_license
NicolasJaussaud/MY_RPG
d140ebf708b2eccada457ab75329e84c6a4760e1
7dae08f28532f5db61c6c623e47d6c32ac746c0c
refs/heads/master
2020-03-19T13:46:51.589876
2018-06-08T09:31:29
2018-06-08T09:31:29
136,594,814
1
1
null
null
null
null
UTF-8
C
false
false
2,157
c
/* ** EPITECH PROJECT, 3018 ** my_rpg_30130 ** File description: ** gestion_mobs.c */ #include "my.h" int collision_mob_obj_right(all_t *all, mob_t *mob) { object_t *obj = all->scenes[all->current_scene].obj; while (obj) { if (obj->type == OBJ) { if (mob->pos.x + mob->rect.width + 10 > obj->pos.x && mob...
[ "jaussaudnc@gmail.com" ]
jaussaudnc@gmail.com
fa9054f315a42047bad546d927af02e05bbbe074
df506359b32af23d70a37ee792260098f00bfb68
/esps/ESPS/New Folder/old/src/misc/SCCS/s.scheck.c
a17271b301cf680b5cf2bf53e355771c8ab01bd4
[ "BSD-3-Clause", "LicenseRef-scancode-newlib-historical", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
RobBullen/AudioMorphing
df02f1e396ee8231b59b6c15606c32cbbd2cb765
fb38b9c110341a1b3cbb4927e454c76b47de2c97
refs/heads/master
2021-01-16T19:50:46.986868
2012-05-14T23:15:00
2012-05-14T23:15:00
null
0
0
null
null
null
null
UTF-8
C
false
false
1,538
c
h41824 s 00016/00000/00053 d D 1.2 87/04/07 22:27:57 parker 2 1 c e s 00053/00000/00000 d D 1.1 87/04/07 22:25:59 parker 1 0 c date and time created 87/04/07 22:25:59 by parker e u U t T I 2 /* This material contains proprietary software of Entropic Speech, Inc. Any reproduction, distribution, or ...
[ "bullen.rob@gmail.com" ]
bullen.rob@gmail.com
cd1f6a198675d03ca6aad3df4a43383b3b0f159d
220b4e4f11c58c7a8c31b1c088b37801e50163ad
/solutions/c/funvibes.c
c8d5be3386be680d217c17cb117ad663b0daf879
[]
no_license
lincps/codingclass
8d941762edc34dcd8364222b26eeb9a96f81607c
00729eba654295d52c533ec2b1819f521bb112d0
refs/heads/master
2021-01-10T08:41:38.180339
2016-03-10T21:49:31
2016-03-10T21:49:31
51,840,669
0
0
null
null
null
null
UTF-8
C
false
false
1,444
c
#include <stdio.h> #include <stdlib.h> #include <string.h> void pick_colour(char* colour) { while (1) { printf("pick a colour (red, blue, green, or orange):\n"); scanf("%s", colour); if ( strcmp(colour, "red") == 0 || strcmp(colour, "blue") == 0 || strcmp(colour, "green") == 0 || ...
[ "ahfarrell@sparkl.com" ]
ahfarrell@sparkl.com