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
41b67bb3721e7b8a9c6bc908dea7e9596129734c
7a410b9f551d28a8347aab59f1a994d0880283e9
/Serial/Basemodel/display.c
c6d686ce56b4eec6c03770d34f4c80ef22ae2e19
[]
no_license
CarlBrady/When_Zombies_Attack
401084930377004c485077c4e0de356fc56e826f
4c311028738671fe463825358d995fe51612945b
refs/heads/master
2021-10-16T04:22:04.755626
2019-02-07T18:08:59
2019-02-07T18:08:59
169,610,410
0
0
null
null
null
null
UTF-8
C
false
false
1,142
c
#include "functions.h" /* * This function display(), uses a for loop to print all of the current index values inside the 2D array. Whilst printing the array, an if statement checks the value and adds one to the correct count (e.g. 1 = human , 0 = zombie, 2 = removed; */ void display() { long long x = 0, y = 0, i ...
[ "noreply@github.com" ]
CarlBrady.noreply@github.com
b9704c9d490a47a12696e913108c54aa033b9593
a10a3972f62c1d9711c2654d7b3b6ca8ee003300
/src/cmds/bash-1.12/ds5000.md/dispose_cmd.c
a748a7f3dfc24f8256e91d7d519cd7489e0df40f
[]
no_license
takeharukato/sprite
5913f74a08ce6c76e5107ede92bf4f44806f5b7d
e96c03abb319964e69cd21577d724ee83a950a9c
refs/heads/master
2020-08-04T02:40:31.702805
2015-10-05T03:49:13
2015-10-05T03:49:13
null
0
0
null
null
null
null
UTF-8
C
false
false
21
c
../dist/dispose_cmd.c
[ "noah.evans@gmail.com" ]
noah.evans@gmail.com
cd373e37fe8f22c1f50f2389ab7da43e1dc58442
09a449c87ca894410be1a278283f9b3f914e3d8f
/src/arr/get.c
fc4d4bed1516c6953baf03efc91047456df3378f
[ "LicenseRef-scancode-public-domain", "Unlicense" ]
permissive
eltanin-os/tertium
2f665d0c69762e9e7abc4c1629cd1ce1f32c8ecd
c9935cdf0e7f4d4dca0a2698cc89075295a5c2c5
refs/heads/master
2023-01-24T00:12:42.308465
2023-01-20T19:13:37
2023-01-20T19:13:37
163,863,452
11
2
Unlicense
2023-08-25T18:35:45
2019-01-02T16:18:40
C
UTF-8
C
false
false
342
c
#include <tertium/cpu.h> #include <tertium/std.h> void * c_arr_get(ctype_arr *p, usize m, usize n) { usize t; if (C_STD_OVERFLOWM(usize, m, n)) { errno = C_ERR_EOVERFLOW; return nil; } m *= n; if ((t = m + n) > c_arr_total(p)) { errno = C_ERR_ENOMEM; return nil; } if (t > c_arr_bytes(p)) p->n = t; ...
[ "eadwardus@disroot.org" ]
eadwardus@disroot.org
4a6fc1f5328aef9cc346d37a15168ad9842562cf
7256a87677e2413b790e70f3762253ae132b4928
/libft/ft_strcat.c
27f5662d4e795859dc5b984bc4a9a15e700d0f25
[]
no_license
lpavliuk/Corewar
9b0a2d4eefbc3864d72560239436975cb7ca7d4e
69a1e47368c7b68be08f46b3b23ad8c515637b31
refs/heads/master
2020-03-22T17:35:12.083317
2018-08-13T10:51:03
2018-08-13T10:51:03
140,403,098
2
7
null
2018-07-31T07:54:34
2018-07-10T08:41:13
C
UTF-8
C
false
false
1,116
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strcat.c :+: :+: :+: ...
[ "tkiselev@e3r7p10.unit.ua" ]
tkiselev@e3r7p10.unit.ua
4a81c3e3264903c7e8335276b91cb0438a717a23
f4fb3bd4b5ce781badc4d52be3848641874f4cec
/Inc/config.h
a3088c985d4cc314c0a873d15a2b60a43803a01f
[]
no_license
YutaSeya/StudyLL
8f4a236c0ead7ef25fcecd84e6e3c12ef2701d8b
b8c0d4c87b507f03dc26e1d6bcd412650ad0bd91
refs/heads/master
2020-06-05T11:25:44.181465
2019-06-18T12:11:46
2019-06-18T12:11:46
192,422,893
0
0
null
null
null
null
UTF-8
C
false
false
1,502
h
#ifndef __CONFIG_H #define __CONFIG_H //--------------------------------------------------------------------- // 数値の定数 //--------------------------------------------------------------------- // 円周率 #define PI 3.14159265358979f //--------------------------------------------------------------------- // マシンデ...
[ "bp17069@shibaura-it.ac.jp" ]
bp17069@shibaura-it.ac.jp
b3144481d4492c3314c2b5dfcfd27f35979eb276
d655744311851db5ce74416a936c0d1134c7fc76
/0x00-hello_world/101-quote.c
bc7374fc99932b4b6bdcb3a639af155ea448e7d1
[]
no_license
AlfredPianist/holbertonschool-low_level_programming
98f96208a0e1363d4322e99891ed413a39304ce7
976875d0950c9f5ae1b0cd26eec04eb59957b922
refs/heads/main
2023-07-16T07:17:58.399450
2021-08-31T17:34:56
2021-08-31T17:34:56
335,732,204
0
1
null
null
null
null
UTF-8
C
false
false
311
c
#include <stdio.h> #include <unistd.h> /** * main - prints to standard error the string * "and that piece of art is useful" - Dora Korpar, 2015-10-19" * Return: the integer 1. */ int main(void) { write(2, "and that piece of art is useful\" - Dora Korpar, 2015-10-19\n", 59); return (1); }
[ "alfredodlgdmrn@gmail.com" ]
alfredodlgdmrn@gmail.com
9f90099b136d66ed24fa366710759da5f4f30c84
d04e9a9b52ba9dd9a27dad2e2e17cfcda05440ac
/aulas T/T19/passwords.c
5d85b2541c60cb6c98c6c9161f2f822c55451f94
[]
no_license
kikoserra/hashtag-include
ee3c2daa81d9f5142d2513282e39c33a056c6234
542d2a182f0f1767b5324b169d987ba403c2cf34
refs/heads/main
2023-02-19T19:03:12.745604
2021-01-14T23:03:54
2021-01-14T23:03:54
null
0
0
null
null
null
null
UTF-8
C
false
false
1,395
c
/* #include * * MIECC - FEUP / PROG1 - EEC005 * * Programa para gerar palavras chave (aleatórias) com as seguintes características: * - cada palavra-chave apenas pode conter letras maiúsculas e minúsculas e números * - as palavras são guardadas em linhas separadas num ficheiro de texto chamado passwords.txt * - número...
[ "gil@fe.up.pt" ]
gil@fe.up.pt
b1e82877dd302aa61b1655cea3903c9ad941fae7
9192182cfcfcf4ce9f9bbb4003106e29b37b5bd1
/mame-0.141/src/mame/drivers/popper.c
ecc883062f0a2a764d13dfa7bdc319f4496efcf2
[]
no_license
johkelly/MAME_hi
a2b9ea9d4f089f75e57de5963af187718733fccd
ccbec44e4c82e5ca83ba80de19bfb9c100dbd349
refs/heads/master
2020-05-17T13:29:54.978078
2012-07-13T19:03:50
2012-07-13T19:03:50
null
0
0
null
null
null
null
UTF-8
C
false
false
16,527
c
/*************************************************************************** Popper Omori Electric CAD (OEC) 1983 PPR-12 18.432MHz 6148 6148 6148 4148 2128 2128 2128 ...
[ "john.kelly@readytalk.com" ]
john.kelly@readytalk.com
45fc761a2c65abb987ba166720b25642fe47d2fd
b10700b6a25d7abfc87d21d4f60a9f40c315aa72
/FFTSVDsolvecfqualcurved.c
163623576f516892f822633cac9e47f02af0dbbb
[]
no_license
jbardhan/fftsvd
95cd19c39c972dd2989c2cac77253ef7e5d88770
739eea7c1c879387b40c5293a8ce4db6bc560f77
refs/heads/master
2023-07-28T04:22:54.949445
2021-09-04T21:27:03
2021-09-04T21:27:03
377,050,523
0
0
null
null
null
null
UTF-8
C
false
false
5,980
c
#include "FFTSVD.h" /*#define CONVERSION 332.06*/ #define CONVERSION 332.112 int main(int argc, char* argv[]) { FILE* gstfile = NULL; FILE* torfile = NULL; FILE* chargefile = NULL; Charge charge; real svdtol, gmrestol; unsigned int gridpoints; unsigned int maxpanelsperfinestcube; GST* gstpanel...
[ "j.bardhan@neu.edu" ]
j.bardhan@neu.edu
9752e9278c85905446fe352ac9d30b8b1e59e66e
80b3f9fb3a8f28fd4d5d19048452d35c530710a2
/libft/ft_lstsize.c
f96111b00b6c922d79bcab6fb3aad833dd3bfc36
[]
no_license
GoDxRyZengan/libft
beeb6899f9054969f1ff8e3832fb0f9003e7aab6
44541aa3a84ff6c7ebb0eac8017dbe1bf4c50d05
refs/heads/master
2020-08-28T16:40:19.843161
2019-10-26T19:13:33
2019-10-26T19:13:33
217,757,123
0
0
null
null
null
null
UTF-8
C
false
false
1,027
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstsize.c :+: :+: :+: ...
[ "noreply@github.com" ]
GoDxRyZengan.noreply@github.com
32de054c2746d941bf7e3acf7216d4f7f6d8cc99
cfbaa92effb5acc1ed67498706a624db465c0f91
/libft/ft_lstiter.c
8b91fa1bcd7ca9ddea5f12085b1aa809db23fb24
[]
no_license
NicolasTito/42_So_Long
f9b8f0bf3964559a4dfbbe4f50c32171d1fc7f5b
0551d00acf4203265cb6e41a14fcff71ba1f7211
refs/heads/main
2023-08-24T04:30:45.902896
2021-10-29T22:47:47
2021-10-29T22:47:47
null
0
0
null
null
null
null
UTF-8
C
false
false
1,059
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstiter.c :+: :+: :+: ...
[ "mrnicolastito@icloud.com" ]
mrnicolastito@icloud.com
564060de9a58eb51f855ddc20f62159a22fbeb5a
d4704cf9d24003a45b5f2ab385143a44d4a60016
/RAW_sockets/Railway/train.c
1b9c5fbb7629fd1d584add080d7ad18578e9235b
[]
no_license
acemaster/cs302-CN
099ca12cbd472f02a1666d8181bee1833725e42a
d791c50948c1ac63c23ae1881341b5726873c635
refs/heads/master
2021-01-10T14:52:43.041826
2016-04-13T20:37:41
2016-04-13T20:37:41
49,924,005
0
0
null
null
null
null
UTF-8
C
false
false
1,609
c
#include "vivek.h" void error(const char *msg) { perror(msg); exit(0); } struct services{ int s1; int s2; }; int main(int argc, char *argv[]) { int sockfd, portno, n; struct sockaddr_in serv_addr; struct hostent *server; char buffer[256]; if (argc < 3) { fprintf(stderr,"us...
[ "vivekhtc25@gmail.com" ]
vivekhtc25@gmail.com
f3089e846f59c219a5b15eefd058660f721596c1
a24b1c2cb0bf8b5a9aa945c8914e75de9ea154fc
/components/fonts/helvetica_boldoblique_28.c
874e95e5d8221e2c9e9c8e7a2d8e179104c0d999
[]
no_license
bkgoodman/ESP32_IDF_EINK
a89c1d581e28b4d5fffc5039adb26e79b6522711
313e793d1bf307dfe21a947ea953b4467aebe4e4
refs/heads/master
2023-04-09T02:21:20.572749
2021-01-10T22:24:37
2021-01-10T22:24:37
326,068,248
0
1
null
2021-01-06T22:24:38
2021-01-01T22:42:19
C
UTF-8
C
false
false
39,637
c
#ifndef PROGMEM #define PROGMEM #endif #include <stdint.h> const uint8_t oledfont_Helvetica_BoldOblique_28[] PROGMEM = { 17 , // Width 28 , // Height 32 , // First Char 95 , // Number of Characters // Jump Table: 0xff, 0xff, 0x00, 17, // Char 32 - Nodata 0x0, 0x0, 0x21, 0xb, // Char 33 ! 0x0, 0x21, 0x29, 0xd, /...
[ "brad@bradgoodman.com" ]
brad@bradgoodman.com
6b77b19235c888bf5a07709b22cea1254620179d
0edbcda83b7a9542f15f706573a8e21da51f6020
/private/ntos/config/hivechek.c
dbec20485067c495e54b4551a8aa6b522f6fd650
[]
no_license
yair-k/Win2000SRC
fe9f6f62e60e9bece135af15359bb80d3b65dc6a
fd809a81098565b33f52d0f65925159de8f4c337
refs/heads/main
2023-04-12T08:28:31.485426
2021-05-08T22:47:00
2021-05-08T22:47:00
365,623,923
1
3
null
null
null
null
UTF-8
C
false
false
11,663
c
/*++ Copyright (c) 1991 Microsoft Corporation Module Name: hivechek.c Abstract: This module implements consistency checking for hives. Author: Bryan M. Willman (bryanwi) 09-Dec-91 Environment: Revision History: --*/ #include "cmp.h" #ifdef ALLOC_PRAGMA #pragma alloc_text(PAGE,HvCheckHive) #...
[ "ykorokhov@pace.ca" ]
ykorokhov@pace.ca
fa2e56209e997ae41c17e5729cf3464f8dbeba51
f122a4a81e5d21d4ac9154b01d8d521762b0a6d5
/LimeNET-Micro_lms7_trx/software/lms_ctr_bsp/linker.h
701c9d5e4e0ca919f58374389104d09487b6cb87
[ "Apache-2.0" ]
permissive
myriadrf/LimeNET-Micro_GW
cce6d3769af2bd350a7d674e256ecad02aabd56d
6bc0c9334fb9d60361c58e1deb2a028064beb1d4
refs/heads/FTDI
2021-06-17T23:20:41.850601
2019-09-10T09:14:24
2019-09-10T09:14:24
177,103,734
8
8
Apache-2.0
2021-01-15T08:07:01
2019-03-22T08:44:44
VHDL
UTF-8
C
false
false
2,934
h
/* * linker.h - Linker script mapping information * * Machine generated for CPU 'nios2_cpu' in SOPC Builder design 'lms_ctr' * SOPC Builder design path: ../../lms_ctr.sopcinfo * * Generated: Wed Jan 17 14:43:00 EET 2018 */ /* * DO NOT MODIFY THIS FILE * * Changing this file will have subtle consequences * w...
[ "v.buitvydas@limemicro.com" ]
v.buitvydas@limemicro.com
0e51ff8afa4c0c4d3f5a8d9db53ead8614e58e3e
c92442dfa6238393fd5354a2b8b14e43770b6415
/experiments/result-4.3/output/16360-ptrace.c
b5d6f5e21b2697d0fb885e372620ffac33f5295c
[]
no_license
wpengfei/text-filter
7b26fae5ad4d54eac4117e5c4e7bd230255b4e59
fcce23574e74bf7d412a9cac7d5462560516c262
refs/heads/master
2021-01-17T14:57:16.623990
2016-07-29T11:44:04
2016-07-29T11:44:04
54,646,536
0
0
null
null
null
null
UTF-8
C
false
false
370
c
/Users/wpf/Documents/workspace/text-filter/test/linux-4.3.3/arch/powerpc/kernel/ptrace.c int ptrace_get_reg(struct task_struct *task, int regno, unsigned long *data) { get_user_msr(task); get_user_dscr(task, data); } static int gpr32_set(struct task_struct *target, { get_user(reg, u++)) get_user(reg, u++)) get_user(reg...
[ "wpengfeinudt@google.com" ]
wpengfeinudt@google.com
e23880bcd321d71b7c42d3f6e4a55b42d90aac2b
71169afec5b0913123b02b1cb36554322f5838d1
/lcm_mavlink_ros/include/mavlink/mavlink_types.h
77f6ebf892dd3ea97040ab2550218453a2574b79
[]
no_license
zhao0079/mavlink-ros-pkg
e4eb440b12a6d4bb9e612b562b000213e53e79d9
0a3ddd291e8c4abb8baf88c80ebf491859e50dca
refs/heads/master
2021-01-21T00:47:39.453388
2011-03-08T06:00:46
2011-03-08T06:00:46
1,726,249
1
0
null
null
null
null
UTF-8
C
false
false
7,706
h
#ifndef MAVLINK_TYPES_H_ #define MAVLINK_TYPES_H_ #include "inttypes.h" enum MAV_CLASS { MAV_CLASS_GENERIC = 0, ///< Generic autopilot, full support for everything MAV_CLASS_PIXHAWK = 1, ///< PIXHAWK autopilot, http://pixhawk.ethz.ch MAV_CLASS_SLUGS = 2, ///< SLUGS autopilot, http:/...
[ "mail@qgroundcontrol.org" ]
mail@qgroundcontrol.org
9c2ae92cd562bea43ef51e6ba5aa8afde76be0b0
61721c9bb93e1d44c32d7deec4b1b023afc483ef
/Target/Demo/ARMCM4_STM32L4_Nucleo_L476RG_TrueStudio/Prog/main.c
c88954310d7d9f3d4e95a38387135264f9200301
[]
no_license
jpShjp/openblt
27ddb9f305f8e8b5a9a7231b30ff23f7438d902e
729dcb753b25fcd79e2976406f544957c5fe7b62
refs/heads/master
2023-06-03T15:41:48.824559
2021-06-15T09:47:32
2021-06-15T09:47:32
null
0
0
null
null
null
null
UTF-8
C
false
false
11,247
c
/************************************************************************************//** * \file Demo/ARMCM4_STM32L4_Nucleo_L476RG_TrueStudio/Prog/main.c * \brief Demo program application source file. * \ingroup Prog_ARMCM4_STM32L4_Nucleo_L476RG_TrueStudio * \internal *------------------------...
[ "voorburg@feaser.com" ]
voorburg@feaser.com
2ef1f54a6ac1cdf819a3853e90aea71b828e46f4
0c5d3b088080577388f5766431487534f93a2c40
/Github-Projects-Origin/linux-master/net/rds/ib_stats.c.bak.c
2ed7e26aa281f2f9eba2a540661b4149802c75be
[]
no_license
zhiyuanjia/WoBench
878255ce45e76ef57f88743c7f43acdfa59e93e7
6b337780cbd598de98fc0eabd19efaf1a01b6012
refs/heads/master
2021-09-23T03:12:08.091319
2018-06-14T10:17:59
2018-06-14T10:17:59
null
0
0
null
null
null
null
UTF-8
C
false
false
3,243
c
#include <assert.h> #include <string.h> #define INCLUDEMAIN /* * Copyright (c) 2006 Oracle. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the fil...
[ "wangcong15@mails.tsinghua.edu.cn" ]
wangcong15@mails.tsinghua.edu.cn
729ac57223d395101918022a7f03938ac8803792
3b8b0d281e7c813a7a6fe1f8648a8b180a121ed4
/ST_STM32H735G_DK_nanoCLR/AzureRTOS/ST/STM32H735G_DK/nanoCLR/WireProtocol/WireProtocol_HAL_Interface.c
fc33128cd8c52c3f9f0ef9140256dcc9c92915db
[]
no_license
TerryFogg/nfNativeVisualStudio
6a0959753c2a5ee2dbf437100933ebe16eaac77d
5bc80d815b4b872543713761243075c75a91d610
refs/heads/master
2023-07-19T21:20:51.768783
2023-07-18T08:04:32
2023-07-18T08:04:36
280,650,688
0
0
null
null
null
null
UTF-8
C
false
false
765
c
// // Copyright (c) .NET Foundation and Contributors // See LICENSE file in the project root for full license information. // #include <WireProtocol.h> #include <nanoHAL_v2.h> #include <wp_Communications.h> WP_Message inboundMessage; void WP_ReceiveBytes(uint8_t **ptr, uint32_t *size) { if (*size != 0) // Require...
[ "Terry.Fogg@outlook.com" ]
Terry.Fogg@outlook.com
251c15c6591e273ee3021cfaccaf83b56039579a
53967463e2b1c6306a579ade603819041fd5d5be
/insertionsort.h
d6386082222fdec263d37dbc977cc99ba5f27701
[]
no_license
Roagen7/smeici
1e957478296c231ebc7f19531ed9bc33d73908dc
ebfd4aebb8f1a379055d4da797cd67f3c015563b
refs/heads/master
2022-08-18T21:19:18.565217
2022-07-31T14:30:44
2022-07-31T14:30:44
185,249,924
0
0
null
null
null
null
UTF-8
C
false
false
254
h
#pragma once void insertionsort(int* a, int n){ for(int i = 1; i < n; i++){ int j = i - 1; int kv = a[i]; while(j >= 0 && a[j] > kv){ a[j+1] = a[j]; j--; } a[j+1] = kv; } }
[ "noreply@github.com" ]
Roagen7.noreply@github.com
85e67784ceb79c89efe8c6f46a72c43107921c81
59cb3bad31ee1be82d3fd68f514a623566e111bf
/pjsip/components/pjmedia/src/pjmedia/audiodev.c
d3eb8df47c15318d4d8c73bcb4c841dc1c96318f
[ "Apache-2.0" ]
permissive
hejingsheng/pjsip-for-esp32
75c4fc08bd5073ad9ab18485d26cb116691dcc22
d2f5054a95955cdbce1da4ec111f78b9c6722b07
refs/heads/main
2023-03-15T02:04:17.793435
2021-01-06T03:03:59
2021-01-06T03:04:45
null
0
0
null
null
null
null
UTF-8
C
false
false
11,397
c
/* $Id$ */ /* * Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com) * Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; eit...
[ "kerwin.peng@juphoon.com" ]
kerwin.peng@juphoon.com
abc8488ce1f025f77e86e524b3d3cc29d78dc22b
afe3b9f82c5b57e83e903d08d9ec7b4d3bd80c97
/Mercury5/proj/sc/application/wap/inc/wmlconv_tqh.h
8d1a41b6fe5f21a900570a5b836f7306fd053e15
[]
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
UTF-8
C
false
false
969
h
#ifndef __WMLCONV_TQH_H__ #define __WMLCONV_TQH_H__ #include <ncc_types.h> #ifdef WIDE_CHARS typedef unsigned short wchar; #else typedef uint8_t wchar; #endif struct ROKXML_binding { struct ROKXML_binding *next; wchar *name; wchar *value; uint8_t flag ; ui...
[ "695732416@qq.com" ]
695732416@qq.com
fc81441c5e9dac4be067b77a6e123edc1b33d8ed
0e74c5316187766c833742ff45beac1afe80f803
/9-1/2/2.c
643e6887413b62f2e90e3ed64084808a21847370
[]
no_license
r4pidstart/hyu-isd
950d3195590ee34244e7cf476abc94c0d462a2ec
281da38dfa68f9ee27ff216b11ce5f6d7d16e7a5
refs/heads/main
2023-06-03T09:44:40.915065
2021-06-22T02:58:10
2021-06-22T02:58:10
345,556,758
2
0
null
null
null
null
UTF-8
C
false
false
349
c
#include<stdio.h> int gMul=1; int add_total(int n) { int tmp=0; for(int i=1; i<=n; i++) tmp+=i; return tmp; } void mul_total(int n) { for(int i=1; i<=n; i++) gMul*=i; } int main(void) { int n; scanf("%d", &n); printf("addTotal(): %d\n", add_total(n)); mul_total(n); ...
[ "r4pidstart@gmail.com" ]
r4pidstart@gmail.com
d11f923727939905cf5d02d6570b4491b67ff990
51afb9a4094ea87a921cb4b12ddd4932dab4077f
/src/Mayaqua/TcpIp.h
37df507fa65fb66cf99dc8614cca650f44f26132
[]
no_license
NovaVPN/SoftEtherVPN
d4cd3d93602e29c6ea7270a95443197748136554
cf396a0cac67b7dda9a84fac57af9235b9d72b81
refs/heads/master
2022-11-22T11:01:32.585439
2020-07-10T07:06:29
2020-07-10T07:06:29
276,003,359
10
0
null
null
null
null
UTF-8
C
false
false
34,355
h
// SoftEther VPN Source Code - Developer Edition Master Branch // Mayaqua Kernel // // SoftEther VPN Server, Client and Bridge are free software under GPLv2. // // Copyright (c) Daiyuu Nobori. // Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. // Copyright (c) SoftEther Corporation. // //...
[ "artem.tsskiy@gmail.com" ]
artem.tsskiy@gmail.com
5c7a97c06916f3694c9bd36b4c163f26da8e38dc
6f2f379cda6116ee8150a00c4e5a3881a0fa4577
/Lab14/t5.c
4baf8158f0d965ad6a46efde5371c0cad97d1587
[]
no_license
athropods/CS233
c80ac6fb593da0895107a1146b088fc36d5c70d8
8a1dc0aadfca076300f126b131edb57cc6bc271e
refs/heads/master
2020-07-30T02:50:18.966115
2018-01-23T03:12:30
2018-01-23T03:12:30
null
0
0
null
null
null
null
UTF-8
C
false
false
352
c
#include "declarations.h" void t5(float *restrict A, float *restrict B, float *restrict C, float *restrict D, float *restrict E) { for (int nl = 0; nl < ntimes; nl ++) { for (int i = 1; i < LEN5; i ++) A[i] = D[i - 1] + (float) sqrt(C[i]); for (int i = 1; i < LEN5; i ++) D[i] = B[i] + (float) sqrt(...
[ "k98kumar@hotmail.com" ]
k98kumar@hotmail.com
e52fbd473772a083785cd0c13df2e965ff9600a9
ec1ddc212ffb2cae1a9b21f40704e9bd729dd36d
/lwip/src/core/ipv6/icmp6.c
171683e46774f1a07b057ae7794404d6cf257ea4
[]
no_license
ChenDudo/MM32_MB039
41844fcbd9b00ed100942065bcf1f980ca894ed8
240d153aaf21f3c0bf25d10e45a0f5fb5a7b87a1
refs/heads/main
2023-08-03T01:48:17.556671
2021-09-17T08:29:20
2021-09-17T08:29:20
407,106,686
0
0
null
null
null
null
UTF-8
C
false
false
16,217
c
/** * @file * * IPv6 version of ICMP, as per RFC 4443. */ /* * Copyright (c) 2010 Inico Technologies 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. Redistributions of sour...
[ "1421027452@qq.com" ]
1421027452@qq.com
66fe1c8be563aad78d18f7b698e8801ffe46738c
5c8bce622380875e2ad0ede6fb9c032195edf4f5
/cwg/src/act.item.c
73b58064b644b8452811b0cb1c6b7e5ad2801386
[ "BSD-2-Clause" ]
permissive
bigmac12/Mac-s-CWG
2253f613a67cf8b793c417dc32d9778bd5faf487
facfcbc8c0c8c18a638f0dddfb77f790ac0d2ab7
refs/heads/master
2016-09-11T06:59:11.535952
2011-10-13T20:43:18
2011-10-13T20:43:18
2,572,240
1
0
null
null
null
null
UTF-8
C
false
false
61,445
c
/* ************************************************************************ * File: act.item.c Part of CircleMUD * * Usage: object handling routines -- get/drop and container handling * * * * All rights re...
[ "dmcfarlandjr@gmail.com" ]
dmcfarlandjr@gmail.com
45a9ae52a26b7453589ef54470ee1ef094fd1cb6
1c50a7bac833646762e0d310523b001ec5c17864
/rural_bank_setup.ysc.c
b47504d00fd6511361497ff4bcb462731f467e2e
[]
no_license
Reliency/GTAV-1.46-Scripts
da99f3d1c2a556fcfbf074efa208addb54113ce8
52601a67775032670b29321a6a289dcef016f8b3
refs/heads/master
2021-10-14T09:15:33.617138
2019-02-03T18:48:12
2019-02-03T18:48:12
null
0
0
null
null
null
null
UTF-8
C
false
false
2,296,005
c
#region Local Var var uLocal_0 = 0; var uLocal_1 = 0; int iLocal_2 = 0; int iLocal_3 = 0; int iLocal_4 = 0; int iLocal_5 = 0; int iLocal_6 = 0; int iLocal_7 = 0; int iLocal_8 = 0; int iLocal_9 = 0; int iLocal_10 = 0; int iLocal_11 = 0; var uLocal_12 = 0; var uLocal_13 = 0; float fLocal_14 = 0f; var uLoc...
[ "pizzafinom123@gmail.com" ]
pizzafinom123@gmail.com
1242798cd26acaf78eb0d6e5c6a077c9a61546ba
12f79c57867fa31a1cdf857c4339cdaf9fd86904
/_cpu/Atmel AT91SAM7X-EK/at91lib_20100901_softpack_1_5_svn_v8476/at91lib/boards/at91sam9xe-ek/at91sam9xe512/AT91SAM9XE512.h
5dbdf62908b40e3d5cb7b7571d0dc0765c2ede1e
[]
no_license
josemotta/Netduino
f9f029e30960a600587958a819cf1cf96081893f
3fe41ba0a1ff7da57c72f020615682f7d6edfaf1
refs/heads/master
2021-06-02T16:42:27.631413
2016-08-03T20:41:30
2016-08-03T20:41:30
12,617,679
0
0
null
null
null
null
UTF-8
C
false
false
304,731
h
// ---------------------------------------------------------------------------- // ATMEL Microcontroller Software Support - ROUSSET - // ---------------------------------------------------------------------------- // Copyright (c) 2006, Atmel Corporation // // All rights reserved. // // Redistribution ...
[ "josemotta@trend.net.br" ]
josemotta@trend.net.br
df25ac4a58423090a4c52d9fca1813b89ae63cea
f661300893025ea3fbd76e6affeb336e9f7234d9
/src/records/transfers.c
b1b1b91fda59e2af014ed3da8b606264008ba53f
[ "MIT", "CC-BY-3.0", "CC-BY-4.0" ]
permissive
4rterius/cgtfs
dd39f34069cbcf8295d7b8ba59f9a3bf5d643d7b
fb47716fcb6f23db27ade3b3d136a118eb621102
refs/heads/master
2022-02-20T02:12:52.064204
2019-08-22T21:28:46
2019-08-22T21:28:46
157,017,267
5
1
null
null
null
null
UTF-8
C
false
false
1,746
c
#include "records/transfers.h" transfer_type_t parse_transfer_type(const char *value) { if (strcmp(value, "0") == 0 || strcmp(value, "") == 0) return TT_RECOMMENDED; else if (strcmp(value, "1") == 0) return TT_TIMED; else if (strcmp(value, "2") == 0) return TT_TIME_REQUIRED; els...
[ "finalso23@gmail.com" ]
finalso23@gmail.com
abc64aa2d950517c8545d091bc490388fa7eb9f9
805533b7dc22151162bd64941e417cdc22ff1c78
/1929 Concatenation of Array.c
c6b867bba79c5547d1fdfe80e2c0c43b8df7ed70
[]
no_license
akib-islam-coder/leetcodesolutions
1fd5a5b9d26a147a4d078c596010e21e051b79bc
d31335b91f5bafd9819b42d4413265563424b7ad
refs/heads/master
2023-07-08T14:21:09.107684
2021-08-17T13:31:36
2021-08-17T13:31:36
368,580,074
0
0
null
null
null
null
UTF-8
C
false
false
386
c
/** * Note: The returned array must be malloced, assume caller calls free(). */ int* getConcatenation(int* nums, int numsSize, int* returnSize) { int * ret_arr = (int *)malloc(sizeof(int) * (2*numsSize)); memcpy(&ret_arr[0], nums, sizeof(int) * numsSize); memcpy(&ret_arr[numsSize], nums, sizeof(int) * ...
[ "akibislam2021@gmail.com" ]
akibislam2021@gmail.com
149b08c02d1ba9b0c5b7d920a31c6d1563795b6e
0a74a70cab14e789e8945d083ce480a776bee7d8
/release_1/firmware/source/LTAscetic/ltag_ascetic.h
9d092e7794eb8c1aab69334374a60b6bc94baf39
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
PingvinOpenTag/LTAscetic
eb08cdf086ec3433fbaca20f8bfc419f9eb6ae23
fb08e5c0940d2f9591f7e7cb73a83252006b9c95
refs/heads/master
2021-06-04T06:18:47.180235
2018-05-29T04:36:11
2018-05-29T04:36:11
2,992,716
10
4
null
null
null
null
WINDOWS-1251
C
false
false
6,118
h
#include <avr/io.h> // Определяет имена для портов ввода-ывода #include <util/delay.h> // Дает возможность формирования задержки #include <avr/interrupt.h> // Будем использовать прерывания #include <avr/pgmspace.h> //Будем хранить константы в памяти программ #include "definition_of_ports_atmega16.h" #...
[ "elektron_pochta@mail.ru" ]
elektron_pochta@mail.ru
ac9c66776ee4436ab30e5178963374b4bf18a45d
dcf26a6bcf853a3f8f6f50f9379998ef4d8aad40
/third_party/ltp/testcases/kernel/device-drivers/rtc/rtc01.c
e9fe2ba42796d0826a290b6187785becf8898036
[]
no_license
small-seven/testmem
c5f3202dce1c369e9d84cdaaccc2008b827c16d8
2771460c617439bd1be562ffdc94543ea170a736
refs/heads/main
2023-03-12T22:16:28.824577
2021-03-03T04:24:59
2021-03-03T04:24:59
343,847,762
1
0
null
null
null
null
UTF-8
C
false
false
204
c
#include <sys/ioctl.h> #include <stdio.h> #include <stdlib.h> #include <fcntl.h> #include <unistd.h> #include <linux/rtc.h> #include <errno.h> #include <time.h> #include "test.h" #include "safe_macros.h"
[ "huihuigong@users.noreply.github.com" ]
huihuigong@users.noreply.github.com
c3296eda92c622ce84eeaaeedaf11e5d49adba45
a97db5434fd786d9680969308086fd4e356dffae
/bubble_sort.c
775e2145277620276f00f7a6d458618092504063
[]
no_license
radadiyamohit84695/c_programming
82f601cae10ca20e7b81dd9f4127ca342a4af457
c3f24a0a724cc840b24c1aaed4509da214716f3f
refs/heads/master
2020-08-12T09:49:54.328086
2019-10-13T01:43:41
2019-10-13T01:43:41
214,743,463
0
0
null
2019-10-13T01:41:14
2019-10-13T01:41:13
null
UTF-8
C
false
false
465
c
#include<stdio.h> void main() { int i,j,n,a[5],temp; printf("enter the number of array........"); scanf("%d",&n); for(i=0;i<n;i++) { scanf("%d",&a[i]); } for(i=0;i<n;i++) { for(j=1;j<n;j++) { if(a[j]<a[j-1]) { temp=a[j]; ...
[ "radadiyamohit909@gmail.com" ]
radadiyamohit909@gmail.com
2e4a799b71a4d3c02acc56e24eca0f1c401548e3
c1d135f81c22633088b1fb9f2dc3826dc9049820
/src/my_utils/my_putchar.c
f8b0be3e76c220d4fabbbdcfaff352f1dbaf9504
[]
no_license
chetrit/ncurses-tetris
7ddac1315fafd57291ed62ac965801a204651dfd
cbfb0a2e76a9eec0ec9da330660165326c3cdcbe
refs/heads/master
2022-12-13T06:13:03.023832
2020-09-15T14:43:53
2020-09-15T14:43:53
295,644,771
4
0
null
null
null
null
UTF-8
C
false
false
159
c
/* ** EPITECH PROJECT, 2019 ** my_putchar ** File description: ** prints a character */ #include <unistd.h> void my_putchar(char c) { write(1, &c, 1); }
[ "alexandre.chetrit@epitech.eu" ]
alexandre.chetrit@epitech.eu
2f57615f0a5674f7e2b11c0e8399db76ce1451bc
98e798ff1af9fd6c1f060f0097cf8d9b32b90de1
/week_one/test1-code/test1.c
e03aa6aa0fc753fb1a44f4b3f3c9adc888abbbb2
[]
no_license
wesenu/Programming-Supercomputers
27d3b6eadff8ff0e8ac88918adeb775aa0b8f665
89ae77ecf92b801cea42378147f2ca4c9ea102ee
refs/heads/master
2023-03-19T13:29:23.577315
2015-06-28T14:09:31
2015-06-28T14:09:31
null
0
0
null
null
null
null
UTF-8
C
false
false
1,223
c
#include <stdio.h> // CAPTAIN SLOG // vim: set expandtab tabstop=4 shiftwidth=4 autoindent smartindent: // File : test1.c // System : Charles Stuart University - Supercomputing Masters // Date : June 24 2015 // Author : Mark Addinall // Synopsis : Charles Stuart University have offered ...
[ "addinall@addinall.net" ]
addinall@addinall.net
6389b0c2bc62825ddcc2b6172631021162ac356c
4b3290bb6d9c1311638f381064c8fe9c5fb75a97
/client/c/florian_guillaume/battleship.c
89e237dc6503926fd54c84ad8e45e21f1bec4816
[]
no_license
Telecom-Robotics/Battleship
43d006540608cd261b891b225b256b8eeba626af
40bd1edff530dffc23c6f1ef464a55325e5dfb63
refs/heads/master
2020-04-23T19:24:38.559036
2010-11-04T20:38:35
2010-11-04T20:38:35
957,108
1
0
null
null
null
null
UTF-8
C
false
false
2,781
c
#include <stdlib.h> #include <stdio.h> #include "connection.h" void show_usage(FILE *fd, char *name) { fprintf(fd, "%s serveur_name port\n", name); } struct ship { int X,Y; char orientation; }; int main (int argc, char *argv[]) { struct connection *my_connection; char test_buf[10]; int port,taille,i; ...
[ "bolbenes@yseult.enst.fr" ]
bolbenes@yseult.enst.fr
08ce6433f710c1325269c9eeb769ab44a3510b5e
feda0c02bcdb1b27e38ed60c289f4abb12d38282
/examples_cilk/water_heater/Piha/Watertanks/Generated/Watertank3.h
bc3675189e3ea381a6c1b71f0bfbd295cad71a65
[]
no_license
sidns5/DATE2016_codegen
6c7ea963b4712a6848aa3db24d9ee102b140a2bf
f2d77d0280ce1496f526b04327f6307a59ef79b2
refs/heads/master
2020-04-09T05:52:06.753157
2015-11-27T00:57:39
2015-11-27T00:57:39
40,632,137
0
2
null
null
null
null
UTF-8
C
false
false
498
h
#ifndef WATERTANK3_H_ #define WATERTANK3_H_ #include <stdint.h> #include <stdlib.h> #include <stdio.h> #include "../../Generic/step.h" #include "../States.h" #include <cilk/cilk.h> // Watertank3 Data Struct typedef struct { // State enum watertankStates state; // Outputs char on; char off; // Internal Variab...
[ "avinash.malik@auckland.ac.nz" ]
avinash.malik@auckland.ac.nz
a1b247b66b85f19c7958e1f4de493b0ed276e61c
040cb410d5da9fd029f51fc1136a65225c3fffd1
/_cython-etc/C.c
e438cfc901cf9292ba306b3decad48c81f8f3d64
[ "MIT" ]
permissive
otron/python-intro-course-cern
f52c6db164f5c96d02c26b9503d86c370cca2f37
b689e54ebe88bcf84af1b87e5742e371292a918e
refs/heads/master
2021-01-10T06:01:17.589694
2015-10-15T16:01:21
2015-10-15T16:01:21
44,114,483
3
1
null
null
null
null
UTF-8
C
false
false
76
c
int fib(int n) { if (n < 2) return 1; return fib(n-1) + fib(n-2); }
[ "oddweb42+gith@gmail.com" ]
oddweb42+gith@gmail.com
01fec2c2f1cb9c5e274ebb2e1cd67403f995ff04
0c29823aa1621f1f1fdccf5595505387ba3b68b3
/test/test_compiler/literaltest.c
412dcc6865adefe5eafd8d102c56ce556296ef92
[ "MIT" ]
permissive
ubuntu-repo/yasl
1d3f1145e16b22a99dca0ced38b8674e9ffcf01d
1a40818b19e0e4bb40c688816cc812213465038e
refs/heads/master
2020-05-09T10:16:56.005041
2019-03-17T02:21:20
2019-03-17T02:21:20
null
0
0
null
null
null
null
UTF-8
C
false
false
5,300
c
#include "literaltest.h" #include "yats.h" SETUP_YATS(); static void test_elimination() { unsigned char expected[] = { 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, ICONST_1, GSTORE_1, 0x00, HALT }; ASSERT_GEN_BC_EQ(expected, "x := 1; x; undef; true; 'YAS...
[ "thiabaud.engelbrecht@gmail.com" ]
thiabaud.engelbrecht@gmail.com
ac547aa3ff4bafe533d230b4e4d649c06c387bd8
0fe9b8e95ecc156cc60de91ed2e532028771b696
/src/ft_islower.c
c1209265fac3175f57380d70d01ad67a5f93c3b8
[]
no_license
vyudushk/ft_printf
883cfdacba87b19b0324242e7015e1df5ce512c2
0fabcff15dff5503c19210f41a3da53e7f0d8b82
refs/heads/master
2021-05-23T05:31:38.095078
2018-01-03T04:05:45
2018-01-03T04:05:45
95,054,359
0
0
null
null
null
null
UTF-8
C
false
false
980
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_islower.c :+: :+: :+: ...
[ "Vlad.Yudushkin@gmail.com" ]
Vlad.Yudushkin@gmail.com
d36c244e72dc151d6fa0433bd7a0f4be2217799b
0c5d3b088080577388f5766431487534f93a2c40
/Github-Projects-Origin/linux-master/arch/sh/kernel/cpu/sh4a/clock-sh7763.c.bak.c
75b49f3cb74b49d3754ff6be970699daef564224
[]
no_license
zhiyuanjia/WoBench
878255ce45e76ef57f88743c7f43acdfa59e93e7
6b337780cbd598de98fc0eabd19efaf1a01b6012
refs/heads/master
2021-09-23T03:12:08.091319
2018-06-14T10:17:59
2018-06-14T10:17:59
null
0
0
null
null
null
null
UTF-8
C
false
false
2,782
c
#include <assert.h> #include <string.h> #define INCLUDEMAIN /* * arch/sh/kernel/cpu/sh4a/clock-sh7763.c * * SH7763 support for the clock framework * * Copyright (C) 2005 Paul Mundt * Copyright (C) 2007 Yoshihiro Shimoda * * This file is subject to the terms and conditions of the GNU General Public * Licens...
[ "wangcong15@mails.tsinghua.edu.cn" ]
wangcong15@mails.tsinghua.edu.cn
868afb06ac3488aceac4f4aa70703fe44d927e16
54d63e8eac5503b2b1706129470cdb44babe5f00
/modPh2.c
bedca10c1321b7667592b292c3dc4527810d80c8
[]
no_license
pouyansh/OSlinux
70f731f6af7fa458682c0c235b3b7b9717381d71
2ddb8540174f939ae3b1afdbf8536f0252a1924c
refs/heads/master
2020-03-18T00:01:34.463155
2018-09-08T15:22:02
2018-09-08T15:22:02
134,074,146
0
0
null
null
null
null
UTF-8
C
false
false
3,716
c
#include <linux/module.h> #include <linux/kernel.h> #include<linux/init.h> #include <linux/sched.h> #include <linux/string.h> #include <linux/errno.h> #include <linux/ioport.h> #include <linux/slab.h> #include <linux/interrupt.h> #include <linux/pci.h> #include <linux/delay.h> #include <linux/init.h> #include <linux/et...
[ "pouyan.shirzadian@yahoo.com" ]
pouyan.shirzadian@yahoo.com
72206f756c78b743eb6de1c05947ac1d1ddccc5d
a33aac97878b2cb15677be26e308cbc46e2862d2
/program_data/PKU_raw/53/735.c
33e6782ab9e742a272cf9cc2dda59888b5cca481
[]
no_license
GabeOchieng/ggnn.tensorflow
f5d7d0bca52258336fc12c9de6ae38223f28f786
7c62c0e8427bea6c8bec2cebf157b6f1ea70a213
refs/heads/master
2022-05-30T11:17:42.278048
2020-05-02T11:33:31
2020-05-02T11:33:31
null
0
0
null
null
null
null
UTF-8
C
false
false
369
c
void main() { int i,n,j=0,m=1,k; int a[100],b[100]; int *p1,*p2; p2=b;p1=a; scanf("%d",&n); for(i=0;i<n;i++) scanf("%d",&a[i]); *p2=*p1; for(i=1;i<n;i++) { j=0; for(k=0;k<i;k++) { if(*(p1+i)!=*(p1+k))j++; } if(j==i) { *(p2+m)=*(p1+i);m++; } } for(i=0;i<m-1;i++) pr...
[ "bdqnghi@gmail.com" ]
bdqnghi@gmail.com
d2a33bd21b4a4698b70923cca90231d7afa7bab9
1eb1cc32d86967405204ba787d5e4bf42377e636
/src/ahsm_state.c
226f914fa2cf60d08ae74da0315a2d1e546b7b04
[]
no_license
chenshuyi/ahsm
b0e5cf53e5957e272296c79c1ee94b6549d91d08
04cd6ca2ab5f38de70f207259bb21beb19fd4a7e
refs/heads/master
2021-01-19T21:03:18.801575
2015-04-25T17:02:27
2015-04-25T17:02:27
34,576,311
0
0
null
null
null
null
UTF-8
C
false
false
1,308
c
/* * ===================================================================================== * * Filename: ahsm_state.c * * Description: Andy Hierarchy State Machine * * Version: 1.0 * Created: 04/21/2015 04:46:15 AM * Revision: none * Compiler: gcc * * Author:...
[ "andysychen@gmail.com" ]
andysychen@gmail.com
f83db1588d18b41af8dd722be02cecb91abf4a32
7faa6044c51b1a70c3a19908e72fb6f8c25ef5a7
/world/d/suburb/xkx/shaolin/taijie.c
43471d2caaed543b7600d3315cf32644cde7e3ba
[]
no_license
losep/xyj45
b55ca0f087bde4082b5ebe05945f36df86afcb9c
3a699e543eec0f3c3965986ca98d7ba3b603c0cd
refs/heads/master
2020-07-04T14:14:49.565808
2016-11-18T19:31:57
2016-11-18T19:31:57
74,157,577
1
1
null
2016-11-18T18:52:37
2016-11-18T18:52:37
null
GB18030
C
false
false
740
c
// Room: /d/shaolin/taijie.c // Date: YZC 96/01/19 inherit ROOM; void create() { set("short", "台阶"); set("long", @LONG 穿过山门殿,面前三道平行的青石台阶通向前方的一个高 台。台阶上精工镂刻着麒麟,玄龟,松鹤等瑞兽,形态逼真动 人。高台正中方着个二人高的青铜大香炉,前面摆着个香台, 几位香客正在虔诚谟拜。再往前就是天王殿。 LONG ); set("exits", ([ "east" : __DIR__"beilin1", "south" : __...
[ "liming.xie@gmail.com" ]
liming.xie@gmail.com
cc7c12cfec69b1e81197f34698e1189e53b98c2f
32f541dd6dcb2121f21b13071678a799eb293f10
/libraries/fc/vendor/editline/examples/cli.c
9cd900b8c44febb3f70122f261bd5940683ab780
[ "MIT", "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0", "Spencer-94" ]
permissive
Whitecoin-XWC/Whitecoin-core
b62de0b712ab8557ecd16dc1d0e4389c439eb3db
8f15e0764fe60ff8d77228a2aca6bdff723439bd
refs/heads/develop
2022-12-10T18:12:23.027195
2022-11-23T03:53:04
2022-11-23T03:53:04
397,646,406
0
3
MIT
2022-11-28T01:20:26
2021-08-18T15:17:39
C++
UTF-8
C
false
false
3,396
c
/* Custom CLI command completion. * * Copyright (c) 1992, 1993 Simmule Turner and Rich Salz. All rights reserved. * * This software is not subject to any license of the American Telephone * and Telegraph Company or of the Regents of the University of California. * * Permission is granted to anyone to use this s...
[ "WhitecoinFounder@gmail.com" ]
WhitecoinFounder@gmail.com
1a8f461c98f68a3b9cd855e142a46d7d3072f107
1bda99cc579a4a6acf82a44199211af03975ec80
/Firmware/grove_led_matrix_mbed/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F1/stm32f1xx_hal_dma_ex.h
9674e876736ce980aea5a6628a006b40b89b3f4a
[ "MIT" ]
permissive
Seeed-Studio/Grove_LED_Matrix_Driver
275f5294d126772a6df8b45827d171879753e7c0
9fb5d10836cd79e95a05c5024b9c7271688e2ec7
refs/heads/master
2021-01-01T05:13:46.177487
2020-02-04T12:20:03
2020-05-12T09:29:37
57,029,009
4
3
null
null
null
null
UTF-8
C
false
false
11,835
h
/** ****************************************************************************** @file stm32f1xx_hal_dma_ex.h @author MCD Application Team @version V1.0.0 @date 15-December-2014 @brief Header file of DMA HAL Extension module. ***********************************************************...
[ "zuobaozhu@gmail.com" ]
zuobaozhu@gmail.com
fd01f55fa4fe88c64f8f1300509f0db643d88b52
4355c0b5c06025c2e4f23c654b13b3fb97a2ae01
/SRC/course_s2/02_ucos/repo/ucos_v1_41/micrium_source/uC-HTTP/Client/Cfg/Template/http-c_cfg.c
b851c43127db90e2677fa381c1484e49d6d38b4b
[ "BSD-2-Clause" ]
permissive
MindMeng/AX7021
0c8a97bd7b4e338a55469dea159b98ea4585f055
d7efb07def15982521b8b188b46cfd156906d80d
refs/heads/master
2022-06-27T23:43:15.692589
2020-05-11T07:03:15
2020-05-11T07:03:15
null
0
0
null
null
null
null
UTF-8
C
false
false
7,641
c
/* ********************************************************************************************************* * uC/HTTP * Hypertext Transfer Protocol * * (c) Copyright 2004-2015; Micrium, Inc.; Weston, FL * * ...
[ "avic@alinx.com.cn" ]
avic@alinx.com.cn
fdb8728b94a807b763fc5536d2f3bdd351e95c08
2ae77648adb7dd603e02417c2a17c9114cb99e9c
/59.c
fab43e73afe3f478605e64f4e35f1c16a6a8bcaa
[]
no_license
JANANICHANDRASEKAR/ilakkiya
142aac5aec0701d6fb73f88aa2474e23786feee1
1c50f83dc488b6a2df8328de6a230f4489404eea
refs/heads/master
2021-04-26T15:37:51.385053
2018-03-19T10:53:05
2018-03-19T10:53:05
121,234,087
0
0
null
null
null
null
UTF-8
C
false
false
169
c
#include<stdio.h> void main() { int i,max,a[10]; for(i=0;i<10;i++) { scanf("%d",&a[i]); } max=a[0]; for(i=0;i<10;i++) { if(max<a[i]) { max=a[i]; } printf("%d",max); } }
[ "noreply@github.com" ]
JANANICHANDRASEKAR.noreply@github.com
13c391f3fc7ff8dfad5f458e00c21aef500c318b
ec6f0dc6b60290c71c9fc7b634a5d7a5370b8f9d
/AlgC/Guioes/guiao1/ProgA.c
782fc14cbacf04e78919b9d10f3ed8bebac1d394
[]
no_license
Nunomatos7/leci_2ano
66b09f40878ab5090d62a2f65f34f7be6e7eb3de
185ac6961fc827b698f709b6b2225ed3378abf57
refs/heads/main
2023-06-21T18:18:35.988583
2021-07-21T12:38:18
2021-07-21T12:38:18
null
0
0
null
null
null
null
UTF-8
C
false
false
658
c
#include <stdio.h> void printArray(const char *s, int a[], int sizeA); void cumSum(int a[], int b[], int size); int main(void) { int a[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; printArray("a", a, sizeof(a)/sizeof(a[0])); int b[12]; cumSum(a, b, sizeof(a)/sizeof(a[0])); printArray(...
[ "andreclerigo@outlook.com" ]
andreclerigo@outlook.com
0a968de9569be49a1079ec05a920b70a6ae28a7e
fdd2b15a093348b7ec047498afce4ffdee8fc45d
/dwm/config.h
bc59a4ead44bd02b10b9cace40617a4dc99a6f69
[]
no_license
mattwind/default
de5ca2f5132af04c3a34d11092238b8cf9865dec
6b3d23e57f71aa1d60bb7d7cc535e7229a4c6685
refs/heads/master
2020-06-10T08:44:19.624128
2017-09-20T15:34:11
2017-09-20T15:34:11
75,978,738
0
0
null
null
null
null
UTF-8
C
false
false
6,897
h
/* See LICENSE file for copyright and license details. */ /* appearance */ static const char font[] = "-*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*"; static const char normbordercolor[] = "#000000"; static const char normbgcolor[] = "#222222"; static const char normfgcolor[] = "#bbbbbb"; static const c...
[ "mattwind@gmail.com" ]
mattwind@gmail.com
ecbf924060dcdb5279bf272cceba3a88dd6e626e
186862833dc9a43efb4c33c857e1a0f3e415fecc
/c_source/Input/AI_Input_contents.h
07f6f6ba8a4536a57d9aea277dbff8ed5a9474d7
[]
no_license
davidwowa/KI_UML
a8c2699492c92b8209ab00f45fcb03d152b29764
85ca0c1295dbada56113259cfdb76ba6179c5825
refs/heads/master
2021-01-01T04:46:15.010339
2016-05-22T22:37:17
2016-05-22T22:37:17
58,392,123
0
0
null
null
null
null
UTF-8
C
false
false
98
h
#ifndef AI_INPUT_CONTENTS_H_ #define AI_INPUT_CONTENTS_H_ #include "state_data_manager.h" #endif
[ "wd.zakrevskyy@icloud.com" ]
wd.zakrevskyy@icloud.com
61a01b477fedf0d41c811758395a1aeb380e3398
3333f2b1cb9ae14f4148191e9aa871cfb045d7bb
/software/old/cobalt_ant/src/cmdline/cmdline_help.c
98d4e901a8c7cc6f9737a73e99b4ab878d84e547
[ "MIT" ]
permissive
Squantor/squantorDevelBoards
e6e1f65e64877832b56dfeea366a2fc70fedd131
e23d96e27c653a76da973f3f2fdf43afb05956c8
refs/heads/master
2023-08-10T23:56:19.930695
2023-08-01T16:34:48
2023-08-01T16:34:48
55,592,253
2
0
null
null
null
null
UTF-8
C
false
false
1,563
c
/* The MIT License (MIT) Copyright (c) 2018 Bart Bilos Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, pu...
[ "anton.bilos@gmail.com" ]
anton.bilos@gmail.com
ff0ceb2718e265c131866ccf30513744ffa1a3d1
3a499eca347a6c818a9d358872b5fae728cee5d5
/ios/Pods/Headers/Public/RNReanimated/REACondNode.h
826cf259d6e0d4daede2021fec9f5e29c41a203d
[]
no_license
shashankgogi/bindurekha
d0a4c1f5a22ac340f11eb272efafa247a489059f
384acf87907f656a3b68e6aebbdb0c7cabd83fae
refs/heads/main
2023-08-20T04:07:04.034035
2021-10-13T09:42:00
2021-10-13T09:42:00
416,649,188
0
0
null
null
null
null
UTF-8
C
false
false
1,067
h
XSym 0075 816081a44211491f10fb992a525718b0 ../../../../../node_modules/react-native-reanimated/ios/Nodes/REACondNode.h ...
[ "gogishashank123@gmail.com" ]
gogishashank123@gmail.com
935f0a5f7ca1f0ec615f5cd7ed65180db495d011
de5e362db780429ac6304c11345f060e3149f498
/kungfu/skill/never-defeated/exert/shield.c
4061a3ff87852401e21b98f83edb95b5566fab93
[ "MIT" ]
permissive
caokang/mud
8058c0de0ac791fa8662224f82318e4e8b0b62bd
99025000097bbe4bc5028e216c8d0eb05ef9ac67
refs/heads/master
2023-06-17T18:37:14.304099
2021-07-15T12:51:40
2021-07-15T12:51:40
null
0
0
null
null
null
null
UTF-8
C
false
false
1,242
c
// shield.c 护体神功 // #include <ansi.h> inherit F_CLEAN_UP; void remove_effect(object me, int amount); int exert(object me, object target) { int skill; if (target != me) return notify_fail("你只能用不败神功来提升自己的防御力。\n"); if ((int)me->query("neili") < 100) return notify_fail("你的内力不够。\n"); if ((int)me->query_skill(...
[ "i@oiuv.cn" ]
i@oiuv.cn
3fa6fb744f7cf8b2ed38274f9a247958b01c7f0c
f7c4c1368e209045465bd20dccc03a042920659e
/第四章 选择结构程序设计/第四章习题/5.输出平方根/5.输出平方根/out.c
c4e46e801335395f3181fb082b9cfe9c6d073477
[]
no_license
Justicewa/Practice
2f97ab7fe786111bdd0316ef4050793ae4bf2fda
e7fd0a7aa7944eb4532b59937fc5c41cb2e4d15f
refs/heads/master
2020-05-01T13:08:16.627619
2019-06-21T14:58:38
2019-06-21T14:58:38
177,482,732
0
0
null
null
null
null
GB18030
C
false
false
326
c
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <math.h> #include <stdlib.h> int main(){ int i = 0, j = 0; printf("请输入一个小于1000的整数"); scanf("%d", &i); if (i <= 1000){ j = sqrt(i); printf("%d", j); } else{ printf("请输入一个小于1000的数\n"); } system("pause"); return 0; }
[ "1092828478@qq.com" ]
1092828478@qq.com
7f8648f863ecfbc113941aa15e3eb98510187a82
81650e6e2599ad98a5d11dfbd4a03d29bd85baf2
/src/flags_d_negative.c
ebc0d825b4144c23c91332559da71500a1327ff0
[]
no_license
ibotnaru/ft_printf-42
78c44be53a86abdecb91ade6c5ed30b47bc079f9
3394657c2f7eb7d68244637e9f78cd4f21ccf787
refs/heads/master
2020-07-21T13:39:22.330360
2019-09-06T22:50:44
2019-09-06T22:50:44
206,883,787
0
0
null
null
null
null
UTF-8
C
false
false
2,965
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* flags_d_negative.c :+: :+: :+: ...
[ "ibotnaru@e1z2r7p29.42.us.org" ]
ibotnaru@e1z2r7p29.42.us.org
4c55df4e95a982b80e66249e2a4601e90abde4eb
61a6c4398a6896824b3d9b046053cc18c9e00fcb
/srcs/read_and_validation.c
549e3b87a135fa3bed713c603f8d64b0ef664852
[]
no_license
Andrey-Korchmarek/Fillit
4c56925e314856d44a6d51efffa92d3e8bd3bcca
8407aa00fcd76b84ac18f6129850d43b56be13de
refs/heads/master
2020-08-30T05:13:22.581953
2019-12-09T10:14:56
2019-12-09T10:14:56
218,273,113
0
1
null
2019-12-01T13:33:44
2019-10-29T11:39:56
C
UTF-8
C
false
false
1,332
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* read_and_validation.c :+: :+: :+: ...
[ "andrey.korchmarek@yandex.ru" ]
andrey.korchmarek@yandex.ru
2e9f9cba28b1a113f4d2c1a890f6cf60c8b92f60
84a2ceb361198a117e296773d7f8b8c08020a056
/dos pracs/lab4.c
e04bec0a1b9b19439e4db1be4c082c80bca73102
[]
no_license
rajdosi/SemVI
6169c8b093b056f0c8f46e043a3e52f88b7fecca
938685a7d9aa332382388d707b37b21b85e3d79d
refs/heads/master
2021-01-10T05:38:22.514850
2015-12-11T08:48:23
2015-12-11T08:48:23
47,815,302
0
0
null
null
null
null
UTF-8
C
false
false
1,946
c
#include<stdio.h> #include <pwd.h> #include <grp.h> #include<sys/types.h> #include<sys/stat.h> #include<unistd.h> int main(int argc, char *argv[]) { if(argc!=2) { printf("Not Enough Arguments"); return 0; } struct stat s; int prot,temp[5],i=0; char perm[6]; if(stat(...
[ "rajdosi10@gmail.com" ]
rajdosi10@gmail.com
97ee16b961e26daf35842532265e74763f3a607e
0083133461ff0115a8fcb49f95de52435afbd14a
/external/mit/libX11/dist/src/xlibi18n/XimTrans.h
3123879d57a29675e0a27328bdadecb99f958749
[ "LicenseRef-scancode-mit-old-style", "LicenseRef-scancode-sgi-glx-1.0", "LicenseRef-scancode-unknown-license-reference", "SGI-B-1.1" ]
permissive
noud/mouse-bsd-5.2-x
e572edc90a5e2d4fbd5a7e20058e9123f6b76944
68e4a3e533eefa4113eac14f75db4812751c557f
refs/heads/master
2023-02-27T11:57:09.333231
2020-05-08T00:51:59
2020-05-08T00:52:22
334,542,484
1
0
null
null
null
null
UTF-8
C
false
false
3,192
h
/* $Xorg: XimTrans.h,v 1.3 2000/08/17 19:45:05 cpqbld Exp $ */ /****************************************************************** Copyright 1992 by Sun Microsystems, Inc. Copyright 1992, 1993, 1994 by FUJITSU LIMITED Permission to use, copy, modify, distribute, and sell this software and its do...
[ "mouse@Rodents-Montreal.ORG" ]
mouse@Rodents-Montreal.ORG
cfe314b8d037ee3dbe1e067b131b5843ea7feb48
e7ef20510f4441d8ceb3ceaa462fe6a9c17f23b9
/lab4/kern/syscall.c
8952d246240cb2341237933deab8e1b10c33841c
[ "BSD-4-Clause-UC" ]
permissive
oslessonteamYT/oslab
9e4418a8d82bccf07ac3b990ebad44100495b758
061914b4011291fe9ae633225e481ffd0316a4e2
refs/heads/master
2020-08-15T10:38:09.852511
2020-01-07T12:26:33
2020-01-07T12:26:33
215,326,778
0
0
null
null
null
null
UTF-8
C
false
false
13,457
c
/* See COPYRIGHT for copyright information. */ #include <inc/x86.h> #include <inc/error.h> #include <inc/string.h> #include <inc/assert.h> #include <kern/env.h> #include <kern/pmap.h> #include <kern/trap.h> #include <kern/syscall.h> #include <kern/console.h> #include <kern/sched.h> // Print a string to the system co...
[ "noreply@github.com" ]
oslessonteamYT.noreply@github.com
ef7aaea1029538714a36f6724f27fedacb8db692
dd6774b8712eadc3d0bdd276e973f797e77a2237
/C/IJC/project_2/htab_init.c
ae4fe22e0afb3104346a14be29aa4b05a93c2114
[]
no_license
cubolu/School-Projects
4ead0b097284e73ac75bf68c53ea2732dff89a45
aac360b490fd132ab722963241cdc5998b1daeb8
refs/heads/master
2022-04-04T03:34:25.759531
2020-02-11T19:44:59
2020-02-11T19:44:59
39,309,992
0
0
null
null
null
null
UTF-8
C
false
false
1,263
c
/******************************************************************************/ /*libhtable modul */ /*Riesenie: IJC-DU2, priklad 2) */ /*Prelozene: gcc 4.8.2 (ubuntu 14.04) ...
[ "Jakub.Lukac@vutbr.cz" ]
Jakub.Lukac@vutbr.cz
7ad5d62db64c4df4fc6db4fcab7433e7dabe1fd1
94e8344ee420ae4d2eb1643e95973845f341a3d2
/spidermonkey_1.6_mutants/mutant100182_jsprf.c
481f1f694ee63a95050bd305ccfc9fda6e6b94b1
[]
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
32,144
c
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the Lic...
[ "agroce@gmail.com" ]
agroce@gmail.com
a27c222c690d3e049b34cca2936d18678c3e8652
b90a96f487dfc62377dab3d93f3044cf63d05b65
/ZRXSDK/2014/arxport/dbdimassoc.h
f9ecd5e1d0892b3197430de3bb68bce5943d9836
[ "MIT" ]
permissive
yaochq/ZRXSDKMod
bde5bd5248c3d303565a704c47a096792b55f048
2d2de60ab45db535439e6608fb4764835fd72ff7
refs/heads/master
2021-01-22T08:28:29.168802
2014-05-04T01:01:35
2014-05-04T01:01:35
null
0
0
null
null
null
null
UTF-8
C
false
false
3,584
h
#ifndef __DBDIMASSOC_H__ #define __DBDIMASSOC_H__ #include "..\inc\zdbdimassoc.h" #ifndef ACRX_DECLARE_MEMBERS #define ACRX_DECLARE_MEMBERS ZCRX_DECLARE_MEMBERS #endif //#ifndef ACRX_DECLARE_MEMBERS #ifndef ACHAR #define ACHAR ZTCHAR #endif //#ifndef ACHAR #ifndef AcDb #define AcDb ZcDb #endif /...
[ "kevinzhwl@gmail.com" ]
kevinzhwl@gmail.com
2d16459162b3b2b9bc32c40fe9b6340a16d30006
53948d4172c1c5bc5cdb18230f2abe3d5cd8bbe7
/nautonomous_ws4/devel/include/ublox_msgs/NavDOP.h
3c7a6ed347c83f30d4e740fb6d4dd002a5f238c4
[]
no_license
waternetold/_Nautonomous_JetsonTX1_DEPRECATED
41468e9c8aecfd1d4606b5bfbec6ef09c34a442a
dfb2eedc27ced824c26bec7f6104b777e6c04fbf
refs/heads/master
2021-06-15T08:20:00.443516
2017-04-20T13:20:00
2017-04-20T13:20:00
null
0
0
null
null
null
null
UTF-8
C
false
false
86
h
/home/ubuntu/ROS/nautonomous_ws4/devel/.private/ublox_msgs/include/ublox_msgs/NavDOP.h
[ "rob.van.putten@waternet.nl" ]
rob.van.putten@waternet.nl
92c57c5b282df4d4b1df49e740972589011d4ec0
9749f4c96ac0e92a8124834061038505d415f585
/d 19-25Sep/session 2/pascal's traingle.c
a7d213311e6fdac65c6980bfab7fabe6098e78ac
[]
no_license
ankit16-19/Programming-in-c-assignment
5c48fead40c46e66973ab0e20812d2e1695732e8
5f268890c8d6ce4cb3e003920045c1ed3439b738
refs/heads/master
2020-08-01T19:13:31.381461
2016-11-12T18:37:50
2016-11-12T18:37:50
73,570,829
0
0
null
null
null
null
UTF-8
C
false
false
597
c
//pascal's triangle #include<stdio.h> main() { printf("Enter a integer to print pascal's triangle:\n"); int num; scanf("%d",&num); int q=num-1,i; for(i=0;i<num;i++) { int h; for(h= 0;h<=(num-i-2); h++) printf(" "); int j; for(j=0;j<=i;j++) ...
[ "noreply@github.com" ]
ankit16-19.noreply@github.com
ff4093544fd3b556ea366a5a98cf5b659163247c
fae45a23a885b72cd27c0ad1b918ad754b5de9fd
/benchmarks/shenango/parsec/pkgs/libs/gsl/src/fft/test_complex_source.c
a4c0d27f51eb5e0c727ff2cb7c3a5166d9192e3e
[ "GPL-2.0-only", "GPL-1.0-or-later", "MIT", "Apache-2.0", "LicenseRef-scancode-free-unknown" ]
permissive
bitslab/CompilerInterrupts
6678700651c7c83fd06451c94188716e37e258f0
053a105eaf176b85b4c0d5e796ac1d6ee02ad41b
refs/heads/main
2023-06-24T18:09:43.148845
2021-07-26T17:32:28
2021-07-26T17:32:28
342,868,949
3
3
MIT
2021-07-19T15:38:30
2021-02-27T13:57:16
C
UTF-8
C
false
false
15,233
c
/* fft/test_complex.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Brian Gough * * 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)...
[ "nilanjana.basu87@gmail.com" ]
nilanjana.basu87@gmail.com
ac4ddc47cb754b89f1146a438346709dc3740401
e0b0bd9fea900fd41f91ada147190e73b754e2fd
/Course_1/Lab10/cp1_lab8.c
09cdec33023124b43efca5e469514b439188f359
[]
no_license
Stepankano/Labs
c88c28b0b01398546d3977366cbb11154b07e3c3
7fa00a313f7775e612024fa83f3890f02e61b4a9
refs/heads/master
2021-06-29T04:18:49.363437
2021-02-26T08:32:12
2021-02-26T08:32:12
222,071,344
3
4
null
null
null
null
UTF-8
C
false
false
235
c
#include<stdio.h> int Factorial( int a ){ return ( a == 0 )? 0 : ( a == 1)? 1 : ( a * Factorial ( a - 1 )); } int main(){ int number; while( scanf ("%d", &number) != EOF){ printf("%d\n", Factorial( number )); } return 0; }
[ "Star.starodubtsev13@gmail.com" ]
Star.starodubtsev13@gmail.com
8f148800bfb5f221c596f3100ade1c64b1f5bf1b
588f641766d2690fd91d7252d70bac91d57c68b9
/branches/MultiArchPrep/LUFA/Drivers/Peripheral/ADC.h
6b4d6090bd20be6e2c2f97c81bb27fe1a87e5057
[]
no_license
softants/lufa-lib
b7fdfdfecaceb292531779760b0742be4476d5b3
df636d646e5a3ab8bf7b325696c1b02ce78e5727
refs/heads/master
2021-01-15T23:27:57.750658
2011-02-02T15:31:45
2011-02-02T15:31:45
null
0
0
null
null
null
null
UTF-8
C
false
false
2,293
h
/* LUFA Library Copyright (C) Dean Camera, 2010. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* Copyright 2010 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purp...
[ "Dean@d5102386-fcda-11dd-9fdb-3debd5008f28" ]
Dean@d5102386-fcda-11dd-9fdb-3debd5008f28
bc14a09c8dab13352856c873fea6a2005039b8ce
fe503311d885690896e0c67d61702fc87e98ff1f
/libft/ft_lstnew.c
10c64d53ff46e25965cbbb8b9fc669a42dee2f52
[]
no_license
lmnyamen/Push_swap
585b7dfd791bbfd961a14cc14e23881b78482579
f35f6866f9dc06ed1379299eaec9057b4309ede3
refs/heads/master
2020-08-11T16:52:26.996168
2019-11-04T16:13:51
2019-11-04T16:13:51
214,597,803
0
0
null
null
null
null
UTF-8
C
false
false
1,321
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstnew.c :+: :+: :+: ...
[ "noreply@github.com" ]
lmnyamen.noreply@github.com
8e8cbbbde983e40afdee5711308c2a397b1ab430
264cc34d1d5322c9c955f351e5ed710836f6a1a5
/cmake_targets/basic_simulator/ue/CMakeFiles/RRC_Rel14/RRM-Config.c
18098f639c4129ee2431e36c7b8b6e5a7b5d5090
[ "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
7,651
c
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "EUTRA-InterNodeDefinitions" * found in "/home/user/openairinterface5g/openair2/RRC/LTE/MESSAGES/asn1c/ASN1_files/lte-rrc-14.7.0.asn1" * `asn1c -pdu=all -fcompound-names -gen-PER -no-gen-OER -no-gen-example -D /home/user/openairinterfac...
[ "yuchia.tseng@irt-systemx.fr" ]
yuchia.tseng@irt-systemx.fr
72e1d5a40467d374c4f88f02f28a0e92b7beb6e7
d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9
/testcases/CWE121_Stack_Based_Buffer_Overflow/s05/CWE121_Stack_Based_Buffer_Overflow__CWE805_wchar_t_alloca_snprintf_13.c
b842e4f3c846c5aca28459cf8d169fc8387692da
[]
no_license
arichardson/juliet-test-suite-c
cb71a729716c6aa8f4b987752272b66b1916fdaa
e2e8cf80cd7d52f824e9a938bbb3aa658d23d6c9
refs/heads/master
2022-12-10T12:05:51.179384
2022-11-17T15:41:30
2022-12-01T15:25:16
179,281,349
34
34
null
2022-12-01T15:25:18
2019-04-03T12:03:21
null
UTF-8
C
false
false
4,543
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE121_Stack_Based_Buffer_Overflow__CWE805_wchar_t_alloca_snprintf_13.c Label Definition File: CWE121_Stack_Based_Buffer_Overflow__CWE805.string.label.xml Template File: sources-sink-13.tmpl.c */ /* * @description * CWE: 121 Stack Based Buffer Overflow * BadSourc...
[ "Alexander.Richardson@cl.cam.ac.uk" ]
Alexander.Richardson@cl.cam.ac.uk
893683ec5c3b2602ef5e4307abd566ad06400f4d
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/3e8c7b9c-c640-4751-9a38-f83fb78718a2.c
7fd408f61b97c90533df4b3156525b05afbffd99
[]
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
581
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=14; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = i-j; l = i-j; l = i%j; l = k-j*k; //variables //random /* START VULNERABILITY */ int a; int b[49]; int c[86]; a = 0; while ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
623ec6bf4614de30a42636bf3d4b0a4e6085ef68
19844a794bba5e267f794e4d61652f0c49823be6
/drivers/kdriver/chip/h13/demod/demod_reg_h13.h
5da9250fd7be037139aa9baf76df07df16bfe763
[]
no_license
trigrass2/lg115x-kdriver-webos
863233287fa334719b10dedc8a0620d9cc21cda0
980ee812d8e88a5cfba5b0a0500e406a9fdb1170
refs/heads/master
2022-04-09T04:13:34.338796
2020-01-05T18:34:39
2020-01-05T18:34:39
null
0
0
null
null
null
null
UTF-8
C
false
false
530,778
h
/* SIC LABORATORY, LG ELECTRONICS INC., SEOUL, KOREA Copyright(c) 2013 by LG Electronics Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. This program is distributed in the hope...
[ "root@fl-a-w-1.node.fl.moenet.net" ]
root@fl-a-w-1.node.fl.moenet.net
3904563e4d7f07d5abbcc75dcbd9b8fc57189c6c
a080b13d759fad4bdd61a913ef6dc70b159e7f5e
/get_next_line.h
fec107b935912ba4aaf7b3333a55952593e51e9a
[]
no_license
xueming-wang/gnl
dbfd2330923c75ea24982eb48962e2c39c5f29be
a812fc9606ad8d9100bf5e1c29b0ae70aeb7e182
refs/heads/master
2023-05-07T02:20:17.638456
2021-06-11T13:02:47
2021-06-11T13:02:47
351,901,638
0
0
null
null
null
null
UTF-8
C
false
false
1,120
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* get_next_line.h :+: :+: :+: ...
[ "wxueming0614@hotmail.com" ]
wxueming0614@hotmail.com
988a92ff19d4c860517f73b6ab2a5de2e09df2be
b2b370d90b95769dbfe8ddb839bfa1ea41591226
/semestr-5/ASD 1/PPR/programy-z-cwiczen/2019-wiosna/dzienne/C11/2_ID02P06/C11_ID02P06_02.c
a72c429b115bbb31d6d32e12bfad1a501be2a041
[]
no_license
mfusmkmf/WIT-Zajecia
c9a12cbd641e4f42a41d5d35cb433009a6b6db54
cdcc90810eff4f8396d7f4d5d098222baa9d47e3
refs/heads/master
2023-08-14T14:47:51.201021
2021-10-09T07:51:10
2021-10-09T07:51:10
null
0
0
null
null
null
null
UTF-8
C
false
false
763
c
///213.135.45.65:7080 #include <stdio.h> #include <stdlib.h> ///********************************************************* struct MyStruct{ int x; int y; }; struct MyS1{ int x; int y; }typedef MyS; typedef struct MyS2{ int x; int y; }; typedef struct { int x; int y; }My...
[ "igor.nowicki.business@gmail.com" ]
igor.nowicki.business@gmail.com
de3060a42187bfed374888173ffb6d03473ce4d6
443240c1e4981843d409d88844fa321db9af9341
/3set29.c
86a684e91c3cd766910eb34db60b3591c032d187
[]
no_license
Ramyavsb27/Ramyasuresh
d527200c5109dfca7d6d22b3d267adc759704528
d85c4143da1e736bdbb6ce25438b55565c196410
refs/heads/master
2021-01-23T05:29:24.873502
2018-03-20T11:25:44
2018-03-20T11:25:44
102,470,195
0
0
null
null
null
null
UTF-8
C
false
false
115
c
#include<stdio.h> #include<stdlib.h> void main() { int min; int hr; min=130; while(min>60) { hr++; min=min-60; } }
[ "noreply@github.com" ]
Ramyavsb27.noreply@github.com
14768686391831d23c1f1f2c22f037d35c2dd28a
1e5f6020ef8c06f52d6412bb761790c43b0c3601
/SearchForARange.c
d570174775c860222459b75d745c713e3971d975
[]
no_license
subhamsahoo/interviewbit-DataStructure-and-Algorithms-
0fb5f50860407d8fd5f12ffaf4240eb8a0a93ae6
af9d04a381bf80e0c7eaa867821d6368ac079950
refs/heads/master
2021-08-28T01:04:46.474918
2017-12-11T00:57:02
2017-12-11T00:57:02
111,454,101
0
0
null
null
null
null
UTF-8
C
false
false
1,058
c
/** * @input A : Read only ( DON'T MODIFY ) Integer array * @input n1 : Integer array's ( A ) length * @input B : Integer * * @Output Integer array. You need to malloc memory, and fill the length in len1 */ int search(const int* a,int length,int target,int side) { int start=0,end=length-1,mid,result=-1; ...
[ "subhamsahoo382@gmail.com" ]
subhamsahoo382@gmail.com
7dd51fd3664565d44bba1935c37f3a7a529194b8
5a9b340d0e7563c06991f9e2f539be59b14acd85
/ntpForEsp8266/main/wifi_state_mode.c
6bc2ffe7d36770262630a5f263df1a197caae31a
[]
no_license
xuguangmin/xiaomi_router_developer
2ad34460eb1eea9b0c853d920421acb82efb3b1e
1eca5aed659f7a9dc2190ba068e0ffc8da00c7c9
refs/heads/master
2020-02-26T14:41:39.244357
2018-08-24T05:59:56
2018-08-24T05:59:56
63,870,739
3
1
null
null
null
null
UTF-8
C
false
false
2,616
c
#include "user_def.h" #include "driver/gpio.h" #define STATION_MODE_WIFI_SSID "Xiaomi001" #define STATION_MODE_WIFI_PASSWORD "xuguangmin10" //void ntp_begin(void *pvParameters); LOCAL xTaskHandle ntp_client_task_handle = 0; LOCAL xTaskHandle ntp_server_task_handle = 0; LOCAL xTaskHandle pwm_led_task_handle = 0;...
[ "345253580@qq.com" ]
345253580@qq.com
978de810816e2c16740db8336380d33dfb02eca0
c20b4689d45a7302fd93b1bd32cf1a4d04073313
/lib/net/ipv4.h
04622bc6932bb9240720313a5c3483a2b9216f5d
[ "MIT" ]
permissive
dalalsunil1986/fudge
faf90ad1ec8d5a1ba5bc71602db574e79128aa73
6d063d847b54fb8c6189ffa7c046cfac65114ada
refs/heads/master
2023-06-02T03:19:45.449964
2021-06-16T22:15:57
2021-06-16T22:39:18
null
0
0
null
null
null
null
UTF-8
C
false
false
1,029
h
#define IPV4_ADDRSIZE 4 #define IPV4_PROTOCOL_ICMP 0x01 #define IPV4_PROTOCOL_TCP 0x06 #define IPV4_PROTOCOL_UDP 0x11 struct ipv4_header { unsigned char version; unsigned char dscp; unsigned char length[2]; unsigned char identification[2]; ...
[ "jens.nyberg@gmail.com" ]
jens.nyberg@gmail.com
b87a799b4b7b799a6bc7f097a7aeaf8ca5c3e990
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/5160d57e-a872-4030-8baf-4241980ffaea.c
dad7da22d9d6f53df9197a2731f95ce84f21c18d
[]
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
563
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=12; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = i/j; l = l%j; k = l-k*i; //variables //random /* START VULNERABILITY */ int a; int b[67]; int c[91]; a = 0; do { //ran...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
cd77debc1f07c15923f7daf2cb758ee5c1060def
40ca46accf37c92e504bfe1d3c14fd18d3bbf0e2
/Pods/Headers/Build/PodioKit/PKTContactsAPI.h
daf8178a5b61bc6d061fbc45e131b323d0aac9e6
[]
no_license
lre/ClimbingTime
aefb567d4cb0e8e79ef7aff5dd869b937ae0c65b
3fe5937390e8d76cce53cec711239411d0b755bd
refs/heads/master
2020-05-20T08:31:34.570790
2014-09-28T11:14:17
2014-09-28T11:14:17
null
0
0
null
null
null
null
UTF-8
C
false
false
54
h
../../../PodioKit/PodioKit/Common/API/PKTContactsAPI.h
[ "lre@2bm.com" ]
lre@2bm.com
f7444a7e5b8335be6f6ad297799be2262076140b
50344238942bd47d9f14eb30b6111cfd5d882947
/manager.h
685d4cf7711ee04c394a14fab257e20131b97c3b
[]
no_license
lcy061/mini-project-repository
2a402fc84bc2904d7a4eb39f7eff5ef4a4abe52e
9a9d4c7d0b2d5b9ec43d242c129f1f61c7bb6d49
refs/heads/master
2023-04-04T07:32:00.582078
2021-04-18T17:39:04
2021-04-18T17:39:04
359,156,213
0
0
null
null
null
null
UTF-8
C
false
false
224
h
#include "product.h" void createMultiProduct(Product *p1, int count); void readMultiProduct(Product *p1, int select); void updateMultiProduct(Product *p1, int select); void deleteMultiProduct(Product *p1, int select);
[ "lcy061@naver.com" ]
lcy061@naver.com
0305206e91b1d7ae07ce57b757b7c4ef3745dfa9
04105b60a412b609d8999d19cc13e4d08378f26a
/source/elliptic_integral.h
4925d234bcd3bfa77b2465deab442ac71640b763
[]
no_license
przemekmroz/finite_source
90f0ef36947be346d9da134dc318e5e3eeda114c
a499eceae509361fc2f9aaaaf6717ae1d5aaa37b
refs/heads/main
2023-02-17T23:40:37.142240
2021-01-11T20:27:22
2021-01-11T20:27:22
224,956,529
0
0
null
null
null
null
UTF-8
C
false
false
2,949
h
double elliptic_ea ( double a ); void elliptic_ea_values ( int *n_data, double *x, double *fx ); double elliptic_ek ( double k ); void elliptic_ek_values ( int *n_data, double *x, double *fx ); double elliptic_em ( double m ); void elliptic_em_values ( int *n_data, double *x, double *fx ); double elliptic_fa ( double a...
[ "przemekmroz@github.com" ]
przemekmroz@github.com
8382156aa0c5c2b868af6f7620b9a1f9a9090419
400c323f058f38ce71e4d2751282c2ea6ebf62a4
/example/generated-src/cwrapper/dh__map_int32_t_string.h
695b2e78faf6f64975d978681ae13d434f9b660b
[ "Apache-2.0" ]
permissive
ubook-editora/finn
d2c5c64a604b1cd62b14b6cc3d1e7080b233c161
9a2b0e442c94e7311f85d2892dd33b1e3579bb1f
refs/heads/master
2023-02-17T04:34:39.420345
2020-12-28T22:54:09
2020-12-28T22:54:09
317,634,654
0
0
Apache-2.0
2020-12-28T22:54:11
2020-12-01T18:39:25
null
UTF-8
C
false
false
978
h
// AUTOGENERATED FILE - DO NOT MODIFY! // This file generated by Djinni from example.djinni #pragma once // python_cdef_ignore #include <stdbool.h> // python_cdef_ignore #include <stdint.h> // python_cdef_ignore void map_int32_t_string___delete(struct DjinniObjectHandle *); void optional_map_int32_t_string___delete...
[ "hien.nguyenle.it@gmail.com" ]
hien.nguyenle.it@gmail.com
90ed393060604adabafa112323903f64c141993a
25d75e3a4399c55509f1bf6ae8e03fefd79a4014
/rtsp/3-3/main.c
65a5ab5bc5fb9f76f802a248246ad35ffd6d138b
[]
no_license
rinetd/hisi_rtsp
115a4764a222e563c047d258907c3fae755a30c6
664b4709d0473812705f34a166059bd4e8a7dbda
refs/heads/master
2021-01-26T11:13:24.206422
2016-12-23T01:24:32
2016-12-23T01:24:32
243,418,429
1
1
null
null
null
null
UTF-8
C
false
false
8,960
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <fcntl.h> #include <limits.h> #include <sys/types.h> #include <sys/stat.h> #include <arpa/inet.h> #include <sys/select.h> #include <sys/time.h> #include <time.h> #include <unistd.h> #include <signal.h> #include <sys/ioctl.h> #include <n...
[ "lizhu@zhytek.com" ]
lizhu@zhytek.com
4926d8213859b9cb9605ae738ec12c44842f05d4
6336a45b6eac0ecea1f5bb0619e26d57ee177b45
/src/instances/prads/host/prads_core/mac.h
24eae17f3638618dcbfc292eed0074d9e89c5e5c
[]
no_license
lightbox-impl/LightBox
34767287309030904d9f8746a5a7868e59cf9eba
eb7c1f1139917731623aa17af643fae2a6beccf4
refs/heads/master
2020-03-17T23:28:39.701075
2019-12-27T06:09:58
2019-12-27T06:09:58
134,047,015
7
3
null
2019-12-27T06:07:58
2018-05-19T09:10:13
C
UTF-8
C
false
false
1,114
h
/* */ #ifndef _HAVE_MAC_H #define _HAVE_MAC_H #define MAXLINE 1024 #define MAC_HASHSIZE 19963 //28001 //19963 //18899 ///* GRR... on 64 bits there is no problem. on 32 bits, not so... #define MAC_HASH(mac) (( (((uint32_t)mac[0]) ^ ((uint32_t)mac[1]) << 24) ^ ( ((uint32_t)mac[2]) << 16) ^ (mac[3]<<8) ^ (mac[4] ^ mac[...
[ "lightbox.impl@gmail.com" ]
lightbox.impl@gmail.com
46be5c26e469e96970ee47bf2d418666651716aa
1e32f9a8a19e77c1feadd9ca9fa25348a4943d91
/src/linux/headers/linux-headers-4.19.0-xlnx-v2019.1-zynqmp-fpga/include/linux/mlx4/device.h
dca6ab4eaa9927168003877f884965520bcdb4f7
[ "MIT", "GPL-2.0-only" ]
permissive
maxpark/ultra96-v2_design_mipicamera
d02a4c8cced4e25fbfae20c557a2dd66bf684a34
cff1d24bc605585e8f0e4e716b409ef9eb2e1bcf
refs/heads/master
2022-07-19T18:15:02.208637
2020-05-19T06:13:01
2020-05-19T06:13:01
265,425,370
1
0
MIT
2020-05-20T02:20:48
2020-05-20T02:20:47
null
UTF-8
C
false
false
43,393
h
/* * Copyright (c) 2006, 2007 Cisco Systems, Inc. All rights reserved. * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of this...
[ "hw_zw@autobrain.cn" ]
hw_zw@autobrain.cn
32a8fcaf758f12ba26cd36d4e02618b08c6054c1
ff1e35561c9d071ea726888e4a06f45a6daaca8f
/ED1/listadupla.c
95a5c8308934a7b428614380216c986dce612706
[]
no_license
marceloek/Linguagens
fcf477f9c5657221ef73f3b5b57d35317d90dd6f
50e59a8e0858cdd0255f184c3e2e9007314f26e2
refs/heads/master
2023-03-10T22:34:50.026910
2022-08-08T04:47:04
2022-08-08T04:47:04
102,544,744
2
1
null
2023-03-02T06:48:49
2017-09-06T00:51:44
C
UTF-8
C
false
false
3,787
c
#include <stdio.h> #include <stdio_ext.h> #include <string.h> #include <stdlib.h> typedef struct produto{ int codigo; char nome[20]; float preco; }produto; typedef struct nodo{ produto info; struct nodo *next; struct nodo *prev; }nodo; typedef struct lista{ int nItens; nodo *first; nodo *last; }lista; void...
[ "noreply@github.com" ]
marceloek.noreply@github.com
208828df9281b3f9b18419ade42a0cb9d4cbd58d
b6b172a7dda1a2cc00ce5e34bd7797c0f6e3030d
/csapp/memory pool/MemoryPool.h
ea4a6d36fb3b52a6923713414b5c03868d73027f
[]
no_license
zhongjinda/exercise
f44c01bdd6e95fb3434cc81cc75fa364bba53aa8
c0a1285972f378e1721681fe2a48a22342fec8aa
refs/heads/master
2020-05-29T11:43:22.891915
2015-05-10T13:35:22
2015-05-10T13:35:22
null
0
0
null
null
null
null
UTF-8
C
false
false
150
h
#ifndef __MEMORY_POOL_H__ #define __MEMORY_POOL_H__ void* mm_malloc(size_t size); void mm_free(void* bp); int mm_init(); void mm_close(); #endif
[ "liyuan989@gmail.com" ]
liyuan989@gmail.com
a8ffa903dc0ff39cc48b6da40d103247f82ae9c7
31241099eeaec673f33320cae2bcbcdba1a7ca16
/__OLD_PROJECTS/ADDER_PROJECTS_STANDARD/2 _ANDY_LOOKAHEAD/EBAZ4205/TEST_PROJ.sdk/test_bsp/ps7_cortexa9_0/include/xparameters.h
ea884983400ff447cb963dddd2c4521c592eb65f
[]
no_license
mfkiwl/AGH-ZYNQ-S8-2021
8958ad4679ba1ca4081a66e197f2f3d21b5ceca1
aef0e5528efb99fe97138756ea2b8e1330462aa2
refs/heads/main
2023-05-29T06:25:24.764556
2021-06-02T20:41:56
2021-06-02T20:41:56
null
0
0
null
null
null
null
UTF-8
C
false
false
9,686
h
#ifndef XPARAMETERS_H /* prevent circular inclusions */ #define XPARAMETERS_H /* by using protection macros */ /* Definition for CPU ID */ #define XPAR_CPU_ID 0U /* Definitions for peripheral PS7_CORTEXA9_0 */ #define XPAR_PS7_CORTEXA9_0_CPU_CLK_FREQ_HZ 666666687 /***********************************************...
[ "pwargacki14@gmail.com" ]
pwargacki14@gmail.com
01ac918136439e8347f9d5d64c7691e92cf368fd
06fee45a8cd9f5391bb89e0dcbd81a374ea3593b
/Libraries/Renderware/Include/rppatch.h
597fe86130598e43a8ece11e526e3c868d6bb66d
[]
no_license
ivanlamega/dragon-ball-online-tw-server
3afde0aae0c8a15370559670e58ec509fa680147
31e432f208d725cb4c71d91d0292b4056819d075
refs/heads/master
2022-03-03T14:57:27.590250
2022-02-16T17:49:51
2022-02-16T17:49:51
208,133,340
33
37
null
2019-10-15T10:33:29
2019-09-12T19:44:55
Perl 6
UTF-8
C
false
false
26,841
h
#ifndef RPPATCH_H #define RPPATCH_H /** * \defgroup rppatch RpPatch * \ingroup bezierpatches * * Bezier patch library * * This library provides efficient evaluation of patches. */ /*===========================================================================* *--- Include files -------------------------------...
[ "marco_rafael_@sapo.pt" ]
marco_rafael_@sapo.pt
576c68530f1b1cec4af0481b41197139292be731
3cc833d93e8fbabfdd98dd6e1c719e54812e5093
/release/src/router/quicksec-6.0-fips/src/lib/sshikev2/ikev2-sa-init-error.c
8781481c2fa11443bc0e429b19067f939a1f04c4
[]
no_license
ghsecuritylab/tenda-ac9
00493b01403b0cd3928dd95cb46341a7683f127f
6506c13947410a00fe54a024b2f33f5f97e474f4
refs/heads/master
2021-03-01T22:06:47.174447
2019-04-16T14:38:16
2019-04-16T14:38:16
245,816,027
0
0
null
2020-03-08T13:06:40
2020-03-08T13:06:39
null
UTF-8
C
false
false
3,402
c
/** @copyright Copyright (c) 2009 - 2014, INSIDE Secure Oy. All rights reserved. */ #include "sshincludes.h" #include "sshikev2-initiator.h" #include "sshikev2-exchange.h" #include "sshikev2-util.h" #include "ikev2-internal.h" #define SSH_DEBUG_MODULE "SshIkev2StateInitError" /* Make sure we have given other ...
[ "846207054@qq.com" ]
846207054@qq.com
f13e042fe35297943bc13e494d58049f087acf90
852993871b5ce079209771835b4bab621f6f9810
/chapter1/src/print2.c
7b8e99a074bc26959e1c8a2b8f1b7b43402d5f44
[]
no_license
sekihan02/Next-to-the-introduction-of-C
d0a23987dad9a27f85758dc92acd5a3fb8eda9b4
16454234af720ad3ce10ca930bf5b80bed6db4df
refs/heads/master
2020-06-10T18:59:20.791870
2019-11-08T11:29:32
2019-11-08T11:29:32
193,713,423
0
0
null
null
null
null
UTF-8
C
false
false
260
c
/* print2 */ /* Split, fileを出力する */ #include <stdio.h> #include "func.h" /* funcfile */ /* 引数 :なし */ /* 戻り値:なし */ void funcfile() { fprintf(stdout, "Split, file.\n"); } int main() { funchello(); funcfile(); return 0; }
[ "sekihan0291@gmail.com" ]
sekihan0291@gmail.com
bb8ea5a9e54ae4237f408e3823896f529b0f731e
9c5f636f5a8eba635d747dc0e6aa9f26213acf34
/projects/demo/astar.h
163f5281796d5cc8dd39336c26521f398fe107d2
[ "LicenseRef-scancode-other-permissive", "MIT" ]
permissive
mgoldenbe/search-framework
2da0a1370f9d6935391b1f2bf387feddf70c59ce
81af82ceb11ccee82c18a70fa31dfd380e4dd931
refs/heads/master
2020-06-12T00:12:25.215595
2018-07-04T12:06:52
2018-07-04T12:06:52
75,616,850
0
1
null
null
null
null
UTF-8
C
false
false
369
h
#ifndef SLB_PROJECTS_DEMO_ASTAR_H #define SLB_PROJECTS_DEMO_ASTAR_H #define SLB_ALGORITHM ext::algorithm::Astar #define SLB_OL_KEY_TYPE ext::policy::openList::DefaultOLKeyType #define SLB_OL_CONTAINER ext::policy::openList::OLMap #define SLB_OL ext::policy::openList::BucketedStdMap #define SLB_OL_PRIORITY ext::policy:...
[ "mgoldenbe@gmail.com" ]
mgoldenbe@gmail.com
75a43b29f887314587e842c4a37878c13e02accf
b798ed7d958f43e9934b2d65cf5e526074719a44
/示例/IOTTS_EXample/HARDWARE/PWM/pwm.c
e2d1865230af6fb482d97adddc79a1dc9d294f0b
[]
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
3,339
c
#include "pwm.h" #include "bsp_led.h" /********************************************************** * 函数名 : PWM_Init * 输入 :arr:自动重装值 * psc:时钟预分频数 * 输出 :none * 功能 :PWM输出初始化 **********************************************************/ void PWM_Init(u16 arr,u16 psc) { GPIO_InitTypeDef GPIO_InitSt...
[ "501855796@qq.com" ]
501855796@qq.com
24c9347e7ee7a758d17317c6780c42bfe380efd3
439a36206a0d68538c412e6b8f4555f1ff5334c2
/srcemu/gpu.c
1c24ada3b8a9b580b0d8168bc43d8e487c1acb44
[]
no_license
wurlyfox/c1c
067a6f8bde85e760b270993ccae044e7e03547fb
d7be18501b99e73052281e57c83cfee5a3f09f56
refs/heads/master
2020-07-11T07:14:00.709880
2015-01-12T00:00:23
2015-01-12T00:00:23
39,429,210
10
2
null
null
null
null
UTF-8
C
false
false
4,991
c
/* Copyright (c) 2010, shalma. * Portions Copyright (c) 2002, Pete Bernert. * * 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) a...
[ "chekwob@yahoo.com" ]
chekwob@yahoo.com
a68e9411a9334c095c448676895d0f35a4bfc14b
72917f0a3b55e5b6d1e9a5cb366ba7937506db45
/src/ft_strsplit.c
8f76fd015347dda367c6e05d26a6e905ad5ba4be
[]
no_license
heghon/libft
c5d9097b299606f54e8133d03cecaf9616bf1ffe
ea65e715a33316aa31ee3cfc2be340bbea5b1e5f
refs/heads/master
2021-09-24T14:40:06.695339
2021-09-10T09:41:35
2021-09-10T09:41:35
165,059,826
1
0
null
null
null
null
UTF-8
C
false
false
2,164
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strsplit.c :+: :+: :+: ...
[ "noreply@github.com" ]
heghon.noreply@github.com