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
8d08cff2ff540ccce476b15213dd6026a37068be
c8e0ad377ae967e70100d3ad1aaf5f23a560d888
/BufferOverflow/trn-3.6/rt-mt.h
a6ac32ec9b87b0b8b1f1ffd81ef107e2b353c386
[]
no_license
c002/Exploit-Dev
0c5480de6959a51dec223b0479433116acff40ad
674a73d9b039b8256a2736113c4fc8d6a0dd5a33
refs/heads/master
2021-01-15T08:53:02.250143
2017-03-15T18:41:49
2017-03-15T18:41:49
null
0
0
null
null
null
null
UTF-8
C
false
false
1,642
h
/* $Id: rt-mt.h,v 3.0 1992/12/14 00:14:09 davison Trn $ */ /* The authors make no claims as to the fitness or correctness of this software * for any use whatsoever, and it is provided as is. Any use of this software * is at the user's own risk. */ bool mt_init _((void)); bool mt_data _((void)); /* Stuff internal ...
[ "Daniel@MacBook.lan" ]
Daniel@MacBook.lan
9cd7dd1370e46ae4d5cf259b372107b8836ec8c2
405b5ea023233da8c50db2c1f3e80d8f943ed60b
/OEM/13CRIX/INCLUDE/OEM_MEMORY.H
43f8e287707f7a756b213cb31f7c2f25ca833d67
[]
no_license
Duni0810/EC
fcc97ddc115b840313ab16344bd25729161a8d9d
9e1dfa497283158b48a6e0d40fd49e0f122f2dfd
refs/heads/master
2023-01-05T15:20:21.280100
2020-10-21T07:45:34
2020-10-21T07:45:34
290,917,132
0
0
null
null
null
null
UTF-8
C
false
false
55,891
h
/*----------------------------------------------------------------------------- * Filename:OEM_MEMORY.C For Chipset: ITE.IT85XX * * Function: Memory Definition for extern all code base reference * * [Memory Map Description] * * Chip Internal Ram : 0x00-0xFF For Kernel and Chip Level use * ****************...
[ "1486084728@qq.com" ]
1486084728@qq.com
d7a586e4c45a84eeaf1e6d349f357ade1ddae82f
22365f957955e2c552c0be957cd7864c28343179
/pic/modtronix/sbc28pc/ir4/485gateway/project/serint.h
83f35b1435cfd552a3bf9444d8037ffbff60e2b4
[]
no_license
nos86/vscp_firmware
eb48f87bd8ceb8b02946b2443b8a53beaf310d6d
2d1f22b13d1295bb5a91a9f53145410e63815d12
refs/heads/master
2021-01-15T12:14:52.129757
2016-02-18T19:28:32
2016-02-18T19:28:32
34,563,875
0
0
null
2015-04-25T10:08:25
2015-04-25T10:08:25
null
UTF-8
C
false
false
3,905
h
/* * Interrupt driven Serial receive and transmit handler. * * To use this module: * - Customize defines specified in "Serinit Configuration". * - Call serInit() to initialize, but NOT enable module * - Call serEnable() to enable module * - Module is now active. Use funtions to write and read serial port. ...
[ "akhe@grodansparadis.com" ]
akhe@grodansparadis.com
fca2b7a95e2e82bce08430c6f5932b9538768c44
140eb1487c4e7881886335fa639ef6073fef66b5
/libft/ft_memalloc.c
60be02bcfbc71afe32f4a9f43eebd213f0434b56
[]
no_license
kassblv/Fillit
16efdc186b3597444e46b94d29fe14b54359e2a7
2e8051b10ad26ba8712385e0842672c53b60c691
refs/heads/master
2020-04-07T17:55:46.102790
2019-04-05T23:12:16
2019-04-05T23:12:16
158,589,541
0
0
null
null
null
null
UTF-8
C
false
false
1,047
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memalloc.c :+: :+: :+: ...
[ "kaboujna@student.42.fr" ]
kaboujna@student.42.fr
ffedfcf74b3de705269af6657be3f24712cf151c
9415646910b04fa12718ea128a096629dcc22733
/1. godina/p2 vezbe/cas12/4/4.h
33de40a7e47cfef9b410e62aa91443c814f2f697
[]
no_license
SvetlanaBicanin/MATF-materijali
306b25fe8c28ea3a8077c83147e27316d55c892f
21d7da5c62839115eda126819c7fd34a3399c022
refs/heads/master
2023-06-01T14:43:47.176006
2021-06-13T13:40:24
2021-06-13T13:40:24
null
0
0
null
null
null
null
UTF-8
C
false
false
670
h
#ifndef _STABLA_H_ #define _STABLA_H_ #include <stdio.h> typedef struct Cvor{ int br; struct Cvor *levo; struct Cvor *desno; } cvor; typedef struct _CvorReda{ cvor* cvor_stabla; int nivo; struct _CvorReda* sledeci; }CvorReda; void greska(); cvor *napravi_novi(int x); void dodaj_u_stablo(cvor **adresa_stabla...
[ "mikimina98@gmail.com" ]
mikimina98@gmail.com
f3501d486c729383847e846864063865f589150e
c339b32592a7f2799f3e3ac3b088a25abd28f6f7
/CONCEPTS PROGRAMMING LANG/assignments/cplassign2/heap.c
f5f41e4c979f99e7feb3aa3d48009e60425b700b
[]
no_license
camit2354/sem4-2020
1e053d1208636ef5d2f9b5f6dc19434eeb8b9a58
2001b5a413a6d958c929d2d504844645b7d1c65a
refs/heads/master
2021-02-28T05:18:42.652072
2020-06-03T14:28:45
2020-06-03T14:28:45
245,664,925
0
0
null
null
null
null
UTF-8
C
false
false
5,515
c
/************************** Online C Compiler. Code, Compile, Run and Debug C program online. Write your code in this editor and press "Run" button to compile and execute it. ***************************/ #include<stdio.h> #include<string.h> #include<stdlib.h> #define N 100...
[ "camit2354@gmail.com" ]
camit2354@gmail.com
b9b954f5eae1ee02b97bf045f09f28adde4b6afd
13671564a20f36f86fd7f39351caed7e0a005650
/lab5/SRC/UART_XMTR_WRAP.h
8f728b5913441449bf5b3d1ec15639640e810214
[]
no_license
tchandrahas/ECEN468
c1879b17abe0f19c6e7ae0c7826095f159a756b7
6def062d2d70a94bda3126b2d04dab13687987d7
refs/heads/master
2020-03-19T01:13:49.612779
2018-05-31T06:21:34
2018-05-31T06:21:34
135,531,466
0
4
null
null
null
null
UTF-8
C
false
false
1,206
h
//=========================================== // Function : UART_XMTR_WRAP.h //=========================================== #include "systemc.h" #define WORD_SIZE 8 // 8 bits SC_MODULE (UART_XMTR_WRAP){ // Signals to UART_XMTR // .. // .. // Needs Review by Chandrahas sc_out <bool> Load_XMT_datare...
[ "chandrahas996@gmail.com" ]
chandrahas996@gmail.com
e251c0dec0d0b0782ca81c3b96a6a6a2242adec2
ed144699cbdce9473d494d3977f94e6906afec98
/Dependencies/libproj4/proj_bonne.c
d90e3f7f159bf5e5235708ef0f8f27c8db0ad514
[]
no_license
calftrail/Geotagalog
59fe2a538781cb9da4092327b681e0ef9c3a2309
1b441e3ec12b924db4fd55653dd768f9ffbad2ea
refs/heads/master
2016-09-06T00:10:28.718346
2010-10-23T21:27:50
2010-10-23T21:27:50
1,018,426
2
0
null
null
null
null
UTF-8
C
false
false
3,354
c
/* ** libproj -- library of cartographic projections ** ** Copyright (c) 2003, 2006 Gerald I. Evenden */ static const char LIBPROJ_ID[] = "$Id: proj_bonne.c,v 3.1 2006/01/11 01:38:18 gie Exp $"; /* ** Permission is hereby granted, free of charge, to any person obtaining ** a copy of this software and associated docum...
[ "nate@calftrail.com" ]
nate@calftrail.com
c95e8891e3623ca1277b212a2bd83051d9a085cb
e0e5523184d580dc4de468d63db6db0992e69074
/src/parser.c
4c5f802ed5e259239a4c930ffa14e5bc54cc89fd
[]
no_license
Ouranos27/CPE_2016_Lemin
fcdb999f6480166acc91e94c7184d06711f8e9e1
691d8449aea74f13d7bc41a3573ee1cd07b95333
refs/heads/master
2020-03-28T17:45:37.701202
2018-09-14T19:18:09
2018-09-14T19:18:09
148,819,919
0
0
null
null
null
null
UTF-8
C
false
false
2,595
c
/* ** parser.c for lemin in /home/amaury/delivery/CPE_2016_Lemin ** ** Made by Amaury Bernard ** Login <amaury.bernard@epitech.eu> ** ** Started on Thu Apr 13 16:58:22 2017 Amaury Bernard ** Last update Thu Apr 13 16:58:22 2017 Amaury Bernard */ #include <stdlib.h> #include "lemin.h" #include "parser.h" t_anthil...
[ "philippe.kam@epitech.eu" ]
philippe.kam@epitech.eu
08092d196642244d2a5516f22120cf2e39836473
e2fe6c6dd983e3ee9d9d58701841e345b9b8e960
/sdk/nrf5_sdk_16.0.0_thread/components/libraries/bsp/bsp_btn_ant.h
1bb83905c2f458ed2451cd10e8cee1314ba26a81
[ "MIT" ]
permissive
lab11/nrf52x-base
e91bb97528792a2b444ed66d982adb94c448eef4
04df75d45766fc1f9794f438a45080eddc7a0ec1
refs/heads/master
2023-08-24T04:49:01.382920
2023-08-07T22:43:35
2023-08-07T22:43:35
199,748,590
17
19
MIT
2023-01-25T22:03:45
2019-07-31T00:39:42
C
UTF-8
C
false
false
3,588
h
/** * Copyright (c) 2015 - 2020, Nordic Semiconductor ASA * * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright no...
[ "nealjack@umich.edu" ]
nealjack@umich.edu
43e295449ae8cc479c772d2ca837813d59da9eba
d1626cd42d908e2059cc00556caad7b323c792af
/src/courses/sp-fall-2019/programming/hw2/bidding_system.c
c236d52bbb842f75c8fa7c9a10e1e7a89a4bda76
[]
no_license
kaienlin/CS-note
4ea195d10563c6ba8f5474412e0005057afb2150
b953e552c04fb4451687ed2c56a77516d9ae5df6
refs/heads/master
2020-12-12T23:03:50.578031
2020-08-11T05:49:03
2020-08-11T05:49:03
234,251,788
2
0
null
null
null
null
UTF-8
C
false
false
5,562
c
#include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include <fcntl.h> #include <sys/wait.h> #include <sys/stat.h> const char *const usage_msg = "usage: ./bidding_system [host_num] [player_num]\n"; const char *const read_fifo_name = "Host.FIFO"; #define HOST_NUM_MAX 10 #de...
[ "kaienlin1999@gmail.com" ]
kaienlin1999@gmail.com
6c4d22de9a5c969753fbc7e57fb1fce7b3b7d2a6
f89a142ec23322dddf2d8eed03ed588fb33196eb
/samtools-0.1.17/bcftools/call1.c
b2d7d4a197b112ea10c6caf3ad4a9a13d95b1298
[ "MIT" ]
permissive
kevbrick/SSDSpipeline
e4dd62b0b782b45b759b71f6f052e1ff5d1a80a2
1815d79641796aa1377826cfb458555471dec311
refs/heads/master
2020-12-24T05:40:20.849541
2019-07-23T16:06:38
2019-07-23T16:06:38
93,105,168
1
1
null
null
null
null
UTF-8
C
false
false
23,298
c
#include <unistd.h> #include <stdlib.h> #include <math.h> #include <zlib.h> #include <errno.h> #include "bcf.h" #include "prob1.h" #include "kstring.h" #include "time.h" #include "kseq.h" KSTREAM_INIT(gzFile, gzread, 16384) #define VC_NO_GENO 2 #define VC_BCFOUT 4 #define VC_CALL 8 #define VC_VARONLY 16 #define V...
[ "kevbrick@gmail.com" ]
kevbrick@gmail.com
cbcf683643802012a379356158bdc966c4c3f35d
bbf0409868d40317c1a457fa3561c780483191be
/00-STM32F429_LIBRARIES/fatfs/drivers/fatfs_sd_sdio.c
62631d03eca458022a4442c03e3f2906bd62ccfa
[]
no_license
EmbeddedSystemClass/Bluetooth_USART
4275f6e180efaa726fd1f4ad47452c907ef968a8
83ebdd87a0726a595503d97420c7ac81327bddae
refs/heads/master
2021-03-07T20:13:07.181120
2015-04-12T21:45:07
2015-04-12T21:45:07
null
0
0
null
null
null
null
UTF-8
C
false
false
120,521
c
/** ****************************************************************************** * @file stm324x9i_eval_sdio_sd.c * @author MCD Application Team * @version V1.0.3 * @date 13-November-2013 * @brief This file provides a set of functions needed to manage the SDIO SD * Card memory mounted on STM3...
[ "ericcireyu1991@gmail.com" ]
ericcireyu1991@gmail.com
e3ecf7497a298e6d2c6b53467a5973cabd829647
457ba2059968be6ccdb2fd55ffad11c99400357b
/options/glibc/include/resolv.h
d922b9919a9ae41416ab25dfd3c13e64209add73
[ "MIT" ]
permissive
lotusorg/mlibc
a6bb59a618c7c3cf72dd6c89356294fc93cd33aa
dadb311b02379853f601ba55179d4dba7eb1fe09
refs/heads/master
2022-11-24T15:03:58.969755
2020-07-23T07:38:19
2020-07-23T07:38:19
null
0
0
null
null
null
null
UTF-8
C
false
false
837
h
#ifndef _RESOLV_H #define _RESOLV_H #include <netinet/in.h> #define RES_INIT 0x00000001 #define RES_DEBUG 0x00000002 #define RES_USEVC 0x00000008 #define RES_IGNTC 0x00000020 #define RES_RECURSE 0x00000040 #define RES_DEFNAMES 0x00000080 #define RES_STAYOPEN 0x00000100 #define RES_DNSRCH 0x00000200 #...
[ "admin@dennisbonke.com" ]
admin@dennisbonke.com
b927e62f5f9e808b2ea8bc20e1fc78b009b9af58
7afb7f0987dcda895a30f13c82db8720f83c8234
/components/can/include/can_bus.h
d80ef056fd00672242b7d774efa3714d81432eb8
[ "BSD-3-Clause" ]
permissive
germetica/Lua-RTOS-ESP32
efdfae9795042afff5564c826491f693084eee4e
094a4a197530ccf0f2a86c19971b5aafcdaf5336
refs/heads/master
2023-04-30T20:23:43.035838
2020-10-06T01:33:24
2020-10-06T01:33:24
266,412,235
0
1
NOASSERTION
2020-05-23T20:15:16
2020-05-23T20:15:16
null
UTF-8
C
false
false
41
h
#include "CAN.h" #include "CAN_config.h"
[ "jolive@iberoxarxa.com" ]
jolive@iberoxarxa.com
0d5b1d4a17280f03c4c88c7c46c1ace38b97288d
0698d863f1182e27deffa745784ef83d263fa0cc
/driver/ToolFunctions.c
1238b366a11c70b84d81e1d458900fe61b0b5065
[]
no_license
southamptonzeng/rewrite_ioctl
5d965c257d4c9e42f4e423c123c401c122fcba0a
4b168352bd98029456636c8b0b9f7606ca8774e2
refs/heads/master
2022-04-08T12:41:43.546384
2020-03-12T09:19:44
2020-03-12T09:19:44
246,790,961
1
0
null
null
null
null
UTF-8
C
false
false
598
c
#include <linux/string.h> #include "ToolFunctions.h" void MEM_PRINT(unsigned long addr, unsigned long size) { unsigned long i, j; char AddrBuf[64]; char DataBuf[32]; unsigned char *p = (unsigned char *)addr; for(i = 0; i < size; ) { snprintf(AddrBuf, 64, "%lx:\t", (unsigned long)p); for(j = 0; j < 8; j++) ...
[ "1126286295@qq.com" ]
1126286295@qq.com
86b9e890684c99f65d7c8bc6b53f51f788fdb47d
fafc1461c0f2c1ac66e2f030985b39a1839510fd
/Sample/Sample_f100rb/Src/stm32f1xx_it.c
d0f4b187477a19ced97d010fb3cd61f090188132
[ "MIT" ]
permissive
Lldle/FIR_Calc_Module
4e3088709a430730075a1bc305057e7a1f1e9cfe
eb246d54303c9dbb7cb4fe9769b53ef5d0b6af2f
refs/heads/master
2023-03-17T05:54:40.922313
2021-02-23T13:59:31
2021-02-23T13:59:31
341,572,911
0
0
null
null
null
null
UTF-8
C
false
false
6,481
c
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file stm32f1xx_it.c * @brief Interrupt Service Routines. ****************************************************************************** * @attention * * <h2><center>&copy; Copyright (c) ...
[ "54582392+Lldle@users.noreply.github.com" ]
54582392+Lldle@users.noreply.github.com
80f526fa32401b71ea03eeaa2a500091180b9bec
78ba541c911049ef6dcf2858b97844acd3ab3e0e
/greenhouse domotic master.c
4c85084bbb67192879f46b89bf20e7fe80f7c295
[]
no_license
cormaz/Project-GreenHouse-1.1
2e4875c51bb6d9f024637ee745d8997e18bed3ad
3fc1b0bf486343c2ff453e90184df94391341eec
refs/heads/master
2021-01-17T08:32:04.222242
2016-11-03T23:49:03
2016-11-03T23:49:03
65,304,347
2
0
null
null
null
null
UTF-8
C
false
false
9,215
c
/*Automation greenhouse project*/ /*Autors: Antonio La Mura, Umberto Festa*/ /*Date: 03/03/2016*/ /*Our idea is to allow users, who buy fruits and vegetables grown in greenhouses, to know exactly all the plantation steps that products have had, such as the use of chemical fertilizers and other similar produ...
[ "noreply@github.com" ]
cormaz.noreply@github.com
d476f2cfba892fe320e6eb1aef239f516e39713b
19eb97436a3be9642517ea9c4095fe337fd58a00
/private/windows/shell/fontfldr/fontext/inc/oeminf.h
dbc08b7f57b206271bc6b4ad1e0d8f0294ca030f
[]
no_license
oturan-boga/Windows2000
7d258fd0f42a225c2be72f2b762d799bd488de58
8b449d6659840b6ba19465100d21ca07a0e07236
refs/heads/main
2023-04-09T23:13:21.992398
2021-04-22T11:46:21
2021-04-22T11:46:21
360,495,781
2
0
null
null
null
null
UTF-8
C
false
false
1,583
h
/* ** oeminf.h - Public interface for oeminf.c. */ // Constants ///////////// #define MAX_INF_COMP_LEN 0xffff // Must not overrun a segment. #define MAX_INF_READ_SIZE 0xffff // INT_MAX // Must not overrun an int. #define INF_PREFIX TEXT( "oem" ) #define INF_EXTENSION TEXT(...
[ "mehmetyilmaz3371@gmail.com" ]
mehmetyilmaz3371@gmail.com
22939271b2462f8cb8f43fc8c6ca65f641a55c34
0379dd91363f38d8637ff242c1ce5d3595c9b549
/windows_10_shared_source_kit/windows_10_shared_source_kit/10_1_14354_1000/Source/drivers/wdm/usb/hub/usbhub/lock.h
e385bfe1f765cf97f9032dbb5b35d1f4828068bb
[]
no_license
zhanglGitHub/windows_10_shared_source_kit
14f25e6fff898733892d0b5cc23b2b88b04458d9
6784379b0023185027894efe6b97afee24ca77e0
refs/heads/master
2023-03-21T05:04:08.653859
2020-09-28T16:44:54
2020-09-28T16:44:54
null
0
0
null
null
null
null
UTF-8
C
false
false
1,376
h
// // Copyright (C) Microsoft. All rights reserved. // /* generated prototypes from file: lock.c */ #ifdef HUB_WPP #endif VOID UsbhInitStateCtx( PDEVICE_OBJECT HubFdo, PSTATE_CONTEXT StateContext, STATE_CONTEXT_TYPE CtxType, PVOID Parent ); VOID UsbhAcquirePdoStateLock( ...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
cc8a293eb3c829d3ad44f3aceab26912a7d64a55
48082b36690c9977c7185d767400a423b9cf4fdd
/ManVideo/Pods/Headers/Public/RJBadgeKit/NSString+RJBadge.h
4ecc44be8f022ec865a8764bd54a55303b32a226
[]
no_license
lzc1022/ManVideo
efffb4cab962ed266ccc811dd0be5991532c2eb0
1e4655349367813121b61a4a21ab8a723b4e6189
refs/heads/master
2023-03-16T16:09:52.895051
2020-10-01T10:59:56
2020-10-01T10:59:56
null
0
0
null
null
null
null
UTF-8
C
false
false
64
h
../../../RJBadgeKit/RJBadgeKit/Classes/Helper/NSString+RJBadge.h
[ "mosebaron666@gmail.com" ]
mosebaron666@gmail.com
b3c7c09e5d7edf10888c59d7e809405988249609
45ca97bf35ad86b9ade53744ab654685d08820ed
/src/test_app_list_actors.c
524d179f23be05f57ff86ee393f9bd8555e86e02
[ "MIT" ]
permissive
bayersglassey/geom2018
c7e53fee41e64f9d59ec62ebd6cf0a9b404a7952
d7ed7513c6b7aaf3d45e1eb79a4e185fbbd84935
refs/heads/master
2023-01-19T15:22:53.685444
2023-01-06T08:41:49
2023-01-06T08:41:49
129,484,076
3
0
null
null
null
null
UTF-8
C
false
false
4,493
c
#include <stdio.h> #include <stdbool.h> #include "console.h" #include "test_app.h" #include "test_app_list.h" #include "test_app_list_utils.h" static void test_app_list_data_set_options_stateset(test_app_list_data_t *data, const char **options, int index, stateset_t *stateset, state_t *cur_state ){ int...
[ "bayersglassey@gmail.com" ]
bayersglassey@gmail.com
d6a5246eb5750344d2585143a51d4f8073edb873
cc5f2a6db2bec22f5b554a6b5c6223d428966dc9
/main.c
f622719586458de1a152feecb5c9ec0b20e65651
[ "MIT" ]
permissive
caxenie/gas-opt-demo
30c04f2a35307a7479be2170ffec34ab9c119ca1
384aa9ba01bef034e5f917fe00bba67f86dbce4a
refs/heads/master
2021-07-23T05:05:37.776213
2021-07-18T10:49:12
2021-07-18T10:49:12
33,553,202
2
0
null
null
null
null
UTF-8
C
false
false
9,680
c
/* Sample demo software for Genetic Algorithms Exercise Simple nonlinear function maximisation using GAs. To be used as skeleton in the CI class @ TUM WSS 2012-13 */ #include <stdio.h> #include <stdlib.h> #include <math.h> #include <time.h> #ifndef M_PI #define M_PI 3.1415926535897932384626433832795 #endif /* G...
[ "cristian.axenie@tum.de" ]
cristian.axenie@tum.de
4bee4dedccd1820b36818af1707c342cdcdf3704
18bfe4fcfaf6a1419570932d2c5c7252c5e4c9ce
/data.c
c7a01bcfff79221a88854917c2539c0183b21f8b
[]
no_license
grondina/qh-entropy
417cd7831a4554bd5097c9074857dd658efb5fb0
82e19d1f8a92e56481fe7e858441d3764a8c4d87
refs/heads/master
2020-04-07T20:21:54.974713
2020-04-02T14:21:11
2020-04-02T14:21:11
158,684,946
0
0
null
null
null
null
UTF-8
C
false
false
3,236
c
#include <assert.h> #include <float.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "data.h" void copy_molecule(struct molecule *m2, struct molecule *m1) { if (m1 == NULL) return; if (m2 == NULL) return; m2->n = m1->n; m2->m = m1->m; m2->gyr = m1->gyr; ...
[ "g.rondina@theo.chemie.tu-darmstadt.de" ]
g.rondina@theo.chemie.tu-darmstadt.de
68b47d1cabc05c4fdc24cf4e73d31b7de4a5b892
8ab93d74fbaaf42f824dd859357b0f8784655fc0
/src/drv/drv_uart2.c
9ffade31903454e598b5d69d641a619dfd65df33
[]
no_license
Carancho/AQ32Plus
2ca008637b18a3bed922e4570ea221365d741a85
3c28dffa1920a0db226d791b1723a95b9120f1b0
refs/heads/master
2021-01-16T21:47:45.816654
2014-09-14T22:28:46
2014-09-14T22:28:46
24,086,614
1
0
null
null
null
null
WINDOWS-1252
C
false
false
11,002
c
/* October 2012 aq32Plus Rev - Copyright (c) 2012 John Ihlein. All rights reserved. Open Source STM32 Based Multicopter Controller Software Includes code and/or ideas from: 1)AeroQuad 2)BaseFlight 3)CH Robotics 4)MultiWii 5)S.O.H. Madgwick 6)UAVX Designed to run on the AQ32 Flight Control...
[ "jihlein@hotmail.com" ]
jihlein@hotmail.com
1856e18cb970923ba2ebab9c7ddf85fcda7744b0
310cb410bf358e760c91fd9e6bfebbded941ec4d
/Change numbers.c
90e7ceed95f8428aa9674e9bc0ed0a5481a1f249
[ "MIT" ]
permissive
ShAbdumalik/HomeWork
03b47c115e68f5151fa3501c3aeb761ff99765f2
7e6ca5c514fcd20b57db21d866fe5f2b100ca459
refs/heads/master
2020-07-28T03:36:01.323384
2019-10-27T19:00:50
2019-10-27T19:00:50
209,295,224
0
0
null
null
null
null
UTF-8
C
false
false
286
c
#include <stdio.h> int main(){ int a, b ; printf("Enter number a: \n"); scanf("%d", &a); printf("Enter number b: \n"); scanf("%d", &b); a = a + b; b = a - b; a = a - b; printf ("a=%d\n", a ); printf ("b=%d\n", b ); return 0; }
[ "noreply@github.com" ]
ShAbdumalik.noreply@github.com
3b76ae4b512b13c4f4625161b96112b41433f743
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/c-litmus-CBMC/MP+dmb.sy+addr-ctrl-addr-ctrlisb.c
804faae954357dd460c905a7590966739eb13889
[]
no_license
ashutosh0gupta/llvm_bmc
aaac7961c723ba6f7ffd77a39559e0e52432eade
0287c4fb180244e6b3c599a9902507f05c8a7234
refs/heads/master
2023-08-02T17:14:06.178723
2023-07-31T10:46:53
2023-07-31T10:46:53
143,100,825
3
4
null
2023-05-25T05:50:55
2018-08-01T03:47:00
C++
UTF-8
C
false
false
1,410
c
/* Copyright (C) 2023 ARM-CBMC * This benchmark is part of ARM-CBMC */ #include <assert.h> #include <pthread.h> // Memory barriers #define FENCE() asm volatile ("mfence" ::: "memory") volatile int vars[5]; volatile int v_1_X0_1; volatile int v_1_X10_0; void *t0(void *arg){ label_1:; vars[0] = 1; FENCE(); v...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
6978b09ea8f16347ab060872bf21788e10f3aaa7
344a6dda67010b0b35b5b86e4965c6760b0b928d
/beginnerlevel/sum of num.c
f2a1833efe838cbe495af16470459c482d99aea4
[]
no_license
subavini/kamal
3374ce8f9b32a70d8cda664d0927bb9b594bc507
fe76f2cb11a1b47ff840e8fb6c5fd4a2681b98ab
refs/heads/master
2021-01-15T09:08:47.370296
2018-09-10T10:05:08
2018-09-10T10:05:08
68,677,288
0
0
null
null
null
null
UTF-8
C
false
false
104
c
#include <stdio.h> int main() { int a,b,c; scanf("%d%d",&a,&b); printf("%d",c=a+b); return 0; }
[ "noreply@github.com" ]
subavini.noreply@github.com
e5b83f3ad121fabbdacee0352ede45f5256b4f29
745734ea54d44f709f4162b289548b3bc0f11f4b
/h7_1904/cuts/C_T/tX_C/scripts/tX_C_22.C
23cf1c546097ecd540470c2967d028135d5d69a9
[]
no_license
himyss/dataMuzalevsky
cb1832318bee73973250ab3cb06b95d797eeddbc
81f7d37fbc83ba882c6c7451ccb7891c33bc10d6
refs/heads/master
2023-06-26T03:38:17.684234
2023-06-20T12:16:10
2023-06-20T12:16:10
97,842,129
0
0
null
null
null
null
UTF-8
C
false
false
840
c
{ //========= Macro generated from object: CUTG/Graph //========= by ROOT version6.10/08 cutg = new TCutG("CUTG",15); cutg->SetVarX("tX_C-tF5"); cutg->SetVarY("X_C"); cutg->SetTitle("Graph"); cutg->SetFillColor(1); cutg->SetPoint(0,-163.148,82.2485); cutg->SetPoint(1,-162.946,28.4688); cutg-...
[ "ivanmuzalevskij@gmail.com" ]
ivanmuzalevskij@gmail.com
81700f67906180ffd24f02b10e66091e7ed2ef38
a0d6b2c2dd8bcbe03e5c6fb35f766bd2af9a1d5c
/dynix.3.2.0/src/usr.bin/spell/spell.h
51145784a7f548defb73c5f80dd7f3221bf7bad3
[]
no_license
legacy-codedigger/Dynix.3.2.Source
593485f234eee4de75c0e23fe689f247471c83f8
2789373c94bc57e4c4a915bcba354f2243e12ca4
refs/heads/master
2022-04-25T22:49:00.493902
2020-04-25T00:49:59
2020-04-25T00:49:59
258,656,640
0
0
null
null
null
null
UTF-8
C
false
false
2,249
h
/* $Copyright: $ * Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989, 1990 * Sequent Computer Systems, Inc. All rights reserved. * * This software is furnished under a license and may be used * only in accordance with the terms of that license and with the * inclusion of the above copyright notice. This sof...
[ "zahir.meddour@protonmail.com" ]
zahir.meddour@protonmail.com
f8bf0d357fae688100424ea10543bbf8659ca61d
bb108c3ea7d235e6fee0575181b5988e6b6a64ef
/mame/src/emu/sound/dmadac.h
f4d571fbe6918009b852e2b53ae0bac5ed083e96
[ "MIT" ]
permissive
clobber/MAME-OS-X
3c5e6058b2814754176f3c6dcf1b2963ca804fc3
ca11d0e946636bda042b6db55c82113e5722fc08
refs/heads/master
2021-01-20T05:31:15.086981
2013-04-17T18:42:40
2013-04-17T18:42:40
3,805,274
15
8
null
2013-04-17T18:42:41
2012-03-23T04:23:01
C
UTF-8
C
false
false
852
h
/********************************************************************************************** * * DMA-driven DAC driver * by Aaron Giles * **********************************************************************************************/ #pragma once #ifndef __DMADAC_H__ #define __DMADAC_H__ #inc...
[ "brymaster@gmail.com" ]
brymaster@gmail.com
0788397e771fd7c2a6e80c6974c1abb21060ee06
e07dd7766bec820dd60f2d509c36b7d96d679502
/ass3/ass3_2.c
404ef3b524e0ddd6d53e3db669e90bb94fc24c67
[]
no_license
sobhaniiest/OS_LAB
1150222198101669844aa9498dead57eb20783b7
4a8d8e5ebc118f7ca3b87f2cfb07cf1fa11ead48
refs/heads/master
2020-04-12T05:22:20.417220
2018-12-18T18:09:03
2018-12-18T18:09:03
162,324,671
1
0
null
null
null
null
UTF-8
C
false
false
952
c
#include <stdio.h> #include <pthread.h> #include <unistd.h> #include <stdlib.h> #include <string.h> #include <sys/time.h> #include <time.h> #include <sys/wait.h> void *thread(void *vargp) { char str[200]; pthread_t t = pthread_self(); sprintf(str,"Thread ID = %ld\n",(long int)t); write(1,...
[ "noreply@github.com" ]
sobhaniiest.noreply@github.com
1f9d802612793b203e4d48316a7ff66bae10a0a5
57bbb78405525f6d15a01a1f2e79dd580853d01d
/Trash/mc9s12xd256/LATEST/Project 2.0/Sources/servomotor.h
3ba2cbdf719025bd8da6ea2192d1726db59a0d0d
[]
no_license
gursimar/smartCarRace
a295ce807dfa7d275e01ad709d87f2efbb51cbed
bfe20d2b5d6a1a61c1b72eb4684a089e67188a3f
refs/heads/master
2021-01-10T11:00:31.190592
2011-03-19T02:32:51
2011-03-19T02:32:51
46,859,177
0
0
null
null
null
null
UTF-8
C
false
false
1,826
h
void servo_init() { PWMCTL_CON23=1; PWME_PWME2=1; //PWM channel 2 Enable PWME_PWME3=1; //PWM channel 3 Enable PWMPOL_PPOL2=1; //PWM pulse High at begining of Period PWMPOL_PPOL3=1; //PWM pulse High at begining of ...
[ "simar.i3r@gmail.com" ]
simar.i3r@gmail.com
883dfbf19ba170bbd3c14a5bbda6eb25f80c04c1
2820b038799eb70227bda60053d0dbd96f4b0b09
/Cores/Genesis-Plus-GX/PVGenesis/Genesis/GenesisCore/other/config.h
6c96327d11608b6a11d5e8ff1f5302e21848c5a5
[ "BSD-2-Clause" ]
permissive
mrjschulte/Provenance
7a17f630e9651e16eec938cacc8f4dc19e7b50c0
0dc12f0d19a695419983313d6d0db1f50380fdb8
refs/heads/develop
2022-02-25T12:00:06.899529
2022-02-12T20:51:17
2022-02-12T20:51:17
126,920,400
3
0
NOASSERTION
2021-12-18T19:24:20
2018-03-27T02:59:41
C
UTF-8
C
false
false
1,079
h
#ifndef _CONFIG_H_ #define _CONFIG_H_ #include "shared.h" /**************************************************************************** * Config Option * ****************************************************************************/ typedef struct { uint8 padtype; } t_input_config; typedef stru...
[ "noreply@github.com" ]
mrjschulte.noreply@github.com
503b536d713a7068e40a24e56c264629528167fb
64f32bc10f2f29f47f609d585508e5b1471a749e
/libressl/tests/randtest.c
83177466428b23a3153161e3b9e72da74f308395
[ "FSFAP", "OpenSSL", "LicenseRef-scancode-openssl", "LicenseRef-scancode-ssleay-windows", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference" ]
permissive
DiamondLovesYou/libressl-pnacl-sys
0278d8c9dc4b5cd4eb37733fd243507b3a54643c
4c5c3f7d18e2a5ef2a085c348baaa9888cd4f671
refs/heads/master
2016-09-06T16:34:34.155614
2015-07-11T20:59:24
2015-07-11T20:59:24
26,419,638
5
1
null
null
null
null
UTF-8
C
false
false
5,827
c
/* crypto/rand/randtest.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and n...
[ "wichard@vitalitystudios.com" ]
wichard@vitalitystudios.com
cf011158dc7bb3154d6dfe9702fa8a868c73f707
e2f7d7457c93fdf2208004edbb4fc2b550566ce0
/Grafica/Posicion.h
665744df9233d3311ff568870787128b2eff8a21
[]
no_license
gilbertoesp/EstructurasDeDatos
eb43b2725fab7737ea8d9023ed57cbe9082ba8d5
7384975c5ae78ba17b4b92dd0a89811d01bcfefa
refs/heads/master
2021-01-20T11:40:54.348130
2017-11-10T13:48:34
2017-11-10T13:48:34
101,681,294
0
0
null
null
null
null
UTF-8
C
false
false
278
h
#ifndef POSICION_H_INCLUDED #define POSICION_H_INCLUDED /** ... \author Gilberto Espinoza */ enum Posicion{VACIO, PRINCIPIO,EN_MEDIO,FINAL}; //************************************************************************************************* #endif // POSICION_H_INCLUDED
[ "gilbertoespinoza97@gmail.com" ]
gilbertoespinoza97@gmail.com
49450af1307219f34d30eb38685e5f946962dd97
cfe69fc556729bdecf2118fa5bc329343c42ed80
/10.0.10240.16384/ntoskrnl/Functions/sub_80E084.c
7ba19a37531abf72497d005255d3d2cd07c26e93
[]
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
147
c
// sub_80E084 void __fastcall sub_80E084(int a1, int a2, int a3) { if ( !*(_DWORD *)(a3 + 12) ) JUMPOUT(0x795EAA); JUMPOUT(0x795EC6); }
[ "64583248+Empyreal96@users.noreply.github.com" ]
64583248+Empyreal96@users.noreply.github.com
776341a4574f54a3e4d6a2440014c06ee963ab56
4cc285b0c585241ff4404087e6fbb901195639be
/NeuralNetworkNumbers/venv/Lib/site-packages/tensorflow/include/tensorflow/cc/ops/standard_ops.h
3f472d1fccff073c3b3f2d4268c50a042c8a0149
[]
no_license
strazhg/NeuralNetworksPython
815542f4ddbb86e918e657f783158f8c078de514
15038e44a5a6c342336c119cdd2abdeffd84b5b1
refs/heads/main
2023-04-16T18:51:29.602644
2021-04-27T14:46:55
2021-04-27T14:46:55
361,944,482
0
0
null
null
null
null
UTF-8
C
false
false
129
h
version https://git-lfs.github.com/spec/v1 oid sha256:11f4b608b5a5dc6d17b38abbd26c33c0968b813b441344033264f0525c6f8e72 size 1644
[ "golubstrazh@gmail.com" ]
golubstrazh@gmail.com
1d4204fbedc56d0f0017df5e9a0cfea856fb2a49
7140841b2be9aef5dea97f81e303159a38bda7ba
/test/traducoes_exemplo/return.c
f368326cc6c7200a87590f124047bd831e07bff8
[]
no_license
moneytech/squirrel_language
a39f371a50d11f2262c62240fbfe8ea99ab58e97
3d7405d4f366893514623b019464e38b53573929
refs/heads/master
2020-11-27T07:23:56.632364
2015-06-02T02:10:02
2015-06-02T02:10:02
null
0
0
null
null
null
null
UTF-8
C
false
false
2,068
c
#include "sqlib.h" string strTable(int index){ FUNCTION_START(string); string dummyVar = create_String("dummy"); incrRefCount(dummyVar.memory); IF_START(if_1, index == 0){ //return "abc"; return_ = create_String("abc"); RETURN(); } ELSE_START(if_1){ ...
[ "souzabrizolara@gmail.com" ]
souzabrizolara@gmail.com
36ad27f6ab713714f483e724713606142dc0edda
f7860a663a68fcd8decba7025c98b203ecaabdc4
/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/nouveau_nvkm_subdev_i2c_auxgm204.c
868b4de9d17d42f8c10e74c93a26b8ce1fefac17
[]
no_license
ozaki-r/netbsd-src
0ea0b6c0ea9fb825ccd50c574629dfb2b1ed0179
e8ddeb9cad6a8b3b515e78cb13338cb76b85d269
refs/heads/wireguard
2022-11-07T02:59:48.282889
2019-03-24T02:41:28
2019-03-24T04:18:09
20,287,693
11
2
null
2019-05-11T11:02:34
2014-05-29T08:40:47
null
UTF-8
C
false
false
5,444
c
/* $NetBSD: nouveau_nvkm_subdev_i2c_auxgm204.c,v 1.2 2018/08/27 04:58:34 riastradh Exp $ */ /* * Copyright 2015 Red Hat Inc. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without re...
[ "riastradh@netbsd.org" ]
riastradh@netbsd.org
2908ef539e848401ad23e41f7a5660d8084db44e
1bd668972b1848887bc0635df0469c4b9d894669
/kernel/init/kmain.c
dc0ba1da89d9178df8040dfa0b05b1df1c32cb88
[ "ISC", "LicenseRef-scancode-unknown-license-reference" ]
permissive
erik/acedia
24026b3edea930d0c4712bbbea2b1977aced5dc4
0b7da75f6a05977f905fa495eda840042597a7c2
refs/heads/master
2021-01-01T06:11:15.688848
2011-09-24T02:53:05
2011-09-24T02:53:05
null
0
0
null
null
null
null
UTF-8
C
false
false
1,716
c
/* * Copyright (C) 2011 by Erik Price * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ...
[ "erik.price16@gmail.com" ]
erik.price16@gmail.com
0dbd8b53acfb0a4d6f1d85d500033369f9a246f2
ebb1371435374755d02d4b6b88c1c27f3197f6e8
/src/ilPSP/layer_0/3rd_party/Hypre2.9.0b/src/parcsr_ls/aux_interp.h
126ff742fb5e2e271856e6bec439287993b7a081
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "BSL-1.0", "LGPL-2.1-or-later", "LicenseRef-scancode-other-copyleft", "LGPL-2.1-only" ]
permissive
leyel/BoSSS
a8319d2dfb8e659c94752727bca42c75daf8ab80
39f58a1a64a55e44f51384022aada20a5b425230
refs/heads/master
2020-04-12T14:58:12.276593
2018-12-20T09:04:54
2018-12-20T09:04:54
162,566,868
1
0
Apache-2.0
2018-12-20T10:55:43
2018-12-20T10:55:43
null
UTF-8
C
false
false
1,771
h
/*BHEADER********************************************************************** * Copyright (c) 2008, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * This file is part of HYPRE. See file COPYRIGHT for details. * * HYPRE is free software; you can redistribute...
[ "kummer@fdy.tu-darmstadt.de" ]
kummer@fdy.tu-darmstadt.de
cac59ca7c734e41ccf752b9d45a6bbf8b4f46285
3bc29394f366fb6a3392f9b0c86522d726ec5784
/Inc/tests/testlogger.h
25cfb24fc826450d6c2c3c4103ce15873adf52ad
[]
no_license
metalalive/ESP8266_AT_parser
cc7e449bbb0a888f026194cd15da596a66fc9c37
5c661957e525f2cac45714c3aa7700c34825c20b
refs/heads/master
2020-06-17T15:41:05.297433
2020-03-30T14:47:20
2020-04-04T09:18:07
195,966,695
5
0
null
null
null
null
UTF-8
C
false
false
2,637
h
#ifndef __TESTLOGGER_H #define __TESTLOGGER_H #ifdef __cplusplus extern "C" { #endif // -------------------------- defined macros -------------------------- #define MAX_NUM_TEST_LOGGER_ITEMS 100 // ------------------------- defined data types ----------------------------- typedef enum { TESTCMP_WITHIN ...
[ "metalalive2008@gmail.com" ]
metalalive2008@gmail.com
6b1a028f0f0fe86aae9707a38aa22bb101345963
ad30d642b5033f164eff3b70c7078e4d466e9177
/Core/Src/gpio.c
56dae280dacd29684a5108c1bde3cb511a2e13f1
[ "MIT" ]
permissive
longhuarst/clhbot_v1_horizon
44f0ac731726e04bbe7c6dc58f9b99a8561a6e3b
c4a47e6b8ff7dc3291bf04766782bffafc4157fc
refs/heads/master
2020-04-12T05:05:11.848024
2018-12-18T16:16:59
2018-12-18T16:16:59
162,314,822
0
0
null
null
null
null
UTF-8
C
false
false
10,222
c
/** ****************************************************************************** * File Name : gpio.c * Description : This file provides code for the configuration * of all used GPIO pins. ****************************************************************************** *...
[ "841105197@qq.com" ]
841105197@qq.com
89fd9c52d9e23e7c7ff4f0c1aa7a22337c396eec
0200a3478be471ef1e8c394d9191aedab638e3ea
/arrTans.c
696384ebd958c5f8d109b5f2350818c8d90da3d0
[]
no_license
simonhou/c
999c5930409debdded4fc4a3c03e5921ade4e9bf
6a337fe69ef3fec45fc152773440eaca1532797e
refs/heads/master
2020-05-24T13:18:57.721126
2012-07-19T07:47:12
2012-07-19T07:47:12
3,062,719
0
0
null
null
null
null
UTF-8
C
false
false
977
c
#include <stdio.h> #define M 5 void trs(int (*)[M]); void trs2(int (*)[M]); void trs3(int (*arr)[M]); int main(void) { int i,j; int a[M][M] = {{1,2,3,4,5},{2,3,4,5,6},{3,4,5,6,7},{1,2,3,4,5},{1,2,3,4,5}}; // trs2(a); trs3(a); for(i = 0; i < M; i++) { for(j = 0; j < M; j++) { printf("%d\t",*(*(a+i)+j)); }...
[ "houjun612@126.com" ]
houjun612@126.com
94a690ae5cd9a74969dc3d59fd2c7a5951c295d4
e52934af5a1e8e8c3971c6331d5994e80cba9d08
/ft_strncpy.c
8615c1b8da7175b7c5d2d13e47a7a533218ae4e3
[]
no_license
BearGylls/libft
a8efe0d01f0ab2f319eca39025bd1d8d74676a8f
091b28c624bad279dd2eeeb1b88d37c901d0cb5c
refs/heads/master
2021-01-04T08:13:42.531472
2020-02-14T09:58:14
2020-02-14T09:58:14
240,461,431
0
0
null
2020-02-14T08:28:06
2020-02-14T08:28:05
null
UTF-8
C
false
false
1,123
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strncpy.c :+: :+: :+: ...
[ "tbenoist@e3r4p13.42.fr" ]
tbenoist@e3r4p13.42.fr
e59b8f581f1ffbc5bb9c2b97c62b85205581f82a
28cb53a2c097b038e4765bda544fa68260cbd93b
/2014.02.08V1.0/HARDWARE/upload.h
64952163fc31cb1796ff9dacb73d9e3f825de579
[]
no_license
yuexiazhufeng/git_test_wei
0ea1557a8c76db5e3b17233bf313f9c52bb960d2
e221e6df3ace5eaaf4a895441431ef82a73b7d1b
refs/heads/master
2021-09-01T13:47:09.592333
2017-12-27T08:54:04
2017-12-27T08:54:04
null
0
0
null
null
null
null
GB18030
C
false
false
5,362
h
/****************************************************************************************** * File Name :uplod.h * Copyright :2014.8 wei * Module Name :Init port * * CPU :STM32F103RC * RTOS ...
[ "jiawei.li@udantech.com" ]
jiawei.li@udantech.com
ef47ac02c0cf26c7ba489a6ee89f7be6343db31b
3ba61f0e4babe75b9dfaa2e370179a20e89808ee
/src/include/pstdbool.h
94fb8842e0aaff326448b115f3441151c5488986
[ "Apache-2.0" ]
permissive
giuliolunati/ren-c
b500b6bfd9a457d6c7259ed84e26a05a6d05f9e3
631d93a3406ef2e17f221164b3dee3e1385880fc
refs/heads/master
2020-12-25T13:15:06.536647
2020-07-28T16:23:16
2020-07-30T10:18:22
41,515,617
0
0
Apache-2.0
2018-01-13T16:04:34
2015-08-27T23:04:48
C
UTF-8
C
false
false
1,994
h
// 0 is defined in C as "conditionally false", while all non-zero things are // considered "conditionally true". Yet the language standard mandates that // comparison operators (==, !=, >, <, etc) will return either 0 or 1, and // the C++ language standard defines conversion of its built-in boolean type // to an integ...
[ "hostilefork@gmail.com" ]
hostilefork@gmail.com
4e7797c5fe2e9e2a6db1385ee70dcd0b3af83dfa
ca6d6dcd4514476432f6ee82f11b194755486b12
/Source/Hardware/inc/usart.h
435c0b55c17f9c22b6c8cc38eef74337876fa151
[]
no_license
wang1375588513yu/STM32L452RE
5c2bc1e29bbc11addf5c15d3d40c06c5c0ff4b16
d393f1396c1bef0c89f34bc89c7890eeb7e7fbb4
refs/heads/master
2020-03-31T15:55:32.825761
2018-10-10T05:58:58
2018-10-10T05:58:58
152,346,293
0
0
null
null
null
null
GB18030
C
false
false
4,343
h
/********************************Copyright (c)******************************\ ** ** (c) Copyright 2018, WangYu, China, SZ. ** All Rights Reserved ** ** By(MR.Richard) ** **----------------------------------File Information----------------------...
[ "17670524699@163.com" ]
17670524699@163.com
0c9e567b58283cf64bf7cb72e0cda1871eca4d8c
f9485011127ac2fb7647d0dc956ab51df3262267
/lib/additionalCloudFunctionObjects/makeParcelCloudFunctionObjects.C
e479284a2881c200c8474843eb875a044905c727
[]
no_license
ddydai/fireFoam-dev
e7f0320c9e1614c0897453671dcbd8489fbf14e2
0a3476f19d2c050f09290eea57dedf2dabe16244
refs/heads/master
2021-08-08T18:05:47.031126
2017-11-10T19:55:28
2017-11-10T19:55:28
null
0
0
null
null
null
null
UTF-8
C
false
false
1,637
c
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright (C) 2012 OpenFOAM Foundation \\/ M anipulation | -------------...
[ "karl.meredith@fmglobal.com" ]
karl.meredith@fmglobal.com
f86d9b33e689004b1c164a37fa0d6036b8c837de
cb1734f9b1470bf580fbfc22f352119f892c1e5f
/main2.c
f74e55e42013393b6210c6c2588532deec173b39
[]
no_license
lcapaldo/futexexamples
b48f8a228289f53d7d5ad762c23f67a31b6d270d
9049fce0a2f4f124577bf3635515c49d7f098389
refs/heads/master
2021-01-10T20:35:11.297718
2011-10-23T19:55:38
2011-10-23T19:55:38
2,632,175
3
1
null
null
null
null
UTF-8
C
false
false
716
c
#include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <sys/mman.h> #include <stdlib.h> #include <assert.h> #include "simple_futex.h" int main() { int lockfile = open("ipc_lock", O_RDWR); assert(lockfile != -1); simplefu sema = mmap(NULL, sizeof(*sema), PROT_READ|PROT_WRITE,...
[ "logancapaldo@gmail.com" ]
logancapaldo@gmail.com
ed351cc9138e25d2f9dec2ce8da0b1b68228ae66
1450928bc32be89802274b3904c95a1ca35aa12f
/oracle/instantclient/sdk/include/nzt.h
7e30bf6eda2b20cbf8d165a9760ec87a25c84543
[ "MIT" ]
permissive
loriscunja/oracledb_example
8c729d28386163f2a1216607753da40af9496f95
16377b477beb97739fcbe53771926d85f1b640ab
refs/heads/master
2021-05-07T15:00:20.540118
2016-09-01T12:45:09
2016-09-01T12:45:09
null
0
0
null
null
null
null
UTF-8
C
false
false
130
h
version https://git-lfs.github.com/spec/v1 oid sha256:c652cea4c6212d00694a0df2efcb06b2501cf43d557085ed2688c4b612b37e97 size 75006
[ "billchristo@gmail.com" ]
billchristo@gmail.com
577200a51612384c58120ce7e08a5b917199ca97
489f3938155ed69f1f1cc852a1c3807d9fabf6d3
/src/mx_replacement.c
a816965024177e74633d1f82f311c568ef8de085
[]
no_license
ddikhtiar/ush
8e9dbae3498883e435231de4aa7b36a0658a2a2c
d123d2de748475abcc04cc1851d332fbef2ea73f
refs/heads/master
2021-03-07T20:38:05.726129
2020-05-24T18:58:34
2020-05-24T18:58:34
246,295,036
0
0
null
null
null
null
UTF-8
C
false
false
1,274
c
#include "ush.h" void mx_replacement(char **str) { int counter = 0; char *begin = NULL; char *end = NULL; char *ptr = *str; int sw_quote = 0; // = 1 для ' или = 2 для " while (*ptr) { if (*ptr == 92 && sw_quote != 1) { counter += 2; ptr += 2; continu...
[ "dikhtyard@gmail.com" ]
dikhtyard@gmail.com
d63be3bca9201c199d3c23a283e91e0a168710ee
83214753e9183327e98af0e6768e9be5385e5282
/quest/task/killer.c
cc533bde4b53e67c8087f779d5cc5774d92a7a89
[]
no_license
MudRen/hymud
f5b3bb0e0232f23a48cb5f1db2e34f08be99614e
b9433df6cf48e936b07252b15b60806ff55bb2f3
refs/heads/main
2023-04-04T22:44:23.880558
2021-04-07T15:45:16
2021-04-07T15:45:16
318,484,633
1
5
null
null
null
null
GB18030
C
false
false
8,307
c
// sample master.c code // xiake island master.c #include <ansi.h> inherit NPC; #include "/quest/givehdgift.c" string* names = ({ "赵","钱","孙","李","周","吴","郑","王","冯","陈","褚","卫", "蒋","沈","韩","杨","朱","秦","尤","许","何","吕","施","张", "孔","曹","严","华","金","魏","陶","姜","戚","谢","邹","喻", "柏","水","窦","章","云","苏","潘","葛","奚","范","彭"...
[ "i@oiuv.cn" ]
i@oiuv.cn
1e10ca7619de972f2c21cdc4f5006107fc76a4ae
dc8b3d2bbbb53beff2c424d7d27b40f35c4b9b24
/libft/ft_strncat.c
3231733dabec172ca36a2d8972622ae9ddd347b0
[]
no_license
therealadespina/libft
d4e47e39fc8b482b83d207be7214f1d3f4384b82
87b80da665df352f2e8f25fd854a04dcc60dcda0
refs/heads/master
2022-04-04T13:36:15.932626
2020-02-22T15:47:41
2020-02-22T15:47:41
216,403,318
0
0
null
null
null
null
UTF-8
C
false
false
1,159
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strncat.c :+: :+: :+: ...
[ "higlyman@gmail.com" ]
higlyman@gmail.com
4dce0a2df257588a3a0b628d6ffc3c8f7d7ff29b
191707dd19837f7abd6f4255cd42b78d3ca741c5
/X11R5/mit/fonts/server/difs/fontinfo.c
2adc5407dcd7f0900c120088c210d58807db4c67
[]
no_license
yoya/x.org
4709089f97b1b48f7de2cfbeff1881c59ea1d28e
fb9e6d4bd0c880cfc674d4697322331fe39864d9
refs/heads/master
2023-08-08T02:00:51.277615
2023-07-25T14:05:05
2023-07-25T14:05:05
163,954,490
2
0
null
null
null
null
UTF-8
C
false
false
11,956
c
/* $XConsortium: fontinfo.c,v 1.8 92/05/12 18:08:08 gildea Exp $ */ /* * font data query */ /* * Copyright 1990, 1991 Network Computing Devices; * Portions Copyright 1987 by Digital Equipment Corporation and the * Massachusetts Institute of Technology * * Permission to use, copy, modify, and distribute this prot...
[ "yoya@awm.jp" ]
yoya@awm.jp
4b73024b6a9e6236434c99055b12723b707ba128
d5c3c6aa52387cb91c8ef644bb9743e4d16adee2
/src/files/lang/ark_str_i.c
1599c0c244c9459b676fdf039bb4987cd2e9475d
[]
no_license
rodrigobmg/perfect_dark
b05076cfb7e699989d6542ac462c96074d59fccb
c03d9c6c648c6fc6a5bcdf317ba65ada2c67d90a
refs/heads/master
2021-02-13T00:32:30.139142
2020-03-02T13:35:15
2020-03-02T13:35:15
null
0
0
null
null
null
null
UTF-8
C
false
false
6,979
c
#include <ultra64.h> char *lang[] = { /*0x00*/ "|Background - \n\nThe alarm has been given, and there are dataDyne shock troops ready for you throughout the building. Exit via the foyer is impossible due to the number of ground troops present. The transport will collect you and Dr. Caroll from the helipad.\n\n|Carrin...
[ "ryandwyer1@gmail.com" ]
ryandwyer1@gmail.com
c06943be8fabd7e30fd0967eb333deb193af4039
f1dcc687892427ddc4070b00950d508f6eed01a6
/初赛代码/LKH/Delaunay.c
dcaf73c3ccba7c4eefa5832c0bfe9d5d36047e90
[ "Apache-2.0" ]
permissive
liu-wenwu/CodeCraft-LTZ
266ed6784a29d6b1b2fc1b5cee82aa12696a9a58
61820dc7f27918f370a6e6cafe39d1ec4ce2c8d4
refs/heads/master
2021-01-17T19:14:02.177991
2016-06-07T03:14:17
2016-06-07T03:14:17
60,577,304
0
0
null
null
null
null
UTF-8
C
false
false
15,096
c
#include "LKH.h" #include "Delaunay.h" static edge *join(edge * a, point * u, edge * b, point * v, side s); static void delete_edge(edge * e); static void splice(edge * a, edge * b, point * v); static edge *make_edge(point * u, point * v); static void alloc_memory(int n); static edge *get_edge(); static void free_e...
[ "liu-wenwu@foxmail.com" ]
liu-wenwu@foxmail.com
9c7fe67c8cf27d82dcb8fdf12b20ceddde71562e
8382e6f4afb59e9f15d045ec0d734a0866f2ea55
/My C codes /z.c
d32d576aab81d87921f9802a8752ee96a8a97f88
[]
no_license
liuhuaijjin/My-College-Work
16e8e49c09f1fdde269c39c00aee5341ecb5b0bc
342fcf7d9505780f82809e8493ed2881138616ff
refs/heads/master
2020-12-03T09:33:39.671415
2016-03-18T16:39:08
2016-03-18T16:39:08
null
0
0
null
null
null
null
UTF-8
C
false
false
196
c
#include <stdio.h> main() { int i=0,j=0; char a[10],b[10],c[30]; fgets(a,10,stdin); fgets(b,10,stdin); while(a[i]!='\0') { c[i]=a[i]; i++; } while(b[j]!='\0') { c[i]=b[j]; i++; j++; } puts(c); }
[ "nirmal.signhania2008@gmail.com" ]
nirmal.signhania2008@gmail.com
7a2e35324584390f3598392559700baceb5ca895
0b582aaa5f49717b9b71d3a0b1c0e3186b910673
/none-OS/TIMER/serial.c
80b18b087eefaff7dc2a493f9672329695fc7e04
[ "BSD-3-Clause" ]
permissive
EleVenPerfect/S3C2440
14462758fdc40ddd147059ac62ca373cae93bd35
e85300e53770d384ca4537f3e7bf702ece3d1d6d
refs/heads/master
2021-01-18T21:08:06.667251
2017-02-10T10:40:36
2017-02-10T10:40:36
30,102,006
0
1
null
null
null
null
GB18030
C
false
false
1,321
c
#include "S3C2440.h" #include "serial.h" #define TXD0READY (1<<2) #define RXD0READY (1) #define PCLK 50000000 // init.c中的clock_init函数设置PCLK为50MHz #define UART_CLK PCLK // UART0的时钟源设为PCLK #define UART_BAUD_RATE 115200 // 波特率 #define UART_BRD ((UART_CLK / (UART_BAUD_RATE *...
[ "1018764394@qq.com" ]
1018764394@qq.com
b930dc4f8fac15fdac1d313e33e92e843cd0081c
268e09e4893634ddee4349cf54d11f3572136b80
/1233.c
cad143c64cf568ed7ed3bf246bd46e09fed304c1
[]
no_license
ycao233/languageTest
14a06393460ac0cbca37751781d0a1966026451c
7ac708a9b599ff1c421674c8fdde88f567a75882
refs/heads/master
2021-09-19T18:35:17.023055
2017-04-12T19:05:28
2017-04-12T19:05:28
null
0
0
null
null
null
null
UTF-8
C
false
false
63
c
public class 1233 { public static void main(string[] args) {}}
[ "yacao@microsoft.com" ]
yacao@microsoft.com
e7df8d711b1305179af9acdf8a27a383e5407b63
c2cedcf36667730f558ab354bea4505b616c90d2
/players/maledicta/ares/rooms/bar3.c
589f59926d2d7426621cdebe8df7f48ef112b48f
[]
no_license
wugouzi/Nirvlp312mudlib
965ed876c7080ab00e28c5d8cd5ea9fc9e46258f
616cad7472279cc97c9693f893940f5336916ff8
refs/heads/master
2023-03-16T03:45:05.510851
2017-09-21T17:05:00
2017-09-21T17:05:00
null
0
0
null
null
null
null
UTF-8
C
false
false
2,284
c
/* Bar Area- Maledicta [01.06.01] */ #include "../define.h" inherit ROOM; reset(arg) { if(!present("DireThorne the Assassin")){ MO(CO("/players/maledicta/ares/mobs/direthorne.c"), this_object()); } if(arg) return; set_short("The Dangerous Blade [Bar]"); set_light(1); set_long( " This is the no...
[ "rump.nirv@gmail.com" ]
rump.nirv@gmail.com
5c3e393aa51c4933b8db23ac423ce578ac6a2cd5
4c3f5f424d943c600bb589330021b91758362753
/counting number of digits in a number(recursion).c
39b2ce0abe023cc56b5584b807708acae9e7f2b7
[]
no_license
Alifast22/First-semester-codes
798ba2d33e31381a6a928d860faca2c8ac2a6e0d
e5904ce1f011b71fa5f1ebc9c6ab15c99a32530a
refs/heads/main
2023-02-20T09:35:27.038268
2021-01-22T22:03:04
2021-01-22T22:03:04
332,053,022
0
0
null
null
null
null
UTF-8
C
false
false
431
c
#include <stdio.h> #include <stdlib.h> #include <stdio.h> int main() { int num,sum=1,k,count=0; printf("Enter any number : "); scanf("%d",&num); k=digit_count(num,count); printf("Number of digits in %d are %d",num,k); } int digit_count (int num,int count) { int rem=0; rem=num%...
[ "noreply@github.com" ]
Alifast22.noreply@github.com
58e4f985641f41c5e8e4321f92833e33def53ebd
3d9de7bfb41d9b3e864087c200b9241ec96e82ef
/openssl/ssl/ssl_cert.c
4805c6ae555c651614711c880afbd3a8bbf5b9be
[ "BSD-3-Clause", "OpenSSL" ]
permissive
ewatt/go-libtor
13faabc3493009baed7e5df293bb8ade3ca8344e
a58aa70e1632968bb0e531204a0d690552b39498
refs/heads/master
2020-07-05T13:10:33.620522
2019-08-16T00:04:18
2019-08-16T00:04:18
null
0
0
null
null
null
null
UTF-8
C
false
false
28,944
c
/* * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved. * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENS...
[ "travis@example.org" ]
travis@example.org
335e44617ecfe99061f2276d0b5c36473ec694ff
ace52797e536835bd6c5572d9a3834d07ddff6be
/WCMacroKit/WCMacroCode.h
e1462c634180a54b50677a1e278018804590a818
[]
no_license
daydreamboy/WCMacroKit
f7737eb0f7e232f3cff4790b7415d27398cd5091
0df17504529d4bbd0c9851c246c953cf0717f595
refs/heads/master
2023-04-12T08:45:29.449497
2023-03-31T03:01:15
2023-03-31T03:01:15
105,655,612
0
1
null
null
null
null
UTF-8
C
false
false
2,525
h
// // WCMacroCode.h // WCMacroKit // // Created by wesley_chen on 2020/3/5. // #ifndef WCMacroCode_h #define WCMacroCode_h // Code wrapper /** Make code block run on main thread @param ... the code block */ #define CODE_SAFE_RUN_ON_MAIN_THREAD(...) \ do { \ dispatch_block_t block_interal = ^{ \ _...
[ "wesley4chen@gmail.com" ]
wesley4chen@gmail.com
20c2c69b90016ef929b0a1d8d81ae94a293e9c3d
6bab0f9f4188343a8b00d38f21b45a615eff1274
/UNIX/Lab 6/fork.c
7269919550423ae8895bd8a092fd59af607d4331
[]
no_license
Aditya7799/171IT204_Sem3
edfae70e1d3d022d5165273d6414b3b35a53f357
f39cff8fedb9073d89be2b62112c7ed0c8fd400c
refs/heads/master
2020-04-15T17:13:20.124683
2019-01-09T13:57:13
2019-01-09T13:57:13
164,866,067
0
0
null
null
null
null
UTF-8
C
false
false
236
c
#include<stdio.h> int main() { for(int i=0;i<3;i++) // loop will run n times (n=5) { if(fork() == 0) { printf("[child] pid %d from [parent] ppid %d\n",getpid(),getppid()); exit(0); } } }
[ "aditya@not-your-pc.nitk.ac.in" ]
aditya@not-your-pc.nitk.ac.in
5dd43c69c5bd6d03fcbb017e09eb927c98045e25
064cfe8df263caec85478bda7501714a43176349
/main.c
2f9f57c2fd0ffc6c453c5fb66eaa0efb0ee13fc9
[]
no_license
natumn/promec
ce4e9a9477efa8debbfa16769bb379de8c05fe12
a8f57e1a525c4749334c447d0cc25b1552f7e905
refs/heads/master
2020-04-08T10:10:28.887287
2018-11-27T03:10:29
2018-11-27T03:10:29
null
0
0
null
null
null
null
UTF-8
C
false
false
598
c
#include <stdio.h> #include <stdlib.h> #include <sys/types.h> #include <sys/ptrace.h> int main(int argc, char *argv[]) { int ret; if (argc < 2) { fprintf(stderr, "specify pid\n"); exit(1); } pid_t pid = atoi(argv[1]); printf("attach to %d\n", pid); ret = ptrace(PT_ATTACHEXC, pid, NULL, NULL); if (ret < 0) ...
[ "natsume.pcuse75@gmail.com" ]
natsume.pcuse75@gmail.com
e358932554ee8532c15125fd06f526a9120172e8
f363fdb9445d8dec088fb02c8faae8e23570a33e
/kungfu/skill/six-finger.c
17ab0eb65dca845fe37e3d65cb2ab5d0f8757374
[]
no_license
MudRen/zjmud
0999a492ac0717911c047936ee2c696b3b5cb20a
c56a166380d74858d7b4f0ba2817478ccea6b83d
refs/heads/main
2023-07-24T21:02:00.246591
2021-09-07T12:50:20
2021-09-07T12:50:20
403,973,627
1
1
null
null
null
null
GB18030
C
false
false
7,433
c
// six-finger.c #include <ansi.h> inherit SKILL; mapping *action = ({ ([ "name" : "少商剑", "action": "$N反过手来,双手拇指同时捺出,嗤嗤两声急响,“" HIW "少商剑" NOR "”有如石破天惊、风雨大至之势,指向$n的$l", "force" : 390, "attack": 160, "dodge" : 90, "parry" : 110, "damage": 160, "damage_type": "刺伤" ]), ([ "name" : "商阳剑", "action": "$N...
[ "i@oiuv.cn" ]
i@oiuv.cn
cd6f3cc4200724a5cbc0aaa3653a6605ddabf7ee
44ff6d9d109fc8b5240b2ff5e1b7047fa702b3f7
/basic_test/dic.c
7b603c90b28e7785b4e55e5ba3a0e86b137d7437
[]
no_license
gummoni/basic_test
8d501e395ec66b60e95f98a1c92703a59184f05c
553ca823a411e70f9c6e0fb70ba70da6a43e291d
refs/heads/master
2020-04-15T20:00:53.289850
2019-02-06T10:19:53
2019-02-06T10:19:53
164,974,876
0
0
null
null
null
null
SHIFT_JIS
C
false
false
3,198
c
#include "config.h" #include "dic.h" #include "bas_property.h" #define DIC_IDX_KEY 0 #define DIC_IDX_VAL 1 static char _dictionary[VARIABLE_MEMORY_SIZE][2][VARIABLE_NAME_LENGTH]; //1kB[RAM] static char _tmp[8]; //データ //辞書取得 static char* internal_dic_get(char* key) { if ('0' <= key[0] && key[0] <= '9') return k...
[ "shaty3@hotmail.com" ]
shaty3@hotmail.com
d2be1fb7352f5847e43cc183ac519cddfb8552f0
d3b23f69b7e4ffb8ecfe0dba29b967c00d1a2b2c
/harley.c
a5b5e4b9157b0f08b588826de4c42a67b9702159
[]
no_license
SarahYuHanCheng/clz-tests
2046a650264652c6151909539f24e96846df6bc1
198b386c300a3ad34365b19f1b01f90389df505c
refs/heads/master
2021-01-17T17:28:47.484829
2016-09-29T15:49:24
2016-09-29T15:49:24
69,579,372
0
0
null
null
null
null
UTF-8
C
false
false
834
c
uint8_t clz(uint32_t x) { static prog_uint8_t const Table[] = { 0xFF, 0, 0xFF, 15, 0xFF, 1, 28, 0xFF, 16, 0xFF, 0xFF, 0xFF, 2, 21, 29, 0xFF, 0xFF, 0xFF, 19, 17, 10, 0xFF, 12, 0xFF, 0xFF, 3, 0xFF, 6, 0xFF, 22, 30, 0xFF, 14, 0xFF, 27, 0xFF, 0xFF, 0xFF, 20, 0xFF, 18, 9, 11, 0xFF, 5,...
[ "bigbigtreeful@gmail.com" ]
bigbigtreeful@gmail.com
cb316a0b7afbca3c2fca50f4b9d669e729877bcd
fbbf95648bc24e8cd67356a9126f6835a77ffdc7
/Lab2/Part2C/part2.c
8c69654f04b9e6286b55a8991b03a6013e839b25
[]
no_license
WolffM/Cs377
323d17ab37b8d8a76e9cb4adaccb0b4080881328
ff4297a58ce400ea0e53df4c6563b5fed1d9183d
refs/heads/master
2021-01-10T14:36:48.109271
2016-04-26T22:21:42
2016-04-26T22:21:42
51,611,582
0
0
null
null
null
null
UTF-8
C
false
false
4,603
c
#include <stdlib.h> #include <stdio.h> #include <pthread.h> #include <unistd.h> pthread_mutex_t mutex; //mutex to access the queue pthread_mutex_t timeMutex; //mutex to access the global time variable int CURRENT_TIME = 0; // current time global variable incremented only by the master thread struct Node //struct to r...
[ "slambrou@umass.edu" ]
slambrou@umass.edu
96adf19d397da8514064b62342e6d246aed0be5f
95f8f695ab82df9c81af4e2ea1e47c7a05098a10
/ppidtest.c
efb3459a01dff2619f0b11076a59b01188f9b169
[ "MIT" ]
permissive
Hiroki11x/xv6-public
97e536e58eff750d7292c4f23bbf6a3843460246
1ad4ce2c3a8ad4254a72a285b2ce22ab0cad72a2
refs/heads/master
2020-12-26T17:44:29.976733
2015-12-21T15:14:30
2015-12-21T15:14:30
43,665,618
0
0
null
2015-12-21T06:25:49
2015-10-05T04:42:54
C
UTF-8
C
false
false
364
c
#include "types.h" #include "user.h" int main(void) { int parent = getpid(); int child = fork(); if (child == 0) { printf(1, "child: parent=%d child=%d getpid()=%d getppid()=%d\n", parent, child, getpid(), getppid()); } else { wait(); printf(1, "parent: parent=%d child=%d getpid()=%d getppid()=%d\n", parent...
[ "hiroki11x@gmail.com" ]
hiroki11x@gmail.com
d9306e8a9148fad31b9cd8ba981b1c85108dadc5
a19eccda1820ad97391907a23245d00a110cdde7
/sum.c
c0aa8587fcc7e7d8b23aca0c8a6987007dd1fbbd
[]
no_license
Fatimradji/alx-se
dd88daad46134c2cc50bbc3892d39c8c3f99cd5f
a2f09a331cdf73ecea0777e893f3507e8e5b1f2d
refs/heads/main
2023-06-30T02:35:28.849854
2021-08-02T11:10:14
2021-08-02T11:10:14
391,912,570
1
0
null
null
null
null
UTF-8
C
false
false
218
c
#include <stdio.h> int addition(int x, int y); int main(void) { int add = addition(5,6); printf("%d\n", add); return 0; // all is well } int addition(int x, int y) { int result = x + y; return result; }
[ "fatimradji1@gmail.com" ]
fatimradji1@gmail.com
6623db0108eb5535c8baf01aae404e0a588387af
f62f708d847adb96b0e83f86fe96fa01c5c7bc80
/PROJ/nbody_serial.c
25199af4ab8a406dacbd4ada2e8ff3f4012cfcd6
[]
no_license
LimitlessEarth/CSCI4576
fc0faf95f35bdf3e20745f7ddd1cf59044e8af33
d829e28a126626d20a606b9743fab492de8c0c00
refs/heads/master
2020-09-18T06:39:27.036840
2017-02-03T00:29:04
2017-02-03T00:29:04
67,526,734
0
0
null
null
null
null
UTF-8
C
false
false
6,114
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include <time.h> #include <mpi.h> // Include global variables. Only this file needs the #define #define __MAIN #include "globals.h" #undef __MAIN // User includes #include "pprintf.h" #include "helper.h" int main (int argc, char** argv) {...
[ "adam@soundwall.com" ]
adam@soundwall.com
c37dccb55073ee9de45afafd9b6d21eb6a4587ba
1d05232a4f071f158dc6e64df7efd4095c78a1e7
/ARCHIVOS/RECU ARCHIVOS/resuelto/Recuperatorios archivos/Recuperatorio 1/RecArchivos.c
4d71140a4dbb93cc484e24a28f1e8a8fdcbeae2b
[]
no_license
NAM392/_Estadistica
fab6cac97475035b6bc049273ccc7c4c9d31f423
ddfe43a9c03828f8726f0bd8e75ddf4088feca04
refs/heads/master
2023-01-29T13:07:43.305003
2020-12-07T22:37:51
2020-12-07T22:37:51
319,458,664
0
0
null
null
null
null
WINDOWS-1250
C
false
false
2,607
c
#include <stdio.h> #include <stdlib.h> #include <string.h> ////////////////////////////////ESTRUCTURAS//////////////////////////////////////// struct{ char nombre[20]; }llamada, auxLlamada; struct{ char nombre[20]; int voto; }candidato, auxCandidato; ///////////////////////////////DECLARACIONES/////////////////////...
[ "status" ]
status
66b1d71ad002e71eac7d6d255d17198c2b0932bc
9e696b06d8ec98a9d9d56d030e9f814ec2596285
/countOne/smartCount.c
f9af81c10ad89ed3969fbbc47ae6c1120c92c058
[]
no_license
arthurbryant/beauty-of-programming
3d259df92243ce4ca11c02c799d4879072fc5812
4238a384f59c52ca8e0fa0688c72727b53e8be14
refs/heads/master
2020-05-07T10:17:03.921546
2011-10-14T15:39:05
2011-10-14T15:39:05
2,248,058
0
0
null
null
null
null
UTF-8
C
false
false
251
c
#include <stdio.h> int count(int n) { int sum = 0; while(n) { n &= n - 1; ++sum; } return sum; } int main(int argc, char * argv[]) { int n; scanf("%d", &n); printf("%d\n", count(n)); return 0; }
[ "cst.feng@gmail.com" ]
cst.feng@gmail.com
e7ace4ece17b6e3d0c8cae716732c029257c0de6
5c592efd2f24e5a3f43b015666b26f9f72497d17
/Software/Mech_Project.X/BumperService.h
01dd910287ab6e35fb18a9562d3a2194b7114977
[]
no_license
tpbw4321/Slugnificant-Seven
422716a850fdab88f0ffb04faeab1299a491ce82
2bb165a44b30b52d794900cfb3f76c2bfb86b912
refs/heads/master
2020-06-07T08:13:20.493324
2019-06-20T19:33:44
2019-06-20T19:33:44
192,970,047
0
0
null
null
null
null
UTF-8
C
false
false
3,519
h
/* * File: TemplateService.h * Author: J. Edward Carryer * Modified: Gabriel H Elkaim * * Template file to set up a simple service to work with the Events and Services * Framework (ES_Framework) on the Uno32 for the CMPE-118/L class. Note that this file * will need to be modified to fit your exact needs, ...
[ "tpbw4321@gmail.com" ]
tpbw4321@gmail.com
3e5d92c883600329831d851f2f7c24cdd1f922a5
1a3523055d4f04b69a738024e6b23292063636df
/dcfAlways-uC-IAR/EvalBoards/Atmel/EVK1100/IAR/asf/usb/class/hid/device/generic/module_config/appl_usb.c
1212366927666d31e55412c6d71e295eaed68f0e
[]
no_license
tomyqg/dcfAlways
8d186f7e803b92828c9210927bfdccd1091b9e3b
dccac25b2dacd40252b2e1b996faca82a497bcdd
refs/heads/master
2021-06-07T20:34:06.951208
2016-09-08T13:43:16
2016-09-08T13:43:16
null
0
0
null
null
null
null
UTF-8
C
false
false
2,400
c
#include "conf_usb.h" #include "usb_protocol.h" #include "udd.h" #include "udc_desc.h" #include "udi.h" #include "udc.h" #include <bsp.h> #include <UartPrint.h> #include <bsp.h> uint8_t usbReadyToSend; void initUSB() { info_printf("starting USB ... \n"); usbReadyToSend = 0; udc_sta...
[ "peter.niederer@sonnenkinder.org" ]
peter.niederer@sonnenkinder.org
a7d83d18c0f8874e5e4548c1ce3cae3595da5985
5c255f911786e984286b1f7a4e6091a68419d049
/code/906b7a73-65de-4bf8-be2c-0d3cf74f915f.c
59cccdaf1c115699331de82d570bbc62ab8f9537
[]
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
229
c
#include <stdio.h> int main() { int i=0; int j=1; int k; int l; k = 533; l = 64; k = i/j; l = i/j; l = l%j; l = l%j; j = i-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
45c823f844ea7eb66e19aa44a226802763bd38b7
9cfa3727bb1002221a846732f0170bb50a82ae50
/src/syscall/entry.h
a68cd4abee55d7f0fd54b582249ce8785eb9cc0d
[ "ISC" ]
permissive
idl3r/nextgen
0340e66c2c9761787ec693e104ff7a8d5948c186
e5ab2f63ef781e51b07d2a525363017994450154
refs/heads/master
2021-01-22T02:48:13.512141
2016-03-20T19:02:41
2016-03-20T19:02:41
54,392,847
2
0
null
2016-03-21T13:52:12
2016-03-21T13:52:12
null
UTF-8
C
false
false
1,870
h
/** * Copyright (c) 2015, Harrison Bowden, Minneapolis, MN * * Permission to use, copy, modify, and/or distribute this software for any purpose * with or without fee is hereby granted, provided that the above copyright notice * and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "A...
[ "2trill2spill@gmail.com" ]
2trill2spill@gmail.com
e4f363dc3249f2c62ce59e79e5ca63a479961266
b6fb2dc02bb4e3172a9b14d436d0e1eb1b0f5c58
/DarkSUSY_mH_125/mGammaD_2000/cT_100/DarkSusy_mH_125_mGammaD_2000_cT_100_LHE_dimuon_m_fake.C
c34adde01205c1f45d0e3800ed4dde638c19b978
[]
no_license
cms-tamu/MuJetAnalysis_DarkSusySamples_LHE_13TeV_03
042884aa28ab36f6af7a1c45ff82c6d9c3442f12
fd05337d13f3eb64f295f10ac5c5c6385c0ebec1
refs/heads/master
2020-06-08T15:24:55.002262
2015-03-18T13:59:47
2015-03-18T13:59:47
30,620,043
0
0
null
null
null
null
UTF-8
C
false
false
16,789
c
{ //=========Macro generated from canvas: cnv/cnv //========= (Mon Mar 16 15:09:41 2015) by ROOT version5.34/18 TCanvas *cnv = new TCanvas("cnv", "cnv",1320,22,904,928); gStyle->SetOptFit(1); gStyle->SetOptStat(0); gStyle->SetOptTitle(0); cnv->SetHighLightColor(2); cnv->Range(-26.5625,-0.007541109,12...
[ "bmichlin@rice.edu" ]
bmichlin@rice.edu
d76581c402994e2381068ed0b54337e7f71601c8
8d753bb8f19b5b1f526b0688d3cb199b396ed843
/osp_sai_2.1.8/system/tools/gencdb/core/src/gen/tbl_nat_rtif_outside.c
ffa90f581c8b385ba004493dc7ac06f3ee16f6ca
[]
no_license
bonald/vim_cfg
f166e5ff650db9fa40b564d05dc5103552184db8
2fee6115caec25fd040188dda0cb922bfca1a55f
refs/heads/master
2023-01-23T05:33:00.416311
2020-11-19T02:09:18
2020-11-19T02:09:18
null
0
0
null
null
null
null
UTF-8
C
false
false
10,151
c
#include "proto.h" #include "gen/tbl_nat_rtif_outside_define.h" #include "gen/tbl_nat_rtif_outside.h" #include "cdb_data_cmp.h" tbl_nat_rtif_outside_master_t *_g_p_tbl_nat_rtif_outside_master = NULL; static uint32 _tbl_nat_rtif_outside_hash_make(tbl_nat_rtif_outside_t *p_nat_rtif_outside) { uint32 index = 0; ...
[ "zhwwan@gmail.com" ]
zhwwan@gmail.com
2e1b65454b182229142462b5cf33f1cd14d03098
735453411ecb796c4a46e2ceac525dc1874960df
/Game_aux.c
40558841d71bee6ebddd5a5c702915f282dc999d
[]
no_license
KimAsseo/Sudoku
7febf8337a7d0566bb82ecde3377ad4dec7cf1ff
4d9357e4cd7f6989aa63fadd4a3f6843bfb74fb1
refs/heads/main
2023-01-05T00:20:01.251485
2020-10-28T14:30:32
2020-10-28T14:30:32
308,042,080
0
0
null
null
null
null
UTF-8
C
false
false
25,303
c
#include<stdio.h> #include<stdlib.h> #include "SPBufferset.h" #include "Game.h" #include "Game_aux.h" #include "settings.h" #include "stack.h" #include "general_funcs.h" #include <math.h> #include <string.h> #include "moves_list.h" #include "parser.h" /*FOR PRINT_BOARD*/ void print_cell(Game *game, int i...
[ "noreply@github.com" ]
KimAsseo.noreply@github.com
9e35b528551f3ae763bd842987a8ce22120e56ef
d69f38104eed812495bf49519b6ada516d5181e6
/booleanAlgebraCalculator/boolean algebra calculator/display_code.c
9995852b43af4f23cd4031284e2471b3e1677205
[]
no_license
dc-iiitdm/ELE401codes
560a7d1e6bf8d94f2bf2fe77bf223d235023983e
6cbb7101211c643ff6414413eb4e0c54a2065cb0
refs/heads/master
2021-01-10T11:51:23.534108
2016-01-25T10:13:28
2016-01-25T10:13:56
50,286,713
0
0
null
null
null
null
UTF-8
C
false
false
8,864
c
#include "tm4c123gh6pm.h" #define N_col 4 #define N_row 3 #include <stdio.h> #include "tm4c123gh6pm.h" #include <string.h> #include <stdlib.h> #include "pins.h" typedef unsigned char uint8; void LCD_init(void); void LCD_Send_Command(uint8 command); void LCD_Goto(uint8 x, uint8 y); void LCD_Send_Character(uint8 char...
[ "productdeveloper.iiitdm@gmail.com" ]
productdeveloper.iiitdm@gmail.com
914f8e4eed3c7de8e25ccf59bd1297fa320fa7c9
b3e525a3c48800303019adac8f9079109c88004e
/platform/drivers/linux/rdma/test-res/wrap_res.h
26126262174195900ce629509a5949cc6e86c848
[]
no_license
PsymonLi/sw
d272aee23bf66ebb1143785d6cb5e6fa3927f784
3890a88283a4a4b4f7488f0f79698445c814ee81
refs/heads/master
2022-12-16T21:04:26.379534
2020-08-27T07:57:22
2020-08-28T01:15:20
null
0
0
null
null
null
null
UTF-8
C
false
false
222
h
#ifndef WRAP_RES_H #define WRAP_RES_H /* This is to hide the c stuff from c++ */ extern "C" { #include <linux/bitmap.h> #include <linux/slab.h> #define kfree(x) kfree((void *)(x)) #include "../drv/ionic/res.h" } #endif
[ "ksmurty@gmail.com" ]
ksmurty@gmail.com
a016fbb75e992dbc6aca1332d60aa1df552c7c58
795c93be55c49c9139cf14cacfcedbaed8b55737
/ph_ker32/Windows_Vista/ph_ker32.c
7c5c6bfc40a1a9dd5c03ae144d415114c90e003b
[ "GPL-1.0-or-later", "GPL-2.0-or-later", "MIT" ]
permissive
fengjixuchui/phook
26fbe38cc7a0cf5eec60341075e8a42a84de5819
a03caf8f9233984fc713562eb5e5b4044522d649
refs/heads/master
2022-07-28T20:41:58.366302
2022-07-15T02:15:40
2022-07-15T02:15:40
261,512,550
0
0
MIT
2022-07-15T02:15:40
2020-05-05T15:37:37
null
ISO-8859-2
C
false
false
93,322
c
/******************************************************************************* Project Name: phook Project Version: 1.0 File Name: ph_ker32.c Revised: 11/06/07 Description: - Project URL: http://www.fr33project.org/ Mirror: http://www.disiden...
[ "dreguera@buguroo.com" ]
dreguera@buguroo.com
068b2e1a8c77c48c78836110e675a9aa67a761d8
267af2e5fc4392f7ec17fd03f8b6dc25c5d891bc
/Core/Src/keyboard.c
a77f281bfcc7f68e85b69761314464350a5e7a16
[]
no_license
VZaycev/USB-HID-Composite-Device
921d93135c7a8ac4b9081ac6945d55efee38f56d
4dc5945549eba198078559baa3ee72424aecea19
refs/heads/main
2023-03-28T21:00:49.176565
2021-03-31T12:55:43
2021-03-31T12:55:43
353,356,071
1
0
null
null
null
null
UTF-8
C
false
false
5,324
c
#include "keyboard.h" ///////////////////////////////////////////////////////////////////////////// int Is_Array_NULL(uint8_t Array[]){ for (uint8_t i = 1; i<=7; i++){ if (Array[i] !=0) return 0; } return 1; }; ////////////////////////////////////////////////////////////////////////////// void Clone_Array(uint8_t...
[ "anrita2018@gmail.com" ]
anrita2018@gmail.com
450868a5ff38b257c54155d83751c488bfd22c2e
c2634ebec1d4448e372d174f459c3cbc03fd1edc
/lib/node_modules/@stdlib/math/base/special/deg2rad/include/stdlib/math/base/special/deg2rad.h
9162d060cb773c772f2545535b807872c856f587
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "MIT", "SunPro", "BSD-3-Clause", "BSL-1.0", "LicenseRef-scancode-public-domain" ]
permissive
stdlib-js/stdlib
ede11aee78f08e4f78a0bb939cb0bc244850b55b
f10c6e7db1a2b15cdd2b6237dd0927466ebd7278
refs/heads/develop
2023-09-05T03:29:36.368208
2023-09-03T22:42:11
2023-09-03T22:42:11
54,614,238
4,163
230
Apache-2.0
2023-09-13T21:26:07
2016-03-24T04:19:52
JavaScript
UTF-8
C
false
false
1,124
h
/** * @license Apache-2.0 * * Copyright (c) 2018 The Stdlib Authors. * * 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 a...
[ "kgryte@gmail.com" ]
kgryte@gmail.com
a9fa01e5e58bb4d0b2736f28425d65bc5360cecb
138c849d97f084224d7a83916e3824cdcddca3bb
/dmai_2_20_00_15/packages/ti/sdo/dmai/Capture.h
73aada48d2d94b0c7506b149ffadfc5680373a3f
[]
no_license
lab85-ru/ti-dvsdk_omapl138-evm_04_03_00_06
7210a0324d9b520aa4e17879fe1bb84af98b1178
350e68dd99669e46c6f679e91216e22412ee50c5
refs/heads/master
2022-07-29T11:31:20.816254
2020-05-17T18:09:02
2020-05-17T18:09:02
264,720,283
1
0
null
null
null
null
UTF-8
C
false
false
13,612
h
/* --COPYRIGHT--,BSD * Copyright (c) 2010, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistributions of source code must retain the above copy...
[ "info@lab85.ru" ]
info@lab85.ru
4c5553ba709b3637691384760f49269989e15948
c2cedcf36667730f558ab354bea4505b616c90d2
/players/vertebraker/cont/frostgard/585.c
93f13ebe552188ef53ec04410b99f6b58d9b19fe
[]
no_license
wugouzi/Nirvlp312mudlib
965ed876c7080ab00e28c5d8cd5ea9fc9e46258f
616cad7472279cc97c9693f893940f5336916ff8
refs/heads/master
2023-03-16T03:45:05.510851
2017-09-21T17:05:00
2017-09-21T17:05:00
null
0
0
null
null
null
null
UTF-8
C
false
false
1,196
c
#include <ansi.h> #define RNUM 585 inherit "players/vertebraker/cont/inherit/fgard_room"; string rtype; reset(arg){ ::reset(arg); if(arg) return; short_desc = "ice hill"; set_light(1); rtype = "icy hill"; long_desc = " n n # # @ @ [...
[ "rump.nirv@gmail.com" ]
rump.nirv@gmail.com
7921784e15a6a72978713da6df32be0aa48f804a
71b93771c61cd53aa74378bb56fd38327fc9f194
/eigen/Code/include/VisitWriter/VisitWriter.H
cd8e1dae4dfde15c1d72abd4d8204e69ec7f0db5
[]
no_license
smiret/cs267_project_final
f38d482afaf22e80f733e375c86b950f0c11541e
f5009f043f0fa24a457fe819ae84eff2243f12a3
refs/heads/master
2021-01-19T08:02:40.394248
2018-03-01T01:54:38
2018-03-01T01:54:38
87,596,678
0
1
null
2017-05-09T05:13:32
2017-04-08T00:27:01
C++
UTF-8
C
false
false
14,299
h
#ifndef _VISIT_WRITER_H_ #define _VISIT_WRITER_H_ /***************************************************************************** * * Copyright (c) 2000 - 2008, Lawrence Livermore National Security, LLC * Produced at the Lawrence Livermore National Laboratory * LLNL-CODE-400142 * All rights reserved. * * This file is ...
[ "lbluque@berkeley.edu" ]
lbluque@berkeley.edu
fb22d2301bc41d35dcb5438523e5670883031a18
6164a64e6e178c053ba2b692ecbfebdc63b7608e
/libft/src/libft/term_raw.c
872eca0ab5ec71892002990b083c98db480f4232
[]
no_license
ysan-seb/21sh
d621ee98c0b0679dd368a63bae69d10230c7d99c
7db7a5ecacceb6faee4d605e45d6656fa58ff1f8
refs/heads/master
2021-09-02T09:42:17.505336
2018-01-01T15:18:29
2018-01-01T15:18:29
115,927,191
0
0
null
null
null
null
UTF-8
C
false
false
1,349
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* term_raw.c :+: :+: :+: ...
[ "ysan-seb@e1r7p10.42.fr" ]
ysan-seb@e1r7p10.42.fr
1d68e0f1d1768ca2d655da31db743cd9cfc43a80
5a1b8b77bd2fde1a0d36a3515b6c6297330cfdf5
/kernel/vmem.c
9fb91b1766a1994786fba2b518a3e4ff9390cfcc
[]
no_license
sleirsgoevy/jjs-kvm
7ae992c8b013cd307ff65e31eb234aa5a604697c
bba78f681b813c3870ac122ecc303c589636d259
refs/heads/master
2022-12-30T21:10:03.162636
2020-10-21T22:01:43
2020-10-21T22:01:43
240,873,448
0
0
null
2020-03-06T17:39:17
2020-02-16T10:41:06
C
UTF-8
C
false
false
8,595
c
#include "vmem.h" #include "paging.h" #include "userspace.h" #include "debugout.h" #include "elf.h" #include "memmap.h" #include "done.h" #include <errno.h> #include <bits/auxv.h> static unsigned int cur_brk; static unsigned int orig_brk; static const char* the_exe; void* memset(void* s, int c, unsigned int n); int ...
[ "sleirsgoevy@gmail.com" ]
sleirsgoevy@gmail.com
603fc40540801177dbf7bbfaa7c74d0636869144
a9b8423513abc9c6f1e5708d435bd99a1f0a5201
/libft/srcs/ft_strnalpha.c
ca8fe7e7b59800064b42ead4b57370475db258e4
[]
no_license
flhember/ft_nm
07e5f6ef2ae3d88e4025b1897c88c49058d22ec6
908757ee74820e9a5d961ae57cab210947dbfae7
refs/heads/master
2023-07-09T20:29:20.112464
2023-06-23T14:00:13
2023-06-23T14:00:13
358,331,852
0
0
null
null
null
null
UTF-8
C
false
false
1,071
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strnalpha.c :+: :+: :+: ...
[ "flhember@student.42.fr" ]
flhember@student.42.fr
ee478dc940bed37ff9c8999e9826603ae57d86d9
8960507bb98c254430fe40b53f1d92a8b7c77c3d
/chapter5/f/start.c
e44ce7a8aa4a465b70f05ff33cf15d8ac3083863
[]
no_license
chinbor/the-exp-of-orange-s
0981fc86ec9f48d6ef9c4bf2beb52c7e6dd83591
b830374d438fdaaf589ed014c368f2d360ddbd0b
refs/heads/master
2020-05-07T12:15:04.158993
2019-07-18T10:35:56
2019-07-18T10:35:56
180,495,132
2
0
null
null
null
null
UTF-8
C
false
false
1,447
c
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ start.c ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Forrest Yu, 2005 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ ...
[ "949524548@qq.com" ]
949524548@qq.com
afa5d0cf1826f978e1255eeea8035801e816943c
47badcb23816d95264b251974671f13eccc0f53f
/Pods/Headers/Public/WRParsingBasic/WRRule.h
a15f27a325d60fccd2ccdffcbe1e8d2ebc332d88
[]
no_license
RayWang1991/WRCFParser
de08be3dae3c140b9dbe7723083a4f2b3b187580
8fc95f153ba2789c9817d2501fdee7ca1f175176
refs/heads/master
2021-06-20T05:37:25.672338
2017-07-26T15:31:37
2017-07-26T15:31:37
null
0
0
null
null
null
null
UTF-8
C
false
false
76
h
../../../../../../../WRParsingComponent/WRParsingBasic/Classes/Rule/WRRule.h
[ "wangrui@bongmi.com" ]
wangrui@bongmi.com
f9360f740ba39ef68b0439b3f049cf74f8d3216e
aba2d4e01f158bc1a246d4284cd5046b6b5ae272
/audio_codec/libraac/aac_decode_main.c
037073b92664a9d750e8862015afd8e583517aca
[]
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
13,256
c
/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: aac_decode.c,v 1.2.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 files ...
[ "mauro.ribeiro@hardkernel.com" ]
mauro.ribeiro@hardkernel.com
4cd7dd09018b45f2e77e05af6161c8a0e00561b5
7a8bb9c3a3399538d009004837503fa3ab7a6995
/src/prep/vdetrend/vdetrend.c
bbacc298f5314ef5b9b33b61faac5cfbf38f3eb1
[ "BSD-3-Clause" ]
permissive
satra/lipsia
bebc1b94dc50beed2943120a6675ced365e8c705
bb13a5a98809994adf8ff209d80deaf118fe738c
refs/heads/master
2021-08-30T16:50:12.601005
2017-10-02T08:19:19
2017-10-02T08:19:19
114,673,943
0
0
null
2017-12-18T18:20:47
2017-12-18T18:20:46
null
UTF-8
C
false
false
1,344
c
#include <viaio/VImage.h> #include <viaio/Vlib.h> #include <viaio/mu.h> #include <viaio/option.h> #include <stdio.h> #include <string.h> #include <math.h> #include <stdlib.h> extern void VDetrend(VAttrList list,VFloat minval,VShort type,VShort del); VDictEntry TypeDict[] = { { "linear", 0 }, { "cubic", 1 }, { ...
[ "lohmann@tuebingen.mpg.de" ]
lohmann@tuebingen.mpg.de
8553d162ac1dc2de6c62c182fb6f449666753efb
c1d71c15a1fc0fc897461eb261768345a50f5b3a
/c++/test/red_black/red_black.h
fb145addfccf5d2a9654016e93ee9a791a57d77e
[]
no_license
snikk/Junk
c0c9fc164a3b4cef2b4f2357ba63461c254fbf57
dc10b620810e81b33e5eb47ddc34cae169f75ace
refs/heads/master
2021-01-14T08:05:54.737905
2017-01-30T18:06:27
2017-01-30T18:06:27
36,396,831
0
0
null
null
null
null
UTF-8
C
false
false
249
h
#ifndef __RED_BLACK_H__ #define __RED_BLACK_H__ typedef struct RBNode { void* key; void* data; bool red; struct RBNode* parent; struct RBNode* left; struct RBNode* right; } RBNode; typedef struct RBTree { } RBTree; #endif
[ "jeff@jiff.com" ]
jeff@jiff.com
c11fea71469d6e9c9d3dced43d4dd1994478c961
d3b04a5d88e68d202cf917a90e3c1da9fa757d49
/MINPOINT.C
895665ee1db5ae6737a536b253bfd5a7720ed236
[]
no_license
EESHALPU/C-Programming-Test.c
3d15dc00183788225b5156fe79977c7f8e6817ed
564cade66de2c25b887881c51cc35c70f9ff19dc
refs/heads/main
2023-04-01T23:37:02.504695
2021-04-09T12:06:59
2021-04-09T12:06:59
356,193,944
1
0
null
null
null
null
UTF-8
C
false
false
305
c
#include<stdio.h> #include<conio.h> void main() { int a[50],*p,n,low,i; clrscr(); printf("how many elements"); scanf("%d",&n); printf("Enter numbers"); for(i=0;i<n;i++) scanf("%d",&a[i]); p=a; for(i=0;i<n;i++,p++) { if(*p<low) low=*p; } printf("min=%d",low); getch(); }
[ "noreply@github.com" ]
EESHALPU.noreply@github.com