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
2145f0a56b34db38323fafa5d4e023994173ab36
455cbb9ae483279a08c9d29bf5d4140e3ead3714
/server.c
d35d0c8d9975e5157a6f71c777554503df26ef65
[]
no_license
Jinholy/socket_client
2cecbf29d1ae1b60fff74b5f7ad78dcb108531b1
26e80fc05d2e6278152effc1303ab6fa83d6da22
refs/heads/master
2020-03-25T15:14:15.396696
2018-08-08T08:04:50
2018-08-08T08:04:50
143,873,325
0
0
null
null
null
null
UTF-8
C
false
false
2,665
c
//server.c file #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <arpa/inet.h> #include <sys/socket.h> #include <pthread.h> #define BUF_SIZE 100 #define MAX_CLNT 256 void *handle_clnt(void *arg); void send_msg(char *msg, int len); void error_handling(char *msg); void *order(void...
[ "noreply@github.com" ]
Jinholy.noreply@github.com
b3b78a8f2d581035c1bf6db5e9781f99552d5a5e
0cf3510193505f544c0ef4dad477deac54405c2b
/CPool_day/day11/lib/my/my_compute_square_root.c
c463d532bb40613c0a3f562a6f3ff9f03795170c
[]
no_license
AERAFALASTRALIS/tk1
d5a716f4c762e9af28a5a8c77fc09b362ba385e7
0f770c4c77645651887b813df8af85b69a449684
refs/heads/master
2023-03-31T16:11:10.241594
2021-04-02T11:20:33
2021-04-02T11:20:33
351,389,430
0
0
null
null
null
null
UTF-8
C
false
false
144
c
/* ** EPITECH PROJECT, 2019 ** picine ** File description: ** my_compute_square_root */ int my_compute_square_root(int nb) { return (0); }
[ "antoine.viala@localhost.localdomain" ]
antoine.viala@localhost.localdomain
61ee1d96a73be00956f150b7fe59351c066851ef
bafa4e6a65f7b306093c4ee556b0d1e3eec31400
/Pods/BuildHeaders/Three20/Three20Style/TTStyledBlock.h
25ce1942be8e875d3c24ebb869e6fefcdcb18578
[]
no_license
zjxhz/fanju
296e2c0f7387a29d929a91228af5ab7104e665ac
1e66c2bfcd82a0a04fb10a53311abf94f88767a1
refs/heads/master
2021-01-17T11:36:50.741633
2016-08-02T04:31:18
2016-08-02T04:31:18
64,723,437
0
1
null
null
null
null
UTF-8
C
false
false
57
h
../../../Three20/src/Three20Style/Headers/TTStyledBlock.h
[ "xuhuanze@qq.com" ]
xuhuanze@qq.com
188eab493e963ebee4831d8b23e5f213a38f6f3c
a18ca9d7ba9976c5aa7a409d12cb356299e23900
/Driver/midi/tavi_midi.h
89f1e734fbb620edd0c9e3a896273b2a19e2ee7d
[]
no_license
Dotolie/tavi
96fcf416baa3556fe85de11ecbdd24d1c289f9cc
0fcd56ec54cd0b494dbf56dafb8a6288548504fd
refs/heads/master
2020-05-15T11:03:03.239696
2019-04-19T05:52:38
2019-04-19T05:52:38
null
0
0
null
null
null
null
UTF-8
C
false
false
1,608
h
//************************ Copyright(C) New Media Life Inc. ************************ // // Description : Hwa sound source driver // // $Source: /home/cvsroot/TAVI020/tavi/Driver/midi/tavi_midi.h,v $ // $Revision: 1.1.1.1 $ // $Date: 2006/02/22 12:33:31 $ // $Author: zstein $ // //**************************************...
[ "ywkim@mvtech.or.kr" ]
ywkim@mvtech.or.kr
b3f4bb75259f8b55a9c03e80190923bb0555b127
1127738a825fd54af1fab4c91936801ad2f19be5
/stringss.c
eae105f856c0906bfcff7fe450d82aa0eef825c2
[]
no_license
59090939/C_course
571ff62c7fdd9c19c7b878a139512a229a7c5b7a
c1a0548028a0c5547c7ce8c271c4c7e0f201e4b2
refs/heads/master
2023-03-15T21:56:50.312134
2015-01-29T17:57:22
2015-01-29T17:57:22
null
0
0
null
null
null
null
UTF-8
C
false
false
263
c
// // stringss.c // // // Created by Estevan Hernandez on 5/9/14. // // #include <stdio.h> #include <strings.h> int main(void) { int hi = 16; char greeting[3] = "hi!"; printf("hi = \n%d\n greeting = %s\n", hi, greeting); return 0; }
[ "estevan@bluerocket.us" ]
estevan@bluerocket.us
5081e463af1af828280685c9ed37c1ff19d318d9
eaae3529ea65c9be62e4b177a498dd0459396052
/modified_vars_ws/PaulEggert_ldtoastr.c
07e38f765b7cdf849bdf3c1e5917e7cfb7d9e219
[]
no_license
mgsanusi/blame-dodger
badac55079b0bc84c1c3ddff9357caffd480b512
c8b1f19d48e09200c9d59f3dda3b298ced7103d7
refs/heads/master
2021-01-20T04:50:14.975609
2018-01-12T00:02:14
2018-01-12T00:02:14
89,739,285
3
0
null
null
null
null
UTF-8
C
false
false
21
c
#include "ftoastr.c"
[ "marigrace07@gmail.com" ]
marigrace07@gmail.com
8a518f34316eb8807c6f587f060957bb5e5a3fc7
5bdb2a5bb47a96a855dd70e6e14b3c4700a07c11
/Test Cases/【1】100内素数(含while语句,%).c
b8fc7fdc2e85b16f389a317246844388f31c26d9
[]
no_license
BiruLyu/SmallC_Compiler
2f7b5b2e3d0e1df9de02b3aa6b7e6d0a19176317
dca95f0e527ae0cc005f295a9a3055260ad168d8
refs/heads/master
2020-05-25T21:08:21.312412
2017-03-14T16:09:58
2017-03-14T16:09:58
84,969,697
2
0
null
null
null
null
UTF-8
C
false
false
197
c
void main() { int a,b,c,d,e; a=2; while(a<100) { b=2; c=0; e=a/2; while(b<=e) { d=a%b; if(d==0) {c=1;} b=b+1; } if(c==0) {write a;} a=a+1; } }.
[ "blyu@usc.edu" ]
blyu@usc.edu
9024ae222e6b900377f5f1c93e36fdc6653a8f1b
cb01c0f21ae1499ce37fe6825512aed58836d70a
/zephyr/wrapper.c
d9356b4f9ff435acf3d79df8f6546e38352d249d
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "MIT", "ISC" ]
permissive
TangleZ/sof
50fba71e5fca3319e5802e826552ab3a8e6d42eb
254d74d3d132eb109e48a68d83ac604d5f948fda
refs/heads/master
2023-02-07T18:12:26.283891
2021-07-07T12:01:37
2021-07-07T12:01:37
214,364,728
0
0
NOASSERTION
2019-10-14T11:17:18
2019-10-11T06:52:40
null
UTF-8
C
false
false
11,797
c
// SPDX-License-Identifier: BSD-3-Clause /* * Copyright(c) 2020 Intel Corporation. All rights reserved. * * Author: Liam Girdwood <liam.r.girdwood@linux.intel.com> */ #include <sof/lib/alloc.h> #include <sof/drivers/interrupt.h> #include <sof/drivers/interrupt-map.h> #include <sof/lib/dma.h> #include <sof/schedule...
[ "lgirdwood@gmail.com" ]
lgirdwood@gmail.com
8d9347ea13b408d1ee288da8698b605184e3bab8
087e45de224dadd273d8d9853182ae44b53c0738
/examples/mpfs-hal/mpfs-hal-coremark/src/boards/icicle-kit-es/soc_config/ddr/hw_ddr_options.h
eaf7edfa61d62ee1a89fe6754ba7b2dd1b23bbe2
[]
no_license
LittleMike/polarfire-soc-bare-metal-library
c904a2da0bccbea7afea7c90022e61787b7a7c76
8a970f7a995879530897b3aaf9cee2344ea3e3da
refs/heads/master
2023-04-27T02:22:38.327049
2021-04-16T10:37:03
2021-04-16T10:37:03
null
0
0
null
null
null
null
UTF-8
C
false
false
3,240
h
/******************************************************************************* * Copyright 2019-2020 Microchip FPGA Embedded Systems Solutions. * * SPDX-License-Identifier: MIT * * @file hw_ddr_options.h * @author Microchip-FPGA Embedded Systems Solutions * * Generated using Libero version: 2.0 * Libero d...
[ "conor.paxton@microchip.com" ]
conor.paxton@microchip.com
adb354c00706cc860bc7b2914f56dc5c36e73fa9
4647cd53c9b8d2d1686101856d93c3e3eb8059f0
/packages/ti/runtime/dat/src/dat_uio.c
4e9ad8c2369ac5ec8bce28198d2479c202660284
[ "BSD-3-Clause" ]
permissive
nokia/SYSLIB
80edd122ddbf43e6139e87a0b9192070972bd2e9
fbdf6349249e0c8545f96e50472ab4adae71c4d8
refs/heads/master
2020-03-21T02:49:23.763366
2019-02-13T09:43:12
2019-02-13T09:43:12
138,022,063
1
1
null
null
null
null
UTF-8
C
false
false
8,170
c
/** * @file dat_uio.c * * @brief * The file implements the DAT uio functions to access memorys * through uio. * * \par * NOTE: * (C) Copyright 2014 Texas Instruments, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that ...
[ "root@FZ03-TOPSERVER" ]
root@FZ03-TOPSERVER
53cdc70694b0dd23c3592c09f4b1063dd2282f0b
0389cdda027d08717fd71fb90a8632d3cb277c82
/Libs drafts/Ardugram/src/Utils.h
cee7ceb495b166cc84cc43b399e2ea250eadac4b
[ "MIT" ]
permissive
Mattue/InspirationCloud
613538039dced982af16956884bdae58e47527e4
e36757dc97518dc00b58a6248a61fb67da82a904
refs/heads/master
2020-12-20T23:26:57.851188
2020-11-29T20:35:44
2020-11-29T20:35:44
236,240,139
1
0
null
null
null
null
UTF-8
C
false
false
197
h
#pragma once #ifndef Utils_h #define Utils_h enum TELEGRAM_API_METHODS { // check String enums getMe, sendMessage }; enum HTTP_METHODS { // check String enums GET, POST }; #endif
[ "mexanik.o@gmail.com" ]
mexanik.o@gmail.com
0f9cab26d350c9bf363f5502e556b89df79a6bd6
006237195e1e1cd9e568ec22cc25df2983e0c483
/boolean-functions/question5.c
12d07df132fb3fa6ffbb9d6f2af4c18cf75608f5
[]
no_license
seshagiriprabhu/case-study-1
2c318971e6b2e7008752084f2faf0fc47247e23f
b4cb22d1fbf78498a6fd17347b2bb41565ffa9ce
refs/heads/master
2021-01-22T10:21:26.930504
2013-07-05T04:51:11
2013-07-05T04:51:11
null
0
0
null
null
null
null
UTF-8
C
false
false
1,468
c
/* Written by Giri A function hamming_distance(f1,f2) returning an int (the prototype in C would/could be int hamming_distance(int f1[], int f2[], int m) */ #include "header.h" /* STATUS: COMPLETE */ ulong hamming_distance ( ulong *f1, ulong *f2, ulong m ) { ulong i, count = 0; ulong n = 1UL << m; for ( i = ...
[ "seshagiriprabhu@gmail.com" ]
seshagiriprabhu@gmail.com
7201778da241ace78bba19f9140eab29501aa0c1
2af0f5e987e10024f7504d52407c143221fb86b5
/tests/test_screen.c
9e93001357f3c3d2e1d8791497d078700d0635cc
[]
no_license
imnotlistening/myrt
a369db96d28a7ae77f9945ac61d159ac1cb0fa2f
20b691217192563d7e7a6a77f81c949c4ca80e9c
refs/heads/master
2020-07-20T12:35:00.522090
2012-12-24T05:11:17
2012-12-24T05:11:17
3,202,625
0
0
null
null
null
null
UTF-8
C
false
false
1,317
c
/* * (C) Copyright 2011 * Alex Waterman <imNotListening@gmail.com> * * myrt is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * ...
[ "alex@tazmania.cpufarm.net" ]
alex@tazmania.cpufarm.net
cc0ea4cf896eeecbfbd87a4cf758619e0a685a4d
01ced612c2294193d2defa62381b518bbd113cb0
/mem_function.c
8cd4bff49a89b763d5ca0a97cee125c1c9282e28
[]
no_license
amandafer/deterministic-turing-machine
9775b5fbc8bbf78d6d53713ae5bba39ae6b428a2
9d7ccab1d815a2b82ce685a0a09467ef4aa4c776
refs/heads/master
2020-12-03T02:27:01.053850
2016-09-19T04:42:33
2016-09-19T04:42:33
68,568,168
0
0
null
null
null
null
UTF-8
C
false
false
1,081
c
#include <stdio.h> #include <stdlib.h> // Funcao que aloca memoria para matrizes char **memAlloc(int linha, int coluna) { char **matrix; int count; matrix = (char**)malloc(linha*sizeof(char*)); for (count = 0 ; count < linha ; count++) { matrix[count] = (char**)malloc(coluna*size...
[ "amandafer6@gmail.com" ]
amandafer6@gmail.com
43886bfd04831d4a128977cf13c960d1884b2424
33143f62344cd8234f57d3c16f97ae7a9263d450
/module/xillybus_pcie.c
44b001af9745c4171e3976a692d2c684900b9898
[]
no_license
chongxi/xillybus_linux_driver
9bcc037234647fdad45ccbab50a8e88cffbfe66c
f8925bb204cb3ba3936a47c686865fa5a91dc6f4
refs/heads/master
2023-04-27T15:07:07.915488
2023-04-13T19:53:02
2023-04-13T19:53:02
77,709,387
1
0
null
null
null
null
UTF-8
C
false
false
6,570
c
/* * linux/drivers/misc/xillybus_pcie.c * * Copyright 2011 Xillybus Ltd, http://xillybus.com * * Driver for the Xillybus FPGA/host framework using PCI Express. * * This program is free software; you can redistribute it and/or modify * it under the smems of the GNU General Public License as published by * the F...
[ "root@laic-ws1.hhmi.org" ]
root@laic-ws1.hhmi.org
4b08228c8942356f5731066d5e0a567b79e0e1ba
b111b77f2729c030ce78096ea2273691b9b63749
/perf-native-large/project859/src/component1073/headers/component1073/lib13.h
843bd29ade8c856ebb690e0476774a1277e54fd7
[]
no_license
WeilerWebServices/Gradle
a1a55bdb0dd39240787adf9241289e52f593ccc1
6ab6192439f891256a10d9b60f3073cab110b2be
refs/heads/master
2023-01-19T16:48:09.415529
2020-11-28T13:28:40
2020-11-28T13:28:40
256,249,773
1
0
null
null
null
null
UTF-8
C
false
false
155
h
#ifndef PROJECT_HEADER_component1073_13_H #define PROJECT_HEADER_component1073_13_H int component1073_13(); #endif // PROJECT_HEADER_component1073_13_H
[ "nateweiler84@gmail.com" ]
nateweiler84@gmail.com
9e13fd474e6d84e815e528613745028e6535cf40
4c0052e572f8d82144ec139c7ebc90a894f94b6b
/Star_receiver/Libraries/SPI1.c
2d959b478342e119c2b70230a9dfb4e4dde9d2b8
[]
no_license
dontHaveTheCow/dontEatWithIgnoranus
0188d4e35e8e4799813ee5673dde2e8b6274f9d7
1642c40a5ce55476a1cced25778416176842ba64
refs/heads/master
2020-04-15T14:05:11.591002
2016-11-14T18:03:38
2016-11-14T18:03:38
59,745,522
1
0
null
null
null
null
UTF-8
C
false
false
2,982
c
#include "SPI1.h" void InitialiseSPI1_GPIO(void) { RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GPIOA,ENABLE); GPIO_InitTypeDef GPIO_InitStructure; // PA5 - SCK PA6 - MISO PA7 - MOSI GPIO_InitStructure.GPIO_Pin = GPIO_Pin_7 | GPIO_Pin_6 | GPIO_Pin_5; GPIO_InitStructure.GPIO_Mode = GPIO_Mode_AF; GPIO_InitStructure.GPIO_...
[ "niks.barkovskis@gmail.com" ]
niks.barkovskis@gmail.com
c305dbef18299e4bcd75842367657a72e569e1e4
58184c144a6a77c751bd9bbeb4c8f4b4a17c71ad
/ft_printf/ft_length.c
b5b3406d4fb2b82e28cdd07719ca86dc1cc89670
[]
no_license
kbunel/ecole_42
059793ed22545cf9a2c4981ae9553b55d8830490
0f639c57220b7f1e02edf67b9d4948c1127b6499
refs/heads/master
2021-01-20T21:09:15.920575
2017-05-11T19:24:44
2017-05-11T19:24:44
60,618,827
0
1
null
null
null
null
UTF-8
C
false
false
4,755
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_length.c :+: :+: :+: ...
[ "kbunel@e2r12p3.42.fr" ]
kbunel@e2r12p3.42.fr
7ab21327b6f556f5a4067a69c9dab02eab69ac11
4eb40fe13834dbc400d2d19e91a7e04ddbcc45cf
/lib/JsonParser/json-parser.c
9f7bd534296f3d213bfd780087736089f438689c
[ "Apache-2.0" ]
permissive
rayleyva/ArangoDB
2ff07a77c039bb1a515ff5d9a56c1c9157431e7c
10be561e6babacba18c60335221347487405e56a
refs/heads/master
2021-01-18T08:06:32.830405
2012-06-26T08:37:59
2012-06-26T08:37:59
null
0
0
null
null
null
null
UTF-8
C
false
false
68,548
c
#line 2 "lib/JsonParser/json-parser.l" //////////////////////////////////////////////////////////////////////////////// /// @brief json parser /// /// @file /// /// DISCLAIMER /// /// Copyright 2004-2012 triagens GmbH, Cologne, Germany /// /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may ...
[ "f.celler@triagens.de" ]
f.celler@triagens.de
353f3300d9cef775c1a2d0355d06f7571e474b4f
38436e95d8ad6e1a92408da873230a642a7d091c
/mvf-pwm-app/mvf-pwm.h
c84b0f1487c3b1956ec4692bfb0cf9c019e2e03c
[]
no_license
bhuvanchandra/mvf-pwm
d202c5342ee9f7619f2d329cf9c8165fc385ad15
54681a153ab9672b38e4fe326e41d5482616a627
refs/heads/master
2020-12-24T17:26:23.916758
2014-09-23T04:30:59
2014-09-23T04:31:25
null
0
0
null
null
null
null
UTF-8
C
false
false
863
h
/* * mvf-pwm.h * * Created on: 06-Dec-2013 * Author: bhuvan */ #ifndef MVF_PWM_H_ #define MVF_PWM_H_ #include <stdbool.h> #define PWM_INIT _IOW('b', 2, pwm_ops *) #define PWM_CONFIG _IOW('b', 3, pwm_ops *) #define PWM_ENABLE _IOW('b', 4, pwm_ops *) #define PWM_DISABLE _IOW('b', 5, pwm_ops *) #define P...
[ "bhuvanchandra.dv@toradex.com" ]
bhuvanchandra.dv@toradex.com
87aa1e44690c0fd0a823a19bb49ee63601659e22
0744d7327b18d7f62de3d852bcf13d520d7d8ff9
/51source/260-RTC实时时钟DS1302液晶显示/main.c
c96469235329ad5383f5c3637df1562e94c4aae7
[]
no_license
qianxinbubian/51source
7fb7b6c7762bb98027acf51f1d5276988838a67f
8a9f89b067e0024f0e073a376af2ce0c47adba7b
refs/heads/master
2020-03-19T03:13:19.697222
2018-06-07T04:30:51
2018-06-07T04:30:51
135,706,512
0
0
null
null
null
null
GB18030
C
false
false
3,092
c
/*----------------------------------------------- 名称:LCD1602显示实时时钟 公司:上海浩豚电子科技有限公司 网站:www.doflye.cn 编写:师访 日期:2009.5 修改:无 内容:通过读取ds1302信息直接显示到液晶屏上。有备用电池,断电后时间仍可以正常运行。通过串口调试软件更新时间。更新方式如下 在发送栏填写时间信息,格式如下 2009071210102005 表示2009年7月12日 10点10分20秒 星期五,然后通过串口发送,硬件连接方式和 串口通信相同。注意中间不能有空格 ---------------...
[ "liminghua13118@163.com" ]
liminghua13118@163.com
78e0fc959adc8505feccfeb8785cd0f54bbf5690
1dc856a2a51e149e5bad78a89ecd1eaba2be9037
/.history/my_stc/CODE/MyControl_20200629153304.c
8c7cc68de9d2976e961bd52144df0c970806b51d
[]
no_license
gdgly/STC_auto_car_last
f984a7ee1675c01deb318b3dbedd6237f24935ab
6fe9b6d8bb1dcd01601289baede3cee0bf2a6a74
refs/heads/master
2022-11-27T19:51:51.004781
2020-07-15T16:44:20
2020-07-15T16:44:20
null
0
0
null
null
null
null
UTF-8
C
false
false
6,851
c
/* * @Description : * @Version : * @Date : 2020-06-18 16:24:56 * @LastEditTime : 2020-06-29 15:33:04 */ #include "MyControl.h" uchar Run_Flag = 0; uchar Stop_Flag = 1; int32 MOTOR_Duty_Left = 0; int32 MOTOR_Duty_Right = 0; int32 MOTOR_Speed_Left = 0; int32 MOTOR_Speed_Right = 0; int32 MOTOR_Spee...
[ "iswenyan@gmail.com" ]
iswenyan@gmail.com
24d9fe47b85959678cf7bc785148562242587d03
2fc1406dc8e8523a05431485d5762aabd0bf1fc3
/TCELL_F407_OS/Application/sys_McuMap.h
3ba9c4663e1d726886767907f4d4bc3fbcdb7248
[]
no_license
limitless-lcx/Software
c654491550ee0fa94f1b9ee40aadca85d2efecfd
538886f88bd22127585f8951d11f50cc88381851
refs/heads/master
2020-04-13T08:13:17.629049
2019-05-23T16:22:11
2019-05-23T16:22:11
163,075,579
0
2
null
2019-01-04T16:15:25
2018-12-25T11:10:02
C
WINDOWS-1250
C
false
false
1,423
h
#ifndef _SYS_MCUMAP_H_ #define _SYS_MCUMAP_H_ /*Just ReadME*/ /*=== TIM ===*/ /*1.MCU RESOURCE ˘ŮAdvanced-control timers:TIM1 and TIM8; ˘ÚGeneral-purpose timers :TIM2 to TIM5; ˘ŰGeneral-purpose timers :TIM9 to TIM14; ˘ÜBase timers :TIM6 and TIM7; 2.USER HAVE USED TOTAL: TIM1ˇ˘TIM2ˇ˘TIM3ˇ˘TIM4ˇ˘T...
[ "lichenxu95@163.com" ]
lichenxu95@163.com
7d0dff3ab7da173143f026f6fe7aec6afb3f425e
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/FFmpeg/libavfilter/extr_vf_ciescope.c_gamma_correct_rgb.c
b58ef53e96ef07d8e478c8f495ff6834f0d318a6
[]
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
790
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
19e6f64a8b17b7792b658cae43d81eccab623b12
c6f58de2c158d3e271f8302a4859f3ee186af998
/lesson3/doubleMotor.c
7d1702f3837133ba3c4d7a75c2e52618025bb699
[]
no_license
nzladwjafa/xd0615
1058797da6060630ad930061432a966dbcbe22a4
9e30ae24075a2d9b5cf0754beb2635e0c0dac5a3
refs/heads/master
2022-11-11T12:21:07.171330
2020-06-24T10:48:23
2020-06-24T10:48:23
272,457,649
0
0
null
null
null
null
UTF-8
C
false
false
1,007
c
int i=0; char ch=' '; void setup() { Serial.begin(9600); for(i=6;i<10;i++) { pinMode(i, OUTPUT); } } /* 预定 'f':表示前进 'b':表示后退 'r':表示右转 'l':表示左转 's':表示停止 */ void loop() { if(Serial.available()>0) { ch=Serial.read(); switch(ch) { case 'f': digitalWrite(6, HIGH); digitalWrite(7...
[ "2801996149@qq.com" ]
2801996149@qq.com
febe8328152520505cad0b8d8d7ad2d5ff648f6d
10c422ad22ed77215764ce669f43acd9ff6560fc
/Courses/IS1300/Pingpong/Core/Src/pingpong_functions.c
368bcd0129e50708d05b0bb5b19b145133b3d496
[]
no_license
kvaborg/KTH
7f26f3d67803dcbf1db741e579196a53c7d73645
7aeffad4cc91ebf6758943fe228b25919a9af8a7
refs/heads/master
2021-06-22T01:52:13.039435
2021-01-03T20:11:06
2021-01-03T20:11:06
171,686,197
0
1
null
null
null
null
UTF-8
C
false
false
3,529
c
/** ***************************************************** @brief Pingpong, functions for Pingpong-program @file pingpong_functions.c @author Alexander Borg @version 1.0 @date 4-November-2019 @brief Functions and structures for program Pingpong ***************************************************** */ #include ...
[ "kva.borg@gmail.com" ]
kva.borg@gmail.com
80e5fe87acc4950e69773a890404f7d6a427386e
1a78b7f7596fd06833013e09a2f09da623763a4b
/c/exp/range.c
2345fd5e5c765362156f15696323f493bac0f0fe
[]
no_license
sayyuf-shaik/C-Examples
b70d408bd12c45fea11434a99c2524d1a65e8ec6
8459f084fd7442d79fb3bda5613fd3076b850196
refs/heads/master
2020-12-09T04:39:55.521441
2020-01-11T12:39:12
2020-01-11T12:39:12
233,194,626
0
0
null
null
null
null
UTF-8
C
false
false
114
c
#include<stdio.h> #include<math.h> int main() { printf("%lf\n",(pow(2,(sizeof(long double)*8)-1))); return 0; }
[ "sayyufshaik@gmail.com" ]
sayyufshaik@gmail.com
302c45b0c2a348102306693f6a19c208a42d59e4
c8ec7c3e5300d85006b748cd3f848675eba19bf6
/src/apps/mDNSResponder-107.6/Clients/PrinterSetupWizard/UtilTypes.h
aad29f1cb250d269a1567f7181aaf71f25c184a8
[ "NICTA-1.0", "BSD-3-Clause", "Apache-2.0" ]
permissive
cjdelisle/wap4410n_v2.0.7.4_gpl
2b51c1dfa336e4c0f2d2822e64f50b701952cca4
75e9f4babcb5b4fee477faf7404847fe42bdd101
refs/heads/master
2020-05-07T09:51:16.163493
2015-03-18T02:07:13
2015-03-18T02:07:13
32,495,041
4
0
null
null
null
null
UTF-8
C
false
false
6,659
h
/* -*- Mode: C; tab-width: 4 -*- * * Copyright (c) 1997-2004 Apple Computer, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/l...
[ "cjd@cjdns.fr" ]
cjd@cjdns.fr
65486fc295dd892fc73c59e618e29d92a9650eec
7d4442002438735cdfb46b676f9a20dd58a8c993
/LUA_AppWizard/source/iup_vswizard/StdAfx.h
ab99cd1ed8bb754707fa13778790a1e46dc73275
[]
no_license
ywx/VisualFC
4ac2216c3ff3331d7d6a2913588566f5fc459f3f
edd48db9a3bef6b5169fe92b31e3579cc6bd2ebb
refs/heads/master
2021-01-01T19:15:40.408527
2013-04-23T14:54:45
2013-04-23T14:54:45
9,625,909
1
0
null
null
null
null
UTF-8
C
false
false
1,030
h
// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #if !defined(AFX_STDAFX_H__00047DB6_1308_47AD_A00C_C2126EE4A09E__INCLUDED_) #define AFX_STDAFX_H__00047DB6_1308_47AD_A00C_C2126EE4A09E__INCLUDED_ ...
[ "visualfc@a5e9189f-f13e-0410-9239-ddc9d5dcfb73" ]
visualfc@a5e9189f-f13e-0410-9239-ddc9d5dcfb73
f942f0f9cef47306abb2c3a87b28d27972f4ac21
75e1d9446cb1fca5c6a79ad0ba7f38268df1161f
/C Programs/reverse-the-string-value-till-last-vowel.c
528ad7961ba98a71bf3afb0b53b452cac7ba06bf
[ "CC0-1.0" ]
permissive
muhammad-masood-ur-rehman/Skillrack
6e9b6d93680dfef6f40783f02ded8a0d4283c98a
71a25417c89d0efab40ee6229ccd758b26ae4312
refs/heads/main
2023-02-03T16:45:54.462561
2020-12-23T08:36:28
2020-12-23T08:36:28
324,221,340
4
1
CC0-1.0
2020-12-24T19:12:54
2020-12-24T19:12:54
null
UTF-8
C
false
false
920
c
Reverse the string value till last vowel Reverse the string value till last vowel Given a string S, the program must reverse the string till last vowel. (All alphabets will be in smaller case and there will be no space within the string S). Input Format: The first line contains S. Output Format: The first line contain...
[ "36339675+hemanthtejadasari@users.noreply.github.com" ]
36339675+hemanthtejadasari@users.noreply.github.com
1b67c8c2957d1bdb622a9f90ed0d77c3ffe6ef07
ed6888265afeed7c07548c644151150f0ad66bf9
/Controler_code/UART_Bootloader.cydsn/codegentemp/UART_SPI_UART.h
67d34bf02364ed51196b6f4d2a6fcdec80a6b5da
[]
no_license
browns112358/Lima_Light
5226b1681dbde3daa49fe64ad4f149a60f595fc5
9fa32948f8f6bc81a5e442171c75622ee1de122e
refs/heads/master
2021-01-18T20:29:42.535801
2014-08-08T21:58:25
2014-08-08T21:58:25
null
0
0
null
null
null
null
UTF-8
C
false
false
25,889
h
/******************************************************************************* * File Name: UART_SPI_UART.h * Version 1.20 * * Description: * This file provides constants and parameter values for the SCB Component in * SPI and UART modes. * * Note: * *****************************************************************...
[ "browns1123581321@gmail.com" ]
browns1123581321@gmail.com
3d583ca338a0bc26d45424ef0f2709f3c0144ec3
e651277ef77ab8c62e37e3e2c56fb586d70bd399
/iA_lcd/config/traceconfig.h
132688ca73b83c53df36eadd8bd93c69c4a94a88
[]
no_license
waseemh40/hydroponic_light_temp_humi_setup
42ea440a57c562e793cbe2f5afa6b0e25c1e14e7
6f906e26a714b344c197a81a6d2af6d17fd37f82
refs/heads/master
2021-01-07T07:04:41.719572
2020-04-25T13:06:46
2020-04-25T13:06:46
241,614,914
0
0
null
null
null
null
UTF-8
C
false
false
1,031
h
/***************************************************************************//** * @file * @brief Provide SWO/ETM TRACE configuration parameters. * @version 5.2.1 ******************************************************************************* * # License * <b>Copyright 2015 Silicon Labs, Inc. http://www.silabs.co...
[ "waseemh40@gmail.com" ]
waseemh40@gmail.com
5dc9223829629337f34419b1fabe9397188dece7
0641d87fac176bab11c613e64050330246569e5c
/tags/release-2-6-d03/source/common/uassert.h
0a6080db56ab6399fbc373caef75ef7deb36a0b2
[ "ICU" ]
permissive
svn2github/libicu_full
ecf883cedfe024efa5aeda4c8527f227a9dbf100
f1246dcb7fec5a23ebd6d36ff3515ff0395aeb29
refs/heads/master
2021-01-01T17:00:58.555108
2015-01-27T16:59:40
2015-01-27T16:59:40
9,308,333
0
2
null
null
null
null
UTF-8
C
false
false
814
h
/* ****************************************************************************** * * Copyright (C) 2002, International Business Machines * Corporation and others. All Rights Reserved. * ****************************************************************************** * * File uassert.h * * Contains U_ASSERT macro *...
[ "(no author)@251d0590-4201-4cf1-90de-194747b24ca1" ]
(no author)@251d0590-4201-4cf1-90de-194747b24ca1
27ce8e85259131008aa4615c197b1d2d1e38f356
d5d552991fe55751cbea84432ae7811f284ceb28
/Code/global_ir.h
3176c91ee1b726ec29e9185e15970f6710ac849c
[]
no_license
pppppkun/Compiler
181935a4ad304c133f860bb77d95723487a7c65e
1bc0f5d59fe16dbfafe6b753e60622e38e0a6384
refs/heads/master
2023-06-02T08:16:17.611060
2021-06-22T03:17:32
2021-06-22T03:17:32
344,065,948
0
0
null
null
null
null
UTF-8
C
false
false
4,884
h
#ifndef _IRGLOBAL_ #define _IRGLOBAL_ #define IR_DEBUG 0 #define ExtDefList_ExtDefExtDefList 1 #define ExtDef_SpecifierExtDecListSEMI 1 #define ExtDef_SpecifierSEMI 2 #define ExtDef_SpecifierFunDecSEMI 3 #define ExtDef_SpecifierFunDecCompSt 4 #define ExtDecList_VarDec 1 #define ExtDecList_VarDecCOMMAExtDecList 2 #defi...
[ "181250068@smail.nju.edu.cn" ]
181250068@smail.nju.edu.cn
40dbdf5caeb74e9eed17794e4a1d7a402ce59ebc
37d9a387a3390121babc69be3c1adb4d59a5e556
/tests/i8255-test.c
68072f21b41fb05c2a2f1ab11f66c0d1d8c81041
[ "MIT" ]
permissive
floooh/chips-test
4439c514b64ff89062ba8bc44a1b09f801bb95c5
a9725b6f5e6ebb1dcd1fc48dd6de6d8497c48b75
refs/heads/master
2023-08-04T22:43:36.659129
2023-07-23T15:12:51
2023-07-23T15:12:51
111,103,036
372
41
MIT
2023-01-10T19:30:00
2017-11-17T12:50:40
C
UTF-8
C
false
false
4,826
c
//------------------------------------------------------------------------------ // i8255-test.c //------------------------------------------------------------------------------ #define CHIPS_IMPL #include "chips/i8255.h" #include "utest.h" #define T(b) ASSERT_TRUE(b) UTEST(i8255, mode_select) { i8255_t ppi; ...
[ "floooh@gmail.com" ]
floooh@gmail.com
e5bd30dc23c3657908595ad2f6f60ff2f14cb19f
bf5d6f447b5a4501761dd88d14e5208f85c6876f
/hardware/mbed/variants/xbed1.0_stm32f103_gcc_arm/hal/TARGET_STM/TARGET_NUCLEO_F103RB/analogin_api.c
98a4e8103858b32bf4a5f3520cd1d41e003ffa40
[]
no_license
jchuang1977/smeshstudio_privatelibrary
b6947264c30cb819913529b63b4c95527c3e9917
52a955aefa49e35ea3497d72556a61c888ef0ba0
refs/heads/master
2021-01-22T10:18:08.080733
2015-01-24T15:35:27
2015-01-24T15:35:27
29,050,912
1
0
null
null
null
null
UTF-8
C
false
false
6,183
c
/* mbed Microcontroller Library * Copyright (c) 2014, STMicroelectronics * 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 copyrigh...
[ "jchuang1977@gmail.com" ]
jchuang1977@gmail.com
11ce441b5aa52fe3e90942285af2b60ac398e775
3a1c15f95ad5b81ad69a9ea12d827f893477ea5b
/tags/iup_3_7/iup/src/mot/iupmot_tips.c
afe49d00b19f77b1d36e4d1e6ba161a0e8a34c8f
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
svn2github/iup-iup
299a5cfc9d20f1e38078837e6199784f8c7dcfde
b6a92cebd91e90018c410426461683e1d74fabef
refs/heads/master
2020-04-12T06:44:10.183905
2019-01-16T18:10:52
2019-01-16T18:10:52
60,389,764
1
1
null
null
null
null
UTF-8
C
false
false
5,531
c
/** \file * \brief Motif Driver TIPS Control * * See Copyright Notice in "iup.h" */ #include <Xm/Xm.h> #include <Xm/Label.h> #include <stdio.h> #include "iup.h" #include "iupcbs.h" #include "iup_attrib.h" #include "iup_str.h" #include "iup_drv.h" #include "iup_drvfont.h" #include "iup_drvinfo.h" #include "iupm...
[ "(no author)@2f08bc20-984a-4df8-b195-9b5d5d477537" ]
(no author)@2f08bc20-984a-4df8-b195-9b5d5d477537
8975548b553fac75c65fadf788fb26bfcb96da63
fe8034b4dbc562bef61e5b877b7ecdb9feabfd9d
/006C语言.c
d4fc8601edd38046399f947e6abe25cb3cee829a
[]
no_license
xiaoweix/myCode
b3d66ee346f9f72330ded418642ebd54e9eac1dd
374c81d215eb69a09b5dfadf1854ebb055766d4d
refs/heads/master
2023-08-15T21:41:27.152475
2021-10-06T09:47:33
2021-10-06T09:47:33
414,152,269
0
0
null
null
null
null
UTF-8
C
false
false
113
c
#include<stdio.h> #include<stdlib.h> int main() { int x; scanf("%d",&x); int num[x]; return 0; }
[ "65238004@qq.com" ]
65238004@qq.com
4b6a6c73a8b0f2e65c682997d1b62663142074c1
ead17e0acc7609f0a45120a26f637f3bf93fabba
/src/ap_ssid.h
5563dc9daddfae774c683686302ba0f80c9ed2ab
[ "MIT" ]
permissive
ruuvi/esp32-wifi-manager
1a20df3c1eb8d299786b31f8a4bfa3205bddf483
8e10e8fd328e85a4fe608ecbdc53ead159b1de7c
refs/heads/master
2023-08-17T00:01:57.114697
2023-08-04T15:56:17
2023-08-04T15:56:17
224,432,630
6
7
MIT
2023-07-24T07:40:20
2019-11-27T13:03:27
C
UTF-8
C
false
false
496
h
/** * @file ap_ssid.h * @author TheSomeMan * @date 2020-08-27 * @copyright Ruuvi Innovations Ltd, license BSD-3-Clause. */ #ifndef RUUVI_ESP32_WIFI_MANAGER_AP_SSID_H #define RUUVI_ESP32_WIFI_MANAGER_AP_SSID_H #include <stddef.h> #include "mac_addr.h" #ifdef __cplusplus extern "C" { #endif void ap_ssid_generate...
[ "noreply@github.com" ]
ruuvi.noreply@github.com
24d7acec56faba15da735162dedb3c7e982b5083
60c9402ee64f9c2f4b1b4f8b5b6195e76bd00aa9
/apps/linux/pregen/drivers/ata/acard-ahci.mod.c
74f611a3b2fd88bf0fda201ff9349a1cd54c4492
[ "Apache-2.0" ]
permissive
vusec/dsn-2016-hsfi
dd51b6d1ffbdf3aec92d05be54db71df729ca862
7410427e93f149cd26d22ec294ca410d8d0c9270
refs/heads/master
2021-07-08T15:51:41.472680
2021-05-05T10:36:56
2021-05-05T10:36:56
55,843,366
3
2
null
null
null
null
UTF-8
C
false
false
595
c
#include <linux/module.h> #include <linux/vermagic.h> #include <linux/compiler.h> MODULE_INFO(vermagic, VERMAGIC_STRING); __visible struct module __this_module __attribute__((section(".gnu.linkonce.this_module"))) = { .name = KBUILD_MODNAME, .init = init_module, #ifdef CONFIG_MODULE_UNLOAD .exit = cleanup_module, ...
[ "erik@minix3.org" ]
erik@minix3.org
d946ed82e2e66379ab9c2f4c926e795514ca281a
56ae844afaa32241ccd840ffa4f6f065144e60fa
/src/datafile.c
0e14da286efe6d02e929c6ed8009d2a15c13c67c
[]
no_license
KMFDManic/mame2003-xtreme
498ffddcf1d2a8e6a98399a8bb42deb9114c00d4
ca7712a5488b27ab7fdec1c51a17a8edf21f9f23
refs/heads/master
2023-06-08T04:44:09.555960
2023-06-05T15:03:55
2023-06-05T15:03:55
168,960,505
8
7
null
2022-09-15T02:05:41
2019-02-03T15:33:25
C
UTF-8
C
false
false
25,075
c
/**************************************************************************** * datafile.c * History database engine * * Token parsing by Neil Bradley * Modifications and higher-level functions by John Butler ****************************************************************************/ ...
[ "nowhere" ]
nowhere
82b18254de651a4f7b4482ba8d848184bd6bc668
5c0bf818e2b4a9c9d19e5a8d043e0795a0f9bc88
/src/libebmm-2.0/ebaacdec/libfaad/ps_dec.h
99c80c95f5dde93d1ff4929685be7daeb2f87efa
[]
no_license
entboost/ebc
4e55f45053b8816f7318dd552f94d9f9f893d402
b05c4ddbbb3221ebb1126b8a75c7eabc6be9f1f8
refs/heads/master
2021-01-19T20:29:18.207141
2020-09-22T07:36:43
2020-09-22T07:36:43
67,870,859
31
9
null
null
null
null
UTF-8
C
false
false
4,257
h
/* ** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding ** Copyright (C) 2003-2005 M. Bakker, Nero AG, http://www.nero.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 Foundati...
[ "akee.yang@gmail.com" ]
akee.yang@gmail.com
e5371294b01f514d06a73ad8b3aabb36ca2f41ca
482b5350587cfb7218c0f1431e6e57b8e9759c34
/hello.c
836b8fd2f05daae323921e447c957b3186349675
[]
no_license
Prajwalsai1999/DSC
b78b09a32668664fa421827368dfc831e09ca3dd
997472ec66360e21409582b0e3da365a7036fbcf
refs/heads/master
2020-07-05T14:25:08.680357
2019-12-19T10:51:36
2019-12-19T10:51:36
202,672,544
0
0
null
null
null
null
UTF-8
C
false
false
61
c
#include<stdio.h> void main() { printf("Hello world\n"); }
[ "noreply@github.com" ]
Prajwalsai1999.noreply@github.com
2799a3b59f49b82e95042223ae2e419fa383b9d5
a6f7ddb7696323ae8fe30e4a11d51bbe5eeeb140
/src/omv/boards/OPENMV1/omv_boardconfig.h
4d1991cdc2560ed12cb0762e068538eaf4ff42f8
[ "MIT" ]
permissive
ys-oh/openmv
5d16c7ca3abd9da509e0aaffd2f5af3cd5ff6bdf
881f5398ef2bf0b58686837340f7c907283c7814
refs/heads/master
2023-02-04T19:05:52.001739
2020-12-23T21:50:12
2020-12-23T21:50:12
null
0
0
null
null
null
null
UTF-8
C
false
false
4,705
h
/* * This file is part of the OpenMV project. * * Copyright (c) 2013-2019 Ibrahim Abdelkader <iabdalkader@openmv.io> * Copyright (c) 2013-2019 Kwabena W. Agyeman <kwagyeman@openmv.io> * * This work is licensed under the MIT license, see the file LICENSE for details. * * Board configuration and pin definitions. ...
[ "i.abdalkader@gmail.com" ]
i.abdalkader@gmail.com
772d31a63b32c8792c8d29ac2b92e7b81887f1f6
b6f5586d51ac91f55f6266d6f74b69a728ccd6a7
/242/lab10/flexarray.c
1606d3a1e8e6e7d50774cf231e1967bda4128284
[]
no_license
lchish/cosc
4d90a122f293ebb0f0e904d8a366c107eff5e342
1b05f618e51a1924d9743df77797447271e9c44f
refs/heads/master
2021-01-22T22:49:04.566178
2009-10-26T08:04:10
2009-10-26T08:04:10
309,564
0
2
null
null
null
null
UTF-8
C
false
false
1,986
c
#include <stdio.h> #include <stdlib.h> #include "mylib.h" #include "flexarray.h" struct flexarrayrec { int capacity; int itemcount; int *items; }; flexarray flexarray_new() { flexarray result = emalloc(sizeof *result); result->capacity =2; result->itemcount = 0; result->items = emalloc(result->capacity...
[ "leslie@l3slie.(none)" ]
leslie@l3slie.(none)
376a29eb29349eab69a9f8c789e23541e324d0d9
35a9ef0609a021e5217b08351e7aa0d2a971f6df
/src/bip32.c
57b4c2c92df08bec16e07fdffd64a3959b562982
[]
no_license
indrajithbandara/libbtc
c75395b197976f3fba18901c8ec6808d3a3483d1
091ea13378674304a82f14847cb82cf27837660a
refs/heads/master
2021-05-11T11:06:33.332691
2015-10-20T14:22:45
2015-10-20T14:22:47
null
0
0
null
null
null
null
UTF-8
C
false
false
8,462
c
/** * Copyright (c) 2013-2014 Tomas Dzetkulic * Copyright (c) 2013-2014 Pavol Rusnak * Copyright (c) 2015 Douglas J. Bakkumk * * 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 r...
[ "dev@jonasschnelli.ch" ]
dev@jonasschnelli.ch
8b2fe4fc8ed6c2f5889a6d3ba0b260722cad7859
cea27ba6416ad67d3f6208cb3383aa5238e66208
/nto10fract/main.c
569f9c7408cc3a824c40706f94bd8bc9d2784d19
[]
no_license
bogdanpreda/C-University
91412c2e236fe5feac68ed2e9c2631c35273f139
e3806192a459141b226bf337f1864b9eb40330db
refs/heads/master
2021-01-17T19:20:22.251681
2016-06-04T10:04:03
2016-06-04T10:04:03
60,403,275
0
0
null
null
null
null
UTF-8
C
false
false
486
c
#include <stdio.h> #include <stdlib.h> #include <math.h> int main() { int bazanr = 2; float nr_final=0; int p2=1; int k=10,contor=0; float numar = 0.1101; while(numar != (int)numar) { numar*=10; contor++; } printf("%f k=%d\n",numar,contor);/* ...
[ "yomzx5@gmail.com" ]
yomzx5@gmail.com
c15c361100de9157b877edceaa9db7d1a4222045
9d12537a5d95312075994d4af1206a4b5605c4a8
/ejercicio2.c
c2d8613fdb6b2ed78de9792e7c75f60a525ee0c0
[]
no_license
gemece/FSO
694bc345878e05bbae6de434d133db0bf2eb57bd
593c2c7d71f2a9f694a81e3a6a10904de1ca53a4
refs/heads/master
2021-08-30T00:33:40.955918
2017-12-15T11:27:37
2017-12-15T11:27:37
110,129,694
0
0
null
2017-12-14T20:02:24
2017-11-09T15:05:41
C
UTF-8
C
false
false
288
c
#include <stdio.h> int main(void){ float a,b; printf("Introduce los dos numeros: "); scanf("%f %f\n", &a,&b); int cont=0; do{ if(a>b){ a=a/10; if(a<b){ a=a*10 cont=1; } if(1>a>0){ a=a*10; cont=1; } }while(cont=0); printf(" %.2f\n %.2f\n"); return 0; }
[ "noreply@github.com" ]
gemece.noreply@github.com
e0259976c9e70d644ead5fc8811ad1542c44146f
777d979500305c02800e4598f7a126e2f74fdff1
/Lab9/Sec0/bitvector.h
551a5713704be475109edc3997c347cddf24f239
[]
no_license
iremkilinc99/BitVector
9a2418b1b652c803083ba951d0bebcb6b1bdca07
7ade125eb413a9a4767c7ba6379e56ccb00b38db
refs/heads/main
2023-02-12T10:28:15.210237
2020-12-27T11:18:48
2020-12-27T11:18:48
324,745,139
0
0
null
null
null
null
UTF-8
C
false
false
184
h
#ifndef BITVECTOR_H #define BITVECTOR_H #include <stdbool.h> unsigned short makeSet(int[], int); bool isSingle(unsigned short, unsigned short, unsigned short); #endif //BITVECTOR_H
[ "noreply@github.com" ]
iremkilinc99.noreply@github.com
1a4ca2cba9f7a4130d8ba76b4242edafb25b2958
b754465c713b1d06a54e03ccfbdc125fb5e4619b
/FuncLib/Applications/RTC/RTCPrint.c
ce4ad8dc4fc8c4ea12d7f61b1513d2a3f85158ab
[]
no_license
toukaamine/avr-datalogger
aadaafc42ca690fea20c4df222eaef9c3c56a7d2
018a43a31b7b0260240441ef464a1eceb358a22c
refs/heads/master
2021-01-09T21:56:23.543929
2007-09-13T05:37:36
2007-09-13T05:37:36
43,681,248
0
0
null
null
null
null
UTF-8
C
false
false
3,076
c
/* Functions require the use of the UART */ /* Used to write time data to the UART */ #include <avr/pgmspace.h> #include "I2C/i2c.h" #include "hardUart/hardUart.h" #include "RTCPrint.h" #include "mmculib/uint8toa.h" static const prog_char Monday[] = "Monday"; static const prog_char Tuesday[] = "Tues...
[ "adrian.gin@b3a837a6-dc34-0410-8231-87d81a9a7aab" ]
adrian.gin@b3a837a6-dc34-0410-8231-87d81a9a7aab
eed6f1b14a28c374dca1b1308af469364da56d11
b272ef1190e9a3d8a161a8777681612f16351858
/Week2/q9.c
6dba1d87ee062ef6b68074dada60616e288e5fc6
[]
no_license
NealMenon/DSA
51898eba134b99b879fdfd74104f9194cc1aca28
903411426ecd435602a3f01e0b32639b90bae558
refs/heads/master
2020-05-04T06:15:18.203980
2019-04-25T04:33:51
2019-04-25T04:33:51
179,001,956
0
0
null
null
null
null
UTF-8
C
false
false
790
c
#include <stdio.h> int n, mat[10][10], max = -9999; int main() { printf("Enter side size n of matrix: "); scanf("%d", &n); printf("Enter the matrix of size %d jelow: \n", n); for (int i = 0; i < n; i++) { for(int j = 0; j < n; j++) { scanf("%d", &mat[i][j]); ...
[ "noreply@github.com" ]
NealMenon.noreply@github.com
5235e031bc685cb2780db5f3c6a4219733f36ae9
31ad9a610663ea2e6d3892645efc6b57c4a6b172
/analysisDplus/systematics/syst_abs_mom_cal/abs_mom_cal.C
21b2ba10282485f47aed45fcc50f74dc92e7f9b7
[]
no_license
ivovtin/Dmeson
6f4ef83d1a2185cc439fc8384cd2bdb618553c62
464d5520694c4b7429e73437b15893cd62572eee
refs/heads/master
2022-06-17T03:52:43.670442
2022-06-09T06:02:34
2022-06-09T06:02:34
249,628,754
0
0
null
null
null
null
UTF-8
C
false
false
2,870
c
void abs_mom_cal() { TCanvas *c1 = new TCanvas("c1","",800,400); c1->Divide(2,1); const Int_t n = 5; Float_t k[n] = {1.0120, 1.0130, 1.0140, 1.0150, 1.0170}; Float_t de[n] = {-2.934333, -1.365228, -0.157074, 1.308748, 4.410558}; Float_t ede[n] = {4.526921, 4.548665, 4.543611, 4.543008, 4.410558};...
[ "ovtin@kedr-24.inp.nsk.su" ]
ovtin@kedr-24.inp.nsk.su
85edfd851e37dcb74e742f374cb5a220631ad01d
51cd5ae83d99f9ca45e74ec25a689db87216d91e
/xv6-public/files/search.c
d573b7d461399ff9ef96acaa144f3f50c86f65c1
[ "MIT" ]
permissive
S4ND1X/SOFebJun2021
fd30e02e9172a4df3b24245a38832921a0782446
351b2c78d14cf198558aecd3c27416aef7ae94d7
refs/heads/main
2023-05-05T17:53:59.724429
2021-06-02T02:49:23
2021-06-02T02:49:23
337,594,791
0
0
null
null
null
null
UTF-8
C
false
false
1,540
c
#include "student.h" #include <stdio.h> #include <stdlib.h> #include <string.h> char* itoa(int val, int base){ static char buf[32] = {0}; int i = 30; for(; val && i ; --i, val /= base) buf[i] = "0123456789abcdef"[val % base]; return &buf[i+1]; } int main(int argc, char **argv) { char *filename = argv[1]; ...
[ "sandix390@gmail.com" ]
sandix390@gmail.com
923f77e9e3a4b9a8950749084e8765c57ddccbaa
cc49413d53d984052578ea1fa05d856192174904
/openairinterface5g-develop/openairinterface5g-develop/openair1/PHY/NR_UE_ESTIMATION/nr_ue_measurements.c
61fc40ad3f5539f5bc83335da6bc4298e01e4c9c
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "BSD-2-Clause", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-generic-cla" ]
permissive
542537372/5g_saveback_2021_0301
578fc639a4b861d705aea9363fe00485f5a8d289
e406e2bcce7a3690a6d013d06dfb8374c78ed22b
refs/heads/main
2023-06-03T21:13:38.030641
2021-06-17T09:30:17
2021-06-17T09:30:17
377,680,536
1
1
null
null
null
null
UTF-8
C
false
false
12,011
c
/* * Licensed to the OpenAirInterface (OAI) Software Alliance under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The OpenAirInterface Software Alliance licenses this file to You under * the OAI Public Lic...
[ "542537372@qq.com" ]
542537372@qq.com
f7ec840ed1ac4a73b02365f573db688c9901475e
488378d66dfb12d3292886b160243aa24e27c420
/linux-3.16/drivers/rtc/rtc-mv.c
6aaec2fc7c0d577bb83a43af7a73042c97ba9f75
[ "Unlicense", "GPL-1.0-or-later", "Linux-syscall-note", "GPL-2.0-only" ]
permissive
jj1232727/system_call
3ec72bdecad15a43638cc5eb91ba1ae229d651bb
145315cdf532c45b6aa753d98260d2b1c0b63abc
refs/heads/master
2020-08-11T13:56:16.335620
2019-10-12T11:12:53
2019-10-12T11:12:53
214,575,269
0
0
Unlicense
2019-10-12T04:06:22
2019-10-12T04:06:22
null
UTF-8
C
false
false
9,398
c
/* * Driver for the RTC in Marvell SoCs. * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/rtc.h> #include ...
[ "jj1232727" ]
jj1232727
5a3f027e8bb1bd65259e7ca09e558ad5b54fd5ad
b1d8efbf24ec51036efc9c906562c8484db409e2
/0x12-singly_linked_lists/.history/3-add_node_end_20191031183300.c
5c97e9cee52d63f97839f125cf0a94d6bb8ca9b0
[]
no_license
timisi/holbertonschool-low_level_programming-1
d6134ff4eca163597a81bd80dcfed6d3adbb9d1a
b1e8b764237cac56c43cdefbc36bc175ce381c57
refs/heads/master
2023-03-16T15:45:46.959737
2020-04-17T03:19:50
2020-04-17T03:19:50
null
0
0
null
null
null
null
UTF-8
C
false
false
882
c
#include "lists.h" /** * _strlen - a function that returns the length of a string. * @str: input string * Return: length of string */ int _strlen(const char *str) { int contador = 0; while (str[contador] != '\0') { contador++; } return (contador); } /** * add_node - print len. * @head: list. * @str: strin...
[ "camilobaq@hotmail.com" ]
camilobaq@hotmail.com
ef9d6732e5271c9a693ede77deffa7abd158c90d
a4af92a44ce60232be1671ceb5e919973d7a05ee
/src/ascii_2_base64.c
3b2c0b30bb194e79295f74b63c570419b3ad1280
[]
no_license
alexander474/converter-tool
6b7b7efaf7997141051a01b4d757e1023cdbd975
4d50d9514cb84306c6639b8853364a3e10a90737
refs/heads/master
2022-12-09T03:03:07.277939
2020-08-25T21:30:42
2020-08-25T21:30:42
290,325,953
0
0
null
null
null
null
UTF-8
C
false
false
1,914
c
/* * I saw no point of inventing "the wheel" again so i took some inspiration for * the base64 encoder/decoder. This was purely because of the complex mathematics * required to solve this * * RESOURCE: * URL: https://nachtimwald.com/2017/11/18/base64-encode-and-decode-in-c/ * DATE: 06.10.2019 */ #include "ascii...
[ "alex474@hotmail.no" ]
alex474@hotmail.no
556ce591f29141a65226728d619ae6e161ce3a17
78a41c67f91a0cdf8ca924b72b807cdfbbad8979
/hello.c
84c1ca1d8d2929f2ed6938e68f13bc9a9ba02599
[]
no_license
Sawyer0630/2020-11-3
40a7958a2ad95fd45b5efdc0960c5badd97ead0f
a18ce5739594ab92eea1a130d8420a9ce0738417
refs/heads/master
2023-01-04T12:12:47.107762
2020-11-03T05:49:48
2020-11-03T05:49:48
309,553,941
0
0
null
null
null
null
UTF-8
C
false
false
107
c
#include "hello.h" void func(void){ printf("Hello word\n"); printf("This is my first git project!\n"); }
[ "linux@ubuntu.(none)" ]
linux@ubuntu.(none)
8a4bde39a8702304323e963009e5029b260ca9cc
e25c8b65c0115053b14f8ecffaea94a964eefa1f
/ds/u/z/zorg/test/hestmob.c
e11513e041be0dd25182d5e25cba49b884227ad8
[]
no_license
zwshen/mudos-game-ds
c985b4b64c586bdc7347bd95d97ab12e78a2f20f
07ea84ebdff5ee49cb482a520bdf1aaeda886cd0
refs/heads/master
2022-03-01T14:55:10.537294
2022-02-15T15:41:26
2022-02-15T15:41:26
244,925,365
4
1
null
2022-02-15T15:41:27
2020-03-04T14:44:49
C
BIG5
C
false
false
1,269
c
#include <ansi.h> inherit NPC; void create() { set_name("闇聖邪靈", ({"dark ghost","dark","ghost","dg"}) ); set("long", "闇闇闇闇闇闇闇闇闇闇闇闇闇闇闇闇闇闇闇闇闇闇闇!\n"); set("race", "妖魔"); set("gender", "女性"); set("age", 2500); set("attitude", "friendly"); set("level", 50); se...
[ "zwshen0603@gmail.com" ]
zwshen0603@gmail.com
a7429a43522c9c42e2b9b3eed8dc9f1641e3d56e
0676ece1552d73406c15d57d9ffaeca92c0093ba
/game/inc/const.h
799b6a559543483823bdebec1c0f9c49306262df
[]
no_license
rainorangelemon/njuoslab5
6c547a951e95aa317c3ccf5d48ecf4585bd447db
acd7f32d82dff70f2085d5f817ecf9b2eef63d15
refs/heads/master
2020-06-02T23:05:07.758361
2017-06-13T11:02:47
2017-06-13T11:02:47
94,109,832
3
1
null
null
null
null
UTF-8
C
false
false
148
h
#ifndef __CONST_H__ #define __CONST_H__ #define TRUE 1 #define FALSE 0 #ifndef NULL #define NULL ((void*)0) #endif #endif
[ "rainorangelemon@gmail.com" ]
rainorangelemon@gmail.com
b9d994897472faf54e8ae0fa9f766851879f3e76
fde5ceace55364ce3f5bd7ba8544a6dddd6c4bfb
/ft_toupper.c
b7556bd102a28a90c76a451c2737e4f209438329
[]
no_license
Groomph/libft
6158822a44e9e98260a0c690373bc04b61cead46
5f586a231364c119352bc15b82da82643ac22757
refs/heads/master
2023-01-30T19:33:31.978757
2020-11-19T11:13:03
2020-11-19T11:13:03
313,266,785
0
0
null
null
null
null
UTF-8
C
false
false
985
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_toupper.c :+: :+: :+: ...
[ "rsanchez@e3r11p5.42.fr" ]
rsanchez@e3r11p5.42.fr
ae3007456e1804d649591305898c6a3d99fb228c
9359e098eba881aff394f6288cfa47e259895109
/third/cJSON/cJSON.h
9c872fbabc5824c6ea3e8f5c0e24dfbc730f1af2
[]
no_license
xdxttt/CCExtensionsX
0495e300e654cbedf6eac3a2630d70c11872813d
c4c08dfa903b9b9957e4cbab691ff37df3d7df22
refs/heads/master
2021-01-17T09:24:29.039816
2016-05-11T22:49:17
2016-05-11T22:49:17
10,014,392
3
0
null
null
null
null
UTF-8
C
false
false
6,803
h
/* Copyright (c) 2009 Dave Gamble Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, dist...
[ "xdxttt@gmail.com" ]
xdxttt@gmail.com
9050dd965ab3fbf6f83f2140da994f2f7df0b7ab
922437f9016042bfc36da2dca977177525e7dd67
/mpid/ch_hybrid/coll_shmem.h
6d55e9c426013b5c6642d2826af0b9a3a2c0ebd0
[ "BSD-2-Clause", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "LicenseRef-scancode-other-permissive" ]
permissive
santakdalai90/mvapich-cce
dadf4dc1625e69e6348758e0d6081d588859c64b
07401b811055bad8d8607c8eafc95e2365d538a3
refs/heads/master
2021-01-22T02:13:58.286595
2011-12-24T08:01:12
2011-12-24T08:01:12
null
0
0
null
null
null
null
UTF-8
C
false
false
3,848
h
/* Copyright (c) 2003-2008, The Ohio State University. All rights * reserved. * * This file is part of the MVAPICH software package developed by the * team members of The Ohio State University's Network-Based Computing * Laboratory (NBCL), headed by Professor Dhabaleswar K. (DK) Panda. * * For detailed copyright...
[ "moody20@llnl.gov" ]
moody20@llnl.gov
9d61e3ca890cefa77386c893f038671a8b7b769b
15c83a9d12c88ccfd1a5bf453b2bc1d04311e405
/code/3.1.10_Napoli_tvos/mstar/mstar/ir/mdrv_ir.c
d103fe2c8685639e14fbef614ce14d0d576a4589
[]
no_license
xtxbruin/mstar6a918
c85cec28d79aa0ae8d596c1d21a6c79a3fdb9fe4
2da0117ee1a0450190496f751f65c18b3b0d0908
refs/heads/master
2020-05-05T14:05:55.791502
2019-04-08T08:52:33
2019-04-08T08:52:33
180,107,035
0
0
null
2019-04-08T08:44:11
2019-04-08T08:44:11
null
UTF-8
C
false
false
183,082
c
//////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2006-2007 MStar Semiconductor, Inc. // All rights reserved. // // Unless otherwise stipulated in writing, any and all information contained // herein regardless in any format shall remain the sole proprietary of ...
[ "yubo@holatek.cn" ]
yubo@holatek.cn
8dabf30775dc178e7ffe978d45aa45bfb1d07123
0b2a135e3a558aed40ca8e74af124c0402132cae
/hostap/src/eap_server/eap_server.c
b33f6324e604824d6b5e66b7a87a2ff992941943
[ "LicenseRef-scancode-x11-stanford", "BSD-3-Clause" ]
permissive
rubiruchi/mininet-iot
c9a1c922ee71379aa8a037701d8d443f181ff884
72f72823551c0020c02f6434b4137d8efae55e0c
refs/heads/master
2020-04-21T17:27:59.875988
2019-02-03T17:45:20
2019-02-03T17:45:20
169,736,053
1
0
NOASSERTION
2019-02-08T13:04:27
2019-02-08T13:04:27
null
UTF-8
C
false
false
55,021
c
/* * hostapd / EAP Full Authenticator state machine (RFC 4137) * Copyright (c) 2004-2014, Jouni Malinen <j@w1.fi> * * This software may be distributed under the terms of the BSD license. * See README for more details. * * This state machine is based on the full authenticator state machine defined * in RFC 4137....
[ "ramonreisfontes@gmail.com" ]
ramonreisfontes@gmail.com
444528f61a3b9c274c1ea6ab51dad0c8393768c3
844a2bae50e141915a8ebbcf97920af73718d880
/Final Demo 1.09.3.42/src/hardware/r_d3d/mesa/vbxform.c
2dfe54e2e07d64cf9eeb35377084297e9bbd6e5e
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
KrazeeTobi/SRB2-OldSRC
0d5a79c9fe197141895a10acc65863c588da580f
a6be838f3f9668e20feb64ba224720805d25df47
refs/heads/main
2023-03-24T15:30:06.921308
2021-03-21T06:41:06
2021-03-21T06:41:06
349,902,734
0
0
null
null
null
null
UTF-8
C
false
false
48,852
c
/* $Id: vbxform.c,v 3.10 1998/08/23 22:19:30 brianp Exp $ */ /* * Mesa 3-D graphics library * Version: 3.0 * Copyright (C) 1995-1998 Brian Paul * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Sof...
[ "67659553+KrazeeTobi@users.noreply.github.com" ]
67659553+KrazeeTobi@users.noreply.github.com
a5a7e516fcdc07953d7a5b8950c6938bfda153f9
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/systemd/src/test/extr_test-btrfs.c_main.c
427fa65bd838b5bcd7770eb1f0c418d598ad18b6
[]
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
9,412
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
a132257340ae8b13e355ee25e3c5db5174e2fc2f
1b966edc8337f9c69b4dc986034ea923dd891179
/socket/sctp/one-to-many/four-freepaddrs/version01/server.c
a1cf58481dee34b9e429dcae8a9d99d214ca75e1
[]
no_license
hackerlank/renyang-learn
7394f7d387001255e36337b9c30caecbfcc576a6
aaf2e1c4ed302558d0e043e4be845c532f00c06b
refs/heads/master
2020-06-09T09:39:33.744807
2009-09-20T16:07:57
2009-09-20T16:07:57
null
0
0
null
null
null
null
UTF-8
C
false
false
3,191
c
//===================include header======================== #include "ren_unp.h" //========================================================= int main(int argc,char **argv) { int sock_fd; int msg_flags; // 記錄要傳送訊息時的相關設定,包括association... char readbuf[BUFFERSIZE]; struct sockaddr_in cliaddr, servaddr; struct sctp_sn...
[ "superporter2001@e6a1191f-3756-0410-b840-13f34102b90a" ]
superporter2001@e6a1191f-3756-0410-b840-13f34102b90a
44501eb31374c7034bb54d017ed3a167b39771f3
6a7921884358ad6b8c920cf5cd95ec2f0cd7734c
/Funzione_calcolo_zeri/Funzione_calcolo zeri/funzione.h
ed03576ae5b9f82820c6760d52127ac089bcaf18
[]
no_license
Ale-Allegretti/C-Learn
63df6d912455db1d934f8bfb6a08f47aa1f1f9b1
140febfdb0b3d175a3afff3f3a62d502892b7be0
refs/heads/main
2023-07-17T19:56:30.000971
2021-08-30T18:57:37
2021-08-30T18:57:37
401,427,583
0
0
null
null
null
null
UTF-8
C
false
false
27
h
double funzione(double x);
[ "a.allegrettiwb@gmail.com" ]
a.allegrettiwb@gmail.com
703b9313ab2efeb92f027bc93208a2798d746011
72574965dfc34526e93da2e055dd1aeb0eea3e00
/components/pthread/test/test_pthread_local_storage.c
0b7fe96a72f65acb8cb2d7ec3ef2d604574991f7
[ "Apache-2.0" ]
permissive
gengyuchao/ESP8266_RTOS_SDK
0195e1cd4315c623be091cf8c89770994ba2f03a
09693e477c366d261b90651fa629e328f7fda0bb
refs/heads/master
2020-04-18T06:32:31.023200
2019-07-14T01:51:26
2019-07-14T01:51:26
167,325,139
2
0
Apache-2.0
2019-06-07T06:40:28
2019-01-24T07:44:13
C
UTF-8
C
false
false
3,922
c
// Test pthread_create_key, pthread_delete_key, pthread_setspecific, pthread_getspecific #include <pthread.h> #include <stdio.h> #include "unity.h" #include "freertos/FreeRTOS.h" #include "freertos/task.h" TEST_CASE("pthread local storage basics", "[pthread]") { pthread_key_t key; TEST_ASSERT_EQUAL(0, pthread_...
[ "dongheng@espressif.com" ]
dongheng@espressif.com
b4dc4b4f38536a4fdab7aed81d061045cafa849a
3ae1bd9968c5a36e761198e37292c38e9e0be9a8
/User/adc/bsp_adc.h
c032d6f6d102d63dd76606e84e5fda7aea3421dd
[]
no_license
sanwiky/study
dadb39713bc9a73091092f5f50f0816386cabe88
91c3f0cd930e899c3a5893d62a695533cdf8b348
refs/heads/master
2021-06-26T16:46:26.425917
2021-06-06T13:59:44
2021-06-06T13:59:44
229,579,506
0
0
null
null
null
null
GB18030
C
false
false
984
h
#ifndef __ADC_H #define __ADC_H #include "stm32f10x.h" // 注意:用作ADC采集的IO必须没有复用,否则采集电压会有影响 /********************ADC1输入通道(引脚)配置**************************/ #define macADC_APBxClock_FUN RCC_APB2PeriphClockCmd #define macADC_CLK RCC_APB2Periph_ADC1 #define macADC_GPIO...
[ "noreply@github.com" ]
sanwiky.noreply@github.com
eb1d0fa4eb39cdbff7df056062ced3650b9d400c
d45c2851c41bfac7a169236460a368ebf5032394
/Lab 5/chess-starter/EIFGENs/chess/W_code/C17/we1499d.c
f55c45add85b42f7289ffa225c818f0338cadee3
[]
no_license
GavinSit/EECS-3311-Software-Design
dd549ee44d7404a891e099e79d2545fefa502c57
c762d4a16643c4e9f2ae546a51fdddc9b5d6c952
refs/heads/main
2023-04-26T22:50:12.356097
2021-05-17T16:25:27
2021-05-17T16:25:27
null
0
0
null
null
null
null
UTF-8
C
false
false
4,140
c
/* * Class WEL_SIZE */ #include "eif_macros.h" #ifdef __cplusplus extern "C" { #endif static const EIF_TYPE_INDEX egt_0_1499 [] = {0xFF01,232,0xFFFF}; static const EIF_TYPE_INDEX egt_1_1499 [] = {0xFF01,245,1498,0xFFFF}; static const EIF_TYPE_INDEX egt_2_1499 [] = {0xFF01,1498,0xFFFF}; static const EIF_TYPE_INDEX...
[ "gavin.sit22@gmail.com" ]
gavin.sit22@gmail.com
e75cef97fd628914c1d4bb64c5ce60e82c896560
0543cb036259a7e58e1a8f21c88be6f1c1078cd5
/include/config_site.h
da0f381b6dd15e3beffda27463aabb9d82dfc439
[]
no_license
archymozus/voip_patrol
d3cffab5706a92dff68659efbc5d791da72483e8
53fc95dfee3b82b58e8d9c8a665fb6b97f385037
refs/heads/master
2023-08-29T12:07:39.026474
2021-06-11T00:42:32
2021-06-11T00:42:32
null
0
0
null
null
null
null
UTF-8
C
false
false
382
h
// #define PJ_IOQUEUE_MAX_HANDLES 1024 // #define FD_SETSIZE PJ_IOQUEUE_MAX_HANDLES // // #define PJ_IOQUEUE_MAX_HANDLES 1024 #define FD_SETSIZE_SETABLE 1 #define __FD_SETSIZE 1024 #define PJSIP_MAX_TRANSPORTS 32 #define PJSIP_MAX_RESOLVED_ADDRESSES 32 #define PJSUA_MAX_ACC 512 #d...
[ "jchavanton@gmail.com" ]
jchavanton@gmail.com
927178242c8eb90f23c1de4f9c0a01ba78e62161
0bd876a9a9a3c0e6addc477d9d149fc1dae32040
/oracle/src/collection.c
efaee2c23fdcc3f6d89ed780f4281766abe6b9bf
[ "Apache-2.0" ]
permissive
1647606255/Anson
82062796f873ee04351fe59e8f4036b299ed6a30
ca89caf0c47a20b2043239dc935a269ffad90bb3
refs/heads/master
2022-08-21T02:35:46.148718
2022-07-30T14:27:50
2022-07-30T14:27:50
215,726,269
0
0
null
null
null
null
UTF-8
C
false
false
19,238
c
/* * OCILIB - C Driver for Oracle (C Wrapper for Oracle OCI) * * Website: http://www.ocilib.net * * Copyright (c) 2007-2019 Vincent ROGIER <vince.rogier@ocilib.net> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may o...
[ "1647606255@qq.com" ]
1647606255@qq.com
078b937ab02702c1ebeb3960ec606d6c1dfdd07c
9048082e0b7d914f9db8b91a8ff70fc9ddc2e7bc
/c_daima/ni cai cai.c
eddd588c75bccc7696e73e0f13488b0d2fa628b2
[]
no_license
2833905982/c_tent
fd9f1b36cbb37e39453632c49bdc2b0a298d6854
b18b4acb9311e52993b95b3c456071c1b8273d87
refs/heads/master
2020-08-29T20:55:19.141887
2020-03-26T07:32:25
2020-03-26T07:32:25
218,166,255
0
0
null
null
null
null
GB18030
C
false
false
511
c
#include <stdio.h> #include <stdlib.h> #include <time.h> int main() { srand(time(0)); int number = rand()%100+1; int count = 0; int a = 0; printf("我已经想好了一个1到100之间的数了。\n"); do{ printf("请猜一个1到100的数;\n"); scanf("%d", &a); count++; if(a>number){ printf("猜的数大了\n"); } else if (a<number){ printf("你猜的数小了...
[ "44614119+2833905982@users.noreply.github.com" ]
44614119+2833905982@users.noreply.github.com
30efddd58edab025f40821403f07bcb12a769cb2
e8057840c3bc856d58f5450bc85b65fa951536e0
/shuzu/sz03.c
efa04a0e71448405724ddd2ec08b2a93af82ba1c
[]
no_license
wangcj9929/zuoye
e6ef1504bbdfdbacdbeecb267f1a1f175387afc5
d61936f632cda08d12f99bf4f6c61a110562fce6
refs/heads/master
2020-06-19T23:17:15.133559
2019-08-06T02:32:26
2019-08-06T02:32:26
196,910,216
0
0
null
null
null
null
UTF-8
C
false
false
253
c
/* 依次把1、2、3、4、5赋值给数组的每个元素并显示(for) */ #include <stdio.h> int main(void) { int i; int v[5]; for (i = 0; i < 5; i++) v[i] = i + 1; for (i = 0; i < 5; i++) printf("v[%d] = %d\n", i, v[i]); return 0; }
[ "edz@edzdeMacBook-Air-4.local" ]
edz@edzdeMacBook-Air-4.local
6a9279696aae721e924736691c143fc8fe1dca96
7981adc4b40d5ca193f9837ab2c11818ae94943f
/askisi4/prog.c
a00ea9080b59936f239ca78a9d5f3af69ed8beb5
[ "MIT" ]
permissive
steliostss/ntua-os
36e0b7a684a264ecc7e495cee1f3f5781186faf2
e4d878ea0130c584a61a9808e3270e2d0672def3
refs/heads/master
2020-03-15T16:59:35.087156
2018-06-05T20:39:51
2018-06-05T20:39:51
132,248,117
1
0
null
null
null
null
UTF-8
C
false
false
574
c
#include <unistd.h> #include <stdlib.h> #include <stdio.h> #include "proc-common.h" #define NMSG 20 #define DELAY 130 int main(int argc, char *argv[]) { int i, delay, pid; /* * Print a number of messages, * use a random delay, so that processes terminate * in random order. */ pid = getpid(); srand(pid)...
[ "tsagarakis.stelios@gmail.com" ]
tsagarakis.stelios@gmail.com
c7c8a23794985c8784dc0ade792c76458d80cc53
b1d500a451cd9852089bf3d97e829df069daa9c8
/Images/Data/dMu/Run-1/Results/S12_EDM_delta_prime_vs_p_1000-2500MeV_Run-1d_250MeV_1000_2500MeV_randomised_BQ.C
d5fe47da15048773f747bf8a29c6d86f2b788d7f
[]
no_license
sam-grant/EDM
486ea029bf766c968a3c7b41198ffcf9bc3c9b8a
525e41de5f675c39014488c79144f47562910736
refs/heads/master
2022-10-30T22:35:42.979799
2022-10-19T18:44:54
2022-10-19T18:44:54
296,421,806
0
1
null
null
null
null
UTF-8
C
false
false
4,164
c
void S12_EDM_delta_prime_vs_p_1000-2500MeV_Run-1d_250MeV_1000_2500MeV_randomised_BQ() { //=========Macro generated from canvas: c/c //========= (Sun Jun 12 15:46:12 2022) by ROOT version 6.24/06 TCanvas *c = new TCanvas("c", "c",0,0,800,600); c->Range(819.4447,-0.2228003,2667.685,0.9495611); c->SetFillColor(0...
[ "samuel.grant94@gmail.com" ]
samuel.grant94@gmail.com
3b5cf7ef9f810306436ad0a167f6d73fde3a4722
e91a61f73371e75497691c4a2ad3475cfa8ea3b4
/lib/print.h
fcefd89087dee31d52423c9efdf080e4249d96f8
[ "BSD-2-Clause" ]
permissive
sakuranakamoto/qloader2
079cfe65e340a257f1f1a4f84d50c27622e4f67a
44cb46a17e93d62bd3a3ccc4c7e69f2f2b1f47a7
refs/heads/master
2020-06-17T09:00:43.593639
2019-07-08T21:23:58
2019-07-08T21:23:58
195,872,043
0
0
null
2019-07-08T19:13:53
2019-07-08T19:13:52
null
UTF-8
C
false
false
80
h
#ifndef __PRINT_H__ #define __PRINT_H__ void print(const char *, ...); #endif
[ "mintsuki@protonmail.com" ]
mintsuki@protonmail.com
18ea285a73813ffec76ab3465f92b6a8c7a87577
8d3539a8bc1daa1519787928f622f3002455a0e1
/tenth-chapter/signal_set.c
c786c7b4e1f8cac4de0390c32359439a020d7d51
[]
no_license
wangfengjia/unix-advanced-programing
01235d97b18f04201bc2af1f12586018c488ed02
1b78b50b129b0ee1d774afd77b13c4139b5bf8b5
refs/heads/master
2023-01-03T08:25:56.125759
2020-10-28T15:09:55
2020-10-28T15:09:55
293,040,500
1
0
null
null
null
null
UTF-8
C
false
false
940
c
// // Created by 王勇椿 on 2020/8/31. // //处理信号集的各个函数的实现 #include <signal.h> #include <errno.h> #define SIGBAD(signo)((signo) <= 0 || (signo) >= NSIG) int my_sigaddset(sigset_t *, int); int my_sigdelset(sigset_t *, int); int my_sigismember(sigset_t *, int); int my_sigaddset(sigset_t *sigset, int signo){ errno = 0...
[ "wyc18262608918@163.com" ]
wyc18262608918@163.com
db46d414c08a3416117790bd5e2756f2576b9345
efac422584939c9376ab7dcb6f931d6704240906
/beg/codekatta/set6code9.c
dd50cdd23aef350d22bba8ea48483cc63c255ded
[]
no_license
god9999/g
9386896fb03036744371b6437a53913b423cce69
0541a0dccfa6fc4b218285e108ac615c3640bb66
refs/heads/master
2021-09-16T15:42:00.060849
2018-06-22T07:33:35
2018-06-22T07:33:35
114,607,670
0
0
null
null
null
null
UTF-8
C
false
false
311
c
#include<stdio.h> #include<string.h> int main(void) { int arr[10]; int a,i,max; scanf("%d",&a); for(i=0;i<a;i++) { scanf("%d",&arr[i]); } max=arr[0]; for(i=0;i<10;i++) { if(arr[i]>max) { max=arr[i]; } } printf("%d",max); }
[ "noreply@github.com" ]
god9999.noreply@github.com
e8fac5e54a815b21cc803f177a33e5aecfbef441
f72fcef05699c773640d793719b1b3b853d1da01
/middleware/MTK/gdi/src/gd_primitive8.c
31cf5e0f738c31c0fc12ce859ac8befb3006a9c3
[]
no_license
Opiware/psakdev1-pu
334504fc8cd2c3ae04e401921fdf2580ac3a3ae1
d3d422d9b0b120f1abe4559380aa8b8dd4eedf27
refs/heads/master
2023-05-29T04:10:48.662625
2021-06-18T10:53:42
2021-06-18T10:53:42
330,330,849
1
1
null
2021-01-28T06:02:33
2021-01-17T06:40:06
C
UTF-8
C
false
false
10,442
c
/* Copyright Statement: * */ #include "gdi_internal.h" #include "gdi_datatype.h" #include "gdi.h" /***************************************************************************** * FUNCTION * gd_color_from_rgb_8 * DESCRIPTION * * PARAMETERS * A [IN] * R [IN] * G [IN] ...
[ "65269198+Opiware@users.noreply.github.com" ]
65269198+Opiware@users.noreply.github.com
561bdf9bf04b02d4b6f21669799908bb19888110
cbb3c6e725706415115b7bfd3ed678e4296e5341
/file_generator/global_define.h
45a06d123ebc867506ff80bf3a85b3ea345629f2
[]
no_license
firefoxxpyang/test_program
edb0d83a0107eb2d71aef04ea8d0d0c0690dfcdd
a91e925c0dc4b7cc1840c0d9f43341fd199f67c1
refs/heads/master
2021-05-22T21:20:45.573950
2020-05-08T18:58:17
2020-05-08T18:58:17
253,101,161
0
0
null
null
null
null
UTF-8
C
false
false
755
h
#ifndef _GLOBAL_DEFINE_H_ #define _GLOBAL_DEFINE_H_ #define _TRACER_DEBUG_ #ifdef _TRACER_DEBUG_ #define KdPrint(...) printf(__VA_ARGS__) #define KdFPrint(x, ...) fprintf(x, __VA_ARGS__) #define KdFFlush(x) fflush(x) #else #define KdPrint(...) #define KdFPrint(x, ...) #define KdFFlush(x) #endi...
[ "yangyi@is.iscas.ac.cn" ]
yangyi@is.iscas.ac.cn
57e27ebbab6aaf269d8880c6f18b0849cca88dc8
632ca8bd97b56da28cdb09a81114292078a63fdf
/Firmware/MQXTest/mqxTest/Generated_Code/fsl_dspi1.h
00c8f6f6f9c35db574b1fdeb4ba7b6292e68b358
[]
no_license
rmfharvey/EE4951_REPO
54e0b052ef663ce4f0d9af173fc72d9e28b0a5a3
8e8cc02aa70598595c5b21852955580888908c44
refs/heads/master
2021-01-23T02:35:27.149878
2015-09-23T16:04:44
2015-12-28T17:26:33
42,278,911
1
1
null
null
null
null
UTF-8
C
false
false
5,938
h
/* ################################################################### ** This component module is generated by Processor Expert. Do not modify it. ** Filename : fsl_dspi1.h ** Project : mqxTest ** Processor : MK22FN512VLL12 ** Component : fsl_dspi ** Version : Component 1.3.0, Dr...
[ "rmfharvey@gmail.com" ]
rmfharvey@gmail.com
1ef6eb57392d673053dc7dcf86ea75f73055a521
d16727a7c2be5e135bc4949195a818202f0004b5
/src/userprog/syscalls/sys_exec.h
41539b6d0547ff8324e77586e7dec4af84868ba6
[ "MIT-Modern-Variant", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
ravimalik20/pintos-pa2
aeb7f2a2870b84aa40cde23017a9ee4a4fb00423
2d56461d500a9f63ed457bcf5db1bbe03992cb54
refs/heads/master
2021-08-15T12:16:43.253698
2017-11-10T05:30:15
2017-11-10T05:30:15
111,147,356
1
0
null
null
null
null
UTF-8
C
false
false
213
h
extern struct lock lock_fs; #define SCALL_EXEC_F(f) void * input;\ if (!user_mem((f)->esp + SIZE, &input, sizeof(input)))\ thread_exit();\ int child_id = process_execute(input);\ (f)->eax = (uint32_t) child_id;
[ "ravimalik2364@gmail.com" ]
ravimalik2364@gmail.com
dce8cc94d8c5b19d896f0b2fc0a39b16f25cd271
b554ddb97747bf1e24fb16a006468857eaa37d1b
/STM32/system/STM32F7/stm32_chip/stm32_STM32F767ZG.h
e4271ca18b11a8dd2c9d15bc09ab1b145d6b9b43
[]
no_license
grafalex82/STM32GENERIC
d0f80fe55f283422f47a8d7b14e88766f80417cc
664dd7779244afa5860fe1419c691e95d8ab3145
refs/heads/master
2021-01-21T18:06:41.990938
2017-05-17T11:51:53
2017-05-17T11:51:57
92,016,853
0
0
null
2017-05-22T06:02:08
2017-05-22T06:02:07
null
UTF-8
C
false
false
16,177
h
//Autogenerated file //MCU name: STM32F767ZG //MCU xml: STM32F767Z(G-I)Tx.xml //GPIO remap/alternate function xml: GPIO-STM32F76x_gpio_v1_0_Modes.xml /* const stm32_port_pin_type variant_pin_list[] = { { GPIOA, GPIO_PIN_0 }, { GPIOA, GPIO_PIN_1 }, { GPIOA, GPIO_PIN_2 }, { GPIOA, GPIO_PIN_3 }, { GPIOA, GPIO_...
[ "danieleff@gmail.com" ]
danieleff@gmail.com
91aad156836f046e14efd2073553223d9ac6de58
eacaa9877f85f88877af255552442eb3ae0d3fc1
/c-posts/readstructfile.c
3664f6fd6beedd51b23d96a4bf18b06c42f3a161
[]
no_license
rohanKanojia/stackoverflow-code
8736bbdb34c36f0660f104abe0943fc9a5af7551
e9c1908a9f88b55f92bc35feaddfe1d3cb08df7b
refs/heads/master
2023-06-17T13:17:29.361975
2021-07-13T17:48:12
2021-07-13T17:48:12
308,098,234
0
0
null
null
null
null
UTF-8
C
false
false
1,008
c
#include <stdio.h> #include <string.h> #include <stdlib.h> struct profile { char name[30]; int age, phoneNo; }; int main() { char search[50]; char record[50]; struct profile profiles[2]; FILE* fPtr; if (fPtr = fopen("profile.txt", "r")) { int index = 0; while (fgets(record, 50, fPtr) != NULL)...
[ "rohaan@redhat.com" ]
rohaan@redhat.com
1988e9aff688624db953fadbb032be035bd998e7
b9ce299a0b10aec915b3d56ceb1ca62cbc603aa7
/FullAudioCE/v2/MP3Codec/layer3_helper.h
2124a621e15898b42dd882d4e3b740996bee46d6
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
eaglexmw-gmail/adotcorporation
96fd5940c9e8c562570641e3f5e7a10415d83109
e386b74ab14a34dea09c58d796934293d01c03a9
refs/heads/master
2023-03-30T22:49:04.998776
2021-03-27T21:08:21
2021-03-27T21:08:21
null
0
0
null
null
null
null
UTF-8
C
false
false
1,853
h
#ifndef LAYER3_HELPER_H_ #define LAYER3_HELPER_H_ #include <stdlib.h> #include "mpg123.h" #include "huffman.h" #include "getbits.h" #include "layer3.h" #include "options.h" //#include "AutoProfile.h" #ifdef HEAPIFY extern real *ispow; #else extern real ispow[8207]; #endif // HEAPIFY extern real aa_ca[8]; extern r...
[ "pleasemarkdarkly@gmail.com" ]
pleasemarkdarkly@gmail.com
e53f1db2bcf0ec55d325de87e8675f8bcd81c583
0edbcda83b7a9542f15f706573a8e21da51f6020
/private/ntos/kd/kdp.h
7c30530ea2373c5390660c10526976193bad69a4
[]
no_license
yair-k/Win2000SRC
fe9f6f62e60e9bece135af15359bb80d3b65dc6a
fd809a81098565b33f52d0f65925159de8f4c337
refs/heads/main
2023-04-12T08:28:31.485426
2021-05-08T22:47:00
2021-05-08T22:47:00
365,623,923
1
3
null
null
null
null
UTF-8
C
false
false
11,342
h
/*++ Copyright (c) 1990 Microsoft Corporation Module Name: kdp.h Abstract: Private include file for the Kernel Debugger subcomponent of the NTOS project Author: Mike O'Leary (mikeol) 29-June-1989 Revision History: --*/ #include "ntos.h" #include "ki.h" #include "ntdbg.h" #include "string.h" #...
[ "ykorokhov@pace.ca" ]
ykorokhov@pace.ca
45b3822870f9cf67dd74c96a2b48c848d1b9ccf1
12f4598d071cf3e38921ec50cff48c9d552122d9
/hydro/compute_saturation_vapor_pressure.c
476cd4f90b80e9263a3b03c2894da3db2852d112
[ "MIT" ]
permissive
laurencelin/RHESSysEastCoast
9f893b60de481bef961871877ab778efd59d09b6
375c75b1cd2202217651dff43aa113d80b9c1118
refs/heads/master
2021-11-22T17:16:01.611562
2021-10-02T18:54:24
2021-10-02T18:54:24
198,655,798
2
5
null
2021-07-10T18:58:47
2019-07-24T14:50:52
C
UTF-8
C
false
false
1,430
c
/*--------------------------------------------------------------*/ /* */ /* compute_saturation_vapor_pressure */ /* */ /* */ /* NAME */ /* compute_saturation_vapor_pressure */ /* */ /* */ /* SYNOPSIS */ /* double compute_saturation_vapor_pressure( */ /* double tempera...
[ "laurence.lin@icloud.com" ]
laurence.lin@icloud.com
3a64c21b4cb54bd2597e79b88268281818e48177
65969eb320c536e360abed38cfb15c34d4b2e586
/src/lstate.c
a1c14cb2943c39da824393d8a940ea0baeea8fd3
[ "MIT" ]
permissive
essele/roLua
39a593d19a4f520bac72dfbde18821ef095e2c5b
b492912789cac58f4a25e053773e7fc24cb26c21
refs/heads/main
2023-03-20T09:44:06.246069
2021-03-10T17:47:55
2021-03-10T17:47:55
343,067,872
1
0
null
null
null
null
UTF-8
C
false
false
11,075
c
/* ** $Id: lstate.c $ ** Global State ** See Copyright Notice in lua.h */ #define lstate_c #define LUA_CORE #include "lprefix.h" #include <stddef.h> #include <string.h> #include "lua.h" #include "lapi.h" #include "ldebug.h" #include "ldo.h" #include "lfunc.h" #include "lgc.h" #include "llex.h" #include "lmem.h" #...
[ "lee.essen@nowonline.co.uk" ]
lee.essen@nowonline.co.uk
faae0c622ad2aba415215d61a38d7ac26a45ff4c
4199a37024c3321bce9cb7290002f9f04bfec401
/cmake-build-debug/lib/vtksrep/MinimalGeodesicLib/MinimalGeodesic_EXPORT.h
53cc6cd653948ab43c4f62d8ca3e215c80f2a117
[]
no_license
ZhiyLiu/Pablo3
55d670162b4f574c2302d7f6dce037a6561673e1
1d07b187f7e858436763486e7ba2191d990b8497
refs/heads/master
2020-07-04T07:42:38.718230
2019-08-13T19:29:49
2019-08-13T19:29:49
202,207,845
0
0
null
null
null
null
UTF-8
C
false
false
783
h
#ifndef __MinimalGeodesic_EXPORT_h_INCLUDED__ #define __MinimalGeodesic_EXPORT_h_INCLUDED__ // Automatically generated file which defines // the symbols MinimalGeodesic_EXPORT and MinimalGeodesic_CDECL // to be used for the definition of classes or functions // which must be exported when the lib is built as a shared...
[ "zhiy@cs.unc.edu" ]
zhiy@cs.unc.edu
631b1f01f35d8fc6477d226dd2fc668d88474950
779c120706a9ed3d3769567bf25272b2ca4d3c61
/make_contour.C
74db35e82d273b5f4d2307a69bc6fac4d53a0aef
[]
no_license
mialiu149/limitsetting
3e6695add9dcb771e7e7d55eab675a7a12bdef9f
dd80498506c9d3da34eede594115ac9c36dcbde0
refs/heads/master
2020-04-16T02:14:22.604477
2019-10-14T12:12:01
2019-10-14T12:12:01
58,394,177
0
0
null
null
null
null
UTF-8
C
false
false
3,159
c
#include "TFile.h" #include "TH1F.h" #include "TH2F.h" #include "TTree.h" #include "TGraph2D.h" #include "TGraph.h" #include <iostream> #include <vector> TGraph DrawContours(TGraph2D &g2, int color, int style){ TGraph out; TList *l = g2.GetContourList(1.); //l->Print(); //TList *l = g2.GetContourList(20000.);...
[ "miaoyuan.liu0@gmail.com" ]
miaoyuan.liu0@gmail.com
dc50a752f45bb9278fb715130465954e17455d9c
c2cedcf36667730f558ab354bea4505b616c90d2
/players/eurale/Park/jp1.c
2b6a5277905687e47a4c839b7fa5d97d073637e4
[]
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
955
c
/* Jurassic Park */ #define tp this_player()->query_name() inherit "room/room"; reset(arg) { if(arg) return; set_light(0); short_desc = "Jurassic Park"; long_desc = " You have entered a land covered with a dense growth of trees \n"+ "that blocks out most of the sun. The vegetation is very tall \n"+ "and con...
[ "rump.nirv@gmail.com" ]
rump.nirv@gmail.com
74aa0b5f36687c2a7daf64882b6cd101fcd26d63
ecd607a4979db9db2ade192b885c6c7f8e545b69
/vm/Libft/ft_strnstr.c
6d799f3d533c593665e3c09718081573d639fbcf
[]
no_license
quruiz/Corewar
1a677a979906e2a10da8e364ed83afd6a3c979e3
2583599ad819633d7c6bc81c67592ee4d50e5b50
refs/heads/master
2020-04-11T13:31:37.387605
2019-04-22T11:32:04
2019-04-22T11:32:04
161,819,860
0
0
null
null
null
null
UTF-8
C
false
false
1,378
c
/* ************************************************************************** */ /* LE - / */ /* / */ /* ft_strnstr.c .:: .:/ . .:: ...
[ "quruiz@student.le-101.fr" ]
quruiz@student.le-101.fr
6ed160e35a6933c87af0bbf6bb68fffe735961e5
f014244a16a06736f75637d184770382385ba745
/labs/lab11/180050069/kalloc.c
9fe4dfa939003a544ca8327f1e6f12fdb9c48b4d
[]
no_license
nirajmahajan/CS333_Operating_Systems
8f2c8a20f468eca291eb28b3f15648ec1822d9a5
11a4d5f09db79098e60ba26dfb1757df161caaef
refs/heads/master
2023-02-14T16:07:45.288855
2020-11-19T07:15:14
2020-11-19T07:15:14
286,604,000
1
0
null
null
null
null
UTF-8
C
false
false
3,129
c
// Physical memory allocator, intended to allocate // memory for user processes, kernel stacks, page table pages, // and pipe buffers. Allocates 4096-byte pages. #include "types.h" #include "defs.h" #include "param.h" #include "memlayout.h" #include "mmu.h" #include "spinlock.h" void freerange(void *vstart, void *ven...
[ "nirajmahajan007@gmail.com" ]
nirajmahajan007@gmail.com
946b4e05c9465512c09018c1cd10723812afc7e5
4e45a70f0f06ccb45e95804cc257cc931e7c5c11
/helloworld.c
15a08a8c76f342293ed28a70ecd180d80f34494d
[]
no_license
tjtest1/backup
72aa74bbd7f92018ce73da96b77d733e394395c6
81b2450a17990915d0ed5bab7b7ca6edaaa7902f
refs/heads/master
2021-01-10T02:36:04.760003
2013-02-27T15:59:04
2013-02-27T15:59:04
null
0
0
null
null
null
null
UTF-8
C
false
false
52
c
#include <stdio.h> main(){printf("Hello World\n");}
[ "test1.dineen5214@gmail.com" ]
test1.dineen5214@gmail.com
8ce36ec35c1b44272646fe27f122f10b1c34f2b6
d89f38086d84808de3a01e5502602dcbfc3254de
/digi/Math/Vector3Ref.inc.h
5c2efb9214630a7142f89066b9c2e1a23cbe4e63
[]
no_license
Jochen0x90h/Digi
1c9250b86d8b3a49724e62c2a624d25e141f5aff
7cbb876ebaa5ef58417e9c6d99fdd44ebb041ad0
refs/heads/master
2021-01-20T08:44:05.229736
2017-06-27T21:29:46
2017-06-27T21:29:46
90,188,188
1
0
null
null
null
null
UTF-8
C
false
false
966
h
Vector2Ref<Type> yx() {return Vector2Ref<Type>(this->yRef, this->xRef);} Vector2Ref<Type> zx() {return Vector2Ref<Type>(this->zRef, this->xRef);} Vector2Ref<Type> xy() {return Vector2Ref<Type>(this->xRef, this->yRef);} Vector2Ref<Type> zy() {return Vector2Ref<Type>(this->zRef, this->yRef);} Vector2Ref<Type> xz() {r...
[ "jochen.wilhelmy@medx.net" ]
jochen.wilhelmy@medx.net
c6fa63851a40a4b05ebcf260067cae08dde566ad
9e9aaad18256dc58a1d217774148d13d1655170f
/test/unit/test_posterior.c
1a74e8c76d4968e601d40cf36a1ecaa58aa78ad9
[ "BSD-2-Clause" ]
permissive
mozilla/pocketsphinx
badd4513b99adaab009402411c7066fcd3d11868
6cfce8fec18d1fbc1a3882ead23d003ae0b10270
refs/heads/master
2023-08-26T11:43:58.270682
2021-09-17T22:44:10
2021-09-17T22:44:10
52,470,145
5
5
NOASSERTION
2021-08-19T05:20:52
2016-02-24T19:53:40
C
UTF-8
C
false
false
4,517
c
#include <pocketsphinx.h> #include <stdio.h> #include <string.h> #include <time.h> #include "pocketsphinx_internal.h" #include "ngram_search_fwdtree.h" #include "ps_lattice_internal.h" #include "test_macros.h" int test_decode(ps_decoder_t *ps) { FILE *rawfh; int16 buf[2048]; size_t nread; int16 const *bptr; int ...
[ "anatal@gmail.com" ]
anatal@gmail.com
1d7d04364630db2048882dc869d472bb84c3ba30
0ef0f9263d06069e94f1d00807e466a61ce135bc
/1041.c
7857fd94e998d6bc7516b152c20d673d8dca6a14
[]
no_license
dudustefanello/problemas-uri
ea73c2225c1dded4e304d7386e646b8b7f1eadc9
6f764655043f5a8dcbc58c0100b2bc58c6d3ecdf
refs/heads/master
2021-08-19T03:51:43.228754
2017-11-24T16:41:01
2017-11-24T16:41:01
111,938,528
0
0
null
null
null
null
UTF-8
C
false
false
683
c
#include <stdio.h> #include <math.h> /* * Escreva a sua solução aqui * Code your solution here * Escriba su solución aquí */ main() { double x, y; scanf("%lf %lf", &x, &y); if(x > 0 && y > 0) { printf("Q1\n"); } if(x < 0 && y > 0) { printf(...
[ "eduardostefanello3@gmail.com" ]
eduardostefanello3@gmail.com