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
b42b8f6e210eb19d28e628cb41428bbbedf59742
c0f92b6b57427adad1ba3ad753906d235423131b
/sdk_config.h
49ad9b9b31cb910732333a0d11a26b264f7c314d
[]
no_license
luzhichao1997606/NRF51802_w5500
656f205cd2f5cb68bbf98a02925bd72a3ea3cc58
1ecb2208b779cf26ec8d7da750a1513aad05ae70
refs/heads/master
2022-10-22T14:40:08.745858
2020-06-12T10:48:07
2020-06-12T10:48:07
271,773,061
1
2
null
null
null
null
UTF-8
C
false
false
79,800
h
#ifndef SDK_CONFIG_H #define SDK_CONFIG_H // <<< Use Configuration Wizard in Context Menu >>>\n #ifdef USE_APP_CONFIG #include "app_config.h" #endif // <h> nRF_BLE //========================================================== // <q> BLE_ADVERTISING_ENABLED - ble_advertising - Advertising module #ifndef BLE_ADVER...
[ "563451665@qq.com" ]
563451665@qq.com
0b5e4c81fc470200cffff5c10afeb1cc4b1e0d6c
e80cc128ada090c591d5355a8ab5ae667839914f
/settings.h
c8e74c1f2d296b51ecee9b6a62e2751a6c8fccc2
[]
no_license
markvr/tron
3842048f30852bc4de52a8d76ff75f6a0c557fb2
9582ea9f977526cb2a1633d28baa9cc1c122f558
refs/heads/master
2021-01-10T20:59:39.419343
2015-09-03T18:17:14
2015-09-03T18:17:14
41,875,256
0
0
null
null
null
null
UTF-8
C
false
false
1,395
h
// settings.h #ifndef _SETTINGS_h #define _SETTINGS_h #define DEBUG true #define MAX_BRIGHTNESS 255 #define MODE_PIN 12 #define NUM_MODES 10 #define SETTINGS_PER_MODE 5 #define NUM_LEDS 350 #define MODE_SETTING 0 #define GLOBAL_SETTINGS 0 #define MODE_MAIN 0 #define MODE_FIXED 0 #define MODE_FALLING 1 #define MODE...
[ "markvanrossum@yahoo.co.uk" ]
markvanrossum@yahoo.co.uk
3aa75780623de71a8c46462ef2ab5cc2543260cb
f77a1f9d4a860dfd5154666dc4117e24627d835d
/gecko_sdk_suite/v2.4/platform/Device/SiliconLabs/EZR32LG/Include/ezr32lg_dac.h
6bc430f380aadff3ac33c4adfcca3627c91c5905
[]
no_license
eosnewyork/gecko_sdk_suite
9e93da499173edede02c3a986bfb233cf7b528e2
9678065284fc0faa89fe8206d51dcde5dcf632c1
refs/heads/master
2020-05-18T02:36:02.504381
2019-04-29T15:56:40
2019-04-29T15:56:40
184,101,402
3
0
null
null
null
null
UTF-8
C
false
false
87,178
h
/**************************************************************************//** * @file ezr32lg_dac.h * @brief EZR32LG_DAC register and bit field definitions * @version 5.6.0 ****************************************************************************** * # License * <b>Copyright 2018 Silicon Laboratories, Inc. w...
[ "warrick@eosnewyork.io" ]
warrick@eosnewyork.io
4aa6d7cbcf0d86eb27cf860d2096c5c53100971a
41df8d9707acb6a0255a72b792f28daec719ee92
/lab7/test.c
35d23e89fda3df5a52a6a866631d07d0ba90ab93
[]
no_license
xiayuebaby/xiayue-s-repository
8e6e61c617d43329a2be2d161e20f63a67da6458
5f979056a79c32bc5cad89c3725b9bd164cdd460
refs/heads/master
2021-01-19T01:23:37.554765
2019-07-28T07:41:24
2019-07-28T07:41:24
84,391,529
0
1
null
null
null
null
UTF-8
C
false
false
2,185
c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <time.h> #include "menu.h" void Quit(int argc, char *argv[]); void Version(int argc, char *argv[]); void Quit(int argc, char *argv[]) { exit(0); } void Version(int argc, char *argv[]) { printf("version7.0\n"); } void Di...
[ "noreply@github.com" ]
xiayuebaby.noreply@github.com
6600c3321a52d4387e1acc0d8368325820262f79
34dfc583fe8e646137d5e92814abdc133b295dd3
/nemu/src/device/audio.c
568f8c06379095a2c0b302dd05ef3adaefd3a300
[]
no_license
yinwaii/NEMU
f13729a80331a674ffc80368012323bb57154855
1fb0403310ac77b461221e20b4040462d9c4eaaa
refs/heads/master
2023-03-08T16:33:54.705937
2021-02-27T14:09:52
2021-02-27T14:09:52
310,327,275
2
3
null
null
null
null
UTF-8
C
false
false
2,141
c
#include <common.h> #ifdef HAS_IOE #include <device/map.h> #include <SDL2/SDL.h> #define AUDIO_PORT 0x200 // Note that this is not the standard #define AUDIO_MMIO 0xa1000200 #define STREAM_BUF 0xa0800000 #define STREAM_BUF_MAX_SIZE 65536 enum { reg_freq, reg_channels, reg_samples, reg_sbuf_size, reg_init,...
[ "yinwai@sjtu.edu.cn" ]
yinwai@sjtu.edu.cn
c8b30f053c8ccbefeb1ac24a06fe71ffe88afee6
aba2d4e01f158bc1a246d4284cd5046b6b5ae272
/audio_codec/libraac/aac_reorder.c
16a5952976097f742c7d17acea1d8e54fba82748
[]
no_license
bgirtten/c2_aml_libs
90dc241253b682b65a0924b5275e46c8f06960be
fe06890b6dcbc2360e94530b24c60628c0dafaf3
refs/heads/master
2021-05-16T14:11:28.287148
2019-12-03T18:19:34
2019-12-03T18:19:34
118,051,598
0
0
null
2018-01-18T23:39:47
2018-01-18T23:39:46
null
UTF-8
C
false
false
2,903
c
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: aac_reorder.c,v 1.1.1.1.2.1 2005/05/04 18:21:58 hubbe Exp $ * * REALNETWORKS CONFIDENTIAL--NOT FOR DISTRIBUTION IN SOURCE CODE FORM * Portions Copyright (c) 1995-2005 RealNetworks, Inc. * All Rights Reserved. * * The contents of this file, and the f...
[ "mauro.ribeiro@hardkernel.com" ]
mauro.ribeiro@hardkernel.com
5658e199e911363b6063e5753ea42502876f2abe
65aded06fc210def84a4d2b99f6c6afbfd83bfea
/Marlin_SE3D_WHITE_2xtd_megui/pins_GEN7_14.h
84fbd4d7a7e116ea9bad195f8160fbb57416445d
[]
no_license
3Dspirit/Seed
d8dd73fca43faaa37b252d96783889f005b85ce7
d5daaa8c5ef75f334857575b44ec7bec0897cf6c
refs/heads/master
2021-01-23T08:09:39.628735
2017-02-03T18:16:59
2017-02-03T18:16:59
80,534,118
0
0
null
null
null
null
UTF-8
C
false
false
1,102
h
/** * Gen7 v1.4 pin assignments */ #define GEN7_VERSION 14 // v1.4 #if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega644__) && !defined(__AVR_ATmega1284P__) #error Oops! Make sure you have 'Gen7' selected from the 'Tools -> Boards' menu. #endif //x axis pins #define X_STEP_PIN 29 #define X_DIR_PIN 28 #de...
[ "meliguer@gmail.com" ]
meliguer@gmail.com
1c3c12f87a39e6c7dc10ff9d001138f9374e83bc
b6dbe0c23729eb969a9e998bb740bbcfd13a6fa2
/MUL_my_hunter_2019/utils/my_int_to_char.c
5f48692fa8233d2f3adab0f5295d27a6a6c84e97
[]
no_license
c-louis/EpitechYear1
0ace7bda0d4002f75e3ff6b7f1ba5b60fd7dbf69
c11bef8108c1f2d7f56609300c8e4a48eda907ca
refs/heads/master
2023-05-07T10:07:49.916646
2021-06-02T21:25:16
2021-06-02T21:25:16
373,298,768
0
0
null
null
null
null
UTF-8
C
false
false
1,108
c
/* ** EPITECH PROJECT, 2019 ** my_int_to_char ** File description: ** convert an int to a string */ #include "my.h" #include <stdlib.h> char *get_starting_pointer(char *s) { int len = my_strlen(s); char *res = s; for (int i = 0; i < len; i++){ if (s[i] != '0'){ res = my_strncpy(res, &...
[ "l.christ54260@gmail.com" ]
l.christ54260@gmail.com
a4516ad4d8d43a8375d9ceea2dc02e8f29e0de2f
bc55ccbfd5f76a916f4ecaa917f7eb1c6270ffae
/my_printf/printf/libft/ft_putstr_fd.c
dc1c9e2ae3e4fccb57ffa086a19f37abb59fec3b
[]
no_license
kremen1571/Ecole-42
782544096a673409bbc58b99dbfbf019f6c18c8b
62043093964a8710253b5d486f6b5f156ae1164a
refs/heads/master
2023-04-09T10:53:02.221782
2021-04-19T21:03:18
2021-04-19T21:03:18
263,270,082
1
0
null
null
null
null
UTF-8
C
false
false
1,069
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putstr_fd.c :+: :+: :+: ...
[ "anton.sahar@yandex.com" ]
anton.sahar@yandex.com
07705412fab5d0d6c9a8a21e83512ce5df709da9
818cb9cb4ee6e52db8ded109a198f72cfe1c600c
/stm32f103_sdio_fatfs12/src/newlib_stubs.c
4ba2041c65760c6befd9893165104db5124cbf6f
[]
no_license
Fullmoon12185/HY-MiniSTM32V
927a7da43e3201ac3d7b902ed8c881424859dc8c
98275e8a36007638c6a4028f5e5d23457a6791d1
refs/heads/master
2020-09-29T23:27:31.655936
2019-03-18T19:05:23
2019-03-18T19:05:23
null
0
0
null
null
null
null
UTF-8
C
false
false
5,007
c
#include <errno.h> #include <sys/stat.h> #include <sys/times.h> #include <sys/unistd.h> #include "stm32f10x_usart.h" #ifndef STDOUT_USART #define STDOUT_USART 1 #endif #ifndef STDERR_USART #define STDERR_USART 1 #endif #ifndef STDIN_USART #define STDIN_USART 1 #endif #undef errno extern int errno; /* a pointer to...
[ "bx@d1.bh" ]
bx@d1.bh
93cf181ac042ca4cf0c4bbc44c39cf0775689af7
89e6306895ee28fa00061b7a3d0c432657211a4e
/src/video/x11/SDL_x11xfixes.c
3595b017d15714aae59dd0715c08199a81874e09
[ "Zlib" ]
permissive
drodin/SDL
450d6e523b1086b7a3ac6ef9fa64fd25405edffe
61107494a18a805492b4cf81874f40eb6c6539b6
refs/heads/main
2021-12-21T06:04:36.632072
2021-12-17T04:40:02
2021-12-17T04:40:02
381,320,856
0
0
Zlib
2021-06-29T10:09:13
2021-06-29T10:09:12
null
UTF-8
C
false
false
7,565
c
/* Simple DirectMedia Layer Copyright (C) 1997-2017 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this ...
[ "slouken@libsdl.org" ]
slouken@libsdl.org
d92c76c85902788a0b2792953113d0d570a21afe
cfbea17c5c7d0b7902b32061f050549fc9465d8c
/drv-hi3511/Hi3511_VSSDK_V1.1.2.3_SPC001/Hi3511_VSSDK_V1.1.2.3_SPC001/hiethv100/hiethv100.h
c01321ded2c47e449b5db4f08780c835a52459a2
[]
no_license
dongdong-2009/Drv
f3ebf0252502cddec7dc5cfda48917d40e60a3b5
9ef3436e29d5cb4e054479b3278ac0830c84a2e9
refs/heads/master
2021-05-26T13:24:02.026215
2011-08-09T02:53:01
2011-08-09T02:53:01
null
0
0
null
null
null
null
UTF-8
C
false
false
5,367
h
#include <linux/config.h> #include <linux/kernel.h> #include <linux/delay.h> #include <linux/netdevice.h> #include <linux/list.h> #include <asm/io.h> #ifndef __HISILICON_ETHV100_H #define __HISILICON_ETHV100_H #define HIETH_DEBUG 1 #define OSDRV_MODULE_VERSION_STRING "HIETHV100-M03C0301 @Hi3511v110_OSDrv_1_0_0_8 20...
[ "wdgvip@gmail.com" ]
wdgvip@gmail.com
d340cab4fa6a60a744d2354eb69b782d77bb8e27
8dfd12b840438bc65ba8485b816624aad112a356
/proyecto2/recorrer.h
7dac193593c695e14929188aed511c4fa52cd5ae
[]
no_license
JCadiz/SO
f5e18c67854c1347b0a9dd9a396255c45821cb14
033762cd6738273359bae323bc498e8720a2cb11
refs/heads/master
2020-06-01T02:07:29.301800
2019-07-13T13:58:19
2019-07-13T13:58:19
190,591,158
0
0
null
null
null
null
UTF-8
C
false
false
550
h
#define _GNU_SOURCE #include <dirent.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <signal.h> #include <sys/types.h> #include <sys/wait.h> #include <errno.h> #include <sys/stat.h> #include <fcntl.h> #include <time.h> #include <sys/dir.h> #include <sys/syscall.h> #include <ma...
[ "jesuscadiz22@gmail.com" ]
jesuscadiz22@gmail.com
8518df4f0654296783a3850a66060de900f1cf02
bdd9f3cdabe0c768641cf61855a6f24174735410
/src/game/client/library/swgClientUserInterface/include/public/swgClientUserInterface/SwgCuiQuestJournal.h
d9f74fde255d2adf43bcfbbd3bf8acfed5947fe7
[]
no_license
SWG-Source/client-tools
4452209136b376ab369b979e5c4a3464be28257b
30ec3031184243154c3ba99cedffb2603d005343
refs/heads/master
2023-08-31T07:44:22.692402
2023-08-28T04:34:07
2023-08-28T04:34:07
159,086,319
15
47
null
2022-04-15T16:20:34
2018-11-25T23:57:31
C++
UTF-8
C
false
false
54
h
#include "../../src/shared/page/SwgCuiQuestJournal.h"
[ "swgmaster@india.com" ]
swgmaster@india.com
f69666d70383cba2589586fc5985e546697d7a90
ca4e53af1eedbd0f668ed79476e5fdbd9b1b4674
/include/file_extra.h
ea8d1a10b2b6539ad4466e6a9fe1f1b13c074602
[]
no_license
harish1996/data-structures-learn
ce56255fc88dc5ea4e6cf5dd9dbff389d69ca939
1d4109c242fd80b556ceed67d9a7bc35cf4c0fcf
refs/heads/master
2020-04-04T21:11:53.032787
2018-11-05T20:17:11
2018-11-05T20:17:11
null
0
0
null
null
null
null
UTF-8
C
false
false
703
h
/** * @file file_extra.h * @brief Provides ready-made function(s) for opt repeated file operations * * @author Harish */ #ifndef __FILE_EXTRA_H #define __FILE_EXTRA_H #include <sys/stat.h> /* for stats for files */ #include <sys/types.h> #include <unistd.h> #include <stdio.h> /* for FILE */ #include <stdlib.h>...
[ "harishganesan96@gmail.com" ]
harishganesan96@gmail.com
6a8b2ab23047fe0d527f3ba7abbc792833685cdc
3aefcc8c7a1692a5bda581396c72d0cca89eca85
/ft_itoa.c
30d760772a826200e2905fb930bb49aea69cfb6b
[]
no_license
Smehhh/lib
7e4d3c72af0da0e4f06671b69c28bf58d7a6ff51
c10c9ca5caba2d3468ac4e7c4989297655f6b7ac
refs/heads/master
2020-06-13T02:30:29.223111
2019-06-30T10:25:36
2019-06-30T10:25:36
194,502,281
0
0
null
null
null
null
UTF-8
C
false
false
1,570
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_itoa.c :+: :+: :+: ...
[ "noreply@github.com" ]
Smehhh.noreply@github.com
7f82cc23f166cf7421d4827d3181386bc566aa85
a73ae94bcd0203d978793852f112301e4a54bba0
/[Obsolete] Vlc.DotNet (cppcli testing)/Extern References/Latest/Include/vlc_spu.h
c5baeb6dd0343ed1cecf93acce0a3856e391622b
[]
no_license
gabrycappu1984/vlcdotnet
19b0d2b216d75a50af6025c510f58aebf3344d15
2428e2d5518af6d847e6979441c83e94238b0976
refs/heads/master
2021-05-27T20:19:49.518388
2014-04-23T08:08:44
2014-04-23T08:08:44
null
0
0
null
null
null
null
UTF-8
C
false
false
3,511
h
/***************************************************************************** * vlc_spu.h: spu_t definition and functions. ***************************************************************************** * Copyright (C) 1999-2010 the VideoLAN team * Copyright (C) 2010 Laurent Aimar * $Id: f4fded00473ac4f187c2e3...
[ "SND\\ZeBobo5_cp" ]
SND\ZeBobo5_cp
5442e6a30d1f34ecb054c6625f9ca544301a2cdb
db6378222b7350e9cd4b87311f861996c86d4b14
/arp.c
176666ab560bfb3f86defe482c24677317ec221f
[]
no_license
BackupGGCode/avr-etherboot
f1391a74403c410443e250756b62c7636755537e
a6b89651bdc7b4ef8aaea082c6ce7fc7ab756e61
refs/heads/master
2016-09-15T20:48:39.665348
2015-04-29T10:35:31
2015-04-29T10:35:31
34,782,111
1
2
null
null
null
null
ISO-8859-1
C
false
false
4,392
c
/*! \file "arp.c" \brief Implementation of the arp protocol */ /// \ingroup network /// \defgroup ARP ARP-Funktionen (arp.c) /// \code #include "arp.h" \endcode /// \code #include "ip.h" \endcode /// \code #include "ethernet.h" \endcode /// \par Uebersicht //*************************************************************...
[ "tico.avr@fc5ca088-f436-11dd-9d1a-b59b2e1864b6" ]
tico.avr@fc5ca088-f436-11dd-9d1a-b59b2e1864b6
9c064f938f7979e9f7e2186da89eed711563c7b8
ba853f9114080efa001cd23cdd417037c3a9d7c5
/components/display/core/gds_text.c
34e07d234e98e8d50275545f61c8e76d11d31a07
[]
no_license
nanokatz/squeezelite-esp32
ad8a25b49bc8f38be730d9bad23c8510c7801314
7e4c0d2ac40420213515b3901b4f9c57bc1e41d3
refs/heads/master
2022-04-12T02:07:00.837696
2020-04-09T00:27:45
2020-04-09T00:27:45
null
0
0
null
null
null
null
UTF-8
C
false
false
6,018
c
/* * (c) 2004,2006 Richard Titmuss for SlimProtoLib * (c) Philippe G. 2019, philippe_44@outlook.com * * 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, o...
[ "philippe_44@outlook.com" ]
philippe_44@outlook.com
f24a1ef293e61db389728299fd76c24c8817feca
f0b7c610f945e148fc90756e336bb341567e9485
/sapi/fpm/fpm/fpm_cleanup.c
3f59e65854728da0bc84297cfa24fffc04c1432a
[ "BSD-2-Clause", "BSD-4-Clause-UC", "blessing", "LicenseRef-scancode-other-permissive", "TCL", "LicenseRef-scancode-public-domain-disclaimer", "ISC", "LicenseRef-scancode-public-domain", "JSON", "BSD-3-Clause", "Zlib", "LicenseRef-scancode-pcre", "PHP-3.01" ]
permissive
Sakshi525/PHP
fe2f72fea791bf0f231401bcdb7b5a176c0634ac
d460d6c903c5afc04aaac9c8353654cb099a5291
refs/heads/master
2022-12-23T15:50:47.171671
2020-10-01T07:41:16
2020-10-01T07:41:16
300,189,641
0
0
NOASSERTION
2020-10-01T07:35:49
2020-10-01T07:35:49
null
UTF-8
C
false
false
867
c
/* $Id: fpm_cleanup.c,v 1.8 2008/05/24 17:38:47 anight Exp $ */ /* (c) 2007,2008 Andrei Nigmatulin */ #include "fpm_config.h" #include <stdlib.h> #include "fpm_arrays.h" #include "fpm_cleanup.h" #include "zlog.h" struct cleanup_s { int type; void (*cleanup)(int, void *); void *arg; }; static struct fpm_array...
[ "robert@xarg.org" ]
robert@xarg.org
5a8dd525127caf928d206a1c3cf1dd89f2eb78a9
9cf6c2e8eb8a020989246699b6c2f18857ee35d1
/C51/STC12/clock/mian.c
261b9f8a035f7168fad0a07b8457b4919ac98e8b
[]
no_license
mwei0321/STCode
15a4b1e13fff48018ab7034bc87b117ad08149c1
5d3d6c1b593459581e1cc68f2f2c0dd06e62bec2
refs/heads/master
2022-06-18T19:11:28.181398
2022-06-12T13:06:42
2022-06-12T13:06:42
85,060,962
0
1
null
null
null
null
UTF-8
C
false
false
1,627
c
#include "config.h" #include "lcd1602.h" #include "ds18b20.h" #include "ds1302.h" struct sTime { //日期时间结构体定义 unsigned int year; unsigned char mon; unsigned char day; unsigned char hour; unsigned char min; unsigned char sec; unsigned char week; }; void Time0Init(); void TempDisplay(); u...
[ "1123265518@qq.com" ]
1123265518@qq.com
5c4507cb0530846eec14947f9a1a73b5fe1bbfb5
7ac7054c43b2a433269fed3a62b473648731d851
/tools/sra-pileup/reref.c
a3eb225bb6ac7bfa3c87418a9cabd3d7ee89de68
[ "LicenseRef-scancode-us-govt-public-domain" ]
permissive
jn7163/sratoolkit
280daeb74a0aa2a15df32cfa94a008055ca558f8
18c6a82eaa81a27a0995fa7a7b6c72494c2a9e76
refs/heads/master
2021-01-19T20:08:21.606338
2015-03-10T18:20:08
2015-03-10T18:20:08
null
0
0
null
null
null
null
UTF-8
C
false
false
16,703
c
/*=========================================================================== * * PUBLIC DOMAIN NOTICE * National Center for Biotechnology Information * * This software/database is a "United States Government Work" under the * terms of the United States Copyright Act. It was ...
[ "klymenka@ncbi.nlm.nih.gov" ]
klymenka@ncbi.nlm.nih.gov
a736db2db39974707110df541a901e351be5daa5
2e4af0c60dee53049bd0b2e300f174de536994e3
/Year2/Concurrent Computing - COMS20001/Worksheets/lab-3_q/user/libc.h
c906b7e1857967550666302e9eb1b2bbb1b47b3d
[]
no_license
ag14774/ag14774.github.io
25973739dbde2fae564753edb7cbbb1504dfcf21
08dea2ca8881d1ca4b383c082ae09518b7025b55
refs/heads/master
2022-12-11T12:16:17.013634
2022-12-07T18:47:36
2022-12-07T18:47:36
46,796,589
0
0
null
null
null
null
UTF-8
C
false
false
261
h
#ifndef __LIBC_H #define __LIBC_H #include <stddef.h> #include <stdint.h> // cooperatively yield control of processor, i.e., invoke the scheduler void yield(); // write n bytes from x to the file descriptor fd int write( int fd, void* x, size_t n ); #endif
[ "a.georgiou.2014@bristol.ac.uk" ]
a.georgiou.2014@bristol.ac.uk
477b46d860e61d902996980649dc89f567c5f4a8
52fcf7ee11b5cf97a968d2802b2b1e052ab10570
/SelectionSort.c
a24d2e4825ff1df6b61210ca2c5f8cef4c306621
[]
no_license
AnuragShelar/Data-Structures
5bdf2e2f24dfae852e45b051351f5eb060e194ae
6172453d3f410d7592bcbbc697e782b7117901f3
refs/heads/master
2021-08-15T04:43:38.331919
2017-11-17T11:03:05
2017-11-17T11:03:05
111,092,980
0
0
null
null
null
null
UTF-8
C
false
false
831
c
#include<stdio.h> #include<stdlib.h> #include<process.h> void selectionsort(int *,int); void main() { int i,n,arr[100]; printf("\nEnter the no of elements in array: "); scanf("%d",&n); printf("\nEnter the elements of array one by one: "); for(i=0;i<n;i++) scanf("%d",&arr[i]); ...
[ "noreply@github.com" ]
AnuragShelar.noreply@github.com
1b751391b31344dddf5f6e689522c813c6b654b4
333b078b0920240101bb1a4d55e6d575a0526f19
/src/winapi.h
d426a59074b6e5bef3c0e2b2a54a9acee77cc585
[]
no_license
firodj/bbtrace
a87b4f0f20dedc93f65b437bda0072ae32b8ea2d
f7a822d15f5e98c51b3d3f81b37bd1c537061b9d
refs/heads/master
2021-12-29T15:14:08.035118
2019-12-05T09:33:20
2019-12-05T09:33:20
68,339,727
28
8
null
null
null
null
UTF-8
C
false
false
1,512
h
#pragma once #include "dr_api.h" #define MAX_LIB_ARGS 10 enum _shared_dll_t { NO_DLL, D3D9_DLL, DSOUND_DLL, DINPUT8_DLL, DDRAW_DLL, KERNEL32_DLL, USER32_DLL, NTDLL_DLL, WINMM_DLL, WS2_32_DLL, }; enum _winapi_arg_t { A_LPVOID, A_VOID, A_HANDLE, A_LPDWORD, A_DWORD, A_BOOL, A_LPSTR, ...
[ "firodj@gmail.com" ]
firodj@gmail.com
3dfa08c92a2c67190315d7152785055a8fe1dfe7
9b0ebc566bb35fcfa0168bef04611b4b59356a18
/Troubleshooting/MaxDuino_v1.35/MaxDuino.h
59e7658a629c26f6c6e977bc7632e69f8a8ff317
[]
no_license
Demonic098/MaxDuino_BETA
010c3013c31191893ac32802b715f897c202996c
066af5e4e54fc84d08d4c2b31e9812e39c810465
refs/heads/master
2023-04-21T02:16:20.259037
2021-05-18T20:17:48
2021-05-18T20:17:48
null
0
0
null
null
null
null
UTF-8
C
false
false
8,827
h
#define outputPin 9 #define WRITE_LOW PORTB &= ~_BV(1) // El pin9 es el bit1 del PORTB #define WRITE_HIGH PORTB |= _BV(1) // El pin9 es el bit1 del PORTB // pin 0-7 PortD0-7, pin 8-13 PortB0-5, pin 14-19 PortC0-5 #define SHORT_SILENCE 122 #define LONG_SILENCE SH...
[ "noreply@github.com" ]
Demonic098.noreply@github.com
00b558a174790d3227ca5c4d09253dc71917854c
3399d639da38dd68811c20dad7cc1275cf7c2599
/nmp-mds/lib/rtsp-watch/src/rtspwatch.c
f9d5d2d960c8381784074fe5437844b131485169
[]
no_license
kaspter/nampu
8b1af94ab9dcd8bd69c18d3b7ae7c48533e8c82b
97cd8c054d249f800ff08a38da5f6fc47063ab73
refs/heads/master
2023-03-20T06:31:33.577330
2015-04-20T06:22:28
2015-04-20T06:22:28
null
0
0
null
null
null
null
UTF-8
C
false
false
2,715
c
/* * * This file is part of rtsp-watch lib. * Copyright (C) 2012 by fangyi <ianfang.cn@gmail.com> * * */ #include <string.h> #include "rtspwatch.h" #include "nmpevsched.h" #define RTSP_BUFFER_SIZE 4096 #define RTSP_DEF_CONN_WEIGHT 5 static __inline__ gboolean gst_rtsp_msg_read(GstRtspWatch *w) { GstRTSPMessag...
[ "shiyong.zhang@qq.com" ]
shiyong.zhang@qq.com
d1e1cf4490c12247be8f675a45f4ed3d9537523a
21285dc4f247505765ed97a2870847b858bb55a6
/AltairZ80/altairz80_sys.c
66534a9ca0e2bea40e99592ed0267e6f2b2a0257
[]
no_license
salva/my-simh
22418e35eb3db8fa105af4d3a7ad8c29782065a3
80c2b910cddd3909c7dd7e7a71f86706804356cf
refs/heads/master
2020-04-17T08:43:45.716691
2009-11-29T20:58:18
2009-11-29T20:58:18
389,553
1
0
null
null
null
null
UTF-8
C
false
false
50,054
c
/* altairz80_sys.c: MITS Altair system interface Copyright (c) 2002-2008, Peter Schorn 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 withou...
[ "sfandino@yahoo.com" ]
sfandino@yahoo.com
2225f9355a14285654cd9fe9eec18ba5dd7388f1
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/176c63cc-2a39-472a-875e-82bd3e82e247.c
139c5d989516c40436c9a1f3875891ef98639f60
[]
no_license
nmharmon8/Deep-Buffer-Overflow-Detection
70fe02c8dc75d12e91f5bc4468cf260e490af1a4
e0c86210c86afb07c8d4abcc957c7f1b252b4eb2
refs/heads/master
2021-09-11T19:09:59.944740
2018-04-06T16:26:34
2018-04-06T16:26:34
125,521,331
0
0
null
null
null
null
UTF-8
C
false
false
570
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=12; int k; int l; j = 53; l = 64; k = i/j; l = i/j; l = l/j; k = l%j; l = l%j; k = k-k*i; //variables /* START VULNERABILITY */ int a; int b[63]; int c[79]; a = 0; while (( a - 1 ) > ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
cda58f878e1782e1ab21d9603c7a5eefc144481b
04fd432483206a0a544f3c4cbe611953378c3772
/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/stm32l1xx_hal_i2s.h
ee7af8e1d6951a2f4015e47fff11e3afc390c677
[ "MIT" ]
permissive
jcaridadhdez/RAK811-tracker
5dbbe02331b4ee2c94b8f690fdeeeb93a166e305
c7055bd1e5b50c5dddcb26638d16f57805d67834
refs/heads/master
2022-05-05T22:58:59.882776
2018-05-02T12:14:04
2018-05-02T12:14:04
130,907,442
13
11
MIT
2022-04-01T05:38:13
2018-04-24T20:03:22
C
UTF-8
C
false
false
18,842
h
/** ****************************************************************************** * @file stm32l1xx_hal_i2s.h * @author MCD Application Team * @version V1.2.0 * @date 01-July-2016 * @brief Header file of I2S HAL module. *********************************************************************...
[ "j.caridadhdez@gmail.com" ]
j.caridadhdez@gmail.com
1efe37826d6568991da49a026ea0cb94cfbe0ae5
f39b53ca4ac7e23952da535a260fc2fc2fddc331
/Jokenpo - Pic16F628a.c
c63f56e1d9be2db93d58acfdc80fd26697046f34
[]
no_license
Guts97/Microcontroller-Projects
6699104c8550211c2e6f995ea6ba550173a3df40
746c484e8615204bf813ed43ba65f35917d4b03e
refs/heads/master
2021-01-10T17:44:14.201159
2016-02-20T15:45:36
2016-02-20T15:45:36
51,586,944
0
0
null
null
null
null
UTF-8
C
false
false
1,845
c
#define b1 RB0_bit #define b2 RB1_bit #define b3 RB2_bit #define b4 RB3_bit #define b5 RB4_bit #define b6 RB5_bit int a,b; void main() { CMCON = 7; TRISA = 0b00000000; PORTA = 0b00000000; TRISB = 0x5; PORTB = 0b00000000; while (1) { if(b1 == 1) { a = 1; ...
[ "mat-hardware@live.com" ]
mat-hardware@live.com
c84b2741da8a9485fd7823dc1bf04810212836e9
e94d402c7e0142a88529f8bd14fe3142ee59c1e6
/tools/Speer/src/Rate4SiteSource/normalDist.h
a500c65899dd0259cf85ada288ac4859365a532a
[ "LicenseRef-scancode-us-govt-public-domain", "LicenseRef-scancode-public-domain" ]
permissive
shivashamloo/tcp-follow_up
91610204771ba99c87a210c8e513b1c511e69100
e483db1b2768f882a837e6fca695939d26371c94
refs/heads/master
2020-07-22T09:26:33.309331
2020-04-15T20:00:51
2020-04-15T20:00:51
207,148,876
0
0
null
null
null
null
UTF-8
C
false
false
1,082
h
// $Id: normalDist.h,v 1.1 2008/11/17 16:45:32 lanczyck Exp $ #ifndef ___NORMAL_DIST #define ___NORMAL_DIST #include "definitions.h" #define A1 (-3.969683028665376e+01) #define A2 2.209460984245205e+02 #define A3 (-2.759285104469687e+02) #define A4 1.383577518672690e+02 #define A5 (-3.066479...
[ "shivashamloo@Shivas-MacBook-Air.local" ]
shivashamloo@Shivas-MacBook-Air.local
96b30ec358dbc80d2b04a78fe41ec565279f7f22
ac1c783b982aaef713626f754c96315684084f05
/inc/hdp.h
e64467437ebeddb5099ba145c024c88ad72881c6
[ "MIT" ]
permissive
mitenjain/signalAlign
8568c42f1210589037334d60dbedfccba7739134
675a49b83dbd98dbc38b7bda216b3bca18d3ae6e
refs/heads/master
2023-01-18T16:46:01.406887
2021-04-21T20:05:02
2021-04-21T20:05:02
102,517,753
6
1
MIT
2022-12-27T14:59:09
2017-09-05T18:46:28
C
UTF-8
C
false
false
5,506
h
#ifndef HDP_H_INCLUDED #define HDP_H_INCLUDED #include <inttypes.h> #include <stdbool.h> typedef struct HierarchicalDirichletProcess HierarchicalDirichletProcess; typedef struct DistributionMetricMemo DistributionMetricMemo; // constructors and destructor HierarchicalDirichletProcess* new_hier_dir_proc(int64_t num_...
[ "arand@soe.ucsc.edu" ]
arand@soe.ucsc.edu
ec5227348ca463b7c0905c21a484086ae3e37276
c334d6324fe46c4e3f607ea94b996ffebb44a340
/libft/ft_strcmp.c
1d93d3536cdf80fc80d7e3c1fbaa340bad28afb4
[]
no_license
vsyveniu/ft_ssl
531d4ec7c13d9843d532bfb1e7f5349cfa9b8a34
d881d9d86b512f3d97f83bdf8ca10cd067209679
refs/heads/master
2020-06-10T14:55:21.836420
2019-06-28T08:36:25
2019-06-28T08:36:25
193,659,427
0
0
null
null
null
null
UTF-8
C
false
false
1,106
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strcmp.c :+: :+: :+: ...
[ "vsyveniu@e1r4p6.unit.ua" ]
vsyveniu@e1r4p6.unit.ua
d80d9bba2e3daf30df5fd75ffada646bdecbfe17
a067b9d960bd8078042e0c833c7e96cef34ca488
/pset4/resize/resize.c
05f99b24cf1f9d651430417cec256b9b41fb12a9
[]
no_license
TranHung92/CS50x-2017
c6fe6ccc1978df3338b872dc8434ba9a39b96731
d790a09c49fc4b513c0776352ec7dd577063a1f3
refs/heads/master
2021-01-18T18:59:30.962704
2017-04-01T03:35:44
2017-04-01T03:35:44
86,876,769
0
0
null
null
null
null
UTF-8
C
false
false
3,328
c
/** * Copies a BMP piece by piece, just because. */ #include <stdio.h> #include <stdlib.h> #include "bmp.h" int main(int argc, char *argv[]) { // ensure proper usage if (argc != 4) { fprintf(stderr, "Usage: ./resize n infile outfile\n"); return 1; } double scale = at...
[ "tranqh161@gmail.com" ]
tranqh161@gmail.com
8069b90ee02864296caa69540272531411700c9a
dfc7ba3ad2937e97d3f8be828ea545e4ad1bb424
/06- RTE/02- RTE Task 3 CS in Seat/HeightMotor_Template.c
b12a0358aa2ef04042a4454a864f6cceebef912c
[]
no_license
mohamed-hafez-mohamed/Autosar
0dfcf0d9b03a918d10625a80f867cf5ac9b633d6
c2f10232d85401fac563fe7f66301a406f6ef821
refs/heads/master
2023-07-17T23:15:29.496032
2021-08-28T21:17:10
2021-08-28T21:17:10
384,814,609
2
0
null
null
null
null
UTF-8
C
false
false
531
c
/** * * \file HeightMotor_Template.c * \brief Rte Component Template for AUTOSAR SWC: HeightMotor * * \author Sprints AUTOSAR Authoring Tool (SAAT) v1.0.2 * Generated on 8/19/2021 07:56 م * * For any inquiries: hassan.m.farahat@gmail.com * */ #include "Rte_HeightMotor.h" /** * * Runnable HeightMotor_Move...
[ "moh.hafez98@gmail.com" ]
moh.hafez98@gmail.com
e4ea4d65b93fe3d4883b8516f61d56f5231c4c9e
564a7914710c3a21beeea76c8cd8bcf4eb50c457
/Tuto_Image_Cuda/INC_SYMLINK/PROJECT/VagueGrayMath.h
2996c8fd6e9a39978f7ca438d925492959f6e19d
[]
no_license
KillianCastella/WCuda
00d0dfcca8bf0899d2b1a54ae36622118611782b
c277cdc4e73c7b4a372d63fada71bc75a863d944
refs/heads/master
2021-09-13T21:19:32.192082
2018-05-04T09:19:28
2018-05-04T09:19:28
124,784,250
0
0
null
null
null
null
UTF-8
C
false
false
137
h
/home/arc12/CUDA/toStudent/code/WCuda/Tuto_Image_Cuda/src/core/02_simple_type/01_Vague_GRAY_uchar/01_animable/device/math/VagueGrayMath.h
[ "killian.castella@he-arc.ch" ]
killian.castella@he-arc.ch
e798bd79a059adb2be377044ee0d78c35b2acb90
08760a3be8ba2a1617182b8391fdd7647e2d2374
/include/hardware.h
66e3fb156b87c3d399f21ac6b111f67f3485413d
[ "MIT" ]
permissive
rain10154/wiredtiger
a188449f7e3c840d14503e0aa907b1553f619551
43dc2e287492fa979159b367bde7c0c326badfe3
refs/heads/master
2021-01-15T11:33:56.365628
2016-07-11T13:45:52
2016-07-11T13:45:52
null
0
0
null
null
null
null
GB18030
C
false
false
2,158
h
/******************************************************************** *原子操作的互斥等待定义等 ********************************************************************/ /*在v设置成val之前,所有的CPU STORES操作必须完成*/ #define WT_PUBLISH(v, val) do{ \ WT_WRITE_BARRIER(); \ (v) = (val); \ }while(0) /*在v=val之后,保证后面所有的读操作不会读到与val不一致的值*/ #define WT...
[ "747669766@qq.com" ]
747669766@qq.com
6128a58efe724880093a7a1e5e34a271933ca0ce
0df46d9e919fb8b2d38b9d63df8ae02f0420f9a3
/libft/libft_ev05/ft_strchr.c
85e9e209f3cf78403ba53471a794b257e5c5ba19
[]
no_license
JIN-076/Born2Code
95acf8e9ad69e0e61c4488f42ffc20cb30e6033a
8ffdb5eae7d16e065837fd26eb329af90663c7ff
refs/heads/main
2023-06-22T11:29:52.623159
2021-07-29T09:33:40
2021-07-29T09:33:40
374,271,747
0
0
null
null
null
null
UTF-8
C
false
false
1,130
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strchr.c :+: :+: :+: ...
[ "andy230@naver.com" ]
andy230@naver.com
f675854de187e50b16167c0f78a9dad3e5cbdfca
3291229284df4ec32b15528adc5f2241733d78eb
/ft_printf/includes/libft.h
739a46be1bcc86cc30f5a5c26d5921e5c9637170
[]
no_license
aahuba/ft_printf
3cca715017821fedc3388abcc3c6df444c412cc5
9b0d134b3e4fada05953f6666e96d8e3ac4c6753
refs/heads/master
2021-05-04T22:03:08.425113
2018-06-20T16:28:30
2018-06-20T16:28:30
119,999,858
0
0
null
null
null
null
UTF-8
C
false
false
2,490
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* libft.h :+: :+: :+: ...
[ "noreply@github.com" ]
aahuba.noreply@github.com
d98426aae51f516c3b7ad4284519506580848776
31b746811f62cdbd6c38bac5debff95aa6edabd6
/pilhaEncadeada.c
3471d22202ee761ff4bdbedca6adec151907bc6c
[]
no_license
JuanGithub-collab/Pilha-
4307d2d5635ab9e64ebae30c8fb47486a30806c8
17454138bf6d579ccc54e5c45aebfc312d3481c0
refs/heads/main
2023-04-20T12:23:32.071920
2021-05-12T22:49:05
2021-05-12T22:49:05
362,972,793
0
0
null
null
null
null
UTF-8
C
false
false
1,498
c
#include <stdio.h> #include <stdlib.h> typedef struct reg{ int dado; struct reg *prox; } REG; typedef struct pilha{ REG *topo; }PILHA; void startPilha(PILHA *p){ p->topo = NULL; } void empilha(int valor, PILHA *p){ REG *novoREG = (REG*)malloc(sizeof(REG)); if (novoREG == NULL){ pri...
[ "juanramos1@outlook.com.br" ]
juanramos1@outlook.com.br
46fe75ed004e6dca249af1ffc110bae9253e29fe
fbab4b2242e5c0a0c3d36a00fea39dec0832c309
/1. Tcc/0. Dev Training/1. Junior/1. utils/inc/length.h
38366c4cacd64e50ab774cf02b7959172afae6ff
[]
no_license
skynimrod/dt_c
a3b9385e8f64b540e50e3e65858d385a14a6ab8f
4efd2cb3e0c3bdeb079c5f625bcda53f0df92eaf
refs/heads/master
2021-10-24T03:37:52.567819
2019-03-21T17:17:14
2019-03-21T17:17:14
103,610,718
0
0
null
null
null
null
GB18030
C
false
false
902
h
//************************************************** // // Copyright (C) 2017- AQUGEN TECH Co., LTD // All Rights Reserved // //************************************************** //************************************************** // Model : length.h // //...
[ "adamswang_2000@aliyun.com" ]
adamswang_2000@aliyun.com
0b451510b3bb85e847f3a39af1337b61a267c056
1626b89ace65e281821631af7ae401a40d8c5b15
/TASBot.cydsn/Generated_Source/PSoC5/Vis_L_PM.c
8a511727022ce827c923806b059613dcded5232a
[]
no_license
ChristopherEdwards/tasbot
e0cad6b869964ea503634fe41425cb07eea28db3
5e50397181df70690e123d3321b30a8290a8347f
refs/heads/master
2020-03-14T02:47:57.426186
2019-03-12T00:44:13
2019-03-12T00:44:13
131,406,433
1
0
null
2018-05-09T23:39:08
2018-04-28T12:10:34
Python
UTF-8
C
false
false
2,786
c
/******************************************************************************* * File Name: Vis_L_PM.c * Version 1.80 * * Description: * This file contains the setup, control, and status commands to support * the component operation in the low power mode. * * Note: * **********************************************...
[ "cje1985@gmail.com" ]
cje1985@gmail.com
ae3fc4c7ceb2f29f28d17a2a9b9e36ea50ae07c8
9782e000c61633f7ad875d171672d87d786fb207
/osal/src/unit-test-coverage/shared/src/coveragetest-fpu.c
09c3d17b5254a3100dcde0e15ef97911cf538896
[ "Apache-2.0" ]
permissive
JiHunBae/FIT-Source-Code-nos3-fsw
2e148641299ded9e8d8c8c12a24b4e12a0d6e11a
6fd2d02595014d663cd9eea7ba406e5968fbca12
refs/heads/main
2023-07-22T22:01:33.338996
2021-08-19T03:22:43
2021-08-19T03:22:43
397,797,557
0
0
null
null
null
null
UTF-8
C
false
false
4,366
c
/* * NASA Docket No. GSC-18,370-1, and identified as "Operating System Abstraction Layer" * * Copyright (c) 2019 United States Government as represented by * the Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the...
[ "qowlgns304@gmail.com" ]
qowlgns304@gmail.com
6976774a19b0fc448745502974e219cac8276832
818b11036de296e85139274baccb7887ac22d135
/include/bmd.h
acde287e780db3385742d465c6b6798527ca65ba
[ "MIT" ]
permissive
martianboy/cultures2-cli
37432659ccd77c0f9a7dc0fc6b767188b30b659c
842bbc019fa763060d6176ae8145a5768f91043f
refs/heads/master
2021-02-07T11:19:28.633349
2020-03-14T06:45:20
2020-03-14T06:45:20
244,019,150
3
0
null
null
null
null
UTF-8
C
false
false
911
h
#ifndef BMD_H #define BMD_H typedef struct BMD_Header { unsigned int magic; unsigned int zero_0; unsigned int zero_1; unsigned int num_frames; unsigned int num_pixels; unsigned int num_rows; unsigned int unknown_1; unsigned int unknown_2; unsigned int zero_2; } BMD_Header; typedef struct BMD_Section...
[ "martianboy2005@gmail.com" ]
martianboy2005@gmail.com
4f60d038ec84abce5be7a1dde972c8c1cae12ca1
2387538de6d1d44b55adc813cfe87cebc80638d0
/KSJApi.Inc/KSJApi3A.h
73aa666400310173dccd6c6370fedc5685fb942a
[]
no_license
GongypGit/ksjapi
69a098f16b92588006c6743c3b1bcd7e14ac4bdb
f670e9c6f26046dfe5c1a3b95aeb438ceb450b6f
refs/heads/master
2020-06-07T16:57:10.581801
2019-06-06T08:45:26
2019-06-06T08:45:26
193,060,170
0
1
null
2019-06-21T08:22:29
2019-06-21T08:22:29
null
GB18030
C
false
false
5,781
h
#ifndef __KSJ_API_3A_H__ #define __KSJ_API_3A_H__ // #pragma message("Include KSJApi3A.h") #ifdef KSJAPI_EXPORTS #define KSJ_API __declspec(dllexport) #elif defined KSJAPI_STATIC #define KSJ_API #else #define KSJ_API __declspec(dllimport) #endif #ifdef __cplusplus extern "C"{ #endif // 设置自动曝光的区域,这个区域是...
[ "gp@catchbest.com" ]
gp@catchbest.com
c7af4c4ad98764c7687d4a939258190aca546f29
75196f8ad682b411b16af317f110a3622f648c63
/src/usb-linux.c
6543ea4fe235b0b7673728dd87304a9258489cd5
[]
no_license
fatman2021/muforth
22685062dab7712d7cfb36f486bd05703cab952d
c58a886cfe56da6aa5ca312e6d55f5b65ccc4cb2
refs/heads/master
2021-01-17T22:40:06.545998
2015-05-15T00:42:20
2015-05-15T00:42:20
39,743,974
1
0
null
2015-07-26T22:09:23
2015-07-26T22:09:23
null
UTF-8
C
false
false
9,384
c
/* * This file is part of muFORTH: http://muforth.nimblemachines.com/ * * Copyright (c) 2002-2015 David Frech. (Read the LICENSE for details.) */ /* * Linux support for USB devices. */ #include "muforth.h" #include <ctype.h> /* isdigit */ #include <sys/types.h> #include <dirent.h> /* opendir, ...
[ "david@nimblemachines.com" ]
david@nimblemachines.com
3578a692c2bf4772bbd7a003f35f065e824527d9
e5661d9c3e410225e7250df31b57650cabb676b2
/Backend-3/Stage1&2/Stage1/morphologyConstants.h
ded07b20fea1e664cc139502c4ae58b3a32eac4c
[]
no_license
Azad-Hall/open-soft-2013-2014
31ccb7cd9bf639cd0b3a79d8166a7cc94ae15b2f
0bbd01b8f21f9665249cb1cae1520aeb07b53efb
refs/heads/master
2021-01-13T00:56:14.072119
2015-09-25T18:52:41
2015-09-25T18:52:41
43,008,027
0
0
null
null
null
null
UTF-8
C
false
false
213
h
#ifndef __MORPHOLOGYCONSTANTS_H_INCLUDED__ #define __MORPHOLOGYCONSTANTS_H_INCLUDED__ enum MorphologyConstants { MORPHO_OPEN = 0, MORPHO_CLOSE = 1, MORPHO_DILATE = 2, MORPHO_ERODE = 3, WHITE = 255 }; #endif
[ "gupta.harsh96@gmail.com" ]
gupta.harsh96@gmail.com
37fe3469c398917762937e308953984c57e0352e
cfe923712d2c07d6f4d45e41615aaa9f632348ba
/getCollector.c
132b96f3cd2b71d34e430f5fccb4edf9ffb63ee5
[]
no_license
leajon-first/bas
2dfaca432fa9c8f0b46f4bbbbb563d34c67f249f
5e8caee93f0eff65554eb5c6c409b4715893cced
refs/heads/master
2016-09-06T15:04:09.430344
2012-05-29T02:16:25
2012-05-29T02:16:25
null
0
0
null
null
null
null
UTF-8
C
false
false
3,016
c
/* * ===================================================================================== * * Filename: getCollector.c * * Description: * * Version: 1.0 * Created: 06/28/2011 08:02:32 PM * Revision: none * Compiler: gcc * * Author: kangle.wang (mn), wangka...
[ "304243050@qq.com" ]
304243050@qq.com
cc52a4ed48653b304c9ae918aa89c8e0ece75a09
4140f5b5f39b724afe66b9501b6703e58a304405
/ft_treattext.c
de51cbd3f537b2133cc4bff2b3b093ba1aa06a68
[]
no_license
MarcosMenezesMW/42_ft_printf
13e7b2d831caad575d70324246bd6b4851232cd8
215fd05c2f533bf2563322038894290c1f0f791b
refs/heads/master
2023-06-21T18:03:23.644787
2021-07-17T01:30:55
2021-07-17T01:30:55
386,732,718
1
0
null
null
null
null
UTF-8
C
false
false
1,551
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_treattext.c :+: :+: :+: ...
[ "mwmms@hotmail.com" ]
mwmms@hotmail.com
0bb8bd652857211e32ddffcebdc94b17fb11481b
fbe623eee50050b7847a453e2c8c455edc9f837d
/evdev.c
779b02ed7cef926cd379628bf3f397203a593f4d
[ "BSD-3-Clause" ]
permissive
liqingqiya/strace
781cf2a3867a7815720bdbde1ff0bf9637650c94
89d8c578e79c6b2b826c288f79a78ef97960fac6
refs/heads/master
2021-01-12T05:46:03.780756
2016-12-22T17:07:24
2016-12-22T23:11:02
null
0
0
null
null
null
null
UTF-8
C
false
false
12,084
c
/* * Copyright (c) 2015 Etienne Gemsa <etienne.gemsa@lse.epita.fr> * Copyright (c) 2015-2016 Dmitry V. Levin <ldv@altlinux.org> * 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. Redis...
[ "ldv@altlinux.org" ]
ldv@altlinux.org
fc75ffec8fb5e4300c10eeb019e565e5bded8c0a
dcf26a6bcf853a3f8f6f50f9379998ef4d8aad40
/third_party/ltp/testcases/kernel/syscalls/memmap/mem03.c
ca22c0a434d652c229d0e1fe8b44b657f9af90b4
[]
no_license
small-seven/testmem
c5f3202dce1c369e9d84cdaaccc2008b827c16d8
2771460c617439bd1be562ffdc94543ea170a736
refs/heads/main
2023-03-12T22:16:28.824577
2021-03-03T04:24:59
2021-03-03T04:24:59
343,847,762
1
0
null
null
null
null
UTF-8
C
false
false
603
c
#include <stdio.h> #include <signal.h> #include <stdlib.h> #include "test.h" #include <unistd.h> #include <errno.h> #include <time.h> #include <string.h> #include <sys/types.h> #include <sys/stat.h> /* definitions for open() */ #include <sys/mman.h> /* definitions for mmap() ...
[ "huihuigong@users.noreply.github.com" ]
huihuigong@users.noreply.github.com
0c28f4f949f37075bf054719939b784888c214b6
37f3392ce6bf2839aebe923fb5b6d9436e7b9257
/udp_client.c
e502126af0f3423ea5ccb3ce34e5b5e504f49675
[]
no_license
ggzzggzz/SocketProgramming
8e1af26ee559dcea5931bd5efa76bfa332f093a6
8ba829b7dc384edb9a8075e8dc01128abb61a492
refs/heads/master
2023-05-27T02:47:31.955739
2021-06-16T02:51:28
2021-06-16T02:51:28
346,194,816
0
1
null
null
null
null
UTF-8
C
false
false
1,633
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <arpa/inet.h> #include <sys/types.h> #include <sys/socket.h> #define BUFSIZE 30 void error_handling(char *message); int main(int argc, char *argv[]) { int clint_sock; char message[BUFSIZE]; int str_len,add...
[ "ggzz553@gmail.com" ]
ggzz553@gmail.com
07f9e2cef5f470d0b7884b133a313f5bd8e0782c
bc8e1e33f7d60a6808d3539fef337f181acdade1
/2_Parser/source/util.h
832e5adb3759cf51f32239fbc0287e46e00a5947
[]
no_license
Sangwonkwak/Compiler
6f45b808dd50422d828dd697a7945885043425c6
f6ed9437a987c49b11819f42e470d42165324d53
refs/heads/master
2023-02-23T01:04:16.135877
2019-12-15T12:03:24
2019-12-15T12:03:24
332,155,388
0
0
null
null
null
null
UTF-8
C
false
false
1,245
h
/****************************************************/ /* File: util.h */ /* Utility functions for the TINY compiler */ /* Compiler Construction: Principles and Practice */ /* Kenneth C. Louden */ /********************************************...
[ "kwaksw10101@naver.com" ]
kwaksw10101@naver.com
426f4a6fe2342ed52fc5c6e145607070b73abb1a
19d16656659d625d30bfccced5d51826772f5435
/CLang/Pointers/point.c
1c1aaffff3b2888ea9e62cd2b1118d2d920fb2bf
[]
no_license
mannann/minacs50
5c76d9d0393d070a6a46da667a3de16829757ca5
14cbe1a7de1623696acd10eaf101752065755f7a
refs/heads/master
2020-05-20T18:25:11.894824
2019-05-09T03:18:16
2019-05-09T03:18:16
185,703,311
0
0
null
null
null
null
UTF-8
C
false
false
320
c
#include <stdio.h> #include <stdlib.h> int main(){ printf("Creating a pointer in heap memory. \n"); int *p; p = (int *)malloc(5 * sizeof(int)); p[0] = 1; p[2] = 3; printf("%d \n", p[0]); printf("%d \n", p[1]); printf("%d \n", p[2]); printf("%d \n", p[3]); printf("%d \n", p[4]); }
[ "ubuntu@6cea0f54ee0b" ]
ubuntu@6cea0f54ee0b
7e06deed4b54d0d42037d3906752164a4cd04994
e8aba612dca337119c0935e953239f07f1a209e6
/GreatestAmongst3.c
c1489af0d007fc2ee72d91609a89753ee6cf98fa
[]
no_license
Anurag-Dutta/C-Codes
6429626f813663c5184db3707f0a02e4337a7130
b75c40bf74b0df1397f2e388f224c4f0c0ae65a8
refs/heads/main
2023-08-31T08:53:33.792389
2021-10-13T07:29:05
2021-10-13T07:29:05
410,187,039
0
0
null
null
null
null
UTF-8
C
false
false
552
c
#include <stdio.h> #include <conio.h> int main() { int num1,num2,num3; printf("Enter the 3 numbers : "); scanf("%d %d %d",&num1,&num2,&num3); if(num1>num2) { if(num1>num3) { printf("%d is largest",num1); } else { printf("%d is largest"...
[ "“1anuragdutta@gmail.com”" ]
“1anuragdutta@gmail.com”
b4ac48a3a9af0aef58907e066feaa656719da1f6
017513c8d953cff980a68531f2803bbcb54ee11f
/kungfu/skill/kongming-quan.c
c17f79060fdbd9a37d9d641771b2e47452e2eeb2
[]
no_license
kokojie/xkx100
30d0abd19f892d273f50f08b4d04b64c95447485
aad7f48dec505af9cf1cf5ac3406fc9c3c5fee9c
refs/heads/master
2020-04-01T15:36:14.737860
2013-08-07T03:20:19
2013-08-07T03:20:19
null
0
0
null
null
null
null
GB18030
C
false
false
3,945
c
// kongming.c 空明拳 // Last Modified by sir 10.21.2001 #include <ansi.h>; inherit SKILL; string type() { return "martial"; } string martialtype() { return "skill"; } mapping *action = ({ ([ "action": "$N使一招"HIW"「空屋住人」"NOR",双手轻飘飘地箍向$n$l", "lvl":0, "skill_name": "空屋住人" ]), ([ "action": "$N左掌一平,右掌一伸,一招"HIW"「空碗盛饭」"NOR"直拍...
[ "jackyueq@gmail.com" ]
jackyueq@gmail.com
6e1456f284a15f0682142570c9b0e23dc81e5952
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/fastsocket/kernel/arch/ia64/kernel/extr_iosapic.c_gsi_to_irq.c
9908d6db884aff701f0c0e41eb3104db29c6f2c2
[]
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
825
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
af8b217dbee06f19062ea3b0e0f3caf8836ba0a4
6432ffa0649947cdb0c2045a3a7b2b2bee27e8c2
/d/wuyi/sangufeng.c
7e2601a639a1734c91b89f3cb0108f8c2ce738b8
[]
no_license
MudRen/xkx100
f2e314a542e459502e28f311cd9f20ee7f7c6f43
dfca57e056460d7c0532a6e19a5e4add94a5588d
refs/heads/main
2022-03-05T00:08:01.398338
2022-01-25T09:00:27
2022-01-25T09:00:27
313,971,845
6
3
null
null
null
null
UTF-8
C
false
false
897
c
// Room: /d/wuyi/sangufeng.c // Last modified by Winder on Mar.20.2002 inherit ROOM; void create() { set("short", "三姑峰"); set("long", @LONG 三姑峰为一座上方开裂为三块巨岩的峰丛,状如三个站立的仙姑。 山下有一深潭,名叫龙潭。从潭中流下的泉水,就叫三姑泉。相传远古 大旱,禾苗干枯,百姓万般焦苦,百般求雨而苍天充耳不闻。三个仙姑 在百姓几近绝望之时,挺身施助,终致甘霖。但三位仙女也不能再还仙 身,化石成山,用留人间。 LONG ); set("outdoors", "wuyi"); se...
[ "freddy.chua@ey.com" ]
freddy.chua@ey.com
47b316ee12e7be831bd124b40ba8645362409243
5791d786c0f26fc287ac0fa7b293fe7339e041c2
/Classes/spiceCpp/spicelib/devices/bsim1/b1disto.c
48ce2986f52cb6434785160385fc1cf5c8ff1c0a
[]
no_license
fengmm521/myspice
2c2da3e9c250e0a4193d2d999b2eb119c18f0d38
aacf57b4a11a34aa8ed38ee3557f6dc532aabffb
refs/heads/master
2021-01-10T11:26:53.150769
2015-09-27T16:28:59
2015-09-27T16:28:59
43,237,336
3
2
null
null
null
null
UTF-8
C
false
false
43,882
c
/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1988 Jaijeet S Roychowdhury Modified: AlansFixes **********/ #include "ngspice/ngspice.h" #include "ngspice/cktdefs.h" #include "bsim1def.h" #include "ngspice/sperror.h" #include "ngspice/distodef.h" #include "ngspice/suf...
[ "fengmm521@gmail.com" ]
fengmm521@gmail.com
d92486fe10a9d2ce0d7854414de344c0e1b102ce
56d1c42e352be5d09bdb7ba7812ab617d383f995
/0x04-more_functions_nested_loops/2-mul.c
de2aef0414da9492fc999e90246bc8d3129acfae
[]
no_license
camilo620/holbertonschool-low_level_programming
6cb1645a7bdd1d5b2d2be60cb3ea86c6aff0a61c
2b02a85d7f9af9efceb5db2e29cb561989eb46e2
refs/heads/master
2020-12-29T08:03:39.694738
2020-11-09T02:52:14
2020-11-09T02:52:14
238,526,768
0
0
null
null
null
null
UTF-8
C
false
false
225
c
#include "holberton.h" /** * mul - multiplies two integers * * @a: integer to be multiplied * @b: second integer to be tested * * Return: result * */ int mul(int a, int b) { int result = a * b; return (result); }
[ "camilo.pulgarin11@gmail.com" ]
camilo.pulgarin11@gmail.com
4e59b7866a701308c457dbbef5099fe713e852ac
351bc2fa1635fa6915469ed91f0ad7c9a4f9f15a
/Project_Euler/artem_tkachuk/1/problem_1_solution.c
3683c13cb19762305294edf19c59fa78f12e31f6
[]
no_license
ARC-Computer-Science-Club/Code-Review
4bdfbef12598dc781bcd7a24c52ebcbc25728d5a
506e609994688060b98cf91bd190631aee81c2ad
refs/heads/master
2020-07-21T12:36:36.670510
2018-10-02T20:58:14
2018-10-02T20:58:14
206,866,724
0
0
null
null
null
null
UTF-8
C
false
false
356
c
//Artem Tkachuk //Problem 1 solution //C programming lanugage #include <stdio.h> int main(void) { int sum = 0, i = 3, j = 5, below = 1000; for (; i < below; i += 3) { sum += i; } for (; j < below; j += 5) { if (j % 3) { sum += j; } } prin...
[ "tkachukjr@gmail.com" ]
tkachukjr@gmail.com
941dfb99e4c03af09b552bd683c28158aac8e988
b6db8cc288ad2fe9def3193065f8c6d7f90cf1b3
/sachin.c
5080256e160767fcfd55dccf13a2f113f8d3f510
[]
no_license
SacHin72/os-project
8e63ac41d2cab7572a4206a160b0bded1d26192e
69c90685bf005addfdd8cf135dd06467ebcd657c
refs/heads/master
2020-03-09T17:59:33.073624
2018-04-15T16:26:33
2018-04-15T16:26:33
128,921,352
0
0
null
null
null
null
UTF-8
C
false
false
2,940
c
#include<stdio.h> #include<stdlib.h> int bur_time=0,n; int min,k=1,process[20]; float avg_wttime=0,avg_turntime=0,turntime_sum=0,wttime_sum=0; void enterprocess(void) { for(int i=0;i<20;i++) { process[i]=i; } } int burst_time[10],temp,arr_time[10],wait_time[10],turn_time[10],turn1=0,sum=0; int pri...
[ "noreply@github.com" ]
SacHin72.noreply@github.com
b6d43d2736159b953b78645b29e142004e465407
6af5b637526b51cebdd5d828b7fcd74e133c8e6b
/尝试/尝试/源.c
3ce60d92633f1526d7848592c7286b029960ca7b
[]
no_license
FeierSarah/study
a4d134dc4078adbd56bb94c69a4cba7ec8d529d7
57f1d579196fd9234d42478efae2c95dbc6b319b
refs/heads/master
2021-07-11T23:04:49.996554
2020-09-10T04:15:21
2020-09-10T04:15:21
185,595,648
0
0
null
null
null
null
GB18030
C
false
false
2,905
c
//#include <stdio.h> //#include <string.h> // //void func(char str_arg[100]) //{ // printf("\nstr_arg = %s\n", str_arg); // printf("sizeof(str_arg) = %d\n", sizeof(str_arg)); // printf("strlen(str_arg) = %d\n", strlen(str_arg)); //} // // //int main() //{ // char str[] = "Hello";//注意和char * str = "Hello";是不一样的结果 // pri...
[ "2109625761@qq.com" ]
2109625761@qq.com
0fdaa192a37f47163d53d634e7f7d1289b7017c8
7f49001b258dd1000e6d99e5a2ff595aadb58e53
/lb/code/src/adlb-time.h
da5a8317ca570229bb025f43b115853eff05cdaa
[ "Apache-2.0" ]
permissive
swift-lang/swift-t
12d54d5e85c6c42d87243f4cec4fe925411f380c
f343914960a236625fe923a76c96bd1bd80e6c9e
refs/heads/master
2023-08-31T09:02:03.608202
2023-08-29T19:12:09
2023-08-29T19:12:09
20,723,431
61
26
Apache-2.0
2023-02-03T16:25:32
2014-06-11T11:57:09
Java
UTF-8
C
false
false
825
h
/* * Copyright 2013 University of Chicago and Argonne National Laboratory * * 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 * * Unles...
[ "wozniak@mcs.anl.gov" ]
wozniak@mcs.anl.gov
cc896fd685ce19ec1299e5720b000139c8c5d8e4
e1ae02e3bfffb9c39f6d7998ca5dbf7e9ed7da41
/accordion/RGSSReset.h
1712e18d62ebf6593c2358de1b22ada5a57793f1
[]
no_license
qnighy/tapir-old
9e63de8200f9bc1217b3da018673faa210fe41be
57fdb66b53eb892845e6302316dc11c613b4ba3d
refs/heads/master
2021-05-29T06:01:52.266863
2015-09-06T03:56:32
2015-09-06T03:56:32
39,551,395
1
0
null
null
null
null
UTF-8
C
false
false
435
h
/** * @file RGSSReset.h * @brief It defines RGSSReset class. * @author Masaki Hara */ #ifndef RGSSRESET_H_INCLUDED #define RGSSRESET_H_INCLUDED #include <ruby.h> #ifdef __cplusplus extern "C" { #endif /** * @brief Corresponding to the Ruby class RGSSReset. */ extern VALUE rb_eRGSSReset; /** * @brief Initial...
[ "ackie.h.gmai@gmail.com" ]
ackie.h.gmai@gmail.com
11d606ff0d808839e81ba44696d188843272cb56
6fd7ba589334039adbd021109857eecc69b77d30
/LOGO.H
6ddeaf383e1ab6a09a6a7975093f1cf6da68bfd0
[ "MIT" ]
permissive
mr-shitij/Demonstration-of-OS-in-C
a2f06efee18bb877ae3f04d55fa228f306520c15
bfbbd27e72f11aa5495aed0df61fb4283a5a2e94
refs/heads/master
2022-11-01T20:35:04.291868
2019-07-21T13:54:13
2019-07-21T13:54:13
198,062,503
0
0
null
null
null
null
UTF-8
C
false
false
32,003
h
void outlogo(int x,int y,int choise); int button(int x1,int y1,int x2,int y2,char text[],int color,int size,int font); void outlogo(int x,int y,int choise) { static int i=0,j=0; const static int diga[60][50]= { {3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3...
[ "noreply@github.com" ]
mr-shitij.noreply@github.com
66d2bafbe981be92e68e2975ea85426db08b6ba6
a5115d30eda114644765d31d504f4c390dd143ed
/clipboard/common.h
29bcdfa65d70bc70b804c04c57f6e39090606aba
[]
no_license
rbtylee/Clipboard2.0
cff2be853a9fc2a6647ba951598686aec7cefcb0
240615095d2b3cd6f674fe189e33a5339d4f0d72
refs/heads/master
2022-08-16T12:52:56.627915
2020-05-21T19:14:07
2020-05-21T19:14:07
262,010,151
0
0
null
null
null
null
UTF-8
C
false
false
2,504
h
#ifndef CLIPBOARD_COMMON_H #define CLIPBOARD_COMMON_H #include <string.h> #include <e.h> #include "config.h" #define MAGIC_LABEL_SIZE 50 #define MAGIC_HIST_SIZE 20 #define MAGIC_IGNORE_WS 0 #define LABEL_MIN 5 #define LABEL_MAX 100 #define TIMER_MIN 0 #define TIMER_MAX 240 /* Stuff for convenience to compress...
[ "ylee@bodhilinux.com" ]
ylee@bodhilinux.com
ec9e78248d922b3c36d7ff56f604d7045b25ef3e
68aa19147c379ad0c6e480ff18e5c0fd25a00887
/verds/inc/q0cnf.h
aaab2eca2591619591b960716a179ed969d2e75b
[]
no_license
baoyulong/dataset-for-mcVer
7249a1911a989e61956ba97956a15e0317f96268
c9e5184e1e4496c7ac881a8f6cb7cf83ecaa8208
refs/heads/master
2023-03-17T13:47:57.763057
2021-03-08T08:18:03
2021-03-08T08:18:03
342,498,482
1
0
null
null
null
null
UTF-8
C
false
false
2,167
h
#ifndef q0cnf_h #define q0cnf_h /***********************************************************************/ #include <stdio.h> #include <ctype.h> #include <stdlib.h> #include <math.h> #include <time.h> #include <string.h> /***********************************************************************/ #define ZWH #define LOCAL ...
[ "904992502@qq.com" ]
904992502@qq.com
cf25869a07d8622a5d2d36f54e0204f1fc6982a2
05bd89f61623c130cfa36d3c5b0d1e8617005cc4
/0x0D-preprocessor/2-main.c
661d530c325167fba393a4908fec2fa91f635f69
[]
no_license
stevenbrand99/holbertonschool-low_level_programming
bf832e2188f8fa832d08532a0dff161fd29554c3
c72c1e8716190251271f19ca9e42dcbf34f1dd89
refs/heads/master
2022-12-14T19:45:48.322233
2020-08-27T05:11:33
2020-08-27T05:11:33
null
0
0
null
null
null
null
UTF-8
C
false
false
115
c
#include <stdio.h> /** * main - main * Return: 0 */ int main(void) { printf("%s\n", __FILE__); return (0); }
[ "steven.brand1999@gmail.com" ]
steven.brand1999@gmail.com
5e1a481d0b21caed7482f3393679b977749039d8
c5678c48f6484c9f8829097457fe2201ac753ba8
/practice/C-string/reverse.c
6234e9da2cb9dc723234157b13b6144bdee5dcbf
[]
no_license
janeodum/Cracking-the-coding-interview
7b774b4b56fa0e11097808730791b49f73639237
2f67d0d4803fe8166295f7f9931e909a0fc711ee
refs/heads/master
2020-05-09T22:55:08.794695
2019-04-15T13:03:00
2019-04-15T13:03:00
181,486,651
3
0
null
null
null
null
UTF-8
C
false
false
416
c
#include <unistd.h> #include <stdio.h> static void ft_swap(char *a, char *b) { char temp; temp = *a; *a = *b; *b = temp; } char *strrev(char *str) { char *begin; char *end; begin = str; end = str; while (*end != '\0') { end++; } end--; while (begin < end) { ft_swap(begin, end); begin++; end...
[ "janeodum41@gmail.com" ]
janeodum41@gmail.com
4fedef887206abfcac81eead5e5757b2e62ade70
e1ec46032b9159aa3012fdc2cb84c58dc3b2b8c0
/timeapp_discovery.c
fe5f3c384c06f1ddff6d27e974a5f0533583adc0
[]
no_license
sousouretu/ANCS
b34652ced306b4803ed300279cfa159c32427f0c
fb2a559f05c01c54f851c9bcc7993fe6273401c1
refs/heads/master
2020-12-25T13:45:43.300947
2014-12-10T10:34:55
2014-12-10T10:34:55
20,630,767
0
0
null
null
null
null
UTF-8
C
false
false
9,112
c
/************************************************************************************************** Filename: timeapp_discovery.c Revised: Laura Kassovic @ MbientLab Revision: 1/21/2014 Description: Time App service and characteristic discovery routines. Copyright 2011 - 2013 T...
[ "Laura@kassovic.com" ]
Laura@kassovic.com
0b7611b1542e25201b625584b7cd7d1670d02694
3664f2fb3f6c46f94fa5143bc1579c1c8a5a176c
/src/COMMON/GUI.H
54f2623cfb91dfdba2985c41176bf6ef0403182b
[ "MIT" ]
permissive
binary-manu/flipflops
78af07a33451fde44cf5c40c334078f17551b046
887afd46eece8e820d880ff95e08e51a424a583f
refs/heads/master
2022-04-16T11:59:22.623995
2020-04-10T10:47:18
2020-04-10T10:47:18
254,612,311
0
0
null
null
null
null
UTF-8
C
false
false
413
h
#define UP_ARROW 'H' #define DOWN_ARROW 'P' #define F1 59 void DrawFrame(short, short, short, short, char * const); void DrawFrame(short x1, short y1, short x2, short y2, char * const msg) { unsigned short l; line(x1, y1+3, x1, y2); line(x2, y1+3, x2, y2); line(x1, y2, x2, y2); outtextxy(x1+3+8, y1, ms...
[ "47382117+binary-manu@users.noreply.github.com" ]
47382117+binary-manu@users.noreply.github.com
0c3c8a63d20af1162f9116b109ccb0c13b6ae26b
b7ab7cb00dc1103ccdd487d490da77bce338cd81
/src/apply_specifier.c
de1a96e058a20f503f4b11f104418524504bc7df
[]
no_license
jleem99/42seoul-ft_printf
ae44ebba744bc8b61fda9a9b051047c26548d00b
13265b7292e2921e85c38c81230bfa60f3c1b26b
refs/heads/main
2023-06-30T21:52:49.475658
2021-08-06T21:54:22
2021-08-06T21:54:22
333,945,552
1
0
null
null
null
null
UTF-8
C
false
false
2,326
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* apply_specifier.c :+: :+: :+: ...
[ "kch79624@gmail.com" ]
kch79624@gmail.com
e8c731dd747fe864a3885999b682560c3a8032a5
636880fa16ddb6c84be1764ddacb8e700ffaf5d3
/src/pifile.c
26e0979fe7d9cc63f1b7b97c0180a5313116cf11
[]
no_license
parof/pilisp
67c946d9637781f180f66193a7699219baac442e
55d559126e04fd1148748085877ee43c674b26ba
refs/heads/master
2021-06-03T14:30:34.334433
2021-01-07T16:37:05
2021-01-07T16:37:05
132,271,225
26
0
null
2018-07-23T15:51:32
2018-05-05T17:46:44
C
UTF-8
C
false
false
1,667
c
#include "pifile.h" void write_program_to_file(char *file_name, char *program_text) { // write the program in a file FILE *program_file_write = fopen(file_name, "w"); int results = fputs(program_text, program_file_write); if (results == EOF) pi_error(MEMORY_ERROR, "error writing program file"); fclose(pr...
[ "parolini.francesco.1@gmail.com" ]
parolini.francesco.1@gmail.com
f6f279f337ed6854248f092de8506dba71b72671
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/FFmpeg/libavcodec/extr_vaapi_encode.c_vaapi_encode_pick_next.c
7b108900001b2a6bc938e6dd7eb448e62916a729
[]
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
6,334
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
5e88e8a7ccfbe6a0b33e56c670991dd85165a40e
c090a2aae0d5ac954acf76776250574b1d7b341f
/two_rounds/strutture.h
3b04eafe2c7122a5853121ef4cf6c7214910c28c
[]
no_license
engantoniopapa/2Rounds
b944ee830e877a75f87080eef4065878ff1291ce
3cd3e2930ead77ff38bd99ee4f2ea2aa4c67e587
refs/heads/master
2021-01-24T09:03:42.112612
2016-10-02T18:35:19
2016-10-02T18:35:19
69,791,355
0
0
null
null
null
null
UTF-8
C
false
false
10,916
h
#ifndef STRUTTURE_H #define STRUTTURE_H #define fflush(stdin) while ((getchar()) != '\n') // per pulire stdin #define _MAX_FILE 200 // massimo numero di file da metere in condivisione #define _MAX_HASH_VICINO 2 // massimo numero di hash presenti nella struttura Neighbour #define _FANOUT 7 // numero di nodi del fanou...
[ "eng.antonio.papa@gmail.com" ]
eng.antonio.papa@gmail.com
6eb2b14fc5079f674bad538296aad96d411aa731
01306c8115cb63bc8f17338e1e8ccf7b1a08b464
/PROGRAMACION ESTRUCTURADA 2019/codeblock, prog. estruct/1final 6-12-2016/main.c
4b5437c83f96ee1a0742b933678af2eb62c4db9f
[]
no_license
andreecueva97/Programacion-Estructurada
0fb33bf13bd5e6c3bf7bee82cf986e202cca857e
e660d1d9ac1d54db6cdb18086ab1604dc05f9471
refs/heads/master
2022-11-06T16:04:36.804643
2020-06-29T05:09:36
2020-06-29T05:09:36
275,733,412
0
0
null
null
null
null
UTF-8
C
false
false
1,276
c
#include <stdio.h> #include <stdlib.h> /* int *cargarArr(); int sumPares(int* arr); int main() { int* arr; arr=cargarArr(); printf("%d",sumPares(arr)); return 0; } * 1.1 * int *cargarArr(){ int *arr=NULL,i=0,n=0; arr=malloc(sizeof(int)); printf("Ingrese numeros: "); scanf("%d"...
[ "andreecueva6@gmail.com" ]
andreecueva6@gmail.com
0dbfd55ccd06528ad6d1c28f6b2c6530599ad1cf
cfe69fc556729bdecf2118fa5bc329343c42ed80
/10.0.10240.16384/ntoskrnl/Functions/sub_540710.c
eaa5f25d50654598b7ea3b6caac7d59b7ed9a404
[]
no_license
Myprivateclonelibrary/W10M_unedited-decomp
8e5ec89a20e634ffc53457a40b0fd6d8a9e1757a
67b05851a3e262ff8a5d11ee50db34f28c350f16
refs/heads/main
2023-08-31T06:00:37.303105
2021-05-15T23:53:23
2021-05-15T23:53:23
null
0
0
null
null
null
null
UTF-8
C
false
false
775
c
// sub_540710 void sub_540710() { _DWORD *v0; // r4 unsigned int v1; // r1 unsigned int v2; // r2 int v3; // r3 _DWORD *v4; // r2 if ( PpmParkMaximumCoresParked() && PpmPerfMinimumPerfReached() ) { v1 = dword_6174B8; while ( v1 ) { v2 = __clz(__rbit(v1)); v1 &= ~(1 << v2); ...
[ "64583248+Empyreal96@users.noreply.github.com" ]
64583248+Empyreal96@users.noreply.github.com
807077f789a9d00ab98fa434a6a7c72327951c78
4b1320c559d288f7356d55dcc69d46e7d825b220
/deltaDebug.C
2168f631a2b792f42c4361d0336e9b2906187cc7
[]
no_license
hertzsprung/deltaDebug
1c10e9c749921e65902e5a0cc8da95feb1f0d140
7ee792071b90a6f01f04760297afade47fc9b0c8
refs/heads/master
2021-01-10T10:43:00.820893
2016-01-18T15:14:06
2016-01-18T15:14:06
49,884,935
0
0
null
null
null
null
UTF-8
C
false
false
786
c
#include "fvCFD.H" #include "OFstream.H" int main(int argc, char *argv[]) { #include "setRootCase.H" #include "createTime.H" #include "createMesh.H" volScalarField T ( IOobject ( "T", runTime.timeName(), mesh, IOobject::MUST_READ, ...
[ "js102@zepler.net" ]
js102@zepler.net
bdcc591e080402ddbbf7ec2e06718eb850f7e863
4068f833218714c1f32575b047585b6d7f0573bb
/v3y/tetranet.h
da8ecebc10d56c2dc4de3ae5efdc00ad16c62ce5
[]
no_license
m4rtinj/tetra
98840326d45f1e853722210dc763f0f2ebe67682
bef63e920d856370b67c7a74408c3c0325656210
refs/heads/master
2020-05-31T00:36:06.890695
2011-01-27T01:53:50
2011-01-27T01:53:50
1,036,954
0
0
null
null
null
null
UTF-8
C
false
false
6,606
h
/* * tetranet.h * * A tetraederhalozat leirasa es alapmuveletei. Valtozat: V3Y * 2010-2011 - Martin Jozsef */ #ifndef TETRANET_H_ #define TETRANET_H_ /* ------------------------------------------------------------------------------------- * tipusdefiniciok * * a megvalositott adatszerkezet fuggvenyeben...
[ "jozsef.martin@gmail.com" ]
jozsef.martin@gmail.com
47ebc1c297d4ce68aa59afbfa48125d680066025
626979c9b062f66a8434ecc76c04fd6761782bd7
/vectors/mpq/mpq-vector-types.h
3868cfbc4d0e664a5d1a51e96b1e9f370137a906
[]
no_license
cartazio/metalibm-lutetia
0bd75feb4298b276d8b93064b8b15c436f2020b0
f79541ea128c2580a885337d7f8b17b32076fb3d
refs/heads/master
2020-05-26T20:44:38.793562
2017-02-10T12:40:10
2017-02-10T12:40:10
82,502,209
0
0
null
null
null
null
UTF-8
C
false
false
653
h
/* mpq-vector-types.h */ /** * Types used for mpq-vector that do not form part of the module interface * (not present in mpq-vector.h. */ #ifndef MPQ_VECTOR_TYPES_h #define MPQ_VECTOR_TYPES_h /* user must include: gmp.h before this file. */ /** * The mpfr_vector type holds GMP rational elements. * Se...
[ "clauter" ]
clauter
397343a12239f59526ebe49cb0009835610853c9
da9e4cd28021ecc9e17e48ac3ded33b798aae59c
/SRC/WHIMORY/PUBLIC/PSEUDOVFL/PseudoVFL.c
b84569e6fc1c675304d391b1d92426c053c50c07
[]
no_license
hibive/sjmt6410pm090728
d45242e74b94f954cf0960a4392f07178088e560
45ceea6c3a5a28172f7cd0b439d40c494355015c
refs/heads/master
2021-01-10T10:02:35.925367
2011-01-27T04:22:44
2011-01-27T04:22:44
43,739,703
1
1
null
null
null
null
UTF-8
C
false
false
47,898
c
/*****************************************************************************/ /* */ /* PROJECT : PocketStoreII v1.0.0_build001 */ /* MODULE : Pseudo VFL ...
[ "jhlee74@a3c55b0e-9d05-11de-8bf8-05dd22f30006" ]
jhlee74@a3c55b0e-9d05-11de-8bf8-05dd22f30006
c71da366c9c277fd623957722a8ed1b245580b83
aa0230c9906c2c42ce92d24f9f167b24eeabf20d
/Programas M_A/Programa_M_A_PRO_LABORE.c
49ca9444c78e7093dc6b7e28a8a31b11666e20f9
[ "MIT" ]
permissive
MateusAttie/C
747b23a22ba0b805a5de083e58f5af5690e1b801
3ee4b6ed644d9f0bccf2cdf2efd6ba577d2318c3
refs/heads/master
2021-05-02T09:22:03.659145
2018-02-24T02:20:25
2018-02-24T02:20:25
120,822,767
0
0
null
null
null
null
ISO-8859-1
C
false
false
1,681
c
/*---------------------------------------------------------------------*/ /*---------------------------------------------------------------------*/ /*Autor: Mateus Ingegneri Attie----------------------------------------*/ /*Data: 21/03/2016---------------------------------------------------- */ /*Empresa: M&A Park ...
[ "noreply@github.com" ]
MateusAttie.noreply@github.com
f08255f87416b25d7ff587988d29f1598838c88b
b636da9e36be06c11ecf596545df8d221a5b0f35
/src/mame/drivers/dunhuang.c
aaa7f0b01508c918c2723374594b85ea95a460e9
[]
no_license
Ced2911/drunken-ironman
e8d1040ee8dc33dff9309ca2d7b2102f5b341f24
cad0a219576d3b0f9377c64fb5f66f4d69f8ceae
refs/heads/master
2016-08-08T12:52:13.064543
2012-08-21T19:57:46
2012-08-21T19:57:46
null
0
0
null
null
null
null
UTF-8
C
false
false
29,048
c
/********************************************************************************************************************* Mahjong Dunhuang (C)1995 Spirit driver by Luca Elia PCB Layout ---------- |---------------------------------------| |uPD1242H VOL UM3567 AR17961 ROM6| | 3.579545MHz ...
[ "Ced2911@gmail.com" ]
Ced2911@gmail.com
6cf0050f26a2ec3d79667fcd9b968a2bff0a1c20
f68ac611f74594da98c5ee264cf3d2540a0bb570
/lista02/1.c
92c28b42e294c2ad99395eccbaee90ce6a3984be
[]
no_license
marcossuzuki/pe_q32017_11121816
5fdd4aad15ed4c21ce7de1e8a18ab8428395883f
940f6ceaa61c4de0b3f2151c30e5f3e2b05ac72d
refs/heads/master
2021-08-18T21:37:41.654508
2017-11-24T00:35:30
2017-11-24T00:35:30
104,483,656
0
0
null
null
null
null
UTF-8
C
false
false
310
c
/* lista 2 exercicio 1 * Receba um valor inteiro e * retorne 0 caso par e 1 caso ímpar. * * Autor: Marcos Seiti Suzuki * Data: 15/10/2017 */ #include <stdio.h> int impar (int n) { return n%2; } int main () { int n; scanf ("%d", &n); printf ("%d\n",impar(n)); return 0; }
[ "marcossuzuki@gmail.com" ]
marcossuzuki@gmail.com
47e74496639724e091418ca414edd26c4c731927
49540061773fcc504c27a5db1a37318041c3cd05
/libc/src/lowlev.c
78959a0b45394c5114b06204a810a2532891320c
[]
no_license
JackDoan/locolab
ca21863b3e231ffe9a02e3a785333f5c0006ef23
70136e22da6a7aa898dd1748587db1aa0c53a136
refs/heads/master
2021-01-19T15:40:02.384886
2015-05-01T18:04:05
2015-05-01T18:04:05
34,374,728
0
0
null
null
null
null
UTF-8
C
false
false
26,438
c
/*****************************************************************************/ /* LOWLEV.C v6.4.2 */ /* */ /* Copyright (c) 1995-2015 Texas Instruments Incorporated */ ...
[ "me@jackdoan.com" ]
me@jackdoan.com
af595bdb2d9d8d4472b8a9d09dda7703d1f9fd31
9763b8751aaf32da14d07873c2037c1506f460d0
/ats1-lang/bootstrap1/ats_staexp2_pprint_sats.c
4a62c7c58a7e85b7c072bb086810f3d0394cc59a
[]
no_license
githwxi/atslangweb
cd6e9b2a397f7b4519da1d6e8a85e173ea804bcd
2f5ffdd17928105229136bcd002171dd3ed33192
refs/heads/master
2021-06-05T05:54:28.932086
2021-01-17T18:57:29
2021-01-17T18:57:29
101,407,249
3
0
null
null
null
null
UTF-8
C
false
false
1,286
c
/* ** ** The C code is generated by ATS/Anairiats ** The compilation time is: 2015-10-2: 10h:54m ** */ /* include some .h files */ #ifndef _ATS_HEADER_NONE #include "ats_config.h" #include "ats_basics.h" #include "ats_types.h" #include "ats_exception.h" #include "ats_memory.h" #endif /* _ATS_HEADER_NONE */ /* prologu...
[ "gmhwxi@gmail.com" ]
gmhwxi@gmail.com
035a7921d2af3ab66e5066ba5924dcb9ca82c494
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/37a2ec00-3a2c-4d36-ad87-d0cd2fc4fadd.c
402d6ba8f7a1507a801f7f322cfc578841ecf999
[]
no_license
nmharmon8/Deep-Buffer-Overflow-Detection
70fe02c8dc75d12e91f5bc4468cf260e490af1a4
e0c86210c86afb07c8d4abcc957c7f1b252b4eb2
refs/heads/master
2021-09-11T19:09:59.944740
2018-04-06T16:26:34
2018-04-06T16:26:34
125,521,331
0
0
null
null
null
null
UTF-8
C
false
false
565
c
#include <string.h> #include <stdio.h> int main() { float i; float j; float k; float l; i = 6; j = 9; //variables /* START VULNERABILITY */ int a; int b[36]; int c[10]; a = 0; do { //random /* START BUFFER SET */ *((int *)c + a) = *((int *)b +...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
de8899987197cc300408d825c1def53a0162664f
4e432b0a49606d35dce15ef4df4d90d881bf309e
/d/luoyang/obj/taoci10.c
59f61b464cbae6c8d79bdfe9c475cbf0b7ae9603
[]
no_license
MudRen/sanjie
352e8490ec289877da73b21475c1272409193650
87f491aa0608044f23cd3dfe61daed6ec424df58
refs/heads/master
2020-04-17T04:10:26.979307
2019-01-18T07:02:00
2019-01-18T07:02:00
166,217,299
0
1
null
null
null
null
GB18030
C
false
false
414
c
#include <ansi.h> inherit ITEM; void create() { set_name(HIW "白天目磁碗" NOR, ({ "baitianmu ciwan", "ciwan", "bai" }) ); set_weight(5000); if( clonep() ) set_default_object(__FILE__); else { set("unit", "只"); set("long", HIW "纯白无瑕,薄如纸的上佳瓷器。\n"...
[ "i@chenxuefeng.cn" ]
i@chenxuefeng.cn
f209d1e691f7afe70bfabcdf01251d0f07fd32c8
9425ff5fda3ddfbe6290505c6d0d307fd6d3ee95
/OSDesign/fifo.c
763a7d3dffbf4c83d7157f3995a0e788daca512f
[]
no_license
NotQuiteHeroes/SchoolProjects
76950601e7caf20f0643368adbc5bd0e912697bd
0d1f0f58fcd54818f0fb61882d74591548ed9d9e
refs/heads/master
2021-01-19T20:45:27.892078
2018-06-18T21:19:12
2018-06-18T21:19:12
88,544,749
2
0
null
null
null
null
UTF-8
C
false
false
1,225
c
/* Paige Eckstein Operating Systems Design Algorithm to show frame replacement and page fault of FIFO algoritm */ #include <stdio.h> int main(){ int refString[15] = {0, 1, 2, 5, 4, 6, 2, 5, 0, 1, 3, 2, 1, 0, 2}; int faults = 0, framesTotal = 3, pages = 15; int frames[3] = {-1, -1,...
[ "paige.eckstein@gmail.com" ]
paige.eckstein@gmail.com
265adcef1985b952b9572b0ff8b25291079eb3cd
de6a1a95444071c5ae201e0add4a6133905492ee
/apps/driver/i2c/sync/i2c_eeprom/firmware/src/config/sam_e54_xpro_freertos/tasks.c
c3f6a9ca58bd8a512b556d1a7b7bff879d936b04
[ "LicenseRef-scancode-unknown-license-reference", "ISC", "LicenseRef-scancode-public-domain" ]
permissive
fb321/core
bba2c99e7ab09d4c884fad7227fc4a98e1c38c81
ac3b1a4d576ee974ad9f1bcfdc7889a05c885a2d
refs/heads/master
2020-06-27T13:44:06.203997
2019-06-28T12:29:22
2019-07-02T14:15:32
199,966,101
0
1
NOASSERTION
2019-08-01T03:02:36
2019-08-01T03:02:36
null
UTF-8
C
false
false
4,681
c
/******************************************************************************* System Tasks File File Name: tasks.c Summary: This file contains source code necessary to maintain system's polled tasks. Description: This file contains source code necessary to maintain system's polled tasks. It...
[ "http://support.microchip.com" ]
http://support.microchip.com
cf4dd791806f61b8c2a548b9e148be85fc0f83a9
19e356aa308d3adef259a912b29950a3af37a2e2
/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Action_1_gen_48.h
3a3ea4885afc0921f4cd8caf2fddc4c9d1217bda
[]
no_license
minuJeong/AcocGame
87314d914b72290fff347cc590ae03669d10d6ba
24eeaba66393890998d55a633fcbd17d984549b4
refs/heads/master
2021-03-12T23:51:57.818655
2015-03-29T12:44:58
2015-03-29T12:44:58
32,936,460
1
0
null
null
null
null
UTF-8
C
false
false
573
h
#pragma once #include <stdint.h> // System.Threading.Tasks.Task`1<System.Collections.Generic.IEnumerable`1<Parse.ParseRole>> struct Task_1_t6885; // System.IAsyncResult struct IAsyncResult_t34; // System.AsyncCallback struct AsyncCallback_t35; // System.Object struct Object_t; // System.Void #include "mscorlib_System_...
[ "minu.hanwool@gmail.com" ]
minu.hanwool@gmail.com
090226772ac4fe8f6a1dd58690963eba3519c159
225f710f2cd47621651c5a73148c7922025a66e3
/min.c
f46a65b9d1a095192764de96bad27b2c8337d85f
[]
no_license
AnneMedvedeva/ft_filler
6abb082bbd5a8bffec1a40ec398cc5859c62eaca
b966e4bdbcc4b4273ef9bfebcc4381c0963a5285
refs/heads/master
2020-03-30T08:53:36.418955
2018-10-22T19:24:31
2018-10-22T19:24:31
151,047,445
1
0
null
null
null
null
UTF-8
C
false
false
1,635
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* min.c :+: :+: :+: ...
[ "amedvedi@e1r1p18.unit.ua" ]
amedvedi@e1r1p18.unit.ua
4498e79b460c80e90fe39d55caef1669ef733c17
93573a926af0af6b78f8adab7765c3bc52400352
/USER/main.c
5fda05dc92217aae43b6c4d512c37617e196c79a
[]
no_license
xxwqlee/DC_stm32
667ad2e6076fb8f5f3c75ad488410f8353cc567e
f4d221d738b27fda2fbdf8a22199a890eedfe656
refs/heads/master
2020-05-22T21:41:04.584385
2019-08-28T02:50:38
2019-08-28T02:50:38
186,530,821
2
1
null
null
null
null
GB18030
C
false
false
8,986
c
#include "sys.h" #include "delay.h" #include "usart.h" #include "led.h" //#include "key.h" #include "timer.h" //#include "exti.h" #include "sdram.h" #include "tftlcd.h" #include "ltdc.h" #include "mpu.h" #include "usmart.h" #include "malloc.h" #include "touch.h" #include "GUI.h" #include "WM.h" #include "includes.h" #i...
[ "229446832@qq.com" ]
229446832@qq.com
b20675a60b0826cba98aaa66905089d4e438a22f
2ec064eadf3d3d9a8533cdcee82f9ece9ddfe45c
/include/connect/ncbi_connutil.h
c4a9e2b554e91328c4e5152f705d6c4011eeee24
[]
no_license
richelbilderbeek/COBALT
7505aca7369123517579c651fe8ffd5621091100
88195316fd55427652e9b0ec7cb7043717005f55
refs/heads/master
2023-01-24T12:47:34.560973
2020-11-14T15:43:11
2020-11-14T15:43:11
312,837,021
0
3
null
null
null
null
UTF-8
C
false
false
35,354
h
#ifndef CONNECT___NCBI_CONNUTIL__H #define CONNECT___NCBI_CONNUTIL__H /* $Id: ncbi_connutil.h 522511 2016-12-20 16:20:07Z ivanov $ * =========================================================================== * * PUBLIC DOMAIN NOTICE * National Center for Biotechnology Info...
[ "richel@richelbilderbeek.nl" ]
richel@richelbilderbeek.nl
0ead732bae9659b10ae7c6edf7ec36f93b482dba
3b9b4049a8e7d38b49e07bb752780b2f1d792851
/src/build/linux/debian_wheezy_i386-sysroot/usr/include/mit-krb5/gssrpc/pmap_clnt.h
993bce27cd9424a586605b583122e41cb6aa46cf
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
webosce/chromium53
f8e745e91363586aee9620c609aacf15b3261540
9171447efcf0bb393d41d1dc877c7c13c46d8e38
refs/heads/webosce
2020-03-26T23:08:14.416858
2018-08-23T08:35:17
2018-09-20T14:25:18
145,513,343
0
2
Apache-2.0
2019-08-21T22:44:55
2018-08-21T05:52:31
null
UTF-8
C
false
false
3,429
h
/* @(#)pmap_clnt.h 2.1 88/07/29 4.0 RPCSRC; from 1.11 88/02/08 SMI */ /* * Copyright (c) 2010, Oracle America, Inc. * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributi...
[ "changhyeok.bae@lge.com" ]
changhyeok.bae@lge.com
5dfa3e5b0d9f5e88c57af83354719499478a6b7d
cdc70cc9080de1234ac6f01fdb727f2b912d3a96
/client/ftppublic.h
7bb6cb2d7a674058cc09f1387ed489388ba5d57f
[]
no_license
djjsdtc/linux_c_myftp
42bbe47f640684211450b39c9b071b06bb43e3c5
966d713bfc7f3a5200f14da7a30dc3c06436093d
refs/heads/master
2021-08-15T22:35:59.638458
2017-11-18T12:38:57
2017-11-18T12:38:57
111,203,333
0
0
null
null
null
null
UTF-8
C
false
false
699
h
#ifndef _FTPPUBLIC_H #define _FTPPUBLIC_H //bool类型定义 static const int true = 1; static const int false = 0; typedef int bool; //命令代码定义 #define MKDIR 0 #define RMDIR 1 #define PWD 2 #define CD 3 #define LS 4 #define PUT 5 #define GET 6 #define BINARY 7 #define ASCII 8 #define DATA 9 //命令返回值定义 #define CANTRANSFER 10 #...
[ "358930328@qq.com" ]
358930328@qq.com
28ba369d13e043d5dbc0631596e5e4a082784eee
817c4df6b5e2ef294f0a32e5300f849145e08da9
/qnx/reference/openqnx-master/trunk/utils/s/svn/subversion/libsvn_repos/reporter.c
55f7ccfddd000314afeeda9b715c0d60060d5707
[ "BSD-2-Clause" ]
permissive
wizardst/mycode
c7a019816fb8274a067faaa1c0e47ca621b6b469
deb5ac69d59892066cf59e7e1c87cd2e1e1fd14f
refs/heads/master
2021-03-14T15:47:04.276266
2019-10-18T01:01:51
2019-10-18T01:01:51
null
0
0
null
null
null
null
UTF-8
C
false
false
56,096
c
/* * reporter.c : `reporter' vtable routines for updates. * * ==================================================================== * Copyright (c) 2000-2006 CollabNet. All rights reserved. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distributi...
[ "929391874@qq.com" ]
929391874@qq.com
ad451ec4bdc23b79677fcf6b9a6086124fae5ccd
3adf00f2f2beae03b987138247b371f753eadc93
/other/ds/linked list/linked.h
722337031c2b560639f710ceeb90769c62f5e6a0
[]
no_license
idonovo/work
25530f62d5c5f6e24e64a9166754eedf9473b33c
20874a41f627fe1e269f0472e91807908aadf2a9
refs/heads/master
2021-09-03T01:12:11.500694
2018-01-04T13:06:55
2018-01-04T13:06:55
116,257,889
0
0
null
null
null
null
UTF-8
C
false
false
2,136
h
#ifndef __LINKED_H__ #define __LINKED_H__ typedef struct Person Person; struct Person { int m_id; char m_name[100]; int m_age; Person* m_next; }; /*Desc.: function to insert a head to a NULL or non-NULL linked list. Input: pointer to the current head and a pointer to the new head; Output: pointer to the new ...
[ "idonovo@gmail.com" ]
idonovo@gmail.com