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
f27c9bd051e930f3fb09a2068ac32047fccf4331
8b06ec428600e7f4b36b1544b5b75cd2527b2e8e
/model/v1beta1_pod_disruption_budget_status.h
ad2417af604dd58d0c3a9fe0c0e11553a7b516b5
[ "curl", "Apache-2.0" ]
permissive
ityuhui/client-c
e875d0d33e4e4664a207b5c5198b3fa65cbaa97a
1d30380d7ba0fe9b5e97626e0f7507be4ce8f96d
refs/heads/master
2022-05-17T12:31:03.253587
2022-05-13T03:37:33
2022-05-13T03:37:33
215,933,099
0
0
null
null
null
null
UTF-8
C
false
false
1,428
h
/* * v1beta1_pod_disruption_budget_status.h * * PodDisruptionBudgetStatus represents information about the status of a PodDisruptionBudget. Status may trail the actual state of a system. */ #ifndef _v1beta1_pod_disruption_budget_status_H_ #define _v1beta1_pod_disruption_budget_status_H_ #include <string.h> #inclu...
[ "yuhuixa@cn.ibm.com" ]
yuhuixa@cn.ibm.com
ddea6bfbc31ca88e000225553b4092f6dc1c041c
bbcda48854d6890ad029d5973e011d4784d248d2
/trunk/win/Source/Includes/QtIncludes/src/3rdparty/clucene/src/CLucene/config/compiler.h
3e14b62d88045dffc247bae6a34b374dfd380157
[ "MIT", "curl", "LGPL-2.1-or-later", "BSD-3-Clause", "BSL-1.0", "Apache-2.0", "LicenseRef-scancode-public-domain", "LGPL-2.1-only", "Zlib", "LicenseRef-scancode-unknown", "LicenseRef-scancode-unknown-license-reference", "MS-LPL", "GPL-1.0-or-later", "LGPL-2.0-or-later" ]
permissive
dyzmapl/BumpTop
9c396f876e6a9ace1099b3b32e45612a388943ff
1329ea41411c7368516b942d19add694af3d602f
refs/heads/master
2020-12-20T22:42:55.100473
2020-01-25T21:00:08
2020-01-25T21:00:08
236,229,087
0
0
Apache-2.0
2020-01-25T20:58:59
2020-01-25T20:58:58
null
UTF-8
C
false
false
8,962
h
/*------------------------------------------------------------------------------ * Copyright (C) 2003-2006 Ben van Klinken and the CLucene Team * * Distributable under the terms of either the Apache License (Version 2.0) or * the GNU Lesser General Public License, as specified in the COPYING file. --------------...
[ "anandx@google.com" ]
anandx@google.com
7b9996c263da644490532c207107a1f1bbbdc204
8c6902af3169bf3da67620009d353f2b16819d5b
/Arrays/Address/Address.c
2bb69f124bf514f92fda2be40238351125f541f4
[]
no_license
679/c
2e0541bba027d92b1a5934273ce3498803d12b76
6172ec3520a230763aecdfe988142eb9c789235a
refs/heads/master
2021-01-15T21:01:58.666016
2015-09-02T14:47:32
2015-09-02T14:47:32
41,804,805
0
0
null
null
null
null
UTF-8
C
false
false
273
c
/* Program to demonstrate int a[10], &a and &a[0] and a */ #include<stdio.h> main() { char array[16]; printf("&array[0]: %p\n &array:%p\n array:%p\n", &array[0], &array, array); printf("(void *)&array:%p\n (void *)(&array+1)%p\n", (void*)&array, (void*)(&array+1)); }
[ "vaindam679@gmail.com" ]
vaindam679@gmail.com
99c93834ebe4e25a95337145ce33d4e111229254
51635684d03e47ebad12b8872ff469b83f36aa52
/external/gcc-12.1.0/gcc/testsuite/g++.dg/cpp0x/initlist-value3.C
25ac104d24dde1e2c36abddef2e1126a969730df
[ "LGPL-2.1-only", "GPL-3.0-only", "GCC-exception-3.1", "GPL-2.0-only", "LGPL-3.0-only", "LGPL-2.0-or-later", "FSFAP", "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
300
c
// PR c++/89119 // { dg-do compile { target c++11 } } struct S { int a[4]; }; template<int N> struct R { int a[N]; }; template <typename T> void fn () { constexpr auto s = S(); constexpr auto s2 = S{}; constexpr auto r = R<4>(); constexpr auto r2 = R<4>{}; } void foo () { fn<int>(); }
[ "rink@rink.nu" ]
rink@rink.nu
9f98f9a225238913388222e69d2fa34f31671f31
b7525fde60c1e747864254ac3e2a0f0beeaf75cb
/intensional-2/haystacks_llbmc/Haystacks-24.c
4e753edb5223215ac4b524be285b3dfe421ae0b2
[ "LicenseRef-scancode-public-domain-disclaimer" ]
permissive
vsahil/csp-c
8ea7e875378ffcb79e97eb2db150027b83a4ce47
0afcfe6ab1df25c81b14fb7540d89c3c4fd42277
refs/heads/master
2020-03-18T04:28:40.358350
2019-05-16T05:17:11
2019-05-16T05:17:11
134,289,263
0
1
null
2018-05-29T08:15:58
2018-05-21T15:39:11
C
UTF-8
C
false
false
278,340
c
int dist(int a, int b) { int dis = (a-b >= 0) ? a-b : b-a; return dis; } #include <llbmc.h> #include <assert.h> #include <stdio.h> #include <stdlib.h> int main () { int var0; var0 = __llbmc_nondef_int(); int var1; var1 = __llbmc_nondef_int(); int var2; var2 = __llbmc_nondef_int(); int var3; var3 = __llbmc_nondef_int(...
[ "v.sahil1@gmail.com" ]
v.sahil1@gmail.com
36cf88a45999856d7ac0d5532cf15e3789f29ad8
b789dffa9a63dbd5be9e46f9621d6d0bae717aed
/lib/core_spike_gdb/reactor.h
f04ec9f068d3b20cae4266d40fdbf00cebe4510c
[]
no_license
SaltedFishLZ/dta-cps
5e7fb7fba6c34a97c66fc3f40c6f8e110f6aa4f6
1f468a234e497a6ba2c9873b0444b432f78dc7a5
refs/heads/master
2023-07-05T10:20:20.548091
2021-08-03T07:50:45
2021-08-03T07:50:45
320,490,989
1
0
null
2020-12-20T22:25:39
2020-12-11T06:47:22
C
UTF-8
C
false
false
31,998
h
/** * @file * @author Edward A. Lee (eal@berkeley.edu) * @author Marten Lohstroh (marten@berkeley.edu) * @author Chris Gill (cdgill@wustl.edu) * @author Mehrdad Niknami (mniknami@berkeley.edu) * * @section LICENSE * Copyright (c) 2019, The University of California at Berkeley. * * Redistribution and use in so...
[ "zhliang@berkeley.edu" ]
zhliang@berkeley.edu
d3b6d3e02db61ec867121427496aec6b42aa2a2a
bae158e5d33729ad52dc5e73f39f3aa384565764
/showroom/posix/user/condtest.c
95046eb0c1706f67bc6bb4d03f765f4f0e6720bb
[]
no_license
manasdas17/RTAI
14fb10042cc43d4577abc280175f4b53b1f95d46
5735b81765ef5b71aaf6436b38b56be5354f0dd6
refs/heads/master
2021-01-14T08:30:26.497857
2014-12-16T16:15:24
2014-12-16T16:16:20
null
0
0
null
null
null
null
UTF-8
C
false
false
6,195
c
/* COPYRIGHT (C) 2003 Paolo Mantegazza (mantegazza@aero.polimi.it) This 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 version 2 of the License, or (at your option) any later version. Thi...
[ "neotheuser@ymail.com" ]
neotheuser@ymail.com
e4245c51f23c0fa95981b50bb788490c0cb24143
9e4f745fb530b2b0bc4b129264d8354038501a86
/KernelLuaVm/crt/misc.c
ab3174f389b2137934d72b0a2ddeedecd3fd5035
[]
no_license
tzf-omkey/NtLua
fc66a6cba2b9883c09c390cb37e9ef01eac76d8a
d74fa5fdad4256e2d8cac6f4754e0d695ecdb154
refs/heads/master
2023-06-25T18:29:21.245582
2020-07-06T21:39:12
2020-07-06T21:39:12
null
0
0
null
null
null
null
UTF-8
C
false
false
113
c
#include <intrin.h> #include "crt.h" void abort() { __debugbreak(); } char* getenv() { return "virtual://"; }
[ "can.boluk89@gmail.com" ]
can.boluk89@gmail.com
0052a703fb5239e967345957a50ae4cf089da545
b7ed4ee507a6c7362e3c270b9608cb75428b8fca
/sources/st-etal/stable-etal/dcop_driver/lib_steci/include/steci_trace.h
b7b78fe94cad8c03d499e833130f62684566cf4c
[]
no_license
niefan/STA5_pre
a2c0e508d80c43f6e100a4d9c3dcb650b638a014
a1b2540edd45eea4f13994f54db38f5a9a7ab906
refs/heads/master
2022-02-20T04:36:58.406957
2019-09-17T05:39:37
2019-09-17T05:39:37
null
0
0
null
null
null
null
UTF-8
C
false
false
4,614
h
//! //! \file steci_trace.h //! \brief <i><b> STECI module trace and log macros </b></i> //! \details This file contains macros to print messages to the output. //! The macros are defined so that if the TR_LEVEL is below //! a threshold the trace code is not even included in the build. //! The macros m...
[ "fangyunmeng@hotmail.com" ]
fangyunmeng@hotmail.com
006260f885e66fae59addc2d47de7316c33a7b05
3696b7ee2caef053da4545fb4f2265c987c9a223
/Puissance4/libft/sources/ft_printf.c
12f7b9977ce19c02a6a91a616999694866809d87
[]
no_license
DylanLEBLOND/C
f75bca70bc14d6e09d0f5ef3769980155cf02558
0d6c8ff31217c1decb6c89a27207a791b0d27be3
refs/heads/master
2021-01-18T23:11:57.847042
2020-08-26T21:35:39
2020-08-26T21:35:39
53,179,833
1
0
null
null
null
null
UTF-8
C
false
false
1,577
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_printf.c :+: :+: :+: ...
[ "dle-blon@e2r7p23.42.fr" ]
dle-blon@e2r7p23.42.fr
092178a2c987acc775902708889d94288a36e8b7
524f4731ea09cb4e6395975a20eeeb54dab582cc
/Lista 1/ex38.c
c007c0efdc1745dfbee384f427447716371f5322
[]
no_license
guilhermect/c-exercises
82cdc96aec17c7068b11c8064da928903902c3b2
88a553734c5f5d50d154cf230f84b383a3a68a7c
refs/heads/master
2020-04-22T14:13:13.839124
2019-04-17T02:06:56
2019-04-17T02:06:56
170,435,893
0
0
null
null
null
null
UTF-8
C
false
false
183
c
#include <stdio.h> main(){ float m, km; printf("Digite a velocidade em milhas "); scanf("%f",&m); km = 1.61*m; printf("velocidade em km: %.2f", km); }
[ "guilhermect1999@gmail.com" ]
guilhermect1999@gmail.com
58f8ff6e57e707b63ee5aeff9deb9d04e16dadf2
f087eac6321d96c402f1ad4d2655383ca2ba9712
/level1Scene.c
6026ca201628af50f7f774208e9421a7a76ce1c2
[]
no_license
NishIRL/Hololive-Jump
f3102327e1107681c35e987c900aef08eae97522
1a7ec14f32711ac7bf8cd22b4c7f6eabe62bfe9e
refs/heads/main
2023-06-21T17:00:13.781273
2021-07-23T02:09:42
2021-07-23T02:09:42
388,649,427
0
0
null
null
null
null
UTF-8
C
false
false
35,051
c
//{{BLOCK(level1Scene) //====================================================================== // // level1Scene, 256x512@4, // + palette 256 entries, not compressed // + 145 tiles (t|f|p reduced) not compressed // + regular map (in SBBs), not compressed, 32x64 // Total size: 512 + 4640 + 4096 = 9248 // ...
[ "noreply@github.com" ]
NishIRL.noreply@github.com
ec2b7381a476ae3ce9d592baf7d4feea5ca0f236
63b4a698bc22fd54857c8fa097b1331f79c39e5a
/src/gdb/gdb-8.3/gdb/testsuite/gdb.base/code_elim1.c
cb8e67c5206e3f2e1429990cf96a6225d5761af4
[ "GPL-3.0-only", "LGPL-3.0-only", "GPL-2.0-only", "GPL-1.0-or-later", "LGPL-2.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-other-copyleft", "LGPL-2.0-only", "LicenseRef-scancode-other-permissive", "GPL-2.0-or-later", "LicenseRef-scancode-unknown-license-reference",...
permissive
MinimSecure/unum-sdk
67e04e2b230f9afb3ae328501a16afa4b94cdac6
30c63f0eccddba39a760671a831be3602842f3f4
refs/heads/master
2023-07-13T07:33:43.078672
2023-07-07T13:52:05
2023-07-07T13:52:05
143,209,329
33
22
Apache-2.0
2021-03-05T22:56:59
2018-08-01T21:13:43
C
UTF-8
C
false
false
1,154
c
/* This testcase is part of GDB, the GNU debugger. Copyright 2010-2019 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or ...
[ "denis.bakin@minim.co" ]
denis.bakin@minim.co
f35d2c499dcbe9737ec0bcd76be84b9cc449bedd
74516518cab7a3bec0dd5120479e359d38a32b0c
/libs/Pods/Headers/Public/LYService/OWBasicHTTPRequest.h
bbf957a642c01177397a43756518aacb6db213c3
[]
no_license
CrazyRocks/QuanMinYueDu0409
7695fc4b599e27bb1346450e75b46283298f5492
ed8e9a53a9c9592b668f96f857e0c2738071ab24
refs/heads/master
2021-01-12T17:36:26.997438
2015-05-05T07:43:55
2015-05-05T07:43:55
71,615,252
1
0
null
2016-10-22T03:50:16
2016-10-22T03:50:16
null
UTF-8
C
false
false
81
h
../../../../LYService/LYService/manager/http request manager/OWBasicHTTPRequest.h
[ "mac@jessdeMacBook-Pro.local" ]
mac@jessdeMacBook-Pro.local
5160bb72a08fd609df815bbbb371aabd2cb42400
bf03fa54f5182bb14b9d9073f5cca9135abc542e
/TAD2_1.c
5df1fb05ca762b1334ba56ed427eeedcf086c0cb
[]
no_license
jvda/Mecatronica
17dfeb38d7b8c12d4589b37f65a318982a384352
0b1a11495e373159c4f983b5c9995d41ad063426
refs/heads/master
2020-09-09T13:32:06.462907
2019-11-13T13:02:38
2019-11-13T13:02:38
221,459,387
0
0
null
null
null
null
UTF-8
C
false
false
4,698
c
/* gcc TAD2_1.c -o TAD2_1 -pedantic -Wcomment -Wformat -Wignored-qualifiers -Wmain -Wmissing-braces -Wmissing-include-dirs -Wparentheses -Wsequence-point -Wreturn-type -Wunused-function -Wunused-variable -Wuninitialized -Warray-bounds -Wundef -Wpointer-arith -Wtype-limits -Wcast-qual -Wwrite-strings -Wempty-body -Wsign...
[ "jubedavazquez@gmail.com" ]
jubedavazquez@gmail.com
88aadb77a8494bf9b19f2a629dabccc1a7afc580
6c372d09cd66436146d335152c0dc6795a47c722
/tarjan.c
66c235187c73667c880f3799db284661fa47d70a
[]
no_license
jagalinho/ist-asa-tarjan-scc
1fc2892f1b9a3acc68e7b0a77ca220c3920bb7ca
ef8d20cf1dfe8f274d64ea63f5173b81bf86d4db
refs/heads/master
2023-07-26T19:51:07.831913
2021-09-09T18:00:15
2021-09-09T18:00:15
399,505,270
0
0
null
null
null
null
UTF-8
C
false
false
4,791
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #define min(a,b) (a>b)?b:a #define checkStack(v) v->on_stack typedef struct _vertex { int ref, n_adj, d, low, i_scc, on_stack; struct _vertex **adj; } Vertex; typedef struct { int size, max_size; Vertex **stack; } Vertex_stack; void initiali...
[ "joao.galinho@nyu.edu" ]
joao.galinho@nyu.edu
bea199a2c0e49d875f72f5e5390fae5534c7c237
ac482374185c0fba346c6f29495c7c3217c074dd
/CLIPS Framework/Source/dffnxfun.c
18d81c5238b392d3f5f6fe1f162212dc7fe430ce
[]
no_license
tdbit/ObjectiveCLIPS
887b7a16336b704aad070c097108215b9bb5f5b6
25e326d3e81f6c33b279bf8dfaaeebaaacfd1a32
refs/heads/master
2020-04-15T02:54:19.925749
2012-03-21T07:00:28
2012-03-21T07:00:28
3,752,704
1
1
null
null
null
null
UTF-8
C
false
false
35,588
c
/*******************************************************/ /* "C" Language Integrated Production System */ /* */ /* CLIPS Version 6.23 01/31/05 */ /* */ /* ...
[ "tom@updtd.com" ]
tom@updtd.com
ce0ca57897e49ff7613512aa0d9b77f9e8db5087
27bcd5c9ded70102540c0ccd03f3e2b281dbf58c
/mudlib/w/barthleby/noella/rooms/bosque_noella/bosque_noella14.c
0d13b0dfda2abf9105f1e75d25faea9cb794f1f7
[]
no_license
unleashed/ninetears
57fdc71fd651b3ff95e5e7c14b0566729584e006
4edd22c75e3fa99be4b5820300491c6b62e06085
refs/heads/master
2020-07-14T04:25:56.302027
2019-08-29T18:46:57
2019-08-29T18:46:57
205,225,438
1
0
null
null
null
null
UTF-8
C
false
false
327
c
#include "/w/barthleby/path.h" inherit BOSQUE"std_bosque_noella.c"; void setup() { base_desc(); set_exit_color("cyan"); set_short("%^GREEN%^Camino en el bosque%^RESET%^"); long_desc_bosque_noella(); add_exit("noroeste", BOSQUE+"bosque_noella13","road"); add_exit("este", BOSQUE+"bosque_noella15","road...
[ "amr@redhat.com" ]
amr@redhat.com
d70d9695eb1fdb81443d2bb12b935b315eaa9c57
5552b480dd01502469f31ba81db9ea0d37671cf2
/intern_word.h
acf4d55922ad80ff94ff80466a773c25f52b2dee
[ "Apache-2.0" ]
permissive
tdunning/ancient-stats
b10cf0e665d7a0648dd8503127dd103103185096
4d49826e0b6b1a718a71e74e35fac48436c81c20
refs/heads/master
2023-09-04T01:56:28.462601
2015-06-19T18:59:37
2015-06-19T18:59:37
18,982,799
5
2
null
null
null
null
UTF-8
C
false
false
894
h
/* Copyright (c) 1996, Aptex Inc. 9605 Scranton Road Suite 240, San Diego. All Rights Reserved. THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF APTEX INC The copyright notice above does not evidence any actual or intended publication of such source code. RESTRICTED RIGHTS LEGEND: Use, duplication, o...
[ "tdunning@apache.org" ]
tdunning@apache.org
694748b4c4c202597eba21725150c7425851ef9e
23c209b9bbc4cf8b6dcc0473f4da2cefe4e21512
/macros/r3b/16O_sf/runs/C_He_50mg/run_sim_0004.C
63d70a6286a5fee6615cc21b634b9934b88e9197
[]
no_license
Dundoril/R3BRoot
9d4a28bf8d1f139b6b49e961cd64b3dab890879d
715d92920bc838e2e2ba9a52805d58a6c0e7dc56
refs/heads/master
2021-09-23T01:00:15.297387
2018-09-19T14:06:00
2018-09-19T14:06:00
149,442,504
0
0
null
2018-09-19T11:48:37
2018-09-19T11:48:37
null
UTF-8
C
false
false
9,745
c
void run_sim_0004() { TString transport = "TGeant4"; Bool_t userPList = kFALSE; // option for TGeant4 TString outFile = "sim_0004.root"; TString parFile = "par_0004.root"; Bool_t magnet = kTRUE; Double_t fieldScale = -0.4794; TString generator1 = "box"; TString generator2 = "ascii"; ...
[ "philipp.erbacher@gmail.com" ]
philipp.erbacher@gmail.com
558c8e8f1deaa78474a0e05ee0b040760114eaf9
6abb1d69571e03b1608a77debf41e35306397f29
/Experimental/AX8SWAP/drivers/axswap/internal.h
908bd0eebc51596ae01d90af0d58cf8970c75d0f
[]
no_license
AnDyXX/Xperia-devices
dbb497c5b04bf937b86d04ff9f5bbc4203981269
66052d91d72023cc9d19fbe6b3d02980986b5cff
refs/heads/master
2016-08-04T15:36:01.103965
2014-09-10T08:26:40
2014-09-10T08:26:40
1,925,400
0
1
null
null
null
null
UTF-8
C
false
false
8,493
h
/* internal.h: mm/ internal definitions * * Copyright (C) 2004 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Fo...
[ "a.kurzeja@gmail.com" ]
a.kurzeja@gmail.com
8e43314eb259e0e115b7b83b183650f5f41fa994
cd80b1d1ef2d0d507d4dcc12780f21e8aad29349
/conv-engine/omp/ime-sad/optimized-versions/ime-sad-vec.c
71d8f0b962571a2665b10a12a4afa3653dc89a35
[]
no_license
kzhao32/cs758workloads
f3143abc4eefbe05b82999499d8ccb9296881005
e55bc3dacd8bb47146543d3b304495e6e07374c8
refs/heads/master
2020-06-18T07:41:24.482030
2016-12-20T01:08:28
2016-12-20T01:08:28
75,151,363
1
0
null
null
null
null
UTF-8
C
false
false
4,850
c
// Interget Motion Estimation SAD Kernel for H.264 Video Encoder // // 2D Convolution -- Abs Diff and Addition // Abs diff b/w 2 images and addition of differences // Stencil kernel size -- Granularity at which convolution takes place #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #inc...
[ "kaizhao@wifi-797.cs.wisc.edu" ]
kaizhao@wifi-797.cs.wisc.edu
9bdc8da69a27ee88b33b249522d4f0dc09a65337
a832ee82397520b30e8aadc77cbeb1553f93bc1e
/A3-Find Prime Factors with Sieve/pfact.c
4b0184cfd79d8ecf932ad90055d4cac966aec19d
[]
no_license
hanwen0529/Software-Tools-and-Systems-Programming
255bfdf0e012cbaa986a2b0bc1e698ddd9625bdf
d56688faf3e1e99bc6b627a88e3467f04f409edc
refs/heads/master
2020-03-23T06:12:44.448915
2018-09-16T03:57:27
2018-09-16T03:57:27
141,195,747
1
1
null
null
null
null
UTF-8
C
false
false
8,950
c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <sys/types.h> #include <sys/wait.h> #include <math.h> int main(int argc, char **argv) { int n; if(argc != 2 || (n = strtol(argv[1],NULL,10)) <= 1){ fprintf(stderr,"Usage:\n\tpfact n\n"); exit(1); } d...
[ "hw_liang0529@163.com" ]
hw_liang0529@163.com
e367b544e7f9fe9aa8d98a795a4678c99fd2056e
9be11b2b83aac5f70b011ab3ed509d76ee735b3a
/glut_tutorial/enshu18.c
59eebac1e1f7506eccd015c1eda4a44f5cebd89f
[]
no_license
Ryogo-san/OpenGL_sample
68205b205ab3b1d1a44ff50f10ce055ce0e63d14
ee1d2335d0d35a215d7bfa928b5e6643105f60a4
refs/heads/master
2022-12-05T16:46:46.447618
2020-09-01T04:48:46
2020-09-01T04:48:46
290,674,744
0
0
null
null
null
null
UTF-8
C
false
false
3,189
c
#include <stdlib.h> #include <GL/glut.h> GLdouble vertex[][3]={ {0.0,0.0,0.0}, {1.0,0.0,0.0}, {1.0,1.0,0.0}, {0.0,1.0,0.0}, {0.0,0.0,1.0}, {1.0,0.0,1.0}, {1.0,1.0,1.0}, {0.0,1.0,1.0} }; int edge[][2]={ {0,1}, {1,2}, {2,3}, {3,0}, {4,5}, {5,6}, {6,7}, {7,...
[ "ritosetsugekka0226@gmail.com" ]
ritosetsugekka0226@gmail.com
e8d551e4883d8bd83946080d5fe46964271cae6f
c425afb8bb6b182168fd4c3a46c9b334f4740e60
/data/template/unknow/luck_ring-1632024509.c
76e3060ba50c2a9e411274ec8805f171d0db1c88
[]
no_license
fluffos/nt7
ceef82b2465cf322549c7ece6ce757eaa8ec31ff
52727f5a4266b14f1796c2aa297ca645ca07282a
refs/heads/main
2023-06-17T10:07:33.000534
2021-07-15T11:15:05
2021-07-15T11:15:05
308,148,401
9
9
null
2021-06-28T14:11:57
2020-10-28T21:45:40
C
UTF-8
C
false
false
1,194
c
// luck_ring.c // Create by TEMPLATE_D. Sun Jan 20 20:54:09 2019. // This program is a part of NT MudLIB #include <ansi.h> #include <armor.h> inherit RINGS; void create() { set_name("幸运女神戒指", ({ "luck ring" })); set_weight(500); /*if (clonep()) set_default_object(__FI...
[ "i@oiuv.cn" ]
i@oiuv.cn
0c649c25a2e576d1ecb7f0539380f70e288c8fba
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/gpu/drm/i2c/extr_tda998x_drv.c_reg_write.c
11820c76037bdfab6364b750b0e86c360fcec2fc
[]
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
1,430
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
3f77e3c98c5ac6b32bd0ad55398d9b91056e6091
a7d24c48a8bb1beff821018ca16ebe297b90ccf1
/ifup/wg4/exec.c
4a0a203974be71e421d1f7a988803d90da5ed153
[]
no_license
ackmangogo/init-files
972e99d2ff4c0931f4f1d29c0e4d7884d251e81b
7ee33307a3a8e11cc4aec8382b02976929737525
refs/heads/main
2023-05-05T11:50:44.214823
2021-06-02T12:27:40
2021-06-02T12:27:40
365,695,824
0
0
null
null
null
null
UTF-8
C
false
false
12
c
exec.special
[ "ackmangogo@hotmai.com" ]
ackmangogo@hotmai.com
29fc82cc661b8a27b508333930371de9daf22f03
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/b803e54c-9ea3-4799-a311-f87c17c440fd.c
0f4d9ae32c60b141b1931f0302cf4bcd1908f5e6
[]
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
555
c
#include <string.h> #include <stdio.h> int main() { float i; float j; float k; float l; i = 6; j = 9; //variables /* START VULNERABILITY */ int a; char b[37]; char c[9]; a = 0; do { a--; /* START BUFFER SET */ *((char *)c + ( a - 1 )) = *((cha...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
55339f2f4b4ad1547c35541837e8dd3fc0a3ebc7
ab176a35488c0dbaa053973ac1b89849d9329d49
/verification/fizhi-gridalt-hs/code/fizhi_SIZE.h
d8a440c41e93676ab122a1984c90a3fe5e9bfb6c
[ "MIT" ]
permissive
edoddridge/MITgcm66h
feeef33b3386d86cd979013599e4c7aaf2251b6f
e030d905b9d36ef606d8b24322974f8ad05c664d
refs/heads/master
2021-01-25T08:23:17.617638
2017-09-25T19:38:16
2017-09-25T19:38:16
93,763,174
1
2
null
2017-06-26T15:32:25
2017-06-08T15:10:08
Fortran
UTF-8
C
false
false
140
h
C $Header$ C $Name$ c Physics Grid Vertical Dimension c ------------------------------- integer Nrphys parameter (Nrphys = 21)
[ "molod@ocean.mit.edu" ]
molod@ocean.mit.edu
c56d98ea5de899ee8875bf3930c87c99f9c1a5b6
a75d9050638778ae72260cb9d88fc74ce2ba33a2
/Second course/3rd semester/C-language/lab_08/func.h
b2674bd183d13be6e5bc697d3060bfba2caf289f
[ "MIT" ]
permissive
gHuwk/University
aeacc242bd1d5fe588a84878bd8abd8eb349d615
9a0196a45c9cf33ac58018d636c3e4857eba0330
refs/heads/master
2023-06-11T02:24:24.459902
2021-07-03T12:56:03
2021-07-03T12:56:03
null
0
0
null
null
null
null
UTF-8
C
false
false
551
h
#ifndef H_FUNC #define H_FUNC #include <stdio.h> #include <stdlib.h> #include <malloc.h> #include <string.h> //чуть-чуть комментариев void readArray(double *matrix, FILE *f, int n, int m); void findSum(double *matrix, double *matrix2, int n, int m, double *result); void findProduct(double *matrix, double *matrix2, ...
[ "noreply@github.com" ]
gHuwk.noreply@github.com
3c7b46ee864d1cd2ebe79cc709e47b078c383f81
0c5d3b088080577388f5766431487534f93a2c40
/Github-Projects-Origin/linux-master/drivers/pci/host-bridge.c.bak.c
52f3b3eb7ceec521a939acb0972028c6a035a02f
[]
no_license
zhiyuanjia/WoBench
878255ce45e76ef57f88743c7f43acdfa59e93e7
6b337780cbd598de98fc0eabd19efaf1a01b6012
refs/heads/master
2021-09-23T03:12:08.091319
2018-06-14T10:17:59
2018-06-14T10:17:59
null
0
0
null
null
null
null
UTF-8
C
false
false
2,481
c
#include <assert.h> #include <string.h> #define INCLUDEMAIN // SPDX-License-Identifier: GPL-2.0 /* * host bridge related code */ #include <linux/kernel.h> #include <linux/pci.h> #include <linux/module.h> #include "pci.h" static struct pci_bus *find_pci_root_bus(struct pci_bus *bus) { while (bus->parent) bus = b...
[ "wangcong15@mails.tsinghua.edu.cn" ]
wangcong15@mails.tsinghua.edu.cn
e502d5426776dd005056d6a6d98962543c328495
33531278799ba45ba90492e44124fc36e889d721
/include/PCTracker.h
199ad69ab1b13a9d98ec08541c2d31562f915658
[]
no_license
tianxiejack/track
85a7f59e345eb40086590b07bbd072d56916ac88
e1d3f413ce499f800361df9ae80a83445bc8b7f0
refs/heads/master
2020-03-22T23:31:19.684994
2018-07-13T07:57:17
2018-07-13T07:57:17
140,815,529
1
0
null
null
null
null
UTF-8
C
false
false
1,006
h
/* * PCTracker.h * * Created on: 2014-5-9 * Author: Zhong */ #ifndef PCTRACKER_H_ #define PCTRACKER_H_ //typedef unsigned char bool; typedef unsigned char UInt8; typedef unsigned short UInt16; typedef unsigned int UInt32; typedef unsigned char Uint8; //#ifndef bool #define false 0 #d...
[ "alex@qr.com" ]
alex@qr.com
ecec33d5ab9119a88fbd4e3d513a342d54405a58
46d59c25cc3390f86b90aa63cffbe5d3b7b5f0dc
/include/openssl/engine.h
f69939d57a20ca2f7aa26e696245e2b92f1380f2
[ "MIT" ]
permissive
horsicq/QOpenSSL
f67afcf39cf027c19e920eebb0fbe423eab4fd51
6a591b8e1477c88a1b72919b25490f743bb26154
refs/heads/master
2022-11-20T07:54:21.803158
2021-01-05T02:09:25
2021-01-05T02:09:25
193,987,198
1
2
null
null
null
null
UTF-8
C
false
false
35,373
h
/* * Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved. * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved * * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the fi...
[ "horsicq@gmail.com" ]
horsicq@gmail.com
c2c4c84e29e5609c4ff6510f76258a64cd0b1cd7
0d3187362424d29dadb8adfed2c9a6b880fb3ed6
/src/colors.h
5f70225651d5e5c67049388c7dc6112d0e7b0e3e
[]
no_license
happymobilecq/paint
2043d9b7a18028f217a264a3fa4f0ed4cce178e5
f715a49fb2b22472721e105e666bead1bd088b69
refs/heads/main
2023-02-05T10:58:49.980227
2020-12-29T11:09:35
2020-12-29T11:09:35
325,262,479
1
2
null
null
null
null
UTF-8
C
false
false
3,584
h
/* colors.h For Tux Paint List of colors Copyright (c) 2002-2007 by Bill Kendrick and others bill@newbreedsoftware.com http://www.tuxpaint.org/ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software...
[ "you@example.com" ]
you@example.com
f953ba37892e6ca8a94db76dece23b68daf1d3ed
d4040e4be8acdb6b01bab5f7b70b2fdc7782f0df
/rpg-prototype/src/gmFov.h
cfcff2dd0805327fa88ed24bf25974a93f5728d5
[]
no_license
loadedice/roguelike-engine
bc29f68b5f725d8c46dbe45d44a8e0a07bf698fa
885fa5542f8e81424092e0fc7c1cf4b9c965dbd0
refs/heads/master
2021-01-16T20:53:37.199944
2014-07-02T07:12:56
2014-07-02T07:12:56
null
0
0
null
null
null
null
UTF-8
C
false
false
682
h
#ifndef GMFOV_H #define GMFOV_H #include "fov.h" #include "gmMap.h" fov_settings_type fovSettings; void applyFov(void* map, int x, int y, int dx, int dy, void *src) { if (x >= 0 && y >= 0 && y < ((gmMap*)map)->fovMap.size() && x < ((gmMap*)map)->fovMap[y].size()) { ((gmMap*)map)->rememberMap[y][x] = true; ((gm...
[ "kaleadoskope@hotmail.com" ]
kaleadoskope@hotmail.com
6ea9dbf63360fc75cdc382e0825b693a76837137
1c382991f6e0868c7a46a9bad55acd6fa905b167
/matmul/blocked.c
7b559538a9ad4a6f95067e8198540e8d3e714137
[]
no_license
sspeng/Parallel-Computing
87f3d97883a382d7d3bd2ab7721c52dee5c14367
85fa339c7559c69bca85067564dc065bd89f61e7
refs/heads/master
2020-04-16T18:21:44.836763
2017-05-24T11:33:16
2017-05-24T11:33:16
null
0
0
null
null
null
null
UTF-8
C
false
false
1,855
c
#include <stdio.h> #include <stdlib.h> #include <omp.h> #include "blocked.h" #ifndef BLOCK_SIZE #define BLOCK_SIZE ((int) 16) #endif /* A is M-by-K B is K-by-N C is M-by-N lda is the leading dimension of the matrix */ void base_op(const int lda, const int M, const int N, const int K, const...
[ "aranisumedh@gmail.com" ]
aranisumedh@gmail.com
c5ee631d5bb0b0c47a1e10c3e6e36d2619c1911f
39bd53197443dd45a498c0da56385c3e5f310673
/04_fillit/src/read.c
0b366dd21e42b9664634e959924b0bd96fc1445f
[]
no_license
juhakala/root_hive
33118201686b39efab5595db0ca0550b5aa314ab
9283dc6bd36ba035f4d663f34514104343020694
refs/heads/master
2022-12-16T19:04:49.751532
2020-09-21T14:26:49
2020-09-21T14:26:49
222,804,409
0
0
null
null
null
null
UTF-8
C
false
false
2,870
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* read.c :+: :+: :+: ...
[ "jhakala@c3r4p1.hive.fi" ]
jhakala@c3r4p1.hive.fi
a2e521aba8cb510ddb771baefb08e7614f0c44bf
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/181912bb-8fcf-43c9-9604-33cfa2f29619.c
09cd446caefd080bddeb7ffd0097618d4f340295
[]
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
572
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 = i/j; l = i/j; l = l%j; k = l-j*i; //variables /* START VULNERABILITY */ int a; long b[82]; long c[68]; a = 0; do { ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
244006fa1f7b83a02a650280c0c63e827fde91ec
f8fb2e1cd1166dd018102b2db80db9b428300769
/I3D Assignment 2/png_loader.c
ffdd4b60e32de4182105558d4c75ef31273fab23
[]
no_license
karimainine/I3D-Assignment-2
971949de32ea1999333d52d510e720652aa3099f
6c6449e3455e2121c3f48727215dfa50c789c63a
refs/heads/master
2016-09-06T16:58:23.469595
2012-05-27T11:19:09
2012-05-27T11:19:09
null
0
0
null
null
null
null
UTF-8
C
false
false
9,663
c
#include "png_loader.h" #include <zlib.h> #include <stdlib.h> #include <string.h> #include <assert.h> #ifdef WIN32 #pragma warning(disable: 4996) /* disable deprication warnings */ #endif #define PNG_HEADER "\x89\x50\x4E\x47\x0D\x0A\x1A\x0A" #define DECOMPRESS_CHUNK_SIZE (1 << 21) #ifndef ABS #define ABS(x) ((x)<0?...
[ "karim.ainine@gmail.com" ]
karim.ainine@gmail.com
ee55f6c267b9cdc1c54ee02467018e5630dd2b94
07d5313b6f7aa7fc421dd244a045e45962b23bf8
/Common_3/ThirdParty/OpenSource/BulletPhysics/2.77/Demos/SharedOpenCL/btOclUtils.h
57f0cd0635c40f532da729b8f56305652d851379
[ "Apache-2.0", "Zlib", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-unknown" ]
permissive
daveansh/The-Forge
4bc91d1978f6f46ec746d4e690280fcdfe06efbd
29b377a64230be414eb84b632b8517646a1f9da4
refs/heads/master
2022-02-22T21:14:44.125736
2019-08-19T20:27:19
2019-08-19T20:27:19
192,270,664
1
0
Apache-2.0
2019-06-17T03:44:11
2019-06-17T03:44:11
null
UTF-8
C
false
false
1,655
h
/* Bullet Continuous Collision Detection and Physics Library, http://bulletphysics.org Copyright (C) 2006 - 2010 Sony Computer Entertainment Inc. This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this softwar...
[ "manas@conffx.com" ]
manas@conffx.com
0396691b70563148b6214f9513d9d9714fc59b82
b73701ed110df90fbf9a5bd752f46ad65df9ed3d
/13-2/task.c
7fdc34b74a088af674f9d7ea7ead201e7f2edc79
[]
no_license
Alaska-666/ACOS-MIPT-FIVT-3sem
6671a614f81dd64df5434a6c6a414a67eb5f5b66
273b89719c6cb31536305d6db3bba5ce3a3a270c
refs/heads/master
2020-05-24T20:22:51.708820
2019-09-01T06:50:21
2019-09-01T06:50:21
187,454,448
1
0
null
null
null
null
UTF-8
C
false
false
424
c
#include <stdio.h> #include <sys/types.h> #include <unistd.h> #include <sys/wait.h> int main() { pid_t pid; char word[4097]; int counter = 0; int status; do { pid = fork(); if (pid == 0) { if (scanf("%s", word) != EOF) return 1; return 0; } else { waitpid(pid, &status, 0); ...
[ "noreply@github.com" ]
Alaska-666.noreply@github.com
bca4ba2599270154acdfd78e90069036f90edb9d
5896167027f07d1e53672ebb76b60ed7bf2f09c8
/Win10_20H1_18990/x64/System32/ntoskrnl.exe/Standalone/_MI_PAGING_IO_STATE.h
986aa02e1c4262552775735c29549246b19cfb35
[]
no_license
antiwar3/headers
c776e1de8b552e1284901361907f5e7515ef20ae
e3ec0f11f62cdc76b6c0b6b9fa0d6ffe55e476f0
refs/heads/master
2021-05-25T22:49:20.063532
2020-02-24T21:43:26
2020-02-24T21:44:11
253,953,543
1
2
null
2020-04-08T01:25:44
2020-04-08T01:25:44
null
UTF-8
C
false
false
1,803
h
typedef struct _RTL_AVL_TREE { /* 0x0000 */ struct _RTL_BALANCED_NODE* Root; } RTL_AVL_TREE, *PRTL_AVL_TREE; /* size: 0x0008 */ typedef union _SLIST_HEADER { union { struct { /* 0x0000 */ unsigned __int64 Alignment; /* 0x0008 */ unsigned __int64 Region; }; /* size: 0x0010 */ struct ...
[ "w.benny@outlook.com" ]
w.benny@outlook.com
170179c20ddf5ab9fa66dffb31bb3ca61add85ac
07c393541b9f53624674f8cb7df3f6d1fd0d7701
/UEFITool-UT.NE.A27/common/descriptor.h
fa771016cfbac95a171fbb3d82d51e04a6609909
[ "BSD-2-Clause" ]
permissive
fcccode/Mac_Security_S4
e426c26391fa8292f9deba623a3127eca69ce637
aca838fa527050084812090a77db5e4a5518e903
refs/heads/master
2020-08-04T13:39:47.013001
2016-10-26T09:43:53
2016-10-26T09:43:53
null
0
0
null
null
null
null
UTF-8
C
false
false
7,360
h
/* descriptor.h Copyright (c) 2016, Nikolaj Schlej. All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-li...
[ "godthem90@gmail.com" ]
godthem90@gmail.com
894a7215572761c78d7caff882f22bdbc4dcbea5
56285ed1eab50652b85df97aa46b494c00ffb1b4
/Control/Copy_of_Control_Caldera/codegen/mex/predictRF_Y1/interface/_coder_predictRF_Y1_info.h
68da2df8ce2cc780f4efd45d7d486ff3d728add2
[]
no_license
pdiaz2/Espesador_Matlab
a9b889a7532bd58fba15ded2ab18ebd9148965c7
dee64b5a9b5c4dcac1b14a8603ac6e45da6c5a76
refs/heads/master
2021-07-12T22:34:40.214281
2018-12-01T19:53:15
2018-12-01T19:53:15
130,898,524
0
0
null
null
null
null
UTF-8
C
false
false
652
h
/* * _coder_predictRF_Y1_info.h * * Code generation for function '_coder_predictRF_Y1_info' * */ #ifndef _CODER_PREDICTRF_Y1_INFO_H #define _CODER_PREDICTRF_Y1_INFO_H /* Include files */ #include <math.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "mwmathutil.h" #include ...
[ "pdiaz2@uc.cl" ]
pdiaz2@uc.cl
6d020bb7d23c9c28f595efb5d3e439e6d7d2e6dd
10008567a66592fef37e1cad0d0626b61977d64d
/Src/Drivers/Camera/OEMCAMERA/BHO/stdafx.h
d9fc94dddeea5cbc9fb99cf6ee01c8d4b2f1f681
[]
no_license
blueskycoco/BigStar
5a1f2ef1d3cdeaaa6dd4b0efffbbf6050bdef05a
13d111ed3ca91c556968abea91cd59b857ed7972
refs/heads/master
2020-12-30T10:50:20.965295
2012-08-23T14:59:57
2012-08-23T14:59:57
null
0
0
null
null
null
null
UTF-8
C
false
false
1,611
h
// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this source code is subject to the terms of the Microsoft end-user // license agreement (EULA) under which you licensed this SOFTWARE PRODUCT. // If you did not accept the terms of the EULA, you are not authorized to use // this sou...
[ "dillon.min@cnbng-lt342.domain1.intra" ]
dillon.min@cnbng-lt342.domain1.intra
d9eba36f361da71e393aeff57485eb37200c29b8
d1a432c4c95fae5848947d2037af7cbfaa88da4a
/libft/ft_lstdelnode.c
397ea7b624b7c3d6d0f53d40d42a934d6ed92280
[]
no_license
Sqku/Minishell
5d208bcba118cb71b00f2a672923a78648e48a9e
50a334b2d8f73d50eff727e5375038b5aa896142
refs/heads/master
2021-01-23T01:01:14.250076
2017-05-30T16:57:30
2017-05-30T16:57:30
92,855,934
0
0
null
null
null
null
UTF-8
C
false
false
1,165
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstdelnode.c :+: :+: :+: ...
[ "ahua@e3r2p5.42.fr" ]
ahua@e3r2p5.42.fr
d10cae80820eb9d12ff46c2c518620f39ea649a1
937edbaeb2f9a58a7c59e0fbab0f7b1fd0a6eb7a
/all_parts_gui/LoggingCategories.h
b2ff0d15fcb210f11d1000090f08b771c218d8e4
[]
no_license
PAMFaceRec/PAMFaceRec
d0b3b47a74bcf4037a67799daab4b5756e6ab0bf
831163731d63913de17eeb1d8da98b408ce3d2dc
refs/heads/master
2021-08-24T01:23:36.187764
2017-12-07T12:32:30
2017-12-07T12:32:30
111,084,074
0
0
null
null
null
null
UTF-8
C
false
false
237
h
#ifndef LOGGER_H #define LOGGER_H #include <QLoggingCategory> Q_DECLARE_LOGGING_CATEGORY(logDebug) Q_DECLARE_LOGGING_CATEGORY(logInfo) Q_DECLARE_LOGGING_CATEGORY(logWarning) Q_DECLARE_LOGGING_CATEGORY(logCritical) #endif // LOGGER_H
[ "noreply@github.com" ]
PAMFaceRec.noreply@github.com
c0ebc00dd3955b849f95300c63656bb27129f276
b4d726a0321649f907923cc57323942a1e45915b
/CODE/DEBRIS/DEBRIS.H
9c29c65c3a570700fb93c5f048d23aecb2830f69
[]
no_license
chief1983/Imperial-Alliance
f1aa664d91f32c9e244867aaac43fffdf42199dc
6db0102a8897deac845a8bd2a7aa2e1b25086448
refs/heads/master
2016-09-06T02:40:39.069630
2010-10-06T22:06:24
2010-10-06T22:06:24
967,775
2
0
null
null
null
null
UTF-8
C
false
false
7,049
h
/* * Copyright (C) Volition, Inc. 1999. All rights reserved. * * All source code herein is the property of Volition, Inc. You may not sell * or otherwise commercially exploit the source or things you created based on the * source. * */ /* * $Logfile: /Freespace2/code/Debris/Debris.h $ * $Revisio...
[ "chief1983@yahoo.com" ]
chief1983@yahoo.com
e8de982db4ab4f8930c54608a1444b0d1f6ca969
f363fdb9445d8dec088fb02c8faae8e23570a33e
/d/quanzhen/npc/zhangli.c
e8defa16972dfd0429461e3570d8c285698b61ce
[]
no_license
MudRen/zjmud
0999a492ac0717911c047936ee2c696b3b5cb20a
c56a166380d74858d7b4f0ba2817478ccea6b83d
refs/heads/main
2023-07-24T21:02:00.246591
2021-09-07T12:50:20
2021-09-07T12:50:20
403,973,627
1
1
null
null
null
null
GB18030
C
false
false
2,072
c
// zhangli.c 掌理道长 // By Lgg,1998.10 inherit NPC; string ask_me(); void create() { set_name("掌理道长", ({"zhangli"})); set("gender", "男性"); set("age", 22); set("class", "taoist"); set("long", "这是一位年纪很轻的道人,他精明能干,是全真教第四代弟子\n" "中出类拔瘁的人物,前辈真人们分派他来掌理全教上下的杂务。\n"); set("attitude", "friendly"); set("shen_type",1); se...
[ "i@oiuv.cn" ]
i@oiuv.cn
b622988a7e8828ff240ca7aa3726582eae8bc342
eaae3529ea65c9be62e4b177a498dd0459396052
/modified_vars_lib/dave.t_Close_Match.c
71e34cb80b6b6b6a101a2d5fbbedef708d7c06db
[]
no_license
mgsanusi/blame-dodger
badac55079b0bc84c1c3ddff9357caffd480b512
c8b1f19d48e09200c9d59f3dda3b298ced7103d7
refs/heads/master
2021-01-20T04:50:14.975609
2018-01-12T00:02:14
2018-01-12T00:02:14
89,739,285
3
0
null
null
null
null
UTF-8
C
false
false
2,266
c
#include <stdio.h> #include <stdlib.h> #include <string.h> char *file_name_in = "input.txt"; char *file_name_out = "output.txt"; FILE *in; FILE *out; int k[27]; int s[27]; FILE * new_fopen(const char *filename, const char *mode); int new_fclose(FILE *stream); int new_fscanf(FILE *stream, const char *format, ...); ...
[ "marina@virginia.edu" ]
marina@virginia.edu
d22a89c73fa5ad1612cdf56b06534ad1ab8c0dd1
793342a650fe8cd0421b3cff99bcf998669e6ec2
/pagerank-straw.h
b649879f5e7cbf7297afa46a9f5ba6642997aadb
[]
no_license
cavazos-lab/CISC372-Project
cbcd2d1e67d7aff28e3d2fee7ca063c07eea659e
c025bb53d227032aa9bdf66a01eaf75e6ce501b8
refs/heads/master
2021-01-21T12:06:31.483102
2016-04-23T19:32:47
2016-04-23T19:32:47
34,557,340
0
2
null
null
null
null
UTF-8
C
false
false
3,461
h
#ifndef PAGERANK_STRAW_H__ #define PAGERANK_STRAW_H__ //// stochastic matrix and page rank functions, initial "strawman" versions //// void scale(double *C, SparseMatrix S) ; // Convert S from link matrix to stochastic matrix. // Also set C to the column sums of the original link matrix. void strawman_mvpSM(double * ...
[ "weiwang.udel@gmail.com" ]
weiwang.udel@gmail.com
336cad89a0b3a625462275ae9f84e8c2ffb9e375
87f1095bbb03049c9e79ad43c9de9b82e7142b10
/Demo/Pods/BuildHeaders/BlockInjection/BILibExclusives.h
dd4a0bdf217ca5751704238b1e295741d730b75b
[ "MIT" ]
permissive
ilikeido/LK_EasySignal
23847ff472ec566c1d880edf6a956d062eb2f0b6
1304d5372e755ac783d11ec2797234a9330ded43
refs/heads/master
2016-08-07T16:28:03.858608
2013-09-09T05:58:07
2013-09-09T05:58:07
12,581,276
1
1
null
null
null
null
UTF-8
C
false
false
53
h
../../BlockInjection/BlockInjection/BILibExclusives.h
[ "hesh@heshtekiMacBook-Pro.local" ]
hesh@heshtekiMacBook-Pro.local
a8941353ec8a576a32c46556e76bce171707b0a8
036edc3d9d9b54d1f7e5682216f5bb75f9bc2ad9
/C/led_rgb.X/led_rgb.c
4e480399fc75a04d613535afe827d106572c2847
[]
no_license
LydDeb/formation-Arinfo-2020
1397e1e94f34f4930ae7f37a7b9a8b5f07479b10
270471b4c63c1eb2e9510e87141b9b0b3d576661
refs/heads/master
2022-10-17T07:25:42.993632
2020-06-11T08:04:11
2020-06-11T08:04:11
271,462,632
0
0
null
null
null
null
UTF-8
C
false
false
2,301
c
#include "hardware.h" #include "led_rgb.h" #include "utils.h" extern volatile uint16_t tic; void __ISR(_TIMER_5_VECTOR, IPL2SOFT) Timer5ISR(void) { tic++; IFS0bits.T5IF = 0; // clear interrupt flag } void RGBLED_Timer5Setup() { PR5 = (int)(((float)(TMR_TIME * PB_FRQ) / 256) + 0.5); ...
[ "lyderic.de@gmail.com" ]
lyderic.de@gmail.com
4f0d3cb2f099a992a1fa73817236c57239308527
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/4a98f917-7a78-4e84-b2d4-144c7090168f.c
8bf8dc191153038c83b66ec52967441b371ee50f
[]
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
566
c
#include <string.h> #include <stdio.h> int main() { float i; float j; float k; float l; i = 6; k = 9; //variables //random /* START VULNERABILITY */ int a; long b[50]; long c[89]; a = 0; do { a--; //random /* START BUFFER SET */ *(...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
ab80837d04bcd02b8616d9ace5e3cf872c02f1c1
4d9260ea03f293e3e6f0191211207c11e273a270
/Spring 2015/TCSS 333/Examples/hello.c
a101e51e805c05c955eab8b6b0c9c01d9fc7a510
[]
no_license
lsCoolJ/School
4260bf4ac2c94116a32fcb1123dbce30cadb0d0c
afbcedea0b1fb1f541a5b4b2a179a7a15627cd1b
refs/heads/master
2020-05-18T19:25:31.162810
2015-06-05T23:14:51
2015-06-05T23:14:51
31,862,775
0
0
null
null
null
null
UTF-8
C
false
false
72
c
#include <stdio.h> int main(void) { printf("What up?\n"); return 0; }
[ "bfoster07703@gmail.com" ]
bfoster07703@gmail.com
6db1ec1e0a999d1d506e28f1ec24555561a02bc3
36d30a723a27fa4ddf631d1ce4e91909ec6cd51e
/uCAN/epprom.h
31628fe674b4a2ae63ef8cd5312bbaf6e4594ebb
[]
no_license
anaera/uCANslave
ae40ae2842cbba673a35c07b0123d7e3ff14d7d0
8ac4244fbec605272f3e007ddac2cff96d8c68dc
refs/heads/master
2023-03-16T16:13:30.871643
2021-03-11T13:45:32
2021-03-11T13:45:32
340,075,228
0
1
null
null
null
null
UTF-8
C
false
false
449
h
#ifndef EPPROM_H #define EPPROM_H #include <xc.h> // include processor files - each processor file is guarded. #include "const.h" enum { eCAN_NODE, //nodeID 0 eCAN_SPEED, ePACK_GAP, //CAN speed 2 eBIT_MASK, eCRC_POLY, //CRC polynom 4 eTAB_SPEED = 8, eTAB_MULT = 16 }; unsigned c...
[ "Papa@GOALPC" ]
Papa@GOALPC
92b52a0c4b3fe2b8b2a1fc9a9034240890654f15
a5bc62d7aa453f0ca75b351a3f4143d04a9b194a
/USBLIB/usb_init.c
8e34eac7820ed2f2e2cc8b404a81fca361421ad8
[]
no_license
zxletjy/SkyBoard
eb515fb4fed753eab9e07eab8b04fe7b5c3b9f20
3d642e1879107d53624c0c47c959079cf7f34a27
refs/heads/master
2021-01-01T03:53:43.510288
2016-06-08T09:37:24
2016-06-08T09:37:24
59,574,251
1
0
null
null
null
null
GB18030
C
false
false
3,993
c
/******************** (C) COPYRIGHT 2008 STMicroelectronics ******************** * File Name : usb_init.c * Author : MCD Application Team * Version : V2.2.0 * Date : 06/13/2008 * Description : Initialization routines & global variables *************************...
[ "tjy@flyeah.com" ]
tjy@flyeah.com
3771b300bcbc5cbf3d96dcd3f719c37b9ebbf0c1
7bc8b3136eaf3df62ea8fbb173c47bded2b11a43
/2.5/code/blk_save.c
7a1611e5c63a2214d9a41a477bf66cc7f5d91888
[]
no_license
travisnelson/sneezymud
b0cf390cdcb7539214113277e8bab809184cf93b
19887d31602aad5bada2d6c49f96612972e4ce84
refs/heads/master
2021-01-21T21:21:56.064933
2017-06-19T21:57:49
2017-06-19T21:57:49
94,824,071
1
0
null
null
null
null
UTF-8
C
false
false
2,192
c
#include <stdio.h> #include <sys/time.h> #include "structs.h" #include "comm.h" #include "handler.h" #include "db.h" #include "interpreter.h" #include "utils.h" #include "spells.h" #include "limits.h" #include "heap.h" #include "hash.h" #include "race.h" char *path[] = { "wizards/", "\n" }; struct blk_save {...
[ "peel@3801a427-e3ed-0310-b5ce-e9d0fb25575d" ]
peel@3801a427-e3ed-0310-b5ce-e9d0fb25575d
2817f98e5583606a62437615ac513203dc5e81c2
754214c374ba0097e19520c5620e594552122fea
/command.c
9248cf46f4e7ee73e7e2622b4e3931275ea38177
[]
no_license
npiro/PiroChess
426c974b293c3646a8c2fb5814a1e3a7d08d38c7
1765c4e66e37325fbaa245e72e2028ab6605dbb4
refs/heads/master
2020-09-14T13:14:31.880943
2016-08-20T10:26:54
2016-08-20T10:26:54
66,141,233
0
0
null
null
null
null
UTF-8
C
false
false
11,128
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "command.h" #include "mychess.h" #include "engine.h" extern t_Flag flag; extern t_Square pos[144]; extern int material_score, material[2]; extern int Game50; int RepetitionCheck(int); int uci = false; void WriteGame(FILE *fp, t_...
[ "nicolas.piro@gmail.com" ]
nicolas.piro@gmail.com
0439e024313bd070fb801f1cc8f30e2d8b8eaa5e
5521dca757f77a31ee92744979140acebc1664d3
/components/driver/include/driver/gpio_filter.h
7ee33432ba9c517a785497f8d5535c28e074c54b
[ "Apache-2.0" ]
permissive
adityathakekar/esp-idf
4fdb9f1a1a384343f6152ca9072106af7a32a3b7
edd815af2e7d541b25ff3a74c59a7fe0612df42d
refs/heads/master
2022-12-23T17:45:59.687910
2022-12-13T18:22:49
2022-12-13T18:22:49
203,355,052
1
0
Apache-2.0
2019-08-20T10:38:12
2019-08-20T10:38:12
null
UTF-8
C
false
false
4,668
h
/* * SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ #pragma once #include <stdbool.h> #include <stdint.h> #include "esp_err.h" #include "driver/gpio.h" #ifdef __cplusplus extern "C" { #endif /** * @brief Typedef of GPIO glitch filter handle */ typed...
[ "maoshengrong@espressif.com" ]
maoshengrong@espressif.com
85a78ee10f151fc8ff652a4391c0f8da4c2283a3
973075172d620e9c3c7eb54035e82d47f5cbd3d7
/hax/33132/assgn2B2.c
2021722ab5b17ba35abeb66457c7eb8c6804f4c9
[]
no_license
iamabhaymittal/SL-3
79464b708b2cf831dce006dd88a22fd5e2150cd5
956f9ada1cef83e844d86fc79a059e223f02ef26
refs/heads/master
2020-06-05T16:55:53.394299
2019-09-24T07:46:34
2019-09-24T07:46:34
192,489,115
0
0
null
null
null
null
UTF-8
C
false
false
881
c
#include<stdio.h> #include<string.h> #include<stdlib.h> int binary_search(int A[50],int low,int high,int key) { int mid; while(low<=high) { mid=(low+high)/2; if(A[mid]==key) return mid; else if(A[mid]>key) low=mid+1; else if(A[mid]<key) high=mid-1; } return -1; } int main(int argc...
[ "uchchaydugal@hotmail.com" ]
uchchaydugal@hotmail.com
3c112d16946c55ebb31f46f29bac38e38fad020a
61c7dded1a0f26aca007ca25014256c9b96b120e
/src/MargAHRS.c
8fd36aef1a153f503423d1e9ebaa865a6b8d8140
[]
no_license
bubi-007/AQ32PlusF3
d3158fabe9cb4a9fec6a354cd7b8da7f68d69caf
497d2870b81aff3c9c09134dd86bfdd5d989c5bb
refs/heads/master
2021-01-18T05:30:47.512214
2014-07-30T07:17:16
2014-07-30T07:17:16
null
0
0
null
null
null
null
UTF-8
C
false
false
9,904
c
///===================================================================================================== // AHRS.c // S.O.H. Madgwick // 25th August 2010 // // 1 June 2012 Modified by J. Ihlein // 27 Aug 2012 Extensively modified to include G.K. Egan's accel confidence calculations and // ...
[ "jihlein@hotmail.com" ]
jihlein@hotmail.com
7f66b3109c359b85e8932553425aece876a9787e
da6643d9bdea3150519e2fe32420405341bc1fe4
/game.c
999572370f585084f3c817e2b1c582d83b34f028
[]
no_license
CHETAN-PATHADE/Guess-The-Number-game-using-c-language
7c4b08c6bc7392d6d1172d9bebb3e35e2bf5aa98
cd5f17e57032acd7bd280a6c59a030f10730c424
refs/heads/master
2023-07-25T03:52:23.518490
2021-09-10T07:20:57
2021-09-10T07:20:57
404,991,774
0
0
null
null
null
null
UTF-8
C
false
false
465
c
#include<stdio.h> #include<stdlib.h> #include<time.h> int main(){ int number,guess,nguesses=1; srand(time(0)); number =rand()%100 +1;//generate a random number between 1 to 100!! do{ printf("Guess the number between 1 to 100\n"); scanf("%d",&guess); if(guess>number){ printf("Lower number pls\n"); } else if(guess<num...
[ "pathadechetan444@gmail.com" ]
pathadechetan444@gmail.com
124bcccfcf19fa08fefa5176a3f752b2002acccc
5cb9dccbcccb8a2137368dd0615fe3e3c7761707
/simulations/kinova/devel/include/moveit_msgs/GetPlannerParams.h
718b62f4848106fb34e4f2189cbb521574ee919d
[]
no_license
Simon-Steinmann/sim2real-modular-RL-project
b2467a393014e106043f6128a026f5eac934a83d
4027590ac94de2d5c914731c09efcf2f318b9ca3
refs/heads/master
2020-07-29T01:30:56.450919
2019-10-12T09:33:00
2019-10-12T09:33:00
209,605,548
4
1
null
null
null
null
UTF-8
C
false
false
104
h
/home/acis/sim2real/simulations/kinova/devel/.private/moveit_msgs/include/moveit_msgs/GetPlannerParams.h
[ "simon.steinmann91@gmail.com" ]
simon.steinmann91@gmail.com
46d3127beb3b42775dabc4a1c561d287ce6edf3a
97658e79ac16e36dfad8055c4d19e08be61f4234
/algo/altro/quick_3.c
fabc9c7cab355625a29ad67316726ab96fa0aa61
[]
no_license
DavideB45/DavideUnipi
09eca33fb2d82f4e43baf23a3c36d016036e4ecb
c3c498c8d4b45f7d554f1748e1c78d0e368b9004
refs/heads/master
2021-07-12T10:26:52.778423
2020-11-09T13:07:40
2020-11-09T13:07:40
221,219,602
0
0
null
null
null
null
UTF-8
C
false
false
1,331
c
#include <stdio.h> #include <time.h> #include <stdlib.h> int readInt(void); void fillArray(int dim, int array[dim]); void printArray(int dim, int array[dim]); void quicksort(int *array, int start, int end); void swap(int *a, int *b); int main(void){ int dim = readInt(); int array[dim]; srand(time(NULL)); fillArr...
[ "dadeww@gmail.com" ]
dadeww@gmail.com
77584dc90ca623af47be9cda4b67147372e43e68
bd425fceab66549e5d475d320d941c8aa6647457
/source/backend/native/pingpongpan/DistrhoPluginInfo.h
7eec254ee9d84e3a49257ec3efd8d80d2418bbd4
[]
no_license
dmlloyd/Carla
401c031d4ae40312627e987b61ab73554aed29e0
218d74ec4c3a333feeaf4b48770e366613c881ed
refs/heads/master
2023-07-22T19:41:32.476465
2013-07-08T01:25:27
2013-07-08T01:25:27
null
0
0
null
null
null
null
UTF-8
C
false
false
1,203
h
/* * DISTRHO PingPongPan Plugin, based on PingPongPan by Michael Gruhn * Copyright (C) 2012-2013 Filipe Coelho <falktx@falktx.com> * * This program 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. ...
[ "falktx@gmail.com" ]
falktx@gmail.com
f9849448c31e5283361b2ef40d88eb91570cbef9
94f6bfd5ae95c75951e2426e5403b2c1045b54e5
/kernel/idt.c
65f9c546ba4ff84586c3545b76e2fb0814fd5387
[]
no_license
xinbowu2/MyOS
3e6c96d1fc036c5bab9ed20cf8e66f5eb688d026
317244ade75e4411f5e276f7c0965429b38e9910
refs/heads/master
2021-01-20T14:08:12.994827
2017-05-07T21:39:55
2017-05-07T21:39:55
90,563,004
0
0
null
null
null
null
UTF-8
C
false
false
20,442
c
#include "idt.h" #include "i8259.h" #include "lib.h" #include "keyboard.h" #include "rtc.h" #include "syscall.h" #include "schedule.h" /* The IDT itself */ idt_desc_t idt[NUM_VEC] __attribute__((aligned (16))); x86_desc_t idt_desc = { .size = sizeof(idt) - 1, .addr = (uint32_t)idt }; /* Sets runtime paramete...
[ "17jasonwu@gmail.com" ]
17jasonwu@gmail.com
4b1317402220d23300d3ab01f1b7002101ecff86
a432d88ed99b4f77a0ba3afba1bac0a5db1dc1cc
/solution.c
1d4263d9062732ee828b55f596c52dfb1e1a2ab6
[]
no_license
TarasPinkas/linux_kernel_modules_course
478d80352a9cf1dc2a2a68d269c38c401ed04011
e3c6e93d8e79826220afed3aaa0ffd2b0836a726
refs/heads/master
2020-03-17T00:44:01.408951
2018-05-12T08:42:13
2018-05-12T08:42:13
133,127,786
0
0
null
null
null
null
UTF-8
C
false
false
332
c
#include <linux/module.h> #include "checker.h" int init_my_module(void) { // printk( KERN_INFO "my module was inserted!\n"); Call_me("Hello from my module!"); } void exit_my_module(void) { printk(KERN_INFO "remove my module!\n"); } MODULE_LICENCE("gpl"); module_init(init_my_module); module_exit(exit_my_mo...
[ "noreply@github.com" ]
TarasPinkas.noreply@github.com
09925b70aedb0632b2ff7b764b7573cc1fb1a26e
646c382bcf279194995c847ee3c0c088145c2e66
/include/shot_and_enemy.h
6cc8b20d9b8ceee9a3223d54830085c17ee4dbc5
[]
no_license
jonathanmccann/gb-example
929618a7ef51b6f3072c45a55485be9fc625542b
04476d79053f7b8c096f56909c5447c05d45692b
refs/heads/master
2020-04-12T05:35:38.256244
2018-07-12T17:01:34
2018-07-12T17:01:34
65,839,091
1
0
null
null
null
null
UTF-8
C
false
false
350
h
#include "player.h" #ifndef PROJECT_SHOT_H #define PROJECT_SHOT_H void initializeEnemies(); void moveEnemySprites(); void moveShots(); void movePlayerShotsToPlayer(Player *player); void removePlayerLowerShot(); void removePlayerUpperShot(); void testEnemyCollision(); void updateRotatingShotDirection(); void updateRot...
[ "jonathan.mccann@liferay.com" ]
jonathan.mccann@liferay.com
1faa2a5d598ba2e3063abd814a56863a6a3b102a
cef42352c614793031e2c7e3f9171e9ea403c0d5
/bitarray/RND_BitArray.h
23740c97cabb89306b83b6d1fd16497d8b1fb8eb
[ "MIT" ]
permissive
Randoragon/rnd-libs
acb4adc239c0d8ba101f202f0c5e0ae847a336ad
5a85d9d45f2656d4919bfeb822fa4c9f23c5c637
refs/heads/master
2023-07-16T10:26:47.167628
2021-08-21T12:50:10
2021-08-21T12:50:10
332,290,477
0
0
null
null
null
null
UTF-8
C
false
false
7,963
h
/** @file * The header file of the RND_BitArray library. * * @example bitarray/example.c * Here's an example usage of the RND_BitArray library. */ #ifndef RND_BITARRAY_H #define RND_BITARRAY_H #include <stdlib.h> #include <stdint.h> #include <stdbool.h> /******************************************************** ...
[ "randoragongamedev@gmail.com" ]
randoragongamedev@gmail.com
8920edaeb1a6a5dd5ad243023a37650cb9e68f21
b0534506b2db36ae52aa45d4c2ae4f33adcd0f47
/main.c
5a7fb9d407b1e57f070c7e57ab60e025012695b1
[]
no_license
tc1014-ad2018-tam/12-trigonometry-yaelhdez
40bee7cb0fe3d3fc3cc2993a49a18a92222dd1c3
9e4522efc8e709b6c41ebff40fdd962222d3e89b
refs/heads/master
2020-03-30T22:18:34.899024
2018-10-05T03:53:36
2018-10-05T03:53:36
151,662,181
0
0
null
null
null
null
UTF-8
C
false
false
1,553
c
//Carlos Yael Hernandez Alcala //A01412016 //A01412016@ITESM.MX #include <stdio.h> #include <math.h> #define PI 3.14159265358979323846 //PI DEFINE //--------------------------------------------RADIANS FUNCTION------------------------------------------------------------ double Radians(double degrees){ double radia...
[ "42187113+yaelhdez@users.noreply.github.com" ]
42187113+yaelhdez@users.noreply.github.com
690809585a3431416254ef51e3213fc08b205106
5df9e1551c213a7ceb265b3d993e72d69cd5af75
/krish cross/main.c
bd6cfb0fad9ef1ec111cfa89fd3242bb829f763e
[]
no_license
Rahul170204/c-programming
2e50b893834ac0afc0df56ed780ee7224e1522cc
5b8617c6d5641bb470bf5d1d92244a3e6f7e26d9
refs/heads/master
2022-12-12T19:07:05.862227
2020-09-18T05:12:28
2020-09-18T05:12:28
269,303,890
0
0
null
null
null
null
UTF-8
C
false
false
4,129
c
#include <stdio.h> #include <stdlib.h> #include<windows.h> #include<time.h> int i,j; int start(); int display(); COORD coord={0,0}; int tic[10]; int tic1[10]={'0','1','2','3','4','5','6','7','8','9'}; void gotoxy(int x,int y) { coord.X=x; coord.Y=y; SetConsoleCursorPosition(GetStdHandle(STD_...
[ "noreply@github.com" ]
Rahul170204.noreply@github.com
25221c353bbecd38a3d0318584a87769505667c9
fc90a71d4f69447ad7639df8ea1a09134160b663
/11764.c
ec68c48167d98d2f20cbe9fb836df0275e696c6a
[]
no_license
abu-rayhan/UVA-problem-solution-1
23918af9c2c4b60099662e6eebb3aff7d7fd51fe
5a2a6d2848941d87540e374857700489d9667f95
refs/heads/master
2022-11-30T17:03:29.528447
2020-08-10T08:05:59
2020-08-10T08:05:59
273,267,726
0
0
null
null
null
null
UTF-8
C
false
false
411
c
#include<stdio.h> int main(){ int t,n,a[50],i,j,h,l; scanf("%d",&t); for(i=1;i<=t;i++){ scanf("%d",&n); for(j=0;j<n;j++){ scanf("%d",&a[j]); } h=0; l=0; for(j=1;j<n;j++){ if(a[j]-a[j-1]>0)h++; else if(a[j]-a[j...
[ "noreply@github.com" ]
abu-rayhan.noreply@github.com
33599191b6b58dcf869797049efe38508914865f
207fd55cf30e86885643d1f0727458c90440ba75
/Car/Unit Tests/MCAL/Atmega32/INTERRUPT/test_Interrupt.h
22829f656445aa40c7aadd59277cc9c3af039cc4
[]
no_license
MonicaFrancis2021/S_ESWD_01
d45bcfb232293d120d25e5e21686e2f9ac8f0be0
cf06924daaf78e35166c359c65df07c55422a042
refs/heads/main
2023-08-03T16:44:41.643231
2021-09-19T02:05:19
2021-09-19T02:05:19
397,906,564
0
0
null
null
null
null
UTF-8
C
false
false
493
h
#ifndef _TEST_H #define _TEST_H /*****************************************************************************/ /*external_INT_number*/ #define interrupt0 0 #define interrupt1 1 #define interrupt2 2 #define NonSupportedInterruptNumber 6 /*edge_number*/ #define low_lvl 0 #define any_logic_lvl 1 #...
[ "88562318+MonicaFrancis2021@users.noreply.github.com" ]
88562318+MonicaFrancis2021@users.noreply.github.com
8d303a4718806176f2ef9e2c0237397e5e246cab
37ab7406c40e6f5160689160540f095f6fdf308b
/Datalogger/rfm12.c
3d3bf899a7416a37f56c93d4d1ae3ae51c5e8270
[]
no_license
kriedel/raspberry
e9bd70c2bd17338c1696e6c6026e7199b0ec45ff
0dac2b8c35ba858471d687b1b21ccd25b170de59
refs/heads/master
2020-12-24T13:52:11.387837
2013-11-11T09:47:23
2013-11-11T09:47:23
10,968,264
1
2
null
null
null
null
ISO-8859-1
C
false
false
6,593
c
// rfm12.c // // Use of bcm2835 library // Author: Mike McCauley // Copyright (C) 2012 Mike McCauley // $Id: RF22.h,v 1.30 2012/05/30 01:51:25 mikem Exp $ // // Interface to RFM12 connecting to raspberry spi interface // // After installing bcm2835, you can build and start this // with something like: // gcc -o rfm12 ...
[ "kairiedel@yahoo.de" ]
kairiedel@yahoo.de
2322e9d50dc40265da13ee26d77ee75a6b00b595
e9874e53e85d488fc0d95655b460d4bf2687daf7
/tags/gap5-5-0-2/src/tgap/tg_contig.h
34048277579ab019fefe9d5b738dafd285f46a9e
[]
no_license
svn2github/staden
6c1c3a190c7870a807ce30d671dc67f53b04191b
a398a8000e27ea288c69f3a484d30138c177de46
refs/heads/master
2021-01-19T14:56:21.024408
2015-01-06T11:29:22
2015-01-06T11:29:22
13,945,806
0
0
null
null
null
null
UTF-8
C
false
false
4,315
h
#ifndef _TG_CONTIG_H_ #define _TG_CONTIG_H_ #include <limits.h> /* * 'get' functions - simply returns the structure member. * * <type> contig_get_XXX(contig_t **c) */ #define contig_get_start(c) ((*(c))->start) #define contig_get_end(c) ((*(c))->end) #define contig_get_bin(c) ((*(c))->bin) #define contig_g...
[ "(no author)@ba6f2710-ca9f-427c-89d3-5bf716dbc8e1" ]
(no author)@ba6f2710-ca9f-427c-89d3-5bf716dbc8e1
d1773a76ca17dea3eb2614f49e7de3e318b65ba4
600df3590cce1fe49b9a96e9ca5b5242884a2a70
/third_party/skia/tools/OverwriteLine.h
e8f0504b1af57946e8dff49894ccc9afb92e641a
[ "BSD-3-Clause", "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0" ]
permissive
metux/chromium-suckless
efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a
72a05af97787001756bae2511b7985e61498c965
refs/heads/orig
2022-12-04T23:53:58.681218
2017-04-30T10:59:06
2017-04-30T23:35:58
89,884,931
5
3
BSD-3-Clause
2022-11-23T20:52:53
2017-05-01T00:09:08
null
UTF-8
C
false
false
373
h
#ifndef OverwriteLine_DEFINED #define OverwriteLine_DEFINED // Print this string to reset and clear your current terminal line. static const char* kSkOverwriteLine = #ifdef SK_BUILD_FOR_WIN32 "\r \r" #elif defined(SK_BUILD_FOR_IOS) "\r" #els...
[ "enrico.weigelt@gr13.net" ]
enrico.weigelt@gr13.net
49d3bb1ec6f757bed6a7fee85f9c92ea0c31f5b7
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/f3d8e874-1f4e-4515-89e1-d8d7248dd0fa.c
5cf130a2ddc201c8318c8a7ef0fc9604141f7ae3
[]
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
539
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=14; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = k%j; l = l%j; k = i-j*i; //variables /* START VULNERABILITY */ int a; int b[25]; int c[29]; a = 0; while (b[a] != 0) { /* ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
2ee14070fec172e9bbcdbf1d2f8d9dd4fa2500d7
016306e90b0651118d7f7031ac60d56deec9c5fb
/model/5MW_Baseline/Wind/turbsim/replace_number_on_line.c
d51711916930eb2256917ab6aaceb529310de778
[]
no_license
lpwoolcock/turbine-eor
1528e0cabc0c8c16854c909dacee0578afeb4cb3
0862431b48b322d24854fb77cfbca30b3ab00da3
refs/heads/master
2023-03-17T13:54:23.018240
2021-03-12T05:43:58
2021-03-12T05:43:58
278,293,464
0
0
null
null
null
null
UTF-8
C
false
false
2,810
c
#include <stdio.h> #include <string.h> #include <stdlib.h> //#include "mex.h" #include <ctype.h> #define MAX_NUM_LENGTH 16 #define MAX_LINE_LENGTH 512 /* update the file with the new line */ void update_file(FILE* fp,FILE* new_fp,char* new_line,int line_num){ char tmp[MAX_LINE_LENGTH]; for(int i=0;i<line_num;i++...
[ "arthurwitherby@gmail.com" ]
arthurwitherby@gmail.com
22a42416dd869fbfaba576e1b17e7632a82ba6be
cd760d6f8e318941e37c0ffb8566993896606e6e
/.phoronix-test-suite/installed-tests/compilebench/compilebench-0.6/t/native-0/arch/i386/oprofile/op_x86_model.h
2d22bff7925f28bd61bfe637860aca0d49bec9b6
[]
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
1,257
h
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa...
[ "root@neb.intranet.highprophil.com" ]
root@neb.intranet.highprophil.com
9fa5f0a44e3961d88cfd16b58e316f369d75742e
6970769883b443885996ca8e6b59ff1b7dd32ede
/Graphical/MUL_my_runner_2019/include/runner.h
a1569b89e07a780391496f02b814c468b0384fb2
[]
no_license
Okinas/Epitech-first-year
b2c6c69b430f735b5df7f7baf17eaff77601e9c4
4598755d94093d7312eb52e7e5f119db3eecbaf3
refs/heads/master
2023-01-03T21:12:53.597461
2020-10-23T09:57:03
2020-10-23T09:57:03
306,580,592
1
0
null
null
null
null
UTF-8
C
false
false
560
h
/* ** EPITECH PROJECT, 2019 ** MUL_my_runner_2019 ** File description: ** runner.h */ #include <stdlib.h> #include <unistd.h> #include <fcntl.h> #include "struct.h" #include "my.h" #ifndef RUNNER_H_ #define RUNNER_H_ //? Menus void add_void(level_t **map, int high, int col); void add_ground(level_t **map, int high, ...
[ "dimitry.decou@epitech.eu" ]
dimitry.decou@epitech.eu
e0181eb51d67c15d88364a70a96b9a6482ff5fd4
b9630106169f3aef1a8a58ddb4a12019ca6136cb
/IlluminateChannel/EServerCustomMessageType.h
716215f408300a72d7bd019b9f961054bab77a7c
[]
no_license
CoolManBob/Illuminate
cbca12cfa5b9db7d62e1f980215182b28b85b89f
17b7c6f6c890085fc25907ba15b40dc3883d5b32
refs/heads/master
2023-07-02T22:56:44.451806
2021-08-09T20:59:35
2021-08-09T20:59:35
345,726,213
3
1
null
2021-05-04T06:33:16
2021-03-08T16:46:05
C++
UTF-8
C
false
false
87
h
enum class EServerCustomMessageType { EN, RU, FR, DE, ES, BR };
[ "Afinityyy@gmail.com" ]
Afinityyy@gmail.com
bbd3e6ebc53881219bf538b58c9b54d701a380c6
3e07d3f9d5958c59d94ab6736ff567dc0fb18f22
/src/mame/video/sys16spr.c
b73592ffb6f6352d190bd3cf3924be302c68cf3b
[]
no_license
EmulatorArchive/sdl-mame-wii
a8ce21867d547a24e1c5fbec0ef447622d445f5c
17a88f1ed3581e5f015121a7afe76d285bfd338d
refs/heads/master
2016-09-16T02:35:04.561355
2015-03-15T01:22:52
2015-03-15T01:22:52
32,225,637
2
2
null
null
null
null
UTF-8
C
false
false
38
c
/* sys16spr.c old file, delete me */
[ "baby.lueshi@c85e85c0-f42a-dfe2-6d14-576ce0669792" ]
baby.lueshi@c85e85c0-f42a-dfe2-6d14-576ce0669792
00dca44ef8585f763954b67775ecd5c722ad6fbb
d89aa089357e96cff3cdbab6f1668039765e99a7
/aes-capture/include/firmware/hal/k24f/fsl_flexcan.c
3304d7fd8bda8b9afd82ba481bf3c8b89d48af0a
[]
no_license
s-newman/capstone
472f0d3f6f627c263e92e15fd52ca86c5697f306
698ec2ec17e5ba56749a8c0d42a0507141018f5d
refs/heads/master
2023-07-19T08:19:26.619258
2019-12-19T22:30:03
2019-12-19T22:30:03
213,211,867
3
0
null
2023-07-06T21:52:33
2019-10-06T17:24:24
C
UTF-8
C
false
false
73,533
c
/* * The Clear BSD License * Copyright (c) 2015, Freescale Semiconductor, Inc. * Copyright 2016-2017 NXP * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted (subject to the limitations in the disclaimer below) provided * that the fo...
[ "sxn6296@rit.edu" ]
sxn6296@rit.edu
40e649f44ef16f18d7175f40658a387dfd39b1cf
ea1e87d79e1db47dddcba4084c5550acfa81e8e9
/src/circular_buffer.c
37d949bc1a8a594e583f92db3c1fc561480b075f
[]
no_license
tmathmeyer/smtpd
26fbb8c4bbb60bbaba5a03dfbfe1a2269fe76d81
158821f963b578f9051340ddbfe89c79f692c77e
refs/heads/master
2020-06-08T05:14:58.528644
2014-05-24T00:19:47
2014-05-24T00:19:47
null
0
0
null
null
null
null
UTF-8
C
false
false
1,225
c
#include "circular_buffer.h" #include <stdlib.h> c_buf* makebuffer(int size) { c_buf* elem = malloc(sizeof(c_buf)); elem -> bufsize = 0; elem -> head = elem -> tail = malloc(sizeof(b_elem)); for(;size>0;size--) { elem -> tail = malloc(sizeof(b_elem)); elem -> head -> next = elem -> tail; } el...
[ "tmathmeyer@gmail.com" ]
tmathmeyer@gmail.com
99e50658ac39520dbd159edb12c22a28e6c9955b
a4319078535b9e99f0773eb9f1bcfe2075a6b985
/code/backups/video_loopback/video_loopback_test.c
d6664f3363485d094ee0f0b3d66f2cacdcb30a1f
[]
no_license
akashmjoshi/Surveillance_Enhanced_Collision_Avoidance
a1045103c603d56aafece7c145d07284a8ced690
2273ff3cc162b4093914e7d33c67392cdb81cf89
refs/heads/master
2021-09-01T22:15:46.203987
2017-12-28T21:25:15
2017-12-28T21:25:15
115,660,331
0
0
null
null
null
null
UTF-8
C
false
false
6,601
c
/* * Video Loopback Test * */ #include "stdio.h" #include "evmdm6437_dip.h" #include "tvp5146.h" #define NTSC 1 #define PAL 0 #define LOOPBACK 0 #define SVIDEO_OUT 1 #define COMPOSITE_OUT 0 #define mem_buffer_out 0x80000000 //Start address for the buffer_out #define mem_buffer_in 0x800A8C00 // Start address for th...
[ "34867476+akashmjoshi@users.noreply.github.com" ]
34867476+akashmjoshi@users.noreply.github.com
3345724a0d3b5f2dd3a214ee383c8fdd8be60570
94e8344ee420ae4d2eb1643e95973845f341a3d2
/spidermonkey_1.6_mutants/mutant103974_jsdtoa.c
0640fb96d5df8375ad5447531a8a25e8e6775f61
[]
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
88,517
c
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the Licen...
[ "agroce@gmail.com" ]
agroce@gmail.com
6ead5505e6a0f70c4f2ff728d90b08ca2dc4134b
46f24e99a441d5ad0a8838e2c131a9e55e8e4bfb
/atmega168pb_waveshare_color/config.h
f638708acf56b1475d84aff3f5a465f8c895e808
[ "MIT", "BSD-3-Clause" ]
permissive
stefkwan/epaper_projects
2187eea5afe955e8d5da0917f424d85edbed143a
b69902cca7c55d4a94e5c9e8ea02a847b983c8b3
refs/heads/master
2023-03-19T02:35:51.163897
2020-11-17T10:55:10
2020-11-17T10:55:10
null
0
0
null
null
null
null
UTF-8
C
false
false
584
h
#ifndef _CONFIG_H #define _CONFIG_H #include <stdint.h> #include <string.h> #ifndef TESTSTRAP #include <util/delay.h> #include <avr/io.h> #include <avr/interrupt.h> #include <avr/pgmspace.h> #define EPD_5IN65F_BLACK 0x0 /// 000 #define EPD_5IN65F_WHITE 0x1 /// 001 #define EPD_5IN65F_GREEN 0x2 /// 010 #define ...
[ "lohr85@gmail.com" ]
lohr85@gmail.com
b1c728bbf2a7257d44a4c852b90619e3715c6bad
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/6e15e132-86cf-4767-b30a-972958b17e75.c
2d65f3ece8380a8f8037cf7433a6516e125cfc06
[]
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
576
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 = i%j; l = l%j; k = k-k*i; //variables //random /* START VULNERABILITY */ int a; char b[39]; char c[61]; a = 0; do { //r...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
a6d37ec6e974afc89b199cda17738144f9c6f4c7
47c38d366cd50772d90f53ecfe90153a2013e50e
/hal/drivers/atmega128rfa1/halLed.h
f1df15b4d65f20d353badc75a37b3fe0ce3acd84
[]
no_license
localizacionencuevas/firmware
38f5930a5d5953c37938d2f7b379be0524ada9be
777786fcf0e4d9c4fc03304a6aef51d6ad2c431b
refs/heads/master
2020-06-29T02:49:16.817615
2016-11-22T09:10:18
2016-11-22T09:10:18
74,344,484
0
0
null
null
null
null
UTF-8
C
false
false
3,832
h
/** * \file halLed.h * * \brief LEDs interface * * Copyright (C) 2012-2014, Atmel Corporation. All rights reserved. * * \asf_license_start * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributio...
[ "info@localizacionencuevas.com" ]
info@localizacionencuevas.com
1a6dfbcec327e9386bdaf80f263e5b1c0ed30de8
83364ad3d9336635cc43988ff82ba83eaf9f7e18
/Src/Internet/httpServer/httpUtil.c
c26d13496a85c4b1a1e3033e62d49d9c6d3195f2
[]
no_license
Houzich/FTP-Server-STM32F373-W5500-W25Q
2b73b1b5f9a4b26305be16d4f866e76e0e028c1c
b61c06e44fef87ae987477cc6fd290f71589a4a7
refs/heads/main
2023-08-10T07:23:04.106336
2021-09-16T18:01:23
2021-09-16T18:01:23
407,265,676
10
1
null
null
null
null
UTF-8
C
false
false
1,252
c
/** * @file httpUtil.c * @brief HTTP Server Utilities * @version 1.0 * @date 2014/07/15 * @par Revision * 2014/07/15 - 1.0 Release * @author * \n\n @par Copyright (C) 1998 - 2014 WIZnet. All rights reserved. */ #include <stdio.h> #include <string.h> #include <stdlib.h> #include "httpUtil.h" uint8_t http_...
[ "6964178@mail.ru" ]
6964178@mail.ru
2140f2c3edc6c7dff296087c690ff7d6150136c7
32b3bb0c3b24e5a660e23bc076d7d6630c6fa3d4
/trunk/soft/m2cpp/gencoswin.h
4d67e4dd916224e15105d90a4e8ffa4c7c7f0c40
[]
no_license
Quenii/ADCEVM-minor
19f49d96a0ede47bcf3cd149684ddd6b61811f8d
7aa5868bcc0cd903276714688663bb08f030031a
refs/heads/master
2016-09-06T04:25:08.767113
2011-06-26T13:18:54
2011-06-26T13:18:54
1,454,429
1
1
null
null
null
null
UTF-8
C
false
false
297
h
#ifndef __gencoswin_h #define __gencoswin_h Mm gencoswin(); Mm gencoswin(Mm varargin); Mm gencoswin(i_o_t, Mm& w__o, Mm& msg__o); Mm gencoswin(Mm varargin, i_o_t, Mm& w__o, Mm& msg__o); static Mm sym_window(Mm n, Mm window); static Mm calc_window(Mm m, Mm n, Mm window); #endif // __gencoswin_h
[ "quenii@gmail.com" ]
quenii@gmail.com
09b8ae92c4c2eae1aad7e7db861c0f107637f6f8
8d3578c6356d5b5e713e1e1db4fcede6b3a8d01c
/eli_modem/src/components/easylinkin/lpwan_mac/frame_defs/gw_join_response.h
25de067db37f70e3c7a1aa4183d4d24232672438
[]
no_license
jtuki/tubelink_modem
04590e9447a03dfa80cd8f25a065541c0528608c
5cb15330cb395552001312425f5a9d4b414fbd7a
refs/heads/master
2021-01-22T03:33:29.167993
2017-05-25T09:47:52
2017-05-25T09:47:52
92,388,491
1
0
null
null
null
null
UTF-8
C
false
false
1,562
h
/** * gw_join_response.h * * \date * \author jtuki@foxmail.com * \author */ #ifndef GW_JOIN_RESPONSE_H_ #define GW_JOIN_RESPONSE_H_ #ifdef __cplusplus extern "C" { #endif #include "lpwan_types.h" #include "common_defs.h" #if defined(__CC_ARM) || defined(__GNUC__) #pragma pack(push) #pragma pack(1) #endif ...
[ "jtuki@foxmail.com" ]
jtuki@foxmail.com
e77ad55ee93fd03f85a08d4895045ae3b0f95e2a
e8797825f713e58a08af4b7320b8469c5afaea07
/include/navigation/bsp_uart.h
38bf12009a8b01296d8cf7a6bb78c995f85b8d7b
[]
no_license
BeiGuoDeXue/jskldf
23de67bf84205eff2c6f19064550d7f0448bd8da
1aaee8099168b685c464031b7f33beaff30a7957
refs/heads/master
2022-11-17T03:36:23.994481
2020-07-12T14:38:38
2020-07-12T14:38:38
279,082,419
0
1
null
null
null
null
UTF-8
C
false
false
8,869
h
#ifndef __BSP_UART_H__ #define __BSP_UART_H__ #include "config.h" //共20个串口 MAX_PORT = 20; #define UART_PORT_CFG \ { \ TAG1_CFG, \ TAG2_CFG, \ GPS_CFG, ...
[ "zhaokangxuhd@163.com" ]
zhaokangxuhd@163.com
e8ee12c9a74666f1fbe5aff92cb674f1737485a2
c7e91fe88d8f590f454d8f2183f771e4955f42da
/0x0A-argc_argv/1-args.c
6b2945dbc34be9ca0467448a0a4a772be1cf04ee
[]
no_license
olajay-pro/alx-low_level_programming
5e3cbafb269a6315b7836f2804bc78e8ce23142b
ded96bb1aaf90f4c355c8ad70b7705e93645021e
refs/heads/master
2023-08-12T01:08:28.395946
2021-09-20T18:09:25
2021-09-20T18:09:25
377,854,821
0
0
null
null
null
null
UTF-8
C
false
false
311
c
#include <stdio.h> #include "holberton.h" /** *main - print number of arguments passed to program *@argc: argument counter *@argv: pointer to array of arguments *Return: 0 on success */ int main(int argc, char *argv[] __attribute__((unused))) { if (argc > 0) printf("%d\n", argc - 1); return (0); }
[ "olorun208@gmail.com" ]
olorun208@gmail.com
430129a6858089f4d2527586bec9657e6e0942f9
9207a9668d66ee03b686ab8bc1fb19d8f1108f0e
/Software/build_process/SCons/state_machine/state_machine.h
b0c161a927af6547c7906a5c6316d55dcc454715
[ "MIT" ]
permissive
NP95/Embedded
fbc4842fe0870d7ed4337be76f400272d8db3d5c
bcc50123d8d30718c1e34b8b701ecd875a07503a
refs/heads/master
2021-01-22T19:53:54.008411
2016-03-29T04:29:09
2016-03-29T04:29:09
null
0
0
null
null
null
null
UTF-8
C
false
false
1,562
h
/* //=========================================================================== // Copyright (c) : Pulserain Technology, LLC. 2015 //=========================================================================== // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software a...
[ "pulserain@pulserain.com" ]
pulserain@pulserain.com
da90f8b411952a12204c7079d0248bf4e2638f3e
2c34d73089178e9312264a7921a11b388d56490f
/STM32F2XXX库文件/STM32F2xx_StdPeriph_Lib_V1.0.0/Project/STM32F2xx_StdPeriph_Examples/TIM/ExtTrigger_Synchro/stm32f2xx_conf.h
c2298ee1a7ede1f204346b34768c11dddcfe4c08
[]
no_license
acer-haitao/DHI
a4c307310d4965bc1bcfedd162ae11847ad2a1b3
655962dd2671bde0678c3cdf0b94c4004fe654f2
refs/heads/master
2021-01-13T08:07:01.785092
2016-12-09T08:32:56
2016-12-09T08:32:56
71,744,902
0
1
null
null
null
null
UTF-8
C
false
false
3,622
h
/** ****************************************************************************** * @file TIM/ExtTrigger_Synchro/stm32f2xx_conf.h * @author MCD Application Team * @version V1.0.0 * @date 18-April-2011 * @brief Library configuration file. *************************************************...
[ "acer_yuhaitao@163.com" ]
acer_yuhaitao@163.com
af652bc4bb9dca6087a0a5c2a193193f7fd4a36e
f8627d36932c671cfa237cb13ad680daa99a8fdb
/assignment/server/cat.c
344d9b081af651307f9fe02caf959eef20f11436
[]
no_license
publicarray/SystemsProgramming
244193f4882722486db95bfa9c957849a3fcf975
7f6a84f71f4ae72f560d4595639b027ea3387a8c
refs/heads/master
2021-01-17T15:46:37.581840
2018-02-21T01:24:15
2018-02-21T01:24:15
65,703,428
0
1
null
null
null
null
UTF-8
C
false
false
2,270
c
#include <stdio.h> #include <ctype.h> #include <string.h> #include <errno.h> #include <sys/stat.h> #include "../../01StringAndList/String.h" #include <unistd.h> #define BUFFER_SIZE 16384 // read this many bytes at a time int __get(const char* filePath, String *out) { struct stat fAttributes; if (stat(filePat...
[ "publicarray@icloud.com" ]
publicarray@icloud.com
ebeeffdbf680b11ffb3fdb9c2751be115723056b
8a01fb267f58c8fc993cca431248980be22626a9
/peek-build/m23/bmi/Condat/MS/SRC/mfw/mfw_BtipsVg.c
6f38ce415694bf6003803f890f51d3832da3d953
[]
no_license
WA9ACE/PeekLinux
bd3a223ae3e9f0d59f21cf94849ad688befa4809
24327182a829108dc2625a8c6ff4ad6e5e6d5a60
refs/heads/master
2022-11-29T23:44:14.601896
2020-08-08T16:52:35
2020-08-08T16:52:35
286,082,137
2
1
null
null
null
null
UTF-8
C
false
false
11,761
c
/* ========================================================= * Texas Instruments OMAP(TM) Platform Software * (c) Copyright Texas Instruments, Incorporated. All Rights Reserved. * * Use of this software is controlled by the terms and conditions found * in the license agreement under which this software ...
[ "andrey@e6eaa9d7-a8e6-4b40-915f-875ea51fe5d1" ]
andrey@e6eaa9d7-a8e6-4b40-915f-875ea51fe5d1
1d2a4b8f42280ecb0a142c14b89f29302d7aadd4
792ad26fd812df30bf9a4cc286cca43b87986685
/xxtes.c
7b405ac7940eaa7e4ea5d8370897cc13eae38012
[]
no_license
Clqsin45/acmrec
39fbf6e02bb0c1414c05ad7c79bdfbc95dc26bf6
745b341f2e73d6b1dcf305ef466a3ed3df2e65cc
refs/heads/master
2020-06-18T23:44:21.083754
2016-11-28T05:10:44
2016-11-28T05:10:44
74,934,363
0
1
null
null
null
null
UTF-8
C
false
false
1,117
c
#include <stdio.h> #define MAX 11111 int heap[MAX] = {0}, n = 0, count = 0; void swap(int x, int y) { int temp = heap[x]; heap[x] = heap[y]; heap[y] = temp; } void heapify(int x) { int min = x, left = x * 2, right = x * 2 + 1; if(left <= n && heap[min] > heap[left] ) min = left; ...
[ "someway.bit@gmail.com" ]
someway.bit@gmail.com