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
c182edeba53ecac96a58f009c1d9614f116115fc
f83ef53177180ebfeb5a3e230aa29794f52ce1fc
/gdb/gdb-7.8.2/include/coff/w65.h
8a054bbea7a76a0143193bbf41c72b00cb794acb
[ "Apache-2.0", "GPL-2.0-only", "GPL-3.0-only", "LGPL-3.0-only", "GPL-1.0-or-later", "LGPL-2.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-other-copyleft", "LGPL-2.0-only", "LicenseRef-scancode-other-permissive", "GPL-2.0-or-later" ]
permissive
msrLi/portingSources
fe7528b3fd08eed4a1b41383c88ee5c09c2294ef
57d561730ab27804a3172b33807f2bffbc9e52ae
refs/heads/master
2021-07-08T01:22:29.604203
2019-07-10T13:07:06
2019-07-10T13:07:06
196,183,165
2
1
Apache-2.0
2020-10-13T14:30:53
2019-07-10T10:16:46
null
UTF-8
C
false
false
1,409
h
/* coff information for WDC 65816 Copyright (C) 2001-2014 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at you...
[ "lihuibin705@163.com" ]
lihuibin705@163.com
a8d6fc793f49bf904875691f166effa888ddc0ea
d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9
/testcases/CWE401_Memory_Leak/s03/CWE401_Memory_Leak__twoIntsStruct_malloc_07.c
fc7b86d50de7b3c8ee5055e077b09e29977929ac
[]
no_license
arichardson/juliet-test-suite-c
cb71a729716c6aa8f4b987752272b66b1916fdaa
e2e8cf80cd7d52f824e9a938bbb3aa658d23d6c9
refs/heads/master
2022-12-10T12:05:51.179384
2022-11-17T15:41:30
2022-12-01T15:25:16
179,281,349
34
34
null
2022-12-01T15:25:18
2019-04-03T12:03:21
null
UTF-8
C
false
false
5,153
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE401_Memory_Leak__twoIntsStruct_malloc_07.c Label Definition File: CWE401_Memory_Leak.c.label.xml Template File: sources-sinks-07.tmpl.c */ /* * @description * CWE: 401 Memory Leak * BadSource: malloc Allocate data using malloc() * GoodSource: Allocate data o...
[ "Alexander.Richardson@cl.cam.ac.uk" ]
Alexander.Richardson@cl.cam.ac.uk
d8eb6e64c81b0a01605062876f4e2d8d910f30ce
9ed0f2d88d76cfeef5a1f8e6f15cfe6c6873459b
/uri_online_judge/beginner/1064.c
ac2bef3325632572f861b9585a445b0cbe682ac2
[]
no_license
Tomcat-42/maratona_de_programacao
41fcbbd85d3735886d6fb57d2dc3e78714c7cb4a
c4fd2d87c4929760804f5ec6f94e45aa512345d7
refs/heads/master
2021-08-10T23:31:00.090014
2020-05-07T23:32:22
2020-05-07T23:32:22
175,905,279
1
1
null
null
null
null
UTF-8
C
false
false
358
c
//Pablo A.S. Hugen //Dado 6 valores, esse algoritmo printa quantos deles são positivos e a média dos positivos #include <stdio.h> int main() { float num[5]={},media=0; int pos=0,i; for(i=0;i<6;i++) { scanf("%f",&num[i]); if(num[i]>0) { pos++; media+=num[i]; } } media=(media/pos); printf("%d valor...
[ "pablohuggem@gmail.com" ]
pablohuggem@gmail.com
cab50b705d6987c18a9f59e0c98fa42bac8b827c
beafd9251c1c69c8126ff5344acb8163d5291dd1
/Sistemas Operacionais/fork.c
84a0169db96de1c36e38a2958a029137b61eb77a
[]
no_license
DanielBrito/ufc
18f5a1b6b3542b27ec465d966dd6b48a8cb2f8ac
32004cdc6b708ffda24a0aae24525c6e423dd18e
refs/heads/master
2023-07-19T17:27:11.150306
2022-02-12T03:15:43
2022-02-12T03:15:43
101,405,465
20
6
null
2023-07-16T04:22:11
2017-08-25T13:15:44
C
UTF-8
C
false
false
1,209
c
/* ATIVIDADE: Implemente um comunicação interprocesso envolvendo 2 processos: o produtor deverá enviar strings digitadas pelo usuário ao consumidor que, por sua vez, deverá salvá-las em um arquivo chamado “texto.txt”. */ #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> int main(){ ...
[ "noreply@github.com" ]
DanielBrito.noreply@github.com
edf8b589ae8ef2244ac67bd5cc1e01f07dfc41cf
4800dcf4149778da0b8ce2d79c63b0666dd742ad
/test_2019/src/main.c
5d9a2ab08f403ca09c802ad5aef52774616eaee9
[]
no_license
11tonystark/STM-32-F303
4c9d8ea76d3279d6ccb71e0d564b620aec8b9d08
90049c799a35053cac7222158c3962ad55b5ba27
refs/heads/master
2020-03-27T00:54:06.465658
2019-05-17T11:06:30
2019-05-17T11:06:30
145,665,721
0
0
null
null
null
null
UTF-8
C
false
false
11,032
c
#include "stm32f30x.h" #include "stm32f3_discovery.h" #include "math.h" int uartreceive() { int cnt=0; //Waiting for register to update while(!USART_GetFlagStatus(UART4, USART_FLAG_RXNE)) { cnt++; if(cnt>20000) return ' '; } return USART_ReceiveData(UART4); } //Map function long double map(long double x,...
[ "abhishukla7732@gmail.com" ]
abhishukla7732@gmail.com
1dc1c149bd166477ea474331e79642d287a9e9ed
24414dca2b0433cdefb27a3c0525694c2d973545
/lib/librte_eal/common/eal_private.h
52efc9bee57c66eb6911376295b67073645b8393
[]
no_license
analytaps/hpc
839fbd3d3bd66675a23c3cb60907b178984ec49e
583dfc2b3d12a9e87d949aa9437bc634804193a9
refs/heads/master
2020-04-27T20:13:28.523871
2015-06-26T13:22:04
2015-06-26T13:22:04
38,091,938
1
0
null
null
null
null
UTF-8
C
false
false
4,089
h
/*- * BSD LICENSE * * Copyright(c) 2010-2014 Intel Corporation. All rights reserved. * 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 cod...
[ "choonho.son@analytaps.org" ]
choonho.son@analytaps.org
d5f06ddc3ed0c4ac106a7c05a8262de5d9e8b38f
947e0801aaed40c3d2d972043bd531fe781899d4
/t/delta_ymd.c
92adf7319f24781bd73a9f6673c16ed42c6bb895
[ "BSD-2-Clause" ]
permissive
chansen/c-dt
73e6b01f56dc3cf9b183cdbbc79b86cbacc82812
21b8cd1fcb984386b7d4552c16fdd03fafab2b6a
refs/heads/master
2020-05-03T00:48:12.118207
2015-12-19T17:02:59
2015-12-19T17:02:59
4,363,298
22
9
null
null
null
null
UTF-8
C
false
false
4,596
c
#include "dt.h" #include "tap.h" const struct test { int y1; int m1; int d1; int y2; int m2; int d2; int ny; int nm; int nd; } tests[] = { {2010, 1, 1, 2010, 1, 1, 0, 0, 0}, {2010, 1, 1, 2010, 1, 2, 0, 0, 1}, {2010, 1, 1, 2010, 1, 31, 0, 0, 30}, ...
[ "chansen@cpan.org" ]
chansen@cpan.org
a152c09e6a8af8b906b08fbc60e41f109bf2ddb8
b945b2fac11f237a49de33af1b8fa02ba3ed1814
/bspmath/include/prototypes/bsdirfitcv.h
a2153d36fe7957e6d9485746b76274df91c7725d
[]
no_license
ahundiak/isdp
b94f56f7a7b02b806209ff06da8e22497f6e1386
07572eb18f07cbf762505ef34e471fa47c102df4
refs/heads/master
2021-03-12T20:02:34.067237
2011-12-16T20:03:20
2011-12-16T20:03:20
37,136,442
0
0
null
null
null
null
UTF-8
C
false
false
172
h
/* /usr3/bs/src.md/bsdirfitcv.c */ extern void BSdirfitcv(IGRlong, IGRpoint [], IGRshort, IGRint, IGRint, IGRboolean, IGRvector, IGRvector, struct IGRbsp_curve *, BSrc *);
[ "ahundiak@e9faf64c-7e38-11de-a453-d5a50d962d30" ]
ahundiak@e9faf64c-7e38-11de-a453-d5a50d962d30
b7a5b3863a4a7faa1a35fd949dff0cb827f2a044
6b3cdcbfb5b70e294dadfbc208c116c1440da134
/game.c
59482308c1f2b5814b85e5561ee1dac4e79e2abc
[]
no_license
Beer1/Start-learning-C
852b2c97e2552cd70d77acc8acaea27cc1375c80
2e67791e277b66d0efbb9d3e35ebcab3b196006f
refs/heads/master
2020-03-28T21:10:49.716601
2018-11-22T14:48:28
2018-11-22T14:48:28
149,135,672
2
1
null
null
null
null
GB18030
C
false
false
3,717
c
#define _CRT_SECURE_NO_WARNINGS 1 #include "game.h" void Initboard(char board[ROWS][COLS], int rows, int cols, char set) { memset(&board[0][0], set, rows*cols*sizeof(board[0][0])); } void Displayboard(char board[ROWS][COLS], int row, int col) { int i = 0; int j = 0; printf("--------------------\...
[ "noreply@github.com" ]
Beer1.noreply@github.com
5b9a81c324f5652641b8e3a995962751dc23f65e
0c1189c7505ec2b136f5b5931b3805a64770445e
/Engine/src/manager.c
3a2446a5a8f1cd0aa312a268434ca1474a1cbba8
[]
no_license
as2569/Engine2D
60134bd9a50c26556057067ee9b2e486f10ca5f6
b22044f8154261d8c280a4cb2898965de19fac27
refs/heads/master
2021-01-23T08:38:49.674509
2017-12-21T04:25:56
2017-12-21T04:25:56
102,538,980
1
0
null
null
null
null
UTF-8
C
false
false
3,778
c
#include <SDL.h> #include <stdio.h> #include <physfs.h> #include "simple_logger.h" #include "gf2d_vector.h" #include "gf2d_graphics.h" #include "gf2d_sprite.h" #include "manager.h" #include "buildings.h" #include "entity.h" #include "def.h" extern Entity entList[MAX_ENTITIES]; extern Building buildingList...
[ "as2569@njit.edu" ]
as2569@njit.edu
23bec3f00d567bdb4fe64ec9256ac41b2621afc4
07089468ef986558fc4137fcbaa83904e0984d59
/main.c
70ca89c4c4ea5c23d2190c1771b7f88e991b0ff9
[]
no_license
Scarlehh/Calculator
9959f13505e05d55a496e6affe8746d82ee100a6
914427dacbaf1b095f234fa00706ac6805af1f1c
refs/heads/master
2021-01-10T15:33:30.227524
2015-11-07T17:14:33
2015-11-07T17:14:33
45,744,629
1
0
null
null
null
null
UTF-8
C
false
false
2,896
c
#include <stdio.h> #include <stdlib.h> #include "stack.h" #include <errno.h> #include "tokenise.h" #include "stackChar.h" #include <stdbool.h> void RPNimplementation(Stack stack[], char buffer[]); int main() { printf("Enter sting: "); char buffer[MAX_STACK]; fgets(buffer, MAX_STACK, stdin); char rpnBuffer[MAX_ST...
[ "gourleys@tcd.ie" ]
gourleys@tcd.ie
bac924b822b41b39882cd9d342255a1178ae6f61
068808b4aa4912e94d1178b96f0df059df901235
/cue_test/test_helpers.c
7ad5991d5f5b66a570c616fa867537e42825fd83
[]
no_license
anselrognlie/cue_convert
3554f17edb02d53ca09190db8313bb9023481331
9b4dff5fa3baaa9411fde8c20a5b3f2ece9caac1
refs/heads/master
2020-12-20T12:02:32.209080
2020-05-18T22:12:46
2020-05-18T22:12:46
236,068,312
0
0
null
null
null
null
UTF-8
C
false
false
1,323
c
#include "test_helpers.h" #include <string.h> #include <stdio.h> #include <stddef.h> #include "string_helpers.h" #include "mem_helpers.h" short compare_string_arrays(char const* const* arr1, int arr1_len, char const* const* arr2, int arr2_len) { if (arr1_len != arr2_len) return 0; for (int i = 0; i ...
[ "ansel.rognlie@gmail.com" ]
ansel.rognlie@gmail.com
1fa2b562c2a4c4e8007634016be4ee97a3136d32
0bb1ec3db65fad6f1ae271be7dab20332b7894bd
/homeworks/wordcount.c
96c916ed785a68f5983adf05ed38619eceeec0e6
[]
no_license
cashburn/cs240
f59463f1c238023569510fe698ebd3b83c0a0ff1
99b4f691753aa3313fa894f601ff083c84064f8d
refs/heads/master
2021-01-09T07:48:13.703089
2015-05-15T01:37:20
2015-05-15T01:37:20
29,379,406
0
0
null
null
null
null
UTF-8
C
false
false
980
c
#include <stdio.h> #include <string.h> #define MAXSTRING 32 #define MAXWORDS 32 char ** array; int counts[MAXWORDS]; int end = 0; void array_add(char * s) { array[end] = (char *) malloc(strlen(s) + 1); strcpy(array[end], s); end++; } int search(char *s) { for (int i = 0; i < end; i++) { if (0 == strcmp(s, array[...
[ "cashburn@purdue.edu" ]
cashburn@purdue.edu
6b7c04b7f8d17ec76267186d7f5d942be6363735
875a9df58a6d056cacd7e4b2d8f38b641821300a
/Solvers/COMPILED/codegen/mex/pinv/xaxpy.c
50e72f02ac68673bb93858fb8fb8224cde0de637
[ "BSD-2-Clause" ]
permissive
EinarUeland/CDPR-force-allocation-toolbox
93bbbe1629d0eb0405e92cd31e31cb5cc54bd305
038d18a06bc736c41ea07c5f50dd859c40171fff
refs/heads/master
2021-08-07T15:07:11.367108
2020-08-10T16:32:05
2020-08-10T16:32:05
209,523,769
2
0
null
null
null
null
UTF-8
C
false
false
1,748
c
/* * Academic License - for use in teaching, academic research, and meeting * course requirements at degree granting institutions only. Not for * government, commercial, or other organizational use. * * xaxpy.c * * Code generation for function 'xaxpy' * */ /* Include files */ #include "rt_nonfinite.h" #inclu...
[ "einar.s.ueland@gmail.com" ]
einar.s.ueland@gmail.com
3e4c03c1d22f3a36f11859badd5634ddeed6b32c
edcbe9080376354de639c9410ab5abcff0a4699d
/EP2/prodcons.c
3a733daa177f85c65cdf2dfac4143e942d000943
[]
no_license
freitas-renato/PSI3541
2fc64acc53955f0ec2c97a1c42ef5e499da140dc
c59a6fdf7fc9c378bd1c30011798dbb2d188040a
refs/heads/master
2022-11-17T05:18:43.844457
2020-07-15T22:18:42
2020-07-15T22:18:42
260,045,860
0
0
null
null
null
null
UTF-8
C
false
false
3,536
c
/** * @file: prodcons.c * @brief: Programa produtor-consumidor com mutex, bloqueio explícito e fila Utiliza a biblioteca pthreads. * @note: para compilar: gcc -o prodcons fila.c prodcons.c -lpthread * * @author: Isabella Bologna - 9267161 * @author: Renato Freitas - 9837708 */ #include <stdi...
[ "freitas-renato@outlook.com" ]
freitas-renato@outlook.com
e9f8d70fa0972484a81a05bdd3fdcfa5cd1df39c
d827283b927691df831b27432def86572ba862ff
/monitor/alarm.c
38552e0943dd8ffa4d6969ad9490a3120d470ee5
[]
no_license
shiv50084/SmartHomeXin
37d0ae2d37b928dab5de5d8600de62c8219fc78a
cfbc8d72e1628fbe75f80d9d7473f71a212c92e4
refs/heads/master
2021-09-04T20:04:38.098476
2018-01-22T01:50:11
2018-01-22T01:50:11
null
0
0
null
null
null
null
UTF-8
C
false
false
9,306
c
/** * alarm.c -- 事件告警接口 * * 作者: yangzhilong * 创建时间: 2009-10-28 * 最后修改时间: 2009-10-28 */ #include <stdio.h> #include <string.h> #include <stdlib.h> #include "include/basetype.h" #include "include/environment.h" #include "include/debug.h" #include "include/sys/syslock.h" #include "include/sys/timeal.h" #include "includ...
[ "changlizhi@aliyun.com" ]
changlizhi@aliyun.com
f82bbbc62d4ad7ffff6718c9d6b567d70baf027d
0474628a1e5192c0df778411880d525a63a273b4
/metalwalls/scripts/DistanceToCarbon/acc_vol_2D.c
10a15e12dcf6c37eef8b9f394cb69fc280282ce2
[]
no_license
KonradBreitsprecher/md-sim
5e5c9e298ad43b105caae2b89c9e3d50284fc9fb
1d9d10ce2bd0bd20e82e6bcf00a1cace7f864e6a
refs/heads/master
2016-09-05T09:16:51.138024
2015-12-09T09:06:42
2015-12-09T09:06:42
31,379,922
0
0
null
null
null
null
UTF-8
C
false
false
18,667
c
/* This program calcultates the accessible volume, the accessible surface area and a matrice giving accessible positions for a 3D structure. */ /* To execute the program, you just have to launch it with an input file giving the following information (program < inputfile) first line : name of the file giving the posi...
[ "konrad@mdlslx12.extra.cea.fr" ]
konrad@mdlslx12.extra.cea.fr
137f5236d8b4b1d1b0d3a97fe125e2ff0f93422a
2067b01de564cebc6c103c4fed4819289770ab7a
/Pods/Headers/Public/BLLet/BLLetCore/BLBindDeviceResult.h
d90448107cdc34df7d560f60cacd7f36f7507ff0
[]
no_license
LarryPage/APPSDK_iOS_Demo
136aff36e8bfd034fbad5782b69147e5675c64bc
9635a071c1d230b7331cce6be920cc9e70ef1944
refs/heads/master
2020-04-15T10:58:22.632669
2018-12-05T02:09:21
2018-12-05T02:09:21
null
0
0
null
null
null
null
UTF-8
C
false
false
90
h
../../../../BLLet/BLLet/Classes/BLLetCore/BLLetCore.framework/Headers/BLBindDeviceResult.h
[ "hongkun.bai@broadlinik.com.cn" ]
hongkun.bai@broadlinik.com.cn
b988076657424d70cdf3d2b7ddcacef99f37340e
46367579a54a09dd220dd9a678b1452f06897f11
/tags/hdf5-1_9_222-swmr0/src/H5FDmulti.c
07d0a5ad312836dee39ca3637f8ba4827387b6fa
[ "LicenseRef-scancode-llnl", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-hdf4" ]
permissive
TPLink32/hdf5
33ff24c9b6133f0f51cb6cc2b722fba7bb1777dd
0d6987c15284bd9f34c7e44452a152833d42a738
refs/heads/master
2021-05-31T01:15:39.463663
2016-04-14T23:02:09
2016-04-14T23:02:09
null
0
0
null
null
null
null
UTF-8
C
false
false
64,120
c
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * ...
[ "acheng@dab4d1a6-ed17-0410-a064-d1ae371a2980" ]
acheng@dab4d1a6-ed17-0410-a064-d1ae371a2980
0b090784197fa7b8f702073973aacd27f486aa31
c990db9b8f49d44aadc3c527a17fcc62bef0b6f5
/main.c
3bbbae10056950f3121c9646532d12dd270ca5e1
[]
no_license
psmass/PIC18FTimerLib.X
8743ad46f2b30c3239c7f361ffef93fb9c11ce38
5379ba83804c4d57c538fa04bedf507b4319356f
refs/heads/master
2020-05-16T06:34:40.389893
2019-04-23T19:22:03
2019-04-23T19:22:03
182,851,914
0
0
null
null
null
null
UTF-8
C
false
false
1,057
c
/* * File: main.c * Author: pschmitt * * Created on April 17, 2019, 10:16 AM */ #include <xc.h> #include <stdio.h> #include "timerLib.h" #include "PIC18F46K22.h" extern void init_uart(void); extern void putch(unsigned char data); void timerCallbackFuncOneShot(int indx); void timerCallbackFuncCont(int indx); ...
[ "psmass@msn.com" ]
psmass@msn.com
3104af1f31d5a60992713af31dc81366df47441f
5c255f911786e984286b1f7a4e6091a68419d049
/code/cb71b1f9-7a77-4018-aa91-898308e32a94.c
3e5e95a446a350e939fe59e3ebc08f3672f918a2
[]
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
241
c
#include <stdio.h> int main() { int i=0; int j=124; int k; int l; k = 53; l = 6; k = i/j; l = i/j; l = l/j; l = l%j; l = l-j; k = k-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
dbcdc4b5c8d5f7fceb26d0185d05002544ef25a0
b517d2869bea8783337f0af929924798f44e86d0
/lmx2594-11.85G/test/main.c
3ea27a589c955dc359db9fc2c593bc5db86e6bb0
[]
no_license
LocoBill/KU-Upconversion-2019.1
95227735d58e91c23f507bb84767519d77a38480
cc4a580845279ce12b75ae2305178f4aa4b568c6
refs/heads/master
2020-05-26T00:47:01.045953
2019-05-22T14:26:57
2019-05-22T14:26:57
188,054,607
0
0
null
null
null
null
WINDOWS-1252
C
false
false
684
c
#include "c8051f330.h" #include "lmx2594.h" sbit LD_2594 = P0^4; //Ëø¶¨Ö¸Ê¾ void PCA_Init() { PCA0MD &= ~0x40; } void Port_IO_Init() { P0MDOUT = 0x07; XBR1 = 0x40; } void Oscillator_Init() { OSCICN = 0x82; } void Init_Device(void) { PCA_Init(); Port_IO_Init(); Oscillator_In...
[ "billjackloco@outlook.com" ]
billjackloco@outlook.com
d4e962e4528a275cf829ee6e90a3754de166717e
66c5ab94726cca95c6b5cbe13d1e9e463d8e4736
/prog22.c
9bbb708d72c7f20cd917cb7ceda2e7f22b4964b9
[]
no_license
gethsiah/c-program
ec0d93a14e107dbab2ff0a375e4afde266b5c951
7c809acbf0d9f96b21cd89fbe140fac5482ef043
refs/heads/master
2021-01-01T19:57:37.554590
2018-03-16T11:17:03
2018-03-16T11:17:03
98,728,088
0
0
null
null
null
null
UTF-8
C
false
false
223
c
#include <stdio.h> int main() { int max=0,sum=0,n=0; int num[3]; for(n=0;n<3;n++) printf("Enter the num%d\n%d",num[n],(n+1)); for(n=0;n<3;n++) sum=sum+num[n]; max=sum/3; printf("maximum of number is \n%d",max); return 0; }
[ "noreply@github.com" ]
gethsiah.noreply@github.com
8586ef7272aff42f8a3daf56cf2bc02d3b9b651f
8b5716d89c01a4d0171f1f30bea57ac6b42cab34
/libft/ft_lstnew.c
eaf0459203a0d3a6b91c14cb90a598515f4f562c
[]
no_license
embambo/get_next_line.
fcbdf45ca0a40829f5a6de2871e2778b4aa85e26
564ddd097d109f5c16c01183eafc3f45daf691fb
refs/heads/master
2020-08-23T04:13:58.915640
2019-10-25T12:30:48
2019-10-25T12:30:48
216,541,445
0
0
null
null
null
null
UTF-8
C
false
false
1,492
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstnew.c :+: :+: :+: ...
[ "noreply@github.com" ]
embambo.noreply@github.com
a3c7e712ab9387b195367ba66bfb33cc7abc6f57
eae177ceaa116dbd15ed46a17026b678c23c5256
/config.h
45b32cf5888aed73a6a8b658f574de1798f67fc1
[]
no_license
jvasilakes/keyboards
027d8594d5668d424b80fb0a56f386a139b47473
35fd79d4f17ab8c44993fd77be9f4851c63b662a
refs/heads/main
2023-03-27T17:24:36.242093
2021-03-27T16:42:50
2021-03-27T16:42:50
349,512,354
13
2
null
null
null
null
UTF-8
C
false
false
1,183
h
/* This is the c configuration file for the keymap Copyright 2012 Jun Wako <wakojun@gmail.com> Copyright 2015 Jack Humbert This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the Lic...
[ "noreply@github.com" ]
jvasilakes.noreply@github.com
db602f08a90b7db7d6971e8b1f9146b034df6fbb
2516007ac02fbfe7c9bb8731e968dab59bfd29aa
/src/nDPI/include/ndpi_typedefs.h
4862132695a80193a092f1be9ba4a39fd2d27f07
[ "MIT" ]
permissive
fwu313/xfdpi
b7700e9601e8d1cf9763803d05aec66d4797c683
5d089f0558b5a2fcec9b43ccb910e097704f3719
refs/heads/master
2022-02-20T10:37:37.359932
2019-10-18T07:49:04
2019-10-18T07:49:04
null
0
0
null
null
null
null
UTF-8
C
false
false
39,466
h
/* * ndpi_typedefs.h * * Copyright (C) 2011-19 - ntop.org * * This file is part of nDPI, an open source deep packet inspection * library based on the OpenDPI and PACE technology by ipoque GmbH * * nDPI is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public...
[ "paradoxes@163.com" ]
paradoxes@163.com
957b6db8feca04458b43dc0b6078705372d6f494
eab939486d515a0242817de07404c6f4f0cf05d2
/DX21_20190924_DirectXProject/DirectXProject/item.h
3b340a9935cde048c2094d4e421448e854339068
[]
no_license
moyasikko/skillcheck
f584399b5307a9d32f3544f7ed407eb872bb50a2
bbc26631891d7d9de1b52780e686524a2dd48706
refs/heads/master
2022-02-19T16:21:23.715203
2019-10-01T07:27:18
2019-10-01T07:27:18
212,037,082
0
0
null
null
null
null
SHIFT_JIS
C
false
false
450
h
#ifndef _ITEM_H_ #define _ITEM_H_ #include "collision.h" enum ITEM_TYPE { ITEMTYPE1, //パワー ITEMTYPE2, //スコア ITEMTYPE3, //ライフ ITEMTYPE_MAX // }; #define ITEM_MAX (128) void Item_Init(void); void Item_Uninit(void); void Item_Update(void); void Item_Draw(void); void Item_Create(float x, float y, ITEM_TYPE type)...
[ "56017003+moyasikko@users.noreply.github.com" ]
56017003+moyasikko@users.noreply.github.com
f1bdf315deb31eee0a2f0cf91af335cb1e450432
e89a10589d11d81dec6267df0e24e70f4db78a0d
/P21.c
d9802bb534ee444e3d122c42a52f9b6ed9a90d0e
[]
no_license
pavinraj/pavin
c490260c49fe60b99f6e12b540dafe450f241171
c232033da10f0f21235129cf85506c8dd5402b68
refs/heads/master
2020-04-17T11:07:15.999857
2019-04-03T10:32:51
2019-04-03T10:32:51
166,528,307
0
0
null
null
null
null
UTF-8
C
false
false
299
c
#include <stdio.h> int main() { int x1,x2,x3,y1,y2,y3; scanf("%d %d",&x1,&y1); scanf("%d %d",&x2,&y2); scanf("%d %d",&x3,&y3); if(((x1==x2)&&(x2==x3)&&(x3==x1))||((y1==y2)&&(y2==y3)&&(y3==y1))) { printf("yes"); } else { printf("no"); } return 0; }
[ "noreply@github.com" ]
pavinraj.noreply@github.com
1dec716bb51f88e4ed9f7b5cf30f296a190a6279
177588448783a8d1f87e27f0729922824d167a13
/tos/Node/Sensing/CCClamp/ClampTestP.nc
d1dcb4bd07e576aa28e8415b024c1f538de5f1ea
[]
no_license
jbrusey/cogent-house
2e013f7419ca70179d28f329cb55825b728e6ada
791692cc8a158446c0702f006890820c2019f668
refs/heads/master
2022-12-23T10:28:18.612197
2022-10-16T21:48:48
2022-10-16T21:48:48
32,455,974
4
4
null
2018-06-29T08:12:03
2015-03-18T11:56:21
Python
UTF-8
C
false
false
1,263
nc
// -*- c -*- #include "printf.h" #include "printfloat.h" #include "clamp_struct.h" module ClampTestP { uses { interface Boot; interface Read<clampStruct *> as ReadClamp; interface SplitControl as ClampControl; interface Timer<TMilli> as SensingTimer; interface LocalTime<TMilli>; } } implementa...
[ "ross.wilkins87@gmail.com" ]
ross.wilkins87@gmail.com
66520a3f6276abb12fc041d8a4d120d5fbc98082
09f7b4c0f0682c6e1011e1c141b3924a95dde212
/cppDll/cppDll/test.h
114b92bfe93d7fdfa71c6ac796792b98f50c8898
[]
no_license
ganshuangfeng/Unity_Call_Cplusplus-s-Dll
c24056543848f33b74afdb0b5e645ce729d3163b
1738a13ca8d97baae1aee13a1855976aa0d5079a
refs/heads/master
2021-12-10T19:34:29.807085
2016-09-13T08:47:14
2016-09-13T08:47:14
null
0
0
null
null
null
null
UTF-8
C
false
false
397
h
#ifndef __TEST_DLL_H__ #define __TEST_DLL_H__ #if defined (EXPORTBUILD) # define _DLLExport extern "C" __declspec (dllexport) # else # define _DLLExport extern "C" __declspec (dllimport) #endif _DLLExport int add(int x, int y); typedef struct { int a; int b; int c; } CppStruct; _DLLExport bool getStruc...
[ "caizhijie_hit@163.com" ]
caizhijie_hit@163.com
30b4c7f118bd1fe9c928d5cabbe345d5da1a546a
93df53be1b201b516141f9468b1e3eb30dc782eb
/philo/ft_isdigit.c
8a5fd92f671990b61a433898d402cb4d2d467cdb
[]
no_license
cabouelw/Philosophers
fba3c453d7b920bf40b56e6bec85aa00620a4301
943b090cf54fe3443b21828454560f6cb069962f
refs/heads/master
2023-07-27T20:59:48.565832
2021-09-10T17:32:21
2021-09-10T17:32:21
405,162,028
1
0
null
null
null
null
UTF-8
C
false
false
997
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isdigit.c :+: :+: :+: ...
[ "cabouelw@e1r7p13.1337.ma" ]
cabouelw@e1r7p13.1337.ma
cd6e6a09b3610e0def2fa60fbc13bd777de8ef02
935528660a97d593d60926ea04d2a0e66744e352
/i-o.c
fb5f6ebde1b26cde5601814f49dc4740f4f904da
[]
no_license
Ms-V/c-test
aad5a41ee64fab03fb4a05d706e7c3f02cd27993
2b4bcf8268d1e1ac6bdaca5383419cdea98214cb
refs/heads/master
2020-05-02T14:45:18.069163
2019-07-25T09:30:54
2019-07-25T09:30:54
178,020,010
3
1
null
2019-03-30T02:17:11
2019-03-27T15:12:50
C
UTF-8
C
false
false
263
c
#include <stdio.h> int main() { int cha; while((cha=getchar())!= EOF)//EOF在大多数系统中是^Z,就是Ctrl+z 读取这个是读取并写入的循环,可以使用重定向在cmd里输出到一个文件 { putchar(cha); } }
[ "noreply@github.com" ]
Ms-V.noreply@github.com
af37f4b62ad1e430625c080f9fed49b7a2b3d5f9
746bbef0f5ab866864ce47f57fb31220816a91d7
/sound/synth/patch.h
228163e304b8c7bdfd3d51c0d944fd6481fc2ca8
[ "MIT", "BSD-3-Clause", "LicenseRef-scancode-free-unknown" ]
permissive
hirakuni45/RX
baf64286b70132eb41db7ed52c6a2f9b70cf0f45
679878b98d0c03597e16431e87e75a9a24f5c8d1
refs/heads/master
2023-05-04T13:27:26.894545
2023-04-18T13:54:06
2023-04-18T13:54:06
14,785,870
65
19
BSD-3-Clause
2023-09-14T01:41:49
2013-11-28T20:27:58
C++
UTF-8
C
false
false
711
h
/* * Copyright 2013 Google Inc. * * 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 or agreed...
[ "hira@rvf-rc45.net" ]
hira@rvf-rc45.net
7ef1015bcd34e3dc687291f468e916cb9eac8609
ea4e3ac0966fe7b69f42eaa5a32980caa2248957
/download/unzip/Heimdal/Heimdal-247.6/kdc/pkinit.c
5b1a365d0a1419eb144a85cd9c449394b71fbdb1
[ "BSD-3-Clause" ]
permissive
hyl946/opensource_apple
36b49deda8b2f241437ed45113d624ad45aa6d5f
e0f41fa0d9d535d57bfe56a264b4b27b8f93d86a
refs/heads/master
2023-02-26T16:27:25.343636
2020-03-29T08:50:45
2020-03-29T08:50:45
249,169,732
0
0
null
null
null
null
UTF-8
C
false
false
51,823
c
/* * Copyright (c) 2003 - 2008 Kungliga Tekniska Högskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Portions Copyright (c) 2009 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided th...
[ "hyl946@163.com" ]
hyl946@163.com
e2284d63f9a6849d529441bfe402a55b66a7e25c
27cb63c800d07674781d86bf7a150f3567fd29d5
/oddeven.c
7a7cee7ca535635c8afe9bb9164f823e214c152b
[]
no_license
930lol/c
d1473ffed86f82b4a44d15ad713fbd208b4da84d
dae770f1be7f05101ea1918bcf8eca90a059f65b
refs/heads/main
2023-04-01T19:29:24.166436
2021-04-10T14:03:30
2021-04-10T14:03:30
302,089,188
2
0
null
null
null
null
UTF-8
C
false
false
448
c
#include<stdio.h> int main() { int n,i; printf("enter the size of the array:"); scanf("%d",&n); int a[n]; printf("enter the element of the array:"); for(i=0;i<n;i++) { scanf("%d",&a[i]); } int d=findevenodd(n,a); printf("%d is the odd even difference",d); return 0; } int findevenodd(int n,int a[]) { int i...
[ "vikashsingh7209482955@gmail.com" ]
vikashsingh7209482955@gmail.com
4db6dfbad13d886be4a755b8a9acaf60e91ae4e4
bf1c09ea01d159b718c7863cd0ee2bb31913280d
/Processingtool/Loading.c
836e94ee39918645b693100cfb06e254c64e5fa8
[]
no_license
wq1229362515/Linux
044cefd38855a24e01407d008df9d1a998de5e7f
1352075e2ffdfff2186a27f6d98f82e7363e0b53
refs/heads/master
2020-05-23T23:42:22.174731
2019-10-17T14:51:04
2019-10-17T14:51:04
187,000,264
0
0
null
null
null
null
UTF-8
C
false
false
272
c
#include<stdio.h> #include<string.h> int main(){ char ch[10] = "\0"; int i; for(i = 0;i<10;i++){ ch[i] = '-'; printf("\033[40;34m%-50s\033[0m [\033[40;45m%d%\033[0m]\r",ch,(i+1)*10); fflush(stdout); sleep(1); } printf("\n"); return 0; }
[ "1229362515@qq.com" ]
1229362515@qq.com
2bff62810d03f4c8602d0a616ce418caf6eff2bd
9ae5c2093d64086cc792d55f4cdcb2c9ef0893b4
/polybench-c-4.1/linear-algebra/kernels/3mm/3mm.c
b03df148a7789bd5508e7285e3785fa6b5bac6ab
[ "NCSA" ]
permissive
sierra-lang/libsierra
b26640f7b202a311d776f92b0066e0a1803561c1
6a8f88dee5fc01a19be38e61ea89f6c79e7b328f
refs/heads/master
2020-05-18T05:17:46.573760
2018-09-30T20:06:47
2018-09-30T20:06:47
21,564,147
13
0
null
null
null
null
UTF-8
C
false
false
6,034
c
/** * This version is stamped on Apr. 14, 2015 * * Contact: * Louis-Noel Pouchet <pouchet.ohio-state.edu> * Tomofumi Yuki <tomofumi.yuki.fr> * * Web address: http://polybench.sourceforge.net */ /* 3mm.c: this file is part of PolyBench/C */ #include <math.h> #include <stdio.h> #include <string.h> #include <...
[ "s9wirach@stud.uni-saarland.de" ]
s9wirach@stud.uni-saarland.de
2900a4cb80a1d5e04fd45f05e0ff1e6bd78ad684
6b44c63e4f2d255c40f10404b285250f4970b7c0
/H24_06_19.C
0603b13e97530daae29af92d7ac9d0ecc377b2df
[]
no_license
Ishibasystems/ExercisesMathematicalInformaticsIII
a4328e5ac8ac3732524381717dc2db010bae866d
a3a96c5f8f6d0ba22ccd5e25cf14be7fcd7a45b5
refs/heads/master
2016-09-05T11:43:24.822275
2013-08-05T12:08:17
2013-08-05T12:08:17
9,179,503
1
0
null
null
null
null
SHIFT_JIS
C
false
false
7,139
c
/* 数理情報学演習III TAX.C */ /* BGM,BMPファイルI/O */ /* 2012.06.12, 10RU004, 石橋祥太 */ #include <stdio.h> #include <stdlib.h> #include <math.h> typedef struct{ unsigned char gray; } color; typedef struct{ unsigned short x; unsigned short y; unsigned char max; } mapsize; char bmpload(const char *, mapsize...
[ "ishibasystems@ae.auone-net.jp" ]
ishibasystems@ae.auone-net.jp
90a28311c6e780c70e0b028e8870045f490025c9
d186dba66c2ecef4a6fd3e8e94d0737649ed2b31
/drive/timer.h
c9d94aea560b8538c0510d0c500cd7f5983e959d
[]
no_license
dpduanpu/IMU_EKF
1b0780a2bdcd989554942798afa37b7b2c49a8ad
565f142b8da65db06bb988a8988d8323bdb4ebfd
refs/heads/master
2020-05-22T14:34:24.061029
2018-06-29T06:27:08
2018-06-29T06:27:08
null
0
0
null
null
null
null
UTF-8
C
false
false
134
h
#ifndef _TIMER_H_ #define _TIMER_H_ #include"stm32f10x.h" void Initial_Timer2AndTimer3(void); uint32_t micros(void); #endif
[ "yz.yan@siat.ac.cn" ]
yz.yan@siat.ac.cn
feb4dbaae7d355782d0d7e235abc4e884fea3e42
54cc09785120a46adecba7ed885f1c58002ad410
/lib/process.h
aa560af9e030397ee90e9509e8dd4c1a7d43b88f
[]
no_license
bdolgov/pract
3b55baae3442de6708ee610145fe49f6dab25d31
ab40118640962c4e52e7714c0712aedd003060ce
refs/heads/master
2020-04-26T04:55:04.067268
2012-12-17T09:13:22
2012-12-17T09:13:22
null
0
0
null
null
null
null
UTF-8
C
false
false
534
h
#ifndef PROCESS_H #define PROCESS_H #include <sys/types.h> typedef struct { int f; int fd; } ioredirect_t; enum { STOPPED, RUNNING, EXITED }; typedef struct { pid_t pid; char **args; ioredirect_t *redirs; int state; } process_t; extern int *opened_fds; extern process_t **running_processes; int process_start...
[ "boris@dolgov.name" ]
boris@dolgov.name
b29ec607609ab99a04f33946f914d869984a7e0b
04f28cd23ceba1361631fcf95fd639bddf510f94
/include/reg_het.h
bab6bf3baf606f84e5f0d5c3cb0f6cde01266f2b
[]
no_license
mouehab/HERCULES-CAN-Rx
adeecab82f7f886d293b35468acc2fcc4a7ed616
1baf40f50b833dc56dd4ea2115bf6695e5bd8476
refs/heads/master
2020-09-06T03:00:25.145686
2019-11-07T18:03:23
2019-11-07T18:03:23
220,298,710
0
0
null
null
null
null
UTF-8
C
false
false
7,463
h
/** @file reg_het.h * @brief HET Register Layer Header File * @date 11-Dec-2018 * @version 04.07.01 * * This file contains: * - Definitions * - Types * - Interface Prototypes * . * which are relevant for the HET driver. */ /* * Copyright (C) 2009-2018 Texas Instruments Incorporated ...
[ "mooehab988@gmail.com" ]
mooehab988@gmail.com
faa8c1569be993e844d88a09117586fc80eb111f
2718f3a37fdc5c34ce8f1908c8c0318b14da6dd8
/deetz_test_2.c
059bc5aa63d27eed6287e7751e547dfe2740f697
[]
no_license
EIE-LADS/tests
0a5cbbec6c52f41d465b6c7a30bf53220b18469f
6c3dbf32b5873d9784f787f607b857297928c9af
refs/heads/master
2021-01-10T17:09:53.047018
2016-02-26T21:18:45
2016-02-26T21:18:45
52,603,865
0
0
null
null
null
null
UTF-8
C
false
false
126
c
int y ; int x; int rdd = 12; int x; int; int r, x, x, d = 12, y, ed; int rs; int x; int x; int y = 12.121212; int r = 12;
[ "dav114@ic.ac.uk" ]
dav114@ic.ac.uk
2bd6a04e59f64316c74c4e5dab911ae99ea46381
76a6b6104e1143456037a2a798c5ccbd4612ddd0
/src/compat.h
e6d747beae9f9e95a683a68e739f60885a2d21cf
[ "MIT" ]
permissive
Fray26/MasterDemo
6aa0d6d24167722abf768be8789c11969ff009b3
6663a310a2ff995a4ac3fa4b06956b85594b046c
refs/heads/master
2020-03-22T15:01:10.942439
2018-07-22T01:24:56
2018-07-22T01:24:56
140,222,875
0
0
null
null
null
null
UTF-8
C
false
false
2,264
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_COMPAT_H #define BITCOIN_COMPAT_H #if defined(HAVE_CONFIG_H) #inc...
[ "fraynyc@gmail.com" ]
fraynyc@gmail.com
0e83e7f3b9e809e0b30fe0a8603868fc99e4856e
271cbadd98ad60e8c3609b1d5422c1b49b9a8347
/turtlebot2_wss/turtlebot_simulation/devel/include/vrep_common/ObjectGroupData.h
52916234b207502bf46b52bf5b2d817c4639a768
[]
no_license
yxl-loading/ROCO506Z
9a5a16ebb839b1424bf9b9be2c8358d5211d9ca4
cd16e8a2428db3a3b8fea1534120d0affc2c262b
refs/heads/master
2022-04-19T02:23:30.942440
2020-04-22T19:03:43
2020-04-22T19:03:43
null
0
0
null
null
null
null
UTF-8
C
false
false
123
h
/home/youssef/ROCO506Z/turtlebot2_wss/turtlebot_simulation/devel/.private/vrep_common/include/vrep_common/ObjectGroupData.h
[ "youssefhindawi@hotmail.com" ]
youssefhindawi@hotmail.com
fc7380bac4cf33229360b86f3f43a18cde113c92
c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64
/Engine/Source/ThirdParty/CEF3/cef_binary_3.2623.1395.g3034273_linux64/include/capi/cef_resource_bundle_capi.h
7694618ea12ea889e79140ebbd7699a1332acf4e
[ "MIT", "LicenseRef-scancode-proprietary-license" ]
permissive
windystrife/UnrealEngine_NVIDIAGameWorks
c3c7863083653caf1bc67d3ef104fb4b9f302e2a
b50e6338a7c5b26374d66306ebc7807541ff815e
refs/heads/4.18-GameWorks
2023-03-11T02:50:08.471040
2022-01-13T20:50:29
2022-01-13T20:50:29
124,100,479
262
179
MIT
2022-12-16T05:36:38
2018-03-06T15:44:09
C++
UTF-8
C
false
false
4,543
h
// Copyright (c) 2016 Marshall A. Greenblatt. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributions of source code must retain the above copyright // notice, this list of ...
[ "tungnt.rec@gmail.com" ]
tungnt.rec@gmail.com
5fb88ac6b44cf732b961d8c4a2941943ca9d3c6e
1a78343dbce2fa477ea12329fd3c9904c18461f4
/tp2/sse_plot.c
b78dd69a2a36667cef7e3ae03911a8ff6c8449ef
[]
no_license
rburdet/OrgaCompu
bdc6026ed25bca671e6ab108ecfa45ea0ca761c5
9557007f6c333ea06833f063ae04caefc37ef864
refs/heads/master
2016-09-06T17:57:43.277313
2014-11-25T21:19:45
2014-11-25T21:19:45
null
0
0
null
null
null
null
UTF-8
C
false
false
7,288
c
#ifdef USE_SSE_ASSEMBLY /* * System libraries. */ #include <stdio.h> #include <unistd.h> /* * Application libraries. */ #include <defs.h> #include <debug.h> #include <param.h> /* Useful constants. */ static float FFX4[4] __attribute__ ((aligned (16))) = {255.0f, 255.0f, 255.0f, 255.0f}; static float FOUR[4] _...
[ "federico.colangelo@semperti.com" ]
federico.colangelo@semperti.com
673031e3b596b34c84357fb06ef9f57b36d7c0ea
8fd2eb75ab583ae49a791ff37c9597091f6457d6
/testCaseDPTS/testCaseDPTS/planEmptyTS.h
bfe8f2abc650250e8748ddb08380cab8dc667b3b
[]
no_license
whshiyun/testCase
28ce6cf83d6f9060d6ee793312d5ba8fa3e73113
78ae65d08388093d5a4f5a77a6daf894d15fceb4
refs/heads/master
2021-01-13T01:50:27.891281
2015-09-16T03:12:15
2015-09-16T03:12:15
42,381,204
0
0
null
null
null
null
UTF-8
C
false
false
659
h
#ifndef __PLAN_EMPTY_TS_H__ #define __PLAN_EMPTY_TS_H__ #define MAX_EMPTY_TS_NUM 128 #define EMPTY_TS_ATTR_SYNC 0x01 #define EMPTY_TS_ATTR_ASYNC 0x00 typedef struct { unsigned int totalTTSNum; unsigned int TSNum; unsigned char *pTTSNumInTS; }PLAN_INPUT_UNIT, *P_PLAN_INPUT_UNIT; typedef struct { unsigned int e...
[ "2999049@qq.com" ]
2999049@qq.com
2a8f007c0c757a5695135a0aabcfee7c16d442ca
5f4b60a36103a4650521826f94d1e04888789364
/sudoku.c
6aef3c6b83689e48608ebce109212fe936f4b109
[]
no_license
jfdpaul/extras
1112d525100b000772021045e2749da0b379fedb
14643183fff50649a427ada7c6b593b1d7ca90d8
refs/heads/master
2020-03-18T00:11:12.745946
2018-05-19T11:39:15
2018-05-19T11:39:15
134,082,088
0
0
null
null
null
null
UTF-8
C
false
false
3,735
c
#include<stdio.h> #include<conio.h> #define M 9 int count; void init(int arr[M][M]) { int i,j; //Initialise all to Zero for(i=0;i<M;i++) { for(j=0;j<M;j++) arr[i][j]=0; } } void insert(int arr[M][M]) { arr[0][0]=0; arr[0][1]=3; arr[0][2]=0; arr[0][3]=0; arr[0][4]=7; arr[0][5]=0; arr[0][6]=0; arr[0][7...
[ "jfdpaul@gmail.com" ]
jfdpaul@gmail.com
5df9ee957100ab42ba09ca95bf90765926da9eee
e58b51ed8a0d366761504f479e7167387b1cd0e2
/libft/ft_strdel.c
3f2d5c743822f51f73a64e9ba9a1bf47e828a3de
[]
no_license
fameowner99/lem-in
48751736c6ef34165dfca1022fc8cd74d5d26f4e
655500c69aa52bebfa2f9b6616e9c9645e0cad9e
refs/heads/master
2020-03-18T10:02:34.643733
2018-08-29T12:39:02
2018-08-29T12:39:02
134,594,118
0
1
null
null
null
null
UTF-8
C
false
false
1,013
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strdel.c :+: :+: :+: ...
[ "vmiachko@e3r1p10.unit.ua" ]
vmiachko@e3r1p10.unit.ua
c4a0f46b70f4b23ff4150d7d398ef7308a232772
30cdd0888e45032f9b0750275bf765752bfcc6a3
/port/sys.c
400a625c12dd5251d65c99e1913bf7362e292a1c
[ "BSD-2-Clause", "BSD-3-Clause" ]
permissive
phoenix-rtos/phoenix-rtos-lwip
5f9cb42e9072fac7b82b1e282556834f38410cad
d80d6e025d31daa2448ffe781f3781bb1e2b4305
refs/heads/master
2023-08-21T17:13:05.962571
2023-03-16T14:55:19
2023-03-16T15:22:01
135,724,796
0
17
BSD-3-Clause
2023-08-10T13:01:21
2018-06-01T14:02:33
C
UTF-8
C
false
false
207
c
#include <stdlib.h> #include <time.h> #include "lwip/sys.h" u32_t sys_jiffies(void) { struct timespec ts; clock_gettime(CLOCK_MONOTONIC, &ts); return (u32_t)((ts.tv_sec * 1000000000L) + ts.tv_nsec); }
[ "kamil.amanowicz@phoenix-rtos.com" ]
kamil.amanowicz@phoenix-rtos.com
ccbc890eeb183f7388c2bd36f62c62bd64d1e4d6
38f90afbcea3c90aecd92d89d34fa012522962a2
/AF_UNIX/sameplecode/client/src/client.c
2b476ac7da9e8e750d5658decdbece4b38e45457
[]
no_license
longxiaozhang/yfve
45ee0aec3f42f39cc09d3e168fefaa5c09ea73f8
df49309973c789c6b2c7758c6e7f3960258dad61
refs/heads/master
2021-01-12T18:08:02.418639
2017-03-17T06:17:41
2017-03-17T06:17:41
71,334,122
0
0
null
null
null
null
UTF-8
C
false
false
1,087
c
#include <sys/types.h> /* See NOTES */ #include <sys/socket.h> #include <sys/un.h> #include <errno.h> #include <unistd.h> #include <string.h> #include <stdio.h> void RR(void *arg) { } int main() { int fd = socket(AF_UNIX, SOCK_DGRAM, 0); if (-1 == fd ){ printf("error socket\n"); return -1; }...
[ "longxiaozhang@126.com" ]
longxiaozhang@126.com
d79ccb05409f575a5653e360dbc19cf4e1cd2cbb
dab8ccd3911efa09c8e8ee3ad2ca305765e85c8c
/cbLKH/SRC/NormalizeNodeList.c
f86fd81715287a61398e0871e92d6321ad60e4fe
[ "Apache-2.0" ]
permissive
fcimeson/cbTSP
32b90cf56cf6b5615674b0f852e99b05a22d219e
aaf102c7a6a9f3b36a8b5f0c62570c40409ec7c8
refs/heads/master
2021-01-19T21:15:10.325766
2017-05-18T13:44:46
2017-05-18T13:44:46
88,631,436
10
1
null
null
null
null
UTF-8
C
false
false
478
c
#include "Segment.h" #include "LKH.h" /* * The NormalizeNodeList function is used to swap the Suc and Pred fields * of nodes in such a way that the list of nodes constitutes a cyclic * two-way list. * * A call of the function corrupts the segment list representation. */ void NormalizeNodeList() { Node...
[ "fcimeson@gmail.com" ]
fcimeson@gmail.com
57f48e56fb6f7c4f586193d04e8ee8199de63263
87ad844b8bb55b2787656f6e5dbb055bf164ea60
/memory/jemalloc/src/include/jemalloc/internal/jemalloc_internal_decls.h
fb2effbf2a832a64c433fe683a5edc2f708d9007
[ "BSD-2-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
janjongboom/gecko-dev
1369ee1246de73562507559f989f87f0899cc628
8bacfeb968aeda8579419ce4a73f4cc6c2892082
refs/heads/master
2021-01-09T09:34:58.661017
2014-12-17T00:30:39
2014-12-17T00:30:39
24,933,255
0
1
null
null
null
null
UTF-8
C
false
false
1,440
h
#ifndef JEMALLOC_INTERNAL_DECLS_H #define JEMALLOC_INTERNAL_DECLS_H #include <math.h> #ifdef _WIN32 # include <windows.h> # define ENOENT ERROR_PATH_NOT_FOUND # define EINVAL ERROR_BAD_ARGUMENTS # define EAGAIN ERROR_OUTOFMEMORY # define EPERM ERROR_WRITE_FAULT # define EFAULT ERROR_INVALID_ADDRESS # define EN...
[ "guilherme.p.gonc@gmail.com" ]
guilherme.p.gonc@gmail.com
1c18de455dbacf07ea3ffd9b97ecd6b48dc02114
26a41203694014098e96a7bdb38ef641439b68f2
/ue4/3d-platformer/Source/GizsAdventure/GizsAdventure.h
38d99c08e71e1bc655c5ebd2a8c514c949132253
[ "Apache-2.0" ]
permissive
Kyledmw/student-projects
42035d41cb4db04ef47e783d32424903436f5c8a
766ef9d4b879c8c2d2086c2abe0fa224e2e051c6
refs/heads/master
2021-09-06T22:42:01.507696
2018-02-12T18:51:41
2018-02-12T18:51:41
100,615,064
0
0
null
null
null
null
UTF-8
C
false
false
485
h
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #ifndef __GIZSADVENTURE_H__ #define __GIZSADVENTURE_H__ #include "EngineMinimal.h" //General Log DECLARE_LOG_CATEGORY_EXTERN(General, Log, All); //Logging during game startup DECLARE_LOG_CATEGORY_EXTERN(Startup, Log, All); //Logging for your AI system DE...
[ "kyle.williamson@mycit.ie" ]
kyle.williamson@mycit.ie
4bbc43c9504ac9b31ddddb4934c07f8dd842106c
9f6c23bc3ddcba04aa74e36cb52a9717195b53a5
/abc_truth_up/src/aig/ivy/ivyTable.c
1da39e22c784ce4cfe6d0dd184004322759325ee
[ "MIT-Modern-Variant" ]
permissive
kyotobay/playing_abc
057b242392641cef608668336f9d5ebb8bce9d02
60daba3cb6680c7b88c5708a286b169f61408368
refs/heads/master
2021-01-13T02:02:13.739622
2012-07-20T13:14:28
2012-07-20T13:14:28
1,842,439
4
0
null
null
null
null
UTF-8
C
false
false
8,613
c
/**CFile**************************************************************** FileName [ivyTable.c] SystemName [ABC: Logic synthesis and verification system.] PackageName [And-Inverter Graph package.] Synopsis [Structural hashing table.] Author [Alan Mishchenko] Affiliation [UC Berkeley] D...
[ "antigonaki2003@yahoo.com" ]
antigonaki2003@yahoo.com
5961a36cbd42203e54e8984e748e2a05846be973
bd6997b5944f9ead1ec478b55b416cac1ff62417
/OS/lab2/condvar.h
4d640d0e3a224bad5349f2417bdaeb363f4fab51
[]
no_license
Celine7/Operating_System
407d4820ae520ab45ba5b164c6065fb91f6819c8
d5302a469a09202cc68d494325845a2052fefa01
refs/heads/master
2020-11-27T14:35:30.216513
2019-12-21T22:53:26
2019-12-21T22:53:26
229,491,743
0
0
null
null
null
null
UTF-8
C
false
false
88
h
//Haoyue Cui (hac113) #include "spinlock.h" struct condvar { struct spinlock lk; };
[ "noreply@github.com" ]
Celine7.noreply@github.com
6db9a72f38fbda54cd21fb7714aac7044b2f1bcf
50e7f29b07531bf3db585e420fb7a4209bacf102
/unity-samples/iOS/Roll-A-Ball-Ios/Classes/Native/mscorlib_System_Collections_ArrayList_ArrayListWrapper.h
3eee897baae66f211c9bc1faec7bd940a17dfa3f
[]
no_license
golergka/appboy-unity-sdk
0d7a8732c6dfd66ffbf30c9214c932a04f2b6d59
deeeba3849bd3a8e6a1166e95a6a5be6f5038646
refs/heads/master
2021-01-18T11:53:22.096992
2016-03-17T12:24:52
2016-03-17T12:24:52
54,115,484
0
0
null
2016-03-17T12:18:57
2016-03-17T12:18:56
null
UTF-8
C
false
false
498
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> // System.Collections.ArrayList struct ArrayList_t1029; #include "mscorlib_System_Collections_ArrayList.h" // System.Collections.ArrayList/ArrayListWrapper struct ArrayListWrapper_...
[ "wenzhi@appboy.com" ]
wenzhi@appboy.com
6bfec235a8cb9e66894495c42b2d5ef9caf200e7
fc3b106292c6d756ed174b295a165d81a0914a92
/NLI2FOLI/pmb_SICK/data/silver/p19/d0041/en.cats
437040476f65ebcb3f8cc4b739778146bc9cf509
[ "MIT" ]
permissive
barfsma/ComSem
5d0f7498fff8609076815ed1623c16d481c0b954
e8a5b49e8eb43a03ee123861b4aed928c2090d83
refs/heads/master
2020-12-05T18:05:48.585151
2020-01-24T15:44:21
2020-01-24T15:44:21
232,155,909
0
2
MIT
2020-01-23T08:41:29
2020-01-06T18:00:48
Python
UTF-8
C
false
false
69
cats
NP/N N/N N (S[dcl]\NP)/PP PP/NP NP/N N/N N ((S\NP)\(S\NP))/NP NP/N N
[ "bertelt.braaksma@gmail.com" ]
bertelt.braaksma@gmail.com
e070ee700f8115dfd3b41bed02e7026617845a16
8add8132e77822a97a9f4043368e1eebc20f7313
/xload/xload.c
1745bdf9697d5906fc744a18a710a9f19a8f229a
[]
no_license
wwchang/X.V10R3
61a1b149d6b335f1581c9169a12d565858ba3ece
774ec3fca7140fba29d07b71589b381c061e1559
refs/heads/master
2021-01-11T19:08:57.760401
2017-01-18T09:53:56
2017-01-18T09:53:56
79,326,366
5
1
null
null
null
null
UTF-8
C
false
false
12,833
c
#include <X/mit-copyright.h> /* Copyright 1985, by the Massachusetts Institute of Technology */ /* xload -- graph load average on X window system display. * K. Shane Hartman and Stuart A. Malone with ripoffs from xclock. * Host name feature added by Jim Gettys. * Scale feature added by Bob Scheifler. * Rescale fea...
[ "wwchang0@gmail.com" ]
wwchang0@gmail.com
5ad68dfdb8ce04e778ed8114b211bbdd7c6bb459
4215185c81f3728b26e19099a3ba616360785ff3
/ft_strdup.c
2ffd0584446d74ff89e004a8f97a4592bcac0ddd
[]
no_license
naota650/libft
4c5834db1be55b1223a91ff48990227b65cf3aed
363216f604f6ac061d97fc6c3b11d1d041284cf5
refs/heads/master
2021-04-28T07:54:29.235180
2020-08-27T09:09:10
2020-08-27T09:09:10
122,236,430
0
0
null
null
null
null
UTF-8
C
false
false
1,053
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strdup.c :+: :+: :+: ...
[ "lmartine@e1z3r5p12.42.us.org" ]
lmartine@e1z3r5p12.42.us.org
861a22593ec51a3936c82855edbf99e7bd55fff4
930c459b1715d893fecf8f77d15c0668f9c9b127
/ft_lstdel.c
be1926e6e86d45890f1ede17507f894630154296
[]
no_license
tranlam10/Libft
0e5ed1e94649f847319d3464e64c9c014fe45bd3
0a46faa66a4417e3c6b3a8d08b9a6e4143396a43
refs/heads/master
2021-07-08T17:17:04.308205
2017-10-08T02:48:26
2017-10-08T02:48:26
105,234,426
0
0
null
null
null
null
UTF-8
C
false
false
1,191
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstdel.c :+: :+: :+: ...
[ "latran@e1z2r9p33.42.us.org" ]
latran@e1z2r9p33.42.us.org
bbb1405225e26c295837b07c01979b67f835db12
37772b47f98524c79774248755f734deac545878
/Pods/Headers/Private/Cucumberish/GHAstNode.h
ed22662d74aa9d50e9a6d22350c4acb04cd82afc
[]
no_license
Shashikant86/Fitnesse-XCTest
cee1ac178adc20cda56a9ae84fe5786721cb3b6c
933f4cf6c4f15c0a10b16b6ab31d1924cb991783
refs/heads/master
2021-01-11T19:43:02.896076
2016-09-26T21:31:11
2016-09-26T21:31:11
69,188,145
1
0
null
null
null
null
UTF-8
C
false
false
65
h
../../../Cucumberish/Cucumberish/Dependencies/Gherkin/GHAstNode.h
[ "shashikant.jagtap@icloud.com" ]
shashikant.jagtap@icloud.com
1629fc7634e08df8bb3dcd8de006fbfa3688848e
6500038b5c90863aab52dae0edb8ea66bff6ce32
/main.c
97ab62e9cb3f5bebf47643c918f1829671d08d7d
[]
no_license
bcedric28/fillit
bab871a508692230f98267452d6e6b2da901dae8
c3aecb4858b789fc926241de65654cb04536d21b
refs/heads/master
2021-09-27T00:54:34.274257
2018-11-05T00:23:54
2018-11-05T00:23:54
156,134,669
0
0
null
null
null
null
UTF-8
C
false
false
1,497
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.c :+: :+: :+: ...
[ "cedricbodenhorst92@gmail.com" ]
cedricbodenhorst92@gmail.com
6851137460c945cadadd843e871576edcb178990
3ecc3e29e8fd368a39ea8c093c4b8ab0468e5d13
/Code/LCD/lcd.c
d957ac30d7d60861484cc228020149f14b151b27
[]
no_license
ayman-aboelhassan/MP3-Player-Circuit
ef26c21a0b7c9f91aa8e406e6933f90566c3523a
944698cce8dd86fc85ae51a842fec83882e32ab4
refs/heads/master
2021-06-23T21:17:48.470684
2017-09-06T09:04:14
2017-09-06T09:04:14
null
0
0
null
null
null
null
UTF-8
C
false
false
2,684
c
/* * LCD interface example * Uses routines from delay.c * This code will interface to a standard LCD controller * like the Hitachi HD44780. It uses it in 4 bit mode, with * the hardware connected as follows (the standard 14 pin * LCD connector is used): * * PORTD bits 0-3 are connected to the LCD data...
[ "noreply@github.com" ]
ayman-aboelhassan.noreply@github.com
e516c1202a15a8cbfba19b5c8c127e466e9057d7
f1b413aea437ead9c4cf1b571c9da9111d7ec5f6
/geopandasx/include/tiledb/tiledb.h
3617cbeca49083cd11e4e5ce613864cc224da471
[ "BSD-3-Clause", "MIT", "Zlib", "BSD-2-Clause" ]
permissive
bridget-weill/BA505-FinalProject
dfd5886790bb18f0c9bcf780bec7d4962367d5b5
fb84818daf7e52ddd28af3b070f110f8879e87bd
refs/heads/master
2022-04-21T05:14:22.960127
2019-12-14T23:23:21
2019-12-14T23:23:21
242,772,121
1
0
null
null
null
null
UTF-8
C
false
false
179,369
h
/** * @file tiledb.h * * @section LICENSE * * The MIT License * * @copyright Copyright (c) 2017-2019 TileDB, Inc. * @copyright Copyright (c) 2016 MIT and Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files ...
[ "bridget.weill@student.fairfield.edu" ]
bridget.weill@student.fairfield.edu
0cbbec056ac277dd2378ba73536ae8c7f8e3389a
a0154f3c83bf20f646d23cb112a395de1091cc4b
/include/hardware/audio.h
36ff3995d0034eb28b7a9093c9b6308be624fbcd
[ "Apache-2.0" ]
permissive
CharlieWood/platform_hardware_libhardware
b2ef2b837129d87c277b1eff1c3ced6f58637030
bce402a8fadf27b07b164b0468e27bb9b6de79e6
refs/heads/master
2020-11-30T11:55:05.514951
2011-08-09T10:54:00
2011-08-09T10:54:00
2,339,715
0
0
null
null
null
null
UTF-8
C
false
false
10,888
h
/* * Copyright (C) 2011 The Android Open Source Project * * 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 app...
[ "jbq@google.com" ]
jbq@google.com
25dc43a6f4a13982c70ad3eb40870bdd675df1cc
46674de9a91c3275080746d6580b2bcb3c650fba
/c_code/4_11/stdlib_intsets.c
67dce4984cdbca336ed6009d2b9b836ac8bcea30
[]
no_license
saem/csources
814b14e2a29f765d383b4a2a8e56885f8de583ee
64e34778fa7e114b4afc753c7845dee250584167
refs/heads/master
2022-02-26T11:17:19.541339
2019-10-24T16:18:33
2019-10-24T16:18:33
null
0
0
null
null
null
null
UTF-8
C
false
false
21,936
c
/* Generated by Nim Compiler v0.16.0 */ /* (c) 2017 Andreas Rumpf */ /* The generated code is subject to the original license. */ #define NIM_INTBITS 64 #include "nimbase.h" #include <string.h> #undef linux typedef struct Intset_PQrmFm4BXFkFSVOUl1ojSg Intset_PQrmFm4BXFkFSVOUl1ojSg; typedef struct Trunk_ul49aWfv9aes8...
[ "rumpf_a@web.de" ]
rumpf_a@web.de
0d269be257246c441a950a40e4c591b560d08d8a
cf71e4f8e3f2d87abb22e5a69da2ae9fa7551c86
/New Unity Project/ios version/Classes/Native/mscorlib_System_Attribute.h
489ecf04ab38af4bab624b3666300eebf7a3197c
[]
no_license
liamzebedee/hackagong2015
1a28c80caa9fbc69b007d0d1eae1d69c6565a87a
3c3b560df9619ca76d7efc348796001a6bb5eeeb
refs/heads/master
2021-01-13T01:30:09.952383
2015-09-19T16:18:55
2015-09-19T16:18:55
42,692,533
1
1
null
null
null
null
UTF-8
C
false
false
156
h
#pragma once #include <stdint.h> // System.Object #include "mscorlib_System_Object.h" // System.Attribute struct Attribute_t469 : public Object_t { };
[ "liamzebedee@yahoo.com.au" ]
liamzebedee@yahoo.com.au
be8305e1fbf7c25bb6005ab3e1ce2facd15be5e8
894143fbc307d58191e96c753bace2a740c0d141
/scheduler/src/interface.c
0e5ff6a4c016bd40c5d948c42c7c4c90be5af7eb
[]
no_license
maciejjo/scheduling-pack
4115e1fdc08dbbbacdb285ed1caba80fa00f6dfc
3a66532c3aa787caf0e2d3f5f2221b16ea941cd4
refs/heads/master
2021-01-18T14:10:43.245464
2014-01-17T18:51:44
2014-01-17T18:51:44
null
0
0
null
null
null
null
UTF-8
C
false
false
420
c
#include <stdlib.h> #include <stdio.h> #include <errno.h> #include "interface.h" void die(char *message) { if(errno != 0) perror(message); else fprintf(stderr, "ERROR: %s\n", message); exit(1); } int count_lines(FILE *input_file) { rewind(input_file); int line_num = 0; while((fscanf(input_file, "%*[^\n...
[ "maciejjo@aristotle.(none)" ]
maciejjo@aristotle.(none)
319f089db96df2f0a7b09dd725be1d4765380d12
ebc2e39f6dc9a9e9ac8ff34e03ec4632b3fe07d7
/20_Output/20_SwProjects/10_trunk/10_BaseBoards/Framework/MercuryFwk/Source/h/01_Hal/02_Drv/mcu_drv.h
8c8fd4769ebfbaa3d78709276eba162004e09a34
[]
no_license
ffich/MercurySystem
2bf6df63f54f5ad9e99b40289d5f8c38520d6bb2
f62448ed1a47f68277ee7c5e318c1433feeddea4
refs/heads/master
2022-11-06T08:03:39.037945
2022-10-29T17:46:46
2022-10-29T17:46:46
264,490,604
3
1
null
null
null
null
UTF-8
C
false
false
3,779
h
/************************************************************************ * MCU Driver * ************************************************************************* * FileName: mcu_drv.h * * HW: Mercury Sy...
[ "francesco.ficili@gmail.com" ]
francesco.ficili@gmail.com
1b2e1ba3e32916460955b6e3ab354002ae3170ec
1fce3c3f02de9708eb48f67a00e77df817b1b719
/all_scenes.h
45503f79dc0add52d8723a93d0f2bbcc933de2fa
[]
no_license
danhuynh0803/Ray-Tracer
65bcb0d8e5785c3019b0177148427165d272a2a3
e41d5f0174dedbcdce28c3ca2700f6132b1dbb0e
refs/heads/master
2020-04-16T13:03:33.733837
2018-06-02T18:11:52
2018-06-02T18:11:52
68,010,439
2
0
null
null
null
null
UTF-8
C
false
false
5,729
h
#pragma once #include "sphere.h" #include "plane.h" #include "triangle.h" #include "moving_sphere.h" #include "hitable_list.h" #include "material.h" extern vec3 LOOKFROM; extern vec3 LOOKAT; hitable *cornell_box_test() { int n = 9; hitable **list = new hitable*[n + 1]; list[0] = new sphere(vec3(1e5f + 1...
[ "danhuynh0803@gmail.com" ]
danhuynh0803@gmail.com
ab661f96bf55ac498a3398a3cba890794054929b
0d77823e9118e40d2c58109da21d9bbe2a399384
/dns64_query_c/dnsquery.h
5d14b15fa6998ee38c8137d9a9e761a0227809d1
[]
no_license
BMEI1314/personal-journal
7f2547e995c3decc22dea5c3e6322d8e1486a476
774f9f1c62a2b9c53ffc1bdc5e12eb741026aa64
refs/heads/master
2021-01-22T18:58:32.810095
2017-04-18T03:29:47
2017-04-18T03:29:47
85,143,996
1
1
null
null
null
null
UTF-8
C
false
false
1,190
h
#ifndef DNSQUERY_H_ #define DNSQUERY_H_ #include <stdlib.h> #include <string.h> #include <ctype.h> #include <sys/types.h> #include <unistd.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include<netdb.h> #include <stdio.h> #include <string.h> //#include <algorithm> #include <errno.h> ...
[ "bmei1314@gmail.com" ]
bmei1314@gmail.com
276acaa1685b051d126cd47ea92aefaea794b588
1e69d3be215dd7dc753a6e6a67057411df17cbb1
/thread_tests/thread_test.c
fd4d47e6ba21a844844d510206812963a56a198c
[]
no_license
ShrekFelix/malloc-library
57e8fc2e605d3b108af3fca01cb7c895f6207e84
c7aa4d5a11b08952415bacd8c524ec44adb94010
refs/heads/master
2020-04-17T02:10:42.053262
2019-12-11T04:22:36
2019-12-11T04:22:36
166,123,578
0
0
null
null
null
null
UTF-8
C
false
false
3,293
c
#include <stdlib.h> #include <stdio.h> #include <pthread.h> #include <unistd.h> #include "my_malloc.h" #ifdef LOCK_VERSION #define MALLOC(sz) ts_malloc_lock(sz) #define FREE(p) ts_free_lock(p) #endif #ifdef NOLOCK_VERSION #define MALLOC(sz) ts_malloc_nolock(sz) #define FREE(p) ts_free_nolock(p) #endif #define N...
[ "wy47@duke.edu" ]
wy47@duke.edu
0b754277e3779a7ace549b8546e9a38ea226780f
6a6e9a2bacc9712eab929a196c496c2b63a7a299
/lib/ft_memchr.c
f015f4495e98b80c1b18028639a1e63ba142b460
[]
no_license
ocrossi/C-starters-42-cursus
66ede39e690bb8bda7cf3e6a5e4f2692d319fa46
544d5200432667460d82d9bb85eee36ebb1aeedf
refs/heads/master
2020-12-29T20:09:00.267719
2020-02-09T13:24:22
2020-02-09T13:24:22
238,717,758
0
0
null
null
null
null
UTF-8
C
false
false
1,215
c
/* ************************************************************************** */ /* LE - / */ /* / */ /* ft_memchr.c .:: .:/ . .:: ...
[ "ocrossi@z3r10p3.le-101.fr" ]
ocrossi@z3r10p3.le-101.fr
67a599814d1098caf17906fd4b77cb14f1fbdb3d
a29e0e317e23d1f991dda1b51c63be5433a6cc39
/Library/SpdmRequesterLib/SpdmRequesterLibEncapChallengeAuth.c
41ffa2a3cdb71857b1b388c14bbb525b05ad7f69
[ "BSD-2-Clause-Patent" ]
permissive
Wenxing-hou/openspdm
1e430f6ea40d24a4630481f1b1202170c1054bd8
05923893febc0582043ae350c2c1ba6a62d36dac
refs/heads/master
2023-06-20T00:22:55.775022
2021-07-21T23:14:53
2021-07-21T23:14:53
null
0
0
null
null
null
null
UTF-8
C
false
false
5,911
c
/** @file SPDM common library. It follows the SPDM Specification. Copyright (c) 2020, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "SpdmRequesterLibInternal.h" /** Process the SPDM encapsulated CHALLENGE request and return the response. ...
[ "jiewen.yao@intel.com" ]
jiewen.yao@intel.com
9fbf5105b1666534219bf1f54bf3ec4a760ba995
447062cbb3d95726b321465e40f93ef112be61c0
/Projects/CPA101/Lab09.cydsn/main.c
5f01c862afc153e1d33097eab5e52a43854b8d3a
[]
no_license
ntan-cypress/CypressAcademy_PSoC101_Files
62307a1a62dcd1adfe44062bbe53d5fe7cc62dd5
a34eeb41a6135e29cf1d2d90460bbca60ec14fc4
refs/heads/master
2020-06-13T02:56:38.547868
2018-08-27T19:27:59
2018-08-27T19:27:59
null
0
0
null
null
null
null
UTF-8
C
false
false
1,203
c
/* ======================================== * * Copyright Cypress Semiconductor 2014 * All Rights Reserved * UNPUBLISHED, LICENSED SOFTWARE. * * CONFIDENTIAL AND PROPRIETARY INFORMATION * WHICH IS THE PROPERTY OF Cypress Semiconductor. * * ======================================== */ #include <project.h> /* AD...
[ "gjl@cypress.com" ]
gjl@cypress.com
f30dd572cd82c131e224425c7e04869d5f113a3e
2d6feea181120920ea768c2227ad93ea9f04fcb2
/rover/serial.h
556fe14e9c645c586bbd0125a434fe7750c07175
[]
no_license
yanstolyarov/RaspberryPi
ee077c2030941fd722b314c31485d210c47889a6
db4c0af43cbcaec021c22f2a72019b40b6970d4d
refs/heads/master
2020-03-22T21:57:20.517637
2012-11-13T02:59:28
2012-11-13T02:59:28
null
0
0
null
null
null
null
UTF-8
C
false
false
139
h
#include <wiringSerial.h> void writeSerial(unsigned char* buf, int len, int uart); int readSerial(unsigned char* buf, int len, int uart);
[ "km1003@gmail.com" ]
km1003@gmail.com
d3e7f862465dc9f1a38844ba4b4d29c1b917b97e
51635684d03e47ebad12b8872ff469b83f36aa52
/external/binutils-2.38/include/vms/eiaf.h
c038bb80f17b068e8ab3c350e2a8e8a20182ec11
[ "GPL-2.0-only", "GPL-3.0-only", "LGPL-3.0-only", "GPL-1.0-or-later", "LGPL-2.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-other-copyleft", "LGPL-2.0-only", "LicenseRef-scancode-other-permissive", "GPL-2.0-or-later", "Zlib", "LicenseRef-scancode-public-domain" ]
permissive
zhmu/ananas
8fb48ddfe3582f85ff39184fc7a3c58725fe731a
30850c1639f03bccbfb2f2b03361792cc8fae52e
refs/heads/master
2022-06-25T10:44:46.256604
2022-06-12T17:04:40
2022-06-12T17:04:40
30,108,381
59
8
Zlib
2021-09-26T17:30:30
2015-01-31T09:44:33
C
UTF-8
C
false
false
2,335
h
/* Alpha VMS external format of Extended Image Activator Fixup section. Copyright (C) 2010-2022 Free Software Foundation, Inc. Written by Tristan Gingold <gingold@adacore.com>, AdaCore. This file is part of BFD, the Binary File Descriptor library. This program is free software; you can redistribute it an...
[ "rink@rink.nu" ]
rink@rink.nu
eeb4513aafcda955b25b366171fdb0890d9d7850
79f88a28bd3f40120a6a6f6e35082b23f5aaf605
/libs/libc/netdb/lib_dnsinit.c
5e1ebbf0eb6d8e159b713aab1eed40e02a29cd35
[ "BSD-3-Clause", "GPL-1.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "ISC", "Apache-2.0", "BSD-2-Clause", "LicenseRef-scancode-other-permissive", "MIT" ]
permissive
davids5/incubator-nuttx
6624f453247c6c8e11a942de8cdabc53b431214b
d43cb2fa80dc76bfd0b944ac055845135a9a78d2
refs/heads/master
2021-03-09T17:20:37.790737
2020-03-10T15:26:30
2020-03-10T16:45:42
246,360,857
1
0
Apache-2.0
2020-03-10T17:08:54
2020-03-10T17:08:54
null
UTF-8
C
false
false
5,790
c
/**************************************************************************** * libs/libc/netdb/lib_dnsinit.c * * Copyright (C) 2007, 2009, 2012, 2014-2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <gnutt@nuttx.org> * * Redistribution and use in source and binary forms, with or without * modi...
[ "gnutt@nuttx.org" ]
gnutt@nuttx.org
90d2e6194d44819b7be15bfb578b7661a4fa5cbc
0d9a644ef4d90f3068d07228dfcf54ae940cfcba
/areas/eledhel/southern-city/17x9.c
b80a23f36ae898c63bbe5121fb6989b44e29b2f2
[]
no_license
cellboy/core-lib
3584d8dec497a435d3742f2a7326c3b19beda0c8
9ddaa6416c538bbcd51a15c834ea6d5ec744ea40
refs/heads/master
2023-08-12T17:57:18.183853
2021-09-22T21:09:37
2021-09-22T21:09:37
null
0
0
null
null
null
null
UTF-8
C
false
false
880
c
//***************************************************************************** // Copyright (c) 2021 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/env...
[ "abc@maelstrom.cc" ]
abc@maelstrom.cc
69409b6f70a359c186da263040afd52e6197d649
e25c8b65c0115053b14f8ecffaea94a964eefa1f
/ds/u/a/aring/promise/7-tower/2f_2.c
a5e6d2a80b6bb274a122e62366de09eeb080e7bc
[]
no_license
zwshen/mudos-game-ds
c985b4b64c586bdc7347bd95d97ab12e78a2f20f
07ea84ebdff5ee49cb482a520bdf1aaeda886cd0
refs/heads/master
2022-03-01T14:55:10.537294
2022-02-15T15:41:26
2022-02-15T15:41:26
244,925,365
4
1
null
2022-02-15T15:41:27
2020-03-04T14:44:49
C
BIG5
C
false
false
902
c
#include <ansi.h> inherit ROOM; void create() { set ("short", RED"七邪塔 "HIR"【火魅靈陣】"NOR); set ("long", @LONG 當你一踏入此地,就感覺慾火焚身,汗流浹背,在旁的鬼魅之火 不斷的燃燒,還有幽鬼火在旁不斷的環繞,感覺此地不只炎熱,更有 著不尋常的神物。 LONG ); set("exits", ([ "northeast" : __DIR__"2f_3", "west" : __DIR__"2f_1", ])); set("objects", ([ /* sizeof() == 1 */ __D...
[ "zwshen0603@gmail.com" ]
zwshen0603@gmail.com
c858e8742816feb2dd81cdd392f7cccafe5351b6
c15aea56bbd40f7e2bac86998c6a777d760ace31
/core/api/utl/Utl.c
58be05578f901aa42f3e148f474cdeccb4403723
[]
no_license
rocklee032/tv300
aba2f8d5e5f8953f96c714776cf52e35b3606f6f
72f22108bc1e951c41c32613aeead10530fa78ae
refs/heads/master
2020-06-06T04:58:30.186053
2019-06-19T02:40:23
2019-06-19T02:40:23
192,642,389
3
0
null
null
null
null
UTF-8
C
false
false
24,480
c
//<MStar Software> //****************************************************************************** // MStar Software // Copyright (c) 2010 - 2012 MStar Semiconductor, Inc. All rights reserved. // All software, firmware and related documentation herein ("MStar Software") are // intellectual property of MStar Semiconduc...
[ "51907907+rocklee032@users.noreply.github.com" ]
51907907+rocklee032@users.noreply.github.com
da479ecc1eee895c13f05285d68d29f49c41248b
e2131d6644b5a1d6ed682fae859cf8b9856eafbe
/ft_atoi_n.c
f05acef8226c9a2d2a7a32c0463e9bbda01b63a6
[]
no_license
dlytvyn/ft_printf
4eeb5177e3995a3d70cf5f2f71eb07fda0a09c8b
cb750ebdd35c393f01253582a544ac96688ad5af
refs/heads/master
2021-05-02T09:43:10.573013
2018-02-09T17:58:16
2018-02-09T17:58:16
120,781,718
0
0
null
null
null
null
UTF-8
C
false
false
1,418
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_atoi_n.c :+: :+: :+: ...
[ "dlytvyn@e1r7p11.unit.ua" ]
dlytvyn@e1r7p11.unit.ua
6e4fdadddf68f57b433691dec0b7e67b1ce4cc2f
ad616fa29c457ccee2fb2c912c71a7c08e14177a
/series1/vdac/vdac_differential/src/main_radio12_pg12_gg11.c
04e2c43fdfd12e216010fb1db392c29a8ca3f5a9
[]
no_license
yc-2503/peripheral_examples
be876e8d1a49da17248d1c690dc819fcc9bb26e1
d502adab6c4ac48e933dd7edac5e111be50a811b
refs/heads/master
2022-09-25T04:37:59.214076
2020-06-01T17:33:03
2020-06-01T17:33:03
270,562,884
0
1
null
2020-06-08T06:54:52
2020-06-08T06:54:51
null
UTF-8
C
false
false
4,400
c
/**************************************************************************//** * @file main_radio12_pg12_gg11.c * @brief This project uses the VDAC in continuous mode with differential output * to output a difference of 0.5V between two pins in EM3. See readme.txt for * details. * @version 0.0.1 ****************...
[ "David.Schwarz@silabs.com" ]
David.Schwarz@silabs.com
26cff3464a35fab60db3b08f20c356fdea1ec420
c73895ae6c5ff84293ff3e30d424276f206f5b4f
/hardfloat/jhauser/SoftFloat-3/source/s_countLeadingZeros64.c
4a96cf6e7f61bdf5a66fb2a8cf0e13aa28eaec66
[]
no_license
ShuyunJia/lab3
5a6da4e2f2c636a525c0b018335c19f4895a0e3c
016dfaee00f661e24d465c8eae35dc161ac51724
refs/heads/master
2020-03-27T10:18:35.511102
2014-05-10T04:28:37
2014-05-10T04:28:37
null
0
0
null
null
null
null
UTF-8
C
false
false
703
c
#include <stdint.h> #include "primitives.h" int softfloat_countLeadingZeros64( uint64_t a ) { int count; uint32_t a32; count = 32; a32 = a; if ( UINT64_C( 0x100000000 ) <= a ) { count = 0; a32 = a>>32; } /*-------------------------------------------------------------------...
[ "sam.hausman@berkeley.edu" ]
sam.hausman@berkeley.edu
5aef007ac8f448ca949f3a295007356380a8381d
bac6f3ab638d4b6f64a93a59f49a70a07993f645
/src/proj/Nexys-Video-HDMI-master.sdk/System_bsp/microblaze_0/include/xparameters.h
0217e83741d234fc584c7f4cdf61cd03b6973a87
[]
no_license
linkejian123/G1_FPGA_Surveillance_System
9bfe8156cff54b2ae55420e300e26b4d2180f60a
825aa48f01665fa97ec5a93fdb987e67648ae8bb
refs/heads/master
2022-04-10T01:44:58.280023
2019-04-07T19:53:15
2019-04-07T19:53:15
null
0
0
null
null
null
null
UTF-8
C
false
false
56,699
h
#ifndef XPARAMETERS_H /* prevent circular inclusions */ #define XPARAMETERS_H /* by using protection macros */ /* Definitions for bus frequencies */ #define XPAR_CPU_M_AXI_DP_FREQ_HZ 100000000 /******************************************************************/ /* Canonical definitions for bus frequencies */ /***...
[ "jiayuan.chen@mail.utoronto.ca" ]
jiayuan.chen@mail.utoronto.ca
e98a32e0254d2c8bc1328243cebcef505b79cdd7
85a3db34039f710d66f3c1b6ecb7d8fb575d9348
/inc/UAVCAN/reg/drone/srv/battery/Status_0_1.h
a8612637a765fa70021edf885461ec8410dafaa1
[ "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
hendjoshsr71/RDDRONE-BMS772
c0cdd87e22b03a3f7849eaa080c3db195c64ab99
10eb5142442a980273f4c9a437f20bc36c4a891a
refs/heads/main
2023-03-01T04:25:07.064415
2021-02-01T15:48:55
2021-02-01T15:48:55
null
0
0
null
null
null
null
UTF-8
C
false
false
26,451
h
/* * * BSD 3-Clause License * * Copyright 2020 NXP * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this * list of conditions...
[ "cis.van.mierlo@nxp.com" ]
cis.van.mierlo@nxp.com
3487302c5c03e4a90e2c335805d7da0612436de9
5b78441f9a663de69b4642a7414ff333ff84f0ca
/Classes/Definitions.h
bd271acc6ab1efeb31fe276ff910474190ea268c
[]
no_license
Kory-Anika/Test_game-Breakout_clone
ce5317f68d3eb2015d1dde8c937cc952eefd7c87
133195c58737768b7c4ab48c6ec648affcb82559
refs/heads/master
2020-07-18T20:47:26.456171
2019-11-07T11:18:04
2019-11-07T11:18:04
206,309,813
0
0
null
null
null
null
UTF-8
C
false
false
319
h
#pragma once #define PLAY_BUTTON ("MySprites/Play.png") #define REPLAY_BUTTON ("MySprites/Replay.png") #define EXIT_BUTTON ("MySprites/Exit.png") #define BALL ("MySprites/ball.png") #define BLOCK ("CloseNormal.png") #define PADDLE ("CloseNormal.png") #define RECT0 ("MySprites/rect0.png") #define MOVEMENT_SPEED 7.0f
[ "kkoryanika@yahoo.com" ]
kkoryanika@yahoo.com
fc61ebeafb9438bc2c5aa330a9849d00315335b5
0b49f5dfe6d64b3b09fa5f0bf04280de0bb08c47
/example/zcat/zcat.c
d5a0d5c5ff9c8f29f1d63a4dc5f24f7f02c945db
[ "LicenseRef-scancode-generic-cla", "Apache-2.0" ]
permissive
etsangsplk/wuffs
1e86d4c14636b9b4b9515a8861b289895e6ae84d
bb59b0f8f5f52e459f4d339f3df7f8dd03ae397d
refs/heads/master
2020-03-19T05:27:26.205429
2018-06-03T09:46:51
2018-06-03T09:46:51
null
0
0
null
null
null
null
UTF-8
C
false
false
3,738
c
// Copyright 2018 The Wuffs Authors. // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed...
[ "nigeltao@golang.org" ]
nigeltao@golang.org
32bf4f0a179bcc5881bd658440b8d1856c9d2eb4
00613931db0dc1113d628b673b8a242fee684fac
/Core/M5StickC/Arduino/FactoryTest/Lcd_Driver.h
ce6f230313c366e5813e2bd12d17b7c265af71d3
[ "MIT" ]
permissive
m5stack/M5-ProductExampleCodes
437b9413d92adb43c873149dd768da3d0b979869
1bc38736e61a362080d1dffc4020b3a2a1dff6ae
refs/heads/master
2022-09-16T07:38:54.184583
2022-07-21T01:05:46
2022-07-21T01:05:46
156,688,327
316
524
MIT
2022-07-21T01:05:47
2018-11-08T10:17:23
C
UTF-8
C
false
false
261,972
h
#include <Arduino.h> #include "./Fonts/HZK16.h" #include "./Fonts/ASC16.h" #define RED 0xf800 #define GREEN 0x07e0 #define BLUE 0x001f #define WHITE 0xffff #define BLACK 0x0000 #define YELLOW 0xFFE0 #define GRAY0 0xEF7D //��ɫ0 3165 00110 001011 00101 #define GRAY1 0x8410 //��ɫ1 00000 000000 0000...
[ "854410664@qq.com" ]
854410664@qq.com
766c44329d43a7aa127ef5333c03a87081e8ecaa
6007e4a8c12253ec4d96038e7c5e7804d5aeef40
/10_C_0930_MSC/Day12/Malloc04.c
4bc7c02c2e54575d7ebb3c01e755c06399ddac66
[]
no_license
mschae94/C-Language
7ef1fb702433c9b3147ec7e7a41615de1d299839
3819c87b92e5beabe5165804849c10024d825d6e
refs/heads/master
2020-03-22T12:22:17.120282
2018-07-10T15:29:52
2018-07-10T15:29:52
140,015,841
0
0
null
null
null
null
UHC
C
false
false
599
c
#include <stdio.h> #include <stdlib.h> //malloc 함수 int* Malloc(int count) { int *p1; p1 = (int*)malloc(count*4); return p1; } void main() { int count; int *p1; int i; int eng; int kor; //문제 3) 학생수를 입력받고 그수만큼 국어 영어 성적을 입력출력해보세요 printf("학생수: "); scanf("%d", &count); Malloc(count); p1 ...
[ "noreply@github.com" ]
mschae94.noreply@github.com
57a79848a3ebe1ae5b6703d3e09fb04fe7b15e41
520dd3320fe8693346c27be70a90dc2630e0941c
/src/main.c
cd23a3b988f524892a68d8a876c982ffe8979eab
[]
no_license
adam77x/AICquadrotor
b4023af2eb3194d86386d4348a8aeaf606adfa3f
3b7c3e7e90cb08ef8940ee87f3a385bee896fda7
refs/heads/master
2021-01-01T20:00:04.196869
2015-02-03T03:02:58
2015-02-03T03:02:58
30,167,884
0
0
null
null
null
null
UTF-8
C
false
false
15,024
c
#include "stm32f4xx.h" /* FreeRTOS includes */ #include "FreeRTOS.h" #include "task.h" #include "semphr.h" #include "timers.h" #include "queue.h" #include "string.h" #include <math.h> #include <stdio.h> #include <stdlib.h> #include "hw_config.h" //all hardware configuration was setted here #include "main.h" #include "s...
[ "adam77x@gmail.com" ]
adam77x@gmail.com
25021c4b000a93042b51b56351278b7b144896a7
5aa58bac5159d36d5eea9cd46a96f98793df718e
/common/lib_string.h
95cae36c4e2c07462912b4a0cf49a7eb0ac96dd2
[]
no_license
sun12jun/ARM9_ISS
5c8090c0cdf56d071f3b6c95c67e87e7e058312d
76e5a38e1623d679d7fa2f32ae38b8b932976214
refs/heads/master
2021-03-12T23:07:36.925737
2012-05-27T13:31:59
2012-05-27T13:31:59
null
0
0
null
null
null
null
UTF-8
C
false
false
608
h
#ifndef _LIB_STRING_H #define _LIB_STRING_H #include <common.h> #define CHAR_LF 10 #define CHAR_CR 13 #define CHAR_ESC 27 #define CHAR_BACKSPACE 8 #define CHAR_TAB 9 #define CHAR_SPACE 32 #define CHAR_UP 65 #define CHAR_DOWN 66 #define CHAR_RIGHT 67 #define CHAR_LEFT 68 #define COMMAND_STACK_SI...
[ "djyoon.ics@gmail.com" ]
djyoon.ics@gmail.com
a768da956bb53d47c330b1f3581c8577a207b995
c7f649dce44a2ef93dcf56ac82e8de57f3bdde0d
/libft/ft_tolower.c
5b1e505f40e70f1cbd4ea109c3cabbbe7e98bf81
[]
no_license
gnegri42/fillit
749ed6f89fc346b639dc2abd2e56bf9b5b6e740f
eca19b524ffa8062b97f0686bbfe3954950d95b8
refs/heads/master
2021-09-14T04:12:37.186951
2018-05-08T09:06:38
2018-05-08T09:06:38
111,705,179
0
0
null
null
null
null
UTF-8
C
false
false
988
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_tolower.c :+: :+: :+: ...
[ "bmuselet@e3r11p10.42.fr" ]
bmuselet@e3r11p10.42.fr
998a5ebe83de2199958af4c9ab7517e68690d6c6
1c550042f7abb618bcda5e7b15ce784e12afebd3
/Project_1/include/DM_monitor.h
e343f6a4f6027982661031be273baa55ada3384c
[]
no_license
wilmersuarez-old/SystemC-Projects
f99f3e9d0b87aafc293ed4734bfd91cd2737d698
b130e4c6024356a178ac186a86bb1163adc298c8
refs/heads/master
2020-04-13T00:36:38.695728
2018-12-23T07:38:56
2018-12-23T07:38:56
null
0
0
null
null
null
null
UTF-8
C
false
false
963
h
//============ MINI RISC PROCESSOR =========== // // // File : DM_monitor.h // Monitor Data Memory inputs and outputs. // //============================================ // #ifndef DM_MONITOR_H #define DM_MONITOR_H #include "systemc.h" SC_MODULE(monitor_DM) { // ----- PORTS ----- // sc_in<bool> monitor_CTRL_DM_...
[ "wilmer.suarez@stonybrook.edu" ]
wilmer.suarez@stonybrook.edu
64b4205efd8c80eac6d6025a6001e7bea16954ab
2ff284a551d5a3ab5668a925b58b95a9c70ecd6a
/Beginner/FLOW013.c
204da09a47b439bf2f27301bc8799cd74282bbcd
[]
no_license
incognito-findme/codechef
a679a1978f5bfc9f2935ba4d7466c6329fa91fc3
e8849027eaa822619b28ca6408d36c0a207fadf4
refs/heads/master
2020-12-01T14:01:51.917449
2017-03-08T12:35:19
2017-03-08T12:35:19
67,709,368
0
0
null
null
null
null
UTF-8
C
false
false
345
c
/* https://www.codechef.com/problems/FLOW013 */ #include <stdio.h> int main(void) { int testcase, a, b, c; scanf("%d", &testcase); while(testcase--) { scanf("%d %d %d", &a, &b, &c); if ((!a) || (!b) || (!c)) { printf("NO\n"); continue; } if ((a + b + c) == 180) printf("YES\n"); else printf("N...
[ "incognito.findme@gmail.com" ]
incognito.findme@gmail.com
45226c7b7a08beca4c5bee9e8ad1a64c6de31190
0c5d3b088080577388f5766431487534f93a2c40
/Github-Projects-Origin/linux-master/lib/uuid.c.bak.c
99abfb276e432be37712ffa084e040a5dae6a896
[]
no_license
zhiyuanjia/WoBench
878255ce45e76ef57f88743c7f43acdfa59e93e7
6b337780cbd598de98fc0eabd19efaf1a01b6012
refs/heads/master
2021-09-23T03:12:08.091319
2018-06-14T10:17:59
2018-06-14T10:17:59
null
0
0
null
null
null
null
UTF-8
C
false
false
3,161
c
#include <assert.h> #include <string.h> #define INCLUDEMAIN /* * Unified UUID/GUID definition * * Copyright (C) 2009, 2016 Intel Corp. * Huang Ying <ying.huang@intel.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version * 2 a...
[ "wangcong15@mails.tsinghua.edu.cn" ]
wangcong15@mails.tsinghua.edu.cn
c8c9c60a7abc7397500786d9bfe39fdf88f243af
00d03e7f40a16fff540053fc6a8a75c3f87648eb
/engine/easy_animation.h
41d94b31785c44d26c0a5527e41f164adda50c6e
[]
no_license
Olster1/easy_engine
889e7d9e7baa8df187db3108ff00581237414c4e
fb0a62ad00d2aba022d54818381d7d338b41c546
refs/heads/master
2022-11-15T00:49:13.285152
2020-06-30T00:32:17
2020-06-30T00:32:17
195,151,155
4
0
null
null
null
null
UTF-8
C
false
false
5,170
h
typedef enum { ANIM_IDLE, ANIM_LEFT, ANIM_RIGHT, ANIM_UP, ANIM_DOWN, ANIM_JUMP, } AnimationState; struct animation { char *Frames[256]; u32 FrameCount; char *Name; AnimationState state; }; struct AnimationParent { int count; animation anim[16]; }; typedef struct animat...
[ "oliver_marsh@live.com.au" ]
oliver_marsh@live.com.au
b50e0c6f6bab991d006a3982fdd1dcbca9cce7c8
b4634cbb7df647704e42d9205b4eddcd55ce7adb
/func_average.c
b5c6c3e285770e29cb701c9527836250bf238452
[]
no_license
anurag03-10/C_functions
70d2689a045c68ccc609c23b64c80cbf941aceba
a74c2ac1662f88b0d5149830530629dc5f5014be
refs/heads/master
2021-07-12T00:15:57.203660
2020-10-01T06:09:13
2020-10-01T06:09:13
207,062,640
0
1
null
2020-10-01T06:09:14
2019-09-08T04:42:59
C
UTF-8
C
false
false
353
c
#include<stdio.h> int average (int x, int y); int x,y,n,m,s=0; float avg; void main() { printf("Enter the starting and ending number"); scanf("%d%d",&x,&y); avg=average(x,y); printf("Average of odd numbers between the given range is %f",avg); } int average (int m, int n) { for(m;m<=n;m++) { if(m%2==1) s=s...
[ "noreply@github.com" ]
anurag03-10.noreply@github.com
a6e5596d129030a4ec405e8b222786ae61cc212e
dabede9de09718120b977b559cd7c0e28da19455
/driller/data/linux/processed-challenges/CableGrindLlama/pov_65/pov.c
419d7350a1ea87cd9b8b56b82dbdeab17326bef2
[ "MIT" ]
permissive
siddk/driller-lite
a80664554dcc105b77160df256b0f66b9a76a78b
83acb3669c047645d9d7bafcfc2fda1931c0249d
refs/heads/master
2021-01-01T17:02:20.670870
2017-08-17T20:31:28
2017-08-17T20:31:28
97,974,422
1
0
null
null
null
null
UTF-8
C
false
false
10,072
c
#include <libpov.h> int main(void) { negotiate_type1(0x0, 0x0, 0); do { //*** writing data static unsigned char write_00000_00000[] = "\xbe\x01\x00\x00"; static unsigned int write_00000_00000_len = 4; unsigned char *write_00000 = NULL; unsigned int write_00000_len = 0; ...
[ "sidd.karamcheti@gmail.com" ]
sidd.karamcheti@gmail.com