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
b7c1d7737371062ed35da6dd39a7fee09a184121
d653cd054616f2789133d6bc2f469d3775ef7cdf
/lex.yy.c
dcb98260caf1cb728d743e07b55ddeaaa9aacdbd
[]
no_license
forunh/MiniCompiler
254628bd4c8c1435596bb4eabbbeefb64aa4bccb
62d46c4478011014b2cd4adbaa183cc2f744db1a
refs/heads/master
2021-01-22T01:33:44.065040
2016-04-05T14:42:34
2016-04-05T14:42:34
null
0
0
null
null
null
null
UTF-8
C
false
false
50,101
c
#line 3 "lex.yy.c" #define YY_INT_ALIGNED short int /* A lexical scanner generated by flex */ #define FLEX_SCANNER #define YY_FLEX_MAJOR_VERSION 2 #define YY_FLEX_MINOR_VERSION 5 #define YY_FLEX_SUBMINOR_VERSION 35 #if YY_FLEX_SUBMINOR_VERSION > 0 #define FLEX_BETA #endif /* First, we deal with platform-specific...
[ "i-chill7@hotmail.com" ]
i-chill7@hotmail.com
85650fe31eb61c7544f92be00b8a087af23a487e
eac8d6046cc1b9963f308496e6ca28b08a648cda
/extensions/exslt/ext_exslt.c
2a23ab84b572f8e32c542c5add2aa13b6f66c68b
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Juniper/libslax
1627c698f1074a0d7dc5a862eb4163529f9dce0c
d9d81d4eb716f784a9369358633f85a052afc0b8
refs/heads/main
2023-09-01T15:09:17.151769
2021-07-29T19:47:44
2021-07-29T19:47:44
10,245,499
31
17
BSD-3-Clause
2023-06-09T05:14:15
2013-05-23T14:23:44
C
UTF-8
C
false
false
1,312
c
/* * $Id$ * * Copyright (c) 2013, Juniper Networks, Inc. * All rights reserved. * This SOFTWARE is licensed under the LICENSE provided in the * ../Copyright file. By downloading, installing, copying, or otherwise * using the SOFTWARE, you agree to be bound by the terms of that * LICENSE. */ #include <sys/type...
[ "phil@juise.org" ]
phil@juise.org
893ba959dd6d89ba1a51482bb7b865132e970a4c
77f4229e6846eac49a6ed996ec5ccf909bc5fdee
/operating systems/shell.c
740cf00e38b70a30f9a08d4e7b474b95030967d5
[]
no_license
repogit44/Assignment
e97b075c4b964d43a5618e90bd1a9d2bb96a349a
4469d565b6b303ca318c9c9df7598ac037d56572
refs/heads/master
2021-05-30T03:55:51.758931
2016-01-15T00:14:20
2016-01-15T00:14:20
null
0
0
null
null
null
null
UTF-8
C
false
false
2,177
c
/* Part1:Build a new Shell */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <sys/wait.h> #include <sys/types.h> /* Define the max length of command and path */ #define MAX_CMD 512 #define MAX_PATH 512 /* This is to process the command */ void process_cmd(char *cmd, char *ar...
[ "linshuhsin@gmail.com" ]
linshuhsin@gmail.com
089c0bd41d04e747b20fad1b6e9fcbaab68278e8
e1082e56bad4332645f403720aeea92137124b34
/chapter5/full1/full1.c
12be95046c218325715ee1e4080d8f36658cebed
[]
no_license
intoffset/practical_c
04e7283abe7b512d788d3a64aed30a89cfb99c79
7ee4ade8df2e9c86f5ec0a68035a97a9c7f16e19
refs/heads/master
2022-05-11T04:09:36.344035
2013-12-12T12:40:48
2013-12-12T12:40:48
null
0
0
null
null
null
null
UTF-8
C
false
false
346
c
#include <string.h> #include <stdio.h> char first[100]; char last[100]; char full[200]; int main() { printf("Enter first name: "); fgets(first, sizeof(first), stdin); printf("Enter last name: "); fgets(last, sizeof(last), stdin); strcpy(full, first); strcat(full, " "); strcat(full, last); printf("The name is %s...
[ "chmod644@github.com" ]
chmod644@github.com
15a30fecbb54f7916e543158b4bb8f38e563ee1e
3c5b3b208d70db4f251c801b6126e3e9ec283061
/m3-loaders/services/src/sta_rotary.c
bf2a9f29b8e676f361f036329e455f4e54c807ba
[]
no_license
Rabit-scy/m3-loader
cd4e240deab8787aee02ce53e50b5d0e5b41230c
ef65392a9a46159679ccdd57c2ed4df934299d87
refs/heads/master
2020-06-02T22:02:30.866004
2019-06-11T08:56:12
2019-06-11T08:56:12
191,322,640
2
1
null
null
null
null
UTF-8
C
false
false
1,880
c
/** * @file sta_rotary.c * @rotary encoder * * Copyright (C) ST-Microelectronics SA 2018 * @author: APG-MID team */ #include <errno.h> #include "FreeRTOS.h" #include "sta_gpio.h" #include "sta_pinmux.h" #include "queue.h" #include "task.h" #include "sta_nvic.h" #define ENC_GPIO_A S_GPIO(8) #define ENC_GPIO_B S_...
[ "liugang@yeedon.cn" ]
liugang@yeedon.cn
9e35228aae14cbe417b984dc71e4cc6755564f9c
49ab3c2deee9f83ddf9c7b992dd535d98a54ad9d
/fw/defines.h
55ce926b4e497f6f0716e7afabd33bf894844a69
[]
no_license
EmbeddedSystemClass/smarthome
6fee388013a56c63772144e189830f436574741e
a1d3772fb7785a62b8734874955f343d3bd10c12
refs/heads/master
2021-05-23T14:52:35.156619
2019-03-01T22:34:11
2019-03-01T22:34:11
null
0
0
null
null
null
null
UTF-8
C
false
false
836
h
#ifndef DEFINES_H_ #define DEFINES_H_ //Change SPI used. Refer to TM SPI library to check which pins are for SPI #define NRF24L01_SPI SPI1 //#define NRF24L01_SPI_PINS TM_SPI_PinsPack_2 //Change CSN pin. This is for SPI communication #define NRF24L01_CSN_PORT GPIOC #define NRF24L01_CSN_PIN GPIO_Pin_1 //Chan...
[ "jesstr@mail.ru" ]
jesstr@mail.ru
bd3be8e880e144ce32bd97890cb4a81349b8a161
1103ec2f48df5c84855a9e29d4c1f2ea222a28d9
/f0/mc/f0eff/ReweightEfficiency.C
b77fcd5ebd577c5538d382c177dea73bc27109d0
[]
no_license
fbellini/RsnAnaRun2
3fe46a3be48d44581e105455cf0707101687005b
19e49c39609dfe137bb112fc3c4354f0bc834859
refs/heads/master
2021-01-01T16:23:20.787747
2020-12-07T14:57:15
2020-12-07T14:57:15
97,816,776
2
0
null
null
null
null
UTF-8
C
false
false
13,657
c
#include <stdio.h> void rebin(TH1D** h); void do_fit(TH1D* m,TF1* f,int test); int ReweightEfficiency(/*TH1D* M,TF1* F,TH1D* G,TH1D* R,*/TString fileName = "reweighted.root",int test=1,int save=2,double tolerance=0.001){ /* Author: Anders G. Knospe, The University of Texas at Austin Created: 26 January 2014 ...
[ "fbellini@cern.ch" ]
fbellini@cern.ch
e32eea861059f888d33d54219a6e2bb230c51126
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/gpu/drm/amd/amdgpu/extr_amdgpu_ctx.c_amdgpu_ctx_mgr_init.c
c2f4910ba71ef157bee9c5a597166981408296d6
[]
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
702
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
3463344805d46182452216d4c294850db17efcac
235ea1d2cd0938be43a83a6181214571ce59aa55
/Calendar.C
565d7f4f5044f00d65c20e5dd389781403692837
[]
no_license
Anna0055/Project
0c9860fc64a939bb9f313ae100514d5bb30e8f84
ceb7554b59cc9a9c0e3ce9b7aaa16a49707d4251
refs/heads/main
2023-05-30T03:47:14.202482
2021-06-13T11:26:57
2021-06-13T11:26:57
376,506,298
0
0
null
null
null
null
UTF-8
C
false
false
1,559
c
//Calendar using C #include<stdio.h> #define TRUE 1 #define FALSE 0 int days_in_month[]={0,31,28,31,30,31,30,31,31,30,31,30,31}; char *months[]= { " ", "\n\n\nJanuary", "\n\n\nFebruary", "\n\n\nMarch", "\n\n\nApril", "\n\n\nMay", "\n\n\nJune", "\n\n\nJuly", "\n\n\nAugust", "\n\n\nSeptember", "\n\n\nO...
[ "noreply@github.com" ]
Anna0055.noreply@github.com
b708e35865b23458c69ca8ba960fa75df89a62f3
9923d63fc48c0fcc786c7d09789cbdebbd700f0a
/demo/os/rt-thread/stm32f10x/Libraries/STM32F10x_StdPeriph_Driver/inc/stm32f10x_sdio.h
81c058ad4c3d4ddb79cda3fe34d28c1232ed02ed
[ "MIT" ]
permissive
armink/EasyLogger
87e92bcf83c405c8d4c6885eb0de0f017a68ac3d
8585ed801d8ae57af6f2bc41ada8107a0eca44de
refs/heads/master
2023-07-09T17:47:58.713944
2023-07-04T02:38:52
2023-07-04T02:38:52
35,313,328
3,279
1,136
MIT
2023-07-04T02:38:53
2015-05-09T03:25:54
C
UTF-8
C
false
false
21,332
h
/** ****************************************************************************** * @file stm32f10x_sdio.h * @author MCD Application Team * @version V3.5.0 * @date 11-March-2011 * @brief This file contains all the functions prototypes for the SDIO firmware * library. *****************...
[ "armink.ztl@gmail.com" ]
armink.ztl@gmail.com
b3eb97f0a8e3c1835a2c3bdc1e3f3003682fd181
d0257d319d900cfe1f0da567467d2a3b7dde7bd9
/test/test_libuv_pipe/java_ud_server/client.c
6399c18994f12d2008f2d233d30c42230c9aaf30
[ "MIT" ]
permissive
gwerners/Orthrus
bdd8d26f827d4d857b1730c25d8263d0d26ebf0f
42589235e09da503b00c05ccc4a63c16c62e3cde
refs/heads/master
2021-09-10T14:24:54.931240
2018-03-27T21:32:38
2018-03-27T21:32:38
119,619,409
2
0
null
null
null
null
UTF-8
C
false
false
804
c
#include <sys/types.h> #include <sys/socket.h> #include <netdb.h> #include <stdio.h> #include<string.h> int main(int argc,char **argv) { int sockfd,n; char sendline[100]; char recvline[200]; struct sockaddr_in servaddr; sockfd=socket(AF_INET,SOCK_STREAM,0); bzero(&servaddr,sizeof servaddr); ...
[ "gabriel.wernersbach@gmail.com" ]
gabriel.wernersbach@gmail.com
3cfb863ed295cc590b016495d337b329c0637332
80c7e63f7cc8c518f46c3e7878859dbb39789d90
/CMSIS/NN/Tests/UnitTest/TestCases/TestData/fully_connected/input_data.h
bba0922f8fa7777743dc5c0a50edc95a5d8ef15c
[ "Apache-2.0" ]
permissive
cmattatall/CMSIS_5
43376306b8f5707b6f03affa052e5cfba5c24db5
96d139274eb4a1b3d388e733ab61265f3a658a9e
refs/heads/develop
2023-07-15T08:47:46.345818
2021-08-27T19:00:14
2021-08-27T19:00:14
398,662,165
1
0
Apache-2.0
2021-08-23T14:19:55
2021-08-21T21:48:30
C
UTF-8
C
false
false
1,243
h
/* * Copyright (C) 2010-2021 Arm Limited or its affiliates. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 * * 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 * * www.apache....
[ "48442848+felix-johnny@users.noreply.github.com" ]
48442848+felix-johnny@users.noreply.github.com
b5ca20f20d50b06d8e8b583a0aa4fdac4a830ff1
0d5c82b956444b4b855473ee1c89e7c3305635f2
/SampleCode/RegBased/GPIO_Toggle/main.c
d067204cbee8a97fc70fc10cdcbad62b5e6867ae
[ "Apache-2.0" ]
permissive
OpenNuvoton/Mini51BSP
38ff4ea3589ab00c398d391c0938fd31d870fb57
0e2679ba94aad21c49d06bb5c2c1b381b8947d03
refs/heads/master
2023-03-08T18:36:37.157022
2023-02-24T09:36:04
2023-02-24T09:36:04
66,897,941
5
2
null
null
null
null
UTF-8
C
false
false
3,747
c
/**************************************************************************//** * @file main.c * @version V2.10 * $Date: 15/10/12 8:03p $ * @brief Show how to toggle GPIO pin. * * @note * Copyright (C) 2012 Nuvoton Technology Corp. All rights reserved. * ***************************************...
[ "yachen@nuvoton.com" ]
yachen@nuvoton.com
539a7179ff1f542338bdee4b58dd8b1b6d853156
0cfb2107c9033d7060e281ee573f1e032c785635
/ve/mor1kx_uvm/tests/sw/asm/asm_defs.h
f070c9650d6d6327ef331605d546867b39b23b9b
[ "Apache-2.0" ]
permissive
mballance/mor1kx_soc
c6e7febe6b7a4168c78eec2be03b9eb305d9c090
9993650c6f69c2f23d04c33d32a68f1a63954eff
refs/heads/master
2021-01-17T12:38:08.554849
2017-06-20T03:37:40
2017-06-20T03:37:40
56,254,089
0
0
null
null
null
null
UTF-8
C
false
false
538
h
#define MOR1KX_PAD_O_ADDR 0x80002000 #define ASM_TEST_PASS \ l.movhi r4, hi(MOR1KX_PAD_O_ADDR); \ l.ori r4, r4, lo(MOR1KX_PAD_O_ADDR); \ l.ori r5, r0, 0xA; \ l.sw 0(r4), r5; \ l.ori r5, r0, 0x5; \ l.sw 0(r4), r5; \ l.ori r5, r0, 0xF; \ l.sw 0(r4), r5 #define ASM_TEST_PASS \ l.m...
[ "matt.ballance@gmail.com" ]
matt.ballance@gmail.com
0072ca5410896875e3aaa353e6855726e7035ce5
5c255f911786e984286b1f7a4e6091a68419d049
/code/42775da9-e58d-44f9-bb55-54775d3d2fe3.c
0db33d4e6a8d357fa4ac78a074c9360287879ded
[]
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
230
c
#include <stdio.h> int main() { int i=00; int j=122; int k; int l; k = 53; l = 6; k = i/j; l = i/j; l = l/j; l = l%j; l = k-j*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
f4f5b48a9a8a006ab42898b12bed9db4d88dcded
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/f9cb7c83-1461-48f7-8f19-473b4ec81dcb.c
c12592b96c0bd2d29d1744e739ddeb22c2d56fcc
[]
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
604
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=12; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = i/j; l = i/j; l = l-j; l = j%j; l = l-j; k = k-k*i; //variables //random /* START VULNERABILITY */ int a; int b[75]; int c[9]...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
b77242846a67a03fc7f18f910f8be42c9bd5c7e3
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/kernel/extr_workqueue.c_wqattrs_hash.c
151c96f2daac50ea1a84cde5e0272648811b752a
[]
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
1,067
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
cfdf2f4e6f87c180e0676323efa88a3b081eb0cd
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/extr_hw.c_rtl92se_update_hal_rate_mask.c
3e55b6f42b006899a8f7b6c767be9d6e0e6c2184
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
6,900
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
b6615b07fd676acdb9af74e5b2cb45d469e91506
444bd636d26b168f34149e1e1f68e283c07f985a
/src/Graphics/TextureAtlas.h
1d698ff6e1561678231f48bc50e14fcf2807b0f7
[]
no_license
DanielSharp01/TowerDefenseGame
ce4b36f295043ad8d76837e73848c1b585dc1ee3
ebc6607485b1d291de0333f070f3578e91e685e7
refs/heads/master
2020-03-20T01:51:04.057808
2018-06-12T15:21:00
2018-06-12T15:21:00
137,090,357
0
0
null
null
null
null
UTF-8
C
false
false
418
h
#ifndef TEXTURE_ATLAS_H #define TEXTURE_ATLAS_H #include "Texture.h" //NOTE: Delete frees up the base texture for convenience typedef struct TextureAtlas { Texture* base; Texture*** subimages; int cols, rows; } TextureAtlas; TextureAtlas* TextureAtlas_construct(Texture* base, int cols, int rows, int widt...
[ "DanielSharp01@gmail.com" ]
DanielSharp01@gmail.com
f41bae24c0e927406d7467d5c860c0e6cf0f57a8
910d13fcea8fd92b9ce7e2fae80673ba89f52470
/mlnx_sai/src/mlnx_sai_bmtor.c
0a0a840b973738f95d958333520d3d9bd5245f04
[]
no_license
YonatanPitz/SAI-Implementation-no-sdk
8e9ab99f3c2ec3a37b8a17b399c43e2d6eb4a70d
19cefbd7012f4201614c0608f819eb049ba52191
refs/heads/master
2021-09-14T08:24:49.552780
2018-05-10T10:40:45
2018-05-10T10:40:45
119,194,359
0
1
null
null
null
null
UTF-8
C
false
false
23,029
c
#include "mlnx_sai.h" #include <fx_base_api.h> #include <flextrum_types.h> fx_handle_t fx_handle; sx_acl_pbs_id_t router_pbs_id; bool router_pbs_created; typedef struct _mlnx_sai_ext_object_id_t { sai_object_type_t type; uint32_t offset; } mlnx_sai_ext_object_id_t; void mlnx_to_sai_ext_object_id(sai_object_i...
[ "yonatanp@mellanox.com" ]
yonatanp@mellanox.com
b714dd19aca86687011a788e5194924ff5f2d13e
3761d36d2c1ce02f4cad925866456eadc9c5ef15
/whilearr2.c
b7505f05ebf7f335a12d3fde48da8d5802effffa
[]
no_license
azarnuzy/History-Coding-Algoritma-Pemrograman-Sem-1
aa005310e69cd26ba9e18e14a62b0b8b72ebb388
b1514384ad746f763cace0e77a21aa81bda972ff
refs/heads/master
2023-07-27T16:54:22.309311
2021-09-13T15:30:59
2021-09-13T15:30:59
406,029,099
1
0
null
null
null
null
UTF-8
C
false
false
943
c
#include <stdio.h> int main(int argc, char const *argv[]) { int n; scanf("%d", &n ); int i=0; char kode[n]; int angka[n]; while(i<n){ scanf(" %c", &kode[i]); scanf("%d", &angka[i]); i++; } i=0; int j=0; int banyakbiner[n]; int biner[50]; int cek=0; int check=0; while(i<n){ banyakbiner[i] = 1;...
[ "azarnuzy@gmail.com" ]
azarnuzy@gmail.com
3acd38ae615492a7102f5bd05fa5afd1d0e4f5ec
721cb60106ab29596e91a99326838939cb9a09cd
/nr-rrc/FrequencyInfoDL.h
ffcb80b8dd54b4e08a68475a90d7a890d228c55a
[]
no_license
gmg2719/nr-rrc-reader
269de202d64c8370eeb72f4c335a4d6e58f401fd
ffbeae9c3e6928e956a301acee5ffef55edd6118
refs/heads/master
2021-01-03T07:04:35.755242
2019-10-23T12:35:50
2019-10-23T12:35:50
null
0
0
null
null
null
null
UTF-8
C
false
false
1,579
h
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NR-RRC-Definitions" * found in "38331-f60.asn" * `asn1c -no-gen-example -fcompound-names -findirect-choice -gen-PER -pdu=all -fincludes-quoted -funnamed-unions -D nr-rrc` */ #ifndef _FrequencyInfoDL_H_ #define _FrequencyInfoDL_H_ #...
[ "hearts.zhang@gmail.com" ]
hearts.zhang@gmail.com
7355c141c08af6b5fc0871d16917ec9b86551279
a8c7666fe2c98cbc95113f627abfd870c16a83af
/include/os/tk_printf.h
e60a9a9c139fede3fa678bed2b930b3d11ae9f07
[]
no_license
yudai09/ownOS
543bfd6496219bd906e192e9d3041a0a4b217622
5f798fde66426e7456e3f55284dbaa2a062e8e97
refs/heads/master
2021-01-01T16:29:53.050327
2011-04-30T12:13:36
2011-04-30T12:13:36
1,208,064
1
0
null
null
null
null
UTF-8
C
false
false
470
h
#ifndef TK_PRINTFH #define TK_PRINTFH /* Some screen stuff. */ /* The number of columns. */ #define COLUMNS 80 /* The number of lines. */ #define LINES 24 /* The attribute of an character. */ #define ATTRIBUTE 7 /* The video memory address. */ #define VIDEO ...
[ "grandeur09@gmail.com" ]
grandeur09@gmail.com
7c3bafc4f1109eb5beeffb756de126f4430568a6
789860364b415985fb04d577a84d9e718cd15a5e
/source/p284-1.c
686cd854c2f06a5d52650e242956a8fbda68dad2
[]
no_license
almajiro/teach-yourself-c
9a145335452ded21383a138e8da7d40380276e06
36703155042083329ae025730ba875235f47f05a
refs/heads/master
2021-09-01T00:59:54.220263
2017-12-24T00:51:26
2017-12-24T00:51:26
113,036,415
0
0
null
null
null
null
UTF-8
C
false
false
784
c
#include <stdio.h> #include <stdlib.h> void write(FILE *fp, double val); double read(FILE *fp); union my_data { double val; unsigned char bytes[8]; }; char *file = "UNIONTEST"; int main(void) { FILE *fp; double val; if((fp = fopen(file, "wb+")) == NULL){ puts("ファイルがオープンできませんでした。"); exit(1); } write(fp,...
[ "kuroki@almajiro.tokyo" ]
kuroki@almajiro.tokyo
a333cd5e026da51e40ac655c91578afb0ed31f9c
fc9f0006fbb4f92a6ff8ce8d4070b0f2bee9dd2d
/src/synops.c
621ca94d57c4fac61c6f74af8777fb979ffef358
[]
no_license
leotaku/synops
8c71fe5f2fe86a278f6f51ffbc0870986d27b114
c9a3fac58f7b787bdfbea1937622ca26079c6de8
refs/heads/master
2023-05-30T19:28:45.166091
2021-06-08T21:19:40
2021-06-08T21:19:40
375,148,529
0
0
null
null
null
null
UTF-8
C
false
false
677
c
#include "synops_sql.h" #include <malloc.h> #include <sqlite3.h> #include <synops.h> int synops_open(const char *filename, synops **ppOps) { sqlite3 *db; int status; status = sqlite3_open(filename, &db); if (status != SQLITE_OK) { return status; } *ppOps = calloc(1, sizeof(synops)); if (*ppOps == N...
[ "leo.gaskin@le0.gs" ]
leo.gaskin@le0.gs
8677077092ba9673c0fe10ecbd02c4e37fc13118
8890bdbd200d964c5789a6ed2fc330bd49f3606e
/src/builtin/test/test_other.c
16b9d571deeac608f46464c148e27ce21a9a60c8
[]
no_license
ttresori/42sh
c4c5739d0b64a1dec9c9dac10d7679d3f687b4a4
a19cc6a75d1b1428e522dbe3df75b58eafaff7ad
refs/heads/master
2020-04-15T07:34:22.904400
2019-02-22T21:10:38
2019-02-22T21:10:38
164,497,308
1
0
null
null
null
null
UTF-8
C
false
false
1,354
c
#include "sh.h" void test_equal(t_42sh *sh) { if (ft_strequ(sh->argv->argv[1], sh->argv->argv[3]) == 1) sh->argv->error_code = 0; else sh->argv->error_code = 1; } void test_diff(t_42sh *sh) { if (ft_strequ(sh->argv->argv[1], sh->argv->argv[3]) == 1) sh->argv->error_code = 1; else sh->argv->error_code = ...
[ "tom@workstation.local" ]
tom@workstation.local
c58427c349a6ca8ba4f59ad5ff7bbdedcbd06858
fd6a524bbcfe50cfd57737fe7af81d6314729e1c
/lib/mem.c
0ac282ad35150ccc982594f8ee28852c519471a8
[]
no_license
sfyoung/simpleos
3a273ce9c374729548511d7b203a041c6ba6b4fd
c55e9b49cebb75fe5567a51d2c9fdfd27d4d1259
refs/heads/master
2016-09-05T12:26:19.298473
2014-06-26T11:57:20
2014-06-26T11:57:20
20,971,220
0
0
null
null
null
null
UTF-8
C
false
false
138
c
/* * Young * mem.c: Memory allocator. */ #include <mem.h> void * kmalloc(unsigned int size) { } void kfree(void *ptr, int size) { }
[ "shufyoung@gmail.com" ]
shufyoung@gmail.com
784a4acbdb2c9bd644d33c60d8e4f8665e7ad535
3e07d3f9d5958c59d94ab6736ff567dc0fb18f22
/src/mame/drivers/lastduel.c
cbab30f2f9bc0465b921f6b420b7d6501e43ca6b
[]
no_license
EmulatorArchive/sdl-mame-wii
a8ce21867d547a24e1c5fbec0ef447622d445f5c
17a88f1ed3581e5f015121a7afe76d285bfd338d
refs/heads/master
2016-09-16T02:35:04.561355
2015-03-15T01:22:52
2015-03-15T01:22:52
32,225,637
2
2
null
null
null
null
UTF-8
C
false
false
43,384
c
/************************************************************************** Last Duel - Capcom, 1988 LED Storm - Capcom, 1988 LED Storm Rally 2011 - Capcom, 1988 Mad Gear - Capcom, 1989 Emulation by Bryan McPhail, mish@tendril.co....
[ "baby.lueshi@c85e85c0-f42a-dfe2-6d14-576ce0669792" ]
baby.lueshi@c85e85c0-f42a-dfe2-6d14-576ce0669792
f60d084942adb725a794795556dfe647d33f4252
590d981b157470e1a7e79e1410339381a9cb81f8
/convert_hex.c
b91bf0ac881b9e3faf013087e62bb5ae398cb75e
[]
no_license
Ekeminifelix/printf
623f968f153798ba18c43e2906abc72ce545a47d
91b694a31357795645e3b3504a725c474750c9e9
refs/heads/main
2023-06-20T21:12:33.246277
2021-07-27T13:59:54
2021-07-27T13:59:54
389,178,166
0
0
null
null
null
null
UTF-8
C
false
false
2,291
c
#include "holberton.h" unsigned int convert_x(va_list args, buffer_t *output, unsigned char flags, int wid, int prec, unsigned char len); unsigned int convert_X(va_list args, buffer_t *output, unsigned char flags, int wid, int prec, unsigned char len); /** * convert_x - Converts an unsigned int argument to hex ...
[ "felixekemini9@gmail.com" ]
felixekemini9@gmail.com
8652a105286e57dd476081597532acfd5b47e310
c2cedcf36667730f558ab354bea4505b616c90d2
/players/hawkeye/room/prison.c
fa38504ecfb8ff44f4a4d965f0986f7642b5e42b
[]
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
603
c
short() { return "Hawkeye's Prison"; } long() { write("You are in Hawkeye's Prison.\n"); write("Obviously there is something you have to done to be here.\n"); write("There are no exits.\n"); } reset(arg) { if (arg) return; set_light(1); } init() { #ifndef __LDMUD__ add_action("qu...
[ "rump.nirv@gmail.com" ]
rump.nirv@gmail.com
27703a964cad72aaeb0eb9afbd4ca837d358250e
e7f4f4c50c846a3bebbb31a27a20cbfc55438156
/ARCHER/archer_benchmarks/ompscr-bm/src_parallel/applications/c_LoopsWithDependencies/c_loopB.badSolution1.c
7117e39f4eb6a8fc3c81e958576bd2cac2d9d01e
[]
no_license
PRUNERS/Research-Prototypes
b4b9ed3e77386602f2d06970dbf3eed1de2985ab
3761613ba54bda798528636c334cb12cac4a48ee
refs/heads/master
2021-03-25T02:56:50.173463
2017-10-15T15:16:30
2017-10-15T15:16:30
79,938,110
0
0
null
null
null
null
ISO-8859-2
C
false
false
3,153
c
/************************************************************************* This program is part of the OpenMP Source Code Repository http://www.pcg.ull.es/ompscr/ e-mail: ompscr@etsii.ull.es This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Lice...
[ "simone.at@gmail.com" ]
simone.at@gmail.com
5a488a26917376a2541422aaec0184131230854c
c26e7cd69096b4cb8a68aa63fc617306aca2aebc
/0x05-processes_and_signals/102-zombie.c
7683c09d5c75588c2e25f554fdd24ae6ff8788b3
[]
no_license
oimoralest/holberton-system_engineering-devops
a301a9f5a2999b9b7371b3bafb220283cf1b250b
d190c80eaf930607bc3d03ac5f1347ac589884ae
refs/heads/master
2023-03-08T08:07:27.399253
2021-02-25T22:46:47
2021-02-25T22:46:47
269,123,164
1
0
null
null
null
null
UTF-8
C
false
false
558
c
#include <stdio.h> #include <sys/types.h> #include <unistd.h> #include <stdlib.h> /** * infinite_while - creates a infinite loop * Return: 0 */ int infinite_while(void) { while (1) { sleep(1); } return (0); } /** * main - Entry point * Return: EXIT_SUCCESS on success, EXIT_FAILURE on fail */ int main(void) ...
[ "oimoralest@gmail.com" ]
oimoralest@gmail.com
c99d9b47ba412d520aba1d64fec56a99da1f7278
6197740e6297da2f3d0c8ffd2a1d7ef5d8b3d2cb
/cmake-2.8.12.2/Utilities/cmcurl/tftp.c
958c4b15f1916dea086e147fba2f2a72873df78a
[ "BSD-3-Clause", "curl" ]
permissive
ssh352/cppcode
1159d4137b68ada253678718b3d416639d3849ba
5b7c28963286295dfc9af087bed51ac35cd79ce6
refs/heads/master
2020-11-24T18:07:17.587795
2016-07-15T13:13:05
2016-07-15T13:13:05
null
0
0
null
null
null
null
UTF-8
C
false
false
24,152
c
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \...
[ "qq410029478@ff87cf93-6e24-4a51-a1f1-68835326ac4f" ]
qq410029478@ff87cf93-6e24-4a51-a1f1-68835326ac4f
14400c2da6a2be50e00802a1dfb7c7e3bd7362ce
409f398e8213100dd78fc6aa4ceb2ed08043e85b
/libft/ft_strncat.c
473c87c0d2364a7df3236db5c39c1a90e7bc217e
[]
no_license
TesenDesk/mineswapper
18cb5bb402fcc3729d17edfdf8b31a09a4b70a88
efe3e3d3df9fd7564c230eb428a3cfe92e76f2f0
refs/heads/master
2021-03-12T11:25:40.835680
2020-09-27T17:05:01
2020-09-27T17:05:01
246,617,476
0
0
null
null
null
null
UTF-8
C
false
false
1,148
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strncat.c :+: :+: :+: ...
[ "jjerde@student.21-school.ru" ]
jjerde@student.21-school.ru
ff193555e35977938fe3cef441ade1110cdd0955
424bfa9f6420b46d855fb62d0aeaacb2c3d2c974
/exploits/linux/local/19286.c
35c0fca6a7355f9dfb0a5557043eec2bc171cba6
[]
no_license
orf53975/metasploit-modules
0873736106e4cb5e8f9e91e1c5caee72fb9ca59d
d2f3b89cce06b24cfa810c8fb44f7cf2b6ba1391
refs/heads/master
2021-08-23T23:44:22.017942
2017-12-07T03:27:10
2017-12-07T03:27:10
null
0
0
null
null
null
null
UTF-8
C
false
false
5,144
c
/* source: http://www.securityfocus.com/bid/369/info In Slackware Linux 3.1 and 3.2, the version of color xterm included is vulnerable to a buffer overflow attack that allows for a local user to gain root access. */ /* * color_xterm buffer overflow exploit for Linux with * non-executable stack * Cop...
[ "smartech56@gmail.com" ]
smartech56@gmail.com
fb38387c5395b53f463e6d47276f84298faa6c9c
a38d00d6149066257f9c3ec206208afa04fc2650
/source/loonyland2/arena.h
6e8e9f0ee5f01fe4482046d1f04e731c1ec1776c
[ "MIT" ]
permissive
Circadious/HamSandwich
727e3fae2430f20632f3baf5ec03ce02e95665ad
fd401b6e66e19f5eb5962cbba4d2040c0a7bb7ae
refs/heads/master
2023-07-18T03:47:38.786323
2021-09-06T04:59:03
2021-09-06T04:59:03
403,419,358
0
0
MIT
2021-09-06T04:59:04
2021-09-05T21:49:06
C++
UTF-8
C
false
false
2,201
h
#ifndef ARENA_H #define ARENA_H #include "mgldraw.h" #include "map.h" #pragma pack(1) // types of battles #define AR_BRAWL (0) // just a bunch of monsters, kill them all #define AR_WAVES (1) // once you kill all monsters, more come. Up to 10 waves. Kill them all #define AR_SURVIVE (2) // wave 1 appears initially, ...
[ "tad@platymuus.com" ]
tad@platymuus.com
730d1f53faa0155dc83d30f59a165acbce4a2abc
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE78_OS_Command_Injection/s01/CWE78_OS_Command_Injection__char_connect_socket_execlp_08.c
3bbbaf6d9aa53cd4971fcf08333f23547de0126f
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C
false
false
7,312
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE78_OS_Command_Injection__char_connect_socket_execlp_08.c Label Definition File: CWE78_OS_Command_Injection.strings.label.xml Template File: sources-sink-08.tmpl.c */ /* * @description * CWE: 78 OS Command Injection * BadSource: connect_socket Read data using a...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
2e98b23dcb8cddc1e45559fe8368dc64be811bef
8554fbbb1c710b68277d40ca21397ff0c1e98391
/UVa Solutions/11219.c
be15f4cbe2804970dfd071b66915c52afd655673
[]
no_license
Nasif-Imtiaj/Judge-Solutions
753be5ddb39249c433f7590354bd343329ee16df
cb5f56babfd3bf9286281b5503de8501d21907fe
refs/heads/master
2020-12-02T17:38:41.380575
2020-04-05T16:29:51
2020-04-05T16:29:51
231,076,432
0
0
null
null
null
null
UTF-8
C
false
false
934
c
#include<stdio.h> int main() { int a1,b1,c1,d,e,f,y,z,i=1,T=0,a,b=0,c; int a2,b2,c2; char x; scanf("%d",&a); while(a--) { scanf("%d %c %d %c %d",&a1,&x,&b1,&x,&c1); scanf("%d %c %d %c %d",&a2,&x,&b2,&x,&c2); z=c1-c2; if(c1==c2) { if(b2==b1...
[ "nasifimtiaj.16@gmail.com" ]
nasifimtiaj.16@gmail.com
97c1b10c82ec83e678157b52af7e1d8223852ff5
1d877614824e1156cd4a46d82287cd8c1dcbab19
/contrib/jsonsl/jsonsl.c
c65ae1aa4236cb27d80770c9a1bdc1dcf65ce37d
[ "MIT" ]
permissive
daverigby/subjson
e772617ea28e8a2b04042896a79cdf60319e3f57
7bf46751ec1ace33c12570d932f438143db3b3bc
refs/heads/master
2021-01-18T09:28:30.255692
2015-04-02T10:23:02
2015-04-02T10:23:51
30,867,184
0
0
null
2015-02-16T12:23:24
2015-02-16T12:23:23
null
UTF-8
C
false
false
39,040
c
/* Copyright (C) 2012-2015 Mark Nunberg. * * See included LICENSE file for license details. */ #include "jsonsl.h" #include <assert.h> #include <limits.h> #include <ctype.h> #ifdef JSONSL_USE_METRICS #define XMETRICS \ X(STRINGY_INSIGNIFICANT) \ X(STRINGY_SLOWPATH) \ X(ALLOWED_WHITESPACE) \ X(QUOTE...
[ "mnunberg@haskalah.org" ]
mnunberg@haskalah.org
35a99ede0fc85b68366dc27f75ab5ef77ca3c9bf
ee9d6d3038c90ebb892ed24b9d5628e766eb4053
/sql/lex.h
601e0037dcb77748c2485b6d910d7903d4ebef13
[]
no_license
i3ef0xh4ck/mysql-server
429730833e0f148b6f2bdc058f32789fae2d0a4e
dd49c89c14716fae389747b0acac64caf648d9f9
refs/heads/master
2022-10-06T19:18:10.710162
2020-06-07T09:25:51
2020-06-07T09:25:51
null
0
0
null
null
null
null
UTF-8
C
false
false
36,117
h
#ifndef LEX_INCLUDED #define LEX_INCLUDED #include "lex_symbol.h" #include "m_string.h" /* We don't want to include sql_yacc.h into gen_lex_hash */ #ifdef NO_YACC_SYMBOLS #define SYM_OR_NULL(A) 0 #else #include "sql_hints.yy.h" #include <sql_yacc.h> #include "sql_hints.yy.h" #define SYM_OR_NULL(A) A #endif #define HI...
[ "32430315+chenxingxing6@users.noreply.github.com" ]
32430315+chenxingxing6@users.noreply.github.com
5d0b7350ae0af69a8b5508d36ea98d45b91d082a
50189ce9254dd67bfed5008e8e2fe0280035483e
/spvm_switch_info.c
80f53f47a70884b70ab6442a1a51e00823d39181
[]
no_license
yuki-kimoto/SPVM-solo
c282fbba7ad8a7738677dd777e7cacf0eeed8de6
bcf00a44d61046401e051633caa9cf51d839f498
refs/heads/master
2021-06-20T11:37:15.956244
2017-06-15T03:23:03
2017-06-15T03:23:03
59,116,659
3
1
null
2017-05-31T15:00:52
2016-05-18T13:10:46
C
UTF-8
C
false
false
273
c
#include "spvm_switch_info.h" #include "spvm_compiler_allocator.h" #include "spvm_compiler.h" SPVM_SWITCH_INFO* SPVM_SWITCH_INFO_new(SPVM_COMPILER* compiler) { return SPVM_COMPILER_ALLOCATOR_alloc_memory_pool(compiler, compiler->allocator, sizeof(SPVM_SWITCH_INFO)); }
[ "kimoto.yuki@gmail.com" ]
kimoto.yuki@gmail.com
e3b93520adfdce972785a069aa6d4147dd872410
8f611cd1dd176da9e7864678b1cf96a7d3f82b82
/extras/flirlipton/flirlipton.h
d01943bee0a636aaf831fe8872d96b33e9a66801
[ "BSD-3-Clause" ]
permissive
Ruphobia/mydev-esp-open-rtos
8fac89c75e3605ca7c87f5ef6df20bcba12c9138
c7429d33b262759ce9c734e7e3e37c7b92e66611
refs/heads/master
2020-04-17T11:59:17.384617
2016-10-17T04:08:50
2016-10-17T04:08:50
66,283,542
2
0
null
null
null
null
UTF-8
C
false
false
1,136
h
#ifndef FLIRLIPTON_H #define FLIRLIPTON_H #include <string.h> #include <stddef.h> #include <esp/spi.h> #include <lwip/sys.h> #define ADDRESS (0x2A) #define SYS (0x02) #define GET (0x00) #define VOSPI_FRAME_SIZE (164) #ifndef _USEGPIO_16_ #define _USEGPIO_16_ #define ESP8266_REG(addr) *((volatile uint32_t *)(0x600...
[ "jwoods@kbport.com" ]
jwoods@kbport.com
7a836539d7dce884c3ac46d7e9aa5a99e871fcfe
98cc0cf4dcc48e21e72d0fd0191548bd1ec841bb
/Source/FYCrash/Recording/FYCrashReportFixer.c
48027cc62a5ff7b0badf8d98499ebe7a74331303
[ "MIT", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
chan-park/KSCrash
5e0f909929697548c89e85e8f4248b5d5452343e
605d5580238198fbc42e1a5f1bf7a9fcdced2a3a
refs/heads/master
2020-03-20T15:29:00.608570
2018-06-18T18:27:02
2018-06-18T18:27:02
137,514,372
0
0
null
2018-06-15T17:20:15
2018-06-15T17:20:14
null
UTF-8
C
false
false
9,410
c
// // FYCrashReportFixer.c // // Created by Karl Stenerud on 2016-11-07. // // Copyright (c) 2012 Karl Stenerud. All rights reserved. // // 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 ...
[ "chanheepark807@gmail.com" ]
chanheepark807@gmail.com
2900b8d08abb3b872564795b02312cae49436982
fc8f608538c7964249a069801d5ab735e63be5c1
/alchemy/src/logic/clausehelper.h
de1832da89b8d7e2b675220e1fd775e5250438f6
[ "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause", "BSD-3-Clause" ]
permissive
rodrigoazs/todtler_experiments
a6daf0969f6f0ad91d353c7aff04d8397d25c1d5
6f435b88122ad5327ca82ce2d4af5d779ff81683
refs/heads/master
2020-04-10T02:16:19.935291
2019-08-18T20:05:59
2019-08-18T20:05:59
160,739,945
0
0
null
null
null
null
UTF-8
C
false
false
8,557
h
/* * All of the documentation and software included in the * Alchemy Software is copyrighted by Stanley Kok, Parag * Singla, Matthew Richardson, Pedro Domingos, Marc * Sumner, Hoifung Poon, and Daniel Lowd. * * Copyright [2004-07] Stanley Kok, Parag Singla, Matthew * Richardson, Pedro Domingos, Marc Sumner, Hoi...
[ "rodrigo4zevedo@gmail.com" ]
rodrigo4zevedo@gmail.com
19955ec0b26cc139d9723e4793b7bd77eba49af2
475eaaee9877661b84fd14d44744cd33de6d15ac
/code/HeatEqBoundaryElements/codegen/mex/TestBEM_mex/colon.c
51f44381b6d10d05d329d6ecb2e13ee1dda1d148
[]
no_license
ofirENS/TestFiles
e17c9880626b1e8b5441577b4de44079b4180549
0576f6330d6adde46161dc72fe2597f2fc4d9e6e
refs/heads/master
2021-01-18T23:27:16.659929
2016-05-08T20:58:06
2016-05-08T20:58:06
24,259,609
0
0
null
null
null
null
UTF-8
C
false
false
1,856
c
/* * colon.c * * Code generation for function 'colon' * */ /* Include files */ #include "rt_nonfinite.h" #include "Acoeff.h" #include "Aone.h" #include "Bcoeff.h" #include "Bone.h" #include "BoneStar.h" #include "Ccoeff.h" #include "Cone.h" #include "Dcoeff.h" #include "Done.h" #include "GetRegularizationTerm.h" ...
[ "ofirshukron@gmail.com" ]
ofirshukron@gmail.com
4878074571627f922715f20a71f91e4be24291d5
41d4b36578aea21e508228efb3760c0d6075b8b5
/0x07-pointers_arrays_strings/1-main.c
9fca7060a661b8d982493bf5a873b4d51f83dd15
[]
no_license
siira13/alx-low_level_programming
69946c911b2bfd1a1efcc146dbac40b212c0b7a8
3b2ef5468284fe839eaaae8ab0488b2ded27c960
refs/heads/main
2023-08-18T21:46:17.780379
2021-09-23T02:07:04
2021-09-23T02:07:04
400,766,806
0
0
null
null
null
null
UTF-8
C
false
false
911
c
#include "main.h" #include <stdio.h> /** * simple_print_buffer - prints buffer in hexa * @buffer: the address of memory to print * @size: the size of the memory to print * * Return: Nothing. */ void simple_print_buffer(char *buffer, unsigned int size) { unsigned int i; i = 0; while (i < size) { ...
[ "fikirross2010@gmail.com" ]
fikirross2010@gmail.com
bb00de5298601712ef9d70ee5e7e1d33ea20c7cb
7aca96a1bfb3af91346d4bbf419b8ccbd45c1e39
/include/parsing/fill_sheet.h
15a6f1035a6a772304ec1d2657b48f16005bb7af
[]
no_license
Yuruh/Raytracer
6143eeba37df47c2724b3f6baf8828306e026309
0839874892b4d721e670d46f5581be0408500181
refs/heads/master
2021-01-13T11:37:41.364134
2017-02-07T13:57:08
2017-02-07T13:57:08
81,212,730
0
0
null
null
null
null
UTF-8
C
false
false
391
h
/* ** fill_sheet.h for rt in /home/zanard_a/rendu/Projets_TEK1/MUL_2014_rtracer ** ** Made by Antoine Zanardi ** Login <zanard_a@epitech.net> ** ** Started on Tue May 26 13:13:49 2015 Antoine Zanardi ** Last update Tue May 26 13:21:14 2015 Antoine Zanardi */ #ifndef FILL_SHEET_H_ # define FILL_SHEET_H_ void fill...
[ "antoine.lempereur@epitech.eu" ]
antoine.lempereur@epitech.eu
8d91537c831418d82a239b02a6bef3039bd5092e
fa94d951ba6414611f3f7aa2b8e42d170b19e9de
/Err.h
223d49f9e08c7d732e9ed80edb248f42f1bdf644
[]
no_license
wzkDTerH/osproject_shell
816d605dc088feb85426e9b7b5710bcb424c958d
087bc4b1dd06c565c262591d8308eb4d5f515508
refs/heads/master
2021-01-01T03:52:14.834491
2016-06-10T10:11:37
2016-06-10T10:11:37
59,488,891
0
0
null
null
null
null
UTF-8
C
false
false
552
h
#ifndef __ERR_H_ #define __ERR_H_ /* 出现错误时的错误信息输出语句。 */ void Err(char errword[])/* 严重错误,输出信息后结束程序 */ { fprintf(stderr, "%s: %s\n",errword,strerror(errno)); exit(1); } void CmdFail(char *args[],char str[])/* 指令运行错误 */ { int i; fputs("shell",stdout); for(i=0; args[i]!=NULL; ++i) fprintf(stdout," %s",args[i]); ...
[ "694994343@qq.com" ]
694994343@qq.com
96c93d63ca10e97945d779d2d4ca4dc74e689d92
1fabbdfd1ca9ea1b6808893e12bd907eb74de414
/xcode/Classes/Native/AssemblyU2DCSharp_NcSpriteFactory_NcFrameInfo.h
7704fc278eb238caf55ec1e96c13d36f697a4c64
[]
no_license
Klanly/TutorialPackageClient
6f889e96c40ab13c97d107708ae8f3c71a484301
b9d61ba2f287c491c9565b432f852980ec3fee28
refs/heads/master
2020-12-03T01:42:35.256114
2016-11-01T02:40:21
2016-11-01T02:40:21
null
0
0
null
null
null
null
UTF-8
C
false
false
1,038
h
#pragma once #include <stdint.h> // System.Object #include "mscorlib_System_Object.h" // UnityEngine.Rect #include "UnityEngine_UnityEngine_Rect.h" // UnityEngine.Vector2 #include "UnityEngine_UnityEngine_Vector2.h" // NcSpriteFactory/NcFrameInfo struct NcFrameInfo_t5094 : public Object_t { // System.Int32 NcSpriteF...
[ "bu213200@gmail.com" ]
bu213200@gmail.com
54cd8409fd1d0380c11d05e5432364f49d8c8cad
9d3c737411e2447c38d06af61a0a3120b78e0de2
/ext/php-yaf-master/yaf_application.h
fe2523f3d69458e24017bc5f6382d542edefe373
[ "BSD-3-Clause", "BSD-4-Clause-UC", "Zlib", "ISC", "LicenseRef-scancode-other-permissive", "TCL", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "JSON", "LicenseRef-scancode-pcre", "blessing" ]
permissive
miaojuanfeng/new-php-syntax
9be454708d71f7e9fe277223ffcc6e7308416c76
38edb7689fbd4cb3913b50b0a2ec2593d914c6fa
refs/heads/master
2021-01-10T08:08:22.460919
2015-12-03T16:22:00
2015-12-03T16:22:00
46,851,586
1
0
null
null
null
null
UTF-8
C
false
false
1,650
h
/* +----------------------------------------------------------------------+ | Yet Another Framework | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundl...
[ "miaojuanfeng@qq.com" ]
miaojuanfeng@qq.com
9ff7e3f304d8b6e8f387721df959649f6e64ffdb
cd07051f8cf581cdc992e8bf4b3debbcacf25176
/EIFGENs/tictac/W_code/C20/ta1590d.c
ac7c9085fba8878eb9cf4db3e40c692c9b4dd61a
[]
no_license
hasahmad/TicTacToe
4084fb44a0309ad34adb040fb88e2127984c4108
1326d6498608b62786799f46808410f8355388e4
refs/heads/master
2020-03-29T17:56:35.370256
2018-09-25T00:45:31
2018-09-25T00:45:31
150,186,619
0
0
null
null
null
null
UTF-8
C
false
false
4,274
c
/* * Class TABLE [INTEGER_32, NATURAL_32] */ #include "eif_macros.h" #ifdef __cplusplus extern "C" { #endif static const EIF_TYPE_INDEX egt_0_1590 [] = {0xFF01,231,0xFFFF}; static const EIF_TYPE_INDEX egt_1_1590 [] = {0xFF01,247,1589,220,214,0xFFFF}; static const EIF_TYPE_INDEX egt_2_1590 [] = {0xFF01,1589,220,21...
[ "hasahmad@Hass-MacBook-Pro.local" ]
hasahmad@Hass-MacBook-Pro.local
c95d19db6c3bcf73c910077a0052bef61cbbb6b9
68ba3e7ef061dc205e54df042b1387f745cc77ae
/apilib/src/stvout/stvout.h
315063eaaf3dfa989669274996c188eb0fd129e9
[]
no_license
huangyt/beijing-7101
1d731f91f070f036a9181f761aa973aa2237eef1
ca19376a2035d7c39a0093b949b18f381844c92b
refs/heads/master
2020-12-26T10:29:58.879751
2013-09-20T07:42:12
2013-09-20T07:42:12
null
0
0
null
null
null
null
UTF-8
C
false
false
24,383
h
/************************************************************************ File Name : stvout.h Description : Exported types and functions for 'Video Out' driver COPYRIGHT (C) STMicroelectronics 2003 Date Modification Name ---- ------------ ...
[ "hechuan13397@163.com" ]
hechuan13397@163.com
4a27f25dab3fc6310885aa796b4aaac920fc017f
e87438afbd72b05b373d69f8562e211f72a333b1
/lib/libc/locale/global_locale.c
20292afa688e972fae8cbf75edf85b411153097e
[]
no_license
VargMon/netbsd-cvs-mirror
107723cf443ee28239b20170f76ad09856e734ef
9a47ab5995719de8481b4f892df0777853dd6915
refs/heads/master
2021-01-21T08:01:22.402724
2015-07-27T05:34:00
2015-07-27T05:34:00
39,753,822
0
0
null
null
null
null
UTF-8
C
false
false
5,775
c
/* $NetBSD: global_locale.c,v 1.12.2.1 2013/09/07 16:11:41 bouyer Exp $ */ /*- * Copyright (c)2008 Citrus Project, * 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...
[ "VargMon@users.noreply.github.com" ]
VargMon@users.noreply.github.com
3d4c31e1fea50a11fa7f634af22ce625d79e6953
911d73509b3011423e82b50bb78f2610df919a58
/Callisto/synergy/ssp/src/bsp/mcu/all/bsp_delay.c
7eccd428a3e0017d83e1d1faae7c848e8e12ef41
[]
no_license
NYUAD-LabOps/Callisto
3e30fbf0947d42d185c656d5da36c91a8effea4c
38e38e0672901cd6681dea5f5c471b5a3ed6e0c0
refs/heads/master
2023-05-13T11:25:20.076660
2021-06-07T02:04:58
2021-06-07T02:04:58
301,600,275
0
0
null
null
null
null
UTF-8
C
false
false
10,628
c
/*********************************************************************************************************************** * Copyright [2015-2017] Renesas Electronics Corporation and/or its licensors. All Rights Reserved. * * This file is part of Renesas SynergyTM Software Package (SSP) * * The contents of thi...
[ "cdavis0" ]
cdavis0
5be43e3d641c3e0e685be584930a7e5de7d487dd
5ccaeb278ef69bf41d803f9bf339101c39bf2136
/framework/peripheral/eth/processor/eth_p32mx275f256d.h
f507f4b09b90a9238651cbfc77b9bdac862ff00d
[]
no_license
Mytrex/Harmony
6de69d5ebbb8cb7769a9ee7bd0330264c1d6ed3a
32dceb018139e59a12c26044b9f0252d1c0d67c9
refs/heads/master
2021-03-16T09:42:26.915713
2016-11-02T08:25:20
2016-11-02T08:25:20
71,403,438
0
1
null
null
null
null
UTF-8
C
false
false
27,672
h
/* Created by plibgen $Revision: 1.31 $ */ #ifndef _ETH_P32MX275F256D_H #define _ETH_P32MX275F256D_H /* Section 1 - Enumerate instances, define constants, VREGs */ #include <xc.h> #include <stdbool.h> #include "peripheral/peripheral_common_32bit.h" /* Default definition used for all API dispatch functions */ #ifnd...
[ "jared@mytrexinc.com" ]
jared@mytrexinc.com
3ce011f9c2a957b19725d242dd376c32d414d821
3a0690ccadd035cd32129011d780080bb9f9456e
/TSE/tse/lib/memory/memory.c
a5a892c3d411fe899de427143098fddc39e06b77
[]
no_license
Mike989898/School_Projects
b929491b2ded43827fb907c5733b82275c4cb6b8
d160d7a3e776acdbb3b8f283bd7ddcc920570480
refs/heads/master
2021-01-15T16:47:58.607936
2017-08-14T17:22:45
2017-08-14T17:22:45
99,725,664
1
0
null
null
null
null
UTF-8
C
false
false
1,889
c
/* * memory - count_malloc and related functions * * see memory.h for file and function documentation. * * David Kotz, April 2016 */ #include <stdio.h> #include <stdlib.h> #include "memory.h" /**************** file-local global variables ****************/ // track malloc and free across *all* calls within th...
[ "michaelkilgore@Michaels-Air.fios-router.home" ]
michaelkilgore@Michaels-Air.fios-router.home
0a1ce95040268a8f9bf03b7ba32e120ec805e4be
b5b37f5185bf9d137a6b544aa99df6e505c834d9
/libft/ft_putchar.c
c224f12e6599dab24f26e1943e99528854fe60ff
[]
no_license
Safouak/get_next_line
ebe67c1402379cb4c501be3beddbc33e9b23f2e9
b7412d3242f3a827688c5766ce9ac5ffa1dcf263
refs/heads/master
2020-09-11T04:45:46.267649
2019-11-15T14:44:30
2019-11-15T14:44:30
221,942,939
0
0
null
null
null
null
UTF-8
C
false
false
958
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putchar.c :+: :+: :+: ...
[ "souakrim@e1r5p9.42.fr" ]
souakrim@e1r5p9.42.fr
67e7617461ef66b75589251a848fc0e9ad0692fe
a32f762fb1a12cd306620ea8e71c951b8aa8f354
/IPC/mac_client_postbox.h
a670c6d599281b711f641e6c788885dcfc83fe91
[]
no_license
suyash-chavan/Ethernet-OAM
241a7b1ec7ea5e8b9ce13c02b0c333798bf26a32
c1d2f6e8eae6dd55279f38794c44f96ebbc7a3da
refs/heads/master
2023-06-11T05:44:25.882947
2021-07-01T20:02:03
2021-07-01T20:02:03
297,115,725
2
1
null
null
null
null
UTF-8
C
false
false
755
h
key_t key_mac_client; int msgid_mac_client; struct _message message_get_mac_client; void init_mac_client_postbox() { system("rm -f MAC_CLIENT"); system("touch MAC_CLIENT"); msgctl(msgid_mac_client, IPC_RMID, NULL); } void set_mac_client_postbox() { key_mac_client = ftok("MAC_CLIENT", 65);...
[ "astrome@localhost.localdomain" ]
astrome@localhost.localdomain
c76a11e32be5723073460b17b08042e495775f34
5dc2136fe22822cce5cd521ecaddcdb20d9b11a4
/Quintic Corporation Software/Quintic Corporation/QBlue-1.3.2/Projects/BLE/src/fw/llm_task.h
351cf5d4eae955ab84415a7330bdb94ba7d266b8
[]
no_license
GurjeetSPannu/WearWare-BTLE
e5cb0269ce0d78431e45c33ed57a378559b50532
d1607d6e02e16d729d28e8e2fbeb6254b24d5699
refs/heads/master
2021-01-10T17:46:48.344301
2016-03-30T21:18:46
2016-03-30T21:18:46
55,094,409
1
0
null
null
null
null
UTF-8
C
false
false
5,153
h
/** **************************************************************************************** * * @file llm_task.h * * @brief LLM task header file * * Copyright (C) RivieraWaves 2009-2012 * * $Rev: $ * **************************************************************************************** */ /** **********...
[ "singhg@pakak.eecs.oregonstate.edu" ]
singhg@pakak.eecs.oregonstate.edu
ba55b91681c2602e61733ae3656633f2b84bd34b
78fc91700a8d421e0c5d41c8e6887f09d6569909
/src/libnsss/nsss_all_getgrent_r.c
8cdcad6cc1509e5058b539af1c545ebb113da6ec
[ "ISC" ]
permissive
adisheshsm/nsss
a6969bf9b2ecf843dd707b7f51561969012715f2
33e4429e536bcaaf27f70ca245fe0c071dff2c1c
refs/heads/master
2020-04-21T02:51:30.561121
2019-01-15T16:14:20
2019-01-15T16:14:20
null
0
0
null
null
null
null
UTF-8
C
false
false
1,154
c
/* ISC license. */ #include <errno.h> #include <skalibs/stralloc.h> #include <skalibs/genalloc.h> #include <nsss/config.h> #include <nsss/grp-unix.h> #include <nsss/grp-all.h> #include <nsss/nsss-switch.h> #include "nsss-internal.h" #include "nsss-switch-internal.h" #include "nsss-all-internal.h" int nsss_all_getgren...
[ "ska-skaware@skarnet.org" ]
ska-skaware@skarnet.org
c08f0c1eb6a62908adbf3724903c3e3d9387556a
c424719ada211184c408c04b464f4db69ae06ac7
/ConsoleApplication1/stdafx.h
294837b7949f14c204a042290cb70c092376d5e4
[]
no_license
seafield1979/TestCpp
862cb5fb297599ec482c501f0931046f75bddcd5
53685b0370722108d55ce1515b4d2da28460d80c
refs/heads/master
2021-09-13T22:34:35.736683
2017-09-28T07:58:44
2017-09-28T07:58:44
105,087,117
0
0
null
null
null
null
SHIFT_JIS
C
false
false
474
h
// stdafx.h : 標準のシステム インクルード ファイルのインクルード ファイル、または // 参照回数が多く、かつあまり変更されない、プロジェクト専用のインクルード ファイル // を記述します。 // #pragma once #include "targetver.h" #include <stdio.h> #include <tchar.h> #include <string.h> #include <stdlib.h> // TODO: プログラムに必要な追加ヘッダーをここで参照してください
[ "seafield1979@gmail.com" ]
seafield1979@gmail.com
b5970a9f8601c7bbfa6ede585507217f2550b85d
0508e0be61270082eb6d1eed832a66896ed72255
/src/main.c
332c643d4057c1e95ecce5fba8156508eca78a26
[]
no_license
aince24/5.1.-8-Bit-ADC-Data-Reading
4a706a33dda338552d553f139c92ef8600ab21ae
bee750ecb70e930f00b2ef41d6f745dcbe93821c
refs/heads/main
2023-02-16T01:52:55.518734
2021-01-18T00:06:19
2021-01-18T00:06:19
330,512,659
0
0
null
null
null
null
ISO-8859-9
C
false
false
1,592
c
#include "stm32f4xx.h" #include "stm32f4_discovery.h" uint8_t PotAdcData; GPIO_InitTypeDef Pot; ADC_InitTypeDef Adcstruct; ADC_CommonInitTypeDef AdcCommonstruct; void config(){ //Databus config RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOA,ENABLE); RCC_APB2PeriphClockCmd(RCC_APB2Periph_ADC1,ENABLE); //Pot conf...
[ "59874069+aince24@users.noreply.github.com" ]
59874069+aince24@users.noreply.github.com
912a939e4e677b45c0ab639d962247d58be5aec1
35994567d3e9c618e05301131c581d85146d4e78
/libc/include/generic-glibc/netrose/rose.h
9a1fd4e4e3a13588a0026fe352fe8e4d4a8b322e
[ "MIT" ]
permissive
theGreenJedi/zig
2289728afdb79e3c49167b6023d130a556fca1a8
b109155528e19a181b123ef08667a415c5664320
refs/heads/master
2020-06-15T05:44:18.030380
2019-07-04T04:35:47
2019-07-04T04:35:47
195,216,727
2
0
MIT
2019-07-04T09:59:19
2019-07-04T09:59:18
null
UTF-8
C
false
false
3,182
h
/* Definitions for Rose packet radio address family. Copyright (C) 1998-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Fr...
[ "andrew@ziglang.org" ]
andrew@ziglang.org
3acaf41b125a439f10de0a03d09bd050f88418b7
d197690c51180a40755255a8073ef437ea2ca145
/generated_circuits/c_circuits/hier/s_wallace_cska8.c
5383bdd52ebd0fcc940fdd089f0ded6c1839a05a
[]
no_license
ehw-fit/ariths-gen
0d51594ba3e20a54d5bc4cb9ee7f23365d38e2a4
cf747918bffabe9427dca222931210e42492e002
refs/heads/main
2023-05-01T06:18:46.964415
2023-02-24T13:12:40
2023-02-24T13:12:40
378,086,723
16
0
null
2023-03-23T06:53:56
2021-06-18T08:36:34
C
UTF-8
C
false
false
42,829
c
#include <stdio.h> #include <stdint.h> uint8_t and_gate(uint8_t a, uint8_t b){ return ((a >> 0) & 0x01) & ((b >> 0) & 0x01); } uint8_t xor_gate(uint8_t a, uint8_t b){ return ((a >> 0) & 0x01) ^ ((b >> 0) & 0x01); } uint8_t or_gate(uint8_t a, uint8_t b){ return ((a >> 0) & 0x01) | ((b >> 0) & 0x01); } uint8_t ...
[ "noreply@github.com" ]
ehw-fit.noreply@github.com
e8167220e3d4093f790f8dc9b0a42d7acc88e9a1
8bd4e96e9afc4214582f696a5867aaf5b69b512c
/hw2/hw2_P52.c
0acd16e4edc02d2f18cad8381c1c1b5f1b33ceba
[]
no_license
d0n601/CSUS-CSC152
997486331ca1d3ce62728a6d2d0bd1e05959b3b3
1d155a12bf949fc9251648df4a158dc1191fb370
refs/heads/master
2020-03-28T16:49:44.423181
2019-01-03T23:24:48
2019-01-03T23:24:48
148,732,773
2
0
null
null
null
null
UTF-8
C
false
false
1,662
c
/** * @file hw2_P52.c * @author Ryan Kozak <ryankozak@csus.edu> * @author #6016 * @date 28 Sep 2018 * * @section DESCRIPTION * * @brief CSC 152 HW2 P2. * * Compile: gcc hw2_P52.c -std=c99 -W -Wall -pedantic -c * * This program was written for homework 2. It implements * the psudocode given in class for th...
[ "ryankozak@csus.edu" ]
ryankozak@csus.edu
21d31a07578877dd8df3e20d56228630a1c84dd7
303bb5ed4ee3a32c4baca7f7badba6dbda118fe2
/a5/a5_p10.c
c94bb811806f34ec2513e36d6cd65671aac79e83
[]
no_license
jonabako/Programming-in-C
f9e0ec198b78ff128348c6ac5a5ad841c7bc5802
bd4731adcb7ea758d153918299959a9dce3ae54b
refs/heads/main
2023-06-28T13:12:59.438296
2021-07-29T15:22:40
2021-07-29T15:22:40
389,150,731
0
1
null
null
null
null
UTF-8
C
false
false
271
c
#include <stdio.h> void recursive(int n); int main(){ int n; scanf("%d", &n); recursive(n); return 0; } void recursive(int n){ if(n>1){ printf("%d, ", n); recursive(n-1); } else if(n==1) printf("1\n"); else printf("Invalid value!\n"); }
[ "noreply@github.com" ]
jonabako.noreply@github.com
8ceee0ce6cb4e34d2c96f16912a3ec335df224ef
9a3e81788b83f2a91ddc1cd7d22bf47afbcfc642
/CharAR/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Collections_Generic_Dictionary_2_Tr774063298MethodDeclarations.h
265387e6c434db532f457de457a92d4852999e28
[]
no_license
EasonTianyiZhang/CatchMeIfYouCan
519cffd319201f947aeb535cd6f52ad244170a4e
fd2603bb06a5857b6ab20aade73c25590a38a6ae
refs/heads/master
2021-01-18T19:48:26.536899
2016-09-26T23:34:20
2016-09-26T23:34:20
69,297,181
1
3
null
2016-09-26T23:32:20
2016-09-26T22:13:16
null
UTF-8
C
false
false
2,173
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" #include "mscorlib_System_Collections_Generic_Dictionary_2_T1643741485MethodDeclarations.h" // System.Vo...
[ "gxy26904@gmail.com" ]
gxy26904@gmail.com
6ba807419af2643e6dbf453faf483ff2314c7937
9984cf39a4ca67c35f3fbdb6ce96c1d5630663e2
/apps/evmc/likely.h
d30a29eb7a6b32aa23ff4450b86b245efedb8172
[ "BSD-3-Clause" ]
permissive
Qihoo360/evpp
89e7f24793a65e183edee6965fc71e3930073585
477033f938fd47dfecde43c82257cd286d9fa38e
refs/heads/master
2023-08-25T04:46:21.628781
2022-11-06T10:33:10
2022-11-06T10:33:10
83,792,790
3,665
1,074
BSD-3-Clause
2023-08-02T07:15:36
2017-03-03T11:46:03
C++
UTF-8
C
false
false
254
h
#pragma once #undef LIKELY #undef UNLIKELY #if defined(__GNUC__) && __GNUC__ >= 4 #define LIKELY(x) (__builtin_expect(((bool)(x)), 1)) #define UNLIKELY(x) (__builtin_expect(((bool)(x)), 0)) #else #define LIKELY(x) (x) #define UNLIKELY(x) (x) #endif
[ "zhangke-s@360.cn" ]
zhangke-s@360.cn
2fe19883288969f77f27ad7f4ea2ab63b50581c7
2a97852572aee0c7b767c87cd4f4124ba86fd2b2
/DLL/globldef.h
e41b9d55647e68546a7a71ef1075d3945491a10d
[]
no_license
leduong92/C-Project
d6f80b0d68ae8365d83b65287e6a8f51d8e4ecc0
c6e5a4c0c03bd697e3199151e98e8e5a27b35bde
refs/heads/master
2020-09-03T11:26:46.274242
2019-11-04T08:28:50
2019-11-04T08:28:50
219,452,163
0
0
null
null
null
null
UTF-8
C
false
false
1,292
h
#ifndef GLOBAL_VARIABLES_H #define GLOBAL_VARIABLES_H //=================================================================================================================== // FileName :globldef.h //=================================================================================================================== //#...
[ "11810677@nok.com.vn" ]
11810677@nok.com.vn
c1577bd8de292b9c0ad1d5e1cf981e2b54085b4c
0cb526e718aa48a55cf1d97882674f3911fc6b97
/Examples/Simulink_demo/Source_ert_rtw/Source.c
fe3af4141806f4cad3b53ff709354b11c1f7061c
[]
no_license
Noctegra/NSG
c3e1e2d89928d357f0d9024a2345abb398271f67
fc32879624fa6d847a9476323711815655bc6895
refs/heads/master
2020-03-21T04:58:55.939049
2019-02-11T19:58:30
2019-02-11T19:58:30
138,137,806
5
0
null
null
null
null
UTF-8
C
false
false
3,419
c
/* * File: Source.c * * Code generated for Simulink model 'Source'. * * Model version : 1.32 * Simulink Coder version : 8.4 (R2013a) 13-Feb-2013 * TLC version : 8.4 (Jan 19 2013) * C/C++ source code generated on : Thu Apr 03 23:17:23 2014 * * Target select...
[ "kngo@kth.se" ]
kngo@kth.se
f9a368679831ff677158ccafe94017c3bf4b004b
c4edf56d4dac8717baa9bf95491cfd1b4a550594
/source/resources/librtlsdr/rtlsdr_i2c.h
bfe2f0d5f0d6e28497b97aa21b7df2ae8993dd49
[]
no_license
thenatefisher/stm32_rtlsdr_fm_radio_receiver
bc826094da140d0687a72f5a6d03a6f16b3bb836
673c2d0739f53c57c0162314a8709893c0bc5778
refs/heads/master
2020-04-11T20:28:34.127073
2016-09-14T18:24:24
2016-09-14T18:24:24
68,136,011
11
3
null
null
null
null
UTF-8
C
false
false
250
h
#ifndef __I2C_H #define __I2C_H #include "trace.h" uint32_t rtlsdr_get_tuner_clock(void *dev); int rtlsdr_i2c_write_fn(void *dev, uint8_t addr, uint8_t *buf, int len); int rtlsdr_i2c_read_fn(void *dev, uint8_t addr, uint8_t *buf, int len); #endif
[ "nate.scott.fisher@gmail.com" ]
nate.scott.fisher@gmail.com
2d99d972914bebe5c9908612393ccc0affbf6890
79450c41e6f39ad63004a3df8ae7e7c23820f166
/ble_peripheral/ble_app_tuds/ma_join.c
278b75949953dc0afa356126c6caf6c1ef8ba9c7
[]
no_license
Stupid-Git/s140v13
3e2023070e46fd0f68faee69c606b573c43623e7
f12051034efd503d8719f913f81a26ed2b989366
refs/heads/master
2021-01-11T14:06:22.532536
2017-04-17T23:57:15
2017-04-18T00:08:40
94,964,976
0
0
null
null
null
null
UTF-8
C
false
false
2,637
c
#include "myapp.h" /*V13 TODO void BlkDn_unlockStateMachine(void); extern uint8_t m_blkDn_buf[]; extern uint16_t m_blkDn_len; void BlkUp_Go( uint8_t *pkt, uint16_t len); V13 TODO*/ //#include "app_tuds.h" //----------------------------------------------------------------------------- //-------------------------...
[ "karepon@gmail.com" ]
karepon@gmail.com
77b8504d135e49bef0cbc31cb38b240f3b3b4b14
1ffab55d5883014969765bf6ff34caedd9bbac24
/src/ls_simple.c
03457812c20017bc0a5c203fdf8c4683e5083ee6
[]
no_license
Oussamazz/ft_ls
27bac8efc1ae1324728db9b674932a83afc9708b
c342e5587005d118782338304d94550f83386c83
refs/heads/master
2020-08-18T17:23:17.613050
2019-12-19T21:41:54
2019-12-19T21:41:54
199,473,774
0
0
null
null
null
null
UTF-8
C
false
false
1,964
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ls_simple.c :+: :+: :+: ...
[ "oelazzou@e1r9p1.1337.ma" ]
oelazzou@e1r9p1.1337.ma
bdb02c815ba5906727ace266735b9dd21feaef7e
b92dcef00de9588ef45bf7056a4a208de0b904cb
/finite-volume/source/operators/boundary_conditions.c
261b98418b8dce86e4bdfdbccd0b285034fe827b
[ "BSD-2-Clause" ]
permissive
ucb-sejits/hpgmg
8de87c38471daeedafe06e19132cf773cd3266c7
7fed6e3cf493ee66af61bd85d60b20fa16360178
refs/heads/master
2021-01-19T11:21:05.637272
2015-01-22T04:36:36
2015-01-22T04:36:36
34,916,589
1
0
null
null
null
null
UTF-8
C
false
false
9,305
c
//------------------------------------------------------------------------------------------------------------------------------ // Samuel Williams // SWWilliams@lbl.gov // Lawrence Berkeley National Lab //------------------------------------------------------------------------------------------------------------------...
[ "swwilliams@lbl.gov" ]
swwilliams@lbl.gov
da0058e7fbcc4a17257c97ff98184d221b370f04
54df34456482b70bb4fdc429d7d3c56ecaf7d431
/src/distributions/exponential/exponentialDistribution.C
303f079925c7f3b4160db75860a850c982aeb838
[]
no_license
LSJ0910/IBMFoam
36b9775d54e06650ed830512b56f2af4925a8aa4
57fe75a46e3027182614c032451c8378cb8857ff
refs/heads/master
2021-09-26T20:05:36.523543
2018-11-01T21:02:43
2018-11-01T21:02:43
null
0
0
null
null
null
null
UTF-8
C
false
false
2,502
c
/*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation \\/ M anipulation | --------...
[ "jheylmun@iastate.edu" ]
jheylmun@iastate.edu
ec5a1cf23e56373b5102a970039922bf4bc8d32f
2ba48648eefadee113a7c2f5d608cab5209c3a8b
/Unit&Func Test/单元测试文档/CagOS构建环境所用代码/libc/Project2/src/random.c
a10cc6062f1b48b5af5fed65f321062a6a978b7c
[]
no_license
wangdong412/Consen-SIS
879762175575d0a62f26ec1effeb46c3fd62e3e8
bca3fac35c961c3558a3438bca55e6d20825da3a
refs/heads/master
2020-07-11T05:17:18.814104
2019-08-27T09:41:41
2019-08-27T09:41:41
204,450,874
1
5
null
null
null
null
UTF-8
C
false
false
1,578
c
/* Copyright (C) 1995 Free Software Foundation*/ #include <libc/rand.h> /* Linear congruential. */ #define TYPE_0 0 #define BREAK_0 8 #define DEG_0 0 #define SEP_0 0 /* x**7 + x**3 + 1. */ #define TYPE_1 1 #define BREAK_1 32 #define DEG_1 7 #define SEP_1 3 /* x**15 + x + 1. */ #define TYPE_2 2 #define ...
[ "wangdong412@163.com" ]
wangdong412@163.com
beb3a8ad8b515566bfa3912b672e0093615b73c8
83b8b30ebb633eecd29ca0a7a20cc43a293c9333
/ports/espressif/peripherals/esp32/pins.c
9bf00a0e565eb1d044456709994e2a5cc161ebb4
[ "GPL-1.0-or-later", "MIT" ]
permissive
adafruit/circuitpython
430ec895149d1eb814b505db39b4977a35ee88a7
506dca71b0cbb7af749bb51f86b01021db5483b3
refs/heads/main
2023-08-21T16:30:46.781068
2023-08-20T00:39:44
2023-08-20T00:39:44
66,166,069
3,806
1,560
MIT
2023-09-14T19:23:51
2016-08-20T20:10:40
C
UTF-8
C
false
false
4,370
c
/* * This file is part of the Micro Python project, http://micropython.org/ * * The MIT License (MIT) * * Copyright (c) 2020 Scott Shawcroft for Adafruit Industries * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Softwa...
[ "halbert@halwitz.org" ]
halbert@halwitz.org
3e6baa0364e7599f46a0589db20e43ebe5597156
0e26cd48b9ff30ba4afbea984c22654c0e98dde0
/cdemo/inputareaofcircle.c
3582c55c96f4209336857d5c13c9601cc54d9a2c
[]
no_license
ernestl123/apcsp-pidev
b12d3944d8712a4fb91936574a50bd8d3d66dbf0
4259bffda4f5e86b0f56f44c1563995f6b1b89e8
refs/heads/master
2020-03-18T07:45:14.159477
2018-06-06T20:39:15
2018-06-06T20:39:15
134,471,309
0
0
null
null
null
null
UTF-8
C
false
false
519
c
#include <stdio.h> float radius; float range; int i = 0; int getrange() { printf("number of radiuses you want\n"); scanf("%d\n", &range); return range; } int Circle () { int area; printf("radius= \n"); scanf("%d", &radius); area=3.14*radius*radius; radius++; return area; }...
[ "ernestl8502@gmail.com" ]
ernestl8502@gmail.com
29d134f80b9e56644892b77f4bfa2ac68ce91a77
19e356aa308d3adef259a912b29950a3af37a2e2
/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Collections_Generic_List_1_gen_32MethodDeclarations.h
9055725e5e95174de352cba88b5939659de6e4c8
[]
no_license
minuJeong/AcocGame
87314d914b72290fff347cc590ae03669d10d6ba
24eeaba66393890998d55a633fcbd17d984549b4
refs/heads/master
2021-03-12T23:51:57.818655
2015-03-29T12:44:58
2015-03-29T12:44:58
32,936,460
1
0
null
null
null
null
UTF-8
C
false
false
15,097
h
#pragma once #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" // System.Collections.Generic.List`1<LitJson.PropertyMetadata> struct List_1_t962; // System.Object struct Object_t; // System.Collections.Generic.IEnumerable`1<LitJson.PropertyMetadata> struct IEnumerable_1_...
[ "minu.hanwool@gmail.com" ]
minu.hanwool@gmail.com
e86fab971ecb32e645f39ace3d534663d5ffa606
aee7779a50abd3e2a571863770f07f700e05ab3b
/Kolokwium2/calcSocketUnixDGram/sender.c
1e5bbc2bca790f84108594a6707dfb934079c0a1
[]
no_license
Ra77us/SysOpy
911ccfa692933aa4f0f9a9257f78ad510cd4d53d
dd3afa58df3ff44133e7ce7693e377deb077ca18
refs/heads/main
2023-06-14T12:15:31.061190
2021-07-08T08:53:22
2021-07-08T08:53:22
383,754,148
0
0
null
null
null
null
UTF-8
C
false
false
1,283
c
#include <sys/socket.h> #include <sys/un.h> #include <stdio.h> #include <string.h> #include <unistd.h> #include <errno.h> #define UNIX_PATH_MAX 108 #define SOCK_PATH "sock_path" int main(int argc, char *argv[]) { if(argc !=2){ printf("Not a suitable number of program parameters\n"); return(1); } ...
[ "noreply@github.com" ]
Ra77us.noreply@github.com
b5ed14f204c9707c49df5ab6bf5df2298479021c
a95411e065962f8c038a22de4518f52520bd0ee5
/dijkstra_algorithm/dijkstra_algorithm.h
0ae92ff6e116667c69065bcd259c3ca5b20b5b2e
[]
no_license
wobuchiroubao/Algorithms
7f080440d7867d2f7208733fd38de54a27541f57
9178eb212ed9280b8bb4b2ea0c2639c79fc08251
refs/heads/master
2023-07-03T07:42:18.284648
2021-08-09T19:42:48
2021-08-09T19:42:48
394,410,457
0
0
null
null
null
null
UTF-8
C
false
false
659
h
#ifndef DIJKSTRA_ALG_H #define DIJKSTRA_ALG_H #include <stdio.h> struct Sec_Node { int num; int way_len; struct Sec_Node* next; } typedef Sec_Node; //------------------------ struct Fir_Node { Sec_Node* head; int weight; int visit; int prev; } typedef Fir_Node; //------------------------ struct Bonds { Fi...
[ "" ]
0764ba758d28ccf34ee9275d5773d0e3dccd252b
c15613b335437073cfc4adf410a451642dbc379a
/HARDWARE/MT9V034/mt9v034.c
78c4b9f80f8d4bc1a8eff0130de5e39f8b7c15d1
[]
no_license
HarryZeng/ApolloOpen
7de1e35178d4a92519ed46f3b6635242a4a2ccf0
5978a46bbf146def3c8056658625afdb28f92392
refs/heads/master
2021-04-06T00:15:30.306161
2018-04-28T17:10:07
2018-04-28T17:10:07
124,059,495
0
0
null
null
null
null
GB18030
C
false
false
21,790
c
/**************************************************************************** * * Copyright (C) 2013 PX4 Development Team. All rights reserved. * Author: Laurens Mackay <mackayl@student.ethz.ch> * Dominik Honegger <dominik.honegger@inf.ethz.ch> * Petri Tanskanen <tpetri@inf.ethz.ch> * Samuel Zi...
[ "461635872@qq.com" ]
461635872@qq.com
e53bde014be9657e6765e1085107991a13a092d9
06ba0a7e54391ee76524b12775f9cd4b62120d75
/src/app/src/driver/Pulse_Driver.h
09256eb537e860fd0d34d382201f436813f9e89d
[]
no_license
jerryxiee/EQ
7a05937140947a576e90675bbedb952d888d3aa1
71ecb26e0af0d8e0b27eebcbd15dc76bcfe979ea
refs/heads/master
2021-10-08T09:02:55.583161
2018-12-10T06:58:00
2018-12-10T06:58:00
null
0
0
null
null
null
null
GB18030
C
false
false
2,678
h
#ifndef __PULSE_DRIVER_H #define __PULSE_DRIVER_H #define PULSE_EXTI_LINE EXTI_Line10//脉冲输入引脚为外部中断2 /********************************************************************* //函数名称 :Pulse_Init //功能 :脉冲模块初始化 //输入 : //输出 : //使用资源 : //全局变量 : //调用函数 : //中断资源 : //返回 : //备注 : // : *********************************...
[ "879258584@qq.com" ]
879258584@qq.com
0c336df9c1b2dfb4444c7f2ca1bbed562baec75b
6aaf05a6671833cecf37b437de97dc9589963067
/Assingment 1 Stage 2 (COMP202)/stage2.c
5139dc6a7a39b8db824d8947962300f5beb4ed7e
[]
no_license
arman1996/Data-File-Lab-COMP202-
95c2e1bb529e59bbef7ac933b7b165cf9488637a
765d3110291e2c92444f859c6530ad5cd39e69e0
refs/heads/master
2020-04-06T13:27:19.048628
2018-11-14T06:21:11
2018-11-14T06:21:11
157,500,895
0
0
null
null
null
null
UTF-8
C
false
false
2,377
c
#include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include <stdint.h> struct Collection{ bool jail; // Boolean int holiday; char vase; unsigned long cherries; short int exchange; // Boolean bool frogs; // Boolean bool waves; // Boolean int girl; // Boolean unsigned short i...
[ "noreply@github.com" ]
arman1996.noreply@github.com
d8a98516f1e430a6b79a7f93899e4bc408af73d2
68579ae8184afcf89dcbcee9e68491a1588d940e
/base.h
75f5b90a48efc70a2ea9cc39f2fee476ec4e4ade
[]
no_license
plujon/minmail
2f5a967f27631431e36ba5c460ff5a87e9459cd0
de144b32d3e5386c088c2a7f2cda3034e89b0fcf
refs/heads/master
2023-07-12T07:51:59.674081
2021-08-24T15:05:35
2021-08-24T15:05:35
399,511,289
1
0
null
null
null
null
UTF-8
C
false
false
1,545
h
#pragma once #define _GNU_SOURCE 1 #include <glib.h> #include <gmime/gmime.h> #include <errno.h> #include <fcntl.h> #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/stat.h> #include <sys/types.h> #include <unistd.h> typedef struct a_mail_file { const char *path; cons...
[ "jon@pluckeye.net" ]
jon@pluckeye.net
4ff8066bb890f6ef07dc81f9ce07d3002efa4cb5
6f3025e84575d245f876c94f4b71dfd1e934f54a
/02_libft/main1.c
f6bf80ed7d7796973f614eb881b8fa442636c19f
[]
no_license
kemesure/42
9eaf10b681c6876c8f7f46fcc41bfdc4f2be64cd
d72394fc02f973672b6a90935f1492d33a19bea7
refs/heads/master
2021-09-16T06:03:46.146032
2018-06-17T18:23:25
2018-06-17T18:23:25
109,995,792
0
0
null
null
null
null
UTF-8
C
false
false
22,476
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main1.c :+: :+: :+: ...
[ "kemesure@e3r11p22.42.fr" ]
kemesure@e3r11p22.42.fr
b95ba31fdd59b18070f7ae865284a1c17e4e8cd0
f2b23e5ce913aac04d18cbb5cd5b1be771ae0146
/QueuePriority/QueuePriority/Queue.h
5d7029097b36003076f72c3a27fb5c9d669e7288
[]
no_license
aboozaid/data-structures
a83c80d1110756ef375541fdd89a5465c0982b8e
df4ae17e4ec25417128313b7121ba54d83c341d1
refs/heads/master
2021-09-09T15:58:32.942849
2018-03-17T16:03:33
2018-03-17T16:03:33
null
0
0
null
null
null
null
UTF-8
C
false
false
389
h
#pragma once #define MAXQUEUE 50 struct process { int id, priority; }; typedef process QueueEntry; typedef struct queue { int front, rear, size; QueueEntry entry[MAXQUEUE]; }Queue; void CreateQueue(Queue *); void Enqueue(QueueEntry, Queue *); void Dequeue(QueueEntry *, Queue *); void TraverseQueue(Queue *, void(*d...
[ "assemmohamed5@fci.helwan.edu.eg" ]
assemmohamed5@fci.helwan.edu.eg
4befc7f222e9f179720515801e1f1bb5fc602ca5
826ca0aa6f34364e3f896bdaa1ae863b0f35eff4
/cancellation.h
682398d7a210210e48a31793455c54203b8694e6
[]
no_license
Dhanush-arch/Railway-Reservation-System
f14352592ef3d949f62a5325cf5ef84f4c8efbad
4eb50744415ad4e8a4492c4be6cc4a09e4e15c31
refs/heads/master
2022-08-14T00:08:54.451608
2020-05-26T08:41:24
2020-05-26T08:41:24
266,987,691
0
0
null
null
null
null
UTF-8
C
false
false
38
h
extern int cancel(int id,booking *b);
[ "noreply@github.com" ]
Dhanush-arch.noreply@github.com
2dc7a14473aa79c530ab5c0bceae434d232779ee
97ac5e15bb723f852f86bd7f7acee85fbfcccc37
/src/mame/drivers/segae.c
e1f745749217a463ba966d32a8b15ced1a87deb3
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
r-type/mame2009-libretro
e2b306b9909bf88407db0abfcd27b9a22de7d08b
45048806fbc0fea82709a75a523f2eda945e0a47
refs/heads/master
2021-01-22T18:02:03.324079
2017-09-24T12:15:24
2017-09-24T12:15:24
100,746,208
1
2
null
null
null
null
UTF-8
C
false
false
40,847
c
/* Sega System E */ /* Sega System 'E' is a piece of hardware used for a couple of Arcade Games produced by Sega in the Mid 80's, its roughly based on their Sega Master System home console unit, using the same '315-5124' VDP (actually in this case 2 of them) An interesting feature of the system is that the CPU...
[ "r-type@gmail.com" ]
r-type@gmail.com
47d03d661037b2f14b4dd60af19aa59a1fcda728
d86293c597ea7ad74e51e338feee763c1d853db7
/gtk+2.0/checkmenuitem.c
7c78470d9acb78e6f5bb2ab265738a1d71dd8c8b
[]
no_license
qzmfranklin/test
87c615788daa7227f93a9775365877b54fd68d35
5d65fa990ffbbd5b134d85584930633d611a15ed
refs/heads/master
2020-05-17T17:45:44.821948
2015-08-13T00:28:42
2015-08-13T00:28:42
13,708,691
0
0
null
null
null
null
UTF-8
C
false
false
1,574
c
#include <gtk/gtk.h> void toggle_statusbar(GtkWidget *widget, gpointer statusbar) { if (gtk_check_menu_item_get_active(GTK_CHECK_MENU_ITEM(widget))) gtk_widget_show(statusbar); else gtk_widget_hide(statusbar); } int main( int argc, char *argv[]) { GtkWidget *window; GtkWidget *vbox; GtkWidget *menubar; ...
[ "qzmfrank@umich.edu" ]
qzmfrank@umich.edu
d5e133d0072a7da72afaa73731d82af0e4538dac
339261bea4044688f85d49eb7c7fc344ff8ac773
/tools/presscall_tnf/net/net_check.h
26e9032cb1eabe621b0d728656ee2bfd5f29f7a0
[]
no_license
jiangyong27/tnf
64392e9c65cfd0e796c9adb027887daf93b87219
7e045b651f3256226e8813b145835855aeefd036
refs/heads/master
2021-01-18T18:30:38.877214
2016-08-01T15:38:49
2016-08-01T15:38:49
64,679,518
1
0
null
null
null
null
UTF-8
C
false
false
268
h
#ifndef ONLINE_ABU_SDK_NET_CHECK_H #define ONLINE_ABU_SDK_NET_CHECK_H #pragma once extern "C" { int net_complete_longconn(const void* data, unsigned data_len); int net_complete_http(const void* data, unsigned data_len); } #endif // ONLINE_ABU_SDK_NET_CHECK_H
[ "jiangyong@jiangyongdeMacBook-Pro.local" ]
jiangyong@jiangyongdeMacBook-Pro.local
e3fda099078c338989e62c3965dc3720ee026801
75773fff14e953f34538f892c1fd6c292642db57
/atlast-crypto/atl_primitives/sha3_wrap.h
b193b3ed18b2084617a0c9de9fd95736993a3bed
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
petarkabashki/atlast-crypto-wallet
5f286386da5a015ff9342990d40482dfc2829e11
f7d620f9bcd543bf68dec9c1e96e74203e8be309
refs/heads/main
2023-02-14T00:47:59.575339
2021-01-09T17:31:30
2021-01-09T17:31:30
303,534,008
0
0
null
null
null
null
UTF-8
C
false
false
106
h
#ifndef sha3_wrap_h #define sha3_wrap_h #include "atldef.h" extern struct primfcn sha3_fcns[]; #endif
[ "peter.kabashky@gmail.com" ]
peter.kabashky@gmail.com
36c1bce51696e5aa602027c160b61893e747c495
2bfc81720b7756c868b1fc402d3fadc97e532cae
/adk/src/topologies/tws/tws_topology_procedure_dynamic_handover_failure.h
aadb495fdf0b74bd8ee970f6e62c9d749d59339e
[]
no_license
zgongdong/3020OEM
339ed23adbf6852fa8cca089462dda339918c53a
36f4fce32617f712415e8ea2d9a0a0df231bc614
refs/heads/master
2021-03-11T07:32:20.779427
2020-03-11T09:50:29
2020-03-11T09:50:29
246,515,903
0
0
null
null
null
null
UTF-8
C
false
false
577
h
/*! \copyright Copyright (c) 2019 Qualcomm Technologies International, Ltd.\n All Rights Reserved.\n Qualcomm Technologies International, Ltd. Confidential and Proprietary. \version \file \brief Dynamic Handover failure script. */ #ifndef TWS_TOPOLOGY_PROCEDURE_DYNAMIC_HANDOVER_...
[ "qcpublisher@qti.qualcomm.com" ]
qcpublisher@qti.qualcomm.com
f5b1ee01d433f968e2a02afe886f78349f21a368
4639806d96f236321b02bf595526f6308e8fb707
/vendors/nordic/nRF5_SDK_15.2.0/components/libraries/crypto/backend/oberon/oberon_backend_hmac.h
781bb18b9197f8aa1d67c804916a3c925cfb971c
[ "MIT" ]
permissive
MicrochipTech/amazon-freertos
967bc9612517e9fe05e502b72bd4f919c2cc3c80
40b98811fcb3521498eb523599bf87ec2f285844
refs/heads/mchpdev
2023-06-21T20:11:24.180542
2022-06-06T05:59:39
2022-06-06T05:59:39
221,849,368
7
15
MIT
2022-06-27T04:42:36
2019-11-15T05:18:04
C
UTF-8
C
false
false
4,969
h
/** * Copyright (c) 2018, 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 notice, this * ...
[ "10982575+yuhui-zheng@users.noreply.github.com" ]
10982575+yuhui-zheng@users.noreply.github.com
ab5e92fc42b1e4774ded5e99c25488acdc20e56c
b2b370d90b95769dbfe8ddb839bfa1ea41591226
/semestr-5/ASD 1/PPR/programy-z-cwiczen/2018-wiosna/dzienne/C02/02_Sr_12_15-P06/Prg_0005.c
429268fcf20aa92c84231ae3e034bc552d03610c
[]
no_license
mfusmkmf/WIT-Zajecia
c9a12cbd641e4f42a41d5d35cb433009a6b6db54
cdcc90810eff4f8396d7f4d5d098222baa9d47e3
refs/heads/master
2023-08-14T14:47:51.201021
2021-10-09T07:51:10
2021-10-09T07:51:10
null
0
0
null
null
null
null
UTF-8
C
false
false
340
c
#include <stdio.h> int main(){ int x, y; int* px, * py; px = &x; py = &y; printf("x?= "); scanf("%d", px); printf("y?= "); scanf("%d", py); printf("\n\t%d * %d = %d\n", *px, *py, *px**py); printf("\nT H E E N D\n"); printf("press any key but RESET or POWER\n"); ...
[ "igor.nowicki.business@gmail.com" ]
igor.nowicki.business@gmail.com
b784fd3cb4e056cc6c465e1156ffb4d0e0ab30a4
dbeea9d618c0742f1133c1472579368c82a066dd
/STM32/Template/USER/bsp.h
28cfd859f6f0a0e122d7850b664a23371149f661
[]
no_license
user1513/Template
40d0ccbe37c1cce2725c3556563c3e4ca499fe5e
aca8babfa53aa24b6fec5491c1bc820e459ada1a
refs/heads/master
2021-05-24T11:57:14.971835
2020-05-23T04:15:00
2020-05-23T04:15:00
253,545,251
0
0
null
null
null
null
GB18030
C
false
false
1,154
h
#ifndef BSP__H #define BSP__H #include "stm32f4xx.h" #include "sys.h" #include "delay.h" #include "stdio.h" #include "usart.h" #include "usmart.h" #include "bsp_led.h" #include "bsp_key.h" //#include "bsp_spi.h" //#include "JLX_GB2312G_1016.h" //#include "EventRecorder.h" #include "bsp_timer.h" // #incl...
[ "401660586@qq.com" ]
401660586@qq.com
d393d1897ba2751611e955eb519fd17ecc4993ed
b828a6092ea42bfef42d5244f25d64286e37f6ae
/libft/ft_putendl_fd.c
e8d886b72072608938e0028539cac6a857bdb573
[]
no_license
ryokushai/42-haboussi
35ac6dfdac5951403eba2d5d146c48455a033280
88476dd78c9f91aa6fba7538b0f8976dddcd18eb
refs/heads/master
2020-09-02T10:51:57.060232
2020-02-03T12:52:42
2020-02-03T12:52:42
218,878,141
0
0
null
null
null
null
UTF-8
C
false
false
1,059
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putendl_fd.c :+: :+: :+: ...
[ "haboussi@e2r8p11.1337.ma" ]
haboussi@e2r8p11.1337.ma
28184ef4a0ef607a1849643d086db6debbab5c56
04bdcaa3d279957157d65b39df2a8800f25c449c
/LQ库改写/LQuserFlies/src/LQ_ADC.c
29ec8cbf31a187b284a0c21765711eb1883e55a9
[]
no_license
piggrief/i.MX-RT1052-Library
902f87c1e4420cb5bd9e8e5eef887473a2cbb409
535bf686c8474eac4300911329acdf9f1d01f92b
refs/heads/master
2022-04-14T11:24:49.144462
2019-06-22T14:45:10
2019-06-22T14:45:10
181,419,748
2
1
null
2020-03-08T02:08:15
2019-04-15T05:44:38
C
GB18030
C
false
false
9,177
c
/*LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL 【平 台】龙邱i.MX RT1052核心板-智能车板 【编 写】CHIUSIR 【E-mail 】chiusir@163.com 【软件版本】V1.0 【最后更新】2017年2月1日 【相关信息参考下列地址】 【网 站】http://www.lqist.cn 【淘宝店铺】http://shop36265907.taobao.com ------------------------------------------------ 【dev.env.】IAR8.20.1及以上版本 【Tar...
[ "zhuzhibeishang@126.com" ]
zhuzhibeishang@126.com
79365c5bbc9548e3c4ee78738ad008765901e442
ee7eed5507e3e98573fa63724e71d222e3cebdb7
/libraries/Atm_RPL_workers/Atm_wav_1_multi_effects_r1/button_counters.h
398d4a227f41c126c5d5594b4518c5f78c17e6c7
[]
no_license
radiorpl/Arduino
c594484d6760beda5b95d084962d721bad1d1e5e
b0c1e66f3ba970c86c0c64c2a03a08d42ee45520
refs/heads/master
2021-09-01T01:28:02.211119
2017-12-24T04:43:30
2017-12-24T04:43:30
114,441,782
0
0
null
null
null
null
UTF-8
C
false
false
226
h
#pragma once extern byte enc_button_counter_1; extern byte enc_button_counter_2; extern byte enc_button_counter_3; extern byte enc_button_counter_4; extern byte enc_button_counter_5; //seven seg display level extern int level;
[ "radiorpl@users.noreply.github.com" ]
radiorpl@users.noreply.github.com
75474846d32d828aa4789a9f4b3784d2923af446
dec219bb9e5c70069edc3044eba147fdbad42f2e
/tt_score.c
6d35b6d1f34acd0c9a8cc1d7162ad58a3ace232a
[]
no_license
raphaelmayer/Tetris
561d819e288b711071beba5b5a8c4aa07f57efef
b58320293c6a4645145fd77291b727af13ecea24
refs/heads/master
2020-11-25T00:58:15.613719
2020-01-06T14:40:05
2020-01-06T14:40:05
228,414,944
0
0
null
null
null
null
UTF-8
C
false
false
1,884
c
#include <stdio.h> #include <stdlib.h> #include "tt_types.h" #define MAX 10 highscore *create_default_list() { static highscore default_highscores[MAX] = { (highscore){ "NA", 0 }, (highscore){ "NA", 0 }, (highscore){ "NA", 0 }, (highscore){ "NA", 0 }, (highscore){ "NA", 0 }, (highscore){ "NA", 0 }, (hi...
[ "raphael_mayer@hotmail.de" ]
raphael_mayer@hotmail.de