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
c0c7d9421f4c75d91bce732199d2ebf2ff19bcd1
19de6de927a61a5c23a6075b37c758609336c004
/AZ3166/tests/AzureIotHubExample/azure_iot_hub.h
214cdb0f1433f9b286e6c25daae5fb37a8489586
[ "MIT" ]
permissive
jbobotek/devkit-sdk
e68e7be2fea6b86d24c91dd4c6dded12080afa25
023f81b1f7b617669b4b73ad0fe0567651f41175
refs/heads/master
2020-05-21T11:55:40.846688
2019-05-28T21:45:00
2019-05-28T21:45:00
186,042,317
0
0
NOASSERTION
2019-05-15T18:52:24
2019-05-10T19:17:42
C
UTF-8
C
false
false
264
h
#include "iothub_client.h" #include "iothub_message.h" #include "azure_c_shared_utility/threadapi.h" #include "azure_c_shared_utility/crt_abstractions.h" #include "azure_c_shared_utility/platform.h" #include "iothubtransportmqtt.h" #include "azureiotcerts.h"
[ "arthma@microsoft.com" ]
arthma@microsoft.com
02ca88f8b3c1a3d75eb9c3254f8bbe122a9044eb
e8379cce4c3d330b863ae1672d5a1a8f17f0d49c
/baekjoon/p2742.c
8c54413ad853362aeb9f8ff1695ae564fbf64995
[]
no_license
JunsuLime/algorithm-student
a15cbde4f8dc875f9f53e39bd856918f623c6168
2c111688ba1d5bead249aba2b180159beebebf2b
refs/heads/master
2023-08-31T08:32:04.203327
2019-01-28T14:02:03
2019-01-28T14:02:03
null
0
0
null
null
null
null
UTF-8
C
false
false
179
c
#include <stdio.h> int main() { unsigned int i = 0; unsigned int n; scanf("%d", &n); for (i = n; i > 0; i--) { printf("%d\n", i); } return 0; }
[ "vfv0121@gmail.com" ]
vfv0121@gmail.com
658e3e4e0f1c3d383d36e7286c74f016b8c9d91e
b9a9944044508d265704ed39fade02f113b638d3
/src/include/parser/parser.h
a820bbef30a426cceb595224aca547e86ba3643e
[ "BSD-2-Clause" ]
permissive
sysdb/sysdb
d2f5ef2a9e0901c0dc4462b7d01167d342b192f1
1cdd09f260f6130eb7b486707b1816329c5979a7
refs/heads/master
2020-12-24T08:41:03.982553
2017-10-22T10:38:18
2017-10-22T10:38:18
14,842,322
33
5
null
2017-10-22T09:44:12
2013-12-01T16:51:45
C
UTF-8
C
false
false
5,599
h
/* * SysDB - src/include/parser/parser.h * Copyright (C) 2013-2015 Sebastian 'tokkee' Harl <sh@tokkee.org> * 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 ...
[ "sh@tokkee.org" ]
sh@tokkee.org
9713e42da33e40d3eba8dc240016a435e766172d
b6543213ddd95d5829af6b218298ae4e4fe4d0f7
/intersectarray.c
779bcd0eaee36388f49b5399c5a9a743d8b48a95
[]
no_license
Vanshika1304/APC-Practice
9eacddff2bce2fdc813b61cdd7974cc57502fa5b
e995afe4b6b75c11c3ccafc7ddafe6496f44a2ba
refs/heads/master
2020-06-25T17:52:26.172883
2020-01-23T13:29:38
2020-01-23T13:29:38
199,382,945
0
0
null
null
null
null
UTF-8
C
false
false
819
c
#include<stdio.h> int main() { int m,n; printf("Enter array 1 size: "); scanf("%d",&m); printf("Enter array 2 size: "); scanf("%d",&n); int i=0,j=0,k=0; int a[m],b[n]; int w; w=m>n?n:m; int res[w]; printf("Enter elements in array1:\n"); for(int x=0;x<m;x++) { ...
[ "vanshi1304@gmail.com" ]
vanshi1304@gmail.com
990bad01907d3c5581096a043d6348af9ca22a35
29a58cc2e95545ae25204c428b8d12083268485f
/include/GameItem.h
deea2fdfbed162fde1a6318c8d61cf9319a7714c
[]
no_license
MelinaThadea/This-Game
3b5b774a9593a3a0f5a72e7743cd31969f5f9bed
c09c311b8f516e5039784874f54235ddd6407062
refs/heads/master
2022-11-08T16:58:35.440775
2020-06-15T06:41:38
2020-06-15T06:41:38
272,282,503
0
0
null
null
null
null
UTF-8
C
false
false
223
h
#ifndef GAMEITEM_H_ #define GAMEITEM_H_ #include "GameObject.h"; enum class ItemType{Player,Fruit,Wall,Empty}; struct GameItem { ItemType type = ItemType::Empty; GameObject* obj = nullptr; }; #endif // ! GAMEITEM_H_
[ "s5119674@bournemouth.ac.uk" ]
s5119674@bournemouth.ac.uk
94e2c9c74d8b5eccba938e9ab452256803570783
70f63f6b356c665842e359469a89287106a5a754
/src/mudlib/d/simauria/comun/habitacion/nyne/bosque_nyne/g10.c
4c4b174009a8a69c154e434b285a8e3de5d70bb2
[]
no_license
DPrenC/endor-mud
2aebc7af384db692c7dbc6c0a0dbb3c600e93ecc
3ca7605715ce2c02734c68766470f5d581b9fc98
refs/heads/master
2021-01-21T18:53:26.493953
2017-05-21T23:04:36
2017-05-21T23:04:36
null
0
0
null
null
null
null
UTF-8
C
false
false
156
c
#include "path.h" inherit BOSQUE_NYN("c_nyne"); create(){ ::create(); AddExit("norte",BOSQUE_NYN("tienda04")); AddExit("sur",BOSQUE_NYN("tienda06")); }
[ "ea5gna@gmail.com" ]
ea5gna@gmail.com
74db0c55692c1db112d924fb1988fe59c1978087
421fea3ce763568f9cd90a34e7836a8b498f8cb9
/src/images/enemies/momiji/Momiji_05.h
a2a9c8ac5a1fa00be01db6c2971d6c1da731784c
[ "BSD-3-Clause" ]
permissive
Press-Play-On-Tape/GalaxyFighter_Pokitto
f2173be272e50960aaefc8ec2ee47409c54f7a8a
ce135d529f3ed53a4f7ee27e0efe2dbd06a5b29b
refs/heads/master
2022-06-26T11:32:40.615530
2020-01-27T23:02:47
2020-01-27T23:02:47
233,036,669
1
1
BSD-3-Clause
2020-01-22T09:19:47
2020-01-10T11:51:11
C
UTF-8
C
false
false
883
h
// Automatically generated file, do not edit. #pragma once const uint8_t Momiji_05[] = { 18, 17, 0x44,0x44,0x44,0x44,0x40,0x00,0x04,0x44,0x44, 0x44,0x44,0x44,0x44,0x40,0xee,0x00,0x04,0x44, 0x44,0x44,0x44,0x44,0x00,0x88,0xd7,0x04,0x44, 0x00,0x00,0x00,0x04,0x08,0x8c,0x76,0x04,0x44, 0x0e,0xee,0xee,0x00,0x08,0xd7,0x70,0x...
[ "simon@bloggingadeadhorse.com" ]
simon@bloggingadeadhorse.com
e0df92276146e4adf502c77302a7c7aaf54501ae
5ff6b034eee8a8ffef7c1aab53f29cdb26e7a480
/mt7615e/src/mt_wifi/embedded/common/txpower.c
e3c93bcdab1a977b6d901903938fc2b1d0fd6736
[]
no_license
schidler/driver
29bc2bc4290f3b323c7d9f83e06728551e06eb9d
fa1234b8622d678c2539652478538335fd9986d0
refs/heads/master
2020-06-16T08:41:21.868699
2017-06-27T03:34:17
2017-06-27T03:34:17
null
0
0
null
null
null
null
UTF-8
C
false
false
67,449
c
/* *************************************************************************** * Ralink Tech Inc. * 4F, No. 2 Technology 5th Rd. * Science-based Industrial Park * Hsin-chu, Taiwan, R.O.C. * * (c) Copyright 2002-2004, Ralink Technology, Inc. * * All rights reserved. Ralink's source code is an unpublished work a...
[ "chengwenping@xcloud.cc" ]
chengwenping@xcloud.cc
70a5642947212da17f5ed950b8e16840b08c7e10
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/c-litmus-HMC-Nidhugg/W+RW+WW+RR+dmb.sy+dmb.sylp+dmb.sy+L.c
cc7d63f1f196506bbf7f37c4479da977e1e906d8
[]
no_license
ashutosh0gupta/llvm_bmc
aaac7961c723ba6f7ffd77a39559e0e52432eade
0287c4fb180244e6b3c599a9902507f05c8a7234
refs/heads/master
2023-08-02T17:14:06.178723
2023-07-31T10:46:53
2023-07-31T10:46:53
143,100,825
3
4
null
2023-05-25T05:50:55
2018-08-01T03:47:00
C++
UTF-8
C
false
false
1,968
c
/* Copyright (C) 2023 ARM-CBMC * This benchmark is part of ARM-CBMC */ #include <assert.h> #include <pthread.h> #include <stdatomic.h> atomic_int vars[3]; int atom_1_X0_1; int atom_3_X0_1; int atom_3_X2_0; void *t0(void *arg){ label_1:; atomic_store_explicit(&vars[0], 1, memory_order_release); return NULL; }...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
e8016b93cb6ac7ae21900ac0e644906cb7152761
f49ee1362f2f1b21b7da4f81bd948ecf9df4bf5b
/pyisis/lib/bpf.c
84573fcfda9e2ae33886ea72e1663eb89c94062b
[ "Apache-2.0" ]
permissive
csb7929/pyisis
e161523c87e882be4292ea4b6710ff0bb55124ce
85ac02b438e824fe99ce97d095c362aec7c96d76
refs/heads/master
2023-04-16T12:55:08.059997
2019-04-20T09:18:18
2019-04-20T09:18:18
null
0
0
null
null
null
null
UTF-8
C
false
false
1,731
c
/* * Copyright (c) 2014 by Christian E. Hopps. * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
[ "chopps@gmail.com" ]
chopps@gmail.com
5923d2ef8fa91eeeeb616f62566a0e27a7279ef6
b71b8bd385c207dffda39d96c7bee5f2ccce946c
/testcases/CWE134_Uncontrolled_Format_String/s01/CWE134_Uncontrolled_Format_String__char_connect_socket_vprintf_14.c
9ebb8a8902976788afc94cfc90a4e3af600be64e
[]
no_license
Sporknugget/Juliet_prep
e9bda84a30bdc7938bafe338b4ab2e361449eda5
97d8922244d3d79b62496ede4636199837e8b971
refs/heads/master
2023-05-05T14:41:30.243718
2021-05-25T16:18:13
2021-05-25T16:18:13
369,334,230
0
0
null
null
null
null
UTF-8
C
false
false
12,026
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE134_Uncontrolled_Format_String__char_connect_socket_vprintf_14.c Label Definition File: CWE134_Uncontrolled_Format_String.vasinks.label.xml Template File: sources-vasinks-14.tmpl.c */ /* * @description * CWE: 134 Uncontrolled Format String * BadSource: connect_socket ...
[ "jaredzap@rams.colostate.edu" ]
jaredzap@rams.colostate.edu
4184b8ac2a76df63eb43199ffc86a57b73fff459
b970afcae0ca55dc8b9fc0c2fe8776fa196c4f89
/src/aar.c
54067c07df7ba5d9c3da469f22ac6a2bd4d27fff
[ "MIT" ]
permissive
JaapSuter/parg
22611bc92e9ba33b6802bb959dd00b1c02a7e241
877fe79a19079d6764d4010e732ff3dda91a8adf
refs/heads/master
2020-05-29T11:51:59.502984
2016-01-16T23:32:35
2016-01-16T23:32:35
45,494,813
0
0
null
2015-11-03T20:53:11
2015-11-03T20:53:11
null
UTF-8
C
false
false
2,350
c
#include <parg.h> #include <math.h> float parg_aar_to_tilerange(parg_aar rect, Vector2 size, parg_tilerange* range) { float e = PARG_MAX(size.x, size.y); Vector2 mapsquare = {e, e}; Vector2 mapmin = {e * -.5, e * -.5}; parg_aar sqrrect = parg_aar_stretch_to_square(rect); float mag = size.y / parg_a...
[ "philiprideout@gmail.com" ]
philiprideout@gmail.com
bd19e034168a9c8cb163bbb74332692a19b56837
3be416326180500f45bc75961eef25993fa4920f
/Content3/04SpeechProcessing/1Bunnell/libcu/stripext.c
2f0decae531d949cc0ec67c115f966b0952eeacf
[]
no_license
Salimlou/AudioAnecdotes
3526123767c7b97eedb9058ca77538bd731fe6a5
0a8a9b0d32e2217203107b5ad95bbda70179c84e
refs/heads/master
2021-01-16T20:40:03.909093
2007-04-23T04:27:27
2007-04-23T04:27:27
null
0
0
null
null
null
null
UTF-8
C
false
false
578
c
#include "libcu.h" DLL_PREFIX char *stripext(char *fn) { int j, k; /* * For our purposes, an extension is any part of a file basename after a period. * In case the filename is part of a longer pathname, we stop the search if we * run into a path delimiter before we find a period. This function treats either * fo...
[ "bunnell" ]
bunnell
e9d62269d470e27f3df180ef1d288395100f8265
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/openpilot/phonelibs/nanovg/extr_stb_truetype.h_stbtt__fill_active_edges_new.c
2d211a268f9f293e9a65940711abd8066b5679f7
[]
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
7,889
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
221fcf2d7fc63616b29215020f4fc3fef50ec1ae
23ef4c886a350712a482767f85615bf9465dd4a9
/team3_global.h
d8e3935e1d9957e0babad166f66e287385f78f37
[]
no_license
herebiohazarhackathon/team3_sample
e01767afc1cea3bbe459f208fde1e6aa89c82e76
1074f5489cd7dfccf0c6e71c2b7fb41759bede3d
refs/heads/master
2020-03-10T12:29:03.600519
2018-06-15T15:14:30
2018-06-15T15:14:30
129,379,929
0
1
null
null
null
null
UTF-8
C
false
false
228
h
#ifndef TEAM3_GLOBAL_H #define TEAM3_GLOBAL_H #include <QtCore/qglobal.h> #if defined(TEAM3_LIBRARY) # define TEAM3SHARED_EXPORT Q_DECL_EXPORT #else # define TEAM3SHARED_EXPORT Q_DECL_IMPORT #endif #endif // TEAM3_GLOBAL_H
[ "you@example.com" ]
you@example.com
4824ea5ee8756af56bb87c58ad581d9aecd65e11
5d214a1ab8389de9747b063be608d2de33a4e834
/plnk/ext/opus/opusfile/http.c
2c4737887c3dc02f449782e88599d23bcd19c969
[]
no_license
jamiebullock/pl-nk
d7abdaec5d2bcecb936b83fffd3b845f24d4e6c0
7551e5158e0d351a789d804483f24638afa75c05
refs/heads/master
2021-01-17T23:54:03.811655
2016-06-15T12:07:51
2016-06-15T12:07:51
61,202,201
1
0
null
2016-06-15T11:17:27
2016-06-15T11:17:27
null
UTF-8
C
false
false
120,509
c
/******************************************************************** * * * THIS FILE IS PART OF THE libopusfile SOFTWARE CODEC SOURCE CODE. * * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS * * GOVERNED BY A BSD-STYLE SOURCE LICENS...
[ "0x4d52@gmail.com" ]
0x4d52@gmail.com
6b32b5dcc6b79e030d7fae75ab333991efdf3883
f79ab262d171004e4a47bb95bb83bfdd0397487c
/kernel/elf.c
a19e117c02150ca4747ade15daed3c8467847a9f
[ "MIT" ]
permissive
blm768/arm-os
1f1ca0200aa1836138af2f3bc608f8a94894e143
0d020d6314a4797aed9e3b04d06132b48b8010b5
refs/heads/master
2021-01-19T05:46:35.615273
2013-08-29T04:23:48
2013-08-29T04:23:48
6,683,347
4
1
null
null
null
null
UTF-8
C
false
false
252
c
#include "elf.h" const char* elf_magic = "\x7f""ELF"; bool elf_is_valid(ElfHeader* header) { //TODO: validate the rest of the header. for(size_t i = 0; i < 4; ++i) { if(header->magic[i] != elf_magic[i]) { return false; } } return true; }
[ "blm768@gmail.com" ]
blm768@gmail.com
ee93e90f460e67e19eb5b01c7a00d11a96bdc4c3
a1446c3f95df2dfe097a9bd6b463767b00f18140
/sys/arch/sparc64/include/pmap.h
5be76a4ba47f3296bc0b6072fc1a8f673a04cd47
[]
no_license
chrissicool/l4openbsd
e2fb756debc1c3bdc1c2da509fa228c25a3185e8
077177814444e08500e47bc2488502f11469bc60
refs/heads/master
2021-04-09T17:12:53.122136
2011-08-22T16:52:58
2011-08-22T16:52:58
1,706,491
18
4
null
2017-04-06T19:17:29
2011-05-05T14:08:03
C
UTF-8
C
false
false
6,035
h
/* $NetBSD: pmap.h,v 1.16 2001/04/22 23:19:30 thorpej Exp $ */ /*- * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following condition...
[ "cludwig@net.t-labs.tu-berlin.de" ]
cludwig@net.t-labs.tu-berlin.de
d0e732b36b1f6f3f14647eb74297a5cb68939f26
89193196bb1fbca17e8e5dc1957142010529f2f6
/fibonaccisequence.c
2f712451b7ea37dbfca66b4f04443d2de54d18a9
[]
no_license
impisa/my-c-learning
8b2e2fbf6e363763d502b0b6f0dea887279bcfa6
b584b9ee1d5b8a86339a632192768a027f2dc187
refs/heads/master
2016-09-10T09:28:25.244088
2013-11-07T00:40:37
2013-11-07T00:40:37
null
0
0
null
null
null
null
UTF-8
C
false
false
561
c
//Fibonacci's Sequence// #include <stdio.h> #include <stdlib.h> #include <math.h> int main() { int n, i, atual, ultimo, antepenultimo; printf("Digite a quantidade de termos da série\n\n"); scanf("%d",&n); if (n<=1) //Eliminating some values of N { printf("0\n"); } if (n<=2) //Eliminating s...
[ "poenicsfocsi@gmail.com" ]
poenicsfocsi@gmail.com
0b676f6559b5436fc781fefe5dca96d33d0c06d7
6c490fb77d124eddd2c1352d5f94ddf254c257bb
/1019.c
c0eba497d009782cca94b02af925c082f08e1644
[]
no_license
f4him/uri_submissions
e48c4fb522a8bc64e3e804f747fdae03a12d3f82
dacb2f707f841e7aa3f154abd6f778a5c3a4a6e9
refs/heads/master
2020-09-14T16:45:54.027592
2019-11-21T14:37:20
2019-11-21T14:37:20
223,189,106
0
0
null
null
null
null
UTF-8
C
false
false
200
c
#include <stdio.h> //100,50,20,10,5,2,1 int main() { int X,h,m,s; scanf("%d",&X); h=X/3600; X%=3600; m=X/60; X%=60; s=X; printf("%d:%d:%d\n",h,m,s); return 0; }
[ "noreply@github.com" ]
f4him.noreply@github.com
177f894757c1ff432f1e8d849f1ba09b1d39c5f9
617bd24f8c106b9c707a0afcef2abc2b64e08e43
/ios/Pods/Headers/Private/ReactABI31_0_0/ReactABI31_0_0/ABI31_0_0RCTNavItemManager.h
0e4506f86de7a3c467097ab423dc861af67258aa
[ "MIT", "BSD-3-Clause", "Apache-2.0" ]
permissive
atiato78/expo
54f15c932a3984f2a60b7fddc9bd55c470ba92e4
0c9ef858e125b5f9d421edc183ec10aa84c9b41b
refs/heads/master
2022-12-15T09:30:33.721793
2019-07-31T20:04:43
2019-07-31T20:04:43
199,931,004
2
0
MIT
2022-12-04T05:33:11
2019-07-31T21:24:06
Objective-C
UTF-8
C
false
false
88
h
../../../../../versioned-react-native/ABI31_0_0/React/Views/ABI31_0_0RCTNavItemManager.h
[ "tsapeta@users.noreply.github.com" ]
tsapeta@users.noreply.github.com
a3582309beabad8d95c647b9843f6d88e321b197
1647ef0b0275076542d137e390cd5d22cddfad4b
/OCTest/Pods/Headers/Public/Debugo/DGSuspensionView.h
077c6b8ebabbbad1eae0ff60fcbc037bf76ab2e3
[]
no_license
ZH3057/OCTest
68161d618ac809d0604784d7119c63649930be75
8190e383b0995d74811649a3eb2790c7bc3c2ae1
refs/heads/master
2020-05-09T21:25:11.364733
2019-12-19T04:28:17
2019-12-19T04:28:17
181,442,929
0
0
null
null
null
null
UTF-8
C
false
false
65
h
../../../Debugo/Debugo/Plugin/DGSuspensionView/DGSuspensionView.h
[ "zhoujun@knowbox.cn" ]
zhoujun@knowbox.cn
cfa93087e2d5ffcf6b994aaa9af074b65121b0f7
72bc34779d316287e138f8aa38cb8b19bb78be9c
/libft/ft_strmap.c
6a3b4734c2563564c1ad9d99ddaa0ddf43afea69
[]
no_license
spurstp9/push_swap
d4d947f51daf5d3a9748fb35817d7d3dfaf685c5
ac66562d07789f5c9996e30664e5a7ee1dbbaf45
refs/heads/master
2021-02-05T05:16:28.261929
2020-05-15T11:53:54
2020-05-15T11:53:54
243,748,407
0
0
null
null
null
null
UTF-8
C
false
false
1,232
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strmap.c :+: :+: :+: ...
[ "agardina@e3r7p3.42.fr" ]
agardina@e3r7p3.42.fr
e50ab348ff9ababd5150902436b5509403519e04
2228af29e0c2c0a7592585496a361267dc1d0b95
/ShanHaiJing-Trip/ShanHaiJing-Trip/Tool/Utils/GlobalDefine.h
5127ba5b3e1be217e810591e391ed7df3b58760c
[]
no_license
Goddreamwt/ShanHaiJing-Trip
e4830657a6ebaa9563c8280961b916d9498eeb98
a59f2e7f6a423eedd7b542bfb08b655fcfdce584
refs/heads/master
2020-03-26T13:39:14.413542
2018-08-17T08:47:23
2018-08-17T08:47:23
144,949,889
3
0
null
null
null
null
UTF-8
C
false
false
1,835
h
// // GlobalDefine.h // ShanHaiJing-Trip // // Created by mac on 2018/8/16. // Copyright © 2018年 mac. All rights reserved. // #ifndef GlobalDefine_h #define GlobalDefine_h //大小尺寸 #define ScreenWidth [[UIScreen mainScreen] bounds].size.width #define ScreenHeight ([[UIScreen ma...
[ "zm804890716@163.com" ]
zm804890716@163.com
19671a81f6a251e08dc8d525936bf7ea0030ccb6
5653dbc44db7adc3ee1cdbef281e4cbcb4f3c692
/ft_putchar_fd.c
8c4f30c0e0aa7fd6e1a349e7eefdf10d0e97b0af
[]
no_license
owlgoat/Libft
717247ab7b9afccbcb327001fa31beaa6d246898
5e9275f2ba5f32940d57dc364d10b89efe86e3da
refs/heads/master
2023-01-14T01:30:06.316546
2020-11-24T11:22:08
2020-11-24T11:22:08
315,601,575
0
0
null
null
null
null
UTF-8
C
false
false
1,003
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putchar_fd.c :+: :+: :+: ...
[ "nwatanab@c1r10s2.42tokyo.jp" ]
nwatanab@c1r10s2.42tokyo.jp
5057f77684515492aa44e3578c1c35ae06e1a085
8b556db36ddcb8da145283083b05f781ea35b597
/project1SniffingAndSpoofing/SniffingAndSpoofing.c
5512cc000557d2dedd06ea21488dc3c4caf944dc
[]
no_license
qingbol/CpSc8580SniffingAndSpoffing
2b0d0e1584b917c26a9994ac903c6d316eb3e194
c577ef3d6142747fa48f4dca589cc554b596ea14
refs/heads/master
2020-07-31T05:37:15.128353
2019-09-24T03:45:07
2019-09-24T03:45:07
210,502,204
0
0
null
null
null
null
UTF-8
C
false
false
11,152
c
// ------------------------------------------------------------------------------------------------ /* Purdue CS528 - Network Security - Spring 2016 ** Lab 1: Packet Sniffing and Spoofing ** Kyriakos Ispoglou (ispo) ** ** Task 3: Packet Sniffing & Spoofing ** ** This program sniffs for ping requests that are dest...
[ "qingbol@g.clemson.edu" ]
qingbol@g.clemson.edu
906ab5bd1135f45d164626aa79fd7dd7f269849f
6b684ad3801acfc69a79ad661a08c798beb758ce
/CCS/general/Oscilloscope/inc/Motor.c
41fefe286493feceb9d448b38944203614868d66
[]
no_license
hangcui1201/ARM_TI_MSP432P401R
1bf2f8fb35dde4946bfc45c73a50eb33485d418a
963c582d24eb68b20abfcf3968be6aeaf30e7ec9
refs/heads/master
2020-04-07T15:32:43.692543
2019-01-18T21:20:26
2019-01-18T21:20:26
158,490,216
0
1
null
null
null
null
UTF-8
C
false
false
5,360
c
// Motor.c // Runs on MSP432 // Provide mid-level functions that initialize ports and // set motor speeds to move the robot. Lab 13 starter // Daniel Valvano // July 8, 2017 /* This example accompanies the books "Embedded Systems: Introduction to the MSP432 Microcontroller", ISBN: 978-1512185676, Jonathan Va...
[ "cuihang1201@gmail.com" ]
cuihang1201@gmail.com
8e4c8e604cd558a89e0d6419c80d9b5e6416e949
7dfa3a5a873d4c0fc74d13e78f685daec543d621
/src/libunixonacid/dd_open_read.c
f8b1b52f3e246f58ed958f262b4f0b697db5db09
[]
no_license
djbtao/skalibs
1c500ea0823c57dd6932b9aa80b54f2174a55064
c2ed75c9838767af60a05451b6d216331c1dbccf
refs/heads/master
2021-01-01T16:21:03.750988
2014-03-31T14:59:23
2014-03-31T14:59:23
null
0
0
null
null
null
null
UTF-8
C
false
false
279
c
/* ISC license. */ #include "djbunix.h" #include "unix-transactional.h" int dd_open_read (dirdescriptor_t_ref dd, char const *path) { dirdescriptor_t d = DIRDESCRIPTOR_ZERO ; d.fd = open_read(path) ; if (d.fd < 0) return 0 ; d.lnkfn = path ; *dd = d ; return 1 ; }
[ "k.os.tao@gmail.com" ]
k.os.tao@gmail.com
bdfb64bfc9b7bbfd46cb0b2161c8d0da6c82ac25
8eae1db9cb311fd24ff4c5afa906d5168ef550d9
/euler25.c
673d0c9768347c2f5e4a9e99499de2fda288f5ed
[]
no_license
gaoyuY/euler
3b20ce8c9d9ba4245a13815ecd180c77bdf358be
e95e1bf8af1a1af5092759f5d7a20cdebeeeac23
refs/heads/master
2020-03-25T08:14:16.728548
2018-09-02T02:58:07
2018-09-02T02:58:07
143,603,649
0
0
null
null
null
null
UTF-8
C
false
false
819
c
/************************************************************************* > File Name: euler25.c > Author: > Mail: > Created Time: 2018年07月27日 星期五 10时08分33秒 ************************************************************************/ #include<stdio.h> int main () { int fib[3][1005] = {{0, 0}, {1, 1}, {1, 1}};...
[ "2282940822@qq.com" ]
2282940822@qq.com
4d5ead096bcb731c496b65a7718347035cb4951b
94e8344ee420ae4d2eb1643e95973845f341a3d2
/gcc_4.3.0_mutants/mutant100671_cselib.c
416dde8aadf1886e01ac372a28f6785b4f2ae29e
[]
no_license
agroce/compilermutants
94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3
dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991
refs/heads/master
2022-02-26T21:19:35.873618
2019-09-24T15:30:14
2019-09-24T15:30:14
207,345,370
1
0
null
null
null
null
UTF-8
C
false
false
48,274
c
/* Common subexpression elimination library for GNU compiler. Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the...
[ "agroce@gmail.com" ]
agroce@gmail.com
ae2daabe3e7d0ef8bff790c92caf4fcfc810c5e8
3bb7122f0ebaecbe6a18385f63a24b8cc64f529f
/Sine_Table.c
4d559218b976763cd17bd0f9005033248ff0b24f
[]
no_license
vishalgupta21/C-Program
a75473f93ea034eaa0ee623ec86a6ccd22d503dc
d4e33c44b065fa323854772595c0dd7d34161195
refs/heads/master
2022-07-22T01:00:39.364668
2020-05-17T18:33:23
2020-05-17T18:33:23
264,731,109
0
0
null
null
null
null
UTF-8
C
false
false
492
c
/* Example using sin */ #include <stdio.h> #include <math.h> int main() { /* Define temporary variables */ double value; double result; /* Enter the value we will find the sin of */ printf("Enter the value we will find the sin of"); scanf("%lf",&value); if(value>0 && value<1){ /* Calcula...
[ "noreply@github.com" ]
vishalgupta21.noreply@github.com
1b0ba0e44efc171925d1aa7f5b92298b50019e1f
8e9be4688262f33fc1383d35e7490283038ab95d
/ch1/ex9/ex09.c
0182e2513c3c70e424dc76cbf24c77a82ea06951
[]
no_license
waring/whitebook
fba86b17a4e99479a98992f034b6d36f60cab1e4
3ada1a9eb19ff8791cdfeaafe2030185ec4db316
refs/heads/master
2021-01-10T20:43:01.426621
2013-02-17T08:02:22
2013-02-17T08:02:22
null
0
0
null
null
null
null
UTF-8
C
false
false
280
c
#include <stdio.h> #define ON 1 #define OFF 0 main() { int c, q; q =OFF; while ((c = getchar()) !=EOF){ if (c == ' '){ if (q == ON) ; else { q = ON; putchar(c); } } else { q = OFF; putchar(c); } } }
[ "waring1994@gmail.com" ]
waring1994@gmail.com
0ecd6ff90a3c70e82f7001f6f9708d50967c1e7d
6252ed27c605e35367302c2e239ddf23ddce5d7c
/lib/widget/label.h
9b7573f894e93682d1ca03b5448136f018d9162e
[]
no_license
tivvit/mc-osp
4fc781854b7dd5053f79d76e4c1e47d8a0f920be
9bbc51098ed53c6e4b83b8920e81463cc1521e29
refs/heads/master
2021-01-10T20:56:12.542132
2014-02-22T12:52:13
2014-02-22T12:52:13
17,707,085
0
1
null
null
null
null
UTF-8
C
false
false
1,104
h
/** \file label.h * \brief Header: WLabel widget */ #ifndef MC__WIDGET_LABEL_H #define MC__WIDGET_LABEL_H /*** typedefs(not structures) and defined constants **********************************************/ #define LABEL(x) ((WLabel *)(x)) /*** enums **************************************************************...
[ "aborodin@vmail.ru" ]
aborodin@vmail.ru
59d60feb41f4edc2baca80baec4ffd427b14e2b6
01ace0f357a25a895df67b2fe60020a9e9713766
/server/pysm/pysm.c
700d823a6c29a1183654148b552c4a279a6e2165
[ "Unlicense" ]
permissive
Splintermail/splintermail-client
10e7f370b6859e1ae5d75bdaa89f4f1d24e9bb81
029757f727e338d7c9fa251ea71a894097426146
refs/heads/master
2023-07-21T15:36:03.409326
2023-06-17T17:46:23
2023-07-11T12:25:31
147,276,452
4
0
null
null
null
null
UTF-8
C
false
false
54,077
c
#include <limits.h> #include <openssl/ssl.h> #include <openssl/err.h> #include "pysm.h" #define BUILD_STRING(dstr) \ Py_BuildValue("s#", (dstr).data, (Py_ssize_t)(dstr).len) #define BUILD_OPTIONAL_STRING(dstr, ok) \ Py_BuildValue("s#", (ok) ? (dstr).data : NULL, (Py_ssize_t)(dstr).len) #define BUILD_BYTES(ds...
[ "dev@splintermail.com" ]
dev@splintermail.com
b1f41cd5b59dc8d38edde91f782aa4d1423e086c
0bf6d277c31403bb825bda4ceea47fbf6f2e2a19
/Pods/Headers/Public/LeanChatLib/XHMessageAvatorFactory.h
3b720b4e97cd1be3a861a75cebc1edf477ba8a62
[]
no_license
loyinglin/Yingying
c650997564466bf8134d44abc03e5e9af1daf84f
40df21743ad28982074878af46dc3744b59d5f22
refs/heads/master
2020-04-06T06:56:44.600940
2016-04-25T01:14:15
2016-04-25T01:14:15
47,403,487
1
0
null
null
null
null
UTF-8
C
false
false
98
h
../../../../LeanChatLib/Classes/vendor/MessageDisplayKit/Classes/Factorys/XHMessageAvatorFactory.h
[ "loying@foxmail.com" ]
loying@foxmail.com
f4ba9a1201b7f4ebb9bf8a962de8cf1ea45dd578
b9512db33c3413f9e9633ec04da006d6d1dd3e72
/Vitis_WS/mipi_csi_tx_test/psu_cortexa53_0/standalone_domain/bsp/psu_cortexa53_0/libsrc/dphy_v1_3/src/xdphy_g.c
30d86b8c9363e59a10542093f3e78af789f88b8b
[]
no_license
LogicTronix/u96-mipi-csi-tx-demo
d8afef733a81922d2d90f588be089a92dbaf1bee
1867be71a6a2c5634e1fdff26130adf39ff78579
refs/heads/master
2023-03-20T06:52:00.449927
2020-05-22T16:52:59
2020-05-22T16:52:59
null
0
0
null
null
null
null
UTF-8
C
false
false
2,366
c
/******************************************************************* * * CAUTION: This file is automatically generated by HSI. * Version: 2019.2 * DO NOT EDIT. * * Copyright (C) 2010-2020 Xilinx, Inc. All Rights Reserved.* *Permission is hereby granted, free of charge, to any person obtaining a copy *of this software ...
[ "learn.kho@gmail.com" ]
learn.kho@gmail.com
fc2db92229b14b110897c16808aea2af60480c9e
520decdac34bb4d11cb47470ac2acfc9c68794d8
/postgresql-9.0.0/src/backend/parser/scan.c
7a9954d722641d134262d445e8bfa0497b75fca1
[ "PostgreSQL" ]
permissive
srush/postgres-provanence
a3e8b243fc379c11dc8e5209b7cd9a1a831dc984
885fd83418d22edcec66d2499a1b9a01c4c1c6d0
refs/heads/master
2020-05-29T22:27:32.090609
2010-12-12T17:39:32
2010-12-12T17:39:32
1,086,452
3
0
null
null
null
null
UTF-8
C
false
false
1,044,254
c
#line 2 "scan.c" #line 4 "scan.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 35 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with pl...
[ "srush@srush-laptop.(none)" ]
srush@srush-laptop.(none)
e2a6e96e052b306dbd9f5e80a458fca8120cc66b
8d753bb8f19b5b1f526b0688d3cb199b396ed843
/osp_sai_2.1.8/system/proto/lib/include/proto_module.h
da9507a1810976ece91f9f0c1189a5579b5a0b7c
[]
no_license
bonald/vim_cfg
f166e5ff650db9fa40b564d05dc5103552184db8
2fee6115caec25fd040188dda0cb922bfca1a55f
refs/heads/master
2023-01-23T05:33:00.416311
2020-11-19T02:09:18
2020-11-19T02:09:18
null
0
0
null
null
null
null
UTF-8
C
false
false
1,351
h
#ifndef __PROTO_MODULE_H__ #define __PROTO_MODULE_H__ typedef enum pm_id_e { PM_ID_INVALID = 0, PM_ID_CTL = 1, PM_ID_CCS = 2, PM_ID_CDS = 3, PM_ID_CHSM = 4, PM_ID_SWITCH = 5, PM_ID_ROUTED = 6, PM_ID_OPM = 7, PM_ID...
[ "zhwwan@gmail.com" ]
zhwwan@gmail.com
3bd4b0b4c1c2ecb417375710ceafd2cd6c08e940
13f17d09b28a8628d86c32b7934ca246efeab684
/dependencies/fmod_4/fmodapi44464linux/tools/fsbanklib/fsbank.h
0be0a52510dbaf1f1c5fd38be8da66dbffce5e66
[ "MIT", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-proprietary-license" ]
permissive
nbonaker/ticker
5b84bfbab79a6f42ad2d38d74491d3902b73f8d6
4a9bab2916344914cbc96910c7eff4d9f0e10570
refs/heads/master
2020-04-18T03:27:20.480226
2019-03-31T00:55:41
2019-03-31T00:55:41
167,199,299
0
0
MIT
2019-01-23T14:46:11
2019-01-23T14:46:10
null
UTF-8
C
false
false
17,114
h
#ifndef _FSBANK_H #define _FSBANK_H #if defined(_WIN32) #define FB_API __declspec(dllexport) _stdcall #define FSBANK_CALLBACK _stdcall #elif defined(__linux__) #define FB_API __attribute__ ((visibility("default"))) #define FSBANK_CALLBACK #else #define FB_API #define FSBANK_CALLBACK #endif typ...
[ "nickbonaker@gmail.com" ]
nickbonaker@gmail.com
e374c1644671ec6edf1636e707b3b0c0fab340c3
1a5c4ecc3c18f8202af8fb09a5fe3b18bc8e28e6
/03-cola/cola.c
670cf6e9778b686545f9217c70b5d234b70eaa6c
[]
no_license
tizziana/TDA-s
96147b8b644c83c2669f149d42661d6fd787a501
a8ba291342bdc9ebd9468439af7f6ca93a642fed
refs/heads/main
2023-03-09T14:37:01.802709
2021-02-28T20:33:05
2021-02-28T20:33:05
null
0
0
null
null
null
null
UTF-8
C
false
false
1,481
c
#include "cola.h" #include <stdlib.h> typedef struct nodo{ void* dato; struct nodo *prox; }nodo_t; struct cola{ nodo_t* primero; nodo_t* ultimo; }; /* ***************************************************************** * PRIMITIVAS DE LA COLA * ************************************************...
[ "noreply@github.com" ]
tizziana.noreply@github.com
f8ae319f3e16d68e658d38c885ec0ea3abe73efb
7ccf47b8d3dca1154bf190a5b498440751bac0d0
/DayZExpansion/Scripts/4_World/DayZExpansion/Entities/Basebuilding/Misc/Deployable/ExpansionBarrierGate.c
3c4d4e39d9361798159afbef8a57f82d306dccc7
[]
no_license
Zysen/DayZ-Expansion-Scripts
44afd81dce14e765e1e74b9f4e49a4623cd5b7a2
befd7e7cfee6a85f4cc1b26326e5d6c6a4b11ed7
refs/heads/master
2022-11-17T18:11:20.498671
2020-06-24T07:21:37
2020-06-24T07:21:37
null
0
0
null
null
null
null
UTF-8
C
false
false
4,027
c
/** * ExpansionBarrierGate.c * * DayZ Expansion Mod * www.dayzexpansion.com * © 2020 DayZ Expansion Mod Team * * This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. * To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-...
[ "GThurston00@gmail.com" ]
GThurston00@gmail.com
a82dee097750c05f5a6bab055aa1570f700b3f42
528018913a35001abe0ff7d102ecfb2f53d41392
/src/bin_pairs_sep.c
36b01330ee353c6ab84f222fb731b406f4ac775c
[]
no_license
cmcbride/collect_pairs
9625d57df295daa9c0c04f1c2190fa2f4fb772b2
1a34d18bb2b50f35c9c9dfeed84af30845f2fa9d
refs/heads/master
2020-06-06T23:03:03.120632
2012-06-19T09:26:57
2012-06-19T09:40:27
null
0
0
null
null
null
null
UTF-8
C
false
false
2,501
c
#include <string.h> #include <stdio.h> #include <pairs.h> #include <bins.h> #include <weight_set.h> #include <check_fopen.c> int main( int argc, char *argv[] ) { int iarg = 0, nfiles = 0; size_t pair_count = 0; char *out_file, *w1_file, *w2_file, *pair_file; WEIGHT_SET ws1, ws2; BINS bins; PA...
[ "cameron.mcbride@gmail.com" ]
cameron.mcbride@gmail.com
4efce654424f6f38d94f4257e45236d36cd390ec
4d4822b29e666cea6b2d99d5b9d9c41916b455a9
/Example/Pods/Headers/Private/GeoFeatures/boost/predef/detail/comp_detected.h
4b5c551bf123cc8d855a0e09260727c30d7d1896
[ "BSL-1.0", "Apache-2.0" ]
permissive
eswiss/geofeatures
7346210128358cca5001a04b0e380afc9d19663b
1ffd5fdc49d859b829bdb8a9147ba6543d8d46c4
refs/heads/master
2020-04-05T19:45:33.653377
2016-01-28T20:11:44
2016-01-28T20:11:44
50,859,811
0
0
null
2016-02-01T18:12:28
2016-02-01T18:12:28
null
UTF-8
C
false
false
71
h
../../../../../../../../GeoFeatures/boost/predef/detail/comp_detected.h
[ "hatter24@gmail.com" ]
hatter24@gmail.com
55e8036da9579d0b24e0d239bea800f63f4cf178
e3008f57def40e85ab8cd7b947a8001557290e51
/d/dagger/nurval/room/fountain.c
a2dbec962608e81c3af0f80f691614b6a19c80e0
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
nm0i/shadowgate
3be0aa4817b238fb81b9abf6dc051b1ddeb09a8f
e5d4b8ed2b4e1bac397fcb14a398851e28eb4803
refs/heads/master
2022-11-21T23:19:40.689065
2020-07-18T04:41:17
2020-07-18T04:41:17
269,268,452
1
0
null
null
null
null
UTF-8
C
false
false
1,765
c
#include "../tomb.h" inherit TOMBSTR; void create(){ ::create(); set_name("Necropolis"); set_short("%^BOLD%^%^BLUE%^Fountain of Souls, %^WHITE%^Tomb of Nurval%^RESET%^"); set_long( "%^BOLD%^%^BLUE%^Fountain of Souls, %^CYAN%^The ground level of %^WHITE%^Tomb of Nurval%^RESET%^ %^BOLD%^%^WHITE%^The tun...
[ "law@shadowgate.org" ]
law@shadowgate.org
809ae55918ce282a4cf9eecf4f5da486044364e7
dcf26a6bcf853a3f8f6f50f9379998ef4d8aad40
/test/xts/acts/utils_lite/parameter_hal/src/parameter_reli_test.c
cd16a606249b0fb6a31249750afd143ab12d02d7
[]
no_license
small-seven/testmem
c5f3202dce1c369e9d84cdaaccc2008b827c16d8
2771460c617439bd1be562ffdc94543ea170a736
refs/heads/main
2023-03-12T22:16:28.824577
2021-03-03T04:24:59
2021-03-03T04:24:59
343,847,762
1
0
null
null
null
null
UTF-8
C
false
false
142
c
#include "hos_types.h" #include <securec.h> #include "hctest.h" #include "parameter.h" #include "parameter_utils.h" #define QUERY_TIMES 50
[ "huihuigong@users.noreply.github.com" ]
huihuigong@users.noreply.github.com
649fb3efcbf69c5634799cce0a97aa2995b55be0
d1111de142bad8327055ddc49971a88644d8e426
/tx_tim.h
446806ea99282c85321e0c9f37daefa4cd5dff55
[]
no_license
kjnprince/threadx
e70c3b46687dc82a70ed567705c232115df29c89
24e81b6349ae1e4b3e5aae903ee5b7a8a32ba01d
refs/heads/master
2021-01-22T00:13:26.135267
2016-03-27T08:40:20
2016-03-27T08:40:20
59,794,822
17
21
null
2016-05-27T01:35:32
2016-05-27T01:35:32
null
UTF-8
C
false
false
9,133
h
/**************************************************************************/ /* */ /* Copyright (c) 1996-2000 by Express Logic Inc. */ /* */ /* ...
[ "yananback@gmail.com" ]
yananback@gmail.com
21d2c500dfe444bf3c932701f093120b207c4633
d89ccad9cac26ede06eef9ace379f2ad9903192e
/driver/sys_drv/cirq/src/isrentry.c
46599babd0cb5bf5d43b376d48f6c14f0cc38a8d
[]
no_license
Pablito2020/mediatek-modem
466b1512b8e87a44bd54ce0aab4a90b6d0d59710
866a103a6d0520db0e80a978cd39d2916196fcbd
refs/heads/master
2021-06-10T19:40:54.961612
2017-02-19T15:12:44
2017-02-19T15:12:44
82,467,464
1
0
null
null
null
null
UTF-8
C
false
false
25,586
c
/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained * herein is confidential. The software may not be copied and the information * contained herein may not be used or dis...
[ "socdelbarca72@gmail.com" ]
socdelbarca72@gmail.com
c0409b931fed13c3f0626e603bedb58682bc72b2
0a8c4d1c3a84d8a40be6661c1d99270954129d39
/lab5-181860044/.history/lab5/app/main_20200607071520.c
876c9fef0bdf17cf461577b8c8cf557b1531e2ad
[]
no_license
shijiajie30/NJU_OSlab
f5056b60801d4935dc7135474a3f9a7b15ef2672
5776c37082413f5271f343d2d3b7b9d058e9565a
refs/heads/master
2022-10-09T14:42:52.178137
2020-06-08T12:55:56
2020-06-08T12:55:56
null
0
0
null
null
null
null
UTF-8
C
false
false
726
c
#include "types.h" #include "lib.h" int uEntry(void) { int fd = 0; int i = 0; char tmp = 0; //ls("/"); //ls("/boot/"); //ls("/dev/"); //ls("/usr/"); printf("create /usr/test and write alphabets to it\n"); fd = open("/usr/test", O_READ | O_WRITE | O_CREATE); for (i = 0; i < 512; i ++) { tmp = (char)(i...
[ "181860044@smail.nju.edu.cn" ]
181860044@smail.nju.edu.cn
4650103cb2468c3e7f9482ebdeb8fd62640771aa
a35cc20180103241ef73e7ff7a40a032a84adbd3
/last/triangle.c
cf219cd76de9573b02bf248f21e5c1796514b3e8
[]
no_license
sainan-geek/coding
65910db55f7a7e3eee2afb1caf9a72ee8116d252
6de9ea13446c8db82a710ce1d98d3b70e82e1974
refs/heads/master
2020-04-17T07:22:18.249262
2020-02-05T02:34:21
2020-02-05T02:34:21
166,366,331
0
0
null
null
null
null
UTF-8
C
false
false
236
c
# include <stdio.h> int main(){ int a,b,c; scanf("%d%d%d",&a,&b,&c); if((a+b>c)&&(a+c>b)&&(b+c>a)) { printf("yes\n"); } else { printf("not a triangle\n"); } return 0; }
[ "sun.sainan2332@gmail.com" ]
sun.sainan2332@gmail.com
bfd0d7009bfa78a106fe5413e6b40485ba201a7d
1c73679a2672eaacdc0b67a2574b57871f1577e1
/libft/integer/ft_itoa.c
464c60031028bd7b5ccd8653297a6ba027a1c9e2
[]
no_license
jlsrvr/cub3d
d45918f602e3bdff3fccb00988bb419a5871aaa7
dacb0dfc5adedffd953ba1a9f8e0445b36d1c99c
refs/heads/master
2023-05-09T10:27:42.222729
2021-06-02T15:04:26
2021-06-02T15:06:10
354,927,248
0
0
null
null
null
null
UTF-8
C
false
false
1,653
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_itoa.c :+: :+: :+: ...
[ "julesriv@gmail.com" ]
julesriv@gmail.com
710a0325e11fd7c11b5f1cfc2b6ea800da1f5723
31976d7f26c6449cd52b470f2eefc7a924eaf115
/soft/platform/service/net/mupnp/src/mupnp/include/mupnp/typedef.h
99d911029b6318a76201c720a265fe8142d58668
[]
no_license
jhart99/RDA8955_W17.44_IDH
1198a5b7eafcdeb2403676beb697887d8b9d6036
09ecb99b552f498388d53386befb7f75b03da2a7
refs/heads/master
2023-04-23T16:41:25.513792
2021-05-10T07:14:01
2021-05-10T07:14:01
null
0
0
null
null
null
null
UTF-8
C
false
false
1,427
h
/****************************************************************** * * mUPnP for C * * Copyright (C) Satoshi Konno 2005 * Copyright (C) 2006 Nokia Corporation. All rights reserved. * * This is licensed under BSD-style license, see file COPYING. * ***************************************************************...
[ "1036421284@qq.com" ]
1036421284@qq.com
deaa634186e356b3f9288961ad44b341b1c647df
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/arch/x86/kernel/apic/extr_apic.c_lapic_timer_set_periodic.c
0c007d54a6d21dfa8e2745d8874193962f9829db
[]
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
654
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
6e73ffb7af629bdf2abc08e69727e217689440e2
c230cda22344061cf77b108ebc163f50e7b83986
/main.c
47046688a30751c8ae38afbf365564a59ef41b95
[]
no_license
QibinDai/SerialRead
543c3c4004b8b565d87d9bf052c53bb7f028d6ea
4d3f9d79393f1d6449571fb460605342d5c9e406
refs/heads/master
2022-12-06T15:14:35.365883
2020-09-02T09:27:00
2020-09-02T09:27:00
null
0
0
null
null
null
null
UTF-8
C
false
false
4,711
c
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <unistd.h> #include "openDev.h" #include "kk.h" #include "file.h" struct STime stcTime; struct SAcc stcAcc; struct SGyro stcGyro; struct SAngle stcAngle; struct SMag stcMag; struct SDStatus stcDStatus; struct SPress stcPress; struct SLonLa...
[ "wjxxwh@126.com" ]
wjxxwh@126.com
497b92112fffaef4aa73f4183a4ec63c9edd05eb
648e9252bb64bdc5fed2ed428ecb5d140a315d8f
/ft_itoa.c
c664a1da13ae8c9d77f4bfea64268047c4aa2271
[]
no_license
myluda/swapixxx
106c7b8a7d4444ec5239a33f3deef36f50095842
cebb426cf7edc2c9b1e794b4df95a2e788a8c92d
refs/heads/main
2023-08-04T05:07:26.829091
2021-09-27T15:44:13
2021-09-27T15:44:13
410,943,952
0
0
null
null
null
null
UTF-8
C
false
false
2,280
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_itoa.c :+: :+: :+: ...
[ "noreply@github.com" ]
myluda.noreply@github.com
9e44ce27c11c07614dfd726f0e0e391f49f0c495
7174be0acc084de34d0fea2400e074227d8c286b
/edk2/CryptoPkg/Library/OpensslLib/openssl-1.0.2k/crypto/x509/by_dir.c
29695f9eaa8eab484d34900d8df8f6932aaa5186
[ "OpenSSL", "BSD-2-Clause" ]
permissive
ProgrammingInUEFI/FW
73b0c8681867c3ed5629d9da7ee18abe4017d280
d3505d4157b606ba86bab73a9f22725cd7cfa83f
refs/heads/master
2021-06-30T17:26:10.250587
2017-09-21T10:06:16
2017-09-21T10:06:16
104,332,735
12
4
null
null
null
null
UTF-8
C
false
false
14,460
c
/* crypto/x509/by_dir.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-...
[ "captaindirk@yandex.ru" ]
captaindirk@yandex.ru
1a6b39013c52d5f223743a6f470eefdca51d04aa
f9b5883f506b3a66ec52b5813e1114b38011ae5b
/alder-palign/alder-palign/alder_palign_option.h
33d7647fbdc583347415c3ac52c011bb112f7c54
[]
no_license
goshng/cocoa
53991c024793adf96dd6bc81ac1428fd010308af
a9a0752ccffbefb0963836e5923960c39accbc4b
refs/heads/master
2020-04-06T04:38:42.012354
2014-09-24T23:35:28
2014-09-24T23:35:28
8,891,311
1
2
null
null
null
null
UTF-8
C
false
false
1,360
h
/** * This file, alder_palign_option.h, is part of alder-palign. * * Copyright 2013 by Sang Chul Choi * * alder-palign 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...
[ "goshng@yahoo.co.kr" ]
goshng@yahoo.co.kr
b7f18231eff0ce444eaa0f2be2feee63c25cfa74
d867c6274ae8ff15f1dda4c4e69f56b12f230f13
/1.15.c
d1b870d831babfe0c06b6bacc69246dfff96e78f
[]
no_license
veggiedefender/k-r-exercises
ba3b68b23a62ad2cfe4515f60881ca7f7396b1b2
77d49496bdb1b5cfbb9b4d373545cb432578bf19
refs/heads/master
2020-03-20T06:33:28.484368
2018-06-14T02:16:39
2018-06-14T02:16:39
137,252,556
0
0
null
null
null
null
UTF-8
C
false
false
524
c
/* Rewrite the temperature conversion program of Section 1.2 (exercise 1.3) to use a function for conversion. */ #include <stdio.h> float toCelsius(float fahr) { return (5.0 / 9.0) * (fahr - 32.0); } int main() { float fahr, celsius; int lower, upper, step; lower = 0; upper = 300; step = 20;...
[ "jessejesse123@gmail.com" ]
jessejesse123@gmail.com
053ced8ae51d2b8292c91c75fa807c014c3b315e
3950acfb2a02a976f0b1b4609d264345d879c284
/Progra/Exercices/ex01_06/ex01_06.c
a9b44fc55fc121dfe1acb9a8d38a90c023eb0164
[]
no_license
RaphaelJ/Cours-1ere-annee
b36b122799c0317487ce5f1e203a61d9c56b25c8
5437af8b3af40cf8c5a8bc7fa4710a6bde9ca859
refs/heads/master
2016-09-10T11:22:26.696127
2011-12-18T22:50:53
2011-12-18T22:50:53
3,008,423
0
0
null
null
null
null
UTF-8
C
false
false
327
c
#include <stdio.h> #include <stdlib.h> float FarhToCelcius(float fahrenheit) { return 5 * (fahrenheit - 32) / 9; } int main(void) { float fahrenheit; printf("Degres fahrenheit: "); scanf("%f", &fahrenheit); printf("%.2f F = %.2f C\n", fahrenheit, FarhToCelcius(fahrenheit)); return ...
[ "raphaeljavaux@gmail.com" ]
raphaeljavaux@gmail.com
54f987b454d4db0a46ef5f1076d921e5f1fc754a
982b70b90087c6b6e52dadc0883109f3e2708eb0
/rush02.c
7598733d153e71b405646112770cd2bba096697b
[]
no_license
Spawnzer/testrush02
0dd45bd7f8247d2b0262c363a07964f965b1bae8
fd45ab5a14a0ed4f5a4caec48a6175868b841a26
refs/heads/main
2023-03-19T10:59:35.085702
2021-02-28T14:55:05
2021-02-28T14:55:05
342,962,101
0
0
null
null
null
null
UTF-8
C
false
false
2,684
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* rush02.c :+: :+: :+: ...
[ "adubeau@c2r4p5.42quebec.com" ]
adubeau@c2r4p5.42quebec.com
5930fd0b93c18776b205a04b1ce33ac080722740
d08f50ca0e2fd0108716f89ff00d975ece9e5c68
/src/sampleHandler.C
b51bb823ae6cdf5620eb03579f515030437c0268
[]
no_license
btannenw/ttH-triggerEff-13TeV
d8340a5f75aefa2e98e308c53f63f5ce04ff658c
00c70f180f7d574f7d11c25195cab0545ba8f277
refs/heads/master
2021-01-25T12:42:42.055270
2019-08-08T20:46:22
2019-08-08T20:46:22
123,496,453
0
1
null
null
null
null
UTF-8
C
false
false
6,264
c
#include "../include/sampleHandler.h" sampleHandler::sampleHandler() { xSec = 99999; c_plotColor = 0; sampleName = "PENELOPE"; nEvents = 1; sampleLumi = 1; genEff = 1; lumiWeight = 1; } sampleHandler::~sampleHandler() {} void sampleHandler::test() { std::cout << "Test!" << endl; } void sampleHandler:...
[ "benjamin.tannenwald@cern.ch" ]
benjamin.tannenwald@cern.ch
84215980329c5ea0272b46f11eccdc5296460337
76f7ea1104667491cd568a2d87ddb7ce45b8a543
/Temp/StagingArea/Data/il2cppOutput/t3835141271MD.h
b108d80560339f1ae5b53ad11d012b6ba5b080c5
[]
no_license
Crazydriver8/Ghosts
d9273752d8fadbc9c3a2fce23c9b0b432e12a92c
5f2f8903e5c5fa58d433ca6796129b99277df5d1
refs/heads/master
2021-01-10T18:19:55.938507
2016-02-17T05:01:43
2016-02-17T05:01:43
51,810,611
0
0
null
null
null
null
UTF-8
C
false
false
1,466
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> struct t3835141271; struct t707969140; #include "codegen/il2cpp-codegen.h" #include "t707969140.h" extern "C" void m1952047100_gshared (t38...
[ "krazydriver8@gmail.com" ]
krazydriver8@gmail.com
1b800a57fe49a3fdfb4793cd2fc1645d442ea2ca
269b0f69f7c930a8923fc3b50f5220999b7caad3
/utils/libft/ft_memalloc.c
789f75b53a068a9f714d2ad2c82a1f9b4c13d9c1
[]
no_license
toqpka/wolf3d
0768d6079b4790d0557b379c19db646a343de976
7ae3fb2197634359e1c56762fdef939482a228e9
refs/heads/master
2020-07-31T13:51:20.839991
2019-10-12T11:25:46
2019-10-12T11:25:46
210,624,131
0
0
null
null
null
null
UTF-8
C
false
false
1,089
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memalloc.c :+: :+: :+: ...
[ "gwaymar-@oa-e6.21-school.ru" ]
gwaymar-@oa-e6.21-school.ru
c09597a3b4e4e2cfd099592879b5ccdeb1fa9ce3
ffd20da031e8634e31fa89cda6d9ea06e2234c03
/CPool_bistro-matic_2018/lib/my/my_strdup.c
263991e2625d5b5defa870f8f6520298ffbc6fdf
[]
no_license
ThomasScol/CPool
ed6efd606c43f5e2f6e1d9f8bb402eb9b0c1926a
987c4abb2e247046aa2ac664297b0939795c71aa
refs/heads/master
2023-03-19T00:31:42.520341
2019-06-02T14:33:37
2019-06-02T14:33:37
535,631,786
1
0
null
2022-09-12T11:18:00
2022-09-12T11:17:59
null
UTF-8
C
false
false
368
c
/* ** EPITECH PROJECT, 2018 ** my_strdup ** File description: ** my_strdup */ #include "../../include/my.h" #include <stdlib.h> char *my_strdup(char const *src) { char *dest; int i = 0; dest = malloc(sizeof(char) * (my_strlen(src) + 1)); while (src[i] != '\0') { dest[i] = src[i]; i++;...
[ "contact@valentin-bonnet99.fr" ]
contact@valentin-bonnet99.fr
0573b2d6472f23e745e2b34e838f9c233f858bcc
2fe79705bf26fb6d5f5643ebb1500a2246af0581
/src/resource.h
3bbd8cfe8be46955fc7caa29358de8cc5decdd19
[]
no_license
alexandervantrijffel/sc-replace
9bd6d0acf903ebe8da566f840dd2584f694c6a3d
f659de3849f9ec79b98035366b9f4af7ec091f00
refs/heads/master
2020-04-07T16:52:31.431752
2018-11-21T12:52:08
2018-11-21T12:52:08
158,546,910
1
0
null
null
null
null
UTF-8
C
false
false
1,364
h
//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by res.rc // #define ID_ABOUT 3 #define IDD_DLG_MAIN 101 #define IDD_DLG_ABOUT 104 #define IDB_SCLOGO 106 #define IDI_MAIN 1...
[ "lexmail@gmail.com" ]
lexmail@gmail.com
5fbcbc2be649e4a10914a2f953dc926b2ea5e1b5
e7aa1db6b25b91220ecb950b22b8032f7644bd65
/include/ananas/amd64/_stdint.h
a5e55fe8efcc8361fdf8f954b9898d4a1795cb8b
[ "Beerware", "LicenseRef-scancode-public-domain" ]
permissive
Horaddrim/ananas
b6fe5dfac561450f615f0da5a3e1703d8eec77ed
ccf3d4ea9496e80fc7b6207b32a86bc569d835f4
refs/heads/master
2021-01-15T19:06:44.527184
2017-07-30T11:29:48
2017-07-30T11:29:48
null
0
0
null
null
null
null
UTF-8
C
false
false
2,507
h
#ifndef __I386_STDINT_H__ #define __I386_STDINT_H__ /* 7.18.2.1: Limits of exact-width integer types */ #define INT8_MIN (-128) #define INT16_MIN (-32768) #define INT32_MIN (-2147483648) #define INT64_MIN ((-9223372036854775807LL) - 1) #define INT8_MAX (127) #define INT16_MAX (32767) #define INT32_MAX (2147483...
[ "rink@rink.nu" ]
rink@rink.nu
25549abe429ee21e9ef121d588674f51ca47ebf9
35130586497bf7d9681fe2f270f8aa71a183d3da
/libft/ft_strlcat.c
2cd84bc4efab4b3fa81e54cd440d3683df4ebe67
[]
no_license
fcivetta/Minishell
db76b644fcfd8be95a0675184fc0cd9a832bcfc0
efc2a7715a18acb62138715247714644124b23af
refs/heads/main
2023-03-20T23:41:39.201017
2021-03-23T12:32:19
2021-03-23T12:32:19
350,273,923
0
0
null
null
null
null
UTF-8
C
false
false
1,397
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strlcat.c :+: :+: :+: ...
[ "francoiscivetta@gmail.com" ]
francoiscivetta@gmail.com
0ce43db916260b33b062dfb43070cd7de22c95dc
cd760d6f8e318941e37c0ffb8566993896606e6e
/.phoronix-test-suite/installed-tests/compilebench/compilebench-0.6/t/native-0/sound/pci/korg1212/korg1212.c
41b842af4769cd483b2ce338c71218554c5fa3b7
[]
no_license
aorzerep/neb
3fab34e1ad05cd0c1f2274f4d143664c1ed4368d
6dda5d3c432f2636973c9a98370056e57fe8e79f
refs/heads/master
2020-09-08T10:06:34.548290
2019-11-12T01:00:41
2019-11-12T01:00:41
221,099,011
0
0
null
null
null
null
UTF-8
C
false
false
89,285
c
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa...
[ "root@neb.intranet.highprophil.com" ]
root@neb.intranet.highprophil.com
9de936a4061ab9dea208fd57121db3607206872c
b1996750cc84e41589383e8058bb014b8f7786e6
/examples/EFM8UB3_SLTB005A/Bootloader/UART/src/boot_UART0.c
e5dc88f8d63bf5d1b3c17eb37eb20baaca248a5d
[]
no_license
mathiasvr/silabs-8051-sdk
9f66e905bb31aa5c4efcaf4055b17380b330a016
eff6046fcb1705f00588bcd2d03cc8f0361bfc14
refs/heads/main
2022-07-30T06:20:11.791382
2022-01-05T00:29:38
2022-01-05T01:22:03
444,606,667
2
3
null
null
null
null
UTF-8
C
false
false
3,475
c
/****************************************************************************** * Copyright (c) 2015 by Silicon Laboratories Inc. All rights reserved. * * http://developer.silabs.com/legal/version/v11/Silicon_Labs_Software_License_Agreement.txt ***********************************************************************...
[ "mathiasvr@gmail.com" ]
mathiasvr@gmail.com
dea25363430277abfc03a82b75765a4f3ab4cea6
b54ab87a6236fe40d4d70e745464c4102bb28690
/stm32/Middlewares/ST/STM32_USB_Host_Library/Class/MSC/Inc/usbh_msc.h
3fee550e0b98cf70a079c6b52c262a4a1a7b5fc8
[ "MIT" ]
permissive
Veyronix/MQTT_Thermometer
d0ac52a6d5ddec57e36176626a28c473374f61f3
de643ea470995188f0c4a96becbb0bdc6cad1113
refs/heads/master
2020-04-15T02:04:01.446290
2019-01-13T17:23:11
2019-01-13T17:23:11
164,301,876
0
2
MIT
2020-03-09T13:29:19
2019-01-06T11:46:26
C
UTF-8
C
false
false
6,785
h
/** ****************************************************************************** * @file usbh_msc.h * @author MCD Application Team * @brief This file contains all the prototypes for the usbh_msc.c ****************************************************************************** * @attention * ...
[ "bartekpi11@gmail.com" ]
bartekpi11@gmail.com
55975aed255f23cf124faf47af5e8d8d6badc97c
4f174018593c22079ca1a4bffad67a25b6c96d75
/scc/core/tree/tree_misc.h
08582b9cd00586b399b9892eda2e7341984440d8
[]
no_license
gtsolg/scc
4b139dae201e95d7b4be71f7b31a6f63144edd79
763a89ee2072bcf9d330ad7312f881d15075aff6
refs/heads/master
2021-01-11T09:29:55.850555
2017-04-15T03:26:33
2017-04-15T03:26:33
81,212,896
0
0
null
null
null
null
UTF-8
C
false
false
1,874
h
#ifndef TREE_MISC_H #define TREE_MISC_H #include "tree_node.h" static union tree_node __null_node; #define TREE_NULL &__null_node extern tree tree_create(struct allocator* alloc, enum tree_node_kind kind); extern tree tree_copy(struct allocator* alloc, tree node); extern void tree_delete(struct allocator* alloc, tre...
[ "hsfk@yandex.ru" ]
hsfk@yandex.ru
18adf07390bff17e16e5a2db88cb3f34e2b82d03
ab1c643f224197ca8c44ebd562953f0984df321e
/pchealth/sr/rstrcore/resource.h
3bb383c75422bb28500afd242e0dd58de7bc0366
[]
no_license
KernelPanic-OpenSource/Win2K3_NT_admin
e162e0452fb2067f0675745f2273d5c569798709
d36e522f16bd866384bec440517f954a1a5c4a4d
refs/heads/master
2023-04-12T13:25:45.807158
2021-04-13T16:33:59
2021-04-13T16:33:59
357,613,696
0
1
null
null
null
null
UTF-8
C
false
false
4,916
h
/****************************************************************************** Copyright (c) 2000 Microsoft Corporation Module Name: resource.h Abstract: Contains constant definitions for resources. Revision History: Seong Kook Khang (SKKhang) 06/20/00 created ********************************...
[ "polarisdp@gmail.com" ]
polarisdp@gmail.com
8f7fe883cec8e3ce0789a235bc364603c6d84bcf
bdd41745458947fa6747ebd1cb8e344a48507231
/matmul/solution_omp_openacc/matmul.c
45d120bf736b8306b58c35cd4b9dc088085d37c8
[]
no_license
lsuhpchelp/loniworkshop2014
7aec8eae2acc12d20e7d7ebbbc1ddb052075e7a8
e0f32584ca72f5f9a5290863db61ed7b6e7c6c66
refs/heads/master
2021-01-22T21:13:21.904570
2017-01-26T18:36:24
2017-01-26T18:36:24
19,501,484
0
0
null
null
null
null
UTF-8
C
false
false
1,079
c
#include <stdio.h> #include <stdlib.h> #include <time.h> #define dt(start, end) ((end.tv_sec - start.tv_sec) + \ 1/1000000.0*(end.tv_usec - start.tv_usec)) int main() { int i,j,k; int nra=1500, nca=2000, ncb=1000; double a[nra][nca],b[nca][ncb],c[nra][ncb]; struct timeval icalc, scalc, ecalc; double fl...
[ "lyan1@tigers.lsu.edu" ]
lyan1@tigers.lsu.edu
aa5a58b4b4d0c13a171ca484bcadd119f958e5b4
68a3987b1c2351ad981caab6cd7efa96a71b75bc
/src/game/entity.h
766b42e401e828eddcec92b7e1b2b6a08aaeeaf3
[]
no_license
comradekingu/open-battlecry
4ab19d4c5ad8e0a419ccd6fa62db470cb0438b99
e00b66acb57c78dd03a298b0f89bcdb26adf0f19
refs/heads/master
2023-06-23T23:44:24.281666
2021-07-28T01:10:58
2021-07-28T01:10:58
null
0
0
null
null
null
null
UTF-8
C
false
false
632
h
#pragma once #include "types.h" enum { MAX_UNITS = 4096, }; typedef struct position_t { int16_t x; int16_t y; uint32_t version; } position_t; typedef struct destination_t { int16_t x; int16_t y; } destination_t; typedef struct sprite_t { uint16_t texture_id; uint8_t direction; u...
[ "jeremie.stamand@gmail.com" ]
jeremie.stamand@gmail.com
4a2a3753f466b3a28dfb9917f911dce719483d1c
d95291323fe5a704e1e00ce9fd4048b87fd860c6
/station/sensorBMP280.h
2b9d9005c8040e21b5b011f5c9db2b899eb94775
[ "MIT" ]
permissive
jaafreitas/weather-station
6f141adc23527ba908c49e769d151d7dcd506114
8f11f8d1f39515e00a695fa641daebc6cbaef71c
refs/heads/master
2021-01-20T02:11:59.854217
2019-09-09T19:35:13
2019-09-09T19:35:13
89,385,860
1
1
null
null
null
null
UTF-8
C
false
false
116
h
#pragma once #include <Arduino.h> #include "conn.h" void setupSensorBMP280(); void loopSensorBMP280(Conn* conn);
[ "jaafreitas@gmail.com" ]
jaafreitas@gmail.com
75fc4d010da73e3d909217079ae4035c5fa3c967
79d343002bb63a44f8ab0dbac0c9f4ec54078c3a
/lib/libc/include/any-linux-any/linux/dvb/ca.h
9361e58df9d8a32c2bf826ba3fb7d4a7b4e0c0f1
[ "MIT" ]
permissive
ziglang/zig
4aa75d8d3bcc9e39bf61d265fd84b7f005623fc5
f4c9e19bc3213c2bc7e03d7b06d7129882f39f6c
refs/heads/master
2023-08-31T13:16:45.980913
2023-08-31T05:50:29
2023-08-31T05:50:29
40,276,274
25,560
2,399
MIT
2023-09-14T21:09:50
2015-08-06T00:51:28
Zig
UTF-8
C
false
false
3,509
h
/* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */ /* * ca.h * * Copyright (C) 2000 Ralph Metzler <ralph@convergence.de> * & Marcus Metzler <marcus@convergence.de> * for convergence integrated media GmbH */ #ifndef _DVBCA_H_ #define _DVBCA_H_ /** * struct ca_s...
[ "andrew@ziglang.org" ]
andrew@ziglang.org
ce51bce8fbaac6c8f6c2aef15790246425f7b778
30e9be8520d240cb4d3b5ed001ed68d03fbf01c4
/qcom-caf/camera/QCamera2/util/QCameraPerfTranslator.h
710d73b8b4f989ba6a92ab0bea466d0ceb2856ac
[ "Apache-2.0" ]
permissive
PixelExperience-Devices/device_xiaomi_jasmine_sprout
27098e7c49142e8bbe1207a73591147466a8a730
1f2d7b4a35cee0be9c12a33b64f20fb3e71ac24d
refs/heads/thirteen
2023-08-10T04:16:00.199365
2023-08-08T12:11:43
2023-08-09T17:29:26
189,526,695
9
19
null
2023-08-02T10:41:39
2019-05-31T04:19:17
C++
UTF-8
C
false
false
3,881
h
/* Copyright (c) 2019, The Linux Foundation. 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 ...
[ "ssanagav@codeaurora.org" ]
ssanagav@codeaurora.org
e1d197a88800eefae39e0fab2e623f82ee02ed1c
4ce81f6ea9dd1f3003bfa04d7d3664a633196f01
/USB_hidcustom/MDK-ARM/RTE/RTE_Components.h
a903e9de7f90720c4a90c218387f3c4f35830033
[]
no_license
alyilmaz/stm32f407
6d93f4674cc434a9e76b57224c0742137b67143e
52119a6e9d9e8e40c1028522b02d77807703ebd9
refs/heads/master
2020-09-12T20:07:34.184043
2019-11-18T20:06:30
2019-11-18T20:06:30
222,538,110
1
0
null
null
null
null
UTF-8
C
false
false
338
h
/* * Auto generated Run-Time-Environment Component Configuration File * *** Do not modify ! *** * * Project: 'USB_hidcustom' * Target: 'USB_hidcustom' */ #ifndef RTE_COMPONENTS_H #define RTE_COMPONENTS_H /* * Define the Device Header File: */ #define CMSIS_device_header "stm32f4xx.h" #endif /* RT...
[ "aliylmz1990@gmail.com" ]
aliylmz1990@gmail.com
80ee325e9637375ee2a4badc155a4e35ca892a3a
66a4a3bb5be5eff9b228c3971a9e5a2d153079c3
/新建文件夹 (2)/最大数乘积.c
2171629d6bea5841badc9a9a19c042df6012210b
[]
no_license
master123874/beautiful
b2a5134518f2f57910e1907d20c9ed8a77b484a4
4fb56d7ce591541b3dd9043798a88f13dd586b96
refs/heads/master
2020-09-01T04:52:16.859956
2019-11-17T15:22:55
2019-11-17T15:22:55
218,884,058
0
0
null
null
null
null
GB18030
C
false
false
896
c
#include<stdio.h> int main() { int n; /*多少组测试数据*/ scanf("%d",&n); int i; /*循环变量*/ for(i=0;i<n;i++) { int m,t; /*m保存多少个数t保存从多少个数中找最大值*/ scanf("%d %d",&m,&t); int a[m]; /*定义数组保存数字*/ int j; int count=0; int max,flag=0; for(j=0;j<m;j++)scanf("%d",&a[j]); for(j=0;j<m;j++) { count=1; i...
[ "master_26222@163.com" ]
master_26222@163.com
a650acacc442f039fb1d978e177e75fd1064be35
68e9d8a740a9cf4d21116e90bae5bfc5dca5b249
/oslab-oranges/学期综合实验/final-内存分配/include/proto.h
6d5e800de09dc646c922bfde0ecb2ea769190ba5
[]
no_license
Xaern9/subjects
662e162a050812bad6fcf89a1bce6a6a4990614c
5a9fa33dd8fa1ebefb172675d40d5ccff39b91b0
refs/heads/master
2023-03-22T13:44:50.312304
2021-01-13T02:16:47
2021-01-13T02:16:47
null
0
0
null
null
null
null
UTF-8
C
false
false
1,158
h
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ proto.h ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Forrest Yu, 2005 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ ...
[ "1301004462@qq.com" ]
1301004462@qq.com
2a381918c8bba37a1a3ff1f0d03c4914736ad8cf
d151eafd13b76aca69dcc04fcae9f642faa163b4
/better_pred/decode.c
ca24ad8e624da75fb83458c35c03487896a93003
[]
no_license
eastonman/BranchesToPredict
64e149ef61ab80f5b8c0e24175931c1bbde94c18
28a619653d931fff6a2ac6b0eac5d4e86bdbb031
refs/heads/master
2022-04-07T19:42:07.318521
2016-05-03T04:28:54
2016-05-03T04:28:54
null
0
0
null
null
null
null
UTF-8
C
false
false
2,043
c
#include "decode.h" const char * const BranchInstr[] = { "JO" , "JNO" , "JS" , "JNS" , "JE" , "JZ" , "JNE" , "JNZ" , "JB" , "JNAE" , "JC" , "JNB" , "JAE" , "JNC" , "JBE" , "JNA" , "JA" , "JNBE" "JL" "JNGE" , "JGE" "JNL", "JLE" , "JNG", "JG" , "JNL", "JP", "J...
[ "klanger@ccs.neu.edu" ]
klanger@ccs.neu.edu
994aeb872b0cb3e77ba127424e29112a675bdad2
3c8d3d8e365f2ce7aafb2c4616b82b440f371f9a
/c00/ex00/main.c
223a621efcf26df46b3eb7c1c14a594ca68a956e
[]
no_license
khakaa/42seoul_piscine
cf9d12aee636a6acda7cc05b71478e7f65a394fe
cce02549d2a3c1f4febbfe5fe4efa2b6f98ecef4
refs/heads/master
2023-03-23T15:50:24.013956
2021-03-18T18:52:06
2021-03-18T18:52:06
342,555,335
0
0
null
null
null
null
UTF-8
C
false
false
70
c
void ft_putchar(char c); int main() { ft_putchar('c'); return 0; }
[ "phr0210@naver.com" ]
phr0210@naver.com
0fa52f5b7c798ad4d11989ce2f4214e3f74a1332
82e0bc6a6b1d884d74f3e9279a6d5264a077c2c7
/Assignment 6/vers.h
3091fbeba81796182585343bf187383156cf0a8e
[ "MIT" ]
permissive
PeiyiZheng/Operating-Systems
fb105db231bf100705ab5c4728d1c7fed561f4a5
6908e376f90615d74c6cdc2ad8b5410ab3c7a99d
refs/heads/master
2021-01-20T05:40:10.997139
2017-03-04T03:21:35
2017-03-04T03:21:35
83,861,446
0
0
null
null
null
null
UTF-8
C
false
false
41
h
#define XV6_BUILD_STRING "3b33aea-dirty"
[ "Peiyi@Peiyis-MacBook-Pro.local" ]
Peiyi@Peiyis-MacBook-Pro.local
f41fa35db9b5932e66b730756c8097fa78d2411a
e9d80f4cb2a89544bd6f19ed280fd5b418656ee4
/Mongo/Lib/mongo-c-driver-master/tests/test-mongoc-matcher.c
25767cb976ab67a6bb6b4e686464ac7f5344d772
[]
no_license
afisse/cpp
b1b0d46e98df8515efe67c76bfd2e7fe9271c974
2272d7f964dd6a2f214c2da9e31b60c30d893e57
refs/heads/master
2021-08-22T06:22:53.797569
2017-11-29T14:00:17
2017-11-29T14:00:17
112,481,946
0
0
null
null
null
null
UTF-8
C
false
false
15,490
c
#include <bcon.h> #include <mongoc.h> #include <mongoc-matcher-private.h> #include "TestSuite.h" BEGIN_IGNORE_DEPRECATIONS; static void test_mongoc_matcher_basic (void) { bson_t matcher_query; bson_t *query; bson_t *to_match; bson_t *should_fail; bson_error_t error; mongoc_matcher_t *matcher; ...
[ "yoann.couillec@amadeus.com" ]
yoann.couillec@amadeus.com
6c0634e09dc5d84b2dfc87585f5419ea17259d79
2b5b035888328f2be82e7a109e110ffb273446bc
/inc/rotary.h
a0fe5921e526f08b6a6b9b3ef6d237f0c71f82db
[]
no_license
dkuerner/stm32_jukebox4kids
2671d58c01d2d8de30272a5da5e973920f8b8624
ca3e41275bc4ad1cad943dff5a77e8e9201786e8
refs/heads/master
2021-01-15T18:40:40.039371
2015-06-05T06:08:27
2015-06-05T06:08:27
null
0
0
null
null
null
null
UTF-8
C
false
false
396
h
#include <stdint.h> #ifndef __ROTARY_H #define __ROTARY_H #define ROTARY_DEFAULT_DIVIDER 1 #define ROTARY_DEFAULT_MULTIPLIER 2 #define ROTARY_BASE_VALUE 1000 #define ROTARY_DEFAULT_BEGIN 0 #define ROTARY_DEFAULT_END 100 void rotary_init(); void rotary_set_boundary(uint16_t begin, uint16_t end); void rotary_set_value...
[ "huy.do@sva.de" ]
huy.do@sva.de
7d62472d313d251d8daf65a3ccf5ec9b5bff7df2
176a89064d2ea068353c0218c628d07ca1583440
/Include/ProcMonTypes.h
05bff3164ab90e210b9e469c8d441e5d442780f6
[]
no_license
wook8170/EDRAgent
263d4c21ad9a0cc88771049507f52f8fd7eccb15
8462e5045e734643e71c4c78f8ef2eb2e5769930
refs/heads/master
2020-04-11T02:26:02.664236
2018-12-12T06:59:16
2018-12-12T06:59:16
161,445,153
0
2
null
null
null
null
UTF-8
C
false
false
383
h
#pragma once typedef struct _PROCESS_INFO { ULONG ProcessId; ULONG ParentProcessId; WCHAR ImagePath[260]; } PROCESS_INFO, *PPROCESS_INFO; typedef shared_ptr<PROCESS_INFO> PROCESS_INFO_Ptr; typedef struct _CHECK_LIST_ENTRY { PPROCESS_INFO ProcessInfo; BOOLEAN AddToBlacklist; } CHECK_LIST_ENTRY, *PCHECK_LIST_ENTR...
[ "wook81701@gmail.com" ]
wook81701@gmail.com
3d5b63731819724faf021d79c9b0b43b669f8db6
7a46423ac172de8e75bb1f4543ce8ab9af207184
/BoardSupport/main.c
74b238ebeb7abefd5f8783a2be6fc564a4eb9640
[]
no_license
zkan51/NEVTEX
48bbd9d8c6b778f0bffaddda4d6737e280b291e6
57b60aa3f82bc80dbc65ea6776c8497f03bf30cd
refs/heads/master
2021-01-10T01:50:51.972267
2015-12-02T01:40:10
2015-12-02T01:45:39
45,817,107
0
0
null
null
null
null
GB18030
C
false
false
1,663
c
#include "lpc177x_8x_gpio.h" #include "lpc177x_8x_clkpwr.h" #include "lpc177x_8x_pinsel.h" #include "lpc177x_8x_lcd.h" #include "uart.h" #include "dma.h" #include "timer.h" #include "lcd43.h" //#include "w25qxx.h" #include "pwm.h" #include <ucos_ii.h> // #include "exfuns.h" #include "lpc177x_8x_eeprom.h" #include "lpc1...
[ "596931725@qq.com" ]
596931725@qq.com
6c63ce1e5dd9ef06646d859ce4561731d5022e32
03d006ed05dfcc5f78af40ff14a805b0cfe72094
/Coding_Practice/2751_Sorting_number_2.c
b46cdcfab92174075e7ced3f36156584579b68fb
[]
no_license
colagom42/Refrigerator
34a15fad158154bfae2619c28ab2db4b4578cd1b
e1d38cfa880ae6752de612d8e62e6be3a1be1620
refs/heads/master
2021-12-24T11:13:30.715656
2021-08-15T10:58:56
2021-08-15T10:58:56
176,268,799
0
0
null
null
null
null
UTF-8
C
false
false
553
c
#include <stdio.h> #include<stdlib.h> int compare(const void *a, const void *b); int main() { int sum = 0; int case_num; scanf("%d", &case_num); int *A_arr = malloc(sizeof(int) * case_num); for (int i = 0; i < case_num; i++) { scanf("%d", &A_arr[i]); } qsort(A_arr, case_num, sizeof(int), compare); for (in...
[ "colagom42@gmail.com" ]
colagom42@gmail.com
472d0616672dab2396c7f43944d7cf99341997a4
efa2d6ab80ca158c9e234c77d12ec23402769614
/mediatek/custom/mt6592/hal/imgsensor/ov5648_mipi_raw/config.ftbl.ov5648_mipi_raw.h
17f11355c2f334a9102a57c856acbc3ab1275878
[]
no_license
MTK-Kernels/android_kernel_mediatek_mt6592-1
fb26e5613e9699f817632eb388677f602b5212ce
a94c7f83b071c9ad7cb98cca7b497f42132fde57
refs/heads/master
2021-05-01T01:47:19.381520
2017-01-23T19:39:42
2017-01-23T19:39:42
79,843,082
3
0
null
2017-01-23T20:08:31
2017-01-23T20:08:31
null
UTF-8
C
false
false
20,587
h
//#ifndef _MTK_CUSTOM_PROJECT_HAL_IMGSENSOR_SRC_CONFIGFTBL__H_ //#define _MTK_CUSTOM_PROJECT_HAL_IMGSENSOR_SRC_CONFIGFTBL__H_ #if 1 // /******************************************************************************* * ******************************************************************************/ FTABLE_DEFINITION(...
[ "gm.cadiom@gmail.com" ]
gm.cadiom@gmail.com
c26ba3860918cc59258202c16be21b149d973820
80420d88e4db19c421c423977c300af37bd818e6
/vendor/bundle/gems/ffi-1.11.2/ext/ffi_c/libffi-x86_64-darwin18/include/ffitarget.h
a74e2d9a3d09ee9352da9043c70470c1ede33475
[ "MIT", "BSD-3-Clause" ]
permissive
kametmds/leave_pets
9f02cdd029b96d838e030eed1b951fc0addc628e
04db2ff3b873786c2413049fee8a9e7bd8aed133
refs/heads/master
2023-01-27T22:01:01.689442
2020-02-26T08:46:12
2020-02-26T08:46:12
221,117,662
0
0
null
null
null
null
UTF-8
C
false
false
109
h
/Users/kame/workspace/portfolio/leave_pets/vendor/bundle/gems/ffi-1.11.2/ext/ffi_c/libffi/src/x86/ffitarget.h
[ "yuki8118tmds@gmail.com" ]
yuki8118tmds@gmail.com
87dc6755bf8420e530b5d2048d6a58d45201ecb9
1d201504615b58da4b39e660a9afdaa547e7c2dd
/C/Gookin_CAIO/book 5 - Disk/required2.c
7c99994d25c107a4a67cf0f12d8a94fdcb013974
[ "Unlicense" ]
permissive
Mugurell/Learning
6e9a20233c6abe4d8b30fadb0275988d6bff70b7
835a295c060807be9b98ad9bfc3d80f12e2542f5
refs/heads/master
2021-01-19T18:10:43.330159
2015-09-30T18:12:49
2015-09-30T18:12:49
37,540,346
1
0
null
2015-09-30T18:12:50
2015-06-16T15:54:52
C++
UTF-8
C
false
false
567
c
#include <stdio.h> int main(int argc, char* argv[]) { if (argc <= 2) puts("\nNot enough arguments\n"); else { printf("\nSo you had %d arguments\n\n", argc); if (argc == 3 || argc == 4) { printf("I shall now work on %d and %d arguments..", 2, 3); printf(...
[ "petrumugurel@gmail.com" ]
petrumugurel@gmail.com
9e831fb0d49a06dc32680d296487737e7c406754
4f24e2388f183c299163cda825e0d24a560c8def
/STM32Cube_FW_F4_V1.10.0/Projects/STM324x9I_EVAL/Templates/Inc/main.h
74a8bb0740234e6a87820c7123bf7a64c92bfda2
[ "BSD-2-Clause" ]
permissive
txson/ubuntu-stm32
a696885dbe33c47a64e904f04705d5e85f6936cd
805421fcd05154971320b119c6cf81588bb2e410
refs/heads/master
2020-03-12T09:09:05.390614
2018-04-22T07:49:00
2018-04-22T07:49:00
130,545,935
1
1
null
null
null
null
UTF-8
C
false
false
2,757
h
/** ****************************************************************************** * @file Templates/Inc/main.h * @author MCD Application Team * @version V1.3.2 * @date 13-November-2015 * @brief Header for main.c module ********************************************************************...
[ "“1154492168@qq.com”" ]
“1154492168@qq.com”
008b54a7230f69f025baf1b52653e829a2f55c66
22fda334081cda9404c4d0dae04115efb813f1f4
/3rdparty/stb_image/stb_image.c
c40f8e1edb3eeb78e757e995ef9dc5cc4927cb3f
[ "LicenseRef-scancode-public-domain", "BSD-2-Clause" ]
permissive
lgromanowski/bgfx
e182b4b087d3b03fbe8364f1357b6a6341e576ea
f4260eb405263ed201308549a237ab072849c968
refs/heads/master
2021-01-12T20:06:38.805772
2013-12-17T05:34:33
2013-12-17T05:34:33
null
0
0
null
null
null
null
UTF-8
C
false
false
151,709
c
/* stbi-1.33 - public domain JPEG/PNG reader - http://nothings.org/stb_image.c when you control the images you're loading no warranty implied; use at your own risk QUICK NOTES: Primarily of interest to game developers and other people who can avoid probl...
[ "branimirkaradzic@gmail.com" ]
branimirkaradzic@gmail.com
5e55ea69e9e2fdeac62038d0758692335b9eb3fd
09d7cb6e4ec4788b400cfd6abac242d1877017e1
/ch5/ex5_9.c
1810ede6c187379d58b8ea455eb71e5c47d60232
[]
no_license
wayne05/C
c77cd74fcd72e7c81e75dcd06d25b9901c9bc741
81ef21cda34f41c3c0b1a1173299e56be9d615fd
refs/heads/master
2021-08-21T21:05:32.429127
2017-11-29T02:51:04
2017-11-29T02:51:04
112,413,886
0
0
null
null
null
null
BIG5
C
false
false
1,141
c
/* ex7-4d.c */ #include <stdio.h> void ex5_9(void) { int i, j, temp, flag, size; int left, right, mid, kd, bingo; int arr[] = { 80, 50, 40, 35, 20, 60 }; size = sizeof(arr) / sizeof(int); /**********Bubble sort*************/ for (i = 0; i<size - 1; i++) { flag = 0; for (j = 0; j<size - i - 1; j++) if (arr...
[ "wayne50102@gmail.com" ]
wayne50102@gmail.com
41049f7938dee7f9cf983e6c2df4aa9193e79ac4
a7d3babbbd956502cad38d76a03095fe94f8821c
/src/main.c
96c5c9ee1d3067216e6acb2ae9b31114cebcee66
[]
no_license
beriberikix/armstrap-gcc-barebones
5e650b268c2eb9512154a8a4e7ed135a95f7a1cc
12d91ed0c40d9a4d974bafd2501b87218162f482
refs/heads/master
2016-09-06T13:39:02.563066
2015-06-11T20:22:22
2015-06-11T20:22:22
33,833,243
0
0
null
null
null
null
UTF-8
C
false
false
3,349
c
#include "main.h" uint16_t CCR1_Val = 300; uint16_t CCR4_Val = 1000; void loop() { //GPIO_ToggleBits(GPIOA, GPIO_Pin_8 | GPIO_Pin_9 | GPIO_Pin_10 | GPIO_Pin_11); TIM3->CCR1 = CCR4_Val; TIM3->CCR2 = CCR4_Val; TIM3->CCR3 = CCR4_Val; TIM3->CCR4 = CCR4_Val; delay(1000); TIM3->CCR1 = CCR1_Val...
[ "jmberi@gmail.com" ]
jmberi@gmail.com
ff063153a9002d9fe68a44c5d2846f1020966fbc
1ee1572f204491b2837c5606e26cb394b20635f7
/src/hspice_read.h
75b280e28b95157b267a3d83f7e1e2a58d927601
[]
no_license
PTNobel/hspicefile
447fd393309610c21ae821ee96b533356b4dc6b9
28951881bcabc258698ccf359dfaca347b1cbe44
refs/heads/master
2020-04-02T07:45:47.425143
2018-10-22T20:38:17
2018-10-22T20:38:17
154,213,662
2
1
null
null
null
null
UTF-8
C
false
false
301
h
#include "Python.h" // Structure for fast vector access struct FastArray { char *data; char *pos; Py_ssize_t stride; Py_ssize_t length; }; // Python callable function static PyObject *HSpiceRead(PyObject *self, PyObject *args); #ifdef LINUX #define __declspec(a) extern #endif
[ "parthnobel@berkeley.edu" ]
parthnobel@berkeley.edu
3033e38167aa6b214564365bc56053f96583fdea
b54829c3408a645bb0a13bccd4cc89df853ea3b3
/ReactionGameWithArcadianStyleLed.cydsn/Generated_Source/PSoC5/ErikaOS_1_cortex_mx_ee_utils.c
91bb7fe69d8547ed1df0ddbd76897bcb684cf885
[]
no_license
aadarshkumar-singh/ReactionGameWithArcadianLeds
e023b437cf2b5735fc578ff981cab3b395e83688
f4b3e44e8dfa05c9fca23d32691c119ca7279577
refs/heads/master
2022-06-06T17:24:39.638079
2020-04-26T16:09:55
2020-04-26T16:09:55
259,063,626
0
0
null
null
null
null
UTF-8
C
false
false
10,170
c
/* ###*B*### * ERIKA Enterprise - a tiny RTOS for small microcontrollers * * Copyright (C) 2002-2011 Evidence Srl * * This file is part of ERIKA Enterprise. * * ERIKA Enterprise is free software; you can redistribute it * and/or modify it under the terms of the GNU General Public License * version 2 ...
[ "aadarshxp@gmail.com" ]
aadarshxp@gmail.com
02ce6ec27d6c5a1d2a631724d6b84e479ce6fe6e
f36b1063d1e6cd0eb756be4f93e6b70ea1caaf5a
/09-Ejercicios temas 04-08/eje2.3.c
0cf7eac3799aadb61ba233e28e8690c23f5dd045
[]
no_license
vareladev/fundamentos-programacion
333fc0295121352fba7f8eab92f89efecc09ad33
9f3fa412a0fa2e5b1ebbad1e95eeca0847cd3ba4
refs/heads/master
2020-03-29T23:22:19.746479
2018-11-30T22:03:04
2018-11-30T22:03:04
150,464,495
0
0
null
null
null
null
UTF-8
C
false
false
1,150
c
/****************************************************************************** Fundamentos de programación. Introducción a lenguaje C. ejemplo 2.3: Cree un programa en C que dada la cantidad de dinero S, el interés I y el número en años N que han pasado desde que el cliente puso su dinero a plazo fijo en interva...
[ "varela.dev@gmail.com" ]
varela.dev@gmail.com
c400d911bdac280076da5cc0f7e261aed38d64be
0e4b4352f18e3e6f9f5301d794f0e173d1e6492e
/realtime_app/FreeRTOSConfig.h
9aa83b8db995f598dfc5fe0ca2fce9ff6ee920ec
[]
no_license
bogdan-folea/explorer
9105f62a10e0a360a1e70e23a3092eb253219abd
45cdfad860b0c43a1e28dee50489f847392f34ce
refs/heads/master
2021-01-19T18:18:10.558554
2017-11-01T12:26:21
2017-11-01T15:27:47
88,354,114
0
0
null
null
null
null
UTF-8
C
false
false
4,568
h
/************************************************************************************** * * * Proiect de Licenta * * Bogdan Folea, 2017 ...
[ "bogdan.folea@nxp.com" ]
bogdan.folea@nxp.com
74edfa4385f334ca36890e99a891ca316adc1747
d7db3d7e2c3f4f9fd27c01d381f8f480d7ab774e
/0x1A-sorting_algorithms/sort.h
31f0aabc3d8606eba8f0534c61130d81594e46cb
[]
no_license
davidknoppers/holbertonschool-low_level_programming
0d0a3ef8631d00fffe1a175f5bfb5da0268b939d
e59bda1bda44e93bc38b9b4d669c55fba61ec3f8
refs/heads/master
2021-05-04T07:55:48.666391
2017-06-17T02:13:09
2017-06-17T02:13:09
70,721,770
0
1
null
null
null
null
UTF-8
C
false
false
1,268
h
#ifndef SORT_EM #define SORT_EM #include <stdlib.h> /** * struct listint_s - Doubly linked list node * * @n: Integer stored in the node * @prev: Pointer to the previous element of the list * @next: Pointer to the next element of the list */ typedef struct listint_s { const int n; struct listint_s *prev; struct...
[ "david.knoppers@holbertonschool.com" ]
david.knoppers@holbertonschool.com
6b4156e77742ff08feb1f60108e8ae74d5b06c2b
88a9634773e53a134482edd50ce1d85f957c3d9c
/testBreakOut.c
1be1e9055b7e7d3d2054e1672ddb8608d2f6b1ec
[]
no_license
daroprogrammer/breakout_in_c
0d02114088bf9ce419c2bd74bccb8fa2fe5a78d1
a2f69520e4b81b483ed4026384f17f1748906a39
refs/heads/master
2021-01-23T11:04:26.410115
2015-01-14T05:37:45
2015-01-14T05:37:45
29,176,640
0
0
null
null
null
null
UTF-8
C
false
false
2,315
c
#include <stdio.h> #include <string.h> #include "gobjects.h" #include "gevents.h" #include "ginteractors.h" #include "gwindow.h" int main(void) { // Instatiate a window GWindow window = newGWindow(320, 240); // Make a circle without fill GOval circle = newGOval(0,0,50,50); // Make a black ball ...
[ "daroprogrammer@gmail.com" ]
daroprogrammer@gmail.com