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
8ac0c4110b715b7208ca3a674f8dc020a0ad2590
38f66074caa2ce8984024fdfe4d1ccc2a2ebef9e
/yasc/build/env.h
2a02de812659fb29d8f7cb46acddfeaaa632fe61
[ "Apache-2.0" ]
permissive
nipunanirmal/jni-protector
75d1550e54a78564a28074b131edffb1b6d2b9ef
c2673e4ae8c54868f1673c511bb76d96e39dd354
refs/heads/master
2022-01-07T05:47:07.474776
2018-04-25T14:37:45
2018-04-25T14:37:45
null
0
0
null
null
null
null
UTF-8
C
false
false
45
h
#ifndef YASC_ENV_H #define YASC_ENV_H #endif
[ "1355425625@qq.com" ]
1355425625@qq.com
25f3aeebea0e12f28e15d41074c5a68b8b6856d5
6bf0252b2c0600cf8d9e664d8d677eee34746f72
/BaekjoonOnline/10817_middleNumber.c
641871cca565cd99a4602a797cb49a3924b7b006
[]
no_license
lja9702/JinAh-BOJ
18bfd3029c946e9d16039cc3ec813a6321c4e41c
eb6c16f7f315b8acbdc3c7532f49fbedb01dc43e
refs/heads/master
2021-04-28T14:35:50.179515
2018-08-19T05:54:20
2018-08-19T05:54:20
121,968,017
0
0
null
null
null
null
UTF-8
C
false
false
289
c
#include <stdio.h> int main(){ int num[3], temp, i, j; for(i = 0;i<3;i++) scanf("%d", &num[i]); for(i = 0;i < 3;i++){ for(j = 0;j < 2;j++){ if(num[j]<num[j+1]){ temp = num[j+1]; num[j+1] = num[j]; num[j] = temp; } } } printf("%d", num[1]); }
[ "lja9702@naver.com" ]
lja9702@naver.com
99bc9b4193ee4edadf60feb9a35d328a86cf41e0
f130e9a39e0a5e9aa6780f1a9c068bd94b3a2f09
/src/gallium/drivers/etna/etna_pipe.c
d51321486897679065b943020e670d31b6446cae
[]
no_license
mthuurne/mesa
e1a4ba430d5861f00f847efa4aa0d010eda5865b
510a6f0cb6fe239540b7e8c3af1facaa3c85fe5e
refs/heads/master
2020-12-25T11:05:16.619373
2013-07-21T07:42:19
2013-07-21T07:42:19
null
0
0
null
null
null
null
UTF-8
C
false
false
91,482
c
/* * Copyright (c) 2012-2013 Etnaviv Project * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge...
[ "laanwj@gmail.com" ]
laanwj@gmail.com
478398c52c880fad74cbfa076966483a4ca06208
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/infiniband/hw/hfi1/extr_chip.c_lcb_err_string.c
d66b2b6e84501e636a5789e01bab5de6c0d0e053
[]
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
789
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
4117d60dc112f57b385c126c9e0efe38b9bcf699
cd1de65277aee2530749962c79280bb1ac6ed4f7
/src/iniparser/iniparser.c
484849582c7fa0401a40e8f6aff9771ba95fcec3
[]
no_license
team12020au/C-code
454c695cce7e499d1afb9b5c8435e728eff16d12
3c0b140237a5339a0748236c95fc12c5552465d6
refs/heads/main
2023-05-02T17:11:49.729105
2021-06-03T13:02:19
2021-06-03T13:02:19
373,150,861
0
0
null
null
null
null
UTF-8
C
false
false
26,054
c
/*-------------------------------------------------------------------------*/ /** @file iniparser.c @author N. Devillard @brief Parser for ini files. */ /*--------------------------------------------------------------------------*/ /*---------------------------- Includes --------------------------------...
[ "noreply@github.com" ]
team12020au.noreply@github.com
86d14cf7cf387b6eec95069cac102b719f796b80
c659f04ccc40c0b6f69904755a6da62ebcfba89e
/q13.c
895d4e2ced2a23ed3dcd73a67985846980221121
[]
no_license
madaan-nikhil/Discrete-structures
a05796e9e5ec05de095144f4937f9760566130e4
d9ce9d1e35e9d9e6173f006099027bfa01f9b73a
refs/heads/master
2021-09-28T04:00:24.960059
2017-10-19T13:00:14
2017-10-19T13:00:14
null
0
0
null
null
null
null
UTF-8
C
false
false
595
c
#include <stdio.h> #include <stdlib.h> #include <time.h> #include <string.h> #include <math.h> int main() { int n; scanf("%d",&n); int arr[n][n]; for(int i=0;i<n;i++) { for(int j=0;j<n;j++) { arr[i][j]=0; } } int k,x,y; scanf("%d",&k); for(int j=0;j<k;j++) { scanf("%d %d",&x,&y); arr[x][y]=1; ...
[ "nikhil29091997@gmail.com" ]
nikhil29091997@gmail.com
8be2129621b7ed9a65e19b3a5f7f4772891a1214
d21b4c3e45d2861184edb4c149bf5ba6f884732c
/String.c
7c5ed7943c5cbd873487347a401218d999a7000a
[ "MIT" ]
permissive
larissagm/Final---Project
a8fb69da55deeb85c976c5d5e3a61bf33cf16429
3aed6aa3a793e11796392f11a7653bfdb9dde149
refs/heads/master
2020-07-25T17:28:50.004259
2019-09-12T16:36:02
2019-09-12T16:36:02
null
0
0
null
null
null
null
MacCentralEurope
C
false
false
574
c
#include <stdio.h> int main(){ int i, j; char banco[3][20], resposta; int posicao[3]; while(resposta != 'N'){ setbuf(stdin, NULL); printf("Insira uma palavra:\n"); scanf("%s", banco[i]); setbuf(stdin, NULL); printf("\nDigite a gravidade:\n"); scanf("%d", &posicao[i]); i++; setbuf(stdin, N...
[ "ryann.arruda_159@hotmail.com" ]
ryann.arruda_159@hotmail.com
91064f747b56e2afb926d85547a49ca10c3495e6
d915f025a9f4dbd0da2e81f9854d5a96b91096d8
/Constants_pthread.h
b3a399924335e12cced0de6bb7ec084c88c5d7fb
[]
no_license
Kevin-Xin-Qi/Computational-acoustic
eace8ef366dcc5bd799cf63e8a6346819395f1cc
e680172ca1c1da23c00714dad92a891fb7c5e7d1
refs/heads/main
2023-04-29T04:13:46.159466
2021-05-17T10:28:07
2021-05-17T10:28:07
357,870,108
1
0
null
null
null
null
UTF-8
C
false
false
237
h
#pragma once #define _CRT_SECURE_NO_WARNINGS #define T 2 #define M_PIl 3.141592653589793238462643383279502884L /* pi */ #define grid_size_x 0.01 #define grid_size_y 0.01 #define step_ratio 0.34 #define c0 340
[ "noreply@github.com" ]
Kevin-Xin-Qi.noreply@github.com
dd4270cceab065e94c54b6308dd13cfb46eaf7b6
6a86d740f9b17721677b9ee193f2009a2333a3be
/areas/eledhel/west-rural-two/5x5.c
132a4d2acdfd7a678c17f60ed9924cc3a6863019
[]
no_license
realms-mud/core-lib
b2a0cc727fd0b1eb47fa244d6fb05de322abe88f
293089e8900b5a0d46f64619f89c78deea7477e5
refs/heads/master
2023-07-06T07:04:25.390271
2023-06-27T21:20:29
2023-06-27T21:20:29
113,914,065
69
20
null
null
null
null
UTF-8
C
false
false
920
c
//***************************************************************************** // Copyright (c) 2023 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/env...
[ "abc@maelstrom.cc" ]
abc@maelstrom.cc
1dab75288f5a9b5d7a8511e44ab7a2de6dee68a3
02ae4d6546d02ed434c6cc41f8a86b13e6c1b97f
/tools/voicefont.c
64120ebf6851e157634ea0dcb0b725c3b6fff9df
[]
no_license
victor2002/rockbox_victor_clipplus
6b56418d4db7751172569dcb0236a3a29f0d39d6
120ee7cf2b01b03dd067e38419f7bfd41cdeb64c
refs/heads/master
2021-01-19T14:33:53.323223
2012-01-09T14:12:45
2012-01-09T14:12:45
3,136,782
0
1
null
null
null
null
UTF-8
C
false
false
8,783
c
/*************************************************************************** * __________ __ ___. * Open \______ \ ____ ____ | | _\_ |__ _______ ___ * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / * Jukebox | | ( <_> ) \___| < | \_\ ( <_> ...
[ "victor2002@qq.com" ]
victor2002@qq.com
76fa97d11fd5c83b2e41d150e152fd90cfbcd30c
2770d033c355f5d0e476e20ec9e49870bd3861db
/Example/Pods/CommonFunction_zhx/CommonFunction/Classes/CommonFunctionDefine.h
27c26a7224c15d86a2fa9912fde5ed3e838da4d1
[ "MIT" ]
permissive
zh-ios/Bussiness_zh
3216dda49bf476161d56c51c8f16fb111c63958c
6fc1980bdb4cd0f74aec36762829614cf6588ef1
refs/heads/master
2020-04-04T09:51:14.195376
2018-11-02T09:24:07
2018-11-02T09:24:07
155,833,010
1
0
null
null
null
null
UTF-8
C
false
false
1,029
h
// // ZHProjectDefine.h // ZHProject // // Created by zh on 2018/7/26. // Copyright © 2018年 autohome. All rights reserved. // #ifndef ZHProjectDefine_h #define ZHProjectDefine_h #define kIsIphoneX ([UIScreen instancesRespondToSelector:@selector(currentMode)] ? CGSizeEqualToSize(CGSizeMake(1125, 2436), [[UIScreen...
[ "zhuhao1@xiaomi.com" ]
zhuhao1@xiaomi.com
76f5332e59341489a8b20e21b1f19e02e3eca513
ef02befee9fdf4587e7618cae9f97f9c06c3938f
/Enterprise_Serivces/Cert/Bronze4/RealmNonceService/IsServiceHealthy.c
5c8a403951d1890439a523eb0f1d8f810ae7abed
[]
no_license
banjan/DGS
711b399bd43e13a07502bad81e1b74bd565b1469
4c5fc1037227501724a346c7a11b99c60656b662
refs/heads/master
2021-01-16T18:21:43.300039
2017-08-11T18:44:49
2017-08-11T18:44:49
100,061,574
0
0
null
null
null
null
UTF-8
C
false
false
516
c
IsServiceHealthy() { lr_start_transaction("RealmNonceService_IsServiceHealthy"); web_service_call( "StepName=IsServiceHealthy_101", "SOAPMethod=RealmNonceService|BasicHttpBinding_IRealmNonceService|IsServiceHealthy", "ResponseParam=response", "Service=RealmNonceService", "ExpectedResponse=SoapResult", ...
[ "v_amajum@BABGSETC" ]
v_amajum@BABGSETC
7361ae8ae0cc59ab2718b3aec36d78032ac09a5e
2072922a079d9d93a75c897542d29e0af67fcafa
/cadastraCliente.c
10faf22f6575ab5f6ca6529a6f575bfe424744c4
[]
no_license
kaiquemribeiro/LocadoraDeCarros
e73469001d501a10dfab01f5648b49efe40e46ff
7868c12f1d3c57c79eb281ca298779ea7fb36932
refs/heads/main
2023-06-07T03:46:54.304405
2021-06-17T17:52:31
2021-06-17T17:52:31
359,596,711
0
0
null
null
null
null
UTF-8
C
false
false
2,162
c
/* * Função responsável por coletar os dados do cliente */ #include "libLocadoras.h" int cadastraCliente(char arqFisicoClientes[], char arqFisicoLogin[], char username[]){ Cliente cliente; LogInfo login; int i; FILE *arq = fopen(arqFisicoLogin, "rb"); if (arq == NULL){ printf("\nErro ao...
[ "kaiqueribeiro@alunos.utfpr.edu.br" ]
kaiqueribeiro@alunos.utfpr.edu.br
fe6836dec2a718094c3b664cd7be4e45757746bb
d5a194bb9f0439d56d8b1a73aef6df33a9c7cc93
/include/llvm-core-extras.h
bb9455c96ea923081e6cafc09d88873f87674885
[]
no_license
mephi42/libtcg
05e71a959c046a1c06a19e628cb4dff8bd83eb98
bfac83ee68f0a307dce987ca900eb4331c4b1bc4
refs/heads/master
2020-03-20T20:10:19.642863
2018-08-21T23:20:17
2018-08-21T23:20:41
137,673,602
4
0
null
null
null
null
UTF-8
C
false
false
611
h
#ifndef LLVM_CORE_EXTRAS_H #define LLVM_CORE_EXTRAS_H #include <stdint.h> #include "llvm-c/Core.h" #ifdef __cplusplus extern "C" { #endif LLVMValueRef LLVMBuildMemCpy(LLVMBuilderRef B, LLVMValueRef Dst, unsigned DstAlign, LLVMValueRef Src, unsigned SrcAlign,...
[ "mephi42@gmail.com" ]
mephi42@gmail.com
f812e5a77a70a82529ed5ddc9c99cf49d7b2c3d0
71d1d05470476e8fbabef7483e637eb3f8ba9459
/functions.h
46b6cd0e43e3dc2ec35e257f474afa75bb80695a
[]
no_license
brunofaustino97/TrabalhoP
d88f063ac08420d6c197749e394a36d296b1857d
f834f668776aea805942f58aa1b6cbf383b82646
refs/heads/master
2021-10-27T14:08:42.070632
2019-04-17T18:31:46
2019-04-17T18:31:46
null
0
0
null
null
null
null
UTF-8
C
false
false
499
h
/* * File: functions.h * Author: Asus * * Created on 1 de Abril de 2019, 15:01 */ #include "structs.h" #ifndef FUNCTIONS_H #define FUNCTIONS_H piloto* fill_pilots(int *tam); carro* fill_carros(int *tam); void mostra_menu(piloto *p, int *tamP, carro *c, int *tamC); int consola(); int mos...
[ "noreply@github.com" ]
brunofaustino97.noreply@github.com
a9f68cb4fa89ccdde9dd04541296c1f040c4ca12
9d058a7096570e5620046dda9202119c56dbfb6a
/Libs/libft/libft.h
7cd5f4981bb5bd44c4daff78e7c0d9320edd2475
[]
no_license
mathieu-talarian/RT_Groupe
56be8c6bbe1d0d32cbc73ba982c591fc8c5f2f51
1ac8e055d196abdb4e9ab8bf169eecebd16af9fd
refs/heads/master
2021-10-10T22:17:07.354615
2017-03-28T08:53:22
2017-03-28T08:53:22
null
0
0
null
null
null
null
UTF-8
C
false
false
4,592
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* libft.h :+: :+: :+: ...
[ "mathieu.moullec@gmail.com" ]
mathieu.moullec@gmail.com
47f1e2c421dc2cea84143f33c45db4470e76bd7b
6bce9e2de595fbd578b38916ce7fa3ea9d8d58c6
/ARRAY.C
43e499a29c6e30efa6c726c03cefc60524f54d54
[]
no_license
Rajkaran164/C-Program-Code
06e8386f861cf873cfe706b757e914a0386054b7
3170e5cb7ba6963eddb58db45e277d0e064ef62e
refs/heads/master
2020-12-30T22:36:02.818536
2017-02-14T16:09:35
2017-02-14T16:09:35
80,647,499
0
0
null
null
null
null
UTF-8
C
false
false
471
c
//Program to calculate the second largest element without using sorting #include<stdio.h> int main() { int arr[10],n; int i,m,max=0; printf("\nEnter the size of array :"); scanf("%d",&n); m=0; printf("\nEnter the %d element : ",n); for(i=0;i<n;i++) { scanf("%d",&arr[i]); if(arr[m]<arr[i]&&i!=0) { m=i; ...
[ "rajkara164@gmail.com" ]
rajkara164@gmail.com
1fccb7df94a6ed9a106aad6e9295d65c3b63fa9c
6dc6a002bf26270488a326fd4b0f86140abcf648
/gnome1/third_party_lib/qt libraries/CIncludes/AEPackObject.h
4487bd9f50e4dc9d88ab187795427515bddf2324
[ "LicenseRef-scancode-public-domain", "Unlicense" ]
permissive
NOAA-ORR-ERD/PyGnome
f678d5b290afbb0816a90fd0f1291a4823e99063
97bb561fb8c953c4ee766a3f9d84a41aef93fb28
refs/heads/main
2023-08-05T09:05:41.918909
2023-06-07T19:14:36
2023-06-07T19:14:36
12,492,401
45
38
NOASSERTION
2023-07-16T21:26:12
2013-08-30T18:00:57
C
UTF-8
C
false
false
2,761
h
/* File: AEPackObject.h Contains: AppleEvents object packing Interfaces. Version: Technology: System 7.5 Release: QuickTime 6.0.2 Copyright: (c) 1991-2001 by Apple Computer, Inc., all rights reserved Bugs?: For bug reports, consult the following page...
[ "caitlin.oconnor@noaa.gov" ]
caitlin.oconnor@noaa.gov
bffe4d998f2d99f743231f679979bc84830bcb98
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/lab/q3map2/libs/picomodel/extr_pm_3ds.c_GetWord.c
8f093c6f6c62ab0777b6c3636b0f05a027bfe4de
[]
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
890
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
e1391da820dca4a19ba80ddd80f25a6fb5fe457e
8adab1e7c9a3db7906bb9f83b0e37d4abafdb50a
/keyboards/kbdfans/kbd6x/keymaps/othi/config.h
42f68b435825c3a1681f42242f1285dcd32f12a3
[ "GPL-2.0-only", "LicenseRef-scancode-other-copyleft", "BSD-3-Clause", "GPL-3.0-or-later", "LGPL-2.0-or-later", "LGPL-2.1-or-later", "LicenseRef-scancode-warranty-disclaimer", "GPL-1.0-or-later", "GPL-3.0-only" ]
permissive
fzf/qmk_toolbox
d7975c0d6af28c19957b57c6f5976ad9b8173c4d
10d6b425bd24b45002555022baf16fb11254118b
refs/heads/master
2022-09-05T11:51:53.952007
2020-06-03T09:31:26
2020-06-03T09:32:27
269,046,233
0
0
MIT
2020-06-03T09:30:37
2020-06-03T09:30:36
null
UTF-8
C
false
false
256
h
#pragma once #define ONESHOT_TAP_TOOGLE 2 #define ONESHOT_TIMEOUT 2000 // tap dance configurations #define TAPPING_TERM 200 #define TAPPING_TOGGLE 2 #define PERMISSIVE_HOLD // Fix KC_GESC conflict with Cmd+Alt+Esc on macros #define GRAVE_ESC_GUI_OVERRIDE
[ "drashna@live.com" ]
drashna@live.com
5e0f64e4df30d1b39ff5d3dd88344103f7105fb3
acb309198bc319570215777e897dbdc4f8d9b63d
/MICO/MICONotificationCenter.c
efc762587e8e9e2855ba93bd5321915d0847f2d4
[]
no_license
sdhczw/MICO
1de4cbdc85f0b93855505158d8fb42c16a608c1b
f6bba66bb09e2ec709b659ce6e7b25de509ce302
refs/heads/master
2021-01-18T21:11:44.038994
2016-07-01T07:48:06
2016-07-01T07:48:06
38,880,619
0
0
null
null
null
null
UTF-8
C
false
false
10,556
c
/** ****************************************************************************** * @file MICONotificationCenter.c * @author William Xu * @version V1.0.0 * @date 05-May-2014 * @brief This file provide functions for operations on MICO's notification * center ********************************...
[ "zhangwen@ablecloud.cn" ]
zhangwen@ablecloud.cn
9ed48ad08290254c83c1ae4e72a25deae91a5e8f
64178ab5958c36c4582e69b6689359f169dc6f0d
/vscode/hycode/hydpi/if/dpi_xmit.c
00abc1ff0d42407cbe3bd0a2d8241a9edbb4a25e
[]
no_license
c-ber/cber
47bc1362f180c9e8f0638e40bf716d8ec582e074
3cb5c85abd8a6be09e0283d136c87761925072de
refs/heads/master
2023-06-07T20:07:44.813723
2023-02-28T07:43:29
2023-02-28T07:43:29
40,457,301
5
5
null
2023-05-30T19:14:51
2015-08-10T01:37:22
C++
GB18030
C
false
false
11,658
c
#include "dpi_xmit.h" #include "dpi_ifgrp.h" int dpi_xmit_packet(work_entry_st *work, uint8_t oifgrp); static uint8_t eport_calc(oifgrp_st *oifgrp_entry, work_entry_st *work); char pkg[] = { 0x48,0x62,0x76,0x0c,0x21,0x70,0x34,0xe0,0xcf,0xff,0xc7,0xd0,0x81,0x00,0x00,0x7e ,0x08,0x00,0x45,0xc0,0x00,0x30,0xaf,0...
[ "1395329153@qq.com" ]
1395329153@qq.com
27f3d409ca033e12651e8b3ddff868fe6c3b8df4
aac3b922c3299398ad669b9b0d232426886582b4
/output.c
a2098871507674cc96467cfd68bf28ee08f531d3
[ "BSD-2-Clause" ]
permissive
Leon-Pro/bsdhwmon
e1c74159e7b5c44ee6891f157f89054a4b6322cf
bb50ca26208682a346519e147738629a34f9ba45
refs/heads/master
2021-01-19T19:02:36.573861
2017-08-08T12:28:10
2017-08-08T12:28:10
null
0
0
null
null
null
null
UTF-8
C
false
false
5,930
c
/* Copyright (C) 2008-2017 Jeremy Chadwick. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the f...
[ "jdc@koitsu.org" ]
jdc@koitsu.org
7927d4fcd2d4d1e99e35e520ea70ef500a97049d
80ea830eeea7d4ad4084e6f24a75815e174f2bc8
/FDK/Tools/Programs/spot/sfnt_includes/sfnt_CID_.h
a7164c6ac16bebc6f368f57aadef21a2278f8434
[ "Apache-2.0" ]
permissive
behdad/afdko
ed7022f836df8b5d559a1d859603e3fe28c8900f
1f6bbb9a29989f046c12c2b49f43e438e767360c
refs/heads/master
2023-07-10T02:35:07.737246
2017-03-19T03:14:10
2017-03-19T03:14:10
88,560,929
1
0
null
2017-04-17T23:46:16
2017-04-17T23:46:16
null
UTF-8
C
false
false
1,086
h
/* Copyright 2014 Adobe Systems Incorporated (http://www.adobe.com/). All Rights Reserved. This software is licensed as OpenSource, under the Apache License, Version 2.0. This license is available at: http://opensource.org/licenses/Apache-2.0. *//*********************************************************************** ...
[ "rroberts@adobe.com" ]
rroberts@adobe.com
b80aa8c35b8a21af93c42a7c7546cd3fa947b9b5
de8c0ea84980b6d9bb6e3e23b87e6066a65f4995
/3pp/linux/drivers/media/cec/cec-pin-error-inj.c
c0088d3b8e3d9594febe98bfaf00506586e6bb53
[ "MIT", "Linux-syscall-note", "GPL-2.0-only" ]
permissive
eerimoq/monolinux-example-project
7cc19c6fc179a6d1fd3ec60f383f906b727e6715
57c4c2928b11cc04db59fb5ced962762099a9895
refs/heads/master
2021-02-08T10:57:58.215466
2020-07-02T08:04:25
2020-07-02T08:04:25
244,144,570
6
0
MIT
2020-07-02T08:15:50
2020-03-01T12:24:47
C
UTF-8
C
false
false
11,402
c
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright 2017 Cisco Systems, Inc. and/or its affiliates. All rights reserved. */ #include <linux/delay.h> #include <linux/slab.h> #include <linux/sched/types.h> #include <media/cec-pin.h> #include "cec-pin-priv.h" struct cec_error_inj_cmd { unsigned int mode_offset; ...
[ "erik.moqvist@gmail.com" ]
erik.moqvist@gmail.com
aeb7394db14dc8462cad26ed94aaebcb0509324f
4e6b945c6d762f25f1bbceaef78dc2faa81af11e
/기초 100제/1006 [기초-출력] 출력하기06.c
a384b42d1f5a424cb2936e0e2a4c4b666463a176
[]
no_license
UihwanLee/CodeUp
bb876d1aab21a21a9de6453cfb814294f3822bf1
6d781429a8b780239f3a7de4666bbb6219cccf24
refs/heads/master
2020-12-19T03:33:02.232709
2020-01-22T16:02:33
2020-01-22T16:02:33
235,608,017
0
0
null
null
null
null
UTF-8
C
false
false
78
c
# include <stdio.h> int main(void) { printf("\"!@#$%^&*()\""); return 0; }
[ "36596037+UihwanLee@users.noreply.github.com" ]
36596037+UihwanLee@users.noreply.github.com
cec7cca58d1a1e0ac739b2fc86f9adc332d1e61f
3db023edb0af1dcf8a1da83434d219c3a96362ba
/windows_nt_3_5_source_code/NT-782/PRIVATE/NTOS/RAW/STRUCSUP.C
89791f909d6e3f3b84e89f27a067d034da72f313
[]
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
2,941
c
/*++ Copyright (c) 1989 Microsoft Corporation Module Name: StrucSup.c Abstract: This module implements the Raw in-memory data structure manipulation routines Author: David Goebel [DavidGoe] 18-Mar-91 Revision History: --*/ #include "RawProcs.h" #ifdef ALLOC_PRAG...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
d0ecc5c17c5fb6366c89920e07186309ec5e244c
af9b7a49f5912142ff4e7cb35fd11b1e9635154d
/sdk/share/wifi_hostapd/src/tls/tlsv1_server_write.c
ef31e2fd06c4e2472f240dda650d8c9ecb90604d
[]
no_license
YuHsinShi/2430personal
528ff02226102af77a006fef80fe7c35139fa7bb
83e1ce53a7d872ed27bad4ba5549953975c0be3b
refs/heads/master
2023-03-06T14:44:31.607663
2020-07-25T15:55:28
2020-07-25T15:55:28
340,536,248
1
0
null
null
null
null
UTF-8
C
false
false
20,366
c
/* * TLSv1 server - write handshake message * Copyright (c) 2006-2007, Jouni Malinen <j@w1.fi> * * 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 Software Foundation. * * Alternatively, this softwa...
[ "lawrence.shi@ite.com.tw" ]
lawrence.shi@ite.com.tw
a33d873f3aebe228ac1e61f561715cb6ed0e889c
83a696c6fb78ca8f7fc45e0e297e683c602f56e8
/ex17/ft_strcmp.c
ede8d27d5a4e11d6880a928b19e3547cec69b694
[]
no_license
x-yue/piscine_reloaded
c247d312f1aa978f356caf5bd5025b461ed8599b
ab9aa3aceccd1d16a4b3f89e80d783be67d64e80
refs/heads/master
2021-09-20T11:01:48.959604
2018-08-08T14:28:44
2018-08-08T14:28:44
null
0
0
null
null
null
null
UTF-8
C
false
false
1,072
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strcmp.c :+: :+: :+: ...
[ "yuxu@github.com" ]
yuxu@github.com
43fbd884f6d7f03ea5354cf4633cc72ea0235e89
935adbe40424420ca3b65b2cb338a952b49aa4c8
/midterm/prep/[배열]LABHW3_1(매개변수 연습)/[배열]LABHW3_1(매개변수 연습).c
5cb714e7c0a9ee25404cbb14b974e5b35670b109
[]
no_license
solar3070/2020-2-Computer-Programming
f16ea6327bd98e796681d7d8eb91b7092b3f7093
0c440e985b6039c60a749baadb9e763d9273dba7
refs/heads/master
2023-02-02T16:01:44.330726
2020-12-21T14:27:59
2020-12-21T14:27:59
299,431,257
0
0
null
null
null
null
UHC
C
false
false
1,049
c
#include <stdio.h> //sumList 의 정의 int sumList(int arr[], int size) { int i, total = 0; for (i = 0; i < size; i++) total += arr[i]; return total; } // 가장 큰 값을 반환한다. int maxList(int arr[], int size) { int i, max = arr[0]; for (i = 1; i < size; i++) if (arr[i] > max) max = arr[i]; return max; } //key 가 없으면...
[ "solar3070@naver.com" ]
solar3070@naver.com
628dd8b31ff2671071671d9dc41c1f3f6bbd09bb
55a8dd729d0f1dc61dc9150ebf5d4e737ac36ce5
/Windows/so_proc_manip.c
2579de007a3304bee3df43f4beef733927d6a1fa
[]
no_license
Miruna-Chi/Stdio-Library
3c28a3eebaf4183b0a76dc222a66643bb8a25a63
f7ead841d919aa395db3b054f5a973eaf37580f1
refs/heads/main
2023-07-17T20:57:24.910521
2021-08-27T10:56:00
2021-08-27T10:56:00
null
0
0
null
null
null
null
UTF-8
C
false
false
3,583
c
#include "so_stdio.h" SO_FILE *so_popen(const char *command, const char *type) { int r; STARTUPINFO si; PROCESS_INFORMATION pi; HANDLE hReadPipe, hWritePipe; SECURITY_ATTRIBUTES sa; BOOL ret; char *full_cmd; /* Initialise so_file data structure */ SO_FILE *so_file = malloc(sizeof(SO_FILE)); if (so_file == ...
[ "noreply@github.com" ]
Miruna-Chi.noreply@github.com
379fd7ac2222364029f8b226faaeffb2b033e090
b0526282542f0cffa51be6411e7c9d24686c7a92
/thirdparty/cutil/killfile.c
a1ddd75904e822f5b213d75910dc9ed45304c496
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
ShuMeng/map3d
966f19aed42ce52a93cb29369becb4cd5186db9b
0610782ba4cccb0374237db1b2363568d9667fb9
refs/heads/master
2020-03-22T16:51:18.804281
2019-02-27T05:00:02
2019-02-27T05:00:02
140,356,491
0
1
null
null
null
null
UTF-8
C
false
false
1,458
c
/*** Filename: killfile.c Author: Rob MacLeod A routine to check for the presence of a file and nuke it if it is present. Last update: Thu May 27 15:58:25 2004 by Rob Macleod - altered document line to reflect actual function. Last update: Mon Jun 27 08:23:14 MDT 1994 - cleaned up a little and ...
[ "smen974@aucklanduni.ac.nz" ]
smen974@aucklanduni.ac.nz
9eead14a85b052057cfd2a30c471f6f2441285e1
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/9574ca2a-177a-4ac2-baf6-5b202547c4ca.c
fea5fdbcc7121af4d88a356e2da90a8f9bb18c97
[]
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
569
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=33; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = i/j; l = l+j; l = k-k*i; //variables /* START VULNERABILITY */ int a; char b[79]; char c[76]; a = 0; while (( a - 1 ) < strlen(b))...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
4583dea2fe3da1d757b57477cb3d8924eaf9b8ea
7dfb8c939a29a5a6389763b99370b36a2bba6ddd
/Lista01/Questao21.c
19363720176ce21afabcc63dbd0b5f9e1c1fee46
[]
no_license
kelvinbxn/Estrutura_de_Dados
c44d64f0b03ff416190f6450df722d2c9eb5ec10
1d6ca4c85a68463bd98b58627edc13af37a747da
refs/heads/master
2023-02-10T12:48:03.478354
2021-01-05T17:42:14
2021-01-05T17:42:14
318,811,769
0
0
null
2021-01-05T18:05:27
2020-12-05T14:42:35
C
ISO-8859-1
C
false
false
373
c
#include <stdio.h> /*Leia um número inteiro de meses, calcule e escreva quantos anos e quantos meses ele corresponde. */ int main(){ int meses, anos, resto; printf("Digite um valor em Mes: "); scanf("%i", &meses); anos = meses / 12; resto = meses % 12; printf("%i Mes(es) equivale a: %i Ano(s) ...
[ "kelvinpvp19@gmail.com" ]
kelvinpvp19@gmail.com
782f5de5e170fbd1310158a69818937f8924c4fb
f38ffaf7849095d8062917b991cd2d2cf1334a1a
/include/imgui/opengl3/imgui_impl_opengl3.h
33c46e4cf0ef764a6a59a44704b636efb67e1356
[ "MIT" ]
permissive
UnsafePointer/imgui
ddb3742371ff4eca1bad342c8fb4fcf081d9dece
37f99e5dc45ee2e956eaff52e6327ff48e4d390b
refs/heads/master
2022-11-21T20:37:01.593189
2020-06-30T18:01:37
2020-06-30T18:01:37
272,255,918
0
0
MIT
2020-06-14T17:59:24
2020-06-14T17:59:23
null
UTF-8
C
false
false
4,132
h
// dear imgui: Renderer for modern OpenGL with shaders / programmatic pipeline // - Desktop GL: 2.x 3.x 4.x // - Embedded GL: ES 2.0 (WebGL 1.0), ES 3.0 (WebGL 2.0) // This needs to be used along with a Platform Binding (e.g. GLFW, SDL, Win32, custom..) // Implemented features: // [X] Renderer: User texture binding. ...
[ "renzo@crisostomo.me" ]
renzo@crisostomo.me
d92df6004018368718b09cd3f987d16a42a60ff1
8cc32663cfae52f293e8dae9e6bf186e845dd6d7
/main.c
95e23738566c98ac4f77f093325e0207107693b8
[]
no_license
Soojin0914/Hello-world
637bed5c7f44113500ded6cdd215d14a84349aa2
387eb340b5b542d69fe98e2fda1c79125ef0b99d
refs/heads/master
2020-03-25T13:42:24.497485
2018-08-07T07:59:41
2018-08-07T07:59:41
143,838,974
0
0
null
null
null
null
UTF-8
C
false
false
70
c
#include <stdio.h> int main() { printf("Hellow world"); return 0; }
[ "42165202+Soojin0914@users.noreply.github.com" ]
42165202+Soojin0914@users.noreply.github.com
87ae733b7650c5c3018aec316de2ed21b9bce9c1
44e3c17fe236c34373333356e2f0d062fa1669d4
/MA.BIBD.2017/esdefaul.h
8754db907bf644a164e6b8a05b020faeab019e16
[]
no_license
drrueda/UMA-Code
f125dc2b3d92a598abc58694f9935523746dc138
77c97c09ddf24584725ea1f7b9eefaac9d2d2696
refs/heads/master
2022-11-20T05:40:25.943870
2020-07-16T16:06:03
2020-07-16T16:06:03
280,197,409
0
0
null
null
null
null
UTF-8
C
false
false
1,331
h
/* * NOMBRE: esdefaul.h * AUTOR: Carlos Cotta * FECHA: 25-02-99 * PROPOSITO: valores por defecto de los parametros de una estrategia * de evolucion. * */ #ifndef __ES_DEFAULT_H__ #define __ES_DEFAULT_H__ #define MU 16 /* tamanio de la poblacion */ #define LAMBD...
[ "noreply@github.com" ]
drrueda.noreply@github.com
b9834adf0115706616f68aa2fc1449115e9bbfee
c2fef9b4711377e35fbf7a7c217b6233cb6355bf
/Assignments/assignment13/prog.c
6159a8e8555880919e175a5d91059560b2f5b680
[]
no_license
Abo7atm/System-Programming
472050818cc45b2bd375f87d227420f16415c475
56de09325002529170338d7b07e8fb100da6c5e6
refs/heads/master
2020-04-15T10:34:49.934209
2019-04-17T06:49:19
2019-04-17T06:49:19
164,601,381
0
0
null
null
null
null
UTF-8
C
false
false
4,085
c
#include <unistd.h> #include <stdio.h> #include <signal.h> #include <sys/types.h> #include <sys/wait.h> #include <stdlib.h> int main() { int pid, status, randInt, fd[2], val = 1; int *children; children = (int *)malloc(8 * sizeof(int)); pipe(fd); /* pipe for communicating between parent and child numb...
[ "aaalnumay@gmail.com" ]
aaalnumay@gmail.com
d87a5edae4ad314bd204c2019b9ab895baf89e7c
234c3798e7e5e5b51a44be5d8cb8a2a8979161db
/src/cpustat_user.c
e238ad379de88ede6392b4703871be62efb01ac4
[]
no_license
giuliafrascaria/ebpf-filter-reduce
aabdfb030201f555bae3afa156259b1e9d40625d
dabd927686d94abcb6fafe792a7eb43acf276426
refs/heads/master
2023-08-17T06:24:12.788834
2021-09-17T09:11:41
2021-09-17T09:11:41
205,230,865
0
2
null
null
null
null
UTF-8
C
false
false
727
c
// SPDX-License-Identifier: GPL-2.0 #define _GNU_SOURCE #include <errno.h> #include <stdio.h> #include <stdlib.h> #include <signal.h> #include <sched.h> #include <string.h> #include <unistd.h> #include <fcntl.h> #include <linux/bpf.h> #include <locale.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/time....
[ "giulia.frascaria@gmail.com" ]
giulia.frascaria@gmail.com
6a0c9a99ce74bffef2ba1d4cff889c9c87880fae
fb02fa4533aadbb4196ca811b724f844314176a1
/FSL_Thread_Stack_0.6.0/Thread/nwk_ip/core/interface/arp.h
2a6a69ab32894b4c9a013252d068c274d6a5f776
[]
no_license
smachin1000/thread_nxp
50ad1a981ac487a43872203a8ecd5354ae402689
dc3e2585050dcf05779b0a42ec0ba182a12cdd71
refs/heads/master
2021-01-11T18:07:57.329299
2017-01-23T19:35:26
2017-01-23T19:35:26
79,491,040
1
0
null
null
null
null
UTF-8
C
false
false
7,098
h
/* * Copyright (c) 2015, Freescale Semiconductor, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * o Redistributions of source code must retain the above copyright notice, th...
[ "smachin1000@gmail.com" ]
smachin1000@gmail.com
6829cd38f1fe9dc4edc85e61341b0ad56e1d5f19
dab0966ba7983b881aabe544c5dd2e4bf732cf8b
/src/main.c
cd8453f80e15ea56ae524fc3ac2399b7ddc473fb
[]
no_license
KaanRF/user_button_deneme
763246c38678eda569b9652e9a2b877430bcde7a
80d61169f9f06d853321c5427f5e7d6484944fca
refs/heads/master
2021-01-15T17:03:00.033922
2015-01-10T15:07:50
2015-01-10T15:07:50
29,061,038
0
0
null
null
null
null
ISO-8859-9
C
false
false
2,326
c
#include <stm32f4xx.h> #include <stm32f4_discovery.h> #include <stm32f4xx_gpio.h> void Delay(__IO uint32_t nCount); void Pin_Init(void); int main(void) { Pin_Init(); GPIO_ResetBits(GPIOD,GPIO_Pin_15|GPIO_Pin_14|GPIO_Pin_13|GPIO_Pin_12); while(1) { while (GPIO_ReadInputDataBit(GPIOA,GPIO_Pin_0...
[ "kaankandemirrr@gmail.com" ]
kaankandemirrr@gmail.com
6c14c6e54fe61fda46a9b724efb5a1df82d58046
a5a43d450769f477249d086d4cbfbc8857d4ddc7
/i2c/i2cget.c
3d6b782b3bee1157e916ac221b17130ede222ef5
[]
no_license
meteoritt/utils
2a56f61100c2a921692e8df6a65fbcebab757bd5
5084a4da5f58b864888e1effaea6f095d4f68384
refs/heads/master
2023-04-13T03:46:42.916972
2012-11-26T15:08:44
2012-11-26T15:10:17
null
0
0
null
null
null
null
UTF-8
C
false
false
6,587
c
/* i2cget.c - A user-space program to read an I2C register. Copyright (C) 2005-2008 Jean Delvare <khali@linux-fr.org> Based on i2cset.c: Copyright (C) 2001-2003 Frodo Looijaard <frodol@dds.nl>, and Mark D. Studebaker <mdsxyz123@yahoo.com> Copyright (C) 2004-2005 Jean...
[ "kmikhailov@module.ru" ]
kmikhailov@module.ru
8a53cf4062511da8714372639f3189b02511756f
ba8c2f6da09c6866e88575a4668fa422ebc8effe
/LY51/LY-51S开发板配套资料/5、配套程序/LY-51S c语言 程序/113-串口通讯/串口通讯.c
1164e4af9e504931b741581fc8dc809d5264e6de
[]
no_license
dumpinfo/DevBoard
4c4fbfdfadbf0b575982ade2f47a8c34014a4e05
70fbf85cd9e9fecca7388e3367bf88ed3753dcdb
refs/heads/master
2020-03-30T11:03:30.694951
2019-02-25T02:25:10
2019-02-25T02:25:10
151,151,075
1
0
null
null
null
null
GB18030
C
false
false
2,438
c
/*----------------------------------------------- 名称:串口通信 网站:www.doflye.net 编写:shifang 日期:2009.5 修改:无 内容:连接好串口或者usb转串口至电脑,下载该程序,打开电源 打开串口调试程序,将波特率设置为9600,无奇偶校验 晶振11.0592MHz,发送和接收使用的格式相同,如都使用 字符型格式,设置正确后接受框可以看到UART test,技术论坛:www.doflye.net thank you! ---------------------...
[ "twtravel@126.com" ]
twtravel@126.com
90c2280c70535a26403fbed69bb132293b49b39d
1073f60829eb29bb4ba4f8436046936eb7344212
/romio/mpi-io/iotestsome.c
7ce716625eaaa04f32a94782cac0ae3e51e2be29
[ "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
matthiasdiener/mpich
c6f369b5e1cd45ab51e8ee2d7b7319f049e6897f
8c5903e77ee847b4f22cde6f9313ad5f46e68d64
refs/heads/master
2021-05-12T04:32:41.235171
2018-01-11T23:22:17
2018-01-11T23:22:17
117,158,857
0
0
null
null
null
null
UTF-8
C
false
false
1,728
c
/* -*- Mode: C; c-basic-offset:4 ; -*- */ /* * * Copyright (C) 2003 University of Chicago. * See COPYRIGHT notice in top-level directory. */ #include "mpioimpl.h" #ifdef HAVE_WEAK_SYMBOLS #if defined(HAVE_PRAGMA_WEAK) #pragma weak MPIO_Testsome = PMPIO_Testsome #elif defined(HAVE_PRAGMA_HP_SEC_DEF) #pragma...
[ "mdiener@illinois.edu" ]
mdiener@illinois.edu
c13e07d5e1f07c42743bbdc851a398c71ec4d996
b9d31f153a49959d09ebef79819af46100985f6b
/ft_strmapi.c
a7c4bb5e8f7f7ede0a8af7af291a628ecc22f2da
[]
no_license
ivan78990/libft
dbd4537aef6cc9a3f2d3ac431b9db0f2cb70128e
1d569b10d8f42c4a05029c01847d68f1756656c6
refs/heads/master
2023-01-08T23:04:05.055117
2020-11-14T13:22:04
2020-11-14T13:22:04
311,714,270
0
0
null
null
null
null
UTF-8
C
false
false
393
c
#include "libft.h" int ft_strlen(char *str) { int i; i = 0; while (str[i] != 0) { i++; } return(i); } char *ft_strmapi(char const *s, char (*f)(unsigned int, char)) { int i; char *tab; if (!s) return (NULL); tab = (char *)malloc(ft_strlen((char *)s) + 1); if (!tab) return (NULL); i = 0; while (s...
[ "warchang@ev-k2.kzn.21-school.ru" ]
warchang@ev-k2.kzn.21-school.ru
9bf483b922638f1b367f0e009f5f438638a98056
8cceb7c8634e4c580dfbfddb0c877c0cd116aa74
/Library/filters.c
932ad16cae10769eb08f03304a959e212a933266
[]
no_license
zinlin-harvard/Opt_AxialSym
c2fdd2037c71d53b4fcf692eee80acca656f2137
b6db422b9642db2ce7dd582448aada5ac195335d
refs/heads/master
2020-03-29T19:14:08.611817
2015-11-15T22:39:47
2015-11-15T22:39:47
39,969,676
0
0
null
null
null
null
UTF-8
C
false
false
5,285
c
#include <petsc.h> #include <time.h> #include "libOPT.h" #include <complex.h> #include "petsctime.h" #define vecproj vecHevproj //vectanhproj, vecHevproj extern int maxit; extern VecScatter scatter; extern IS from, to; extern Vec vgradlocal; #undef __FUNCT__ #define __FUNCT__ "vecdvpow" void vecdvpow(double *u, dou...
[ "zinlin@g.harvard.edu" ]
zinlin@g.harvard.edu
e58d1c9318a0bab1b2cfbaed889aac6ef9ee6524
b477697f95728fbf8d1759a73858860c9620c3ab
/peripheral/sb/processor/sb_p32mx150f256l.h
d30ced477450161e65c078f11d0937b838eac03d
[]
no_license
gmuro/harmony-v2_06-framework
12bcb30c2dc9f4737aab8762da8b25632822d00e
2196b67de35af9d1126b539b08324cf72ed13521
refs/heads/master
2022-12-07T19:24:34.649360
2022-11-18T22:16:49
2022-11-18T22:16:49
190,900,209
1
1
null
null
null
null
UTF-8
C
false
false
8,335
h
/* Created by plibgen $Revision: 1.31 $ */ #ifndef _SB_P32MX150F256L_H #define _SB_P32MX150F256L_H /* Section 1 - Enumerate instances, define constants, VREGs */ #include <xc.h> #include <stdbool.h> #include "peripheral/peripheral_common_32bit.h" /* Default definition used for all API dispatch function...
[ "gustmuro@gmail.com" ]
gustmuro@gmail.com
b41dfa9278d52a4056bd4f43c25e9f71c49812f7
a9fe6c27aefbd2700e245478d1219080f5de5209
/push_swap/ps_main_checker.c
1eb4102d12c43d8ab0c2a98081907fbab93cc4fd
[]
no_license
Luigian/Push_Swap
cc9fe6d2316c734c15e50a6c3b0e04b142c4e75a
1740782c9b4beff7508399d80272c519ec48e298
refs/heads/master
2020-12-13T15:11:56.345525
2020-07-25T03:48:09
2020-07-25T03:48:09
234,454,125
0
0
null
null
null
null
UTF-8
C
false
false
2,776
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ps_main_checker.c :+: :+: :+: ...
[ "loic.quiros@gmail.com" ]
loic.quiros@gmail.com
103f8b195cf17ec0b798cfb82252851cd70d76c6
61e4fa969cd7c5cfb2ae7cd3df076b94db4c611f
/Client/Calendar/DatePicker/XTPDatePickerNotifications.h
f63868dfd06c131ea34a727e7ed267439c150aa4
[]
no_license
wonderkun/star_Rat_3.1
95135dd0bf6c3c9b1767367faa4092b75bf2555f
3037ebcff27832914b396bc1459913fd3640f4b1
refs/heads/master
2023-04-20T08:31:56.841790
2021-05-08T10:14:09
2021-05-08T10:14:09
338,203,129
2
2
null
null
null
null
UTF-8
C
false
false
9,288
h
// XTPDatePickerNotifications.h: interface for the CXTPDatePickerData class. // // (c)1998-2020 Codejock Software, All Rights Reserved. // // THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO BE // RE-DISTRIBUTED BY ANY MEANS WHATSOEVER WITHOUT THE EXPRESSED WRITTEN // CONSENT OF CODEJOCK SOFTWA...
[ "yicheng.wxm@alibaba-inc.com" ]
yicheng.wxm@alibaba-inc.com
37bcf6ba75584b96179c947784bc8fdba22bf274
3e02fe8b9235322b5f1ece895b60f13668d439dc
/application/jni/libbtbb/bluetooth_packet.h
86523990c43870191b82a42213b2728d069502b1
[]
no_license
570622566/android-wmon
0ebf1287c66f2e774976c153c1564ea76ea92abb
eb84ee5a99ff4d67a591ecc816ece7d4f429cce4
refs/heads/master
2021-05-09T22:00:40.259315
2014-06-04T05:24:34
2014-06-04T05:24:34
null
0
0
null
null
null
null
UTF-8
C
false
false
13,570
h
/* -*- c -*- */ /* * Copyright 2007 - 2010 Dominic Spill, Michael Ossmann * Copyright 2005, 2006 Free Software Foundation, Inc. * * This file is part of libbtbb * * This program is free software; you can redistribute it ...
[ "gnychis@gmail.com" ]
gnychis@gmail.com
5e50585eff601429b07b6ea6c7fe8b32db15dbeb
60c5b8c477f5c85bef20ad4e149d45a23a4a1847
/045. fibonacciSeries.c
7224d02dfe2b021d81042e84b2ca6b5580ac76a2
[]
no_license
priyadharshini1711/c_programs
e9969141c75ec2b77dadbb1cabd29776d091c6ae
a66fd71d6ee5c570e0e9ab00750d15d8b22cd933
refs/heads/master
2023-09-05T05:52:58.801556
2021-11-17T18:20:13
2021-11-17T18:20:13
403,925,678
2
0
null
null
null
null
UTF-8
C
false
false
268
c
/* factorial of a given number */ #include <stdio.h> int main() { int n = 5; int a = -1; int b = 1; int i = 0; int sum; for (i = 0; i < n; i++) { sum = a + b; printf("\n%d", sum); a = b; b = sum; } return 0; } /* output: 0 1 1 2 3 */
[ "priyaprem08@gmail.com" ]
priyaprem08@gmail.com
5444fec817af20e0630bc2fa1b6a07b9b9df1c86
5a48f4f7417cec8bcfb04a469f927e92a1384081
/PlaceInOrder.c
88ac04b15dc1b21489e44d6c5367ffeef5ab2949
[]
no_license
chris-patino/Simple-MP3-SD-Card-Formatter
f1283e7eae90d5677e2d9f7da7783beb84bbf4d0
4361904712a8c7e5d92f6fb0bdf455057b08fe87
refs/heads/main
2023-03-18T03:50:01.398115
2021-03-18T03:43:01
2021-03-18T03:43:01
348,931,342
0
0
null
null
null
null
UTF-8
C
false
false
3,086
c
//TODO: //Make the move out compatible with th enew folder structure #include <stdio.h> #include <stdlib.h> int main() { //IMPORTANT int songTotal=133, j; //Make sure this number is correct before running!!! //IMPORTANT wchar_t songIndex[songTotal][4], titles[songTotal][200], moveCmd...
[ "noreply@github.com" ]
chris-patino.noreply@github.com
667d8fa384ad3d1ac2697469d0837db9fbe7a952
401286ce530da3c1935b508e1302a64e14010d42
/SDK/SDK_2.4.1_LPCXpresso54114 (3)/middleware/issdk/algorithms/sensorfusion/sources/hal_frdm_fxs_mult2_b.c
46a757d017eb0cafd19c7c4afe58cd22411bca7f
[]
no_license
fovVdk/LPC5411xx
a270662c29df7cf1e30ddef6a0373fb8521a9f74
64ff3b0a6bf60f8bd2d929d126470d67db830d89
refs/heads/master
2020-04-04T23:39:57.938276
2018-11-06T10:54:36
2018-11-06T10:54:36
156,366,941
0
0
null
null
null
null
UTF-8
C
false
false
4,717
c
/* * The Clear BSD License * Copyright (c) 2015 - 2016, Freescale Semiconductor, Inc. * Copyright 2016-2017 NXP * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted (subject to the limitations in the disclaimer below) provided * that the fol...
[ "1613146717@qq.com" ]
1613146717@qq.com
87c7459df66bd76054f8da6ef69aba6ce90edc96
abcd9df57e476932ec994827cc7f09a78b37b987
/xperia-ti-wlan/sta/TWD/MacServices/ScanSrvSM.c
bbae48d012e7d420d22b9f88c9df0bb697f664a5
[]
no_license
DuMOHsmol/Rage-Kernel
dbac0ab55c2c974870f8bed5971629e50a284357
483a8323a7110733939355ab85ffc8dec32009c7
refs/heads/master
2016-09-06T19:29:11.113555
2012-06-19T13:59:52
2012-06-19T13:59:52
3,249,189
3
6
null
null
null
null
UTF-8
C
false
false
21,798
c
/* * ScanSrvSM.c * * Copyright(c) 1998 - 2010 Texas Instruments. All rights reserved. * 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 ...
[ "dumohsmol@yandex.ru" ]
dumohsmol@yandex.ru
0b2bf4a848b80ff3eb1be12675b70d3343e7466a
903fc5b9ba6f70c1edc89375eb965a1b4bdaa8b7
/test.c
6c3612fcf5711887b69ad55c8855e64ff5009c33
[]
no_license
thanhtien501/git_practice
effdd67f3637db51fe2087d8976ecdd1a9052bf0
3d8cf8f7d7cab8961cce66ac0b3e9085bf6a179b
refs/heads/master
2021-01-13T10:45:45.177869
2016-09-27T04:04:50
2016-09-27T04:04:50
69,312,638
0
0
null
null
null
null
UTF-8
C
false
false
66
c
#include "stdio.h" void main() { return; } void change_1() { }
[ "thanhtien501@gmail.com" ]
thanhtien501@gmail.com
eebf3e63b6aac02b966b231b0649ae45120746c8
81121ecb0f4897b5e754a7bfdd5c41571d369da4
/MotateProject/motate/cmsis/TARGET_Atmel/samd09/include/instance/gclk.h
21d632fcd92c31f45ad8ca1d93aedfdb05565aaf
[]
no_license
Amaan24/Motate
5613435c5b2ab16e300cb0c99ccaf99565d3d949
44f96303a007928be2c84e41bcd49f204c76182e
refs/heads/master
2020-06-27T16:41:30.227063
2016-09-26T14:29:07
2016-09-26T14:29:07
null
0
0
null
null
null
null
UTF-8
C
false
false
4,036
h
/** * \file * * \brief Instance description for GCLK * * Copyright (c) 2014 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions...
[ "giseburt@gmail.com" ]
giseburt@gmail.com
4b7275403b01271f3eb6f2855f3e02bb9ae1cf04
7c52ec9f4840c3b0d23b53f78442a7adbf8ad47b
/libft/src/ft_putchar_fd.c
58733da49cec05b0efaf44ab6dea9b8cd48b62ff
[]
no_license
akhossanX/ft_cat
29f9df5217ed5d652367d4ff6b4ba1f57f737e39
55c6495d75e719f536aba322cf746d2317b5d1c1
refs/heads/master
2023-03-28T00:16:58.092558
2021-03-24T14:24:51
2021-03-24T14:24:51
267,667,594
1
0
null
null
null
null
UTF-8
C
false
false
1,010
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putchar_fd.c :+: :+: :+: ...
[ "abdelilah.khossan@gmail.com" ]
abdelilah.khossan@gmail.com
f89a8fecf90fd0daa2dfbd2f73e8bfb98bd53eaf
ba88c944d64265083d58c0516b6ecc34fb3c6c65
/learnC/YouTube/implicitType.c
fea51b3c26989f32bcc742a70c278ee40080a8e3
[]
no_license
gracekim17/studyCS
ee6a3c9372ee711233f50d977d5919b87de7e7e5
2500237ca4af32995da719fd4a49ffc01256fa01
refs/heads/master
2020-06-24T11:44:52.746464
2019-08-18T05:51:36
2019-08-18T05:51:36
198,953,837
0
0
null
null
null
null
UTF-8
C
false
false
197
c
#include <stdio.h> int main() { float x = 50.0; printf("%f", x); //printf takes a double, meaning x is getting promoted as it is passed to printf() because printf accepts doubles return 0; }
[ "gracekim@Graces-MacBook-Air.local" ]
gracekim@Graces-MacBook-Air.local
d8a3dc5810ad7d5c4ce6e37a1ce8e8870ede6b15
a088b7467a99bc10a718ea89da5cacd5b160caed
/tft_implement/examples/Test_480x320/bufferTest.h
b9a892c4cbccd98975107915294f425314b37787
[]
no_license
ghostkcleung/tft_framework
c8d3541a24db079893caf4eb918d05ab6c9b6847
8bb5ce5aaf26f75af381a6e70ae2d1fbf63e8a62
refs/heads/master
2023-07-28T03:30:59.128167
2023-07-16T18:15:11
2023-07-16T18:15:11
255,346,404
9
1
null
null
null
null
UTF-8
C
false
false
1,106
h
void bufferTest ( ) { scr -> setColor ( 0 ) ; scr -> clear ( ) ; scr -> resetCursor ( ) ; Point tmp = scr -> getCursor ( ) ; scr -> setCursor ( 137, 92 ); scr -> print ( "Draw dot directly" ) ; scr -> setCursor ( 187, 212 ); scr -> println ( "Draw to buffer." ) ; scr -> println ( "En...
[ "ghostkcleung@gmail.com" ]
ghostkcleung@gmail.com
e9d572db5d4c209c848259068240ce1a650e03a2
53c1703bb59f92a0cb403de2533a82a1640f8663
/postgresql-8.0.0/src/backend/utils/fmgroids.h
85db398940cc7b47a1f960534ff136982910c977
[ "PostgreSQL" ]
permissive
heianzhihuo/PGproject
d004ba3c859bd853169c28caca45d0a9493df04c
88da4f86ed73b907edbad0f224e3191119fe6c5b
refs/heads/master
2020-04-16T23:58:10.240391
2019-01-16T11:51:04
2019-01-16T11:51:04
166,032,389
0
0
null
null
null
null
UTF-8
C
false
false
39,477
h
/*------------------------------------------------------------------------- * * fmgroids.h * Macros that define the OIDs of built-in functions. * * These macros can be used to avoid a catalog lookup when a specific * fmgr-callable function needs to be referenced. * * Portions Copyright (c) 1996-2005, Postgre...
[ "heianzhihuo@gmail.com" ]
heianzhihuo@gmail.com
8413d95b07c1f58986745eb4fe634817d3fd0bed
f0eb4f8407eb46cb1b931383fd2cd44b71d849a5
/p04q02.c
23d2fc450890e964256f8db76ba4cb8d774860bd
[]
no_license
dataspective/bmp_file_inverter
a65740709ddefb34fa58213d4b5a3bc881e0d4eb
101b841bbe1e147686f930ac8fbd3d97684c01a2
refs/heads/master
2020-05-21T01:43:21.049120
2017-03-10T12:23:29
2017-03-10T12:23:29
84,553,094
0
0
null
null
null
null
UTF-8
C
false
false
7,052
c
#include <stdio.h> #include <stdlib.h> #define ROWS 7 #define COLUMNS 16 #define PIXMATX_SIZE 44 #define TOTMATX_SIZE 98 #define myBmp "myBmp.bmp" #define myBmp_copy "myBmp_copy.bmp" #define myBmpFlip1 "myBMPFlipped1.bmp" #define myBmpFlip2 "myBMPFlipped2.bmp" int bmpData[ROWS][COLUMNS]; int *bmpPtr = &bmpDa...
[ "derek.j.fermaint@gmail.com" ]
derek.j.fermaint@gmail.com
d2624a1cffa6230eb4ffadbdb500f28cef53d056
084f426279e775884ecef4ff4b0b1bdfef902d09
/src/clips/setup.h
48a6f1384ecf3ef137f0b905570077cd046fb83c
[ "Apache-2.0" ]
permissive
guitarpoet/php-clips
bd0a7272328c86c0c96505545118107eff6eba24
f206d7a43810b2cc1a9826db5c266b0c9254bbff
refs/heads/master
2022-08-25T04:14:57.238389
2022-08-03T03:25:07
2022-08-03T03:25:07
27,157,311
9
3
null
null
null
null
UTF-8
C
false
false
16,933
h
/*******************************************************/ /* "C" Language Integrated Production System */ /* */ /* CLIPS Version 6.40 01/06/16 */ /* */ /* ...
[ "guitarpoet@gmail.com" ]
guitarpoet@gmail.com
b0e4ec8a004de641f407debe0bfcc7d4bba9bf61
be31580024b7fb89884cfc9f7e8b8c4f5af67cfa
/CTDL1/New folder/VC/crt/src/rterr.h
cc8d8c8aeb94d4ad976a9402327c364e0c0fd565
[]
no_license
Dat0309/CTDL-GT1
eebb73a24bd4fecf0ddb8428805017e88e4ad9da
8b5a7ed4f98e5d553bf3c284cd165ae2bd7c5dcc
refs/heads/main
2023-06-09T23:04:49.994095
2021-06-23T03:34:47
2021-06-23T03:34:47
379,462,390
1
0
null
null
null
null
UTF-8
C
false
false
4,773
h
/*** *rterr.h - runtime errors * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * This file defines the C runtime errors * * [Internal] * ****/ #pragma once #ifndef _INC_RTERR #define _INC_RTERR #ifndef _CRTBLD /* * This is an internal C runtime header file. It is used whe...
[ "71766267+Dat0309@users.noreply.github.com" ]
71766267+Dat0309@users.noreply.github.com
12116f7941ad5f6b9a4cf094e08e941661cfefe5
20f28245ba63c296eed360901632d66f6a40f9b0
/puzzles/unruly.c
bc375082add10b09d2478e947a8f845496c2e3bd
[ "MIT", "Apache-2.0" ]
permissive
leejunseok1/puzzles
4cecf0109244b4542e8b98ea0e20bc29e66a4b79
0a7872f668831e352e96a27d32ba9c58b237f875
refs/heads/master
2023-03-17T01:05:37.854466
2018-02-08T18:40:27
2018-02-08T18:40:27
null
0
0
null
null
null
null
UTF-8
C
false
false
51,711
c
/* * unruly.c: Implementation for Binary Puzzles. * (C) 2012 Lennard Sprong * Created for Simon Tatham's Portable Puzzle Collection * See LICENCE for licence details * * Objective of the game: Fill the grid with zeros and ones, with the * following rules: * - There can't be a run of three or more equal numbers....
[ "medmunds@gmail.com" ]
medmunds@gmail.com
5366f32ae0e27a001858ccc316c2046f195bc3ab
95fc3178faf5b82a9431f1d465b1f2e7e153c0f5
/openblas/driver/level2/CMakeFiles/ctrmv_NLU.c
2ed8b34d14345be02de7a71f5b4315a089bbdc6e
[]
no_license
kendonB/base
7e53d116783e1130eca0c5533f4f0ed527939f46
885ae225e89f6c914ec3b0d6fb35f73a350252e5
refs/heads/master
2021-09-01T14:06:03.457255
2017-12-27T09:19:09
2017-12-27T09:19:09
115,228,450
0
0
null
2017-12-23T23:42:56
2017-12-23T23:42:55
null
UTF-8
C
false
false
265
c
#define UNIT #define TRANSA 1 #define ASMNAME ctrmv_NLU #define ASMFNAME ctrmv_NLU_ #define NAME ctrmv_NLU_ #define CNAME ctrmv_NLU #define CHAR_NAME "ctrmv_NLU_" #define CHAR_CNAME "ctrmv_NLU" #define COMPLEX #include "C:/projects/OpenBLAS/driver/level2/ztrmv_L.c"
[ "kmb56@berkeley.edu" ]
kmb56@berkeley.edu
b44a5ebc75fdf0a216b95b5a5d42161a4d2d7ffd
ac362bb8969d647cd219430bc71c831d894e531c
/sbin/gpt/label.c
cea9667df1f0889a8fbc60851cc06b054f325b5f
[]
no_license
noud/mouse-bsd-4.0.1
efb3b16fcc872ab227e6bb651cf1e836796a0804
4c0a1e08df407a759afac2d6a98507df94f5f814
refs/heads/master
2023-02-24T23:42:54.060718
2020-08-16T20:10:53
2020-08-16T20:10:53
334,536,412
0
0
null
null
null
null
UTF-8
C
false
false
6,204
c
/*- * Copyright (c) 2005 Marcel Moolenaar * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of...
[ "mouse@Rodents-Montreal.ORG" ]
mouse@Rodents-Montreal.ORG
a2d070e0d77727648d269b94171e60d0407cba3f
e79baefb428af70be149dab2eb5f8b02322d4279
/epoc32/include/app/mpbkcontactdbobserver.h
4a5944d0c2c15af9c894f0a7add218318b85e91c
[]
no_license
EKA2L1/oss.API_REF.Public_API
24e8bdef672b6d7dfaafc38790591bfbdfcbefe7
bc81f066aa6ffc3e41775a34ededbcf76da2ccfe
refs/heads/master
2020-03-30T16:57:46.945926
2009-11-24T13:55:44
2009-11-24T13:55:44
151,434,948
0
0
null
null
null
null
UTF-8
C
false
false
24
h
mpbkcontactdbobserver.h
[ "williamr@symbian.org" ]
williamr@symbian.org
951edced6195c7ef9596143d172ebd38c5802e9c
907d80d226b6f0ecaf1d99e32c4d45da2c83fe37
/gfarm2fs/tags/gfarm2fs_1_2_0_rc1/gfarm2fs.c
427480b0071770bc9471f5ddb2257918689875f6
[]
no_license
rootfs-analytics/gfarm-fs
57f19518a80ae9d8df97b5d7acb4ebd14946fce5
3a21bbff37595455259d2931764c4cb338022eac
refs/heads/master
2021-05-27T23:32:06.643245
2015-01-05T12:40:16
2015-01-05T12:40:16
28,867,724
1
1
null
null
null
null
UTF-8
C
false
false
31,763
c
/* * GfarmFS-FUSE for Gfarm version 2 * * $Id$ */ #include "config.h" #define _GNU_SOURCE #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <signal.h> #include <syslog.h> #include <sys/types.h> #include <string.h> #include <fcntl.h> #include <errno.h> #include <pwd.h> #include <grp.h> #include <...
[ "tatebe@4a5e1ece-6a47-475c-b646-731d720b41d0" ]
tatebe@4a5e1ece-6a47-475c-b646-731d720b41d0
8481536fc9d85425068dee3c0ce808c3b7e58104
76f5b1b3c2068af586029f94677092e175345cac
/drivers/zigbee/coordinator/TAL/AT86RF231/Inc/tal_config.h
781db65ae642d631a98e334f09f78d6bbfcdf5ae
[]
no_license
gexueyuan/cct
4e3b10d18e992f02f71f7863633f968c849317e4
06a89fad53243cfc7e0ef5ddcf9dd85ae02912ea
refs/heads/master
2020-12-24T13:21:09.628878
2014-10-16T08:56:21
2014-10-16T08:56:21
21,684,402
1
0
null
null
null
null
UTF-8
C
false
false
3,637
h
/** * @file tal_config.h * * @brief File contains TAL configuration parameters. * * $Id: tal_config.h 29695 2011-12-07 16:44:22Z uwalter $ * * @author Atmel Corporation: http://www.atmel.com * @author Support email: avr@atmel.com */ /* * Copyright (c) 2009, Atmel Corporation All rights reserved. * * L...
[ "gexueyuan@gmail.com" ]
gexueyuan@gmail.com
129abf192871790efbfc0ee10b74240e6596aefc
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/input/rmi4/extr_rmi_f34v7.c_rmi_f34v7_check_guest_code_size.c
ef8cd47400bc7e6d6b3ddd0d66244642702f9d3e
[]
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,318
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
199bd18c098ed7ed2ab76ff5c5c22c2eb5ffb042
95957583e8d706ab3bcc087917116da87253978a
/TP1/common.h
2d5f8324d187a440fb4c4a7872745c452b2ffb57
[]
no_license
gprimate/novotp
54f66cf32637894eb16e9b3d75171923981be7f7
c6463fd10a038f96244d442ec4d0da14bfb89c44
refs/heads/master
2023-06-06T13:51:20.952493
2021-06-30T05:46:58
2021-06-30T05:46:58
381,587,462
0
0
null
null
null
null
UTF-8
C
false
false
523
h
#ifndef COMMON #define COMMON #pragma once #include <stdlib.h> #include <arpa/inet.h> void logexit(const char *msg); int addrparse(const char *addrstr, const char *portstr, struct sockaddr_storage *storage); void addrtostr(const struct sockaddr *addr, char *str, size_t strsize); int server_sockaddr...
[ "gprimate@gmail.com" ]
gprimate@gmail.com
a97a135bd1fde08a32c65e4f7c4e441acc527352
2fff83d018d0b022bab9797c7fb13711b1d9accf
/libtensor/block_tensor/impl/btod_unfold_block_list.C
718670de7118c0c1de3c5eb7b7a20a734ed8d3c4
[ "BSL-1.0" ]
permissive
epifanovsky/libtensor
cd0ace467cf77ae8762df078d09116dd9ceaeb61
0e82b4f07adf0eb1d6a617d93e9deb6f43d24ede
refs/heads/master
2023-05-31T14:33:24.385530
2021-02-24T20:12:47
2021-02-24T20:12:47
51,388,786
35
14
BSL-1.0
2023-04-27T12:24:44
2016-02-09T18:30:03
C
UTF-8
C
false
false
636
c
#include <libtensor/gen_block_tensor/impl/gen_bto_unfold_block_list_impl.h> #include "../btod_traits.h" namespace libtensor { template class gen_bto_unfold_block_list< 1, btod_traits >; template class gen_bto_unfold_block_list< 2, btod_traits >; template class gen_bto_unfold_block_list< 3, btod_traits >; template cl...
[ "epif@q-chem.com" ]
epif@q-chem.com
8e85df044da19084c8542ce173e7e9a6b8162655
cdb2bc62654a2034c597155574f57c75f2e6d1a4
/rand.c
d84f0b85df247fb5dffd5b1104bf07b0fe28ec06
[ "MIT" ]
permissive
z-rui/lua_mp
4e512cba17191de5798497ae900037637ada9c51
267b91fda908dea54a2825e11b139f1baf1827b1
refs/heads/master
2021-01-12T09:32:06.622331
2017-01-08T08:29:47
2017-01-08T08:29:47
76,183,428
0
0
null
null
null
null
UTF-8
C
false
false
2,391
c
static int rand_init(lua_State *L) { static const char *modelst[] = { "default", "mt", "lc_2exp", "lc_2exp_size", "set" }; int mode; gmp_randstate_t *state, *state1; mpz_ptr a; unsigned long c; mp_bitcnt_t n; mode = luaL_checkoption(L, 1, "default", modelst); state = lua_newuserdata(L, sizeof (gmp_randstate...
[ "zrui16@hotmail.com" ]
zrui16@hotmail.com
c51f48f4a819e3c682d73f4c99252541495c47ff
0b8d2f007509f83a02672ede59225a85436e854a
/sensornode/source/Micrium/Software/uC-FS/Dev/NOR/fs_dev_nor.h
64691e1ce9416678f02cd324b25c8c00900514c9
[]
no_license
Bondzio/dots-on-a-map
0d1ed53a293325f0cda73927acaa25497609886d
af2df09c909dad64da2912497d98b009f70f93c5
refs/heads/master
2021-09-22T15:58:59.756112
2018-09-11T17:04:33
2018-09-11T17:06:39
null
0
0
null
null
null
null
UTF-8
C
false
false
26,219
h
/* ********************************************************************************************************* * uC/FS V4 * The Embedded File System * * (c) Copyright 2008-2014; Micrium, Inc.; Weston, FL * * ...
[ "lddias@gmail.com" ]
lddias@gmail.com
4f2f7c17b8efb9b0e946d3b19d5696d3a3e1ba88
b9282aaa72daeb64e8409482dbddc2113a87c24c
/bst/topview.c
aafdc78cc524e6aa8e8af1957c22b2f149a8cda2
[]
no_license
jaspreet-singh37349/UCA-2019_Codes
dfebe67d2f8ecac24d96f9d8e751dc8d51738358
294c9ed98b61a00a619ae8577ba66046ac4f7680
refs/heads/master
2020-06-24T06:23:10.958449
2020-06-02T15:27:18
2020-06-02T15:27:18
198,877,769
2
0
null
null
null
null
UTF-8
C
false
false
1,931
c
/****************************************************************************** Online C Compiler. Code, Compile, Run and Debug C program online. Write your code in this editor and press "Run" button to compile and execute it. ***********************************************...
[ "noreply@github.com" ]
jaspreet-singh37349.noreply@github.com
ffda802bb284c69e0937d90e4e462c719f44477f
90d13ffb6fa1988242886c3e55e4b555fa7d8ad1
/utils/Mesa-7.10/src/mesa/program/prog_print.c
abebf392c0ad9cc573124a8937c614db4afb18f9
[]
no_license
mclumd/erewhon_systems
2c798cd303ca2cb19e80c93c88303af8b9aed5a6
93655a96415a01d8f5e49a1f2c244cbfd22b65f2
refs/heads/master
2021-01-17T16:22:53.528996
2016-08-03T19:35:52
2016-08-03T19:35:52
64,771,684
2
0
null
null
null
null
UTF-8
C
false
false
29,822
c
/* * Mesa 3-D graphics library * Version: 7.3 * * Copyright (C) 1999-2008 Brian Paul All Rights Reserved. * Copyright (C) 2009 VMware, Inc. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Soft...
[ "cmaxey@payday.cs.umd.edu" ]
cmaxey@payday.cs.umd.edu
5d226088f6f60ddc6d44691a95ca087e389c6372
de8c0ea84980b6d9bb6e3e23b87e6066a65f4995
/3pp/linux/drivers/infiniband/hw/qedr/verbs.h
18027844eb87eb85256ef74094668cb398476c7d
[ "MIT", "Linux-syscall-note", "GPL-2.0-only" ]
permissive
eerimoq/monolinux-example-project
7cc19c6fc179a6d1fd3ec60f383f906b727e6715
57c4c2928b11cc04db59fb5ced962762099a9895
refs/heads/master
2021-02-08T10:57:58.215466
2020-07-02T08:04:25
2020-07-02T08:04:25
244,144,570
6
0
MIT
2020-07-02T08:15:50
2020-03-01T12:24:47
C
UTF-8
C
false
false
4,703
h
/* QLogic qedr NIC Driver * Copyright (c) 2015-2016 QLogic Corporation * * This software is available to you under a choice of one of two * licenses. You may choose to be licensed under the terms of the GNU * General Public License (GPL) Version 2, available from the file * COPYING in the main directory of this...
[ "erik.moqvist@gmail.com" ]
erik.moqvist@gmail.com
361c7c93bed15e7761095cbe8e58f46ec1035610
f4f04e811d6f1056af3861cc34affe231547e193
/QRcode/QR_Encode.h
ab5ff26ddab2b976ded474fae3fb334b8d6d9ae6
[]
no_license
gongcm/work
165f48748370c8ddb4a02744778773e20956e105
cb30a90676ff212354bd2c1efc4a88c8b26eff84
refs/heads/master
2020-03-27T03:02:43.109846
2019-08-04T07:48:16
2019-08-04T07:48:16
145,835,400
0
1
null
null
null
null
GB18030
C
false
false
3,628
h
#ifndef __QRENCODE_H #define __QRENCODE_H #include "stm32f10x_type.h" typedef unsigned char BYTE; typedef unsigned int WORD; //typedef enum {FALSE = 0, TRUE = !FALSE} bool; #define min(a,b) (((a) < (b)) ? (a) : (b)) //4种纠错等级,可恢复的码字比例为: #define QR_LEVEL_L 0 //7%的字码可被修正 #define QR_LEVEL_M 1 //15%的字码可被修正 #define QR_LEV...
[ "gcm1994g@163.com" ]
gcm1994g@163.com
d999f9245819174184029c25bec7838dfd929f26
80716d408715377e88de1fc736c9204b87a12376
/TspLib3/Src/_BldNum.h
9e3eee07ad1d729b9dabdde0c81e768deea4e9b2
[]
no_license
junction/jn-tapi
b5cf4b1bb010d696473cabcc3d5950b756ef37e9
a2ef6c91c9ffa60739ecee75d6d58928f4a5ffd4
refs/heads/master
2021-03-12T23:38:01.037779
2011-03-10T01:08:40
2011-03-10T01:08:40
199,317
2
2
null
null
null
null
UTF-8
C
false
false
248
h
// Project: W:\TSPLIB3\SRC\Splib32.dsp. DO NOT MODIFY THIS FILE BY HAND. // #define BUILDNUM_ENABLED (0) #define MODIFY_VERSIONINFO (0) #define FILE_VERSION0 (1) #define FILE_VERSION1 (0) #define FILE_VERSION2 (0) #define BUILD_NUMBER (0)
[ "Owner@.(none)" ]
Owner@.(none)
801ba047e46393ad1bccfd419943b9156f54618a
29737fdeb6d3f92a6d08463e9b5819630c795d62
/Tests/Altitude_Control_example/gemeenschappelijk/Libraries/STM32F0xx_StdPeriph_Driver/src/stm32f0xx_tim.c
48a425590c8ca3ecbd98360e9876c6fb13c9f55c
[]
no_license
VvWijhe/kookaburra
cb1eae523fec074b938d1a1902f038604a3f18c0
25b0c647cf06938836e48de3480a5ab75aa95681
refs/heads/master
2021-06-12T07:59:16.012884
2017-01-27T09:23:58
2017-01-27T09:23:58
null
0
0
null
null
null
null
UTF-8
C
false
false
122,777
c
/** ****************************************************************************** * @file stm32f0xx_tim.c * @author MCD Application Team * @version V1.0.1 * @date 20-April-2012 * @brief This file provides firmware functions to manage the following * functionalities of the TIM periphera...
[ "jamiecheng97@gmail.com" ]
jamiecheng97@gmail.com
a95174b90f12d077fb5352c7a17e6f1917e5d5a0
d74bfa63eaa0d90ab8623327f88fa9c5cd129824
/KDS/Hexiwear_SDKv2/PEx/MCUC1.c
1c27ac41bc7aaca4658ae24090b914036de734ad
[]
no_license
rabregor/Hexiwear_v2
4cbdba92967262d415ec9ba0176f7627f70fcc29
94d4070884ffbc00f3f71eecefd81efe3d283052
refs/heads/master
2022-12-14T11:30:51.967952
2020-09-15T18:47:27
2020-09-15T18:47:27
null
0
0
null
null
null
null
UTF-8
C
false
false
3,138
c
/* ################################################################### ** This component module is generated by Processor Expert. Do not modify it. ** Filename : MCUC1.c ** Project : Hexiwear_PEx_2_SDKv2 ** Processor : MK64FN1M0VDC12 ** Component : McuLibConfig ** Version : Compon...
[ "erich.styger@hslu.ch" ]
erich.styger@hslu.ch
2993ec0fd280320975eb24cd4f025630c489cec2
e72a3dee7210db81f4a94837cc9050d3d6eeb616
/iot_weishiqi/HARDWARE/BEEP/beep.c
be623935e840d1da021e64de3ff9fdc4caf91cae
[ "MIT" ]
permissive
1511833951/tuya-iot
2dda6c0bff7e2e9bb038b7e5b4ef0e9dfaa83e99
b10b7841c5a24a850ab356a85ccfc87136ad0637
refs/heads/main
2023-03-31T16:27:20.120747
2021-04-07T03:36:05
2021-04-07T03:36:05
344,140,047
2
1
null
null
null
null
GB18030
C
false
false
841
c
#include "beep.h" ////////////////////////////////////////////////////////////////////////////////// //STM32F103ZE核心板 //蜂鸣器驱动代码 ////////////////////////////////////////////////////////////////////////////////// //初始化PB8为输出口.并使能这个口的时钟 //蜂鸣器初始化 void BEEP_Init(void) { GPIO_InitTypeDef GPIO_I...
[ "1511833951@qq.com" ]
1511833951@qq.com
7d7f0fc30cac9a851ffc18377e9bf70a2e3673e3
e0fe6b7f4d4ed5d40f7f65c3bcc85933bb4fe9be
/post/Linux/code/net/thread_pool/threadpool.c
7c64e4d18b240ab13d5680a5057ccc6df1d88ab2
[]
no_license
333bkz/Note
7ce4571f7c3a69ac6a6a04d4466d3f5c31f3a8b6
3e34a584dace0ab686c873fd4e7caa05654262b1
refs/heads/master
2023-05-19T13:58:15.065263
2021-06-12T15:34:36
2021-06-12T15:34:36
null
0
0
null
null
null
null
UTF-8
C
false
false
10,227
c
#include <stdio.h> #include <stdlib.h> #include <pthread.h> #include <unistd.h> #include <assert.h> #include <string.h> #include <signal.h> #include <errno.h> #include "threadpool.h" #define DEFAULT_TIME 10 // 10s检测一次 #define MIN_WAIT_TASK_NUM 10 // 如果queue_size > MIN_WAIT_TASK_NUM 添加新的线程到线程池 #define DEFAULT_THR...
[ "twonapom@gmail.com" ]
twonapom@gmail.com
e030370e405d81a882f9ea7d13dc9db751710ff3
ba60d3ccf11157abaf6c7bcf3a81aace27c6af88
/spoj/lite.c
692eb1804c3ed2e0300654a49e167489a3b04228
[]
no_license
eightnoteight/compro
9a09628593cdd3201f4d3bcf271f1ca6a4e5efca
1e5d32ee83e9d8f27623dee7262decad3d107bd5
refs/heads/master
2021-01-21T04:19:02.746824
2016-08-01T20:51:16
2016-08-01T20:51:16
44,669,361
0
0
null
null
null
null
UTF-8
C
false
false
1,914
c
#include <stdio.h> inline int gint() { int n = 0; int sign=1; register char c=0; while(c<33) c=getchar_unlocked(); if (c=='-') { sign=-1; c=getchar_unlocked(); } while(c>='0'&&c<='9') { n=(n<<3)+(n<<1)+(c-'0'); c=getchar_unlocked(); } retu...
[ "mr.eightnoteight@gmail.com" ]
mr.eightnoteight@gmail.com
64e306273861bdd53917894a4c87d4b0bfc3b1f2
a85a2f659edbf9a0e8c339cf89795e4f3e10a51a
/FloattingPointBinaryRepresentation/main.c
1da4239100e060fa60380aad7428dea9ccee7781
[]
no_license
adenb00/NetBeansProjects
3fcaf4afd631ed0482e68de8133c279a2c78d7ce
e463acd93413087ee6f3979ca93d6bd04bf0f7c8
refs/heads/main
2023-07-27T07:10:25.489002
2021-09-06T01:17:50
2021-09-06T01:17:50
null
0
0
null
null
null
null
UTF-8
C
false
false
2,435
c
/* * CPSC 256 - C/C+ for Scientists and Engineers * Christopher Newport University * Department of Physics, Computer Science & Engineering */ /* * File: main.c * Author: brash * * Created on September 4, 2021, 2:13 PM */ #include <stdio.h> #include <stdlib.h> #include <math.h> /* * */ int main(int ar...
[ "brash@jlab.org" ]
brash@jlab.org
f168b2a4534648b7c47495963c3499b8df7e71f6
b5d9e3f6faa091fceeb6f84362d4f5ff188e0a9b
/CHAP1/SYMBOLIC CONSTANTS.c
eb11533871157daf3da1ec4c3e56190f629497ba
[ "Apache-2.0" ]
permissive
aanafff/C
f87218ec51de2f7eeeee9654e5f77609aa45561c
69a5123385aaf9fc3d2fecfe3a418966ef68e83e
refs/heads/main
2023-05-11T11:40:36.807995
2021-05-20T19:50:12
2021-05-20T19:50:12
336,082,938
0
0
null
null
null
null
UTF-8
C
false
false
275
c
// // main.c // SYMBOLIC CONSTANTS // // Created by Ana Ramirez on 12/02/21. // #include <stdio.h> #define LOWER 0 #define UPPER 300 #define STEP 20 main() { int fahr; for(fahr=LOWER;fahr<=UPPER;fahr=fahr+STEP) printf("%3d%6.1f/n",fahr,(5.0/9.0)*(fahr-32)); }
[ "noreply@github.com" ]
aanafff.noreply@github.com
bd8d64cd0b307f163d5b6ca695893d811e2813de
c4afbfe1885e8d0c7a1c8b928563f7bb8ab6a683
/openETCS_Releases/v0.3-D3.6.3/KCG-Releases/calculateLocalBGInaccuracies_CalculateTrainPosition_Pkg_BG_relocation_Pkg.c
4bc1e40f1d0292d18419632ad81aff7be17d1a00
[]
no_license
VladislavLasmann/srcAndBinary
cd48ebaa2f1f7f697ba5df9f38abb9ed50658e10
13aa76e545b9596f6dac84fb20480dffae7584d8
refs/heads/master
2021-05-08T15:04:05.709079
2016-01-22T12:40:10
2016-01-22T12:40:10
null
0
0
null
null
null
null
UTF-8
C
false
false
2,591
c
/* $**************** KCG Version 6.4 (build i21) **************** ** Command: kcg64.exe -config D:/Github/modeling/model/Scade/System/OBU_PreIntegrations/openETCS_EVC/KCG-Releases/config.txt ** Generation date: 2015-11-05T08:55:27 *************************************************************$ */ #include "kcg_consts.h...
[ "bernd.hekele@deutschebahn.com" ]
bernd.hekele@deutschebahn.com
055ba316db9be9b53a7b1ef4d42a13f74ca4ca89
5380040d484435b00143f8a260fed78bc2d70f47
/2015-2016/2015/newest in stark tech/9-25-15 redid the man template.c
800c1e2f625b8f81098b7ef2106837162fca263e
[]
no_license
ExplorerPost1882/8113A
6a375b13758a09520021ecb2345168bd2ad876cb
83b109831208bdfa4ded3a432a35ba2cd30c0d91
refs/heads/master
2020-12-05T22:11:08.845954
2017-01-19T20:41:21
2017-01-19T20:41:21
66,722,701
1
0
null
null
null
null
UTF-8
C
false
false
3,852
c
#pragma config(UART_Usage, UART1, uartVEXLCD, baudRate19200, IOPins, None, None) #pragma config(UART_Usage, UART2, uartNotUsed, baudRate4800, IOPins, None, None) #pragma config(I2C_Usage, I2C1, i2cSensors) #pragma config(Sensor, in1, bat, sensorNone) #pragma config(Sensor, in8, gyro, sensorGy...
[ "myps3ylod@gmail.com" ]
myps3ylod@gmail.com
c08d0153e1e98d59521f46e23b3411f595052840
882e579d0b9abea069fb9573f1c376ff3f5f7055
/v2_TMTDyn_IJRR2020/Samples/Rods/1. STIFF-FLOP/code (ROM n4)/codegen/mex/rksF/rksF_data.h
3a2f9b7633e35f5fa5060f316208259883dddab9
[ "BSD-2-Clause" ]
permissive
LenhartYang/TMTDyn
f92d12d9d913a25eadac309670953ab302ffcfa2
134d89b156bdc078f6426561d1de76271f07259e
refs/heads/master
2023-03-27T12:34:16.250684
2021-03-25T13:40:01
2021-03-25T13:40:01
374,253,641
1
0
NOASSERTION
2021-06-06T02:47:07
2021-06-06T02:47:06
null
UTF-8
C
false
false
675
h
/* * Academic License - for use in teaching, academic research, and meeting * course requirements at degree granting institutions only. Not for * government, commercial, or other organizational use. * * rksF_data.h * * Code generation for function 'rksF_data' * */ #ifndef RKSF_DATA_H #define RKSF_DATA_H /* ...
[ "m.hadi.sadati@gmail.com" ]
m.hadi.sadati@gmail.com
5e706f74288837e9c49fd8c87e09d1f69a9925cb
70c2645aab2d095e71ad7b891361566cfe0cb6da
/VulnDB/FileSamples/xen/CVE-2017-7228/CVE-2017-7228_CWE-129_cde86fc9fd92041a5ad3d65082e45b9e6a2c7334_memory.c_3.1_OLD.c
b23d272d5c01c980f4aa145a5fe5bd75f679e8f9
[]
no_license
Raymiii/SCVDT
ee43c39720780e52d3de252c211fa5a7b4bd6dc2
0a30f2e59f45168407cb520e16479d53d7a8845b
refs/heads/main
2023-05-30T20:00:52.723562
2021-06-21T05:24:20
2021-06-21T05:24:20
null
0
0
null
null
null
null
UTF-8
C
false
false
35,836
c
/****************************************************************************** * memory.c * * Code to handle memory-related requests. * * Copyright (c) 2003-2004, B Dragovic * Copyright (c) 2003-2005, K A Fraser */ #include <xen/config.h> #include <xen/types.h> #include <xen/lib.h> #include <xen/mm.h> #include...
[ "jiangchang@jiangchangdeMacBook-Pro.local" ]
jiangchang@jiangchangdeMacBook-Pro.local
6388d815285f70a90f5266eb31edf94b86e0abea
ca7dced47e20743dae51e1ffe2edf26c709132ec
/Ch06/Projects/pr12.c
9fb1068c24122b9866b027a0a80e106291fe71d2
[]
no_license
boxtobox/KNK-answers
be643db64f86feac5149c09961c286be82b5131e
26c457163aca17fd0a652189e42d3a3de4e8cebb
refs/heads/master
2021-01-12T07:44:36.372888
2017-01-31T21:59:35
2017-01-31T21:59:35
77,003,494
1
0
null
null
null
null
UTF-8
C
false
false
249
c
#include <stdio.h> int main() { int i; float fac, sum, eps; fac = 1, sum = 1; printf("Enter a small floating number: "); scanf("%f", &eps); for (i = 1; 1/fac >= eps; i++) { fac *= i; sum += 1 / fac; printf("%f\n", sum); } return 0; }
[ "grandnex@gmail.com" ]
grandnex@gmail.com
347546c1bcc699f486dcdf0feb93872d3668b079
455bf3eab43488d41987e9e5ef1cebd50e099b71
/src/window.c
01da765b46bb1e87cfe0f1056e575f3499b436c1
[ "Vim" ]
permissive
krayon/vim
71c4a5b5a83556984b88f25923963db822d06a91
b89a25f17e274dc308c584ea69a129ffbb26bc3d
refs/heads/master
2020-12-25T17:17:00.851370
2016-06-01T21:08:39
2016-06-01T21:08:39
60,237,260
1
0
null
2016-06-02T06:10:41
2016-06-02T06:10:40
null
UTF-8
C
false
false
168,800
c
/* vi:set ts=8 sts=4 sw=4: * * VIM - Vi IMproved by Bram Moolenaar * * Do ":help uganda" in Vim to read a list of people who contributed. * Do ":help credits" in Vim to see a list of people who contributed. * See README.txt for an overview of the Vim source code. */ #include "vim.h" static int path_is_url(cha...
[ "Bram@vim.org" ]
Bram@vim.org
6e2061dd1ba5179a3ce02a88c5bdeeb087c4b067
3801e85d75bf8a10174f4a1f785b66aa41dae511
/0112.Path_Sum/solution.c
1fd60f592c754111227c41885623276fe2a9c2f9
[]
no_license
evshary/leetcode
3ed62ccea55adf682cead6bdcc4d06b1aecea8ac
a37455352e34080ebee7132a5d2dc2e979747cee
refs/heads/main
2022-08-29T16:40:34.002990
2022-07-20T22:33:10
2022-07-20T22:33:10
125,591,269
0
0
null
null
null
null
UTF-8
C
false
false
779
c
#include <stdbool.h> #include "../C_library/library.h" #include <stdio.h> bool hasPathSum(struct TreeNode* root, int sum) { if (root == NULL) return false; if (root->left && hasPathSum(root->left, sum - root->val)) return true; if (root->right && hasPathSum(root->right, sum - root->val)) ...
[ "evshary@gmail.com" ]
evshary@gmail.com
d5a0f56e00052a51d959bcd719a3f799d90babe1
93b566ecd80a1713c7ca8b991392e8b1ac8688b2
/第一次作业/ds1 example1c 符号栈.c
433d82762b8d787bb25241046aa44ac4bd4f654e
[]
no_license
gottfriede/BUAA-DS-2018
c727f26475305486b30eb3d45d5435df697df53c
e27fce2bff07e349236cbec9940939a767ffb132
refs/heads/master
2022-11-07T21:42:33.281206
2020-06-29T03:35:04
2020-06-29T03:35:04
275,719,711
2
0
null
null
null
null
UTF-8
C
false
false
1,158
c
#include<stdio.h> #include<math.h> #include<string.h> char s[100003],c[100003]; int a[100003]; int x=0,y=0; int yxj(char ch) { if (ch=='*'||ch=='/') return 2; if (ch=='+'||ch=='-') return 1; } void solve(char ch) { c[y]=ch; y++; while (y>=2&&yxj(c[y-1])<=yxj(c[y-2])) { char t=c[y-2]; c...
[ "noreply@github.com" ]
gottfriede.noreply@github.com
2faafb50f21bf51cc9ef396733b0171ce0d99091
4e89d371a5f8cca3c5c7e426af1bcb7f1fc4dda3
/C/c_primer_plus_6v/04/09_printf_flags_test.c
3e0df4cfc6b206ca68ca399d87a8ccf264b960a5
[]
no_license
bodii/test-code
f2a99450dd3230db2633a554fddc5b8ee04afd0b
4103c80d6efde949a4d707283d692db9ffac4546
refs/heads/master
2023-04-27T16:37:36.685521
2023-03-02T08:38:43
2023-03-02T08:38:43
63,114,995
4
1
null
2023-04-17T08:28:35
2016-07-12T01:29:24
Go
UTF-8
C
false
false
208
c
// 一些格式标记 #include <stdio.h> int main(void) { printf("%x %X %#x\n", 31, 31, 31); printf("**%d**% d**% d**\n", 42, 42, -42); printf("**%5d**%5.3d**%05d**%05.3d**\n", 6, 6, 6, 6); return 0; }
[ "1401097251@qq.com" ]
1401097251@qq.com
aa60a38a76abe58da6f2564de31414864b391057
9108619ebd920c2182b993c26f3813d460deffa6
/OSwork/memory/const.h
33cb02925476d4a0c8755d44053904deee7057f9
[]
no_license
tayloring/TempPrivate
46e5b14dbd5d40433551746f30058738f020e41d
10d1855ab40aee03f87087c646923bbfcc02cf39
refs/heads/master
2020-01-23T21:46:49.412553
2016-12-04T15:47:48
2016-12-04T15:47:48
74,679,033
0
0
null
null
null
null
UTF-8
C
false
false
475
h
#include <stdio.h> #include <stdlib.h> #include <string.h> const int CANUSE = 1; const int CANTUSE = 0; const int MSIZE = 128; //内存分配 struct MZone { int begin_addr; //空闲区起始地址 //一个连续空闲区的长度 int length; //状态 int state; //内存中的任务名 char task_name[32]; //指向下一个空闲分区 ...
[ "woduta@foxmail.com" ]
woduta@foxmail.com
dd6bc53ddc7266510f37b596d5e11b2df1b08e1f
d612265f0af2b56284982650692f7f08081c91d6
/library/hpa/xtoflt.c
0a6858786104e853f6cdf7b500f8f38d1874a8d0
[]
no_license
niccokunzmann/hpa
d6f60575e9404c4fca0b1c6ab9859f487772af06
a68a437c5e91f8dc4bc2e5697a2a9ca89a1666c4
refs/heads/master
2018-12-31T12:42:49.142893
2015-03-30T14:08:29
2015-03-30T14:08:29
30,258,340
1
0
null
null
null
null
UTF-8
C
false
false
3,760
c
/* Copyright (C) 2000 Daniel A. Atkinson <DanAtk@aol.com> Copyright (C) 2004 Ivano Primi <ivprimi@libero.it> This file is part of the HPA Library. The HPA Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as publ...
[ "niccokunzmann@rambler.ru" ]
niccokunzmann@rambler.ru
8ff4a7cd3aeb9157a717f674e5e789e465a348ee
b58f5a6ceede78bdcb25e9e85edab4ecebd47cd4
/src/gamblersRuin.c
56635b83d376e8df64d1ea27e8a4f1b974e9b768
[]
no_license
NickChiapputo/GamblersRuin
4dac0e0d7d001c10184ef3fbc0c70fa85a27de44
9a9fca00bca887c19d4b1c8289d1328bc95b2f23
refs/heads/master
2021-02-18T13:34:55.632730
2020-04-18T18:53:08
2020-04-18T18:53:08
245,200,814
0
0
null
null
null
null
UTF-8
C
false
false
5,406
c
#include <gsl/gsl_randist.h> // Used for random number distributions #include <stdio.h> // Used for input/output #include <time.h> // Used to keep track of elapsed time // Used only to check if directories exist #include <dirent.h> #include <errno.h> // Define starting parameters of simulation #d...
[ "chiapputo.nick@gmail.com" ]
chiapputo.nick@gmail.com
d59a7e82e7e8d8e04b95f2747097c2ab2000955f
ab73dc9c52465773ec148808022ea3f2c3eb8462
/Watch/btstack/src/avctp.c
7b21ef282a4ddc1f1333581127b931e73ec15fd0
[]
no_license
NQuinn/KreyosFirmware
f0427de01f08d1779f8a8b2a88ee677ef38ebc51
13e737548f7e26127d90e5262cd8793542f52584
refs/heads/master
2021-01-18T20:51:49.730317
2014-09-22T09:05:13
2014-09-22T09:05:13
null
0
0
null
null
null
null
UTF-8
C
false
false
9,548
c
#include <string.h> #include "l2cap.h" #include "btstack-config.h" #include "debug.h" #include "avctp.h" // bluetooth assgined number #define AV_REMOTE_SVCLASS_ID 0x110e /* Message types */ #define AVCTP_COMMAND 0 #define AVCTP_RESPONSE 1 /* Packet types */ #define AVCTP_PACKET_SINGLE 0 #define...
[ "kreyos.opensource@gmail.com" ]
kreyos.opensource@gmail.com
2c465e6be8d619d53c8d94b080c7741e5cca1194
70f63f6b356c665842e359469a89287106a5a754
/src/mudlib/d/simauria/comun/habitacion/simauria/gundistyr/sotano_2/2sotano36.c
b665571ba46ff739a01f8ef9f21f53ad909f3b4a
[]
no_license
DPrenC/endor-mud
2aebc7af384db692c7dbc6c0a0dbb3c600e93ecc
3ca7605715ce2c02734c68766470f5d581b9fc98
refs/heads/master
2021-01-21T18:53:26.493953
2017-05-21T23:04:36
2017-05-21T23:04:36
null
0
0
null
null
null
null
ISO-8859-3
C
false
false
682
c
/* *********************************************************************** */ /* * * */ /* * ARCHIVO: 2sotano36.c * */ /* * AUTOR: [a] Articman * */ /* * ...
[ "ea5gna@gmail.com" ]
ea5gna@gmail.com