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
72f52cab6768d463e6ddffe0504948994c587dbe
08c5c9e4f89c44d865225d30fced005e36fa2fee
/for문/10871 X보다 작은 수.c
51f4f0a38962fb3050df5b254790cf35ce46c52f
[]
no_license
mersombre/baekjoon
a1f506ca0c70a33bb52b2297c1900c55006707aa
1fc72b187e2886329d5f226e740e4c9003e5d88e
refs/heads/main
2023-07-04T16:36:42.672618
2021-08-23T12:47:27
2021-08-23T12:47:27
388,141,990
1
0
null
null
null
null
UTF-8
C
false
false
354
c
////////// C ////////// #define _CRT_SECURE_NO_WARNINGS #include<stdio.h> int main() { int n, x; int arr[10000]; scanf("%d %d", &n, &x); for (int i = 0; i < n; i++) { scanf("%d", &arr[i]); // for문 안에 배열 입력받기 if (arr[i] < x) { printf("%d ", arr[i]); } } ...
[ "noreply@github.com" ]
mersombre.noreply@github.com
990d9be283ca10063b9e8c2d7bb4bfaad852c8c1
f28bb0b2fcc37b450692b4e6d4c6fd13da7308ff
/test_linux/test_linux.sdk/SDK/SDK_Export/fsbl_bsp/ps7_cortexa9_0/include/xparameters.h
dfa87a5ba32c6bfed91121c8929e7c7d89dff195
[]
no_license
Neo-Bucket/zedboard_project
aa7a3ac31195bc72f478941362a96467eb9362ad
6965a7116ddf0b20172a892a5aea0e566c7c5a5d
refs/heads/master
2021-01-18T08:48:21.899296
2013-05-25T20:14:20
2013-05-25T20:14:20
null
0
0
null
null
null
null
UTF-8
C
false
false
21,539
h
/******************************************************************* * * CAUTION: This file is automatically generated by libgen. * Version: Xilinx EDK 14.4 EDK_P.49d * DO NOT EDIT. * * Copyright (c) 1995-2012 Xilinx, Inc. All rights reserved. * * Description: Driver parameters * ***********************************...
[ "jef199006@gmail.com" ]
jef199006@gmail.com
efd3bd1ed50e0afc6eeb1af1c575c09d4832ebc5
068d21e5a7ecfbe43d13f86a02b879b432f30e02
/proto_tipc.h
5b85fb9caed6d24cf8f260083fe35bc6283b6178
[]
no_license
crossbuild/netsend
b56fd74b601274a34a757cc5ef04761aa8f940d1
cee08b4c39813b1ba2ae261498d42f9746e46160
refs/heads/master
2021-01-19T00:59:37.486277
2010-08-15T00:17:08
2010-08-15T00:17:08
63,129,514
0
0
null
null
null
null
UTF-8
C
false
false
409
h
#include <sys/types.h> #include <sys/socket.h> #include "config.h" #ifdef HAVE_AF_TIPC #include <linux/tipc.h> int tipc_socket_bind(void); ssize_t tipc_write(int fd, const void *buf, size_t count); int tipc_accept(int sockfd, struct sockaddr *addr, socklen_t *addrlen); int tipc_listen(int sockfd, int); #else stat...
[ "fw@strlen.de" ]
fw@strlen.de
c333a9cab3e61d76b5d910ac70192998602ad476
be7104b097956ef331bc2b8f43b1b2b627eb83c1
/Socket Programming/5_udpserver.c
0eeabc1fdea4d9bc34a4a17cd21ad4df5016dbc8
[]
no_license
KruttikaBhat/COM302T-Computer-Networks-Practise
d8a8a350f9961693b801a46bc3419b80d431e885
1b1cef65f1103d0e107fc48a05362c80c606e122
refs/heads/master
2022-01-23T07:22:33.152851
2019-07-16T11:24:28
2019-07-16T11:24:28
null
0
0
null
null
null
null
UTF-8
C
false
false
1,051
c
#include<stdio.h> #include<sys/socket.h> #include<netinet/in.h> #include<string.h> #include<stdlib.h> int main() { int s_socket,key[10]; struct sockaddr_in server,client; char message[]="Key recieved"; //create socket s_socket=socket(AF_INET,SOCK_DGRAM,0); if (s_socket==-1) { printf("Socket not created...
[ "noreply@github.com" ]
KruttikaBhat.noreply@github.com
17a9b89540d1a11f03cdca8a43a6c0d09a1301d6
dfbafbf64bcf153f53c053f8497c151429bf9313
/src/compiler-rt/test/builtins/Unit/compiler_rt_scalbn_test.c
44cd48c5e11430cce044cbe3122fc116d8815059
[ "NCSA", "MIT", "LLVM-exception", "Apache-2.0" ]
permissive
solana-labs/rust-bpf-sysroot
46924a3d0a0b9ba22a8d3920fdbbc73a35336f53
5e455bd029812093c5566817fe6adea5ffe8192d
refs/heads/master
2021-06-14T00:43:05.867435
2021-03-26T10:38:47
2021-03-26T10:45:53
170,947,083
13
10
Apache-2.0
2021-03-26T10:45:54
2019-02-16T00:48:13
C
UTF-8
C
false
false
2,429
c
// RUN: %clang_builtins %s %librt -o %t && %run %t #define DOUBLE_PRECISION #include <fenv.h> #include <float.h> #include <limits.h> #include <math.h> #include <stdio.h> #include "fp_lib.h" int test__compiler_rt_scalbn(const char *mode, fp_t x, int y) { fp_t crt_value = __compiler_rt_scalbn(x, y); fp_t libm_value...
[ "dmakarov@alumni.stanford.edu" ]
dmakarov@alumni.stanford.edu
5771fb009dc803fbbbdf2c064ecb1a99c8546ce5
5fa2d9a5f6adea309fec96eca456bb1c318181ee
/src/main/c/proto2.h
922fe157cd876ca9ef5a437d111523d7e93d4fed
[]
no_license
wInuX/multex
53f4e4238ae172d240167a62037a94ff6fcb7959
e8bed2bdb7a028e387f9782872cf5a3617a8521c
refs/heads/master
2016-09-05T19:03:56.020405
2012-07-23T12:24:50
2012-07-23T12:24:50
null
0
0
null
null
null
null
UTF-8
C
false
false
3,874
h
#ifndef _PROTO2_INCLUDED_ #define _PROTO2_INCLUDED_ #include <setjmp.h> #include <stdint.h> #include <stddef.h> #include "falloc.h" #define PROTO_NULL 0 #define PROTO_INT 1 #define PROTO_STRING 2 #define PROTO_MAP 3 #define PROTO_LIST 4 struct lv { size_t length; void *value; }; struct proto2; struct pleaf...
[ "dmitry@shyshkin.org.ua" ]
dmitry@shyshkin.org.ua
dd68d6a4b2e4a5fb6462da9b9e76d015065a81b3
61e66ceeeeae52bfb1a68f0b6a9c44273ea20c77
/nRF5_SDK_15.3.0_59ac345/examples/nfc/record_text/main.c
d97852834d233939e719d92f86cd3d8900dc3b8f
[ "MIT" ]
permissive
ghsecuritylab/Refactor-nRF52_SmartKey
115f7a5890bd54af5b99a999fab802e2649acdfc
1cf46c4070aa44cc0a2f4156f8531ea0bd0c7401
refs/heads/master
2021-02-28T20:33:03.275729
2020-02-29T09:29:13
2020-02-29T09:29:13
245,730,680
0
0
MIT
2020-03-08T01:04:34
2020-03-08T01:04:34
null
UTF-8
C
false
false
7,217
c
/** * Copyright (c) 2015 - 2019, Nordic Semiconductor ASA * * 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 no...
[ "naoto.fujihiro@gmail.com" ]
naoto.fujihiro@gmail.com
995a1604dea4ce1fd1a539e1252f0f60f295dcb0
c69a2b948f5bc1fec558a944a8792a249024a7b9
/cs1927/lab10/main.c
87b7cce5afef6231bb18a9f280613ba15a9ec3ea
[]
no_license
angelosdog/cse
a314ea2cf2a3eb77daaf3abdff1ea7d1fd5bc78b
6939c9472df13c57753a95986b486caa87eba73b
refs/heads/master
2020-04-04T15:34:32.759125
2013-09-17T02:08:48
2013-09-17T02:08:48
12,884,576
1
0
null
null
null
null
UTF-8
C
false
false
2,561
c
#include <stdio.h> #include <stdlib.h> #include <assert.h> #include "hashTable.h" #define MAX_DICT_SIZE 350000 #define MAX_STRING_LENGTH 59 //Note longest word to be seen in dictionary is // Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch int main () { //Create the hash table we are going t...
[ "vtra143@cse.unsw.EDU.AU" ]
vtra143@cse.unsw.EDU.AU
14d717fbabc908d3dd43de0353cd39cf5627d838
192e4745cb2990e67eab2f79531ed5de14e1364d
/branch/newrose/TestCases/AliasTests/LiangEtAlICSM99Fig5.c
0e5f5b68a2a0bbea32597424273f1e40bb6e774a
[]
no_license
BackupTheBerlios/useoa-rose-svn
3081d9b5d5450ebda9bdfbdc121bbb246f73af84
21b9541fd6bf581b3358edab4a51b4fd6828582f
refs/heads/master
2016-08-03T20:20:44.547856
2012-02-09T23:17:24
2012-02-09T23:17:24
40,801,556
0
0
null
null
null
null
UTF-8
C
false
false
447
c
/* * from Reuse-Driven Interprocedural Slicing in the Presence of * Pointers and Recursion. * Donglin Liang and Mary Jean Harrold. * Proceedings of the International Conference on Software Maintanence'99. * Figure 5. */ int g1, g2, g, e; void f(int a) { if (a > 0) { e = e + 1; g1 = g2; } else { ...
[ "astone42@bf4f0a70-a703-0410-be52-a7d65f7d3716" ]
astone42@bf4f0a70-a703-0410-be52-a7d65f7d3716
28445ab5962aa30420c99dd2ca2e6ade6f1d3232
b4de6d100d6af0ceb5da5214826dde31305b19f3
/EliSynth/EliSynth/EliSynth.h
004bd3f1c2600b7b2f451b92cfb715908ee71f18
[]
no_license
koalakat/EliSynth
4c9c380c08021394af71f2de17b1dc37fc44c89d
73ddefcb1afd7d4aab50b736322eca59cdf5b0fb
refs/heads/master
2020-05-19T16:30:37.143819
2014-04-29T02:15:25
2014-04-29T02:15:25
null
0
0
null
null
null
null
UTF-8
C
false
false
2,098
h
#define KNOB1 0 #define KNOB2 1 #define BUTTON1 2 #define BUTTON2 3 #define BUTTON3 4 #define STAT1 7 #define STAT2 6 #define OFF 1 #define ON 2 #define WAIT 3 #define NULL 255 // midi control message codes #define NOTE_ON 0x90 #define NOTE_OFF 0x80 #define AFTER_TOUCH 0xA0 #define CONTROL_CHANGE 0xB0 #defi...
[ "kerry.hammil@gmail.com" ]
kerry.hammil@gmail.com
d22a6a62ccf312eb57bf9129afdfeb6eb24458c1
06cb25a2e8c8ad5cd3a150dd392a3053d348e893
/GD32_Bootloader/GD32F3x0_Firmware_Library_V1.0.0/Projects/USBFS/USB_Host/MSC_Host/inc/usb_conf.h
b1d992d0ec9cb33c55960a9b417b96aa3abbcb59
[]
no_license
wzl1012/GD32_Bootloader
f2281a855760ebd38ed977dfa9c925bb0d8679ed
dc52cd0f969e84682ee16d9bfdf3ca25a81fbcaa
refs/heads/master
2023-03-22T09:22:34.441274
2019-06-12T06:08:53
2019-06-12T06:20:53
null
0
0
null
null
null
null
UTF-8
C
false
false
3,056
h
/*! \file usb_conf.h \brief general low level driver configuration */ /* Copyright (C) 2017 GigaDevice 2017-06-06, V1.0.0, firmware for GD32F3x0 */ #ifndef USB_CONF_H #define USB_CONF_H #include "gd32f3x0.h" #include "gd32f3x0_eval.h" #ifdef USE_USBFS #define USBFS_CORE #endif #ifdef USE_USB...
[ "chunchen.cao@petkit.com" ]
chunchen.cao@petkit.com
7a210f52e017870bb54ce32309c97cb85abee6f0
5e923646c270f0a1cc1d45e0b41cfdb1afca4e4b
/lab/rpc/jsl_log.h
59166477523c1838d7985f23fea2ff34c11c906a
[]
no_license
FlorianPusse/YFS
ad16aeec859ace01f6e9d66d0048afd27363b8ab
9653f925ba347745157a65f574b50a6b9923fa31
refs/heads/master
2021-07-12T23:59:21.333516
2017-10-13T17:42:48
2017-10-13T17:42:48
73,914,881
1
1
null
null
null
null
UTF-8
C
false
false
819
h
#ifndef __JSL_LOG_H__ #define __JSL_LOG_H__ 1 enum dbcode { JSL_DBG_OFF = 0, JSL_DBG_1 = 1, // Critical JSL_DBG_2 = 2, // Error JSL_DBG_3 = 3, // Info JSL_DBG_4 = 4, // Debugging }; extern int JSL_DEBUG_LEVEL; #define jsl_log(level, ...) \ do { ...
[ "florian.pusse@gmail.com" ]
florian.pusse@gmail.com
5c21b5cffff67962acd2814ea3e3f0d1ee8905e7
20e335e0b50b445b8f2772440543c68d3a70e514
/CPM/rpncalc.c
66c4801e82d7c6665852282b735647d89dd67851
[]
no_license
jefftranter/Z80
cc789e9650db3facd8fe2925c5365291ee0ac207
705e63993f0a52694ea23ddacc195901308e46ed
refs/heads/master
2023-04-27T22:20:27.299655
2023-04-17T22:03:32
2023-04-17T22:03:32
39,414,259
15
2
null
2023-02-17T23:29:37
2015-07-20T23:58:50
Assembly
UTF-8
C
false
false
8,003
c
/* */ /* This is a simple math evaluation program/calculator written in C. */ /* */ /* It works with 32-bit signed integers and supports some basic math */ /* and bitwise functions and input and output in hex and decimal. */ /* */ /* The stack size is programmable at build time and defaults to five. */ /* */ /* It will...
[ "tranter@pobox.com" ]
tranter@pobox.com
7ac89c95e438a79b1a65c4c9860c55eade6d8c64
888ba7b182619a5e1e00446e4f7d8be14a709d7a
/vision_sdk/examples/tda2xx/src/alg_plugins/structurefrommotion/dumpedSOFtestdata.c
af778f5cd194f9c928d18544651d8d3e5f4022d7
[]
no_license
ElijahHyndman/vision_sdk
4651e02c90ea16f5fe955c33eff727841c98edc0
43faae83fcd5ea63b260ae61e305930b85a5d1b7
refs/heads/master
2021-06-07T02:46:22.512734
2016-10-10T12:16:31
2016-10-10T12:16:31
null
0
0
null
null
null
null
UTF-8
C
false
false
9,572,134
c
/*======================================================================= * * Texas Instruments Internal Reference Software * * Perception & Analytics Lab * * Copyright (c) 2015 Texas Instruments, Incorporated. * All Rights Reserved. * ...
[ "zhang.zhijie@o-film.com" ]
zhang.zhijie@o-film.com
897e9af8992a95d9e73d49d88521f063aa4224af
65f9576021285bc1f9e52cc21e2d49547ba77376
/LINUX/android/vendor/qcom/proprietary/qcril-data-hal/datamodule/module/src/legacy/qcril_data_embms.c
461fc8ea7818f3ecca62d49c47d982ccb75c8331
[]
no_license
AVCHD/qcs605_root_qcom
183d7a16e2f9fddc9df94df9532cbce661fbf6eb
44af08aa9a60c6ca724c8d7abf04af54d4136ccb
refs/heads/main
2023-03-18T21:54:11.234776
2021-02-26T11:03:59
2021-02-26T11:03:59
null
0
0
null
null
null
null
UTF-8
C
false
false
99,523
c
/*! @file qcril_data_embms.c @brief Handles RIL EMBMS requests for DATA services. */ /*=========================================================================== Copyright (c) 2011-2015 Qualcomm Technologies, Inc. All Rights Reserved. Confidential and Proprietary - Qualcomm Technologies, Inc. ==...
[ "jagadeshkumar.s@pathpartnertech.com" ]
jagadeshkumar.s@pathpartnertech.com
2b9537db5416c6f599660a0dea58d1c4553926e7
66c34f3559f3dc59b39c9abb44f98a4e506a1618
/4_World/VPPAdminTools/Classes/Actions/ActionActivateTrap.c
9617a094ac6b13b6d83a10d7b87855af189d351b
[]
no_license
VanillaPlusPlus/VPP-Admin-Tools
c29c9087904a3311bdd27c2caf9e3c4f250ad373
02bbfa3d8e058253904dab9727c987970507d446
refs/heads/master
2023-06-12T12:47:31.929337
2022-11-30T09:50:21
2022-11-30T09:50:21
164,530,136
69
44
null
2023-05-26T03:58:25
2019-01-08T01:39:13
C
UTF-8
C
false
false
321
c
modded class ActionActivateTrap { override void OnFinishProgressServer( ActionData action_data ) { super.OnFinishProgressServer(action_data); if(GetGame().IsServer()) { TrapBase trap = TrapBase.Cast(action_data.m_Target.GetObject()); if(trap) { trap.SetActivator(action_data.m_Player); } } } ...
[ "38754008+Da0ne@users.noreply.github.com" ]
38754008+Da0ne@users.noreply.github.com
edb36f9f4f580bfdbaf96f85cd103fd1a6e85336
a87dee6ac2374985e887b685a1105da2346b4797
/test/core/end2end/fixtures/h2_uds.c
7bde69d82a4320d76e5e47157fea0fdd40f18acc
[ "BSD-3-Clause" ]
permissive
miyachu/grpc
b6a733a4bacef15a32f228d27c9db812e8c9ee98
a06ea3c3162c10ff90a1578bf82bbbff95dc799d
refs/heads/master
2023-08-07T09:09:38.467822
2021-10-03T06:59:00
2021-10-03T06:59:00
404,920,928
0
0
Apache-2.0
2021-09-10T01:35:44
2021-09-10T01:35:44
null
UTF-8
C
false
false
4,517
c
/* * * Copyright 2015, Google 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: * * * Redistributions of source code must retain the above copyright * notice, this list of condi...
[ "you@example.com" ]
you@example.com
c9666eb1ca574381681ea0ba01fd6707a61b56ee
1167c9f00b3ffd3f07f6409c42181ec05b15ab7d
/leeos/chapter8/part1/boot.c
c3cc421f4bfb06ec7ec1111f12b7ffbb8271c1e5
[]
no_license
descent/arm_os
9355120a2bd9eb94fd62321eb5c389679b5534e4
b355c09398f250a0ec685fe23e28fcdb931f2802
refs/heads/master
2020-05-19T19:43:04.567853
2015-10-16T02:15:11
2015-10-16T02:15:11
3,589,996
16
26
null
null
null
null
UTF-8
C
false
false
2,104
c
/* boot.c: Copyright (C) 2009 david leels <davidontech@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 3 of the License, or (at your option) any later version. This progra...
[ "descent0@gmail.com" ]
descent0@gmail.com
af8bcc8eb0f9afd15da9a94355eab313ece77b21
e0fea333188e5abc5f6d532bf48adf4b07f6eaba
/libparam/libparam.tab.c
f518ddd0f9e4ff8036c0766299e19566c0e177e3
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
IMCG/Disksim-ssd
aad782e1569fdf16af30fca9e7359596ecdee113
a849c526a376f5b521df20b6ce2546d59186b9aa
refs/heads/master
2016-09-05T16:30:11.388834
2012-09-25T18:05:45
2012-09-25T18:05:45
38,158,533
0
0
null
null
null
null
UTF-8
C
false
false
56,442
c
/* A Bison parser, made by GNU Bison 2.4.1. */ /* Skeleton implementation for Bison's Yacc-like parsers in C Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the...
[ "lj5bp@jbuch.cs.virginia.edu" ]
lj5bp@jbuch.cs.virginia.edu
7464dc130da371fb996c038a04f77eceea82fc5e
211c4d237a57d195262cc451644a7dbd03f3e6b7
/exercise 26.c
112c2bf4535c289cefc1326b4430159311c45a86
[]
no_license
wupin122/C
f007536680bc560e1d8b19f73ab83d17c1a7a144
5d1be4ad57def30bc31b4ba6ecc34c9718348225
refs/heads/master
2021-04-15T09:36:57.138550
2018-04-21T17:44:40
2018-04-21T17:44:40
126,785,414
1
0
null
null
null
null
UTF-8
C
false
false
209
c
#include <stdio.h> int main(int argc, char const *argv[]) { int a,b; scanf("%d%d",&a,&b); for (int i = (a>b?b:a); i < a*b; ++i) if (i%a==0&&i%b==0) { printf("%d\n", i); break; } return 0; }
[ "2604047012@qq.com" ]
2604047012@qq.com
554d49867514fe5b2b45c31b89e81f28d087e7e5
5fe3eaf054f65fd726d577dc6db87c0114546f58
/STM32/STM32Cube_FW_F4_V1.13.0/Projects/others/STM32F4-Discovery/Examples/UART/UART_TwoBoards_ComPolling/Inc/stm32f4xx_it.h
79edb00325a208d2af0ff349d0d72c0b21703123
[ "BSD-2-Clause" ]
permissive
ghsecuritylab/datasheets
e4abd398e5c56917fbb65de6461b324b18da5285
ed8fba13f4daaf9ead5484792efcdb3df9541b44
refs/heads/master
2021-03-01T21:45:14.994710
2019-08-13T17:50:05
2019-08-13T17:50:05
245,815,232
0
1
null
2020-03-08T13:01:52
2020-03-08T13:01:51
null
UTF-8
C
false
false
3,098
h
/** ****************************************************************************** * @file UART/UART_TwoBoards_ComPolling/Inc/stm32f4xx_it.h * @author MCD Application Team * @version V1.2.6 * @date 06-May-2016 * @brief This file contains the headers of the interrupt handlers. *******************...
[ "jensenr30@gmail.com" ]
jensenr30@gmail.com
d72e335d1bc91cca209133df0cc2ec87ccfe4207
d8b434bd2db73bb1cb138f42c0470986ed8f1080
/mcmc/src/mcmc/parameter.h
c47098271bc72b7264b8f1a6d012f09efeabb2a8
[]
no_license
ylu2010/PSEtoolbox
d766e74bec019664a13f76e950593d7e72a3cfe0
4a7c51215bb2fa153b22f4e0b301e33eb4c69b2c
refs/heads/master
2021-01-10T01:09:50.011866
2016-09-23T05:18:13
2016-09-23T05:18:53
36,749,744
0
0
null
null
null
null
UTF-8
C
false
false
202
h
#ifndef parameter_h #define parameter_h #define DOUBLE 1 #define FLOAT 2 #define INT 3 #define STRING 9 void read_parameter(char *fname); int get_parameter(char *name, int type, void *value); #endif
[ "ylu2010@gmail.com" ]
ylu2010@gmail.com
2ccff95e0e909aa2ca9eb1bd18489f27b0cf9843
5f5d58c5ba834abc35d008f4c4fdb4244b7da7f7
/src/ConEmuCD/Infiltrate.h
1ebad71dd8f642f59443c7a6815342f3b0aa67f8
[ "BSD-3-Clause" ]
permissive
Pandinosaurus/ConEmu
ce2f63a105dd8a8a6ed294366edf0ea31c734fcf
2a5cf1e316e68cf301d316170b4768178b44a1ef
refs/heads/master
2023-08-07T05:00:10.721333
2020-04-19T19:39:59
2020-04-19T19:52:30
122,132,137
1
0
BSD-3-Clause
2020-04-19T21:54:28
2018-02-19T23:08:51
C++
UTF-8
C
false
false
680
h
 #ifndef _INFILTRATE_HEADER_ #define _INFILTRATE_HEADER_ typedef HMODULE (WINAPI* LoadLibraryW_t)(LPCWSTR); typedef DWORD (WINAPI* GetLastError_t)(); typedef void (WINAPI* SetLastError_t)(DWORD dwErrCode); typedef HANDLE (WINAPI* CreateRemoteThread_t)(HANDLE hProcess, LPSECURITY_ATTRIBUTES lpThreadAttributes, SIZE_T ...
[ "ConEmu.Maximus5@gmail.com" ]
ConEmu.Maximus5@gmail.com
b19cf1d42dcba6fd581b4151e42c6e930a8f59c1
ba51f5456f578fee979a3c41c721eab5065913c3
/p3b/xv6-sp20/user/user.h
f5c4eb7ea14e84539b1a4afb89c1076d1d0b1403
[]
no_license
abhijiths94/CS537
6d07f88c0d2714f26620d490bc29316a3fc638f4
e7a7bc4d3ee9b399aaff0336dc2e72597b7f4ef8
refs/heads/master
2022-05-25T01:23:58.514296
2020-04-29T23:33:15
2020-04-29T23:33:15
239,221,075
0
0
null
null
null
null
UTF-8
C
false
false
1,012
h
#ifndef _USER_H_ #define _USER_H_ struct stat; // system calls int fork(void); int exit(void) __attribute__((noreturn)); int wait(void); int pipe(int*); int write(int, void*, int); int read(int, void*, int); int close(int); int kill(int); int exec(char*, char**); int open(char*, int); int mknod(char*, short, short); ...
[ "abhijith@royal-23.cs.wisc.edu" ]
abhijith@royal-23.cs.wisc.edu
b5c332ae0cec46296c920e9622ccc82cff108696
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/h2o/t/00unit/lib/handler/extr_mimemap.c_test_basic.c
a8e5664ccfd69c4b39a89e5562457a6a137f60f4
[]
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
4,421
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
69891f2982208fb3ceaaf84871b6415f7a63bd4b
f2bff0230e4863725e881d55cf2e8c02a0479d34
/src/warehouse_db.c
e5fe2d576f1a068e2dbb5cb91c969f26c69516ed
[]
no_license
Spirors/Clients-and-Warehouse
434bcfa1dd7a248b805d7c37d86ad0deadb24163
dc84178a85083b1cf8d61a0a95ed554787510d0f
refs/heads/master
2020-08-26T20:56:24.356517
2019-10-23T21:18:26
2019-10-23T21:18:26
217,146,286
0
0
null
null
null
null
UTF-8
C
false
false
6,134
c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <ctype.h> #include <string.h> #include <semaphore.h> #include <pthread.h> #include <signal.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include "warehouse_ds.h" #define BUFFER 300 #define CMD_BUF 4 #define PIPE_BUF 300 voi...
[ "noreply@github.com" ]
Spirors.noreply@github.com
a82ad9de14f46773c0eafe3083820e0ccddd4ac4
ef219b74265c7c385b27d67f9e2b344d58fbb419
/src/hp2ps/AuxFile.c
b8048601e0fa12aef1eb3ffda3d4346d26e8b2e5
[]
no_license
haskell-implementations/hbc
9dfa51f7b863c379186b03c52af7a110db837332
5a417fe68a3de26b55b34e2e2bab87dccb9f229f
refs/heads/master
2020-04-04T03:03:55.432848
2018-11-01T11:43:28
2018-11-01T11:43:28
155,706,218
6
2
null
null
null
null
UTF-8
C
false
false
3,838
c
#include <ctype.h> #include <stdio.h> #include <string.h> #include "Defines.h" #include "Main.h" #include "Shade.h" #include "Error.h" #include "HpFile.h" #include "Reorder.h" /* #define Error printf */ static void GetAuxLine(); /* forward */ static void GetAuxTok(); /* forward */ void GetAuxFile(auxfp) FILE* auxf...
[ "chrisdone@gmail.com" ]
chrisdone@gmail.com
52a35651d778a568edc5e646a0ec34266d121388
42485ac360220501f714f2b997540a860b03d179
/950_672_2053_20190531/NA51023_BSP/uitron/Project/DemoKit/SrcCode/UIWnd/SPORTCAM/UIFlow/UIFlowPlay/UIFlowWndPlay.h
e78c9a39593476d7e4d44f882a63a2af05291a08
[]
no_license
nikitos1550/some_novatek_sdk
2a76a37c1dd32b69e358e1e4646f9bea7e43e846
1a4b7af327d4fdaa9527df7225a001d5009e52cb
refs/heads/master
2023-02-22T17:08:49.576697
2021-01-17T19:52:59
2021-01-17T19:52:59
330,468,587
1
0
null
null
null
null
UTF-8
C
false
false
4,369
h
//This source code is generated by UI Designer Studio. #ifndef UIFLOWWNDPLAY_H #define UIFLOWWNDPLAY_H #include "UIFramework.h" extern VControl UIFlowWndPlayCtrl;//Panel type extern VControl UIFlowWndPlay_TabNaviCtrl;//Tab type typedef enum { UIFlowWndPlay_TabNavi_ButtonPlay, UIFlowWndPlay_TabNavi_ButtonLeft, U...
[ "XXXX@XX.com" ]
XXXX@XX.com
e7f39d02e19c45b5076fb41ae2ea703a31e34f80
d113ab540f9b121b263933be440fc4f205f57c8c
/map.h
50350cb7b5f21a11cfffd21d37a2f0f093c01adb
[]
no_license
dwdraugr/fillit
5c4e2acda0a8c5ff3e00f20211eb60406257f81a
76812f5f97797255ce9c99893d09af1b842e6689
refs/heads/master
2020-05-13T23:55:30.465190
2019-04-16T11:33:46
2019-04-16T11:33:46
181,676,582
0
0
null
2019-04-16T11:33:47
2019-04-16T11:31:59
C
UTF-8
C
false
false
1,086
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* map.h :+: :+: :+: ...
[ "jschmele@e2r7p1.21-school.ru" ]
jschmele@e2r7p1.21-school.ru
e7cbf0502d6e1a3d0f818343bd4e752e03ff98b6
834f9faeeaa410f341e7676a68402883bc4d0e7b
/pset2/caesar/caesar.c
23a5155c2d56670bab83caa78d8fbd5b1d846969
[]
no_license
elyas-esmaeili/CS50
b7801803cad11a1d4d9ac8ccaac1a0773d9ace50
76614245be57b06ffec34a5cc9a3d4bec6b77eb1
refs/heads/master
2020-05-20T05:45:30.512939
2019-05-07T09:42:24
2019-05-07T09:42:24
185,413,030
0
0
null
null
null
null
UTF-8
C
false
false
1,026
c
//caesar's algorithm #include <cs50.h> #include <ctype.h> #include <stdio.h> #include <stdlib.h> #include <string.h> int main(int argc, string argv[]) { if (argc != 2) { printf("You have to pass TWO arguments!\n"); return 1; } //convert key to int int k = atoi(argv[1]); string ...
[ "thisiselyas@gmail.com" ]
thisiselyas@gmail.com
76dbc91a6b497618195b8e66ecbda9e0c3e5a790
c21db4a782abcae963b44b6793c71eb2d767c60c
/json_str.h
e40284f9d6fd74c093e148ef14734291780955ba
[ "Apache-2.0" ]
permissive
whik/QJson_Demo
6b172546ffbfa4ac989f37bd4cc74dad83deb0d4
60bbd153d544242fe80dd13f00571fb8e598bc37
refs/heads/master
2022-02-03T02:20:49.371506
2019-07-23T09:12:42
2019-07-23T09:12:42
198,216,605
7
1
null
null
null
null
UTF-8
C
false
false
4,327
h
#ifndef JSON_STR_H #define JSON_STR_H /* json数据解析,示例字符串 */ /*和风天气实况数据*/ char he_now_json[] = "{\"HeWeather6\":[{\"basic\":{\"cid\":\"CN101010700\",\"location\":\"昌平\",\"parent_city\":\"北京\",\"admin_area\":\"北京\",\"cnty\":\"中国\",\"lat\":\"40.21808624\",\"lon\":\"116.23590851\",\"tz\":\"+8.00\"},\"update\":{\"loc\":\"...
[ "1490789115@qq.com" ]
1490789115@qq.com
e836ffc9b257fdc30c6d96b51acb10c734d1a0f1
f0ccfebfd57c86e75152b18246f315325b0e8b12
/qt5-rpi/include/QtDBus/qtdbusversion.h
6867bcf2afba3e8b24501e29c2d4b148a88fe0ee
[]
no_license
tsandmann/armv8l-toolchain-mac
1ad5eac2f34cbf3ae3a2a54d57dd5b94af98e33b
b0b130e348387533a9173668e4a0f93c3b8d7c8f
refs/heads/master
2020-05-21T12:43:51.408300
2018-06-23T23:03:26
2018-06-23T23:03:26
53,223,773
11
7
null
null
null
null
UTF-8
C
false
false
197
h
/* This file was generated by syncqt. */ #ifndef QT_QTDBUS_VERSION_H #define QT_QTDBUS_VERSION_H #define QTDBUS_VERSION_STR "5.8.1" #define QTDBUS_VERSION 0x050801 #endif // QT_QTDBUS_VERSION_H
[ "mail@timosandmann.de" ]
mail@timosandmann.de
6a11708aaed03f9aa5672f0f4b8a37dfb10c1ca9
72d87ceef5b34dc469eabb5599df803f8e06d0bf
/Aventura 2/nivel5.c
fd79bc7860f08260d937af553c1ac8a385a94780
[]
no_license
Zygmut/Practicas-SSOO
9915c6768fa974aa7dca145433b68890bf6fef35
898ab99569f2fc0bacd8fd0d6816f82d0ea6e857
refs/heads/main
2023-02-23T11:07:32.284828
2021-01-23T22:01:33
2021-01-23T22:01:33
314,602,908
0
0
null
2021-11-04T13:15:14
2020-11-20T16:04:22
C
UTF-8
C
false
false
24,522
c
/******************************************************************/ /* Alberto Cugat Martín */ /* Jaume Julià Vallespir */ /* Rubén Palmer Pérez */ /*******************************************...
[ "67785595+Alberto-Cugat@users.noreply.github.com" ]
67785595+Alberto-Cugat@users.noreply.github.com
9a98793533b421718a339f437f46d0b0e6da2dec
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/85164f85-019c-4a1f-8808-711ad2cda169.c
f8b948852a541491923824b73a757208f0227246
[]
no_license
nmharmon8/Deep-Buffer-Overflow-Detection
70fe02c8dc75d12e91f5bc4468cf260e490af1a4
e0c86210c86afb07c8d4abcc957c7f1b252b4eb2
refs/heads/master
2021-09-11T19:09:59.944740
2018-04-06T16:26:34
2018-04-06T16:26:34
125,521,331
0
0
null
null
null
null
UTF-8
C
false
false
561
c
#include <string.h> #include <stdio.h> int main() { float i; float j; float k; float l; i = 6; //variables /* START VULNERABILITY */ int a; char b[72]; char c[68]; a = 0; while (( a - 1 ) < strlen(b)) { a++; //random /* START BUFFER SET */ ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
31976a498a885f14c763b64efaea0402f4e0ff6f
8fe24a01fa04e976d40bbe6dab2b714ff9746d9d
/cgi_src/reg_cgi.c
8d49fe534ced55bb04c508470faec00b563906a8
[]
no_license
mikejiangsky/dfs_pro
601c8cce97d46adfbaaffd81bcf1e28c0efc0cf4
5e59c0e9f2a2bfd788eb3077cc097a0ce4d53a25
refs/heads/master
2021-04-29T06:42:38.138427
2017-01-12T03:40:33
2017-01-12T03:40:33
77,991,672
0
0
null
null
null
null
UTF-8
C
false
false
6,167
c
/** * @file reg_cgi.c * @brief 注册事件后CGI程序 * @author mike * @version 1.0 * @date 2017年1月7日 */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <sys/time.h> #include <time.h> #include "fcgi_config.h" #include "fcgi_stdio.h" //FCGI_Accept() #include "cJSON.h" ...
[ "tennysonsky@qq.com" ]
tennysonsky@qq.com
6f0ad3526e0099ee05d2a2c1334ab67c394a8077
6b40e9dccf2edc767c44df3acd9b626fcd586b4d
/NT/inetcore/setup/ieak5/brandll/cabver.h
ecfe138eecca7590a4c42eef0ae85fb695f3b34e
[]
no_license
jjzhang166/WinNT5_src_20201004
712894fcf94fb82c49e5cd09d719da00740e0436
b2db264153b80fbb91ef5fc9f57b387e223dbfc2
refs/heads/Win2K3
2023-08-12T01:31:59.670176
2021-10-14T15:14:37
2021-10-14T15:14:37
586,134,273
1
0
null
2023-01-07T03:47:45
2023-01-07T03:47:44
null
UTF-8
C
false
false
3,271
h
#ifndef _CABVER_H_ #define _CABVER_H_ struct SCabVersion { // Constructors public: SCabVersion(LPCTSTR pszVer = NULL) { Init(pszVer); } // Attributes public: WORD cv_w1; // most sig version number WORD cv_w2; WORD cv_w3; WORD cv_w4; ...
[ "seta7D5@protonmail.com" ]
seta7D5@protonmail.com
4954001e3a2e03aca4a424cfe9ab8b47ed79654c
27686262789b3a49f515d84f7c3a438fe494aba4
/third_party/tests/Icarus/vpi/scopes.c
e1fb08bfa1aa324b5fb0247ce22f6b0ebff2e499
[ "Apache-2.0" ]
permissive
alainmarcel/Surelog
2733c3c8933c23438f4f154ae1d34e6c28938eaf
2a20e445423b6f4fbc9aa64556be238ddd55cbcc
refs/heads/master
2023-09-01T09:28:31.709598
2023-09-01T05:11:15
2023-09-01T05:11:15
375,630,926
25
2
Apache-2.0
2021-06-10T08:46:27
2021-06-10T08:46:27
null
UTF-8
C
false
false
1,239
c
#include <stdio.h> #include <string.h> #include "vpi_user.h" static void spaces(int num) { while (num > 0) { vpi_printf(" "); num--; } } static void RecurseScope(vpiHandle handle, int depth) { vpiHandle iter, hand; iter = !handle ? vpi_iterate(vpiModule, NULL) : vpi_iterate(vpiInternalScope,...
[ "alainmarcel@yahoo.com" ]
alainmarcel@yahoo.com
2cecdd4de1f0cf3faa5a1ac813a1f7581ad012a5
2f720defb53327c8567898b21d041b041230aa2e
/Middlewares/ST/STM32_USB_Host_Library/Class/MTP/Inc/usbh_mtp_ptp.h
6edbdd73008c982cce6ce0344f5db28f44dbcb61
[]
no_license
macherie/ivs-mvedr
ad9af6b81261c8d569f2f54a84d102b25ffa707f
a32918e141c1f1fab31bc2e364661d3071fd4805
refs/heads/master
2020-05-07T10:01:09.761794
2016-12-01T19:59:33
2016-12-01T19:59:33
null
0
0
null
null
null
null
UTF-8
C
false
false
37,397
h
/** ****************************************************************************** * @file usbh_mtp_ptp.h * @author MCD Application Team * @version V3.0.0 * @date 18-February-2014 * @brief Header file for usbh_mtp_ptp.c *****************************************************************************...
[ "m.aldimirov@gmail.com" ]
m.aldimirov@gmail.com
1c06737185aaa495eca4271044ec2e9a26c2554d
82b093ff4379b735c8839ab09737f7305fe049e8
/0x07-pointers_arrays_strings/holberton.h
5e8626f0ac561327853c99883be92dfb7dc8c078
[]
no_license
juancamilo1304/holbertonschool-low_level_programming
8db91162d9a4d95cf5c1c3ee3a989e27d93dfbbd
dd8734d9e53f94be0147f6e81ce5190089b973c2
refs/heads/master
2022-11-06T05:45:26.112433
2020-06-28T20:58:14
2020-06-28T20:58:14
271,380,042
0
1
null
null
null
null
UTF-8
C
false
false
480
h
#ifndef HOLBERTON_H #define HOLBERTON_H #include <stdio.h> int _putchar(char c); char *_memset(char *s, char b, unsigned int n); char *_memcpy(char *dest, char *src, unsigned int n); char *_strchr(char *s, char c); unsigned int _strspn(char *s, char *accept); char *_strpbrk(char *s, char *accept); char *_strstr(char *h...
[ "camiloo1304@hotmail.com" ]
camiloo1304@hotmail.com
732c7df830155af29e7381571089530665d22d3b
0e629a6a4bb52a1afe056d0545c54acf7e8f5bd1
/LTSketchbook/libraries/Adafruit-GFX-Library/Fonts/FreeSerifItalic24pt7b.h
41fb4c1476b326a9fdcfa43b4654a4104a7d91b6
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
malavikasajikumar/Linduino
4d322e7c03f1041bf41a8d1e8c248129d3ac1bd7
5b06274c96112e76799aaf277bd45f0223df5d2c
refs/heads/master
2021-04-06T09:13:43.014870
2020-03-19T15:38:54
2020-03-19T15:38:54
124,449,889
0
0
NOASSERTION
2020-03-18T21:10:57
2018-03-08T21:25:15
C++
UTF-8
C
false
false
52,906
h
const uint8_t FreeSerifItalic24pt7bBitmaps[] PROGMEM = { 0x00, 0xF0, 0x0F, 0x00, 0xF0, 0x0F, 0x01, 0xF0, 0x1E, 0x01, 0xE0, 0x1C, 0x01, 0xC0, 0x3C, 0x03, 0x80, 0x38, 0x03, 0x80, 0x30, 0x07, 0x00, 0x60, 0x06, 0x00, 0x60, 0x04, 0x00, 0x40, 0x0C, 0x00, 0x80, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00...
[ "Mark.Thoren@analog.com" ]
Mark.Thoren@analog.com
d05e9e001d7f114c1599d6ace4643f66e5650558
aaa65914813d3ef2cbac5a9f7e55997353f010a5
/Homework5 - task2/Homework5 - task2/dynamicStringReader.h
91d1a040fe03ef7e4e5812c738a37b2b0e54080f
[ "Apache-2.0" ]
permissive
Volodya-Petrov/Homework
c04bbe45036e2854e93f140a958cfc504a98446a
2294fd3d2f674ed8d0c00832fc208a563211afbb
refs/heads/master
2023-02-07T20:19:08.810917
2020-12-28T18:35:34
2020-12-28T18:35:34
297,629,902
0
0
Apache-2.0
2020-12-29T15:40:51
2020-09-22T11:39:11
C
WINDOWS-1251
C
false
false
130
h
#pragma once // функция для чтения строки произвольного размера char* readString(void);
[ "89377379140@mail.ru" ]
89377379140@mail.ru
2c098dd90fcd4843d1c55813a3e5c3c2d5d2dfc9
6f3e0000993816afa03d64c5a02b94fca2931200
/sys/arch/ia64/stand/efi/libefi/efinet.c
10acdcd3aad2da9c9b4efc3b84537a7616bf8570
[]
no_license
fallen/NetBSD6
b6dc7a2593846816b8cb6f47cf26054ca2811667
44e0ac4ada812ace1f9ca8ce4792e287d83bd951
refs/heads/master
2022-04-09T14:50:47.274147
2020-03-08T14:01:38
2020-03-08T14:01:38
8,187,676
2
2
null
2020-03-08T14:01:39
2013-02-13T20:57:45
null
UTF-8
C
false
false
7,324
c
/* $NetBSD: efinet.c,v 1.6 2009/10/26 19:16:56 cegger Exp $ */ /*- * Copyright (c) 2001 Doug Rabson * 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 mu...
[ "yann.sionneau@gmail.com" ]
yann.sionneau@gmail.com
4640033e3734ef0e56f4486faf71563fadb8c998
71e5f96a29f5d643ab888b37677d38c33f8d765d
/d/shadow/juran/city/r35.c
eaeb792f2515c80a3529bb07fb46f8f446a34e5d
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Cherno-SuS/SunderingShadows
5f755fbebb79dc0b9d1c2a0541408be4afeb8b67
c3b4370beb2c4351ecc60826850c94892a42b685
refs/heads/main
2023-04-21T09:52:14.580024
2021-03-23T12:09:55
2021-03-23T12:09:55
349,490,686
0
0
NOASSERTION
2021-03-23T12:09:56
2021-03-19T16:40:12
null
UTF-8
C
false
false
8,181
c
//Coded by Diego// #include <std.h> #include "../juran.h" inherit JROAD; object *monsArray; int i; void make_em(); void create(){ ::create(); monsArray = allocate(2); set_exits(([ "southeast" : JROOMS+"r34", "northwest" : JROOMS+"r36", "trainer" : JROOMS+"trainer" ])); make_em(); set_pre_e...
[ "law@shadowgate.org" ]
law@shadowgate.org
5aace651591c7453b1e6e67424501f11129f8e02
f026cb616ef14bae15a1d251ca6dbe0f55016d9c
/linux/12976.c
77849e236e17b75d0d9d4b2bf59f70773f22db09
[]
no_license
jajajasalu2/cocci-lkmp-c-files
3eb7d451929dca5cb6beb56aabd69fe3f7fc176c
5da943aabe1589e393a131121dbf8e7a84b3cf2a
refs/heads/master
2020-12-02T17:30:14.411816
2020-01-29T08:36:30
2020-01-29T08:36:30
231,053,574
1
0
null
null
null
null
UTF-8
C
false
false
879
c
cocci_test_suite() { struct opp_table *cocci_id/* drivers/soc/samsung/exynos-asv.c 84 */; unsigned int cocci_id/* drivers/soc/samsung/exynos-asv.c 33 */; struct dev_pm_opp *cocci_id/* drivers/soc/samsung/exynos-asv.c 32 */; struct exynos_asv_subsys *cocci_id/* drivers/soc/samsung/exynos-asv.c 31 */; struct platfor...
[ "jaskaransingh7654321@gmail.com" ]
jaskaransingh7654321@gmail.com
3f27bf00ec290b9ab72a13d24d4572c183047c4e
de5c538aaef69950b922c9d35239267dcbf3c97e
/dlg_console.h
3269bceff4cc67f8a8601bd13dc4231339958814
[]
no_license
pierrel55/PDC_view
74705d5d2354d8a44ad4045c97d2656d03063dfe
eca99a7dc1ed2fc8de76c8da634bfb66e1436b2b
refs/heads/main
2023-08-29T01:45:38.046737
2021-11-14T18:15:48
2021-11-14T18:15:48
428,001,330
2
0
null
null
null
null
UTF-8
C
false
false
230
h
// console widget block void dlg_console_init_widgets(hwin_t *hw, const font_t *font, pix_t color, pix_t aa_color); void dlg_console_place_widget(vec2i *pos, vec2i *size); // console print void co_printf(const char *fmt, ...);
[ "noreply@github.com" ]
pierrel55.noreply@github.com
9b31bc5cf38b89300b06c8007555d7c42af27cfd
d76b0f32fbcc94a0cb44e03e75a83a8c515eab1a
/src/clock.c
7898bc5f256af8fc8c9b2d91f5c7166952791a89
[ "MIT" ]
permissive
rrebello/gusgb
d02fb4e39fe42a29a89dd0d0a62ff33e84be87ec
358874acbcc85423a0920ca7d181bbddb515d197
refs/heads/master
2021-04-03T10:22:41.501726
2018-03-10T19:14:56
2018-03-10T19:29:37
124,716,777
0
0
MIT
2018-03-11T02:33:04
2018-03-11T02:33:04
null
UTF-8
C
false
false
296
c
#include "clock.h" #include "timer.h" static unsigned int step; void clock_reset(void) { timer_reset(); } void clock_step(unsigned int cycles) { timer_step(cycles); step += cycles; } unsigned int clock_get_step(void) { return step; } void clock_clear(void) { step = 0; }
[ "gusfmora@gmail.com" ]
gusfmora@gmail.com
46dc50f78325960fa39b0154554f728f2aab970e
27ff0fd723fef1a94492a7724a3874aaff77bc83
/spi.h
6194a366db3db525d191e725be5ac3ee06a4d9d5
[]
no_license
bingjinyeah/prjt
f54b909360b4f1c29de246d881a85bff5fbdec1a
d25ee17022ac8baeaa000b57b7c6e97cd01fa3ac
refs/heads/master
2016-08-11T21:05:55.146739
2016-03-17T08:19:17
2016-03-17T08:19:17
52,786,134
0
0
null
null
null
null
UTF-8
C
false
false
206
h
/* * File: spi.h * Author: Administrator * * Created on 2016?3?10?, ??4:59 */ #ifndef SPI_H #define SPI_H extern void spi2_init(); extern void spi2_init_dummy(); #endif /* SPI_H */
[ "ybj@163.com" ]
ybj@163.com
2fc781bead340049c3b17de2ca2d582f03d65882
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE506_Embedded_Malicious_Code/CWE506_Embedded_Malicious_Code__w32_email_13.c
9a1d149df7240cb36b256fe2a1eb0b01de83360c
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C
false
false
5,738
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE506_Embedded_Malicious_Code__w32_email_13.c Label Definition File: CWE506_Embedded_Malicious_Code__w32.badonly.label.xml Template File: point-flaw-badonly-13.tmpl.c */ /* * @description * CWE: 506 Embedded Malicious Code * Sinks: email * BadSink : Send an...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
f3234df7786fdf50a8bae503c81b12da2e5ab02e
854ee643a4e4d0b7a202fce237ee76b6930315ec
/arcemu_svn/extras/arcemu-windows-libraries/VC/include/mysql/sql_state.h
4eaa7de8566aa06af6514929b81e3f6fcf0fdf7d
[]
no_license
miklasiak/projekt
df37fa82cf2d4a91c2073f41609bec8b2f23cf66
064402da950555bf88609e98b7256d4dc0af248a
refs/heads/master
2021-01-01T19:29:49.778109
2008-11-10T17:14:14
2008-11-10T17:14:14
34,016,391
2
0
null
null
null
null
UTF-8
C
false
false
12,366
h
/* Autogenerated file, please don't edit */ { ER_DUP_KEY ,"23000", "" }, { ER_OUTOFMEMORY ,"HY001", "S1001" }, { ER_OUT_OF_SORTMEMORY ,"HY001", "S1001" }, { ER_CON_COUNT_ERROR ,"08004", "" }, { ER_BAD_HOST_ERROR ...
[ "Quastl96@gmail.com@3074cc92-8d2b-11dd-8ab4-67102e0efeef" ]
Quastl96@gmail.com@3074cc92-8d2b-11dd-8ab4-67102e0efeef
a243784b5627a7f867a1df412e8d4edd6a823db8
1eb6fe0fec6e1b0c0adff12eae5217c2d0b5898a
/producer.c
f94d653513fddffc21c408ada8461080012dc4c4
[]
no_license
geetika6/UNIX-FIFO
410ec169ca9c56ac41ac136dd0d229bb638ef829
ab0ef4f6f1ea506c38c3ab4c97e234cb0ad4400b
refs/heads/master
2021-01-21T14:11:29.314774
2016-07-29T00:40:20
2016-07-29T00:40:20
59,637,177
1
0
null
null
null
null
UTF-8
C
false
false
1,193
c
#include "header.h" int main() { int pipefd; int pipefd1[2]; char buffer[BUFFER_SIZE+1]; int nbytes,stat,res,bytes_sent,result=0; struct data { int first,second; char operator; }data_to_send; struct data *rdata; rdata=&data_to_send; pid_t pid; ...
[ "geetika6@gmail.com" ]
geetika6@gmail.com
d0743527efb17c2737e3b190d6c92198fff9f58b
95e5faf8163ad5757862acb2911b6675729ef76a
/factsum.c
f7c99b4566d6c95530a141c8122243eeb1f52acf
[]
no_license
alekseinikandrov/C
17846e0889751188909a83d47a3d28d5b2a6fa32
1a0d42c0527ca65823228f28d807bced23a86152
refs/heads/master
2020-04-26T13:09:47.931805
2014-02-04T20:36:32
2014-02-04T20:36:32
null
0
0
null
null
null
null
UTF-8
C
false
false
335
c
#include <stdio.h> int fact(int i) { int fact = 1; for (; i > 1; --i) { fact *= i; } return fact; } int fact_sum(int n) { int s; int i; s = 0; for (i = 1; i <= (n); i++) { s = s + fact(i); } return s; } main() { printf("Faktoriaalide summa = %d\n", fact_sum(5)); ...
[ "aleksei.nikandrov@gmail.com" ]
aleksei.nikandrov@gmail.com
3987b39d66181376009b8e980a42a09ddf88eca7
ced9611271a8dcb97c370e2ac4c5e07f956193ac
/libft/includes/get_next_line.h
5ecc16b56556e57a6bcf1b72cdb51ffca95cd498
[]
no_license
SashaKryzh/Corewar
543d1a6aa32935cd15e30ab5a7f61231956efc22
c67e14b5ce1b4d8f8e1f034d6c3bc3f445687468
refs/heads/master
2020-04-13T08:12:18.637746
2019-02-03T14:05:51
2019-02-03T14:05:51
163,075,203
2
0
null
null
null
null
UTF-8
C
false
false
1,067
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* get_next_line.h :+: :+: :+: ...
[ "okryzhan@e1r5p9.unit.ua" ]
okryzhan@e1r5p9.unit.ua
ce02e9713932aa9e389557e81e61749e895dcfd4
b7d910ccdd28f26b366bc1b11e0baaf09c7b9324
/tao1/stt-note/mar/hello.c
ef03cd26870dc9c90294cde069320617202239ec
[]
no_license
zoommm/long
1d92656f7733ba31f9ce9ba1532ebfb2b0822352
7e58dc36188b657fad5e5e17195c4e161d03257c
refs/heads/master
2021-01-01T18:37:43.208077
2011-07-24T08:42:39
2011-07-24T08:42:39
1,531,546
0
0
null
null
null
null
UTF-8
C
false
false
20
c
ikladjlkfj; ajdljf
[ "liutao_344@163mail.com" ]
liutao_344@163mail.com
fae4a31c3fa289b9a74c3b5459dca0377a101b59
11eafd058768620b4a2da5ba357240b7b6799079
/task/src/monitorTSK.c
f694a6866b28803ab976e901d21a93ca0a562205
[]
no_license
vehar/PS3604L_Regulator
ba334ca60d81fdb2694917df0f851a98ee6885f1
efae12967122ad576bfd76588ddf99e92b6f4e70
refs/heads/master
2020-06-03T20:20:08.143117
2019-03-20T23:45:19
2019-03-20T23:45:19
null
0
0
null
null
null
null
UTF-8
C
false
false
4,679
c
/*!**************************************************************************** * @file monitorTSK.c * @author d_el * @version V1.0 * @date 05.04.2018 * @brief * @copyright Copyright (C) 2017 Storozhenko Roman * All rights reserved * This software may be modified and distributed under the terms * ...
[ "d2.718l@gmail.com" ]
d2.718l@gmail.com
c0a99060e4a3cf5e91b6e6179ece41f9961fb2e7
5ab89c89b3e9448a0eaa80af6a811d5f0082f732
/Videos/paskaitos/1 kursas/programavimas c++/C ir C++ (Golubevas )/Paskaitos/I dalis/C 9 Masyvai/Programos/asum.c
09f507f501427e6c4c07d3188d285c6240fc1818
[]
no_license
mazer322/hellogit
77f139c6b67390da9ad7f3c3f6de73880d0effec
df20c1a370ab42d3411c482d3bb3914ff54539e8
refs/heads/master
2021-01-22T22:50:15.198784
2014-11-29T21:18:23
2014-11-29T21:18:23
27,315,159
1
0
null
null
null
null
UTF-8
C
false
false
357
c
#include <stdio.h> #define DYDIS 10 int asum (int [],int ); int main (void) { int ai[DYDIS]={1,2,3,4,5}; printf ("%d elementu masyvo suma yra %d\n",sizeof ai/sizeof ai[0], asum(ai,sizeof ai / sizeof ai[0])); return 0; } int asum (int a[],int n) { int i,sum; for (i=0,sum=0; i<n...
[ "mazer322@gmail.com" ]
mazer322@gmail.com
e5e9f9a5fc87b9c64804d86e44dc4c4db8c0300a
0460a480fcdc54750af2f9d0a51e13ba50cf1dbf
/user.h
0d5d59c8846e77c01c04cbef9972abe949bc1cfd
[ "MIT" ]
permissive
anfrhana/FP_SISOP20_D02
d82a98655cf3df295df2ddf97b3f6dffed61c987
d5e17e179959dc1a89b342fa93d6bffe2d17307f
refs/heads/master
2022-07-16T17:28:38.571903
2020-05-08T10:59:23
2020-05-08T10:59:23
261,638,929
0
0
null
null
null
null
UTF-8
C
false
false
949
h
struct stat; struct rtcdate; // system calls int fork(void); int exit(void) __attribute__((noreturn)); int wait(void); int pipe(int*); int write(int, const void*, int); int read(int, void*, int); int close(int); int kill(int); int exec(char*, char**); int open(const char*, int); int mknod(const char*, short, short); i...
[ "aflakahfarhanaa@gmail.com" ]
aflakahfarhanaa@gmail.com
d3e64a4fc1a09856907dc7a0c22d6c6b887d8841
a073ba435ac5ac987c16abe5fd1491ac24be9cbd
/sjtwo-c/toolchains/linux/gcc-arm-none-eabi-8-2019-q3-update/lib/gcc/arm-none-eabi/8.3.1/plugin/include/insn-addr.h
498f8bee92701c654bb843c8982495ceca89c98b
[]
no_license
ChrisFSF/CMPE146-MP3-project
f2fb34c89e84126b67ef184dfaa966a122a63c9b
e1f40417d0a98521dba06e0b7c169cecb4aa6340
refs/heads/master
2023-02-09T06:15:42.240261
2021-01-07T01:48:20
2021-01-07T01:48:20
261,683,682
4
2
null
2020-05-08T21:08:42
2020-05-06T07:28:23
C++
UTF-8
C
false
false
1,940
h
/* Macros to support INSN_ADDRESSES Copyright (C) 2000-2018 Free Software Foundation, Inc. This file is part of GCC. GCC 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, or (at your op...
[ "814218674@qq.com" ]
814218674@qq.com
b6f43e4d7fa05015f38c819c17a2032ea0d082a8
255d89a614e593a306c64e201142607cb53b17ea
/temperature/temperature.c
be7e444bc580532903175c9732e594caf53bc6fe
[]
no_license
keylaballena/Assignment-2-Types-Operators-Expressions
9a8f7eb616c64b2046bff33a464265da8dd9980e
7c9a38e12dd3a25a3319a71c8752b5eb3367f80d
refs/heads/master
2022-12-13T07:45:22.404911
2020-09-12T18:31:57
2020-09-12T18:31:57
null
0
0
null
null
null
null
UTF-8
C
false
false
519
c
/* Author: This program converts an integer Fahrenheit temperatue from to floating point Celsius with one decimal of precision. An example printed result would be "32F = 0.0C" */ /* Instructor Hints (You may delete this when submitting) You can specify precision when printing floating point by prefixing the f in %f...
[ "cory.nezin@gmail.com" ]
cory.nezin@gmail.com
bcb506247004fd1ba0a36b5ddbf79c5543831c3f
bb14ef44441dd29e8a68587f8cb5b4bfad33ac8f
/TP_suplente/inc/bit_wise.h
dab8d644cf726e142bd1ed65a11a635dba6e0fd2
[]
no_license
bahui80/criptografia
41e0b762fcc6384a449996cd52e6fdd21dca34ba
580fada25a20730bb1bd85426721972c22a656ab
refs/heads/master
2021-01-01T18:41:59.139896
2014-06-23T17:05:47
2014-06-23T17:05:47
null
0
0
null
null
null
null
UTF-8
C
false
false
862
h
#ifndef BITE_WISE_H_ #define BITE_WISE_H_ /* * it already have the parity bit */ int save_b_to_coefficients(const unsigned char b , int k, unsigned char *dst ); /* * It already have th parity bit */ int save_b_to_original_pixel(const unsigned char *src , int k, unsigned char *dst ); unsigned char get_md5_parity...
[ "bahui80@hotmail.com" ]
bahui80@hotmail.com
7d98f47f2f560d6243e4f7d9ead1b3449bbc35e6
e40003253b3108ce10fa1407cadca8e0bc4eac7e
/sprites/final_c_arrays/bmp_vulture_64.c
c3118459a3c5450390d52a80d9de564b91d12ee5
[ "MIT" ]
permissive
jvaneg/ARSH
8ba162f439b6c83626d5d1e7095752264d198275
c6eab54bec50802838e3abc0bc38795c8e7e20d5
refs/heads/master
2020-12-30T11:39:52.523850
2019-01-08T09:11:47
2019-01-08T09:11:47
91,514,979
2
1
null
null
null
null
UTF-8
C
false
false
905
c
/* Name: vulture_64 Size: UINT32 Width: 64 Height: 33 */ UINT32 bmp_vulture_64 [] = { 0x00780000, 0x00000000, 0x03860000, 0x00000000, 0x1C050000, 0x00000000, 0x60328000, 0x00000000, 0x802287FF, 0xF0000000, 0x80028800, 0x0F000000, 0xFE027000, 0x00E00000, 0x81C20000, 0x00100000, 0x00640008, 0x000F0000, 0x00240010,...
[ "jvaneg.sc@gmail.com" ]
jvaneg.sc@gmail.com
4e8d84f1c5c380d4cf035261361baa8fc61baffa
d4c428edacbc483899d0f734e73d552a3021f879
/src/user/trainsrv/speed_history.h
7068fef72bf3a721c8e071271e3b8f993412e490
[]
no_license
crazy2be/cs452
0341ac6c451ae9c02af6943c91c3e610c020675b
0404a083e006db8890a79cc5f634302b22f82c70
refs/heads/master
2021-01-19T05:34:33.894595
2016-05-29T23:37:54
2016-05-29T23:37:54
59,971,625
0
0
null
null
null
null
UTF-8
C
false
false
207
h
#pragma once #undef HISTORY_LEN #undef HISTORY_VAL #undef HISTORY_PREFIX #define HISTORY_LEN 20 // chosen arbitrarily #define HISTORY_VAL int #define HISTORY_PREFIX speed_historical #include "../history.h"
[ "praboud@gmail.com" ]
praboud@gmail.com
4ed2b909639ea38489885ec128572c56ecef6302
6ec6dc541ee5f381717af8eaa942d0e89b3e5487
/NTNU/CP2/struct/example/example_09_structure_enum/main.c
3f3025ab8a390141bfc9ded6b22e6fe11c30a226
[]
no_license
kizato1018/computer-programming
af001af24d876a6a79c5b5f3954c0e0b2a2a8ff3
96014692c9dd319b8e8cc13988cd5cf3028846d9
refs/heads/master
2023-06-02T04:38:07.292430
2021-06-17T06:10:09
2021-06-17T06:10:09
null
0
0
null
null
null
null
UTF-8
C
false
false
727
c
#include <stdio.h> #include <stdint.h> enum career { SABER, LANCER, ARCHER, RIDER, CASTER, ASSASSIN, BERSAKER, RULER, CAREER_MAX = 31 }; typedef struct player { char name[64]; enum career role; uint32_t role2; } Player; int main() { for( enum career i = S...
[ "kizato1018@gmail.com" ]
kizato1018@gmail.com
ed80b3f7dc6bb72fa22ce5f8d0a2d37e129ce4a4
b8001ad4b30cb066130f652c79927f32c356b89b
/NEW_LOCK/LOCK.cydsn/Modules/Function/Utilities.c
543902b6a43928d9e918705d3202b8f170cda4cd
[]
no_license
halfx/LOCK
e5f013a6c4ba043c9ecd8897c97540eb05e8e532
0c6a1175956e41f79bd4d5780ce02e975b2357d0
refs/heads/master
2021-01-14T20:04:43.556263
2018-12-06T01:34:25
2018-12-06T01:34:25
null
0
0
null
null
null
null
UTF-8
C
false
false
2,411
c
#include "Utilities.h" static uint8_t KeysMan_GetKeysLen(uint8_t *pData, uint8_t maxLen) { uint8_t i; for (i=0; i<maxLen; i++) { if (pData[i] == 0x00) { return i; } } return i; } static ErrorStatus KeysMan_MemoryCmp(uint8_t *pMinData, uint8_t minLen, uint8_t *pMaxData, uint8_t maxLen, uint8_t opt) { ...
[ "songlianjie5@126.com" ]
songlianjie5@126.com
2a53ca2c0da8bb529d2b2b81ba410ce492d78044
d477d7aa720e38c8e5b920ff1378acb5c3681f6f
/nuitka/build/include/nuitka/unfreezing.h
7db011d688caec91b24f5416ecd1a8d9aa378883
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
dgq2011/Nuitka
966526287ccd0dc5b1e28df19a9cd534ae181d3a
6679ba7f8df56c2f6fef3c070612d4fc59ebbf78
refs/heads/master
2020-04-22T11:32:55.639635
2019-01-24T08:14:59
2019-01-24T08:14:59
null
0
0
null
null
null
null
UTF-8
C
false
false
1,843
h
// Copyright 2018, Kay Hayen, mailto:kay.hayen@gmail.com // // Part of "Nuitka", an optimizing Python compiler that is compatible and // integrates with CPython, but also works on its own. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in co...
[ "kay.hayen@gmail.com" ]
kay.hayen@gmail.com
0b7caec28fb736c6e53ec456b888727325086181
44c80c7959fab34a9ff7ea57aa204c668b0f5d0a
/rtos_wheater_station/Altitude.c
a0079ac971a0b0f770a5f07cb4962fe59c549916
[]
no_license
Komisa72/ESS2015
1dab5171c70c28886f53d38decc11532ad9acd3b
c3f58eb57b52ef381f1979740eb29eb62c17de4a
refs/heads/master
2016-08-12T19:06:01.460668
2016-01-20T15:46:50
2016-01-20T15:46:50
48,856,900
0
0
null
null
null
null
WINDOWS-1252
C
false
false
17,081
c
/* * Altitude.c * * Created on: 03.01.2016 * Author: amaierhofer */ #include <math.h> /* XDCtools Header files */ #include <xdc/std.h> #include <xdc/cfg/global.h> #include <xdc/runtime/System.h> #include <xdc/runtime/Error.h> //#include <xdc/runtime/Memory.h> /* BIOS Header files */ #includ...
[ "a.m.net@gmx.net" ]
a.m.net@gmx.net
a57b6c7ab662be0607f5e2f651a78a5b90c51ce8
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/clocksource/extr_exynos_mct.c_exynos4_mct_comp_isr.c
5ca359219cfb85fdcf6c4fa976022b448afc4179
[]
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
975
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
eef4f39f49894ff08f410ba236539812facb3b99
565dab8666a65a092143e3c7b57681683bbf9837
/lambdajam-2015-racket-pl-pl/sqr-m2.c
d3f9107b3305778d37c4e690fcef0010786476a5
[]
no_license
rfindler/lambdajam-2015-racket-pl-pl
51cd2159188b9c43a279ecc4fe7607b68597932c
4c9001dca9fb72c885d8cc1bef057ac8f56c24d0
refs/heads/master
2021-01-10T05:10:46.168336
2015-10-29T12:46:59
2015-10-29T17:41:27
45,050,373
6
2
null
2015-10-29T17:43:29
2015-10-27T15:27:24
Racket
UTF-8
C
false
false
85
c
#include <stdio.h> #define sqr(x) x*x int main(){ printf("%i\n",(3+2)*(3+2)); }
[ "robby@racket-lang.org" ]
robby@racket-lang.org
923469e6cade9f740ceed19ca637dd33120a3088
fb80f37bca21f813f6d2bfb4497444450614530f
/epoll.h
3572974c8aab97fa05bd1f7aad6d195f4e0646d8
[]
no_license
yosef-gao/echo_server
a9defdeb962bc84d3270ea2a8dcde007a9e85f32
b01d441d18f98c05c2353ab020b2feb4f161b453
refs/heads/master
2021-01-10T01:09:05.530148
2016-04-04T14:20:35
2016-04-04T14:20:35
55,416,741
0
0
null
null
null
null
UTF-8
C
false
false
438
h
#ifndef EPOLL_H #define EPOLL_H #include <sys/epoll.h> #define MAXEVENTS 1024 int ts_epoll_create(int flags); void ts_epoll_add(int epoll_fd, int fd, struct epoll_event *event); void ts_epoll_mod(int epoll_fd, int fd, struct epoll_event *event); void st_epoll_del(int epoll_fd, int fd, struct epoll_event *ev...
[ "1033131660@qq.com" ]
1033131660@qq.com
7122f4e721f0ee2c4ac19586929effcf388afd90
9d8fe725e79e5856b8b863abf0907a6a5f6f8a3c
/8008650.c
e68efcec05975ec6e1e1038ecf51676366ec5936
[]
no_license
camthesaxman/ruby-c
08bb12c3c6662b113f558a2b43a4f232fedcbd91
afb59d795416468362ddf942d4cb1fca638f2bd6
refs/heads/master
2020-12-30T16:45:53.246386
2016-09-11T22:33:27
2016-09-11T22:33:27
91,023,059
0
1
null
null
null
null
UTF-8
C
false
false
493
c
int CB2_PrintErrorMessage() { int v1; // [sp+40h] [bp-4h]@0 if ( byte_3001BAC == 30 ) goto LABEL_16; if ( (signed int)(unsigned __int8)byte_3001BAC <= 30 ) { if ( !byte_3001BAC ) sub_80729D8(&gUnknown_0842C34C, 20, 56, 1); goto LABEL_11; } if ( byte_3001BAC == 60 ) { LABEL_16: audio...
[ "shadow962@live.com" ]
shadow962@live.com
91f7e24aa034abaffcdaa864ecda6d8999d391ed
e97e4566662c629cfbd4d4576db3b5b482c9337c
/2.3.1-foss-2016a/applications/utilities/postProcessing/userRescaleScalar/userRescaleScalar.C
62f86ff0f6820358f21438677fdaf9c5c83c4fef
[]
no_license
snow-stone/openfoam
061d08f7db1aece764ce2ea369fc86d0bb627832
131da2611e476ce3b03fe7d33e30d569c6e24d95
refs/heads/master
2021-06-18T12:51:17.250578
2019-10-14T16:55:41
2019-10-14T16:55:41
147,496,284
0
0
null
null
null
null
UTF-8
C
false
false
1,624
c
#include "fvCFD.H" #include "argList.H" #include "timeSelector.H" int main(int argc, char *argv[]) { timeSelector::addOptions(); argList::validArgs.append("fieldName"); argList::validArgs.append("scalingFactor"); #include "setRootCase.H" #include "createTime.H" word fieldName(args.additionalArgs()[...
[ "haining.luo@doctorant.ec-lyon.fr" ]
haining.luo@doctorant.ec-lyon.fr
f9ae343e4e6cba493556fe498e20245b5935bfb6
acd3affa854785824827894037bfb9c27d2a3d46
/ConsoleApplication1/GUIStyle.h
4949ad6d7b5baf206e8a283bf03c4be4c04493e5
[]
no_license
DarkRavenStar/Multiplayer-Tic-Tac-Toe
c0280c466aaa2daec56f42effcc1a28a160f679e
d578d8db0819bcc787a75e71de710efecb23f197
refs/heads/master
2020-09-21T21:34:39.926621
2019-11-30T00:54:10
2019-11-30T00:54:10
224,938,201
0
0
null
null
null
null
UTF-8
C
false
false
12,767
h
#pragma once struct ColorTable { struct nk_color table[NK_COLOR_COUNT]; }; enum Theme { THEME_BLACK, THEME_WHITE, THEME_RED, THEME_BLUE, THEME_DARK, PLAYER_1_THEME, PLAYER_2_THEME, GAME_THEME, THEME_RED_CUSTOM, THEME_WHITE_CUSTOM}; static void set_style(struct nk_context *ctx, enum Theme theme) { struct nk_color t...
[ "123teenakannan@gmail.com" ]
123teenakannan@gmail.com
ff97c1c0ca11f57b7fb88f4c575fb19987934af6
2235aa69f2024a5a3155a81e534d3a38f55dba05
/Soft/Framwork/cpss/vos/source/cpss_vos_sched.c
14702b03d7944ce0a1809834d38646ff8f3e2d61
[]
no_license
Jancehk/JanceCGP
7563823126505fa35e95cfe46a452c1e6e35cc3e
edf5941eade5dac6335a0198cc26066459f433ab
refs/heads/master
2020-04-16T23:30:37.191779
2016-11-05T04:20:17
2016-11-05T04:20:17
44,854,668
0
1
null
null
null
null
GB18030
C
false
false
525
c
/* * ===================================================================================== * * Filename: cpss_vos_sched.c * * Description: 完成调度器功能 * * Version: 1.0 * Created: 2011年06月09日 23时33分25秒 * Revision: none * Compiler: gcc * * Author: Jance (), shengh...
[ "jancehk@hotmail.com" ]
jancehk@hotmail.com
cf0dd04913cf2c344086e6635d548c2c64eca840
491569a6a745b695ad786f142aa1c83cb1e50e93
/src/qs8-igemm/gen/4x4c2-minmax-gemmlowp-avx-ld64.c
d4f6be1dd43176bd92de4124813c6ef3af7d9496
[ "LicenseRef-scancode-generic-cla", "BSD-3-Clause" ]
permissive
isabella232/XNNPACK
80793b9b8dc944c7d1ae4087c5d5abe8da859f87
16d79edc423d0a622b190cbfc6703c39ca2c0097
refs/heads/master
2023-06-07T14:15:33.093710
2021-06-17T20:25:46
2021-06-17T20:26:35
null
0
0
null
null
null
null
UTF-8
C
false
false
14,202
c
// Auto-generated file. Do not edit! // Template: src/qs8-igemm/MRx4c2-sse.c.in // Generator: tools/xngen // // Copyright 2020 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <assert.h> #include <smmintrin.h...
[ "xnnpack-github-robot@google.com" ]
xnnpack-github-robot@google.com
5b23f3d14ecb9b42707b4bfdbc63968a48d0595d
ea4e3ac0966fe7b69f42eaa5a32980caa2248957
/download/unzip/diskdev_cmds/diskdev_cmds-277/pdisk.tproj/version.h
c63dc6c51d34c7a4f8cae2511ac9b2c52e25d74d
[]
no_license
hyl946/opensource_apple
36b49deda8b2f241437ed45113d624ad45aa6d5f
e0f41fa0d9d535d57bfe56a264b4b27b8f93d86a
refs/heads/master
2023-02-26T16:27:25.343636
2020-03-29T08:50:45
2020-03-29T08:50:45
249,169,732
0
0
null
null
null
null
UTF-8
C
false
false
3,264
h
/* * Copyright (c) 1999 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * * Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved. * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source L...
[ "hyl946@163.com" ]
hyl946@163.com
e2c21537352e26eeea7274dbb6c20c72431b17d0
d7e8daaad684f8c6740dc73e271412cbf03f0c8a
/Master_Main/Communication/RS485/RS485.h
c6b3e0cc434afff75deeec317213f3030903b65e
[]
no_license
konymart/MainBoard2014
5651f68465d4da6e99561d313bf73bb1f81920ae
810ea6308e6cfa9bdc85099a70aaa336fed8d9e7
refs/heads/master
2021-01-01T05:30:59.843503
2015-06-19T04:50:31
2015-06-19T04:50:31
37,702,019
0
0
null
null
null
null
UTF-8
C
false
false
595
h
/* * RS485.h * * Created: 2014/06/17 20:25:21 * Author: tatsuro */ #ifndef RS485_H_ #define RS485_H_ #include <stdbool.h> #if defined(USE_RS485) #define RS485_RE (0x00) #define RS485_SE (0x01) static void RS485_putchar(uint8_t data); static void RS485_getchar(uint8_t *data); #if defined(USE_MOTOR_HUB) sta...
[ "konymart.tatsu.i+github@gmail.com" ]
konymart.tatsu.i+github@gmail.com
f9cac9996646f4849b516eb78aa8ae0d8010ed13
aa9983d7021b95d131e9224cb3216f3c64d8ae5e
/Laboratorio3.X/platform/LEDs_RGB/WS2812.c
4fbd33eceb7ab12368e7277a9dd0af1518f3f66a
[]
no_license
PatricioZarauz/Sistemas-Embebidos
b5897223f5c42f7f8f5bebe651f037c80920d1df
924c955b7007392a803b181d38e2058a6c041eed
refs/heads/main
2023-05-06T07:35:59.205396
2021-06-01T01:12:25
2021-06-01T01:12:25
357,373,243
1
1
null
2021-04-18T00:18:32
2021-04-13T00:07:16
Makefile
UTF-8
C
false
false
5,923
c
/* ************************************************************************** */ /** WS2812 @Company BQN @File Name WS2812.c @Summary Brief description of the file. @Description Describe the purpose of this file. */ /* ************************************************************************...
[ "pwzarauz@gmail.com" ]
pwzarauz@gmail.com
7089023a5c6b230f939cd120ad124d0cee53140a
098bd3d468aecb1d83851a770dfa24be66457714
/junior/array/maxProfit/maxProfit.h
e76ccc776ac1004a56a9c2da7f6397bf0d31ef50
[]
no_license
Guiltybaby/leetcode
aafe617affae8e6ec0e424bdf539bb0c3813f6b9
bafa5035bad9cb3d0ac90cbebfdc05fef1232d0e
refs/heads/master
2020-03-12T00:19:15.440717
2018-06-01T07:52:06
2018-06-01T07:52:06
130,346,258
0
0
null
null
null
null
UTF-8
C
false
false
121
h
#ifndef __MAX_PROFIT_HEADER__ #define __MAX_PROFIT_HEADER__ int maxProfit(int* prices, int pricesSize); #endif
[ "jeff_liu@sileadinc.com" ]
jeff_liu@sileadinc.com
d30a56f31bf6b8330063e0a35e1b33680ac52e42
b798ed7d958f43e9934b2d65cf5e526074719a44
/示例/IOTTS_EXample/HARDWARE/74HC165/bsp_74h165.c
a94ffef0222d27d3739914a3056314bcf7d2f4f0
[]
no_license
Zzulfn/SPIFFS
14b41b7486c4e0791aa27915040060b27b6c2631
824944e8dc684c4b897b23f4e7af04ddb4a20300
refs/heads/master
2020-06-16T16:57:10.176721
2019-07-07T15:41:52
2019-07-07T15:41:52
195,640,048
0
0
null
null
null
null
GB18030
C
false
false
2,465
c
/** ****************************************************************************** * @file bsp_74h165.c * @author Jack Lu * @version V1.0 * @date 2017-12-28 * @brief ****************************************************************************** */ #include "bsp_74h165.h" #include "delay.h" /...
[ "501855796@qq.com" ]
501855796@qq.com
0cc7386b88eb80850c512045e226e4db9f5a33e5
ac362bb8969d647cd219430bc71c831d894e531c
/sys/sys/lwp.h
32b28282dc2369810480d7bced97312c17db25c1
[]
no_license
noud/mouse-bsd-4.0.1
efb3b16fcc872ab227e6bb651cf1e836796a0804
4c0a1e08df407a759afac2d6a98507df94f5f814
refs/heads/master
2023-02-24T23:42:54.060718
2020-08-16T20:10:53
2020-08-16T20:10:53
334,536,412
0
0
null
null
null
null
UTF-8
C
false
false
8,241
h
/* $NetBSD: lwp.h,v 1.46 2006/10/24 10:05:45 hannken Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Nathan J. Williams. * * Redistribution and use in source and binary forms, with or without ...
[ "mouse@Rodents-Montreal.ORG" ]
mouse@Rodents-Montreal.ORG
804cf5bf9cbafe672142f11c98a23088a3281373
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE401_Memory_Leak/s03/CWE401_Memory_Leak__wchar_t_realloc_05.c
7e44f04234038bc40cc26722f9565db40edbef75
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C
false
false
4,817
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE401_Memory_Leak__wchar_t_realloc_05.c Label Definition File: CWE401_Memory_Leak.c.label.xml Template File: sources-sinks-05.tmpl.c */ /* * @description * CWE: 401 Memory Leak * BadSource: realloc Allocate data using realloc() * GoodSource: Allocate data on t...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
81147a1e04b9a1f1b77ec0d22bd4f3660ef2175b
4545588c8427debaf17f9dc71b0ace32f4fb5d67
/thirdparty/wireless/avr2102_rf4control/apps/zrc/single_button_ctr/host/sam4lc4c_sam4l_xplained_pro/conf_usb.h
ded7d5dc4b80cdd04971b1911e72efd1a9485e0b
[]
no_license
eewiki/asf
02e06cec0465b28dd689dea801e6be6cbcd47eca
8d0f55bd089f2e68d2b53aa76adbb02c07cdb166
refs/heads/master
2021-01-16T18:20:22.690176
2015-03-09T05:42:50
2015-03-09T05:42:50
18,419,213
34
30
null
2014-12-25T05:13:20
2014-04-03T21:42:46
C
UTF-8
C
false
false
4,171
h
/** * \file * * \brief USB configuration file for CDC application * * Copyright (c) 2014-2015 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the fo...
[ "buildmaster@atmel.com" ]
buildmaster@atmel.com
79b73bd9a2c4a8f00362521b80fe5e394a79e90a
daf6bfbc75d38e79be6be8786911084adf40ab0e
/sockets/server-udp.c
616af3b6700dee771d0811edf2e21c3c3396b8a8
[ "MIT" ]
permissive
twood02/adv-net-samples
6e6e9761db40f8b910b2dcf7a146aac0e1c74739
df217f86720f084f07405778a25e6d6004a3905f
refs/heads/master
2021-01-16T22:24:49.977307
2016-09-01T19:36:04
2016-09-01T19:36:04
29,220,941
1
0
null
2016-09-01T19:36:04
2015-01-14T01:27:43
Python
UTF-8
C
false
false
3,619
c
#include <stdlib.h> #include <stdio.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <netdb.h> #include <unistd.h> #include <inttypes.h> #include <string.h> /**************************************** Author: Tim Wood, Chenghu He with a little help from http://be...
[ "myhechh@gmail.com" ]
myhechh@gmail.com
b0aa5b777deb40da5ea50d8a111a1cc58400367c
f54faf87c3387c9073c57f9b084b8729728f3884
/mpp/codec/dec/avs/avsd_api.c
582ed6859e1afbfb5c066ac72f324feb1404b25f
[]
no_license
Allenhe123/mpp-develop
4c091b7f62859eed9aceb506c6bf4c6d5d10415d
2c4231c45e40d74051dd7a5804e414e6285f4415
refs/heads/master
2022-11-22T17:58:14.632079
2020-07-21T10:24:40
2020-07-21T10:24:40
281,365,974
0
1
null
null
null
null
UTF-8
C
false
false
9,469
c
/* * * Copyright 2015 Rockchip Electronics Co. LTD * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
[ "allen@allen-18.04" ]
allen@allen-18.04
42848b695fb74fb7948a5557a8a456b31dded925
27a93d65dcddd6654bd372351a9f9a5ca138e447
/u_quartic.h
e16d9f8f5524cf544ebed1bad5e90abab3c5a103
[ "Xfig", "LicenseRef-scancode-warranty-disclaimer", "BSD-3-Clause" ]
permissive
coliveira/xfignew
44182977bb8b5980b0d78db04ddb5b1e3443c6c0
770930da640cbe140dfefeddfc6075489abf6435
refs/heads/master
2016-09-06T09:50:39.909778
2008-04-08T19:56:35
2008-04-08T19:56:35
98,818
1
0
null
null
null
null
UTF-8
C
false
false
937
h
/* * FIG : Facility for Interactive Generation of figures * Copyright (c) 1985-1988 by Supoj Sutanthavibul * Parts Copyright (c) 1989-2002 by Brian V. Smith * Parts Copyright (c) 1991 by Paul King * Parts Copyright (c) 2004 by Chris Moller * * Any party obtaining a copy of these files is granted, free of charge,...
[ "coliveira@princeton.com" ]
coliveira@princeton.com
b59d046a251db7dbbc3884e2c003f061600de2f8
786aa296e57801f5bd87a36b68d52a402e34a5b3
/implementations/forkae/crypto_aead/paefforkskinnyb128t256n112v1/rhys/lwc_crypto_aead.c
1e7d827e9ea0c3dc68abdfdb340cf4ceff1c38d3
[]
no_license
mollaf/Lightweight-Cryptography-Benchmarking
0dc88ee55cc6dfb828c27b0e021d61e1ca8c3727
e3126249276d86dec51e3e9072de922181fbf7ea
refs/heads/main
2023-04-22T23:11:35.779936
2021-04-28T08:31:45
2021-04-28T08:31:45
346,029,160
0
0
null
null
null
null
UTF-8
C
false
false
265
c
#include "lwc_crypto_aead.h" #include "api.h" #include "forkae.h" aead_ctx lwc_aead_cipher = { "paefforkskinnyb128t256n112v1", "rhys", CRYPTO_KEYBYTES, CRYPTO_NPUBBYTES, CRYPTO_ABYTES, forkae_paef_128_256_aead_encrypt, forkae_paef_128_256_aead_decrypt };
[ "cagdas.calik@nist.gov" ]
cagdas.calik@nist.gov
61d7ed7dae6dc1ad4bb2b30f89485a2eb96252f9
6a6814b9d1a03a98416143c61e0892465462580e
/test.c
686932c9803f6882925f5818e4add53ef6f9ca54
[]
no_license
JenishDMU/maths_function
e46c7149f952bc6f80db0f5bb2e8b65e66e7b139
3a53f15710dd6a3a8648bc8719dea39d10138387
refs/heads/master
2021-03-12T23:16:27.186203
2014-01-20T12:42:14
2014-01-20T12:42:14
null
0
0
null
null
null
null
UTF-8
C
false
false
389
c
#include <stdio.h> int main() { int a = 2; int b = 3; int c = a+b; int d = a-b; int e = a*b; int f = a/b; printf("a + b = %i\n", c); printf("a - b = %i\n", d); printf("a * b = %i\n", e); printf("a / b = %i\n", f); int z, y; do{ printf("Please enter your numbers: "); scanf("%i %i", &z, &y); printf(...
[ "P12191530@GH583-003.lec-admin.dmu.ac.uk" ]
P12191530@GH583-003.lec-admin.dmu.ac.uk
ef18ed03c88799f2e89781a5c1e8cacfce105976
8814a451a2ae79ea4dd5b8cce4c9a1e50bca958d
/10.c
4c873ca8db6ac2a07ba9d956b99188a4d097dbf4
[]
no_license
mrinal365/Capgemini
7631e126c15030df120866211c141e76ba9e3f07
97342ba9b6f5d62eba34f1d677a444fae10f65a0
refs/heads/master
2022-12-13T07:49:21.676454
2020-09-14T11:18:45
2020-09-14T11:18:45
295,257,179
0
0
null
null
null
null
UTF-8
C
false
false
258
c
// q10 #include <stdio.h> int main() { int a,b,c; a=1,b=1; for(c=4;c<=7;c++){ a=a-1; if(a<10){ a=a-1; continue; } a=a+2; } printf("%d",b+a); return 0; } //Ans=-6
[ "noreply@github.com" ]
mrinal365.noreply@github.com
59981bc15187787127015c4ad08dc6c806c19433
df95c08d9154e3db736694b5ac50cd67250c0f59
/Practicals/T3 Selection & Repetition Structures/L4h Go To Statement with Label.c
6a08c847b90446e05554fb01cd7c57a321c7b6d7
[]
no_license
joeaoregan/LIT-Yr2-StructuredProgramming
368fc78d0b9ada2f095df2fa89a739f629a2fabb
ffd6eabaab0e900f243a2d650756fd1b27f12445
refs/heads/master
2020-04-21T18:01:09.067431
2019-02-21T06:06:54
2019-02-21T06:06:54
169,754,144
2
0
null
null
null
null
UTF-8
C
false
false
429
c
// Go to example #include <stdio.h> int main() { float x = 0; printf("Enter a Number\n"); scanf("%f",&x); while(x<100) { if (x<0) goto errorcheck; scanf("%f",&x); } // end of while loop errorcheck: // label { pri...
[ "a00258304@student.ait.ie" ]
a00258304@student.ait.ie
14110dcab9272fb1fb36ecda9c90a2bf5e180341
625b8295f91308d7fcfa43a0a5138b7ffab24bb8
/io-bound.c
9eda82e0c3bb499326d8b159c4ff247698778f20
[]
no_license
beala/CU-CS3753-2012-PA3
a6ce6a9f26feb2fb6c7f91b7e274de06e230c789
2001288c288fb464f8a26fb43da40525687a461b
refs/heads/master
2021-01-20T19:12:55.907543
2012-03-25T02:04:23
2012-03-25T02:04:23
null
0
0
null
null
null
null
UTF-8
C
false
false
6,259
c
/* * File: io-bound.c * Author: Alex Beal * Based on a Pi approximator by Andy Sayler * Project: CSCI 3753 Programming Assignment 3 * Create Date: 2012/03/07 * Modify Date: 2012/03/16 * Description: * This file contains an io bound bencharmark. It forks off the specified number of * children, where each chil...
[ "alexlbeal@gmail.com" ]
alexlbeal@gmail.com
33e54a11fcbd75b55fe773eb6718d71c44d708e9
b1354a03687e02362660fca98fa2cae9edc9ec59
/四号步兵/底盘/MDK-ARM/APP_task/data_pro_task.c
16147ad135944c4902faaf3f5811033203e24710
[]
no_license
L443930937/ncu-infantry-code
b14a70d573e06652e23ff7acc626cd95414f2e55
4bdec255c600a3aad3b58babe3f987f65702f5f8
refs/heads/master
2020-05-21T14:28:57.607003
2019-05-14T15:15:14
2019-05-14T15:15:14
186,078,998
0
0
null
null
null
null
GB18030
C
false
false
6,564
c
/* 包含头文件----------------------------------------------------------------*/ #include "data_pro_task.h" #include "SystemState.h" /* 内部宏定义----------------------------------------------------------------*/ #define press_times 20 #define VAL_LIMIT(val, min, max)\ if(val<=min)\ {\ val = min;\ }\ else if(val>=max)\ {\ val ...
[ "18720996073@163.com" ]
18720996073@163.com
9176704b0776c47f975c7c130eb8b22321596104
a800a7e2889451adfa48b29dcefbbd23bf4899f8
/public_lib/sample_setting.h
f16badbe3b7533840ced54b9893dc41bff1b8d72
[]
no_license
cfdream/CM_testbed_code
dff55b9c44f65eafb26beddda365ef803f4e4a85
05e63e7002e34c132bbd584c1492f9aaeffc7291
refs/heads/master
2021-01-22T11:37:10.519110
2015-12-18T23:47:50
2015-12-18T23:47:50
37,349,904
1
0
null
null
null
null
UTF-8
C
false
false
142
h
#ifndef __SAMPLE_SETTING_H_ #define __SAMPLE_SETTING_H_ #define OVER_SAMPLING_RATIO 8 #define SENDER_LOSS_VOLUME_OVER_SAMPLING_RATE 8 #endif
[ "lxuemei3000@gmail.com" ]
lxuemei3000@gmail.com
6af96944de69b69b663783133822b7b92d518d1a
94e8344ee420ae4d2eb1643e95973845f341a3d2
/gcc_4.3.0_mutants/mutant100536_cfgloopmanip.c
3759d98d53d870cf56687a162414c7c849474a3f
[]
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
44,322
c
/* Loop manipulation code for GNU compiler. Copyright (C) 2002, 2003, 2004, 2005, 2007 Free Software Foundation, Inc. This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either versi...
[ "agroce@gmail.com" ]
agroce@gmail.com
a926571de12f0753f20d0a845e9939f90064a33b
65e35677fab14db6dd4a8556c229301b3ca40539
/main.c
8cd981343898fc69d51328ebcfe5d467da59e553
[]
no_license
Pathak94/K-R-solutions
65e8c0833d11662ef6b7bc2b43cc92dc096ad91e
3d8220a247adfd79a815a84d54b5c682dccbacb1
refs/heads/master
2021-10-09T07:08:54.946291
2018-12-23T12:36:57
2018-12-23T12:36:57
113,185,380
0
0
null
2017-12-05T13:57:26
2017-12-05T13:25:50
null
UTF-8
C
false
false
5,403
c
/** * Copyright (c) 2015 - 2017, Nordic Semiconductor ASA * * 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...
[ "noreply@github.com" ]
Pathak94.noreply@github.com
74cff2a5f1d78d6d2f17e86d0671e2f101a9011a
36ac0dd13b4dd0534f14116fd2fcb2035b4356e0
/code/ship/subsysdamage.h
44255196edda9c6acda705d30ad93c0d137445a6
[]
no_license
suertreus/wcsaga
67b42c4ffb919173aca9325ba78b2f077916c6f6
e2048841f927213186f692626d584c2013a8ec01
refs/heads/master
2023-03-17T20:00:09.223342
2014-08-31T10:42:31
2014-08-31T10:42:31
null
0
0
null
null
null
null
UTF-8
C
false
false
2,513
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. * */ #ifndef __SUBSYS_DAMAGE_H__ #define __SUBSYS_DAMAGE_H__ /...
[ "niffiwan.scp@gmail.com" ]
niffiwan.scp@gmail.com
5af10a7a74109d2ac2578c1f9e1675a730e3fa77
cc6f3c5719e9a0bbb52a724f43de81f5e58c82b6
/sys/arch/vax/include/cpu.h
0de8685307c556f502c99107a25e759b4c01204d
[]
no_license
noud/mouse-bsd-5.2
e2b08156b7a8482909d4c3cd6067e8c48bc22004
82d6a9798f4d4121bd5c202e1a17caead426c4aa
refs/heads/master
2023-02-25T02:02:41.193435
2021-01-19T20:42:32
2021-01-19T20:42:32
334,537,488
1
0
null
null
null
null
UTF-8
C
false
false
7,773
h
/* $NetBSD: cpu.h,v 1.85.14.1 2012/08/22 20:59:47 bouyer Exp $ */ /* * Copyright (c) 1994 Ludd, University of Lule}, Sweden * 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....
[ "mouse@Rodents-Montreal.ORG" ]
mouse@Rodents-Montreal.ORG
e83c1c0393bea92190c74b62df81dc32447e6b65
2b36a8920aaf268296f889a8767528d61a001e51
/daemon.c
b67e109fd96b3897a78744ce5de2c174c8e95349
[]
no_license
prashanth08/Web-Exploit-Scanner
77d8808a226187570af2cd8b081027ffceffb22c
dd8441f73aa560a09a4b926530a399234ccf32f3
refs/heads/master
2021-01-17T12:20:30.582289
2015-01-18T03:30:34
2015-01-18T03:30:34
29,033,244
2
1
null
null
null
null
UTF-8
C
false
false
5,641
c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <netdb.h> #include <arpa/inet.h> #include <sys/wait.h> #include <signal.h> #define PORT "5600" // the port users will be connecting to #def...
[ "prashanthb08@gmail.com" ]
prashanthb08@gmail.com
6c72f410fb0b53c6cb1f6784eaab9317dd52b8fc
b2631b16972b6adf495dbb980fad1d92ad2c0a57
/V3_20200831/files/code/mulan2_platform/products/Validation/LIN21_Signal_layer/lin_cfg.c
d399cc6848efad6ef934cf03c8da02356486b677
[]
no_license
yinjinzhong/My_Repository_2
f1eff3edef65ff08e4fa7b636a1c9505d5714ae6
8a7e5236983be0bdaecf8c69a93133c42f4f46f6
refs/heads/master
2023-03-20T11:44:47.996960
2020-11-24T14:10:31
2020-11-24T14:10:31
null
0
0
null
null
null
null
UTF-8
C
false
false
4,210
c
/* * LIN Configuration API * * This file is application specific and depends on LDF/NCF files * Generated by configuration tool C:\EVWS\_LIBRARY_PLATFORMS\library_platform_mulan2\bin\ldf_nodegen.exe (version 1.4.0) * * Copyright (C) 2007-2015 Melexis N.V. */ #include "lin_api.h" /* * ------------------------...
[ "qiang8656@163.com" ]
qiang8656@163.com
657b36335ba7907bf9a9dffe16ea717781d5ac8e
3d63a8fe0231ab3df7903ab27ac736220a0058b6
/src/print_image.h
d18b637f91535416b43b8f5961f305ae52d7baa5
[ "ISC", "LicenseRef-scancode-public-domain", "CECILL-2.0", "CECILL-C" ]
permissive
Jbudone/imgcat
9d764daa34eab50813fb84a7a921b8532c74332a
7a94b5efc0ca02cf0f6c9a670d5dd7a8dc308aa6
refs/heads/master
2022-12-30T08:59:11.560173
2020-09-26T21:28:33
2020-09-26T21:28:33
298,902,123
0
0
ISC
2020-09-26T21:26:19
2020-09-26T21:26:19
null
UTF-8
C
false
false
1,561
h
/* * Copyright (c) 2014–2018 Eddie Antonio Santos <easantos@ualberta.ca> * * 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 PR...
[ "easantos@ualberta.ca" ]
easantos@ualberta.ca
467652c6b4fff58339f6b1aa59baf7b377ec51de
b2daaa115316baa306f58903e046f7c227f6a72c
/第2章 用C语言编写程序/练习2-10 计算分段函数[1].c
dc8194df001c1dd271355626199d0aad8463fd06
[]
no_license
xyyojl/C-language-programming
a99b735c2f8ebf51d264cbf057a32f5e6791897d
5802edab69ab9643b5fd31e8d2d69828e601d717
refs/heads/master
2020-08-07T23:38:24.444521
2019-10-13T08:09:32
2019-10-13T08:09:32
213,626,431
1
0
null
null
null
null
UTF-8
C
false
false
200
c
#include <stdio.h> int main (void) { double x,y; int t; t = scanf("%lf",&x); if(x != 0){ y = 1.0/x; }else{ y = 0; } if(t == 1){ printf("f(%.1f) = %.1f\n",x,y); } return 0; }
[ "m13631897256@163.com" ]
m13631897256@163.com
f69a9ee1804c898e9c6dc91c3e26e71eee1d241d
c9b1d9481663f35a745533e215e512c31f00f945
/vendors/realtek/sdk/amebaZ2/component/common/network/ssl/mbedtls-2.4.0/include/mbedtls/config_rsa.h
139ed45347933398da7bff5be2afc34154cf6bcb
[ "Apache-2.0", "MIT" ]
permissive
ambiot/amazon-freertos
199d8c8cfebf7d4ce41cdf0377a6622c56ea3f7c
ef61d5f521de921cc931d9262e3d5af9b75fbd2e
refs/heads/master
2023-08-24T08:06:28.437220
2021-07-08T13:33:49
2021-07-08T13:33:49
191,755,880
14
16
MIT
2022-09-20T23:47:06
2019-06-13T12:09:22
C
UTF-8
C
false
false
79,903
h
/** * \file config.h * * \brief Configuration options (set of defines) * * This set of compile-time options may be used to enable * or disable features selectively, and reduce the global * memory footprint. * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2....
[ "hank.su@realtek.com" ]
hank.su@realtek.com