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
24e1206a35ede507f85bb5b6be197c59368de955
c5ed6b7ea7760768c48f9008a7e503cf01eca9ab
/rand function practice/Q4.c
2c8d32152de8796f8e58e78f843acfbc1c57ada3
[]
no_license
ChiHyeonKim/C
e283871d9687ffcff584f1fec21b621d83419069
fcc102eeaa269f3d6325f016a6568aa93bbb15c5
refs/heads/master
2021-04-28T21:33:45.617736
2017-01-07T14:54:48
2017-01-07T14:54:48
77,767,728
0
0
null
null
null
null
UTF-8
C
false
false
308
c
//#include<stdio.h> // //void is_prime(); // //int main(void) //{ // is_prime(); //} // //void is_prime() //{ // int num,i,count; // // for (num=2; num<=100; num++){ // count = 0; // for( i= 2; i<num; i++){ // if( num %i == 0) // count+=1; // } // if ( count == 0 ) // printf("%d ", num); // } //}
[ "chihyunll@naver.com" ]
chihyunll@naver.com
7b22098a91ed34ce195e2c9fe792827e621b07d9
25e34bdd0205f3e4da45f77f97568a95907a7fed
/AED 2/provas/prova 2/prova_original4.c
8b46fb7d76f8c88dfe58151789273f4e2dcf4c9a
[]
no_license
piique/AED-PUC
bd71ec0722dead354de421d3db5f5012fe493a56
ed2aeb68310c134a95ede15f4e3587da39374453
refs/heads/stable
2021-03-17T05:23:02.777384
2020-11-28T18:01:33
2020-11-28T18:01:33
246,964,647
0
0
null
2020-06-24T13:27:42
2020-03-13T01:34:54
C
UTF-8
C
false
false
2,256
c
#ifndef LISTA1_H_INCLUDED #define LISTA1_H_INCLUDED #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> typedef struct Celula { int dado; struct Celula *prox; } Celula; typedef struct Lista { Celula *inicio; Celula *fim; int qtd; } Lista; // procedimento para inicializar lista v...
[ "pedrovilacav@gmail.com" ]
pedrovilacav@gmail.com
c9471ae183f8601f5aa48fac9128f481fde37af1
951ceb8b68182f132a3113c828dd7dc1baa093e3
/ndege/analysis/Xgono/Xgonopecknoise/Xgonopecknoise.c
adb17c390182b21db93ac3cbca797fcc8e9a289c
[]
no_license
gentnerlab/operant_c
8abe284220a47479457622518c74e7cd5aa72057
825772e381935e84bb48e46be4d3303e57cd2cac
refs/heads/master
2016-09-06T21:43:23.223903
2014-04-17T17:39:24
2014-04-17T17:39:24
10,999,865
0
0
null
null
null
null
UTF-8
C
false
false
15,983
c
/**************************************************************************** ** Xgonopeck.c -- use to analyse data from gngpeck ***************************************************************************** ** ** 10-04-07 DPK: Adapted from most recent version of Xgono.c ** ** */ #include <stdio.h> #include <stdli...
[ "mthielk@ucsd.edu" ]
mthielk@ucsd.edu
d1931dbf6e15431b60a5fea4df0771d33d3d0f08
8cb5face67aa69084b38b176f8321e148b4ef601
/Pacman Final/OOP Task 1a/Constants.h
020ef4556fe9b23a0b3fbcd87233e648aa54d3ff
[]
no_license
WillSimister/Portfolio
1b86b10e96f7f9c24197825bb07eedfea8d1ade3
2af8351ad673bbc1bee977d71dca91daa695c982
refs/heads/main
2023-04-14T05:42:43.071784
2021-04-11T09:15:18
2021-04-11T09:15:18
356,657,119
0
0
null
null
null
null
UTF-8
C
false
false
522
h
#pragma once // the size of the grid #define SIZE 20 // symbols used for storing where things are #define PLAYER 'V' #define HOLE 'H' #define GAMEITEM 'U' #define WALL 'W' #define FLOOR 'F' #define BLINKY 'R' #define PINKY 'I' #define CLYDE 'O' #define CHERRY 'C' // the...
[ "noreply@github.com" ]
WillSimister.noreply@github.com
d4aebb7d8973a659063f176a9cdb6b5f10fd672c
87cb8996e3ba806efc370e4d6622774a0233c096
/Source/BansheeSL/BsASTFX.h
1f8549df716900e5695e48d6d4dd2b86d6f599c6
[]
no_license
liqt/BansheeEngine
264d68972270c3b227965f7c459fe04c28e065dd
ffc2208374feccfcb7092e7ef0c2c1e7829bb760
refs/heads/master
2021-08-28T06:15:07.685017
2017-12-06T10:23:19
2017-12-11T10:47:25
null
0
0
null
null
null
null
UTF-8
C
false
false
5,394
h
//********************************** Banshee Engine (www.banshee3d.com) **************************************************// //**************** Copyright (c) 2016 Marko Pintera (marko.pintera@gmail.com). All rights reserved. **********************// #ifndef __ASTFX_H__ #define __ASTFX_H__ #include <stdlib.h> #include ...
[ "bearishsun@gmail.com" ]
bearishsun@gmail.com
fac615acc080d80e2ec8dd1ea30ff059eb1a6975
b5713dea279aa066690c75dd9a87cae256352e8f
/LKJ_SAMPLE/Library/Source/BSP/Driver/ST_ICON.h
7855fcf127de86452658302b2bd399bbba36fcdd
[]
no_license
redmorningcn/NC210-112
72b0f2d8fc886748aee6974b7d6bb8576915b517
4af410fd6bff9c2fc06127a4887632f505d12393
refs/heads/master
2021-09-10T17:33:06.924660
2018-03-30T05:10:07
2018-03-30T05:10:07
125,470,857
1
4
null
null
null
null
GB18030
C
false
false
2,577
h
/******************** (C) COPYRIGHT 2013 www.armjishu.com ******************** * 文件名 :ST_ICON.h * 描述 :ST的LOGO灰度二值图片数据库。 * 实验平台:STM32神舟开发板 * 标准库 :STM32F10x_StdPeriph_Driver V3.5.0 * 作者 :www.armjishu.com *******************************************************************************/ /* Image2Lcd保存的图像数据组织方...
[ "redmorningcn@qq.com" ]
redmorningcn@qq.com
7adef6fba39216ee4aec20f2da239f0c4490e6de
3f5022154cbec1bb4643a50316e297f979b53184
/gcc-7.4.0-amd64/usr/lib/gcc/x86_64-astraeus-linux-gnu/7.4.0/plugin/include/gsyms.h
73f4f440372f6d4e2dc7ffbe5258a615a481d111
[]
no_license
ahyangyi/astraeus-toolchain-binary
45b011d3a247e67fa86f0572a183dca3fbf6abd5
4c56bf133c52ddba4e357d39fc13b2755dce0583
refs/heads/master
2020-07-31T06:35:10.026719
2019-09-25T15:12:19
2019-09-25T15:12:19
210,516,474
0
0
null
null
null
null
UTF-8
C
false
false
129
h
version https://git-lfs.github.com/spec/v1 oid sha256:54dc535a223f125bef1f8ee0c5d5acd66785802b46ce66457961a1402d91a222 size 1783
[ "ahyangyi@gmail.com" ]
ahyangyi@gmail.com
eec8d6e7a0c82bbd381e684c26c4b3ccdbedfa20
f7f7fd3d490d6e5979956483423f550170049fd0
/validate.c
156173dc1ededde4d5e777bec0e8f263e0aff10b
[ "MIT" ]
permissive
serberoth/chess
439bd6c64d365af9f20fc682ebcd89e88d7d1080
b3b34d1618e2d34f851f9aa7d076a4602c3f7518
refs/heads/main
2023-03-14T11:57:49.033944
2023-02-28T13:41:18
2023-02-28T13:41:18
17,547,241
2
1
null
null
null
null
UTF-8
C
false
false
5,910
c
#include "defs.h" /** * Chess Engine validation function that validates that the provided * square is a valid square on the chess board. * @param sq The chess board square to validate. * @return Boolean value indicating the validity of the square. */ bool ce_valid_square(const int32_t sq) { return tbl_files_bo...
[ "nicholas.dipasquale@gmail.com" ]
nicholas.dipasquale@gmail.com
996e569b2e5b445905dbec53c9a1f0c80ec0de8f
fe76e9b0992e06db82023bbaf1aefce7d7820db2
/working/acoustic/time_tiling/numerical_test_nosave.c
10e30fae0156543167ad540ed630ec96b791b1b8
[]
no_license
dymcc/opesci-meng
2fce359667af39423435397329f5a6a074a97ad7
285701b4e95a151a68fa0e73b90c4da8e4b5193c
refs/heads/master
2021-01-20T03:40:08.398881
2017-06-15T13:03:49
2017-06-15T13:03:49
79,135,257
0
0
null
null
null
null
UTF-8
C
false
false
7,784
c
#define _POSIX_C_SOURCE 200809L #include "stdio.h" #include "string.h" #include "stdlib.h" #include "math.h" #include "sys/time.h" #include "xmmintrin.h" #include "pmmintrin.h" #define DIM 276 #define TIME 8 #define floord(n,d) (((n)<0) ? -((-(n)+(d)-1)/(d)) : (n)/(d)) #define ceild(n,d) (((n)<0) ? -((-(n))/(d)) : (...
[ "dm2413@ic.ac.uk" ]
dm2413@ic.ac.uk
a1feba85bf0394efdb9c915e0f0d4922d539f7dc
fcefc3338d4cadf057bf4c71c732cc4e4ceb9196
/TT_TI_C2000_MSc/Lib/SCI/SCI.h
6f1d1cc78f16d132ba3765db8db56cb5b5ea880a
[]
no_license
chrispbarlow/can_filtering_hardware
5e0d910a855b0070682fadc803b58c01f6e7b37f
1b6ab69df3a95c48e55370e3beff3ff2225264f9
refs/heads/master
2021-01-21T16:22:22.802044
2013-10-18T11:58:35
2013-10-18T11:58:35
13,676,406
0
0
null
null
null
null
UTF-8
C
false
false
471
h
/* * SCI.h * * Created on: 25 Jun 2013 * Author: chris.barlow */ #ifndef SCI_H_ #define SCI_H_ #include "DSP28x_Project.h" // Device Headerfile and Examples Include File #include <DSP2833x_Sci.h> void sciTest(void); // Prototype statements for functions found within this file. void scia_init(void); voi...
[ "chris.barlow@smithelectric.com" ]
chris.barlow@smithelectric.com
4e67c22c9afa24e842d76af73d72531235de50e5
fb75dcfff838efddd2148080f910608b36ee0e40
/bin/ZgSelectData.C
a2564b2275f2b1d0757ff50a6b6f8eff9a13e2f1
[]
no_license
iraklic/myZgamma
14231930d63c749458e85dd052cd3c3976039699
9b4ced4b134fbb4f557138fe4e6c5f6b833a1635
refs/heads/master
2020-12-24T17:17:22.019058
2015-09-14T23:47:35
2015-09-14T23:47:35
42,483,524
0
0
null
null
null
null
UTF-8
C
false
false
26,449
c
#define ZgSelectData_cxx #include "ZgSelectData.h" #include <TH2.h> #include <TStyle.h> #include <TCanvas.h> #include <iostream> #include <fstream> #include <TTree.h> #include <TLorentzVector.h> #include <TH2D.h> #include <TString.h> #include <iomanip> #include <TClonesArray.h> #include <vector> #include <time.h>...
[ "iraklic@gmail.com" ]
iraklic@gmail.com
af930369aea6b4d982e678296600fbfdd39bbd9d
32367d9a80935762e73a9e814d444fd233943b3a
/C_PRO/ch7-2.c
ce253f1d0f1fc183a3b24f109fdbfa598c6bebf7
[]
no_license
IMhwawon/C_PRO_7
0e4beb1fbc6e89a32783b6a63515788757427dcd
3caaaef0620dd5ce8c39a92271de81e279431dd5
refs/heads/master
2023-05-02T20:47:18.028341
2021-05-13T07:12:46
2021-05-13T07:12:46
null
0
0
null
null
null
null
UHC
C
false
false
613
c
//예제 7-2. 배열의 초기화 #include <stdio.h> #define ARR_SIZE 5 int main() { int arr[ARR_SIZE] = { 1,2,3,4,5 }; int x[ARR_SIZE] = { 1,2,3 }; int y[ARR_SIZE] = { 0 }; int z[] = { -1,0,1 }; int i, size; printf("arr = "); for (i = 0; i < ARR_SIZE; i++) printf("%3d ", arr[i]); printf("\n"); printf("x = "); for (i...
[ "hwa2won@gmail.com" ]
hwa2won@gmail.com
8e3d4a12fcc32d089e3fe22482e020fab49d3f02
c37d94eaedb6d0277b0e44740705e5e1a5d56454
/编程语言(1) C, C++/sources/c 和指针/linkedlist.c
83486cb68a10e6f1714208e2eb271f148451f942
[]
no_license
15831944/blogs
6d4e9c5111f06b268b30a7275d9cc6375b5f0108
1fa6a94d6b6a0b3d000fc3bfce13ac9f87deab64
refs/heads/master
2022-01-06T23:44:05.536952
2018-10-13T02:15:10
2018-10-13T02:15:10
null
0
0
null
null
null
null
UTF-8
C
false
false
5,446
c
/********************************************************* 程序 12.7 提炼简化的插入到一个有序的双链表 参数 指向当前节点的link字段指针的指针, 要插入的新节点的值 *********************************************************/ int doubly_linked_list_insert_v2 (register Node *root_pointer, int new_value) { register Node *this; register No...
[ "weifeng19911024@163.com" ]
weifeng19911024@163.com
ea473a3a758ff5606dcc41abf2f4d0f2b9d8417f
5bc61b078b0df9d6034ab8339e2bd49f7fad4f79
/Classes/Native/mscorlib_System_Collections_Generic_Dictionary_2_KeyCollecti_15MethodDeclarations.h
496fa24ba0900960db6f81248e31e99fd1e74a23
[]
no_license
Marcurion/PureMac
326aceaa69ffe43903dc2e0f3a220a39699a8266
f84326c8739512970707f89ffd9f1d1330314f0f
refs/heads/master
2021-01-10T17:01:28.241337
2015-11-26T18:47:43
2015-11-26T18:47:43
46,941,200
0
0
null
null
null
null
UTF-8
C
false
false
7,335
h
#pragma once #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" // System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Networking.Types.NetworkID,UnityEngine.Networking.Types.NetworkAccessToken> struct KeyCollection_t1600; // System.Object struct Object_t; /...
[ "marcurion@googlemail.com" ]
marcurion@googlemail.com
a509872f9cf3e5184b5165fb31b3fa6961436e37
61d1cd0e9b3325d9ebbaa4ba05fa39ab7907685e
/kernel_header/include/linux/epm_adc.h
874cace391bc7a63d1957870a6cdd4909996698b
[]
no_license
Manish4586/android_platform_htc_a56dj
506fa2e82943fa35cb3bc7b007cb074eb62b7116
ac650ca4fe902f2ee477775241bfe99e8cdb6e92
refs/heads/master
2020-03-15T11:11:01.644293
2018-05-09T03:54:55
2018-05-09T03:54:55
132,115,280
0
1
null
2020-03-07T21:32:04
2018-05-04T08:56:18
C
UTF-8
C
false
false
4,207
h
#ifndef __EPM_ADC_H #define __EPM_ADC_H #include <linux/i2c.h> struct epm_chan_request { uint32_t device_idx; uint32_t channel_idx; int32_t physical; }; struct epm_psoc_init_resp { uint8_t cmd; uint8_t version; uint8_t compatible_ver; uint8_t firm_ver[3]; uint8_t num_dev; uint8_t num_channel; }; struct...
[ "manish.n.manish45@gmail.com" ]
manish.n.manish45@gmail.com
d6205d8829ce23c011cd1fe18639b5f6139016d2
1560e7b9b2d04b7c51d57fe4ea3fa328e8861b9e
/OG/Temp/Includes/Program/Variablesvar.h
b94d6f6179d364ab29d2b40deb307500cba835d0
[]
no_license
sintbjorn/Tatarchuk
2d49cfef6434be7a25722f7201bed483412a8285
9a9690a5d8efb3a630f5512876ba42d510fd7066
refs/heads/master
2020-11-29T09:35:06.360637
2019-12-16T08:51:11
2019-12-16T08:51:11
null
0
0
null
null
null
null
UTF-8
C
false
false
828
h
/* Automation Studio generated header file */ /* Do not edit ! */ #ifndef _BUR_1570199541_1_ #define _BUR_1570199541_1_ #include <bur/plctypes.h> /* Constants */ #ifdef _REPLACE_CONST #else #endif /* Variables */ _BUR_LOCAL struct FB_Motor fb_motor2; _BUR_LOCAL struct FB_Integrator fb_integrator; _BUR_LOCAL struct...
[ "tatarchuk678@gmail.com" ]
tatarchuk678@gmail.com
74c45af2d2f40e2544aa15aac10a3cdc9eb2f31f
d21a3b1b3d068d0fe33d5555f93dae1063ff12f4
/pq.c
8ff786f361e0a91998f677843b74ca7c75ec7992
[]
no_license
amrutheshwaro/ds-lab
97682a9e4b353fab8400b183b698a08123a91d46
d45942329e23544649b45d8170a5ada3c27b31a8
refs/heads/master
2022-03-31T04:01:59.462561
2020-02-06T10:58:48
2020-02-06T10:58:48
null
0
0
null
null
null
null
UTF-8
C
false
false
1,077
c
#include<stdio.h> #include<stdlib.h> #define size 5 int pq[size], rear=-1, front=-1, i, j, data; void check(int data){ for(i=front; i<=rear; i++){ if(data>=pq[i]){ for(j=rear+1; j>i; j--) pq[j]=pq[j-1]; pq[i]=data; } return; } pq[i]=data; } void insert(){ if(rear>=size-1) printf("Queue is full.\n"...
[ "noreply@github.com" ]
amrutheshwaro.noreply@github.com
8484073e81daad475412c9240ca5562b89638ab1
99e494d9ca83ebafdbe6fbebc554ab229edcbacc
/.history/Mcqs/3_20210309193852.c
083b65e368c1fb807106660d061d4083f36534a7
[]
no_license
Datta2901/CCC
c0364caa1e4937bc7bce68e4847c8d599aef0f59
4debb2c1c70df693d0e5f68b5798bd9c7a7ef3dc
refs/heads/master
2023-04-19T10:05:12.372578
2021-04-23T12:50:08
2021-04-23T12:50:08
null
0
0
null
null
null
null
UTF-8
C
false
false
217
c
#include<stdio.h> int something(int number){ if(number <= 0){ return 1; }else{ return number * something(number - 1); } } int main(){ int a = 5,res = 0; res = something(a); }
[ "manikanta2901@gmail.com" ]
manikanta2901@gmail.com
7c167f6083829858a53c41257b4af7814b6a2148
237e09b1ff801d9bf971aba039055c9a46cdfbab
/v_rep/vrep_plugin_skeleton/include/vrep_plugin_skeleton/vrep_plugin_skeleton.h
d3bc18038aaa27118e34b35af3add17f6301829f
[]
no_license
CDibris/Quad_Swarm
03eceebfd8c9bd33f354f6ab65101c4cd4cab15d
5de14b074c3aa7850fd63cee8a3159dcc4ca5b1c
refs/heads/master
2021-01-02T22:51:42.979492
2015-02-25T17:05:47
2015-02-25T17:05:47
31,204,807
1
2
null
null
null
null
UTF-8
C
false
false
1,134
h
// Copyright 2006-2014 Coppelia Robotics GmbH. All rights reserved. // marc@coppeliarobotics.com // www.coppeliarobotics.com // // ------------------------------------------------------------------- // THIS FILE IS DISTRIBUTED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED // WARRANTY. THE USER WILL USE IT AT HIS/HER ...
[ "carmine.recchiuto@gmail.com" ]
carmine.recchiuto@gmail.com
6794779ce85d76cfd5ffef45068eb26208136546
c08f63ddd17b037aef818c567a2e761f74507233
/H.W peripherals/UART &Echo APP/EchoApp.c
2073d4a4d2541a5034bd9ec6ba7102a859dc3e12
[]
no_license
Shadymamdouh1/Sprints_BootCamp
488de8cf9e7cdfef618b37fcef7b79b744ab64ed
f776a97443481c29308ff128ab31d9f01f8160bd
refs/heads/main
2023-08-25T17:25:01.128311
2021-08-15T22:42:19
2021-08-15T22:42:19
383,257,310
0
0
null
2021-11-04T14:11:01
2021-07-05T20:28:13
C
UTF-8
C
false
false
463
c
/* * UART.c * * Created: 7/19/2021 4:32:31 PM * Author : Shady Mamdouh */ #include "types.h" #include "uart.h" int main(void) { uint8_t str[14]; USART_Init(); while (1) { // this function using polling so it should receive the whole 14 characters before send them back ...
[ "noreply@github.com" ]
Shadymamdouh1.noreply@github.com
bddb10b89d2d10b2b96cde0b97b409348aecb8b6
5c36fe9a0e3405a8d74695910be3833804ac60d5
/EE485_HW/HW_Lect7/test/85.txt
5831ad53349d5714ffb27529fd49a65908627d5e
[]
no_license
joonpark2019/EE485
2a72e274338952213d3df4be94151e20f9492331
96864be7704f4607f91c2546e51f22e982653ff7
refs/heads/master
2023-06-23T17:08:59.166481
2021-07-17T07:32:17
2021-07-17T07:32:17
374,081,213
0
0
null
null
null
null
UTF-8
C
false
false
85
txt
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
[ "joonpark2019@gmail.com" ]
joonpark2019@gmail.com
572b85b08fb915e5e94dfcf62fcba9e32bdaa8f5
a8c2fc4607d008fc8cb750975acd23e88fad62f3
/User/bsp/bsp_extsram.h
ee7306d4eee740aba15eff251c27ac27d0f6f758
[]
no_license
yisea123/econez02
e6627ee9d0845fd72288b5dc1587a8b703b6fd78
6e3a964975d33727448e3f2d05c78ed3f53c8708
refs/heads/master
2020-04-07T06:53:13.724086
2014-07-20T09:54:08
2014-07-20T09:54:08
null
0
0
null
null
null
null
GB18030
C
false
false
1,592
h
#ifndef __EXTSRAM_H #define __EXTSRAM_H #include "stm32f10x.h" /*外扩sram地址*/ #define EXT_SRAM_ADDR ((u32)0x60000000) #define fpga_write(offset, data) *((volatile u8*)(EXT_SRAM_ADDR + (offset << 16))) = data #define fpga_read(offset) *((volatile u8*)(EXT_SRAM_ADDR + (offset << 16))) /*内存读写方法 Addr 为偏移地址,0...
[ "huzhiwen28@gmail.com" ]
huzhiwen28@gmail.com
139519c23df436d610f901c098d57188ec73d18a
819fb0f8c734d97c26cffceb54ec921fcec6fb35
/snakesssssssss.c
4566d1b58bdb62da3908a16980765117b55efdb9
[]
no_license
deepakprusty/c-programs
ce624b456565502325acae87a3313dc4e818d136
154e5fb985bffc014dc6f6bd8ebf1acca47cfd6b
refs/heads/master
2022-08-16T19:26:20.865221
2020-05-24T10:06:09
2020-05-24T10:06:09
266,500,293
0
0
null
null
null
null
UTF-8
C
false
false
5,251
c
#include<dos.h> #include<conio.h> #include<graphics.h> #include<stdio.h> #include<stdlib.h> #define UP 72 #define LEFT 75 #define RIGHT 77 #define DOWN 80 #define ESC 1 #ifdef __cplusplus #define __CPPARGS ... #else #define __CPPARGS #endif struct SnakeParts{ int x; int y; }box[50],targe...
[ "noreply@github.com" ]
deepakprusty.noreply@github.com
77a9419694fc5bbce4c809cf5f960931000467cf
3884e12c21a4aa56cf2d8bfa2708a37875960359
/json.h
89e5b037a5a61cac27afdc8f72cf7af323e90f04
[]
no_license
Mrblackhu/server_info_transfer
f97552ee3167163b97e27e2eb504ffa065546d41
ba1d350fbded29459b829bb2a8af3dbdbb0de5ac
refs/heads/master
2021-01-16T21:49:59.240916
2016-08-05T12:42:10
2016-08-05T12:42:10
65,016,142
1
0
null
null
null
null
UTF-8
C
false
false
4,262
h
#include "include.h" //判断是否时json字符串,如果是则返回json_object结构体,否则返回NULL struct json_object *json_checker(const char *str) { struct json_tokener *tok; struct json_object *obj; tok = json_tokener_new(); obj = json_tokener_parse_ex(tok, str, -1); if(!obj){ json_tokener_free(tok); return NULL; } ...
[ "13760260730@163.com" ]
13760260730@163.com
2d98d117c77d6aebab77755fe0d775f2d9ce987f
94d68cf5d10bb41f2df79a09bdc25f62d7575815
/test/inserts.c
56b8ebe4834def846f5ff617d64194ea440412c7
[ "X11-distribute-modifications-variant", "MIT" ]
permissive
geho/android_ncurses
9f0aa5bc961587a07542d937429520d6512c0aa7
a3754ea95eea6118bd49f0507f35a7ef15b41a6c
refs/heads/master
2021-01-18T13:41:44.123754
2012-09-09T00:20:10
2012-09-09T00:20:10
null
0
0
null
null
null
null
UTF-8
C
false
false
10,827
c
/**************************************************************************** * Copyright (c) 2002-2010,2012 Free Software Foundation, Inc. * * * * Permission is hereby granted, free of charge, to any person obtaining a * * copy ...
[ "dickey@invisible-island.net" ]
dickey@invisible-island.net
44c67ef7e4a8075d516e13444ecb526bcc60bb9d
e386964d81f621213a5080b4a2fa1d06ef8c48dd
/ProgramDesign_C/clue_assignments/newFractions/tests.c
c9e822512808dc81e7f13c9ab6d00df5f11d929e
[]
no_license
sanchezg7/CourseWork
e8fd6e5b42bdcecaee0bbbaaddaa3b01b53e2acd
e185a59caef9e1786d6110f7f30e1352527a7bae
refs/heads/master
2021-01-18T04:02:46.877736
2017-03-26T02:12:49
2017-03-26T02:12:49
85,887,980
1
0
null
null
null
null
UTF-8
C
false
false
3,438
c
/**************************************/ /* tests.c */ /* DO NOT MODIFY THIS FILE */ /**************************************/ #include "tests.h" #include "Fraction.h" #include "test_data.h" #include <stdio.h> #include <stdlib.h> #include <string.h> int equalFractions(Fraction R1...
[ "sanchezg.eng@gmail.com" ]
sanchezg.eng@gmail.com
3afd2f1db64b1975a8da0b65833a8d3a660978be
cc138bfb0930095046da0e5642ebdeaf6726dff1
/genMino.h
2c1aa0c43b88e73360587cc555f7e00c97eee183
[]
no_license
jackyxxxmax/lab7
8769e33f9aa1f357efa3fd3141bb594907a897dc
5be861b312439623d844f365f3d045241b88d667
refs/heads/master
2020-04-02T20:41:08.887034
2016-05-31T05:45:27
2016-05-31T05:45:27
60,053,889
0
0
null
null
null
null
UTF-8
C
false
false
168
h
#ifndef GENMINO_H #define GENMINO_H #include"Mino.h" #include"MinoS.h" #include"MinoI.h" #include"MinoZ.h" #include"MinoL.h" #include"MinoJ.h" Mino* genMino(); #endif
[ "qweasdjklzxc@gmail.com" ]
qweasdjklzxc@gmail.com
408dc6305264db87e120e4fdfdc13d12e70250ea
dc65afa5cf0a1dad64d4749a30882953e0c63513
/src/statistics.h
fe921e327ec72452e9e6f99fbb290f024c28d41d
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
unbornchikken/arrayfire_js
a55d92be75ebf9a0c1251f20c3ac045a1bdad545
812e7690066ba7bd7e0e9370b6fff3c3d7e84083
refs/heads/master
2021-01-22T00:59:48.914819
2015-06-23T20:12:40
2015-06-23T20:12:40
null
0
0
null
null
null
null
UTF-8
C
false
false
757
h
/* Copyright 2015 Gábor Mező aka unbornchikken (gabor.mezo@outlook.com) 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...
[ "gabor.mezo@outlook.com" ]
gabor.mezo@outlook.com
05293bd4e66c74ea7040da89c9f5024f716311ab
3517063e6d7df7526ce70b560b5a599d8f7b5eb6
/argon2d.c
ceb5d111f2baf6ca4041f55fc7ba2a3575d28576
[]
no_license
zumy/zumy_hash
c859ba74e3f618b57929b8f35728895e604d04a2
92cbc3fe331bd9e8be1280c34b88df6b9b8337d9
refs/heads/master
2020-04-24T12:28:01.654684
2019-02-21T22:39:08
2019-02-21T22:39:08
171,956,101
0
1
null
null
null
null
UTF-8
C
false
false
1,000
c
#include <stdint.h> #include <stdlib.h> #include <string.h> #include <argon2d/argon2.h> static const size_t INPUT_BYTES = 80; static const size_t OUTPUT_BYTES = 32; static const unsigned int DEFAULT_ARGON2_FLAG = 2; void argon2d_hash(const char* input, char* output) { char hashout[32]; memset(hash...
[ "noreply@github.com" ]
zumy.noreply@github.com
90aa99a7c22942234a3db7f3fffb0484951edcc6
a93f3291a297005161c3feed4855c27406d9cee4
/debug.h
c8aea9ae7c3faca9c5255b489aa38cd24acab2d6
[]
no_license
beaverbusy/pokerstars-hud
a231542b775e83a5d2db65668746a314a9b781d8
5d85d7a1f8dfa7d5a9948c6950064c2fe7fd0417
refs/heads/main
2023-07-27T03:36:29.378222
2021-09-06T08:01:59
2021-09-06T08:01:59
403,533,401
0
1
null
null
null
null
UTF-8
C
false
false
1,851
h
void debug_stat_print (const Stat * stat) { printf ("no: %d, vpip: %d, pfr: %d, 3b: %d, c3b: %d, st: %d, cst: %d, cb: %d, ccb: %d", stat->hand_number, stat->vpip, stat->pfr, stat->three_bet, stat->cthree_bet, stat->steal, stat->csteal, stat->cbet, stat->ccbet); } void action_print (const Action * actio...
[ "noreply@github.com" ]
beaverbusy.noreply@github.com
4ca9a01deade0115ac2ea1f2a021c864f786c96e
50b9681c3e01d3aadcfdf676c5007e87f9c180dd
/sim.c
c3e5ad979b5767188301cbda903e953737a5cba8
[]
no_license
furrtek/PSGTalk
006a41395ec10fd59e3883d9ce0c800546f97555
5300dee230d0acbd64ee18571193cd09589f8f89
refs/heads/master
2020-05-30T04:00:43.052654
2017-01-27T02:57:12
2017-01-27T02:57:12
34,946,399
14
0
null
null
null
null
UTF-8
C
false
false
1,165
c
#include "main.h" int square(int a) { a &= 0xFF; if (a > 0x7F) return 1; else return -1; } int gen_sim(const unsigned int frame_size, const unsigned long frame_count, const char channels, unsigned int const * frequencies, unsigned int const * volumes) { unsigned long size; unsigned long f, s...
[ "furrtek@gmail.com" ]
furrtek@gmail.com
0f9852f1c5eed61176798eb0469be777dcff338a
5d34b64e0c60c0f49c1db23ebd03d7247d1b7012
/lecture20/echo_client_refactored.c
0763d396de78fdaa4fdd21ee780b2f2641acb9b8
[ "MIT" ]
permissive
DrSneus/cse-20289-sp21-examples
c3bcc815ae6bff29dfa84d3e27aabea61c090f17
490b49ea2d49de0daace44fa661c8878b6bdf6a4
refs/heads/master
2023-04-14T20:16:38.132775
2021-04-26T12:00:46
2021-04-26T12:00:46
null
0
0
null
null
null
null
UTF-8
C
false
false
2,277
c
/* echo_client_refactored.c: simple TCP echo client (refactored) */ #include <errno.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <netdb.h> #include <netinet/in.h> #include <sys/socket.h> #include <unistd.h> const char *HOST = "localhost"; const char *PORT = "9422"; FILE *socket_dial(const ...
[ "pbui@nd.edu" ]
pbui@nd.edu
fe7a3d8345de21c2bbc370a417616792b8eaddd0
52f29e48595581498e82be8d6c693d44c332d482
/camera_demo/render/operation/zoom.c
fd7ada1938481b190abd2abe07027c1cf9b50055
[]
no_license
baixugithub/camera
750f12460affde706bf2d1ba0d895d051d9d9bc7
ad50f1b5639ae52c5441b5c728b1caaf0a17dd3c
refs/heads/master
2020-07-01T12:03:09.916420
2019-08-08T03:19:14
2019-08-08T03:19:14
201,169,307
0
0
null
null
null
null
GB18030
C
false
false
2,503
c
#include <config.h> #include <pic_operation.h> #include <stdlib.h> #include <string.h> /********************************************************************** * 函数名称: PicZoom * 功能描述: 近邻取样插值方法缩放图片 * 注意该函数会分配内存来存放缩放后的图片,用完后要用free函数释放掉 * "近邻取样插值"的原理请参考网友"lantianyu520"所著的"图像缩放算法" * 输入参数: ptOrig...
[ "baixu1995@163.com" ]
baixu1995@163.com
34677046d729ff2b15606384977da29d5a1b38fb
3bbf7cabb78491df601022840e17c315ae76e2a4
/Actividad.c
bed0c4aeb586367a6f3f8df6b7ae41c0ebd1c232
[]
no_license
marcosdlopez/Intro.Programacion-Unpaz
0c5fcfdffc9a761c7afb7dc7ee44412b29a68f4b
7269c1cf3d8a983910efd2fce05b1c0845be5741
refs/heads/main
2023-06-03T10:45:41.968674
2021-06-19T13:32:57
2021-06-19T13:32:57
378,409,681
0
0
null
null
null
null
UTF-8
C
false
false
558
c
#include <stdio.h> #include <stdlib.h> int main(){ int numero; printf( "\n Introduzca un n%cmero entero: ", 163 ); scanf( "%d", &numero ); if ( numero % 2 == 0 ) printf( "\n ES PAR \n \n "); if (numero<10) { numero=numero+5; printf("\n\n el resultado es menor a ...
[ "marcos.daniellopez2020@gmail.com" ]
marcos.daniellopez2020@gmail.com
697bec6f2b8c8d1d644ee4f1aa69aeaa6ea56260
aac46091447f846f63f22880710be3161415cbde
/CExamples/FunctionExamples/useFunction.c
8da7094df7a18669aecc40da740798b21469233d
[]
no_license
limin9yuan/CSC553ComputerSystem
5619f77772eaebd8b0c9696233730b7ed925b274
a46ecea960661232dac7fbae9fb3ceb82802264b
refs/heads/master
2021-01-17T05:06:20.032615
2017-03-24T20:52:51
2017-03-24T20:52:51
83,107,552
0
0
null
null
null
null
UTF-8
C
false
false
713
c
//Example of pass by value and pass by reference #include <stdio.h> void pass_by_value(int x) { printf("Begining pass by value x is %d\n", x); x += 10; printf("After add 10 in pass by value x is %d\n", x); } void pass_by_reference(int *x) { printf("Begining pass by reference *x is %d\n", *x); (*x)...
[ "ml580793@sju.edu" ]
ml580793@sju.edu
701de626b03254fe20a27ab7d818a7d074a703ea
5ae0e8ab4bc116b057288184e4ca5be573bc4733
/FunctionExam03/functionExam03.c
ba63aa25389f461070b7e00ee67f30fdc6cdb489
[]
no_license
ParkMin-woo/swBasicCproject
4d4afc427ac30edade943bec8144b0bf9345f17a
95270be5c8064d8c52a3340609d778055409e42d
refs/heads/master
2023-04-08T12:21:56.649306
2021-04-16T12:50:13
2021-04-16T12:50:13
353,385,246
0
0
null
null
null
null
UHC
C
false
false
528
c
/* * functionExam03.c * * Created on: 2021. 2. 8. * Author: Administrator */ // 사칙연산 함수 만들기 #include <stdio.h> void calculator(int a , int b) { printf("%d + %d = %d\n" , a, b , a+b); printf("%d - %d = %d\n" , a, b , a-b); printf("%d * %d = %d\n" , a, b , a*b); printf("%d / %d = %d\n" , a,...
[ "lwmwpark3523@gmail.com" ]
lwmwpark3523@gmail.com
466dac35d6d26359aa4cab8f82f002bab59fc320
3b47777fcfa6b1e86b1990b2f1d7446d0fa8aaac
/files/fs/kcc-4/lib/test/tbsear.c
046a4b4e378842c3c251c4a549b676366cca58ed
[]
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
697
c
#include "stdio.h" int a[] = { -4, -1, 0, 2, 3, 4, 10, 15, 100 }; #define SIZE_OF_A (sizeof(a) / sizeof(int)) main() { extern char *bsearch(); char *p, line[BUFSIZ]; int i, n, compar(); for (i = 0; i < SIZE_OF_A; i++) printf("a[%d] = %d\n", i, a[i]); for (;;) { fputs("n: ", stdout); if (!get...
[ "lars@nocrew.org" ]
lars@nocrew.org
f5c30eddaabea68da4c81021ec0d49e722b37538
2f4348baed1a36ccffd30038566523fdf7e2536d
/libft/ft_lstadd_back.c
5fbd1b586868f7a0e5e81fa70112a4f44bb15c73
[]
no_license
HandsomeTom/Fillit
bb1c8626be1acac90466d2d22d54111fa78edcce
a039021033b026e47c7ea60edbf8e4887396d7e3
refs/heads/master
2021-02-03T21:02:58.583447
2020-02-27T14:17:17
2020-02-27T14:17:17
243,536,090
0
0
null
null
null
null
UTF-8
C
false
false
1,093
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstadd_back.c :+: :+: :+: ...
[ "ngontjar@c3r5p1.hive.fi" ]
ngontjar@c3r5p1.hive.fi
a8ce8362d4180ab04ddb21707f59aebb02b6f2b4
01310abe7c05829f3e0428d83487a69de115bded
/vendor/github.com/DataDog/zstd/zstd_double_fast.h
4fa31acfc0d6562191d6c6328e87fe2e47493425
[ "BSD-3-Clause", "BSD-2-Clause", "Apache-2.0" ]
permissive
AliyunContainerService/kube-eventer
eb578ce0eabd39b7d50ce2ff6852d5e16b30bdd8
3c70ea5d2519a1866fcaa0a3d9171aa92b370284
refs/heads/master
2023-09-02T00:19:22.575307
2023-08-30T03:33:27
2023-08-30T03:33:27
191,912,898
932
291
Apache-2.0
2023-08-30T03:33:53
2019-06-14T09:13:20
Go
UTF-8
C
false
false
1,283
h
/* * Copyright (c) 2016-present, Yann Collet, Facebook, Inc. * All rights reserved. * * This source code is licensed under both the BSD-style license (found in the * LICENSE file in the root directory of this source tree) and the GPLv2 (found * in the COPYING file in the root directory of this source tree). * Yo...
[ "bushuang.gbs@alibaba-inc.com" ]
bushuang.gbs@alibaba-inc.com
04eebae6d81f7f70c8367d60b568a4566f3d48f0
c595e6d3d26b100f53fff6eef93c3b45220a825a
/code/include/LYCard_util.c
6e0cbdc162385092b3356835d7f4413ab506c17d
[]
no_license
ypcthenry/ly
7934644255d3e7bf2e92589735b672d91b701fd1
b32d47a424c12a720205a25f22f244ab391b7cfd
refs/heads/master
2016-09-06T06:37:57.159228
2014-09-16T14:19:35
2014-09-16T14:19:35
null
0
0
null
null
null
null
UTF-8
C
false
false
10,103
c
#include <string.h> #include <stdio.h> #include <stdlib.h> #include <assert.h> #include "LYCard_type.h" #include "LYCard_const.h" #include "LYCard_util.h" //#define DEBUG int Char2Int(u8 c){ return (int)c; } u8 Int2Char(int val){ return (u8)val; } /* 功能: 把字符串转化位整型数据 参数: result:保存结果的整...
[ "ypcthenry@gmail.com" ]
ypcthenry@gmail.com
0f7af5a534889aa850e39d42def3090bd186ef35
177aa285794884eeb907b1682b57cad9d8a40a89
/AtomWear_V1.0/Software/Include/boards/pca10000.h
2911e4695da0a3ab01550a7a8e41b0ac72c54d65
[]
no_license
meowoid/Atomwear
d7101f04c8600389da8a5b5f2826872542228a93
9263a0147afbcdae77351ca957bc1b29e4d9451b
refs/heads/master
2020-12-02T15:04:46.849303
2014-12-27T03:13:47
2014-12-27T03:13:47
29,416,709
1
0
null
2015-01-18T05:22:38
2015-01-18T05:22:37
null
UTF-8
C
false
false
837
h
/* Copyright (c) 2012 Nordic Semiconductor. All Rights Reserved. * * The information contained herein is property of Nordic Semiconductor ASA. * Terms and conditions of usage are described in detail in NORDIC * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. * * Licensees are granted free, non-transferab...
[ "market@giayee.com" ]
market@giayee.com
b4ae05fea56b21cfe900d0972c9466571cb6f988
26bf8f63afa7378af7ee5cf1617fb0a25e331b9f
/dvsdk_ipnctools/codecs-dm365/packages/ti/sdo/codecs/jpegdec/apps/Client/Test/Src/trace.c
c30ee5107e93b2b2c3a720ab41b66e05ca43fe88
[]
no_license
laoshaw/ipnc_5.1-acs1910
ad61d72124bdc56459f412b010aa376dd012f8c1
9e6b45c394e31dcb5c1f858260662ba3bd25f152
refs/heads/master
2021-09-06T01:00:18.731909
2018-02-01T03:43:59
2018-02-01T03:43:59
null
0
0
null
null
null
null
UTF-8
C
false
false
121
c
#include <xdc/std.h> #include <ti/sdo/utils/trace/gt.h> void temp_trace_init() { GT_init(); GT_set("*" "=01234567"); }
[ "82425509@qq.com" ]
82425509@qq.com
06bf686030b46cf79fbd02eb4c4690f473a3cd4e
412472d022695eca8df54fb0dda59265d5058d01
/i/n/v.h
51873be4735415314eb4509e7ac70ea729f8752a
[ "LicenseRef-scancode-public-domain", "MIT" ]
permissive
urbit/archaeology2
ec206349cd15dceb535846a02bd625639b63aa03
7ba6507d0c4f5f4cb8d3d394841e7cee3bbed518
refs/heads/master
2016-09-06T15:00:40.259874
2015-02-24T19:33:50
2015-02-24T19:33:50
31,402,720
1
1
null
null
null
null
UTF-8
C
false
false
4,249
h
/* include/g/v.h ** ** This file is in the public domain. */ /** Data structures. **/ /* u3_cart: ovum carton. */ struct _u3v_arvo; typedef struct _u3v_cart { u3_noun vir; // effects of ovum c3_o did; // cart considered for commit? ...
[ "cgyarvin@gmail.com" ]
cgyarvin@gmail.com
1f8f955a52800e42b3a94435d0fcf153a5583396
c62e1ad384e86a6b3ade77f3031d895181e4f85f
/cTutorial/Tutorial/Language/13. Standard library/ls.c
02a7e324496917e5ea5f15260bec02b2907b7297
[]
no_license
scvalencia/programmingLanguagesTutorials
95a1f363843b79d5d40fe5d33fdc025cbc51b267
da04441cb1a4718f91ae766ee66b646bc06ac867
refs/heads/master
2021-01-11T09:33:34.111767
2017-01-01T04:42:53
2017-01-01T04:42:53
77,763,574
0
0
null
null
null
null
UTF-8
C
false
false
64
c
#include <stdlib.h> int main(void) { system("ls"); return 0; }
[ "sc.valencia606@uniandes.edu.co" ]
sc.valencia606@uniandes.edu.co
c8c882bd9cdf5df1541cb2bdf79a6effe836eef4
ac36c74410596b7c68df83f9bfe2a0fbfc6d9aee
/Pods/Headers/Public/pod4ReactNative/React/RCTBaseTextViewManager.h
a69fa617bdad539ec78b9ae797496e31273875d5
[]
no_license
liujungithup131477/pod4ReactNative
eff3660df46770734a5461d37b217c0024e6f047
b0fc432defc1aa38291f0453848fec7aca385309
refs/heads/master
2021-10-10T07:34:27.668715
2019-01-08T08:01:09
2019-01-08T08:01:09
null
0
0
null
null
null
null
UTF-8
C
false
false
73
h
../../../../../rn-source/Libraries/Text/BaseText/RCTBaseTextViewManager.h
[ "525456448@qq.com" ]
525456448@qq.com
115692e5f6e25ddbef6dd94414f5f62987020f6a
d0fec084a85d9a56a5cf709f1b4f39ebc5d4484f
/FIRMWARE/main.c
eda4760f1dc9a51c9c75d06bb78147da2ec4eb17
[]
no_license
manolena/PIC18F1320-mini-voltmeter
c18de311d7d4f5a724685577b4d3eee8a824c4bc
9486c1e12fba65893e09e2f3a8e541a9bce9a6e4
refs/heads/master
2021-01-19T12:37:30.755160
2017-02-17T19:09:29
2017-02-17T19:09:29
82,328,525
1
0
null
null
null
null
ISO-8859-7
C
false
false
4,871
c
//****************************************************************** // main.C // 17 OCTOBER 2014 // // Author: Manos Mar // // Started: 10 OCTOBER 2014 //*****************************************************************/* #include <pic18.h> ...
[ "noreply@github.com" ]
manolena.noreply@github.com
4c6b88dbca018b6bc2dbdfe10fe990c3e3710091
38843ce9af6cbebed16ac2c64ffa978aed419d6e
/02.c
c5515e049b6e9caa48753331975363997aa783be
[]
no_license
Lwon2001/CCF_202104
269f22468c961e59b9cd148c76db4b2bb135e66a
a7087bd24e21d67c1150fbfa8049cab9c9fe6135
refs/heads/master
2023-07-19T07:58:26.809032
2021-09-06T08:49:01
2021-09-06T08:49:01
403,538,247
0
0
null
null
null
null
UTF-8
C
false
false
2,643
c
#include<stdio.h> #include<malloc.h> int main() { int n, L, r, t; int row, col; //循环用 int row_start, row_end, col_start, col_end; int i, j; //循环用 int answer = 0; int count; //计算每次的neighb和的像素点的个数 double neighbor = 0; // 某一个点的neighbor和 double average; scanf("%d %d %d %d\n", &n, &...
[ "1353028537@qq.com" ]
1353028537@qq.com
3bd99db8c7de5d6b3772d1eeb19da35b5fa38d54
67eac20379df329d55d74f4e36ac206f7d50ec75
/code_examples/MPU_Memory_Protection_1_KIT_TC397_TFT/MPU_Memory_Protection.h
70d445b9bfafbe4f1943c413fab03b878e92c10d
[]
no_license
Infineon/AURIX_code_examples
d0adb2daa86df1eae52aac6451fd5a9d4ba1b5eb
a1623634511d4463537aac33bf791c37fbb17f1c
refs/heads/master
2023-04-13T01:31:03.043401
2023-04-03T11:53:03
2023-04-03T11:53:03
192,314,276
365
278
null
null
null
null
UTF-8
C
false
false
7,103
h
/********************************************************************************************************************** * \file MPU_Memory_Protection.h * \copyright Copyright (C) Infineon Technologies AG 2019 * * Use of this file is subject to the terms of use agreed between (i) you or the company in which ordi...
[ "matteo.vitturi@infineon.com" ]
matteo.vitturi@infineon.com
46750e85026379dcb2b833b03a714d2388f81377
e31d4e8d7afed72f634e7d8e50ab4bc2181e642b
/Inc/SS_servos.h
57f743fda0f7a0c60d41587d22ded0a1514c6234
[]
no_license
borysziel/Hybrid_rocket
613638257896d04c00dd0f06fb7aa39f852aed83
6ee7fa3b69c58bb5bd5ffb7e7bd595b6860d08f5
refs/heads/master
2020-07-12T07:38:58.124958
2019-08-27T17:39:31
2019-08-27T17:39:31
204,756,429
2
0
null
null
null
null
UTF-8
C
false
false
1,686
h
/* * SS_servos.h * * Created on: 25.02.2018 * Author: Tomasz */ #ifndef SS_SERVOS_H_ #define SS_SERVOS_H_ #include "stm32f4xx_hal.h" #include "adc.h" #include "tim.h" extern uint16_t SERVO_DELAY; extern uint8_t START_SERVO_DELAY; extern uint16_t SERVO_DELAY_CLOSE; extern uint8_t START_SERVO_DELAY_CLOSE; ...
[ "borys.zielina@gmail.com" ]
borys.zielina@gmail.com
aca78454defa3dbb19e2fef6756055db2477cbba
b1bb4426d808bca80b29cb3a36ff5284b84e2b59
/P18/source/main.c
17cc5ed90d678298114be0c3c297747cecae3aa5
[]
no_license
sushixian/HW-3
62d47eb4cf22d2f4aac44f521595e5bcac997d5b
57c11ad5e0f73c7f633b58589db62b858a2c0970
refs/heads/master
2023-09-02T15:08:23.684399
2021-11-10T13:25:35
2021-11-10T13:25:35
426,630,651
0
0
null
null
null
null
WINDOWS-1252
C
false
false
299
c
#include <stdio.h> #include <stdlib.h> #include <string.h> void main(void) { char string1[60] = "Welcome"; char string2[60]; int len; strcpy(string2, string1); printf("srint2=%s\n", string2); len = strlen(string2); printf("¦r¦êªø«×¬°%d\n", len); system("pause"); return 0; }
[ "sushixian92@gmail.com" ]
sushixian92@gmail.com
fa35eafd7c4b172d51518f1d7e57bbcd953dd268
c592d2e3b0be7c0745b8bd12532706245ff0297c
/hello_world.c
ea14e60f92ef3b1cb5c6bde869a07bce1954a752
[]
no_license
BigBoyBart2026/lab2-examples
8e99a9b664954d7fe3871caa66d869bb1b049f2b
9ed006c57e8bf0f15722a06951d3f6c79bb4d8e3
refs/heads/master
2023-03-26T12:42:47.911583
2021-03-25T03:32:07
2021-03-25T03:32:07
null
0
0
null
null
null
null
UTF-8
C
false
false
154
c
#include <stdio.h> int main(void) { //Display something // \n stands for New Line, aka. Enter Key printf("Hello World!!!\n"); return 0; }
[ "john.anthony.jose@dlsu.edu.ph" ]
john.anthony.jose@dlsu.edu.ph
036e4c741b95b2ac290bd330f0ee0171de547578
0b3cece819faac9f22a97937d1544899f960f940
/libft/src/ft_striter.c
2b75b07e4ee7357927a6d4137a6f7efebb40e1ed
[]
no_license
opletsan/Lem-in
22e9cb0dfc71ae4ada501e5e79de671c2e668768
7dfdcfb37acc249bbdb38a764fc97538cb5c42ff
refs/heads/master
2020-04-02T03:00:08.604139
2018-10-28T14:15:30
2018-10-28T14:15:30
153,940,280
0
0
null
null
null
null
UTF-8
C
false
false
996
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_striter.c :+: :+: :+: ...
[ "opletsan@e1r10p7.unit.ua" ]
opletsan@e1r10p7.unit.ua
bbdb41ff714070ce493a31bfb68cb8831d2c0cb3
5cbc928166cbc3894648d0ebc0e92ba561e25bbd
/Lab6-ex8.c
860ad75848bfa66ee9aea9856da48d5aaa6ccc0e
[]
no_license
ss9000111/GitTianchen
766df6e5190a221c4b1aea679030a23d432d0521
62e2377169d8ffe6a5da32c689ff4de7e484ca81
refs/heads/master
2020-06-18T16:56:05.361040
2016-12-13T12:38:42
2016-12-13T12:38:42
68,243,927
0
0
null
null
null
null
UTF-8
C
false
false
279
c
#include<stdio.h> #include<string.h> #include<malloc.h> int main(void) { char *s, *dyn_s; int ln; printf("Enter the input string\n"); scanf("%s",s); ln = strlen(s); dyn_s = (char*)malloc(strlen(s)+1); dyn_s = s; dyn_s[strlen(s)]='\0'; printf("%s", dyn_s); return 0; }
[ "tw5v8@mai.missouri.edu" ]
tw5v8@mai.missouri.edu
8f3457f912b0a5d25c0c48764f70e645df2998ae
b2fa537cef03244de283e231932f22ee41aec051
/src/os/win32/host-lib.c
43ed1fcfa824cfa668aa8c492de987238d751fbc
[]
no_license
rebolsource/r3-hostkit
2e0037119cde8a161e2f7994fd3842cc3891e9d5
f331c6a46947e6e5afedc90f3d375bcd3f7ad8a1
refs/heads/master
2021-01-10T18:34:50.420402
2010-09-09T18:38:59
2010-09-10T11:59:58
813,301
0
0
null
null
null
null
UTF-8
C
false
false
17,795
c
/*********************************************************************** ** ** REBOL 3.0 "Invasion" ** Copyright 2010 REBOL Technologies ** All rights reserved. ** ************************************************************************ ** ** Title: OS API function library called by REBOL interpreter ** B...
[ "a@bolka.at" ]
a@bolka.at
d076624c4dd90b5cf947f2662139629a93b383be
07db481e38bb48a7f9323ae5dcdb8e4d82397a93
/LAB 2/Laborator 2/Laborator 2/2.5.c
1e113657206be1832862830ff0badd61b706e2a1
[]
no_license
stefana-matei/TP
0b2618dbbb43fd1232843babab30b464384b6dd2
3552f5273bfad81745772b38a8626178344ead1e
refs/heads/master
2022-04-18T21:26:24.944862
2020-04-14T19:08:12
2020-04-14T19:08:12
255,645,824
0
0
null
null
null
null
UTF-8
C
false
false
1,158
c
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> void citire_matrice(float mat1[][30], int m, int n) { int i, j; for (i = 1;i <= m;i++) { for (j = 1;j <= n;j++) { printf("mat1[%d][%d] = ", i, j); scanf("%f", &mat1[i][j]); } } } void afisare_matrice(float mat1[][30], int m, int n) { ...
[ "stefana.otilia.matei@gmail.com" ]
stefana.otilia.matei@gmail.com
c9ec5a15105cbaa91322cdc56385220f99d3b805
d8f643e16beab50f03ea9dcaccefebd78e93823d
/hw3/hello/hello-2.c
09764450f18d6cee96af852105bccd2d011d80b1
[]
no_license
Definiter/practice-of-operating-system-homework
735c4463339039862ff5b2e1131fd5fae41a58d3
235312781d06653f9e7e8bd15afab8b5dd98f5ff
refs/heads/master
2021-01-10T18:00:48.749441
2016-01-02T16:45:22
2016-01-02T16:45:22
48,916,395
0
0
null
null
null
null
UTF-8
C
false
false
406
c
#include <linux/module.h> /* Needed by all modules */ #include <linux/kernel.h> /* Needed for KERN_INFO */ #include <linux/init.h> /* Needed for the macros */ static int __init hello_2_init(void) { printk(KERN_INFO "Hello, world 2\n"); return 0; } static void __exit hello_2_exit(void) { printk(KERN_...
[ "definiter@gmail.com" ]
definiter@gmail.com
a5720d853506f9c43b775ed3d7b3e74dc273c43c
cb3253adaee3039e74b5fd55fca69d9953d8b4d7
/src/matrix.h
68e1928d81ffd32ddaff2ee4e753302444e7d6d4
[]
no_license
bbstilson/3drenderer
a136558253b59914d508e4dc446f19f15433ebfa
af258b35766823d6546646c784a4d777f6c0bbb1
refs/heads/main
2023-02-21T06:12:46.734256
2021-01-15T06:29:38
2021-01-15T06:29:38
326,808,275
0
0
null
null
null
null
UTF-8
C
false
false
551
h
#ifndef MATRIX_H #define MATRIX_H #include "vector.h" typedef struct { float m[4][4]; } mat4_t; mat4_t mat4_identity(void); mat4_t mat4_make_scale(vec3_t v); mat4_t mat4_make_translation(vec3_t v); mat4_t mat4_make_rotation_x(float a); mat4_t mat4_make_rotation_y(float a); mat4_t mat4_make_rotation_z(float a); m...
[ "bbstilson@fastmail.com" ]
bbstilson@fastmail.com
26949dadd70539788ee6f21bb99de78bd21926f7
519ccd083d22789eb9dfb25daa1ee5efc133dcc6
/extra_functions.h
4f8ee8c05fb51d26029ed976d020204525ed0f25
[]
no_license
wh0am11/sorting_algorithms
3720571f9364280db63a9c02fb6b0f2c56f0c885
f5d87c49b5442968ad986fa14a9362152ffcafb1
refs/heads/master
2021-05-11T22:29:06.173384
2018-01-15T03:35:24
2018-01-15T03:35:24
117,492,664
0
0
null
2018-01-15T03:35:25
2018-01-15T03:28:53
C
UTF-8
C
false
false
1,593
h
#ifndef __extra_functions__ #define __extra_functions__ #include <stdio.h> #include <stdlib.h> #include <string.h> typedef void (*sorting_func)(int array[], int size); typedef int *(*sorting_func2) (int array[], int size); void process_args(int argc, char *argv[], sorting_func sort, sorting_func2 sort2) { int i = ...
[ "wh0am1terminal@gmail.com" ]
wh0am1terminal@gmail.com
6690d6c43dd19c1fcd80a5457a10bc60aaa8829b
979b595a2f8cb2df6846c1d9d666d2a93e6f0823
/dataset/source/NVD/CVE_2007_4521_VULN_play_message.c
303fbd19c57b7275f8dc5b8690d11c98d89e413f
[ "Apache-2.0" ]
permissive
ZouzhiqiangNxf/AutoVAS
c4647ddedaf4b694b0c4f6772983d3e723b39183
99a92411c21241f7030b3c3b697c4161aaaf852b
refs/heads/master
2023-07-11T01:44:36.757798
2021-09-02T01:01:57
2021-09-02T01:01:57
null
0
0
null
null
null
null
UTF-8
C
false
false
4,074
c
static int CVE_2007_4521_VULN_play_message(struct ast_channel *chan, struct ast_vm_user *vmu, struct vm_state *vms) { BODY *body; char *header_content; char cid[256]; char context[256]; char origtime[32]; char duration[16]; char category[32]; char todir[PATH_MAX]; int res = 0; char *attachedfilefmt; char *te...
[ "kppw99@gmail.com" ]
kppw99@gmail.com
0ac9b1c76e2b2be8c3741e48bdb6a38750cff392
92d33f98aa94695212de107792f6c7a736d703b7
/srcs/libft/ft_isascii.c
56823f1ace9a09e1a8da74353a538965b49222b9
[]
no_license
jadonhansen/Telescope
24dad4e154201f2a226175509db1699dba2ede74
6b2d4205f92396705e169c3dadf5d5e461b5983e
refs/heads/master
2020-07-31T03:04:16.450748
2019-09-28T21:57:09
2019-09-28T21:57:09
210,462,135
1
0
null
null
null
null
UTF-8
C
false
false
997
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isascii.c :+: :+: :+: ...
[ "jadongavhansen@gmail.com" ]
jadongavhansen@gmail.com
b2f87b0d1cdf06f57e04606c277f3bc64e31a080
d7df542854240c602c2461b3b03e92e537de0e6b
/source/libdeb/include/debian/libdeb/version.h
fdef83c217c669a19b5f44771f93cf9159344547
[]
no_license
pombredanne/debian-1
42fe47561256f62ff7cadbd440cb04f67b9454b0
bbf77a0d1c2309a95001858d70cd312e5610dd30
refs/heads/master
2021-01-18T10:51:35.687724
2015-03-20T19:51:56
2015-03-20T19:51:56
null
0
0
null
null
null
null
UTF-8
C
false
false
1,289
h
#ifndef __LIBDEB_VERSION_H #define __LIBDEB_VERSION_H #include <stdint.h> #include <debian/libdeb/config.h> #ifdef __cplusplus extern "C" { #endif typedef struct { uint32_t major; uint32_t minor; uint32_t patch; uint32_t build; } DEB_VERSION; typedef enum { DEB_VERSION_EQUAL, DEB_VERSION_EQUAL_OR_HIGHER, DE...
[ "photonios@outlook.com" ]
photonios@outlook.com
6f49ad62bbde330f27cf97f0231513e35e40630a
9d364070c646239b2efad7abbab58f4ad602ef7b
/platform/external/kernel-headers/original/uapi/asm-mips/asm/fcntl.h
14e51245d82065cc30ee5e805c7d1b15fc11972f
[]
no_license
denix123/a32_ul
4ffe304b13c1266b6c7409d790979eb8e3b0379c
b2fd25640704f37d5248da9cc147ed267d4771c2
refs/heads/master
2021-01-17T20:21:17.196296
2016-08-16T04:30:53
2016-08-16T04:30:53
65,786,970
0
2
null
2020-03-06T22:00:52
2016-08-16T04:15:54
null
UTF-8
C
false
false
1,119
h
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1995, 96, 97, 98, 99, 2003, 05 Ralf Baechle */ #ifndef _UAPI_ASM_FCNTL_H #define _UAPI_ASM_FCNTL_H #include <asm/sgidefs.h...
[ "allegrant@mail.ru" ]
allegrant@mail.ru
f0bf5e9ab069968524375b992a3748feb227b067
4b6011ee606cd8231fef233d7a2e8e236814066b
/main-convexhull.c
2f98b848401d6f1f378cf9053bc4d57b54901b4d
[]
no_license
tegarwicaksono/count-helium-U_shape
02904184c57c482bc6b9d068086edd7347b7b462
0bdd43172b91bec465f17d48cbab1a7b590bd7ac
refs/heads/master
2021-01-19T18:10:22.772266
2015-07-23T18:49:42
2015-07-23T18:49:42
39,585,651
0
0
null
null
null
null
UTF-8
C
false
false
1,568
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include <time.h> #include "convexhull-input.c" #include "convexhull-iron.c" #include "convexhull-convexhull.c" #include "convexhull-cluster-buildarray.c" #include "convexhull-cluster-readatoms.c" #include "convexhull-cluster-performanalysis.c...
[ "wicaksono.at@gmail.com" ]
wicaksono.at@gmail.com
c827d2e6500823d73020d0eda7001f1945a621f9
c5815d20d0a366429b32f3fa74375e551607cef5
/sources/compute_integrals.c
9fc004bf352cc58ca213a8b6cf287b2c44e40b4e
[]
no_license
Victor-Frocrain/110borwein_2018
c203eaab4177d3c6850102534a9fda81fd3da525
0ff5fabffc9067449a2662db645ecc8d42e69ffb
refs/heads/master
2023-01-15T11:42:50.569471
2020-11-19T14:55:50
2020-11-19T14:55:50
null
0
0
null
null
null
null
UTF-8
C
false
false
1,802
c
/* ** EPITECH PROJECT, 2019 ** compute_integrals ** File description: ** compute_integrals */ #include "borwein.h" double compute_first(int n, double x) { double result = 1; for (int k = 0; k <= n; k++) if (x != 0) result = result * (sin(x / ((2 * k) + 1)) / (x / ((2 * k) + 1))); retu...
[ "vfrocrain@localhost.localdomain" ]
vfrocrain@localhost.localdomain
78bf142faabc59c95f57c3ca679cf1b6f42a41de
d91091373813dbd464ee3172ed1dcfc703f25d79
/Packdef.h
340880e5984aea151d219d94b9dfbc590b5395b1
[]
no_license
pickMswang/small_red_book
4f2d974562dc23487f0c5c1af56773f6547a432f
6e55078cb5f961bbc1555f6401b255f9fd2eb66c
refs/heads/master
2020-04-06T08:36:44.820067
2018-12-18T14:38:17
2018-12-18T14:38:17
157,310,092
3
0
null
null
null
null
UTF-8
C
false
false
1,856
h
//#pragma pack(1) #ifndef PACKDEF_H #define PACKDEF_H #define SERVER_IP "10.50.66.241" typedef char PackType; #define BEGIN_PROTOCOL_MAP static const ProtocolMap m_ProtocolMapEntries[]= \ { #define END_PROTOCOL_MAP {0,0} \ }; #define PM(X,Y) {X,Y}, //边界值 #define _DEF_SIZE 64 #define _DEF_STREAMSIZE ...
[ "noreply@github.com" ]
pickMswang.noreply@github.com
53fb1fbb77231bcdb3be3dc8c78c3f72206bcf61
e4f2512bc64b0258e1713a0e3736616f77fecf3a
/c05/ex08/ft_ten_queens_puzzle.c
32ffc0375e848c8c0c589d17935dc6c968e9cdfc
[]
no_license
roliveir10/Piscine42
8a3de03f958e45e451198f3cae1b3be6bba40d62
be6f59b6312bf5b1952e9d42e5eeb4525050b23c
refs/heads/master
2023-06-25T17:25:08.441129
2021-07-25T09:15:43
2021-07-25T09:15:43
388,554,571
0
0
null
null
null
null
UTF-8
C
false
false
2,643
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_ten_queens_puzzle.c :+: :+: :+: ...
[ "robin.10contact@gmail.com" ]
robin.10contact@gmail.com
68d7787224e8813e9f155e19eb076b98dfa87025
8ff514a223b7c38bce18887abfeffec11606d0fe
/Linux-usb-cable-driver/jtagkey.c
8bfab2bcda061c93602708ab3a6db53893cca0fd
[]
no_license
ninevoltz/va2000
1e76147e7ee8cf91b4d5023e107b5b7144e76b2a
adf7e3be4623f5614514c82969c4b23d9eebf738
refs/heads/master
2021-01-19T13:11:11.038349
2017-09-26T17:50:08
2017-09-26T17:50:08
100,829,649
6
0
null
null
null
null
UTF-8
C
false
false
8,733
c
#include <stdio.h> #include <libftdi1/ftdi.h> #include <unistd.h> #include <pthread.h> #include <inttypes.h> #include "usb-driver.h" #include "config.h" #include "jtagkey.h" #include "jtagmon.h" #define USBBUFSIZE 1048576 #define JTAG_SPEED 100000 #define BULK_LATENCY 2 #define OTHER_LATENCY 1 static struct ftdi_cont...
[ "john@spy-free.net" ]
john@spy-free.net
5342f794ffd8873065015719620ba1ec0fdb8870
10ff2b4672dcdfb7b9f958d1b2d3ba1a5343afd9
/C01/ex04/ft_ultimate_div_mod.c
5188968d78af55832e4f7c2aee3bd891a8f0c639
[]
no_license
accamposs/42Piscine
a9ae3552d650d8a1a0e34a66e63b97fbb0089ff2
f3ee596eef8f3b894efae10144f0d2a6d225cdc5
refs/heads/master
2023-03-03T03:20:32.542884
2021-02-14T18:46:44
2021-02-14T18:46:44
326,830,749
0
1
null
2021-01-20T03:02:45
2021-01-04T23:16:09
C
UTF-8
C
false
false
1,022
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_ultimate_div_mod.c :+: :+: :+: ...
[ "catperei@student.42lisboa.com" ]
catperei@student.42lisboa.com
fab16371f682a92bd5b4bf0764eea013bb878a8c
e9f676e24ac0defc34bdec21d789257bf4039b44
/adsIlgas_func.c
06c072a4b7cd190b489bea36e5d9f6b678a90571
[]
no_license
vkolupayev/Priemimo-Komisija
b2ce0d058a31cc8431ef207ba403f11acb959978
1df76103b91ea676bd7ac78a534a7c8dab00d82c
refs/heads/master
2020-05-31T01:26:52.184009
2019-06-03T17:18:21
2019-06-03T17:18:21
190,049,395
0
0
null
null
null
null
UTF-8
C
false
false
33,857
c
#include "adsIlgas_h.h" // Skaiciaus ivedimas void ivedimas(char **skaicius) { int mem = 64; char *eilute = malloc(mem); fgets(eilute, mem, stdin); while(eilute[strlen(eilute) - 1] != '\n'){ mem *= 2; eilute = realloc(eilute, mem); fgets(eilute + mem / 2 - 1, mem / 2 + 1, stdin); } for (int i = 0;...
[ "43333633+vkolupayev@users.noreply.github.com" ]
43333633+vkolupayev@users.noreply.github.com
25be98d14058b351801d31c6ef6c870ce247ac38
c59193fbf7d37b154d595878d2b3625eb3a2a12a
/Key Test/Src/gpio.c
47f63f619a0b00e50a00116b0aa942f136a006fa
[]
no_license
qnyt734296536/RabbitBasicsCode
20d8c0bb0804b417504646117722755cfc53b23c
d51b471e5becc7927d39b762237c7fda1b361989
refs/heads/master
2022-06-09T03:38:47.707594
2020-05-05T07:02:21
2020-05-05T07:02:21
256,367,739
2
2
null
null
null
null
UTF-8
C
false
false
2,221
c
/** ****************************************************************************** * File Name : gpio.c * Description : This file provides code for the configuration * of all used GPIO pins. ****************************************************************************** *...
[ "734296536@qq.com" ]
734296536@qq.com
1882f76111af332b7d9c18164e133fd81fe61669
9c7868ecf596f41d158016eb1f31ae8b08985502
/array transfer.c
a1b7220980d332077eb1a14a0c79edeb745f2f1f
[]
no_license
Prativa98/1st-Semester
08d9939023a9d3b167d86c6e4f152fc6bd9be358
19ea52891054fd70b721b3df98071bc40156989c
refs/heads/master
2020-03-09T06:47:09.093417
2018-05-08T05:47:51
2018-05-08T05:47:51
128,648,225
0
0
null
null
null
null
UTF-8
C
false
false
241
c
#include<stdio.h> void main(){ int a[3],b[3],i,j; printf("enter the values for a[3]:"); for(i=0;i<3;i++){ scanf("%d",&a[i]);} printf("values of b[3]:\n"); for (j=0;j<3;j++){ b[j]=a[j]; printf("%d\n",b[j]); } }
[ "noreply@github.com" ]
Prativa98.noreply@github.com
86a9fa7c1d70fcd4c23926037544ca35e020c50d
008060072ef30e7ee7920e92e32cce337d85030d
/feeds/ipq807x/qca-nss-dp/src/hal/syn_gmac_dp/syn_dp_tx_rx.c
ea01884d861aa0c6e365424450b61ed0f75c2f02
[ "BSD-3-Clause" ]
permissive
Kenneth-Lu/wlan-ap
2859803835876137427da3fc94d828c9f99a7cce
4468e90d2c0edf4d4b68b33e7b22259f8501ba40
refs/heads/plume/dev
2023-07-14T20:23:04.325249
2021-02-26T14:14:27
2021-03-01T15:44:14
357,393,186
1
1
BSD-3-Clause
2021-06-09T04:51:30
2021-04-13T01:54:40
null
UTF-8
C
false
false
13,096
c
/* * Copyright (c) 2020, The Linux Foundation. All rights reserved. * * 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. * * THE SOFTWARE IS PROVIDE...
[ "john@phrozen.org" ]
john@phrozen.org
0131a1db9463a4692b2da254c09eba6205c80f81
a4e8b8c6cd6a4d8d0d20ff1c4e0e8d7dc6f1cd1c
/nRF_SDK/nRF5_SDK_12.3.0/components/proprietary_rf/gzll/config/nrf_gzp_config.h
874dc5f646151c066893894c476b9d699423ec38
[]
no_license
bingerz/SES_Example_Projects_for_nRF51
e665f46f2f60fe8ee94b637b377e87f4111cc85f
91f79b51de68c0eddd7f2ec3857e1bd4ceb46cac
refs/heads/master
2020-04-23T10:51:08.824782
2019-04-18T14:58:41
2019-04-18T14:58:41
171,116,656
2
1
null
null
null
null
UTF-8
C
false
false
5,421
h
/** * Copyright (c) 2008 - 2017, Nordic Semiconductor ASA * * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright...
[ "hanbing0604@aliyun.com" ]
hanbing0604@aliyun.com
8faf8af878f8a40a28dbf519b677b87056efd62c
9a28db26b536def846460279632011acd7f3db25
/production/macros/ratio_plots.C
55b07607c9cab15635633900cb7afba727b9ff98
[]
no_license
imooney/jetmass
637ec1d66ce60e37f3f4f24e6f5a6c5f629481b4
a86fc434c437680763d1dc4dad650b7e098e02da
refs/heads/master
2020-03-21T13:29:29.949971
2019-06-13T23:09:35
2019-06-13T23:09:35
138,608,690
0
0
null
null
null
null
UTF-8
C
false
false
8,612
c
#include "Plots.h" using namespace std; void ratio_plots () { TFile *f = new TFile("~/jetmass/production/macros/hists/ratio.root","READ"); TH1D* off1520 = (TH1D*) f->Get("hoff1520"); TH1D* off2025 = (TH1D*) f->Get("hoff2025"); TH1D* off2530 = (TH1D*) f->Get("hoff2530"); TH1D* off3040 = (TH1D*) f->Get("ho...
[ "fs3383@wayne.edu" ]
fs3383@wayne.edu
bb24a150a7afe042fbc8f881028d7a3ae348dd8d
4d2d10962626d0ea6a418317fde93e5fb735ec6c
/ThirdParty/mono/repo/mono/mini/jit.h
bcef0e33aea0a55fcb4d7387d6221bd3730e5f8d
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-unknown", "MIT", "CC-BY-4.0", "CC-BY-2.5", "GPL-2.0-only", "Apache-2.0", "LicenseRef-scancode-info-zip-2009-01", "GPL-1.0-or-later", "BSD-3-Clause", "MPL-1.1", "MS-PL", "License...
permissive
m-sobieszek/fonline
ae8b034f38871ebe1a5117703c3015a95798a2fa
f19a7fbf4063d0377578f86012be0be4088c42ff
refs/heads/master
2022-07-21T01:29:11.052381
2022-05-16T15:39:32
2022-05-16T15:39:32
227,718,607
0
0
MIT
2019-12-12T23:59:35
2019-12-12T23:59:34
null
UTF-8
C
false
false
2,960
h
/** * \file * Author: * Dietmar Maurer (dietmar@ximian.com) * * (C) 2001, 2002, 2003 Ximian, Inc. */ #ifndef _MONO_JIT_JIT_H_ #define _MONO_JIT_JIT_H_ #include <mono/metadata/appdomain.h> MONO_BEGIN_DECLS MONO_API MonoDomain * mono_jit_init (const char *file); MONO_API MonoDomain * mono_jit_...
[ "cvet@tut.by" ]
cvet@tut.by
6233e1f6c8c5b6cd6b1eb6467edfd447b67f3e01
87545cabb2b495d3eb070fe5de0ff6d0a6c04a85
/DarkSUSY_mH_125/mGammaD_0550/cT_050/DarkSusy_mH_125_mGammaD_0550_cT_05_LHE_n1_pZ.C
d9ef56c0288ace3b85a9882905595961a3ec1352
[]
no_license
cms-tamu/MuJetAnalysis_DarkSusySamples_LHE_8TeV_02
50de31043664f153b1fa4086309e015b03819ac1
20ecc632d765ec0113f32968d7431ecc59882522
refs/heads/master
2021-01-22T02:43:08.101873
2015-03-18T14:28:37
2015-03-18T14:28:37
31,564,025
0
0
null
null
null
null
UTF-8
C
false
false
65,114
c
{ //=========Macro generated from canvas: cnv/cnv //========= (Mon Mar 16 16:48:32 2015) by ROOT version5.34/18 TCanvas *cnv = new TCanvas("cnv", "cnv",1320,22,904,928); gStyle->SetOptFit(1); gStyle->SetOptStat(0); gStyle->SetOptTitle(0); cnv->SetHighLightColor(2); cnv->Range(-63.75,-0.003454931,311....
[ "bmichlin@rice.edu" ]
bmichlin@rice.edu
765e8763c1c68b7c58a7623f8646f67297755bc6
2c9c0db1355def24cd3a026fcfdaca54994c159b
/mmfsample.c
da0ff9210157be470c218d7cbef4bc9d1e42f53c
[ "MIT" ]
permissive
AntonAngeloff/MPEG1V-Decoder
be1889e393ff7583a922182edb3b794a0da51cb2
05f25617e7f6d89b5790f8895e4c1b5be3411eec
refs/heads/master
2021-01-13T08:44:53.261972
2016-10-30T18:15:25
2016-10-30T18:15:25
72,359,568
0
0
null
null
null
null
UTF-8
C
false
false
6,584
c
#include "mmfsample.h" #include "string.h" #include "stddef.h" MMFRES mmf_sample_allocate(MMFSample **ppSample) { //allocate new struct if ( (*ppSample = mmf_alloc(sizeof(MMFSample))) == NULL) { return RC_OUTOFMEM; //return out of mem error } //Initialize defaults to sample memset(*ppSample, 0, sizeof(MMFSa...
[ "ant0n@mail.bg" ]
ant0n@mail.bg
de92cdae472287d57f624708876c6df0ed9bedff
d00a4e2281273205a35809c6beaeea0816d9a5c5
/wallieullah/wallie.c1.c
03807e07ebc4fcacaaf1e66c795944a00ebda1ae
[]
no_license
wallwpcab/test
eb1e7409fdb4f8cb764c3377b57d4ade4a58e05a
4670ef2b408afe71ac320df653f9edf216a6c55b
refs/heads/master
2021-01-12T07:34:32.581225
2016-12-20T18:44:41
2016-12-20T18:44:41
76,981,040
0
0
null
null
null
null
UTF-8
C
false
false
232
c
#include<stdio.h> int main() { int gd = DETECT, gm; int x = 320, y = 240, radius; initgraph(&gd, &gm, "C:\\TC\\BGI"); for ( radius = 25; radius <= 125 ; radius = radius + 20) circle(x, y, radius); getch(); closegraph(); return 0; }
[ "walihullah@gmail.com" ]
walihullah@gmail.com
1d266d17b8e961bae40f740f2f47d33c8a391a70
669e55b332864350363e09d5e9b7c8b3ea8a1d8d
/lab 5/matmul.c
fe17499bdcb9eacef3cd975b6d864887252affd0
[]
no_license
Lolzdoc/multicore
671d8fcc914e386d858e115b2a82d27bc5c1159e
6f361226a92bbb9880a9ec3e59423d9ed92f835f
refs/heads/master
2021-01-19T05:49:15.522549
2015-10-14T10:06:05
2015-10-14T10:06:05
42,859,168
0
0
null
null
null
null
UTF-8
C
false
false
330
c
#include <stdio.h> #include <string.h> #define N (1024) double a[N][N]; double b[N][N]; double c[N][N]; int main(void) { size_t i, j, k; #pragma omp parallel for for (i = 0; i < N; i += 1) { for (k = 0; k < N; k += 1) for (j = 0; j < N; j += 1) { a[i][j] = 0; a[i][j] += b[i][k] * c[k][j]; } } re...
[ "dat12hri@student.lth.se" ]
dat12hri@student.lth.se
04a5aca3bd806de9ea87dbcf0938d8a85822eecb
8a0a1f4e7e43875ba11cc5b6b56f98db307c22d6
/src/qs8-dwconv/gen/up24x9-minmax-gemmlowp-sse41-mul32.c
d56b5ba0e07f424149aa3eb2820bb6d6af7cf5ff
[ "BSD-3-Clause", "LicenseRef-scancode-generic-cla" ]
permissive
jokester/XNNPACK
8118e2cb16481ed0cbb87e9779763884ffd5ddcb
0d979d5ee62c750d122235a11e4568ef04a50243
refs/heads/master
2023-04-25T17:32:52.073648
2021-06-09T20:21:18
2021-06-09T20:22:05
null
0
0
null
null
null
null
UTF-8
C
false
false
31,303
c
// Auto-generated file. Do not edit! // Template: src/qs8-dwconv/unipass-sse-mul32.c.in // Generator: tools/xngen // // Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <imm...
[ "xnnpack-github-robot@google.com" ]
xnnpack-github-robot@google.com
dd2182da95dbcea7ff45f21dc3402b21d0d02312
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/net/wireless/intel/iwlegacy/extr_common.c_il_poll_bit.c
df831e0b6a3e0d9f9f4423503a18dcc878d28e5f
[]
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
809
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
d38d25a09af0b27b64ac70ea5382dc42c93ec460
d95dc1beb1f3681919bf787c9141b1119dc3e9ba
/common/sita/cpdlc/src/UM177NULL.h
7b05f87f5f4b63157f048e0982a303cf26e8ef07
[]
no_license
ansartnl/GRANIT
ec26d53a291e98a098e7f1e6bb8812ed9983a8dd
5f687b47c52444d9f0801414cebe903658678a53
refs/heads/main
2022-12-30T14:04:40.779016
2020-10-16T09:12:22
2020-10-16T09:12:22
304,633,662
2
0
null
null
null
null
UTF-8
C
false
false
941
h
/* * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "ATCTwoWayDataLinkCommunications" * found in "../cpdlc.asn" * `asn1c -S /home/alex/src/asn1c/skeletons/ -fcompound-names` */ #ifndef _UM177NULL_H_ #define _UM177NULL_H_ #include <asn_application.h> /* Including external dependencie...
[ "50514882+dg-atmsys@users.noreply.github.com" ]
50514882+dg-atmsys@users.noreply.github.com
2f099efb8ade4437c2e00480518e0308c8898274
ed352e0a5baff53d8d1d0ac553e9389f3fa824c4
/mario.c
38232c42a91415183a9db7d536ce581f58f4755b
[]
no_license
ribex/pset1
be7d4a10675af4b6cb25a02e8c2aa1b54a77d18c
0956997faaf40a3b34c53ea80b02290955ae95a7
refs/heads/master
2021-07-25T02:21:48.508500
2017-11-05T21:27:05
2017-11-05T21:27:05
108,659,921
0
0
null
null
null
null
UTF-8
C
false
false
774
c
#include <stdio.h> #include <cs50.h> int main(void) { int height; // prompt the user for valid input between 0 and 23 inclusive do { printf("Height: "); height = get_int(); } while ((height > 23) || (height < 0)); int spaces = height - 1; for (int i = 0; i < height; i++) { ...
[ "ribexy@gmail.com" ]
ribexy@gmail.com
f1f05a2d1422a7763bb682d15c992c6fb6519ada
bcddcbd49bfc9101c05640525b0f32b60ffa0562
/libft/ft_strcpy.c
6ed5e0da652005416abd40c18b35a4c0f393dbed
[]
no_license
arodiono/lem-in
16169ba9955fb6742d00328b1ac2848847e3198d
9bae77270ae51a636f3b365fe9d7a4295c8416d5
refs/heads/master
2021-01-25T10:56:30.218627
2017-06-09T21:15:52
2017-06-09T21:15:52
93,897,258
0
0
null
null
null
null
UTF-8
C
false
false
1,044
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strcpy.c :+: :+: :+: ...
[ "arodiono@e1r5p7.unit.ua" ]
arodiono@e1r5p7.unit.ua
acc48e2519b5665d4769328118125eb1cb7a6c8e
61468dddd5f10b798423605177726a2b3bdde8ca
/bmi/src/access/access.c
05aca1e6f059dcedfc89952dd0eb8b747535ea93
[]
no_license
GabrieleFortunato/bmi
e13438cf904b845c29dfd1782a024b755c446f3b
4899df736e02c95dca74d68b488697c750391a47
refs/heads/master
2021-07-20T08:32:09.799836
2019-05-25T16:36:03
2019-05-25T16:36:03
92,573,398
0
0
null
null
null
null
UTF-8
C
false
false
236
c
/* * access.c * * Created on: 04 mar 2018 * Author: Gabriele Fortunato */ #include "access.h" void print_access_on_file(FILE* file){ time_t ora = time(NULL); fputs((char*) asctime(localtime(&ora)) , file); }
[ "gabrielefortunato78@libero.it" ]
gabrielefortunato78@libero.it
1e9834295851f714d42ae3c16b31be9557613003
724527e0f0f60005fc295a8f2e72ca69e8c7d6fc
/software/Class B Demos/CLASSB_RAMMarchCTest.X/CLASSB_RAMMarchCTest.c
6e2617c3778e7d1460b6bf0635b15df26a7e4c17
[]
no_license
PICdew/classb_mcu8-PIC16
e4b0582570ce0b4159f429e915c22cc6bcadeb90
0557cfef7026623d3ced04703b67f10aa8145b89
refs/heads/master
2020-04-10T09:27:36.158725
2016-08-17T18:26:47
2016-08-17T18:26:47
null
0
0
null
null
null
null
WINDOWS-1250
C
false
false
17,156
c
/********************************************************************** * © 2013 - 2014 Microchip Technology Inc. * * Project Name: Class B Library * FileName: CLASSB_RAMMarchCTest.c * Dependencies: CLASSB_RAMMarchCTest.h * Processor: PIC16F1xxx * Compiler: XC8 * IDE: ...
[ "Douglas.Anderson@microchip.com" ]
Douglas.Anderson@microchip.com
acb6e8917c2c25ec529b619a78de1e41ec1cf7e6
d39fc2c4bec0ce952562e9f7cfb94cf030262aa1
/Dynamic/longest_inrsing_subsequence.c
5daeb5aca607c926bd19a0eb6da6a0e037704bf3
[]
no_license
VasudevaH/APS2019
3f7fe3e8d3438ac1c0632df0b00bbef8617c5338
eeb16a7e781702f2c03f689276796dcf2f4b268a
refs/heads/master
2020-04-21T21:45:19.083042
2019-03-14T10:24:18
2019-03-14T10:24:18
169,889,023
0
0
null
null
null
null
UTF-8
C
false
false
415
c
#include<stdio.h> #include<stdlib.h> int main(){ int n; printf("Enter number of elements in an array\n"); scanf("%d",&n); int i,j; int arr[n]; int temp_arr[n]; for(i=0;i<n;i++){ scanf("%d",&arr[i]); temp_arr[i]=1; } int max=0; for(i=0;i<n-1;i++){ for(j=i+1;j<n;j++){ if((arr[j]>arr[i])&&(temp_arr[i]+1>temp_arr[j])) te...
[ "vasudeva731@gmail.com" ]
vasudeva731@gmail.com
97480c8750c05dded300e7beb14addbe70cbf94a
1ae06dc85014fbb658aba733053763165950d318
/vendor/github.com/spdk/spdk/dpdk/drivers/crypto/scheduler/scheduler_failover.c
3a023b8ad37d71689ab958c58b1d9bb0cd31cefc
[ "GPL-2.0-only", "BSD-3-Clause", "Apache-2.0" ]
permissive
intel/oim
4bc003da0a6b75d1fe50c848aa9bb68145fc69c0
ee179563970db92487d76b373cc3b25dc2c99ca5
refs/heads/master
2023-09-03T01:15:52.079309
2022-08-04T22:47:56
2022-08-04T22:47:56
168,253,801
18
9
Apache-2.0
2019-03-04T15:20:47
2019-01-30T00:48:36
Go
UTF-8
C
false
false
5,372
c
/* SPDX-License-Identifier: BSD-3-Clause * Copyright(c) 2017 Intel Corporation */ #include <rte_cryptodev.h> #include <rte_malloc.h> #include "rte_cryptodev_scheduler_operations.h" #include "scheduler_pmd_private.h" #define PRIMARY_SLAVE_IDX 0 #define SECONDARY_SLAVE_IDX 1 #define NB_FAILOVER_SLAVES 2 #define SLAV...
[ "patrick.ohly@intel.com" ]
patrick.ohly@intel.com
de09dd4007e44b7f8951e4415d51971febc6b8fd
9c6850880976b0882236e2368a8120b955302abe
/services/ConstraintRange.h
92fb905ceb366e74a5ac4478de53372eeced81d3
[]
no_license
neptcloud/Triton
44ef3b6eb1efea5732f648f39df422d82ddfa161
9faeebe479db4fffb0d3f208d41388401696f651
refs/heads/master
2021-01-13T02:28:00.174382
2014-11-06T16:14:38
2014-11-06T16:14:38
24,129,185
3
2
null
null
null
null
UTF-8
C
false
false
1,418
h
/****************************************************************************** * Copyright (c) 2013, AllSeen Alliance. All rights reserved. * * 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 not...
[ "0502lian@163.com" ]
0502lian@163.com
e3e6c362dc558c56d477bdff95ad20fb5bb4f5b7
9f2f6777d8836208b1a3b9b95a5d4e4365cc0cb4
/Peking/Peking-ios/Pods/Headers/Private/AAChartKit/AAJSStringPurer.h
806a4e1745b867dfd47e01111a4cf706beae0628
[]
no_license
chelin192837/Peking
56cc3f70e82be498bec69a3aec4497a549324fc2
687f8d0f98c22bc86ca26edfc63d287f49725b06
refs/heads/master
2022-12-17T06:28:46.214809
2019-11-08T13:47:00
2019-11-08T13:47:00
220,473,507
1
0
null
2022-12-09T00:54:27
2019-11-08T13:34:35
Objective-C
UTF-8
C
false
false
67
h
../../../AAChartKit/AAChartKitLib/AAChartConfiger/AAJSStringPurer.h
[ "15510373985@163.com" ]
15510373985@163.com
d60a48ddf5951be9ba0802492e808d3f0cd356e0
e05e1f26f2fb294c4cc3372e7430053a812ba127
/src/mame/drivers/kchamp.c
0cce5c34d5eb7848becb41da63fd169baff88431
[]
no_license
libretro/mame2010-libretro
bc790587114fe7f6ed993eb501ac2f39e5313a2b
5f524dd5fca63ec1dcf5cca63885286109937587
refs/heads/master
2023-07-20T02:37:24.718908
2022-06-14T21:05:20
2022-06-14T21:05:20
12,561,226
36
97
null
2023-07-09T13:02:58
2013-09-03T10:33:26
C
UTF-8
C
false
false
38,347
c
/*************************************************************************** Karate Champ - (c) 1984 Data East driver by Ernesto Corvi Changes: (1999/11/11 Takahiro Nogi) Changed "karatedo" to "karatevs". Supported "karatedo". Corrected DIPSW settings.(kchamp/karatedo) Currently supported sets: Karat...
[ "r-type@somewhere.org" ]
r-type@somewhere.org
a35cece41c813a806615332272d59ef568436133
9e0b483091464d7feb8b626b5b797e2e8045cabe
/hackerone/pwn/mips/shellcode.c
e91fb4f4a651ac7f583f4d4e69c4cd8b60bbf0f3
[]
no_license
hkraw/ctf_
9085172e482c23f5c7add89f931ecfce108f5894
ce0400306e7f08c1e7f062b9ebd6ecc9d3649e83
refs/heads/master
2023-02-09T08:17:57.302965
2020-12-27T05:31:18
2020-12-27T05:31:18
282,471,760
0
0
null
null
null
null
UTF-8
C
false
false
913
c
#include "stdio.h" char shellcode[] = { "\x50\x73\x06\x24" /* li a2,0x7350 */ "\xff\xff\xd0\x04" /* LB: bltzal a2,LB */ "\x50\x73\x0f\x24" /* li $t7,0x7350 (nop) */ "\xff\xff\x06\x28" /* slti a2, $0,-1 */ "\xe0\xff\xbd\x27" /* addiu sp,...
[ "noreply@github.com" ]
hkraw.noreply@github.com
26c2d1f67b8a179f979d1d522e3cde45f067c11b
526aceac9b72b23ceffba6c6d87dc08531cc0c2b
/src/ft_read/libft/ft_putendl.c
029867a1da4e3bbc51094c4a4ad7e3114ff80209
[]
no_license
nngwenya/42sh
9ee013762ffde346571ff8b27f39e10ba9bbc75d
19ebdaaac1764f50370cd5843e79e18591bb5b1c
refs/heads/master
2020-03-29T22:46:09.525288
2018-09-26T14:49:56
2018-09-26T14:49:56
150,439,512
0
0
null
null
null
null
UTF-8
C
false
false
969
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putendl.c :+: :+: :+: ...
[ "nngwenya@e4r11p5.wethinkcode.co.za" ]
nngwenya@e4r11p5.wethinkcode.co.za
9b4c0d80ad8b832e99affa9eee09553b79535c25
1e37bd4b6ba50e333b88f057f1cdff3f8be0d1de
/robot/motion_template/entry.c
1da140ca6eb921a0a7f2c68ea67ae5dd546b27d2
[]
no_license
KeeChen/grace
00f551adb8fc842cd3fb6a022c8585e52fca1651
492ef486e156a2cfc8d92e950469d10e27ce9d5f
refs/heads/master
2021-09-27T08:31:29.831303
2018-07-31T02:13:45
2018-07-31T02:13:45
143,667,321
0
0
null
2018-08-06T02:38:56
2018-08-06T02:38:55
null
UTF-8
C
false
false
17,900
c
#define _GNU_SOURCE #include <sched.h> #include "version.h" #include "var.h" #include "mnt.h" #include "vehicle.h" #include "navigation.h" #include "nav.h" #include "protect.h" #include "drive_unit.h" #include "logger.h" #include "nsp.h" #include "canio.h" #include "args.h" #if !_WIN32 #include...
[ "250603123@qq.com" ]
250603123@qq.com
79c308633d530478b35b3945c69fd5bdccf0c593
ef273b12c27ce37bd301171099bfe7b1fda9af2e
/converter/other/winicontopam.c
f6f89e1146d22c36f91679adff5f85233981d819
[ "IJG" ]
permissive
Min4sT1r1th/netpbm
74737b3695ea871b11552566216aa27a46173645
e3b631fc18d52d043a1cf08ddc8dccaa7f47c2c9
refs/heads/master
2023-05-05T14:58:26.237912
2021-05-26T20:43:44
2021-05-26T20:43:44
371,025,727
0
0
null
null
null
null
UTF-8
C
false
false
39,591
c
/*============================================================================= winicontopam =============================================================================== Convert from Windows icon format to PAM ============================================================================...
[ "giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8" ]
giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8
bd1716f6c3f85af26fdfa73ef57ad8e35c5d4981
6aba3d9e4a5401b5387548475d0ca74794e73c69
/GROMACS/nonbonded_benchmark/gromacs_source_code/src/gromacs/math/gmxcomplex.h
3faa4b960bdd45329b99e36be8e9759deac02c79
[ "LGPL-2.1-only", "LGPL-2.0-or-later", "LicenseRef-scancode-sun-rpc", "LGPL-2.1-or-later", "SunPro", "GPL-1.0-or-later", "BSD-2-Clause-Views", "GPL-2.0-only", "BSL-1.0", "Apache-2.0", "BSD-3-Clause", "Zlib", "BSD-2-Clause", "MIT", "LicenseRef-scancode-free-unknown" ]
permissive
rvhonorato/bioexcel-exascale-co-design-benchmarks
a47b2608ad796329247a671ca95c7b487be213ca
41bfd28e64a65f7d08a4195bdfd0024646664351
refs/heads/master
2020-06-18T05:56:43.151669
2019-07-10T15:17:45
2019-07-10T15:17:45
196,187,655
0
0
MIT
2019-07-10T10:50:25
2019-07-10T10:50:24
null
UTF-8
C
false
false
3,393
h
/* * This file is part of the GROMACS molecular simulation package. * * Copyright (c) 1991-2000, University of Groningen, The Netherlands. * Copyright (c) 2001-2004, The GROMACS development team. * Copyright (c) 2012,2014,2017,2018, by the GROMACS development team, led by * Mark Abraham, David van der Spoel, Berk...
[ "mark.j.abraham@gmail.com" ]
mark.j.abraham@gmail.com
e36c1d7d82cf005c2bd9f2590441f6fe79837981
cb50ab608b0ce63dae1369507e73499b5a09e605
/MapPanel/Mandelbrot.h
2f09101b6fd82e05d69908ff0f44fecb6a7bd29a
[]
no_license
whztt07/GravurGIS
ea56eb4b95cf9578be1b8033906211bb80e65ea7
1f54aea2606cd88ccdfa4e8dd92362416e9cce35
refs/heads/master
2021-01-24T10:11:49.958128
2013-04-29T08:57:00
2013-04-29T08:57:00
null
0
0
null
null
null
null
UTF-8
C
false
false
55
h
int calcPoint(double x0, double y0, int maxIterations);
[ "tom@blueberry.(none)" ]
tom@blueberry.(none)
f7dc7fe7bd733943a4151f586e449cbf88b28ed3
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE617_Reachable_Assertion/CWE617_Reachable_Assertion__fscanf_61b.c
f434093f107ca8451e5d53411ad8a8f2d3a0233c
[]
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
1,143
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE617_Reachable_Assertion__fscanf_61b.c Label Definition File: CWE617_Reachable_Assertion.label.xml Template File: sources-sink-61b.tmpl.c */ /* * @description * CWE: 617 Reachable Assertion * BadSource: fscanf Read data from the console using fscanf() * GoodS...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
97d2dd7ae2967b0082b730d723d2f5b5ce085316
be48138adb6429ded8e8e41fd336bd16577e368d
/demo/GD32E230_Demo_Suites_V1.0.1/GD32E230G_START_Demo_Suites/Projects/03_GPIO_KeyBoard_Interrupt_mode/gd32e230_it.c
03d435789ce96317b1cdbc8b3f9cf52de64e590a
[ "BSD-3-Clause" ]
permissive
buaaqbh/GD32F2x
5550ac6ab833658725b70c7b6b751dce4890b24e
0859ad375f5d3d70aaad4e5e4b0679fa0b9e3f10
refs/heads/master
2020-04-14T22:37:15.881601
2019-01-05T00:56:20
2019-01-05T00:56:20
164,170,277
1
0
null
2019-01-05T01:15:58
2019-01-05T01:15:58
null
UTF-8
C
false
false
3,891
c
/*! \file gd32e230_it.c \brief interrupt service routines \version 2018-10-31, V1.0.0, firmware for GD32E230 */ /* Copyright (c) 2018, GigaDevice Semiconductor Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted p...
[ "quenii@gmail.com" ]
quenii@gmail.com
415c39f06a2bd293b5a20848ff60c155a540d7be
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/7e6a5661-83fc-4706-9256-189c3fc5a017.c
acffd50b175eaa3b43173f2c5b2d0b804e417b09
[]
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
578
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=14; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = i/j; l = l/j; l = k-j; k = k-k*i; //variables /* START VULNERABILITY */ int a; long b[17]; long c[85]; a = 0; do { a++;...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com