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
1cda53809c83141847c31311f2ee98ad838bfda7
2352db9ea3a83c9ee78d02221a1a9e751d50c9cc
/BJLiveUI_1.3.5_Base/demo/Pods/Headers/Public/BJLiveCore/BJLiveCore/BJLServerRecordingVM.h
231abb91283df81103bcfa489436414e9e1f392d
[]
no_license
ryomikasa/BJLiveDemo
2daa32eb2c6cbe737e8306a588d6f8443c6a336d
1a8f3be8c273fe6cc6fdd0b6e2da8b4e6a854bd8
refs/heads/master
2020-04-01T19:29:09.608913
2018-10-24T05:38:30
2018-10-24T05:38:30
153,556,150
0
0
null
null
null
null
UTF-8
C
false
false
96
h
../../../../BJLiveCore/frameworks/BJLiveCore.framework/Versions/A/Headers/BJLServerRecordingVM.h
[ "" ]
65d64d7fbd24208e75aab4dbd5821769793362b2
436df68e9534494cdcec7bf0249f4c82f14918b9
/Navie Effex/res/description/fx_force_swirling.h
3671288dddc8c87f5a36b1dc74c82e78c8c05138
[]
no_license
riciery8910/Effex-for-C4D
d497993ff85333d1b1dab9601c62023e8a38dc3c
458c7a63aa067d946a676f731b37faea366edf06
refs/heads/master
2020-04-26T14:55:07.701732
2017-12-25T16:32:51
2017-12-25T16:32:51
null
0
0
null
null
null
null
UTF-8
C
false
false
247
h
#ifndef FX_FORCE_SWIRLING_H #define FX_FORCE_SWIRLING_H enum { FORCE_SWIRLING_INTENSITY = 1000, FORCE_SWIRLING_DURATION, FORCE_SWIRLING_DURATION_SELECTOR, FORCE_SWIRLING_CONSERVE, FORCE_SWIRLING_ADAPTIVE, FORCE_SWIRLING_DUMMY_ }; #endif
[ "info@dpit2.de" ]
info@dpit2.de
bc87f01a22e482aa85312f11990c17a189017dc9
1e38218cc96cbb3bf470385bfb549a0f1427a238
/another_merge.c
0277aa4e87142066f30fd474d32ecbf78b58b3d5
[]
no_license
kk2724/test
2e0ae52de65f89bb48459fbbbdaa6073b818925b
e2fa0d9668cdcb5b1219c089de02ed511dff5e41
refs/heads/master
2020-04-20T11:15:37.736088
2019-02-02T08:41:29
2019-02-02T08:41:29
168,811,026
0
0
null
null
null
null
UTF-8
C
false
false
1,090
c
#include <stdio.h> void merge_sort(int *A, int low, int high); void merge(int *A, int low, int mid, int high); void merge_sort(int *A, int low, int high) { if(high-low > 0) { int mid = (low + high) / 2; merge_sort(A, low, mid); merge_sort(A, mid+1, high); merge(A, low, mid, high); } } void merge(int *A, ...
[ "abctlk2724@163.com" ]
abctlk2724@163.com
d3edcb11d0b874a7dfb5d05a4619cf4dbc12a290
ca497aa8b2057c6f42882e1fee65ec4697b0a11d
/Pods/Headers/Private/EosioSwiftAbieosSerializationProvider/rapid_fwd.h
5334dec6ef8269217b7dd4c064fc4c3a6fe12223
[]
no_license
adhnan-e/Crypto-wallet-ios
0cca0490987afa974d0694e7ebbe8cb5ce4ecd5c
c336abcda9b7423e79469826d5006d6fafe07c9e
refs/heads/main
2023-07-19T02:51:44.497419
2021-09-21T08:08:46
2021-09-21T08:08:46
408,520,442
0
0
null
null
null
null
UTF-8
C
false
false
106
h
../../../EosioSwiftAbieosSerializationProvider/EosioSwiftAbieosSerializationProvider/rapidjson/rapid_fwd.h
[ "adhnan.e@gmail.com" ]
adhnan.e@gmail.com
0781cdc112a5609bc74f3fd37465c497d416a91a
2213629b196c6510056e2f43fc0f59f79030bbf5
/Arvore_texto/cliente.h
ead57df369f5eb9a6ec3acddc977371afe3cb5c5
[]
no_license
Nadyan/Estrutura-de-Dados
1cba7e4adbcc40f5a061504956cdd560ff3a8a5d
30482d4c11837954a5556c553fa466ed432b9f75
refs/heads/master
2021-01-19T05:25:03.694498
2016-06-10T01:45:17
2016-06-10T01:45:17
60,817,864
0
0
null
null
null
null
UTF-8
C
false
false
407
h
#include "ABB.h" #define campoChave matricula typedef int tipoChave; #define mascaraChave " %i; " typedef struct { tipoChave campoChave; int linha; int coluna; }info; unsigned short comparaCamposChaves1(void *pInfo1, void *pInfo2); unsigned short comparaCamposChaves2(void *chave, vo...
[ "nadyan_sp@hotmail.com" ]
nadyan_sp@hotmail.com
9a6246ded69433e0eb71db598b71292783230315
6f9184fd0eae40602c0dc307f2befe1a2185bec0
/esp32feather/main/include/project.h
46607e3ab8432a2493a137c331e369616e72d0b9
[]
no_license
kristerseiya/Intellibin
a67d1f5c605c20e08e6140ca452452913bfdb345
32bd1f4e1219fa1995ad18f8b5bad2ab382ea335
refs/heads/main
2023-04-20T21:35:08.310527
2021-05-06T01:08:20
2021-05-06T01:08:20
359,600,685
4
1
null
2021-04-27T07:21:49
2021-04-19T21:16:21
C
UTF-8
C
false
false
1,621
h
#include "driver/gpio.h" #include "driver/i2c.h" #include "vl53l0x_platform.h" #define PIN_LCD_D7 GPIO_NUM_14 #define PIN_LCD_D6 GPIO_NUM_32 #define PIN_LCD_D5 GPIO_NUM_15 #define PIN_LCD_D4 GPIO_NUM_33 #define PIN_LCD_E GPIO_NUM_27 #define PIN_LCD_RW GPIO_NUM_12 #define PIN_LCD_RS GPIO_NUM_13 // #define PIN...
[ "" ]
4f910ce7d8242d68b9a761a5a00c0d8b28f80a95
c425afb8bb6b182168fd4c3a46c9b334f4740e60
/d/wudu/npc/xiansheng.c
aab989291e41bf1eb1f6b753b8ffa07417090b00
[]
no_license
fluffos/nt7
ceef82b2465cf322549c7ece6ce757eaa8ec31ff
52727f5a4266b14f1796c2aa297ca645ca07282a
refs/heads/main
2023-06-17T10:07:33.000534
2021-07-15T11:15:05
2021-07-15T11:15:05
308,148,401
9
9
null
2021-06-28T14:11:57
2020-10-28T21:45:40
C
UTF-8
C
false
false
1,081
c
#include <ansi.h> inherit NPC; void create() { set_name("教书先生", ({ "xian sheng","xian" }) ); set("gender", "男性" ); set("age", 40); set("per", 30); set("long", "一位白面无须的中年文士,正摇头晃脑的在教学生念书。\n"); set("combat_exp", 1000); set("attitude", "friendly"); set_skill...
[ "i@oiuv.cn" ]
i@oiuv.cn
329fa2b042bbf6517b441e5522c9d6cca530af27
530b659f67a287b5fd47d8f862df9479f204630a
/stack/stack/stack.h
62be3a28b9b6adeb32284ce7fa210832bcba90d7
[]
no_license
senpao51/promising
8e1d3f7f82c4c6910acc4fddae480074219ee020
9f1e41e36193da8f0e59af39f15c32b55a4835d6
refs/heads/master
2021-07-10T09:28:32.631575
2020-09-29T13:26:25
2020-09-29T13:26:25
201,902,814
0
0
null
null
null
null
UTF-8
C
false
false
495
h
#pragma once #include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include <string.h> #include <assert.h> #define DataType int #define STACK_DEAFAULT 8 #define ADD_DEAFAULT 5 typedef struct SeqStack { DataType* base; size_t capacity; int top; }SeqStack; void SeqStackInit(SeqStack* ps,int sz); void S...
[ "1773552201@qq.com" ]
1773552201@qq.com
b9996baa84edf5e74eba42a705a2d0cecc5f6ed4
4dc93920033ff3810d766c7d184a8b5651132752
/source/dac.h
54ee9f606ac20c662b95a72cca3d9be9e00c7df8
[ "MIT" ]
permissive
gunalankarun/FIFA-3K19
3e4f3b794d2b6f1a4cd57fb00f305288d7193864
47e3986d8d109de443226fde12d79f6be19d131c
refs/heads/master
2020-12-25T17:34:18.261037
2016-08-17T21:20:59
2016-08-17T21:20:59
39,816,350
1
0
null
null
null
null
UTF-8
C
false
false
733
h
// dac.h // This software configures DAC output // Runs on LM4F120 or TM4C123 // Program written by: put your names here // Date Created: 8/25/2014 // Last Modified: 10/5/2014 // Section 1-2pm TA: Wooseok Lee // Lab number: 6 // Hardware connections // TO STUDENTS "REMOVE THIS LINE AND SPECIFY YOUR HARDW...
[ "gunalan.karun@gmail.com" ]
gunalan.karun@gmail.com
02e69e3518f349f4bd62b8b9017822e11e4ca463
6cdc3fde31015d77033b63ba75755e55f851e1b8
/include/interval_tree_util.h
0dbe2a39af0c2ea1d1291c2051a48b7d5e0cd230
[]
no_license
jyu283/dfsck
e9953e6b4b299f7fdf941a5f5a3e73062a1ab861
006cf90824aa3b20c5b63ba8e16f49a0856bc740
refs/heads/master
2022-06-17T03:33:11.412952
2020-05-07T21:44:35
2020-05-07T21:44:35
221,299,515
0
0
null
null
null
null
UTF-8
C
false
false
801
h
#ifndef INTERVAL_TREE_UTIL_H #define INTERVAL_TREE_UTIL_H #include "dfs.h" #include "stack.h" #define RB_BLACK 1 #define RB_RED 0 int rb_get_color(struct rb_node *node); int rb_is_red(struct rb_node *node); int rb_is_black(struct rb_node *node); void rb_set_parent(struct rb_node *rb, struct ...
[ "noreply@github.com" ]
jyu283.noreply@github.com
b1e080ffa651ded290062fac8e86713a090c0859
b496d7ab0f1be9368194963e4d464fdb591d4045
/libft/ft_strrev.c
15dbebc317baf2b0a8fb0ace40e2d52742ee3e14
[]
no_license
cmgnn/42
0db7378e8f17f2ad17c3fe1333253d56d44b3f9b
bbae03738b69139435133bd69fef3c641b393d7b
refs/heads/master
2020-04-15T04:36:22.360809
2016-01-26T15:58:01
2016-01-26T15:58:01
51,954,429
0
1
null
2016-02-17T20:51:02
2016-02-17T20:51:02
null
UTF-8
C
false
false
1,168
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strrev.c :+: :+: :+: ...
[ "nobody@nowhere" ]
nobody@nowhere
6d0d513339e0a2c66606e0140e75704892191b93
e076e26a1b0fb470035cdf32b8d6647601ca774c
/hardware/arm/efm32/system/SiliconLabs/EZR32WG/Include/ezr32wg_gpio.h
92657e2fb538d02116113541c7eec54a90b2d33f
[]
no_license
Bucknalla/efm32-arduino-core
b09d21fb9247e9bc0eadeba386dff21ccee5e837
327f05863b2c632cbf3de381ebe223f2bf14b08b
refs/heads/master
2020-06-19T03:19:29.623166
2019-09-30T12:25:21
2019-09-30T12:25:21
196,545,197
5
0
null
null
null
null
UTF-8
C
false
false
164,997
h
/**************************************************************************//** * @file ezr32wg_gpio.h * @brief EZR32WG_GPIO register and bit field definitions * @version 5.1.2 ****************************************************************************** * @section License * <b>Copyright 2017 Silicon Laboratorie...
[ "huaweiwx@sina.com" ]
huaweiwx@sina.com
e0fc26c56fa786f935b117ff63b701448390c6f1
1811db276694c8615110d9dd80d9e654aed93074
/pdbdump/pdbdump/license.h
94dcf523fbe9c707ef5bcb162102f2ff27dd6dd1
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
clayne/pdbdump
93e4a93c636114ed2b63131c02dab19f1f683b0f
0ad786fd2baff69c78d53b494953443a7958160e
refs/heads/main
2023-09-04T21:27:15.310032
2021-10-21T22:44:26
2021-10-21T22:44:26
null
0
0
null
null
null
null
UTF-8
C
false
false
1,389
h
wprintf(L"MIT License\n"); wprintf(L"\n"); wprintf(L"Copyright (c) 2021 Georg Ulbrich\n"); wprintf(L"\n"); wprintf(L"Permission is hereby granted, free of charge, to any person obtaining a copy\n"); wprintf(L"of this software and associated documentation files (the \"Software\"), to deal\n"); wprintf(L"in the Software ...
[ "georg-u@gmx.de" ]
georg-u@gmx.de
7f829b4e24acbe99ad68a3007839da355b645365
4b4c47a9d3b3f4744e789b1e16b81bfd9d9fda70
/source/xf_readbin1_s.c
0ba0965fef256e72f11a663557f395d2c00e097f
[ "BSD-2-Clause" ]
permissive
Gh0st0ne/LDAS
3215d20f844efdbc52f349d8ab1d89e6e5af32af
ea112544a4d0751bd9c943222c42ddde21228e63
refs/heads/master
2023-06-24T11:04:20.623481
2021-07-26T21:58:32
2021-07-26T21:58:32
null
0
0
null
null
null
null
UTF-8
C
false
false
5,172
c
/* <TAGS>file </TAGS> DESCRIPTION: Read simple binary stream into memory from a file, converting to short This version accepts a pointer to the input stream - suitable for repeat calls On each call: - calling function designates the destination array - a temporary void buffer is allocated to hold the read resu...
[ "j.r.huxter@gmail.com" ]
j.r.huxter@gmail.com
f9c0ed9900b4585162461056bcaa3abc2cd21396
019b085ac8ef4594fb43a1566b8e984cd34fac16
/platforms/nuttx/NuttX/nuttx/configs/stm3210e-eval/src/stm32_pmbuttons.c
8688ec2d4965e1a585e10b446ca2027b859dffb7
[ "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer", "GPL-1.0-or-later", "LicenseRef-scancode-other-permissive", "ISC", "MIT" ]
permissive
JJRnumrous/Firmware
fffabcee637b5fe00f374b6849894ae518b8c8af
7c3505dffa465be7bcef4602976df853d587e467
refs/heads/master
2020-08-17T20:26:09.876510
2019-10-17T05:22:09
2019-10-17T05:22:09
150,714,296
0
0
BSD-3-Clause
2018-09-28T09:06:12
2018-09-28T09:06:12
null
UTF-8
C
false
false
6,711
c
/**************************************************************************** * configs/stm3210e-eval/src/stm32_pmbuttons.c * * Copyright (C) 2012, 2015-2016 Gregory Nutt. All rights reserved. * Authors: Gregory Nutt <gnutt@nuttx.org> * Diego Sanchez <dsanchez@nx-engineering.com> * * Redistributio...
[ "18231349@sun.ac.za" ]
18231349@sun.ac.za
75fe1a57656a1595bd842eaa2a04633994052172
01daf4fb6c29c35955d0d5c109bd0080db564337
/DS_vim/linear_list/slistnode/SlistNode.c
ac902107c520c6f54f336126f5d57f5f5517ec67
[]
no_license
Zhangfen21082/Linux
0aa09c5287fbf1e31887c2ae65fdbfa3467247a4
c218ec534e4ae210a2beed812ed31f8ae24bfdf4
refs/heads/main
2023-05-01T16:13:41.277004
2023-04-13T12:59:13
2023-04-13T12:59:13
330,889,618
0
0
null
null
null
null
UTF-8
C
false
false
2,501
c
#include "SlistNode.h" void SlistNodeprint(SlNode* head) { assert(head); if(head!=NULL) { SlNode* cur=head; while(cur!=NULL) { printf("%d->",cur->val); cur=cur->next; } } else { printf("NULL"); } printf("\n"); } void SlistNodePushBack(SlNode** phead,DataType x) { // ...
[ "290440677@qq.com" ]
290440677@qq.com
0f57fb69cab18f741622033a34e2e17d21da4a31
35d4ba791db3b37af3bb6e3bc81594b68dfa9d4e
/Lista/set_int_test.c
b6e84a417a2c47052579ab7debdd44745336caf0
[]
no_license
gubenites/ar
95f027a74859fe9ef778808297f70320d175b085
3f44c34ba74d5bd09c7d70dac8ac1ab01f2551b2
refs/heads/master
2022-11-12T00:08:12.820533
2020-06-30T03:00:13
2020-06-30T03:00:13
275,957,537
0
0
null
null
null
null
UTF-8
C
false
false
3,299
c
#include <stdio.h> #include <stdlib.h> #include "set_int.h" void test(char o[], int v[], int s[], int m, char msg[]) { int i; for (i = 1; i < 2 * m - 2; i++) { int j, k, l; if (i < m - 1) { j = 0; while (j < i) { o[j++] = 'i'; } ...
[ "gubenites99@gmail.com" ]
gubenites99@gmail.com
ae984e87a65ee88242f18208fe3f544f9cd1331f
f5ddf37695623ed35ccfb4d3eb5b99d570161da0
/code/bmad/h5hut/src/include/h5core/h5_attribs.h
40c127f5f826e71dced82a5b10f2454aa106f8e0
[ "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause" ]
permissive
jasperhansel/fullbeamline
e778bd7fa2d11ad81f4cad6b4de5778f23b2dc33
0bca14a0cc504a564a17d4a07fc72e555a85f066
refs/heads/master
2021-08-07T20:21:28.167786
2017-11-08T23:31:04
2017-11-08T23:31:04
109,726,515
1
0
null
null
null
null
UTF-8
C
false
false
813
h
#ifndef __H5CORE_ATTRIBS_H #define __H5CORE_ATTRIBS_H #ifdef __cplusplus extern "C" { #endif #define H5_ATTRIB_FILE 0 #define H5_ATTRIB_STEP 1 #define H5_ATTRIB_FIELD 2 h5_err_t h5_read_attrib ( h5_file_t * const f, const char mode, const char *attrib_name, const hid_t attrib_type, void *attrib_value ); h5_er...
[ "jasperhansel@gmail.com" ]
jasperhansel@gmail.com
7e0f51e69c8094c3e90818228ee39531a48edb3c
4fe82a8372a26a10a2dd57a5dc8d75b2ef30bb3a
/common_factors.c
3a35d394fddb47832acfb80f7e5e824936834624
[]
no_license
a5221985/algorithms
7f683467bc554617ea6254e777cd5b70b2b7ba60
99a71a588039bd9ef81b3cf4900085155cedf02c
refs/heads/master
2022-06-18T15:40:24.001267
2022-05-29T00:57:28
2022-05-29T00:57:28
193,235,881
2
1
null
null
null
null
UTF-8
C
false
false
411
c
#include "stdio.h" int gcd(int, int); int lcm(int, int); int main() { int a[] = {2, 6}; int b[] = {24, 36}; printf("GCD: %d\n", gcd(12, 18)); printf("LCM: %d\n", lcm(12, 18)); return 0; } int gcd(int a, int b) { if (a == 0) return b; if (b == 0) return a; if (a < b) return gcd(a, (b % a)); else if...
[ "technical.rescuers@gmail.com" ]
technical.rescuers@gmail.com
f4acbaf28a5c4190b7befb42172f2a8b7d495a97
4718dc68f5a9db1c092f46bb622a192930a5a249
/c/Programs/Chapter12/P12_10.c
14afe239cbdc0d13de482094588a0e3e60d773ae
[]
no_license
vijaykalyanam/programming
19f3672d3eabb3d9543e7cda995bb8a94bdeb117
9a119e5bf28ddd8c4a559713568253855bdeaa98
refs/heads/master
2022-09-29T00:06:46.989222
2022-09-26T16:29:30
2022-09-26T16:29:30
109,918,176
1
0
null
null
null
null
UTF-8
C
false
false
636
c
/*P12.10 Program to understand the use of fwrite()*/ #include<stdio.h> #include<stdlib.h> struct record { char name[20]; int roll; int marks; }student; int main(void) { int i,n; FILE *fp; if((fp=fopen("stu","wb"))==NULL) { printf("Error in opening file\n"); exit(1); } printf("Enter number...
[ "vkalyanam@lantronix.com" ]
vkalyanam@lantronix.com
632302b5aeac1e98dc340c65d71f4199bec31bcc
2434a17a2e325bcf12e526612aff0eca5785b0fc
/srcs/shell/check_syntax_cmdlst.c
0974016fceca5eae5f65ce29d0a7d1dfaa63f1e6
[]
no_license
sk-uma/MyShell
67eede6723aba0c35856287e050e0c30d9d3ec33
40d648b533715660f9ed4254dd4b9be6a5160d09
refs/heads/main
2023-07-02T07:19:40.218436
2021-08-01T09:35:30
2021-08-01T09:35:30
391,575,154
0
0
null
null
null
null
UTF-8
C
false
false
1,782
c
#include "minishell.h" static int is_cmdlst_empty(t_commands *cmd) { while (cmd) { if (cmd->data != NULL && cmd->data[0] != NULL) { return (FALSE); } cmd = cmd->next; } return (TRUE); } static int is_cmdlst_redirection_empty(t_minishell *shell, t_commands *cmd, \ t_commands *first) { t_...
[ "taku.kuma1101@icloud.com" ]
taku.kuma1101@icloud.com
f84e4add13eb6f4a69dc1d7779b4735b06382d62
5053826127bee68388b9662521b779d604062dca
/trunk/iup/srclua5/ctrl/il_plot.c
be2ac2c236fca614a99c4e147a0ad9b01ddff56f
[ "MIT" ]
permissive
svn2github/tecgraf-iup
2d2050775548dff99c7e7a362ef18b79444c9a13
a25da4b1d716edd5790e023e5bb5339b67413782
refs/heads/master
2021-01-16T18:06:37.920991
2015-07-26T05:35:05
2015-07-26T05:35:05
37,242,424
0
0
null
null
null
null
UTF-8
C
false
false
5,250
c
/****************************************************************************** * Automatically generated file. Please don't change anything. * *****************************************************************************/ #include <stdlib.h> #include <lua.h> #include <lauxlib.h> #include "...
[ "scuri@2f08bc20-984a-4df8-b195-9b5d5d477537" ]
scuri@2f08bc20-984a-4df8-b195-9b5d5d477537
7bf75dbe9f325bb941557f4ca0ef5bebb6781522
5b048304d313179fb14bbc19734194601de549f7
/ndirfil/mdir/M_numpy__f2py__common_rules.c
b786aa72d3801395082ecc0010e9edb3950e7828
[]
no_license
codezakh/Movie-Database-Production-SVM
08a4a574624212d354267fa2a65d6a32c7d39bdc
46647074a932e0b300dd194606363c4188aa5b1a
refs/heads/master
2016-09-05T16:21:26.953448
2014-04-04T06:01:33
2014-04-04T06:01:33
null
0
0
null
null
null
null
UTF-8
C
false
false
17,673
c
unsigned char M_numpy__f2py__common_rules[] = { 99,0,0,0,0,0,0,0,0,3,0,0,0,64,0,0, 0,115,172,0,0,0,100,0,0,90,0,0,100,1,0,100, 2,0,100,3,0,33,90,1,0,100,3,0,100,4,0,108, 1,0,90,1,0,101,1,0,106,2,0,90,3,0,100,3, 0,100,4,0,108,4,0,90,4,0,100,3,0,100,4,0, 108,5,0,90,5,0,101,5,0,106,6,0,106,7,0,90, 8,0,101,5,0,106,9...
[ "codezakh@gmail.com" ]
codezakh@gmail.com
7f3f705d4dc6b953191f61992389e8afb34dbe42
f92ec973fdcfe9f60b0541ee822db1cb86606bb9
/branches/unstable/EmbeddedSoftware/AVR/avr-lib/drivers/ir/protocols.h
f63b84f4c88518c4378a9031f9c55e9337597875
[]
no_license
Cougar/HomeAutomation
9d4f78d4b07711c457da4ddd777a38f7533d059a
f2951eb0619c6122b6983275e1e698570eed4b5a
refs/heads/master
2020-12-24T06:32:34.886338
2016-11-05T13:13:40
2016-11-05T13:13:40
1,361,287
1
1
null
null
null
null
UTF-8
C
false
false
2,699
h
#ifndef IR_PROTOCOLS_H_ #define IR_PROTOCOLS_H_ #include "ircommon.h" /* Maybe ircommon.h should be removed and its contents be placed here instead. * After all, there's not much 'common' about it anymore. */ /* Protocol data structure */ typedef struct { uint8_t protocol; uint32_t data; uint16_t timeout; } Ir_Pr...
[ "nattgris@e69ec2e4-db17-0410-bd4a-d6f28f89cd0d" ]
nattgris@e69ec2e4-db17-0410-bd4a-d6f28f89cd0d
8710b860c4270c1d48862304ac3d9a1efe099bd0
5cb9d567d785df431335dee171e25a01a41d450b
/source/proj0/extract/briankwan/calc/107.c
5c22869e3ea854a21cbcfbb385a2565b3551f89b
[]
no_license
fenghuo/AutoGrading
f8c6a481d97c6121479c46f1f9dfc4a5823533c2
d206ced16daa3bfb85494a3bd371468f329b7ab8
refs/heads/master
2016-09-11T12:14:42.641357
2014-03-13T18:33:57
2014-03-13T18:33:57
null
0
0
null
null
null
null
UTF-8
C
false
false
332
c
#include <stdio.h> #include <math.h> int main { int m[101]; m[3] = 5/2*3; goto L4; m[5] = 2+m[2]; m[6] = 5-m[2pow(3)*2-2]-6; L1: m[5] = 5-(m[4]-6); m[8] = 5/2*3; goto L6; m[3] = 2+m[2]; if(m[0]) goto L1; m[3] = 5-(m[4]-6); m[5] = 2+m[2]; if(m[0]) goto L1; m[6] = 5-m[4pow(2)*2-2]-6; L2: m[5] = 5-(m[4]-6); m[8] = 5/2*3; ...
[ "cs160@csil.cs.ucsb.edu" ]
cs160@csil.cs.ucsb.edu
12466406efca08a905048471344e2a95a55780cf
e3fc87d8d4fb45a2843aea14c19ed868d8c78e22
/Porting/Pei/Dram/CHX002/UpdateRankAddr.c
726111201c1f7676e24ba56a5a2b96546ccacd92
[]
no_license
LongJohnCoder/Asia
4100818970eb411bdc71381e4dd643ee6ea6720b
adc60afc59cb9e64c05dd1fdf2b2c84bd2705af0
refs/heads/master
2021-10-08T15:42:52.631085
2018-12-14T08:43:04
2018-12-14T08:43:04
null
0
0
null
null
null
null
UTF-8
C
false
false
23,275
c
//********************************************************************** //********************************************************************** //** ** //** Copyright (c) 2018 Shanghai Zhaoxin Semiconductor Co., Ltd. ** //** ...
[ "1121892660@qq.com" ]
1121892660@qq.com
7c9b51f58ef3ff14599e8d286fbf0dee5ae26390
40de3da30239862f11a946166b50438174c2fd4e
/lib/wizards/irmeli/area4/ruum14.c
075fe39e196bb86e768792a931f8bf075a257772
[ "MIT" ]
permissive
vlehtola/questmud
f53b7205351f30e846110300d60b639d52d113f8
8bc3099b5ad00a9e0261faeb6637c76b521b6dbe
refs/heads/master
2020-12-23T19:59:44.886028
2020-01-30T15:52:16
2020-01-30T15:52:16
237,240,459
0
0
null
null
null
null
UTF-8
C
false
false
805
c
inherit "room/room"; object monster; reset(arg) { if(!present("gremlin 2")) { move_object(clone_object("/wizards/irmeli/area4/gremlin2.c"), this_object()); move_object(clone_object("/wizards/irmeli/area4/gremlin2.c"), this_object()); } if(arg) return; add_exit("north","/wizards/...
[ "ville.lehtola@iki.fi" ]
ville.lehtola@iki.fi
1fc9d3154fe090b55da2e15b166ef177ca807006
ff442a8831f3175a4c3211e76b68498f0b6a89ce
/source/stm32f0xx.h
02f892194c5ae0b6d5ac43c1e12d438c7b4ee0da
[]
no_license
hzbs001/aging_brd_100
1a3a6476528e88643449d4c53b5af9bc44caa33c
877d5e191576877ce5e788bc649c5281db40cedc
refs/heads/master
2020-05-07T14:29:52.106995
2019-04-10T14:23:24
2019-04-10T14:23:24
180,597,501
0
0
null
null
null
null
UTF-8
C
false
false
456,791
h
/** ****************************************************************************** * @file stm32f0xx.h * @author MCD Application Team * @version V1.5.0 * @date 05-December-2014 * @brief CMSIS Cortex-M0 Device Peripheral Access Layer Header File. * This file contains all the peripheral r...
[ "wanglw.cn@163.com" ]
wanglw.cn@163.com
cab2b1747c2a25fd72ad48d1550f935056e19aed
ae5836900a4c403d860f8f431c0e452ee43705e0
/testing/test_scp_fir/firE_n3_N67_D2_d.h
57c04827d780fdf70cb6cadc3848912d06c9b337
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
connorimes/tasp-vsipl-core-plus
224d1817f180fb4e6977ab227ee1bea41c5e6c58
dba552a9b5e145b1289a0d415f37fd91baa1e1ef
refs/heads/master
2021-01-21T23:58:44.018215
2015-11-17T18:23:51
2015-11-17T18:23:51
46,365,748
9
4
null
null
null
null
UTF-8
C
false
false
7,529
h
/* Created by RJudd */ /* SPAWARSYSCEN D857 */ /********************************************************************** // For TASP VSIPL Documentation and Code neither the United States / // Government, the United States Navy, nor any of their employees, / // makes any warranty, express or implied, including the ...
[ "connor.k.imes@gmail.com" ]
connor.k.imes@gmail.com
f0e857b768f255558941093223d10fe95d2cda45
897ab35830240d54c24112203965e5fab9946892
/libft/ft_print/ft_puttab.c
7045d21fea2fb39a98aa6d7b04e90f769ad23c05
[]
no_license
qdequele/42sh
490f2ef4de0223ef2f74865d4c76875b0eb21569
2d826657f6605414bcae2206c6ad848c136f16c8
refs/heads/master
2021-05-04T07:52:12.234081
2016-12-01T12:43:59
2016-12-01T12:43:59
70,704,665
3
0
null
null
null
null
UTF-8
C
false
false
1,027
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_puttab.c :+: :+: :+: ...
[ "github@dequelen.me" ]
github@dequelen.me
3ddbbfe6657fc5dc82fd9fb1500a026210254469
76bb2f1b416d78c2b4c951f071657b93e8f915c1
/sdl/utf16.h
41508c63c9be6d26ccf41fadd7a33ab20fe2abf5
[ "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause" ]
permissive
pcxod/olex2
2f48c06da586fb47d308defe9915bf63be5c8f4d
17d2718d09ad61ad961b98e966d981bb50663e3e
refs/heads/master
2023-08-11T20:01:31.660209
2023-07-21T10:55:35
2023-07-21T10:55:35
219,048,584
9
0
null
null
null
null
UTF-8
C
false
false
2,575
h
/****************************************************************************** * Copyright (c) 2004-2011 O. Dolomanov, OlexSys * * * * This file is part of the OlexSys Development Framework. * ...
[ "pcxod@273b6b03-9602-4203-8103-cbef60d4472e" ]
pcxod@273b6b03-9602-4203-8103-cbef60d4472e
2da9c352e060e98dd790790148f7f27bcba902be
5f7886828e586a7498e2bd893ada5375fed8d724
/0x00-hello_world/6-size.c
c8b693e9accd43886cc044c290b5742c840f5dea
[]
no_license
Obigold/alx-low_level_programming
40984172dbfefa4866efcdc7a0adf6e94e0b4798
43f572121837662d4f1efaea242863c13ddfe562
refs/heads/main
2023-06-10T23:46:02.695307
2021-07-06T13:41:16
2021-07-06T13:41:16
380,209,422
0
0
null
null
null
null
UTF-8
C
false
false
404
c
#include <stdio.h> /** /*main - Entry point *Return: Always 0 (Success) */ int main(void) { printf("size of char: %zu byte(s)\n", sizeof(char)); printf("size of an int: %zu byte(s)\n", sizeof(int)); printf("size of a long int: %zu byte(s)\n", sizeof(long int)); printf("size of long long int: %zu byte(s)\n", sizeof(long...
[ "andynwosu4@gmail.com" ]
andynwosu4@gmail.com
711a50c2bfc8d111330776ece709e7a4b0e0f7b0
0c5d3b088080577388f5766431487534f93a2c40
/Github-Projects-Origin/linux-master/drivers/isdn/mISDN/timerdev.c.bak.c
78cf8530a7f491aad808070018da382f4ad22a1b
[]
no_license
zhiyuanjia/WoBench
878255ce45e76ef57f88743c7f43acdfa59e93e7
6b337780cbd598de98fc0eabd19efaf1a01b6012
refs/heads/master
2021-09-23T03:12:08.091319
2018-06-14T10:17:59
2018-06-14T10:17:59
null
0
0
null
null
null
null
UTF-8
C
false
false
7,055
c
#include <assert.h> #include <string.h> #define INCLUDEMAIN /* * * general timer device for using in ISDN stacks * * Author Karsten Keil <kkeil@novell.com> * * Copyright 2008 by Karsten Keil <kkeil@novell.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the...
[ "wangcong15@mails.tsinghua.edu.cn" ]
wangcong15@mails.tsinghua.edu.cn
a950f60e81989218a60354b647808436bfa4bf8d
6f8270b219ec0747b66076fc7e3af0660f2e97c0
/arch/risc-v/src/nuttsbi/sbi_mscratch.c
7010678a6991504043aabcd2083675976c9dcf33
[ "MIT-open-group", "BSD-3-Clause", "HPND-sell-variant", "BSD-4-Clause-UC", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-bsd-atmel", "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-gary-s-brown", "MIT-0", "LicenseRef-scancode-proprietary-license", "SunPro", "MIT",...
permissive
2G-Engineering/incubator-nuttx
eea3d7c8d664fc8401c667d96a30c97708a54279
0b2ab8fdccdb09e16519e13a7f41a4825e155383
refs/heads/master
2023-08-03T06:14:37.885914
2023-06-07T14:44:59
2023-06-07T14:44:59
231,159,415
0
0
Apache-2.0
2023-04-17T05:02:42
2020-01-01T00:18:34
C
UTF-8
C
false
false
2,916
c
/**************************************************************************** * arch/risc-v/src/nuttsbi/sbi_mscratch.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copy...
[ "xiaoxiang781216@gmail.com" ]
xiaoxiang781216@gmail.com
a2f85fdebd8235d55b318792e541327560b7ab25
31090b82fcf15fc8a52a12be3dd592e72300fe1b
/sys/sys/_sx.h
e1db96f4a21d03b646b2541894707028f2e95628
[ "BSD-2-Clause" ]
permissive
YuheiTakagawa/VPS_for_FreeBSD
22e7b2f4e46b56e8289e7cd81eedf1d503ec2a0d
1a6d0ed8808b875b998f2f344cfc5539eb84532d
refs/heads/master
2020-07-15T09:24:26.928246
2017-08-11T17:43:29
2017-08-11T17:43:29
94,305,728
2
1
null
null
null
null
UTF-8
C
false
false
1,782
h
/*- * Copyright (c) 2007 Attilio Rao <attilio@freebsd.org> * 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...
[ "b1014223@fun.ac.jp" ]
b1014223@fun.ac.jp
6687c677f81ec9374750e446b24d1fdac3f8530c
88531fc52031c52c394c2c472ede16f006c9b6e9
/Week14/main.c
f8c68b847403fb58abf3d10b683fca3487f0a528
[]
no_license
saricay/STM32-Blue-Pill-Projects
1071b5dfc47d8f707111da3beafdbb2de9980e3d
48462b5304a33b81fac4804540e5657c6183bc10
refs/heads/main
2023-03-06T13:11:50.005188
2021-02-15T21:08:49
2021-02-15T21:08:49
339,193,394
0
0
null
null
null
null
UTF-8
C
false
false
9,722
c
#include "stm32f10x.h" #include <math.h> #include <stdio.h> GPIO_InitTypeDef GPIO_InitStructure; EXTI_InitTypeDef EXTI_InitStructure; NVIC_InitTypeDef NVIC_InitStructure; TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure; TIM_OCInitTypeDef TIM_OCInitStructure; USART_InitTypeDef USART_InitStructure; ADC_InitTypeDef ADC_Ini...
[ "saricayburak@gmail.com" ]
saricayburak@gmail.com
ab6c21d8d5b228d568469dd91e4621a9d16fbd92
5ad6880fa8db38f2cd5fe9087bb5e7fd17de9c67
/source_code/chap33/02.Kernel64/Source/Keyboard.h
4014956b5154a19214e2f2ee3fb4b978845d05ac
[]
no_license
RaccoonCodder/mint64os-examples
164897a40bac97d40c6e1c741d321ab4ce63f6f3
262e705d0cdaed048ae8b7cc7fe9dcaeaecf3646
refs/heads/master
2023-03-21T21:38:01.605453
2021-01-17T13:32:54
2021-01-17T13:32:54
null
0
0
null
null
null
null
UTF-8
C
false
false
4,268
h
/** * file Keyboard.h * date 2009/01/09 * author kkamagui * Copyright(c)2008 All rights reserved by kkamagui * brief 키보드 디바이스 드라이버 함수들을 정의한 파일 */ #ifndef __KEYBOARD_H__ #define __KEYBOARD_H__ #include "Types.h" #include "Synchronization.h" ////////////////////////////////////////////////...
[ "kkamagui@gmail.com" ]
kkamagui@gmail.com
14aae54b0a64d420533140cc3cfdc4d39d8bebcd
6f4f767bfe42f0fab597a0b3b8543dcd12a703c9
/core/include/Core.Hashset.h
0eff45a3daf87a1e168b1d67e9e9d59d3236d3ac
[]
no_license
Slapparoo/CarbonDi
3e59fbb1fbf2248cc047d73a3edc7bdacff69a89
0e5ec5b076dfdcb179c679eec4349000a7714a86
refs/heads/master
2023-04-15T12:56:10.471700
2020-09-07T07:02:21
2020-09-07T07:02:21
250,915,320
1
0
null
2021-04-26T20:17:55
2020-03-28T23:33:46
Java
UTF-8
C
false
false
665
h
// generated EC compiled source Core.Hashset #ifndef __C_2106303_HASHSET_H__ #define __C_2106303_HASHSET_H__ #include "Core.Core_main.h" #include "Core.Object.h" /* includes */ // @TODO include class dependancies #define __C_2106303_HASHSET_DATA_ #define __C_2106303_HASHSET_CLASS_ typedef struct c_2106303_Hashset_cm ...
[ "brook.smith@fronde.com" ]
brook.smith@fronde.com
18ade2fab12928c6ed1bde73d64fbfc57bb6746a
fc3b106292c6d756ed174b295a165d81a0914a92
/NLI2FOLI/pmb_SICK/data/silver/p37/d0000/en.cats
939226e45973e3bc342e78ec182760a849325bb0
[ "MIT" ]
permissive
barfsma/ComSem
5d0f7498fff8609076815ed1623c16d481c0b954
e8a5b49e8eb43a03ee123861b4aed928c2090d83
refs/heads/master
2020-12-05T18:05:48.585151
2020-01-24T15:44:21
2020-01-24T15:44:21
232,155,909
0
2
MIT
2020-01-23T08:41:29
2020-01-06T18:00:48
Python
UTF-8
C
false
false
164
cats
NP/N N (S[pss]\NP)/PP PP/NP N (S[dcl]\NP)/(S[ng]\NP) (S[ng]\NP)/(S[pss]\NP) S[pss]\NP ((S\NP)\(S\NP))/NP NP/N N ((S\NP)\(S\NP))/NP N/PP PP/NP NP/N N/N N/PP PP/NP N
[ "bertelt.braaksma@gmail.com" ]
bertelt.braaksma@gmail.com
0b698e6b8f152743deae9fcac5070908f6c7e912
6cf3c0ba1a5e5490a0964b4bafea894ca3873c2f
/Include/direct/AK3620/VedioPortCam.h
135050276eea82d86e52a8758650f5a1d809f128
[]
no_license
DanielGit/Intrisit201202
ebad43204846faa85aa746ea0ec208063b9902f1
bae91fd9d11b6d5243f774bdf9bfa83c8904ca26
refs/heads/master
2021-01-10T20:33:21.473293
2012-05-29T12:21:09
2012-05-29T12:21:09
3,446,525
3
2
null
null
null
null
GB18030
C
false
false
982
h
//[PROPERTY]===========================================[PROPERTY] // ***** 诺亚神舟操作系统V2 ***** // -------------------------------------- // 视频解压缩库依赖函数 // -------------------------------------- // 版权: 新诺亚舟科技 // --------------------------- // ...
[ "pikgen@sina.com.cn" ]
pikgen@sina.com.cn
cb3c8c4c98ef70a5dd117a2e1cedd857ed9fe786
32587a6758e6251bab48cfad8d7396a1680e9f2e
/FlexiSpy/iphone-phoenix-old/FlexiSPY Phoenix 1.3.1/Tools/AutomateAESKey/bin/AutomateAESKeyURL.c
30f5866a071d2f7f6a2c298acd6c90a92d1df806
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
JohnHubcr/malware
f05d30b98cf7a71077b55ce8b2b93cd3d964e926
c7ac8488f4be50ad46a76d2717ad31f5fcdf4a9b
refs/heads/master
2020-07-22T05:02:22.520848
2017-06-13T20:13:46
2017-06-13T20:13:46
94,344,779
1
0
null
2017-06-14T15:16:00
2017-06-14T15:16:00
null
UTF-8
C
false
false
5,053
c
// Date: 02-05-2013 10:17:10 #include "AutomateAESKeyURL.h" char URL0[] = { 95,-70,-21,-73,-46,-108,91,-117,25,120,48,-117,65,4,32,95,99,62,60,74,-73,-92,-15,-18,54,-51,57,-88,33,-111,102,89,100,-53,39,122,-37,-107,26,122,-35,-19,69,-10,100,109,-117,84,-111,-6,118,-30,53,122,120,118,118,27,-22,-64,-80,33,80,-15 }; c...
[ "rui@deniable.org" ]
rui@deniable.org
d46c10d448551aba9a6d23fdc6c94a57af8caa88
6484f7445b9ce07ded2dac8d2b8b1fc013a024a0
/ft_isalpha.c
e74a230da09f0ae6248665bad69d4d643450849f
[]
no_license
bhacodes/42KL_Libft_Final
1cfee3e7df74ae161e4bda181279aa2d824fe695
81cede8b702f4e7a8627e48926401d577933d337
refs/heads/main
2023-06-25T07:27:45.254144
2021-07-10T15:46:03
2021-07-10T15:46:03
384,733,222
0
0
null
null
null
null
UTF-8
C
false
false
1,009
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isalpha.c :+: :+: :+: ...
[ "noreply@github.com" ]
bhacodes.noreply@github.com
7da9ca787191b35607ddf758bffecbafcda1d090
71e5f96a29f5d643ab888b37677d38c33f8d765d
/d/islands/tonerra/catacombs/cat37.c
776f6690865ec91af0a754bc26691a9eb2740f61
[ "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
795
c
#include <std.h> #include "/d/islands/tonerra/areadefs.h" inherit CAT; void create(){ ::create(); set_indoors(1); set_light(1); set_short("Catacombs"); set_long( @DESC %^BLUE%^You are walking through the catacombs beneath the old monastery. There are a few small torches giving off some light but you cannot ...
[ "law@shadowgate.org" ]
law@shadowgate.org
88c7044d7fbc939263bd335a7cfdc78a4c5088dc
2045aac6aee2c77c001e1367533f0733cd56f9dd
/MCUXpresso/lpcxpresso54114_GPIO_gpio_led_output/board/pin_mux.c
27efce3daa56eb343e7b04e1b694725ea69e60dc
[]
no_license
harshdadwal/LPC54114
2fed5318495bac39c0f15184852f94bb910a1057
2f6f77fd16569d239d9edbc0736197bb25179c5e
refs/heads/master
2020-05-24T18:14:27.085129
2019-07-18T17:24:48
2019-07-18T17:24:48
187,404,282
0
0
null
null
null
null
UTF-8
C
false
false
12,201
c
/*********************************************************************************************************************** * This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file * will be overwritten if the respective MCUXpresso Config Tools is used to update this file. **********...
[ "dadwal2harsh@gmail.com" ]
dadwal2harsh@gmail.com
0cffba27d3f07044b2e32e5c5ff02b41cd98f2ed
47075f35f1ddaaf84760619b4b8957eafd250ef8
/app/src/main/cpp/src/rsa/oid.c
86cf484061d9d7bea6ec11b2a0a32d1044d09ef2
[]
no_license
lxzh/Crypt
230943e31efb589428422c7909f74be6d8d9c491
52651ba2867512ba0f115db013482325fce926b3
refs/heads/main
2022-12-31T14:02:38.833338
2020-10-21T16:15:19
2020-10-21T16:15:19
null
0
0
null
null
null
null
UTF-8
C
false
false
27,555
c
/** * \file oid.c * * \brief Object Identifier (OID) database * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-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 ma...
[ "a1239848066@lxzhMac.local" ]
a1239848066@lxzhMac.local
8246dbcaa7e6ec32aea1f11af49a16c395cf4dd7
57a9a8d4100d310b64110c4138e19064af11e472
/fw_workspace/pses_ucboard/common/encoding.c
2fb20badb41274c298f82ca889c222696ad14526
[]
no_license
darko90/ucboard
051ac8e9fae4feeaaeaa7dc4999b6cea0b0d515e
97e235e70e11bdc2436290e2ac1f5ad028594d2f
refs/heads/master
2021-08-08T11:43:32.448684
2017-11-07T11:22:21
2017-11-09T18:37:46
null
0
0
null
null
null
null
UTF-8
C
false
false
2,661
c
/* * encoding.c * * Created on: 02.10.2016 * Author: elenz */ #include "encoding.h" static const char HEXCODETABLE[] = "0123456789ABCDEF"; #define ENCODE_HALFBYTE_HEX(hb) (HEXCODETABLE[hb]) //#define ENCODE_HALFBYTE_HEX(hb) ( ((hb) <= 9) ? ((hb) + '0') : ((hb) - 10 + 'A') ) char* en...
[ "elenz@iat.tu-darmstadt.de" ]
elenz@iat.tu-darmstadt.de
fe7d529678dc7e19f57eb9791970a5dc91e2aedb
047c094748d66f3a6e5d907dc19d96d51fb04fe7
/PortingContest_Arduino_M0_Pro_leisilei_10/LiteOS/projects/LiteOS_Arduino_M0_Pro_Expand/RTE/_LiteOS/RTE_Components.h
72f290907f28b950b4a90e1e271bcac89baf181b
[ "BSD-3-Clause" ]
permissive
cccfeb/PortingContest
9ed8c80d96ad8982d4483862670312d834b77811
43d11277fd4735fcc611b94282ed823eb3dde251
refs/heads/master
2021-06-18T23:24:53.243297
2017-07-03T10:53:06
2017-07-03T10:53:06
null
0
0
null
null
null
null
UTF-8
C
false
false
341
h
/* * Auto generated Run-Time-Environment Component Configuration File * *** Do not modify ! *** * * Project: 'LiteOS' * Target: 'LiteOS' */ #ifndef RTE_COMPONENTS_H #define RTE_COMPONENTS_H /* * Define the Device Header File: */ #define CMSIS_device_header "samd21.h" #endif /* ...
[ "leishangwen.163.com" ]
leishangwen.163.com
49df89dca6aedc394cee1310fe1d8ee42ce4a49b
011bdf81d127ed862e837bcc815e77320a7c5911
/Exercises/3-math/math.c
0ab8e34f568cac4e110fa13876ea515ddb7d23f2
[]
no_license
sofieleiszner/ppnm
9daf950cef25adc36cc5c45d3c667e4352c6f4bd
26c0295ed1f5a6a416ce1ea13c18769380551631
refs/heads/main
2023-05-27T06:33:57.545853
2021-06-18T09:18:22
2021-06-18T09:18:22
336,270,661
0
1
null
null
null
null
UTF-8
C
false
false
1,070
c
#include <stdio.h> #include <math.h> #include <complex.h> int main(){ printf("Subtask 1:\n"); int n = 5; double x = 0.5; complex z = csqrt(-2); complex im = csqrt(-1); printf("Gamma function, Γ(5) =%g\n", gamma(n)); printf("Bessel function, J_1(0.5) = %g \n", j1(x)); printf("sqrt(2) = %g I%g \n",...
[ "leiszner@hotmail.com" ]
leiszner@hotmail.com
4968855c4d2e4f76949013886d58214a9fc04c58
2428c00f26b98cd4a30a5f4cbf218691f10dd631
/ejercicio19.c
5b76917059aff327eaa8749d97511768f420eb1a
[]
no_license
sergei270791/aprendiendo_C-3-
dfb7356307078e154c2ab6b46703436a663d80fe
3a0e2900ad424c943eb7168cee200e1a7a6871cb
refs/heads/master
2022-05-26T14:02:19.218766
2020-04-29T05:24:13
2020-04-29T05:24:13
259,158,135
0
0
null
null
null
null
UTF-8
C
false
false
1,131
c
#include <stdio.h> #include <string.h> #include <stdlib.h> int verificar(int filas,int columnas,char **p){ int i,j,cont,aux; for(i=0,cont=0;i<columnas && p[0][i]!=0;i++,cont++){ p[2][i]=p[0][i]; } aux=cont; for(i=0;i<columnas && p[1][i]!=0;i++,cont++){ p[2][i+aux]=p[1][i]; } ...
[ "sergei.calle.c@uni.pe" ]
sergei.calle.c@uni.pe
9e06a28249b6f5e6bfd7fc77ca3d49a62b04bb27
78a67ef1b19e0d1b4e724625227b620cb7b6956a
/libft/ft_striter.c
9363e6dc72098ad4d3335992517e3c73da546707
[]
no_license
msakwins/Filler
274993ae2518ad93fd8fffb201a47c7c2fcd8981
92dcb0e2f639feb613b8a5f25b7c1c7a78b2bd74
refs/heads/master
2020-03-16T02:35:16.254688
2018-05-07T13:58:55
2018-05-07T13:58:55
null
0
0
null
null
null
null
UTF-8
C
false
false
997
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_striter.c :+: :+: :+: ...
[ "msakwins@e1r8p4.42.fr" ]
msakwins@e1r8p4.42.fr
544eb554b740cea6b973d405efa8e913d3abded5
8eb669795079ba72e2d05f802730f1bf1518044c
/shared/gadgetFileIO.c
f85e61cfb0791c0f87f1737e25d6ab82268a1e31
[]
no_license
panuelosj/tipsyPlot
40608bf10a5869faebf09a9e6d70a147295ed6d0
ec0f037f6b5e7b6b8717865aacbebdcc1bd52e71
refs/heads/master
2021-01-15T15:32:36.418581
2016-08-18T19:44:36
2016-08-18T19:44:36
61,382,617
0
1
null
null
null
null
UTF-8
C
false
false
22,495
c
#include <stdlib.h> #include <stdio.h> #include <string.h> #include <time.h> #include <math.h> #include "../tipsyPlot.h" /* ######## ######## ### ######## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ######## ###### ## ## ## ## ## ## ## ######### ## ##...
[ "jonathan.panuelos@gmail.com" ]
jonathan.panuelos@gmail.com
d008e1696f44d37ced10e5ab1b3ae8a00a217fcc
cef3847d71d1ee28672e7a0930d4231bb69468e9
/bmd/PKG/chip/bcm56634_b0/bcm56634_b0_bmd_vlan_port_get.c
f7e9bfda9f81799f9cca696d178ad4167e09cf30
[]
no_license
babyge/OpenMDK
70e4de4ff7176d14040797e2d458d8d238f5bad6
a5d3fc9b12af3eeb68f2ca0ce7ec4056cd14d6c2
refs/heads/master
2022-12-23T18:32:44.037066
2020-09-25T20:48:23
2020-09-28T20:22:12
null
0
0
null
null
null
null
UTF-8
C
false
false
1,900
c
#include <bmd_config.h> #if CDK_CONFIG_INCLUDE_BCM56634_B0 == 1 /* * * This software is governed by the Broadcom Switch APIs license. * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenMDK/master/Legal/LICENSE file. * * Copyright 2007-2020 Broadcom Inc. All ri...
[ "sdk.releases@broadcom.com" ]
sdk.releases@broadcom.com
7615138b175fe5f3baf64ab404756a726f09e2f7
5a97b47aaaf5f800e52346d79aeea52461562610
/piecewise_constant_approximation.h
7373234ab4e0649101324dc68c1e177b4eb6291a
[]
no_license
haodonglu/approximate_random_variables
cdef54807e475934f99d3555e771ce511ab26cba
501be40b4ed5b8d68c4b2225d7d78e07d8bee981
refs/heads/master
2023-01-06T00:43:17.076338
2020-11-07T10:21:29
2020-11-07T10:21:29
null
0
0
null
null
null
null
UTF-8
C
false
false
637
h
// Author: // // Oliver Sheridan-Methven, September 2020. // // Description: // // An approximation of the Gaussian's inverse cumulative // distribution function using a piecewise constant function. #ifndef APPROXIMATE_RANDOM_VARIABLES_PIECEWISE_CONSTANT_APPROXIMATION_H void piecewise_constant_approxi...
[ "oliver.sheridan-methven@hotmail.co.uk" ]
oliver.sheridan-methven@hotmail.co.uk
f898ed72abf5774be4ee1379b5ed4d4bbc926c96
9d6bebed329859387658bb1c0866aa6b45ec1cbd
/BattleShips.c
52b65ef6fcb03bbc5ff8d127777966e00752864b
[]
no_license
SheriffEllis/Battleships
6c0f27cb96f23c6490170acc1cea3d9bba2fb3d3
c2703db335e55d992005d003d064e945d6143de7
refs/heads/main
2023-04-27T16:33:37.860992
2021-05-16T19:32:28
2021-05-16T19:32:28
null
0
0
null
null
null
null
UTF-8
C
false
false
28,949
c
/* ACS130, Individual C Assignment 3 Written by: Sherif El Sawwaf Completed: 16/05/2021 Purpose: A text-based implementation of the boardgame battleships. The player plays against the computer/AI. The game starts by asking the player to choose a difficulty setting which will determine the behavior of the AI. ...
[ "AidenTemere@users.noreply.github.com" ]
AidenTemere@users.noreply.github.com
a61499cd89da533a44dce59c325a550597266847
c035dc9828af2d002cb84d9b1d1b63dab15ca3aa
/0x01-math_sequence/0-heron.c
7da84dd0bfb7c2a793df783d9df0df1bd23757f5
[]
no_license
coding-max/holbertonschool-math
d35e3653fb79b48803f4e6ace0787d16dbf1201e
5b7147ccf7a1f63164775a56c7bbec70f5f4c5bc
refs/heads/main
2023-08-01T04:42:39.107608
2021-09-14T00:59:27
2021-09-14T00:59:27
402,164,753
0
0
null
null
null
null
UTF-8
C
false
false
851
c
#include "heron.h" /** * new_cell - create a cell and initialize it with the given values. * @elt: approximation to the root. * @next: pointer to next node. * Return: pointer to the created cell (node). */ t_cell *new_cell(double elt, t_cell *next) { t_cell *cell; cell = malloc(sizeof(t_cell)); cell->elt = el...
[ "maximiliano.pan@hotmail.com" ]
maximiliano.pan@hotmail.com
3b28bf051e564923891caad50953d8929499c0f7
7e13ab98d3e6111a958b6ed38f4d1b83685bdc55
/ft_strjoin.c
adeb7ee9c386d54555349fded5ee4ac9a2fcac69
[]
no_license
cpodariu/libft
5338a003469d7518f2e7a1bc295163a9972e7fff
a3777b8bf83cbcad5dadc948d21eab165e01feff
refs/heads/master
2020-05-18T14:27:38.050234
2017-03-07T21:34:36
2017-03-07T21:34:36
78,894,475
0
0
null
null
null
null
UTF-8
C
false
false
1,242
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strjoin.c :+: :+: :+: ...
[ "noreply@github.com" ]
cpodariu.noreply@github.com
d1e300043008e3dea6af60933f1519d52b1aacb5
d4de686f291c663bfe0c4c6246261990ab22256f
/src/indexer/misc-types.h
e3963e66cdfc24d978672df6bd4cc77984951b3e
[ "Apache-2.0" ]
permissive
strogo/koto
f2a2f018d832dacfb79df574255a3ffaf2efadaa
62f288384932c2b7faa099d456162af37edef1a8
refs/heads/master
2023-07-07T21:47:27.013094
2021-08-17T16:27:33
2021-08-17T16:27:33
null
0
0
null
null
null
null
UTF-8
C
false
false
824
h
/* misc-types.h * * Copyright 2021 Joshua Strobl * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
[ "joshua@streambits.io" ]
joshua@streambits.io
3e5e02b39fad1e2a0d608a13a6330dd7fa354493
80acc3b8c6b359d87097cbc1cf9a8e558b39ce7e
/SRD_Device/dashboard/pixmaps/settings.h
ae6ec11da8afe8b4976c9520e53069ac1ea9bf85
[]
no_license
Dante999/SRD_Device
deee6f84b2fc4336fb659a15ba7957033bb9b4a8
af1209ed79d17cfba8392b11b799936d8937427f
refs/heads/master
2020-02-26T15:37:18.134409
2016-09-22T21:36:04
2016-09-22T21:36:04
68,955,883
0
0
null
null
null
null
UTF-8
C
false
false
749
h
#ifndef SETTINGS_H #define SETTINGS_H #define PIXMAP_WIDTH 1024 #define PIXMAP_HEIGHT 600 #define FONT "Consolas" // Letters per Text-Label #define LABEL_LETTERS 5 #define VALUE_LETTERS 9 // Label-Text size in points #define FONT_SIZE_TEXT 30 #define FONT_SIZE_STATUS 50 #define FONT_SIZ...
[ "Matthias.Escher@gmx.de" ]
Matthias.Escher@gmx.de
3083d841353e7e933793c063e857201a515f082b
816c43298ef9e1bc423a5f5f77f0ea446908c95c
/include/mail.h
800ed78013923080eb1d4ccfdf6c253dfe87287d
[ "Apache-2.0" ]
permissive
ShajTester/s-rikmail
615be5945314dbe372dd1ad181d5d1c204a70856
0153cd9d68503ee40cf3b337825aaa63b0da646c
refs/heads/main
2023-05-31T01:58:33.760823
2021-06-02T16:23:54
2021-06-02T16:23:54
375,671,201
0
0
null
null
null
null
UTF-8
C
false
false
136
h
#pragma once void sendPriority(unsigned int mailmode); //void setPeriod(unsigned int period); //void setRecipient(char * recipient);
[ "skourikhin@gmail.com" ]
skourikhin@gmail.com
7e252688293641cd0ff0d1d56585a04444406641
68aea03567e18e536a7eb310a064560f29f1539e
/Assignment1/interpreter.h
4a4633b647c00be10690a6ab5066566917e1abd8
[ "MIT" ]
permissive
JennyCJC/21Winter-COMP310
d0c2d7d587837dc8b419504d7b0359ca9fdc4174
22e5141fc842b812e237ea89ecd4d62fd2e81713
refs/heads/main
2023-06-11T18:30:44.079946
2021-07-06T21:43:19
2021-07-06T21:43:19
383,598,216
0
1
null
null
null
null
UTF-8
C
false
false
208
h
#ifndef INTERPRETER_H #define INTERPRETER_H #include<stdio.h> #include<stdlib.h> #include<string.h> int interpreter(char *tokens[]); void help(); void quit(); int set(); int print(); int run(); #endif
[ "jennycao@Jennys-Mac-mini.local" ]
jennycao@Jennys-Mac-mini.local
1db67e21dff559b5af5ee8985281481b8c510c79
cf6ade3d144b00aefed370e63d87d10a0ef60dcd
/src/keyboardTaskHooBee.h
d8a222ebd57d9f1024f77bc54e7c76b953b6f9c5
[]
no_license
codeshelf/FlyWeight
b24156d286a331103dfd1700596daccf1c077588
b3d7c1dd7cdffb234fddcee78ca710c98cd677cd
refs/heads/master
2021-03-16T05:13:12.101134
2014-10-10T18:48:47
2014-10-10T18:48:47
14,611,266
0
0
null
null
null
null
WINDOWS-1252
C
false
false
565
h
/* FlyWeight © Copyright 2005, 2006 Jeffrey B. Williams All rights reserved $Id$ $Name$ */ #ifndef KEYBOARD_TASK_H #define KEYBOARD_TASK_H #include "pub_def.h" #include "FreeRTOS.h" #include "queue.h" #define KEBOARD_QUEUE_SIZE 2 #define BUTTON_PRESSED 1 #define BUTTON_RELEASED 2 #define NO_BUTTON 0 ...
[ "" ]
617b9a3e0bc2492bfd1202f9daa1015350e1d071
4e5a19e65be8b4f11fde6797b7b032c5260344be
/c_exam00/ex01/hidenp.c
f4c1c01aa5071819e504351835957a7e44bfa585
[]
no_license
Ngoguey42/c_exams
3f75b187928a3e00b17a72e67ca2409b5887e0dc
7ce8d40dd4b94fcffd9bd8e866a705007a47934d
refs/heads/master
2021-01-19T06:05:48.750519
2015-03-14T06:32:39
2015-03-14T06:32:39
32,198,736
0
0
null
null
null
null
UTF-8
C
false
false
1,284
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* hidenp.c :+: :+: :+: ...
[ "ngoguey@student.42.fr" ]
ngoguey@student.42.fr
cac463a5b8617be1792d253a1648507ef3c396c0
5aa8c94b33b727a92cc2c3ba8bc3f69f66f8bca1
/sys/hp300/dev/rdreg.h
b91353089406021881b07407fcf764848e07e6f9
[]
no_license
dank101/4.4BSD-Alpha
d6458c1d1cc82f6332f6f87dcdc223f7d1b2b0ee
b119e6613a15af07855e4cda5dd9f0e78adcbf40
refs/heads/master
2020-03-30T09:51:58.598180
2014-08-01T20:24:53
2014-08-01T20:24:53
22,526,911
1
2
null
null
null
null
UTF-8
C
false
false
8,874
h
/* * Copyright (c) 1988 University of Utah. * Copyright (c) 1982, 1990 The Regents of the University of California. * All rights reserved. * * This code is derived from software contributed to Berkeley by * the Systems Programming Group of the University of Utah Computer * Science Department. * * Redistributio...
[ "dank101@localhost.localdomain" ]
dank101@localhost.localdomain
f1a29303059ea2f4381ac08becbc4121ab8cd2db
f6c49e0b0d481a43164c44818b1bce9f87f1bbca
/node/vuo.select/vuo.select.out.8.c
d4f4a5f79f6e3e9202e5b4ec92030ac26cd46c41
[]
no_license
pooyaniazi/vuo
1425a968f63544347dc1661597a7957aac19ff38
cccc6057463c978f0bc355c00ca9752659198b70
refs/heads/master
2021-06-18T06:32:26.047326
2017-07-02T00:45:33
2017-07-02T00:45:33
null
0
0
null
null
null
null
UTF-8
C
false
false
2,218
c
/** * @file * vuo.select.out node implementation. * * @copyright Copyright © 2012–2016 Kosada Incorporated. * This code may be modified and distributed under the terms of the MIT License. * For more information, see http://vuo.org/license. */ #include "node.h" VuoModuleMetadata({ "title" : "Select Output...
[ "info@vuo.org" ]
info@vuo.org
dda1cc586d3076772fbfb5bd2fb314c7681f1527
0cb77f78b3c9b0b56c991a679b0ad09435929234
/src/commom/gnet_def.h
3fc5df8ca0c2d7c798cacc57e2da75bafdef66d2
[]
no_license
gc286339554/gnet
47550231491713c6a28735e377c60a1319fb50fe
3ecaeaa95ab3b2dd3e41ff1c87498c2587abb4f3
refs/heads/master
2020-12-31T07:43:36.891038
2017-08-07T09:46:15
2017-08-07T09:46:15
86,553,839
9
6
null
null
null
null
UTF-8
C
false
false
667
h
#pragma once //type def begin #ifdef __GNUC__ typedef long long int64; typedef int int32; typedef short int16; typedef signed char int8; typedef unsigned long long uint64; typedef unsigned int uint32; typedef unsigned short uint16; typedef unsigned char uint8; #else typedef signed __int64 int64...
[ "286339554@qq.com" ]
286339554@qq.com
4a73c879ccd9e83fd7a3fd020d490872aa7defc4
b52bff327322182ae279f2e09e460e1b48d7ecbe
/STM32Cube_FW_F3_V1.4.0/Projects/STM32F3348-Discovery/Examples/HRTIM/HRTIM_BuckSyncRect/Inc/stm32f3xx_it.h
0deb4691e62ac19ade113e1d10b7f3ff4f6a0310
[ "BSD-2-Clause" ]
permissive
mwoelfer-tuwien/workspaceMicroboard
f6f18929605dc6849c786f2698d1a1ed6ef0f36f
acfc7e8801031ee6a02f2aa8d4aee86741dd3de1
refs/heads/master
2021-06-18T14:43:30.183473
2017-06-08T10:54:02
2017-06-08T10:54:02
null
0
0
null
null
null
null
UTF-8
C
false
false
3,113
h
/** ****************************************************************************** * @file HRTIM/HRTIM_BuckSyncRect/Inc/stm32f3xx_it.h * @author MCD Application Team * @version V1.4.0 * @date 13-November-2015 * @brief This file contains the headers of the interrupt handlers. *********************...
[ "mwoelfer01@student.tgm.ac.at" ]
mwoelfer01@student.tgm.ac.at
3cc323651958bd2972aec1c8219ad71477f154bd
32a2ae420f055a25eb6551002ec979f2b563ad24
/platform/mcu/nrf52xxx/Drivers/serialization/common/transport/ser_phy/config/ser_phy_config_conn.h
57141ed1b62de1297006e538ce5dad4f69b623b7
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
benpoon-microchip/AliOS-Things-CLK-And-SDMMC-Modification
f48976ab24fd9155e384df1e0b373fbb5fc6bf25
cfbb92fc1bf640b528ab661c5197945c54378862
refs/heads/master
2020-03-30T05:55:24.796579
2018-09-29T05:41:44
2018-09-29T05:41:44
150,827,779
1
2
Apache-2.0
2020-03-06T15:57:35
2018-09-29T05:24:05
C
UTF-8
C
false
false
3,488
h
/** * Copyright (c) 2014 - 2017, Nordic Semiconductor ASA * * 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,...
[ "Ben.Poon@microchip.com" ]
Ben.Poon@microchip.com
198ca377e41adcd1384f2d28b2f9214d21a1b57d
8a87fbf4e1b92264327950b957ec3efd294f6999
/XMOSD/uart.h
b77d9a4cf3ef14451209b2ff0381550ca0f09ab8
[]
no_license
terryonfly/XMOSDev
8b2db477cf066c3de9f26d0e150c481dc83ab3b4
97dd7e0edec63c19f03f678177aab5666027b101
refs/heads/master
2020-12-31T04:29:27.353853
2016-01-25T09:07:56
2016-01-25T09:07:56
45,548,551
0
0
null
null
null
null
UTF-8
C
false
false
279
h
// // Created by Terry on 15/11/24. // #ifndef XMOSDEV_UART_H #define XMOSDEV_UART_H int open_serial(const char *dev_path); int set_speed(int fd, int speed); int set_parity(int fd, int databits, int stopbits, int parity); void close_serial(int fd); #endif //XMOSDEV_UART_H
[ "terry@rokid.com" ]
terry@rokid.com
283d954cdcc66b8605aadf0e8a547a08d2395d10
ec41e7db53dec24ad75c539f32250e5e0daf4deb
/0x08-recursion/4-pow_recursion.c
ceb275a3e8426135dcf29c106a672ae3586b8df3
[]
no_license
juandtr1999/holbertonschool-low_level_programming
a2300dc9dcbaff92374cb37133a53cca3440ac8a
e20931115b7a07193b8b50203f3e37798a0f05b3
refs/heads/master
2023-03-14T22:34:31.108887
2021-03-26T03:37:57
2021-03-26T03:37:57
335,744,417
0
2
null
null
null
null
UTF-8
C
false
false
309
c
#include "holberton.h" /** * _pow_recursion - Prints power of a number * @x: Number to multiply * @y: Times to multiply * Return: Power. */ int _pow_recursion(int x, int y) { if (y < 0) return (-1); if (y == 0) return (1); if (y > 0) return (x * _pow_recursion(x, y - 1)); else return (0); }
[ "jr9282507@gmail.com" ]
jr9282507@gmail.com
8e9de079977a480bcde81092238f32d28ea15960
05460f0136fc2345e7a6c200c584397571e69b5b
/ft_isupper.c
4791efc6c8d30e5adba340d163e3e1db3580e92e
[]
no_license
Danilouli/42-ft_printf
540c90b636e9c8186dd0bfc6ad1fb231073ce6b8
56b55a5818224d0b32e5d9f23d270a42eca0e194
refs/heads/master
2021-09-05T19:53:05.549629
2018-01-30T17:36:09
2018-01-30T17:36:09
null
0
0
null
null
null
null
UTF-8
C
false
false
986
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isupper.c :+: :+: :+: ...
[ "dsaadia@e1r6p10.42.fr" ]
dsaadia@e1r6p10.42.fr
fbde107feaabd9e70d211b496ff1c0ebdc541003
943dd54918355e8028fdd759bae6d9dd837e11e0
/third-party/u8g2/tools/font/build/single_font_files/u8g2_font_helvB08_tf.c
fdff956cfe184c73467e46d17da7c3bd79bbcb89
[ "BSD-3-Clause", "CC-BY-SA-3.0", "LicenseRef-scancode-x11-adobe-dec", "BSD-2-Clause" ]
permissive
fieldkit/firmware
06e920ad01c2f48142413d3a3447188bc9753004
45c51ce8dc51df886875e97de17980c839882adf
refs/heads/main
2023-08-23T22:29:02.022772
2023-07-24T22:18:01
2023-07-24T22:18:01
183,808,180
11
1
BSD-3-Clause
2023-04-04T20:42:38
2019-04-27T18:27:51
C++
UTF-8
C
false
false
6,724
c
/* Fontname: -Adobe-Helvetica-Bold-R-Normal--11-80-100-100-P-60-ISO10646-1 Copyright: Copyright (c) 1984, 1987 Adobe Systems Incorporated. All Rights Reserved. Copyright (c) 1988, 1991 Digital Equipment Corporation. All Rights Reserved. Glyphs: 191/756 BBX Build Mode: 0 */ const uint8_t u8g2_font_helvB08_tf[226...
[ "jlewallen@gmail.com" ]
jlewallen@gmail.com
7e3e7742c759a2fc9e41a058b7108b35e9ec0a75
cfc32fd79a4dfb5d3013619f787eed151421707f
/cpp-example/pat/Basic Level/1066.c
c367ac28e98ddd6ee16853a0fbd461197979dca1
[]
no_license
wyyrepo/study
9513f690e38daa0f98afd578aa92e14ada801a16
3b3bf1e0aec7c4cb8ed440192570ab03ccd6ef75
refs/heads/master
2021-10-20T20:49:48.986160
2019-03-01T17:30:28
2019-03-01T17:30:28
null
0
0
null
null
null
null
UTF-8
C
false
false
1,531
c
/* 1066. 图像过滤(15) 图像过滤是把图像中不重要的像素都染成背景色,使得重要部分被凸显出来。现给定一幅黑白图像,要求你将灰度值位于某指定区间内的所有像素颜色都用一种指定的颜色替换。 输入格式: 输入在第一行给出一幅图像的分辨率,即两个正整数M和N(0 < M, N <= 500),另外是待过滤的灰度值区间端点A和B(0 <= A < B <= 255)、以及指定的替换灰度值。随后M行,每行给出N个像素点的灰度值,其间以空格分隔。所有灰度值都在[0, 255]区间内。 输出格式: 输出按要求过滤后的图像。即输出M行,每行N个像素灰度值,每个灰度值占3位(例如黑色要显示为000),其间以一个空格分隔。行首尾不得有多余...
[ "626562203@qq.com" ]
626562203@qq.com
77535d4bb54e97aa935b60f1abc33a6c1b3a8691
7df190d1c81ab5db02266efa2931a3745b7859f5
/Program/HARDWARE/SPI/spi.c
d091542be95aa3bf802532367bac890ca24c33b1
[]
no_license
calikismail/Fingerprint-Lock-STM32F4
f5c7b370372d7926ef950c44e772472bc00df886
24fd85a6953b2ec2d3c7205dadb181e909dccc3e
refs/heads/main
2023-01-19T10:34:43.092993
2020-11-14T09:57:23
2020-11-14T09:57:23
null
0
0
null
null
null
null
GB18030
C
false
false
3,968
c
#include "spi.h" ////////////////////////////////////////////////////////////////////////////////// //本程序只供学习使用,未经作者许可,不得用于其它任何用途 // ALIENTEK STM32F407开发板 // SPI 驱动代码 //正点原子@ALIENTEK //技术论坛:www.openedv.com //创建日期:2014/5/6 //版本:V1.0 //版权所有,盗版必究。 // Copyright(C) 广州市星翼电子科技有限公司 2014-2024 // All rights reserved ...
[ "howiehye@163.com" ]
howiehye@163.com
ca2d55cf80a93e3b8eb9988bf1fc2cdb7e86d43d
3bafb328741fe176af1dd0c75e6f2415288d50d5
/C/Memory Leak/main.c
47c55ed83faf7ac7b669929baf70e10fbec27f0c
[]
no_license
Sameer2898/C-Language-Programs
f47542df143da4910dcadfb0b244c13acb9fd599
beecf559085a82160bf2108bc2199b4f556542d5
refs/heads/main
2023-02-19T16:30:01.049444
2021-01-14T06:25:03
2021-01-14T06:25:03
329,526,435
0
0
null
null
null
null
UTF-8
C
false
false
332
c
#include <stdio.h> #include <stdlib.h> int main(int argc, char const *argv[]) { int i = 0; int *ptr; while (i < 50000) { printf("Please free the memory of heap to avoid memory leak.\n"); if (i % 100 == 0) { getchar(); } i++; } free(ptr); ...
[ "xdgsr1234@gmail.com" ]
xdgsr1234@gmail.com
53f9e11a73536e7d1c71b01f882e1f85d363ed14
c47c254ca476c1f9969f8f3e89acb4d0618c14b6
/datasets/linux-4.11-rc3/drivers/net/wireless/realtek/rtlwifi/efuse.h
952fdc288f0e6f0d2e74551840456e7f83160192
[ "GPL-1.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "Linux-syscall-note", "GPL-2.0-only", "BSD-2-Clause" ]
permissive
yijunyu/demo
5cf4e83f585254a28b31c4a050630b8f661a90c8
11c0c84081a3181494b9c469bda42a313c457ad2
refs/heads/master
2023-02-22T09:00:12.023083
2021-01-25T16:51:40
2021-01-25T16:51:40
175,939,000
3
6
BSD-2-Clause
2021-01-09T23:00:12
2019-03-16T07:13:00
C
UTF-8
C
false
false
3,351
h
/****************************************************************************** * * Copyright(c) 2009-2012 Realtek Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Free Software Foundati...
[ "y.yu@open.ac.uk" ]
y.yu@open.ac.uk
afba0218b211da70a82acd1cab64853c5fef6079
0433080a0d5485ac847ba250ac2034801fec2ba1
/Algoritmi si structuri de date/coada/initializare.h
bb254f2bfcf4aaadbb9317667d7e72b176c8fb02
[]
no_license
lavandalia/C
8e18c87cd60eb24978e1abf60ae9eb0861167f02
fe4b563ef497294d2e5460accf1dd229ade4b832
refs/heads/master
2020-05-17T15:31:06.266544
2016-03-12T16:33:35
2016-03-12T16:33:35
null
0
0
null
null
null
null
UTF-8
C
false
false
397
h
#ifndef INITIALIZARE_H #define INITIALIZARE_H QUEUE initq(QUEUE q) { char c,c1,ck,cc[5]; int ci,k; printf(" DORITI SA INCEPETI INITIALIZAREA COZII ? [y/n] [n final]");scanf("%c",&c); c1=getchar(); if (c!='n')k=1; else k=-1; newq(q); while (k!=-1) { printf(" \n O CHEIE : ");scanf("%s",cc); c1=getchar(); if (strcmp(cc,"n...
[ "patrascugabriel@hotmail.com" ]
patrascugabriel@hotmail.com
3b953376cdb81b9d6fd528fa3bc82e2b47225593
cebf6db6959d5d079aee3f0ec6e28ee9836f50fe
/libs/libmuslc/src/passwd/getgr_r.c
321cf4c1942a5a26a916fbe8e433d65c6f8f0805
[ "MIT", "LicenseRef-scancode-other-permissive", "BSD-3-Clause", "LicenseRef-scancode-mit-nagy", "LicenseRef-scancode-public-domain", "BSD-2-Clause" ]
permissive
glen-mac/DreamyOS-seL4-Operating-System-AOS
bcf7c3d4be691f1d1993ad4f8a92219dde7516ee
44122f3d7a94e8ae95c4100b6fd498659ecc006b
refs/heads/master
2021-09-07T23:36:34.222666
2018-03-03T08:47:31
2018-03-03T08:47:31
99,069,273
9
4
null
null
null
null
UTF-8
C
false
false
1,338
c
/* @LICENSE(MUSLC_MIT) */ #include "pwf.h" #include <pthread.h> #define FIX(x) (gr->gr_##x = gr->gr_##x-line+buf) static int getgr_r(const char *name, gid_t gid, struct group *gr, char *buf, size_t size, struct group **res) { FILE *f; char *line = 0; size_t len = 0; char **mem = 0; size_t nmem = 0; int rv = 0;...
[ "Alexander.Kroh@nicta.com.au" ]
Alexander.Kroh@nicta.com.au
6b1e395aa4da89b9d907ea9b14ce162006cb9d9c
af29019128d8d934c4447bdcde25c03353b8a4f2
/main.c
1c86659c35a06b8680088cc8f27d5f0c383f28bf
[]
no_license
zhouxianwei/spider
351cdde75ad6b589ee392b708779cdebd0203d79
a527cac8a509265e4dc3b7a323fd0eb579ae0681
refs/heads/master
2021-05-08T02:58:09.789429
2017-10-24T09:15:20
2017-10-24T09:15:20
108,104,012
0
0
null
null
null
null
UTF-8
C
false
false
2,227
c
#include <stdio.h> #include <curl/curl.h> #include <libxml/HTMLparser.h> #include <libxml/xpath.h> #include <mysql.h> #define MAX_BUF 65536 char wr_buf[MAX_BUF + 1]; int wr_index; int writer_data(void *, size_t, size_t, void *); int main(){ CURL *curl; CURLcode res; char *content; curl_global_init...
[ "banbanlaohu@sina.com" ]
banbanlaohu@sina.com
6d27f58af668da3fd701c58a2cb8534ec6e269b9
341dde2b3e8f4853292b9b9c74f64ad21c8e8d68
/BuildKit/windows/32bit/postgresql/9.2.7-1/include/server/access/subtrans.h
5a834c53d2c69be87a50c2ed95c4ae95b6cf606d
[]
no_license
crawler99/RemotePharmacist
d4758d7cb1c6297c7243c9368e48e8c2b81f0228
84335bf2485e7e2f0e0f3ca7cf395af47757992a
refs/heads/master
2021-09-01T23:47:55.427311
2017-12-29T07:25:46
2017-12-29T07:25:46
115,693,789
0
0
null
null
null
null
UTF-8
C
false
false
1,003
h
/* * subtrans.h * * PostgreSQL subtransaction-log manager * * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/access/subtrans.h */ #ifndef SUBTRANS_H #define SUBTRANS_H /* Number of SLRU b...
[ "taojiang99@gmail.com" ]
taojiang99@gmail.com
c79e1b973ae2f1881ac22768b445c9dceabb96a1
6a0a35a4f2ddb51bbf855e28b11715d25f729534
/segundoParcial/menu.c
d360c17091a8eeb04e004ed629e72e510021f1ac
[]
no_license
pmatwiji/segundoParcial
deb49daf522d2d1733b622f9fabf25bc168e2b25
60eb6af0c68d31386614bdb9bf434902e4c064ca
refs/heads/master
2020-06-09T23:09:09.945765
2019-07-08T20:53:09
2019-07-08T20:53:09
193,525,188
0
0
null
null
null
null
UTF-8
C
false
false
2,402
c
#include <stdio.h> #include <stdlib.h> #include "LinkedList.h" #include "Controller.h" #include "Employee.h" #include "menu.h" #include "validaciones.h" int menu() { int opcion; fflush(stdin); printf("MENU:\n" "1. Cargar empleados.\n" "2. Listar y ordenar por nom...
[ "noreply@github.com" ]
pmatwiji.noreply@github.com
5988f0222282ec8f9a6c534761472579413b0842
83e8dbdfad46786870981c86b8fa32770c98b4cf
/tools/ledsdisp.h
e2ba6119ec54cbb299c08864f9a32bbd625d17ff
[]
no_license
Chejuk/Odeon_AV-100
d5d41dc78791ea58835655a856a6321ddda76529
c4352674fcac00cd116f910dfd177f67b1dad9cd
refs/heads/master
2020-03-28T05:47:12.844219
2018-12-20T10:18:09
2018-12-20T10:18:09
147,796,249
0
0
null
null
null
null
UTF-8
C
false
false
1,632
h
/* * File: ledsdisp.h * Author: anatoly * * Created on 28 february 2018 , 12:09 */ #ifndef LEDSDISP_H #define LEDSDISP_H #include <stdint.h> #include <stdbool.h> #ifdef __cplusplus extern "C" { #endif #include "../init.h" /* A * F B * G * E C * D P * */ #define LED_A (1 << 2) #defi...
[ "apalto@tut.by" ]
apalto@tut.by
25808b05a0d31efd1abb1ac77b2ef72481c0d7f4
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/0ed18779-6ddb-4890-ab9a-36513fb6ea9b.c
4c681f01bd5b8eb38f32f73b2978d5cf6cdc3c50
[]
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
584
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=122; int k; int l; k = 53; l = 64; k = i/j; l = i%j; l = l%j; l = k-j*i; //variables //random /* START VULNERABILITY */ int a; long b[55]; long c[55]; a = 0; do { a--; /...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
642e30818fccdc38fe3b1cbb990e528a5e769692
ff0fd0571c5273bfd7980aafc85563824d5df820
/outside_tools/atpack/Atmel.ATmega_DFP.1.5.362/include/avr/iom6450a.h
587f912abb329345a48bc9866bce78cf43782e4f
[]
no_license
micahsoftdotexe/AITA
33ad1682b9b3e7baaa38dbc2ca7f07f1b5c45bf3
366fc9815335d6fa986a1d55b2790ccf104e52a8
refs/heads/main
2023-04-26T00:12:48.938084
2021-06-01T00:31:49
2021-06-01T00:31:49
318,018,190
1
0
null
null
null
null
UTF-8
C
false
false
1,885
h
/***************************************************************************** * * Copyright (C) 2020, Microchip Technology Inc. and its subsidiaries ("Microchip") * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the followin...
[ "58262074+micahsoftdotexe@users.noreply.github.com" ]
58262074+micahsoftdotexe@users.noreply.github.com
15b0d5b5e05e358454fbff83e58916ecba4c3a0e
c0c3515f4f894ced509dbb93e065760608be13fa
/kernel/proc/process.c
1be197ecee9bb653dceab73cf8456d76817d68b3
[]
no_license
Akirathan/osy
590d7d9da93cae831125ff696b3c0f393160bc5d
b9fa48ff0fd94cfedab37510bd09b1fe81be7662
refs/heads/master
2020-03-30T20:17:43.599613
2018-10-14T13:32:59
2018-10-14T13:32:59
151,581,904
0
0
null
null
null
null
UTF-8
C
false
false
4,949
c
/** * @file process.c * * Process management. * * Kalisto * * Copyright (c) 2001-2015 * Department of Distributed and Dependable Systems * Faculty of Mathematics and Physics * Charles University, Czech Republic * */ #include <include/shared.h> #include <include/c.h> #include <mm/malloc.h> #include <...
[ "pavel.akira.marek@gmail.com" ]
pavel.akira.marek@gmail.com
15b9e3fec5e26b55407de0a864246d72b3fd73d5
389f47fce151ed872c014748b727d51b4ca0f467
/PA1_1930026144/PA1_1930026144/Problem2/test.c
4695b671245c382bace0877605f778cdf23bff6b
[]
no_license
SimonCK666/uic_DSA
ffec101070c2d9d02be8b15e2fd6fed54687fa02
a59c1aaece5a3e7320fe7de99d3f2f26d1942286
refs/heads/main
2023-04-23T22:18:51.412750
2021-05-12T06:24:54
2021-05-12T06:24:54
341,209,635
0
0
null
null
null
null
UTF-8
C
false
false
2,463
c
#include <stdio.h> #include <string.h> #include <stdlib.h> #define STACKSIZE 50 #define SIZE 50 //declear struct stack { char *sta; int top; }; int isEmpty(struct stack *s) { if (s->top == -1) return 0; else return 1; } // full int isFull(struct stack *s) { if (s->top == STACKSIZ...
[ "SimonYang223@163.com" ]
SimonYang223@163.com
8962aa3b08cc0766e64c450e8d0184899f5531d9
8929ebaa4f7ec4ac96e04147335ef515daf2106b
/msg_handle.h
0c3fb1a519b05f954cbd7dd5e692da1bb5dcccba
[]
no_license
pengyang1225/refinaface_pfld
5875f8491765c15577c2dbc7db3bf640b59ad1fb
a2c45dc240be7ca4e8aab63500d0a6417bbaf66e
refs/heads/master
2022-12-05T14:23:13.785890
2020-09-01T03:41:51
2020-09-01T03:41:51
291,884,849
4
4
null
null
null
null
UTF-8
C
false
false
660
h
#ifndef MSG_HANDLE_H #define MSG_HANDLE_H #include "Msg.h" #include "messageQueue.h" #include <QImage> #include <opencv2/opencv.hpp> #define MAX_NUM 20 typedef struct Detect_BOX { int x; int y; int width; int height; float confidence; }Detect_BOX; typedef struct MSG_INFO { cv::Mat frame; ...
[ "554005027@qq.com" ]
554005027@qq.com
2b0afb22f5bee0300e8193fafca38da309970815
f175bcab3c2f0aad7378c94ac220256982ab2027
/ios_v1/Classes/Native/mscorlib_System_Action_1_gen11205148MethodDeclarations.h
a6e2e1efb186595e52dd150b57720a393772de66
[]
no_license
al2css/erpkunity
6618387e9a5b44378e70ccb859d3b33a7837268c
c618dc989963bcd7b7ec9fa9b17c39fff88bb89b
refs/heads/master
2020-07-22T04:59:49.139202
2017-06-23T16:33:13
2017-06-23T16:33:13
94,344,128
0
0
null
null
null
null
UTF-8
C
false
false
1,579
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" #include "mscorlib_System_Action_1_gen2491248677MethodDeclarations.h" // System.Void System.Action`1<Uni...
[ "alecsdulgheru@gmail.com" ]
alecsdulgheru@gmail.com
6a5ca006ead3db31d8d97d53795e37f1dce739ad
d83dc5939b71af65706d02d07a1fea2eb06d53d6
/guilds/scion/paths/staff/flame/burning-brand.c
91eea7a5669417795206bc2763c74d5bef21204e
[]
no_license
Yuffster/core-lib
e30c170826380e3074810adb6ab42a55fab3329d
5d9bb20d0956a5262b4d71fb62925da6fd7cb487
refs/heads/master
2023-03-08T06:26:11.980952
2021-02-19T22:48:39
2021-02-19T22:48:39
null
0
0
null
null
null
null
UTF-8
C
false
false
557
c
//***************************************************************************** // Copyright (c) 2021 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/guilds/...
[ "abc@maelstrom.cc" ]
abc@maelstrom.cc
bb9bafdc36571debdc24058987d5d38fa3d5218b
2ad8e7ca390ac0851f49c04331e634ee1527c314
/temp/c.c
e279d266e185601911800bad48a0ba01293f7626
[]
no_license
xuqing-ict/BackupCode
1659e6e367a7c5f2c5509f66a6c7d79f2d70e738
73d29e572c01b2ff8e3e42d8b9ea9be7bd57e1cc
refs/heads/master
2021-03-12T22:41:06.629381
2015-03-09T11:41:42
2015-03-09T11:41:42
24,397,766
0
0
null
null
null
null
UTF-8
C
false
false
192
c
#include<stdio.h> int main() { int b = 5; char *p,*q; p = "xyz"; q=p; printf("p = %s\n",p); printf("q = %s\n",q); int m = 3; int n=m++ + ++m; printf("m=%d\tn=%d\n",m,n); return 0; }
[ "xuqinguestc@gmail.com" ]
xuqinguestc@gmail.com
ac211ce14fd871c2a137cc32587da383e9a73944
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/38256c3e-d82b-45ae-9350-4e0a3b1faa24.c
2ac6519efe9d791520f4f5609b8cb7473186c0aa
[]
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
563
c
#include <string.h> #include <stdio.h> int main() { int i=44; int j=11; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l/j; l = i%j; l = l-j; k = k-k*i; //variables /* START VULNERABILITY */ int a; long b[95]; long c[66]; a = 0; while (( a - 1 )...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
f6ebce0b27a7ce0d67665fd453a776d0359c02dc
7d558d44d79648674c35b49f75395d85ef4fd4af
/Planificator procese - C/functiiLG.c
8ffb1de9accf4bdf6ce29224c52e12ccbc7b8f70
[]
no_license
LupascuAndrei/MyProjects
f1c6d67d38ac47a6ad96d3b0dfe1d7ea2e4800d1
97cca2500b12c10d8be65c3883258899910b7b97
refs/heads/master
2021-01-10T16:58:05.357957
2016-03-13T19:51:49
2016-03-13T19:51:49
53,797,792
1
0
null
null
null
null
UTF-8
C
false
false
3,715
c
/* LUPASCU Andrei - 311 CB */ /*--- functiiLG.c -- functii din laboratorul cu liste generice,adaptate pentru cozi si stive implemenetate prin liste generice-*/ #include "tlg.h" void AfiVal(void * ae,FILE *fout) { proces p = *(proces*)ae; fprintf(fout,"%d ",p.id); } int priority_cmp( void *a,void *b) //returne...
[ "andrei.lupic@gmail.com" ]
andrei.lupic@gmail.com
03a13645916369de3cd1c4b8f089beec6351de48
e07e3f41c9774c9684c4700a9772712bf6ac3533
/app/Temp/StagingArea/Data/il2cppOutput/mscorlib_System_Collections_Generic_Dictionary_2_T2677383581MethodDeclarations.h
d2e318a708389903bc3440f95cc07325dd1272c3
[]
no_license
gdesmarais-gsn/inprocess-mobile-skill-client
0171a0d4aaed13dbbc9cca248aec646ec5020025
2499d8ab5149a306001995064852353c33208fc3
refs/heads/master
2020-12-03T09:22:52.530033
2017-06-27T22:08:38
2017-06-27T22:08:38
95,603,544
0
0
null
null
null
null
UTF-8
C
false
false
2,982
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> // System.Collections.Generic.Dictionary`2/Transform`1<System.Object,System.Byte,System.Byte> struct Transform_1_t2677383581; // System.Object...
[ "gdesmarais@gsngames.com" ]
gdesmarais@gsngames.com
16272d3b0a3f4fafe93a4db00db13871de2e91a2
09f7bd170c0c56afe28159d3e28df164fc393f63
/src/ias-simulator/headers/base.h
99a81e690192ed019645043f486d5cf43719b17d
[]
no_license
nanduzz/iassim
ac3103b39fd6c424c9d2b141fabed5582a55f2f6
65fe0e594e415dec51d2a35400b9a5ef88388720
refs/heads/master
2021-01-18T19:11:33.221439
2013-11-23T01:32:41
2013-11-23T01:32:41
null
0
0
null
null
null
null
UTF-8
C
false
false
655
h
#ifndef base_h #define base_h #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <inttypes.h> #define MBR_AC 1 #define AC_MBR 2 #define ADD 3 #define SUB 4 #define MQ_AC 5 #define MBR_MQ 6 #define MUL 7 #define DIV 8 #define LSH 9 #define RSH 10 #define AC_MBR_L 11 #define AC_MBR_R 12 #define AC_MAG ...
[ "pera.melquiades@gmail.com" ]
pera.melquiades@gmail.com
30dff1fdc8092f6756ec121e9bc577ebcc263eb6
1cb161bd6df306305b5148ae6981452755c6a02a
/apue/io/stdio/hw.c
f0a42faebcc8ff3c578dc6e2a1f8563b667e6d6b
[]
no_license
zzy0119/emb20210712
0df4e018d98442d89662c7d872e9f244b9116a16
e8fed6a5f817b0a16629df106bf15f3a10c3f987
refs/heads/main
2023-08-10T18:51:47.191313
2021-09-30T07:47:17
2021-09-30T07:47:17
385,432,112
1
1
null
null
null
null
UTF-8
C
false
false
1,005
c
#include <string.h> #include <stdio.h> #include <stdlib.h> #define BUFSIZE 20 int cpFile(FILE *src, FILE *dest, int line); int main(int argc, char *argv[]) { FILE *fp, *tmpFp; int n; if (argc < 4) return 1; fp = fopen(argv[1], "r+"); // if error; tmpFp = tmpfile(); // if error; n = atoi(argv[2]); // f...
[ "you@example.com" ]
you@example.com
c12241806136f5d96f4a1f1dc816d5a663c82c5f
5699af10abe885475ea9f0d0ebd2354140e52cf2
/WalkingProject/Temp/StagingArea/Il2Cpp/il2cppOutput/UnityEngine.UNETModule_CodeGen.c
1aa97e0f7f80ecbc88d426f36325a9043d383245
[]
no_license
JustBeachy/CardioCritters
43d86bd114adda5340a48be2b0d8280782a4086a
f94d75d9be55887206d8b32afda3385d48e88086
refs/heads/master
2021-06-16T00:51:54.140757
2021-05-07T00:06:31
2021-05-07T00:06:31
186,480,545
0
0
null
null
null
null
UTF-8
C
false
false
105,945
c
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include "codegen/il2cpp-codegen-metadata.h" IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END // 0x00000001 System.Boolean UnityEngine.Networking.NetworkTransport::DoesEndPointUsePlatformProtocols(System.Net.EndPoi...
[ "ajbeach67@gmail.com" ]
ajbeach67@gmail.com
3918f93f1afe2a1e2e87e1f173d08fabc120c67f
4545588c8427debaf17f9dc71b0ace32f4fb5d67
/thirdparty/lwip/lwip-1.3.2/src/include/netif/slipif.h
79b2ce74f6c1c5a9e4104f9007fe6e3097e1cb4a
[ "BSD-3-Clause" ]
permissive
eewiki/asf
02e06cec0465b28dd689dea801e6be6cbcd47eca
8d0f55bd089f2e68d2b53aa76adbb02c07cdb166
refs/heads/master
2021-01-16T18:20:22.690176
2015-03-09T05:42:50
2015-03-09T05:42:50
18,419,213
34
30
null
2014-12-25T05:13:20
2014-04-03T21:42:46
C
UTF-8
C
false
false
1,969
h
/* * Copyright (c) 2001, Swedish Institute of Computer Science. * 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 ...
[ "buildmaster@atmel.com" ]
buildmaster@atmel.com
76653195648363743e7fa8f8e200cbd08e861f94
e20aecc26d066177c08b6435ec201d5a7e9d6b76
/clang/test/CodeGen/cheri/cheri-addr-cast-lvalue.c
7d6dbfc6114ec4082ad932f745f0d67bc00fced3
[ "Apache-2.0", "LLVM-exception", "NCSA" ]
permissive
zdule/llvm-project-pointer-sealing
7b3fba3b7a3ca214201d85c067f246ea852b7370
14a9383217bd9dc3ac063dde430485965ebfa7e0
refs/heads/master
2023-04-16T01:44:41.280358
2021-04-27T22:57:32
2021-04-27T22:57:32
352,117,893
1
0
null
null
null
null
UTF-8
C
false
false
2,142
c
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py // RUN: %cheri_cc1 -o - -emit-llvm %s | %cheri_FileCheck %s // Previously return (char *)(__cheri_addr long)cap; would fail with an assertion // Due to incorrect constant expression evaluation for __cheri_addr/__cheri_offset // https://github...
[ "Alexander.Richardson@cl.cam.ac.uk" ]
Alexander.Richardson@cl.cam.ac.uk
03445cdbb47bb735daff80d488e8704b1841d5c6
03ab979bd506e1ebfb798196acde91c739e84d49
/d/suiye/minzhai.c
eb51975c77f3113cd3ab4bb2d6e40a2d0ca49e4b
[]
no_license
hhsiao/DTSL
d0a9f69edce192f0b39578fc4b458013332d8c39
50320937f839e28f04cf70c29c6765d26cb31dc2
refs/heads/master
2023-04-17T23:20:52.753422
2021-05-02T14:08:44
2021-05-02T14:08:44
null
0
0
null
null
null
null
GB18030
C
false
false
397
c
// /d/suiye/minzhai // Room in 碎叶 // laowuwu 99/03/28 inherit ROOM; void create() { set("short", "民居"); set("long", @LONG 这是一家民居,很朴素的装修让人看出这是一个普通人家,但没法 想到这个普通人家却是李白的故居。 LONG ); set("exits", ([ "north" : __DIR__"dongdajie2", ])); setup(); replace_program(ROOM); }
[ "i@chenxuefeng.cn" ]
i@chenxuefeng.cn
8e29afbcba7c7b3fa333bba14d83b315ef2747f4
4e0ede554d3d06be73bf52be7cc1ea73279f8f69
/mid03/03-mid-pra/new_year.c
bb51cec15bb044da64ab1bd25a3a3f5815155f27
[]
no_license
ccl1616/programming-10801
fa352c771d128b2eb404abfa4378e34d11fcd71b
74c482a76aada7ca5ac098824c555bbb6ec533a1
refs/heads/master
2023-05-14T19:55:26.072283
2021-06-05T03:29:01
2021-06-05T03:29:01
234,897,958
0
0
null
null
null
null
UTF-8
C
false
false
435
c
#include <stdio.h> // 12574 - New Year int a[100005]; int main() { int n,i,k; int ans = 0; scanf("%d",&n); for(int i = 1;i <= n; i ++){ scanf("%d",&a[i]); } i = a[n]; int uncle_p = a[i]; while(i != -1){ // printf("%d\n",i); ans ++; i = a[i]; } for(...
[ "noreply@github.com" ]
ccl1616.noreply@github.com
6950f57c1fd9207292fa8c1f3c47380fde1e5b83
0be9ff05612446153fddd114d6e49b8106fc7286
/usr/games/mjolnir/tty.h
1c94aab4110b1a70ccf448853cd943fc0ca8ca1a
[]
no_license
vendu/vaaja
99382a138e297cc9ac9ea196b07b8fa97398f219
24066d15df39b8c4326707c004e0cc16495987a5
refs/heads/master
2023-04-02T10:43:18.132192
2021-04-06T20:17:14
2021-04-06T20:17:14
262,585,185
4
0
null
null
null
null
UTF-8
C
false
false
345
h
#ifndef __MJOLNIR_TTY_H__ #define __MJOLNIR_TTY_H__ #if defined(MJOLNIR_TTY) #if defined(MJOLNIR_CURSES) #include <curses.h> #endif struct ttywins { void *mainwin; void *msgwin; void *statwin; void *gamewin; }; #endif /* MJOLNIR_TTY */ #endif ...
[ "tuomoster@gmail.com" ]
tuomoster@gmail.com