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
1b37dc38103bf0cb07ed17c1df279cb4b0edf106
d817955b9396c90f096aaa1e9c88b8c8b970677b
/showchar2.c
8a5f8c8d3e370ddc47eb34df08303d66f616f2e7
[]
no_license
moyuanleo/Learning-C-2020
ce68fb51b49a1607eb1e5263e0dd50c8e6b55c3e
0d54897e734f1b8117f2b2fdfedfd7bcaa667021
refs/heads/main
2023-03-01T06:00:19.038724
2021-02-11T06:24:56
2021-02-11T06:24:56
337,945,190
0
0
null
null
null
null
UTF-8
C
false
false
660
c
#include<stdio.h> void display(char cr, int lines, int width); int main(void) { int ch; int rows, cols; printf("Enter a character and two integers:\n"); while ((ch = getchar()) != '\n') { if (scanf_s("%d %d", &rows, &cols) != 2) break; display(ch, rows, cols); while (getchar() != '\n') c...
[ "noreply@github.com" ]
moyuanleo.noreply@github.com
9410c0521b3327e007f0e782c4e6d255e65c9c00
9ff41f7e12981f22a33e915dcdf8fff944fcee0b
/ayam-sys/ayam/ayam/src/contrib/tti.c
94b45710c2a32df17d83130866e9943952bf324d
[]
no_license
virtualritz/ayam
9962f0a954917a12713f4bddd0e81f5da14b336e
7f31e2cb729b7c4f32125664286ab9b11ee04c0c
refs/heads/master
2021-06-02T07:35:14.193937
2021-05-12T14:50:00
2021-05-12T14:50:00
74,043,224
0
0
null
null
null
null
UTF-8
C
false
false
32,202
c
/* * Ayam, a free 3D modeler for the RenderMan interface. * * Ayam is copyrighted 1998-2004 by Randolf Schultz * (randolf.schultz@gmail.com) and others. * * All rights reserved. * * See the file License for details. * */ /* tti.c - truetype font parsing helpers */ /* original version of this file provided b...
[ "virtualritz@gmail.com" ]
virtualritz@gmail.com
2ba237721aabe22ac624e8224615d2fc4baf1bc4
69c3e4608f128a9f32d4b53ef13d092e2b468bcb
/linphone-sdk/5.2.31/linphone-sdk/desktop/Frameworks/linphone.framework/Versions/A/Headers/info_message.h
692e723fed82977054cb08bf2c50448bbdcb753b
[]
no_license
InteractiviteVideoEtSystemes/linphone-sdk-pkg
af6adbe813010ee81be4ccdc44cb54c51e25b9f0
9f052a4d3af55cbfe3a9f110994d09fde49f7127
refs/heads/master
2023-03-26T23:35:02.071717
2023-03-09T20:45:50
2023-03-09T20:45:50
201,068,608
0
0
null
null
null
null
UTF-8
C
false
false
3,156
h
/* * Copyright (c) 2010-2022 Belledonne Communications SARL. * * This file is part of Liblinphone * (see https://gitlab.linphone.org/BC/public/liblinphone). * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by t...
[ "thomas.bouges@ives.fr" ]
thomas.bouges@ives.fr
9a8361bb3d25b15777356d2f0a262e9d6d7d90a4
e9d50b2a20244f5f5c55889e83db22d73c42812f
/inc/timer.h
2b3df00c40e5a3a8942a2a3ce87d708133966a34
[]
no_license
jesionaj/HobbyOS
463215fc187a3af6f38b8c232ced3ed931b8e498
42b826c764c801bdc8a0d9a9f1cb8d95ba29472d
refs/heads/master
2021-01-19T12:59:53.665773
2016-11-08T23:27:00
2016-11-08T23:27:00
31,404,023
1
0
null
null
null
null
UTF-8
C
false
false
1,879
h
// 2015 Adam Jesionowski /* * DelayCurrentTasks allows tasks to wait for a certain number of milliseconds, aligned with the * Tick function. Software timers allow for much finer grained timing control (based on the hardware * implementation). In the PIC32 implementation, this means events can trigger with ~50 ns pr...
[ "cmdprompt+gh@gmail.com" ]
cmdprompt+gh@gmail.com
68368e211aefaaa358ed3d0a544bbfb87cf43286
f026cb616ef14bae15a1d251ca6dbe0f55016d9c
/linux/20966.c
1397e1c9cb5d2ab2e03888d30092f5874b6003d0
[]
no_license
jajajasalu2/cocci-lkmp-c-files
3eb7d451929dca5cb6beb56aabd69fe3f7fc176c
5da943aabe1589e393a131121dbf8e7a84b3cf2a
refs/heads/master
2020-12-02T17:30:14.411816
2020-01-29T08:36:30
2020-01-29T08:36:30
231,053,574
1
0
null
null
null
null
UTF-8
C
false
false
710
c
cocci_test_suite() { void cocci_id/* arch/um/os-Linux/user_syms.c 44 */(void)__attribute__((weak)); void *cocci_id/* arch/um/os-Linux/user_syms.c 28 */(void *, const void *, size_t); int cocci_id/* arch/um/os-Linux/user_syms.c 20 */(const char *,...); void *cocci_id/* arch/um/os-Linux/user_sym...
[ "jaskaransingh7654321@gmail.com" ]
jaskaransingh7654321@gmail.com
421053814814e1ee7e4cacaedaa307af5ae2b3fa
6cdfde0c64be771448e401b5623d5f37dc689413
/bfs.h
08059fd3a28e3a99427c9d6c62688474090ac826
[]
no_license
lunasj/src
da20f8a39c52a010f2ecb86595d08716985c4947
9d4a2c67219b95117ff1817303c4a3af30a311e8
refs/heads/master
2020-12-02T09:57:10.427986
2017-08-15T14:02:58
2017-08-15T14:02:58
96,665,436
0
0
null
2017-07-09T14:12:18
2017-07-09T06:21:41
C++
UTF-8
C
false
false
76
h
#pragma once #define N 8 int bfs(int s, int g[][N + 1], int length);
[ "noreply@github.com" ]
lunasj.noreply@github.com
8fe2105c77a6cfbcc893680cca34fe9b6626ed22
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/382f7733-ee78-4857-acc7-f55a165e1f92.c
a1ac835fe0f2428d9631fe88fc3caf57a481b809
[]
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
566
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=142; int k; int l; k = 63; l = 64; k = i/j; l = i/j; l = l/j; l = l-j; k = 6-k*i; //variables //random /* START VULNERABILITY */ int a; int b[20]; int c[26]; a = 0; while (( a - 1 ) ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
c8a7db661b4a67ac67af49611308cdfbb3ff13f1
71e5f96a29f5d643ab888b37677d38c33f8d765d
/d/islands/dinosaur/rooms/jung8.c
8358722ed19c7fd94ad6e09d09e0ce7169b38945
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Cherno-SuS/SunderingShadows
5f755fbebb79dc0b9d1c2a0541408be4afeb8b67
c3b4370beb2c4351ecc60826850c94892a42b685
refs/heads/main
2023-04-21T09:52:14.580024
2021-03-23T12:09:55
2021-03-23T12:09:55
349,490,686
0
0
NOASSERTION
2021-03-23T12:09:56
2021-03-19T16:40:12
null
UTF-8
C
false
false
972
c
#include <std.h> #include "/d/islands/dinosaur/short.h" inherit JUNGI; void create(){ ::create(); set_short("%^GREEN%^A thick jungle"); set_long( "%^GREEN%^You are in a strange and thickly wooded jungle. Hot and humid, the foreign ferns and trees create a small shell all around you. You can barely...
[ "law@shadowgate.org" ]
law@shadowgate.org
a178e689c202f257ab66612c039a56ea68e75030
ac2529383cd8592c98b810f6bee0b192404980c8
/src/cartesian_trajectory_msgs/build/cartesian_trajectory_msgs/rosidl_typesupport_introspection_c/cartesian_trajectory_msgs/msg/rosidl_typesupport_introspection_c__visibility_control.h
b23295909840f54239aad2b16496b1024f1bc21f
[]
no_license
Surfacerobot/crs_application_sizen
3ff1fa79ad6e9b2f065699e9fab28a3ed458feeb
6864fc42be96c514fc3d1fac7b77386781764471
refs/heads/master
2023-08-23T20:44:08.862661
2021-10-17T06:18:47
2021-10-17T06:18:47
416,222,005
1
0
null
2021-10-17T06:18:48
2021-10-12T07:03:52
C++
UTF-8
C
false
false
2,010
h
// generated from // rosidl_typesupport_introspection_c/resource/rosidl_typesupport_introspection_c__visibility_control.h.in // generated code does not contain a copyright notice #ifndef CARTESIAN_TRAJECTORY_MSGS__MSG__ROSIDL_TYPESUPPORT_INTROSPECTION_C__VISIBILITY_CONTROL_H_ #define CARTESIAN_TRAJECTORY_MSGS__MSG__RO...
[ "shizeng007@gmail.com" ]
shizeng007@gmail.com
ee403d89b7d94ced3733d2fe27f104b44bfc97df
d58f3a9e3891729578da9ea3ad64dc2b7e061c9b
/week-08/day-3/Timekeeper/Inc/stm32f7xx_it.h
c03c978c4746fa0970c57689069f3c4ef6e44f54
[]
no_license
green-fox-academy/tothpeter1216
a116bd3df81dc3ff1201bd23aaf6e0cfc7c1e415
e10028fb1187eb2a29730cebbe35e0ef7ce35b5e
refs/heads/master
2020-06-10T22:52:06.047829
2019-09-23T07:24:09
2019-09-23T07:24:09
193,777,178
0
0
null
null
null
null
UTF-8
C
false
false
2,172
h
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file stm32f7xx_it.h * @brief This file contains the headers of the interrupt handlers. ****************************************************************************** * @attention * * <h2...
[ "tothpeter1216@gmail.com" ]
tothpeter1216@gmail.com
508e863bb255e7adbb32b2bf4915842721bf91b3
932cdeaf7316ea9b287532c825fca0d69abe1a2b
/cfs/cfe/modules/core_api/ut-stubs/src/ut_resourceid_stubs.c
8c3831d45e7d790f8d589c0d95126504163c4dd5
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Epictetusminimus/pi-sat
52bf82545e9bdc97f805ba3f65966e24496f1fe6
d9b38caa75a8ae53576cfd8c38a62678a22d0875
refs/heads/main
2023-07-02T05:53:45.420316
2021-08-09T16:53:07
2021-08-09T16:53:07
null
0
0
null
null
null
null
UTF-8
C
false
false
3,965
c
/* ** GSC-18128-1, "Core Flight Executive Version 6.7" ** ** Copyright (c) 2006-2019 United States Government as represented by ** the Administrator of the National Aeronautics and Space Administration. ** All Rights Reserved. ** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not us...
[ "dmccomas63@gmail.com" ]
dmccomas63@gmail.com
267baca6b79bae6d89ebbb4848863a56e63c34ad
843abe9562e13a616d938f838d761c0da807e3da
/Mozzi-1.0.3rc6/tables/AKWF_1088_512.h
eaa9a6018f9de4b377363bc915f62feb910df861
[]
no_license
Tolsi/Ellitone-Multi-Synth-Firmware
5958fbb4ba9f90c7a1000044290f0b3d65fc955e
525ade4866457cacaa5314d2ea92e78120da65c0
refs/heads/main
2023-04-06T15:58:16.839640
2021-04-16T17:12:13
2021-04-16T17:12:13
358,667,419
0
0
null
null
null
null
UTF-8
C
false
false
2,539
h
#ifndef AKWF_1088_512_H_ #define AKWF_1088_512_H_ #if ARDUINO >= 100 #include "Arduino.h" #else #include "WProgram.h" #endif #include <avr/pgmspace.h> #define AKWF_1088_512_NUM_CELLS 512 #define AKWF_1088_512_SAMPLERATE 512 const char __attribute__((section(".progmem.data"))) AKWF_1088_512_DATA [] = {22, 19, 17, ...
[ "tolsi.ru@gmail.com" ]
tolsi.ru@gmail.com
e4b9c48ebb894fc5157477c69f11fd8a4ceb9e1d
5e87d90fc8ee31f65e389df035223aa1f3578fb3
/basics-pointer/pointer.c
f78974f2ddd76fc9191903c3fd676d9c6c77ca5d
[]
no_license
serg-kritsa/c-concepts
25233932c7e6eec9c45935426de16284527da039
a5e503b8c617d32e9625ead9500aaa7f46b16c50
refs/heads/master
2023-08-24T04:02:24.072542
2021-10-24T22:10:59
2021-10-24T22:10:59
395,465,183
0
0
null
null
null
null
UTF-8
C
false
false
764
c
#include <stdio.h> int main () { int var = 20; /* actual variable declaration */ int *ip; /* pointer variable declaration */ ip = &var; /* store address of var in pointer variable*/ printf("Address of var variable: %x\n", &var ); /* address stored in pointer variable */ printf(...
[ "serg@example.com" ]
serg@example.com
8552b4fb6d364b6a51e7880258229d881faf0371
1bf79d9ee6953a7d54486ee262d78e9653c2c4ca
/ios/Pods/Headers/Public/HEREMapsStarter/NMAKit/NMAAutoSuggest.h
25145bf9aa9283a192476e0ba2e11c447126a383
[]
no_license
yasaricli/react-native-here-maps-ios
809007498b377e4737331458dc006036aba9e2a6
6bab24a5d23f3722373919d194d03c453ff7c4e8
refs/heads/master
2020-08-20T15:23:16.280823
2019-10-18T15:27:09
2019-10-18T15:27:09
216,038,213
2
1
null
2019-10-18T14:07:47
2019-10-18T14:07:47
null
UTF-8
C
false
false
79
h
../../../../HEREMapsStarter/framework/NMAKit.framework/Headers/NMAAutoSuggest.h
[ "n.potier@we-opt.com" ]
n.potier@we-opt.com
9897ad73337bebf7551eabe4447b03a386f2b748
da3d02db1cd7b29dc8dcce95d811e67a299465d0
/include/l2_normalize.h
6140b22e932c6da67a5871358b8b11b999453c51
[]
no_license
XJTUeducation/SSD_CUDNN
6cdb0d635fd5f62e6f1838afb35bd17a6d284558
645d6d19f8d094b62bf77dbbbf1e353cae81c700
refs/heads/master
2020-04-09T16:16:42.430518
2017-07-10T14:28:32
2017-07-10T14:28:32
null
0
0
null
null
null
null
UTF-8
C
false
false
1,277
h
#ifndef NORMALIZE_H_ #define NORMALIZE_H_ #include "alone_net.h" #include "network.h" struct normalize_layer; typedef struct normalize_layer normalize_layer; struct normalize_layer { LAYER_TYPE type; float *output; float *output_gpu; size_t output_size; int out_c; int out_h; int out_w; float *sca...
[ "yukitsuji020832@gmail.com" ]
yukitsuji020832@gmail.com
3f2cc20548328bcd0470188ba8eb7e3f9daaf4d5
2645a6057066c83de80d0ace84b4de0f3722d6df
/STM32_XPD/STM32L4_XPD/src/xpd_usb_otg.c
b6bb87a76d9e52f5a62c8cb7205c111fc15ac273
[]
no_license
ZYQ634455388/W46
9c4de019dfc95512a9ca964fdf88597c57aa86a1
d3057782a3679ec7eeafc62830ae4e14645e3c8d
refs/heads/master
2023-05-07T03:19:51.066829
2021-05-27T06:15:02
2021-05-27T06:15:02
null
0
0
null
null
null
null
UTF-8
C
false
false
47,627
c
/** ****************************************************************************** * @file xpd_usb_otg.c * @author Benedek Kupper * @version 0.2 * @date 2018-01-28 * @brief STM32 eXtensible Peripheral Drivers USB OTG Module * * Copyright (c) 2018 Benedek Kupper * * Licensed under the Apache...
[ "qitas@qitas.cn" ]
qitas@qitas.cn
ae7a22fcaaa019c3cb3d3b7db878e7631a243a07
76dced56082e6fd766a4121e04117af5e47073b4
/main.c
3a80945cea8443ae1d1130ba26b9a0ec92b2574f
[]
no_license
hypershell/hypershell
f37a3d204dd2a8600f6c769585d65b0d36499de4
b73a686b89a154817d2a461febd09f16ec12495d
refs/heads/master
2021-01-13T01:55:55.230813
2012-10-01T01:35:29
2012-10-01T01:35:29
1,172,848
1
0
null
null
null
null
UTF-8
C
false
false
683
c
#include <stdio.h> #include "hysh/interface/object.h" #include "hysh/interface/string.h" #include "hysh/impl/basic_error.h" #include "hysh/interface/stream_handler.h" #include "hysh/interface/http.h" hy_define_basic_error(test_error, 500, "testing"); hy_error test_function() { return hy_fatal_error.interface; }...
[ "soares.chen@hypershell.org" ]
soares.chen@hypershell.org
6a4459f8ea863f7c59e6a6f5b97f6d0cf1efffd6
902c35ad8369850b594571ef9cd3539fceadaa5a
/User/bsp/inc/bsp_i2c_gpio.h
090705e436823df3f33d26059d81e64dd155a9bb
[ "MIT" ]
permissive
fangchuan/Apollo-Rover
0b6b0016de2db538f6a2d28602f810482b83ebb0
e5b57dcb335b5173c3d9fc4f5003c1926620e8ea
refs/heads/master
2020-04-06T06:54:13.721069
2016-09-10T15:35:41
2016-09-10T15:35:41
65,829,670
0
0
null
null
null
null
GB18030
C
false
false
1,273
h
/* ********************************************************************************************************* * * 模块名称 : I2C总线驱动模块 * 文件名称 : bsp_i2c_gpio.h * 版 本 : V1.0 * 说 明 : 头文件。 * * Copyright (C), 2012-2013, 安富莱电子 www.armfly.com * *********************************************************************************...
[ "1457737815@qq.com" ]
1457737815@qq.com
6d57508f38ba9c78ccac85bfad8085e6f5b31d9b
3ef446ff1ec258c98a39bf50ca2bf2e990920a82
/src/3rdparty/libpng/pngread.c
4a43ce4b079ef5e4c1be586fdeaf1c18245de141
[ "Libpng", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
sese53/rtqt
97f29d805588e75ff2da33b16fe8f25d113fc955
8c51d0b3fa7dbf421d0eb8d6839b85218f42f5ff
refs/heads/master
2023-06-15T21:18:43.279322
2018-03-21T20:04:08
2018-03-21T20:04:08
null
0
0
null
null
null
null
UTF-8
C
false
false
43,678
c
/* pngread.c - read a PNG file * * Last changed in libpng 1.5.4 [July 7, 2011] * Copyright (c) 1998-2011 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * * This code is released under the libpng l...
[ "phen9@localhost.localdomain" ]
phen9@localhost.localdomain
4dec64843a9040d9431a517b875d5e471b2b1c3c
cbb69c4967e6eae360bdcb5658f888feacf71bba
/cs344/homework5/otp_dec.c
5482482f6682afbc88e335f92bee9e95a030e7b0
[]
no_license
huang-br/School
18d4762169ab4e573082d645a11a1b7e96b4969b
ffd944a4bc3e0efbcdca2266ba03f6e6ea690269
refs/heads/master
2020-03-31T01:58:58.337196
2018-10-06T06:02:23
2018-10-06T06:02:23
151,802,540
0
0
null
null
null
null
UTF-8
C
false
false
2,597
c
#include <stdio.h> #include <unistd.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <netdb.h> #include <string.h> #include <stdlib.h> #include <fcntl.h> void sendText(int listenSocket, char fileName[]); void sendKey(int listenSocket, char filename []); int main(int argc, char *argv[...
[ "huangbr@oregonstate.edu" ]
huangbr@oregonstate.edu
9584823f6a305d041c787868b61f1dfe7a1a5d49
61387be85711cf03ca2cc4144c15369ee9a46796
/zo-mb-es-defender/project.IOs/Project.IOs/Classes/Native/mscorlib_System_IO_BinaryReader_1569001593MethodDeclarations.h
a8ee3986437d5ea295792d9bf42cedd89ebc047f
[]
no_license
hoangwin/raci-ngc-ar_Du-o-iHin-hBa-tC-Hu
6bb6b64052f05bc4026e1cfc6e10844c3dfc574b
29c4f918482e9b850503d9912ebdf7afdafcafed
refs/heads/master
2021-01-10T10:00:33.196405
2016-08-14T23:06:31
2016-08-14T23:06:31
44,680,146
0
0
null
null
null
null
UTF-8
C
false
false
6,721
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.IO.BinaryReader struct BinaryReader_t_1569001593_0; // System.IO.Stream struct Stream_t_500356931_0; // System.Text.Encoding struct ...
[ "hoang.nguyenmau@hotmail.com" ]
hoang.nguyenmau@hotmail.com
33d22e0021c10106263306a8dce1a5795a67825f
647cfe53ccaeb1bade818c5bffbf5cc2ed20f3b3
/modulo4/ex12a/activate_bit.c
61617119342e04de450ba9ae1d45dcab6df8ab1f
[]
no_license
antoniodanielbf-isep/ARQCP-2020
cec01885ae46196ea7532c4d32b537c125818a8d
af2f3986a619b43e1c12b437395be376e2f3efa2
refs/heads/main
2023-06-03T12:27:02.650298
2021-06-20T18:07:28
2021-06-20T18:07:28
378,708,931
0
0
null
null
null
null
UTF-8
C
false
false
271
c
#include <stdio.h> int activate_bit(int *ptr, int pos) { if(pos < 0 || pos > 31) { return 0; } int binaryNumber = *(ptr); int mask = 0; mask = 1 << pos; *(ptr) = binaryNumber | mask; if(*(ptr) == binaryNumber) { return 0; } else { return 1; } }
[ "1190402@isep.ipp.pt" ]
1190402@isep.ipp.pt
74187e2571ba105b56f3cae4db0999b2b3a44993
15489ff39a366ef84ce312465028b28a3e3b0234
/src/vector2d.h
a8c9733d1e60d6a6682911f4d0990cc4ce92ffe6
[]
no_license
fnatter/ball2d-gtkmm
3c120b08a3f3acf42e700e325d06cc7f095bf4ca
dfd0bf6c976ef1c57f606651980310e545b33778
refs/heads/master
2023-04-01T06:02:47.627003
2021-04-04T15:16:24
2021-04-04T15:16:24
324,323,791
0
0
null
null
null
null
UTF-8
C
false
false
887
h
#ifndef SRC_VECTOR2D_H #define SRC_VECTOR2D_H #include "utils.h" struct Vector2D { number x; number y; }; number new_number_random (number min, number max); int new_number_random_int (int min, int max); Vector2D new_vector_random (number min_x, number max_x, number min_y, number max_y); number Vector2D_leng...
[ "fnatter@gmx.net" ]
fnatter@gmx.net
d0028765631b107cc0b4daea84dc85e916f242a6
4354559cf74278216679b255ab56161950eea980
/Fifth Chapter/wheat.c
c7f0bb7927c3030e590209d060d27a57bc36f6d7
[]
no_license
May021/C
8d1abf51c1d644c06676460d05954ad82e30565e
15d8ad3e98ec9e5e8372bd41b696fc43761b7b12
refs/heads/master
2021-05-18T18:11:07.110096
2020-05-30T15:54:17
2020-05-30T15:54:17
251,353,198
0
0
null
null
null
null
GB18030
C
false
false
740
c
/* wheat.c -- 指数增长 */ #include <stdio.h> #define SQUARES 64 // 棋盘中的方格数 int main(void) { const double CROP = 2E16; // 世界小麦年产谷粒数 double current, total; int count = 1; printf("square grains total "); printf("fraction of \n"); printf(" added grains "); printf("world total\n"); total = current = 1.0; ...
[ "1060071639@qq.com" ]
1060071639@qq.com
d3be238debfa68bcf7450335d8c6a9c220edd594
6ed97d8463ae2686ec0e64acf6e87a3fef429cec
/dk61/ra7e/hw3/main.c
e03f4e22a643c467412b06aac00b9570b7f2b0b4
[]
no_license
OlesyaShut/2017
2c6d441346f2c350cd52c9e2d7825651944c245c
9eaef280b560f683d1bc1970ae41fdbd6da03b10
refs/heads/master
2020-04-01T07:34:34.422995
2017-06-29T07:52:02
2017-06-29T07:52:02
null
0
0
null
null
null
null
UTF-8
C
false
false
1,263
c
#include <stdio.h> #include <string.h> #include <stdlib.h> #include "dk_tool.h" unsigned int const maxSizeOfBookShelf = 30; int main() { FILE *theFile = fopen("data.json", "w"); printf("Welcome to library\n\n"); BookShelf *aShelf = createBookShelf(maxSizeOfBookShelf); addBook(aShelf, "Kisimoto M...
[ "noreply@github.com" ]
OlesyaShut.noreply@github.com
6cc5e0e708f2a9ccd0673d772623e8ebff681b11
70c95139675c92e5d968cd97898dd42524f5bfe1
/util/array.c
9ee39d339fc431b84b49eccb3595a0b87aa2d46c
[ "MIT" ]
permissive
wmww/wlroots
765606af3f1e29355a28e926c3357acc180e9c29
50011e7170d1d6a58a6b1e4997da6ce105180481
refs/heads/master
2020-04-23T22:28:18.692187
2019-02-19T15:45:36
2019-02-19T15:49:51
171,502,981
1
0
MIT
2019-02-19T15:52:39
2019-02-19T15:52:38
null
UTF-8
C
false
false
342
c
#include <stdlib.h> #include <stdint.h> // https://www.geeksforgeeks.org/move-zeroes-end-array/ size_t push_zeroes_to_end(uint32_t arr[], size_t n) { size_t count = 0; for (size_t i = 0; i < n; i++) { if (arr[i] != 0) { arr[count++] = arr[i]; } } size_t ret = count; while (count < n) { arr[count++] = ...
[ "ongy@ongy.net" ]
ongy@ongy.net
7faea688fe5f3a9a4b88d3c03495647799dbc7bf
e67faf638f0439d0589e986f5a2d0463d05b84e8
/CS271/CS271/main.c
a4e96183d216bef736ebd93dd9a269e51a210888
[]
no_license
craigricker/OSU_CS261-Datastructures
ba6a185661fc365b401e2b6f1e3fc0165de53221
34af8566657b560848e00356f450743fa93b5bba
refs/heads/master
2020-03-22T04:33:50.630466
2018-11-18T00:20:00
2018-11-18T00:20:00
139,506,364
0
1
null
null
null
null
UTF-8
C
false
false
256
c
// // main.c // CS271 // // Created by Craig Ricker on 7/2/18. // Copyright © 2018 RICKERCR. All rights reserved. // #include <stdio.h> int main(int argc, const char * argv[]) { // insert code here... printf("Hello, World!\n"); return 0; }
[ "craigd.ricker@gmail.com" ]
craigd.ricker@gmail.com
ded7b3a1d13acaa609ace3e786759d051d73a135
486e42866166f71984228ed4458611481c1a5cb1
/CandUNIX/experiments/server_dup.c
634a6c012066a85fe7d5ce7805a66841570dda1b
[]
no_license
soujanyaMedavaram/Soujanya_programs
b772c8021dfca97c5f3391aa79dd337e8d96784f
09ed53688f3f8f61a87379cae2b7c5e42710b954
refs/heads/master
2021-04-12T03:51:35.849784
2018-03-20T10:54:52
2018-03-20T10:54:52
125,971,875
0
0
null
null
null
null
UTF-8
C
false
false
358
c
# include <stdio.h> # include <sys/types.h> # include <sys/stat.h> # include <fcntl.h> # include <unistd.h> main ( ) { int fd_r, fd_w; mkfifo ( "serfifo", O_CREAT | 0600 ); switch ( fork ( ) ) { case -1: case 0: break; default: exit ( 0 ); } fd_r = open ( "serfifo", O_RDONLY ); printf ( "hai\n" ); close (...
[ "medavaram.soujanya@gmail.com" ]
medavaram.soujanya@gmail.com
d2bab52d8013cb7fdd30392d17c9e92eda73fd84
88400c077719cc5a74d19069322e3591f73e5bae
/system-programming/ch3/ch3_2.c
22c75c9ce14f5b171efe9d2a3f664e23562a0606
[]
no_license
Heartade/2019S2-study
21817211b3cbebe97fd0571015edf84cc82b323f
125b61536b6ca22b7eccff3fb1ea96a3ca36d8df
refs/heads/master
2020-08-20T11:37:03.957652
2019-10-18T12:28:01
2019-10-18T12:28:01
216,017,838
0
0
null
null
null
null
UTF-8
C
false
false
225
c
#include <stdio.h> #include <fcntl.h> #include <unistd.h> int main() { int fd = open("./ch3_1.c", O_RDONLY); char c[1]; while(read(fd, c, 1) != 0) { printf("%ld--%c\n",lseek(fd,0,SEEK_CUR),c[0]); } }
[ "soobak0313@gmail.com" ]
soobak0313@gmail.com
a5fd3a76c3c642ee133a721754230681523240dd
2458937fd4f823f8d4e82a91f2fcb020de581516
/TestCommunication/PIPE/UART/Comm/TM_Util.c
fcd21dd8352d88da9fce6784dcad7f7493eecb35
[]
no_license
wang12zhe/Linux
f5a657249525960279b15a4426d7c17a1a56e792
4b3e0f1456f365d86e5803f4ac04cb197f7867bc
refs/heads/master
2023-03-07T17:10:03.988123
2021-02-26T13:13:33
2021-02-26T13:13:33
268,042,921
1
0
null
null
null
null
UTF-8
C
false
false
1,547
c
/******************************************************************************* ARM7 Time Delay Utility (C) Copyright 2006, RAE Systems Inc. All rights reserved -------------------------------------------------------------------------------- File name: TM_util.C Hardware: ARM7TDMI Refe...
[ "635432187@qq.com" ]
635432187@qq.com
a2acfc594ac73e6052bfeb528c704431733fc791
2a61eda5971b9f1ee3a232964a98e2cce1ab47ae
/project.c
6035666a0fa7edde8013d13de1cff6109c763f5d
[]
no_license
mohitk30/qizisgme
98f1ade13d8fb15b5d00c007da2473eedea66a73
45735fa383c0827251573c94e8711bcbde308d6b
refs/heads/main
2023-03-17T11:54:29.719641
2021-03-06T11:25:41
2021-03-06T11:25:41
340,843,931
1
0
null
2021-03-06T11:25:41
2021-02-21T07:31:06
C
UTF-8
C
false
false
8,749
c
#include<stdio.h> //libraries #include<stdlib.h> #include<string.h> #include "head_foot.h" #include<string.h> #include<unistd.h> #include<time.h> void page2(FILE *ptr); //functions void MATH(FILE *ptr); void CHEM(FILE *ptr); void PHY(FILE *ptr); void Test(FILE *...
[ "noreply@github.com" ]
mohitk30.noreply@github.com
7f2e31e3acb4c611e14390fd8a649543029eef90
2724c5a190f8b626a2c693c40e943af4ae32bec0
/CMSIS/NN/Tests/UnitTest/TestCases/TestData/fully_connected/input_data.h
2811d7c8384d7bc752a72cb8b58f8ccbe8796dbf
[ "Apache-2.0" ]
permissive
nxrtos/cmsis-pi-rp2040
de70f95bec0fdef496c8661ad9d7948d27ca835a
640dd3054067dd6f4eaf49aae2446dc6293bb130
refs/heads/master
2023-07-10T04:51:23.674187
2021-06-04T14:25:43
2021-06-04T14:25:43
397,782,005
1
0
null
null
null
null
UTF-8
C
false
false
1,243
h
/* * Copyright (C) 2010-2020 Arm Limited or its affiliates. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the License. * You may obtain a copy of the License at * * www.apache....
[ "khockuba@vergewave.com" ]
khockuba@vergewave.com
bfc58ff2dc8012e848acb8df5000162d1454e55c
869cf275b218ad47c06b83e3bb5465cb0ea531d3
/plat/rpi3/rpi3_topology.c
0e03ec3298fe82931b5d6bd72ce7be5361e7c510
[ "BSD-3-Clause", "Zlib", "NCSA", "GPL-2.0-or-later", "BSD-2-Clause" ]
permissive
Avani8/arm-trusted-firmware
7e98b702fac8fc255fa404921427e646ba2bece6
761b3f0ff4d7317edcbda3d75d16a7978ebbb2ab
refs/heads/master
2020-03-26T22:59:33.742305
2018-08-21T03:58:12
2018-08-21T03:58:12
144,535,488
1
0
BSD-3-Clause
2018-08-13T05:57:23
2018-08-13T05:57:23
null
UTF-8
C
false
false
1,685
c
/* * Copyright (c) 2015-2017, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include <arch.h> #include <platform_def.h> #include <sys/types.h> #include "rpi3_private.h" /* The power domain tree descriptor */ static unsigned char power_domain_tree_desc[] = { /* N...
[ "antonio.ninodiaz@arm.com" ]
antonio.ninodiaz@arm.com
3b37937ab076aeb905845a06e65dee56288b1644
5af73d3ab7413879eb69a271496110229bea1810
/typecheck_2nd_pass.c
5448f7b41fa5c12a43aebb52d8db377c2458a4a0
[]
no_license
AkashKabra11/ERPLAG-Compiler
2fe7785ff6184951d3f7a8e0cb1357e9a7d47cec
47d6dead9d74f24a408f8b81633c1aad18bf48c2
refs/heads/master
2022-10-28T20:27:09.819400
2020-06-18T04:58:19
2020-06-18T04:58:19
273,144,599
1
0
null
null
null
null
UTF-8
C
false
false
6,136
c
// Group 47 // 2016B3A70562P Akash Kabra // 2016B3A70523P Ayush Mungad // 2016B4A70520P Kumar Anant Raj // 2016B4A70533P Mustansir Mama // 2016B5A70715P Bhavesh Chand #include "ast.h" #include<stdlib.h> #include<time.h> #include<stdio.h> #include "ast.h" #include "langSpec.h" #include <stdlib.h> #inclu...
[ "noreply@github.com" ]
AkashKabra11.noreply@github.com
b44245c535c9893399bd6acf26b0076a99a138b8
b461ad44c1a75c74b32588492ed15a97f879b89c
/src/udp_net.c
98da30cfa160e12abb68b55d2b2765b14df6ab81
[]
no_license
mario-liu/nriet-data_deliver-vpx-zynq
0aeaa9148dbabe70a8836a9a0b371a170a100579
20d575088b2fa3d769a75cf26009440b2dc1fd68
refs/heads/master
2023-04-22T15:43:46.783171
2018-01-14T12:04:32
2018-01-14T12:04:32
null
0
0
null
null
null
null
GB18030
C
false
false
7,574
c
/* * udp_net.c * * Created on: 2013-9-26 * Author: Administrator */ #include <fcntl.h> #include <unistd.h> #include <string.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> //#include "iic_1848.h" #include "shell.h" //#include "udpapp-h.bak" //#include "udpSocketLib-h.bak" ...
[ "noreply@github.com" ]
mario-liu.noreply@github.com
5971940041564f405158112d953d576ae8377a99
e4db97bffd3918331bf2720255e678bb135c0a6d
/resources/code/C/bolhuis-LJ7/src/construct.c
8f103e4333a8400935d0dca209f1224e0871c2fb
[]
no_license
msultan/openpathsampling
be2ba1c68d454fb2e8c6397bc4e857aa5377ea04
f100a0ae4d000aeae513816f7d8295ffd3ad81ef
refs/heads/master
2021-01-18T11:54:15.941937
2015-03-03T13:10:59
2015-03-03T13:10:59
null
0
0
null
null
null
null
UTF-8
C
false
false
22,547
c
#include <stdio.h> #include <stdlib.h> #include <math.h> #include <time.h> #include "path.h" Replica trial_replica, *replica[MAXREPLICA]; Sys sys; Slice *slice, *trial, *fwtrial, *bwtrial; Path path; Langevin langevin; Stats nulstat = { 0 }; vector nulvec = { 0 }; Scr scr, nulscr = { 0 }; Bivar bivar; State state[MAXS...
[ "jan.prinz@gmx.de" ]
jan.prinz@gmx.de
570ce4db39b9330e0f901808e33697220e449bc3
1d99695fd7746d0f6f08027c748688a37fe8e1c1
/examen3/header.h
00fb9791d0b06f3980285adf56488429e01566f9
[]
no_license
alejandrosalmon/progra-avanzada
413095f504cd12eddd1dd66c5a2fe78e82863d2e
88d7803589ce094309c556ef30f02541a64b9f2d
refs/heads/master
2020-03-31T13:30:30.122141
2019-09-05T15:43:24
2019-09-05T15:43:24
152,258,751
0
0
null
null
null
null
UTF-8
C
false
false
327
h
#ifndef HEADER_H #define HEADER_H #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <fcntl.h> #include <sys/wait.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include <sys/types.h> #define READ 101 #define WRITE 201 #define BYE 301 ...
[ "alejandrolachs@gmail.com" ]
alejandrolachs@gmail.com
7889523d8b6edc37171b4a91325b1c3bcc8a63be
1720e0c98649dad89c57f336d8ba4bb747508860
/MPLAB/src/system_config/default/framework/tcpip/tcp.h
d8eb89a863ff002493240f515a024b8ba85c9c3c
[]
no_license
SimonLefebvre/S4Project
b758bfb7ca6a9a2573f34e3842acf4baa92d2fd8
708e35ff0600841ea249f88748833e94d3465243
refs/heads/main
2023-07-03T01:52:53.684268
2021-08-02T21:45:49
2021-08-02T21:45:49
376,399,927
0
0
null
null
null
null
UTF-8
C
false
false
64,429
h
/******************************************************************************* Transmission Control Protocol (TCP) Communications Layer API Header File Company: Microchip Technology Inc. File Name: tcp.h Summary: Transmission Control Protocol (TCP) Communications Layer API Description: - ...
[ "lefs3303@usherbrooke.ca" ]
lefs3303@usherbrooke.ca
6ab767e3ac7fd2fb0017bdd4ee0a00d4cf27f613
c2cedcf36667730f558ab354bea4505b616c90d2
/players/jareel/echostar.c
f01ae1c84de8dd7e1af5b11fb0634febb5e2789f
[]
no_license
wugouzi/Nirvlp312mudlib
965ed876c7080ab00e28c5d8cd5ea9fc9e46258f
616cad7472279cc97c9693f893940f5336916ff8
refs/heads/master
2023-03-16T03:45:05.510851
2017-09-21T17:05:00
2017-09-21T17:05:00
null
0
0
null
null
null
null
UTF-8
C
false
false
517
c
#include <ansi.h> main(str) { string who, what; object *us; int x; if(!str) { write("No.\n"); return 1; } if(sscanf(str,"%s#%s",who,what) < 2) { write("No.\n"); return 1; } us = users(); for(x=0;x<sizeof(us);x++) { if(present("star_tattoo",us[x]) && !...
[ "rump.nirv@gmail.com" ]
rump.nirv@gmail.com
9c7d3cf51c1f11e8dc82c68ce42023254b84baa3
b5b330c8af935f65af46d6554cc40f4d4a5dea84
/windows/img-tools/bcd.h
5a812d5915422ef366f057d8771d9b8f230b05e1
[]
no_license
dozylynx/uxen-openxt
63c910acf4a736c470363d5e1af2165914e6649a
9ff1c5f929dac74cdd312e14efd01d549df6f32d
refs/heads/master
2022-01-06T03:43:46.818549
2019-06-11T00:55:00
2019-06-11T00:55:00
null
0
0
null
null
null
null
UTF-8
C
false
false
802
h
/* Copyright (c) 2011 Bromium Inc. * All rights reserved * Author: Gianni Tedesco */ #ifndef _DISKLIB_BCD_H #define _DISKLIB_BCD_H #ifdef __cplusplus extern "C" { #endif typedef struct _bcd *bcd_t; typedef struct _bootmgr *bootmgr_t; /* boot configuration database */ bcd_t bcd_open(rhkey_t key); bootmgr_t bcd_boot...
[ "christopher.w.clark@gmail.com" ]
christopher.w.clark@gmail.com
715eab01f65e8762d28b4b8d2b633680aa3755eb
f77a1f9d4a860dfd5154666dc4117e24627d835d
/gecko_sdk_suite/v2.5/util/third_party/mbedtls/sl_crypto/include/trng.h
6d46eea5bd79aa09973f4f313d9a424c122e9d79
[ "LicenseRef-scancode-generic-cla", "Apache-2.0" ]
permissive
eosnewyork/gecko_sdk_suite
9e93da499173edede02c3a986bfb233cf7b528e2
9678065284fc0faa89fe8206d51dcde5dcf632c1
refs/heads/master
2020-05-18T02:36:02.504381
2019-04-29T15:56:40
2019-04-29T15:56:40
184,101,402
3
0
null
null
null
null
UTF-8
C
false
false
14,107
h
/***************************************************************************//** * @file * @brief True Random Number Generator (TRNG) driver for Silicon Labs devices ******************************************************************************* * # License * <b>Copyright 2018 Silicon Laboratories Inc. www.silabs....
[ "warrick@eosnewyork.io" ]
warrick@eosnewyork.io
1dbee4bfbdaa67e12d2dda779995ae87356c8485
378c87e00e512ec11aaabccec8912d7a3938e367
/hw0/map.c
6c4c607b092ccc69d5f410747140f1aed279d7ee
[]
no_license
liangdahanay/OS
b1dec4aa9066c625bfb41c3ef3bb10cc8c2b5bc6
59c9761cf470d0d5ddfcb09922528139aad7b3dc
refs/heads/master
2021-01-02T09:53:38.815331
2015-07-31T21:58:37
2015-07-31T21:58:37
31,476,505
0
0
null
null
null
null
UTF-8
C
false
false
1,138
c
#include <stdio.h> #include <stdlib.h> int foo; /* a staticly allocated variable */ int recur(int i) { /* a recursive function */ int j = i; /* a stack allocated variable within a recursive function */ printf("recur call %d: stack@ %lx\n", i, j); /* fix this so it prints the address of ...
[ "liangdaleo@gmail.com" ]
liangdaleo@gmail.com
1e1e821564b0a7ba6e4591ad263176650c695b05
9f21cfc96cf6719a679d914600f114bc48939b10
/fer/ef_utility/ef_set_result_type.c
6b271840b3e047f138967a2a4205f832fee0d7c0
[ "MIT" ]
permissive
EdwardBetts/PyFerret
0d10436ec2ab1f333df09b90646033741bb9273e
32b18199d94f68593b92b5b488b331769cad532f
refs/heads/master
2020-04-06T04:03:00.762004
2017-02-25T09:48:38
2017-02-25T09:48:38
83,063,710
0
0
null
2017-02-24T16:59:02
2017-02-24T16:59:02
null
UTF-8
C
false
false
327
c
/* Make sure Python.h is included first */ #include <Python.h> #include <stdlib.h> #include "EF_Util.h" void FORTRAN(ef_set_result_type)(int *id_ptr, int *type) { ExternalFunction *ef_ptr; ef_ptr = ef_ptr_from_id_ptr(id_ptr); if ( ef_ptr == NULL ) { abort(); } ef_ptr->internals_ptr->return_type = *type...
[ "ksmith@fdbf22ae-c210-0410-be80-ca943da6b8f8" ]
ksmith@fdbf22ae-c210-0410-be80-ca943da6b8f8
27d2838e6f80e03386b9d58826bbe2241b41f1ff
1613107b00761c6c5594533b7c1f3b2a90c35a3d
/src/libpmem2/x86_64/memset/memset_nt_avx_noflush.c
13ccda1f632cd2078337a049b88a637cad0c5b3f
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
rborawski/pmdk
a63a0bea3551130deb9c9b25ef84b7fdcd89a71c
7312fd6cd9248f877b1487a2ff79c6e12d0ef232
refs/heads/master
2022-04-18T07:18:01.425131
2020-01-22T11:44:54
2020-01-22T11:44:54
198,182,891
0
0
NOASSERTION
2020-02-12T14:14:29
2019-07-22T08:42:57
C
UTF-8
C
false
false
1,745
c
/* * Copyright 2017-2020, Intel Corporation * * 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 of conditions and ...
[ "marcin.slusarz@intel.com" ]
marcin.slusarz@intel.com
403f7ebd2756cc0728664ba5577a330a029a18b0
bb75ce61e834e7ec3202f348821afe102eca9bc3
/usr/src/contrib/X11R5-lib/X11/Object.h
bc0a002db5407c3bd66bef41047d08b1d43297c4
[ "BSD-4-Clause-UC", "LicenseRef-scancode-other-permissive" ]
permissive
jiajunhuang/4.4BSD-Lite2
de988da495ee9d167ed4174d8496f8582b0fd2a5
8353ed45665ff972b5d9c8f8dfe5ee6440a25a9a
refs/heads/master
2020-08-02T03:00:01.264557
2019-10-31T09:17:48
2019-10-31T09:17:48
211,215,298
0
1
NOASSERTION
2019-09-27T01:57:11
2019-09-27T01:57:11
null
UTF-8
C
false
false
1,603
h
/* $XConsortium: Object.h,v 1.8 89/09/11 17:39:25 swick Exp $ */ /* $oHeader: Object.h,v 1.2 88/08/18 15:55:32 asente Exp $ */ /*********************************************************** Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts, and the Massachusetts Institute of Technology, Cambri...
[ "serge@vak.ru" ]
serge@vak.ru
044894f6ff354804c88ec314fd99cb30449a11e7
f415a43fd0d1069411c0a655ace569797b2159d0
/static_analyzer/EIFGENs/static_analyzer/W_code/C23/ev1589d.c
25c142d4b1860004d2f249b66fe628c1eef0c012
[]
no_license
Will6363/EECS3311-Project
f107727ea281f5d4335b2f79320409d7fadd56e7
5f08685824abd249c188df0f7d00b85444bfc52e
refs/heads/master
2020-04-09T21:19:24.221064
2016-01-21T23:44:09
2016-01-21T23:44:09
null
0
0
null
null
null
null
UTF-8
C
false
false
18,133
c
/* * Class EV_FRAME */ #include "eif_macros.h" #ifdef __cplusplus extern "C" { #endif static EIF_TYPE_INDEX gen_type0_1589 [] = {0xFF11,219,0xFFFF}; static EIF_TYPE_INDEX gen_type1_1589 [] = {0xFF11,236,0xFF12,1588,0xFFFF}; static EIF_TYPE_INDEX gen_type2_1589 [] = {0xFF11,1588,0xFFFF}; static EIF_TYPE_INDEX gen_...
[ "sadman.hasan99@live.com" ]
sadman.hasan99@live.com
a9da801081bbc5fb61b93262ade6461639f1e886
02e9b344a4f5b40e5bde1946a0514b4e0add6494
/jni/SDL2_image/IMG_lbm.c
064f1c3b3b5f6fae448ea94d7f88d7e76423e1bc
[ "Zlib" ]
permissive
dbk1985/sdl2apk
85329fee3b7780f967eb374102b8090320a03819
c0b8bf45686d7121f1d52945669272ea396b0f57
refs/heads/master
2020-04-06T14:18:48.771192
2017-08-29T01:45:53
2017-08-29T01:45:53
null
0
0
null
null
null
null
UTF-8
C
false
false
16,759
c
/* SDL_image: An example image loading library for use with SDL Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. ...
[ "db0@qq.com" ]
db0@qq.com
4391eb2ab461ac245bfb92aa37c1a4982b602890
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/21d7bd4d-42a9-4823-911c-d74ff513b64e.c
7ac2afe026ec5751c1c819972a08e79280353c66
[]
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
559
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=11; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l-j; l = k%j; l = l+(i-j); k = k-k*i; //variables /* START VULNERABILITY */ int a; char b[89]; char c[86]; a = 0; while (( a - ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
2d90ba6d3bbbf24bc62c05e896bb40f0f738291f
e5db93e72b701c1bf6cbe4dba0fa2c889374d27a
/piscineC/c04-0/ex03/ft_atoi.c
3d9a7465b7622ab118f40a4d42e897234f1cba63
[]
no_license
pentarix1996/acarvaja
5d8c75d58f1ca401827c57c28919c955f2bb750f
23dfe624acb14c0ef36d963857189de4ee69f5cf
refs/heads/master
2022-04-11T16:51:11.495761
2020-03-07T02:50:46
2020-03-07T02:50:46
222,928,799
0
0
null
null
null
null
UTF-8
C
false
false
2,135
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_atoi.c :+: :+: :+: ...
[ "acarvaja@c3r4s1.42madrid.com" ]
acarvaja@c3r4s1.42madrid.com
4cbfde93a8c00329b0023c97f97c849365377c1a
a271cb782993a66aede8c0d93e7bdfd2125789ff
/src/usb/cdc/inc/usbd_cdc_if.h
c4b692dd29f5c16d7b83626a73e5976bf8b143dc
[]
no_license
anyn99/RAK811_Tracker
599f416ccbb5982f8d6caebbc86bceb87966afb3
850cd14548a86d6f629048c6711a99fc23a02c74
refs/heads/master
2021-01-24T08:28:37.927106
2018-02-26T14:40:21
2018-02-26T14:40:21
122,980,101
0
1
null
null
null
null
UTF-8
C
false
false
3,560
h
/** ****************************************************************************** * @file : usbd_cdc_if.h * @brief : Header for usbd_cdc_if file. ****************************************************************************** * COPYRIGHT(c) 2016 STMicroelectronics * * Redistribut...
[ "blnkdnl@googlemail.com" ]
blnkdnl@googlemail.com
23080e75f3efc43ca65ea920e0069f95de1f71d3
5400318df9dfa5f644ae0fc0988f5b7c2d756df6
/2017-06-14/strings.c
ca5963c67422571cb854f2d435ede2c086a5a993
[]
no_license
Gno-GH/c_add_study
a39ca99e883770e74ce080b6bd603e24b311e8de
f466ecd133970ce54126b0f701874dc0b5951687
refs/heads/master
2020-12-03T00:44:17.753798
2017-09-20T12:18:55
2017-09-20T12:18:55
96,073,216
0
0
null
null
null
null
UTF-8
C
false
false
136
c
#include <stdio.h> #include<string.h> int main() { char buf[100]="hello"; gets(buf); printf("%c\n",buf[4]); return 0; }
[ "1570761182@qq.com" ]
1570761182@qq.com
9f2b134fe1710750f587509b89bf2f5bf35fdab3
62dc0abf76e06a9a243d66b459b0e3b19a6bc0ef
/grlib-gpl-1.0.19-b3188/designs/leon3-digilent-xup/config.vhd.h
6c5811c543ebac3f723e9e5deefa09f7e42325a2
[]
no_license
SrinidhiMS1/diva-checker
a1c0ff0ec46edce2128cdd0e4d3c55615e0a5497
614baccb1a7f9f01100b0ed47414d4c1ec70b9d4
refs/heads/master
2021-01-10T15:45:22.226530
2009-03-09T19:57:11
2009-03-09T19:57:11
48,744,541
1
0
null
null
null
null
UTF-8
C
false
false
6,625
h
-- Technology and synthesis options constant CFG_FABTECH : integer := CONFIG_SYN_TECH; constant CFG_MEMTECH : integer := CFG_RAM_TECH; constant CFG_PADTECH : integer := CFG_PAD_TECH; constant CFG_NOASYNC : integer := CONFIG_SYN_NO_ASYNC; constant CFG_SCAN : integer := CONFIG_SYN_SCAN; -- Clock generator...
[ "pdietz84@d5559702-eefe-11dd-a979-a7afd4e285e1" ]
pdietz84@d5559702-eefe-11dd-a979-a7afd4e285e1
cce81fc83bb57b0f00a037a542599fc9835ddc48
0a1eede6c78c31ba7d3e94304533cb6de6a57a7b
/Experimentos/Alg2_Simplified_Boolector/regression/schumer_result/min_schumer.c
de6aa46d7745698921c85bddb7a9e533dbb136fb
[]
no_license
iurybessa/ce-optimization-source
2c31ad073a6eb2ded8126f53f4bf34b2d5183dc5
f825877f4e2318c4cddf8e237bb8fa4fc120f0da
refs/heads/master
2021-01-23T00:20:56.151876
2017-03-31T13:55:45
2017-03-31T13:55:45
85,720,500
0
0
null
null
null
null
UTF-8
C
false
false
673
c
#define p 10000 #include "math2.h" int nondet_int(); float nondet_float(); int main() { float f_c = 0; float f_i = 0.00000-0.00001; int x[3], i; float X[2]; float fobj; int lim[4] = {-10*p, 10*p, -10*p, 10*p}; for (i = 0; i<2; i++){ x[i] = nondet_int(); X[i] = nondet_float(); } for (i = 0; ...
[ "albuquerque.higo@gmail.com" ]
albuquerque.higo@gmail.com
b4a5482525bdf6cf4e21e0af227c930a9c9876b2
8b04f25c4439410778ba28111f910e68feb2500e
/sdk_inc/VC8000E/software/source/vp9/vp9picparameterset.h
2dfe280eee98fa5c0def91e56e211251fce6486b
[]
no_license
VeriSilicon/vpe
bede72e734793ebc80b65d1977a74439a50761e2
b5df9bc9d07b4ecbd116b48f04899de93e43741b
refs/heads/vs_develop
2023-04-09T15:54:12.789482
2021-01-28T15:34:57
2021-02-04T08:58:41
278,973,640
16
6
null
2023-02-14T17:11:49
2020-07-12T02:02:09
C
UTF-8
C
false
false
3,765
h
/*------------------------------------------------------------------------------ -- -- -- This software is confidential and proprietary and may be used --...
[ "Guiyong.Zhang@verisilicon.com" ]
Guiyong.Zhang@verisilicon.com
4d116b898a5f7a336725247685395853270df487
654f2a3a3ab408fea6ff442e58bb02569aca371f
/src/server.h
4a113d2375b004877bf12484e603c0cf68c4b437
[]
no_license
n1lux/msn_proxy
20fb8778ee76478125762691c56b8313423a37b5
a64667ae434663cda6229ab15244095e61ee915b
refs/heads/master
2021-01-21T17:38:27.534099
2017-05-21T17:37:43
2017-05-21T17:37:43
91,974,533
0
0
null
null
null
null
UTF-8
C
false
false
603
h
/*********************************************************************** * HISTORICO DE ALTERACOES * * Obs. Antes de efetuar qualquer alteracao no codigo fazer uma copia de * seguranca do arquivo. * * [ULTIMAS MODIFICACOES] * 21/03/2011 - Criacao do arquivo server.h para as definicoes do arquivo * s...
[ "n1lux.comp@gmail.com" ]
n1lux.comp@gmail.com
35204944864df06bf9efb12c9973d4adaa988434
f53914df4baa3bd1d7b3339a9da1d4de2f6e0bd3
/elevator_part_3.c
98d0f0258e50a7f6ff1d05e6e50d4d02afe75feb
[]
no_license
Algernonagon/ElevatorSimulation
eb53d1ffbd3d23d79f0106e2a4a9ed89a2f5ed5d
639d98ebb991105d582661257e27488c5b9dd531
refs/heads/main
2023-01-24T01:55:23.787751
2020-11-27T17:20:56
2020-11-27T17:20:56
313,473,809
0
2
null
null
null
null
UTF-8
C
false
false
5,687
c
/* elevator_part_3 THIS CODE IS MY OWN WORK, IT WAS WRITTEN WITHOUT CONSULTING A TUTOR OR CODE WRITTEN BY OTHER STUDENTS. Nathan Yang & Kyle Wu */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <pthread.h> #include "elevator.h" typedef struct { Dllist people_waiting; pthread_cond_t *cond; } Sim...
[ "47725981+kylewu1215@users.noreply.github.com" ]
47725981+kylewu1215@users.noreply.github.com
b2c5d245238f6e3fe8f73c312791b0b94310e561
21ebb8f8e3708a8b92ae749ee8738dddccc9aef0
/transpose matrix.c
6349afceec25b3c60bb33789083b84697f72b3a3
[]
no_license
habib-e/All-Problem-Solving-code-with-name
69ec00ffc343fc0d0ccf0cd88ec3141466cc21d6
0f05f3e5c9c7f70e2b5b20ee1f2524f9b262de07
refs/heads/master
2020-12-04T15:40:34.017972
2020-01-04T21:05:22
2020-01-04T21:05:22
231,820,967
0
0
null
null
null
null
UTF-8
C
false
false
1,075
c
#include<stdio.h> int main() { int A[10][10],traspose[10][10],i,j,row,col; printf("Enter the number of row and col : "); scanf("%d %d",&row,&col); //getting the element for the transpose matrix: for(i=0;i<row;i++) { for(j=0;j<col;j++) { printf("A[%d][%d...
[ "noreply@github.com" ]
habib-e.noreply@github.com
66e5a179b787b8fa6665a7c1ecaf50926b6f76ee
d7a6eebfcfbe25734889fe7b0ec597386800160b
/Utilities/3dsmax/coh_anim_imp/import_animx.c
d54f9438bcac7e7900c033172f9134085ce9c882
[]
no_license
naturalleo/coh-score
09f3a9137ab845739f3cc4be026c014af99ed81e
ccb216f07c25457991b86d3b41ec98ff858ed187
refs/heads/master
2020-11-24T19:45:13.700022
2019-07-28T14:36:02
2019-07-28T14:36:02
null
0
0
null
null
null
null
UTF-8
C
false
false
6,012
c
/****************************************************************************** A .ANIMX is the text file format exported by the animation exporter in 3DS MAX. The purpose of this code is to parse that source data into something we can operate on. The name is derived from: ANIMation Export. ****************************...
[ "omegablast2002@yahoo.com" ]
omegablast2002@yahoo.com
d2f8b69f055a65fee039f72ea1368aaa697af740
eba87c803b27c371efbd72be8e74ef6eb6cca702
/source/foreground/foreground_get_subshell.c
c792eb9fd6c0e53bf5629163310697bde62da822
[]
no_license
horiz0n-zero/42sh
63aa57f63d842e13559cb6b0a9bbe8c72970b10f
702f4bb617cc592c23dd543a53736660f019a1c2
refs/heads/master
2020-05-20T20:11:10.070924
2018-02-16T11:30:17
2018-02-16T11:30:17
116,790,967
1
0
null
null
null
null
UTF-8
C
false
false
3,284
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* foreground_get_subshell.c :+: :+: :+: ...
[ "afeuerst@e2r4p11.42.fr" ]
afeuerst@e2r4p11.42.fr
cb5516d226200ca310148fd7ba9190496d65a93e
84367eec1f31bbef7ca999ea709fc09027436193
/driver/source/drv_uart.c
b976ff6435ebfc9e495b3e548e03e38de747c11e
[]
no_license
jingfanli/source
b078e94fd563fade3eafc399bbf610e4cce90649
229d417fdebb17e7086ec86845c7f3b0fd262c87
refs/heads/master
2021-01-16T00:48:06.821816
2017-08-11T00:48:33
2017-08-11T00:48:33
99,979,375
0
0
null
null
null
null
UTF-8
C
false
false
21,678
c
/* * Module: UART driver * Author: Lvjianfeng * Date: 2012.8 */ #include "stm8l15x.h" #include "lib_queue.h" #include "lib_frame.h" #include "Drv_uart.h" #include "drv.h" //Constant definition #define UART_DATA_BUFFER_SIZE 64 #define UART_LENGTH_BUFFER_SIZE 32 #define UART_BAUDRATE_DEFAULT 115200 #defin...
[ "345531869@qq.com" ]
345531869@qq.com
5f76778f4eb09ea7e526381eb3c263a3ccbc4e8e
819318b16edd3507e59cf0a93b493a2d59efe0d5
/Exe_Morphing_Util/bin/Debug/compiler/Include/Win/rasshost.h
6620db108dc9fcc11a0b872bc938d9ae18a80aba
[]
no_license
joseph-giron/JoeCrypter
b4e18080f20d0d1eabcbe7af7e6a0f376afa3670
4a8f0eae82306a5591827eb3229cc0958b36e0af
refs/heads/master
2023-08-31T07:20:38.669775
2021-10-01T05:13:27
2021-10-01T05:13:27
203,666,563
17
4
null
null
null
null
UTF-8
C
false
false
1,343
h
#ifndef _RASSHOST_H #define _RASSHOST_H #if __POCC__ >= 500 #pragma once #endif /* Remote Access Server and third party security DLL definitions */ #if defined(WIN32_DEFAULT_LIBS) && !defined(_WIN64) #pragma comment(lib, "rasman.lib") #endif #include <mprapi.h> #define SECURITYMSG_SUCCESS 1 #define SECURITYMSG_FA...
[ "joe@gironsec.com" ]
joe@gironsec.com
6173e30c85328c7d806cbe1e909593eb42dd6b38
979f884cc96e5fd33701a20d91011e48af188b66
/generatedMutants/red_black_tree.mutant.2307.c
8e59bb70d3b6ebdd75e910dd660b73af4752dcc2
[ "BSD-Source-Code" ]
permissive
agroce/rb_tree_demo
e1dd0096e62313b8c751d40318723fbc1b46572f
8be1cf21956b0b40f4aa57350830d96fef794c7d
refs/heads/master
2023-05-04T05:41:40.489880
2023-04-14T17:03:41
2023-04-14T17:03:41
158,174,574
7
0
NOASSERTION
2018-11-19T06:46:01
2018-11-19T06:46:01
null
UTF-8
C
false
false
21,854
c
#include "red_black_tree.h" #include <assert.h> /***********************************************************************/ /* FUNCTION: RBTreeCreate */ /**/ /* INPUTS: All the inputs are names of functions. CompFunc takes two */ /* void pointers to keys and returns 1 if the first arguement is */ /* "greater than...
[ "agroce@gmail.com" ]
agroce@gmail.com
ca4bd43845a7e886026ab3fd5c8533f8e0972125
0592c9e4cfbb77a0755aff6f0c798d9fe31f6ff4
/Src/opt/stda/equity_linked.c
24a6a9eb82037edefb9f8535014c5dc7edc916fc
[]
no_license
FinancialEngineerLab/premia-13-cpp_FICC
e19caa6a9cadb4ad1361053efc0dfc9418071cf9
e271da627dbfc8c2c1f7e9f700766544f64c72b2
refs/heads/master
2023-03-16T11:11:26.830681
2016-04-19T05:58:16
2016-04-19T05:58:16
null
0
0
null
null
null
null
UTF-8
C
false
false
1,514
c
#include "stda.h" static NumFunc_1 put= { Put, {{"Strike",PDOUBLE,{100},FORBID,UNSETABLE},{" ",PREMIA_NULLTYPE,{0},FORBID,SETABLE}}, CHK_call }; static TYPEOPT EquityLinkedSurrenderEndowment= { /* PayOff; */ {"Payoff",NUMFUNC_1,{0},FORBID,UNSETABLE}, /*EuOrAm*/ {"Amer",BOOL,{AMER},F...
[ "jamanikun@gmail.com" ]
jamanikun@gmail.com
b2715e640259aa223780b6360e87f6fc5d363fce
4c1b6785b1fbba2732cadf6d044c46400ffbb874
/sysdep/linux/krt-sys.h
e32e4fe1c2686b5840c92d16eb2ca7caeedbd34b
[]
no_license
VPSaliens/bird
c8cff55f6447f2939b7e7116afc1c6d781c0c120
85019fbc1eea830b5ccec71f76b41778aa6dafdb
refs/heads/master
2021-06-16T08:43:08.285230
2017-05-11T11:04:40
2017-05-11T11:04:40
null
0
0
null
null
null
null
UTF-8
C
false
false
3,353
h
/* * BIRD -- Linux Kernel Netlink Route Syncer * * (c) 1998--2000 Martin Mares <mj@ucw.cz> * * Can be freely distributed and used under the terms of the GNU GPL. */ #ifndef _BIRD_KRT_SYS_H_ #define _BIRD_KRT_SYS_H_ /* Kernel interfaces */ struct kif_params { }; struct kif_state { }; static inline void kif_...
[ "santiago@crfreenet.org" ]
santiago@crfreenet.org
10b60c867f6ff5591609c35fca5a3ab24b9d9833
ac7bfef20ef4fb6b0428eaab24c6a94eb9a676ff
/会场安排1.c
719953069b3ea8801431d92928c25302755f0185
[]
no_license
Daisy-lucky/suanfa
12dfc8ddb98f8ebc6118f1851827c04b247b6b9c
8de813589a223feb99f0f10e6e40a3846f53f2fb
refs/heads/master
2021-01-10T18:46:45.714854
2016-05-25T15:33:29
2016-05-25T15:33:29
59,084,233
0
0
null
null
null
null
GB18030
C
false
false
1,723
c
#include <stdio.h> int x[200],n; typedef struct { int a;//开始时间 int b;//结束时间 int c;// 状态 }list; void duqu() { FILE *fp=NULL; int i=0; fp=fopen("data.txt","r"); if ( !fp ) { printf("文件打开出错\n"); } while( !feof(fp) ) { if ( fscanf( fp , "%d" ,&x[i] ) !=1 ) break ; i++; fgetc(fp)...
[ "1335150837@qq.com" ]
1335150837@qq.com
3df177a3338ad5bb0e6837561e6602dfd909750c
fbc7026f54a3ee42bf1a75b96324b32117a7fc72
/201321047_주수강_5/egl/egl.h
607b50bd1f5e70564c990c4ee2285166fe517051
[]
no_license
JuSugang/shootingGame
f495571360390bad49a3ad5df058a909080e184c
b414d0d375f36cf03db6b9492b3e743c3b45bde9
refs/heads/master
2021-05-11T16:46:33.009342
2018-01-17T01:40:02
2018-01-17T01:40:02
117,766,501
0
0
null
null
null
null
UTF-8
C
false
false
1,579
h
#ifndef _EGL_H_ #define _EGL_H_ #include <windows.h> #include <vg\openvg.h> #include <gl\GL.h> #include <stdio.h> #include <math.h> #include <time.h> #include "wglext.h" typedef struct { unsigned char* buffer; int stride; int width; int height; int surface; } EGL_surface_; typedef int EGLContext; ty...
[ "tnrkd7679@naver.com" ]
tnrkd7679@naver.com
25fff161a081fb45237e65acb3e79955c7eaa706
f262085a295c6a12b5f4f86b1a36d92e2e254b3d
/simulator/lvgl/LVGL.Simulator/lvgl/src/lv_draw/lv_draw_mask.c
f815b3a443579bbf2ba71d9eb7ab1bac8fe62ed0
[ "MIT" ]
permissive
fxsheep/8910DM_LVGL
a7419a0ec4ff8b0612200b0073759c7beb7fad5e
652a91d7ebda374be58fbb927714263234a78698
refs/heads/master
2023-07-09T16:37:09.962057
2021-08-11T07:18:47
2021-08-11T07:18:47
391,400,407
2
0
null
2021-07-31T15:55:06
2021-07-31T15:55:06
null
UTF-8
C
false
false
45,462
c
/** * @file lv_mask.c * */ /********************* * INCLUDES *********************/ #include "lv_draw_mask.h" #include "../lv_misc/lv_math.h" #include "../lv_misc/lv_log.h" #include "../lv_misc/lv_debug.h" #include "../lv_misc/lv_gc.h" /********************* * DEFINES ****************...
[ "864876693@qq.com" ]
864876693@qq.com
c927ec8120111cedd72b263311e217e3c4392b09
863f370574674bfcdc79961a4b1589778d6c2624
/apress_code/book_code/Chapter 11/program11_03.c
2f939d4ce76d99d8c781015723ed62b9d1abe9d3
[]
no_license
NoMan2000/c-prog
df94aec681a41567093f1b24bbdae5359516cea7
6e20d0d98e772d0f37f32078ff6aecdbb1c8b4d2
refs/heads/master
2021-01-16T19:20:25.993495
2013-10-02T20:13:38
2013-10-02T20:13:38
null
0
0
null
null
null
null
UTF-8
C
false
false
2,067
c
// Program 11.3 Pointing out the horses #define __STDC_WANT_LIB_EXT1__ 1 #include <stdio.h> #include <ctype.h> #include <stdlib.h> // For malloc() typedef struct Horse Horse; // Define Horse as a type name struct Horse // Structure type definition { int age; int height; ...
[ "msoileau@itt-tech.edu" ]
msoileau@itt-tech.edu
7960d623eba16b36649aac6cf41d0567a2e687bf
f6a5dfd5172e50ba030bfd89a0554f7f71916a80
/build/luajit-2.1.0b2/src/lj_func.c
431a56d76df4dac43b727e07916fd6088ad71afb
[ "MIT", "CC-PDDC" ]
permissive
chexiongsheng/build_xlua_with_libs
c9bc62da2457ff49fcca89791694a2ba4eb16632
909a0769bf43369b0031499f74dfe99ab89ed661
refs/heads/master
2023-08-31T07:05:16.276471
2023-08-31T06:49:21
2023-08-31T06:49:21
86,566,149
559
242
MIT
2023-08-31T06:49:23
2017-03-29T09:56:16
C
UTF-8
C
false
false
5,689
c
/* ** Function handling (prototypes, functions and upvalues). ** Copyright (C) 2005-2016 Mike Pall. See Copyright Notice in luajit.h ** ** Portions taken verbatim or adapted from the Lua interpreter. ** Copyright (C) 1994-2008 Lua.org, PUC-Rio. See Copyright Notice in lua.h */ #define lj_func_c #define LUA_CORE #incl...
[ "johnche@tencent.com" ]
johnche@tencent.com
78f1d5ec657b4a89f6b3afc72286c13fe26d21f8
ee8e71b5de9d59dbe21eed63695460ec56b5ab8b
/PROGRAM/Storyline/Bartolomeu/dialogs/ENGLISH/Christopher Backer_dialog.h
e306b286b9842224794ac7fd2d8db9c531eb80eb
[]
no_license
Hammie/new-horizons
04371ac9b553f609351c23fbc48b51366ad3e95f
fd89f556628ab7c541c5b5d8026edb06b1b3694e
refs/heads/master
2023-08-04T01:22:42.052539
2021-09-09T10:55:51
2021-09-09T10:55:51
398,774,841
0
0
null
null
null
null
UTF-8
C
false
false
2,847
h
string DLG_TEXT[44] = { "......", "......", "What's your problem?! Can't you see that I'm busy!", "Sorry mate but I'm looking for a certain Captain.", "A Captain? There are so many captains in this confounded island! Be clearer!", "Charles is his name.", "Charles?! humm... What do you want exactly?", "You know him?", "...
[ "sam@hammie.be" ]
sam@hammie.be
233f614f4b75f82694abd146099fda21277ab996
cdf414dba10e4a75007d90952630b9d381a165e4
/security/kth-krb4/patches/patch-lib_krb_recvauth.c
0630df9a9061db229fbe64da20eda35bcf089df9
[]
no_license
TyrfingMjolnir/pkgsrc
f46b8214ab27ad7f825b1b0f7232c3f9c8ba1b1c
133d044ecb88b1de6cd08426b89ed5b3a058bd56
refs/heads/trunk
2020-12-28T09:30:15.386908
2014-10-05T22:23:08
2014-10-05T22:23:08
28,958,817
1
0
null
2015-01-08T09:31:08
2015-01-08T09:31:08
null
UTF-8
C
false
false
696
c
$NetBSD: patch-lib_krb_recvauth.c,v 1.1 2011/11/28 19:33:13 marino Exp $ --- lib/krb/recvauth.c.orig 2001-08-26 02:52:18.000000000 +0000 +++ lib/krb/recvauth.c @@ -108,7 +108,11 @@ krb_recvauth(int32_t options, /* bit-pat struct sockaddr_in *laddr, /* local address */ AUTH_DAT *kdata, /* kerberos data (r...
[ "marino" ]
marino
87b177f984319fec9841b660ce93dd45710e321f
1f17f2d91e294cafeb5ae70ad9892786ca2a5fb9
/EmbeddedLapack/src/Lapack/Scr/dlasq6.c
3c38b74a7e343b68f0c97ee3c8827ee4fe95e242
[ "MIT" ]
permissive
DanielMartensson/EmbeddedLapack
d0fad48a18a8eb2fe5489a09a3d38d50caff8360
904eabec28a6eaf2b1288f882b3f711b94bbf256
refs/heads/master
2023-08-13T08:11:41.781481
2023-07-31T01:11:39
2023-07-31T01:11:39
165,274,437
115
24
MIT
2020-12-06T19:47:18
2019-01-11T16:27:57
C
UTF-8
C
false
false
5,729
c
/* dlasq6.f -- translated by f2c (version 20061008). You must link the resulting object file with libf2c: on Microsoft Windows system, link with libf2c.lib; on Linux or Unix systems, link with .../path/to/libf2c.a -lm or, if you install libf2c.a in a standard place, with -lf2c -lm -- in that order, at the end of...
[ "daniel.martensson100@outlook.com" ]
daniel.martensson100@outlook.com
dc150d7dd9dbb10f7e0f52f23c422a99f0fce58b
19f0062f4e0902b085087c0e32596182ee989bc2
/0x14-bit_manipulation/holberton.h
c3a63741575acf8b568c924b1fb6bbb75213e8be
[]
no_license
jsgalvish/holbertonschool-low_level_programming
79765709fcecf8237086136b7c03dc4436e996b3
b6e09efed7f0ea9747114f5002fe76cd7e0e7ecd
refs/heads/master
2020-06-06T13:45:24.734724
2020-01-17T04:19:21
2020-01-17T04:22:01
192,756,041
1
2
null
null
null
null
UTF-8
C
false
false
445
h
#ifndef _holberton_ #define _holberton_ #include <stdio.h> #include <stdlib.h> #include <stddef.h> int _putchar(char); unsigned int binary_to_uint(const char *b); void print_binary(unsigned long int n); int get_bit(unsigned long int n, unsigned int index); int set_bit(unsigned long int *n, unsigned int index); int cl...
[ "jsgalvish@unal.edu.co" ]
jsgalvish@unal.edu.co
379a51a5eed15b2f96aac28f1a75bd8536bcd6f5
4d05dc75358ccd69d02fe8ac8a7fbb474ffae896
/tutorials/linux_environment/arguments/simple_print_args.c
db4b29ce7cbb3bdb7d755d695bd25e64724d2132
[]
no_license
guhwanbae/Hello-Linux
ddc5e2ef05a2195a7989706834a74b6ed942eae2
93d131896c997a81f77c01cea276f167e743eab8
refs/heads/master
2020-03-18T17:49:49.551814
2018-06-14T07:02:51
2018-06-14T07:02:51
135,053,439
2
0
null
null
null
null
UTF-8
C
false
false
491
c
/* * author : Gu-hwan Bae * date : 27 May 2018 */ #include <stdio.h> int main(int argc, char* argv[]) { printf("argv[0] == name of program : %s\n", argv[0]); if(argc > 1) { int arg; for(arg = 1; arg < argc; ++arg) { if(argv[arg][0] == '-') { printf("op...
[ "guhwan.bae@gmail.com" ]
guhwan.bae@gmail.com
451cb336b8419cea06931b5ae8838d1385ffd6a8
8deaf188ccb1c3a4994827346344ca735febb758
/Project Eueler/q2.c
1fecf3e967041a5cddf34a97e21a2c95d9b75959
[]
no_license
akshay2000saxena/Project-Euler
2dbd4770c551966a022c6c7f878182b673392e1f
0276bc184765ee3d4f40fabc7ca8dd363c8f5f64
refs/heads/master
2020-04-09T21:41:19.358155
2018-12-08T08:38:03
2018-12-08T08:38:03
160,609,735
0
0
null
null
null
null
UTF-8
C
false
false
393
c
#include <stdio.h> int even_fib(int N) { int sum = 0; int n1 = 1; int n2 = 2; int tot = 0; while (n1 < N) { sum = n1 + n2; n1 = n2; n2 = sum; if (sum % 2 == 0) { tot += sum; } } tot += 2; return tot; } int main(void) { ...
[ "a42saxen@uwaterloo.ca" ]
a42saxen@uwaterloo.ca
d1b40610b1cc9157c6b51b270526d815f9d093e3
3173f5abf6d861c79c762d16645de0403a075224
/src-firmware/sd.h
8ba015ef374ac4bf6e1d9ecf729eed8ae126cec3
[ "BSD-2-Clause" ]
permissive
craigthomas/tapecart
202f8bd8b55d7cbf960be9075f78fc0eecacf416
7991d989fd0d7f519412a79d66ddc598b56a3e4a
refs/heads/master
2020-12-19T11:08:42.487193
2019-12-18T13:04:20
2019-12-18T13:04:20
235,716,344
1
0
null
2020-01-23T03:30:22
2020-01-23T03:30:21
null
UTF-8
C
false
false
2,400
h
/* tapecart - a tape port storage pod for the C64 Copyright (C) 2013-2017 Ingo Korb <ingo@akana.de> All rights reserved. Idea by enthusi Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributio...
[ "kim@ik2.dk" ]
kim@ik2.dk
6195b16e8b7b3223cb4175e2fa6c5ba762a83f5a
6e265b65b1b7858ef7904fe3727fc958e3287f5c
/benchmarks/reference_gpu_target/dataracebench/DRB047-doallchar-orig-no.c
2b443f0ec863d7a83a87f9e204f2e97516c69199
[ "BSD-3-Clause" ]
permissive
gleisonsdm/AutoParBench
2291986c42df32490ce821af3f507f9702451511
946fd32afdf1ad7838219e1d46d3603c781c7bcf
refs/heads/master
2020-08-09T02:41:14.102409
2020-05-03T23:22:51
2020-05-03T23:22:51
213,977,587
6
2
NOASSERTION
2020-01-14T13:30:24
2019-10-09T17:11:04
C
UTF-8
C
false
false
2,531
c
/* Copyright (c) 2017, Lawrence Livermore National Security, LLC. Produced at the Lawrence Livermore National Laboratory Written by Chunhua Liao, Pei-Hung Lin, Joshua Asplund, Markus Schordan, and Ian Karlin (email: liao6@llnl.gov, lin32@llnl.gov, asplund1@llnl.gov, schordan1@llnl.gov, karlin1@llnl.gov) LLNL-CODE-73214...
[ "gleison14051994@gmail.com" ]
gleison14051994@gmail.com
eae2e4bf0b9c89dac1d73bfeb0560ae036210f69
619d0099939caf268631834494588efb96c831c8
/common/services/gfx_mono/example_spinctrl/atxmega256a3bu_xmega_a3bu_xplained/conf_board.h
7cfbeb35c05f4faef48f54c50efeb561dd5dc00e
[]
no_license
tulku/asf
fc4476036fc190f11096220a88be1ac84b65e269
82fd38d28ca551ec7470aa82c8531f5b81144ccd
refs/heads/master
2021-01-10T02:27:21.174975
2015-12-16T17:04:27
2015-12-16T17:04:27
48,123,642
0
0
null
null
null
null
UTF-8
C
false
false
2,416
h
/** * \file * * \brief XMEGA-A3BU Xplained board configuration * * Copyright (c) 2014 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions a...
[ "lucas.chiesa@gmail.com" ]
lucas.chiesa@gmail.com
83ff9cb764bbc8c2ed0238e86e40c11f2b0a57b1
202bbc35b672ebda80f7295a7793995d5d877206
/ScubaSteve/Builds/IOS/Classes/Native/mscorlib_System_Array_InternalEnumerator_1_gen_329.h
b15bdcac7822923d5ef5174ff3f4863aa72a933b
[]
no_license
gohun04/ScubaSteve
c2388d677c77b374fccb62c0e8cce4740d06ca50
2428e54e97238f48f67652a8dd982e1f6821e7e0
refs/heads/master
2021-01-01T16:00:07.055501
2015-04-25T09:07:26
2015-04-25T09:07:26
34,557,070
0
0
null
null
null
null
UTF-8
C
false
false
487
h
#pragma once // System.Array struct Array_t; // System.ValueType #include "mscorlib_System_ValueType.h" // System.Array/InternalEnumerator`1<UnityEngine.UI.GraphicRaycaster/BlockingObjects> struct InternalEnumerator_1_t4343 { // System.Array System.Array/InternalEnumerator`1<UnityEngine.UI.GraphicRaycaster/BlockingO...
[ "jacobpipers@msn.com" ]
jacobpipers@msn.com
01f7ffd814dadbaedd523abf49d944aa965ffa5d
a1fbf16243026331187b6df903ed4f69e5e8c110
/cs/sdk/3d_sdk/3dsmax/ver-6.0/samples/impexp/veroverrides.h
a19a695867a6671dcb4bea72ed9f51c11058ea39
[ "LicenseRef-scancode-warranty-disclaimer", "BSD-2-Clause" ]
permissive
OpenXRay/xray-15
ca0031cf1893616e0c9795c670d5d9f57ca9beff
1390dfb08ed20997d7e8c95147ea8e8cb71f5e86
refs/heads/xd_dev
2023-07-17T23:42:14.693841
2021-09-01T23:25:34
2021-09-01T23:25:34
23,224,089
64
23
NOASSERTION
2019-04-03T17:50:18
2014-08-22T12:09:41
C++
UTF-8
C
false
false
995
h
// The to be #defined in a .h file included by a .rc file before maxversion.r #define MAXVER_INTERNALNAME "objimp\0"//should be overidden on a per-dll level #define MAXVER_ORIGINALFILENAME "objimp.dli\0"//should be overidden on a per-dll level #define MAXVER_FILEDESCRIPTION "Wavefront OBJ file importer (plugin)\0"/...
[ "paul-kv@yandex.ru" ]
paul-kv@yandex.ru
4d57b4510b54fa96104b36d7e766108df2906efb
b91e19591bbb79bc62da56407a58d31ecd96769a
/tests/com.oracle.truffle.llvm.tests.sulong/c/truffle-c/functionPointer/functionPointerArray2.c
9817f026a676010af46fbb0e2c4a2754cbcc1b1d
[ "BSD-3-Clause", "NCSA", "MIT" ]
permissive
changbiao/sulong
bcae8828d44f9cc01a932a59eb08f10d5d08e606
4ecc2aa403d3e8cecf63fe6f3ea508131193f7ef
refs/heads/master
2021-04-29T13:28:53.337048
2018-02-16T11:27:44
2018-02-16T11:27:44
121,752,187
1
0
null
2018-02-16T13:11:10
2018-02-16T13:11:10
null
UTF-8
C
false
false
119
c
int func() { return 13; } int (*functionPointers[])() = { func, func }; int main() { return functionPointers[1](); }
[ "grimmer@ssw.jku.at" ]
grimmer@ssw.jku.at
cf31c2b8ea01af849f0bfc88ede98eb32d1af4ad
401286ce530da3c1935b508e1302a64e14010d42
/SDK/SDK_2.4.1_LPCXpresso54114 (3)/boards/lpcxpresso54114/driver_examples/ctimer/simple_match_interrupt/cm4/pin_mux.h
8f033511fb4296df8d8d3e026b5d11ba441fe904
[]
no_license
fovVdk/LPC5411xx
a270662c29df7cf1e30ddef6a0373fb8521a9f74
64ff3b0a6bf60f8bd2d929d126470d67db830d89
refs/heads/master
2020-04-04T23:39:57.938276
2018-11-06T10:54:36
2018-11-06T10:54:36
156,366,941
0
0
null
null
null
null
UTF-8
C
false
false
3,841
h
/* * The Clear BSD License * Copyright (c) 2016, Freescale Semiconductor, Inc. * Copyright 2016-2017 NXP * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted (subject to the limitations in the disclaimer below) provided * that the following ...
[ "1613146717@qq.com" ]
1613146717@qq.com
79b7eb9262548277d3b45b1adedc41e1fd9cf1cd
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/drivers/net/wireless/iwlwifi/iwl-eeprom-read.h
8e941f8bd7d62158dc92e5a102b54b71b047e174
[ "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later", "LicenseRef-scancode-free-unknown", "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
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
3,124
h
/****************************************************************************** * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * * GPL LICENSE SUMMARY * * Copyright(c) 2008 - 2013 Intel Corporation. All rights reserved. * ...
[ "gamishev@gmail.com" ]
gamishev@gmail.com
968db6ba8715beae4db6b91b5ed62e8c3856fa9a
cf111b440f33ba9741ff45c60ac33dfade24e2ac
/Projects/Jov/jov_mediacenter_2/src/jov-main.c
1cc919a5e7bf9b6d3a2d0ba0b01f8af6e3c53593
[ "Unlicense" ]
permissive
fredmorcos/attic
cd08e951f56c3b256899ef5ca4ccd030d3185bc1
36d5891a959cfc83f9eeef003b4e0b574dd7d7e1
refs/heads/master
2023-07-05T10:03:58.115062
2023-06-21T22:55:38
2023-06-22T07:07:58
154,962,425
4
1
Unlicense
2023-06-22T07:08:00
2018-10-27T12:30:38
JavaScript
UTF-8
C
false
false
3,030
c
#include <SDL.h> #include <talloc.h> #include "jov-video.h" #include "jov-widget.h" #include "jov-window.h" void render_bg (JovWidget *wid, SDL_Renderer *rend) { SDL_Color *c = &wid->bg_color; SDL_SetRenderDrawColor(rend, c->r, c->g, c->b, c->a); SDL_RenderClear(rend); } void resize_full (SDL_Rect *par_rect, S...
[ "fred.morcos@gmail.com" ]
fred.morcos@gmail.com
94a7bcc448280af3ee72a3ece9904d43f8cf86bb
8b855df3e879ae8d10da82172f38fb7a9b19a580
/lib/my/flag_lu.c
c418a83c1abea5cc336de3828c4e216190e1b9fe
[]
no_license
simbaste/3D_GAME
090536d2095dfeec13169e76d4db96774dff53a3
6f3711bab8c475d931964e6db5a7aeb0acf07bb6
refs/heads/master
2016-09-11T07:40:38.383494
2015-04-02T14:44:05
2015-04-02T14:44:05
33,313,902
0
0
null
null
null
null
UTF-8
C
false
false
452
c
/* ** flag_lu.c for flag_lu.c in /home/simomb_s ** ** Made by stephanedarcy simomba ** Login <simomb_s@epitech.net> ** ** Started on Thu Nov 13 12:49:47 2014 stephanedarcy simomba ** Last update Fri Nov 14 12:56:46 2014 stephanedarcy simomba */ #include <stdarg.h> #include <stdio.h> #include "my.h" int flag_lu(in...
[ "stephanedarcy.simomba@epitech.eu" ]
stephanedarcy.simomba@epitech.eu
cd2c40311bb7a02689f48ba2d0d1c7575df36f31
b29d2fd5c0fed5edac6eef1373b940da2072ec0f
/net/pingv6-send.c
f8266932a7d8054dc0cd7288b10997ba270f3f9c
[]
no_license
jsitnicki/tools
3a8b41a110a16daa2bc43d160a301b5cebfc4e7d
bb6966dd8f9c3c58f6fbb38a3fd59a9deed7fd1d
refs/heads/master
2023-04-07T17:50:57.708024
2023-04-05T19:37:59
2023-04-05T19:37:59
60,690,190
6
2
null
null
null
null
UTF-8
C
false
false
2,790
c
/* * Author: Jakub Sitnicki <jkbs@redhat.com> * License: GPL * * Test program for sending ICMPv6 Echo Request messages * * Read data from standard input (up to 4096 bytes) and send it as a payload of * ICMPv6 Echo Request message to a host:port specified on the command line. * * Uses PINGv6 sockets. Remember t...
[ "jkbs@redhat.com" ]
jkbs@redhat.com
3447096f4f1df64d7c62ee5d356b4d89f4538a58
dec9a3040f79aa2591ade814cd4bdea31ca75b87
/Macros/fittp0_orig.C
877d15cd2f424a8812afef6b606309a413fda0f4
[]
no_license
IreneZoi/pixelR4STBanalysis
83438868ada08fe03d70d25fe05e7870a0869bf1
69d8c86deb2cc1cc91b168b415b9ea2d35cd8ba5
refs/heads/master
2021-07-24T17:10:14.252355
2021-07-02T15:12:19
2021-07-02T15:12:19
139,711,761
0
0
null
null
null
null
UTF-8
C
false
false
9,079
c
// Daniel Pitzl, Dec 2010 // fit Student's t + p0 // Minuit // .L fittp0.C+ // .x fittp0.C+("h012") // .x fittp0.C+("h012;cycle") #include "TDirectory.h" #include "TStyle.h" #include "TH1.h" #include "TMath.h" // Gamma #include "TF1.h" #include "TMatrixD.h" #include "TDecompSVD.h" #include "TVector.h" #include <i...
[ "irene.zoi@cern.ch" ]
irene.zoi@cern.ch
abbbeb61c1413914a68e8b1b77e803fda5b51929
39506fb038cea3e4c20ebb6c965a4dc772044cd9
/m32/servo/RP6ControlServoLib.c
76de38d971a173136898fbbb3509231124c9e551
[]
no_license
rhelmus/rp6cntrl
cf4d18995ca52bf4ccbb0111eeabdd1f72f37178
63a01ffb9f77467a24b8ee8e6897acd83862897b
refs/heads/master
2020-05-31T00:25:29.478544
2011-12-16T17:07:48
2011-12-16T17:07:48
32,215,318
0
1
null
null
null
null
UTF-8
C
false
false
9,183
c
/* **************************************************************************** * _______________________ * \| RP6 ROBOT SYSTEM |/ * \_-_-_-_-_-_-_-_-_-_/ >>> RP6 CONTROL * -----------------------------------------------...
[ "rhelmus@65e67326-18ad-11df-8672-ad638f41b1de" ]
rhelmus@65e67326-18ad-11df-8672-ad638f41b1de
5e85cad3ded368b89dee8e4391ae43a115bc5420
411bbf3f14dba21400166d71f15e08c8327b0eaa
/C/Assignment-3/SamplePointers/samplePointers.c
fdfaddd49e33db80c27cf27565e14aee00453584
[]
no_license
kns-1/ncrwork
c627106a34a064a9244f1adf642d4461bad97372
5577971c7a0761bf6a23a064ac7c4e1bb31fa761
refs/heads/master
2020-04-20T05:04:16.816603
2019-04-25T16:36:45
2019-04-25T16:36:45
168,646,087
0
0
null
null
null
null
UTF-8
C
false
false
418
c
#include<stdio.h> #include<conio.h> void main() { int x[8] = {10,20,30,40,50,60,70,80}; //Here, x is an array of 8 integers printf("x = %d\n", x); //x gives base address printf("(x+2)= %d\n", (x + 2)); //gives third element address printf("*x = %d\n", *x); //gives value in x[0] printf("(*x + 2) = %d\n", (*x + 2))...
[ "navyakovuru@gmail.com" ]
navyakovuru@gmail.com
8ab62b37b884be95ea8e08526c209a7097329114
f5c1ab4767c711cae9364bb3028edf2e9fa2a7ef
/Final_Code_For_Submission/Source/Points.c
3b86a0857372916aa5cba53bf36aa24046b2e928
[]
no_license
efritz09/ME218B-Project
ca94be4c9b0a34f6a8e5e32a4c207f189e561f98
e7affcdc2a60b40cada481cb8e57b0ceef3d5942
refs/heads/master
2021-01-01T05:21:54.711417
2016-04-16T23:02:06
2016-04-16T23:02:06
56,409,389
0
0
null
null
null
null
UTF-8
C
false
false
2,385
c
#include "Headers.h" // Find the straightway that the bot is currently on MapSection FindSection( POINT_t current ) { KART_t myKart; myKart = QueryMyKart( ); if(current.Y >= SDZ_Ymin && current.Y <= SDZ_Ymax && current.X <= SDZ_X && !myKart.ShotComplete) { printf("In Shooting Decision Zone \r\n"); return Sh...
[ "efritz09@gmail.com" ]
efritz09@gmail.com
1ae29f282894fb77c975c29bf9ba77fea1b064ea
33faae41dd2992473abdc25d0225269195c13883
/HW/03GRUPO3/02verilog/LM32_FE/firmware/hw-test/soc-hw.h
c1e23eaff87f6a238ad99e8156bd06946c61ff78
[]
no_license
ltherreraro/CubeRubik
8ba514082fa2a54ce6c01d5ea2e7f75576a6adf2
9ad3e1e69c472e43da6a1f76f31697b01150c86d
refs/heads/master
2021-04-30T05:26:35.856440
2018-06-08T19:08:37
2018-06-08T19:08:37
121,416,318
1
0
null
null
null
null
UTF-8
C
false
false
4,059
h
#ifdef _cplusplus extern "C" { #endif #ifndef SPIKEHW_H #define SPIKEHW_H #define PROMSTART 0x00000000 #define RAMSTART 0x00000800 #define RAMSIZE 0x400 #define RAMEND (RAMSTART + RAMSIZE) #define RAM_START 0x40000000 #define RAM_SIZE 0x04000000 #define FCPU 100000000 #define UART_RXBUFSIZE 32 /***...
[ "noreply@github.com" ]
ltherreraro.noreply@github.com
03ee952f18e28266255ec12ff84d30cf5127f2a5
291ef9fdf8b23c87f78fee7f7017ba0cb1d01ef0
/nightmares-master/ll11ll1lll1l1l_lab5/software/hw2_bsp/linker.h
f6747c9d881cdb9343f97b6b0e2bd63abb2da549
[]
no_license
dawnliang/ee371
eb1e5e0bf2d5cfc40770b3aade829539ed872fe9
6f4e7a6880386f8ef05f2b2ef65b7f2ed2aeeb62
refs/heads/master
2021-01-20T11:17:37.151603
2016-12-07T21:26:04
2016-12-07T21:26:04
70,093,866
0
0
null
null
null
null
UTF-8
C
false
false
2,791
h
/* * linker.h - Linker script mapping information * * Machine generated for CPU 'nios2_processor' in SOPC Builder design 'switchesqsys' * SOPC Builder design path: ../../switchesqsys.sopcinfo * * Generated: Thu May 21 17:14:42 PDT 2015 */ /* * DO NOT MODIFY THIS FILE * * Changing this file will have subtle c...
[ "dawn7liang@gmail.com" ]
dawn7liang@gmail.com
29864f9b754185385f788a30423cc18cb3590327
4df1148bd37fd89ed07affd64a7b15b28c35a16d
/UFERSAAI/src/UnidadeII/RedeNeural/RedeNeural.h
cf582db9d051752290fcde12017cfb799f0e6981
[]
no_license
hugodionizio/UFERSAAI
7009056011ec2424b5427248ac6269d56ece1142
67296c881c2752e25ae3ad8914960a2f44571699
refs/heads/master
2021-01-22T23:07:00.548310
2017-05-15T20:38:20
2017-05-15T20:38:20
85,610,656
0
0
null
null
null
null
UTF-8
C
false
false
1,740
h
/* * RedeNeural.h * * Created on: 09/04/2017 * Authors: * Hugo Dionizio Santos */ #ifndef UNIDADEII_REDENEURAL_REDENEURAL_H_ #define UNIDADEII_REDENEURAL_REDENEURAL_H_ #include "Camada.h" // Redes Neurais Artificiais (RNA) enum TipoTreinamento { TREINAMSUPERVISIONADO, TREINAMNAOSUPERVIS...
[ "dnhutos@hotmail.com" ]
dnhutos@hotmail.com
d65f2c12e712f7812518f7bfd63e31c3b239af16
ce8eedf912f6abccdf7d7859f22db22a2dee0630
/include/os3/allocmem.h
aeef00ca8f6bdd8cf88aa5c470058d713ad64d80
[]
no_license
osfree-project/os3
5a4f383cbdbcd3b639b7b4a5228da9fae3095893
f8c09ba3d30ec47fe63aceff1276790ab215cfcc
refs/heads/master
2023-06-25T05:45:00.325632
2023-06-10T02:18:50
2023-06-10T02:18:50
176,191,448
6
3
null
null
null
null
UTF-8
C
false
false
377
h
#ifndef __ALLOCMEM_H__ #define __ALLOCMEM_H__ #ifdef __cplusplus extern "C" { #endif /* osFree internal */ #include <os3/dataspace.h> void *allocmem(unsigned long long area, int base, int size, int flags, unsigned long PIC, l4_os3_dataspace_t *ds, int align); int translate_os2_flags(int flags); #i...
[ "_valerius@mail.ru" ]
_valerius@mail.ru
9d40a4e52cf4865b8155e42d0e705ea4372920bc
8fbf27483e33987d612be54865bc5b4f72b64daf
/TorTella/docs/relazione/etc/src/httpmanager.h
3ef177b161da456cbbc87ee89d5c9c3379417bb7
[]
no_license
nottix/tortella
d3203d5b929c3461d3c977f595d4c1af1e4cfbeb
5e5b8ff998e47d307f41659b8340ed655c922dc3
refs/heads/master
2016-09-06T01:20:32.548961
2008-06-29T09:54:56
2008-06-29T09:54:56
32,230,030
1
0
null
null
null
null
UTF-8
C
false
false
3,809
h
/** * 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) any later version. * * This program is distributed in the hope that it will be u...
[ "notargiacomo.s@780296c5-5f3b-0410-9d2c-67838565597f" ]
notargiacomo.s@780296c5-5f3b-0410-9d2c-67838565597f
0b882d0d3e300e3272dceec2dc0832038fca7940
d86249a66d3bad1cba018114185a74d71dbbac33
/conf/input/func1.h
9117d386cbee54ae8f51a35bb3071e48c8ab01f4
[]
no_license
jiahaopei/ComplierVerifyOptiSys
8c3bc2a0c1cdbb2dfee596a262549fc396dde9ca
fde499ac7f3109340af6bdd28d823e4145839942
refs/heads/develope
2021-03-22T23:13:49.447262
2020-03-15T05:12:19
2020-03-15T05:12:19
247,405,073
0
0
null
2020-10-13T20:22:12
2020-03-15T05:06:07
Java
UTF-8
C
false
false
83
h
// // Created by destiny on 16/9/5. // #include <stdio.h> int add(int x, int y);
[ "chen476328361@163.com" ]
chen476328361@163.com
577c83b9e8496738a8584d28bf84f9e2efc9ed29
d4a2c50a90792600c4d864fffe9c1a9d1ebd6acc
/bumper/MAIN.C
c7bd13bf6f42cabf6be0491029830bb7ae1a9d62
[]
no_license
iwasen/MyProg
3080316c3444e98d013587e92c066e278e796041
a0755a21d77647261df271ce301404a4e0294a7b
refs/heads/master
2022-12-30T00:28:07.539183
2020-10-25T06:36:27
2020-10-25T06:36:27
307,039,466
0
4
null
null
null
null
SHIFT_JIS
C
false
false
3,544
c
/************************************************************************ * * * 日産自動車 バンパー塗色支援システム * * * * 名称 : メイン処理 * * ファイル名 : main.c * * * ************************************************************************/ #include "bumper.h" /* 内部関数定義 */ static void r...
[ "git@iwasen.jp" ]
git@iwasen.jp
6e6a0cf28396f32253bf12fd8704e8f11f441035
ace26cc33ebc9fa02199b0627699999adfba2164
/kernel/linux-5.4.152/drivers/hwmon/sch56xx-common.mod.c
fdd74cf9123bb9b3e17310d10160debf41d2437b
[]
no_license
YJbonobono/linux-design
936d5b9880e2aac4d86c07c3ca6c260d90b3e135
1684b19645bcd523d51fe2d12805d0bbcdea6599
refs/heads/main
2023-08-07T21:55:30.484704
2021-10-12T17:01:04
2021-10-12T17:01:04
413,645,550
0
0
null
2021-10-05T02:34:49
2021-10-05T02:15:12
Shell
UTF-8
C
false
false
1,541
c
#include <linux/build-salt.h> #include <linux/module.h> #include <linux/vermagic.h> #include <linux/compiler.h> BUILD_SALT; MODULE_INFO(vermagic, VERMAGIC_STRING); MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __section(.gnu.linkonce.this_module) = { .name = KBUILD_MODNAME, .init = init_...
[ "1004anny1@naver.com" ]
1004anny1@naver.com
9bef8f69cdeb9451bacbf79574bd162305d8d013
3b47777fcfa6b1e86b1990b2f1d7446d0fa8aaac
/files/fs/c/include/monsym.h
13e57d0735e01df34bf8e77a84d4bb5464f75369
[]
no_license
PDP-10/sri-nic
3a3e702444551bbdb5a037cd1c8a321b74ae8096
888264aa2d4e03c487ba9370543e2d7ca22d1d4b
refs/heads/master
2021-01-11T15:52:33.435831
2017-01-24T19:17:36
2019-03-07T20:13:34
79,943,288
7
2
null
null
null
null
UTF-8
C
false
false
1,030
h
/* <MONSYM.H> - Provide access to TOPS-20 monitor symbols ** ** (c) Copyright Ken Harrenstien 1989 ** (c) Copyright Ken Harrenstien, SRI International 1988 ** ** To get the 36-bit integer value of a monitor symbol, say (e.g.) ** monsym(".FHSLF") ** The argument must be a string literal and may be upper or lower case. ...
[ "lars@nocrew.org" ]
lars@nocrew.org
7cfe025633d3da58f3e886af68d7485ffce498ce
254a90f94cf71e7dac9cbd2a46e3922a6ba49137
/IMDB/title.c
7b97865a9e9a96564501f50d5a637875c1bfdffe
[]
no_license
nicholasturk/IMDB
cf94d2288f52df4abedf76393b330a4089c15026
8aaa413c12d15135abb57056b31e84ca7ad80b4c
refs/heads/master
2020-12-08T20:41:08.546529
2020-01-10T16:44:50
2020-01-10T16:44:50
233,089,368
0
0
null
null
null
null
UTF-8
C
false
false
3,098
c
/* Nicholas Sturk 1058650 nsturk@uoguelph.ca November 3rd 2019 */ #include "title.h" #include "binary.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include "common.h" #define MAX_BUFFER 1000 struct titleinfo *get_title(char *path) { struct titleinfo *titles = malloc(sizeof(struct titleinfo)); ...
[ "noreply@github.com" ]
nicholasturk.noreply@github.com