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
90ede66f9cf73c169dc53c2f1887efd113f1e580
1c348987a2c96e6166719bed1a96843393f74069
/src/include/options.h
397478a51eecee5420bc9c9a85e5a3bcd9b0d460
[]
no_license
nitrologic/uae
d4e24fa44e35df9000852730c6d8b6959fc93ccf
f6a6c90d3aa6bc5421f27c2a40f7c640daef1d79
refs/heads/master
2021-01-17T22:23:27.084517
2016-05-20T19:25:26
2016-05-20T19:25:26
59,921,140
1
0
null
null
null
null
UTF-8
C
false
false
6,994
h
/* * UAE - The Un*x Amiga Emulator * * Stuff * * Copyright 1995, 1996 Ed Hanway * Copyright 1995-2001 Bernd Schmidt */ #define UAEMAJOR 2 #define UAEMINOR 4 #define UAESUBREV 1 extern long int version; struct strlist { struct strlist *next; TCHAR *option, *value; int unknown; }; #define DEFAULT...
[ "darcelf@gmail.com" ]
darcelf@gmail.com
233ffba599e55d4b547ea6f44a1b1399fa529e04
2bcdab31ce97a61e7908979a2017c20c65fc53ee
/mpilocal.c
c666d491f0bbc697b2d5d9401b0ec78ab6f991eb
[]
no_license
dinkar1208/mpi
c9124bead67509074de328cd4614320df726318b
4164af5c089c72794930f47ec9b15be9f133ed04
refs/heads/master
2021-07-14T08:03:55.814513
2017-10-07T13:46:53
2017-10-07T13:46:53
105,677,343
0
0
null
null
null
null
UTF-8
C
false
false
2,166
c
#include <mpi.h> #include <stdio.h> #include <stdlib.h> #include <time.h> #include <assert.h> #define NUM_MAX 100 int main(int argc, char** argv) { /*** Initialize the MPI environment ***/ MPI_Status status; MPI_Init(NULL, NULL); MPI_Comm newcomm; /*** Start the timer ***/ double start = MPI_Wtime(); /**...
[ "dkhand3@uic.edu" ]
dkhand3@uic.edu
328683d05180313e3438e482af9aa24f2d73f4cf
8cc84eff2775ba43b5a1f29e67f544b897abbe6e
/Inc/PAW_Texture.h
cec122f7fa4bfe8e480b4720a081dcde54569de9
[]
no_license
DawidKahla/SIM
79f1db2257658e1989398a4292b07368388b3129
c659db3493bb87792f9e955be6764a6f1bec61be
refs/heads/master
2022-09-11T16:21:51.324191
2020-05-28T14:10:28
2020-05-28T14:10:28
256,502,799
0
0
null
null
null
null
UTF-8
C
false
false
439
h
#ifndef PAW_TEXTURE_H_ #define PAW_TEXTURE_H_ #include <stdlib.h> #include <stdint.h> typedef struct { uint32_t* pixels; size_t width; size_t height; char allocated; } PAW_Texture; void PAW_Texture_prepare(PAW_Texture*, size_t height, size_t width, uint32_t background); uint32_t* PAW_Texture_at(PAW...
[ "noreply@github.com" ]
DawidKahla.noreply@github.com
c28eb0d950c759a476564d5f3af831abae58d661
e368d28ab359f703b784b23280a98caa58d4fa72
/project/realtek_amebaD_va0_example/example_sources/TIMER/raw/tim5_capture_pwm_32k/src/main.c
a5705a56b9234c5d31d71683e7fd7702d17624a9
[ "MIT" ]
permissive
Seeed-Studio/seeed-ambd-sdk
93b3f853142026b0bb15f320129f7e893c981ae1
3cc64f293f756ffb3cd379fffb972b7401cb0951
refs/heads/AT
2022-11-25T06:55:17.361575
2020-07-31T05:45:10
2020-07-31T05:45:10
255,220,669
12
7
null
2020-07-31T05:45:11
2020-04-13T03:18:22
C
UTF-8
C
false
false
2,517
c
/* * Routines to access hardware * * Copyright (c) 2013 Realtek Semiconductor Corp. * * This module is a confidential and proprietary property of RealTek and * possession or use of this module requires written permission of RealTek. */ #include "ameba_soc.h" #include "main.h" #define PWM_PERIOD...
[ "lht856@foxmail.com" ]
lht856@foxmail.com
2091c0d45ae813b71822007ca9c256e3c2994cf9
ab2934510824380a8db6e341886c8031d8fea422
/src/bin.h
d9ee1906292d6291e597ac0209b5b6d6ea7f5e48
[ "MIT" ]
permissive
sundogu/GM-Bark
de36a18047984f5ed2a52af66fdc7831b0291fa7
d44d7dc2cd02077a0d8eda2391ea6e07a56a0726
refs/heads/master
2020-07-08T01:30:52.287731
2019-08-23T07:47:27
2019-08-23T07:47:27
203,528,878
0
0
null
null
null
null
UTF-8
C
false
false
763
h
// // Created by Daddy on 3/08/2019. // #ifndef BARKPROJECT_BIN_H #define BARKPROJECT_BIN_H typedef struct { void **_list; int capacity, size; } Bin; // Function Prototype // /** * Create a new Bin * @return the Bin */ Bin *new_bin(void); /** * Put pointer into bin. * @param bin ...
[ "noreply@github.com" ]
sundogu.noreply@github.com
623cb364e8db7c40a4bb154c9b8d11ea19d54c82
61166f1444017dec6f3e10b6fe40acaf8eccadb6
/include/uevloop/system/containers/system-pools.h
c5e06841e5e597c388e4c73f8da645f20d0ac60e
[ "MIT" ]
permissive
andsmedeiros/uevloop
caeb479df8f7907f4297ce61f1e2397ba5a88071
5ca23a9daf4a06b22a0ce473be0c03f5d18fbd86
refs/heads/master
2022-06-21T02:28:34.440822
2022-06-16T17:02:41
2022-06-16T17:02:41
232,035,365
75
13
MIT
2022-06-11T09:38:23
2020-01-06T06:07:42
C
UTF-8
C
false
false
2,945
h
/** \file system-pools.h * \brief A container for the system's internal pools */ #ifndef UEL_SYSTEM_POOLS_H #define UEL_SYSTEM_POOLS_H /// \cond #include <stdint.h> /// \endcond #include "uevloop/config.h" #include "uevloop/utils/linked-list.h" #include "uevloop/utils/object-pool.h" #include "uevloop/system/even...
[ "andre@setadesenvolvimentos.com.br" ]
andre@setadesenvolvimentos.com.br
dd8aea9ff088728986d955f57290fad09c9a9850
e659e4cdb522f43ce05cca85bb0400c77fe0ba2a
/web-platform/Library/Il2cppBuildCache/WebGL/il2cppOutput/System.Configuration_CodeGen.c
1657dad1a6368e4c5568ae589b426696ebcaa0b1
[]
no_license
zydong001/World-Wide-Mind
6aa94b51dba940f63610de05291a63c4d37a030a
dd2e4f8265f18e3b92316e5c6a24d84e76dd1dcf
refs/heads/main
2023-07-26T16:11:58.582601
2021-09-09T01:55:57
2021-09-09T01:55:57
376,331,424
0
0
null
null
null
null
UTF-8
C
false
false
5,487
c
#include "pch-c.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include "codegen/il2cpp-codegen-metadata.h" // 0x00000001 System.Void System.Configuration.ConfigurationSection::DeserializeSection(System.Xml.XmlReader) extern void ConfigurationSection_DeserializeSection_m1C615C8DFE790...
[ "479955785@qq.com" ]
479955785@qq.com
ca0f14ab805356908bb90f6257d02e3fc9be0cdd
6cb68416e953f3e533050e633d240ad69360256d
/Arquivo 02 - Como Programar em C (Deitel)/Capítulo 05/Exercícios/Exercícios/5_32_descubra_um_numero.c
4ecd5d0418250970e56c77bad8ea446149033e32
[ "MIT" ]
permissive
Alyssonmach/programas-c
fc5dee11a64f2740b98ee77a81302a12b88dac97
9391d3a63b5145cc66e4dc5efe4a3a86b8629d6a
refs/heads/master
2023-01-22T20:33:13.977877
2020-12-08T19:00:16
2020-12-08T19:00:16
258,369,144
1
0
null
null
null
null
ISO-8859-1
C
false
false
735
c
#include <stdio.h> #include <locale.h> #include <stdlib.h> #include <time.h> int main(void) { setlocale(LC_ALL,""); int tentativa, numero; srand(time(NULL)); numero = (rand() % 1000) + 1; printf("\t\t<<<<<PROGAMA DE ACHAR NÚMEROS INTEIROS DE 1 - 1000>>>>>\n\n"); do { printf("\n\...
[ "58775072+Alyssonmach@users.noreply.github.com" ]
58775072+Alyssonmach@users.noreply.github.com
3b7e349b173c78a42e0eda01c07e0678388f1659
1a08c8f76bc077ab34d1304e685e268dc33c7126
/C语言/day 06/基础数组操作函数/基础数组操作函数/基础数组操作函数.c
7fdb853c7060babc24cc9d4a2eccdc70df348347
[]
no_license
gdis5251/HomeWork
b431db0ad345adb476fc7fa5c512c0179f0687e9
f2ee2b9b085cb616ca75157c9f8342fa6a5e78a3
refs/heads/master
2020-03-29T18:06:50.285748
2019-03-10T03:58:02
2019-03-10T03:58:02
150,195,077
3
0
null
null
null
null
GB18030
C
false
false
1,154
c
#define _CRT_SECURE_NO_WARNINGS 1 #include <stdio.h> #include <stdlib.h> /* * 创建一个数组, 实现函数init()初始化数组、 实现empty()清空数组、 实现reverse()函数完成数组元素的逆置。 要求:自己设计函数的参数,返回值。 * 郭文峰 * 2018/10/14 */ void init(int arr[], int n) { int i = 0; for (i = 0; i < n; i++) { scanf("%d", &arr[i]); } } void reverse(int arr[], in...
[ "841784596@qq.com" ]
841784596@qq.com
3995ce79a4c19f4fec02294aa9c532edd3896a06
b477697f95728fbf8d1759a73858860c9620c3ab
/peripheral/ctmu/processor/ctmu_p32mz1024efk100.h
60c5a1ea03e333ecf9b5c31f75cb7b14d8e02153
[]
no_license
gmuro/harmony-v2_06-framework
12bcb30c2dc9f4737aab8762da8b25632822d00e
2196b67de35af9d1126b539b08324cf72ed13521
refs/heads/master
2022-12-07T19:24:34.649360
2022-11-18T22:16:49
2022-11-18T22:16:49
190,900,209
1
1
null
null
null
null
UTF-8
C
false
false
5,010
h
/* Created by plibgen $Revision: 1.31 $ */ #ifndef _CTMU_P32MZ1024EFK100_H #define _CTMU_P32MZ1024EFK100_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 ...
[ "gustmuro@gmail.com" ]
gustmuro@gmail.com
b716a2c08cbb4990816406a8095a7514f49e4d4b
4dbd7ec7a77425017f9e559388f7dcd54f997cd8
/0x00-hello_world/4-puts.c
5cc5fe6fb93122db35bf4491ba62c5ba7ae7218d
[]
no_license
ymcastellar/holbertonschool-low_level_programming
182070d124b0a1c58ca190f0ebd17a8bfa8f1863
d711415a7f482a910610fca56b5bd8afe41eb6a0
refs/heads/master
2020-12-29T08:33:47.084324
2020-08-27T18:42:46
2020-08-27T18:42:46
238,506,092
0
0
null
null
null
null
UTF-8
C
false
false
178
c
#include <stdio.h> /** * main - this is like a hello world * Return: always 0 */ int main(void) { puts("\"Programming is like building a multilingual puzzle"); return (0); }
[ "yoycas@hotmail.com" ]
yoycas@hotmail.com
4e6b421a1bbd49f22897594fe53924990d960dc0
232a434d9f3e8459ef5b11288a4cd7d824a7bcb2
/Laboratório de Programação 2/Biblioteca de Grafos/kruskal.h
b0b5db321b8bb781c76efec3f5bcd73fab7e05f3
[]
no_license
S2Marina/Projetos-Unipampa
f064fb278599079eb40ce2d84dbfa68d3cebf86f
3b41020407db561abf289fee50ce3cf0c2eb4baf
refs/heads/master
2021-07-14T14:21:30.507189
2018-11-14T12:03:46
2018-11-14T12:03:46
129,477,181
0
1
null
2018-11-14T12:51:46
2018-04-14T03:22:31
C
UTF-8
C
false
false
167
h
//algoritmo de kruskal //agora vai Aresta ** addHeap(Grafo* g, Aresta** heap, int tamanho); void kruskal(Grafo* g); void printSolucao(Aresta** solucao, int tamanho);
[ "marina_silva98@hotmail.com" ]
marina_silva98@hotmail.com
64f209cd277092361f8f6d32da0ddd06f8e15884
9c95bf55193b098eb729e35587e2cee935536b47
/native/ngap-native/src/asn_generated/NGAP_PDUSessionResourceItemCxtRelReq.h
9dfa76fb4e675aad8cc07403a887b9d3b97a3bec
[ "MIT" ]
permissive
sabouaram/UERANSIM
6205af5db33be3578f548c315162bbe9de36a434
f3d28be0706e28e209fc087695c339d172c5a329
refs/heads/master
2022-12-26T01:25:18.554061
2020-09-16T13:39:21
2020-09-16T13:39:21
297,064,651
1
0
MIT
2020-09-20T11:49:12
2020-09-20T11:49:12
null
UTF-8
C
false
false
1,354
h
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NGAP-IEs" * found in "asn/NGAP-IEs.asn" * `asn1c -fcompound-names -findirect-choice -fno-include-deps -gen-PER -no-gen-OER -no-gen-example -D ngap -pdu=all` */ #ifndef _NGAP_PDUSessionResourceItemCxtRelReq_H_ #define _NGAP_PDUSession...
[ "aligng1620@gmail.com" ]
aligng1620@gmail.com
73059b9ca37fd860c2f3e50e4daa86d5c503cde5
9077be8a41b64917e2a52dd371cd3ef9e49bcef8
/INCLUDE/DSP2833x_Device.h
7e44533b2efac3e372aa85219f4e2e2d418ca5bc
[]
no_license
yanqili/flow_controller
7b4971193340bed9985de9a9dae88e3830b249bd
ecf9c4f70d927fd709fe2a5cdb1e9276c26e0203
refs/heads/master
2021-06-02T00:04:04.115265
2016-09-19T07:49:37
2016-09-19T07:49:37
68,580,268
3
1
null
null
null
null
UTF-8
C
false
false
6,622
h
// TI File $Revision: /main/3 $ // Checkin $Date: March 28, 2007 16:18:05 $ //########################################################################### // // FILE: DSP2833x_Device.h // // TITLE: DSP2833x Device Definitions. // //########################################################################### // $TI R...
[ "949238389@qq.com" ]
949238389@qq.com
0f7558e9a91253e609f021a8565234dea4237cd1
64f1b82d1451e83aa434ca339fa085c3e8cbbff6
/SCoPE/trunk/test/accuracy/ejpgl/jpeg.c
16ae809dc626c9ef29272f3415991baab7f5e873
[]
no_license
wujw20/OpenCube
ce0a75a3388edcf00797458ca9e6f6988f4f52e2
752fecff4293e0e7110da0d5222e7909e23c16fc
refs/heads/master
2023-04-13T01:21:53.182868
2017-08-25T05:21:59
2017-08-25T05:21:59
null
0
0
null
null
null
null
UTF-8
C
false
false
7,174
c
/** * \file jpeg.c */ #include "ejpgl.h" unsigned char qtable[64] = {16, 8, 8, 16, 12, 8, 16, 16, 16, 16, 16, 16, 16, 16, 16, 32, 32, 16, 16, 16, 16, 32, 32, 32, 32, 32, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 64, 128, 64, 64, 128, 128, 128, 128, 128, 64, 64, 128...
[ "wujunning11@gmail.com" ]
wujunning11@gmail.com
ae80ed95df511708f54ef5f5f5a0ef55f365f253
83a1bf2d7ce390fb4fce86218142d5dd79b95733
/bindings/cdef.h
520c640b4c4806c01326040ffb15b184d3aecdaa
[ "MIT" ]
permissive
nspin/pyxendbg
af52c2a4a0f4cd9f86a2bcf4fcf821bcce0c1a6e
c3d39e35e3319188558c8b8fd5cedf812ea7d15a
refs/heads/master
2021-07-21T08:59:51.784114
2020-08-25T03:38:27
2020-08-25T03:38:59
209,306,560
0
0
null
null
null
null
UTF-8
C
false
false
8,274
h
#define XENVER_version ... #define FOO__HYPERVISOR_domctl ... #define XEN_DOMCTL_INTERFACE_VERSION ... #define XEN_DOMCTL_gdbsx_guestmemio ... #define XEN_DOMCTL_gdbsx_pausevcpu ... #define XEN_DOMCTL_gdbsx_unpausevcpu ... #define XEN_DOMCTL_gdbsx_domstatus ... typedef int... domid_t; typedef uint8_t xen_domain_han...
[ "nick@nickspinale.com" ]
nick@nickspinale.com
618fb6c551d78c99b6afc395f8369740289d6487
ee3dab727220e0733acb48a93ce8667df86904c6
/mp3decoder/pvmp3_stereo_proc.c
3c5bc6b279203ae73c0f7afb7d1afd2e316c4f22
[]
no_license
ms43648586/ToolsPackages
7154bf0232f758f022390a91a456add723dec74a
88b1609a31286a4ac6394ba3593b9ce30a5b5314
refs/heads/master
2023-03-21T18:40:07.164565
2020-09-28T01:58:19
2020-09-28T01:59:24
null
0
0
null
null
null
null
UTF-8
C
false
false
22,236
c
/* ------------------------------------------------------------------ * Copyright (C) 1998-2009 PacketVideo * * 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.o...
[ "wtw2000@126.com" ]
wtw2000@126.com
855e8348fccd495bf257f8866f181edd7ff5f3ba
9489ec4a1a3121aa947fb4ea152eaa8728cfacd1
/Chapter7/demo/7_1.c
cbaf1a53da293a762f6849714860a8bd871ce297
[]
no_license
debugyes/-C-Programme-Design--Haoqiang-Tan
94865b7a4e2e55cb68f39a0bd6b89c62f314c082
493f19921fca2c86f2a7e31d5d71c8f4fb23bb73
refs/heads/master
2023-06-11T01:02:42.079871
2021-06-27T14:47:13
2021-06-27T14:47:13
null
0
0
null
null
null
null
UTF-8
C
false
false
243
c
#include<stdio.h> void print_star(); void print_message(); int main(void) { print_star(); print_message(); print_star(); return 0; } void print_star() { printf("****************\n"); } void print_message() { printf("Hello World\n"); }
[ "1075292937@qq.com" ]
1075292937@qq.com
a2c676aeda91f21eea69c6b7c7bee1df4e0e7eed
e0a64bf7b9625374c03c9c829241c3c265a79484
/led_bandolier/chasers.h
d01576312e884d97c2113a8332589f41b5e78f49
[]
no_license
benjamn/arduino-wearables
0600dd1502649fb596bfaa747020fafb4316adaa
91d709a9c6561cab72fee7d0b185c92073cb7743
refs/heads/master
2023-07-10T09:58:07.976933
2019-08-11T15:02:00
2019-08-11T15:02:00
198,847,785
3
1
null
2019-08-11T15:02:01
2019-07-25T14:33:24
C++
UTF-8
C
false
false
1,484
h
#pragma once #include "animate.h" #include "modes.h" #include "schemes.h" byte BRIGHTNESS_BY_OFFSET[] = {255, 255, 255, 255, 255, 128, 128, 128, 128, 128, 64, 64, 64, 64, 64, 32, 32, 32, 32, 32}; // Input a value 0 to 255 to get a color bytearray [r,g,b]. void ChaserWheel(byte WheelPos, byte rgb[]) { ColorScheme& ...
[ "ben@benjamn.com" ]
ben@benjamn.com
0d8834a0ae6d3360aa4ae6e44ab1338057bce372
f76ea88828f9598ad53a8bd2d2b39e0c62bae17b
/deps/render/freeglut/include/GL/freeglut_font.c
e5b64c2005610a1527cd5412e72037634928fa9e
[ "LicenseRef-scancode-warranty-disclaimer", "Zlib" ]
permissive
xingjilin/moon9
61c7c3cbb8b85d5587b020d311355404283c599d
d4e1255b1517744e0e74dc05d5967aba7fdcbe4f
refs/heads/master
2020-05-01T03:08:37.991393
2015-05-10T15:32:12
2015-05-10T15:32:12
null
0
0
null
null
null
null
UTF-8
C
false
false
12,300
c
/* * freeglut_font.c * * Bitmap and stroke fonts displaying. * * Copyright (c) 1999-2000 Pawel W. Olszta. All Rights Reserved. * Written by Pawel W. Olszta, <olszta@sourceforge.net> * Creation date: Thu Dec 16 1999 * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this soft...
[ "rlyeh.nospam@gmail.com" ]
rlyeh.nospam@gmail.com
30fe5691c7de977fca4733090d7ecd2645f58856
04e0a3893fd46017e562590abc0de5333dfe935d
/End-Device/expanderPi.c
a05cd1ae210a156325542b465526015dbdde9abb
[]
no_license
tmtserver/IoT-Demo
3c0cd77aa50e92442ec2630a885f2a73b2551679
9ec434e1539915768dcdd5c71f5b40c87d665e7f
refs/heads/master
2021-01-10T02:40:18.909239
2016-03-02T05:00:59
2016-03-02T05:00:59
52,874,529
0
0
null
null
null
null
UTF-8
C
false
false
3,186
c
/* * expanderPi.c: * Access routines for the SPI devices on the expanderpi * Copyright (c) 2012 Gordon Henderson * * The expanderpi has: * * An MCP3002 dual-channel A to D convertor connected * to the SPI bus, selected by chip-select A, and: * * An MCP4802 dual-channel D to A convertor connected * to the...
[ "ajay.dange007@gmail.com" ]
ajay.dange007@gmail.com
2b654adb67e4e44d145aa81aad88c2c2cc711357
3c0b2818a6ecb7ca174354314b3678794465e2b5
/光电编码器/编码器测试V3.5/HARDWARE/TIMER/timer.c
cf15b3ce071d87542d947f5994547ff04134ff35
[]
no_license
GuiyinLi/STM32F1_Example
32babe2462f3e7d8f9c4c92794f4b333aabebda7
9c7fc9a8014f1341d845cf31d4da182bdb0a4c32
refs/heads/master
2023-09-04T05:09:59.533797
2019-10-03T11:29:02
2019-10-03T11:29:02
null
0
0
null
null
null
null
GB18030
C
false
false
2,018
c
#include "timer.h" #include "led.h" //通用定时器中断初始化 //这里时钟选择为APB1的2倍,而APB1为36M //arr:自动重装值。 //psc:时钟预分频数 //这里使用的是定时器3! u8 delay_time1 = 0; u8 delay_time2 = 0; //============================== void Timerx_Init(u16 arr,u16 psc) { TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure; NVIC_InitTypeDef NVIC_InitStructure; ...
[ "614674490@qq.com" ]
614674490@qq.com
74b1c46fb643964232d3e6861b0651ef254fb691
4966de8890e925437aed439f0a1233eb0eb4671e
/src/gallium/drivers/etnaviv/etnaviv_texture_state.c
3937560b72136f6f2b1d8e046449aa1382534863
[]
no_license
ProgramingOnLoongson/mesa-19.2.8
d67dbf453231de4d0485c222ed9aeb09739c2e56
6c1dfcd0168995b8106d2d3236131094eff3ced7
refs/heads/master
2020-12-27T14:01:13.159208
2020-02-03T09:24:49
2020-02-03T09:24:49
237,927,759
1
0
null
null
null
null
UTF-8
C
false
false
15,990
c
/* * Copyright (c) 2012-2015 Etnaviv Project * * 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...
[ "suijingfeng@localhost.localdomain" ]
suijingfeng@localhost.localdomain
4bb4cc9f739222a858e41a5d8853460bbf3b33b2
c85f4d66b2d1f6602576c747b8fb1c2e1edc51f4
/Example/Pods/Headers/Private/JZKit/JZDatePicker.h
fffe858dd4abdbcebb4ec1eabb826de260db5625
[ "MIT" ]
permissive
yanfj/JZKit
0e9b45969b74d269f7111a8932b43fa8de66c48b
d943516479d26ee3c418f98613db43afb462a47d
refs/heads/master
2021-07-15T11:00:12.502810
2021-07-13T08:53:14
2021-07-13T08:53:14
131,279,295
4
0
null
null
null
null
UTF-8
C
false
false
49
h
../../../../../JZKit/JZPickerGroup/JZDatePicker.h
[ "yanff.us@gmail.com" ]
yanff.us@gmail.com
ad4c71dce8d77986a61d431ad5a88ecaedf6ad50
28d0f8c01599f8f6c711bdde0b59f9c2cd221203
/sys/external/bsd/drm2/dist/drm/i915/display/intel_fbdev.h
25b81a0049966684cb2ad560b2054c1baa9181ed
[]
no_license
NetBSD/src
1a9cbc22ed778be638b37869ed4fb5c8dd616166
23ee83f7c0aea0777bd89d8ebd7f0cde9880d13c
refs/heads/trunk
2023-08-31T13:24:58.105962
2023-08-27T15:50:47
2023-08-27T15:50:47
88,439,547
656
348
null
2023-07-20T20:07:24
2017-04-16T20:03:43
null
UTF-8
C
false
false
1,355
h
/* $NetBSD: intel_fbdev.h,v 1.2 2021/12/18 23:45:30 riastradh Exp $ */ /* SPDX-License-Identifier: MIT */ /* * Copyright © 2019 Intel Corporation */ #ifndef __INTEL_FBDEV_H__ #define __INTEL_FBDEV_H__ #include <linux/types.h> struct drm_device; struct drm_i915_private; #ifdef CONFIG_DRM_FBDEV_EMULATION int intel...
[ "riastradh@NetBSD.org" ]
riastradh@NetBSD.org
e529d47361635416905cddef85b582174bb0b350
1576e1c9044fac75eee04a498f35f1c4c1b864ce
/Pods/Headers/Public/MatrixKit/MXKPhoneNumber.h
7ed514db7d4e8ed69d0dca28705623ab0df26425
[]
no_license
MyStar219/Riot_iOS
9e44db6cd8ea43fbf35934ea84032d40e93ecd5f
0df9646596f889c76fa3b95a931c4f3ec883fadf
refs/heads/master
2021-08-29T15:58:42.304226
2017-12-14T07:32:20
2017-12-14T07:32:20
114,217,302
0
0
null
null
null
null
UTF-8
C
false
false
60
h
../../../MatrixKit/MatrixKit/Models/Contact/MXKPhoneNumber.h
[ "mobiledeveloper@Admins-Mac-3.local" ]
mobiledeveloper@Admins-Mac-3.local
b8705c5cf1f16f45f394d4045ef05fe07aa8356d
834e29855908bad7a009153459ccb20bae3a6154
/remnants/vtedraw.h
8b98f72c861b1038344172d7aaee0fcb8b610ecd
[]
no_license
flatcap/vte2
6c5d6eb62c4b3310bcad33db34074195ef155ead
4c85a1ff898c7199cdf951c200e0c4a81e296a3a
refs/heads/main
2022-06-17T05:12:12.677989
2022-06-12T19:23:18
2022-06-12T19:23:18
149,686,444
2
0
null
null
null
null
UTF-8
C
false
false
4,109
h
/* * Copyright (C) 2003 Red Hat, Inc. * * This 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 Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is dist...
[ "richard.russon@gmail.com" ]
richard.russon@gmail.com
4e82b700aea64b30be39ee211517949fbcdd2063
db99205e520c5055fb8b62895509c24447f09a15
/reversefunction.c
fab2a8ad4e4534bd8611061a024fee5900d317a9
[]
no_license
aryankush25/C-Programs
7bd188ced81f1e7695ce6de8f6a13ddb40078789
b57d4afdeb79ac7b03d8f7f019b77df824e23a47
refs/heads/master
2020-03-19T09:30:42.071945
2018-06-06T08:10:47
2018-06-06T08:10:47
136,295,235
0
0
null
null
null
null
UTF-8
C
false
false
285
c
#include<stdio.h> int reverse(int x) { int rev=0,r; while (x!=0) { r=x%10; rev=rev*10+r; x=x/10; } return rev; } int main() { int a,c; printf("Enter A Number : "); scanf("\n%d",&a); c=reverse(a); printf("The reverse is %d",c); return 0; }
[ "aryankush025@gmail.com" ]
aryankush025@gmail.com
b74b88f62653b8d15fb77aecced47e65b716a9fe
af2255c6dcb674d4dffe4219588c61455affd00f
/Seminar9.c
e9b6aebbc80ec73dd4575049863ed6b6e67d7da5
[]
no_license
petrediana/Structuri-de-date
e7362a035afbe413183160c52b091bcf7844a8f1
f7d55d4529a98997a86adc34b5506bf85570ffe2
refs/heads/master
2021-07-17T20:27:53.314696
2020-06-06T06:10:25
2020-06-06T06:10:25
172,086,215
0
0
null
null
null
null
UTF-8
C
false
false
5,099
c
#include <stdio.h> #include <malloc.h> #include <string.h> #include <stdbool.h> //arbore binar -> fiecare nod nu are mai mult de 2 fii // arbore echilibrat -> nu difera nivelul subarborelui stanga fata de cel dreapta cu mai mult de 1 // preordine = radacina, stanga, dreapta // inordine = stanga, radacina, dreapta // p...
[ "noreply@github.com" ]
petrediana.noreply@github.com
53ef175e3a92fdca4776be3729a3304a12cb6ccc
5d7d2f0cce408a6d418de280b7ab4482fd0e5141
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/stm32l1xx_hal_smartcard.h
92108e0346870f3110b9e1e18e52bd1de9a0180e
[ "LicenseRef-scancode-generic-cla", "Apache-2.0", "GPL-2.0-only" ]
permissive
longtengmcu/rt-thread
40665424f03b0725beb648fa89b594d4b38c1746
962acc3313d611a886b764135db01572e0206c4d
refs/heads/master
2020-12-29T05:04:15.955380
2020-11-22T12:05:53
2020-11-22T12:05:53
238,462,611
4
0
Apache-2.0
2020-02-05T13:57:03
2020-02-05T13:57:02
null
UTF-8
C
false
false
38,048
h
/** ****************************************************************************** * @file stm32l1xx_hal_smartcard.h * @author MCD Application Team * @brief Header file of SMARTCARD HAL module. ****************************************************************************** * @attention * * <h2><cen...
[ "gyd0317@126.com" ]
gyd0317@126.com
82fe1c055aad9e640b3330fa3394e4dfe725d374
e683f34d641f30924bce396f5b7a6a5588f12e2c
/ptfc_tools/Appl/src/PTFC_Cfg/MCAL/FE78K0R_CG/.svn/text-base/FE78K0R_CG_system_user.c.svn-base
6d85daa6645dca440bb13b6b80634623627d73f7
[]
no_license
miaozhendaoren/ptfc_tools
1fb88837e21ac6001960ee1fa7516e4a4c0e51f5
8c3f1475327c5abf2ef463547ceeb49494155f20
refs/heads/master
2020-06-30T13:33:33.935862
2016-08-01T13:02:13
2016-08-01T13:02:13
null
0
0
null
null
null
null
UTF-8
C
false
false
2,285
/* ******************************************************************************* * Copyright(C) 2008, 2014 Renesas Electronics Corporation * RENESAS ELECTRONICS CONFIDENTIAL AND PROPRIETARY * This program must be used solely for the purpose for which * it was furnished by Renesas Electronics Corporation. No part...
[ "matteo.mastrodonato@gru.bitron-ind.com" ]
matteo.mastrodonato@gru.bitron-ind.com
f0f5211133228604a39c5a62ec0380762cb9ff97
d4806f1b8b67c16bcdd8bb51305ab952a04e0297
/Enhanced/source/game/g_arenas.c
0184e0a0868dc4fa41226c386df984d2f87365d4
[]
no_license
Hokanos/ojpa
081ad0d328789fed45ecb37347ad7acc1677c206
6c58c96b7c44373467d573c6431fced1d2166f6c
refs/heads/master
2016-09-06T07:43:29.804100
2014-12-10T05:16:25
2014-12-10T05:16:25
32,459,422
0
0
null
null
null
null
UTF-8
C
false
false
10,033
c
// Copyright (C) 1999-2000 Id Software, Inc. // // // g_arenas.c // #include "g_local.h" gentity_t *podium1; gentity_t *podium2; gentity_t *podium3; /* ================== UpdateTournamentInfo ================== */ void UpdateTournamentInfo( void ) { int i; gentity_t *player; int player...
[ "leonardojrc@gmail.com@cb2ecf28-52c4-d167-67d8-c2e6a2916e25" ]
leonardojrc@gmail.com@cb2ecf28-52c4-d167-67d8-c2e6a2916e25
8f7faa59a1b80dcfd8d7aa91e1ddd8ce59b8a251
cff370d89b5688fa6eb2b1cd9f016d7121403572
/srcs/get_diff.c
81ccd91541f47460bceb4031d2393fac0963c724
[]
no_license
gerus66/push-swap
68d6f6429cc869001c26bb3ab140bd64ad6b1db2
7c954d934a5699aacf0db6c1e4e1aa9650f35b4c
refs/heads/master
2020-05-14T17:08:22.757107
2019-06-03T16:42:12
2019-06-03T16:42:12
181,885,842
3
1
null
null
null
null
UTF-8
C
false
false
2,341
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* common_utils.c :+: :+: :+: ...
[ "gerus66@gmail.com" ]
gerus66@gmail.com
6904c177e83f2a23700a79cea90fe5f0b4ff2318
aac286a05c4c241deb768b7a93ebc04098b8af6e
/deps/trex/trex.h
bf268b1d2df3dea065c89c91ad3e221bcda2a53e
[ "MIT", "Zlib" ]
permissive
richardhundt/shine
ccef7c1494cd2ae72d58129a88a81afbbfb2f3b6
c86d1c329c60cf77f413d2b192142dee73fec55c
refs/heads/master
2021-05-16T02:32:28.403224
2021-04-22T10:19:47
2021-04-22T10:19:47
11,416,194
152
18
MIT
2018-02-06T12:02:28
2013-07-15T06:17:25
Lua
UTF-8
C
false
false
2,224
h
#ifndef _TREX_H_ #define _TREX_H_ /*************************************************************** T-Rex a tiny regular expression library Copyright (C) 2003-2006 Alberto Demichelis This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable ...
[ "richardhundt@gmail.com" ]
richardhundt@gmail.com
c3ec39a85cdd8a1858a0e1180649be4f474214dd
97b0793dc872963d1f816c7250857ffc4792b611
/Temp/StagingArea/Data/il2cppOutput/t2927.h
4b42eff4fba32eb7621dcd70cc549fcbcbde89dd
[]
no_license
JamesMoulang/LudumDare32
1e63f2d46dd8d9e8cf52cfc33a1f0f98b08d3119
9826e0eba56c85ed8161c510ba91af5bee52eea4
refs/heads/master
2020-04-27T08:17:58.678320
2015-04-23T15:33:15
2015-04-23T15:33:15
34,171,493
0
0
null
null
null
null
UTF-8
C
false
false
108
h
#pragma once #include <stdint.h> struct t29; #include "t26.h" struct t2927 { t29 * f0; int32_t f1; };
[ "james@jamess-MacBook.local" ]
james@jamess-MacBook.local
c234b1d860b21978ae412a05645d4c3ddef9ae07
7f8c21645658643a20f8bbddbdd2e69c9c678c04
/SYSTEM/sys/sys.c
f7022aa695d949b0e97796843d5276bbf20e37c1
[]
no_license
kb6255/test2
8e1068e253912f65a556db73e10907dd65c9fa17
26aff2975bdc6891f86bd2edff11870dbee03045
refs/heads/main
2023-03-07T04:58:01.724417
2020-10-14T03:43:40
2020-10-14T03:43:40
303,894,799
0
0
null
null
null
null
GB18030
C
false
false
3,984
c
#include "sys.h" ////////////////////////////////////////////////////////////////////////////////// //******************************************************************************** //THUMB指令不支持汇编内联 //采用如下方法实现执行汇编指令WFI void WFI_SET(void) { __ASM volatile("wfi"); } //关闭所有中断 void INTX_DISABLE(void) { _...
[ "625584525@163.com" ]
625584525@163.com
bfbd04fdccf6dba564629044f050a6b16730423f
228e3d0485e23aab466cbcfd1f89264508b0bf0b
/mcu_code/pulse_0/usart.h
8425405e63fd037e1299a7441195ce4fd15cdb57
[]
no_license
Aslm/Senior_Design
924931447d977fe219363078859593a61977a20a
a84a2f1b3919a0780012fe2c31613a0ddf4c467c
refs/heads/master
2020-12-11T06:09:42.297242
2014-05-24T23:10:50
2014-05-24T23:10:50
null
0
0
null
null
null
null
UTF-8
C
false
false
253
h
/* Author: Tuan Truong & Garrett Clay Date: 3.1.2014 Brief: Allow for USART communication from MSP to Bluetooth. */ #define USART_TX 0x10 #define USART_RX 0x20 void usart_init(void); void usart_put(char data); char usart_get(void);
[ "tuan3192@gmail.com" ]
tuan3192@gmail.com
319e35eb4a023598ed5b823d8f0f9c848757c5c5
8cc42486cf5ff06162cb74ee47fd9d311a0f4e88
/0x02-functions_nested_loops/1-alphabet.c
c8fc3f344d9ee908674cf0b78793b09f08a4a06a
[]
no_license
jopinta/holbertonschool-low_level_programming14
13d097299b766842f5a06060f93cd0c07d8627da
55155c43444a6370d49fe141593ca88dc6907390
refs/heads/main
2023-05-05T06:46:37.845383
2021-05-28T23:10:44
2021-05-28T23:10:44
null
0
0
null
null
null
null
UTF-8
C
false
false
226
c
#include "holberton.h" /** * print_alphabet - this function prints the alphabet. * * Return: Always 0. */ void print_alphabet(void) { int ni; for (ni = 'a'; ni <= 'z'; ni++) { _putchar(ni); } _putchar('\n'); }
[ "tatinfa@yahoo.com" ]
tatinfa@yahoo.com
9a231e65da508f5e4d6ea19b00e7a222ef23be31
9cd9e1d7e5c0a519f70b48225138b1b0a527ffa2
/Arreglos - chocolates.c
877e20a378aeb5de99fa517b312ad7dc400489ce
[]
no_license
MonicaRangel/num-divisibles-entre-9
619d2639102bf72ac0ef78091b2c980a7f81db12
52cdd80a83f0f4ffe351f8bbd6dd92202c75374f
refs/heads/master
2021-01-12T13:13:20.588617
2016-11-14T00:59:20
2016-11-14T00:59:20
72,154,822
0
0
null
null
null
null
UTF-8
C
false
false
406
c
#include<cstdlib> #include<iostream> using namespace std; main () { int chocolates [10]; int i; int suma=0; for(i=0;i<10;i++) cout<<"\n ingrese un valor para el arreglo"; cin>>chocolates[i]; suma=suma+chocolates[i]; } cout<<"\n\n La suma...
[ "monica rangel" ]
monica rangel
eda0010d8463d7f1c2784d39ca9a6b1efb94ce20
ff8d92244d314d8310e72f2d9d284ec5bcd1a940
/printk/myprintk.c
8785cef503ea2549ae8028068cb387696892de5f
[]
no_license
Kylinshui/tarena_linux_driver
e12e170da3ccff3e24ce731528bdc6d224351bcc
048ed61c12023ff847821f0e1148a51f29b2b29b
refs/heads/master
2021-04-26T21:49:24.739122
2018-06-04T07:11:42
2018-06-04T07:11:42
124,162,889
0
0
null
null
null
null
UTF-8
C
false
false
712
c
/************************************************************************* > File Name: printk.c > Author: bshui > Mail: shui6666@126.com > Created Time: 2018年05月29日 星期二 11时02分59秒 ************************************************************************/ #include <linux/init.h> #include <linux/module.h> #define B...
[ "shui6666@126.com" ]
shui6666@126.com
7604cbf89e0270adc6d9325e9e3d9698a782b026
bb85443e86d0e4205d60c08b6e04bbae9eeeed65
/CSSE351/ShadowMaps/src/GLHelper.h
13c954187138ea693d57c575d8181989131e6e31
[]
no_license
mimaun/Rose
9584040e40f9c93f08ae60bdd6e06dd1bbd8b73c
93d83349d4187efca18caa4dfcaf052a38341778
refs/heads/master
2021-01-10T06:35:00.252050
2016-03-22T11:05:27
2016-03-22T11:05:27
46,201,814
1
0
null
null
null
null
UTF-8
C
false
false
1,940
h
#ifndef __GLHELPER #define __GLHELPER static void checkGLError(char const * ident = "") { GLenum errCode; if ((errCode = glGetError()) != GL_NO_ERROR) { fprintf(stderr, "OpenGL Error (%s): ", ident); switch (errCode) { case GL_INVALID_ENUM: fprintf(stderr, "GL_INVALID_ENUM\n"); break; case GL_INVAL...
[ "mimaunxxx@gmail.com" ]
mimaunxxx@gmail.com
52cf1c4359553c383b3cacc66939f492351faf60
1a543e7112e6a3b49098c2c8f8b1a7f1973a77fe
/Basic/외부 파일 전역함수.h
c550991d7a512107a3dbb158982f4b0fda201c7f
[]
no_license
booknu/PS_Relative
d0bc27cbc695511610b83a6f541410f4c13fafd8
944964bfed4ae04f38c20b1dfddea1c63f236f82
refs/heads/master
2022-06-09T02:22:12.306623
2020-05-05T08:35:20
2020-05-05T08:35:20
198,022,480
1
1
null
null
null
null
UHC
C
false
false
820
h
/************ <주소> : ********** <해결방안> : 1. 전역함수는 헤더파일에 들어가면 안 된다. (컴파일 에러) 전역변수는 헤더파일에 선언과 값을 넣어도 된다. 2. 다른 파일에서 전역함수/변수에 접근하려면 extern 키워드를 사용해야 한다. (함수는 묵시적 extern) (변수는 명시적으로 extern 선언해야) 전역함수의 선언은 .h에서 하고, 구현은 .cpp에서 해야한다. ==> 이렇게 하면 오류 추적이 편해진다. ********** <오답노트> : */ #ifndef __EXTERN_GLOB_H__ #define...
[ "limsydev@gmail.com" ]
limsydev@gmail.com
6a0c331201cba78d06956df732227da561e388ba
7def50a9b787bf5f3fb5c521e2c964b4120836af
/chptr1/ll.c
18225bf21973a57ab6e7ca80cc1ea40f69a2e8aa
[]
no_license
shivaprsd/kandr
84e146808fbd3c77674f84c8c7248f9047223288
e9520e01a5ace015f378483fefadb1a993d35cdb
refs/heads/master
2021-09-27T02:56:20.555384
2016-07-21T15:25:12
2016-07-21T15:25:12
null
0
0
null
null
null
null
UTF-8
C
false
false
1,430
c
#include <stdio.h> #define MAXLENGTH 78 /* maximum line length */ int get_line(char line[], int maxlength); void copy(char to[], char from[]); /* print the longest line from the input */ main() { int len; /* length of the current line */ int max; /* length of the longest li...
[ "shiva.prasadv@yahoo.com" ]
shiva.prasadv@yahoo.com
b63a31fa13eed5f6fff173dd8ee1c8f9156d7cc7
ecc353a05d407197c7d5e9aff17aad4721dc077b
/src/mining.h
7b9d6a9692923af76963e526383e143c09e8d7e5
[ "MIT" ]
permissive
SaltineChips/endox
7fe4db1c9b85a879b3880e8d60a82f66cd7690ea
d3f657927f0225788e01d004c8eb5d987f74c5b7
refs/heads/master
2021-06-16T15:42:39.647798
2021-01-30T23:06:55
2021-01-30T23:06:55
147,242,758
1
2
MIT
2019-07-21T02:43:51
2018-09-03T18:59:13
C++
UTF-8
C
false
false
1,990
h
// Copyright (c) 2016-2019 The CryptoCoderz Team / Espers // Copyright (c) 2018-2019 The CryptoCoderz Team / INSaNe project // Copyright (c) 2018-2019 The Rubix project // Copyright (c) 2018-2019 The Endox project // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.open...
[ "rubixblockchain@gmail.com" ]
rubixblockchain@gmail.com
038a8ba027a259f9f8d6aeab35a01555dfea9ca3
6863fad6fefd03e0f0eeadd04941727fbbfd9b84
/uv_examples/tcp-echo-server/main.c
d5c069f76531842c340d922a3e19b79969cc65d9
[]
no_license
AmericanDragon1976/sandbox
9249aa037735f0d65963787f1cd339d8d4660149
bbcbd1b39880c370b415e40b295578a871027f8a
refs/heads/master
2020-04-12T18:32:51.441900
2013-09-16T16:00:39
2013-09-16T16:00:39
null
0
0
null
null
null
null
UTF-8
C
false
false
1,663
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <uv.h> uv_loop_t *loop; uv_buf_t alloc_buffer(uv_handle_t *handle, size_t suggested_size) { return uv_buf_init((char*) malloc(suggested_size), suggested_size); } void echo_write(uv_write_t *req, int status) { if (status == -1) { //fp...
[ "bobby_83110@yahoo.com" ]
bobby_83110@yahoo.com
2f88a8172f7fff5201cea1365840cd0a9ebe130c
dc6e0e827113fb2ecbab285d201f0292f0d00e37
/game.c
eb1fb97d6c609e8a08411e10b8e35821cbe0e0ba
[]
no_license
howardlau1999/snake
5d96ffaa25c9f2c4825e2fed188875468f75e995
006ce97149986cc06fd8ae8f70dbb7fbf29a086b
refs/heads/master
2021-08-28T15:21:47.505959
2017-12-12T15:45:37
2017-12-12T15:45:37
114,008,570
3
0
null
null
null
null
UTF-8
C
false
false
2,747
c
#include <stdio.h> #include <string.h> #include <sys/time.h> #include <sys/types.h> #include <unistd.h> #include <termios.h> #include <unistd.h> #include "snake.h" static struct termios ori_attr, cur_attr; static __inline int tty_reset(void) { if (tcsetattr(STDIN_FILENO, TCSANOW, &ori_attr) != 0) return -...
[ "howardlau1999@hotmail.com" ]
howardlau1999@hotmail.com
336e4d7181936a55cfef4afd53db1fce718901c1
2051b093ac6a5c4c41c198c9ac8f65d38d900d34
/source/armadillo.h
f4ba006f94ef5a334a79c464006d3b3d740cb278
[]
no_license
gavz/armpatched
948e0fa21c72209f968ae1ddf63275307312991f
1db61e661ed46ee741593080e0d3c9a618c037e9
refs/heads/master
2021-05-25T23:00:41.624659
2020-04-07T16:39:34
2020-04-07T16:39:34
null
0
0
null
null
null
null
UTF-8
C
false
false
194
h
#ifndef _ARMADILLO_H_ #define _ARMADILLO_H_ #include "adefs.h" void armadillo_init(struct ad_insn *dis); int ArmadilloDisassemble(unsigned int opcode, uint64 PC, struct ad_insn *out); #endif
[ "" ]
da65ab7e36eca97950877b2cca616de45290cb91
b0f62d55fda4b7ce083caa7d6fd051d4c0de6464
/C/ej35/main.c
01e660f30a00e80d3b70bf7350014caf2bc0ae60
[]
no_license
broggi58/Proyectos_CMasMas
dd7ca12a0fe8c805979bea9443561435da9d9cf7
21ede01a71126eb1eed1b0e45a0e4e0d868054a0
refs/heads/master
2023-04-14T15:35:33.650205
2021-04-25T21:19:36
2021-04-25T21:19:36
361,540,519
0
0
null
null
null
null
UTF-8
C
false
false
167
c
#include <stdio.h> #include <stdlib.h> int main() { int s; for (s=0;s<=100;s++) { printf("%d\n",s); } return 0; }
[ "broggi@outlook.com" ]
broggi@outlook.com
cd1c5d9febce3ac6deefb0edcf67158ef250dbf3
13c67ce2d51248998cf091987f5bdf18fcb040e7
/RayCife/quadric.h
fbd4029c62bee3929404f0a4eca67d60e6d345d1
[]
no_license
eaa3/RayTracer
fd734ab65e58dda74d9ccdd58e4b4c8ab6327a43
2e103a23df01440efdfb81f40d469912eece8625
refs/heads/master
2016-08-07T19:27:55.927890
2013-04-15T20:05:57
2013-04-15T20:05:57
null
0
0
null
null
null
null
ISO-8859-1
C
false
false
1,711
h
#ifndef QUADRIC_H #define QUADRIC_H typedef struct vec { // Vector structor double x, y, z; // Coefficents of vector direction }Vec; typedef struct light { // Point light structure Vec dir; // Direction to light double Int; // Light intensi...
[ "eaa3" ]
eaa3
880e5f08ad077274035ac64e27503a1e589e9e43
1fabbdfd1ca9ea1b6808893e12bd907eb74de414
/xcode/Classes/Native/UnityEngine_UnityEngine_Events_CachedInvokableCall_1_gen_260.h
67e2e6455f96af679a62bf3c8935d9b0f9cf4a33
[]
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
477
h
#pragma once #include <stdint.h> // System.Object[] struct ObjectU5BU5D_t142; // UnityEngine.Events.InvokableCall`1<PartnerFrameLogic_Info> #include "UnityEngine_UnityEngine_Events_InvokableCall_1_gen_256.h" // UnityEngine.Events.CachedInvokableCall`1<PartnerFrameLogic_Info> struct CachedInvokableCall_1_t18252 : publ...
[ "bu213200@gmail.com" ]
bu213200@gmail.com
efa966947e63dbfe80936f0f1bf64071c48326d3
3994d804f4f0bf3efe93f940116af8c9bc2a6d07
/tcp.c
7959625e452bd8500d73e91d506c5fe66830e4bb
[]
no_license
PeterCxy/yapofw
73b5dcb439589d23519971bf5e52832a99507662
3998363fd832ba32a728182ef5b662ebb67b1aa9
refs/heads/master
2023-01-19T05:00:48.059632
2020-11-19T06:46:09
2020-11-19T06:46:09
288,713,214
1
1
null
null
null
null
UTF-8
C
false
false
17,007
c
#include "tcp.h" #include "loop.h" #include "stats.h" #include "util.h" #include <arpa/inet.h> #include <errno.h> #include <fcntl.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <sys/socket.h> #include <unistd.h> // Temporary buffers for formatting strings static char ip_str[255]; static char ip...
[ "peter@typeblog.net" ]
peter@typeblog.net
09a8b129eb4f57b8909c8cbedd0b3009c224a0e2
a94588129e8621c9e42e3272267a6144a16251b5
/SourceCode/Trash.c
72558200fcdf0bdc67455571ba9a588e5a66f335
[]
no_license
lonecuber/PID_462
a6eb15a9e47210e7f26134980f6df6c696ec3b62
8523a8749e00225e60577d6720ac402d28cf11fb
refs/heads/master
2020-08-29T10:26:34.600057
2019-10-28T09:05:15
2019-10-28T09:05:15
218,005,933
0
0
null
null
null
null
UTF-8
C
false
false
5,758
c
/* Texas A&M University ** Electronic Systems Engineering Technology ** ESET-420 Capstone II ** Author: Jacob Faseler ** File: Trash.c ** -------- ** Stuff that could potentially be useful later */ /* XDCtools Header files */ #include <xdc/std.h> #include <xdc/runtime/System.h> /* BIOS Header files */ #include <ti/sy...
[ "JacobFaseler@Jacobs-MacBook-Pro-12.local" ]
JacobFaseler@Jacobs-MacBook-Pro-12.local
55908a0b0459a614d96f9de91b7ad4ec05c87869
450dbfa81aca2d87e10ec3513065ae526f6f12a0
/junkcode/ExampleLinuxProgramming/Example_Linux_programming/chapter9/9-9/writer.c
55eb21346934b3f70b3bcfa9b3490e8ffef686bd
[]
no_license
shihyu/C_and_CPP
cd6eac18e724409d9dff0d4601db525d830e179e
d69e3089a9b6ee191548a492612b54bb037e7df2
refs/heads/master
2020-12-15T22:29:42.675236
2016-09-25T07:01:08
2016-09-25T07:01:08
14,917,164
1
8
null
null
null
null
UTF-8
C
false
false
143
c
#include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> int main(void){ int fd=open("fifo",O_WRONLY); write(fd,"fifo test\n",10); }
[ "jason_yao@htc.com" ]
jason_yao@htc.com
a5f79086b08b37ace5e1c5a09686258a7d35805f
baa703c07b3e75308c53d5d33cd4f322d25dbdd4
/Labs/Lab4/Lab4/testQueue.h
72f92c1e30164efee6c4859e03642e51a3da0f3d
[ "MIT" ]
permissive
hanselcheong/CS122
4b37edd3854177c296590d04ecf7db147c422f8c
5975cd001a9943455a5664b199c33490d4deb4be
refs/heads/master
2021-01-17T21:45:45.250840
2015-05-27T19:44:59
2015-05-27T19:44:59
null
0
0
null
null
null
null
UTF-8
C
false
false
214
h
#ifndef TESTQ_H #define TESTQ_H #include "lab4.h" void testEnqueueEmpty (void); void testEnqueueNotEmpty (void); void testDequeueNotEmpty (void); void testPrintEmpty (void); void testPrintNotEmpty (void); #endif
[ "ricky.webber@hotmail.com" ]
ricky.webber@hotmail.com
6d66ba533870811a32eae145ff4d13deb7db03f7
925f4d28ff2d41a7b7efb73c6775ab57f60520cd
/src/esthmm_gpu.c
5bfb6de1527cb59b3924aa4a3d387b78541e3156
[]
no_license
Boyle-Lab/TRACE_GPU
64b0ef8ea92675384c0531927cbe532bfecce9c7
6b3231eb395a6d2d11b3b4b6914905525d3743b3
refs/heads/main
2023-08-12T06:25:55.122415
2021-09-21T19:47:25
2021-09-21T19:47:25
407,577,967
0
0
null
null
null
null
UTF-8
C
false
false
32,676
c
/* * File: esthmm.c * * The main function of training step in TRACE. * (embedded data processing steps) * * The HMM structure and some codes are borrowed and modified from Kanungo's * original HMM program. * Tapas Kanungo, "UMDHMM: Hidden Markov Model Toolkit," in "Extended Finite State Models of Language...
[ "shengchd@umich.edu" ]
shengchd@umich.edu
95daf6d0f5efee81f7ca917e9c424c2b003d31f5
cd760d6f8e318941e37c0ffb8566993896606e6e
/.phoronix-test-suite/installed-tests/compilebench/compilebench-0.6/t/native-0/drivers/serial/amba-pl010.c
693b5b6575727f6805811e2accf52b1b80c5df1f
[]
no_license
aorzerep/neb
3fab34e1ad05cd0c1f2274f4d143664c1ed4368d
6dda5d3c432f2636973c9a98370056e57fe8e79f
refs/heads/master
2020-09-08T10:06:34.548290
2019-11-12T01:00:41
2019-11-12T01:00:41
221,099,011
0
0
null
null
null
null
UTF-8
C
false
false
18,057
c
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa...
[ "root@neb.intranet.highprophil.com" ]
root@neb.intranet.highprophil.com
15712126915ab06bf3c460c82dcf7037ada46d86
af59156ce1bbd991e11777ecf451c899194a9ccb
/ex15.pointers.c
969d780f6d603f0d01f1fafcf8f73b42c40c370c
[]
no_license
lijialuarco/c
64442f8eb2f863db593f698126d87465e6cb8a05
afe8414a7b068112844ec2949ba8ed8fa7300db0
refs/heads/master
2021-06-26T22:53:45.964908
2017-09-19T06:26:44
2017-09-19T06:26:44
103,615,390
0
0
null
null
null
null
UTF-8
C
false
false
1,568
c
#include <stdio.h> int main(int argc,char *argv[]) { // 创建了两个数组 ages存储了int数据,names储存了一个字符串数组 int ages[] = {23,43,12,89,2}; char *names[] = { "Alan","Frank", "Mary","John","Lisa" }; // 定义循环步长 int count = sizeof(ages)/ sizeof(int); // 初始化i int i =0; // 使用i对应数组索引,循环输出 ...
[ "18909336686@163.com" ]
18909336686@163.com
2df7785f49ef773e9928dd170c937a6043593bb8
5db28fabba7c63b7a455a41f76524f9590d58213
/OwnLib/include/EA_BaseBoard/inc/light.h
cf00c7795c7083991e3a3c7cbbc02a6e191a8851
[]
no_license
darsolano/LPC1769_Libraries
cf2faf63707d84c01e7acec0a65886af6e116fb7
885b6e7fe2e47d4ddeddd4de70abe96afec65490
refs/heads/master
2022-11-18T05:47:42.399501
2020-06-26T06:43:28
2020-06-26T06:43:28
275,089,120
0
0
null
null
null
null
UTF-8
C
false
false
1,472
h
/***************************************************************************** * light.h: Header file for ISL29003 Light-to-Digital Output Sensor * * Copyright(C) 2009, Embedded Artists AB * All rights reserved. * ******************************************************************************/ #ifndef __LIGH...
[ "darwin.solano@gmail.com" ]
darwin.solano@gmail.com
5b28ac2c7bd20b5677c13112c3a44a8c6d90fd22
902f2055783a04b9a20bba34b8e852a9910490b9
/Star/ST_UD01/user/debug.h
c94a491f6f76b9dd0190530576dd9010af05450c
[]
no_license
Layty/XXOO_000
f774df1ef24c68f2839bfa163c78e80b1f2f2cfb
9fdd513860586ee779a4594c96c837aa0edae7c8
refs/heads/master
2023-08-09T00:43:07.065761
2015-02-15T11:06:29
2015-02-15T11:06:29
null
0
0
null
null
null
null
UTF-8
C
false
false
2,115
h
/*! ****************************************************************************** ** ** \file debug.h ** ** \brief Debug definition ** ** \author FSLA AE Team ** ** \version V0.10 ** ** \date 2012-01-19 ** ** \attention THIS SAMPLE CODE IS PROVIDED AS IS. FUJITSU SEMICONDUCTOR ** ACCEPTS NO R...
[ "372016171@qq.com" ]
372016171@qq.com
32566cca5c502808e038c834e305cbffe8ba36b9
46ffc2fc0dcca74d86d6a5c1cf1127816f55be41
/core/storage/rfa_client/inc/rfsa_client.h
524ca839f3597c745d240382e090e759ba48ba60
[]
no_license
jcrutchvt10/gensec
262fef3d5cd1693042d0a464f8413a6a3e9d4189
c28347127030cabb6f2dc97cf33f308f7e0f968e
refs/heads/master
2021-07-06T23:28:30.026212
2016-10-15T08:34:47
2016-10-15T08:34:47
105,691,248
2
0
null
null
null
null
UTF-8
C
false
false
5,509
h
#ifndef __RFSA_CLIENT_H__ #define __RFSA_CLIENT_H__ /****************************************************************************** * rfs_client.h * * Client API definition file for remote file system access * * Copyright (c) 2012 * Qualcomm Technologies Incorporated. * All Rights Reserved. * Qualcomm Confiden...
[ "remittor@gmail.com" ]
remittor@gmail.com
26ccb116d091d5eedd137e123e8f47009c23662a
80bcf31bfa9d04e700a60627554686034bd3bdb7
/WiFiCore/src/memb.c
720da476bcc4db6567266df97f59eeac64a37f91
[]
no_license
BackupTheBerlios/microsrcp
277cc6e803a0b80b288c25179edd488cdaddba40
a0d4b8ec0ceb2a05377810b16604688a3196f419
refs/heads/master
2016-09-06T16:03:02.745051
2013-03-05T20:26:13
2013-03-05T20:26:13
40,259,347
0
0
null
null
null
null
UTF-8
C
false
false
3,386
c
/* * Copyright (c) 2004, Swedish Institute of Computer Science. * 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 * n...
[ "mbern" ]
mbern
1525e2191a09210bc9dc2cdecca5b71263d3224b
200ce8cab43993ce110831e73e028a00d04aa6dc
/src/network/async.c
dd3037607b05777a9bb332211f7bf4049a92ff20
[]
no_license
Marcos30004347/Redes2
4c94b343ff091df8b916482e0face3d9fd7c9ab2
f9985677ee97c957d4eca4f978869d85fb6ec7ec
refs/heads/master
2023-03-11T05:25:58.730852
2021-02-27T02:25:51
2021-02-27T02:25:51
339,532,987
0
0
null
null
null
null
UTF-8
C
false
false
1,023
c
#include "async.h" #include <pthread.h> #include <stdlib.h> #include <stdio.h> #include <string.h> typedef void*(*thread_handler)(void*); struct thread { pthread_t object; thread_handler handler; void* arg; }; struct mutex { pthread_mutex_t object; }; struct thread* thread_create(thread_handler h...
[ "marcos30004347@gmail.com" ]
marcos30004347@gmail.com
943e02c28ee53378eb9fbb59630a8d6929969d81
0f1ef93394c8cc818a15891204feea0be07ed754
/software/firmware/Hexaloop/Config.h
997e8cada033ad7f708cdfef3106a33ca27240b0
[ "MIT" ]
permissive
PedroHPCardoso07/Quadruloop
f8dbd5ac6d2e99aa68a287c9efefeb98acffa8c8
d16bd13cf043754c99ea69d8d6c9daf7ab3f815a
refs/heads/master
2021-01-01T17:59:24.175034
2016-02-05T09:26:52
2016-02-05T09:26:52
null
0
0
null
null
null
null
UTF-8
C
false
false
1,995
h
#define NUM_JOINTS 18 #define COMMAND_QUEUE_LENGTH 8 /* Servo wiring - Back is at the usb port of the NodeMCU 0 - back left hip 1 - back left coxa 2 - back left tibia 3 - back right hip 4 - back right coxa 5 - back right tibia 6 - mid left hip 7 - mid left coxa 8 - mid left tibia 9 - mid right hip 10 - mid right ...
[ "RobertCL@iname.com" ]
RobertCL@iname.com
373e35b956b3b2427bed1f0592cf572fddb85714
bbc35e3c7e35b5219e06027c1798ac36775305ff
/LeeCode/topic459/main.c
bf18b4f3c8888237d575357036856a3ac04d664f
[]
no_license
zabcdefghijklmnopqrstuvwxy/leecode
7f261dfde880f4755cf3b35b0ca08b36025cd5e9
35018a3e0506a77d425d0aff6a1c50bfa67afeaa
refs/heads/master
2023-03-07T06:27:51.292041
2023-02-26T03:50:34
2023-02-26T03:50:34
211,665,551
1
0
null
null
null
null
UTF-8
C
false
false
106
c
class Solution: def repeatedSubstringPattern(self, s: str) -> bool: return s in (s+s)[1:-1]
[ "sai14790085178@163.com" ]
sai14790085178@163.com
f460b7ada7c704ab3447af6cd1522a326111880b
9aac437ad6b65b7bd7350a34de596faa19aa9a6f
/include/common/slprj/_sfprj/RaspPiPilot/_self/sfun/src/c9_RaspPiPilot.h
7bc0b06039205bb7f67f44cf5f7bfc114ff3c2c4
[]
no_license
omcaree/AutonomousQuadcopter
4e769691f7d0d1068695f3b60d6fd7d00d540104
a9a246de0ba9a9a501bd08aad01967e1e7938920
refs/heads/master
2021-01-25T05:34:53.343266
2014-07-28T13:30:41
2014-07-28T13:30:41
22,431,374
1
1
null
null
null
null
UTF-8
C
false
false
1,041
h
#ifndef __c9_RaspPiPilot_h__ #define __c9_RaspPiPilot_h__ /* Include files */ #include "sf_runtime/sfc_sf.h" #include "sf_runtime/sfc_mex.h" #include "rtwtypes.h" #include "multiword_types.h" /* Type Definitions */ #ifndef typedef_SFc9_RaspPiPilotInstanceStruct #define typedef_SFc9_RaspPiPilotInstanceStruct typedef ...
[ "julius.sustarevas@mathworks.co.uk" ]
julius.sustarevas@mathworks.co.uk
9f48f9b63c7ff5c6470dd8353a9376fb5f77ea0e
b2968977159c27dcb253f70c573fb7abad41c2ef
/04pipe/02/03pipe.c
987f488c1ab0f4fcd432ebab27aed8632b977e90
[]
no_license
wemadefoxwxl/APUE
5efbb15bc0604248d56e4cf037345b0af6a6feb9
2504a16628e7247b8ac95c6c557a449b93374e60
refs/heads/master
2020-12-03T01:48:33.717841
2017-07-02T13:42:35
2017-07-02T13:42:35
95,870,182
1
0
null
null
null
null
UTF-8
C
false
false
636
c
#include <sys/stat.h> #include <sys/types.h> #include <unistd.h> #include <stdlib.h> #include <stdio.h> #include <errno.h> #include <fcntl.h> #include <string.h> #define ERR_EXIT(m)\ do\ {\ perror(m);\ exit(EXIT_FAILURE);\ }while(0) void handler(int sig) { printf("recv sig is %d \n", sig); } int main() { s...
[ "wxl2015kaoyan@163.com" ]
wxl2015kaoyan@163.com
f821060a3868760f4e6360dee251513b2a0fdcc3
d82c5fb4b2660036c2379d76992f3e9b0c6a1491
/d07/ex00/ft_strdup.c
dcb40f9e7fb86b8c78afe7022458d9a34af23f84
[]
no_license
cookietho/C_piscine
0ae2d3198e45d3cf0633e9291e691f1b08a40b3b
1415eb428f3d31dde72df1d5e270d3a0c16609e5
refs/heads/master
2020-03-23T21:00:33.429924
2018-07-23T22:56:47
2018-07-23T22:56:47
142,076,066
0
0
null
null
null
null
UTF-8
C
false
false
1,367
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strdup.c :+: :+: :+: ...
[ "minakim@e1z3r3p21.42.us.org" ]
minakim@e1z3r3p21.42.us.org
7d0847c0ff3d497e281f4fe673db50a6939a360f
ec8da4df558b47d0c4ae31dbe27c45673397473a
/Win10_XXXX_21292/ARM64/System32/ntoskrnl.exe/Standalone/_PPM_PLATFORM_STATES.h
acba38ae967ff4a3408acb48f62a6efc9f91a503
[]
no_license
maojun1998/headers
da8d8bc4db517c92fa4e179ac7b3f3703369c350
ec39df2a0d463404b8da0facdc4bebd2e838e40f
refs/heads/master
2023-03-17T09:20:46.653334
2021-01-22T18:15:26
2021-01-22T18:15:26
null
0
0
null
null
null
null
UTF-8
C
false
false
3,220
h
typedef struct _LIST_ENTRY { /* 0x0000 */ struct _LIST_ENTRY* Flink; /* 0x0008 */ struct _LIST_ENTRY* Blink; } LIST_ENTRY, *PLIST_ENTRY; /* size: 0x0010 */ typedef struct _PPM_VETO_ACCOUNTING { /* 0x0000 */ volatile long VetoPresent; /* 0x0008 */ struct _LIST_ENTRY VetoListHead; /* 0x0018 */ unsigned char Cs...
[ "w.benny@outlook.com" ]
w.benny@outlook.com
e9d661fff5ca603fbebaac2cd11bc31b8b2df4ec
834ea6d1c3281602dd5a81c0b277b0909e53f6d1
/listaAExe1.c
a09c76488efe3951ebab829ad913e0e7e2fa547e
[]
no_license
maiconjfa/Programa-o-em-C
0327bd889493771e8aebde73061cddd2897d084a
d88e7b76bdce63fde40247c544d0c8356d5aad9c
refs/heads/master
2020-09-13T10:24:12.776233
2019-11-19T16:35:38
2019-11-19T16:35:38
222,741,544
0
0
null
null
null
null
UTF-8
C
false
false
193
c
#include<stdio.h> #include<stdio.h> int main(void) { char nome[100]; printf("Digite seu nome: \n"); scanf("%s", &nome); printf("\n%s", nome); system("pause"); return 0; }
[ "noreply@github.com" ]
maiconjfa.noreply@github.com
ff69e7edac0465199cf10a26f1125bd0c671c107
ee73fdcceb1094108c0a9e209535d7915e2e33b3
/Green openETCS Non-Vital Demonstrator/Source Code/Source Code ETCS Onboard Unit System/Generated_Code/KCG-ERSA/CAST_int_t_DMI_speedProfile_DATA_Variables.c
87dc8556f21b367b22e2f467702c2dceb6079acc
[]
no_license
stefan-karg/srcAndBinary
d912b03c44d75b807dc4f9b67938dde73dd52ccf
5e0a11c72a20ca8c1386c55d0cd3e4c7463fb600
refs/heads/master
2020-12-31T03:36:26.071772
2015-12-07T14:57:47
2015-12-07T15:00:53
47,557,434
0
0
null
2015-12-07T14:36:45
2015-12-07T14:36:45
null
UTF-8
C
false
false
1,594
c
/* $**************** KCG Version 6.4 (build i21) **************** ** Command: kcg64.exe -config R:/Repositories/modeling/model/Scade/System/OBU_PreIntegrations/Demonstrators/ERSA_EVC_Testrunner/config.txt ** Generation date: 2015-12-07T14:47:42 *************************************************************$ */ #include...
[ "info@stefankarg-it.de" ]
info@stefankarg-it.de
6f35f397657ad55610a5ee4355f12492bdb93f72
52e17f804d1f5f5f29bbcde4b1a25882b25be843
/uva 11827.c
0c9c3aace3037c034aadda769be2ba0cef4ec794
[]
no_license
Jumman/UVa-Solution
1c19afa3c2765947f755ee9eb23eda0010f17f5a
c47b03ba8311a41898ff35ee4298c40849925b9a
refs/heads/master
2022-01-18T18:47:58.337069
2019-07-18T15:01:25
2019-07-18T15:01:25
106,889,840
0
0
null
null
null
null
UTF-8
C
false
false
1,096
c
#include<stdio.h> #include<string.h> int GCD(int m,int p){ int gcd,temp; if(m==0){ gcd=p; } else if(p==0){ gcd=m; } else { while(p!=0){ temp=p; p=m%p; m=temp; } gcd=m; } return gcd; } int main() { int i,j,n,l,k,m,p,gCd,max,x,len; char s[...
[ "noreply@github.com" ]
Jumman.noreply@github.com
1b812dc96d4dc3ccbc212abbd1a441754137fa39
f31be36e944149a60cb7c4acd46c523574873917
/postgresql-8.2.4/src/backend/commands/tablecmds.c
7e347b27f0e96eb1276061b45d644714ba3e9904
[ "PostgreSQL" ]
permissive
purduedb/sgb
7f0c3c7401d978c3ffa16c7aeebeaff59ee6edae
758b6535ddfdb85112192ff413573582001e10cc
refs/heads/master
2021-05-30T04:03:12.129602
2015-11-14T22:13:38
2015-11-14T22:13:38
null
0
0
null
null
null
null
UTF-8
C
false
false
208,504
c
/*------------------------------------------------------------------------- * * tablecmds.c * Commands for creating and altering table structures and settings * * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * *...
[ "tang49@mc12.cs.purdue.edu" ]
tang49@mc12.cs.purdue.edu
6392a05cd7994be3fe8a9636cb523a0ba16416c7
e52dd6ee1735b9a6748f26592937c32919d55954
/qcom-caf/audio/qahw_api/inc/qahw_effect_presetreverb.h
ef3376a45142f7e44f2fae62de545396a6056d09
[ "LicenseRef-scancode-unicode", "Apache-2.0" ]
permissive
zeelog/android_device_xiaomi_mido
3ae683fb345a3349247cd96b276765b7f2e18f0b
6a9d79ad50ff2c550281f55e4e902067e81694c6
refs/heads/lineage-20.0
2023-05-27T19:14:47.677305
2019-03-18T19:24:33
2023-05-26T16:40:58
120,601,307
120
385
null
2023-05-26T16:41:00
2018-02-07T10:37:19
C++
UTF-8
C
false
false
2,167
h
/* * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved. * Not a Contribution. * * Copyright (C) 2011 The Android Open Source Project * * 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 ...
[ "Danjel.Zammit@gmail.com" ]
Danjel.Zammit@gmail.com
7be2ee89aeb18413f76415e41741b36f2e8d4beb
561d9d299b4d9d08a67db903184f08ca86d9b5ea
/main.c
d9e483ba757588fb9e047e5b5af846b2f7d822c9
[]
no_license
NerevarineRule/CS111
c587fd75a7d91e8e710886a112aeb8e0bb4d180e
52482d7e4c009b6b9cf1babff51d833e4c44e268
refs/heads/master
2021-01-01T16:04:30.628051
2017-07-20T02:15:25
2017-07-20T02:15:25
97,768,392
0
0
null
null
null
null
UTF-8
C
false
false
1,588
c
// UCLA CS 111 Lab 1 main program #include <errno.h> #include <error.h> #include <getopt.h> #include <stdio.h> #include "command.h" static char const *program_name; static char const *script_name; static void usage (void) { error (1, 0, "usage: %s [-pt] SCRIPT-FILE", program_name); } static int get_next_byte (vo...
[ "noreply@github.com" ]
NerevarineRule.noreply@github.com
9a3b30145c2dc45c3eb2ac6a0fa4fdb86369c36d
e674c437ffb02a752d46e310fd3ec46714ea616e
/section_table.h
91c0672df66c44b6a301c884ae84b6dfd8bb139f
[ "Apache-2.0" ]
permissive
newNcy/ELFLoader
082fea123c6b26434085adadd23cf142ace37b0a
61f09a5f23336caf55c75e69fae453c86ff8313a
refs/heads/master
2021-01-13T08:13:47.791843
2018-01-21T03:54:12
2018-01-21T03:54:12
94,958,844
1
0
null
null
null
null
UTF-8
C
false
false
252
h
#ifndef _SECTION_TABLE_H #define _SECTION_TABLE_H #include <stdio.h> #include <linux/elf.h> /* 解析节头 */ void Shdr64(Elf64_Shdr shdr,char *); /* 节类型 */ void s_type( Elf64_Word type ); /* 节标志 */ void s_flag(Elf64_Word flag); #endif
[ "1136962813@qq.com" ]
1136962813@qq.com
af53f8a24f71158d41badec5419146270624e572
02c59f526495e79ce145df6e38838a5855bc85cd
/CodeUp_C/Basic 2. I_O statement and operator/1136.c
77fb116c5d792665896ee080cfb524c4d4fba1de
[]
no_license
changukwoo/CodeUp
5fb5552e58569ec146c6f5e1a3a1fac0f6504cb6
9427cef22e253e585375ef457de4a25d83013258
refs/heads/main
2023-04-11T03:06:55.442529
2021-04-30T05:30:20
2021-04-30T05:30:20
351,421,436
0
0
null
null
null
null
UTF-8
C
false
false
141
c
#include <stdio.h> int main(void) { int a, b; scanf("%d %d", &a, &b); if (a == b) printf("1\n"); else printf("0\n"); return 0; }
[ "changukwoo@naver.com" ]
changukwoo@naver.com
853b0b993c889458264262733de668ada8375135
83d92937658210ff64ffdd899d48ccc4c3388c65
/print_hex.c
462997329774b9db23ddf3223abfb7c4b7da69ec
[]
no_license
DavidLivingstoneHini/printf
60b08f41d52ed873696ae2305801acde45e792ea
fe11d81ad6a0ac47b5bc11e2765a07b3c8e02717
refs/heads/master
2023-07-04T05:46:00.621806
2021-07-31T00:23:24
2021-07-31T00:23:24
389,617,845
2
2
null
null
null
null
UTF-8
C
false
false
2,241
c
#include "holberton.h" /** * print_hex - prints an unsigned int in hexidecimal form * @n: unsigned int to print * @c: flag to determine case of printing (0 = lower, 1 = upper) * * Return: number of digits printed */ int print_hexHEX(unsigned int n, unsigned int c) { unsigned int a[8]; unsigned int i, m, sum; ...
[ "noreply@github.com" ]
DavidLivingstoneHini.noreply@github.com
e46edf87ba022262001d72dbdcded4280ae12d43
31301075272df2d39f8891d479383eaf35af1e13
/9511Soft/Source/OS/uCOS-II/Ports/ARM-Cortex-M3/Generic/RealView/os_cpu.h
f02fa2a29310397a0bdfb34ff6887107bf276b65
[]
no_license
againzhou/tangkong
3707271b46615fed97c09f49eafd35e0ae7300df
6336f9ddfb21750d143b9c537ec8af0f0b27f55b
refs/heads/master
2021-01-19T02:51:51.092397
2015-07-03T02:25:20
2015-07-03T02:34:32
38,467,229
0
0
null
null
null
null
UTF-8
C
false
false
5,439
h
/* ********************************************************************************************************* * uC/OS-II * The Real-Time Kernel * * * (c) Copyright 2006, Micrium, Weston, FL * ...
[ "againzhou@sina.com" ]
againzhou@sina.com
8eba1bda5b71b140e92dbb883e9f4a3286b3542e
5f199de9b53f0fa74ff512ffc601ea656f345f42
/M04/countstr/src/source.c
db199b83fe81ba4073838465f80669b2da46249c
[]
no_license
coodeex/Basic-Course-in-C-programming
987f931e2823480b0f7b66c279b3204a010aa65b
c628495d15e1b7e4d3f262774edfbecf1a03b84e
refs/heads/master
2023-02-15T03:20:19.556408
2021-01-03T21:29:58
2021-01-03T21:29:58
319,773,545
0
0
null
null
null
null
UTF-8
C
false
false
453
c
#include "source.h" #include "string.h" #include "stdio.h" int num_substr(const char *str, const char *sub) { int num = 0; while(*str != '\0'){ char *ptr = strstr(str, sub); if(ptr!=NULL){ str = ptr + 1; num++; } else{ str++; } ...
[ "juhani.s.lehto@gmail.com" ]
juhani.s.lehto@gmail.com
00d9bc79630f14028e4e72ffb70bcd3c16376e71
64ce50d558dd52947d66bdbeb24e275b57f755ed
/0x10-variadic_functions/2-main.c
c5cbee553a2202d280bb2cc090fce3d324bde00f
[]
no_license
JoseAVallejo12/holbertonschool-low_level_programming
54d5fca780985b6dca0b3a37a9f930e83ed1fe8d
87d0ea6d9f40aa9733bc6d021bd6836bb75af3a3
refs/heads/master
2022-12-10T10:09:46.342317
2020-08-27T18:20:07
2020-08-27T18:20:07
238,466,927
1
0
null
null
null
null
UTF-8
C
false
false
221
c
#include "variadic_functions.h" /** * * main - check the code for Holberton School students. * * * * Return: Always 0. * */ int main(void) { print_strings(", ", 2, "Jay", "Django"); return (0); }
[ "josealfredovallejo25@gmail.com" ]
josealfredovallejo25@gmail.com
a740174c999462d8611e7d09afbd2156a6147486
e6583d5bfce43a8dcb24f4433e486ba925cc4f26
/include/kannel/gwlib/accesslog.h
58622aa9b24b3dfeb727d40712432e74ff95bbea
[]
no_license
frese/mbuni
adb625a21a67dec0431efaaf60a2c6ec63aed136
561aa3c132c470c2df4cb460614e8155d7a99eea
refs/heads/master
2021-01-13T01:13:51.547342
2009-02-20T15:35:01
2009-02-20T15:35:01
133,327
3
2
null
null
null
null
UTF-8
C
false
false
3,939
h
/* ==================================================================== * The Kannel Software License, Version 1.0 * * Copyright (c) 2001-2005 Kannel Group * Copyright (c) 1998-2001 WapIT Ltd. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification...
[ "allan@frese.com" ]
allan@frese.com
e9b72b14ec4b672a4cf3705b308124e8fec26616
256a8eabe095fccb9cbc4da9dd9f2458ff087d60
/build/doxygen/applied/catch_msg.c
29c5808b059f147d993dd1b7abe0a9d2f3e1bdac
[]
no_license
abathur/ldmud-doc
9a19d7773072ecad922952e6ce8fd925ee3c9f15
1da0d007b136a805a5829721b245fcecc987971a
refs/heads/master
2021-01-17T08:02:15.519054
2017-03-17T01:55:21
2017-03-17T01:55:21
38,114,413
0
0
null
null
null
null
UTF-8
C
false
false
898
c
public class applied { /** * When efun::say(), efun::tell_room() or efun::tell_object() are used with a non-string as message, the value will be passed to applied::catch_msg() in all living objects that can hear it, instead of writing to the user resp. sending to applied::catch_tell(). This can be used to implem...
[ "travis.a.everett@gmail.com" ]
travis.a.everett@gmail.com
8042ecef39f6c239199a46ce0aba7faed47aaecf
0a9a4ba8dd096332085bcde9fd21072169001620
/3/ARQ/P4/ej4/materialP4/pi_par6.c
df86f6ccf248a0063abb58d55a713ebf09af200c
[]
no_license
blas-miguel/informaticaUAM
80de4c793b9646ff27409ec19a920bc0fc05e7fc
04c37af4c6515ed58a06c415de114a29c2ca781b
refs/heads/master
2023-06-18T20:27:23.579857
2021-07-18T11:00:23
2021-07-18T11:00:23
null
0
0
null
null
null
null
ISO-8859-1
C
false
false
1,437
c
/*********************************************************/ /* Cálculo PI: Método de integración - Version OpenMP */ /* Work sharing */ /*********************************************************/ #include <sys/time.h> #include <stdio.h> #include <stdlib.h> #include <omp.h> int main( int argc, char *argv[] ) ...
[ "alba.ramosp@estudiante.uam.es" ]
alba.ramosp@estudiante.uam.es
e3ee3de6b21ba1b716e7fa03cf03922212ddfcfd
11c6a8b914a516fc588d9c12792a8f51530dd82a
/arduino/source/arduino_src/src/utils/utils.h
eb0236c4401879f45a492ba2dfcd8c65763f74dd
[ "MIT" ]
permissive
IlievIliya92/rpi_arduino
36d8324e583e6033546e7e3d7d379c02f8d265ef
f63ca46bc86429ddd556f7cc7a5d909d1f046732
refs/heads/master
2020-08-15T14:48:57.043668
2020-07-22T06:34:45
2020-07-22T06:34:45
215,358,990
9
1
MIT
2020-06-24T09:52:26
2019-10-15T17:35:26
C
UTF-8
C
false
false
894
h
#ifndef _UTILS_H_ #define _UTILS_H_ #ifdef __cplusplus extern "C" { #endif /******************************** INCLUDE FILES *******************************/ #include <stdint.h> #include <stdbool.h> /*********************************** DEFINES **********************************/ #define bit_get(p,m) ((p) & (m)) #defin...
[ "iliyailiev3592@gmail.com" ]
iliyailiev3592@gmail.com
51672e7891add0c5b8f6e0a6a1bf338eb6376113
8ae4593055891caffc5ba2f187898461e723a0f0
/profile/profile.c
5396079b9665429b30e21cbbbff6752cd9cba949
[]
no_license
lorenzo-stoakes/hydra
1c0203919ac87f5bc251032b6ade7f2906f1674e
8cbb6afe0d8b211965e2af5c514f3f6e510563af
refs/heads/master
2021-01-09T05:57:07.299199
2017-02-07T22:33:15
2017-02-07T22:33:15
80,872,550
0
0
null
null
null
null
UTF-8
C
false
false
611
c
#include "profile.h" /* * v1 concept: * * 1. Allocate NR_CPU * N * 2MiB buffers for threads in each core. * 2. Fault in. * 3. Wait until THP... * 4. Rotate buffers, so they're off-node. * 5. Wait for migration... * 6. Report stats and repeat... */ /* Run in each thread. */ static void do_thread(struct thread...
[ "lstoakes@gmail.com" ]
lstoakes@gmail.com
22b1dab4765f85de676e4af9923a3dd551ec25fb
20fe9cc14b84b13a69627a9570d46c92375e13ac
/cc3200_module/apps/p2p_streaming/lib/wima/whatismyaddress.h
4dd21169a5f22baac9144b27c986e800780b99b6
[]
no_license
caonguyenheo/ti_wifi
286ae32629ef537790c67a12894e40b922dfcbdf
d6f19226fe843fad9b474e108fa402b5f0b89a80
refs/heads/master
2020-03-09T06:52:27.051686
2018-04-08T14:50:35
2018-04-08T14:50:35
128,650,804
0
0
null
null
null
null
UTF-8
C
false
false
318
h
#ifndef __WHATISMYADDRESS_H__ #define __WHATISMYADDRESS_H__ #include <stdint.h> //#include <arpa/inet.h> // #include <sys/time.h> // return -1 if fail, 0 if success // Set socket timeout to 50ms internally int32_t wima_nonos(int socket, char* server_ip, int server_port, char* client_ip, int* client_port); #endif
[ "caonguyen1907@gmail.com" ]
caonguyen1907@gmail.com
185ca559a310e8faacf2da7b3b7cb6fecf6f438c
d28129f1e7cfb28c80dcddcf86f92fd09526531e
/as/src/blacklist.h
e673a3706da3ba78108f4df8a2bd2b78fd94bbdd
[]
no_license
2630682353/build_fly
a1201441c8105a36731789f6db1b3ade6e2f3b3b
23df1266f36cbbb3b67dd98f003488beb364fba4
refs/heads/master
2021-09-22T21:22:31.075663
2018-09-17T01:56:30
2018-09-17T01:56:30
111,643,892
1
1
null
null
null
null
UTF-8
C
false
false
1,304
h
#ifndef __BLACKLIST_H__ #define __BLACKLIST_H__ #ifdef __cplusplus extern "C" { #endif #include <linux/proc_fs.h> #include <linux/list.h> #include <linux/skbuff.h> #include "type.h" #include "def.h" #include "atomic.h" #include "spinlock.h" typedef struct blacklist_flow_stats_st{ uint64 uplink...
[ "2630682353@qq.com" ]
2630682353@qq.com
cdc03c491efcd6fef3f6c4d459dc6bc1356ef3d8
a2678ddedd0628110f3e2c375b6c5bc117a15e53
/2_CythonMultiprocessing/answers/my_dot.c
ee061286a45c57bbaa3b8b46871109aa6ee072e0
[]
no_license
ASvyatkovskiy/PythonWorkshop
8f7575da88903117621a0fca3311abe5df73a738
19fbd7d5574db2652d07db4a3b54979cdb5f6b62
refs/heads/master
2021-01-13T00:42:25.727825
2017-10-25T13:52:47
2017-10-25T13:52:47
53,911,906
12
6
null
2017-10-14T20:07:49
2016-03-15T03:33:26
null
UTF-8
C
false
false
179
c
#include <stdio.h> double dot_product(double v[], double u[], int n) { double result = 0.0; for (int i = 0; i < n; i++) result += v[i]*u[i]; return result; }
[ "asvyatkovskiy@gmail.com" ]
asvyatkovskiy@gmail.com
397f4037a67261b9a36af28658b0bba2fc0dafcb
6f6730bcacf07d770c36fcfb1bede19b4b867bf4
/TP Testing LinkedList/src/LinkedList.c
23446b9132c374d84c7b237805bed4e43042dc34
[]
no_license
Facundo3228/tp_laboratorio_1
080df9734a5fc0c21752f926f99e9a7993dcc483
4ed9ea95eaed07457b23c62d2084bc56888506c3
refs/heads/master
2021-05-17T08:46:57.153931
2020-06-24T07:56:20
2020-06-24T07:56:20
250,713,499
2
0
null
null
null
null
UTF-8
C
false
false
17,393
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "../inc/LinkedList.h" static Node* getNode(LinkedList* this, int nodeIndex); static int addNode(LinkedList* this, int nodeIndex,void* pElement); /** \brief Crea un nuevo LinkedList en memoria de manera dinamica * * \param void * \retu...
[ "noreply@github.com" ]
Facundo3228.noreply@github.com
aaa7c8d332221968c3b517a2d20a398c4d9936b0
ee85857f2b07b43557739e67e9b079ea3bd801cc
/amosa/creating_archive.h
667b614f91918db4fc3d5e26a4f790c581ec00c1
[]
no_license
jethroFloyd/ml-algo
6a9346038f889769dc38f9fa0fbc77ec1b599113
a5903af460a5f85382cbc96cbf103a5af1318903
refs/heads/master
2020-05-20T22:26:20.973223
2016-03-07T06:06:20
2016-03-07T06:06:20
24,691,997
0
0
null
null
null
null
UTF-8
C
false
false
2,840
h
// Declaring User Defined Header Files. #include <malloc.h> #include "amosa.h" /* Function creating the archive */ void creating_archive(AMOSAType *amosaParams) { // variable declaration //------------------------------------------------------------------------------------------------------ int i,j,h;...
[ "ritobrotomaitra@gmail.com" ]
ritobrotomaitra@gmail.com
55567687ebdb8c3b6a366807f62c0032e32b248f
e99fc138baabc7fb12c154298f3b42f60209b04d
/ft_strrchr.c
bc286dfa23fae081f53693b582660a62ea0ae993
[]
no_license
epsakzm/libft
d5f2dda125215393b10ba35fcc957c20a2548950
ca2a33896de96e9a9901f2b0859173eaa55e20c7
refs/heads/master
2023-02-08T22:56:03.806544
2020-12-30T16:49:32
2020-12-30T16:49:32
323,644,892
0
0
null
null
null
null
UTF-8
C
false
false
1,178
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strrchr.c :+: :+: :+: ...
[ "hwpark@MacBookPro.local" ]
hwpark@MacBookPro.local
2a2001031d9801185e311cbcd9dbb424b4707117
ab4bc159b9b4c8aa875344cbe3a11438e2069869
/game_of_life.c
cf5c8d3f9ed3554740317d71a4fb324407cba375
[]
no_license
mwarzynski/uw_game_of_life
915b4130054071e4e3ca14e740e18a34926e61b5
c7af497817399437f946065293d5717462717adc
refs/heads/master
2021-09-23T22:53:14.074285
2021-09-16T00:45:29
2021-09-16T00:45:29
164,141,159
1
0
null
null
null
null
UTF-8
C
false
false
1,998
c
#include <stdio.h> #include <stdlib.h> void start(int width, int height, char *T); void run(); void stop(); char *T; int width, height; int load_data(char *filename) { FILE *f; f = fopen(filename, "r"); if (f == NULL) { perror("couldn't open input file"); return 1; } if (fscanf(f...
[ "mathew.warzynski@gmail.com" ]
mathew.warzynski@gmail.com
9fc4826a3f12ffe22ec8a26be7ecd99e5cfa9e21
51635684d03e47ebad12b8872ff469b83f36aa52
/external/gcc-12.1.0/gcc/testsuite/gcc.dg/pr104612.c
7d055ed871b84f1f458b0a2f8e7ce9cca4deae8b
[ "LGPL-2.1-only", "FSFAP", "LGPL-3.0-only", "GPL-3.0-only", "GPL-2.0-only", "GCC-exception-3.1", "LGPL-2.0-or-later", "Zlib", "LicenseRef-scancode-public-domain" ]
permissive
zhmu/ananas
8fb48ddfe3582f85ff39184fc7a3c58725fe731a
30850c1639f03bccbfb2f2b03361792cc8fae52e
refs/heads/master
2022-06-25T10:44:46.256604
2022-06-12T17:04:40
2022-06-12T17:04:40
30,108,381
59
8
Zlib
2021-09-26T17:30:30
2015-01-31T09:44:33
C
UTF-8
C
false
false
482
c
/* PR target/104612 */ /* { dg-do compile } */ /* { dg-options "-O2" } */ /* { dg-additional-options "-msse2 -mfpmath=sse" { target i?86-*-* x86_64-*-* } } */ struct V { float x, y; }; struct V foo (struct V v) { struct V ret; ret.x = __builtin_copysignf (1.0e+0, v.x); ret.y = __builtin_copysignf (1.0e+0, v.y);...
[ "rink@rink.nu" ]
rink@rink.nu
7f534e497488e2a8edfdb50f231852e70912785f
c08af407ff78f770a4e7d893a7bd9654cffe46fe
/DS programs/infixxx.c
0cdfaa0cc7ab75d76a4c66436b6b1b4b84737f19
[]
no_license
abelzach/S3-OOPS-and-DS-Lab
03ae15da501d559bb58968c28267fa7b7b059006
cbc9e150405821325dec1ab5fee1527d816d0ee0
refs/heads/master
2023-07-20T12:43:40.454710
2021-08-14T11:16:04
2021-08-14T11:16:04
395,983,307
1
0
null
null
null
null
UTF-8
C
false
false
4,193
c
#include<stdio.h> #include<ctype.h> #include<string.h> #include<stdlib.h> int max=10,top=-1,a[100]; char b[100]; void push(int ele) { if(top==max-1) { printf("\n Stack is full"); } else { top++; a[top]=ele; } } int pop() { int n; if(top==-1) { printf("...
[ "abelsimonz@gmail.com" ]
abelsimonz@gmail.com
df41a4126e1384d55ec505b69c2595acd86a15ff
ddc17619b2d540f9214f886d153b060fb5c4a65c
/zl/l.h
c9579235432e5181ce8dc72e20563d575e30a088
[ "MIT" ]
permissive
stjordanis/kencc-cross
70bc070b55a111398e78d175afadf91455aede8c
37dc0933c2adfa414d9b1612c43fd7f4791327d0
refs/heads/master
2022-12-07T02:49:01.070426
2020-05-01T11:39:11
2020-05-01T11:39:11
null
0
0
null
null
null
null
UTF-8
C
false
false
5,746
h
#include <lib9.h> #include <bio.h> #include "../zc/z.out.h" #ifndef EXTERN #define EXTERN extern #endif typedef struct Adr Adr; typedef struct Sym Sym; typedef struct Autom Auto; typedef struct Prog Prog; typedef struct Optab Optab; typedef struct Oprang Oprang; typedef uchar Opcross[32][32]; typedef struct Count Cou...
[ "you@example.com" ]
you@example.com
86578965d631dcae37599028d928b6bbf46450b3
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE114_Process_Control/CWE114_Process_Control__w32_char_connect_socket_10.c
f60bd7d18b08140bb8037450c8ff3a3b26d0c59e
[]
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
6,952
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE114_Process_Control__w32_char_connect_socket_10.c Label Definition File: CWE114_Process_Control__w32.label.xml Template File: sources-sink-10.tmpl.c */ /* * @description * CWE: 114 Process Control * BadSource: connect_socket Read data using a connect socket (c...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
7dc2d209255ed362bfd9ee0a31b3561c4714e61b
9ecbcaed11042a00d8f86483f8b6f79ba79c34f8
/src/hardware/devg/imx35/layer.c
adc5c433b8d012f0e59c09be0386deebf8d892e4
[]
no_license
x-project-qnx/release_bsp_root
94b491e1e9cfb94bb84a7793aa73281786f8a8b1
75806a42f6a290cede2b966dfc57c9de72d7c371
refs/heads/master
2021-01-19T09:48:55.551714
2017-02-18T14:56:26
2017-02-18T14:56:26
82,141,661
0
1
null
null
null
null
UTF-8
C
false
false
11,033
c
/* * $QNXLicenseC: * Copyright 2007 - 2009, QNX Software Systems. * * Licensed under the Apache License, Version 2.0 (the "License"). You * may not reproduce, modify or distribute this software except in * compliance with the License. You may obtain a copy of the License * at: http://www.apache.org/li...
[ "RuJiang@ad.harman.com" ]
RuJiang@ad.harman.com
962aa14d56b735d9511f26a5c7546ebed17d8e2b
e3405fb6bcc49cf60c713eda778af1612cd99c94
/10Chpt/16-baltree.c
e5a94328562d39cce84c433cd1b0fe2e7b280c87
[]
no_license
anurag20001/COMP10002_Textbook_Solutions
42e2af314a04ecc627baa121d929972e95f17caf
721ef0fcb65dc6e8d651e14097b8464630a8f9cc
refs/heads/master
2022-04-02T22:46:57.639239
2020-02-08T12:52:40
2020-02-08T12:52:40
null
0
0
null
null
null
null
UTF-8
C
false
false
3,283
c
/*============================================================================= # FileName: 16-baltree.c # Desc: calculate average depth of items # Author: Max Lee (Ho Suk Lee) # Email: hoso1312@gmail.com # HomePage: http://imnotbermuda.com # Version: 0.0.1 # LastChange: 2015-10-25 ...
[ "maxisbac@gmail.com" ]
maxisbac@gmail.com
9673e333c7dc1914357d3bd420c46b7afbd41a54
862c86721001e1ba4e33252345a209052ad3364e
/stage_1/arith.c
8b117553d6532141a4be8b28d773caa7fbbb1540
[]
no_license
cluelessidiot/SIL-COMPILER
d46e0baab26aceedb219987f26bbe1e451069c63
3c0f179b871a864dffb2a8abedbf74ee566d399d
refs/heads/master
2020-04-22T01:10:24.768274
2019-05-19T06:33:39
2019-05-19T06:33:39
170,005,863
1
0
null
null
null
null
UTF-8
C
false
false
2,488
c
int regct=0; int getreg() { if(regct==20) { printf("Out of registers"); exit(0); } return regct++; } void freereg() { return regct--; } void answer_storer() { fprintf(xsm_file, "MOV SP, 4095\n"); fprintf(xsm_file, "PUSH R%d\n",regct); } void header_printer() { fprintf(xsm_file, "%d\n%d\n%d\...
[ "aathiltashraf@gmail.com" ]
aathiltashraf@gmail.com
87dc3c8ea3c77e4fc34cad1f74a93d58187e0a11
c20746c019c22759ac5704acb7ba0dd79b2d90d3
/firmware/Inc/usart.h
0634e4bea078b76d2913d5555f54b926c46fdacc
[]
no_license
gruvin/telesoarer
49c59c17e59b8a91d6b09a1d3c8d3a0ab48628a5
ff5fac91e76ddccf92a49c57c57e4210c4c101af
refs/heads/master
2021-01-11T06:51:40.716890
2016-12-22T03:53:57
2016-12-22T03:53:57
72,397,637
1
0
null
null
null
null
UTF-8
C
false
false
2,829
h
/** ****************************************************************************** * File Name : USART.h * Description : This file provides code for the configuration * of the USART instances. ***************************************************************************...
[ "gruvin@gmail.com" ]
gruvin@gmail.com