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
a8b321d558031711ee0835cf558a854f3a53a0a8
4a6d10505c671cfc7a5e8d83d96f39a81d1c2b07
/0x0D-preprocessor/4-main.c
f872c7c896d010991491e73060cc520e7a9f55bc
[]
no_license
nourtaktak2/holbertonschool-low_level_programming
6f6bdc66839d5aa32c775f9f40c9eb51ab5c308d
5bd385b16383fe64e78b02aee068c6e59901ac1e
refs/heads/master
2020-12-28T16:17:26.466969
2020-08-05T22:32:26
2020-08-05T22:32:26
238,402,185
0
1
null
null
null
null
UTF-8
C
false
false
219
c
#include <stdio.h> #include "4-sum.h" #include "4-sum.h" /** * main - check the code for Holberton School students. * * Return: Always 0. */ int main(void) { int s; s = SUM(98, 1024); printf("%d\n", s); return (0); }
[ "nourtaktak280@gmail.com" ]
nourtaktak280@gmail.com
8069f9634ee6ec781175e773a9d1917b61896620
5b09617687d0eae656f336599386c477441130e1
/Kalel Client/ResourceDialogUser.h
1aa09067224c99e559236538ab1277f8ff98ee38
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
pauliacomi/Kalel
2f78e2ee871f35eaf80c76627d49362828eb7ef1
8f219cd683afc7a8b52d52c21788723f1c734f01
refs/heads/master
2023-04-02T18:30:22.419426
2021-03-29T21:49:51
2021-03-29T21:49:51
52,598,977
0
0
null
null
null
null
UTF-8
C
false
false
1,129
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by DialogUser.rc // #define IDC_ADD_USER 4040 #define IDC_NOM_AJOUT_EXPERIMENTATEUR 4041 #define IDC_SURNOM_AJOUT_EXPERIMENTATEUR 4042 #define IDC_EDIT_AJOUT_EXPERIMENTATEUR 4043 #define IDC_COMBO_MODIF_EXPERIMENTATEUR 4104 #defi...
[ "iacomi.paul@gmail.com" ]
iacomi.paul@gmail.com
86f41b5c2ddb27cb7df9c882034622c1dad2c0de
ed66ca5dfaba88bcb677811ec9fe0dc61b473428
/libft/ft_putstr_fd.c
c24502ede8b029d126091d1957c40d5b4c9bafcf
[]
no_license
nikunicke/42
ac01c11e8a737f1bc43f4cd9c836b7a5fc1bb014
d3956c50203e5bcafda9817f10212e5579219fa2
refs/heads/master
2020-08-27T13:06:58.835306
2020-02-28T16:34:47
2020-02-28T16:34:47
217,381,412
1
0
null
null
null
null
UTF-8
C
false
false
1,034
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putstr_fd.c :+: :+: :+: ...
[ "npimenof@c2r4p11.hive.fi" ]
npimenof@c2r4p11.hive.fi
fc6e5307be0657ee827d7718b22dab1735b34b56
1624e541bc493be4192eb37d1b33d0f16ff84fb1
/eiffelDBC/counter/EIFGENs/counter/F_code/C12/re551.c
2a43a159662e078c85a3fe01ab3fb2847431fdd0
[]
no_license
py-sudo/eiffelDBC
1dcafffe4ed9ba1e43fca89e5a585cee5ebab68b
96572660e9543affe2f3531488cb16e44825942f
refs/heads/master
2020-12-07T17:04:35.300349
2020-01-17T06:01:06
2020-01-17T06:01:06
232,757,056
0
0
null
null
null
null
UTF-8
C
false
false
791
c
/* * Code for class RESIZABLE [NATURAL_8] */ #include "eif_eiffel.h" #include "../E1/estructure.h" #include "../E1/eoffsets.h" #include "re551.h" #include "eif_helpers.h" #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #ifdef __cplusplus extern "C" { #endif /* {RESIZABLE}.additional_space *...
[ "user@localhost.localdomain" ]
user@localhost.localdomain
96edffe05101dc68f87f98715327e47f44f61eb4
2efc0a1390201b83d0af802ec8025c999829f856
/three.c
b88a38e643d0e023caf41833a5ffc183cb06653a
[]
no_license
sakyawang/learnc
e77d9a2cbd18961cc770c23441a90651fc64b41b
d049003bc3697c52661c6c383141199380b5c89a
refs/heads/master
2020-03-23T15:47:55.932937
2018-07-21T02:40:57
2018-07-21T02:40:57
141,775,338
1
0
null
null
null
null
UTF-8
C
false
false
245
c
#include <stdio.h> void foo() { int i; printf("%d\n", i); i = 777; } void foo2() { foo(); } int main(int argc, char const *argv[]) { /* code */ void foo(); foo2(); printf("----\n"); foo2(); return 0; }
[ "wanghao@cncloudsec.com" ]
wanghao@cncloudsec.com
1bb6b9ccda77e6f320c2b64a6b147b0cd9fcfb9a
b1d500a451cd9852089bf3d97e829df069daa9c8
/Images/MC/Acceptance/1DRatios/VerticalAngle/2000_2250_MeV/S12_VerticalDecayAngleRatio_-20_-15.C
133b09a4529234d382fc7edf10c0e02e34f55fbd
[]
no_license
sam-grant/EDM
486ea029bf766c968a3c7b41198ffcf9bc3c9b8a
525e41de5f675c39014488c79144f47562910736
refs/heads/master
2022-10-30T22:35:42.979799
2022-10-19T18:44:54
2022-10-19T18:44:54
296,421,806
0
1
null
null
null
null
UTF-8
C
false
false
13,917
c
void S12_VerticalDecayAngleRatio_-20_-15() { //=========Macro generated from canvas: c/c //========= (Thu Apr 28 14:36:03 2022) by ROOT version 6.24/06 TCanvas *c = new TCanvas("c", "c",0,0,800,600); gStyle->SetOptStat(0); c->Range(0,0,1,1); c->SetFillColor(0); c->SetBorderMode(0); c->SetBorderSize(2...
[ "samuel.grant94@gmail.com" ]
samuel.grant94@gmail.com
b048d56044d4f4e47dc42c114f845b7412294990
5727b6a60b7f98461bce8b1d2a20122880335a36
/devices/timer.h
8c085ff7d39f4ef933ba1002dbdd8d0f400f68b8
[ "MIT-Modern-Variant", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
pu-re/pintos
7e3f742de55c338eb46b10ab29e135e21c9b9e00
3fcdbb329ff63192dbdd159717899e00f2e344d2
refs/heads/master
2021-05-27T22:03:57.140786
2014-05-11T17:39:00
2014-05-11T17:39:00
null
0
0
null
null
null
null
UTF-8
C
false
false
521
h
#ifndef DEVICES_TIMER_H #define DEVICES_TIMER_H #include <round.h> #include <stdint.h> /* Number of timer interrupts per second. */ #define TIMER_FREQ 100 void timer_init (void); void timer_calibrate (void); int64_t timer_ticks (void); int64_t timer_elapsed (int64_t); void timer_sleep (int64_t ticks); void timer_m...
[ "04151220@naver.com" ]
04151220@naver.com
3b19416fd59344c092c4bedff8f0c15547ef5ad0
b6582e9f3a700cd0e47c0659d2e1529272460832
/pysteps/motion/_proesmans.c
0ccf948ae04f41817860355d7b446b9c066d91b5
[ "BSD-3-Clause" ]
permissive
cycle13/pysteps
1ac85a7f803978acaff92c0c2808381e295655e0
63b952c575ca30f0c1ef5148b9aaa5e592f2436a
refs/heads/master
2020-06-25T18:40:44.204558
2019-07-27T23:24:17
2019-07-27T23:24:17
null
0
0
null
null
null
null
UTF-8
C
false
true
1,186,323
c
/* Generated by Cython 0.29.12 */ /* BEGIN: Cython Metadata { "distutils": { "depends": [ "/top/college/academic/ECE/spulkkin/home/miniconda3/envs/nowcasting/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h", "/top/college/academic/ECE/spulkkin/home/miniconda3/envs...
[ "pulkkins@gmail.com" ]
pulkkins@gmail.com
e7f6cc14488ff22d9548436d3a24cae34322764d
2297e656dfd6713e04f5d20013d8e19c71bd54a8
/homework2/include/tcpnitslib.h
1d3b05af56e6ade5a25fa85c378ddbafa64c9fa3
[]
no_license
edflores28/Network-Programming
6ae54ab05ad7abc68176b85fe8180663c9e22dce
6b8dc819a15217124c328689a343980b5fb8ccf3
refs/heads/master
2021-08-24T04:00:55.910186
2017-12-08T00:42:37
2017-12-08T00:42:37
104,936,828
0
0
null
null
null
null
UTF-8
C
false
false
1,572
h
/* *Project: Assignment 2 * *Library: tcpnitslib *File Name: tcpnitslib.h *Purpose: provides utilities to set up TCP client * and server sockets * *Synopsis (Usage and Parameters): * * setup_subscriber(struct in_addr *host, int port) * * setup_publisher(int port) * * get_next_subscriber(void) * * setup_di...
[ "edlores28@gmail.com" ]
edlores28@gmail.com
791cf81c14288f20f0cc8c6221ee029fe7ce9124
968735eb6ce32ad1d06b55b9371eeda0d67aed61
/Lecture0-1/examples_c/while_loop.c
b7aa9b379e700d16476c78a7d2bafc06ddff75a3
[]
no_license
bakossandor/following_cs50
f3da0b8010a135b02998a8b35c086c54a4787715
345b135211635491f33f55eeab10b992469d74e8
refs/heads/master
2020-04-06T11:17:08.654004
2018-11-18T19:41:44
2018-11-18T19:41:44
157,411,022
0
0
null
null
null
null
UTF-8
C
false
false
159
c
#include <stdio.h> int main(void) { int counter = 0; while (counter < 3) { printf("print until counter reach 3\n"); counter++; } }
[ "bakos.webd@gmail.com" ]
bakos.webd@gmail.com
e4525c51df52ddc8765c213bc38acb7ae9250e48
61a48cf181a505bd4e48aae0a1318af2f42bfd7a
/evaluation/database/APIMU4C-single-file-case/CWE390_Error_Without_Action/CWE390_Error_Without_Action__fgets_char_06/CWE390_Error_Without_Action__fgets_char_06.c
21272b06cfe7fdd35a3c1cca7195f2411f63a8ac
[ "MIT" ]
permissive
apicad1/artifact
8a96ace051d84aad7f295f7763aabd83fdef9e13
d08e08d997d49741ef5eeb63bb9924109718df74
refs/heads/master
2023-02-20T07:21:29.655642
2023-02-20T07:14:38
2023-02-20T07:14:38
587,245,401
3
0
null
null
null
null
UTF-8
C
false
false
4,733
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE390_Error_Without_Action__fgets_char_06.c Label Definition File: CWE390_Error_Without_Action__fgets.label.xml Template File: point-flaw-06.tmpl.c */ /* * @description * CWE: 390 Detection of Error Condition Without Action * Sinks: * GoodSink: Check if fgets() fail...
[ "Blank" ]
Blank
e31a93b352213f355f75c2e4e9173c0a6a8dde38
51635684d03e47ebad12b8872ff469b83f36aa52
/external/gcc-12.1.0/gcc/testsuite/gcc.target/i386/avx512f-vporq-2.c
86dc1abd18b9c7367a90bee899e88ce30e4af795
[ "FSFAP", "LGPL-2.1-only", "LGPL-3.0-only", "GPL-3.0-only", "GPL-2.0-only", "GCC-exception-3.1", "LGPL-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
1,211
c
/* { dg-do run } */ /* { dg-options "-O2 -mavx512f" } */ /* { dg-require-effective-target avx512f } */ #define AVX512F #include "avx512f-helper.h" #define SIZE (AVX512F_LEN / 64) #include "avx512f-mask-type.h" static void CALC (long long *s1, long long *s2, long long *r) { int i; for (i = 0; i < SIZE; i++) ...
[ "rink@rink.nu" ]
rink@rink.nu
e42a1e9275f99442224a5f809780f5f24b41f853
4922dd18fe5f15c4bd5808ffb22981bca992a6e5
/(소스)이것이C언어이다/연습문제와예제소스(최종수정)/연습문제와예제소스(최종수정)/예제소스/예제11-7.c
14bc7774198f1485a03b538a7660633f4a4584b0
[]
no_license
yungbyun/clecturenote
2395e11dc87a48fca3699eca0e95d2a9f2bd5133
bd9332e2a00316217d0e57816b5610adbdff57e0
refs/heads/master
2021-01-22T02:40:32.798828
2018-12-04T04:05:13
2018-12-04T04:05:13
102,249,091
2
1
null
null
null
null
UHC
C
false
false
1,035
c
#include <stdio.h> void my_gets(char *str, int size); int main(void) { char str[7]; // 문자열을 저장할 배열 my_gets(str, sizeof(str)); // 한 줄의 문자열을 입력하는 함수 printf("입력한 문자열 : %s\n", str); // 입력한 문자열 출력 return 0; } void my_gets(char *str, int size) // str은 char 배열,...
[ "이메일주소" ]
이메일주소
7e7e0b591c17f424642b9b64ce2b7ab547de6eab
e44af1eeb8026d488d0267e8c32bb09ba7ccfa70
/libft/ft_isprint.c
5eef315a93ab959cec4534661f2ca826d5307ba0
[]
no_license
germano-aquino/libft
3896b292611cab25b9b6f7e9020c6cb2ef23805b
7e321867dd88ee8896f2e4774c3cab388983df7e
refs/heads/master
2023-07-16T17:28:48.481377
2021-08-21T19:29:10
2021-08-21T19:29:10
392,094,050
0
0
null
null
null
null
UTF-8
C
false
false
949
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isprint.c :+: :+: :+: ...
[ "germano.r.aquino@gmail.com" ]
germano.r.aquino@gmail.com
83e17c6b20aa08245b23a6f5702e924fb0f81826
ad5fab93767febe6c0c2a06ce4088a391042f456
/p5/v3/mfs.c
390abc47229a790280bbf0c10622eb7d287ee7ae
[]
no_license
vinaygangadhar/cs537_projects
9181d659c4261f3b3b8003b0a3a2098ac5d49987
4e638e1c1b66eea778effa6e142a9462168b3c90
refs/heads/master
2016-09-06T06:02:45.707974
2014-05-11T20:28:39
2014-05-11T20:28:39
16,605,203
1
0
null
null
null
null
UTF-8
C
false
false
5,673
c
#include "mfs.h" #include "helper.h" #include "parser.h" static packet_t com_t; //Send the message packet int send_msg() { int rc = UDP_Write(com_t.sd, &com_t.addr, com_t.message, MSG_BUFFER_SIZE); if(rc < 0) return -1; else { printf(" CLIENT:: Sent %d bytes (message: '%s')\n", rc, com_t.message); com_t...
[ "gangadhar@wisc.edu" ]
gangadhar@wisc.edu
6744c632cb4fbdad911236d22f0f2556f94a7509
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/5e6fecf9-0555-4a91-8abf-23efab3742d8.c
2dc984fdc8660058d66527f4015b4bb79da45708
[]
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
575
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=12; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l%j; l = l+j; j = l-k*i; //variables //random /* START VULNERABILITY */ int a; int b[16]; int c[95]; a = 0; do { a++; ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
46094da8a6b03f7f386fb5637dbd4449ee978c6e
ea20e6d3d7b84367af7bdf73584986889ab98004
/bmh_fonts/bmh_digits/Ubuntu Regular/Ubuntu Regular_48.h
c8b63668d2ba637cfccfb0174910ffdec50f9f34
[]
no_license
jdmorise/BMH-fonts
17155aa3e3da8c35fc3528d706855d2e140dd269
28c81653d88ed40ed9f4c2077363185d2ddc4992
refs/heads/master
2020-07-13T07:02:15.191508
2019-10-07T20:26:56
2019-10-07T20:26:56
205,022,484
10
0
null
null
null
null
UTF-8
C
false
false
4,554
h
// Header File for SSD1306 characters // Generated with TTF2BMH // Font Ubuntu Regular // Font Size: 48 const char bitmap_48[] = {0,0,0,0,128,192,224,224,240,240,240,240,240,240,240,224,224,192,128,0,0,0,0,0,240,252,255,255,127,15,3,1,0,0,0,0,0,1,3,15,127,255,255,252,240,0,255,255,255,255,255,0,0,0,0,0,0,0,0,0,0,0,0,0,...
[ "48957270+jdmorise@users.noreply.github.com" ]
48957270+jdmorise@users.noreply.github.com
98623311f4144d045935d85c827a86228a77b90e
7ef0c66d6287a9e677888365188a876bfab99b0a
/text.7.c
548c05cdeb8ddb7fcc0b6a25e738d949aeac664d
[]
no_license
lyzcodebool/JSKquestions
d76221810c97ccc3ed70b22b884e7a763ea1fbaf
d2726bc66ff650592fef7665a967b14f014a69cb
refs/heads/master
2021-01-22T12:17:52.837849
2017-05-29T21:50:54
2017-05-29T21:50:54
92,713,998
0
0
null
null
null
null
UTF-8
C
false
false
264
c
/************************************************************************* > File Name: text.7.c > Author: > Mail: > Created Time: Mon 10 Apr 2017 10:50:41 PM PDT ************************************************************************/ #include<stdio.h>
[ "lyzgithub@163.com" ]
lyzgithub@163.com
42500bc956379a8196442e810e2fbc3a9e268c9c
5d06e16d3e21b5a341fda4beea143bd6a3371aef
/OS2/tests/test239/test239.c
9200c9069ad84ca2e3f4216f14fc426b9a4dac98
[]
no_license
ErisBlastar/osfree
b5a080084d2d92f2ec43084291220ba84ffde977
9472591e4e8f9c8e3b78e6b8d6f0634c63387fd3
refs/heads/master
2020-12-25T17:34:18.394988
2016-07-29T03:46:31
2016-07-29T03:46:31
14,848,971
44
6
null
2018-02-07T16:46:26
2013-12-02T00:21:14
C
UTF-8
C
false
false
1,595
c
#define INCL_GPICORRELATION /* GPI Correlation functions */ #include <os2.h> BOOL fSuccess; /* success indicator */ SIZEL psizlSize; /* size of pick aperture */ LONG lNumHits; /* number of hits or error */ HPS hps; ...
[ "erisblastar@gmail.com" ]
erisblastar@gmail.com
b1b627dd9b0419af4c47a282da8a49833eb585de
e25c8b65c0115053b14f8ecffaea94a964eefa1f
/ds/open/world1/wu_sha_town/map_4_5.c
5d6cd3cf0f481004a650f222b283ca033f759aec
[]
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
WINDOWS-1252
C
false
false
602
c
inherit ROOM; void create() { set("short", "²L®ü"); set("long", @LONG LONG ); set("exits",([ "east" : __DIR__"map_4_6", "west" : __DIR__"map_4_4", "south" : __DIR__"map_5_5", "north" : __DIR__"map_3_5", "up": __DIR__"seacoun39", ])); set("objects", ([__DIR__"../npc/fish" : 2, ])); setup(); ...
[ "zwshen0603@gmail.com" ]
zwshen0603@gmail.com
510f22d25787f9e42c3638a5b065813987d93853
54f411759d542741525fb59cf539731ffe578125
/ECUHost Atmel Kernel/Client/BVM.h
f7c9433d2034656a84aa38045db2142d805710b1
[]
no_license
hejunbok/RabbitECUOpenHALTrunk
a6c27c214ad6065cccc0bc8797de68db99dbefb4
871b23dd7e75f7946e5539f8b4272adb141eb37f
refs/heads/master
2020-05-17T14:24:48.272855
2017-10-15T03:16:28
2017-10-15T03:16:28
183,763,761
1
1
null
2019-04-27T11:22:55
2019-04-27T11:22:55
null
UTF-8
C
false
false
2,329
h
/******************************************************************************/ /* Copyright (c) 2016 MD Automotive Controls. Original Work. */ /* License: http://www.gnu.org/licenses/gpl.html GPL version 2 or higher */ /****************************************************************************...
[ "matthew@mdac.com.au" ]
matthew@mdac.com.au
bcb02828fa6fd481738eb8f0eba3a56f1ac9d557
d14e52697066c4d8bf1093cc0762d01006478c15
/ECH/gui/resource/image/battery/stat_sys_battery_charge_anim85.c
71165fcc8da0c1c04e4a2dd101fdbfad1b80e7bd
[]
no_license
wanglusong/STM32_F1_HAL_LIB
007753ca67d485bca63908ded4f312fd200b7aa2
d5875dcec5090a255a1e1441fc556cb5b78faa9f
refs/heads/master
2023-04-04T15:19:09.084331
2021-04-03T13:36:05
2021-04-03T13:36:05
278,862,408
0
0
null
null
null
null
UTF-8
C
false
false
17,166
c
/* *--------------------------------------------------------------- * Lvgl Img Tool * * 注:使用UTF8编码 * 注:本字体文件由Lvgl Img Tool V0.1 生成 *...
[ "1176475725@qq.com" ]
1176475725@qq.com
ad3e8a0b4fd097929034b7d32f91ab48870005ca
15d417ccfacf20314589ed086c0b8daa2245cc1f
/libc/stdio/doprnt/f.c
b74de13e78d9129d358a57438d2d6e0ae1670334
[]
no_license
paulohrpinheiro/tropix-libs
17e7faf0715b104fbf6f305074de76bd1cf08fc5
c41d33a6f95064ec6c0567a801048896be28c626
refs/heads/master
2021-12-03T19:21:09.621584
2014-11-06T17:47:26
2014-11-06T17:47:26
null
0
0
null
null
null
null
UTF-8
C
false
false
780
c
#include <stdio.h> #include <stdlib.h> print (double d) { printf ("%%f \"%f\"\n", d); printf ("%%f \"%f\"\n", d); printf ("%%+f \"%+f\"\n", d); printf ("%%-+30f \"%-+30f\"\n", d); printf ("%%030f \"%030f\"\n", d); printf ("%%.15f \"%.15f\"\n", d); printf ("%%30.15f \"%30.15f\"\n", d); printf ("%...
[ "mariogar1979@gmail.com" ]
mariogar1979@gmail.com
7991811a0cd03fccdefe9c2165da97385a5e7a72
be35a006fb4606784e8766758d1eb5bd5e41975c
/libft/ft_strrev.c
38138c9e1bb83fa8737325d54789190999a8c4fa
[]
no_license
fxst1/42
4f2e5412015e2f7fbf3cc3b735dd7892cf9cf993
eacecedad89e97fde6d17d8421477459e108e992
refs/heads/master
2020-12-29T03:33:28.514510
2018-07-16T14:41:33
2018-07-16T14:41:33
53,407,031
2
1
null
null
null
null
UTF-8
C
false
false
1,173
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strrev.c :+: :+: :+: ...
[ "fjacquem@e1r9p2.42.fr" ]
fjacquem@e1r9p2.42.fr
25f6e5dfc8f4f6ae33e5cecb4ddab16a2fc09c44
fbbc734d8b98408335c58c388c26d5792a794529
/1sw_2_dim/1sw+2dimmer.X/one_sw_two_dimmmer.c
464adc1aec40d2c5c1dbeede6791240c197906a4
[]
no_license
sahni007/DimmerSwitchFd
911e3dba9afb397e5324b7c3d93863e1ddb966bc
990558c36b2f49d5ce191523ee37f7e501db7d56
refs/heads/master
2020-04-21T21:06:09.676867
2019-02-09T13:11:07
2019-02-09T13:11:07
169,868,000
0
0
null
null
null
null
UTF-8
C
false
false
84,082
c
/* this is proper working code alloking with rc circuit * issue: not known */ #include <stdio.h> #include <stdlib.h> #include <pic16f1526.h> #include <string.h> // PIC16F1526 Configuration Bit Settings // 'C' source line config statements // CONFIG1 #pragma config FOSC = HS // Oscillator Selection (HS Os...
[ "varun.sahni04@gmail.com" ]
varun.sahni04@gmail.com
c6a3d1fac247f15b3e43d00aeb242912ba51da6a
de8c0ea84980b6d9bb6e3e23b87e6066a65f4995
/3pp/linux/arch/arm/mach-pxa/include/mach/mfp.h
dbb961fb570e899f18b979300e34cc73d12d38ef
[ "MIT", "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
366
h
/* SPDX-License-Identifier: GPL-2.0-only */ /* * arch/arm/mach-pxa/include/mach/mfp.h * * Multi-Function Pin Definitions * * Copyright (C) 2007 Marvell International Ltd. * * 2007-8-21: eric miao <eric.miao@marvell.com> * initial version */ #ifndef __ASM_ARCH_MFP_H #define __ASM_ARCH_MFP_H #includ...
[ "erik.moqvist@gmail.com" ]
erik.moqvist@gmail.com
6c04ba009d81589a4850c747d80b316678297834
f05001be8873973fb734bf50117342a67360a1e4
/ft_putchar_fd.c
85734508e6066b6b0dfe32749e70a558b18a8dc2
[]
no_license
taouraghti/libft
036c7ca7a065b25bb097803d21ab5716be0d6981
da96f652e6d4e017c27d077dc810e6d375466231
refs/heads/main
2023-01-30T09:40:32.101352
2020-12-11T13:57:36
2020-12-11T13:57:36
320,587,294
0
0
null
null
null
null
UTF-8
C
false
false
970
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putchar_fd.c :+: :+: :+: ...
[ "aidrissi@e1r7p15.1337.ma" ]
aidrissi@e1r7p15.1337.ma
c0c354764965422a3bb06a1c4beba601dee3fac0
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/SoftEtherVPN/src/Mayaqua/extr_Network.c_StrToIP6.c
8f52c428433235f186e35f03792cf4bc93cabc5c
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
3,104
c
#define NULL ((void*)0) typedef unsigned long size_t; // Customize by platform. typedef long intptr_t; typedef unsigned long uintptr_t; typedef long scalar_t__; // Either arithmetic or pointer type. /* By default, we understand bool (as a convenience). */ typedef int bool; #define false 0 #define true 1 /* Forward d...
[ "brenocfg@gmail.com" ]
brenocfg@gmail.com
6656e03be4cf5aa8a252f0eb351337d23583713a
1d293ada0e22fa5b33ca90ecee19b4b8099ac3eb
/types.c
6413c35658ff175ba75d00d6dcd5d7ab92c3b27c
[]
no_license
ferfercal99/Ejercicio-4-practicas
7446c8470dcccf4ad1c0e6c959248cc1ff56bb49
47a3b7b890875ebcbe2669c8a6dd46bbd0ffc07e
refs/heads/master
2020-04-07T03:08:38.385379
2018-11-17T16:44:56
2018-11-17T16:44:56
158,004,213
0
0
null
null
null
null
UTF-8
C
false
false
5,253
c
/* * types.c * * Created on: 4 nov. 2018 * Author: migueltoro */ #include "types.h" /* Hash a string */ unsigned long int hash(const char *key) { unsigned long int hashval = 0 ; int i = 0; /* Convert our string to an integer */ while( hashval < ULONG_MAX && i < strlen( key ) ) { hash...
[ "noreply@github.com" ]
ferfercal99.noreply@github.com
7db5dcc7378cce589b43b413e0321d135315938c
bd5c96b7bd53094dce7a0154117c4dc366cc9344
/timertest/gtk_timer/main.c
07d7745da491c12058ac1bf3732063f74dfd9614
[]
no_license
chenjiexin/qtbug7618
13a42f38113a312c051b117111db8e030c0271ac
64100aed005c84a0aded10e27681445d82dbf960
refs/heads/master
2021-01-23T22:15:35.626671
2012-09-17T01:43:29
2012-09-17T01:43:29
null
0
0
null
null
null
null
UTF-8
C
false
false
266
c
#include<gtk/gtk.h> #include<time.h> void TimePorcFunction () { printf("ThisTimePorcFunction () \n"); return; } int main(int argc,char * argv[]) { gtk_init(&argc,&argv); gtk_timeout_add(1, (GtkFunction)TimePorcFunction, NULL); gtk_main(); return 1; }
[ "jackxinchan@gmail.com" ]
jackxinchan@gmail.com
ff22491eb5c722968f4d81de9cf569f8d10a8c2a
26a90a86c534a555d72ad10b4a1dbfc8485d9a2d
/Chapter 17/Programming Projects/17.01/inventory/inventory.c
249f9099c422cff654caf05b6f7d5e538ad961b2
[]
no_license
eciraku/C-Programming-A-Modern-Approach
645986cf7ba5c89a4d49671a040fdd100c683d07
cfa901c52db89b6aaa45dc33443b6ed0e233845a
refs/heads/master
2020-03-21T03:34:58.231419
2018-06-26T09:08:48
2018-06-26T09:08:48
138,062,170
0
0
null
null
null
null
UTF-8
C
false
false
4,812
c
/* Maintains a parts database (array version) */ #include <stdio.h> #include <stdlib.h> #include "readline.h" #define NAME_LEN 25 #define INITIAL_SIZE 10 struct part { int number; char name[NAME_LEN+1]; int on_hand; }; struct part *inventory; int num_parts = 0; /* number of parts currently stored */ int max_part...
[ "e.ciraku@yahoo.com" ]
e.ciraku@yahoo.com
a29ebcff9da1f25158ddeeee007316eeec858bb5
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/fs/jffs2/extr_xattr_trusted.c_jffs2_trusted_listxattr.c
ab5c4ed992bd3348f3af80b7b84976fa5df0171a
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
613
c
#define NULL ((void*)0) typedef unsigned long size_t; // Customize by platform. typedef long intptr_t; typedef unsigned long uintptr_t; typedef long scalar_t__; // Either arithmetic or pointer type. /* By default, we understand bool (as a convenience). */ typedef int bool; #define false 0 #define true 1 /* Forward d...
[ "brenocfg@gmail.com" ]
brenocfg@gmail.com
b77d9afa074812f3f53531fd44dd08e9d9233117
0f829356c72b52bc3673bec6cea6bbac82635398
/inc/peripheral/rtl876x_lpc.h
f1f47bc5fefa6744de2b1baa7b5deb40cc8da6d7
[]
no_license
GeFengthe/RTL8762
7e20c4119c7803d6fbce522ce33a5ac64974b65a
f80ae6a2362d986a3d69c764ca1cda3ec39155c5
refs/heads/master
2023-02-28T13:57:39.275288
2020-09-20T12:19:54
2020-09-20T12:19:54
326,729,779
9
4
null
null
null
null
UTF-8
C
false
false
17,937
h
/** ********************************************************************************************************* * Copyright(c) 2016, Realtek Semiconductor Corporation. All rights reserved. ********************************************************************************************************* * @file ...
[ "876671579@qq.com" ]
876671579@qq.com
3153257d65339011f5a9c94a2f20345ebf8ea378
7f7649cb6ee95b262fafea728dfdec9f04514a8d
/pku/1338.c
cba67a30c01c415b798c235aadfb36b88788db05
[]
no_license
LoveWX/OJ_mycoder
a886170f21029441814cac2abc8cbf4c690e6b4d
ccb7ff399fe3ebdfeef18b689865b6b88dfbf206
refs/heads/master
2020-04-29T11:52:39.760548
2015-04-22T16:37:00
2015-04-22T16:37:00
34,401,781
0
0
null
null
null
null
UTF-8
C
false
false
493
c
#include<stdio.h> long int r[1501]; int min(int a,int b,int c) { if(a<b) b=a; if(b<c) c=b; return c; } int main() { int a=3,b=2,c=2,i; r[1]=1; r[2]=2; r[3]=3; r[4]=4; r[5]=5; for(i=6;i<=1500;i++) { r[i]=min(r[a]*2,r[b]*3,r[c]*5); for(;r[a]*2<=r[i];a++); ...
[ "ztf0025@gmail.com" ]
ztf0025@gmail.com
3797e46072c6264f9a88931579364d58d0e05ebe
aff837cd0e101b83f538d834c961e4727b971010
/14151172_程涛_7_13.c
4214b94698647f7dc883e7488e7574b1e27d86cf
[]
no_license
2015CLanguage/Homework7
b2e6b90f664dd7ee945a0d619f3db557de419cf0
c5c382f72e0022db4efc52aaf2b6feb31d5831a1
refs/heads/master
2021-01-01T06:45:24.326514
2015-06-16T05:37:03
2015-06-16T05:37:03
35,356,152
0
0
null
null
null
null
UTF-8
C
false
false
327
c
#include<stdio.h> double f(int n,double x) { double y; if(n==0) y=1; else if(n==1) y=x; else y=((2*n-1)*x-f(n-1,x)-(n-1)*f(n-2,x))/n; return(y); } void main() { int n; double x; printf("请输入非负整数 n:"); scanf("%d",&n); puts("please input x:"); scanf("%lf",&x); printf("P%d(%.2f)=%.2f\n",n,x,f(n,x)); }
[ "buaa_2015_c@163.com" ]
buaa_2015_c@163.com
2129ab7887b6f0dad5046bbad7f956d691a3ade5
7e159c01bcb4c1c5de9eb70567b718918a86e01f
/SDK_V4.3.0/driver/board/mt25x3_hdk/wifi/mt5931/src_core/mtk_hw_adapter.c
ecd6665bba576ce2c5989a973819d4c4825a2d17
[]
no_license
gentoos163/MTK-IOT
122d7c21de66ed3506a1d529f0dc4cb9c395ac39
7424e28a49f87ab07f432dcaf1ecf6dddbcf8b0c
refs/heads/master
2022-04-13T05:39:25.754624
2017-12-25T07:38:38
2017-12-25T07:46:22
null
0
0
null
null
null
null
UTF-8
C
false
false
15,314
c
/* Copyright Statement: * * (C) 2005-2016 MediaTek Inc. All rights reserved. * * This software/firmware and related documentation ("MediaTek Software") are * protected under relevant copyright laws. The information contained herein * is confidential and proprietary to MediaTek Inc. ("MediaTek") and/or its ...
[ "leo_advance@163.com" ]
leo_advance@163.com
93f9b0632f67f7d289b687c6435ddc65e67b882b
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/crypto/chelsio/chtls/extr_chtls.h___chtls_sock_get.c
41aa442966e88c98dc987e800592a15a89f57fff
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
628
c
#define NULL ((void*)0) typedef unsigned long size_t; // Customize by platform. typedef long intptr_t; typedef unsigned long uintptr_t; typedef long scalar_t__; // Either arithmetic or pointer type. /* By default, we understand bool (as a convenience). */ typedef int bool; #define false 0 #define true 1 /* Forward d...
[ "brenocfg@gmail.com" ]
brenocfg@gmail.com
38f7d50dd2456943e986ca00bbd8def7c1b67153
616dffaee4877192183594a365917e47c6a157ee
/onkeybd.h
845ec251a5dfd09f02c274328f3fbdcad0418088
[]
no_license
archibate/osys
9137dcbb2116754075c8b1273a53bc72d125f987
bea060cd53a6184739cf4cf624c472c7e89daa65
refs/heads/master
2020-04-04T23:18:37.807610
2018-11-26T04:55:03
2018-11-26T04:55:03
156,354,106
3
0
null
null
null
null
UTF-8
C
false
false
75
h
#pragma once extern void on_keyboard_event ( unsigned char scancode );
[ "m17721388340@163.com" ]
m17721388340@163.com
9eee0f838d36b879b8f70398ad9beb9fdd0cfcf1
6b5661a3a5475b806490b25471f3c903916941b5
/v1.7/Click.h
c9ba8f936cbb719a1c0c3b0eeccbcbf3ec6feddf
[]
no_license
Syugen/my-tetris
c316f5183d1886542490bec761c2913a499e1701
f6fc44b5f2b5e048fa44e0d795c6ed7a0900bba5
refs/heads/master
2021-05-15T02:59:09.718966
2017-10-14T01:42:15
2017-10-14T01:42:15
106,063,197
0
0
null
null
null
null
UTF-8
C
false
false
21,917
h
#include "stdafx.h" #include <graphics.h> #include <conio.h> #include <stdlib.h> #include "Mmsystem.h" #pragma comment(lib,"Winmm.lib")//添加音乐 void Mosaic(IMAGE *pimg, int tilesize, int startx, int starty) { int width = pimg->getwidth(); // 图像的宽 int height = pimg->getheight(); // 图像的高 int redsum; // 红...
[ "syugen.zhou@mail.utoronto.ca" ]
syugen.zhou@mail.utoronto.ca
79e7ec0961d68a60f24203bc864dceef17a560b9
a915862f1f667015a4a999cb135cad1a5f6864b8
/PS3HEN/payload/storage_ext.c
ea1efd2e1e1b4cf6afb5ea1bf697404ebeca7e1f
[ "Unlicense" ]
permissive
nikolaevich23/nikolaevich23.github.io
5a2bc09157bb04e96eead1c088852fe9533f41a9
169a60916e3da967c3be3ee925249d88ea3547b2
refs/heads/master
2023-08-31T10:44:29.529836
2023-08-20T10:37:21
2023-08-20T10:37:21
205,212,486
46
39
null
null
null
null
UTF-8
C
false
false
98,785
c
#include <lv2/lv2.h> #include <lv2/libc.h> #include <lv2/memory.h> #include <lv2/storage.h> #include <lv2/io.h> #include <lv2/thread.h> #include <lv2/synchronization.h> #include <lv2/object.h> #include <lv2/time.h> #include <lv2/security.h> #include <lv2/patch.h> #include <lv2/syscall.h> #include <lv2/error.h> #include...
[ "in1975@ya.ru" ]
in1975@ya.ru
2a78ff8ccc1f0d23a9ee7534dfbf28a1d31665e2
1d928c3f90d4a0a9a3919a804597aa0a4aab19a3
/c++/TileDB/2018/12/helpers.h
b2dacebe77021c1880bb01776721e7a117c58168
[]
no_license
rosoareslv/SED99
d8b2ff5811e7f0ffc59be066a5a0349a92cbb845
a062c118f12b93172e31e8ca115ce3f871b64461
refs/heads/main
2023-02-22T21:59:02.703005
2021-01-28T19:40:51
2021-01-28T19:40:51
306,497,459
1
1
null
2020-11-24T20:56:18
2020-10-23T01:18:07
null
UTF-8
C
false
false
2,404
h
/** * @file helpers.h * * @section LICENSE * * The MIT License * * @copyright Copyright (c) 2017-2018 TileDB, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restr...
[ "rodrigosoaresilva@gmail.com" ]
rodrigosoaresilva@gmail.com
4500771aed1b996d5816ea3e655647c23404fcd9
b6838363d0422d822081c86c65c950251d403c9e
/cmake-build-debug/test.c
d880928d1c368446825c69604c9a371e3b65a6e1
[]
no_license
ccisman/DAMER-2.0
b56de14342bcd9ec8a2f8a20dfef8cc3c703d33c
8c4bce239e224b38b3b27c9ff89cd7dcba911f1b
refs/heads/master
2023-05-01T02:02:45.215901
2021-05-19T12:46:49
2021-05-19T12:46:49
365,217,250
1
0
null
null
null
null
UTF-8
C
false
false
114
c
struct A{ int m1[10][20]; double m2[5][6]; } int main{ int a[10][20]; a[1][2]=2; return 0; }
[ "ccisman@163.com" ]
ccisman@163.com
31ec10ba54fa62f9943305a4e781c86e6f6e6434
50d83e4b7c93e5e91eff798c2ceab69b3bdfb412
/Exceptions.h
a5728e4513b9f6475b3299a9f575d4e559a8c187
[]
no_license
agorararmard/Simple-Integer-Machine-Part2
992ae5ff85c6819e8057b08e27bde8f50e7f1be7
de3391c63645fc466d011e02450445656e78297d
refs/heads/master
2022-04-01T18:17:11.230846
2019-12-02T15:51:34
2019-12-02T15:51:34
224,990,587
0
0
null
null
null
null
UTF-8
C
false
false
490
h
#ifndef EXCEPTIONS_H #define EXCEPTIONS_H #include "Exceptions/OutOfInstructionMemoryBounds.cpp" #include "Exceptions/ParamterShouldBeAddress.cpp" #include "Exceptions/InsufficientParameters.cpp" #include "Exceptions/OutOfDataMemoryBounds.cpp" #include "Exceptions/InvalidInstruction.cpp" #include "Exceptions/InvalidPa...
[ "agouhar@synapse-analytics.io" ]
agouhar@synapse-analytics.io
8412f3778bacac73800e875097a948a32ad55e94
e2c31e128e8994f6c2c1ad23f99e4f9b3ed02df8
/commstruct_output/cbpm_print_patterns.c
3234154cc46af9b1815be4eb3dba236b33069c8a
[]
no_license
rendinam/CBPM-TSHARC
568366acc7a0f518c50f60fd21e56990dd6fbb85
7b7b37a475bccb594ed5d2a648a4ee283c91f80b
refs/heads/master
2023-02-27T19:51:34.876518
2021-02-09T17:47:49
2021-02-09T17:47:49
337,487,858
0
0
null
null
null
null
UTF-8
C
false
false
1,673
c
///-----------------------------------------------------------------------+ /// File : cbpm_print_patterns.c | /// | /// Description : Prints side-by-side pre-rotation and post-rotation | /// ...
[ "matt.rendina@gmail.com" ]
matt.rendina@gmail.com
67dd0c876400a78b5ed113a3f802c22588631d73
d4852a5c0c8d39067fcc35d51c2ef563c41091c0
/queen.c
66985433281a5b0900ff3cca591e37cee5660cd7
[]
no_license
icgg/N-Queens
90ace89832a024ad222084e27df3ecda6c992b5c
a71dac750e226e25946cf874482aa06c9097bb1d
refs/heads/master
2020-07-24T00:16:49.819029
2019-09-12T16:39:37
2019-09-12T16:39:37
207,747,077
0
0
null
null
null
null
UTF-8
C
false
false
2,066
c
#include <stdio.h> #include <stdlib.h> #include <mpi.h> #include <sys/time.h> #include <time.h> int place(int board[], int row ,int column); void queen(int board[],int row, int c, int col, int origrow, int origcol); void callq(int column, int N); int count; int global_count; int main(int argc, char *argv[]) { ...
[ "icuva001@fiu.edu" ]
icuva001@fiu.edu
77840d48853b967f890e8077356feee84ec05826
a1e01891e050b0dae49013e6718ad489eb9c068a
/syllable.h
2101c31e76d9c7743c9e5bfc58ec9160966b23a8
[]
no_license
sehrgut/werd-redux
0e60d60cd8f0917efa5cd07cf172da40d73ccbe9
c623a718ce069ddb648f70dcdb3ec8893b385163
refs/heads/master
2021-01-02T23:07:42.220497
2015-05-18T22:35:46
2015-05-18T22:35:46
35,648,641
0
0
null
null
null
null
UTF-8
C
false
false
478
h
#ifndef WERD_SYLLABLE_H #define WERD_SYLLABLE_H #include "phoneme.h" typedef struct syllable_struct Syllable; struct syllable_struct { Phoneme *phonemes; Phoneme *phonemes_tail; Syllable *next; int phonemes_n; }; Syllable* syllable_new(); void syllable_destroy(Syllable *s); void syllable_ad...
[ "kbeckman@becknet.com" ]
kbeckman@becknet.com
aa4b9f29addf7abeaa6c2007bffbcd8e4effcea5
d146958fd97f3014107909765287bf1b9bb38029
/0x17-dynamic_libraries/holberton.h
a002c4ca68848f684210b3d02a4d95f71a6c2628
[]
no_license
Raid55/holbertonschool-low_level_programming
d91a70b86100d934483bba821871de14a7d316f9
23aafa05ccfe827eae44c57104b076de7992a716
refs/heads/master
2021-09-11T20:31:14.186527
2018-04-12T00:13:05
2018-04-12T00:13:05
103,428,478
0
2
null
null
null
null
UTF-8
C
false
false
685
h
#ifndef HBTN #define HBTN int _putchar(char c); char *_strchr(char *s, char c); int _strlen(char *s); int _islower(int c); int _isalpha(int c); int _abs(int n); int _isupper(int c); int _isdigit(int c); void _puts(char *s); char *_strcpy(char *dest, char *src); int _atoi(char *s); char *_strcat(char *dest, char *src);...
[ "boutboulnicholas@gmail.com" ]
boutboulnicholas@gmail.com
7ebb6c708615969186db38aeeb713d5b6b772840
027cfa90aa2ed8267b89eee0c6c276d38f4f355d
/XboxFramework/Bytecode.h
ce955da502d6406cca466e3d986a668ad933e1be
[ "MIT" ]
permissive
luca1337/D3D11XboxFramework
f29badfcd6d350144a2d331d6d12d68de7c5abe9
92bafecb443d3fabbf4b302da2e55322657acc42
refs/heads/master
2020-06-05T23:06:11.538402
2019-06-18T15:54:02
2019-06-18T15:54:02
192,570,300
0
0
null
null
null
null
UTF-8
C
false
false
99
h
#pragma once #include "vs001.h" #include "ps001.h" #include "skymap_vs.h" #include "skymap_ps.h"
[ "biohazard911@hotmail.it" ]
biohazard911@hotmail.it
8521bf41f40a8417e4f8bb2d9ff030dafd70301f
c0660428726d6f748bd18f7177ec3155c1ca0e20
/src/mx_memccpy.c
4a591c6e51ed968d2019713685926ef615c69b02
[]
no_license
osoviak-kr/MyLibmx
4d5b39150e56632506d8a9d50d0b0be8f105b8f1
440be2a893842333bb50b795f841aad188ecc993
refs/heads/master
2020-12-08T19:15:32.512176
2020-01-10T15:08:59
2020-01-10T15:08:59
233,071,106
1
0
null
null
null
null
UTF-8
C
false
false
335
c
#include "libmx.h" void *mx_memccpy(void *restrict dst, const void *restrict src, int c, size_t n) { unsigned char *dt = dst; const char *sc = src; for(size_t i = 0; i < n; i++) { if(sc[i] == c) { dt[i] = sc[i]; return dst; } dt[i] = sc[i]; } ...
[ "osoviak-kr@e2r1p3.unit.ua" ]
osoviak-kr@e2r1p3.unit.ua
c6e13009a505c043c273c24ccd7709e5342b56dd
bfe8eca44c0fca696a0031a98037f19a9938dd26
/g729_IPP/src/recorder/ipp_base/usc_filter.h
0a4013b16971ccc67b68171665d8210ebfdef568
[]
no_license
luge/foolject
a190006bc0ed693f685f3a8287ea15b1fe631744
2f4f13a221a0fa2fecab2aaaf7e2af75c160d90c
refs/heads/master
2021-01-10T07:41:06.726526
2011-01-21T10:25:22
2011-01-21T10:25:22
36,303,977
0
0
null
null
null
null
UTF-8
C
false
false
2,614
h
/***************************************************************************** // // INTEL CORPORATION PROPRIETARY INFORMATION // This software is supplied under the terms of a license agreement or // nondisclosure agreement with Intel Corporation and may not be copied // or disclosed except in accordance with the...
[ "greatfoolbear@756bb6b0-a119-0410-8338-473b6f1ccd30" ]
greatfoolbear@756bb6b0-a119-0410-8338-473b6f1ccd30
1ff28b31137c12c5686f2ff36ccd6c4008058e6d
664ebec3d9dc011737225ddf64ce2c759c83353e
/src/cpiglet.h
846646396ad794bee7f78dc821e753c17f849d41
[]
no_license
smart-m3/piglet
cbeb597f41906ee3a4f89da383759ba8f60893cf
1b5bf83204878ed14580dec2a78aedaaee9867ee
refs/heads/master
2021-01-01T19:01:44.933615
2012-12-09T20:55:46
2012-12-09T20:55:46
null
0
0
null
null
null
null
UTF-8
C
false
false
4,938
h
/* Copyright (c) 2009, Nokia Corporation 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 condit...
[ "kirill.krinkin@gmail.com" ]
kirill.krinkin@gmail.com
b656e910d90e158033a5363fbf39766a9164012d
6004fb0d92074bf4d731cec621ab5bd51d62ea93
/BinarySearchTree/BinarySearchTree.c
592ef44ef28988b8272b8e70fdbb0d2726e696f5
[]
no_license
a1230119/Data-Structure-practice
307f1e3e0ada907c5140e7912e880e2c5445b95b
026242cb7ce3d0c2940362c25dd6e19af13f066e
refs/heads/master
2020-03-30T15:38:59.150668
2018-10-03T07:07:33
2018-10-03T07:07:33
151,373,057
0
0
null
null
null
null
BIG5
C
false
false
4,183
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include <stdbool.h> typedef struct node *treePointer; struct node{ int data; treePointer leftChild,rightChild; }; treePointer search(treePointer root,int k,treePointer parent){ if(!root) return parent; e...
[ "noreply@github.com" ]
a1230119.noreply@github.com
0aac6e2147c1ca9dd5c68fc5e13d654382901bdc
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/21491e02-8ceb-45bb-b297-e136b6ba7bc5.c
10fceed646673a065a0cb7c51585ccb8c7b1ffe8
[]
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
561
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=1; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l%j; l = l%j; l = k-j*i; //variables /* START VULNERABILITY */ int a; int b[46]; int c[55]; a = 0; do { a++; //rand...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
21fb76b5e7baab32ebeafe1a1600e24fdc355e0a
e5825973675bf7364463da30eccbbbedefd83c41
/compilers/loader/relocation/relloader.c
aa41433aae5c9ed3bf768bafdef9e0519cd8b7d9
[]
no_license
Vyfrakens/codesalad
925b3213cfffed7c3beab4e53691c12f99531443
1d230e427720b976848a3535ebce1251abc49cb1
refs/heads/master
2016-09-11T01:39:45.711743
2016-01-04T23:55:10
2016-01-04T23:55:10
30,417,210
2
6
null
2015-11-25T16:36:24
2015-02-06T14:56:45
C
UTF-8
C
false
false
1,412
c
#include "stdio.h" #include "stdlib.h" #include "math.h" #include "string.h" int gethex(FILE*); char *getstr(FILE*); char *inttobin(int); int strequals(char*, char*); int main() { char *mask; int start, pstart, plen, rstart, rlen, addr, val, i, l; FILE *f = fopen("relloader.object", "r"); if(!f) return -1; printf(...
[ "blesswinsamuel@gmail.com" ]
blesswinsamuel@gmail.com
8c5c36bcd7304e0625d663443fb4e67c81da6cad
21bd5451d34d661f3d534e384c1c77073597ea30
/lib/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_init_f32.c
a288a900baec7efcdd6240748243e880e4193b9b
[]
no_license
makarpi/kalman-filter-stm32g4
99adb00c449d9539f42799c6363766cc740c1c60
cf71cd53b48df9ca0e8aa7b150860780862a97bf
refs/heads/master
2022-11-07T15:34:16.953850
2020-06-23T20:43:39
2020-06-23T20:43:39
235,868,068
1
1
null
null
null
null
UTF-8
C
false
false
5,327
c
/* ---------------------------------------------------------------------- * Project: CMSIS DSP Library * Title: arm_cfft_radix4_init_f32.c * Description: Radix-4 Decimation in Frequency Floating-point CFFT & CIFFT Initialization function * * $Date: 27. January 2017 * $Revision: V.1.5....
[ "karpiczenko.mateusz@gmail.com" ]
karpiczenko.mateusz@gmail.com
9825c570cbfc3a619c29ea0ad8e23c02041fbf16
f5fe95ecb66513544aca7b38e04b1d57902d820c
/schemes/mceliece6960119f/ref/decrypt.c
c0adad4670f1a020593e81c4f7b055c79d114a39
[ "LicenseRef-scancode-public-domain" ]
permissive
thomwiggers/mceliece-clean
47c002a195bbc4c6493662c996039fcd98e53ecc
98ab8c0cf04e08b17957ed322f354fdcdb03909e
refs/heads/master
2023-02-09T03:25:30.444048
2020-03-13T17:19:19
2020-03-13T17:19:19
227,823,399
0
0
null
2023-08-22T14:29:26
2019-12-13T11:20:41
Assembly
UTF-8
C
false
false
1,590
c
/* This file is for Niederreiter decryption */ #include <stdio.h> #include "decrypt.h" #include "params.h" #include "benes.h" #include "util.h" #include "synd.h" #include "root.h" #include "gf.h" #include "bm.h" /* Niederreiter decryption with the Berlekamp decoder */ /* intput: sk, secret key */ /* c, cip...
[ "thom@thomwiggers.nl" ]
thom@thomwiggers.nl
6f15503a8c3f257dc06d6f07ffddaf4f27f019b9
ebaf831452dbb2615a93d05729b5e17b21bd5e2b
/rtos/drivers/net/include/linux/module.h
4c5b6ce4e532eb00159b2a4711e5b19c6ba44609
[]
no_license
galiman/S.Ha.R.K
cf82c5cde73b1ab1723e9aaa34518a51663e5dd5
9b794cee514efb50f1818ff826e9b3063ace2531
refs/heads/master
2020-08-05T02:08:01.748273
2019-10-02T14:08:06
2019-10-02T14:08:06
212,357,306
3
0
null
null
null
null
UTF-8
C
false
false
75
h
#ifndef __MODULE__ #define __MODULE__ #include <linux/compatib.h> #endif
[ "galiman85@mail.ru" ]
galiman85@mail.ru
d3ff155a677d0d87d064fb3d524e22a2b9516efc
3d1d651fd0293f1a53217646a10f38a39c59decd
/ClonyBird/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Security_Cryptography_RijndaelManagedMethodDeclarations.h
68675e193008adb62ecb3a97c29b257f3f5e4b35
[]
no_license
at-tran/ClonyBird
51cd7ba74357f51a811debfadf667a859493cca1
d59a7b010ab99bfd5e4b54edfed72a71644b1735
refs/heads/master
2021-05-29T05:20:01.445087
2015-07-14T14:09:22
2015-07-14T14:09:22
null
0
0
null
null
null
null
UTF-8
C
false
false
1,579
h
#pragma once #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" // System.Security.Cryptography.RijndaelManaged struct RijndaelManaged_t1282; // System.Security.Cryptography.ICryptoTransform struct ICryptoTransform_t812; // System.Byte[] struct ByteU5BU5D_t130; // System...
[ "nhanhnhanh17399@gmail.com" ]
nhanhnhanh17399@gmail.com
5e41a31286234472dcffefda8d18ed0fc8f2133b
24d856d98c85a319d53be2768ccc176a50873fa3
/eglibc-2.15/io/lockf.c
7b23f66bc963f0aed15d42ad45054310cfcb7d85
[ "BSD-2-Clause", "LGPL-2.1-only", "GPL-2.0-only", "LicenseRef-scancode-inner-net-2.0", "BSD-3-Clause", "LGPL-2.1-or-later", "HPND", "LicenseRef-scancode-other-copyleft", "CMU-Mach", "LicenseRef-scancode-other-permissive" ]
permissive
dozenow/shortcut
a4803b59c95e72a01d73bb30acaae45cf76b0367
b140082a44c58f05af3495259c1beaaa9a63560b
refs/heads/jumpstart-php
2020-06-29T11:41:05.842760
2019-03-28T17:28:56
2019-03-28T17:28:56
200,405,626
2
2
BSD-2-Clause
2019-08-03T19:45:44
2019-08-03T17:57:58
C
UTF-8
C
false
false
2,197
c
/* Copyright (C) 1994,1996,1997,1998,2000,2003 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either ...
[ "jflinn" ]
jflinn
d066d768153e8e951552e814840c663d10ee7b3d
fea8fbf5be1586a5085d33eff6264de271af6301
/code/CC1101-zhoucheng/CC1101-zhoucheng_20200104/STM8 TX/USER/zhendang_key.h
5f1b74497ae7a47ef230d7c53e8cc949ed5a948c
[]
no_license
jianweizou/wireless_control_cc1101
9cd14fe3c13089a42b626b968f164249355c4480
7c4516af0e7a09799c56f00f791344f8dea98eee
refs/heads/master
2022-04-23T10:50:49.015272
2020-04-19T03:14:32
2020-04-19T03:14:32
256,902,524
0
0
null
null
null
null
UTF-8
C
false
false
192
h
#ifndef _ZHENDANG_KEY_ #define _ZHENDANG_KEY_ #include "stm8s.h" #define ZD_H_LEVEL_CNT 200 #define ZD_L_LEVEL_CNT 100 int zhendang_key_init(void); int zhendang_key_process(void); #endif
[ "jianwei_zou@163.com" ]
jianwei_zou@163.com
b7c906a42b6fdaedf52241dd8fc6dae6c4b16284
83003f2b4fdbb5fce23e0cffda8ab549cbecd4ad
/animals.h
898ed8929ffa62803880123e8f37b3104ca5ded0
[]
no_license
sluu3/Hearthstone--
7c6ff3d0dc6d3b8d78447d54825cdf29e577d274
30c3b71412a50b983deba0c0c76582e0e5555a2c
refs/heads/master
2020-03-10T03:50:20.274533
2018-04-30T12:49:05
2018-04-30T12:49:05
129,176,268
0
1
null
null
null
null
UTF-8
C
false
false
209
h
#include "goblin.h" #include "bear.h" #include "frog.h" #include "giraffe.h" #include "hedgehog.h" #include "rabbit.h" #include "cow.h" #include "dog.h" #include "elephant.h" #include "cat.h" #include "pig.h"
[ "noreply@github.com" ]
sluu3.noreply@github.com
b7d4ee55b4ef4adb20763dc15a05ce991db99082
b40d82f2186254dfb7f9a367543463bb62534b80
/c/59 c11 quick exit/main.c
e7cb0fb2de69bdbf0ecbf4ee9ad3e904217ab979
[ "BSD-3-Clause" ]
permissive
dev-go/hello-world
a39b7c463f4c5946433980563be033c4a08bb2a8
a99e6dfb2868cfc5f04ccab87888619c5c420d0a
refs/heads/master
2023-01-24T14:02:32.932602
2020-12-10T06:45:41
2020-12-10T06:45:41
289,176,681
0
0
null
null
null
null
UTF-8
C
false
false
840
c
// Copyright (c) 2020, devgo.club // All rights reserved. #include <stdint.h> #include <stdio.h> #include <stdlib.h> /* quick_exit: (1) 一种终止程序的方式, 当exit()失败时用以终止程序 (2) 对于退出操作, 目前有: abort quick_exit exit, abort: 直接退出什么都不管 exit: 会先执行atexit注册的操作, 随后各种额外处理, 如: 刷新缓冲区, 刷新文件描述符 ... ...
[ "dev-go@users.noreply.github.com" ]
dev-go@users.noreply.github.com
13a5097d0678b668e845fdb9919c62ee7f2870b1
52b3bbe8c1b59ea3ca1297c50a89b487b20df885
/assignment-5-svikde/app.h
44c45cb7b12389f521a22c9e654557d732fa8421
[ "MIT" ]
permissive
svikde/IOT-Firmware-Fall19
64ca0a579fd58183bd25310dbaa4bbab6fdcbb2f
b1ff13278745177531f5b7f9522e116cb8b1b0ce
refs/heads/master
2021-01-15T04:49:07.342434
2020-02-25T01:36:17
2020-02-25T01:36:17
242,882,636
1
1
null
null
null
null
UTF-8
C
false
false
1,472
h
/***************************************************************************//** * @brief app.h ******************************************************************************* * # License * <b>Copyright 2018 Silicon Laboratories Inc. www.silabs.com</b> **************************************************************...
[ "souvik.de@colorado.edu" ]
souvik.de@colorado.edu
ad03ade768539f2a9a99a05156f5e6f5ad16ba3f
68e1dbf3676f2af77dd05b304fed8d9c21826e9b
/iOSPluginTest/TowerQuest/Classes/Native/UnityEngine_UnityEngine_WaitForSeconds.h
b0f0ad597a234515c21f2b0a0acd77afec392ac3
[]
no_license
tacryt-socryp/tower-quest
d7e75afec54474827ebd49db6a71f644c59af18c
679ec9a1b721e3c09322978bdc4c8cc0bbc9e5db
refs/heads/master
2021-05-29T15:40:30.167151
2015-09-27T13:55:13
2015-09-27T13:55:13
null
0
0
null
null
null
null
UTF-8
C
false
false
499
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "UnityEngine_UnityEngine_YieldInstruction.h" // UnityEngine.WaitForSeconds struct WaitForSeconds_t20 : public YieldInstruction_t21 { // System.Single UnityEngine.WaitFor...
[ "loganallc@gmail.com" ]
loganallc@gmail.com
924f5046287a3880157c1c5906c5a8ad73bf7453
a12a775abc346582f26d82e4b3f09dce0534de8e
/ucore/ucore/src/kern-ucore/module/include/linux/timex.h
cd773285b59a9d20734772712f4eadb4c50ecf43
[]
no_license
XinYao1994/Jos-mips
f595bcfc143fe1cf9bfb8e2112ccb9b4821ee0f2
839ce33cfaa32d0798f16f96e05e1b1397ba410a
refs/heads/master
2021-01-10T14:35:59.152517
2016-03-23T04:00:33
2016-03-23T04:00:33
53,818,495
0
0
null
null
null
null
UTF-8
C
false
false
129
h
version https://git-lfs.github.com/spec/v1 oid sha256:1aef5103a3834770593489e9883bcf68b0ddf7df97672525607f6939c45f43a1 size 9335
[ "2368962312@qq.com" ]
2368962312@qq.com
d22b1b5f369dc3e2199e04fb8fe12201cfb706b9
14e340792432228094f395059694d3dab1f5bb65
/ip_hls_repo/fc_l2/solution1/impl/ip/drivers/L2triggerv5_v1_0/src/xl2triggerv5.c
73fc83d7dd8ec51c96cfbdd69924f46cac8097e3
[]
no_license
aabcompass/pdm_zynq_board
eb6bba0e87360c6eefb8e0e46d4952f51f50e7fe
603b0ac9b739b16ed2e56801643b3e9a81b9f014
refs/heads/master
2021-06-04T13:16:23.982866
2021-02-02T16:54:09
2021-02-02T16:54:09
100,538,431
1
0
null
null
null
null
UTF-8
C
false
false
5,733
c
// ============================================================== // File generated by Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC // Version: 2016.2 // Copyright (C) 1986-2016 Xilinx, Inc. All Rights Reserved. // // ============================================================== /*******************...
[ "aabcad@gmail.com" ]
aabcad@gmail.com
90c1f75ea225b3606c93b23c38138b7e6b35d343
fbbcde6215fc12b840e6d0c91313facb9267bdf1
/implementation.h
dd383997d2c8ebfddb49d2cf8b5da77e4c048cec
[]
no_license
priya1927/Stationery_Project_in_C
99ef5644ca1220fc0743cc1b2d882db48f5b1c65
6f4d41c64f7f6fbd29afd3547bc3716898059141
refs/heads/master
2023-07-12T20:55:05.685036
2021-08-26T14:55:44
2021-08-26T14:55:44
null
0
0
null
null
null
null
UTF-8
C
false
false
421
h
struct product_details { char category[50],sub_category[50],prod_name[50]; int prod_id; float price; }; typedef struct product_details products; int login(); void display_products(FILE *fp); int validation(char name[]); int insert_products(FILE *fp,int pid); void billing_name(FILE *fp); void display_bill(float); v...
[ "mca.1927@unigoa.ac.in" ]
mca.1927@unigoa.ac.in
a6f7e89eb8dbd3450dd87a0a55b419526446a34b
837a57c8a4729dc75fbb89263c4f67a7eb10c67a
/aula20171005/ptr7.c.c
41a8c8c3e441c95e50cc6af7608864e72668adfd
[]
no_license
victorbarcelos0/mtp
fbe5b8a9757cd58c104b4bc2f8237fe95d0b46e3
17c7b71a419afb25ea36309569f2caa13d519146
refs/heads/master
2021-01-23T21:21:42.530554
2017-12-13T20:51:12
2017-12-13T20:51:12
102,894,447
0
0
null
null
null
null
UTF-8
C
false
false
261
c
#include <stdio.h> #include <stdlib.h> int main() { int string[4]; int a; for(a = 0; a < 4; a++) { string[a]= 0; } int *ptr; printf("Digite os elementos do codigo: \n"); for(a = 0 ; a < 4; a++) { scanf("%d", &string[a]); } ptr = string; printf("%s ", ptr ); }
[ "victor_ab45@hotmail.com" ]
victor_ab45@hotmail.com
f39a87c387c14b5a3034620f12c71781d5806817
6b53372edb28341e5314e0939700e607063654ef
/src/fireengine.native.player/src/imgui/imgui_impl_bgfx.h
5fa889b544e2fc133e8f007e8856a449e9cb855e
[ "MIT" ]
permissive
iamkevinf/FireEngine
a4d571eccb320ed75787bc31457940c86f755849
abf440f7a1e5596165b08fcc691ce894dfe2faef
refs/heads/master
2022-12-17T23:20:15.019484
2020-09-15T05:15:44
2020-09-15T05:15:44
282,367,530
1
0
null
null
null
null
UTF-8
C
false
false
539
h
#pragma once #include <imgui.h> #include "bx/allocator.h" #define IMGUI_FLAGS_NONE UINT8_C(0x00) #define IMGUI_FLAGS_ALPHA_BLEND UINT8_C(0x01) void ImGui_Implbgfx_Init(); void ImGui_Implbgfx_Shutdown(); void ImGui_Implbgfx_NewFrame(); void ImGui_Implbgfx_RenderDrawData(ImDrawData* draw_data); ...
[ "fyc@time-vr.com" ]
fyc@time-vr.com
92faaaad27cf5e78c81dc21645e6a7d65b060d6e
0aef26863f142bef75a0e4aaf7da76fc95e3d8ae
/crypto_sign/gemss128v2/ref/dotProduct_gf2n.h
3d4d01a7055b7dbba9dbd4fb8be6ccc8daee5499
[]
no_license
jedisct1/supercop
94e5afadc56ef650d7029774a6b05cfe2af54738
7c27338ee73a2bd642ba3359faaec395914175a2
refs/heads/master
2023-08-02T20:12:39.321029
2023-05-30T03:03:48
2023-05-30T03:03:48
179,046,113
23
2
null
null
null
null
UTF-8
C
false
false
962
h
#ifndef _DOTPRODUCT_GF2N_H #define _DOTPRODUCT_GF2N_H #include "prefix_name.h" #include "tools_gf2n.h" #include "arch.h" #include "parameters_HFE.h" #include "macro.h" /* Really important include for the definition of __TRINOMIAL_GF2N__ and __PENTANOMIAL_GF2N__ */ #include "rem_gf2n.h" /* Choice the best dotPro...
[ "github@pureftpd.org" ]
github@pureftpd.org
b036a01da66c7f2e30b4edd32d85551252f16a13
f026cb616ef14bae15a1d251ca6dbe0f55016d9c
/linux/5222.c
d89efc520f313c78b69b4866023fc3074ea01394
[]
no_license
jajajasalu2/cocci-lkmp-c-files
3eb7d451929dca5cb6beb56aabd69fe3f7fc176c
5da943aabe1589e393a131121dbf8e7a84b3cf2a
refs/heads/master
2020-12-02T17:30:14.411816
2020-01-29T08:36:30
2020-01-29T08:36:30
231,053,574
1
0
null
null
null
null
UTF-8
C
false
false
1,980
c
cocci_test_suite() { u32 cocci_id/* drivers/ata/sata_uli.c 93 */; struct ata_link *cocci_id/* drivers/ata/sata_uli.c 93 */; struct uli_priv *cocci_id/* drivers/ata/sata_uli.c 89 */; struct ata_port *cocci_id/* drivers/ata/sata_uli.c 87 */; unsigned int cocci_id/* drivers/ata/sata_uli.c 87 */; const struct ata_por...
[ "jaskaransingh7654321@gmail.com" ]
jaskaransingh7654321@gmail.com
9955bea407507bcffd7b5bd9a6dafde5128f510e
bb224a2c26664fd68c5a888ff825720ef416f3d7
/18CSE074/19-Shortest Path.c
a054ad1c02d9b21b45871745fdcb356355fb5614
[]
no_license
nahidislam75/data_exam
27dc0361f534bc14f57854cb07eb0d431eb13baf
d484186a607f028880338f68523a09d2a6166c62
refs/heads/main
2023-08-29T04:34:06.358782
2021-11-07T07:35:21
2021-11-07T07:35:21
425,440,617
0
0
null
null
null
null
UTF-8
C
false
false
1,277
c
#include<stdio.h> #include<conio.h> #define INFINITY 9999 #define MAX 10 void dijkstra(int G[MAX][MAX],int n,int startnode); int main() { int G[MAX][MAX],i,j,n,u; printf("Enter no. of vertices:"); scanf("%d",&n); printf("\nEnter the adjacency matrix:\n"); for(i=0;i<n;i++) for(j=0;j<n;j++) scanf("%d",&G[i][j]); printf...
[ "nahidnahid63@gmail.com" ]
nahidnahid63@gmail.com
53183aefb0ebdbe88c37a5978b1f38c49b6fc647
e60bc336f63ea1b80e3e7eee2f991596b406bf1d
/modules/kull_m_crypto_ngc.c
3e71980846c5250743ea62b06e7572d4116eccd9
[ "CC-BY-4.0" ]
permissive
sergey-cheperis/mimikatz-staticlib
b7ea608ea1f0476be8d771408d4021ebfc3a3488
82df6144177fd62c46f99d58562625f3d0c70944
refs/heads/master
2022-02-16T20:38:09.169683
2022-02-09T23:15:12
2022-02-09T23:15:12
113,077,128
13
2
null
null
null
null
UTF-8
C
false
false
11,231
c
/* Benjamin DELPY `gentilkiwi` https://blog.gentilkiwi.com benjamin@gentilkiwi.com Licence : https://creativecommons.org/licenses/by/4.0/ */ #include "kull_m_crypto_ngc.h" BOOL kull_m_crypto_ngc_keyvalue_derived_software(PBYTE pbLabel, DWORD cbLabel, PBYTE pbContext, DWORD cbContext, LPCBYTE Key, DWORD cbKey...
[ "benjamin@gentilkiwi.com" ]
benjamin@gentilkiwi.com
82f844de9de9e553b8a66d47d68055675fec6996
922cd1d0ec613202a41ad9d4203f50233a849c2e
/rec_conv/dfconv.c
09cd6d2cbce8abf011c385c0abbcb15f7e7ac4b9
[]
no_license
thegooglecodearchive/dolread
78d3bb6e4a78a25dc2b8044dee07286c227c5603
1755eef5a6b235b227f2797f0d733d96726ab509
refs/heads/master
2021-01-17T17:05:07.858781
2008-10-20T09:16:43
2008-10-20T09:16:43
35,416,917
0
0
null
null
null
null
UTF-8
C
false
false
17,291
c
#include <stdio.h> #include <string.h> #include "dfconv.h" int dfConvert( char * Buffer, int iLen ) { int in_label=0; int in_script=0; int in_style=0; int in_pre=0; int iPos,iPointer; char c; iPos=iPointer=0; while( iPointer < iLen) { if (! in_pre) { //only keep spaces when not in <...
[ "guohong.liu@c141cb00-9e7c-11dd-a29e-e3fa11317253" ]
guohong.liu@c141cb00-9e7c-11dd-a29e-e3fa11317253
690fa561f2efbe9ed0e8773ad5b0596f7f7d40bf
75859787b3eb1fc054b5df82c26bc261421d47e0
/3rdparty/genFiles/PresenceAntennaPort1.c
e0db7b5051fcbdfca81036d909c75f68cc0c85d5
[]
no_license
aa7133/RRC
e118b3d769abff4b0b42d7511530f7b1cc29d09e
955c1ceadebf97d21306f3c083b5f38a24838da4
refs/heads/master
2020-12-10T10:45:56.892861
2020-01-26T13:02:20
2020-01-26T13:02:20
233,563,734
0
1
null
null
null
null
UTF-8
C
false
false
1,016
c
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "EUTRA-RRC-Definitions" * found in "../asnFiles/36331-f60-ASNfunctions.asn" * `asn1c -fcompound-names -findirect-choice -fincludes-quoted -fno-include-deps -gen-PER -no-gen-OER -D.` */ #include "PresenceAntennaPort1.h" /* * This typ...
[ "aa7133@att.com" ]
aa7133@att.com
f2a50517cf7347fc0b0560dea0cac12939335fc3
f026cb616ef14bae15a1d251ca6dbe0f55016d9c
/linux/10239.c
c1f765fddce304c34dcd2d3eb685acafe93c1919
[]
no_license
jajajasalu2/cocci-lkmp-c-files
3eb7d451929dca5cb6beb56aabd69fe3f7fc176c
5da943aabe1589e393a131121dbf8e7a84b3cf2a
refs/heads/master
2020-12-02T17:30:14.411816
2020-01-29T08:36:30
2020-01-29T08:36:30
231,053,574
1
0
null
null
null
null
UTF-8
C
false
false
1,005
c
cocci_test_suite() { int __init cocci_id/* drivers/pcmcia/sa1100_generic.c 98 */(struct device *dev); struct pcmcia_low_level cocci_id/* drivers/pcmcia/sa1100_generic.c 91 */; const socket_state_t *cocci_id/* drivers/pcmcia/sa1100_generic.c 86 */; struct soc_pcmcia_socket *cocci_id/* drivers/pcmcia/sa1100_generic.c...
[ "jaskaransingh7654321@gmail.com" ]
jaskaransingh7654321@gmail.com
96f9aa7f211f6915e2d4e1d9a840c42c49baaa84
7c7bb505f6161b2a6ebff0793809e9febc51e331
/XTCommon/XTCommon/Other/Tool/NHDefaultHeader.h
3a1e36419ed40b7f20e6a63e1e9314ba907f0cc4
[]
no_license
summer87279149/XTCommon
d2aa6aedfe25db13a857dd25c6118891454e9447
d72a756085ac9fe8188479bd49d3980f18e6252b
refs/heads/master
2021-01-18T01:12:24.847950
2017-03-06T09:21:54
2017-03-06T09:21:54
68,684,952
0
0
null
null
null
null
UTF-8
C
false
false
3,078
h
// // NHDefaultHeader.h // NeiHan // // Created by Charles on 16/8/30. // Copyright © 2016年 Charles. All rights reserved. // #ifndef NHDefaultHeader_h #define NHDefaultHeader_h typedef NS_ENUM(NSUInteger, NHHomeAttentionListType) { /** 推荐的关注列表*/ NHHomeAttentionListTypeRecommend, /** 当前用户的关注用户列表*/ ...
[ "1033948449@qq.com" ]
1033948449@qq.com
3d4b3dc59925ee9715eda39434fca1cc459c6323
75851e08f143088d9f8542f95025a79b7b0c4e68
/EVK1100_Interface/testApps/usb/avr153/AtUsbHid/AtUsbHid.h
785df07cdeaf7866eabce4075445ec0d4915f3ad
[]
no_license
ipupiara/rustLight
e909f86be5f8052796736748c1b4695a5efbeec0
bdab207afc11865e9776e556a4b724b6c75bc14b
refs/heads/master
2021-01-18T23:59:49.733941
2020-01-10T22:45:45
2020-01-10T22:45:45
51,001,123
0
0
null
null
null
null
UTF-8
C
false
false
5,420
h
#ifndef _ATUSBHID_H_ #define _ATUSBHID_H_ // Error codes. #define ERROR_USB_DEVICE_NOT_FOUND 0xE0000001 #define ERROR_USB_DEVICE_NO_CAPABILITIES 0xE0000002 // name of the DLL to be loaded #define AT_USB_HID_DLL "AtUsbHid" // Implement the DLL export/import mechanism and allow a C-written progra...
[ "peter.niederer@sonnenkinder.org" ]
peter.niederer@sonnenkinder.org
1ce3776426c568d0bab5d78b06f1b3aadfa20301
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/net/netlabel/extr_netlabel_calipso.c_calipso_doi_getdef.c
b5aa4b65e6144cf69720cf3b42667ed1181075da
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
876
c
#define NULL ((void*)0) typedef unsigned long size_t; // Customize by platform. typedef long intptr_t; typedef unsigned long uintptr_t; typedef long scalar_t__; // Either arithmetic or pointer type. /* By default, we understand bool (as a convenience). */ typedef int bool; #define false 0 #define true 1 /* Forward d...
[ "brenocfg@gmail.com" ]
brenocfg@gmail.com
367a8e3c3b6fd3ad474f1a5bc4fa76c8dd4c7021
06a65fcca7078ee28e3eaf42a191fecb5bdbfaec
/GTK/user/apps/nvram/include/sysdep.h
0e0929d737786238c0793a75a1a5d13ca7d41a84
[]
no_license
cmtsij/Vizio_XWR100_GPL
1ee10c2f48c13cfa4f6ece61b28c73dceff93839
e0b5d08ea08fd23400b4e85d772f83dcf16d999a
refs/heads/master
2016-09-06T16:12:36.436451
2013-04-22T15:19:22
2013-04-22T15:19:22
9,601,496
2
4
null
null
null
null
UTF-8
C
false
false
1,460
h
/******************************************************************** * Mini-RADIUS Server 1.0 * * * * This server is intended to used in embedded system, * * so just make as simple as it can....
[ "cmtsij@gmail.com" ]
cmtsij@gmail.com
41f9d244afb314d66db31341b5b645132f6d5232
bc51ff0dcc62a573b8d2ceb4681b4e7ce717a6cc
/4.4.c
79cc28f2b01c2ea90f6ad19155464042d4f700f7
[]
no_license
a839629067/c
b6ce17345a926b3b4fd5fb794e155cfd0a09a27e
bd4d74382540dccf2164e318fa3d16487dad8837
refs/heads/main
2023-04-04T06:26:18.311508
2021-04-14T10:02:38
2021-04-14T10:02:38
357,775,672
1
0
null
null
null
null
UTF-8
C
false
false
905
c
#include <stdio.h> int prime(int i) { int j; if (i<=1) return 0; if (i==2) return 1; for (j=2;j<i;j++) { if(i%j==0) return 0; else if(i==j+1) return 1; } } int plalindrome(int p) { int lennum=0,z; z=p; while(z) ...
[ "noreply@github.com" ]
a839629067.noreply@github.com
4d70dc40d3adce44fd3a29eba6bd83310e80c823
88348f536e3e9a619caa2d3783a6da23ea1c9301
/timer/t.c
5161fb4e506d0b6c9375164d6fb0adcbbad60c22
[]
no_license
zapat0s/CptS460
c718b7dd62248ba3c69f2c4b96bdd487c6e86e37
daded94fadfefa9934554368a048b0ae4808c232
refs/heads/master
2016-09-05T17:50:22.974209
2013-12-06T22:40:12
2013-12-06T22:40:12
null
0
0
null
null
null
null
UTF-8
C
false
false
4,387
c
/*********** MTX Multitasking System ************/ /*********************************************************** #define NULL 0 #define NPROC 9 #define SSIZE 1024 #define NQUEUE NPROC // at most NPROC ready queues #define FREE 0 // proc statuc #define READY 1 #define SLEEP 2 #define ZO...
[ "zer0zapat0s@gmail.com" ]
zer0zapat0s@gmail.com
38c7ed2fc211ae2620771f78569ef171c647f3bd
b2ce9a394c82a891842620f61f0fd1b3dded4458
/SYSTEMS/chat_program/server.h
ae4540c191675af02adf8fa6a551a37726b29b55
[]
no_license
angela97lin/Senior-Year-Projects
00fc3ef1eef330b64ebfa42d0b2929c8e956098e
63ec99bf001704a1649225e9f9aab78e19447104
refs/heads/master
2020-07-10T03:59:46.404984
2016-02-02T20:55:57
2016-02-02T20:55:57
26,330,583
0
0
null
null
null
null
UTF-8
C
false
false
680
h
#ifndef SERVER_H #define SERVER_H #include <stdlib.h> #include <stdio.h> #include <sys/socket.h> #include <sys/types.h> #include <string.h> #include <netinet/in.h> #include <sys/ipc.h> #include <sys/shm.h> #include <unistd.h> #include <fcntl.h> #include "linkedlist.h" #include <errno.h> #define MAX_USERS 256 #define...
[ "angela97lin@gmail.com" ]
angela97lin@gmail.com
8440c5d2030618285df2c1a9c0e5641fe17233c7
cb13b99c0fa0304f9b67540f061cab246ed3db0b
/sprint10/t01/src/main.c
637a2954d6532aef291482ebf96be3337988765f
[]
no_license
arni30/myCodes
bf065022d44617eadbffae9fd7c7d7cf0a1a196b
1e2a5cedc8dbd5ff95509cf6bb5a9889d509a64b
refs/heads/master
2020-07-26T00:50:11.342655
2020-06-17T10:04:55
2020-06-17T10:04:55
208,476,537
1
0
null
2019-12-12T18:45:54
2019-09-14T17:22:46
C
UTF-8
C
false
false
732
c
#include "mx_cp.h" #include <fcntl.h> int main(int argc, char **argv){ if(argc == 3) { if(open(argv[1], O_RDONLY, 0) == -1){ for(int i = 0; mx_strchr(argv[0],'/'); i++) { argv[0] = mx_strchr(argv[0],'/'); argv[0]++; } write(2, argv[0], mx...
[ "oarnopolin@e2r9p2.unit.ua" ]
oarnopolin@e2r9p2.unit.ua
d214af2a9a6c344b24f6ca544dcb0dec44a82368
b65a7535f7f5363396eadc56e50a8cd029ad63b0
/LUGE2/Temp/il2cppOutput/il2cppOutput/UnityEngine_UI_UnityEngine_UI_CoroutineTween_TweenRunner_1_gMethodDeclarations.h
80c9e2e033ff609b485ee5e745708318f1b45c1a
[]
no_license
Folofl/L-U-G-E_final
8916b3f5a7a9cfc39bad39163b602fc27213933a
d4a6c3f18d9b13e75beb60e6e2274638546d7ae0
refs/heads/master
2021-01-18T01:23:48.069619
2015-12-15T16:22:46
2015-12-15T16:22:46
48,052,044
0
0
null
2015-12-15T15:35:49
2015-12-15T15:35:48
null
UTF-8
C
false
false
2,435
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> // UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.FloatTween> struct TweenRunner_1_t6_73; // System.Collections.IEn...
[ "jslavitz@gmail.com" ]
jslavitz@gmail.com
6f8d89ee4de89cc43cda09b0466410424027a8af
a78b4255c76bb1e292c17c86a50816473dfd6006
/src/inttypes/PRIxFAST32.h
1ef38020549365f468fd1de446fa9ee0c25f28ac
[ "MIT" ]
permissive
ung-org/libc
be61b73696766d8ca003dd3e2e94d57ea695e151
55fc64c7ffd7792bc88451a736c2e94e5865282f
refs/heads/master
2022-12-01T22:24:51.479128
2020-08-17T19:39:58
2020-08-17T19:39:58
null
0
0
null
null
null
null
UTF-8
C
false
false
123
h
#include <inttypes.h> #define PRIxFAST32 "lx" /* STDC(199901) */
[ "jkk@ung.org" ]
jkk@ung.org
bcca87b2a1e21ff73f8bdf00ec498a1e4659cee2
4a4c1dcd29abe87745bb30adfbdf5205eb39f3b5
/havok/Source/Physics/Vehicle/hkpVehicle.h
bd89c601ed0425f5b320a9968d16314ae3922276
[]
no_license
Hengle/ThirdParty
e7c4d794088712ec88bcea28a27f3acb71b6208c
a7ebed87d43e9cc58ec50836a2cc747bc539fd93
refs/heads/master
2023-03-16T04:24:59.905476
2014-01-20T16:54:54
2014-01-20T16:54:54
null
0
0
null
null
null
null
UTF-8
C
false
false
1,386
h
/* * * Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's * prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok. * Product and Trade Secret source code contains trade secrets ...
[ "evg.gamedev@gmail.com" ]
evg.gamedev@gmail.com
d26a9ded018f3213ac34c9524561802d1da4ead3
fc0bf57a5254099696620e07072859676648525d
/src/C/corecrypto/ccaes/src/intel/vng_aesPriv.h
e3e07d15da1dd45da69ff3e3ff0c04980e006596
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
randombit/hacrypto
0a5db642fda9b43a004cf9fedd783924176af575
487dc32b4425e668ae86f0ce058641cac6f0d049
refs/heads/master
2020-12-26T02:32:07.225839
2016-01-08T16:58:30
2016-01-08T16:58:30
49,398,063
1
0
null
2016-01-11T02:52:07
2016-01-11T02:52:06
null
UTF-8
C
false
false
7,941
h
/* * Copyright (c) 2012,2015 Apple Inc. All rights reserved. * * corecrypto Internal Use License Agreement * * IMPORTANT: This Apple corecrypto software is supplied to you by Apple Inc. ("Apple") * in consideration of your agreement to the following terms, and your download or use * of this Apple software con...
[ "kiniry@galois.com" ]
kiniry@galois.com
47c5de6bac789d5f2dc4b6af5cfa0f0c28031ef9
ea4e3ac0966fe7b69f42eaa5a32980caa2248957
/download/unzip/apache_mod_php/apache_mod_php-44.2/php/ext/pdo/pdo_dbh.c
879d0ead9d772072783c3e5f306b161add23f0f6
[]
no_license
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
47,951
c
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | Copyright (c) 1997-2008 The PHP Group | +--------------...
[ "hyl946@163.com" ]
hyl946@163.com
8b90870c05d3a1b4fca755587b10d5cc7068063e
9711886b74cb605c3c151cb203455826667e9a63
/shell/x_net.c
9635bfe28d8ec70f2f94a755904de46a53261d22
[]
no_license
rickyzhang82/xinu
877fb93b738e26f5ac5e9e9c41483fed37f0389e
adb7bf03a706516e3af5cc413a68dd8ccb3ae11a
refs/heads/master
2020-09-06T07:58:37.898223
2019-11-08T02:25:35
2019-11-08T02:25:35
220,370,171
2
0
null
null
null
null
UTF-8
C
false
false
11,133
c
/* x_net.c - x_net */ #include <conf.h> #include <kernel.h> #include <network.h> #include <asn1.h> #include <snmp.h> #include <mib.h> #include <io.h> #include <sem.h> #include <q.h> #include <mark.h> #include <ports.h> /*#define PRINTSEMS*/ static int noarg(), iarg(); static int parg(int stdout, int stderr); static ...
[ "rickyzhang@gmail.com" ]
rickyzhang@gmail.com
9c9e92dd176e1e78adf59b414753b40f1a2f3e2c
19eb97436a3be9642517ea9c4095fe337fd58a00
/private/windows/media/avi/compman/debug.h
47049ecab7a11990942ca8579304f04a3458224b
[]
no_license
oturan-boga/Windows2000
7d258fd0f42a225c2be72f2b762d799bd488de58
8b449d6659840b6ba19465100d21ca07a0e07236
refs/heads/main
2023-04-09T23:13:21.992398
2021-04-22T11:46:21
2021-04-22T11:46:21
360,495,781
2
0
null
null
null
null
UTF-8
C
false
false
5,669
h
//==========================================================================; // // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY // KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE // IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR // PURPOSE. ...
[ "mehmetyilmaz3371@gmail.com" ]
mehmetyilmaz3371@gmail.com
8283d0cccb85198d162d022e1cadedff9f811c63
919e091f9adde2d0933ca98e89aef7b87b15b3cb
/include/POOF/poof_log.h
4b6af8ef107482395926edf604b6ca6cf88bbd9f
[ "MIT" ]
permissive
NrdyBhu1/poof
1eb3768e4d4113a300dad81edab25c2638485dee
5536e64098b3374d245a8c8389fb8628f5f709bf
refs/heads/master
2023-07-19T04:57:46.820685
2021-08-31T14:04:15
2021-08-31T14:04:15
391,371,984
3
0
MIT
2021-08-31T14:04:16
2021-07-31T14:01:14
C
UTF-8
C
false
false
302
h
#ifndef POOF_LOG_H_ #define POOF_LOG_H_ #if defined(__cplusplus) extern "C" { #endif typedef enum { LOG_DEBUG = 0x00, LOG_WARN, LOG_ERROR, LOG_FATAL } POOF_LogLeveL; extern void poofLog(POOF_LogLeveL log_level, const char* message); #if defined(__cplusplus) } #endif #endif // POOF_LOG_H_
[ "NrdyBhu1@gmail.com" ]
NrdyBhu1@gmail.com
47a9ce2c2cc6334efd79ff15effb45c913de4a4e
1d6bb40d070f75ee057b5af0b8d5faabc4cfecb8
/Week7/20210527/IntStack.c
bf79c8fe07e5d6a259b62ab59f3be596751a080f
[]
no_license
0giru/AR_AI_GameClass
9418b96fb052604b33852b3eafb69f60168f9c88
e4e9d2b45d04e2e6f50cd4afbbfaac48175819f6
refs/heads/master
2023-05-26T22:39:46.248870
2021-06-11T08:49:46
2021-06-11T08:49:46
357,452,333
0
0
null
null
null
null
UHC
C
false
false
1,608
c
#include "IntStack.h" int InitStack(IntStack *s, int max) { s->stk = (int *)malloc(sizeof(int) * max); s->ptr = 0; s->max = max; } int Push(IntStack *s, int x) { if (IsFullStack(s) == 0) { return -1; } else { s->stk[s->ptr] = x; s->ptr += 1; return 0; } } int Pop(IntStack *s, int *x) { if (IsEmptyStack...
[ "dusrlf2003@naver.com" ]
dusrlf2003@naver.com
22481a0a84bfcadb07f005b8380daba3c8ef7c1f
6b14b869dd5a2bf07d2744838ccd81a59c43cc63
/gainos/uTenux/lib/libtk/src/fastmlock.c
464c49c911104979cf60e4d5561f59ab31278771
[]
no_license
hello-yaowq/GaInOS_Based_On_uTenux-tkernel
76532dd0adecf0103310b06a8e2fe633b3560fc8
456cff58eaa5f73fd43127365d971da056751951
refs/heads/master
2020-05-08T23:04:07.550791
2013-05-04T09:16:18
2013-05-04T09:16:18
null
0
0
null
null
null
null
UTF-8
C
false
false
3,259
c
/* *---------------------------------------------------------------------- * micro T-Kernel * * Copyright (C) 2006-2008 by Ken Sakamura. All rights reserved. * micro T-Kernel is distributed under the micro T-License. *---------------------------------------------------------------------- * * Version...
[ "parai@foxmail.com" ]
parai@foxmail.com
49a853f707993ed257a1a179e04e9f85bda380cd
bbfb43f8a61afbacb7c7e30a58e6027a7909157b
/clib-multigpu/image/boundingbox.c
fb251ed238159fa7e66c0c3838d6d05272111260
[ "Apache-2.0" ]
permissive
jianglili007/Crossbow
09d44ea8ba0610836e7dc79f1240fcbff596f5d3
d4441b35315f9f7d48293fe81faaf21e1ca48002
refs/heads/master
2022-12-28T22:59:33.818693
2019-08-28T05:06:00
2019-08-28T05:06:00
null
0
0
null
null
null
null
UTF-8
C
false
false
935
c
#include "boundingbox.h" #include "../memorymanager.h" #include "../debug.h" #include "../utils.h" crossbowBoundingBoxP crossbowBoundingBoxCreate () { crossbowBoundingBoxP p = NULL; p = (crossbowBoundingBoxP) crossbowMalloc (sizeof(crossbow_bbox_t)); p->xmin = -1; p->ymin = -1; p->xmax = -1; p->ymax = -1; ret...
[ "a.koliousis@imperial.ac.uk" ]
a.koliousis@imperial.ac.uk
db4aebe6a14486a97e65f5c5de5f2d33f65391f4
caf129737e234d1f09f71c7ed6025644d53e8f88
/fichier.c
82732a50599a4b9bb779728f8029e32276162a50
[]
no_license
dorianb/Minesweeper
5cafdb6ec087235fa2bb682eb4837e69b16bcc2f
caf4475c7bedb703b1dfcb17c90af4659bf7f681
refs/heads/master
2021-03-12T19:55:19.525495
2016-09-16T20:33:02
2016-09-16T20:33:02
16,643,129
0
0
null
null
null
null
ISO-8859-1
C
false
false
7,178
c
#include "main.h" //fonction permettant de lire le nom du fichier saisi par l'utilisateur char* lireNomFichier(char* nomfichier,char* format) { //ressources char* ch=NULL; FILE* fp=NULL; //lire le nom du fichier nomfichier=question_ouverte("Comment souhaitez-vous nommer votre fichier ?",nomfichier)...
[ "bagur@ece.fr" ]
bagur@ece.fr
61a95ea4b49fcaeb75f051bba8470733cf1fff8b
e4bfafbdf9cfa3f4bde73277adb359e1e1f3d40d
/src/h_tree.c
b671cf66fa776f40156eb137e91c194618fb60f4
[]
no_license
DnMllr/huffman-encoding
647a011bdec27bceb719eacd244c356b4040aa66
4ffadafc164907260c3b5884506399bc58f94507
refs/heads/master
2021-03-12T20:09:10.719222
2015-07-08T22:33:13
2015-07-08T22:33:13
38,731,487
0
0
null
null
null
null
UTF-8
C
false
false
1,711
c
#include <stdlib.h> #include <assert.h> #include "a_vec.h" #include "h_tree.h" typedef struct Tree_Queue_ { H_Tree * tree; struct Tree_Queue_ * next; } Tree_Queue; int t_q_len ( Tree_Queue * head ) { int res = 0; while ( head->next ) { res++; head = head->next; } retur...
[ "me@dnmllr.io" ]
me@dnmllr.io
2b10131f0fbc58e82ce5ab283c822963f0afe03f
84544131b64b6727598f87afd5ef61af6374f2e5
/programs/Xserver/Xprint/raster/Raster.h
b37ac418ff7aebff52414c4de45942d8fea0ba96
[]
no_license
rickgaiser/xfree86-ps2
87e3a1a71bb659ed93cb316d2533a80a281d9a1a
1548767ecf7d211eef424505ef6879c5496be9e9
refs/heads/master
2020-12-31T07:55:31.766127
2015-10-07T09:21:02
2015-10-07T09:21:02
43,805,007
2
0
null
null
null
null
UTF-8
C
false
false
3,663
h
/* $XConsortium: Raster.h /main/2 1996/11/16 15:26:32 rws $ */ /* (c) Copyright 1996 Hewlett-Packard Company (c) Copyright 1996 International Business Machines Corp. (c) Copyright 1996 Sun Microsystems, Inc. (c) Copyright 1996 Novell, Inc. (c) Copyright 1996 Digital Equipment Corp. (c) Copyright 1996 Fujitsu Limited (c...
[ "rgaiser@gmail.com" ]
rgaiser@gmail.com
7b099f24aedc6becdb9195e3f01c0eaf18ff98d7
195492d547589d2dda38284c1396f4422f50d738
/DPro.c
2be8c4820c4947c64daa9701430c6779ccee96a1
[]
no_license
drodevilosun/AI
e3ffaeacdad3e0494beca2d4399892688d2559ee
84ba308b5a3c4efc9309281bacfb610887ddf6f8
refs/heads/master
2022-03-10T10:30:34.582412
2022-02-18T01:35:40
2022-02-18T01:35:40
125,957,427
0
0
null
null
null
null
UTF-8
C
false
false
1,181
c
Weibsite pratice ML with Python: https://pythonprogramming.net/machine-learning-tutorial-python-introduction/ Refs the answer: - https://www.quora.com/Where-can-I-start-learning-how-to-use-TensorFlow - https://www.quora.com/How-do-I-learn-Machine-Learning-in-10-days - https://www.quora.com/What-is-a-programmers-life-l...
[ "noreply@github.com" ]
drodevilosun.noreply@github.com
5b9044ef6669170ffc27c9c57788449ee212d151
e72f18f267c16d7aa6d61b4dbdc88522f6eb3bfa
/tests/binaries/src/hello.c
db75176e83cee68cb0cd7f0baede6b37e5a107cd
[ "MIT" ]
permissive
chubbymaggie/dispatch
7463657851828f2ce5457d23f4de9917461f3ca5
5a8f3eece1a7511e1c0b204704ff58675af9a0e6
refs/heads/master
2021-01-13T13:19:49.276826
2018-04-26T11:27:29
2018-04-26T11:27:29
72,657,876
0
0
MIT
2018-04-26T11:27:30
2016-11-02T16:13:20
Python
UTF-8
C
false
false
92
c
#include <stdio.h> int main() { int a = 1000000; a += 10000; printf("Hello World\n"); }
[ "computerfreak97@gmail.com" ]
computerfreak97@gmail.com