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
e46239af0cfbe2a57f0ca0df655b97282ae0c1f3
44ac44e4f2a4abab487aab8221085bbb2f2726cc
/hashtable.h
218426c7dd6089d6dff444f5c6d6b2058f15aff6
[]
no_license
Aadeshp/mySQL_Data_To_JSON
147b4b23e802c21ccfe57986b50562b42c54b650
d571fa7700a47a5b8122cee33f75aa38a1dd695d
refs/heads/master
2020-06-06T09:17:21.669520
2015-02-04T22:11:53
2015-02-04T22:11:53
30,318,495
0
0
null
null
null
null
UTF-8
C
false
false
549
h
#include <stdio.h> #include <stdlib.h> #include <string.h> typedef struct entry { char *key; char *value; struct entry *next; } entry; typedef struct hashtable { size_t size; entry **table; } hash_table; extern hash_table *init_hashtable(unsigned long size); extern unsigned int ht_hash_key(hash_...
[ "aadeshpatel@Aadeshs-MacBook-Pro.local" ]
aadeshpatel@Aadeshs-MacBook-Pro.local
fb19bdf369d0295f6f0ad693cb05789f106075e0
4dbe601725ab39a7a59ead00d005ccfb03c3fa20
/break_statement.c
8301a37d952a19cf2f0cad85a16d276b10a5d727
[]
no_license
Roshini752/sec_assignment_9-21
5444c14b1d735942ec9ce49e9986617461bea2ec
ba914c592445da9280a1444167c0b260ba63dd1a
refs/heads/master
2023-07-05T07:33:52.634178
2021-08-11T12:32:18
2021-08-11T12:32:18
394,259,262
0
0
null
null
null
null
UTF-8
C
false
false
344
c
#include<stdio.h> int main() { int arr[]={34,56,0,76,89,3,-5,27,30}; int n=sizeof(arr)/sizeof(int); int i=0,sum=0; while(i<n) { if(arr[i] == 0) break; sum =sum + arr[i]; i++; //it will terminate from the loop } print...
[ "roshpeyyala@xyz.com" ]
roshpeyyala@xyz.com
7aef5eab020c6501aedfe048ebf0931106284a39
3a498bc70629d66352d85f43d1c4539adce9b225
/src/blink_led_sw/main.c
5888b4517d85e109f6d47b00a0f204b35a997f1f
[]
no_license
h5b/msp-exp430G2
4182649da314da0462d9c3d58b09dfa71f2eb557
cea7c92dedfb2531b2b6c6af04c496577f56e13a
refs/heads/master
2022-11-16T10:04:26.236835
2014-12-10T11:39:08
2022-10-31T17:16:17
6,476,712
3
1
null
null
null
null
UTF-8
C
false
false
1,354
c
/* * Copyright (c) 2012 Sebastian Trahm * All rights reserved. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS I...
[ "basti@schleifi.com" ]
basti@schleifi.com
dfe03b2b60843af5adaa23c47bf5be8154825e4f
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/media/pci/ttpci/extr_av7110.c_av7110_fe_read_status.c
a4cff12539dca74ad8a09a632cda8e3226fb07e6
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
1,160
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
71e75ba2352bc3b2fd6aaf19c187333e408c6ef0
b99cf02643c1496db80b266e2d3de2809d067953
/hscommonlib/dlist/src/pop_modifiers.c
1c6981d3878cb87febadd33796df8b0cc557d257
[]
no_license
omiroshn/Corewar
74240d1fdd0c6e463abe80ed5b95c5c8f04d5758
ddba24a4a17bed376a63193d0101801facb6fbe0
refs/heads/master
2021-09-23T23:48:09.128289
2018-09-29T16:00:15
2018-09-29T16:00:15
150,880,259
0
0
null
null
null
null
UTF-8
C
false
false
2,379
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* pop_modifiers.c :+: :+: :+: ...
[ "omiroshn@e1r8p2.unit.ua" ]
omiroshn@e1r8p2.unit.ua
692917b52bb002a502ef1be2309e74f87130d45b
b5f8b414e87d8a3c33adae3fd52e8ce77d42bfc7
/lzw.h
0387eee766f85efd96fa66fa7b6e6c8683ffdae7
[ "BSL-1.0" ]
permissive
vaclav2016/LZW-in-pure-C
6b730d65b37bfe3feb2c479fcad123e998661a7d
06439a8373e5ae81d4f110024beff172d390e740
refs/heads/master
2020-11-30T16:16:07.653104
2016-08-30T22:51:48
2016-08-30T22:51:48
66,970,966
0
0
null
null
null
null
UTF-8
C
false
false
1,659
h
/** * This code is licensed under the Boost License, Version 1.0. * * http://www.boost.org/LICENSE_1_0.txt * * Boost Software License - Version 1.0 - August 17th, 2003 * * Permission is hereby granted, free of charge, to any person or organization * obtaining a copy of the software and accompanying documentatio...
[ "vaclav@openmailbox.org" ]
vaclav@openmailbox.org
1d96ae1403786bddc26b29b72cbc4e9416e81850
c0a66c25ffd7f3a0737a71828c1896757aa4b7dc
/pa4Strings.h
45b3b1f89c9435c66c81d7a78b85132ab7a6fe07
[]
no_license
softtrymee/File-Merger
e3f88b2cfc3276557ac962b699e4ec9f5b4a1202
eb9ec1bd8fd9e1e04f48b010f1341e3daf84fa7d
refs/heads/master
2021-04-06T10:54:20.121240
2018-03-08T08:28:16
2018-03-08T08:28:16
124,360,447
0
0
null
null
null
null
UTF-8
C
false
false
1,580
h
/* * File: pa4Strings.h * Description: Header file containing strings that are displayed to the user. * * XXX DO NOT EDIT THIS FILE * */ #ifndef PA4_STRINGS_H /* Header guard */ #define PA4_STRINGS_H /* Usage strings */ #define STR_USAGE_LONG "\n"\ "Usage: %s [-d|-u] [-cirst] [inputfiles]\n"\ "Disca...
[ "hskthe1@gmail.com" ]
hskthe1@gmail.com
f5d1fe51bc650a4d69359cc7724340023b42b715
0ebcb6b2181af96021c541e940f757f001459572
/OpenGL/HelloTriangle/glad.c
c442ca234084c90f187b34ff0acf87710da63e74
[]
no_license
wzonxin/Compute_Graphics
e112223f21afc813d215d7450e4de1eb20271df9
087f2ccf38d7ac72c1c6d26d1fd6f9173725f2f5
refs/heads/master
2020-04-26T08:06:54.003874
2019-06-24T08:17:47
2019-06-24T08:17:47
173,412,995
0
0
null
null
null
null
UTF-8
C
false
false
60,222
c
/* OpenGL loader generated by glad 0.1.29 on Sat Mar 2 06:03:45 2019. Language/Generator: C/C++ Specification: gl APIs: gl=3.3 Profile: core Extensions: Loader: True Local files: False Omit khrplatform: False Reproducible: False Commandline: --profile="co...
[ "blade8.pm@gmail.com" ]
blade8.pm@gmail.com
4955f470fa833f7be3e2ce38f6a0737f59dfe21c
ba4c7c308b9adf42570b8343c4ada6bd96b77300
/src/SystemDynamic.c
f95e9c7a8329910959471d172b3427ff5ce69e95
[]
no_license
luwei17852739174/DPSolver2D
05315f4762ecd0cec17e4db1ab5ca3ee7495f8e9
a65ce4fff77e6f13e836c63c9ef11f8a70fe1f11
refs/heads/master
2023-01-02T09:50:44.513304
2020-10-29T11:37:10
2020-10-29T11:37:10
null
0
0
null
null
null
null
UTF-8
C
false
false
11,091
c
#include "../inc/SystemDynamic.h" #include "../inc/MathFunction.h" /*--- Static Variables ---*/ static const DynParameter *ModelParameter; static EnvFactor *EnvironmentalFactor; static SolverInput *SolverInputPtr; /*--- Global Variables ---*/ #ifdef ADAPTIVEGRID real_T (*AdaptiveSpeedPlane)[NT]; // Adap...
[ "j900213@gmail.com" ]
j900213@gmail.com
a974a5b001fc532eacee3bbe0ba3105dbc115c2a
b1d500a451cd9852089bf3d97e829df069daa9c8
/Images/Data/RadialFieldScan_2/raw/cutsTesting/750MeV_2750MeV_24000ns_600000ns/FieldFit_pValCheck0.C
d03b473a371e01be77c1c907d5a741f0b11b4e3a
[]
no_license
sam-grant/EDM
486ea029bf766c968a3c7b41198ffcf9bc3c9b8a
525e41de5f675c39014488c79144f47562910736
refs/heads/master
2022-10-30T22:35:42.979799
2022-10-19T18:44:54
2022-10-19T18:44:54
296,421,806
0
1
null
null
null
null
UTF-8
C
false
false
5,108
c
void FieldFit_pValCheck0() { //=========Macro generated from canvas: c/c //========= (Mon Apr 26 22:44:06 2021) by ROOT version 6.22/08 TCanvas *c = new TCanvas("c", "c",0,0,800,600); c->SetHighLightColor(2); c->Range(-70,-63.96899,50,42.10975); c->SetFillColor(0); c->SetBorderMode(0); c->SetBorderSi...
[ "samuel.grant94@gmail.com" ]
samuel.grant94@gmail.com
038755b4434ec566b189a7d068facd6241091558
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/darwin-xnu/tests/extr_cpucount.c_set_realtime.c
500bb086f7ca3042d1b56e5f36474bfdd726eb45
[]
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
2,033
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
6740cd55a67b1657d48821e5f22ac6b0a66075c0
26ebce5dcbdd78d5698aa963216e5c8fc446b5b7
/StaticAnalysis/sourceOper.h
d8721e7666309ed281d2e1d1696cfcdac00191bc
[]
no_license
fengzhimin/confResource
1a786c7e37dbdfd8bb515c558774e8b307d17105
2895b80edf72ab99acb17c28f5fca656e67a6f9d
refs/heads/master
2021-09-26T16:15:07.251410
2018-10-31T14:39:25
2018-10-31T14:39:25
101,726,682
2
0
null
null
null
null
UTF-8
C
false
false
5,497
h
/****************************************************** * Author : fengzhimin * Email : 374648064@qq.com * Filename : sourceOper.h * Descripe : parse source code ******************************************************/ #ifndef __SOURCEOPER_H__ #define __SOURCEOPER_H__ #include "dirOper.h" #include...
[ "374648064@qq.com" ]
374648064@qq.com
958b299a082cc2ff6f701e06d6402c1b14d5f115
16c2226d89aa473b9e6d083f5fde72c0d49145c7
/experiment_results/sv-comp/standard_copy4_false-unreach-call_ground/input_program.c
41ea64ae154a3873b2fd94b0d2ac4edd6d404f0a
[]
no_license
VerifierIntegerAssignment/VIAP_ARRAY
cbb071e02f74a1f36e978486ae6beb00f0ee5101
c918aeaf2ce22526181686808b09deea56b8bc35
refs/heads/master
2021-05-10T19:17:23.638199
2019-04-06T01:28:47
2019-04-06T01:28:47
118,147,979
2
3
null
null
null
null
UTF-8
C
false
false
2,155
c
#include <time.h> #include <stdlib.h> #include <stdio.h> char _count_char='\0'; unsigned int _count=0; int _count_int=0; double _count_double=0.0; float _count_float=0.0f; int __VERIFIER_nondet_bool() { int value; _count++; srand(_count+(unsigned int)time(NULL)); srand(rand()); value=rand()%2; if(value<0) value=-value;...
[ "pritom.rajkhowa@gmail.com" ]
pritom.rajkhowa@gmail.com
8c1ef16a29976052b270467eaa37d5e7f4c6490c
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/php-src/ext/spl/extr_spl_iterators.c_spl_recursive_it_move_forward.c
c9118eb7fe7c400ba5503a4bb18429857ea094ed
[]
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
861
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
4c3aa418a7f017cc9956c010a2e78ec1a1711072
59cd59d91d55a5b7a691c5342fc7b4db3d1f2df6
/tests/data/program_analysis/GCC2GrFN/model_examples/simple_controller_bhpm/main.c
8dd8dead750d817154426be5e287cf9f4ac18f6a
[ "Apache-2.0" ]
permissive
ml4ai/automates
8af5ec33d5f321860dfb1164ec00e750ec62d0ad
2494b1c1f2d11b14eb342ef17b37d4dc9ba9b285
refs/heads/master
2023-01-19T01:25:12.034993
2023-01-09T16:45:12
2023-01-09T16:45:12
157,479,887
23
9
NOASSERTION
2023-01-09T16:45:13
2018-11-14T02:42:19
Fortran
UTF-8
C
false
false
958
c
/* * File: main.c * Created Date: Friday April 2nd 2021 * Author: Steven Atkinson (steven.atkinson1@ge.com) * Modified Date: Friday April 22nd 2021 * Author: Piyush Pandita (steven.atkinson1@ge.com) */ #include <stdio.h> #include <stdlib.h> #include <time.h> #include "generator.h" int main() { float err = ...
[ "dpdicken@gmail.com" ]
dpdicken@gmail.com
39570fb075a3307c46b3efaa892f44654ccdb0b6
3c44742874f243cd43d02b4c802d5391d58426ed
/include/NovelRT.Interop/Animation/NrtAnimationTypedefs.h
5e8f4558214ce7e434e5260349d39668d190a776
[ "MIT", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-other-permissive" ]
permissive
ProIcons/NovelRT
736096c29d3e79e9a7e49f33c704d96f7f62b4b6
6b28af26bc0b56a3ac654de96351310a0d97e37e
refs/heads/master
2023-03-12T18:35:16.380738
2021-03-03T00:24:37
2021-03-03T00:24:37
null
0
0
null
null
null
null
UTF-8
C
false
false
752
h
// Copyright © Matt Jones and Contributors. Licensed under the MIT License (MIT). See LICENCE.md in the repository root // for more information. #ifndef NOVELRT_INTEROP_ANIMATION_ANIMATIONTYPEDEFS_H #define NOVELRT_INTEROP_ANIMATION_ANIMATIONTYPEDEFS_H #ifdef __cplusplus extern "C" { #endif typedef struct Sprite...
[ "k.rjohnson94@outlook.com" ]
k.rjohnson94@outlook.com
9f683bbfe472fa16ee32f8b8d1a736b277737d76
935c45ef5041a3350e9f148b1fa185783d648dd6
/PLAT/os/freertos/inc/list.h
450e7f4b805e7c0c99fedf786af7fc1e99490872
[]
no_license
hjgqx996/LierdaEC_NB81-MB26_OpenCPU_DemoCode
06b54b839012cfec8a38f476a737302bd62c7989
1f2054cd383d87aad9bcca0a6590369e40c75aad
refs/heads/master
2022-11-29T17:37:37.458923
2020-07-30T08:01:58
2020-07-30T08:01:58
null
0
0
null
null
null
null
UTF-8
C
false
false
18,164
h
/* * FreeRTOS Kernel V9.0.0a * Copyright (C) 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * 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, includ...
[ "35194918+Sewell-Lin@users.noreply.github.com" ]
35194918+Sewell-Lin@users.noreply.github.com
a17ecb824865af1e29489d39db8bff456e55b02e
58e8207b55acabb1828c46017c1a99630467ba7d
/CN_main/CN/poll_lab_ques/p2.c
9228a7a1bc0d783b373d01dc7ed82839be8e626a
[]
no_license
Prathamtangri1/class_codes_2
ae0f931aec3e4072a23f3dbd39e99ab80d5eef89
a7a9cc03e42f78c6aa92388be33060b117e64dc9
refs/heads/master
2020-05-01T23:22:59.614482
2019-03-25T21:31:03
2019-03-25T21:31:03
177,665,833
0
0
null
null
null
null
UTF-8
C
false
false
337
c
#include <stdio.h> #include <stdlib.h> #include <sys/types.h> #include <unistd.h> #include <sys/wait.h> #include <string.h> int main() { // char string[] = "Pipe from p2 to p1"; char string[80]; scanf("%79[^\r\n]", string); printf("%s", string); // for(int i = 5; i < 1000 ; i++); // sleep(5);...
[ "prathamtangri1@gmail.com" ]
prathamtangri1@gmail.com
47ce9c2c9b568aeef735acd618ed80e41c7fdaf5
879fb3581f03b5c17dd90c68b45751712fbcd671
/lib/wrap_fftw/test/interactive/wrap_fftw.c
51c48d21ed0b18eeaebf8c881e7c737dcd87ee8b
[]
no_license
ivilab/kjb
9f970e1ce16188f72f0edb34394e474ca83a9f2b
238be8bc3c9018d4365741e56310067a52b715f9
refs/heads/master
2020-06-14T07:33:17.166805
2019-07-30T16:47:29
2019-07-30T16:47:29
194,946,614
1
0
null
null
null
null
UTF-8
C
false
false
3,931
c
/* $Id: wrap_fftw.c 21491 2017-07-20 13:19:02Z kobus $ */ /* =========================================================================== * | | | Copyright (c) 2003, by members of University of Arizona Computer Vision | | group (the au...
[ "52473452+ivilab-sync@users.noreply.github.com" ]
52473452+ivilab-sync@users.noreply.github.com
c8f2976783ff60105bca4f14e5571f8d7f0f962c
9d00eed6983165bf695c858632d5b739d9d797ea
/快速排序/QuickSort.c
810f3f485a7027748943db3e5423dd382cbf8ccd
[]
no_license
summer-yiru/1024
21fcb657a0f147fcd0f7f6efce469474f752e81a
1566d9d765e602a211e60c738ac15d956b7bf7df
refs/heads/master
2021-08-19T20:37:20.211798
2018-08-28T15:44:49
2018-08-28T15:44:49
131,688,306
50
91
null
null
null
null
UTF-8
C
false
false
2,109
c
#include "QuickSort.h" #include<stdio.h> #include<stdlib.h> void swap(int *a, int *b){ int ret = 0; ret = *a; *a = *b; *b = ret; } //设定一个基准值,在保证不越界的情况下,从前往后查找比基准值小的元素,找到了然后停下来,若begin和end没有相遇,就交换,相遇了 //就交换begin和数组中基准值所代表的元素 int partion_hoare(int *array, int left, int right){ int begin = left; int end = right - 1;...
[ "2448826571@qq.com" ]
2448826571@qq.com
e7123503ebdbc91fffb8479228d3aa42bbad268f
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/reactos/dll/win32/advpack/extr_reg.c_create_tmp_ini_file.c
54c6abc2bcbaa1a20eebe1681169fabf27b0bc4f
[]
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
2,986
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
1c68177e032341b2c44caf4b2b69802df886ea46
3c883e1084f0a61e558c2d210bb1b4ae8a5e6a06
/third_party/nvxs-1.0.2/CLAPACK/SRC/zpocon.c
9c075e2a8f326a9f12c2c0efb76b9495461d206b
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "Python-2.0", "BSD-3-Clause" ]
permissive
nya3jp/python-animeface
7e48aa333c9f365a80acdf43e5d516edc8d0b189
15caf8b1ca29847f0dceb54e4b91c77726c4111c
refs/heads/main
2022-04-29T20:17:01.198810
2022-04-04T10:17:59
2022-04-04T10:17:59
10,998,381
150
14
Apache-2.0
2022-04-03T07:18:40
2013-06-27T14:06:08
C
UTF-8
C
false
false
5,897
c
#include "f2c.h" #include "blaswrap.h" /* Table of constant values */ static integer c__1 = 1; /* Subroutine */ int zpocon_(char *uplo, integer *n, doublecomplex *a, integer *lda, doublereal *anorm, doublereal *rcond, doublecomplex * work, doublereal *rwork, integer *info) { /* System generated locals */ ...
[ "takahashi.shuhei@gmail.com" ]
takahashi.shuhei@gmail.com
5496f4cae501d48f2680f94d5b5df7eea4262a95
f60c78887046e9c8be3e2c78cfc71891248b0d58
/uo_json/test/uo_json_parse_test.c
add14469f40d16f7ce1bd3e34df4a3a332f64051
[]
no_license
UoLeevi/libuo
dcbaf8fb829a781b974ec62d8fb2d890082bba81
7e5bf6b90d33ced90ee10f9497adf9e488f947a8
refs/heads/master
2020-03-30T07:36:10.596963
2019-03-29T19:27:56
2019-03-29T19:27:56
150,951,950
3
0
null
null
null
null
UTF-8
C
false
false
1,207
c
#include "uo_json.h" #include <string.h> #include <stdint.h> #include <stdbool.h> #include <stdlib.h> #include <stdio.h> int main( int argc, char const **argv) { bool passed = true; const char *json1 = " {}"; passed &= uo_json_find_end(json1) - json1 == 3; const char *json2 = "[]"; pass...
[ "uotinen.leevi@hotmail.com" ]
uotinen.leevi@hotmail.com
ff1e831f90674c0cc5658dcc1659f98d53ccc58b
1c4571795f12dfd7b5518a00d94544d95126f88c
/xc/programs/xedit/lisp/time.h
3d079169b8d056addba57c23a6d6f3f00442491e
[]
no_license
QPC-github/X11
f01087a7c44639dc9804e6116f868430212a403d
d801c86070332a00d9ca3e73862932bf5bd003cd
refs/heads/main
2023-08-21T21:27:39.729518
2004-05-12T19:47:35
2021-10-06T05:02:48
589,239,459
1
1
null
2023-01-15T14:41:16
2023-01-15T14:41:15
null
IBM852
C
false
false
1,629
h
/* * Copyright (c) 2001 by The XFree86 Project, Inc. * * 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, modif...
[ "91980991+AppleOSSDistributions@users.noreply.github.com" ]
91980991+AppleOSSDistributions@users.noreply.github.com
38d4b492b5d493d989fe1cd23c9e6b97025b8439
b6aaef99338cd4492ec792877522db1821a25fc4
/Podstawy_Programowania/I2/main.c
834f7757c69066f094b753fba3b74dfab5761b36
[]
no_license
MikalaiNavitski/uj-first-year
303894a89aa424719457d118d35bb34eada69c66
5af102e012cd9f2db9240a0e6db898ebbf81b191
refs/heads/master
2023-06-22T19:32:15.939468
2021-07-20T09:10:49
2021-07-20T09:10:49
null
0
0
null
null
null
null
UTF-8
C
false
false
3,306
c
#include <stdio.h> #include <math.h> #include <stdbool.h> #include <stdlib.h> #include <string.h> #include <ctype.h> #define max(a, b) \ ({ __typeof__ (a) _a = (a); \ __typeof__ (b) _b = (b); \ _a > _b ? _a : _b; }) #define min(a, b) \ ({ __typeof__ (a) _a = (a); \ __typeof...
[ "andrey8daletsky@gmail.com" ]
andrey8daletsky@gmail.com
94bdaaa3c03c9e60cf537dc5b06d810214f2cd80
b37e6e8b1a76ce8e8bb167b5f91d5eb0fec9268c
/ch6/square3.c
98f7c37e34ec99d763ff80b38d5aa99baedae450
[]
no_license
djl218/king-c-book
479960a017c67b8759dcf69322ed944216078b1c
44af41e90a22f579f1663ee97709c969297bafa9
refs/heads/master
2021-01-06T00:08:21.441637
2020-02-29T19:24:09
2020-02-29T19:24:09
242,031,412
1
0
null
null
null
null
UTF-8
C
false
false
382
c
/* Prints a table of squares using an odd method */ #include <stdio.h> int main(void) { int i, n, odd, square; printf("This program prints a table of squares.\n"); printf("Enter number of entries in table: "); scanf("%d", &n); i = 1; odd = 3; for (square = 1; i <= n; odd += 2) { printf("%10d%10d\n...
[ "dleskosky@gmail.com" ]
dleskosky@gmail.com
cd0fbf1c32a3ef1151bca33cfa40087cc1456031
4545588c8427debaf17f9dc71b0ace32f4fb5d67
/common/services/wtk/training/at32uc3l064_uc3_l0_xplained/conf_clock.h
2a51753fb386ef5b74776386fe6af9b8a950e185
[]
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
2,624
h
/** * \file * * \brief System clock driver configuration * * 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 following c...
[ "buildmaster@atmel.com" ]
buildmaster@atmel.com
94afa4a857bc04c9274a5172878a6ea15afc0747
0772ce7d01d30223d796f9988ea627e9f2e7145b
/includes/get_next_line.h
fda19bbce7b7fca2a03aeffad9d1ae3c5b076069
[]
no_license
nmougino/Fdf
6cfd14007d1a499632e0c920c45d2d8f7d04a9d9
c8b95503b7b66de0f6c1784593dfd6a0d09690a1
refs/heads/master
2021-01-10T05:43:32.734730
2016-04-08T15:31:00
2016-04-08T15:31:00
54,579,494
2
0
null
null
null
null
UTF-8
C
false
false
1,065
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* get_next_line.h :+: :+: :+: ...
[ "nmougino@e3r4p21.42.fr" ]
nmougino@e3r4p21.42.fr
972e1b8a72c39eabad7e50527fdde167c85618c9
cff0916593d4812073c0b04f6d02bd61d6ce2a36
/kernel/interrupts/APIC/apic.h
8a22d95382a21f0d756ae7e77c276ae980c885c0
[]
no_license
RobinPetit/BermudOS
f7c44aa727687990e72a91d585bf61f50e9dae67
c0e0359624561f9516568d3d3e9c3959c2e795cd
refs/heads/master
2021-01-10T15:27:40.634339
2016-09-27T21:05:49
2016-09-27T21:09:44
50,473,037
3
2
null
2016-01-29T12:44:25
2016-01-27T01:42:27
C
UTF-8
C
false
false
320
h
#ifndef APIC_H #define APIC_H #include <stdbool.h> #define IA32_APIC_BASE_MSR 0x1B /* id of base register */ #define IA32_APIC_BASE_MSR_BSP 0x0100 /* Processor is a boot strap processor */ #define IA32_APIC_BASE_MSR_ENABLE 0x0800 #define CPUID_APIC_BIT (1 << 9) bool is_apic_compatible(void); #endif /* APIC_H */
[ "robpetit@ulb.ac.be" ]
robpetit@ulb.ac.be
c77e8920216996be18a5b7dc63b6ff48979dc0c1
ac2c05bc8322a72e4acd280e280190443e242416
/Virtual_3D_Bioprinter_Firmware/ConfigurationStore.h
71311de3124de04faa70a53fb12102ef45d51a79
[]
no_license
sfreema1/virtual-marlin-3D-printer
274f789b76cc253669ee0d2cb538cac5046f5de8
1c93792541984090fd3292a81c353d7182e3cd2b
refs/heads/master
2021-01-21T13:20:58.800568
2016-04-19T23:45:44
2016-04-19T23:45:44
55,928,545
1
1
null
null
null
null
UTF-8
C
false
false
284
h
#ifndef CONFIGURATIONSTORE_H #define CONFIGURATIONSTORE_H #include "Configuration.h" /*===== Routines =====*/ void Config_ResetDefault(); void Config_PrintSettings(); /* EEPROM SETTINGS */ void Config_StoreSettings(); void Config_RetrieveSettings(); #endif // CONFIGURATIONSTORE_H
[ "sfreema1@binghamton.edu" ]
sfreema1@binghamton.edu
9ee47593616389da6a7b341480986e17ab66df0e
ba59998778e85fb788ff374a959021d841deb078
/components/bt/esp_ble_mesh/mesh_core/local_operation.c
e3c2c5051e0b56e89bac0c50f49ed7389beb26d4
[ "Apache-2.0" ]
permissive
openvehicles/esp-idf
c8ee58eb8ebfd48a920ffc9e768b58e8ba16588c
6e214dc33550d92b71b6ba226d0e2c431aac1aad
refs/heads/master
2022-11-04T12:22:01.142417
2022-10-29T06:17:32
2022-10-29T06:17:32
105,986,028
7
7
Apache-2.0
2021-03-07T18:46:51
2017-10-06T09:08:38
C
UTF-8
C
false
false
3,258
c
/* Bluetooth Mesh */ /* * Copyright (c) 2017 Intel Corporation * Additional Copyright (c) 2020 Espressif Systems (Shanghai) PTE LTD * * SPDX-License-Identifier: Apache-2.0 */ #include <string.h> #include <errno.h> #include "mesh.h" #include "lpn.h" #include "crypto.h" #include "access.h" #include "foundation.h"...
[ "lly@espressif.com" ]
lly@espressif.com
f0f51a41ae2784770533841e591cbb12ed91a699
08e94fe1bb1ecc02744c4600265659e1a40a88b5
/Demo/Pods/Headers/Private/LookinServer/UIGestureRecognizer+LookinServer.h
353e7067098da338db08ba31134dedb7d4b371ef
[ "MIT" ]
permissive
linlinyao1/ZDFlexLayoutKit
54cbd2c6785306791819dc859e825401360e6a8d
d87164cac7c150096f5a7712715ff1e5d2283d5d
refs/heads/master
2023-07-29T05:18:05.252191
2021-09-09T09:51:30
2021-09-09T09:51:30
null
0
0
null
null
null
null
UTF-8
C
false
false
76
h
../../../LookinServer/Src/Server/Category/UIGestureRecognizer+LookinServer.h
[ "fuxianchao@gmail.com" ]
fuxianchao@gmail.com
6bd8bfb1837493166014a53d33c56aa5eb24bbcf
008060072ef30e7ee7920e92e32cce337d85030d
/feeds/wlan-ap/opensync/src/platform/openwrt/src/netifd/inc/inet_conf.h
a67b2acb302749d59b24894bfb06407723565f56
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
Kenneth-Lu/wlan-ap
2859803835876137427da3fc94d828c9f99a7cce
4468e90d2c0edf4d4b68b33e7b22259f8501ba40
refs/heads/plume/dev
2023-07-14T20:23:04.325249
2021-02-26T14:14:27
2021-03-01T15:44:14
357,393,186
1
1
BSD-3-Clause
2021-06-09T04:51:30
2021-04-13T01:54:40
null
UTF-8
C
false
false
757
h
/* SPDX-License-Identifier: BSD-3-Clause */ #ifndef INET_CONF_H_INCLUDED #define INET_CONF_H_INCLUDED #include "netifd.h" #include "inet_iface.h" struct netifd_iface *netifd_add_inet_conf(struct schema_Wifi_Inet_Config *iconf); void netifd_del_inet_conf(struct schema_Wifi_Inet_Config *old_rec); struct netifd_iface *...
[ "john@phrozen.org" ]
john@phrozen.org
0306c21550dd79b632f6d5e24ab29473bcfd158e
bbf5ca1d461f3eb6b67be822d9f10d9a90fb1f67
/src/game/server/MP_AI/bot_navigation.h
44993116f6611e47d523d732d44faee533206499
[]
no_license
alternate076/project-c
b402bcc92dd5aeba9af6009515bdca1a02cea6d0
ec565039a608246d6f9b60c33a16090484da3095
refs/heads/master
2023-06-15T21:26:33.634542
2020-09-01T15:33:04
2020-09-01T15:33:04
281,641,370
0
1
null
null
null
null
UTF-8
C
false
false
22,892
h
//****************************************************************** // Multiplayer AI for Source engine by R_Yell - rebel.y3ll@gmail.com //****************************************************************** #include "bot_main.h" #include "doors.h" #include "BasePropDoor.h" // support for nav mesh #include "nav_mesh.h...
[ "alternate076@gmail.com" ]
alternate076@gmail.com
fb3f0a5e9c4202f9555473b464b0a84e8c9395ca
598737b786a20889dc6acd468478baf4972535b3
/src/lib/libc/gen/isfinitef_ieee754.c
0b8a76f58d51a723e0568a06cc886542aa7e8288
[]
no_license
shisa/shisa-netbsd
5c8e289de2a48b6d8f39bd3add9ca4ea48fec1da
28d999d1c25107c126e0a458a97b9397aae592ef
refs/heads/master
2021-01-01T05:33:32.619808
2008-05-26T04:27:54
2008-05-26T04:27:54
32,793,680
1
2
null
null
null
null
UTF-8
C
false
false
2,467
c
/* $NetBSD: isfinitef_ieee754.c,v 1.1 2003/10/29 20:03:51 kleink Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Klaus Klein. * * Redistribution and use in source and binary forms, with or witho...
[ "keiichi@mobilegravity.sfc.wide.ad.jp" ]
keiichi@mobilegravity.sfc.wide.ad.jp
d1ccaab8d4615810cafb9fcdf9df8139fcd4d56b
0207559c24f359d25f523f95c1137ce12aaa143c
/src/spinn_sim_config.h
0f1bec1b21f8224492faceefc43b30fa8940ffad
[]
no_license
mossblaser/tickysim
04e2da2d4a7b00abd0c201a4867f77c8472c917a
d339c8c046429811a66d8fff95cbb7f206777e68
refs/heads/master
2021-01-19T11:25:34.094572
2014-04-20T11:54:00
2014-04-20T11:54:00
12,975,957
0
1
null
null
null
null
UTF-8
C
false
false
3,395
h
/** * TickySim -- A timing based interconnection network simulator. * * spinn_sim_config.h -- Utility functions for accessing the simulation's * configuration parameters. */ #ifndef SPINN_SIM_CONFIG_H #define SPINN_SIM_CONFIG_H #include <libconfig.h> #include "spinn_sim.h" /** * Open the config file. On error...
[ "mail@jhnet.co.uk" ]
mail@jhnet.co.uk
a33e90d2f5397d82a5551636f674c6ea61ae33a6
a06397965b6d36129fa48009cc891de2a56387ca
/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-wasmsimd-arm-loadsplat-1x4-acc5.c
85dc114d24e289b50c49b8bf40dbe6ea8961edf5
[ "LicenseRef-scancode-generic-cla", "BSD-3-Clause" ]
permissive
Pandinosaurus/XNNPACK
70e2cc2f34cf651c68eaca65f3561ed4d663a403
13768839fc64617264c86ac1a348a5476595901e
refs/heads/master
2023-08-31T22:52:50.001686
2022-02-23T22:00:03
2022-02-23T22:00:59
246,161,859
0
0
NOASSERTION
2022-02-25T02:48:37
2020-03-09T23:15:50
C
UTF-8
C
false
false
15,485
c
// Auto-generated file. Do not edit! // Template: src/f32-dwconv2d-chw/5x5s2p2-wasmsimd-loadsplat.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>...
[ "xnnpack-github-robot@google.com" ]
xnnpack-github-robot@google.com
10f4c56b8968ba132f5254c8ab33b690d8491717
d40bd7c15907300b43770085565875b0935f3be9
/MACROS/LONGIPION.C
982596621cdbac889bc77107510dc49286864502
[]
no_license
arnaudsteen/root_macros
64efa7e55799fb33de79b3dc53adc7f4f2249595
1ee24031a839909ecb0b2a7a4cd39f79abc01ba9
refs/heads/master
2021-01-22T05:10:00.139220
2015-04-15T08:21:27
2015-04-15T08:21:27
33,981,880
0
0
null
null
null
null
UTF-8
C
false
false
21,847
c
#include "LONGIPION.h" std::vector<result> readTXT(std::string fileName) { std::vector<result> vec; char input[200]; sprintf(input,"%s%s","/home/steen/root_macros/txtFile/",fileName.c_str()); std::cout << input << std::endl; fstream in; in.open(input); int ebeam; float longiProf; float longiProfRMS; ...
[ "arnaudsteen2.0@gmail.com" ]
arnaudsteen2.0@gmail.com
3d5a0c4f05807f86509e1d0cd1af7a9d2ca9c58a
c8639e2b4bb7116d7dd66acaa769c30d7bb479f7
/world/d/qujing/kusong/xuanjing.c
15a77def265e9926c58acad91b0fc878199a069a
[]
no_license
ninemoon/mhxy2002
43bc9759bbde56e2c49c524514f3dc4f83fbe932
76e0fa31cd662864bd55168e2fdf986622ed510e
refs/heads/master
2021-09-06T10:05:19.812948
2018-02-05T09:57:57
2018-02-05T09:57:57
120,064,608
0
0
null
2018-02-03T06:07:09
2018-02-03T06:07:08
null
GB18030
C
false
false
1,031
c
//Cracked by Roath #include <ansi.h> inherit ROOM; void create () { set ("short", "玄晶洞"); set ("long", @LONG 洞中的石壁上闪耀耀地嵌着许多水晶,在洞内幻出许多虚象。 洞外便是白虎潭,如同一面大的镜子。潭后是大片大片的草原, 延绵到天的尽头。 LONG); set("exits", ([ /* sizeof() == 4 */ // "south" : __DIR__"wangyue", ])); set("objects", ([ /* sizeof() == 1*/ ...
[ "liming.xie@gmail.com" ]
liming.xie@gmail.com
c306387d5217f15d79a59a0bd8ef3e6995fed8e4
4bd39965d88514e0c333e8e2286e4e655f4feb65
/include/audio/encode.h
22613a739bf642e4e49ec0b141fa159334ee183a
[]
no_license
sunjiangbo/IPintercom
948f15c24a040077907ebf99f5e95bd05606ba58
61d295f19287c66b339d3004bde01aa2e5b75e87
refs/heads/master
2021-06-20T00:08:09.286119
2017-07-03T03:54:38
2017-07-03T03:55:44
null
0
0
null
null
null
null
UTF-8
C
false
false
266
h
#ifndef __ENCODE_H__ #define __ENCODE_H__ #include "audio/aud.h" int snd_encode_start(Recorder **recorder, short *raw_data, int size, FILE *aud_encode_fp); void recorder_encoder_init(Recorder **recorder); void recorder_encoder_destroy(Recorder **recorder); #endif
[ "luomin5417@gmail.com" ]
luomin5417@gmail.com
037f63e58c5caa6c528cb46e7c758d86c3f8e2df
959af614f695a948ae2c899f1e9a6c8163c80e00
/src/saiga/core/imgui/imstb_textedit.h
89fbe5533d1c7daf83a62a5d5c26c2745314283a
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Paul-Hi/saiga
cacf1d8537096df871fafa06e755b4e9908672f3
1b843bf7800f7113e7bd4d709fc965088078702d
refs/heads/master
2023-06-19T22:18:24.752565
2021-06-29T15:06:25
2021-06-29T15:06:25
289,020,555
0
0
MIT
2020-08-20T13:58:07
2020-08-20T13:58:06
null
UTF-8
C
false
false
54,923
h
// [DEAR IMGUI] // This is a slightly modified version of stb_textedit.h 1.13. // Those changes would need to be pushed into nothings/stb: // - Fix in stb_textedit_discard_redo (see https://github.com/nothings/stb/issues/321) // Grep for [DEAR IMGUI] to find the changes. // stb_textedit.h - v1.13 - public domain - S...
[ "darius.rueckert@fau.de" ]
darius.rueckert@fau.de
1cd81e85d975aa72d452b818ecd2bd15aca28640
2ca5a1fe5608eb8298d7e142ecca98fd0fa4566b
/uwsgi_latest_from_installer/plugins/rack/rack_api.c
befebebbb507b96f804d4c23a7286a4c48fd01dc
[ "MIT", "GCC-exception-2.0", "GPL-2.0-only" ]
permissive
basemanbase/Animal-Health
75bd2e4dc4eb29b6466125b197a77a70e14d91a4
d9741aafd54126f05ba43e6f4ad6517755797c76
refs/heads/master
2023-05-30T17:53:19.905594
2022-01-30T05:52:53
2022-01-30T05:52:53
228,593,914
0
1
MIT
2023-05-01T20:37:31
2019-12-17T10:41:05
Python
UTF-8
C
false
false
34,133
c
#include "uwsgi_rack.h" extern struct uwsgi_server uwsgi; extern struct uwsgi_rack ur; extern struct uwsgi_plugin rack_plugin; #define uwsgi_rack_api(x, y, z) rb_define_module_function(rb_uwsgi_embedded, x, y, z) static VALUE rack_uwsgi_metric_get(VALUE *class, VALUE key) { Check_Type(key, T_STRING); int64_t valu...
[ "ogunbaseemmanuel@yahoo.com" ]
ogunbaseemmanuel@yahoo.com
f9cf77c0b51cdfa8e99689a21f9ee7ac6b3f272d
f9183ee2638ea9246398864001e7e71cc6f9a4da
/json/object/start.c
b6d30657c910e73cf665f0a5f24b335791728098
[ "BSD-2-Clause" ]
permissive
skyformat99/Jsong
149f200e90f51e79a2809da9bb0ba4777bad9515
be68a219d95a48c6b0d0a9e7c9930b8a9e16aeed
refs/heads/master
2021-01-21T13:26:31.698396
2017-08-30T07:36:30
2017-08-30T07:36:30
null
0
0
null
null
null
null
UTF-8
C
false
false
430
c
// ============================================================================= // <object/start.c> // // JSON object start handling. // // Copyright Kristian Garnét. // ----------------------------------------------------------------------------- #if JSON(SAX) #include "start/sax.c" #else #include "start/dom.c" ...
[ "garnetius@users.noreply.github.com" ]
garnetius@users.noreply.github.com
08e66609b007d709252dcc38355d1499a5205378
39c03dc93967046138cfbf5fea90b790df8a3300
/KoopmanIODMD/Functions/LTIToolbox/src/sb02ms.c
b29a23ea0b45fe19035ce3639e2ca7eb942396e5
[]
no_license
TUHH-ICS/2022-code-real-time-model-predictive-control-for-wind-farms-a-koopman-dynamic-mode-decomposition-app
7173f8fd75f3ec581c800c3d5e9ebb27a3316fac
45f92bfceabbc163e7cd86ba31339cae41122c6e
refs/heads/master
2023-04-13T16:50:55.215306
2022-03-31T10:50:33
2022-03-31T10:50:33
476,262,157
3
0
null
null
null
null
UTF-8
C
false
false
1,946
c
/* SB02MS.f -- translated by f2c (version 20041007). You must link the resulting object file with libf2c: on Microsoft Windows system, link with libf2c.lib; on Linux or Unix systems, link with .../path/to/libf2c.a -lm or, if you install libf2c.a in a standard place, with -lf2c -lm -- in that order, at the end of...
[ "bindu.sharan@tuhh.de" ]
bindu.sharan@tuhh.de
89d3144262422771f7023112c7e18b0857e85741
ea930f86230d2842723e70ba4de4cb4f909bb5c1
/sources/manage_error.c
009467736f30515e1f776fa13a4b176248fd63b4
[]
no_license
ppetitea/fractol
3c2c8295ecc9bb18cbd951121f23cc6461a57b27
fa8fe1a11a8d4b6e5bde211cf89b075854f1242c
refs/heads/master
2020-04-18T12:50:08.677237
2019-02-09T17:40:58
2019-02-09T17:40:58
167,545,634
0
0
null
null
null
null
UTF-8
C
false
false
283
c
#include "libft.h" #include "mlx.h" #include "../includes/fractol.h" void *manage_error(t_param *p, int code, const char *message) { ft_putstr(message); if (code > 1) mlx_destroy_image(p->init, p->img); if (code > 0) mlx_destroy_window(p->init, p->window); return (NULL); }
[ "pierre.petiteau.4985@gmail.com" ]
pierre.petiteau.4985@gmail.com
67ad870ea8fba177f89ca7c5586916d44ae85d27
b71b8bd385c207dffda39d96c7bee5f2ccce946c
/testcases/CWE457_Use_of_Uninitialized_Variable/s01/CWE457_Use_of_Uninitialized_Variable__int_array_malloc_no_init_14.c
3ef72011494ad008c66f463d2c66a8a970baa0f3
[]
no_license
Sporknugget/Juliet_prep
e9bda84a30bdc7938bafe338b4ab2e361449eda5
97d8922244d3d79b62496ede4636199837e8b971
refs/heads/master
2023-05-05T14:41:30.243718
2021-05-25T16:18:13
2021-05-25T16:18:13
369,334,230
0
0
null
null
null
null
UTF-8
C
false
false
4,693
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE457_Use_of_Uninitialized_Variable__int_array_malloc_no_init_14.c Label Definition File: CWE457_Use_of_Uninitialized_Variable.c_array.label.xml Template File: sources-sinks-14.tmpl.c */ /* * @description * CWE: 457 Use of Uninitialized Variable * BadSource: no_init Don...
[ "jaredzap@rams.colostate.edu" ]
jaredzap@rams.colostate.edu
a0b2fd11f4658591695109d70998c7d955a46808
d1ab005b98a200752187402ea3fbb30ce7e95176
/src/examples/SaxReader/Geo3DLayerReader.h
e53fdcdfd458da25d09d3a8ef5a6068d01fdd84c
[]
no_license
MrBigDog/Geo3DML
ad4e3981a5f37aebf591f3178f8ecac4c27f00d4
d4a4b431331f6335e45f7c6fce1d92ea0fb0ee5b
refs/heads/master
2021-05-14T10:58:27.775494
2018-03-01T01:40:34
2018-03-01T01:40:34
116,368,209
3
0
null
null
null
null
UTF-8
C
false
false
113
h
#pragma once #include "global.h" /*SAXREADER_EXPORT*/ int ReadGeo3DLayer(void* pData,xmlTextReaderPtr reader);
[ "635669462@qq.com" ]
635669462@qq.com
218d59e7745e539fe4e6d896a381229253d1ce7d
f48d53e1f8dc08b56832f0db148249cb3b428c00
/src/AI.h
ce72d506295ddcfc30a8685eb85fd37697f2e88a
[]
no_license
Bennyaw/AI
43cac3d82bca15101c0bf217d6ad97309de63fd1
552e1907e61176fe109986214cb35846874c8b37
refs/heads/master
2020-03-21T04:33:26.724844
2018-06-27T15:42:25
2018-06-27T15:42:25
138,114,627
0
0
null
null
null
null
UTF-8
C
false
false
247
h
#ifndef _AI_H #define _AI_H int stringCompare(char *str1, char *str2); char *speakToAiMachine(char *msg); char *extractName(char *name); int stringContain(char *str1, char *str2); char *concatenateStrings(char *str1,char *str2); #endif // _AI_H
[ "bennyaw0821@gmail.com" ]
bennyaw0821@gmail.com
f7cedf068051d5791c90c53980bf83d69840de7b
91e5b7b6b90bbb5927749d020179027cb829631e
/Parser.c
7239ff436cc822701f4c47f9d62a3960ed6bae01
[]
no_license
SINIGR2/Demos
c908ebccab80ff32811fa948701bc7070af8d9b2
05e4896cb305d3020c06639d4fcfa206845430c5
refs/heads/master
2022-12-17T14:21:22.237482
2020-09-17T08:02:37
2020-09-17T08:02:37
296,259,493
0
0
null
null
null
null
UTF-8
C
false
false
2,123
c
#include <stdio.h> #include <string.h> enum commands {SECRET = 2, LOCK = 1, UNLOCK = 0}; enum commands currentCmd; char unlock[] = "UNLOCK"; char lock[] = "LOCK"; char secret[] = "SECRET"; char pass[] = "1234"; char buff[256]; char cmd[10]; char pos = 0; char isLocked = 1; static void feed(int c){ buff[pos] = ...
[ "noreply@github.com" ]
SINIGR2.noreply@github.com
0c136f69b3e34f12768241a0c78d9451bf4c1828
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/tools/testing/selftests/powerpc/ptrace/extr_perf-hwbreak.c_perf_breakpoint_supported.c
2849e5563d773b01b1f0671594aea7ba7079c4cb
[]
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
525
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
d1bcfa49c52ea8dca7b4ec3c24521a036b128d2b
4a001aa9ac88965db66ec119b093aa8a133682be
/tools/main.c
4a8631342b2bcd3230418b13e38f2932f6d29f9e
[]
no_license
0xM3R/nexus7-baremetal
69e0f16083fedaf2d3282fa74b89ec7ad35739bd
f59910a9d82ff8a2bea34ca79f1c8da650fc9795
refs/heads/master
2020-04-18T06:38:03.750943
2015-12-27T08:29:06
2015-12-27T08:29:06
null
0
0
null
null
null
null
UTF-8
C
false
false
1,064
c
#include <ncurses.h> extern const char console_font[]; extern const char console_font_widths[]; #define FONT_WIDTH 8 int drawCharacter(char mychar, int screenr, int screenc) { int index = ((int) mychar) * FONT_WIDTH; int rr, cc; for (rr = 0; rr < FONT_WIDTH; rr++) { int myrow = console_font[inde...
[ "zhuoweizhang@yahoo.com" ]
zhuoweizhang@yahoo.com
356b41132c852539c9e44f59176e95ce39069b59
6c73daae1da590141520002d362f8c15eeb15ad3
/src/nes.c
8821e5fb5ba7a5c3266bbc4110e80ff0a79d3e5c
[ "MIT" ]
permissive
1480c1/cddNES
5e1b8305dab761a8d56e52207c6f873f7eefcf65
a262d7b90666448413f17e637510450082e125de
refs/heads/master
2020-08-02T03:12:43.903074
2019-09-20T12:42:04
2019-09-20T12:42:04
211,217,761
1
1
MIT
2019-09-27T02:14:04
2019-09-27T02:14:03
null
UTF-8
C
false
false
8,144
c
#include "nes.h" #include <stdlib.h> #include <string.h> #include <stdio.h> #if defined(WASM) #include <emscripten.h> #define EXPORT EMSCRIPTEN_KEEPALIVE #else #define EXPORT #endif #include "cart.h" #include "cpu.h" #include "ppu.h" #include "apu.h" struct nes { uint8_t ram[0x0800]; uint8_t io_open_bus; bo...
[ "chrisd1100@gmail.com" ]
chrisd1100@gmail.com
baaeb18180e9b27d0755a4e036b87778acf1eed9
40ad0d53e8b7e0ad4211cb59c9a8613131c8cd65
/pointers1.c
05d636bfa69ecbf394a074d541eed258aaf45117
[]
no_license
0pankajkumar/LearningCCPP
df1c0c44eb5a324e96c1eddc90e1c7acad79b5c7
0400e164a513ae7855a056effc0d71bf311a66f8
refs/heads/master
2022-12-12T21:52:20.232315
2020-08-29T08:11:11
2020-08-29T08:11:11
null
0
0
null
null
null
null
UTF-8
C
false
false
422
c
/* This program simply shows assignment in pointers. You can't assign values to pointer variables directly like p = 45 or *p = 45 This will cause to warning as your program will start referencing values out of bounds to it. */ #include<stdio.h> void main() { int *p; int q = 43; p = &q; printf("\n*p = %i...
[ "805.bluebell@gmail.com" ]
805.bluebell@gmail.com
42c17f136fd7a5549e8388c12573aa2e630c5794
65faeebe44818e5ec9ee4af4beb3976bc41793af
/libft/ft_oddprev.c
d0866a772b0e48bd39ddd7db7a1a7f6a524e5210
[]
no_license
smarie-c/fdf
70fd66aeab5fe63ff68d3d660337c4dfe807b6df
6595ac82ae2b5e7a16ffd6a57143ce9ecfecca05
refs/heads/master
2021-01-13T02:51:10.634530
2016-08-24T12:12:40
2016-08-24T12:12:40
52,783,695
0
1
null
null
null
null
UTF-8
C
false
false
1,050
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_oddprev.c :+: :+: :+: ...
[ "smarie-c@e2r2p18.42.fr" ]
smarie-c@e2r2p18.42.fr
690b0405ccce3ff1e1e61a26130ad259813f9ddf
7094adb92a8a4f4b87216b407c2ae2cf5f8e267d
/deleteNodeDLL.c
1b1a7e46340e68453983d98ecdbf605e873a97de
[]
no_license
SayanBar/General-Algorithms-in-Embedded-Platform
bc378154e6f1ffa09728adfd980498bf3e8972ed
f43fa096cc371d8cba27e54e7984a41236eb8cda
refs/heads/master
2020-03-14T01:04:23.091028
2018-10-13T00:57:47
2018-10-13T00:57:47
131,369,961
2
2
null
null
null
null
UTF-8
C
false
false
2,005
c
//Delete a node in a Double LL #include <stdio.h> #include <inttypes.h> #include<limits.h> #include <string.h> #include <stdlib.h> #include <math.h> #define FAIL -1 #define SUCCESS 1 #define INT_BITS 16 #define ASCII_SIZE 256 typedef struct Node{ int8_t data; struct Node* next; struct Node* prev; }NodeDL...
[ "sayan.barman@colorado.edu" ]
sayan.barman@colorado.edu
f073ae7e5a468abef4e9f28709ab2cc6a475e0fc
01cab90def54dc67db2ab2b16a8b06eee8e23c29
/spoj/basics/hidden_password.c
e90f0c123367264c16f3226b0ae2cf0e253a1a9d
[]
no_license
theparadoxer02/Data-Structure-and-Algo
33e89a91e2a1bd26212542abb4797f9149e1feb2
75c214ffe82e1de47f111764c329760927745547
refs/heads/master
2021-06-13T22:33:21.297580
2017-03-12T08:30:00
2017-03-12T08:30:00
81,650,744
0
1
null
null
null
null
UTF-8
C
false
false
797
c
#include <stdio.h> int main() { int num_test_cases; int num_tuples; char tuples[100][7]; char alphabet[65]; int index; scanf("%d", &num_test_cases); while (num_test_cases--) { scanf("%d\n", &num_tuples); for (int i = 0; i < num_tuples; ++i) { scanf("%s", tuples[i]); } scanf("%s", alphabet); for (...
[ "Mannu Gupta" ]
Mannu Gupta
924df6a3415e22035fa168d8fa170ccbc98753ab
9321fb73bcc68ace22beaae2dc19798c04e21720
/src/libfeedback/feedback_o.c
27c2706a8807704670c030a4992889c2a57eb2df
[]
no_license
gdebasis/smart
a7f4d6dda5088592871b8a37a24f04ab4555e3f0
ab7ae8a1cb4e74aca6e60ba9142812818eb7e185
refs/heads/master
2021-01-10T19:14:22.290174
2015-07-20T22:38:54
2015-07-20T22:38:54
39,411,663
1
0
null
null
null
null
UTF-8
C
false
false
5,144
c
#ifdef RCSID static char rcsid[] = "$Header: /home/smart/release/src/libfeedback/feedback_o.c,v 11.2 1993/02/03 16:50:04 smart Exp $"; #endif /* Copyright (c) 1991, 1990, 1984 - Gerard Salton, Chris Buckley. Permission is granted for use of this file in unmodified form for research purposes. Please contact the...
[ "debforit@gmail.com" ]
debforit@gmail.com
0b82936727752809dc189513f0c341761ff772e0
d9eb35d4050f126de7aaa69997f826481d2bcd23
/port_trigger/server.c
60d4a22b8059963d5bf1467c2545dd461f975862
[]
no_license
vincentwh2018/hello-world
6d7e3657ce1e4ebc40f0caee9ad97e4c976d3faa
26e68f8fe3a201f66df5e31eb501539ea7d7759c
refs/heads/master
2021-06-21T08:58:09.701341
2020-12-10T06:52:53
2020-12-10T06:52:53
137,188,585
0
0
null
null
null
null
UTF-8
C
false
false
2,722
c
/* Test tools for port trigger function. Author: Echo. Date: 11/18/2005 Description: For some specific applications need port trigger supporting and it is not easy to test, it is very necessary to develop an easy-go test tools both for RD and QA. Port trigger function works like this. ...
[ "vincent.yang@foxmail.com" ]
vincent.yang@foxmail.com
0b4e26988380039d4d86e88e8e8d9943125a674d
3c694c7ba1520b063a5c01540918c9bd8b73df2d
/source/FreeRTOS-Example/main.c
a64872047ea420f9c5b023ea722c46ae2bad9c41
[]
no_license
triplekill/c1600re
b381d4ccb01ae03dd582d6b917002e582b718799
1238a6355f4130741d97546852c627a25032d991
refs/heads/master
2023-04-14T18:49:58.793022
2021-03-27T17:42:41
2021-03-27T17:42:41
null
0
0
null
null
null
null
UTF-8
C
false
false
7,872
c
#include <stdint.h> #include <stdbool.h> #include "C1600R.h" #include "FreeRTOS-Kernel/include/FreeRTOS.h" #include "FreeRTOS-Kernel/include/task.h" #include "FreeRTOS-Kernel/include/timers.h" /* PLL configuration */ #define FCY_33MHZ 33281250 /* Desired PLL output frequency at 33MHz */ #define FCY_25MHZ 249687...
[ "7754310+tomstorey@users.noreply.github.com" ]
7754310+tomstorey@users.noreply.github.com
4331327ba874b6d37760f844cb51b7cb56f4ae22
f2c253e2deffa2f11ff18fc68bf59d2317c1124d
/PAT7-13.c
2aa42d1b778c3cba1ea952a51db2764be4a52e2f
[]
no_license
zhiyia/PAT-problem
cc0193795b5f068dc591683390db7f4debdc803a
093bceb122ae80670b74b40b6724c40986324e43
refs/heads/master
2021-04-03T06:07:52.546381
2018-03-22T16:00:53
2018-03-22T16:00:53
124,624,994
0
0
null
null
null
null
UTF-8
C
false
false
622
c
#include<stdio.h> //找来找去发现一个单词打错了。。。。。无话可说 int main() { float Open, Close, High, Low; int flag = 0; scanf_s("%f %f %f %f", &Open, &High, &Low, &Close); if (Open>Close) { printf("BW-Solid"); } else if (Open<Close) { printf("R-Hollow"); } else{ printf("R-Cross"); } if (Low<Close&&Low<Open) { flag =flag...
[ "894703504@qq.com" ]
894703504@qq.com
ab2afa8c581105cfc2d3bba93fff89079da0d731
671a9240d1be43b71469ce95d668e9f7d05c7c0a
/srcs/mtrx/mtrx_new.c
f85952c5ede0df9e77e2b7b41374a719d7a05238
[]
no_license
aanzieu/42-Scop
1f5641d2bef738df4cf5381fed8c5bf4b9c50172
3faf1c92df834b27488fd527ca38cb8399c63ea4
refs/heads/master
2020-03-19T20:49:33.465796
2019-01-28T08:42:40
2019-01-28T08:42:40
136,918,295
0
0
null
null
null
null
UTF-8
C
false
false
1,547
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* mtrx_new.c :+: :+: :+: ...
[ "aanzieu@student.42.fr" ]
aanzieu@student.42.fr
ace97d28ddf43453ffd2a0cc50d4265c91a8be93
05b458a94b13328c4ab0bb474513e69c5f253ec0
/analysis-sources/vlc-analysis/_cppstats/vlc/compat/getdelim.c.bak4
11ed63efc646d2560f98a0bb5f015f808ff02ae2
[]
no_license
paulobernardoaf/dataset-files
c7b3a5f44f20a6809b6ac7c68b9098784d22ca52
6cc1726ee87e964dc05117673e50e3e364533015
refs/heads/master
2022-04-23T06:52:15.875641
2020-04-25T18:28:48
2020-04-25T18:28:48
253,626,694
0
0
null
null
null
null
UTF-8
C
false
false
890
bak4
#if defined(HAVE_CONFIG_H) #include <config.h> #endif #include <stdio.h> #include <stdlib.h> ssize_t getdelim (char **restrict lineptr, size_t *restrict n, int delimiter, FILE *restrict stream) { char *ptr = *lineptr; size_t size = (ptr ...
[ "paulomax9002@gmail.com" ]
paulomax9002@gmail.com
9d464e4179740cd369cdd84811d83354621d18e1
13bda9c8bdee5f30107ebc456be8aeb6df99d881
/DUMP/ActorRow_classes.h
a419ed222315b27ad016eb4ade174aacb14caea5
[]
no_license
xkp95175333/Icarus-Win64-Shipping
e783576259742a5a26592cc9aead95bc47cd90fc
910879d96e35a1f271be206182e18ee80c01a88e
refs/heads/main
2023-07-24T19:38:25.224868
2021-09-05T17:50:16
2021-09-05T17:50:16
403,376,074
0
1
null
null
null
null
UTF-8
C
false
false
627
h
// WidgetBlueprintGeneratedClass ActorRow.ActorRow_C // Size: 0x290 (Inherited: 0x260) struct UActorRow_C : UUserWidget { struct FPointerToUberGraphFrame UberGraphFrame; // 0x260(0x08) struct UTextBlock* TextBlock_57; // 0x268(0x08) struct FText ActorName; // 0x270(0x18) struct AActor* Actor; // 0x288(0x08) void ...
[ "68745798+xkp95175333@users.noreply.github.com" ]
68745798+xkp95175333@users.noreply.github.com
21c77cf17615c10937df3a927d792cda17d89a9c
916154edd79ca492cdeab5d3a5fcf3ec7a98a354
/philo_two/main.c
64da1f6fa5224e0af3d8d2676b4ff790b55fcc9d
[]
no_license
yslati/Philosophers
7afe96af338ac52c180d2d5dfca3bf9687d22828
9ebce33b2904b400f9fc84458208f02f166ce528
refs/heads/master
2023-04-18T23:27:30.407679
2021-04-14T13:44:26
2021-04-14T13:44:26
348,437,130
0
0
null
null
null
null
UTF-8
C
false
false
1,768
c
#include <pthread.h> #include <stdio.h> #include <unistd.h> /** * n 2-200 * die 60 * eat 60 * sleep 60 * ? eat count */ int g_n; int g_die; int g_eat; int g_sleep; int g_eatc; typedef struct s_philo { } t_philo; int is_degit(int n) { return (n >= '0' && n <= '9'); } void health(void* data) { } ...
[ "yslati@e1r13p5.1337.ma" ]
yslati@e1r13p5.1337.ma
bb56c2589488439cced4078384ceceb8a5523aa8
609ecca2e494f206cc9795ad2c191cb02b34fcd7
/boot/boot1/apps/BootQC/Common/libm/atanf.c
36b487d6e9f8633ef6c786a071bf9ca739e52fb1
[]
no_license
reddy-quan/Hummingbird
994c3665b51b60b42bb6ea875b731f563343f6ab
17b14dbd6ed346af328683f9b83c9b672a37eb53
refs/heads/master
2021-01-01T05:47:04.510679
2014-07-26T05:48:00
2014-07-26T05:48:00
19,840,089
4
0
null
null
null
null
UTF-8
C
false
false
2,541
c
/* * (C) Copyright 2007-2013 * Allwinner Technology Co., Ltd. <www.allwinnertech.com> * Martin zheng <zhengjiewen@allwinnertech.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General...
[ "reddy_quan@sina.com" ]
reddy_quan@sina.com
b19fb8752ce969a991850b81b33e2441e4ddf7f5
ef1dc7a71faac90263cb8cfca9d04b5d99302eda
/chapterOne/dumpUserGroupID.c
825fbaf6e2a74114c302cd59600dfda03287095d
[]
no_license
Yaowen11/apue
7ca1cc3a10a30adced3f9a8e7cfea5f980b1750a
fcb58cdf41fc1a3eda822aed88d0ee16de2f90e8
refs/heads/master
2020-12-03T21:48:31.350296
2020-01-05T14:06:47
2020-01-05T14:06:47
231,496,572
0
0
null
null
null
null
UTF-8
C
false
false
160
c
// // Created by yaowen on 2019/12/23. // #include "../common/apue.h" int main(void) { printf("uid = %d, gid = %d\n", getuid(), getgid()); exit(0); }
[ "760735372@qq.com" ]
760735372@qq.com
a5b0b5d0a94272393a1a45b69fd7631d61cb3ad9
05d5f3af48d98e041de9b25756cd10dd4e97a7e1
/C Language/C Programs/Problems on Pattern/Assignment10/Assignment10_4/main.c
f7acda9cc45808a39efa0d118d9b205e689e4abe
[]
no_license
PrashikAthawale/MyWorkSpace
46a10baca2f88166b3839e7be5e89e9ef978764d
25aaf50ba1ed3276c47359e07f4e9265d59c72fe
refs/heads/master
2022-12-19T12:07:02.840388
2020-10-02T08:48:28
2020-10-02T08:48:28
287,506,775
0
0
null
null
null
null
UTF-8
C
false
false
440
c
/* Problem Statement:-Write a program which accept temperature in Fahrenheit and convert it into celsius.(1celsius=(Fahrenheit-32)*(5/9)) Input: 10 Output: -12.2222(10-32)*(5/9) Input: 34 Output: 1.11111(34-32)*(5/9) */ #include"header.h" int main() { float fValue=0.0; float fAns=0.0; pr...
[ "noreply@github.com" ]
PrashikAthawale.noreply@github.com
27c3a321115828a0ec5d703d65b9523dcfb2aa4b
408ea24d7d2099af9df98ef8366aada8b1c2ed8e
/challenges.c
52601734aa1df2ce48067b3af80f20e4478e256d
[]
no_license
tijsmoree/mazerouter
414bbe200c51a826ba8fae1d8c55eb9f5d3b97bd
08a29010f0a82025881dc1fea42111ff0578e5fa
refs/heads/master
2021-06-04T22:27:02.380676
2018-09-09T22:46:41
2018-09-09T22:46:41
57,921,391
0
0
null
2016-05-03T00:45:00
2016-05-02T21:02:40
C
UTF-8
C
false
false
10,050
c
#include "declarations.h" /* challenge A */ void a(int *chks, int amountChks) { int c = 0, b, si = 1, xe, ye, t = 120; Maze *maze = createMaze(si); startRacing(maze); /* rearranges the checkpoints in the fastest order */ rearrangeChks(maze, chks, amountChks, station(si) / MAP_SIZE, station(si) % ...
[ "t.moree@student.tudelft.nl" ]
t.moree@student.tudelft.nl
d3b4b5b18f552b90ef750fd9ab95e8529cf3e7bb
7a8ba610ac92c458e77ac533020e59547c8c06da
/libui/alpha_4.1/libui/common/debug.c
aa24e29fe90f1bc257c99291fd7b3f7c8e3219f9
[ "MIT", "BSD-3-Clause" ]
permissive
DolbyLaboratories/pmd_tool
b29dc50400024f7da3ba651675ced360c7d4b91c
4c6d27df5f531d488a627f96f489cf213cbf121a
refs/heads/master
2022-10-23T19:45:29.418814
2021-08-13T03:13:47
2021-08-13T03:13:47
160,738,449
16
0
BSD-3-Clause
2021-08-13T03:13:48
2018-12-06T22:07:14
C++
UTF-8
C
false
false
527
c
// 13 may 2016 #include "../ui.h" #include "uipriv.h" void uiprivDoImplBug(const char *file, const char *line, const char *func, const char *format, ...) { va_list ap; va_start(ap, format); uiprivRealBug(file, line, func, "POSSIBLE IMPLEMENTATION BUG; CONTACT ANDLABS:\n", format, ap); va_end(ap); } void uiprivDo...
[ "60981807+pgerr-dolby@users.noreply.github.com" ]
60981807+pgerr-dolby@users.noreply.github.com
8a87566fafd390c0177a086030b12bc35be97602
4e89d371a5f8cca3c5c7e426af1bcb7f1fc4dda3
/C/c_primer_plus_6v/16/03_subst.c
7cefd367b9178274133eb346a2bef8f7ed86d397
[]
no_license
bodii/test-code
f2a99450dd3230db2633a554fddc5b8ee04afd0b
4103c80d6efde949a4d707283d692db9ffac4546
refs/heads/master
2023-04-27T16:37:36.685521
2023-03-02T08:38:43
2023-03-02T08:38:43
63,114,995
4
1
null
2023-04-17T08:28:35
2016-07-12T01:29:24
Go
UTF-8
C
false
false
185
c
/* 在字符串中替换 */ #include <stdio.h> #define PSQR(x) printf("The square of " #x " is %d.\n", ((x)*(x))) int main(void) { int y = 5; PSQR(y); PSQR(2 + 4); return 0; }
[ "1401097251@qq.com" ]
1401097251@qq.com
95c3a1cf58c98c7fd6e95735ad52a07c7fa16ee0
8b947a37998d173d5428c4676a78207dc8f05c98
/DEPIK_Lab/ANSIC/session4/ex2in2.c
f747e4710d26cc544ad8f2bc934817a7e7c723b5
[]
no_license
jigsopari/8dec
09f3ffffba7e72687efe99991dc614936a98894e
a16b10f963bc11a6bf361eeffae15baeb984ffba
refs/heads/master
2020-06-10T16:34:06.642045
2016-12-08T12:39:23
2016-12-08T12:39:23
75,935,082
0
0
null
null
null
null
UTF-8
C
false
false
479
c
void getSumDifAndProduct(int a,int b,int *ptr) { //dynamic memory allocation// *ptr=a+b; *(ptr+1)=a-b; *(ptr+2)=a*b; } int main() { int a,b,*ptr; ptr=(int *)malloc(3*sizeof(int)); printf("Enter the value of a="); scanf("%d",&a); printf("Enter the value of b=...
[ "jigyasapopat@raveendra-OptiPlex-9020.(none)" ]
jigyasapopat@raveendra-OptiPlex-9020.(none)
6925b41a41229b14d4af1fca7b572804a93ad05a
2ca7aaf75e61029b14dacaef317a855d7632576b
/dicor_web_server/dicor_cgi.h
141df4ca0e715303fa2f8e98e22a50e4c0bf8911
[]
no_license
ywtgogo/cosmos-I-frimware
b4684e7d1f4b1b8496433abff4ef65019a101ddd
aaa2b306a50c9d9dd1953b9e062faa2a5a94b1eb
refs/heads/master
2016-09-10T13:33:01.564941
2015-02-27T09:23:03
2015-02-27T09:23:03
31,410,453
0
0
null
null
null
null
UTF-8
C
false
false
622
h
/********************************************************************** * * Copyright (c) 2010 convertergy; * All Rights Reserved * * FileName: dicor_cgi.h * Version : * Date : * * Comments: * *************************************************************************/ #ifndef _dicor_cgi_h_ #define _dicor_cgi_h_ #...
[ "ywt454444606@gmail.com" ]
ywt454444606@gmail.com
28b1d228dec4aabab29bfd1424b6602e1377fe85
42c59fe0e6b6a3604555990ca0b871f10d5f32f7
/YetiOS_v1.0/Platform/platform.h
cac0673ca878f8cb7de76ed80a963d7eb0b8ceda
[]
no_license
ManuelSimal/hapticARM
c764af03a920596bde241b06fd6af08842fa8330
c418ba87d4c9d403c88dae2774b0fec3b4adc429
refs/heads/master
2022-07-28T02:24:53.831266
2020-05-23T15:54:45
2020-05-23T15:54:45
266,163,666
0
0
null
null
null
null
WINDOWS-1252
C
false
false
2,411
h
/* * Copyright (c) 2019, Universidad Politecnica de Madrid - B105 Electronic Systems Lab * 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 abo...
[ "msimal@b105.upm.es" ]
msimal@b105.upm.es
694a6fa0efcda824b6ddc7005aae404d9d8b58a5
383040ec0add995b367ac00cb1fc257ea48043ee
/apps/riscv-tests/isa/rv64uv/vmflt.c
912863dd5d0320d8cb2d355f48227408d73eafcc
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0", "LicenseRef-scancode-bsd-3-clause-jtag" ]
permissive
ismrgb/ara
b2b1cdb78bcdf500b5cce916cf74cdbd7e77c287
1974363e58e93b918f5164da72a14ed9aee3013e
refs/heads/main
2023-07-06T20:13:04.805864
2021-08-12T13:12:46
2021-08-12T13:12:46
382,819,383
0
0
NOASSERTION
2021-07-04T10:08:42
2021-07-04T10:08:42
null
UTF-8
C
false
false
13,757
c
// Copyright 2021 ETH Zurich and University of Bologna. // Solderpad Hardware License, Version 0.51, see LICENSE for details. // SPDX-License-Identifier: SHL-0.51 // // Author: Matheus Cavalcante <matheusd@iis.ee.ethz.ch> // Basile Bougenot <bbougenot@student.ethz.ch> // Matteo Perotti <mperotti@iis.ee....
[ "matheusd@iis.ee.ethz.ch" ]
matheusd@iis.ee.ethz.ch
3d4cf76d2741e3b7d41943bfe709faa07cf1f922
e7a6c9b759ae70fcc5b3fff4a5ef78e63ad461ae
/libraries/mavlink/common/mavlink_msg_rc_channels.h
0c68be0c4a2581d8caf7483081771a92ac700822
[]
no_license
AJMartel/UltrasonicMavlink
108fb481d38f8937e453fa2cdf81c4dd4fdb2060
5b6e2c046b0998a3833e5e0ce889af6c8e8043b7
refs/heads/master
2020-03-23T14:42:00.906985
2018-07-20T09:41:11
2018-07-20T09:41:11
141,693,556
0
0
null
2018-07-20T09:38:41
2018-07-20T09:38:41
null
UTF-8
C
false
false
38,794
h
// MESSAGE RC_CHANNELS PACKING #define MAVLINK_MSG_ID_RC_CHANNELS 65 typedef struct MAVLINK_PACKED __mavlink_rc_channels_t { uint32_t time_boot_ms; /*< Timestamp (milliseconds since system boot)*/ uint16_t chan1_raw; /*< RC channel 1 value, in microseconds. A value of UINT16_MAX implies the channel is unused...
[ "sfmarauder@gmail.com" ]
sfmarauder@gmail.com
bda21e0500525caf94d17d6f73f449a98664af45
903c45082bd0d4fbb0a0d6a289b5294d8d05c314
/sys/dev/mvme/lpt_mvme.c
d50778dd58fa211be45240de2cb180cb48ce56ae
[]
no_license
tombibsd/netbsd-src
0552d62659412e821163c945c62b7555d1e616d2
7f0f8c8c4b00f7c47700b8260a5cbd627d73fe7c
refs/heads/master
2021-01-21T04:54:21.541793
2016-06-17T00:56:40
2016-06-17T00:56:40
24,783,931
0
0
null
null
null
null
UTF-8
C
false
false
10,088
c
/* $NetBSD$ */ /*- * Copyright (c) 1999, 2002 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Steve C. Woodford. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that...
[ "uebayasi@tombi.co.jp" ]
uebayasi@tombi.co.jp
2f81a21b1f217db2b488f4e9438dffe5faddf879
c17cb8f229a6762cb88848a70e9b6505adbcbcdd
/c/src/cmake/main.c
381a853115f411d1c8cfd773db2c49b81b5f9f55
[]
no_license
awrznc/scribble
b1a49df8c66ffb0c63a01d0266a50277e3f2000a
cee07c2d6dc7960023673e3c3a31f1738da7a8e5
refs/heads/master
2023-08-18T22:31:01.852432
2023-06-12T12:16:42
2023-06-12T12:16:42
202,322,395
4
0
null
2023-09-13T13:12:44
2019-08-14T09:49:39
C++
UTF-8
C
false
false
79
c
#include <stdio.h> int main () { printf("Sample."); return 0; }
[ "49797644+awrznc@users.noreply.github.com" ]
49797644+awrznc@users.noreply.github.com
b57a5ec61d2adcdedd20872291ddfe12b72862f7
8343dfcf327ef12af28d4241dc0086311d50e38c
/include/funcapi.h
beed9d3a7846d1e8f6b32217415314a9d497280a
[]
no_license
willsongrui/scfbin
ac52d96098afc5a95edaa7b6c3baedd8f72163ed
c077f8863797140daa8d3e700f2d23ccb5a5ef48
refs/heads/master
2016-09-05T12:32:47.920664
2013-08-07T08:33:07
2013-08-07T08:33:07
11,945,244
1
0
null
null
null
null
UTF-8
C
false
false
2,663
h
#ifndef __FUNCAPI_H #define __FUNCAPI_H #include <stdio.h> #ifdef _LINUX #include <time.h> #include <sys/time.h> #else #include <time.h> #endif void ascToBCD2(char* dest,const char* src,unsigned char append); void ascToBCD0(char* dest,const char* src); void bcdToASC2(char* dest,const char* src,int length); void ascT...
[ "willsongrui@gmail.com" ]
willsongrui@gmail.com
01f55676c0eb7774e72b8931edc9beb47d774f35
98e70b010b33d5284fceea6f720c579f941f5982
/src/sph_keccak.h
8cb4a4678459d3982a06378c0d9d5d67265cef46
[ "MIT" ]
permissive
NovaCoinDark/NovaCoinDark-2
0ab4364be32ef7dab20ac4ddf02e9a5edc3e031b
7588060a4cf46350d58e9dda37cc25e6d840962c
refs/heads/master
2021-01-23T06:26:11.004673
2014-11-03T22:57:02
2014-11-03T22:57:02
null
0
0
null
null
null
null
UTF-8
C
false
false
9,541
h
/* $Id: sph_keccak.h 216 2010-06-08 09:46:57Z tp $ */ /** * Keccak interface. This is the interface for Keccak with the * recommended parameters for SHA-3, with output lengths 224, 256, * 384 and 512 bits. * * ==========================(LICENSE BEGIN)============================ * * Copyright (c) 2007-2010 Proj...
[ "root@kepler1.(none)" ]
root@kepler1.(none)
38905128eccb7c9e7e4c4272b9673b77febcc53e
506608efdaecba644f80d63a4151640a0e5ba593
/m1-getting-started-with-programming-in-c/t7-user-input/improving-user-experience.c
071cb1cb2c0fc986f41e914b51fb063ea5c65308
[]
no_license
patilsamrudhi1937/programming-with-c-and-cpp-v2
9838432c3df5e291662a36b35abd293ca03cfed7
e5b3856446a5474c7fea67121f432bd84323ddea
refs/heads/master
2022-12-23T11:48:25.757880
2020-09-29T14:56:11
2020-09-29T14:56:11
296,657,769
1
1
null
2020-09-18T15:19:15
2020-09-18T15:19:14
null
UTF-8
C
false
false
845
c
/* Author: Internshala Module: Getting Started with Programming in C Topic: User Input */ #include <stdio.h> #include <unistd.h> int main() { char name[15] = "Farm House"; // TODO Get name as user input char size; int personItServes; float retailPrice; printf("Enter the size of the pizza as either 'S',...
[ "48007951+Internshala-Online-Trainings@users.noreply.github.com" ]
48007951+Internshala-Online-Trainings@users.noreply.github.com
5c91f2dbf3c1eb71b55504196efe793d27dc4084
9a189d2b77289179188deb30ed44921122775c32
/chap10/10.7.c
1c1e52aacee50935c4ddebc75a7e08c0b40d1cdf
[]
no_license
bc-jasond/cprimerplus
f9021a54538410724f22d33e50e82753d6f8e436
b5e75f4310df5b79f0a31a005597247e5f758ee9
refs/heads/master
2020-05-18T03:54:39.088030
2015-03-19T03:12:04
2015-03-19T03:12:04
29,001,056
0
0
null
null
null
null
UTF-8
C
false
false
359
c
#include <stdio.h> void pcopy(int *, int *, int n); int main(void) { static int orig[] = {108,22,3,55,22,17,147}; int copy1[3]; int i; pcopy(&orig[2], copy1, 3); for (i = 0; i < 3; i++) { printf("Original: %d, Copy 1: %d\n", orig[i], copy1[i]); } return 0; } void pcopy(int * o, int * c, int n) { int i; fo...
[ "jason.dubaniewicz@bigcommerce.com" ]
jason.dubaniewicz@bigcommerce.com
b3176e135a7fe24674a372e5c942d577ac87c83f
019b085ac8ef4594fb43a1566b8e984cd34fac16
/platforms/nuttx/NuttX/nuttx/configs/viewtool-stm32f107/src/stm32_mmcsd.c
d40b86899ca2169550348feae8ddd6b7ca4bd553
[ "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer", "GPL-1.0-or-later", "LicenseRef-scancode-other-permissive", "ISC", "MIT" ]
permissive
JJRnumrous/Firmware
fffabcee637b5fe00f374b6849894ae518b8c8af
7c3505dffa465be7bcef4602976df853d587e467
refs/heads/master
2020-08-17T20:26:09.876510
2019-10-17T05:22:09
2019-10-17T05:22:09
150,714,296
0
0
BSD-3-Clause
2018-09-28T09:06:12
2018-09-28T09:06:12
null
UTF-8
C
false
false
4,643
c
/**************************************************************************** * config/viewtool-stm32f107/src/up_mmcsd.c * * Copyright (C) 2013 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <gnutt@nuttx.org> * * Redistribution and use in source and binary forms, with or without * modification, ar...
[ "18231349@sun.ac.za" ]
18231349@sun.ac.za
f48b526cca8dcfa134b00d45340194ebe1e03fae
6b287e2f85aba85020111de7283d304841543656
/SpaceChainOS/spacechainos-base/libluaplugin/luafilesystem/src/lfs.h
f3008b52d40d6d08339aced1dbce05cdfc8228ab
[ "MIT" ]
permissive
zz921121/SpaceChainOS
38d754f495d5986c3f3a9e1afee1234a62b804c0
cc3beed4bc2043e9129e45c83e6a813cb58ce05f
refs/heads/master
2021-04-06T10:41:49.310651
2018-03-14T13:05:53
2018-03-14T13:05:53
125,383,594
1
0
null
2018-03-15T14:57:10
2018-03-15T14:57:09
null
UTF-8
C
false
false
727
h
/* ** LuaFileSystem ** Copyright Kepler Project 2003 - 2016 (http://keplerproject.github.io/luafilesystem) */ /* Define 'chdir' for systems that do not implement it */ #ifdef NO_CHDIR #define chdir(p) (-1) #define chdir_error "Function 'chdir' not provided by system" #else #define chdir_error strerror(...
[ "dujinglun@hotmail.com" ]
dujinglun@hotmail.com
ec0d210bd143a9ce2c46b9730fff43fd7b5b6ba1
6d16cac61193f7a3243fc59d12ef191df2f3fa80
/src/eeprom.c
7a70717a0c79d6a11ef513ef05dd70b9688bc519
[ "MIT" ]
permissive
lewpeng/laureline-firmware
940f0ca03f40e89d1af851bb3cb4d41b3e4254bd
9efec755fd9c7dc060c157b7701efd67cc89d6da
refs/heads/master
2020-05-14T23:55:24.929282
2014-11-11T00:59:34
2014-11-11T00:59:34
null
0
0
null
null
null
null
UTF-8
C
false
false
3,835
c
/* * Copyright (c) Michael Tharp <gxti@partiallystapled.com> * * This file is distributed under the terms of the MIT License. * See the LICENSE file at the top of this tree, or if it is missing a copy can * be found at http://opensource.org/licenses/MIT */ #include <string.h> #include "common.h" #include "task.h...
[ "gxti@partiallystapled.com" ]
gxti@partiallystapled.com
ba7a463e1b4eff9471dac25b38a49697a02ac606
7ee11d08681ae4d389765a1bb621a7c2f786fc4f
/4/exercises/409.c
bcd6c2c6c703f5a2e34b95cef2294ff978d626a9
[]
no_license
dilippuri/Data-Structure
5bb230017eb221380ce2188bffe04c8885f2b11f
d8c456225653937dc243108b72b4f3d994884d5d
refs/heads/master
2020-05-22T05:40:31.686800
2016-09-25T07:38:45
2016-09-25T07:38:45
64,897,566
3
0
null
null
null
null
UTF-8
C
false
false
240
c
#include <stdio.h> int main(void){ int x,num; int sum=0; printf("Enter the # of inputs: "); scanf("%d", &x); while (x!=0) { scanf("%d", &num); sum += num; x--; } printf("Sum is: %d\n", sum); }
[ "dilippuripuri@gmail.com" ]
dilippuripuri@gmail.com
7bee761812f9eb4453819b9a6893399a1ea54c17
8d95dec7a321c2318ea94cb272992731b5744001
/HARDWARE/LCD/pic.c
3dec2aab0050bbe65a76aa5e3fa2f0589af65bdb
[]
no_license
zhazhamangzha/Intelligent_reversing_system
1c3988256ecc8413496e3afc883c7971d4123848
4680eab7edcd1883f63adc76deddd0b4d58b209b
refs/heads/main
2023-04-08T02:33:16.828197
2021-04-28T14:38:16
2021-04-28T14:38:16
356,771,897
0
1
null
2021-04-26T03:34:46
2021-04-11T05:07:34
C
UTF-8
C
false
false
6,272
c
#include "CONFIG.h" //图片字模数组,由字模软件生成 unsigned char QR_code[1024] = { 0X00,0X00,0X00,0X00,0X00,0X00,0X00,0X00,0X00,0X00,0X00,0X00,0X00,0X00,0X00,0X00, 0X7F,0XE7,0X11,0X80,0XC3,0XE3,0X8F,0XFC,0X00,0X00,0X00,0X00,0X00,0X00,0X00,0X00, 0X40,0X24,0X61,0XBE,0XF8,0XFD,0X88,0X04,0X00,0X00,0X00,0X00,0X00,0X00,0X00,0X00, 0X40,...
[ "48855789+Afcsee@users.noreply.github.com" ]
48855789+Afcsee@users.noreply.github.com
30df58cf8b55e16d1e7a4ef9795ad0bc80dc6f62
ab7d84257e12958c9a89fe4ed43cc4b6df471ec8
/A11/assign11-Q9.c
e159030bd7e4c0bf765e24c5105aec18e7020782
[]
no_license
Vishalcross/DataStructuresCodes
bd9ea35b65940f15eb2524bfde4aed4bb725880d
aa4602abd0376944712ef39b3c75ca78cbe9aa87
refs/heads/master
2021-09-24T09:44:26.599097
2018-10-07T14:21:39
2018-10-07T14:21:39
120,055,198
2
2
null
2018-10-04T20:15:21
2018-02-03T03:14:50
C
UTF-8
C
false
false
604
c
#include <stdio.h> #include <string.h> #define MIN(a,b) ((a)<=(b)?(a):(b)) #define MAX(a,b) ((a)>=(b)?(a):(b)) char x[1005]; char y[1005]; int dp[1005][1005]; int solve(int i,int j) { if(i==0) return j; else if(j==0) return i; if(x[i-1]==y[j-1]) dp[i][j]=solve(i-1,j-1); else dp[i][j]=1+M...
[ "noreply@github.com" ]
Vishalcross.noreply@github.com
c6f4bfe81b234363e7429e3c03225add23e76d91
ce863130926b17ed0bcac867273c5b2208a12d76
/libs/golibc/src/strcspn.c
44c959de95f858fe9ce19b9301e95828ff7ba64b
[ "BSD-3-Clause" ]
permissive
kkk669/Cloumo
0d3796d374883799fe78ff958fddf115c2892602
e0561dd09e54c23ad9318855bb057e63c63fd966
refs/heads/master
2023-05-26T00:33:43.467070
2023-05-11T15:25:56
2023-05-11T15:25:56
3,152,091
4
5
BSD-3-Clause
2023-05-11T15:25:58
2012-01-11T08:03:58
C++
UTF-8
C
false
false
695
c
//***************************************************************************** // strcspn.c : string function // 2002/02/04 by Gaku : this is rough sketch //***************************************************************************** #include <stddef.h> //=====================================================...
[ "kabuto669@OS-tsukurou.local" ]
kabuto669@OS-tsukurou.local
1995389de268fceb66ead43a6450dba9ea23505f
780efc0704f59c539b2016b8c1da89af235c6a2a
/MUL_2013_wolf3d/sources/calculs.c
4f9e2578cf3014daa26442f705f14edf13a748b6
[]
no_license
Winnie97215/Epitech-1
2f534192a29f2bfab80ff06bd7e3fb4f4b5831fb
26c445b63ee57aa733609387400e409ead41c7ae
refs/heads/master
2021-01-20T17:34:39.387660
2015-12-21T23:17:59
2015-12-21T23:17:59
null
0
0
null
null
null
null
UTF-8
C
false
false
1,162
c
/* ** calculs.c for calculs in ** ** Made by Nicolas Charvoz ** Login <charvo_a@epitech.net> ** ** Started on Sun Jan 12 15:20:13 2014 Nicolas Charvoz ** Last update Sun Jan 12 14:54:53 2014 Nicolas Charvoz */ #include "../headers/wolf.h" #include "../headers/mlx.h" extern int laby[10][10]; int laby[10][10] =...
[ "nicolas.charvoz@epitech.eu" ]
nicolas.charvoz@epitech.eu
f831f9c4f93391795ba080165123ddb85d2a902f
191707dd19837f7abd6f4255cd42b78d3ca741c5
/X11R4/mit/lib/Xdmcp/CmpKey.c
cb18c87ff3323e4dfb9af9f07dd6f822c5c1b804
[]
no_license
yoya/x.org
4709089f97b1b48f7de2cfbeff1881c59ea1d28e
fb9e6d4bd0c880cfc674d4697322331fe39864d9
refs/heads/master
2023-08-08T02:00:51.277615
2023-07-25T14:05:05
2023-07-25T14:05:05
163,954,490
2
0
null
null
null
null
UTF-8
C
false
false
1,504
c
/* * $XConsortium: CmpKey.c,v 1.1 89/12/13 14:31:28 keith Exp $ * * Copyright 1989 Massachusetts Institute of Technology * * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose and without fee is hereby granted, provided * that the above copyright notice appear i...
[ "yoya@awm.jp" ]
yoya@awm.jp
1d0c936dba13e34e51b5ff2b8ac56ccd4ac209ad
32145a59c679655a7970f81ca40d64c1bbdb108e
/Summator_Sche/isim/Summator_Sche_Summator_Sche_sch_tb_isim_beh.exe.sim/unisim/a_3828308815_1222000726.c
de81bae5cc4e968d431a3db70457213fc9c07033
[]
no_license
Hecate2/FPGA_miscellaneous
d6ef1080180018010e1e247e8ce55466ecaaa576
f91b53f508a353f96da25a0909b4c5fb190065d0
refs/heads/master
2020-05-05T13:37:07.416080
2019-04-08T07:11:59
2019-04-08T07:29:33
180,086,206
2
0
null
null
null
null
UTF-8
C
false
false
2,238
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "2474101468@qq.com" ]
2474101468@qq.com
e05c86e6a5d7f1abb55622a392af479d8ea6e26f
bf243431a1e3d858131dcfa08998549335bfcb2a
/Aulas/Pilha/Elemento.h
443097e2c97c45a8fb1a9754b56eb49892bcb555
[]
no_license
TarefasUFSC/Estrutura_de_Dados_I
ca5e95ff8af958edd0b8474bd5df8857d2671d26
5673dc7127eb2ffbf1466c1af09f10ca85740d08
refs/heads/master
2023-03-05T04:38:36.859847
2021-02-22T09:12:14
2021-02-22T09:12:14
294,253,843
0
0
null
null
null
null
UTF-8
C
false
false
174
h
#ifndef ELEMENTO_H #define ELEMENTO_H #include "gtest/gtest.h" typedef struct Elemento { struct Elemento *_proximo; void *_dado; } Elemento; #endif /* ELEMENTO_H */
[ "rodrigo.souza289@etec.sp.gov.br" ]
rodrigo.souza289@etec.sp.gov.br
b6712c7ea6b5c6bb7ca787fa02a2f9c1d8c0ff0e
19e356aa308d3adef259a912b29950a3af37a2e2
/Temp/il2cppOutput/il2cppOutput/Parse_Unity_Parse_Internal_FlexibleDictionaryWrapper_2_gen_286MethodDeclarations.h
e5119de7dbe268af41e7845082c6815fa2777e36
[]
no_license
minuJeong/AcocGame
87314d914b72290fff347cc590ae03669d10d6ba
24eeaba66393890998d55a633fcbd17d984549b4
refs/heads/master
2021-03-12T23:51:57.818655
2015-03-29T12:44:58
2015-03-29T12:44:58
32,936,460
1
0
null
null
null
null
UTF-8
C
false
false
9,604
h
#pragma once #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" // Parse.Internal.FlexibleDictionaryWrapper`2<System.Object,System.Collections.Generic.Dictionary`2<System.String,Parse.ParseRole>> struct FlexibleDictionaryWrapper_2_t2176; // System.Collections.Generic.ICol...
[ "minu.hanwool@gmail.com" ]
minu.hanwool@gmail.com
a2308c4967918fcfa112dd1a0e2322aad9249a57
018b131088f375e0c216e43fd658836558176d3e
/montage-tech/src/mdl/epg_db/epg_database.c
f345d9832114cfdc3c74185468466c64299d20d7
[ "Apache-2.0" ]
permissive
kuikuitage/NewCool-UC-3.1.0-priv
6d8eb4edbd4fc4be42e4d3bc005df1b50ce4d6da
16198d4eae1dd1a1bf4f4ba4b54652688078c018
refs/heads/master
2021-01-10T07:57:45.704763
2016-03-07T09:59:26
2016-03-07T09:59:26
52,131,605
0
3
null
null
null
null
UTF-8
C
false
false
143,951
c
/********************************************************************************************/ /********************************************************************************************/ #include <string.h> #include <stdio.h> #include <stdlib.h> #include "sys_types.h" #include "sys_define.h" #include "lib_util.h" #...
[ "gongwei@thinewtec.com" ]
gongwei@thinewtec.com
9bb03fbf846e630bac187f43760991beabc5cfc2
f2129a1c080340ce1db3ce3e9d7976bd4dac1482
/util.c
590d8a328e84d3a58a0e3514a89398df2dcefcbe
[]
no_license
Backporter/ps4_remote_pkg_installer
206f4f6146ea8bc7c5ccd825897f8803e54114f1
f12834101553d0f42c36107cff2b3d1708574937
refs/heads/master
2022-12-17T15:31:52.123215
2019-07-26T21:07:22
2019-07-26T21:07:22
null
0
0
null
null
null
null
UTF-8
C
false
false
7,343
c
#include "util.h" #include <kernel_ex.h> #include <system_service.h> #include <ctype.h> bool get_language_id(int* lang_id) { int value; int ret; ret = sceSystemServiceParamGetInt(SCE_SYSTEM_SERVICE_PARAM_ID_LANG, &value); if (ret) { EPRINTF("sceSystemServiceParamGetInt failed: 0x%08x\n", ret); goto err; } ...
[ "aleksey.kulayev@gmail.com" ]
aleksey.kulayev@gmail.com
aff7c0708940f0ac3b778311dac63118650ea51d
9f21a2945bd31143add0bc0a5610a9d0bdfa32f3
/Lab 3 - Real Time Clock/main.c
acf674a5d6bef12cb0bfe5d25b17748996ecea23
[]
no_license
Scott-will/Embedded-Labs
520046ebef73d938c80f10a367f434175240faa7
83a232f85799bda544795c7c13cb7703c5bd0a70
refs/heads/master
2020-12-07T08:54:37.093840
2020-01-09T00:45:24
2020-01-09T00:45:24
232,687,555
0
0
null
null
null
null
UTF-8
C
false
false
32,646
c
/** ****************************************************************************** * @file GPIO/GPIO_EXTI/Src/main.c * @author MCD Application Team * @version V1.8.0 * @date 21-April-2017 * @brief This example describes how to configure and use GPIOs through * the STM32L4xx HAL API. ***...
[ "48844810+Scott-will@users.noreply.github.com" ]
48844810+Scott-will@users.noreply.github.com
38f15d6cb96371826febd136ff408b6045e83f1d
d31ffeaaffe7350cf0802e48d2fe5e837e021758
/02.OpenMP/src/vector_operations.c
b43e8b2c7d739c8078d96ae61875cfeb6952d486
[]
no_license
Evgenius2020/Parallel-Programing-Labs
ae7686ea2f2dd951d5d266668329d356623798f9
662dcafc26bcd32cb9fcd906f9fb20d04a37317c
refs/heads/master
2021-05-03T08:16:33.694656
2018-05-29T17:00:28
2018-05-29T17:00:28
120,564,139
0
0
null
null
null
null
UTF-8
C
false
false
1,880
c
#include <math.h> #include <stdlib.h> #include <stdio.h> #include "vector_operations.h" void matrix_x_vector(double *matrix, double *vector, double **result, unsigned vector_size) { unsigned i; #ifdef BUILD_OMP_HARD #pragma omp parallel for shared(result) private(i) #endif for (i = 0; i < vector_size; i++) ...
[ "spleen47@mail.ru" ]
spleen47@mail.ru
b3977da42ffe3ff0ea9d7c4cf614e834dc5f62bb
6cd43f79a7bb8946eac939956062b98c3e0dd70f
/src/mind/stances-table.h
9ad20fbf2d9b71473b06b285a77208dea093d449
[]
no_license
taotao54321/HengbandPP
02ecf6b95722729614bca2f62ce41ce2fe4af9b4
65a8b09add185310ecc0b5b06baaa027d555605e
refs/heads/master
2023-02-19T23:20:13.031148
2021-01-16T13:32:30
2021-01-16T13:32:30
330,644,673
2
0
null
null
null
null
UTF-8
C
false
false
361
h
#pragma once #include "player/special-defense-types.h" #include "system/angband.h" typedef struct blow_stance { concptr desc; /* A verbose stance description */ PLAYER_LEVEL min_level; /* Minimum level to use */ concptr info; } blow_stance; extern const blow_stance monk_stances[MAX_KAMAE]; extern const ...
[ "iks@users.sorceforge.jp" ]
iks@users.sorceforge.jp
94d888f07eb227dd426a5862e93d186bde9b3e1f
814456d83d9b0c8a1a4d5cf3bf64ab70f1953e8d
/Blatt_0_Weber/queue_mit_feld/queue.h
59dcd5bcd1660d095837f8c94fb5a1f6246264fb
[]
no_license
ThePastafarie/AuD
cec7981a44eb155246db2131d9012aa3ef013cb2
7740b90cb32baf8e56a2938e2aec69914770f07d
refs/heads/master
2023-04-18T11:16:25.999467
2021-04-29T07:09:08
2021-04-29T07:09:08
357,086,026
0
0
null
null
null
null
UTF-8
C
false
false
1,043
h
/****************************************************/ /* Vorlesung Algorithmen und Datenstrukturen */ /* Bruno Lang, 2004/04/21 */ /* */ /* Dieses Header-File stellt eine mit einem Feld */ /* implementierte Queue bereit. ...
[ "peterwerber1406@googlemail.com" ]
peterwerber1406@googlemail.com
f387b3e56532cb67e4620c5d253f1baeed09fefc
d5983a62cf04ff01944add65c147a00fdbafbed0
/p29_FW.c
bc3ed7b8bf903827a102d54002e81ede1297087a
[]
no_license
graytower/vnfmotion
f19a8f1f4f11ce8aaf9366da503bb9fbca795ca6
0a3f46bd8480cfcd331bbf90dcdeb61048750f2e
refs/heads/master
2020-03-19T01:07:23.752504
2018-11-11T07:15:37
2018-11-11T07:15:37
135,414,356
0
0
null
null
null
null
UTF-8
C
false
false
6,377
c
#include"nfv.h" #include "../posix/ndpi_api.h" //iphdr #include <pcap.h> #include "fan.h" int main() { /*initialization about mqueue*/ char proname[] = "p29_FW"; setcpu(P29_STARTING_CPU); struct mq_attr attr, attr_ctrl, q_attr; attr.mq_maxmsg = MAXMSG; attr.mq_msgsize = 2048; attr.mq_flags = 0; attr_ctrl.mq...
[ "pan@bupt.edu.cn" ]
pan@bupt.edu.cn