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
9344f9448ada17bdf3c3f69f6c0d5d0a70d270eb
38ab9d211de178f7800037a38fda93b31dbef20c
/drivers/hwmon/pmbus/adm1275.mod.c
224a2b093cab4cd47e1a5074b25cbdfdf428e314
[]
no_license
ZihaoPri/Dataflow-Modle-Scheduling
11ce44cdd5f06c4fef8bc43821ad2fb3c3aa188a
c0e17beeafee3c91524633ad5608a5d33f61933d
refs/heads/master
2022-04-27T15:00:22.999628
2020-04-03T15:08:42
2020-04-03T15:08:42
null
0
0
null
null
null
null
UTF-8
C
false
false
814
c
#include <linux/module.h> #include <linux/vermagic.h> #include <linux/compiler.h> MODULE_INFO(vermagic, VERMAGIC_STRING); MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __attribute__((section(".gnu.linkonce.this_module"))) = { .name = KBUILD_MODNAME, .init = init_module, #ifdef CONFIG_MODU...
[ "wzh" ]
wzh
0c955fea5ee28d0affdc8b2a2451df85ea0536c4
378ef62085cc082f0354b996adf82fdd7315baff
/c/20200804/01_calculator.c
e4f1ad806942408154dd7abe94d10f412e61396e
[]
no_license
jonghocook/Archive
9fe460268391ec238746e34dbb4f80dbec21d960
712b250cb763afe357861c845ec27801c3e24740
refs/heads/master
2021-06-16T12:26:07.296432
2021-05-01T15:20:39
2021-05-01T15:20:39
199,571,830
0
0
null
null
null
null
UTF-8
C
false
false
298
c
int cal_num = 0; double add(double a, double b){ cal_num++; return a + b; } double minus(double a, double b){ cal_num++; return a - b; } double multiple(double a, double b){ cal_num++; return a * b; } double divide(double a, double b){ cal_num++; return a / b; }
[ "jonghocook@gmail.com" ]
jonghocook@gmail.com
fb3fd47e49be58c1ce0f0708e2641183fa4799cf
d535b86a4f1b3f0ccd8be28c014078c5395f22c4
/Troughput_Central_Peripheral.cydsn/Generated_Source/PSoC4/isr_UserButton.c
97a28372db9efe930e6b88168ca4f0f5353c7f2a
[]
no_license
xiaolongba/Troughpur_Central_Peripheral
31a29a79be1ef6706128e2948431c5a9ccb1143b
560a9f4962b1880d9cc8bf101ff77b08f90f641a
refs/heads/master
2021-05-16T09:09:56.575009
2017-11-04T09:29:36
2017-11-04T09:29:36
104,351,997
0
1
null
null
null
null
UTF-8
C
false
false
12,503
c
/******************************************************************************* * File Name: isr_UserButton.c * Version 1.70 * * Description: * API for controlling the state of an interrupt. * * * Note: * ******************************************************************************** * Copyright 2008-2015, Cypr...
[ "530584571@qq.com" ]
530584571@qq.com
cb3b79329b5bf989930a8c095017f9f8540f9891
bb8695636f7ade2e5885e24f2ea794dcec83848d
/Code/BSP/PS2/PS2.c
6cdeb940f38139bb1ff02de37e4f7a3504528d98
[]
no_license
Ironmankiller/Tensile-Machine
0f736618b575e910d0ccd0a356c97bfd8b42748e
bbb723fbfa622af5b10c6190bd6c6bdf0dc3ee3a
refs/heads/master
2020-07-29T21:01:46.553082
2020-01-11T12:49:53
2020-01-11T12:49:53
209,957,291
4
0
null
null
null
null
GB18030
C
false
false
9,762
c
/* * @Author: spy * @Date: 2019-08-01 20:23:03 * @Last Modified by: spy * @Last Modified time: 2019-08-01 20:23:03 */ #include "PS2.h" #include "sys.h" #include "BSP\LED\LED.h" #include "APP\Car\Car.h" #include "BSP\MCU\UART\usart5.h" #include "BSP\MCU\UART\usart3.h" #include "BSP\Mecanum\Mecanum.h" #includ...
[ "1137416958@qq.com" ]
1137416958@qq.com
613e752f045752aa6593170b973026850eca0538
b8f44d6e3bb74303d6b67f2dfac19435abe0aef4
/ss3/3.21_RPN/main.c
4d8a4521a6988756693ca5d42ebbd0aec9d9aa70
[]
no_license
dalek-who/DataStruct
f3246985c2c792ef49e76d7dcb2851b3cc835de2
a4ece49dce517af793cd6b9bb8ef87eb3967a60c
refs/heads/master
2021-04-27T02:25:30.591751
2018-02-24T02:36:59
2018-02-24T02:36:59
122,695,512
0
0
null
null
null
null
UTF-8
C
false
false
4,105
c
//将普通表达式转化为逆波兰表达式(RPN) #include <stdio.h> #include "Stack.h" #define LARGER 1 //大于 #define SMALLER -1 //小于 #define EQUAL 0 //等于 #define MAXARRAY 100 //有误 //注:同级的运算符(如+,-)也是有优先级的,先读到的比后读到的优先级高。 // 例如:1+2-3中,要先算加法才能做减法,所以这里+优先级高(若是1-2+3,则是-优先级高,即:同级的 先读的比后读的优先级高) //按照优先级,给各种运算符编码。数字越大,优先级越高 int CodingOperate(cha...
[ "839991169@qq.com" ]
839991169@qq.com
320711d0561384d0d4e830684016789e8317fd7e
a10d9d052b05a29ee22cbeb0c0726fa1b353ff51
/Final/A3/galsim.c
38a9423ce0563f33aae9c6850a4a72fe3b9a0afa
[]
no_license
yangahmed/HPP
f3b96e7bcb3f5b95f6f95b186e5b94b4911b7823
57dddf8b4c7a3cf409fe1e45e677818ca8f655e6
refs/heads/main
2023-03-03T21:07:15.381324
2021-02-14T18:59:52
2021-02-14T18:59:52
338,879,612
0
0
null
null
null
null
UTF-8
C
false
false
3,913
c
#include <stdio.h> #include <stdlib.h> #include <math.h> int read_doubles_from_file(int n, double *p, const char *fileName) { /* Open input file and determine its size. */ FILE *input_file = fopen(fileName, "rb"); if (!input_file) { printf("read_doubles_from_file error: failed to open input file '%s'.\n", ...
[ "yangahmed@gmail.com" ]
yangahmed@gmail.com
7e2b01bc21d5a489e3137899a1e2caad50828f7c
5e6cda9a847e8868fec8a7fa0f6193573238f31e
/ORDINARY_PROGS/OUTPUT/bin_to_dec/btod.h
42efbe75021b47112719ec265666f88e70db3710
[]
no_license
orcchg/StudyProjects
33fb2275d182e46a8f5a9578dbbf4566bd7f1013
269550e37100e1eacc49a766b5f0db9c2e7ade2d
refs/heads/master
2020-04-30T17:56:11.268350
2014-04-07T10:57:43
2014-04-07T10:57:43
null
0
0
null
null
null
null
UTF-8
C
false
false
559
h
#include "power.h" #include <limits.h> unsigned long btod(unsigned long B) { unsigned long i = 0, C = B, temp, N = 0,count=0; if(B > LONG_MAX) return -1; while(C) { C /= 10; i++; } C = B; printf("%ld ",i); while(i) { if(i == 1) { if(C > 0) { N += 1*power(i-1,2); cou...
[ "alovmax@yandex.ru" ]
alovmax@yandex.ru
7560c5bff85efca73c5d7fcbb0364c908a697dc0
bd975fc873b385085eb203d81cb32844fc2c2f52
/hello_usb.c
40b4a082f45978698998d51e5a0f46fa7a9cee0c
[]
no_license
chibaf/RasPi_PICO_Read_ADC_01
142c4290eb5d390a45d8afdb37b5bf3af7eb19b6
df09ca0cfe96e20afdade36868180b74ef0d9551
refs/heads/main
2023-08-15T08:57:46.581858
2021-10-09T04:26:37
2021-10-09T04:26:37
415,194,016
0
0
null
null
null
null
UTF-8
C
false
false
636
c
/** * Copyright (c) 2020 Raspberry Pi (Trading) Ltd. * * SPDX-License-Identifier: BSD-3-Clause */ // modification of hello_usb.c #include <stdio.h> #include "pico/stdlib.h" #include "hardware/gpio.h" #include "hardware/adc.h" int main() { stdio_init_all(); adc_init(); adc_gpio_init(26); // Selec...
[ "noreply@github.com" ]
chibaf.noreply@github.com
77cb2bc04ea47da56abade7d8d187665ffcb659b
63826fc00e5f446fdeca6810b3ef91f6aca212eb
/balanced-board/drivers/inc/l3gd20.h
c8cb450879684e629e847a2a351e46e840bd4247
[]
no_license
mlasch/balanced-board
0b1d9c79f13a8f44352fa83e3d56e303b991ed1e
934cd447725fa8b09b2592d044625550b5283577
refs/heads/master
2021-01-16T23:06:19.671791
2016-12-06T11:53:36
2016-12-06T11:53:36
71,996,814
0
0
null
null
null
null
UTF-8
C
false
false
1,955
h
/* * file: l3gd20.h */ #include <stm32f3xx.h> #ifndef _L3GD20_H #define _L3GD20_H #define L3GD20_SPI_CLK_ENABLE() __HAL_RCC_SPI1_CLK_ENABLE() #define L3GD20_INT_CLK_ENABLE() __HAL_RCC_GPIOE_CLK_ENABLE() #define L3GD20_CS_CLK_ENABLE() __HAL_RCC_GPIOE_CLK_ENABLE() #define L3GD20_GPIO_CLK_ENABLE() __HAL_RCC_GPIOA_CL...
[ "mlasch@mailbox.org" ]
mlasch@mailbox.org
f0549d6ff6bfb7db48b089e617995fe67124aba9
2a08c508811a9512c84dd1791663b6067a2e6347
/other/ft_ldtoaf.c
3abc9c4c28c14335468d4a94527ea7fcccd10f4c
[]
no_license
lmbangel/ft_printf
aacdb60f5d563c84d60532f3d9c636116eab03b0
1d5b7e7ad21884b38865b88dfcf3c46dc06b0631
refs/heads/master
2020-03-30T17:11:52.549104
2018-10-03T16:40:31
2018-10-03T16:40:31
151,445,613
0
0
null
null
null
null
UTF-8
C
false
false
1,848
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_ldtoaf.c :+: :+: :+: ...
[ "lmbangel@c3r1s1.wethinkcode.co.za" ]
lmbangel@c3r1s1.wethinkcode.co.za
67fbe17b58ae972e902295ff6466dfd8ca7b8fde
ef36604c01097f5a8af2f2a85f5138adfee69ee8
/C/String/Str8.c
1924ded30bcd204cfff56db83f016a485a315fd9
[]
no_license
nairakash96/Harry
e321e206c68087745953c7b787fb891fd523c4d9
2ac917a6c69036a31aa72e158c70169f0f6b7159
refs/heads/main
2023-09-02T15:39:11.634858
2021-11-14T04:51:23
2021-11-14T04:51:23
398,551,528
0
0
null
null
null
null
UTF-8
C
false
false
416
c
#include<stdio.h> #include<conio.h> void encrypt(char *c); int main(){ // char *c="Akash"; Read only memory. so we cant change individual value. char c[40]; printf("\nEnter Your Message "); gets(c); encrypt(c); printf("\nEncrypted string ---> %s",c); return 0; } void encrypt(cha...
[ "noreply@github.com" ]
nairakash96.noreply@github.com
21f335d4feb637596903c7101583e2bcabed851f
05fd47ae2934cbfdf8b069f8e4cd867e5c20ec38
/src/dev_utils.h
abe719cec5c2dcc8919a5f29d4b1f058d8191238
[]
no_license
theearth/solver_bicgstab
eb79a61898717bd5068b1632abb022a5158c79bd
2b1002f56bf78271bafeec192f1fec8f213bfdf3
refs/heads/master
2018-12-28T00:50:51.415098
2013-06-16T21:35:54
2013-06-16T21:35:54
14,582,926
1
0
null
null
null
null
UTF-8
C
false
false
716
h
#ifndef DEV_UTILS_H #define DEV_UTILS_H #include "utils.h" #include "cuda_runtime.h" #define CUDA_SAFE_CALL_NO_SYNC( call) { \ cudaError err = call; \ if( cudaSuccess != err) { \ fprintf(s...
[ "igpooh@gmail.com" ]
igpooh@gmail.com
90e1e18b0ba87028cd7f3617c58ceb4c00ebc449
ddfa5e4af45324ee797a3da170f5bd4d5d1bff32
/Learn/Simple Libraries/Social/libbadgewxtools/peb_contacts_setStartAddr.c
26083c7f4d4b67fe5077ccee08ca9d17cd92d6b0
[]
no_license
anthonyscheeres/ISENSIOT-Robot
68a8c9e01198c84d2ef53e79b5d8a78c04f838ea
73de44e140fe7fc39af5ad02bd271fa602e3b642
refs/heads/master
2023-01-13T23:26:07.864579
2020-11-24T14:15:17
2020-11-24T14:15:17
297,675,985
0
0
null
null
null
null
UTF-8
C
false
false
1,483
c
#include "simpletools.h" #include "badgewxtools.h" int i2cLock; volatile int eei2cLock; volatile int eei2cLockFlag; volatile int eeRecCount, eeNextAddr, eeBadgeOk, eeNext, eeRecsAddr, eeRecs, eeRecHome, eeRecOffice; volatile int eeHome; void contacts_setStartAddr(int address) {...
[ "teun_h@live.nl" ]
teun_h@live.nl
f1174f844c0cea0854cce633ad1318e01e0d974e
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/scsi/ibmvscsi/extr_ibmvscsi.c_show_host_vhost_name.c
7e734fd625eb44006f9c6f652884c3903670aeba
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
1,141
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
75cadc306820afc974b260e0bfdb8f83f235facb
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/php-src/ext/phar/extr_phar_object.c_phar_mung_server_vars.c
0568146925cbf616e4b40dd0719714b1e8a65c6f
[]
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
4,758
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
1bcb5be9c19e4c8b2fa9c0ec8e77314bf683b024
238e04ff93f921f5ebc4d75d7a40aebd2c8ac87d
/get_cursor.h
3f75a10b9d3963da75e7a64cebf8ec75621e8d3a
[]
no_license
bigahega/BerkinOS
31d7b577ba2e64c05c0138f35c90f6f92250ebf7
1a60fdd4320d475eb38bff5c4f377e7a3ea4b276
refs/heads/master
2021-01-20T10:46:08.684007
2015-01-13T08:32:05
2015-01-13T08:32:05
20,028,108
1
0
null
null
null
null
UTF-8
C
false
false
51
h
#include "monitor.h" extern u32int _get_cursor();
[ "berkin@localhost.localdomain" ]
berkin@localhost.localdomain
74da3633e3a48f5fd255a34998aa831b74f60cea
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/c299b2a0-a047-4968-a7b6-68b72cfb1064.c
9848ef16061e11d38705003ec5daeb1011c0d2dc
[]
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
564
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=12; int k; int l; k = 53; l = 64; k = l/j; l = i%j; l = i+j; k = k-k*i; //variables /* START VULNERABILITY */ int a; int b[15]; int c[42]; a = 0; while (( a - 1 ) < strlen(b)) { a++...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
13c1f16bb2dfb5a806163a240d89ec5848fe7903
78996117c3a0db918a3116cd6073e638d4d86d30
/queue.c
da5f26dfbbcc69f13f79277a702b3404e20eeab3
[]
no_license
Rattlesnek/IFJ
29a37aba08b2fd5c28dd238b608770dace0654ad
ca5608bc01e02da88e983b801d638a120631d131
refs/heads/master
2020-03-31T13:14:24.727364
2019-01-08T11:26:23
2019-01-08T11:26:23
152,247,216
0
3
null
null
null
null
UTF-8
C
false
false
2,770
c
/**CFile**************************************************************** FileName [queue.c] SystemName [IFJ - PROJECT] PackageName [Lexical analysis] Synopsis [Enable ungetting of tokens to scanner] Author [Adam Pankuch] Login [xpanku00] Affiliation [] Date [1/11/2018] ...
[ "adam.pankuch@gmail.com" ]
adam.pankuch@gmail.com
9e0885b71820f6d3c2d564ec03d6487f54bb4f47
092057aedd9e6b46aac5e74fc441ff59ce40a827
/c/prime.c
dce9a0672c1d3c91d5176d6b4ee078f64c17dd07
[]
no_license
vichustephen/Programs
8f7feba77b9048b8834cec8391924650d807c818
2adc87dfd6774c16a5e6372ffd5d73aa24eb9c53
refs/heads/master
2020-03-26T18:15:44.891242
2019-03-27T13:53:30
2019-03-27T13:53:30
145,204,323
0
0
null
null
null
null
UTF-8
C
false
false
266
c
#include<stdio.h> void main() { int i,n,flag=0; scanf("%d",&n); for(i=2;i<=n/2;i++) { if(n%i==0){ flag=1; break; } } if(flag==0) printf("true"); else printf("false"); }
[ "vichus732@gmail.com" ]
vichus732@gmail.com
86e3988f5e30c84bd9aa37adefee9047e852c5cf
932df24b40f2a3b30709bfaabe2fd8792ab6f412
/samd21c/include/pio/samd21e16cu.h
225a758f8630d800577cd5f9fa526e7c93cabb15
[ "Apache-2.0" ]
permissive
CrustyAuklet/cmsis-header-atsam
9f5898daeeab9a661a6f8aebed518ae2af75e452
6e7732d4011d5e0bfc3c2a7de3089b648335e21d
refs/heads/master
2020-05-05T01:30:38.699755
2019-05-05T03:34:58
2019-05-05T03:34:58
null
0
0
null
null
null
null
UTF-8
C
false
false
45,206
h
/** * \file * * \brief Peripheral I/O description for SAMD21E16CU * * Copyright (c) 2018 Microchip Technology Inc. * * \asf_license_start * * \page License * * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in comp...
[ "ethan@wildlifecomputers.com" ]
ethan@wildlifecomputers.com
9ce153fb33ab895c7250f943710ca1f7891b7527
487af179670518c58b9f3b49345a85699f020afd
/01-input-output/07.c
dbaf374820165809bd0cb8e14f3fe3b00dedf7d8
[]
no_license
coderanwar/c
0704a2e87219a7ebac04c5f27543f6445c2a8634
27e31e3d0e792bc7bc5559b909cba30e1d42f79a
refs/heads/master
2020-09-01T09:08:06.834177
2019-11-03T09:32:53
2019-11-03T09:32:53
218,927,376
0
0
null
null
null
null
UTF-8
C
false
false
138
c
#include <stdio.h> int main() { int num1 = 10, num2 = 15; int sum = num1 + num2; printf("Sum is %d\n", sum); return 0; }
[ "jannat.books@gmail.com" ]
jannat.books@gmail.com
94040c20bd33d3933d4cdab7512d5775e9c82e54
4e1289b60e89c20daba942735d18c36826b48622
/Jeepers Elvis!/add-on source/JE Defaults/ChannelWhackerFilter/ChannelWhacker.h
48ed65c45347c162d97ec7f0beec478a488c57f5
[ "MIT" ]
permissive
jwiggins/BeOS-Projects
ff20283f29baa4c865fc209412e46d32f81626d3
11ce1dd58bf9b5d97e4fac3e514cb5b15b31ea74
refs/heads/master
2021-01-20T12:21:24.154574
2018-09-25T20:29:43
2018-09-25T20:29:43
4,940,876
8
2
MIT
2018-09-25T20:28:17
2012-07-07T20:07:32
C++
UTF-8
C
false
false
409
h
/* ChannelWhacker.h ChannelWhacker prototypes 2000 John Wiggins */ #ifndef CHANNEL_WHACKER_H #define CHANNEL_WHACKER_H #include "JEPlugin.h" void * instantiate_channel_whacker_filter(void *arg); void channel_whacker_filter_filter(je_filter_plugin *cookie, BBitmap *frame); void channel_whacker_filter_free(je_filte...
[ "jwiggins@enthought.com" ]
jwiggins@enthought.com
1cb1862e70465fb5f320dbfb9aac4afd9e20aaa8
35cd2920a9aaceffed04960b9257d38e19940d9b
/libft/get_next_line.c
d157b13c229f9965fc1043b93c90f1a9d793b13e
[]
no_license
QianMason/printf2
41e06bd4a6fdb9b2e8d9972a8ea1a8d76680d09d
9f3993d77978168b67b1ad96a838e09ad9d5b50f
refs/heads/master
2022-02-20T19:51:13.250850
2019-08-20T21:35:37
2019-08-20T21:35:37
null
0
0
null
null
null
null
UTF-8
C
false
false
2,623
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* get_next_line.c :+: :+: :+: ...
[ "mqian@e1z3r3p24.42.us.org" ]
mqian@e1z3r3p24.42.us.org
33c8a05f1fd19b105e4595a30eb87027eba46794
0fcafd7b67a51af891438e87d402624a8da76e61
/sensor-1.c
f380d922060ba83e279f45b60de8a224be99e473
[ "Apache-2.0" ]
permissive
keanJ1401/mqtt-sn
fe0934d4f325ce36c2e92f0a76602bf0688525d3
3aaeb34dad5c5504478b727d63b7e4c7a71c1033
refs/heads/main
2023-07-23T18:52:44.544887
2021-08-24T16:55:35
2021-08-24T16:55:35
382,026,256
0
0
null
null
null
null
UTF-8
C
false
false
9,959
c
#define DEBUG DEBUG_PRINT #include <stdlib.h> #include <stdio.h> /* For printf() */ #include <math.h> #include <string.h> #include "contiki.h" #include "contiki-lib.h" #include "contiki-net.h" #include "net/ip/uip-debug.h" #include "dev/watchdog.h" #include "dev/leds.h" #include "net/rpl/rpl.h" #include "lib/random.h"...
[ "keanJ1401@github.com" ]
keanJ1401@github.com
0afc6dd12ffe00fbb129975eb3fb2550310b2077
d6b1af5323301cd6f62987913027b7e9088c2c13
/basic.h
2c02601ca7cef61de417d37ea28f1383d95741be
[]
no_license
tjastrzab/ccpe
59e866db4b5d6c5b6044b2335838d21a5a118678
ecd8e8792b87c6256e92b70c233a5612310e9d63
refs/heads/master
2022-01-07T13:21:27.957097
2019-07-08T07:49:27
2019-07-08T07:49:27
104,259,432
0
0
null
null
null
null
UTF-8
C
false
false
164
h
#ifndef _SCENARIO_0a_ #define _SCENARIO_0a_ #include "core.h" // Creates the set of word-state pairs T and the set of suffixes y void create_Ty(); #endif
[ "noreply@github.com" ]
tjastrzab.noreply@github.com
1c07b902728706d7cce582a70d6e90e196a8b7f1
1302ea9d143e0a112d0a0eb14c76bf2a1804a68e
/testprograms/203.c
63704d3f03e85dc6ee1060a98e2b5a661ba2c4d8
[]
no_license
tangyixuan01/DIPROM
14d8d582f3c2dec511a58704d231b537f81aa4fb
668ccc49bc170280878cd0310d782f5ea7725fb7
refs/heads/master
2023-06-23T21:03:50.172828
2021-08-05T09:31:09
2021-08-05T09:31:09
390,763,124
1
0
null
null
null
null
UTF-8
C
false
false
11,648
c
#include <stdint.h> #include <stdarg.h> #include <stdlib.h> static volatile uint8_t uc_0 = 0xC7; static volatile int64_t li_1 = 0xB3487CA1B2963599; volatile uint32_t ui_2 = 0x027748BE; static volatile uint8_t uc_3 = 0x5F; static volatile uint8_t uc_4 = 0x0; int16_t s_5 = 0x9923; static volatile int16_t s_6 = 0x5439; st...
[ "1332822759@qq.com" ]
1332822759@qq.com
4467f4b40215a854fd962a0205789961597dd204
b9d66eccd5ec1383c08eaacaee6b99d900b540c8
/c/os-master/memlayout.h
74b6f82c6f39273367d773f9e326aa4a305671de
[ "MIT" ]
permissive
CiTRuS93/c-cpp-projects
1e6e40e4e29c994011e72cf3e9854e3362bfc809
b0540e50b6a520e1d1cf2b9e7745677f74963274
refs/heads/main
2023-07-15T00:20:13.009397
2021-08-30T08:55:24
2021-08-30T08:55:24
401,265,428
0
0
null
null
null
null
UTF-8
C
false
false
704
h
// Memory layout #define EXTMEM 0x100000 // Start of extended memory #define PHYSTOP 0xE000000 // Top physical memory - last address of all physical pages #define DEVSPACE 0xFE000000 // Other devices are at high addresses // Key addresses for address space layout (see kmap in vm.c for la...
[ "hadarradah@gmail.com" ]
hadarradah@gmail.com
c942c40cfc1b6baa481c470ea5a693c76b48f341
f69b28c5804e7b191028876d783caa548157cfdc
/chapter1/error.c
677c558854834d04f12101d168c2751dc225e489
[]
no_license
zyfoolboy/APUE
afce707dc7327d88ce1cb97f81000ff2578ff112
5d1dcf2748f767bffe4a9ac0676d3cebad3caaa8
refs/heads/master
2020-03-21T13:33:46.495047
2018-07-01T13:11:39
2018-07-01T13:11:39
138,612,398
1
0
null
null
null
null
UTF-8
C
false
false
183
c
#include "apue.h" #include <errno.h> int main(int argc, char *argv[]) { fprintf(stderr, "EACCES: %s\n", strerror(EACCES)); errno = ENOENT; perror(argv[0]); exit(0); }
[ "zyfoolboy@gmail.com" ]
zyfoolboy@gmail.com
82d559b4fecb939d023f74034d32efe023a6acac
e9fe2b0274f4420c10d2769f2bc836c70f288c65
/unikraft/plat/common/pci_bus.c
4077e3c0ed491b9f2c5af6890c77cc97fed9d4d3
[ "MIT", "BSD-3-Clause", "GPL-2.0-only" ]
permissive
lsds/CubicleOS
29bd0a79b490e6dd45a7b19f3dcd819c5b2e0d49
37f38dcaf15c92703132d9112f01d9d3cf7a946d
refs/heads/main
2023-06-15T16:21:04.385921
2021-07-15T17:43:08
2021-07-15T17:43:08
335,704,690
19
1
MIT
2021-07-15T17:43:09
2021-02-03T17:35:45
LLVM
UTF-8
C
false
false
9,721
c
/* TODO: SPDX Header */ /* * Authors: Simon Kuenzer <simon.kuenzer@neclab.eu> * * Copyright (c) 2018, NEC Europe Ltd., NEC 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: * *...
[ "v.sartakov@imperial.ac.uk" ]
v.sartakov@imperial.ac.uk
5a6f13e5aa76df55fa18e5db6194cb7d2917fe27
842538ae068d80516ae421b90191ca68e26c8dd7
/lib/mbedtls/library/ctr_drbg.c
a08fd420c6012c17d0e2ceff0428a9e0513748bb
[ "Apache-2.0" ]
permissive
Jianliang-Shen/K210
69d845ab794eb67f30e1a5714706cbe4475a94fa
5b23bfa0f07f16f85ce55efc32ea255573d0234f
refs/heads/master
2023-08-16T16:10:16.667579
2021-07-24T03:03:00
2021-07-30T12:33:59
null
0
0
null
null
null
null
UTF-8
C
false
false
29,494
c
/* * CTR_DRBG implementation based on AES-256 (NIST SP 800-90) * * Copyright The Mbed TLS Contributors * 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 may obtain a copy of the...
[ "2823626197@qq.com" ]
2823626197@qq.com
a57bd85e6a770af3e7c019cce84dff113a98cf6b
9c668294fef04c01145efe94a7687403ce13ffdf
/lib/ruby/2.3.0/gems/ffi-1.9.6/ext/ffi_c/libffi-universal-darwin18/include/ffitarget.h
5653e6aaa0c3058bf3ea8b284d2221f0765ce09c
[ "BSD-3-Clause", "MIT" ]
permissive
natewscott/rb-redesign
fe61cd839f83b5f3ebce76ba4d5964fe84363bc7
129e538bfecd4c775acff22d44d9396b23edd375
refs/heads/master
2021-01-01T04:25:00.343765
2019-01-30T19:54:32
2019-01-30T19:54:32
97,172,945
0
0
null
null
null
null
UTF-8
C
false
false
101
h
/Users/natescott/sites/rb-redesign/lib/ruby/2.3.0/gems/ffi-1.9.6/ext/ffi_c/libffi/src/x86/ffitarget.h
[ "scott.w.nate@gmail.com" ]
scott.w.nate@gmail.com
e422bf59954b53759e7b0c2e8fc3dd28f78ffa02
1f42a9a3bba4ef5a32091100b159b695dd4fb616
/4_Pointer/1_basic/5_t_precaution2.c
309e7a23a7e8b1c889cffb9009e437e074df4fe9
[]
no_license
koobeomjin/C_intemediate
dd0bfbadbc4b618e010a4e8b6ab4cf81591a3072
72e168a52c1625dc831d895976100858e0c2c37a
refs/heads/master
2020-05-23T19:55:35.640593
2019-10-21T06:22:13
2019-10-21T06:22:13
186,922,716
0
0
null
null
null
null
UHC
C
false
false
568
c
#include <stdio.h> void main(){ int *pnum; // pnum 주소는 위에서 초기화 되지 않았다. // 따라서 어느 위치에 값을 할당할지 정확히 알 수 없다. // 이러한 상황에서 값을 쓰려고 할 경우에는 // 일반적으로 런타임 에러를 발생한다. // (시스템이 비정상 종료될 가능성이 99%이상이다.) // 포인터 변수가 가리키는 곳의 값을 변경하려고 할 경우에는 // 해당 영역이 안전하게 할당되었는지 확인해야한다. *pnum = 7; printf("*pnum: %d\n", *pnum); }
[ "abc12@naver.com" ]
abc12@naver.com
cc81fb2cd8c339bba69f235ae0bdb61f2832c578
d06fdc970b818d345f37d6928a21b120fa086556
/Lab06/motorlab6_quarc_win64/rt_nonfinite.c
9ec84f4a90b5ca876b894ecbb34f41e6bd8a50c3
[]
no_license
abzain/ECE433
7e48efa583d7beb70b9cbde3bb0e734c7eb12086
65a996cbad2f3ee23621e4bc97bad4f333b7a2c0
refs/heads/master
2021-01-11T14:12:56.167649
2017-02-06T22:27:21
2017-02-06T22:27:21
81,140,040
0
0
null
null
null
null
UTF-8
C
false
false
1,866
c
/* * rt_nonfinite.c * * Academic License - for use in teaching, academic research, and meeting * course requirements at degree granting institutions only. Not for * government, commercial, or other organizational use. * * Code generation for model "motorlab6". * * Model version : 1.3 * Simulink ...
[ "abzain.hussein@outlook.com" ]
abzain.hussein@outlook.com
5e1fc7d8400565edee0979618bfcb67aee6b0097
a938efb44bd3ad6ab23396495c4964ca9ce3222d
/P2_Francisco_Ricardo/test4.c
fb1c53f39acfadee02d25949af646125308c06ee
[]
no_license
pacovl/AutomatasYLenguajes
e0e7c5887a918807c884b4fa7ec6f407f8be8642
2dc5a19404fa90fbc376dfca86dab5e07de80818
refs/heads/master
2020-03-30T20:46:40.688361
2019-04-06T18:31:03
2019-04-06T18:31:03
151,603,468
0
0
null
null
null
null
UTF-8
C
false
false
4,130
c
/* =================================================================== File: test4.c Authors: Ricardo Riol gonzalez, Francisco de Vicente Lana Main de pruebas numero 4, el cual muestra un automata con un estado a la vez inicial y final. Sacado de clase de teoria. =======================================================...
[ "curro258@gmail.com" ]
curro258@gmail.com
635d5437fd30c4510a0c08ba7f4ddc86a83017b7
7fdc41c057cfad08bb25bed3ea40546b69ffa25b
/Hydrogen_Elastic/make_hist_shms_single_arm.C
aa817cbad3b735e5dc37f47bf092391eb7e32f52
[]
no_license
MarkKJones/make_plots
3bdbb96ea3e9c741d7f68d225f88163d8b237256
8b38c77c5a1f9a1c3ba2fd461506b5f66c260546
refs/heads/master
2021-06-05T15:17:09.261015
2020-11-11T14:43:49
2020-11-11T14:43:49
123,655,097
0
0
null
null
null
null
UTF-8
C
false
false
10,775
c
#include <TSystem.h> #include <TString.h> #include "TFile.h" #include "TTree.h" #include <TNtuple.h> #include "TCanvas.h" #include <iostream> #include <fstream> #include "TMath.h" #include "TH1F.h" #include <TH2.h> #include <TStyle.h> #include <TGraph.h> #include <TROOT.h> #include <TMath.h> #include <TL...
[ "cdaq@jlab.org" ]
cdaq@jlab.org
14122090d9ee423b6a71999e7ac6c080acd61448
4fd4bc0ae03de3055c9a044d9b7cd06ff5ba56f4
/include/i2c.h
8100b4bcaea5ce92fd5e55bb062d2223366f3bce
[]
no_license
matix2120/esp8266-nonos-adc-thingspeak
01b59ac622a753110a1f9ae5f3541d4dad053f07
7e1aeb0be7f9be877d1d8cca46b624aa4c397356
refs/heads/master
2021-01-18T21:06:48.722493
2017-09-09T21:26:11
2017-09-09T21:26:11
87,008,820
1
0
null
null
null
null
UTF-8
C
false
false
1,549
h
/* I2C driver for the ESP8266 Copyright (C) 2014 Rudy Hardeman (zarya) 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) a...
[ "mateusz@stojek.eu" ]
mateusz@stojek.eu
64125a338ebea48802b9fad6b366728ad7e7d241
c17e42186a4932fbbbbf45cb3cc5f63eea06c78d
/CSE-106 LAB_Works/201714018 LAB008_Task/Problem_003.c
bf639d751c89f43630f957eaecc0a8d1e00edf6a
[]
no_license
royayon/C
746757bfed9478594682a1934608c0580820f467
3c273ec9c13a5f679336020af7fea190cb1613d6
refs/heads/master
2020-03-28T09:46:09.968326
2018-09-09T19:35:26
2018-09-09T19:35:26
148,058,592
2
0
null
null
null
null
UTF-8
C
false
false
532
c
#include<stdio.h> #define pf printf #define sf scanf void append(int *a1,int *a2,int len1,int len2) { int i; for(i=0;i<len1+len2;i++) { if(i>=len1) a1[i]=a2[i-len1]; } } int main() { int c; int array1[50]; array1[0]=5; array1[1]=6; array1[2]=7; int array2[]=...
[ "royshouhag@gmail.com" ]
royshouhag@gmail.com
1971c751a398a83d3b9439500f941cedd0d32d12
3d0e2d4bf865833c5304792a126801d98f000f40
/sdk/NitroSystem/build/libraries/g3d/src/binres/res_print.c
0e84ed5d92d859b311c4709e7b7e88e7700b5631
[]
no_license
XLuma/retsam_00jupc
86311fa2927798e45070f9922046ba5e5a9539ae
9859bc2f4b5bedcadc791f39ce1e7c77172194e7
refs/heads/main
2023-07-25T04:24:49.694267
2021-07-30T23:08:09
2021-07-30T23:08:09
393,130,605
0
0
null
2021-08-05T17:56:40
2021-08-05T17:56:39
null
SHIFT_JIS
C
false
false
53,789
c
/*---------------------------------------------------------------------------* Project: NITRO-System - libraries - g3d - src - binres File: res_print.c Copyright 2004-2007 Nintendo. All rights reserved. These coded instructions, statements, and computer programs contain proprietary information of Nint...
[ "anon@4chan.org" ]
anon@4chan.org
3bf2e5bb7d85972c8340707ea64507caf051a23d
62fca7aa07094bea44aea3f781576f3448590e8c
/The First Person/Temp/StagingArea/Data/il2cppOutput/t1369.h
297d8c2a930492c749e59942e0e37ee0934a1fbc
[]
no_license
RandomProduct/FirstPerson
ebd721ee93326413d110e2a787ff159690cb1157
5e07fcbf028bae55f3b4fc7635f20f5bb0088105
refs/heads/master
2021-01-10T16:12:46.329009
2016-03-01T05:49:03
2016-03-01T05:49:03
52,850,978
0
0
null
null
null
null
UTF-8
C
false
false
215
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> struct t35; #include "t579.h" struct t1369 : public t579 { t35* f0; };
[ "ream@uwec.edu" ]
ream@uwec.edu
9c515effa9124e86465f42db5ae565c0baccab82
5b41e209fa31d4dfd33d64d51d36016b22345712
/func.h
49f8ab56e83cbf14308156e2aaebe73cf9d60b4a
[]
no_license
KovaxG/Prosomo
441331082b0f4dbd92c59f2679c0ca71128635bb
7f82a39de42286bec4efaf76c609c642e4dec61a
refs/heads/master
2021-06-03T10:06:48.338482
2017-08-29T14:17:42
2017-08-29T14:17:42
101,769,050
0
0
null
null
null
null
UTF-8
C
false
false
89
h
#ifndef FUNC_H #define FUNC_h int modulusz(int); int distance(int,int,int,int); #endif
[ "georgesmth202@gmail.com" ]
georgesmth202@gmail.com
c992d4afbb464c8e5f1e1d7d1ae2df445d67d103
f6247f463177ae1b3863c058788a115915657a19
/main.c
1e378e64450a76e4480088ab99765f61b6b81ce3
[]
no_license
Matthew-Middleton/MiniHasselhof
6afd43078e522658e9bb4b113d77ea2c1ae9bd94
43005ddf4c43e3216403c7657186e6803b327ede
refs/heads/master
2020-11-27T05:06:47.329823
2020-01-21T22:01:06
2020-01-21T22:01:06
216,154,026
0
0
null
null
null
null
UTF-8
C
false
false
463
c
#include "uart.h" #define BUFFSIZE 64 int main(void) { uint8_t buff[BUFFSIZE]; unsigned int rate = 9600; uint8_t c = 0; WDTCTL = WDTPW | WDTHOLD; // stop watchdog timer //Use the rate as baudrate sourcing SMCLK as the clock //with a frequency of 1MHz beginInit(rate, UCSSEL_2, 1000000, buff, BUFFSIZE)...
[ "mattmidd6@gmail.com" ]
mattmidd6@gmail.com
efcc3ff6d30d8c2f03cd815964afa05537e0c543
3ff76234d69e6c48fc77a9cc01fdd5d9092bbe30
/crypto/s2n_fips.h
ec2709d45c94bfff289733cc0ad0f4871b95c9ec
[ "Apache-2.0", "MIT" ]
permissive
danielsn/s2n
0cd451a76f293562f05c9e8e12c33f00b4d80a63
d5d9bf7405bffeee06748157ad0e40b6a95e7dc9
refs/heads/master
2021-01-21T10:38:27.264621
2020-01-09T20:55:29
2020-01-09T20:55:29
83,451,747
1
2
Apache-2.0
2019-11-22T20:09:08
2017-02-28T15:59:47
C
UTF-8
C
false
false
665
h
/* * Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" ...
[ "bryanson@amazon.com" ]
bryanson@amazon.com
9d5b889154e598b11fe18aaf11a72d982d19f93c
2c894e1537a57f2b9a10afcc0a12d84b017f1331
/1FAC/Exemplos/Lista 9/Lista 9 - Algoritmo 2.c
689d0dd844bcd13c14be131a0ace4a83199b01a2
[]
no_license
samircosta92/linguagem_C
81cd1a3e5aabb2ed907423f21ed0b0537d9c36d6
0da47a8f423d595656a0394098075b922668f720
refs/heads/main
2023-04-20T13:29:40.001352
2021-05-12T12:18:28
2021-05-12T12:18:28
366,691,818
0
0
null
null
null
null
UTF-8
C
false
false
902
c
#include<stdio.h> #include<stdlib.h> #include<time.h> int contido(int A[], int B[], int tam1, int tam2) { int i,j,contAB=0,contBA=0; for(i=0;i<tam1;i++) { for(j=0;j<tam2;j++) if(A[i]==B[j]) { contAB++; } } for(i=0;i<tam2;i++) { for(j=0;j<tam1;j++) if(B[i]==A[j]) { contB...
[ "noreply@github.com" ]
samircosta92.noreply@github.com
64bad80012ccafdad4e446bf44c9f2a68a4b3491
19e356aa308d3adef259a912b29950a3af37a2e2
/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Comparison_1_gen_118MethodDeclarations.h
840fb5fe3e95151fd0c09c0ac50d7aaaa15f08cf
[]
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
1,797
h
#pragma once #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" // System.Comparison`1<System.Collections.Generic.KeyValuePair`2<System.String,System.Int16>> struct Comparison_1_t9248; // System.Object struct Object_t; // System.IAsyncResult struct IAsyncResult_t34; // Sy...
[ "minu.hanwool@gmail.com" ]
minu.hanwool@gmail.com
aa9d3aa4b53416bbfeb84c3ce83b7049870ef039
6f35b2705109d1b6105a5dfe7877dff621f9936b
/libftprintfgnl/ft_printf/libft/src/ft_strjoin.c
df7ec273fadafcea8bae47d2a6c7662e7dd50deb
[ "MIT" ]
permissive
almayor/ft_select
f79b2af972358fa3478a0ecade402907035954cd
56756281464bf3b49cbb8f9cc51f112843f308ed
refs/heads/master
2023-07-16T21:45:58.254387
2021-08-28T10:51:59
2021-08-28T10:51:59
299,352,168
0
0
null
null
null
null
UTF-8
C
false
false
1,638
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strjoin.c :+: :+: :+: ...
[ "mayorovme@gmail.com" ]
mayorovme@gmail.com
b1fbfd753bf171b3d80c7a325e4023cb20fddb4d
1e736b952d53d5ab0c9d195515ac6da30c9ba9bf
/structures.h
1bd1ef2a52573da0dc9422c6ccb9683dfe10ea7b
[]
no_license
AndreyAkifyev/MyShell
e1d7bfee4428f88c1adab3520138398e20ad3966
bafc332d112606b492e1820d8d896077d9d38a96
refs/heads/main
2023-01-27T17:34:11.443315
2020-12-13T07:05:56
2020-12-13T07:05:56
null
0
0
null
null
null
null
UTF-8
C
false
false
873
h
#pragma once #include <stdbool.h> typedef struct String { char* data; int cap; int len; } String; typedef struct Vector { char** elem; int cap; int len; } Vector; typedef struct CommandsList { char** in_fd; char** out_fd; bool background; bool append; char*** pipe; in...
[ "noreply@github.com" ]
AndreyAkifyev.noreply@github.com
9a57e0d2bf05693a14661b25237e53a91e31b9c5
a5a5c45b2d13de09fe7737cb700c8ce6cddf63df
/cdemo/array.c
301efc89a82d21dd4ef72ce70ff48cff03092953
[]
no_license
paizc0618/apcsp-pidev
18fec18297ebae8dbf1f2540cbb84d7961bebe09
cb42e6bdabc460038667a06ce954f683cdd06845
refs/heads/master
2020-05-25T15:27:00.399202
2019-06-10T15:28:23
2019-06-10T15:28:23
187,868,619
0
0
null
null
null
null
UTF-8
C
false
false
256
c
#include <stdio.h> void arrayAdd(int s, int n) { for (int x = 0; x <= 100; x ++) { printf("%d ", n); n++; } } int main() { int arr[100]; for (int i = 0; i <= 100; i ++) { arr[i] = i * i; } arrayAdd(100, arr); return 0; }
[ "noreply@github.com" ]
paizc0618.noreply@github.com
367d1dcd64ccf1819b0c8761a613ae5809cceaac
8eb93ef7b7029cb9e3b11fa18d4a7aae149dad4e
/src/PolyCEID/hamiltonians/PolyCEID_hamiltonian_single_SSH.h
850516e09aca4fc0c5287333c036682c9f42a874
[ "MIT" ]
permissive
lstella77/polyceid
a7a247358240c8bf9cceb8616fbd1206b780864a
133fbe5aef2fda9d4927244d5bb609adcdb31c61
refs/heads/master
2022-04-14T00:18:15.315479
2014-04-30T22:41:10
2014-04-30T22:41:10
253,071,052
0
0
null
null
null
null
UTF-8
C
false
false
3,963
h
/****************************************************************************** Copyright (C) 2011-2012 by Lorenzo Stella <lorenzo DOT stella77 AT gmail.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to dea...
[ "54139513+lstella77@users.noreply.github.com" ]
54139513+lstella77@users.noreply.github.com
1d951bff1e8259e81c09683f055446f7c68027c5
9d74c98720a385e11e01ae8cabed91c82ca4daaf
/Embedded/Includes/Can_Includes/CanIf_Types.h
6c5631609b0632b56813aac512f442cd7f1f9534
[]
no_license
hesham-akmal/Brain-ADAS
dc96791c0cb3859083136f9231ef4d82a575e90a
36217c6d7cf121fe118b18c8ad89f2fa0a1208a0
refs/heads/master
2021-06-30T04:31:09.316654
2020-09-09T16:25:53
2020-09-09T16:25:53
149,647,299
2
6
null
null
null
null
UTF-8
C
false
false
6,485
h
/*-------------------------------- Arctic Core ------------------------------ * Copyright (C) 2013, ArcCore AB, Sweden, www.arccore.com. * Contact: <contact@arccore.com> * * You may ONLY use this file: * 1)if you have a valid commercial ArcCore license and then in accordance with * the terms contained in...
[ "noreply@github.com" ]
hesham-akmal.noreply@github.com
6dec12f0c9eec3d446059f81c218353db5222181
cff38f2238b60601ea190f20d089f2b3c04e556a
/C/array3.c
19989c2c50bd4c21dbb163ba7877429ab374aeb0
[]
no_license
abhineetmishra64/Algorithm
0d937ab0d5bb76c90a55f4e0380a3443e446acfc
8d175935920cffa0851542aced83a30fbd2f8c1e
refs/heads/master
2023-05-07T15:19:20.789102
2021-05-25T14:14:06
2021-05-25T14:14:06
267,224,112
1
0
null
null
null
null
UTF-8
C
false
false
492
c
#include <stdio.h> #include <string.h> #include <math.h> #include <stdlib.h> //Complete the following function. int find_nth_term(int n, int a, int b, int c) { //Write your code here. int i,d,arr[n]; arr[0]=a; arr[1]=b; arr[2]=c; for(i=3;i<n;i++) { arr[i]=arr[i-3]+arr[i-2]+arr[i-1]; } return ar...
[ "abhineetmishra64@gmail.com" ]
abhineetmishra64@gmail.com
017dc8188c7140886729378f5ae31a67f3bdc061
62439e49a456a9798586c96ebe0bd2562bf188fd
/includes/server.h
4d0f946f8b47f2b6d00d85c4783292ad668aaa47
[]
no_license
rcherik/IRC
1ef190dafbec58824c07314ef5a781881a5a32b3
762c70e918a4fd831d04932eb9b958eb470362a2
refs/heads/master
2021-01-19T03:36:10.480077
2017-04-05T16:01:10
2017-04-05T16:01:10
null
0
0
null
null
null
null
UTF-8
C
false
false
2,859
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* server.h :+: :+: :+: ...
[ "rcherik@student.42.fr" ]
rcherik@student.42.fr
45e65291558431e1e7460bd9740540adb39d6d22
ac8cb00ea21ecfc137a3a800316bea68930fa4aa
/Src/spi.c
f3af01b61c2abf40e30649be339b1e5da258e0c5
[]
no_license
awherial/FW_template
11016e06cd2252a0b0cb3c0cce51658e8cb5f64a
1db9e614c4f06013f18dfa2b8100939955f4bbee
refs/heads/master
2021-05-02T14:20:17.007484
2018-02-08T06:10:30
2018-02-08T06:10:30
120,717,711
0
0
null
null
null
null
UTF-8
C
false
false
8,970
c
/** ****************************************************************************** * File Name : SPI.c * Description : This file provides code for the configuration * of the SPI instances. ****************************************************************************** * T...
[ "abdul.wahab@duceretech.com" ]
abdul.wahab@duceretech.com
16052408566ebc8e2d414dfab7e20c751df4e8c3
d6f907bbdcc73c9d235792143829071c89f46a70
/Chombo/lib/src/HOMappedGeometry/SimpleDivergence.H
3e34d0eff22ad5a7776c00d5f13215e380d42656
[ "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause" ]
permissive
LLNL/COGENT
2095aa2dfda75f03b01d7d271ee01059ebaa99e0
955f848bcfb8811ebdf6c52c605efb3b71e5177c
refs/heads/master
2023-08-23T19:00:32.957355
2023-05-06T03:05:11
2023-05-06T03:05:11
61,917,616
13
5
null
2023-01-20T22:18:06
2016-06-24T23:22:42
C++
UTF-8
C
false
false
698
h
#ifdef CH_LANG_CC /* * _______ __ * / ___/ / ___ __ _ / / ___ * / /__/ _ \/ _ \/ V \/ _ \/ _ \ * \___/_//_/\___/_/_/_/_.__/\___/ * Please refer to Copyright.txt, in Chombo's root directory. */ #endif #ifndef _SIMPLEDIVERGENCE_H_ #define _SIMPLEDIVERGENCE_H_ #include "FArrayBo...
[ "{dorr1,dorf1,hittinger1,ghosh5}@llnl.gov" ]
{dorr1,dorf1,hittinger1,ghosh5}@llnl.gov
880e581cc10f99d9a49ef6baf89f58754a118bcd
d636529ac10a8a0b332c124320008524e355ea03
/ch01/low_read.c
fff8a4c912fb4852000d25f7973e65297bf359b9
[]
no_license
j-hoon/C_TCPIP_ubuntu
414a53c8c21d1c623a1eb942d2b9ca4386f1801d
a5cbc22a8a3a33d0f7a9807e3c7045d96123a438
refs/heads/master
2021-01-15T22:18:46.134216
2017-09-02T11:47:56
2017-09-02T11:47:56
99,894,065
1
0
null
null
null
null
UTF-8
C
false
false
542
c
#include <stdio.h> #include <stdlib.h> #include <fcntl.h> #include <unistd.h> #define BUF_SIZE 100 void error_handling(char* message); int main(void) { int fd; char buf[BUF_SIZE]; fd = open("data.txt", O_RDONLY); if(fd == -1) error_handling("open() error!"); printf("file descriptor: %d \n", fd); if(read(f...
[ "joen7619@gmail.com" ]
joen7619@gmail.com
5edd5d4b56f823d53858522eddc8eb1b84146cd6
4ad89cbf1ba7e869519961d6dd008241b8061fe3
/Client/client.c
47ba9d164251c1def371409e7adbff0bb4eb301b
[]
no_license
tcripe4/CptS_360
800d29a866686be94b1dcc98f055d5b48d953b66
b376c31b3525e4f0d46c7afdedfc147c4c656021
refs/heads/main
2023-01-19T01:23:26.757566
2020-11-25T01:44:50
2020-11-25T01:44:50
315,799,044
0
0
null
null
null
null
UTF-8
C
false
false
2,290
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <unistd.h> #include <netdb.h> #include <netinet/in.h> #include <sys/socket.h> #include <sys/types.h> #include <arpa/inet.h> #include <fcntl.h> #define MAX 256 #define PORT 1234 char line[MAX], ans[MAX]; int n; char buf[MAX];...
[ "cripe21@gmail.com" ]
cripe21@gmail.com
9bebc0079ada436182b352c5349d2cec615d1645
fc12dde31f918d342c4efa75e6a37f23cbbfc1f3
/C_2018/ex2/battleships_game.c
8d4db2576b9e9cb17ecde080ee82fbcb720d325b
[]
no_license
DanielMagen/University-exercises
4f9bbef566b14326d4006f0deae3fd3de2ab303a
c8502459edad916079550bc0704a0b7f69c9df1f
refs/heads/master
2022-12-03T04:27:37.802675
2020-08-15T10:15:05
2020-08-15T10:15:05
287,717,481
0
0
null
null
null
null
UTF-8
C
false
false
6,207
c
/** * @file battleships_game.c * @author Daniel Magen * @version 1.0 * * @brief * this file manages an entire battleships game * * @section DESCRIPTION * this program receives a continues input from the user and converts them to commands in the * battleships game. if any problem arise during the game it tells...
[ "daniel.magen1@mail.huji.ac.il" ]
daniel.magen1@mail.huji.ac.il
e4928cdbb107d9c02c56b9ef826ed6496bd06ab0
8846ff48cd4507f277b50746561e3fc5eb0e6624
/MoYinghua_hw4/p2.c
86c44bf37cdef8e343f5a66ea920ce9ec69264f3
[]
no_license
ymo1997/Advance-Programming
caa75685465fed012fddc09b95e5d43240463a05
331834d26e346dfd9fa9a9ab36c1620ed5bf4070
refs/heads/master
2022-12-18T20:07:06.662918
2020-09-20T05:47:11
2020-09-20T05:47:11
297,009,928
0
0
null
null
null
null
UTF-8
C
false
false
3,870
c
#include "min_heap.h" #include <omp.h> #define MAX_LEN 1024 //table's listNode structure typedef struct Node_{ int v; int distance; struct Node_* next; }Node; typedef struct List_ { Node* head; Node* last; }List; int vNum; int eNum; int *processed; int *shortest; // int **allShortest; List* VE; //Read V E i...
[ "clairemo977@gmail.com" ]
clairemo977@gmail.com
1f26aaed0a87add1ed629b66e4cb9a3ce95f824e
5f24197f80a2d3e7e6b4966f561de4641d431857
/src/act_info.c
4d5dff4c44aa27bae57b8479d48337049e480f1f
[]
no_license
pfchrono/assaulthtw
145e96a660684b0a3dd006840ac87e91fdaea6b7
2c70bd504a7a4a29ee3631619f1e0b0511e228e5
refs/heads/master
2020-05-18T12:57:27.904572
2011-10-22T10:26:43
2011-10-22T10:26:43
2,624,256
0
0
null
null
null
null
UTF-8
C
false
false
120,013
c
/*~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- ~ Original Diku Mud copyright (C) 1990, 1991 by Sebastian Hammer, ~ ~ Michael Seifert, Hans Henrik St{rfeldt, Tom Madsen, and Katja Nyboe. ~ ~ ~ ~ Merc Dik...
[ "pfchrono@gmail.com" ]
pfchrono@gmail.com
f1abc8f6c7570b53d18044799ce1c2bf960912c7
1fd33efcea837bb2ffcd32fcdceee78e246e1414
/mediatek/custom/common/kernel/lcm/ili9806h_xingxunda_XII397110WV_IVO_mcu18_wvga/ili9806h_xingxunda_XII397110WV_IVO_mcu18_wvga.c
7844c7514e59f5215b3d973c85e510105ecb2392
[]
no_license
rock12/android_kernel_xbasic
cda1c5a956cf8afdc6b9440cefd84644e4bfd7b5
38d09253ba7ef2e7e4ba2ee7f448a04457159ddb
refs/heads/master
2021-01-17T08:38:46.441103
2016-07-01T19:36:39
2016-07-01T19:36:39
62,417,176
2
0
null
2016-07-01T20:07:19
2016-07-01T20:07:19
null
UTF-8
C
false
false
15,882
c
/* Copyright Statement: * * 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. and/or its licensors. * Without the prior written permission of MediaTek inc. an...
[ "yugers@gmail.com" ]
yugers@gmail.com
5206f4b1e40494bfa5471b389f99a2a1743c4e4b
e50b5f066628ef65fd7f79078b4b1088f9d11e87
/llvm/tools/clang/test/Modules/Inputs/suggest-include/textual3.h
62f8e199ec6ffff3b630ee011b152fb1be0f5fed
[ "NCSA" ]
permissive
uzleo/coast
1471e03b2a1ffc9883392bf80711e6159917dca1
04bd688ac9a18d2327c59ea0c90f72e9b49df0f4
refs/heads/master
2020-05-16T11:46:24.870750
2019-04-23T13:57:53
2019-04-23T13:57:53
183,025,687
0
0
null
2019-04-23T13:52:28
2019-04-23T13:52:27
null
UTF-8
C
false
false
22
h
extern int textual3;
[ "jeffrey.goeders@gmail.com" ]
jeffrey.goeders@gmail.com
a6800add0eca9612e418d1bba433d3eb5a89ac2a
11a052e4d0526d6187bf21929be3d74a081ab458
/libftprintf/sources/ft_ignored_space.c
bbb5462cf277fd7c47ebff8b0abc19224b800c10
[]
no_license
vlaarx/lem-in
ef4a763c2ceafb29087988bbd8dd91b53137271c
3c7966984fd81b21f62858313128b83dec2b7f95
refs/heads/master
2020-09-10T16:12:08.099965
2020-03-16T17:31:58
2020-03-16T17:31:58
221,754,198
0
0
null
null
null
null
UTF-8
C
false
false
361
c
#include "libftprintf.h" void ft_ignored_space(t_spec *argument) { int i; int j; i = 0; while (argument->flags[i]) { j = 0; if (argument->flags[i] == '+' && argument->flags[j]) { while (argument->flags[j]) { if (argument->flags[j] == ' ') { argument->flags[j] = 'x'; break ; }...
[ "xvlaarx@gmail.com" ]
xvlaarx@gmail.com
8afb0ee6f79070ad181b4d8969a2eda8efc17250
de8c0ea84980b6d9bb6e3e23b87e6066a65f4995
/3pp/linux/sound/soc/codecs/ssm2602-spi.c
bb49fb6b62ad3c87b79b8053f54f06d2f2484757
[ "MIT", "Linux-syscall-note", "GPL-2.0-only" ]
permissive
eerimoq/monolinux-example-project
7cc19c6fc179a6d1fd3ec60f383f906b727e6715
57c4c2928b11cc04db59fb5ced962762099a9895
refs/heads/master
2021-02-08T10:57:58.215466
2020-07-02T08:04:25
2020-07-02T08:04:25
244,144,570
6
0
MIT
2020-07-02T08:15:50
2020-03-01T12:24:47
C
UTF-8
C
false
false
836
c
// SPDX-License-Identifier: GPL-2.0-only /* * SSM2602 SPI audio driver * * Copyright 2014 Analog Devices Inc. */ #include <linux/module.h> #include <linux/spi/spi.h> #include <linux/regmap.h> #include <sound/soc.h> #include "ssm2602.h" static int ssm2602_spi_probe(struct spi_device *spi) { return ssm2602_probe...
[ "erik.moqvist@gmail.com" ]
erik.moqvist@gmail.com
2a1aed080ef1708d6f8825222607246518853418
80e85a6701b98adc5ac494929ca53d7ec6b7c084
/Pods/BoringSSL/include/openssl/tls1.h
84ff12fb140fbc534817629191f96ae754620d15
[ "BSD-3-Clause", "OpenSSL", "ISC", "LicenseRef-scancode-openssl", "LicenseRef-scancode-ssleay-windows" ]
permissive
tbass134/SpeechToTest
158ee3750f1ef1583ed9d8491983acc55e57ff18
c65694a93029b1d414e377a98c01013da625f408
refs/heads/master
2021-01-17T18:18:04.144711
2016-08-03T19:02:11
2016-08-03T19:02:11
64,871,296
0
0
null
null
null
null
UTF-8
C
false
false
31,501
h
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-commercial use as long as ...
[ "tbass134@gmail.com" ]
tbass134@gmail.com
9add631868f95e1b016b6018d2600d521d4dd31a
51635684d03e47ebad12b8872ff469b83f36aa52
/external/gcc-12.1.0/gcc/testsuite/gcc.dg/20050121-2.c
6a6092c900a6fc93a2f4e5138acd7a84c297541a
[ "LGPL-2.1-only", "FSFAP", "LGPL-3.0-only", "GPL-3.0-only", "GPL-2.0-only", "GCC-exception-3.1", "LGPL-2.0-or-later", "Zlib", "LicenseRef-scancode-public-domain" ]
permissive
zhmu/ananas
8fb48ddfe3582f85ff39184fc7a3c58725fe731a
30850c1639f03bccbfb2f2b03361792cc8fae52e
refs/heads/master
2022-06-25T10:44:46.256604
2022-06-12T17:04:40
2022-06-12T17:04:40
30,108,381
59
8
Zlib
2021-09-26T17:30:30
2015-01-31T09:44:33
C
UTF-8
C
false
false
1,175
c
/* PR middle-end/19551 */ /* { dg-options "-O2" } */ /* { dg-do link } */ extern void abort (); #define T(type, name) \ extern __attribute__((pure)) _Complex type \ foo_c##name (int x); \ \ void \ bar_c##name (type *x) \ { \ type f = __real foo_c##name (5); \ if (0) *x = f; \ } \ ...
[ "rink@rink.nu" ]
rink@rink.nu
5435b1d4f9a6d6df4a8c4b754447e49f040c3728
cce9747d80ed880b97b509660a3c6a7f733dd1c0
/C/16_WhileDo/조건반복.c
242a9cf29c31d0f0e9021d8462890bf4c4c0ff5e
[ "MIT" ]
permissive
VisualAcademy/C
40011e6f9d6ae402e44f6bcbd625f30be9a4d14a
508b32ad436cded4b6e65e42be4ffdfdab3be35b
refs/heads/master
2023-09-01T19:28:34.885729
2023-08-31T17:08:02
2023-08-31T17:08:02
199,452,468
0
2
null
null
null
null
UHC
C
false
false
569
c
/* 1부터 100까지 3의배수이고 그리고(&&) 4의 배수의 합 12 + 24 + 36 + ... + */ #include <stdio.h> int main(void) { //[1] Input int intSum = 0; int i; // 반복문 //[2] Process i = 1; //[a] 초기식 while (i <= 100) //[b] 조건식 { if (i % 3 == 0 && i % 4 == 0) //[!...
[ "redplus@redplus.net" ]
redplus@redplus.net
82ff28938bc445b489533dc805fe576e3d514b71
cb2e91218a38b29b899a72e40ed03c95d5e79e0e
/c.c
f7e794374c61f8ee670a0e241a6ff40b4c7c6597
[]
no_license
l18727799299/Lean
98ab1cac9c304dc398e157bcbf7761cdb6799d7d
191a942059d540136f091c353dc1e0bf7704e76c
refs/heads/main
2023-02-15T13:49:12.067688
2021-01-15T07:00:33
2021-01-15T07:00:33
329,833,192
1
0
null
null
null
null
UTF-8
C
false
false
4,214
c
#include <stdio.h> #include <stdlib.h> #include <string.h> //求一个数的二进制中有多少个1 // int Count_bit(unsigned int a){ // int count = 0; // // while(a){ // // if(a%2==1){ // // count++; // // } // // a = a / 2; // // } // // for (int i = 0; i < 32;i++){ // ...
[ "noreply@github.com" ]
l18727799299.noreply@github.com
0beae088dc9b178bfa2024b63bbd91f279cac9f1
006c435a99c3174ee27e85d5dc1018812417a163
/includes/adc.h
8d33193c463c342ea9e80badd903b5d0111952db
[]
no_license
moreshwar-salpekar/BMS_Launchpad
364978fc5fc03cf57f9678ef6cf1d017b7663981
9f00016e29031c13c4b99f4400b8717679b58607
refs/heads/master
2020-04-30T17:08:05.979746
2019-04-06T18:40:05
2019-04-06T18:40:05
null
0
0
null
null
null
null
UTF-8
C
false
false
414
h
/* * adc.h * * Created on: Mar 14, 2019 * Author: Akshay Godase * Description: * this file contains all teh declaration required for ADC file */ #ifndef INCLUDES_ADC_H_ #define INCLUDES_ADC_H_ #include "F28x_Project.h" void ConfigureADC(void); void ConfigureEPWM(void); void SetupADCEpwm(Uint16 ...
[ "akshayg@bosonmotors.com" ]
akshayg@bosonmotors.com
3cc3b69f86f1436602df8d56017a46b903d6907b
27b17308200f1c9988d1db98e5391b86d0a1a91c
/nxpUSBlib/Common/CompilerSpecific.h
fbe260378192f835f2f90277660804f560165446
[]
no_license
magoroku15/nxpUSBlib
9ed510f871815e4c40a133e7c0b7166f7eb5b580
1ebcb7098ce923b1dd7e8d5fe4394119e13861ed
refs/heads/master
2021-01-13T01:26:10.057021
2012-07-12T13:59:22
2012-07-12T13:59:22
5,003,615
0
1
null
null
null
null
UTF-8
C
false
false
4,813
h
/* * Copyright(C) NXP Semiconductors, 2011 * All rights reserved. * * Copyright (C) Dean Camera, 2011. * * LUFA Library is licensed from Dean Camera by NXP for NXP customers * for use with NXP's LPC microcontrollers. * * Software that is described herein is for illustrative purposes only * which provides cus...
[ "magoroku15@gmail.com" ]
magoroku15@gmail.com
0698e479e019c393c04d59ed1038786b7d280d5b
89c959acc02ecfc5ca6d2b2957eb1ca8c15f11cc
/linux/src/shared/nflash.c
4c2e9461bd72dff1e81b9bbd04b6f2ce9d20bb57
[]
no_license
iptime-gpl/userapps_a6004ns
662591cbdd3635ec7f58fe56bbdc3be9852dd117
c08c4726158516c11dc0909e7938df48c262844a
refs/heads/master
2021-09-15T00:36:56.997455
2018-05-23T00:28:52
2018-05-23T00:28:52
118,980,289
1
1
null
null
null
null
UTF-8
C
false
false
29,633
c
/* * Broadcom chipcommon NAND flash interface * * Copyright (C) 2014, 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 app...
[ "iptime.gpl@guu.moe" ]
iptime.gpl@guu.moe
fa96e1b514c0e0ddb5b69b80e007db0725170be4
41cc873ce7650dddb03837c980da7628d94f3357
/p1.c
fdb76f3e5901dcc6eb3f3958f6b7be0dbd982171
[]
no_license
vanek33/LR_dop
b95d34127f16a9bf90833f94257e8984d29a61e5
d6de52e18cfd9d771c9367fb19187b10baaccfbb
refs/heads/master
2020-04-11T18:54:46.462715
2018-12-16T16:07:49
2018-12-16T16:07:49
162,016,300
0
0
null
null
null
null
UTF-8
C
false
false
4,202
c
/* Программа 1 для иллюстрации работы с очередями сообщений */ /* Эта программа получает доступ к очереди сообщений, отправляет в нее 5 текстовых сообщений с типом 1 и одно пустое сообщение с типом 255, которое будет служить для программы 2 сигналом прекращения работы. */ #include <sys/types.h> #include <sys/ipc.h> #...
[ "noreply@github.com" ]
vanek33.noreply@github.com
14c6508a4c63da1af78a6da02ceeef1b979ff497
4a619da70eac9305cee0e5bc510ae29eb22125b7
/c_primer/7/4.c
37cb0d29274654324515da76aa072ee1ab40db4b
[]
no_license
wpwupingwp/c
346913c1638bb2760c83671588297b2addc056ce
5ce46aac0fb9ca9b9b0b841e53cd7a39686778b0
refs/heads/master
2022-09-16T16:49:34.500964
2022-09-04T12:23:08
2022-09-04T12:23:08
16,730,439
2
0
null
null
null
null
UTF-8
C
false
false
336
c
#include <stdio.h> //I don't know how to deal with '\n' input. int main(void) { char input; int replace=0; while((input=getchar())!='#') { if('.'==input) { printf("!"); replace++; } else if('!'==input) { printf("!!"); replace++; } else putchar(input); } printf("\n%d replace\n",replace...
[ "wpwupingwp@hotmail.com" ]
wpwupingwp@hotmail.com
8f9f5feac2b9afc15feb1c57aa801927c7cd5a8e
c3d4b381ebfe2f980f374c7099578d76c67a407f
/vendor/github.com/mattn/go-sqlite3/sqlite3ext.h
b2b6e0c8ddae8b0a9c8493fba3dd22a1243dcfa2
[ "MIT" ]
permissive
nkanaev/yarr
0d83fe20ab860ebab87a2c2b82201c923347413f
3ab098db5ce6ca4e9dcc4f5d34c6a3c9ebd1486d
refs/heads/master
2023-08-21T18:39:07.897336
2023-08-21T09:39:19
2023-08-21T09:39:19
271,811,979
2,304
222
MIT
2023-09-11T08:51:19
2020-06-12T14:02:39
Go
UTF-8
C
false
false
35,596
h
#ifndef USE_LIBSQLITE3 /* ** 2006 June 7 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgiveness for yourself and forgive others. ** May you share freely, never taking more than you give. ** **...
[ "nkanaev@live.com" ]
nkanaev@live.com
d306f84551431ce26816ccb95ce64178c985435e
56395929eb6b3b367be3aef2c16d29e96ad4c6b8
/escm/src/cgimain.c
6768d2fec3c38c3c4de715d639096403f71bd592
[ "MIT" ]
permissive
bflagg/escm
3ebae9981e78dc479cd403b8781d45813c039a4d
dc7f89745f686c7cc82b884f3f9fd3b8b9cd2631
refs/heads/master
2023-06-18T14:46:39.921038
2021-07-18T20:26:53
2021-07-18T20:28:29
null
0
0
null
null
null
null
UTF-8
C
false
false
2,244
c
/******************************************************* * cgimain.c - main function for the CGI tool * $Id$ * Copyright (c) 2003-2004 TAGA Yoshitaka <tagga@tsuda.ac.jp> ********************************************************/ #ifdef HAVE_CONFIG_H # include "config.h" #endif /* HAVE_CONFIG_H */ #include <stdio.h...
[ "tagga@tsuda.ac.jp" ]
tagga@tsuda.ac.jp
1ad2258fc3d217d1ff5ae9a2e217c293231cf47f
4a4229d18b16e2c24392f0d50bcd43f32ef97d0a
/source/cstrnops.c
da2b90c96ab91b33646ebe9cb64b7a3bd0347387
[]
no_license
PRFina/NRES-FuzzyClips
7b93e5ddb68a16d8c3e9bd1418f1284f56adb7b5
487409d0d916995993cb27e5e76c82b66b7c9c1a
refs/heads/master
2020-04-18T08:42:37.463172
2019-01-24T18:12:23
2019-01-24T18:12:23
167,405,277
0
1
null
null
null
null
UTF-8
C
false
false
43,466
c
/*******************************************************/ /* "C" Language Integrated Production System */ /* */ /* CLIPS Version 6.30 08/16/14 */ /* */ /* ...
[ "griley@clipsrules.net" ]
griley@clipsrules.net
01a1d6181cf599a086bbf68de523d3a7536d0ae3
afd398a030c24807a476c58dbd5aa439537dad71
/src/imcattools/objectfinding/findpeaks.c
c3a484b5deed715bd60011d8b9d93639c08226de
[]
no_license
nickkaiser/imcat
12104ae571265029918fb9ef7dbc6d4fdd23d4ff
c7c15bc3f36c377b11bbdf868cc556835dbffe85
refs/heads/main
2023-01-23T08:54:44.010489
2020-11-19T17:32:30
2020-11-19T17:32:30
314,297,744
1
0
null
null
null
null
UTF-8
C
false
false
7,683
c
#define usage "\n\n\n\ NAME\n\ findpeaks --- simple object finder\n\ SYNOPSIS\n\ findpeaks fitsimage [option...] >catalogue \n\ -r sigma # gaussian filter radius (default = 2)\n\ -n nu # threshold (default = 3)\n\ -e # find all extrema\n\ -m # find all minima\n\ -s sigma mode # sky statistics\n\ -d #...
[ "kaiser@Nicks-MacBook.local" ]
kaiser@Nicks-MacBook.local
4f1b06c083309a03e415fd9a5808224bf478bc4a
303213696ceb3af098c1c88d92cbdb597eef6991
/fdf/libft/ft_putstr.c
b5d18ae2daaa8c5de12211cd3e782a8805f74fb4
[]
no_license
qdiaz/42_projects
02efff63e976e081b703ff4a57a357d1b899a34d
16af33eb5567378b4eb901e49c4b77622a5c5e96
refs/heads/master
2020-05-21T12:30:23.495291
2018-03-26T15:58:02
2018-03-26T15:58:02
47,341,296
0
0
null
null
null
null
UTF-8
C
false
false
974
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putstr.c :+: :+: :+: ...
[ "qdiaz@e1r2p20.42.fr" ]
qdiaz@e1r2p20.42.fr
126e4859da28aad6e507f442f7bf9d1d350efa8b
ab1c643f224197ca8c44ebd562953f0984df321e
/pchealth/sr/test/main.c
1d7f64d1425e2d6b675be18e486663b2f509880c
[]
no_license
KernelPanic-OpenSource/Win2K3_NT_admin
e162e0452fb2067f0675745f2273d5c569798709
d36e522f16bd866384bec440517f954a1a5c4a4d
refs/heads/master
2023-04-12T13:25:45.807158
2021-04-13T16:33:59
2021-04-13T16:33:59
357,613,696
0
1
null
null
null
null
UTF-8
C
false
false
3,882
c
/*++ Copyright (c) 1998-1999 Microsoft Corporation Module Name: main.c Abstract: simple bvt-like test code for SR.SYS. Author: Paul McDaniel (paulmcd) 07-Mar-2000 Revision History: --*/ #include "precomp.h" #define NtStatusToWin32Status( Status ) \ ( ( (...
[ "polarisdp@gmail.com" ]
polarisdp@gmail.com
a1296f53bc71298e5081d37736a9ad7d962178ef
aca9b36f356d7c77d6d3e557d778b2a8802c5e5c
/simu/raspicamtypes.h
f4e73cf303a0bc8f488212d53e62b2129107da23
[]
no_license
erhnam/Raspirover-Server-2018
f3231699be38d10481b30d7a2c0b94c2016302e9
ef096d47c024f9b3f8c4389d810c5c8dd3990de2
refs/heads/master
2020-03-22T13:30:56.592201
2018-07-31T12:15:22
2018-07-31T12:15:22
140,113,472
0
0
null
null
null
null
UTF-8
C
false
false
2,809
h
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ /* * File: raspicamtypes.h * Author: paco * * Created on 26 de abril de 2017, 11:14 */ #ifndef RASPICAMTYPES_H #define RASPIC...
[ "esestemicorreo@hotmail.com" ]
esestemicorreo@hotmail.com
680c1b4d5d730eab2050f509d582347d1a41c649
077c584743a91366d1ec8b17575611c9f65cd117
/src/sm4/sm4.h
b3d10e6eebf29a03a1ab30836ce3412fbe5ca5c8
[]
no_license
cocowts/Qt_Sm4Client
2f6fd0c77a1eba73ac9f7253055107c9ed21c998
269559b53108cbe8dc6beb39826c8cabb71d74d3
refs/heads/master
2020-07-23T09:35:44.648909
2019-12-30T03:33:02
2019-12-30T03:33:02
207,514,871
7
4
null
null
null
null
UTF-8
C
false
false
1,433
h
/** * \brief SM4 context structure */ #ifndef SM4_H #define SM4_H #define SM4_ENCRYPT 0 #define SM4_DECRYPT 1 #define SM4_RESTART 1 #define SM4_KEEP 0 #ifdef __cplusplus extern "C" { #endif /** * \brief SM4-CBC buffer encryption/decryption * \param ctx SM4 context * \p...
[ "1508539502@qq.com" ]
1508539502@qq.com
899f1008aa15e7496b09af55d28b98e8904af363
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE369_Divide_by_Zero/s02/CWE369_Divide_by_Zero__int_rand_divide_41.c
08dcb8d79966d0d96531aedb1692dccc2398a32a
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C
false
false
2,733
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE369_Divide_by_Zero__int_rand_divide_41.c Label Definition File: CWE369_Divide_by_Zero__int.label.xml Template File: sources-sinks-41.tmpl.c */ /* * @description * CWE: 369 Divide by Zero * BadSource: rand Set data to result of rand(), which may be zero * Goo...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
cd5f5fbff7cebe59e59a024e2fa1b15c91d48fcb
300679905c6e970072632a52abe5dda2ae8c0454
/HPCAP5_CAPAS/samples/hpcapdd/hpcapdd_p.c
cef31325c5ff4756d4ded5f9e236194512fe85fe
[]
no_license
hpcn-uam/CapAs
cd89f2ced2e0844d3de91bffc4d92483d7ecba7a
b1ab4b0a656ff87a2d0b2cd6fc03a3e8be378d77
refs/heads/master
2021-01-17T10:20:23.540030
2016-05-30T08:07:02
2016-05-30T08:07:02
42,249,214
3
1
null
2016-05-30T08:07:03
2015-09-10T14:23:02
C
UTF-8
C
false
false
3,987
c
#include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <sys/time.h> #include <signal.h> #include <sys/stat.h> #include "../../include/hpcap.h" #define MEGA (1024*1024) #define DIRFREQ 1800 /* Función que se ejecuta cuando se genera la seña...
[ "victoruceda_2@hotmail.com" ]
victoruceda_2@hotmail.com
fa93d3b494b482e44e2ed0961ad1238b1f3b9302
bccc130b22c3a56ce7bf745e935aa44b1c911f17
/graphio.h
8e55a10144336135b9c4136f03007c88f7063336
[]
no_license
cRudel/TClose
c1bd2ede6b1119b6ea858d70640d7919c8ba1932
38f95b784c5f9cdcbf2520ba0176fef294448e7b
refs/heads/master
2021-01-20T09:07:05.037729
2017-05-04T22:23:49
2017-05-04T22:23:49
90,221,367
0
0
null
null
null
null
UTF-8
C
false
false
2,610
h
#ifndef GRAPHIO_H #define GRAPHIO_H #include "graph.h" /**************************************************************** Graphs with names for vertices. Provides function to read a graph from a file, and a function to write a graph to standard out. (You can 'pipe' that to a file when needed.) File format is assum...
[ "crudel@stevens.edu" ]
crudel@stevens.edu
ee4b304c4ab7351a5335a1f09507334e65a43c8e
c6457661164ee04a3cb9e844319a90f82c27d6b0
/ALU/ALU.sim/sim_1/behav/xsim/xsim.dir/BinToBCD_TB_behav/obj/xsim_1.c
0652d79f082a8586440fc5219472173cbfe1b741
[]
no_license
H4rmey/SchoolFPGA
862580583a940b3017efe0977a3d9b7909afc8b1
efe1b4b869e3349ca2e5978e6238597cf25c457b
refs/heads/master
2020-04-06T07:26:24.472220
2018-12-17T22:39:43
2018-12-17T22:39:43
157,272,529
0
0
null
null
null
null
UTF-8
C
false
false
3,965
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "hammiekaaz@gmail.com" ]
hammiekaaz@gmail.com
f34aa399dea3865961154a3bbde0f8523ef35e7b
2bbcc3f9d0a3c4a44933f3433aa295b17e70e428
/Software/F28379D_MotorControl_uart_control/device/driverlib/memcfg.h
f3327046f3485da585ceb2310f372dbfda1f9a73
[]
no_license
nimeskan/RobotTankWithCamera
e9e55ad089f9097cdb5f6587dc85628b52404e00
75940bc3d1382677efb730848b510bbb42aa6b23
refs/heads/master
2020-04-08T18:50:22.967192
2018-11-29T08:06:47
2018-11-29T08:06:47
159,627,275
0
0
null
null
null
null
UTF-8
C
false
false
44,343
h
//########################################################################### // // FILE: memcfg.h // // TITLE: C28x RAM config driver. // //########################################################################### // $TI Release: F2837xD Support Library v3.05.00.00 $ // $Release Date: Tue Jun 26 03:15:23 CDT 2018...
[ "nima.eskandari@outlook.com" ]
nima.eskandari@outlook.com
5a0f991c6df1d5adedaf039cb6beddf2a9e2ab87
49780f24a92fcc9a7c855144fb195ae3736bf390
/grlib/src/fonts/fontcmss36i.c
181e7779b9e06bedb833234816a3ef2354fa5566
[]
no_license
PiBoxY/msp430ware
81fb264c86ff1f68f711965b793aa58794ae2f00
7c96db00f97bbfd3119843e18ac895a54b4a6d39
refs/heads/master
2020-04-21T07:29:13.386144
2019-02-06T11:32:42
2019-02-06T11:32:42
169,394,007
2
1
null
null
null
null
UTF-8
C
false
false
24,794
c
/* --COPYRIGHT--,BSD * Copyright (c) 2014, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistributions of source code must retain the ab...
[ "admin@piboxy.com" ]
admin@piboxy.com
7af55a021f44c300be823c3e94d8a1095d59e1e4
0163a4e9aca456035efb81f06edc15e556da0e5a
/aprs/server.c
6bdcb13981f6db72026ecab42e4a0c99cb237cb3
[]
no_license
aaron61591/recomSystem
1787bb20d5a92c3aecd2b432119265c4858dfa02
529eb9d13b575c8a6ba94be6dcfbae0c7daacdbf
refs/heads/master
2020-05-30T10:25:52.230622
2014-04-03T02:49:14
2014-04-03T02:49:14
null
0
0
null
null
null
null
UTF-8
C
false
false
2,098
c
/************************************************************************* > File Name: server.c > Author: Aaron > Mail: Aaron@gmail.com > Created Time: 2014年04月02日 星期三 10时27分58秒 ************************************************************************/ #include <stdio.h> #include <string.h> #include ...
[ "aaron61591@gmail.com" ]
aaron61591@gmail.com
8d88fda91b288ab25e438e21c6c671b90d12f8e1
85e6c062d018c8f2b49b65c8b8627cf07d9a4b12
/STM32 project/校赛飞机题/SYSTEM/usart/usart.c
5287583eb9132bc6a19b354f57fb839c93647637
[]
no_license
KilimiaoSix/Study
400559e1228ab388fcc055835492aac486faeeb1
a406a3e6b811d3b4cd0c016408ba6af2df7dd376
refs/heads/master
2021-09-25T02:39:22.301562
2018-10-17T05:11:34
2018-10-17T05:11:34
153,304,683
0
0
null
null
null
null
GB18030
C
false
false
9,365
c
#include "sys.h" #include "usart.h" #include "main.h" ////////////////////////////////////////////////////////////////////////////////// //如果使用ucos,则包括下面的头文件即可. #if SYSTEM_SUPPORT_OS #include "includes.h" //ucos 使用 #endif ////////////////////////////////////////////////////////////////////////////////// //本...
[ "1048597043@qq.com" ]
1048597043@qq.com
c391b2d36f5167b2c4249663440c5a477b69300a
2356c17714b4625548994dd4dc9789215ee90ac5
/Renesas/src/cg_src/r_cg_sbrk.h
11d3ae836fb61026cc36e7caaadc1de1254e1e44
[]
no_license
caoshiyue/NUEDC2017_Copter
7a0b9f6d0e1e82878daba1d2a2a460e7389e677e
2fdd8dab8e811f63b4f1c244a2f154290ffa400e
refs/heads/master
2021-08-15T02:43:45.440301
2017-11-17T06:46:17
2017-11-17T06:46:17
104,627,522
0
0
null
null
null
null
UTF-8
C
false
false
3,306
h
/*********************************************************************************************************************** * DISCLAIMER * This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products. * No other uses are authorized. This software is owned by Renesas Elect...
[ "caoshiyueKevin@Gmail.com" ]
caoshiyueKevin@Gmail.com
c770f1a663502b7fedb60bfbeabc0606fa8402a8
a11ed4c3ea677a14da1774408fc94bf64113bb70
/0x0E-function_pointers/0-print_name.c
03f05d07abace628a022c51d6782d0a95fbb4fd2
[]
no_license
kinalee/holbertonschool-low_level_programming
2c3f43b0e747626a3b3112bb2f776175ee35d147
e1b7810e75c7c571d5dab8412297745a4e405f8f
refs/heads/master
2021-01-11T01:38:30.371252
2017-04-24T01:33:48
2017-04-24T01:33:48
70,681,263
0
1
null
null
null
null
UTF-8
C
false
false
206
c
/** *print_name - prints a name *@name: name to be printed *@f: function pointer of name printing function * * Return: returns nothing */ void print_name(char *name, void (*f)(char *)) { f(name); }
[ "kina.lee@holbertonschool.com" ]
kina.lee@holbertonschool.com
1cb14d6e5fd1d02b1322f120204379575b649c84
49780f24a92fcc9a7c855144fb195ae3736bf390
/examples/devices/MSP430FR5xx_6xx/MSP430FR5x7x_MSP430FR6x2x_MSP430FR6x7x_Code_Examples/C/msp430fr6x7x_euscib0_i2c_master_multislave.c
085defbdc068d9416573a419432d9eb6cf236954
[]
no_license
PiBoxY/msp430ware
81fb264c86ff1f68f711965b793aa58794ae2f00
7c96db00f97bbfd3119843e18ac895a54b4a6d39
refs/heads/master
2020-04-21T07:29:13.386144
2019-02-06T11:32:42
2019-02-06T11:32:42
169,394,007
2
1
null
null
null
null
UTF-8
C
false
false
7,129
c
/* --COPYRIGHT--,BSD_EX * Copyright (c) 2014, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistributions of source code must retain the above c...
[ "admin@piboxy.com" ]
admin@piboxy.com
9c0a092e2ec3843f3de23b422221539b679131b8
093bf653753a1674072d08a67e5ba9377f56e97b
/TEST/iir_collection/abs2/UPPAAL_source/iir_main_node_r141_r152.c
45241bc613d273f0a9ac5544ef9070c2cc40b539
[]
no_license
HaoxuanLi/COBRAInputGenerator
c589fd82513c925d18b4830ddc79ac25c2bfed08
79ed21614c10fc3ceb8b174326d6ef79d55e5ade
refs/heads/master
2021-01-20T01:56:35.825321
2017-10-13T07:26:13
2017-10-13T07:26:13
89,345,893
0
0
null
null
null
null
UTF-8
C
false
false
553
c
/* Created with COBRA-Framework Export Tool v0.1 Developed by: Thomas Huybrechts - MOSAIC 2016 */ /* Include section */ // Include header files here... /* Forward declaration of functions */ void benchmarkNode(void); int main(void); void benchmarkNode(void) { w = y - *ptr_coeff++ * *ptr_wi1; w -= *ptr_c...
[ "haoxuan.li@uantwerpen.be" ]
haoxuan.li@uantwerpen.be
176299fbe83be7594174422462b1778dbec2f0c3
d08ad7f4a4755e3b7e63ed7520b762fbcf0212b6
/srcs/print_info.c
35cfdd2f886c3f3e1b186e11dee59d25a168b94e
[]
no_license
vkovsh/ft_ls
8335337015835d68a699f89b3a78da7ad5a169f2
88927ce355003b61a9c596ca6a08d664a6adc7f1
refs/heads/master
2020-03-23T18:41:04.283064
2018-10-28T15:31:28
2018-10-28T15:31:28
141,925,300
0
0
null
null
null
null
UTF-8
C
false
false
1,243
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* print_info.c :+: :+: :+: ...
[ "vmukashi7@gmail.com" ]
vmukashi7@gmail.com
86db86f037980b76dc2c58421c422e3f03ecba80
0635abbefef1bfbd23dca12260f1c76279238f61
/q1.c
84fad2eb8d84f279b434e053f861296ecb9486a5
[]
no_license
shwetaarbune/HPC-LAB
09cae37744143df108157b93e7cc9f6249766c78
a2e256c76b662fc41a26a17e10f81eb792c15e0d
refs/heads/master
2023-07-16T18:00:57.875924
2021-09-06T02:51:28
2021-09-06T02:51:28
403,285,844
0
0
null
null
null
null
UTF-8
C
false
false
1,697
c
#include <omp.h> #include <stdio.h> #include <stdlib.h> #define N 100 /* number of rows in matrix A / / number of columns in matrix B */ int main (int argc, char *argv[]) { int tid, nthreads, i, j; double a[N][N], b[N][N], c[N][N]; omp_set_num_threads(8); double time =...
[ "noreply@github.com" ]
shwetaarbune.noreply@github.com
01914c1afc2b4e819aed18246c4d5e7e07070eb0
8a4116746e669e029ff83f4477ad73b2d2caacab
/utils/spi_flash.h
59311fbb2103b1cc1149e4ca893cf4220ab8b8eb
[]
no_license
jsnowboard/EE-445L
e66fb7099fe7f8f88d2e1ced0141b474cbb023aa
ff224d2bcc16556337768de2f47a034d77769244
refs/heads/master
2021-01-21T13:53:39.967202
2016-05-04T15:42:36
2016-05-04T15:42:36
50,359,680
2
1
null
null
null
null
UTF-8
C
false
false
6,931
h
//***************************************************************************** // // spi_flash.h - Prototypes for the SPI flash driver. // // Copyright (c) 2012-2014 Texas Instruments Incorporated. All rights reserved. // Software License Agreement // // Texas Instruments (TI) is supplying this software for u...
[ "TyWinkler@users.noreply.github.com" ]
TyWinkler@users.noreply.github.com
331716958c09526902b74e42912359b2735fb4cb
9cce9e98ed2d8eeda2446f048235d599855f3dab
/Bsp/Src/Key.c
09a6c96b6a27cded7bbef28632391ee92707632c
[]
no_license
Jasons531/Air_Detection
49b7bd1a3368f9ccfd7236f3917703b266963cdf
05d4ff694630fa435db3d0114e1234dc5a0ac133
refs/heads/master
2021-03-25T09:40:39.167622
2020-07-18T15:50:34
2020-07-18T15:50:34
247,605,669
0
2
null
null
null
null
GB18030
C
false
false
5,773
c
/* ************************************************************************************************************** * @file KEY.c * @author Jason * @contact Jason_531@163.com * @version V0.1 * @date 2019/12/15 * @brief KEY处理驱动 ********************************************************************************...
[ "738254743@qq.com" ]
738254743@qq.com
41d107e9e311cd1cdf7a7be865a7734fcfd82180
02a7428cd7c170c85c15d1706d0ec2cf0d79817d
/philo_two/eat.c
c621d1101b8c6b486bd7fd5c592eaa2bdf717b79
[]
no_license
Hamzaelkhatri/Philosophers
947efcb475fc22df32616145b1dbb73a20ec012c
9b54442aecf2826f297904ce738ae970b9340c53
refs/heads/main
2023-04-19T19:44:44.592958
2021-05-20T20:49:34
2021-05-20T20:49:34
340,065,984
1
0
null
null
null
null
UTF-8
C
false
false
550
c
#include "philo.h" void start_eating(t_philo *philo) { print_operation(philo, get_current() - philo->start, 1); philo->last_time_eat = get_current(); philo->done++; usleep(philo->time_to_eat * 1000); } void end_eating(t_philo *philo) { sem_post(philo->forks); sem_post(philo->forks); print_operation(philo, get_...
[ "hamzaelkhatri@gmail.com" ]
hamzaelkhatri@gmail.com
fe65c1aa30a033fa7f413ad4da59ca30bc43a75d
1302ea9d143e0a112d0a0eb14c76bf2a1804a68e
/testprograms/1567.c
03f5e55ab05b34c49184e3054878f033fcf43c49
[]
no_license
tangyixuan01/DIPROM
14d8d582f3c2dec511a58704d231b537f81aa4fb
668ccc49bc170280878cd0310d782f5ea7725fb7
refs/heads/master
2023-06-23T21:03:50.172828
2021-08-05T09:31:09
2021-08-05T09:31:09
390,763,124
1
0
null
null
null
null
UTF-8
C
false
false
2,967
c
#include <stdint.h> #include <stdarg.h> #include <stdlib.h> static int32_t i_0 = 0x84A1FC21; volatile int8_t c_1 = 0x64; int32_t i_2 = 0x4A3C3A10; static volatile uint8_t uc_3 = 0x0; static volatile uint32_t ui_4 = 0xA296B1B5; static volatile int16_t s_5 = 0x0; int16_t s_6 = 0xC2A2; volatile int64_t li_7 = 0x4A1764175A...
[ "1332822759@qq.com" ]
1332822759@qq.com
f3d7b1b3501bf60a26e3da45a4c0340d3111dc0c
5ccaeb278ef69bf41d803f9bf339101c39bf2136
/framework/peripheral/cdac/processor/cdac_p32mz1024efm064.h
642c30985d4b7fec8fa41f6ccc75be48409e245c
[]
no_license
Mytrex/Harmony
6de69d5ebbb8cb7769a9ee7bd0330264c1d6ed3a
32dceb018139e59a12c26044b9f0252d1c0d67c9
refs/heads/master
2021-03-16T09:42:26.915713
2016-11-02T08:25:20
2016-11-02T08:25:20
71,403,438
0
1
null
null
null
null
UTF-8
C
false
false
2,173
h
/* Created by plibgen $Revision: 1.31 $ */ #ifndef _CDAC_P32MZ1024EFM064_H #define _CDAC_P32MZ1024EFM064_H /* Section 1 - Enumerate instances, define constants, VREGs */ #include <xc.h> #include <stdbool.h> #include "peripheral/peripheral_common_32bit.h" /* Default definition used for all API dispatch functions */...
[ "jared@mytrexinc.com" ]
jared@mytrexinc.com
1b08061fb299d5cfe67e3b6df72d91960a75da06
473fc28d466ddbe9758ca49c7d4fb42e7d82586e
/app/src/main/java/com/syd/source/aosp/external/strace/xlat/nl_sock_diag_types.h
246970234382b2550766ef6002fbd32c01a49724
[ "BSD-3-Clause" ]
permissive
lz-purple/Source
a7788070623f2965a8caa3264778f48d17372bab
e2745b756317aac3c7a27a4c10bdfe0921a82a1c
refs/heads/master
2020-12-23T17:03:12.412572
2020-01-31T01:54:37
2020-01-31T01:54:37
237,205,127
4
2
null
null
null
null
UTF-8
C
false
false
910
h
/* Generated by ./xlat/gen.sh from ./xlat/nl_sock_diag_types.in; do not edit. */ #if !(defined(TCPDIAG_GETSOCK) || (defined(HAVE_DECL_TCPDIAG_GETSOCK) && HAVE_DECL_TCPDIAG_GETSOCK)) # define TCPDIAG_GETSOCK 18 #endif #if !(defined(DCCPDIAG_GETSOCK) || (defined(HAVE_DECL_DCCPDIAG_GETSOCK) && HAVE_DECL_DCCPDIAG_GETSOCK))...
[ "997530783@qq.com" ]
997530783@qq.com
a91f10607c43d93b94776e2cec6fb08fdf9f08c9
dfed105fe0e5519b231a87480965548edfd398f3
/Client/src/common/config.h
1459d470b19613174717beb9b7886c717608a64f
[]
no_license
maaooo/liangshi
36e38339652bb95fd95fae253efb55f73c2f1e5b
09711db820d2e0747e98f6542f521bd03d80fdb2
refs/heads/master
2020-03-25T19:31:58.612218
2017-08-19T11:27:10
2017-08-19T11:27:10
null
0
0
null
null
null
null
GB18030
C
false
false
814
h
#pragma once #define BLACKBOARD_BACKGROUND_COLOR 59,60,66 #define MATERIAL_FILE_CURREN_VERSION 5 #define KE_FILE_CURRENT_VERSION 5 #define MATERIAL_FILE_MIN_VERSION 5 #define KE_FILE_MIN_VERSION 5 #define TEACH_CLIENT_VERSION 1 #define DEFAULT_FONT_SIZE 20 #define DEFAULT_LINE_WIDTH 2 #define MAX_ZOOM 1.5 #defin...
[ "overearth@gamil.com" ]
overearth@gamil.com