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
00ab13d61749d8e871eb0782ede8ead3853bdd32
c83858eb77d8d49a7b86a8274b8ca4fe73982298
/0x0A-malloc_free/0-create_array.c
4a7bf48061196147a54c17a13efed9f2ec3cd611
[]
no_license
zabimaru1000/holbertonschool-low_level_programming
e30d0bb3f74f92bb8c94cc55f65dbff31f7d588d
071cb9c722e2be51fe3fcd1a859c9d637c816de1
refs/heads/master
2018-07-08T02:25:09.841190
2018-05-31T14:35:38
2018-05-31T14:35:38
117,909,699
0
0
null
null
null
null
UTF-8
C
false
false
577
c
#include "holberton.h" #include <stdlib.h> /** * create_array - Makes an array of characters that only uses char c. * @size: Any int value that used as an argument from main. * @c: Any char value that is used as an argument from main. * * Return: new_array (Pointer to allocated memory in new_array set by size.) ...
[ "bhchew@ucdavis.edu" ]
bhchew@ucdavis.edu
f8a98e6b34c9fd936f9da8b5aae7021ed536729d
8d1725e2bedd244d7bc865df75317a85d2468e93
/qt_gui/c_lib/include/qt_gui_c_QRawFont.h
9008d466b1274c185130cd9c4a30857ea11bb85d
[]
no_license
aristotle9/qt_generator-output
04100597f923b117314afcc80f0ea85417d342be
be98dd92de8d2e2c43cf8e9e20ebd1316fd4b101
refs/heads/master
2021-07-23T12:20:15.277052
2017-10-24T08:20:03
2017-10-24T08:20:03
108,097,475
2
0
null
null
null
null
UTF-8
C
false
false
6,057
h
#ifndef QT_GUI_C_QRAWFONT_H #define QT_GUI_C_QRAWFONT_H #include "qt_gui_c_global.h" extern "C" { QT_GUI_C_EXPORT unsigned int qt_gui_c_QRawFont_G_qHash_font(const QRawFont* font); QT_GUI_C_EXPORT unsigned int qt_gui_c_QRawFont_G_qHash_font_seed(const QRawFont* font, unsigned int seed); QT_GUI_C_EXPORT void qt_gui_c...
[ "lanfan.1987@gmail.com" ]
lanfan.1987@gmail.com
1714be48be47f8cc170e0a01c8e4b39a305d3a0f
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/bb93ae6d-c18b-4f81-8610-55cdf5f47016.c
2e6c11c661d94d486321f253f52015b0012123e1
[]
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
574
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 = l/j; k = k-k*i; //variables /* START VULNERABILITY */ int a; int b[90]; int c[11]; a = 0; while (...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
a3b43e29b8764481519b255fb9afde3eda88dbeb
b461c38f06d54c2d9b2383d453ca1f8b150296e5
/Demonstration/DE1_SOC_MIL_PAINTER/software/tftlcd_ili9806g/terasic_lib/multi_touch2.c
5f63d048e6d75aea4aa3752e2e8cc4d66034d18e
[ "Apache-2.0" ]
permissive
hongshui3000/mi-lcd
ef7247b86203a1995f87e6c25b13f7c33a20e8e7
8d00fa0872c05697a461ae5f99ce1519c2bd32ff
refs/heads/master
2023-01-01T04:25:26.621246
2020-10-18T13:19:21
2020-10-18T13:19:21
null
0
0
null
null
null
null
UTF-8
C
false
false
5,167
c
#include "terasic_includes.h" #include "multi_touch2.h" #include "I2C_core.h" #include "I2C.h" #include "alt_types.h" #define TRUE 1 #define FALSE 0 static void mtc2_QueryData(MTC2_INFO *p){ MTC2_EVENT *pEvent, *pOldEvent; unsigned char reg_data[31]; unsigned long x1,y1,x2,y2,x3,y3,x4,y4,x5,y5...
[ "thinkoco@foxmail.com" ]
thinkoco@foxmail.com
d372b12befff54c864e58583e8e8bf02b018982d
f828321ad809940be8f2a9435cb43cb58f6e32b7
/nesC/RssiBase/build/telosb/app.c
b8c605fee65f0f0d593a8015a3a94c025ba41be3
[]
no_license
arvind-india/WirelessSensorNodeGeolocation
2a66b017dce7cb6b8c735f9fc3fd74df58924de1
5913ade84ebae171a0dd02b67be180c92240a9de
refs/heads/master
2020-03-27T02:01:13.411101
2011-10-10T13:21:00
2011-10-10T13:21:00
null
0
0
null
null
null
null
UTF-8
C
false
false
766,006
c
#define nx_struct struct #define nx_union union #define dbg(mode, format, ...) ((void)0) #define dbg_clear(mode, format, ...) ((void)0) #define dbg_active(mode) 0 # 151 "/opt/msp430/lib/gcc-lib/msp430/3.2.3/include/stddef.h" 3 typedef int ptrdiff_t; #line 213 typedef unsigned int size_t; #line 325 typedef int wchar_t; ...
[ "ph4r05@ph4.maleus" ]
ph4r05@ph4.maleus
75880e8adab691476b9f7942fc9e6b802fcf2fd3
c304eba343baa45f373fece59eeeb963a295aa61
/os/port/print.c
56ec279360e34964bf442b1e06d1e084bb1252c3
[ "MIT" ]
permissive
kryptine/inferno-2e
f8873d40ef15279acdaf60a186084bad6fde917f
d87916059d6cb864693ffb575c34c76cb729c25e
refs/heads/master
2023-03-27T10:01:06.386716
2021-03-24T16:43:30
2021-03-24T16:43:30
null
0
0
null
null
null
null
UTF-8
C
false
false
11,570
c
#include "u.h" #include "../port/lib.h" #include "mem.h" #include "dat.h" #include "fns.h" #include "../port/error.h" enum { SIZE = 1024, IDIGIT = 30, MAXCONV = 40, FDIGIT = 30, FDEFLT = 6, NONE = -1000, MAXFMT = 512, FPLUS = 1<<0, FMINUS = 1<<1, FSHARP = 1<<2, FLONG = 1<<3, FSHORT = 1<<4, FUNSIGN = 1<<5...
[ "charles.forsyth@gmail.com" ]
charles.forsyth@gmail.com
cb1d973a46e7f7a4a7cae7f0d0ac9397b8dd3eb0
6c9fd9d9b3add7d2b2d32144000acd807280056a
/musl/src/stdio/fwide.c
48480685aa4b63a664ccc842548aa8f663c9b662
[ "LicenseRef-scancode-public-domain", "BSD-2-Clause", "BSD-3-Clause", "LicenseRef-scancode-mit-nagy", "MIT", "LicenseRef-scancode-other-permissive" ]
permissive
saneee/x86_64_kernel
097668f2219734c097a24aadbe7977e6b26f96d6
7f78d5cb78e1f594614e84445df5c1e6a5fa7e1e
refs/heads/master
2022-11-18T09:21:26.852317
2020-07-13T00:44:41
2020-07-13T00:44:41
262,577,615
20
7
null
null
null
null
UTF-8
C
false
false
222
c
#include "stdio_impl.h" #define SH (8*sizeof(int)-1) #define NORMALIZE(x) ((x)>>SH | -((-(x))>>SH)) int fwide(FILE *f, int mode) { FLOCK(f); if (!f->mode) mode = f->mode = NORMALIZE(mode); FUNLOCK(f); return mode; }
[ "399030@qq.com" ]
399030@qq.com
2a76b14d25dce1d29049c5906fa2961db8bc5d8e
68957906e824f969e59eabc9031e2752c535b9f4
/Chapter05/DBLinkedList.h
f9c25470b3d055f8a3c386ac04b844bd1b3c5535
[]
no_license
beatz4/DataStructureRepo
60284c5b38910734fea0eb01c5ae8f295d2d2e5f
4a723354f3b9984aaa529215ec9b46d394e582af
refs/heads/master
2021-02-08T00:58:54.683775
2020-03-23T13:45:02
2020-03-23T13:45:02
244,091,873
0
0
null
null
null
null
UTF-8
C
false
false
541
h
#pragma once #ifndef __DB_LINKED_LIST_H__ #define __DB_LINKED_LIST_H__ #define TRUE 1 #define FALSE 0 typedef int Data; typedef struct _node { Data data; struct _node* prev; struct _node* next; } Node; typedef struct _DLinkedList { Node* head; Node* cur; int numOfData; } DLinkedList; typedef DLinkedList L...
[ "beatz4@naver.com" ]
beatz4@naver.com
45db0772df29995f65561d8284d6e00972ed8e0f
4fa62392bcd540518d2553008e737bd3cac8d820
/include/storm/ia32/debug.h
70f733d19574c9ddeca437f0720b00c9e6849e3a
[]
no_license
chaos4ever/stormG2
b05a45a07ba73fca9f1323b0672976402d573dc4
7ee29f59afdf3181e916e8c4d84f1b28f946fc92
refs/heads/master
2020-03-30T17:31:41.681556
2013-05-27T20:30:38
2013-05-27T20:30:38
null
0
0
null
null
null
null
UTF-8
C
false
false
1,881
h
/* $Id$ */ /* Abstract: Debug functions. */ /* Author: Per Lundberg <plundis@chaosdev.org> */ /* Copyright 2000 chaos development. */ /* 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 ...
[ "perlundberg@1f819a86-672b-0410-b5ed-9de735de380c" ]
perlundberg@1f819a86-672b-0410-b5ed-9de735de380c
c18b8e37e081a9b4fc0a3f3ecc7781c19c95913b
c2cedcf36667730f558ab354bea4505b616c90d2
/players/balowski/daemons/channel.c
bd6ea51e36ef146e3dd113b8bccdd4e9b512c8d9
[]
no_license
wugouzi/Nirvlp312mudlib
965ed876c7080ab00e28c5d8cd5ea9fc9e46258f
616cad7472279cc97c9693f893940f5336916ff8
refs/heads/master
2023-03-16T03:45:05.510851
2017-09-21T17:05:00
2017-09-21T17:05:00
null
0
0
null
null
null
null
UTF-8
C
false
false
3,372
c
/* * New channel daemon * Based on the one used in guild * Balowski@Nirvana '97 */ #pragma strict_types #include "/players/balowski/lib.h" inherit BASE; inherit COLOUR; mapping Channels; mapping Members; void create() { colour::create(); base::create(); Members = ([ ]); Channels = ([ ]); } /* ---...
[ "rump.nirv@gmail.com" ]
rump.nirv@gmail.com
7dac4dd2dd9739637069bd97cafbd3b107292ac2
5814f3b31ca59164726ead97e89638a7807c646e
/Arc Injection/pass.c
be38b164f049cea5255c0b9b011af814bb1beb18
[]
no_license
grandeep/secure-coding-in-c-and-cpp
9afbcdaa5d54849d146829095a88e7d9a5a7b957
4d2491581ccb1f68344dd0778c54aa67304e19b3
refs/heads/master
2023-03-15T23:10:23.898982
2019-01-06T22:37:05
2019-01-06T22:37:05
null
0
0
null
null
null
null
UTF-8
C
false
false
548
c
#include <stdio.h> #include <string.h> #include <stdlib.h> int isPasswordOK(void) { char password[12]; gets(password); // potential for a buffer overflow if (!strcmp(password, "goodpass")) return 1; else return 0; } int main(void) { int PwStatus; puts("Enter Password: "); PwStatus = isPasswordOK(); if (!PwS...
[ "34987259+mparisi20@users.noreply.github.com" ]
34987259+mparisi20@users.noreply.github.com
ecd598d9cce96762600d7bf44e08d03f8c9cca8b
a3bc8cbaa31c8e6174a434a5a12e19e5ed19d2b7
/pointerQuiz/Q15.c
a63739568ec7994c754f46b8f9c006ac92205186
[]
no_license
Abousoufian/C2
9e98b3cf294693017039af5641a4511c00a2855b
0ab4c638f2307b5ead8a940f7f448a02ea4f8b27
refs/heads/main
2023-05-28T07:31:36.888259
2021-06-13T19:08:19
2021-06-13T19:08:19
376,034,062
0
1
null
null
null
null
UTF-8
C
false
false
509
c
#include <stdio.h> void upperNumb(int *g1_ptr) { do { printf("Geef het eerste getal in: "); scanf("%d", g1_ptr); } while(*g1_ptr>100); } void lowerNumb(int *g2_ptr, int *g1_ptr) { do { printf("Geef het tweede getal in: "); scanf("%d", g2_ptr); } while(*g2_ptr>*g1_ptr); } int main() { int getal1=0; ...
[ "11903685@student.pxl.be" ]
11903685@student.pxl.be
a0880b9b71dbb7372c2f50d1e4f8911ce6a3e2f6
fb50587d408a26afe241619ae56d2cdfc192ba36
/0x01-variables_if_else_while/9-print_comb.c
e6248c39f6ec5cbc3a1e6614afa6d36cda31fffe
[]
no_license
JackoDev/holbertonschool-low_level_programming
2e4e10571d80e1b0389906227516b387fc22bf71
3425bd6722e814d7ca035cf1e47072071145b5bc
refs/heads/master
2022-03-30T10:24:52.153943
2020-01-16T17:24:10
2020-01-16T17:24:10
null
0
0
null
null
null
null
UTF-8
C
false
false
293
c
#include <stdio.h> #include <stdlib.h> /** * main - prints the digit numbers separated by commas and space * Return: 0 */ int main(void) { int u = 0; while (u <= 9) { putchar(u + '0'); if (u != 9) { putchar(','); putchar(' '); } u++; } putchar('\n'); return (0); }
[ "untaljacko@gmail.com" ]
untaljacko@gmail.com
ccfc1bef07c82e81cb0bc28bbdd9a75a67dcfb18
43b7e155222b74e42ef1a66a12e62743cf4ebcc7
/4_Python_Module/lineAndPoint.c
e8df5c74e85818c0d16d61189a04df49adc2d7bb
[]
no_license
Suharick/C
ac17cc1cf827cc9424f10e60fc2057509fd0ed2d
7f4f59f31b2c89f6668f65e51cb4f67ca112243e
refs/heads/master
2021-04-18T09:19:01.458024
2020-05-17T20:00:54
2020-05-17T20:00:54
249,528,711
0
1
null
null
null
null
UTF-8
C
false
false
2,832
c
#include <Python.h> #include <math.h> double distanceTo(double x, double y){ return sqrt(pow(x,2) + pow(y,2)); }; double distanceToZero(double a, double b, double c){ return abs(c)/sqrt(pow(a,2) + pow(b,2)); }; double distanceToPoint(double x, double y, double a, double b, double c){ return abs(a*x + b*y...
[ "natusi.pusi.obnimusi@gmail.com" ]
natusi.pusi.obnimusi@gmail.com
41ca98a135f1485e6caf7121b7acb6c101be97fc
87944ac3ffc8c54cfea2f7bba668e1f364cae866
/src/lib/types/console.h
e703f9f0860dbe24aa80949d8d87cd4147c7bcde
[]
no_license
hansung080/hos
eab79fe761c06bfaf9dee6083bd56d33896f2c74
768ca788661076a8aafb5f656dddd636ec866ff3
refs/heads/master
2022-11-06T23:56:10.814303
2020-07-03T10:13:36
2020-07-03T10:13:36
140,072,486
1
1
null
null
null
null
UTF-8
C
false
false
140
h
#ifndef __TYPES_CONSOLE_H__ #define __TYPES_CONSOLE_H__ #define CONSOLE_WIDTH 80 #define CONSOLE_HEIGHT 25 #endif // __TYPES_CONSOLE_H__
[ "hansung080@hanmail.net" ]
hansung080@hanmail.net
a17d4cafed88581157bd0d63098e491b625d2f07
1490e9f3a20e44b2f14aeb396b8736337e6ba0ab
/18-原生调 webView/Pods/Headers/Private/QNNetDiag/QNNQue.h
c3beff379d66641fb1fcb66093bb70fb14066f9e
[ "Apache-2.0" ]
permissive
P79N6A/demo
92d195899bb404ee6ac8e0113d43b1c6f1054c9e
0286a294b8f9f83b316e75e8d996e94fb6ab6a53
refs/heads/master
2020-04-07T11:40:07.167972
2018-11-20T05:24:16
2018-11-20T05:24:16
158,335,668
5
3
Apache-2.0
2018-11-20T05:30:45
2018-11-20T05:30:44
null
UTF-8
C
false
false
35
h
../../../QNNetDiag/NetDiag/QNNQue.h
[ "czljcb@163.com" ]
czljcb@163.com
798ac8b69eb9afddea50b17f4500db107f0255ff
4615f4386a18a23d8454ceba3bbcca0c815dfd25
/Software/Arduino/shift.h
298df59b5bdb6a84360aa5219c5fd4b562df36c8
[]
no_license
LEDPi/LEDPi
71ce90222af4b9ee96ce955f7f9e8e0c8b27f844
2fab801244c4621e1376e036d66fb82d75783241
refs/heads/master
2021-01-19T13:03:31.285711
2014-06-03T18:35:40
2014-06-03T18:35:40
null
0
0
null
null
null
null
UTF-8
C
false
false
607
h
#ifndef _H_SHIFT_ #define _H_SHIFT_ //////////////////////////////////////////////////////////////////////////////// // includes #include <stdint.h> // includes a whole bunch of std. headers. #include "teensy3/WProgram.h" #include "teensy3/Arduino.h" #include "mux_defines.h" #include "shift_t.h" //////////////////...
[ "aiko.isselhard@gmail.com" ]
aiko.isselhard@gmail.com
0ba7bab7451f56ab88832b1194e5c8ee65009c49
61a2814b82ceab27d2c0eac84b9137aac717d60c
/in_progress/GiRaFFE_NRPy/GiRaFFE_Ccode_library/driver_conserv_to_prims_FFE.C
41e4e59e82264619123f0789d76531c4df7c101c
[ "BSD-2-Clause" ]
permissive
goncalo-andrade/nrpytutorial
38f78f2505bad1923bcd77fb6573fa2945596b13
4fbcb51c936864b442daefd176bd6a5277c00116
refs/heads/master
2023-02-18T03:43:16.822155
2020-07-07T10:23:54
2020-07-07T10:23:54
267,051,309
1
0
BSD-2-Clause
2020-05-26T13:32:38
2020-05-26T13:32:37
null
UTF-8
C
false
false
13,422
c
/* We evolve forward in time a set of functions called the * "conservative variables" (magnetic field and Poynting vector), * and any time the conserv's are updated, we must recover the * primitive variables (velocities), before reconstructing & evaluating * the RHSs of the MHD equations again. * * This file...
[ "penelson@mix.wvu.edu" ]
penelson@mix.wvu.edu
90dd19e1e6012b4441b93236ef2caafa0f558a5f
890eb8e28dab8463138d6ae80359c80c4cf03ddd
/PALCommon/C-Common/PHY/APP/NS/HSPA/HALPhy_FDD/Src/UpHAL_HCLP_ParamCtrl.c
a959ee94b9305cba957212af3717216e46a3c8ba
[]
no_license
grant-h/shannon_S5123
d8c8dd1a2b49a9fe08268487b0af70ec3a19a5b2
8f7acbfdcf198779ed2734635990b36974657b7b
refs/heads/master
2022-06-17T05:43:03.224087
2020-05-06T15:39:39
2020-05-06T15:39:39
261,804,799
7
1
null
null
null
null
UTF-8
C
false
false
819
c
Line 212: UpHAL_hCLP_Param_ceIir_set2ndOrder, i = %d, doppler_mode = %d,tg0_idx= %d, tg1_idx =%d, tg2_idx = %d Line 213: UpHAL_hCLP_Param_ceIir_set2ndOrder, ce_clst_ctrl = 0x%x,ce_tg0_iir_coef= 0x%x, ce_tg1_iir_coef = 0x%x, ce_tg2_iir_coef = 0x%x Line 306: UpHAL_hCLP_Param_Control_WriteRegisters_LMS_WGT_UPDATE, i_lm...
[ "grant.h.hernandez@gmail.com" ]
grant.h.hernandez@gmail.com
76eb30f8d485906331c25e81b8b0be6ec7429353
9e6ef1b1763563626921926f530299e45cda946c
/CP2/cp2/corpus/t00024.c
dc12d5c4afc32664f20f951bdf2668383e79329e
[]
no_license
TF-185/cra-princess-cp3
fc39e0ab503fd5b0e8df13a74968cad6bb21e751
3f762c85efa5b91cb7080fd17d88c5b6f4c6d529
refs/heads/master
2023-05-28T23:29:06.407627
2019-10-24T15:53:08
2019-10-24T15:53:08
null
0
0
null
null
null
null
UTF-8
C
false
false
137,964
c
/* * This is a RANDOMLY GENERATED PROGRAM. * * Generator: csmith 2.3.0 * Git version: 30dccd7 * Options: --take-no-union-field-addr --no-packed-struct --no-float --seed 613124249 * Seed: 613124249 */ #include "csmith.h" static long __undefined; /* --- Struct/Union Declarations --- */ union U0 { vol...
[ "mreposa@cra.com" ]
mreposa@cra.com
2207172afe0d14c338b22daadd82660fa3ab564d
6a2be283274c68bf0b2b67422786c6728df21848
/src/run_znorm.c
f105d51c1f4f3b8b71e8d3640afca601a2007262
[]
no_license
wpleasant/dtwKnn
3c4d8a8fa64b517861147626a8b8625acfa2755d
87f9f9089b9ccf87aa27175b920124b210d38d95
refs/heads/master
2016-09-05T17:01:57.862681
2015-05-07T20:19:39
2015-05-07T20:19:39
33,128,863
3
2
null
null
null
null
UTF-8
C
false
false
4,201
c
/* This part of dtwKnn is derived from the UCR Suite. */ #include <R.h> #include <Rinternals.h> SEXP run_znorm_C(SEXP x, SEXP win, SEXP epoch, SEXP backfill, SEXP dropAttr) { SEXP ans; R_len_t ii=0, i=0, j=0, ep=0, sp=0, ed=0; int P=0; int W = asInteger(win); int WW = W-1; int EPOCH = asInt...
[ "williampleasant@gmail.com" ]
williampleasant@gmail.com
40a54eb1dd27661e4d2bd7b26140298b75f28703
4b5efbdff7fc380b47f767318ee5e02e10a45cdd
/robot_control/pru-cgt/lib/src/isinff.c
51ac775f7b7c721cf7c4ec9d74c2aff0ed846155
[ "BSD-3-Clause" ]
permissive
SjoerdKoop/vicon_control
1b2cd72433623c1468829dadf1bcb0efaa4c99b3
26d10318999ae686d76eca2c63a0f2f1e7ad4191
refs/heads/master
2020-03-06T22:17:15.087958
2018-04-26T09:35:20
2018-04-26T09:35:20
127,099,548
2
2
null
null
null
null
UTF-8
C
false
false
2,969
c
/****************************************************************************/ /* isinff.c v2.2.1 */ /* */ /* Copyright (c) 2007-2017 Texas Instruments Incorporated */ /* h...
[ "s.j.m.koopmans@student.tue.nl" ]
s.j.m.koopmans@student.tue.nl
1f7fa22f413e3faf4d15300b01ce2914c756f6fc
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/zstd/contrib/linux-kernel/lib/zstd/extr_fse_compress.c_FSE_minTableLog.c
7929dff260d0ce4aa217ac2e3e8f2ec8bd6f4054
[]
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
764
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
8bcba4161090dbf73bfd6659cbc099e10fca15b6
498396f3db198cca9a4825a08f347ff8c0fb97f0
/power_iter2.c
d50069005d7ef369891cbb395a06a33665ac78a5
[]
no_license
sergeyvoronin/eigensolver
5cfb9ed5f714bcf73ffa87c3728f37ecf2223732
43ad5c8ffe464c614b27821587ed817a89248625
refs/heads/master
2021-09-12T13:38:28.316164
2018-04-17T11:26:47
2018-04-17T11:26:47
104,287,236
0
0
null
null
null
null
UTF-8
C
false
false
1,578
c
#include "matvec_basic2.h" void power_iter(mat *A, double tol, int maxiters, double *eval, vec *evec); int main() { int i, j, m, n, maxiters; mat *A; vec *evec; double eval; // set parameters ---> double complex Ad[9] = {2,1,3,1,1,2+I,3,2-I,2}; double tol = 1e-8; maxiters = 100; printf("loa...
[ "sergey.voronin@outlook.com" ]
sergey.voronin@outlook.com
140966ac339baca1f9d4fd1b23901d32bb734028
f8a1439da88cfdbde99ccfd82230f35071ddd231
/h1/h1/teplate.h
52fe4a0b4445e0c68028af31fbfd94173b4bd08a
[]
no_license
a0910281835/homework2
4d48d4fe25698da764ee641a55d73fa81599efdf
e48cf4f0635bd4045c9d0fb56344ae67a7f3222d
refs/heads/master
2022-09-24T16:58:30.203567
2020-06-07T15:44:07
2020-06-07T15:44:07
266,990,245
0
0
null
null
null
null
UTF-8
C
false
false
886
h
//------------------------------------- // FWinfo //------------------------------------- #define BUILD_COUNT 0 #define TASK_ID 0000 #define FW_SETTING_ID 0000 //#define _OFFLINE #define MAX_W_SIZE 50 #define MAX_H_SIZE 50 #define MAX_WH_SIZE 100 //#define _TOUCH_PID_LOCK #define TOUCH_PID 0x09050009 //#define _PEN_PID...
[ "hsinhsuanyu@gmail.com" ]
hsinhsuanyu@gmail.com
071f9e2f3a655fdda597e76b09185be2b48466d4
a4ae35bc5a534b51592432154fe36113a782fbce
/FFmpeg/libavformat/webm_chunk.c
5590e1d5bbbda0813fe5ca2cc3656afaef835326
[ "MIT", "LicenseRef-scancode-free-unknown", "LGPL-2.1-only", "LGPL-3.0-only", "LGPL-2.0-or-later", "LGPL-3.0-or-later", "IJG", "LicenseRef-scancode-proprietary-license", "GPL-2.0-or-later", "LGPL-2.1-or-later", "GPL-3.0-only", "GPL-2.0-only", "Apache-2.0", "LicenseRef-scancode-other-permiss...
permissive
jvo203/fits_web_ql
53c1cd517c8b34a86c34e54bb7df3b0d9f6f7e98
b929f81dec0039b4a24f3b077e029682b84f094d
refs/heads/master
2023-08-09T15:14:35.643280
2023-08-08T08:05:34
2023-08-08T08:05:34
135,184,023
11
0
MIT
2023-01-06T23:16:12
2018-05-28T16:18:46
C
UTF-8
C
false
false
9,105
c
/* * Copyright (c) 2015, Vignesh Venkatasubramanian * * This file is part of FFmpeg. * * FFmpeg is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your o...
[ "chris.zapart@nao.ac.jp" ]
chris.zapart@nao.ac.jp
0dd34bf82c1dfb47ca637ad66ab4e0379df57214
becf54dd8789aa93514a53e4817a064897d4e820
/devel/arsdk/out/Unix-base/staging/usr/include/libARStream2/arstream2_rtp_receiver.h
9987de9ae97ac7901af2a525fcd3fa43eaab00bb
[]
no_license
MasashiAso/bebop
14c269a0892f320fc3b563e25dfdd358bcb6a641
1822d1cbc6664c75f6c5acdb5fecc335fb48e9a4
refs/heads/master
2020-03-14T21:33:40.263369
2017-02-14T13:59:03
2017-02-14T13:59:03
null
0
0
null
null
null
null
UTF-8
C
false
false
130
h
/home/mech-user/bebop_ws/devel/.private/bebop_driver/arsdk/out/Unix-base/staging/usr/include/libARStream2/arstream2_rtp_receiver.h
[ "searchmyiphone@icloud.com" ]
searchmyiphone@icloud.com
d70e746ced9f2d81caf74fd761e7ab4585dcc3a6
d064565e35d28605b7711ae73a7f61958940f9ea
/tests/c/test1010_jsonloop.c
df228e442a3bd601118b807f96103f4dabf4fecb
[ "MIT" ]
permissive
cclauss/db2sock-ibmi
2e9c2d7d25865b9ecb5c1f9f20f33351f920d7a5
8361279737df4f9a7cffe02fa164ad21f1d0c2b0
refs/heads/master
2021-07-06T01:09:46.365136
2018-03-20T20:40:53
2018-03-20T20:40:53
190,625,800
0
0
MIT
2019-06-06T17:54:02
2019-06-06T17:54:02
null
UTF-8
C
false
false
1,580
c
#include <pthread.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <stdarg.h> #include <sqlcli1.h> #include "test.h" #include "PaseCliAsync.h" /* export MALLOCDEBUG=report_allocations */ #define MAX_TEST_BUFFER 5000000 int main(int argc, char * argv[]) { int i = 0; SQLR...
[ "adc@us.ibm.com" ]
adc@us.ibm.com
8a2e3feb78b7fdd8da7ed5e89c2833359b74ad3b
af1137d858d4d16d841a720ec0affa2b7a72aa2e
/System/Library/PrivateFrameworks/CompassUI.framework/CompassUI-Structs.h
0df6e8b010493b4059ade3138b78e2619b9afe96
[]
no_license
rajkumar234345/iOS-13.5-Headers
b324c38fa97e2f4bf89a947d696a8a0e951e7933
a6bc5c1295d53f025e0bd43f5b12a64deb31f6a4
refs/heads/master
2023-03-16T03:33:59.439358
2020-09-07T07:27:17
2020-09-07T07:27:17
null
0
0
null
null
null
null
UTF-8
C
false
false
1,304
h
/* * This header is generated by classdump-dyld 1.0 * on Monday, September 7, 2020 at 2:36:10 PM US Time * Operating System: Version 13.5 (Build 17F75) * Image Source: /System/Library/PrivateFrameworks/CompassUI.framework/CompassUI * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. */ ty...
[ "45226508+udevsharold@users.noreply.github.com" ]
45226508+udevsharold@users.noreply.github.com
d11dde945a0e1493474c7d28d12d93457326e794
5cef10bca41a0a97b64afb6fceebd6ed47affa02
/83/code.c
065373b0110c5735e4c21ca45a87a1d25c6be949
[]
no_license
yangizone/leetcode_records
9da6067534b3f9030946cdbd2a3de5d8528fde1d
05a4e1e11cc79d8544c682a54fac87419a6410f1
refs/heads/master
2022-03-05T11:58:02.257903
2022-02-28T15:11:27
2022-02-28T15:11:27
211,469,372
2
0
null
2021-06-20T06:41:23
2019-09-28T08:31:30
C
UTF-8
C
false
false
749
c
/** * Definition for singly-linked list. * struct ListNode { * int val; * struct ListNode *next; * }; */ struct ListNode* deleteDuplicates(struct ListNode* head){ //原地算法,不想多分配一个链表 if(head==NULL){ return NULL; } struct ListNode *result = (struct ListNode *)malloc(sizeof(struct Lis...
[ "737708879@qq.com" ]
737708879@qq.com
c24dcb8f72e58c243cf154237fd4ee98022ad261
194506213ff1864280e4792c97555cc59195aedc
/src/Chars.h
7d777efa06350aee02d7d3d727a552ad5fd8db79
[]
no_license
TonyYuta/lcpp
63c5e6ad61705b12260b7f6e192554ab52cb8d04
4fd858366010de760458d608fff3bae747c5870a
refs/heads/master
2021-04-28T13:34:15.246341
2018-03-02T15:16:27
2018-03-02T15:16:27
122,107,313
0
0
null
null
null
null
UTF-8
C
false
false
151
h
/* * Chars.h * * Created on: Feb 24, 2018 * Author: Yutaka */ #ifndef CHARS_H_ #define CHARS_H_ void charBeep(); #endif /* CHARS_H_ */
[ "tonykagaya@gmail.com" ]
tonykagaya@gmail.com
a17849b60ffe599f63eec37018ac7a2dd75bac29
19bdcb411bf6c413b6f59148fa37e0683c822b72
/kea/LIN/KEAZ128_LIN_Master/src/LIN_Stack/transport/lin_lin21tl_api.c
0a9dea3c5dff011c03baa4dc7781ab6ba2359d6e
[]
no_license
stevewuu/DemoInWork
62856284de97b106eb8317afde691a9786605aed
5375776fff1a163fcf3f4a924953a36a08a702f8
refs/heads/master
2021-10-22T00:25:05.030963
2019-03-07T09:24:12
2019-03-07T09:24:12
120,555,841
0
0
null
null
null
null
UTF-8
C
false
false
12,781
c
/****************************************************************************** * * Freescale Semiconductor Inc. * (c) Copyright 2008-2015 Freescale Semiconductor, Inc. * ALL RIGHTS RESERVED. * ******************************************************************************/ /******************************...
[ "wuusteve@hotmail.com" ]
wuusteve@hotmail.com
d4e18e1a4b30e8c63777799b71a632a6bb8e829d
e8b993ed7ba8e7937c75a42f85d1fefbb68b4b56
/libft/ft_putendl.c
625480be5b9bc4cb4af0fa22556c3c4ad15b94e8
[]
no_license
qypec/ft_printf
93f8b5f935594c795353cbc6d65e9cb1a205c4cd
c71de05eeff31826f78bdf6b5c53c27a8c77e0e9
refs/heads/master
2020-04-28T12:16:54.465529
2019-08-03T16:41:42
2019-08-03T16:41:42
175,271,383
5
0
null
null
null
null
UTF-8
C
false
false
1,062
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putendl.c :+: :+: :+: ...
[ "yquaro@e1r9p1.21-school.ru" ]
yquaro@e1r9p1.21-school.ru
e5f558da6a6912cf442b0918874a021223bae40a
486f0e56b85de00c90a2299fd660aa3a6f105809
/c/data_structures/bst/tree_ops.h
e23362c383faf0e05b212cec5c057ca2255a4d00
[]
no_license
Adiptz/Adi
2d04be74e8cec0bf1ddff82409c65c894f2070db
981585c4be0f8155175ac9f3981d4f4ec27f4c54
refs/heads/master
2023-07-25T19:29:41.835018
2020-10-04T07:14:28
2020-10-04T07:14:28
267,297,208
2
0
null
2023-07-12T13:44:47
2020-05-27T11:08:18
HTML
UTF-8
C
false
false
223
h
#include <stdio.h> /* printf */ #include <assert.h> /* assert */ #include "slist.h" #include "queue.h" #include "bst.h" void PrintTreeByLevels(bst_t *bst); void RecMirrorTree(bst_iter_t node); void PrintTree(bst_t *bst);
[ "adiptz@gmail.com" ]
adiptz@gmail.com
a9abec66361a2e417bda3f186e71a1f2492052f1
afdd864eb749f508df485efec102f31ac9447b13
/c-programming-071-Bitshift.c
11e4a0ca803cfd4680505bf97c438aa7242cd079
[]
no_license
tomaszjagas/c-programming-071-Bitshift
14d958461da167acf72ed3773f8ae63ff25c4b02
252dc757a48b490d091f3d2a5baf6d30aec59937
refs/heads/master
2023-02-26T12:35:44.471741
2021-01-31T20:47:37
2021-01-31T20:47:37
334,753,658
0
0
null
null
null
null
UTF-8
C
false
false
515
c
#include <stdio.h> int main(void) { int w1 = 1; // 0000 0000 0000 0000 0000 0000 0000 0001 unsigned int w2 = 5; // 0000 0000 0000 0000 0000 0000 0000 0101 signed int w3 = 138; // 1000 1010 int result = 0; result = w1 << 2; // 0000 0000 0000 0000 0000 0000 0000 0100 printf("result = %d\n", resu...
[ "tomasz.jagas@gmail.com" ]
tomasz.jagas@gmail.com
65bb63c9084747d09d9a481031c1fbab78f6c09a
d7906e84bda2bd386e074eab9f05479205e7d2a9
/SDK/Extras/Rayshade/Sources/Rayshade/LibText/blotch.h
608375bda503bd4e37fec9346b972687753b9acc
[ "BSD-3-Clause" ]
permissive
jwwalker/Quesa
6fedd297a5a4dd1c21686e71bba3c68228f61724
1816b0772409c2faacdb70b40d5c02a55d643793
refs/heads/master
2023-07-27T16:36:55.757833
2023-07-06T23:55:10
2023-07-06T23:55:10
204,233,833
33
7
BSD-3-Clause
2023-09-09T23:17:36
2019-08-25T01:59:21
C++
UTF-8
C
false
false
1,283
h
/* * blotch.h * * Copyright (C) 1989, 1991, Craig E. Kolb * All rights reserved. * * This software may be freely copied, modified, and redistributed * provided that this copyright notice is preserved on all copies. * * You may not distribute this software, in whole or in part, as part of * any commercial prod...
[ "pepe@b7bc8a59-ec99-4242-a7c6-685af75001c2" ]
pepe@b7bc8a59-ec99-4242-a7c6-685af75001c2
ed303ed2d5d932b0834c4568ac4e6de8d3487d4f
72af01f2c925394dc94a713297ee5987057f8d42
/tests/WEUQ-FSI/files/codes/libraries/lnInclude/generalizedMotionStateI.H
9e2598c8c7f73dab36c0696bec2419bd137ba319
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
NHERI-SimCenter/WE-UQ
cc6613984b8dd2e7edcef32c5a997044ea2da321
fbeeef4500a774943b408960cb753acf02c2566d
refs/heads/master
2023-08-24T00:13:00.727665
2023-08-23T16:09:33
2023-08-23T16:09:33
158,442,519
8
18
NOASSERTION
2023-08-23T16:09:35
2018-11-20T19:43:35
C++
UTF-8
C
false
false
51
h
../generalizedMotionState/generalizedMotionStateI.H
[ "pmackenz@uw.edu" ]
pmackenz@uw.edu
22536e027b45fc8daf5bdb86a414eb04b88d00e1
ef000c62c341d7468a4d3be0a396fb68e66b5686
/asm/src/assembler.c
d9389edbac12688883611463e27b03fd39fe6761
[ "Unlicense" ]
permissive
ge4096/system-from-scratch
5e3d44229c58d2d8e0d64bf1eea9d4a6d30f032b
3d8b4e8a75eee6bd64023476afe346f8594831af
refs/heads/master
2021-05-15T11:03:24.272877
2017-11-19T06:58:02
2017-11-19T06:58:02
108,221,448
0
0
null
null
null
null
UTF-8
C
false
false
9,738
c
#include "assembler.h" #include <stdio.h> #include <stdint.h> #include <stdlib.h> #include "common.h" #include "label_log.h" #include "parser.h" #include "types.h" #define BUFFER_SIZE (1024) #define ASSEMBLER_ERROR(format, ...) { \ printf("[%s:%d] " format "\n", in_file_name, \ ...
[ "graham@gellinghausen.com" ]
graham@gellinghausen.com
b094bccb98cd75c8f819fb8f705ab5d04c83d06e
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/kernel/cgroup/extr_cpuset.c_cpuset_read_u64.c
1cea6f1a7570066201349db10585343c7f8bb2a3
[]
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,315
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
9ef2b5efc7dde0d59808e4be6fd8aa16e299162f
c94f880c03781380d87baa6474c7fcae89a321af
/dll_lib/src/dll_push.c
8fb9d3178ec02783122a56e972edca785b2bc769
[]
no_license
Konovalo/lem_in_etog
2126620b78106287c414ff7ca2303d9b7dd9b305
484768edee1ed3edfc398b6d628e460f00c744be
refs/heads/main
2023-01-15T04:41:39.570240
2020-11-23T18:18:03
2020-11-23T18:18:03
315,069,570
0
0
null
null
null
null
UTF-8
C
false
false
995
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* dll_push.c :+: :+: :+: ...
[ "heantoni@su-g5.msk.21-school.ru" ]
heantoni@su-g5.msk.21-school.ru
eb22a84e7b6ced8231c23e77195e9de34a776198
b0db8f17688d67428dd1a023397771aad2f3eec4
/MKL25Z128_LCD_Example/board/pin_mux.c
371fdc866fcaabe4dd5b8afc0494a15185cbef28
[]
no_license
remberto-uaz/Micros
ec1c2eaf41161641a09f623c769079db4c369ced
591cc43948393eaf21fd61d7959cc02bcef0a8fa
refs/heads/master
2021-05-17T15:39:15.655771
2020-09-23T02:04:07
2020-09-23T02:04:07
250,849,723
0
0
null
null
null
null
UTF-8
C
false
false
10,915
c
/*********************************************************************************************************************** * This file was generated by the MCUXpresso Config Tools. Any manual edits made to this file * will be overwritten if the respective MCUXpresso Config Tools is used to update this file. **********...
[ "rsandoval@uaz.edu.mx" ]
rsandoval@uaz.edu.mx
bfb81c413f0189d3ebbe87030c0a3c72f42fc976
e25c8b65c0115053b14f8ecffaea94a964eefa1f
/ds/open/world1/tmr/unquiet_manor/map_11_2.c
19de08bec3a75eabeedee0b6eee9905458c1b88b
[]
no_license
zwshen/mudos-game-ds
c985b4b64c586bdc7347bd95d97ab12e78a2f20f
07ea84ebdff5ee49cb482a520bdf1aaeda886cd0
refs/heads/master
2022-03-01T14:55:10.537294
2022-02-15T15:41:26
2022-02-15T15:41:26
244,925,365
4
1
null
2022-02-15T15:41:27
2020-03-04T14:44:49
C
BIG5
C
false
false
410
c
inherit ROOM; void create() { set("short", "無寧莊園-墳場"); set("long", @LONG LONG ); set("exits",([ "south" : __DIR__"map_12_2", "north" : __DIR__"map_10_2", "west" : __DIR__"map_11_1", "east" : __DIR__"map_11_3", ])); set("outdoors","land"); setup(); set("map_long",1); //show map as lo...
[ "zwshen0603@gmail.com" ]
zwshen0603@gmail.com
4541ed4602626c31caf2f84e3f647cd7ebca0cfd
6c7729144390868734dade6e29f46c1db0400fc8
/denora/service/contrib/deprecated_protocols/ultimate2.c
41357f5a9ec4d5d1390f8a0b7f7ba14aaf8baba7
[]
no_license
wodim/irc-hispano
4099bd7071a912418b248ec91cea624daa8fafa7
79366aaa5cd0557a6bc1d65fe45265c3e0f3829e
refs/heads/master
2021-01-19T06:10:40.169490
2014-03-09T15:43:39
2014-03-09T15:43:39
17,706,540
1
0
null
null
null
null
UTF-8
C
false
false
27,709
c
/* Ultimate IRCD 2 functions * * (C) 2004-2007 Denora Team * Contact us at info@denorastats.org * * Please read COPYING and README for furhter details. * * Based on the original code of Anope by Anope Team. * Based on the original code of Thales by Lucas. * * $Id: ultimate2.c 31 2007-07-18 11:39:31Z Hal9000 $...
[ "zolty@61259961-b933-0410-9f40-9772faae05da" ]
zolty@61259961-b933-0410-9f40-9772faae05da
3b6e80d7ccfa97e10f604d7f92e296cd00396896
e6418460127e7f57fa0b53623944e8057cab92b2
/Tarea 1. Metodo de biseccion. Funcion de tercer grado..c
2aeed05544322d610e7f8a4a041569ef49d56374
[]
no_license
Emiliano27ss/Tarea1.-Metodo-de-biseccion
8d72124dc802b5b47f98817e77669603e39bd749
40d710b8d270367f81a9f40541f54795c2939236
refs/heads/master
2020-12-20T05:04:38.837803
2020-01-31T08:05:45
2020-01-31T08:05:45
235,971,302
0
0
null
null
null
null
UTF-8
C
false
false
1,216
c
/*Alumno: Emiliano Sanchez Olivares Grupo: 1SV2 Curso: Metodos Numericos Tarea: 1 */ #include<stdio.h> #include<conio.h> #include<math.h> float x1, x2, error; float prueba1,prueba2; float raiz,e_test=0, f_xu, f_xL, xr, f_xr; float f_x(float x) { return (pow(x,3)+4*(pow(x,2))-10); } float Bisecc...
[ "noreply@github.com" ]
Emiliano27ss.noreply@github.com
146f8bc4b850cb61a3750f566eb2ff418d8ba72c
c5e411f1686c960869de92073ea6c2e2992e51fc
/DO NOT TOUCH/FINAL_CODE_MANAV/store_updated_route.h
ddb4a36d491a39fa52a43e4179cc501a31583161
[]
no_license
ManavAg/Airline
89500228e4a2a71d08e53012c2afd8f91dab3566
2cd4a1b33d91abbcc2ffe08eb688e325203d32fd
refs/heads/master
2021-01-13T02:03:53.757833
2014-07-31T09:50:10
2014-07-31T09:50:10
22,464,461
1
0
null
null
null
null
UTF-8
C
false
false
7,251
h
void Store_updated_route(struct empty_detail *,int ,float ); void Store_updated_route(struct empty_detail *empty,int final_destination,float demand_req) { int i,j; float demand=0,min_residual=0,total_carried,demand_carry=0; struct Data *temp_data; struct empty_detail *find_empty,*temp_empty; ...
[ "Manav.agarwal4@gmail.com" ]
Manav.agarwal4@gmail.com
605f9f2c9657b1507a3003a5efc96835fdf0092a
d5448f8c84b45b5d9636259bfb20d32775525e99
/Project/ADS1220/main.h
7e569ccb2c5dbdbe1c2b8d4ceb21ad2d7988bece
[]
no_license
lvniqi/STM32F4xx_DSP_StdPeriph_Lib_V1.3.0
1f83b88c33d5fa3a1ddebddc49d8b50263d49c6d
44ca8109a9679aa408028299fcd259cc101f314c
refs/heads/master
2021-01-10T07:38:47.295522
2015-10-28T16:51:57
2015-10-28T16:51:57
31,595,388
1
1
null
null
null
null
UTF-8
C
false
false
2,550
h
/* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __MAIN_H #define __MAIN_H /* Includes ------------------------------------------------------------------*/ #include "stm32f4xx.h" #include "stm32f4xx_fsmc.h" #include "LCD.h" #include "exti.h" #include "USART.h" #include "AD.h" #i...
[ "lvniqi@gmail.com" ]
lvniqi@gmail.com
682553e61d6c75f4c248666b1380887449da34b3
639b88a958c09428a637149a1533d3beab1da29f
/include/ucl/ucl_uaes_cbc.h
1e8aa811011216edffb2fb6217779cf674987453
[]
no_license
Mmatsnev/hdx_1.1
c289064466b51314d51a82999f23ea94ec217362
d598eca7dd8990fcbcba5b6e7bcbbe2a7966b28d
refs/heads/master
2021-12-07T15:09:37.428269
2015-12-09T07:48:51
2015-12-09T07:48:51
null
0
0
null
null
null
null
UTF-8
C
false
false
5,153
h
/*============================================================================ * * ucl_uaes_cbc.h * *==========================================================================*/ /*============================================================================ * * Copyright © 2009 Innova Card. * All Rights R...
[ "quanguoheme@qq.com" ]
quanguoheme@qq.com
2f7d8b9ffc5fe165900cddcdf8beec3c585bbcbd
a8dc7932a8e4beb1043ebae15aefc6caee2d813d
/torMHD/pde.c
ce6e42ede05c616690b5ecfa045221e28fd05668
[]
no_license
Infovarius/findif
f04e7e41174d1c82e45acc514297546e87cdfec7
9f94ef34b2c3247eb57beb8b53ca3f42a3b1bc0d
refs/heads/master
2023-02-25T15:29:43.772087
2023-02-17T00:00:13
2023-02-17T00:00:13
43,242,188
0
0
null
null
null
null
WINDOWS-1251
C
false
false
49,275
c
//----------------------- Calculation of PDE right part ----------// #define LEVEL extern #include "head.h" #define eta0 1 #define EPS 1e-10 double norma(double a,double b,double c,int order) { if(order==2) return ((a)*(a)+(b)*(b)+(c)*(c)); else return pow(((a)*(a)+(b)*(b)+(c)*(c)),order/2.); } void...
[ "infovarius@gmail.com" ]
infovarius@gmail.com
f75c618e36f21d08be2451107a2d58ae3e9533f8
870ad44f6b77bc5e8579a628818402e1db572a72
/13/button.c
bec1f134e97f52520915153dfd1dc45c138d1ff2
[]
no_license
mahongwei2016/s2
93cb139c6b6fbb7845f301bf8735ce64f39e07a4
e8cdc5743c8e5b2d67b6fa6ce692b0a4ad29fe5d
refs/heads/master
2021-01-01T04:08:01.946002
2018-01-21T13:42:48
2018-01-21T13:42:48
97,125,681
0
0
null
null
null
null
UTF-8
C
false
false
98
c
#define GPNCON (volatile unsigned long*)0x7f008830 void button_init(void) { *(GPNCON)=0x0a; }
[ "510492956@qq.com" ]
510492956@qq.com
d787e54fbd3c893fe4a69ae817cb0b35d79e8c67
3c1452ee9963fedd2abd6bf5c9b8be76c9a712b2
/pic/pic16/pic16lf1615_tdd.h
b2da68a51b268424de14e7ea9655ccecc753789f
[ "MIT" ]
permissive
tiborsimon/embedded-tdd-headers
7fd3a571bb7a381e72e68487bae56ffe921f5ed9
2528392a463cd724df2dab6712108a27cf092f7c
refs/heads/master
2021-01-20T20:15:52.778853
2016-07-27T07:41:46
2016-07-27T07:41:46
64,257,934
0
0
null
null
null
null
UTF-8
C
false
false
153,129
h
/* Generated on 2016-07-26 =============================================================================== P I C T D D R E A D Y R E G I S T E R D E F I N I T I O N =============================================================================== Created by Tibor Simon - tiborsimon.io Generator script: ht...
[ "tibor.simon@nokia.com" ]
tibor.simon@nokia.com
f6bc98e4c74af57697eee023d2e18047736b1299
a0c4ed3070ddff4503acf0593e4722140ea68026
/source/SDKTOOLS/YACC/YCLOPT.C
c39ae22c527a158b7f314e598baf593426d9b5bf
[]
no_license
cjacker/windows.xp.whistler
a88e464c820fbfafa64fbc66c7f359bbc43038d7
9f43e5fef59b44e47ba1da8c2b4197f8be4d4bc8
refs/heads/master
2022-12-10T06:47:33.086704
2020-09-19T15:06:48
2020-09-19T15:06:48
299,932,617
0
1
null
2020-09-30T13:43:42
2020-09-30T13:43:41
null
UTF-8
C
false
false
2,900
c
/* Edits: * 06-Dec-80 Broken out of y4.c, impure data in y4imp.c. * 18-Dec-80 ZAPFILE not used for decus compiler, fmkdl() used. */ #include "y4.h" void callopt(void) { register i, *p, j, k, *q; /* read the arrays from tempfile and set parameters */ if( (finput=fopen(TEMPNAME,...
[ "71558585+window-chicken@users.noreply.github.com" ]
71558585+window-chicken@users.noreply.github.com
70b5357a9390a898da933444f34c4e99d2622ec6
df506359b32af23d70a37ee792260098f00bfb68
/esps/ESPS/general/src/get_f0/dp_f0.c
00f8756359ade7c89d1414edc352bb6f12e7f5e9
[ "BSD-3-Clause", "LicenseRef-scancode-newlib-historical", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
RobBullen/AudioMorphing
df02f1e396ee8231b59b6c15606c32cbbd2cb765
fb38b9c110341a1b3cbb4927e454c76b47de2c97
refs/heads/master
2021-01-16T19:50:46.986868
2012-05-14T23:15:00
2012-05-14T23:15:00
null
0
0
null
null
null
null
UTF-8
C
false
false
30,110
c
/* * This material contains unpublished, proprietary software of * Entropic Research Laboratory, Inc. Any reproduction, distribution, * or publication of this work must be authorized in writing by Entropic * Research Laboratory, Inc., and must bear the notice: * * "Copyright (c) 1990-1996 Entropic Research...
[ "bullen.rob@gmail.com" ]
bullen.rob@gmail.com
c2408a72fd2dece15b380b17cb579f6011b98c5a
c5f34f9e9f5fbe7786f9a6762036f826397ff9e6
/String/ac.c
56ce999b67fc4f4094620e31f671dc416c2e7a05
[]
no_license
Iamnvincible/myleetcode
77b0dbf88f124940a2afc6b5a212e6985e3f2889
03b179d8c0a40d83466d5239d84ea69b359f0cfb
refs/heads/master
2021-08-23T09:53:01.652127
2021-06-18T13:28:44
2021-06-18T13:28:44
150,224,748
0
0
null
null
null
null
UTF-8
C
false
false
6,806
c
/* Aho–Corasick算法 wiki:https://zh.wikipedia.org/zh-hans/AC%E8%87%AA%E5%8A%A8%E6%9C%BA%E7%AE%97%E6%B3%95 类似于KMP的字符串匹配算法,区别在于AC算法能够同时匹配多个模式串,效率更高 算法分为三个步骤 1. 构建由模式串构成的TRIE树结构 2. 构建节点的失配指针,通过当前匹配字符串的部分后缀找到以此后缀为前缀的字符串 3. 查询,给定匹配字符串,查询模式串的出现位置 ******************************** Jay Lin 2019/07/27@Beijing *********************...
[ "ljlovemichael@hotmail.com" ]
ljlovemichael@hotmail.com
19908340026a626ea4054ee889480cb889d9d98f
5e95311933fb0c5c13fcf6803e97c6cffb1f5869
/Arduino/include/operation/GetEffects.h
8810c7b142d6dc2b2b9bf9afa062f09fed04b802
[]
no_license
max-scopp/bt_audio_led_esp32
7c9e2c034e6690f4e4f21186171916ae10e41c68
958d67bb0534f516204b21928fe45c74caf33569
refs/heads/main
2023-07-09T00:08:24.265484
2021-08-19T09:49:10
2021-08-19T09:49:10
378,736,712
1
0
null
null
null
null
UTF-8
C
false
false
297
h
bool BLE_OP_GetEffects( JsonVariant data_in, JsonVariant data_out, JsonObject meta) { JsonArray e = data_out.createNestedArray("e"); vector<string> effectsList = getEffects(); for (auto const &value : effectsList) { e.add(value); }; return true; };
[ "me@maxscopp.de" ]
me@maxscopp.de
1cdfff98656ed454c437691d9aaadc419f7a3897
104aaed99c6a8e8ef3febaf6f473121a4fc2d3f2
/tigress-generated-programs/empty-Seed1-RandomFuns-Type_int-ControlStructures_12-BB2-ForBound_boundedInput-Operators_PlusA_MinusA_Lt_Gt_Le_Ge_Eq_Ne_Mult_Div_Mod.c
b735abd779a4c641a598b7bff48cad106251c30f
[ "MIT" ]
permissive
WillJohn/obfuscation-benchmarks
528dd152e5e9a11571ae95a54040451d07c8805c
d11452ffb3ec7418a462f65d4034f9f1474136c8
refs/heads/master
2020-07-12T12:36:10.069207
2018-02-25T15:15:07
2018-02-25T15:15:07
null
0
0
null
null
null
null
UTF-8
C
false
false
3,306
c
/* Generated by CIL v. 1.7.0 */ /* print_CIL_Input is false */ struct _IO_FILE; struct timeval; extern void signal(int sig , void *func ) ; extern float strtof(char const *str , char const *endptr ) ; typedef struct _IO_FILE FILE; extern int atoi(char const *s ) ; extern double strtod(char const *str , char co...
[ "banescusebi@gmail.com" ]
banescusebi@gmail.com
2fac81b01cca811eba97f2ac6770b5c33a54077a
b189785d4a7ed8b8dfbe0d2640feed326922303c
/US_LCD_PRJ_Davy_Raitt/Tools/LedMatrix.h
a3a758b23f475c0eda13d1b6b55e04cd7af540fa
[]
no_license
Davyraitt/US_LCD_PRJ_Davy_Raitt
d7eb0eb60b431dca4211d828d7bd00a7fd2bb066
fb5d12fda4121d79de70a72b64bb5e959ef965fc
refs/heads/main
2023-03-14T21:40:40.751897
2021-03-24T13:15:32
2021-03-24T13:15:32
351,085,077
0
0
null
null
null
null
UTF-8
C
false
false
372
h
/* * LedMatrix.h * * Created: 24-3-2021 11:49:23 * Author: Davy */ #ifndef LEDMATRIX_H #define LEDMATRIX_H #include <avr/io.h> #include <util/delay.h> void twi_init(void); void twi_start(void); void twi_stop(void); void twi_tx(unsigned char data); void initHT16K22(); void setMatrixDotOff(unsigned char addres)...
[ "dj.raitt@student.avans.nl" ]
dj.raitt@student.avans.nl
c48952f14e5e206e77bcbee0a234e24f2c863409
6968438b4e56322c26f2d2aabc5e5ff77b2d0db2
/weekly-4/ispc/scan.c
21bfbe0b8999dc21140c560f6952760168b8dc18
[]
no_license
TVAO/pfp-e2019-pub
a7094abdae4264c4f07e7e4e0b898cb90d22478b
4b6ddcc73099708c0bfa4082f5e4f2a45484b2b2
refs/heads/master
2022-03-30T09:28:10.154277
2020-01-13T10:44:12
2020-01-13T10:44:12
276,889,616
1
0
null
2020-07-03T12:01:17
2020-07-03T12:01:17
null
UTF-8
C
false
false
1,115
c
#include <stdlib.h> #include <stdio.h> #include <string.h> #include <math.h> #include "timing.h" #include "scan.h" static inline void scan_c(float *output, float *input, int n) { float acc = 0; for (int i = 0; i < n; i++) { acc += input[i]; output[i] = acc; } } int main() { int n = 100000; float *i...
[ "athas@sigkill.dk" ]
athas@sigkill.dk
53b31036a48d68b701bc64f4596e86d86aba6901
1f7d5e03ff49de78774dbadc57cdcfd13a2478c3
/scenegraph/deps/win32/include/freetype/ftwinfnt.h
5849b00337b8fbb7414d20c64bdefb971e4d70fe
[]
no_license
corewall/corelyzer
e04aa9c4c00292f8b2bc76754fb8e96398930633
190af643ea00c827b7b0b49e24d156a81eb07368
refs/heads/master
2023-08-31T17:46:36.461644
2023-08-17T19:10:53
2023-08-17T19:10:53
910,138
17
7
null
2020-11-26T00:20:42
2010-09-14T15:03:04
C
UTF-8
C
false
false
9,731
h
/***************************************************************************/ /* */ /* ftwinfnt.h */ /* */ /* Fr...
[ "sorghumking@yahoo.com" ]
sorghumking@yahoo.com
064d4488b7d59e1ac811f23460cbb07659df8ed4
221ea458ed75a0771d76271b39fe113ffa146e4c
/t_filesize.h
5a1fa219c3b5b3f4af4af89781f727db46d85a1f
[ "MIT" ]
permissive
li-zhibing/fh4ct
34028ba46f897f3f3e676cccdcedead179da5673
09fe2d448b80487ef74f9c1f34805307cd85aedf
refs/heads/master
2023-03-16T15:36:24.850769
2018-11-27T02:53:54
2018-11-27T02:53:54
null
0
0
null
null
null
null
UTF-8
C
false
false
94
h
#ifndef __FILESIZE_H__ #define __FILESIZE_H__ long t_filesize(char* FileName); #endif
[ "442534820@qq.com" ]
442534820@qq.com
71ee2bcff4f82285d8956307d358742e93d6e9cd
89aa23e846d2450b67f75fb4a71f80c17e5c1c9a
/esp32-badge-qrcode/headshot.h
9193344250b9943a5ded9b16abed7d2cee83788b
[ "MIT" ]
permissive
bsherwin/ESP32Badge
26d131c60e49a351969d5b42e95f3b4d155306f3
3050b9aab2cb26bfcf79515a46faaac2001e8394
refs/heads/master
2023-08-28T00:22:04.875347
2020-06-15T00:24:42
2020-06-15T00:24:42
null
0
0
null
null
null
null
UTF-8
C
false
false
138,923
h
// Image Size : 120x120 pixels // Memory usage : 28800 bytes const PROGMEM uint16_t headshot[14400] = { 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, // 0x0010 (16) pixels 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, ...
[ "pjpagel86@gmail.com" ]
pjpagel86@gmail.com
49049dcd02dcc92431fa780c998ff82bf1d0bb27
87a7cbb62b80cc3acbc5018b867bd4b4cc70899e
/src/server.c
2b7c71268dcb16fb3292ed2fd2189e8c21f99086
[]
no_license
alenpaul36/c-socket-server-client
da5763161eb7cee4c5083838901f56acaf52503e
f0a0ab89548a1fbf085f4cbadc524ae4144885b1
refs/heads/main
2023-05-22T08:43:49.274001
2021-06-14T03:11:42
2021-06-14T03:11:42
null
0
0
null
null
null
null
UTF-8
C
false
false
1,419
c
// Server side C/C++ program to demonstrate Socket programming #include <unistd.h> #include <stdio.h> #include <sys/socket.h> #include <stdlib.h> #include <netinet/in.h> #include <string.h> #define PORT 8080 int main(int argc, char const *argv[]) { int server_fd, new_socket, valread; struct sockaddr_in address; int...
[ "tejastirupur@yahoo.com" ]
tejastirupur@yahoo.com
507578e4bdb064e43787b93187126871b17d3ce1
40de3da30239862f11a946166b50438174c2fd4e
/lib/wizards/nalle/area/backup/tower2.c
ca7b770a73f38678e81b36c4c5b734d3222c163e
[ "MIT" ]
permissive
vlehtola/questmud
f53b7205351f30e846110300d60b639d52d113f8
8bc3099b5ad00a9e0261faeb6637c76b521b6dbe
refs/heads/master
2020-12-23T19:59:44.886028
2020-01-30T15:52:16
2020-01-30T15:52:16
237,240,459
0
0
null
null
null
null
UTF-8
C
false
false
791
c
#include "room.h" #undef EXTRA_RESET #define EXTRA_RESET\ extra_reset(); object monster; extra_reset() { items = allocate(2); items[0] = "mages"; items[1] = "The mages are busy and take no notice of you."; if (!monster) { monster = clone_object("/wizards/nalle/area/redrobe"); move...
[ "ville.lehtola@iki.fi" ]
ville.lehtola@iki.fi
d258e8944b964c167c5bb8d711aa1a78f548c802
235c3585bfbd9346746dfe3a279db1666de39610
/Rush02/intra-uuid-1d3e0c5a-4e29-487a-bff7-ff5c41d3d630-3409327/ex00/headers/structs.h
7a4f358ea998943619c791270b7c738974b9f569
[]
no_license
angegon/42_Madrid_Piscine
72bcfd82c45b585875c364c30897cdd98d1248a6
7585b6902ed18a9b7e28ff93e1fd2f9125f9195f
refs/heads/master
2023-03-02T12:47:47.725729
2021-02-11T17:03:34
2021-02-11T17:03:34
315,302,791
5
0
null
null
null
null
UTF-8
C
false
false
1,023
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* structs.h :+: :+: :+: ...
[ "angonzal@c2r17s3.42madrid.com" ]
angonzal@c2r17s3.42madrid.com
04cd8448fd858ec6651b18c3f517082ccc69c9f3
c6c154611998dcff92b1bd6645972da042f8a343
/Compiler/hw3/test2.c
84c3437a87cd26788f37dfc488ab130902000c24
[]
no_license
kentwelcome/homework
fc3db2aa2ff87c018198a6579ff231b9965cb540
d6d6b868a6db998b90f3fd175340673abcc2bbd7
refs/heads/master
2016-09-06T09:34:32.818833
2013-06-16T08:39:14
2013-06-16T08:39:14
10,709,331
1
0
null
null
null
null
UTF-8
C
false
false
220
c
int main(void) { int a; float b; b = 1.2; a = b + 4; while( b > 10 ) { for ( a = 0 ; a > 10; a = a + 1 ) { b = 13; } } return 0; }
[ "kentwelcome@gmail.com" ]
kentwelcome@gmail.com
82a85016064b65431777ad412a70568137bbd824
bb75ce61e834e7ec3202f348821afe102eca9bc3
/usr/src/contrib/X11R5-lib/lib/X/XRaiseWin.c
9487fc9ea1c5849c4b879588c89d26cddbcd6338
[ "BSD-4-Clause-UC", "LicenseRef-scancode-other-permissive" ]
permissive
jiajunhuang/4.4BSD-Lite2
de988da495ee9d167ed4174d8496f8582b0fd2a5
8353ed45665ff972b5d9c8f8dfe5ee6440a25a9a
refs/heads/master
2020-08-02T03:00:01.264557
2019-10-31T09:17:48
2019-10-31T09:17:48
211,215,298
0
1
NOASSERTION
2019-09-27T01:57:11
2019-09-27T01:57:11
null
UTF-8
C
false
false
1,154
c
/* $XConsortium: XRaiseWin.c,v 11.9 91/01/06 11:47:42 rws Exp $ */ /* Copyright Massachusetts Institute of Technology 1986 */ /* Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear...
[ "serge@vak.ru" ]
serge@vak.ru
d2cd741bd604873044d4234c06ce54289c03e5e6
9e751b3fc9ef0a30efa6051b17ed061c8c4b8505
/src/drivers/Touch/s3c6410_touch.h
b8f871d469d4352f9bea00d58e05ee9f598c5502
[]
no_license
blueskycoco/w7
2146537c5a3089e280a8c90eb3c697000058fdfb
db3b0646381cd5119e1a5383002ca6460eb11210
refs/heads/master
2016-09-06T18:18:46.401385
2013-01-24T03:27:22
2013-01-24T03:27:22
null
0
0
null
null
null
null
UTF-8
C
false
false
6,307
h
// // Copyright (c) Microsoft Corporation. All rights reserved. // // // Use of this sample source code is subject to the terms of the Microsoft // license agreement under which you licensed this sample source code. If // you did not accept the terms of the license agreement, you are not // authorized to use th...
[ "dillon.min@irdeto.com" ]
dillon.min@irdeto.com
02abb61b4c741613f9e378216dff49425a72d7b4
6f224b734744e38062a100c42d737b433292fb47
/clang/test/CodeGen/X86/cmpccxadd-builtins-error-32.c
512365b689b7911b950b410eae7b2fd30c3a5e2b
[ "NCSA", "LLVM-exception", "Apache-2.0" ]
permissive
smeenai/llvm-project
1af036024dcc175c29c9bd2901358ad9b0e6610e
764287f1ad69469cc264bb094e8fcdcfdd0fcdfb
refs/heads/main
2023-09-01T04:26:38.516584
2023-08-29T21:11:41
2023-08-31T22:16:12
216,062,316
0
0
Apache-2.0
2019-10-18T16:12:03
2019-10-18T16:12:03
null
UTF-8
C
false
false
330
c
// RUN: %clang_cc1 %s -ffreestanding -triple=i386-unknown-unknown \ // RUN: -target-feature +cmpccxadd -emit-llvm -fsyntax-only -verify #include <immintrin.h> int test_cmpccxadd32(void *__A, int __B, int __C) { return _cmpccxadd_epi32(__A, __B, __C, 0); // expected-error {{call to undeclared function '_cmpccxadd_e...
[ "freddy.ye@intel.com" ]
freddy.ye@intel.com
2a4b84a969c3cb0943c45eee970cd3e68e9b0efe
eb49cc7a1bb5df7753ed8f89ac924921950b5ab2
/Fillit/map.c
36caa6437f6ed6a62323c438baea851736d7e3ad
[]
no_license
TylerPrak/42
c354ac26fd01a64fea31c0be0706f6926d6859ea
eeeed6300d2088ce9c9901ad1d9fd28841e85bb0
refs/heads/master
2021-01-25T09:20:36.558306
2018-10-09T02:07:37
2018-10-09T02:07:37
93,814,739
0
1
null
null
null
null
UTF-8
C
false
false
1,581
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* map.c :+: :+: :+: ...
[ "prayforparasites@gmail.com" ]
prayforparasites@gmail.com
9da1e073dca523e14bee4542379ea8d08132872b
bffc6e8abab0134cacde7ebad0242ec39bc1c696
/main.c
7171715fb5f2d7d2c379cb6203d24be701a9dab9
[]
no_license
ckjoon/ironman
d4e3ab2e46805289990b9963a4473e8ee4316083
bbe8a732912a4fc0c0149d53f1c829376f995ed2
refs/heads/master
2016-08-11T16:27:10.338643
2016-01-27T03:55:26
2016-01-27T03:55:26
50,479,614
0
0
null
null
null
null
UTF-8
C
false
false
10,282
c
//Yeonjoon Choi #include <stdlib.h> #include <stdio.h> #include "mylib.h" #include "text.h" #include "ironman.h" #include "life.h" #define REG_DISPCNT *(u16*) 0x4000000 #define BG2_EN (1<<10) #define MODE_3 3 //player typedef struct { int row; int col; int width; int height; int vel; const u16* image; }Player;...
[ "ychoi302@gatech.edu" ]
ychoi302@gatech.edu
b3ce9953745cbb9bc1576b47b690f2eb4b1a2f04
6d1f1487a974b12ba869a6b1b1baafb748e0911e
/kernel/include/drivers/generic/keyboard.h
542daa6a72af6668649e1a23fba8a30062e8d22d
[ "BSD-2-Clause" ]
permissive
calebrwalk5/pranaOS
efe325d8c081336aa986362804d4fc109af022af
ebd46a869ab4322e0e5c489908b963b666ee525f
refs/heads/master
2023-08-12T11:26:40.414584
2021-10-18T12:50:09
2021-10-18T12:50:09
418,498,705
0
0
BSD-2-Clause
2021-10-18T12:48:16
2021-10-18T12:48:15
null
UTF-8
C
false
false
3,725
h
/* * Copyright (c) 2021, Krisna Pranav * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include <libkern/types.h> enum KEYCODE { // Alphanumeric keys //////////////// KEY_CTRLC = '\003', KEY_SPACE = ' ', KEY_0 = '0', KEY_1 = '1', KEY_2 = '2', KEY_3 = '3', KEY_4 = '4', ...
[ "krisna.pranav@gmail.com" ]
krisna.pranav@gmail.com
b52e7f4c32e09c8009d988437d5591ed5aa74bb1
d81d9b569d98595aaf0eec56d2f332a609f3b0e7
/prog1202/prog1202.c
3339a0ebbea666b9ace431478636a2aac7f08feb
[]
no_license
2tfuyu/Programming-I
dbfdf0f53e514d677fd916fcc5acb19a629e2a3d
cfacd535c5e0cdf3e7f992d6d70a802175f8dc0f
refs/heads/master
2022-02-26T14:33:09.918229
2019-11-11T02:58:17
2019-11-11T02:58:17
null
0
0
null
null
null
null
SHIFT_JIS
C
false
false
385
c
#include <stdio.h> int main(void) { int a; int b; int result; printf("aをbで割ります\n"); printf("a="); scanf("%d", &a); printf("b="); scanf("%d", &b); if (b == 0) { printf("0で割ることはできません\n"); return (0); } result = a / b; printf("%.6f / %.6f = %.6f\n", (float) a, (float) b, (f...
[ "noreply@github.com" ]
2tfuyu.noreply@github.com
7c639eef3e2944fef41f52d78b711f916a298bde
b354b06bc3b23637b42c1c69c68dacadd94b7116
/stl_strwin.h
bdce0b14f1fd5a2abbaf9285001a41d1e2f47042
[]
no_license
codecat/str_tool
2babe90bb14c833672fa912369e96e45c4b68bd0
e0e22e447d35dba9d9850cf380621ec7f93601ef
refs/heads/master
2020-03-22T00:39:14.860208
2018-06-30T14:47:45
2018-06-30T14:47:45
139,257,003
0
0
null
2018-06-30T14:48:01
2018-06-30T14:48:00
null
MacCentralEurope
C
false
false
9,012
h
/* ---------------------------------------------------------------------* * Advanced Network Services v.o.f., * * Copyright (c) 2002-2011 All Rights reserved * * * * This Library is licens...
[ "benno@lancop.nl" ]
benno@lancop.nl
a69f352ee1a0f43aef01d9babfc13aec67cffe93
fe52495ba737aff3a7421412b7bde6d7f514d0cd
/third_party/vice-3.3/src/cbm2/cbm2tpi1.c
33417abdbce17e5981a9ebabd6b7b4e3da56743b
[ "Apache-2.0", "FSFAP", "GPL-1.0-or-later", "GPL-2.0-or-later", "GPL-2.0-only" ]
permissive
xlar54/bmc64
1b18d866bb8ed4359b8045fbea9c7556d28f3045
c73f91babaf9e9f75b5073c773bb50e8a8e43505
refs/heads/master
2020-05-20T18:44:54.719056
2019-05-03T02:36:49
2019-05-03T02:36:49
185,711,940
1
0
Apache-2.0
2019-05-09T02:29:04
2019-05-09T02:29:04
null
UTF-8
C
false
false
7,008
c
/* * cbm2tpi1.c - TPI 1 for CBM-II * * Written by * Andre Fachat <a.fachat@physik.tu-chemnitz.de> * Andreas Boose <viceteam@t-online.de> * * This file is part of VICE, the Versatile Commodore Emulator. * See README for copyright notice. * * This program is free software; you can redistribute it and/or modi...
[ "randy.rossi@gmail.com" ]
randy.rossi@gmail.com
27a0cfe9a8d4af61fbc151c322347086d740200a
44427ffe1b84d3dcef2da5beb3aa0e5c2759e5c0
/Linux Programing/ex/thread/pthread_sched.c
6215623b46d3c4e5eedbbe80fad76f5319a5c344
[]
no_license
Gah0/Scripts
d60ea117a491006270c290fba77e03694518ef8d
6b264e3cc5953ff18643b3f5997851a3770cf508
refs/heads/master
2023-04-01T13:23:35.561693
2023-03-21T17:32:39
2023-03-21T17:32:39
204,101,755
0
1
null
null
null
null
UTF-8
C
false
false
2,065
c
#include <pthread.h> #include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <pthread.h> #include <sched.h> void *thread_one(void *arg) { long t2; long result = 0; while(1){ fprintf(stderr,"%c",(char*)arg); for(int i=0;i<100000;i++){ for(int j=0;j<1000;j++);{ ...
[ "g0d3ph@gmail.com" ]
g0d3ph@gmail.com
dfa0e07dcfbc28f0ff06022102ba243853e0a3e9
4d73e901ca7107cb1510641c949bb08dcbbdf652
/platform/s3ip-sysfs/s3ip_sysfs_frame/include/switch.h
ea0b1a266b1faeb40a7fbc4bbcf7d5a763f6f1a0
[ "LicenseRef-scancode-generic-cla", "Apache-2.0" ]
permissive
keboliu/sonic-buildimage
86cb9c0fb8e7792dbc2d1de064d0c082221df852
a86eb95005fafd7dabea02849cb4989205d5767f
refs/heads/master
2023-08-17T13:59:27.833441
2023-08-10T09:22:28
2023-08-10T09:22:28
281,338,032
1
1
NOASSERTION
2023-08-28T09:27:20
2020-07-21T08:17:41
C
UTF-8
C
false
false
1,906
h
#ifndef _SWITCH_H_ #define _SWITCH_H_ #include <linux/module.h> #include <linux/kernel.h> #include <linux/sysfs.h> #include <linux/slab.h> #include <linux/device.h> #include <linux/workqueue.h> #include <linux/kobject.h> #include <linux/delay.h> #define DIR_NAME_MAX_LEN (64) #define SYSFS_DEV_ERROR "NA...
[ "noreply@github.com" ]
keboliu.noreply@github.com
0b17e70055513bf65438b3c7240cad18ecfda76f
251ee934c1a91abfacd18f1505b23af995743a83
/42cursus/push_swap/libft/ft_putnbr.c
385801a09c153226411da039e676998cb684acd7
[]
no_license
MinjeaLee/42seoul
9895b84de5ed549f05b61780900ba66be21f28fc
0b99dcdb548751e3af5d1df8342b6e83668488e8
refs/heads/master
2023-07-17T14:34:24.849325
2021-08-16T14:28:52
2021-08-16T14:28:52
null
0
0
null
null
null
null
UTF-8
C
false
false
1,232
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putnbr.c :+: :+: :+: ...
[ "kyekim@c10r3s14.42seoul.kr" ]
kyekim@c10r3s14.42seoul.kr
a193f9ef6966fba097c05d136b827548788efd13
86c3df5b19ee0df3a82c293187b29c4ac6e469d3
/xinu-hw7/include/xinu.h
d6614f19529696cd0d3d0837c9ec21ed85e344b3
[]
no_license
Jayyee-HPC/OS_HW
996d22cf40aa3f1a83a754f276e01ce8a73b04a3
81e7fa9994fb526f74910c046600755f7396871b
refs/heads/master
2022-06-21T01:53:39.234911
2020-05-13T02:13:54
2020-05-13T02:13:54
null
0
0
null
null
null
null
UTF-8
C
false
false
475
h
#include <arm.h> #include <interrupt.h> #include <kernel.h> #include <conf.h> #include <memory.h> #include <compiler.h> #include <stdarg.h> #include <stddef.h> #include <stdio.h> #include <string.h> #include <ctype.h> #include <platform.h> #include <bcm2837.h> #include <pl011.h> #include <version.h> #include <mmu.h> #i...
[ "noreply@github.com" ]
Jayyee-HPC.noreply@github.com
8ae7a1f0e704c118d587bad5b4e0136bde2044c2
0d7a8625cd49627081172a769fba17e07a9d2d44
/popcornlinux-utils/migration_tests/procmigration_test03.c
69630cd2a5eb96a94890c4d148a007b80fd1e1c7
[]
no_license
chang-gyu/popcorn
d1faa557d72092d8db17a25ca7d7c2152c2325db
285684a978149187c31772f0acd91a34167561ae
refs/heads/master
2021-01-11T18:48:45.775543
2016-10-05T07:43:38
2016-10-05T08:21:17
70,109,686
0
0
null
2016-10-06T00:14:56
2016-10-06T00:14:56
null
UTF-8
C
false
false
2,071
c
/* antonio barbalace 2013 idea: cpu_src = getcpu() cpu_dest = cpu_src +1 read rdtsc start clone if child sched_setaffinity(cpu_dest) while cpu = getcpu() if cpu == cpu_dest break read rdtsc end print end - start else join children exit */ #define _GNU_SOURCE #include <sched.h> #include <std...
[ "sungho@gurum.cc" ]
sungho@gurum.cc
7ca28245dd4e1fb9321317ad9bfaa561e8a08936
8b0d4591e73003401fe88cf6db18d36bdbf0a9de
/modules/http2/h2.h
d7bd70ecfc29df84e1c0c283b63b5329de1fed29
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-other-permissive", "MIT", "NTP", "LicenseRef-scancode-rsa-1990", "LicenseRef-scancode-rsa-md4", "Beerware", "RSA-MD", "HPND-sell-variant", "Spencer-94", "LicenseRef-scanco...
permissive
nohn/httpd
ef459f9123b449625ec59bb87228a7422a11e44c
a726b85d26c087d5376e507654d7a7b992159cdc
refs/heads/trunk
2020-12-24T09:01:02.230738
2016-09-12T20:15:26
2016-09-13T08:57:10
67,923,877
0
0
null
2016-09-11T10:27:30
2016-09-11T10:27:30
null
UTF-8
C
false
false
5,307
h
/* Copyright 2015 greenbytes GmbH (https://www.greenbytes.de) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by appl...
[ "icing@apache.org" ]
icing@apache.org
1724fe0016c9344cfb768e4ba51815d2b04825b4
557a46f7bebe26f9e1aa43de8f6f9bd3850c4013
/libft/ft_memmove.c
c144a90c665dd21056f647584bf3314d848c988b
[]
no_license
juliepas/42.lem_in
a1162208c112e749b5b5d4a6932a4340fa17da17
297c1952a4743a0255d88b35a245f062a996e136
refs/heads/master
2021-08-24T11:53:55.028893
2017-12-09T16:51:02
2017-12-09T16:51:02
106,560,683
0
0
null
null
null
null
UTF-8
C
false
false
1,257
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memmove.c :+: :+: :+: ...
[ "jpascal@student.42.fr" ]
jpascal@student.42.fr
0c7ccf42b151494f10349c81d149500e568eb3fd
6e610ab11afea71c6e5b0c46e5ee3174ca187991
/Semana 4/IREVIR.c
2ecdfc500512eeb8cf0e030c86d5533572cf1c23
[]
no_license
guisaulo/SPC
5f5af5d913ddf27ab5e774ad01b80566a599cff9
b2b9999605201b0bb72be56b9b9c026dd3f417d7
refs/heads/master
2021-04-30T07:04:50.052947
2017-01-25T02:18:01
2017-01-25T02:18:01
79,975,390
0
0
null
null
null
null
ISO-8859-1
C
false
false
4,004
c
#include <stdio.h> #include <stdlib.h> //Implementação da estrutura de grafos typedef struct node{ int vertex; struct node* next_node; }node; typedef struct adjlist{ int num_members; node *head; }adjlist; typedef struct graph{ int num_vertice...
[ "guisaulo@gmail.com" ]
guisaulo@gmail.com
3cae9bd47caf2cf4b8869b7838595304f1681944
cbc19f4a268657a6bb6bed1f3d1ea1a1694f93f8
/c/moduleex_0.1-0.16/helloworld.c
ed5cd251ab508cdf5c44d85fd6895a8fdc5eae31
[]
no_license
willh99/Software-Engineering---CS2113
1a44d39420970a04032a29c3f2dec782bece4aba
fb5c49ec7dff08cf0faa32071d26a246b8a4791b
refs/heads/master
2021-05-05T22:32:04.326715
2018-02-14T06:04:42
2018-02-14T06:04:42
116,171,522
0
0
null
null
null
null
UTF-8
C
false
false
60
c
#include <stdio.h> main () { printf("Hello World!\n"); }
[ "noreply@github.com" ]
willh99.noreply@github.com
257f14333bd9532df2a4344091d9433fc1fab378
cb17668af68911dec00c3e427dc127fd3364729b
/Compilation/syntabs.c
0394e88099c84f35bf1ac62475c3829a09ffcab6
[]
no_license
OcusPocus/Fac
4fc22b3f6e9a06442bd9468442503a3f4437e860
b5cdd3d92225e7b0b7c99715e8f175349a3ea0f1
refs/heads/master
2020-07-23T10:18:24.223708
2017-12-19T16:35:18
2017-12-19T16:35:18
94,356,037
0
0
null
2018-11-15T09:56:18
2017-06-14T17:25:10
C
UTF-8
C
false
false
4,701
c
#include<stdio.h> #include<stdlib.h> #include"util.h" #include"syntabs.h" n_appel *cree_n_appel(char *fonction, n_l_exp *args) { n_appel *n = malloc(sizeof(n_appel)); n->fonction = fonction; n->args = args; return n; } n_prog *cree_n_prog(n_l_dec *variables, n_l_dec *fonctions) { n_prog *n = malloc(sizeof(n...
[ "ronhassan36@gmail.com" ]
ronhassan36@gmail.com
b4fc0a5cdbf109bf80df84c2579ea858259f7087
6918ee70a2a9f6dbb3da9a9b39a8d9209924d82a
/os/test.c
cbf803f431b86b7d17d75cf02aadc8d3de1fb400
[]
no_license
beccannlittle/SER234
83d2705767ee50aa50c5e4db427601b8b3fb97b0
41896d0b1c64ba9cfb630d0c5e63e3714bb99fa1
refs/heads/master
2020-04-11T17:19:46.589704
2015-02-18T04:09:00
2015-02-18T04:09:00
30,951,528
0
0
null
null
null
null
UTF-8
C
false
false
6,354
c
#include "types.h" struct { u64 _start_time; u32 _run_time; u32 _code_size; u32 _data_size; u32 _priority; } proc_init[100] = { { 10ul, 5100000, 20000000, 30000000, 1 }, { 10000000001ul, 6200000, 40000000, 20000000, 2 }, { 10000000200ul, 7300000, 60000000, 100000...
[ "rebecca.little@asu.edu" ]
rebecca.little@asu.edu
0ad512236e558c1c2057ffccd9497354f3030ea3
9b59b37e6db4116c9e097132e2cb1f7d371ca63a
/tests/test_SIKEp610_uRadix.c
3d5bf415a1e4ac39da9c0f51fb4717b8ec25c2f9
[ "MIT" ]
permissive
FastSIKE2019/generic
e464fac3eb65c9d2b06fa0271bcf218405c9e0fe
c092294e81114d1be682cc5b9e0bcc9eac6e5e34
refs/heads/master
2021-07-11T22:04:54.223814
2021-02-22T04:12:22
2021-02-22T04:12:22
234,284,248
8
0
null
null
null
null
UTF-8
C
false
false
491
c
/******************************************************************************************** * Supersingular Isogeny Key Encapsulation Library * * Abstract: benchmarking/testing isogeny-based key encapsulation mechanism SIKEp610 ******************************************************************************************...
[ "283021026@qq.com" ]
283021026@qq.com
dcbe89566c45fea2a5da456de52dc093a778c209
82914b8757378ea735e6abdb0b0ec822fd6fe00a
/TP6/1D/Exercice1/src/chaine.h
cb70fc50e8a6ce140f1d1e04de58da0bd0805e16
[]
no_license
lvlup456/TP-C
5a563e6a6065cbb06e17bd5bb2ad9d58e56426b0
c1e8f00963f8ef29e4f3a611d9409fe873941a64
refs/heads/master
2020-09-23T02:27:09.887205
2019-12-21T17:45:11
2019-12-21T17:45:11
225,378,314
1
0
null
null
null
null
UTF-8
C
false
false
193
h
#ifndef __CHAINE_H_ #define __CHAINE_H_ #include <stdio.h> #include <stdlib.h> int longueurChaine(char chaine[]); void supprimeChar(char chaine[]); void afficheChaine(char chaine[]); #endif
[ "durandthom@eisti.eu" ]
durandthom@eisti.eu
8f6399e4c6f809086bb997537cc60ad40497cac8
a66309beae8cf2b5806099e347073ddda58e3d91
/include/utils/error.h
804352df677ccc5736acd3385184be5340c610a8
[ "MIT" ]
permissive
prismocr/ocr
325770bcbbf257a4fee12aedc97088012c49a348
c965cca9f974276a828ab33f134d535bd0c13a5b
refs/heads/master
2023-01-31T22:32:44.606925
2020-12-16T08:17:58
2020-12-16T08:17:58
295,496,438
15
0
null
null
null
null
UTF-8
C
false
false
432
h
#ifndef ERROR_H #define ERROR_H #include <stdio.h> #include <stdlib.h> // clang-format off #define exit_on_error(r) \ if (r != 0) { \ fprintf(stderr, "%s\n", get_last_error()); \ exit(EXIT_FAILURE); \ } #define return_on_error(r) if (r != 0) { return r; } // clang-format on const char *get...
[ "1810leo@gmail.com" ]
1810leo@gmail.com
e8e9116b542f9acd418cd74cebbc032273e96fa4
09e8bcc46a7ac77745f884e0b90486f481bc77bc
/customDefinitions.h
6419be325b42a4025b4ade8aaab7cbc749df141b
[]
no_license
ujwalkomarla/ECE573proj3DV
d861e60ddd182407fccf03c439c3afc10b0b66df
3a65331d2e79e3dcdc637d1a046e986a1d4d09c3
refs/heads/master
2020-05-01T00:12:38.042874
2014-12-02T20:19:37
2014-12-02T20:19:37
177,162,989
0
0
null
null
null
null
UTF-8
C
false
false
234
h
#include<stdio.h> #include<stdlib.h> #include<string.h> #include<float.h> #define DEBUG #ifdef DEBUG #define INFINITY 99.9 #else #define INFINITY FLT_MAX #endif void DieWithError(char *); int CountLinesInFile(FILE *fp);
[ "ujwal_komarla@ncsu.edu" ]
ujwal_komarla@ncsu.edu
a2f57a748246caa1918262190745f5fd49d23789
c31ad9981bb2760c6f389e9a6cf8a6893e9423e8
/inexlib/ourex/KUIP/source/kmutil.c
e3d7181e1c59f39ee8d75d780457773c728bf485
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
gbarrand/osc_vis_for_LHCb
0582d7ed6734d9716619eb0fccc69904381529d8
2ba864c4475f988192c9799f5be85f1abf88c364
refs/heads/master
2021-10-25T21:32:51.600843
2021-10-17T07:45:20
2021-10-17T07:45:20
140,073,663
0
2
null
2021-10-17T07:45:20
2018-07-07T10:11:36
C++
UTF-8
C
false
false
3,222
c
/* * $Id: kmutil.c,v 1.2 1999/12/03 15:42:30 barrand Exp $ * * $Log: kmutil.c,v $ * Revision 1.2 1999/12/03 15:42:30 barrand * *** empty log message *** * * Revision 1.1.1.1 1999/05/25 13:09:15 barrand * KUIP * * Revision 1.1.1.1 1996/03/08 15:33:09 mclareni * Kuip * */ /*CMZ : 2.05/09 06/07/94 15...
[ "guy.barrand@gmail.com" ]
guy.barrand@gmail.com
b7d058ecbac393409ff024684acfa12d0150ce3b
8525806650200034f163f1ffa7576e393dba8611
/IO/Networking/GUIsocket/GUImandyDemo.c
6f8a64e423a0479249a4d6f1e9b6108c6b242453
[]
no_license
danhouldsworth/helloLanguages
85492e1b03fffb7d0b398cc64dcb5273bc3ae2a1
1e2fa843286058b8dfdb4acf78d1ba6d3d5a250c
refs/heads/master
2021-01-22T03:29:39.790338
2015-08-24T14:26:10
2015-08-24T14:26:10
28,913,706
0
0
null
2015-01-11T19:35:58
2015-01-07T12:33:27
Go
UTF-8
C
false
false
7,278
c
/* 'mandy.c' - An example demo for my GUIsocket.c project Usage : gcc -Wno-deprecated-declarations -lcrypto -O3 GUImandyDemo.c Weakness : Hard coded screen size. Ideally set up at invokation of initGUIsocket(screenSize) Dependancies : Just the GUIsocket.c Memory : Early version blew up the ...
[ "dan@bramble.io" ]
dan@bramble.io
eff987d6881e7057bf75894a18b372c7bea6a8f2
5a5d1d6825af11981d2594494ad8057abc30d031
/SRC/curl/curl-7.56.1/lib/http_chunks.c
92d773112ba0290ad22aa92ff081d06d3406cf34
[ "MIT", "curl" ]
permissive
ab-ashagrie/ChatScript
407b4159eb5508a55f5bed2179466379d0448942
e6ec1c0d660c93fb5e4feebdec868038975134fe
refs/heads/master
2020-03-27T00:53:22.052267
2018-08-23T07:04:31
2018-08-23T07:04:31
145,664,787
0
2
MIT
2018-08-22T06:17:26
2018-08-22T06:17:26
null
UTF-8
C
false
false
12,185
c
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
[ "gowilcox@gmail.com" ]
gowilcox@gmail.com
e75ae63d6c66f029e9babfdf68817fe4fb75f53c
24ae6d51b0a12d0671771a21fff35109f5f45148
/app/BCM53101 sdk-all-6.5.7/src/bcm/esw/xgs5/mpls.c
fdfedc08130aced0e3300c8730295cd49c9e7e0a
[]
no_license
jiaotilizi/cross
e3b7d37856353a20c55f0ddf4c49aaf3c36c79fc
aa3c064fc0fe0494129ddd57114a6f538175b205
refs/heads/master
2020-04-08T14:47:57.798814
2018-11-03T09:16:17
2018-11-03T09:16:17
null
0
0
null
null
null
null
UTF-8
C
false
false
156,290
c
/* * $Id: mpls.c $ * $Copyright: (c) 2016 Broadcom. * Broadcom Proprietary and Confidential. All rights reserved.$ * * File: mpls.c * Purpose: Manages Tomahawk, TD2+ MPLS functions */ #include <shared/bsl.h> #include <soc/defs.h> #include <sal/core/libc.h> #include <shared/bsl.h> #ifdef INCLUDE_L3 #ifdef BC...
[ "andy.4.liu@nokia-sbell.com" ]
andy.4.liu@nokia-sbell.com
716167c629df87c3399760ca6e327f14490a3bb4
f824de683f478b113020e4d3db4af3149c446f48
/garbagedump/Temp/StagingArea/Data/il2cppOutput/System_System_Text_RegularExpressions_Group3792618586MethodDeclarations.h
765df1ee374cb5ce62de6d25aa876d6b9a1251b9
[]
no_license
apiotrow/garbagedump
b4128e6026d33584f66516deba76ca68be002600
e5b09f4bd7fc7f70719de09c555847d36269b4ea
refs/heads/master
2021-01-10T13:56:09.484836
2016-03-15T03:51:08
2016-03-15T03:51:08
48,191,262
0
0
null
null
null
null
UTF-8
C
false
false
1,843
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> // System.Text.RegularExpressions.Group struct Group_t3792618586; // System.String struct String_t; // System.Text.RegularExpressions.CaptureC...
[ "aaron.p.piotrowski@gmail.com" ]
aaron.p.piotrowski@gmail.com
8496709f3336403005cd8e3324114a26a47255ae
7e83bb1db66a47a3eb40d69cf2b908971c56ed41
/j)a_Quick_Sort.c
c093ae8a02fa69b208798f0ae01e6567f9c5c539
[]
no_license
anshtyagi23/DS_Practicals
97b39ace18beb3ff20badc4bafcba67e34d190d9
daaa469cd92dfedd9e900792204f950890e36bc0
refs/heads/master
2022-04-21T21:55:33.859277
2020-04-17T08:01:27
2020-04-17T08:01:27
256,438,762
0
0
null
null
null
null
UTF-8
C
false
false
1,020
c
//Quick Sort in C by Ansh Tyagi, IT, 11912079 #include<stdio.h> //Program to swap void swap(int *x,int *y){ int temp; temp = *x; *x=*y; *y=temp; } //partition program int part(int arr[],int lower,int upper){ int i=lower-1; int pivot = arr[upper]; //pivot is initialized to the upper bound of...
[ "apple@APPLEs-MacBook-Pro.local" ]
apple@APPLEs-MacBook-Pro.local
bf0f52fec0d3efe46d80481ea41c6981f4ce0728
e08a51581d7050e5d5cb69982099049e77d2b376
/dev/panel/msm/mipi_hx8389b.c
71a253cad3f0830eb21df50decee5c4c819ab57d
[ "MIT" ]
permissive
VegaDevTeam/lk-ef65l
43075927e026a2b2b407e0412a100c1288e2bd7b
5533ca0d0607df07f83f5809aadfe103575189e0
refs/heads/master
2020-12-31T01:11:34.335317
2012-12-07T06:11:07
2012-12-07T06:11:07
null
0
0
null
null
null
null
UTF-8
C
false
false
2,173
c
/* Copyright (c) 2012, The Linux Foundation. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * Redistributions of source code must retain the above copyright * notice, this list ...
[ "syhost@163.com" ]
syhost@163.com
c5e7cad0ab7bb5132e7a7f5404ef319b9def49ae
31c933b724e4357d3b71399118baaaccd0c8937a
/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.h
8d867693e22045964945dd626ffbdb23e571565e
[ "BSD-2-Clause" ]
permissive
killvxk/ShellTool
b6c3c83a42adf10ce187153336ce58b59da66127
e25538c06f699a807b5ca31abd676fe6e6f2ceac
refs/heads/master
2021-01-22T08:29:13.449896
2017-01-20T09:33:00
2017-01-20T09:33:00
81,906,104
12
7
null
2017-02-14T04:47:42
2017-02-14T04:47:42
null
UTF-8
C
false
false
11,355
h
/** @file NorFlashDxe.h Copyright (c) 2011 - 2014, ARM Ltd. All rights reserved.<BR> This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://openso...
[ "lexyu@zhaoxin.com" ]
lexyu@zhaoxin.com
9da5c42f04ca5f9ece22d6553550c62c5b0f8ac3
ee5e0c7f802626b33668e7686d179d5d0ea5f449
/windows_ce_5_121231/WINCE500/PRIVATE/TEST/DRIVERS/STORAGE/API/RWTEST/main.h
c12edb3b83c6eb3b45a2ab3fae36827acafcf684
[]
no_license
xiaoqgao/windows_ce_5_121231
e700da986df7fe7d8a691a347f76885aac8c03b3
5ad37f4d1e287bb81a238b7d7a8b2e1185fe90ed
refs/heads/master
2022-12-25T02:28:44.898011
2020-09-28T20:03:03
2020-09-28T20:03:03
null
0
0
null
null
null
null
UTF-8
C
false
false
1,290
h
// // Copyright (c) Microsoft Corporation. All rights reserved. // // // This source code is licensed under Microsoft Shared Source License // Version 1.0 for Windows CE. // For a copy of the license visit http://go.microsoft.com/fwlink/?LinkId=3223. // /* -----------------------------------------------------...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
c823a08f5e63690b45fc69132b9b2682094350b7
f56d7f026bbd63e8e5807a9fb64453b27738cdc6
/Driver/flash_stm32F3.h
47222a6bbfbce31aaf5f82209f829b5e10a07b67
[]
no_license
MohammadFakhr/General
aaa4712ec1d3c737d72b5aab871bf93533fc42bd
ecdf97f4ef82c82a6ba20b470d9d6c6480c28ae5
refs/heads/master
2023-09-03T11:09:29.554023
2021-11-08T17:34:27
2021-11-08T17:34:27
407,779,568
0
0
null
null
null
null
UTF-8
C
false
false
396
h
/* Internal memory of STM32 drv_MemIF.h Ver1.1 These Adresses most be in main.h defined #define MEMIF_PAGESIZE */ #ifndef _MEM_IF_F3_H #define _MEM_IF_F3_H #include "main.h" #include "global.h" #define MEMIF_OK 0 #define MEMIF_FAIL 1 U8 memif_ReadBuffer(U32 SectorAdd, U32 Address, U32 Length, U32 *Buffer);...
[ "mohammad.fakhr.1980@gmail.com" ]
mohammad.fakhr.1980@gmail.com
b3c14344c2b28247f7dcd7cfa5658eeddb5cd8e9
fb045d427221c70847c8e1d6a0b8c83c3ac4ff7b
/curl/lib/qssl.h
a0cf8cc29a8b438331e5dcd3ed08c3dc6a7a33e6
[ "curl", "Apache-2.0" ]
permissive
kenferrara/pbis-open
bc5e6d2272e90805dedadd6e59561848bf6af423
690c325d947b2bf6fb3032f9d660e41b94aea4be
refs/heads/master
2022-04-24T04:30:45.406516
2020-04-29T15:28:56
2020-04-29T15:28:56
259,964,962
0
0
Apache-2.0
2020-04-29T15:28:57
2020-04-29T15:28:20
null
UTF-8
C
false
false
3,038
h
#ifndef __QSSL_H #define __QSSL_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * ...
[ "bkoropoff@9fc1c11e-11b2-4e14-94d8-6c5e05775969" ]
bkoropoff@9fc1c11e-11b2-4e14-94d8-6c5e05775969
c39fb89bdc22a49a2853f7e85c101c734899892a
851437888db68515caba9d316c2eed9c7c1669c2
/MultipleFiles/src/test.c
b81c89e713980fb657799f0284668522823f5e9a
[]
no_license
ianlai/Note-C
c8bff80d32d6fd4af29d4cb0a787e8aacf00d7d1
abe57c02389f32ea9485372bf8973fbb58c36ac1
refs/heads/master
2020-12-02T19:48:42.562427
2017-07-06T10:34:32
2017-07-06T10:34:32
96,392,865
0
0
null
null
null
null
UTF-8
C
false
false
1,150
c
#include <stdlib.h> #include <stdio.h> #include <string.h> #include "lib.h" #include "libbase.h" void p(char *); void p(char *); void p(char *); void p(char *); //prototype can have duplication //static void fatherInside(){ //} int main(int argc, char **argv){ p("test.c\n"); //test.c //fatherInsi...
[ "ian.explore.world@gmail.com" ]
ian.explore.world@gmail.com