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
44db147210775ccc452de8752b301b69186d9caa
babd1927a5e436985c500e39a66cd6834cab670a
/src/core/server/util.h
6836dfe256887b0ee0e7d859b5022eceb20d31aa
[]
no_license
dodamn/keyremap4macbook
1f40b42ba2ebc49a740c70118648d2dd0b044d7c
d0a056ed28dba65a6f776eea1942b11c3171742d
refs/heads/master
2020-06-04T08:05:11.060562
2010-02-26T03:46:34
2010-02-26T04:06:51
535,618
1
1
null
null
null
null
UTF-8
C
false
false
292
h
#ifndef UTIL_H #define UTIL_H #ifdef __cplusplus extern "C" { #endif /** * initialize server. * @return return 0 if failed. */ int server_initialize(const char* basedirectory); void server_run(void); void sysctl_reset(void); void sysctl_load(void); #ifdef __cplusplus } #endif #endif
[ "dodamn@gmail.com" ]
dodamn@gmail.com
6050a94bb2fd332b6c7666b31fd0bb1e328a319e
459ad92eb6e0a9117ad4a68792dcaab309b83cb6
/test/stackTest.c
1de39d5ce19b7502d82fb9fbe5bdd9be5a94b710
[]
no_license
cycloss/C-Generic-Stack
5b5585b154fcf3141baa3f582c0ef5e153ce01b7
08ade03886bc0ac681fbec47bea089c3cb632e41
refs/heads/master
2023-01-31T17:19:52.287070
2020-12-19T17:30:07
2020-12-19T17:30:07
null
0
0
null
null
null
null
UTF-8
C
false
false
749
c
#include "../src/stack.h" #include <stdio.h> #define len(x) sizeof(x) / sizeof(x[0]) void printIntStackItem(void* itemp); int main() { stack* s = createStack(); int nums[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; for (int i = 0; i < len(nums); i++) { push(s, &nums[i]); } printStack(s, prin...
[ "lucasroweeh@gmail.com" ]
lucasroweeh@gmail.com
d2e9653aba703dd5f24757672b0913076152624e
67ffe8165ce41cdea84d891aa317d3b97d84128d
/libft/ft_memcpy.c
1e7ddaf9d20722ba6537844f20f8f86014c3049e
[]
no_license
Noyda42/minishell
06d0a9cd691196e0ac3c8117ac4dd939e1767a4c
197f3ec72a7ad78e2efaa30693fa25adad9a904f
refs/heads/master
2021-08-16T14:55:18.107152
2020-07-24T10:22:53
2020-07-24T10:22:53
206,121,474
0
0
null
null
null
null
UTF-8
C
false
false
1,089
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memcpy.c :+: :+: :+: ...
[ "teddy.mehenni@gmail.com" ]
teddy.mehenni@gmail.com
28ec9a7e56ec3cd8c6f134554af1d1a2033431a3
da0b6e25c6898734296099de90069ed76ed1d65b
/SIC/Src/fmi.c
4016c62bccf2eb4d74813185000e478420f5b75d
[]
no_license
OpenNuvoton/N32901-3_NonOS_BSP
65f40e204aadf86e613dc6062d3959db44f9b05d
8315e28d519a83a9245c288e0f60f5934af1c09f
refs/heads/master
2021-06-05T05:34:34.564579
2020-08-17T09:20:22
2020-08-17T09:20:22
109,978,924
4
4
null
null
null
null
UTF-8
C
false
false
3,643
c
/*-----------------------------------------------------------------------------------*/ /* Nuvoton Technology Corporation confidential */ /* */ /* Copyright (c) 2008 by Nuvoton Technology Corporation ...
[ "YCYen0@nuvoton.com" ]
YCYen0@nuvoton.com
6c70bfb713e48ecae13dae42e34982656cf75cb7
72faa50f2e27d9c48d987e7a40e904e6868233a0
/SourceCodeBackUp/Chap15/02.Kernel64/Source/Console.c
082ad0cb8833c40dc0030ff577ee2a47cb5f0c9a
[]
no_license
tlqaksqhr/osstudy
7867875b9db4ce7fced9b8da9dc370b4af827db0
f2c67bfc1ed4dd28cd02d794208dfb2ade3fb02d
refs/heads/master
2021-09-10T00:03:47.026622
2018-03-20T09:41:33
2018-03-20T09:41:33
115,336,281
0
1
null
null
null
null
UTF-8
C
false
false
3,370
c
#include <stdarg.h> #include "Console.h" #include "Keyboard.h" CONSOLEMANAGER gs_stConsoleManager = {0,}; void kInitializeConsole(int iX,int iY) { kMemSet(&gs_stConsoleManager,0,sizeof(gs_stConsoleManager)); kSetCursor(iX,iY); } void kSetCursor(int iX,int iY) { int iLinerValue; iLinerValue = iY * C...
[ "tlqaksqhr@naver.com" ]
tlqaksqhr@naver.com
3acb09bc4ec829d5cf9f5104558849ed57aaf40e
bacb0dd13e7e6fd578095a8948e3831d4f47e805
/re_players_graph.c
fff1fbefa522e6c81a8e89a4ee62dd2ed60d2520
[]
no_license
guluuu3/spoj
95645bca27ec4163803cea99636f9877f79f930a
af273783470f7ac42c781e43949640026b455b69
refs/heads/master
2021-01-18T15:14:28.234260
2015-07-18T05:39:35
2015-07-18T05:39:35
39,065,906
0
0
null
null
null
null
UTF-8
C
false
false
1,007
c
#include<iostream> #include<cstdio> #include<stdlib.h> #include<limits.h> #include<math.h> #include<string.h> #include<conio.h> using namespace std; #define INF 100 static int x=-1; static int m=-1; int min(int x,int y) { return (x<y?x:y); } int main() { int power, p,n1,n2,i; int *visited=(int )malloc(10...
[ "guluuu3@gmail.com" ]
guluuu3@gmail.com
59cd0af0f1734853bb380dcae626b8e2b66b7515
6273c7d5b946c9b4643010f3ebb31165263d7f1c
/8_timer_interrupt.c
6feadd0414d4ebf4e105d5c11a1d1b31f9a8a715
[]
no_license
gmuraleekrishna/m328p-examples
8e99e3645b360071818f18535d13cf090aeff24d
f27d05594d97bb497bd00f4e828088056f9a1c7b
refs/heads/master
2020-03-14T21:11:38.293087
2018-05-02T03:54:25
2018-05-02T03:54:25
131,791,213
0
0
null
null
null
null
UTF-8
C
false
false
709
c
#define F_CPU 20000000 #include <avr/io.h> #include <avr/interrupt.h> #include <util/delay.h> #define OCR1_VALUE_1HZ 19531/2 #define OCR1_VALUE_10HZ 1953/2 ISR(TIMER1_COMPA_vect) { OCR1AH = OCR1_VALUE_1HZ>>8; // Write high byte first OCR1AL = OCR1_VALUE_1HZ; // PORTB = ~PORTB; // this is equivale...
[ "muraleekrishnagc@gmail.com" ]
muraleekrishnagc@gmail.com
f845feab6a3bddfc47367138377f08fbc1563920
772cecb7f1b9e5d90705a877c0fb2bbb6864b1cd
/darshan-test/lustre/mpi.h
dc9a263daf909ec8343ee721ea0027e2d3a5010e
[ "LicenseRef-scancode-other-permissive", "mpich2" ]
permissive
HenryYihengXu/darshan
4a0de94b1fcd5587612253d50c903ea65b4c643e
70b345a3da4ea9e9d5f4c5efa28ffd7c535c2f2e
refs/heads/main
2023-07-14T18:31:13.871632
2021-07-22T17:51:37
2021-07-22T17:51:37
381,124,790
0
0
NOASSERTION
2021-07-22T17:32:25
2021-06-28T18:20:01
C
UTF-8
C
false
false
256
h
/* * VERY primitive stubs that allow darshan.h to be included in non-MPI * applications like darshan-tester */ typedef int MPI_Comm; typedef int MPI_Datatype; typedef int MPI_Op; typedef long MPI_Aint; unsigned char MPI_BYTE; #define MPI_COMM_WORLD 0
[ "glock@lbl.gov" ]
glock@lbl.gov
48c4f6e648f3324d289b19dbbc57e3055bb6d5a9
1c09b78f9f35025680ccf42c70f0b7be45306d34
/neo/tools/compilers/dmap/dmap.h
f67e7f6973f4abc063a0a536aa177e9f20db660f
[]
no_license
CodeLikeCXK/idtech4cdk
dbfbe6028d7017ceab11b6aed0dbdd184ac5eceb
b904be160f72f502594902d7f1e0fdfd186639bf
refs/heads/master
2021-12-04T10:44:58.300295
2012-07-07T23:05:19
2012-07-07T23:05:19
null
0
0
null
null
null
null
UTF-8
C
false
false
15,537
h
/* =========================================================================== Doom 3 GPL Source Code Copyright (C) 1999-2011 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 GPL Source Code (?Doom 3 Source Code?). Doom 3 Source Code is free software: you can redistribute it and/o...
[ "justinmarshall20@gmail.com@41434abf-0b58-1467-a858-a10e20c419fa" ]
justinmarshall20@gmail.com@41434abf-0b58-1467-a858-a10e20c419fa
b1e4bb56da23f3bb5ae65cfcb894204a36fe2da6
709bdc7d0b6baffb6624a248e0c81954d255a458
/MDtest/AD_converter.h
4e72f1a51a1d3ec8b0e85d163cdc8b3f1442bb64
[]
no_license
1ohm/DEMORobot_MD
3b4b580322527b57382b2fbd893e16b321035d87
5918915ae83e0c2c5931f418781e11019bb09a21
refs/heads/master
2021-01-18T11:27:00.374210
2017-03-08T01:50:50
2017-03-08T01:50:50
84,325,751
0
0
null
null
null
null
SHIFT_JIS
C
false
false
280
h
#ifndef AD_CONVERTER_H #define AD_CONVERTER_H void ad_init(void); // AD変換の設定。主にどのアナログピンを使用するかの指定。 extern unsigned char ad_get(unsigned char); // アナログ値の読み込みと変換関数 #endif /////EOF/////
[ "deathroomba@gmail.com" ]
deathroomba@gmail.com
d417eabc2c15025f9e44f5b8956be73685754c52
9d8ca78dc9ac1bb56fee08ccc23f03a3adda257a
/HelloWorld.c
9d9975f669fd1093e5d1172bf4165e15b0257f8e
[]
no_license
guiliandudu1990/hello-world
f0f91dff7c8cca4d00710e67f15af077d25d7f2a
0e81c7177961c6de248d501c480322365c48fd21
refs/heads/master
2021-01-17T18:05:21.328729
2016-10-24T14:18:20
2016-10-24T14:18:20
70,986,775
0
0
null
2016-10-15T13:30:43
2016-10-15T12:34:06
HTML
UTF-8
C
false
false
128
c
#include<stdio.h> void main(void) { printf("hello world!"); printf("我叫韩小敏,我是二货我自豪!"); }
[ "noreply@github.com" ]
guiliandudu1990.noreply@github.com
c5195a855cec88b8ed06be3e47fca17fdcf1033c
5faf96bfeaa0c45e4c4b9327c777825ef8c91d5b
/book/1.机器学习与深度学习/3.群体智能与演化方法/2.演化方法_遗传算法/3.背包问题_通过全搜索求解/test_code.c
fa7b2810626c87317534de8e24478caaa29c14b2
[]
no_license
dadalaohua/code_skills
ed928f3f410c02e8f91f306bb587fef9751a279a
db31dff889752f0393c86a4c96d13c136718fd8a
refs/heads/master
2023-01-24T10:37:49.655746
2023-01-01T04:16:07
2023-01-01T04:16:07
188,652,540
3
2
null
null
null
null
UTF-8
C
false
false
3,531
c
/*************************************/ /* direct.c */ /*通过全搜索方法求解背包问题 */ /*************************************/ #include <stdio.h> #include <stdlib.h> /************************************************************************/ /* ...
[ "root@Linux-host.(none)" ]
root@Linux-host.(none)
88d669da035a44a6a99b8e90c739868b7b4a6236
d3674bd7986ca7439eaf96c54c3ffa856d099fa3
/Firmware_examples/BareBoard/LED_StateMachine/Print_utils.h
590dbfa769e6e89efe657fbd1dcebec3d8947193
[]
no_license
Indemsys/K66BLEZ1
13189e7960c8e03b482ff7eadae5fdc5970b16d0
77f6d9a1d76a48252455c2979b9d76f6747836e4
refs/heads/master
2020-12-24T18:51:50.340447
2020-08-28T14:14:46
2020-08-28T14:14:46
56,225,542
6
2
null
null
null
null
UTF-8
C
false
false
165
h
#ifndef __PRINT_UTILS_H #define __PRINT_UTILS_H void UART_printf(const uint8_t *fmt, ...); void Printf_unique_identificator(void); #endif // PRINT_UTILS_H
[ "aly@barduva.lt" ]
aly@barduva.lt
53310b727b4e156a110f64597e71886e64379b10
1ad4dd5261a185f3cf92d7fd3226de28679747c5
/kernel/drivers/net/ethernet/intel/e1000/e1000_ethtool.c
3b3983a1ffbba1d6795ead832c5aceb801023969
[ "MIT", "GPL-1.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "Linux-syscall-note", "GPL-2.0-only" ]
permissive
oslab-swrc/libmpk
b30c8fa2eea834a8ab441fdd9f7789296781ec17
a0b20ab8819d60d22d2a90f0d54eccae40ae6b05
refs/heads/master
2022-05-01T01:36:07.491532
2022-03-18T05:44:14
2022-03-18T05:44:14
223,290,854
0
0
MIT
2019-11-22T00:30:13
2019-11-22T00:30:12
null
UTF-8
C
false
false
53,253
c
/******************************************************************************* * Intel PRO/1000 Linux driver * Copyright(c) 1999 - 2006 Intel Corporation. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, * version 2, ...
[ "spark720@gatech.edu" ]
spark720@gatech.edu
06feade74478100d77489472fd52e5334bd64b6e
55da7054dabfabdfda4633a715c6f8b70cd653ec
/fly_app/app/bsp/mpu6050.h
6327d24dfcd93bc788a7f0f81a75245886bcd753
[]
no_license
nanchuan/f_pcb4
929256c818a0b908acfe72bb9f93aba1d6049316
fd250e9fb69276cc609113009684e754a23fa618
refs/heads/master
2021-03-19T14:02:04.746398
2017-07-01T03:52:12
2017-07-01T03:52:12
95,938,133
0
0
null
null
null
null
GB18030
C
false
false
1,460
h
// Copyright (c) 2013 js200300953@qq.com All rights reserved. // ================================================== // ========圆点博士微型四轴飞行器配套软件声明======== // ================================================== // 圆点博士微型四轴飞行器配套软件包括上位机程序、下位机Bootloader // 、下位机App和遥控程序,及它们的源代码,以下总称“软件”。 // ...
[ "513365878@qq.com" ]
513365878@qq.com
12d5e39dbb0de78908a4f55b4593462a356ef15a
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/ds/ds/src/ldap/client/testprogs/ibm/ibm.c
4686ed2b34a128de0f23424c8bc4fa8e020532f7
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C
false
false
1,515
c
#define SECURITY_WIN32 #include <windows.h> #include <stdio.h> #include <winldap.h> #include <rpc.h> #include <rpcdce.h> #include <security.h> // // Sample code to allow binding to non Active Directory servers // which support Kerberos v5. // // void __cdecl main (int argc, char* argv[]) { LDAP *ld; ULONG l...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
b67b2f64359186a51c34fef477554dc73532e0c8
c425afb8bb6b182168fd4c3a46c9b334f4740e60
/d/baituo/shegu26.c
9a9d4f438bc00d2bdbd4ec54327c711e10bbc33c
[]
no_license
fluffos/nt7
ceef82b2465cf322549c7ece6ce757eaa8ec31ff
52727f5a4266b14f1796c2aa297ca645ca07282a
refs/heads/main
2023-06-17T10:07:33.000534
2021-07-15T11:15:05
2021-07-15T11:15:05
308,148,401
9
9
null
2021-06-28T14:11:57
2020-10-28T21:45:40
C
UTF-8
C
false
false
660
c
// Code of ShenZhou // shegu.c 蛇谷 // maco 7/15/2000 #include <ansi.h> inherit ROOM; void create() { set("short", "蛇谷树林"); set("long", @LONG 这是白驼山的蛇谷之中,林木葱郁,北方传来轰轰的激流巨响, 似乎是一座瀑布。 LONG ); set("exits", ([ "north" : __DIR__"shegu27", "south" : __DIR__"shegu25", ])...
[ "i@oiuv.cn" ]
i@oiuv.cn
3b63febe3f4173cef5920aa7f3d90530b8d8351c
a7557f4e8413259be724646f4b542a550e5baf5e
/mingw32/include/windows.ui.xaml.hosting.desktopwindowxamlsource.h
0bcc939983fa43b5638a2008f9ca029799515ae4
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain" ]
permissive
git-for-windows/git-sdk-64
cb5558b693ac508417f7503be9e7a149daf973fa
25f0f24eaff909ace7960515a055da2c2fb2aeac
refs/heads/main
2023-08-31T05:40:42.358892
2023-08-30T11:37:51
2023-08-30T11:37:51
87,077,328
195
202
null
2023-08-25T06:33:10
2017-04-03T13:30:02
null
UTF-8
C
false
false
9,027
h
/*** Autogenerated by WIDL 8.13 from include/windows.ui.xaml.hosting.desktopwindowxamlsource.idl - Do not edit ***/ #ifdef _WIN32 #ifndef __REQUIRED_RPCNDR_H_VERSION__ #define __REQUIRED_RPCNDR_H_VERSION__ 475 #endif #include <rpc.h> #include <rpcndr.h> #endif #ifndef COM_NO_WINDOWS_H #include <windows.h> #include <o...
[ "ci@git-for-windows.build" ]
ci@git-for-windows.build
f260ca071bbb509c01bb22937b620d1b257145e2
35c684b1d9e47369a824cc23f7817a0c7d1aa850
/saml11/include/instance/ccl.h
c269f26cf2dc0bfeca2d5972637aef15429904cc
[]
no_license
JulianvDoorn/atmel-atpack-collection
52047a54258cc82b93a732d426b215e1fbbe845e
16eda8a2a6896a1088c13a9260b2e989c7943249
refs/heads/master
2020-06-18T21:18:53.882876
2019-07-11T19:34:43
2019-07-11T19:34:43
196,448,205
0
0
null
null
null
null
UTF-8
C
false
false
2,540
h
/** * \file * * \brief Instance description for CCL * * Copyright (c) 2019 Microchip Technology Inc. * * \license_start * * \page License * * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Li...
[ "j.g.doornvan@gmail.com" ]
j.g.doornvan@gmail.com
cdc9b0245dfd77b263a56d24bed5a0b7f9ee4e95
a6e16f8b4e3e9dfb7a8b6f323b7e35fb82537222
/C/Hans Streibel/jove-s-4.16/scandir.c
e8982b9c9e6af8b29fa584d4d08e03f4619b205d
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
pjones1063/Atari_ST_Sources
59cd4af5968d20eb3bf16836fc460f018aa05e7c
fe7d2d16d3919274547efbd007f5e0ec1557396d
refs/heads/master
2020-09-04T20:21:44.756895
2019-10-30T12:54:05
2019-10-30T12:54:05
219,878,695
2
0
null
2019-11-06T00:40:39
2019-11-06T00:40:39
null
UTF-8
C
false
false
6,644
c
/************************************************************************ * This program is Copyright (C) 1986-1996 by Jonathan Payne. JOVE is * * provided to you without charge, and with no warranty. You may give * * away copies of JOVE, including sources, provided that this notice is * * included in all the f...
[ "ggn.dbug@gmail.com" ]
ggn.dbug@gmail.com
512f2ffa29b6fc74a767dcf3abbbde4d6fab7291
2f7785fdbaa5ab4d82fe0cc8775a89cd9ba49467
/prac4_loopmultiply.c
0e0fa9dc43286b07f76e0b0ef360d1fc3267eaa0
[]
no_license
chawintee/C-Programming
285284ff58ce526e6bfd46ce5761188b790a17fc
be2f34d6d40d2fe85fa2109d931c2bfa3e9d85a5
refs/heads/master
2021-02-16T18:12:44.349146
2020-03-05T00:27:38
2020-03-05T00:27:38
245,032,755
0
0
null
null
null
null
UTF-8
C
false
false
227
c
#include<stdio.h> int main () { int number,ans , i ; printf("Input a number of Multiple : "); scanf("%d",&number); for(i=1;i<=12;i++){ printf("%d * %d = %d \n",number,i,number*i); } return 0; }
[ "Chawinteetea@gmail.com" ]
Chawinteetea@gmail.com
70b963c1faa1108016552395b30546fe2187bb2f
5c255f911786e984286b1f7a4e6091a68419d049
/code/a43f2a89-5e89-4ec2-9c55-7de0d793dc83.c
4ad7c1b6369ee7f07b3e6ff3aecc028c06f55a84
[]
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
241
c
#include <stdio.h> int main() { int i=0; int j=12; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = i/j; l = l%j; l = k+j; l = k%j*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
82a1d42a50358d41809f93a975c8065ac9930930
5673266cedc4593367e1e537df2eaaede00875d2
/1任务一/USER/nRF24L01P.h
cd113682a2432ac1dcfc4a6ea49977ba4557d770
[]
no_license
sdhhtml/Hebut-Electronic-design2018School-match
da324f71b98bda2fe29e97a893c596f995170ac4
9fc3a4298bca856d916965ab4ac44684d1f64e18
refs/heads/master
2020-03-19T08:05:49.803245
2018-06-05T12:49:10
2018-06-05T12:49:10
136,175,512
1
0
null
null
null
null
GB18030
C
false
false
5,407
h
#ifndef __NRF24L01_H #define __NRF24L01_H #include "stm32f10x.h" //NRF24L01使能控制操作 #define NRF24L01_MB_CE GPIO_Pin_8 #define GPIO_NRF24L01_MB_CE GPIOG #define RCC_NRF24L01_MB_CE RCC_APB2Periph_GPIOG //NRF24L01 SPI接口CS信号 #define NRF24L01_MB_CS GPIO_Pin_7 #define GPIO_NRF24L01_MB_CS GPIOG #define RCC_N...
[ "sdh_huan@163.com" ]
sdh_huan@163.com
ca99100ad253fc8844ecaffd0f6aba9154cf57cc
0d4cf09f8cbaf9308c6f141659678f3b707cc432
/libopencm3/lib/vf6xx/gpio.c
01bde8991b9e722dc776ab82a0cf20f71f99b3b6
[ "GPL-3.0-only", "LGPL-3.0-only", "LGPL-3.0-or-later", "MIT", "LGPL-2.1-or-later" ]
permissive
abhra0897/stm32f1_ili9341_parallel
2ed3611efd8ae0bfe6d7834b072df12598eab3f0
78cba0545b563da071e99b83d90af8497a568ca5
refs/heads/master
2023-02-03T13:53:24.103288
2020-12-08T15:18:08
2020-12-08T15:18:08
266,373,542
7
7
MIT
2020-10-05T06:42:10
2020-05-23T16:16:36
C
UTF-8
C
false
false
3,523
c
/** @defgroup VF6xx_gpio GPIO * * @ingroup VF6xx * * @section vf6xx_gpio_api_ex GPIO API. * * @brief <b>VF6xx General-Purpose Input/Output (GPIO)</b> * * @author @htmlonly &copy; @endhtmlonly 2014 Stefan Agner <stefan@agner.ch> * * @date 03 July 2014 * * This library supports the GPIO module in the VF6xx So...
[ "abhra0897@gmail.com" ]
abhra0897@gmail.com
dd112fd0c9ce04cbb6d334b991f64ecf2e6e0f53
2b8e86f5d815c8bc2ffaa45148d9957ba33bb66c
/libft/ft_strchr.c
0033b66382f9e42e0d5022bac57853cef48215fc
[]
no_license
sandoreno/ft_printf
2f94199ff5f820494067353939bacef16857a1f4
38eb05a5ae2d48bbb54f30be090f4faa045dbb46
refs/heads/master
2023-03-20T04:12:32.667308
2021-03-07T19:22:48
2021-03-07T19:22:48
331,493,225
0
0
null
null
null
null
UTF-8
C
false
false
1,109
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strchr.c :+: :+: :+: ...
[ "acarroll@et-f4.kzn.21-school.ru" ]
acarroll@et-f4.kzn.21-school.ru
cfc396828b60204b4079d0d3143f52ae9706a2d2
0d9323a1ffcb31a6178ce9ba74cb0fbba397848d
/ds4/q10b.c
a474996d688acef3a5ff0d32279f4b9d00bb7a35
[]
no_license
arrgee23/C-Codes
c07dacda1f6b13a46802bd30bd89b2f6c5a5213f
0aced0b71354945f205fe47f6a9cd5b5235d21d9
refs/heads/master
2022-11-25T18:35:10.312496
2020-07-26T13:45:05
2020-07-26T13:45:05
282,658,157
0
0
null
null
null
null
UTF-8
C
false
false
942
c
#include<stdio.h> #include<stdlib.h> typedef struct node { int value; struct node* next; }node; int hash(int value); void prepend(node** first,int n); int main() { FILE* fp = fopen("NumberGen_4_digit.txt" , "r"); node* cache[100] = {NULL}; int chain_length[100] = {0}; int temp; while(fscanf(fp,"%d",&temp)...
[ "arr.gee23@gmail.com" ]
arr.gee23@gmail.com
1a31647915a108e4bc583446eab964834c7a7d28
c25e032c23f0822f72de7d3e2b0f6eac41b8554c
/projects/flaigj/dominion/cardtest3.c
fc09e4ba545c3155b00fa727cea351ffefbab49c
[]
no_license
famorted/cs362f15
864e9292bd9d5bdb07d72d064ddd4517d82fbd55
2279cdbfb5f299f9b7673078d1095e5c7c8c30a5
refs/heads/master
2020-04-01T10:05:05.231169
2016-01-02T22:01:38
2016-01-02T22:01:38
45,072,675
0
0
null
2015-10-27T22:00:24
2015-10-27T22:00:24
null
UTF-8
C
false
false
3,412
c
/* ----------------------------------------------------------------------- * Unit test to check whether discarding works correctly * * cardtest3: cardtest3.c dominion.o rngs.o * gcc -o cardtest3 -g cardtest3.c dominion.o rngs.o $(CFLAGS) * *----------------------------------------------------------------------- ...
[ "flaigj@oregonstate.edu" ]
flaigj@oregonstate.edu
e73ae104e65a2a3baff87ec4119ac31f5bc96942
9d262ee427d16d3c5f3d58c0db9d61b70bd15469
/temporary/syf_iic.c
07aa0a14692af0059ed5cd53c39d5aaa0a0e46d4
[]
no_license
gzsyf/syf
31b326bfd448ad8d4a6cfa2d5517103028abf480
92c859a997011e394080e4d81d5afb04ba55db80
refs/heads/master
2021-01-04T08:44:00.063352
2020-07-14T02:57:16
2020-07-14T02:57:16
240,470,618
0
0
null
null
null
null
UTF-8
C
false
false
5,302
c
/** ****************************************************************************** * File Name : i2c.c * Description : This file provides code for the configuration * of the i2c instances. ****************************************************************************** * @...
[ "775134749@qq.com" ]
775134749@qq.com
0b141a2d33b6770782982df84221e88f00784639
6db345496810d5ab7314a270045adc5d56dfa2b7
/util/misc/eln/map_sm.c
51f9c4e5f15758dc86dcbd5c19aaa52664c86b3d
[]
no_license
epicsdeb/edm
66878dd97d61c7c85503d8dc85289f59266f74bf
af82f102bdc53c5ec13393fe0cb301fa4281de07
refs/heads/master
2023-08-08T14:09:05.372381
2023-08-01T08:34:31
2023-08-01T08:34:31
10,107,812
1
10
null
2023-08-01T08:34:32
2013-05-16T18:38:16
C++
UTF-8
C
false
false
9,999
c
/* map_sm.c */ #module map_sm "$Revision: 1.1.1.1 $" /**************************************************************************** $Source: /sns/ADE/cvsroot/epics/supTop/extensions/1.1/src/edm/util/misc/eln/map_sm.c,v $ $Revision: 1.1.1.1 $ $Date: 2001/03/19 20:50:56 $ $Author: sinclair $ ...
[ "mdavidsaver@bnl.gov" ]
mdavidsaver@bnl.gov
e229d3b095a6c4106c781bdca03d5b2d84d38fd9
b1f76dbcaeb32ca2b40217578ea36bd638919708
/librairie/sonar.h
d70eedbad8a393c9863dbd5ad146850261a9ea6a
[ "MIT" ]
permissive
D-Zaq/robot-Atmega324PA
89b452d6ec9fdadd2d6a8197061b8fff86a65be6
189a1876ade369cf2dd85f9aedb91059e66c60d2
refs/heads/main
2023-08-18T02:04:31.013499
2021-09-22T20:43:05
2021-09-22T20:43:05
409,346,644
0
0
null
null
null
null
UTF-8
C
false
false
442
h
#define F_CPU 8000000 #include <avr/io.h> #include <util/delay.h> #include "lcm_so1602dtr_m_fw.h" #include "customprocs.h" void envSignal(); int detecteGauche(); int detecteDroite(); int detecteMilieu(); void ecrireDistance(int i); int arondie(int chiffre); void ecrireEtiquette(float tab[], int& indicationG, int& indi...
[ "zakaria.diabi@polymtl.ca" ]
zakaria.diabi@polymtl.ca
c4b7d9bc2a0fcbd3bf89375ff78f5d93957f21d2
9c82213c13d008bf05c4550697dd3d411c55e2d2
/STM32_Tracking_GPS/src/sdcard/diskio.h
202cc54974d830854f395b4ca054b4cd8115900d
[]
no_license
manhtran98bg/STM32-Eclipse
c040a90d1acfb62f8978bc400fc4a436e9c5becb
e8358ce570904a4a2281361ee4ba683d2737956a
refs/heads/master
2023-06-22T15:30:29.031612
2021-07-15T01:36:04
2021-07-15T01:36:04
351,829,953
1
1
null
null
null
null
UTF-8
C
false
false
3,115
h
/*----------------------------------------------------------------------- / Low level disk interface modlue include file (C)ChaN, 2014 /-----------------------------------------------------------------------*/ #include "ff.h" #ifndef _DISKIO_DEFINED #define _DISKIO_DEFINED #ifdef __cplusplus extern "C" { #endif /...
[ "manhtran98bg@gmail.com" ]
manhtran98bg@gmail.com
7742f781dce99d3fee61842ea7d674bef533543c
cba6aa28961158bc03b2682fb778e9a4938c4c37
/include/parts/kos3/except/sys/ustat.h
218a4e61ff89643fb245bad35f0337cb21082354
[ "Zlib" ]
permissive
GabrielRavier/KOSmk3
1c97c3a67b7d7b00babbf28a38ae2f51165c9351
5376a813854b35e3a3532a6e3b8dbb168478b40f
refs/heads/master
2020-09-02T05:01:05.035523
2018-06-02T15:54:57
2018-06-02T15:54:57
219,137,123
0
0
Zlib
2019-11-02T10:21:05
2019-11-02T10:20:19
null
UTF-8
C
false
false
11,575
h
/* Copyright (c) 2018 Griefer@Work * * * * This software is provided 'as-is', without any express or implied * * warranty. In no event will the authors be held liable for any damages * ...
[ "sagebar@web.de" ]
sagebar@web.de
4bcc5b6a33cf55e68eb537823a0c1b1cc2713dc5
0ac7388d092db127a5f34952a985ee3cfb3ca028
/deps/libcurl/curl/docs/examples/ftpsget.c
44ae3ffae06573a6fc7020dfe7f20997fc4b616c
[ "Apache-2.0", "curl" ]
permissive
mmomtchev/node-gdal-async
49161ab6864341b1f0dd8b656c74290c63061c77
5c75d3d98989c4c246e54bb7ccff3a00d5cc3417
refs/heads/main
2023-08-07T11:44:44.011002
2023-07-30T17:41:18
2023-07-30T17:41:18
300,949,372
96
18
Apache-2.0
2023-09-13T17:43:40
2020-10-03T18:28:43
C++
UTF-8
C
false
false
2,960
c
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
[ "momtchil@momtchev.com" ]
momtchil@momtchev.com
6e70ed5460e02f37a8269041ee60ab408d7d904e
f403721655d7fe9d300878e2ad9611a302b30560
/libc/libc.h
edc9bd3a8f7d6afcd20e60abaab045aa26819a0d
[]
no_license
programdog/rzyOS
e60ebdf12344a5683805ea02f3caa572d2c8fbe7
d15baa3744532dcd266050a6cfb95e2cbe979c06
refs/heads/master
2021-06-25T23:12:37.640676
2020-11-06T03:40:10
2020-11-06T03:40:10
200,228,354
10
1
null
null
null
null
UTF-8
C
false
false
775
h
#ifndef __LIBC_H_ #define __LIBC_H_ #include "streams.h" #ifndef CONFIG_HAVE_DOUBLE #define CONFIG_HAVE_DOUBLE #endif #ifndef CONFIG_HAVE_LONG_LONG #define CONFIG_HAVE_LONG_LONG #endif #ifndef set_errno #define set_errno(v) #endif void lib_skipspace(const char **pptr); int lib_checkbase(int base, FAR const char *...
[ "531353008@qq.com" ]
531353008@qq.com
62cd9c7d7d97d07ccd53a64cf547be8ddef1838f
8a5f0eda7e09ef69b8a2a49b760397bc6200d134
/POJ/2255/10824987_CE.c
4b4ef5c7a5162fd03af176e9478f318ed7ba412f
[]
no_license
2997ms/Competitive-programming-problems
5ea54f2c63d963655cd046f33c8a85e03e314d51
23028f10875631897588613180fc5a8f2613e724
refs/heads/master
2022-12-15T08:54:56.269845
2022-12-08T21:45:09
2022-12-08T22:20:42
58,099,655
2
0
null
2019-09-01T01:40:51
2016-05-05T02:53:10
C++
UTF-8
C
false
false
398
c
#include <stdio.h> #include <stdlib.h> #include <string.h> void build (int n,char *s1,char *s2,char *s) { if(n<=0) return ; int p=strchr(s2,s1[0])-s2; build(p,s1+1,s2,s); build(n-p-1,s1+p+1,s2+p+1,s+p); s[n-1]=s1[0]; } int main() { char s1[200],s2[200],ans[30]; while(scanf("%s%s",s1,s2)==2) { int n=strlen(s1...
[ "wangchong756@gmail.com" ]
wangchong756@gmail.com
f33dff29a80ecf3e9596042f934881d2eb29d33e
0aef26863f142bef75a0e4aaf7da76fc95e3d8ae
/crypto_aead/flexaead256b256v12/opt1/api.h
247760f66588152982f3a862bdd2fb32a091cdae
[]
no_license
jedisct1/supercop
94e5afadc56ef650d7029774a6b05cfe2af54738
7c27338ee73a2bd642ba3359faaec395914175a2
refs/heads/master
2023-08-02T20:12:39.321029
2023-05-30T03:03:48
2023-05-30T03:03:48
179,046,113
23
2
null
null
null
null
UTF-8
C
false
false
163
h
#define CRYPTO_KEYBYTES 32 #define CRYPTO_NSECBYTES 0 #define CRYPTO_NPUBBYTES 32 #define CRYPTO_ABYTES 64 #define CRYPTO_VERSION "1.2" #define CRYPTO_NOOVERLAP 1
[ "github@pureftpd.org" ]
github@pureftpd.org
af54eadcf155283a7483a391432f05bc30c5c9c3
329bf38920ae26cf6699a659d0a875b43cd4764e
/STM8L101F3P6_CPP - Ir Inheritance/STM8L10x_StdPeriph_Driver/src/stm8l10x_tim2.c
e615cb80e2b031928821c704794acea16e5d67f7
[]
no_license
amitandgithub/STM8L101F3_FW
ae012d6417ca1c11bbab66734529f7fbe07b4957
787e802665b199f2183fc8fad19b4189661f613e
refs/heads/master
2022-01-23T00:12:38.080393
2021-12-25T04:42:02
2021-12-25T04:42:02
199,318,490
0
0
null
2019-09-06T04:57:37
2019-07-28T17:39:52
C
MacCentralEurope
C
false
false
62,531
c
/** ****************************************************************************** * @file stm8l10x_tim2.c * @author MCD Application Team * @version V1.2.0 * @date 01-June-2012 * @brief This file contains all the functions for the TIM2 peripheral. *************************************************...
[ "Amit.Chaudhary@harman.com" ]
Amit.Chaudhary@harman.com
f141dccbeb8d6a635297e5a7f677517f7a9716fe
3ad968797a01a4e4b9a87e2200eeb3fb47bf269a
/coolsb_src/coolsb_test/testlib.c
a36fc84c6ec477a8f4a93fb8170f0aeb946b9f80
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
LittleDrogon/MFC-Examples
403641a1ae9b90e67fe242da3af6d9285698f10b
1d8b5d19033409cd89da3aba3ec1695802c89a7a
refs/heads/main
2023-03-20T22:53:02.590825
2020-12-31T09:56:37
2020-12-31T09:56:37
null
0
0
null
null
null
null
UTF-8
C
false
false
6,598
c
#include <windows.h> #include "..\coolsb\coolscroll.h" #include "resource.h" LRESULT CommandHandler(HWND hwnd, WPARAM wParam, LPARAM lParam); extern HWND hwndCtrl; #define VERT_GRIPPER 700 #define GRIPPER 1 #define BUT1 2 #define BUT2 3 HDC hdcSkin; HBITMAP hSkinBmp; BOOL fCustomDraw = FALSE; BOOL fButtons ...
[ "pkedpekr@gmail.com" ]
pkedpekr@gmail.com
f5bdfb00c88bba74f3156612d259e17535522e3a
bc61d9a24755b6e396d55e4a81482e95109e067a
/tests/requests/definition_impl_test_kas_ffc_r3_ssc.c
9896e3a1947e721f820e4e1ca4499aa74409751d
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
sitedata/acvpproxy
5d85c4841004e7559b7e85444034275206be70bb
3df0b8cebd97f4f37b36fa26ab68a2670de567e7
refs/heads/master
2023-08-14T01:51:24.954288
2021-09-24T09:41:18
2021-09-24T09:41:18
null
0
0
null
null
null
null
UTF-8
C
false
false
2,251
c
/* ACVP Proxy hash and HMAC module definition * * Copyright (C) 2018 - 2021, Stephan Mueller <smueller@chronox.de> * * License: see LICENSE file in root directory * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTA...
[ "smueller@chronox.de" ]
smueller@chronox.de
e740e3d3d4569a85f806bfcfe0e4d79f8f581c57
b1996750cc84e41589383e8058bb014b8f7786e6
/examples/EFM8BB1_SLSTK2020A/Wireless/EFM8BB1_Si4455_Range_Test_Demo/src/master_bsp.h
6b15e83bb2859a8f3d75c1bd38b55ca9b27359f1
[]
no_license
mathiasvr/silabs-8051-sdk
9f66e905bb31aa5c4efcaf4055b17380b330a016
eff6046fcb1705f00588bcd2d03cc8f0361bfc14
refs/heads/main
2022-07-30T06:20:11.791382
2022-01-05T00:29:38
2022-01-05T01:22:03
444,606,667
2
3
null
null
null
null
UTF-8
C
false
false
3,089
h
/*! @file bsp.h * @brief This file contains application specific definitions and includes. * * @b COPYRIGHT * @n Silicon Laboratories Confidential * @n Copyright 2012 Silicon Laboratories, Inc. * @n http://www.silabs.com */ #ifndef BSP_H #define BSP_H /*---------------------------------------------------------...
[ "mathiasvr@gmail.com" ]
mathiasvr@gmail.com
83d6e9fd30ad92e19bd68ea045370b83e07333dd
9817d4517193857cfd300e738c87b4eef07a67af
/Sources/Graphics/music/BeepMusic.c
4f57b98db6a47280f1211ce1c3bbc4a319a0110a
[]
no_license
azens/MiscRecord
5bf0a9d0675343d2039be7f2274ae968baa65599
826f676279e89f4bc60f7c1c4832d7fa7203b9d0
refs/heads/master
2020-03-12T08:56:29.981951
2018-04-21T03:36:38
2018-04-21T03:36:38
null
0
0
null
null
null
null
WINDOWS-1252
C
false
false
2,682
c
// ²¥·Å С¾ÆÎÑ #include <windows.h> enum fy { d1 = 262, d1_ = 277, d2 = 294, d2_ = 311, d3 = 330, d4 = 349, d5 = 392, d5_= 415, d6 = 440, d6_= 466, d7 = 494, z1 = 523, z1_ = 554, z2 = 578, z2_ = 622, z3 = 659, z4 = 698, z4_ = 740, z5 = 784, z5_ = 831, z6 = 880, z6_ = 9...
[ "wurui1994@github.com" ]
wurui1994@github.com
cd4fb8353e06f5eb47b76ce86d140f019d8a0cdd
d0349e70a559026bdc047e36efcf8479d864cf5b
/srtp/srtp/srtp.c
38a3a80b60a0ed8f7b0f6edb22238788bae803a7
[ "LicenseRef-scancode-other-permissive", "BSD-2-Clause" ]
permissive
imbaoyu/rtcproxy
1a065a414ef8a061f26d0831f1aa8cff8b265091
4ec9d1c64640b0888b9c279066adc543e793a895
refs/heads/master
2021-01-21T12:22:57.987357
2014-07-25T14:41:21
2014-07-25T14:41:21
22,260,031
4
4
null
null
null
null
UTF-8
C
false
false
64,155
c
/* * srtp.c * * the secure real-time transport protocol * * David A. McGrew * Cisco Systems, Inc. */ /* * * Copyright (c) 2001-2006, Cisco Systems, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following ...
[ "yu.bao@unify.com" ]
yu.bao@unify.com
bcdf1a3d14781ec1ddd8633d9b6618572c161388
2d6d44fc39b321e41488d5227e419d7a2d93682f
/mediatek/kernel/drivers/hwmon/hwmsen/hwmsen_dev.c
a71253f969a18a954868d7ec19e03d80c242b782
[]
no_license
abgoyal-archive/ONE_TOUCH_4011X
be2ff181b7c1577bcfd59400831a53b71fb9a4d7
5d4b9f6bada4b4abc45e2354e8646c66b19ffce0
refs/heads/master
2021-05-28T10:20:08.084872
2015-02-06T13:09:39
2015-02-06T13:09:39
null
0
0
null
null
null
null
UTF-8
C
false
false
38,841
c
#include <linux/interrupt.h> #include <linux/miscdevice.h> #include <linux/platform_device.h> #include <asm/uaccess.h> #include <linux/delay.h> #include <linux/input.h> #include <linux/workqueue.h> #include <linux/wait.h> #include <linux/slab.h> #include <linux/hwmsensor.h> #include <linux/hwmsen_helper.h> #include <...
[ "abgoyal@gmail.com" ]
abgoyal@gmail.com
dec105088411f4c99b191c52a53d1639b8e41e1b
e59a8a59d7fe36aa43002dc97f97581ab8c7c974
/LAB 1/Q3.c
dc872094db63ed367ff2782e9b78aeb12db4b8dc
[]
no_license
aabhusanaryal/cpp-lab-reports
b1821c7d89b9baf6e382167557e79b4372ea6e8a
82b5c7a7b3e17eb90a855837001a341b8212332e
refs/heads/aabhusan
2023-07-02T20:24:42.999723
2021-06-13T01:34:03
2021-06-13T01:34:03
376,229,399
0
0
null
2021-07-03T06:23:35
2021-06-12T07:30:05
C
UTF-8
C
false
false
642
c
// 3. Store and retrieve the name of the students and obtained marks in c programming in 1st semester using structure. #include<stdio.h> struct Student { int marks; char name[50]; }; int main() { struct Student stu[5]; int i; for (i = 0; i < 5; i++) { printf("Enter the name of student %i:\n"...
[ "aabhusanaryal@gmail.com" ]
aabhusanaryal@gmail.com
db3be52acd8020d76e29581c609c7c51c7558f42
6d8031218999bbea51618dd8643ebac8290e6e44
/Controller/ControllerTest/test_json_decoder.h
48e8856861c13309332864404361c1a56aa3236a
[]
no_license
Pestery/SolarThermalHeatingController
8eed95fe659c471d1e712439c02493395d792b22
6530abff816689325673a0776edc8b1f4e20984c
refs/heads/main
2023-08-28T11:45:55.004539
2021-10-20T05:52:31
2021-10-20T05:52:31
362,728,179
0
0
null
2021-10-18T05:37:37
2021-04-29T07:28:13
C++
UTF-8
C
false
false
1,115
h
#ifndef TEST_JSON_DECODER_H #define TEST_JSON_DECODER_H // Include headers #include "../Controller/json_decoder.h" #include "unit_test.h" TEST(JsonDecoder) { String source = "{ \"name:1\" : 123 , \"name,\\\"2\" : \"a{b}c\" ,\"name:3\": {\"hello\":456,\"world\":789}}"; JsonDecoder a(source); CHECK_IS_TRUE(a.fe...
[ "37169741+Pestery@users.noreply.github.com" ]
37169741+Pestery@users.noreply.github.com
391238908ab6b0c3072af1c682c0e4f9f22b4310
d4cbddd4cf522c30fd8a2d62ea829c76dfc2e9d3
/demo/13_EG4S20withM0/M0/IPCore/AT510-MN-80001-r2p0-00rel0/systems/fpga_testbench/testcodes/designtest_m0/designtest_m0.h
d1e16deee4f5eeff887f72b95c0c40cab15983bb
[ "MIT" ]
permissive
verimake-team/SparkRoad-V
64284f12bbf1985f58549a8d8c4b8145cf54170f
db7095b3384c358e734c3ca4e447b5fb1fc25201
refs/heads/master
2023-05-25T17:08:24.673606
2023-05-13T04:59:28
2023-05-13T04:59:28
194,847,941
47
49
MIT
2023-03-01T03:46:03
2019-07-02T11:12:28
Verilog
UTF-8
C
false
false
3,924
h
// //----------------------------------------------------------------------------- // The confidential and proprietary information contained in this file may // only be used by a person authorised under and to the extent permitted // by a subsisting licensing agreement from ARM Limited or its affiliates. // // ...
[ "zhangzzpcxxy@163.com" ]
zhangzzpcxxy@163.com
e0a02e43a9c25e12f54c1558090873dfc2dc2eaf
959081f2cdfbbce27d778a23545875d72241bf0d
/rdev/Simon/Builds/R-builds/nightly/src/consh.c
f16076af988727e7dfb1307997e3913b42bd7746
[]
no_license
wangchengww/Peach
8930e41208e52b008e55994e4a383b90c45b2059
03457166c1c052e710f57fd022bf5879931b695b
refs/heads/master
2021-12-02T10:45:26.342210
2013-05-13T17:54:21
2013-05-13T17:54:21
null
0
0
null
null
null
null
UTF-8
C
false
false
2,613
c
#include <pthread.h> #include <sys/types.h> #include <sys/wait.h> #include <unistd.h> #include <stdio.h> #include <string.h> FILE *lf; int last_type = 0; const char *prefix[3] = { "", "#@1@#", "#@2@#" }; const char *suffix[3] = { "", "@#1#@", "@#2#@" }; int closing=0; int done=0; struct tis { int fd; int id; }...
[ "goshng@yahoo.co.kr" ]
goshng@yahoo.co.kr
ff70d9c7abe05d386cc28be292168db33beb52cb
47cf051709e962c30c95e837416d4a2935d49054
/micro 2.X/kit2.c
eead7b33536d67d225264698823787a435920ecf
[]
no_license
omairwaleed/Final_Project_Alex20
0a2f3bf5a8f03f42cccd86a06bed91caa5eebc7d
53e280a2443b6ba11e3495b05e488a8e7330835d
refs/heads/main
2023-05-15T21:30:51.720820
2021-06-12T10:49:57
2021-06-12T10:49:57
376,022,023
0
0
null
null
null
null
UTF-8
C
false
false
11,144
c
#define F_CPU 16000000UL #include <avr/io.h> #include <util/delay.h> #include"Kit2.h" #include <avr/interrupt.h> #include <stdlib.h> #define RW 2 #define RS 1 #define EN 3 #define ctrl PORTB #define LCD_data PORTA #define ctrl_dir DDRB #define LCD_data_dir DDRA void ledinit() { //DATA DIR...
[ "omairwaleed17gmail.com" ]
omairwaleed17gmail.com
f42837a50ab6a95cb01e519310118ccd20c321a6
5a05acb4caae7d8eb6ab4731dcda528e2696b093
/ThirdParty/OggVorbis/lib/modes/residue_44u.h
d6d9ac5c974b17ceae5f978d511ca97247d56dab
[]
no_license
andreparker/spiralengine
aea8b22491aaae4c14f1cdb20f5407a4fb725922
36a4942045f49a7255004ec968b188f8088758f4
refs/heads/master
2021-01-22T12:12:39.066832
2010-05-07T00:02:31
2010-05-07T00:02:31
33,547,546
0
0
null
null
null
null
UTF-8
C
false
false
10,170
h
/******************************************************************** * * * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. * * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS * * GOVERNED BY A BSD-STYLE SOURCE LICENS...
[ "DreLnBrown@e933ee44-1dc6-11de-9e56-bf19dc6c588e" ]
DreLnBrown@e933ee44-1dc6-11de-9e56-bf19dc6c588e
002d452e61f37863979edf1b06b91ae2242baa1f
266f56e33501ad66eeb47275857433e0bec84243
/zlib/unzip.c
7df57b6ab67ef916f0dc7c53fbf79e62fc3a7a8b
[ "Zlib" ]
permissive
mauzus/dega-s
fc245abeaddcf1a26f4fc52feb17edf507ac349b
e1f43c7f40561da600d9bc92c200d912f28e5438
refs/heads/master
2020-06-08T12:16:41.220929
2011-11-10T08:50:24
2011-11-10T08:50:24
32,238,913
0
0
null
null
null
null
UTF-8
C
false
false
49,342
c
/* unzip.c -- IO for uncompress .zip files using zlib Version 1.01e, February 12th, 2005 Copyright (C) 1998-2005 Gilles Vollant Read unzip.h for more info */ /* Decryption code comes from crypt.c by Info-ZIP but has been greatly reduced in terms of compatibility with older software. The following is from th...
[ "mauzus@gmail.com@d79fac8d-805f-112a-794e-f5414a3d572c" ]
mauzus@gmail.com@d79fac8d-805f-112a-794e-f5414a3d572c
8f9bf2bafb604c82bf075c12d93933931e719d88
9d9e4088862468b4ff8baf38431e603b101c02ef
/3D RUN/3DRun/Classes/Native/mscorlib_System_Runtime_InteropServices_DispIdAttributeMethodDeclarations.h
5795f4cf3084c74250bd0f9b20328b1e2a0c9e07
[]
no_license
jmh6672/Run_3D
22ca1ba59b8d7fe567df3781a31b80b28788e3aa
f72d30ce5ffbe493020a92b105a59c0fe348f747
refs/heads/master
2021-09-14T00:17:56.572759
2018-02-13T08:59:05
2018-02-13T08:59:05
115,467,966
0
0
null
null
null
null
UTF-8
C
false
false
524
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> // System.Runtime.InteropServices.DispIdAttribute struct DispIdAttribute_t1825; #include "codegen/il2cpp-codegen.h" // System.Void System.Ru...
[ "" ]
6a2ff8d5efb224c7b48d8dffe79ce41506b413ab
46c1ca9f4709f90d7cb61aa5614b05e3d8cc1369
/User/inc/specific.h
943f395f01779f4e47c97b67216b52ac638b25fe
[]
no_license
ningjw/RT1052
c4aa6d0d70b22c3f8fe2bce548c2f05dd17b38a9
d46d55713303c14e3c0d10a739049615baff2d58
refs/heads/master
2021-06-24T05:15:16.319872
2020-12-27T01:37:41
2020-12-27T01:37:41
170,229,019
1
1
null
null
null
null
UTF-8
C
false
false
1,210
h
/* * Copyright 2018-2019 NXP * All rights reserved. * * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef _SPECIFIC_H_ #define _SPECIFIC_H_ #include "fsl_common.h" /******************************************************************************* * Definitions **************************************************...
[ "413526408@qq.com" ]
413526408@qq.com
241b83d588eb3c2882850cdb641fb2a4739f6e31
58650c2c43608ec583dbe37924bb5094cbb74d0c
/MyIPhoneNote/iOS/UIKit/UIKeyboard.h
305e4b41e09d7a22fcb3f0a0179c79976b42d173
[]
no_license
zjs630/MyIPhoneNote
3c18e644fb95282206d66134e133361f293f492b
c09b6d17e41bcd491983414c21c0f2ca3fd3c53a
refs/heads/master
2021-01-13T11:57:25.240146
2017-07-07T01:41:16
2017-07-07T01:41:16
81,703,776
1
0
null
null
null
null
UTF-8
C
false
false
1,370
h
10.6 键盘 //风格 textView.keyboardType = UIKeyboardTypePhonePad; //电话键盘,输入号码 Default //默认,可使用所有字符 ASC||Capable //支持ASC||值的默认键盘 URL //URL键盘 ...... //外观 textView.keyboardAppearance = UIKeyboardAppearanceDefault; //默认,浅灰色 AppearanceAlert //深灰色 //回车键 textView.returnKeyType = UIReturnKeyGo; ..... //自动更正 text...
[ "cnspin@qq.com" ]
cnspin@qq.com
5580110ebe98947e5a0332f16950bf9867780590
191707dd19837f7abd6f4255cd42b78d3ca741c5
/X11R6/xc/programs/Xserver/hw/xfree86/accel/p9000/p9000line.c
d1c792dc09d5883cc284ac15a3a61831706ee059
[]
no_license
yoya/x.org
4709089f97b1b48f7de2cfbeff1881c59ea1d28e
fb9e6d4bd0c880cfc674d4697322331fe39864d9
refs/heads/master
2023-08-08T02:00:51.277615
2023-07-25T14:05:05
2023-07-25T14:05:05
163,954,490
2
0
null
null
null
null
UTF-8
C
false
false
11,541
c
/* $XConsortium: p9000line.c,v 1.1 95/01/16 12:28:13 kaleb Exp $ */ /* $XFree86: xc/programs/Xserver/hw/xfree86/accel/p9000/p9000line.c,v 3.0 1995/01/15 10:32:03 dawes Exp $ */ /* Copyright (c) 1987 X Consortium Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associa...
[ "yoya@awm.jp" ]
yoya@awm.jp
a37514cf0694db6fcfcfa516c4ad868a92580add
e02cea56c0c8a45b08af57540e7ebb000f6d2ef6
/PB TRAINING/hollowdiam.c
4167423561fd958bcfed9f9f531833eea39849a8
[]
no_license
aswinrprasad/C-Programs
9fc127d89977f34f74290a7aa319790c5c2cad2b
7d2cf6d9f2e49af6c0ec90e60f5ef1389d282c90
refs/heads/master
2021-06-06T04:37:42.373831
2019-12-05T08:14:16
2019-12-05T08:14:16
141,722,814
0
0
null
null
null
null
UTF-8
C
false
false
317
c
#include <stdio.h> #include <stdlib.h> int main(){ int n; printf("Enter size of hollow diamond :"); scanf("%d",&n); for(int i=0;i<2*n-1;i++){ for(int j=0; j<2*n-1;j++){ if(i+j == n-1 || j-i == n-1 || i+j == 3*n-3 || i-j== n-1 ) printf("*"); else printf(" "); } printf("\n"); } return 0; }
[ "aswinrprasad@gmail.com" ]
aswinrprasad@gmail.com
25e0904d732487749b1c362df84dad089c2bdb53
4831894baa9e8aa520536580f8c748197a07f74c
/0x14-bit_manipulation/2-get_bit.c
0528a3d08ad3130ce4307f6e533f1af7dbeab437
[]
no_license
hollaze/holbertonschool-low_level_programming
33288b4bb4838622a0ae04b4a203447aebc25c02
ef855fba8c62f63ea70b0bda6af1f94310ae3a45
refs/heads/main
2023-07-15T17:42:22.679688
2021-09-01T06:47:08
2021-09-01T06:47:08
335,450,029
0
0
null
null
null
null
UTF-8
C
false
false
347
c
#include "holberton.h" /** * get_bit - transform value into bits * @n: number to convert * @index: unsigned int * Return: value */ int get_bit(unsigned long int n, unsigned int index) { unsigned long int bitStatus; /* machine got 64bits */ if (index > 64) return (-1); bitStatus = (n >> index) & 1; n = ...
[ "deperiers.a@gmail.com" ]
deperiers.a@gmail.com
79330740c70fc0f283a00a69178ec32860e443b9
34165e0f09edcb3fff9fdac020faefb08d63f6ba
/src/ex_wifi/route.c
900922934eab13a487186c28600dfdf303c9676d
[ "Apache-2.0" ]
permissive
doublequick/iphone-like-demo
d61e4750c0e213f32de3edc2fc9018bbe8397a18
ec048a247aeb4f22e2519df2f87f2376bc41e90d
refs/heads/master
2020-03-14T01:54:06.424854
2017-12-03T07:20:54
2017-12-03T07:20:54
null
0
0
null
null
null
null
UTF-8
C
false
false
5,863
c
/* *Wireless Driver API * *The Common API for Wireless * *Writed by dengkexi *Under the GPL licence */ #include <asm/types.h> #include <netinet/ether.h> #include <netinet/in.h> #include <net/if.h> #include <stdio.h> #include <sys/socket.h> #include <sys/ioctl.h> #include <linux/netlink.h> #include ...
[ "vincent@minigui.org" ]
vincent@minigui.org
26f85a17a44df12020aff975e92c2d0fafffadaa
d1bf51fba04c975bfd936191b9c227d61a02d547
/Src/main.c
0274c50b1bee36e446879de09a4e1e2760e01f73
[]
no_license
vehar/ILI9341-SPI-IT-STM32F303VCT6-HAL-BMP-DRAW
a9462d3651fc744e122670e4c062b36cd0ef9a34
414e31c42497dadbb23245057108850fe7b71ae7
refs/heads/master
2023-06-16T06:17:21.408898
2017-03-16T07:58:25
2017-03-16T07:58:25
null
0
0
null
null
null
null
UTF-8
C
false
false
866,047
c
/** ****************************************************************************** * File Name : main.c * Description : Main program body ****************************************************************************** * * COPYRIGHT(c) 2017 STMicroelectronics * * Redistribution and...
[ "noreply@github.com" ]
vehar.noreply@github.com
0494a75ac21a35fd92a99d5d8116f94e4bccb508
1942fb5fec425721038db06c015d539d5d79ee25
/libft/srcs/ft_atoi.c
60b4008a3c74211704309522890ee45e8ae2f204
[]
no_license
foebk/get_next_line
95192fe181c831ae5596f09049e7a51bb0385939
c1cab63649ae7ae7e83643fc9a2c6bea94f20000
refs/heads/master
2020-05-23T17:09:04.457436
2020-02-02T16:43:43
2020-02-02T16:43:43
186,862,303
0
0
null
null
null
null
UTF-8
C
false
false
1,580
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_atoi.c :+: :+: :+: ...
[ "xopowo-3umou@mail.ru" ]
xopowo-3umou@mail.ru
11ca1959cd15b59b424b191571ac0a58c6573b37
5bb854c9458677bd8e0821b71a5b1a73d3b8d704
/dma_bypass1.c
1f94f80346703b95c0511867cfd7276369968505
[]
no_license
Flipmachin1001/VZV_repository
78f40418847fce33f73f1d0a355fe195a775b227
fb7ffe4c3c922637ad739f33b7f1e1672ed45dc0
refs/heads/master
2020-12-28T07:48:38.270627
2020-02-04T15:12:00
2020-02-04T15:12:00
238,234,155
0
0
null
null
null
null
UTF-8
C
false
false
6,577
c
#include "data_types.h" #include "register_dma.h" #include "register_cpu.h" #include "dma_bypass1.h" #include "ref_data_bypass.h" #define AUTO_RELOAD 1 extern Uint16 fSineWave; Uint32 RxL1_DMA_address; Uint32 RxL2_DMA_address; Uint32 RxR1_DMA_address; Uint32 RxR2_DMA_address; Uint32 TxL1_DMA_address; Uint32 T...
[ "flipmachin1001@gmail.com" ]
flipmachin1001@gmail.com
19902965aabcda8de10c23bbe792b80cb169e0a2
598737b786a20889dc6acd468478baf4972535b3
/src/sys/dev/onewire/onewire.c
b87656790a2a59f823f4a0f207b9d80622e3b1d2
[]
no_license
shisa/shisa-netbsd
5c8e289de2a48b6d8f39bd3add9ca4ea48fec1da
28d999d1c25107c126e0a458a97b9397aae592ef
refs/heads/master
2021-01-01T05:33:32.619808
2008-05-26T04:27:54
2008-05-26T04:27:54
32,793,680
1
2
null
null
null
null
UTF-8
C
false
false
9,777
c
/* $NetBSD: onewire.c,v 1.1 2006/04/07 18:55:22 riz Exp $ */ /* $OpenBSD: onewire.c,v 1.1 2006/03/04 16:27:03 grange Exp $ */ /* * Copyright (c) 2006 Alexander Yurchenko <grange@openbsd.org> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, p...
[ "keiichi@mobilegravity.sfc.wide.ad.jp" ]
keiichi@mobilegravity.sfc.wide.ad.jp
3f76e87b4a58cba38e205b83b71221329379b540
c1644ce2d9bd00fe678dd55823f4ac52e2bc26a2
/src/lib/twz/include/twz/sys/sys.h
d85b512bcbe02de4e9f23be59bec96062371fdeb
[]
no_license
WANGHanshuo1220/OLD-twizzler
9213c183f84b75e0d89ede3899c44eeb5e2e2609
794383026ce605789c6cfc62093d79f0b01fe1d5
refs/heads/main
2023-08-26T20:12:00.258463
2021-11-05T02:33:02
2021-11-05T02:33:02
null
0
0
null
null
null
null
UTF-8
C
false
false
3,953
h
#pragma once #include <stddef.h> #include <stdint.h> #include <twz/objid.h> #include <twz/sys/syscall.h> static inline long __syscall6(long n, long a1, long a2, long a3, long a4, long a5, long a6) { unsigned long ret; register long r8 __asm__("r8") = a4; register long r9 __asm__("r9") = a5; register long r10 __a...
[ "danielbittman1@gmail.com" ]
danielbittman1@gmail.com
6d2193364eb707316bc37c093dfc02e4e80fbae2
5cb9dccbcccb8a2137368dd0615fe3e3c7761707
/simulations/kinova/devel/include/moveit_msgs/GetCartesianPath.h
d0afcb6a8d230ffadac17666a3331ddec0fdfd77
[]
no_license
Simon-Steinmann/sim2real-modular-RL-project
b2467a393014e106043f6128a026f5eac934a83d
4027590ac94de2d5c914731c09efcf2f318b9ca3
refs/heads/master
2020-07-29T01:30:56.450919
2019-10-12T09:33:00
2019-10-12T09:33:00
209,605,548
4
1
null
null
null
null
UTF-8
C
false
false
104
h
/home/acis/sim2real/simulations/kinova/devel/.private/moveit_msgs/include/moveit_msgs/GetCartesianPath.h
[ "simon.steinmann91@gmail.com" ]
simon.steinmann91@gmail.com
4062515f29d84eb914c77f1630faa7cd57fab9e7
bcd308acecc3bcee96d5e3b381fd519719e85c89
/game.h
b109ccdaa15f4289dacba541fa87a4fabc0788f5
[]
no_license
kftang/minecweeper
794c0668b93d8eb3df3b96c539d5f990e9221dc8
004996743e88ad861e475b28de93a2914cb8dda6
refs/heads/master
2020-06-11T11:33:05.676544
2019-07-03T18:11:28
2019-07-03T18:11:28
193,949,208
0
0
null
null
null
null
UTF-8
C
false
false
1,316
h
#ifndef GAME__H #define GAME__H #include <stdbool.h> #include <stdint.h> /* Cell Types */ #define HIDDEN 0x1000 #define SHOWN 0x2000 #define FLAG 0x4000 #define VISITED 0x8000 #define ONE 0x0001 #define TWO 0x0002 #define THREE 0x0003 #define FOUR 0x0004 #define FIVE 0x0005 #define SIX 0x000...
[ "kennyftang@gmail.com" ]
kennyftang@gmail.com
e9c7e8fbda43a486401139953d58aa117b3c89af
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/0822b377-c7bf-4718-a2fd-8733b808a424.c
abc3ee9d2424911445541985332d32c40a8cadbc
[]
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
594
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=12; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l/j; l = i%j; l = l%j; l = l-j*k; //variables /* START VULNERABILITY */ int a; char b[25]; char c[68]; a = 0; while (b[( a - 1 ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
c952e3a9036ed17a6af190e812919d3f2fe115d7
4f3f80b3b81e9d2dc9f34e771949ce29cbb216fd
/minigbs.c
3e2584f63f02da20f3dee172bcb62534dd8aa139
[ "MIT" ]
permissive
deltabeard/MiniGBS
39459d868f9b5ecc500dbceae9e7a7aa5dc29da7
2a92b7d543d01bbf00336dcb0bcf76a47d130800
refs/heads/master
2023-06-08T04:01:24.174573
2018-10-27T12:00:29
2018-10-27T12:00:29
155,054,468
3
0
null
2018-10-28T09:30:19
2018-10-28T09:30:19
null
UTF-8
C
false
false
21,602
c
#include <assert.h> #include <math.h> #include <locale.h> #include <time.h> #include <poll.h> #include <sys/mman.h> #include <sys/timerfd.h> #include <sys/signalfd.h> #include <signal.h> #include <wordexp.h> #include "minigbs.h" #if __BYTE_ORDER__ != __ORDER_LITTLE_ENDIAN__ #error "Some of the bitfield / casting used ...
[ "alex@abaines.me.uk" ]
alex@abaines.me.uk
c2d1f8613acbb8a888a7563fc1cdf9f93d7e21db
e8a3c0b3722cacdb99e15693bff0a4333b7ccf16
/Uva Oj/694..the collatz problem.c
595c4e018899eb10ddbf48b2e47598d3a428ccd3
[]
no_license
piyush1146115/Competitive-Programming
690f57acd374892791b16a08e14a686a225f73fa
66c975e0433f30539d826a4c2aa92970570b87bf
refs/heads/master
2023-08-18T03:04:24.680817
2023-08-12T19:15:51
2023-08-12T19:15:51
211,923,913
5
0
null
null
null
null
UTF-8
C
false
false
588
c
#include<stdio.h> int main() { long long int a, lim,i; int count, d = 0; while(scanf("%lld %lld",&a,&lim) == 2){ d++; i = a; if(a == -1 && lim == - 1){ break; } count = 1; while(a != 1){ count++; if(a % 2 == 0){ a = a...
[ "piyush123kantidas@gmail.com" ]
piyush123kantidas@gmail.com
0956a80658a3d8668c30db2ee09ccdbe1c021e71
b756d108c4e8736f605612511f2efc6b1608c6f7
/CServerTcpIP.c
0b1dd6a447d094b7746b199079657b9f388ef7d0
[]
no_license
ETM44/CAN-TCP
5cd31660b6f9ab659b653462b31e276b4d510c70
80cb093d5d037bddac8d29bd13b82cca237c3fba
refs/heads/master
2021-01-20T19:52:35.488355
2013-03-15T16:24:01
2013-03-15T16:24:01
8,908,499
1
0
null
null
null
null
UTF-8
C
false
false
12,428
c
/* * This file is part of libpegase. * * Libpegase 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. * * Libpegase is distributed...
[ "tony@7ony-PC.(none)" ]
tony@7ony-PC.(none)
5e0f31614991dd3ed8a08cc56783bc04fbe42323
3db023edb0af1dcf8a1da83434d219c3a96362ba
/windows_nt_3_5_source_code/NT-782/PRIVATE/WINDOWS/WINNLS/TEST/NLSTEST/MBTEST.C
1a7bd17def4411c077bd2e02e271e3f7eb5013bf
[]
no_license
xiaoqgao/windows_nt_3_5_source_code
de30e9b95856bc09469d4008d76191f94379c884
d2894c9125ff1c14028435ed1b21164f6b2b871a
refs/heads/master
2022-12-23T17:58:33.768209
2020-09-28T20:20:18
2020-09-28T20:20:18
null
0
0
null
null
null
null
UTF-8
C
false
false
41,288
c
/****************************** Module Header ******************************\ * Module Name: mbtest.c * * Copyright (c) 1991, Microsoft Corporation * * Test module for NLS API MultiByteToWideChar. * * NOTE: This code was simply hacked together quickly in order to * test the different code modules of t...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
06e96689386bc854ed148213483440c2fc744bef
cda0bd06428953385895ad2e6b0eff2b07f68ad4
/xdctools/xdctools_3_20_06_81/packages/xdc/tools/repoman/package/package.defs.h
56221b88acb4e64acf7d0c8b48b6fb4d2ec0b631
[]
no_license
venkatarajasekhar/toolchain
b1b4738cc536defe292aab1b50e59bbee5494f4f
96f4f4fbd68ba98a35d10ace0b1ac140cfe31e30
refs/heads/master
2020-06-29T09:24:38.211103
2013-10-28T20:17:17
2013-10-28T20:17:17
null
0
0
null
null
null
null
UTF-8
C
false
false
227
h
/* * Do not modify this file; it is automatically * generated and any modifications will be overwritten. * * @(#) xdc-v38 */ #ifndef xdc_tools_repoman__ #define xdc_tools_repoman__ #endif /* xdc_tools_repoman__ */
[ "marjan0609@yahoo.com" ]
marjan0609@yahoo.com
fd571bc708ef89aa99d88ae3b0323225d667cfc6
7b7c9c192015a44346b7e24c1b255577490c46a5
/c/phono3py.c
542bd40080da46271f4fb04fa4ccf3e618ece33d
[]
no_license
ChuLiangFu/phono3py
1e914b0d6328651de8dc614fab546db7d3cb459a
0ef415631e57e258e139b88169bbf47abca365d2
refs/heads/master
2023-06-12T02:46:38.670446
2021-03-17T04:32:25
2021-03-17T04:32:25
null
0
0
null
null
null
null
UTF-8
C
false
false
30,904
c
/* Copyright (C) 2021 Atsushi Togo */ /* All rights reserved. */ /* This file is part of phonopy. */ /* Redistribution and use in source and binary forms, with or without */ /* modification, are permitted provided that the following conditions */ /* are met: */ /* * Redistributions of source code must retain the abo...
[ "atz.togo@gmail.com" ]
atz.togo@gmail.com
0996ebe773172c7fb9cb5ae2c7f42c1137b95144
436b5baf399543abd7bcaa26174e09d7e344dc94
/unpv2/ipc11_3.c
3e80b4147df3d4ddeafffe4cfd6de8b6b22b38b4
[]
no_license
jkl09/intev
5e4f302ce6c0a6d1d858a3e0e38cc73d1c46b2b4
53d0795ffdc2a2ce913b6d85c58dfda73f76d18e
refs/heads/master
2021-05-29T15:46:14.912865
2015-09-11T07:20:50
2015-09-11T07:20:50
null
0
0
null
null
null
null
UTF-8
C
false
false
244
c
#include "unpipc.h" #include <sys/sem.h> int main(int argc, char const *argv[]) { int semid; if (2 != argc) { printf("Usage:semrmid pathname\n"); exit(-1); } semid = semget(ftok(argv[1],0),0,0); semctl(semid,0,IPC_RMID); return 0; }
[ "root@debian" ]
root@debian
404cf4173a751f64ebe98a8476478ec083c7e8e5
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function13903/function13903_schedule_32/function13903_schedule_32_wrapper.h
5e4e0cd7f9d0c4725ae4d4a2ab4e4d3550b8c2e9
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C
false
false
330
h
#ifndef HALIDE__generated_function13903_schedule_32_h #define HALIDE__generated_function13903_schedule_32_h #include <tiramisu/utils.h> #ifdef __cplusplus extern "C" { #endif int function13903_schedule_32(halide_buffer_t *buf00, halide_buffer_t *buf01, halide_buffer_t *buf0); #ifdef __cplusplus } // extern "C" #en...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
8f2ae8731c342a39d52c8172008f338586b60dcd
d3c324856a189f01b0fd5d03430e31a83badc2c0
/Week1/C/credit.c
e905f77d42ffc2a7fc683f215c922df8b10145d8
[]
no_license
ankurkhetan2015/CS50-IntroToCS
1e274979049a4196946853c86f1ba76a9aac9291
4f7ab04406119decc5d2fbc75324f66dddcaf8bb
refs/heads/master
2022-11-09T17:59:35.176784
2020-06-26T17:23:02
2020-06-26T17:23:02
256,886,305
0
0
null
null
null
null
UTF-8
C
false
false
2,882
c
#include <stdio.h> #include <cs50.h> #include <math.h> int numberofDigits(long number); //counts the number of digits present in the card number int calculateSum(long number); //calculates the checksu value based on Luhn's algorithm void checkValidity(long number); //checks for a cards validity and type int main(void...
[ "43939149+ankurkhetan2615@users.noreply.github.com" ]
43939149+ankurkhetan2615@users.noreply.github.com
c4c020bfbab4fa9c38717181911ce0032132e8d2
e703a27aff66c24023084997f79af26db8a9a679
/src/tests.h
711812aa96dffb2507c1c5d94403b4d9471fd427
[]
no_license
ARTI1208/ISP_DZ0
4376ff6787eb54a5ade83064d4bd3717e4d75e17
b93aa690c42831de611ce79838c46f16a2dcc7d7
refs/heads/master
2022-12-17T20:18:38.473162
2020-09-25T17:21:05
2020-09-25T17:21:05
294,785,623
0
0
null
null
null
null
UTF-8
C
false
false
696
h
// // Created by arti1208 on 18.09.2020. // #ifndef ISP_DZ1_TESTS_H #define ISP_DZ1_TESTS_H void checkZeroExpectTrue(); void checkZeroExpectFalse(); void checkZeroNonFinite(); void checkLinearSimple(); void checkLinearZeroA(); void checkLinearZeroB(); void checkLinearZeroAll(); void checkQuadraticSimple(); void che...
[ "leonardo906@mail.ru" ]
leonardo906@mail.ru
3ef48728585ec10b2e1faed844cf08512401b618
71e5f96a29f5d643ab888b37677d38c33f8d765d
/d/laerad/lgnolls/rooms/13.c
2c7d4e84b2eab81d94fae271e720d1ecc3ff3da4
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Cherno-SuS/SunderingShadows
5f755fbebb79dc0b9d1c2a0541408be4afeb8b67
c3b4370beb2c4351ecc60826850c94892a42b685
refs/heads/main
2023-04-21T09:52:14.580024
2021-03-23T12:09:55
2021-03-23T12:09:55
349,490,686
0
0
NOASSERTION
2021-03-23T12:09:56
2021-03-19T16:40:12
null
UTF-8
C
false
false
185
c
#include <std.h> #include "../lgnoll.h" inherit STORAGE"common_ground.c"; void create(){ ::create(); set_exits(([ "east" : ROOMS"12", "north" : ROOMS"14", ])); }
[ "law@shadowgate.org" ]
law@shadowgate.org
9ef250886a53b3b654b25b1b253966c8fbc42c7e
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/kernel/locking/extr_test-ww_mutex.c_get_random_order.c
3d5a0b9d7f8c279aa30fc53e135f56a178ae1b7b
[]
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
905
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
7f5ed539ea0065c355c6faba0644bf14c408946e
49eb1267000cfe67ddf23ea374d54a5b9c0b2e4f
/da.c
050a3cbcaff5e4a9750ea76bc89f05a555ab5024
[]
no_license
mistercatkittycat/NET
379163137bd081d1c4f443e684f4aed4e3176fba
25e268b6948854c727bb3de7cf5b9d816de93a09
refs/heads/master
2021-05-05T17:09:10.565784
2017-10-16T02:02:26
2017-10-16T02:02:26
103,322,529
1
0
null
null
null
null
UTF-8
C
false
false
1,950
c
#include<bits/stdc++.h> #include <stdio.h> #include <limits.h> #define V 9 using namespace std; int node2; int minDistance(int dist[], bool sptSet[]) { int min = INT_MAX, min_index; for (int v = 0; v < V; v++) if (sptSet[v] == false && dist[v] <= min) min = dist[v], min_index = v; r...
[ "noreply@github.com" ]
mistercatkittycat.noreply@github.com
273183c6b753535ef47f095c4d87e12165213abb
d2e148acaffccbbb8c874db0b4c6ecb773c9314d
/iOSOpenDev/include/logos/logos.h
b1b103f2fb27092df8880211ac24665d7ddb9c35
[ "MIT", "GPL-2.0-only" ]
permissive
long-woo/Cydia
84eedeccece1001be92dfdffcb411f073e7862ad
17a514f2d530763a45170f58c0a6d97e57c78bc8
refs/heads/master
2023-06-10T18:42:01.094005
2023-03-03T07:09:13
2023-03-03T07:09:13
256,098,047
2
0
MIT
2020-04-16T03:19:25
2020-04-16T03:19:24
null
UTF-8
C
false
false
42
h
#ifndef __LOGOS_H #define __LOGOS_H #endif
[ "xlsn0wios@gmail.com" ]
xlsn0wios@gmail.com
7d38c23e8cf47076f9d6574779693db1edee6f30
c6cf44e98f0643af6108ec677ac51b83b88f217d
/Simulink/Stramigioli IPC/slprj/_sfprj/StramigioliIPC/_self/sfun/src/StramigioliIPC_sfun.h
1077abdf90a83636a99c0b96cd397ca41584cded
[]
no_license
dtbinh/MA
e4e9d1c38ce1a5e96f11952af13a4c72cd251812
b3301f70e44c54d37d9ef0fddfef88bbeb4d4f58
refs/heads/master
2020-03-21T05:44:30.681988
2016-08-24T07:17:34
2016-08-24T07:17:34
138,177,086
1
0
null
2018-06-21T13:54:56
2018-06-21T13:54:56
null
UTF-8
C
false
false
1,557
h
#ifndef __StramigioliIPC_sfun_h__ #define __StramigioliIPC_sfun_h__ /* Include files */ #define S_FUNCTION_NAME sf_sfun #include "sf_runtime/sfc_sf.h" #include "sf_runtime/sfc_mex.h" #include "sf_runtime/sf_runtime_errors.h" #include "rtwtypes.h" #include "simtarget/slClientServerAPIBridge.h" #include "...
[ "martin.angerer@tum.de" ]
martin.angerer@tum.de
92840f1f5d22f07d39f04f8f64b14643f75886b9
4e04ffa55635660fd093ee2f53a7900621ca9ab0
/0x1E-search_algorithms/102-interpolation.c
638935d1f17bd8fa5612d47061ec908f98770027
[]
no_license
alazar-des/alx-low_level_programming
0d188e70f6cd86712543b7141f604cf642367ac6
3f51f367bdad5d3a70c4440aa8b01d5be1d93246
refs/heads/main
2023-07-17T08:42:44.213343
2021-09-03T11:48:35
2021-09-03T11:48:35
335,658,270
0
0
null
null
null
null
UTF-8
C
false
false
1,463
c
#include "search_algos.h" /** * interpolation_recursive - interpolation search implementation * @array: an array which a value will be searched in * @lo: begining of array index * @hi: end index of array to be searched * @value: a value to be searched * * Return: index of the value if exists, otherwise -1 */ i...
[ "alazar.des@gmail.com" ]
alazar.des@gmail.com
047f2da90d9443cc7f98c70cc529be94d3827155
956db5f041476d2c79c703fdfc1f74c7d1e2c189
/src/machine/mspacman.c
48d09c7e01ec3326ca806666ce56117473fd2148
[]
no_license
BirchJD/xmame-0.103-RPi
f2cade1b824a1720a636dcfe560009a63f2852e8
00da9d208d8a7186a51cecb5c494e17f33942d31
refs/heads/master
2021-01-10T19:31:30.529059
2012-11-28T18:26:10
2012-11-28T18:26:10
6,838,018
1
0
null
null
null
null
UTF-8
C
false
false
4,914
c
#include "driver.h" #include "vidhrdw/generic.h" /* It turns out the bootleg is the decrypted version with the checksum check removed and interrupt mode changed to 1. u7= boot 4($3000-$3fff) other than 4 bytes(checksum check and interupt mode) u6= boot 6($9000-$9fff). The second half of u6 gets mirrored to ...
[ "jason-birch@hotmail.co.uk" ]
jason-birch@hotmail.co.uk
f400d18c7d5d455c70b4b3e982692a0b1ee82835
5ab69c8644a936a3d9dec1669a86c7369c911bf8
/arch/platform/simplelink/cc13xx-cc26xx/srf06/cc26x0/CC2650DK_7ID_fxns.c
f3f68dd73e4c2ef1288cbe6bd6f3b0db14242104
[ "BSD-3-Clause" ]
permissive
contiki-ng/contiki-ng
393d36f68b98f5ee3544ea32502cf662ffb2fe9f
31fcaadf7a0dc8ceea07f438cd69db73174879e6
refs/heads/develop
2023-09-01T20:10:30.000765
2023-09-01T14:37:12
2023-09-01T14:37:12
91,191,972
1,242
788
BSD-3-Clause
2023-09-14T19:08:35
2017-05-13T17:37:59
C
UTF-8
C
false
false
2,473
c
/* * Copyright (c) 2018-2019, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistributions of source code must retain the above copyright * n...
[ "a0132644@ti.com" ]
a0132644@ti.com
924e3a9344aa058e813d46734af698417bfe4be0
3d0121e6a774594db063688262d704be4384cd79
/divisivel5.c
32b2c411d47ae68592c80ae01f165fc8e4e483a9
[]
no_license
rafaelrds/c-ufmg
db4f0587a7158f44153e1a396803ffef0e7b92eb
8ef51c781f7aefea55053236062937b36c402fd3
refs/heads/master
2021-07-19T03:41:32.285232
2017-10-27T02:53:34
2017-10-27T02:53:34
107,214,353
0
0
null
null
null
null
UTF-8
C
false
false
247
c
#include <stdio.h> int main () { int index = 0, contador; char letras[5] = "Joao"; for (contador=0; contador < 1000; contador++) { printf("%c", letras[index]); if (!((contador+1) % 5)) (index==3) ? index=0: ++index; } printf("\n"); }
[ "crafards@gmail.com" ]
crafards@gmail.com
cc82fcd4f0be55cbe42cd8f7ab1ee3409e397184
5d8326956d3d545ed48640dae079a7c33a8ea4cb
/MENU/przyciski.h
20b0dff974ce30397a1d96d713c330ef019ed23f
[]
no_license
projektprzejsciowy1/Software
0ee12c12909c1c9d7685b96e8351026c2a9b8771
1a64cac3a6f1e5fbe9738fef698ba42b3a2e6583
refs/heads/master
2016-09-05T18:49:02.610407
2015-05-26T19:03:04
2015-05-26T19:03:04
35,183,193
0
0
null
null
null
null
UTF-8
C
false
false
1,646
h
/* * przyciski.h * * Created on: 2014-01-10 * Author: Przemek */ #include <avr/io.h> #include <util/delay.h> #include <avr/interrupt.h> #include <avr/pgmspace.h> //Biblioteka napisana na podstaiwe informacji ze strony http://mirekk36.blogspot.com/ #ifndef PRZYCISKI_H_ #define PRZYCISKI_H_ #define przycis...
[ "adrian.wrotecki@gmail.com" ]
adrian.wrotecki@gmail.com
d57561ed79b48655935e6f78bd0e2ba50fd7c002
5d5cca7bd6446ea517d956fd53920571a782159c
/Source code/Single precision/QRGramSchmidt.c
9cc377ec34774bd2e3d54aa53ddcfbad3e9e3c26
[]
no_license
rafaelaBrum/direct-methods
20686ca0c73e73a9ef0028e02d52a7706ad85b1e
b886c4b1622e3695671eecd496dc44a39614a09a
refs/heads/main
2023-06-15T21:52:25.701900
2021-07-03T00:43:50
2021-07-03T00:43:50
382,370,095
0
0
null
null
null
null
ISO-8859-1
C
false
false
5,488
c
#include <stdio.h> #include <stdlib.h> #include <math.h> #include <sys/time.h> /* Só tem Decomposicao QR matrizes com posto máximo, ou seja, matrizes invertíveis (det != 0) Decomposicao QR: A = QR, onde Q e matriz ortogonal (vetores ortonormais nas colunas) e R triangular superior. Q eh achada por Gram-Schmidt ...
[ "noreply@github.com" ]
rafaelaBrum.noreply@github.com
1e91e015633dbd90b0bb748d2da64b603e62a3f1
a83378a11aa6b7f766374b50bd5082a2acb7ae54
/libs/curl/nwlib.c
a7ea17bb241854a8c6fb5ea50c214a340dc4dad7
[]
no_license
Spritutu/Common
5e21579fa767621b6d3e487bdd9f12209d8f0948
311e512d896f563a9353c743bb0878dafcca1b5b
refs/heads/master
2022-12-25T16:36:40.449491
2020-09-27T09:48:18
2020-09-27T09:50:10
null
0
0
null
null
null
null
UTF-8
C
false
false
9,508
c
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
[ "georg@georg-rottensteiner.de" ]
georg@georg-rottensteiner.de
ba5aed4c29f51bc2a42712ab57dba8a5b23ec59d
1c11039baf078d586e58a7d08ddccc7ed731f489
/Classroom example files/hello.c
9509f56253a726821aaf4906f37fed4bb40fd353
[]
no_license
Chrostor/CS50-Course-Programs
6ce35b3539c5a117da21cc00797b084702ba4801
861a0e1164a76afdd862d4c853f7870b874d2554
refs/heads/master
2020-06-29T09:23:04.288480
2017-01-12T04:48:37
2017-01-12T04:48:37
74,434,349
0
0
null
2017-01-12T04:48:37
2016-11-22T04:30:32
C
UTF-8
C
false
false
73
c
#include <stdio.h> int main(void) { printf("hello world!\n"); }
[ "pierce_loren@yahoo.com" ]
pierce_loren@yahoo.com
9b4c473411e864888c964dcaaae2bc2d3a23eb06
b79c9cd0ffb488eb3e4f409ed2c00e61e6d02ec3
/0x02-functions_nested_loops/9-times_table.c
9396c6c628dba6e7ef6abbeff22b581d9d9c583b
[ "MIT" ]
permissive
calypsobronte/holbertonschool-low_level_programming
bb696ef219a4a2bcbc68f394284d42805c7d22da
c892ea08220229c72ce6bf6827ced23146ff663f
refs/heads/master
2020-07-28T06:37:49.957265
2020-04-19T02:21:22
2020-04-19T02:21:22
209,338,104
2
1
null
null
null
null
UTF-8
C
false
false
451
c
#include "holberton.h" /** * times_table - writes the character c to stdout * * On error, -1 is returned, and errno is set appropriately. */ void times_table(void) { int a, b, c; for (a = 0; a <= 9; a++) { for (b = 0; b <= 9; b++) { c = a * b; if (c < 10) { if (b > 0) { _putchar(','); _putchar(' '); _putchar(' '); }...
[ "codelinamaria@gmail.com" ]
codelinamaria@gmail.com
4fb6d77d47d3b9cad1688279a516820531af4571
bce4a8840690fbd7019fe63c5030d9bdca3d8588
/soundd.c
9e92a6984c4e7cc11a58ff3432968eed20d00f0d
[]
no_license
mjp111/soundd
50fa9b20fe02be168851f08a2bd1dbcceae42f8c
9ed80d5ef4a111405046bf7f699d01029a312bd5
refs/heads/master
2021-01-02T22:48:51.334128
2017-09-18T04:16:00
2017-09-18T04:16:00
99,399,192
0
0
null
null
null
null
UTF-8
C
false
false
7,292
c
#include <stdio.h> #include <stdlib.h> #include <error.h> #include <errno.h> #include <unistd.h> #include <string.h> #include <unistd.h> #include <sys/types.h> #include <sys/socket.h> #include <sys/un.h> #include <alsa/asoundlib.h> #include <linux/limits.h> #define RATE (16000) #define BITS (16) #define CHANNELS (1) #...
[ "mika.penttila@nextfour.com" ]
mika.penttila@nextfour.com
a692168d6b744dfb076548a0a42671cdff9b2534
82a06639caf161424add463b8da4c4e68ce5465b
/gpg-imp/coalesce.c
15b3b00f9c4607be8fdfa67de695437048275a9e
[]
no_license
PritamMG/GPG-based-Points-to-Analysis
895b4fd5043e61c747ccf018c56df7dbecba958d
6f12bc2887ba74e80b1461eb8f3807a80d3d7c9d
refs/heads/master
2020-08-29T00:14:00.321318
2020-05-27T16:24:35
2020-05-27T16:24:35
217,862,417
2
1
null
null
null
null
UTF-8
C
false
false
204
c
#include<stdio.h> int *a, *b, *c, *d, *e; int **p, **q; int t1, *t2; int m ,n , o; void foo() { c = &o; if(m) { a = &m; } else { b = &n; } *p = &t1; } int main() { p = &t2; foo(); }
[ "pritam01gharat@gmail.com" ]
pritam01gharat@gmail.com
6960a46dd70522a128514dd33a4e25816c488383
4e81a9ae4710d626fab0999ede719357dec19851
/Pods/Headers/Public/StyleSheet/DZTextFieldStyle.h
0f6beb3d92cc26947d6391008566149738c7fe36
[]
no_license
weifanbin/EasyBruse
855251e2edcc3fa33f391355cf479ead4ca859c1
83463cf36cb0ea1d4e0aa1f6ee686cb396760320
refs/heads/master
2021-01-10T02:14:23.459912
2016-01-19T07:29:32
2016-01-19T07:29:32
48,222,112
0
0
null
null
null
null
UTF-8
C
false
false
56
h
../../../StyleSheet/Pod/Classes/Style/DZTextFieldStyle.h
[ "blueboy.hi@sohu.com" ]
blueboy.hi@sohu.com
c163e03fcfa2dd6819a174c5933e29a465dc665e
56b5b42b90f8ace3f5650da41b2d29c00af7436a
/mk/tinycc/sysinculde/linux/nfs_idmap.h
6287cc67f9a37f575cb160960e95764986a765e9
[ "WTFPL" ]
permissive
qpython-android/qpython3-toolchain
566870072b5e2017c9cc4b026310f5c71703af1c
a6ac41866879f8f8626811151964480f0705d769
refs/heads/master
2021-06-03T16:20:30.834934
2021-01-06T09:54:04
2021-01-06T09:54:04
21,027,839
22
8
WTFPL
2021-01-06T09:54:05
2014-06-20T06:32:00
C
UTF-8
C
false
false
1,452
h
/**************************************************************************** **************************************************************************** *** *** This header was automatically generated from a Linux kernel header *** of the same name, to make information necessary for userspace to *** call i...
[ "riverfor@gmail.com" ]
riverfor@gmail.com
9959cc7bf8168e0e7215acf3e87ff63022a0715d
f66988aa5a276f84d9c29f261e57848439f690d8
/usr/opt/OSCX200/src/lib/X/XListExt.c
709ec87fc364313934f79c5cab919b1649e0eef9
[]
no_license
dongdong-2009/osf1
63d4f7d33be85a6d9ed02d0c357d0c53985b70c4
3fe58fe301eb68d02c7735f861e80bee9f457d15
refs/heads/master
2021-09-18T10:42:48.930794
2018-07-13T08:15:24
2018-07-13T08:15:24
null
0
0
null
null
null
null
UTF-8
C
false
false
3,644
c
/* * ***************************************************************** * * * * * Copyright (c) Digital Equipment Corporation, 1991, 1994 * * * * * * All Rights Reserved. Unpublished ...
[ "rwoodsmall@gmail.com" ]
rwoodsmall@gmail.com
21396308985df69e71dc4bc6f92fe445b96cb18c
0876993b86eb39c409a38bedd36c11200d670802
/arduino-1.6.0-Engduino/hardware/Engduino/avr/cores/arduino/WInterrupts.c
5d3a7b6d611990f939e6036f93b0984c2933189a
[]
no_license
calugo/OpenPlant-Electrophysiology
d33c7f8bd5f309104c8fd9264eb3240007eecea8
85b0081438adc4c4a4c5cc2f7fcd51a047e1882f
refs/heads/master
2021-01-01T05:11:40.155097
2017-01-16T20:51:39
2017-01-16T20:51:39
56,936,831
3
0
null
null
null
null
UTF-8
C
false
false
9,304
c
/* -*- mode: jde; c-basic-offset: 2; indent-tabs-mode: nil -*- */ /* Part of the Wiring project - http://wiring.uniandes.edu.co Copyright (c) 2004-05 Hernando Barragan This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License a...
[ "kupkasmale@gmail.com" ]
kupkasmale@gmail.com
f20dcedf57eadfba0f364c7037863f22a1ab37e1
ed6c25e36ef29231b2949510ea693070b5b51605
/3sem/sem6-7/task2-reader.c
dac711d233344b702f5278be3a4dea8387f93844
[]
no_license
kostr2010/kt
84dd547500c74a5439bdd70484bc7e157201de1c
1b6adcf39f42aba9a54b5fe55cab2da7152baa16
refs/heads/master
2020-08-31T14:06:03.432333
2020-02-07T06:39:16
2020-02-07T06:39:16
218,706,939
0
1
null
null
null
null
UTF-8
C
false
false
453
c
#include <stdio.h> #include <string.h> #include "shmem.h" //####################// const int MAX_LEN = 4000; //####################// int main() { ShMem* shmem = ShMemAlloc(); if (ShMemInit(shmem, MAX_LEN, "task2-writer.c") != OK) ShMemCheck(shmem); printf("<%s>\n", shmem->buf); ShMemClea...
[ "kostr2010@gmail.com" ]
kostr2010@gmail.com
0771a0d5be8f27026abd7312045b7534b4be8499
4d1f8cd91da830fb6cb00b79e2174a4028e9bccb
/src/main.c
f18e475cb0ca7f9ea9356105d2bae82d2d4dbb37
[]
no_license
rolfrm/PersistentProgrammingAdventures
b037cd05ab23e963942b60e8e5638ff3a9b45e30
2705d7a946003a338c77e8cc2c86aaf06d559014
refs/heads/master
2020-07-13T09:14:02.015016
2019-07-23T06:48:36
2019-07-23T06:48:36
205,053,703
0
0
null
null
null
null
UTF-8
C
false
false
9,678
c
#include <iron/full.h> #include "main.h" #include <iron/gl.h> //#include <GLFW/glfw3.h> #include "u64_table.h" typedef void * void_ptr; #include "u64_to_ptr.h" #include "u128_to_u64.h" u64_table * class_table; size_t iterate_subclasses(u64 class, u64 * subclasses, size_t cnt, size_t * it){ size_t indexes[cnt]; ...
[ "rolfrm@gmail.com" ]
rolfrm@gmail.com
d3eef1401bf6e627f21c0d26c463f06147bb6b7d
9d04477f3d119cc45dbd057410e0b8223cb4f2b2
/算法题/链表/T6.h
4ba4633108aaf7faed5d5a04dd6570bbb595ae88
[]
no_license
huanxu767/data-structure-c-version
83befde0fc6eb98ef409311ad4a6956e74da1458
5ec6b87553864a069ccd32f0d63af45893409942
refs/heads/master
2022-12-13T14:09:42.872964
2020-09-01T01:55:45
2020-09-01T01:55:45
286,706,839
0
0
null
null
null
null
UTF-8
C
false
false
123
h
// // Created by 许欢 on 2020/8/14. // #ifndef CLEARN_T6_H #define CLEARN_T6_H void LinkList_t6(); #endif //CLEARN_T6_H
[ "381001809@qq.com" ]
381001809@qq.com
c6432b9655a73c1c602fe89bfe4332b7d1c9f156
d0889089b86bc407b154879cb294e703f9303989
/Lumos/External/freetype/src/otvalid/otvgpos.h
b3154312eb1e0a74fc1698bc12bbf1619d1ae099
[ "MIT", "LicenseRef-scancode-public-domain" ]
permissive
jmorton06/Lumos
9ab96420c619d9baac07e4561d0a7e83645d54c8
e5f0ebfa9049d3515caaad056fda082a1e9d74ae
refs/heads/main
2023-09-01T02:48:00.496623
2023-07-06T07:31:44
2023-07-06T07:31:44
164,933,352
1,052
126
MIT
2023-09-06T08:08:18
2019-01-09T20:32:10
C++
UTF-8
C
false
false
786
h
/**************************************************************************** * * otvgpos.h * * OpenType GPOS table validator (specification). * * Copyright (C) 2004-2019 by * David Turner, Robert Wilhelm, and Werner Lemberg. * * This file is part of the FreeType project, and may only be used, * modified, a...
[ "jmorton06@live.co.uk" ]
jmorton06@live.co.uk
4353d4ce24e6bd7020db68be0252fea3ead8f577
81f8f0d31bb7d30e4f775833713d6ebea665e688
/FreeSwitch/FreeSwitch/Linux1.6.20-代码合并/Linux1.6.20-代码合并/switch_core_state_machine.c
aaf951607ceee9f0d3fe2f6ced1170e8443d2180
[]
no_license
anyex/anyexstudy
ac6f22daa7d8898f6f52524713a0a52403efec51
ecc9d55d24c1fe5f595cc4b9d53adc674c6df802
refs/heads/master
2020-03-27T01:39:24.274345
2018-08-23T00:01:41
2018-08-23T00:01:41
145,640,272
0
0
null
null
null
null
UTF-8
C
false
false
35,351
c
/* * FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application * Copyright (C) 2005-2014, Anthony Minessale II <anthm@freeswitch.org> * * Version: MPL 1.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except i...
[ "1174932183@qq.com" ]
1174932183@qq.com