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
02f3cda44f8b657a59ef38dc3054580a2b559861
a086e2d208c19a8b13096d09246a2e8c7bbde780
/Assignment1/pomoku.c
1122077cf5ce5c0cdf8591732e2e8ddad8d773bd
[ "MIT" ]
permissive
devtedlee/c-study-projects
b3aa059085da771e57737bb8687d4544c64356a1
f3738c3d6d5d3dbc5d1b5b7112d6e2fba17d8895
refs/heads/master
2022-04-06T02:22:31.989859
2020-03-01T10:35:49
2020-03-01T10:35:49
null
0
0
null
null
null
null
UTF-8
C
false
false
15,642
c
#include <stdio.h> #include "pomoku.h" static int s_board[20][20]; static size_t s_board_row; static size_t s_board_col; static int s_score_black; static int s_score_white; void init_game(void) { int* field; for (field = s_board[0]; field <= &s_board[19][19];) { *field++ = -1; } s_board_ro...
[ "persisne@gmail.com" ]
persisne@gmail.com
884479e01b9d55e5272386d7c31171a03e33de65
f0a18b4262c68df1fc2e1552c7eb00598c69f642
/node.h
37fc22f782083bb59003af395fa0715b026b3a89
[]
no_license
kisom/kam
42aadbf821e5671d8a489929ce8b76fccca8af69
48ee680647273cb959bc790c5492f390aace0155
refs/heads/master
2020-06-02T11:27:53.922961
2014-06-25T08:22:46
2014-06-26T16:07:17
21,159,004
2
0
null
null
null
null
UTF-8
C
false
false
919
h
/* * Copyright (c) 2014 Kyle Isom <kyle@tyrfingr.is> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE ...
[ "kyle@tyrfingr.is" ]
kyle@tyrfingr.is
60bb397ceaeaa83f28ac33fe881098cc24d5f6a8
287faa2add635040e49b988a5909d6214bafdeca
/struct/main.c
b30bdd207f2df3199853753b4a3635f410c65c58
[]
no_license
mrparaszt/Suli_stuff
f88f1d4011048181adcc718b17bc81d452d869f1
e34e7a712fcf4a257ddc3056ddbc8b80a4a4e52f
refs/heads/master
2020-04-09T07:56:10.778067
2019-01-14T12:08:31
2019-01-14T12:08:31
160,176,182
0
0
null
null
null
null
UTF-8
C
false
false
406
c
#include <stdio.h> #include <stdlib.h> #include <string.h> int main() { struct cim { char utca[30], varos[30]; int hazszam; }; typedef struct{ char nev[50]; struct cim c; }Diak; Diak d[10]; d[2].c.hazszam = 5; printf("%i", d[2].c.hazszam)...
[ "noreply@github.com" ]
mrparaszt.noreply@github.com
4a611e5e0a4081dff14432c8c7f6642bce782ace
cf8f8d39a3239cc8b34c33274e0a841ad26237a7
/user_inputs.h
bbd25d0249bf41dd1b77e8ff8ea3e934fc44806f
[]
no_license
wuw94/Speech-Recognition-System
78561019a4f1c5e1b759853097cf0b94f96445ec
8f17d99ef64bbd77c6eb24aa31ca91b9c15c3819
refs/heads/master
2021-01-10T01:53:07.176780
2016-04-07T21:36:37
2016-04-07T21:36:37
55,728,835
0
0
null
null
null
null
UTF-8
C
false
false
2,452,363
h
#ifndef USER_INPUTS #define USER_INPUTS short user1[320000] = {0,0,-670,-669,-669,-669,-668,-669,-668,-669,-667,-667,-667,-666,-667,-666,-666,-666,-665,-664,-664,-664,-664,-665,-664,-663,-663,-663,-663,-661,-661,-662,-662,-661,-661,-660,-661,-661,-660,-660,-660,-659,-658,-657,-658,-657,-657,-657,-657,-657,-656,-655,-6...
[ "weslew1@uci.edu" ]
weslew1@uci.edu
e5aff453a8f39e092ec4d39461705c7df136a593
92ebaf7ce3022a38f8ae6bb57f6f8ee4ce6d267c
/tek1/CPE/GetNextLine/main.c
09602817cc202f6485fad4cb4701ff2fa445ece0
[]
no_license
CyrilGrosjean/Epitech
d69d6c448214c9ea17c9837fb03e0e166a73afc4
dde6bc229dcef73d66c422e98bd300cee6d19502
refs/heads/master
2023-04-28T17:32:08.333950
2021-05-20T00:12:33
2021-05-20T00:12:33
228,628,449
0
0
null
2023-04-14T17:18:22
2019-12-17T13:59:00
C++
UTF-8
C
false
false
405
c
/* ** EPITECH PROJECT, 2019 ** main ** File description: ** main function for testing get next line */ #include "get_next_line.h" char *get_next_line(int fd); int main(void) { int fd = open("tests/test_file.txt", O_RDONLY); if (fd == -1) return (84); printf("%s\n", get_next_line(fd)); printf...
[ "cyril.grosjean@epitech.eu" ]
cyril.grosjean@epitech.eu
c691c47f8e981e58eef24228789a4ce01a164e63
13cf8feac01bc2c2ba4587839b85d0905eadfa7b
/0x0F-function_pointers/1-array_iterator.c
b6627972b01823f37c5e0a860a24f2c40c510f6d
[]
no_license
julianalvarezcaro/holbertonschool-low_level_programming
12fd27bb3c5416edc6961d77178ee7dfe13d1b1c
dca2467181ab1251f303b4aa17d498538f7a0351
refs/heads/master
2023-04-14T04:28:13.664483
2021-04-30T16:07:36
2021-04-30T16:07:36
271,329,425
0
0
null
null
null
null
UTF-8
C
false
false
401
c
#include "function_pointers.h" /** * array_iterator - maps a function * * @array: array to be mapped * @size: size of the array * @action: function to map * * Return: void */ void array_iterator(int *array, size_t size, void (*action)(int)) { size_t loop; if (array == 0 || action == 0 || size == 0) ...
[ "julian.alvarez.caro@hotmail.com" ]
julian.alvarez.caro@hotmail.com
f2de93ceeef57f81da5a6097a513d1f4b45e9ec3
fab7e6bf9519cc730c1128298d9c7a936f91b045
/Lab-5/l5q1b2.c
8e3da2ed68b874ed883f443d910055567ee599ee
[]
no_license
TAHREEM-AKHTAR/SP
fb9c07cc7826198aec91fe07a765d667c9d8209c
05b32ce36db66d24a80fa632467100e0d3971264
refs/heads/master
2021-04-27T09:09:49.774622
2018-05-20T18:55:22
2018-05-20T18:55:22
122,507,462
0
0
null
null
null
null
UTF-8
C
false
false
1,145
c
#include <stdio.h> #include <unistd.h> int main() { // real id-> store the id of program's owner // effective id-> stores the id of user that is executing the program //save id: stores the id of user when suid and sgid is set "effectuve id is changed" // group real id-> store the id of member of group // group effecti...
[ "noreply@github.com" ]
TAHREEM-AKHTAR.noreply@github.com
76c8ffde6b837c3d461e260716c25efd5f7d04d0
286abf273beab655f797dc2d7d572aaa55bcf6c7
/cpracticum2/cpracticum2.h
d8fbce09be79b272537bd62458a84084a5bffa29
[]
no_license
sarahstrickman/SWEN-250
f574016569147a42396ae9fdabe03740e8495dbc
1a5533e447aeef97ae33daa784cf72ffc493e0d0
refs/heads/master
2023-03-20T06:44:07.669377
2021-03-09T19:40:09
2021-03-09T19:40:09
217,161,385
0
0
null
null
null
null
UTF-8
C
false
false
438
h
// C pointers Practicum with malloc and free // SWEN-250 // Larry Kiser July 11, 2017 // Updated March 20, 2018 // cpracticum2 functions int is_pointer_in_array( int *p_int_array, int *p_unknown, int num_int_in_array ) ; unsigned char my_random() ; int *create_array_of_differences( int *p_first, int *p_second, int num...
[ "sarahstrickman@gmail.com" ]
sarahstrickman@gmail.com
eb7ec678832e24f6db85d350a8a6a7445b6f2d2f
a8e1015470efd46e5cd3cbf462f88e581960eae1
/emeter.X/mcc_generated_files/spi1.h
d4502bc3d6a4f0b7efa68e4a45c9c417ee3a1c61
[]
no_license
node9909/emeter-mcp3914-rn1810
e842f65a98111a47fc068bef4dab12708e2fcea3
720a48209e8c4a4c2fd440f2762419159259ac07
refs/heads/master
2021-06-18T10:20:06.400076
2017-05-15T23:55:43
2017-05-15T23:55:43
null
0
0
null
null
null
null
UTF-8
C
false
false
6,520
h
/** SPI1 Generated Driver API Header File Company: Microchip Technology Inc. File Name: spi1.h @Summary This is the generated header file for the SPI1 driver using MPLAB(c) Code Configurator @Description This header file provides APIs for driver for SPI1. Generation Information : ...
[ "gv_obera@hotmail.com" ]
gv_obera@hotmail.com
db1e064291d82d22316cfc913fb1d97e093ec91e
5cb3c9ddfa1d11f0082ccea25cce488159d590cc
/ChibiOS/MBN_QUAIL/ffconf.h
b0f0fd40fab01c914b936aa4691698431ece9ceb
[ "MIT" ]
permissive
piwi1263/nf-Community-Targets
3d770ad96f76b72a83c5cd78292d61b0e6adcd92
8c9f36c60edf3440d9026f49fb81d04ece607222
refs/heads/master
2022-05-18T18:52:29.367314
2022-04-20T21:38:08
2022-04-20T21:38:08
185,022,334
0
0
Apache-2.0
2019-05-05T11:29:10
2019-05-05T11:29:10
null
UTF-8
C
false
false
11,883
h
/* CHIBIOS FIX */ #include "ch.h" /*---------------------------------------------------------------------------/ / FatFs Functional Configurations /---------------------------------------------------------------------------*/ #define FFCONF_DEF 86606 /* Revision ID */ /*---------------------------------------------...
[ "noreply@github.com" ]
piwi1263.noreply@github.com
3400f7797d7f0828825b3c57ca90b2381785b008
8c8b6483f2bbe419b0f9dde73fda6f26d58dc1c6
/Final results/central/Read_gyroscope1.1.cydsn/Generated_Source/PSoC4/ADC_EOC_Int.h
2badb2719221808a05e32cc37758b42cd0115428
[]
no_license
hkoziak/cycling_glove
8c7e611750f411fae34a2c78345064f015c6796b
6023099eb85b942f60c2859973e8f0bd6c6a06a7
refs/heads/main
2023-02-15T18:22:46.033223
2021-01-17T07:38:48
2021-01-17T07:38:48
null
0
0
null
null
null
null
UTF-8
C
false
false
2,578
h
/******************************************************************************* * File Name: ADC_EOC_Int.h * Version 1.70 * * Description: * Provides the function definitions for the Interrupt Controller. * * ******************************************************************************** * Copyright 2008-...
[ "galiakozyak@gmail.com" ]
galiakozyak@gmail.com
d5acaba68fcccc463c23205f3867526c489ae4d8
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/c-litmus-ARMCBMC/long-Z6.4+fencembonceonce+poreleaseonce+poonceonce.c
5cc62c5a46c4827dad8c504faef4d4260cc6807d
[]
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,797
c
/* Copyright (C) 2023 ARM-CBMC * This benchmark is part of ARM-CBMC */ #include <assert.h> #include <pthread.h> #include <stdatomic.h> // Memory barriers void dmbld(); void dmbst(); void dmbsy(); void isb(); atomic_long vars[3]; atomic_long atom_1_X1_0; atomic_long atom_2_X1_0; void *t0(void *arg){ label_1:; a...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
11848566dd7952125a61df7161ef9e98b4f39900
61796a5b4b25d61dbdd9b5eba37bc45bd5c07a0e
/2.1.c
1d399d8aeca04ab84427da904397404c2ac0081f
[]
no_license
radiana/ANSI_C
3d1892066538dfc54aea7e1be727493e79cbb6d0
5c1b63794561a445ff22d08de89fa5ea00e0945c
refs/heads/master
2020-06-09T04:57:39.303272
2014-12-13T13:17:15
2014-12-13T13:17:15
null
0
0
null
null
null
null
UTF-8
C
false
false
180
c
#include<stdio.h> int main(){ int n; float i,sum=0; printf("enter the value of n:\n"); scanf("%d",&n); for(i=1;i<=n;i++){ sum+=1/i; } printf("sum:%0.3f",sum); getch(); }
[ "User@User-PC.(none)" ]
User@User-PC.(none)
b3ac2899267344516df82b72245222a275ca739e
b1d500a451cd9852089bf3d97e829df069daa9c8
/Images/MC/dMu/5.4e-18/attic/Unblinded/MomBinnedAna/MomSlices/S0_FullModuloFit_2400_2600_trackReco_WORLD_200MeV_AQ.C
ca22058428782cc45d382be8707b1cabd99cd88d
[]
no_license
sam-grant/EDM
486ea029bf766c968a3c7b41198ffcf9bc3c9b8a
525e41de5f675c39014488c79144f47562910736
refs/heads/master
2022-10-30T22:35:42.979799
2022-10-19T18:44:54
2022-10-19T18:44:54
296,421,806
0
1
null
null
null
null
UTF-8
C
false
false
1,056,480
c
void S0_FullModuloFit_2400_2600_trackReco_WORLD_200MeV_AQ() { //=========Macro generated from canvas: c/c //========= (Tue Aug 24 13:15:35 2021) by ROOT version 6.22/08 TCanvas *c = new TCanvas("c", "c",0,0,800,600); c->SetHighLightColor(2); c->Range(-0.6024336,-6.25,4.944727,6.25); c->SetFillColor(0); ...
[ "samuel.grant94@gmail.com" ]
samuel.grant94@gmail.com
1da42941967256193f32e9a8d01089439148e922
c94723399ddecadf0793ba9b26577f0c78ad8995
/lab3B.c
d3703bfaa1ce1b27f8f0146ec3274e48729715d6
[]
no_license
NitinGupta2633/c-language
a03f4415dfafa2673277c8fba1dcceb0d93a33a0
daa8b60cdbc17dc0f7b083850bf9d690774df3ce
refs/heads/master
2023-01-02T07:47:00.120653
2020-10-10T16:45:01
2020-10-10T16:45:01
275,095,718
0
0
null
null
null
null
UTF-8
C
false
false
1,146
c
#include<stdio.h> int bin_display( unsigned int input); // Function that convert Decimal to binary int main() // main fuction { unsigned int input ; printf("enter the number in decimal form\n"); scanf("%d",&input); // taking input printf("\nthe number in decimal form is --- %d\n",input); // displ...
[ "62183640+NitinGupta2633@users.noreply.github.com" ]
62183640+NitinGupta2633@users.noreply.github.com
1ced293fa919afdf1d95745dd7a4c1bad4b725b6
a281723be1154659f55d9669ea1d44928fa1142e
/Object-C/1110-reveal/Pods/Headers/Public/Reveal/CLBeacon+RVLAdditions.h
5b6b279b5b729e75010fcf3237d9f8e2606c74a1
[]
no_license
kkdmh77/MyGit
4df11653d374db8432083940fbec586d188dba26
8c66e79d6a8f7e9465631a1460430609e644a6a8
refs/heads/master
2021-01-11T14:08:22.191385
2016-10-16T15:55:16
2016-10-16T15:55:16
null
0
0
null
null
null
null
UTF-8
C
false
false
47
h
../../../Reveal/Classes/CLBeacon+RVLAdditions.h
[ "YINXUKUN137@pingan.com.cn" ]
YINXUKUN137@pingan.com.cn
e9b0a605bbfe82e73f63bcc700d49355a71b09e3
a92ee6bc6377e4d06fdf74fc05358be781d4a522
/ext/encoding/character/utf-8/rb_utf_normalize.c
6e96927b68eb6d6aaecbe3143acf4de1bc2dd765
[]
no_license
framallo/character-encodings
4cff461706ece4c07ba9ce535eb893ecf76e5611
d330baeb77e527ac7e7b421e7961b184ca75bc84
refs/heads/master
2021-01-16T21:31:18.876614
2012-07-29T00:46:06
2012-07-29T00:46:06
null
0
0
null
null
null
null
UTF-8
C
false
false
1,637
c
/* * contents: Encoding::Character::UTF8.normalize module function. * * Copyright © 2006 Nikolai Weibull <now@bitwi.se> */ #include "rb_includes.h" #define SYMBOL2MODE(symbol, mode, id) do { \ static ID id_##symbol; \ if (id_##symbol == 0) ...
[ "now@bitwi.se" ]
now@bitwi.se
1e16f2915e6b7e3fc0598e57871647e3759d5402
6c9fd9d9b3add7d2b2d32144000acd807280056a
/0026/libc/multibyte/mbtowc.c
70c108847047f77984e2ed1969f2e66e7feaab62
[]
no_license
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
1,126
c
/* * This code was written by Rich Felker in 2010; no copyright is claimed. * This code is in the public domain. Attribution is appreciated but * unnecessary. */ #include <stdlib.h> #include <inttypes.h> #include <wchar.h> #include <api/errno.h> #include "internal.h" #include <stdio.h> int mbtowc(wchar_t *restri...
[ "399030@qq.com" ]
399030@qq.com
1825af0670603f2958c9eb3f2c2a6357c56cd33b
56a7619c0d5d882781248812c149f3b0a5436a8c
/final/sampleFinalExam/files/q1/Matrix.c
df9f8a55291373c600a8ffb1e2eee45428a8096d
[]
no_license
Wednesdayz/COMP2521-1
4e6c5ff8443ac88c5532ad3d67d269b66bff165a
a8a7cea518f43c97a38d5af42570deeb310bb513
refs/heads/master
2022-01-21T12:02:12.874537
2019-07-04T13:55:32
2019-07-04T13:55:32
null
0
0
null
null
null
null
UTF-8
C
false
false
3,088
c
// Matrix.c ... implementation of Matrix library #include <stdlib.h> #include <stdio.h> #include <assert.h> #include "Matrix.h" typedef struct _matrix_rep { int nrows; int ncols; int **val; } MatrixRep; // create an empty MxN matrix Matrix newMatrix(int M, int N) { Matrix new; int i, j; new = mall...
[ "z5125679@ad.unsw.edu.au" ]
z5125679@ad.unsw.edu.au
5dc3a996fe799a706f00ee67eba2f9fb878db104
a05ad6ebb1f6228c32d98cf9d454a4cf3a42d7a3
/ex2/2-6.c
0e8e059925406cfc18d70d54c8a488b7b26cc5c6
[]
no_license
yyxuxyy/CEX
3ddaebe19c19c917510751c64ec4aeb0d780cff3
b9073f09062618bf3e61f9d2118ae9fc1713265e
refs/heads/master
2020-06-01T17:15:18.885593
2019-07-08T00:44:07
2019-07-08T00:44:07
190,860,456
0
0
null
null
null
null
UTF-8
C
false
false
182
c
#include "stdio.h" #include "stdlib.h" int main() { return 0; } unsigned setbits(unsigned x,int p,int n,unsigned y) { return x&~(~(~0<<n)<<(p+1-n))|(y&~(~0<<n))<<(p+1-n); }
[ "yyxuxyy@hotmail.com" ]
yyxuxyy@hotmail.com
aba3ee45ceae7d45af77bc03b0b73c06ccfcb657
4839c3f99ebdfecbfa04ef13f3b4d397ee761bb8
/src/tests/benchmark_eigenvalues.h
2481e2c9b7ae1ea11bd6baef01b0ac4802bd685d
[]
no_license
hazelnusse/libbicycle
db2065e4894c80ff7762eb96339c1a08fb8706a0
8bc61c534b653c8a7b25a0325467164dde2921f2
refs/heads/master
2016-09-05T14:28:18.198041
2013-06-21T21:09:49
2013-06-21T21:09:49
8,031,138
7
6
null
2015-02-10T17:32:08
2013-02-05T14:56:19
C++
UTF-8
C
false
false
2,274
h
#ifndef BENCHMARK_EIGENVALUES #define BENCHMARK_EIGENVALUES double evals[] = {-3.13164324790656, 0.0, -3.13423125066578, 0.0, -3.07158645641514, 0.0, -2.63366137253667, 0.0, -1.42944427361326, 0.0, -0.32286642900409, 0.0, ...
[ "hazelnusse@gmail.com" ]
hazelnusse@gmail.com
b205e30a5304a26451dd58984e73043de9173a17
2f99dc209ce95b57db9da303e44c5d94ac1279f3
/software/src/servers/videoserver/bswap.c
a20473db1a83907f496228707256c3dc9f9cfebd
[ "BSD-3-Clause" ]
permissive
MMTObservatory/SAOguider
b110c20824b9dce7c1c8076af25fb18cf1bf9f40
e528d35d63876e2db066bef43cfcabd6946bc986
refs/heads/master
2020-04-21T19:11:36.222770
2019-02-08T21:12:13
2019-02-08T21:12:13
169,798,182
0
0
null
null
null
null
UTF-8
C
false
false
167
c
/* bswap.c */ bswap(f, t, n) char *f, *t; int n; { n /= 2; while ( n-- ) { char b; b = *f; *t = *(f+1); *(t+1) = b; f += 2; t += 2; } }
[ "te.pickering@gmail.com" ]
te.pickering@gmail.com
b8dadc5ec444bf0d31fd5f34e4f923fd950d5486
807d57b6e3e18541f631c1b09b42e203828ca9e1
/YCP_2018-2022/Fall/2020/CS 370-102/Assignments/CS370_Assign04/CS370_Assign04/lighting.h
0d9572ba27791038f2c83b672975804f51d7dc0b
[]
no_license
QuietCoder1007/Courses
3b18141cdcd470cf31736870f5a5ffa57cd89cce
2a2c488b83a0a0e11de39f198a801516350fe7ad
refs/heads/main
2023-03-09T17:45:53.630661
2021-02-23T05:14:11
2021-02-23T05:14:11
299,727,247
0
0
null
null
null
null
UTF-8
C
false
false
487
h
#include "vmath.h" enum LightType {OFF, DIRECTIONAL, POINT, SPOT}; // Structure for lights struct LightProperties { GLint type; GLfloat pad1[3]; vmath::vec4 ambient; vmath::vec4 diffuse; vmath::vec4 specular; vmath::vec4 position; vmath::vec4 direction; GLfloat spotCutoff; GLfloat spotExponent;...
[ "noreply@github.com" ]
QuietCoder1007.noreply@github.com
7853d9f4408437e526cb62850e3323a879fa5422
94e8344ee420ae4d2eb1643e95973845f341a3d2
/spidermonkey_1.6_mutants/mutant101603_jsxml.c
c01781f091e83d1bdfed2b3cbfbadd3fe18e4e60
[]
no_license
agroce/compilermutants
94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3
dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991
refs/heads/master
2022-02-26T21:19:35.873618
2019-09-24T15:30:14
2019-09-24T15:30:14
207,345,370
1
0
null
null
null
null
UTF-8
C
false
false
251,720
c
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * vim: set ts=4 sw=4 et tw=78: * * ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except...
[ "agroce@gmail.com" ]
agroce@gmail.com
1c3716c213608a553023403e45c0061192e567cb
1bc78c4b15bfbe4ad0954c2958a1bf1d54a425bb
/xh_src/lib/libSGNL/phasestacking.c
f538dd989e9e8766ee6d0781ae1a9286310652c9
[]
no_license
samhaug/code_portfolio
9e5bae0ab575df94fd9f6a4182ef007a8f8b14e7
04ba2a6931530ada7380077fc48a702614a1dbbd
refs/heads/main
2023-05-02T05:47:07.983716
2021-05-18T00:54:49
2021-05-18T00:54:49
368,358,962
0
0
null
null
null
null
UTF-8
C
false
false
757
c
// Phase stacking; // See Maarten Schimmel's thesis (page 32) #include <stdio.h> #include <stdlib.h> #include <math.h> #include "xhhead.h" #include "Complex.h" int phasestacking(numsamp,f,p_real,p_imag) int numsamp; float *f,*p_real,*p_imag; { int i, j; float *fhilb; double arg; int hilbert(); fhilb = (...
[ "haugland21@gmail.com" ]
haugland21@gmail.com
0f12bedb5410629a6fcc6c62f44fd0bce3f51211
6f70f16209654d76f0534576ed338cf9b7ec1117
/3500-TWO-PRO/FATFS/exfuns/unicode.h
9f77c8de232b9a6a5b495722297817d688495ab1
[]
no_license
yyk23/TWO_AIR_SOFTWARE
71fae5ded15a6a32bd1e0c8391efd4e17c554791
d4e6e9aeae6a9cffad86fe5e5d3006d99ddf5b44
refs/heads/master
2020-03-31T09:06:26.069573
2018-10-11T14:17:59
2018-10-11T14:17:59
152,082,854
0
0
null
null
null
null
GB18030
C
false
false
378
h
/******************************************************************** * *  文件名:ziku.h * *  文件描述:ziku.c头文件 * * 作者: * *  版本号:V1.0 * *  修改记录: * * ********************************************************************/ #ifndef __UNICODE_KU_h__ #define __UNICODE_KU_h__ extern const unsigned char UN_OEM[]; #endi...
[ "yangyankai@heyhomi.com" ]
yangyankai@heyhomi.com
ab340911ea2e2d91d214b96aedaef9a6acca0fba
d80d7303aeaa670ba6477ef2d8b3f02347483c51
/nandroid.c
e8f786d916be095786878601f143f6c3f5b90ebc
[ "Apache-2.0" ]
permissive
Talustus/android_bootable_recovery-cwm6
8319d825fd2837c475ba36cff1f1b4008a3e4804
19ad67bbb16d7cdd73560d6d5b5347cfd6e3aa94
refs/heads/master
2021-01-17T05:41:02.710062
2012-08-31T12:14:44
2012-08-31T12:14:44
null
0
0
null
null
null
null
UTF-8
C
false
false
24,223
c
#include <ctype.h> #include <errno.h> #include <fcntl.h> #include <getopt.h> #include <limits.h> #include <linux/input.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/reboot.h> #include <sys/types.h> #include <time.h> #include <unistd.h> #include <sys/wait.h> #include <sys/limits.h> #includ...
[ "kyle.laplante@gmail.com" ]
kyle.laplante@gmail.com
42e5739d13f1171baf1328e5e8c64a5ef3f47800
61d3dabaef8924395e14d1059ebeb8d97e0540b4
/chapter4/ex4-8-1.c
6aabbefb4eafc0183258ef546dcfa5e39a895280
[]
no_license
tttimit/learningC
9a81a968595ec2887de7c65ece040fb8954b8436
1b568704fde90b93dad72cd64a5ebfdd6d4fee24
refs/heads/master
2021-01-10T02:23:54.989883
2016-01-25T13:21:51
2016-01-25T13:21:51
48,165,270
0
0
null
null
null
null
UTF-8
C
false
false
292
c
/* ex4-8-1.c 要求输入名字和形式,然后以姓名,姓氏的格式打印。 */ #include <stdio.h> int main(void) { char fname[20], lname[20]; printf("Please enter your name.\n"); scanf("%s %s", fname, lname); printf("So, you're %s %s, welcome!\n", fname, lname); return 0; }
[ "timit.cloud@gmail.com" ]
timit.cloud@gmail.com
cd3cbce058f6480a131a328cfe14d6f583689bb3
5457de2ed9ff62b5ec2c56f3d49688117fa034e2
/hello5.c
d65b1ccd5c2701626f7f8383656f76bbe7258bf7
[]
no_license
decentfox/cpython-anchoring-in-nginx
ad86eec32bc04da3cffaa59fc8729f3f898fb633
cfe3de22a994171b692732f8dd3dd823dfaae3ce
refs/heads/master
2020-04-09T23:31:22.324567
2018-12-12T11:15:02
2018-12-12T11:15:02
160,659,118
2
1
null
null
null
null
UTF-8
C
false
false
95
c
#include <stdio.h> #include "world.h" int main() { printf("Hello, %s!\n", get_world()); }
[ "fantix.king@gmail.com" ]
fantix.king@gmail.com
f392b66c8799bffdf1a9cacb90dc28868fe94102
560c08a17684c74527baa1a33d905b4e89b679e2
/src/game/behaviors/sl_walking_penguin.inc.c
f5b60a8a9067d6adf810a861b7bbc15559246ebd
[]
no_license
mrneo240/sm64-port
145286226c4187a79b634877fe37434c0f8768f9
eae08f977dc53a1447bfcc849b7ae1c0315be714
refs/heads/master
2023-04-10T09:33:56.313187
2023-04-03T01:21:42
2023-04-03T01:21:42
295,888,364
49
7
null
2023-04-03T01:21:44
2020-09-16T01:12:29
C
UTF-8
C
false
false
4,755
c
// sl_walking_penguin.c.inc struct SLWalkingPenguinStep { s32 stepLength; s32 anim; f32 speed; f32 animSpeed; }; // The penguin follows a preset list of movements while walking forward. struct SLWalkingPenguinStep sSLWalkingPenguinErraticSteps[] = { { 60, PENGUIN_ANIM_WALK, 6.0f, 1.0f }, // Walk ...
[ "n64" ]
n64
feed7fdaec299a2811ba34b79b3e2051cb62deda
51caa143d97504462e355ae190260de450919472
/uart.h
423b5953f0124db044b823daa525bfa8e61145da
[]
no_license
WatsonMing/Environmental-information-collection-vehicle-system
53b22e60ff09e8f4d2de206f86a48fd73c4e0241
43c2cba2da6cfab45bd0cc4dfd4ecad9c087378d
refs/heads/master
2020-04-02T18:26:26.966027
2019-09-09T08:13:21
2019-09-09T08:13:21
154,700,201
0
1
null
null
null
null
UTF-8
C
false
false
75
h
#ifndef __UART_H_ #define __UART_H_ extern void UartInit(void); #endif
[ "noreply@github.com" ]
WatsonMing.noreply@github.com
5b38b6b4340fcaa679b3bbe3d7f32168c9355e2d
675e4339560bca59ba50db5246b3bf618285e010
/extmod/modbluetooth.c
f4996f7e881b5b8fe4b9caa924b0ba2266c5dcfe
[ "MIT" ]
permissive
diskman88/micropython-1
f55229545c848842f9da3e7f5d7bce6b6771a25f
6f7f63035f902fee30ece9af5fd37cf82721c5fe
refs/heads/master
2020-08-07T19:23:47.009027
2019-10-08T06:22:38
2019-10-08T06:22:38
213,562,972
0
0
MIT
2019-10-08T06:16:59
2019-10-08T06:16:59
null
UTF-8
C
false
false
41,759
c
/* * This file is part of the MicroPython project, http://micropython.org/ * * The MIT License (MIT) * * Copyright (c) 2018 Ayke van Laethem * Copyright (c) 2019 Jim Mussared * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (...
[ "jim.mussared@gmail.com" ]
jim.mussared@gmail.com
65d58fe14662653c6978a3a7862ad1a38a2b649d
0ef2479c88c3f5d49dec909258e4efa8dc733496
/SPI.c
be9005d043020d78f8cb5e32e58126b89e5c7bc5
[]
no_license
skopy123/SkopyLib
bbe451e3430e9e8e85c8578b23a0e6cefd27a2de
38e580032f99674884c88a5f8f42694a1eedb4d8
refs/heads/master
2020-05-26T20:22:12.791765
2015-07-08T18:41:47
2015-07-08T18:41:47
23,265,999
0
0
null
null
null
null
UTF-8
C
false
false
450
c
#include <avr/io.h> #include "SPI.h" //SPI initialize for SD card void SPI_init(void){ SPCR = 0x52; //setup SPI: Master mode, MSB first, SCK phase low, SCK idle low SPSR = 0x00; // TO DO DDRB } unsigned char SPI_transmit(unsigned char data){ SPDR = data; while(!(SPSR & (1<<SPIF))); data = SPDR; return(data); }...
[ "d.skopalik@gmail.com" ]
d.skopalik@gmail.com
3d97c85944649e05395676a69eafa3353ba76100
2ab049e5d25e879fb60c3ef164d689d8d222a925
/src/libft/includes/libft.h
b06ab8d659abf3294ebad4c1b0cc7caaf775d608
[]
no_license
Taiwing/ft_ls
d4a28a1e336005292de8ca999e05fcb5ed085403
c3f63efe1655097cb8e84db6e234e61b938797e6
refs/heads/master
2020-05-03T06:03:27.046755
2019-05-04T19:56:02
2019-05-04T19:56:02
178,464,340
0
0
null
null
null
null
UTF-8
C
false
false
5,810
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* libft.h :+: :+: :+: ...
[ "yoannforeau@yoanns-MacBook-Pro.local" ]
yoannforeau@yoanns-MacBook-Pro.local
67665ec509a6b73c192c54d2ee926710d19739e4
a19ec03df8ef0d9d0ee8739e8488e302bf59e1ee
/ANSI C/12798 - Handball.c
b96ed003fd930b0d0384f2bf43cb1008d3d6c718
[]
no_license
miksuch/UVa-Online-Judge
c7636b562d8f2f8b411920f9758f60e010505dfa
1788cb59a084af4ce073ae7c70af54691b4ce076
refs/heads/master
2023-03-19T12:40:26.373104
2021-03-18T09:19:31
2021-03-18T09:19:31
266,581,267
0
0
null
null
null
null
UTF-8
C
false
false
565
c
#include <stdio.h> int main() { unsigned int players, matches, i, pointsScored, answer, ok; while( scanf( "%u %u", &players, &matches ) != EOF ) { answer = 0; while( players-- ) { ok = 0; for( i = 0; i < matches; ++i ) { ...
[ "noreply@github.com" ]
miksuch.noreply@github.com
1aa48ad76d040f50b492f921ed3353ed4ee00ad9
63edc3254351e9b71c42d1164fa14828ee935c3b
/T2.c
90eb0537daad20245c225ffc30e9b05890bec284
[]
no_license
henrvelho/ELC1067
a2665d594bde3f653bae3d8c1dffb62d9faee4a4
3b1f526f467d8b4d544cd47c2e2b407bac06f669
refs/heads/master
2021-01-15T20:57:21.969803
2017-04-12T05:40:10
2017-04-12T05:40:10
31,715,979
0
0
null
null
null
null
UTF-8
C
false
false
6,419
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> // char** alocarMatriz(int Linhas,int Colunas); void inicializaMatriz(char **matriz, int Linhas, int Colunas); void imprimeMatriz(char **matriz, int Linhas, int Colunas); void pesquisaMatriz(char **matriz); int main(){...
[ "henrvelho@gmail.com" ]
henrvelho@gmail.com
e79f0f69bcf3580d434181aa386339a0409d1397
3028c05cdec41152b8ce8a867c6b97cdc2a6f199
/src/lib/libm2/load.c
bee5a95eb2eb1163bbc36790ef57e6bf7212673c
[]
no_license
EmmanuelKasper/minix-st-2.0.4
a0fc0776c5dff6867b7d85ee3aeb361dbff4783a
02843cc965cc018dc3fb1952ef89edfde2d0acf2
refs/heads/master
2020-12-18T13:18:19.994823
2020-01-21T17:10:43
2020-01-21T17:10:43
235,396,522
7
1
null
null
null
null
UTF-8
C
false
false
1,033
c
/* (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands. See the copyright notice in the ACK home directory, in the file "Copyright". */ /* Module: get value on stack, byte by byte Author: Ceriel J.H. Jacobs Version: $Header: load.c,v 1.5 90/11/02 14:28:52 ceriel Exp $ */ #include <m2_tr...
[ "manu@debian.org" ]
manu@debian.org
a7b7d36f4e03bce123d536222a006e5b2667ba9b
4b98eb561e75174755da9b1bb636c406e2ae98d1
/VM/srcs/load_prog.c
1ba483097a293e7a8d274868a58f0809fd552161
[]
no_license
marene/corewar
c17272627606ece491f13251168808db124b6d06
2d8d13c69a2222390ecee02647cb5660550d3c65
refs/heads/master
2021-01-18T01:56:09.420110
2016-02-19T15:16:09
2016-02-19T15:16:09
31,769,718
2
0
null
null
null
null
UTF-8
C
false
false
1,330
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* load_prog.c :+: :+: :+: ...
[ "marene@e1r3p7.42.fr" ]
marene@e1r3p7.42.fr
16fdc61980e8d758f54ecdfc846f33e768afe4c0
77aeb875fe9d4bc04ab5c2edeeab6c3097555fba
/tmc/tmcmain.c
cb33df310e71ed9832ea6b1d5a7afaefd941fb0b
[]
no_license
nthallen/arp-das
dcc9b164ea1e2b7d95c33a98d00666b97e301081
36b9f5ce3d1e7ca00fa266efeeaecb723ebb2521
refs/heads/master
2022-07-22T13:55:37.926274
2022-07-07T21:10:17
2022-07-07T21:10:17
66,291,321
2
0
null
null
null
null
UTF-8
C
false
false
5,134
c
/** @file tmcmain.c */ #include <stdio.h> #include <stdarg.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include "nortlib.h" #include "nl_assert.h" #include "tmc.h" int (*nl_error)(int level, const char *format, ...) = compile_error; FILE *vfile = NULL, *dacfile = NULL, *addrfile = NULL; #define C...
[ "allen@huarp.harvard.edu" ]
allen@huarp.harvard.edu
47751bdbfc669adcbfc6a5b5db77c702a8c79811
4c2343e620f72fcbb7e549a7956dbb68fd78af3f
/hw/bsp/stm32f411discovery/src/hal_bsp.c
e1f8e36ade9bb373e42923e2a3e964bdc74dad65
[ "Apache-2.0", "LicenseRef-scancode-unknown", "EPL-1.0", "BSD-3-Clause", "MIT", "LicenseRef-scancode-gary-s-brown", "OFL-1.1", "TCL" ]
permissive
brianwyld/mynewt-core
d012e718e928b38b0ceec8bdf5456b5cfe24264c
614428466c8f355213632331e932603e87299c35
refs/heads/master
2022-11-13T19:59:04.216604
2022-10-31T14:14:03
2022-10-31T14:14:03
223,154,968
0
0
Apache-2.0
2019-11-21T11:06:02
2019-11-21T11:06:01
null
UTF-8
C
false
false
5,123
c
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
[ "miguellazev@gmail.com" ]
miguellazev@gmail.com
9cc3bb924294ea60f412a8b4b5a9ca3c598c5da5
87514a8930e602b34bcd04e28650a74a84e03ffc
/codegen/lib/myFind/myFind.h
3793263ef0aa2f782c13bc551b5b443353bb3e7e
[]
no_license
RuddiRodriguez/Spreading_membrane-MT_reaction_inside_EB
89f4414eaaf04f6af4b855ebe0d2fbcb0d95331d
f790d3de7d066beae575c9e6d5915638d740a6f3
refs/heads/master
2020-04-25T23:03:41.735200
2019-02-28T14:58:02
2019-02-28T14:58:02
173,131,852
0
0
null
null
null
null
UTF-8
C
false
false
399
h
/* * myFind.h * * Code generation for function 'myFind' * */ #ifndef MYFIND_H #define MYFIND_H /* Include files */ #include <stddef.h> #include <stdlib.h> #include <string.h> #include "rtwtypes.h" #include "myFind_types.h" /* Function Declarations */ extern void myFind(const emxArray_real_T *x...
[ "rudiscu@gmail.com" ]
rudiscu@gmail.com
347795a61065c2788ae268113f7bae26a217e517
e2fe6c6dd983e3ee9d9d58701841e345b9b8e960
/sdk/nrf5_sdk_16.0.0/components/ant/ant_profiles/ant_bpwr/ant_bpwr_local.h
bcbf98e19fe7e1e8d75aa82ff14488c2a46f56e2
[ "MIT" ]
permissive
lab11/nrf52x-base
e91bb97528792a2b444ed66d982adb94c448eef4
04df75d45766fc1f9794f438a45080eddc7a0ec1
refs/heads/master
2023-08-24T04:49:01.382920
2023-08-07T22:43:35
2023-08-07T22:43:35
199,748,590
17
19
MIT
2023-01-25T22:03:45
2019-07-31T00:39:42
C
UTF-8
C
false
false
3,179
h
/** * Copyright (c) 2015 - 2019, Nordic Semiconductor ASA * * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright no...
[ "nealjack@umich.edu" ]
nealjack@umich.edu
9356e2f307f5b4d757c247e6edcfc7a16a43d65b
b7deda762534ed0e79445f0fe614d5041f5a52dc
/compiler.c
37281dd65b40efc5e3d3271bfc5ebb3a80d8da3f
[]
no_license
antleemoore/PL-0-Compiler
738eacd2ec7b01902ca047b517960223fc5a0362
f28dca4564fb598a5adb0d577603db67017dd4d7
refs/heads/main
2023-02-05T08:02:36.189720
2020-12-22T20:30:01
2020-12-22T20:30:01
317,965,532
0
0
null
null
null
null
UTF-8
C
false
false
27,526
c
/* COP 3402 HW4 Jesse Chehal Anthony Moore */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> #include <stdbool.h> #define norw 15 /* number of reserved words */ #define imax 32767 /* maximum integer value */ #define cmax 11 /* maximum number of char...
[ "noreply@github.com" ]
antleemoore.noreply@github.com
346e2786ae635fbf01733d493f15934024300929
8a707e3a895aaa364bb894583f1d302514affef5
/Project 2/document.c
6a2ae5b36fb5ffefdf16c8b4891c165feebf45f0
[]
no_license
SarahL726/C-projects
05c81e75a5a7d40b07674a3ed25cbfa633e05a28
cf435f28f24410ac7cd0df17e08da6af6fb82f59
refs/heads/main
2023-03-02T06:13:13.657330
2021-01-26T02:41:59
2021-01-26T02:41:59
332,946,514
0
0
null
null
null
null
UTF-8
C
false
false
9,348
c
#include <stdio.h> #include <string.h> #include "document.h" int init_document(Document *doc, const char *name); int reset_document(Document *doc); int print_document(Document *doc); int add_paragraph_after(Document *doc, int paragraph_number); int add_line_after(Document *doc, int paragraph_number, int line_number, ...
[ "noreply@github.com" ]
SarahL726.noreply@github.com
8fb0ca57733c78d880308397a9133102e725c30f
36e32f48f5ee69118da22b59d53acd09e5b81768
/libft/ft_print_bits.c
c9a53ceb58d1c39c1771063b2a15e6c50cd8243c
[]
no_license
epillot/ft_printf
6b2f04d11edcc56cf25fdf1a4013aad58a3d14a0
7633df109ade063b71634e7d7b2e382d8221f337
refs/heads/master
2021-01-13T13:41:24.114084
2016-12-27T18:39:23
2016-12-27T18:39:23
76,389,942
0
0
null
null
null
null
UTF-8
C
false
false
1,102
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_print_bit.c :+: :+: :+: ...
[ "epillot@e3r3p5.42.fr" ]
epillot@e3r3p5.42.fr
f6ee801375ec9a93fca44a890d8dc60eef48abab
febaf4bdeaf798eac0c7ffbbe9b003b886448738
/include/CFD_Tab_LinkDef.h
d31bee00ed6464b5a2dd9f458199504eeb6b7e04
[]
no_license
NA62/cfdmanagement
c6763481d6f78e385ee2c12f96b45849868bf58d
0b74e0af6fedcb0e74e394175083b402809355b2
refs/heads/master
2020-12-30T14:56:16.112427
2014-09-12T12:01:42
2014-09-12T12:01:42
null
0
0
null
null
null
null
UTF-8
C
false
false
347
h
// // CFD_LinkDef.h // FTDI_COM // // Created by riccardo aliberti on 25/07/14. // Copyright (c) 2014 riccardo aliberti. All rights reserved. // #ifndef FTDI_COM_CFD_LinkDef_h #define FTDI_COM_CFD_LinkDef_h #pragma link off all globals; #pragma link off all classes; #pragma link off all functions; #pragma link C...
[ "kunze.jonas@gmail.com" ]
kunze.jonas@gmail.com
45c8141d5428550b980a11ef6b86a77e919c4f32
bca7fc92cb5038776f3b6f355fd88ee9ab0897e0
/client/src/ydb_client_test.c
31e56b1c5b1e11c6167d3b3a28b455e32f701c1e
[]
no_license
xvhfeng/ydb
fd71e32f6c48f169ded44da1aa39789f25cf572b
bcdbe286dd7b199b15bbb9436b93b1a2fd24e12c
refs/heads/master
2021-01-19T13:50:35.955445
2015-03-30T03:38:58
2015-03-30T03:38:58
21,376,381
3
0
null
null
null
null
UTF-8
C
false
false
7,239
c
#include <stdlib.h> #include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <sys/stat.h> #include <unistd.h> #include "spx_types.h" #include "spx_string.h" #include "spx_alloc.h" #include "spx_io.h" #include "spx_defs.h" #include "spx_time.h" #include "ydb_client.h" spx_private in...
[ "xvhfeng@gmail.com" ]
xvhfeng@gmail.com
c810388530de3212a7612a29a539eca482226b9d
df927155988d4b690890ec0a8b8f241525b9f1fe
/copy-checksum.c
11f5c47378569d4dae576d7464bc0def1fc9ba6b
[]
no_license
natediddy/copy
93ebd52eca605b0ebfe48ad0209d12bf8aa4af3a
020e826e20ac210e447ccafc3e017898468c7883
refs/heads/master
2021-01-10T19:15:44.261354
2014-10-13T20:13:24
2014-10-13T20:13:24
23,364,534
1
0
null
null
null
null
UTF-8
C
false
false
8,481
c
/* * copy - Copy files and directories * * Copyright (C) 2014 Nathan Forbes * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any l...
[ "sforbes41@gmail.com" ]
sforbes41@gmail.com
63dcc0af559302fb402610a0ffb14b4c82565963
6bb961d8cb25af32ea8f0c525dbc2be5b931e1ec
/1. TRIO-M/TRIO_M_appl_src_20141204_V5_5_20151207/lib_stm32/inc/stm32f10x_tim1_v0901.h
9eea1c90c0314e88dc08fb20f059894391f3202c
[]
no_license
dreamted/TRIO_MR_MD
b87755fde18601c4364240f6e7ad77699a16603d
a79221150e1869ee42236252bb2e505ad95d1877
refs/heads/master
2023-06-24T05:28:34.706814
2021-07-13T05:50:23
2021-07-13T05:50:23
385,421,763
0
0
null
null
null
null
UTF-8
C
false
false
46,036
h
/******************** (C) COPYRIGHT 2007 STMicroelectronics ******************** * File Name : stm32f10x_tim1.h * Author : MCD Application Team * Date First Issued : 09/29/2006 * Description : This file contains all the functions prototypes for the * TIM1 firmware libr...
[ "junhoe@gsinstech.com" ]
junhoe@gsinstech.com
5ec75d2c435d16f5c0e08179820415605cdaaf4d
de8c0ea84980b6d9bb6e3e23b87e6066a65f4995
/3pp/linux/drivers/gpu/drm/amd/amdgpu/gmc_v10_0.h
7daa53d8996c243927c62e671f8c643ace7b27c1
[ "MIT", "Linux-syscall-note", "GPL-2.0-only" ]
permissive
eerimoq/monolinux-example-project
7cc19c6fc179a6d1fd3ec60f383f906b727e6715
57c4c2928b11cc04db59fb5ced962762099a9895
refs/heads/master
2021-02-08T10:57:58.215466
2020-07-02T08:04:25
2020-07-02T08:04:25
244,144,570
6
0
MIT
2020-07-02T08:15:50
2020-03-01T12:24:47
C
UTF-8
C
false
false
1,312
h
/* * Copyright 2019 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, m...
[ "erik.moqvist@gmail.com" ]
erik.moqvist@gmail.com
154d9e9a94737e9bcf802b715a0b0a6e945f6416
fe6785ee97afd6faca19d1256e1da08bd85b8676
/navy-apps/libs/libos/src/nanos.c
f0a5d6b1bc08e67d724b9fe002214f1ee2ac5721
[]
no_license
zzdkirov/zzdkirov_ics2020
900a9162cb815701b9540b6361338ec479e56438
c1691cca12deea9393661075c7ec6f2ccffdc624
refs/heads/main
2023-02-15T16:34:35.801415
2021-01-13T14:11:40
2021-01-13T14:11:40
305,392,010
0
0
null
null
null
null
UTF-8
C
false
false
3,251
c
#include <unistd.h> #include <sys/stat.h> #include <setjmp.h> #include <sys/time.h> #include <assert.h> #include <time.h> #include "syscall.h" // helper macros #define _concat(x, y) x ## y #define concat(x, y) _concat(x, y) #define _args(n, list) concat(_arg, n) list #define _arg0(a0, ...) a0 #define _arg1(a0, a1, ......
[ "871224178@qq.com" ]
871224178@qq.com
f71167664fbcc0f90f4f453a7d4551ec7a6c1005
da7c499625123f5d1a28e3d75b037523df11ccb5
/devel/coda/src/rc/runControl/Common/rcSvcProtocol.h
62c4aaa5fe5f748f8ab8c11d7c060b9c438550a9
[]
no_license
emuikernel/BDXDaq
84d947b0a4c0c1799a855dbe6c59e9560a8fc4e2
cf678d3b71bdfb95996e8b7e97ad3657ef98262f
refs/heads/master
2021-01-18T07:26:38.855967
2015-06-08T15:45:58
2015-06-08T15:45:58
48,211,085
3
2
null
2015-12-18T02:56:53
2015-12-18T02:56:52
null
UTF-8
C
false
false
8,704
h
//----------------------------------------------------------------------------- // Copyright (c) 1994,1995 Southeastern Universities Research Association, // Continuous Electron Beam Accelerator Facility // // This software was developed under a United States Government license // described in t...
[ "andrea.celentano@ge.infn.it" ]
andrea.celentano@ge.infn.it
1d6982b9c4c95c411f320f1820b288c8b27e3665
6bdb10b0d563aecf6bc10e5ea91b443d15b3cc63
/codplc/Process.h
b07de62d7c96390c792eb859a474ba4b0092aadc
[]
no_license
kaiserShao/COD
382480cbdb331e8b3bc5cb9f5737497f164318ac
7be16028babf73e4e4a1cdae5adc829293005979
refs/heads/master
2020-03-22T06:42:07.531147
2018-07-04T01:09:08
2018-07-04T01:09:08
139,651,836
2
0
null
null
null
null
GB18030
C
false
false
2,275
h
#ifndef _PROCESS_H_ #define _PROCESS_H_ #include "stdio.h" #include "stdint.h" #include "stdbool.h" #include "string.h" #include "BaseInterface.h" typedef uint8_t ProcessErr; #ifndef _Bool #define _Bool bool #endif #define TubeMax 180u enum enumStatus // 公共管状态 空/非空 { StatusBlank = 0u, Sta...
[ "706598421@qq.com" ]
706598421@qq.com
36eeeca7be1c848973f9e830a23c5d376f5c78ab
4bf697f53db6cee94f8d93b2db99de5607dd1ef6
/实验室内部培训课件/2016.1.31串口通讯/界面/mmi.c
7adce63633a53155ca538b0707a4f9e4fc966fe5
[]
no_license
mosqutio-zym/other
14f4a8a861e1202d78166169a7c7812458af136b
10979f255774b63e388b67c695122ed910b227d6
refs/heads/master
2020-04-29T01:38:53.058080
2019-03-01T02:58:46
2019-03-01T02:58:46
null
0
0
null
null
null
null
GB18030
C
false
false
10,174
c
/******************************************************************************* * 文件名 : mmi.c * 版本 作者 日期 说明 * V1.0 2015/01/29 初始版本 * 描述 : MCU:stc89c52 晶振: MHz * 作用 : 使用串口实现二级界面 ******************************************************************************...
[ "2282643301@qq.com" ]
2282643301@qq.com
cd93afe0258812db36e845e2451ed455e94e8deb
89059e0a72d4fa6fc5d45a06c580dfbfa2e75fba
/utilities/wcat/wcat.c
49ed2d7617cb8febc00ae8459588bee2e9a2cfcb
[]
no_license
Swarali2310/reverse-and-linux-utilities
fe6be7e8bd61a3853f9b576d6dca887e2fb18a40
dc007e6508972bb505d61c0be02f344c1930ecc4
refs/heads/master
2023-05-06T11:46:10.836024
2021-05-29T04:28:26
2021-05-29T04:28:26
371,111,044
1
0
null
null
null
null
UTF-8
C
false
false
532
c
#include<stdio.h> #include<stdlib.h> int main(int argc,char* argv[]) { if(argc==1) //when no parameters specified, return normally return 0; int i; char* filename=argv[0]+2; FILE* ipfile=NULL; for(i=1;i<argc;i++) { char str[500]; ipfile=fopen(argv[i],"r"); if(ipfile==NULL) { printf("%s: cannot open...
[ "swaralis123@gmail.com" ]
swaralis123@gmail.com
d59fdedc44e3994f343f736b294982d8b4ad635e
8ba40699838778cf5cee5677d98a54bb08e4a58a
/Assignment_03/task1.c
33ecc640ed9627b0233bcb787d3fc4ed16507ce0
[]
no_license
JuliusAurelius/HighPerformingChaos
366f4bde1ff03aa91d8c8f71cecfbc1658e7c433
75da91fb4e3eebd0f1e416e229e41ce149bec3d1
refs/heads/master
2020-06-17T02:46:55.859660
2019-07-18T11:07:04
2019-07-18T11:07:04
195,771,719
0
0
null
null
null
null
UTF-8
C
false
false
389
c
// // Created by Georg K. Bettenhausen on 2019-07-11. // #include <stdio.h> #include "output.h" int main(int argc, char* argv[]) { if(argc == 2) { int i=0, numberOfCharacters = 0; char *characters = argv[1]; while(characters[i] != '\0') { numberOfCharacters++; ...
[ "georg@bettenhausen.biz" ]
georg@bettenhausen.biz
013843ca5d081ecf1e33b2ab1b4dd03aa1e02650
eb19326ba5088c3eff11ade0bf4f4cdb2d2dc222
/work4/test2.c
b57828e9f95e7f9496272850898c57d77122df6d
[]
no_license
pengbinjiang/pointer
5d92ed9f40ba3d274bf6f9e8deb2f58c40ecdf62
5e875b9587cc95377cbb89dd1487cb0f9928a397
refs/heads/master
2021-05-07T15:09:51.447745
2019-01-18T09:45:14
2019-01-18T09:45:14
109,978,884
0
0
null
null
null
null
UTF-8
C
false
false
1,432
c
#include<stdio.h> #include<string.h> #include<stdlib.h> int compare(char *,char *); char *copy(char *,const char *); char *cat(char *,char *); int main(int argc,char *argv){ char arr[] = "Jiu Jiang"; char arr1[] = "University"; char arr2[] = "JiuJiang University"; char arr3[] = "JiuJiang "; //比较 ...
[ "pengbinjiang22@gmail.com" ]
pengbinjiang22@gmail.com
bf1c4a5c753763f1522eb56379d540badc83e767
7fd89576c522b4bfc49c47d4c93f2a7d79ce98df
/instances/items/materials/stone/flint.c
953d718b96ade3abee8f919ba11f559a8a83a816
[]
no_license
Cloudxtreme/core-lib
38299273f7b28248f7cfd9ef151ee594c9468754
51443046d5c69f50da564d241212aa51ab98c171
refs/heads/master
2021-08-29T19:47:22.810563
2017-12-14T03:13:56
2017-12-14T03:13:56
null
0
0
null
null
null
null
UTF-8
C
false
false
578
c
//***************************************************************************** // Copyright (c) 2017 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** virtual inherit "...
[ "abc@maelstrom.cc" ]
abc@maelstrom.cc
3758cf4bd5cd4681a1b4094cd7177487afb75c2c
0f4b65bdd99e642402d489fdd662a7dc1d1441f5
/testsuite/EXP_1/test2185.c
ceb77f506f99f7c4ffc8b588c17c62b6b524c4d2
[ "MIT" ]
permissive
matthiaskrgr/CF3
157e4967f12a6e6a0eee0fa9421f7855d24047c5
981a49c2b1f0fb80e1d1778beb3f3ce8578338c3
refs/heads/master
2021-01-01T06:02:05.773732
2017-07-15T20:15:36
2017-07-15T20:15:36
97,335,407
0
0
null
2017-07-15T18:41:20
2017-07-15T18:41:20
null
UTF-8
C
false
false
55,078
c
/* CF3 Copyright (c) 2015 ishiura-lab. Released under the MIT license. https://github.com/ishiura-compiler/CF3/MIT-LICENSE.md */ #include<stdio.h> #include<stdint.h> #include<stdlib.h> #include"test1.h" static int8_t x4 = INT8_MIN; static volatile int64_t t1 = 25622496463LL; uint64_t x30 = UINT64_MAX; int16_t x3...
[ "ishiura-compiler@ml.kwansei.ac.jp" ]
ishiura-compiler@ml.kwansei.ac.jp
91609cb09b0304034dd81c1bbc0dc37b82b83200
1dac323c51b9333504ea53013b501fff9eaaaff7
/0x06-pointers_arrays_strings/0-memset.c
7be8be5ebb05fb20e109c1fc71f8c91ff4902ba8
[]
no_license
ch-canaza/holbertonschool-low_level_programming-1
029ca594d23deae1064f47ae1e7abcc24d010873
e2486af3ab9031bdfbdbe37e48415f2ca4f9d225
refs/heads/master
2022-04-17T16:04:19.155579
2017-08-30T19:55:57
2017-08-30T19:55:57
250,404,396
0
0
null
2020-03-27T00:33:09
2020-03-27T00:33:08
null
UTF-8
C
false
false
340
c
#include "holberton.h" /** * _memset - fill memory with a constant byte * @s: memory area to be filled * @b: what to the area with * @n: how many number of times * * Return: pointer to memory area s */ char *_memset(char *s, char b, unsigned int n) { unsigned int i = 0; while (i < n) { s[i] = b; i++; ...
[ "122@holbertonschool.com" ]
122@holbertonschool.com
ab1b09a570b1e953469f925844540986134331e8
a556c07ecfa1031dae46fd3433762941ceca68b1
/adm/daemons/webd.c
25ca1a7ad514afa9d2c0bd6c6afc70b19a5f76c5
[]
no_license
yqzcabao/pkuxkx-utf8
53c3c24f4e3a9125372bca72b6a4b10aa6293a7f
0eaf237c9970795a51aa4cc04b5b762003300cbd
refs/heads/main
2023-04-01T21:16:23.894845
2021-04-09T13:33:24
2021-04-09T13:33:24
null
0
0
null
null
null
null
UTF-8
C
false
false
6,316
c
#include <ansi.h> #include <net/socket.h> #include <socket_err.h> #define CH_D "/adm/daemons/channeld.c" inherit F_DBASE; protected mapping users=([]); void create() { return 0; seteuid(getuid()); set("channel_id", "web精灵"); } void read_callback(int fd,mixed val) { string str,from1,from2;...
[ "i@oiuv.cn" ]
i@oiuv.cn
400d29643d5cb491ec24db9f6ea618b20639d37b
479f0af342924dec7a56dd41d464acb77e88c2e3
/training/ds_assignments/quicksort/source/partition.c
38dde93a5f289c49a9c9296b531845895b018c10
[]
no_license
venkatnallamalli/demo
d2b5e60e1a5d415f2b7147044c92452e937905e2
a4a477aca702e039505f0ebce348ced89b1b4cda
refs/heads/master
2022-06-19T13:39:02.468948
2022-06-14T05:34:28
2022-06-14T05:34:28
79,771,937
0
0
null
null
null
null
UTF-8
C
false
false
485
c
#include"header.h" int partition(int arr[], int low, int high) { int pos = low; int temp; int i = low + 1; int j = high; while(i < j) { while(i < high && (arr[i] < arr[pos])) { i++; } while(((arr[j] > arr[pos]) && (j != 1))) { j--; } //printf("j---%d\ni----%d\n",j,i); //if(i == j) // j++; ...
[ "vvnallamalli@gmail.com" ]
vvnallamalli@gmail.com
c79dc82d59ba2ed2bcf7103a4a066cdf8db543a7
e05e1f26f2fb294c4cc3372e7430053a812ba127
/src/mame/drivers/atarigx2.c
3655bc3c2a9c395c35cedd9f967ec7b99665177f
[]
no_license
libretro/mame2010-libretro
bc790587114fe7f6ed993eb501ac2f39e5313a2b
5f524dd5fca63ec1dcf5cca63885286109937587
refs/heads/master
2023-07-20T02:37:24.718908
2022-06-14T21:05:20
2022-06-14T21:05:20
12,561,226
36
97
null
2023-07-09T13:02:58
2013-09-03T10:33:26
C
UTF-8
C
false
false
103,901
c
/*************************************************************************** Atari GX2 hardware driver by Aaron Giles Games supported: * Space Lords (1992) * Moto Frenzy (1992) * Road Riot's Revenge Rally (1993) Known bugs: * protection devices unknown ...
[ "r-type@somewhere.org" ]
r-type@somewhere.org
1003093dd6a61b025b798ccf4cd2470ecd7d81e2
7869ee298418807fbd2cd142fc0bb6860d250257
/src/modules/exec/exec.c
348180fb3069ca5dcaf2d4e47835105099243c39
[]
no_license
FabianHahn/kalisko
4c2498c5aedaa81cb36c96a3c1b5b0260e2dfa0a
00c4a7ca24a83b1510a64fe8068e66a37538703a
refs/heads/develop
2016-09-05T14:42:07.531462
2015-12-20T13:51:37
2015-12-20T13:51:37
39,946,084
1
0
null
2015-12-20T13:51:37
2015-07-30T10:59:36
C
UTF-8
C
false
false
2,586
c
/** * @file * <h3>Copyright</h3> * Copyright (c) 2009, Kalisko Project Leaders * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * * @li Redistributions of source code must retain the abov...
[ "fabian@kalisko.org" ]
fabian@kalisko.org
423c947d7b259a01c8c66b8d8afcadb5df852856
f026cb616ef14bae15a1d251ca6dbe0f55016d9c
/linux/25441.c
bbb2b8a93246279f6a63e353c901f09b6c8bc15f
[]
no_license
jajajasalu2/cocci-lkmp-c-files
3eb7d451929dca5cb6beb56aabd69fe3f7fc176c
5da943aabe1589e393a131121dbf8e7a84b3cf2a
refs/heads/master
2020-12-02T17:30:14.411816
2020-01-29T08:36:30
2020-01-29T08:36:30
231,053,574
1
0
null
null
null
null
UTF-8
C
false
false
623
c
cocci_test_suite() { int cocci_id/* tools/perf/arch/arm64/util/dwarf-regs.c 84 */; const struct pt_regs_dwarfnum *cocci_id/* tools/perf/arch/arm64/util/dwarf-regs.c 77 */; const char *cocci_id/* tools/perf/arch/arm64/util/dwarf-regs.c 75 */; unsigned int cocci_id/* tools/perf/arch/arm64/util/dwarf-regs.c 75 */; co...
[ "jaskaransingh7654321@gmail.com" ]
jaskaransingh7654321@gmail.com
a5b4b2c59da9bd63291a091dcc4f1af9edc33f2a
c7be5b45ee13d3f2bad32902f8602ee00dff13c0
/numeric/AKWF_1610.h
99d4e8b1b4953b856130c98879c2766fac68dbbc
[]
no_license
DatanoiseTV/AKWF_WaveForms_1024
d38ed856416b093d3b0c0b7ef8203cd3fdf20f20
54c9d55511f007feacfac3d437e0eb1d1f214d5e
refs/heads/master
2021-01-19T22:01:48.646095
2014-07-08T12:34:35
2014-07-08T12:34:35
21,574,675
3
1
null
null
null
null
UTF-8
C
false
false
7,406
h
// Converted by AKWF2Teensy from AKWF_1610.wav. // AKWF2Teensy - Beerware by Datanoise.net. const int16_t AKWF_1610[1025] = { 790, 1460, 2129, 2796, 3463, 4129, 4792, 5451, 6110, 6762, 7415, 8064, 8707, 9346, 9983, 10615, 11244, 11867, 12486, 13098, 13706, 14309, 14907, 15500, 16083, 16660, 17231, 17...
[ "github@ext.no-route.org" ]
github@ext.no-route.org
5e8dc461ae315618134b165dd491cb0c54c7ce57
edcc3a18d041d4f32d57b532431072e375134bf4
/src/Modules/LED.h
72cdaba04751ebe7c1b64c9c6580319e0b4d5a73
[]
no_license
ReijiPochi/RobotCore1Frameware
d2be0abc4872df15afca41d3394f498fcfff1544
ac00278942224e303110d5f193ed363c490c64e8
refs/heads/master
2020-12-25T15:17:42.022856
2016-11-16T13:05:24
2016-11-16T13:05:24
66,840,684
0
0
null
null
null
null
UTF-8
C
false
false
489
h
/* * LED.h * * Created on: 2016/08/31 * Author: Matsutomo2 */ #ifndef MODULES_LED_H_ #define MODULES_LED_H_ #ifdef __cplusplus extern "C" { #endif void _LED_Activate(void); void _LED_R_On(void); void _LED_G_On(void); void _LED_B_On(void); void _LED_Info_On(void); void _LED_Error_On(void); void _LED_R_O...
[ "koyuki-2009@live.jp" ]
koyuki-2009@live.jp
a4ed1458aceef6b4da4ac30714da7a5029069b75
e000dfb2e1ddfe62598da937d2e0d40d6efff61b
/hal/video/renderer/src/va2_comp_video_renderer.c
8dba53cf78cabd1434409b88b61e63f00bd64755
[]
no_license
npnet/KJX_K7
9bc11e6cd1d0fa5996bb20cc6f669aa087bbf592
35dcd3de982792ae4d021e0e94ca6502d1ff876e
refs/heads/master
2023-02-06T09:17:46.582670
2020-12-24T02:55:29
2020-12-24T02:55:29
null
0
0
null
null
null
null
UTF-8
C
false
false
34,079
c
/***************************************************************************** * 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 dis...
[ "3447782@qq.com" ]
3447782@qq.com
d7ca2f85dd0e6571b3205a800e21f599c6ecaa4f
c6fe70b021903ed3e0b81a9fb82365137d583886
/Lema.Santiago.ProgIPP1G/main.c
b5aa559dc08547130cc6d3b67dd1a5b6cac3a4e7
[]
no_license
SantiagoLema/Lema.Santiago.ProgIPP1G
351a818d1a2300907b1d1d09414af5923685b6fe
45dc02f3aac53ab7e366077c00adb59039749dbd
refs/heads/main
2022-12-30T16:23:37.371229
2020-10-19T22:44:20
2020-10-19T22:44:20
305,519,547
0
0
null
null
null
null
UTF-8
C
false
false
961
c
#include <stdio.h> #include <stdlib.h> void ordenarCaracteres(char cadena[], int tam); int main() { char cadena[9] = {"algoritmo"}; ordenarCaracteres(cadena, 9); fflush(stdin); printf("%s", cadena); invertirCaracteres(cadena, 9); fflush(stdin); printf("%s", cadena); ...
[ "noreply@github.com" ]
SantiagoLema.noreply@github.com
84bf9ca3d210e070dd5ae79f5442853c582b7cd9
264cc34d1d5322c9c955f351e5ed710836f6a1a5
/cmake_targets/lte_build_oai/build/CMakeFiles/S1AP_R14/S1AP_GUMMEIType.c
80016e696c8f12841316223f6252689b7084afde
[ "BSD-3-Clause", "BSD-2-Clause", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-generic-cla" ]
permissive
mr-ytseng/openairinterface5g
8d40a768b2046da8c521f58d34c0466226f1c154
54d541c22cdfcb774774089291c93e4e79294a1d
refs/heads/master
2021-10-27T20:56:33.843199
2019-04-19T15:37:55
2019-04-19T15:37:55
177,127,103
0
1
null
null
null
null
UTF-8
C
false
false
2,035
c
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "S1AP-IEs" * found in "/home/user/openairinterface5g/openair3/S1AP/MESSAGES/ASN1/R14/s1ap-14.5.0.asn1" * `asn1c -pdu=all -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example -D /home/user/openairinterface5g/cmake_targ...
[ "yuchia.tseng@irt-systemx.fr" ]
yuchia.tseng@irt-systemx.fr
3e50cbcea5982a53c3fc46b2f7d03c2c26d66c99
53b2b8082f34faf55084d88596017d7de67dadb8
/src/hyper_heuristic/main.c
1a3568c243e7e82cc07e8e2072ab6ae55814ff1f
[]
no_license
xiaowenzi0417/aliya-hyper-heuristics-memory-search
24ec7078868aae5d130675b5384da4b4f3158f9e
57f14b70fedb9dbfe80a2ef417bed40ed3b9811b
refs/heads/master
2020-04-24T03:14:15.476099
2017-04-02T13:27:00
2017-04-02T13:27:00
null
0
0
null
null
null
null
UTF-8
C
false
false
6,758
c
#include<stdio.h> #include<stdlib.h> #include<time.h> #define _USE_MATH_DEFINES #include<math.h> #include<string.h> #include "init.h" #include "init_hyper.h" #include "util_hyper.h" #include "low_level_heuristics.h" #include "hyperheuristics.h" int report = 0; int initParameters(int argc, char *argv[]); ...
[ "noreply@github.com" ]
xiaowenzi0417.noreply@github.com
c3556e5acba88f10a43de5bcec4bcc776209e164
f15abeff7f61912f1bd37422b8ae5e823669c062
/Cats and Mouse.c
46671ee9264ba418ee91a394423c0d87826dbdcc
[]
no_license
yaswanth-katta/Hacker-rank-problem
2ee6408e23daf51136c528762fa718d1a4a39579
c4e8f2a508bc3bea7b6706174207909c6a15427e
refs/heads/master
2021-06-27T02:15:30.859255
2021-02-09T12:43:41
2021-02-09T12:43:41
205,131,945
2
0
null
2021-02-09T12:40:48
2019-08-29T09:48:55
C
UTF-8
C
false
false
376
c
#include <stdio.h> int main() { int q, a, b, c, i, x, y; scanf("%d", &q); for (i = 0; i < q; i++) { scanf("%d%d%d", &a, &b, &c); x = a - c; y = b - c; if (x < 0) x = -(x); if (y < 0) y = -y; if ((x) < (y)) printf("Cat A\n"); else if ((x) > (y)) printf("Cat B\n")...
[ "noreply@github.com" ]
yaswanth-katta.noreply@github.com
aaba13338cb67d3b6775b0c3a1883eb0e7573d8a
cf10d101606159fd37f0ae797931feb964404083
/old-libsxe-copy/libsxe/lib-sxe/test/test-sxe-ssl.c
66fdfaba382b21f200274a059724d471baef894c
[ "MIT" ]
permissive
LucasSiba/bits-and-pieces
964340689523aa08393a2a5adbfe0886d36d4c9e
926bb50020f7069330e245fbdab54b77ea93c9ab
refs/heads/master
2020-05-07T08:16:04.635808
2014-11-21T16:52:36
2014-11-21T16:52:36
null
0
0
null
null
null
null
UTF-8
C
false
false
29,516
c
/* Copyright (c) 2010 Sophos Group. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish,...
[ "lucas@opendns.com" ]
lucas@opendns.com
8b64957e33db44aa60721bdd9da1f02beb8c651d
1788e69d68d2a84990d89a5a89684eada76f64d9
/src/chxj_apply_convrule.c
06cb1521c8528c26a897257754687c4e259d05ac
[ "Apache-2.0" ]
permissive
unpush/mod_chxj
71b4de6d2a93446a01586c32a3b9b62a052ad95b
b4dc76ad0f5c843c1b250fd0ee4c0616bbc39c48
refs/heads/master
2021-01-18T21:32:48.867429
2008-06-21T09:43:39
2008-06-21T09:43:39
52,577
1
0
null
null
null
null
UTF-8
C
false
false
1,847
c
/* * Copyright (C) 2005-2008 Atsushi Konno All rights reserved. * Copyright (C) 2005 QSDN,Inc. All rights reserved. * * 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....
[ "konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224" ]
konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224
08f8e2d3bb8da6498d162e5a5879c9a97911d062
3d12310cad17d01d73523ae66a47adc97625dfb6
/Source/ci-hunter/main.c
ae3a872ea77e8c7a14bd34bbd9683f4659128e04
[]
no_license
msfwaifu/DSEFix
fc3934eb386f921ba7d1af8732e667b1ffe7d435
9fcd54fea1cb9b0eae3a88e6ab7a390289c6fffc
refs/heads/master
2021-01-23T03:54:11.676496
2015-03-18T05:20:34
2015-03-18T05:20:34
86,135,532
0
1
null
2017-03-25T05:43:35
2017-03-25T05:43:35
null
UTF-8
C
false
false
14,439
c
/******************************************************************************* * * (C) COPYRIGHT AUTHORS, 2014 - 2015 * * TITLE: MAIN.C * * DATE: 10 Mar 2015 * * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF * ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED * TO TH...
[ "hfiref0x@users.noreply.github.com" ]
hfiref0x@users.noreply.github.com
c1d2768231ceeb5819e7426333df7b1ba98ce342
285986abde39573f858181205222a45f57a33281
/code/mylib/spi.c
154bf8fce26f21b154044ffd4293068e9b61bad4
[]
no_license
lbpassos/Monitoring-Station
44ce3bf965e678ca2ea29773104f181cab6d4abb
2bd8e941155b293f34fdfb37919ac9995f6d5621
refs/heads/master
2020-04-04T12:50:09.596970
2014-04-29T18:39:28
2014-04-29T18:39:28
null
0
0
null
null
null
null
UTF-8
C
false
false
2,442
c
#include "spi.h" #include "lpc2106.h" #define SCK_PIN 4 #define MISO_PIN 5 #define MOSI_PIN 6 void spi_transaction_begin(Spi_device *spi)__attribute__((section(".text.fastcode"))); void spi_transaction_end(Spi_device * spi)__attribute__((section(".text.fastcode"))); void spi_transaction_transfer(Spi_device *device, ...
[ "lenio.passos@gmail.com" ]
lenio.passos@gmail.com
51d414d8dbe6d9e1efc06a318c19eb9cf11b39a9
93a2581f050f88c7514eeb23eead04c9b3c5b49a
/TP4/TP4/primo.h
9db3c5ddba5e49133893d40ca5ccdabd5f97b779
[]
no_license
waltercordoba/practicos
ea4616bc42aede2d65281efb7fdeec3a93163728
4960dc381f66e163a21ab008cd72eea51324cc8d
refs/heads/master
2021-04-27T00:21:37.403511
2018-05-01T23:03:10
2018-05-01T23:03:10
123,799,163
0
0
null
null
null
null
UTF-8
C
false
false
48
h
#pragma once bool isPrime(int num, int divisor);
[ "cbawalter@gmail.com" ]
cbawalter@gmail.com
4b76edd236824197099132dc673f84e270dc4633
7794cfa2ff4abd325d196c2485aa4dc917c82e27
/Sistemas Operativos I/trabalho2/IO.c
d808fd4d6fe44126da466bc38577d3d1474c4361
[]
no_license
jamldev/university
68e6fe2f638c6836c33bfdb924f34a54d557be84
94dd7ce079914b841a906836ba15331a98c8f756
refs/heads/main
2023-08-31T09:21:05.440349
2021-10-24T17:26:15
2021-10-24T17:26:15
null
0
0
null
null
null
null
UTF-8
C
false
false
2,686
c
//Função que retorna o número de linhas do ficherio que recebe int contalinhas(char nome[SIZE]){ FILE *f; int linhas=1; char a; if((f=fopen(nome,"r")) == NULL){ printf("Ficheiro não existe!\n"); exit(1); } for (a=getc(f); a!=EOF; a=getc(f)){ if (a == '\n') lin...
[ "vistamaster01@gmail.com" ]
vistamaster01@gmail.com
8c75b842930f5586ec19434deff01b3ac274eb32
83214753e9183327e98af0e6768e9be5385e5282
/d/cloud/npc/tea_vendor.c
67828f1efa7f12c799199b25573f50b7502dd9ad
[]
no_license
MudRen/hymud
f5b3bb0e0232f23a48cb5f1db2e34f08be99614e
b9433df6cf48e936b07252b15b60806ff55bb2f3
refs/heads/main
2023-04-04T22:44:23.880558
2021-04-07T15:45:16
2021-04-07T15:45:16
318,484,633
1
5
null
null
null
null
GB18030
C
false
false
657
c
//tea_vendor.c inherit NPC; inherit F_VENDOR; void create() { set_name("卖茶水的大娘", ({ "tea vendor", "vendor" }) ); set("gender", "女性" ); set("age", 47); set("per", 18); // set("where","south"); set("long", "这个卖茶的大娘对你微微一笑,说道:自家种的茶,来一壶吧?\n"); set("combat_exp", 3000)...
[ "i@oiuv.cn" ]
i@oiuv.cn
4b3a86d5f173e6b7f56db559d43440565c42abba
d28e32b527bc3b5aa95d49b828985b128fee5615
/emod/drv_usbh/include/usb_host_hub.h
0f3c9e406d3f2c00cbd4dd78d7a14a7fc993f9ff
[]
no_license
prtemly/quanzhiwork
6f810484e9f21c122450f2d4f63bda231caa1d95
af22227f4965c5b1094c135ebb1a219b05f1a6e4
refs/heads/master
2021-08-15T03:50:55.662058
2017-11-17T08:38:35
2017-11-17T08:38:35
null
0
0
null
null
null
null
GB18030
C
false
false
6,756
h
#ifndef __USB_HOST_HUB_H__ #define __USB_HOST_HUB_H__ /* * Hub protocol and driver data structures. * * Some of these are known to the "virtual root hub" code * in host controller drivers. */ /* * Hub request types */ #define USB_RT_HUB (USB_TYPE_CLASS | USB_RECIP_DEVICE) #define USB_RT_PORT (USB_TYPE_CLASS ...
[ "zhibo@joyhonest.com" ]
zhibo@joyhonest.com
b1fda54859d0468de699f3fbf46401649d5803d0
a8d43c0bb620b5803bfda97f205b450a010f6204
/mkl/interfaces/fftw3xc/wrappers/fftw_estimate_cost.c
30e1935e2d3ed794331c7ec850c733a24fdcdf48
[]
no_license
aserafdavid/FinalPlagProject
884ee6863f397e2858855541e3c0dc81f9752bb5
62fd6bab5858d7cb0da05a2d6e01efbae0fd46f2
refs/heads/master
2021-09-06T07:56:36.331560
2018-02-04T02:08:16
2018-02-04T02:08:16
109,614,857
0
0
null
null
null
null
UTF-8
C
false
false
1,645
c
/******************************************************************************* * Copyright 2008-2017 Intel Corporation All Rights Reserved. * * The source code, information and material ("Material") contained herein is * owned by Intel Corporation or its suppliers or licensors, and title to such * Material rem...
[ "DavidAseraf@gmail.com" ]
DavidAseraf@gmail.com
7cc002a37dec0060cd536dee973981cfb877eaa4
942b1492c204dea84294b258fef85ef9d2660397
/wm8731.c
b1e8f41a558641cff7b1451a00a06618b81ec7f1
[]
no_license
ie714415/Bonifacio_Salazar_T8
ddc68120d79cfacea68395c14cc75631246e1171
47a658c06080723af311369b03e197d2f9f64864
refs/heads/main
2023-01-11T01:26:41.027053
2020-11-13T08:50:48
2020-11-13T08:50:48
312,323,024
0
0
null
null
null
null
UTF-8
C
false
false
1,915
c
#include <wm8731.h> #define I2C_SCL 2U #define I2C_SDA 3U #define BAUD_RATE 100000 #define I2C_DELAY 100//(ms) /*Global declaratios*/ static freertos_i2c_config_t WM8731_i2c_config; freertos_i2c_flag_t wm8731_init(void) { freertos_i2c_flag_t wm8731_sucess = freertos_i2c_fail; /*Start port and freertos i2c inicia...
[ "noreply@github.com" ]
ie714415.noreply@github.com
0ed9501bb5d901a27d2f83929a523cbb6b2a54e3
2af467f0ccae9b9a26ebf92e1e2ee726d593423a
/dns.h
5b1532fc31f0af036a582c9b084dc91d57b97bc4
[]
no_license
CEC0D5F1B6AB/Relayd
dafd9443fc2127c317afb60dc81e48bd1297fedd
77169312e43fb648607f0af4650907fdfd9b2a0d
refs/heads/master
2020-04-01T10:10:25.881387
2019-10-16T06:36:56
2019-10-16T06:36:56
153,105,768
0
0
null
null
null
null
UTF-8
C
false
false
1,085
h
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <errno.h> #include <netdb.h> #include <fcntl.h> #include <unistd.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include <sys/time.h> #define DEFAULT_DNS_SERVER "202.96.128.86" #define ...
[ "tuber@xyza.cn" ]
tuber@xyza.cn
97faecd0487f919c7b930dd33dd4b59a8b6dc00f
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/fpga/extr_dfl.h_dfl_feature_dev_use_begin.c
ce00187dfd572c44a0f15f354282b374f1d507cc
[]
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
871
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
57f228e25d77c035d3690f075aa1f52c73244ed7
9d2df9b1bfd4e5bd6892d00b1ac7cde1899a969c
/packages_from_deepunrollnet/package_forward_warp/forward_warp_package_lib/cuda_renderer.h
76167c04b8dbbadac0989f78d069234479e35323
[ "MIT" ]
permissive
BeBuBu/RSCD
899b0f02a63fd1bd3dfeb40c78c2dcde883f8891
b287b1621121f8ca7ece6b27ebd4e28a5f8e6f5e
refs/heads/main
2023-04-05T01:55:27.618834
2021-04-20T14:39:43
2021-04-20T14:39:43
null
0
0
null
null
null
null
UTF-8
C
false
false
1,400
h
#ifndef _CUDA_RENDERER_H_ #define _CUDA_RENDERER_H_ void forward_flow_shift_renderer(const float* image_src, const float* flow_src_to_tar, const int batch_size, const int nChannelsTexture, co...
[ "zzh.tech@gmail.com" ]
zzh.tech@gmail.com
22a8de41fe84920881df28128e623acfcb402c56
1c6a7ae5dca2a38c68fde97a676478c6573bca02
/linux-3.0.1/drivers/acpi/acpica/excreate.c
110711afada8be5c0b769c693c6fd3b624251ef4
[ "Apache-2.0", "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later" ]
permissive
tonghua209/samsun6410_linux_3_0_0_1_for_aws
fab70b79dc3e506dc03ac1149e2356137869c6ca
31aa0dc27c4aab51a92309a74fd84ca65e8c6a58
refs/heads/master
2020-04-02T04:24:32.928744
2019-01-20T13:51:34
2019-01-20T13:51:34
154,015,176
0
0
Apache-2.0
2018-10-24T14:51:04
2018-10-21T14:07:31
C
UTF-8
C
false
false
15,390
c
/****************************************************************************** * * Module Name: excreate - Named object creation * *****************************************************************************/ /* * Copyright (C) 2000 - 2011, Intel Corp. * All rights reserved. * * Redistribution and use in sou...
[ "kyh1022@163.com" ]
kyh1022@163.com
98351dfa827731aac14d4b431386b2b86c7eb9bc
caf6a8ac778eeb3183a7a35523044a5905519b76
/MapServer/storyarc/storyarc.h
ef2480ff18eb608a181753b463a0f2aed6af53f9
[]
no_license
odasm/coh-original-server-vs2010
ec8ddd227d6d99e08e562b2c0b08df20e06eb02c
479e4baccd5b2688c216674492c4b87e4562595c
refs/heads/master
2020-05-16T07:21:09.364167
2019-04-22T03:21:57
2019-04-22T03:21:57
null
0
0
null
null
null
null
UTF-8
C
false
false
4,958
h
/*\ * * storyarc.h/c - Copyright 2003, 2004 Cryptic Studios * All Rights Reserved * Confidential property of Cryptic Studios * * storyarc static definitions, and storyarc functions * - storyarcs are a way of linking tasks and encounters * together. they accomplish this by hooking into those * s...
[ "Woovie" ]
Woovie
2bf7fb41ce55ec2228727b20f26771cab845acb7
df08d7ae4f7ee6008235c8244d06718161491556
/mp3tagplayer_fmod/resource.h
b5e8be543597189ebbbcae027bbd2a1ecf5ba60b
[]
no_license
ImDaeseong/lyricsPlayer
4905025e8764cbd0b663dfd2cace6673dc93f7ee
57c74bf2ef89868e78c0e243d694552b337b27fe
refs/heads/master
2021-01-12T08:20:21.940923
2016-12-15T09:12:26
2016-12-15T09:12:26
76,542,721
1
0
null
null
null
null
UTF-8
C
false
false
972
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by mp3tagplayer.rc // #define IDD_MP3TAGPLAYER_DIALOG 102 #define IDR_MAINFRAME 128 #define IDB_PNG_BG 129 #define IDB_PNG_PLAY 131 #define IDB_PNG_CLOSE 132 ...
[ "cs93059@gmail.com" ]
cs93059@gmail.com
379306ef9ff8a2cfcab03fe27bc1723c3f43a278
56f59f136a9fe7f817cb54d73c5393a876e045cc
/stormstorm/storm_collision.c
1ac46f12987afc06398f3823a3f78f47dd0efa55
[]
no_license
CaptainDreamcast/TheGoldenAgeCollection
6b8aebfcd7f10be59f68ff1126f18ed6785e9d5f
35dd19544717f7ed4a97bb96478b395f15f7babe
refs/heads/master
2021-09-14T21:38:40.832872
2018-02-28T19:16:02
2018-02-28T19:16:02
107,047,034
0
0
null
null
null
null
UTF-8
C
false
false
635
c
#include "storm_collision.h" #include <prism/collisionhandler.h> static struct { int mPaddleList; int mBallList; int mEnemyList; } gData; void loadStormCollisions() { gData.mPaddleList = addCollisionListToHandler(); gData.mBallList = addCollisionListToHandler(); gData.mEnemyList = addCollisionListToHandler();...
[ "josh.tari@dogmacompany.com" ]
josh.tari@dogmacompany.com
82fbafe263703d1b67ca6dee0faf93c79997265c
844b6ecb6043d3d0644b35a723d38ea059229894
/Gerenciador Cadastro/CH_desing.h
5d1179b3a75154c5293d62dec22e7390e9abdfb8
[]
no_license
UellingtonDamasceno/transporte-universitario
0fcddbe3b4640bd423462039d7656aa41ce99b40
477300974b768a5bbbb3a676b926ec2308baf212
refs/heads/main
2023-04-09T05:26:04.382804
2021-04-21T22:28:13
2021-04-21T22:28:13
359,994,400
0
0
null
null
null
null
ISO-8859-1
C
false
false
7,783
h
#include <stdio.h> #include <string.h> #include <locale.h> #include <conio.h> #include "CH_enum.h" void barra_sup(int tamanho_x, int pula_linha); void barra_inf(int tamanho_x, int pula_linha); void novo_menu_item(int tamanho_x, char item[], int peso_item, int pula_linha); void separa_itens(int tamanho_x, int pula_linh...
[ "uellington99@gmail.com" ]
uellington99@gmail.com
5e69b9429337edce4c0dde01a49ada6f343ec286
c2cedcf36667730f558ab354bea4505b616c90d2
/players/nooneelse/sea/jungle_18.c
83733a30166801ca9b4ac20dcc16ff0a0c0bc6e9
[]
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
448
c
/* jungle_18.c */ inherit "room/room"; reset(arg) { if (arg) return; set_light(1); short_desc = "a damp warm jungle"; no_castle_flag=1; long_desc = "You are in a jungle of dark green, leafy plants.\n"; dest_dir = ({ "players/nooneelse/sea/jungle_10", "north", "players/nooneelse/sea/j...
[ "rump.nirv@gmail.com" ]
rump.nirv@gmail.com
81f7aec0deb4a36407e0167e9d3da6515dff4cc7
fa28a79a3873d1b2302fa01910abaa0fdd9b8873
/HongFu/HongFuTong/Macro/AppMacro.h
1cfb05e3939261be7c04f94f538d2400d35d5577
[]
no_license
wifdouson/CompanyHongFu
8f3bb6d7a92e0c66181689609733938b2dddbf8d
463057d9f104f61143178a882f904be17931f9e1
refs/heads/master
2021-01-12T22:38:34.808869
2016-03-04T09:47:58
2016-03-04T09:47:58
53,213,416
1
0
null
2016-03-05T17:22:02
2016-03-05T17:22:02
null
UTF-8
C
false
false
646
h
// // AppMacro.h // HongFuTong // // Created by apple on 16/2/29. // Copyright © 2016年 hp. All rights reserved. // /** * app 程序代码的宏 */ #ifndef AppMacro_h #define AppMacro_h #pragma mark --得到appdelegate #define APPDELEGATE [[UIApplication sharedApplication] delegate] #pragma mark --得到base navigationcon...
[ "chq123456" ]
chq123456
313257b43273788b5abec6ac5b36e56ef5afba19
ac8ffe124df58c5b89e9d09cb688c0a1eabb2581
/lab02/Main.h
b1d51b77c4601fb3c374a2601ce4293ffdb23396
[]
no_license
4jeR/wfiis-oop-cpp-4sem
d04e5fc3afbd63c056a2eafe43f1836d66044ae7
ed2ee78433d1a284dc0bc0fa4379c9fbfbad59ca
refs/heads/master
2020-05-01T10:26:19.253480
2020-02-17T16:36:57
2020-02-17T16:36:57
177,420,730
0
0
null
null
null
null
UTF-8
C
false
false
142
h
#pragma once #include "Silnik.h" #include "Pojazd.h" #include "Samochod.h" #include "Motorower.h" #include "Mercedes.h" #include "Romet.h"
[ "bdlugosz98@gmail.com" ]
bdlugosz98@gmail.com
cef5405e6f28b0658689c27e0f32db424f6c6e7d
6df4d686dd990bfecfcbbef501d6907daff554db
/include/DEFINES.H
06957081b6600f1fe639d3bc763496aaf3b58c10
[]
no_license
chris-moreton/rivalchess-windows
1f515d7ee0aaa0f7f39da910a7ccb246436d02bc
0dcf6d70f96f6561c7ece690bc3074145647d4d7
refs/heads/master
2022-11-29T06:32:38.197967
2020-08-06T13:32:26
2020-08-06T13:32:26
11,948,700
0
0
null
null
null
null
UTF-8
C
false
false
319
h
#define MAXFILENAMELENGTH 300 #define MAXOPENINGFILES 1000 #define MAXTESTSUITEFILES 1000 #define MAXLINELENGTH 1000 #define MAXFEN 100 #define PGNBUFFERSIZE 512 #define MAXPGNFILES 200 #define CLEARVALUES 1 #define WRITESUMMARY 2 #define EXECUTE 3 #define EPD 1 #define RTS 2 #define NOSUITE 3 #define VECTORITEMS 500
[ "chris_gh@netsensia.com" ]
chris_gh@netsensia.com
158d2fcb4ba667ee5aa7397635bb02f7b4c07bbf
c42e7f6d4ebc7cfd710fbd058e661c558d2c63bb
/src/manager.h
4411608592ce66b1fb48470d63ac0da7076e6fac
[]
no_license
XProger/EuclidSucks
345e931baa66716178e4f94bb577e36813fb4a98
e24109256a968c1599bc40708a3a01dc3a6b7fe6
refs/heads/master
2020-06-24T08:20:17.174350
2019-08-15T01:29:26
2019-08-15T01:29:26
198,910,206
1
0
null
2019-07-25T22:43:26
2019-07-25T22:43:26
null
UTF-8
C
false
false
7,165
h
#ifndef H_MANAGER #define H_MANAGER #include "utils.h" #include "context.h" #define RENDER_PASS(E) \ E( PASS_OPAQUE ) \ E( PASS_TONEMAPPING ) #define RENDER_TECH(E) \ E( TECH_COMMON ) \ E( TECH_PORTAL_FILL ) \ E( TECH_PORTAL_TEST ) #define RENDER_TARGET(E) \ E( RT_MAIN_HDR ) \...
[ "xproger@list.ru" ]
xproger@list.ru
bc3764300d9154306ff7dc1f34be093ea7f1012b
8a0214088fabef6fea593a67d281cff484feb8d6
/src/lib/syscall-nr.h
3bfee5acda4c9c6be0b5a5fe6466c8ef8b994d1c
[ "MIT-Modern-Variant", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
woo-joo/CSED312-operating-systems
9edd1d7c87d3a7fa8c94d4f8d254b153a6870d7c
e12b32047dfc6707d646334242083cf1d5efaca3
refs/heads/master
2023-01-30T11:13:15.786746
2020-12-11T12:46:18
2020-12-11T12:46:18
296,587,588
2
0
null
null
null
null
UTF-8
C
false
false
1,180
h
#ifndef __LIB_SYSCALL_NR_H #define __LIB_SYSCALL_NR_H /* System call numbers. */ enum { /* Projects 2 and later. */ SYS_HALT, /* Halt the operating system. */ SYS_EXIT, /* Terminate this process. */ SYS_EXEC, /* Start another process. */ SYS_WAIT, /* Wait for a child process to die....
[ "kimuj0103@gmail.com" ]
kimuj0103@gmail.com
bdb98d46e781d04af0e090a891dd71882c2424c3
83d3a015d2b1a4165283512c697b4974b087221a
/DCServer/server/mthread.c
c5a23de6781a26b93e8def81aadb411c925935d9
[]
no_license
tsienlu/window_system
9fe46a78d182496be7ca50248b3de463ee62580b
84b2fb5cb9ca9e3d0d8d91c12dd343a8d2e0522c
refs/heads/master
2021-06-09T13:26:07.599490
2015-11-17T06:33:50
2015-11-17T06:33:50
null
0
0
null
null
null
null
UTF-8
C
false
false
863
c
#include "mthread.h" #include "context_monitor.h" void* monitor_thread_func(void* arg) { struct monitor* monitor= (struct monitor*)arg; while(1) { monitor_loop_check( monitor ); sleep(4); } } struct mthread* new_thread() { struct mthread* thread = (struct mthread*)malloc(sizeof(struct mthread)); if(thread ...
[ "shan3275@gmail.com" ]
shan3275@gmail.com
dc973d54ca3aab47cd5f1647054b95b3992b22ae
34c6c9f3fc44f3a31936a6ec314f4c5f4e219023
/grafos/busca/largura/buscaLargura.h
b6805b567e3a24c103a377edc23d6481429ced4e
[]
no_license
michloliveira/AED_II
29ea294e54048af0e0c59a1d796b0df98f9b503e
aee48c5be36a4697053674d57aa1c553c05b66c1
refs/heads/master
2023-03-08T13:36:25.401597
2021-02-24T01:29:44
2021-02-24T01:29:44
247,502,536
1
0
null
null
null
null
UTF-8
C
false
false
559
h
#ifndef BUSCALARGURA_H #define BUSCALARGURA_H #include <stdlib.h> #include <stdio.h> #include <string.h> #define SIZE 100 typedef struct grafo{ int **matriz; char map[SIZE]; int vertices; int arestas; }grafo; typedef struct fila{ char v; struct fila *prox; }fila; fila* push(fila *fila,char v); fila...
[ "mr.micheloliveira@gmail.com" ]
mr.micheloliveira@gmail.com
a8e62a175d216f850c4cb7eb22d15cd111e19df6
e39f7bff9bbf7ff8d871bee2300794cc1e146f16
/include/app/aboot/multiboot.h
f6769193d62dabede9471afcab5c407ec5d7bad3
[ "MIT" ]
permissive
konarev/android_bootable_bootloader_lk
6f6a9dcb4fc02bd1c987c88bdf57ba63c0fa38ed
eeabf18e62338ad90221ef25094f2f5f3336bedc
refs/heads/master
2020-03-26T18:02:52.524657
2018-01-12T20:23:45
2018-01-12T20:23:45
null
0
0
null
null
null
null
UTF-8
C
false
false
1,828
h
/* Copyright (c) 2012-2016, 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...
[ "S-trace@list.ru" ]
S-trace@list.ru
241938da057dea3a5f2c52858c14ccf57a8a5019
ad69a3391349d18179e49c3a21772942fadbdb93
/arbitraryphp/ext/arbitraryphp.c
57379b3ba557e65e6cbaafeaf91820fd5122861a
[ "MIT" ]
permissive
cldog/arbitrary-php-extension
84e275a9fdf025c1cafb2d8e1d014fe28cb1486f
14b60588d4efdb5cc1332526d9d37de7fcfecc94
refs/heads/master
2020-04-02T22:17:57.370308
2018-10-22T03:08:52
2018-10-22T03:08:52
154,828,914
1
0
MIT
2018-10-26T12:10:40
2018-10-26T12:10:40
null
UTF-8
C
false
false
4,183
c
/* This file was generated automatically by Zephir do not modify it! */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include <php.h> // TODO: Deprecated. Will be removed in future #if PHP_VERSION_ID < 50500 #include <locale.h> #endif #include "php_ext.h" #include "arbitraryphp.h" #include <ext/standard/info.h...
[ "phith0n.ph2f@gmail.com" ]
phith0n.ph2f@gmail.com