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
e619cb09d92d1eaae4ccf18ef417a216d52ca16d
a33aac97878b2cb15677be26e308cbc46e2862d2
/program_data/PKU_raw/38/890.c
e23fb65c078fa2c9875b7fbcf6953cfcc1eba536
[]
no_license
GabeOchieng/ggnn.tensorflow
f5d7d0bca52258336fc12c9de6ae38223f28f786
7c62c0e8427bea6c8bec2cebf157b6f1ea70a213
refs/heads/master
2022-05-30T11:17:42.278048
2020-05-02T11:33:31
2020-05-02T11:33:31
null
0
0
null
null
null
null
UTF-8
C
false
false
405
c
int main() { int m,i,j; double a[100]={0},c=0,s=0,n; scanf("%d",&m); for(j=0;j<m;j++){ double sum=0,ave=0, total=0,pf=0; scanf("%lf",&n); for(i=0;i<n;i++){ scanf("%lf",&a[i]); sum+=a[i]; ave=sum/n; } for(i=0;i<n;i++){ pf=(a[i]-ave)*(a[i]-ave); total+=...
[ "bdqnghi@gmail.com" ]
bdqnghi@gmail.com
ba8bb2ddefa2d63ede46e73f940b45a34d028e4d
bc75d6ae5eb56b79f02cf4acd5ec456f8340875e
/src/analizer/analizer.c
9657c2f7a6b91a051b509ea2935f47029484218d
[]
no_license
wkkuna/music_generator
ab4b756b7f35a60a78df0d77efce2535bea15b08
07440f03e67699987ac309b3d299a1a98448fbaf
refs/heads/master
2023-04-02T21:52:44.276954
2021-04-10T21:03:28
2021-04-10T21:03:28
233,657,665
0
0
null
null
null
null
UTF-8
C
false
false
7,079
c
#include "analizer.h" void *clean(void *ptr) { if (ptr != NULL) { free(ptr); ptr = NULL; } return ptr; } void **clean_matrix(void **tab, int rows) { for (int i = 0; i < rows; i++) if (tab[i] != 0) free(tab[i]); tab = clean(tab); return tab; } int find_...
[ "wi256@o2.pl" ]
wi256@o2.pl
0889acf0adb51eab8c97ece27435269d56c370d3
48d84f9815feff485757e7fb6059210ddd174f25
/20180320queue/examples/simple.c
d22ea1245177ab751f49b68204d46354e8f3e0fc
[]
no_license
Lee-Kevin/Small_Project_for_Life_Working
1e50ef06613b7b4b0929d37f694724dccfd9b33a
7bc5ad62d0773a753fdfc85e7ecd90e97a1a65e2
refs/heads/master
2021-07-14T18:26:05.847580
2021-03-08T02:03:19
2021-03-08T02:03:19
73,245,240
1
0
null
null
null
null
UTF-8
C
false
false
861
c
#include <stdlib.h> #include <stdio.h> #include "queue.h" msgqueue_t msgs; // message queue void addmsg(void) { Elem m3; static unsigned int i; m3.data = (char *) malloc(30); sprintf(m3.data,"The number is %d",i++); QUEUE_PUSH(&msgs, &m3); // free(m3.content); } int main(void) { Elem m1 ; printf("DBG...
[ "lidreamer@foxmail.com" ]
lidreamer@foxmail.com
f578c085a77dfe45d943ac95fb025ae1cdb1e791
2992acdaff48c246ff6229d342dbdca17a211897
/Занятие 2 (valgrine, git)/Задание 1 (vilegrine)/out_bounds_memory.c
1b0140c7a5a2dedb040d61dcab133f90ab9ada49
[]
no_license
StacyMi/Eltex_summer_school
fce95ccfacdfd971b4a5b8094208a95ffaaca96d
492f0026569964acbdc64418a65a2a49990b6c31
refs/heads/master
2020-03-20T19:20:39.874835
2018-06-19T09:47:37
2018-06-19T09:47:37
137,632,721
0
0
null
null
null
null
UTF-8
C
false
false
143
c
/* * Mishkina A.Y. * 05.06.18 */ #include <stdio.h> int main() { int array[7]; printf( "%d\n", array[13] ); return 0; }
[ "nastiamishkina@icloud.com" ]
nastiamishkina@icloud.com
344c7c22ecb912d359170e804cd8f45b5ba7eee2
1030572a2efaeaa01f315a15c6b12777060ac63b
/AAAAAAAAAAA/point.h
3e0a4028db36994aa3a0e4197bc517fbc5944ab6
[]
no_license
flotazani/C-Proga
25a16700a42a1eda62dcf0d4180546869a1f0e68
5e85bf14f1083447256144be0a6e7fee4863bc31
refs/heads/master
2021-09-02T09:43:23.692335
2018-01-01T15:32:02
2018-01-01T15:32:02
105,116,401
0
0
null
null
null
null
UTF-8
C
false
false
175
h
// // Created by Andrei Konovalov on 12/30/17. // #ifndef AAAAAAAAAAA_POINT_H #define AAAAAAAAAAA_POINT_H struct Point{ int x; int y; }; #endif //AAAAAAAAAAA_POINT_H
[ "flotazani@mail.ru" ]
flotazani@mail.ru
e0f8837314c93981eaa7f9c04a237cbd8480e264
f48c4d0767622792e2c6cf2210ae398d74009ef3
/historical implementations/TWOS/TWOS Source Code/tape-contents/twcur/tw/tc2000/TCclear.c
893e2d5f5e59778f7111ae2b906532dac92db92d
[ "MIT" ]
permissive
rebcabin/colliding-pucks
cedeeb86cb6f69322471e85eea59b09b98a710c0
14661d4411fb5a25d52df43f21badd9895d53301
refs/heads/master
2020-03-23T16:42:56.499149
2018-08-08T17:06:07
2018-08-08T17:06:07
141,824,559
7
0
null
null
null
null
UTF-8
C
false
false
509
c
/* Copyright (C) 1989, 1991, California Institute of Technology. U. S. Government Sponsorship under NASA Contract NAS7-918 is acknowledged. */ /* * $Log: TCclear.c,v $ * Revision 1.2 91/07/17 16:22:16 judy * New copyright notice. * * Revision 1.1 90/12/12 11:05:30 configtw * Initial revision...
[ "bc.beckman@gmail.com" ]
bc.beckman@gmail.com
9f3c28bd7705e8fc2274aa2fd580459ac6750db0
37db2928cf0c37a18f8112ee17b5f05a30e5c79c
/Assignment_1/a1_purchase.c
b1dc06f3a90d755b0de339003dd0c11d3f8e12af
[]
no_license
XiaoshuaiGeng/Intro-to-C-programming
724d47c5cb8fce21cc31f70b2b696d594c222a4b
6725183a84b7ca4d1d0b55f20859a0ce0d294960
refs/heads/master
2020-03-20T15:38:39.785398
2019-05-14T14:46:08
2019-05-14T14:46:08
null
0
0
null
null
null
null
UTF-8
C
false
false
526
c
#include <stdio.h> int main(void){ int itemnumber, month, day, year; float unitprice; printf("Enter item number: "); scanf("%d",&itemnumber); /*Itemnumber output*/ printf("Enter unit price: "); scanf("%f",&unitprice); /*Unit price output*/ printf("Enter purchase date (mm/dd/yyyy): ");...
[ "noreply@github.com" ]
XiaoshuaiGeng.noreply@github.com
19bad8fed3c4e21880a5ebfb389a1f8b8197ef0b
0b596b9fbf8bc420c45ec6861f920273e2b5f16c
/tp_1/utn_calculator.c
4da2fbeae88d917feac5121b28a39929f99fef9b
[]
no_license
EzeVedder/tp_laboratorio_1
42d249b1ec5b16beeb743b734064737cb9305be0
74697c3dc45f2c58609d19ef5d623a01954adb97
refs/heads/master
2020-05-05T03:48:58.051120
2019-04-06T02:59:50
2019-04-06T02:59:50
129,458,584
0
0
null
null
null
null
UTF-8
C
false
false
346
c
int sumar(int *A, int *B,int *pSuma) { *pSuma = *A+*B; return 0; } int restar(int *A, int *B,int *pResta) { *pResta = *A-*B; return 0; } int dividir(int *A, int *B,int *pDivision) { *pDivision = *A/ *B; return 0; } int multiplicar(int *A, int *B,int *pMultiplicar) { *pMultiplicar =...
[ "noreply@github.com" ]
EzeVedder.noreply@github.com
47d3bf9dd5ef8c3cb7c9f7672c6e6d9dcd63df09
251ee934c1a91abfacd18f1505b23af995743a83
/42cursus/push_swap/libft/ft_range.c
e1a30e201fc6384c568ccdfde2d40addeeaa7e77
[]
no_license
MinjeaLee/42seoul
9895b84de5ed549f05b61780900ba66be21f28fc
0b99dcdb548751e3af5d1df8342b6e83668488e8
refs/heads/master
2023-07-17T14:34:24.849325
2021-08-16T14:28:52
2021-08-16T14:28:52
null
0
0
null
null
null
null
UTF-8
C
false
false
1,155
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_range.c :+: :+: :+: ...
[ "kyekim@c10r3s14.42seoul.kr" ]
kyekim@c10r3s14.42seoul.kr
c47262ef01dd639a0cffc978b43319ddb89cb22f
44977fc7325d0d1b42cc09a8c54a7a4e9bf5a039
/20210410.c
6798fef058380c47d4d42ebec525e1d34b31452d
[]
no_license
locolocoer/OneQuestionPerDay
6838fdc662df00ce5b8a9fffe710e5dfe7f99032
b400cc6f6ff1e054be709786a392c5255b2e09c6
refs/heads/main
2023-04-21T17:58:09.468558
2021-05-03T11:39:44
2021-05-03T11:39:44
349,088,246
0
0
null
null
null
null
GB18030
C
false
false
1,642
c
/* 华中科技大学上机题(二) 十二进制是数学中一种以12为底数的计数系统,它由0~9,a,b组成,与十进制的队友关系是: 0~9对应0~9,a对应10,b对应11。例如,十二进制的a2,十进制是122。输入一个仅含十二进制数字的字符串(字母一律小写,不超过8个字符),完成下列任务: (1)输出该十二进制数每一位对应的十进制数(从高位到低位顺序输出,空格隔开); (2)实现“十二进制”转“十进制”算法,输出该十二进制数对应的十进制数; (3)输出转换后的十进制数在内存中的每个二进制位(共4字节,每字节之间空格隔开)。 输入格式: 输入十二进制数:a2 输出格式...
[ "noreply@github.com" ]
locolocoer.noreply@github.com
8c367f235f08f97e8e62189bcaacfe5519f3593e
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function13831/function13831_schedule_4/function13831_schedule_4_wrapper.h
27a1a59b35637485c88b86097494398802ede0fb
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C
false
false
327
h
#ifndef HALIDE__generated_function13831_schedule_4_h #define HALIDE__generated_function13831_schedule_4_h #include <tiramisu/utils.h> #ifdef __cplusplus extern "C" { #endif int function13831_schedule_4(halide_buffer_t *buf00, halide_buffer_t *buf01, halide_buffer_t *buf0); #ifdef __cplusplus } // extern "C" #endif...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
d6ac8ddf4659add17f9b3bf287cab9c4d53949af
9161a942ae568132c9cc80421723e218f18fc647
/lib/asn1c/nr_rrc/EUTRA-PhysCellId.h
a6e0479f776282d77fda9f9f5b467d72c5f02034
[ "Apache-2.0" ]
permissive
bbscom/free5GRAN
84ed4c38a4e588aab6642476ab4a8a9651401d4e
064621e6ac390d81c59b2f8583873bb6b92434b8
refs/heads/master
2023-03-12T06:18:39.834945
2021-03-01T16:50:27
2021-03-01T16:55:46
null
0
0
null
null
null
null
UTF-8
C
false
false
1,316
h
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NR-RRC-Definitions" * found in "fixed_grammar.asn" * `asn1c -gen-PER -fcompound-names -findirect-choice -no-gen-example` */ #ifndef _EUTRA_PhysCellId_H_ #define _EUTRA_PhysCellId_H_ #include "asn_application.h" /* Including extern...
[ "aymeric@dejavel.fr" ]
aymeric@dejavel.fr
90bbddf74dee59fe0ed293a5c8221f7ab8584ee9
28386d52fd5ee51311a557b1a88fa47e28f89e77
/Lab2_1/maresArchivosStrtok.c
948a7c4b5851dad2a4e53e1ee9eeb3c82ce7ca72
[]
no_license
lsuarezzapata5/SO-Lab2
7ff6ad393a7aba722a60bccfb11128ceabd2b9be
f291c987bac72ade23b7cd3ce91a35980b1592ea
refs/heads/master
2021-01-10T07:37:11.358409
2015-10-17T19:19:27
2015-10-17T19:19:27
43,558,099
0
0
null
null
null
null
UTF-8
C
false
false
5,080
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #define NUMMAXCHAR 20 #define DEFAULT 100 typedef unsigned int uint; typedef struct { char nombre[NUMMAXCHAR]; float nota; uint creditos; }strMateria; int num; int numeroMaterias(FILE *file); void getDatos(int n, strMateria (*_materias)[num], FILE *fi...
[ "lsuarezzapata5@gmail.com" ]
lsuarezzapata5@gmail.com
eb266cc522535202d1407a42c39b0a949a931e77
91c4e7183e57a45813d1295e55e05be6ab919b8b
/resources/ews/ewsclient/ewsclient_debug.h
5f80ee6a6f9b5462e6fe0e832462df2c29b784a4
[ "BSD-3-Clause" ]
permissive
viralgecko/kdepim-runtime
fd0cbaab3452061f98ed1fd6e64006f7ae563034
f6770440bd742b073dd4478385e344ec89fddd3f
refs/heads/main
2023-07-05T01:52:36.486539
2021-09-03T18:55:41
2021-09-03T18:55:41
399,860,320
0
0
null
null
null
null
UTF-8
C
false
false
1,038
h
/* SPDX-FileCopyrightText: 2015-2017 Krzysztof Nowicki <krissn@op.pl> SPDX-License-Identifier: LGPL-2.0-or-later */ #pragma once #include <QTemporaryDir> #include <ewscli_debug.h> #include <ewscli_failedreq_debug.h> #include <ewscli_proto_debug.h> #include <ewscli_req_debug.h> #define qCDebugNC(cat) qCDebug...
[ "andreas.merl@student.tugraz.at" ]
andreas.merl@student.tugraz.at
70a16f054998e26fb552fc5af005614162f836d1
c425afb8bb6b182168fd4c3a46c9b334f4740e60
/kungfu/class/tiezhang/obj/yellowcloth.c
bc799658722585794530b6e9443892eb0bc26577
[]
no_license
fluffos/nt7
ceef82b2465cf322549c7ece6ce757eaa8ec31ff
52727f5a4266b14f1796c2aa297ca645ca07282a
refs/heads/main
2023-06-17T10:07:33.000534
2021-07-15T11:15:05
2021-07-15T11:15:05
308,148,401
9
9
null
2021-06-28T14:11:57
2020-10-28T21:45:40
C
UTF-8
C
false
false
602
c
// yellowcloth.c // Last Modified by winder on May. 25 2001 #include <ansi.h> #include <armor.h> inherit CLOTH; void create() { set_name(YEL"黄葛短衫"NOR, ({"yellow cloth", "cloth"})); set_weight(3000); /*if( clonep() ) set_default_object(__FILE__); else*/ { ...
[ "i@oiuv.cn" ]
i@oiuv.cn
659996ed60a4dd5f581905c7443b484e357f9302
a6e713bce397b2f5e66c07a2523e034b5fcd8236
/MicroPython_BUILD/components/micropython/lib/berkeley-db-1.xx/btree/bt_page.c
89cb952f3e8d715d042c4691839ea59b276d0241
[ "MIT", "Apache-2.0" ]
permissive
YFROBOTZL/MicroPython-for-TTGO-T-Watch
f9bfc3f727a1ed29d350c1b3d1676200a17c1d76
43ab375858cf6ec21647aafd418548db2d527db5
refs/heads/master
2023-03-18T12:38:45.916583
2020-09-16T07:44:11
2020-09-16T07:44:11
null
0
0
null
null
null
null
UTF-8
C
false
false
3,154
c
/*- * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. 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 t...
[ "lewisxhe@outlook.com" ]
lewisxhe@outlook.com
cb58b6dba82bfaba511d4aca7813c0b3cdec6ee0
b51a4b923458cb2f32e92f78371267e6afedf216
/src_final/user.h
472b52884c16daceca2084a085f2651596d72fad
[ "MIT" ]
permissive
haleylikesrocks/xv6_mmap
6fe0cf630a223f2defa8c1bacd21249e93ca68c3
56d983a4db7cbddf7b7607647a54c6fb4c74bac3
refs/heads/main
2023-04-16T23:12:19.587109
2021-05-07T15:59:26
2021-05-07T15:59:26
352,675,639
1
2
null
null
null
null
UTF-8
C
false
false
1,055
h
struct stat; struct rtcdate; // system calls int fork(void); int exit(void) __attribute__((noreturn)); int wait(void); int pipe(int*); int write(int, const void*, int); int read(int, void*, int); int close(int); int kill(int); int exec(char*, char**); int open(const char*, int); int mknod(const char*, short, short); i...
[ "ramirezhaley@gmail.com" ]
ramirezhaley@gmail.com
ae3be68a5d9c0bca141ca5df6bce8db3900db1b0
80ea01d9c94d0336e9b712522673427d38416478
/_arsian/Source/T4200/Common/Txn_flow/app1.h
85e4387c1d6bcfb388c867f3a51603cdaa3dfba4
[]
no_license
suyuti/Hypercom_parsian
95b05bb5cb3a1f48b093bb4b562cf4af2c6d43cf
e78fa29ae332235273c9c1d28cf2a2f6e7ec6ca3
refs/heads/master
2020-12-24T15:22:33.818145
2015-02-26T21:30:32
2015-02-26T21:30:32
31,389,765
1
0
null
null
null
null
UTF-8
C
false
false
1,814
h
//============================================================================= // Hypercom Inc // (c) Copyright 2005 //============================================================================= // // Module overview: app1.h // Functions used on the first application p...
[ "mehmet.dindar@SMART0178.smartmoss.local" ]
mehmet.dindar@SMART0178.smartmoss.local
2cea42cc499d15767045c3de23217c69b5d4c5fe
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/7a9c79ce-9637-409a-a87b-ea1b4094dfa2.c
356eec7a0c08e174af8ace31dc8ebe0d935e1909
[]
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
632
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=12; int k; int l; k = 533; l = 64; k = i/j; l = i/j; l = i/j; l = l-j; l = i/j; l = i-j; l = i-j; k = k-k*i; //variables //random /* START VULNERABILITY */ int a; int b[10]; int c[9...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
c4bc23aeb73ec9b0850950955692a1b76c869954
b5b14b4edd15676457708952a81385085a8b7ff0
/UnitTests.h
e6817d59b289073996de60a88359b1cc5c5525ed
[]
no_license
antonmilev/Median
f19e6efa1ca38146b3b14a99777d6c457009102b
496a11ad151dfea04e753d97d452663ac8026638
refs/heads/master
2023-05-11T01:21:00.851397
2023-05-02T11:14:43
2023-05-02T11:14:43
215,525,183
0
0
null
null
null
null
UTF-8
C
false
false
418
h
#pragma once #include "Median.h" /** * @file UnitTests.h * @brief Provides unit tests for Median Class * * Tests can be run on Windows x86/x64 platforms. */ void printc(int color, const char* output, ...); void printResult(const char* fname, bool bRes); int test_median_basic(Median& m); int test_median_iter(Me...
[ "amil@abv.bg" ]
amil@abv.bg
b958b280c3d61abf41e7df34eb9d4de8d5383f41
14a99aa53189aef53e8d4719181fcf96004f9107
/C/Problem Solve/find_digits.c
7495889b158856915f016b89d4ac7bf7651ea2d8
[]
no_license
sahanics06/H-rank
eece10a6362c557c558b376ff55cb3c62989ff30
571de84b9ca630fe3191d52b08f4d7d0341f25ff
refs/heads/main
2023-06-20T00:14:39.825739
2021-07-10T17:22:59
2021-07-10T17:22:59
381,710,407
0
0
null
null
null
null
UTF-8
C
false
false
3,604
c
/* Problem Statement : An integer d is a divisor of an integer n if the remainder of n/d = 0. Given an integer, for each digit that makes up the integer determine whether it is a divisor. Count the number of divisors occurring within the integer. Example n = 124 Check whether 1, 2 and 4 are divisors of 124. All 3 nu...
[ "noreply@github.com" ]
sahanics06.noreply@github.com
720bf9555d453eb669b4b00dcb6cd8ed4141dc11
eaae3529ea65c9be62e4b177a498dd0459396052
/modified_vars_dw/OliverSchmidt_log.c
64b00de4c196ccf7ae5ce9ce39a80e6f182f8919
[]
no_license
mgsanusi/blame-dodger
badac55079b0bc84c1c3ddff9357caffd480b512
c8b1f19d48e09200c9d59f3dda3b298ced7103d7
refs/heads/master
2021-01-20T04:50:14.975609
2018-01-12T00:02:14
2018-01-12T00:02:14
89,739,285
3
0
null
null
null
null
UTF-8
C
false
false
66
c
#include <string.h> #include "net/ip/uip.h" #include "sys/log.h"
[ "marina@virginia.edu" ]
marina@virginia.edu
2ca66319f5e0dcfc2e0c61e24028fd6b5ff93b3e
99c85d1c9ab2b833ad45e8c95661efa4e33b9a2f
/src/wifi_nmi/host_drv/driver/source/nmbus.h
ce89a63a012daa52f07b53fd5d45b7f0a4b32c2c
[]
no_license
magalno/doorHack
7444a8ede42ead78f43ed98f43cae1360d595c09
89923f6c93bbe0efaae979866dd914070560d466
refs/heads/master
2021-01-02T08:45:39.108756
2015-01-24T11:34:03
2015-01-24T11:34:03
29,495,827
0
0
null
null
null
null
UTF-8
C
false
false
4,652
h
/** * * \file * * \brief This module contains NMC1000 bus APIs implementation. * * Copyright (c) 2014 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the follo...
[ "magnealvnor@gmail.com" ]
magnealvnor@gmail.com
db31b9ec5aa7adf5b6c04abdc1f1b625438e53eb
5c255f911786e984286b1f7a4e6091a68419d049
/code/be65b645-83db-4ece-8947-3856c07ddda1.c
24f643763f2bb3635442ff7940eb12f6c4d4277b
[]
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
217
c
#include <stdio.h> int main() { float i; float j; float k; float l; i = 6; j = 9; printf("vulnerability"); k = 3; l = l*j*j/9; printf("vulnerabitiy"); printf("%fnn",l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
4f2440706d7e25e67e9e7efb8ac3c091a20d1538
4558c7a5d9bf79565cbb5f34070284c9d7db8742
/projects/harrings/teammate1/dominion/cardtest3.c
1ffc3c338d926852d9248d0ce9e9a6fa4a2ba4a3
[]
no_license
ngheo1128/cs362f15
00149555de9a8b1e712d253fd85a29c697e6370f
ff0a787ecd4a3bd31c223e97f507a606bb755e5a
refs/heads/master
2020-12-26T08:20:56.118165
2015-12-08T01:33:57
2015-12-08T01:33:57
47,590,923
0
0
null
2015-12-08T01:39:23
2015-12-08T01:39:23
null
UTF-8
C
false
false
1,601
c
#include "dominion.h" #include "dominion_helpers.h" #include <string.h> #include <stdio.h> #include "rngs.h" #include "interface.h" //tests the village card which adds 2 actions //village card also adds 1 draw but discards village so hand size shoudl not change void village_test() { //basic game cards int k...
[ "sean.harrington2@gmail.com" ]
sean.harrington2@gmail.com
a5ca5b27a23026d3615e6f0589b924f66d1649fc
18566d61fab8f0d63b334d36ffa2175c3a47647e
/engine/common/hpak.c
e8bbee456cfd74d8e9844bffbcd14a718334a67b
[]
no_license
nekonomicon/xash3d-fwgs
70a4067788ee2a8d7434cc42139fd8557f6a0050
3c5f7de74772fa525e35304edbc0f223abfbe314
refs/heads/master
2023-05-26T16:13:38.515162
2018-11-01T22:35:42
2018-11-01T22:35:45
156,127,655
0
0
null
2018-11-04T21:38:39
2018-11-04T21:38:39
null
UTF-8
C
false
false
27,104
c
/* hpak.c - custom user package to send other clients Copyright (C) 2010 Uncle Mike 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 your option) any later vers...
[ "a1ba.omarov@gmail.com" ]
a1ba.omarov@gmail.com
e781163d9c394f63a9670b14ff61ff2b42243902
2471b3d330e6b83dc7a08eae703a98d72afbaf96
/src/libs/2009_0521_RT3572_Linux_STA_V2.1.2.0/os/linux/rt_ate.c
eb2e7a983148ca1f461a8e9bae77145dc4830f73
[]
no_license
korkakak/mywdtvlive
f1487d4e0bf14e36e12452cd34b0857a170e77a8
a5b81de8e689e89da1c71d237432d4cebad762a2
refs/heads/master
2021-01-23T07:35:24.852227
2011-05-24T17:04:11
2011-05-24T17:04:11
1,794,505
5
1
null
null
null
null
UTF-8
C
false
false
192,807
c
#include "rt_config.h" #ifdef RALINK_ATE #ifdef UCOS INT IoctlResponse(PUCHAR payload, PUCHAR msg, INT len); #endif // UCOS // #ifdef RT30xx #define ATE_BBP_REG_NUM 168 UCHAR restore_BBP[ATE_BBP_REG_NUM]={0}; #endif // RT30xx // // 802.11 MAC Header, Type:Data, Length:24bytes UCHAR TemplateFrame[24] = {0x08,0x00,0x0...
[ "korkakak@ceid.upatras.gr" ]
korkakak@ceid.upatras.gr
e6b5f91ff3f04f9b62f007be771c5af702538b6f
78ca1921dd96c1d8e27d0a5eeca0a1f0756bcde3
/test/libnix/nix/nix-hpux-cred.c
eb744856a1cc59a31e8de838a2d10ed239251540
[ "BSD-4-Clause-UC", "BSD-2-Clause" ]
permissive
Schtee/libcpu
9c6ffdd79efaabb88fae7663d5e613f26f8bd597
c84a1656453440cbd3317acf0d81eb44da9cb1a3
refs/heads/master
2022-07-31T21:02:16.085715
2020-05-24T22:07:05
2020-05-24T22:07:05
266,625,206
0
0
BSD-2-Clause
2020-05-24T21:09:03
2020-05-24T21:09:02
null
UTF-8
C
false
false
2,222
c
#include "nix-config.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include <errno.h> #include <unistd.h> #include "nix.h" int nix_hpux_getresuid(nix_uid_t *ruid, nix_uid_t *euid, nix_uid_t *suid, nix_env_t *env) { uid_t nruid, neuid, nsuid; if (ruid == NULL || euid == NULL || suid == NULL) { ...
[ "nextie@gmail.com" ]
nextie@gmail.com
7b91d79c858efdbe9a441b5b6b4c95c98b67dee3
f9114ee7a1e320d3a91b401b98842ee89e9aa5fe
/libft/srcs/ft_putendl_fd.c
b4c5f1f3a270d07fa9ec071f9cfe1c471df3a417
[]
no_license
jdunnink/Lem-in
6a9c404e3f67a4e61964b438093f1cfb37d99881
613b394baf0446e4b2e3754b0ef4de0a8782b114
refs/heads/master
2022-11-28T01:53:46.101951
2020-08-04T10:19:41
2020-08-04T10:19:41
228,583,305
1
0
null
null
null
null
UTF-8
C
false
false
1,094
c
/* ************************************************************************** */ /* */ /* :::::::: */ /* ft_putendl_fd.c :+: :+: ...
[ "jdunnink@f1r6s6.codam.nl" ]
jdunnink@f1r6s6.codam.nl
db8f21be5e2f56886e6114838e27322d009bb554
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/c776581d-7066-427d-877d-0fb5d8aaa901.c
1daba89764a21375ead7a810e5cb811a4eb83189
[]
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
594
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=122; int k; int l; k = 533; l = 64; k = i/j; l = i/j; l = l/j; l = l/j; l = l%j; l = i-j; k = k-k*i; //variables //random /* START VULNERABILITY */ int a; int b[28]; int c[35]; a =...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
f70f9e44f7d782e0bd09a23712e30eb1e8f6acd1
e01e7989d83fd956f3369a04b04f0f8b7bcbbdd8
/C Language/C Programs/Problems on Pattern Printing/Assignment 16/16_3.c
17594bb89d03af6db5be2ce7c7c2d6fcfd8bef7b
[]
no_license
Shravani-Kher/MyWorkSpace
d36a9489b67d2758f370ed36ac558eab0fa62056
a5fb0d4e482771d698090d2fffc8a1c71d7daf37
refs/heads/master
2023-07-01T09:56:21.296408
2023-06-24T19:25:44
2023-06-24T19:25:44
291,234,856
0
0
null
null
null
null
UTF-8
C
false
false
1,372
c
//////////////////////////////////////////////////// // // Function Name: DisplayPattern. // Parameters: Integer, Integer. // Return Value: Void. // Author: Shravani Vinod Kher // Date: 11 August 2020 // //////////////////////////////////////////////////// /*Accept number of...
[ "noreply@github.com" ]
Shravani-Kher.noreply@github.com
36942323698f8446cd8a1a7a03703a3b90239c1b
e7a9a064f0549cf862c615f56eaef46f27bc0e0c
/src/archives/gzip.h
3208482a44b180009c0e63bb41d6d04186a3b523
[ "LicenseRef-scancode-public-domain", "CC0-1.0" ]
permissive
dd86k/ff
a67cf7e657f52aef831ede5542e8a322c62fa130
06fe45df283fa901fcd7a5508f3ee14410d42337
refs/heads/master
2021-05-12T11:34:29.132152
2020-05-04T02:36:01
2020-05-04T02:36:01
117,392,013
12
1
NOASSERTION
2020-05-04T02:36:02
2018-01-14T01:21:43
C
UTF-8
C
false
false
341
h
struct hdr_gzip { uint16_t sig; uint8_t cm; // compression method uint8_t flg; // flags uint32_t mtime; // modification time uint8_t xfl; // extra flags uint8_t os; // os filesystem uint16_t xlen; // extra field length }; #define FTEXT 1 #define FHCRC 2 #define FEXTRA 4 #define FNAME 8 #define FCOMMENT 16 ...
[ "dd@dax.moe" ]
dd@dax.moe
38a8f3547031c7d618ade92a637e4cd1fb3ae499
017513c8d953cff980a68531f2803bbcb54ee11f
/migong/lev7/dong62.c
af952b432d64059af1d81ab59a063729d58c2f65
[]
no_license
kokojie/xkx100
30d0abd19f892d273f50f08b4d04b64c95447485
aad7f48dec505af9cf1cf5ac3406fc9c3c5fee9c
refs/heads/master
2020-04-01T15:36:14.737860
2013-08-07T03:20:19
2013-08-07T03:20:19
null
0
0
null
null
null
null
GB18030
C
false
false
509
c
#include <room.h> #include <ansi.h> inherit ROOM; void create() { set("short", WHT"钟乳石洞"NOR); set("long", WHT @LONG 洞顶都是尖尖的钟乳石,四周不停的有水珠滴下。 LONG NOR); set("exits", ([ "east" : __DIR__"dong61", "west" : __DIR__"dong03", ])); set("objects", ([ __DIR__"npc/lev"+(random(9)+1...
[ "jackyueq@gmail.com" ]
jackyueq@gmail.com
a3a59e6be5327edd3a33bd0cb32a3aa6f42a7665
cfbdf77eb805e245c5471bec34a0a1261ba10f5c
/DS_Assignments/Dlist-2/insert_at_first.c
2bcd57ca975e65371530955aeff9e820634dea8a
[]
no_license
sachinv1693/Embeeded_Course_Work
f8c241df7978da79b47302d0ba7b03fcac61191c
71c2c1b261acc693d0fcb63136e1d6ed9295756a
refs/heads/master
2023-03-04T12:23:16.078218
2021-02-13T16:06:37
2021-02-13T16:06:37
338,577,751
0
0
null
null
null
null
UTF-8
C
false
false
650
c
#include "dlist_struct.h" Status insert_at_first(Dlist** head, Dlist** tail, data_t data) { //Create a new node Dlist* new = malloc(sizeof(Dlist)); //Check if node is created or not if (new == NULL) { printf("Error: Unable to allocate dynamic memory!\n\n"); return FAILURE; } //Update the data n...
[ "sachinv1693@gmail.com" ]
sachinv1693@gmail.com
12e2201e9b4850d70fdbdcca71f2275464e4fd70
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE190_Integer_Overflow/s05/CWE190_Integer_Overflow__short_rand_square_51a.c
f704fe08a0a1f897e8630f5038d0e09e3e38198a
[]
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
2,717
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE190_Integer_Overflow__short_rand_square_51a.c Label Definition File: CWE190_Integer_Overflow.label.xml Template File: sources-sinks-51a.tmpl.c */ /* * @description * CWE: 190 Integer Overflow * BadSource: rand Set data to result of rand() * GoodSource: Set d...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
d60b4ddf2c55a2522ac165801cfa201da78d70a4
165e8088e3de6edadde5401227706a54f3502de8
/.svn/pristine/1d/1d966f745fa5acfde68d0ac754e603b62f3df090.svn-base
3a7ce606653913b2eb4938aa597ceb54996214f1
[]
no_license
sqf-ice/YJIOT
ba2f2821c615923693180a5eabf3ef162bf07944
5e294c4552508c6aa247ed29af5f401ae753c0c1
refs/heads/master
2020-05-04T15:31:55.042885
2018-11-07T02:57:53
2018-11-07T02:57:53
179,244,735
0
2
null
2019-04-03T08:25:46
2019-04-03T08:25:45
null
UTF-8
C
false
false
894
#ifndef __LED_H__ #define __LED_H__ #include "OB39A08T1.h" #define LED_POWER_PIN P2_3 #define LED_SPEED_PIN P2_2 #define LED_TIMER_PIN P2_1 #define LED_MODE_PIN P2_0 #define LED_POWER_PORTBIT 3 #define LED_SPEED_PORTBIT 2 #define LED_TIMER_PORTBIT 1 #define LED_MODE_PORTBIT 0 #define LED_PIN_PxM0 P...
[ "herolizhen@sina.com" ]
herolizhen@sina.com
5efbfa0ee636606ec9f9b0af55acef5649ca1195
a512b8893b0d2de827d6292e810f3a98b41e132c
/Week2/Day5/Solutions/C/prog1.c
dbf090cfa6145efc2a1fec26ed66a3940029ea07
[]
no_license
Audarya07/Daily-Flash-Codes
d771079fd0d470e2d3e05679f17f32fb64b4f426
cf96ca2b1676b038e243fac67be778381492ffeb
refs/heads/master
2022-11-06T15:37:47.180729
2020-06-25T16:20:55
2020-06-25T16:20:55
274,960,651
0
0
null
null
null
null
UTF-8
C
false
false
167
c
int printf(const char*,...); int scanf(const char *,...); void main() { int i; for(i=1;i<=100;i++){ if(i%3==0 || i%5==0) printf("%d ",i); } printf("\n"); }
[ "audiuttarwar2000@gmail.com" ]
audiuttarwar2000@gmail.com
4945bc30827ad0c13454ead51877b5d70a77ae4b
7eb72d4d5209c17fe6f2421d26f0db3c89758867
/M4_DC_MVC/synergy/ssp/src/framework/sf_el_ux/ux_hcd_synergy_request_isochronous_transfer.c
aa6e8ddbd4ad2a801e3cb4e22af091da228c6cce
[]
no_license
JosueUribe/M4_DCMVC
ccfd16ad96db53cedc32070d053b460fa2003985
57f92a0398c223d128681c557d8828d3e0ed236a
refs/heads/master
2020-03-28T06:39:08.073975
2019-03-14T02:47:19
2019-03-14T02:47:19
147,850,273
0
1
null
null
null
null
UTF-8
C
false
false
14,719
c
/**************************************************************************/ /* */ /* Copyright (c) 1996-2017 by Express Logic Inc. */ /* */ /* This ...
[ "guadalupe.uribe.dse@uteq.edu.mx" ]
guadalupe.uribe.dse@uteq.edu.mx
d42d172267631b317c45a5265c422f5008905e9d
e12352ed17cfc698c1f1d0f2e31262eedfe90bd1
/Learning/neural network/dossier.c
1a3a9f702f9c28307ab8c851addb3f62be72f18a
[]
no_license
landEpita/OCR_C
a1ec1d8694f080a607c02c6cdde96cb9975ad6cd
27670c91ae882d9ae9c523c784a424da4a8b8c9f
refs/heads/master
2020-04-15T00:11:27.933757
2019-01-05T16:26:56
2019-01-05T16:26:56
164,231,771
1
0
null
null
null
null
UTF-8
C
false
false
5,652
c
#include <stdio.h> #include <stdlib.h> #include <err.h> #include <time.h> #include "neuronal.h" #include <SDL.h> #include "pixel_operations.h" #include <SDL/SDL_image.h> #include <sys/types.h> #include <dirent.h> void wait_for_keypressed(void) { SDL_Event event; // Infinite loop, waiting for event ...
[ "Thomas.gossin@epita.fr" ]
Thomas.gossin@epita.fr
82d42b319ee5995b08b6f57974dbb8e2fa0f08bc
69c241081d85aef145ebcc893cc63f8ef916cb16
/verification/global_ocean.cs32x15/code_ad/THSICE_OPTIONS.h
3e27c3571365fbacbf96ff897714a1f9cea1a311
[ "MIT" ]
permissive
darwinproject/darwin3
3556bae3f4797be2bac41e7842f4d567c8616601
39d56694997b1ac231b3669bdf6f1d84d5318601
refs/heads/darwin
2023-08-09T01:53:57.056025
2023-08-02T15:01:55
2023-08-02T15:01:55
251,341,621
14
13
MIT
2023-01-04T14:13:21
2020-03-30T15:08:18
Fortran
UTF-8
C
false
false
712
h
#ifndef THSICE_OPTIONS_H #define THSICE_OPTIONS_H #include "PACKAGES_CONFIG.h" #include "CPP_OPTIONS.h" #ifdef ALLOW_THSICE C Package-specific Options & Macros go here C- use continuous power-law function for partition of energy between lateral C melting/freezing and thinning/thickening ; otherwise, use step fun...
[ "jmc@ocean.mit.edu" ]
jmc@ocean.mit.edu
963b6b7bca8e9f1d383e3d7b3c739ddde2f35939
a0ab4b29b91d80f2226100e97c67e8566984c7e4
/examples/HelloWorld/HelloWorld/config/mpc5777c_mpc57xx_mb/BswM_Cfg.h
2f0fc2638917702e95dac3ed4aa2f305742b0055
[]
no_license
kangdazhi/AUTOSAR-1
8285006a44e53b3819692ea007d8d583ee94b3e5
b11b081f835fd7279b72b1438a6a4f20743071f5
refs/heads/master
2022-04-21T03:38:03.953673
2020-04-21T17:05:53
2020-04-21T17:05:53
null
0
0
null
null
null
null
UTF-8
C
false
false
3,032
h
/*-------------------------------- Arctic Core ------------------------------ * Copyright (C) 2013, ArcCore AB, Sweden, www.arccore.com. * Contact: <contact@arccore.com> * * You may ONLY use this file: * 1)if you have a valid commercial ArcCore license and then in accordance with * the terms contained in the w...
[ "AnycQing@163.com" ]
AnycQing@163.com
556d9986aee465e2f4ed9358514624592641a69e
6725f4734591ff16fe13903ba5eb78cff77c534a
/unit1/question1.h
89a6c475f3ab6deb2ca9a590f1cf47600c75037d
[]
no_license
luckyhalley/online-sjtu-c-language
44c7b11e1419747ebc9c4e34d74faa3681811cb8
46b03665230ea05e0a69f9b084438e3b5c6c0ae8
refs/heads/master
2021-01-09T23:37:48.735670
2017-04-01T16:59:38
2017-04-01T16:59:38
73,193,596
1
0
null
null
null
null
UTF-8
C
false
false
616
h
// // question1.h // online-sjtu-c-language // // Created by 严明坤 on 16/11/12. // Copyright © 2016年 严明坤. All rights reserved. // 编写程序输入三角形的3条边长,计算并输出三角形的面积。 // 提示:三角形的面积S=sqrt((p(p-a)(p-b)(p-c)) 其中,p=(a+b+c)/2 #include <math.h> void question1 () { double Sa, Sb, Sc, Rp, Vs; printf("请输入三角形的3条边长,以“,”分割:\n"...
[ "mky81@126.com" ]
mky81@126.com
4c0c52bf01b5b0bc607e349db8b77b0cce17d2dc
85aa97db3bb0a3e9649576c940af2552c59003f9
/d11/ex09/ft_list_foreach.c
ae13e9a227656f3fb00d1e602195eec27526945c
[]
no_license
tetovske/piscine
6b2be2e343c6ebfd53acb936629c2a61b672189d
0eb7a26dad4d28b37fff9a231c817b5a2b5b4fad
refs/heads/master
2020-06-14T04:19:15.776532
2019-07-26T16:40:43
2019-07-26T16:40:43
194,896,056
0
0
null
null
null
null
UTF-8
C
false
false
1,083
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_list_foreach.c :+: :+: :+: ...
[ "ltesha@mi-g1.21-school.ru" ]
ltesha@mi-g1.21-school.ru
3a79145a470964abc5ec3d31137d51da8f5f4090
0b82191215fffbe6c9b2cac63dfff5d18e40d01c
/tests/fixtures/stm32f1_project/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_wwdg.c
77dae5786ca73b06e4212d650ec4d78c520edc0b
[ "MIT" ]
permissive
vznncv/vznncv-cubemx-tools
a737ab1526ed8ba144c88e59290bb1e4490eef96
9d73b578f1afb056accdbbefb66fe1f49337cd84
refs/heads/master
2020-03-19T15:28:22.820175
2019-07-11T17:59:04
2019-07-11T17:59:34
136,672,141
3
0
null
null
null
null
UTF-8
C
false
false
68
c
Stub content: Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_wwdg.c
[ "vznncv@gmail.com" ]
vznncv@gmail.com
32d54f0775a794d12a7c0ea41b6f644ca43b6c2b
17616d78e36682801401246bbd415f920d1ff313
/system/src/Conf.c
bb284039a0ea067a8e153cbcfd19fe842b40c678
[]
no_license
aatanvardoo/neoled_stm
cf188378ac985f05a639954403bfb14ff9624d5b
4e400af3dac07a7aba00a2630976e016532e6359
refs/heads/master
2016-08-12T08:41:46.773283
2015-10-12T19:29:12
2015-10-12T19:29:12
44,061,649
0
0
null
null
null
null
UTF-8
C
false
false
8,796
c
/* * RCC_conf.c * * Created on: Sep 9, 2014 * Author: Adi */ #include "stm32f10x_rcc.h" #include "Conf.h" #include "stm32f10x_usart.h" #include <string.h> #include "main.h" #define MY_UART USART1 static u16 gMsgId = 0; u32 gcnt2 = 0; uint8_t gDoMeasurement = 0; void RCC_Configuration(void) ...
[ "atanvardo88@gmail.com" ]
atanvardo88@gmail.com
2ddf8392b93c71bb1e78e3182ca890c0ef5d5734
5b3bddaea31a9a072ee18fc61c420cb3894ec9e5
/scan.c
2b59e5520c4662a1a8818d5d9f86b5a22b1d7364
[ "Unlicense", "LicenseRef-scancode-public-domain" ]
permissive
mooseman/pdfpc
f0197283d0fc4344174db905071e83b64218778d
f2ea7a4a6cb737a273a8771af51b6ed0f9c7074c
refs/heads/master
2021-05-15T01:19:09.744275
2016-10-21T06:28:42
2016-10-21T06:28:42
494,903
6
0
null
null
null
null
UTF-8
C
false
false
1,075
c
/* scan.c */ /* Apply an operator to all elements of an array, and */ /* return the list of successive results. */ /* This code is released to the public domain. */ /* "Share and enjoy..." ;) */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> /* ...
[ "andy@obsidian.(none)" ]
andy@obsidian.(none)
29009a326eb6d01306e5a307f598c1f260d73183
53631903fefbdf8546fee4dd76dd5b9e205c922c
/a2/e3/driver.c
3520c41a2b0fa96742aad7f53388ebdcca9e2458
[]
no_license
ju1ez/Systems-Programming
ba57471cbf2eff239fc1bbed35c0d21545067fae
95b8ee2f522e9a5a2f7db679123e50a3ebaaedd7
refs/heads/master
2020-04-27T15:26:20.919061
2019-03-19T17:17:30
2019-03-19T17:17:30
174,446,247
0
0
null
null
null
null
UTF-8
C
false
false
304
c
#include"inc_files.h" int main() { printf("This program counts the 1-bits in the binary representation a decimal number: \n"); int n; printf("Enter a decimal number: "); scanf("%d", &n); printf("Number of 1-bits: "); printf("%d", countBits(n)); printf("\n"); return 0; }
[ "ju1ez0617@gmail.com" ]
ju1ez0617@gmail.com
5725ea337568ebe498731269c004eede13497123
196fedc140a31c7941051b31ee964c1feb088d70
/RNDemo/Pods/Headers/Public/React/RCTConvert+CoreLocation.h
128510a19f73ea1a6f2c49aff8bddbbd006a4150
[ "Apache-2.0" ]
permissive
995996812/Web
a3a8e2eab960e94f4929b57d4cb0a3dffbe4047d
953e75862a05e305ed5c1e90d1c0453748a5efd8
refs/heads/master
2021-07-05T04:50:38.390645
2017-09-22T10:26:30
2017-09-22T10:26:30
103,882,837
1
0
null
null
null
null
UTF-8
C
false
false
85
h
../../../../RNComment/node_modules/react-native/React/Views/RCTConvert+CoreLocation.h
[ "wang1314521fei@163.com" ]
wang1314521fei@163.com
bb4d5fd7f5924f025d1158811d69f0f675991d8d
53e49ccd804d7c83aa030d925d386d4cb22bfeb0
/sis/cbox.si4project/Backup/main(3891).c
3333fe48e5923b64d6eb3e4ef9985dd5c65455b7
[]
no_license
binpenghu/CBOX
ddc6a52b92adb0b8f798b97ce55b52febe04083c
a136f9d20f4e0d526af582a0fa94f43e4c69b7c3
refs/heads/master
2021-09-03T08:40:43.087315
2018-01-07T16:56:49
2018-01-07T16:56:49
114,844,198
0
0
null
null
null
null
WINDOWS-1252
C
false
false
4,657
c
/** ****************************************************************************** * @file Project/main.c * @author MCD Application Team * @version V2.2.0 * @date 30-September-2014 * @brief Main program body ****************************************************************************** * @att...
[ "binpenghu@hotmail.com" ]
binpenghu@hotmail.com
0f37be50ba1682588942750ea5dca939e21e79f5
d64f8212a7276c7e3fe9e56c1c64c6434c6fab53
/CSD1404(待补充)/Unix基础+标C(CSD1404,杨健)/day11/14reverse.c
67816881a82d58e099fdfd1032af3c7e79975247
[]
no_license
kanglanglang/danei
16021cc91a137961f6affbfdd6fa46f6813fd8f0
a56ac9856546128dcc94b664193a6cc425619e6a
refs/heads/master
2023-03-19T03:00:13.214959
2016-07-23T14:39:59
2016-07-23T14:39:59
null
0
0
null
null
null
null
UTF-8
C
false
false
562
c
/* 指针形参练习 */ #include <stdio.h> int *reverse(int *p_num, int size) { int start = 0, end = size - 1; while (start < end) { /*int tmp = p_num[start]; p_num[start] = p_num[end]; p_num[end] = tmp;*/ int tmp = *(p_num + start); *(p_num + start) = *(p_num + end); *(p_num + end) = tmp; star...
[ "1019364135@qq.com" ]
1019364135@qq.com
271d5308f25f93c134bdd1328aefb3c80f9c8094
4b5f2662d7acd199bb70ac0b7093256ee2bebfa0
/2017/23.c
60f2603bd1978a9dd8972d23149f68f568fe2ca8
[ "MIT" ]
permissive
pdhborges/advent-of-code
cd430286e124bd808b90b8fb0e57882ccc9a47ce
610c13251d654a4fd229ba5956e4058657794c7f
refs/heads/master
2022-03-30T09:46:30.368174
2019-12-06T23:09:43
2019-12-06T23:09:43
112,711,566
0
0
null
null
null
null
UTF-8
C
false
false
492
c
#include <stdio.h> #include <math.h> int main (int argc, char const *argv[]) { long long a = 1, b = 0, c = 0, d = 0, e = 0, f = 0, g = 0, h = 0; b = (84 * 100) + 100000; c = b + 17000; do { f = 1; d = 2; // optimize primality test long long sqrtb = ((long long) sqrt(b)) + 1; for (d = 2; d <= sqrtb;...
[ "pdhborges@gmail.com" ]
pdhborges@gmail.com
230211d11e3bd2306c4fac5fb691c5c3d45f9096
6409376322c8cb807f2c1d1137affed097568842
/ITE_Castor3_SDK/sdk/include/video_encoder/video_encoder.h
96b47278a7febbe4078782d7a92e7828c651f4b8
[]
no_license
Music802/Midea_Hsg_SDK_V2281
141dd25eda566162eb95641c1f397cceb6ad12bf
0acf53d1d551d5092cf8e63e3a1ee7680c5edbd0
refs/heads/master
2021-08-22T21:21:29.821756
2017-12-01T09:49:34
2017-12-01T09:49:34
112,737,483
1
0
null
2017-12-01T12:28:13
2017-12-01T12:28:13
null
UTF-8
C
false
false
2,022
h
#ifndef _VIDEO_ENCODER_H_ #define _VIDEO_ENCODER_H_ #ifdef __cplusplus extern "C" { #endif #if defined(_WIN32) #if defined(VIDEO_ENCODER_EXPORTS) #define VIDEO_ENCODER_API __declspec(dllexport) #else #define VIDEO_ENCODER_API __declspec(dllimport) #endif #else #define VIDEO_ENCODER_AP...
[ "itecn0079@internal.itechina.cn" ]
itecn0079@internal.itechina.cn
f79c919876ea7179b38763c73c14e85761e7a6ef
501885cf6dc0fdb7d0418306e5ee7d4c7bf8755c
/Middlewares/ST/STM32_WPAN/ble/mesh/MeshModel/Src/generic.c
4e29cb8e166830c453892e13c5db24b048bee954
[]
no_license
InWite/Sound_Processor
ab5fb9e94ba8817abc3f7d630dbb87b7e2034320
9a4729fb0b5049ceae141f3358a9f5282786252f
refs/heads/main
2023-03-01T02:52:48.714542
2021-01-26T17:34:05
2021-01-26T17:34:05
333,084,822
1
0
null
null
null
null
WINDOWS-1258
C
false
false
57,535
c
/** ****************************************************************************** * @file generic.c * @author BLE Mesh Team * @version V1.10.000 * @date 15-Jan-2019 * @brief Generic model middleware file ****************************************************************************** * @attention * * ...
[ "sviatoslav.starokozhev@p-product.com" ]
sviatoslav.starokozhev@p-product.com
fd657de4c3f228b4237af65dc4e8021cc0d2282f
47fae03793d2ba42fea0613005d4439b8ac9c1c0
/ft_strtrim.c
d7dd255b8d640bed398f88a4b1265227d82d9711
[]
no_license
RobertoGalois/libft
8c9555848e940589374698888f50c4c702db95dd
dd82bd37126df971e8fe59eaa942e7735a00a479
refs/heads/master
2020-03-22T00:32:03.841517
2018-06-30T13:20:50
2018-06-30T13:20:50
139,250,856
0
0
null
null
null
null
UTF-8
C
false
false
1,491
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strtrim.c :+: :+: :+: ...
[ "noreply@github.com" ]
RobertoGalois.noreply@github.com
e9f8cf3c65d587f3ae5fdb369dbca775ec67afd4
da231a64c523be77a67ef487623dd19f3111f1f5
/stos/lib/libc/unistd/sysconf.c
b662334d1bc9d694863eead75abca98371690b97
[ "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer", "SunPro", "CMU-Mach", "HPND", "ISC", "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-ibm-dhcp", "BSD-2-Clause", "Martin-Birgmeier" ]
permissive
Nervous/kernel
3498b17deb6b6d5233acabf56dc0302bfa555138
9062283fba2516ce56906e78c2a3cf17f3f6ab15
refs/heads/master
2021-03-24T12:01:14.919447
2015-03-05T16:25:28
2015-03-05T16:25:28
31,545,455
1
0
null
null
null
null
UTF-8
C
false
false
13,363
c
/* * Copyright (C) 2008 The Android Open Source Project * 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, t...
[ "linkbleu2000@hotmail.com" ]
linkbleu2000@hotmail.com
8af6b6a8a44f89bb1ba7587f8fc3dfc5042bd638
fbe0fd5d790b7e34d92339d939d910770fce0e71
/include/rtems/mkrootfs.h
648b71197b0cc38883c0c33a3ad77d98292e2730
[]
no_license
Maxul/ArchMinix
59c089bf372ec03c18ecf8962f847e7394bf1584
1928c72539eb075c2e04e4829148ae0a9020f897
refs/heads/master
2023-04-27T16:13:42.502697
2023-04-16T01:51:04
2023-04-16T01:51:04
84,574,223
9
0
null
null
null
null
UTF-8
C
false
false
1,562
h
/** * @file rtems/mkrootfs.h * * RTEMS Root FS creation support. */ /* Copyright Cybertec Pty Ltd, 2000 All rights reserved Cybertec Pty Ltd, 2000 COPYRIGHT (c) 1989-1998. On-Line Applications Research Corporation (OAR). The license and distribution terms for this file may be found in the file LICENS...
[ "360081243@qq.com" ]
360081243@qq.com
173835f904013390455bb5770169347560b2a5bb
8bb213bdfae1aeb34cce1e260d1ebf3e0531e573
/lib/gsl-2.6/multifit_nlinear/test_meyer.c
c6a88a6d87a7d99fba008d9de628a662cb3882a6
[ "GPL-1.0-or-later", "FSFAP", "GPL-3.0-only", "MIT" ]
permissive
karanbirsandhu/nu-sense
b30c4e23dcb49e288d9d51d538ec9b092a949631
83fd1fc4cbd053a4f9b673d5cd5841823ddd4d8b
refs/heads/master
2020-08-31T11:15:30.181813
2019-12-19T04:51:10
2019-12-19T04:51:10
218,677,856
0
0
MIT
2019-12-19T21:07:40
2019-10-31T03:34:09
C
UTF-8
C
false
false
3,087
c
#define meyer_N 16 #define meyer_P 3 static double meyer_x0[meyer_P] = { 0.02, 4000.0, 250.0 }; static double meyer_epsrel = 1.0e-6; static double meyer_Y[meyer_N] = { 34780., 28610., 23650., 19630., 16370., 13720., 11540., 9744., 8261., 7030., 6005., 5147., 4427., 3820., 3307., 2872. }; static v...
[ "akaljotsingh7010@gmail.com" ]
akaljotsingh7010@gmail.com
b2271f1f5c9f906b2e86085c0540ac5f478b87bb
d61dd80e3c3b8012d9c2dcd16bf06b3e3e595be6
/square_cube_table.c
09e34285dbefdfe9f726b8842fcdfede2c23b241
[]
no_license
liaoxiangduo/c2018
b06e0a4a53fded851289e2e1275df1326716c98d
36835d900c9ca779a53b7727d2679eed831127e6
refs/heads/master
2022-12-01T20:17:05.852703
2020-07-11T05:49:24
2020-07-11T05:49:24
null
0
0
null
null
null
null
UTF-8
C
false
false
710
c
#include <stdio.h> double power(int base, int exp); void display_table(void); int main(void) { display_table(); return 0; } double power(int base, int exp) { double result = 1; for (int count = 0; count < exp; count++) { result *= base; } return result; } void display_table(void) { int start, end; ...
[ "pandora@qq.com" ]
pandora@qq.com
d01de57d64d6aac0073faf1fcf166e69374f1070
24a63eed1f29cff2817bd068b2bfaf2f57338f13
/CAIXAS.c
4bea200f72690ac59bc7ebc86c5aeebc9f4082c1
[]
no_license
luizagatti/spoj
ec91a009df8ba708e0c91d5c3f74bab9ca93883e
6c8ac448f45edea539fea55bf73e3359406d060f
refs/heads/master
2021-01-21T14:13:09.243024
2017-05-22T15:42:17
2017-05-22T15:42:17
91,821,672
0
0
null
null
null
null
UTF-8
C
false
false
939
c
#include <stdio.h> int main(){ int N, P, Q, quantidade[P], i, j, linhaC, pilhaC, aux, esq, dir; while(scanf("%d %d", &N, &P)){ if(!N) return 0; for(i=0; i<P; i++){ scanf("%d", &quantidade[i]); for(j=0; j<quantidade[i]; j++){ scanf("%d",...
[ "noreply@github.com" ]
luizagatti.noreply@github.com
f1e7cda9b703e9d0725ec1dca69b72e1e5089d57
50859751a5a7dfd44322dfff7238f5d15b293e28
/Songs/Tetris.h
f9a6d71499bbf291072c02739bcffb67144dc7c5
[]
no_license
EvanBuelt/Arduino-Project
89fe763d5a5f058a546486ca88a868ea14b4cdd3
a4960873ec6703b1ddd9d7583f90150f68d745ac
refs/heads/master
2021-01-22T08:06:21.367504
2017-06-05T02:29:34
2017-06-05T02:29:34
92,602,796
0
0
null
null
null
null
UTF-8
C
false
false
3,512
h
#ifndef Tetris_H #define Tetris_H #include "Song.h" const Note Tetris[59] PROGMEM = { // Measure 1 {Frequency::e5 , Duration::Quarter }, // 0 {Frequency::b4 , Duration::Eight }, // 1 {Frequency::c5 , Duration::Eight }, // 2 {Frequency::d5 , Duration::Quarter }, // 3 {Fr...
[ "evanpunked@gmail.com" ]
evanpunked@gmail.com
5d81b3f1664fd45f5d35c04584ef3e093cd007e7
a11459707095c5271e6a8a7008c4fb399b2d1673
/main.c
a1357f21d048d273daaaf32a7773cee7476520f7
[]
no_license
stargazing1/rtl_coherent
7b12ffc772e9d31457d7731f667a0cdadfa6e91b
3f330beb30996cac4f10979780daf2c8f22bccba
refs/heads/master
2020-12-28T08:43:48.795956
2020-02-04T16:27:25
2020-02-04T16:27:25
238,251,382
0
0
null
2020-02-04T16:26:55
2020-02-04T16:26:54
null
UTF-8
C
false
false
4,187
c
#include "configuration.h" #include "dongles.h" #include "synchronize.h" #include "correlate.h" #include "df.h" #include <signal.h> #include <stdlib.h> #include <time.h> #include <unistd.h> int ndongles = 0, blocksize = 0, nbuffers = 0; int di; int readfromfile = 0, writetofile = 0, writetofile2 = 0; samples_t **buffe...
[ "tatu.peltola@aalto.fi" ]
tatu.peltola@aalto.fi
11597c2f9ffa5280e75c77630ac712acae20d76c
793155a64d67f08a27900b91309c45c4a80c4098
/2/src2/greet0.c
8151b6bd97038cfa7d6aa670292299fd6470b82b
[]
no_license
cs50/lectures
dad568d3179be2f821b861b4db5f63e66a03cfcd
deed42bc3d2dd2e0f56f7e3a0e421026a5ca8107
refs/heads/2022/fall
2023-07-08T11:48:40.398165
2023-03-22T15:27:22
2023-03-22T15:27:22
66,601,652
225
146
null
2022-09-19T21:00:56
2016-08-26T00:02:52
C
UTF-8
C
false
false
166
c
// Uses get_string #include <cs50.h> #include <stdio.h> int main(void) { string answer = get_string("What's your name? "); printf("hello, %s\n", answer); }
[ "malan@harvard.edu" ]
malan@harvard.edu
56a7d9b353ff30e4d7e285e225eeb29aca9835eb
95f74971b6dbd4452b512fcd6049365019c02446
/DHT sensor/Humidity-stm32-I-master/dac.c
49de7ee9042e80147edeb8c6354ece3d393faf9c
[]
no_license
brogamma/IncubatorProject2018
4055b1568397c4de58d90080076ddc63c536f3bb
83def5e8b49c08cfd009b51dbe244ffc6ea4d8e0
refs/heads/master
2020-03-15T21:25:35.664967
2018-06-05T10:11:21
2018-06-05T10:11:21
132,354,778
0
0
null
null
null
null
UTF-8
C
false
false
4,101
c
#include "dac.h" uint16_t DAC_SIGNAL_Sinus[DAC_SIGNAL_SINUS_LENGTH] = { 2047, 2447, 2831, 3185, 3498, 3750, 3939, 4056, 4095, 4056, 3939, 3750, 3495, 3185, 2831, 2447, 2047, 1647, 1263, 909, 599, 344, 155, 38, 0, 38, 155, 344, 599, 909, 1263, 1647 }; uint16_t DAC_SIGNAL_Triangle[DAC_SIGNAL_TRIANGLE_LENGTH] = { 0...
[ "svenvanbezooijen@hotmail.com" ]
svenvanbezooijen@hotmail.com
c5e78a9259f3b2ce8290fa0a7d50f75dc51db9e9
da9768154d1ab4c1afc822bc89d831a17d394c29
/examples/audio/fftinfo~/fftinfo~.c
a318990fedc3c058386b6772f677dd135b112872
[]
no_license
zebozi/max6-sdk
869cebc12130fba88cbcda3f76abea570aab0cff
fcfb5a83780f673efcc85ed9c0a7591ef24a90a4
refs/heads/master
2021-01-20T22:47:44.626642
2012-06-18T17:56:55
2012-06-18T17:56:55
null
0
0
null
null
null
null
UTF-8
C
false
false
4,607
c
/** @file fftinfo~.c - communicate fft size and hop, etc... to the contents of a pfft~ subpatch revised August 2001 updated 3/22/09 ajm: new API @ingroup examples */ #include "ext.h" #include "ext_obex.h" #include "z_dsp.h" #include "r_pfft.h" // public pfft struct in r_pfft.h typedef struct _fftinfo { t_p...
[ "tim@74objects.com" ]
tim@74objects.com
a50defb6b24c1d1dc22edfaaff9ec106c37cdf36
66e83176c669289a7ffe7db016e344aa5a190e34
/T1/src/structs/pixel/pixel.h
d1071bab66db30e139466d02d50ad7d4fd2fb45b
[]
no_license
DiegoEmilio01/Data-Structures-And-Algorithms
80ab324b77e72965ec53004be7f4a6fc205b2309
6f3b00b76f672e97ef9ac475a8c363d62c059a29
refs/heads/main
2023-06-24T23:30:10.281689
2021-08-01T23:12:18
2021-08-01T23:12:18
391,757,744
0
0
null
null
null
null
UTF-8
C
false
false
275
h
#pragma once #include "../imagelib/image.h" typedef struct pixel { int location; struct pixel* next; } Pixel; Pixel* pixel_init(int location); void pixel_destroy(Pixel* pixel); void print_pixels(Pixel* pixel); void read_pixels(Pixel* pixel, Image* new_img, int umbral);
[ "diegobustama@uc.cl" ]
diegobustama@uc.cl
5da7fd813f1fa90d6fd8ee304b23c05d9eb98f00
48eb3a5634a2813c31b81b515fada79303ea1b36
/NachOS-64/code/test/exec.c
01c0feec2f07e04ef0b5e891a8b1cd6f2c18c0a8
[ "MIT-Modern-Variant" ]
permissive
leoba11/nachitos_oper
346fa5fce2471f6c3e27c1c15932a772c143c5d0
2af8f0903b7926878f126da8010a1b24a287c27f
refs/heads/master
2022-01-26T15:42:59.326415
2019-07-15T04:26:38
2019-07-15T04:26:38
191,688,484
0
0
null
null
null
null
UTF-8
C
false
false
195
c
#include "syscall.h" int main(){ int id1, id2; Write("Exec: Prueba de Exec y Join", 27, 1); id1 = Exec("n"); Write("Exec: Fin de Prueba ...", 23, 1); Exit(0); return 0; }
[ "leobarri.2013@gmail.com" ]
leobarri.2013@gmail.com
972a119b82041222a12160350353810f276fa5ac
1fd2ec133395360f1eea334ea23d8b5a9ea15775
/Compilador/Compilador/1.c
3fc0e55896a4a86c753f0fddc28879cdc56b3570
[]
no_license
pedrohenriquearaujo/Compilador-em-C
4c867a7c155f07fb6a18ea9f318825fcc8b8babd
acf2094742803944506a964d3bd9807da88762a3
refs/heads/master
2021-01-21T10:49:02.791156
2017-12-27T01:19:50
2017-12-27T01:19:50
101,990,115
1
0
null
null
null
null
UTF-8
C
false
false
1,378
c
int main (){ // int x,y,z; float h;int c; float w,k,a; m = 'z'; k = x; w = 5/x+y*8+5* 7; { int m, l; float h, g; { char aaaa; //, //bbbb, cccc; /* {{{{{{{{{{{{{{x = x + 10;{int a ,t,y,h;{int c,t,y,h;{int c,t,y,h,u,e,r,t,f,y,h,u,i,w,e,r,t,y,u,e,s,d,r,t,f,y,h,u,i,e,r,t,y,u;}}}}}}}}}}}}}}...
[ "pedrohenriquearaujo@github.com" ]
pedrohenriquearaujo@github.com
154dbb7ac5b9b8b41bacdc591a9e185ee7bc487f
da231a64c523be77a67ef487623dd19f3111f1f5
/sdk/libc/assert.h
775fbffd108aec9135213e8f61e68bd16d73fca0
[]
no_license
Nervous/kernel
3498b17deb6b6d5233acabf56dc0302bfa555138
9062283fba2516ce56906e78c2a3cf17f3f6ab15
refs/heads/master
2021-03-24T12:01:14.919447
2015-03-05T16:25:28
2015-03-05T16:25:28
31,545,455
1
0
null
null
null
null
UTF-8
C
false
false
1,723
h
/* * Copyright (c) LSE * 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 conditions and the follow...
[ "emmanuel.guet@epita.fr" ]
emmanuel.guet@epita.fr
ca90bc8d3c441a54d435caa3196bb68082e0da08
88b260d4cb982c8ea3cf01d1198876f0d6e0a81e
/chapter_14_graph/DFS/ALGraphDFS.h
7046cb199350804e3d3b46227fb55f9df6942c3a
[]
no_license
javamon1174/heat_data_structure
d8d187a4ec83816249a5f031a7d130e5d91d2a7d
6b5243f3b160f18c96be99d496159446ea6bacbf
refs/heads/master
2020-04-30T15:57:01.245220
2019-04-08T08:40:48
2019-04-08T08:40:48
176,934,388
0
0
null
null
null
null
UTF-8
C
false
false
455
h
#ifndef __AL_GRAPH_DFS_H__ #define __AL_GRAPH_DFS_H__ #include "DLinkedList.h" enum {A, B, C, D, E, F, G, H, I, J}; typedef struct _ual { int numV; int numE; List * adjList; int * visitInfo; } ALGraph; void GraphInit(ALGraph * pg, int nv); void GraphDestroy(ALGraph * pg); void AddEdge(ALGraph * pg...
[ "javamon1174@gmail.com" ]
javamon1174@gmail.com
0a3caca1ce327902397cd5093b593e216b6c2369
218597c0245f857caaf19b492aab8e5f52027750
/inc/stm_inc.h
113a77bcc5b81f1bdae729aafdc687be9a19f4d8
[]
no_license
Rethign/TempSensor
cd23d530ca4b9656c63fd0b308175bba4eec6a4e
001b62063c1f47bd931a4701efd70b9e2c4a3454
refs/heads/master
2021-01-24T02:22:12.443736
2018-02-25T14:40:45
2018-02-25T14:40:45
122,844,115
0
0
null
null
null
null
UTF-8
C
false
false
352
h
#ifndef STMINC_H #define STMINC_H /* * Include all STM32 StdPeriph libraries */ #include "misc.h" #include "stm32f10x.h" #include "stm32f10x_adc.h" #include "stm32f10x_gpio.h" #include "stm32f10x_i2c.h" #include "stm32f10x_pwr.h" #include "stm32f10x_rcc.h" #include "stm32f10x_rtc.h" #include "stm32f10x_tim.h" #inclu...
[ "34137534+Rethign@users.noreply.github.com" ]
34137534+Rethign@users.noreply.github.com
8bbc36a6c92aba21c2bc58c96a51ee5d0e8d69d1
d09155df05239ea51279818b79dcad5e188bc2f5
/firmware/mc_bootloader.X/usb/usb_config.h
a58ce5dccc4cd2a9e65e0421f21595b5a113a860
[ "BSD-2-Clause-Views" ]
permissive
kitspace-forks/SAIMscannerV3
93657241bf1fe6c72685d316e8c25392809ee5d9
80819d26b2d570e266a7220d5379a96686e4b835
refs/heads/master
2020-07-25T10:42:49.612554
2019-07-18T22:05:29
2019-07-18T22:05:29
null
0
0
null
null
null
null
UTF-8
C
false
false
9,518
h
/******************************************************************************* Copyright 2016 Microchip Technology Inc. (www.microchip.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 ...
[ "mjc449@cornell.edu" ]
mjc449@cornell.edu
df6d46b4c112747110ef59364b52aa56bd77280d
b47ed46edfcb12a79f05d8090f1ff76f8c884b9a
/low_module/net/src/ctrlprotocol.c
ce400cfa9dac6ecae649f35c7b47f8f29fcb91de
[]
no_license
demon060/Network_Keyboard
3a40002b8738046cbce74dfa166500abf889caed
32169e211271b50ea436c44affda11c0e3a88817
refs/heads/master
2021-06-11T20:04:52.312469
2017-01-22T12:14:30
2017-01-22T12:14:30
null
0
0
null
null
null
null
GB18030
C
false
false
54,551
c
#include <stdio.h> #include <string.h> #include "types.h" #include "ctrlprotocol.h" #include "net.h" //#include "common.h" #ifdef WIN32 typedef HANDLE MutexHandle; typedef HANDLE SemHandle; #else #define INVALID_SOCKET (-1) #define SOCKET_ERROR (-1) #include <netinet/tcp.h> #endif const u8 gc_protocolGUID[16] = {0x6...
[ "106984500@qq.com" ]
106984500@qq.com
573d1ff6b34041d86e12150915c3636b7f6f016f
6b952cdc72c0503be0ee498b3332189b9f74db36
/world/cmds/adm/disassemble.c
b4ab8be8918175440c39e8343655a5c4e8de8d36
[]
no_license
wwwguess/4321
6d58e58396465ed6403b06b091e846227880a050
2322c6f5f34c594040a3bc352d9d1c63d77f2070
refs/heads/master
2021-01-17T10:52:06.325973
2017-04-28T02:43:35
2017-04-28T02:43:35
84,018,934
1
0
null
null
null
null
GB18030
C
false
false
683
c
// disassemble.c inherit F_CLEAN_UP; int main(object me, string arg) { string target, file, f; object ob; if( !arg || sscanf(arg, "%s %s", target, file) != 2 ) return notify_fail("指令格式:disassemble <物件> <输出档名>\n"); if( !ob ) ob = present(target, me); if( !ob ) ob = present(target, environment(me)); if( !ob ...
[ "fanjiang008@gmail.com" ]
fanjiang008@gmail.com
6897f3859cd7ff8b7712eb7daaf9853179d87e9c
c668fd01df13fbbccc4de9b2daa81dee52931ce9
/飞控核心板-STM32/HARDWEAR/inc/stmflash.h
c3483518603949144426eb72a7e4d7d1c14d2798
[]
no_license
sdusixuanyi/Main_STM32
641b68c4afbb74cdbf5d39126ae91f238ed3710a
e87f0ae060ca30aa7414a33f8ed475d533e330a1
refs/heads/master
2020-04-24T15:27:13.864514
2019-04-14T12:29:53
2019-04-14T12:29:53
172,068,351
1
0
null
null
null
null
GB18030
C
false
false
1,513
h
#ifndef __STMFLASH_H__ #define __STMFLASH_H__ #include "sys.h" ////////////////////////////////////////////////////////////////////////////////////////////////////// //用户根据自己的需要设置 #define STM32_FLASH_SIZE 256 //所选STM32的FLASH容量大小(单位为K) #define STM32_FLASH_WREN 1 //使能FLASH写入(0,不是能;1,使能) #define SIZ...
[ "sduhnxy@163.com" ]
sduhnxy@163.com
5f795a9615a3690370983519c06f9709d2277597
a567402a72b34a6c66652537f30716b57332a9bc
/src/hi3518/mpp2/include/mpi_isp.h
eb6763d5553066a9ed9453f3ec776a620bd6de7f
[]
no_license
lubing521/imedia_rtsp
f6f035fcb785b5fe6ad6415e6726e84491cf73be
ad26121b89e20c3d72086d702206cbc866157492
refs/heads/master
2020-04-01T00:36:03.194287
2014-11-19T03:45:07
2014-11-19T03:45:07
26,898,260
1
0
null
null
null
null
UTF-8
C
false
false
5,240
h
/****************************************************************************** Copyright (C), 2001-2011, Hisilicon Tech. Co., Ltd. ****************************************************************************** File Name : mpi_isp.h Version : Initial Draft Author : Hisilicon multimedi...
[ "tangcheng2005@gmail.com" ]
tangcheng2005@gmail.com
cbe39b1a79b9634e3177174d2d39448ff785bbe5
befc496c8d2762878c4a2ef8149030a900150814
/libraries/librewrite/params.c
02859e95e5b1a723533905ebda37f4051fd4e6bd
[ "OLDAP-2.8", "BSD-4.3RENO", "LicenseRef-scancode-warranty-disclaimer", "Spencer-94" ]
permissive
Smilefant/ReOpenLDAP
9a0b269b21d9e33cf49534da0588d04a1bbd92b3
e86cc805e4d62dac82ce1ae7ec04d1c3732a7714
refs/heads/master
2021-01-17T12:27:28.227685
2015-09-11T14:12:46
2015-09-11T14:12:46
null
0
0
null
null
null
null
UTF-8
C
false
false
3,267
c
/* $OpenLDAP$ */ /* This work is part of OpenLDAP Software <http://www.openldap.org/>. * * Copyright 2000-2015 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted only as authorized by the OpenLDAP * Public License. ...
[ "leo@yuriev.ru" ]
leo@yuriev.ru
bdfd80f41eb16c59aa735ab46e7c984eebd41abf
dabede9de09718120b977b559cd7c0e28da19455
/driller/data/linux/processed-challenges/CableGrind/pov_99/pov.c
cc3455e85f7335e0bdc04c3eddfc86574a99f65a
[ "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
12,855
c
#include <libpov.h> int main(void) { negotiate_type1(0x0, 0x0, 0); do { //*** writing data static unsigned char write_00000_00000[] = "\x04\x04\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
6fe54517f60a9fe8db56a1f8bb77602e8ecfd1c2
259b0e364cf97e9b7ae58b7d7cc6b2dd38dacbf8
/1stCourseLabs/Lab10/lab81.c
91b16502963fe96813df08a76f8fa4ac31d3cef8
[]
no_license
Brinckley/LabsForMAI
96d4473eb1bdb6628196fd5c1680963252456fb2
2d3aedec353bbce754e17031e1777dcf843ead2a
refs/heads/master
2023-02-11T17:58:18.208800
2021-01-11T07:45:24
2021-01-11T07:45:24
262,409,476
0
0
null
null
null
null
UTF-8
C
false
false
203
c
#include <stdioh> int factorial(int k){ return (k==1) ? 1 : k*factorial(k-1); } int main() { int number; while (scanf("%d",&number)!=EOF) { printf("%d\n",factorial(number)); } return 0; }
[ "astrumgazer@gmail.com" ]
astrumgazer@gmail.com
832b92e936f5103a5900ffe53ae488000d5e31c9
5aefd3b119bc1dbb065dcac691d56f88ffc4a8c0
/LPC812_microboard_RC5_NokiaLCD/src/main.c
5296d71e0dc3592858e4fd5e08a0fb07ddd3172b
[ "MIT" ]
permissive
kbiva/lpc8xx_projects
03539940128ce5ddb34791a1d906c8ead6a4066a
eb6244cd80e146c0d53a375d87950cca06c708b7
refs/heads/master
2023-05-11T08:39:43.836062
2023-05-01T20:12:18
2023-05-01T20:12:18
26,173,146
4
2
null
null
null
null
UTF-8
C
false
false
5,126
c
/* * main.c * * Created on: 2014.01.26 * Author: Kestutis Bivainis */ #include "chip.h" #include "board.h" #include "spi.h" #include "nokia6100.h" #define IR_PIN 15 const char ascii[] = "0123456789ABCDEF"; extern volatile bool RC5_flag; extern volatile bool RC5_timeout; extern uint32_t RC5_System; exter...
[ "bivainis@gmail.com" ]
bivainis@gmail.com
02c6643fa0a627aeeb3f30b0358c9e7367bc4a32
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/44c8d692-452c-4899-901f-233fce49ced4.c
0c2a288fcbbb294de73e05c6f78277408d8965dc
[]
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
619
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 = i/j; l = j%j; l = k+j; j = k-k*i; //variables //random /* START VULNERABILITY */ int a; char b[38]; char c[87]; a =...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
98f107e22e421a4ebaa948108377f29a6d4c3737
d94e91a69332b752b3bf7753fa61a71e10fbd71a
/linux_c/io/sys/ab.c
67a69c9761f1faef22148f48ef0fc8e633ec8622
[]
no_license
zhangpeichuan/learnC
2775b98656a1c78f5edf41140aec31a521e02148
33283dc7653877cb3835c562e97364e949d40750
refs/heads/main
2023-02-28T14:58:28.125770
2021-02-07T02:49:03
2021-02-07T02:49:03
319,175,686
0
0
null
null
null
null
UTF-8
C
false
false
167
c
#include <stdio.h> #include <stdlib.h> int main(){ putchar('a'); write(1,"b",1); putchar('a'); write(1,"b",1); putchar('a'); write(1,"b",1); return 0; }
[ "zhangpeichuan@126.com" ]
zhangpeichuan@126.com
e52c0bcc734b64c51a49250e2666ed0f212a3fb1
6b4e22aa5ee08269b3905efac5343add18fe640a
/CMSIS/Pack/Example/CMSIS_Driver/SCU_LPC18xx.c
b6ecb7c40f013ddd74874789de35bdcde2ff2981
[ "Apache-2.0" ]
permissive
MatthiasHertel80/CMSIS_5
8dd3a9f2afba807c94eacd70608b87c21285eba3
041a96d631181e617e902b62ab0494ade510ef3e
refs/heads/master
2020-04-06T06:15:51.537931
2016-07-13T13:07:52
2016-07-13T13:07:52
52,963,155
0
0
null
2016-07-18T11:36:58
2016-03-02T13:03:10
C
UTF-8
C
false
false
5,401
c
/* -------------------------------------------------------------------------- * Copyright (c) 2013-2016 ARM Limited. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the License); you may * not use this file except in compliance with the Licen...
[ "joachim.krech@arm.com" ]
joachim.krech@arm.com
1ffa0673311b5529139a8d289997b6bb075fd193
ed4a132189563fa34341214a1fa860a04878c5a5
/http/LCRepoServer.c
6c0e458c734a29b19bb1d4830c381305b4837af7
[]
no_license
livelycode/LivelyStore
b715abe785d03ea2bfa97fae7ea8bd9350a9d4c5
8b05b202bc6cd6b0790a6cb48bde29001d6b8700
refs/heads/master
2021-01-18T05:52:39.582843
2012-11-08T21:36:39
2012-11-08T21:36:39
null
0
0
null
null
null
null
UTF-8
C
false
false
2,479
c
#include "LCRepoServer.h" #include "mongoose.h" typedef struct repoServerData* repoServerDataRef; struct repoServerData { struct mg_context *mg_context; LCMutableDictionaryRef registeredRepos; }; struct LCType typeRepoServer = { .name = "LCRepoServer", .immutable = true, }; LCTypeRef LCTypeRepoServer = &t...
[ "mail@mirkokiefer.com" ]
mail@mirkokiefer.com
ab0a7808e06d0cb160098edb1e776fa947eddec0
2fe44c0a132cb742f58faea6dc5851688b9bfa3d
/drivers/inc/bsp/bsp.h
4b1c6c9f801b5d590ebae8a89d658a30eff6b590
[ "MIT" ]
permissive
yomuevans/adcs_firmware
18dc2c01da1a7b1013f2c4e8c7658dd4b050359e
e95064642c3c58d4e84c1b8ef90f2b1de08c3765
refs/heads/master
2023-08-28T17:38:41.354377
2021-03-25T15:20:56
2021-03-25T15:20:56
null
0
0
null
null
null
null
UTF-8
C
false
false
732
h
#ifndef __BSP_H__ #define __BSP_H__ #ifdef __cplusplus /* clang-format off */ extern "C" { /* clang-format on */ #endif /* Start C linkage */ #include "injection_api.h" /** * @brief Initialize the board support function stuff for the launchpad * */ void BSP_init(void); /** * @brief Toggle onboard red LED * * @p...
[ "cmattatall2@gmail.com" ]
cmattatall2@gmail.com
b23649542ec0a1d79173718de2c8b54c486de7fc
c63612303e4ba40fa6d96cdd6183a2812dd853d1
/src/lib/player/Player.h
e9011321a4e05d445a137713d9d441a5e8d5f139
[ "CC0-1.0" ]
permissive
EdwardBetts/kunquat
9c6890cc29a960202e6e75a4fc7673c219d8eacd
42870352b5f1ca2938cb20e118e4ee0c6ebfa7ef
refs/heads/master
2021-01-15T09:52:36.315493
2016-04-19T09:32:06
2016-04-19T09:32:06
null
0
0
null
null
null
null
UTF-8
C
false
false
7,288
h
/* * Author: Tomi Jylhä-Ollila, Finland 2013-2016 * * This file is part of Kunquat. * * CC0 1.0 Universal, http://creativecommons.org/publicdomain/zero/1.0/ * * To the extent possible under law, Kunquat Affirmers have waived all * copyright and related or neighboring rights to Kunquat. */ #ifndef K_PLAYER_...
[ "tomi.jylha-ollila@iki.fi" ]
tomi.jylha-ollila@iki.fi
fd0e6be883c755df646d4c07453d5bb00715b48b
4b877e75054e49084e3e18b5dbe0e0d25fbb8a30
/macros_and_structures/6-string_split.c
ffc99060200a4af9f65a7d29506c867e36854a07
[]
no_license
SravanthiSinha/holbertonschool-low_level_programming
9c730d3c368364c16d59834c7b784599f3e075fd
213a57875ebc0ae0bfef1ccfd3177f8845ad0c2d
refs/heads/master
2020-03-26T12:09:05.027499
2017-12-18T00:04:51
2017-12-18T00:04:51
50,706,144
4
3
null
null
null
null
UTF-8
C
false
false
1,250
c
#include<stdlib.h> /* The function str_len takes a string * and returns the length of string * It takes a argument (char *) and * returns an argumenet (int) */ int str_len(char *str) { int len = 0; while(*(str + len)!='\0') { len++; } return len; } int nwords(char *str) { int i,n,len; ...
[ "sravani.sinha@gmail.com" ]
sravani.sinha@gmail.com
655783e45d0c0798b5c335baffc7c96809380422
83025b143d07e44f71010657968601d0acd513fb
/Source Codes - Professor/Pointers/tdarray12.c
a530c6a0cbcd7386a84bb97b68d8a5cfa6475c7e
[]
no_license
aditeyabaral/Data-Structures-UE18CS202
3e747184f8a98b0cb87d80b453aa6e2bf63f7aa9
7d3eb1c74d5f519b3fdf29158376893856645c6a
refs/heads/master
2022-04-18T21:10:50.700169
2020-04-17T14:48:00
2020-04-17T14:48:00
256,526,042
5
1
null
null
null
null
UTF-8
C
false
false
597
c
#include<stdio.h> int main() { int a[3][3]={1,2,3, 4,5,6, 7,8,9 }; printf("a= %p\n",a); //pointer to an array printf("a+1 =%p\n",a+1); printf("\na[0]= %p\n",a[0]);//integer pointer printf("a[0]+1 =%p\n",a[0]+1); printf("\n&a[0][0] = %p\n",&a[0][0]);//integer pointer p...
[ "noreply@github.com" ]
aditeyabaral.noreply@github.com
6396131be9070aedd4de32e6572b4ca2b2de37bb
f6972897289603242f1b3d023fcf961117bab948
/partialQuickSort.c
f1ea04d4fa5943fbcfb32963de8e3c761814c742
[]
no_license
MrCubble/Aed1
4a08492937aedeb8eb363c47e7047629e916a1d1
8c5d173360fd6d94bbc89f732a75696f803bd4a9
refs/heads/master
2020-04-07T22:27:04.696694
2018-11-26T21:20:14
2018-11-26T21:20:14
158,770,797
0
0
null
null
null
null
UTF-8
C
false
false
840
c
#include <stdio.h> void partialSort(int v[], int ini, int fim, int k){ int i, j; int tmp, pivot; if(fim-ini>0){ i = ini; j = fim; pivot = v[(i+j)/2]; do{ while(v[i]<pivot) i++; while(v[j]>pivot) j--; if(i<=j){ tmp = v[j]; ...
[ "noreply@github.com" ]
MrCubble.noreply@github.com
4b393beda2947ae69e4f0e6a99473af1eda74e3d
e406a8b5c5f62cd5e93b9e1e0beabbcd5dc749f9
/Getting_Started/Eercise1_12.c
28d22c2a7ce07df088de88787fe923bb9451f85a
[]
no_license
Ck1985/Getting_Started
921f7885e3d3102c7118888c41820c78eccd4ebe
213791a82a948c6745ec1e686d38c4034fcd3119
refs/heads/master
2021-08-19T07:02:49.608610
2017-11-25T03:31:03
2017-11-25T03:31:03
107,786,860
0
0
null
null
null
null
UTF-8
C
false
false
523
c
#include <stdio.h> #define IN 1 #define OUT 0 main1_12() { int c, nc, nl, nw, nt, ns, state; nc = nl = nw = nt = ns = 0; state = OUT; while ((c = getchar()) != EOF) { ++nc; if (c == '\n') { ++nl; } if (c == ' ') { ++ns; } if (c == '\t') { ++nt; } if ((c == ' ') || (c == '\t') || (c == '...
[ "anonymous.vn1985@gmail.com" ]
anonymous.vn1985@gmail.com
d9b155015f56b6ca3b37e1597a47b10d79d5a3e2
324524076ba7b05d9d8cf5b65f4cd84072c2f771
/Checkers/Main.h
0b3201354565b53cf13921483db8194674688966
[ "BSD-2-Clause" ]
permissive
joeyespo-archive/checkers-c
3bf9ff11f5f1dee4c17cd62fb8af9ba79246e1c3
477521eb0221b747e93245830698d01fafd2bd66
refs/heads/master
2021-01-01T05:32:45.964978
2011-03-13T04:53:08
2011-03-13T04:53:08
null
0
0
null
null
null
null
UTF-8
C
false
false
2,318
h
// Main.h // Entry Point Header File // By Joe Esposito #pragma once // Include Libraries // ------------------ // General headers #include <Time.h> // !!!!! Use time functions for gameplay timer // Windows headers #include <Windows.h> #include <mmSystem.h> #include <RichEdit.h> // eLib Hea...
[ "joe@joeyespo.com" ]
joe@joeyespo.com
fdb81430f61654104ab2d7bfa63cfed82937c5e2
e7699b65f5add5d37b81a22520aa2cdcc3eef02e
/Bai tap c lan V/c.5.1.c
731d7c5541c5276e9a1f943fd730c1afbef801cf
[]
no_license
DangTrungdev113999/The-basic-C-programming-language
bb88d7d9b24bb9651fb5d924b58b212b0b3841d0
78d053d6ed1db90470dbb4ced382721d851cee53
refs/heads/master
2020-05-16T02:09:25.537085
2019-04-22T04:11:25
2019-04-22T04:11:25
182,621,088
0
0
null
null
null
null
UTF-8
C
false
false
936
c
#include <stdio.h> #include <stdlib.h> #include <string.h> const char x[] = { // mang doi chieu '0','1','2','3','4','5','5','6','7','8','9','A','B','C','D','E','F','G','H', 'I','J','K','L','J','M','N','O','P','Q','R','S','T','U','V','X','Y', 'Z','Y' }; int main() { int n,k,b; char s[100]; // mang ket ...
[ "dangtrungdev113999@gmail.com" ]
dangtrungdev113999@gmail.com
ac24f6305d0d4f0e50ad2709ca37580835a552a3
4745ca1076cde46e7b08f5831102efb69d81698b
/app/src/main/cpp/NIST_PQC_Round1/KEM/SIKE/include/sike_params.h
35c92f86282cf499e61e841a5758b0f2964fc5cf
[]
no_license
LiuYuancheng/KeyExchangeApp
ec3173b27a82afb905a5d71e436acda575d9f63c
60db1eb303286f80fb80bd1a29fd8252d606b7f0
refs/heads/master
2023-02-07T08:07:36.272549
2020-12-28T08:59:46
2020-12-28T08:59:46
315,569,884
1
0
null
null
null
null
UTF-8
C
false
false
2,546
h
// // Supersingular Isogeny Key Encapsulation Ref. Library // // InfoSec Global Inc., 2017-2019 // Basil Hess <basil.hess@infosecglobal.com> // /** @file SIKE parameters and initialization procedures */ #ifndef ISOGENY_REF_SIKE_PARAMS_H #define ISOGENY_REF_SIKE_PARAMS_H #include "montgomery.h" /** * Raw SIDH param...
[ "liu_yuan_cheng@hotmail.com" ]
liu_yuan_cheng@hotmail.com
fd8135d775840a24a692b67772cfc878d91a4828
e2bb86727a9cbc42fe6d202e035713c861749821
/main/STM32/mbed_f446re_ros_core/Argon/Core/IMU/imumaths.h
27f4bffd3b1d0906a13d82cf55b0608760be2141
[]
no_license
pamirmundt/Argon-Main
288c021194b69a0d29f6e84557c6ce5ad35c07a8
be8dfc399da0199b6dbc14be626f2eed03eebcb2
refs/heads/master
2021-03-27T14:41:09.606912
2017-10-10T15:10:17
2017-10-10T15:10:17
43,744,419
0
0
null
null
null
null
UTF-8
C
false
false
882
h
/* Inertial Measurement Unit Maths Library Copyright (C) 2013-2014 Samuel Cowen www.camelsoftware.com 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 Lic...
[ "pamirmundt@users.noreply.github.com" ]
pamirmundt@users.noreply.github.com
2d200c0d96155f07923c676d5b9c9d56d3c9fcc3
18d9516daf78e55b1aaff3034791283de6907140
/modules/elm/core/visitors/visitors.h
0ce49390a306fab2a380125c0aec6221aa526ebe
[ "BSD-3-Clause" ]
permissive
kashefy/elm
969df531ebd6054693ac03ccdfbeac44ef0bdc2b
ecf77bee79c0c3088826239a361f2520e5920336
refs/heads/master
2016-09-15T18:26:05.799422
2015-10-21T14:15:01
2015-10-21T14:15:01
29,826,717
4
1
null
2015-10-21T14:15:02
2015-01-25T19:10:41
C++
UTF-8
C
false
false
710
h
/*M/////////////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2015, Youssef Kashef // Copyright (c) 2015, ELM Library Project // 3-clause BSD License // //M*/ /** @file Collect available visitors, avoid if you're only interested in a few */ #ifndef _ELM_CORE_VISITORS_H...
[ "youssef.kashef@gmail.com" ]
youssef.kashef@gmail.com
e84ac86d3917e3f1dc602f7c6a1087dd6d0070e7
ac362bb8969d647cd219430bc71c831d894e531c
/sys/dev/mii/icsphy.c
73598a58c9bf25545d0822dc5369583e53c8f864
[]
no_license
noud/mouse-bsd-4.0.1
efb3b16fcc872ab227e6bb651cf1e836796a0804
4c0a1e08df407a759afac2d6a98507df94f5f814
refs/heads/master
2023-02-24T23:42:54.060718
2020-08-16T20:10:53
2020-08-16T20:10:53
334,536,412
0
0
null
null
null
null
UTF-8
C
false
false
9,044
c
/* $NetBSD: icsphy.c,v 1.41 2006/11/16 21:24:07 christos Exp $ */ /*- * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jason R. Thorpe of the Numerical Aerospace Simulation Facility, * NASA Ames Re...
[ "mouse@Rodents-Montreal.ORG" ]
mouse@Rodents-Montreal.ORG
44185a3185472ca7f20c21ab2a73c1f5286f72b7
dc5730d7c35254ea37db8ffe1d67fde331c9c0ac
/Intro to Algorithms and Programming/Assignments/Assignment 3/a3_4d).c
164a355be3581cff4d5ebe3d290c4d9fe73098ea
[]
no_license
shahiro770/Misc
3cb9414a8dbfac7dc66d3d09b1b529b4f39ed83f
0b5f4f985d5ed1e519d3cc3ae8081a6d3ec362ca
refs/heads/master
2021-05-10T09:34:55.112086
2018-02-23T14:00:31
2018-02-23T14:00:31
118,927,968
0
0
null
null
null
null
UTF-8
C
false
false
263
c
/* *Assignment 3 *Shahir Chowdhury *2016-10-24 * *This program continuously square roots a number */ #include <stdio.h> #include <math.h> int main(void){ float x = 10.0f; while(x > 1.001){ printf("%.4f ",x); x = sqrt(x); } return 0; }
[ "shahirchowdhury@Shahirs-MacBook-Pro.local" ]
shahirchowdhury@Shahirs-MacBook-Pro.local
88c2f1aaf4d024bbdb0ccd2a1405ead752c5e71f
516f2d8ac99e0b287c99940f5022fdcfcd03de7d
/file_handler.c
29b2dc10ca31c3e0709012d94bc81ba30407b340
[]
no_license
zhangyiii/ocl_PolitoSW
317b7092fc6311aaf9137a66ade332ca4f003aac
9a7fc37c21b65746c744496776a10c5b7a521c8b
refs/heads/master
2020-01-23T21:52:46.167647
2015-08-05T16:42:50
2015-08-05T16:42:50
null
0
0
null
null
null
null
UTF-8
C
false
false
5,021
c
#include <stdlib.h> #include <stdio.h> #include <string.h> #include "file_handler.h" //const char * query_file = "queries.txt"; //const char * subject_file = "subjects.txt"; /* void main(){ char ** sequences; int size, i, max; printf("Reading file %s\n", query_file); int l=0; sequences = readSequencesFromFil...
[ "cillino.25@gmail.com" ]
cillino.25@gmail.com
1302ae92e90779d37fa0afd7f9107e6c067912f4
a20f214fd1c661d3c5e596163a92f489a0e1a062
/client_example.c
ef76e98db809bd9a0f54cb3db3d1284c29812383
[]
no_license
mingkwind/Socket_Coding
4eddc7419cf8fa89a11d2ee78d0ce80d9861d869
dd9da620263da910961b5a5657b6229f72f28054
refs/heads/master
2022-07-06T07:48:54.199843
2022-06-27T07:05:21
2022-06-27T07:05:21
261,010,665
0
0
null
null
null
null
UTF-8
C
false
false
1,249
c
#include <stdio.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include <unistd.h> #include <error.h> int s2n(char *str) { char *p = str; int sum = 0; while(*p++) { sum *=10; sum += *p-48; printf("%d",*p); ...
[ "1363906304@qq.com" ]
1363906304@qq.com
ccce769232d4fae680e4b00a788472ba8d54e008
de8c0ea84980b6d9bb6e3e23b87e6066a65f4995
/3pp/linux/drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.h
da67b28d6e23e621bac2c014b26cf811274ed10f
[ "MIT", "GPL-1.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "Linux-syscall-note", "GPL-2.0-only" ]
permissive
eerimoq/monolinux-example-project
7cc19c6fc179a6d1fd3ec60f383f906b727e6715
57c4c2928b11cc04db59fb5ced962762099a9895
refs/heads/master
2021-02-08T10:57:58.215466
2020-07-02T08:04:25
2020-07-02T08:04:25
244,144,570
6
0
MIT
2020-07-02T08:15:50
2020-03-01T12:24:47
C
UTF-8
C
false
false
9,608
h
/* * Copyright (c) 2013-2015, Mellanox Technologies, Ltd. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory...
[ "erik.moqvist@gmail.com" ]
erik.moqvist@gmail.com
d846e3ba7bc732245a910259570616a1c6eebc03
83d3fc79cb964332ff977aa2081e98fc9c53cea1
/src/mod/applications/mod_blacklist/mod_blacklist.c
c05a533e6b0f0fa2e49f6dc719d908cc39c91493
[ "FSFUL" ]
permissive
myoldman/freeswitch-1.2.0
220dc30be6fb39316dab5e15e52688596a0a4d8f
38a83d896175fcb1b641d1bc7ef996a0bdba0e84
refs/heads/master
2020-05-01T12:24:51.346490
2012-08-12T13:42:38
2012-08-12T13:42:38
5,352,535
0
2
null
null
null
null
UTF-8
C
false
false
10,474
c
/* * FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application * Copyright (C) 2005-2012, Anthony Minessale II <anthm@freeswitch.org> * * Version: MPL 1.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except i...
[ "myoldman@163.com" ]
myoldman@163.com