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
a990d44c786a0f0d8362a909aba601850b58d7de
09f4aca606ff518501e27a9fdacb5773c3d0a191
/day05/ex11/ft_str_is_alpha.c
d59802084b6dad5b265d31c761ba44ed62ed6117
[]
no_license
rlecart/piscine-c_08.16
dc27b029cce3271251242c1115f1a70a4ec9c14a
5779a9a14c1f32a662c8ac91858e669c1e37f9a7
refs/heads/master
2020-07-12T23:04:18.471354
2017-06-14T03:41:48
2017-06-14T03:41:48
94,285,140
0
0
null
null
null
null
UTF-8
C
false
false
1,113
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_str_is_alpha.c :+: :+: :+: ...
[ "rlecart@e1r7p2.42.fr" ]
rlecart@e1r7p2.42.fr
55c2d726a3bc3bb5e4419b2299693799fd41d794
98d41a9192fdb9f2a7521a1bfc7caa02b5dc58e5
/pokergame.c
70455ed1afe36fc7b01eb4badea4abdcb3d7ede0
[]
no_license
maithaalhayyas/PockerHands1
22961afd00faac157090d1590dc207b235f277f0
3201f600c6ec0f677aa0ef5b1a8c2c148ac23842
refs/heads/master
2023-03-09T16:53:59.299683
2021-03-06T12:49:57
2021-03-06T12:49:57
345,088,630
0
0
null
null
null
null
UTF-8
C
false
false
5,119
c
#include <stdio.h> /* printf */ #include <stdlib.h> #include <vector> #include <math.h> #include <map> #include <queue> #include<algorithm> using namespace std; char values[] = "23456789TJQKA"; struct isValue { isValue(int x): _x(x){}; bool operator()(std::pair<int,int> v) { return v.second == _...
[ "maithaalhayyas@gmail.com" ]
maithaalhayyas@gmail.com
e30fcb8060b6a08aedab11abe46ae7413388428e
e567681bca202d737995a9dde7ca646035d9d1d4
/Examples/vision/DepthEstimationFromStereoVideoCodeGenerationExample/codegen/mex/depthEstimationFromStereoVideo_kernel/insertShape.h
f5e9d9b17e7f74abb4cb821a27fd16a2dc45d8cf
[]
no_license
shackopu/ManavMantra
0b0bfad7ec9eacadae6d40dcc3e49ce3d7c0a6cf
72f0da766eddd93171d88359868c8ed9ad3b32a6
refs/heads/master
2020-04-15T20:07:21.655572
2018-04-29T08:35:42
2018-04-29T08:35:42
null
0
0
null
null
null
null
UTF-8
C
false
false
944
h
/* * Academic License - for use in teaching, academic research, and meeting * course requirements at degree granting institutions only. Not for * government, commercial, or other organizational use. * * insertShape.h * * Code generation for function 'insertShape' * */ #ifndef INSERTSHAPE_H #defin...
[ "praveen.bhatia@sumpurn.com" ]
praveen.bhatia@sumpurn.com
61ffb8a4867170de3391cdbca883d0189a61900c
c11d3e5731893d3af54f568c5e8b8e12c298c730
/unix/boot/bootlib/vfn2osfn.c
c7752cdcfdd730750c7a1ef2d29a265a61976ed8
[]
no_license
joequant/iraf
17f84d6ac26b19edd8d437d308840aae5f5f42e6
b5aced1273fa3d3421723b254442f8d91e223b14
refs/heads/master
2021-01-23T13:22:33.664787
2013-03-16T04:43:35
2013-03-16T04:43:35
8,602,196
3
11
null
null
null
null
UTF-8
C
false
false
4,005
c
/* Copyright(c) 1986 Association of Universities for Research in Astronomy Inc. */ #include <stdio.h> #include <string.h> #define NOLIBCNAMES #define import_spp #define import_libc #define import_xnames #define import_knames #include <iraf.h> #define FINIT #include "bootlib.h" static PKCHAR pk_osfn[SZ_PATHNAME+1]; ...
[ "joequant@gmail.com" ]
joequant@gmail.com
456ea837477c5f3f99c4ff1ca79a3d01efa808e8
764093c4ab3e9e4bca75c7e2db72079b919e0397
/2_linux编程/25_网络编程/19_network/ifreq/1_get_ifc_status.c
f28e63b29297af546d4b3a656af3ef221a767923
[]
no_license
1637664504/C-person-example
9a1273adb6e26c477a46a728fe4eb5cc93b25ca0
ae9d748738dc16190f19f6d44892b9844cbef858
refs/heads/master
2023-07-25T22:06:16.130673
2023-07-09T08:43:21
2023-07-09T08:43:21
166,771,940
1
0
null
null
null
null
UTF-8
C
false
false
3,464
c
#include <stdio.h> #include <string.h> #include <unistd.h> #include <net/if.h> #include <sys/ioctl.h> #include <arpa/inet.h> int get_link_addr(const char *ifc_name, struct in_addr *addr) { int sock = 0; struct ifreq ifr = {0}; struct sockaddr_in *ifc_addr = NULL; if (ifc_name == NULL || addr == NULL) ...
[ "lj1637664504@outlook.com" ]
lj1637664504@outlook.com
48b03f62cbc8267c1c2b523d465fa1c09da00b70
bc6430c488a225a2796b50632cd4a88395777a76
/RRC_staticlib/asn1c_36331_d10/FailureReportSCG-r12.c
5be7a40846caa3777a59c9ada9f18865b3fadabc
[]
no_license
shflyeagle/EagleEye
5f312eaaf9a8a4e2bf5786a38d4f3d6d690d71b7
98b3b802a572ad81bc346905dfdf8396a8189912
refs/heads/master
2020-05-07T08:33:53.684195
2019-04-10T07:53:56
2019-04-10T07:53:56
180,328,573
0
0
null
null
null
null
UTF-8
C
false
false
14,832
c
/* * Generated by asn1c-0.9.27 (http://lionet.info/asn1c) * From ASN.1 module "EUTRA-RRC-Definitions" * found in "/home/qiongbod/asn1c-0.9.27/asn1c/input/36331-d10.asn" * `asn1c -S /home/qiongbod/asn1c-0.9.27/skeletons -fcompound-names -fwide-types -gen-PER` */ #include "FailureReportSCG-r12.h" static int fail...
[ "qiongbo.deng@nokia-sbell.com" ]
qiongbo.deng@nokia-sbell.com
83da951f3abda503ca8f28693e4aaadd139727af
985beab07c05b613aa8ac3edbcd0987f89344eaf
/fy4/d/palace/obj/xuehama.c
1226d13a37c63de711cd6b0d74770dc5bb1fb9f2
[]
no_license
Yeeler/fy2005
f6b308592c5037f5b5d40c18b748259447b6abe1
cd244d4fed63ba57cd72a4e7119353a29df1f3c0
refs/heads/master
2021-01-06T20:37:29.371119
2017-08-08T07:54:16
2017-08-08T07:54:16
99,530,241
2
1
null
null
null
null
GB18030
C
false
false
527
c
inherit ITEM; void create() { set_name("雪蛤蟆",({"snowfrog","snow frog"})); set("long", "这是一只冰清玉洁的雪蛤蟆。\n"); set("value",100); set("unit","只"); } void init() { if(this_player()==environment()) add_action("do_cure","cure"); } int do_cure() { object me; me = this_player(); message_vision("$N把雪蛤蟆用手捏碎...
[ "yeeler@gmail.com" ]
yeeler@gmail.com
494e8f10368a6627cd4149442a155d8a10926022
e5c530a4ef58b1c48a7c71a409732be931050456
/benchmarks/submatch_dfa_aot/pregen/re2c/alt4_8-eof-tdfa1.c
e3c8887a2ecba57cc92b31e320556eded5113476
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain", "MIT" ]
permissive
pombredanne/re2c
0c9e03f63ff6066958aea091f429a305d0aff4e2
117268d681f1842a9fcdcb436234cefe99f174bf
refs/heads/master
2023-03-13T20:24:52.862716
2021-03-03T21:29:58
2021-03-03T21:29:58
null
0
0
null
null
null
null
UTF-8
C
false
false
175,763
c
/* Generated by re2c 2.0.3 */ #line 1 "../../../benchmarks/submatch_dfa_aot/src/re2c/alt4_8.re" #include <assert.h> #include <stdlib.h> #include "common.h" #line 15 "../../../benchmarks/submatch_dfa_aot/src/re2c/common.re" typedef struct taglist_t { struct taglist_t *pred; long dist; } taglist_t; typedef st...
[ "skvadrik@gmail.com" ]
skvadrik@gmail.com
055dd0885bbaf43d9482bf8b448dd8c1429e1fcf
83034856f5643ef43b0967ec54162258bdbe810f
/tcp/win/client/main.c
117c07792ea8e3234c39f97fccaf531baf39c3b2
[ "MIT" ]
permissive
stakenschneider/NetworksLab2017
24020b19ce49af1aa53193721753bdb8eb8d401a
e850556c96661dfc7cda01c8f5154678f3baddcf
refs/heads/master
2021-09-03T21:54:13.894061
2018-01-09T00:23:56
2018-01-09T00:23:56
103,995,883
0
0
null
2017-09-18T21:54:12
2017-09-18T21:54:12
null
UTF-8
C
false
false
2,345
c
#include <stdio.h> #include <stdlib.h> #include <winsock2.h> #include <stdint.h> #include <string.h> int readn(int sockfd, char *buf, int n){ int k; int off = 0; for(int i = 0; i < n; ++i){ k = recv(sockfd, buf + off, 1, 0); off += 1; if (k < 0){ printf("Error readi...
[ "volkova.maria.d@gmail.com" ]
volkova.maria.d@gmail.com
bd776cd2353c21cf6d0f75eea27b81146345c643
8272a59b433310b3ffbda1175b28b35f32a57642
/Coin/AppDelegate/Classes/Utils/DataBtc/include-ios/openssl/ec.h
d0c36b873281536cb123a414c96e942ca7d69a1d
[]
no_license
ibisTime/xn-token-ios
30c63dc786cd4de52dba53a477aa2725239f836b
9c48ccbd7b21e06b5b344e4a0788a3fa67421a2a
refs/heads/master
2021-04-26T22:07:35.511799
2019-03-22T08:14:08
2019-03-22T08:14:08
124,023,308
9
4
null
null
null
null
UTF-8
C
false
false
51,635
h
/* crypto/ec/ec.h */ /* * Originally written by Bodo Moeller for the OpenSSL project. */ /** * \file crypto/ec/ec.h Include file for the OpenSSL EC functions * \author Originally written by Bodo Moeller for the OpenSSL project */ /* ==================================================================== * Copyright ...
[ "邵建飞@qq.com" ]
邵建飞@qq.com
a2b1b4d8b3708ecd2cb35c6a04376f356fdb575b
f9ddf4b8875f240f46773dee9a1f95e93d623461
/03-If-Else/07.c
bb80fa1f920b8d4fdd2255516d2626a4d303dcfe
[]
no_license
Drowze/APC-A
cf578304061cf76950c8d0fc8bf5ff009e0ba825
c28b0e6045bf4bb29aca267ae45b657d23f7f79a
refs/heads/master
2020-05-17T20:48:57.624699
2015-03-14T03:53:38
2015-03-14T03:53:38
24,851,041
0
0
null
null
null
null
UTF-8
C
false
false
467
c
/* Fazer um programa que receba dois números e imprima o maior (pense na possibilidade dos números serem iguais). */ #include <stdio.h> #include <stdlib.h> void main() { int a,b; printf("Digite dois numeros e direi qual eh o maior: "); scanf("%d", &a); scanf("%d", &b); if...
[ "gibim6@gmail.com" ]
gibim6@gmail.com
fab50196f1e88646d3b826719c6489db9e0820e3
163620d62bec023c0c743ba3d05934574e39b5a5
/Resources/LTSketchbook/libraries/LTC6602/LTC6602.h
1b1a9b24f5c6102d9c3b7f79c9a318a52c3c9b03
[]
no_license
TeslaFreak/code-2017
c2cd6da99b1b866a12ab1d09c4f83f73256c04c7
f8b8d4d0f49405e1b364852a90e156005338f406
refs/heads/master
2021-08-08T09:03:54.304472
2017-09-12T17:58:46
2017-09-12T17:58:46
null
0
0
null
null
null
null
UTF-8
C
false
false
4,976
h
/*! LTC6602: Dual, Matched, High Frequency Bandpass/Lowpass Filters @verbatim The LTC6602 is a dual, matched, programmable bandpass or lowpass filter and differential driver. The selectivity of the LTC6602, combined with its phase matching and dynamic range, make it ideal for filtering in RFID systems. With t...
[ "karvin9@gmail.com" ]
karvin9@gmail.com
f0cb45cfe3ac08ff2cdc41ec083558ba97d3fc46
6bcefd8ac3b5567a931134b87f7c08d2489093bc
/QG训练营第一次培训/代码和头文件/duLinkList/duLinkedList.c
5b0c22b3718024ffc39614c1bafe258f7e36f233
[]
no_license
ren-xiang/QG-task
9cf76f2d7b0b353570ebb7aa49939cafa1b8f1a6
6fe29994a6692bbc19b19113a0d342c39b6903cc
refs/heads/master
2020-05-01T09:42:57.233157
2019-04-27T03:21:59
2019-04-27T03:21:59
177,406,426
0
0
null
null
null
null
UTF-8
C
false
false
2,543
c
#include "../head/duLinkedList.h" #include <stdio.h> #include <stdlib.h> #include <malloc.h> /** * @name : Status InitList_DuL(DuLinkedList *L) * @description : initialize an empty linked list with only the head node * @param : L(the head node) * @return : Status * @notice : None */ Status Init...
[ "280018950@qq.com" ]
280018950@qq.com
b915b83cc012cfe1de6830205b00bf731763e90d
afe3b9f82c5b57e83e903d08d9ec7b4d3bd80c97
/Mercury5/proj/sc/application/mmi/app/SoHuUpdaterApp/inc/priv/mmi_sohuupdaterapp_priv.h
af5348eb9e19d10c2b9bec7ef4cff208725823a1
[]
no_license
xtxbruin/SDK_pulbic
bbb79f9eb642aa9ecaa3825944ffc20430cd9057
c1436fa7446457e8d6547874d27ee4e34be150cf
refs/heads/master
2022-03-24T09:27:12.825861
2020-01-01T07:31:36
2020-01-01T07:31:36
null
0
0
null
null
null
null
ISO-8859-1
C
false
false
15,776
h
//////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2006-2009 MStar Semiconductor, Inc. // All rights reserved. // // Unless otherwise stipulated in writing, any and all information contained // herein regardless in any format shall remain the sole proprietary of // MSta...
[ "695732416@qq.com" ]
695732416@qq.com
7b7370686fd56df9f5c89bcc1462b275e23645ec
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/acpi/extr_acpi_lpat.c_acpi_lpat_free_conversion_table.c
a76dc19c71f01a6300bae4a7ecd1ee24a6dea45b
[]
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
704
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
82fd013d48e8b07fd4946a24b63fa4a24b6c2868
05b458a94b13328c4ab0bb474513e69c5f253ec0
/analysis-sources/git-analysis/_cppstats/git/vcs-svn/line_buffer.c
857176b6330a2a68125f724aea710460fa49f889
[]
no_license
paulobernardoaf/dataset-files
c7b3a5f44f20a6809b6ac7c68b9098784d22ca52
6cc1726ee87e964dc05117673e50e3e364533015
refs/heads/master
2022-04-23T06:52:15.875641
2020-04-25T18:28:48
2020-04-25T18:28:48
253,626,694
0
0
null
null
null
null
UTF-8
C
false
false
2,693
c
#include "git-compat-util.h" #include "line_buffer.h" #include "strbuf.h" #define COPY_BUFFER_LEN 4096 int buffer_init(struct line_buffer *buf, const char *filename) { buf->infile = filename ? fopen(filename, "r") : stdin; if (!buf->infile) return -1; return 0; } int buffer_fdinit(struc...
[ "paulomax9002@gmail.com" ]
paulomax9002@gmail.com
1fae6451dfb3f1a8e1ca10021be402170431f9f8
50e7f29b07531bf3db585e420fb7a4209bacf102
/unity-samples/iOS/Roll-A-Ball-Ios/Classes/Native/UnityEngine_UI_UnityEngine_UI_CanvasScaler_Unit.h
b48e6f566438f4bd8ad8433d5be29c1297ef9dec
[]
no_license
golergka/appboy-unity-sdk
0d7a8732c6dfd66ffbf30c9214c932a04f2b6d59
deeeba3849bd3a8e6a1166e95a6a5be6f5038646
refs/heads/master
2021-01-18T11:53:22.096992
2016-03-17T12:24:52
2016-03-17T12:24:52
54,115,484
0
0
null
2016-03-17T12:18:57
2016-03-17T12:18:56
null
UTF-8
C
false
false
378
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_Enum.h" #include "UnityEngine_UI_UnityEngine_UI_CanvasScaler_Unit.h" // UnityEngine.UI.CanvasScaler/Unit struct Unit_t610 { // System.Int32 UnityEngine....
[ "wenzhi@appboy.com" ]
wenzhi@appboy.com
c1e3c40322e21e34b2e013c8fb6bcf12e7b31812
83214753e9183327e98af0e6768e9be5385e5282
/d/city2/npc/yucongma.c
c0849ccef81bf95c51f35c9600e10bb0e305bce3
[]
no_license
MudRen/hymud
f5b3bb0e0232f23a48cb5f1db2e34f08be99614e
b9433df6cf48e936b07252b15b60806ff55bb2f3
refs/heads/main
2023-04-04T22:44:23.880558
2021-04-07T15:45:16
2021-04-07T15:45:16
318,484,633
1
5
null
null
null
null
GB18030
C
false
false
7,713
c
// yucongma.c inherit NPC; inherit F_UNIQUE; #include <ansi.h> void create() { set_name(HIC "玉骢马" NOR, ({ "yu cong ma","yu","ma"})); set("race", "野兽"); set("gender", "雄性"); set("age", 2+random(3)); set("long", "这是一匹玉骢宝马,日行千里,夜行八百。\n"+ "玩家可以骑上它去任何地方(ride/down)。\n"); set("int", 30); set("qi", 300); set("max_qi"...
[ "i@oiuv.cn" ]
i@oiuv.cn
ac2bffd14fc47daebb2cd4e208dddc3912349e29
6ef5407dc83eaa809692ebafe99b047818135ca5
/Striker/lib/enspartan_inisialisasi/enspartan_inisialisasi.c
cbe7db38abfda609e195b7a09679980bef286007
[]
no_license
Enspartan-63/KRI2021
df93e9d458653cd9122f2e3ebfd3820eaa0fc9d2
04fbdc58e8d896a54c3195c63cc2076e53373a50
refs/heads/main
2023-05-11T12:19:55.429776
2021-05-28T14:48:47
2021-05-28T14:48:47
370,631,586
0
2
null
null
null
null
UTF-8
C
false
false
15,269
c
#include "include_lib.h" #include "enspartan_inisialisasi.h" void init_IO(uint32_t RCC_AHB1Periph_GPIO, uint16_t Pin, GPIOMode_TypeDef GPIO_Mode,GPIOOType_TypeDef GPIO_OType, GPIOPuPd_TypeDef GPIO_PuPd ) { RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIO, ENABLE); switch(RCC_AHB1Periph_GPIO){ case ((uint32_t...
[ "nekudarius@gmail.com" ]
nekudarius@gmail.com
705169e7f026530299c5f6907740a822f3433168
63de2f082abc6527140cd60663899519673f32d3
/clinux/lab5/dynamic.c
53222850bbc24ecdae99f0c8ce11180eafb3d743
[]
no_license
whyamiroot/eltex
3f74e7ebee7e0f99d7dc85bff023d08cc1d3721f
446a12d2eba3d064d77dc2c889775aede8fb5e60
refs/heads/master
2021-06-21T04:26:43.779133
2017-07-06T16:17:26
2017-07-06T16:17:26
null
0
0
null
null
null
null
UTF-8
C
false
false
642
c
// // Created by user on 13.11.16. // #include <stdio.h> #include <dlfcn.h> #include <stdlib.h> long (*power)(short num, int pow); int main(void) { short number = 0; unsigned int pow = 0; long result = 0; printf("Enter number and power: "); scanf("%hd %u", &number, &pow); //opening dynamic library void* hand...
[ "levsizov2015@outlook.com" ]
levsizov2015@outlook.com
c8cb17f3a5700ed24a86daf2451d88e261363ace
8fce3bb48d259c4cf9e4d527f97c87fdc491d556
/comp_word.c
646b15da497cd2d6aa79a53760319cbba28a9a98
[]
no_license
jinca/C
da4f1066d9cf57d85fb89174179d27849f232f00
f1d4ec3d07e3384e066a3d822a19127f8db33bbc
refs/heads/master
2021-09-27T18:29:28.684385
2018-11-10T14:53:27
2018-11-10T14:53:27
103,357,443
0
0
null
null
null
null
UTF-8
C
false
false
287
c
#include<stdio.h> #include<string.h> void main() { char word[5]; printf("Enter a word to be compared\n"); scanf("%s",word); if (strcmp(word,"Hello") == 0) printf("Yes, you guess it! It was %s\n",palabra); else printf("It is not the word set\n"); }
[ "jinca@pucp.pe" ]
jinca@pucp.pe
f5ff05ea64ab4321e95b24c3fac177300d7efbf9
69b0fc1d0def1c9bd4213d67d23b455404b0d4e0
/libft/ft_putnbr.c
8592bf562ead291fd2ec44ee73cf404252b8d9d4
[]
no_license
charMstr/minishell
96b78ffc46c33e2e68e68ab5a60bc5377fe9e331
d29a67e04d10642fba2644de50bde97b2a42d804
refs/heads/master
2022-12-23T11:24:46.256298
2020-10-01T12:16:36
2020-10-01T12:16:36
249,642,142
4
1
null
null
null
null
UTF-8
C
false
false
1,156
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putnbr.c :+: :+: :+: ...
[ "orson@marmouts-macbook-pro.home" ]
orson@marmouts-macbook-pro.home
9cc0be806826429a1b75c49ddac02eb738559dd5
90f2e0a047abea67361240c97a2d257f6c6d8911
/Assignment 2/Ass-02-STM32/Src/Ass-02.h
0d5fb23de8ce8a3afbb554c157d30a97b7ff8d7b
[]
no_license
Prelly95/ELEC3730
4b04947f4111bc2a4c17bf3f458a8cdffebfdde8
f250c939ce50457975bed5eb2393164d5196b646
refs/heads/master
2021-01-20T10:06:08.587201
2017-05-05T00:53:44
2017-05-05T00:53:44
90,321,570
0
0
null
null
null
null
UTF-8
C
false
false
2,614
h
// $Date: 2017-04-04 04:00:13 +1000 (Tue, 04 Apr 2017) $ // $Revision: 872 $ // $Author: Peter $ // Assignment 2 include file #ifndef ASS_02_H_ #define ASS_02_H_ // Standard includes #ifdef STM32F407xx #include "stm32f4xx_hal.h" #include "openx07v_c_lcd.h" #include "touch_panel.h" #else #include <windows.h> #e...
[ "prelly95@gmail.com" ]
prelly95@gmail.com
3ce8fb04d2c899331be721aca0e3613f686083dd
b4eca24191fbee6591e5bd1f521bb85646b8267f
/Draw/macro/Test.C
023aee512d4457bb50df286908413d27da3ee041
[]
no_license
PengyaoCui/pp
398cabc2f7e9b9e1b2b70a7dcd1952577305919e
0b24655971f778f4633e6362fde1e94a769dbadc
refs/heads/main
2023-07-31T23:48:04.281586
2021-09-26T04:46:44
2021-09-26T04:46:44
302,211,128
0
0
null
null
null
null
UTF-8
C
false
false
2,134
c
#include "./SourceFun.h" void Test(){ auto Path = "~/study/pp/woJet/15f"; auto File = ""; TString sPath[] = {Path, Path, Path}; TString sFile[] = {"AnalysisOutputs_FitCbinRD.root", "AnalysisOutputs_FitCbinMC.root", "AnalysisOutputs_EffInclMC.root"}; TString sList[] = {"listFitCbinRD_XiNeg_Default", "listFitC...
[ "pengyao.cui@cern.ch" ]
pengyao.cui@cern.ch
7f56d4123a4b5f5b184951d3fc6da6e8e00c2aff
d1742451b25705fc128acc245524659628ab3e7d
/Codeforces with C & Cpp/59A.c
e168fb16e2ed384ca1d16a21ad858739778bc8f9
[]
no_license
Shovon588/Programming
ebab793a3c97aedddfcad5ea06e7e22f5c54a86e
e4922c9138998358eed09a1be7598f9b060c685f
refs/heads/master
2022-12-23T18:29:10.141117
2020-10-04T17:29:32
2020-10-04T17:29:32
256,915,133
1
0
null
null
null
null
UTF-8
C
false
false
510
c
#include<stdio.h> int main() { #ifndef ONLINE_JUDGE freopen("input.txt", "r", stdin); freopen("output.txt", "w", stdout); #endif char str[200]; int i,high=0,low=0; scanf("%s",str); for(i=0;str[i]!='\0';i++) { if(str[i]>=65 && str[i]<=90) { high++; } else {low++;} } if(high>low) { for(i=0;str[i]!='\0';i++) { ...
[ "mainulislam588@gmail.com" ]
mainulislam588@gmail.com
9502ad4958cf5429223747eebc8c12edbe57a439
38d65db6291040fae1b57b93fa17bd0795aac401
/src/key_event.c
3eb0e3838f0132179a9e87d9bebe4bc1d2c7b615
[]
no_license
nsikora/fractol
4e9b88064410fdc40fe660f27d489cd29fcc1943
5e2e37a8a094c1118863d45626b8f71eaf979205
refs/heads/master
2020-03-15T04:19:25.636653
2018-05-03T08:07:22
2018-05-03T08:07:22
131,962,261
0
0
null
null
null
null
UTF-8
C
false
false
2,967
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* display_window.c :+: :+: :+: ...
[ "nsikora@e1r13p9.42.fr" ]
nsikora@e1r13p9.42.fr
8c9ea24c1fe2d24db99a343a34bb767d6c7ca187
33ba00b19f883db6b7aa5391d92098854cb0d00b
/Firmware/src/UI/resources/largetemp_loaded2110.c
70843a35e43dbd775e022ad1136963243cbf0e51
[ "MIT" ]
permissive
csatti/SolderingStation
35211e19e812ab8bc44980b040496a70d27f1373
69d6ff5053b75dbb8b36e4aed57455b0330d2ef9
refs/heads/master
2021-06-13T01:41:45.645663
2021-04-17T11:59:31
2021-04-17T11:59:31
167,728,717
0
1
null
null
null
null
UTF-8
C
false
false
9,863
c
/* Start of automatically generated font definition for largetemp_loaded2110. */ #ifndef MF_RLEFONT_INTERNALS #define MF_RLEFONT_INTERNALS #endif #include "mf_rlefont.h" #ifndef MF_RLEFONT_VERSION_4_SUPPORTED #error The font file is not compatible with this version of mcufont. #endif static const uint8_t mf_rlefon...
[ "kovacs.a2@gmail.com" ]
kovacs.a2@gmail.com
1eb6f3fcc10562881499e53fa14d441d041e7f4c
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/radare2/libr/bin/pdb/extr_tpi.c_free_lf_array.c
0fe29c8974a4b1b5b2d750c0e1aae3a8a7dea6a0
[]
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
854
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
81aa970f7f1f5f0ec4bd9407e13b4011ca75705e
546b028538939527e5fed3fe4e547d5f2bb1c4da
/Projects/SappWsn/Source/SAPP_FrameWork.h
ab0a7db6b7a08e6065d184b26a398e337e9e0b00
[]
no_license
Talnex/Zigbee_Mergency_NetWork
353220ca46038aaa3a54795855c23a490d84d141
ffd0309f49ce59c6501f0c56e8f88d57baa0bef1
refs/heads/master
2020-06-18T12:11:31.735916
2019-07-11T02:39:11
2019-07-11T02:39:11
196,298,715
0
0
null
null
null
null
GB18030
C
false
false
4,133
h
#ifndef _SAPP_FRAMEWORK_H_ #define _SAPP_FRAMEWORK_H_ #include <hal_board.h> #include "ZComDef.h" #include "hal_drivers.h" #include "OSAL.h" #include "ZGlobals.h" #include "AF.h" #include "aps_groups.h" #include "nwk.h" #include "APS.h" #if defined ( ZIGBEE_FRAGMENTATION ) #include "aps_frag.h" #endif ...
[ "talnex@icloud.com" ]
talnex@icloud.com
4d300eae3180320d3a9e9f5d5781b7e4536bb9bb
aced0b0b4b73ecb9837500a9b65eb039033e94d3
/Win10_1809_RS5_17754/x64/System32/ntoskrnl.exe/Standalone/_PEB.h
c20801327df1f7585ca9a05a42bdb6e3c39884d6
[]
no_license
Qazwar/headers
a16193b7343f8497c4dde1f0eb6fee52a0ed91e1
049e8a564a1f82a8316f187f8a8bbcdb29be5e01
refs/heads/master
2020-04-05T15:36:20.462296
2018-11-08T18:53:40
2018-11-08T20:37:03
null
0
0
null
null
null
null
UTF-8
C
false
false
8,066
h
typedef union _LARGE_INTEGER { union { struct { /* 0x0000 */ unsigned long LowPart; /* 0x0004 */ long HighPart; }; /* size: 0x0008 */ struct // _TAG_UNNAMED_1 { /* 0x0000 */ unsigned long LowPart; /* 0x0004 */ long HighPart; } /* size: 0x0008 */ u; /* 0x0000 */ __...
[ "w.benny@outlook.com" ]
w.benny@outlook.com
bebacb90f82efc1c2e1fd2ff94334da1735a7f1f
23e311d224a5ed8a2d0cb1dc2adeadaa31c75175
/XenServer-SDK/libxenserver/src/include/xen/api/xen_crashdump.h
cec0aeda5685b0b5e49122fa5a7d55990bb45006
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
adityaka/XenServerPowerShellToolKit
b96e5e152d8be51ca4aea9c4273a46796f230c66
40cd45e4ab3807513f3dc5c2c4b7aeb8f7bb964d
refs/heads/master
2020-04-22T08:25:05.495913
2016-08-18T15:18:29
2016-08-18T15:18:29
65,946,728
0
0
null
null
null
null
UTF-8
C
false
false
6,797
h
/* * Copyright (c) Citrix Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1) Redistributions of source code must retain the above copyright * notice, this lis...
[ "aditya.n.kapur@gmail.com" ]
aditya.n.kapur@gmail.com
0cecd791325656871d1040036c542d53cf7b52de
16a76ee66d9b2f59c9beee4a4a0e104ce347e32a
/malware_via_email/malware_0182/ia32_pe/by_decompiler.sf.net.globals.c
0d3f2066bdce9961cce678be2c9503e3ad802e3f
[]
no_license
rfalke/decompiler-subjects
4cee3263fa9116285b4bc4b6373efd2e4efa925f
7187fa93b285c32325826eecd0128e907a28809b
refs/heads/master
2023-08-10T08:24:27.198393
2023-07-28T19:44:41
2023-07-28T19:44:41
3,725,678
41
12
null
2023-03-15T16:14:41
2012-03-15T06:01:36
null
UTF-8
C
false
false
165
c
// subject.c // Generated on TIMESTAMP by decompiling malware_via_email/malware_0182/ia32_pe/subject.exe // using Decompiler version VERSION #include "subject.h"
[ "does_not_matter@risimo.net" ]
does_not_matter@risimo.net
b6f1429e9b56bf166680293ba91d3499e0e1631f
b9264524ecfa5e3607ee8d70b8b60eb9090c26d2
/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1-RevB_FreedomStudio/freedom-metal/metal/drivers/sifive_ccache0.h
2153cf384f8daee0308223c746f020af7e4dee52
[ "freertos-exception-2.0", "GPL-2.0-or-later", "MIT" ]
permissive
kilograham/FreeRTOS
884fe99a520616796e29aa4fdb0f0c4f6f641756
e117bdcd178c4074fd0d255958487807a7b50032
refs/heads/main
2023-06-10T21:22:00.915782
2021-05-07T22:15:00
2021-05-07T22:15:00
366,805,094
2
1
MIT
2021-05-12T17:57:40
2021-05-12T17:57:39
null
UTF-8
C
false
false
478
h
/* Copyright 2019 SiFive, Inc */ /* SPDX-License-Identifier: Apache-2.0 */ #ifndef METAL__DRIVERS__SIFIVE_CCACHE0_H #define METAL__DRIVERS__SIFIVE_CCACHE0_H #include <metal/cache.h> #include <metal/compiler.h> struct __metal_driver_vtable_sifive_ccache0 { struct __metal_cache_vtable cache; }; struct __metal_driver...
[ "ribarry@amazon.com" ]
ribarry@amazon.com
b2ae4dd0ce22c520313c846548fa26949e9e126b
3355dd48d244bf58a55adc2b2df45c78ed493a4a
/C_language/3_Stack/infix_to_prefix.c
b97b5b457ba8dc45dea86afd0105ad0cb3c935ba
[]
no_license
AdityaShidlyali/Data_Structures
85df1e21280b9b369e49fd4637b987b912d3c6ed
0d44c0db0ef581a031ca43ab70c263845a53900f
refs/heads/master
2023-02-13T11:33:36.875511
2021-01-11T14:46:18
2021-01-11T14:46:18
299,544,969
0
0
null
null
null
null
UTF-8
C
false
false
2,047
c
// Author : Aditya Shidlyali // Program to convert infix to prefix expression #include <stdio.h> #include <ctype.h> #include <string.h> #define MAX 30 char stack[MAX]; int top = -1; char revstr[MAX]; char postfixexp[MAX]; void push(char item) { if (top == (MAX-1)) { printf("Stack is overflowing"); ...
[ "adityamshidlyali@gmail.com" ]
adityamshidlyali@gmail.com
85233f289a79dd5025626d7e61892f697c301ceb
6347170b79ea1d8163675dde16d6086e1460698a
/WordBreakDownCounter.c
9c6f5f4672a072da5f44305480b2e93fc422692a
[]
no_license
mohammed-117/223-Project-3
f9258551bfee55bf851fb0ec297fad062553b96f
cf188c051008c9c6c87f2d047f35cbaa6c6a5ad4
refs/heads/master
2020-03-23T06:31:09.948198
2018-07-17T01:22:38
2018-07-17T01:22:38
141,213,656
0
0
null
null
null
null
UTF-8
C
false
false
1,297
c
//--------------------------------- // Mohammed Hassnain // cpsc 223c // Sept 15, 2015 // Project No.3 // Question 1. // purpose: the purpose of this program is to print out the number of letters, vowels, and words after //the user has entered a sentence. //---------------------------------- #include <stdio.h> ...
[ "noreply@github.com" ]
mohammed-117.noreply@github.com
e88d7352e15cb2e6ce131b711db56de17a0591c5
c0a6d2cbc723caf172e2e632d72d9bd10444011a
/godot_vim/register_types.h
15a166d8316670432e8e3e2e4bec91fc39104cd9
[ "MIT" ]
permissive
dcampos/godot-vim
ba5aec1ac4a1388548ffc56ff7f4f910cff38e52
b51fc68265347a1d68d1cd3d6d2003857766f26e
refs/heads/master
2022-01-20T00:34:34.945175
2022-01-03T17:07:41
2022-01-03T17:07:41
104,021,314
11
1
null
null
null
null
UTF-8
C
false
false
69
h
void register_godot_vim_types(); void unregister_godot_vim_types();
[ "darlanpedro@gmail.com" ]
darlanpedro@gmail.com
8275ab81b672007ba53ae1034704ee6783432afa
48a400042c41feb1b305da0aff3b8a2ad535bdc1
/clang/test/RC99/CodeGen/set_index-04.c
cbd2142d5851d1c76a2e8b6ee9eb364523da810d
[ "Apache-2.0", "LLVM-exception", "NCSA" ]
permissive
Daasin/tpc_llvm
d9942f0a031213ba5f23e2053d04c3649aa67b03
ece488f96ae81dd9790f07438a949407dc87ef66
refs/heads/main
2023-07-29T16:10:36.488513
2021-08-23T10:38:48
2021-09-10T05:48:53
null
0
0
null
null
null
null
UTF-8
C
false
false
364
c
// RUN: %codegen -S -O1 -triple tpc-none-none -std=rc99 %s -o - | FileCheck %s void main(int src) { int64 val = src; int5 storeCoord = { 11, 11, 22, 22, 22 }; i32_st_tnsr_i_v_b(storeCoord, 1, val, 1, 0); } // CHECK: set_indx [[REGI:%I[0-9]+]], b00011, 0xb, %SP0 // CHECK: set_indx [[REGI]], b11100, 0x16, %SP0 //...
[ "ogabbay@kernel.org" ]
ogabbay@kernel.org
d97bdc60a215940e9ff037f8ed2df520d9307446
ff5ec7d7a01cd3e0cf2ae61a103b4b804a27608d
/Day06/ex02/ft_print_params.c
460de18de39bfc6c72706d0d3af84fe5673050f8
[]
no_license
mikhailkryukov/school
9c1e8229a11550d2d21a752b9bd4ab0dccd14b67
4fb6e5837083e04130e188794654b9a4e74f0eb3
refs/heads/master
2020-04-02T07:12:07.871646
2018-11-14T17:53:29
2018-11-14T17:53:29
154,185,818
0
0
null
null
null
null
UTF-8
C
false
false
1,184
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_print_params.c :+: :+: :+: ...
[ "mkryukov@e1z1r4p5.42.us.org" ]
mkryukov@e1z1r4p5.42.us.org
5df8ea0e0b7f6ea77d12d61ac7912b1aadf1420e
17e795d06dd14b608e2f97db5cd61bc212392f64
/LLVM_Template/.nit_compile/nit__local_var_init.sep.1.c
ac0a7092aaf4b419bae1f0c1d3bd9eb0b5801e8e
[]
no_license
GPtech99/NIT_LLVM
9e2cee3dcaef733ab97839644edabedec39171bc
7fb8f7f2d4af9fdc59642d6d015bba90f12f8d5e
refs/heads/master
2023-04-12T23:26:29.912359
2015-04-29T02:20:15
2015-04-29T02:20:15
null
0
0
null
null
null
null
UTF-8
C
false
false
23,140
c
#include "nit__local_var_init.sep.0.h" /* method local_var_init#ToolContext#local_var_init_phase for (self: ToolContext): Phase */ val* nit__local_var_init___ToolContext___local_var_init_phase(val* self) { val* var /* : Phase */; val* var1 /* : Phase */; var1 = self->attrs[COLOR_nit__local_var_init__ToolContext___local...
[ "brini2015@gmail.com" ]
brini2015@gmail.com
5ba9a9b846a43204657d5faf8f6db5a41c88a921
bcadf9314439a1407d530b27cc7a3b4e93b1756e
/primes.c
0de54336472a45cc1cb163ee5353bb2f2d3893c8
[]
no_license
garyconnelly1/TheoryOfAlgorithmsLabs
b00fa8454173880d2efe1e23cc6a8eb9424e39bc
1521f2138c282a395dc07191b343041ede6cad06
refs/heads/master
2020-04-19T06:22:21.533981
2019-01-28T18:45:37
2019-01-28T18:45:37
168,015,708
0
0
null
null
null
null
UTF-8
C
false
false
318
c
#include <stdio.h> int isprime(unsigned int test){ unsigned int i; for (i = 2; i < test; i++){ if (i % i == 0){ return 0; } } return 1; } int main(int argc, char *argv[]){ if(isprime(653)){ printf("It's prime!\n"); } else{ printf("It's not prime!\n"); } return 0; }
[ "G00336837@gmit.ie" ]
G00336837@gmit.ie
d76f345ed79a05444bfcfe33e983a459ec516be1
c2cedcf36667730f558ab354bea4505b616c90d2
/players/mizan/opl/CELLS/C1979.c
6bc638a0d96cb329986a4ebcbabb35bba7fed01c
[]
no_license
wugouzi/Nirvlp312mudlib
965ed876c7080ab00e28c5d8cd5ea9fc9e46258f
616cad7472279cc97c9693f893940f5336916ff8
refs/heads/master
2023-03-16T03:45:05.510851
2017-09-21T17:05:00
2017-09-21T17:05:00
null
0
0
null
null
null
null
UTF-8
C
false
false
2,060
c
inherit "/players/mizan/opl/core/room.c"; #include "/obj/ansi.h" object mob0, mob1, mob2, mob3, mob4, bonus, bonus2, bonus3, boss, door1, door2; /* This is a TOP cell of maze, automatically generated. */ /* Please do not make edits to this file as changes would be overwritten */ /* every two weeks by the Perl code wh...
[ "rump.nirv@gmail.com" ]
rump.nirv@gmail.com
536581701d71fea01743f32044cb8e9a6ce4ff1b
ce1607a38503517be5dc8eaaf40f89491d4b9479
/42sh/src/get_command_line/load_histo.c
d428bcb998488cd13d5e6e9ca9898f2682196afb
[]
no_license
cmptqdw/school
1e57f3a69a2e0748445f680164ed7fb4b20b5b47
fd848f0b85d729f337c566c5a3129e87975db780
refs/heads/master
2020-12-30T12:44:05.530900
2017-05-15T15:22:41
2017-05-15T15:22:41
91,349,094
0
0
null
null
null
null
UTF-8
C
false
false
1,372
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* load_histo.c :+: :+: :+: ...
[ "notavalide@mail.thx" ]
notavalide@mail.thx
3f50eca8ffdb87f1c5537f1e5ccfff580f1185a6
897868d4960eee6e728597e4ec5576aa03064785
/libecc/src/elk/sys/microblaze/console.h
80bb083d2ef4d4d7b8afc7f76b8c6b38293084ff
[ "MIT" ]
permissive
martell/ellcc
ab95d98c6023a23402a474044730db125349c843
b144e161b5f70da528ae64329f27e4dfab489e5a
refs/heads/master
2021-04-26T11:49:19.551929
2016-10-05T09:21:00
2016-10-05T09:21:00
70,063,491
2
1
NOASSERTION
2020-03-07T21:58:00
2016-10-05T13:32:53
null
UTF-8
C
false
false
2,837
h
#ifndef _console_h_ #define _console_h_ #include "irq.h" #define BASE_ADDRESS 0xB8000000 #define UART0_BASE (BASE_ADDRESS + 0x3f8) #define UART_REG(n) ((volatile char *)((UART0_BASE) + ((n)))) #define RXTX UART_REG(0) #define INTEN UART_REG(1) #define IIFIFO UART_REG(2) #define LCRTL UART_REG(3) #define MCRTL...
[ "rich@ellcc.org" ]
rich@ellcc.org
c9f8b16aa1600d8ed80c32bf0f7321a7cfe2d58e
445178d8c4444f43199656b8d6051c2f2076a687
/hw16/pic_code/firmware_ME433_final/src/system_config/pic32mx795_pim_e16_int_dyn/framework/system/ports/src/sys_ports_static.c
10e41a40355210173a63f43505da16efb9d6575a
[]
no_license
mattmongeon/me433
8bf00e0f3adfeea4cb094c882d736fa28e6ad96c
27bffbaed67b844d723ff8701b7875e9c1f3e7f4
refs/heads/master
2021-01-15T23:07:41.079047
2015-06-09T19:17:59
2015-06-09T19:17:59
33,223,136
0
0
null
null
null
null
UTF-8
C
false
false
3,328
c
/******************************************************************************* SYS PORTS Static Functions for PORTS System Service Company: Microchip Technology Inc. File Name: sys_ports_static.c Summary: SYS PORTS static function implementations for the Ports System Service. Des...
[ "matthewmongeon2015@u.northwestern.edu" ]
matthewmongeon2015@u.northwestern.edu
bd96aeee374508c174e6a297facd9c7cab22fe88
da147f16fb936bdd8df33c4daf72b692d81261ad
/vendor/PosixMachTiming/src/timing_mach.c
417dee25dbe905ec5fefd0785df7d3ad86424643
[ "LicenseRef-scancode-warranty-disclaimer", "ISC" ]
permissive
zoujiaqing/launchd
1e17fe15e98f5778e934df275e7adf547e2adc56
9362eb414c6c99ce075a11259de5de0e6078d0cb
refs/heads/master
2020-04-06T04:05:18.019401
2017-02-24T19:22:59
2017-02-24T19:22:59
83,058,214
3
0
null
null
null
null
UTF-8
C
false
false
2,896
c
#define _POSIX_C_SOURCE 200809L #include <unistd.h> #include <time.h> #include "timing_mach.h" #ifdef __MACH__ /* ******** */ /* __MACH__ */ #include <mach/mach_time.h> #include <mach/mach.h> #include <mach/clock.h> /* timing struct for osx */ static struct TimingMach { mach_timebase_info_data_t timebase; c...
[ "zoujiaqing@gmail.com" ]
zoujiaqing@gmail.com
9041b2c9e5f0ebaf063897dc6e3a05061f2f9ccc
b22179c4a0cdebdaa4168299d4c6b2cbffb68c37
/Example/Property Based Testing Example/Carthage/Build/iOS/SwiftCheck.framework/Headers/SwiftCheck-Swift.h
ed0307c5edc448b3862bc392dbcb7ff8b04efc03
[]
no_license
sebastiangrail/property-based-testing-talk
85767e5d4a258758d4d81b64eb0227069cafb025
c62e42e2dbb95f5ff02e18f72003e05561d64937
refs/heads/master
2021-09-20T06:56:28.600756
2018-08-06T11:00:09
2018-08-06T11:00:09
104,310,588
2
0
null
null
null
null
UTF-8
C
false
false
6,445
h
// Generated by Apple Swift version 4.1.2 (swiftlang-902.0.54 clang-902.0.39.2) #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wgcc-compat" #if !defined(__has_include) # define __has_include(x) 0 #endif #if !defined(__has_attribute) # define __has_attribute(x) 0 #endif #if !defined(__has_feature) # d...
[ "sgrail@gmail.com" ]
sgrail@gmail.com
bee080be18d3aa1398f34f866418d900473fb3bc
5c255f911786e984286b1f7a4e6091a68419d049
/code/da1dd693-055c-482d-a7cb-59e0e6e60544.c
8c11bda27cdc8ffb741258127a824dd82dcc0e24
[]
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
371
c
#include <stdio.h> int sum(int a) ; int main() { int num; int result; printf("Enter the number: "); num = 50.; printf("vulnerability"); result = sum(num); printf("Sum of dibgits in %d is %d\r",num,result); return 0; } int sum(int num) { if (num!=0) { return num%10+sum(num/10); ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
208ccfe83d3f43f2054fdd190677cb1d30fbed8c
a53fc969c4e4838b338ac978e1e06d96c9a5ef7f
/src/components/application_manager/test/mock/include/application_manager/commands/mobile/send_location_response.h
e107bef394eaccd6ae5da2f40d8114644948c3b1
[]
no_license
LuxoftSDL/sdl_core_winport
8dbe4ccca656469f9193c92fdfa871d577639b15
d7a522bf71b6daf76f4fa9e5d8c7e4a7087ffbc1
refs/heads/develop
2016-08-12T18:08:20.570661
2016-04-07T07:23:32
2016-04-07T07:23:32
44,124,645
2
10
null
2016-06-06T09:43:51
2015-10-12T17:59:45
C++
UTF-8
C
false
false
99
h
../../../../../../ include / application_manager / commands / mobile / send_location_response.h
[ "rodion.malinovsky@binary-studio.com" ]
rodion.malinovsky@binary-studio.com
c1efae9803bab098ba4956104c9a87232bb19a4e
45b994cdb58b62d707a37ca80c863ab2bdc1cb75
/assessments/course1/src/data.c
c0153d4d387e3eb93bdf16b1d4caad903e2b1871
[]
no_license
MissTick16/IntroES
c276f5131caf3ed87d27ebee35608c65aa30ffc4
7c242f439fd59f147735ed4321457e6074066f9a
refs/heads/master
2022-12-03T21:35:11.325895
2020-08-04T18:12:20
2020-08-04T18:12:20
281,981,465
0
0
null
2020-07-24T18:05:12
2020-07-23T14:57:31
C
UTF-8
C
false
false
1,233
c
#include "data.h" #include "platform.h" #include <stdlib.h> void reverse(uint8_t *data, uint8_t len) { uint8_t *start = data, *end = data + len - 1; while (start < end) { uint8_t tmp = *start; *start = *end; *end = tmp; start++; end--; } } uint8_t my_itoa(int32_t data, uint8_t * ptr, uint32_t base) { u...
[ "andra_teodora.ilie@cti.pub.ro" ]
andra_teodora.ilie@cti.pub.ro
22fd12da0d016463e6ed2a9c0ff4a1d4c82a01fe
b71b8bd385c207dffda39d96c7bee5f2ccce946c
/testcases/CWE134_Uncontrolled_Format_String/s05/CWE134_Uncontrolled_Format_String__wchar_t_file_fprintf_16.c
bd2df8f4b1287edc2a508f1728fea15f2f3a81ac
[]
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
4,434
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE134_Uncontrolled_Format_String__wchar_t_file_fprintf_16.c Label Definition File: CWE134_Uncontrolled_Format_String.label.xml Template File: sources-sinks-16.tmpl.c */ /* * @description * CWE: 134 Uncontrolled Format String * BadSource: file Read input from a file * G...
[ "jaredzap@rams.colostate.edu" ]
jaredzap@rams.colostate.edu
aeb6af907591f4c35ac1f3bb342321e3dd185c88
009c9f00755a1d633859d29ff526c23b36e729d3
/replicateit.c
decd7125085bdfea5c28dce7e278f5fa59ecbb88
[]
no_license
edo1/replicateit
cb8394d76f832586b62ef13c6e98383b1d457cc4
ef6afda777d11a31ea35bdc7f9bf93d7c354e260
refs/heads/master
2021-01-23T07:55:42.087410
2017-03-28T13:43:17
2017-03-28T15:36:48
86,465,117
0
0
null
null
null
null
UTF-8
C
false
false
10,015
c
/* Replicate It: mutlichannel UDP proxy (proof of concept) Idea: send several packet copies via independent internet channels and use first arrived. Why you shouldn't use this code in production: - packet numbers aren't synchronized after one side restart/link loss (it means that connection stop...
[ "edo.rus@gmail.com" ]
edo.rus@gmail.com
6897c3ebc8ac4bb92b9f89f191a070078024e2fa
4d03cbeebcc652fee541eebbdc55e3d5d2e6fd63
/finalproject/glm.h
9115cf412f59223850fce411c628b9df9d21f80e
[]
no_license
marcus58/Flying-Plane-in-OpenGL
a62f3bbe1dcc6ca0791272903d34cb5baf5ec911
7ae5cd5cd0ab131d57186e68df2c481ce70610c9
refs/heads/master
2022-12-03T00:36:10.898878
2020-08-17T07:53:01
2020-08-17T07:53:01
278,624,778
0
0
null
null
null
null
GB18030
C
false
false
8,711
h
//obj导入模块是参考glm库源代码的 #pragma once #define FREEGLUT_STATIC #define _CRT_SECURE_NO_WARNINGS #include <freeglut.h> #ifndef GL_Lib #ifdef _DEBUG #define GL_Lib(name) name "d.lib" #else #define GL_Lib(name) name ".lib" #endif #endif #pragma comment(lib, GL_Lib("freeglut_static")) #ifndef M_PI #define M_PI 3.14159265f #e...
[ "1143102986@qq.com" ]
1143102986@qq.com
73d20282cd7a9a01f29d80338ab7c1f1a280256a
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/0b05d104-e580-4699-9c43-f3e99e53d8d5.c
7f3318b6336d1453b50db468d42d965a110b516c
[]
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
538
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; k = i-j*i; //variables /* START VULNERABILITY */ int a; int b[74]; int c[89]; a = 0; do { a++; /* START BUFFER SET */ ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
3e944eda5c9e23f992b1591234d3bad95a4fd853
0522c8fe6a5b2b992022a8edfb42dbb7a2995c6b
/c/benchmarks/gotham/gotham_composer.h
169aa994777d4a909f114455aeca91b7504611f2
[ "BSD-3-Clause" ]
permissive
weld-project/split-annotations
36a9344ac9e212c77548f16298e74db42f6eb8d1
d835cc54476336e7f4355d87e820595aeddcc442
refs/heads/master
2022-12-09T00:17:05.312672
2019-08-13T17:51:05
2019-08-13T17:55:22
202,002,823
55
5
BSD-3-Clause
2022-12-08T05:20:38
2019-08-12T20:18:12
Python
UTF-8
C
false
false
149
h
#ifndef _NASHVILLE_COMPOSER_H_ #define _NASHVILLE_COMPOSER_H_ #include <MagickWand.h> MagickWand *gotham_composer(MagickWand *input_wand); #endif
[ "shoumik@cs.stanford.edu" ]
shoumik@cs.stanford.edu
0a805050bdd2055165b70f40f7b05e77db95f726
024962228bf44c04c2ef5d02c90b8b9aad99ad7f
/keyboard.c
8041ed57f20545021a9e52374005c56adff032c7
[ "Apache-2.0" ]
permissive
hu-x/2048_in_C
8076962e7743e670049e89362410fe6f9709fc90
37fe24a8ed0004cf48ae22465c2d0abee2e64c16
refs/heads/master
2020-06-08T09:55:35.532350
2019-06-22T08:17:50
2019-06-22T08:17:50
193,209,358
0
0
null
null
null
null
UTF-8
C
false
false
369
c
/* keyboard.c */ #include "keyboard.h" KEYTYPE getKey(){ system("pause > nul"); KEYTYPE key = KBD_UNKNOWN; if(KeyDown(VK_RETURN)) key = KBD_ENTER; if(KeyDown(VK_UP)) key = KBD_UP; if(KeyDown(VK_DOWN)) key = KBD_DOWN; if(KeyDown(VK_LEFT)) key = KBD_LEFT; if(KeyDown(VK_RIGHT)) key = KBD_RIGHT; if (Key...
[ "782920705@qq.com" ]
782920705@qq.com
345241448745dfffb14ccbf12426b564fb9e01dc
6152331a0312f279a699243e1456123bc2b85237
/v2/lib3mf_types.h
2a86785521c46c5327e850245ed9c85e475b9d9f
[ "BSD-2-Clause" ]
permissive
qmuntal/go-lib3mf
1e80eceaf7b98c02200f6ae071aa575108abbc55
2d02db92d0c8c7701fd8eec8d7a79b2d3eac2b39
refs/heads/master
2022-06-22T10:16:09.495618
2020-05-09T16:26:27
2020-05-09T16:26:27
262,345,870
2
0
null
null
null
null
UTF-8
C
false
false
18,158
h
/*++ Copyright (C) 2019 3MF Consortium (Original Author) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditio...
[ "quimmuntal@gmail.com" ]
quimmuntal@gmail.com
fb5d0b733e49081536b1a4a1418dd91c6e82699a
fa78118d8dbf60b2ee35efa2722b34e746225834
/Temp/StagingArea/Data/il2cppOutput/t3683860090.h
07af0e273b3973e26b5e331c1f3225d57c02ed9c
[]
no_license
nsbingham/unity-roll-a-ball
2935c2783763e7935d1a7659b58d577db7ae19f6
be9f18afa7ad71acf3db12b03fda0f3257dba9d7
refs/heads/master
2021-01-10T05:44:47.996328
2016-03-31T21:47:37
2016-03-31T21:47:37
55,182,176
0
0
null
null
null
null
UTF-8
C
false
false
248
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> struct t629136222; #include "t837106420.h" struct t3683860090 : public t837106420 { t629136222 * f0; };
[ "nsbingham@gmail.com" ]
nsbingham@gmail.com
c7ff51791f9a816e41e4addc5b5128a9c94b4393
0585c72677e7cdb9bf1d2e7b6cf2019bf10618db
/awd/Chapter8/proxy/srv_p.c
03075f1c2b4e51a0fcf988a7e703ba2f457792ed
[]
no_license
fcccode/AdvancedWindowsDebugging
d52cbba88a0d9b3c4e70166aa6100bd216a77227
6329d8c0b7d83d3fcaba968189b4cd32547eb35e
refs/heads/master
2020-06-29T06:27:39.403028
2019-08-03T11:18:00
2019-08-03T11:18:00
null
0
0
null
null
null
null
UTF-8
C
false
false
17,104
c
/* this ALWAYS GENERATED file contains the proxy stub code */ /* File created by MIDL compiler version 7.00.0499 */ /* Compiler settings for srv.idl: Oicf, W1, Zp8, env=Win64 (32b run) protocol : all , ms_ext, c_ext, robust error checks: allocation ref bounds_check enum stub_data VC __de...
[ "rui@deniable.org" ]
rui@deniable.org
e056fae46ed8d90fb3f45ea0efdf57e662ec19df
159451ce83414dc000f7b94a4a7b65b70edf87cf
/practice/pointer.c
c5f5d7ec77760f2608905e9230ea184189907aa5
[]
no_license
shubhamk09/C-Programms
370fe3f876a3963c170c6fc1a1bad1414472c091
00bef81b8a3eff1d819f51e8a58bff979ed247e9
refs/heads/master
2023-04-04T16:34:34.491675
2021-04-15T21:23:14
2021-04-15T21:23:14
350,430,623
0
0
null
null
null
null
UTF-8
C
false
false
384
c
#include <stdio.h> void main(){ int a, b, c, d, *ap, *bp; printf("Enter two numbers"); scanf("%d %d", &a, &b); ap=&a; bp=&b; c=a+b; d=*ap+*bp; printf("\nSum without pointer: %d", c); printf("\nSum without pointer: %d", d); // Void pointer int f; void *pt=&f; *(int *)pt=1...
[ "shubhamkalihari09@gmail.com" ]
shubhamkalihari09@gmail.com
09e6fcb659a2a9a07afbaab11500bed748b39897
c6f022cb53fd3caf8420ef365cc2ecfdff356258
/January/1.13/Boats to Save People.c
ebd5632a6d5bef8f25059f20fb728315db98fa8e
[]
no_license
bluebird1337/Leetcode
df619308d838793a07fd72d9d64eb3df2747b45a
e12cfca0a9dd7696b2a422d30632dc08cf4e184a
refs/heads/master
2023-05-12T23:11:44.079679
2021-06-06T16:25:42
2021-06-06T16:25:42
320,892,248
0
0
null
null
null
null
UTF-8
C
false
false
1,009
c
/* https://leetcode.com/problems/boats-to-save-people/ The i-th person has weight people[i], and each boat can carry a maximum weight of limit. Each boat carries at most 2 people at the same time, provided the sum of the weight of those people is at most limit. Return the minimum number of boats to carry every give...
[ "whwen0528@gmail.com" ]
whwen0528@gmail.com
d1495cfd9d836811cfa17f4057bac7d99c2d53f7
2fb6e11034c6d2252b98446cbca74b1e97b5588b
/test/stdlib/labs.c
46f37512675c3005f1d3798cd2960d52b183f77c
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
embeddedartistry/libc
67994cfee6bf0def31820c23d3b46e0a5974407d
01472251c5d2ea2d6532b63665ded46285dd58be
refs/heads/master
2023-05-28T05:07:45.496796
2023-05-15T22:50:02
2023-05-15T22:50:02
88,765,798
438
66
MIT
2022-11-16T23:44:23
2017-04-19T16:18:26
C
UTF-8
C
false
false
941
c
/* * Copyright © 2017 Embedded Artistry LLC. * License: MIT. See LICENSE file for details. */ #include "stdlib_tests.h" #include <limits.h> #include <stdlib.h> // Cmocka needs these // clang-format off #include <setjmp.h> #include <stdarg.h> #include <stddef.h> #include <cmocka.h> // clang-format on #pragma mark ...
[ "phillip@embeddedartistry.com" ]
phillip@embeddedartistry.com
bf358d305d1063c336068915842d41e546d1588c
90af4dff4b91a24a7a253525385804346865e76f
/uri/2310.c
394a0795acb53e25e279a5bce680054441ca81b8
[]
no_license
jenifferlaila/Prog-CCF110
bb86089dbb72bcfc0a60392b8258f87a93f557eb
b087e69944d37adbf0533a89703946784ba4b6e4
refs/heads/master
2020-09-08T21:28:08.757035
2019-12-03T12:28:37
2019-12-03T12:28:37
221,247,081
0
0
null
null
null
null
UTF-8
C
false
false
931
c
#include <stdio.h> #include <stdlib.h> int main() { int N, i, j, tentativa[3], acerto[3], Asaque = 0, Abloqueio = 0, Aataque = 0; float psaque = 0, pbloqueio = 0, pataque = 0, saque = 0, bloqueio = 0, ataque = 0; char nome[10]; scanf("%d", &N); for (i = 0; i < N; i++) { scanf("%s", nome); scanf("%d ...
[ "noreply@github.com" ]
jenifferlaila.noreply@github.com
f92611c4db9e24799d9234e529c05499f77dbd01
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/FFmpeg/libavformat/extr_mxfdec.c_mxf_add_metadata_set.c
17b58f2c26777ae2572e894da23c5b1fbe9c21ff
[]
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,148
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
dc23d2aa493b1039272c04f338632a9757f164cf
5792b184e71a9de7779e0bd21b6833f8ddfdb4b5
/SysVr2.0_32000/SysVr2.0_32000/src/cmd/bs/bs.c
570cf62f523202caf36279185be175d0ca5268d1
[]
no_license
ryanwoodsmall/oldsysv
1637a3e62bb1b9426a224e832f44a46f1e1a31d4
e68293af91e2dc39f5f29c20d7e429f9e0cabc75
refs/heads/master
2020-03-30T06:06:30.495611
2018-09-29T09:04:59
2018-09-29T09:04:59
150,839,670
7
0
null
null
null
null
UTF-8
C
false
false
46,293
c
/* ******************************************************************************** * Copyright (c) 1985 AT&T * * All Rights Reserved * * ...
[ "rwoodsmall@gmail.com" ]
rwoodsmall@gmail.com
c38dfdc48d61e560a856c8259349ceb682c7dcca
3113ad61946427d7a9490f83c9d8e7ee851fd22b
/Numerical Methods and Scientific Computing/IG-OM.C
c79d23b2e9e55283c4c2fc182cd5f27c85cd812c
[]
no_license
omkar98/SEMESTER-4
0f13d45d4009cf36af73395997a40fd2aa5536ac
5533f8841ceb037d7a494325baf7c5877c9a32ef
refs/heads/master
2021-09-14T21:49:26.423161
2018-05-20T13:32:49
2018-05-20T13:32:49
117,868,910
0
1
null
null
null
null
WINDOWS-1250
C
false
false
5,315
c
AIM: To implement Trapezoidal Rule, Simpson’s 1/3rd Rule and Simpson’s 3/8th Rule using a C Program. PROGRAM: #include<stdio.h> #include<conio.h> #include<math.h> #define si 6 /*length of sub-interval*/ float h,x[10],fx[10],ll,ul; float func(float); void initial(void); void trapezoidal(void); void ...
[ "noreply@github.com" ]
omkar98.noreply@github.com
7e3f4a89896eb5919ebdf087ec1143e57a94a105
649502b559390d508d82aa96007e74da234db20a
/nefko_read.c
34ac0c5c20a4a42dbc8aa1a9a596c4b658e9ec31
[]
no_license
pvachon/libnefko
7f71281e8a78642fac1cd91ae97a7f9e3fae6e45
3148a68880a0bf78ca509c6bb5940cabc13e2e80
refs/heads/master
2016-09-06T16:39:48.314702
2012-03-12T19:26:40
2012-03-12T19:26:40
3,698,958
0
0
null
null
null
null
UTF-8
C
false
false
884
c
#include <nefko.h> #include <nefko_priv.h> static struct nef_image_reader **nefko_image_types = NULL; static int nefko_image_types_count = 0; NEF_STATUS nefko_register_image_type(struct nef_image_reader *img_type) { NEF_CHECK_ARG(img); if (nefko_image_types = NULL) { nefko_image_types = (...
[ "phil@cowpig.ca" ]
phil@cowpig.ca
44ad43f7eae34ae8ce3c0efc70ff375764c1e0c1
e030a208da2bfa5dced2e463465c3c1e04f97fbc
/F458/mcu/proj_test/rtos_test/source/os_mpu_wrappers.c
0aba002d086133a4a1696d1cefb4a27e93b7ef74
[ "MIT" ]
permissive
KOITT3/IntegrationProject
964f2e2c10ce525b8b0d158d53dfad1e407b2e43
ce99bafd9bb7a65609f2d85a51a5f527e78ea0f1
refs/heads/master
2020-05-31T08:32:29.970576
2019-06-03T14:52:10
2019-06-03T14:52:10
183,976,961
0
2
MIT
2019-04-29T02:14:42
2019-04-29T01:05:25
C
UTF-8
C
false
false
34,997
c
/* FreeRTOS V9.0.0 - Copyright (C) 2016 Real Time Engineers Ltd. All rights reserved VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION. This file is part of the FreeRTOS distribution. FreeRTOS is free software; you can redistribute it and/or modify it under the...
[ "ysmin1993@hanmail.net" ]
ysmin1993@hanmail.net
014032b4e554940ea4a62ea24c5f84c5263b27ed
d5223fa474e99647b535cbf293fd1e257788597e
/Ejercicio 3.c
948b4e66cabcfcbc734a6b6cff6ca143d1d2a77a
[]
no_license
DanielFuentes12/Guion-clase-10-Daniel-Fuentes
b4e759a850db6dbb97b9c146dea7c52e804a10aa
4de4b803155ffc150dc50909163a2f5bd1ce8d57
refs/heads/master
2022-12-09T16:52:00.758662
2020-09-08T00:23:21
2020-09-08T00:23:21
null
0
0
null
null
null
null
UTF-8
C
false
false
888
c
#include <stdlib.h> #include <stdio.h> void main() { int cant=0, fact=0, pu=0, num=0, i=1, mayor, numfin; int imp, produ, produmay; while(fact!=999) { printf("Ingrese el n%cmero de factura (para terminar ingrese 999)", 163); scanf("%d", &fact); pri...
[ "noreply@github.com" ]
DanielFuentes12.noreply@github.com
cd18f0bb7c2c49a75c9803f06b0757657c44397f
03ab979bd506e1ebfb798196acde91c739e84d49
/d/luoyang/xilang2.c
ff5ce5f812f8215fd5be3136580c29783e0b00d3
[]
no_license
hhsiao/DTSL
d0a9f69edce192f0b39578fc4b458013332d8c39
50320937f839e28f04cf70c29c6765d26cb31dc2
refs/heads/master
2023-04-17T23:20:52.753422
2021-05-02T14:08:44
2021-05-02T14:08:44
null
0
0
null
null
null
null
GB18030
C
false
false
556
c
#include <ansi.h> inherit ROOM; void create () { set ("short",HIG"西廊"NOR); set ("long", @LONG 这里是西廊。墙壁上画着很多的图画,均是历代名画家的成名之作。 这里已经是皇宫的内部了,所以有很多的卫兵在来回的巡逻。长廊的旁 边有一个水池,水面清晰,可以看到里面有许多鱼在游动。有几个宫女 正在池边玩耍。 LONG); set("exits", ([ "east":__DIR__"xilang1", "west":__DIR__"yuhuayuan", ])); set("vali...
[ "i@chenxuefeng.cn" ]
i@chenxuefeng.cn
293117b7a804901dc03a1961dba5abad6c09b5a3
075ed80a041ae98a7ae9bb20a9551b4be6493a86
/d/Empire/islands/reikland/obj/bone_worm.c
9edf35e7a86075ae2b744513e7722859fa5dc3f0
[]
no_license
simonthoresen/viking
959c53f97c5dcb6c242d22464e3d7e2c42f65c66
c3b0de23a8cfa89862000d2c8bc01aaf8bf824ea
refs/heads/master
2021-03-12T21:54:46.636466
2014-10-10T07:28:55
2014-10-10T07:28:55
null
0
0
null
null
null
null
UTF-8
C
false
false
479
c
#include "/d/Empire/islands/reikland.h" inherit RED_I_CRITTER; static void create() { ::create(); set_name("bone worm"); add_long("It is bone-white, eyeless, and has a large maw with strong, " + "bone-crushing teeth."); scale_level(14, 20); scale_hp(200, 350); scale_wc(18, 30); ...
[ "simon@hult-thoresen.com" ]
simon@hult-thoresen.com
e09f0fe94f02b7c247a3b3c03d08a063d4e30349
d2e0fb3fdad7fc2cb70894591d358f40d8db13d2
/utils/sort.c
127a3d0e9e7f9cfd2de9a64de16f98ab52c51405
[ "ISC", "MIT" ]
permissive
dennis95/dennix
54c568485862a0799664033eb0717abb028d3924
f898bb2d27346f6257df1650a002ee929e66e7fa
refs/heads/master
2023-08-17T06:54:17.274650
2023-07-10T16:06:35
2023-07-10T16:06:35
55,073,371
168
15
null
null
null
null
UTF-8
C
false
false
20,533
c
/* Copyright (c) 2022 Dennis Wölfing * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAI...
[ "denniswoelfing@gmx.de" ]
denniswoelfing@gmx.de
5bce72a0457e91603f04b15acced75f34583cf79
6b287e2f85aba85020111de7283d304841543656
/SpaceChainOS/spacechainos-base/libsylixos/SylixOS/lib/libc/stdio/fseek.c
c8b895246e36fd0c455870f10b7bd08a068b7202
[]
no_license
zz921121/SpaceChainOS
38d754f495d5986c3f3a9e1afee1234a62b804c0
cc3beed4bc2043e9129e45c83e6a813cb58ce05f
refs/heads/master
2021-04-06T10:41:49.310651
2018-03-14T13:05:53
2018-03-14T13:05:53
125,383,594
1
0
null
2018-03-15T14:57:10
2018-03-15T14:57:09
null
UTF-8
C
false
false
7,630
c
/*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Chris Torek. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the foll...
[ "dujinglun@hotmail.com" ]
dujinglun@hotmail.com
43b139e6497b2571da4b178d34caed0bef7fab01
27b27fb1b3c3dd1a58ba41cd2dd97056fa9982c6
/bst.h
41415ad62a8660ffb5e9b5d0dcf6beb29dc242af
[]
no_license
akoszowski/ippmz
1c8b0a973433c0654d0b517e16f9f912007b6cde
88835481782b2e506e7438586e963fe3a01e800a
refs/heads/master
2021-05-18T02:48:32.869831
2020-03-29T16:59:57
2020-03-29T16:59:57
null
0
0
null
null
null
null
UTF-8
C
false
false
1,215
h
#ifndef BST_H #define BST_H // struct Node keeps: // - name of the objects // - pointer to its inner layer // - pointer to left and right son in current layer of abstraction struct Node; typedef struct Node* Tree; struct Node { char *name; Tree inTree; Tree left, right; }; // checks whether object with name [...
[ "noreply@github.com" ]
akoszowski.noreply@github.com
232bbd8ca57690edb7455c2ec81a817e4f56684c
76a5eb6cea722b335a141cf56f782aca6ff1b17d
/example-ffmpeg/src/sdl-hello.c
7e1f3b4ef3e61e8f75c48103b55917032b581063
[]
no_license
fanhualei/wukong-c
46a4333e1530b3d714a6a3aeb64a5775bbf78873
5eb57c50578e15179ebc7f2970ef2646fd43ff7e
refs/heads/master
2020-06-19T05:46:49.935541
2019-07-24T13:34:37
2019-07-24T13:34:37
196,585,409
0
0
null
null
null
null
UTF-8
C
false
false
1,529
c
#include <stdio.h> #include "SDL2/SDL.h" //Screen dimension constants const int SCREEN_WIDTH = 640; const int SCREEN_HEIGHT = 480; int main(int argc, char *argv[]) { //The window we'll be rendering to SDL_Window *window = NULL; //The surface contained by the window SDL_Surface *screenSurface = NULL; ...
[ "fanhl@189.cn" ]
fanhl@189.cn
96d5e635a5d9de22a1e3954bdd152a5a28acd4f7
62fcbe7b74890b0823162a6e23480925dd2cf2ae
/third-party/SDL/src/video/SDL_blit.h
e9965561a956b00e248cefca0af95bbf246352f0
[ "Zlib", "BSL-1.0" ]
permissive
D-Quick/DQuick
8e6d4ab16da28e125863b9eb160554788f6ce3ee
02b55de67d75dc3e01a08aea033a0728b0f68d79
refs/heads/master
2021-01-22T02:39:29.182520
2015-03-11T22:44:00
2015-03-11T22:44:00
12,277,361
22
7
null
2014-08-24T15:40:25
2013-08-21T17:58:01
C
UTF-8
C
false
false
14,558
h
/* Simple DirectMedia Layer Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org> 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 software. Permission is granted to anyone to use this ...
[ "flamaros.xavier@gmail.com" ]
flamaros.xavier@gmail.com
37b7ac7e0c9d60db6ff4dcdc789c5746577e8010
824a8b189edc51e730c2cb65c867b2cc76bcf682
/src/main.c
9b9e661fc1fa8f0bc81348b85ffb503e8efa58b7
[]
no_license
MHassanNadeem/Linux-Kernel-Programming-Stackable-File-System
a5a411e8d33b4ce5deebd23c14d36ee74f449649
5ae8c7cf81bd1dc2e16741679187a477bacf20f6
refs/heads/master
2022-08-09T23:00:22.847555
2017-12-06T23:24:14
2017-12-06T23:24:14
110,584,349
1
0
null
null
null
null
UTF-8
C
false
false
4,399
c
/* * Copyright (c) 1998-2017 Erez Zadok * Copyright (c) 2009 Shrikar Archak * Copyright (c) 2003-2017 Stony Brook University * Copyright (c) 2003-2017 The Research Foundation of SUNY * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License...
[ "hnadeem@vt.edu" ]
hnadeem@vt.edu
402c061f28fcfcf532055b06275fb2180412750d
dcc84cf72b85f0627cdfb7215e59a7fa1261b4e3
/Events.h
53c2d6a368c90a3666d83907b180efbdba63d349
[]
no_license
maylay/TurtleAtmel
516f3371b0c81162096f6c0f1502493768efc3ec
c6b852727315d1648571a9cec4bd92521f129254
refs/heads/master
2022-04-08T15:43:01.043101
2020-03-23T17:31:23
2020-03-23T17:31:23
null
0
0
null
null
null
null
UTF-8
C
false
false
20,177
h
/* LUFA Library Copyright (C) Dean Camera, 2013. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* Copyright 2013 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation ...
[ "martin@mcdesign.ca" ]
martin@mcdesign.ca
34f17c87756fdfffd15eff811a1bf1759fd42f61
f9c2a065864c81f097e5c133e43954c9bfb4d1a5
/TİMER_IC/Src/Inc/main.h
6c95d338fd475ef8151d54a615043d971b2c8c01
[]
no_license
Aliguzel01/STM32-peripherals
38b4e24434efc3211f6b64bbb8b2da44ef81e121
172f4961c86bd50eeb274df9d829ae7a18885cf3
refs/heads/main
2023-02-08T13:39:09.654460
2020-12-24T11:34:46
2020-12-24T11:34:46
323,275,440
0
0
null
null
null
null
UTF-8
C
false
false
162
h
/* * main.h * * Created on: 1 Eki 2020 * Author: HP */ #ifndef MAIN_H_ #define MAIN_H_ #include "stm32f4xx_hal.h" #endif /* MAIN_H_ */
[ "noreply@github.com" ]
Aliguzel01.noreply@github.com
caabcebd6e452356fefb7cb3ece76b5c1c8855df
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/784bdd04-1828-42dc-930f-e6b7fa4aba19.c
aafc3b97d870437a25bbb2cd7dcf21e65f49a20a
[]
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
609
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=12; int k; int l; k = 534; l = 64; k = i/j; l = i/j; l = i/j; l = i-j; l = l-j; l = j-j*i; //variables //random /* START VULNERABILITY */ int a; long b[38]; long c[85]; a = 0; do ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
9a8c058d20e5f2d1cc41f87cfe3a920b97fd8078
1c6a7ae5dca2a38c68fde97a676478c6573bca02
/linux-3.0.1/drivers/media/dvb/mantis/mantis_common.h
bd400d21b81fb848ac1c0c1225a62aed9a7d0f8a
[ "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later", "Apache-2.0" ]
permissive
tonghua209/samsun6410_linux_3_0_0_1_for_aws
fab70b79dc3e506dc03ac1149e2356137869c6ca
31aa0dc27c4aab51a92309a74fd84ca65e8c6a58
refs/heads/master
2020-04-02T04:24:32.928744
2019-01-20T13:51:34
2019-01-20T13:51:34
154,015,176
0
0
Apache-2.0
2018-10-24T14:51:04
2018-10-21T14:07:31
C
UTF-8
C
false
false
4,387
h
/* Mantis PCI bridge driver Copyright (C) Manu Abraham (abraham.manu@gmail.com) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later v...
[ "kyh1022@163.com" ]
kyh1022@163.com
4504033106fd6f1fa25d85cb029a4de5c03c8849
b8fb85bc0d5f0985adf0a63a5c658dfc843052c9
/fgcc.c
fe7a7f74fdda6385efc9f21a9de164e8b875ae1f
[ "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause", "BSD-2-Clause-Views" ]
permissive
hoytech/frugal
1bc0bef2c69f44cc1cf241b04de5118e8123dae5
b3bed9bd85f0f2a23a7f334e0af8dc0392f8c796
refs/heads/master
2021-01-10T10:07:59.529983
2015-12-17T16:54:19
2015-12-17T16:54:19
48,186,712
7
4
null
null
null
null
UTF-8
C
false
false
4,331
c
/* This is the Frugal GCC Wrapper Program. See docs/FGCC for details. */ #include <stdio.h> #include <sys/types.h> #include <unistd.h> #include <string.h> #include <stdlib.h> FILE *infd=NULL; char *outfile=NULL, *cgen=NULL, *cc=NULL; int bare=0, quiet=0, norm=0; void forth_print(FILE *outfd, char *buf) { char ...
[ "doug@hcsw.org" ]
doug@hcsw.org
993372c6de835f6198b1289bde499a7db91e1bab
264cc34d1d5322c9c955f351e5ed710836f6a1a5
/cmake_targets/basic_simulator/ue/CMakeFiles/X2AP_R14/X2AP_SIPTOBearerDeactivationIndication.c
dadff441a6b6a7ba5b3cf70cee5a854ea739128f
[ "BSD-3-Clause", "BSD-2-Clause", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-generic-cla" ]
permissive
mr-ytseng/openairinterface5g
8d40a768b2046da8c521f58d34c0466226f1c154
54d541c22cdfcb774774089291c93e4e79294a1d
refs/heads/master
2021-10-27T20:56:33.843199
2019-04-19T15:37:55
2019-04-19T15:37:55
177,127,103
0
1
null
null
null
null
UTF-8
C
false
false
2,426
c
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "X2AP-IEs" * found in "/home/user/openairinterface5g/openair2/X2AP/MESSAGES/ASN1/R14/x2ap-14.6.0.asn1" * `asn1c -pdu=all -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example -D /home/user/openairinterface5g/cmake_targ...
[ "yuchia.tseng@irt-systemx.fr" ]
yuchia.tseng@irt-systemx.fr
040c2fcaa2027fa9eacec1e00de065b06f4b4901
9e50a4827a4a5053f8f297735e46efe877504fed
/5th Semester/IT300 PC/Lab 2/Exercise 3/parallel-sche-guided.c
917535070b37a3ad093ca783a4b8938b722af800
[]
no_license
lkcbharath/Lab_Assignments
b93d4de11f4d866d0298eaf337027a9a14b5e5e5
8bb9c7803959332e0588953ac0c7ed6cfae13c61
refs/heads/master
2022-12-21T21:39:22.883295
2021-03-31T20:17:22
2021-03-31T20:17:22
163,644,642
1
1
null
2022-12-10T06:27:54
2018-12-31T06:18:09
Python
UTF-8
C
false
false
556
c
#include <omp.h> #include <stdio.h> #define N 327000 int main(){ long int i,n=N; long int a[N]; double b[N]; double start_time,end_time; for(i=0;i<N;++i){ a[i] = i; } start_time = omp_get_wtime(); #pragma omp parallel { #pragma omp for schedule(guided,1...
[ "student@itadmin.nitk.ac.in" ]
student@itadmin.nitk.ac.in
7b6074b78f03c015b640e049b9bef77a0cd2300b
09082fc6da444c4238ee0860fe91063aef67a583
/Game_private.h
d6d99a6dec6dd5b4cc954894d9217df17d246253
[ "MIT" ]
permissive
RokKos/BomberMan
dccc66fae3ce873b57d516fe2c38ca1d2e907332
0b47236bd5eac1e473bf921fdf56246492097d7b
refs/heads/master
2021-03-12T22:22:50.942017
2014-08-20T23:29:10
2014-08-20T23:29:10
23,164,328
1
1
null
null
null
null
UTF-8
C
false
false
569
h
/* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */ /* DO NOT EDIT ! */ #ifndef GAME_PRIVATE_H #define GAME_PRIVATE_H /* VERSION DEFINITIONS */ #define VER_STRING "0.1.1.1" #define VER_MAJOR 0 #define VER_MINOR 1 #define VER_RELEASE 1 #define VER_BUILD 1 #define COMPANY_NAME "" #define FILE_VERSION "" #defin...
[ "rocki5555@gmail.com" ]
rocki5555@gmail.com
a4ce6b9ed6e18d48c18ee4bc96d55bc2958de13a
1a86b2d8e9186a6e640643fca700a14f35b8c94f
/C/all_assignment/assignment-4/4-4.c
9f51ced9cf568e60d755c39fbe5def8af2df47e8
[]
no_license
Nishantthummar/c_Training
a1d068b151a5e276b61e34431960dcdde279befc
cbe4891674d77f15d41b6e724f84c40274ed314d
refs/heads/master
2021-02-04T17:25:53.807430
2020-03-02T09:02:13
2020-03-02T09:02:13
243,691,362
0
0
null
null
null
null
UTF-8
C
false
false
724
c
#include <stdio.h> void stack(char, int, int*); void main() { int st[10], loc, val; char cmd; printf("\nEnter the command "); scanf("%c", &cmd); printf("\nEnter the value"); scanf("%d", &val); // if (loc <= 10) { stack(cmd, val, st); } void stack(char c, int v,int s[]) { int temp, l=0; static int sp =10; i...
[ "“nishant.thummar@softnautics.com”" ]
“nishant.thummar@softnautics.com”
f61981e6d4d25256d29e7ad2520ec2e6bbcc7033
dbbb380a739a234305c65662ce11522e78a78b79
/CE210289_CapSense_P4_Linear_Slider01/PSoC_4_BLE_CapSense_Slider_LED/BLE_Capsense_LED_modified.cydsn/codegentemp/LED_Status_PM.c
a05472c4be5451b99aef2500c37cf0049a5e580c
[]
no_license
kahmed10/DVCS
56ddf5e76a6fadaaf28cc3a53ab335b4af6892ce
d40ef8722d350c792976b85759d00318d184fa11
refs/heads/master
2021-01-19T19:45:46.346594
2017-05-04T22:03:57
2017-05-04T22:03:57
88,440,730
0
1
null
null
null
null
UTF-8
C
false
false
3,598
c
/******************************************************************************* * File Name: LED_Status.c * Version 2.20 * * Description: * This file contains APIs to set up the Pins component for low power modes. * * Note: * ******************************************************************************** * Copyrig...
[ "kahmed10@illinois.edu" ]
kahmed10@illinois.edu
e82f43776eb7483d170416a130d762f34f165ed8
cfe69fc556729bdecf2118fa5bc329343c42ed80
/10.0.10240.16384/ntoskrnl/Functions/PopSystemStateString.c
e2b5ea2a2d9eed28a6bc971553ac433a09f8a0c4
[]
no_license
Myprivateclonelibrary/W10M_unedited-decomp
8e5ec89a20e634ffc53457a40b0fd6d8a9e1757a
67b05851a3e262ff8a5d11ee50db34f28c350f16
refs/heads/main
2023-08-31T06:00:37.303105
2021-05-15T23:53:23
2021-05-15T23:53:23
null
0
0
null
null
null
null
UTF-8
C
false
false
386
c
// PopSystemStateString const char *__fastcall PopSystemStateString(int a1) { switch ( a1 ) { case 0: return "Unspecified"; case 1: return "Working"; case 2: return "Sleeping1"; case 3: return "Sleeping2"; case 4: return "Sleeping3"; case 5: return "Hib...
[ "64583248+Empyreal96@users.noreply.github.com" ]
64583248+Empyreal96@users.noreply.github.com
2f4ff1c661a8d763278a36f032c67c152e465632
a2206795a05877f83ac561e482e7b41772b22da8
/Source/PV/build/ThirdParty/IceT/vtk_icet.h
48c12ba75aa67b5725a500f57e7397f8ef30580e
[]
no_license
supreethms1809/mpas-insitu
5578d465602feb4d6b239a22912c33918c7bb1c3
701644bcdae771e6878736cb6f49ccd2eb38b36e
refs/heads/master
2020-03-25T16:47:29.316814
2018-08-08T02:00:13
2018-08-08T02:00:13
143,947,446
0
0
null
null
null
null
UTF-8
C
false
false
916
h
/*========================================================================= Program: Visualization Toolkit Module: vtk_icet.h Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This software is distri...
[ "mpasVM@localhost.org" ]
mpasVM@localhost.org
c0d848758a01d943ae99e5b18a2fadeecad77919
07458bf2a0f51050f7c1715ee92fa8daedca9c2e
/Filler/libft/srcs/ft_strcmp.c
a863b3abede07f6503b0379ae59beb6d112f74f8
[]
no_license
Kostyann/Algorithmic-projects
c0da44caa894207e6d105d26c3ead40ccedffb09
c10c732dbc6a95718136bec4e6b3a0c3a31c8c56
refs/heads/master
2020-04-10T09:18:05.200113
2019-04-17T14:53:18
2019-04-17T14:53:18
null
0
0
null
null
null
null
UTF-8
C
false
false
1,130
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strcmp.c :+: :+: :+: ...
[ "buycar713@gmail.com" ]
buycar713@gmail.com
0f0016876112c873b1b60626043e5e7e111afeb6
5c255f911786e984286b1f7a4e6091a68419d049
/code/af0fd87e-3908-4364-9626-8721dd75536c.c
3bebc599ae963140770f073b9152a08cc60375d0
[]
no_license
nmharmon8/Deep-Buffer-Overflow-Detection
70fe02c8dc75d12e91f5bc4468cf260e490af1a4
e0c86210c86afb07c8d4abcc957c7f1b252b4eb2
refs/heads/master
2021-09-11T19:09:59.944740
2018-04-06T16:26:34
2018-04-06T16:26:34
125,521,331
0
0
null
null
null
null
UTF-8
C
false
false
217
c
#include <stdio.h> int main() { int i=4; int j=14; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l/j; l = j-j*k; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
b12c2f470249f738be5deb63b703374b737151e6
da8c4077151f06a210e161c54b8bc3b97097ff61
/자료구조/list_circular_queue/circularQueue.h
7d251150c0c9dd7650534f8f2d257e7687951132
[]
no_license
welshimeat/Self_Study
79a02f4320dc68c1aa30974ce716b36dc1019278
d21decf5530d729f02be19c5355337a1da18cde6
refs/heads/master
2021-04-24T03:05:24.964874
2021-03-12T16:29:00
2021-03-12T16:29:00
250,065,414
0
0
null
null
null
null
UHC
C
false
false
677
h
#pragma once #pragma warning (disable : 4996) enum { FALSE, TRUE }; typedef struct _node Node; struct _node { int data; Node *next; }; typedef struct _queue { Node *head; Node *tail; }Queue; int createQueue(Queue * qp); /* 큐 생성 및 초기화 함수 */ int isQueueEmpty(const Queue *qp); /* 큐가 완전히 비어있는가 */ int enqueue(Queue ...
[ "kimsw1726@naver.com" ]
kimsw1726@naver.com
256393f1a71a4438cbb08d5da826f497446c42cd
a378e495a6d805a6f620148bd204a90fff8356da
/vendor/WinMice_64/mice/src/cspice/ucase.c
06c5209132817a947283679587cefedea98a191d
[]
no_license
zhufengGNSS/odtbx_nasa
815a4b7b7075fb201efdfe020a132b6ef0f9bd38
ce195f5b7d32b4972ee46e76fe9a04ccf3c3e2a7
refs/heads/master
2021-06-07T23:45:18.676574
2015-07-28T21:50:02
2015-07-28T21:50:02
74,735,982
2
2
null
null
null
null
UTF-8
C
false
false
5,339
c
/* ucase.f -- translated by f2c (version 19980913). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* $Procedure UCASE ( Convert to uppercase ) */ /* Subroutine */ int ucase_(char *in, char *out, ftnlen in_len, ftnlen out_len) { /*...
[ "eric.grejda@emergentspace.com" ]
eric.grejda@emergentspace.com
05c50664fcbbae2fdfa7347df309b66e8474826e
8f315b82d536ed06691440c90c083549fa644ecd
/c/2.2.4/2.2.4_ReedSwitch.c
4105d28a98ae6daed1194c6e0e16b5a65c2665cd
[]
no_license
dbramel/raphael-kit
56acd1d22867212e2a3eb064327c0222a997da08
799c1d503d53ba30177606d1b576a027593531d4
refs/heads/master
2023-08-29T06:10:35.741214
2021-11-03T15:35:17
2021-11-03T15:35:17
422,654,344
0
0
null
null
null
null
UTF-8
C
false
false
894
c
#include <wiringPi.h> #include <stdio.h> #define ReedPin 0 #define Gpin 2 #define Rpin 3 void LED(char* color) { pinMode(Gpin, OUTPUT); pinMode(Rpin, OUTPUT); if (color == "RED") { digitalWrite(Rpin, HIGH); digitalWrite(Gpin, LOW); } else if (color == "GREEN") { digitalWrite(Rpin, LOW); digitalWrite...
[ "1035791926@qq.com" ]
1035791926@qq.com
3e38b2b55fda186a5fcc172d950a03de57786832
268b2a7b4d0efb48043c6be2df2041dfa4ed30e0
/include/MathUtils.h
a3410671b2dbf18f1858180c1216e279c23530ce
[]
no_license
PavelSarlov/PrimitiveEngine
29a2f7ce6a6d75d01289962091d49499cbf37c6a
5f78532135afec9b98ce6f383342229c1410a970
refs/heads/master
2023-07-15T06:39:17.832205
2021-08-27T17:35:03
2021-08-27T17:35:03
384,520,470
0
0
null
null
null
null
UTF-8
C
false
false
1,406
h
// MIT License // // C++ 3D Game Tutorial Series (https://github.com/PardCode/CPP-3D-Game-Tutorial-Series) // // Copyright (c) 2019-2021, PardCode // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in ...
[ "sarlovpavel@gmail.com" ]
sarlovpavel@gmail.com
07dd84d7bef819f1fa6436b3b2101b9cc3ee444e
8598ae8b1fcb6bd0c23eeba008ef530822ce3a29
/NetBeansProjects/serv_solution/driver/commo_stru.h
632e14d97b01547e3dfb8b108bb5498ac677a56a
[]
no_license
jamesxucq/OSEV_Workspace
15e20e8818a275a0e0bb6b99284828b6782c6609
a30c6d88f197ff0bde60faf5e004eb37bf5ec384
refs/heads/main
2023-06-02T07:09:38.283882
2021-06-17T05:30:57
2021-06-17T05:30:57
377,663,180
0
0
null
null
null
null
UTF-8
C
false
false
233
h
/* * File: commo_macro.h * Author: James Xu * * Created on 2017.6.22, PM 2:09 */ #ifndef COMMO_STRU_H #define COMMO_STRU_H #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* COMMO_STRU_H */
[ "xujiecq@163.com" ]
xujiecq@163.com
cdf96645b4c362566d3cce599bf9d5fd53ed4df5
721ff1e84624d79fdf64dc160e510bd17e787164
/Src/Atiny/demos/agenttiny_mqtt/agent_tiny_demo.c
1be80e21fca63937b1df5f4138780f27611ac7a3
[]
no_license
BaikalHu/WM600_SDK
d94083e98dc9fd187da6e382cafe6031f7877731
01bc0b132fe5506c2eee02e75bd09a4c99124486
refs/heads/master
2021-06-23T16:02:43.096867
2019-09-23T11:44:26
2019-09-23T11:44:26
210,340,295
1
0
null
2021-03-25T22:56:50
2019-09-23T11:40:29
C
UTF-8
C
false
false
17,514
c
/*---------------------------------------------------------------------------- * Copyright (c) <2016-2018>, <Huawei Technologies Co., Ltd> * 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. R...
[ "baikalhu@foxmail.com" ]
baikalhu@foxmail.com
aaed688666a16b391a094a93a7c0ec9f0c631dc2
d6b43e56999db58559c391738dfa2937d7b8b0b9
/Packdef.h
491746f447ba77d4f1e732013491a06c48dc47f4
[]
no_license
golegen/FeiQ-1
0d9868c74d3abd6fb0af71b0785f597977727613
aea500a14ab29ad083bfd71e9e82e10f60cf5f05
refs/heads/master
2020-06-03T14:07:38.754622
2018-11-23T11:24:25
2018-11-23T11:24:25
null
0
0
null
null
null
null
UTF-8
C
false
false
1,021
h
#ifndef PACKDEF_H #define PACKDEF_H #define _DEF_PORT 1234 #define _MAX_BUFFERSIZE 1000 #define _MAX_PROTOCOL_LEN 100 #define _DEF_PACKDEFSIZE 1024 //消息 #define UM_ONLINEMSG WM_USER + 1 #define UM_OFFLINEMSG WM_USER + 2 #define UM_DATAMSG WM_USER + 3 #define UM_DESTROYMSG WM_USER...
[ "noreply@github.com" ]
golegen.noreply@github.com
b5d3c6e768f54c196e3af4559adabcbb4263e71b
5c255f911786e984286b1f7a4e6091a68419d049
/code/a79960c6-6cff-4abc-8381-5a23b0b10c69.c
0e042e738cac32813487c23840b76878b288e3cf
[]
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
230
c
#include <stdio.h> int main() { int i=4; int j=32; int k; int l; k = 533; l = 64; k = i/j; l = i/j; l = i%j; l = l-j; k = k-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
2bdbaf97cb71391dfc7b5a7fe555258e2df0b1b6
40de3da30239862f11a946166b50438174c2fd4e
/lib/wizards/nalle/area/eq/invstaff.c
1fdca8cbdbb9322dd4b64a530b33b9878389c6ec
[ "MIT" ]
permissive
vlehtola/questmud
f53b7205351f30e846110300d60b639d52d113f8
8bc3099b5ad00a9e0261faeb6637c76b521b6dbe
refs/heads/master
2020-12-23T19:59:44.886028
2020-01-30T15:52:16
2020-01-30T15:52:16
237,240,459
0
0
null
null
null
null
UTF-8
C
false
false
254
c
inherit "obj/weapon"; reset(arg) { ::reset(arg); set_name("staff"); set_long("A simple staff, often used by magic users.\n"); set_material(4); set_class(3); set_weapon_type("bludgeon"); set_value(212); set_weight(400); }
[ "ville.lehtola@iki.fi" ]
ville.lehtola@iki.fi
38c60e2b250861e0645187877f4ffd97a8aa133a
a1446c3f95df2dfe097a9bd6b463767b00f18140
/usr.bin/make/engine.c
3a4b5d071db71b3df5423649404f4cb108304f3d
[]
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
20,854
c
/* $OpenBSD: engine.c,v 1.28 2010/04/25 13:59:53 espie Exp $ */ /* * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. * Copyright (c) 1988, 1989 by Adam de Boor * Copyright (c) 1989 by Berkeley Softworks * All rights reserved. * * This code is derived from software contributed to Berkel...
[ "cludwig@net.t-labs.tu-berlin.de" ]
cludwig@net.t-labs.tu-berlin.de