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
7b5949fb9115d585b9fc31bee147f407023264bd
c92e26c01b86c52d6e685237fdb4f4e94573b8f1
/firmware/robot2011/cpu/usb/common/cdc/CDCDataInterfaceDescriptor.h
eeb6598b31009f8bacb9a7869c24ed4f544f933d
[ "Apache-2.0" ]
permissive
JNeiger/robocup-firmware
9e2d63b38308040d5603244f6b085956bb5bde9d
c1bfd4ba24070eaa4e012fdc88aa468aafcc2e4e
refs/heads/master
2021-01-12T17:55:45.541443
2016-10-09T21:44:35
2016-10-09T21:44:35
71,299,995
0
0
Apache-2.0
2019-11-25T02:18:52
2016-10-18T23:26:26
C++
UTF-8
C
false
false
2,741
h
/* ---------------------------------------------------------------------------- * ATMEL Microcontroller Software Support * ---------------------------------------------------------------------------- * Copyright (c) 2008, Atmel Corporation * * All rights reserved. * * Redistribution and use in source an...
[ "circuitben@gmail.com" ]
circuitben@gmail.com
e0d72e01746b38ef695917cc6d0de8816f7d0f51
130b341c0cba330f683d8ea6162091ed3c2f529b
/svn_pod/sw_stm32/trunk/devices/Tim4_battchgr.h
b3b481a46939c064da5ebf87ecf6e465a124f22d
[ "MIT" ]
permissive
GliderWinchItems/embed
c7ffdd7f94bb600a3de7c240c03a7c41f56d5646
cc72aa7d8208db3871a15e38185e1e125fa7de47
refs/heads/master
2021-06-24T07:02:46.434139
2021-06-18T15:55:22
2021-06-18T15:55:22
75,445,872
1
2
null
null
null
null
UTF-8
C
false
false
745
h
/******************** (C) COPYRIGHT 2012 ************************************** * File Name : Tim4_battchgr.h * Author : deh * Date First Issued : 01/24/2012 * Board : STM32F103VxT6_pod_mm * Description : PWM using TIM4_CH1 (remapped) * Note : For use with 'linear...
[ "dhaselwood@verizon.net" ]
dhaselwood@verizon.net
456adfb2c23126525012ad8dcd2b71b7d0f9545f
2932c64aea50f33a55cf1e79f2086f66e330d8ba
/src/len_vector.c
ae58604c5a13fdfb7290da38ed1a7e550aa14ee7
[]
no_license
udraugr/RTv1
9df36f4d9f92d8a6335a07e69677db781b8496d8
f6a22d88b30f1be1a7830fecfb8040a79d4aa5d1
refs/heads/master
2021-06-29T00:15:48.623863
2021-01-09T17:00:58
2021-01-09T17:00:58
208,822,762
1
0
null
null
null
null
UTF-8
C
false
false
1,092
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* len_vector.c :+: :+: :+: ...
[ "udraugr-@oa-f2.21-school.ru" ]
udraugr-@oa-f2.21-school.ru
d3523b02ece3b2a395e5ca71ab996ed2fdde1ea8
3ed58970dd1219e206fec027ba03c274bf7d521d
/Code/common.h
784ea6722f58173d0cecbd4956f5f7637aa334da
[]
no_license
ksh24865/EXT2_File_System
c0d21d510530e15197c7389d3e89ba796686cfa9
ef5801fd1a656929da9b5bd8e841a915cfdab1c6
refs/heads/master
2022-12-04T07:24:44.514099
2020-08-30T16:01:39
2020-08-30T16:01:39
288,161,511
2
1
null
null
null
null
UTF-8
C
false
false
793
h
#ifndef _COMMON_H_ #define _COMMON_H_ #include <stdio.h> #include <stdlib.h> #include <memory.h> #include "types.h" #ifndef ZeroMemory #define ZeroMemory( a, b ) memset( a, 0, b ) #endif #define PRINTF printf #define SECTOR DWORD #define STRINGIFY(x) #x #define TOSTRING(x) STRING...
[ "gjlee0802@naver.com" ]
gjlee0802@naver.com
0d4374ac787c2c1f77a048d32bda31587aedaac2
ada384d8eb34456cd7cce38bbda6d3a534d44d7b
/6_Language/2_Conversions/30_char/test035.c
a9550065ee190e8870370c238afc6d6ec5f94e4f
[]
no_license
KeiHasegawa/ISO_IEC_9899
4e077e5b74880d460fdb26f265948f337d100275
47cf4a324730861548a876eb89adccb29f9a8293
refs/heads/master
2022-04-26T10:38:54.497856
2022-03-09T05:09:13
2022-03-09T05:09:13
178,567,470
0
0
null
null
null
null
UTF-8
C
false
false
280
c
#include <stdio.h> int main() { char x = 'a'; char y = 'b'; char z = 'c'; printf("x = '%c'\n",x); printf("y = '%c'\n",y); printf("z = '%c'\n",z); y = 510UL; printf("x = '%c'\n",x); printf("y = %d\n",y); printf("z = '%c'\n",z); return 0; }
[ "kei.hasegawa.18@gmail.com" ]
kei.hasegawa.18@gmail.com
cfef4697ee9b8f613255b1f961623fb78344500e
f0a4aa11b6f647ad844a2fc67afeec2ab02149ee
/RCP/PMPDP/codegen/mex/clcDP_tmp/rtwtypes.h
13dc1d2a7a2c867e980c94a48ade799e94dece8a
[]
no_license
asgardkm/DP_PMP
29a1186ce0d8b79c453f8352e9c96d1f6a3002ca
130262e6ccf370d7f4081f9b1bebd960ea4dfd12
refs/heads/master
2021-01-15T12:41:25.478339
2016-07-13T13:50:22
2016-07-13T13:50:22
60,688,143
5
2
null
null
null
null
UTF-8
C
false
false
506
h
/* * 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. * * rtwtypes.h * * Code generation for function 'clcDP_tmp' * */ #ifndef __RTWTYPES_H__ #define __RTWTYPES_H__...
[ "kmarroquin@mail.usf.edu" ]
kmarroquin@mail.usf.edu
94234dc63ea9f88b0e2a41c0c5e6e0bb7a8a29b0
403a5a09f0edb1ca7e2a6003e15b70878c8d2ab6
/lab2_list.c
3158dfeb9122383aa4ae00fcd4555952c147816c
[]
no_license
ShashankVenkat918/MultithreadingWithHashtables
22edb75c04c40a0457ae1942d024fa2ea03fbedb
a1aa8429dd25c4f04ba9d98c1883d81c2dc7b52f
refs/heads/main
2023-07-31T21:47:13.656052
2021-09-23T20:16:39
2021-09-23T20:16:39
409,730,174
0
0
null
null
null
null
UTF-8
C
false
false
13,972
c
/*NAME:SHASHANK VENKAT EMAIL: shashank18@g.ucla.edu ID: 705303381 */ #include <pthread.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <getopt.h> #include <time.h> #include <stdbool.h> #include <string.h> #include <errno.h> #include <sched.h> #include <signal.h> #include "SortedList.h" #define...
[ "noreply@github.com" ]
ShashankVenkat918.noreply@github.com
9656cc892cc929e298bae3e280be09172bd85807
56cc8538afc826e9121b066f4d0a7eeac0285b7e
/IIA-evolutivo/utils.h
6e649f36b6efa10d2ce0f31ba291b67daa55f3e9
[]
no_license
VitorRibeiro25/IIA-evolutivo
ff9154998b2fc4fdc5f21b7b64248172923c4a86
3f2e8ccee734d060d5800715e451e0bbd48dc32e
refs/heads/master
2020-05-18T16:38:05.466310
2015-01-05T11:02:46
2015-01-05T11:02:46
28,808,420
1
0
null
null
null
null
UTF-8
C
false
false
308
h
struct info init_data(char *s, int mat[][2]); pchrom init_pop(struct info d); void print_pop(pchrom pop, struct info d); chrom get_best(pchrom pop, struct info d, chrom best); void write_best(chrom x, struct info d); void init_rand(); int random_l_h(int min, int max); float rand_01(); int flip();
[ "vitor-ribeiro-1995@hotmail.com" ]
vitor-ribeiro-1995@hotmail.com
342564f3c9d197fde77203a7e5f9ea25e02f5ab2
53cb56242170c00e45734fb913dbc6d373485e13
/insert _at_ any_position.c
f8381775efdff28b2e78d79b5c1da00b414c33bf
[]
no_license
project-team123/project_team21
5657d9d0a23fc8f9de362b8dbe47efe2b2a9d270
c68782d45fc07ba00b6fc9c05e7c40ab30701557
refs/heads/main
2023-05-31T05:15:29.879502
2021-06-17T07:49:37
2021-06-17T07:49:37
376,823,184
0
0
null
null
null
null
UTF-8
C
false
false
621
c
void insert_at_any_position(int id, char *name, float degree,int pos) { struct Student *pervious=head; struct Student *newnode = (struct Student *) malloc(sizeof(struct Student)); newnode->id=id; strcpy(newnode->name,name); newnode->degree=degree; newnode->next=NULL; if(pos==0) ...
[ "noreply@github.com" ]
project-team123.noreply@github.com
9e4694321257e3e780c9e7b2121b8ce5443b46ce
76c8eacd6125c9ad9cc5a186e5318ab920c30624
/fs/sdmmcreg.h
05e6ced6b47b57f598af03fe8dc348fe07a1f4ea
[]
no_license
eluancm/sneek
2b1d9024705542ab4c2e68e54bed10e2a787c13f
740ba96d49cd99501d296f801db04500a49a722e
refs/heads/master
2021-09-10T08:43:13.577963
2018-03-23T05:07:35
2018-03-23T05:09:59
125,930,481
4
16
null
2018-03-19T22:51:28
2018-03-19T22:51:27
null
UTF-8
C
false
false
8,858
h
/* $OpenBSD: sdmmcreg.h,v 1.4 2009/01/09 10:55:22 jsg Exp $ */ /* * Copyright (c) 2006 Uwe Stuehler <uwe@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice app...
[ "eggdog@fdb4e6e6-0440-11df-9d25-5dd9327a4d76" ]
eggdog@fdb4e6e6-0440-11df-9d25-5dd9327a4d76
2f2ba1066232b081b7cd97b6d47b18a3b0028182
8c0b055e425cfe6988410e8b566e35311e941969
/2018/March/ChefSell.c
7a690f1ca01bdbab5317bcea25cd6d0233e70f5f
[ "Apache-2.0" ]
permissive
mujahid-ali/codechef
e85de7c19cd49558c272cf51fc49dd83f86c4ff2
36edf757a2ebc77143ba390c05571241469a09cf
refs/heads/master
2020-07-09T18:38:02.077177
2019-08-23T18:32:49
2019-08-23T18:32:49
204,050,604
0
0
null
null
null
null
UTF-8
C
false
false
621
c
#include<stdio.h> int main(){ int t,N,i ; double TLoss,GLoss,Lloss,price,quantity,discount,sp,ip; int arr[3]; scanf("%d",&t); while(t--) { scanf("%d", &N); GLoss = 0.0; TLoss = 0.0; while(N--) { for(i=0;i<3;i++) { scanf("%d", &arr[i]); } price = (double)arr[0]; quantity =...
[ "mujahidali0611@gmail.com" ]
mujahidali0611@gmail.com
25d83edeab24daf7414401a83af4881c58b1b692
6f8c2a214b6a780053d48ec7b32486a352716178
/ECU/W5300_DRIVER/XX.c/w5300_init.c
7da19dae70c657b7caadce7f810da3eee619d13f
[]
no_license
gg415178179/2015
169dc4e2d37f93dd6f71454a1dc6bd8ee59286d2
4b4f54cf6bca8354823602199bfea454691ffb8d
refs/heads/master
2020-05-19T21:23:54.882710
2019-05-06T15:40:03
2019-05-06T15:40:03
185,222,777
0
0
null
null
null
null
GB18030
C
false
false
10,769
c
#include "w5300_init.h" #include "w5300.h" #include "socket.h" #include "delay.h" #include "usart.h" #include "timer.h" #include "sys.h" #include "FRAM.h" CONFIG_MSG ConfigMsg; //配置结构体 EEPROM_MSG_STR EEPROM_MSG; //EEPROM存储信息结构体 ACAE_DATA acae_data; //TCP接收缓存存储信息结构体 STU_DATA stu_data; //继电器保存配置信息存储结构体 TOPCBUF ...
[ "415178179@qqd.com" ]
415178179@qqd.com
b0a10c0c7b129629fa7fdf8d8dd1504940a19793
158d7305d84bc191d1df286274b970d790e98f19
/libft/ft_strlen.c
41d7b59e935edef0c9e02aed385178d5463c4d05
[]
no_license
TRON-N/RayTracer
d8e89d244987b79a6e772dc3c762554258d48d2f
0a21a5808c8958aa703f2fb23e140ed45e726bf3
refs/heads/master
2020-03-26T12:07:08.040512
2018-08-15T19:17:48
2018-08-15T19:17:48
144,876,383
0
1
null
2019-04-01T11:12:24
2018-08-15T16:21:42
C
UTF-8
C
false
false
1,010
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strlen.c :+: :+: :+: ...
[ "leonardvg@me.com" ]
leonardvg@me.com
5ec79ede526e5c6674c00d14864257e641245dfa
25673e50c8bbc5582b9ddead25f5a733915d63fd
/SUSYBSMAnalysis/HSCP/test/UsefulScripts/StabilityCheck/allRunsLanGausLastVersionWithStrip/Run2012C_199000_199999/pictures/HSCPHLTTriggerMuDeDxFilter_Profile_Im.C
12fad71df7dab48ab2af753c69640327c798ed4f
[]
no_license
telenz/StabilityCode
9c8417647b4a755c3e55417ac10a95e04e00a366
00db6b9f2e4bbfc4a80d2f901cbb78f119cbc57d
refs/heads/master
2021-03-12T23:19:38.070585
2014-09-23T09:06:19
2014-09-23T09:06:19
null
0
0
null
null
null
null
UTF-8
C
false
false
14,063
c
{ //=========Macro generated from canvas: c1/c1 //========= (Thu Aug 21 21:07:57 2014) by ROOT version5.32/00 TCanvas *c1 = new TCanvas("c1", "c1",0,0,600,600); gStyle->SetOptFit(1); gStyle->SetOptTitle(0); c1->Range(0,0,1,1); c1->SetFillColor(0); c1->SetBorderMode(0); c1->SetBorderSize(2); c1-...
[ "teresa.lenz@desy.de" ]
teresa.lenz@desy.de
274f756dfc6c4298a46186dc1518187664f25a0e
eaf3ee4a6ed2b68123c4dfd398286dc4f2fc4599
/Exer8/sorting algos/punayArray.c
f7f045b9feef6d16436365f9931ded5a055e3f02
[]
no_license
henrymatids/CpE324-Data-Struct-
98941389745418fce165ae4b02e7de0f97a25b25
13a40176d2dc8bdec3eabfee93f60d2e327a8749
refs/heads/master
2020-12-14T07:31:56.027263
2016-03-18T11:14:58
2016-03-18T11:14:58
null
0
0
null
null
null
null
UTF-8
C
false
false
2,904
c
#include <stdio.h> void menu(); void insertRear(int array[], char input, int *count); void display(int array[], int count); void shellsort(int arr[], int num); void merge(int arr[],int min,int mid,int max); void part(int arr[],int min,int max); int input; int array[50]; int choice, count, elements, digits, index=0; ...
[ "henrymatids@gmail.com" ]
henrymatids@gmail.com
accd5e914d01c47318a5b114461f47738a6f626e
06fd88fabd2d5a4b60fdf6bfe482b3a66659c4f0
/KodyZrodlowe/Rozdzial2/Newton3d/_2_wahadla_czerwone_ladne_dziala/view.h
c85fd864d5ac10c03bc5413ad4e8eca9ba71e7c4
[]
no_license
maciejmatyka/sykofi2
c86c69af1b3695369d913248f2d4bda894aee93f
8b99f043b746ae13eddf61c3e18bf9bae7e6c83f
refs/heads/master
2020-12-29T09:12:51.010213
2020-10-29T12:22:49
2020-10-29T12:22:49
238,549,217
15
1
null
null
null
null
UTF-8
C
false
false
419
h
#include "kolizje.h" #ifndef __I_VIEW_H_ #define __I_VIEW_H_ extern int szer,wys; extern float xmin,xmax,ymin,ymax,zmin,zmax; extern Punkt *KorzenPunktow; extern Sprezyna *KorzenSprezyn; extern Obszar *KorzenObszarow; extern Wektor Graw; void idle(void); void Reshape(int width, int hei...
[ "maciej.matyka@gmail.com" ]
maciej.matyka@gmail.com
35d35870a1d44a715563abd971e43a3c673b1d4b
65eda420a8d95a023060dbf54989ca6887e9737a
/atlasBuild/src/blas/gemm/KERNEL/ATL_cupKBmm52_4_1_b1.c
9dcb1dd70a5f5eeaf6d735612cd34aaf26adc4aa
[]
no_license
ApostaC/sc17
91789164cdf334d0b821082625c7959333720290
0c6c5ec9194a3ea2b91973dd405eb679b3e6e31b
refs/heads/master
2020-12-02T22:08:09.557024
2017-09-07T14:21:43
2017-09-07T14:21:43
96,066,822
0
0
null
null
null
null
UTF-8
C
false
false
100,669
c
#define ATL_USERMM ATL_cupKBmm52_4_1_b1 #define ATL_USERMM_b1 ATL_cupKBmm52_4_1_b1 #define ATL_USERMM_bn1 ATL_cupKBmm52_4_1_bn1 #define ATL_USERMM_b0 ATL_cupKBmm52_4_1_b0 #define ATL_USERMM_bX ATL_cupKBmm52_4_1_bX #define BETA1 #define SCPLX #define MB 80 #define NB 80 #define KB 52 #define MBMB 6400 #define NBNB 640...
[ "Aposta@pku.edu.cn" ]
Aposta@pku.edu.cn
d0f79b0f0df68a0bcc89a1aad654fbf138fc6baa
816d7250959fe5035ac28664b6e07452e7dc239d
/Project2/hardwaretimer.h
e380a0dc627bc3f47d2355116f64ea47849a01e1
[]
no_license
matiasSanabria/lp3
61245086804e6bea95eb7a8c8852d789446a3933
0c61d628fd4a25ebb47336ef2b8e3259dbb4716d
refs/heads/master
2021-01-19T00:17:31.960812
2017-04-04T04:55:10
2017-04-04T04:55:10
87,148,896
0
0
null
null
null
null
UTF-8
C
false
false
126
h
#include <signal.h> int catchsetup(void (*handler)(void)); void sethardwaretimer(long interval); void waitforinterrupt(void);
[ "matt31sanabria@gmail.com" ]
matt31sanabria@gmail.com
55032b2a6635eeb8e34a2a5dc5391584dbbaf453
fdf2ee36bfd0e2ad74e4f08971c01f25cf56eebe
/node2/inc/buffer.h
1f5457100de8a3cb32a5a73a8a1e4ffafd8cb0f7
[]
no_license
hotdog2016/ln_node
fca32aa4d06c11b5b7f22fd50fb67fdb8bebda26
86a7c53c2db529a758d5b6bfad8db0a481fe53df
refs/heads/master
2022-06-22T03:15:44.159970
2020-05-07T12:59:59
2020-05-07T12:59:59
262,051,571
0
0
null
null
null
null
UTF-8
C
false
false
2,422
h
/***************************************************************** TELE_MANAGE.h file 主要功能:与报文循环缓冲队列相关的变量定义及函数声明 创建时间:2013.7.31 *****************************************************************/ #ifndef __TELE_MANAGE_H__ #define __TELE_MANAGE_H__ /*-----------------------------------------...
[ "yujinxing2013@126.com" ]
yujinxing2013@126.com
bbd4037014b96298cab23e83c3df9d044c880dd2
fc6c7db82a1b7b395d181687ec1004827ccf426e
/ft_itoa.c
83548b3595db1d26a916be13d777fbebfbb03799
[]
no_license
andreidumitras/Libft
37964c402cf0de752a109a08f0098a751ac0dc42
580b66112e65282d167aa6a98c78166518a3de4e
refs/heads/main
2023-03-27T05:18:47.448617
2021-03-19T17:30:03
2021-03-19T17:30:03
349,500,246
0
0
null
null
null
null
UTF-8
C
false
false
1,442
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_itoa.c :+: :+: :+: ...
[ "andreei.dumitras@gmail.com" ]
andreei.dumitras@gmail.com
8fdd592bb5820a06468881e06edda0174c242088
c331ad4afed5caf0e9e0dc5f204e3b1c2a27e116
/Motor.h
daaa76139391fcffa95dc99fd10832639ae1777f
[]
no_license
HaleKonopka/WindowWasherRobot
1867a01a7de13922a17c1463562dd45b0c5308ff
9bc458375a29f9ae18ad6ad17e944f4902357700
refs/heads/master
2021-01-14T19:27:04.666353
2020-05-06T23:31:41
2020-05-06T23:31:51
242,729,064
0
0
null
null
null
null
UTF-8
C
false
false
1,572
h
#ifndef MOTOR_H #define MOTOR_H #include <Encoder.h> #include "PIDControl.h" #define ENCODER_TICKS_PER_REV (64 * 50) // 64 ticks per rev plus reduction #define DIST_PER_REV 3.14 // 1 inch diameter spool #define SPOOL_RAD 0.0127 // spool radius in meters #define MOTOR_SIZE_AVG_VEL 1...
[ "gdellagrotte@gmail.com" ]
gdellagrotte@gmail.com
1c09d8af4b69beb44264902cf76ec9a8cab9cd7c
4bd68e3a1f4d78bff43c2caef47396e0bb4cf180
/sbin/disklabel/disklabel.c
c9b720cfdb2b3b50936044f8a8c777c7e6b12cf2
[]
no_license
ao-kenji/NetBSD-pc98
1cf62dc272508130e82e9513a9ce2aa02e7e63ed
78d492b8be41dc0555ac8bef66fc491e86f9343d
refs/heads/master
2021-03-12T20:32:15.329693
2015-01-19T14:47:44
2015-01-19T14:47:44
29,475,200
1
0
null
null
null
null
UTF-8
C
false
false
47,629
c
/* $NecBSD: disklabel.c,v 1.21 1999/08/05 02:58:45 kmatsuda Exp $ */ /* $NetBSD: disklabel.c,v 1.63.2.5 1999/06/22 14:37:43 perry Exp $ */ #ifndef ORIGINAL_CODE /* * [NetBSD for NEC PC-98 series] * Copyright (c) 1994, 1995, 1996, 1997, 1998, 1999 * NetBSD/pc98 porting staff. All rights reserved. */ #endif /* PC-9...
[ "aoyama@nk-home.net" ]
aoyama@nk-home.net
bd03dba9225f724a17601d249c77d6af1ced6709
b5ff7267f2e37c61fc2e19ff79a8d168e30ba796
/1st/0111.c
b546e391bad53aa3b0c7e3b42eaaf95073671cb6
[]
no_license
yulianjie/c
3fe10091223b8825c64b6a354e08b6b48f6479d5
d76a7e68f692386ede63827c1e6ed59fd64e9b25
refs/heads/master
2023-04-21T03:20:52.835793
2018-12-23T15:43:25
2018-12-23T15:43:25
null
0
0
null
null
null
null
UTF-8
C
false
false
112
c
#include <stdio.h> main() { int init=2,result; printf("The result is %d,%d\n",result=init+8,(result,init)); }
[ "34149758+jackyu0915@users.noreply.github.com" ]
34149758+jackyu0915@users.noreply.github.com
2e996abcc582634e6012f82f2d68f22acc9f4725
b71b8bd385c207dffda39d96c7bee5f2ccce946c
/testcases/CWE191_Integer_Underflow/s04/CWE191_Integer_Underflow__int_listen_socket_postdec_02.c
75e337541b0107daeeea16398f60417ad7eb3c36
[]
no_license
Sporknugget/Juliet_prep
e9bda84a30bdc7938bafe338b4ab2e361449eda5
97d8922244d3d79b62496ede4636199837e8b971
refs/heads/master
2023-05-05T14:41:30.243718
2021-05-25T16:18:13
2021-05-25T16:18:13
369,334,230
0
0
null
null
null
null
UTF-8
C
false
false
11,427
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE191_Integer_Underflow__int_listen_socket_postdec_02.c Label Definition File: CWE191_Integer_Underflow__int.label.xml Template File: sources-sinks-02.tmpl.c */ /* * @description * CWE: 191 Integer Underflow * BadSource: listen_socket Read data using a listen socket (se...
[ "jaredzap@rams.colostate.edu" ]
jaredzap@rams.colostate.edu
04280381ca9a6dbf768c24367d4896bd10f38345
8d183cdb54c54304efa2a088f7d0908e7e4f7a3c
/battleship/EIFGENs/battleship/W_code/C21/ev1637.c
9ff11692120e65b61ebc84cdc22d5810f50202a2
[]
no_license
mzlatkin/battleship
d5dbc9433bd44df04bf643759d63610e1c653e64
76dd92ee0a5b7c428cff497d2cf69caa920685ce
refs/heads/master
2021-07-04T04:14:07.995855
2020-09-23T18:20:35
2020-09-23T18:20:35
178,740,165
0
1
null
null
null
null
UTF-8
C
false
false
158,236
c
/* * Code for class EV_RICH_TEXT */ #include "eif_eiffel.h" #include "../E1/estructure.h" #ifdef __cplusplus extern "C" { #endif extern EIF_TYPED_VALUE F1637_18563(EIF_REFERENCE, EIF_TYPED_VALUE); extern EIF_TYPED_VALUE F1637_18564(EIF_REFERENCE); extern EIF_TYPED_VALUE F1637_18565(EIF_REFERENCE, EIF_TYPED_VALUE)...
[ "mzlatkin@elltechnologies.com" ]
mzlatkin@elltechnologies.com
105c7988a524e48c06975d40756053c581f587c7
4ee22684984486ae7d005ef8aaf78b3da4cf76ab
/src_c/application/writeEstimateFile.c
728905aa75374731b09a3d92a15fe8ec79ca8c9d
[ "MIT" ]
permissive
wjacoud/MultiPharma
cad1bc40bb7e8dbe56029faaa0fd588ade16a4ea
970aef7483e61fe85c272ea7e57c2abd1ada9dd5
refs/heads/main
2023-09-01T10:19:15.000735
2021-11-11T17:52:31
2021-11-11T17:52:31
427,091,782
0
0
null
null
null
null
UTF-8
C
false
false
435
c
#include "writeEstimateFile.h" /** * Creates file and returns 1 if successful, saving the file pointer in the global variable fptr. * Otherwise returns 0. */ FILE* createFile(char* filePath) { FILE *fp; if ((fp = fopen(filePath, "w")) == NULL) { printf("Error! Problem creating file\n"); } r...
[ "67070076+wjacoud@users.noreply.github.com" ]
67070076+wjacoud@users.noreply.github.com
82262af068c1d0331733f312ca490c6018ccefd6
3bae1e0391ab877c0ddfbdfbf392a2c5965d1669
/test/betik/c4/f1.c
6ca6ad7c5614d1ac87a98abbb03a946fc913b59c
[]
no_license
cocreature/rvt
36f6e2a153b3f398bd997ebeccdec38ca6259241
b9dc17b21a87b5b93326376117401c3011bb4fa3
refs/heads/master
2021-01-11T16:14:54.732076
2017-08-28T19:18:54
2017-08-28T19:18:54
80,048,732
0
1
null
2017-01-25T19:20:46
2017-01-25T19:20:46
null
UTF-8
C
false
false
200
c
enum E_t { First = 1, Second = 2}; int f(enum E_t); int main() { enum E_t v = First; return f(v); } int f(enum E_t x) { switch(x) { case First: return f(Second); default: return 1; } }
[ "smaorus@gmail.com" ]
smaorus@gmail.com
004199356d490226c49b62590f7231dbdfe9b01c
77e6499afbca493da5fc2816baf283b340b63360
/1/lesson1.c
082d724e521b501eac762521426f494b273a3147
[]
no_license
Ad1n/algs_and_data_structs
561eec23518f6d562b7c086e7b6d4646b9964872
33a138d572f1120405f267e62c0cdcdc45ad0936
refs/heads/master
2023-04-13T20:02:54.753234
2021-04-13T19:43:58
2021-04-13T19:43:58
346,788,637
0
0
null
null
null
null
UTF-8
C
false
false
91
c
#include <stdio.h> int main(int argc, const char * argv[]) { printf("Hello world\n"); }
[ "shevtsovav@bk.ru" ]
shevtsovav@bk.ru
1fa5fbbd3653ccc3a18c770a9021cdcc5250a014
e7eab21e275c19b082b46160d38422ee7b694a4a
/Jacquette_Pierrick_TP4/src/mesureTime.c
02332aeb6923e62ff0320fb0f7f5277211c84388
[]
no_license
PierrickJACQUETTE/InfoEmbarque
93075b5eaacff6a5715f2e8960498002139fbcfd
c77284eea81e7cd8a454edf681153996bcd330ca
refs/heads/master
2021-08-22T21:44:35.213829
2017-12-01T10:00:49
2017-12-01T10:00:49
111,568,624
1
0
null
null
null
null
UTF-8
C
false
false
4,132
c
// JACQUETTE Pierrick Tp4 #include "mesureTime.h" int fisrtPrint = 1; /** * Permet de creer la structure * @param chrono l'adresse où là stocker */ void* createStructTime(struct time* chrono){ chrono = (struct time*) malloc(sizeof(struct time)); if( chrono == NULL){ fprintf(stderr, "Error malloc stru...
[ "pierrick.jacquette@etu.univ-paris-diderot.fr" ]
pierrick.jacquette@etu.univ-paris-diderot.fr
f088be7d75570086d04490a1fefd2a139aab7f9a
9b65b4354dec35072459742ae415922ee3b4c7e5
/include/hardware/hwcomposer.h
f5deb3eebb2ef4975320a8bc378ead72d8e901b9
[]
no_license
akhroman/android_device_huawei_viva
f90392e873eae934175e5ebd2cbaa297bb6e6d9d
ef38506f187f2692d2909c8999fc908f5a5fb79b
refs/heads/master
2022-04-30T06:57:04.810615
2014-11-27T11:28:51
2014-11-27T11:28:51
null
0
0
null
null
null
null
UTF-8
C
false
false
31,115
h
/* * Copyright (C) 2010 The Android Open Source Project * * 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 law or...
[ "romich1320@yahoo.com" ]
romich1320@yahoo.com
7b4f7516ec2975056261fd6069973c7cff4e56b4
74666f4cd727372cd260ac29c9eeb2cc4e6eaf0d
/STM32Cube_FW_L0/Projects/STM32L053C8-Discovery/Examples/LPTIM/LPTIM_PWM_LSE/Src/stm32l0xx_hal_msp.c
d13f89c1fcde32986329e9dd46d75ec272ce4a13
[ "BSD-2-Clause" ]
permissive
caseymillsdavis/STM32CubeL0
e33558588b4c38cd514b1fb6419369170ff6f825
c49c4c75ee330bf1129f8fa7e61ece25b74604ca
refs/heads/master
2021-01-09T05:27:51.272838
2017-02-02T22:06:38
2017-02-02T22:06:38
80,771,233
1
0
null
2017-02-02T22:06:38
2017-02-02T21:38:34
C
UTF-8
C
false
false
4,899
c
/** ****************************************************************************** * @file LPTIM/LPTIM_PWM_LSE/Src/stm32l0xx_hal_msp.c * @author MCD Application Team * @version V1.8.0 * @date 25-November-2016 * @brief HAL MSP module. * @verbatim ==============================...
[ "casey@nestlabs.com" ]
casey@nestlabs.com
3676d6e9e779e3d59d2db531c81d1f64ece06315
c136468bac19b0363313abacb9e80829f085592d
/North/FM_Single/src/AppSw/Tricore/APP/LQ_UART_Bluetooth.h
e57d3c5049269eb694badc547bedbb28d3533b8a
[]
no_license
IFpop/SmartCar-Beacon
e1cb32d481a536314a5f58166ff376ae0430fedc
01b9d79bfac2c1c18f207d74a8818a19e27e125b
refs/heads/master
2022-11-29T04:48:19.451343
2020-08-07T08:28:17
2020-08-07T08:28:17
216,961,681
3
0
null
null
null
null
GB18030
C
false
false
1,136
h
/*LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL 【平 台】北京龙邱智能科技TC264DA核心板 【编 写】ZYF/chiusir 【E-mail 】chiusir@163.com 【软件版本】V1.1 版权所有,单位使用请先联系授权 【最后更新】2020年4月10日 【相关信息参考下列地址】 【网 站】http://www.lqist.cn 【淘宝店铺】http://longqiu.taobao.com ------------------------------------------------ 【dev.e...
[ "965529474@qq.com" ]
965529474@qq.com
055c51e6c1e3bcb83bebaadd92e6bcf7aac031d1
62fca7aa07094bea44aea3f781576f3448590e8c
/The First Person/Temp/StagingArea/Data/il2cppOutput/t1624MD.h
196eb1c9d6ab42e2a2d63dd0f50c6155968d079c
[]
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
725
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> struct t1624; struct t751; struct t740; #include "codegen/il2cpp-codegen.h" extern "C" void m9738 (t1624 * __this, const MethodInfo* method)...
[ "ream@uwec.edu" ]
ream@uwec.edu
757ddb91c1adb12c15a8ae8550a9794e70985d0c
04b021cb3fd6274a80ed322775fd4bc14cf161ea
/chefg/main.c
8f38c14056e51947d9ee7ea5e04935897c54d054
[]
no_license
ashishcas/programs
f402c82fdac1aefca2db123db2391c441acf333d
fbfd90fa06b36346033b63e33619af34b9e9caf1
refs/heads/master
2020-03-17T13:53:40.676577
2019-08-20T15:54:04
2019-08-20T15:54:04
133,649,020
0
0
null
null
null
null
UTF-8
C
false
false
156
c
#include <stdio.h> int main(void) { char a[10]; int b,c; while(1) { gets(a); scanf("%d%d",&b,&c); if(a == 'add') printf("%d",b+c); } }
[ "chilukaashish@gmail.com" ]
chilukaashish@gmail.com
0c5713c6777696b9d8099b6931864ab6fde19290
a3bfc65beac50d4068f2a258afce5dbd143b0d01
/ft_return_largest.c
12deeea073e0af9358dafe2771f3171cce6cf651
[]
no_license
ysasayiCPT/ignore
7eebeed7dc64430fc9ad4e5987a9d8e84fe9d3cf
4ec1efa18bec3ef678bb442b4e236987435064e3
refs/heads/master
2022-11-17T04:08:04.232194
2020-07-16T20:19:53
2020-07-16T20:19:53
280,242,450
0
0
null
null
null
null
UTF-8
C
false
false
329
c
#include<stdio.h> int ft_return_largest(int* n); int main() { int numbers[] = {12,3,99,2,32,33,52}; printf("the largest of all: %d", ft_return_largest(numbers)); return 0; } int ft_return_largest(int* n) { int i =0; int keeper = n[0]; while(i<7) { if(n[i] > keeper) { keeper = n[i]; } i++; } return k...
[ "ysasayi@student.wethinkcode" ]
ysasayi@student.wethinkcode
cc6d2c57caeb0933e520e5a1a24724d9d2c04c9c
e387b702bf03df0b86793bdfd31443208a85603a
/14151219_柳寅_4_6.c
374e3f374f4207f6cc0f460bdb22cfe7675eabe7
[]
no_license
2015CLanguage/homework3
9c55daeab2effbf1c6077a3fa79871855cc99dc4
4aece9dc5539d8fc237211c4b7b881d870117d76
refs/heads/master
2021-01-01T19:52:10.664330
2015-06-23T00:21:12
2015-06-23T00:21:12
33,063,553
1
0
null
null
null
null
UTF-8
C
false
false
234
c
#include <stdio.h> int main() {float x,y; printf("输入x:"); scanf("%f",&x); if(x<1) {y=x; printf("y=x=%f\n",y);} if(1<=x<10) {y=2*x-1; printf("y=2*x-1=%f\n",y);} if(x>=10) {y=3*x-11; printf("y=3*x-11=%f\n",y);} return 0; }
[ "buaa_2015_c@163.com" ]
buaa_2015_c@163.com
77241a55374269566d2afd07895db82a46368418
08bf7a28b823ba05d1d34b7dbf9ed85c998e3ecb
/ESP/ESP Servidor Web.c
b1394d01595b9e64a882d55b76eb888646e41ed4
[]
no_license
RELL9030/Firmware-Electronica
0871ea501137d2fff1b4b0643930df67182ba9b0
f2683f3a1c61b49c517e314354b0a3f07771f5d0
refs/heads/master
2023-07-03T07:14:17.973049
2021-08-08T03:28:26
2021-08-08T03:28:26
396,912,807
1
0
null
2021-08-16T18:04:59
2021-08-16T18:04:59
null
UTF-8
C
false
false
1,507
c
//HTTP WebClient #include <ESP8266WiFi.h> const char* ssid = "yourssid"; const char* password = "yourpassword"; const char* host = "www.adafruit.com"; void setup() { Serial.begin(115200); delay(100); //Empezamos mediante la conexión a una red Wi-Fi Serial.println(); Serial.println(); Serial.print("Connect...
[ "SebastianC@exo.local" ]
SebastianC@exo.local
e5686d4f5246d82107c1cf2a578bb6b71b7b5794
89ba3383eb181168f45bacb4466f2900b26fe4ad
/getpow_read.c
afa5152d86b014a4c413079cb5f685dac75f46fa
[]
no_license
JIANXINXIAOQINGMING/getpow
c3e6e411508dc995735e57ab23b6e4f9c275082a
eb1d519c8b90f8cf598ae541db1f5de1b79aa904
refs/heads/master
2021-01-06T08:42:37.569089
2020-01-16T10:39:32
2020-01-16T10:39:32
241,265,332
0
0
null
null
null
null
UTF-8
C
false
false
1,015
c
#include <stdio.h> #include <stdint.h> #include <stdlib.h> #include <fcntl.h> #include <unistd.h> #include <sys/mman.h> #include "getpow_read.h" #include "address.h" int register_read(uint32_t addr) { volatile uint32_t re_value; /*打开mem的这个虚拟设备*/ int fd; fd = open("/dev/mem", (O_RDONLY | O_SYNC)); i...
[ "879826382@qq.com" ]
879826382@qq.com
c92f8e8588897acd9eda82f926b9f7ac248d8be2
8110a0b44e2a9896aad1366a48f6198009f42d9c
/Dungeon Escape/Version des Abschlusprojektes/debugging_Methoden.h
2c2b3b147bd77ea6eabc16ef621c11c7147b9508
[]
no_license
StellarByteStudios/Dungeon-Escape
d891dbff315bcf3839eb069d3fd7010f4292bf88
3907c61ec9f5ffcbcb0af6b80bb459c9024c63f2
refs/heads/main
2023-07-19T14:50:55.627857
2021-09-09T12:39:38
2021-09-09T12:39:38
404,245,394
0
0
null
null
null
null
UTF-8
C
false
false
464
h
// Verhindern, das der header mehrfach eingebunden wird #ifndef debugging_Methoden_h #define debugging_Methoden_h #include <stdio.h> #include <stdlib.h> #include "my_structs.h" #include "entity_management.h" #include "grid_management.h" void debug_entity(Entity* ent, char name[]); void debug_level_streams(FILE* outp...
[ "krollmann.carsten@gmail.com" ]
krollmann.carsten@gmail.com
24c83bc9115e561a2af446dd3fa048cb00cc0a4d
dcbb0174cef26164c1749661c5ac3ff45ef338ee
/os-truth/c/c06/practice/reg7.c
644c2dac4cd81c704e3ce1520574f598849e21e5
[]
no_license
huloves/kernel
ea699dd122d66538b725cd0d5d9e2619e6971763
918e2bfed022733148c7e768234d6ba06914f1ad
refs/heads/master
2022-03-08T07:36:20.095085
2022-02-18T09:56:51
2022-02-18T09:56:51
234,358,664
2
0
null
null
null
null
UTF-8
C
false
false
313
c
#include <stdio.h> void main() { int ret_cnt = 0, test = 0; char* fmt = "hello world\n"; asm("pushl %1; \ call printf; \ addl $4,%%esp; \ movl $6,%2" \ :"=a"(ret_cnt) :"m"(fmt),"r"(test) \ ); printf("the number of byte written is %d\n", ret_cnt); }
[ "17791627852@163.com" ]
17791627852@163.com
933f90444bbf73b1dfcb02b3f5bb433b4443f7b7
ac362bb8969d647cd219430bc71c831d894e531c
/sys/dev/acpi/acpi_apm.c
9cc28a874f74b20252c1b48aa29157d21ff6dd47
[]
no_license
noud/mouse-bsd-4.0.1
efb3b16fcc872ab227e6bb651cf1e836796a0804
4c0a1e08df407a759afac2d6a98507df94f5f814
refs/heads/master
2023-02-24T23:42:54.060718
2020-08-16T20:10:53
2020-08-16T20:10:53
334,536,412
0
0
null
null
null
null
UTF-8
C
false
false
11,811
c
/* $NetBSD: acpi_apm.c,v 1.8.2.1 2007/10/29 19:47:12 pavel Exp $ */ /*- * Copyright (c) 2006 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Christos Zoulas and by Jared McNeill. * * Redistribution and use in source and binary f...
[ "mouse@Rodents-Montreal.ORG" ]
mouse@Rodents-Montreal.ORG
ace49acf800cdb92afd586b872c91f9273bea79a
27bcd5c9ded70102540c0ccd03f3e2b281dbf58c
/mudlib/d/keroon/keroon/mercado/keroon_197.c
4c0e07fa3fc3630eb1cd4f7ddaab7bd17450ca6f
[]
no_license
unleashed/ninetears
57fdc71fd651b3ff95e5e7c14b0566729584e006
4edd22c75e3fa99be4b5820300491c6b62e06085
refs/heads/master
2020-07-14T04:25:56.302027
2019-08-29T18:46:57
2019-08-29T18:46:57
205,225,438
1
0
null
null
null
null
UTF-8
C
false
false
478
c
// Made by Thalos 01/04/02 // Mercado #include "../../path.h" inherit MERCADO+"mercado.c"; void setup() { base_desc(); set_exit_color("cyan"); set_short("%^BOLD%^BLUE%^Ciudad de %^BLACK%^Keroon%^RED%^: Mercado%^RESET%^"); long_desc_mercado(); add_clone(MERCADONPCS+"bixos_mercado.c",random(5)); ad...
[ "amr@redhat.com" ]
amr@redhat.com
2e74af26f2c02ac8fec8363d28251b53aafaac5c
47028907c74d4111b507b97d69bda88f6a495364
/wpa_supplicant/p2p_supplicant.c
974e3e0ed176a7b26057b04a360275f3a08f8b4d
[ "BSD-3-Clause" ]
permissive
swchen44/hostapd-mirror
0e9002ce962106a38333e774c66e12107e4448ca
862efcdf2f64092dd8653c939d43e63cade34048
refs/heads/master
2020-12-30T01:08:07.027273
2020-02-06T23:51:40
2020-02-06T23:51:40
238,807,304
0
0
null
null
null
null
UTF-8
C
false
false
280,542
c
/* * wpa_supplicant - P2P * Copyright (c) 2009-2010, Atheros Communications * Copyright (c) 2010-2014, Jouni Malinen <j@w1.fi> * * This software may be distributed under the terms of the BSD license. * See README for more details. */ #include "includes.h" #include "common.h" #include "eloop.h" #include "common...
[ "j@w1.fi" ]
j@w1.fi
2c2323e9a842efae43851de2a1ac1769cd36dc9d
181a90095cfae44a2f08841ea40df262d10cbb37
/TWO WAY UART/main.c
130506f71c3046493312803965077fad404a63b2
[]
no_license
shadababe04/BARE-METAL
72b3703f08ee3229ad08990a457ed092a1803f50
41956bbe1a0e16a6d9381770b12feaad25d22bd0
refs/heads/master
2022-09-01T01:03:46.965384
2020-05-28T17:31:59
2020-05-28T17:31:59
null
0
0
null
null
null
null
UTF-8
C
false
false
1,770
c
#include "stm32l4xx.h" // Device header #include<stdio.h> void USART2_Init(void); int USART2_write(int ch); int USART2_read(void); int main(void) { int n; char str[100]; USART2_Init(); printf("HELLO FROM OTHER SIDE\r\n"); fprintf(stdout," test for stdout\r\n"); fprintf(stderr,"test ...
[ "noreply@github.com" ]
shadababe04.noreply@github.com
c23d4f321f45ae074c38b9e7fc3dc6802a5c21a9
ece30e7058d8bd42bc13c54560228bd7add50358
/DataCollector/mozilla/xulrunner-sdk/include/nss/nssbase.h
4e14d3b9605fe7d68d891747c220507cfe7036bd
[ "Apache-2.0" ]
permissive
andrasigneczi/TravelOptimizer
b0fe4d53f6494d40ba4e8b98cc293cb5451542ee
b08805f97f0823fd28975a36db67193386aceb22
refs/heads/master
2022-07-22T02:07:32.619451
2018-12-03T13:58:21
2018-12-03T13:58:21
53,926,539
1
0
Apache-2.0
2022-07-06T20:05:38
2016-03-15T08:16:59
C++
UTF-8
C
false
false
6,893
h
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef NSSBASE_H #define NSSBASE_H /* * nssbase.h * * This header file contains the prototypes of the basic p...
[ "andras.igneczi@doclerholding.com" ]
andras.igneczi@doclerholding.com
f897dcaab269a1b7dfab61ff433a03c4022ec7ad
916d2e9e42feb5c2673fdf9bdae5304469c09f7e
/System/Library/PrivateFrameworks/IOSurface.framework/IOSurface-Symbols.h
73c7834bbaebcf641dfeb2a4cb1b6bd5dc168b53
[]
no_license
panweiguozhou/iOS9-SpringBoard-Headers
407c2055503009a9becbf3a5e4ff5ff833f16675
a11be523d5644a178614585ff57f9638300c2cc0
refs/heads/master
2021-01-21T09:38:31.473668
2015-11-23T04:19:47
2015-11-23T04:19:47
null
0
0
null
null
null
null
UTF-8
C
false
false
9,915
h
_IOSurfaceAcceleratorAbortCaptures _IOSurfaceAcceleratorAbortTransfers _IOSurfaceAcceleratorBlitSurface _IOSurfaceAcceleratorBlitSurfaceWithSwap _IOSurfaceAcceleratorCaptureSurface _IOSurfaceAcceleratorConditionalTransferSurfaceWithSwap _IOSurfaceAcceleratorConfigurePerformanceStats _IOSurfaceAcceleratorCreate _IOSurfa...
[ "admin@cpdigitaldarkroom.com" ]
admin@cpdigitaldarkroom.com
3baf3ca0c10a897f106170351df1125102e4f871
5761fa9f6e50bf4d868cf672591ad3ee5a2cb1e3
/src/MODN/MODN.c
fca20db4d5d4f61a20a30b82c4391d68b64a0ae8
[]
no_license
lex-debug/M-Robot
e1a0a3b8cad8ea026024b5510ad48bbaf01a5bd7
e98c76a489921816091430530f731f8996bc8d87
refs/heads/master
2022-11-14T23:19:08.053730
2020-06-29T11:32:10
2020-06-29T11:32:10
275,800,808
0
0
null
2020-06-29T11:56:53
2020-06-29T11:56:52
null
UTF-8
C
false
false
2,439
c
/*********************************************/ /* Include Header */ /*********************************************/ /* Standard C header */ #include <math.h> /* Microchip Peripheral Library */ /* ROBOCON Library */ /* Internal Header */ #include "MODN.h" /******************************...
[ "ameranas24@outlook.com" ]
ameranas24@outlook.com
ff42ed3312066ab5f8d9923748251ff8b566ad2a
5792b184e71a9de7779e0bd21b6833f8ddfdb4b5
/sysvr4/svr4/lib/libcrypt/des_crypt.c
6e3f92d2ea7e1ee68f75d805956518182c49509a
[]
no_license
ryanwoodsmall/oldsysv
1637a3e62bb1b9426a224e832f44a46f1e1a31d4
e68293af91e2dc39f5f29c20d7e429f9e0cabc75
refs/heads/master
2020-03-30T06:06:30.495611
2018-09-29T09:04:59
2018-09-29T09:04:59
150,839,670
7
0
null
null
null
null
UTF-8
C
false
false
6,974
c
/* Copyright (c) 1990 UNIX System Laboratories, Inc. */ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ /* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF */ /* UNIX System Laboratories, Inc. */ /* The copyright notice above does not evidence any */ /* actual or intended publica...
[ "rwoodsmall@gmail.com" ]
rwoodsmall@gmail.com
e204929ab3e87b7aa99d24ad347dde727ce3ef78
97b267ae022e5d4d432a607ebc4d82ad4a4c43af
/Example/Pods/Headers/Public/LPDOpenSSL/openssl/ts.h
bbcaf84d489d6d8116ef3c48b4acf7ade5c7ea76
[ "MIT" ]
permissive
CNKCQ/LPDOpenSSL
bd53f51cf0db5775eb458462eacce364ac9169ce
a2d36ae957f9a8c8d7b0548316f9837d5e34eecd
refs/heads/master
2020-03-28T01:56:41.632428
2018-09-05T12:44:06
2018-09-05T12:44:06
147,534,445
1
0
null
null
null
null
UTF-8
C
false
false
49
h
../../../../../../LPDOpenSSL/include/openssl/ts.h
[ "chengquan.wang@ele.me" ]
chengquan.wang@ele.me
006d1768f2fa009a5d8d5417995801416e792ac9
421cd2af1ceb6ae0ce60a1a319a73c9c26861085
/0x03-more_functions_nested_loops/1-isdigit.c
4b5ee2ccd3ce56864315d29e64aed1d417aed394
[]
no_license
Hillmonkey/holbertonschool-low_level_programming
f9f5fa4ad88be731f557a919efe5da5ba27e5a72
1a489fa80134c8c26a64b123910a1af28c008445
refs/heads/master
2020-04-05T11:00:49.131292
2018-02-20T09:11:47
2018-02-20T09:11:47
81,396,610
0
1
null
null
null
null
UTF-8
C
false
false
234
c
#include "holberton.h" /** * _isdigit - test char for digit == TRUE * @c: int value to be tested * Return: 1 if c is digit * 0 otherwise */ int _isdigit(int c) { if (c >= '0' && c <= '9') return (1); else return (0); }
[ "lmadeo76@gmail.com" ]
lmadeo76@gmail.com
292274c2fe3bc95b663e38953d555bb3b4d82f46
d8f75d5c81343f75d4b44f2af99e2f417f387ce0
/Core/Src/stm32h7xx_it.c
0b22ca406c10f9ca17c608c1074a53b7e253bb94
[ "MIT" ]
permissive
DrRaphael/ART-PI-TEMPLATES
096ba853559d6852a86e10b805fc2631ed354e01
a4fab89d2a6c722f58c8e608998bdc522799e03c
refs/heads/main
2023-03-04T10:18:51.744237
2021-02-20T12:22:38
2021-02-20T12:22:38
337,065,143
1
0
null
null
null
null
UTF-8
C
false
false
5,732
c
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file stm32h7xx_it.c * @brief Interrupt Service Routines. ****************************************************************************** * @attention * * <h2><center>&copy; Copyright (c) ...
[ "Raphael@yiqizou.top" ]
Raphael@yiqizou.top
a65171a31f0040943b61341cdb053cb1ab5986ce
54f352a242a8ad6ff5516703e91da61e08d9a9e6
/Source Codes/AtCoder/abc002/A/4733544.c
191e0a15b02b0ff71ea11f9188b681ff827d5f4a
[]
no_license
Kawser-nerd/CLCDSA
5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb
aee32551795763b54acb26856ab239370cac4e75
refs/heads/master
2022-02-09T11:08:56.588303
2022-01-26T18:53:40
2022-01-26T18:53:40
211,783,197
23
9
null
null
null
null
WINDOWS-1250
C
false
false
331
c
#include <stdio.h> int main(){ int i,j; scanf("%d %d",&i,&j); if(i>j) printf("%d\n",i); else printf("%d\n",j); return 0; } ./Main.c: In function ‘main’: ./Main.c:5:4: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result] scanf("%d %d",&i,&j); ...
[ "kwnafi@yahoo.com" ]
kwnafi@yahoo.com
e9208925f7d885e090ce93508f91599dede2d2a9
59dc5d428e102bf72eb7245dbbe7a47a66728378
/common/state/ViewCurveAttributes.C
76f19fc8d0723c3d88ac14f51ac6201756f9c0e5
[]
no_license
HarinarayanKrishnan/VisIt26RC_Trunk
6716769694d1a309f994056209171f67e5131642
581a0825d81169572b48dd80c1946131c03d0858
refs/heads/master
2016-09-06T07:14:00.094983
2013-05-15T14:36:48
2013-05-15T14:36:48
7,009,345
1
0
null
null
null
null
UTF-8
C
false
false
22,902
c
/***************************************************************************** * * Copyright (c) 2000 - 2012, Lawrence Livermore National Security, LLC * Produced at the Lawrence Livermore National Laboratory * LLNL-CODE-442911 * All rights reserved. * * This file is part of VisIt. For details, see https://visit.llnl...
[ "brugger@18c085ea-50e0-402c-830e-de6fd14e8384" ]
brugger@18c085ea-50e0-402c-830e-de6fd14e8384
511c58c5865abd6b484fff0cf3151ee848003fc6
c425afb8bb6b182168fd4c3a46c9b334f4740e60
/clone/armor/yin-erhuan.c
a4d460463f12d566a62d468183c48bd0e8d1620f
[]
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
618
c
#include <armor.h> #include <ansi.h> inherit EARRING; void create() { set_name(NOR + WHT "银耳环" NOR, ({ "yin erhuan", "yin", "erhuan" })); set_weight(100); /*if (clonep()) set_default_object(__FILE__); else*/ { set("unit", "副"); se...
[ "i@oiuv.cn" ]
i@oiuv.cn
408de07687f2db493fb11cda3f0bdaa7222ea1dd
14aa8ec24a7d499b60fdff03bb6b44a0ef3ee494
/glclock/glclock/glut.h
271ebcf22285ec0675091f7a829bae2ef69f4f66
[]
no_license
romovpa/machgraphics
7751019afdd2cada8e1133006d851559acd3fb06
da4b71f398c5832b440a7e4f5a481b9d928e853b
refs/heads/master
2016-08-03T23:52:11.566290
2011-11-19T15:19:52
2011-11-19T15:19:52
2,410,103
0
1
null
null
null
null
UTF-8
C
false
false
101
h
// GLUT header wrapper #ifdef __APPLE_CC__ #include <GLUT/glut.h> #else #include <GL/glut.h> #endif
[ "peter@romov.ru" ]
peter@romov.ru
ee8b762f8c7881ae29f9bebfd627f826f35f106d
e3a185398ebe860ee41111f11b09f8f24cdac70c
/main.h
43db62b68e6e755ec328372ffaf178e638a00490
[]
no_license
simonst-onge/P1_POWER
c1f9d3444584ceb97cac885f8c414801a0197af4
441e9a0ac6826c98249023577a7d8dc8c9820f6a
refs/heads/master
2022-11-21T03:43:41.363969
2020-06-24T16:43:00
2020-06-24T16:43:00
274,700,779
0
0
null
null
null
null
MacCentralEurope
C
false
false
7,490
h
/******************************************************************************* MPLAB Harmony Application Header File Company: Microchip Technology Inc. File Name: main.h Summary: This header file provides prototypes and definitions for the application. Description: This head...
[ "noreply@github.com" ]
simonst-onge.noreply@github.com
67afe61440182bc4fb13d889cceb7f58f789029d
387168ad894a81e418d4a80f2fea89a5a53715e8
/bsp/nrf52832/nRF5_SDK_13.0.0_04a0bfd/components/drivers_nrf/timer/nrf_drv_timer.h
8d8cba05435cbf4e9f69486583d533d0edf53083
[ "Apache-2.0", "LicenseRef-scancode-generic-cla" ]
permissive
XBurst/RT-Thread-XBurst
697eb85130e38af92d717836cc34ee5d1d4f2f77
47fe0fce16f562a0c9b1c9c32803419a87286002
refs/heads/master
2020-04-20T12:23:37.510908
2019-07-20T16:16:45
2019-07-20T17:31:13
168,842,151
5
10
Apache-2.0
2020-03-08T12:14:27
2019-02-02T14:51:42
C
UTF-8
C
false
false
15,477
h
/** * Copyright (c) 2015 - 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,...
[ "xieyangrun@smartcomma.com" ]
xieyangrun@smartcomma.com
19654e724f150d113d4f4ca9ed5035c7159e08e6
cba31e03dc3d385218e8791a4f2fe2b28d6df742
/Loris Communication Protocol/include/correct-sse.h
9372f1958ccb37492e57e843956919c0a1692e23
[ "MIT" ]
permissive
DalhousieSpaceSystemsLab/CubeSat-Communication-Protocol
7e5a923dd1e796dddb368292982dc9cb221b78c3
8b372f68d067574b57f4c67f178f97d5ecd6a6d5
refs/heads/master
2022-07-12T07:23:02.338466
2022-04-08T09:51:03
2022-04-08T09:51:03
211,985,213
1
1
MIT
2022-04-08T09:51:04
2019-10-01T00:43:46
C
UTF-8
C
false
false
1,295
h
#ifndef CORRECT_SSE_H #define CORRECT_SSE_H #include <correct.h> struct correct_convolutional_sse; typedef struct correct_convolutional_sse correct_convolutional_sse; /* SSE versions of libcorrect's convolutional encoder/decoder. * These instances should not be used with the non-sse functions, * and non-sse instanc...
[ "github@alexamellal.com" ]
github@alexamellal.com
770e538875af85b9f278c96398fc6394347c5d73
2ebd45663097134475b1bc18b6f1a95db27646b5
/skeletons/CoMD/src/haloExchange.c
16e4e555922794474becbf88cfde399613f4d0bb
[ "BSD-3-Clause" ]
permissive
pfaizian/sst-macro
234aa72c0d5272b85c77e4f4e125c404079c3a7e
1921350f15a09b0a3eef72c02aee7c11f4a28b11
refs/heads/master
2020-07-24T12:31:16.554354
2020-06-11T22:10:01
2020-06-11T22:10:01
207,928,108
0
0
null
2019-09-12T00:03:56
2019-09-12T00:03:56
null
UTF-8
C
false
false
26,368
c
/// \file /// Communicate halo data such as "ghost" atoms with neighboring tasks. /// In addition to ghost atoms, the EAM potential also needs to exchange /// some force information. Hence this file implements both an atom /// exchange and a force exchange, each with slightly different /// properties due to their diff...
[ "jjwilke@sandia.gov" ]
jjwilke@sandia.gov
be46f7fe17dd2ee1b77e9e4cf320b9c5990a1d71
6572d03b34f3f8608a7bce7b486edff618a63e9e
/src/09/demo/qsort.c
5ed683d20858a883c47b8eae9e7a96f1a311c735
[]
no_license
zshengzhe/learn_c
d9163ebfe0d21fbcd8c1625b56c66f5628c0b822
4b027e5ccf803ca1522360879b13dce75438aeac
refs/heads/master
2023-07-17T06:17:15.598128
2021-08-31T14:35:08
2021-08-31T14:35:08
401,735,540
0
0
null
null
null
null
UTF-8
C
false
false
1,074
c
/** * Created by Linus Zhang on 2021/8/2. */ #include <stdio.h> #define N 10 void quicksort(int a[], int low, int high); int split(int a[], int low, int high); int main(void) { int a[N], i; printf("Enter %d numbers to be sorted: ", N); for (i = 0; i < N; i++) scanf("%d", &a[i]); quickso...
[ "shengzhe.zhang@ximalaya.com" ]
shengzhe.zhang@ximalaya.com
5570a5839e3b459be71512866ba2d920af82c7ff
38090364040b67ff9fad4f4e33fd5b7dafb0ba72
/src/overlays/actors/ovl_Obj_Ghaka/z_obj_ghaka.c
73aa848a2b758ce1506a9752c66ae7b63900f730
[]
no_license
PCRom/mm
f8497938e9aef52970aad41c0995c9b3cccac548
eaf682dc0596a6b12bab32b2498657ecd38b0895
refs/heads/master
2023-05-30T13:05:19.791067
2023-05-04T04:43:27
2023-05-04T04:43:27
261,541,733
0
0
null
2020-05-05T17:39:49
2020-05-05T17:39:48
null
UTF-8
C
false
false
6,630
c
/* * File: z_obj_ghaka.c * Overlay: ovl_Obj_Ghaka * Description: Darmani's Gravestone */ #include "z_obj_ghaka.h" #include "objects/object_ghaka/object_ghaka.h" #define FLAGS (ACTOR_FLAG_1 | ACTOR_FLAG_8 | ACTOR_FLAG_20) #define THIS ((ObjGhaka*)thisx) void ObjGhaka_Init(Actor* thisx, PlayState* play); void Obj...
[ "noreply@github.com" ]
PCRom.noreply@github.com
f2cdd923c34176779aa4765749566696abb487f8
ef0545ec5398215a03a50406193b14b359b44cd8
/P5/isim/mip_tb_isim_beh.exe.sim/work/m_00000000003239812738_3232891280.c
77fbdce8e021e824e23b0b0a0ce3682b7b1daeb0
[]
no_license
Lazy-i/PCOZ
eb65b070a188441880059d63869f424e73f26931
13bac15a1218bf9e67402ed1f08e91fc7e4db2d3
refs/heads/master
2022-11-22T06:54:43.770205
2020-07-12T14:33:20
2020-07-12T14:33:20
279,077,350
0
0
null
null
null
null
UTF-8
C
false
false
69,767
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "55023805+Lazy-i@users.noreply.github.com" ]
55023805+Lazy-i@users.noreply.github.com
c1d07fe0777404a9a2a9f521847c53d7df856dee
e73547787354afd9b717ea57fe8dd0695d161821
/include/mapfs/mac_04_hit.h
1fb76954dd53d0912691b144cd65de14cde70488
[]
no_license
pmret/papermario
8b514b19653cef8d6145e47499b3636b8c474a37
9774b26d93f1045dd2a67e502b6efc9599fb6c31
refs/heads/main
2023-08-31T07:09:48.951514
2023-08-21T18:07:08
2023-08-21T18:07:08
287,151,133
904
139
null
2023-09-14T02:44:23
2020-08-13T01:22:57
C
UTF-8
C
false
false
3,435
h
#define COLLIDER_Root 0x4F #define COLLIDER_kame 0x4E #define COLLIDER_deilite 0x4D #define COLLIDER_o422 0x4C #define COLLIDER_souko 0x4B #define COLLIDER_deili_sk 0x4A #define COLLIDER_deilit_sku 0x49 #define COLLIDER_deilit_sk 0x48 #define COLLIDER...
[ "noreply@github.com" ]
pmret.noreply@github.com
682e8147375213456ddc84ecf39fe16c0575cb5a
fb2402740fce5082291b8fa6a0a20bebf4750418
/hackerrank/day-9-recursion.c
8e821eee148861f85237a0a6c3591bd5ab57f501
[]
no_license
tdwong/leetcode
4e9b2323f5e8c7766fe7f0bd73543410718dead4
93aa582986fd7e95839d52ebecacb65859f0a6e6
refs/heads/master
2020-07-25T22:41:28.730152
2017-03-08T07:35:01
2017-03-08T07:35:01
73,647,897
0
0
null
null
null
null
UTF-8
C
false
false
1,075
c
//https://www.hackerrank.com/challenges/30-recursion /* # Day 9: Recursion # # Task # # Write a factorial function that takes a positive integer, N as a parameter and prints the result of N! (N factorial). # # Note: If you fail to use recursion or fail to name your recursive function factorial or Factorial,...
[ "tdwong@yahoo.com" ]
tdwong@yahoo.com
0db1c4988d9ad1d32d137c7241acd50e7ff662c2
5792b184e71a9de7779e0bd21b6833f8ddfdb4b5
/sysvr4/svr4/cmd/sdb/cfront/scratch/src/norm2..c
5dde73cfaa3658b830b517d71310658b85a029d3
[]
no_license
ryanwoodsmall/oldsysv
1637a3e62bb1b9426a224e832f44a46f1e1a31d4
e68293af91e2dc39f5f29c20d7e429f9e0cabc75
refs/heads/master
2020-03-30T06:06:30.495611
2018-09-29T09:04:59
2018-09-29T09:04:59
150,839,670
7
0
null
null
null
null
UTF-8
C
false
false
44,728
c
/* Copyright (c) 1990 UNIX System Laboratories, Inc. */ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ /* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF */ /* UNIX System Laboratories, Inc. */ /* The copyright notice above does not evidence any */ /* actual or intended publica...
[ "rwoodsmall@gmail.com" ]
rwoodsmall@gmail.com
d7521de0e02d7ecd7afb9869f76ff8a9c5e95e35
ceb1edfb161aecd405507d51f456636b078987bc
/remote_Firmware_F103 V1.3_魔改版/HARDWARE/src/key.c
a84342bf5b98468f9f7560ee5956286afb2d1a44
[]
no_license
west-1406/minifly-client-python
b579ef564387cd5f63a67ecb5f9a9d6eb3bb27d9
f8f07c9cd2942457aea7e3e4aa975fb9b14e9386
refs/heads/main
2023-03-20T05:23:54.195301
2021-03-23T10:32:25
2021-03-23T10:32:25
null
0
0
null
null
null
null
GB18030
C
false
false
1,823
c
#include "stm32f10x.h" #include "key.h" #include "delay.h" /******************************************************************************** * 本程序只供学习使用,未经作者许可,不得用于其它任何用途 * ALIENTEK MiniFly_Remotor * 按键驱动代码 * 正点原子@ALIENTEK * 技术论坛:www.openedv.com * 创建日期:2018/6/1 * 版本:V1.0 * 版权所有,盗版必究。 * Copyright(C) 广州市星翼电子科...
[ "977516585@qq.com" ]
977516585@qq.com
a1b200a5e91cd0a68ea934ed52cb86b86b79f0e7
7a478ef9efd0c3b4424c5f2f3a17fede7bb95254
/Classes/Native/mscorlib_System_Diagnostics_StackFrame.h
6c2450a7df56112c6ca592c0396f7b7b2d80ab8d
[]
no_license
Marcurion/test2
dfe1bfd3cc50fa24a76cd88f74b52c2c8f9096e5
37425035a4db1084b4b03154b16d6cac90c2e31b
refs/heads/master
2021-01-10T17:01:21.212134
2015-11-26T10:32:37
2015-11-26T10:32:37
46,919,935
0
0
null
null
null
null
UTF-8
C
false
false
929
h
#pragma once #include <stdint.h> // System.Reflection.MethodBase struct MethodBase_t383; // System.String struct String_t; // System.Object #include "mscorlib_System_Object.h" // System.Diagnostics.StackFrame struct StackFrame_t382 : public Object_t { // System.Int32 System.Diagnostics.StackFrame::ilOffs...
[ "marcurion@googlemail.com" ]
marcurion@googlemail.com
8748747e33fafc4a8242d4dedc966e8063bf174a
0a659038c4ba7046b47acc2236cc8e743ee2475e
/RTOS_Projects/blinky_rtos_flash/device_support/F2837xD_headers/include/F2837xD_epwm.h
51ef4422b4ac4071fb652d21f3224ef3d279d7e3
[]
no_license
hangcui1201/DSP_TI_TMS320F28379D
4891b86155c31d3f014da297cb45dd75e823b1a0
f8b3d16800fda4b8609d8fd1b0250cc6acb9ccb7
refs/heads/master
2020-11-27T22:42:07.071010
2020-01-19T03:16:04
2020-01-19T03:16:04
229,629,176
2
2
null
2020-03-07T10:00:27
2019-12-22T20:49:25
C
UTF-8
C
false
false
60,484
h
//########################################################################### // // FILE: F2837xD_epwm.h // // TITLE: EPWM Register Definitions. // //########################################################################### // $TI Release: F2837xD Support Library v3.06.00.00 $ // $Release Date: Mon May 27 06:48:...
[ "37420029+hangcui1201@users.noreply.github.com" ]
37420029+hangcui1201@users.noreply.github.com
7a07696ae0319b2a9b37d02d7b15d1dc672c554e
a9365633edec7de93cd7526d3bd1f8bc29b148f8
/DATE_2019_Benchmarks/ESS/ess.h
4e45b221b29c8e03969543480d1bc4cd9939bb4e
[ "BSD-2-Clause" ]
permissive
PRETgroup/ssann
bf25f0bd5b80c4749ed08ebaf59c8e15d06df336
e67288c0c39d3ac5789c76e02d54f9495b521440
refs/heads/master
2020-03-28T19:20:00.460737
2018-09-16T06:10:36
2018-09-16T06:10:36
148,965,600
0
0
null
null
null
null
UTF-8
C
false
false
423
h
#pragma once #include "system.h" EVSystem * init(int day, float soc, int pinc, int dinc); float getFuturePrice(); float getPreviousDemand(); void runQLayer1(float future_price, float future_demand, float price, float demand, float SoC); void runQLayer2(); float getBatteryWatts(float demandKWHThisTick); float syst...
[ "ktmonadjem@gmail.com" ]
ktmonadjem@gmail.com
c1b5a4948fd323085e447103560b6ebe41eaea10
83214753e9183327e98af0e6768e9be5385e5282
/d/xiyou/sea/obj/dragonstaff.c
563223d0caaa88d9da67324dda815c564f836e39
[]
no_license
MudRen/hymud
f5b3bb0e0232f23a48cb5f1db2e34f08be99614e
b9433df6cf48e936b07252b15b60806ff55bb2f3
refs/heads/main
2023-04-04T22:44:23.880558
2021-04-07T15:45:16
2021-04-07T15:45:16
318,484,633
1
5
null
null
null
null
GB18030
C
false
false
654
c
#include <weapon.h> inherit STAFF; void create() { set_name("龙头杖", ({ "dragon staff", "staff" })); set_weight(8000); if( clonep() ) set_default_object(__FILE__); else { set("unit", "条"); set("long", "一条又粗又长的铁杖,上有一龙头,周围镶著六个铜环。\n"); ...
[ "i@oiuv.cn" ]
i@oiuv.cn
1c7f989960bf78f377575908ff6be1d90a632836
39f88ebc755adf0b88db123ea113246a53d547e5
/AAI_CPU/isim/Top_SCPU_IOBUS_App_isim_beh.exe.sim/work/m_00000000003378182455_4150605514.c
897141a1d3c8f78f2602b2c0309198dde71e34ed
[]
no_license
lucas95123/ZPC_MIPS
a750f9c58913610c8cbca6ba07af2d1c5f523197
184d793d749a8ff424010ded050ed19ff29df58e
refs/heads/master
2021-01-10T07:36:57.407277
2015-12-03T16:47:49
2015-12-03T16:47:49
45,015,110
1
1
null
null
null
null
UTF-8
C
false
false
2,248
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "1245554637@qq.com" ]
1245554637@qq.com
318eb37119910a0f801dda5fca8b567e9f409a75
202bbc35b672ebda80f7295a7793995d5d877206
/ScubaSteve/Builds/IOS/Classes/Native/mscorlib_System_Array_InternalEnumerator_1_gen_328MethodDeclarations.h
bf01946aa79d6f0c50cd309871322dacbb3b373a
[]
no_license
gohun04/ScubaSteve
c2388d677c77b374fccb62c0e8cce4740d06ca50
2428e54e97238f48f67652a8dd982e1f6821e7e0
refs/heads/master
2021-01-01T16:00:07.055501
2015-04-25T09:07:26
2015-04-25T09:07:26
34,557,070
0
0
null
null
null
null
UTF-8
C
false
false
1,808
h
#pragma once // System.Array/InternalEnumerator`1<UnityEngine.UI.GraphicRaycaster> struct InternalEnumerator_1_t4327; // System.Object struct Object_t; // UnityEngine.UI.GraphicRaycaster struct GraphicRaycaster_t741; // System.Array struct Array_t; // System.Void System.Array/InternalEnumerator`1<UnityEngine.UI.Grap...
[ "jacobpipers@msn.com" ]
jacobpipers@msn.com
ce84fd99f31b0affaf2c83a20c93872a5152ffb1
8cc4c39d16d18f2f7fae86fc7806590dbbacd11e
/xv6-public/types.h
1382a68790cbf1e9c3ddee38ccb89ea3f993e668
[ "MIT" ]
permissive
anatamy/ELE3021-operating-system
74ed23a56a145cdc6961889d91b5dfb957954295
c03d85b05399d03ba1fc1b7de95a3daddcf2ec31
refs/heads/master
2022-01-17T14:38:10.498069
2019-06-23T18:30:02
2019-06-23T18:30:02
null
0
0
null
null
null
null
UTF-8
C
false
false
140
h
typedef unsigned int uint; typedef unsigned short ushort; typedef unsigned char uchar; typedef uint pde_t; typedef uint thread_t; // HW3
[ "hkko@hcil.snu.ac.kr" ]
hkko@hcil.snu.ac.kr
cce74d56e969c7226df9dda5d4d5e0558f71bc65
7de9bf74c67bcb7e7a8c888c919ed5c433be2410
/src-noline/duktape.c
f69e37ab24a3378b6810fd1e69686c27f2289593
[]
no_license
UsmanKhan0392/Duktape
96609139914b29ce4d98852da484f43f495d3757
f103f6fd03692c3263b589cbabc3a5f528ba9185
refs/heads/master
2020-03-27T15:42:00.610140
2018-08-30T10:37:08
2018-08-30T10:37:08
146,733,561
1
0
null
2018-08-30T10:37:09
2018-08-30T10:24:56
null
UTF-8
C
false
false
3,510,470
c
/* * Single source autogenerated distributable for Duktape 2.2.1. * * Git commit 25420e773c5fbc50d5b46bf487fc45717e35b94f (v2.2.1). * Git branch v2.2-maintenance. * * See Duktape AUTHORS.rst and LICENSE.txt for copyright and * licensing information. */ /* LICENSE.txt */ /* * =============== * Duktape li...
[ "uskh@4mwirelesspk.local" ]
uskh@4mwirelesspk.local
94a160316e7da8f46b868c67d6891390666ef064
a6c84fd6b83bdee0498a0dc2caaed26d7e19e161
/dependencies/kernel_bypass_stack/netmap_vale.c
f15cd2cae65d44fd2a0a00a5ca6ec1045dd352dd
[]
no_license
networkedsystemsIITB/libVNF
357c16831883f1131e8cf888f734d5c78294f4a5
8bd651e99f1492446deaa9a193908a6f01328a1e
refs/heads/master
2021-06-05T02:36:47.832493
2020-10-12T12:56:09
2020-10-12T12:56:09
186,754,985
14
7
null
null
null
null
UTF-8
C
false
false
88,174
c
//#include <netinet/in.h> /* * Copyright (C) 2013-2016 Universita` di Pisa * 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 copy...
[ "ppnaik@cse.iitb.ac.in" ]
ppnaik@cse.iitb.ac.in
dfd59bb30e9dc6e2b12a21ad572a146c87cc7dd1
aec2c20ef80ca6a7588c3e1bd877f23ffeb65692
/Anul I/Programare/Tema 3/tema3.c
2c02a0425e757d6707f84bcc1cb4f3c90fe9fde0
[]
no_license
lavandalia/Teme-Poli-Calculatoare
15cf707515a6c9618444586d38ef1ddc9e9ecefc
317849ad19189480f91fa66ff003009d18f73aad
refs/heads/master
2020-05-16T21:23:23.235094
2017-05-21T22:15:40
2017-05-21T22:15:40
null
0
0
null
null
null
null
UTF-8
C
false
false
5,303
c
// Ivanica Gabriel 313CA - Tema 3 #include<stdio.h> #include<string.h> #include<stdlib.h> /* Functia ord() va ordona descrescator secventele de biti in functie de numarul de aparitii al acestora Functia primeste 3 parametri : **secv - adresa blocului de memorie unde sunt retinute secventele de biti *aparitii - ve...
[ "gabriel.ivanica@gmail.com" ]
gabriel.ivanica@gmail.com
d5615c95f1a48a0fdf533071be18807350cefa6a
06fa719fca6b4380dc5d22aa7e65071d0fca673b
/Main/Source/signal.c
07150b4bceebc4f4bacb82256e666d8933c63cf1
[]
no_license
totsucom/WirelessSerial
9493b0519441d3a2711b5236f3124debcb47a111
a3555c9d4aa9f276398591214438cd3214d671ca
refs/heads/master
2020-09-13T20:06:23.935963
2019-12-11T12:32:58
2019-12-11T12:32:58
222,890,429
0
0
null
null
null
null
UTF-8
C
false
false
5,727
c
#include "basicio.h" #include "main.h" #include "signal.h" #define TICK_VALUE (1000 / TICK_COUNT) //参照するグローバル変数 extern bool_t g_bHwFlowControl; extern bool_t g_bTxProtectMode; extern bool_t g_bRxProtectMode; //シグナルの状態とOFFタイミングを管理 static bool_t m_bRadioTx; static int16_t m_i16RadioTxOff; static bool_t m...
[ "maeoka8bit@gmail.com" ]
maeoka8bit@gmail.com
17d79c3e3c426e6d9a30b663b14bb2af50c6ecb4
54cc09785120a46adecba7ed885f1c58002ad410
/GetELFLinenos/main.c
a78ed6ba2b84b457f1133d8925df525ce6a94059
[]
no_license
bdolgov/pract
3b55baae3442de6708ee610145fe49f6dab25d31
ab40118640962c4e52e7714c0712aedd003060ce
refs/heads/master
2020-04-26T04:55:04.067268
2012-12-17T09:13:22
2012-12-17T09:13:22
null
0
0
null
null
null
null
UTF-8
C
false
false
655
c
#include "elf_common.h" #include "stab_common.h" #include <stdio.h> int main(int argc, char** argv) { ElfFile* f = elf_open(argv[1]); stabinfo_t *s = stab_load(f); if (!s) { printf("No debug info"); return 0; } char* addr; while (scanf("%x", (unsigned int*)&addr) == 1) { stab_line_t *r = stab_find(s, (ch...
[ "boris@dolgov.name" ]
boris@dolgov.name
842c525d0f509242410dfc45deab15507a35b8dd
06635fdca876c5f7278f783720fef5fa98ca0b04
/EM Benchmark/Calendar/2.2-ROR-Calendar (2)/Calendar.c
f74cecbe77fe8672b42b1ff16f639cbd39513697
[]
no_license
subanigo/EM-Benchmark
26fb29965fd9b8bf820ea29764ee547980c60f8f
0d0ec8dd35c84ac4f7af77bf6aa66e81ce02a0d8
refs/heads/main
2023-06-01T10:06:41.316544
2021-06-12T13:59:17
2021-06-12T13:59:17
376,301,316
0
0
null
null
null
null
UTF-8
C
false
false
4,124
c
/*This program prints a calendar for a year specified. The user enters a year for the calendar and the programs automatically prints the calendar in text format. The codes are: day_code (0 = Sun, 1 = Mon, etc.) leap_year (0 = no leap year, 1 = leap year) */ #include <stdio.h> #incl...
[ "tianshuchupin@163.com" ]
tianshuchupin@163.com
18677c52abd961fc0453b9aa8de6ae56e2afd34d
8f2d62522cff632902e44388e8ee76ea642d51b0
/ASN1C/SystemInformationBlockType2.c
a641c854ddd00d25516d3208c2aae82a9953b6a5
[]
no_license
basiljoseph/3GPP_LTE_RRC_Decoder
1f7004a914f2ec6fef32f486dec5fe899a024937
8ecb798a1a0a57708a3a02751c8af0e8b6d6d403
refs/heads/master
2022-07-30T06:59:24.830695
2020-09-13T13:10:29
2020-09-13T13:10:29
295,153,838
0
0
null
null
null
null
UTF-8
C
false
false
17,625
c
/* * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "EUTRA-RRC-Definitions" * found in "36331-ac0.asn" * `asn1c -fcompound-names -gen-PER` */ #include "SystemInformationBlockType2.h" static int ul_Bandwidth_10_constraint(asn_TYPE_descriptor_t *td, const void *sptr, asn_app_constrai...
[ "basil.joseph@outlook.com" ]
basil.joseph@outlook.com
fdde6922df0427794f7451d2f50ff8036ea31802
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14287/function14287_schedule_33/function14287_schedule_33_wrapper.h
5fe84437d4878c6d39a872ad3e0818f82e085efe
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C
false
false
474
h
#ifndef HALIDE__generated_function14287_schedule_33_h #define HALIDE__generated_function14287_schedule_33_h #include <tiramisu/utils.h> #ifdef __cplusplus extern "C" { #endif int function14287_schedule_33(halide_buffer_t *buf00, halide_buffer_t *buf01, halide_buffer_t *buf02, halide_buffer_t *buf03, halide_buffer_t ...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
1ab915f5db273b584227bf4bb5540db758ab3178
786b77a8a49e213180352c79c95bccd9cea0f5b8
/lib/asn1c/nr_rrc/MeasResultList2NR-r16.h
b617a2dd064239034d1fc124c05dd3f1adf9b31a
[ "Apache-2.0" ]
permissive
ziseputi/free5GRAN
b593c45d757812c01423d8c91d877a67826407ce
2e8d4004342a53e8dcd4081b18798f2f06838134
refs/heads/master
2023-02-15T11:33:14.940984
2021-01-12T15:53:27
2021-01-12T15:53:27
null
0
0
null
null
null
null
UTF-8
C
false
false
1,158
h
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NR-RRC-Definitions" * found in "NR-RRC-Definitions.asn" * `asn1c -fcompound-names -no-gen-example -pdu=all` */ #ifndef _MeasResultList2NR_r16_H_ #define _MeasResultList2NR_r16_H_ #include "asn_application.h" /* Including external ...
[ "aymeric@dejavel.fr" ]
aymeric@dejavel.fr
6c73f8e7444db1a7b6af1dfa97b37b085fd1c00e
a81e7caced8acf85794520b0816c52445acab3b2
/Mercearia do Ambrosio.c
93dc163ffef49cb0a037bb3ef5051268fa631c2e
[]
no_license
VicAlexandre/Estudos_Programacao_C
1145810d16073d5dd1a4b0ad74854f8f13fb8063
9a8fae6403f8306c2aaa726629f25b0aa98ac94d
refs/heads/master
2022-02-12T04:30:17.358802
2017-10-03T01:48:39
2017-10-03T01:48:39
null
0
0
null
null
null
null
UTF-8
C
false
false
911
c
#include <stdio.h> main(void) { int cod, quant; float desconto, total; scanf("%i %i", &cod, &quant); if (cod == 1){ total = (quant)*5.30; if (quant >= 15 || total >= 40){ desconto = (total/100)*15; total -= desconto; } } else i...
[ "pedroivo-hp@hotmail.com" ]
pedroivo-hp@hotmail.com
46b9df62bf97c58dad544abed845029ca787e48b
58634c6687999edf81c4ee589217d8e2927c08c5
/linux/main/src/shared/ai_d11rsdb_utils.c
985dd7b1fa88ca8e57439eca5f90709f5a89bb13
[]
no_license
iptime-gpl/userapps_a704nb
3ff0ea5f231f5d7750c3611149c85eb3f8ab9082
8081e7af7d6f9b22cce384daf4293ce34be60f44
refs/heads/master
2021-05-09T11:04:49.474392
2018-05-23T00:34:20
2018-05-23T00:34:20
118,981,332
0
0
null
null
null
null
UTF-8
C
false
false
8,768
c
/* * Misc utility routines for accessing chip-specific features * of the SiliconBackplane-based Broadcom rsdb chips. * * Copyright (C) 2015, 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, pr...
[ "iptime.gpl@guu.moe" ]
iptime.gpl@guu.moe
5baa595753bd331eec1276dcdfe3c4a3e8bc0624
b6a07c7fe1d26a88b5e48bd625baba9c5e4472bf
/tester.c
599d632e023a6a0a577b7f7742bed4e2c235e8aa
[]
no_license
Nacho-Fili/Arbol_Binario_Busqueda
59fc4f7bb55f51824b242af20c776fc09ef987c0
3b7dbea744d52004feb2ac7bc599541c41854ca1
refs/heads/master
2022-11-06T07:20:54.409519
2020-06-20T17:03:47
2020-06-20T17:03:47
273,744,712
0
0
null
null
null
null
UTF-8
C
false
false
1,315
c
#include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include "ansicolor.h" typedef struct tester{ size_t pruebas_totales; size_t pruebas_pasadas; size_t avisos; } tester_t; tester_t* tester_crear(){ tester_t* tester = calloc(1, sizeof(tester_t)); return tester; } void tester_afirmar(tester_t* tes...
[ "n.filipovskis@gmail.com" ]
n.filipovskis@gmail.com
64018c13f97e83108968266bd955aa705c352e2a
deb1506b087a705fc2b16cc2a0ca468dd01bd714
/Example Projects/USB/HID/Eg1/Inc/doxy_wb.h
dcd0e0aac1a3688c59d1c9cb0cb81dceacd1aff1
[ "MIT" ]
permissive
nikhil30081995/STM32F4-Dev
e63510394f1ebce5c3f17d3d302b4d8d18fd2378
df27b1f016a1d1345ff77dde3a8f2d6eedbafafc
refs/heads/master
2022-04-02T00:01:36.403622
2020-02-13T09:12:12
2020-02-13T09:12:12
null
0
0
null
null
null
null
UTF-8
C
false
false
2,077
h
/******************************************************************************* *//** * @mainpage * @section section1 Introduction: * Having studied this LAB you will able to: \n * - Understand the USB Host interface functionality \n * - Study the programs related to the USB and Human...
[ "darjibhavinr@gmail.com" ]
darjibhavinr@gmail.com
49de4d2cc9bfdfe530b54abe8979964e30d7a062
e223a09cab6bd15f32dca2948afe5555aab1cd6f
/vpr/SRC/pack/pack.c
94116d5e0293934ae4d6ba7d0c818308534af1e5
[]
no_license
Frankfbmao/BMPR
e59f53aa8613cec90eee0fa3fae59201720dbf0c
c2054e7459cb111e1f309ac7365bbc021b502a38
refs/heads/master
2020-09-20T17:56:53.504510
2016-10-11T05:39:03
2016-10-11T05:39:03
67,479,204
0
0
null
null
null
null
UTF-8
C
false
false
5,710
c
#include <stdio.h> #include <assert.h> #include <string.h> #include "util.h" #include "vpr_types.h" #include "globals.h" #include "pack.h" #include "read_blif.h" #include "ff_pack.h" #include "cluster.h" #include "output_clustering.h" #include "read_xml_arch_file.h" /* #define DUMP_PB_GRAPH 1 */ /* #define DUMP_BLIF_I...
[ "maofubing2003@gmail.com" ]
maofubing2003@gmail.com
242e34669b30899f5cf6e072ec7cc73a4945f4b2
06406d925047563b0f4f15bfcbc8dc37585a0fac
/Betray/b_win32_key_codes.c
5f7d59bfbb120a836f7f814763689c198f8f24c8
[]
no_license
freneticmonkey/quel_solaar
f901578811b2a551f1b183698f35c65caffd0ef9
f3509d0f667b88a4a9031c1a6fa71ea04f8ca879
refs/heads/master
2023-07-09T14:33:12.361585
2023-06-29T09:11:41
2023-06-29T09:11:41
282,626,685
0
0
null
null
null
null
UTF-8
C
false
false
15,096
c
#include <stdlib.h> #include "betray.h" char *betray_button_unused = "Unnamed"; BButton *betray_buttons = NULL; void betray_key_codes_init(void) { uint i; betray_buttons = malloc((sizeof *betray_buttons) * BETRAY_ENUM_BUTTON_COUNT); for(i = 0; i < BETRAY_ENUM_BUTTON_COUNT; i++) { betray_buttons[i].name = betr...
[ "scottporter@neuroticstudios.com" ]
scottporter@neuroticstudios.com
71cd1da8fb6ca6b14f2529ce1d2d5365bf4d2a83
884c82e3efffc73e2b41b4a34c7168fcee47e87f
/LINSTACK.C
fff1d4d36ad6e84cc2be7d82c76f6da752ef2191
[]
no_license
subezio-whitehat/CourseMcaDs
f72d0ec85124c4398bc845b2ab5c370d0ad9ea18
4c7136d80747471f85a6b37facc53e0f92eb9518
refs/heads/master
2023-03-23T09:06:47.662770
2021-03-23T08:04:47
2021-03-23T08:04:47
313,929,121
1
0
null
null
null
null
UTF-8
C
false
false
1,352
c
#include<stdio.h> #include<conio.h> #include<stdlib.h> void push(); void pop(); void display(); struct node { int data; struct node *next; }; struct node *head=NULL; void main() { int ch=0; do { printf("\n!!!LINKED STACK OPERATIONS!!!\n"); printf("\n1)PUSH\n2)POP\n3)DISPLAY\n4)EXIT\n"); printf("\nent...
[ "noreply@github.com" ]
subezio-whitehat.noreply@github.com
e3efebaeb05a327592bdcb3fa592b5edaa2653d3
db24129ea6db821b78317eb4bf298cd901a0b80a
/osal/src/unit-test-coverage/ut-stubs/override_inc/ctype.h
c9d341d25a54eec5d71c05bbfe2c288f16d6fbdb
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
ipeitzsch/cFS
e72c4ca4090f11190f2fdec0ea9f79237d60a76d
d6eeea7d95c26eb9931990fe30f5860f7a64eb47
refs/heads/main
2023-06-23T03:48:11.161287
2021-07-23T13:22:41
2021-07-23T13:22:41
377,186,894
1
3
Apache-2.0
2021-06-15T14:13:50
2021-06-15T14:13:49
null
UTF-8
C
false
false
1,194
h
/* * NASA Docket No. GSC-18,370-1, and identified as "Operating System Abstraction Layer" * * Copyright (c) 2019 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the...
[ "irpeitzsch@gmail.com" ]
irpeitzsch@gmail.com
78a012484f6aeeca75d0e033ebcde19ed8b9a4c5
6aa4906d5cd2c2f114dbe03dd751784334e1f9e7
/extension/rstr_task/kernel/check.h
0197203810f3f181004d8e0bb0ba197e88743ca8
[]
no_license
foss-for-synopsys-dwc-arc-processors/toppers-asp
0e6e3d4eb2e0f7802f76f639ba5b050c24e543d3
e2d1e4d3f0201ca951b32fb5ee85c3a82a2fd7fd
refs/heads/master
2021-01-10T11:40:39.483912
2016-03-01T01:46:27
2016-03-01T01:46:27
43,927,522
1
1
null
null
null
null
EUC-JP
C
false
false
8,669
h
/* * TOPPERS/ASP Kernel * Toyohashi Open Platform for Embedded Real-Time Systems/ * Advanced Standard Profile Kernel * * Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory * Toyohashi Univ. of Technology, JAPAN * Copyright (C) 2005-2007 by Embedded and...
[ "wei.ren@synopsys.com" ]
wei.ren@synopsys.com
73ec98fa2c98969adf53e5a1df88f74833d4af9d
c4333cfe0d69d523b1e148c077b15ba5903cb97e
/Intel/ClientOneSiliconPkg/Pch/LibraryPrivate/PeiPchInitLib/PchClk.c
ca094b13dfe269b47fd0959a29b9afc645048130
[]
no_license
scotthe2022/ElkhartLake_Silicon_reference_and_Platform_Sample_Code
cb7b2e9cc2c7cf57c4a66a0f89e49ccf0789615f
b0149682f932de6bb88199814f9885abcdb97579
refs/heads/master
2023-07-03T20:32:25.052970
2021-08-20T20:30:59
2021-08-20T20:30:59
null
0
0
null
null
null
null
UTF-8
C
false
false
2,037
c
/** @file Initializes PCH Clocks in PEI @copyright INTEL CONFIDENTIAL Copyright 2017 Intel Corporation. The source code contained or described herein and all documents related to the source code ("Material") are owned by Intel Corporation or its suppliers or licensors. Title to the Material remains with I...
[ "1069096459@qq.com" ]
1069096459@qq.com
1d0c081fbd068c153d4a66d312d6fe7c2296be75
813c8e13e775491334aae11155c92e84d0ea2ee4
/linux/ports.c
20e513b898893c7a7f34aa7500e81d6ad1061bfc
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain" ]
permissive
RedRingRico/saturndebug
e7c9d663803a4d9afb6a6adbbf353b4b7533747d
532dd3e0e6b5ae515b6dd09eddbcd2402886831d
refs/heads/master
2020-12-25T11:58:30.613191
2013-02-11T06:09:21
2013-02-11T06:09:21
null
0
0
null
null
null
null
UTF-8
C
false
false
435
c
#include <unistd.h> #include "ports.h" int inportb(int port) { unsigned char value; __asm__ volatile ("inb %1,%0" : "=a" (value) : "d" ((unsigned short) port)); return value; } void outportb(unsigned short int port, unsigned char val) { __asm__ volatile ( ...
[ "tyranid@gmail.com" ]
tyranid@gmail.com
ce67551ef69c91d9680917a3659e6c9e4b1a770a
20eb2ce5fca4b52d82bd37de4c29bf81c6b8f417
/Packet Tracer/DM/4/main.c
70d4d1db96deb6cfcc663eb41e61e95a719f951b
[]
no_license
TheoMichaud/SNIR1
2a735487ac25867fc7c615d153688af86383ab4e
17fca4c3d2ceabae248d8c7c53d006e1e4a258cc
refs/heads/master
2020-06-03T00:38:32.369706
2019-06-11T12:07:01
2019-06-11T12:07:01
191,363,726
0
0
null
null
null
null
UTF-8
C
false
false
352
c
#include <stdio.h> #include <stdlib.h> int main() { float valeur1, valeur2, somme; printf("Veuillez entrer la valeur n°1 :\n"); scanf("%ld", &valeur1); printf("Veuillez entrer la valeur n°2 :\n"); scanf("%ld", &valeur2); somme= valeur1+valeur2; printf("La somme %d + %d = %d", valeur1, val...
[ "tmichaud@pommier4.depinfo.touchard.edu" ]
tmichaud@pommier4.depinfo.touchard.edu
4887a6a95d9b6fc9f2bb7923230d1454abcb07ab
20d93b8278bf9640a7ff4cfe7339bcb4560f82bd
/Black_Sholes/Black_Sholes/normdist.h
1385afecea197f388b16e6f16a2ff37849911224
[]
no_license
gaoyuu/IE523
b45245301fafb0a358665b3d2b528a3fb6c698e3
70fe64d7922e2a223bdaa7f65ea4693623d4ac37
refs/heads/master
2021-01-23T07:10:36.318310
2017-12-18T17:23:59
2017-12-18T17:23:59
102,503,811
3
4
null
null
null
null
UTF-8
C
false
false
534
h
// normdist.h #ifndef _NORMAL_DIST_H_ #define _NORMAL_DIST_H_ double n(const double& z); // normal distribution function double n(const double& r, const double& mu, const double& sigmasqr); double N(const double& z); // cumulative probability of univariate normal doub...
[ "gaoyu326@gmail.com" ]
gaoyu326@gmail.com
fb7c5bcdf1c265500da9cc79cfc8cb7809ef06d5
35c04ea32351dc95bc18d46e5c70dda9c1e08668
/Examples/KDS/FRDM-K64F120M/FRDM-K64F_SDK_v1.2_FreeRTOS/SDK/platform/hal/src/i2c/fsl_i2c_hal.c
9c830649d06bf6967f5a35f97698e4977b2f7a07
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
ErichStyger/mcuoneclipse
0f8e7a2056a26ed79d9d4a0afd64777ff0b2b2fe
04ad311b11860ae5f8285316010961a87fa06d0c
refs/heads/master
2023-08-28T22:54:08.501719
2023-08-25T15:11:44
2023-08-25T15:11:44
7,446,094
620
1,191
NOASSERTION
2020-10-16T03:13:28
2013-01-04T19:38:12
Batchfile
UTF-8
C
false
false
20,488
c
/* * Copyright (c) 2013 - 2014, Freescale Semiconductor, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * o Redistributions of source code must retain the above copyright notice, th...
[ "erich.styger@hslu.ch" ]
erich.styger@hslu.ch
529a8bceaf23d54687a2aead0d1f2bf7febecf01
add4fa6b96b9546e0f9854c733fc7d3cef29e1fa
/HAL/STM32F3xx/src/stm32f3xx_hal_i2s_ex.c
41118092b40623e170432fb8c25fd135add31481
[ "BSD-2-Clause" ]
permissive
STM32-base/STM32-base-STM32Cube
ae56d0cddca9924a54fa89229e6c784965efaefa
71bcfb75e9b3aadbfcb05b57148d995a7f340b4f
refs/heads/master
2020-04-24T12:09:34.541910
2019-12-28T19:20:10
2019-12-29T22:05:11
171,947,972
52
14
BSD-3-Clause
2019-12-29T22:05:13
2019-02-21T21:26:53
C
UTF-8
C
false
false
56,568
c
/** ****************************************************************************** * @file stm32f3xx_hal_i2s_ex.c * @author MCD Application Team * @brief I2S Extended HAL module driver. * This file provides firmware functions to manage the following * functionalities of I2S Ex...
[ "me@thomas-gravekamp.nl" ]
me@thomas-gravekamp.nl
0f6cbb35f396ab510b29188f3c6a4e78042df2a5
24fa1bb5202f7c24ebe7328c569d685ba32dfb28
/afficher.c
9548ba934ae3598f2d5a38484b3d8a7b50719401
[]
no_license
amarHDev/MaintenanceInformationOnLinux
2b1194c7201055c45ceafecba118e1246b7e4c3d
09924ad3bc7296caa3f48611caebe4547458d5a9
refs/heads/master
2020-12-23T13:57:32.688902
2020-01-30T09:21:38
2020-01-30T09:21:38
237,173,455
1
0
null
null
null
null
UTF-8
C
false
false
1,053
c
#include<stdio.h> #include<stdlib.h> #include<unistd.h> #include <time.h> int main(){ char format[128]; time_t temps=time(NULL); struct tm d,t; t=*localtime(&temps); d=*gmtime(&temps); int choix; printf("\n1-Pour voir l'heure GMT \n"); printf("2-Voir quelle est le jour de la semaine \n"); printf("...
[ "henni.amar24@gmail.com" ]
henni.amar24@gmail.com
6f3ac1479471700f0bb2a25396cac02c36046e31
77c9b443c7cf1ba083542a55eb76c752fae9e0e2
/Source/NI Support Files/TestStand/Components/Step Types/DIAdemStepTypes/CloseRef.c
dc1128f28408ad746c3b71d6ecc034ca5457f776
[ "BSD-2-Clause" ]
permissive
NIVeriStandAdd-Ons/Real-Time-Test-Automation-RTTA-Demo
d0b44323a7c258e14aa0b29bd402fee4188ffa28
018a63fd2d67b0ebea8feb592a25ee98d2447fb8
refs/heads/master
2020-05-19T18:52:11.623758
2015-01-06T16:26:11
2015-01-06T16:26:11
28,871,368
0
0
null
null
null
null
UTF-8
C
false
false
4,386
c
#include <cvirte.h> #include <userint.h> #include "DIAdemSteps.h" #include "tsutil.h" #include "Common.h" #define TS_DIADEM_CLOSE_REF_EXPR "Step.DIAdemRefExpr" #define TS_DIADEM_CLOSE_REF_HEADER "CLOSE_DIADEM_REF_STEP_TYPE" static int panel; void DLLEXPORT DIAdemCloseRefEdit(CAObjHandle context) { Err...
[ "Stephen.Barrett@ni.com" ]
Stephen.Barrett@ni.com
ff8717af39344511ba4e8d92d2cdb1f03c5b9221
9be826e9e46d823215c35d5f0ec302c1d0e4a848
/boot/driver/serial_pl01x.c
ce3b4f5237ba6585555eea7e7929568f1a5aa4e4
[]
no_license
dongdong-2009/code-1
73ef8be764230e4a24b17364a1711fbf305fee58
41523aef71b59104677ad3f3b8be9fa19c041772
refs/heads/master
2021-05-29T15:31:47.755353
2015-07-08T03:41:31
2015-07-08T03:41:31
null
0
0
null
null
null
null
UTF-8
C
false
false
4,927
c
/* * (C) Copyright 2000 * Rob Taylor, Flying Pig Systems. robt@flyingpig.com. * * (C) Copyright 2004 * ARM Ltd. * Philippe Robin, <philippe.robin@arm.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it ...
[ "jorney@JORNEY.(none)" ]
jorney@JORNEY.(none)