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
870d8368864b1ffe99678e9a884c00df216f4ed4
b352cc231e6c1a32a57385d779edc88e906843c5
/include/debug.h
a77475edb4dc396b8bc013b78ea20b1004caafd5
[]
no_license
yacinehmito/tftp
4d507f3c835fb6e727730e3810c935055552f859
c5681ee1a6a828ec52acf619c7d8f8278d0c9faa
refs/heads/master
2021-06-06T04:41:14.162316
2016-09-13T13:05:13
2016-09-13T13:05:13
null
0
0
null
null
null
null
UTF-8
C
false
false
285
h
#ifndef TFTP_DEBUG_H #define TFTP_DEBUG_H #include "common.h" #ifndef NDEBUG void debugPacket(const packet_t* packet); void debugStatus(status_t status); #else #define debugPacket(ignore) ((void) 0) #define debugStatus(ignore) ((void) 0) #endif // NDEBUG #endif // TFTP_DEBUG_H
[ "yacine.hmito@gmail.com" ]
yacine.hmito@gmail.com
0d6fe93924526b4e8c1016ccf3a83ed19031610f
32b91535fdf5e31a957ae2f7eb7cf4afaf0dee27
/linux-in-practice/fork.c
4982b5ae3b9e7e88e53037d8604281bcf951d735
[]
no_license
nelishiba/exercise
28dc19f996f16ea8c4f2ce6138ce6092a36d0c43
2b750cfa843a6ad6ab7dabdb6238c68213375700
refs/heads/master
2022-06-14T12:08:57.772728
2019-05-30T10:07:05
2019-05-30T10:07:05
null
0
0
null
null
null
null
UTF-8
C
false
false
522
c
#include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <err.h> static void child() { printf("I'm child! My pid is %d.\n", getpid()); exit(EXIT_SUCCESS); } static void parent(pid_t pid_c) { printf("I'm parent! My pid is %d and pid of my child is %d.\n", getpid(), pid_c); exit(EXIT_SUCCESS); } int mai...
[ "nelio@inl.ics.keio.ac.jp" ]
nelio@inl.ics.keio.ac.jp
e795767d0c720746b5c6e949a73f970dcd5a0687
5c05b9f6756967817e8e9c5d65edbcc4fe1ea78a
/d05/ex00/ft_putstr.c
052df4577db20fdfbf4ad6afb82e8a92ce6eae3c
[ "MIT" ]
permissive
Surfingnet/Piscine42-training
3d34fee12ae106e09ee339439d70c113bb536e4c
574dc0290fc5653cb24fc80afd357e7c69491e91
refs/heads/main
2023-01-08T00:49:40.086770
2020-11-03T15:46:56
2020-11-03T15:46:56
306,662,340
0
0
null
null
null
null
UTF-8
C
false
false
1,014
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putstr.c :+: :+: :+: ...
[ "mghazari@MacBook-Pro.local" ]
mghazari@MacBook-Pro.local
0ddaeec893406b82e5c0f6af5585d94eebb1e012
8614ce2245d5edb2e64b0761fd9729aaff5ec1ea
/hchlb/hchlb_internal.h
803628fbab66ebb53baec3941820928794f55557
[]
no_license
mete0r/hanedit2
90e4fce90b8d42eb1be43314216533ac49bef455
0cb69646a346c4489933cbdded6088e5bcf15384
refs/heads/master
2020-12-03T09:15:53.575360
2013-01-22T06:19:54
2013-01-22T06:34:54
null
0
0
null
null
null
null
UTF-8
C
false
false
1,285
h
#ifndef __HCHLB_INTERNAL_H__ #define __HCHLB_INTERNAL_H__ #include <os2.h> #include "hchlb.h" #include "hchcol.h" typedef struct tagHCHLB { HWND hwndHCHLB; HWND hwndClient; PHCHCOL hchCol; int topIndex; int bottomIndex; int curIndex; ...
[ "komh@chollian.net" ]
komh@chollian.net
33ba87374f7e4b38de280214d189440f9abb982c
628ae308aaa67cbea9c5b839a979140ef8c1ce25
/src/lifecycle_msgs/srv/detail/get_state__functions.h
4269fdfc42f309e343bd8f2221038435767fb141
[ "Apache-2.0" ]
permissive
arafat877/micro_ros
f676a06bd2ca4828b3a6c07ae110914ac338e9b7
56676e56ceed07af4dedf1f92b8a4f4768691921
refs/heads/master
2023-05-09T18:11:00.706157
2021-06-14T15:12:33
2021-06-14T15:13:04
null
0
0
null
null
null
null
UTF-8
C
false
false
8,070
h
// generated from rosidl_generator_c/resource/idl__functions.h.em // with input from lifecycle_msgs:srv/GetState.idl // generated code does not contain a copyright notice #ifndef LIFECYCLE_MSGS__SRV__DETAIL__GET_STATE__FUNCTIONS_H_ #define LIFECYCLE_MSGS__SRV__DETAIL__GET_STATE__FUNCTIONS_H_ #ifdef __cplusplus...
[ "wuhanstudio@qq.com" ]
wuhanstudio@qq.com
1228b560f3be1d59de6e58513072d84757b0924d
51635684d03e47ebad12b8872ff469b83f36aa52
/external/gcc-12.1.0/gcc/testsuite/g++.dg/modules/ttp-1_b.C
30a73c0a8cc99360956f3ef8815ca8764707d619
[ "Zlib", "LicenseRef-scancode-public-domain", "LGPL-2.1-only", "FSFAP", "LGPL-3.0-only", "GPL-3.0-only", "GPL-2.0-only", "GCC-exception-3.1", "LGPL-2.0-or-later" ]
permissive
zhmu/ananas
8fb48ddfe3582f85ff39184fc7a3c58725fe731a
30850c1639f03bccbfb2f2b03361792cc8fae52e
refs/heads/master
2022-06-25T10:44:46.256604
2022-06-12T17:04:40
2022-06-12T17:04:40
30,108,381
59
8
Zlib
2021-09-26T17:30:30
2015-01-31T09:44:33
C
UTF-8
C
false
false
283
c
// { dg-additional-options -fmodules-ts } import bob; template<typename T> struct X { using type = T; }; template<typename X, typename Y> struct same; template<typename X> struct same<X, X> {}; void frob () { using type = Wrapper<X, int>::type::type; same<type, int> v; }
[ "rink@rink.nu" ]
rink@rink.nu
c012f3479e737938b37e5e1c6e570ef228a14333
659ef3744199f396dc18c2f4f6835d06161ecda9
/in_c/book_store.h
ce465cb1ecebe472b682cedf290b4756dedbe273
[]
no_license
johnmilimo/bookstore
54f94aa6f0c710d43122ce0afe20cde32e65657a
4719172996b0321ee30113b0c68291ca47a51e0e
refs/heads/master
2020-06-04T14:45:53.048794
2019-06-15T20:56:40
2019-06-15T20:56:40
192,067,939
1
0
null
null
null
null
UTF-8
C
false
false
106
h
int total(int *basket, int size); void prep_books(int *basket, int size); int compute(int max_group_size);
[ "johnwanja@gmail.com" ]
johnwanja@gmail.com
2e858669ae934db4ac00d895bf2936c5253980ef
41903d9b885b8a2c6c99f05e1f3f48c1c980e9b2
/test_2.c
e3b444f329916a940f1dc17d5a10a295c804e525
[]
no_license
Declan120/ELEC5620M--miniproject
fe35eab3199f7d4a5e57382443d1e4eacac53360
89a71192ae15f83b48bfb11134792c0ffeb4148d
refs/heads/main
2023-05-29T13:33:56.494261
2021-06-04T09:56:46
2021-06-04T09:56:46
373,799,853
0
0
null
null
null
null
UTF-8
C
false
false
697,631
c
// Generated by : ImageConverter 565 Online // Generated from : test_2.jpg // Time generated : Tue, 01 Jun 21 14:47:29 +0200 (Server timezone: CET) // Image Size : 225x320 pixels // Memory usage : 144000 bytes #if defined(__AVR__) #include <avr/pgmspace.h> #elif defined(__PIC32MX__) #define PROGMEM #...
[ "78782086+Declan120@users.noreply.github.com" ]
78782086+Declan120@users.noreply.github.com
569552b647bd59ff8ca3bf0630f56130b066a11f
d25716cad48dcdf489a01b573e5a0e467a645b62
/0x01-variables_if_else_while/7-print_tebahpla.c
3266ac71d738ac725b762b107cf627d0c75e7e91
[]
no_license
scottmsolomon/holbertonschool-low_level_programming
e03d90f060740300f5593ace7c3db73e2a15143b
f2d6d5132cd6c6a1869451586061f04665638793
refs/heads/master
2020-12-29T08:33:39.051548
2020-02-27T21:05:19
2020-02-27T21:05:19
238,537,215
0
0
null
null
null
null
UTF-8
C
false
false
231
c
#include <stdio.h> /** * main - entry point * * Prints alphabet in lower case * * Return: Always 0 (Success) */ int main(void) { int ch; for (ch = 'z'; ch >= 'a'; ch--) { putchar(ch); } putchar('\n'); return (0); }
[ "1718@holbertonschool.com" ]
1718@holbertonschool.com
61829149ee57d84040fdb2f992c98d1c1c3f198d
caf6a8ac778eeb3183a7a35523044a5905519b76
/Game/UI/Hybrid/uiOrigin.c
b8d151d4b718ac7599b694dbf14086843bc4be2e
[]
no_license
odasm/coh-original-server-vs2010
ec8ddd227d6d99e08e562b2c0b08df20e06eb02c
479e4baccd5b2688c216674492c4b87e4562595c
refs/heads/master
2020-05-16T07:21:09.364167
2019-04-22T03:21:57
2019-04-22T03:21:57
null
0
0
null
null
null
null
UTF-8
C
false
false
11,165
c
#include "uiOrigin.h" #include "uiGame.h" // for start_menu #include "sprite_text.h" #include "sprite_base.h" #include "sprite_font.h" #include "input.h" #include "earray.h" #include "win_init.h" // for windowClientSize #include "player.h" // for playerPtr #include "font.h" #include "ttFontUtil.h" ...
[ "Woovie" ]
Woovie
3f568db15c9dcff6db4b69c4e930138e00552a55
0c5d3b088080577388f5766431487534f93a2c40
/Github-Projects-Origin/linux-master/net/8021q/vlan_mvrp.c.bak.c
472d4bd110f9a3ab855656b36972de7acff3ec8d
[]
no_license
zhiyuanjia/WoBench
878255ce45e76ef57f88743c7f43acdfa59e93e7
6b337780cbd598de98fc0eabd19efaf1a01b6012
refs/heads/master
2021-09-23T03:12:08.091319
2018-06-14T10:17:59
2018-06-14T10:17:59
null
0
0
null
null
null
null
UTF-8
C
false
false
2,008
c
#include <assert.h> #include <string.h> #define INCLUDEMAIN /* * IEEE 802.1Q Multiple VLAN Registration Protocol (MVRP) * * Copyright (c) 2012 Massachusetts Institute of Technology * * Adapted from code in net/8021q/vlan_gvrp.c * Copyright (c) 2008 Patrick McHardy <kaber@trash.net> * * This program is free soft...
[ "wangcong15@mails.tsinghua.edu.cn" ]
wangcong15@mails.tsinghua.edu.cn
74ffd09252f1708b6de459b16d945843daac608b
912ea80e16c6452c4a469bf958728da7c8909ba5
/play.h
011602dca696a5b5df2581c03febfaa2654e32a5
[]
no_license
sunaina297/TetrisGame
6f82e04dbbaf2d92f8ccf00922df1185cb8ee480
e9d5cbbffddc727ef135ad55ca88bc0df6142df2
refs/heads/master
2020-08-19T02:40:10.750445
2019-10-17T19:13:45
2019-10-17T19:13:45
215,866,484
0
0
null
null
null
null
UTF-8
C
false
false
180
h
#include <GL/glut.h> #pragma once #ifndef _play_h #define _play_h void keyboard(int key, int x, int y); void Normalkeyboard(unsigned char key, int x, int y); #endif
[ "spaudel@sfu.ca" ]
spaudel@sfu.ca
1b8497ab328db0b92d305f66c9865d2b20645f71
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/c7b09561-0e00-4274-a8a9-fb904ff5ad15.c
2e04021ca866fac87c48f9812b0da26072e9b0b5
[]
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
579
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=12; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l%j; l = l+j; j = i-j*i; //variables /* START VULNERABILITY */ int a; char b[71]; char c[18]; a = 0; do { a++; //r...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
b794b77660e58d0694b6685646fabe8c88df7f6a
0436bf0c8276500a3ff59093bc6d3561268134c6
/apps/MDL_renderer/shaders/function_indices.h
6e14d0c6cb0468e8015cd0bf5033a3a5dcbeb2e1
[]
no_license
NVIDIA/OptiX_Apps
7e21234c3e3c0e5237d011fc567da7f3f90e2c51
2ff552ce4b2cf0e998531899bb8b39d27e064d06
refs/heads/master
2023-08-20T02:47:58.294963
2023-08-08T10:29:36
2023-08-08T10:29:36
239,562,369
223
42
null
2023-09-04T09:31:07
2020-02-10T16:47:28
C++
UTF-8
C
false
false
2,204
h
/* * Copyright (c) 2013-2023, NVIDIA CORPORATION. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * Redistributions of source code must retain the above copyright * notice, this list...
[ "droettger@nvidia.com" ]
droettger@nvidia.com
d409236c38bb655caff90a16884f3159ccf1d7b4
08bfc8a1f8e44adc624d1f1c6250a3d9635f99de
/SDKs/Qt/5.12.3_python_37/msvc2017_64/Qt/include/QtCharts/5.12.3/QtCharts/private/abstractdomain_p.h
2712ca6363ed89344a64b4516318673bce9a1c10
[]
no_license
Personwithhat/CE_SDKs
cd998a2181fcbc9e3de8c58c7cc7b2156ca21d02
7afbd2f7767c9c5e95912a1af42b37c24d57f0d4
refs/heads/master
2020-04-09T22:14:56.917176
2019-07-04T00:19:11
2019-07-04T00:19:11
160,623,495
0
0
null
null
null
null
UTF-8
C
false
false
129
h
version https://git-lfs.github.com/spec/v1 oid sha256:00401abd19c496a8fed7bea11ea32ab3da453bceeb60a3e85badbefe9bbe5b84 size 5345
[ "personwithhats2@Gmail.com" ]
personwithhats2@Gmail.com
fe7f10978cb7fb92220cadeeb424959d19650cd0
44227276cdce0d15ee0cdd19a9f38a37b9da33d7
/arcane/src/arcane/materials/ComponentItem.h
78bccdd152e2478af19eba876dbf3e139378f515
[ "Apache-2.0", "LGPL-2.1-or-later" ]
permissive
arcaneframework/framework
7d0050f0bbceb8cc43c60168ba74fff0d605e9a3
813cfb5eda537ce2073f32b1a9de6b08529c5ab6
refs/heads/main
2023-08-19T05:44:47.722046
2023-08-11T16:22:12
2023-08-11T16:22:12
357,932,008
31
21
Apache-2.0
2023-09-14T16:42:12
2021-04-14T14:21:07
C++
UTF-8
C
false
false
98
h
#include "arcane/materials/MaterialsGlobal.h" #include "arcane/core/materials/ComponentItem.h"
[ "Gilles.Grospellier@cea.fr" ]
Gilles.Grospellier@cea.fr
826241fdbb9e297f3600e9b8bb08109e24d212ee
686ce4c5def8a606c5d9d5779ed3bdebfe70997f
/mediatek/platform/mt6572/hardware/include/mtkcam/common/camutils/CamFormat.h
8ad058b0449ad348f5e6f9a835379b6af246ede7
[]
no_license
cerg2010cerg2010/android_kernel_highscreen_ZeraF
34d143b4f1b65cdab8219a5b5030fe396f055934
e2d9fbdc6258b3d04405555d4e6fc197d0acdec2
refs/heads/master
2021-01-13T05:29:48.046302
2017-09-24T19:26:57
2017-09-24T19:26:57
86,619,145
2
0
null
null
null
null
UTF-8
C
false
false
50
h
../../../../mtkcam/inc/common/camutils/CamFormat.h
[ "cerg2010cerg2010@users.noreply.github.com" ]
cerg2010cerg2010@users.noreply.github.com
93135111e3fa3740ee9907441c2206afb6915722
e556c53132cea50ce374f1c766a42d7c94d93ad7
/lumierize/tags/opera-1.0/C_SOURCE/SurveyReg_sf.c
adc3d67004ab55c464c7a05e8f443e94109e473e
[]
no_license
dabreudev/lumierize
7dac0af1351d526b3c23d6b36f25ef6e9f4e57cc
b83c70f8a1e185e0cf03097ec9b02ef6d8eea8aa
refs/heads/master
2016-09-06T14:44:21.043378
2015-03-19T05:30:14
2015-03-19T05:30:14
32,502,103
0
0
null
null
null
null
UTF-8
C
false
false
47,725
c
#include "modulos.h" #define DEBUG 0 #define DEBUG2 0 #define FTOL 1.e-6 #define NMON 1000 /* Common variables */ /* Parameter file */ char parfilename[100]=""; int interact=0; int amoegauss=0; int asstatus=1,mcstatus=1,mlstatus=1,sestatus=1,specstatus=1; /* Parameters of the program */ char imagefile[51]; char spec...
[ "cquike@6825285c-ca2a-11de-9227-81ff81aedbed" ]
cquike@6825285c-ca2a-11de-9227-81ff81aedbed
2de652bd65741f7b8d042572d790e9ec31a3e59a
55fab91653b140edc6d0fc4950492faef2267e02
/libemgucv-includes/Emgu.CV.Extern/ml/svmsgd_property.h
0409189343947ac8b1f83b5326d5593609d625df
[]
no_license
smbape/node-emgucv-autoit-generator
afd1705f90d557148b1b85fa241ae103a409db37
be65936f8c0d6b8786e4b19aca921e487a4ed423
refs/heads/master
2023-07-14T21:19:33.411134
2021-08-28T10:19:14
2021-08-28T10:19:14
394,654,274
5
0
null
null
null
null
UTF-8
C
false
false
925
h
#include "ml_c.h" CVAPI(int) cveSVMSGDGetType(cv::ml::SVMSGD* obj); CVAPI(void) cveSVMSGDSetType(cv::ml::SVMSGD* obj, int value); CVAPI(int) cveSVMSGDGetMargin(cv::ml::SVMSGD* obj); CVAPI(void) cveSVMSGDSetMargin(cv::ml::SVMSGD* obj, int value); CVAPI(float) cveSVMSGDGetMarginRegularization...
[ "smbape@yahoo.fr" ]
smbape@yahoo.fr
f0cfcf46fcc0595a940b41d30699e3ddbbddf72e
22f20163e6a42aec33e6ecd9892c07aee536d9fb
/DRIVER/CPU/STM8L_LIB_V1.2.0/src/stm8l10x_spi.c
781edb975b5ca92aa3dab13d6f2a8ea424094ca7
[]
no_license
flyoo/stm8l
077bcf7fa8aa3bdb56e50d8ee0acb5633e56aedd
2bab0473605c99bf412e020e488554094edbbdb6
refs/heads/master
2016-09-12T20:43:38.847538
2016-04-13T03:50:53
2016-04-13T03:50:53
56,117,416
2
0
null
null
null
null
UTF-8
C
false
false
13,304
c
/** ****************************************************************************** * @file stm8l10x_spi.c * @author MCD Application Team * @version V1.2.0 * @date 01-June-2012 * @brief This file contains all the functions for the SPI peripheral. ***************************************************...
[ "fly_oo@outlook.com" ]
fly_oo@outlook.com
6bb2f88d865e68fea2deda167989a9c2b6357ae3
6cd662f7e0b877699ead06f92401fcc6dbf6a660
/new/ingres/source/ctlmod/pb_get.c
82bd3093dd0f8ec6329effd6de7b5a2193089c02
[]
no_license
Roare/Digital-Ultrix-32-VAX-2.0
d53ff4b2c559a9e03cbc073de5c106b38591e43f
56695b632d960b605717f93f84dc6fa7ec5b4e2f
refs/heads/master
2023-09-01T17:43:13.032091
2020-04-25T00:27:39
2020-04-25T00:27:39
null
0
0
null
null
null
null
UTF-8
C
false
false
2,915
c
#ifndef lint static char *sccsid = "@(#)pb_get.c 1.1 (ULTRIX) 1/8/85"; #endif lint /************************************************************************ * * * Copyright (c) 1984 by * * Digital Equipment Corporation, Maynard, MA * * All rights reserved. * * * * This software is f...
[ "zahir.meddour@protonmail.com" ]
zahir.meddour@protonmail.com
439550f73d12dcad34a93a28ae3d5cec429e3384
df2e2c4fc3d77dfe050c9af1017515b9a5071027
/LEM6502M0/MDK-ARM/RTE/_LEM6502M0/RTE_Components.h
a0621652456a7ad669c705d59e6ed4460ddced7a
[]
no_license
rabid-inventor/LEM6502
28e11f44eb110ec7ac63773633e106568ce961d8
99addc2bd0f49fb1945577686a29ed11473aa642
refs/heads/master
2022-12-19T08:30:02.413268
2020-09-07T08:24:35
2020-09-07T08:24:35
290,518,604
0
0
null
null
null
null
UTF-8
C
false
false
321
h
/* * Auto generated Run-Time-Environment Configuration File * *** Do not modify ! *** * * Project: 'LEM6502M0' * Target: 'LEM6502M0' */ #ifndef RTE_COMPONENTS_H #define RTE_COMPONENTS_H /* * Define the Device Header File: */ #define CMSIS_device_header "stm32f0xx.h" #endif /* RTE_COMPONENTS_H */...
[ "geeus81@gmail.com" ]
geeus81@gmail.com
a7eb79493f11afedc2d7b494bfdcc68b8a129c54
927ab13c33fcdf248745dc91708b10ad41fb84ea
/Cloth_Sim_10-31/Temp/StagingArea/Data/il2cppOutput/UnityEngine_UnityEngine_Bounds3033363703MethodDeclarations.h
0a616b333b052788328ce8209cb02314290b1ca2
[]
no_license
LoganPletcher/Cloth_Sim
c49743761b6e0632c3fef249d904688dff383e9b
0fc07176220f5d48a1d1e8b6ca15c997b44bb92b
refs/heads/master
2021-01-12T12:21:29.642255
2016-12-19T23:01:40
2016-12-19T23:01:40
72,456,819
1
0
null
null
null
null
UTF-8
C
false
false
5,051
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> // System.Object struct Il2CppObject; // System.String struct String_t; // UnityEngine.Bounds struct Bounds_t3033363703; struct Bounds_t303336...
[ "lpletch95@hotmail.com" ]
lpletch95@hotmail.com
111daa116bc546265c6a9f8c5e454cc17af2591a
0a659038c4ba7046b47acc2236cc8e743ee2475e
/F28379D_Projects/device_support/F2837xD_common/include/F2837xD_SysCtrl_defines.h
0ccde34161205cd29f93f5e9205de9831eb4d7a8
[]
no_license
hangcui1201/DSP_TI_TMS320F28379D
4891b86155c31d3f014da297cb45dd75e823b1a0
f8b3d16800fda4b8609d8fd1b0250cc6acb9ccb7
refs/heads/master
2020-11-27T22:42:07.071010
2020-01-19T03:16:04
2020-01-19T03:16:04
229,629,176
2
2
null
2020-03-07T10:00:27
2019-12-22T20:49:25
C
UTF-8
C
false
false
2,437
h
//########################################################################### // // FILE: F2837xD_SysCtrl_defines.h // // TITLE: F2837xD LPM support definitions // //########################################################################### // $TI Release: F2837xD Support Library v3.06.00.00 $ // $Release Date: Mon Ma...
[ "37420029+hangcui1201@users.noreply.github.com" ]
37420029+hangcui1201@users.noreply.github.com
05ad7c6d4fe6c0a1249f5a557f3212e271d5d202
17a22a8961531f8672ed240952fde985dbcdebe5
/0x05-pointers_arrays_strings/2-strlen.c
772b1d6a8c7d5bb6cb75f8a122ea4cf3689d8e7c
[]
no_license
auraPasmin/holbertonschool-low_level_programming
30a38894c77307bd68e22930a0983827848959e9
fdb3faa0539b4be8a48e403dbae38eaa741de329
refs/heads/master
2020-07-28T06:52:10.242644
2020-04-17T03:10:00
2020-04-17T03:10:00
209,343,467
0
1
null
null
null
null
UTF-8
C
false
false
231
c
#include "holberton.h" /** * _strlen - returns the length of a string. * @s: take a pointer, char. * Return: count */ int _strlen(char *s) { int count = 0; while (*s != '\0') { count++; s++; } return (count); }
[ "1288@holbertonschool.com" ]
1288@holbertonschool.com
a784d9e2b9c2bb7a70cb1b540aa247addce1dec5
e83bb2d9738b4eb7e59ad6420f9ad3823d090293
/main.c
d71c729834caf00e686ae4eb04546d41d305f15d
[]
no_license
christophejunke/demo-caesar
2432be0344bb2533e0d06da0fce0e59fe35789f0
5546a3c4f03a280069c80aeb5d0ece70ca93b645
refs/heads/master
2021-07-14T11:30:25.491661
2017-10-18T14:38:20
2017-10-18T14:38:20
103,277,478
0
0
null
null
null
null
UTF-8
C
false
false
1,047
c
#include <stdlib.h> #include <stdio.h> #include <caesar.h> #include <tis_builtin.h> void gen_test(int user_shift, int len, char *str) { char *res1, *res2; printf("Encrypt text '%s'\n", str); res1 = encrypt(str, len, user_shift); printf("Result: %s\n", res1); printf("Decrypt text '%s'\n", str); ...
[ "christophe.junke@trust-in-soft.com" ]
christophe.junke@trust-in-soft.com
555a0feaf16645820b62c4ea545caeb27a466f82
5c255f911786e984286b1f7a4e6091a68419d049
/code/0450cf6e-2897-4608-9575-2a8e858fbedc.c
80fdc200a9fa42eb89851838b16d733d70ef385e
[]
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
229
c
#include <stdio.h> int main() { int i=0; int j=42; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l/j; l = k-j; k = l-k*i; printf("vulnerability"); printf("%d%d\n",k,i); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
84759685ba09e8a0fb1256c38b77576dee173a5b
fad392b7b1533103a0ddcc18e059fcd2e85c0fda
/build/px4_msgs/rosidl_typesupport_introspection_c/px4_msgs/msg/commander_state__rosidl_typesupport_introspection_c.h
86dece8decdc2d557052120eff6e8e317183fbf0
[]
no_license
adamdai/px4_ros_com_ros2
bee6ef27559a3a157d10c250a45818a5c75f2eff
bcd7a1bd13c318d69994a64215f256b9ec7ae2bb
refs/heads/master
2023-07-24T18:09:24.817561
2021-08-23T21:47:18
2021-08-23T21:47:18
399,255,215
0
0
null
null
null
null
UTF-8
C
false
false
924
h
// generated from rosidl_typesupport_introspection_c/resource/idl__rosidl_typesupport_introspection_c.h.em // with input from px4_msgs:msg/CommanderState.idl // generated code does not contain a copyright notice #ifndef PX4_MSGS__MSG__COMMANDER_STATE__ROSIDL_TYPESUPPORT_INTROSPECTION_C_H_ #define PX4_MSGS__MSG__COMMAN...
[ "adamdai97@gmail.com" ]
adamdai97@gmail.com
70a98ea26dda9bc2d7ed29e67601feda39839701
1137f2a728a11a69aa672a1ffb2bd61a33b7d359
/iOS_Project/ProjectUtils/Tool/JinnLock/JinnLockConfig.h
8c517d8dd2261487dce62a74e5dfe6246e7f1a21
[]
no_license
jwh1650715313/iOS_Project
e5d19af97c045ff9b7d6e861de749877f1fc9304
de179ff5237482fb30ae5589fed153f7a9f55839
refs/heads/master
2021-06-05T03:45:56.892425
2020-09-04T09:07:20
2020-09-04T09:07:20
109,388,663
7
1
null
null
null
null
UTF-8
C
false
false
2,863
h
// // JinnLockConfig.h // iOS_Project // // Created by 白石洲霍华德 on 2017/11/13. // Copyright © 2017年 景文浩. All rights reserved. // #ifndef JinnLockConfig_h #define JinnLockConfig_h // 背景颜色 #define JINN_LOCK_COLOR_BACKGROUND [UIColor whiteColor] // 正常主题颜色 #define JINN_LOCK_COLOR_NORMAL kCyColorFromHex(0x3d405f) ...
[ "jwh1650715313@gmail.com" ]
jwh1650715313@gmail.com
c57f319f94f50f7c6dc542e979b713cea24327c7
65f9576021285bc1f9e52cc21e2d49547ba77376
/cdsp_proc/core/debugtools/servreg/src/servreg_test_user.h
5042f1b03a984f40e06c9a349fcf2ca9569f292e
[]
no_license
AVCHD/qcs605_root_qcom
183d7a16e2f9fddc9df94df9532cbce661fbf6eb
44af08aa9a60c6ca724c8d7abf04af54d4136ccb
refs/heads/main
2023-03-18T21:54:11.234776
2021-02-26T11:03:59
2021-02-26T11:03:59
null
0
0
null
null
null
null
UTF-8
C
false
false
4,448
h
#ifndef SERVREG_TEST_USER_H #define SERVREG_TEST_USER_H /* #============================================================================ # Name: # servreg_test_user.h # # Description: # Implements QDI layer for Service registry that goes to the root image # # Copyright (c) 2015-2016 by Qualcomm Technologies, I...
[ "jagadeshkumar.s@pathpartnertech.com" ]
jagadeshkumar.s@pathpartnertech.com
ce2122350fb734a7e6b269b7c6080f4946bb7044
26023b2d59a4e4bc2706ce51e617db7c38801cbe
/Components/hal/target/CC2540USB/usb/library/usb_descriptor.h
14d3bf1a186258ce3acd1c67ceb9100e53352f9f
[]
no_license
DucHungPham/khoaMh65
6bf5224da26dba7b41cc78818d9d07b38270140c
89cf601a9eb0f79191966828f38a857f45271aba
refs/heads/master
2022-06-11T14:58:04.429060
2020-05-09T08:00:26
2020-05-09T08:00:26
262,520,059
0
0
null
null
null
null
WINDOWS-1258
C
false
false
9,475
h
/****************************************************************************** @file usb_descriptor.h @brief Interface to USB descriptors. Group: WCS, BTS Target Device: CC2540, CC2541 ****************************************************************************** Copyright (c) 2004-2019, Texas Instruments...
[ "phamduchunghlit@gmail.com" ]
phamduchunghlit@gmail.com
b0fbd9d8f7d9370e6d4e6d1243743dc2d475172b
c31270d93c41c55fea48a8827393bebc16ce992e
/src/skolem.h
5926f23bec3c3c78b496a620d1bd947a01c795f5
[]
no_license
polgreen/cadet
2874e661399a4e50567d6d1275d24fd37536f0d1
6f233a4eddec8a274aef1d3f6d233750d110411c
refs/heads/master
2020-03-23T08:31:41.232485
2018-03-11T04:57:19
2018-03-11T04:57:19
null
0
0
null
null
null
null
UTF-8
C
false
false
8,214
h
// // skolem.h // cadet // // Created by Markus Rabe on 15/06/16. // Copyright © 2016 Saarland University. All rights reserved. // #ifndef skolem_h #define skolem_h #include "qcnf.h" #include "heap.h" #include "undo_stack.h" #include "satsolver.h" #include "partial_assignment.h" #include "util.h" #include "pqueue...
[ "markus.norman.rabe@gmail.com" ]
markus.norman.rabe@gmail.com
1ff18ae974fb83ccba2908cf77dd6050705170de
fcc6186acdeba68420031faab52738459f526554
/linklist.c
c3d4d3871d02272b6b6c1ad9737c9e1356ce18a7
[]
no_license
shubhanshu99/data-structure
3e502ab8e6d45082e53a8ae22a1afd1464803613
a330b583aaaa2e8251b19ca4af25e62204fbf424
refs/heads/master
2020-04-04T11:40:22.917840
2018-11-16T05:14:45
2018-11-16T05:14:45
155,900,314
0
0
null
null
null
null
UTF-8
C
false
false
5,637
c
#include <stdio.h> #include <stdlib.h> #include <conio.h> typedef struct node_t { int data; struct node_t *next; } Node; Node * insert_top(int, Node *); Node * insert_bottom(int, Node *); Node * insert_after(int, int, Node *); Node * insert_before(int, int, Node *); void print(Node *); int count(Node ...
[ "noreply@github.com" ]
shubhanshu99.noreply@github.com
32af39163a3b38c958d82efb87b2d3bd56f1bf05
db87a16508be1113a38de3ebeb368e9a4fc433a6
/ft_printf.h
aa704f401961817343b200d10502be5c84191c26
[]
no_license
Gimad/ft_printf
464d2e2d70564133a9c7e697754d4d7e6ced4361
c88c1a10190a40a27d8ecd7863f705aa9515da76
refs/heads/master
2022-11-22T19:10:10.610366
2020-07-24T15:04:47
2020-07-24T15:04:47
282,006,125
1
0
null
null
null
null
UTF-8
C
false
false
3,956
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_printf.h :+: :+: :+: ...
[ "noreply@github.com" ]
Gimad.noreply@github.com
b03ebb3dc0ae284c2bd355a20cdf3e5381317f1d
600d495a749228e58acf52438b08e455beb398b4
/mSEED/inc/btime.h
7c00cc59e047079657906f7ef563d7bff20f4464
[]
no_license
laa6202/wz_app
5bb1f877922e4cda3915d171c1a352a967b0cfa2
540c385c23ec69bb061c12e9922ad72877572992
refs/heads/master
2018-10-01T07:11:23.085646
2018-09-16T10:37:52
2018-09-16T10:37:52
118,421,402
0
0
null
null
null
null
UTF-8
C
false
false
202
h
#ifndef __BTIME_H #define __BTIME_H #include <time.h> #include "mtypes.h" int TestTime(void); int CovWZ2BTIME(pBTIME,WZPKG); int CovU2BTIME(pBTIME,U32,U32,int,S16); int TT2Day(struct tm*); #endif
[ "laa6202@163.com" ]
laa6202@163.com
f6fc16675171b8d03ac00c4a3d687ccdfb0a729d
1589bb2f6c5a34b35586baa51a499fab9d054e93
/字符串长度判断.c
8271b55334d7740490cdc4de30ee91540b100e4d
[]
no_license
aaaaglaaaa/C-
eb6a1216cd0b73db3ece2cae972c39d0878c84c4
1d81a5d744f921a548b4bdc132b9ce1f322684ab
refs/heads/main
2023-03-02T03:41:33.413708
2021-02-03T02:14:44
2021-02-03T02:14:44
335,476,234
0
0
null
null
null
null
UTF-8
C
false
false
140
c
#include <stdio.h> #include <string.h> int main() { char a[1000]; gets(a); strlen("%c"); printf("%d", strlen(a)); return 0; }
[ "noreply@github.com" ]
aaaaglaaaa.noreply@github.com
cb0642376d05c69b425f0de7e2960e4e41ad3b2e
0789f7b9c4256a42af31bc5dec5e02304c7ae14d
/lib/delete text.c
176ccce36b9d1e9a43992b916dc27fceab403039
[ "MIT" ]
permissive
MrRomo/WebFileSystem---ESP32-
ac523ddab5f72e3c378a10cdece98b9a63e28590
3b6dd43723da6068ae6a285d41af321aaa5ea511
refs/heads/master
2020-05-25T00:48:30.590512
2019-05-25T06:41:41
2019-05-25T06:41:41
187,540,599
0
0
null
null
null
null
UTF-8
C
false
false
603
c
#include <stdio.h> int main() { char text[1000], blank[1000]; int c = 0, d = 0; printf("Enter some text\n"); gets(text); while (text[c] != '\0') { if (text[c] == ' ') { int temp = c + 1; if (text[temp] != '\0') { while (text[temp] == ' ' && text[temp] != '\0') { ...
[ "jricardoromo21@gmail.com" ]
jricardoromo21@gmail.com
e77d261df56e88b9765031410efcb659eb916c1b
e5e0160c4606cfe8ce7241b45bbcb593619aaec7
/trunk/runtime/gc/invariant.c
96722dca2c005ec97d905feeb36f806fc240d597
[]
no_license
macressler/multiMLton
f98d7fc1f376cabe8efd4a678397d40fc814038c
1971b0f74f0db4dce9bad077a9c79ee158933510
refs/heads/stop-the-world-GC-AMD64
2021-01-19T18:17:16.575189
2014-03-10T17:00:17
2014-03-10T17:00:17
88,352,951
1
0
null
2017-04-15T14:42:44
2017-04-15T14:42:44
null
UTF-8
C
false
false
5,295
c
/* Copyright (C) 1999-2007 Henry Cejtin, Matthew Fluet, Suresh * Jagannathan, and Stephen Weeks. * Copyright (C) 1997-2000 NEC Research Institute. * * MLton is released under a BSD-style license. * See the file MLton-LICENSE for details. */ void assertIsObjptrInFromSpace (GC_state s, objptr *opp) { assert (...
[ "chandras@cs.purdue.edu" ]
chandras@cs.purdue.edu
35668fb999429676b3ab3a0859ab5669b147518a
556b8516555f67e46d042c838bf2be4f12c2b3a4
/codegen/mex/GetEdgesVectors/GetEdgesVectors_emxutil.h
cbcff12312c0e68e7af351a99e8320e1cdcd22e8
[]
no_license
ofirENS/Utils
3df7505401804d01a77db4be8877dabe6a7c5681
8d1a405dd164a32fccb0e7602fe8c7596cf2cbc5
refs/heads/master
2016-09-15T07:21:33.662367
2016-05-08T20:56:21
2016-05-08T20:56:21
22,727,017
0
0
null
null
null
null
UTF-8
C
false
false
1,772
h
/* * GetEdgesVectors_emxutil.h * * Code generation for function 'GetEdgesVectors_emxutil' * */ #ifndef __GETEDGESVECTORS_EMXUTIL_H__ #define __GETEDGESVECTORS_EMXUTIL_H__ /* Include files */ #include <math.h> #include <stdlib.h> #include <string.h> #include "tmwtypes.h" #include "mex.h" #include "emlrt.h" #inclu...
[ "ofirshukron@gmail.com" ]
ofirshukron@gmail.com
a00edcb242427a17b75f0089462e0df9b15f905d
743c6a3243381bed7704fd86ab3afb21bee82f83
/lib/my_list/srcs/my_l_apply_iem.c
7d774c91ef53258aa042d304fdf959bf936878c8
[]
no_license
Surrog/epi-pizza
69accd71485ac2b646e1e392720a823d57ee2737
75ed509dab919e74fbeb79f067fe99ecabe83ccf
refs/heads/master
2021-01-19T20:08:17.389168
2010-04-27T21:18:42
2010-04-27T21:18:42
null
0
0
null
null
null
null
UTF-8
C
false
false
507
c
/* ** my_l_apply_iem.c for in /u/epitech_2012s/chanio_f/cu/lib/my_list ** ** Made by florian chanioux ** Login <chanio_f@epitech.net> ** ** Started on Wed Dec 2 04:58:59 2009 florian chanioux ** Last update Wed Dec 2 05:15:12 2009 florian chanioux */ #include "my_list.h" int my_l_apply_iem(t_list *begin, int...
[ "florian.chanioux@a47ccae1-dada-09be-baf4-afd030c0c0f0" ]
florian.chanioux@a47ccae1-dada-09be-baf4-afd030c0c0f0
78ee23d12b38f7ef881424661a0a4ac04bcf0e9e
9ab072a2e0ab12d0b73f46ea10ffc65b173a65e2
/roboscoop/roboscoop_lib/EIFGENs/roboscoop/W_code/C3/ob86d.c
71d20ab83ef3db39c606b13e0bc1960ac388efdb
[]
no_license
marcozorzi/RoboticsProgrammingLaboratory
39352797681f0cb744344d4079c298003762dfd5
1035e233f1eb7b5cd5b144d15fccd86ede9ce2ba
refs/heads/master
2021-01-13T09:02:18.598914
2016-10-31T08:27:01
2016-10-31T08:27:01
72,363,957
1
0
null
null
null
null
UTF-8
C
false
false
2,696
c
/* * Class OBJECT_GRAPH_MARKER */ #include "eif_macros.h" #ifdef __cplusplus extern "C" { #endif static const EIF_TYPE_INDEX egt_0_86 [] = {0xFF01,287,0xFFFF}; static const EIF_TYPE_INDEX egt_1_86 [] = {0xFF01,304,85,0xFFFF}; static const EIF_TYPE_INDEX egt_2_86 [] = {0xFF01,85,0xFFFF}; static const EIF_TYPE_INDE...
[ "marcozo91@gmail.com" ]
marcozo91@gmail.com
8e0ef82c56a4b8d5773cddbf177ea6f8df9a7a3f
637e288c8204c81b3b3265dc0076d59808c3a6ba
/hwacha/insns_ut/ut_fmv_d_x.h
9e43c9364b89a3cfc732e6b03a77cc638d3436e2
[ "LicenseRef-scancode-bsd-3-clause-jtag" ]
permissive
riscv-mit/riscv-isa-sim
8dd439ed129212630d6bda7931a83a3d91bed83e
bfb218702c89f0d92be15f8f4c698a1b8b88f067
refs/heads/master
2020-05-29T11:43:51.276260
2015-07-23T22:41:00
2015-07-23T22:41:00
29,270,818
4
1
null
null
null
null
UTF-8
C
false
false
27
h
../../riscv/insns/fmv_d_x.h
[ "yunsup@cs.berkeley.edu" ]
yunsup@cs.berkeley.edu
5dbe9a7e07f7e29e911252713982d074b1982e67
5b3d2887e0a0c61493b7dba933297915398f9a9f
/aeds-1/2019.1/practices/practice-1/q2.c
73c5940297c70c31b0b4ae039178f7743ea7f4e6
[]
no_license
iagonuvem/ufop-studies
543f051a99ed1cbb393da4dc849284c6f29885c4
8b8f298ff79fe3b7937a97321c13abfc6ca11b20
refs/heads/master
2021-01-20T18:04:32.639960
2019-06-07T17:13:16
2019-06-07T17:13:16
90,903,352
0
0
null
null
null
null
UTF-8
C
false
false
185
c
#include <stdio.h> #include <stdlib.h> int main(int argc, char const *argv[]) { int x = 0; scanf(&x); if(x < 10000){ printf((x*x)"\n"); } else{ printf("0\n"); } return 0; }
[ "iagonuvem@hotmail.com" ]
iagonuvem@hotmail.com
24c16800bf2af376e9e0bbca7b5087130835f475
a8808fe9bb629d9ffe0dc6ad90e956a6f1276bec
/ext/rsonal/rsonal.c
600b04c72f3042005f510c7ac26aee2f164ddbee
[ "MIT" ]
permissive
mbbh/rsonal
dbf53f9c21afacc8ddd28798f17696047032599c
5941d700eedb47fcbbede44451a33effbfb443e3
refs/heads/master
2021-10-23T06:29:56.737815
2021-10-16T18:39:02
2021-10-16T18:39:02
29,308,121
1
0
MIT
2021-10-16T18:39:03
2015-01-15T17:07:38
C
UTF-8
C
false
false
5,494
c
#include <ruby.h> #include <ruby/encoding.h> #include <rsonal_string.h> VALUE Rsonal = Qnil; void Init_rsonal(); VALUE rsonal_read_json(VALUE self, VALUE file); VALUE rsonal_write_json(VALUE self, VALUE input); void process_write_json_data(Rst* str, VALUE input); void Init_rsonal() { Rsonal = rb_define_module("R...
[ "mh@wrongexit.de" ]
mh@wrongexit.de
82a78fec8f78c375a7d9978b0a53c781759930c0
c7188e131c6c27e4d427395f88cdf70e800265fc
/ysno.c
fd51b5b09383916d8276d2804c16cc93a1612aa8
[]
no_license
BANUMATHI9486/C
cc4771820ef27360661c2a5190fa1ec0e9d7516d
3eb3db41c4ecbd8176fb857850907e97c36ac2b3
refs/heads/master
2021-05-14T11:13:38.155984
2018-02-28T11:30:32
2018-02-28T11:30:32
116,373,853
0
0
null
null
null
null
UTF-8
C
false
false
337
c
#include <stdio.h> void main() { int a[90],n,i; printf("enter the no\n"); printf("enter the range\n"); scanf("%d",&n); for(i=0;i<n;i++) { scanf("%d",&a[i]); if(a[i]=='0'||a[i]=='1') { printf("yes"); } else { printf("no"); ...
[ "noreply@github.com" ]
BANUMATHI9486.noreply@github.com
f4ae6f54362c274b06a9770ee39eb863282aae14
e753f8ab10eb6732f272217169e48ab4754295ee
/devel/libassa/dragonfly/patch-assa_Handlers.h
1e9c66ac4cae50e147c5e6f5816d926d4b1aba86
[ "BSD-2-Clause" ]
permissive
DragonFlyBSD/DPorts
dd2e68f0c11a5359bf1b3e456ab21cbcd9529e1c
4b77fb40db21fdbd8de66d1a2756ac1aad04d505
refs/heads/master
2023-08-12T13:54:46.709702
2023-07-28T09:53:12
2023-07-28T09:53:12
6,439,865
78
52
NOASSERTION
2023-09-02T06:27:16
2012-10-29T11:59:35
null
UTF-8
C
false
false
381
h
--- assa/Handlers.h.orig 2006-07-20 05:30:54.000000000 +0300 +++ assa/Handlers.h @@ -32,7 +32,7 @@ namespace ASSA { */ -#if defined (__FreeBSD__) || defined(__FreeBSD_kernel__) || defined (__NetBSD__) +#if defined (__FreeBSD__) || defined(__FreeBSD_kernel__) || defined (__NetBSD__) || defined (__DragonFly__) # ...
[ "nobody@home.ok" ]
nobody@home.ok
d329069d64368f6a5fb1ec67a58f26695f433486
4398115a8057e59446a6f50a52eaeefca6afd745
/Muro.c
18d7186565feef7c593a573ea38ee5ab46c6aa3a
[]
no_license
joao-vitor-ferreira/t3-2019
8bcbf4d1b90a9a13ce83534b983d8f2eabdab21e
794e4aa1bd8b6579c273e3d1a1a9212d72ebc2f3
refs/heads/master
2020-08-31T07:30:44.964536
2019-12-10T00:36:40
2019-12-10T00:36:40
218,636,849
0
0
null
null
null
null
UTF-8
C
false
false
461
c
#include <stdlib.h> #include "Muro.h" typedef struct{ Ponto pIni; Ponto pFim; } muro; Muro createMuro(Ponto ini, Ponto fim){ muro *newMuro; newMuro = (muro*)malloc(sizeof(muro)); newMuro->pIni = ini; newMuro->pFim = fim; return (Muro)newMuro; } Ponto getMuroPontoInicial(Muro m){ muro...
[ "abc-joao@hotmail.com" ]
abc-joao@hotmail.com
a2215fc625ca7575122b83f0518422bd8094789b
2fe0ee2c3377b8f6ed790c1f52ef93eede8b3945
/OSSP/lab 2/process_id.c
127513cc9f4267d63c2d69869abb616538437d9f
[]
no_license
ujjawal-mandhani979392/labs
090a673b1dffe45a76afde265b6ae7f1a27bbe7e
5472357df70862be3e9bb6b2f7b6b91ccd537bec
refs/heads/master
2023-05-31T01:41:33.051408
2021-06-21T20:05:42
2021-06-21T20:05:42
376,352,718
0
0
null
null
null
null
UTF-8
C
false
false
1,097
c
#include <sys/types.h> #include <sys/wait.h> #include <errno.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> int main() { int pipefds[2]; int returnstatus; int pid; char writemessage[2][20] = {"Ujjawal", "Mandhani"}; char readmessage[20]; returnstatus = pipe(pipefds); if (retu...
[ "9918103237@mail.jiit.ac.in" ]
9918103237@mail.jiit.ac.in
2bcca80b377d6b1ce75da5bee7ce07ddc368af4a
e3ac6d1aafff3fdfb95159c54925aded869711ed
/Temp/StagingArea/Data/il2cppOutput/t2610273829MD.h
e3a65357c43fcc04e67e5595e28274c3ae3d33f6
[]
no_license
charlantkj/refugeeGame-
21a80d17cf5c82eed2112f04ac67d8f3b6761c1d
d5ea832a33e652ed7cdbabcf740e599497a99e4d
refs/heads/master
2021-01-01T05:26:18.635755
2016-04-24T22:33:48
2016-04-24T22:33:48
56,997,457
1
0
null
null
null
null
UTF-8
C
false
false
2,196
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> struct t2610273829; struct t3382011775; struct Type_t; struct MemberInfo_t; struct String_t; struct t11523773; #include "codegen/il2cpp-codeg...
[ "charlotteantschukovkjaer@Charlottes-MacBook-Air.local" ]
charlotteantschukovkjaer@Charlottes-MacBook-Air.local
f03777aca5904005b62d7c52c2d60bbe86292c64
92d16346969ee75f30e2f34029dc8dabd897c03f
/Practica2.5/Ejercicio1.c
2f87a7d304d982ca298e7641393a876a3ac6d679
[]
no_license
SergioM23/asor_repo
b2fe67044a15c8ab86b9e8ed232fae8420d78fea
5f1955d4883c0d5af2667608f1682263b681e4a7
refs/heads/main
2023-02-20T22:09:10.482419
2021-01-20T09:56:39
2021-01-20T09:56:39
317,165,345
0
0
null
null
null
null
UTF-8
C
false
false
770
c
#include <stdio.h> #include <netinet/in.h> #include <netdb.h> #include <string.h> #include <arpa/inet.h> int main(int argc, char **argv){ if(argc < 2){ printf("ERROR: introduce el host\n"); } struct addrinfo hints; struct addrinfo *res, *it; memset(&hints, 0, sizeof(struct addrinfo)); hints.ai_fam...
[ "noreply@github.com" ]
SergioM23.noreply@github.com
edbe9fd081ce4c841cacde6d72ce79e92eb057fe
d8926582a0c721641433559617ebc1a33ee6d35e
/src/jnc_ct/include/jnc_ct_CastOp_Fp.h
db0b0417882f96615be479e7a8b0210711356eb7
[ "MIT" ]
permissive
vovkos/jancy
187ba9f7866b694a84bd334f2e9b1bdc0ab1a4b9
c6d86984773765c1c6faf6e0da266d991962a0c5
refs/heads/master
2023-08-03T04:34:54.352189
2023-08-02T08:59:51
2023-08-02T08:59:51
76,837,658
61
12
null
null
null
null
UTF-8
C
false
false
52
h
#include "../jnc_ct_OperatorMgr/jnc_ct_CastOp_Fp.h"
[ "vovkos@gmail.com" ]
vovkos@gmail.com
7fe8dc610645ae238b078ff43236c31349e7d1ce
8848534e34b07a73d83217f084f04317fc941276
/bzlib.h
3146b82ac1c646398719b6c2897c4ec7bda15dca
[ "bzip2-1.0.6", "BSD-3-Clause" ]
permissive
kiyolee/bzip2-win-build
0acfe63e6d00697a4ca76761a1c83f3bf700c054
e097db935bc082fb812921a260c8f69808414575
refs/heads/main
2023-09-01T20:00:47.949098
2023-08-20T11:31:08
2023-08-20T11:31:08
147,977,446
8
3
null
null
null
null
UTF-8
C
false
false
6,494
h
/*-------------------------------------------------------------*/ /*--- Public header file for the library. ---*/ /*--- bzlib.h ---*/ /*-------------------------------------------------------------*/ /* ---------------------------------------------------...
[ "kiyolee@gmail.com" ]
kiyolee@gmail.com
ba28066d730a59618fac835b74dec3d3a5db1952
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE190_Integer_Overflow/s01/CWE190_Integer_Overflow__char_fscanf_add_02.c
5a3340468cae4760c3364fd27e365a12df19cc0a
[]
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
4,529
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE190_Integer_Overflow__char_fscanf_add_02.c Label Definition File: CWE190_Integer_Overflow.label.xml Template File: sources-sinks-02.tmpl.c */ /* * @description * CWE: 190 Integer Overflow * BadSource: fscanf Read data from the console using fscanf() * GoodSo...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
25e8069d3759df86e70545ab6c677aa127ffe216
b50495fde61f6e617898c6d5433dd8230ab5dc9f
/unit2/functionsIntro.c
8668856931b80a7f6f2f12dbbaad681378bd9429
[]
no_license
Erubiel-sudo/StructuredPrograming2A
c395e881932bb9a16c96773c01822cb1963bc3c5
c866a30a82eaf523ca9c6ad68b562ccefe6f4002
refs/heads/master
2023-06-29T13:35:07.037880
2021-07-26T02:57:34
2021-07-26T02:57:34
368,629,928
0
0
null
null
null
null
UTF-8
C
false
false
1,037
c
#include <stdio.h> #include "/mnt/c/Users/Erubiel Tun/Documents/StructuredPrograming2A/unit2/utils.h" int myNumber =3; float myFloat = 3.1416; char myString[255] = "Hola mundo"; // primer metodo para funciones //Declarar y definirla // void sayHello( char message[] ){ // printf( "%s\n", message )...
[ "erubieltun27gmail.com" ]
erubieltun27gmail.com
8ee8994c804267b83bf108707134c0b1e9e537e9
ee5b8e749f5133d58f289e791cff0bbd0df50842
/main.c
bba2b141279a731326a5367c55fece1430087037
[]
no_license
JRecinos/MIA_201314631
2722c37fee1a75208f4c63d90f4908f78b826160
261314cf6984b33aae27684ce74ce21d2a359d9f
refs/heads/master
2020-03-28T05:09:35.468224
2016-08-13T02:59:07
2016-08-13T02:59:07
64,409,161
0
0
null
null
null
null
UTF-8
C
false
false
310,462
c
#include <stdio.h> #include <ctype.h> #include <sys/types.h> #include <sys/stat.h> #include <time.h> #include <stdlib.h> #define BUFFER_SIZE 1024 // variables para montura char* path[25]; char* particion[50]; char* montada[50]; char* dir[50]; int numero[25]; int sizeglobal=0; int bloqueinicial=0; int inodo_obtenido=-...
[ "noreply@github.com" ]
JRecinos.noreply@github.com
ab3516e906dfe5e3d4cd26a169a4b47c060a9ed5
df6dd55c46a7ee3ddd8aa3c439d24df5d5c250e9
/libft/libft.h
2c25b7de2b259e87bebcf11c4af3c82f96d5f3f5
[]
no_license
MashkaCoder/ft_printf
1b6738647db498a744bed7f54247bf6f44b1dffa
4d63bf0034a564ae0bc4804a9b4ff9b191a9e0e8
refs/heads/main
2023-07-29T23:37:11.973359
2021-09-22T11:47:49
2021-09-22T11:47:49
409,173,305
1
0
null
null
null
null
UTF-8
C
false
false
1,546
h
#ifndef LIBFT_H # define LIBFT_H # include <stdlib.h> # include <unistd.h> int ft_atoi(const char *str); void ft_bzero(void *s, size_t n); void *ft_calloc(size_t count, size_t size); int ft_isalnum(int c); int ft_isalpha(int c); int ft_isascii(int c); int ft_isdigit(int c); int ft_isprint(int c); void *ft_memcc...
[ "maria.seminar@ya.ru" ]
maria.seminar@ya.ru
284584f83c5ab997e94daf278040ea0af5490e83
e785ed1dc1247db10c300200b97574bd94ea4f1d
/src/default/Equal.c
a135e12d082491f930560523c4cc22c731564794
[ "MIT" ]
permissive
Engrtao/libonnx
0b77b4c722c1647fff51e3aa293beb114c2b95cf
5b070292d4ac91b233c5349885b11e9c1fc6fcd7
refs/heads/master
2023-01-01T17:14:29.729906
2020-10-18T15:42:23
2020-10-18T15:42:23
null
0
0
null
null
null
null
UTF-8
C
false
false
78
c
#include <onnx.h> void default_resolver_op_Equal(struct onnx_node_t * n) { }
[ "8192542@qq.com" ]
8192542@qq.com
2bab4819654b9d0224ac782cc52a4aaf67054a56
a979c6ddde3e275d2175cd73378a847af6d10459
/csrc/pf_inner.c
1446356cda7d7067ee7a7b5d40de6b1bd4edddda
[ "LicenseRef-scancode-public-domain" ]
permissive
Plan9-Archive/pforth9
e9ee286c9a5277be99fb001f1d27d69f2bb4a54a
a4de2f93267d5cc6b719d247d174c1672638860b
refs/heads/master
2020-08-19T20:16:39.625861
2019-08-05T16:19:10
2019-08-05T16:19:10
215,950,417
1
0
null
null
null
null
UTF-8
C
false
false
56,670
c
/* @(#) pf_inner.c 98/03/16 1.7 */ /*************************************************************** ** Inner Interpreter for Forth based on 'C' ** ** Author: Phil Burk ** Copyright 1994 3DO, Phil Burk, Larry Polansky, David Rosenboom ** ** The pForth software code is dedicated to the public domain, ** and any third par...
[ "glenda@opti" ]
glenda@opti
1aad295a39cc2ab23abb58d9555eb343171d1475
e20117908acee5fb8343b75954f7804772fa35b8
/STM32F_STD/INC-MB1616007_MDK/Device_drivers/myDrivers/bsp/delay.c
5dccfbcfc0356fc4f0693bd57a6421886e4fdf1b
[]
no_license
yisea123/mySTM32F_MDK
fc779bb01e09417477468b9b98ad3d01c7cef2bf
9d1d4be3224c6778dd4c780b8994eb7b36bc6b40
refs/heads/master
2020-07-09T23:30:28.700116
2018-06-30T00:58:27
2018-06-30T00:58:27
null
0
0
null
null
null
null
GB18030
C
false
false
1,108
c
#include "delay.h" #include "stm32f10x.h" #include <rtthread.h> void delay_us(u32 nus) { u32 ticks; u32 told,tnow,tcnt=0; u32 reload=SysTick->LOAD; //LOAD的值 ticks=nus*SystemCoreClock/1000000; //需要的节拍数 //ticks=nus*SystemCoreClock/8000000; //SYSTICK_CLKSOURCE_HCLK_DIV8 64/8=8 told=SysTick->VAL;...
[ "canping.xie@incubecn.com" ]
canping.xie@incubecn.com
370d596209c930439faa4142ba31b69df1e1a82f
e6e6837700490857e1572829851e40e2bb03925b
/3-项目/基于socket套接字的广域网聊天室/chatroom/server/server.c
ebbb9e6aab9914477a9241513eded70ec5d8fe39
[]
no_license
chenyueze/review
42f72283379a7555cd0bd3ea8c8ae5b7e5c76cff
017bf0ea4b868fba338b91e98ef7186dc155d2f1
refs/heads/master
2023-03-21T10:42:33.809160
2021-03-10T08:14:08
2021-03-10T08:14:08
292,141,326
0
0
null
null
null
null
UTF-8
C
false
false
4,502
c
#include "../common/common.h" #include "../common/tcp_server.h" #include "../common/chatroom.h" #include "../common/color.h" struct User{ char name[20]; int online; pthread_t tid; int fd; }; int client_num = 0; char *conf = "./server.conf"; struct User *client; int sum = 0; void send_to_all(struct...
[ "1536667332@qq.com" ]
1536667332@qq.com
d0f60d62ec4ff5a8b2fbf4c66184686ac4302a59
3d0de0f2549d9025540fcec88624c72c079b406f
/BSW/src/bsw/gen/ComM/api/ComM_EcuMBswM.h
794b2071f600b3a2755f7fc80b83218f9c17c41c
[]
no_license
ongbut999/Jenkins_Test
ee19936e1577bd93d2755d21299ed3fbec553db6
abb74480c4ce938dd1c7463627c4074071580af4
refs/heads/master
2023-06-23T21:26:57.794427
2021-07-22T08:05:20
2021-07-22T08:05:20
388,372,287
0
0
null
null
null
null
UTF-8
C
false
false
2,133
h
/** \defgroup COMM_ECUMBSWM_H COMM - AUTOSAR interfaces Upper Layer */ #ifndef COMM_ECUMBSWM_H #define COMM_ECUMBSWM_H #include "ComStack_Types.h" #include "ComM_Cfg.h" /* *************************************************************************************************** * Defines ****************************...
[ "fixed-term.Truong.HuynhQuang@vn.bosch.com" ]
fixed-term.Truong.HuynhQuang@vn.bosch.com
a80239d6aeedc82e2a4ce12f12ad28a96334f94a
39bac387b2665f321879d71ba6dec91b00b77a9b
/UI/freetype/src/sfnt/ttmtx.c
b5f5db733e6a88f7dd939cb5920dda401a372acf
[ "Unlicense", "FTL" ]
permissive
testcc2c/Legendware-V3-Source
b1c61e4be4c845d09d238a35fee37cf608c2badf
a44340a589a59be6f883b75b1962becf1dd46c63
refs/heads/main
2023-03-19T21:06:13.775044
2021-03-11T02:37:13
2021-03-11T02:37:13
350,192,765
2
1
Unlicense
2021-03-22T03:20:24
2021-03-22T03:20:24
null
UTF-8
C
false
false
12,638
c
/***************************************************************************/ /* */ /* ttmtx.c */ /* */ /* ...
[ "noreply@github.com" ]
testcc2c.noreply@github.com
56ba6fd1eab5c9345c97dbc116ce0af3501ff3af
02b260f4df22e1af780f00e17e0b2907b968792f
/WinAsgn2/WinAsgn2/Variables.h
44b2f22258577c7dc41f16d2385a762775adbc33
[]
no_license
msiwoski/CommAudio
bb15cdaeefffcb296e3357a156c50de8aa07a1d1
bac8cbf9015975897c38f130d3cd639693398797
refs/heads/master
2020-06-02T07:53:18.423290
2014-04-05T23:25:32
2014-04-05T23:25:32
null
0
0
null
null
null
null
UTF-8
C
false
false
1,647
h
#ifndef VARIABLES_H #define VARIABLES_H #include <winsock2.h> #include <Windows.h> #include <string.h> #include <time.h> #include <cstdio> #define DATA_BUFSIZE 1024 #define PROTOCOL_TCP 0 #define PROCOTOL_UDP 1 #define FILENAMELENGTH 32 #define TIMEOUT_TIME 3000 #define TIMEOUT_TIME_UDP 3000 typedef struct _SO...
[ "siwoski.mateusz@gmail.com" ]
siwoski.mateusz@gmail.com
3ad898cab67e9ba05e1a8f05167e05b27c095586
fff05683c47a2d752250d8694512446179064770
/src/EVT/EXAM/SRC/Peripheral/src/ch32v00x_i2c.c
0bb0c826253df856111d05d271e18f844a3ca856
[]
no_license
SoCXin/CH32V003
5b63776e4951771d20a4626f3e49f9010d325ff4
cdbc345510721400e8dd064868fd02e501bbd5b6
refs/heads/master
2023-05-13T00:05:20.118023
2023-04-30T07:24:02
2023-04-30T07:24:02
168,125,639
2
1
null
null
null
null
UTF-8
C
false
false
29,571
c
/********************************** (C) COPYRIGHT ******************************* * File Name : ch32v00x_i2c.c * Author : WCH * Version : V1.0.0 * Date : 2022/08/08 * Description : This file provides all the I2C firmware functions. ****************************...
[ "qitas@qitas.cn" ]
qitas@qitas.cn
9ed8402e08afbf65a9f173bb2e40e1434454cf96
70176e72a26a0f913b334960e14e244647e104f4
/net/inet/ipv6_build_header.c
bf049dc30e9110b02b13f3f00423aa88f4e1ef2c
[ "MIT-open-group", "BSD-3-Clause", "HPND-sell-variant", "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-bsd-atmel", "LicenseRef-scancode-proprietary-license", "MIT-0", "GPL-1.0-or-later", "SunPro", "HPND", "MIT", "LicenseRef-scancode-gary-s-brown", "LicenseRef-scancode-public-dom...
permissive
lupyuen/nuttx
2f23b3d89034edde48f784d084a2771ec15b62ff
5581ba294cb064d32b1edb23685fa9cb803d5cb3
refs/heads/master
2023-08-11T09:09:07.983169
2023-06-18T01:45:42
2023-06-18T01:45:42
428,859,159
1
1
Apache-2.0
2023-04-17T01:58:52
2021-11-17T00:37:36
C
UTF-8
C
false
false
3,060
c
/**************************************************************************** * net/inet/ipv6_build_header.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright owne...
[ "xiaoxiang781216@gmail.com" ]
xiaoxiang781216@gmail.com
29ef577b0f6b725d409c2266b5784d9ee5b8f5f2
477c8309420eb102b8073ce067d8df0afc5a79b1
/VTK/Utilities/vtkhdf5/src/H5HFman.c
0ec6f5fcfc05bb3a62e1dad3397542bc33d4df3e
[ "LicenseRef-scancode-paraview-1.2", "BSD-3-Clause", "LicenseRef-scancode-llnl", "LicenseRef-scancode-hdf4" ]
permissive
aashish24/paraview-climate-3.11.1
e0058124e9492b7adfcb70fa2a8c96419297fbe6
c8ea429f56c10059dfa4450238b8f5bac3208d3a
refs/heads/uvcdat-master
2021-07-03T11:16:20.129505
2013-05-10T13:14:30
2013-05-10T13:14:30
4,238,077
1
0
NOASSERTION
2020-10-12T21:28:23
2012-05-06T02:32:44
C++
UTF-8
C
false
false
23,209
c
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * ...
[ "aashish.chaudhary@kitware.com" ]
aashish.chaudhary@kitware.com
d65740d1050eece155baf9ea76d7fc347bcdbc4a
0ad215b9694af301a0a36d0f351cb34ecaa41ea6
/nRF5x SDK v14.2.0-SR3/components/libraries/bootloader/dfu/nrf_dfu_mbr.h
494fa324d22c55508fb3e7683e17cde276295468
[]
no_license
anhvanthe/BetterAirConditionerRemote
d58f4712ae2935b61a16ef376a0429776844eaa6
586289dfe7aa855ed23a8f48a02ffb7d0aa6893f
refs/heads/master
2020-03-17T21:12:53.885485
2018-05-18T12:28:49
2018-05-18T12:28:49
133,949,180
0
2
null
null
null
null
UTF-8
C
false
false
5,130
h
/** * Copyright (c) 2016 - 2018, Nordic Semiconductor ASA * * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice,...
[ "tuongpv@vnpt-technology.vn" ]
tuongpv@vnpt-technology.vn
74f2eb0211d486ea5c27893acbc9a55f17224966
60f15177a0711cb07f8953d862a2fb15a7d75ef3
/main.c
b925d5353da3b8417160c008411391e161a674c8
[]
no_license
Miguelest07/STM32F1_ADXL345_DigitalFilter
d482846f88d69ad6f9cbcd4a89182d0ddf08638e
bb362d12e449a3b1e24fad1efce5d9f5da21318a
refs/heads/main
2023-05-02T07:53:48.552523
2021-05-25T18:44:59
2021-05-25T18:44:59
370,453,355
0
0
null
null
null
null
UTF-8
C
false
false
4,722
c
/** ****************************************************************************** * @file : main.c * @author : Auto-generated by STM32CubeIDE * @brief : Main program body ****************************************************************************** * @attention * * <h2><center>&copy...
[ "noreply@github.com" ]
Miguelest07.noreply@github.com
e71435f3ad27cf891973bee6ae5191319020a488
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/toxcore/toxcore/extr_DHT.c_store_node_ok.c
0150324dae3c5af88756ddcc96700e69974e0916
[]
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,379
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
ad3f213319199a809f74bb5209721a492a203a93
ee666460a3652aa931f737a81724d8b325a3864d
/VGA.h
d1af22d296472f0fda59c7ae8ce766467c17a5ff
[ "LicenseRef-scancode-public-domain" ]
permissive
harleymandk/peridiummmm
8e4f68a451dd3dd81eaede6e877d231b8efb5ad1
22da3c65c8f395e0b1f40f6e5a1f3a28a59c2997
refs/heads/main
2022-12-26T21:02:51.222072
2020-10-10T10:51:29
2020-10-10T10:51:29
302,878,836
0
0
null
null
null
null
UTF-8
C
false
false
4,551
h
#ifndef __VGA_H__ #define __VGA_H__ #include "System.h" #include "stm32f4xx.h" #include <stdint.h> typedef void HBlankInterruptFunction(void); extern uint32_t VGALine; extern volatile uint32_t VGAFrame; extern uint32_t VGAFrameBufferAddress; extern uint32_t VGACurrentLineAddress; extern uint32_t VGAPixelsPerRow; v...
[ "noreply@github.com" ]
harleymandk.noreply@github.com
647411729fbbda0d8d7c10d9481b4c85456c0a5e
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/clocksource/extr_timer-sprd.c_sprd_suspend_timer_disable.c
f5df879d5fa3d826508217a6a24feb016dc9d3ef
[]
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
724
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
7dd9dfc6135cb4135781ea1c5e433ce9d94166a0
79bfd781ef73197207ece02dc00c6ce222866593
/0x01-variables_if_else_while/7-print_tebahpla.c
8024b8d8c446a6b594fbe5d2f34205b46d037284
[]
no_license
epg01/holbertonschool-low_level_programming
93c29ced814503dada71cf25d049ee5e7a3d10a1
e0d9bd917687e6c09d7a466c870d08a54707e709
refs/heads/master
2021-07-18T09:30:39.926415
2021-07-16T00:13:26
2021-07-16T00:13:26
260,022,200
0
1
null
null
null
null
UTF-8
C
false
false
315
c
#include <stdio.h> /** * main - Print the alphabet inversely with a new line. * * Return: exit successful. */ int main(void) { unsigned char LowerCase; for (LowerCase = 'z'; LowerCase != ('\n' - 1); LowerCase--) { if (LowerCase == ('a' - 1)) LowerCase = '\n'; putchar(LowerCase); } return (0); }
[ "emmanuelpalacio1@gmail.com" ]
emmanuelpalacio1@gmail.com
40ee190bcca855e5da1d9be30a906bd6d29341fc
f446189ed4e8e3ef5ad659528b4c116d8323c332
/DSP/04/04ravitejastack.h
3720da99628b23dc0b701b21b610bcd50e6b1cc6
[]
no_license
deraviteja/First-touch
3b4c969357dab8d96acacc4322fc58c4cfd3284f
18745fcd9bb7ec17d5965c8d8aded859ba3c9105
refs/heads/master
2021-09-07T11:30:23.045649
2018-02-22T09:53:03
2018-02-22T09:53:03
null
0
0
null
null
null
null
UTF-8
C
false
false
345
h
#include<stdio.h> #include<stdlib.h> #include<string.h> #ifndef __04raviteja__ #define __04raviteja__ KeyList* Key(ListItem * item); void itemToString(ListItem* item,char *buffer,unsigned int maxbufferSize); int pop(List *L); int push(List *L, char x); ListItem* top(List *L); List* Newstack(); int isEm...
[ "noreply@github.com" ]
deraviteja.noreply@github.com
dba467190f1e27e36366c407376dc06e100ae039
0f896c7738abbc5d0a7118a699727439780ed9a3
/lib/third_party/mcu_vendor/renesas/rz_mcu_boards/core_package/generate/drivers/r_mmu/inc/r_mmu_drv_sc_cfg.h
a0f1fbdba77e0123d04a61640091850603f18987
[ "MIT" ]
permissive
kobacyan/amazon-freertos
a6bbe1353476537586eccb01231faaaeab8d1688
1f50ef5b1971183c29c6d6748b4a0a3635de2fdf
refs/heads/master
2022-10-02T21:27:07.044572
2019-12-26T08:06:31
2019-12-26T08:06:31
null
0
0
null
null
null
null
UTF-8
C
false
false
5,507
h
/******************************************************************************* * DISCLAIMER * This software is supplied by Renesas Electronics Corporation and is only * intended for use with Renesas products. No other uses are authorized. This * software is owned by Renesas Electronics Corporation and is protected un...
[ "ryohei.hagimoto.vx@renesas.com" ]
ryohei.hagimoto.vx@renesas.com
9bbc9e32a0c5b31f658730e17f041b17793b7daa
e5997440da88844ead23a9a37f06f6337ead01a1
/Bsp/Peripheral/Fingerprint/Fingerprint.h
3f65088a364cddd88e67581f9ada1c3a9294a49f
[]
no_license
Qzzsy/ACS
9fea644dd5523399e6d85c6299167598bd27eca2
70f2bec692f010664b12a4edc0c7d0d7b1d69b14
refs/heads/master
2020-03-29T06:02:25.424508
2018-09-22T06:00:26
2018-09-22T06:00:52
149,606,088
0
2
null
2020-03-08T01:11:52
2018-09-20T12:29:48
C
UTF-8
C
false
false
430
h
#ifndef _FINGERPRINT_H_ #define _FINGERPRINT_H_ #include "stm32f4xx.h" #include "rtthread.h" #define FINGERPRINT_USING_UART "uart1" rt_err_t fingerprint_send_data(const char * data, rt_size_t size); rt_size_t fingerprint_get_rev_status(void); rt_err_t fingerprint_rev_data(uint8_t * data_buf, rt_size_t size); r...
[ "zhushiye@live.com" ]
zhushiye@live.com
e4436442ab20087d93896ce5c5a12b2cda737704
bd226f79c8ca112fefbbd0e9525bdc7f9167cf71
/usr/src/linux-headers-3.13.0-163-generic/include/linux/writeback.h
49834f3093a9ef5230f5cb240eb86a4bb44c11c5
[]
no_license
micro1964/streamnow
e53f1a1b33ad0386978e6c17c878140e9e945d93
ba2a4f1a5293d91b0279339c3722aecbdc08ca4c
refs/heads/master
2022-11-30T17:34:48.175628
2019-03-30T22:05:48
2019-03-30T22:05:48
178,615,166
0
2
null
2022-11-25T07:46:15
2019-03-30T21:52:51
C
UTF-8
C
false
false
59
h
../../../linux-headers-3.13.0-163/include/linux/writeback.h
[ "root@Streamnow.localdomain" ]
root@Streamnow.localdomain
4ef311ef77eb609c50ce1be9ee1925422d26708e
76e09052f5bfa405697b26b88f658619d87a13ee
/gen/utf_test.c
a2281356dfff6aeea0ceb6e43b2cc1532484844f
[ "Zlib" ]
permissive
iceignatius/genutil
6f92401917dee67e6daecaaa3ee57111f1db14aa
c682bd245d5dbe5dda39c7450be63545346c16ea
refs/heads/master
2020-02-26T16:27:28.017187
2018-04-13T06:06:26
2018-04-13T06:06:26
71,210,497
0
0
null
null
null
null
UTF-8
C
false
false
17,210
c
/* * UTF 工具測試程式 */ #include <assert.h> #include <string.h> #include <stdio.h> #ifdef __BORLANDC__ #pragma hdrstop #endif #include "utf.h" #ifdef NDEBUG #error This test program must work with macro "ASSERT" enabled! #endif //-------------------------------------- //---- Test Samples (character) -------- //---...
[ "ice.emissary@gmail.com" ]
ice.emissary@gmail.com
f1c10b4094fba5db2aa4a2244a979f2a2beea9b1
b1d500a451cd9852089bf3d97e829df069daa9c8
/Images/Data/dMu/Run-1/MainPlots/S18_edmFit_Run-1c_250MeV_BQ_timeVertCorr.C
2c6291ea12fec1da44d07efc7886b61529749f61
[]
no_license
sam-grant/EDM
486ea029bf766c968a3c7b41198ffcf9bc3c9b8a
525e41de5f675c39014488c79144f47562910736
refs/heads/master
2022-10-30T22:35:42.979799
2022-10-19T18:44:54
2022-10-19T18:44:54
296,421,806
0
1
null
null
null
null
UTF-8
C
false
false
1,044,891
c
void S18_edmFit_Run-1c_250MeV_BQ_timeVertCorr() { //=========Macro generated from canvas: c/c //========= (Mon Mar 28 21:39:07 2022) by ROOT version 6.24/06 TCanvas *c = new TCanvas("c", "c",0,0,800,600); c->SetHighLightColor(2); c->Range(-0.5418271,-0.6978714,4.876443,0.3021286); c->SetFillColor(0); c-...
[ "samuel.grant94@gmail.com" ]
samuel.grant94@gmail.com
5c4cd4ee0e5795c2daa7a696bb9fff7f17f8cc37
fdc5b324e581ca09370cc2aedfb2f72c3a3a2a6f
/seed_for_retdec/578.c
dbc19c24b1dc77d4a3db61a0723f8570b19e3670
[]
no_license
hz90937880/NewDecFuzzer
12981d53dd64e9a4ef881d4879b7abb3050ff849
aa946ff1ad89742093a89a4703af238734546d9f
refs/heads/main
2023-04-15T18:04:11.235871
2021-04-25T15:45:45
2021-04-25T15:45:45
351,564,252
0
0
null
null
null
null
UTF-8
C
false
false
5,293
c
/* * This is a RANDOMLY GENERATED PROGRAM. * * Generator: csmith 2.3.0 * Git version: unknown * Options: --no-arrays --no-structs --no-unions --no-safe-math --no-pointers --no-longlong --max-funcs 1 --max-expr-complexity 5 --output ./tmp/src_code/csmith_test_974.c * Seed: 824954848 */ #define NO_LONGLON...
[ "monkbai7@163.com" ]
monkbai7@163.com
ee9c79d871a0bd261dae7aaf82b1346b045201d2
a10b80d21a858976476863d53aa50b68f4d84f0d
/3650/p05/01/min.c
94bb114e16a106dd6857b1605c259f2f829aab17
[]
no_license
NatTuck/scratch-2020-09
ab89b338518c4d5544a6570665ea6697a8f28fb2
62766ee7d1c80f7882d5030dbdeb68a70fea8c45
refs/heads/master
2023-01-24T01:16:44.645647
2020-12-07T20:47:33
2020-12-07T20:47:33
279,927,891
3
5
null
null
null
null
UTF-8
C
false
false
507
c
#include <stdio.h> int xs[] = {10, 100, 2, 90, 3, 180, 4, 70, 5}; int nn = 10; // Return the smallest number in the array // in index range i0 <= ii < i1. int min(int* xs, int i0, int i1) { if (i1 - i0 == 1) { return xs[i0]; } int mid = (i0 + i1) / 2; // truncate = round down int y0 = min(x...
[ "nat@ferrus.net" ]
nat@ferrus.net
80bb6db7e3d6d56d8bf87a6372dc90b740df50bf
ec7040caf172d33273cacb018a4860096997bb18
/format_out.c
0efd8beda30df988369d9595f867b700ea684025
[]
no_license
Incomprehensible/ft_ls
5c7f5c242ea997d923c646cecf7286f2fd935f39
1eb931ac80fa356ff33f7ff43b7f40dfb28c4e92
refs/heads/master
2020-12-07T21:30:06.818102
2020-01-09T12:48:33
2020-01-09T12:48:33
232,807,076
0
0
null
null
null
null
UTF-8
C
false
false
2,404
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* format_out.c :+: :+: :+: ...
[ "inc0mprehensible@protonmail.com" ]
inc0mprehensible@protonmail.com
644f400eaf0e11cd301adedeb237dbcc9b5b659e
08c3fd72812c2e3a62a9998e13a3ff6ba110c96c
/pa10.c
c136dd06187a37eb11c0bd299d8a7b2c3749c039
[]
no_license
sambartek/Maze-Solver
a1221aec603f2126e340be60c05d546531e44743
d1533966172d3559c5cb61f015029c33b1aeaf02
refs/heads/master
2021-01-20T13:12:28.527425
2017-05-06T13:43:04
2017-05-06T13:43:04
90,465,348
0
0
null
null
null
null
UTF-8
C
false
false
688
c
#include <stdio.h> #include <stdlib.h> #include "maze.h" #include "path.h" #include "solver.h" #include "paths.h" int main(int argc, char ** argv) { if (argc != 3) { fprintf(stderr, "Wrong number of command line args\n"); fprintf(stderr, "Usage: ./pa07 mazeFile pathFile\n"); return EXIT_FAILURE; } Maze * m =...
[ "noreply@github.com" ]
sambartek.noreply@github.com
6719a1dd572a0f2c3079b32c82aeea70ed515766
6e55c970fe8e1effd53e5a2fe829579688f9bf1e
/include/koishi.h
37a3f2e539156950bc6b21e02e415492b37c2c99
[ "MIT" ]
permissive
taisei-project/koishi
fdcc46e3ea53b204b1fa390181b4794a3002a69e
aa21761d19d4fe5f3f331bb14dda5304c7e032a5
refs/heads/master
2023-03-12T20:57:41.192276
2023-02-26T14:38:05
2023-02-26T14:38:05
196,668,835
23
4
MIT
2023-09-09T16:51:50
2019-07-13T02:25:21
Assembly
UTF-8
C
false
false
10,860
h
#ifndef KOISHI_H #define KOISHI_H /** * @brief Annotates all publicly visible API functions */ #if defined _WIN32 || defined __CYGWIN__ #if defined BUILDING_KOISHI #define KOISHI_API __declspec(dllexport) #elif defined KOISHI_DLLIMPORT #define KOISHI_API __declspec(dllimport) #else #define KOISHI_API #end...
[ "akari@taisei-project.org" ]
akari@taisei-project.org
8d1324a9886157f305a86585011a3dd5b3fa0ffe
fc6b7d74cd1c76c2c90a73c2febcce23c245fe77
/src/include/uvector.h
1c1b881a244986f53b9a485c1af67830b2636ac4
[]
no_license
Benderx2/ulib
8889284f7777d426ea79068732a964b746788b93
5b1f6d33cdc9847caea242d46696687b7ec99c4d
refs/heads/master
2016-09-03T06:27:31.099477
2014-11-16T11:51:32
2014-11-16T11:51:32
null
0
0
null
null
null
null
UTF-8
C
false
false
531
h
#ifndef __VECTOR_H #define __VECTOR_H #include <libc.h> // Vector Implementation typedef struct _vec3 { float x, y, z; } vec3; typedef struct _vec2 { float x, y; } vec2; typedef struct _vec4 { float x, y, z, w; } vec4; typedef struct __vector_construct { vec2* (*CreateVector2)(float, float); vec3* (*CreateVector3...
[ "sidgautam999@gmail.com" ]
sidgautam999@gmail.com
fd57e1b562d4d4d759beba16ba2521e11cf18b51
2898fa4f2ad766afa0495a837f59fe95daa081a7
/tests/unit-pass/931102-1.c
ba5eb01e7e61d5fc48b307327b02b0e00ef049e3
[ "NCSA" ]
permissive
kframework/c-semantics
12fcc1b1bf1f7792636d1c37f6f7bb1b89a392b5
e6879d14455771aa0cb3e3d201131d4d763a73a2
refs/heads/master
2023-07-31T23:57:03.316456
2022-02-01T17:50:31
2022-02-01T17:50:31
11,747,541
312
52
NOASSERTION
2022-02-01T17:50:33
2013-07-29T19:13:25
C
UTF-8
C
false
false
300
c
#include <stdlib.h> typedef union { struct { char h, l; } b; } T; int f (x) int x; { int num = 0; T reg; reg.b.l = x; while ((reg.b.l & 1) == 0) { num++; reg.b.l >>= 1; } return num; } int main () { if (f (2) != 1) abort (); exit (0); }
[ "cmelliso@gmail.com" ]
cmelliso@gmail.com
47936395338675d751e5c1bc1ae91357b3a8708c
b132b8c6a07b35010d27ba08ae77012e0d53947d
/src/cli/cli.c
fe469235f2e2f2591ca7f9f85fee66e000ae438d
[ "Apache-2.0" ]
permissive
yangdongshan/lfs-tool
c1481b163ff5e7cb8bae4ac5b6185be2fdf3bf69
28d3c917959ac2e97a7749176a0869e3f4d912ab
refs/heads/master
2020-12-09T21:39:13.388840
2020-01-12T16:35:51
2020-01-12T16:35:51
233,423,746
0
0
null
null
null
null
UTF-8
C
false
false
3,141
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <pthread.h> #include "cli.h" #define CLI_CMD_MAX (50) #define CMD_SIZE (128) #define CMD_ARG_MAX (32) #define CMD_ARG_LEN (32) #define CLI_REMINDER "<cli>" static cli_cmd_t g_cmds[CLI_CMD_MAX]; static pthread_mutex_t mutex; static void register_c...
[ "thomasyang1206@126.com" ]
thomasyang1206@126.com
df8da4d68967abec581c53f0bfe264ec2db45891
5611026d7382503156a47410186692b529d32fab
/demos/renesas/rx65n-rsk/common/config_files/aws_secure_sockets_config.h
59e3c203c632c0991086b523ed44c16867f9033f
[ "MIT" ]
permissive
roman0yurin/amazon-freertos
70d14ce9b7668c0c26cafffba1e1296da098af1a
d0e4ed702d860bba6d93341aa3d4072fcb07a168
refs/heads/master
2020-04-23T10:17:27.023209
2019-11-02T17:56:03
2019-11-02T17:56:03
171,099,308
0
0
MIT
2019-02-17T08:35:13
2019-02-17T08:35:12
null
UTF-8
C
false
false
1,840
h
/* * Amazon FreeRTOS V1.4.6 * Copyright (C) 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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, includi...
[ "6563840+sarenameas@users.noreply.github.com" ]
6563840+sarenameas@users.noreply.github.com
a8dd600b5ae281ae1cf380e5ecc961593eed27a4
a84d3aa01fb4f1774a2a97b2c0988245e6ed85e8
/asn/ServiceInfo.c
d909e19f8c80642105a88ef19c69363cdf4f2afd
[]
no_license
linypapa/dbict
317021b0bd1c0e6323e08ad89458ab70d61a52c2
2099ecdfc6b634c149dca8e375468c9dc4f133ae
refs/heads/master
2023-01-08T07:02:33.909818
2020-11-11T07:18:02
2020-11-11T07:18:02
null
0
0
null
null
null
null
UTF-8
C
false
false
2,120
c
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "IEEE-1609-3-WSA" * found in "TCI.asn1" * `asn1c -no-gen-PER -fcompound-names -fwide-types` */ #include "ServiceInfo.h" asn_TYPE_member_t asn_MBR_ServiceInfo_1[] = { { ATF_NOFLAGS, 0, offsetof(struct ServiceInfo, serviceID), (ASN_...
[ "root@arm.localdomain" ]
root@arm.localdomain
f538a79bd482a91ca8b6cd37dfe6e372a4c39d59
65aaba4d24cfbddb05acc0b0ad814632e3b52837
/src/osrm.net/libosrm/osrm-deps/tbb/include/serial/tbb/parallel_for.h
66ded8ac76c74bd90e9bbb547cfc005ecae4ae09
[ "MIT" ]
permissive
tstaa/osrmnet
3599eb01383ee99dc6207ad39eda13a245e7764f
891e66e0d91e76ee571f69ef52536c1153f91b10
refs/heads/master
2021-01-21T07:03:22.508378
2017-02-26T04:59:50
2017-02-26T04:59:50
null
0
0
null
null
null
null
UTF-8
C
false
false
129
h
version https://git-lfs.github.com/spec/v1 oid sha256:0d8266fc5fcdd33b774003228e4ec301d95774ea54c7c0893951aa72ba1069b2 size 8909
[ "ssuluh@yahoo.com" ]
ssuluh@yahoo.com
52908aaf9edff776b1b6ea468341d9de5530489f
dc8a83a513b5e1bd08e4ca99c1e62b829c28d215
/PreScan Files/Experiment/slprj/_sfprj/Experiment_cs/_self/sfun/src/c17_Experiment_cs.c
ce1b54b7784b7d7098d6e5e906c70cf3478c06f3
[]
no_license
mylife126/V2V-Emergency-Braking-System
643f804848665ef1bf9eb0d63700dcb39a748165
3a6d75397e8b04c6f13a15e937b4d5870c0a9100
refs/heads/master
2021-09-12T12:55:28.897747
2018-04-17T00:18:06
2018-04-17T00:18:06
null
0
0
null
null
null
null
UTF-8
C
false
false
36,058
c
/* Include files */ #include <stddef.h> #include "blas.h" #include "Experiment_cs_sfun.h" #include "c17_Experiment_cs.h" #define CHARTINSTANCE_CHARTNUMBER (chartInstance->chartNumber) #define CHARTINSTANCE_INSTANCENUMBER (chartInstance->instanceNumber) #include "Experiment_cs_sfun_debug_macros.h" #define _SF_ME...
[ "vj-admin@in-csci-1sl253.ads.iu.edu" ]
vj-admin@in-csci-1sl253.ads.iu.edu
249a56573a9284175dd1ea5e3a762ad480db370c
d4f852835ae63b8bb41a93c402714d6bdf3f47f7
/Lab 5/sfrobu.c
72ea01aa34de1e22496e49f23058514fa91a7374
[]
no_license
shreyaraman99/Software-Construction-Lab
1cc757427d095483667fc81f0583f4be532d6155
8e712264243836f1e5b7d4dff2e950dd6983ad1d
refs/heads/master
2022-06-24T08:37:15.681065
2020-05-10T01:56:43
2020-05-10T01:56:43
null
0
0
null
null
null
null
UTF-8
C
false
false
3,610
c
#include <stdio.h> #include <stdlib.h> #include <sys/stat.h> #include <unistd.h> #include <ctype.h> #include <string.h> int frobcmp (const char* a, const char* b) { for (;; a++, b++) { if (*a == ' ' && *b == ' ') return 0; else if (*a == ' ' || (*a^42) < (*b^42)) return -1; else if (*b == ' '...
[ "shreyaraman99@gmail.com" ]
shreyaraman99@gmail.com
85a535724d5e44c7f6689b53b321bc11d8050e67
0eb1a99eb6c75a8c387802da2badbf96fc9b50ee
/src/phFriNfc_LlcpMac.h
138f716225d624e365c974fada70d46afc250ffe
[ "Apache-2.0" ]
permissive
tizenorg/adaptation.devices.nfc-plugin-nxp
bdb57cbb7e7fc6995046c08e29b31a7b183415ca
b1cb2ca532d0084d470b8fef87d801b0a8427319
refs/heads/master
2021-01-01T05:03:18.095448
2012-09-04T03:45:57
2012-09-04T03:45:57
56,056,906
0
0
null
null
null
null
UTF-8
C
false
false
8,999
h
/* * Copyright (C) 2010 NXP Semiconductors * * 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 applica...
[ "constant.lee@samsung.com" ]
constant.lee@samsung.com
9c229f41096413d6f14160add405b47fb750fb6a
b7525fde60c1e747864254ac3e2a0f0beeaf75cb
/extensional-12/dubois_klee/Dubois-027.c
ff2477f6cc686ec1c8a468eb1afce9ec24c85dbd
[ "LicenseRef-scancode-public-domain-disclaimer" ]
permissive
vsahil/csp-c
8ea7e875378ffcb79e97eb2db150027b83a4ce47
0afcfe6ab1df25c81b14fb7540d89c3c4fd42277
refs/heads/master
2020-03-18T04:28:40.358350
2019-05-16T05:17:11
2019-05-16T05:17:11
134,289,263
0
1
null
2018-05-29T08:15:58
2018-05-21T15:39:11
C
UTF-8
C
false
false
19,138
c
int dist(int a, int b) { int dis = (a-b >= 0) ? a-b : b-a; return dis; } #include <klee/klee.h> #include <assert.h> #include <stdio.h> #include <stdlib.h> int main () { int cond0; int dummy = 0; int N; int var0; klee_make_symbolic(&var0, sizeof(var0), "var0"); klee_assume(var0 >= 0); klee_assume(var0 <= 1); int var1...
[ "v.sahil1@gmail.com" ]
v.sahil1@gmail.com
21a915de1cf502bb75dfb99f3388600599220ef0
04c8d8da9cebc13513c1b9c7658707ecadfa0ed3
/Roll a Ball/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Collections_Generic_Dictionary_2_KeyCollecti_46MethodDeclarations.h
e7761bbfae2b4d2065c3cc5be16d439b53ce8867
[]
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
2,892
h
#pragma once // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<System.String,System.Threading.Tasks.Task`1<System.Collections.Generic.IEnumerable`1<Parse.ParseObject>>> struct Enumerator_t5680; // System.Object struct Object_t; // System.String struct String_t; // System.Collections.Generic.Dictiona...
[ "patrick@beetheswarm" ]
patrick@beetheswarm
9e4d59ded0352593628925d876a5e0b072d563e5
21f369a80826900eaea90c258e8663659002bc66
/UDPserver.C
60767463703f9cc26679cb6fe53db0fb742fbd82
[]
no_license
anamaya-vyas-zlatan/network-and-communication-codes
e10a93d0db4c45c38cfee6b046aecbdca191a1a9
f32ed3484fb49b6fdc3f235f16a50d2011a98249
refs/heads/main
2023-05-05T19:42:59.361706
2021-05-31T10:37:10
2021-05-31T10:37:10
350,824,660
0
0
null
null
null
null
UTF-8
C
false
false
1,290
c
//-------------------------------------------------- UDP SERVER ----------------------------------------------// #include<stdio.h> #include<netinet/in.h> #include<sys/types.h> #include<sys/socket.h> #include<netdb.h> #include<string.h> #include<stdlib.h> #include <unistd.h> #include <arpa/inet.h> #define MAX 80 #defin...
[ "noreply@github.com" ]
anamaya-vyas-zlatan.noreply@github.com
5c5c581459b329e4d7b5adb522aa15f247fac7cc
af79492c6999077f88b820185ecd4eb82c355c9a
/eta_id_pictures_sim_2aOnly_FeD_Fe/rspic/hM1_10.C
578f483d7c1c912ada1a878aaa9633d5fa927ca1
[]
no_license
orsosa/Eg2_ana
f8d20c0a4c3c0a2e725a24fa84518b552dde31e3
f49ee1384f54365c0b293656386635b111c54ae0
refs/heads/master
2020-07-01T09:30:30.162135
2018-11-05T15:08:42
2018-11-05T15:08:42
74,095,684
0
0
null
null
null
null
UTF-8
C
false
false
7,558
c
{ //=========Macro generated from canvas: c/The canvas //========= (Tue Dec 20 13:45:34 2016) by ROOT version5.34/19 TCanvas *c = new TCanvas("c", "The canvas",1,1,800,576); gStyle->SetOptFit(1); c->SetHighLightColor(2); c->Range(0.425,-5.011596,0.675,52.04344); c->SetBorderSize(2); c->SetFrameFillCo...
[ "oj.5070@gmail.com" ]
oj.5070@gmail.com
637e34d6bd69829ad660dd85b66f5fd64ef29473
9de9062b0f64f0c93a8fa81f70dc06e4c387dee1
/main/inc/user/ble_gatts.h
8e9ef4e648ccf182371881abc5006f8821a4664c
[]
no_license
xuanzihao/bluetooth_speaker_esp32
51adc7470ddac9c0ea6e00a3ee5c602b32abac15
85d4151e1da560f4cc0dbc9c936bdd91af4361d4
refs/heads/master
2020-12-15T04:43:59.222962
2020-01-19T13:24:18
2020-01-19T13:24:18
null
0
0
null
null
null
null
UTF-8
C
false
false
871
h
/* * ble_gatts.h * * Created on: 2018-05-12 22:31 * Author: Jack Chen <redchenjs@live.com> */ #ifndef INC_USER_BLE_GATTS_H_ #define INC_USER_BLE_GATTS_H_ #include "esp_gatts_api.h" #define PROFILE_NUM 2 #define PROFILE_A_APP_ID 0 #define PROFILE_B_APP_ID 1 typedef struct gatts_profile_inst { esp_gat...
[ "redchenjs@live.com" ]
redchenjs@live.com
ec7a064fa71b9f477df597651bd543642defa873
efddc7f30731f95c32b371f70acce78b7faee4bb
/src/liboqs/src/kem/ntru/pqclean_ntruhps2048677_clean/packq.c
1b60c3afbcdf91d94dbc26d3e2faff89d66b485e
[ "MIT", "BSD-3-Clause", "LicenseRef-scancode-free-unknown", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0", "LicenseRef-scancode-public-domain" ]
permissive
Qubit-coin/qubit-coin
3dc9f52639ffa92531c8cf4d1f1a7da30bc29d38
050c947065e3911c16c94c767d4fc8aae1d0edd4
refs/heads/master
2023-03-24T04:58:17.623399
2021-03-19T21:00:03
2021-03-19T21:00:03
310,509,431
0
0
MIT
2021-03-05T02:12:22
2020-11-06T06:18:00
C
UTF-8
C
false
false
4,489
c
#include "poly.h" void PQCLEAN_NTRUHPS2048677_CLEAN_poly_Sq_tobytes(unsigned char *r, const poly *a) { int i, j; uint16_t t[8]; for (i = 0; i < NTRU_PACK_DEG / 8; i++) { for (j = 0; j < 8; j++) { t[j] = MODQ(a->coeffs[8 * i + j]); } r[11 * i + 0] = (unsigned char) ( t[...
[ "swuthier@uccs.edu" ]
swuthier@uccs.edu
5518e7ffc0f003d7a36e939a77e43f9839a8e647
cfa39a4c71a733f39bf6d1f32ef540d3a49d608c
/tests/pthread/common.h
2c2dbc305aca96a21f988dcdaa0f3fca73a630f0
[ "MIT" ]
permissive
redox-os/relibc
7d622ae036ccfedc31cbb19e7453f9caa1df873c
1ef79540776f2290924e5d996ef38c13e9f1d505
refs/heads/master
2023-08-31T01:42:51.820667
2023-06-13T11:34:49
2023-06-13T11:34:49
123,522,329
834
73
MIT
2023-03-08T03:47:15
2018-03-02T02:58:07
Rust
UTF-8
C
false
false
506
h
#ifndef _COMMON_H #define _COMMON_H #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> int fail(int status, const char *reason) { fprintf(stderr, "%s failed: %s\n", reason, strerror(status)); return EXIT_FAILURE; } uintptr_t black_box_uintptr_t(uintptr_t arg) { // Rust implements t...
[ "4lDO2@protonmail.com" ]
4lDO2@protonmail.com
0636c1519e00e0f94aae427b436854f11172b526
4f6c44c6c5a2680995f288b8811068301d769eac
/src/program/interface.h
c34f5bd66da2db2c0747330df7be9c89659f1a9d
[]
no_license
raka-gunarto/uol-firstyear-proj
d7725477bb2f00c90f0f2d48ffafc7bf88e56a6a
e81cf6d1c6e4e4a94cee100b3055d77558c89d71
refs/heads/master
2023-08-14T00:02:45.818872
2021-09-25T04:04:09
2021-09-25T04:04:09
410,170,072
0
0
null
null
null
null
UTF-8
C
false
false
447
h
#ifndef INTERFACE_GUARD__H // wouldn't expect this file to be included more than once but eh, to be safe? #define INTERFACE_GUARD__H // saves library // return codes: // 0 = success // 1 = fail int save_library(); int save_library_custom(const char* bookdbname, const char* userdbname, const char* loandbname); // loa...
[ "noreply@github.com" ]
raka-gunarto.noreply@github.com