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
40089089f1c27580111082f77bf8f1a3674cf92c
6466f5ae834d693273a019670f5913f1dfdf2147
/efm8/mcu/EFM8LB1/peripheral_driver/inc/uart_0.h
7825453e755bddf9d114704f3692fbf1dac7d85f
[]
no_license
ahtn/efm8_sdcc
8e6b7d29a0ae1393cc9d0c1752f212d10afd654a
d224d7b5551271afae5f23e7596a346fd0b2dbf7
refs/heads/master
2020-03-11T09:25:07.607306
2018-04-17T14:14:39
2018-04-17T14:14:39
129,910,184
10
5
null
null
null
null
UTF-8
C
false
false
22,015
h
/****************************************************************************** * Copyright (c) 2014 by Silicon Laboratories Inc. All rights reserved. * * http://developer.silabs.com/legal/version/v11/Silicon_Labs_Software_License_Agreement.txt ***********************************************************************...
[ "jem@seethis.link" ]
jem@seethis.link
69b6a883e25a6b2a7918fbc5e7d52beecee979d0
ab56f881e1320dbe4a63a235fe1e7a2c7a85d32c
/bonus libft/ft_lstnew.c
b66acc21f5e8835aee010ca29215394383b5d44a
[]
no_license
loccupy/libft
67cd39ec45c64fac833acb49b3c99a8c3477e558
45c6f1f0bd6b492931614391d766c543d57a5aa4
refs/heads/master
2023-05-27T16:02:31.371081
2021-06-18T07:41:51
2021-06-18T07:41:51
378,071,876
0
0
null
null
null
null
UTF-8
C
false
false
227
c
#include "libft.h" t_list *ft_lstnew(void *content) { t_list *element; element = (t_list *)malloc(sizeof(*element)); if (!(element)) return (NULL); element->content = content; element->next = NULL; return (element); }
[ "loccupy@pr-p5.kzn.21-school.ru" ]
loccupy@pr-p5.kzn.21-school.ru
c138a397e74530116dce0dfbf66596a3a62dd1c1
5aa4094e5778c5293457f7896b7f506d213c9005
/slkq/user/log.c
b97999359ac97c8d7eed8782f2e1e19dc3f7d212
[ "MIT" ]
permissive
charmingdisorder/code-bits
044ffed86012c0e60e2b4827c5bf24d97a495871
130090e298fc7de51e563ba50b9c48967075cfd2
refs/heads/master
2021-07-06T22:39:34.047131
2020-08-24T06:41:44
2020-08-24T06:41:44
169,470,633
1
0
null
null
null
null
UTF-8
C
false
false
2,281
c
#include <stdlib.h> #include <stdio.h> #include <stdarg.h> #include <syslog.h> #include <errno.h> #include <string.h> #include <time.h> #include "log.h" static int logstarted = 0; static int logstderr = 0; static int logdebug = 0; static char *stderr_ident = NULL; static int show_ts = 0; static char *get_timestamp ()...
[ "alexey.mikhailov@gmail.com" ]
alexey.mikhailov@gmail.com
90fdc10f127858f279db7fc1f2002cf918f5f2c1
250aee37ffcc27ca5752699a7f490ecc26529fea
/d05-1/ex01/ft_putnbr.c
90c896c005c2c07d924dc19f3e8ba50c49c30b11
[]
no_license
lbenard/piscine-c
407ed334e470685813447ee5932488f4e9fc317d
b23e463b6bc30dc2928da4b797b3dbc98e7e2eea
refs/heads/master
2020-03-25T22:29:48.491961
2018-11-08T14:05:34
2018-11-08T14:05:34
144,225,982
0
0
null
null
null
null
UTF-8
C
false
false
1,134
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putnbr.c :+: :+: :+: ...
[ "lbenard@student.42.fr" ]
lbenard@student.42.fr
9f8e4f88827e794f2017d6c560dbe6dc620a3d58
c0c2e3ccd4437b464980e9de140e0713db1b19d3
/Logmgr.c
46eb5fe9181d3ad68b3bf2981a8c3545856921ca
[]
no_license
castoryan/General_Sensor_GateWay
83f701bf33860b5887ff5cc503cf246866e6d671
78754cef58bef7bf437162dea9bfea05d96c31da
refs/heads/master
2021-01-10T13:00:28.148601
2016-03-31T22:06:46
2016-03-31T22:06:46
55,181,492
0
0
null
null
null
null
UTF-8
C
false
false
10,420
c
/******************************************************************************** * File Name: Logmgr.c * Author: Qinrui Yan * Organizaion: KU_Leuven-GroupT * Date: 2015-06-19 * E-mail: castoryan1991@gmail.com * Description: .c file of implementing log event processing ****************************************...
[ "castoryan1991@gmail.com" ]
castoryan1991@gmail.com
6599492ad2545a460187425aeae6b7ac75abb125
0dfd2a25cf22eccb6d090b67c901869f3fc37f2b
/SingleParticleResolution/Plots/Stage43/SingleParticleEnergyResolution_RecoStage_50_Kaon0L_30GeV.C
196cadf6650245dc0b9925e6d6e0c791eecf6d8f
[]
no_license
StevenGreen1/EnergyResolutionAnalysisGridJobs
0ab5eef0df35a725080c59c3b763b73e6d20a844
767304b079ca5736acf83534881b55020df11222
refs/heads/master
2021-01-10T15:09:31.650184
2015-10-28T13:14:52
2015-10-28T13:14:52
45,029,161
0
0
null
null
null
null
UTF-8
C
false
false
4,726
c
{ //=========Macro generated from canvas: Name/Title //========= (Tue Oct 20 18:45:13 2015) by ROOT version5.34/30 TCanvas *Name = new TCanvas("Name", "Title",0,0,600,500); gStyle->SetOptStat(0); Name->SetHighLightColor(2); Name->Range(-7.500001,-95.41876,67.5,858.7688); Name->SetFillColor(0); Name->...
[ "sg1sg2sg3@hotmail.co.uk" ]
sg1sg2sg3@hotmail.co.uk
00ecb968b03108f075ffa26f0c05cd68c4cb2582
15b164f48d1dd39da0d422433dafeca4806bdf0e
/include/dispatcher/orangefs.h
9497702b87f97ec39c25f3e14a3cdf4e102f3a85
[]
no_license
jeanbez/forge
a758c4b9a448be63129d0a742ce786afdfd062a6
3c39204130ccdbaa79266e1f71a330d73945d13d
refs/heads/master
2023-04-08T13:47:48.069842
2021-06-19T04:16:14
2021-06-19T04:16:14
269,116,499
0
0
null
null
null
null
UTF-8
C
false
false
421
h
#include <mpi.h> #include <agios.h> #include <pthread.h> #include <errno.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include "forge.h" #include "log.h" void dispatch_operation(struct aggregated_request *aggregated); void callback_read...
[ "jeanlucabez@gmail.com" ]
jeanlucabez@gmail.com
d5f9795b37dc38a3e1f8eed69f457cae79b95cff
3084d5ea6b1f441f8cc4a3f9660ca160ad23f99c
/CS202/lab_1/defs.h
42d5ffc66c3bec7336453f22616dea378cf6e460
[ "MIT" ]
permissive
alumi5566/xv6_collect
e86f36f25b21996479d57fef31d15e230ad76d03
25c466b4e0f633a49c94fedfab11955533904b42
refs/heads/master
2020-03-13T19:55:43.683349
2018-06-20T23:42:47
2018-06-20T23:42:47
131,263,637
0
0
null
null
null
null
UTF-8
C
false
false
5,620
h
struct buf; struct context; struct file; struct inode; struct pipe; struct proc; struct rtcdate; struct spinlock; struct sleeplock; struct stat; struct superblock; // bio.c void binit(void); struct buf* bread(uint, uint); void brelse(struct buf*); void bwrite(struct buf*); // cons...
[ "alumi5566@gmail.com" ]
alumi5566@gmail.com
50a7821c3da99bf4217325af50578f93546bb2e1
2cefe7d7e6a0ba8e429fb359c14829f16fa60dfd
/wtime/wtime.c
520f236c5711038496c896de90f2bfb75f5c3c31
[]
no_license
latifkabir/Computation_using_C
485cfee895f780b3c7d67cc4c5d98118d93e38c8
733c833025e7499f19a0e15c8b0b8beeefa55709
refs/heads/master
2020-12-25T14:02:23.779462
2015-06-27T03:06:35
2015-06-27T03:06:35
21,218,671
1
0
null
null
null
null
UTF-8
C
false
false
755
c
# include <stdlib.h> # include <time.h> # include "wtime.h" /******************************************************************************/ double wtime ( ) /******************************************************************************/ /* Purpose: WTIME reports the elapsed wallclock time. Discussion: ...
[ "johannes@debussy" ]
johannes@debussy
11f85a3fbdf5b1a736e17dcd07f84b1647298ad8
57ded03218ee7c25c8cbe2737991a9a3ec780369
/rdpartyrobotcdr-v2.0b2/drivers/HTGYRO-driver.h
de7d55c4eb660110e9b797aead725e942b1adea9
[]
no_license
ivanseidel/Robot-Rescue-2011
4205673572e78a2e4d6076140fb712ac75278eb6
26d523a98d62a0b943675c57623ef790909a1931
refs/heads/master
2021-01-10T10:27:51.996380
2016-01-13T00:22:33
2016-01-13T00:22:33
49,524,007
1
1
null
null
null
null
UTF-8
C
false
false
5,268
h
/*!@addtogroup HiTechnic * @{ * @defgroup htgyro Gyroscopic Sensor * HiTechnic Gyroscopic Sensor * @{ */ /* * $Id: HTGYRO-driver.h 49 2011-04-27 13:00:05Z xander $ */ #ifndef __HTGYRO_H__ #define __HTGYRO_H__ /** \file HTGYRO-driver.h * \brief HiTechnic Gyroscopic Sensor driver * * HTGYRO-dr...
[ "ivanseidel@gmail.com" ]
ivanseidel@gmail.com
89a9c1945c530a48f332d43bd531adadf6ec9165
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/34b54afc-489e-4caf-91dc-e13b87de308a.c
4c69ec80038e29b4c63d19e26eb05647bc4516ef
[]
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
524
c
#include <string.h> #include <stdio.h> int main() { float i; float j; float k; float l; i = 6; j = 9; //variables /* START VULNERABILITY */ int a; long b[14]; long c[5]; a = 0; while (a > -1) { /* START BUFFER SET */ *((long *)c + a) = *((long *)b + a...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
742bdef59095e14545375c34b137c71020c511a5
2b0022bed0729e60f2e9cc759ab2a1539f81dc40
/x64.c
c209eb980b76cc7f187523b84599249ca5175baa
[]
no_license
dam240/MYtoycompilerServe
c6a3e5e4d8d81b8fd81fa6317e24f1758fdfc20c
d0bbd5366752ff3e9b6d5999b6bd19c6eab3b2be
refs/heads/main
2023-06-05T16:25:28.325175
2021-06-29T08:25:11
2021-06-29T08:25:11
375,569,885
0
0
null
null
null
null
UTF-8
C
false
false
10,019
c
#include <stdio.h> #include <string.h> #include <stdlib.h>> #include <errno.h> #include "model.h" #include <elf.h> typedef struct _section_info64 { Elf64_Phdr scn_hdr; pu8 scn_data; long scn_size; long scn_file_size; long scn_file_offset; long scn_virtual_size; } section_info64...
[ "noreply@github.com" ]
dam240.noreply@github.com
79ed1bdbe88ea4c4e507c2a85e7e7ef9eddfcbb8
5fb260e5ec30c001a82c356bd40115c0cfca61be
/ED01_712171_Luana_Campos_Takeishi/Original/Exemplo0105.c
5ba984e132a535dd74b379bcd998566f9e25759f
[]
no_license
Lucatake/AEDI
4339d5a269c7fc3cc35a3fcb1c222ff065eb1ce5
1a382bd50e1bfae9954bece2a6b1378752ecf76b
refs/heads/main
2023-08-24T17:01:36.049349
2021-10-17T21:52:53
2021-10-17T21:52:53
327,014,001
0
0
null
null
null
null
UTF-8
C
false
false
2,742
c
/* Exemplo0105 - Versao 0.1 - 21/08/2020 Author: Luana Campos Takeishi Matr'icula: 712171 Para compilar em terminal (janela de comandos): Linux: gcc -o exemplo0105 exemplo0105.c Windows: gcc -o exemplo0105.exe exemplo0105.c Para executar em terminal (janela de comandos): L...
[ "1295943@sga.pucmias.br" ]
1295943@sga.pucmias.br
2909b9874c86d6a8523b5b8091e298e638af38b8
a05be3a41be347bf84cd85618597c93ca6fb82e9
/day05/ex02/ft_strstr.c
aead66ac326cfa87114ff807c7fa8ae5de42d7c7
[]
no_license
shukrisamaai/day05
7b5968c58dca402c64fe0612c45956f3bd9a3986
7db9dd68d9dba1131d7795093556388b8e1d2d82
refs/heads/master
2022-11-04T19:27:09.267095
2020-06-24T12:44:04
2020-06-24T12:44:04
274,661,142
0
0
null
null
null
null
UTF-8
C
false
false
872
c
#include <unistd.h> #include <stdio.h> #include <string.h> #include <math.h> #include <stdlib.h> void ft_putchar(char c) { write (1, &c, 1); } void ft_putstr(char *str) { int i; i = 0; while (str[i] != '\0') { ft_putchar(str[i]); i++; } } void ft_putnbr(int nb) { if (nb > 21474836 || nb < -21474836...
[ "ssamaai@student.wethinkcode.co.za" ]
ssamaai@student.wethinkcode.co.za
0e02551ade93d59e27020597d5b9ef27070424b5
fff6d13af91db925a94b3e3474108fafd519bba0
/src/General/stdPcx.c
6c3c017f66f40ba1d9f616ddd026d204ced556c1
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
shinyquagsire23/OpenJKDF2
94f1364628924ac944466107606b91c6faeec3df
b79b8c210878b6f276ed3d1a5dad91d9219e6ce1
refs/heads/master
2023-07-08T16:41:38.986577
2023-06-28T08:47:39
2023-06-28T08:47:39
139,542,792
381
34
NOASSERTION
2023-06-28T08:47:40
2018-07-03T07:09:45
C
UTF-8
C
false
false
4,739
c
#include "stdPcx.h" #include "Engine/rdMaterial.h" #include "General/stdBitmap.h" #include "stdPlatform.h" #include "jk.h" #include "Win95/stdDisplay.h" #include "Win95/std.h" stdBitmap* stdPcx_Load(char *fpath, int create_ddraw_surface, int gpu_mem) { stdBitmap *bitmap; stdVBuffer **mipSurfaces; stdVBuff...
[ "mtinc2@gmail.com" ]
mtinc2@gmail.com
32f5a3bae517f97cd5304f9b00b52a0ce364f6a0
548f78575a14899c37e3052a924f1a36f739ebb5
/libft/libft-mains/main_strncmp.c
b27673d68e435a76f4bb60fe50aa04366f52ed33
[]
no_license
fyusuf-a/42cursus
9df9a8688233a189f3d583fa873e355553625b47
4a2be1b91bde325edb095760c58af5d55b25cea5
refs/heads/master
2022-01-26T16:03:37.565171
2022-01-11T16:09:47
2022-01-11T16:09:47
240,278,857
5
0
null
null
null
null
UTF-8
C
false
false
1,726
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main_strncmp.c :+: :+: :+: ...
[ "fyusuf-a@student.42.fr" ]
fyusuf-a@student.42.fr
ffe201f0a0d703db80569e51dec01fc43fc51e3f
7f4e9e468f3d013296d4bca7260c499e51b85bfa
/ruby/ext/asciipack/init.c
1894601c0a32d87400c6f46d3b2209339b320c8f
[ "MIT" ]
permissive
ksss/AsciiPack
258bec8d113b6068e65ed43d157ee42d52f488b4
7796e94ead2d11e4423d0da6c563e985ee16dd87
refs/heads/master
2016-09-05T13:21:54.060820
2013-12-06T02:08:34
2013-12-06T02:08:34
13,155,512
2
0
null
2013-10-27T04:49:50
2013-09-27T16:32:52
JavaScript
UTF-8
C
false
false
515
c
#if defined(_MSC_VER) && _MSC_VER < 1600 typedef short int8_t; typedef unsigned short uint8_t; typedef int int16_t; typedef unsigned int uint16_t; typedef long int32_t; typedef unsigned long uint32_t; typedef long long int64_t; typedef unsigned long long uint64_t; #else #include <stdint.h> #endif #in...
[ "co000ri@gmail.com" ]
co000ri@gmail.com
7b6b763b6d52cb04efc9743baec3de7db5df0596
e6da5a3210800cdfde59f3bbb7986ff3fc878598
/contrib/dict_xsyn/dict_xsyn.c
16fa40363a4431559af5a5b37b8f8061390fd3ad
[ "BSD-3-Clause", "PostgreSQL", "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause" ]
permissive
Tencent/TBase
b66f13583ce6cd02ee5d453e2ce5a3a61e8b8f13
7cf7f8afbcab7290538ad5e65893561710be3dfa
refs/heads/master
2023-09-04T03:27:38.289238
2023-03-09T12:02:41
2023-03-09T12:18:46
220,177,733
1,433
283
NOASSERTION
2023-07-31T07:31:58
2019-11-07T07:34:03
C
UTF-8
C
false
false
6,338
c
/*------------------------------------------------------------------------- * * dict_xsyn.c * Extended synonym dictionary * * Copyright (c) 2007-2017, PostgreSQL Global Development Group * * IDENTIFICATION * contrib/dict_xsyn/dict_xsyn.c * *-----------------------------------------------------------...
[ "chenzaini@sina.com" ]
chenzaini@sina.com
2ff5d58a99a2b17615ca19f363c8d5d524371920
ece741c969af8573c5bc3f913ac8324456dfc7d6
/psp/video_hardware_model.h
de06e74c6bf343288d1df7ee538459ae661f9eee
[]
no_license
mrneo240/CSPSP_ADQ
9db744ecfb71039be6dea3f425e950113b13aeee
157a3e5cdefb68f83c2a4603bcce97134333d5c7
refs/heads/master
2021-02-05T23:37:03.714488
2019-03-21T22:06:51
2019-03-21T22:06:51
null
0
0
null
null
null
null
UTF-8
C
false
false
11,746
h
/* Copyright (C) 1996-1997 Id Software, Inc. Copyright (C) 2007 Peter Mackay and Chris Swindle. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) an...
[ "st1x.bc2@gmail.com" ]
st1x.bc2@gmail.com
ea5fa606ec5ae749f74ed0287af2ce854685a16b
1b32308b140597ab631022f7a5f9d8b3bef030d6
/set10.91.c
af5ae878ed536ab9fdae9cece1cf8994c6c2f8e8
[]
no_license
PoojhaM/beginner.c
844c511af074d4cbd12be6eb5a17d64ff9c1eb1c
de3ada66e4ef5f80b606b986feeca258d72a5710
refs/heads/master
2020-04-18T13:17:49.377561
2019-02-20T14:09:11
2019-02-20T14:09:11
167,558,708
0
0
null
null
null
null
UTF-8
C
false
false
170
c
#include<stdio.h> #include<conio.h> void main() { int l,b,h,s=0,s1=0; clrscr(); scanf("%d%d%d",&l,&b,&h); s=2*l*b+2*l*h+2*b*h; s1=l*b*h; printf("%d %d",s,s1); getch(); }
[ "noreply@github.com" ]
PoojhaM.noreply@github.com
9290718fd4dd9120a8b2566e1a4c484d9760e9fb
a55df452955f13da0d0b2b7b1f68f14cd70cda8b
/RUSH02/library.c
a916c25a1ad96912a82919f6a12ac53db477e021
[]
no_license
KlimRadostev/PISCINE
80bf0bb9cac2dbf0359c86381fb617a79710a743
59de24daff2a9a793ad657c3f127f2a3eb277767
refs/heads/master
2020-03-19T04:44:02.225270
2020-02-10T03:47:12
2020-02-10T03:47:12
135,860,047
0
0
null
null
null
null
UTF-8
C
false
false
1,555
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* library.c :+: :+: :+: ...
[ "kradoste@e1z2r5p44.42.us.org" ]
kradoste@e1z2r5p44.42.us.org
d41194777a65db34ec81752c4367fb568baeb490
b55be0851cd1839d8590fc1e7020d8112a375dc4
/Xmlsign/include/CamCom/binstring.h
587825614f7c30e0b0cce7b58b20f00387733111
[ "MIT" ]
permissive
fcccode/DigitalSignature
f720bcfec69b4753a52d48f995455d99ab0b1723
139ac352bee4ac02798247879442d1f3ca040764
refs/heads/master
2020-04-28T01:13:57.391186
2014-05-07T15:25:25
2014-05-07T15:25:25
null
0
0
null
null
null
null
UTF-8
C
false
false
387
h
/* $Id: binstring.h,v 1.1.1.2 2003/03/28 21:38:07 ken Exp $ */ /* Certificate Arbitration Module (CAM) (c) 1999 Mitretek Systems, Inc. GENERIC DATA-TYPE DEFINITIONS */ #ifndef _BINSTRING_H #define _BINSTRING_H /* ----------[ basic data types ]---------- */ typedef unsigned char uChar; typedef unsigned int ...
[ "manoj.srivastava@gmail.com" ]
manoj.srivastava@gmail.com
221a3023209612456cf302128c31fc27ac60453b
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/105/349/CWE534_Info_Exposure_Debug_Log__w32_wchar_t_05.c
b1f6ec69efb7afbafa2eb7a5cae0a3ddd8743203
[]
no_license
CU-0xff/juliet-cpp
d62b8485104d8a9160f29213368324c946f38274
d8586a217bc94cbcfeeec5d39b12d02e9c6045a2
refs/heads/master
2021-03-07T15:44:19.446957
2020-03-10T12:45:40
2020-03-10T12:45:40
246,275,244
0
1
null
null
null
null
UTF-8
C
false
false
6,799
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE534_Info_Exposure_Debug_Log__w32_wchar_t_05.c Label Definition File: CWE534_Info_Exposure_Debug_Log__w32.label.xml Template File: point-flaw-05.tmpl.c */ /* * @description * CWE: 534 Information Exposure Through Debug Log Files * Sinks: * GoodSink: Write to the lo...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
e985a345b820a136de208dcc017d298babf689bd
943d51a06836e615d58a8888cef706d63d270a75
/DUMP/NetworkHealth_WBP_classes.h
9de1d9ba07b0bbe6da706b9e85252b43662039ca
[]
no_license
hengtek/Back4BloodSDK
f1254133d004d7a5237013059d49c80f536879db
25ab4c4ce2e140b7e6b7afaac443e836802c3b2d
refs/heads/main
2023-07-05T03:23:01.152076
2021-08-15T15:03:38
2021-08-15T15:03:38
null
0
0
null
null
null
null
UTF-8
C
false
false
498
h
// WidgetBlueprintGeneratedClass NetworkHealth_WBP.NetworkHealth_WBP_C // Size: 0x478 (Inherited: 0x458) struct UNetworkHealth_WBP_C : UNetworkHealthUserWidget { struct FPointerToUberGraphFrame UberGraphFrame; // 0x458(0x08) struct UImage* ConnectionFailIcon; // 0x460(0x08) struct UImage* HighPingIcon; // 0x468(0x08...
[ "hsibma02@gmail.com" ]
hsibma02@gmail.com
f8e4251e159e4ca2911d467c3461dc406fdadbc1
e9cab72fc7e6741072c6b05f400f44474bd7bd88
/src/CGWTHR.H
5a8339c50686ba1f1ddb7db859fda9f9c45202f6
[]
no_license
matthew-larson/cse
b78e573142d9044ed3475b9bacfd59aa84969e6c
e8b92492e609572fddab03af157164a4cfdd90ea
refs/heads/master
2021-01-11T02:38:33.724168
2019-04-16T19:24:33
2019-04-16T19:24:33
70,947,016
0
0
null
2016-10-14T21:01:27
2016-10-14T21:01:26
null
UTF-8
C
false
false
832
h
// Copyright (c) 1997-2017 The CSE Authors. All rights reserved. // Use of this source code is governed by a BSD-style license // that can be found in the LICENSE file. // cgwthr.h -- Include file for CSE hourly weather functions in cgwthr.c /*-------------------------- PUBLIC VARIABLES ----------------------------- ...
[ "neal.kruis@bigladdersoftware.com" ]
neal.kruis@bigladdersoftware.com
3cc92235834d7cdccb3df3fd048076358fec3afc
c846aa436b7f1e35ffca7b491d43c0a81eeecf5a
/hanoi.c
44eb12b01cd7fd9079b58338a1a19b5efcc37166
[]
no_license
rilianx/hanoi
7ce76e1b470577e1233c6c45dcbbc237c354bbee
732062addb4dcd547a2b8c80bcc553bcda2250f4
refs/heads/master
2016-09-06T12:00:59.448171
2015-07-13T16:42:44
2015-07-13T16:42:44
28,979,145
0
0
null
null
null
null
UTF-8
C
false
false
1,251
c
#include <stdio.h> #include <stdlib.h> #include <time.h> #include "hanoi.h" void inicializar(hanoi* h, int n){ h->n=n; int i=0; for(i=0;i<3;i++) inicializar_pila(&(h->torre[i])); int j=0; for(j=n; j>0; j--) poner_pieza(&(h->torre[0]),j); } int poner_pieza(PILA* torre, int pieza){ if(!esvacia(...
[ "rilianx@gmail.com" ]
rilianx@gmail.com
96bf77e74071c5f41ea5828cbab8008a959916d8
5cf127239120060c38c91c741134c3e5492ed0f8
/cell.h
a0fbe924e947b4f6e60a53de9f7d4ba84b00b926
[]
no_license
JamesRob123/maze-generator
bd28f914cfcefdcf939bb49db015a62c7ce7477d
4a6d94f6bf866424cf8a6b71b09bc7c13eb67894
refs/heads/master
2023-03-08T20:46:39.222606
2021-02-16T19:23:57
2021-02-16T19:23:57
338,676,670
0
0
null
null
null
null
UTF-8
C
false
false
250
h
#ifndef _CELL_H_ #define _CELL_H_ #include <stdbool.h> struct s_cell { bool wall_up; bool wall_right; bool wall_down; bool wall_left; bool visited; }; struct s_cell cell_create(); void cell_update(struct s_cell *cell); #endif
[ "JamesRob5873@gmail.com" ]
JamesRob5873@gmail.com
465f538058e406a36a26f8b88257288c5f303dd4
40de3da30239862f11a946166b50438174c2fd4e
/lib/wizards/yodin/areas/weird_land/vl25.c
99dc5e08981391d7439f48ef881f609c7aa595a6
[ "MIT" ]
permissive
vlehtola/questmud
f53b7205351f30e846110300d60b639d52d113f8
8bc3099b5ad00a9e0261faeb6637c76b521b6dbe
refs/heads/master
2020-12-23T19:59:44.886028
2020-01-30T15:52:16
2020-01-30T15:52:16
237,240,459
0
0
null
null
null
null
UTF-8
C
false
false
584
c
inherit "room/room"; object deer; reset(arg) { if(!deer) { deer = clone_object("/wizards/yodin/areas/forest/monsters/deer"); move_object(deer, this_object()); } if(arg) return; short_desc = "small odd room."; long_desc = "roooom \n" + " \n" + " \n" + "\n"; add_exit("southeast", "vl26.c"); add_exit("northwest",...
[ "ville.lehtola@iki.fi" ]
ville.lehtola@iki.fi
856a21b7b69a491ddbb444e0135b8159feab8185
ed014909d18ad96b12a0101178245d7007ac6e50
/WINDOWS/BlurEstimation/src/image/liblock.h
6f23f295a1d267cc91583c09243112a6e069cc97
[ "Apache-2.0" ]
permissive
xiakexiaoyi/WHAYER-CODE-RECORD
fc75b6e74738a417b8a31d2bd0fd432bfbe3580b
0e7a34b0116237a80e73a516aadc1284645acf51
refs/heads/master
2020-05-20T12:19:51.948962
2019-05-06T07:51:55
2019-05-06T07:51:55
null
0
0
null
null
null
null
UTF-8
C
false
false
9,352
h
#if !defined(_LI_BLOCK_H_) #define _LI_BLOCK_H_ #include "licomdef.h" #include "limem.h" #include "limask.h" #define MAX_CHANNEL_NUM 3 #ifdef __cplusplus extern "C" { #endif typedef MRECT JRECT_EXT; typedef PMRECT PJRECT_EXT; typedef struct tag_BLOCK_SIZE{ MLong lWidth, lHeight; } JSIZE, *PJSIZE, JSTEP, *PJSTEP;...
[ "qqlishuang@gmail.com" ]
qqlishuang@gmail.com
f3438e5944c97b385169af90edea1e696d97c2d4
234580e6d69cdf2b6fe1de6e6c9f9ea5bcc79b3c
/lte/MeasObjectToAddMod.h
14c5fb468e17a02b6c41155ea9b345f53e2e2fc1
[]
no_license
nyee32/senior_project
4ebd97a915d833439fd0baaed7f8d740de36d0af
f31bcb748dc8274f522bf8d3e2f9b0d2cd781f72
refs/heads/master
2021-01-23T21:02:51.506384
2017-06-08T20:29:54
2017-06-08T20:29:54
90,670,477
0
0
null
null
null
null
UTF-8
C
false
false
1,909
h
/* * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "EUTRA-RRC-Definitions" * found in "36331-ac0.asn" * `asn1c -S /home/nyee/srsLTE/srslte/examples/src/asn1c/skeletons -fcompound-names -fskeletons-copy -gen-PER -pdu=auto` */ #ifndef _MeasObjectToAddMod_H_ #define _MeasObjectToAddMod_H...
[ "nyee32@gmail.com" ]
nyee32@gmail.com
970bf7c5fe63d25862a406ec1c98b041f309f540
13a5c70aee54aec2f3550edfb302309787d27760
/LAB/Task3/Prcs_P2.c
4902c9d2c68fdaa4e28134b4300b474b85ca67f0
[]
no_license
FarhanHyder/CSC332-Operating-Systems
c63b0de64b8efd756ef3e7f50f1433e14eb9dd15
d451e21b5372189aa2f9c3701e5a348570075857
refs/heads/master
2020-03-31T04:06:07.402230
2019-01-25T02:41:48
2019-01-25T02:41:48
151,891,038
2
2
null
null
null
null
UTF-8
C
false
false
2,724
c
/* task3 : part #3 : child 2 author: Farhan Hyder submission date: 10/12/2018 */ #include <stdio.h> //printf #include <sys/types.h> //open #include <sys/stat.h> //open #include <fcntl.h> //open #include <errno.h> //strerror #include <string.h> //strerror #include <unistd.h> //close,r...
[ "fmshyder@gmail.com" ]
fmshyder@gmail.com
1c4ea3db6f0b7971ab8f081f0f9c610829821d6c
3a110938e63e0df0ff9520dd7ce9b8694001f652
/libft/ft_split.c
c25eba7e92da42d0626db874960b12be79efd423
[]
no_license
Kvnsm/push_swap
374c42ba9496b49d02481afced127ec3e6fca874
dc354e5c94ef67c0a4bcac9f6a82e30515f1ccde
refs/heads/master
2023-05-06T08:16:35.199084
2021-05-25T09:31:41
2021-05-25T09:31:41
351,778,432
0
0
null
null
null
null
UTF-8
C
false
false
2,241
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_split.c :+: :+: :+: ...
[ "tglory@student.42Lyon.fr" ]
tglory@student.42Lyon.fr
5564615848a7540bda179a5ca8050094fa319f7b
b7fe78db3f4656005fa261e94ef7cad53ca2c9d1
/gui412017882/avx2/gfext_poly.h
9e9a576bbbeb6a09885516ee0bc1776d1022b730
[]
no_license
fast-crypto-lab/mpkc-128bit
6bc8a4f695bd9e9870774bd16e13a07ece4ce3a3
9a2dcfe1ed25b62760cdf331a2e725c1addc9717
refs/heads/master
2021-01-17T16:02:27.299700
2017-11-09T15:51:03
2017-11-09T15:51:03
95,458,369
3
0
null
null
null
null
UTF-8
C
false
false
11,415
h
#ifndef _GFEXT_POLY_H_ #define _GFEXT_POLY_H_ #include "blas.h" #include "gfext.h" #ifdef __cplusplus extern "C" { #endif /// should be 28 #define _GFSIZE _GF_EXT_ #define _MAX_TERMS (32) #define _DEG (17) #define _TERMS (18) static inline void poly_eval( uint8_t *val , const uint8_t * poly , unsigned ...
[ "mschen@crypto.tw" ]
mschen@crypto.tw
a73a28f4ec7f48f931945d836b931f8cd4448526
ec1be02101a0ea6d927e09fe9184b32a6df91c9d
/atf-marvell/plat/marvell/a3700/common/plat_pm.c
0f3cebbf7ffd92ffa9c90cfc417ad4034aae7f8f
[ "BSD-3-Clause", "BSD-2-Clause", "NCSA", "Zlib" ]
permissive
hanwckf/bl-armada-3720
a68740184fd216525b3afc6a33d4dea11defc49b
cd0b7a53289cfb67019fa4644c005bb414b8764e
refs/heads/master
2022-11-16T21:13:01.658943
2022-11-05T06:21:08
2022-11-05T06:21:08
198,206,148
41
27
null
null
null
null
UTF-8
C
false
false
27,547
c
/* * Copyright (C) 2018 Marvell International Ltd. * * SPDX-License-Identifier: BSD-3-Clause * https://spdx.org/licenses */ #include <a3700_pm.h> #include <arch_helpers.h> #include <armada_common.h> #include <debug.h> #include <dram_win.h> #include <io_addr_dec.h> #include <mmio.h> #include <mvebu.h> #include <mv...
[ "my375229675@gmail.com" ]
my375229675@gmail.com
7ae0f796a086a5d4ae7ed92949afcb2368f12e74
84d6c2e042f4bf0e66a31901f702dd56f6a46962
/ADC.h
07816466a271921c5c113ae106dce0743bc991c5
[]
no_license
grzegorzwojcik/Linefollower
851df3cc474fd8e9cf25c5fdc88b910973888922
601332c0d5752313b8897ece0424ece96a7e5ba4
refs/heads/master
2021-05-29T13:43:38.453801
2015-03-19T13:22:41
2015-03-19T13:22:41
null
0
0
null
null
null
null
UTF-8
C
false
false
1,230
h
/* * ADC.h * * Created on: Jun 16, 2014 * Author: Grzegorz Wojcik */ #ifndef ADC_H_ #define ADC_H_ #include "stm32f10x_adc.h" #include "stm32f10x_dma.h" /* PC0 - Sensor 00 - ADC1 CHANNEL 10 | PC1 - Sensor 01 - ADC1 CHANNEL 11 | PC2 - Sensor 02 - ADC1 CHANNEL 12 PC3 - Sensor 03 - ADC1 CHANNEL 13 | PC4 - S...
[ "grzegorz.wojcik91@gmail.com" ]
grzegorz.wojcik91@gmail.com
9bdf36210fb1e49e773206e64615f0053a34630b
93085ed454b08423a517d5814daaa6b1f0a598d6
/ARM-mbed_os/STM32Cube/STM32Cube_FW_F4_V1.3.0/Projects/STM32F4-Discovery/Examples/UART/UART_TwoBoards_ComDMA/Src/main.c
1307f7acb375c5ef4f946ae053ce9c6449727543
[ "BSD-2-Clause" ]
permissive
Jaehoon79/D-Lab
ce3e5d336112effd75af6471c250513694022493
b93dd7cfd2eef54a2dcc8e4d94c0b63acd168da1
refs/heads/master
2020-04-06T07:06:50.771873
2014-11-27T02:40:07
2014-11-27T02:40:07
26,522,949
0
1
null
null
null
null
UTF-8
C
false
false
12,758
c
/** ****************************************************************************** * @file UART/UART_TwoBoards_ComDMA/Src/main.c * @author MCD Application Team * @version V1.1.0 * @date 26-June-2014 * @brief This sample code shows how to use STM32F4xx UART HAL API to transmit * ...
[ "jh228.kim@samsung.com" ]
jh228.kim@samsung.com
c78dc4df1a68a55c922cd3c822aa5a182aa7d210
c3959671a067b0d3ea77d7b82f60ba7637b3d73e
/arduino/obsoletos/GARABULLO18_MatematicasB/configuracion_avanzado.h
af86f4ac55de78f7b52f83ed33cbb30299054286
[]
no_license
DiegoLale/garabullo2018
ad00378642ad71dff8677a21a669e7cf322079bd
018b9c194da9e3329a60b7b8d07836c8449b5497
refs/heads/master
2021-04-26T22:35:52.848104
2020-11-06T16:31:08
2020-11-06T16:31:08
124,115,659
0
1
null
2018-03-06T17:43:30
2018-03-06T17:43:30
null
UTF-8
C
false
false
2,897
h
//****************ZONA DE CONFIGURACIONES QUE DEBERÍAN SER INVARIABLES**************************** /***************************Arrays derecho[] e izquierdo[]**************************************** El array "derecho[]" almacena los pines del motor derecho IN1, IN2, IN3, IN4 El array "izquierdo[]" almacena lo...
[ "diegolale@gmail.com" ]
diegolale@gmail.com
67d6ea6da64f3e2b28c117a437ede2992e2017a6
24d856d98c85a319d53be2768ccc176a50873fa3
/linux-lts-quantal-3.5.0/sound/pci/hda/hda_trace.h
9884871ddb0009f07dda1514e7576b076dfba446
[ "GPL-1.0-or-later", "Linux-syscall-note", "GPL-2.0-only", "BSD-2-Clause" ]
permissive
dozenow/shortcut
a4803b59c95e72a01d73bb30acaae45cf76b0367
b140082a44c58f05af3495259c1beaaa9a63560b
refs/heads/jumpstart-php
2020-06-29T11:41:05.842760
2019-03-28T17:28:56
2019-03-28T17:28:56
200,405,626
2
2
BSD-2-Clause
2019-08-03T19:45:44
2019-08-03T17:57:58
C
UTF-8
C
false
false
2,226
h
#undef TRACE_SYSTEM #define TRACE_SYSTEM hda #define TRACE_INCLUDE_FILE hda_trace #if !defined(_TRACE_HDA_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_HDA_H #include <linux/tracepoint.h> struct hda_bus; struct hda_codec; DECLARE_EVENT_CLASS(hda_cmd, TP_PROTO(struct hda_codec *codec, unsigned int val), ...
[ "jflinn" ]
jflinn
177e143601ab690c21c975ba8bbdd62b0ce1cda1
eeef25e331fe3bc06d788dc0dd08a028d361edbc
/C/Ingestion.c
656433dd0c7aeaee73010c5544196a03f3222459
[]
no_license
prokarius/hello-world
d483083172e600832a729ee44bf4a39880e79245
c8a4a500e9fbf2f746ecb25c4710359fbae23bc5
refs/heads/master
2022-04-29T20:31:26.937487
2022-03-19T08:07:32
2022-03-19T08:07:32
93,074,171
47
0
null
null
null
null
UTF-8
C
false
false
1,747
c
#include<stdio.h> #define MIN(x,y) ((x < y) ? (x) : (y)) #define MAX(x,y) ((x > y) ? (x) : (y)) int calories[105]; int maxIngestion[105]; int dpTable[105][105][2]; int n, maxCalories; // DP state if given by the current food we eat, the current food penalty, // and whether we ate or rested in the previous period. in...
[ "rollingwithoutslipping@yahoo.com" ]
rollingwithoutslipping@yahoo.com
c8c5e8cb177a5dac752d86d6342a9960a997fd9c
2b7cd629d53d8e3b6009574e11f395301e156ca0
/COMMON/SRC/SOC/COMMON_TI_V1/TRITON/TWL/DEVICE/twl_access.c
b336aa6da931c8c850deecac1c1f095f9664bcca
[]
no_license
zizilala/projects_etest
8b6a5782b9e2f6c1c05e508356a7f835dce29d92
84fa95bd0017b06dfbf15b861c179d4d8da1a475
refs/heads/master
2020-12-30T11:14:52.899545
2014-03-13T09:54:27
2014-03-13T09:54:27
15,964,924
1
0
null
null
null
null
UTF-8
C
false
false
6,787
c
// All rights reserved ADENEO EMBEDDED 2010 /* ================================================================================ * Texas Instruments OMAP(TM) Platform Software * (c) Copyright Texas Instruments, Incorporated. All Rights Reserved. * * Use of this software is controlled by the terms and conditi...
[ "yaxx99@homtial.com" ]
yaxx99@homtial.com
94e588042fd6f3fbcba048964937fcbf7f757211
5b212f5ccf7ced9908e6b7bdcd7b5665658bde9b
/MyProject/Resource.h
f5709c5ed94b57017987858572c72fb78d4b7aee
[]
no_license
sunxuehui111/MyProject
884d03e410675d318ae4f888072b1067724c053d
0d03da239289a539cbda78f3437d1576051bf6ae
refs/heads/master
2022-12-16T06:09:50.149224
2020-07-18T08:06:30
2020-07-18T08:06:30
296,284,380
0
0
null
null
null
null
GB18030
C
false
false
517
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ 生成的包含文件。 // 由 MyProject.rc 使用 // #define IDR_MAINFRAME 128 #define IDM_ABOUTBOX 0x0010 #define IDD_ABOUTBOX 100 #define IDS_ABOUTBOX 101 #define IDD_MYPROJECT_DIALOG 102 // 新对象的下一组默认值 // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define ...
[ "1500227686@qq.com" ]
1500227686@qq.com
1dbc0c7cc536e0259ae3cdd2bd1e99bed2c4c483
c3a571e76a31d4f3addfa9cceda7ef4c64ed0deb
/Project4/xv6-Scheduling/backup_10_21_2019_1_50_PM/proc.c
e3d84cff53cbe85efabb2d1be0a48e499e0da4fd
[]
no_license
shauryashekhar/CS-537-Operating-Systems
4f8f9cbc171eb923509fa4bfbe934a6ee6d53e61
fbef3a29bd2c3d4afde5a4066ddb19537f4af609
refs/heads/master
2021-01-04T05:18:35.480781
2020-02-14T01:30:32
2020-02-14T01:30:32
240,402,798
3
2
null
null
null
null
UTF-8
C
false
false
22,352
c
#include "types.h" #include "defs.h" #include "param.h" #include "memlayout.h" #include "x86.h" #include "spinlock.h" #include "pstat.h" struct { struct spinlock lock; struct proc proc[NPROC]; int queue[4][NPROC]; //int ticks[4][NPROC]; int priorityLevelCount[4]; } ptable; static struct proc *initproc; struc...
[ "sshekhar4@snares-01.cs.wisc.edu" ]
sshekhar4@snares-01.cs.wisc.edu
b4eb19a7fa18e44c6ee096f07c68967aaa843977
d271b2e31ea5e8f813ac5d6f2b6644e101abb54f
/blockdev/chibios/timings.c
26294ce05e5a35accef5ceed1f70edd5d241f98f
[]
no_license
piotrkowalczuk/lwext4
dcef4e802873e1913017c2069de8f217a7f47da4
fb054e5ea7603fc0f7965f6bdfdfaacf8f3d8f96
refs/heads/master
2021-01-15T12:54:34.729563
2015-10-28T18:31:21
2015-10-28T18:31:21
null
0
0
null
null
null
null
UTF-8
C
false
false
1,812
c
/* * Copyright (c) 2014 Grzegorz Kostka (kostka.grzegorz@gmail.com) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source code must retain the above copyright ...
[ "kostka.grzegorz@gmail.com" ]
kostka.grzegorz@gmail.com
dec6639b9ec734e9a0a6d94a946b1b37b8c90557
be14bcda37d7af38a91d9595ae008a5863a72155
/clase16/ejercicio16.1.c
332f96e4ef0f40c0e6524d677071b5a0894991d3
[]
no_license
pacugliari/Info1
042e8cdafcbcdbcde0917c7c995e6a4209708e04
3ae16864b80971571d4d095c5557e65632d5e41f
refs/heads/master
2023-02-10T08:39:30.600989
2021-01-05T15:08:56
2021-01-05T15:08:56
268,009,039
0
0
null
null
null
null
UTF-8
C
false
false
1,713
c
/* Del registro de partes meteorologico por cada dia de una semana se registra en forma secuencial la temperatura maxima y temperatura minima. finalizada la carga de datos se pide informar: -el dia mas frio y cual fue esa temperatura (se supone unico) -el dia mas calido y cual fue esa temperatura (se supone unica...
[ "pacugliari@hotmail.com" ]
pacugliari@hotmail.com
3fb9f1d3ac64926c1c668287a5093c6db2be4f57
102bad923bc087e6f81158cfcfd00e5be328bf55
/Labs/Lab4/Core/Src/timer.c
aff859e1ad53421aaf04133508df5e16cec681e8
[]
no_license
dkatakyi/ENEL487DanielT
38236443c8b792d9a15a388c47738d3cae2f97cf
19fa9fc1a140e519309c1b43d0b1ade47429789e
refs/heads/master
2023-05-25T20:31:03.966290
2021-06-10T19:30:20
2021-06-10T19:30:20
296,706,210
1
0
null
null
null
null
UTF-8
C
false
false
343
c
/* * timer.c * * Created on: Oct 30, 2020 * Author: danieltakyi */ #include "timer.h" uint16_t timer_start() { return __HAL_TIM_GET_COUNTER(&htim4); } uint16_t timer_stop(uint16_t first) { uint16_t temp = __HAL_TIM_GET_COUNTER(&htim4); if(temp > first) { return (first + (0xFFFF - temp)); } ret...
[ "55845854+dkatakyi@users.noreply.github.com" ]
55845854+dkatakyi@users.noreply.github.com
3f40078aadd931b17df2edf086d5443ea7ff037b
cf2d08bc0f14c9e836cb534c852a5b3f0a16a8b5
/S11/s11_ie_formatter.h
516811c1c41e4302655a6127de742461489faf3b
[]
no_license
amoghpc/temp
c434019392440ef35b4e79944f07e09d4bb0f8d9
7be7ae05670fba280473633bd6fcf785234bc2d7
refs/heads/master
2021-05-04T10:56:20.091890
2017-04-12T03:21:33
2017-04-12T03:21:33
48,745,132
0
0
null
null
null
null
UTF-8
C
false
false
7,035
h
/* * Licensed to the OpenAirInterface (OAI) Software Alliance under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The OpenAirInterface Software Alliance licenses this file to You under * the Apache Licens...
[ "cs15mtech01005@iith.ac.in" ]
cs15mtech01005@iith.ac.in
317effc9b0f00c0fb07a1facb159fa4c6e3fc89e
52bbb1b26071e9f81a9e8f691b40d6bba0b9ed7f
/Tasks/Src/CANTask.c
a216ef84348b6e432b7f824617632c1710a71f83
[]
no_license
sjtugscxf/NT_Infantry
05e2b1bba31ffc8cc3b305c325c9a7fffa6397ed
ca0b3c60ae03a8f20a05cabd7cc2faba4b9c935f
refs/heads/master
2021-05-12T18:33:11.744234
2018-03-24T15:06:45
2018-03-24T15:06:45
117,070,010
0
1
null
null
null
null
UTF-8
C
false
false
5,808
c
/** ****************************************************************************** * File Name : CANTask.c * Description : CAN通信任务 ****************************************************************************** * * Copyright (c) 2018 Team TPP-Shanghai Jiao Tong University * All rights reser...
[ "515318881@qq.com" ]
515318881@qq.com
4954d7f0ce88164d58401c755ac94f5498c835e8
52704e6eda646fdf71097c6fd13c1ec15da139df
/0x01-variables_if_else_while/100-print_comb3.c
9e227f95e32c2433d1ab349dd4a0e0540b77576e
[]
no_license
kiba0510/holbertonschool-low_level_programming
9688f2d7ffe7f0247f61d34a05bf55f69de5545e
15b4fc6fd77eea54c3918a43f9310a758a7458d6
refs/heads/master
2023-04-14T14:12:17.774837
2021-04-21T15:49:23
2021-04-21T15:49:23
296,070,282
1
6
null
2020-10-02T20:46:22
2020-09-16T15:16:56
C
UTF-8
C
false
false
401
c
#include <stdlib.h> #include <stdio.h> #include <time.h> /** * main - Imprimir los numeros del 00 a 99 sin repetirse * Return: 0 for success */ int main(void) { int ch, n, r, i; for (ch = 1; ch < 100; ch++) { r = ch % 10; n = ch / 10; i = (r * 10) + n; if (ch < i) { putchar((ch / 10) + '0'); putchar((ch % 10) + '0...
[ "kiba0510@gmail.com" ]
kiba0510@gmail.com
9551ff63d1740109706fbb3ddb71944db2c2abf6
d5acee21817667b6705def5fe9b3e599f5a5136d
/MicroFrameworkPK_v4_1/DeviceCode/pal/lwip/lwip_1_3_2/src/include/lwip/arch.h
b2d70ed409f6382ca9c5ab2ab4ac11ec3877ff86
[ "BSD-3-Clause", "Apache-2.0", "OpenSSL", "LicenseRef-scancode-unknown-license-reference" ]
permissive
yisea123/NETMF-LPC
f691cb794cc6a186647f299585d1017d1c8f5f04
4b4abee88a7fbfbe40426b8649ff67fe18008a23
refs/heads/master
2020-09-23T15:40:42.828854
2013-03-27T10:10:31
2013-03-27T10:10:31
225,533,155
1
0
null
2019-12-03T04:49:08
2019-12-03T04:49:07
null
UTF-8
C
false
false
10,525
h
/* * Copyright (c) 2001-2004 Swedish Institute of Computer Science. * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above cop...
[ "psampaio.isel@gmail.com" ]
psampaio.isel@gmail.com
8dc2938ac93f2a309d4c7332c8c2be7b3556f1cd
0fddcac647a63a7e383bd4624eef7f4121c7fa65
/flightgearserver/server/main.c
9f87477b1c152afa6e5afe1aa87de1081a9772b7
[]
no_license
CrazyHorse1877/clustersim
7004512180b4f5c5433c64a612519deafff6e746
d3e007e2be906615c6a5f3f74a8e7b5b395fa10d
refs/heads/master
2021-07-22T07:55:53.049172
2011-03-17T08:20:10
2011-03-17T08:20:10
null
0
0
null
null
null
null
UTF-8
C
false
false
395
c
#include <stdlib.h> #include "server.h" #include "parse_arg.h" int main(int argc, char* argv[]){ char** name_map = new_standard_name_map(); char** usage_map = new_standard_usage_map(); name_map['s'] = NULL; usage_map['s'] = NULL; int server_port = atoi(get_arg(argc, argv, "server_port", name_map, usage_map).va...
[ "sammons@0c4cc5a4-f84a-0410-a0b4-37e8bbc874b3" ]
sammons@0c4cc5a4-f84a-0410-a0b4-37e8bbc874b3
5251d34ce09008f6830a9da2fe32645d7e6d5fd9
63ca952e11b6d2e7a9b4d55775e4cb4cfdffcae4
/llp/elf/pic/mainlib.c
06863fb944929982bc71ce0b651cf11a7e478870
[]
no_license
ak0-hal-ns/LowLayer
ec5edbeee1ee870d4daf958c62f05c1fd4a9be50
074bf8847bc5ddb37e936627c98270c137fed31a
refs/heads/master
2020-04-08T17:54:52.064158
2018-12-14T06:06:15
2018-12-14T06:06:15
159,586,230
0
0
null
null
null
null
UTF-8
C
false
false
100
c
extern void libfun(int value); int global = 100; int main(void) { libfun(42); return 0; }
[ "ak0.hal.ns@gmail.com" ]
ak0.hal.ns@gmail.com
d84b64d82b653db0709036c78ac8a3604c0911c0
0036b281be5ec65c96d989231a04f9eac29b052c
/SemiAutoMahjong/resetprg.c
b708207327afbe62e39f6bb6236de0c6cb7264a5
[]
no_license
uhey22e/SemiAutoMahjong
9abc88823b04d1c2f5acc2b4084e94da736f6377
2d47000d4f7f0c1cbe085c357dfd79e62bfacec8
refs/heads/master
2021-01-21T13:03:45.264933
2016-04-24T12:25:10
2016-04-24T12:25:10
55,312,552
0
0
null
null
null
null
UTF-8
C
false
false
3,397
c
/***********************************************************************/ /* */ /* FILE :resetprg.c */ /* DATE :Sun, Apr 03, 2016 */ /* DESCRIPTION :Res...
[ "konbu.su@gmail.com" ]
konbu.su@gmail.com
cde145a73fc2dfeddd1a8a224f660e58cbb0e10e
878af0d54fa79cbb63d8db3b5f244f1a881222df
/x-sockets.h
a0c5f9d4842c1a19756644380497b94d5b929640
[]
no_license
nickolasgough/cmpt434-a1
25a60e29c4cf5933eb4b6c75b2f3036f67e31038
f62da4cdcb984ec8980510dc476a9aa1a4c91fae
refs/heads/master
2020-04-15T08:46:52.928163
2019-01-23T17:22:56
2019-01-23T17:22:56
164,528,500
0
0
null
null
null
null
UTF-8
C
false
false
201
h
/* Nickolas Gough, nvg081, 11181823 */ int tcp_socket(int* outFd, struct addrinfo** outInfo, char* mName, char* port); int udp_socket(int* outFd, struct addrinfo** outInfo, char* mName, char* port);
[ "nickolas.v.gough@gmail.com" ]
nickolas.v.gough@gmail.com
50d34d861feb1a1aa543df7c37d77d2be9d894e1
5e19726964db2d24d4926e34ec114f9e2068acac
/assign9/fifo.c
a8971417c3d8677d891cb8b80238c3fa9e2a3e03
[]
no_license
dmalone7/Data-Structures
6b7a05b328eddd2f6ca3af38ff3f5f04a69e6b42
c9f2501da5dbc480b24af4d896c7005c31417114
refs/heads/master
2020-04-11T08:58:50.272836
2016-02-13T00:28:48
2016-02-13T00:28:48
null
0
0
null
null
null
null
UTF-8
C
false
false
1,625
c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include "fifo.h" void print_fifo(struct fifo *f) { int i; if (f->sz == 0) { fprintf(stdout, "Empty Fifo\n"); return; } fprintf(stdout, "--Fifo--\n"); if (f->tail >= f->head) { for (i = f->head; i < f->maxsz; i++) { fpri...
[ "dmalone7@users.noreply.github.com" ]
dmalone7@users.noreply.github.com
1489062046f06161b180946ec88358d4ee6610dd
08dfb7fb7e411b4233153f387164ab9b7b1880f2
/C_Progect/Code/std.c
88c5cc033f8825f056f0ab57e678de6855f8c540
[]
no_license
fblrainbow/C
1875b43ccf1e3b7d341b632bfd1ee7f36260eda9
b8a89e4e7a7ccddd44236c02da33a212ecf1d468
refs/heads/master
2021-01-20T14:02:48.825068
2018-01-02T18:03:33
2018-01-02T18:03:33
90,551,225
1
0
null
null
null
null
UTF-8
C
false
false
278
c
#include <stdio.h> #include <string.h> #include <stdint.h> #include <unistd.h> int main(int argc,char* argv[]) { if(0 == strcmp("encryption",argv[1])){ printf("Encryption %s.\n",argv[2]); } //FILE* fp = NULL; //fp = fopen(argv[2],"w+"); return 0; }
[ "846058904@qq.com" ]
846058904@qq.com
e1f41f0077212d4ca31ed35a213423df12a408a8
10175c63d44c649676632ef2cc8b1201b13c3227
/leetcode1_50/leetcode27.c
d7bd1df0cdd1b3edfa81b2474619f0bdbbfcf4c9
[]
no_license
blackcatevil/Leetcode
cc724448121e94f102367a8ef5c7bbf3d58af091
6bc99b519e74083b3660a84406741aed5a00107d
refs/heads/master
2020-03-19T23:14:31.226438
2018-12-19T02:17:05
2018-12-19T02:17:05
136,998,921
1
0
null
null
null
null
UTF-8
C
false
false
561
c
#include <stdlib.h> #include <stdio.h> int removeElement(int* nums, int numsSize, int val) { int ans = 0; if (numsSize == 0) return 0; for (int i = 0; i < numsSize; i++) { if ((nums[i]^val) != 0) { nums[ans] = nums[i]; ans++; } } return ans; } int main(int argc, char **argv) { i...
[ "howard.chiu@quantatw.com" ]
howard.chiu@quantatw.com
f78b027879c3a6793240f9b1516e2d0e9a28ca46
82a982f8cb4d47073b493db9e05a28671bc1b4b3
/Dependencies/include/Raknet/MessageIdentifiers.h
08563e35cbff52fc20f305b360f79c89a475fc59
[ "BSD-3-Clause" ]
permissive
Don-Moahskarton/Namuh
aa9aad6484e1865d65894da8fd60465871ae18b4
0e6be0210c8be8d6307f08d7bd4afbe317c6f75d
refs/heads/master
2020-05-20T01:14:02.768575
2015-02-26T17:29:25
2015-02-26T17:29:25
31,207,189
0
0
null
null
null
null
UTF-8
C
false
false
19,861
h
/// \file /// \brief All the message identifiers used by RakNet. Message identifiers comprise the first byte of any message. /// /// This file is part of RakNet Copyright 2003 Jenkins Software LLC /// /// Usage of RakNet is subject to the appropriate license agreement. #ifndef __MESSAGE_IDENTIFIERS_H #define __MESSA...
[ "M4rsy4ll@gmail.com" ]
M4rsy4ll@gmail.com
7845f3a65946d854d2b995217df907a2abbe37ba
716dd66ed62951efda488f2840246ca78421eef9
/QuickSort.h
14168f840edef7a0638772d684e4fde5ab712e91
[]
no_license
christyghaly/QuickSort_Variations
f98bc6ed0e12e954eed3cb7529638e5d97709f99
92aa0d65407f615d055ecd1a0542e998c0824e3c
refs/heads/master
2023-04-30T14:31:41.672691
2021-05-17T03:56:39
2021-05-17T03:56:39
368,045,848
0
0
null
null
null
null
UTF-8
C
false
false
66
h
#pragma once void quickSortMedian(int arr[], int low, int high);
[ "christeen.ramsis@gmail.com" ]
christeen.ramsis@gmail.com
eabeb49c80778cc242d19051a32c634c4054dd90
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/4ecce227-6f16-4daa-809f-99b836f6347a.c
92f3e6b9fcd91cec8b4a3e99a9628eb1af32bcc7
[]
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
611
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=122; int k; int l; j = 53; l = 64; k = i/j; l = i/j; l = l/j; l = l/j; l = l-j; l = l-j; j = i-k*i; //variables //random /* START VULNERABILITY */ int a; char b[36]; char c[74]; a ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
aa223001da4261e6883fbba40e33501222015841
387ad3775fad21d2d8ffa3c84683d9205b6e697d
/openhpi/branches/branch_2_3_x/plugins/simulator/sim_hotswap.h
cb6401a335abeff0de849e03ac0bedd6170b76ce
[]
no_license
kodiyalashetty/test_iot
916088ceecffc17d2b6a78d49f7ea0bbd0a6d0b7
0ae3c2ea6081778e1005c40a9a3f6d4404a08797
refs/heads/master
2020-03-22T11:53:21.204497
2018-03-09T01:43:41
2018-03-09T01:43:41
140,002,491
0
0
null
null
null
null
UTF-8
C
false
false
1,080
h
/* -*- linux-c -*- * * (C) Copyright IBM Corp. 2005 * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This * file and program are licensed under a BSD style license. Se...
[ "nobody@a44bbd40-eb13-0410-a9b2-f80f2f72fa26" ]
nobody@a44bbd40-eb13-0410-a9b2-f80f2f72fa26
b50865b77648ae207bc9ceed4e4430571e4a6200
22027ecd6dff41ed7088f721949079abeab6b1f7
/frame/base/proj/bli_projv.c
50f886d5ff8d11b89adb11431ee847e87cccf1d8
[ "BSD-3-Clause" ]
permissive
ye-luo/blis
f3ed4c97178bf5b2f3100c4786b398040d0caf60
b9c61d03f542a2e92551ff0595415bec3076ab25
refs/heads/master
2020-04-01T16:24:04.409577
2018-10-16T19:39:57
2018-10-16T19:39:57
153,379,610
0
0
NOASSERTION
2018-10-17T01:49:49
2018-10-17T01:49:49
null
UTF-8
C
false
false
3,675
c
/* BLIS An object-based framework for developing high-performance BLAS-like libraries. Copyright (C) 2014, The University of Texas at Austin Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redist...
[ "field@cs.utexas.edu" ]
field@cs.utexas.edu
cffdb6c0423b1df1681e151fd4c3e2f02d01a75a
c19f5e29168890eca4534f20deb06c33217cc4bc
/src/cdists_normal.h
e00b1241105b929ad7f8462e19d644b79a055c74
[ "MIT" ]
permissive
while/cdists
7fc036e9261da629ca6590ffdfe039ac28c7e117
148f63e7e45da4e2ae22ad97a966cd772675aa56
refs/heads/master
2016-09-16T15:52:38.596695
2014-08-27T10:45:43
2014-08-27T10:45:43
null
0
0
null
null
null
null
UTF-8
C
false
false
333
h
#ifndef CDISTS_NORMAL_H #define CDISTS_NORMAL_H #include "cdists.h" // Normal distribution functions double normpdf(double x, double mu, double sig); double normcdf(double x, double mu, double sig); double norminv(double p, double mu, double sig); double* normrnd(unsigned n, double mu, double sig); #endif /* CDISTS_...
[ "vilhelm.ehrenheim@klarna.com" ]
vilhelm.ehrenheim@klarna.com
d6ddee9d1b6d34bee13db80f5e64489b488abc80
b223de9a95094a358591d323538689973ff6bcd4
/linuxDriver/5.globalMem/globalmem.c
2111b12a8108cc2a30059d03a201ac9a8261b36e
[]
no_license
realjiangdi/GB_Code
98a510e865043a2ed3c63b301943ad853d8a7999
7ecf6df66b26f009b3ce62b2d1a059e6d463a730
refs/heads/master
2022-12-11T23:59:29.466013
2020-09-11T16:09:22
2020-09-11T16:09:22
null
0
0
null
null
null
null
UTF-8
C
false
false
1,530
c
#include <linux/module.h> #include <linux/fs.h> #include <linux/init.h> #include <linux/cdev.h> #include <linux/slab.h> #define GLOBAL_MEM_SUCCESS 0 #define GLOBAL_MEM_FAILED 1 #define GLOBAL_MEM_NAME "global_mem" #define GLOBAL_MEM_CLASS_NAME "global_mem_class" #define GLOBAL_COUNT 1 struct global_mem_ch...
[ "jiangdi_xj@163.com" ]
jiangdi_xj@163.com
d726d9ebc49c759ee35ea1bd5dfb519ceb52f374
af9b7a49f5912142ff4e7cb35fd11b1e9635154d
/sdk/driver/net/ameba_sdio/autoconf_rtl8195a_sdio_linux.h
17d4e22e0794c07de4689583ba286eb1a28bf675
[]
no_license
YuHsinShi/2430personal
528ff02226102af77a006fef80fe7c35139fa7bb
83e1ce53a7d872ed27bad4ba5549953975c0be3b
refs/heads/master
2023-03-06T14:44:31.607663
2020-07-25T15:55:28
2020-07-25T15:55:28
340,536,248
1
0
null
null
null
null
UTF-8
C
false
false
2,345
h
/****************************************************************************** * * Copyright(c) 2010 - 2012 Realtek Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the ...
[ "lawrence.shi@ite.com.tw" ]
lawrence.shi@ite.com.tw
644332fb9758f957bc73a0463c4d49cbe38acb95
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/u-boot_new/drivers/mtd/ubi/vmt.c
c4e894b43a70fc3c9270efa215313653b4afe70f
[ "GPL-2.0-or-later", "LicenseRef-scancode-free-unknown", "Apache-2.0" ]
permissive
OLIMEX/DIY-LAPTOP
ae82f4ee79c641d9aee444db9a75f3f6709afa92
a3fafd1309135650bab27f5eafc0c32bc3ca74ee
refs/heads/rel3
2023-08-04T01:54:19.483792
2023-04-03T07:18:12
2023-04-03T07:18:12
80,094,055
507
92
Apache-2.0
2023-04-03T07:05:59
2017-01-26T07:25:50
C
UTF-8
C
false
false
22,551
c
/* * Copyright (c) International Business Machines Corp., 2006 * * SPDX-License-Identifier: GPL-2.0+ * * Author: Artem Bityutskiy (Битюцкий Артём) */ /* * This file contains implementation of volume creation, deletion, updating and * resizing. */ #ifdef UBI_LINUX #include <linux/err.h> #include <asm/div64.h>...
[ "gamishev@gmail.com" ]
gamishev@gmail.com
a060dbc1b778ce8b76390f10e34f35decc39b878
f96aa4b83f3710100e3b7d85dff118074e3e4371
/platforms/ios/Pods/Headers/Public/KSCrashAblyFork/KSCrashReportFilterSets.h
6f122ac32a53380bd9e28c4f42112d7f0d559252
[]
no_license
dhrumil24patel/vCalling-phone
13ef338c1a31e05d6990e9b7770086aa5dc13fd3
8d92cd764cbb828af8ffdc5e6710538f7f0e0f5e
refs/heads/master
2021-05-01T16:57:57.042432
2018-03-07T13:53:53
2018-03-07T13:53:53
120,991,561
0
0
null
null
null
null
UTF-8
C
false
false
83
h
../../../KSCrashAblyFork/Source/KSCrash/Reporting/Filters/KSCrashReportFilterSets.h
[ "dhyey@iitgn.ac.in" ]
dhyey@iitgn.ac.in
3ede23ab85a40e4fde2d5adc382fbdab540c70d6
c425afb8bb6b182168fd4c3a46c9b334f4740e60
/d/hasake/npc/xiaoxiang.c
926899c26c82ed66dfc7f0bd07bd5a24fd26afd4
[]
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
2,639
c
#include <ansi.h> inherit NPC; void create() { set_name("潇湘子", ({ "xiaoxiang zi", "zi", "xiaoxiang" })); set("title", "湘西名宿"); set("long", "他身材高瘦,脸无血色,形若僵尸。脸上隐隐透著一股青气,手持一根哭丧棒。\n"); set("gender", "男性"); set("rank_info/respect", "道长"); create_family("丐帮", 15, "弟子"); ...
[ "i@oiuv.cn" ]
i@oiuv.cn
16a9be0b488a1b859d0863a0a4953ea25e450453
1767fca5e31b60b537136ff749f474b301c2c29c
/Ex10/ex102.c
51b3c9f8a3746734edd29d4b71c9d6661cd29eed
[]
no_license
ncsj/ncsj2020
5b4cd1b2660b44250d000d85fd3202c4779f21b8
b4e10549eab3890d909739c890890db4f3c944ff
refs/heads/master
2022-10-09T06:06:17.531334
2020-06-04T13:49:51
2020-06-04T13:49:51
263,162,803
2
0
null
null
null
null
UTF-8
C
false
false
546
c
#include <stdio.h> #define TRUE 1 #define FALSE 0 int isPrime(int n){ int rtc = TRUE; int x; int i; for(i=2;i<=n/2;i++){ x = n % i; if(x == 0){ rtc = FALSE; break; } } return rtc; } int main(){ int n; int r; ...
[ "noreply@github.com" ]
ncsj.noreply@github.com
6d53dc133591afbc8415aaee539235d70b7a6208
cdade29e9e8d95a4a0d08585e82da539353afaf9
/formant-analyzer/Formant Analyzer/FormantPlotter/Constants.h
9bf34c2281a1d41b86ab919f2b5a2725367bdf2a
[ "MIT" ]
permissive
martiano9/Formant-Analyzer
f48a9d8a25990edc653a0a9308fbe9ed055e5159
393f916868a7177cbb7de349ab47bf87b2f90042
refs/heads/master
2021-05-28T09:45:45.682654
2015-03-02T07:15:30
2015-03-02T07:15:30
null
0
0
null
null
null
null
UTF-8
C
false
false
277
h
// // Constants.h // FormantPlotter // // Created by Hai Le on 2/26/15. // Copyright (c) 2015 William Entriken. All rights reserved. // #ifndef FormantPlotter_Constants_h #define FormantPlotter_Constants_h #define kSampleRate 44100.00 #define kMaximumSegment 200 #endif
[ "levuhai@ymail.com" ]
levuhai@ymail.com
d718848c65297c9afe629a3a02f9385b2011b412
3cdd4d24612c0a29a7308c18f71f1839e9f8d0ab
/software/firmware/ChibiOS/testhal/STM32/multi/RTC/cfg/stm32wb55rg_nucleo68/portab.c
3930cb5ac005db67aca464a2527da13b5c2f8fda
[ "GPL-3.0-only", "GPL-1.0-or-later", "Apache-2.0" ]
permissive
netik/dc28_badge
0a63dcb6e215e95d2def4091182738a134c5e513
2eaa8c70848ed3e54afbb8cb2408ead3afc0cb58
refs/heads/master
2023-08-10T12:39:31.410312
2023-07-30T23:11:06
2023-07-30T23:11:06
221,294,778
2
0
Apache-2.0
2023-07-25T20:39:00
2019-11-12T19:24:32
C
UTF-8
C
false
false
2,276
c
/* ChibiOS - Copyright (C) 2006..2020 Giovanni Di Sirio 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 ap...
[ "wpaul@windriver.com" ]
wpaul@windriver.com
6396f5b6209d4d064f7e40787d12dffcfe9dc426
26c3e3c441c021dd0138afef886ef802b451fced
/RvRtp/common/rvstdio.c
a7436eb36c31255d1945c2d6738d134e9e8c7153
[]
no_license
chxj1980/firstproject
1b25543db4e4b3d1ba636a03d2f3d9d8c8fef69f
effadd90087a0894a84e5a90924935c6d492eada
refs/heads/master
2021-09-15T20:24:09.870832
2018-06-10T11:17:18
2018-06-10T11:17:18
null
0
0
null
null
null
null
UTF-8
C
false
false
15,982
c
/* rvstdio.c - input/output receiving/printing functions */ /************************************************************************ Copyright (c) 2001 RADVISION Inc. and RADVISION Ltd. ************************************************************************ NOTICE: This document contains information that is c...
[ "shixin_0125@126.com" ]
shixin_0125@126.com
43d0bb13295e1398c7b0c7ef7655f67d244de3f0
fe47289ba3e9802b93ed5f479710ae54d9baf5e6
/Source Code/SYD8821_ble_peripheral/2.SYD8821_BLE_ANCS/config.h
c858d52c8da51789d602652077e33544bd28d2d7
[]
no_license
SydtekInc/SYD8821SDK
af5dd0b8e57b502bacd963512352c3507c1037f1
f0b7a4be6a7eea1787700dbeb9571e9cecc0891d
refs/heads/master
2021-07-08T23:26:35.299771
2020-11-05T11:12:20
2020-11-05T11:12:20
209,702,697
9
5
null
2020-09-24T00:07:25
2019-09-20T04:05:45
C
GB18030
C
false
false
960
h
#ifndef _CONFIG_H_ #define _CONFIG_H_ #include "ARMCM0.h" //#define USER_32K_CLOCK_RCOSC //RTT debug和串口debug在没有特殊处理的情况下只能够使用一个,也就是说下面的宏只能够开一个 #define CONFIG_UART_ENABLE //#define _SYD_RTT_DEBUG_ #define KEY1_Pin GPIO_14 #define KEY2_Pin GPIO_15 #define KEY3_Pin GPIO_16 #define KEY4_Pin GPIO_17 #define LED1_Pin ...
[ "384710930@qq.com" ]
384710930@qq.com
1bef69012ece0f29426bc6b37bf5faf94fa3f4bb
0ec6da39cb2a7467e46310c06e4621d4895d24db
/libft/ft_putstr.c
8ca2ff9bb6f811d126da6166c765175aaeae4cce
[]
no_license
MixFon/Filler
2bec02216ab5f4bf53914f04338dda206ace1dd9
136c1b307d3a074d50d5bcd9033e15619877d60d
refs/heads/master
2020-05-02T18:49:56.835536
2019-04-29T10:04:43
2019-04-29T10:04:43
178,141,288
1
0
null
null
null
null
UTF-8
C
false
false
1,010
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putstr.c :+: :+: :+: ...
[ "widraugr@mi-v6.21-school.ru" ]
widraugr@mi-v6.21-school.ru
f1d05a42116a5480445d6acf84aa44293fb62b5f
6d11b5812f8f6b9c2baaa638acca0e9757b04805
/r00/ex00/main.c
aaf2645e784c64533b5fe3046e1e04995d9ab948
[]
no_license
scilla/piscine-42Roma-Luiss
d73cfdee865363ed481e0b7ac2f3b2d35b44c60a
43f95e3831529a4f5c7068267aefdbd0ead9127e
refs/heads/master
2023-08-29T21:31:40.925818
2021-09-26T22:15:58
2021-09-26T22:15:58
null
0
0
null
null
null
null
UTF-8
C
false
false
1,387
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.c :+: :+: :+: ...
[ "sr.cilla@gmail.com" ]
sr.cilla@gmail.com
9c228f59e6f1fd84539093f915bbbe2f59b58e5c
2f1065b935ca8a6ae48cd50f976d92e51a505e6e
/spots.c
bd17f055fb9e4a9920c6c45c754c70fc8865453a
[]
no_license
vigneshnallamad/cg-projects
beb69d70ce7ed9ac7dc025c212316dd1994fef62
ea9d3af68cb07f921259ed85669c5b5c19036742
refs/heads/master
2021-01-10T02:00:41.878759
2016-03-06T18:45:32
2016-03-06T18:45:32
53,270,186
0
0
null
null
null
null
UTF-8
C
false
false
7,496
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include <GL/glut.h> /* Some <math.h> files do not define M_PI... */ #ifndef M_PI #define M_PI 3.14159265 #endif #define TWO_PI (2*M_PI) typedef struct lightRec { float amb[4]; float diff[4]; float spec[4]; float po...
[ "vignesh.nallamad" ]
vignesh.nallamad
ed2e9a240bd6f31733d742c73db1769c1278b708
6657a273e4fcb887c8d8d4b17e3b9254b711d1d5
/Projects/wbt101key/ch06a/ex02_key_Spp2Way/wiced_bt_cfg.c
def74911f95075884ca3d312300913073d82cd2b
[]
no_license
phuongtg/CypressAcademy_WBT101_Files
fedb2b3436b86a81e31348e406cdee2607006379
45c5dbcfdd3eb2a8368153af5a544f7d687959fe
refs/heads/master
2020-04-16T14:51:43.861560
2019-01-09T16:32:17
2019-01-09T16:32:17
null
0
0
null
null
null
null
UTF-8
C
false
false
14,011
c
/* * This file has been automatically generated by the WICED 20719-B1 Designer. * Device Configuration. * */ /** wiced_bt_cfg.c * * Runtime Bluetooth stack configuration parameters * */ #include "wiced_bt_dev.h" #include "wiced_bt_ble.h" #include "wiced_bt_uuid.h" #include "wiced_bt_gatt.h" #include "wiced_bt...
[ "gjl@cypress.com" ]
gjl@cypress.com
a8d31c071667550dd1726b3042da9346d09d3537
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE121_Stack_Based_Buffer_Overflow/s05/CWE121_Stack_Based_Buffer_Overflow__CWE805_wchar_t_declare_memcpy_66b.c
7f9de57ea5d9a91a8396b016fd848d152a1a4fb8
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C
false
false
2,002
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE121_Stack_Based_Buffer_Overflow__CWE805_wchar_t_declare_memcpy_66b.c Label Definition File: CWE121_Stack_Based_Buffer_Overflow__CWE805.string.label.xml Template File: sources-sink-66b.tmpl.c */ /* * @description * CWE: 121 Stack Based Buffer Overflow * BadSour...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
560c47b6fd02888ef4028280d1af31820940f602
9284ea80a1b314352dfe5c515b9259bfc5bd5477
/irrigation_system/STM32/VET6/driver/LED/bsp_led.h
11994fcc7214d41315ad4cb1f23f6e7a34f588a5
[]
no_license
weiqiLee/Agriculture-1
ba36060ec48c440668775fadef5a46ead4c7c8d4
8a1e712960dbf20f09f69eccae906a2f187aa271
refs/heads/master
2022-02-09T03:04:08.297923
2018-04-25T06:15:21
2018-04-25T06:15:21
null
0
0
null
null
null
null
UTF-8
C
false
false
3,264
h
#ifndef __BSP_LED_H #define __BSP_LED_H #include "stm32f10x.h" #define LED1_GPIO_PORT GPIOB /* GPIO端口 */ #define LED1_GPIO_CLK RCC_APB2Periph_GPIOB /* GPIO端口时钟 */ #define LED1_GPIO_PIN GPIO_Pin_5 /* 连接到SCL时钟线的GPIO */ // G-绿色 #define LED2_GPIO_P...
[ "2421174533@qq.com" ]
2421174533@qq.com
c2a68ab52b2793a17a03337502ed69a4b2ab58e7
88bf56f794c0afdb613ed3349162653e31d7e4c3
/geodesics_gsl.c
4a49a903c705cf6ef0d1ef4b88b6f2eec0d348f2
[]
no_license
moscibrodzka/ipole
86b5911ec72c0f0e1e84bf63873823da0f3a302d
c40a3fee7c91bb1beb0d6c21c03f22d79fc8d47b
refs/heads/master
2021-06-03T14:09:10.045336
2020-04-15T09:03:19
2020-04-15T09:03:19
113,030,747
15
7
null
2020-06-08T19:00:49
2017-12-04T10:48:45
C
UTF-8
C
false
false
1,776
c
#include "decs.h" #include <gsl/gsl_errno.h> #include <gsl/gsl_matrix.h> #include <gsl/gsl_odeiv.h> int geodesic_deriv(double t, const double y[], double dy[], void *params) { double X[NDIM],Kcon[NDIM],lconn[NDIM][NDIM][NDIM] ; int i,j,k ; for(i=0;i<NDIM;i++) X[i] = y[i] ; for(i=0;i<NDIM;i++) Kcon[i] = y[i+NDIM...
[ "noreply@github.com" ]
moscibrodzka.noreply@github.com
9abc6a03095c447be0ecd72261123915d534efb4
6b40e9dccf2edc767c44df3acd9b626fcd586b4d
/NT/admin/wmi/wbem/shell/atlui/cmprops/netutility.h
bbcbb1f1ef92a30890499e418de3a0cd7aa9399e
[]
no_license
jjzhang166/WinNT5_src_20201004
712894fcf94fb82c49e5cd09d719da00740e0436
b2db264153b80fbb91ef5fc9f57b387e223dbfc2
refs/heads/Win2K3
2023-08-12T01:31:59.670176
2021-10-14T15:14:37
2021-10-14T15:14:37
586,134,273
1
0
null
2023-01-07T03:47:45
2023-01-07T03:47:44
null
UTF-8
C
false
false
4,600
h
// Copyright (c) 1997-1999 Microsoft Corporation // // global utility functions // // 8-14-97 sburns // KMH: originally named burnslib\utility.* but that filename was // getting a little overused. #ifndef UTILITY_HPP_INCLUDED #define UTILITY_HPP_INCLUDED #include <chstring....
[ "seta7D5@protonmail.com" ]
seta7D5@protonmail.com
71dcf677be91e7f3b94a046fde4673e0d6bd0f0d
e7d1b41ae85736ee4207a6553b38ade170fc0852
/TP 2/kern/env.c
6ce59462dc75b374c3c17b8f4439d84bd561f4c7
[ "BSD-4-Clause-UC" ]
permissive
Lautis1/Sistemas-Operativos-75.08
a4f096544cd49ed70bfcd3975ce0f730ed545584
95abfa2109f4a00554a14db7f6542e5dd2ddc89b
refs/heads/master
2023-06-07T08:57:29.616254
2021-06-09T20:39:51
2021-06-09T20:39:51
372,614,575
0
0
null
null
null
null
UTF-8
C
false
false
16,742
c
/* See COPYRIGHT for copyright information. */ #include <inc/x86.h> #include <inc/mmu.h> #include <inc/error.h> #include <inc/string.h> #include <inc/assert.h> #include <inc/elf.h> #include <kern/env.h> #include <kern/pmap.h> #include <kern/trap.h> #include <kern/monitor.h> struct Env *envs = NULL; // All ...
[ "lautaro.stroia@gmail.com" ]
lautaro.stroia@gmail.com
b661c19aeec93be716c340aa163c396a9871dd8a
4b64dbbcd51ac0ff67c1ef9e56383f92630f9dc0
/redis/deps/hiredis/net.h
3763ab089daf08bbb3f4f076e7aa68c6dcf1cb62
[ "Apache-2.0", "MIT", "BSD-2-Clause", "BSD-3-Clause" ]
permissive
naver/nbase-arc
e181a57344566a042014b67c9a054c0683c87fad
5cc17be3f423e7ae897ad2c2939278b2584487d8
refs/heads/master
2023-08-24T15:28:13.223923
2023-04-11T02:48:42
2023-04-11T02:48:42
46,257,023
185
67
Apache-2.0
2023-04-11T02:48:43
2015-11-16T06:47:07
C
UTF-8
C
false
false
2,453
h
/* Extracted from anet.c to work properly with Hiredis error reporting. * * Copyright (c) 2006-2011, Salvatore Sanfilippo <antirez at gmail dot com> * Copyright (c) 2010-2011, Pieter Noordhuis <pcnoordhuis at gmail dot com> * * All rights reserved. * * Redistribution and use in source and binary forms, with or w...
[ "kyujae.lee@navercorp.com" ]
kyujae.lee@navercorp.com
34c1014846ca965e6d2d019c9271083085866052
914a2fd4c30153ced189d5cc4409efb4b48c5981
/design_documents/control_system/rtos/bsp-TI-omap3530-src/src/hardware/startup/lib/board_find_acpi_rsdp.c
b8dccf0b7cabbfe1c2a96565a0728c09e633bff3
[]
no_license
minadanesh/apsc496
b90101974d102569421695075c27c3ae411e9b43
8b4c373cdf54702e678136fce6fdc9b60b6cb727
refs/heads/master
2020-06-04T05:02:53.585707
2010-05-07T06:42:13
2010-05-07T06:42:13
38,298,654
0
0
null
null
null
null
UTF-8
C
false
false
1,164
c
/* * $QNXLicenseC: * Copyright 2008, QNX Software Systems. * * Licensed under the Apache License, Version 2.0 (the "License"). You * may not reproduce, modify or distribute this software except in * compliance with the License. You may obtain a copy of the License * at: http://www.apache.org/licenses/LICENS...
[ "davychiu@54c039d6-fb59-11de-813e-e90011bb59b3" ]
davychiu@54c039d6-fb59-11de-813e-e90011bb59b3
2ff116504b3380e68eba83b8f44655184ec778f3
5561d3466d2452fac231d6c9da0d776bb682a732
/include/arch/core/rv32gc/trap.h
b49b821483e48c9f977ee1aad0359aeb3c18f315
[ "MIT" ]
permissive
mfkiwl/hal
ca041b4d8db654730c61552f2eb29a68b9c14815
f2050e75e947534172e88f6716305aeb038a64fb
refs/heads/master
2023-04-29T14:44:23.237214
2021-02-14T21:35:05
2021-02-14T21:35:05
null
0
0
null
null
null
null
UTF-8
C
false
false
5,677
h
/* * MIT License * * Copyright(c) 2011-2020 The Maintainers of Nanvix * * 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 rights * ...
[ "pedrohenriquepenna@gmail.com" ]
pedrohenriquepenna@gmail.com
061f9e036eb7ce792ef744d63e2e34cd64b814d5
7e35cb159fe1bd00277f665e737243af78de32cb
/src/arb_vec_calc_quad.h
2855da8af1256f2f938c1f7c6f04efcf3ff8cd88
[]
no_license
argriffing/phyly
68a20792df4d7732f89d9e39ec1f9e2c8fc95a4d
c6eecdb43cd71e37b6d7f3263b730aa2d265aa3e
refs/heads/master
2020-04-06T07:05:07.310517
2016-06-17T17:33:48
2016-06-17T17:33:48
42,479,679
0
0
null
2016-06-16T18:06:29
2015-09-14T22:04:52
C
UTF-8
C
false
false
1,702
h
#ifndef ARB_VEC_CALC_QUAD_H #define ARB_VEC_CALC_QUAD_H #include "flint/flint.h" #include "arf.h" #include "arb.h" #include "arb_mat.h" #include "arb_vec_extras.h" #ifdef __cplusplus extern "C" { #endif /* extern TLS_PREFIX int arb_vec_calc_verbose; */ /* multivariate function (R^N -> R) with gradient and hessi...
[ "argriffi@ncsu.edu" ]
argriffi@ncsu.edu
840750ecd7f6c88df2518b3d68cc7b4e49c71889
8b947ac931ebcfb59735775a0c585e47318bf630
/modbus.c
6b500fcf97a6757ab4a056d6e87717332f674084
[ "MIT" ]
permissive
synapsertu/rtu-di8
570faa981a18b7f37d3f1b9f250a63eb09e3fb6f
f636ac9d23c7d235f059397d019c5854f2f17b32
refs/heads/main
2023-07-04T18:33:28.238299
2021-08-20T14:09:47
2021-08-20T14:09:47
387,478,235
0
0
null
null
null
null
UTF-8
C
false
false
11,451
c
/* The MIT License (MIT) Copyright (c) 2021 Andrew O'Connell 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 ...
[ "noreply@github.com" ]
synapsertu.noreply@github.com
adf3f3ceb684beb317a354cad86ef298390046ac
2034e1227ad45eddeca27377b58baea1c233a476
/Assignments/Labs/LAB4/charType.c
566d5360e085f686f4477ce4999140741c14da71
[]
no_license
Vacio/cs12b
1ec1a5dc70008ee5f90176330543009855e95bf0
d53730fdbbd0939aecc35aeccef344d208cacd08
refs/heads/master
2020-12-24T12:39:40.863036
2015-09-02T01:13:57
2015-09-02T01:13:57
null
0
0
null
null
null
null
UTF-8
C
false
false
3,885
c
/* * ------------------------------------------------------------------------------------- * NAME: AISHNI PARAB * CRUZID: APARAB * CLASS: CMPS 12M * DATE: JULY 20 2015 * FILENAME: charType.c * DESCRIPTION: This program classifies the characters on each line of the input file into * alphabetic characters, numeric charac...
[ "aparab@ucsc.edu" ]
aparab@ucsc.edu
57859de1697905ee39750d23071a2aa5a44f9d68
c6c57a983501fa8495de9fa6d2256f1750177f7b
/Scripts 1.27/decompiled_scripts/shrinkletter.c
707219b78860cf8fe37e58afcbe1aed6e954c1e2
[]
no_license
Rayope/GTAV-Research
34af581d4eb4b2d01708ca8ff2c8fbbbb7501b33
4c6e062678b81205a3243ec8d0d3834f79169bc0
refs/heads/main
2023-05-28T00:18:43.958017
2021-06-16T10:13:31
2021-06-16T10:13:31
367,335,624
4
1
null
null
null
null
UTF-8
C
false
false
37,709
c
#region Local Var var uLocal_0 = 0; var uLocal_1 = 0; int iLocal_2 = 0; int iLocal_3 = 0; int iLocal_4 = 0; int iLocal_5 = 0; int iLocal_6 = 0; int iLocal_7 = 0; int iLocal_8 = 0; int iLocal_9 = 0; int iLocal_10 = 0; int iLocal_11 = 0; var uLocal_12 = 0; var uLocal_13 = 0; float fLocal_14 = 0f; var uLoc...
[ "84181546+Rayope@users.noreply.github.com" ]
84181546+Rayope@users.noreply.github.com
8124fc93b289b5fe8ae5a010bc738277a48b4bd5
c18bdb1abf3bb9be1997a568e2260850c11137ab
/lib/stm32lib/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_dac.h
34dab4547a00bfd76b9763581ef7966c5b6d00e0
[ "MIT" ]
permissive
diybitcoinhardware/micropython
a730026ad7fa4e3cff4cb5ed14dd6b3f1fb54734
6bdf1b69162b673d48042ccd021f9efa019091fa
refs/heads/master
2022-11-23T04:42:47.976301
2022-11-07T14:25:09
2022-11-07T14:25:28
182,322,508
4
4
MIT
2022-10-16T11:47:28
2019-04-19T20:34:49
C
UTF-8
C
false
false
20,681
h
/** ****************************************************************************** * @file stm32h7xx_hal_dac.h * @author MCD Application Team * @brief Header file of DAC HAL module. ****************************************************************************** * @attention * * <h2><center>&copy; C...
[ "snigirev.stepan@gmail.com" ]
snigirev.stepan@gmail.com
75244cacf14721e0e2b3a738911ab1d85add822e
1954df9ffe1e33f02728c551ebcfded909b743b5
/grosssalary.c
7ac5f7a610300508754583aefb8dc4670cd62d54
[]
no_license
poshak401/cpgm
3e6a6fab7040a2026eb712f4e2d08561d04b6103
f79d288f99a0501c6654ce662165ffba07400c5b
refs/heads/master
2021-01-05T16:50:20.107704
2020-03-09T10:35:41
2020-03-09T10:35:41
241,081,320
0
0
null
null
null
null
UTF-8
C
false
false
184
c
#include<stdio.h> void main() { float g,b,h,d; printf("enter the value ofb\n"); scanf("%f",&b); h=0.2*b; printf("h=%f",h); d=0.4*(b); printf("d=%f",d); g=b+h+d; printf("g=%f\n",g); }
[ "noreply@github.com" ]
poshak401.noreply@github.com
0d6afee7726b57a79e15021bf31adc8fbdc378b8
1fc9d3f2a0e27636ecdc2d3e33e17b1ca1439888
/src/log_colored.h
31aa19a3640d68977033ead0dd1481ee12137d68
[ "BSD-3-Clause" ]
permissive
utoni/potd
754b08131e68f8c6ebd47464c10e5e7bb73a4378
11bebb97a99321fe5e62f590062096424f45ac6c
refs/heads/master
2022-11-12T18:16:27.755843
2020-07-12T19:39:57
2020-07-12T19:39:57
null
0
0
null
null
null
null
UTF-8
C
false
false
2,408
h
/* * log_colored.h * potd is licensed under the BSD license: * * Copyright (c) 2018 Toni Uhlig <matzeton@googlemail.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * - Redistributions of source code must...
[ "matzeton@googlemail.com" ]
matzeton@googlemail.com
7ac291612f1d006036037169da1ded683fc14ab5
14ce793aedf5fcc1a685ee7173e1333210b46553
/src/qtest/abuild-basic/data/system-includes/d2/c.h
95045d84717e568f18bc0ad1a68400069c5103af
[ "Apache-2.0", "Artistic-2.0", "LicenseRef-scancode-unknown-license-reference", "Artistic-1.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
abuild-org/abuild
a569fca784b1a113f65c510233b9d97773c84674
54c003b2bf2e544bb25d7727fb4ba6297bc4a61e
refs/heads/master
2020-11-27T07:39:14.413974
2019-12-20T23:38:41
2019-12-20T23:38:41
229,351,827
0
0
null
null
null
null
UTF-8
C
false
false
28
h
inline void d2() { int a; }
[ "ejb@ql.org" ]
ejb@ql.org
674658d8be7bbdb28569a996338941c732bd1e83
a556c07ecfa1031dae46fd3433762941ceca68b1
/u/bibi/obj/desc.h
5ae125b1c38d3450123fa77a7e74f1d123aef195
[]
no_license
yqzcabao/pkuxkx-utf8
53c3c24f4e3a9125372bca72b6a4b10aa6293a7f
0eaf237c9970795a51aa4cc04b5b762003300cbd
refs/heads/main
2023-04-01T21:16:23.894845
2021-04-09T13:33:24
2021-04-09T13:33:24
null
0
0
null
null
null
null
UTF-8
C
false
false
2,642
h
// 神话世界·西游记版本4.40 /* <SecCrypt CPL V3R05> */ //Descriptions for camera.c //Crab, Dec 17, 1996 string *per_msg_male1 = ({ CYN "英俊潇洒,风度翩翩。\n" NOR, CYN "相貌出众,面目俊朗。\n" NOR, }); string *per_msg_male2 = ({ CYN "英俊潇洒,风度翩翩。\n" NOR, CYN "相貌出众,面目俊朗。\n" NOR, }); string *per_msg_male3 = ({ ...
[ "i@oiuv.cn" ]
i@oiuv.cn
87841162eedeca684910ebdf45ad6e901cc90209
07c78840a1d6547795c4927edde997638b8e7b7b
/apps/pwm/pwm_synchronous_channels/firmware/src/config/sam_a5d2_xult/initialization.c
1f8dcbbc792b08cf3795f984f1aaa6bcc5466233
[ "LicenseRef-scancode-unknown-license-reference", "ISC", "LicenseRef-scancode-public-domain" ]
permissive
zhuyi7891/csp
b8dd1f71d963d27b2f841bac1dc8ff93a53d58b2
d61c00a0c2d9375860eb165900ee9ef369db5161
refs/heads/master
2020-06-14T13:57:39.737274
2019-05-16T11:59:59
2019-05-17T18:49:00
195,020,933
0
1
null
2019-07-03T09:21:25
2019-07-03T09:21:25
null
UTF-8
C
false
false
4,791
c
/******************************************************************************* System Initialization File File Name: initialization.c Summary: This file contains source code necessary to initialize the system. Description: This file contains source code necessary to initialize the sys...
[ "http://support.microchip.com" ]
http://support.microchip.com
6b0a0165583e6192a19414ca76b8a4a5dc275850
8e38469f1796613686b6a986b172db9773d3bbe9
/share/gdef.h
7875567397531870e45d33f9b507fe3622130c1c
[]
no_license
luanhailiang/engine
6d95fe775d67d11a5d7ac83c15af830dd4438f7d
bb6f6c73086e7d557e71c442144afc24832175ba
refs/heads/master
2016-09-06T11:36:03.034198
2012-09-18T06:12:33
2012-09-18T06:12:33
5,412,816
0
1
null
null
null
null
UTF-8
C
false
false
397
h
/* * gdef.h * * Created on: Aug 28, 2012 * Author: luan */ #ifndef GDEF_H_ #define GDEF_H_ #include <zmq.h> #include <stdlib.h> #include <errno.h> #include <stdio.h> #include <stdlib.h> #include <stddef.h> #include <string.h> #include <assert.h> #include <signal.h> #include <time.h> #include <sys/time.h> ...
[ "luanhailiang1987@163.com" ]
luanhailiang1987@163.com
df724b3cca01446116906a1b48941936fd416a6b
5cd06679302a25239fe5e57157835f9e66c696ac
/Sources/DDInput.c
9a8751304370fd8222bd40cc8cfb087b546f2e90
[ "Apache-2.0", "MIT" ]
permissive
davecom/DDNES
6d8a4ff0d380798227b7e32e5cf3cd1c3d56debe
ea1eb9ec6497ed2f44774366ee30ff562b479403
refs/heads/master
2023-05-30T20:51:12.568319
2023-05-15T18:10:59
2023-05-15T18:10:59
80,126,804
1
0
null
null
null
null
UTF-8
C
false
false
234
c
// // DDInput.c // DDNES // // Created by David Kopec on 1/19/19. // Copyright © 2019 David Kopec. All rights reserved. // #include "DDInput.h" Joypad joypad1; Joypad joypad2; bool debug = false; bool nametable_debug = false;
[ "snpukwana@gmail.com" ]
snpukwana@gmail.com
7ab523ba408b5caf5e8b27eefca72ae609b7a165
03d7a8f368ca6bd89fc80a5df033b80dcbd29109
/deps/open_jtalk-1.08/text2mecab/text2mecab_rule_ascii_for_euc_jp.h
a39c59aceb130896b3b425a3fa2f5fc3a241ade8
[ "MIT", "CC-BY-3.0", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
TanUkkii007/node-openjtalk
c9973af1746bc1a0dc6b3add13782b2e7229589c
5344d3b4c8f5e3464286604f33f581cda4474a31
refs/heads/master
2021-01-01T15:29:54.472476
2016-01-04T12:56:26
2016-01-04T12:56:26
38,588,771
30
5
null
2015-07-10T08:49:36
2015-07-06T00:02:01
C++
UTF-8
C
false
false
8,216
h
/* ----------------------------------------------------------------- */ /* The Japanese TTS System "Open JTalk" */ /* developed by HTS Working Group */ /* http://open-jtalk.sourceforge.net/ */ /* -----------------------------...
[ "yyusuke@trifort.jp" ]
yyusuke@trifort.jp
babb7792fe8013cea998391d9667e67e3c35993d
4407ca823ec0d4fd0875b90186a9f755f19939ff
/SSD.h
ed3a4cd67f9c4c85e04692fe153552c6c19ffb97
[]
no_license
xMosad/Electric_heater
2a1a678b33c7690d2fcac25a66ce4d4fa2b61234
858c69add0a7f23a3febb2d986bf45dcaa97b100
refs/heads/master
2022-11-13T20:38:00.321958
2020-07-12T19:17:42
2020-07-12T19:17:42
278,959,777
1
0
null
null
null
null
UTF-8
C
false
false
421
h
#ifndef SSD_H #define SSD_H // includes #include "Main.h" #include "port.h" #include "macros.h" void ssd_init(void); uint8_t display7s(uint8_t v); void ssd_update(void); void ssd_turn_off(void); void ssd_blink(void); // to determine which SSD will be on typedef enum { SSD_LEFT, SSD_RIGHT }SSD_SELECT_t; //...
[ "abdelrhman.m0s3d@gmail.com" ]
abdelrhman.m0s3d@gmail.com
09bc6a0102fddef115db1017834c02a7ef1f0690
f4d62879bd6cc2d6c15eb21ea3d14101ed4eed2b
/libobs/util/darray.h
29797fdb218fb6cbee5959a875150b83d876c55f
[]
no_license
LiuKeHua/MyObsStudio
ccc9befec01458d126970868c70413dd4755463c
3fbb813550572d417355b40039bc0e3c1f030a2e
refs/heads/master
2020-04-03T14:41:58.413711
2018-12-10T03:43:46
2018-12-10T03:43:46
155,331,426
2
0
null
null
null
null
UTF-8
C
false
false
13,530
h
/* * Copyright (c) 2013 Hugh Bailey <obs.jim@gmail.com> * * 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 appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS...
[ "liukehua880123@163.com" ]
liukehua880123@163.com
8f9439fbc8524ba6807274d78f1dc9841816286b
2af75ddd91d52ca9899486424b22ac05834ab3d0
/ssh/addrmatch.c
8bd3767e664ce91302d869a4160ea4392e249211
[ "LicenseRef-scancode-public-domain-disclaimer", "SSH-OpenSSH", "BSD-3-Clause", "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-public-domain", "BSD-2-Clause" ]
permissive
mpitzl/libopenssh
8ffbfe65669fd5d53bf5f190e6b28ed8b6ddafc5
b83e6c81fdf35e33aa201c77bb8ab37dd5fea49d
refs/heads/master
2020-12-25T13:23:41.882565
2012-03-06T13:06:12
2012-03-06T13:06:12
3,209,103
0
0
null
null
null
null
UTF-8
C
false
false
11,076
c
/* $OpenBSD: addrmatch.c,v 1.5 2010/02/26 20:29:54 djm Exp $ */ /* * Copyright (c) 2004-2008 Damien Miller <djm@mindrot.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 not...
[ "mfriedl@gmail.com" ]
mfriedl@gmail.com