hexsha
stringlengths
40
40
size
int64
5
1.05M
ext
stringclasses
588 values
lang
stringclasses
305 values
max_stars_repo_path
stringlengths
3
363
max_stars_repo_name
stringlengths
5
118
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
10
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringdate
2015-01-01 00:00:35
2022-03-31 23:43:49
max_stars_repo_stars_event_max_datetime
stringdate
2015-01-01 12:37:38
2022-03-31 23:59:52
max_issues_repo_path
stringlengths
3
363
max_issues_repo_name
stringlengths
5
118
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
listlengths
1
10
max_issues_count
float64
1
134k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
363
max_forks_repo_name
stringlengths
5
135
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
listlengths
1
10
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringdate
2015-01-01 00:01:02
2022-03-31 23:27:27
max_forks_repo_forks_event_max_datetime
stringdate
2015-01-03 08:55:07
2022-03-31 23:59:24
content
stringlengths
5
1.05M
avg_line_length
float64
1.13
1.04M
max_line_length
int64
1
1.05M
alphanum_fraction
float64
0
1
8ec5af52bb9e3d8f1ab406fe5fa7b18d9447d8ea
1,501
h
C
src/cd.h
jhamby/vms-cd-new
c7154fe544b625ec678d30b3665a4078ff07a326
[ "MIT" ]
2
2021-08-19T19:33:46.000Z
2021-10-14T03:10:11.000Z
src/cd.h
jhamby/vms-cd-new
c7154fe544b625ec678d30b3665a4078ff07a326
[ "MIT" ]
null
null
null
src/cd.h
jhamby/vms-cd-new
c7154fe544b625ec678d30b3665a4078ff07a326
[ "MIT" ]
1
2021-08-07T16:29:56.000Z
2021-08-07T16:29:56.000Z
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* vim: set ts=8 sts=4 et sw=4 tw=80: */ /* * Main C++ header file for CD. * Copyright 2021, Jake Hamby. * This code is licensed under an MIT license. */ #ifndef VMS_CD_H_ #define VMS_CD_H_ #include "vms-descriptors.h" // Status flag...
34.906977
79
0.718854
b8389e734d212461c4fdbc233a652216dc77bee4
5,707
c
C
mindspore/lite/src/runtime/kernel/arm/nnacl/fp32/space_to_batch.c
Joejiong/mindspore
083fd6565cab1aa1d3114feeacccf1cba0d55e80
[ "Apache-2.0" ]
null
null
null
mindspore/lite/src/runtime/kernel/arm/nnacl/fp32/space_to_batch.c
Joejiong/mindspore
083fd6565cab1aa1d3114feeacccf1cba0d55e80
[ "Apache-2.0" ]
null
null
null
mindspore/lite/src/runtime/kernel/arm/nnacl/fp32/space_to_batch.c
Joejiong/mindspore
083fd6565cab1aa1d3114feeacccf1cba0d55e80
[ "Apache-2.0" ]
null
null
null
/** * Copyright 2020 Huawei Technologies Co., Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
38.560811
120
0.648327
b85c9b9c253dc276b159d0b2b4a75eb2d0bd7ba0
861
h
C
Inc/CANSPI.h
dnagamini/STM32_MCP2515_SPI
d84d3104b701766f7528d491e3491536a9ebe842
[ "MIT" ]
null
null
null
Inc/CANSPI.h
dnagamini/STM32_MCP2515_SPI
d84d3104b701766f7528d491e3491536a9ebe842
[ "MIT" ]
null
null
null
Inc/CANSPI.h
dnagamini/STM32_MCP2515_SPI
d84d3104b701766f7528d491e3491536a9ebe842
[ "MIT" ]
1
2022-01-22T07:45:40.000Z
2022-01-22T07:45:40.000Z
#ifndef CAN_SPI_H #define CAN_SPI_H #include "main.h" typedef union { struct { uint8_t idType; uint32_t id; uint8_t dlc; uint8_t data0; uint8_t data1; uint8_t data2; uint8_t data3; uint8_t data4; uint8_t data5; uint8_t data6; uint8_t data7; } frame; uint8_t array[14];...
22.076923
63
0.761905
cce9989a2e1fe417779024d596aa3c0889c53c7b
1,115
h
C
src/mame/includes/battlane.h
seleuco/MAME4droid_Native
b6adcf8ba8ac602d93d28ec4e6f7346f92c84363
[ "Unlicense" ]
5
2020-09-09T09:24:59.000Z
2022-03-22T04:44:14.000Z
src/mame/includes/battlane.h
seleuco/MAME4droid_Native
b6adcf8ba8ac602d93d28ec4e6f7346f92c84363
[ "Unlicense" ]
null
null
null
src/mame/includes/battlane.h
seleuco/MAME4droid_Native
b6adcf8ba8ac602d93d28ec4e6f7346f92c84363
[ "Unlicense" ]
4
2021-02-04T13:26:39.000Z
2022-03-07T08:51:45.000Z
/*************************************************************************** Battle Lane Vol. 5 ***************************************************************************/ class battlane_state : public driver_data_t { public: static driver_data_t *alloc(running_machine &machine) { return auto_alloc_clear(&mach...
25.930233
118
0.622422
69724d0e6ec1e9560bfa62efc66fb93429813f33
1,451
h
C
System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
1
2020-11-04T15:43:01.000Z
2020-11-04T15:43:01.000Z
System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
#import <CoreDuetContext/_CDContextualKeyPathAndValue.h> #import <CoreDuetContext/_CDSharedMemoryContextPersisting.h> #import <CoreDuetContext/_CDContextQueries.h> #import <CoreDuetContext/_CDContextualChangeRegistration.h> #import <CoreDuetContext/_CDCoreDataContextPersisting.h> #import <CoreDuetContext/_CDContextualK...
50.034483
68
0.864921
f811e298b9352e6538abfd800905fc6e83a00695
3,260
c
C
source/ruby-1.9.2-p180/version.c
racker/omnibus
7f619cee98d551acaef3aed28c85f1c150d0ed8a
[ "Apache-2.0" ]
2
2015-07-30T09:28:19.000Z
2016-08-30T12:40:34.000Z
source/ruby-1.9.2-p180/version.c
racker/omnibus
7f619cee98d551acaef3aed28c85f1c150d0ed8a
[ "Apache-2.0" ]
1
2015-07-31T18:11:11.000Z
2015-07-31T18:11:11.000Z
source/ruby-1.9.2-p180/version.c
racker/omnibus
7f619cee98d551acaef3aed28c85f1c150d0ed8a
[ "Apache-2.0" ]
null
null
null
/********************************************************************** version.c - $Author: nobu $ created at: Thu Sep 30 20:08:01 JST 1993 Copyright (C) 1993-2007 Yukihiro Matsumoto **********************************************************************/ #include "ruby/ruby.h" #include "version.h" #includ...
28.347826
89
0.721779
927a9d187534603ffc1612f097f9eca9d10ff5d2
594
h
C
Source/src/components/ComponentAudioSource.h
Akita-Interactive/Hachiko-Engine
0e3e0377ac5c8f5b15c525c8fcff384e9c92c14b
[ "MIT" ]
5
2022-02-10T23:31:11.000Z
2022-02-11T19:32:38.000Z
Source/src/components/ComponentAudioSource.h
Akita-Interactive/Hachiko-Engine
0e3e0377ac5c8f5b15c525c8fcff384e9c92c14b
[ "MIT" ]
26
2022-02-17T20:02:51.000Z
2022-03-31T22:52:14.000Z
Source/src/components/ComponentAudioSource.h
AkitaInteractive/Hachiko-Engine
9d682ed7e00e1f6b889e6e73afa36f290cfb2222
[ "MIT" ]
null
null
null
#pragma once #include "components/Component.h" class AkTransform; namespace Hachiko { class GameObject; class ComponentAudioSource : public Component { public: ComponentAudioSource(GameObject* conatiner); ~ComponentAudioSource() override; void OnTransformUpdated() overri...
21.214286
82
0.686869
daa907c88bacfcd33dc19ed432351f11027e7fc3
2,187
h
C
winrt/lib/utils/TemporaryTransform.h
r2d2rigo/Win2D
3f06d4f19b7d16b67859a1b30ac770215ef3e52d
[ "MIT" ]
1,002
2015-01-09T19:40:01.000Z
2019-05-04T12:05:09.000Z
winrt/lib/utils/TemporaryTransform.h
r2d2rigo/Win2D
3f06d4f19b7d16b67859a1b30ac770215ef3e52d
[ "MIT" ]
667
2015-01-02T19:04:11.000Z
2019-05-03T14:43:51.000Z
winrt/lib/utils/TemporaryTransform.h
SunburstApps/Win2D.WinUI
75a33f8f4c0c785c2d1b478589fd4d3a9c5b53df
[ "MIT" ]
258
2015-01-06T07:44:49.000Z
2019-05-01T15:50:59.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // // Licensed under the MIT License. See LICENSE.txt in the project root for license information. #pragma once namespace ABI { namespace Microsoft { namespace Graphics { namespace Canvas { // Helper object whose job is to apply a temporary transform to...
33.646154
109
0.597165
d3843194aa33634df3db9f80dd12c263ca07a29b
547
h
C
include/PlayerUtil.h
morpheus666/DynamicEquipmentManagerSSE
6c76e677e38f0132e6ad75b2234e21b47bb2dae9
[ "MIT" ]
10
2019-02-24T08:35:27.000Z
2021-12-10T04:02:49.000Z
include/PlayerUtil.h
morpheus666/DynamicEquipmentManagerSSE
6c76e677e38f0132e6ad75b2234e21b47bb2dae9
[ "MIT" ]
4
2018-12-19T10:55:07.000Z
2019-01-02T14:13:49.000Z
include/PlayerUtil.h
morpheus666/DynamicEquipmentManagerSSE
6c76e677e38f0132e6ad75b2234e21b47bb2dae9
[ "MIT" ]
6
2019-07-27T04:14:50.000Z
2020-07-29T04:57:54.000Z
#pragma once #include "skse64/PluginAPI.h" // SKSETaskInterface #include "RE/Skyrim.h" namespace { using FormID = UInt32; using Count = SInt32; } class InventoryChangesVisitor { public: InventoryChangesVisitor() = default; virtual ~InventoryChangesVisitor() = default; virtual bool Accept(RE::InventoryEntry...
19.535714
89
0.78245
d31ad905298c0a023b2595227b780c6a94cb60e1
4,993
h
C
src/ripple/consensus/ConsensusTypes.h
yinchengtsinghua/RippleCPPChinese
a32a38a374547bdc5eb0fddcd657f45048aaad6a
[ "BSL-1.0" ]
5
2019-01-23T04:36:03.000Z
2020-02-04T07:10:39.000Z
src/ripple/consensus/ConsensusTypes.h
yinchengtsinghua/RippleCPPChinese
a32a38a374547bdc5eb0fddcd657f45048aaad6a
[ "BSL-1.0" ]
null
null
null
src/ripple/consensus/ConsensusTypes.h
yinchengtsinghua/RippleCPPChinese
a32a38a374547bdc5eb0fddcd657f45048aaad6a
[ "BSL-1.0" ]
2
2019-05-14T07:26:59.000Z
2020-06-15T07:25:01.000Z
//此源码被清华学神尹成大魔王专业翻译分析并修改 //尹成QQ77025077 //尹成微信18510341407 //尹成所在QQ群721929980 //尹成邮箱 yinc13@mails.tsinghua.edu.cn //尹成毕业于清华大学,微软区块链领域全球最有价值专家 //https://mvp.microsoft.com/zh-cn/PublicProfile/4033620 //———————————————————————————————————————————————————————————————————————————————————————————————————————————————— /* ...
19.277992
114
0.604446
1c33ba8cc7c383b35864b83cd4769f1e357a912a
77
h
C
cdhere/include/windowlist.h
eteeselink/cdhere
bf35e8da3d8a9e1968688277a78af7e49c4558a9
[ "Zlib" ]
3
2017-01-06T21:28:13.000Z
2020-11-18T13:43:53.000Z
cdhere/include/windowlist.h
eteeselink/cdhere
bf35e8da3d8a9e1968688277a78af7e49c4558a9
[ "Zlib" ]
null
null
null
cdhere/include/windowlist.h
eteeselink/cdhere
bf35e8da3d8a9e1968688277a78af7e49c4558a9
[ "Zlib" ]
null
null
null
#include "stdafx.h" #include <vector> std::vector<HWND> getOrderedWindows();
19.25
38
0.74026
20094b8400f7226d4c1d138e8e14755af3e6e471
882
h
C
System/Library/PrivateFrameworks/CoreSuggestionsInternals.framework/SGEventForGeocode.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
2
2021-11-02T09:23:27.000Z
2022-03-28T08:21:57.000Z
System/Library/PrivateFrameworks/CoreSuggestionsInternals.framework/SGEventForGeocode.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
null
null
null
System/Library/PrivateFrameworks/CoreSuggestionsInternals.framework/SGEventForGeocode.h
lechium/iOS1351Headers
6bed3dada5ffc20366b27f7f2300a24a48a6284e
[ "MIT" ]
1
2022-03-28T08:21:59.000Z
2022-03-28T08:21:59.000Z
/* * This header is generated by classdump-dyld 1.5 * on Wednesday, October 27, 2021 at 3:16:38 PM Mountain Standard Time * Operating System: Version 13.5.1 (Build 17F80) * Image Source: /System/Library/PrivateFrameworks/CoreSug...
38.347826
132
0.665533
c1c4cabbd906d4d8d71bdcc9336f40304d11eae9
679
h
C
physics/hadron/cross_sections/inc/Geant/GlauberGribovElasticXsc.h
Geant-RnD/geant
ffff95e23547531f3254ada2857c062a31f33e8f
[ "ECL-2.0", "Apache-2.0" ]
2
2016-10-16T14:37:42.000Z
2018-04-05T15:49:09.000Z
physics/hadron/cross_sections/inc/Geant/GlauberGribovElasticXsc.h
Geant-RnD/geant
ffff95e23547531f3254ada2857c062a31f33e8f
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
physics/hadron/cross_sections/inc/Geant/GlauberGribovElasticXsc.h
Geant-RnD/geant
ffff95e23547531f3254ada2857c062a31f33e8f
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
#ifndef GlauberGribovElasticXsc_H #define GlauberGribovElasticXsc_H #include "Geant/HadronicCrossSection.h" #include "Geant/GlauberGribovTotalXsc.h" #include "Geant/GlauberGribovInelasticXsc.h" namespace geantphysics { class GlauberGribovElasticXsc : public HadronicCrossSection { public: GlauberGribovElasticXsc();...
26.115385
111
0.78056
f6fe5ff0acf214bc1d975d0d4c76611c4c361961
62,047
h
C
3rdparty/Precision/iprecision.h
imallett/minitrig
6d7269f41850326827b6a6832aee23b49ff39606
[ "MIT" ]
null
null
null
3rdparty/Precision/iprecision.h
imallett/minitrig
6d7269f41850326827b6a6832aee23b49ff39606
[ "MIT" ]
null
null
null
3rdparty/Precision/iprecision.h
imallett/minitrig
6d7269f41850326827b6a6832aee23b49ff39606
[ "MIT" ]
null
null
null
#ifndef INC_PRECISION #define INC_PRECISION /* ******************************************************************************* * * * Copyright (c) 2002-2017 * Future Team Aps * Denmark * * All Rights Reserved ...
33.144765
160
0.609812
7cfee3212bca52a103ee130b632cfd288a030f23
2,850
h
C
include_lib/system/generic/log.h
NoCodeNoLife-404/Ali_mesh_environment_identification
36b74afa1e99b8d7ccbb355c2289994137e0ef72
[ "Apache-2.0" ]
8
2020-06-16T03:40:27.000Z
2022-01-20T02:22:43.000Z
include_lib/system/generic/log.h
NoCodeNoLife-404/Ali_mesh_environment_identification
36b74afa1e99b8d7ccbb355c2289994137e0ef72
[ "Apache-2.0" ]
1
2020-06-22T04:05:12.000Z
2020-06-22T11:33:50.000Z
include_lib/system/generic/log.h
NoCodeNoLife-404/Ali_mesh_environment_identification
36b74afa1e99b8d7ccbb355c2289994137e0ef72
[ "Apache-2.0" ]
9
2020-06-18T11:53:26.000Z
2022-02-15T05:54:45.000Z
#ifndef __LOG_H #define __LOG_H #include "system/generic/printf.h" #define __LOG_VERB 0 #define __LOG_DEBUG 1 #define __LOG_INFO 2 #define __LOG_WARN 3 #define __LOG_ERROR 4 #define __LOG_CHAR 5 struct logbuf { u16 len; u16 buf_len; char buf[0]; }; #define __LOG_...
22.983871
79
0.680351
e5664d13f4fa38868952f33a83ce8eeb5bece135
1,160
h
C
PrivateFrameworks/iWorkImport.framework/TSUNetworkReachability.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
36
2016-04-20T04:19:04.000Z
2018-10-08T04:12:25.000Z
PrivateFrameworks/iWorkImport.framework/TSUNetworkReachability.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
null
null
null
PrivateFrameworks/iWorkImport.framework/TSUNetworkReachability.h
shaojiankui/iOS10-Runtime-Headers
6b0d842bed0c52c2a7c1464087b3081af7e10c43
[ "MIT" ]
10
2016-06-16T02:40:44.000Z
2019-01-15T03:31:45.000Z
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/TSUtility.framework/TSUtility */ @interface TSUNetworkReachability : NSObject { bool _localWiFi; struct __SCNetworkReachability { } * _reachabilityRef; } @property (nonatomic, readonly) bool connectionRequired; @property (nonatomic, ...
37.419355
185
0.79569
efb2e3ea2462aace1fa548a040bbf6b8cab9f43d
2,543
h
C
ric_mc/Arduino/libraries/ros_lib/moveit_msgs/ConstraintEvalResult.h
intelligenceBGU/komodo
0aefd0ba35a6fc8038644ef086dde4a5cf4e6fd6
[ "BSD-3-Clause" ]
null
null
null
ric_mc/Arduino/libraries/ros_lib/moveit_msgs/ConstraintEvalResult.h
intelligenceBGU/komodo
0aefd0ba35a6fc8038644ef086dde4a5cf4e6fd6
[ "BSD-3-Clause" ]
null
null
null
ric_mc/Arduino/libraries/ros_lib/moveit_msgs/ConstraintEvalResult.h
intelligenceBGU/komodo
0aefd0ba35a6fc8038644ef086dde4a5cf4e6fd6
[ "BSD-3-Clause" ]
null
null
null
#ifndef _ROS_moveit_msgs_ConstraintEvalResult_h #define _ROS_moveit_msgs_ConstraintEvalResult_h #include <stdint.h> #include <string.h> #include <stdlib.h> #include "ros/msg.h" namespace moveit_msgs { class ConstraintEvalResult : public ros::Msg { public: bool result; float distance; virtual...
33.460526
87
0.587102
7bcfdc7cb9f100dfebd868ea3b39b669893f5b56
868
h
C
src/o3ds/async_subscriber.h
mocap-ca/Open3DStream
e376b359d349e18030aec287c3e8eb68928e24ff
[ "MIT" ]
13
2020-07-26T15:19:18.000Z
2021-11-13T05:05:24.000Z
src/o3ds/async_subscriber.h
pdkyll/Open3DStream
e376b359d349e18030aec287c3e8eb68928e24ff
[ "MIT" ]
null
null
null
src/o3ds/async_subscriber.h
pdkyll/Open3DStream
e376b359d349e18030aec287c3e8eb68928e24ff
[ "MIT" ]
4
2020-07-28T21:26:24.000Z
2022-01-25T18:58:37.000Z
#ifndef O3DS_ASYNC_SUBSCRIBER_H #define O3DS_ASYNC_SUBSCRIBER_H #include <nng/nng.h> #include <nng/protocol/pubsub0/sub.h> #include <nng/supplemental/util/platform.h> #include "base_server.h" #include <string> namespace O3DS { // The client pulls data down from a listen server class AsyncSubscriber : public AsyncCo...
19.288889
70
0.709677
73b3738f36d778445ec6da89ceb93e89f49abd8e
2,134
h
C
src/main/jni/include/genomicsdb_GenomicsDBQueryStream.h
WordLess-ChuanJun/GenomisDB
d91ef2b701cf64be8c9911ee935863527ed94e9a
[ "MIT" ]
null
null
null
src/main/jni/include/genomicsdb_GenomicsDBQueryStream.h
WordLess-ChuanJun/GenomisDB
d91ef2b701cf64be8c9911ee935863527ed94e9a
[ "MIT" ]
null
null
null
src/main/jni/include/genomicsdb_GenomicsDBQueryStream.h
WordLess-ChuanJun/GenomisDB
d91ef2b701cf64be8c9911ee935863527ed94e9a
[ "MIT" ]
null
null
null
/* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class com_intel_genomicsdb_GenomicsDBQueryStream */ #ifndef _Included_com_intel_genomicsdb_GenomicsDBQueryStream #define _Included_com_intel_genomicsdb_GenomicsDBQueryStream #ifdef __cplusplus extern "C" { #endif #undef com_intel_geno...
33.34375
121
0.806467
73ded8e5b06d7f8ac791f6be36437600e7264d88
2,988
h
C
kanon/net/connection/tcp_connection.h
Conzxy/kanon
3440b0966153a0b8469e90b2a52df317aa4fe723
[ "MIT" ]
null
null
null
kanon/net/connection/tcp_connection.h
Conzxy/kanon
3440b0966153a0b8469e90b2a52df317aa4fe723
[ "MIT" ]
null
null
null
kanon/net/connection/tcp_connection.h
Conzxy/kanon
3440b0966153a0b8469e90b2a52df317aa4fe723
[ "MIT" ]
null
null
null
#ifndef KANON_NET_TCPCONNECTION_H #define KANON_NET_TCPCONNECTION_H #include "kanon/util/noncopyable.h" #include "kanon/util/macro.h" #include "kanon/util/ptr.h" #include "kanon/util/any.h" #include "kanon/log/logger.h" #include "kanon/net/callback.h" #include "kanon/net/inet_addr.h" #include "kanon/net/buffer.h" #in...
30.804124
88
0.667671
212eaa8ec2c83248696ac87a4a06ca4bb435171d
5,331
h
C
firmware/export/config/samsungypr0.h
Rockbox-Chinese-Community/Rockbox-RCC
a701aefe45f03ca391a8e2f1a6e3da1b8774b2f2
[ "BSD-3-Clause" ]
24
2015-03-10T08:43:56.000Z
2022-01-05T14:09:46.000Z
firmware/export/config/samsungypr0.h
Rockbox-Chinese-Community/Rockbox-RCC
a701aefe45f03ca391a8e2f1a6e3da1b8774b2f2
[ "BSD-3-Clause" ]
4
2015-07-04T18:15:33.000Z
2018-05-18T05:33:33.000Z
firmware/export/config/samsungypr0.h
Rockbox-Chinese-Community/Rockbox-RCC
a701aefe45f03ca391a8e2f1a6e3da1b8774b2f2
[ "BSD-3-Clause" ]
15
2015-01-21T13:58:13.000Z
2020-11-04T04:30:22.000Z
/* * This config file is for the RockBox as application on the Samsung YP-R0 player. * The target name for ifdefs is: SAMSUNG_YPR0; or CONFIG_PLATFORM & PLAFTORM_YPR0 */ /* We don't run on hardware directly */ /* YP-R0 need it too of course */ #ifndef SIMULATOR #define CONFIG_PLATFORM (PLATFORM_HOSTED) #endif /* F...
31.175439
202
0.752017
34a657d748f549349e8818faf2d53e8d02cc8bd6
577
h
C
include/sys/config.h
yokocc255/os-master
973caf9ad44410aa2f5b09cd61883416c39a24ea
[ "MIT" ]
null
null
null
include/sys/config.h
yokocc255/os-master
973caf9ad44410aa2f5b09cd61883416c39a24ea
[ "MIT" ]
null
null
null
include/sys/config.h
yokocc255/os-master
973caf9ad44410aa2f5b09cd61883416c39a24ea
[ "MIT" ]
null
null
null
/*************************************************************************//** ***************************************************************************** * @file config.h * @brief * @author Forrest Y. Yu * @date 2008 ***************************************************************************** *********...
30.368421
79
0.334489
421ce11d5eef6ec1da479caf0d919a514519c5d2
19,554
c
C
usr/src/uts/common/io/hxge/hxge_hw.c
AsahiOS/gate
283d47da4e17a5871d9d575e7ffb81e8f6c52e51
[ "MIT" ]
null
null
null
usr/src/uts/common/io/hxge/hxge_hw.c
AsahiOS/gate
283d47da4e17a5871d9d575e7ffb81e8f6c52e51
[ "MIT" ]
null
null
null
usr/src/uts/common/io/hxge/hxge_hw.c
AsahiOS/gate
283d47da4e17a5871d9d575e7ffb81e8f6c52e51
[ "MIT" ]
1
2020-12-30T00:04:16.000Z
2020-12-30T00:04:16.000Z
/* * CDDL HEADER START * * The contents of this file are subject to the terms of the * Common Development and Distribution License (the "License"). * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolar...
25.899338
78
0.686356
e8308341594011d85408c82a1baea9bbac367d39
568
c
C
src/main.c
zoogie/petit-compwner
5b75509a11daea0f655203f6cd2584f47dda4a65
[ "MIT" ]
19
2020-04-01T18:38:25.000Z
2022-02-13T00:24:24.000Z
src/main.c
zoogie/petit-compwner
5b75509a11daea0f655203f6cd2584f47dda4a65
[ "MIT" ]
null
null
null
src/main.c
zoogie/petit-compwner
5b75509a11daea0f655203f6cd2584f47dda4a65
[ "MIT" ]
2
2020-04-01T19:07:21.000Z
2021-06-17T08:19:47.000Z
typedef unsigned char u8; typedef unsigned short u16; typedef unsigned int u32; #include "payload.h" int main(void) { u8 *payload_dest=(u8*)0x02200000; //int size=0x1800; for(int i=0; i < payload_dat_size; i++){ payload_dest[i] = payload_dat[i]; //warnings during complile because we memcpy past the array...
25.818182
209
0.683099
19b74e5e649ac88bb5b80919c21bf8dc73ca08ca
3,507
h
C
flatdata-cpp/include/flatdata/Vector.h
gferon/flatdata
8839fb36be105e496fea8acc3fc907ae878dd063
[ "Apache-2.0" ]
140
2018-01-26T21:59:38.000Z
2022-02-17T10:23:29.000Z
flatdata-cpp/include/flatdata/Vector.h
gferon/flatdata
8839fb36be105e496fea8acc3fc907ae878dd063
[ "Apache-2.0" ]
114
2018-01-26T17:49:20.000Z
2021-11-26T13:27:08.000Z
flatdata-cpp/include/flatdata/Vector.h
gferon/flatdata
8839fb36be105e496fea8acc3fc907ae878dd063
[ "Apache-2.0" ]
22
2018-01-26T16:51:24.000Z
2021-04-27T13:32:44.000Z
/** * Copyright (c) 2017 HERE Europe B.V. * See the LICENSE file in the root of this project for license details. */ #pragma once #include "ArrayView.h" #include "internal/Constants.h" #include <type_traits> #include <vector> namespace flatdata { template < typename T > class Vector { public: using ValueType...
20.751479
89
0.630168
bf9cacfcdc34e518db9adccbe40d6008f5acfe31
2,045
h
C
SDK/BP_Prompt_EmissaryEncounteredAIShip_parameters.h
alxalx14/Sea-Of-Thieves-SDK
f56a0340eb33726c98fc53eb0678fa2d59aa8294
[ "MIT" ]
3
2021-03-27T08:30:37.000Z
2021-04-18T19:32:53.000Z
SDK/BP_Prompt_EmissaryEncounteredAIShip_parameters.h
alxalx14/Sea-Of-Thieves-SDK
f56a0340eb33726c98fc53eb0678fa2d59aa8294
[ "MIT" ]
null
null
null
SDK/BP_Prompt_EmissaryEncounteredAIShip_parameters.h
alxalx14/Sea-Of-Thieves-SDK
f56a0340eb33726c98fc53eb0678fa2d59aa8294
[ "MIT" ]
1
2021-06-01T03:05:50.000Z
2021-06-01T03:05:50.000Z
#pragma once // Name: SeaOfThieves, Version: 2.0.23 /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Parameters //-------------------------------------------------...
34.083333
167
0.713447
d71ce82fe662dc87aeabf3d63266f8372d82c5b0
23,335
c
C
cc1/gen.c
arnlig/ncc
cf879523ec0921b994f37bf856026fd319f6f951
[ "BSD-2-Clause" ]
null
null
null
cc1/gen.c
arnlig/ncc
cf879523ec0921b994f37bf856026fd319f6f951
[ "BSD-2-Clause" ]
null
null
null
cc1/gen.c
arnlig/ncc
cf879523ec0921b994f37bf856026fd319f6f951
[ "BSD-2-Clause" ]
null
null
null
/* gen.c - expression code generator ncc, the new c compiler Copyright (c) 2021 Charles E. Youse (charles@gnuless.org). All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributi...
30.825627
79
0.619113
d54a535cd2b63c00c729d196a10facc215d0d9bf
689
h
C
SVEngine/src/operate/SVOpDetect.h
SVEChina/SVEngine
56174f479a3096e57165448142c1822e7db8c02f
[ "MIT" ]
34
2018-09-28T08:28:27.000Z
2022-01-15T10:31:41.000Z
SVEngine/src/operate/SVOpDetect.h
SVEChina/SVEngine
56174f479a3096e57165448142c1822e7db8c02f
[ "MIT" ]
null
null
null
SVEngine/src/operate/SVOpDetect.h
SVEChina/SVEngine
56174f479a3096e57165448142c1822e7db8c02f
[ "MIT" ]
8
2018-10-11T13:36:35.000Z
2021-04-01T09:29:34.000Z
// // SVOpDetect.h // SVEngine // Copyright 2017-2020 // yizhou Fu,long Yin,longfei Lin,ziyu Xu,xiaofan Li,daming Li // #ifndef SV_OPERATEDETECT_H #define SV_OPERATEDETECT_H #include "SVOpBase.h" #include "../base/SVDatatDef.h" namespace sv { // class SVOpOpenDetect : public SVOpBase { public: ...
17.666667
62
0.624093
846b8d4f5301f2ab8482935cdf402b5edf2f97f6
981
h
C
Source/DawnNetworkService/stdafx.h
XDApp/DawnNetworkService
1516244fd91998b60ed59282b2b55c0c6b80f79f
[ "MIT" ]
1
2015-06-21T08:04:32.000Z
2015-06-21T08:04:32.000Z
Source/DawnNetworkService/stdafx.h
XDApp/DawnNetworkService
1516244fd91998b60ed59282b2b55c0c6b80f79f
[ "MIT" ]
null
null
null
Source/DawnNetworkService/stdafx.h
XDApp/DawnNetworkService
1516244fd91998b60ed59282b2b55c0c6b80f79f
[ "MIT" ]
null
null
null
// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #pragma once #include "targetver.h" #include <stdio.h> #include <stdlib.h> #include <tchar.h> #include <string.h> #include <time.h> #include <winsock2.h> #p...
22.295455
66
0.7421
41984b61e76ecb20fa3f16b99f23b9611e4bc3e9
6,800
c
C
z2/part1/jm/random/682193403.c
kozakusek/ipp-2020-testy
09aa008fa53d159672cc7cbf969a6b237e15a7b8
[ "MIT" ]
1
2020-04-16T12:13:47.000Z
2020-04-16T12:13:47.000Z
z2/part1/jm/random/682193403.c
kozakusek/ipp-2020-testy
09aa008fa53d159672cc7cbf969a6b237e15a7b8
[ "MIT" ]
18
2020-03-06T17:50:15.000Z
2020-05-19T14:58:30.000Z
z2/part1/jm/random/682193403.c
kozakusek/ipp-2020-testy
09aa008fa53d159672cc7cbf969a6b237e15a7b8
[ "MIT" ]
18
2020-03-06T17:45:13.000Z
2020-06-09T19:18:31.000Z
#include <stdint.h> #include <stdlib.h> #include <assert.h> #include <stdio.h> #include "gamma.h" #include <stdbool.h> #include <string.h> int main() { /* scenario: test_random_actions uuid: 682193403 */ /* random actions, total chaos */ gamma_t* board = gamma_new(5, 7, 6, 6); assert( board != NULL ); assert( gamm...
29.694323
49
0.609412
5769ac908f1a24bf42812bd6094713733128f4a3
888
h
C
bag-library/src/bag_circular_buffer.h
Devdevdavid/ProceXeirb
4fbda8d479b25ea0d0af8f1dd362bb28e50b5d03
[ "MIT" ]
null
null
null
bag-library/src/bag_circular_buffer.h
Devdevdavid/ProceXeirb
4fbda8d479b25ea0d0af8f1dd362bb28e50b5d03
[ "MIT" ]
null
null
null
bag-library/src/bag_circular_buffer.h
Devdevdavid/ProceXeirb
4fbda8d479b25ea0d0af8f1dd362bb28e50b5d03
[ "MIT" ]
null
null
null
/* * circular_buffer.h * * Created on: May 16, 2018 * Author: David */ #ifndef SRC_BAG_CIRCULAR_BUFFER_H_ #define SRC_BAG_CIRCULAR_BUFFER_H_ #include <stdlib.h> #include <stdio.h> #include <stdint.h> #include <stdbool.h> #include <string.h> #include "bag_devlib.h" struct circ_buff_t { uint8_t *pBuffStar...
24
84
0.772523
b61963f3aa74f31e881c7091b71431dd4d7fe358
15,959
c
C
lib/RK/fq.c
hashimom/Izumo
0b6114220a2a5316fa8afa5f38fb3a75af13f17d
[ "MIT" ]
4
2015-01-05T01:46:39.000Z
2019-01-01T15:16:39.000Z
lib/RK/fq.c
hashimom/Izumo
0b6114220a2a5316fa8afa5f38fb3a75af13f17d
[ "MIT" ]
null
null
null
lib/RK/fq.c
hashimom/Izumo
0b6114220a2a5316fa8afa5f38fb3a75af13f17d
[ "MIT" ]
null
null
null
/* Copyright 1994 NEC Corporation, Tokyo, Japan. * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby granted without * fee, provided that the above copyright notice appear in all copies * and that both that copyright notice and this permission no...
21.683424
85
0.548343
fe8129d56c6bfad94c72492eaca3aa7e90c0ea1b
573
h
C
LBUnderlineButton/LBUnderlineButton.h
A1129434577/LBUnderlineButton
12846d82d5c683668c5899968d2ee9248fa6dd60
[ "MIT" ]
null
null
null
LBUnderlineButton/LBUnderlineButton.h
A1129434577/LBUnderlineButton
12846d82d5c683668c5899968d2ee9248fa6dd60
[ "MIT" ]
null
null
null
LBUnderlineButton/LBUnderlineButton.h
A1129434577/LBUnderlineButton
12846d82d5c683668c5899968d2ee9248fa6dd60
[ "MIT" ]
null
null
null
// // UnderlineButton.h // Driver // // Created by 刘彬 on 2019/5/9. // Copyright © 2019 BIN. All rights reserved. // 系统下划线太和文字贴的太紧,故自定义控件 #import <UIKit/UIKit.h> NS_ASSUME_NONNULL_BEGIN @interface LBUnderlineButton : UIButton @property (nonatomic,assign)CGFloat lineSpacing;//default 0.f @property (nonatomic,assi...
27.285714
102
0.783595
dfa1f9cb59e64a7a81ffca3708b8d9ed91db942d
370
h
C
src/c/utils.h
KenyC/WebShajara
66580a98bbc47969b55a8f8ffb3d4d8ac774064e
[ "MIT" ]
null
null
null
src/c/utils.h
KenyC/WebShajara
66580a98bbc47969b55a8f8ffb3d4d8ac774064e
[ "MIT" ]
null
null
null
src/c/utils.h
KenyC/WebShajara
66580a98bbc47969b55a8f8ffb3d4d8ac774064e
[ "MIT" ]
null
null
null
#ifndef UTILS_H #define UTILS_H #define CATCH_CALLBACK(instruction, error_message) { \ if(instruction < 0) { \ LOG(error_message); \ } \ } #define MIN(a, b) ((a) < (b)) ? a : b #define MAX(a, b) ((a) > (b)) ? a :...
24.666667
54
0.402703
2a623512f0ddbc5e7499b84616d9e75f50955fea
1,419
h
C
src/app/imgui/imgui_util.h
crocdialer/KinskiGL
2f800c5aac04ad91e5046cb31b9dd93eaa52a67c
[ "BSL-1.0" ]
11
2016-11-17T21:32:51.000Z
2021-03-30T20:31:41.000Z
src/app/imgui/imgui_util.h
crocdialer/KinskiGL
2f800c5aac04ad91e5046cb31b9dd93eaa52a67c
[ "BSL-1.0" ]
1
2015-04-28T13:10:14.000Z
2015-04-28T13:10:14.000Z
src/app/imgui/imgui_util.h
crocdialer/KinskiGL
2f800c5aac04ad91e5046cb31b9dd93eaa52a67c
[ "BSL-1.0" ]
2
2015-04-28T12:26:46.000Z
2021-11-12T08:03:00.000Z
// // Created by crocdialer on 4/20/18. // #ifndef KINSKIGL_IMGUI_UTIL_H #define KINSKIGL_IMGUI_UTIL_H #include <crocore/Component.hpp> #include "gl/gl.hpp" #include "app/App.hpp" #include "app/LightComponent.hpp" #include "app/WarpComponent.hpp" #include "imgui.h" // forward declared to avoid inclusion of App.h cla...
29.5625
112
0.781536
a4921ac8bf0411bc30b3ad43f444f295fe38ca7f
158
h
C
src/GaIA/pkgs/pktstat/pktstat-1.8.5/resize.h
uninth/UNItools
c8b1fbfd5d3753b5b14fa19033e39737dedefc00
[ "BSD-3-Clause" ]
null
null
null
src/GaIA/pkgs/pktstat/pktstat-1.8.5/resize.h
uninth/UNItools
c8b1fbfd5d3753b5b14fa19033e39737dedefc00
[ "BSD-3-Clause" ]
null
null
null
src/GaIA/pkgs/pktstat/pktstat-1.8.5/resize.h
uninth/UNItools
c8b1fbfd5d3753b5b14fa19033e39737dedefc00
[ "BSD-3-Clause" ]
1
2021-06-08T15:59:26.000Z
2021-06-08T15:59:26.000Z
/* David Leonard, 2002. Public domain. */ /* $Id: resize.h 1187 2007-03-28 12:54:22Z d $ */ void resize_init(); void resize(void); int resize_needed(void);
22.571429
49
0.670886
a896fe94298f1a8c8fe19c7a4cdc94fff7e718ab
344
h
C
SQLPopVC/DFPopupAnimator/DFPopupPresentAnimator.h
beiguo172528/SQLPopVC
f5284daa0169a3fc115a3cc26e6a5ab6304b6c70
[ "MIT" ]
null
null
null
SQLPopVC/DFPopupAnimator/DFPopupPresentAnimator.h
beiguo172528/SQLPopVC
f5284daa0169a3fc115a3cc26e6a5ab6304b6c70
[ "MIT" ]
null
null
null
SQLPopVC/DFPopupAnimator/DFPopupPresentAnimator.h
beiguo172528/SQLPopVC
f5284daa0169a3fc115a3cc26e6a5ab6304b6c70
[ "MIT" ]
null
null
null
// // DFPopupPresentAnimator.h // DFPopupView12 // // Created by DOFAR on 2018/10/15. // Copyright © 2018年 DOFAR. All rights reserved. // #import <UIKit/UIKit.h> #import "DFPopupHeader.h" @interface DFPopupPresentAnimator : NSObject<UIViewControllerAnimatedTransitioning> @property(nonatomic,assign)DFPopupPresentS...
22.933333
83
0.773256
a89f6a4539c556884ca78f6c6caa10148ed2e88f
643
c
C
Medium/C/Happy Friends.c
Aimnos/Dcoder-Challenges
7dd39493a3b3bcbad3566063ddfc81b84170f672
[ "MIT" ]
24
2020-01-31T15:11:19.000Z
2022-03-30T11:45:41.000Z
Medium/C/Happy Friends.c
Aimnos/Dcoder-Challenges
7dd39493a3b3bcbad3566063ddfc81b84170f672
[ "MIT" ]
1
2019-12-21T19:23:18.000Z
2021-09-29T15:18:52.000Z
Medium/C/Happy Friends.c
Aimnos/Dcoder-Challenges
7dd39493a3b3bcbad3566063ddfc81b84170f672
[ "MIT" ]
6
2021-02-18T21:15:11.000Z
2022-03-31T05:12:52.000Z
#include <stdio.h> #include <stdlib.h> //Compiler version gcc 6.3.0 int main() { int T, i; long int N, *friends, K, j, k, minPos, gifts; scanf("%d", &T); for(i = 0; i < T; i++) { scanf("%ld", &N); friends = (int*)malloc(N*sizeof(int)); for(j = 0; j < N; j++) scanf("%ld", &friends[j]); ...
20.741935
47
0.469673
00db9d2a04e012107ec2855910f37a1d557ddb25
3,124
h
C
Source/Server/Basic_V1.0/WinMonitorServer/WinMonitorServer/WinMonitorConfigStructsAndGlobals.h
avarghesein/WinMonitor
2ba872758708ef1b74d7b2cc4a93a39e6e3aa1fd
[ "MIT" ]
1
2020-03-08T21:16:46.000Z
2020-03-08T21:16:46.000Z
Source/Server/Basic_V1.0/WinMonitorServer/WinMonitorServer/WinMonitorConfigStructsAndGlobals.h
avarghesein/WinMonitor
2ba872758708ef1b74d7b2cc4a93a39e6e3aa1fd
[ "MIT" ]
null
null
null
Source/Server/Basic_V1.0/WinMonitorServer/WinMonitorServer/WinMonitorConfigStructsAndGlobals.h
avarghesein/WinMonitor
2ba872758708ef1b74d7b2cc4a93a39e6e3aa1fd
[ "MIT" ]
null
null
null
//---------------Central Structs--------------// typedef struct { CTString tchrCreationDate; CTString tchrCreationTime; CTString tchrFileName; CTString tchrInternalName; CTString tchrInstallLocation; } SWinMonitorServerGeneral; typedef struct { CTString tchrRegKey; bool blnLocalUserRunAlways; bool b...
26.033333
97
0.756402
faf5b5d5382b64959f4089447993ceaccc898174
1,043
h
C
Descending Europa/Temp/StagingArea/Data/il2cppOutput/UnityEngine_UnityEngine_WWW3134621005MethodDeclarations.h
screwylightbulb/europa
3dcc98369c8066cb2310143329535206751c8846
[ "MIT" ]
null
null
null
Descending Europa/Temp/StagingArea/Data/il2cppOutput/UnityEngine_UnityEngine_WWW3134621005MethodDeclarations.h
screwylightbulb/europa
3dcc98369c8066cb2310143329535206751c8846
[ "MIT" ]
null
null
null
Descending Europa/Temp/StagingArea/Data/il2cppOutput/UnityEngine_UnityEngine_WWW3134621005MethodDeclarations.h
screwylightbulb/europa
3dcc98369c8066cb2310143329535206751c8846
[ "MIT" ]
null
null
null
#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> // UnityEngine.WWW struct WWW_t3134621005; // System.Text.Encoding struct Encoding_t2012439129; #include "codegen/il2cpp-codegen.h" // Syste...
34.766667
161
0.78907
94feaa7db9a310a98419438d8c28886e9b73b7f8
227
h
C
HomeUI.framework/HUAlarmEditTableViewCell.h
reels-research/iOS-Private-Frameworks
9a4f4534939310a51fdbf5a439dd22487efb0f01
[ "MIT" ]
4
2021-10-06T12:15:26.000Z
2022-02-21T02:26:00.000Z
HomeUI.framework/HUAlarmEditTableViewCell.h
reels-research/iOS-Private-Frameworks
9a4f4534939310a51fdbf5a439dd22487efb0f01
[ "MIT" ]
null
null
null
HomeUI.framework/HUAlarmEditTableViewCell.h
reels-research/iOS-Private-Frameworks
9a4f4534939310a51fdbf5a439dd22487efb0f01
[ "MIT" ]
1
2021-10-08T07:40:53.000Z
2021-10-08T07:40:53.000Z
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/HomeUI.framework/HomeUI */ @interface HUAlarmEditTableViewCell : UITableViewCell - (id)initWithStyle:(long long)arg1 reuseIdentifier:(id)arg2; @end
22.7
67
0.792952
9e7e0f0d1c39800e5591cf15777f67a38ac79d93
34,650
h
C
platform/Device/SiliconLabs/EFR32BG12P/Include/efr32bg12p_wdog.h
lenloe1/v2.7
9ac9c4a7bb37987af382c80647f42d84db5f2e1d
[ "Zlib" ]
null
null
null
platform/Device/SiliconLabs/EFR32BG12P/Include/efr32bg12p_wdog.h
lenloe1/v2.7
9ac9c4a7bb37987af382c80647f42d84db5f2e1d
[ "Zlib" ]
1
2020-08-25T02:36:22.000Z
2020-08-25T02:36:22.000Z
platform/Device/SiliconLabs/EFR32BG12P/Include/efr32bg12p_wdog.h
lenloe1/v2.7
9ac9c4a7bb37987af382c80647f42d84db5f2e1d
[ "Zlib" ]
1
2020-08-25T01:56:04.000Z
2020-08-25T01:56:04.000Z
/***************************************************************************//** * @file * @brief EFR32BG12P_WDOG register and bit field definitions ******************************************************************************* * # License * <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b> ********...
101.020408
151
0.528745
7f3c063834b2a35d92845df676fda2b280c2f71a
11,109
h
C
cppwinrt/impl/Windows.UI.Shell.0.h
RakeshShrestha/C-Calendar-Library
c2525f3cdcfdccbc57baf908ad80fd3bd976016d
[ "Apache-2.0" ]
1
2021-12-30T11:10:30.000Z
2021-12-30T11:10:30.000Z
cppwinrt/impl/Windows.UI.Shell.0.h
RakeshShrestha/C-Calendar-Library
c2525f3cdcfdccbc57baf908ad80fd3bd976016d
[ "Apache-2.0" ]
null
null
null
cppwinrt/impl/Windows.UI.Shell.0.h
RakeshShrestha/C-Calendar-Library
c2525f3cdcfdccbc57baf908ad80fd3bd976016d
[ "Apache-2.0" ]
null
null
null
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.200117.5 #ifndef WINRT_Windows_UI_Shell_0_H #define WINRT_Windows_UI_Shell_0_H WINRT_EXPORT namespace winrt::Windows::ApplicationModel::Core { struct AppListEntry; } WINRT_EXPORT namespace winrt::Windows::Foundation { template <typenam...
56.678571
288
0.722297
fa0bfee5adaae93f6e75dcf36a73fb460b2bfc36
15,924
c
C
subversion/libsvn_fs_base/bdb/changes-table.c
tux-mind/platform_external_subversion
e3e715b637b0b7c6a6a02316f3be48f2c1d5181c
[ "Apache-2.0" ]
2
2019-10-31T18:33:15.000Z
2021-09-19T20:04:03.000Z
subversion/libsvn_fs_base/bdb/changes-table.c
wbond/subversion
018aaa1933687f28bbfdcad9b7b988fd7435afcd
[ "Apache-2.0" ]
null
null
null
subversion/libsvn_fs_base/bdb/changes-table.c
wbond/subversion
018aaa1933687f28bbfdcad9b7b988fd7435afcd
[ "Apache-2.0" ]
2
2019-10-31T18:33:29.000Z
2020-02-15T03:57:13.000Z
/* changes-table.c : operations on the `changes' table * * ==================================================================== * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional informatio...
34.844639
79
0.603868
d6468b33852e07c45b4d823b7a9486af37ff4a73
608
h
C
ios/chrome/browser/physical_web/start_physical_web_discovery.h
xzhan96/chromium.src
1bd0cf3997f947746c0fc5406a2466e7b5f6159e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
3
2018-02-22T18:06:56.000Z
2021-08-28T12:49:27.000Z
ios/chrome/browser/physical_web/start_physical_web_discovery.h
emilio/chromium.src
1bd0cf3997f947746c0fc5406a2466e7b5f6159e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
ios/chrome/browser/physical_web/start_physical_web_discovery.h
emilio/chromium.src
1bd0cf3997f947746c0fc5406a2466e7b5f6159e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2017-08-16T08:15:01.000Z
2018-03-27T00:07:30.000Z
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef IOS_CHROME_BROWSER_PHYSICAL_WEB_START_PHYSICAL_WEB_DISCOVERY_H_ #define IOS_CHROME_BROWSER_PHYSICAL_WEB_START_PHYSICAL_WEB_DISCOVERY_H_ #include ...
40.533333
77
0.842105
d653b7bcf3a52ca915f58f155a5161e0e7f46688
8,630
h
C
sources/include/pgeometry/BatchedGeometry.h
roninest/context-project
ed0234e08fceafbdc13d82905f726fa87f40b37d
[ "MIT" ]
1
2021-11-20T20:36:07.000Z
2021-11-20T20:36:07.000Z
sources/include/pgeometry/BatchedGeometry.h
roninest/context-project
ed0234e08fceafbdc13d82905f726fa87f40b37d
[ "MIT" ]
1
2020-09-18T15:52:22.000Z
2020-09-18T15:52:22.000Z
sources/include/pgeometry/BatchedGeometry.h
roninest/context-project
ed0234e08fceafbdc13d82905f726fa87f40b37d
[ "MIT" ]
1
2020-06-08T01:08:49.000Z
2020-06-08T01:08:49.000Z
/*------------------------------------------------------------------------------------- Copyright (c) 2006 John Judnich This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to...
44.715026
243
0.655041
5cb020a796931b39d07f59d16bf663489579e6c8
265
h
C
Rec/Rec/AppDelegate.h
zhufeng19940210/Animation
07b0a8790acbcd299152cf681013d4fc3baf2c59
[ "MIT" ]
null
null
null
Rec/Rec/AppDelegate.h
zhufeng19940210/Animation
07b0a8790acbcd299152cf681013d4fc3baf2c59
[ "MIT" ]
null
null
null
Rec/Rec/AppDelegate.h
zhufeng19940210/Animation
07b0a8790acbcd299152cf681013d4fc3baf2c59
[ "MIT" ]
null
null
null
// // AppDelegate.h // Rec // // Created by Wicky on 2016/12/15. // Copyright © 2016年 Wicky. All rights reserved. // #import <UIKit/UIKit.h> @interface AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
14.722222
60
0.69434
fdda7e4ae80bd38f6e23c886f282f1757445ac50
1,114
h
C
MotifRank/Alphabet.h
yanshen43/MCAT
336c5deea456dae0916fbc8935930402a4acbcad
[ "MIT" ]
null
null
null
MotifRank/Alphabet.h
yanshen43/MCAT
336c5deea456dae0916fbc8935930402a4acbcad
[ "MIT" ]
null
null
null
MotifRank/Alphabet.h
yanshen43/MCAT
336c5deea456dae0916fbc8935930402a4acbcad
[ "MIT" ]
null
null
null
// Alphabet.h: interface for the CAlphabet class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_ALPHABET_H__594C20E7_B5BD_470D_BC71_705BADEE7BAE__INCLUDED_) #define AFX_ALPHABET_H__594C20E7_B5BD_470D_BC71_705BADEE7BAE__INCLUDED_ #if _MSC_VER > 1000 #pragma once #e...
23.702128
84
0.671454
fdf7054f781c399e4ee3721520bca66f3af67220
1,257
h
C
src/server/binlog.h
jianqingdu/kedis
97ac63d8d96c5cda69c878ef20f04eb8efb4b396
[ "MIT" ]
94
2017-11-30T03:17:58.000Z
2022-03-29T13:43:07.000Z
src/server/binlog.h
flike/kedis
97ac63d8d96c5cda69c878ef20f04eb8efb4b396
[ "MIT" ]
9
2017-12-11T03:12:31.000Z
2020-04-20T13:04:00.000Z
src/server/binlog.h
jianqingdu/kedis
97ac63d8d96c5cda69c878ef20f04eb8efb4b396
[ "MIT" ]
19
2017-12-01T17:22:15.000Z
2022-01-10T01:39:39.000Z
// // binlog.h // kedis // // Created by ziteng on 17/9/12. // Copyright © 2017年 mgj. All rights reserved. // #ifndef __BINLOG_H__ #define __BINLOG_H__ #include "util.h" #include "thread_pool.h" #include "rocksdb/db.h" class Binlog { public: Binlog(); virtual ~Binlog(); int Init(); void Init...
22.854545
79
0.634049
a962456989321215ca9f5472aa9c34fa98189208
5,010
c
C
src/common/dictionary.c
glines/shelltoy
f403ec89731a90f250f05c5a6d498452fe361ad8
[ "MIT" ]
null
null
null
src/common/dictionary.c
glines/shelltoy
f403ec89731a90f250f05c5a6d498452fe361ad8
[ "MIT" ]
null
null
null
src/common/dictionary.c
glines/shelltoy
f403ec89731a90f250f05c5a6d498452fe361ad8
[ "MIT" ]
null
null
null
/* * Copyright (c) 2016-2017 Jonathan Glines * Jonathan Glines <jonathan@glines.net> * * 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 ...
30.363636
79
0.683633
a9be5f79ce3a5fe0b068dd5fad46af7b53c1bc82
3,981
h
C
avalon/AdMob.h
newnon/avalon
52ff1f0051520053c88e16f37cb43f023a1acac0
[ "MIT" ]
11
2015-03-12T21:50:41.000Z
2021-05-26T06:56:11.000Z
avalon/AdMob.h
newnon/avalon
52ff1f0051520053c88e16f37cb43f023a1acac0
[ "MIT" ]
4
2018-05-21T09:09:57.000Z
2019-04-25T10:22:25.000Z
avalon/AdMob.h
newnon/avalon
52ff1f0051520053c88e16f37cb43f023a1acac0
[ "MIT" ]
6
2015-03-20T13:04:20.000Z
2018-11-17T19:08:25.000Z
#ifndef __ADMOB_H__ #define __ADMOB_H__ #include <string> #include <vector> #include <map> #include <list> #include <memory> #include "Ads.h" namespace avalon { enum class GADGender { Unknown, Male, Female }; enum class GADAdNetworkExtras { AdMob }; class GADInterstitial: pu...
29.272059
118
0.67797
30c1dada044270dd87b5191a89061ddfe5ff2d3f
6,576
h
C
5_Command_with_arguments/LiveObjectsCert.h
mdelain/Arduino_MKR1500
0471c9acd03d69c789fa3a699145b930bbd13f64
[ "BSD-3-Clause" ]
3
2020-07-07T08:47:13.000Z
2020-07-23T13:58:40.000Z
5_Command_with_arguments/LiveObjectsCert.h
mdelain/Arduino_MKR1500
0471c9acd03d69c789fa3a699145b930bbd13f64
[ "BSD-3-Clause" ]
3
2020-07-20T11:22:21.000Z
2022-01-21T08:26:18.000Z
5_Command_with_arguments/LiveObjectsCert.h
mdelain/Arduino_MKR1500
0471c9acd03d69c789fa3a699145b930bbd13f64
[ "BSD-3-Clause" ]
2
2020-07-07T08:47:16.000Z
2020-07-16T12:04:44.000Z
#ifndef _LIVEOBJECTS_CERT_H_INCLUDED #define _LIVEOBJECTS_CERT_H_INCLUDED #include <stddef.h> #include <stdint.h> struct LORootCert { const char* name; const uint8_t* data; const int size; }; static const LORootCert LO_ROOT_CERT = { "DigiCert_Global_Root_CA", (const uint8_t[]){ 0x3...
65.76
78
0.610858
344ba85d5780aadeb78b2c31ddfa7e5f81923fac
2,316
h
C
PrivateFrameworks/ClassKit/CLSClass.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
17
2018-11-13T04:02:58.000Z
2022-01-20T09:27:13.000Z
PrivateFrameworks/ClassKit/CLSClass.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
3
2018-04-06T02:02:27.000Z
2018-10-02T01:12:10.000Z
PrivateFrameworks/ClassKit/CLSClass.h
phatblat/macOSPrivateFrameworks
9047371eb80f925642c8a7c4f1e00095aec66044
[ "MIT" ]
1
2018-09-28T13:54:23.000Z
2018-09-28T13:54:23.000Z
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import <ClassKit/CLSObject.h> #import "CLSContactsSearchable.h" #import "CLSRelationable.h" @class NSArray, NSPersonNameComponents, NSString; @interface CLSClass : CLSObject <CL...
37.354839
102
0.770294
4378e26c6cd12f56cacbb67702f8b85c2343ecdd
8,286
h
C
Simulator/Libraries/external/baselib/Include/C/Baselib_FileIO.h
mushikago/CallSwiftFromUnity
1ecfd2109df99fa2d54595810240289c397b9c66
[ "MIT" ]
2
2021-09-19T18:24:48.000Z
2022-01-18T14:45:40.000Z
Simulator/Libraries/external/baselib/Include/C/Baselib_FileIO.h
mushikago/CallSwiftFromUnity
1ecfd2109df99fa2d54595810240289c397b9c66
[ "MIT" ]
null
null
null
Simulator/Libraries/external/baselib/Include/C/Baselib_FileIO.h
mushikago/CallSwiftFromUnity
1ecfd2109df99fa2d54595810240289c397b9c66
[ "MIT" ]
2
2022-03-24T19:58:31.000Z
2022-03-24T22:55:43.000Z
#pragma once // Baselib FileIO // // This is a file reading abstraction api heavily influenced by next-gen async API's like io_uring, windows register I/O, etc. // This api allows for platform independent async file reading. #include "Baselib_ErrorState.h" #include "Baselib_Memory.h" #include "Internal/Baselib_EnumSi...
38.901408
126
0.706855
ec98132364e6e29b29152434befc87dffac99149
2,204
h
C
src/primer3-2.3.7/src/print_boulder.h
germs-lab/MetaFunPrimer
63959a98cada125b86ec91ab9d69d1da81d232f5
[ "MIT" ]
11
2018-09-21T16:49:19.000Z
2022-03-03T19:29:16.000Z
src/primer3-2.3.7/src/print_boulder.h
germs-lab/MetaFunPrimer
63959a98cada125b86ec91ab9d69d1da81d232f5
[ "MIT" ]
26
2018-03-01T04:58:17.000Z
2018-08-30T20:49:30.000Z
src/primer3-2.3.7/src/print_boulder.h
germs-lab/MetaFunPrimer
63959a98cada125b86ec91ab9d69d1da81d232f5
[ "MIT" ]
2
2020-05-14T02:18:18.000Z
2021-04-16T04:55:08.000Z
/* Copyright (c) 1996,1997,1998,1999,2000,2001,2004,2006,2007,2008 Whitehead Institute for Biomedical Research, Steve Rozen (http://purl.com/STEVEROZEN/), Andreas Untergasser and Helen Skaletsky All rights reserved. This file is part of primer3 and the primer3 suite. Primer3 and the primer3 suite are free sof...
42.384615
76
0.745463
312244139c7ff20ba4f68089928fc846eb6cca28
1,830
c
C
uboot/board/nvidia/harmony/harmony.c
PollyWeng/NUC972
80f78bc9fbff40955e4603dd10f74aff92f7e9b5
[ "Apache-2.0" ]
2
2017-10-30T12:25:44.000Z
2019-08-25T09:01:38.000Z
uboot/board/nvidia/harmony/harmony.c
PollyWeng/NUC972
80f78bc9fbff40955e4603dd10f74aff92f7e9b5
[ "Apache-2.0" ]
null
null
null
uboot/board/nvidia/harmony/harmony.c
PollyWeng/NUC972
80f78bc9fbff40955e4603dd10f74aff92f7e9b5
[ "Apache-2.0" ]
4
2017-12-19T10:52:20.000Z
2019-08-25T09:01:40.000Z
/* * (C) Copyright 2010,2011 * NVIDIA Corporation <www.nvidia.com> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Fou...
29.516129
68
0.754645
0350ce089e939addae8e24cf03140923549c83b8
848
h
C
OneNET/data_stream.h
ghsecuritylab/IoT_Board_OneNET_Demo
d39556f1f6976ca002510c0aa9ac0552c979191a
[ "CC-BY-4.0" ]
13
2019-04-27T04:24:53.000Z
2021-05-23T08:58:32.000Z
OneNET/data_stream.h
dilake2017/IoT_Board_OneNET_Demo
d39556f1f6976ca002510c0aa9ac0552c979191a
[ "CC-BY-4.0" ]
null
null
null
OneNET/data_stream.h
dilake2017/IoT_Board_OneNET_Demo
d39556f1f6976ca002510c0aa9ac0552c979191a
[ "CC-BY-4.0" ]
12
2019-04-29T12:35:52.000Z
2020-11-15T02:55:32.000Z
#ifndef __DATA_STREAM_H__ #define __DATA_STREAM_H__ #include "stdio.h" #include "stdbool.h" typedef enum { TYPE_BOOL = 0, TYPE_CHAR, TYPE_UCHAR, TYPE_SHORT, TYPE_USHORT, TYPE_INT, TYPE_UINT, TYPE_LONG, TYPE_ULONG, TYPE_FLOAT, TYPE_DOUBLE, TYPE_GPS, TYPE_STRING, } ONENET_DATA_TYPE; typedef struct { char...
15.703704
168
0.787736
83e39ec8d7739816188ba909a4cb9da302d48f73
9,715
c
C
git/split-index.c
MegaZeroX/LaTeX-Basics
a1dbc15510ab03e7d0669956b010506620be7b7e
[ "MIT" ]
null
null
null
git/split-index.c
MegaZeroX/LaTeX-Basics
a1dbc15510ab03e7d0669956b010506620be7b7e
[ "MIT" ]
null
null
null
git/split-index.c
MegaZeroX/LaTeX-Basics
a1dbc15510ab03e7d0669956b010506620be7b7e
[ "MIT" ]
1
2020-03-19T18:32:04.000Z
2020-03-19T18:32:04.000Z
#include "cache.h" #include "split-index.h" #include "ewah/ewok.h" struct split_index *init_split_index(struct index_state *istate) { if (!istate->split_index) { istate->split_index = xcalloc(1, sizeof(*istate->split_index)); istate->split_index->refcount = 1; } return istate->split_index; } int read_link_exte...
28.489736
81
0.679362
83fa808b187137827406a3bc41c77ff0c23863db
2,292
h
C
linux-5.2/net/batman-adv/sysfs.h
TakuKitamura/expirefile-syscall
2b91994a7fe984e146d090fc7d80fa1a698025aa
[ "MIT" ]
1
2022-01-30T20:01:25.000Z
2022-01-30T20:01:25.000Z
linux-5.2/net/batman-adv/sysfs.h
TakuKitamura/expirefile-syscall
2b91994a7fe984e146d090fc7d80fa1a698025aa
[ "MIT" ]
null
null
null
linux-5.2/net/batman-adv/sysfs.h
TakuKitamura/expirefile-syscall
2b91994a7fe984e146d090fc7d80fa1a698025aa
[ "MIT" ]
1
2019-10-11T07:35:58.000Z
2019-10-11T07:35:58.000Z
/* SPDX-License-Identifier: GPL-2.0 */ /* Copyright (C) 2010-2019 B.A.T.M.A.N. contributors: * * Marek Lindner */ #ifndef _NET_BATMAN_ADV_SYSFS_H_ #define _NET_BATMAN_ADV_SYSFS_H_ #include "main.h" #include <linux/sysfs.h> #include <linux/types.h> struct kobject; struct net_device; #define BATADV_SYSFS_IF_MESH...
24.126316
78
0.760471
6c8011640fe4d2e35e79c7f103414b1ea58cb602
1,563
h
C
src/Streams/PublicStream.h
DoStini/FEUP-AEDA-proj
ccd23c1aba4f041ea09cc5f5d75d555d8c1a591a
[ "MIT" ]
null
null
null
src/Streams/PublicStream.h
DoStini/FEUP-AEDA-proj
ccd23c1aba4f041ea09cc5f5d75d555d8c1a591a
[ "MIT" ]
4
2021-01-22T09:26:24.000Z
2021-02-18T09:57:11.000Z
src/Streams/PublicStream.h
DoStini/FEUP-AEDA-proj
ccd23c1aba4f041ea09cc5f5d75d555d8c1a591a
[ "MIT" ]
null
null
null
// // Created by adbp on 18/10/2020. // #ifndef FEUP_AEDA_PROJ_PUBLICSTREAM_H #define FEUP_AEDA_PROJ_PUBLICSTREAM_H #include "LiveStream.h" #include <fstream> /** * * PublicStream inherited from LiveStream to handle changes in publicStream elements */ class PublicStream : public LiveStream { public: PublicSt...
26.491525
122
0.683941
96c0e9a755a9acd44731a8d08345c9e6e60458c8
272
c
C
gcc-gcc-7_3_0-release/gcc/testsuite/gcc.target/arm/crypto-vldrq_p128.c
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/gcc/testsuite/gcc.target/arm/crypto-vldrq_p128.c
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/gcc/testsuite/gcc.target/arm/crypto-vldrq_p128.c
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
/* { dg-do compile } */ /* { dg-require-effective-target arm_crypto_ok } */ /* { dg-add-options arm_crypto } */ #include "arm_neon.h" poly128_t foo (poly128_t* ptr) { return vldrq_p128 (ptr); } /* { dg-final { scan-assembler "vld1.64\t{d\[0-9\]+-d\[0-9\]+}.*" } } */
19.428571
72
0.595588
889c7b62d4f9bf590d3a160a0b491164f3f46ec9
3,050
c
C
src/examples/poc-shell/main.c
Adecy/AVRTOS
b0f2da9f31fba7bcccf5f06f827af87494a0bcb3
[ "Apache-2.0" ]
2
2021-05-02T22:15:34.000Z
2021-07-04T14:04:12.000Z
src/examples/poc-shell/main.c
Adecy/atmega328p-multithreading
b0f2da9f31fba7bcccf5f06f827af87494a0bcb3
[ "Apache-2.0" ]
null
null
null
src/examples/poc-shell/main.c
Adecy/atmega328p-multithreading
b0f2da9f31fba7bcccf5f06f827af87494a0bcb3
[ "Apache-2.0" ]
null
null
null
#include <avr/io.h> #include <avr/interrupt.h> #include <avrtos/misc/uart.h> #include <avrtos/kernel.h> #include <avrtos/debug.h> /*___________________________________________________________________________*/ #define K_MODULE K_MODULE_APPLICATION /*_________________________________________________________________...
24.596774
79
0.501967
88aa96e6482011aad252bdba84c4be0a4c074b5b
10,492
h
C
slash2/slashd/slashd.h
pscedu/slash2-next
55fb0b3487d34cc2d127e3b4f2f85e85082c784d
[ "0BSD" ]
null
null
null
slash2/slashd/slashd.h
pscedu/slash2-next
55fb0b3487d34cc2d127e3b4f2f85e85082c784d
[ "0BSD" ]
null
null
null
slash2/slashd/slashd.h
pscedu/slash2-next
55fb0b3487d34cc2d127e3b4f2f85e85082c784d
[ "0BSD" ]
null
null
null
/* $Id$ */ /* * %GPL_START_LICENSE% * --------------------------------------------------------------------- * Copyright 2006-2018, Pittsburgh Supercomputing Center * All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public Licens...
28.433604
94
0.721311
88e75419775551a0b6067d2968bc92389d7b03d6
344
c
C
AltairHL_emulator/FrontPanels/front_panel_none.c
gloveboxes/Altair8800Linux
e4f6c2f6c73d14f95abea38ed8e13e2caa208250
[ "MIT" ]
1
2021-07-21T17:43:16.000Z
2021-07-21T17:43:16.000Z
AltairHL_emulator/FrontPanels/front_panel_none.c
gloveboxes/Altair8800Linux
e4f6c2f6c73d14f95abea38ed8e13e2caa208250
[ "MIT" ]
null
null
null
AltairHL_emulator/FrontPanels/front_panel_none.c
gloveboxes/Altair8800Linux
e4f6c2f6c73d14f95abea38ed8e13e2caa208250
[ "MIT" ]
null
null
null
/* Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT License. */ #include "front_panel_none.h" bool init_altair_hardware(void) { return true; } void read_altair_panel_switches(void (*process_control_panel_commands)(void)) { } void update_panel_status_leds(uint8_t status, uint8_t ...
21.5
79
0.773256
9bc74d191a9a41f334351fdabbf2909f3e179947
519
h
C
EpicForceTools/EpicForceSkeletalAnimModelExporter/VertexIndexOptimizer.h
MacgyverLin/MagnumEngine
975bd4504a1e84cb9698c36e06bd80c7b8ced0ff
[ "MIT" ]
1
2021-03-30T06:28:32.000Z
2021-03-30T06:28:32.000Z
EpicForceTools/EpicForceSkeletalAnimModelExporter/VertexIndexOptimizer.h
MacgyverLin/MagnumEngine
975bd4504a1e84cb9698c36e06bd80c7b8ced0ff
[ "MIT" ]
null
null
null
EpicForceTools/EpicForceSkeletalAnimModelExporter/VertexIndexOptimizer.h
MacgyverLin/MagnumEngine
975bd4504a1e84cb9698c36e06bd80c7b8ced0ff
[ "MIT" ]
null
null
null
#ifndef _VertexIndexOptimizer_h_ #define _VertexIndexOptimizer_h_ #include <map> #include "Array.h" #include "MAXRawIndex.h" using namespace EpicForce; using namespace std; namespace EpicForce { class VertexIndexOptimizer { public: VertexIndexOptimizer(); virtual ~VertexIndexOptimizer(); int add(const MAXRawIndex...
17.3
50
0.776493
a95e88f71c7f95a79fa7a0b2d538bab490fafe6c
11,658
c
C
CWE-399/source_files/151698/mutex.c
CGCL-codes/VulDeePecker
98610f3e116df97a1e819ffc81fbc7f6f138a8f2
[ "Apache-2.0" ]
185
2017-12-14T08:18:15.000Z
2022-03-30T02:58:36.000Z
CWE-399/source_files/151698/mutex.c
CGCL-codes/VulDeePecker
98610f3e116df97a1e819ffc81fbc7f6f138a8f2
[ "Apache-2.0" ]
11
2018-01-30T23:31:20.000Z
2022-01-17T05:03:56.000Z
CWE-399/source_files/151698/mutex.c
CGCL-codes/VulDeePecker
98610f3e116df97a1e819ffc81fbc7f6f138a8f2
[ "Apache-2.0" ]
87
2018-01-10T08:12:32.000Z
2022-02-19T10:29:31.000Z
/* * svn_mutex.c: routines for mutual exclusion. * * ==================================================================== * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * ...
37.127389
140
0.678247
10ccbeb0461e2d9d1b22c730b1852c6f8cf0bb49
2,066
h
C
code/base/Currency.h
mtsquant/MTS
ab7ecab0f88c844289b5c81e5627326fe36e682f
[ "Apache-2.0" ]
8
2019-03-28T04:15:59.000Z
2021-03-23T14:29:43.000Z
code/base/Currency.h
mtsquant/MTS
ab7ecab0f88c844289b5c81e5627326fe36e682f
[ "Apache-2.0" ]
null
null
null
code/base/Currency.h
mtsquant/MTS
ab7ecab0f88c844289b5c81e5627326fe36e682f
[ "Apache-2.0" ]
5
2019-11-06T12:39:21.000Z
2021-01-28T19:14:14.000Z
/***************************************************************************** * Copyright [2017-2019] [MTSQuant] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/lic...
36.892857
78
0.635044
803460ae9772a2d53bf3c04c415e7da0b210daa0
1,607
h
C
STRemoteKit/STRemoteSignUpControllerProtocol.h
jasongregori/simpletidbits
63c5509a1e8d35075e33f55cc88cdb963b33a8c5
[ "Apache-2.0" ]
null
null
null
STRemoteKit/STRemoteSignUpControllerProtocol.h
jasongregori/simpletidbits
63c5509a1e8d35075e33f55cc88cdb963b33a8c5
[ "Apache-2.0" ]
null
null
null
STRemoteKit/STRemoteSignUpControllerProtocol.h
jasongregori/simpletidbits
63c5509a1e8d35075e33f55cc88cdb963b33a8c5
[ "Apache-2.0" ]
null
null
null
// // STRemoteSignUpControllerProtocol.h // STAuthKit // // Created by Jason Gregori on 12/07/09. // Copyright 2009 Jason Gregori. All rights reserved. // #import <Foundation/Foundation.h> /* STRemoteSignUpControllerProtocol -------------------------------- Follow this protocol if you want to make a custom...
26.783333
79
0.743622
343ab63c21b224fad55f5cfd37798407899596c1
7,978
c
C
lst2/interp.c
LambdaCalculus37/little-smalltalk
d7157339e23a3e75ee3763dccf6d8d1b5c32e42d
[ "MIT" ]
2
2021-07-07T11:59:23.000Z
2022-01-17T22:18:14.000Z
lst2/interp.c
LambdaCalculus37/little-smalltalk
d7157339e23a3e75ee3763dccf6d8d1b5c32e42d
[ "MIT" ]
null
null
null
lst2/interp.c
LambdaCalculus37/little-smalltalk
d7157339e23a3e75ee3763dccf6d8d1b5c32e42d
[ "MIT" ]
null
null
null
/* Little Smalltalk version 2 Written by Tim Budd, Oregon State University, July 1987 bytecode interpreter module execute bytecodes for a given method until one of six events occur 1. A message must be sent to another object 2. A message must be sent to super 3. A return from a method occurs 4. An explicit re...
21.977961
71
0.600025
43a1af9da12167c8b0a891248d7f74d772321290
49,931
c
C
postgis-2.2.0/loader/shp2pgsql-core.c
cafagna/PostgreSQLWithNearestNeighbourJoin
8e7a3eed9d56141187047ac6ea2342ca2b4b71b8
[ "PostgreSQL" ]
null
null
null
postgis-2.2.0/loader/shp2pgsql-core.c
cafagna/PostgreSQLWithNearestNeighbourJoin
8e7a3eed9d56141187047ac6ea2342ca2b4b71b8
[ "PostgreSQL" ]
null
null
null
postgis-2.2.0/loader/shp2pgsql-core.c
cafagna/PostgreSQLWithNearestNeighbourJoin
8e7a3eed9d56141187047ac6ea2342ca2b4b71b8
[ "PostgreSQL" ]
null
null
null
/********************************************************************** * * PostGIS - Spatial Types for PostgreSQL * http://postgis.net * * Copyright (C) 2008 OpenGeo.org * Copyright (C) 2009 Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk> * * This is free software; you can redistribute and/or modify it und...
26.196747
219
0.64473
a15c576cbbdba74df9d1ecadfc35e18298e36ca7
2,229
c
C
qmk_firmware/keyboards/montex/keymaps/default/keymap.c
DanTupi/personal_setup
911b4951e4d8b78d6ea8ca335229e2e970fda871
[ "MIT" ]
null
null
null
qmk_firmware/keyboards/montex/keymaps/default/keymap.c
DanTupi/personal_setup
911b4951e4d8b78d6ea8ca335229e2e970fda871
[ "MIT" ]
null
null
null
qmk_firmware/keyboards/montex/keymaps/default/keymap.c
DanTupi/personal_setup
911b4951e4d8b78d6ea8ca335229e2e970fda871
[ "MIT" ]
null
null
null
/* Copyright 2021 NachoxMacho * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the h...
32.779412
77
0.475998
bdee898e3f15e07c5df61e29436f942ef7ca64c1
72
c
C
Rush_00/ex00/ft_putchar.c
Erengun/Piscine-C
e78e3f87d7dd744e54bdcdbe5b94275fa541d7f7
[ "MIT" ]
4
2021-09-23T09:58:12.000Z
2021-11-08T15:13:49.000Z
Rush_00/ex00/ft_putchar.c
Erengun/Piscine-C
e78e3f87d7dd744e54bdcdbe5b94275fa541d7f7
[ "MIT" ]
null
null
null
Rush_00/ex00/ft_putchar.c
Erengun/Piscine-C
e78e3f87d7dd744e54bdcdbe5b94275fa541d7f7
[ "MIT" ]
null
null
null
#include <unistd.h> void ft_putchar(char *str) { write (1, str, 1); }
10.285714
26
0.625
bdf57b29b2f5ed40757551b5de74457824fc0b74
625
h
C
X1/Cheat/Include/Winheaders.h
Galenika/Xone-Cheat-90--
44e79f03128194de17a900def38735d29bc85572
[ "Apache-2.0" ]
12
2019-03-30T18:57:45.000Z
2021-04-18T13:44:52.000Z
X1/Cheat/Include/Winheaders.h
CSGOLeaks/Xone-Cheat-90--
44e79f03128194de17a900def38735d29bc85572
[ "Apache-2.0" ]
null
null
null
X1/Cheat/Include/Winheaders.h
CSGOLeaks/Xone-Cheat-90--
44e79f03128194de17a900def38735d29bc85572
[ "Apache-2.0" ]
16
2019-03-30T18:57:55.000Z
2021-12-19T22:44:55.000Z
#pragma once #include <Windows.h> #include <iostream> #include <memory> #include <fstream> #include <string> #include <map> #include <vector> #include <TlHelp32.h> #include <WinInet.h> #include <ctime> #include <chrono> #include <windows.h> #include <mmsystem.h> #include <wingdi.h> #include <locale> #include <stdio.h>...
17.857143
35
0.7072
0801e3c22a32dac70ebeadff162fe83ca024eaa2
521
h
C
System/Library/PrivateFrameworks/HomeRecommendationEngine.framework/HFHomeContainedObject.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
1
2020-11-04T15:43:01.000Z
2020-11-04T15:43:01.000Z
System/Library/PrivateFrameworks/HomeRecommendationEngine.framework/HFHomeContainedObject.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
System/Library/PrivateFrameworks/HomeRecommendationEngine.framework/HFHomeContainedObject.h
zhangkn/iOS14Header
4323e9459ed6f6f5504ecbea2710bfd6c3d7c946
[ "MIT" ]
null
null
null
/* * This header is generated by classdump-dyld 1.0 * on Sunday, September 27, 2020 at 11:54:35 AM Mountain Standard Time * Operating System: Version 14.0 (Build 18A373) * Image Source: /System/Library/PrivateFrameworks/HomeRecommendationEngine.framework/HomeRecommendationEngine * classdump-dyld is licensed under GPLv3...
27.421053
109
0.779271
bd77ecf4bf6d5af1829c3e5b393415520352cfcc
1,443
h
C
tensorflow/compiler/mlir/tosa/tosa_passpipes.h
deerluffy/tensorflow
73e9dc4e1eae1589c8ea4a7cf1e8398c1eff3ab1
[ "Apache-2.0" ]
2
2020-12-16T12:49:48.000Z
2021-03-26T18:25:47.000Z
tensorflow/compiler/mlir/tosa/tosa_passpipes.h
Foroozani/tensorflow
dc37ecf08b2909c8d2b4d7f8c95ef3a3091d4578
[ "Apache-2.0" ]
null
null
null
tensorflow/compiler/mlir/tosa/tosa_passpipes.h
Foroozani/tensorflow
dc37ecf08b2909c8d2b4d7f8c95ef3a3091d4578
[ "Apache-2.0" ]
1
2021-03-28T10:02:51.000Z
2021-03-28T10:02:51.000Z
/* Copyright 2020 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
32.795455
80
0.758836
d3d4608e550eb3adf6fc86ac1d442d18e9cc5344
3,033
h
C
pheroes/MapEditor/Commands.h
TripleMOMO/pocketheroes
6a6f0726c8ea590592290ac53c38e653cf7f966c
[ "Apache-2.0" ]
3
2015-08-08T09:10:02.000Z
2016-03-21T08:48:19.000Z
pheroes/MapEditor/Commands.h
TripleMOMO/pocketheroes
6a6f0726c8ea590592290ac53c38e653cf7f966c
[ "Apache-2.0" ]
null
null
null
pheroes/MapEditor/Commands.h
TripleMOMO/pocketheroes
6a6f0726c8ea590592290ac53c38e653cf7f966c
[ "Apache-2.0" ]
1
2015-08-21T23:32:49.000Z
2015-08-21T23:32:49.000Z
/* * This file is a part of Pocket Heroes Game project * http://www.pocketheroes.net * https://code.google.com/p/pocketheroes/ * * Copyright 2004-2010 by Robert Tarasov and Anton Stuk (iO UPG) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in comp...
20.917241
78
0.697329
2342e14f1b752ffaa13e8563ffe086a140e59b71
1,594
c
C
indetermined_sum.c
elrui/for-fun-c
395948bafd6db9668fbe26cac4490df2802bd4b3
[ "MIT" ]
null
null
null
indetermined_sum.c
elrui/for-fun-c
395948bafd6db9668fbe26cac4490df2802bd4b3
[ "MIT" ]
null
null
null
indetermined_sum.c
elrui/for-fun-c
395948bafd6db9668fbe26cac4490df2802bd4b3
[ "MIT" ]
null
null
null
#include <stdio.h> #include <stdlib.h> void receive(int number1, int number2) { /* * Creates an integer variable and assigns the sum of both parameters * Does not return anything */ int c = number1 + number2; } int result() { /* * Takes no parameter, declares an integer variable without initializatio...
26.131148
103
0.680678
0386562c22fdc569b649ea01b2abd3265465a3ec
1,810
h
C
LineTrace/LineTrace_def.h
bryful/F-s-PluginsProjects
5673cc12105120bb4c3fd6f7cd650b000f5a416a
[ "MIT" ]
106
2019-05-15T13:16:30.000Z
2022-03-29T11:18:38.000Z
LineTrace/LineTrace_def.h
bryful/F-s-PluginsProjects
5673cc12105120bb4c3fd6f7cd650b000f5a416a
[ "MIT" ]
2
2020-10-24T07:12:52.000Z
2022-03-05T10:25:51.000Z
LineTrace/LineTrace_def.h
bryful/F-s-PluginsProjects
5673cc12105120bb4c3fd6f7cd650b000f5a416a
[ "MIT" ]
20
2019-07-10T06:08:14.000Z
2022-03-13T02:35:12.000Z
#pragma once #ifndef COLOR_DEF_H #define COLOR_DEF_H #define COLOR_DEF_SIZE 16 A_u_char pr_colorDef[COLOR_DEF_SIZE][6]={ { //00 PF_MAX_CHAN8,//R1 0,//G1 0,//B1 PF_MAX_CHAN8,//R1 0,//G1 0//B1 }, { //01 0,//R1 PF_MAX_CHAN8,//G1 0,//B1 0,//R1 PF_MAX_CHAN8,//G1 0//B1 }, { //02 0,//R1 0,//...
13.115942
41
0.582873
6c5aebef028cb645c231d54346f26e0f570bd054
629
h
C
Source/LudumDare49/Public/Pickups/PickupArmor.h
TrickyFatCat/LudumDare49
afb0063f557e0973a0c38a1b84a14c3321891978
[ "MIT" ]
null
null
null
Source/LudumDare49/Public/Pickups/PickupArmor.h
TrickyFatCat/LudumDare49
afb0063f557e0973a0c38a1b84a14c3321891978
[ "MIT" ]
null
null
null
Source/LudumDare49/Public/Pickups/PickupArmor.h
TrickyFatCat/LudumDare49
afb0063f557e0973a0c38a1b84a14c3321891978
[ "MIT" ]
1
2021-10-07T21:39:29.000Z
2021-10-07T21:39:29.000Z
// Made by Title Goose Team during LudumDare 49. All rights reserved. #pragma once #include "CoreMinimal.h" #include "Actors/PickupBase.h" #include "PickupArmor.generated.h" /** * */ UCLASS() class LUDUMDARE49_API APickupArmor : public APickupBase { GENERATED_BODY() protected: virtual bool ActivatePickup_Impl...
23.296296
100
0.772655
8c0ff7f61f966002d925314aad762f12183915de
789
h
C
CS312/LA-12/BinarySearchTree.h
jawaff/CollegeCS
ab7d24bd78719842f8790cc0e6c06dd1b327e416
[ "Apache-2.0" ]
null
null
null
CS312/LA-12/BinarySearchTree.h
jawaff/CollegeCS
ab7d24bd78719842f8790cc0e6c06dd1b327e416
[ "Apache-2.0" ]
null
null
null
CS312/LA-12/BinarySearchTree.h
jawaff/CollegeCS
ab7d24bd78719842f8790cc0e6c06dd1b327e416
[ "Apache-2.0" ]
null
null
null
#ifndef BINARY_SEARCH_TREE #define BINARY_SEARCH_TREE #include <string> #include "BinarySearchTreeInterface.h" #include "BinaryNode.h" class BinarySearchTree : BinarySearchTreeInterface { private: BinaryNode* rootPtr; void add(const unsigned int item, BinaryNode* subtree); bool remove(const unsigned int i...
21.324324
60
0.737643
1498adc0390686398cef44ef094478a22ef06c6f
2,937
h
C
meshhash2.h
phantomcraft/MeshHash2
2f64a190e907fdaf0b78bd6fd212f055b3004fc7
[ "Unlicense" ]
1
2021-12-29T02:26:28.000Z
2021-12-29T02:26:28.000Z
meshhash2.h
phantomcraft/MeshHash2
2f64a190e907fdaf0b78bd6fd212f055b3004fc7
[ "Unlicense" ]
null
null
null
meshhash2.h
phantomcraft/MeshHash2
2f64a190e907fdaf0b78bd6fd212f055b3004fc7
[ "Unlicense" ]
null
null
null
/* Usage as * * Hash: Init, Update*, Final * or only Hash * * Hash with key: Init2, Update*, Final * or only Hash2 * * Sponge: InitSponge, Update*, SqueezeNBytes*, Deinit * * Sponge with key: InitSponge2, Update*, SqueezeNBytes*, Deinit * * PRF / HMAC: same as Hash with key * * PRG / Key derivation:...
32.274725
138
0.734082
9f18512b56388056f3707ec3eb5065dbf57959a0
7,968
c
C
test/hashmap/hashmap.c
mulle-concurrent/mulle-concurrent
48fe75e1640af5a467d7a52ae9bb3f7acc6afa60
[ "BSD-3-Clause" ]
21
2019-03-06T10:10:03.000Z
2022-03-27T01:25:09.000Z
test/hashmap/hashmap.c
mulle-concurrent/mulle-concurrent
48fe75e1640af5a467d7a52ae9bb3f7acc6afa60
[ "BSD-3-Clause" ]
1
2018-09-13T22:10:45.000Z
2018-09-13T22:10:45.000Z
test/hashmap/hashmap.c
mulle-concurrent/mulle-concurrent
48fe75e1640af5a467d7a52ae9bb3f7acc6afa60
[ "BSD-3-Clause" ]
5
2019-02-12T10:12:20.000Z
2021-12-28T06:16:26.000Z
// // main.m // mulle_concurrent_hashmap // // Created by Nat! on 04.03.16. // Copyright © 2016 Nat! for Mulle kybernetiK. // Copyright © 2016 Codeon GmbH. // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following ...
27.475862
89
0.612575
004e07942d5a44f16f1fe85fba7d9a0107bae2ed
566
h
C
tests/3rdparty/testngpp/include/testngpp/runner/TestCaseSandboxHandler.h
chencang1980/mockcpp
45660e7bcf0a6cf8edce3c6a736e4b168acc016e
[ "Apache-2.0" ]
72
2018-01-26T11:19:32.000Z
2022-02-06T02:38:38.000Z
test/testngpp-1.1/include/testngpp/runner/TestCaseSandboxHandler.h
mswdwk/code_test_records
6edda193c8c19607c2021e62b96b8ff0813c7208
[ "MIT" ]
21
2021-03-17T06:41:56.000Z
2022-02-01T12:27:28.000Z
test/testngpp-1.1/include/testngpp/runner/TestCaseSandboxHandler.h
mswdwk/code_test_records
6edda193c8c19607c2021e62b96b8ff0813c7208
[ "MIT" ]
27
2018-04-03T08:31:14.000Z
2022-03-16T13:01:09.000Z
#ifndef __TESTNGPP_TESTCASE_SANDBOX_HANDLER_H #define __TESTNGPP_TESTCASE_SANDBOX_HANDLER_H #include <testngpp/testngpp.h> #include <testngpp/runner/SandboxHandler.h> TESTNGPP_NS_START struct TestCase; struct TestCaseRunner; struct TestCaseSandboxHandlerImpl; struct TestCaseSandboxHandler : public SandboxHandler ...
16.647059
53
0.789753
5325ecf31e775c82b0b51fee4f5f8ef3a905e3cd
7,214
h
C
bin/include/pyxiePlane.h
indigames/pyxie
4536730c73ca4fcd16b676ab5f707e6fabfdb46c
[ "MIT" ]
1
2019-09-19T01:41:54.000Z
2019-09-19T01:41:54.000Z
bin/include/pyxiePlane.h
indigames/pyxie
4536730c73ca4fcd16b676ab5f707e6fabfdb46c
[ "MIT" ]
1
2019-09-02T04:31:13.000Z
2019-09-02T04:31:13.000Z
bin/include/pyxiePlane.h
indigames/pyxiepython
4536730c73ca4fcd16b676ab5f707e6fabfdb46c
[ "MIT" ]
null
null
null
/////////////////////////////////////////////////////////////// //Pyxie game engine // // Copyright Kiharu Shishikura 2019. All rights reserved. /////////////////////////////////////////////////////////////// #pragma once #include "pyxieMathutil.h" namespace pyxie { #define F32_LOWER_EQUAL_0(n) ((n) <= 0.0f)...
33.398148
101
0.656501
bb3924a1f5020a83ff011ae4e14238083d7d1055
11,411
h
C
src/optimizer/cmaes_optimizer/src/c_cmaes/cmaes_interface.h
dettmann/bolero
fa88be1a1d4ab1e2855d20f5429ac83ed5eb4925
[ "BSD-3-Clause" ]
51
2017-05-19T13:33:29.000Z
2022-01-21T10:59:57.000Z
src/optimizer/cmaes_optimizer/src/c_cmaes/cmaes_interface.h
dettmann/bolero
fa88be1a1d4ab1e2855d20f5429ac83ed5eb4925
[ "BSD-3-Clause" ]
94
2017-05-19T19:44:07.000Z
2021-12-15T13:40:59.000Z
src/optimizer/cmaes_optimizer/src/c_cmaes/cmaes_interface.h
dettmann/bolero
fa88be1a1d4ab1e2855d20f5429ac83ed5eb4925
[ "BSD-3-Clause" ]
31
2017-05-19T19:41:39.000Z
2021-08-25T14:14:19.000Z
/* --------------------------------------------------------- */ /* --- File: cmaes_interface.h - Author: Nikolaus Hansen --- */ /* ---------------------- last modified: II 2006 --- */ /* --------------------------------- by: Nikolaus Hansen --- */ /* --------------------------------------------------------- */ ...
42.420074
79
0.603628
63cc09f1a11e1fe45192e8cffee7df4f1ccd8d4a
10,808
c
C
Src/main.c
snandasena/stm32cubemx-leaning
2251fd7d1aa87b201e9e97a854aab6e6c6d276d9
[ "Apache-2.0" ]
null
null
null
Src/main.c
snandasena/stm32cubemx-leaning
2251fd7d1aa87b201e9e97a854aab6e6c6d276d9
[ "Apache-2.0" ]
null
null
null
Src/main.c
snandasena/stm32cubemx-leaning
2251fd7d1aa87b201e9e97a854aab6e6c6d276d9
[ "Apache-2.0" ]
null
null
null
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : main.c * @brief : Main program body ****************************************************************************** * @attention * * Copyright (c) 2022 STMicr...
34.202532
95
0.638323
763564e832e008a3b94fa29e0a6267366d4fa728
1,460
h
C
src/SolveRPN.h
caiozanatelli/RPNSolver
0b9a8a84a5d6059f6026ea4a1cf4f7988abd7371
[ "MIT" ]
null
null
null
src/SolveRPN.h
caiozanatelli/RPNSolver
0b9a8a84a5d6059f6026ea4a1cf4f7988abd7371
[ "MIT" ]
null
null
null
src/SolveRPN.h
caiozanatelli/RPNSolver
0b9a8a84a5d6059f6026ea4a1cf4f7988abd7371
[ "MIT" ]
null
null
null
#ifndef SOLVE_RPN_H #define SOLVE_RPN_H #include "ReversePolishNotation.h" #include "Stack.h" /*--------------------------------------------------------------------------------- Função: Função acessada pelo usuário para avaliar uma expressão em notação polonesa reversa. Para isso, a função recursiva ...
48.666667
105
0.557534
5bad604bce1aaaab3f587aae1f161c1c671db034
17,704
h
C
Psyc03/Psyc03.h
ghostintranslation/psyc03
40b92fd4cb4c0441ee210112ceec129fb634dd61
[ "MIT" ]
5
2020-07-25T09:24:36.000Z
2022-01-19T00:00:32.000Z
Psyc03/Psyc03.h
ghostintranslation/psyc03
40b92fd4cb4c0441ee210112ceec129fb634dd61
[ "MIT" ]
null
null
null
Psyc03/Psyc03.h
ghostintranslation/psyc03
40b92fd4cb4c0441ee210112ceec129fb634dd61
[ "MIT" ]
3
2021-02-16T08:03:53.000Z
2021-09-28T04:42:09.000Z
#ifndef Psyc03_h #define Psyc03_h #include "Motherboard.h" /* // GUItool: begin automatically generated code AudioSynthWaveformDc dc1; //xy=65,34 AudioSynthWaveformSine sine1; //xy=68,86 AudioSynthWaveformSine lfo; //xy=71,146 AudioSynthWaveformModulated sine_fm1; //xy=88...
29.359867
85
0.679394
c0d24200f9fac91e481cfe3fe7416f938f643591
18,923
c
C
src/ajs_msgloop.c
artynet/alljoyn-js
1e910726267ae294012ee097e4effa82cc188d23
[ "Apache-2.0" ]
null
null
null
src/ajs_msgloop.c
artynet/alljoyn-js
1e910726267ae294012ee097e4effa82cc188d23
[ "Apache-2.0" ]
null
null
null
src/ajs_msgloop.c
artynet/alljoyn-js
1e910726267ae294012ee097e4effa82cc188d23
[ "Apache-2.0" ]
null
null
null
/** * @file */ /****************************************************************************** * Copyright (c) Open Connectivity Foundation (OCF), AllJoyn Open Source * Project (AJOSP) Contributors and others. * * SPDX-License-Identifier: Apache-2.0 * * All rights reserved. This program and ...
31.696817
109
0.611055
8b9324f2437e1d181d6d47a338e97c639151b039
10,531
h
C
sw/drivers/pwr/src/32b/f28x/f2805x/pwr.h
Hao878/Toaero_ESC
8afc32b54145ea5618d7497a758a2672b18c1acc
[ "MIT" ]
3
2021-01-21T12:42:10.000Z
2022-02-10T00:14:01.000Z
sw/drivers/pwr/src/32b/f28x/f2805x/pwr.h
Hao878/Toaero_ESC
8afc32b54145ea5618d7497a758a2672b18c1acc
[ "MIT" ]
null
null
null
sw/drivers/pwr/src/32b/f28x/f2805x/pwr.h
Hao878/Toaero_ESC
8afc32b54145ea5618d7497a758a2672b18c1acc
[ "MIT" ]
3
2018-12-28T17:16:05.000Z
2020-02-01T05:42:56.000Z
/* --COPYRIGHT--,BSD * Copyright (c) 2015, 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 copy...
43.516529
100
0.678283
6beb1ebbef950acafe161fbbb55fdf2e90ab56cc
596
c
C
examples/hello/main.c
pabigot/bspacm
767cd31517bdaa8eb98d55719d08b677acc8b55f
[ "Zlib", "CC0-1.0", "BSD-3-Clause" ]
7
2015-09-23T09:55:33.000Z
2020-06-09T18:25:02.000Z
examples/hello/main.c
pabigot/bspacm
767cd31517bdaa8eb98d55719d08b677acc8b55f
[ "Zlib", "CC0-1.0", "BSD-3-Clause" ]
1
2018-03-13T23:04:02.000Z
2018-03-13T23:24:59.000Z
examples/hello/main.c
pabigot/bspacm
767cd31517bdaa8eb98d55719d08b677acc8b55f
[ "Zlib", "CC0-1.0", "BSD-3-Clause" ]
6
2015-10-26T00:16:28.000Z
2020-06-09T18:25:05.000Z
/* BSPACM - bootstrap/hello demonstration application * * Written in 2014 by Peter A. Bigot <http://pabigot.github.io/bspacm/> * * To the extent possible under law, the author(s) have dedicated all * copyright and related and neighboring rights to this software to * the public domain worldwide. This software is d...
28.380952
71
0.724832
ac5ddc2f5fef46e67accf11515b9906426e7b22b
258
h
C
BulletinDistributorCompanion.framework/BLTSectionConfigurationCMASItem.h
reels-research/iOS-Private-Frameworks
9a4f4534939310a51fdbf5a439dd22487efb0f01
[ "MIT" ]
4
2021-10-06T12:15:26.000Z
2022-02-21T02:26:00.000Z
BulletinDistributorCompanion.framework/BLTSectionConfigurationCMASItem.h
reels-research/iOS-Private-Frameworks
9a4f4534939310a51fdbf5a439dd22487efb0f01
[ "MIT" ]
null
null
null
BulletinDistributorCompanion.framework/BLTSectionConfigurationCMASItem.h
reels-research/iOS-Private-Frameworks
9a4f4534939310a51fdbf5a439dd22487efb0f01
[ "MIT" ]
1
2021-10-08T07:40:53.000Z
2021-10-08T07:40:53.000Z
/* Generated by RuntimeBrowser Image: /System/Library/PrivateFrameworks/BulletinDistributorCompanion.framework/BulletinDistributorCompanion */ @interface BLTSectionConfigurationCMASItem : BLTSectionConfigurationItem - (bool)optOutOfCoordination; @end
25.8
111
0.848837
b1be2f0f8b65cad5c252f35ddc595ef1c1c4b4f6
1,235
h
C
macOS/10.13/AudioToolbox.framework/_ACPluginDBBundle.h
onmyway133/Runtime-Headers
e9b80e7ab9103f37ad421ad6b8b58ee06369d21f
[ "MIT" ]
30
2016-10-09T20:13:00.000Z
2022-01-24T04:14:57.000Z
macOS/10.13/AudioToolbox.framework/_ACPluginDBBundle.h
onmyway133/Runtime-Headers
e9b80e7ab9103f37ad421ad6b8b58ee06369d21f
[ "MIT" ]
null
null
null
macOS/10.13/AudioToolbox.framework/_ACPluginDBBundle.h
onmyway133/Runtime-Headers
e9b80e7ab9103f37ad421ad6b8b58ee06369d21f
[ "MIT" ]
7
2017-08-29T14:41:25.000Z
2022-01-19T17:14:54.000Z
/* Generated by RuntimeBrowser Image: /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox */ @interface _ACPluginDBBundle : NSObject { struct AudioComponentVector { struct shared_ptr<APComponent> {} *__begin_; struct shared_ptr<APComponent> {} *__end_; struct __...
44.107143
324
0.715789
21f3a37280ae2aa12d5f5301c32935a3df414225
1,892
c
C
src/libtp/tests/testuri.c
MatthewCLane/unicon
29f68fb05ae1ca33050adf1bd6890d03c6ff26ad
[ "BSD-2-Clause" ]
35
2019-11-29T13:19:55.000Z
2022-03-01T06:00:40.000Z
src/libtp/tests/testuri.c
MatthewCLane/unicon
29f68fb05ae1ca33050adf1bd6890d03c6ff26ad
[ "BSD-2-Clause" ]
83
2019-11-03T20:07:12.000Z
2022-03-22T11:32:35.000Z
src/libtp/tests/testuri.c
jschnet/unicon
df79234dc1b8a4972f3908f601329591c06bd141
[ "BSD-2-Clause" ]
16
2019-10-14T04:32:36.000Z
2022-03-01T06:01:00.000Z
#ifndef NO_CONFIG_H #ifndef HAVE_CONFIG_H #define HAVE_CONFIG_H #endif #endif #ifdef HAVE_CONFIG_H #include "../../h/config.h" #endif #ifdef STDC_HEADERS #include <stdio.h> #include <stdlib.h> #include <string.h> #endif #include <uri.h> void print_uri(PURI puri); int main(int argc, char **argv) { PURI puri; i...
20.791209
68
0.549683
b1ece40e95561e49e602cab3bc3db96110cd50cb
102
c
C
src/unistd/pause.c
ung-org/lib-c
55fc64c7ffd7792bc88451a736c2e94e5865282f
[ "MIT" ]
null
null
null
src/unistd/pause.c
ung-org/lib-c
55fc64c7ffd7792bc88451a736c2e94e5865282f
[ "MIT" ]
null
null
null
src/unistd/pause.c
ung-org/lib-c
55fc64c7ffd7792bc88451a736c2e94e5865282f
[ "MIT" ]
null
null
null
#include "_syscall.h" int pause(void) { SYSCALL(pause, int, -1, 0, 0, 0, 0, 0, 0); } /* POSIX(1) */
10.2
43
0.54902
cee18faad7df5228391112b1fd2e29059d5b90b6
460
h
C
qqtw/qqheaders7.2/QQDynamicAvatarStrategyModel.h
onezens/QQTweak
04b9efd1d93eba8ef8fec5cf9a20276637765777
[ "MIT" ]
5
2018-02-20T14:24:17.000Z
2020-08-06T09:31:21.000Z
qqtw/qqheaders7.2/QQDynamicAvatarStrategyModel.h
onezens/QQTweak
04b9efd1d93eba8ef8fec5cf9a20276637765777
[ "MIT" ]
1
2020-06-10T07:49:16.000Z
2020-06-12T02:08:35.000Z
qqtw/qqheaders7.2/QQDynamicAvatarStrategyModel.h
onezens/SmartQQ
04b9efd1d93eba8ef8fec5cf9a20276637765777
[ "MIT" ]
null
null
null
// // Generated by class-dump 3.5 (64 bit). // // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard. // #import "QQModel.h" #import "NSCopying.h" @interface QQDynamicAvatarStrategyModel : QQModel <NSCopying> { long long _flowUsedBytesToday; } - (id)copyWithZone:(struct _NSZone ...
20.909091
105
0.721739
a8585933b891cae6c41a37bc51b06fd0404118aa
5,632
c
C
lib/asn1c/nr_rrc/UEInformationResponse-r16.c
gmg2719/free5GRAN
5ded60f3c5b85b507f96bdbf092886901d588dd1
[ "Apache-2.0" ]
null
null
null
lib/asn1c/nr_rrc/UEInformationResponse-r16.c
gmg2719/free5GRAN
5ded60f3c5b85b507f96bdbf092886901d588dd1
[ "Apache-2.0" ]
null
null
null
lib/asn1c/nr_rrc/UEInformationResponse-r16.c
gmg2719/free5GRAN
5ded60f3c5b85b507f96bdbf092886901d588dd1
[ "Apache-2.0" ]
1
2021-02-20T10:27:52.000Z
2021-02-20T10:27:52.000Z
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NR-RRC-Definitions" * found in "NR-RRC-Definitions.asn" * `asn1c -fcompound-names -no-gen-example -pdu=all` */ #include "UEInformationResponse-r16.h" static asn_oer_constraints_t asn_OER_type_criticalExtensions_constr_3 CC_NOTUSED =...
38.575342
116
0.752308
69e640ebb28fe6234d43bf69b2d9252a80b72021
830
c
C
libraries/datastruct/linkedlist/walk-internal.c
clayne/Containers
7db1e5a8f4ef729273cdbebc4afa2f6b98cd8c2a
[ "BSD-2-Clause" ]
18
2015-03-28T06:11:38.000Z
2022-01-22T10:16:26.000Z
libraries/datastruct/linkedlist/walk-internal.c
clayne/Containers
7db1e5a8f4ef729273cdbebc4afa2f6b98cd8c2a
[ "BSD-2-Clause" ]
null
null
null
libraries/datastruct/linkedlist/walk-internal.c
clayne/Containers
7db1e5a8f4ef729273cdbebc4afa2f6b98cd8c2a
[ "BSD-2-Clause" ]
6
2017-02-11T12:45:14.000Z
2020-09-22T04:47:45.000Z
/* -------------------------------------------------------------------------- * Name: walk-internal.c * Purpose: Associative array implemented as a linked list * ----------------------------------------------------------------------- */ #include <stdlib.h> #include "base/errors.h" #include "datastruct/linkedli...
22.432432
77
0.43494
b8afc172c51f88ddc6ae77c26561b903bf03dcc1
24,453
h
C
u-boot-2009.08/include/configs/ADNPESC1.h
isabella232/wireless-media-drive
ab09fbd1194c8148131cf0a37425419253a137b0
[ "Apache-2.0" ]
10
2015-02-28T21:05:37.000Z
2021-09-16T04:57:27.000Z
u-boot-2009.08/include/configs/ADNPESC1.h
SanDisk-Open-Source/wireless-media-drive
ab09fbd1194c8148131cf0a37425419253a137b0
[ "Apache-2.0" ]
1
2021-02-24T05:16:58.000Z
2021-02-24T05:16:58.000Z
u-boot-2009.08/include/configs/ADNPESC1.h
isabella232/wireless-media-drive
ab09fbd1194c8148131cf0a37425419253a137b0
[ "Apache-2.0" ]
5
2018-11-19T16:42:53.000Z
2021-12-07T12:39:23.000Z
/* * (C) Copyright 2004, Li-Pro.Net <www.li-pro.net> * Stephan Linz <linz@li-pro.net> * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the ...
35.542151
98
0.678853
b8f1dd0c5b9ea06e13f03bf0c5a54d2a3d4cbd34
6,801
c
C
test.c
TTWNO/morse-in-c
a86a44c41f80f34a53a4ef48c96a233611857892
[ "BSD-3-Clause" ]
null
null
null
test.c
TTWNO/morse-in-c
a86a44c41f80f34a53a4ef48c96a233611857892
[ "BSD-3-Clause" ]
null
null
null
test.c
TTWNO/morse-in-c
a86a44c41f80f34a53a4ef48c96a233611857892
[ "BSD-3-Clause" ]
null
null
null
#include <stdio.h> #include <string.h> #include <stdlib.h> #include "morse.h" int tests_run = 0; int tests_passed = 0; int tests_failed = 0; const char* FAIL = "FAIL"; const char* PASS = "PASS"; const char* EQ = "=="; const char* NEQ = "!="; const char* GREEN_TEXT = "\e[32m"; const char* RED_TEXT = "\e[31m"; const ...
26.360465
100
0.524041