hexsha
stringlengths
40
40
size
int64
7
1.05M
ext
stringclasses
13 values
lang
stringclasses
1 value
max_stars_repo_path
stringlengths
4
269
max_stars_repo_name
stringlengths
5
109
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
9
max_stars_count
int64
1
191k
max_stars_repo_stars_event_min_datetime
stringlengths
24
24
max_stars_repo_stars_event_max_datetime
stringlengths
24
24
max_issues_repo_path
stringlengths
4
269
max_issues_repo_name
stringlengths
5
116
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
listlengths
1
9
max_issues_count
int64
1
48.5k
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
4
269
max_forks_repo_name
stringlengths
5
116
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
listlengths
1
9
max_forks_count
int64
1
105k
max_forks_repo_forks_event_min_datetime
stringlengths
24
24
max_forks_repo_forks_event_max_datetime
stringlengths
24
24
content
stringlengths
7
1.05M
avg_line_length
float64
1.21
330k
max_line_length
int64
6
990k
alphanum_fraction
float64
0.01
0.99
author_id
stringlengths
2
40
cb4e69dd28ffffcb5e6fa2caf1d40c1e9b27c11d
4,001
cpp
C++
emulation/hel/lib/ChipObject/tInterruptManager.cpp
NWalker1208/synthesis
c7bb2d49a7a3fc4d4db9f857aabcc4a4c3b74c34
[ "Apache-2.0" ]
null
null
null
emulation/hel/lib/ChipObject/tInterruptManager.cpp
NWalker1208/synthesis
c7bb2d49a7a3fc4d4db9f857aabcc4a4c3b74c34
[ "Apache-2.0" ]
null
null
null
emulation/hel/lib/ChipObject/tInterruptManager.cpp
NWalker1208/synthesis
c7bb2d49a7a3fc4d4db9f857aabcc4a4c3b74c34
[ "Apache-2.0" ]
null
null
null
#include <ChipObject/tInterruptManager.h> #include <stdio.h> #ifndef __NI_CRITICAL_SECTION #define __NI_CRITICAL_SECTION #include <OSAL/Synchronized.h> class ni::dsc::osdep::CriticalSection { public: NTReentrantSemaphore sem; }; #endif #include <OSAL/Task.h> namespace nFPGA { uint32_t tInterruptManager::_globalIn...
31.503937
130
0.749563
NWalker1208
cb503f82f6fdc341a6a002ed76655a823192614d
483
hpp
C++
system/sysutil.hpp
mrtryhard/mrtlib
07344c7a374ea60b494fab67c3d66d617143479e
[ "BSD-3-Clause" ]
null
null
null
system/sysutil.hpp
mrtryhard/mrtlib
07344c7a374ea60b494fab67c3d66d617143479e
[ "BSD-3-Clause" ]
null
null
null
system/sysutil.hpp
mrtryhard/mrtlib
07344c7a374ea60b494fab67c3d66d617143479e
[ "BSD-3-Clause" ]
null
null
null
#ifndef MRT_SYSTEM_SYSUTIL_HPP_ #define MRT_SYSTEM_SYSUTIL_HPP_ #include <iostream> namespace mrt { namespace system { void pause() { const auto old_flags = std::cin.flags(); char wait_char; std::cin.setf(old_flags & ~std::ios_base::skipws); std::cout << "Press any ke...
23
65
0.610766
mrtryhard
cb5247f01f34da3b7c30612dbdca21cba22c0bbe
1,665
cpp
C++
rollhash.cpp
rakibulhossain/competetive-programming-library
1a1d8e18e411c6094001d56a7aca45cc106e0f09
[ "MIT" ]
1
2021-11-18T13:07:39.000Z
2021-11-18T13:07:39.000Z
rollhash.cpp
Sajjadhossaintalukder/competetive-programming-library
1a1d8e18e411c6094001d56a7aca45cc106e0f09
[ "MIT" ]
null
null
null
rollhash.cpp
Sajjadhossaintalukder/competetive-programming-library
1a1d8e18e411c6094001d56a7aca45cc106e0f09
[ "MIT" ]
2
2021-08-07T05:09:52.000Z
2021-08-23T19:41:07.000Z
#include<bits/stdc++.h> using namespace std; typedef unsigned long long ull; typedef long long ll; int gen_base(const int bef,const int aft) { auto seed = chrono::high_resolution_clock::now().time_since_epoch().count(); mt19937 mt_rand(seed); int base=uniform_int_distribution<int>(bef+1,aft)(mt_rand); ...
21.075949
87
0.574775
rakibulhossain
cb530e61579194d839aaa97b208695672266b836
2,307
hpp
C++
test-suite/marketmodel.hpp
zhengyuzhang1/QuantLib
65867ab7c44419b69e40e553b41230744b83cff9
[ "BSD-3-Clause" ]
2
2021-12-12T01:27:45.000Z
2022-01-25T17:44:12.000Z
test-suite/marketmodel.hpp
zhengyuzhang1/QuantLib
65867ab7c44419b69e40e553b41230744b83cff9
[ "BSD-3-Clause" ]
1
2020-07-17T18:49:22.000Z
2020-07-17T18:49:22.000Z
test-suite/marketmodel.hpp
zhengyuzhang1/QuantLib
65867ab7c44419b69e40e553b41230744b83cff9
[ "BSD-3-Clause" ]
1
2021-07-11T08:32:27.000Z
2021-07-11T08:32:27.000Z
/* -*- mode: c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* Copyright (C) 2006 Ferdinando Ametrano Copyright (C) 2006 StatPro Italia srl Copyright (C) 2012 Peter Caspers This file is part of QuantLib, a free-software/open-source library for financial quantitative analysts and developers - ...
37.209677
79
0.763762
zhengyuzhang1
cb57507b16a829830bb93d61c699889ee7ffe63f
1,609
cpp
C++
src/OpcUaStackCore/EventType/EventHandler.cpp
gianricardo/OpcUaStack
ccdef574175ffe8b7e82b886abc5e5403968b280
[ "Apache-2.0" ]
108
2018-10-08T17:03:32.000Z
2022-03-21T00:52:26.000Z
src/OpcUaStackCore/EventType/EventHandler.cpp
gianricardo/OpcUaStack
ccdef574175ffe8b7e82b886abc5e5403968b280
[ "Apache-2.0" ]
287
2018-09-18T14:59:12.000Z
2022-01-13T12:28:23.000Z
src/OpcUaStackCore/EventType/EventHandler.cpp
gianricardo/OpcUaStack
ccdef574175ffe8b7e82b886abc5e5403968b280
[ "Apache-2.0" ]
32
2018-10-19T14:35:03.000Z
2021-11-12T09:36:46.000Z
/* Copyright 2017 Kai Huebl (kai@huebl-sgh.de) Lizenziert gemäß Apache Licence Version 2.0 (die „Lizenz“); Nutzung dieser Datei nur in Übereinstimmung mit der Lizenz erlaubt. Eine Kopie der Lizenz erhalten Sie auf http://www.apache.org/licenses/LICENSE-2.0. Sofern nicht gemäß geltendem Recht vorgeschri...
24.753846
86
0.59913
gianricardo
cb5a8fe23001a40702e83f803cfa086d3fb07f05
742
cpp
C++
python/swig_/timepoint_to_datetime/foo.cpp
SnoopJeDi/playground
73fab4a38ceeff3da23683e3dd1cb1b3a74cf4cf
[ "MIT" ]
null
null
null
python/swig_/timepoint_to_datetime/foo.cpp
SnoopJeDi/playground
73fab4a38ceeff3da23683e3dd1cb1b3a74cf4cf
[ "MIT" ]
null
null
null
python/swig_/timepoint_to_datetime/foo.cpp
SnoopJeDi/playground
73fab4a38ceeff3da23683e3dd1cb1b3a74cf4cf
[ "MIT" ]
null
null
null
#include <iostream> #include <chrono> std::chrono::steady_clock::time_point get_time() { return std::chrono::steady_clock::now(); } int main(int argc, char** argv) { auto start = get_time(); std::cout << "Hello, I'm going to print out some stars I guess\n"; for(int i=0; i<1000; i++) { std::co...
27.481481
122
0.591644
SnoopJeDi
cb5bd046319c5b0670668f4b193a9d75638ca782
1,357
cpp
C++
apps/panel/widgets/ApplicationListing.cpp
AptRock327/skift
1c8192ab2d3b3f2688128bf7a85b46dbcdcb7cb3
[ "MIT" ]
null
null
null
apps/panel/widgets/ApplicationListing.cpp
AptRock327/skift
1c8192ab2d3b3f2688128bf7a85b46dbcdcb7cb3
[ "MIT" ]
null
null
null
apps/panel/widgets/ApplicationListing.cpp
AptRock327/skift
1c8192ab2d3b3f2688128bf7a85b46dbcdcb7cb3
[ "MIT" ]
null
null
null
#include <libsystem/process/Process.h> #include <libutils/FuzzyMatcher.h> #include <libwidget/Button.h> #include <libwidget/Label.h> #include <libwidget/Window.h> #include "panel/model/MenuEntry.h" #include "panel/widgets/ApplicationListing.h" namespace panel { ApplicationListing::ApplicationListing(Widget *parent) ...
19.385714
77
0.607222
AptRock327
cb5d04dd07cb6c00ed36c2d2ea19f01019719629
1,146
cpp
C++
src/aimp_dotnet/SDK/MusicLibrary/Extension/Command/AimpDataStorageCommandUserMark.cpp
Smartoteka/aimp_dotnet
544502b8d080c9280ba11917ef0cc3e8dec44234
[ "Apache-2.0" ]
52
2015-04-14T14:39:30.000Z
2022-02-07T07:16:05.000Z
src/aimp_dotnet/SDK/MusicLibrary/Extension/Command/AimpDataStorageCommandUserMark.cpp
Smartoteka/aimp_dotnet
544502b8d080c9280ba11917ef0cc3e8dec44234
[ "Apache-2.0" ]
11
2015-04-02T10:45:55.000Z
2022-02-03T07:21:53.000Z
src/aimp_dotnet/SDK/MusicLibrary/Extension/Command/AimpDataStorageCommandUserMark.cpp
Smartoteka/aimp_dotnet
544502b8d080c9280ba11917ef0cc3e8dec44234
[ "Apache-2.0" ]
9
2015-04-05T18:25:57.000Z
2022-02-07T07:20:23.000Z
// ---------------------------------------------------- // AIMP DotNet SDK // Copyright (c) 2014 - 2020 Evgeniy Bogdan // https://github.com/martin211/aimp_dotnet // Mail: mail4evgeniy@gmail.com // ---------------------------------------------------- #include "Stdafx.h" #include "AimpDataStorageCommandUserMark.h" Aim...
30.157895
95
0.67452
Smartoteka
cb605c273c1aeefd1fd821e29b23580d29d367d4
6,542
cc
C++
src/misc_audio.cc
bartvanerp/visqol
9115ad9dbc29ae5f9cc5a55d2bb07befce2153cb
[ "Apache-2.0" ]
null
null
null
src/misc_audio.cc
bartvanerp/visqol
9115ad9dbc29ae5f9cc5a55d2bb07befce2153cb
[ "Apache-2.0" ]
null
null
null
src/misc_audio.cc
bartvanerp/visqol
9115ad9dbc29ae5f9cc5a55d2bb07befce2153cb
[ "Apache-2.0" ]
null
null
null
// Copyright 2019 Google LLC, Andrew Hines // // 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...
35.945055
79
0.693366
bartvanerp
cb62f0e1b2ba7516ed1b49dfe0e0061f35a11105
1,218
cpp
C++
tests/syscall/epoll/host/host.cpp
oe-ci-test/openenclave
966ef04f623aba54720fa95996c1ff9e0585c22b
[ "MIT" ]
null
null
null
tests/syscall/epoll/host/host.cpp
oe-ci-test/openenclave
966ef04f623aba54720fa95996c1ff9e0585c22b
[ "MIT" ]
3
2021-04-07T20:56:28.000Z
2021-09-23T23:31:47.000Z
tests/syscall/epoll/host/host.cpp
oe-ci-test/openenclave
966ef04f623aba54720fa95996c1ff9e0585c22b
[ "MIT" ]
1
2019-11-16T08:21:33.000Z
2019-11-16T08:21:33.000Z
// Copyright (c) Open Enclave SDK contributors. // Licensed under the MIT License. #include <openenclave/host.h> #include <openenclave/internal/tests.h> #include <cstdio> #include <thread> #include "epoll_u.h" using namespace std; int main(int argc, const char* argv[]) { oe_result_t r; const uint32_t flags =...
23.423077
73
0.646141
oe-ci-test
cb6515063d85df722a2f25fdfcb40563f6d94796
4,869
cpp
C++
inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_3x3.cpp
cwzrad/openvino
ae4bd370eac7c695bd797a31e62317d328dbe742
[ "Apache-2.0" ]
1
2020-10-13T22:49:18.000Z
2020-10-13T22:49:18.000Z
inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_3x3.cpp
cwzrad/openvino
ae4bd370eac7c695bd797a31e62317d328dbe742
[ "Apache-2.0" ]
1
2021-07-24T15:22:27.000Z
2021-07-24T15:22:27.000Z
inference-engine/thirdparty/clDNN/kernel_selector/core/actual_kernels/convolution/convolution_kernel_imad_bs_fs_yx_bsv16_fsv16_3x3.cpp
cwzrad/openvino
ae4bd370eac7c695bd797a31e62317d328dbe742
[ "Apache-2.0" ]
1
2020-08-13T08:33:55.000Z
2020-08-13T08:33:55.000Z
// Copyright (c) 2020 Intel Corporation // // 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...
33.122449
144
0.653933
cwzrad
cb680c2a4f44b30f8779f92f9997901e875fa3c6
6,605
cpp
C++
tag/src/v20180813/model/ResourcesTag.cpp
datalliance88/tencentcloud-sdk-cpp
fbb8ea8e385620ac41b0a9ceb5abf1405b8aac8c
[ "Apache-2.0" ]
null
null
null
tag/src/v20180813/model/ResourcesTag.cpp
datalliance88/tencentcloud-sdk-cpp
fbb8ea8e385620ac41b0a9ceb5abf1405b8aac8c
[ "Apache-2.0" ]
null
null
null
tag/src/v20180813/model/ResourcesTag.cpp
datalliance88/tencentcloud-sdk-cpp
fbb8ea8e385620ac41b0a9ceb5abf1405b8aac8c
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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 ...
28.106383
139
0.672521
datalliance88
cb691e6d92f3a9a20d483cbfad738dfa15f23b4a
16,699
cpp
C++
src/apps/sequencer/python/sequencer.cpp
forestcaver/performer
17750bc8e6fa23cd806d58a9c519fac25a52473f
[ "MIT" ]
1
2019-04-19T01:34:03.000Z
2019-04-19T01:34:03.000Z
src/apps/sequencer/python/sequencer.cpp
forestcaver/performer
17750bc8e6fa23cd806d58a9c519fac25a52473f
[ "MIT" ]
null
null
null
src/apps/sequencer/python/sequencer.cpp
forestcaver/performer
17750bc8e6fa23cd806d58a9c519fac25a52473f
[ "MIT" ]
null
null
null
#include "SequencerApp.h" #include "model/Model.h" #include <pybind11/pybind11.h> namespace py = pybind11; void register_sequencer(py::module &m) { // ------------------------------------------------------------------------ // Sequencer // -----------------------------------------------------------------...
49.259587
152
0.565243
forestcaver
cb697c77faa2819c8e8d38ca4485f7ea793d8b14
5,064
cpp
C++
libs/variant/test/rvalue_test.cpp
juslee/boost-svn
6d5a03c1f5ed3e2b23bd0f3ad98d13ff33d4dcbb
[ "BSL-1.0" ]
null
null
null
libs/variant/test/rvalue_test.cpp
juslee/boost-svn
6d5a03c1f5ed3e2b23bd0f3ad98d13ff33d4dcbb
[ "BSL-1.0" ]
null
null
null
libs/variant/test/rvalue_test.cpp
juslee/boost-svn
6d5a03c1f5ed3e2b23bd0f3ad98d13ff33d4dcbb
[ "BSL-1.0" ]
null
null
null
//----------------------------------------------------------------------------- // boost-libs variant/test/rvalue_test.cpp source file // See http://www.boost.org for updates, documentation, and revision history. //----------------------------------------------------------------------------- // // Copyright (c) 2012 //...
36.963504
109
0.720182
juslee
cb6a19f9d53d524703bf6ff2cd44ea4655a5d8d4
696
cpp
C++
#1059 Prime Factors.cpp
ZachVec/PAT-Advanced
52ba5989c095ddbee3c297e82a4b3d0d2e0cd449
[ "MIT" ]
1
2021-12-26T08:34:47.000Z
2021-12-26T08:34:47.000Z
#1059 Prime Factors.cpp
ZachVec/PAT-Advanced
52ba5989c095ddbee3c297e82a4b3d0d2e0cd449
[ "MIT" ]
null
null
null
#1059 Prime Factors.cpp
ZachVec/PAT-Advanced
52ba5989c095ddbee3c297e82a4b3d0d2e0cd449
[ "MIT" ]
null
null
null
#include <iostream> #include <vector> int main() { size_t num; if(!scanf("%zu", &num)) return 0; std::vector<bool> isPrime(50000, true); isPrime[0] = isPrime[1] = false; for(size_t i = 2; i < 50000; ++i) { if(!isPrime[i]) continue; for(size_t j = 2 * i; j < 50000; j *= 2) isPrime[j]...
27.84
68
0.465517
ZachVec
cb6af83f1807b38ebb0333de2396014c2f838543
21,064
cpp
C++
library/property/test/src/test_tetengo.property.property_set.cpp
kaorut/tetengo
3360cce3e3f4c92b18154927685986c1fa7b4e8e
[ "MIT" ]
null
null
null
library/property/test/src/test_tetengo.property.property_set.cpp
kaorut/tetengo
3360cce3e3f4c92b18154927685986c1fa7b4e8e
[ "MIT" ]
153
2019-08-11T05:26:36.000Z
2021-06-23T17:24:04.000Z
library/property/test/src/test_tetengo.property.property_set.cpp
kaorut/tetengo
3360cce3e3f4c92b18154927685986c1fa7b4e8e
[ "MIT" ]
null
null
null
/*! \file \brief A property set. Copyright (C) 2019-2021 kaoru https://www.tetengo.org/ */ #include <cstdint> #include <filesystem> #include <iterator> #include <memory> #include <optional> #include <string> #include <string_view> #include <utility> #include <vector> #include <stddef.h> #...
38.437956
121
0.664214
kaorut
cb6c2f31090c6ea33cabe18bf1054a7f947f9895
1,054
inl
C++
src/ComponentWrapper.inl
vis4rd/ecs
ef32770d93ef5a24dcf056032fc75a40077dcddc
[ "MIT" ]
null
null
null
src/ComponentWrapper.inl
vis4rd/ecs
ef32770d93ef5a24dcf056032fc75a40077dcddc
[ "MIT" ]
null
null
null
src/ComponentWrapper.inl
vis4rd/ecs
ef32770d93ef5a24dcf056032fc75a40077dcddc
[ "MIT" ]
null
null
null
namespace ecs { template <typename ComponentT> ComponentWrapper<ComponentT>::ComponentWrapper(const uint64 &entity_id) : m_component(), m_entityID(entity_id) { } template <typename ComponentT> ComponentWrapper<ComponentT>::ComponentWrapper(const ComponentT &comp) : m_component(comp), m_entityID(0) { } template <type...
20.666667
71
0.781784
vis4rd
cb6c3806ae14398a4db0b47f3d8235ed4db43c00
7,313
cpp
C++
Current/773_Sliding_Puzzle/main.cpp
camelboat/LeetCode_Archive
c29d263e068752a9ad355925f326b56f672bb584
[ "MIT" ]
3
2019-09-21T16:25:44.000Z
2021-08-29T20:43:57.000Z
Current/773_Sliding_Puzzle/main.cpp
camelboat/LeetCode_Archive
c29d263e068752a9ad355925f326b56f672bb584
[ "MIT" ]
null
null
null
Current/773_Sliding_Puzzle/main.cpp
camelboat/LeetCode_Archive
c29d263e068752a9ad355925f326b56f672bb584
[ "MIT" ]
null
null
null
#include <iostream> #include <vector> #include <map> #include <queue> #include <string> #include <unordered_map> #include <unordered_set> using namespace std; //// 83.56% , 100.00% class Solution { public: int slidingPuzzle(vector<vector<int>>& board) { string final_state = "123450"; unordered_set...
34.013953
114
0.484069
camelboat
cb6fc702e9b73092ec3977740d469c67965ed898
21,223
cpp
C++
Source/Modio/Private/ModioSubsystem.cpp
modio/modio-ue4
f7c16749def7a33a0e3ca77f1dc077d57d0b972e
[ "MIT" ]
19
2020-10-21T16:55:52.000Z
2022-03-27T10:21:23.000Z
Source/Modio/Private/ModioSubsystem.cpp
modio/modio-ue4
f7c16749def7a33a0e3ca77f1dc077d57d0b972e
[ "MIT" ]
6
2020-10-16T09:38:30.000Z
2021-11-15T23:43:59.000Z
Source/Modio/Private/ModioSubsystem.cpp
modio/modio-ue4
f7c16749def7a33a0e3ca77f1dc077d57d0b972e
[ "MIT" ]
1
2021-02-21T15:02:24.000Z
2021-02-21T15:02:24.000Z
/* * Copyright (C) 2021 mod.io Pty Ltd. <https://mod.io> * * This file is part of the mod.io UE4 Plugin. * * Distributed under the MIT License. (See accompanying file LICENSE or * view online at <https://github.com/modio/modio-ue4/blob/main/LICENSE>) * */ #include "ModioSubsystem.h" #include "Engine/Engin...
35.195688
120
0.766433
modio
cb6fdd5a0491cc8422de48d74f399a9c03b6a21c
10,021
hpp
C++
fon9/Subr.hpp
fonwin/Plan
3bfa9407ab04a26293ba8d23c2208bbececb430e
[ "Apache-2.0" ]
21
2019-01-29T14:41:46.000Z
2022-03-11T00:22:56.000Z
fon9/Subr.hpp
fonwin/Plan
3bfa9407ab04a26293ba8d23c2208bbececb430e
[ "Apache-2.0" ]
null
null
null
fon9/Subr.hpp
fonwin/Plan
3bfa9407ab04a26293ba8d23c2208bbececb430e
[ "Apache-2.0" ]
9
2019-01-27T14:19:33.000Z
2022-03-11T06:18:24.000Z
/// \file fon9/Subr.hpp /// \author fonwinz@gmail.com #ifndef __fon9_Subr_hpp__ #define __fon9_Subr_hpp__ #include "fon9/DummyMutex.hpp" #include "fon9/MustLock.hpp" #include "fon9/SortedVector.hpp" namespace fon9 { /// Subject/Subscriber 註冊取得的 ID, 用來取消註冊時使用. /// - 此ID的編碼方式為: 在新的訂閱者註冊時, 為目前最後一個ID+1, 如果現在沒有任何訂閱者則使用1....
34.67474
100
0.621295
fonwin
cb709ede5c4fee21b5074dd10ff4cdcc55641c39
707
cpp
C++
src/core/EConfigure.cpp
boselor/slc
a1fd53da3f180c4062cac7083b444b438d777d26
[ "Apache-2.0" ]
null
null
null
src/core/EConfigure.cpp
boselor/slc
a1fd53da3f180c4062cac7083b444b438d777d26
[ "Apache-2.0" ]
null
null
null
src/core/EConfigure.cpp
boselor/slc
a1fd53da3f180c4062cac7083b444b438d777d26
[ "Apache-2.0" ]
null
null
null
#include <core/EConfigure.hpp> #include <fstream> namespace slc { EConfigure::EConfigure() {} EConfigure::~EConfigure() {} bool EConfigure::loadFile(EString file) { if(file.isEmpty()) return false; std::ifstream reader; reader.open(file.toStdChars(),std::ios::ate); if(!re...
20.794118
69
0.547383
boselor
cb7bbcbf7ca44ffee5ac08be4646feeebe0ba463
6,725
cpp
C++
lib/AFE-I2C-Scanner/AFE-I2C-Scanner.cpp
tschaban/AFE-Firmware
b2c7c76e0f2efb6d8e02b81a5d08e39e30016502
[ "MIT" ]
36
2017-06-05T21:27:44.000Z
2022-02-13T21:04:04.000Z
lib/AFE-I2C-Scanner/AFE-I2C-Scanner.cpp
tschaban/AFE-Firmware
b2c7c76e0f2efb6d8e02b81a5d08e39e30016502
[ "MIT" ]
661
2017-05-28T12:01:53.000Z
2022-02-13T08:51:25.000Z
lib/AFE-I2C-Scanner/AFE-I2C-Scanner.cpp
tschaban/AFE-Firmware
b2c7c76e0f2efb6d8e02b81a5d08e39e30016502
[ "MIT" ]
46
2017-12-12T21:11:32.000Z
2022-02-10T21:52:26.000Z
/* AFE Firmware for smarthome devices, More info: https://afe.smartnydom.pl/ */ #include "AFE-I2C-Scanner.h" #ifdef AFE_CONFIG_HARDWARE_I2C AFEI2CScanner::AFEI2CScanner() {}; void AFEI2CScanner::begin(TwoWire *_WirePort) { AFEDataAccess Data; WirePort = _WirePort; } #ifdef DEBUG void AFEI2CScanner::scanAll(...
29.495614
119
0.654721
tschaban
cb7ddfe4bf29d5d26542d1d41a5db5f63229ffe2
6,712
cc
C++
src/mem/page_table.cc
yb-kim/gemV
02e00bb8ac0cb4aacad2fc4a8cb4eeb1cf176233
[ "BSD-3-Clause" ]
14
2015-06-25T03:00:17.000Z
2021-09-26T16:33:43.000Z
src/mem/page_table.cc
yb-kim/gemV
02e00bb8ac0cb4aacad2fc4a8cb4eeb1cf176233
[ "BSD-3-Clause" ]
1
2019-04-28T05:23:32.000Z
2019-04-28T05:23:32.000Z
src/mem/page_table.cc
yb-kim/gemV
02e00bb8ac0cb4aacad2fc4a8cb4eeb1cf176233
[ "BSD-3-Clause" ]
5
2016-10-19T07:25:58.000Z
2020-12-12T18:35:37.000Z
/* * Copyright (c) 2003 The Regents of The University of Michigan * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: redistributions of source code must retain the above copyright * notice, ...
28.201681
82
0.643623
yb-kim
cb7e0bff626080ccb1317f2bd4e4d77bd52f6ff0
8,323
cpp
C++
tests/kernel_concatenation_test/concatenation_test.cpp
pschatzmann/pico-tflmicro
c18a5081b2d5b62b1d4d74f7c7e33d543a3b75de
[ "Apache-2.0" ]
278
2021-01-21T07:25:35.000Z
2022-03-26T18:24:10.000Z
tensorflow/lite/micro/kernels/concatenation_test.cc
sseung0703/tensorflow
be084bd7a4dd241eb781fc704f57bcacc5c9b6dd
[ "Apache-2.0" ]
88
2020-11-24T08:18:10.000Z
2022-03-25T20:28:30.000Z
tensorflow/lite/micro/kernels/concatenation_test.cc
sseung0703/tensorflow
be084bd7a4dd241eb781fc704f57bcacc5c9b6dd
[ "Apache-2.0" ]
38
2021-01-21T07:25:45.000Z
2022-03-31T08:48:15.000Z
/* Copyright 2019 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...
39.822967
80
0.683528
pschatzmann
cb7f46d2660af5fd64bf8c35c812b4481e56a7d3
34,615
cc
C++
source/scale_mips.cc
herocodemaster/libyuv-chromium
83f460be3324ccd546ca45e6c282e8f201853e54
[ "BSD-3-Clause" ]
36
2016-06-10T02:42:37.000Z
2021-12-09T04:57:25.000Z
source/scale_mips.cc
herocodemaster/libyuv-chromium
83f460be3324ccd546ca45e6c282e8f201853e54
[ "BSD-3-Clause" ]
2
2017-01-03T12:37:35.000Z
2017-01-11T12:49:53.000Z
source/scale_mips.cc
herocodemaster/libyuv-chromium
83f460be3324ccd546ca45e6c282e8f201853e54
[ "BSD-3-Clause" ]
15
2016-11-16T02:30:42.000Z
2021-08-10T09:01:26.000Z
/* * Copyright 2012 The LibYuv Project Authors. All rights reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributing p...
55.472756
80
0.265261
herocodemaster
cb80b49bee22db688ad98ffe6917e344d3a15ec7
1,600
hpp
C++
src/core/models/mutation/indel_mutation_model.hpp
alimanfoo/octopus
f3cc3f567f02fafe33f5a06e5be693d6ea985ee3
[ "MIT" ]
1
2018-08-21T23:34:28.000Z
2018-08-21T23:34:28.000Z
src/core/models/mutation/indel_mutation_model.hpp
alimanfoo/octopus
f3cc3f567f02fafe33f5a06e5be693d6ea985ee3
[ "MIT" ]
null
null
null
src/core/models/mutation/indel_mutation_model.hpp
alimanfoo/octopus
f3cc3f567f02fafe33f5a06e5be693d6ea985ee3
[ "MIT" ]
null
null
null
// Copyright (c) 2015-2018 Daniel Cooke // Use of this source code is governed by the MIT license that can be found in the LICENSE file. #ifndef indel_mutation_model_hpp #define indel_mutation_model_hpp #include <vector> #include <cstdint> #include "core/types/haplotype.hpp" #include "core/types/variant.hpp" namesp...
27.586207
120
0.70625
alimanfoo
cb83514bbfb5f1668dd3063a6e451fc9556841f9
261
cpp
C++
imageEditorApp/src/view/main.cpp
Ecquus/imageEditor
bcecd7434e806b29b935dec58122ece4fd36f727
[ "MIT" ]
null
null
null
imageEditorApp/src/view/main.cpp
Ecquus/imageEditor
bcecd7434e806b29b935dec58122ece4fd36f727
[ "MIT" ]
null
null
null
imageEditorApp/src/view/main.cpp
Ecquus/imageEditor
bcecd7434e806b29b935dec58122ece4fd36f727
[ "MIT" ]
null
null
null
#include <mainwindow.h> #include <QApplication> #include <cstring> int main(int argc, char *argv[]) { QApplication a(argc, argv); bool debug = argc > 1 && strcmp(argv[1], "-d") == 0; MainWindow w(debug); w.show(); return a.exec(); }
16.3125
56
0.586207
Ecquus
cb86a134595e66d8180a1dccf1409e9631a5f103
1,088
cpp
C++
Week04/Fraction.cpp
mdnam2410/hcmus-oop-lab
2eb2bc781ed652b8f44396a5460a0422fda00c5b
[ "MIT" ]
null
null
null
Week04/Fraction.cpp
mdnam2410/hcmus-oop-lab
2eb2bc781ed652b8f44396a5460a0422fda00c5b
[ "MIT" ]
null
null
null
Week04/Fraction.cpp
mdnam2410/hcmus-oop-lab
2eb2bc781ed652b8f44396a5460a0422fda00c5b
[ "MIT" ]
null
null
null
#include "Fraction.h" #include <sstream> Fraction::Fraction() { m_nom = new int(0); m_denom = new int(1); } Fraction::Fraction(int value) { m_nom = new int(value); m_denom = new int(1); } Fraction::Fraction(int nom, int denom) { m_nom = new int(nom); m_denom = new int(denom); makeDenomin...
14.90411
40
0.601103
mdnam2410
cb89a7a6a17b18d2dbda29ab619cb87648b427ee
2,166
cpp
C++
libRocketWrapper/Src/ManagedFileInterface.cpp
AnomalousMedical/Engine
a19e21f597bd277e4ca17e0e5f3f89577f2307bb
[ "MIT" ]
null
null
null
libRocketWrapper/Src/ManagedFileInterface.cpp
AnomalousMedical/Engine
a19e21f597bd277e4ca17e0e5f3f89577f2307bb
[ "MIT" ]
null
null
null
libRocketWrapper/Src/ManagedFileInterface.cpp
AnomalousMedical/Engine
a19e21f597bd277e4ca17e0e5f3f89577f2307bb
[ "MIT" ]
null
null
null
#include "StdAfx.h" class ManagedFileInterface : public Rocket::Core::FileInterface { public: typedef size_t (*OpenCb)(String path HANDLE_ARG); typedef void(*CloseCb)(Rocket::Core::FileHandle file HANDLE_ARG); typedef size_t(*ReadCb)(void* buffer, size_t size, Rocket::Core::FileHandle file HANDLE_ARG); typ...
27.769231
307
0.738689
AnomalousMedical
cb8b164073545b49850380576d5c5daf872f92c9
1,493
cpp
C++
src/main.cpp
NDelt/Mini-Search-Engine
c7c64a7d365e5112e0a6eb320d3ff3e399bd9e18
[ "Apache-2.0" ]
null
null
null
src/main.cpp
NDelt/Mini-Search-Engine
c7c64a7d365e5112e0a6eb320d3ff3e399bd9e18
[ "Apache-2.0" ]
null
null
null
src/main.cpp
NDelt/Mini-Search-Engine
c7c64a7d365e5112e0a6eb320d3ff3e399bd9e18
[ "Apache-2.0" ]
1
2019-04-11T03:02:05.000Z
2019-04-11T03:02:05.000Z
/*************************************************************************** * Copyright 2019 HYUNWOO O * * 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/lice...
30.469388
76
0.583389
NDelt
cb8c968fa166b95b8a5674447afc69c8b9cd0f6f
324
hpp
C++
native/sample/headers/mcpe/LevelChunk.hpp
Molybdocene-dichloride/GregTech_BE
b19171ff4e41826c0bd4cf2dbdd9916f46254d67
[ "MIT" ]
4
2021-01-15T08:33:44.000Z
2022-03-13T19:11:08.000Z
native/sample/headers/mcpe/LevelChunk.hpp
Molybdocene-dichloride/GregTech_BE
b19171ff4e41826c0bd4cf2dbdd9916f46254d67
[ "MIT" ]
null
null
null
native/sample/headers/mcpe/LevelChunk.hpp
Molybdocene-dichloride/GregTech_BE
b19171ff4e41826c0bd4cf2dbdd9916f46254d67
[ "MIT" ]
null
null
null
#pragma once #include <mcpe\BlockPos.hpp> #include <mcpe\Block.hpp> #include <mcpe\Dimension.hpp> class LevelChunk { public: Level getLevel() const; Dimension getDimension() const; Block getBlock(ChunkBlockPos const&) const; ChunkLocalHeight getHeightRange() const; ChunkPos* getPosition() const...
24.923077
47
0.722222
Molybdocene-dichloride
cb8eb92813d5ae8dc1699cdd1ab54e63d08b8617
2,007
cc
C++
tests/api/mpi/comm/probe-intercomm.cc
jpkenny/sst-macro
bcc1f43034281885104962586d8b104df84b58bd
[ "BSD-Source-Code" ]
20
2017-01-26T09:28:23.000Z
2022-01-17T11:31:55.000Z
tests/api/mpi/comm/probe-intercomm.cc
jpkenny/sst-macro
bcc1f43034281885104962586d8b104df84b58bd
[ "BSD-Source-Code" ]
542
2016-03-29T22:50:58.000Z
2022-03-22T20:14:08.000Z
tests/api/mpi/comm/probe-intercomm.cc
jpkenny/sst-macro
bcc1f43034281885104962586d8b104df84b58bd
[ "BSD-Source-Code" ]
36
2016-03-10T21:33:54.000Z
2021-12-01T07:44:12.000Z
/* * * (C) 2003 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. */ #include <sstmac/replacements/mpi/mpi.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "mpitest.h" namespace probe_intercomm{ /** static char MTEST_Descrip[] = "Test MPI_Probe() for an intercomm...
26.76
124
0.540608
jpkenny
cb8eb99ac87328b3295e2a216dc5fdb43219b1a5
3,660
cpp
C++
cxxtest/cxxtest/LinkedList.cpp
coreyp1/graphlab
637be90021c5f83ab7833ca15c48e76039057969
[ "ECL-2.0", "Apache-2.0" ]
333
2016-07-29T19:22:07.000Z
2022-03-30T02:40:34.000Z
cxxtest/cxxtest/LinkedList.cpp
HybridGraph/GraphLab-PowerGraph
ba333c1cd82325ab2bfc6dd7ebb871b3fff64a94
[ "ECL-2.0", "Apache-2.0" ]
17
2016-09-15T00:31:59.000Z
2022-02-08T07:51:07.000Z
cxxtest/cxxtest/LinkedList.cpp
HybridGraph/GraphLab-PowerGraph
ba333c1cd82325ab2bfc6dd7ebb871b3fff64a94
[ "ECL-2.0", "Apache-2.0" ]
163
2016-07-29T19:22:11.000Z
2022-03-07T07:15:24.000Z
/* ------------------------------------------------------------------------- CxxTest: A lightweight C++ unit testing library. Copyright (c) 2008 Sandia Corporation. This software is distributed under the LGPL License v2.1 For more information, see the COPYING file in the top CxxTest directory. Under the terms of C...
19.891304
73
0.428415
coreyp1
cb8f1953a88140b9afa9a18898b6c177720b6f8a
9,131
cpp
C++
samples/snippets/cpp/VS_Snippets_CLR/formatting.numeric.custom/cpp/custom.cpp
BaruaSourav/docs
c288ed777de6b091f5e074d3488f7934683f3eb5
[ "CC-BY-4.0", "MIT" ]
3,294
2016-10-30T05:27:20.000Z
2022-03-31T15:59:30.000Z
samples/snippets/cpp/VS_Snippets_CLR/formatting.numeric.custom/cpp/custom.cpp
BaruaSourav/docs
c288ed777de6b091f5e074d3488f7934683f3eb5
[ "CC-BY-4.0", "MIT" ]
16,739
2016-10-28T19:41:29.000Z
2022-03-31T22:38:48.000Z
samples/snippets/cpp/VS_Snippets_CLR/formatting.numeric.custom/cpp/custom.cpp
BaruaSourav/docs
c288ed777de6b091f5e074d3488f7934683f3eb5
[ "CC-BY-4.0", "MIT" ]
6,701
2016-10-29T20:56:11.000Z
2022-03-31T12:32:26.000Z
using namespace System; using namespace System::Globalization; void ShowZeroPlaceholder() { // <Snippet1> double value; value = 123; Console::WriteLine(value.ToString("00000")); Console::WriteLine(String::Format("{0:00000}", value)); // Displays 00123 value = 1.2; Console::Wr...
34.587121
88
0.584273
BaruaSourav
cb8f5f99ee52b47d12b2b22e88ec05420a77959c
1,226
cpp
C++
imap/src/protocol/StoreResponseParser.cpp
webOS-ports/mojomail
49358ac2878e010f5c6e3bd962f047c476c11fc3
[ "Apache-2.0" ]
6
2015-01-09T02:20:27.000Z
2021-01-02T08:14:23.000Z
mojomail/imap/src/protocol/StoreResponseParser.cpp
openwebos/app-services
021d509d609fce0cb41a0e562650bdd1f3bf4e32
[ "Apache-2.0" ]
3
2019-05-11T19:17:56.000Z
2021-11-24T16:04:36.000Z
mojomail/imap/src/protocol/StoreResponseParser.cpp
openwebos/app-services
021d509d609fce0cb41a0e562650bdd1f3bf4e32
[ "Apache-2.0" ]
6
2015-01-09T02:21:13.000Z
2021-01-02T02:37:10.000Z
// @@@LICENSE // // Copyright (c) 2010-2013 LG Electronics, Inc. // // 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 require...
26.085106
92
0.750408
webOS-ports
cb921de5fe541c257bb94857dfbcc47a3e146bf7
984
cpp
C++
src/scripting/Sandbox.cpp
AlxAce/CyberEngineTweaks
3b1d2dba1717a69eae1972497dbde1952fef6d47
[ "MIT" ]
null
null
null
src/scripting/Sandbox.cpp
AlxAce/CyberEngineTweaks
3b1d2dba1717a69eae1972497dbde1952fef6d47
[ "MIT" ]
null
null
null
src/scripting/Sandbox.cpp
AlxAce/CyberEngineTweaks
3b1d2dba1717a69eae1972497dbde1952fef6d47
[ "MIT" ]
null
null
null
#include <stdafx.h> #include "Sandbox.h" #include "Scripting.h" Sandbox::Sandbox(Scripting* apScripting, sol::environment aBaseEnvironment, const std::filesystem::path& acRootPath) : m_pScripting(apScripting) , m_env(apScripting->GetState().Get(), sol::create) , m_path(acRootPath) { // copy base envir...
28.114286
116
0.723577
AlxAce
cb923eaa13a4528dda916d9bd8bfb0930d92e117
3,031
cpp
C++
NEERC/Subregionals/2010-2011/C/sol.cpp
Zovube/Tasks-solutions
fde056189dd5f630197d0516d3837044bc339e49
[ "MIT" ]
2
2018-11-08T05:57:22.000Z
2018-11-08T05:57:27.000Z
NEERC/Subregionals/2010-2011/C/sol.cpp
Zovube/Tasks-solutions
fde056189dd5f630197d0516d3837044bc339e49
[ "MIT" ]
null
null
null
NEERC/Subregionals/2010-2011/C/sol.cpp
Zovube/Tasks-solutions
fde056189dd5f630197d0516d3837044bc339e49
[ "MIT" ]
null
null
null
#define __USE_MINGW_ANSI_STDIO 0 #include<bits/stdc++.h> using namespace std; #define PI acos(-1) #define pb push_back #define fi first #define se second #define TASK "commuting" #define sz(a) (int)(a).size() #define all(c) (c).begin(), (c).end() #define TIMESTAMP fprintf(stderr, "Execut...
20.206667
95
0.509733
Zovube
cb9360ba1b46f7dbb3d672f5808f37bfdb08724b
266
cpp
C++
source/tm/constant_generation.cpp
davidstone/technical-machine
fea3306e58cd026846b8f6c71d51ffe7bab05034
[ "BSL-1.0" ]
7
2021-03-05T16:50:19.000Z
2022-02-02T04:30:07.000Z
source/tm/constant_generation.cpp
davidstone/technical-machine
fea3306e58cd026846b8f6c71d51ffe7bab05034
[ "BSL-1.0" ]
47
2021-02-01T18:54:23.000Z
2022-03-06T19:06:16.000Z
source/tm/constant_generation.cpp
davidstone/technical-machine
fea3306e58cd026846b8f6c71d51ffe7bab05034
[ "BSL-1.0" ]
1
2021-01-28T13:10:41.000Z
2021-01-28T13:10:41.000Z
// Handles challenges / current battles // Copyright David Stone 2020. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #include <tm/constant_generation.hpp>
33.25
61
0.763158
davidstone
cb98c32601e70e620f0b17364d4492831bda8af3
871
cpp
C++
Chapter10/10_3.cpp
GeertArien/c-accelerated
c0ae9f66b1733de04f3133db2e9d8af6d555fe6e
[ "MIT" ]
27
2019-03-12T02:24:43.000Z
2022-02-18T22:49:00.000Z
Chapter10/10_3.cpp
GeertArien/C-Accelerated
c0ae9f66b1733de04f3133db2e9d8af6d555fe6e
[ "MIT" ]
1
2020-06-24T18:34:45.000Z
2020-06-28T12:55:05.000Z
Chapter10/10_3.cpp
GeertArien/c-accelerated
c0ae9f66b1733de04f3133db2e9d8af6d555fe6e
[ "MIT" ]
12
2019-04-22T03:49:19.000Z
2021-08-31T17:39:35.000Z
/** Accelerated C++, Exercise 10-3, 10_3.cpp Write a test program to verify that the median function operates correctly. Ensure that calling median does not change the order of the elements in the container. */ #include "stdafx.h" #include "10_3.h" #include "10_2.h" #include <vector> using std::vector; #include <i...
18.145833
93
0.641791
GeertArien
cb9910fa098641be0c52b70076718f3aad44d7ac
389
cpp
C++
uva/10298.cpp
larc/competitive_programming
deccd7152a14adf217c58546d1cf8ac6b45f1c52
[ "MIT" ]
1
2019-05-23T19:05:39.000Z
2019-05-23T19:05:39.000Z
uva/10298.cpp
larc/oremor
deccd7152a14adf217c58546d1cf8ac6b45f1c52
[ "MIT" ]
null
null
null
uva/10298.cpp
larc/oremor
deccd7152a14adf217c58546d1cf8ac6b45f1c52
[ "MIT" ]
null
null
null
// 10298 - Power Strings #include <cstdio> #define N 1000001 int main() { int i, j; int b[N]; char str[N]; while(scanf("%s", str), str[0] != '.') { // KMP algorithm i = 0; j = -1; b[0] = -1; while(str[i]) { while(j >= 0 && str[i] != str[j]) j = b[j]; i++; j++; b[i] = j; } if(i % (i - j)) ...
12.548387
46
0.44473
larc
ed80a4dddec6ede720ff4cb69f5cb4a2a23bec1e
5,630
hpp
C++
include/System/__Filters.hpp
RedBrumbler/BeatSaber-Quest-Codegen
73dda50b5a3e51f10d86b766dcaa24b0c6226e25
[ "Unlicense" ]
null
null
null
include/System/__Filters.hpp
RedBrumbler/BeatSaber-Quest-Codegen
73dda50b5a3e51f10d86b766dcaa24b0c6226e25
[ "Unlicense" ]
null
null
null
include/System/__Filters.hpp
RedBrumbler/BeatSaber-Quest-Codegen
73dda50b5a3e51f10d86b766dcaa24b0c6226e25
[ "Unlicense" ]
null
null
null
// Autogenerated from CppHeaderCreator // Created by Sc2ad // ========================================================================= #pragma once // Begin includes #include "beatsaber-hook/shared/utils/typedefs.h" #include "beatsaber-hook/shared/utils/byref.hpp" #include "beatsaber-hook/shared/utils/il2cpp-ut...
52.616822
191
0.717584
RedBrumbler
ed81d0c8516309b107e0070d82087c6017d6cee0
371
cpp
C++
MDE/Object.cpp
dmitriyha/Magic-Dungeon-Epidemic
37d19f416d36f1abb2393af1e43f76b24f57001a
[ "Unlicense" ]
null
null
null
MDE/Object.cpp
dmitriyha/Magic-Dungeon-Epidemic
37d19f416d36f1abb2393af1e43f76b24f57001a
[ "Unlicense" ]
null
null
null
MDE/Object.cpp
dmitriyha/Magic-Dungeon-Epidemic
37d19f416d36f1abb2393af1e43f76b24f57001a
[ "Unlicense" ]
null
null
null
#include "Object.h" Object::Object() { } void Object::render(){ SDL_RenderCopy(texture->getRenderer(), texture->getTexture(), &sprite, &location); } /** \brief Sets the texture to the character * * \param Texture* _texture: The texture which you want to set to character * */ void Object::setTexture(Texture* _textu...
15.458333
83
0.695418
dmitriyha
ed82443b297dd63ffca152b82387e03252605e84
1,597
cpp
C++
src/Core/Service/ServerHandler.cpp
Loki-Astari/ThorsNisse
75fd6891959d6e9deb7c07cb26660e65ba7f51bd
[ "MIT" ]
6
2017-08-07T07:01:48.000Z
2022-02-27T20:58:44.000Z
src/Core/Service/ServerHandler.cpp
Loki-Astari/ThorsNisse
75fd6891959d6e9deb7c07cb26660e65ba7f51bd
[ "MIT" ]
18
2017-08-10T20:34:50.000Z
2017-09-05T19:48:52.000Z
src/Core/Service/ServerHandler.cpp
Loki-Astari/ThorsNisse
75fd6891959d6e9deb7c07cb26660e65ba7f51bd
[ "MIT" ]
1
2019-02-20T19:06:13.000Z
2019-02-20T19:06:13.000Z
#include "Handler.h" #include "ServerHandler.h" using namespace ThorsAnvil::Nisse::Core::Service; TimerHandler::TimerHandler(Server& parent, double timeOut, std::function<void()>&& action) : HandlerNonSuspendable(parent, -1, EV_PERSIST, timeOut) , action(std::move(action)) {} short TimerHandler::eventActivat...
51.516129
349
0.745147
Loki-Astari
ed832226bf229488cd6137fb15495fac5b35ec54
5,182
cpp
C++
src/master/RejudgeJob/RejudgeJobBase.cpp
WentsingNee/tsoj_core_cpp
8a83d6cc81c247a1299da207ac54b62419b75bab
[ "MIT" ]
1
2019-03-08T06:15:52.000Z
2019-03-08T06:15:52.000Z
src/master/RejudgeJob/RejudgeJobBase.cpp
WentsingNee/tsoj_core_cpp
8a83d6cc81c247a1299da207ac54b62419b75bab
[ "MIT" ]
null
null
null
src/master/RejudgeJob/RejudgeJobBase.cpp
WentsingNee/tsoj_core_cpp
8a83d6cc81c247a1299da207ac54b62419b75bab
[ "MIT" ]
null
null
null
/* * RejudgeJobBase.cpp * * Created on: 2018年11月20日 * Author: peter */ #include "RejudgeJobBase.hpp" #include "logger.hpp" #ifndef MYSQLPP_MYSQL_HEADERS_BURIED # define MYSQLPP_MYSQL_HEADERS_BURIED #endif #include <mysql++/transaction.h> #include <mysql_conn_factory.hpp> extern std::ofstream log_fp; Rejud...
30.662722
110
0.710922
WentsingNee
ed8570b4c3ce9ed25904a28725f3e759ad4832b4
4,734
cpp
C++
hphp/runtime/vm/jit/stack-overflow.cpp
jmurret/hhvm
f005fa3ca2793291cf59e217db3e9ce074d22f71
[ "PHP-3.01", "Zend-2.0" ]
1
2020-01-17T02:24:38.000Z
2020-01-17T02:24:38.000Z
hphp/runtime/vm/jit/stack-overflow.cpp
jmurret/hhvm
f005fa3ca2793291cf59e217db3e9ce074d22f71
[ "PHP-3.01", "Zend-2.0" ]
null
null
null
hphp/runtime/vm/jit/stack-overflow.cpp
jmurret/hhvm
f005fa3ca2793291cf59e217db3e9ce074d22f71
[ "PHP-3.01", "Zend-2.0" ]
null
null
null
/* +----------------------------------------------------------------------+ | HipHop for PHP | +----------------------------------------------------------------------+ | Copyright (c) 2010-present Facebook, Inc. (http://www.facebook.com) | +---------...
43.833333
82
0.635192
jmurret
ed8953dbe4132319a7738c97bc09a74f76558e7c
4,437
cpp
C++
Rocket/Engine/FileSystem/OsFileSync.cpp
rocketman123456/RocketEngine
ede1670d70c4689a5dc8543ca5351e8f23fcb840
[ "Apache-2.0" ]
null
null
null
Rocket/Engine/FileSystem/OsFileSync.cpp
rocketman123456/RocketEngine
ede1670d70c4689a5dc8543ca5351e8f23fcb840
[ "Apache-2.0" ]
null
null
null
Rocket/Engine/FileSystem/OsFileSync.cpp
rocketman123456/RocketEngine
ede1670d70c4689a5dc8543ca5351e8f23fcb840
[ "Apache-2.0" ]
null
null
null
#include "FileSystem/OsFileSync.h" #include "Log/Log.h" #include <exception> namespace Rocket { int32_t OsFileSync::Initialize(const std::string& path, const std::string& file_name, FileOperateMode mode) { mode_ = mode; file_.file_path = path; file_.file_name = file_name; file_.ful...
33.360902
119
0.572459
rocketman123456
ed8e6b442228e6aa14ede0f0daa3f79932d78ded
2,756
cpp
C++
src/io/lnk4archive.cpp
HououinKyouma29/impacto
8d4bf2605f54630b1b1cf7dbf3d05e5fd0249c2d
[ "ISC" ]
2
2021-02-08T12:01:16.000Z
2021-07-01T22:54:41.000Z
src/io/lnk4archive.cpp
HououinKyouma29/impacto
8d4bf2605f54630b1b1cf7dbf3d05e5fd0249c2d
[ "ISC" ]
null
null
null
src/io/lnk4archive.cpp
HououinKyouma29/impacto
8d4bf2605f54630b1b1cf7dbf3d05e5fd0249c2d
[ "ISC" ]
null
null
null
#include "lnk4archive.h" #include "../log.h" #include "uncompressedstream.h" #include "vfs.h" #include "../util.h" #include <SDL_endian.h> namespace Impacto { namespace Io { struct Lnk4MetaEntry : FileMeta { int64_t Offset; }; Lnk4Archive::~Lnk4Archive() { if (TOC) delete[] TOC; } IoError Lnk4Archive::Open(Fil...
26
77
0.651669
HououinKyouma29
ed938ba7c93d8f0b90d9bd881f8eba96f41b3c08
16,130
cpp
C++
rEFIt_UEFI/entry_scan/legacy.cpp
harperse/CloverBootloader
8d1baad2a62c66aae776cfd45d832399632c299e
[ "BSD-2-Clause" ]
null
null
null
rEFIt_UEFI/entry_scan/legacy.cpp
harperse/CloverBootloader
8d1baad2a62c66aae776cfd45d832399632c299e
[ "BSD-2-Clause" ]
null
null
null
rEFIt_UEFI/entry_scan/legacy.cpp
harperse/CloverBootloader
8d1baad2a62c66aae776cfd45d832399632c299e
[ "BSD-2-Clause" ]
null
null
null
/* * refit/scan/legacy.c * * Copyright (c) 2006-2010 Christoph Pfisterer * 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...
39.05569
202
0.614445
harperse
ed93d24e740d446f00bec865166bd46f1da6ac20
2,308
cpp
C++
src/protocols/kde/decoration.cpp
Link1J/Awning
4e35e092725d1688ac94f8473fb6bffd99a5cfa0
[ "MIT" ]
null
null
null
src/protocols/kde/decoration.cpp
Link1J/Awning
4e35e092725d1688ac94f8473fb6bffd99a5cfa0
[ "MIT" ]
null
null
null
src/protocols/kde/decoration.cpp
Link1J/Awning
4e35e092725d1688ac94f8473fb6bffd99a5cfa0
[ "MIT" ]
null
null
null
#include "decoration.hpp" #include <spdlog/spdlog.h> #include "protocols/wl/surface.hpp" namespace Awning::Protocols::KDE::Decoration { const struct org_kde_kwin_server_decoration_interface interface = { .release = Interface::Release, .request_mode = Interface::Request_Mode, }; std::unordered_map<wl_resou...
30.368421
127
0.774263
Link1J
ed95a6a1373036eb62be5e560e77bcba19dc9d94
1,415
cpp
C++
network.cpp
rohith-nagamalla/Ooad_project
ffdc9e34153afe46dbb94061737e92642b186599
[ "Apache-2.0" ]
1
2019-11-28T13:48:45.000Z
2019-11-28T13:48:45.000Z
network.cpp
rohith-nagamalla/Ooad_project
ffdc9e34153afe46dbb94061737e92642b186599
[ "Apache-2.0" ]
null
null
null
network.cpp
rohith-nagamalla/Ooad_project
ffdc9e34153afe46dbb94061737e92642b186599
[ "Apache-2.0" ]
null
null
null
#ifndef network_cpp #define network_cpp #include<bits/stdc++.h> #include "customer.cpp" #include "utilities.cpp" using namespace std; namespace Network { string sms_otp(string name,string number) { string processed_name; for(int i=0;i<name.size() && name[i]!=' ';i++) processed_name.push_back(name[i]); ...
26.203704
82
0.609894
rohith-nagamalla
ed95f18d3c589af673cf33428c51878f74a78973
8,236
cpp
C++
XivAlexanderLoader/App.cpp
ClarenceShalave/XivAlexander
c0f27cad381a48e097e5476e7cb7e2620b738ca7
[ "Apache-2.0" ]
1
2021-04-07T22:04:37.000Z
2021-04-07T22:04:37.000Z
XivAlexanderLoader/App.cpp
ClarenceShalave/XivAlexander
c0f27cad381a48e097e5476e7cb7e2620b738ca7
[ "Apache-2.0" ]
null
null
null
XivAlexanderLoader/App.cpp
ClarenceShalave/XivAlexander
c0f27cad381a48e097e5476e7cb7e2620b738ca7
[ "Apache-2.0" ]
null
null
null
#include "pch.h" static void* GetModulePointer(HANDLE hProcess, const wchar_t* sDllPath) { Utils::Win32Handle<> th32(CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, GetProcessId(hProcess))); MODULEENTRY32W mod{ sizeof MODULEENTRY32W }; if (!Module32FirstW(th32, &mod)) return nullptr; do { if (_wcsicmp(mod.szExePa...
30.6171
197
0.711875
ClarenceShalave
ed97526dd2144357bba8959470a4c497127b9181
3,029
cpp
C++
src/PE/CodeIntegrity.cpp
ienho/LIEF
29eb867e5fdcd5e11ce22d0c6f16ab27505b1be8
[ "Apache-2.0" ]
2
2021-12-31T07:25:05.000Z
2022-03-05T15:03:00.000Z
src/PE/CodeIntegrity.cpp
ienho/LIEF
29eb867e5fdcd5e11ce22d0c6f16ab27505b1be8
[ "Apache-2.0" ]
null
null
null
src/PE/CodeIntegrity.cpp
ienho/LIEF
29eb867e5fdcd5e11ce22d0c6f16ab27505b1be8
[ "Apache-2.0" ]
null
null
null
/* Copyright 2017 - 2021 R. Thomas * Copyright 2017 - 2021 Quarkslab * * 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 req...
28.308411
139
0.699241
ienho
ed97f70765144ce53e7f800ea9feee523b65f31d
12,218
cc
C++
src/video/FBPostProcessor.cc
D15C0DE/openMSX
5119a9657de4b82115c745f670cdc55dc7363133
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
src/video/FBPostProcessor.cc
D15C0DE/openMSX
5119a9657de4b82115c745f670cdc55dc7363133
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
src/video/FBPostProcessor.cc
D15C0DE/openMSX
5119a9657de4b82115c745f670cdc55dc7363133
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
#include "FBPostProcessor.hh" #include "RawFrame.hh" #include "StretchScalerOutput.hh" #include "ScalerOutput.hh" #include "RenderSettings.hh" #include "Scaler.hh" #include "ScalerFactory.hh" #include "SDLOutputSurface.hh" #include "aligned.hh" #include "checked_cast.hh" #include "random.hh" #include "xrange.hh" #inclu...
34.22409
86
0.681863
D15C0DE
ed9b56a08d18cd0d8b4728595e32efa030bbd3ac
103
cpp
C++
prototypes_cinder/PinballWarping/xcode/Location.cpp
redpaperheart/pinball_dreams
f1b873dc451157d9f2987501080a907635c80350
[ "Unlicense" ]
1
2016-07-29T21:19:12.000Z
2016-07-29T21:19:12.000Z
prototypes_cinder/PinballWarping/xcode/Location.cpp
redpaperheart/pinball_dreams
f1b873dc451157d9f2987501080a907635c80350
[ "Unlicense" ]
null
null
null
prototypes_cinder/PinballWarping/xcode/Location.cpp
redpaperheart/pinball_dreams
f1b873dc451157d9f2987501080a907635c80350
[ "Unlicense" ]
null
null
null
// // Location.cpp // PinballWarping // // Created by Eric on 6/10/15. // // #include "Location.h"
10.3
31
0.592233
redpaperheart
ed9ba3c47988be5ffd20aee496fdc10cbac0ae5a
3,102
cpp
C++
Greedy/948. Bag of Tokens.cpp
beckswu/Leetcode
480e8dc276b1f65961166d66efa5497d7ff0bdfd
[ "MIT" ]
138
2020-02-08T05:25:26.000Z
2021-11-04T11:59:28.000Z
Greedy/948. Bag of Tokens.cpp
beckswu/Leetcode
480e8dc276b1f65961166d66efa5497d7ff0bdfd
[ "MIT" ]
null
null
null
Greedy/948. Bag of Tokens.cpp
beckswu/Leetcode
480e8dc276b1f65961166d66efa5497d7ff0bdfd
[ "MIT" ]
24
2021-01-02T07:18:43.000Z
2022-03-20T08:17:54.000Z
/* Bad Question Description: https://leetcode.com/problems/bag-of-tokens/discuss/197856/Bad-descriptions! Description Rewrite: You have a bag of tokens, from which you can take whichever token you want, and after you take one, you can't put it back to the bag, meaning you can use every token at most once. You st...
24.425197
136
0.503224
beckswu
eda0f587865b486a279f453d1c5a33422465cb54
3,478
cxx
C++
odb-tests-2.4.0/evolution/add-index/driver.cxx
edidada/odb
78ed750a9dde65a627fc33078225410306c2e78b
[ "MIT" ]
null
null
null
odb-tests-2.4.0/evolution/add-index/driver.cxx
edidada/odb
78ed750a9dde65a627fc33078225410306c2e78b
[ "MIT" ]
null
null
null
odb-tests-2.4.0/evolution/add-index/driver.cxx
edidada/odb
78ed750a9dde65a627fc33078225410306c2e78b
[ "MIT" ]
null
null
null
// file : evolution/add-index/driver.cxx // copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test adding a new index. // #include <memory> // std::auto_ptr #include <cassert> #include <iostream> #include <odb/database.hxx> #include <odb/tr...
20.826347
73
0.47211
edidada
eda638f445c131091d5de5a945bf29c8532f6e0e
552
cpp
C++
stack_two_queues/stack_two_queues.cpp
ryanmcdermott/katas
d23b8c131f03e4df0a3a5268de4b63c5b35058a1
[ "MIT" ]
46
2017-06-26T15:09:10.000Z
2022-03-19T04:21:32.000Z
stack_two_queues/stack_two_queues.cpp
ryanmcdermott/katas
d23b8c131f03e4df0a3a5268de4b63c5b35058a1
[ "MIT" ]
null
null
null
stack_two_queues/stack_two_queues.cpp
ryanmcdermott/katas
d23b8c131f03e4df0a3a5268de4b63c5b35058a1
[ "MIT" ]
13
2017-10-18T05:30:18.000Z
2021-10-04T22:46:35.000Z
#include "./stack_two_queues.hpp" #include <queue> using std::queue; void stack_two_queues::pop() { if (q1.empty()) { return; } while (q1.size() != 1) { q2.push(q1.front()); q1.pop(); } q1.pop(); queue<int> temp = q1; q1 = q2; q2 = temp; } void stack_two_queues::push(int num) { q1.push...
13.8
54
0.559783
ryanmcdermott
eda87f79f5dcd8a91e728dc73a19ca219e1aa82e
3,181
cpp
C++
sample/main.cpp
vmcraft/remoteprinter
bf0294bb01ec61782daf166a869abd2ee97fba28
[ "Apache-2.0" ]
11
2019-11-18T10:17:25.000Z
2022-01-26T04:48:16.000Z
sample/main.cpp
vmcraft/remoteprinter
bf0294bb01ec61782daf166a869abd2ee97fba28
[ "Apache-2.0" ]
null
null
null
sample/main.cpp
vmcraft/remoteprinter
bf0294bb01ec61782daf166a869abd2ee97fba28
[ "Apache-2.0" ]
5
2016-10-13T14:05:17.000Z
2021-02-09T15:50:29.000Z
#include "thriftlink_server.h" #include "userdef_server.h" #include <Windows.h> #include "stdio.h" #pragma comment(lib, "user32.lib") bool inject_dll(HMODULE &hmodule, HHOOK &hhook, int target_threadid); void eject_dll(HMODULE &hmodule, HHOOK &hhook); BOOL CtrlHandler( DWORD fdwCtrlType ) ; bool _break_loop = false...
24.098485
92
0.594467
vmcraft
eda9a8023016c2c2f78c0248d7af05f1c29ba080
9,777
cpp
C++
tests/performance/memory/hipPerfBufferCopySpeed.cpp
parmance/HIP
96ee9d1397f02ac4b4badd9243994728f6a89fe5
[ "MIT" ]
1,935
2017-05-28T04:52:18.000Z
2022-03-30T23:50:43.000Z
tests/performance/memory/hipPerfBufferCopySpeed.cpp
parmance/HIP
96ee9d1397f02ac4b4badd9243994728f6a89fe5
[ "MIT" ]
1,310
2017-05-30T22:16:09.000Z
2022-03-31T08:25:58.000Z
tests/performance/memory/hipPerfBufferCopySpeed.cpp
parmance/HIP
96ee9d1397f02ac4b4badd9243994728f6a89fe5
[ "MIT" ]
495
2017-06-01T01:26:27.000Z
2022-03-28T16:36:51.000Z
/* Copyright (c) 2015 - 2021 Advanced Micro Devices, 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 "Software"), to deal in the Software without restriction, including without limitation the rights to use, c...
31.846906
122
0.561215
parmance
edaa67352a7ea85bdfe3f9ea126b78b8d7ae713a
3,766
cpp
C++
test/InverseKinematicsTest.cpp
EthanQuist/ENPM808X_Midterm
ab01777bd9da910cd750dffbeaf15ba60b619062
[ "BSD-3-Clause" ]
null
null
null
test/InverseKinematicsTest.cpp
EthanQuist/ENPM808X_Midterm
ab01777bd9da910cd750dffbeaf15ba60b619062
[ "BSD-3-Clause" ]
3
2019-10-13T03:34:25.000Z
2019-10-20T23:57:43.000Z
test/InverseKinematicsTest.cpp
EthanQuist/ENPM808X_Midterm
ab01777bd9da910cd750dffbeaf15ba60b619062
[ "BSD-3-Clause" ]
1
2019-10-10T03:52:53.000Z
2019-10-10T03:52:53.000Z
/* Copyright (c) 2019, Acme Robotics, Ethan Quist, Corbyn Yhap * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright * notice...
34.87037
81
0.726766
EthanQuist
edb5df4596b031736b5437b81f07fd520c1413ce
1,797
hpp
C++
include/range/v3/view/unique.hpp
berolinux/range-v3
d8ce45f1698931399fb09a322307eb95567be832
[ "MIT" ]
521
2016-02-14T00:39:01.000Z
2022-03-01T22:39:25.000Z
include/range/v3/view/unique.hpp
berolinux/range-v3
d8ce45f1698931399fb09a322307eb95567be832
[ "MIT" ]
8
2017-02-21T11:47:33.000Z
2018-11-01T09:37:14.000Z
include/range/v3/view/unique.hpp
berolinux/range-v3
d8ce45f1698931399fb09a322307eb95567be832
[ "MIT" ]
48
2017-02-21T10:18:13.000Z
2022-03-25T02:35:20.000Z
/// \file // Range v3 library // // Copyright Eric Niebler 2013-present // // Use, modification and distribution is subject to the // Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // Project home: https://github.com/ericniebler...
27.227273
83
0.607123
berolinux
edb6256af3b3e34d3a889492de43c916f3b7dd80
2,261
hpp
C++
include/networkit/coarsening/ClusteringProjector.hpp
kmc-kk/networkit
28c1208104acae8ef70911340bf88b3e3dd08db7
[ "MIT" ]
null
null
null
include/networkit/coarsening/ClusteringProjector.hpp
kmc-kk/networkit
28c1208104acae8ef70911340bf88b3e3dd08db7
[ "MIT" ]
null
null
null
include/networkit/coarsening/ClusteringProjector.hpp
kmc-kk/networkit
28c1208104acae8ef70911340bf88b3e3dd08db7
[ "MIT" ]
1
2020-02-05T17:39:47.000Z
2020-02-05T17:39:47.000Z
/* * ClusteringProjector.h * * Created on: 07.01.2013 * Author: Christian Staudt (christian.staudt@kit.edu) */ #ifndef NETWORKIT_COARSENING_CLUSTERING_PROJECTOR_HPP_ #define NETWORKIT_COARSENING_CLUSTERING_PROJECTOR_HPP_ #include <networkit/graph/Graph.hpp> #include <networkit/structures/Partition.hpp> na...
30.972603
148
0.678903
kmc-kk
edc232de82b448ad6a4c98b1fad9a09f9615b0a4
90,628
cpp
C++
PhysEngines/tokamak/tokamak_release/tokamaksrc/src/ne_interface.cpp
netpipe/IrrPAL
39cfbe497c0d18a3b63f1a7758a2b979977d8efb
[ "BSD-3-Clause" ]
22
2015-02-18T16:38:52.000Z
2021-04-11T06:25:28.000Z
PhysEngines/tokamak/tokamak_release/tokamaksrc/src/ne_interface.cpp
netpipe/IrrPAL
39cfbe497c0d18a3b63f1a7758a2b979977d8efb
[ "BSD-3-Clause" ]
null
null
null
PhysEngines/tokamak/tokamak_release/tokamaksrc/src/ne_interface.cpp
netpipe/IrrPAL
39cfbe497c0d18a3b63f1a7758a2b979977d8efb
[ "BSD-3-Clause" ]
9
2017-06-27T12:46:15.000Z
2022-03-17T08:27:50.000Z
/************************************************************************* * * * Tokamak Physics Engine, Copyright (C) 2002-2007 David Lam. * * All rights reserved. Email: david@tokamakphysics.com * * ...
23.601042
129
0.399534
netpipe
edc4d3e8316cf5389f8c279780ec97dff650f17e
4,851
cpp
C++
sensing/pointcloud_preprocessor/src/downsample_filter/voxel_grid_downsample_filter_nodelet.cpp
meliketanrikulu/autoware.universe
04f2b53ae1d7b41846478641ad6ff478c3d5a247
[ "Apache-2.0" ]
58
2021-11-30T09:03:46.000Z
2022-03-31T15:25:17.000Z
sensing/pointcloud_preprocessor/src/downsample_filter/voxel_grid_downsample_filter_nodelet.cpp
meliketanrikulu/autoware.universe
04f2b53ae1d7b41846478641ad6ff478c3d5a247
[ "Apache-2.0" ]
425
2021-11-30T02:24:44.000Z
2022-03-31T10:26:37.000Z
sensing/pointcloud_preprocessor/src/downsample_filter/voxel_grid_downsample_filter_nodelet.cpp
meliketanrikulu/autoware.universe
04f2b53ae1d7b41846478641ad6ff478c3d5a247
[ "Apache-2.0" ]
69
2021-11-30T02:09:18.000Z
2022-03-31T15:38:29.000Z
// Copyright 2020 Tier IV, Inc. // // 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 agreed to i...
40.425
93
0.754277
meliketanrikulu
edc7747afbbb09fe4f58400834f2ad809d5c0017
1,822
cpp
C++
Tests/Unit/TestMilestone3.cpp
EDFilms/GCAP
4d68809efe3528cb0b9a0039d3082512400c84da
[ "MIT" ]
17
2018-03-29T15:24:40.000Z
2022-01-10T05:01:09.000Z
Tests/Unit/TestMilestone3.cpp
EDFilms/GCAP
4d68809efe3528cb0b9a0039d3082512400c84da
[ "MIT" ]
null
null
null
Tests/Unit/TestMilestone3.cpp
EDFilms/GCAP
4d68809efe3528cb0b9a0039d3082512400c84da
[ "MIT" ]
3
2018-04-07T06:02:05.000Z
2019-01-21T00:37:18.000Z
#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do this in one cpp file #include "catch.hpp" #include "SceneTrackStatic.h" #include "TestCommon.h" #include "tinydir/tinydir.h" #include "TestCRC.h" typedef uint8_t u8; typedef uint16_t u16; typedef uint32_t u32; typedef uint64_t u64; typed...
25.661972
108
0.75247
EDFilms
edc7ce61fd54c22657f483cd36b8869abcf969aa
1,929
cpp
C++
Plugins/UE4-DialogueSystem-master/Source/DialogueSystem/Private/BTComposite_Context.cpp
crimsonstrife/velorum-defunct
1a6e1eab9057293da2aa045eff021d069df54c5e
[ "CC0-1.0" ]
1
2018-07-07T16:51:34.000Z
2018-07-07T16:51:34.000Z
Plugins/UE4-DialogueSystem-master/Source/DialogueSystem/Private/BTComposite_Context.cpp
crimsonstrife/velorum-defunct
1a6e1eab9057293da2aa045eff021d069df54c5e
[ "CC0-1.0" ]
null
null
null
Plugins/UE4-DialogueSystem-master/Source/DialogueSystem/Private/BTComposite_Context.cpp
crimsonstrife/velorum-defunct
1a6e1eab9057293da2aa045eff021d069df54c5e
[ "CC0-1.0" ]
1
2019-10-02T01:19:21.000Z
2019-10-02T01:19:21.000Z
//Copyright (c) 2016 Artem A. Mavrin and other contributors #include "DialogueSystemPrivatePCH.h" #include "BTComposite_Context.h" UBTComposite_Context::UBTComposite_Context(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) { NodeName = "Context"; ExecutionMode = EContextExecutionMode::CE_Sequ...
29.227273
146
0.790565
crimsonstrife
edc9c39634b83f0e12b48c78ea9bb66b3d5a3c86
10,251
cpp
C++
src/core/mp2v_hdr.cpp
fxslava/tiny_mp2v_enc
cd7f6fe8fc0652f060e466f7bb51397807c8e571
[ "MIT" ]
1
2022-02-19T15:29:18.000Z
2022-02-19T15:29:18.000Z
src/core/mp2v_hdr.cpp
fxslava/tiny_mp2v_enc
cd7f6fe8fc0652f060e466f7bb51397807c8e571
[ "MIT" ]
null
null
null
src/core/mp2v_hdr.cpp
fxslava/tiny_mp2v_enc
cd7f6fe8fc0652f060e466f7bb51397807c8e571
[ "MIT" ]
null
null
null
#include "mp2v_hdr.h" #include "misc.hpp" bool write_sequence_header(bitstream_writer_c* m_bs, sequence_header_t &sh) { m_bs->align(); m_bs->write_bits(START_CODE(sequence_header_code), 32); m_bs->write_bits(sh.horizontal_size_value, 12); m_bs->write_bits(sh.vertical_size_value, 12); m_bs->write_bi...
43.253165
163
0.727441
fxslava
edcb4239510c0b7f3e41f6388f3a86013aa56364
2,969
cpp
C++
roomedit/owl-6.43/source/owlcore/timegadg.cpp
marcelkauf/Meridian59-101
a83e2779e39bc529dc61dc02db091db7db29734c
[ "FSFAP" ]
214
2015-01-02T23:36:42.000Z
2022-03-30T01:41:41.000Z
roomedit/owl-6.43/source/owlcore/timegadg.cpp
marcelkauf/Meridian59-101
a83e2779e39bc529dc61dc02db091db7db29734c
[ "FSFAP" ]
100
2015-01-01T13:51:57.000Z
2022-03-28T15:49:36.000Z
roomedit/owl-6.43/source/owlcore/timegadg.cpp
marcelkauf/Meridian59-101
a83e2779e39bc529dc61dc02db091db7db29734c
[ "FSFAP" ]
85
2015-01-08T16:09:04.000Z
2022-02-22T05:24:56.000Z
//---------------------------------------------------------------------------- // ObjectWindows // Copyright (c) 1995, 1996 by Borland International, All Rights Reserved // //---------------------------------------------------------------------------- #include <owl/pch.h> #if !defined(OWL_TIMEGADG_H) # include <owl/tim...
21.671533
88
0.6258
marcelkauf
edcd90b9ca77108547b2914295385a5947d5bdf0
19,610
cpp
C++
unix/disp_sdl.cpp
acekiller/povray
ae6837fb8625bb9ca00830f8871c90c87dd21b75
[ "Zlib" ]
1
2015-06-21T05:27:57.000Z
2015-06-21T05:27:57.000Z
unix/disp_sdl.cpp
binji/povray
ae6837fb8625bb9ca00830f8871c90c87dd21b75
[ "Zlib" ]
null
null
null
unix/disp_sdl.cpp
binji/povray
ae6837fb8625bb9ca00830f8871c90c87dd21b75
[ "Zlib" ]
null
null
null
/******************************************************************************* * disp_sdl.cpp * * Written by Christoph Hormann <chris_hormann@gmx.de> * * SDL (Simple direct media layer) based render display system * * from Persistence of Vision Ray Tracer ('POV-Ray') version 3.7. * Copyright 2003-2009 Persist...
28.753666
131
0.647119
acekiller
edcdb5fc493944a65db3ff558874a10ebd9fcb87
2,630
cpp
C++
src/caffe/layers/tile_layer_hip.cpp
emerth/hipCaffe
8996c92bed2fbe353d1f31ab3ad116ab8831cd94
[ "BSD-2-Clause" ]
123
2017-05-04T02:15:47.000Z
2021-01-04T05:04:24.000Z
src/caffe/layers/tile_layer_hip.cpp
emerth/hipCaffe
8996c92bed2fbe353d1f31ab3ad116ab8831cd94
[ "BSD-2-Clause" ]
43
2017-05-10T11:21:25.000Z
2021-01-28T14:53:01.000Z
src/caffe/layers/tile_layer_hip.cpp
emerth/hipCaffe
8996c92bed2fbe353d1f31ab3ad116ab8831cd94
[ "BSD-2-Clause" ]
32
2017-05-10T11:08:18.000Z
2020-12-17T20:03:45.000Z
#include <vector> #include "caffe/layers/tile_layer.hpp" #include "caffe/util/math_functions.hpp" namespace caffe { template <typename Dtype> __global__ void Tile(const int nthreads, const Dtype* bottom_data, const int tile_size, const int num_tiles, const int bottom_tile_axis, Dtype* top_data) { HIP_KERNE...
39.253731
84
0.715209
emerth
edd24c2c54966acc08d2d649d9dee402dfb77ae1
15,269
cpp
C++
src/compile.cpp
fstromback/mymake
1ccb9adbc5a336e29ca222f11e9368cdd026ee1b
[ "MIT" ]
3
2017-05-30T11:29:06.000Z
2021-09-04T15:32:23.000Z
src/compile.cpp
fstromback/mymake
1ccb9adbc5a336e29ca222f11e9368cdd026ee1b
[ "MIT" ]
5
2016-01-22T20:06:19.000Z
2019-02-03T18:30:58.000Z
src/compile.cpp
fstromback/mymake
1ccb9adbc5a336e29ca222f11e9368cdd026ee1b
[ "MIT" ]
null
null
null
#include "std.h" #include "compile.h" #include "wildcard.h" #include "process.h" #include "env.h" namespace compile { Target::Target(const Path &wd, const Config &config) : wd(wd), config(config), includes(wd, config), compileVariants(config.getArray("compile")), buildDir(wd + Path(config.getVars("buildDir...
27.812386
113
0.62604
fstromback
edd5a33abc925ca38060f1594ba3d6cda727aa0c
11,056
cpp
C++
AVSCommon/Utils/test/Common/MockMediaPlayer.cpp
jbfitbit/avs-device-sdk
2e9428e9dfc9fa7c3b4bfd5106323f8c2f1643c9
[ "Apache-2.0" ]
1
2019-10-22T06:08:20.000Z
2019-10-22T06:08:20.000Z
AVSCommon/Utils/test/Common/MockMediaPlayer.cpp
yodaos-project/voice-interface-avs
d01136637f92df952be894bb1869d420889689ac
[ "Apache-2.0" ]
null
null
null
AVSCommon/Utils/test/Common/MockMediaPlayer.cpp
yodaos-project/voice-interface-avs
d01136637f92df952be894bb1869d420889689ac
[ "Apache-2.0" ]
1
2020-09-30T12:34:56.000Z
2020-09-30T12:34:56.000Z
/* * Copyright 2017-2019 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "...
32.807122
110
0.714182
jbfitbit
edd9480978f68420ed90cb40f63dbcc1603bfd59
4,026
cpp
C++
src/server/sqlrqueries.cpp
davidwed/sqlrelay
2c830ff2517bfdb1c70a880038cd326eb7a7f0d1
[ "PHP-3.01", "CC-BY-3.0" ]
16
2018-04-23T09:58:33.000Z
2022-01-31T13:40:20.000Z
src/server/sqlrqueries.cpp
davidwed/sqlrelay
2c830ff2517bfdb1c70a880038cd326eb7a7f0d1
[ "PHP-3.01", "CC-BY-3.0" ]
null
null
null
src/server/sqlrqueries.cpp
davidwed/sqlrelay
2c830ff2517bfdb1c70a880038cd326eb7a7f0d1
[ "PHP-3.01", "CC-BY-3.0" ]
4
2020-12-23T12:17:54.000Z
2022-01-04T20:46:34.000Z
// Copyright (c) 1999-2018 David Muse // See the file COPYING for more information #include <sqlrelay/sqlrserver.h> #include <rudiments/domnode.h> #include <rudiments/stdio.h> //#define DEBUG_MESSAGES 1 #include <rudiments/debugprint.h> #include <config.h> #ifndef SQLRELAY_ENABLE_SHARED extern "C" { #include "sq...
22.120879
71
0.687531
davidwed
edda8f308f1510c8fcb5d8dc78057614569da231
794
cpp
C++
aws-cpp-sdk-connect/source/model/UpdateInstanceAttributeRequest.cpp
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2022-02-10T08:06:54.000Z
2022-02-10T08:06:54.000Z
aws-cpp-sdk-connect/source/model/UpdateInstanceAttributeRequest.cpp
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2022-01-03T23:59:37.000Z
2022-01-03T23:59:37.000Z
aws-cpp-sdk-connect/source/model/UpdateInstanceAttributeRequest.cpp
ravindra-wagh/aws-sdk-cpp
7d5ff01b3c3b872f31ca98fb4ce868cd01e97696
[ "Apache-2.0" ]
1
2022-03-23T15:17:18.000Z
2022-03-23T15:17:18.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/connect/model/UpdateInstanceAttributeRequest.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::Connect::Model; using namespace Aws::Utils::Json...
20.358974
69
0.755668
perfectrecall
eddba8dcff316a0908619f8e46fe2f8cbf86638c
6,253
ipp
C++
include/stats_incl/prob/plnorm.ipp
JohnGalbraith/stats
309c0e92d2326a58cad4544124c614e6a8a46079
[ "Apache-2.0" ]
381
2017-07-16T17:34:02.000Z
2022-03-30T09:47:58.000Z
include/stats_incl/prob/plnorm.ipp
myhhub/stats
309c0e92d2326a58cad4544124c614e6a8a46079
[ "Apache-2.0" ]
29
2017-07-14T20:45:42.000Z
2022-01-25T20:59:08.000Z
include/stats_incl/prob/plnorm.ipp
myhhub/stats
309c0e92d2326a58cad4544124c614e6a8a46079
[ "Apache-2.0" ]
70
2017-10-25T14:16:11.000Z
2022-01-25T20:57:02.000Z
/*################################################################################ ## ## Copyright (C) 2011-2021 Keith O'Hara ## ## This file is part of the StatsLib C++ library. ## ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance...
29.356808
115
0.691028
JohnGalbraith
eddcffc19694dcb2ae1dd0da87ee1484aecc6aca
10,522
cpp
C++
src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp
MaximMilashchenko/ComputeLibrary
91ee4d0a9ef128b16936921470a0e3ffef347536
[ "MIT" ]
2,313
2017-03-24T16:25:28.000Z
2022-03-31T03:00:30.000Z
src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp
0xgpapad/ComputeLibrary
91ee4d0a9ef128b16936921470a0e3ffef347536
[ "MIT" ]
952
2017-03-28T07:05:58.000Z
2022-03-30T09:54:02.000Z
src/core/NEON/kernels/arm_conv/depthwise/kernels/sve_fp32_nhwc_3x3_s1_output2x2_mla_depthfirst/generic.cpp
0xgpapad/ComputeLibrary
91ee4d0a9ef128b16936921470a0e3ffef347536
[ "MIT" ]
714
2017-03-24T22:21:51.000Z
2022-03-18T19:49:57.000Z
/* * Copyright (c) 2021 Arm Limited. * * SPDX-License-Identifier: MIT * * 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 ...
41.101563
377
0.529272
MaximMilashchenko
eddd0157faf869511f780c3e1521ca932fc1a630
7,434
cpp
C++
lib/SILGen/SwitchEnumBuilder.cpp
cachemeifyoucan/swift
6780f3d8c71904ba26c0fca33a1004b5776b9be2
[ "Apache-2.0" ]
null
null
null
lib/SILGen/SwitchEnumBuilder.cpp
cachemeifyoucan/swift
6780f3d8c71904ba26c0fca33a1004b5776b9be2
[ "Apache-2.0" ]
null
null
null
lib/SILGen/SwitchEnumBuilder.cpp
cachemeifyoucan/swift
6780f3d8c71904ba26c0fca33a1004b5776b9be2
[ "Apache-2.0" ]
null
null
null
//===--- SwitchEnumBuilder.cpp --------------------------------------------===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2018 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/L...
41.530726
80
0.631558
cachemeifyoucan
ede71ec889767958aaeaabc0f5d3e3b97c2b0069
1,498
cpp
C++
samples/SamplesCommon/Parameters.cpp
alarouche/czrpc
cb2d7611d701152ace8e31230f64c0fb12e48276
[ "MIT" ]
30
2017-06-11T10:36:05.000Z
2021-09-22T13:09:40.000Z
samples/SamplesCommon/Parameters.cpp
alarouche/czrpc
cb2d7611d701152ace8e31230f64c0fb12e48276
[ "MIT" ]
1
2018-01-24T09:49:51.000Z
2018-01-24T09:49:51.000Z
samples/SamplesCommon/Parameters.cpp
alarouche/czrpc
cb2d7611d701152ace8e31230f64c0fb12e48276
[ "MIT" ]
6
2018-02-16T17:02:48.000Z
2021-09-22T13:09:44.000Z
/******************************************************************** CrazyGaze (http://www.crazygaze.com) Author : Rui Figueira Email : rui@crazygaze.com purpose: *********************************************************************/ #include "SamplesCommonPCH.h" #include "Parameters.h" namespac...
16.831461
71
0.535381
alarouche
edea3c1be60b87c60f412f998c78bc3592f35d15
2,402
cpp
C++
cpp/godot-cpp/src/gen/Skin.cpp
GDNative-Gradle/proof-of-concept
162f467430760cf959f68f1638adc663fd05c5fd
[ "MIT" ]
1
2021-03-16T09:51:00.000Z
2021-03-16T09:51:00.000Z
cpp/godot-cpp/src/gen/Skin.cpp
GDNative-Gradle/proof-of-concept
162f467430760cf959f68f1638adc663fd05c5fd
[ "MIT" ]
null
null
null
cpp/godot-cpp/src/gen/Skin.cpp
GDNative-Gradle/proof-of-concept
162f467430760cf959f68f1638adc663fd05c5fd
[ "MIT" ]
null
null
null
#include "Skin.hpp" #include <core/GodotGlobal.hpp> #include <core/CoreTypes.hpp> #include <core/Ref.hpp> #include <core/Godot.hpp> #include "__icalls.hpp" namespace godot { Skin::___method_bindings Skin::___mb = {}; void Skin::___init_method_bindings() { ___mb.mb_add_bind = godot::api->godot_method_bind_get...
36.393939
189
0.781848
GDNative-Gradle
edeb1b7a00cce0c49960a76b69fe0b8db0f4b374
25,545
cpp
C++
source/Visitors/TerrainBrush.cpp
badbrainz/pme
1c8e6f3d154cc59613f5ef3f2f8293f488c64b28
[ "WTFPL" ]
null
null
null
source/Visitors/TerrainBrush.cpp
badbrainz/pme
1c8e6f3d154cc59613f5ef3f2f8293f488c64b28
[ "WTFPL" ]
null
null
null
source/Visitors/TerrainBrush.cpp
badbrainz/pme
1c8e6f3d154cc59613f5ef3f2f8293f488c64b28
[ "WTFPL" ]
null
null
null
#include "TerrainBrush.h" #include "../Kernel/Gateway.h" #include "../Geometry/Ray3D.h" #include "../Factories/TerrainVisuals.h" #include "../Factories/TerrainPasture.h" #include "../Factories/TerrainLogic.h" #include "../Factories/WorldVisuals.h" #include "../Factories/Meadow.h" #include "../Factories/Water....
26.609375
125
0.542924
badbrainz
eded2e795fa3156c2b5aa1f2c9c45077735e4598
3,139
hpp
C++
IDemo.hpp
Sebajuste/Omeglond3D
28a3910b47490ec837a29e40e132369f957aedc7
[ "MIT" ]
1
2019-06-14T08:24:17.000Z
2019-06-14T08:24:17.000Z
IDemo.hpp
Sebajuste/Omeglond3D
28a3910b47490ec837a29e40e132369f957aedc7
[ "MIT" ]
null
null
null
IDemo.hpp
Sebajuste/Omeglond3D
28a3910b47490ec837a29e40e132369f957aedc7
[ "MIT" ]
null
null
null
#ifndef _DEF_IDEMO_HPP #define _DEF_IDEMO_HPP #include "src/Omgl3D.hpp" #include <SFML/Window.hpp> class IDemo { public: IDemo() : width_screen(800), height_screen(600), running(true) { } virtual ~IDemo() {} virtual void yourEvent(float elapsedtime, const sf::Event & event) {} void events(float elapsedt...
22.582734
93
0.521822
Sebajuste
eded3f907772be78a364c272f687c920d80a74d5
3,765
cpp
C++
src/TVShader.cpp
jcmoyer/HALT
8f31eb1943b43ca0d2ab4065a2c624b67a80124f
[ "Unlicense", "MIT" ]
null
null
null
src/TVShader.cpp
jcmoyer/HALT
8f31eb1943b43ca0d2ab4065a2c624b67a80124f
[ "Unlicense", "MIT" ]
1
2015-06-29T21:53:55.000Z
2015-06-29T21:53:55.000Z
src/TVShader.cpp
jcmoyer/HALT
8f31eb1943b43ca0d2ab4065a2c624b67a80124f
[ "Unlicense", "MIT" ]
null
null
null
// ============================================================================ // Copyright (c) 2011-2012 J.C. Moyer // // 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...
48.896104
122
0.562019
jcmoyer
edef4a097eb4ce91d4567df08e1e1433603dd67d
32,877
cpp
C++
T3000/T3ModulesOutputDlg.cpp
daven-que/T3000_Building_Automation_System
cc56967e9bf849ebc5ec47950b74e8dc765f720c
[ "MIT" ]
null
null
null
T3000/T3ModulesOutputDlg.cpp
daven-que/T3000_Building_Automation_System
cc56967e9bf849ebc5ec47950b74e8dc765f720c
[ "MIT" ]
null
null
null
T3000/T3ModulesOutputDlg.cpp
daven-que/T3000_Building_Automation_System
cc56967e9bf849ebc5ec47950b74e8dc765f720c
[ "MIT" ]
null
null
null
// T3ModulesOutputDlg.cpp : implementation file // #include "stdafx.h" #include "T3000.h" #include "T3ModulesOutputDlg.h" #include "afxdialogex.h" #include "global_function.h" // CT3ModulesOutputDlg dialog DWORD WINAPI _ReadMultiRegisters_T3_Output(LPVOID pParam) { CT3ModulesOutputDlg* pFrame=(CT3ModulesOutputD...
29.068966
138
0.52082
daven-que
edf0d3adec736d669ec7476f4a15d48edd902b8d
693
hpp
C++
lib/libcpp/FadalightMesh/FadalightMesh/patchinfo.hpp
beckerrh/simfemsrc
d857eb6f6f8627412d4f9d89a871834c756537db
[ "MIT" ]
null
null
null
lib/libcpp/FadalightMesh/FadalightMesh/patchinfo.hpp
beckerrh/simfemsrc
d857eb6f6f8627412d4f9d89a871834c756537db
[ "MIT" ]
1
2019-01-31T10:59:11.000Z
2019-01-31T10:59:11.000Z
lib/libcpp/FadalightMesh/FadalightMesh/patchinfo.hpp
beckerrh/simfemsrc
d857eb6f6f8627412d4f9d89a871834c756537db
[ "MIT" ]
null
null
null
#ifndef __FadalightMesh_PatchInfo_h #define __FadalightMesh_PatchInfo_h #include "Alat/vector.hpp" #include "Alat/armadillo.hpp" /*--------------------------------------------------------------------------*/ namespace FadalightMesh { class PatchInfo { public: ~PatchInfo(); PatchInfo(); PatchInfo( const PatchI...
23.896552
78
0.572872
beckerrh
edf30d98197266a8a41a4d0ff63bcc4a00f5a898
30,358
hpp
C++
Primitives/General/Mat4x4.hpp
jlandess/LandessDevCore
3319c36c3232415d6bdba7da8b4896c0638badf2
[ "BSD-3-Clause" ]
2
2021-06-09T00:38:46.000Z
2021-09-04T21:55:33.000Z
Primitives/General/Mat4x4.hpp
jlandess/LandessDevCore
3319c36c3232415d6bdba7da8b4896c0638badf2
[ "BSD-3-Clause" ]
null
null
null
Primitives/General/Mat4x4.hpp
jlandess/LandessDevCore
3319c36c3232415d6bdba7da8b4896c0638badf2
[ "BSD-3-Clause" ]
1
2021-08-30T00:46:12.000Z
2021-08-30T00:46:12.000Z
// // Mat4x4.h // DataStructures // // Created by James Landess on 11/11/16. // Copyright (c) 2016 James Landess. All rights reserved. // #ifndef DataStructures_Mat4x4_h #define DataStructures_Mat4x4_h #include "StaticArray.hpp" #include "Vec4.hpp" #include "Mat2x4.hpp" #include "Mat3x4.hpp" #include "Mat4x3.hpp"...
36.531889
210
0.40164
jlandess
edf4d6c14d2cf3c573aca49985a79226597e3f85
5,614
hpp
C++
test/parser_default_parameters_extra_args_in_between.hpp
cynodelic/metaflags
171f09800910a1c20ce8732441e27f33d8d2ce4f
[ "BSL-1.0" ]
null
null
null
test/parser_default_parameters_extra_args_in_between.hpp
cynodelic/metaflags
171f09800910a1c20ce8732441e27f33d8d2ce4f
[ "BSL-1.0" ]
null
null
null
test/parser_default_parameters_extra_args_in_between.hpp
cynodelic/metaflags
171f09800910a1c20ce8732441e27f33d8d2ce4f
[ "BSL-1.0" ]
null
null
null
// Copyright (c) 2019 Álvaro Ceballos // Distributed under the Boost Software License, Version 1.0. // See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt #ifndef CYNODELIC_METAFLAGS_TEST_PARSER_DEFAULT_PARAMETERS_EXTRA_ARGS_IN_BETWEEN_HPP #define CYNODELIC_METAFLAGS_TEST_PARSER_DEFAULT_PARAM...
38.452055
97
0.731386
cynodelic
edf4e86f8a89845491b36e5786f8d7bf6cb4ceac
2,242
cpp
C++
PDFWriter/Trace.cpp
thmclellan/PDF-Writer
9d31d12ce12e586b4f7f748e17029a10ccc2c176
[ "Apache-2.0" ]
1,039
2015-01-18T20:03:11.000Z
2022-03-24T02:46:05.000Z
PDFWriter/Trace.cpp
thmclellan/PDF-Writer
9d31d12ce12e586b4f7f748e17029a10ccc2c176
[ "Apache-2.0" ]
414
2015-01-22T15:08:45.000Z
2022-02-07T13:51:48.000Z
PDFWriter/Trace.cpp
thmclellan/PDF-Writer
9d31d12ce12e586b4f7f748e17029a10ccc2c176
[ "Apache-2.0" ]
209
2015-03-30T23:04:26.000Z
2022-03-28T18:58:47.000Z
/* Source File : Trace.cpp Copyright 2011 Gal Kahana PDFWriter 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...
19.327586
97
0.706512
thmclellan
edf5ac4512886af5808226f06babb0e66e541335
2,158
cpp
C++
aws-cpp-sdk-mgn/source/model/IdentificationHints.cpp
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2022-02-10T08:06:54.000Z
2022-02-10T08:06:54.000Z
aws-cpp-sdk-mgn/source/model/IdentificationHints.cpp
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2022-01-03T23:59:37.000Z
2022-01-03T23:59:37.000Z
aws-cpp-sdk-mgn/source/model/IdentificationHints.cpp
ravindra-wagh/aws-sdk-cpp
7d5ff01b3c3b872f31ca98fb4ce868cd01e97696
[ "Apache-2.0" ]
1
2021-12-30T04:25:33.000Z
2021-12-30T04:25:33.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/mgn/model/IdentificationHints.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::Utils::Json; using namespace Aws::Utils; namespace Aws { names...
17.983333
72
0.712697
perfectrecall
edfca4da0ac988ec35bb064d320585eb1bd51517
2,041
hpp
C++
sdk/include/vill_runtime.hpp
qianxj/XExplorer
00e326da03ffcaa21115a2345275452607c6bab5
[ "MIT" ]
null
null
null
sdk/include/vill_runtime.hpp
qianxj/XExplorer
00e326da03ffcaa21115a2345275452607c6bab5
[ "MIT" ]
null
null
null
sdk/include/vill_runtime.hpp
qianxj/XExplorer
00e326da03ffcaa21115a2345275452607c6bab5
[ "MIT" ]
null
null
null
#ifndef WPP_VILL_RUNTIME_H #define WPP_VILL_RUNTIME_H #include <vector> #include "wlexer.hpp" #include "werr.hpp" #include "errors.hpp" using namespace wpp; using namespace wpp::how; namespace mill{ struct vill_type { typedef unsigned char int_u8; typedef unsigned short int_u16; typedef unsigned int int_u32; ...
20.826531
93
0.721215
qianxj
61035e572c4d4f3462a25672f11baa47330bc2cf
28,079
cpp
C++
Checkpoint.cpp
lighthouse-os/system_vold
a6410826bfb872d3b2a52cff063b271fef133e54
[ "Apache-2.0" ]
null
null
null
Checkpoint.cpp
lighthouse-os/system_vold
a6410826bfb872d3b2a52cff063b271fef133e54
[ "Apache-2.0" ]
null
null
null
Checkpoint.cpp
lighthouse-os/system_vold
a6410826bfb872d3b2a52cff063b271fef133e54
[ "Apache-2.0" ]
null
null
null
/* * Copyright (C) 2018 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
37.488652
99
0.635671
lighthouse-os
610411775e48998fe94d2266f16faa552b075df6
220
cpp
C++
NonOpt/tests/testPoint.cpp
frankecurtis/NonOpt
f81ff1c818dcde382cf6045a671bf8bc1d3a3467
[ "MIT" ]
4
2021-06-27T18:13:59.000Z
2022-01-25T00:36:56.000Z
NonOpt/tests/testPoint.cpp
frankecurtis/NonOpt
f81ff1c818dcde382cf6045a671bf8bc1d3a3467
[ "MIT" ]
null
null
null
NonOpt/tests/testPoint.cpp
frankecurtis/NonOpt
f81ff1c818dcde382cf6045a671bf8bc1d3a3467
[ "MIT" ]
1
2021-06-27T18:14:02.000Z
2021-06-27T18:14:02.000Z
// Copyright (C) 2022 Frank E. Curtis // // This code is published under the MIT License. // // Author(s) : Frank E. Curtis #include "testPoint.hpp" // Main function int main() { return testPointImplementation(1); }
15.714286
48
0.681818
frankecurtis
61049f69be37617afa2968b10a34abecbfb62b3a
1,500
cpp
C++
FantasyBrawl_Project/Motor2D/UI_Clock.cpp
project2-tmp/Base_Code
72cd8b375a912c2760e62f273c74de7c0c6d939e
[ "MIT" ]
6
2019-04-14T18:17:35.000Z
2021-07-29T02:22:24.000Z
FantasyBrawl_Project/Motor2D/UI_Clock.cpp
project2-tmp/Base_Code
72cd8b375a912c2760e62f273c74de7c0c6d939e
[ "MIT" ]
7
2019-03-21T22:00:20.000Z
2019-06-12T00:37:31.000Z
FantasyBrawl_Project/Motor2D/UI_Clock.cpp
CheckTheDog/Fantasy-Brawl
72cd8b375a912c2760e62f273c74de7c0c6d939e
[ "MIT" ]
2
2019-11-18T09:13:31.000Z
2021-02-03T21:02:52.000Z
#include "UI_Clock.h" #include "j1App.h" #include "j1Render.h" #include "j1Gui.h" #include "Brofiler\Brofiler.h" void Clock::setStartValue(int new_start_value) { start_value = new_start_value; } void Clock::setAlarm(int alarm) { alarms.push_back(alarm); } void Clock::restartChrono() { switch (this->type) { cas...
18.072289
69
0.637333
project2-tmp
610b46c5733d2a5a9c820a4c7717ed352c7bb78f
899
cpp
C++
Box3D/src/TextureBuffer.cpp
Campeanu/Box3D
2b1bb5b7b3bd66cbe6a32d910ce56ba41023dcec
[ "MIT" ]
1
2020-07-20T15:55:43.000Z
2020-07-20T15:55:43.000Z
Box3D/src/TextureBuffer.cpp
Campeanu/Box3D
2b1bb5b7b3bd66cbe6a32d910ce56ba41023dcec
[ "MIT" ]
null
null
null
Box3D/src/TextureBuffer.cpp
Campeanu/Box3D
2b1bb5b7b3bd66cbe6a32d910ce56ba41023dcec
[ "MIT" ]
null
null
null
#include <Box3D/Renderer/TextureBuffer.hpp> namespace box3d { TextureBuffer::TextureBuffer() { glGenTextures(1, &this->m_rendererID); glBindTexture(GL_TEXTURE_2D, this->m_rendererID); } TextureBuffer::~TextureBuffer() { } void TextureBuffer::createTexImage2D(box3d::Appli...
23.051282
139
0.668521
Campeanu
610f458c09000c569e26b8984cdb126628f11bb9
4,459
hpp
C++
src/3rd party/boost/boost/python/object/inheritance.hpp
OLR-xray/OLR-3.0
b6a9bb2a0c1fb849b8c6cea2e831e1ceea5cc611
[ "Apache-2.0" ]
8
2016-01-25T20:18:51.000Z
2019-03-06T07:00:04.000Z
src/3rd party/boost/boost/python/object/inheritance.hpp
OLR-xray/OLR-3.0
b6a9bb2a0c1fb849b8c6cea2e831e1ceea5cc611
[ "Apache-2.0" ]
null
null
null
src/3rd party/boost/boost/python/object/inheritance.hpp
OLR-xray/OLR-3.0
b6a9bb2a0c1fb849b8c6cea2e831e1ceea5cc611
[ "Apache-2.0" ]
3
2016-02-14T01:20:43.000Z
2021-02-03T11:19:11.000Z
// Copyright David Abrahams 2002. Permission to copy, use, // modify, sell and distribute this software is granted provided this // copyright notice appears in all copies. This software is provided // "as is" without express or implied warranty, and with no claim as // to its suitability for any purpose. #ifndef INHERI...
28.767742
79
0.705539
OLR-xray
611314e88ba3e5f3b90ccc91ccf45e4fadfa70d0
9,694
cpp
C++
src/MainBackTracking.cpp
DarioDaF/ASS_TOP
0438a3deb9ca3b906c4cd7a923c598a7786fe4ec
[ "CC-BY-4.0" ]
1
2020-10-25T07:14:48.000Z
2020-10-25T07:14:48.000Z
src/MainBackTracking.cpp
DarioDaF/ASS_TOP
0438a3deb9ca3b906c4cd7a923c598a7786fe4ec
[ "CC-BY-4.0" ]
null
null
null
src/MainBackTracking.cpp
DarioDaF/ASS_TOP
0438a3deb9ca3b906c4cd7a923c598a7786fe4ec
[ "CC-BY-4.0" ]
2
2020-10-02T12:24:38.000Z
2020-10-25T07:00:24.000Z
#include <fstream> #include <sstream> #include <filesystem> #include <string> #include <algorithm> #include <vector> #include "backTracking/TOP_Backtracking.hpp" #include "greedy/GreedyPaths.hpp" using namespace std; namespace fs = std::filesystem; /** * Struct that represent Chao's results */ stru...
37.573643
136
0.583454
DarioDaF
61141b5b467eae9d8a3d1dac9687fe78e6c2a95b
3,214
cpp
C++
isaac_variant_caller/src/lib/blt_util/istream_line_splitter.cpp
sequencing/isaac_variant_caller
ed24e20b097ee04629f61014d3b81a6ea902c66b
[ "BSL-1.0" ]
21
2015-01-09T01:11:28.000Z
2019-09-04T03:48:21.000Z
isaac_variant_caller/src/lib/blt_util/istream_line_splitter.cpp
sequencing/isaac_variant_caller
ed24e20b097ee04629f61014d3b81a6ea902c66b
[ "BSL-1.0" ]
4
2015-07-23T09:38:39.000Z
2018-02-01T05:37:26.000Z
isaac_variant_caller/src/lib/blt_util/istream_line_splitter.cpp
sequencing/isaac_variant_caller
ed24e20b097ee04629f61014d3b81a6ea902c66b
[ "BSL-1.0" ]
13
2015-01-29T16:41:26.000Z
2021-06-25T02:42:32.000Z
// -*- mode: c++; indent-tabs-mode: nil; -*- // // Copyright (c) 2009-2013 Illumina, Inc. // // This software is provided under the terms and conditions of the // Illumina Open Source Software License 1. // // You should have received a copy of the Illumina Open Source // Software License 1 along with this program. If ...
22.633803
101
0.574673
sequencing
61156337b8c0e2c4f61baf2c1ed44e0641c7cc21
7,791
hpp
C++
src/Engine/Renderer/RenderTechnique/RenderTechnique.hpp
nmellado/Radium-Engine
6e42e4be8d14bcd496371a5f58d483f7d03f9cf4
[ "Apache-2.0" ]
null
null
null
src/Engine/Renderer/RenderTechnique/RenderTechnique.hpp
nmellado/Radium-Engine
6e42e4be8d14bcd496371a5f58d483f7d03f9cf4
[ "Apache-2.0" ]
null
null
null
src/Engine/Renderer/RenderTechnique/RenderTechnique.hpp
nmellado/Radium-Engine
6e42e4be8d14bcd496371a5f58d483f7d03f9cf4
[ "Apache-2.0" ]
null
null
null
#ifndef RADIUMENGINE_RENDERTECHNIQUE_HPP #define RADIUMENGINE_RENDERTECHNIQUE_HPP #include <Engine/RaEngine.hpp> #include <Engine/Renderer/RenderTechnique/ShaderConfiguration.hpp> #include <memory> #include <map> #include <functional> namespace Ra { namespace Engine { class ShaderProgram; ...
48.391304
139
0.583237
nmellado
61181e255dba50705ff9e8c1f1abbb38f943af9f
3,091
cpp
C++
IfcPlusPlus/src/ifcpp/IFC4/lib/IfcBoundaryCurve.cpp
promethe42/ifcplusplus
1c8b51b1f870f0107538dbea5eaa2755c81f5dca
[ "MIT" ]
null
null
null
IfcPlusPlus/src/ifcpp/IFC4/lib/IfcBoundaryCurve.cpp
promethe42/ifcplusplus
1c8b51b1f870f0107538dbea5eaa2755c81f5dca
[ "MIT" ]
null
null
null
IfcPlusPlus/src/ifcpp/IFC4/lib/IfcBoundaryCurve.cpp
promethe42/ifcplusplus
1c8b51b1f870f0107538dbea5eaa2755c81f5dca
[ "MIT" ]
null
null
null
/* Code generated by IfcQuery EXPRESS generator, www.ifcquery.com */ #include <sstream> #include <limits> #include "ifcpp/model/AttributeObject.h" #include "ifcpp/model/BuildingException.h" #include "ifcpp/model/BuildingGuid.h" #include "ifcpp/reader/ReaderUtil.h" #include "ifcpp/writer/WriterUtil.h" #include...
46.134328
234
0.748302
promethe42
611bac00a3264f6058c1cfbcd0fac6fd9a2e3fd0
3,191
cc
C++
app_ipc_scheduler/shm_sem.cc
xyyeh/Cpp_tutorials
cb5c750a61013d252e1a7e53100690315bfa931b
[ "Unlicense" ]
1
2019-12-04T06:03:10.000Z
2019-12-04T06:03:10.000Z
app_ipc_scheduler/shm_sem.cc
xyyeh/cpp_tutorials
cb5c750a61013d252e1a7e53100690315bfa931b
[ "Unlicense" ]
null
null
null
app_ipc_scheduler/shm_sem.cc
xyyeh/cpp_tutorials
cb5c750a61013d252e1a7e53100690315bfa931b
[ "Unlicense" ]
null
null
null
#include "shm_sem.h" #include <errno.h> #include <sys/mman.h> #include <sys/types.h> #include <unistd.h> #include <cstdio> #include <cstdlib> #include <iostream> const std::string ShmSemaphore::sLockSemaphoreName = "/semaphoreInit"; ShmSemaphore::ShmSemaphore(const std::string& sName) : name_(sName), ptr_(nullp...
26.371901
80
0.614854
xyyeh
6120212e344a69fbb446a123d1d724c58b9aae7b
4,487
cpp
C++
src/3rdparty/opennurbs/opennurbs_sum.cpp
ouxianghui/ezcam
195fb402202442b6d035bd70853f2d8c3f615de1
[ "MIT" ]
12
2021-03-26T03:23:30.000Z
2021-12-31T10:05:44.000Z
src/3rdparty/opennurbs/opennurbs_sum.cpp
15831944/ezcam
195fb402202442b6d035bd70853f2d8c3f615de1
[ "MIT" ]
null
null
null
src/3rdparty/opennurbs/opennurbs_sum.cpp
15831944/ezcam
195fb402202442b6d035bd70853f2d8c3f615de1
[ "MIT" ]
9
2021-06-23T08:26:40.000Z
2022-01-20T07:18:10.000Z
/* $NoKeywords: $ */ /* // // Copyright (c) 1993-2007 Robert McNeel & Associates. All rights reserved. // Rhinoceros is a registered trademark of Robert McNeel & Assoicates. // // THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. // ALL IMPLIED WARRANTIES OF FITNESS FOR ANY PARTICULAR PURPOSE AND O...
22.77665
84
0.605973
ouxianghui