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
66e2a2e9dc9bcb2ef6078b4bbb46fffd9538ac37
817fe3680fdf9d8c4a4ae81a0c44330fa5dd318b
/blur.h
abc7a7b25efc652fb8ceef31ebbb05412f5c2e72
[ "MIT" ]
permissive
leimao/Image_Blurring_CUDA
a1508d5c6223e9e0879a6f6964ecea6662e0893b
919dcfed4f9d006d3397482eaa01c19c1e3930a0
refs/heads/master
2020-05-16T01:04:09.309345
2019-04-23T06:16:00
2019-04-23T06:16:00
182,594,649
1
0
null
null
null
null
UTF-8
C
false
false
253
h
#ifndef BLUR_H #define BLUR_H #include <cuda_runtime.h> void rgbaBlurDevice(const uchar4 * const d_rgbaImage, uchar4 * const d_blurRGBAImage, size_t numRows, size_t numCols, const float * const filter, size_t filterHeight, size_t filterWidth); #endif
[ "dukeleimao@gmail.com" ]
dukeleimao@gmail.com
84c2c07aa75c0bc45bf2e5cfad9641b56129b524
7696875004ebef1287c8bff0875ec74b39314e89
/3_gnl/libft/ft_putendl.c
292f76d02177921e72471dfa1392de3eecfba1b7
[]
no_license
criro1/fgeorgin
06565f4219e183e62c33f03dd83200faca45620e
6f04101794cb8b6dcf82564c367a36710478a839
refs/heads/master
2021-06-28T23:55:14.030377
2020-10-21T09:28:41
2020-10-21T09:28:41
184,742,566
1
0
null
null
null
null
UTF-8
C
false
false
1,065
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putendl.c :+: :+: :+: ...
[ "fgeorgin@at-l4.21-school.ru" ]
fgeorgin@at-l4.21-school.ru
8380cf85319368dbe885940e17fee2a7711bce9d
e8474aeaaba2b1eb4b987199d4dc0df2b73afa70
/DD paradigms (left_large)/P6_8/l_port_operate.h
8d8adff0218ee9865e2b767f97369eabb7e698d8
[]
no_license
selincapan/DD-programs-v1
f5a73c829de04796684290bc32b45b82b390185e
1af967a4b325179c19f4cf17e99214ec630287a3
refs/heads/master
2023-01-20T16:20:45.466709
2020-12-03T15:36:46
2020-12-03T15:36:46
311,663,193
0
0
null
null
null
null
UTF-8
C
false
false
13,401
h
/*--------------------------------------------------------++ || Operate Left Port in FC trials (Large Reward Port) || ++--------------------------------------------------------*/ // Solenoid Reward will only be from the middle port! static unsigned long FC_delay_start_time = 0; void activate_left_led() { ...
[ "55448528+selincapan@users.noreply.github.com" ]
55448528+selincapan@users.noreply.github.com
6695493e04f215b1753c19ca2c6de5398d072c7a
910c62f88fe2e31e7fba7526af9a7edf24339bc3
/deploy/lib/inside/stl.c
db5d439686fc390c1f7d49a16692bf5c8810cd9a
[ "MIT" ]
permissive
termi3/aphros
5d4ef5663fc50e6ed07faf566d6822e992105e10
a6cd17666fcd150dc835a1c270d644d29863793b
refs/heads/master
2023-01-24T04:49:18.137356
2020-09-22T08:55:05
2020-09-22T08:55:05
null
0
0
null
null
null
null
UTF-8
C
false
false
4,714
c
#include <ctype.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "err.h" #include "inside.h" #include "memory.h" enum { SIZE = 999 }; int stl_read( FILE* f, int* status, int* pnt, int** ptri, int* pnv, double** pver) { enum { Stl, FacetStart, OuterStart, FacetEnd, OuterEnd, Vertex, End }; ...
[ "pkarnakov@gmail.com" ]
pkarnakov@gmail.com
d904c6f4dea259c121b35dd841833c7baf1a0a9b
0546406f01ce6ca65134e4812e6d5003e807c674
/netp/hostinfo.c
3562e9624440ba98b4d4c9ed1c983c68d6047bcd
[]
no_license
yranibee/CSAPP
8912bad984f47bc03fffbbf60564df943da62015
3e89ff50013b560bc614d7706781ffe95f02aaa4
refs/heads/master
2022-01-09T13:22:00.002196
2019-05-24T04:14:31
2019-05-24T04:14:31
null
0
0
null
null
null
null
UTF-8
C
false
false
1,081
c
/* * functions:getaddrinfo,getnameinfo * show relation with IP address and domain name * case:baidu.com/twitter.com */ #include "csapp.h" int main(int argc,char **argv) { struct addrinfo *p,*listp,hints; char buf[MAXLINE]; int rc,flags; if(argc!=2){ fprintf(stderr,"usage:%s <domain name>\...
[ "1037884309@qq.com" ]
1037884309@qq.com
aef29ef09aea3ff575aaecba28601a311fa2ef39
77231bafd3f495510f40aaf945fe716f38cb4fd1
/Inc/stm32f3xx_hal_conf.h
48ffd763550a15c8c3ec3ff838b877c916bbe4ed
[]
no_license
Hansvdheide/robotCode
aa4dbef8b622ceb0e31459ead3ceecd88ea67769
c9c84cd421b9d8527fa33a822f6e4732cdd4e06b
refs/heads/master
2021-01-18T03:22:10.981658
2017-05-31T10:48:42
2017-05-31T10:48:42
85,825,810
0
1
null
null
null
null
UTF-8
C
false
false
12,037
h
/** ****************************************************************************** * @file stm32f3xx_hal_conf.h * @brief HAL configuration file. ****************************************************************************** * @attention * * <h2><center>&copy; COPYRIGHT(c) 2017 STMicroelectronics</c...
[ "hansvdheide@live.nl" ]
hansvdheide@live.nl
07afc91909d43f15cd144f35fe51231a90e125b0
53044b1d3024850e4ba489a60d9601ce2b4265b1
/assignments5&6/graphAlgorithms.c
ca4424139e1966e0cd819aec1e9b7635bc4afb52
[]
no_license
denisafilip/Data-Structures-and-Algorithms
47c439f7d1021d796a8e42890ba213ed14c19f16
107e737c198e31e38f38a86a1afe910cd4fcf2e0
refs/heads/main
2023-03-23T23:07:45.047838
2021-03-18T09:24:06
2021-03-18T09:24:06
348,361,121
0
0
null
null
null
null
UTF-8
C
false
false
11,266
c
// // Created by Denisa on 4/13/2020. // #include "graphAlgorithms.h" #include "graphTraversals.h" void prim(FILE *output, int startNode, int noOfVertices, int **adjMatrix) { fprintf(output, "\nPrim's algorithm started\n"); int noOfVerticesVisited = 0, minCost = 0; int *visited = initializeArr...
[ "noreply@github.com" ]
denisafilip.noreply@github.com
8f2d3804ffad88f12f3c6405743251515eda398b
986dcafd8a69828b2b26d4665a646362d7c4409e
/libft/std_lib/libprintf/ft_printf_float_compose.c
b4b1fe55e2fa42f4a57146f2f7e550eca5c4de40
[]
no_license
TrueBadur/CoreWar
afd144dd96638696d1614de34a52e3996e86887e
0ec06f2631bf7ec62c107591923e0d30adc21b88
refs/heads/master
2020-08-10T03:07:55.633917
2019-11-27T14:15:52
2019-11-27T14:15:52
214,241,111
2
2
null
2019-11-15T15:29:14
2019-10-10T17:11:10
C
UTF-8
C
false
false
3,565
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_printf_float_compose.c :+: :+: :+: ...
[ "aleks.mitskevich@gmail.com" ]
aleks.mitskevich@gmail.com
beaca47be5ccd633c42f67a9fad893dac929f711
8098d382ebc29ec58e628b46c316e5ea9071fd69
/ASST2/arch/mips/syscall/syscall.c
6f69be6b04b423092e4bc19d3bcd61068f67854c
[]
no_license
tanvirfahim15/OSLab
6c149d205d044bf103b1434ed3b149437c51fce2
620295252f978fe691134bd2cce63c6397520ee1
refs/heads/master
2020-03-31T19:40:10.629900
2019-07-21T23:28:19
2019-07-21T23:28:19
152,506,092
0
0
null
null
null
null
UTF-8
C
false
false
5,830
c
/* * Copyright (c) 2000, 2001, 2002, 2003, 2004, 2005, 2008, 2009 * The President and Fellows of Harvard College. * * 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 ...
[ "tanvircsedu15@gmail.com" ]
tanvircsedu15@gmail.com
935082802c36a44dbb3e25fc4fb685fab1c7d4c7
b5461c304c7a64e6fe2edd6e7a294a56841fca02
/ClientSocket/resource.h
86dbd7efd5dbd5a9883a5cf0628813d83279e7ec
[]
no_license
cdecl/SocketSample
f1b28f67c8d4e151fb7f2eb5aaf8d4d67d2b66c1
8367d2956765b25c3fe6524904bb79ff3362a27d
refs/heads/master
2020-07-14T06:35:32.339751
2017-06-14T06:52:52
2017-06-14T06:52:52
94,298,898
0
0
null
null
null
null
UTF-8
C
false
false
894
h
//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by ClientSocket.rc // #define IDM_ABOUTBOX 0x0010 #define IDD_ABOUTBOX 100 #define IDS_ABOUTBOX 101 #define IDD_CLIENTSOCKET_DIALOG 102 #define IDR_MAINFRAME ...
[ "cdeclare@gmail.com" ]
cdeclare@gmail.com
4a5588f4cb15a4c60ee07ad587d6cfd3ac0424e6
4c8e4e7f55e0e05a9b0673c8912559b5fc411141
/Array/Mn_Mn+1_..._Mn+_M-1.c
137243ad55ecba458297069a021a632ce71b8e53
[]
no_license
AlbertLin0327/ICP-Judge-girl
0ca6f598ce27f8e37a3a59c1f8e9f5b785de772f
e6e470a40b03c3641275929b158a5dbd63fec38d
refs/heads/master
2023-05-18T19:03:56.342862
2021-06-08T16:51:31
2021-06-08T16:51:31
272,061,719
2
0
null
null
null
null
UTF-8
C
false
false
331
c
#include <stdio.h> int main(){ int n; scanf("%d" , &n); int array[n]; for(int i = 0; i <= n; i++){ scanf("%d" , &(array[i])); } int count[200000] = {0}; for(int i = 0; i < n; i++){ int mod = array[i] % array[n]; count[mod]++; } for(int i = 0; i < array[n]; i++){ printf("%d\n", count[i]); } r...
[ "linhsinkai@gmail.com" ]
linhsinkai@gmail.com
ac5873a4cd282a8c312a967e01ea71914d2ad1f5
a5a51d26f15d3e2c94e0715b6824e1d45f567980
/src/gravity.c
51269dc23e92d92c61457917f55ac7c713b9d8e7
[]
no_license
chrisisonwildcode/WildCode
7f5954d96a51d0ce6acaa90ab836d640e8650976
1672d37b5ad29ed5d76c2e867c659dbc24bcc571
refs/heads/master
2020-03-18T03:56:15.560565
2018-05-29T07:58:23
2018-05-29T07:58:23
134,263,068
0
0
null
null
null
null
UTF-8
C
false
false
80
c
void gravity_apply(vec3_f *position, vec3_f *velocity, float time_secs) { }
[ "chris@chris-VirtualBox" ]
chris@chris-VirtualBox
cfc6cb9a0d95f9a57457650bd20676860d781a5d
27077e2ef8351da78088aa53bb3a348cd8ee1344
/cs261/assignment-2-adamconrad7/list.h
8b0f58037e8e71515989f0f6491ac050dd1f2362
[]
no_license
adamconrad7/Data-Structures
64dbf10b4c0ec2bf9b2a7b56dd97f2ed1a600715
95605e4c741a9c31fda2a6c2c0c557ad9f223c76
refs/heads/master
2022-11-16T22:10:19.450823
2020-07-14T01:15:20
2020-07-14T01:15:20
279,447,975
1
0
null
null
null
null
UTF-8
C
false
false
860
h
/* * This file contains the definition of the interface for a linked list. You * can find descriptions of the linked list functions, including their * parameters and their return values, in list.c. */ #ifndef __LIST_H #define __LIST_H /* * Structure used to represent a singly-linked list. */ struct list; /* ...
[ "noreply@github.com" ]
adamconrad7.noreply@github.com
e128f399c4674175a14561b4a71f7bdaf487d143
0ecaebcfa4eda51972f7424b273932dc4b2b9ba1
/FSGDGame/Resource.h
d5b1c085c301d0159e925e70029cc90d463385ef
[]
no_license
MrPants23/ED1
e35f2bdb407997c3133e5b32cb6bd416d9245eae
b98412318a4d8edd73a0cc76e1d6d4fec9e9fba7
refs/heads/master
2016-09-11T02:57:50.851386
2012-09-24T18:02:15
2012-09-24T18:02:15
null
0
0
null
null
null
null
UTF-8
C
false
false
700
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by EDGame.rc // #define IDS_APP_TITLE 103 #define IDR_MAINFRAME 128 #define IDD_EDGAME_DIALOG 102 #define IDD_ABOUTBOX 103 #define IDM_ABOUT 104 #define IDM_EXIT 105 #define IDI_EDGAME 107 #define IDI_SMALL 108 #define IDC_...
[ "mrpants23@gmail.com" ]
mrpants23@gmail.com
0d318bcedcd111e8f6233e771c60267469861d8d
71e235b6c56f843a7257b7d529615c9c0307c4af
/tcpclient.c
7946786ae0bbf34d849dda7adb839caf142d72dc
[]
no_license
TechBison/TCPclient-TCPserver
6eca78c0d2dafacda51e391079ef208ba9c1928d
5ef803cb86113f8d33e03ae0681a842569ccff19
refs/heads/master
2020-07-01T03:25:18.134982
2019-08-07T10:56:12
2019-08-07T10:56:12
201,031,872
0
0
null
null
null
null
UTF-8
C
false
false
1,425
c
#include<stdio.h> #include<stdlib.h> #include<sys/types.h> #include<sys/socket.h> #include<netinet/in.h> #include<string.h> #include<netdb.h> #include<unistd.h> void error(const char *msg) { perror(msg); exit(0); } int main(int argc,char *argv[]) { int nk_socket,portno,n,i; if(argc<3) { fprintf(stderr,"usa...
[ "noreply@github.com" ]
TechBison.noreply@github.com
f52110803b3441abb6082c4dcaabeb031aef4763
18c9730228d5d20e5f5388c3c658a209f38f5264
/Practica1/2018/modeloParcial/parcial.h
923c9c7bf90754c600657c2944b0f05c266e8339
[]
no_license
Aiilu/LaboI_C
88d69f2b86e55509a4fdb8c89f13aae64286a456
2b0deed2216df562f7e569d2a8a5121df31591b1
refs/heads/master
2023-03-17T06:29:48.430669
2019-07-18T02:24:23
2019-07-18T02:24:23
null
0
0
null
null
null
null
UTF-8
C
false
false
407
h
typedef struct { int legajo; char nombre[20]; char sexo; float sueldo; int idSector; int isEmpty; }eEmpleado; typedef struct { int id; char descripcion[20]; }eSector; int menu(); void inicializarEmpleados(eEmpleado[],int); void mostrarEmpleado(eEmpleado[],int); void mostrarEmpleados(e...
[ "ailentorrez26@gmail.com" ]
ailentorrez26@gmail.com
460671e650c1810a94fa53daaa16252f073568bf
d28ad202066e966589636c481871d1c839d7e895
/headers/draw_blks.h
1f65677d49986e3a9c0c334b227ef0c788fb1477
[]
no_license
TeodorSocea/InterSchem
975df4fb0e2a7ea1ccfdef69aefe3ba674117f6e
ded1c98e541be498d17348450079673e70a87d01
refs/heads/main
2023-05-02T19:47:00.164441
2021-05-24T11:40:03
2021-05-24T11:40:03
334,386,736
4
1
null
null
null
null
UTF-8
C
false
false
27,827
h
#include <graphics.h> #include <winbgim.h> #include <instr.h> int getMid( int a, int b ) { return (a + b)/2; } bool rgt_sgmnts_collision (int lft, int rgt, int lft1, int rgt1 ) { if ( ( lft1 <= rgt && rgt <= rgt1 ) || ( lft1 <= lft && lft <= rgt1 ) ) return true; return false;...
[ "noreply@github.com" ]
TeodorSocea.noreply@github.com
33c859bd6c5246a7449cad14c9941423274eb986
94db0bd95a58fabfd47517ed7d7d819a542693cd
/client/ClientRes/IOSAPI/Classes/Native/DOTween_DG_Tweening_Core_DOGetter_1_gen4025813721MethodDeclarations.h
5e93ee752dc7cbde691a0fa4fe112170acedabfa
[]
no_license
Avatarchik/card
9fc6efa058085bd25f2b8831267816aa12b24350
d18dbc9c7da5cf32c963458ac13731ecfbf252fa
refs/heads/master
2020-06-07T07:01:00.444233
2017-12-11T10:52:17
2017-12-11T10:52:17
null
0
0
null
null
null
null
UTF-8
C
false
false
2,616
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> // DG.Tweening.Core.DOGetter`1<UnityEngine.Vector2> struct DOGetter_1_t4025813721; // System.Object struct Il2CppObject; // System.IAsyncResul...
[ "1" ]
1
962be11683256606bbeca77ed66557d2d16d9b76
9e46849f236b448b819595dca365e75bfeab0662
/libraries/MySensors/MySensor.h
11c8d647da804bb2212706f197ea75b237f767bc
[]
no_license
bluetronics-India/Arduino
fc91d7d6985221e7357afd6116e8b9ba9e298435
a018297240e2d46ebb95610c447c194e30905c01
refs/heads/development
2021-01-18T01:36:06.359968
2015-10-14T18:39:54
2015-10-14T18:39:54
44,296,260
1
0
null
2015-10-15T05:44:28
2015-10-15T05:44:28
null
UTF-8
C
false
false
6,555
h
/** * The MySensors Arduino library handles the wireless radio link and protocol * between your home built sensors/actuators and HA controller of choice. * The sensors forms a self healing radio network with optional repeaters. Each * repeater and gateway builds a routing tables in EEPROM which keeps track of the ...
[ "henrik.ekblad@gmail.com" ]
henrik.ekblad@gmail.com
dabf68f4b1e4a3696bd916044ff88f3c5a55d834
4c5dfdb993fc4ab6773de818df2c8cf7471d1622
/level_2/a_mirror/a_mirror.c
08cdf52bec23c7e27c7f7a7a2f1e7320f4452ec6
[]
no_license
aorji/42-functions
3a5ee915d7c64081c8ad71015753e929385a6a49
47121c0d40a2101159286eb6880e0f068bb3ad68
refs/heads/master
2020-03-15T01:29:42.541073
2018-05-04T12:44:25
2018-05-04T12:44:25
null
0
0
null
null
null
null
UTF-8
C
false
false
1,594
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* a_mirror.c :+: :+: :+: ...
[ "aorji@e1r4p3.unit.ua" ]
aorji@e1r4p3.unit.ua
8214829db7463d6cb07ac6a9ab68eb735f9d5482
879a11c530ee01237111f5d93d0f84e925d5244a
/readline.c
149bca79d262cdc8701e9f847fa42b46c42930b4
[]
no_license
oneTimePad/simpleinetd
1c61db4cf1233f93bd0a9e82dc97b924f6ccedde
f76526daa8f9404e25f2eb07f2dc8b556b691301
refs/heads/master
2021-01-24T15:15:36.256430
2016-09-26T23:12:09
2016-09-26T23:12:09
68,388,826
0
0
null
null
null
null
UTF-8
C
false
false
1,425
c
#include "readline.h" #include <stdio.h> bool readLineBufInit(int fd_i, struct rl_type *rl_p){ if(rl_p == NULL){ errno = EINVAL; return FALSE; } memset(rl_p->rl_buffer_p,0, BUFFER_SIZE); rl_p -> rl_fd_i = fd_i; rl_p -> rl_ind_i =0; rl_p -> rl_buf_size_st = 0; return TRUE; } ssize_t readLineBuf(struct rl_ty...
[ "dah242@scarletmail.rutgers.edu" ]
dah242@scarletmail.rutgers.edu
318dac6eee3f76b08e377ce530f691aeedff075b
5fe3eaf054f65fd726d577dc6db87c0114546f58
/STM32/STM32Cube_FW_F4_V1.13.0/Projects/others/STM324xG_EVAL/Examples/HAL/HAL_TimeBase_TIM/Src/main.c
51191715cb5e0fac8f29b3c584cc47f97a1cea90
[ "BSD-2-Clause" ]
permissive
ghsecuritylab/datasheets
e4abd398e5c56917fbb65de6461b324b18da5285
ed8fba13f4daaf9ead5484792efcdb3df9541b44
refs/heads/master
2021-03-01T21:45:14.994710
2019-08-13T17:50:05
2019-08-13T17:50:05
245,815,232
0
1
null
2020-03-08T13:01:52
2020-03-08T13:01:51
null
UTF-8
C
false
false
7,921
c
/** ****************************************************************************** * @file HAL/HAL_TimeBase/Src/main.c * @author MCD Application Team * @version V1.2.6 * @date 06-May-2016 * @brief This example describes how to configure HAL time base using * the STM32F4xx HAL API. ***...
[ "jensenr30@gmail.com" ]
jensenr30@gmail.com
7ce5b41b2e4de0e25350f4c46b0d8a2105a53751
661f509a9eff395f42022a6db6908c68f789ae76
/Chapter_9/PE/9_2_PE.c
d18d2360d6ae0118402120dc2c68b1314a195cf9
[]
no_license
ishan-nande/C-Primer-Plus-Prata
1192e6f66edb40eab1c9f807f6ac5c62224688dc
8f832c8bb6f47755f7cc13da74cc33b19ef035f3
refs/heads/main
2023-09-03T22:15:29.685588
2021-10-10T12:08:18
2021-10-10T12:08:18
398,032,217
0
0
null
null
null
null
UTF-8
C
false
false
345
c
/* Devise a function chline(ch,i,j) that prints the requested character in columns i through j . Test it in a simple driver. */ #include<stdio.h> void chline(char ch, int i, int j) { int count; for( count = i; count <= j; count++) { printf("%c ", ch); } } int main(void) { chline('a' , 2, 5...
[ "noreply@github.com" ]
ishan-nande.noreply@github.com
4e85e236f1940099e523aab3e6980deedd47160f
75fbe2ec61f38308d7d0388c34e2be705bd4ab00
/eLab/Advanced Packages/Level1 Challenge7.c
e0a88f2ecbc631107445478b3835bacd6e43a77f
[]
no_license
mehvishahmed/C-programs
45de14878601e0165814e92b8fcbfc97cba1921e
f50bc649e24c40eade252a7eb1e0b7bffde5d50a
refs/heads/main
2023-08-23T20:15:19.235359
2021-10-20T17:35:37
2021-10-20T17:35:37
371,786,544
1
0
null
null
null
null
UTF-8
C
false
false
363
c
#include <stdio.h> #define M 1000000007 #define data long int int find(int num) { int i,j,sum=0; for(i=1;i<=num;i++) { for(j=1;j<=num;j++) { if(i*j<=num) sum+=(i*j); } } return sum; } int main() { int t,num,sum; scanf("%d",&t); while(t--) { scanf("%d",&num); sum=find(num); ...
[ "noreply@github.com" ]
mehvishahmed.noreply@github.com
0b37dc687c32b34a301e5df20810d0243c78a9f6
f9a1578408fc5fd19e32c8761857ffdcc3eafb29
/Src/stm32f4xx_it.c
76516764c171da5835b36ea6301b093d9acf45cb
[]
no_license
fqzheng12/CAN_211009
a612f26ae126096457f8a46127daba4bcb22c5a3
a649f1f75c0dacd5c1952829c25c787c7c9476cc
refs/heads/master
2023-08-29T08:19:45.739269
2021-11-16T08:04:25
2021-11-16T08:04:25
415,239,199
0
0
null
null
null
null
GB18030
C
false
false
6,640
c
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file stm32f4xx_it.c * @brief Interrupt Service Routines. ****************************************************************************** * @attention * * <h2><center>&copy; Copyri...
[ "1162049104@qq.com" ]
1162049104@qq.com
438043001c6cac5dc8f54a2416c6b87dada4cec3
41b02774a77c9c6553b6592571e2820f2cad5322
/gnl_tests/get_next_line.h
5a64fbac958e82999a3dc92c9aa0d534c805ad5f
[]
no_license
Chepmti/unit_factory
76d7920f6e23d92efba7176134d2420610c2fa1a
35b07e92028386d9dc0639e6a15f2fdbd23495b4
refs/heads/master
2021-05-03T04:40:18.599600
2018-02-07T13:55:31
2018-02-07T13:55:31
120,621,270
0
0
null
null
null
null
UTF-8
C
false
false
1,382
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* get_next_line.h :+: :+: :+: ...
[ "mishachepil@MacBook-Pro-Misha.local" ]
mishachepil@MacBook-Pro-Misha.local
d63116d5b12f952e1c5765c29e975a58e254d53c
011efd7f91b813852593db757e72cd051dcec688
/iOS/Journey/iHakula/Common/iHCommonMacros.h
170a6a035c49fb0aaeff1b597e65e48058d3404d
[]
no_license
ihakula-com/Journey
2929bbbd8f629e566d80b13dc2db713bec71b907
fc92212f8f596572737e5c9bb37a57812ae2c9ab
refs/heads/master
2021-01-22T17:53:13.222238
2013-07-05T02:01:49
2013-07-05T02:01:49
10,988,712
0
1
null
null
null
null
UTF-8
C
false
false
2,032
h
// // iHCommonMacros.h // iHakula // // Created by Wayde Sun on 2/21/13. // Copyright (c) 2013 iHakula. All rights reserved. // #ifndef iHakula_iHCommonMacros_h #define iHakula_iHCommonMacros_h #pragma mark - shortcuts #define USER_DEFAULT [NSUserDefaults standardUserDefaults] #define ImageNamed(_pointer) [UIIm...
[ "hakula567" ]
hakula567
2eda35c2f3031997550e5862a11180d9c803d9f5
c6364a0fe653bd3caad6c681832311b156c447c5
/Code/22-9-16-1/22-9-16-1/test.c
6642f3fe15ac63c025dda6b6f8177070a601c10c
[]
no_license
17342983498/zhuxu
4f9af4fc28083428a44d2e3a4ab899064863d9bb
bd94cb64dc4d121b8fd6eeb21dbe8dac995565df
refs/heads/master
2023-08-07T11:38:23.242690
2023-07-27T12:35:10
2023-07-27T12:35:10
246,805,008
2
0
null
null
null
null
UTF-8
C
false
false
1,689
c
#define _CRT_SECURE_NO_WARNINGS 1 #include <stdio.h> #include <stdlib.h> //int cmp(const int* s1, const int* s2) //{ // return *s1 - *s2; //} //int main() //{ // int arr[7] = { 0 }; // for (int i = 0; i < 7; i++) // { // scanf("%d", &arr[i]); // } // qsort(arr, 7, sizeof(int), cmp); // int sum = 0; // for (int i = 1...
[ "1150559257@qq.com" ]
1150559257@qq.com
a423b6bfb580793fec9b1508cd36de299a9b76e1
d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9
/testcases/CWE122_Heap_Based_Buffer_Overflow/s06/CWE122_Heap_Based_Buffer_Overflow__c_CWE129_fscanf_65b.c
e5487fbb9219f1cba75eee3a55570ed717e6e4f1
[]
no_license
arichardson/juliet-test-suite-c
cb71a729716c6aa8f4b987752272b66b1916fdaa
e2e8cf80cd7d52f824e9a938bbb3aa658d23d6c9
refs/heads/master
2022-12-10T12:05:51.179384
2022-11-17T15:41:30
2022-12-01T15:25:16
179,281,349
34
34
null
2022-12-01T15:25:18
2019-04-03T12:03:21
null
UTF-8
C
false
false
3,423
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE122_Heap_Based_Buffer_Overflow__c_CWE129_fscanf_65b.c Label Definition File: CWE122_Heap_Based_Buffer_Overflow__c_CWE129.label.xml Template File: sources-sinks-65b.tmpl.c */ /* * @description * CWE: 122 Heap Based Buffer Overflow * BadSource: fscanf Read data ...
[ "Alexander.Richardson@cl.cam.ac.uk" ]
Alexander.Richardson@cl.cam.ac.uk
8d868c5e05c82570ccdd2943e4d8298793cbb74d
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/cfc63061-feda-4e6f-b868-503839b12d16.c
17151d6c543afda3a07cd31990509785ddeb4eca
[]
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
536
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=12; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = i/j; l = k/j; l = j-j; l = k-k*i; //variables /* START VULNERABILITY */ int a; char b[84]; char c[42]; a = 0; while (b[a] != 0)...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
d58335ac7a1cd4023a6e8a1630e224906f93eb7a
20fe9cc14b84b13a69627a9570d46c92375e13ac
/cc3200_module/example/httpclient_os/main.c
9021977613e866a38f4da6f59e4e0ee41e410ad6
[]
no_license
caonguyenheo/ti_wifi
286ae32629ef537790c67a12894e40b922dfcbdf
d6f19226fe843fad9b474e108fa402b5f0b89a80
refs/heads/master
2020-03-09T06:52:27.051686
2018-04-08T14:50:35
2018-04-08T14:50:35
128,650,804
0
0
null
null
null
null
WINDOWS-1250
C
false
false
44,121
c
//***************************************************************************** // Copyright (C) 2014 Texas Instruments Incorporated // // All rights reserved. Property of Texas Instruments Incorporated. // Restricted rights to use, duplicate or disclose this code are // granted through contract. // The program may not...
[ "caonguyen1907@gmail.com" ]
caonguyen1907@gmail.com
9b0350f98e2955d71e5b4a0fcee77f9fbefce4a6
5c2ee04d339af2cef3d28dc736b7c68fd5b2bf25
/src/input.c
c7441d9226dd4990653abb5dfb82f0aa3cf7b0e8
[]
no_license
CMonjo/matchstick
6f18022e7d672002b9fa8465bfb379882fa2cc0d
f2cc41be6ab700fa72c0970f4373f104723ec5f4
refs/heads/master
2020-03-19T03:45:38.202737
2018-06-01T20:15:59
2018-06-01T20:15:59
135,759,397
0
0
null
null
null
null
UTF-8
C
false
false
1,116
c
/* ** EPITECH PROJECT, 2017 ** Project matchstick ** File description: ** Main file */ #include "main.h" void fill_data(stick_t *stick, char *buffer, int type) { if (type == 1) { stick->line = my_getnbr(buffer); check_input_line(stick); } if (type == 2) { stick->matches = my_getnbr(buffer); check_input_mat...
[ "monjocamille@gmail.com" ]
monjocamille@gmail.com
5396b78fdf3a9b72504f7f6d9f72cf34ecfc2f8f
282750f133fe6bbe4abec9df0db046b0115199dc
/src/act_obj.c
a4fda5b603efb7d89cc9005ea42aeef2aa9c6e40
[]
no_license
mudhistoricalsociety/wileymud_1.187b
8c69c8a088adac25930aeb3f58c3f12dfe4cdcb1
851403f14c29ba23d9d822ecd8b3a5daeea48223
refs/heads/main
2023-01-28T15:15:41.200613
2020-11-29T23:58:13
2020-11-29T23:58:13
317,066,861
1
0
null
null
null
null
UTF-8
C
false
false
58,293
c
/* * file: act.obj1.c , Implementation of commands. Part of DIKUMUD * Usage : Commands mainly moving around objects. * Copyright (C) 1990, 1991 - see 'license.doc' for complete information. */ #include <stdio.h> #include <stdlib.h> /* #include <unistd.h> */ #include <sys/types.h> #include <signal.h> #inclu...
[ "mudhistoricalsociety@gmail.com" ]
mudhistoricalsociety@gmail.com
fbec22e1fe4122c7969fbbb2866019e9cf9e0826
324a1c017043dc8bada9e4c7da845d557de14892
/src/ft_lstnew.c
05a934cce9322ebecac60542659e84ed9b166cd5
[]
no_license
Odie8683/libft
a3087e9947e7056dab1ad6f6ce6877880277e3fa
9a0d9f7148ff40c1c475841a55188745c91676ac
refs/heads/main
2023-08-02T04:32:22.009869
2021-10-03T13:58:22
2021-10-03T13:58:22
null
0
0
null
null
null
null
UTF-8
C
false
false
312
c
#include "../include/libft.h" t_list *ft_lstnew(void const *content, size_t content_size) { t_list *new_list; new_list = (t_list *)malloc(sizeof(t_list)); if (!new_list) return NULL; new_list->content = (void *)content; new_list->content_size = content_size; new_list->next = NULL; return new_list; }
[ "jordan6heat@gmail.com" ]
jordan6heat@gmail.com
052b3a3062837e765604de0f0aff391640258e21
3531cc50bd2419836211a416ed3da8183fa5651b
/prog/recog_bootnum2.c
fc59c8a08cec54a8ea059eeb66fea2644b236c5d
[ "BSD-2-Clause", "CC-BY-2.5" ]
permissive
l1n/leptonica
4ba648015c11fbe26e3b6c854b9f95f68c142f2d
fb2f9e7355d19c6505fe31b4265589869836ac90
refs/heads/master
2022-09-12T04:27:40.629336
2020-05-28T23:45:37
2020-05-29T00:39:04
267,716,364
1
0
NOASSERTION
2020-05-28T23:10:27
2020-05-28T23:10:26
null
UTF-8
C
false
false
6,903
c
/*====================================================================* - Copyright (C) 2001 Leptonica. 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 c...
[ "dan.bloomberg@gmail.com" ]
dan.bloomberg@gmail.com
1b5d2b8bac7fde6435bd96e2e1f1c2fe85f2eb24
ad4b5c4e48764dd6b9678f684a47d0e7f12f80c2
/bin/shaders/sky_v.c
d3ccd1cb126035cbb4d9f0790c65870c61f4cd39
[]
no_license
han1402/Grafics
cbfddf2d5dd20606a06b2e2c1349e892ebd1e6ba
4ace7e517816005281102281ec33bb6b29818fa1
refs/heads/master
2023-02-03T16:02:10.926959
2020-12-16T07:23:46
2020-12-16T07:23:46
313,267,962
0
0
null
null
null
null
UTF-8
C
false
false
252
c
#version 330 core layout (location = 0) in vec3 position; out vec3 TexCoord; uniform mat4 projection; uniform mat4 view; void main() { TexCoord = position; vec4 pos2 = projection * view * vec4(position, 1.0f); gl_Position = pos2.xyww; }
[ "han1402@mail.ru" ]
han1402@mail.ru
b4a04fc2a5c6b3c8f110c257ccc2d77707c670ef
7a3fa00284c9d5285f8e52b15708b5069dbbc6fd
/StkExtensionPlugins/AviatorStrategy/Cpp/BasicManeuverExamplesCPP/Resource.h
b9bd14fdaa60358653adaaebf7cb7f1253b5460a
[ "MIT" ]
permissive
AnalyticalGraphicsInc/STKCodeExamples
a23960d581d38564adbfed955786b64a05ef0fda
04e4dd35a636d628c87365f83befec72ef033947
refs/heads/master
2023-08-30T23:58:11.279496
2023-08-25T21:08:46
2023-08-25T21:08:46
237,077,697
148
123
MIT
2023-08-22T21:31:13
2020-01-29T20:39:32
Jupyter Notebook
UTF-8
C
false
false
751
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by BasicManeuverExamplesCPP.rc // #define IDS_PROJNAME 100 #define IDR_BASICMANEUVEREXAMPLESCPP 101 #define IDR_BASICMANEUVERSTRATEGY3DEXAMPLENAVCPP 201 #define IDR_BASICMANEUVERSTRATEGY3DEXAMPLEPROFILECPP ...
[ "jthompson@agi.com" ]
jthompson@agi.com
d94581b8519d676290cd598937b4dd09c9bfb493
88bfe442a1282a65b03a4a8ee46ee74eab72e930
/C/stack/array_implementation/main.c
1ad803471c5ef23125dd314138901c26a447bfba
[ "MIT" ]
permissive
rt1599/algorithms
13298ed196adb5cbb6b7e5f1d82a538533b6fd5d
4bce9649875af5d1a99ca2365a76cf07021be4d4
refs/heads/master
2022-12-23T07:58:54.537081
2020-10-01T03:15:18
2020-10-01T03:15:18
299,840,709
0
0
MIT
2020-09-30T07:23:43
2020-09-30T07:23:42
null
UTF-8
C
false
false
925
c
/* Stack Test Function */ #include <stdio.h> #include "stack.h" int main(void) { STACK* pt = newStack(5); push(pt, 1); display(pt); printf("Size of Stack: %d\n", size(pt)); int peek_value; int peek_return = peek(pt, &peek_value); if ( peek_return == 0) printf("Top element is %d\...
[ "p.chheda29@gmail.com" ]
p.chheda29@gmail.com
8e1060ffbfd6d5f0332c322bb3588934c4ddf0d5
7418f7cd54d00c2aaed6f5dfed95be01bba3f861
/Lab_6_Pipes/task1.c
6aaa33144270bf1879abfdc5a93aacd8803c253d
[]
no_license
rufinogs/Operating-systems
08b8080dca472d26984bc8042c7210517f8767c7
8d402f796af615cea8cef8b000e2d7650e2d3ad8
refs/heads/main
2023-06-10T18:21:46.875392
2021-07-03T13:38:55
2021-07-03T13:38:55
382,041,614
0
0
null
null
null
null
UTF-8
C
false
false
1,220
c
#include <unistd.h> #include <stdio.h> #include <errno.h> #include <stdlib.h> #include <string.h> int main() { int ret_val; int pfd[2]; char buff[32]; char string1[]="Hi, now the reader is close"; /* Nothing in the string */ ret_val = pipe(pfd); /* Create pipe */ if (ret_val != 0) { ...
[ "noreply@github.com" ]
rufinogs.noreply@github.com
e2cbbc76f13efffed1061aba732c7311e861f6f8
9242ce27c03464b12cbbedb1bea384bf5c279041
/asn1_gen/DL-CCCH-MessageType.h
21baa81b0be91d82df6dcf64c39eaaa1794feb1d
[]
no_license
zhuminfeng/asn1c_test_mini
765d669bd6a5bc3cfa3a0e43ce9e1e6dc2fe2c96
4ddc50e555823572d089fa5f5618f34d69f66305
refs/heads/master
2021-06-18T18:50:13.431850
2017-03-15T10:56:40
2017-03-15T10:56:40
null
0
0
null
null
null
null
UTF-8
C
false
false
2,221
h
/* * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "EUTRA-RRC-Definitions" * found in "../asn1_defs/EUTRA-RRC-Definitions.asn" * `asn1c -gen-PER -fcompound-names -fnative-types` */ #ifndef _DL_CCCH_MessageType_H_ #define _DL_CCCH_MessageType_H_ #include <asn_application.h> /* Inclu...
[ "andre@softwareradiosystems.com" ]
andre@softwareradiosystems.com
5a3022fd027175760d00403993dd2fb0d6c42d5c
d91c11942fe233b6e6169c6cad1b632184143291
/src/green.c
62bd34241328ec3f04f3817de405726f6a326d12
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
AndreLouisCaron/libgreen
7608dce670d71f2b235c03b463d3f42047127661
637ab779e0cb7db0e579c9bf7c7fb9a686eb1b54
refs/heads/master
2021-05-02T11:21:49.481077
2016-01-03T06:34:49
2016-01-03T06:34:49
48,510,329
6
0
null
2017-01-02T04:19:46
2015-12-23T20:45:50
C
UTF-8
C
false
false
17,130
c
//////////////////////////////////////////////////////////////////////// // Copyright(c) libgreen contributors. See LICENSE file for details. // //////////////////////////////////////////////////////////////////////// #include <green.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #inc...
[ "andre.l.caron@gmail.com" ]
andre.l.caron@gmail.com
62fe3332c30861e2ff07cecd4b2a156c32f38f5c
cc76a4ffe907f095c379518fe1643f04b2bf7a8b
/red-black-tree/rbtree.c
6367f2bbdc2fdc89b261e11f6423531d35772458
[ "MIT" ]
permissive
AbnerLimaa/data-structures
22ea3866f02d36164ebb4223dd77884b9e245bdb
9d97852ab10ebb41a0577c8808b71b7292de1325
refs/heads/master
2021-05-08T19:27:56.196721
2020-11-10T19:54:39
2020-11-10T19:54:39
119,556,316
0
0
null
null
null
null
UTF-8
C
false
false
10,806
c
#include <stdlib.h> #include <stdio.h> #include "rbtree.h" #define RED 1 #define BLACK 0 typedef struct node node; struct node { int key; int color; node *dad; node *left; node *right; }; struct rbtree { node *root; node *nil; int size; }; node *newnd() { node *nd = (node*)mallo...
[ "abner.lima27@outlook.com" ]
abner.lima27@outlook.com
8b25374696b692a238f572ff7a5093de57efcce6
8824d24b73a355e41e9914280ee1e46f3163f457
/tmp/juno/src/lib/sera/sera.c
625c0c9834d28f3c3d78ecc59f3a66e9b9402cb7
[ "Zlib", "LicenseRef-scancode-public-domain", "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
pombredanne/EDGE-2
fe621cbab7c189cd91e2514a946e0f355a82c010
b09f82a65a7ee594f1a544141814647e087b250a
refs/heads/master
2020-12-28T06:57:04.628369
2015-12-29T13:49:37
2015-12-29T20:57:20
48,853,467
1
0
null
2015-12-31T15:20:00
2015-12-31T15:20:00
null
UTF-8
C
false
false
24,193
c
/** * Copyright (c) 2015 rxi * * This library is free software; you can redistribute it and/or modify it * under the terms of the MIT license. See LICENSE for details. */ #include "sera.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #define MIN(a, b) ((b) < (a) ? (b) ...
[ "rlyeh.nospam@gmail.com" ]
rlyeh.nospam@gmail.com
60edf4db078fcec9b8ba4afe4ddd24f855708e2e
c7504b073fa9256e522795a6351afd88cbd304a3
/Ch12/circumference.c
04f447fe08c8f9ec5ac57a4e480925afed61c2ae
[]
no_license
dmuseok1590/2020-C-Code
0183943f1d6b800dd86fbd5d0557707dd3ca58d9
5f8e86ff4f057e79da65c2e876df1247a56723a1
refs/heads/master
2022-08-21T13:26:37.030389
2020-05-30T06:35:01
2020-05-30T06:35:01
262,944,858
0
0
null
null
null
null
UTF-8
C
false
false
69
c
extern double PI; double getCircum(double r) { return 2 * r * PI; }
[ "64777990+seok1590@users.noreply.github.com" ]
64777990+seok1590@users.noreply.github.com
adca91ef6c4f8fdab12034354e2b1d49f63d2b54
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/php-src/ext/spl/extr_spl_array.c_spl_array_is_object.c
3431a0423a037a24de562804abe55fb25defdda6
[]
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,011
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
e7b3836453f77caebda2ed01dbbc9efc9290ca5a
a280aa9ac69d3834dc00219e9a4ba07996dfb4dd
/regularexpress/home/weilaidb/work/kernel/linux-3.0.8/drivers/s390/net/fsm.h
808797c60b2c57bf8635a669c5f19c19dfa10428
[]
no_license
weilaidb/PythonExample
b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466
798bf1bdfdf7594f528788c4df02f79f0f7827ce
refs/heads/master
2021-01-12T13:56:19.346041
2017-07-22T16:30:33
2017-07-22T16:30:33
68,925,741
4
2
null
null
null
null
UTF-8
C
false
false
1,247
h
#define _FSM_H_ #define FSM_DEBUG 0 #define FSM_TIMER_DEBUG 0 #define FSM_DEBUG_HISTORY 0 #define FSM_HISTORY_SIZE 40 struct fsm_instance_t; typedef void (*fsm_function_t)(struct fsm_instance_t *, int, void *); typedef struct fsm; #if FSM_DEBUG_HISTORY typedef struct fsm_history; typedef struct fsm_instanc...
[ "weilaidb@localhost.localdomain" ]
weilaidb@localhost.localdomain
4b832f31fb552399e2b723c021d1cd361bb29b32
50df12890aa8ff76032b5d5084437e9f274e593c
/torchsparse/backend/devoxelize/devoxelize_cuda.h
0f37bbc18844da1b11e307ed5c908212794ff569
[ "MIT" ]
permissive
haruki91f/torchsparse
209c62fb79a9a1c9be511c52f557f9f9b9f024ec
95a8fa5be52bbef0dd78290ff59b40f813486d97
refs/heads/master
2023-08-29T12:15:24.568686
2021-10-19T21:54:57
2021-10-19T21:54:57
null
0
0
null
null
null
null
UTF-8
C
false
false
415
h
#pragma once #include <torch/torch.h> at::Tensor devoxelize_forward_cuda(const at::Tensor feat, const at::Tensor indices, const at::Tensor weight); at::Tensor devoxelize_backward_cuda(const at::Tensor top_grad, ...
[ "noreply@github.com" ]
haruki91f.noreply@github.com
8ea5feffbdea20ce0c317aca12e7544eee6a9060
140ac213e970b90b3ea8c01060c6a87626109f88
/basic060_1062.c
8906663b76e2a31aaf89f7625911067cbc834556
[]
no_license
congcoding/CodeUp
dc57a04572f6f69f050e71e268a2fa099c66d219
189603f918765913a73d658f5399609d77d57ca6
refs/heads/master
2020-12-01T10:46:21.018593
2020-05-26T06:32:15
2020-05-26T06:32:15
230,610,579
0
0
null
null
null
null
UTF-8
C
false
false
103
c
#include <stdio.h> int main() { int a, b; scanf("%d %d", &a, &b); printf("%d", a ^ b); return 0; }
[ "congcoding@gmail.com" ]
congcoding@gmail.com
168dfd2a2d2ddf8d978b0dd48ec9b5e75d3980bf
f1bcd88dd8fb971c5ee29f15f8924ae2ea81da41
/Builds/AndroidStudio/app/src/main/jni/JuceModules/juce_gui_basics/properties/juce_PropertyComponent.h
6b5f595e0b688ea8b2e6c9dca52f6e7a855aeaf5
[]
no_license
haskellstudio/DrumClient
0335fe833142b39e21d56a4f9bfdc3fe3d02bbea
4fd0c74cc04c6a9f2e8485005fc5298ab010ae50
refs/heads/master
2021-05-12T12:07:53.468988
2016-05-01T09:30:20
2016-05-01T09:30:20
null
0
0
null
null
null
null
UTF-8
C
false
false
114
h
/Users/MacFra/Juce_Proj-Res/DrumClient/JuceLibraryCode/modules/juce_gui_basics/properties/juce_PropertyComponent.h
[ "francesco.simonazzi@gmail.com" ]
francesco.simonazzi@gmail.com
99d8c1ab6430a2809145d5e9fd9be0e0a37b09ef
52e1505b937dd976d7284e6f8dde1f2f5c052ab7
/MDINi5x0-EDK_v1.1.92_20190104/Drivers/mispdis.h
83b026bea81fb0f58185e7230fae243745b48bcc
[]
no_license
carl1218/imx290
decf401f97126853040a1ff926493c27f89ea4cc
0cb9aded3ee6851a4df81ae2fcbcda399d4b2079
refs/heads/master
2021-02-25T14:06:24.481971
2019-01-18T03:51:10
2019-01-18T03:51:10
245,456,261
1
0
null
2020-03-06T15:37:30
2020-03-06T15:37:30
null
UTF-8
C
false
false
3,140
h
//---------------------------------------------------------------------------------------------------------------------- // (C) Copyright 2008 Macro Image Technology Co., LTd. , All rights reserved // // This source code is the property of Macro Image Technology and is provided // pursuant to a Software License Agree...
[ "vongocson.nunu@gmail.com" ]
vongocson.nunu@gmail.com
9b5e612f4ce49c4d1378fb1836973054d13f5420
c20747872dbf92d4dcea939537e9ae4b567ae0a9
/spvm_enumeration.h
abf393f5d6eade18af557b488d407b5633971786
[]
no_license
rurban/SPVM-solo
0b83a43639630e02d3467f74b727f495f4f22f8c
9dacf400a63f3c3d548eb504be18bbd973d9e62e
refs/heads/master
2023-08-31T06:36:52.927549
2019-06-05T15:22:02
2019-06-05T15:22:02
92,851,373
0
0
null
2017-05-30T16:07:50
2017-05-30T16:07:49
null
UTF-8
C
false
false
203
h
#ifndef SPVM_ENUMERATION_H #define SPVM_ENUMERATION_H #include "spvm_base.h" struct SPVM_enumeration { SPVM_ARRAY* enumeration_values; }; SPVM_ENUMERATION* SPVM_ENUMERATION_new(SPVM* spvm); #endif
[ "kimoto.yuki@gmail.com" ]
kimoto.yuki@gmail.com
b6883574a703a9172fcbdfb9c530f724f7e9a265
7ca32b3082b2a3269dfea9cf10723e2a118cc750
/Pods/Headers/Public/apptentive-ios/ATTextMessageUserCell.h
baad4995fe495b38200e7816d3e93315133dcdd1
[]
no_license
callzhang/WokeAlarm
753e1d828394c030382410d44337d89d2d51b66e
5a9187cb61421f16bd2b431ffbc8e6ed0a74f144
refs/heads/master
2022-12-31T12:54:05.382028
2020-10-25T05:46:33
2020-10-25T05:46:33
26,385,954
0
0
null
null
null
null
UTF-8
C
false
false
87
h
../../../apptentive-ios/ApptentiveConnect/source/Message Center/ATTextMessageUserCell.h
[ "leizhang0121@gmail.com" ]
leizhang0121@gmail.com
42ea632e1840e3b15eaf6b12ea0a12e9e06b5c42
d5bcefb40ea2df92a07ca9de9c613b2b1620bd33
/src/mictcp.c
370b2dac1b9a43b274305fa214c84e75c9e026c1
[]
no_license
Cedouc/MICTCP
822379d327232249e263de4c25086a6564caa6e7
1d40702c3234ad4fce8026cda657f13c53261707
refs/heads/master
2021-06-12T03:54:29.576969
2017-01-20T09:54:44
2017-01-20T09:54:44
null
0
0
null
null
null
null
UTF-8
C
false
false
18,492
c
#include <mictcp.h> #include <api/mictcp_core.h> #include <stdint.h> #include <inttypes.h> #define WINDOW_SIZE 1000 #define LOSS_RATE 300 #define ADMISSIBLE_LOSS_RATE 97 /** * This is MICTCP version 3 * @author Alexis GIRARDI * @author Guilhem CICHOCKI * Stop and Wait OK * Phase de connexion OK * Fiabilité partielle O...
[ "alex@jarvis-debian" ]
alex@jarvis-debian
7292f40acc39e464d8825efeaf7436089fcff1b0
e14c51f13b378272d7094d0156da1ac56f0d7830
/include/kernel/mem.h
ffed6516ec3920a7e4958f373b79dcf28cb79a32
[]
no_license
moneytech/toy-baremetal-kernel
40274eafe17882434d332e11fd74707055347a42
e320de44b7234baba24b3745dfc842350500414e
refs/heads/master
2022-11-16T09:21:13.977390
2020-07-14T20:53:14
2020-07-14T20:53:14
null
0
0
null
null
null
null
UTF-8
C
false
false
673
h
#include <stdint.h> #include <kernel/atag.h> #include <kernel/list.h> #ifndef MEM_H #define MEM_H #define PAGE_SIZE 4096 #define KERNEL_HEAP_SIZE 1048576 // 1MB typedef struct { uint8_t allocated: 1; // This page is allocated to something uint8_t kernel_page: 1; // This page is a part of the kernel uint8_t kern...
[ "patrick.wolfe@tufts.edu" ]
patrick.wolfe@tufts.edu
d3011edbf7918cb746757e15d5b2b98ad42a8cd2
c93f942878ae53decdf44cb0ca0cb47d6e36b2f1
/old/lick_for_reward/Arduino/src/interface_variables.h
dcaf626d19556c48a48d821ae20e071831a14cae
[]
no_license
grg2rsr/TaskControl
df72a90afe121aa3d2e7f0a12e1da068191ff8ef
5e39c92c884f7961065e53e9a1b754c7adb6dd33
refs/heads/master
2023-01-13T08:31:55.534123
2023-01-06T11:23:47
2023-01-06T11:23:47
196,591,020
3
3
null
2020-06-03T13:53:19
2019-07-12T14:13:51
Python
UTF-8
C
false
false
148
h
int reward_tone_freq = 10000; unsigned long ITI_dur = 3000000; unsigned long reward_valve_dur = 70000; unsigned long reward_available_dur = 1000000;
[ "grg2rsr@gmail.com" ]
grg2rsr@gmail.com
f6e9d9e9f2ee80018bc1f2bc7c774f61aaf6d8da
c6389f9b11fd40ee9295f4e88a14a8057e294e4f
/components/nghttp/nghttp2/src/asio_server_request_handler.h
37af073a15d88d3d9c9a01244dcff877080161db
[ "MIT" ]
permissive
ghsecuritylab/N14
987ebb27cfbd7ebf84deadeb09a480aa51be34c7
76bc595e3face0903436e48165f31724e4d4532a
refs/heads/master
2021-02-28T19:46:09.834253
2019-11-19T14:36:58
2019-11-19T14:36:58
245,728,464
0
0
MIT
2020-03-08T00:40:31
2020-03-08T00:40:30
null
UTF-8
C
false
false
1,378
h
/* * nghttp2 - HTTP/2 C Library * * Copyright (c) 2015 Tatsuhiro Tsujikawa * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitatio...
[ "qitas@qitas.cn" ]
qitas@qitas.cn
c2151f61524c031ee529bf996d83e462973585c2
4e3f540e8db7150a91f37786a1dacfed7969008c
/usart/libs/USART.h
fd1bce50fc304f59a8a53c20da8cd8cc6892e196
[]
no_license
JuanSaz/school
29f92818cd3ad5f8e4c01f3bd8ae92bd0eaf6b1e
12335ebb835bb74fa77423a47ccefb3780f89243
refs/heads/main
2023-06-25T09:01:04.341660
2021-07-26T20:15:30
2021-07-26T20:15:30
389,181,668
0
0
null
null
null
null
UTF-8
C
false
false
387
h
#ifndef _USART_H_ #define _USART_H_ #include <stdlib.h> #include <avr/io.h> #include <avr/interrupt.h> /* Macros */ #define RX_ISR 0 #define TX_ISR 1 #define UDRE_ISR 2 /* Prototipos de funciones */ void USART_Init(uint32_t baud); void USART_Putc(uint8_t c); void USART_Prints(const ch...
[ "noreply@github.com" ]
JuanSaz.noreply@github.com
f68638f22199c3cb1b1d1b751a9d292a0f26e880
560b610cdbf43f971eb7e1a101f61aa6d5506861
/assignment-1/assignment-1.c
ee15bd12d16a303fa89c6a092e0d9809ff24cf9c
[]
no_license
Redwanthedeveloper/pupc-class
a4694306bd7e2332a819767dfeab1b257941b54c
01e7cdf76be9642898b2d151297922e67b30ba68
refs/heads/main
2023-03-26T09:00:48.878064
2021-03-13T08:03:35
2021-03-13T08:03:35
347,022,640
0
0
null
null
null
null
UTF-8
C
false
false
68
c
#include<stdio.h> int main(){ printf("Hi! I am Redwanul Haque"); }
[ "redwan.thedeveloper@gmail.com" ]
redwan.thedeveloper@gmail.com
c4c64112d8975178a2daa302abbff9bf8a89ad0c
e1e54dcefec7b77ad77ef9f4d5c176fe98c53092
/test/Analysis/inlining/false-positive-suppression.c
be485e0c1c6d3c3f1e64e5821e63a10e773b6efb
[ "NCSA" ]
permissive
skristiansson/clang-or1k
784bfe3fafd4b8d071471e5f9340a74b87427412
4194ff100805fab540585109902733fcf752bce6
refs/heads/master
2021-01-20T15:12:57.556972
2012-10-03T07:49:14
2012-10-03T07:49:14
4,017,891
2
1
null
null
null
null
UTF-8
C
false
false
2,172
c
// RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-config suppress-null-return-paths=false -verify %s // RUN: %clang_cc1 -analyze -analyzer-checker=core -verify -DSUPPRESSED %s int opaquePropertyCheck(void *object); int coin(); int *dynCastToInt(void *ptr) { if (opaquePropertyCheck(ptr)) return (int *...
[ "jordan_rose@apple.com" ]
jordan_rose@apple.com
d8dd5f201b282e08e0b6bda3794c78c5e1395f38
b815c634dd8a27bb3055cbd5c578c222db89e53a
/AccelerateWatch/Classes/acceleratelib/acceleratelib.h
0a0cde3ce3936d460e2d07d69280e1905e4dbdda
[ "MIT" ]
permissive
herrkaefer/AccelerateWatch
a4ef757907f9aa6036247cb9ca20a9851d6502f6
e876c9221f9c3e5dca27dcce4ea0d516fff15b2d
refs/heads/master
2021-01-17T15:55:19.791995
2018-04-21T02:41:22
2018-04-21T02:41:22
67,661,234
27
3
null
null
null
null
UTF-8
C
false
false
392
h
/* ========================================================================= acceleratelib - public API header Copyright (c) 2016, Yang LIU <gloolar [at] gmail [dot] com> ========================================================================= */ #ifndef __ACCELERATELIB_H__ #define __ACCELERATELIB_H__ ...
[ "gloolar@gmail.com" ]
gloolar@gmail.com
68308d63e8e571637c0007fd59b9b3f5d3869b4d
62ea197c05058c889b7e447e2f0bcaa1bbac9baf
/xv6/sysproc.c
eeac44cfd5de1e16d63b7da7154f7b577d696711
[]
no_license
peterjkirby/XV6
ae5d97173ba70f62bb5d813caad6df6b7bd84e68
63d893389099985099fd9f14831c4c0530fa07d0
refs/heads/master
2021-01-11T18:37:24.513153
2017-01-20T18:16:22
2017-01-20T18:16:22
79,584,273
0
0
null
null
null
null
UTF-8
C
false
false
2,417
c
#include "types.h" #include "x86.h" #include "defs.h" #include "date.h" #include "uproc.h" #include "param.h" #include "memlayout.h" #include "mmu.h" #include "proc.h" int sys_fork(void) { return fork(); } int sys_exit(void) { exit(); return 0; // not reached } int sys_wait(void) { return wait(); } int sys...
[ "peterjkirby@live.com" ]
peterjkirby@live.com
c192e02c3b49a2e716f067baf230b7f1dc5c30e3
82dc3cc4c97c05e384812cc9aa07938e2dbfe24b
/development/src-mirror/elements/surface_CB_EAM/EAMFCC3DMatT_surf.h
7ea3c64350ae90b67fa28142c7c636079194bf0b
[ "BSD-3-Clause" ]
permissive
samanseifi/Tahoe
ab40da0f8d952491943924034fa73ee5ecb2fecd
542de50ba43645f19ce4b106ac8118c4333a3f25
refs/heads/master
2020-04-05T20:24:36.487197
2017-12-02T17:09:11
2017-12-02T17:24:23
38,074,546
3
0
null
null
null
null
UTF-8
C
false
false
86
h
/home/saman/Tahoe/tahoe/../development/src/elements/surface_CB_EAM/EAMFCC3DMatT_surf.h
[ "saman@bu.(none)" ]
saman@bu.(none)
d145308f0b81feef45029eef007c35997dee0b7b
1d136c9cb7401a98a5b44548d2a9415e38b1241a
/SGL/SGL/inc/sgl_enum.h
370726823f6c91772ea9df3ed27b0eec7b7af66b
[ "MIT" ]
permissive
PureGraphics/SGL
bdd70ef2c213715003a9e593a61bf3453cdc6878
f94a92b3a8748be8f2a6f7c275dccee0bb5f1ac5
refs/heads/master
2021-01-23T11:51:01.703810
2015-07-07T09:02:17
2015-07-07T09:02:19
37,308,938
0
0
null
null
null
null
UTF-8
C
false
false
356
h
#ifndef sgl_enum_h #define sgl_enum_h enum SGL_PRIMITIVE_TYPE { SGL_PRIMITIVE_TYPE_NULL = -1, SGL_TRIANGLES = 0, SGL_POINTS, SGL_QUADS, SGL_POLYGON, }; enum SGL_MATRIX_MODE { SGL_MODELVIEW = 0, SGL_PROJECTION }; enum SGL_SHADE_MODEL { SGL_FLAT = 0, SGL_SMOOTH }; enum SGL_TEXTURE ...
[ "softgiant@126.com" ]
softgiant@126.com
2eecc1418ef8cf96fd9f97221ee94892a85650f9
d7bb352cf956e517967eabb77af8ace595ec17b9
/src/inv_mpu_lib/inv_mpu_dmp_motion_driver.c
aa4ad6f97e3c0171ab0e87d5b2568f49ae9d6e79
[]
no_license
Sino0904/DAQ
ed013cf4ca2069ec6d4588f8429d747fe05813ea
6fe329263a39816946c94d44ecda8be2716f95e9
refs/heads/master
2021-06-01T09:16:09.369178
2016-08-11T12:03:14
2016-08-11T12:03:14
null
0
0
null
null
null
null
UTF-8
C
false
false
52,277
c
/* $License: Copyright (C) 2011-2012 InvenSense Corporation, All Rights Reserved. $ */ /** * @addtogroup DRIVERS Sensor Driver Layer * @brief Hardware drivers to communicate with sensors via I2C. * * @{ * @file inv_mpu_dmp_motion_driver.c * @brief DMP image and interface func...
[ "mahmoud.abdulgalil@gmail.com" ]
mahmoud.abdulgalil@gmail.com
01b232a95918766d194079087597d88f0a26fd53
7c441af6a3f71dd766edfc34919182227cbd8815
/mudlib/u/cloud/dragonhill/nhillfoot.c
ec0ea38db49c553e096754663662b4bd3588b48f
[ "MIT" ]
permissive
angeluslove/es2
a0c69e57522cb940346c6805fd85e19cc0bbbad1
9e24d6c0272231214f32699cbac23f4bbace370d
refs/heads/master
2023-05-26T04:21:12.032453
2020-01-17T08:53:50
2020-01-17T08:53:50
234,507,910
0
0
MIT
2023-05-07T19:53:16
2020-01-17T08:46:06
JavaScript
UTF-8
C
false
false
429
c
// Room: /u/cloud/dragonhill/nhillfoot.c inherit ROOM; void create() { set("short", "卧龙岗北坡"); set("long", @LONG 从这往西北有条路通往雪亭镇,向南爬就是卧龙岗。 LONG ); set("exits", ([ /* sizeof() == 4 */ "northwest" : __DIR__"nroad", "southup" : __DIR__"hummock", ])); set("outdoors", "dragonhill")...
[ "limq@95tf.com" ]
limq@95tf.com
ff20b541591970863f63db69632141aea80b6818
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/fastsocket/kernel/net/rds/extr_ib_ring.c___rds_ib_ring_empty.c
9c7c1380804c1635985989222f383d5b48f3955d
[]
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
618
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
dd0b17db426221bf01461c1d2f8ce58ffbd46a62
b5b504754f4104b7a1973726be593e842d75839f
/User/UserSrc/Tasks/TaskConsole/TaskConsole.c
5fed2b2754f51b790b768dbc69b27430dcf4e045
[]
no_license
FBergemann/STM32-FreeRTOS-Framework
d934116ee6e6ab78997d74738474235febc11963
f92a88e99563bbe1cb7a6cae13c659022632e8d2
refs/heads/master
2023-07-08T09:36:46.082595
2021-07-17T09:47:40
2021-07-17T09:47:40
373,557,063
1
0
null
2021-07-17T09:47:40
2021-06-03T15:32:46
C
UTF-8
C
false
false
2,950
c
/* * TaskConsole.c * * Created on: Jun 4, 2021 * Author: frank */ #include "main.h" #include <cmsis_os.h> #include <stdio.h> #include <string.h> #include <stdbool.h> #include "UserInc/Logging.h" #include "UserInc/Tasks/TaskConsole.h" extern UART_HandleTypeDef huart3; extern RTC_HandleTypeDef hrtc; #defi...
[ "frank67x@gmail.com" ]
frank67x@gmail.com
e8b8de7f62f3fd7522ac93b9fbe8003ed0c75e53
b98694ab3c60ccd6987475e22c82ef520131869c
/higher-grade/src/parser.c
e84aa2380784d508511bac593d3eef7ad26cbeff
[]
no_license
uu-os-2019/module-2
398b2e21fc536794c4a7b97a4a871bd1c134cc9e
9c89cf825506cf1fc1b959c4d01de8ff6ada3f51
refs/heads/master
2020-04-19T03:55:30.249911
2019-01-28T11:05:09
2019-01-28T11:05:09
167,948,068
0
2
null
null
null
null
UTF-8
C
false
false
2,322
c
#include "parser.h" #include <stdlib.h> // EXIT_FAILURE #include <stdio.h> // printf() #include <string.h> // strlen() #include <ctype.h> // isspace(), #include <string.h> // strtok_r() #include <stdbool.h> bool empty(char* str) { while (*str) { if (!isspace(*str++)) return false; } return true; } ...
[ "karl.marklund@it.uu.se" ]
karl.marklund@it.uu.se
87a4459cbf6d2ac9609f3268c7ab1228b5d8df04
6945b15e24f9cb9ea247a766f6bfb55c6451c610
/e3372h-vendor-src/vender/include/drv/drv_sync.h
f211fff564cc4c7c031419104984681be1778a41
[]
no_license
im-0/e3372h-kmods
7619f43c357de5c8426bd2a8e4f7644dfd7abf22
e5f2da610abd78946786fdcd7ec6c744c9feb697
refs/heads/master
2021-01-25T14:23:40.397133
2018-06-08T02:50:29
2018-06-08T02:50:29
123,693,933
7
4
null
null
null
null
GB18030
C
false
false
1,993
h
/************************************************************************* * 版权所有(C) 1987-2011, 深圳华为技术有限公司. * * 文 件 名 : drv_sync.h * * 作 者 : lixiaojie l00227190 * * 描 述 : * * 修改记录 : 2013年5月6日 v1.00 lixiaojie创建 *************************************************************************/ #ifnd...
[ "mironov.ivan@gmail.com" ]
mironov.ivan@gmail.com
1f8ec01385959c520093db019e793142b3a66588
f4fad85937a7843a0ae5602918168f6617f8c1a4
/src/pty.h
369144a37488584ba2031dd0bd13cc1b6e677cd0
[ "MIT" ]
permissive
glines/ttoy
4dcceddbc60f14751c5d2f50c90256f8b4b14e46
f403ec89731a90f250f05c5a6d498452fe361ad8
refs/heads/master
2021-08-06T12:15:33.399506
2017-10-20T01:18:36
2017-11-05T21:12:31
74,736,601
0
0
null
2017-11-05T21:12:33
2016-11-25T07:44:48
C
UTF-8
C
false
false
2,391
h
/* * Copyright (c) 2016-2017 Jonathan Glines * Jonathan Glines <jonathan@glines.net> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to * deal in the Software without restriction, including without limitation ...
[ "jonathan@glines.net" ]
jonathan@glines.net
9489685cfd8e670d6fd0f8330fe6f035e06f85c9
a280aa9ac69d3834dc00219e9a4ba07996dfb4dd
/regularexpress/home/weilaidb/work/kernel/linux-3.0.8/arch/arm/mach-at91/board-rm9200ek.c
4835b36396b02584fbc0ceddd802a59c8890af37
[]
no_license
weilaidb/PythonExample
b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466
798bf1bdfdf7594f528788c4df02f79f0f7827ce
refs/heads/master
2021-01-12T13:56:19.346041
2017-07-22T16:30:33
2017-07-22T16:30:33
68,925,741
4
2
null
null
null
null
UTF-8
C
false
false
899
c
static void __init ek_init_early(void) static void __init ek_init_irq(void) static struct at91_eth_data __initdata ek_eth_data = ; static struct at91_usbh_data __initdata ek_usbh_data = ; static struct at91_udc_data __initdata ek_udc_data = ; static struct at91_mmc_data __initdata ek_mmc_data = ; static struct spi_boar...
[ "weilaidb@localhost.localdomain" ]
weilaidb@localhost.localdomain
120faafdb5feb3841cbd9a71efa4bb86e440445d
69a5b587ca42e1af860810a26bd962e561c45926
/simplesh-copia.c
5592ca869315fe78af8feacac38d4c381c6debd8
[]
no_license
MarioAntelo/PracticasUNI
167aab34b3040a6f0047603bc1260324c12c59e3
ca0fc5855a6bc85a4518f3a8586f6aa16eb9af4f
refs/heads/master
2021-05-05T14:59:42.473852
2018-07-13T15:23:01
2018-07-13T15:23:01
105,175,828
0
0
null
null
null
null
UTF-8
C
false
false
56,253
c
/* * Shell `simplesh` (basado en el shell de xv6) * * Ampliación de Sistemas Operativos * Departamento de Ingeniería y Tecnología de Computadores * Facultad de Informática de la Universidad de Murcia * * Alumnos: Sanchez Martinez, Alberto. * Martinez Cascales, Alberto. * * Convocatoria: FEB...
[ "mario.antribera@gmail.com" ]
mario.antribera@gmail.com
86a54afa81f2e70e940b923cd4ec81f31afe07b2
923be4ae67ca4cd7d996c73fe864cf2b2b2af74c
/MultiFlowdockAPI/MultiFlowdockAPI.h
8029be3b7e75aa2dcda599bf7b54e853fb5514dc
[]
no_license
ajorians/MultiFlowdockAPI
9935cf1747eb90eb5e4e5403a164b62555165024
de87e1c33e7deab90dbc9544934a43c8e25d34d8
refs/heads/master
2021-01-10T20:43:39.406058
2015-02-16T18:54:01
2015-02-16T18:54:01
30,875,299
0
0
null
null
null
null
UTF-8
C
false
false
1,088
h
#ifndef MULTIFLOWDOCKAPI_MULTIFLOWDOCKAPI_H #define MULTIFLOWDOCKAPI_MULTIFLOWDOCKAPI_H #ifdef WIN32 #define MULTIFLOWDOCK_EXTERN extern "C" __declspec(dllexport) #else #define MULTIFLOWDOCK_EXTERN extern "C" #endif typedef void* MultiFlowdockAPI; typedef int (*MultiFlowdockCreateFunc)(MultiFlowdockAPI* api); typede...
[ "a.orians@techsmith.com" ]
a.orians@techsmith.com
a54a05a3fdf95ecbb722240c5be581674366b126
f9e7b876c5cc4bd8cae56ae06226892de93a4adc
/uofw_courses_code/C_Programs/programs/workspace/codon_queue.c
1d5dedd47bcfbc41fab6658cdf39e66f1958d28a
[]
no_license
malachig/archive
6e6533ca55e63a48260fddc130d8c88e73e9e638
5e858ef0c13bd205d8b4b664f839184f8b7deeb4
refs/heads/master
2023-02-19T17:26:51.784890
2023-02-17T15:02:22
2023-02-17T15:02:22
16,629,086
1
1
null
null
null
null
UTF-8
C
false
false
2,398
c
/* Author: Malachi Griffith * Date: Dec. 15 2002 * Purpose: Use a Queue to store and display codon data. */ #include <stdio.h> #include <string.h> typedef struct node{ char letter; char abbrev[5]; char fullname[20]; char codon[5]; struct node *link; } Node; typedef Node *NodePtr; /* Function Prototype...
[ "malachig@gmail.com" ]
malachig@gmail.com
9fe54bbe4f0b730b1b906989e91a9ab33cd15e83
d4ef16bb0b5cf3217d8050f18a8d017fdc9c441d
/libstb/tss2/ibmtpm20tss/utils/eventextend.c
31b49d167782fcc8dddbfab2877e8265880bf396
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
open-power/skiboot
4e9fbb97d3bd90a8378191e355dce3b55e7003c7
3d634a147b49ecb93a9a851433140f91d1efd74a
refs/heads/master
2023-08-17T13:17:31.961906
2023-07-19T05:07:58
2023-08-09T20:56:01
21,414,075
92
156
Apache-2.0
2023-07-11T14:56:23
2014-07-02T06:42:26
C
UTF-8
C
false
false
13,550
c
/********************************************************************************/ /* */ /* Extend an EVENT measurement file into PCRs */ /* Written by Ken Goldman */ /* IBM Thomas J. Watson Research Center */ /* */ /* (c) Copyright IBM Corporation 2016 - 2019. */ /* ...
[ "oohall@gmail.com" ]
oohall@gmail.com
b28ef78a6ed8230e32d517a6ecee015b7f9e2cbc
c7b614ce2e7e0f42d427881b6a3502b72e578e4c
/CLinkList/linkList.c
8acfa5294b2dae5daabb8ac60d7f1e105795ae9e
[]
no_license
lpiert/faker
2799e38b2b85aa991bb895e8995a068c9a3c84a8
296683833d2525321addd9fd3ee0d78fedb6c606
refs/heads/master
2021-11-11T19:47:07.875413
2021-11-08T05:52:51
2021-11-08T05:52:51
108,641,209
0
0
null
null
null
null
UTF-8
C
false
false
4,144
c
#include "linkList.h" // 获取初始化后的数据指针 Data* initData() { Data* data = malloc(sizeof(Data)); memset(data, 0, sizeof(Data)); return data; //return (Data*)calloc(1, sizeof(Data)); } void node_proc_func(const Data* data) { assert(data); printf("current node:\n" "age:%d\n" ...
[ "noreply@github.com" ]
lpiert.noreply@github.com
a327b1980facff781603839906db3aab254a73ed
b34039a3a8f159c1f6d896fd77d0d9400edd391f
/Programmieren in C/Aufgabe B_2/area_test.c
0503ea3f63d0e0d48da4716971cedfa5b8a34f8a
[]
no_license
Nirusu/uni_assignments
82ab2482bbc7bd528510f131d3b568d2d4f1c6a2
e4a8616e75fc5e8ec53bbb29d87fae5dac892717
refs/heads/master
2021-10-08T09:43:41.801666
2018-12-06T16:45:15
2018-12-06T16:45:15
85,975,706
0
0
null
null
null
null
UTF-8
C
false
false
1,112
c
// Programmieren in C, RUB, WS 2016/17, Kapitel 11/12 // Bspl.: Spielfeld // Datei: area_test.c // Standard: C99-C11 // Test der Spielfeld-Funktionen initArea und showArea #include <stdio.h> #include "area.h" int main () { /*** Erster Test ***/ char test [][5] = {"ABCDE", "BCDEA", ...
[ "Nirusu@users.noreply.github.com" ]
Nirusu@users.noreply.github.com
f4b169770445b05b644f7ad183c437961e405ec3
dac40ebfdf916fd1924341ba284347353003f14e
/KEIL-MDK/FUNC/uart_svc.c
66d0817d49668a46573819e4aff6350dbee55ff3
[]
no_license
ghsecuritylab/wireless-analog-gateway
b20f36828c7534a7047277a3505b794b8e2964d8
4cecbcd1efeebecf163c4aa285eac58f3a90e984
refs/heads/master
2021-02-28T19:27:55.903999
2020-01-06T07:31:20
2020-01-06T07:31:20
245,727,512
0
0
null
2020-03-08T00:30:04
2020-03-08T00:30:03
null
GB18030
C
false
false
13,874
c
#include "uart_svc.h" #include "nrf_uart.h" #include "app_uart.h" #include "app_timer.h" #include "cmd_debug.h" #include "inclinometer.h" #include "string_operate.h" #include "lora_transmission.h" #include "string.h" #include "host_net_swap.h" #include "sx1262.h" #define UART_TX_BUF_SIZE 256 //串口发送缓存大小(字节数) #de...
[ "lenovoscience@163.com" ]
lenovoscience@163.com
a95aa77fc23fd7ec6f690396b6edcd5bd378f410
078a0cc054ba97b27c512acb3459911034eef1b3
/ADC_Library.c
b25aa6e36106609a6a1bb86b1b574f00f388c0f3
[]
no_license
AhmedMobarez/Prothetic_Knee
a03af0e1874f7ab85e50644be73d3858d4e0b276
7932f6e6b16e26c93d1fc964731a0af0ccb5de05
refs/heads/master
2020-07-08T04:44:17.923906
2019-10-20T10:45:02
2019-10-20T10:45:02
203,568,569
0
0
null
null
null
null
UTF-8
C
false
false
774
c
/* * ADC_Library.c * * Created: 6/16/2018 1:28:39 PM * Author: Ahmed */ #include <avr/io.h> #include "ADC_Library.h" void ADC_init(void) { // Select Vref=AVcc ADMUX |= (1<<REFS0); //set prescaler to 128 and enable ADC/Autotriggering/Interrupt ADMUX |= (1<<MUX0); ADCSRA |= (1<<ADPS2) | (1<<ADPS1) | (1...
[ "ahmed0mobarez@gmail.com" ]
ahmed0mobarez@gmail.com
c9b1e52a50a5602fb713c1819f1a7edaea27ab7e
282513540c4a1cad340e531bf59ba3dfd7c5f142
/libft/ft_strnequ.c
99edbd3a9474bddeb7b754c659410e136a87a713
[]
no_license
TimFutt/FDF
53e8a4816ed30963d32eb4c0cbd7e2eebc96f97a
9bc49e4da6c3990c07549da062e42fed8f54c787
refs/heads/master
2021-04-29T14:01:04.531468
2018-04-16T11:45:50
2018-04-16T11:45:50
121,764,171
0
0
null
null
null
null
UTF-8
C
false
false
1,180
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strnequ.c :+: :+: :+: ...
[ "tifuret@student.42.fr" ]
tifuret@student.42.fr
dc90b9d390c3c79602a3c328ea046051de32d55f
3e09c8b83253d5bbeea71dcfb5a8ec02c38db398
/CvGameCoreDLL/AgentPredicates.h
7c7d6786e762b61cb317976d1e4456b64f829a8c
[]
no_license
rytisbitcoin/AdvCiv
94187e7d04d3dac00c43a69bf733d8e01c1b63fb
7fb51361820a93977544971d3bc62599e99d4f98
refs/heads/master
2021-03-28T01:52:22.500124
2020-03-14T17:12:26
2020-03-14T17:12:26
247,820,146
0
0
null
2020-03-16T21:30:32
2020-03-16T21:30:31
null
UTF-8
C
false
false
1,722
h
#pragma once #ifndef AGENT_PREDICATES_H #define AGENT_PREDICATES_H /* advc.agent: New file. Predicates for specifying sets of agents (CvTeam or CvPlayer objects). */ /* Any predicates that are added to these two enums need to satisfy the assumptions stated in comments. Otherwise, client code may break; e.g. code...
[ "no.m@il.specified" ]
no.m@il.specified
bc812fd436049f118998616cb872f67a7b10714c
4c854b91ffe80862748c5b9b59d719fbb0f70c14
/packages/net/tcpip/current/tests/nc_test_master.c
246ed3623fae82dea7759b8d9d1e47d902abd670
[]
no_license
ldube/ecos
4f469f619872edf49d62ddb229ef00c2f35cedc5
64d7e8aa622f006e960646ecb75a4e4d2d89f87a
refs/heads/main
2023-04-03T15:10:38.700100
2021-04-14T21:17:21
2021-04-14T21:17:21
336,853,998
0
0
null
null
null
null
UTF-8
C
false
false
22,743
c
//========================================================================== // // tests/nc_test_master.c // // Network characterizations test (master portion) // //========================================================================== //####COPYRIGHTBEGIN#### // ...
[ "lwazeh@gmail.com" ]
lwazeh@gmail.com
bd4d3779d5df945763f92a0e5f27248a63f866a9
7a357b4d178c81f6e8040e96ca3db17613c051c3
/IntegratedIndividualAssisted/pre_cci.c
cdb923508d51ea2f209c7c8eaa4c85e1ac405460
[]
no_license
fmontenegroAFS/DCHBX_Scripts
22dae76330bf1ae09a665c8080abdd5397e050d6
8fb6d04c133dadc6a0efc7e8fc0b54f57e0e5b42
refs/heads/master
2021-01-10T11:42:46.923075
2015-12-02T21:39:37
2015-12-02T21:39:37
43,701,657
0
0
null
null
null
null
UTF-8
C
false
false
195,523
c
# 1 "c:\\users\\francis.montenegro\\documents\\github\\dchbx_perf_scripts\\integratedindividualassisted\\\\combined_IntegratedIndividualAssisted.c" # 1 "C:\\Program Files (x86)\\HP\\LoadRunner\\include/lrun.h" 1 # 103 "C:\\Program Files (x86)\\HP\\LoadRunner\\include/lrun.h" ...
[ "francis.montenegro@accenturefederal.com" ]
francis.montenegro@accenturefederal.com
5c99765ec1037bcc55d2164a7ad2a61137b5b15d
fccbff0a165a76b05e8e8d2c98fa33ac9e25cbda
/lab10/pr1.c
966a511af65762203acc28b2e0a6091798415d27
[]
no_license
anemonamaria/PC_labs
a21ba4bc03c5acef6755dd7d08b30affc348562e
2c552321ae924f855afc28e60b4f3698fe4c9d6c
refs/heads/master
2022-04-23T03:56:57.623910
2020-04-23T17:39:25
2020-04-23T17:39:25
258,282,364
0
0
null
null
null
null
UTF-8
C
false
false
742
c
#include <stdio.h> #include <math.h> double integrala(double (*func)(double x), double a, double b, int n) { double sum = 0, x1, x2, pas = (a - b) / n; int i; for (i = 1; i < n; i++) { x1 = pas * (i - 1); x2 = pas * i; //aria trapezului = (b + B) ...
[ "noreply@github.com" ]
anemonamaria.noreply@github.com
8bbdbf4543fc863d4e2869d4aff473cdec5b787b
d0ca36093b690328d199be84f23c660f0b9eabf3
/platformio/stima_v4/libraries/CycloneTCP-Mibs/src/mibs/mib2_impl_tcp.h
49af24343181c1c154b3f9d70f26ee4d434fe637
[]
no_license
r-map/rmap
9bb001b7680463d9d6a1dfefb554453f722fbcf2
88e3135ef981a418bb3c7ab652bfe381b6361e05
refs/heads/master
2023-09-04T00:00:01.294693
2023-09-01T18:14:25
2023-09-01T18:14:25
39,561,369
57
61
null
2023-06-07T09:45:06
2015-07-23T10:34:48
C
UTF-8
C
false
false
1,860
h
/** * @file mib2_impl_tcp.h * @brief MIB-II module implementation (TCP group) * * @section License * * SPDX-License-Identifier: GPL-2.0-or-later * * Copyright (C) 2010-2022 Oryx Embedded SARL. All rights reserved. * * This file is part of CycloneTCP Open. * * This program is free software; you can redistrib...
[ "marcobaldinetti@gmail.com" ]
marcobaldinetti@gmail.com
d69e3fc13754fc07085e1165856afa2d1fd5f04b
8119288c44fb03a8ea5c14c0cdef75714558c4ec
/root_analyzer/D2KpipiReco.C
d25718bd64580708d93467dd5d3c95a181d48215
[]
no_license
Mapse/d2kpipi
6249d4488993d6219be27e0bdd011899e514b076
9cbcc336c9e6715253415c8b9741b4561dee63fc
refs/heads/main
2022-12-25T15:22:18.232887
2020-10-06T21:45:04
2020-10-06T21:45:04
301,861,882
0
0
null
null
null
null
UTF-8
C
false
false
49,789
c
#include <iostream> #include <fstream> #include <string> #include <TH1.h> #include <TH2.h> #include <TF1.h> #include <TChain.h> #include <TBranch.h> #include <TCanvas.h> #include <TStyle.h> #include "load_d2kpipi_MBRun2010data_part1.C" #include "load_d2kpipi_MBRun2010data_part2.C" void load_d2kpipi_MBRun2010data_part...
[ "noreply@github.com" ]
Mapse.noreply@github.com
d3310a1e27592dd8b42ea3e682759aded48aafda
dccc024b443c0e4cabbdf78ba20ce980e22d9282
/vendor/nordic-sdk-17/examples/ble_central/ble_app_gatts/pca10040/s132/config/sdk_config.h
f5c70790ac681dc4e09922077884a8e36f985542
[ "MIT" ]
permissive
Ovyl/example-uart-cli-nordic
b75ddcf12a58fa1458a8c8c8bddc93973457c5b5
388d62cf1bf600aae3fbb0b9624cf1175d5480c0
refs/heads/main
2023-08-26T16:18:42.414613
2021-10-27T01:46:54
2021-10-27T01:46:54
409,372,690
2
1
null
null
null
null
UTF-8
C
false
false
298,982
h
/** * Copyright (c) 2017 - 2020, 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 no...
[ "nicksinas@gmail.com" ]
nicksinas@gmail.com
d96f06ef36191f05069820d09e07ae8ec513f6c2
d8188496d2bd2c941f006b910c6f9c0fd818cda1
/src/solaris/native/libxil/XILRenderer.c
b6f999cd279c75acd5029fcef928898d2b97a4e1
[]
no_license
hongye612430/jmf
b627101b6388d7942d42c691f903e2b690506b74
2866da781d306067168ac6c06a962129d5f48407
refs/heads/master
2021-01-16T23:07:50.433413
2008-11-25T15:41:08
2008-11-25T15:41:08
null
0
0
null
null
null
null
UTF-8
C
false
false
8,832
c
/* * @(#)XILRenderer.c 1.8 02/08/21 * * Copyright (c) 1996-2002 Sun Microsystems, Inc. All rights reserved. */ #define SUNXIL_WARNING_DISABLE 1 #include <malloc.h> #include <sys/utsname.h> #include <xil/xil.h> #include "com_sun_media_renderer_video_XILRenderer.h" #include <jni-util.h> #ifdef DEBUG #define PRINT(s...
[ "nicolas@marchildon.net" ]
nicolas@marchildon.net
61cd3d5a337122fafc4d3d6b2c069a3800a08d4d
18e69f3b8697cebeccdcd7585fcfc50a57671e21
/C/ckbook/section3/shellsort.c
73a694bd9fc1f8375b45b82dda5158c3a786f8d9
[]
no_license
ashikawa/scripts
694528ccfd0b84edaa980d6cde156cfe394fe98a
c54463b736c6c01781a0bfe00472acd32f668550
refs/heads/master
2021-01-25T04:01:34.073018
2013-12-02T03:33:29
2013-12-02T03:33:29
null
0
0
null
null
null
null
UTF-8
C
false
false
1,170
c
#include <stdio.h> #include <stdlib.h> #define ARRAY_LENGTH 10 int getrand(int min, int max); void shellsort(int v[], int n); void change(int v[], int i, int j); void dump(int in[], int n); /** * 3.5 shellsort */ int main(int argc, char *argv[]) { int in[ARRAY_LENGTH]; int i; srand((unsigned...
[ "a.shigeru@gmail.com" ]
a.shigeru@gmail.com
1ccf7356bc894db898d1218e094ec2812f05a6ea
c99c19637c8db7caeb30a08f946a5b56e5b228e0
/Circular_Trackpad/Single_Circle_Pad_USB_Mouse/API_HostBus.h
f63979a04cb80493631ba32c7a5c7d56d40e5605
[]
no_license
cirque-corp/Cirque_Gen6
a6fb828ac26f6c074fe7cc0df71370a8eda47764
78b2eff7f89951cb87c643240e26adf335e225b5
refs/heads/master
2023-09-01T06:03:10.706615
2023-08-16T23:41:17
2023-08-16T23:41:17
236,838,036
5
0
null
2021-04-26T15:30:12
2020-01-28T20:47:47
C
UTF-8
C
false
false
2,075
h
#ifndef API_HOSTBUS_H #define API_HOSTBUS_H // Copyright (c) 2018 Cirque Corp. Restrictions apply. See: www.cirque.com/sw-license /** @file */ #include "I2C.h" #include "HostDR.h" #ifdef __cplusplus extern "C" { #endif #define SUCCESS 0x00 #define BAD_CHECKSUM 0x01 #define LENGTH_MISMATCH 0x02 #def...
[ "david.smith@cirque.com" ]
david.smith@cirque.com
cd13b4585aa9f990ed2ebc0e2a153650210244e0
46c0a146bd5130d448c649b2dc7d6bbd0c5d9312
/srccode/stm32f10x.h
f326e636251b2ae7611aced14e65eccea3f9c096
[]
no_license
WANGYantong/LSM9DS1
cdd157cd8f965dab65cdc870124f274844588e94
c15c455cf0721786d2cdf87a31e62f8b96d94e0e
refs/heads/master
2020-07-25T17:11:12.609626
2016-09-09T04:10:38
2016-09-09T04:10:38
67,761,784
1
2
null
null
null
null
WINDOWS-1250
C
false
false
625,221
h
/** ****************************************************************************** * @file stm32f10x.h * @author MCD Application Team * @version V3.5.0 * @date 11-March-2011 * @brief CMSIS Cortex-M3 Device Peripheral Access Layer Header File. * This file contains all the peripheral regis...
[ "WangytChina@outlook.com" ]
WangytChina@outlook.com
cb9c1b1f989ad810656789c153771e215b0ef9e8
9bcba5bfac34b8319cf0e10bd3719b719cfb4d2a
/np21/i386c/ia32/instructions/data_trans.c
65232a5d3e5a5acf8c085de5b0dfbeaaaa8a54f9
[]
no_license
roytam1/rtoss
60a12f59d4cf11532460ce010463ba2d2b2c48b7
1041a1ab55cce3693d44c0fb199560442db39552
refs/heads/master
2023-08-04T11:18:53.858480
2023-07-29T15:08:02
2023-07-29T15:08:02
32,128,533
11
8
null
2023-03-01T14:09:47
2015-03-13T04:29:24
C
UTF-8
C
false
false
32,829
c
/* * Copyright (c) 2003 NONAKA Kimihiro * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list...
[ "roytam@gmail.com" ]
roytam@gmail.com
73b8a485a19fcf24660f1d084a6c46f59131ae97
ff07a93b119836d90aed4e54d26f8d644378fa2e
/cacheray/test/cooperative/cooperative.c
28c7f0a2f2bd47ee49ff73275074555cb53498bc
[ "BSD-3-Clause" ]
permissive
cacheray/cacheray
3025f6086a919099bc045662badaaaf0cd571f63
75f530ff01507144d09624c26a1d764dd75b429a
refs/heads/main
2023-04-22T06:03:32.379789
2021-04-23T17:44:10
2021-05-01T14:19:46
316,200,774
3
3
BSD-3-Clause
2021-05-01T14:19:47
2020-11-26T10:48:49
Java
UTF-8
C
false
false
256
c
#include "matrixer.h" #include "sorter.h" #define SORTER_BUF_SIZE (100) int main() { int arr[SORTER_BUF_SIZE]; sorter_fill_random(arr, SORTER_BUF_SIZE); sorter_bubble(arr, SORTER_BUF_SIZE); return 0; // handle_trace_data(TRACEBUF, final); }
[ "kgrasman@sandvine.com" ]
kgrasman@sandvine.com
ee676e7a136ca04c1daf68ba5dcd52027cc725f8
2ded5cf770a461ca53bafe91aa9629d5e1853ad7
/philosophers/1stWay_okButSlow/philo_two/ft_itoa.c
cd2e23bfbfbba1c5d19b258b48c4a84c6d7fc739
[]
no_license
nicokla/42_C
bae31c8a66d7a6f8032c4e5a81e3157ff00de99a
57dc78c336e0fc796eb536d350e115321b553089
refs/heads/master
2022-04-16T10:09:01.501700
2020-04-15T18:11:06
2020-04-15T18:11:06
255,999,568
0
0
null
null
null
null
UTF-8
C
false
false
1,453
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_itoa.c :+: :+: :+: ...
[ "nicolas.klarsfeld@gmail.com" ]
nicolas.klarsfeld@gmail.com
a7b1fd85122c36fa9f31bb5b7655be1875643a4c
20ab0b1aede5f6cae9517f6911e4e1ee80839235
/Multi-Core OS Design Raspberry PI2B/p5 - distributed scheduling between cores/u_kernel.c
779f0b57a9100cb7ea96b9d9355948cd9c443a6c
[]
no_license
mancrespi/Multi-Core-Raspberry-Pi-Programming
c6f9015771a0dde3da1f47d892cce3ef09298c66
287228d52029f95a4885b012484720027cec5390
refs/heads/master
2021-01-12T11:56:25.796263
2016-09-27T03:51:16
2016-09-27T03:51:16
68,843,220
0
0
null
null
null
null
UTF-8
C
false
false
646
c
#include "hype.h" unsigned int ukernel_status(unsigned int id) { unsigned int inmsg, outmsg, status/*, thread*/; outmsg = SET_REGMSG( CORE_RUN, id, 0xcafe ); do { unsigned int backoff = 1; while (!send(0, outmsg)) { oldwait(backoff); backoff *= 2; } /*blink_led(RED);*/ } while (( inmsg = recv(US...
[ "mannycrespi@Mannys-Air.fios-router.home" ]
mannycrespi@Mannys-Air.fios-router.home
cc419fb3b3099a309b8670f53e99156531cddaa2
04c8d8da9cebc13513c1b9c7658707ecadfa0ed3
/Roll a Ball/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Array_InternalEnumerator_1_gen_416.h
28b45ee86eddb1f7709ed780fc320575fc1ea836
[]
no_license
fkieyhzen/RollABall
ed9ef9e93f3cfaecd2be10013797e97e9c1e479e
f083b660966094939ed2b5d2028e31bb4e86a67e
refs/heads/master
2023-03-19T18:19:11.437779
2015-06-08T15:27:45
2015-06-08T15:27:45
null
0
0
null
null
null
null
UTF-8
C
false
false
404
h
#pragma once // System.Array struct Array_t; // System.ValueType #include "mscorlib_System_ValueType.h" // System.Array/InternalEnumerator`1<UnityEngine.LogType> struct InternalEnumerator_1_t10383 { // System.Array System.Array/InternalEnumerator`1<UnityEngine.LogType>::array Array_t * ___array_0; // System.Int32 ...
[ "patrick@beetheswarm" ]
patrick@beetheswarm
96e01d53fa8e98cf9514c845a73ef916f07341c2
99d8cd680eb12cdd0f27af668bccf913573e6da1
/mcc_generated_files/mcc.h
ede347f49984cc078d660a21b393010623ffe8b0
[]
no_license
luciodj/BlueRocket
8fca8a9a4162202ab81273c75e5c13a70992f794
3ed525fda6fc46e21b7f0fde516d2d9e16ce4b0b
refs/heads/master
2020-08-27T07:27:21.089080
2019-11-30T09:28:20
2019-11-30T09:28:20
217,284,560
0
0
null
null
null
null
UTF-8
C
false
false
3,009
h
/** @Generated PIC10 / PIC12 / PIC16 / PIC18 MCUs Header File @Company: Microchip Technology Inc. @File Name: mcc.h @Summary: This is the mcc.h file generated using PIC10 / PIC12 / PIC16 / PIC18 MCUs @Description: This header file provides implementations for driver APIs for a...
[ "pilot@flyingpic24.com" ]
pilot@flyingpic24.com
dd3852645cb53cb515362d68bdbf4d1d63e8aa93
f629d7bde7aba48a5e682d0ed9857ec9112991f1
/DCFabric-controller/inc/fabric/fabric_thread.h
3e01c87be8bc5e6c2f9fef36c529e44101d42375
[]
no_license
yangleo/sdn-controller
bd7cc27138a0cae747d3268d75c5cd151ac840a3
38f6ba5ccaa176b5bb54b5b6d95a55e00bba5900
refs/heads/master
2021-01-18T03:38:17.832555
2017-03-22T08:49:22
2017-03-22T08:49:22
85,805,069
1
0
null
null
null
null
UTF-8
C
false
false
1,136
h
/* * DCFabric GPL Source Code * Copyright (C) 2015, BNC <DCFabric-admin@bnc.org.cn> * * This file is part of the DCFabric SDN Controller. DCFabric SDN * Controller is a 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 ...
[ "yanglei@qbad.com" ]
yanglei@qbad.com
9386e1b57c67e8b99d92be8d876a5e01ac910dc4
72bffd9e03a4e02cc63b5bc4f5325476984e1b8f
/improve_part/stepper—第四象限顺时针圆弧插补-逐点比较法/User/main.c
b555fd135f2a21400716010bdaf8a1017238959a
[]
no_license
stoneboy0610/ebf_motor_tutorial_code_stm32f407_batianhu
e63e4826ad1ff65ee5ac1547cd490fcecbc831c8
54d827f17c574229676a5dbb8df8f8a868340143
refs/heads/master
2023-06-11T20:53:16.475887
2021-05-21T03:01:43
2021-05-21T03:01:43
null
0
0
null
null
null
null
GB18030
C
false
false
4,236
c
/** ****************************************************************************** * @file main.c * @author fire * @version V1.0 * @date 2020-xx-xx * @brief 第四象限顺时针圆弧插补 ****************************************************************************** * @attention * * 实验平台:野火 STM32 F407 开发板 ...
[ "hjw0415@outlook.com" ]
hjw0415@outlook.com
baa6fa6e6891ea25b12c9cf324d800d5f1a404fa
294d9c299aefe071bc3051483d06f5a0481919b7
/mu_ports/asf4/mu_port_sleep.c
910ffe406592ae5cc400897f3c82c0b2a406b748
[ "MIT" ]
permissive
aliakseimakarau/mulib
5f8a71df3170de50889ffc7e1f4ed1a3b84f46d8
0d282f1b14028c547979174fa598dac24149b365
refs/heads/master
2020-12-14T21:17:40.518347
2020-01-14T00:44:37
2020-01-14T00:44:37
null
0
0
null
null
null
null
UTF-8
C
false
false
3,640
c
/** * MIT License * * Copyright (c) 2019 R. Dunbar Poor <rdpoor@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 deal * in the Software without restriction, including without limitation the right...
[ "rdpoor@gmail.com" ]
rdpoor@gmail.com