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
3e20aba0d591bd70927b63ab74a737b4ca3b1fc6
57a0f267ddac4abc429a8b2eefc148b1ae93b1e9
/12-5.c
e6269253fa028582bd46169cf21a06da79738345
[]
no_license
Kakisuke1005/c_data
a99dc7950c6bef6ecd5739047ab9d0fc0d1a8a85
fbb23d904238d4ec8370ee5c1eb3dc9ae96126c2
refs/heads/master
2020-05-07T18:56:29.716862
2019-07-24T04:07:13
2019-07-24T04:07:13
180,789,894
0
0
null
null
null
null
UTF-8
C
false
false
1,426
c
#include<stdio.h> #include<stdlib.h> #define QUEUE_SIZE 5 #define NO_DATA -1 int EnQueue(int data); int DeQueue(); void ShowQueue(); int queue[QUEUE_SIZE]; int front=-1; int rear=-1; int num=0; int main() { int data,id,ctrl; for(int i=0;i<QUEUE_SIZE;i++){ queue[i]=NO_DATA; } while(1){ printf("(1) En...
[ "n1005kjiam@gmail.com" ]
n1005kjiam@gmail.com
8fe9528346b7de0616661c98efffec64821349b2
650a7aaa88bd0c6b56e1d93ccd965fda16bf0c45
/target/stm32_usart_level2.h
ec164c8148f9b03eb65f0471352f2f3f433969aa
[ "BSD-2-Clause" ]
permissive
rbsexton/sockpuppet
a84a486e65f129702c4bc488a896e0e65357e009
14333c0bdb92138703f08c2f627ff8937e55cfd1
refs/heads/master
2021-07-16T15:56:30.331414
2021-03-29T14:43:39
2021-03-29T14:43:39
8,573,379
5
0
null
null
null
null
UTF-8
C
false
false
345
h
// Basic API. void sapi_init_usart(); void Console_USART_IRQHandler(USART_TypeDef *base); int __SAPI_02_PutChar_USART (int c, int stream); int __SAPI_03_GetChar_USART (int stream); int __SAPI_04_GetCharAvail_USART (int stream, unsigned *tcb); int __SAPI_02_PutCharNonBlocking_USART(int c, int...
[ "robertbsexton@gmail.com" ]
robertbsexton@gmail.com
abbd6538cb7f98b5a37ae044f2cda4cab90cb3cf
8c165a69a1276ba9baecbcfa86ca9378d6d4b3e7
/test/test.c
67fd05400272cdf8c77eec4d2258fa01b7635521
[ "MIT" ]
permissive
nolash/telegram-bak
a44f0ccbce259d91c4271899ccdedc10062e7c20
2eb9282c33438d77f47fb8b4c928acc71bdd473d
refs/heads/master
2020-03-07T14:27:25.105221
2018-05-27T12:31:51
2018-05-27T19:52:36
127,526,903
2
1
null
null
null
null
UTF-8
C
false
false
684
c
#include <stdlib.h> #include <string.h> #include <stdio.h> char* bin2hex(int l, const unsigned char *v, char **zH); int string_unserialize(); int string_serialize(); int find_pubkey(char *keydir, unsigned char *fingerprint); int dump_buffer(char *fname, char *buf, int n); int main() { int r; const unsigned char dat...
[ "dev@holbrook.no" ]
dev@holbrook.no
f22b07921cea4b58da5ff585996531f2c1605181
b1a5d090cb938171528a7ef23e08860d120009d4
/libft/get_next_line.c
8765cf5a926589440fe23ba0660f6040b12cf33e
[]
no_license
GilDianaJones/FdF
e2b7e5205c2d6edda1fadd2a7f591f8d2fd845da
5c24d43d94b50aec651a3086b8ebbdbbf20ea399
refs/heads/master
2020-06-05T04:35:18.479113
2019-06-17T09:27:11
2019-06-17T09:27:11
192,315,160
0
0
null
null
null
null
UTF-8
C
false
false
3,094
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* get_next_line.c :+: :+: :+: ...
[ "noreply@github.com" ]
GilDianaJones.noreply@github.com
e701c1c7c0b7557ee559d9e6ba7ea7da1e2c8ed3
87fd3d3852d441bde98bab44de195d4c9b94f35e
/Src_150512/global.h
3b303ce74364222606c88709e8499261b6394923
[]
no_license
gaoxiaoyan/Emergency-position-indicating-radio-beacon
58f20db0236c5b3970ddcf2a8d26ff4804937221
2b45c15443b700865c605b96cb50a9dfb17ade08
refs/heads/master
2021-01-16T21:35:43.277458
2017-08-14T07:28:46
2017-08-14T07:28:46
100,217,149
0
0
null
null
null
null
GB18030
C
false
false
5,309
h
#ifndef __MAIN_H__ #define __MAIN_H__ #include "msp430x54x.h" #include "DataType.h" #include "OS_MEM.h" /*-------------------------------------------------------------------------* * 宏定义 * *------------------------------------------------------------...
[ "545583750@qq.com" ]
545583750@qq.com
8986ebb83b35af3218b4f545520661c4fac1e948
f32c4da6bb09db5c51572c3f6d852efade47b6ec
/pthread/cond.c
7ad0e35d3c270a1605d165694415e81cc443d211
[]
no_license
darshan-ghumare/practice_programs
9a62fb56dbf3213fccf7fe87d717ed032bb8a11e
d8574edc5525d65d1de9727403bb15ae7563349e
refs/heads/master
2021-01-10T12:49:37.778017
2020-05-15T13:02:07
2020-05-15T13:02:07
44,002,792
0
0
null
null
null
null
UTF-8
C
false
false
1,173
c
#include <pthread.h> #include <stdio.h> #include <unistd.h> pthread_mutex_t cond_mutex = PTHREAD_MUTEX_INITIALIZER; pthread_cond_t cond = PTHREAD_COND_INITIALIZER; void* thread_function (void* arg) { while (1) { pthread_mutex_lock(&cond_mutex); fprintf (stderr, "thread(%lu) waiting.\n", *(unsigned lo...
[ "darshan.ghumare@nutanix.com" ]
darshan.ghumare@nutanix.com
01deec41c6748075b66d9019579e830698cef84c
350c25d9359fd3bb1d2d70497ccdb6eaee5575fd
/include/lockfree_fifo_buffer.h
96736d11a8b1ad75d32a482cf6723f57f8e2e490
[ "MIT" ]
permissive
SSW-SCIENTIFIC/lockfree-fifo-buffer
c4eaea879f96ac2b1a022f63f314db7182401d57
ad4481e27aa31d5eaac50d9a03c1c9215c210725
refs/heads/main
2023-07-08T22:46:47.174426
2021-08-12T19:17:45
2021-08-12T19:17:45
301,245,567
0
0
null
null
null
null
UTF-8
C
false
false
472
h
#ifndef LOCKFREE_FIFO_BUFFER_H #define LOCKFREE_FIFO_BUFFER_H #include "fifo_buffer.h" struct lockfree_fifo_buffer; bool lockfree_fifo_buffer_initialize(struct lockfree_fifo_buffer *self, size_t element_size, size_t count); struct lockfree_fifo_buffer *lockfree_fifo_buffer_new(size_t element_size, size_t count); voi...
[ "S-sword@s-sword.net" ]
S-sword@s-sword.net
70d8e42265d34af06ac647cdc8a90bf33d86be0a
27b57f2105538c44960098284ec3e4ef39329bb7
/Source/Common/Skin/ABBundleManagerKeys.h
5127a3f6ad14784e4f9649288285c69affc150b9
[ "BSD-3-Clause" ]
permissive
chriscampbell/AlienBlue
8623ba0a8ecc15fcc93eb231ff4591dce0c3bcfd
cc37f574c244ec2b49ad780a7edb100f0df0e400
refs/heads/main
2023-09-04T03:01:26.036608
2021-10-04T19:22:31
2021-10-14T20:04:48
null
0
0
null
null
null
null
UTF-8
C
false
false
2,477
h
#ifndef AlienBlue_ABBundleManagerKeys_h #define AlienBlue_ABBundleManagerKeys_h #define kBundleFontRegular @"kBundleFontRegular" #define kBundleFontBold @"kBundleFontBold" #define kBundleFontNavigationTitle @"kBundleFontNavigationTitle" #define kBundleFontClassicNavigationTitle @"kBundleFontClassicNavigationTitle" #d...
[ "matt.robinson@reddit.com" ]
matt.robinson@reddit.com
55334ac552eb92227c19d8ef9fdd728ce44c9c40
90240fe77c0819a3cb1e5d271f7b32aff511b5e5
/smartjni/jni/LogUtil.h
21aebe2fc63c2e7490a71caa1b0b12da94316bd6
[]
no_license
androlua/smart-jni
1ee2a9a468aa1c31da58384a7fa823700846720a
7af578d1011ac389e29c600b8df8dc1713357e14
refs/heads/master
2020-03-10T20:29:38.425147
2012-12-25T14:38:16
2012-12-25T14:38:16
null
0
0
null
null
null
null
UTF-8
C
false
false
338
h
/* * LogUtil.h * * Created on: 2012-12-16 * Author: Administrator */ #ifndef LOGUTIL_H_ #define LOGUTIL_H_ #include <android/log.h> #define SHOW_LOG 1 #ifdef SHOW_LOG #define Log_i(TAG, x...) __android_log_print(ANDROID_LOG_INFO, TAG, x) #else #define Log_i #endif #endif ...
[ "L173864930@gmail.com" ]
L173864930@gmail.com
4b8b171a769fc394a281acd5be960431914db633
6d259a190c1bacda4cda3f044500704fc49ed55c
/software/examples/TrustZone_Bringup/Secure/firmware/src/config/Trustify/interrupts.c
8810b86e9188f093443024dcca7e82ed8ad1f95a
[]
no_license
aaronjanse/trustify
5a0b9bcad4d9bbf77f9ecac2fd64692f296ecbbf
29df3f10f8c79d5f37fda39e2e5a821811b9bc07
refs/heads/master
2022-10-16T10:26:54.435318
2020-06-09T23:45:48
2020-06-09T23:45:48
null
0
0
null
null
null
null
UTF-8
C
false
false
10,322
c
/******************************************************************************* System Interrupts File Company: Microchip Technology Inc. File Name: interrupt.c Summary: Interrupt vectors mapping Description: This file maps all the interrupt vectors to their corresponding implementatio...
[ "hainguyen.eeit@gmail.com" ]
hainguyen.eeit@gmail.com
422ebe265cdc60da4d2b00069249a39447914972
61e9fc4915b1471c38ec7decd0270e6e077c0803
/hw2/solution/hw2-1.c
42623038a2fec298bc8a0a303a1ff8426127b76c
[]
no_license
Nyovelt/CS100-ShanghaiTech
b337f1e9bc408248f33aa1005de93c4d9a9637dc
644f9218b48283c7f86902fd2cfa8bee0159c23e
refs/heads/master
2020-12-09T17:46:41.822192
2020-01-10T14:11:40
2020-01-10T14:11:40
233,374,240
5
1
null
2020-01-12T10:25:42
2020-01-12T10:25:41
null
UTF-8
C
false
false
1,168
c
#include <stdio.h> #include <stdlib.h> #define INIT_SIZE 5 struct vector { float* data; int size; int max_size; }; void vector_init(struct vector* v) { v->data = (float*)malloc(INIT_SIZE * sizeof(float)); v->size = 0; v->max_size = INIT_SIZE; } void vector_push(struct vector* v, float valu...
[ "wuty@shanghaitech.edu.cn" ]
wuty@shanghaitech.edu.cn
f39b222a0814a9f36148fe1a3bb1eb8aeac93b6d
c1dc3339e278bee076bd9d2abc1096511433a216
/ft_substr.c
69e73ba4845e9408bbd0a64fce60a8a249acd472
[]
no_license
Kaaaazooo/libft
8470f2dd38ccb427a91a64762e58a05c32d7a81c
94b064b2aebcfc41c889fe854dfa03931ef7fa21
refs/heads/master
2020-08-10T00:35:02.203835
2019-10-19T16:54:17
2019-10-19T16:54:17
214,211,406
0
0
null
null
null
null
UTF-8
C
false
false
1,244
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_substr.c :+: :+: :+: ...
[ "sabrugie@e-r8-p8.s19.be" ]
sabrugie@e-r8-p8.s19.be
2dbf6db18011197d6df9e02f52bb35ee528b36a0
f20581d8186ab4dad446f0adb8b17d5154e83d90
/src/example/bouncy_sphere/bouncy_sphere.h
70d296e14e49b5eb59a6e049c4163756f527d188
[ "MIT" ]
permissive
psettle/particles
7981f117c02b427807b3de5212c778b0ef9736a5
eae4b515781a2f8aca0dc5c3ba02d103f0fd86c3
refs/heads/master
2021-01-16T23:21:53.836873
2018-03-30T21:06:11
2018-03-30T21:06:11
95,739,268
0
0
null
null
null
null
UTF-8
C
false
false
746
h
/** * @file bouncy_sphere.h * * @brief Test app that creates a illuminated sphere * and simulates it bouncing. */ #ifndef BOUNCY_SPHERE_H #define BOUNCY_SPHERE_H /********************************************************************** GENERAL INCLUDES ****************************...
[ "patricksettle@hotmail.com" ]
patricksettle@hotmail.com
e1926b066ad39b5728c6b8de1daaa50c9fa1fce0
79ec5bec8d68018aea76cda27a431f6dad87bcc4
/src/esp-at-lib/esp_at_lib/src/esp/esp_dns.c
e5868d2799cc85a3f3c054a83b0c7e75e1c9996c
[ "MIT" ]
permissive
WangYaoLD/esp_at_net
157fbc83d332922f77bf245b2c1381c42d1b1d21
c715a1429d490466410e2c182d1b66bf57d076aa
refs/heads/master
2023-05-14T19:29:00.895845
2021-06-05T13:31:51
2021-06-05T13:31:51
null
0
0
null
null
null
null
UTF-8
C
false
false
5,450
c
/** * \file esp_dns.c * \brief DNS API */ /* * Copyright (c) 2020 Tilen MAJERLE * * 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...
[ "jiaojinxing@acoinfo.com" ]
jiaojinxing@acoinfo.com
9afdb9d097c7dd4023b405b872201dc3b6983840
0365db07f7469678afaf922542176a3b73357736
/device/usb_screen_device.h
e802e19a71d848945087574263c0bc8a5d31775a
[ "MIT" ]
permissive
zk1132/stm32f429idiscovery-usb-screen
9b26f6578d99f96ffb350bf7d283ef394996fbae
777603e3e0d752bc0eea0764eeb72e21c3ba6e9a
refs/heads/master
2021-01-12T04:34:22.498160
2016-10-02T23:18:02
2016-10-02T23:18:02
null
0
0
null
null
null
null
UTF-8
C
false
false
2,910
h
// It works in USB FS or USB HS in FS mode. // // By default, library works in USB FS mode (for STM32F4-Discovery board). // If you want to use this on STM32F429-Discovery board, you have to activate USB HS in FS mode. // Activate this with lines below in your defines.h file: // // //Activate USB HS in FS mode ...
[ "rogerdahl@dahlsys.com" ]
rogerdahl@dahlsys.com
4e30a7ccaa8c7f10856c72e853a5dd00bf080e86
e076e26a1b0fb470035cdf32b8d6647601ca774c
/hardware/arm/efm32/system/SiliconLabs/EFM32G/Include/efm32g230f64.h
90db6e888dbc75666eb4d6e7e29ab1803d86ff60
[]
no_license
Bucknalla/efm32-arduino-core
b09d21fb9247e9bc0eadeba386dff21ccee5e837
327f05863b2c632cbf3de381ebe223f2bf14b08b
refs/heads/master
2020-06-19T03:19:29.623166
2019-09-30T12:25:21
2019-09-30T12:25:21
196,545,197
5
0
null
null
null
null
UTF-8
C
false
false
297,778
h
/**************************************************************************//** * @file efm32g230f64.h * @brief CMSIS Cortex-M3 Peripheral Access Layer Header File * for EFM EFM32G230F64 * @version 5.1.2 ****************************************************************************** * @section License * <b...
[ "huaweiwx@sina.com" ]
huaweiwx@sina.com
ede8fd4ab91738533b4a43f04160a25ec498f7ff
ebed2bb5b756798e6739eabbdc9f4ded248b824f
/app/xpr/xpr.c
9acb77886ff6b59121c57d1f87c8fc9a7efa2e76
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-other-permissive", "X11" ]
permissive
ajacoutot/xenocara
cf5a1830d9f7c1f310f42f7a76f46ce334ef1596
65b0865690ef8e8e43ffd2cda89c442c9eb5f5b7
refs/heads/master
2022-04-27T06:41:19.398040
2022-03-23T06:31:26
2022-03-23T06:31:26
72,623,696
0
0
null
2016-11-02T09:22:35
2016-11-02T09:22:34
null
UTF-8
C
false
false
52,670
c
/* Copyright (c) 1985 X Consortium Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, ...
[ "matthieu@openbsd.org" ]
matthieu@openbsd.org
18ccde60ae0e424ffff5e75cde83aafe009e7754
2099a2b0f63f250e09f7cd7350ca45d212e2d364
/DUC-Dataset/Summary_p100/D065.AP880817-0040.html.H
69b7a3b6de05036b44e4bb6b9a98f68a20b1b599
[]
no_license
Angela7126/SLNSumEval
3548301645264f9656b67dc807aec93b636778ef
b9e7157a735555861d2baf6c182e807e732a9dd6
refs/heads/master
2023-04-20T06:41:01.728968
2021-05-12T03:40:11
2021-05-12T03:40:11
366,429,744
3
0
null
null
null
null
UTF-8
C
false
false
1,037
h
<html> <head> <meta content="SENT_NUM: 9, WORD_NUM: 101"/> </head> <body bgcolor="white"> <a href="#1" id="1"> Indiana Republican Senator Dan Quayle, 41, was chosen by George Bush to be his presidential running mate. </a> <a href="#2" id="2"> Quayle, from Huntington, Indiana, </a> <a href="#3" id="...
[ "angela7126@126.com" ]
angela7126@126.com
06f526e470a432f5948f84e1f990c8b21e79220f
47c59072e368cbac249759871a289d5ac9abdc54
/MD5チェックツール/charenc.h
489f5841f98c6050a4ecf8302024010040f97cc3
[]
no_license
kasachan/MD5-CheckTool
110da7398e450b309c569e6c62d82ce846c7b4dd
a5ff5c25f06cd1290360066aef4f5cff987fae29
refs/heads/master
2020-05-17T00:48:31.264579
2015-07-23T02:10:54
2015-07-23T02:10:54
39,419,073
0
0
null
null
null
null
UTF-8
C
false
false
620
h
#pragma once #if _MSC_VER >= 1400 #define _CRT_SECURE_NO_DEPRECATE #ifndef _NODLL #define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES 1 #define _CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT 0 #endif #endif #if _MSC_VER >= 1500 #define _BIND_TO_CURRENT_VCLIBS_VERSION 1 #endif #ifndef __CHARENC_H__ #define __CHARENCD_H__ ...
[ "kasa98j_mail@yahoo.co.jp" ]
kasa98j_mail@yahoo.co.jp
88029ca11cf26e65be92996685ef463e8fd05af2
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/staging/comedi/drivers/extr_amplc_pc236_common.c_pc236_intr_update.c
dae04d4d50bcc8676bdb044009cb2a1ba845379b
[]
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,269
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
b4bd07c5a8a05d4ea232543fc6b91a3ab7330b12
92d792274bc0d7958eca9f8f1653b742ea80546a
/ChooseYourOwnAdventure/headers/Vector2.h
3663be162bfdd9ddf35754f3d5f97580c5b50e2e
[]
no_license
pchheu/ChooseYourOwnAdventure
5439bff173348cb9a7d40a54751acb07bced3f05
28227be5dc9e3e46ec067f1e724f713dd6717fc8
refs/heads/master
2021-01-19T10:52:12.157231
2017-05-02T02:18:55
2017-05-02T02:18:55
82,233,132
0
0
null
null
null
null
UTF-8
C
false
false
389
h
// // Vector2.h // ChooseYourOwnAdventure // // Created by Peter Chheu on 3/21/17. // Copyright © 2017 Peter Chheu. All rights reserved. // #ifndef Vector2_h #define Vector2_h struct Vector2{ int x, y; Vector2(): x(0),y(0) {} Vector2(int x, int y) : x(x), y(y) {} Vector2 ze...
[ "pchheu@gmail.com" ]
pchheu@gmail.com
4f929a7f70f75cc1364f110b1a9a4b34c8bec9b7
5c255f911786e984286b1f7a4e6091a68419d049
/code/0b90e521-43f9-4921-afdf-38477d67636e.c
959a020dd441132e9293b208c812746a694b8eed
[]
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
253
c
#include <stdio.h> int main() { int i=0; int j=04; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = i/j; l = l-j; l = i%j; l = l-j; k = k-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
79c2525ea30885769d6eaa5ce59128737fe4da81
e1901f418d30ad29e12e4c062117e669963f431f
/svcomp14-DeviceDrivers64/patched/43_1a_cilled_true_ok_nondet_linux-43_1a-drivers--message--i2o--i2o_bus.ko-ldv_main0_sequence_infinite_withcheck_stateful.cil.out.c
328f44adc31a1df36db8f2dc90e233c74fc2130d
[]
no_license
julienhenry/Verif-Benchmarks
7948aea8d53456dc0f0247b14be04d2f7e36c8b1
5db79850ca0005dcccce98645383b54a272e8dd5
refs/heads/master
2020-05-27T17:59:37.166952
2014-10-20T08:05:50
2014-10-20T08:05:50
17,507,361
1
0
null
null
null
null
UTF-8
C
false
false
52,707
c
extern void __VERIFIER_error() __attribute__ ((__noreturn__)); /* Generated by CIL v. 1.3.7 */ /* print_CIL_Input is true */ typedef unsigned char __u8; typedef unsigned short __u16; typedef unsigned int __u32; typedef unsigned long long __u64; typedef unsigned char u8; typedef short s16; typedef unsigned short u16; t...
[ "Julien.Henry@imag.fr" ]
Julien.Henry@imag.fr
8fc4e12aeb356c33cd9f857741cd3c52c7da3925
5555fb2fc0a8ba78d1566855e43967a46c8590ed
/Structs/EControllerSetting.h
efd7166f8314a11cc395da7b31f16dd4a3e321ad
[]
no_license
pointydev/SteamTracking
b65b69fecea9317620edf02d8d77703789321191
83b9e450ed114e56f298e6646aefae0d2cdd9417
refs/heads/master
2023-02-16T17:28:36.210700
2021-01-14T03:05:49
2021-01-14T03:05:49
329,803,643
0
0
null
2021-01-15T03:57:34
2021-01-15T03:57:34
null
UTF-8
C
false
false
7,560
h
typedef enum EControllerSetting { k_EControllerSettingLeft_trackpad_mode, // left_trackpad_mode k_EControllerSettingRight_trackpad_mode, // right_trackpad_mode k_EControllerSettingTrackpad_trigger_data, // trackpad_trigger_data k_EControllerSettingHaptic_intensity, // haptic_intensity k_EControllerS...
[ "freeman@steamdb.info" ]
freeman@steamdb.info
84a1598395935fc76820dbad98392670290da016
d3bd53cd6470811c78ca5a88c95207a16fff599a
/BloquesSecuenciales/Cronometro/Cuenta0a9/isim/tes0_isim_beh.exe.sim/work/a_2350598943_3212880686.c
fd2825e623e1209708655f70fb8721a85a693e6d
[]
no_license
ceroma1/VHDL-Basico-Nexys3
4c2358bcf5711431bbe39b957675854710a12b3d
69acb3adb8c67220c64d676db5319def083ea731
refs/heads/master
2023-09-04T06:12:37.856153
2023-08-29T09:36:35
2023-08-29T09:36:35
229,553,537
1
1
null
null
null
null
UTF-8
C
false
false
5,519
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "Ceroma175@gmail.com" ]
Ceroma175@gmail.com
32c5fbeb91475bff8c00bbaa4650f626b8b89900
745fedaab42ce53b3bdb751cf3351ab46678c0d7
/test/body.c
6dad21deac6d22adf3f64a23038cbd6e83138aa8
[ "MIT" ]
permissive
hitoshi44/case
8b5464acf5c4740c2fa3865ec80fd6835fb1d626
4473371904b8e981256d2ab2623ee9e9d2989a9e
refs/heads/main
2023-09-01T18:22:30.532112
2021-10-27T08:32:40
2021-10-27T08:32:40
410,438,493
0
0
null
null
null
null
UTF-8
C
false
false
2,311
c
#include "unity/unity.h" #include "../src/body.h" #include <stdlib.h> #include <string.h> void setUp(){} void tearDown(){} void test_CreateBody(void); void test_Standard_Set_Get_Body(void); void test_Exceed_Size_Set_Body(void); int main(void) { UNITY_BEGIN(); RUN_TEST(test_CreateBody); RUN_TEST(test_Standard...
[ "hrmhts0404@gmail.com" ]
hrmhts0404@gmail.com
3707235196878aabec9a4181fd919234ac009ade
23b90176f21712bb4fe33c0026365f3103cd3123
/routeFinding/src/main/resources/calculador_energia/main.c
4dcaff37f890e219605eef1d4b588518d83096e0
[]
no_license
rmarinh/routeFinding
3a73a052a98c03f4ddb00fdb9bee18dc4f3fd45e
f111434e736ac7e394c27cc5016f42d1e48a1a37
refs/heads/main
2023-07-24T13:56:56.346829
2021-08-26T01:43:36
2021-08-26T01:43:36
400,006,048
0
0
null
null
null
null
UTF-8
C
false
false
2,203
c
#include <stdio.h> #include <stdlib.h> #include "estimate.h" #include <dirent.h> #include <time.h> #include <unistd.h> #include <string.h> int main() { int tempo = 0; int sleepTime = 15; int ciclos = 45; while (tempo < ciclos) { printf("\nSearching for lock file.\n"); sleep(1); printf...
[ "1171602@isep.ipp.pt" ]
1171602@isep.ipp.pt
f21225addaf8eb9e377a56d0dc960fda2d24e00b
e00d2627cc6031f99108580a0c7abc2174ff28a8
/meshgen/srcMPI/smoothOperations.c
9b81caab4aed85b23d8202725eb2a1f812144fdb
[]
no_license
bratmg/Hamiltonian-Strand
10dae7ea2307489ec6b3544ce46ba1bdb83417ce
31d4234fcaa61b8b123e2e4b3c3d89045de949e7
refs/heads/master
2020-05-21T01:02:08.821808
2015-07-09T12:53:03
2015-07-09T12:53:03
26,874,474
1
0
null
null
null
null
UTF-8
C
false
false
14,958
c
// ################################################################## // // smoothOperations.c // // Associated smoothing operations // ################################################################## #include <stdio.h> #include <stdlib.h> #include <math.h> #include <string.h> #include "smoothOperations.h" #include...
[ "bharath@umd.edu" ]
bharath@umd.edu
a5b5d72a4b8167f8bb6cc20d18c3790f34165251
0c846407b8c1356580208e2fff8c86e5e54f5b47
/original/TS-mf/SP-tcas/mutants/MR3/v30/follow/branch2/v30-f.c
864342f9ed4c7706d0ee44c90e1d175bc4af5320
[]
no_license
ymxl85/MRs-based-test-suite-for-APR
3522691bab1b8f126ed47ee930895e7b98a222a3
b6c6e7e027629fef00e737726161970760a2d560
refs/heads/master
2020-11-29T22:26:05.610363
2020-04-27T02:59:34
2020-04-27T02:59:34
230,019,140
0
0
null
null
null
null
UTF-8
C
false
false
12,898
c
/* -*- Last-Edit: Fri Jan 29 11:13:27 1993 by Tarak S. Goradia; -*- */ /* $Log: tcas.c,v $ * Revision 1.2 1993/03/12 19:29:50 foster * Correct logic bug which didn't allow output of 2 - hf * Vu: no global variables -- much faster */ #include <stdio.h> int ALIM (int Cur_Vertical_Sep, int High_Confiden...
[ "jiang_my@126.com" ]
jiang_my@126.com
758e5d2d8ec582280fdb13fa9dcbc88667493cbd
eea9082a148ef6ec74036268f3a7afbf3090d3b3
/Drivers/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_cmplx_mult_f32.c
468957954b3a677073cb7799b433375feeff1393
[]
no_license
tobbad/nfc05_uart_reader_c
3f0848372fdb5462f69929166292f09c9c9d952a
170847df03d0a37b70828210615abfb336f21650
refs/heads/master
2020-03-18T04:04:50.251715
2018-05-27T16:44:26
2018-05-27T16:44:26
134,268,404
4
0
null
null
null
null
UTF-8
C
false
false
8,794
c
/* ---------------------------------------------------------------------- * Copyright (C) 2010-2014 ARM Limited. All rights reserved. * * $Date: 19. March 2015 * $Revision: V.1.4.5 * * Project: CMSIS DSP Library * Title: arm_mat_cmplx_mult_f32.c * * Description: Floating-point matrix multiplicati...
[ "badi@baerospace.ch" ]
badi@baerospace.ch
6cdabe80d156290c2f12c8464124c74ef0c52942
600df3590cce1fe49b9a96e9ca5b5242884a2a70
/third_party/mesa/src/chromium_gensrc/egl/wayland/wayland-drm/wayland-drm-protocol.c
b91e400f004d7388ec35ca21e7f271696c41ba01
[ "LGPL-2.0-or-later", "MIT", "LGPL-2.0-only", "BSD-3-Clause", "GPL-1.0-or-later", "Apache-2.0" ]
permissive
metux/chromium-suckless
efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a
72a05af97787001756bae2511b7985e61498c965
refs/heads/orig
2022-12-04T23:53:58.681218
2017-04-30T10:59:06
2017-04-30T23:35:58
89,884,931
5
3
BSD-3-Clause
2022-11-23T20:52:53
2017-05-01T00:09:08
null
UTF-8
C
false
false
2,344
c
/* * Copyright © 2008-2011 Kristian Høgsberg * Copyright © 2010-2011 Intel Corporation * * Permission to use, copy, modify, distribute, and sell this * software and its documentation for any purpose is hereby granted * without fee, provided that\n the above copyright notice appear in * all copies and that both...
[ "enrico.weigelt@gr13.net" ]
enrico.weigelt@gr13.net
c1c137894cc9b500197416e7c61729d0b5e6497e
aa92c0319df5c3e207fc30510c7d095c4a03f90c
/Exam02/0-0-ft_countdown/rendu/ft_countdown.c
95056ca27f70117d5de9191d10fcf88e5763b246
[]
no_license
Pausemana/ExamShell
1bec1d7906bd1bb0cbec5a1b977a40e51da89c19
5d59e95a8b1e187ccd15f84f4b2baabec7d50a76
refs/heads/master
2021-04-27T22:19:33.335545
2018-02-22T23:30:54
2018-02-22T23:30:54
122,416,464
14
1
null
null
null
null
UTF-8
C
false
false
1,081
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_countdown.c :+: :+: :+: ...
[ "luman@e3r13p1.42.fr" ]
luman@e3r13p1.42.fr
a96099eeba996385fa3d23af0062e9320fc2dd6c
eabdaa592b3b200279566824439e28e6d2dd4eaa
/MSP430_USB_Software/MSP430_USB_API/examples/CDC_virtualCOMport/C0_SimpleSend/system_pre_init.c
2c2c6adbea3914711b69d9c13667bf5f7d875acd
[]
no_license
TreasureSweet/MSP430
ba5d7cc8d731f27e11006f7e2382080a065dc4db
b017c8906416bdf32f3bcbac377176d58e7c437e
refs/heads/master
2020-03-20T21:21:42.181026
2018-06-18T10:40:00
2018-06-18T10:40:00
137,737,100
0
0
null
null
null
null
UTF-8
C
false
false
2,819
c
/* --COPYRIGHT--,BSD * Copyright (c) 2016, Texas Instruments Incorporated * 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 copy...
[ "1195710919@qq.com" ]
1195710919@qq.com
6a9513ebe6801ef4033ce6b707b86270487e55d8
05c4f10fb732c400118d5bc05cca34c5016febf0
/src/test_parser.c
368f488a9380d81e8af05fb9f883c0214a75bcc5
[]
no_license
banthony42/ft_ssl
f7ad065c16013c84fd553f08f5359a700630e551
1f4ad4d08a0498e46f5b60ed036707d24e202c16
refs/heads/master
2020-04-21T17:11:07.976936
2019-10-31T16:26:16
2019-10-31T16:26:16
169,727,766
0
0
null
2019-09-13T10:30:58
2019-02-08T11:52:44
C
UTF-8
C
false
false
2,436
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* test_parser.c :+: :+: :+: ...
[ "banthony@student.42.fr" ]
banthony@student.42.fr
9f14b900b461b4f8f520c1520bec765b19623dfb
8c9253854eecb18b5b33265095fafc061bfc3c76
/data.c
83ff8d9f38ed8e4cdd0d6a3a5e50e770244ed217
[]
no_license
loliverhennigh/Large_Spring_Mass_Simulation
4a27e70334ed4c1c1e1f8b473569d71d521819c6
ea8b257cdbf4d7fa8d3c12194460c26abf9f3407
refs/heads/master
2021-01-16T21:21:16.343482
2015-01-20T03:26:49
2015-01-20T03:26:49
29,105,820
0
0
null
null
null
null
UTF-8
C
false
false
2,733
c
#include "lsms.h" #include <malloc.h> #include <math.h> lsms * lsms_create(int num_particles, int num_springs) { int i = 0; lsms * l = (lsms *)malloc(sizeof(lsms)); l->p = (particle **)malloc(sizeof(particle *) * num_particles); l->s = (spring **)malloc(sizeof(spring *) * num_springs); for(i = 0; i < num_particl...
[ "loliverhennigh101@gmail.com" ]
loliverhennigh101@gmail.com
ed6dd105fc02145cb7dfa85c9c0ae99d08711c02
79d58b397e45159db275d019f465a60f155ba3de
/src/fight.c
925276c90d25677c45919a499f16287b9ea8dc21
[]
no_license
germaniaveli4ia/Filler
481d75a28cf407275222253052b81915ac1e3ecb
39deac5c31f0d14bcd3a6ec036d853785373e523
refs/heads/main
2023-02-20T00:37:58.184524
2021-01-19T17:30:58
2021-01-19T17:30:58
331,053,375
0
0
null
null
null
null
UTF-8
C
false
false
2,767
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* fight.c :+: :+: :+: ...
[ "alkapolly@MacBook-Pro-POLINA.local" ]
alkapolly@MacBook-Pro-POLINA.local
82ab31d4eecc95e7175a0160a859ad27c5b796d8
1d87bb8c13c72ab49048d326b6ec2ab5ac74fa99
/peaberry.cydsn/peaberry.h
e22b0d30b4cd8cc35b2e61f76c73087f9a89dd09
[ "Apache-2.0" ]
permissive
raccoonnyc/peaberry
fc12eb0b4a2894e02b6b3d763a3da6fe49b84da7
8f5a55e94004a5fb6b88ba6e7e330372ce08e575
refs/heads/master
2020-12-25T09:17:45.571627
2013-07-27T19:23:19
2013-07-27T19:23:19
null
0
0
null
null
null
null
UTF-8
C
false
false
2,482
h
// Copyright 2013 David Turnbull AE9RB // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law...
[ "dturnbull@gmail.com" ]
dturnbull@gmail.com
ed61869c97976f0c7ebc8653fa496cd595bb40da
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE506_Embedded_Malicious_Code/CWE506_Embedded_Malicious_Code__w32_email_05.c
6c10db73b71633159dbb244eed2f31cb670dabc9
[]
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
5,955
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE506_Embedded_Malicious_Code__w32_email_05.c Label Definition File: CWE506_Embedded_Malicious_Code__w32.badonly.label.xml Template File: point-flaw-badonly-05.tmpl.c */ /* * @description * CWE: 506 Embedded Malicious Code * Sinks: email * BadSink : Send an...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
ae70652bcd179ae85ae7c58bc743f8c2b75fb423
90928502f8a4d9f4b941d2175622fc59edc0270c
/fastVisual - EE403/fastVisual - EE403/SRC/eGFX/Fonts/FONT_3_5_8BPP.c
8694e0e6b7a9a60c24af164226590905c68ae38a
[]
no_license
alexsanch17/fastVisual---EE403
7c50a43adb0ebd1f8caca86400eebfecd5aa9148
9a3afe1503a2f3e7ce013f0e0d29070001398749
refs/heads/master
2021-01-20T09:45:56.347618
2017-05-04T16:53:58
2017-05-04T16:53:58
90,284,150
2
0
null
null
null
null
UTF-8
C
false
false
57,214
c
#include "stdint.h" #include "eGFX.h" #include "FONT_3_5_8BPP.h" ////*************************************************************************** //// FONT_3_5_8BPP_FontElement_space ////*************************************************************************** const uint8_t FONT_3_5_8BP...
[ "alexsanch17@gmail.com" ]
alexsanch17@gmail.com
58e8e0dc2e057d0cdfc8a62d48ebcc6a1fc43e4a
59e57f635692012b75dae30c2d11e3f0a07e8d82
/sentences/xlv4c.c
dd8299840cb2c1d114e612c96d4e86021c257447
[]
no_license
SociallyCompute/SWE-F16
6d74bff78805851a5a56b2a540fd990b65eab4b5
7f01a5c83c8e467b49ce3631829b6748e9197eb7
refs/heads/master
2020-04-17T13:08:40.921062
2016-11-18T16:20:40
2016-11-18T16:20:40
66,364,301
3
22
null
2023-01-04T17:51:19
2016-08-23T12:20:09
C
UTF-8
C
false
false
382
c
#include <stdio.h> int xlv4cSentence1(){ printf("Reports of horned cats are usually associated with legends of demon cats and not taken very seriously by cryptozoologists or any other scientists.\n"); return 1; } int xlv4cSentence2(){ printf("One exception is the horned cat that is supposed to be native ...
[ "Maggie@mwc-056217.dhcp.missouri.edu" ]
Maggie@mwc-056217.dhcp.missouri.edu
a93fff766c7a09c680ec49bc962a011fa4d7a070
6f6283420d8b8e340557bef7c6884af20e75a069
/Example/Pods/Headers/Public/React/React/RCTNullability.h
b8095f2a7deb535801e0d6b49bc0d5b431f3425a
[]
no_license
lengqingfeng/chameleon-sdk-ios
11d2c2d78a3262805d8c48c14357bbafc8eba07a
ba43d78436411880ebd76f4cb1efe298f9a19cde
refs/heads/master
2020-05-16T22:29:04.603995
2019-04-25T03:00:43
2019-04-25T03:00:43
183,337,810
0
0
null
2019-04-25T02:05:23
2019-04-25T02:05:23
null
UTF-8
C
false
false
93
h
../../../../../../Chamleon/react_native/node_modules/react-native/React/Base/RCTNullability.h
[ "ChameleonCore@didiglobal.com" ]
ChameleonCore@didiglobal.com
75d45c979ee0f360e9a26ef9e0dee2adde683cde
6847722d0479548b4069fba18c00358e3ad14676
/WCCI/src/it/unimi/dsi/fastutil/objects/Object2ReferenceLinkedOpenCustomHashMap.c
9e1704998e3dda741d596ca38ba2dfc5e7d4474d
[]
no_license
sfbaqai/racingcar
90de325ac107f86f7ae862b77e3d132adf721814
3b72cfb5b8b49c6683358469cdd52ec073c9b156
refs/heads/master
2021-01-10T04:15:03.318224
2011-10-12T10:07:07
2011-10-12T10:07:07
48,247,283
0
0
null
null
null
null
UTF-8
C
false
false
11,965
c
/* Generic definitions */ #define Linked #define Custom #define PACKAGE it.unimi.dsi.fastutil.objects #define VALUE_PACKAGE it.unimi.dsi.fastutil.objects /* Assertions (useful to generate conditional code) */ #unassert keyclass #assert keyclass(Object) #unassert keys #assert keys(reference) #unassert valueclass #asser...
[ "ducthangho@dc7059a3-8d4d-0410-a780-f9787e1663d2" ]
ducthangho@dc7059a3-8d4d-0410-a780-f9787e1663d2
85a7a140cd2767157dffa8ce68c696062177ce88
d7e7f68a63ab597f1264a0d6025b85f315a77baa
/loadobj.h
3b4308d411d8cdb139ab8940c01b17fe186bd14b
[]
no_license
okriof/ground
69ed22ecac8b7347af713d6db5220a2eb172e8d1
d3c4fd1ea7b81d3863f014311c528bbf3c75470e
refs/heads/master
2021-01-12T16:28:21.231056
2016-09-25T12:31:25
2016-09-25T12:31:25
69,156,074
0
0
null
null
null
null
UTF-8
C
false
false
107
h
#ifndef loadobj_h #define loadobj_h #include "helpers.h" Model* loadOBJModel(const char* name); #endif
[ "okriof@gmail.com" ]
okriof@gmail.com
1b633a47eb0580dcd60d4b135ea562e668b475d7
2c55c7fa7682e5e8a72c38b5006bb2d46ade9402
/headers/settings.h
a5fe812303e7ef3f0860ba6136deaaa108851732
[ "MIT", "Zlib" ]
permissive
indjev99/Particle-Structures
46fe81caad8d085cc5bde0cda004f56f9499ffe9
38ef87e3e6190e1da6468e6631afd2e88a16a93a
refs/heads/master
2021-06-28T12:33:52.268403
2021-02-20T01:15:31
2021-02-20T01:15:31
219,242,064
0
0
null
null
null
null
UTF-8
C
false
false
968
h
#ifndef SETTINGS_H_INCLUDED #define SETTINGS_H_INCLUDED #include "color.h" struct Settings { static Color backColor; // not physical static int timeResolution; // 1 / s static bool enableDecay; // not physical int seed; // not physical int numParticles; // not physical int numTypes; // not p...
[ "emil.indjev@gmail.com" ]
emil.indjev@gmail.com
b2601630578a2d1946beb383b2c490d7085b6318
b098016c0a13f366f80e1a0b8d51026b4d422576
/QCA4020_SDK/QCA4020_SDK/target/quartz/serializer/genedit_files/host/qapi_zb_cl_host_cb.c
5e6275287550a5462470c53bdb9424b4964cc1fc
[ "BSD-3-Clause", "LicenseRef-scancode-free-unknown", "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-warranty-disclaimer", "GPL-1.0-or-later", "MIT", "LicenseRef-scancode-public-domain-disclaimer", "LicenseRef-scancode-unknown-license-reference", "HPND", "GPL-2.0-only", "Apache-2....
permissive
r8d8/lastlock
26a939556538d7ea84dc22f3c656caaa50429f70
78c02e5fbb129b1bc4147bd55eec2882267d7e87
refs/heads/master
2020-04-08T08:53:33.033910
2019-09-07T20:44:32
2019-09-07T20:44:32
159,198,095
1
0
Apache-2.0
2019-11-05T23:49:21
2018-11-26T16:18:05
C
UTF-8
C
false
false
4,244
c
/* * Copyright (c) 2018 Qualcomm Technologies, Inc. * All Rights Reserved. */ // Copyright (c) 2018 Qualcomm Technologies, Inc. // 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 t...
[ "ckryvomaz@gmail.com" ]
ckryvomaz@gmail.com
c2c50828a208c0e7056999167d7c48e3fe30d9b4
8f8774a0dfd07fb978b41b33c12aba5ab819dbc5
/cp10/ex00/srcs/ft_strlen.c
9335a31a0fd26a90e02de234b2a5b4134c67552e
[]
no_license
Reda-con/piscine_c_42
83a1cf56160c2e5c35849de10cd02e5fa4b6afec
96bb7750c841cef2ff9d40026f883f264b62f76a
refs/heads/master
2020-03-27T03:02:59.144639
2018-08-23T11:33:12
2018-08-23T11:33:12
145,835,802
0
0
null
null
null
null
UTF-8
C
false
false
975
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strlen.c :+: :+: :+: ...
[ "reda-con@e1r11p10.42.fr" ]
reda-con@e1r11p10.42.fr
242067d8d72a6877d0b433bb070a95e7e82561ac
586a9457f90b35aaf2094d5398aa79446469dc09
/heaterPID/LCD_I2C_PCF8574.c
25a2e65f23ca4333afd8b80277acef3c3eff659f
[]
no_license
PICdew/PIC16F-HeaterControl
f723bbfc57920f4e5aaa0cc15a96ec6aab8ed748
740fd9ba8a87f9507f360a09b4477bf32e12f466
refs/heads/master
2020-04-14T18:56:51.043869
2017-11-29T17:41:33
2017-11-29T17:41:33
null
0
0
null
null
null
null
UTF-8
C
false
false
16,778
c
#include <xc.h> #include "LCD_I2C_PCF8574.h" #include "I2C_UTILS.h" #include <pic.h> #include "mcc_generated_files/mcc.h" #define LCD_CLEAR_DISPLAY 0x01 // Mode : Clears display #define LCD_RETURN_HOME 0x02 // Mode : Returns cursor to home posn. // Entry Mode Set #define LCD_ENTRY_MODE_S...
[ "2435575291@qq.com" ]
2435575291@qq.com
7b71fae50569931cf2da73afe67d479f07d72f56
389ff781863fc05f250a5d433440eed6a5f30fec
/ipc/unpv22e/lib/wrappthread.c
157ff34442ed2957bfdf9472dfec7e5017f10cb2
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
TangGee/unix
3d3e8ae480be83acaa07a43dab0151c6cb446985
797e74824c928c8f1b50d905b989e8a867234fff
refs/heads/master
2021-05-28T07:49:56.661556
2014-12-23T15:20:36
2014-12-23T15:20:36
null
0
0
null
null
null
null
UTF-8
C
false
false
5,447
c
/* * pthreads wrapper functions. */ #include "unpipc.h" void Pthread_attr_init(pthread_attr_t *attr) { int n; if ( (n = pthread_attr_init(attr)) == 0) return; errno = n; err_sys("pthread_attr_init error"); } void Pthread_attr_destroy(pthread_attr_t *attr) { int n; if ( (n = pthread_attr_destroy(attr)) ...
[ "806355705@qq.com" ]
806355705@qq.com
8ac0a40f93d1a969df6ec34e52deaf47f77e360a
d6eac61fe6fb6473b80b8fc6db9b094a6fe8cbb6
/f77src/ecosys_core/splits.c
7660a679fd8c65292c58f0bff63c5e3e03c79b95
[ "BSD-3-Clause" ]
permissive
jinyun1tang/ECOSYS
1c3a06d6581261faf5d2ff36b38dcd624204ab4c
0038610916bad2a2c756e19dc29fa60f7adef873
refs/heads/master
2023-04-01T12:47:07.022653
2023-03-30T16:12:14
2023-03-30T16:12:14
144,186,189
37
37
BSD-3-Clause
2023-03-11T19:41:50
2018-08-09T17:53:57
Fortran
UTF-8
C
false
false
2,902
c
#include<stdio.h> #include<string.h> #include<stdlib.h> #define nmax 2048 void splits_(const int *NHW,const int *NHE,const int *NVN,const int *NVS, const char *outdir, const char *infile, int *failure) { char srcl[256],head[nmax],buf[nmax],*lines,*prefix,*ptr; char src[17]; char *outdirl; FILE *fin,...
[ "jinyuntang@lbl.gov" ]
jinyuntang@lbl.gov
d78433313fb172a9e6416a25aec708dd99167c98
c610c00e562325fc00265722fb82ab0139bf9c2a
/Modulo_Motores/Modulo_Motores_V11/Src/main.c
e6f7c5f3ed5673b084b9d95f7573a0f39462875a
[]
no_license
adams755/OREMUS
592075a1fe7991a508b79caba33f513625a568e8
2535621c648f776f0260c2ccaef5cf8c5887289f
refs/heads/master
2021-05-23T00:08:19.503889
2020-04-07T05:25:48
2020-04-07T05:25:48
253,149,406
0
0
null
2020-04-05T18:16:01
2020-04-05T03:40:54
null
UTF-8
C
false
false
15,530
c
/* .d88888b. 8888888b. 8888888888 888b d888 888 888 .d8888b. d88P" "Y88b 888 Y88b 888 8888b d8888 888 888 d88P Y88b 888 888 888 888 888 88888b.d88888 888 888 Y88b. 888 888 888 d88P 8888888 888Y88888P888 888 888 "Y888b. 888 888 8888888P" 888 8...
[ "adams755@hotmail.com" ]
adams755@hotmail.com
e51d9220d8d9a46d4ed94f0b4b7a236d8813a7e7
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/masscan/src/extr_ranges6.c_range6list_pick.c
077585c5677b8b576bae37bf48a5343dbdc67334
[]
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,582
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
fa66e84e50799023e1b77473df1a6fce19103bb5
e44283331c214e69f049d3d23b6350dbf2abbf32
/All ACM Codes/important topics/link list 1.c
22b5b85e5405766fd349b708360538ed24d0a8c9
[]
no_license
Abiduddin/Competitive-Programming-Codes
cd2a8730998859d751e1891b4bc9bd3a790b8416
59b51b08c6f34c1bed941c8b86490ee9a250e5a9
refs/heads/master
2020-09-09T22:54:09.708942
2019-11-14T02:31:06
2019-11-14T02:31:06
221,588,892
0
0
null
null
null
null
UTF-8
C
false
false
659
c
#include <stdlib.h> #include <stdio.h> struct node { int x; struct node *next; }; struct node *head; void insert(int a) { struct node *temp=(struct node*)malloc(sizeof(struct node)); temp->x=a; temp->next=head; head=temp; } void print(void) { struct node *temp=head; printf("List is: "...
[ "abidakash456@gmail.com" ]
abidakash456@gmail.com
9879d504974c30101661b03f5195f81a3d12a02e
7d049b46dbe2c7dfe8aba13ec6bd29aa27c3a074
/cores/arduino/libstm32l4/uart_emul.h
49d686164a9d8d6c90ab39164b65d09427d07a92
[]
no_license
fpistm/Arduino_Core_STM32L4
6af1b768c763b3c72f1c1c0eb9d288326071188a
d30e65eed475fcdcafb9ce26e74be1055af860a5
refs/heads/master
2021-01-12T10:06:00.746509
2017-05-24T07:27:02
2017-05-24T07:27:02
76,359,930
0
0
null
2016-12-13T13:12:47
2016-12-13T13:12:47
null
UTF-8
C
false
false
16,115
h
/** ****************************************************************************** * @file uart_emul.h * @author WI6LABS * @version V1.0.0 * @date 25-March-2016 * @brief Adaptation from stm32f4xx_hal_uart_emul.h * Header file of UART Emulation HAL module. ******************************...
[ "roger@rogerclark.net" ]
roger@rogerclark.net
9231a4cf020cb169641efbd568afeb7e117fc09e
0c76f24ff33b8fb154eb8cd623de5f83c3939dc3
/regression/cbmc-with-incr/Memmove1/main.c
ff0cdae7c3aad9694ad42dd2471dec57c81ef053
[ "BSD-2-Clause" ]
permissive
martin-cs/cbmc
77e383481814be5560044805172309e7eb7f7b7f
b0c9814d344c493741f45bba93e1668c3727b0e3
refs/heads/master
2023-03-09T02:42:58.781240
2014-06-18T22:19:34
2016-02-23T15:42:14
55,787,607
0
4
NOASSERTION
2021-02-04T16:07:16
2016-04-08T15:03:24
C++
UTF-8
C
false
false
1,075
c
#include <string.h> #include <stdio.h> #include <assert.h> void sort_items_by_criteria( int * item, int left, int right ) { int lidx = left, ridx = (left+right)/2 + 1, lsize = (left+right)/2 - left + 1; int tmp; if ( right - left < 1 ) return; sort_items_by_criteria( item, left, (left+right)/2 ); sort_items...
[ "kroening@6afb6bc1-c8e4-404c-8f48-9ae832c5b171" ]
kroening@6afb6bc1-c8e4-404c-8f48-9ae832c5b171
6bacb6e73bd38ed1ca5a390f5c54ffe002ebb79c
d87cb7bbc5077e1c3312522eefdd49fb2dfcf418
/include/tachyon.binary/elf/types.h
668ce1eb1fa6d7da96404e960180599e3d72e95c
[]
no_license
mduft/tachyon2
d7bbe6e79b43d14bda2de7be7af4699aad83de69
8a026bc3d7c1f115d78a7df0ad57fe921f105080
refs/heads/master
2020-03-26T07:16:37.742863
2011-01-04T15:51:15
2011-01-04T15:51:15
1,191,227
1
1
null
null
null
null
UTF-8
C
false
false
410
h
/* Copyright (c) 2010 by Markus Duft <mduft@gentoo.org> * This file is part of the 'tachyon' operating system. */ #pragma once /* Those type definitions work for ELF32 and ELF64 the same! */ typedef uintptr_t Elf_Addr; typedef uintptr_t Elf_Off; typedef uint16_t Elf_Half; typedef int32_t Elf_Sword; typed...
[ "mduft@gentoo.org" ]
mduft@gentoo.org
76a6d71b7fa703b28045e68bd92ddc4489eb723a
658b20ceda4217f9d18e30bbd846db9cc47ed5cb
/mpeg_play-2.3-src/mpeg_play/parseblock.c
45c2abe7f22ed41a0bd5be9c89917b70f59c6559
[ "MIT-Modern-Variant" ]
permissive
eastwei/mpeg2
a0801addfcca409ea22c4c25af53597af717fa59
43ece7225f9bfa36fb23c1e68d5220a2fbb4c680
refs/heads/master
2020-04-12T21:56:43.221591
2018-12-22T04:14:43
2018-12-22T04:14:43
162,776,867
0
0
null
null
null
null
UTF-8
C
false
false
14,291
c
/* * parseblock.c -- * * Procedures to read in the values of a block and store them * in a place where the player can use them. * */ /* * Copyright (c) 1995 The Regents of the University of California. * All rights reserved. * * Permission to use, copy, modify, and distribute this software and its...
[ "eastwei_2000@163.com" ]
eastwei_2000@163.com
756fbd8cf0cd162ec5b364108222d3d19e7d488f
864971d7410b421706061a725ad970dfa47ba74f
/原創不分類題庫/Contents/a144/a144.c
3356e33a2e5e14e355412a79c489bedda4fb1b04
[]
no_license
Offliners/ZeroJugde-writeup
f0494d12c8de1e010e04cdd1f037ee0d370e816a
6fa9137819d62abdedd0f3dcb11b74924476226d
refs/heads/master
2021-08-03T12:21:49.833359
2021-07-21T05:04:01
2021-07-21T05:04:01
174,837,290
2
3
null
2021-01-10T06:48:21
2019-03-10T14:47:33
C
UTF-8
C
false
false
434
c
#include<stdio.h> int parts[101]; void Partition(int, int, int); int main(void) { int n; while(scanf("%d", &n) != EOF) Partition(n, n, 0); return 0; } void Partition(int limit, int now, int ptr) { if(now < 0) return; if(!now) { for(int i = 0; i < ptr; i++) printf("%d ", parts[i]); printf("...
[ "noreply@github.com" ]
Offliners.noreply@github.com
4b3e3e28127af1dae3bf2ab2ec0ea9e1e01579d1
2a35885833380c51048e54fbdc7d120fd6034f39
/Competitions/ICPC/2016/Sub-Regionals/Warm-up/C (Cachorros-quentes).c
1b16e429cde4ad23dd76c52cecfabecff23d57a5
[]
no_license
NelsonGomesNeto/Competitive-Programming
8152ab8aa6a40b311e0704b932fe37a8f770148b
4d427ae6a06453d36cbf370a7ec3d33e68fdeb1d
refs/heads/master
2022-05-24T07:06:25.540182
2022-04-07T01:35:08
2022-04-07T01:35:08
201,100,734
8
7
null
null
null
null
UTF-8
C
false
false
195
c
#include <stdio.h> int main() { double hotdogs, participants; scanf("%lf %lf", &hotdogs, &participants); double ratio = hotdogs / participants; printf("%.2lf\n", ratio); return(0); }
[ "ngomesneto@outlook.com" ]
ngomesneto@outlook.com
aa698323e8f7e43d89f1ebfae05787f7f5939a4a
ed2ba74cf4b63cd82e5efc2487a0aa4aaf1d79e3
/Project3-Network/GraphicalClient2/vert_XYZ_RGB.h
86c3c11927cf1047ab6443fa3309b65f0bc282fa
[ "MIT" ]
permissive
OmerCora/NetworkFinalProject
51e5aaad87095366de63fe90bfc537e5da56f403
ee4f58ae4914000def7d1ef41b4b3a417dd62687
refs/heads/master
2020-07-19T19:20:45.927502
2016-12-08T06:01:51
2016-12-08T06:01:51
73,755,068
2
1
null
null
null
null
UTF-8
C
false
false
166
h
#ifndef _vert_XYZ_RGB_HG_ #define _vert_XYZ_RGB_HG_ struct vert_XYZ_RGB { float x, y, z; // in vec3 vColour; float r, g, b; // in vec3 vPosition; }; #endif
[ "jaehuhn@gmail.com" ]
jaehuhn@gmail.com
321fb5a3700b4fdf412dc3778b1735e951a336c5
c482cfc899ed1fbf0afcce79ff6b4b38e3c42e9a
/main.c
e04084b0a65bdf3e98bbd2ac70fe27b3d0834b28
[ "ISC" ]
permissive
Markieta/cdok
9a65ed95673b37a2830c3450d9bd08a4c2bdcba4
8594d349fb8d53ff7bf13bc8bc4a435b4bee331b
refs/heads/master
2021-01-21T07:30:13.070954
2014-10-04T02:14:43
2014-10-04T02:14:43
null
0
0
null
null
null
null
UTF-8
C
false
false
9,844
c
/* cdok -- Calcudoku solver/generator * Copyright (C) 2012 Daniel Beer <dlbeer@gmail.com> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * T...
[ "dlbeer@gmail.com" ]
dlbeer@gmail.com
73d6f608eec768dc1447ae3a8ff11e124f4e4bfd
85a6eee49f2371e10fd192855c1484686efb3508
/db/school_finance.c
b2a1abb04d5eebe1495b1a93430458277efa57ac
[ "MIT" ]
permissive
ciaoSora/DatabaseFreshman
721071593a897674caba6fdc563d42baabc87b89
5d291238dae05ba85ccfe1ad8057d75c6b7bef45
refs/heads/master
2020-04-06T13:04:34.168143
2018-12-21T05:16:01
2018-12-21T05:16:01
157,482,863
0
0
null
null
null
null
UTF-8
C
false
false
2,572
c
/* Database "school_finance" contains tables: budget endowment school */ #ifndef SCHOOL_FINANCE #define SCHOOL_FINANCE struct T_budget { double school_id; // --> school.school_id double year; double budgeted; double total_budget_percent_budgeted; double invested; double total_budget_percent_invested; char b...
[ "657913055@qq.com" ]
657913055@qq.com
adc9211a4dbfbf8da69aebf9484594fe67f1dabd
d99ac626d62c663704444a9cce7e7fc793a9e75e
/crypto_implementations/botan/build/include/botan/internal/codec_base.h
c45439391f5f1fef1792b64a704763161ce38e12
[ "BSD-2-Clause" ]
permissive
Experiment5X/CryptoFunctionDetection
3ab32d5573a249d24db1faf772721bc80b8d905d
dac700193e7e84963943593e36844b173211a8a1
refs/heads/master
2023-04-19T09:12:35.828268
2021-05-13T22:39:27
2021-05-13T22:39:27
355,299,557
1
0
null
null
null
null
UTF-8
C
false
false
38
h
../../../../src/lib/utils/codec_base.h
[ "xmeadamx@gmail.com" ]
xmeadamx@gmail.com
29f84daace75d0ce2ca728398168c920ef0805a3
f1dbf2a4ddad50b53dacd2acf4071b12d393f232
/programming/language_test/C/strstr_example.c
9360e93a26b185678de6f633eb954807c3032530
[]
no_license
adikabintang/kolor-di-dinding
e25b6033c3cc7a5da53681ec7904eb6c015a18ca
7450002fc8f9b8c276b021be21b9cd368bc5200e
refs/heads/master
2021-07-05T10:36:04.616308
2021-01-04T16:32:09
2021-01-04T16:32:09
218,272,042
1
0
null
null
null
null
UTF-8
C
false
false
353
c
/** * strstr() * Returns a pointer to the first occurrence of str2 in str1, or a null pointer * if str2 is not part of str1. */ #include <stdio.h> #include <string.h> int main() { const char *name = "derek trucks"; const char *find = "tr"; char *ret = strstr(name, find); printf("ret: %s\n", ret)...
[ "adika.bintang@ui.ac.id" ]
adika.bintang@ui.ac.id
7c15ee3784f3c4e6dab7c6ff9216eb4cb0a95141
985ac5de669d0ed848f27f27802afe876b6241a1
/c04/ex03/ft_atoi.c
605087c019606511a62bff78dff5fc7dccf9fb5c
[]
no_license
ltejedorgil/Piscina42
7cc6cca73b05dd84b664bfb7451a1e968003a1b1
41fcaa9a2c6bde7e4a4fe0b1cb90609df3486137
refs/heads/master
2023-02-22T14:23:34.075924
2021-01-28T10:46:28
2021-01-28T10:46:28
315,593,303
0
0
null
null
null
null
UTF-8
C
false
false
1,384
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_atoi.c :+: :+: :+: ...
[ "ltejedor@c2r18s5.42madrid.com" ]
ltejedor@c2r18s5.42madrid.com
4943e05b393a00b44e28db6626f442dc3fdc0bf6
173d499f938d424ea7ff2ec32478940d51302c61
/libbbgeoui_global.h
4a4510ab69f99ba73a8d8b2c75b2ad52b3cb9a9e
[]
no_license
open-geotechnical/libbbgeoui
2d40983702685b359002d32f6583ffa19a1f3baf
478eec80263edb8a2805c93ab9963a492d9c5b36
refs/heads/master
2020-04-05T19:42:01.913599
2013-04-16T13:18:24
2013-04-16T13:18:24
13,184,921
0
1
null
null
null
null
UTF-8
C
false
false
258
h
#ifndef LIBBBGEOUI_GLOBAL_H #define LIBBBGEOUI_GLOBAL_H #include <QtCore/qglobal.h> #if defined(LIBBBGEOUI_LIBRARY) # define LIBBBGEOUISHARED_EXPORT Q_DECL_EXPORT #else # define LIBBBGEOUISHARED_EXPORT Q_DECL_IMPORT #endif #endif // LIBBBGEOUI_GLOBAL_H
[ "info@breinbaas.nl" ]
info@breinbaas.nl
001d0b4d98bcd219f595ec088a1aedb1412a917e
1f558b4736cc90f5b9a85a9229231c0652ae401e
/Mrtk simple game/arm build/Il2CppOutputProject/Source/il2cppOutput/System.Core_CodeGen.c
302340b61bb12f697abd08439a44c5ad3e3ee85d
[]
no_license
kolacmate/Szakdolgozat
1064e5564ccfacc5c0daefdf8c90a0232cf22d9d
75c2a0d98560e7bb23d58d2ed52f661c07a9a8d3
refs/heads/main
2023-04-22T10:31:25.926890
2021-05-17T12:03:25
2021-05-17T12:03:25
350,817,705
0
0
null
null
null
null
UTF-8
C
false
false
27,757
c
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include "codegen/il2cpp-codegen-metadata.h" IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END // 0x00000001 System.Exception System.Linq.Error::ArgumentNull(System.String) extern void Error_ArgumentNull_mCA126ED8F4...
[ "kolacmate@gmail.com" ]
kolacmate@gmail.com
b08e618a1a018d3380803c0b2a34f6ed5d6cc6a6
151552b65ead1585cf14530b26ce74be6bcdab8b
/lib_acl/src/stdlib/sys/unix/acl_trace.c
dc813fdfa26307f4d2ee1265e03bc02cc2f6ea1d
[]
no_license
beyondx/acl
5c46c3b265e401cd3df6d77f4cf331e649ecd8f0
9ece101c6f9f920875d6185a96ba9c1dd7030bb3
refs/heads/master
2021-01-23T23:39:06.027453
2014-07-29T14:40:03
2014-07-29T14:40:03
null
0
0
null
null
null
null
UTF-8
C
false
false
821
c
#include "StdAfx.h" #ifndef ACL_PREPARE_COMPILE #include "stdlib/acl_define.h" #include "stdlib/acl_msg.h" #endif #ifdef ACL_UNIX #include <unistd.h> # ifndef ACL_SUNOS5 #include <execinfo.h> # endif #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include "stdlib/unix/acl_trace.h" void acl_dump_trace...
[ "zhengshuxin@gmail.com" ]
zhengshuxin@gmail.com
8c28770e70843db73a767474b88ef75f28156018
f415a43fd0d1069411c0a655ace569797b2159d0
/static_analyzer/EIFGENs/static_analyzer/W_code/C31/we1850d.c
007e22afce3f5d38eec6c6f0f73d79460077abb4
[]
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
16,606
c
/* * Class WEL_ABSTRACT_DISPATCHER */ #include "eif_macros.h" #ifdef __cplusplus extern "C" { #endif static EIF_TYPE_INDEX gen_type0_1850 [] = {0xFF11,219,0xFFFF}; static EIF_TYPE_INDEX gen_type1_1850 [] = {0xFF11,236,0xFF12,1849,0xFFFF}; static EIF_TYPE_INDEX gen_type2_1850 [] = {0xFF11,1849,0xFFFF}; static EIF_...
[ "sadman.hasan99@live.com" ]
sadman.hasan99@live.com
ffbd34317307f718cc5038772f4282929295f813
72d672f08031a791298fabf8dfd0cf54352f89f6
/SIMULADO GA/SOLUÇÃO/processo.c
17c7f15c404ca5f85eb72403b04a0a39cb3262c9
[]
no_license
Jaquelineds/lab-sistemas-operacionais
e9b690c3f4bd589c6311387699007a325a83f586
57bb7122870215659af33eabe971dc6f707ab461
refs/heads/master
2020-03-08T04:25:45.816077
2018-04-03T14:52:33
2018-04-03T14:52:33
127,910,793
0
0
null
null
null
null
UTF-8
C
false
false
720
c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <sys/types.h> #include <sys/wait.h> int main(int argc, char *argv[]) { int status; pid_t pid; char url[100] = ""; printf("Digite a URL: "); scanf("%s", url); switch(fork()){ case -1: perror("Erro no fork\n"); exit(-1);...
[ "jaquelinesteffenon@gmail.com" ]
jaquelinesteffenon@gmail.com
bde7239ec853c06592be805388b3cc260bee3a93
fb04427ef400e2f4b0657987651eaf4bb0d79f3b
/src/linux/gbd/inc/Group_Desc.h
45b7db2acf3e30b2b9d38f733d2b62201068d62c
[]
no_license
HawksHail/digital-forensics-GIF-file-recovery
86f756923ef87670b506f1381a62feeee2bb897e
7f7e80f73746ddf78b5545a8013d1a3ee24ab5f1
refs/heads/master
2022-03-24T08:52:48.906698
2019-12-09T21:09:30
2019-12-09T21:09:30
211,387,986
0
0
null
null
null
null
UTF-8
C
false
false
6,754
h
/* Digital Forensics - Spring 2016 * * GBD.h - structures and functions are declared in this file. * @author - Anoop S Somashekar */ #define _LARGEFILE64_SOURCE #include <sys/stat.h> #include <errno.h> #include <linux/hdreg.h> #include <fcntl.h> #include <stdio.h> #include <stdlib.h> #include <math.h> #include <sys...
[ "zionman@verizon.net" ]
zionman@verizon.net
70fa6bc98195129e9065059221bcabc692daec4c
a7a53c5a804ef8435a4fd6c0b66dd8f3517a57f0
/SpriteBuilder/Pods/Headers/Public/PencilCaseLauncher/UIButton+JSExport.h
8c79d14c90c634d02b7c836b008789e6739cde17
[]
no_license
aaronfisher/pencilcase
c5744727ca0c8b4e15a3b6e1f565fd315b14dff4
4368c2683754d6427c06bdc418bef88f6c4c6b6c
refs/heads/master
2020-07-10T19:50:46.791252
2018-09-25T04:49:34
2018-11-30T19:56:02
null
0
0
null
null
null
null
UTF-8
C
false
false
85
h
../../../../../PencilCaseLauncher/Source/Runtime/Categories/UIKit/UIButton+JSExport.h
[ "crayment16@gmail.com" ]
crayment16@gmail.com
fffbea48aa77db5976ea42056a5b8548f6656425
803b3cab2f3b55eb9db3a2092d8b49f381196706
/12704 - Little Masters .c
483857611cde0ec3d7e8b4065f7d4d950e8441b6
[]
no_license
neoashraf/UVA-efforts
614458d044788ef709810ec85a14a80991b73475
fbea2537b061f022ec01506d4d1954996566340b
refs/heads/master
2020-04-10T20:34:59.350868
2015-09-09T15:34:15
2015-09-09T15:34:15
42,087,537
1
0
null
null
null
null
UTF-8
C
false
false
311
c
#include<stdio.h> int main(){ int t,x,y,r,i; float shortest,longest,d; scanf("%d",&t); for(i=1;i<=t;i++){ scanf("%d %d %d",&x,&y,&r); d=sqrt(x*x +y*y); shortest=(float)r-d; longest=(float)r+d; printf("%.2f %.2f\n",shortest,longest); } return 0; }
[ "ashrafuddin160@gmail.com" ]
ashrafuddin160@gmail.com
3b535a60c8cb95b136f1c9f3ca33402fdae66466
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/reactos/modules/rostests/winetests/ole32/extr_clipboard.c_DataObjectImpl_CreateFromHGlobal.c
df1ee5022037c6efe4215553295676b89e6471be
[]
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,852
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
5d50a2424c27c4711e8358b57061e561e7f749b8
56e5ecd068f93d4263b0dedfd36c3d9f7d599594
/DarkEdif/Bluewing Client/MultiThreading.h
c6c4fb82a26441a45d421e7172853988822b4be5
[]
no_license
Toonlink3000/MMF2Exts
90709d179a95e53034fd8fe2e2d33255d882c4e6
9918e8e8cdfe23782748c9ceb04273e3bb79f928
refs/heads/master
2020-11-25T12:23:33.523428
2019-11-27T21:21:20
2019-11-27T21:21:20
null
0
0
null
null
null
null
UTF-8
C
false
false
1,486
h
// DarkEdif extension: allows safe multithreading returns. #include "Common.h" #if defined(MULTI_THREADING) && !defined(ALREADY_DEFINED_MT) #define ALREADY_DEFINED_MT /* Make sure any pointers in ExtVariables are free'd in ~SaveExtInfo(). */ #pragma pack (push, align_to_one_multithreading) #pragma pack (1) struct...
[ "phi@dark-wire.com" ]
phi@dark-wire.com
2bb356d7e86c8ed9cf6cfddeeb1e749c8868b074
cfe69fc556729bdecf2118fa5bc329343c42ed80
/10.0.10240.16384/ntoskrnl/Functions/sub_7D6884.c
d3fd83ce048a924563a50990747ba179895654a0
[]
no_license
Myprivateclonelibrary/W10M_unedited-decomp
8e5ec89a20e634ffc53457a40b0fd6d8a9e1757a
67b05851a3e262ff8a5d11ee50db34f28c350f16
refs/heads/main
2023-08-31T06:00:37.303105
2021-05-15T23:53:23
2021-05-15T23:53:23
null
0
0
null
null
null
null
UTF-8
C
false
false
60
c
// sub_7D6884 void sub_7D6884() { JUMPOUT(0x6DE582); }
[ "64583248+Empyreal96@users.noreply.github.com" ]
64583248+Empyreal96@users.noreply.github.com
ce99220df63e36dcb822d7975fa00d2306844c07
ee71a002c1c928b432eca2a36ffe7652a09dbb11
/hardware_server/src/tgs_device_driver_func.c
57aa9e64a8f6229d452875e896c1ffefe46a528d
[]
no_license
cyberaxsoft/cyberax
72351d91aab569e0b60f08a8780957039bb01afe
465e87fffcdf76166e9a6b1ae67fa7c634159e8d
refs/heads/master
2023-08-14T18:49:37.686284
2021-10-11T12:43:11
2021-10-11T12:43:11
415,115,865
0
0
null
null
null
null
UTF-8
C
false
false
3,379
c
#include <glib.h> #include <glib/gstdio.h> #include <dlfcn.h> #include <stdio.h> #include "logger.h" #include "system_func.h" #include "configuration.h" #include "tgs_device.h" #include "tgs_device_data.h" void set_tank_config_from_driver(void* handle_lib, gchar* device_name, guint8 tgsi, LogParams* log_params, gbool...
[ "cyberaxinfo@gmail.com" ]
cyberaxinfo@gmail.com
77c921ade7165f76c67477bfcc5c27c90c729403
6f303a324b0dad01f55bbda2667496a9871aab7b
/dataStructers/queue.c
f1b46ec5fd00280cdaf732af4372f6ba1cf7bee8
[]
no_license
onurcanari/AlgorithmsAndTheOthers
82a2f5098a8ea85cae2023bdb4cf144895f56b01
be9711db88ee143b71af19899fb63ab52963248d
refs/heads/master
2020-04-29T08:21:28.699378
2019-10-30T15:28:54
2019-10-30T15:28:54
175,984,081
1
0
null
null
null
null
UTF-8
C
false
false
1,211
c
#include <stdlib.h> #include <stdio.h> typedef struct QNode{ int data; struct QNode *next; }QNode; typedef struct Queue{ QNode *front, *rear; }Queue; void enQueue(Queue *root,int data); QNode *deQueue(Queue *q); QNode *newNode(data); Queue *createQueue(); void enQueue(Queue *root,int data){ QNode *qn...
[ "arionurcan@gmail.com" ]
arionurcan@gmail.com
9f783bd05cf8877bc5cac89d369a72f3bad7a86e
1c8e4206a4515c7f057c5a9ca04ce31222b4d3d3
/update_state_3470.c
341d848c56e75bc19bbef29c9801cbd7f5e3e35a
[]
no_license
lmpick/Property-1-Monitor
a6e4eb2e71a5d69fe822fec6c25b1afb53174170
f770e2768679ef0a95447b6c9246c44e3ee23c9c
refs/heads/master
2021-05-30T19:54:22.860231
2015-08-11T17:25:47
2015-08-11T17:25:47
null
0
0
null
null
null
null
UTF-8
C
false
false
525
c
/* File: "update_state_3470.c". Automatically generated by SBV. Do not edit! */ #include "internal.h" /* User given declarations: */ /*test 001*/ /*DotBegin digraph G { node [shape=box] 0 [label="file: ?????",color=red, style=filled] 1 [label="stream: 3467",color=crimson, style=filled] 0 -> 1 } DotEnd*/ /*@ ass...
[ "lmpick@zoho.com" ]
lmpick@zoho.com
1ded560c815ed39cc3cb8ce249030a83243f4dae
5c255f911786e984286b1f7a4e6091a68419d049
/code/bfb874d3-6dce-46f1-80b6-8f5f151be607.c
9322d52f4a8fc7dc1f27fd2eabf820b90be00b95
[]
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=12; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l%j; l = l-j; k = l-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
f0029d6cdd58fe737af7f9e6df73f8095441a26b
7b4864b9837d7c5f1384463fb9958ac875b3b1ff
/lib/jpbc 1.2.1/jpbc-pbc/src/main/c/pbc_wrapper.c
6768bcbdaaf1c4307ce4b5fbb948a294fe3eadf3
[]
no_license
yyb19980802/TestEncrypt
3ed533746ec63ccc826f855b8cf77c1bc3ae0fda
3223a805b4ac31e3f2a64cb097d00297f61ec016
refs/heads/master
2021-07-16T13:08:00.083436
2019-12-04T13:48:35
2019-12-04T13:48:35
218,992,643
0
0
null
2020-10-13T17:48:54
2019-11-01T13:41:07
Java
UTF-8
C
false
false
12,238
c
#include "pbc_wrapper.h" #include <stdlib.h> #include <unistd.h> #include <time.h> #include <assert.h> #include <stdio.h> #include <math.h> #include <gmp.h> #include <pbc/pbc.h> #include <pbc/pbc_field.h> #include <pbc/pbc_pairing.h> #include <pbc/pbc_utils.h> // ============== // sizeof methods // ============== ...
[ "979480544@qq.com" ]
979480544@qq.com
4d37b945ecd87fe3bbac219cf3975d9986ef9c8a
3093432c54b7b5c26fa7588bd3c337e3431ee726
/set4/wk8_n4.c
be1be447848fa957e448ded7a7973b15b0daaa98
[ "MIT" ]
permissive
NanoSmasher/aps106-problems
3055585c1eef8a8295118568804ece899a603dd4
8007b9bcb9c52a33803c5efe7c7ec3d43fde46c5
refs/heads/master
2021-01-20T04:33:16.633856
2014-04-23T02:13:25
2014-04-23T02:13:25
16,112,155
2
0
null
null
null
null
UTF-8
C
false
false
1,129
c
#include <stdio.h> int find_index (int num, int j[]); int main(){ /* Write a program with two functions: main ( ) and int find_index (int num, int j[]); In main(), allocate an array int j[100], and then fill each element of the array with a random number between 1 and 100, where repe...
[ "NanoSmasher@users.noreply.github.com" ]
NanoSmasher@users.noreply.github.com
6cfb6452ef15061608002a76777b2089c8714fc7
aefd663b00b18ca01d48ab871fd681689ff4da56
/08_getsputs_04.c
f3f6ca0fbe94a1281eef58b28e746ce50441ee01
[]
no_license
deepak6210/C-programing
809e392a14c134436e5c8bb06e0b762683eb6b43
17b7f2bf9b0739b98c55e299492d8d197016f6aa
refs/heads/master
2022-12-18T00:04:07.294147
2020-10-01T05:12:12
2020-10-01T05:12:12
283,726,367
0
1
null
2020-10-01T05:12:13
2020-07-30T09:21:23
C
UTF-8
C
false
false
144
c
#include<stdio.h> int main() { char s[34]; printf("Enter your name: "); gets(s); printf("Your name is %s", s); return 0; }
[ "deepakjha6210@gmail.com" ]
deepakjha6210@gmail.com
260b22335f597c6ee3a5053c6f1286af0d8a74e3
626802634e2107e42840e347a35a53d158533c62
/Sources/debugUart.c
49e2a44ef6d945fdca9043b29509e4256f30071e
[]
no_license
henriquevs/Control-of-Femto-Second-Laser-System
de2f0c7f5eda8e613825f703ffdb892a93d124ca
ab6859570be73f5037a3699fab467bee4f3999ce
refs/heads/master
2020-03-21T21:41:54.686596
2018-06-28T23:52:17
2018-06-28T23:52:17
139,078,527
1
0
null
null
null
null
UTF-8
C
false
false
1,783
c
/* ***************************************************************** */ /* File name: debugUart.c */ /* File description: Debugging through UART interface */ /* Author name: Henrique Vicente Souza / Davi Rodrigues */ /* Creation date: 28apr2016 ...
[ "henriquevs.br@gmail.com" ]
henriquevs.br@gmail.com
7ddfc97190fc0bc0fddd2fdf22425ebe215a4700
52cc01134e5899f2cba66774a074168217552a00
/tp7/util.h
828eb05cf07b5f8856adb170953003cda81181bb
[]
no_license
MorvanL/Algo_Info501
d8a036e3a3fd4b1505a45fffa72b8741a8f4a888
2136892d7518379d80ab52d1ddba1ee45c1959d3
refs/heads/master
2021-06-07T05:37:27.346316
2016-10-15T19:10:20
2016-10-15T19:10:20
null
0
0
null
null
null
null
UTF-8
C
false
false
58
h
int parent(int ); int gauche (int ); int droite (int );
[ "morvan.lassauzay@orange.fr" ]
morvan.lassauzay@orange.fr
ae78ba19bd123d1c65ae91f268fa4c3cb1375ac5
8c42ba98955c9b1c779b84c2bec24cbb42120645
/Labweek12/test.c
9937ce6859c951c9733f34aede14f3450d573269
[]
no_license
StuGeek/Operating-System-Homework
6e1f64db525a182c9a3aaf1ec2e494fa12cc079e
1aef136400ca9d47fcd73ebfb1539bf85c72e5b8
refs/heads/master
2023-09-05T17:09:50.344638
2021-11-03T16:39:54
2021-11-03T16:39:54
384,361,825
0
0
null
null
null
null
UTF-8
C
false
false
18,865
c
#define _GNU_SOURCE #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sched.h> #include <sys/stat.h> #include <sys/types.h> #include <sys/wait.h> #include <sys/ipc.h> #include <sys/msg.h> #include <sys/syscall.h> #include <fcntl.h> #include <unistd.h> #define gettid() syscall(__NR_gettid...
[ "noreply@gitee.com" ]
noreply@gitee.com
c46d75baa71d3d17a332671607a7eb47e93bd7cd
7b9a25d1fe0fdcc6069d8d5bbf2d53120cb99033
/通讯录/通讯录/fun.c
7bf6a4c59826f3bcd870f1389227034ec691d0ab
[]
no_license
ZPF2537679213/74code
bb65beb0f8172967c7ac134caacdc4fc176c59d0
552513f0c9fe501607a8f0b8ade019f21efbcde0
refs/heads/master
2023-07-08T17:47:12.802587
2021-08-09T12:18:27
2021-08-09T12:18:27
309,596,804
0
0
null
null
null
null
GB18030
C
false
false
5,206
c
/* 实现一个通讯录; 通讯录可以用来存储1000个人的信息,每个人的信息包括:姓名、性别、年龄、电话、住址 提供方法: 添加联系人信息 删除指定联系人信息 查找指定联系人信息 修改指定联系人信息 显示所有联系人信息 清空所有联系人 以名字排序所有联系人 */ #include "fun.h" //通讯录菜单 void menu(){ printf("**********************************通讯录***********************************\n"); printf("******************************1.添加联系人.1****************...
[ "2537679213@qq.com" ]
2537679213@qq.com
1e92f3dafbbba96d46fc81854b8f0edb573cf8ba
047c9659c8ab2f0622f77dce0b1efffa7207dd76
/deps/cl342/session/ssl_suites.c
8429b495e68270c0c0e735e2fa9d1cecafd38861
[ "Apache-2.0", "MIT", "BSD-3-Clause", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "Sleepycat", "LicenseRef-scancode-commercial-license", "GPL-1.0-or-later" ]
permissive
grichter/wwiv
d8565a45dd59820a0e1a151515525b56b4dba379
d59ac338dbf33efaf487a250a622be4b64db8ff8
refs/heads/master
2020-04-21T21:28:53.219048
2019-07-02T17:52:14
2019-07-02T17:52:14
169,880,271
0
0
Apache-2.0
2019-07-02T17:52:15
2019-02-09T15:22:30
C++
UTF-8
C
false
false
25,017
c
/**************************************************************************** * * * cryptlib SSL v3/TLS Cipher Suites * * Copyright Peter Gutmann 1998-2010 * * * ****************************************************************************/ #if defined( INC_ALL ) ...
[ "rushfan@wwivbbs.org" ]
rushfan@wwivbbs.org
d6908429eed5f223618184140e4538af5d3e2576
9b68b3d73b63ebcbfe18cc9a4aa8e91c84833a84
/tests/libs/gsl/tests/fft/signals.c
9869abe168a6cf01f920309eeffd25706027997e
[ "GPL-3.0-only", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
openhpc/ohpc
17515db5082429eb9f250f12bf242b994beb715f
725a1f230434d0f08153ba1a5d0a7418574f8ae9
refs/heads/3.x
2023-08-19T02:15:14.682630
2023-08-18T19:33:51
2023-08-18T19:34:18
43,318,561
827
247
Apache-2.0
2023-09-14T01:22:18
2015-09-28T18:20:29
C
UTF-8
C
false
false
507
c
#include <config.h> #include <math.h> #include <stdlib.h> #include <gsl/gsl_math.h> #include <gsl/gsl_complex.h> #include <gsl/gsl_errno.h> #include <gsl/gsl_dft_complex.h> #include <gsl/gsl_dft_complex_float.h> #include "complex_internal.h" #include "urand.c" #define BASE_DOUBLE #include "templates_on.h" #include ...
[ "karl.w.schulz@intel.com" ]
karl.w.schulz@intel.com
c96f62ef8e0ae32b9dba666483f1a8acb225e4e8
d1728f0259403183ffe1d47d678f1e5fdb100268
/b19.c
15324b5f2eee3d3626c1493361a716f1fa40de8d
[]
no_license
sobikajagan/c-program
fe8a16dd60f44c953ea6f02260636533177171e8
e956a86f112f70b9a9902f79a862eb84cbc837f9
refs/heads/master
2020-04-17T07:57:12.296885
2019-04-02T13:02:41
2019-04-02T13:02:41
166,391,351
1
1
null
null
null
null
UTF-8
C
false
false
158
c
#include <stdio.h> #include<math.h> int main(void) { int f=1,n,i; scanf("%d",&n); for(i=1;i<=n;i++) { f=f*i; } printf("%d",f); return 0; }
[ "noreply@github.com" ]
sobikajagan.noreply@github.com
8883fb8dbc888f48f408d701edba8993222aeb8a
099c1f9953e6d115ba4f2b3101ec8585145cc671
/esc-c/esc-c/BLMC.c
5650f253ed7346551086d0f02171cae30c851db0
[]
no_license
sunnry/cactus
f8f23f333e8a01f9628ab55610ab3be07b23417e
ed91cd905acc8f694f61fa42022c110783f88ba8
refs/heads/master
2020-05-21T19:49:44.135882
2017-07-31T05:39:29
2017-07-31T05:39:29
64,922,059
1
0
null
null
null
null
GB18030
C
false
false
5,083
c
/*############################################################################ + 无刷电机控制器 + ATMEGA8 At 8MHz + (c) 01.2007 Holger Buss + 只作私人用途 + 准确性没有保证 + 未经我同意不得商业使用 + 该代码使用BL_Ctrl 1.0版已经开发的硬件 + www.mikrocontroller.com ############################################################################*/ #include "main...
[ "sunhaihuan@gmail.com" ]
sunhaihuan@gmail.com
eab63f5411f69995cc488e5a834dfad0eafeb020
5aeb04f2e2177064427d644e332e71954c7e12cb
/armController/controller53.h
51b3c26e13f01f8e1c4e87c6e07a0e900cf6c7a7
[]
no_license
acshi/exoskeleton_arm
c341108ccd58c0c854ad8410e41e9abccd7e06d1
0b96d983794a00f84f88dca462587b022ab23f66
refs/heads/master
2021-01-23T05:45:05.376926
2017-07-28T21:51:04
2017-07-28T21:51:04
92,984,600
0
0
null
null
null
null
UTF-8
C
false
false
1,009
h
#include <Arduino.h> #include <Wire.h> #include <Streaming.h> #define SET_MOTOR_MSG 1 #define READ_MOTOR_MSG 2 #define SET_CURRENT_LIMIT_MSG 3 #define READ_CURRENT_LIMIT_MSG 4 #define READ_CURRENT_MSG 5 #define DIAGNOSTIC_MSG 11 #define ADDRESS_MSG 12 #define MSG_END_BYTE 0xed #define VAL_END_BYTE 0xec #define MSG_MAR...
[ "acshikh@gmail.com" ]
acshikh@gmail.com
277c95001dfb678f5a565e0ad59b9e3c0b2886d7
54cf5fc737cb8a99596db36121999e8c78c89fd6
/src/tools/info/proto_info.c
b16834e798daea6cff992d73e1b85bf8a67b1a85
[ "BSD-3-Clause" ]
permissive
shamoya/ucx
cab0c5638dd896974903455c6aba6352d6775608
f889b737db0f066a8b0259250dfb31929da9e904
refs/heads/master
2020-06-18T04:26:19.333877
2016-11-27T18:40:27
2016-11-27T18:40:27
null
0
0
null
null
null
null
UTF-8
C
false
false
2,065
c
/** * Copyright (C) Mellanox Technologies Ltd. 2001-2016. ALL RIGHTS RESERVED. * * See file LICENSE for terms. */ #include "ucx_info.h" #include <ucp/api/ucp.h> #include <string.h> void print_ucp_info(int print_opts, ucs_config_print_flags_t print_flags, uint64_t features) { ucp_config_...
[ "yosefe@mellanox.com" ]
yosefe@mellanox.com
621786deba7e658593089c7d2f9cba8e2bffdabb
16a76ee66d9b2f59c9beee4a4a0e104ce347e32a
/malware_via_email/malware_2440/ia32_pe/by_hex-rays.c
866bee69026cfc2652e4c22bf93af36e29c5b5ba
[]
no_license
rfalke/decompiler-subjects
4cee3263fa9116285b4bc4b6373efd2e4efa925f
7187fa93b285c32325826eecd0128e907a28809b
refs/heads/master
2023-08-10T08:24:27.198393
2023-07-28T19:44:41
2023-07-28T19:44:41
3,725,678
41
12
null
2023-03-15T16:14:41
2012-03-15T06:01:36
null
WINDOWS-1252
C
false
false
201,756
c
/* This file was generated by the Hex-Rays decompiler. Copyright (c) 2007-2020 Hex-Rays <info@hex-rays.com> Detected compiler: Visual C++ */ #include <windows.h> #include <defs.h> //------------------------------------------------------------------------- // Function declarations #define __thiscall __cdecl /...
[ "i-git-stone@rf.risimo.net" ]
i-git-stone@rf.risimo.net
bb7497ee0e6743b16426cf5cfa4eabfd403b9fe4
808d523e5656c72a6d6becc8fd9f5ae1719eb65d
/dinamik_bellek_rastgelesayi.c
ec46e16ee0a6bb3148ec4e16aaf0624653858fa9
[]
no_license
MihribanTekes/School_Workspace_C
1ac83e36dea6bcfba4b45722b80fca96c403d3b9
626625da95cfab88b4255a8c18f6ce2cbf61eae0
refs/heads/master
2021-08-23T21:28:24.986065
2017-12-06T16:13:58
2017-12-06T16:13:58
113,080,801
0
0
null
2017-12-06T16:38:03
2017-12-04T18:43:16
C
UTF-8
C
false
false
478
c
#include <stdio.h> #include <stdlib.h> int main() { int *p,i,boyut; printf("kac tane sayi uretilecek:"); scanf("%d",&boyut); p = (int*)malloc(boyut*sizeof(int)); srand(time(0)); printf("uretilen sayilar\n"); for(i=0; i<boyut; i++) { *(p+i) = rand()%100; printf("%d\n",*(p...
[ "noreply@github.com" ]
MihribanTekes.noreply@github.com
316a5f90d6f67e37841bee27dae87904540d3b6c
3444a60cf250e85ecc0b2e3ada0f2cdade2bf605
/hello.c
d1e3a0e3139eb0726fb9c2a6aa574cdf02a3b1f4
[]
no_license
shail-cmarix/MyTest
f2c1a7bfea3fc12a4e916125eb357cf63d19657c
317838b8ef5d44b355951614ca8c7daf6cd92d87
refs/heads/master
2020-03-29T22:04:42.025750
2019-02-22T13:44:10
2019-02-22T13:44:10
150,401,968
0
0
null
null
null
null
UTF-8
C
false
false
66
c
#include<stdio.h> int main() { printf("hello world"); return 1; }
[ "shail.cmarix@gmail.com" ]
shail.cmarix@gmail.com
c5fba083e146772c66d081e595eff0b900fde833
6990d17761d24fecbca852c700ece74f8a296ff7
/VisibleTree/VisibleNodes.c
eeaf0d0cfde77e4f90c6cd4e121cae2750c8cfb0
[]
no_license
prateek-khatri/InterviewQuestions
17ad7b29558d1de303364f752a7e9b89932f0f20
4d1e78ab82c573c925f58c9ad549634a5ccc0ed2
refs/heads/master
2021-01-10T04:38:59.262852
2016-02-07T03:24:24
2016-02-07T03:24:24
48,017,440
0
0
null
null
null
null
UTF-8
C
false
false
1,339
c
#include<stdio.h> #include<stdlib.h> struct tree { int x; struct tree *l; struct tree *r; }; int findNodes(struct tree* root, int rootVal, int num) { if(root->x >= rootVal) { num +=1; } //BASE CASE if(root->l == NULL && root->r == NULL) { return num; } if(root->l != NULL && root->r != NULL) { r...
[ "prateek.khatri90@gmail.com" ]
prateek.khatri90@gmail.com
fb06f8e933d8b59a443520e7296facdc65e68340
52e17f804d1f5f5f29bbcde4b1a25882b25be843
/uva 12149.c
b6b203d20390522c62ba5611ba79a1b4f555dcd3
[]
no_license
Jumman/UVa-Solution
1c19afa3c2765947f755ee9eb23eda0010f17f5a
c47b03ba8311a41898ff35ee4298c40849925b9a
refs/heads/master
2022-01-18T18:47:58.337069
2019-07-18T15:01:25
2019-07-18T15:01:25
106,889,840
0
0
null
null
null
null
UTF-8
C
false
false
392
c
#include<stdio.h> /*int main() { int i,n,s[101]; for(i=0;i<=100;i++) s[i]=0; for(i=1;i<=100;i++) s[i]=s[i-1]+i*i; while(scanf("%d",&n)==1&&n!=0) { printf("%d\n",s[n]); } return 0; }*/ int main() { int n; while(scanf("%d",&n)==1&&n!=0) {...
[ "noreply@github.com" ]
Jumman.noreply@github.com
b5a356b12076c21bff9134f614f327cb90229188
c7e91c0fbe5c0ee6952b34d4c2ac2a7e7d8e1de2
/src/sched.c
a6dc094df36f65ba5ef143618063df8e99a33f18
[]
no_license
Thai-Ngo/OS-Ass1
23c8b2d607dc0b982225b423d643e6b28811dd23
17329e66f0992845a798ad72e423c117d3f288e2
refs/heads/main
2023-05-05T18:32:07.820155
2021-06-01T02:27:18
2021-06-01T02:27:18
372,678,077
0
0
null
null
null
null
UTF-8
C
false
false
1,256
c
#include "queue.h" #include "sched.h" #include <pthread.h> static struct queue_t ready_queue; static struct queue_t run_queue; static pthread_mutex_t queue_lock; int queue_empty(void) { return (empty(&ready_queue) && empty(&run_queue)); } void init_scheduler(void) { ready_queue.size = 0; run_queue.size = 0; pth...
[ "ngominhhthai@gmail.com" ]
ngominhhthai@gmail.com
6f3e45ba6451968acb48460eb22169974eff3d0e
b4cf7fd86c6b178aea05f6a9b5734562d7299b14
/hash/hash_func.c
0aad47261341b08e8ec6e4c4ead2f5db86665bbb
[]
no_license
RavuAlHemio/berk185
451623dfa50570238b54439dc063200f72bc4b85
e141e573e1f2b63249a642672582a690c19d4566
refs/heads/master
2020-03-19T02:32:12.198994
2018-05-31T21:27:51
2018-05-31T21:27:51
135,637,101
1
0
null
null
null
null
UTF-8
C
false
false
5,253
c
/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Margo Seltzer. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following ...
[ "ondrej.hosek@tuwien.ac.at" ]
ondrej.hosek@tuwien.ac.at
f35593b815dba5d9f7d21fb6db141a25cd9b8fc2
e20117908acee5fb8343b75954f7804772fa35b8
/STM32F_STD/mySTM32F1-STD-MDK/Libraries/myLib/eeprom/IIC_Soft.c
21c65176ee9b2afe84794c5f848a4b5bb7f9e01e
[]
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
6,683
c
#include "IIC_SOFT.h" #include "delay.h" #include "usart.h" #include "gpio.h" #include "ctype.h" //SCL 不操作时保持0 //产生IIC起始信号 SCL 1/n MHZ 可按需求修改延时 void IIC_Start(void) { IIC_SCL=0; IIC_SDA_OUT(); //sda线输出 IIC_SDA=1; //START:when CLK is high,DATA change form high to low IIC_SCL=1; delay_us(1); IIC_SD...
[ "canping.xie@incubecn.com" ]
canping.xie@incubecn.com