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
572b2c0963176423a7b44568ccac881d2a44f090
3d0935dddb6b50f3aa3491e37657da129b3652b1
/texture.c
ccc88c03591d79cdb6394689a0c262cde57fa56b
[]
no_license
Murillo2380/SolarSystemC
6be4608b9fa55dc3b72dff183002b5ad041fccde
6b03794a4dd71ede7924670391726c3525536ec3
refs/heads/master
2022-02-12T02:42:20.518609
2019-08-04T22:38:26
2019-08-04T22:38:26
110,097,870
2
1
null
2019-08-04T22:38:27
2017-11-09T09:58:36
C
UTF-8
C
false
false
3,619
c
#ifndef TEXTURE_GUARD_H #ifdef _WIN32 #include <windows.h> #endif #include "texture.h" #include <assert.h> #include <GL/glut.h> #include <stdio.h> #endif /** * <p>Código referente ao exemplo de texturas no pacote opengl disponível na página pessoal do Prof. Ionildo. * Carrega uma textura BMP seguindo as segu...
[ "murillo.dev@gmail.com" ]
murillo.dev@gmail.com
2495c6cc1ea6a59e9b913e18a9f89c131d37d88c
ae79575731d4a37238a4e88687c0ca946a571e81
/app/vector_data_unit/vdu_demo/src/process/cp_vdu_demo_process.h
f0685e815c31fa4d3e61484e244ddf8c1244a234
[]
no_license
Kitty-Kitty/clc_library
582b1655291b9b27ccad13d2341cd8a79cf0ff30
ac4279b3890a14ada4b62d4413a14214d242da05
refs/heads/master
2022-04-03T00:46:32.377928
2020-01-21T08:33:44
2020-01-21T08:33:44
145,491,656
5
0
null
null
null
null
GB18030
C
false
false
1,176
h
/************************************************************************** Copyright:novigo Author:fangzhenmu@novigo.com.cn Date:2016-03-18 Description: **************************************************************************/ #ifndef _CP_VDU_DEMO_PROCESS_INCLUDE_H_ #define _CP_VDU_DEMO_PROCESS_INCLUDE_H_ #in...
[ "armuxinxian@aliyun.com" ]
armuxinxian@aliyun.com
f0a21f179f7f0e08c57edb90720005e651a5bd79
d028ba4e480c1928e2bcf4fa46ae3c13010fa55d
/ch19_codes/E5/queue.h
fad2a62a5009f62ac33e6385277433dfe111b625
[]
no_license
philipdongfei/CProgramming_AModernApproach
1e02cffd51ba838f38abe2339876a69db297c6af
d091023840bbb5ad983829b35a25dfc375a388a6
refs/heads/master
2021-06-21T23:55:34.940043
2020-12-06T06:52:06
2020-12-06T06:52:06
153,377,350
0
0
null
null
null
null
UTF-8
C
false
false
382
h
#ifndef QUEUE_H #define QUEUE_H #include <stdbool.h> #define PUBLIC #define PRIVATE static #define QUEUE_SIZE 100 typedef int Item; typedef struct { Item contents[QUEUE_SIZE]; int first; int last; }Queue; void enqueue(Queue *q, Item n); Item dequeue(Queue *q); Item getFirst(const Queue *q); Item ge...
[ "philip.dongfei@gmail.com" ]
philip.dongfei@gmail.com
f06d2663fd383411f5f3e350148946014e17eddf
bbb11a36e49260212803bffbc90dbc4c169136ba
/libftprintf/libft/srcs/ft_isalpha.c
d018a82b11a399ea8e66dc34fca76c681a30edeb
[]
no_license
pacifistes/LearnOpengl
5f01f7a00d03e82e3deb1937acdd9756d5b8a571
dfb071c605cf7f3841ff685a70a8266a249ea5cb
refs/heads/master
2020-04-22T01:40:13.889511
2019-05-29T13:15:38
2019-05-29T13:15:38
170,021,362
0
0
null
null
null
null
UTF-8
C
false
false
1,021
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isalpha.c :+: :+: :+: ...
[ "bbrunell@student.42.fr" ]
bbrunell@student.42.fr
89f683c721d8d67f40b6e45478b41aa38101b4a6
6aae1f6d876eac922aac4e4216e90759b3f1d2f5
/CV_MDT_ESPOL_RETO_DISENIO_SLAVE0x30.X/mcc_generated_files/pin_manager.h
e083919b226796142b551f227c0345d976f867ff
[]
no_license
ChrisVaccaro/RETO_DISENIO
e0a28e38b7589a7ba0e1bac0926fcd5e0ce5c3a0
919d8cde31b68199b7f1fa88b2c5ec27d108d2e0
refs/heads/master
2022-12-03T18:45:06.980049
2020-08-21T01:00:21
2020-08-21T01:00:21
288,105,841
0
0
null
null
null
null
UTF-8
C
false
false
4,913
h
/** @Generated Pin Manager Header File @Company: Microchip Technology Inc. @File Name: pin_manager.h @Summary: This is the Pin Manager file generated using PIC10 / PIC12 / PIC16 / PIC18 MCUs @Description This header file provides APIs for driver for . Generation Information : P...
[ "cvaccaro@espol.edu.ec" ]
cvaccaro@espol.edu.ec
f6f8874e2d8b49aa889697dec88ce14a59e44399
14f5bc953d4c2eb91d937f4d740fec814051a904
/ft_memmove.c
444f63489b7ff00a2f06aa43365d6b362a7f1ca4
[]
no_license
vrusanov/Libft
6323d9f193ec4d5485922c1c0f453d307e35854e
9b1b5131a4fe2a065f3fa8cb684902deb3e1be05
refs/heads/master
2020-03-27T08:52:06.400754
2018-11-01T12:42:56
2018-11-01T12:42:56
146,293,770
0
0
null
null
null
null
UTF-8
C
false
false
1,320
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memmove.c :+: :+: :+: ...
[ "vrusanov@e1r5p18.unit.ua" ]
vrusanov@e1r5p18.unit.ua
63f37ff6e19ceaef3bf95e1dd4d9bbf746513da1
1a0565eaeb6d146b4445465ac42197224534b944
/Lab/5/s5/3/shm-server.c
3d889f43db94a9621be96e27b27f4e5217854770
[]
no_license
alikhorramipour/Operating_Systems
9dc312883b1e0255e02bbf82cee81401074821dc
69f1f78963290d32394ceb80062d0490220eec91
refs/heads/master
2022-11-24T10:35:25.951872
2020-08-01T06:38:30
2020-08-01T06:38:30
284,203,487
0
0
null
null
null
null
UTF-8
C
false
false
701
c
#include <stdlib.h> #include <stdio.h> #include <stdint.h> #include <unistd.h> #include <sys/ipc.h> #include <sys/shm.h> #include <string.h> int main(int argc, const char *argv[]) { int shmid; key_t key = 0x01020304; void *addr; shmid = shmget(key, 4096, IPC_CREAT); if (shmid < 0) { fprintf(stderr, "...
[ "alikhorramipour@gmail.com" ]
alikhorramipour@gmail.com
80e0a4da69d3ef8e98e850fc1830b76b3cfad10c
81e04bcb675b9b268042b989466c04061dba5dde
/linux/platform/s5p6818/modules/coda960/src/nx_vpu_gdi.c
dea372ca0b14ac0f378f602d5949d8cd3efbf9cf
[]
no_license
ddanggzi/3d_glass
e4f0c1191b1e6d269d31e6d565ba2acbc6f6758f
8f4dc0034521aded944fd8c97698f036bc0bca73
refs/heads/master
2022-11-29T22:43:36.822017
2017-02-22T01:50:11
2017-02-22T01:50:11
78,256,189
0
2
null
null
null
null
UTF-8
C
false
false
36,048
c
// // Module : Nexell VPU Device Driver for CNM Coda960 // Description : Nexell VPU Set Internal SRAM Setting & Display Memory Setting API // Author : SeongO-Park ( ray@nexell.co.kr ) // #include "vpu_hw_interface.h" // Register Access #include "nx_vpu_gdi.h" #define NX_DTAG "[DRV|VDI_API]" #include "../include/dr...
[ "ddanggzi@gmail.com" ]
ddanggzi@gmail.com
c17d39b95e466b002b4bd376ae0496912d87fea7
3326e411b2299f9c05b0e8ace6022b83e8208514
/main parte 1.c
5b1d2bc44edeb8f826e71ac39a0fe613a100d085
[]
no_license
alexenr02/LAB6
10cf1b0ea46c00528339ab2bc43ff5b588f65647
991c4fbf4dd72f06353990b8ee14e82ea6a79677
refs/heads/main
2023-08-14T17:08:40.152667
2021-10-08T08:28:35
2021-10-08T08:28:35
null
0
0
null
null
null
null
UTF-8
C
false
false
1,820
c
/* * Lab6_SE.c * * Created: 3/26/2021 4:29:27 PM * Author : L03068681 */ #include "sam.h" #define PINCFG_CONFIG_VALUE 0b00000000 int main(void) { /* Initialize the SAM system */ SystemInit(); //PORT configuration for general-purpose PIN PORT->Group[0].PINCFG[14].reg = PINCFG_CONFIG...
[ "noreply@github.com" ]
alexenr02.noreply@github.com
04acc5c2f70c300c083667fc7a686cc13abf60c8
5fdd62f1b914a8f11bf143d88c3216b777f3398d
/inc/report_config_to_add_mod.h
ed3436d45580b2b9d67ca5bb3c7955746a3f15f7
[]
no_license
Dybinx/NR-RRC-decode-encode-messages
5ff1d7c874fe40f6487f73411e07b805886a26b6
5a6a13507dce9e5937cf255f8c250ac146a02de6
refs/heads/master
2020-11-25T21:58:40.513257
2019-12-20T08:11:22
2019-12-20T08:11:22
228,862,878
2
2
null
null
null
null
UTF-8
C
false
false
1,822
h
/* THIS FILE IS PART OF CODEC MESSAGE PROJECT ABOUT 3GPP 36.331 * report_config_to_add_mod.h - this is the header file for message: ReportConfigToAddMod * * THIS PROGRAM IS NOT FREE SOFTWARE. * YOU SHOULD HAVE RECEIVED A COPY OF LICENSE FROM BINXIAN DUAN, IF NOT, THE BEHAVIOR IS TORT! * Copyright (c) 2018 Bin...
[ "binxd@outlook.com" ]
binxd@outlook.com
5d8bf9ff5b56eb8496e0de8b3c0d874391dce0f2
35a5dc3d000ce6f4f9f1320361a76fec2f0836b9
/Mango/node_modules/grpc/deps/grpc/third_party/upb/upb/table.c
13f8d81eb442f14c5efa13d4b06194df10ff6b79
[ "Apache-2.0", "MIT", "BSD-3-Clause" ]
permissive
LDY681/Mango
e179d302ddc0ca3fbf5820d587c37e808598b3a7
bce94a59f59ad07be1e7c77b35d413d93a6492da
refs/heads/master
2021-06-27T07:37:30.758287
2019-11-15T00:38:21
2019-11-15T00:38:21
229,537,521
2
0
MIT
2021-06-08T02:12:37
2019-12-22T08:12:43
CSS
UTF-8
C
false
false
24,729
c
/* ** upb_table Implementation ** ** Implementation is heavily inspired by Lua's ltable.c. */ #include "upb/table.int.h" #include <string.h> #include "upb/port_def.inc" #define UPB_MAXARRSIZE 16 /* 64k. */ /* From Chromium. */ #define ARRAY_SIZE(x) \ ((sizeof(x)/sizeof(0[x])) / ((size_t)(!(sizeof(x) % sizeof(...
[ "brandon.xyw@gmail.com" ]
brandon.xyw@gmail.com
bdf7321536a9ded09e465ede43a88615a40532b1
9ca1e87ac44925130517765079157c2bf1ff4f5e
/ANDROID_SOURCE_CODE/external/clang/test/Driver/linux-ld.c
46fbe7f52dea5f4462b92a05f6eb7fc1f783d1a8
[ "Apache-2.0", "NCSA" ]
permissive
zhxzhxustc/AFrame
ba4ac10726200a9c3d4749f9e85bf045a3c911ca
e79bcf659660746b937fda182189cf928f84657a
refs/heads/master
2021-01-17T08:48:09.294888
2016-07-13T00:55:20
2016-07-13T00:55:20
63,128,807
3
1
null
2020-03-09T17:18:11
2016-07-12T05:23:26
null
UTF-8
C
false
false
8,933
c
// General tests that ld invocations on Linux targets sane. Note that we use // sysroot to make these tests independent of the host system. // // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ // RUN: -ccc-host-triple i386-unknown-linux \ // RUN: --sysroot=%S/Inputs/basic_linux_tree \ // RUN: | Fil...
[ "zhxzhxustc@gmail.com" ]
zhxzhxustc@gmail.com
780ba259522b3d348612351b89cc80e1f3085982
3d1d6c240f27895dadb4a912d3d433b98dde0d9a
/P6.c
bcea51596cedadeca5b42bf3deeafb4eefdbeb58
[]
no_license
nevesc/MTP2018-2
1b18e4c89f192d47584594aee6db7e71c2c3003b
9696f101de3e72032ec60000ef16b4a9c51c962f
refs/heads/master
2020-03-26T22:53:30.127290
2018-12-13T22:49:43
2018-12-13T22:49:43
145,494,358
0
0
null
null
null
null
UTF-8
C
false
false
666
c
/* Gabriel Neves Cardoso */ /* P6.c */ /* 11811EBI014 */ #include <stdio.h> #include <stdlib.h> #include <math.h> struct dot { double x; double y; }; struct dot *gerar (int n) { struct dot *p = (struct dot*) malloc(n*sizeof(struct dot)); int i; printf ("\n\nOs pontos gerados sao: \n");...
[ "noreply@github.com" ]
nevesc.noreply@github.com
734e6e76e908de011bd2b3986adf7ff7ef6403a2
3154d6d9e8cbc681b0ad360c18f4c2f8616ea04a
/0x06-pointers_arrays_strings/103-main.c
1a8b034ae857308584c0dba33c99f834da8f763e
[]
no_license
matcls/holbertonschool-low_level_programming
f55e6190ef1ba2476d122e9f5f1c944b92becf56
16ed039a323c292f45c6c2b130ca0f5dbd6238d8
refs/heads/master
2021-07-25T15:00:39.647619
2021-01-14T21:16:07
2021-01-14T21:16:07
238,502,931
0
0
null
null
null
null
UTF-8
C
false
false
477
c
#include "holberton.h" #include <stdio.h> /** * main - check the code for Holberton School students. * * Return: Always 0. */ int main(void) { char buffer[] = "This is a string!\0And this is the rest of the #buffer :)\1\2\3\4\5\6\7#cisfun\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x20\x21\x34\x56#pointersarefun #...
[ "manueltorresvesga@gmail.com" ]
manueltorresvesga@gmail.com
3029ac407ed85227568e32f9995be62f18667959
b227fa671d1ce3e8c3bef3925831d1f9d06b5589
/kalimba/lib_sets/sdk/include/multirate_operators/cbops_dc_remove.h
7305c63ceccca899a38425ae5e2f3095ac3903c9
[]
no_license
layne11/csr8670_adk4_1
b9636a3a1226ee8842c8673524da0b27414a9345
9cf63ef4d0c015a111793af25f615b7d1c4da67e
refs/heads/master
2021-07-12T00:15:10.877596
2020-09-28T01:20:57
2020-09-28T01:20:57
205,702,144
9
4
null
null
null
null
UTF-8
C
false
false
892
h
// ***************************************************************************** // Copyright (c) 2005 - 2015 Qualcomm Technologies International, Ltd. // %%version // // ***************************************************************************** #ifndef CBOPS_DC_REMOVE_HEADER_INCLUDED #define CBOPS_DC_REMOVE...
[ "748821941@qq.com" ]
748821941@qq.com
a415052545647f0d5ae4d9a4ca47f3b098a7812c
339404723b995180fc6116112006467452165b30
/libft/src/ft_str_alpha.c
1961748e6a9df54b0868a4f5a3f99dbb2b1d3bbf
[]
no_license
gvenet/minishell
0162246c41008bed2afdeb6398a5227b28177d3e
d8c9e575b4776f64945d102243131dd1c2799889
refs/heads/master
2023-05-06T14:34:41.247703
2021-05-18T15:16:53
2021-05-18T15:16:53
368,573,745
0
0
null
null
null
null
UTF-8
C
false
false
182
c
#include "libft.h" int str_alnum(char *str) { int i; i = -1; if (!str) return (0); while (str[++i]) if (!ft_isalnum(str[i]) && str[i] != '_') return (0); return (1); }
[ "venetguillaume@gmail.com" ]
venetguillaume@gmail.com
5fcc5ae5415f4d6ec6e8db54e3a6f3b9730cdaf3
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/c3b3e1fc-b2a4-4ce6-916f-7dbb9e409195.c
34de8b4639f5e8260d051382504213080244e960
[]
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
543
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=14; int k; int l; k = 53; l = 64; k = l/j; l = i/j; l = i/j; l = j/j; l = i%j; l = j+j; l = k-j*i; //variables /* START VULNERABILITY */ int a; int b[7]; int c[39]; a = 0; while (b...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
0fbb12f85630920352bce9611b73e35eaa92f230
6a9830460502a4bd7b34b79164295246412e4b0d
/gstreamer-x64/include/spandsp/complex.h
82cead87d6776ee290f4623ad4b322feb67f0175
[]
no_license
zhougang123456/win-gstreamer-lib
68397fc374e572f5ad41938f788c3da60ae4921a
2fa3fe551d953d5f9e33b02851e3068f7546e898
refs/heads/master
2020-12-08T09:37:37.163131
2020-01-10T02:18:46
2020-01-10T02:18:46
232,946,454
1
1
null
null
null
null
UTF-8
C
false
false
12,699
h
/* * SpanDSP - a series of DSP components for telephony * * complex.h * * Written by Steve Underwood <steveu@coppice.org> * * Copyright (C) 2003 Steve Underwood * * All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Pu...
[ "1183901440@qq.com" ]
1183901440@qq.com
182801136d8850a8986da3c2f098ce0ef38e3f8c
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE122_Heap_Based_Buffer_Overflow/s10/CWE122_Heap_Based_Buffer_Overflow__c_CWE806_wchar_t_ncpy_65b.c
cdb03224f85482ce5585de76dea142acfa57be43
[]
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
1,635
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE122_Heap_Based_Buffer_Overflow__c_CWE806_wchar_t_ncpy_65b.c Label Definition File: CWE122_Heap_Based_Buffer_Overflow__c_CWE806.label.xml Template File: sources-sink-65b.tmpl.c */ /* * @description * CWE: 122 Heap Based Buffer Overflow * BadSource: Initialize ...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
51c76536a396dda83fcdd9dccc766fd6d8f222ab
a03a7935a191d63bee76fd3b85a61ee27f98904a
/src/operators/Box/BoxGUIPluginInfo.C
a425856adaa0111b31dad5b918d50e3d6204cda7
[]
no_license
cchriste/visit
57091c4a512ab87efd17c64c7494aa4cf01b7e53
c72c413f571e56b52fb7221955219f11f4ba19e3
refs/heads/master
2020-04-12T06:25:27.458132
2015-10-12T15:41:49
2015-10-12T15:41:49
10,111,791
5
1
null
null
null
null
UTF-8
C
false
false
4,769
c
/***************************************************************************** * * Copyright (c) 2000 - 2015, Lawrence Livermore National Security, LLC * Produced at the Lawrence Livermore National Laboratory * LLNL-CODE-442911 * All rights reserved. * * This file is part of VisIt. For details, see https://visit.llnl...
[ "bonnell@18c085ea-50e0-402c-830e-de6fd14e8384" ]
bonnell@18c085ea-50e0-402c-830e-de6fd14e8384
c04dfe364f6201a138a0933b957bf6e92045c6eb
e80e5374b8fd00379293adb35fc8cf017d5f4cc7
/qemu_mode/qemu-2.10.0/roms/ipxe/src/include/ipxe/isqrt.h
68255d1bc27e85eeaf2e205ac61df91d2f75f24c
[ "GPL-1.0-or-later", "LicenseRef-scancode-ubdl", "GPL-2.0-only", "Apache-2.0", "LicenseRef-scancode-generic-cla", "LGPL-2.1-only", "LGPL-2.0-or-later", "LGPL-2.1-or-later", "LicenseRef-scancode-other-copyleft", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-refere...
permissive
CAFA1/afl
dcebf3a3acae3e9783bbb79d8cff6958b496fa34
01c113b61ab70c3b02f3d7c74e6dfa20cfc7813d
refs/heads/master
2023-04-10T14:30:34.901666
2020-07-27T01:06:32
2020-07-27T01:06:32
272,596,630
0
2
Apache-2.0
2021-04-15T00:56:55
2020-06-16T03:03:26
C
UTF-8
C
false
false
210
h
#ifndef _IPXE_ISQRT_H #define _IPXE_ISQRT_H /** @file * * Integer square root * */ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); extern unsigned long isqrt ( unsigned long value ); #endif /* _IPXE_ISQRT_H */
[ "longlong_vm@dell_book.com" ]
longlong_vm@dell_book.com
d8bc7e14dd2fddbccebd82521d60ada918f604e7
63b4a698bc22fd54857c8fa097b1331f79c39e5a
/src/gdb/gdb-7.11/gdb/testsuite/gdb.perf/gm-utils.h
0354b0097cc8299065166a154ca202787ba92048
[ "LGPL-3.0-only", "GPL-3.0-only", "GPL-1.0-or-later", "LGPL-2.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-other-copyleft", "GPL-2.0-only", "LGPL-2.0-only", "LicenseRef-scancode-other-permissive", "GPL-2.0-or-later", "Apache-2.0", "GPL-3.0-or-later", "LicenseRe...
permissive
MinimSecure/unum-sdk
67e04e2b230f9afb3ae328501a16afa4b94cdac6
30c63f0eccddba39a760671a831be3602842f3f4
refs/heads/master
2023-07-13T07:33:43.078672
2023-07-07T13:52:05
2023-07-07T13:52:05
143,209,329
33
22
Apache-2.0
2021-03-05T22:56:59
2018-08-01T21:13:43
C
UTF-8
C
false
false
933
h
/* Copyright (C) 2015-2016 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This ...
[ "denis.bakin@minim.co" ]
denis.bakin@minim.co
67ee2249bb27196ce33124029bee9bb10f38da58
4bf4f57a652e22dc302fff010f398fae3a27a97b
/projects/boalm/dominion/unittest4.c
5752f0ca4162ff17c3b121146250f9ae135c8374
[]
no_license
RohitRamachandran/cs362w16
e365862ca7fa7632873ff8b02daee4e551aeb40a
30d0f0f2fd8f7dd804c6a23a15a338d9adb5a3cb
refs/heads/master
2021-05-05T12:12:38.134365
2016-03-16T20:08:37
2016-03-16T20:08:37
null
0
0
null
null
null
null
UTF-8
C
false
false
3,161
c
#include "dominion.h" #include "dominion_helpers.h" #include <string.h> #include <stdio.h> #include <assert.h> #include "rngs.h" // set NOISY_TEST to 0 to remove printfs from output #define NOISY_TEST 1 int main() { int i; int seed = 1000; int numPlayer = 2; int maxBonus = 10; int p, r, handCount...
[ "matthewboal@Matthew-Boals-MBP.local" ]
matthewboal@Matthew-Boals-MBP.local
dd5b22cf5a2c3c06eb56a55072140cd240f23263
d971f48d9b18f340b21b3a6eb1754c7e28e11a50
/Generated_Code/Cpu.h
db01c05ae38f42b6a74997c48f1f2fb33100ff9b
[]
no_license
siuyin/spi-mkl05z32x4
5fc5eb0fd17ef1112a781b84739f84322929161f
304c439b3a7f215f2f3c8b7c1346918fca7d8ad8
refs/heads/master
2022-11-23T08:43:07.571823
2020-07-28T14:40:59
2020-07-28T14:40:59
283,191,080
0
0
null
null
null
null
UTF-8
C
false
false
9,428
h
/* ################################################################### ** This component module is generated by Processor Expert. Do not modify it. ** Filename : Cpu.h ** Project : spi-mkl05z32x4 ** Processor : MKL05Z32VLF4 ** Component : MKL05Z32LF4 ** Version : Component 01.000,...
[ "siuyin@beyondbroadcast.com" ]
siuyin@beyondbroadcast.com
a6d8b88aed3fc1fc831f191c5a2a596202cedb69
9dc15648e96205e5cf08465160edf970bce8ed6d
/nsl/nsl/types.h
1265f68821a8fe97e968c99a1f306d59defc81ff
[]
no_license
keyboardsmoke/nsl
4bb1436caef715e2d7131b2aa3c2024962aca96a
c6611fa0efdc5073ac9cdc6f4bd4cce9e76eb602
refs/heads/master
2021-01-12T07:47:16.472592
2016-12-21T03:59:19
2016-12-21T03:59:19
77,015,119
0
0
null
null
null
null
UTF-8
C
false
false
2,522
h
#pragma once #if defined(__x86_64__) || defined(_M_AMD64) || defined(_M_X64) #define NSL_PLATFORM_64 1 #elif defined(i386) || defined(__i386__) || defined(__x86__) || defined(_M_IX86) #define NSL_PLATFORM_32 1 #endif #ifndef _STDINT typedef signed char int8_t; typedef short int16_t; typedef int ...
[ "andrew.c.artz@gmail.com" ]
andrew.c.artz@gmail.com
6bd8b9ff8833b29e620d999db4b71dee384f40f1
80ef797ee65a46e971521cae8870f84991d7d4f4
/source/ti/zstack/apps/temperaturesensor/zcl_sampletemperaturesensor.c
7db0ab0b26ff07c40ecebfb4b277585f1bd602aa
[]
no_license
zigbee-luo/zstack_sdk_2021
da4947a87d1fe0b0b4b041019da5a579ecedcf87
c353fd4fdd92bf31fe52941a30e343bc1e120340
refs/heads/master
2023-06-06T14:28:32.164289
2021-06-25T06:16:41
2021-06-25T06:16:41
334,211,253
4
2
null
null
null
null
UTF-8
C
false
false
45,457
c
/************************************************************************************************** Filename: zcl_sampletemperaturesensor.c Revised: $Date: 2014-10-24 16:04:46 -0700 (Fri, 24 Oct 2014) $ Revision: $Revision: 40796 $ Description: Zigbee Cluster Library - sample device appli...
[ "zigbee_luo@qq.com" ]
zigbee_luo@qq.com
34e39bb4c6bebdc9a134b7509e5c348fb97c8ca4
b0aa68856fce4e673e1e22cf0d095f356d009fe2
/main.h
ac971bc5c1f1eab235f3822a4f12f5bf39425b91
[]
no_license
EHartfelt/Digital-Instrumentering-Projekt
e18b924180d4f975fb5d5c3f451bd0aecda29561
c08a50426d417fa3ee9c79b035befdae8891db0d
refs/heads/master
2021-01-10T17:09:49.750931
2015-12-03T10:25:16
2015-12-03T10:25:16
45,604,129
0
0
null
null
null
null
UTF-8
C
false
false
367
h
#include <16F887.h> #device ADC=16 #FUSES NOBROWNOUT //No brownout reset #FUSES NOLVP //No low voltage prgming, B3(PIC16) or B5(PIC18) used for I/O #use delay(internal=8MHz,clock_out) #use I2C(master, sda=PIN_C4, scl=PIN_C3) //To work with I2C //Define pushbuttons 1, 2 and 3 #define ...
[ "emhartfelt@gmail.com" ]
emhartfelt@gmail.com
7a32c8804a64e992d0a24f88ce406153c64878c1
46adba1fe06298743f018abd0096c753256ac03a
/src/raytracer/json-c/test2.c
d91e5e32cf53b5e07a7344c6011ac1b1e05293c7
[]
no_license
ajaycharan/vehicles
9e0f21a2550c56e83303329c1bdf8c40bde5c0eb
2cfe467422160f90bc76800216ac42c0f13f2c4d
refs/heads/master
2021-05-28T21:03:35.466743
2013-07-19T06:59:51
2013-07-19T06:59:51
null
0
0
null
null
null
null
UTF-8
C
false
false
784
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "json.h" int main(int argc, char **argv) { argc = argc; argv = argv; struct json_object *new_obj; mc_set_debug(1); new_obj = json_tokener_parse("/* more difficult test case */ { \"glossary\": { \"title\": \"example glossary\", \"GlossDiv\"...
[ "andrea@cds.caltech.edu" ]
andrea@cds.caltech.edu
c307f073550ca4a0dc9e6dc28460cc9ac4005ce7
db9f8e3f75620ac094dcfdc2aee06a3c35a6c828
/C/Stack.c
9edd411e083abcf4fee74c93405ef308c0c93ffe
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
B1TSH3LL/HacktoberFest2021
5d98b62f180e2862e10e9221984249f43f6f07b7
0cbc11b45ed7e829e899f34eb94aa84a327fb4b5
refs/heads/main
2023-08-11T11:49:53.384796
2021-10-05T09:48:20
2021-10-05T09:48:20
413,760,474
1
0
MIT
2021-10-05T09:54:05
2021-10-05T09:54:04
null
UTF-8
C
false
false
644
c
#include <stdio.h> int main() { int ST[5],top=-1,ch,X,i; do { printf("\n 1. PUSH"); printf("\n 2. POP"); printf("\n 3. Display"); printf("\n Enter your choice"); scanf("%d",&ch); switch(ch) { case 1: if(top<4) { printf("\n enter the number you want to push"); scanf("%d", &X); ...
[ "noreply@github.com" ]
B1TSH3LL.noreply@github.com
6ed64cf01b1377ac2e6689c4539afe4cb6b23b96
2cd1f89d2a9b1c79b17f8dbb63951bc6a67e0f8f
/libft/ft_strlcat.c
0da1ba25bae4eefbbcf95ea10d617d5c4ca58b36
[]
no_license
atorys/Push_swap
b747c93eaa960e572e08dfcb6a54b99d786b4a36
98b6a7adaafafa0c4d377ffd0c8090aed2da0268
refs/heads/master
2023-06-16T06:31:06.131847
2021-07-14T14:55:22
2021-07-14T14:55:22
372,295,516
1
1
null
null
null
null
UTF-8
C
false
false
1,351
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strlcat.c :+: :+: :+: ...
[ "atory@pr-j4.kzn.21-school.ru" ]
atory@pr-j4.kzn.21-school.ru
13521836255135ed7166ca00015a45a1d3c9ec19
5f2bb401a6a9ea8f86cd97148c7890e6423d727a
/balance car/HARDWARE/TIMER/timer.c
f399adbffcf3b79c450eb995f1e512db53db2de0
[]
no_license
wangshuo-byte/project
668173099b5838ee90e6a1efa4874cd305f2a6d2
fdf5436780dd6904ca3e2468b768907dcc63094a
refs/heads/master
2023-01-02T06:42:11.395786
2020-10-24T03:47:59
2020-10-24T03:47:59
306,799,363
0
0
null
null
null
null
GB18030
C
false
false
4,660
c
#include "timer.h" #include "includes.h"//ucos 使用 void MiniBalance_Motor_Init(void) { RCC->APB2ENR|=1<<3; //PORTB时钟使能 GPIOB->CRH&=0X0000FFFF; //PORTB12 13 14 15推挽输出 GPIOB->CRH|=0X22220000; //PORTB12 13 14 15推挽输出 } void Encoder_Init_TIM2(void) { RCC->APB2ENR|=1<<2; //使能PORTA时钟 RCC->APB1ENR|=1<<0...
[ "wang" ]
wang
762a42cc7513ac2c59e7c3c0780608126f5c6383
aad90c019899c19d6b1f1a08e7a07bbd6fcdac45
/old/digui.c
77bbb440b6034530514ebe40bf62f9ed3f7191cf
[]
no_license
cokecoffe/My-C-code
0430ae1bb7f320fec21cb95b84fb130ccfa2d7b3
829b0734519799df793be62fe9e61f0c3bc61b74
refs/heads/master
2020-05-17T14:14:27.476224
2013-01-23T14:05:35
2013-01-23T14:05:35
null
0
0
null
null
null
null
UTF-8
C
false
false
117
c
#include<stdio.h> #include "main.h" //int n = 5; int main() { int ret = 0; ret = fun(); printf("%d\n",ret); }
[ "Wangkeke@Thinkpad_T410.(none)" ]
Wangkeke@Thinkpad_T410.(none)
2e4a5d06df9cc01256651603b7dde07a18616051
e4b8bd1690a5b604ac22b88a98d577253f61f086
/dev/rct6_fm/OLED/ssd1306.c
eec04a1e463fa2b8e45c9ed7f3e519dcd59a6f5a
[ "MIT" ]
permissive
basson/sdmplayer
842c3df750492ecf022cc857f9b2f76641d96f58
8bbdf57fc37b72e551b2754fcd72267a62d6e118
refs/heads/master
2021-06-01T06:17:21.218138
2016-07-21T12:32:52
2016-07-21T12:32:52
null
0
0
null
null
null
null
UTF-8
C
false
false
13,223
c
/** * original author: Tilen Majerle<tilen@majerle.eu> * modification for STM32f10x: Alexander Lutsai<s.lyra@ya.ru> ---------------------------------------------------------------------- Copyright (C) Alexander Lutsai, 2016 Copyright (C) Tilen Majerle, 2015 This program is free software: you can red...
[ "s.lyra@ya.ru" ]
s.lyra@ya.ru
895d94f8060035f4c8fb176aed8087c2379f76ca
741f8d6100b5c01583bc98034039a7d47c97f2ba
/common/hi_type.h
de1978ba602bd6b8d69f2fa07fddaa118da6f2fe
[]
no_license
kingyal/data_structure
e7fc686a2266477281299661bbe11411db496ea3
e313467a721876ace0cb89f5d88193497380ea67
refs/heads/main
2023-01-21T04:32:40.786151
2020-11-29T11:25:06
2020-11-29T11:25:06
316,935,059
0
0
null
null
null
null
UTF-8
C
false
false
542
h
#ifndef __HI_TYPE_H__ #define __HI_TYPE_H__ #define HI_NULL 0L typedef void hi_void; typedef char hi_s8; typedef unsigned char hi_u8; typedef short hi_s16; typedef unsigned short hi_u16; typedef int hi_s32; typedef unsigned int hi_u32; typedef long long int hi_s64; typedef unsigned long long int hi_u...
[ "1902117660@qq.com" ]
1902117660@qq.com
a60ae426c9d2f7a63a435d36d9dabb56ef7a53c5
b53c2594642fda642d20016238b9e9a952ab314f
/app/kernel-example/MSP430X_MSP430F5438_CCS/Demo_Source/main.c
d66e628a33112d77a8d92bc4ca59329a4524649a
[]
permissive
bnyf/Haiway
32862c6cb70b8ab190b0f679f14345789b795c08
7f00995201c8ffde058b4323797b7866d9422ca9
refs/heads/master
2023-02-02T21:51:07.297628
2020-01-12T12:36:00
2020-01-12T12:36:00
164,182,636
0
0
MIT
2019-01-05T04:45:23
2019-01-05T04:45:23
null
UTF-8
C
false
false
25,258
c
/* * FreeRTOS Kernel V10.1.0 * Copyright (C) 2018 Amazon.com, Inc. or its affiliates. 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 without restriction, ...
[ "liyufeng614@126.com" ]
liyufeng614@126.com
2fd71d5ed37345a060e4a150fe3eb3f5adca4458
f8190e3adfdd7d9624d16c633a8801f7df800434
/si/Untitled Project.si4project/Backup/main(2186).c
32c1fc409838386c26e180deb3412cf75df39f9c
[]
no_license
wensf/LovelyOS
171baf0d6a74270c1a98c4234248823023210416
b323dd38ad458cc3120c19f3b5f941abfbd23af2
refs/heads/master
2020-03-22T14:15:34.157912
2019-08-02T02:45:47
2019-08-02T02:45:47
140,165,002
0
0
null
null
null
null
UTF-8
C
false
false
7,254
c
/** * main.c * * Author : Wen Shifang * Create 2018.07.18 * Last modify : 2018.07.18 */ /** * 在X86实模式下,我们使用16位代码,并且启用GCC扩展的方式, * 汇编子程序调用本文件定义的函数时,也应该使用同样的指令 * 指定代码格式,否则调用出错. */ __asm__(".code16gcc"); #include <printf.h> #include <fat16.h> #include <console.h> #include <libc.h> struct kernel_param { int ...
[ "772148609@qq.com" ]
772148609@qq.com
a5b62a0dc36928038e81796a0bbeb2176e3d090a
ccf72de1daa6555b80ea377d9149c29e1ba865e9
/src/usf/usf.c
e311b4aca091279c64ccf7748a5d79a8f97cc676
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
lucashpandolfo/audacious-plugins
a0cdefb1e1005a3e6181f44f9f4e8a7aa4a835af
1da20d654f7b3d98ae882a265a6185a54518de6d
refs/heads/master
2021-01-18T04:33:12.925443
2012-10-02T16:41:01
2012-10-06T22:39:15
null
0
0
null
null
null
null
UTF-8
C
false
false
12,204
c
#include <stdint.h> #include "usf.h" #include "cpu.h" #include "memory.h" #include "audio.h" #include "psftag.h" #include <stdio.h> #include <stdlib.h> #include <audacious/plugin.h> #include <glib.h> #include <unistd.h> #include <pthread.h> #include <stdlib.h> #include <inttypes.h> #include "types.h" extern int ...
[ "lucashpandolfo@gmail.com" ]
lucashpandolfo@gmail.com
1730c68621c64a3f590c308facfe33c0fe46e92e
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/reactos/modules/rostests/winetests/kernel32/extr_locale.c_compare_string3.c
6b43767d8dfa2ecab085837e3a286a66ab262b7e
[]
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,004
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
92d42892a6be7e48acdbc5b0919d2ea8a45d0acd
a43a0a5378f5a65371286906fccf9f1b8f8286aa
/c-kernel-modules/block-example/completions.c
19ae3065e24d32b46f9f6dae079a65a8fa2bc944
[]
no_license
01musician/c
b3723afbe56f2631adbba855d7bac56a846c33c5
a09cda77ae0a702657a3935efd5d048ba63a8fcd
refs/heads/master
2023-08-17T17:04:40.511364
2023-08-09T04:02:33
2023-08-09T04:02:33
214,907,067
0
0
null
null
null
null
UTF-8
C
false
false
2,063
c
/* ** completions.c **/ #include <linux/completion.h> #include <linux/err.h> /* for IS_ERR() */ #include <linux/init.h> #include <linux/kthread.h> #include <linux/module.h> #include <linux/printk.h> #include <linux/version.h> static struct { struct completion crank_comp; struct completion flywhee...
[ "57641609@qq.com" ]
57641609@qq.com
1ddc4a12630c30485c023df7918e256f902bd028
b5e13b415b5e9b09dc85209c8942f3465dcfb326
/list/linked_list_circularly_double/linked_list_cir_doub.c
36abe795be39de1134a58df2fd30213e5a450606
[]
no_license
Ypakuma/homework_data_structures
8311961271d164001019c89784061184681f05f0
ecdb1a5f68567cf61bf71f91817cb73eef1b6f4d
refs/heads/master
2023-06-23T13:19:12.465313
2016-06-01T12:37:49
2016-06-01T12:37:49
null
0
0
null
null
null
null
UTF-8
C
false
false
4,041
c
#include "linked_list_cir_doub.h" cir_doub_list LinkedListCirDoubInit(void) { cir_doub_node * pnode = (cir_doub_node*) malloc(sizeof(cir_doub_node)); if (!pnode) { printf("Fail to allocate memory.\n"); exit(0); } cir_doub_list plist = pnode; plist->prior = pnode; pnode->next = pnode; return plist; } bool...
[ "guomaooo@gmail.com" ]
guomaooo@gmail.com
73176a41ad4edd68012eead91f8af7b01594d06f
112785c88c907f9bbb210dd66b0e073fa3c512f3
/全国嵌入式设计大赛/智能物流系统/最终程序/站点/ICcard/keyshell.c
5adc227fa0175100660b3666d12e8267484f83e4
[]
no_license
yubaoliu/EmbeddedSystem
ce1b6076b76f0063cc475118b2c0fedda3e4cadc
0fcc8c7c3eecb017cd161f4bf5845d4edd61618d
refs/heads/master
2021-07-25T19:37:03.861268
2017-11-07T14:14:05
2017-11-07T14:14:05
109,497,971
0
0
null
null
null
null
UTF-8
C
false
false
2,828
c
#include <sys/types.h> #include <sys/stat.h> #include <unistd.h> #include <stdio.h> #include <fcntl.h> #include <string.h> #include <sys/ioctl.h> #include "keyshell.h" #define CMD_TPYE (0) #define PHONE_NUMBER (1) #define MAX_CMD_DEPTH (2) #define DCM_IOCTRL_SETPWM (0x10) #define DCM_TCNTB0 (16384) #define...
[ "yubaoliu89@gmail.com" ]
yubaoliu89@gmail.com
31f632316a2683c5aab04c7ace76b133339def2b
f89092d14842d57be17d2095d6c8b00f6be453c2
/Edison_Paul_Tanks!2659/Tanks/SET_AREA.H
e393070d86da261f52711469c24b003ae61f2a6d
[]
no_license
pmkstaples/Tanks-Game
fa979148f26958acda3f26087dbaed0614a91e37
fa09f6d3e77e802d59601ddcdb518357234eee08
refs/heads/master
2021-06-14T08:15:56.375264
2016-12-15T22:55:08
2016-12-15T22:55:08
null
0
0
null
null
null
null
UTF-8
C
false
false
78
h
#ifndef SET_AREA_H #define SET_AREA_H void set_area(long *base); #endif
[ "noreply@github.com" ]
pmkstaples.noreply@github.com
5a96455ffd25f2d185f676fbeeb0592d672018ae
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/iio/gyro/extr_hid-sensor-gyro-3d.c_gyro_3d_parse_report.c
9a3e87ae19805c1fc945a5023fdf231b70b3c6a7
[]
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
3,175
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
8b199c5d3cc611fbc897b418b7a1ed5af3198b66
f5252915bd4409ce8c03f28936c3bba402fad0b3
/dev/usb/uvideo.h
bd2727ab98c44ccf5fb77f22c8fabaae49440c3c
[]
no_license
grange/openbsd-kernel
95e2f1fc0263d74cdabb1cd3b673f9353b15fd87
d6906b9031885c7215fb421762a6b020f00feab6
refs/heads/master
2021-01-25T07:19:48.548291
2011-05-10T11:58:16
2011-05-10T11:58:16
1,257,180
3
0
null
null
null
null
UTF-8
C
false
false
18,198
h
/* $OpenBSD: uvideo.h,v 1.54 2011/04/11 02:04:48 jakemsr Exp $ */ /* * Copyright (c) 2007 Robert Nagy <robert@openbsd.org> * Copyright (c) 2008 Marcus Glocker <mglocker@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided ...
[ "grange@disorder.ru" ]
grange@disorder.ru
2164e24b72352e0dc0a6d7a650a35e9413eb79fd
a4c57a925082b0da4082e9f82af85f7ce6c5954e
/Assignment/PatternAssignment3-04Aug/Prog6.c
918c0facfce25452f0ed06b83c170e27643bd211
[]
no_license
pradnyanivangune/C2W
aa9b9b40eecf316262c0c588652456994bc2bc78
513d818f9899a07445ed0c95deadb95e1e18f06c
refs/heads/master
2022-12-08T04:44:41.873690
2020-08-20T14:28:36
2020-08-20T14:28:36
279,859,716
0
0
null
null
null
null
UTF-8
C
false
false
840
c
/* * * * * * * * * * * * * * * * * * * */ #include<stdio.h> void main(){ int n; printf("Enter no. of row:\n"); scanf("%d",&n); for(int row = 1 ; row <= n/2 ; row ++){ for(int i = 1; i <= 2 ; i++){ for(int space = (n/2)-1 ; space>=row ; space--){ printf(...
[ "noreply@github.com" ]
pradnyanivangune.noreply@github.com
9cba9967c590d5404d6b216de3740a6528cc0a08
1c42f1e84f39a9ad679bddfb076342d9c0a72453
/old/usr/mm.c
e50a1476ff8411d0507ef5cbefccb882a4757a10
[]
no_license
4ge32/kernel_module_note
50ee7353c443850115fef5b9d172936585dde8b7
9e54b38e43a560129afc13b8e14ffe2e0ffbd2be
refs/heads/master
2022-02-21T11:50:27.115829
2019-08-26T12:58:31
2019-08-26T12:58:31
114,093,004
0
1
null
null
null
null
UTF-8
C
false
false
1,271
c
#include <stdio.h> #include <string.h> #include <fcntl.h> #include <sys/mman.h> #include <unistd.h> #include <time.h> #define PAGE_SIZE 4096 #define fname "/dev/mmap_example" #define LOOP 4096 static char *address = NULL; static int count = 0; void __mmap(int fd) { if (count) return; address = mmap(NULL, PAGE_S...
[ "gyro.scaremonger@gmail.com" ]
gyro.scaremonger@gmail.com
d19120123e42b5279f5ebef0bc8b53d38acf1a7e
e8813dd3ad843bd9f77d76d026e0d4c177b6c92a
/src/overlays/actors/ovl_En_Nutsball/z_en_nutsball.c
8145e5e581c7edcab3d087a2c4d5951c75f808e1
[]
no_license
21aslade/oot
b802adfd2aadcc9906079c34a6112c118ab772fb
af62b0e7d7d78a4060cf909b4ac1a4182a04a9db
refs/heads/master
2021-04-11T21:22:23.779852
2020-03-21T01:45:39
2020-03-21T01:45:39
null
0
0
null
null
null
null
UTF-8
C
false
false
5,870
c
/* * File: z_en_nutsball.c * Overlay: ovl_En_Nutsball * Description: The projectile fired by deku scrubs and octoroks. */ #include "z_en_nutsball.h" #define ROOM 0x00 #define FLAGS 0x00000010 static void EnNutsball_Init(EnNutsball* this, GlobalContext* globalCtx); static void EnNutsball_Destroy(EnNutsball* this, ...
[ "7463599+Jack-Walker@users.noreply.github.com" ]
7463599+Jack-Walker@users.noreply.github.com
b6ffcd9be472fd8445f83fd668f520278bf0aab4
57ea38c6181ebbef99f5f9076985a56840b9a55e
/lib/dev/bjt/bjtnoise.c
a1e1042ee6ebb780587c58eee5f6baf8541778fa
[ "MIT" ]
permissive
ResonanceGroup/SPICE
b4c92eab5cef58ed0d768044c0ee516030a9b8ee
4ea3da2371bcf5d901fa7a6388382acf50f4a2fb
refs/heads/master
2020-03-14T23:50:49.069010
2018-05-02T13:45:09
2018-05-02T13:45:09
131,854,435
0
1
MIT
2018-05-02T13:45:10
2018-05-02T13:27:11
null
UTF-8
C
false
false
7,263
c
/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1987 Gary W. Ng **********/ #include "spice.h" #include <stdio.h> #include "bjtdefs.h" #include "cktdefs.h" #include "fteconst.h" #include "iferrmsg.h" #include "noisedef.h" #include "util.h" #include "suffix.h" /* * BJ...
[ "=phillipmobley2@gmail.com" ]
=phillipmobley2@gmail.com
6beecf8724a7736237f2b630ac515b0b2b10e906
7fe2069a784b495020f36590677964520876659a
/20142bsi0275TRAB2/exercicio_6/ex6.c
581a149386c46780670eb72bb5873cc89412c508
[]
no_license
icarodgl/ED
02dac34872be3892024f85f92f8de65922902676
f23192b94a36ca90f11c26fe0ede6fc0057c1a06
refs/heads/master
2020-06-10T18:13:30.543879
2017-03-14T11:52:59
2017-03-14T11:52:59
75,722,890
0
0
null
null
null
null
UTF-8
C
false
false
513
c
/* * lista_encadeada.c * * Copyright 2016 Icaro <icaro@gavazza> */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include "../bibliotecas/bibli.h" int main(int argc, char **argv){ int tamanho=10, i; /*------CRIA LISTA-----*/ list *lista; lista = malloc(1*sizeof(list)); cria_lista(lista, taman...
[ "noreply@github.com" ]
icarodgl.noreply@github.com
a99afa2f294b9e29f36fa2819ff78dd061adff65
37f76df37ffd8d21faccd942ecc0bdde4810daab
/Version 0.1.0/Module.c
0f5ba61ae8a0bae31cec025982b20519102c3ed0
[]
no_license
daizhirui/SmartPhylab
c6ec1c2732ea824ea7a1bf38f2b4b17bb9e51bb3
e0623e17f8f5ef23dda0a21885f42813bd6372ab
refs/heads/master
2021-01-21T10:25:15.885574
2017-05-20T13:57:06
2017-05-20T13:57:06
91,688,650
0
0
null
null
null
null
UTF-8
C
false
false
29,472
c
/** * @file Module.c * @brief Functions for modules * @author ASTRO * @date 2017-05-16 * @version 0.1.0 * @copyright ASTRO ***********************************************************/ #include "mcu.h" //incl...
[ "daizhirui@hotmail.com" ]
daizhirui@hotmail.com
c9d30555976808f17dd1a3269a33118cd4adeafe
02a685ad932094b3d7403da5337eed5598c52c7d
/ADC_Joystick_RTApp_MT3620_BareMetal/joystick.c
9dfd2014ad166e1818b2a1838cf3b228adbe60eb
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
CodethinkLabs/mt3620-m4-samples
c2bfea4df000cf330e39d9fefd8f82bfe89c4a56
81c438ecd370ec9859e30e84ebe5c7df38f31130
refs/heads/master
2022-05-05T03:08:58.551445
2022-04-05T14:54:06
2022-04-05T14:54:06
229,042,932
19
17
MIT
2021-03-09T13:29:55
2019-12-19T11:44:09
C
UTF-8
C
false
false
4,944
c
/* Copyright (c) Codethink Ltd. All rights reserved. Licensed under the MIT License. */ #include <stddef.h> #include "joystick.h" #define JOYSTICK_HANDLE_MAX 4 //The following macros set the threshold for a high/low at >1.8V and <0.5V respectively #define JOYSTICK_DEADZONE_MAX 2950 #define JOYSTICK_DEADZONE_MIN 8...
[ "fay.brocklebank@codethink.co.uk" ]
fay.brocklebank@codethink.co.uk
0e86a05e4e6843d27a152ee3c518eb30039339ad
53170056ca2a6cfaf465ec852767a4336a287ea5
/C/4.p.4.c
dbe2e9f2209a0f37ea1080bf1d30df1152438cd8
[]
no_license
zoffixznet/c-practice
c0f5248404beb2df48aacf47e4568e3ab768cf92
f9b0083a930d88269aba564cdfa233c74615ada1
refs/heads/master
2021-05-23T05:44:54.736772
2018-04-16T01:25:18
2018-04-16T01:25:18
94,892,781
1
0
null
null
null
null
UTF-8
C
false
false
186
c
#include <stdio.h> int main(void) { int i; printf("Enter a number between 0 and 32767: "); scanf("%d", &i); printf("The number in octal is: %05o\n", i); return 0; }
[ "cpan@zoffix.com" ]
cpan@zoffix.com
d043c948d370e462bed84dc8e18890f3a96fe197
753d5cba0bc5bd04cae15ac4c0a19d0213abfb75
/platform/Device/SiliconLabs/EFR32FG1V/Include/efr32fg1v_adc.h
14e7b2e1002aec0c557ed01ae1b604ae102399b0
[]
no_license
rakmo15/Gecko_SDK
b2beb1589756bd8bc7ec31a45ac3811f1a096939
be4ab938e0efe614d633b3ba473556c2499b259a
refs/heads/master
2021-01-21T17:23:15.133761
2017-01-06T23:27:06
2017-01-06T23:27:06
null
0
0
null
null
null
null
UTF-8
C
false
false
314,420
h
/**************************************************************************//** * @file efr32fg1v_adc.h * @brief EFR32FG1V_ADC register and bit field definitions * @version 5.0.0 ****************************************************************************** * @section License * <b>Copyright 2016 Silicon Lab...
[ "Tabitha.Parker@silabs.com" ]
Tabitha.Parker@silabs.com
badee0183324b2d5da2e7c049aa94643b389d47f
cce547bdc0ffa50a71fe20106ae3ab4080667296
/voice.h
5728c6200a711adb15472f4cad2edf2eaa75b8d7
[]
no_license
sigvef/Sinth
6a84653a6fb44751c694d59da882f639ccd8c96f
b8c1b30fe8313e4c33aa792a93786633b102374d
refs/heads/master
2021-01-10T21:17:45.429431
2012-05-11T18:50:47
2012-05-11T18:50:47
null
0
0
null
null
null
null
UTF-8
C
false
false
192
h
#ifndef VOICE_H #define VOICE_H typedef struct{ float pitch; float volume; char on; unsigned char active; unsigned int tracker; float adsr_modifier; } Voice; #endif
[ "sigvefarstad@gmail.com" ]
sigvefarstad@gmail.com
7a8b1bde6621086aa9aea1bc94b46410bd1cac60
983e0bc2e80304aa3e83fe2eaf72b4b9d62694de
/libmx/src/mx_realloc.c
7591e1cc75dff4eff2bb4ea16a22f8f9624813e2
[]
no_license
Zend0r-ai/Pathfinder
5ff904a833fcaf052a4a5833ae57f218b7206a6c
743269c79de426da21118dfc443ceff432fb43d5
refs/heads/master
2020-09-21T05:23:14.494599
2019-11-28T16:36:43
2019-11-28T16:36:43
224,692,808
0
0
null
null
null
null
UTF-8
C
false
false
299
c
#include "libmx.h" static size_t getsize(void *p){ size_t *in = p; if(in){ --in; return *in; } return -1; } void *mx_realloc(void *ptr, size_t size){ void *buf; int memsize; memsize = getsize(ptr); if((int)size <= memsize) return ptr; buf = malloc(size); free(ptr); return buf; }
[ "noreply@github.com" ]
Zend0r-ai.noreply@github.com
0310432a27b19da1b8bacc48f339f9ef98232a1a
5c255f911786e984286b1f7a4e6091a68419d049
/code/37a26e04-8258-4f57-8e28-fa98fb6f4adb.c
2b48186be110b4ba75050cb2803e5931498abac3
[]
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
217
c
#include <stdio.h> int main() { int i=4; int j=42; int k; int l; k = 53; l = 64; k = i/j; l = i%j; l = j+j; k = k-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
1a3b75368624c1900b538dbab98834a8cbf1cecc
94d3cbae9c221498de364851c8370dfb384edf8b
/AnalogComp/AnalogComp.h
252d4875d4db141fde7d414c36c7a21235422f08
[]
no_license
MuhammedElsayed7797/WaveDetector
4b9b014d98393ba7e2b0e29b1865b280a17fdc9c
dc6a79a1e344d1334071952bfc184d9093a86083
refs/heads/master
2022-11-30T11:48:10.185188
2020-08-08T02:51:04
2020-08-08T02:51:04
285,940,335
1
0
null
null
null
null
UTF-8
C
false
false
2,900
h
/* * AnalogComp.h * * Created on: Apr 18, 2020 * Author: Bebo */ #ifndef ANALOGCOMP_ANALOGCOMP_H_ #define ANALOGCOMP_ANALOGCOMP_H_ #include "../Common/Utils.h" #include "../AnalogComp/AnalogComp_Cfg.h" #define ACSR_REG *( ( volatile uint8 * ) 0x28 ) #define SFIOR_REG *( ( volatile uint8 ...
[ "noreply@github.com" ]
MuhammedElsayed7797.noreply@github.com
c598c28866e4a89f42a8c3a3ac0b0a4ce037e694
9036e9366208ae6aa6d4090f4cf81c91b459035d
/recipes-core/i2c-tools/picodlp-control/i2c-api.h
b15cb36aed54ca40a1c8599ebfaf10e8a870ca67
[]
no_license
nsyouran/meta-wisegaint
caff0278c140755c30d355b4f408b4983bf20689
ef9e56724b79fa1586c6a22e2cb8820d0a0f32e0
refs/heads/master
2020-03-15T17:31:05.338451
2018-05-09T06:25:42
2018-05-09T06:25:42
132,263,361
0
0
null
null
null
null
UTF-8
C
false
false
4,517
h
/**************************************************************************** * * Copyright (c) 2006 Dave Hylands <dhylands@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free So...
[ "627796844@qq.com" ]
627796844@qq.com
12dc1899486c731588c3b78425e8e8ad961f7539
12dd8bcf46c174c05e3c5b986e7e82657a8a7e34
/util.h
e66a83d9e1cce4ca72fde5fe0ec6c10d04b1bb70
[]
no_license
INotWant/Mqtt-broker
8bdf8c07b91ec53c8da38e078ce4efe18aaefa86
61663aa49283588971e050bfc3744147194826fc
refs/heads/master
2020-04-19T22:30:37.916181
2019-01-31T06:16:33
2019-01-31T06:16:33
168,470,631
0
0
null
null
null
null
UTF-8
C
false
false
1,099
h
// // Created by iwant on 2019/1/22. // #ifndef MQTT_BROKER_UTIL_H #define MQTT_BROKER_UTIL_H #include <signal.h> /** * 获取指定字节的第 n 位。(最右端为0位) */ int getCharNBit(const char *p_char, int n); /** * 设置字节的指定位为指定值 */ void setCharNBit(char *pChar, int n, int value); /** * 连续打印 n 个字符 */ void pr...
[ "tinggao@bupt.edu.cn" ]
tinggao@bupt.edu.cn
6f05e409036b275fd3679cdd7f65c7d6deda7476
0c5d3b088080577388f5766431487534f93a2c40
/Github-Projects-Origin/h2o-master/src/main.c
100d71e973baa064cda7b5c4a7f154a31758175f
[]
no_license
zhiyuanjia/WoBench
878255ce45e76ef57f88743c7f43acdfa59e93e7
6b337780cbd598de98fc0eabd19efaf1a01b6012
refs/heads/master
2021-09-23T03:12:08.091319
2018-06-14T10:17:59
2018-06-14T10:17:59
null
0
0
null
null
null
null
UTF-8
C
false
false
83,963
c
/* * Copyright (c) 2014-2016 DeNA Co., Ltd., Kazuho Oku, Tatsuhiko Kubo, * Domingo Alvarez Duarte, Nick Desaulniers, * Jeff Marrison, Shota Fukumori, Fastly, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and...
[ "wangcong15@mails.tsinghua.edu.cn" ]
wangcong15@mails.tsinghua.edu.cn
beec4b0297f78bc99acb35c3b3ae774ef5e43cf4
db6901abe45c8b1cf3f38d9749141cc9213de2e7
/devel/include/planner_msgs/planner_globalRequest.h
c51044a781f7b87b24caba4f5a144df431eea196
[]
no_license
amilearning/MAV_competition_mavros_ws
e95f5f66dac995538c9a682ec243deebf81b451a
303a5272fd47e1a0382c8f769623d7cfddb1ebe3
refs/heads/master
2023-06-24T11:25:47.592856
2021-07-20T16:17:34
2021-07-20T16:17:34
387,848,925
0
0
null
null
null
null
UTF-8
C
false
false
104
h
/home/hojin/drone_ws2/mavros_ws/devel/.private/planner_msgs/include/planner_msgs/planner_globalRequest.h
[ "hojin.projects@gmail.com" ]
hojin.projects@gmail.com
416ffbc973d0d20e03e5b3224773a4d8621b7bec
97660e2b7be9733a66f2f46555136474e91729d4
/SW2812 五彩灯程序/SW2812/UserSource/SystemState.h
6ab6d8cb2042716554776e4e31d7ebd1407ce020
[]
no_license
xiejia31/Robomaster2018
2f6fa6fc223b546f81aa6aa07895f0d1573e48e2
9e38f787e14785b58d0793435fae66330f4a6886
refs/heads/master
2023-03-15T23:41:24.139284
2018-08-11T03:09:25
2018-08-11T03:09:25
null
0
0
null
null
null
null
GB18030
C
false
false
1,367
h
#ifndef __SysState_H__ #define __SysState_H__ #include "stm32f1xx_hal.h" #include "tim.h" #include "MyCom.h" //===============================================================系统模式定义 #define SetSystemState(x) SystemState.State=SystemState.State|x //设置系统状态 #define ClearSystemState(x) SystemState.State=SystemState.State...
[ "houhongyi@qq.com" ]
houhongyi@qq.com
2d0655ed1e4a9a2a294f3c14796c6b97762dbfbd
ec9584191115d83387a36432206e3a1a2237bedf
/dhonffy/week-06/day-02/computer/main.c
2954b3ac4fa6e7d89ff95a27acdb60e1fc160fe8
[]
no_license
green-fox-academy/dhonffy
e7fcbc32ac535da5e6649f51dfdad69b0eb287b9
a789649deda3369b1742345876e22d4b8cf52b57
refs/heads/master
2020-06-11T08:53:40.671520
2019-09-21T04:44:43
2019-09-21T04:44:43
193,908,303
0
0
null
null
null
null
UTF-8
C
false
false
1,095
c
#include <stdio.h> #include <stdint.h> // Use the computer struct, give values to the fields and print them out in the main! // Use the Notebook struct, give values to the fields and print them out in the main! struct computer { float cpu_speed_GHz; int ram_size_GB; int bits; }; typedef struct notebook{ ...
[ "honffy.daniel@gmail.com" ]
honffy.daniel@gmail.com
5bc89bcc8b87a2f6753c2d47feab9ff85d0065c1
191707dd19837f7abd6f4255cd42b78d3ca741c5
/X11R5/contrib/im/Xsi/Wnn/uum/key_bind.c
98b2e0bd87cabca0e830b1f07901aab115d43710
[]
no_license
yoya/x.org
4709089f97b1b48f7de2cfbeff1881c59ea1d28e
fb9e6d4bd0c880cfc674d4697322331fe39864d9
refs/heads/master
2023-08-08T02:00:51.277615
2023-07-25T14:05:05
2023-07-25T14:05:05
163,954,490
2
0
null
null
null
null
EUC-JP
C
false
false
20,866
c
/* * $Id: key_bind.c,v 1.2 1991/09/16 21:33:45 ohm Exp $ */ /* * Copyright Kyoto University Research Institute for Mathematical Sciences * 1987, 1988, 1989, 1990, 1991 * Copyright OMRON Corporation. 1987, 1988, 1989, 1990, 1991 * Copyright ASTEC, Inc. 1987, 1988, 1989, 1990, 1991 * * Permission ...
[ "yoya@awm.jp" ]
yoya@awm.jp
96439b8e441a31870ec375b9bc910751122f6682
bca198a06ba2325f365c2086e1c98f1ffdff2461
/lufa/Demos/DualRole/ClassDriver/MouseHostDevice/MouseHostDevice.c
10fcb3769620429578f9d8830b44186f84625919
[ "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
JonD07/Zumo-Delivery
268c302e80490a2a59cc2275ad4b555de51b1b63
f22f9b27318a3eb7221a86f7273ec66479c7b14c
refs/heads/master
2023-04-23T16:45:14.359530
2021-04-29T16:48:36
2021-04-29T16:48:36
360,696,606
0
0
MIT
2021-04-29T16:46:15
2021-04-22T22:22:25
C
UTF-8
C
false
false
2,841
c
/* LUFA Library Copyright (C) Dean Camera, 2020. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* Copyright 2020 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purp...
[ "jonathan.a.diller@gmail.com" ]
jonathan.a.diller@gmail.com
beb3cedbdb03c8643ede288d6b044ca63a41dd1f
663f36cfff3bfaf9ad64bba430e648b0dadc0f99
/dependencies/Little-CMS/src/cmsgamma.c
3d59105541f592c78f2bd12248dca4f09a1c1558
[ "Apache-2.0", "MIT" ]
permissive
LiberatorUSA/GUCEF
b579a530ac40478e8d92d8c1688dce71634ec004
2f24399949bc2b2eb20b3f445100dd3e141fe6d5
refs/heads/master
2023-09-03T18:05:25.190918
2023-09-02T17:23:59
2023-09-02T17:23:59
24,012,676
9
15
Apache-2.0
2021-07-04T04:53:42
2014-09-14T03:30:46
C++
UTF-8
C
false
false
37,518
c
//--------------------------------------------------------------------------------- // // Little Color Management System // Copyright (c) 1998-2013 Marti Maria Saguer // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the "Softwar...
[ "dinand@vanvelzen.us" ]
dinand@vanvelzen.us
2ce7293b5eee5e0c2affd5810d510bee3c497f59
d8e2095e3990897140e31796a53c50ba4a960017
/plugins/lb-plugin/lb/api.c
56806d25d0cacd9c7f34b7ecf0232fd127251ac3
[ "Apache-2.0" ]
permissive
aiyi/vpp
afcbca39c56440acc5fbaf6c4ecc7e83289c90f5
3a4ed3934585eb841fa36f6f062adf4dce9b4661
refs/heads/master
2020-12-24T09:53:47.969438
2016-11-08T12:20:42
2016-11-08T19:29:53
null
0
0
null
null
null
null
UTF-8
C
false
false
6,752
c
/* * Copyright (c) 2016 Cisco and/or its affiliates. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicabl...
[ "openvpp@barachs.net" ]
openvpp@barachs.net
a77e252f6dae142aee91dc11fe24059032e68746
9ec5c73c22685cb7cb4216a7d367f5173083d56a
/sphost/include/thirdparty/net/ndk_soc_api.h
5dfa728b59b6cb1a7e7eaaee88b8035639fb16eb
[]
no_license
chadmuska/test
0f06d622e22eda54a14b8275f287d728cbc53a84
68af41f3243feccda6952e85ff75f17a434963eb
refs/heads/master
2020-03-19T23:19:17.368909
2018-06-12T01:53:48
2018-06-12T01:53:48
137,002,080
1
1
null
null
null
null
UTF-8
C
false
false
8,541
h
/************************************************************************** * * * Copyright (c) 2014 by iCatch Technology Co., Ltd. * * * * This softwar...
[ "paul.chang@jet-opto.com.tw" ]
paul.chang@jet-opto.com.tw
07c8c90cddff4ce81a5db9f0422f130ea5b4f21a
c7a0ddf814d3efe80a10e45ef5c2ac9e53f34530
/main.c
ee01c2d2c1ccace4333232b065a8b49381e75e5f
[]
no_license
thallysbraz/Sistemas_de_Banco_de_Dados-1
cc89c0af6e63206bbc601cda38cfeaa64e4f18d6
87a8fb56e781d2fbf373d2a8f09b13030978ffb1
refs/heads/master
2022-12-08T22:20:42.298216
2020-08-24T23:45:39
2020-08-24T23:45:39
288,537,007
0
0
null
null
null
null
ISO-8859-1
C
false
false
5,642
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <conio.h> #include <locale.h> #ifdef WIN32 #define LIMPA_TELA system("cls") #else #define LIMPA_TELA system("clear") #endif typedef struct carro CARRO; struct carro { int idCarro; int ano, anoModelo; char marca[100]; char mod...
[ "thallysbraz3@gmail.com" ]
thallysbraz3@gmail.com
47a4ff97b70a8de2f09e9564c456394dab52e9ca
fa306d323b7b97df0aeceb6ee64e772f3caef77a
/x86_desc.h
6a7f3c8ab8685f80fa81278ff0f5f094e3f49cfa
[]
no_license
cardyok/Illinix_OS
fd6d88ca578021c4f35be62405c8312f16e9bac7
6244b14be39b39320c2fbe76a7482639c1adf9d2
refs/heads/master
2020-04-12T09:23:32.195963
2018-12-19T07:51:04
2018-12-19T07:51:04
162,400,868
0
0
null
null
null
null
UTF-8
C
false
false
6,517
h
/* x86_desc.h - Defines for various x86 descriptors, descriptor tables, * and selectors * vim:ts=4 noexpandtab */ #ifndef _X86_DESC_H #define _X86_DESC_H #include "types.h" /* Segment selector values */ #define KERNEL_CS 0x0010 #define KERNEL_DS 0x0018 #define USER_CS 0x0023 #define USER_DS 0x002B #de...
[ "zuniorone@gmail.com" ]
zuniorone@gmail.com
a3c50d7b94a2b931994d8c281291c4f746967e87
5b684a9461859d713aa24eedb76c5c5c1651682c
/Lab5-ex1.c
12d1065fa589e4a8539f3dffb9fe5862fc6f9741
[]
no_license
cht8v6/GitCameron
fb48cb15aedd35b55bb3b1091d0d50985dc1bcef
e3e4fdab132f6322cbc6d28d6acd56d2eca1eb10
refs/heads/master
2021-01-13T04:55:35.577161
2017-04-25T14:53:12
2017-04-25T14:53:12
81,141,351
0
0
null
null
null
null
UTF-8
C
false
false
485
c
#include <stdio.h> #include <stdlib.h> int main(void) { char *fileName = (char *)malloc(sizeof(char*)*20); printf("Specify file name you would like to print to: \n"); scanf("%s",fileName); FILE* file1 = fopen(fileName, "a+"); char c; c = getchar(); c = getchar(); while (...
[ "noreply@github.com" ]
cht8v6.noreply@github.com
4051d504e71709689851b34bae6ee2ce9c12a406
a6dd332fa70aaafc7de999c8c76afacd26e86057
/src/characters.c
7057d7e9b0d7fe5ba481d06af2e9afc57eb257fd
[]
no_license
Zixiken/NokiaDisplayLibrary
23084eb9aaeb6dc9ef0f3581a6a10bc78d7f3031
e95b6f7120afdfe0a5f0d74ed34b4c96c88d7ee1
refs/heads/master
2021-08-24T13:32:57.806419
2017-12-10T01:48:46
2017-12-10T01:48:46
106,890,454
1
0
null
null
null
null
UTF-8
C
false
false
6,905
c
#include "libnokiadisplay.h" const uint8_t SPACE[] = {0x00, 0x00, 0x00, 0x00, 0x00, 0}; const uint8_t BANG[] = {0x00, 0x00, 0x4F, 0x00, 0x00, 0}; const uint8_t QUOTE[] = {0x00, 0x03, 0x00, 0x03, 0x00, 0}; const uint8_t NUMBER[] = {0x14, 0x7F, 0x14, 0x7F, 0x14, 0}; const uint8_t DOLLAR[] = {0x26, 0x49, 0x7F, 0x49, 0x32...
[ "zangamj@appstate.edu" ]
zangamj@appstate.edu
cfdabbd8c3d3576cbd87a9c9c4b0383a6c96a03d
42ac815d273231cce9a2ba92dd80f9edafbc9003
/dragonfly/dragonfly.h
7e2ed5c7fc707f86b62ed4f7aa293cf762f7424a
[]
no_license
laprej/ROSS-Models
3fcef2b96d00fe2333331fab83bae81e11873d03
1c13179fa02f502e92d769bc5d65d16bc8f1afac
refs/heads/master
2021-01-15T16:57:55.711226
2016-07-15T22:59:14
2016-07-15T22:59:14
62,649,254
1
0
null
2016-07-05T15:43:53
2016-07-05T15:43:52
null
UTF-8
C
false
false
5,697
h
#ifndef INC_dragonfly_h #define INC_dragonfly_h #include <ross.h> // dragonfly basic configuration parameters #define GLOBAL_CHANNELS 4 #define NUM_ROUTER 8 #define NUM_TERMINALS 4 #define MESSAGE_SIZE 512.0 #define PACKET_SIZE 512.0 #define CHUNK_SIZE 32.0 // delay parameters //#define TERMINAL_DELAY 1.0 //#define...
[ "me@gonsie.com" ]
me@gonsie.com
562029b4c05081b7f7f5918c20d39b3fe37346c0
a37a1637e038dd4104093137b3e9cb28719e3491
/ANSI-C/problematic_printf.c
8b5ea50584ece3d5807e69beb19ee260457d6fbe
[]
no_license
vahid-heidaripour/CPP-Playground
d419677a962298520e9f6ad1ed9fd9fc290f1510
f0c7f0d7094fc91a70691db32d5014833e8fbd6f
refs/heads/master
2020-04-29T03:57:47.624412
2020-03-30T13:59:31
2020-03-30T13:59:31
175,830,261
2
0
null
null
null
null
UTF-8
C
false
false
352
c
#include <stdio.h> int main() { float a = 2.3; int b = 2; printf("%d\t%d\n", a, b); /* the output is 2 \t some initial value for b * this happens because of %d for a float variable * and compiler generates a warning */ printf("%f\t%d\n", a, b); /* Output is: * 2 -4481655...
[ "v.heidaripour@gmail.com" ]
v.heidaripour@gmail.com
4e31185c40a687e1154077f47ab2050f83d80d46
c8639e2b4bb7116d7dd66acaa769c30d7bb479f7
/world/d/pansi/mishi1.c
e588b59a9607c5b4605cf33d70d7f202c5d49be2
[]
no_license
ninemoon/mhxy2002
43bc9759bbde56e2c49c524514f3dc4f83fbe932
76e0fa31cd662864bd55168e2fdf986622ed510e
refs/heads/master
2021-09-06T10:05:19.812948
2018-02-05T09:57:57
2018-02-05T09:57:57
120,064,608
0
0
null
2018-02-03T06:07:09
2018-02-03T06:07:08
null
GB18030
C
false
false
310
c
// Room: /u/rainy/sea/mishi1.c inherit ROOM; inherit ROOM; void create() { set ("short", "密室"); set ("long", @LONG 密室中黑黑的,看不大清楚。 LONG); set("objects", ([ /* sizeof() == 1 */ __DIR__"npc/kao" : 1, ])); set("no_clean_up", 0); setup(); }
[ "liming.xie@gmail.com" ]
liming.xie@gmail.com
58f09d2c83995befa5d6d61dbeea81597c94063d
5df0b91537de45ae26a3cf38a136226e5a93d785
/0x07-pointers_arrays_strings/4-strpbrk.c
bc2c3d6f31af8a13ec96714bf0e0637cf61eae71
[]
no_license
corbinenterline1/holbertonschool-low_level_programming
6ce6ecdb38a6cd5f8bd6edb88e636f163782081c
ddafe062df8ddf4096008bf90232803b740e6c8c
refs/heads/master
2020-12-29T08:14:11.472807
2020-09-18T05:58:29
2020-09-18T05:58:29
238,530,020
0
1
null
null
null
null
UTF-8
C
false
false
825
c
#include "holberton.h" /** * _strpbrk - Finds first character in *s that matches * any character in *accept (excluding terminators) * @s: String to be scanned * @accept: string containing the characters to match. * set char variable c, and char pointer p * for loop sets c at string, as long as c isn't at termin...
[ "corbinenterline1@gmail.com" ]
corbinenterline1@gmail.com
d3987ba730c537b90dd824d6cfeeb84576a8df93
6694fc5b1d0f957427e16ee39ae208f69401bf6f
/c01/ex03/ft_div_mod.c
e3dd0e48ae8fb3973a7e675d6b995f8f4dd8ead5
[]
no_license
agogoleva/42Piscine_Telefonica_C
c54045e4ac8f461a05d6458a17d0028da661491b
814040d37437930b9ec73482bba7ffae817cfd95
refs/heads/master
2023-06-16T10:48:19.183470
2021-07-15T14:08:31
2021-07-15T14:08:31
null
0
0
null
null
null
null
UTF-8
C
false
false
976
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_div_mod.c :+: :+: :+: ...
[ "agogolev@c3r4s6.42madrid.com" ]
agogolev@c3r4s6.42madrid.com
014a4f631909329554b7f195ae5f60e1822adf5b
5d20a9636c9cc32cfe40f9ed881379043b763c17
/src/r2048u64t.h
fe0eb07061b39334d48339b985fe3b2b23be1f6e
[ "BSD-3-Clause" ]
permissive
cipherboy/ppc64le-2048-widemul
f362982dfaaca8ef12ef70b975b0c1332d0aaaf3
65050476b2da7b028e4fc91dacc002868eea46d1
refs/heads/master
2020-09-07T07:48:27.612540
2019-11-10T14:54:27
2019-11-10T14:54:27
220,711,179
0
0
null
null
null
null
UTF-8
C
false
false
486
h
#pragma once #include <stdint.h> typedef struct { uint64_t data[64]; // Length in bits uint16_t length; } _u64t; extern void u64t_translate(_u64t *ret, r2048bn *parameter); extern void r2048bn_translate(r2048bn *ret, _u64t *parameter); extern void u64t_modulus(_u64t *ret_n, _u64t *prime_p, _u64t *prime...
[ "alexander.m.scheel@gmail.com" ]
alexander.m.scheel@gmail.com
8e141a1e7c75f9d5497733ecf27574966e504d5e
5f4089746f6470eb7263b0a73a3b54182af3fc12
/Struct 1.3/Struct 1.3/main.c
c897fc6a1d70a7bbc87fb34563023d6a1d4e7c6d
[]
no_license
Wei-Xia/Objective-C-Programming-The-Big-Nerd-Ranch-Guide
e0527e782714b12e0b85600e4481e21f5d371f3f
c80405de00a7656264657de1589ef54b8ea26d15
refs/heads/master
2020-12-28T21:50:49.184266
2015-08-08T21:25:17
2015-08-08T21:25:17
null
0
0
null
null
null
null
UTF-8
C
false
false
1,205
c
// // main.c // Struct // // Created by Wei on 7/7/15. // Copyright (c) 2015 OO. All rights reserved. // #include <stdio.h> /* // Here is the declaration of the struct struct Person { float heightInMeters; int weightInKilos; }; */ // Here is the new declaration of the type person typedef struct{ float...
[ "xw900812@gmail.com" ]
xw900812@gmail.com
6338d4d93f35b2b4732fc54bc48a0fcd2cd26d93
d8e1a65a5863ea5a111c8304a040f1c797f8ebbf
/ mtktest --username qq413187589/N65/N65_V1/plutommi/mmi/GSMCallApplication/CommonFiles/CommonInc/CmErrorHandlersProtEX.h
360ac4322c3464105c7fe78fc719115d4980d154
[]
no_license
manoj-gupta5/mtktest
a6b627cde8c9a543d473a99f778fd6f587a8d053
98370766a36fffb8b0dde1cc6dd144599ea184f6
refs/heads/master
2020-12-25T21:12:59.596045
2010-07-18T05:06:14
2010-07-18T05:06:14
null
0
0
null
null
null
null
UTF-8
C
false
false
4,141
h
/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained * herein is confidential. The software may not be copied and the information * contained herein may not be used o...
[ "qq413187589@046de88f-2cd9-6c0a-3028-073e08bc931c" ]
qq413187589@046de88f-2cd9-6c0a-3028-073e08bc931c
f485fa389db7007e65a1d2346d6581c772af1a70
137f4b7359057eefda377ca69a87a6d0bf867590
/demos/intrepid/neoobd2_pro/ble/nrf5_sdk/components/drivers_nrf/nrf_soc_nosd/nrf_soc.h
aaa6803052f8c25386279015a9700391da0fcde6
[ "BSD-2-Clause", "BSD-3-Clause" ]
permissive
ghsecuritylab/neoobd2_sdk
ad27c521f319187de7f5393761c7c185a0d5e47c
e13c7b1bff7979903635aa22082c21e0547d1a41
refs/heads/master
2021-02-27T13:23:47.990944
2019-10-30T13:11:39
2019-10-30T13:11:39
245,608,691
0
0
BSD-2-Clause
2020-03-07T10:03:17
2020-03-07T10:03:16
null
UTF-8
C
false
false
3,532
h
/** * Copyright (c) 2014 - 2019, 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, th...
[ "jchung@intrepidcs.com" ]
jchung@intrepidcs.com
02f39dace82682fa1033d1d2261ad8e6d74a00df
cde00eb9683e8cf9de1ae3c0874fe1f6c2f7723d
/src/lib/packet_update.c
241da32f14e4199f396910f2e85d434a4d8634ee
[]
no_license
bibiboot/ntp_router
8474778511b35f4a02829dc7fb88f4d517466ad5
cebbc6aae85d2e21b93f6e6346f4c9dfbb48ec4a
refs/heads/master
2021-05-28T04:42:42.666622
2014-11-16T07:31:02
2014-11-16T07:31:02
null
0
0
null
null
null
null
UTF-8
C
false
false
1,055
c
#include "packet_update.h" void packet_update(void *newpacket,const unsigned char *packet, struct timeval *rcvtimestamp,struct timeval *sendtimestamp,struct timeval *drtt,uint16_t next_hop,int packet_size,const struct pcap_pkthdr *header) { unsigned char *payload = (unsigned char *)packet + C_HLEN; struct ...
[ "sourabh084@gmail.com" ]
sourabh084@gmail.com
c2279053fc54b784d4f41c22e5b90c5ac862a5df
cd170d46e63ec678a51a362787a332e7bfb975e3
/due_digger_mk2/newTurnMethod.h
ec833034d92e9ba334db0111460ddbeb50bae48c
[]
no_license
bdutta6/AntRobots
158ae5a77c6123f463a50afa7863ef2754c67bcf
73c30738a555e97a67140f3db94e5f5982d5d38a
refs/heads/master
2021-07-12T18:19:43.066465
2017-01-05T00:32:41
2017-01-05T00:32:41
106,981,916
0
0
null
null
null
null
UTF-8
C
false
false
1,061
h
/* Pseudocode derived from https://github.com/openhardwarerobots/arduino-robot-compass/blob/master/robot_mag/robot_mag.ino // Global definition of variables for direction control float initial_heading; float target_heading; float diff_heading; bool turn_init; bool target_reached; void setup(){ // Initialise d...
[ "ross.warkentin@gmail.com" ]
ross.warkentin@gmail.com
22072eae678c0849b58b429d1e4f3fe765c5f6f3
4f67590fbd224791ec99f08d73d429b9d52efafc
/CUBEMX/STM32F030_I2C_DMA/Core/Src/i2c.c
ada80fce7b41fcda6a68e1f55bcc00eeb8052a91
[]
no_license
Baopqspkt/STM32F030_TUTORIAL
600e252f1f9cb7935502d08cef8f39562972d2ab
ee6f72e2f6582db20a8c7c8329d8c5740bd62f88
refs/heads/master
2023-05-13T16:01:51.877159
2021-06-01T17:32:40
2021-06-01T17:32:40
356,517,535
0
0
null
null
null
null
UTF-8
C
false
false
915
c
/* * i2c.c * * Created on: Apr 23, 2021 * Author: PC */ #include "i2c.h" // Format for send data is: wdata[2]={register_addr, write_data} void i2c_write(I2C_HandleTypeDef *hi2c,uint8_t slave_addr, uint8_t addr_register, uint8_t send_data) { // HAL_I2C_Master_Transmit(hi2c, slave_addr, send_data, sizeof(send...
[ "baopq.spkt@gmail.com" ]
baopq.spkt@gmail.com
d2076971dab2962b63160112ae684c8ad8c51079
3f0e0d710843d501c050a99b5af79cff952a01e2
/libft/ft_putendl_fd.c
5cbc6e03fcb93f285f7574207d8d8a5acd7287b5
[]
no_license
madithwele/Libft
7797b0dce8469af723dd6da13ff568e6e76b46b1
033d8f8545893a78f61b6c8fefc60a686b757727
refs/heads/master
2020-08-28T00:16:37.810747
2019-10-25T13:00:27
2019-10-25T13:00:27
217,531,987
0
0
null
null
null
null
UTF-8
C
false
false
1,006
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putendl_fd.c :+: :+: :+: ...
[ "noreply@github.com" ]
madithwele.noreply@github.com
bd94171b3f5f8bc609b15b0a96cb29f0f325ea17
e0c8cd8376c5dff35a62a7f7f1ab80fbe7ec8bd4
/src/sntp.c
baaaf509b4fd0082ba6d3decb9f9e366da9cf936
[ "MIT" ]
permissive
duckinator/sntp-client
a90da061ca1ddea282a1aed2209003b727c4e553
18250aad907fdec19ace982e08b383d8763a673c
refs/heads/main
2023-03-03T23:54:15.295424
2021-02-22T08:59:31
2021-02-22T08:59:31
341,137,191
0
0
null
null
null
null
UTF-8
C
false
false
6,353
c
#include <arpa/inet.h> #include <stdio.h> #include <stdint.h> #include <stdlib.h> #include <string.h> #include <time.h> #include "socket.h" #include "sntp.h" // The delta is negative, so be sure to invert any operations on it. static uint32_t NTP_TIMESTAMP_DELTA = 2208988800; static uint8_t SNTP_CLIENT_MODE = 3; stati...
[ "me@duckie.co" ]
me@duckie.co
c10a6771fd7bf988d59b17c230d1346e820bdf05
8670027db80a569e6a8e365ad915be4d0fdba925
/Chapters/1-6.c
8ab2571134801ef95323fae7a0b45351ba45f06c
[]
no_license
dilveerv/EECS-2031-textbook-questions
59f7766f81a59b02db977cea3056ccba4c61a014
786aa421c535d498b81431a939a3ed4d254c52a3
refs/heads/master
2021-10-08T19:52:40.833516
2018-12-17T02:47:24
2018-12-17T02:47:24
null
0
0
null
null
null
null
UTF-8
C
false
false
363
c
/* Exercise 1.6 - Verify that the expression getchar() != EOF is 0 or 1 */ #include<stdio.h> int main(int argc, char *argv[]) { int c; /* getchar() reads a single character from the standard input stream stdin */ while ((c = getchar()) != EOF) { printf("%d ", c != EOF); putchar(c); ...
[ "dilveerv@hotmail.com" ]
dilveerv@hotmail.com
93293bc49e0a01f7ba272a985e1d5ca4e3090dca
e5462f052a5b570f87283f64fc51d60005ed4461
/firmware/SharkII/tetris.c
3c4a118e7c0ec4bbc9fdaad893937edefff1f90d
[]
no_license
mateme/examples
170fbd9f3b445388ab095c93c27425d6731afd80
14d0ca0566d349e5317dad5948213efcd7c99d9f
refs/heads/main
2023-04-25T05:21:40.562214
2021-05-17T22:02:46
2021-05-17T22:02:46
367,005,359
0
0
null
null
null
null
UTF-8
C
false
false
14,917
c
#include "tetris.h" #include "pictures.h" #include "graphics.h" #include "eeprom.h" #include "data.h" #include "pad.h" #include "sound.h" #include "video.h" #include <avr/interrupt.h> #include <avr/pgmspace.h> #include <stdlib.h> #define CurrentPart(x) Data[x+160] #define prevTimerTick Data[164] #...
[ "noreply@github.com" ]
mateme.noreply@github.com
c3a945eeeda9dad8f306e65be1c20899cb27ad75
5754ddd5a6d106a9277c70b1d00bba354498bfb6
/W2/max_rowscol.c
00c5703c36f8e249a45466d21c41f9d6ff9fdf5a
[]
no_license
mayukhdev/NPTEL_PDS
a0885d6ab5201e5a0362231ae62bff41519d533e
0dd7a77dcc7a24ecc67f77080251075dfa169ddd
refs/heads/master
2020-04-06T17:02:22.292516
2015-01-05T14:58:29
2015-01-05T14:58:29
28,816,846
0
0
null
null
null
null
UTF-8
C
false
false
2,150
c
#include<stdio.h> /*Write a program that reads an NxN square matrix M that calculates the sum of the elements in individual rows, individual columns and the two main diagonals. Among these sums, print the largest.*/ int main(void) { int m,i,j,sum=0,dia1,dia2; int max_row,max_col,max_dia; scanf("%d",&m...
[ "mayukhdev@gmail.com" ]
mayukhdev@gmail.com
7102281ed71b442f15ba0a403cbd5589c14d75ab
724f3b4ef1f540bce8593ed90887704d28d8006b
/extern/glfw/src/posix_time.c
040c8f180e29ccf8a7fd0c9ff842c228b150dfb2
[ "MIT", "Zlib" ]
permissive
InteractiveComputerGraphics/PositionBasedDynamics
c1a1540b3f46d5c080e9b19dd0c86ac94f4eaebd
00db2e091a88a628099787cf6fada941e851dbfa
refs/heads/master
2023-09-01T11:14:03.256028
2023-08-18T14:53:38
2023-08-18T14:53:38
35,102,707
1,569
320
MIT
2023-08-18T14:53:39
2015-05-05T13:50:44
C++
UTF-8
C
false
false
2,855
c
//======================================================================== // GLFW 3.3 POSIX - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2017 Camilla Löwy <elmindreda@glfw.org> // // This software is provided ...
[ "bender@cs.rwth-aachen.de" ]
bender@cs.rwth-aachen.de
53e12b35ee10387fe89b121e84be79b813fc0b23
b1affca7ab69fca4b41ee75ffcbb2fffe15bc294
/demos/demo_treap/demo_treap.c
dd9834f3685f8c1bb265dbddb1f21ec6b23375ce
[]
no_license
jgthomas/data-structures-and-algorithms
d91b083a0f95dbe69db93b48dd6b6bcb80162ccc
9e1bb2aac0837747c5d8f4b55a81dff487d66cc8
refs/heads/master
2021-09-14T12:18:41.499260
2018-05-13T15:41:51
2018-05-13T15:41:51
107,876,862
0
0
null
null
null
null
UTF-8
C
false
false
3,190
c
#include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include <string.h> #include "tools/comparison.h" #include "tools/printing.h" #include "tools/get_input.h" #include "data_structures/treap.h" void print_commands(void) { printf("commands: show, insert, del, inorder, preorder, postorder, fill, quit\n\...
[ "codeactor@protonmail.com" ]
codeactor@protonmail.com
602e40f4250955375042193d534579a6c178e676
0761579335e0d5b67ac72385d935f19a0c36fcfa
/mcu/l1core/modem/gl1/l1d_ext/l1d_rf_l1core.h
b371b992201df4e4aa52f44726b4e59de2b6eff7
[]
no_license
junkyard-2327/TK_MD_BASIC_MOLY.LR11.W1630.MD.MP.V178
8044ab8704fe7b59e05a66a4a52177578a63b15a
e61b468750939d2a5a09cb6b02d7a7667374f9d9
refs/heads/master
2022-12-26T03:35:58.604616
2020-10-09T04:36:44
2020-10-09T04:36:44
301,932,466
1
0
null
null
null
null
WINDOWS-1252
C
false
false
73,461
h
/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained * herein is confidential. The software may not be copied and the information * contained herein may not be used o...
[ "null" ]
null
b03c10dc7faf6c4875b4c8af713808b4c391bd49
e22e03d9761f5c6d581b5af2e77343e8ee4b201d
/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/Cpu/Cpu.c
bddeb767dfd6f3feb1277d94a7ba3d29af1bc1c2
[ "OpenSSL", "BSD-2-Clause" ]
permissive
SamuelTulach/SecureFakePkg
759975fcc84d62f05ac577da48353752e5334878
f34080a6c0efb6ca3dd755365778d0bcdca6b991
refs/heads/main
2023-08-17T07:51:22.175924
2021-10-01T10:46:14
2021-10-01T10:46:14
410,938,306
94
14
null
null
null
null
UTF-8
C
false
false
983
c
/*++ Copyright (c) 2004, Intel Corporation. All rights reserved.<BR> This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at ...
[ "samtulach@gmail.com" ]
samtulach@gmail.com
9b1541524133c662bf72df486b54f55bd1fe42f8
2b415fc496c0c6f0d506d38fa433b20a293aa424
/autobuilder/graphics/gnuplot/riscos/viewer.c
c8a6587521f13a6d059d21791b0cdae5ba9d44f6
[]
no_license
mattharris/riscos-gccsdk
7ce70175db22959554b362e943a74b0d2d68544e
7101a1384374f599f8f105e281243f5973ee73e4
refs/heads/main
2023-07-03T07:33:52.231673
2021-08-03T03:23:10
2021-08-03T03:29:02
null
0
0
null
null
null
null
UTF-8
C
false
false
5,682
c
/* riscos/viwwer.c * * Launch just created draw or sprite block. * * In this version just *Filer_Run the file. */ #include <stdio.h> #include <string.h> #include <stdlib.h> #include <limits.h> #include <time.h> #include <unistd.h> /* Use unixlib. This could be changed to kernel.h, swix.h or oslib. */ #ifndef ...
[ "cgrasden@5d7976f4-0b0e-0410-a586-d2bac8e3be52" ]
cgrasden@5d7976f4-0b0e-0410-a586-d2bac8e3be52
d0057a53a026c60dc444f9e4c461441a177d5c4b
c3bd5ac87b27384ccdc9c205309104f60d4139d1
/V2.0/BUILD/sunos5/src/PasswordCheck/SCCS/s.pwck_crack.c
bd6d5d797d77a1f0ca35f7bcd95169688d3d49f4
[]
no_license
oldbitpusher/npasswd
a8e974fc727a4860076ecd3384b74af9140836a0
c0d535196d0d26bde72f44e4883a5be0a841c6b7
refs/heads/master
2020-04-10T19:33:02.608988
2020-02-07T02:31:28
2020-02-07T02:31:28
161,239,092
0
0
null
null
null
null
UTF-8
C
false
false
52
c
../../../../../src/PasswordCheck/SCCS/s.pwck_crack.c
[ "c.hoover@austin.utexas.edu" ]
c.hoover@austin.utexas.edu
788ff30abca56745ba69501abf447ce19e0731b8
76dbd843d976a41e24d7a1ba2f4394b13e699154
/2018/day12a.c
39f46f4f776bb5a33e0b4907d5840f8f2f8fa250
[]
no_license
dgeoffri/adventofcode
a09e48c62524e4bfab2d2d55254cd5e9f6b01edc
efdbf41b7cfe046bbaa44cc311333b0255cd06a0
refs/heads/master
2023-02-21T15:48:02.584137
2023-02-13T07:50:05
2023-02-13T07:50:05
161,937,646
0
0
null
null
null
null
UTF-8
C
false
false
1,559
c
#include <stdio.h> #include <string.h> int checkall(char *cmpstart, const char **patterns) { int matched = 0; do { // printf("Checking %s\n", *patterns); if (strncmp(*patterns, cmpstart, 5) == 0) { matched = 1; // printf ("Matched %s\n", *patterns); break; } } while (*++patterns != NULL); return ma...
[ "dgeoffri@gmail.com" ]
dgeoffri@gmail.com
6e08a2c8c9ce9da4952d926543c499fd577f233b
9c273d9732d7335cc75d8fee559d4c410fce7075
/Practice 01/Aray6.4.c
89629d136aab2491a6e05c69f7e6d414415e8f97
[]
no_license
Md-Sanaul-Haque-Shanto/Practice-Session
740f731ce61bc4878f5a1154cda7aa076c89b639
4e7173112ced64eabfc7bc0d5470b562f214f349
refs/heads/master
2020-03-12T11:41:32.458454
2018-06-10T18:13:44
2018-06-10T18:13:44
130,602,414
0
0
null
null
null
null
UTF-8
C
false
false
163
c
#include<stdio.h> main() {int ara[10]={10,20,30,40,50,60,70,80,90,100}; int i; for(i=0;i<100;i++) printf("%d The Element Is:%d\n",i+1,ara[i]); return 0; }
[ "mdshs.shanto@gmail.com" ]
mdshs.shanto@gmail.com
ad6e5204866a69b986ed56fa3c78241696176d87
e649358eea83e1d7d3e5cfaf88656e9b0bc7aa5f
/modules/utilities/date/c/shared/IADate.c
71e799ec3828ace46a0ea8a5a54ccf095929e975
[ "MIT" ]
permissive
impsapps/impsengine
4c23c1bd801ebd363c96d858c4d7ebb19dc19362
1b796bb4bccbe27b3f084a298a22c55555429aa2
refs/heads/master
2020-03-29T16:03:49.678574
2019-08-31T00:39:58
2019-08-31T00:39:58
150,095,088
0
0
null
null
null
null
UTF-8
C
false
false
5,109
c
#include "IALibrary.h" #include "IADate+Native.h" #define CLASSNAME "IADate" //private methods bool IADate_isLeapYear(int year); int IADate_getDaysOfMonth(int month, int year); bool IADate_isCorrektDateOrder(IADate * this, IADate * date2); void IADate_increaseMonthByOne(IADate * this); void IADate_makeWithCurrentD...
[ "konstantin.merker@impsapps.com" ]
konstantin.merker@impsapps.com
7c84355f778eba0fc4cfc2d985a6db60120d0761
ebe5fc9ace8fc2327d6fc95f8d7097f70b53adab
/lib/web/web.h
3b621a3729a6622196c767b531c770eab88c2652
[]
no_license
FollyEngine/wemos
2dd3aa931eb2d7947749ea227793b61c80f3ffa1
f2db4dc59acb6c8d7dfff637818006e75557e150
refs/heads/master
2021-06-23T12:51:35.754383
2021-03-04T10:37:33
2021-03-04T10:37:33
204,082,603
0
0
null
null
null
null
UTF-8
C
false
false
62
h
void web_setup(const char *update_password); void web_loop();
[ "SvenDowideit@home.org.au" ]
SvenDowideit@home.org.au
7e5392d61edddc44b3e1daf6913dc77c308b9090
468d09cf3a4dfb8864e736fb0dd94614cd620f83
/lab3/kern/mm/pmm.c
436dfb0b14c43f60d8fc3b540dcd62c6b06acc74
[]
no_license
Brokenice0415/uCore_Labs
cb030dd22a35675833b399caa74728fc33c9b3bd
3f1ec7308222035947819019be44499915494e57
refs/heads/main
2023-05-23T18:06:50.071493
2021-07-08T17:01:33
2021-07-08T17:01:33
353,676,663
4
0
null
null
null
null
GB18030
C
false
false
24,409
c
#include <defs.h> #include <x86.h> #include <stdio.h> #include <string.h> #include <mmu.h> #include <memlayout.h> #include <pmm.h> #include <default_pmm.h> #include <sync.h> #include <error.h> #include <swap.h> #include <vmm.h> /* * * Task State Segment: * * The TSS may reside anywhere in memory. A special segment ...
[ "brokenice@163.com" ]
brokenice@163.com