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
a70eccc62720557cd4534a45310917d893c3ff1d
feaec5325d86c790dfdcce0d64d8b24c5be66f77
/object.h
66286e909a0647a3b144be3525688f40e75f0ba9
[]
no_license
ashenn/boberman
2c995560856886c2c4486742cfb357056a55c57a
2aaeb012d654b042ffdb6fef20b72fb0f6e622cf
refs/heads/master
2020-03-15T11:39:30.200748
2018-05-04T10:28:44
2018-05-04T10:28:44
132,125,174
2
0
null
2018-06-12T18:43:25
2018-05-04T10:21:34
C
UTF-8
C
false
false
876
h
#ifndef _OBJECT_H__ #define _OBJECT_H__ #include "common.h" /** * Visual Object */ struct Object { int id; short z; // z-index char* name; SDL_Rect pos; // Poition / site short visible; // Displayed short enabled; // Clickable / Hoverable void* container; // Custom Struc ex: Button Object* childObj; // Lin...
[ "fares_k@etna-alternance.net" ]
fares_k@etna-alternance.net
6f2f5639d54182e3c8e0d29c0829a63b1382ee69
4ebd0ebc0b0e6ae27ef0a14ecb5e4fd0212e106d
/mem_allocation/kmalloc_vs_kmem_cache.c
62faf39f6f1fd420378e11d668a2a14894f6635f
[ "MIT" ]
permissive
DimaWittmann/monte_cassino
6220d54be23a2bac31c5640a8c9f35252a7a687f
2ac84cfa6bfac488ba1c0496ed69f1188f2d3fc6
refs/heads/master
2021-01-17T18:08:01.064395
2016-07-18T04:57:49
2016-07-18T04:57:49
59,085,521
0
0
null
null
null
null
UTF-8
C
false
false
1,825
c
#include <linux/init.h> #include <linux/module.h> #include <linux/kernel.h> #include <linux/slab.h> MODULE_LICENSE("GPL"); MODULE_AUTHOR("Dmytrii Wittmann"); MODULE_DESCRIPTION("Comparison of allocated blocks by kmalloc and kmem_cache"); MODULE_VERSION("0.1"); #define ALLOC_SIZE 84 #define ALLOC_N 4 static int __...
[ "dimawittmann@gmail.com" ]
dimawittmann@gmail.com
e7b643726e54dbcdea21f92bfc5857f31668586a
03023575ba16b3b582c09982930892f4ea846d5e
/src/noisemeter.h
baec359ecf34e905caa41b7df3920c9a3fbc288a
[ "Apache-2.0" ]
permissive
marcel12bell/openair-firmware-mg
38dca14ba56edfcdfaea6963a027f29b67a6cc71
f83b70f484983c0a23cd6f5352c3e8860f2c5b41
refs/heads/master
2020-07-04T19:23:38.769130
2019-08-15T08:41:59
2019-08-15T08:41:59
202,388,323
0
0
NOASSERTION
2019-08-14T16:35:53
2019-08-14T16:35:53
null
UTF-8
C
false
false
274
h
#ifndef _NOISEMETER_H_ #define _NOISEMETER_H_ #include "stdint.h" #include "mgos.h" #include "mgos_i2c.h" typedef void (*noisemeter_callback)(float dba, float dbc); bool noisemeter_init(noisemeter_callback n_cb); void noisemeter_start(); void noisemeter_stop(); #endif
[ "matthias@presseverykey.com" ]
matthias@presseverykey.com
5771922d5b82c74eb7e8b0242a08049be52b74e2
e48c7288a3ca35ad9b1dda1004020d39a084ef5d
/src/gdbserver/semihosting.h
5832bddeaf3df3f1f57deef68543499782892873
[ "BSD-3-Clause" ]
permissive
Fabien-Chouteau/stlink
c49dc897a1f7cb07c2716b90a0df517933b744a2
d2beff6b0a1d1c2cfcbfdfa2757b48f9c03299b2
refs/heads/master
2021-01-18T05:13:31.909690
2016-08-08T17:52:43
2016-08-09T18:55:23
65,226,287
0
0
null
2016-08-08T17:52:00
2016-08-08T17:51:59
null
UTF-8
C
false
false
730
h
#ifndef _SEMIHOSTING_H_ #define _SEMIHOSTING_H_ #include <stlink.h> #define SYS_OPEN 0x01 #define SYS_CLOSE 0x02 #define SYS_WRITEC 0x03 #define SYS_WRITE0 0x04 #define SYS_WRITE 0x05 #define SYS_READ 0x06 #define SYS_READC 0x07 #define SYS_ISERROR 0x08 #define SYS_ISTTY 0x09 #define SYS_SEEK...
[ "chouteau@adacore.com" ]
chouteau@adacore.com
58cbd9556a0222b5ac99aa6d895193ddcf818245
2d49805babc5ee55dccff958c8c41ea1de80f847
/piscine_c_2019/c06/ex01/ft_print_params.c
f59a0222d2721e00aea22b2ca1495fb2fcc9ddf0
[]
no_license
MonkeyD-mendy/42
d471f067c94e3f6f8f7bb2d82a25e4690cd92c37
3a0e88eb8f9de4b9ba9a4f2d37d2a9957f4604e3
refs/heads/master
2020-08-31T12:49:21.556181
2019-10-31T06:34:48
2019-10-31T06:34:48
218,694,750
0
0
null
null
null
null
UTF-8
C
false
false
1,137
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_print_params.c :+: :+: :+: ...
[ "rmendy@e1r9p20.42.fr" ]
rmendy@e1r9p20.42.fr
d1e1cf648b98b48fea4b799fdb8a7b7e1fc4d98c
b9cd02f97b518d78ded5f9f7d8f3f7adc426cad4
/Chapter 1/Exercise 1-05/exercise-1-05.c
e60e60b95bae27f91cf7870517cbf7d0a755b569
[]
no_license
div0man/knr_2nd_edition_exercises
f9e8bb8b0b6a9a5b1cfb3b7912d924b71fc852f6
d105b5b381f3e208754428325c5dce14eb7447d4
refs/heads/master
2020-04-11T04:02:12.839709
2018-12-31T11:23:57
2018-12-31T11:23:57
161,498,871
0
0
null
null
null
null
UTF-8
C
false
false
410
c
/* Exercise 1-5. Modify the temperature conversion program to print the table in * reverse order, that is, from 300 degrees to 0. */ #include <stdio.h> /* print Fahrenheit-Celsius table * for fahr = 300, 280, ... 0; floating-point version */ main() { float fahr; printf("Fahrenheit\tCelsius\n"); for (fahr = 30...
[ "44116802+div0man@users.noreply.github.com" ]
44116802+div0man@users.noreply.github.com
b4832ee3b7aa6f183ef5329ab609ac29f3eb2abb
e00b0a31da188a2902966a3ac896483f60e4cb9d
/LinkedList/detect_remove_loop.c
50e503030b78f5f156f14ccd72dbd2061f5c2fb6
[ "MIT" ]
permissive
aaryan6789/_cSpace
1665f5a731179e34d6b684ed1e70cfefd041a16e
64274c3bec98f5dc2848041e907b6083b1129577
refs/heads/master
2020-08-30T18:05:17.577728
2019-11-08T21:32:40
2019-11-08T21:32:40
218,452,892
0
0
null
null
null
null
UTF-8
C
false
false
2,765
c
/* * detect_remove_loop.c * * Created on: Apr 16, 2018 * Author: hsahu */ #include <stdio.h> #include <stdlib.h> #include "_linked_list.h" /* detect_loop - Detect a loop in a Linked List * Method: Floyd's Cycle Finding Algorithm * 1. Declare 2 pointers for traversing the LL * -- fast --> ...
[ "aaryan6789@gmail.com" ]
aaryan6789@gmail.com
052bd5f362a3ff639cb8e14f5f4aa87735f3f694
4fb2940150e1279168ee69c71e7cffd96e2f6920
/drivers/staging/rtl8187se/r8185b_init.c
7e5234df8471f5d49b423d2db3848580f6a130f9
[]
no_license
mhrsolanki2020/Dhollmen_Kernel
740d33825301dd191cc6243f5fc7ef9cb67ed3fb
c144e86a40e514c21c28621ba43f37fae8f1c0d1
refs/heads/master
2021-01-18T20:17:29.719478
2014-04-15T00:16:49
2014-04-15T00:16:49
19,468,965
0
1
null
null
null
null
UTF-8
C
false
false
50,174
c
/*++ Copyright (c) Realtek Semiconductor Corp. All rights reserved. Module Name: r8185b_init.c Abstract: Hardware Initialization and Hardware IO for RTL8185B Major Change History: When Who What ---------- --------------- ------------------------------- 2006-11-15 Xiong Created Notes: This file is por...
[ "usuario@localhost.localdomain" ]
usuario@localhost.localdomain
a1a305bbb2dbccc2e95f9b13c167d95ba78549d9
420035805789b687abac9f922fd199e1bab68ca5
/9-File/simple_ls.c
446e5600ea495da5723bb30957e97f11bd144ae1
[]
no_license
eric-lo/3150
a485e88130f1ab5ef8af69ec1a9d2fb6473cbeac
ccdc8e0819208e45af0ee5b013a8655b7890a5c9
refs/heads/master
2021-01-11T20:55:40.074215
2019-03-05T10:56:59
2019-03-05T10:56:59
79,214,532
16
13
null
null
null
null
UTF-8
C
false
false
437
c
#include <stdio.h> #include <stdlib.h> #include <dirent.h> // opendir(), readdir(), closedir() int main(int argc, char **argv) { DIR *dir; char *input = "."; struct dirent *entry; if(argc > 1) input = argv[1]; if( (dir = opendir(input)) == NULL ) { perror("opendir()"); exit(1); } while( (entry = readd...
[ "cyliu" ]
cyliu
79dd2565873ff7eefd55010ce4ef01ef4edca6ef
3544ce3cf6847afc057f119d073304379a6f697a
/a03 - Basic Thread Demo/a03/pagetable.h
d49d8b4aed75ce2cec7b453ad5f35aac419485b3
[]
no_license
j00022/cs570_operating_systems
ecd0ce2134682736294e0198c8471d36df30489c
1bd46a38d376feb78d16c8322f1dce3c11125a38
refs/heads/master
2020-05-21T13:17:07.498415
2019-05-10T23:52:24
2019-05-10T23:52:24
186,067,664
0
0
null
null
null
null
UTF-8
C
false
false
615
h
struct Pagetable { Pagetable *rootNode; int levelCount; unsigned long bitMask[]; int shift[]; int entryCount[]; }; struct Map { //Map struct? }; struct Level { int depth; Pagetable *pagePtr; bool leaf; Level *nextLevel; Map *mapPtr; }; unsigned int logicalToPage(unsigned int logicalAdd...
[ "noreply@github.com" ]
j00022.noreply@github.com
2240f3e6cf354584cd1890fe7a2f3ee98dcefc80
1a7d5db5d294754d46030a0c61efbf109d0cea88
/src/go_c_c++/Add.h
4450bfd8bb1ff5286c95e37b7ac41893221f2188
[]
no_license
angus1121/goAligm
4b527768a4969f52281978d3a69c3f5fefa9512b
7c1eab10eb44b7ef0a8a2401af3184db664ed5ce
refs/heads/master
2021-01-25T14:23:43.184597
2018-06-07T16:20:38
2018-06-07T16:20:38
123,694,186
0
0
null
null
null
null
UTF-8
C
false
false
41
h
#include "stdio.h" int add(int a,int b);
[ "1281250720@qq.com" ]
1281250720@qq.com
87ca1c142cda534c67de88107399e8d937a40265
1fabbdfd1ca9ea1b6808893e12bd907eb74de414
/xcode/Classes/Native/mscorlib_System_Collections_Generic_Dictionary_2_ValueCollec_390.h
9b1d69b6a4a812906cd4eec208984dbd75de0875
[]
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
754
h
#pragma once #include <stdint.h> // System.ValueType #include "mscorlib_System_ValueType.h" // System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Collections.Generic.List`1<GCGame.Table.Tab_YuanBaoShop>> #include "mscorlib_System_Collections_Generic_Dictionary_2_Enumerator__221.h" // System.Collect...
[ "bu213200@gmail.com" ]
bu213200@gmail.com
43c54206bb4faa59efeabb7da08dc62d0942b4c7
df734d56c6c2de7a8a6d03d211cf304e20039c71
/Sources/Elva.lz4/lz4hc.h
6d9303cd0751c2b20d9389eb498d11dffb48d5cb
[ "MIT", "LicenseRef-scancode-proprietary-license" ]
permissive
L1MeN9Yu/Elva
012cc283ab85b463d77fc29bcb2a0b493d561116
9cd193dd5f0df430726256ab5d6aa08455f5d39b
refs/heads/main
2023-06-30T03:50:02.539850
2023-06-13T06:00:04
2023-06-13T06:00:04
223,358,149
8
6
MIT
2023-06-13T05:56:54
2019-11-22T08:29:48
Swift
UTF-8
C
false
false
31
h
../../Submodule/lz4/lib/lz4hc.h
[ "baal998.mophisto@gmail.com" ]
baal998.mophisto@gmail.com
81a0430503f3449a40457499279139b1d74a0a9e
ab593ce943a24e9da5744400943680450d924e4e
/libft/ft_tolower.c
a76280df122370c1f5b04f32e80d6499f9373f96
[]
no_license
floblanc/Push_swap
c3385cda825979604148ddcd90a9fbe2d9682033
778a6435611c0f52447c42cf05c5f35c41d654c6
refs/heads/master
2020-04-19T05:53:54.713387
2019-03-25T10:59:28
2019-03-25T10:59:28
168,002,166
0
1
null
null
null
null
UTF-8
C
false
false
1,000
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_tolower.c :+: :+: :+: ...
[ "floblanc@e2r11p18.42.fr" ]
floblanc@e2r11p18.42.fr
f92260c9f519822c7955d82c1dc822b008946707
3920ca8931a4c351d2058f567cc7fd85eb22df3a
/pinInterrupt_CC2650F128/Debug/configPkg/package/cfg/ti.sysbios.knl.Swi_config.c
3df26c35d946ed9ef8e8d53d0ea3624ca41c20d5
[]
no_license
cristian-moreno-ruiz/cc2650
1c36b1cc33ebac8cf6b4a43fc0e0f627f082d59d
40f1ee4692a6564d2d27cb074d76976607e3695b
refs/heads/master
2022-11-19T20:35:37.317759
2016-07-11T18:44:54
2016-07-11T18:44:54
280,953,682
1
0
null
null
null
null
UTF-8
C
false
false
10,494
c
/* * Do not modify this file; it is automatically * generated and any modifications will be overwritten. * * @(#) xdc-A71 */ #define __nested__ #define __config__ #include <xdc/std.h> /* * ======== GENERATED SECTIONS ======== * * MODULE INCLUDES * * <module-name> INTERNALS * <modu...
[ "cristian@MacBook-Pro-de-Cristian.local" ]
cristian@MacBook-Pro-de-Cristian.local
2de5fd76dfd4920d34da774975c7b4e2488e3987
b6fc5c14d2d98015b786076bff4f9f26ff094dc8
/stm32f4xx_drivers/drivers/inc/stm32f407xx_dma_driver.h
6a501d44d3ed1abc6018181fb4d9d8f57d1d76f2
[]
no_license
Atik100498/ARM-STM32
9314fedeec04fa1a5603ece39fa4d3b2217144d0
c9e4ea3bd6e0a42fca9516a651a0bfefcc0a4d6a
refs/heads/master
2020-11-29T10:36:22.444819
2020-03-14T07:51:50
2020-03-14T07:51:50
230,091,934
0
0
null
null
null
null
UTF-8
C
false
false
2,311
h
/* * stm32f407xx_dma_driver.h * * Created on: 08-Mar-2020 * Author: ATIQUE */ #ifndef INC_STM32F407XX_DMA_DRIVER_H_ #define INC_STM32F407XX_DMA_DRIVER_H_ #include "stm32f407xx.h" typedef struct { uint8_t StreamSelect; uint8_t ChannelSelect; //CHSEL uint8_t PeripheralDataSize;//PSIZE d...
[ "noreply@github.com" ]
Atik100498.noreply@github.com
cb0739942b59553c5ac978be654f9096cd1e8ac1
78d62d1106073feb47b5ba97919f049aab7934d2
/c_02/ex03/ft_str_is_numeric.c
56b9ea842f131c7818180d3ee77424951b3f6fab
[]
no_license
rlourie/Shool21
e50b7f1fc5f504ee93d4b25380b094cf7f0c284d
676375acb24748e19efa3d6e327c767479ab76d7
refs/heads/main
2023-08-20T04:19:50.459822
2021-10-06T14:21:25
2021-10-06T14:21:25
413,367,817
0
0
null
null
null
null
UTF-8
C
false
false
1,136
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_str_is_numeric.c :+: :+: :+: ...
[ "super.sanek20142@yandex.ru" ]
super.sanek20142@yandex.ru
e53910dfc68bec70ccbb2d62c4264d944178e573
87f92795fac6cc421cfad0b8c7e0865eee678b3a
/src/functions.c
5b660341559832ae2dfd9aa56064411ad5b984a6
[]
no_license
YorickColeu/GiveStatusIPpacketsReceived
1e6f256fd3cf3ccd4b6c622b7f01c04b9f6ea884
c53f4fd0a46d41646c3daf420857917d0e04aacf
refs/heads/master
2021-01-11T04:03:06.527250
2016-10-18T13:30:00
2016-10-18T13:30:00
71,228,788
0
1
null
null
null
null
UTF-8
C
false
false
5,239
c
/* * functions.c * * Created on: 15 oct. 2016 * Author: yorick */ #include <stdio.h> #include <time.h> #include <pcap.h> #include <string.h> #include <netinet/in.h> #include <netinet/ip.h> #include <netinet/ip6.h> #include <netinet/if_ether.h> #include <stdlib.h> #include <arpa/inet.h> #include <netinet/e...
[ "noreply@github.com" ]
YorickColeu.noreply@github.com
9d6dd27edd040962f320d59f39e81d5f9775f355
2616741046c8a66d1ec0213e4c332ca05ecbf5a1
/era2.c
947ef8c88d2b84cd95a56c250ae666d6f47cb074
[]
no_license
flaschenpost/erastothenes
b4120482232f87a3aa75df5efc6e193b7a81a735
36aacffb4ec3bef58dd65063a646e7403a6e912e
refs/heads/master
2021-06-02T20:09:07.858889
2013-09-03T04:52:23
2013-09-03T04:52:23
10,557,770
0
1
null
2019-08-27T23:37:33
2013-06-07T19:55:26
C
UTF-8
C
false
false
2,521
c
#pragma once #include <stdlib.h> #include <math.h> #include <stdio.h> #include <string.h> #define PACKAGE 64 #define FIRSTPRIMS 7 #define ST unsigned long #define SW (sizeof(ST) * 8) /* Print n as a binary number */ void printbitssimple(ST n) { ST i; i = 1UL<<(sizeof(n) * 8 - 1); while (i > 0) { ...
[ "marco.gergele@dbfuhrpark.com" ]
marco.gergele@dbfuhrpark.com
6d4feab2490f7536c34dec04f290e3f3792d579d
e53d54579cc203af9da43ef689aea57d5f22049c
/micromegas_2.2/sources/var_service.c
b9a05bcc0510c34162bed45c5ec368f194191fba
[]
no_license
jterning/MCSSMTools
30e9e923c2c4cf80fcdf3bff02a9e00c684a0031
19e8dc1c02a79b440d30030c5cf5196a95aac135
refs/heads/master
2016-09-06T08:36:51.271415
2012-01-04T18:51:04
2012-01-04T18:51:04
2,508,716
2
0
null
null
null
null
UTF-8
C
false
false
2,904
c
#include "micromegas.h" #include "micromegas_aux.h" void printVar(FILE *f) { int i; fprintf(f,"\n# Model parameters:\n"); for(i=0;i<nModelVars;i++) fprintf(f,"%-6.6s %f\n", varNames[i], varValues[i]); } double * varAddress(char *name) {int i; for(i=0;i<nModelVars+nModelFunc;i++)if(!strcmp(name,varNames[i]))...
[ "jterning@gmail.com" ]
jterning@gmail.com
abeb338e473f2f58b980a9b273a59c2a17bda69c
ef94bb6da6f93eadca46b30ff78dcd7d2e4beee3
/NSL_RGB_LED_Ball/RGB_Ball_XMega_WIFI/code/RGBWIfi_2/RGBWIfi/src/LUFA/LUFA/Drivers/Peripheral/XMEGA/spi_xmega.h
19401be77b7b620537077fa44f1c08c70aa8b411
[]
no_license
glocklueng/032
10cf69ef5604f993d42f787011642f62261c4473
69bb94e002867f14048c0c9907ce5731bfab5f15
refs/heads/master
2021-01-13T09:47:20.395124
2017-01-27T07:00:07
2017-01-27T07:00:07
80,231,375
1
1
null
null
null
null
UTF-8
C
false
false
11,015
h
/* LUFA Library Copyright (C) Dean Camera, 2013. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* Copyright 2013 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation ...
[ "charliex@47c6005b-331e-4be2-8628-a174f3e7207f" ]
charliex@47c6005b-331e-4be2-8628-a174f3e7207f
ba21ba593d5b40c1f1c91cb25fdf6943d365be49
36a9ab6f346624f221f0a023252cbfb2250fe4bd
/reader1.c
17ba7b64e79aa6c682e322fd41629f0c44b71809
[]
no_license
tiljo/xml
928eea8b9d4adabc500b2e950866df82ea666128
76675b97630d88baeb86705c6d783cfa422dea41
refs/heads/master
2021-01-20T05:31:54.660207
2015-01-05T13:16:12
2015-01-05T13:16:12
28,088,724
0
0
null
null
null
null
UTF-8
C
false
false
1,862
c
#include<stdio.h> #include<ctype.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> #include<libxml/xmlreader.h> struct contact{ char *name; unsigned long int mobile; }; static void create(const xmlChar* value,FILE** fp){ int k; k = atoi(value); if(k==0 && value[0] != '...
[ "tiljorappai@gmail.com" ]
tiljorappai@gmail.com
1111d2c41480cb7f6ec8e534213da73f396dcd9c
9b85f76be1070dcf983012524366cfeb517e6219
/Magic/MagicCore/MagicCore.h
f8ca20e49d1d17b348718aab5e7b94f2d84e7f3c
[]
no_license
Homebrew-Engine-Archive/botarena
691d35595a936c7adf5e0a495a5fbf35812244ef
044e2713315b165002f2e06911ce7455de2f773f
refs/heads/main
2023-05-10T15:58:08.520085
2021-03-17T13:11:56
2021-03-17T13:11:56
null
0
0
null
null
null
null
ISO-8859-13
C
false
false
11,639
h
#pragma once //____________________________________________________________________________ // #define MIN(A,B) ((A) > (B) ? (B) : (A)) #define MAX(A,B) ((A) < (B) ? (B) : (A)) #ifdef min #undef min // for numeric_limits<>::min, use MIN instead #endif #ifdef max #undef max // for numeric_limits<>::max,...
[ "zie.develop@gmail.com" ]
zie.develop@gmail.com
ca89b36a398cb0b447b451ba0daed1c1fab03feb
16ec41f50d911028cbc103deda15a313ab3017c8
/iluminaqui.c
a6e03c0d25dd2c03a3dca0d31bf83ebe73620681
[]
no_license
vascogradim/SINF_PROJECT
5598bc58524fa31dda43134b94d146fce0cb4075
e728d6b580b8b325b7b8ef85b7a5d92421dbf7e5
refs/heads/master
2020-05-22T10:33:27.883119
2019-05-10T14:57:06
2019-05-10T14:57:06
null
0
0
null
null
null
null
UTF-8
C
false
false
2,083
c
#include <stdio.h> #include <string.h> #include <time.h> #include <stdlib.h> #include <postgresql/libpq-fe.h> #include "iluminaqui.h" #include "ficheiros.h" //----------------------------- Declaracoes ------------------------------------------- time_t time_out1[5] = {0}; //-------------------------------Funcoes Aux...
[ "noreply@github.com" ]
vascogradim.noreply@github.com
16cad48b80398a795551e3862725d9e2077f5d54
b9ddeebfa97cfc26f452ab8c9eb4491b13318fac
/libpng/pngwutil.c
8d891f3854eecf2fd81f64b32ae5b631575ac265
[ "Libpng", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference" ]
permissive
ryanwoodsmall/vms-mosaic
457f517c90e595fc2ba8f5242cdf8cf7cf1d50a6
04cb38e51a1541b275c00efacc2f76edfe6e7533
refs/heads/master
2020-03-11T21:55:48.784564
2018-04-19T22:38:13
2018-04-19T22:38:13
130,278,108
1
0
null
null
null
null
UTF-8
C
false
false
84,538
c
/* pngwutil.c - utilities to write a PNG file * * Last changed in libpng 1.2.15 January 5, 2007 * For conditions of distribution and use, see copyright notice in png.h * Copyright (c) 1998-2007 Glenn Randers-Pehrson * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger) * (Version 0.88 Copyright (c) 1995, 1996...
[ "rwoodsmall@gmail.com" ]
rwoodsmall@gmail.com
f9b228d5616f62c7f3673ab0bf13ca9194d77824
07440fdc046568e284e8803f7f096f8d44a6a6cd
/echo_server.c
70884c587790321b13755c5402f9e7b0f4d01095
[]
no_license
3ssarah/Network-programming
4cf5d7cff2ed86555dcf6b268942b45e9a5744ec
a3a2bcb7c636112eb26ea4aa190aa6c2dcd8b503
refs/heads/master
2021-05-16T08:00:52.767894
2017-09-19T07:45:58
2017-09-19T07:45:58
103,953,217
0
0
null
null
null
null
UTF-8
C
false
false
1,968
c
#include <stdio.h> #include <sys/socket.h> #include <arpa/inet.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #define MAXPENDING 5 void DieWithError(char* errorMessage); void HandleTCPClient(int clntSocket); void log_msg(char* msg); int main(int argc, char* argv[]){ int servSock; int clntSock...
[ "ssarah@Laptop.localdomain" ]
ssarah@Laptop.localdomain
b186ed3140141d2a2f003289b1eb1c874e78f9a8
f74ccd81e827adff3d7dde1eb39df0d623899aae
/srcs/move.c
9f9b39bff9a29e61430a0b8585935bbe8e3b072e
[]
no_license
toruneko1129/so_long
349917abb86142a62f4dff8e37c657d96413538e
ab51910e0ade76f35a2d92f6eba09886de724c47
refs/heads/master
2023-08-10T16:14:23.760492
2021-09-20T09:56:45
2021-09-20T09:56:45
null
0
0
null
null
null
null
UTF-8
C
false
false
1,938
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* move.c :+: :+: :+: ...
[ "kawakita.hayato@gmail.com" ]
kawakita.hayato@gmail.com
255c688efe6a3844aaadc32cc128108cdc7e0076
238e46a903cf7fac4f83fa8681094bf3c417d22d
/VTK/vtk_7.1.1_x64_Debug/include/vtk-7.1/vtkhdf5/H5TBpublic.h
098662771ef4fd034524b3cc42ecb41108f3e254
[ "BSD-3-Clause" ]
permissive
baojunli/FastCAE
da1277f90e584084d461590a3699b941d8c4030b
a3f99f6402da564df87fcef30674ce5f44379962
refs/heads/master
2023-02-25T20:25:31.815729
2021-02-01T03:17:33
2021-02-01T03:17:33
268,390,180
1
0
BSD-3-Clause
2020-06-01T00:39:31
2020-06-01T00:39:31
null
UTF-8
C
false
false
8,846
h
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * ...
[ "l”ibaojunqd@foxmail.com“" ]
l”ibaojunqd@foxmail.com“
864d2d9b6a8461dd525b6ee50d2814ef1b1cfa79
35fb643edd2bbf243de094a01240065afd317ae6
/main.c
ae3a20234e4b8b681b4b08da4c7f7c77c8b578ab
[]
no_license
franbarilatti/Final-Exam-Programming-Lab-II
bc972f762b6cd66aca35f3929650372de60f7dd7
811b5048eda2084a770be1ee2e1da1bcd1dd1638
refs/heads/main
2023-07-04T11:43:50.780896
2021-08-05T15:08:31
2021-08-05T15:08:31
393,085,534
0
0
null
null
null
null
ISO-8859-1
C
false
false
10,922
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #define NOMBRE_ARCHIVO "registroJugador.dat" ///////////////////// ESTRUCTURAS //////////////////////////////// typedef struct { int idRegistro; int nroJugador; char nombreJugador[30]; char apellidoJugador[30]; int clase;...
[ "francoagustinbarilatti@hotmail.com" ]
francoagustinbarilatti@hotmail.com
ac1fb46b2d18308ffc82e1d0ebc40c6d7b3c1963
9b0d4f3ea6a3c6992513ef9419887b476d0978f9
/src/coreclr/jit/hwintrinsiclistarm64.h
9360ea2a4c369cc7601b4d9265a2d91193898740
[ "MIT" ]
permissive
hnrqbaggio/runtime
956f7da29e50db2e89cc9ac1335ab0df0d505f0b
634dfa13d89800e629db86f0b947590fb0ffb077
refs/heads/master
2022-02-06T15:11:49.741909
2022-01-06T16:51:33
2022-01-06T16:51:33
224,325,178
1
0
NOASSERTION
2019-11-27T02:15:33
2019-11-27T02:15:33
null
UTF-8
C
false
false
259,025
h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*****************************************************************************/ #ifndef HARDWARE_INTRINSIC #error Define HARDWARE_INTRINSIC before including this file #endif /*******...
[ "noreply@github.com" ]
hnrqbaggio.noreply@github.com
f185243a06bceb2d8278a00ebb2b3f931dad5856
607e69f9e4440ef3ab9c33b7b6e85e95b5e982fb
/deps/museum/6.0.1/bionic/libc/kernel/uapi/linux/dvb/version.h
00aba9ef03853b4cf5a3170713b2f7f5f3033887
[ "Apache-2.0" ]
permissive
simpleton/profilo
8bda2ebf057036a55efd4dea1564b1f114229d1a
91ef4ba1a8316bad2b3080210316dfef4761e180
refs/heads/master
2023-03-12T13:34:27.037783
2018-04-24T22:45:58
2018-04-24T22:45:58
125,419,173
0
0
Apache-2.0
2018-03-15T19:54:00
2018-03-15T19:54:00
null
UTF-8
C
false
false
1,458
h
/**************************************************************************** **************************************************************************** *** *** This header was automatically generated from a Linux kernel header *** of the same name, to make information necessary for userspace to *** call i...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
82cbfaa16b9bc853f93f3f7aaa092d7a0feded7d
fad392b7b1533103a0ddcc18e059fcd2e85c0fda
/install/px4_msgs/include/px4_msgs/msg/camera_trigger_secondary__rosidl_typesupport_fastrtps_c.h
4130ae05c34b651af9897a43375c961e2c186538
[]
no_license
adamdai/px4_ros_com_ros2
bee6ef27559a3a157d10c250a45818a5c75f2eff
bcd7a1bd13c318d69994a64215f256b9ec7ae2bb
refs/heads/master
2023-07-24T18:09:24.817561
2021-08-23T21:47:18
2021-08-23T21:47:18
399,255,215
0
0
null
null
null
null
UTF-8
C
false
false
151
h
/home/navlab-tx2-4/px4_ros_com_ros2/build/px4_msgs/rosidl_typesupport_fastrtps_c/px4_msgs/msg/camera_trigger_secondary__rosidl_typesupport_fastrtps_c.h
[ "adamdai97@gmail.com" ]
adamdai97@gmail.com
8e226105a546cb6dffbbff8bda470dcce9315406
4aeb491dbf3c867cb6be0fb5b08ebc3f6586d006
/nbp-0.32-public/common/chicken.c
dd254a06643c38158f79db24371322b654225ac2
[]
no_license
cust0m/bluepillstudy
e44c2653868876d12829f0cc7b8fb3bcd52b7642
5806e1d2568cb8999c79313408f69e3099d5d382
refs/heads/master
2022-06-21T16:42:37.450964
2022-05-12T19:26:36
2022-05-12T19:26:36
37,096,589
7
5
null
null
null
null
UTF-8
C
false
false
2,541
c
/* * Copyright holder: Invisible Things Lab * * This software is protected by domestic and International * copyright laws. Any use (including publishing and * distribution) of this software requires a valid license * from the copyright holder. * * This software is provided for the educational use only...
[ "windknown@875c5e1d-5f53-0410-a04a-fb0481a72a73" ]
windknown@875c5e1d-5f53-0410-a04a-fb0481a72a73
11b7d35ec0287730351267583b68c6bc3a608252
0626260cd8b538fe3ef11c73060fd686e8cd947d
/pkg/src/sna/sna_render.c
42418368006bc83968130df81d8180b2111f2321
[ "HPND-sell-variant", "MIT" ]
permissive
krlmlr-archive/xserver-xorg-video-intel
0e46493302d54e311c459dc70de5a7cabf20024c
f36f07293ec9ac73f7d231e2bf4dbadc73ef5598
refs/heads/master
2020-04-05T19:39:48.755400
2013-10-22T21:53:19
2013-10-22T21:53:19
10,510,446
0
0
null
null
null
null
UTF-8
C
false
false
54,765
c
/* * Copyright © 2011 Intel Corporation * * 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, pub...
[ "kirill.mueller@ivt.baug.ethz.ch" ]
kirill.mueller@ivt.baug.ethz.ch
cad3522e93383d330d20ea4af3ce585883b04b4c
bda88e1702a5fafb9205eb85db1a6c4995f0a443
/C09/ex00/ft_putchar.c
000a54e553748170a2a385c3fa129f4f433017ef
[]
no_license
flaouid/Piscine42
8d8bd5840886ad8ecbd8403c07399ff6e8f3f78c
56e566b9f8b89bec954d5435eaba512386f13519
refs/heads/master
2020-12-19T15:12:20.964536
2020-01-23T10:16:16
2020-01-23T10:16:16
209,572,429
0
0
null
null
null
null
UTF-8
C
false
false
959
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putchar.c :+: :+: :+: ...
[ "flaouid@e2r8p12.42.fr" ]
flaouid@e2r8p12.42.fr
0295e388bcbac2a2cbf48b3681101ab5e90e58a0
59fc4cdb759a0744bae28e8a5f81b5d1f57072b5
/3rdPart/FreeRTOS_Plus_CLI/FreeRTOS_CLI.h
9e36795841f13d021056de50453841d6ba2e8ab9
[]
no_license
knkresources/kLib
1db4b4f48e83dd157587959d63fa04a606faf663
fbd93ec72aedccbaadee4ac8e80d2c65bf7203de
refs/heads/master
2020-12-12T15:01:08.914406
2019-02-08T13:20:26
2019-02-08T13:20:26
45,841,124
0
2
null
null
null
null
UTF-8
C
false
false
5,531
h
/* * FreeRTOS+CLI V1.0.3 (C) 2014 Real Time Engineers ltd. All rights reserved. * * This file is part of the FreeRTOS+CLI distribution. The FreeRTOS+CLI license * terms are different to the FreeRTOS license terms. * * FreeRTOS+CLI uses a dual license model that allows the software to be used * under a standard ...
[ "pazl@MobicaPL.local" ]
pazl@MobicaPL.local
0785086e49791feedfcb5fbe0fa30ca72b1f7aba
005ea741222f37b77adf8cbcc3210179d4c0d814
/dsaii/file.h
a1e9dd5f7529234ee1d3dae6e9b5a6a9d6895439
[]
no_license
zws2/personalCode
3f616ca0855a5314e4c3d126a9ab3c538af9d672
2ede6013d1cb03c215c49aaa93968c99d863bfa5
refs/heads/master
2020-04-06T21:55:08.042703
2019-01-16T18:18:07
2019-01-16T18:18:07
157,818,137
0
0
null
null
null
null
UTF-8
C
false
false
196
h
#ifndef FILE_H_INCLUDED #define FILE_H_INCLUDED #include "dictionary.h" char* generatePassword(); void readFile(); void checkFile(FILE * fp, Entry table[]); #endif // FILE_H_INCLUDED
[ "noreply@github.com" ]
zws2.noreply@github.com
a56ba4d1a82e5f5d4e31e8a9b7db1063dcde8333
8d44a4ade54b5d88c2c0cec347a2bba86c81da0e
/ads.c
0e9e567e0af7fd65c8c05a35794eed29bc6a435b
[]
no_license
15pa1a05b9/para-T
e00e08c6f383a764a0154b686c56f9d540672ca2
4bee945bfbcbb80d75808ef278ee849e6d407316
refs/heads/master
2020-12-30T11:58:53.152863
2017-05-16T15:25:09
2017-05-16T15:25:09
91,452,461
0
0
null
null
null
null
UTF-8
C
false
false
749
c
#include<stdio.h> #include<string.h> void buildLPS(char pat[],int m,int lps[]) { int i=1,j=0; lps[0]=0; while(i<m){ if(pat[i]==pat[j]){ lps[i]=j+1; i++; j++; } else{ if(j!=0) j=lps[j-1]; else{ lps[i]=0; i++; } } } } void KMP(char txt[],char pat[]) { int i=0,j=0,m,n; m=str...
[ "15pa1a05b9@vishnu.edu.in" ]
15pa1a05b9@vishnu.edu.in
cdd1b14350a0a453b6cfb69fd1146b4d53dc68de
1a77440dbf54449ed729a4ca9e382724c0bfa1be
/HashTable/main.c
2ffed19cf097efd634ae34847a7e8776af95809c
[]
no_license
HandsomeRichard/Cracking-the-coding
2a01bfc3d97958f6914977aa043aeb782b3bcbec
d5e388d63d4999518c1f3222fcec9f7abaea0664
refs/heads/master
2021-09-15T02:48:08.545514
2018-05-24T12:42:36
2018-05-24T12:42:36
111,191,871
0
0
null
null
null
null
UTF-8
C
false
false
988
c
#include "HashTable.h" int main(void) { struct item HashTable[TABLE_SIZE]; Init_HashTable(HashTable); AddItem(HashTable, "richard", "cola"); AddItem(HashTable, "Sony", "popo"); AddItem(HashTable, "Ed", "water"); AddItem(HashTable, "Patrick1", "water"); AddItem(HashTable, "Patrick2", "sod...
[ "richard980445@gmail.com" ]
richard980445@gmail.com
15771059f68287d5b40c0a3465db67913e971ce2
ac48dc874f5550d03648c28b1eda5720202eb55c
/mm-camera/mm-camera2/media-controller/modules/sensors/chromatix/0310/chromatix_imx362/3A/4k_preview/chromatix_imx362_4k_preview_3a.c
b51448d15c85853e0f131c1be1f056f1f3e4e72a
[ "BSD-3-Clause" ]
permissive
difr/msm8937-8953_qcom_vendor
464e478cae4a89de34ac79f4d615e5141c40cbcb
6cafff53eca7f0c28fa9c470b5211423cf47fd40
refs/heads/master
2020-03-20T09:58:48.935110
2018-05-27T04:13:22
2018-05-27T04:13:22
137,355,108
0
1
null
null
null
null
UTF-8
C
false
false
904
c
/*============================================================================ Copyright (c) 2016 Qualcomm Technologies, Inc. All Rights Reserved. Confidential and Proprietary - Qualcomm Technologies, Inc. ============================================================================*/ /*========================...
[ "adithya.r02@outlook.com" ]
adithya.r02@outlook.com
292d589421081e4735fe1e864eac03ae257b0800
1712e22b2ea3f09cc93edde2b377ba769445b68b
/42Projects/Graphic/1_FDF/fdf_folders/git_4/srcs/main.c
9f8ab820056a8d314fe3d62bce15cedae0f07324
[]
no_license
tjacquin42/All-Nothing
0fac06b63d23d0f2a32e0604a6e53e0e2b13f59d
df0c629fda54890e906dcb94c9a3c5af71d59082
refs/heads/master
2021-01-12T02:03:38.605059
2017-07-02T15:52:43
2017-07-02T15:52:43
78,462,523
0
0
null
null
null
null
UTF-8
C
false
false
1,699
c
#include ".././includes/fdf.h" #include <stdlib.h> #include <stdio.h> #include <string.h> int nbrlen(char *ln) { int i; int nb; int len; len = ft_strlen(ln); i = 0; nb = 0; while (i < len) { if (ln[i] >= '0' && ln[i] <= '9') { while (ln[i] != ' ') i++; nb++; } else { while (ln[i...
[ "tjacquin@e2r11p4.42.fr" ]
tjacquin@e2r11p4.42.fr
bfdd60ff3d71b1242ba918c0d92e6b50de3da6b9
06e20a512fba3a412093775c85f1638917b2ae8f
/20-strlen_itoa_and_reverse/drivers/screen.h
0c74bc9409e9ea9c525b33cd883aa76090542108
[ "MIT" ]
permissive
soumitradev/assembly-fun
cdeb1d6890b323637f7b0ffc364cae2cfae0c186
3ab433e96ea1f6ea21121013800455a4fa999021
refs/heads/master
2022-12-10T03:40:52.561176
2020-09-18T03:51:10
2020-09-18T03:51:10
285,201,175
4
0
null
null
null
null
UTF-8
C
false
false
732
h
// Screen constants #define VIDEO_ADDR (unsigned char *)0xb8000 #define MAX_ROWS 25 #define MAX_COLS 80 // Color constants #define WHITE_ON_BLACK 0x0f #define RED_ON_WHITE 0xf4 #define WHITE_ON_RED 0x4f // Prorts for VGA drivers #define REG_SCR_CTRL 0x3d4 #define REG_SCR_DAT 0x3d5 // Define functions publicly becaus...
[ "soumitra.shewale.dev@gmail.com" ]
soumitra.shewale.dev@gmail.com
deb667cba5eec3ebd2b1c544b745c2fb2849c5af
6a067b52109d33d7c1674581b6159ddcad972860
/HW12/HW12_P2_correct.c
9040a6fb9e1b408c843b11181b97090876b58e92
[]
no_license
andylws/SNU_Lecture_Computing-for-Data-Science
a2dc16a9a3f47675b97ba0d0f9425f35d8d1ea50
184fe1cddf8a92c8683b79c888f5624ead710d8c
refs/heads/main
2023-06-02T02:06:18.399030
2021-06-18T08:54:26
2021-06-18T08:54:26
349,447,687
0
0
null
null
null
null
UTF-8
C
false
false
563
c
#include <stdio.h> #include <stdlib.h> int P2(int n); int check(int n, int k); int check(int n, int k) { for (int i = 1; i <= n; i++) { if (k % i != 0) { return 0; } } return 1; } int P2(int n) { int k = n; while (1) { if (check(n, k)) ...
[ "andylws@naver.com" ]
andylws@naver.com
baf0fbfd7c5e6346aa290c47fb85a4028a4d9b11
0854c4a10385943915335d17b3f5ac3d513c2560
/DSP2803x_headers/include/DSP2803x_ECan.h
2fc8fa225b9cf6631bc43e5f59aa41260bf2d933
[]
no_license
hornbartho/Fusebox
7da62c13201d9de112a65d1db712a34a18318f69
cab15bed7971870f4358503bf8c9ff329658aee3
refs/heads/master
2023-04-01T11:16:19.008554
2021-04-09T09:35:46
2021-04-09T09:35:46
281,332,865
0
2
null
null
null
null
UTF-8
C
false
false
44,058
h
//########################################################################### // // FILE: DSP2803x_ECan.h // // TITLE: DSP2803x Device eCAN Register Definitions. // //########################################################################### // $TI Release: F2803x C/C++ Header Files and Peripheral Examples V127 $ /...
[ "hornbartho@gmail.com" ]
hornbartho@gmail.com
474e8b1c8275f1f6d60a9cfde0e76ce67029b0cc
e666c51520c02bdc1d1d3d1586417b0d5bc5943e
/OOP Object Oriented Programming/Lab/Labs assignments/L0303.C
809df827257e962d751ebb13936e4863bf39c848
[]
no_license
ahmedasemsery/ITI-Fundamental-cources
ba93c4ec5ed5eb0de377df67b9c601929d62c033
c1d76b3a6c56a756db8826b798aa9ddda3ddcbe0
refs/heads/main
2023-04-25T07:36:36.869093
2021-05-08T02:17:23
2021-05-08T02:17:23
null
0
0
null
null
null
null
UTF-8
C
false
false
495
c
#include <stdio.h> #include <conio.h> int getPower(int, int); void main(void) { int n; int p; int result; clrscr(); printf("Enter number to get its power>> "); scanf("%d", &n); do { printf("Enter positive power>> "); scanf("%d", &p); }while(p < 0); result = getPower(n, p); printf("Result = %d \n", ...
[ "ahmedasemsery@gmail.com" ]
ahmedasemsery@gmail.com
cb95653647f70acc488333ab55fb29796c01f396
3db023edb0af1dcf8a1da83434d219c3a96362ba
/windows_nt_3_5_source_code/NT-782/PRIVATE/NTOS/DD/SOUND/SYNTH/SOUND.H
5c02b4be0b8d729afec58801a4906a1bb6fa55da
[]
no_license
xiaoqgao/windows_nt_3_5_source_code
de30e9b95856bc09469d4008d76191f94379c884
d2894c9125ff1c14028435ed1b21164f6b2b871a
refs/heads/master
2022-12-23T17:58:33.768209
2020-09-28T20:20:18
2020-09-28T20:20:18
null
0
0
null
null
null
null
UTF-8
C
false
false
2,358
h
/*++ BUILD Version: 0002 // Increment this if a change has global effects Copyright (c) 1993 Microsoft Corporation Module Name: sound.h Abstract: This include file defines constants and types for the Microsoft midi synthesiser kernel-mode driver Author: Robin Speed (RobinSp) ...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
c5c15c28a86a0fbc77b281c8cb2d779805f1272a
8bf07ac50800c1a76936b8806534daf3c8096af8
/src/bltComboFrame.c
d0b38a59d09fdceab68d02aa65ab0988550065e8
[]
no_license
DanielO/blt-src
fd96a9f8dcb9f787b17ded50dac3c547a77162b8
72229b1a8cea7d72e77379bc9a64f6f1a49a8fdf
refs/heads/master
2020-03-27T23:14:00.356352
2019-02-19T00:47:20
2019-02-19T00:47:20
147,303,684
0
0
null
null
null
null
UTF-8
C
false
false
66,171
c
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* * bltComboFrame.c -- * * This module implements a comboframe widget for the BLT toolkit. * * Copyright 2015 George A. Howlett. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are...
[ "gahowlett@gmail.com" ]
gahowlett@gmail.com
a84afb05c0912db070cf36f573660dc298724807
124d7e5611d25bb1604bd2b31573a8f563e4e6aa
/firmware/src/vcd.c
052076dd92fdf253d73dbee70782a58ea550333e
[ "MIT" ]
permissive
yaroshevichd/tiny-servo-ctrl-6x
8904e155c96d9a1d9a457beeaf13e508477a6590
9caa10a1833345dd67c530de2d7aea5c78a64e59
refs/heads/master
2020-05-23T04:37:32.535015
2019-05-16T07:19:55
2019-05-16T07:19:55
186,635,562
0
0
null
null
null
null
UTF-8
C
false
false
1,011
c
#include <avr/io.h> #include "avr_mcu_section.h" AVR_MCU(F_CPU, "attiny44"); AVR_MCU_VCD_FILE("tiny_servo_6x.vcd", 1); const struct avr_mmcu_vcd_trace_t _AVR_MMCU_SERVO[] _MMCU_ = { { AVR_MCU_VCD_SYMBOL("SERVO-0"), .mask = _BV(PA0), .what = (void*)&PORTA, }, { AVR_MCU_VCD_SYMBOL("SERVO-1"), .mask = _BV(PA1),...
[ "d.yaroshevich@itransition.com" ]
d.yaroshevich@itransition.com
4907ae0236096b5b80302f35edd15db069639a28
197e49d6b0bae0ffec530afae378e937d433cad3
/stm32/brd_devboards.h
ce5535cea64dfcbe34e6d53992ee4631f3d1552f
[ "BSD-3-Clause" ]
permissive
helium/basicmac
1e84044ce28dbe1aeae77adb430e56c6af3682d3
2095ab62be510e8af33d10fcfb3e8cd0e8dbee98
refs/heads/master
2020-12-20T12:33:17.985473
2020-01-28T17:21:41
2020-01-28T17:21:41
236,077,651
2
1
NOASSERTION
2020-01-28T17:21:43
2020-01-24T20:25:21
null
UTF-8
C
false
false
3,050
h
// Copyright (C) 2016-2019 Semtech (International) AG. All rights reserved. // // This file is subject to the terms and conditions defined in file 'LICENSE', // which is part of this source code package. // to be included from board.h // ------------------------------------------- #if defined(CFG_nucleo_board) #defi...
[ "mkuyper@semtech.com" ]
mkuyper@semtech.com
8d8c13319cfbe2531bc030b267d306bd1e2fe155
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/net/ethernet/emulex/benet/extr_be_main.c_BEx_get_resources.c
fb384303970e4a2af9741f5ef76887bec115e33d
[]
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
4,101
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
8b5f7ae1d27b0c9b8e5e7445aa28415cb9d92540
a1a7b79c0ccfef35dbe310263d6ff4d79a08a20a
/10th_week.c/201921780_homework2_4.c
1788c117ac9e6e1758ac3543a5bad4dbf95c8e1d
[]
no_license
hydrogendeuteride/School_Comphysics_Class
f86e6f6bb523e618ca414fd116c1775dd3a8f439
36bc0be5c36608dd938af3b229d9948b8d62ac79
refs/heads/master
2022-11-07T19:16:57.126476
2020-06-28T15:26:58
2020-06-28T15:26:58
null
0
0
null
null
null
null
UTF-8
C
false
false
613
c
#include <stdio.h> #include <stdlib.h> #include <math.h> int main() { double h, start=0, end=1.5, x, p3,p5; char title[100]; printf("Input h value: "); scanf("%lf",&h); sprintf(title,"35pts_expxx_double_diff_h=%.4f",h); FILE* fp=fopen(title,"w"); for(x=start;x<end+h;x+=h) { p3...
[ "noreply@github.com" ]
hydrogendeuteride.noreply@github.com
7a407c1b38f37f5787c650faedfe303905f7aa63
fdeb316575381f5665461386106749e521e15d77
/Projects/tools/LinuxHost/application/common/liveGraph.c
97955e182584b80e9d1ba1a1320dcb48288dcd1b
[ "BSD-3-Clause" ]
permissive
piotrprymon/RemoTI-Linux
2dc4c2111bbe950144c3ef02d3d1cd3390162956
c6cad467c5311b0c7f55e074406c410ae13be49a
refs/heads/master
2021-01-18T09:40:31.474881
2016-06-14T21:34:31
2016-06-14T21:34:31
61,156,009
0
0
null
2016-06-14T21:10:57
2016-06-14T21:10:57
null
UTF-8
C
false
false
12,347
c
/************************************************************************************************** Filename: liveGraph.c Description: Convenience functions to start LiveGraph and write data Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/ Redistribution and use in source and ...
[ "t.sorby@ti.com" ]
t.sorby@ti.com
d7b10a24f3774f5fa6a05e3bfc770e40c7cb6a56
2ee3a0c398cb452fe3b20391c476e8462586dadf
/libIPLAY/libSrc/libav/include/libavcodec/rv40vlc2.h
d09398737ffe6be7cc9fec1fa3c76f539ff257d3
[]
no_license
gradliang/fusion1
a08f8f0b8a15716628db412d6db0fa664eba3f29
07972a0da8cc09faf3ebe801283c87430c71804b
refs/heads/master
2021-07-18T03:00:41.118177
2020-08-11T02:08:30
2020-08-11T02:08:30
203,027,101
1
1
null
null
null
null
UTF-8
C
false
false
34,084
h
/* * RealVideo 4 decoder * copyright (c) 2007 Konstantin Shishkov * * This file is part of Libav. * * Libav is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the ...
[ "gradliang@live.com" ]
gradliang@live.com
28382c8d81cec8e8782795f7d30d3fe37215942b
71e5f96a29f5d643ab888b37677d38c33f8d765d
/d/dagger/drow/rooms/city40.c
eafdbfcf0e666f4abdaaeb5afc99336b89149341
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Cherno-SuS/SunderingShadows
5f755fbebb79dc0b9d1c2a0541408be4afeb8b67
c3b4370beb2c4351ecc60826850c94892a42b685
refs/heads/main
2023-04-21T09:52:14.580024
2021-03-23T12:09:55
2021-03-23T12:09:55
349,490,686
0
0
NOASSERTION
2021-03-23T12:09:56
2021-03-19T16:40:12
null
UTF-8
C
false
false
2,182
c
#include <std.h> inherit ROOM; void create() { ::create(); set_terrain(CITY); set_travel(PAVED_ROAD); set_property("light",1); set_property("indoors",1); set_property("no teleport",1); set_short("%^BLUE%^City street%^RESET%^"); set_long( "%^BLUE%^The city street is made of cobblestones wi...
[ "law@shadowgate.org" ]
law@shadowgate.org
21c2648ec7b3395dd37d33c9737513eaf530fdf6
c613722646be4d5ffd427064576192bac8dacca1
/Utils.h
2fe6b59d85e25e736b3259b0ed626ba387e9da5d
[]
no_license
up201505284/CentralUnit
45e46f71758c6c669b1f9bb763d9aee8a5b3b5d3
ef94f33c4a705ce2dfcfbef07081f17fc7fc0c33
refs/heads/master
2022-10-03T03:18:54.659353
2020-06-04T00:00:32
2020-06-04T00:00:32
262,889,849
0
0
null
null
null
null
UTF-8
C
false
false
7,788
h
#include <bcm2835.h> #include <QDebug> // Slave pins #define PIN_CHANNEL1 (uint8_t) RPI_BPLUS_GPIO_J8_12 #define PIN_CHANNEL2 (uint8_t) RPI_BPLUS_GPIO_J8_13 #define PIN_CHANNEL3 (uint8_t) RPI_BPLUS_GPIO_J8_15 #define PIN_CHANNEL4 (uint...
[ "up201505284@fe.up.pt" ]
up201505284@fe.up.pt
8510e2311f844edc34ce7e1ddcf3e997f3de4744
4e28edbbc6b641a77cc4d49ddc95aff3a081b7ad
/src/cetech/shader/private/shader.c
52caddd0e18437b5b5ff02c5f069deab4f92c4ff
[ "CC0-1.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
interestingstufff/cetech
fef0d67cbf6081341f64fc282c513cf78bf11d73
992aad2caaf8605d06ec1888fdca8d7783137b4b
refs/heads/master
2020-04-22T15:01:43.247358
2019-02-10T10:29:07
2019-02-10T10:29:07
null
0
0
null
null
null
null
UTF-8
C
false
false
10,158
c
//============================================================================== // Include //============================================================================== #include <stdio.h> #include "celib/memory/allocator.h" #include "celib/celib_types.h" #include "celib/macros.h" #include "celib/containers/buffer...
[ "ondra.voves@cyberego.org" ]
ondra.voves@cyberego.org
c1ab56452f4e7a424d86df871322334ac3081ca8
b6d3e89588fc404988f893d0dc256e5c141bf742
/bj/p1000/p14728.c
776b58d9a7510e2b711e2baaca7dbe18f6419de3
[]
no_license
ingyeoking13/algorithm
236a526929947fc0a118c795513962e75dd589e3
5bd7575468f4794b1c71baa6c59c45a25bfada2c
refs/heads/master
2023-01-12T07:48:46.135702
2022-12-28T14:57:45
2022-12-28T14:57:45
105,534,031
2
5
null
2022-12-08T06:08:04
2017-10-02T12:54:39
C++
UTF-8
C
false
false
530
c
//greedy? dp? dp! #include <stdio.h> int w[1001], v[1001], d[1001][1001], t[1001][1001]; int max(int a, int b){ if(a>b) return a; return b;} int main(){ int n, max; scanf("%d %d", &n, &max); for (int i=0; i<n; i++) scanf("%d %d", &w[i], &v[i]); for (int i=0; i<n; i++){ d[i][i]=v[i]; t[i][i]=w[i]; for (int j=...
[ "adkb@ip-172-31-8-247.ap-northeast-2.compute.internal" ]
adkb@ip-172-31-8-247.ap-northeast-2.compute.internal
34b08cb499834ab1d14c53c981b9549f9c840469
16800b9c781a1f51fde5033a1f050ffd683fd612
/src/o2_search.c
4802968bbcad2687e74cdee36457a63d6d0daf2a
[ "MIT" ]
permissive
umlaeute/o2
c66b319e84460fcfb25adb98d49c1484f532c150
ebb8f668d72e5c0a24874be12c88c90d4790a9df
refs/heads/master
2022-09-02T10:53:08.927423
2019-08-24T18:03:19
2019-08-24T18:03:19
204,439,226
0
0
MIT
2019-08-26T09:12:54
2019-08-26T09:12:53
null
UTF-8
C
false
false
78,555
c
// // o2_search.c // o2 // // Created by 弛张 on 3/14/16. // // // delivery is recursive due to bundles. Here's an overview of the structure: // // o2_message_send_sched(o2_message_ptr msg, int schedulable) // (Defined in o2_send.c) // Determines local or remote O2 or OSC // If remote, calls o2...
[ "rbd@cs.cmu.edu" ]
rbd@cs.cmu.edu
27335bbf47324d7323e845a7b926e214c7c8853e
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/238/316/CWE191_Integer_Underflow__int_fgets_predec_22b.c
c9a3d45e269311e54e67af48d2cb94818c9fca0b
[]
no_license
CU-0xff/juliet-cpp
d62b8485104d8a9160f29213368324c946f38274
d8586a217bc94cbcfeeec5d39b12d02e9c6045a2
refs/heads/master
2021-03-07T15:44:19.446957
2020-03-10T12:45:40
2020-03-10T12:45:40
246,275,244
0
1
null
null
null
null
UTF-8
C
false
false
3,256
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE191_Integer_Underflow__int_fgets_predec_22b.c Label Definition File: CWE191_Integer_Underflow__int.label.xml Template File: sources-sinks-22b.tmpl.c */ /* * @description * CWE: 191 Integer Underflow * BadSource: fgets Read data from the console using fgets() * GoodSo...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
c2fff1bd3ee7ad6ce620d96221d33b4c402ca30e
33c177062182ceb94865d02734f9c712952d096c
/inc/elr_mpl.h
d851448436c6df0553b91e61b0455cd033bfff0a
[ "MIT" ]
permissive
kenylerich/elr-memery-pool
c5c6e05bd70e67b06a9cac7680e4b689c3352619
468a3a4ba29f97b7efbae4e29dbe37ba925b4e81
refs/heads/master
2020-05-18T16:24:07.197243
2014-04-25T06:39:55
2014-04-25T06:39:55
37,327,275
1
0
null
null
null
null
GB18030
C
false
false
7,926
h
/*! \file elr_mpl.h. * \brief the interface define header file of the memory pool. * \author 唐锐 * \date 2013-06-14 * * memory of the memory pool is managed with node and slice. node is big * memory block, slice is small memory block from node. each memory block * allocated from this memory pool i...
[ "Administrator@china-d234e8055" ]
Administrator@china-d234e8055
68f582adcfe544a7b4e8669f68611ccfc8797b26
7387840789ad175f183e7d4e43a9c864e2b51c95
/ColorfulWoodUIUser/Pods/Headers/Private/ColorfulWoodUIBase/CWUBDefine.h
a90fe66613a919c46daa1dd28be8d755d582e1cd
[ "MIT" ]
permissive
gs01md/ColorfulWoodUIUser
98e2c6892e1f501ab1bf320894ffea6f042ea967
73d37159cb67cad2d7993556ead9b29e35fce75e
refs/heads/master
2021-01-22T06:38:15.825916
2017-03-29T10:25:01
2017-03-29T10:25:01
81,777,888
0
0
null
null
null
null
UTF-8
C
false
false
78
h
../../../ColorfulWoodUIBase/ColorfulWoodUIBase/ColorfulWoodUIBase/CWUBDefine.h
[ "103377808@qq.com" ]
103377808@qq.com
e3157289ea9c66888c0733493388ab70f0c0d4e1
2d0153114214eeb3081dc6b8fd57316b21bb3a83
/nagios/common.h
8c06a275255c7516de62c3e072e14c901ac5630a
[ "MIT" ]
permissive
mk23/nurly
0ab7db675449722043ce00bdec6ff6928f85594e
2f9257a9ba8fd98190b1d2491ba7bf866e907ade
refs/heads/master
2021-01-10T06:42:09.322340
2015-11-20T22:09:42
2015-11-21T01:35:37
8,401,438
0
0
null
null
null
null
UTF-8
C
false
false
18,298
h
/************************************************************************ * * Nagios Common Header File * Written By: Ethan Galstad (egalstad@nagios.org) * Last Modified: 10-22-2007 * * License: * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pub...
[ "max@topsy.com" ]
max@topsy.com
43b6aad0eb8c85cad05d273d0fa74c815e09e2a5
06486020f7d4f8245250e716073e2039cd8ef840
/Pia-no-dash/project.IOs/Project.IOs/Classes/Native/mscorlib_System_RandomMethodDeclarations.h
04b45aa530f30412ccba7659375e96369ea92060
[]
no_license
hoangwin/2-ca-rs-tim-berman
df95d958c82cf8b8f4172b2c2d49cd6c294100f4
1470153378864b77237196be7f1ca9e2809e8998
refs/heads/master
2021-01-09T20:48:17.806165
2016-07-07T08:17:52
2016-07-07T08:17:52
39,478,909
3
1
null
null
null
null
UTF-8
C
false
false
466
h
#pragma once #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" // System.Random struct Random_t779; // System.Void System.Random::.ctor() extern "C" void Random__ctor_m12269 (Random_t779 * __this, const MethodInfo* method) IL2CPP_METHOD_ATTR; // System.Void System.Rando...
[ "hoang.nguyenmau@hotmail.com" ]
hoang.nguyenmau@hotmail.com
9719d27c5ab027956a21fcecd82769ddf436d099
635e7ca601105115e3e801e12991d00fe5d0a25d
/25_Deque.h
74c4fc400e6ece68c96c2bdf8b3d237c992c5eaa
[]
no_license
FunFunHaDa/Example_Data_Structure
77aa99a85157b8f7008ea8fbec64f7ea78fbf2a6
8830c18474e88874a8d1dd21f1e7e9ba44bc07eb
refs/heads/master
2020-03-26T03:47:43.827096
2019-05-11T14:52:02
2019-05-11T14:52:02
144,471,052
0
0
null
null
null
null
UHC
C
false
false
800
h
#ifndef __DEQUE_H__ #define __DEQUE_H__ #define TRUE 1 #define FALSE 0 typedef int Data; typedef struct _node { Data data; struct _node * next; struct _node * prev; }Node; typedef struct _dlDeque { Node * head; Node * tail; }DLDeque; typedef DLDeque Deque; void DequeInit(Deque * pdeq); int DQIsEmpty(Deque * ...
[ "kjhkjh0929@gmail.com" ]
kjhkjh0929@gmail.com
f5967cc001861e17f11a16a0eca83d55e5999119
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/c-litmus-CSEQ/_cs_MP+dmb.sy+ctrl-data-rfi-addr-[fr-rf].c
265527605d15e3c09862e3a497972831298053a6
[]
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
32,288
c
/* * generated by CSeq [ 0000 / 0000 ] * * instance version {} * * 2023-06-04 11:42:22 * * params: * -i /home/osboxes/llvm_bmc/llvm_bmc/examples/litmus/c/run-scripts/../c-litmus-CSEQ/MP+dmb.sy+ctrl-data-rfi-addr-[fr-rf].c, * */ #define __cs_MUTEX_INITIALIZER -1 #define __cs_COND_INITIALIZER -1 #de...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
85d5ae433544f66e1a1d9e7cb48d72b9157f012d
e41d4656cc14e8dfbf3b0b520a4860eaae8989d4
/components/soc/esp32c3/include/soc/cache_memory.h
db558c4e50d86da64a5406e12b2893ac282d6f3d
[ "Apache-2.0" ]
permissive
mongoose-os/esp-idf
f72eeb62720dbddbcf6fca92d3659806112a93c5
7b386c8b527afa8d51214c27c2355160d8af2c10
refs/heads/master
2023-05-25T16:42:23.072381
2023-05-11T09:40:44
2023-05-11T09:40:44
207,093,156
2
10
Apache-2.0
2023-05-11T09:40:45
2019-09-08T09:59:49
C
UTF-8
C
false
false
3,715
h
// Copyright 2020 Espressif Systems (Shanghai) PTE LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicab...
[ "angus@espressif.com" ]
angus@espressif.com
294fb44697236265198983b2b7779b8247ed2f2d
dff3498a97c2d31151d19561cc053508e3498444
/src/main/resources/hipotenuses/triangles_hypotenuse.c
d866f91c64173c1292d07b5446efb1a8634e4e69
[ "Apache-2.0" ]
permissive
specs-feup/trace2c
f80d08c693ca39a6b3a4dd33739e2a31959e6614
8d9431c364e132be1af552a4a38f84d37c9144ac
refs/heads/master
2021-03-18T11:34:34.684654
2020-10-24T18:42:05
2020-10-24T18:42:05
247,071,631
1
0
null
null
null
null
UTF-8
C
false
false
4,409
c
/* Example to present: - profiling; - substitution of an algorithm in order to accelerate the application From: MicroBlaze System Performance Tuning By: Richard Griffith and Felix Pang Xilinx, White Paper: EDK WP348 (v1.1) August 30, 2008 */ #include <math.h> #include <stdio.h> #define NUMBER_OF_TRIANGLES 10 //300 ...
[ "renatoineeve@gmail.com" ]
renatoineeve@gmail.com
ab79468093c61ca4603c517cb1326c64db6388ee
f7d21283b6cdd6df96e724c2e43b1f57831cef83
/sorted-tree/EIFGENs/sorted-tree/W_code/C3/ba1033.c
572c763c2d5ebf0819957966c323ae1791127266
[]
no_license
kishanpatel98/Eiffel-Labs
c9088d5969d69943447903ef9bd16c40852bc444
f6c5807f4e55f05be704520150fab2418d43f9f9
refs/heads/master
2020-09-10T04:05:32.948313
2019-11-14T08:03:58
2019-11-14T08:03:58
221,642,534
2
1
null
null
null
null
UTF-8
C
false
false
52,452
c
/* * Code for class BASIC_NODE [G#1, INTEGER_64] */ #include "eif_eiffel.h" #include "../E1/estructure.h" #ifdef __cplusplus extern "C" { #endif extern void F1033_7675(EIF_REFERENCE, EIF_TYPED_VALUE); extern EIF_TYPED_VALUE F1033_7676(EIF_REFERENCE); extern EIF_TYPED_VALUE F1033_7677(EIF_REFERENCE); extern EIF_TY...
[ "kishanaptel12@gmail.com" ]
kishanaptel12@gmail.com
a1dabaa0a511eaa5fcb9f15208fbe6ef1a2b54df
3395b352353c9eb4e49fd26cdc3355410a748b09
/src/fitmodel/fit_main.c
5697f8d976ece8c2e5a626cbe6854aac8bf9871d
[]
no_license
Teuira/fitmodelqt
f9e6fa5496041b4e8fa7103c69471892763877b8
f78c9f70f19ca5a29965087c080e8a7fd9dc471b
refs/heads/master
2020-04-01T21:10:33.697850
2019-02-06T16:57:07
2019-02-06T16:57:07
153,640,901
1
0
null
null
null
null
UTF-8
C
false
false
66,462
c
/* FitModeL : a program that Fits substitution models to the data using Maximum Likelihood. Copyright (C) Stephane Guindon. jul. 2004 onward All parts of the source except where indicated are distributed under the GNU public licence. See http://www.opensource.org for details. */ #include "config.h" #include ...
[ "cdvd87@yahoo.it" ]
cdvd87@yahoo.it
ac14388c1f6bd99152e30c4d5aa41dc06357b854
c4afbfe1885e8d0c7a1c8b928563f7bb8ab6a683
/GreenDemonstrator/src/OBU/Generated_Code/KCG-ERSA/CAST_M_LEVEL_to_int_TM_conversions.h
bc5a507d047d378cca58aa054838a015010c6aa6
[]
no_license
VladislavLasmann/srcAndBinary
cd48ebaa2f1f7f697ba5df9f38abb9ed50658e10
13aa76e545b9596f6dac84fb20480dffae7584d8
refs/heads/master
2021-05-08T15:04:05.709079
2016-01-22T12:40:10
2016-01-22T12:40:10
null
0
0
null
null
null
null
UTF-8
C
false
false
1,008
h
/* $**************** KCG Version 6.4 (build i21) **************** ** Command: kcg64.exe -config R:/Repositories/modeling/model/Scade/System/OBU_PreIntegrations/Demonstrators/ERSA_EVC_Testrunner/config.txt ** Generation date: 2015-12-10T15:15:59 *************************************************************$ */ #ifndef _...
[ "info@stefankarg-it.de" ]
info@stefankarg-it.de
3bed322f7f919731195fbafdc23068db3e53c2e4
394f7622e1f797d97823442e23e7c7df2f2aeffa
/libraries/libft/ft_strmap.c
a390f5be16b030c67ec4b4b653861db21a57b86b
[]
no_license
peachesforfree/42sh
5475d26d3076a73748bee8ec7cbba31ca9b7a372
1f6cf73c6db1786a9d6b4caf6d83dfa54a27d14f
refs/heads/master
2021-04-06T01:38:17.891502
2018-03-23T03:53:27
2018-03-23T03:53:27
124,708,111
1
0
null
2018-03-30T20:15:22
2018-03-10T23:46:13
C
UTF-8
C
false
false
1,162
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strmap.c :+: :+: :+: ...
[ "sergio.shearing@gmail.com" ]
sergio.shearing@gmail.com
c2508f625bdfb0a9bd08f4e49c02e70d6e054115
b1d30d63326edd6b50d0272239235445cbe91313
/sys_sqlite.h
fef7b61b5b6e79edf5967159e5b64ed1a651fce6
[]
no_license
Forrest-Stone/ourFinalV1
a5559681f6c772380847d08105de03e107a94086
cf1f5a9addc1830de4c11060697de939c2048694
refs/heads/master
2020-03-22T16:56:47.787362
2018-07-10T06:16:21
2018-07-10T06:16:21
140,362,384
0
2
null
2018-07-10T03:48:11
2018-07-10T01:47:10
C++
UTF-8
C
false
false
1,075
h
#ifndef SYS_SQLITE_H #define SYS_SQLITE_H #include <QString> #include <QStringList> #include <QDebug> #include <QtSql/QSqlDatabase> #include <QtSql/QSqlDriver> #include <QSqlQuery> #include <QSqlError> #define SYS_USER_NUMBER 1 #define SYS_STAFF_NUMBER 2 #define SYS_SELLER_NUMCER 3 #define STAFF_ID_NUMBER 1 #define S...
[ "32565193+Forrest-Stone@users.noreply.github.com" ]
32565193+Forrest-Stone@users.noreply.github.com
bfdc079899875e3b630e11427e473b1926050aac
e1efe8a7dbf1544565cc1702ea0230537d1be62f
/programmes/Vjudge cont 1/cost cutting.c
f137e65041ae615fbafac720ffa4e355ff2c4d3c
[]
no_license
Sourav9063/Cpp-All-codes
d99061666b2d40961e458c95d7e436388a351eec
06369df7b5f7b9a4b091a49a74722ea41761914d
refs/heads/master
2023-03-08T09:25:18.843800
2023-02-06T15:19:29
2023-02-06T15:19:29
243,684,953
2
0
null
null
null
null
UTF-8
C
false
false
597
c
#include<stdio.h> int main() { int r,a,b=1,c,i,arr[67]; scanf("%d",&r); for(i=1; i<r*3; i++) { scanf("%d ",&arr[i]); } for(i=1; i<r*3; i=i+3) { if((arr[i]<arr[i+1]&&arr[i+1]<arr[i+2])||(arr[i]>arr[i+1]&&arr[i+1]>arr[i+2])) { printf("Case %d: %d\n",b,a...
[ "53114581+Sourav9063@users.noreply.github.com" ]
53114581+Sourav9063@users.noreply.github.com
8f8f3b0bffd9344a4b0d1108e924be48686e3b26
06618fb26fecc290e7b103a751439aa2e2c88646
/Treino/LPAtreinoN.c
521dbc1f477bffde8d5d248a9c3d6f5c7640d374
[]
no_license
TagoWill/LPA
183124075ce205e83141165a03cb59c50bc1c432
412367fc9313d66be3e98c13a1a27b417690b8a5
refs/heads/master
2016-09-11T00:24:00.862058
2015-06-21T19:41:26
2015-06-21T19:41:26
30,641,880
0
0
null
null
null
null
UTF-8
C
false
false
1,365
c
#include <stdio.h> #include <stdlib.h> static int matriz[26][230]; static int examesusados[26]; int slots = 20000; int verSlots(int arrayactual[], int numeroslot, int numeroexames){ int i, j, marcar; for(i=0;i<n;i++){ int aux[k]; marcar = 0; if(examesusados[i] == 0){ for(j=...
[ "tagowill@gmail.com" ]
tagowill@gmail.com
e0c5634b65a3bb2103c1da2f9a2630586ec107fc
daf7af869e705adf5e3438f290ed3418373edbd9
/Guia_TP_2018/Ejercicio610/ejercicio610.c
8978f347ad4d298f0bb7b8c313a1680e3b46bdeb
[]
no_license
talbanesi/Informatica1_UTN_FRBA_2019
675aa4eebf89828276006f22c8a5e448840be284
3a81c634153519e90bf34eac80097fcd8c239a72
refs/heads/master
2020-09-11T20:06:16.288122
2019-12-07T00:17:57
2019-12-07T00:17:57
222,176,291
0
0
null
null
null
null
UTF-8
C
false
false
2,721
c
/** * * Infomática I * Año: 2019 * Grupo Nº: 6 * Nombres de alumnos: Albanesi, Tomas Agustin Gonzalez Perez, Jose Mella, Camila Alvarez, Gerson Magallanes, Claudio * TP Nº1 Guia de Trabajos Practicos 2018 * Nº de ej...
[ "talbanesi@est.frba.utn.edu.ar" ]
talbanesi@est.frba.utn.edu.ar
45fcb1535a40c0fc69a526e8925cccaac1915eeb
c3550dfd93dcfbc50d3f70a20f17c49e07ba57cf
/servoPWM/src/main.c
881a7d8fc2a3819c94e03477f711120dcf18f614
[]
no_license
RTEastman/grp16proj
8c1d22c30d55b6d7d1b43a3d37118e9e4ffda8a5
dd83ff39631d0f2213150b04efa65bd0840b7059
refs/heads/main
2023-04-18T17:46:53.213415
2021-05-01T05:18:16
2021-05-01T05:18:16
341,746,294
0
0
null
null
null
null
UTF-8
C
false
false
4,668
c
/** ****************************************************************************** * @file main.c * @author Ac6 * @version V1.0 * @date 01-December-2013 * @brief Default main function. ****************************************************************************** */ #include "stm32f0xx.h" #incl...
[ "JDShader@users.noreply.github.com" ]
JDShader@users.noreply.github.com
62f7443b68d78a4337ed25117f2280e55b19e0d3
473fc28d466ddbe9758ca49c7d4fb42e7d82586e
/app/src/main/java/com/syd/source/aosp/external/strace/xlat/msg_flags.h
f4729ba2e02fd627f447d0ff4ffdeebc288d7a80
[ "BSD-3-Clause" ]
permissive
lz-purple/Source
a7788070623f2965a8caa3264778f48d17372bab
e2745b756317aac3c7a27a4c10bdfe0921a82a1c
refs/heads/master
2020-12-23T17:03:12.412572
2020-01-31T01:54:37
2020-01-31T01:54:37
237,205,127
4
2
null
null
null
null
UTF-8
C
false
false
2,493
h
/* Generated by ./xlat/gen.sh from ./xlat/msg_flags.in; do not edit. */ #if !(defined(MSG_BATCH) || (defined(HAVE_DECL_MSG_BATCH) && HAVE_DECL_MSG_BATCH)) # define MSG_BATCH 0x40000 #endif #ifndef IN_MPERS const struct xlat msg_flags[] = { #if defined(MSG_OOB) || (defined(HAVE_DECL_MSG_OOB) && HAVE_DECL_MSG_OOB) XL...
[ "997530783@qq.com" ]
997530783@qq.com
f5b81b41da231e048a412fcd6aca6648d36dc09b
8650b87658f2d6e2f94e8f717f4b547972667e25
/firmware-multimeter/lcd_5110/Fonts/Org_01.h
49d15d375749624394e5e9d4dcaf3fed7e834703
[ "MIT" ]
permissive
manmuqingshan/STM32F1-open-source-multimeter
571950b83f079d5723e01113f0ad3c3e91f0242c
79df3bc0b744beb2b9bbe851fb5268cc55a7e554
refs/heads/master
2023-03-19T04:49:32.915533
2021-01-06T15:45:39
2021-01-06T15:45:39
null
0
0
null
null
null
null
UTF-8
C
false
false
7,140
h
// Org_v01 by Orgdot (www.orgdot.com/aliasfonts). A tiny, // stylized font with all characters within a 6 pixel height. const static uint8_t Org_01Bitmaps[] = { 0xE8, 0xA0, 0x57, 0xD5, 0xF5, 0x00, 0xFD, 0x3E, 0x5F, 0x80, 0x88, 0x88, 0x88, 0x80, 0xF4, 0xBF, 0x2E, 0x80, 0x80, 0x6A, 0x40, 0x95, 0x80, 0xAA, 0x80, 0...
[ "danekmartin45@gmail.com" ]
danekmartin45@gmail.com
50a9d1394cb84fc471690204d23b588eb61882f7
5223c6169b4df97020e290e7b405459e0c24e835
/chapter7array/10.c
bcbd6b14899ee3282b6bb794b3482181d729df40
[]
no_license
ashish-ash303/C-Language
881b0166ec5839dd8e3702294b4426df45a2075a
1fa519500fe54e145bd4789fb4c4085bd41752fb
refs/heads/main
2023-05-26T14:51:54.031287
2021-06-12T06:59:13
2021-06-12T06:59:13
376,223,684
0
0
null
null
null
null
UTF-8
C
false
false
999
c
// Multiplicationn table #include <stdio.h> void tableprint(int *table, int num, int n) { for (int i = 0; i < n; i++) { table[i] = num * (i + 1); printf("%dX%d=%d\n", num, i + 1, table[i]); } printf("******************************************\n\n"); } int main() { int table[3][10]; ...
[ "ashishdotc4@gamil.com" ]
ashishdotc4@gamil.com
db609cb1f1bf58b9ea39e4f21e64742da97c41c7
b970b54403e209e4bff058430c9ee9e8f5c0d8ba
/src/secp256k1/src/ecmult_impl.h
02162fb178919588814191bc2f99c6c86eeef991
[ "MIT", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
onexnet/onexcore
4f6324bb8e2e7422a3128282deba1a8bb02e1db8
86fbcd6d0e24832b175c7bba3134896843cd8d49
refs/heads/master
2021-09-05T01:55:13.385261
2018-01-23T16:11:35
2018-01-23T16:11:35
null
0
0
null
null
null
null
UTF-8
C
false
false
14,015
h
/********************************************************************** * Copyright (c) 2013, 2014 Pieter Wuille * * Distributed under the MIT software license, see the accompanying * * file COPYING or http://www.opensource.org/licenses/mit-license.php.* ***************************...
[ "reactnet@gmail.com" ]
reactnet@gmail.com
bb726b70db39381b81deb565a860877da1c6d077
b024c80a6904d971df9b6808fed4ad7d9a2f8873
/System/Library/PrivateFrameworks/IMTransferAgent.framework/IMTransferAgent-Structs.h
cf483512073ebb7ab300b49b4a956425bb4f27d0
[]
no_license
corbie11/tvOS143Headers
ba743d9de935e82dd21490ccb51b76d7044652ba
312b2224a69f7c59f6e90937f401a4f26d2cccfd
refs/heads/master
2023-04-29T23:53:57.684022
2021-04-06T05:54:55
2021-04-06T05:54:55
null
0
0
null
null
null
null
UTF-8
C
false
false
545
h
/* * This header is generated by classdump-dyld 1.5 * on Friday, January 1, 2021 at 5:16:42 AM Mountain Standard Time * Operating System: Version 14.3 (Build 18K561) * Image Source: /System/Library/PrivateFrameworks/IMTransferAg...
[ "kevin.w.bradley@me.com" ]
kevin.w.bradley@me.com
11b0138bc4384cb859e1fe6c7cc395e6ffc5a75c
f8bfeab900059da8022ce5bd195f0c948c1c03ec
/ExpressCaptureServer/extender.h
8354970cf930a200a5baab115587dedcb98a2cf8
[]
no_license
mfkiwl/DatvExpressTransmitter
f2874b5b3e86de165860d1d940444d7dd3af1f65
1abacdff04ea248b1e2193329740c8a8dcc323b6
refs/heads/master
2021-08-26T08:38:54.687327
2017-11-22T16:47:27
2017-11-22T16:47:27
null
0
0
null
null
null
null
UTF-8
C
false
false
53
h
#pragma once double ext_set_express_freq(double f);
[ "evaristec@gmail.com" ]
evaristec@gmail.com
51fadd469d0dc7635808f8c86488926f97251707
cf5c7767c008aec9b4ce372a8414401aef25fe80
/CodeUp_C/Basic_100/1041.c
57136c13820d0dfdd4a51b525f6c5a1ec1fa6119
[]
no_license
jbro321/CodeUp_C
c0adf6b2462b320acf8eb45db3e9e7cb22cbb05a
c9b995706fcbde8a3e3777a2bc176f63794e52e1
refs/heads/main
2023-04-06T13:22:22.397694
2021-04-22T16:07:27
2021-04-22T16:07:27
352,072,983
2
0
null
null
null
null
UTF-8
C
false
false
122
c
#include <stdio.h> int main(void) { char n; scanf("%c", &n); printf("%c\n", n+1); return 0; }
[ "noreply@github.com" ]
jbro321.noreply@github.com
becc7a1a96e2aaf034456750785795753004bced
4dc5197ae3e426ba60aee974b30df21211a7ef83
/slprj/_sfprj/testYarpSendText_cpp1/_self/sfun/src/testYarpSendText_cpp1_sfun_registry.c
eacb5371d0c448c10a59e67a3aaee1be662b68b9
[]
no_license
maryamsab/realact
c2645b735e32424234b3c3cc65e747b3eab07f47
90fbf3fcb4696353c8a14d76797e5908126a9525
refs/heads/master
2021-01-10T07:21:56.873027
2016-01-24T20:50:56
2016-01-24T20:50:56
50,307,430
1
1
null
null
null
null
UTF-8
C
false
false
8,380
c
#include "testYarpSendText_cpp1_sfun.h" #include "sf_runtime/sfcdebug.h" struct SfDebugInstanceStruct; struct SfDebugInstanceStruct* sfGlobalDebugInstanceStruct = NULL; #define PROCESS_MEX_SFUNCTION_CMD_LINE_CALL unsigned int sf_process_check_sum_call( int nlhs, mxArray * plhs[], int nrhs, const mxArray *...
[ "maryamsab@gmail.com" ]
maryamsab@gmail.com
4468e2a1332e46ebf37c6a4feccb5ab3f57fafc1
748549c5a96d12c5653f858923c9a493c341b5b2
/Client/connection.c
192477428e223be9e0334ac4eec64df3b09d3a30
[]
no_license
zenichev/DZChat
2602988bd0bf31f1fff92f2b3f0be7638311d137
d39edaf25ac9a2ff5bd9b4130aaf2b9b427c302e
refs/heads/master
2021-06-02T07:59:24.398558
2021-05-10T13:26:44
2021-05-10T13:26:44
149,601,268
0
0
null
2018-12-28T10:03:43
2018-09-20T11:50:03
C
UTF-8
C
false
false
3,734
c
/* DZChat - Client. Dec 2018 @Donat Zenichev */ /* All the functionality is responsible for connections to remote server or members */ /* Also the functions are responsible for listening */ /* HEADER FILE INCLUDES */ #include <stdio.h> /* for printf() and fprintf() */ #include <string.h> /* different mani...
[ "noreply@github.com" ]
zenichev.noreply@github.com
15bf456017e1c67730f8de6d917e65517509f74d
4ba45b54b0d32df451f61a1b40feae429cd1fbfd
/headers/rs232.h
7f582bdec0b73776c49af30a6e7f910179f2b44a
[]
no_license
facunava92/TD2_TPO2019
915a1f24d176c3e3ce365ffe5bda5762252d2a53
9cd0014885c3777557780bbd259e1c976d50e462
refs/heads/master
2020-09-15T13:43:07.976434
2019-11-25T17:08:53
2019-11-25T17:08:53
223,463,333
0
0
null
null
null
null
UTF-8
C
false
false
237
h
#ifndef MI_RS232_H #define MI_RS232_H int rs232init(char *puerto, int velocidad); void rs232close(int fd); int rs232rx(int fd); void rs232tx(int fd, int caracter); void rs232leo(int fd); void rs232escribo(int fd); #endif // MI_RS232_H
[ "facunava" ]
facunava
8eff211ee79720419177593c2ea3c0875489502d
bf0684ce69d618b1bbad5e2b4d8c8d4c79c1048b
/boot/test/include/asserts.h
1110e22d2dc3b8834817f3b011646e65df98c6e4
[ "BSD-3-Clause" ]
permissive
cider-load-test/devon
485829d3ad8c980eeeb352a594571e4ff69711aa
5b11265e5eae3db7bfaeb49543a2a6293bd15557
refs/heads/master
2021-12-02T07:24:11.497854
2010-08-07T09:16:40
2010-08-07T09:16:40
null
0
0
null
null
null
null
UTF-8
C
false
false
2,257
h
#ifndef DEVON_GLOBAL_ASSERTS_H #define DEVON_GLOBAL_ASSERTS_H //************************************************************************************************** // Assertions #define DV_ASSERT(__condition) \ if (!(__condition)) \ { \ throw ::Devon::TestException("Assert", \ "",...
[ "joe@joehewitt.com" ]
joe@joehewitt.com
9ad17f5685e9739c0c071240e15227d643dd06fc
bea2bf164e7959fbb8c8544859a4dca97987ec2b
/gijohn/src/unused/NSLDAPS_fmt_plug.c
f27fbb435780dbcac7a77027665f7fb9593fd898
[]
no_license
ph4r05/boinc
21fff928a0bbcd486638fcdafbc865d743f6ddf7
41cbc9b4873d18e48a63a8731023481891a38c07
refs/heads/master
2020-05-31T23:30:31.735396
2012-11-05T10:13:42
2012-11-05T10:13:42
6,540,600
9
10
null
null
null
null
UTF-8
C
false
false
7,444
c
// Fix for john the ripper 1.6.37 by Sun-Zero, 2004. 07. 26. /* * Minor performance enhancement by bartavelle at bandecon.com */ #include <string.h> #include "misc.h" #include "params.h" #include "formats.h" #include "common.h" #include "sha.h" #include "base64.h" #define FORMAT_LABEL "ssha" #define FORMAT_NAME...
[ "ph4r05@ph4.maleus" ]
ph4r05@ph4.maleus
a99c982416f8a9dfdccd48b6c9a51d84e745a16c
d5a70b99bdf69c26ce5283d7aa36f5a7ac682f14
/scopy.c
c53fc20b1ec1617f6eb2c5b472b7893ab470f8cf
[]
no_license
sb266/scopy
d096db988e7d9f03e3694631086cb1c63a92943f
8f23f7208f39647df132f260ede4a001c067a9eb
refs/heads/main
2022-12-26T09:38:39.023846
2020-10-07T01:12:37
2020-10-07T01:12:37
301,892,744
0
0
null
null
null
null
UTF-8
C
false
false
5,343
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <pwd.h> #include <fcntl.h> //structure for a user, containing name and permission typedef struct { char name[32]; char perm; } user; //changes EUID to whatever is passed in _Bool set_...
[ "noreply@github.com" ]
sb266.noreply@github.com
705610f6701b2d6bb0c5a156db888cd307d3dbd5
fd9602fbf1cf98aba0124d167b7962509f30431e
/src/FrenetPoint.h
02acffd27063dc8d6be7d1ef242ed1b1fdeb8edb
[]
no_license
fspirit/path-planning
f588e4afd41ab724cee4e6def6065c97c720d38e
c8c3168c4db10626c2fe333bcea38742b061c26e
refs/heads/master
2021-05-15T22:28:29.628054
2017-11-20T22:12:01
2017-11-20T22:12:01
106,702,233
0
0
null
null
null
null
UTF-8
C
false
false
781
h
// // Created by Stanislav Olekhnovich on 13/10/2017. // #ifndef PATH_PLANNING_FRENETPOINT_H #define PATH_PLANNING_FRENETPOINT_H const double LaneWidthInD = 4.0; struct FrenetPoint { double S; double D; FrenetPoint() = default; FrenetPoint(double S, double D) : S(S), D(D) {} inline static doubl...
[ "stas.olekhnovich@gmail.com" ]
stas.olekhnovich@gmail.com
c11946aecabfa7d5d9171304a8b182b013682c80
c2f294c4382ad67f0de1796465dee62fb4924a36
/Boutons/leds.h
2c46c9580105fc8e78ebae050dd5857f9d6d22ce
[]
no_license
sleguen/HYSTM32
583565a79efcfab99caa3e5bbaba3063c4ef159c
a10d643579aa30989e658a6c509c179394993093
refs/heads/master
2021-01-17T07:19:41.977718
2016-07-02T17:51:53
2016-07-02T17:51:53
41,962,898
0
0
null
null
null
null
UTF-8
C
false
false
1,816
h
/** * \file leds.h * \brief Fichier contenant la gestion des interruptions externes du STM32. * \author S.LE GUEN * \version 0.1 * \date 03/09/2015 */ #ifndef _LEDS_H_ #define _LEDS_H_ #include "stm32f10x_rcc.h" #include "stm32f10x_gpio.h" /* macros ============================================================== ...
[ "seb.leguen@gmail.com" ]
seb.leguen@gmail.com
21527e1b2ece427968d5ad392e8fbb1448d42003
aae800e429005a4129154aa09489a4540a506a87
/wap/wsp_caps.h
f1133dbf301861554e61a359f869f21f27c4c4e7
[ "BSD-2-Clause" ]
permissive
bouzikas/WebSmppClient
3712d95a08975ec5763c0fbc52298c05129af370
7ed47b23f28658c35aeed671c088db5cb4672a90
refs/heads/master
2021-06-08T13:06:18.632163
2016-10-19T13:38:36
2016-10-19T13:38:36
37,987,974
2
0
null
null
null
null
UTF-8
C
false
false
5,019
h
/* ==================================================================== * The Kannel Software License, Version 1.0 * * Copyright (c) 2001-2010 Kannel Group * Copyright (c) 1998-2001 WapIT Ltd. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification...
[ "dimimpou@gmail.com" ]
dimimpou@gmail.com
f8ddcf9ad07038dda67254e9da0e017cb5d6a007
524913960db20ca3929f8f6a068c19be9be40297
/c_prog_vol/mega_proj/edit.c
2997d80005613a3b63bcfb3f18460f587ca1cfbc
[]
no_license
RahulPatel9192/My_proj
cada687b310f54444d5fafc625595ecca271c16e
5868a779d6fa33c07d40abfcc2a911e9ed1770d6
refs/heads/master
2020-12-03T01:50:02.854536
2017-06-30T12:47:23
2017-06-30T12:47:23
95,873,378
0
0
null
null
null
null
UTF-8
C
false
false
2,432
c
#include<stdio.h> #include<string.h> struct st { char name[20]; char nu[5]; char mail[50]; }; void edit(int num) { struct st v; int c; char ch=','; char ch1; char str[200],buff1[50],buff[50]; int i=0,j=0,nu,k,cnt=0; int check=0; FILE *fp,*fp1; fp=fopen("test.csv","r...
[ "rahulpatel9192@gmail.com" ]
rahulpatel9192@gmail.com
5faaeaa3ad99c211b195f57bfa18f324f1cdfc9a
52c82712db7c6c02d8108e292d4819267449e748
/12/alpine/postgres/src/include/nodes/plannodes.h
1cce7621c2e53f5bc70e01f2da751c33e2adac57
[ "MIT", "PostgreSQL" ]
permissive
yamamo-i/postgres-1
571f31fd92981598c5e40c0884ba3d1c33485558
3ed73e85e92343fc8ad22eafb4ef8a5158003047
refs/heads/master
2020-05-15T09:55:28.456736
2019-04-19T05:47:20
2019-04-19T05:47:20
182,185,321
0
0
MIT
2019-04-19T02:05:45
2019-04-19T02:05:44
null
UTF-8
C
false
false
45,516
h
/*------------------------------------------------------------------------- * * plannodes.h * definitions for query plan nodes * * * Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/nodes/plannodes.h ...
[ "sw.spc2010@gmail.com" ]
sw.spc2010@gmail.com
db1a0c85df8e049915d73f85282413e255d91e04
9d8d4d3825d45c70af68686a3893cf99a8ab8250
/lab3/sprut/krafna-tp/tp/98f2599a04da1732b4c39bdd42956dbe.c
2f75021c2e0738007bbcb4bb2d2ba13f46f177b8
[]
no_license
msantl/ppj
285a8a7bfee0d9645a550b42bbc15b357e6c9fa1
6797c806c677f0b60b25088eef4357299b5b1b44
refs/heads/master
2016-09-10T03:26:20.617945
2014-02-20T12:53:08
2014-02-20T12:53:08
null
0
0
null
null
null
null
UTF-8
C
false
false
140
c
void foo (int x, int c, char h); int main(void) { foo(1,2,'a'); return 0; } void foo (int x, int c, char h){ return; }
[ "msantl.ck@gmail.com" ]
msantl.ck@gmail.com
11eaa135ba183b6309825f967ab5cc646b88a0ac
8f890a2893268f48b63a973714a4084563138418
/components/DAP/include/cmsis_compiler.h
e5f81d6ef5d9de7aad20b03f10bc85f5da7dec8a
[ "MIT" ]
permissive
windowsair/wireless-esp8266-dap
8bfc78d2104762aca361cec5f34906cf0647d6f7
6ffe17fb137aa0e29781943daf93308d8ae1b482
refs/heads/master
2023-05-11T18:44:01.545045
2023-04-15T03:59:56
2023-04-15T03:59:56
238,219,109
326
186
MIT
2023-04-28T19:00:33
2020-02-04T13:58:44
C
UTF-8
C
false
false
2,194
h
#ifndef __CMSIS_COMPILER_H__ #define __CMSIS_COMPILER_H__ #ifndef __STATIC_FORCEINLINE #define __STATIC_FORCEINLINE static inline __attribute__((always_inline)) #endif #ifndef __STATIC_INLINE #define __STATIC_INLINE static inline __attribute__((always_inline)) #endif #i...
[ "msdn_02@sina.com" ]
msdn_02@sina.com
f1100a0e92a7d89af0512761e3b09334c2d2b883
36050b28502067f057bf0c90c423513f014640d7
/控制箱 展示/控制箱程序/HARDWARE/RS4851/check.h
2565299e75044e37caa2c14529a8e81c2fa0ebbb
[]
no_license
isliulin/STM32-Project
b442e1ccd547af42daef087033b5f70a57160014
bb1687af66ab3ba9a70b54bff202b693919593d6
refs/heads/master
2021-05-20T14:29:16.071085
2020-01-10T00:15:42
2020-01-10T00:15:42
252,331,388
0
1
null
2020-04-02T02:01:45
2020-04-02T02:01:44
null
GB18030
C
false
false
3,567
h
#include "sys.h" const u8 CRC16HiTable[]= { 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0, 0x80, 0x41, 0x00, 0xC1, 0x81, 0x40, 0x00, 0xC1, 0x81, 0x40, 0x01,...
[ "47047242+Moon-zh@users.noreply.github.com" ]
47047242+Moon-zh@users.noreply.github.com
449accde41d569da217bf4a04d240530fb76e2f5
1ccc9d7ce52cd5683b4b78b733bbfc2425f34bc7
/Pushswap/printf/srcs/basic/ft_print_bits.c
7b6300beab0382a218270ec8b7ddd47b6502db0d
[ "MIT" ]
permissive
SpenderJ/42Work
025cdfe9546dd09025719e96e1c6c6f39d6d78f2
fd4ab0448276fdd78aacbf21301df0e6d05480f0
refs/heads/master
2021-07-06T11:29:39.183909
2019-04-25T01:22:28
2019-04-25T01:22:28
111,297,147
2
0
null
2019-04-25T01:22:29
2017-11-19T13:22:28
C
UTF-8
C
false
false
1,319
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_print_bits.c :+: :+: :+: ...
[ "pro.jspender@gmail.com" ]
pro.jspender@gmail.com
45c7d5a900f376ff4dba71e8675ca5eca3d36387
61ceb212664e9e06be434d6f7b9ba19c5baf269b
/demos/filetestdemo/c66x/demo_loopback/src/main.c
0eb73482bb5b9283b5df0c767d18e705174f7568
[]
no_license
a170785/desktop-linux-sdk
b687e84a756f8b85fa6064ccef0ae9725d0cd94c
f17f3be863a2947471f5eeeff49b5b602667c84c
refs/heads/master
2021-01-10T19:33:37.829537
2015-01-22T09:41:24
2015-01-22T09:41:24
29,615,428
1
0
null
null
null
null
UTF-8
C
false
false
3,976
c
/* * * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ * * * 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 *...
[ "a170785@mail.ru" ]
a170785@mail.ru
b0dae616dc2816266d790ff5702574ea6b583384
68e1dbf3676f2af77dd05b304fed8d9c21826e9b
/iOSPluginTest/TowerQuest/Classes/Native/mscorlib_System_Array_InternalEnumerator_1_gen_85MethodDeclarations.h
ddd19a88cd39972d21010935d295383c1df08a5b
[]
no_license
tacryt-socryp/tower-quest
d7e75afec54474827ebd49db6a71f644c59af18c
679ec9a1b721e3c09322978bdc4c8cc0bbc9e5db
refs/heads/master
2021-05-29T15:40:30.167151
2015-09-27T13:55:13
2015-09-27T13:55:13
null
0
0
null
null
null
null
UTF-8
C
false
false
3,310
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> // System.Array struct Array_t; // System.Object struct Object_t; #include "codegen/il2cpp-codegen.h" #include "mscorlib_System_Array_Interna...
[ "loganallc@gmail.com" ]
loganallc@gmail.com