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
f6844e383e0e872a3b29a110ef2cd6f0aa94f41f
8,010
cpp
C++
cpp/src/datacentric-test/dc/test/platform/data_source/mongo/performance_test.cpp
datacentricorg/datacentric-cpp
252f642b1a81c2475050d48e9564eec0a561907e
[ "Apache-2.0" ]
2
2019-08-08T01:29:02.000Z
2019-08-18T19:19:00.000Z
cpp/src/datacentric-test/dc/test/platform/data_source/mongo/performance_test.cpp
datacentricorg/datacentric-cpp
252f642b1a81c2475050d48e9564eec0a561907e
[ "Apache-2.0" ]
null
null
null
cpp/src/datacentric-test/dc/test/platform/data_source/mongo/performance_test.cpp
datacentricorg/datacentric-cpp
252f642b1a81c2475050d48e9564eec0a561907e
[ "Apache-2.0" ]
null
null
null
/* Copyright (C) 2013-present The DataCentric Authors. 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 ...
32.693878
142
0.659176
datacentricorg
f684c7cdc6a06ffddc0dcca6097cfc5a0c3e5107
5,317
cpp
C++
code/test/persistent_stack.cpp
Brunovsky/competitive
41cf49378e430ca20d844f97c67aa5059ab1e973
[ "MIT" ]
7
2020-10-15T22:37:10.000Z
2022-02-26T17:23:49.000Z
code/test/persistent_stack.cpp
brunodccarvalho/competitive
4177c439174fbe749293b9da3445ce7303bd23c2
[ "MIT" ]
null
null
null
code/test/persistent_stack.cpp
brunodccarvalho/competitive
4177c439174fbe749293b9da3445ce7303bd23c2
[ "MIT" ]
null
null
null
#include "test_utils.hpp" #include "struct/persistent_stack.hpp" void stress_test_persistent_stack() { vector<vector<int>> stacks(1); persistent_stack<int> ps; int V = ps.versions(); boold coind(0.5); LOOP_FOR_DURATION_OR_RUNS (1s, 150000) { if (coind(mt)) { // push element in...
27.984211
71
0.436901
Brunovsky
f684dd5c1075ddc27a31198f5d3b1ca3ba41b28c
649
cpp
C++
EchoGen/src/EchoGen/Pattern/Pattern.cpp
cody-bui/osu--aim-trainer
7525bf271cf565bf83795a9178e32319c8d06629
[ "MIT" ]
1
2019-12-29T08:14:42.000Z
2019-12-29T08:14:42.000Z
EchoGen/src/EchoGen/Pattern/Pattern.cpp
cody-bui/osu-aim-trainer
7525bf271cf565bf83795a9178e32319c8d06629
[ "MIT" ]
2
2020-02-05T03:57:54.000Z
2020-02-05T11:19:52.000Z
EchoGen/src/EchoGen/Pattern/Pattern.cpp
cody-bui/Echo
7525bf271cf565bf83795a9178e32319c8d06629
[ "MIT" ]
null
null
null
#include "Pattern.h" EchoGen::Pattern::Pattern(const std::string& path) : refDist(0) { // load the pattern std::fstream file(path); if (!file) { LOG_warning("cannot open pattern file: " + path); return; } // parse the pattern std::string line; std::string x, y; while (getline(file, line)...
19.088235
73
0.599384
cody-bui
f68b5def9bddc8f9be963a7a7d8d30e30d97bae0
832
cpp
C++
Src/AFMySQLPlugin.cpp
QuadHex/MySQLPlugin
5791d693e4a42e3fe37f1d8923095343ec63386b
[ "Apache-2.0" ]
2
2018-01-20T06:50:29.000Z
2018-04-10T08:05:40.000Z
Src/AFMySQLPlugin.cpp
OpenArkStudio/MySQLPlugin
5791d693e4a42e3fe37f1d8923095343ec63386b
[ "Apache-2.0" ]
null
null
null
Src/AFMySQLPlugin.cpp
OpenArkStudio/MySQLPlugin
5791d693e4a42e3fe37f1d8923095343ec63386b
[ "Apache-2.0" ]
1
2018-12-15T08:16:24.000Z
2018-12-15T08:16:24.000Z
#include "AFMySQLPlugin.h" #include "AFCMySQLModule.h" //#include "AFCAsycMySQLModule.h" #include "SDK/Interface/AFIPluginManager.h" #ifdef ARK_DYNAMIC_PLUGIN ARK_DLL_PLUGIN_ENTRY(AFMySQLPlugin) ARK_DLL_PLUGIN_EXIT(AFMySQLPlugin) #endif ////////////////////////////////////////////////////////////////////////// in...
23.111111
77
0.725962
QuadHex
f68b99b952fcb22c04e3532deea46b3ea5c0c8d3
437
cpp
C++
Edificio.cpp
LuisEnri2000/P3Lab4_LuisEnriquez
105d6426fe3934ee9eb01f27d878de9261c6721a
[ "MIT" ]
null
null
null
Edificio.cpp
LuisEnri2000/P3Lab4_LuisEnriquez
105d6426fe3934ee9eb01f27d878de9261c6721a
[ "MIT" ]
null
null
null
Edificio.cpp
LuisEnri2000/P3Lab4_LuisEnriquez
105d6426fe3934ee9eb01f27d878de9261c6721a
[ "MIT" ]
null
null
null
#include <iostream> #include <string.h> #include <bits/stdc++.h> #include <stdio.h> #include <vector> #include <iomanip> #include <ctime> #include <cstdlib> #include <typeinfo> using namespace std; #ifndef EDIFICIO_CPP #define EDIFICIO_CPP class Edificio { private: string nombre; public: Edificio(){} ...
13.65625
30
0.670481
LuisEnri2000
f68bb76de82856e03654dc3683711f67defd127c
27,704
hpp
C++
src/external/marray/include/dpd_marray_base.hpp
devinamatthews/tensor
7d979b6624071879383377611cb2fa483b6a3104
[ "BSD-3-Clause" ]
86
2016-05-30T16:08:24.000Z
2022-03-30T22:57:35.000Z
src/external/marray/include/dpd_marray_base.hpp
devinamatthews/tensor
7d979b6624071879383377611cb2fa483b6a3104
[ "BSD-3-Clause" ]
41
2017-02-02T22:28:17.000Z
2022-02-22T16:51:14.000Z
src/external/marray/include/dpd_marray_base.hpp
devinamatthews/tensor
7d979b6624071879383377611cb2fa483b6a3104
[ "BSD-3-Clause" ]
26
2016-05-30T16:08:33.000Z
2021-12-29T03:02:30.000Z
#ifndef _MARRAY_DPD_MARRAY_BASE_HPP_ #define _MARRAY_DPD_MARRAY_BASE_HPP_ #include "marray_view.hpp" #include "dpd_range.hpp" namespace MArray { template <typename Type, unsigned NDim, typename Derived, bool Owner> class dpd_marray_base; template <typename Type, unsigned NDim> class dpd_marray_view; template <type...
31.880322
116
0.462605
devinamatthews
f68d0a77d778597b9789f681a7ad6b79721029e3
5,711
hpp
C++
lib/bvh/include/bvh/utilities.hpp
AirGuanZ/Btrc
8865eb1506f96fb0230fb394b9fadb1e38f2b9d8
[ "MIT" ]
17
2022-02-03T09:35:14.000Z
2022-03-28T04:27:05.000Z
lib/bvh/include/bvh/utilities.hpp
AirGuanZ/Btrc
8865eb1506f96fb0230fb394b9fadb1e38f2b9d8
[ "MIT" ]
1
2022-02-09T15:11:55.000Z
2022-02-09T15:11:55.000Z
lib/bvh/include/bvh/utilities.hpp
AirGuanZ/Btrc
8865eb1506f96fb0230fb394b9fadb1e38f2b9d8
[ "MIT" ]
null
null
null
#ifndef BVH_UTILITIES_HPP #define BVH_UTILITIES_HPP #include <cstring> #include <cstdint> #include <atomic> #include <memory> #include <queue> #include <algorithm> #include <cmath> #include <climits> #include <type_traits> #include "bvh/bounding_box.hpp" namespace bvh { /// Safe function to reinterpret the bits of ...
31.727778
125
0.689021
AirGuanZ
f68e0f890ef5491256a12950a9462fd92cd189d7
10,854
hpp
C++
plugins/ibc_plugin/include/eosio/ibc_plugin/ibc_plugin.hpp
boscore/ibc_plugin
9404871000d16ff402b608d3a8f6eb666dba5fda
[ "MIT" ]
7
2019-01-18T02:21:14.000Z
2021-04-03T14:50:17.000Z
plugins/ibc_plugin/include/eosio/ibc_plugin/ibc_plugin.hpp
boscore/ibc_plugin
9404871000d16ff402b608d3a8f6eb666dba5fda
[ "MIT" ]
null
null
null
plugins/ibc_plugin/include/eosio/ibc_plugin/ibc_plugin.hpp
boscore/ibc_plugin
9404871000d16ff402b608d3a8f6eb666dba5fda
[ "MIT" ]
4
2019-01-22T15:57:19.000Z
2019-08-13T06:40:19.000Z
/** * @file * @copyright defined in bos/LICENSE.txt */ #pragma once #include <appbase/application.hpp> #include <eosio/chain_plugin/chain_plugin.hpp> #include <eosio/chain/plugin_interface.hpp> #include <eosio/ibc_plugin/protocol.hpp> namespace eosio { namespace ibc { using namespace appbase; struct conne...
39.904412
128
0.60457
boscore
f68f01b7dd726bbbdd3e08a1202aa05ad8a6be26
1,629
cpp
C++
src/jsonrpccpp/client/batchresponse.cpp
bjaraujo/libjson-rpc-cpp
9a2e5d3027f7a8ccccf6893a960d7f074177cfe8
[ "MIT" ]
3
2020-07-24T00:41:55.000Z
2020-10-17T20:18:27.000Z
src/jsonrpccpp/client/batchresponse.cpp
bjaraujo/libjson-rpc-cpp
9a2e5d3027f7a8ccccf6893a960d7f074177cfe8
[ "MIT" ]
2
2017-08-23T18:54:13.000Z
2017-08-23T23:07:49.000Z
src/jsonrpccpp/client/batchresponse.cpp
bjaraujo/libjson-rpc-cpp
9a2e5d3027f7a8ccccf6893a960d7f074177cfe8
[ "MIT" ]
4
2017-08-15T00:58:22.000Z
2021-07-01T07:45:02.000Z
/************************************************************************* * libjson-rpc-cpp ************************************************************************* * @file batchresponse.cpp * @date 10/9/2014 * @author Peter Spiess-Knafl <dev@spiessknafl.at> * @license See attached LICENSE.txt *********...
26.274194
74
0.575813
bjaraujo
f696555b60559d1b23d3b5f591ae852b1074a6fe
10,445
cpp
C++
tests/qi/test_qilaunch.cpp
arntanguy/libqi
7f3e1394cb26126b26fa7ff54d2de1371a1c9f96
[ "BSD-3-Clause" ]
61
2015-01-08T08:05:28.000Z
2022-01-07T16:47:47.000Z
tests/qi/test_qilaunch.cpp
arntanguy/libqi
7f3e1394cb26126b26fa7ff54d2de1371a1c9f96
[ "BSD-3-Clause" ]
30
2015-04-06T21:41:18.000Z
2021-08-18T13:24:51.000Z
tests/qi/test_qilaunch.cpp
arntanguy/libqi
7f3e1394cb26126b26fa7ff54d2de1371a1c9f96
[ "BSD-3-Clause" ]
64
2015-02-23T20:01:11.000Z
2022-03-14T13:31:20.000Z
#include <random> #include <gtest/gtest.h> #include <boost/filesystem.hpp> #include <boost/predef/os.h> #include <qi/application.hpp> #include <qi/log.hpp> #include <qi/os.hpp> #include <qi/path.hpp> #include <qi/testutils/testutils.hpp> #include <errno.h> #ifdef _WIN32 # include <windows.h> # include <process.h> # i...
26.443038
83
0.651508
arntanguy
f69a53b614545daa13ef06c1e0fed06b224d4c5f
1,064
hpp
C++
Engine/ParticleSystem/ParticlePhysics.hpp
achen889/Warlockery_Engine
160a14e85009057f4505ff5380a8c17258698f3e
[ "MIT" ]
null
null
null
Engine/ParticleSystem/ParticlePhysics.hpp
achen889/Warlockery_Engine
160a14e85009057f4505ff5380a8c17258698f3e
[ "MIT" ]
null
null
null
Engine/ParticleSystem/ParticlePhysics.hpp
achen889/Warlockery_Engine
160a14e85009057f4505ff5380a8c17258698f3e
[ "MIT" ]
null
null
null
//============================================================================================================== //ParticlePhysics.hpp //by Albert Chen Oct-19-2015. //============================================================================================================== #pragma once #ifndef _included_ParticleP...
39.407407
112
0.307331
achen889
f69edd462d6ba0a916c9ccfd454402ca440d996e
4,386
cpp
C++
test/split.t.cpp
jfixemer/string_view-building-blocks
582f50e188f59bac977b3bd00645d7cb8e7185a0
[ "BSL-1.0" ]
5
2020-05-26T08:13:02.000Z
2020-05-27T09:32:26.000Z
test/split.t.cpp
jfixemer/string_view-building-blocks
582f50e188f59bac977b3bd00645d7cb8e7185a0
[ "BSL-1.0" ]
null
null
null
test/split.t.cpp
jfixemer/string_view-building-blocks
582f50e188f59bac977b3bd00645d7cb8e7185a0
[ "BSL-1.0" ]
null
null
null
#include "catch.hpp" #include "test_config.hpp" #include "svbb/split.hpp" #include "svbb/util.hpp" #include "svbb/literals.hpp" namespace { using namespace SVBB_NAMESPACE; using namespace SVBB_NAMESPACE::literals; TEST_CASE("split around position") { REQUIRE(split_around(""_sv, 0) == make_split(""_sv, ""_sv)); ...
44.755102
76
0.635203
jfixemer
f6a0455c9c00073995edb85b8b60fc9a5d179222
1,810
cpp
C++
src/tortoise/VeracityShellExtension/OverlayHandlers/VeracityOverlay_Normal.cpp
samboy/veracity
01935bf71cb04aec0ae6982ee163030710d60be8
[ "Apache-2.0" ]
null
null
null
src/tortoise/VeracityShellExtension/OverlayHandlers/VeracityOverlay_Normal.cpp
samboy/veracity
01935bf71cb04aec0ae6982ee163030710d60be8
[ "Apache-2.0" ]
3
2015-05-15T18:56:54.000Z
2015-05-15T20:58:57.000Z
src/tortoise/VeracityShellExtension/OverlayHandlers/VeracityOverlay_Normal.cpp
samboy/veracity
01935bf71cb04aec0ae6982ee163030710d60be8
[ "Apache-2.0" ]
null
null
null
// VeracityOverlay_Normal.cpp : Implementation of CVeracityOverlay_Normal #include "../stdafx.h" #include "VeracityOverlay_Normal.h" // CVeracityOverlay_Normal #include "sg.h" #include "sg_workingdir_prototypes.h" // CVeracityOverlay_Normal STDMETHODIMP CVeracityOverlay_Normal::GetOverlayInfo(LPWSTR ...
30.166667
149
0.745304
samboy
f6a045fb9df4825cdfd6e0bef905d9cc27962bdc
128
cpp
C++
tensorflow-yolo-ios/dependencies/eigen/unsupported/doc/examples/MatrixFunction.cpp
initialz/tensorflow-yolo-face-ios
ba74cf39168d0128e91318e65a1b88ce4d65a167
[ "MIT" ]
27
2017-06-07T19:07:32.000Z
2020-10-15T10:09:12.000Z
tensorflow-yolo-ios/dependencies/eigen/unsupported/doc/examples/MatrixFunction.cpp
initialz/tensorflow-yolo-face-ios
ba74cf39168d0128e91318e65a1b88ce4d65a167
[ "MIT" ]
3
2017-08-25T17:39:46.000Z
2017-11-18T03:40:55.000Z
tensorflow-yolo-ios/dependencies/eigen/unsupported/doc/examples/MatrixFunction.cpp
initialz/tensorflow-yolo-face-ios
ba74cf39168d0128e91318e65a1b88ce4d65a167
[ "MIT" ]
10
2017-06-16T18:04:45.000Z
2018-07-05T17:33:01.000Z
version https://git-lfs.github.com/spec/v1 oid sha256:87aa574cbf6ebae69fdf19540c459903524592e19a64bd9e00f1a18522eab098 size 469
32
75
0.882813
initialz
f6a0fc96c697745a29892ed9e73cc77be5783cc8
11,458
cc
C++
test/syscalls/linux/pwritev2.cc
zhangningdlut/gvisor
a2956163267e253f614dd2d6d8151614b9b0dc77
[ "Apache-2.0" ]
null
null
null
test/syscalls/linux/pwritev2.cc
zhangningdlut/gvisor
a2956163267e253f614dd2d6d8151614b9b0dc77
[ "Apache-2.0" ]
null
null
null
test/syscalls/linux/pwritev2.cc
zhangningdlut/gvisor
a2956163267e253f614dd2d6d8151614b9b0dc77
[ "Apache-2.0" ]
1
2020-10-07T12:33:19.000Z
2020-10-07T12:33:19.000Z
// Copyright 2018 The gVisor Authors. // // 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 agree...
33.115607
80
0.666259
zhangningdlut
f6a2481702ea7e9b3428c58b636c248a3cfc8a38
3,647
hpp
C++
SDK/PUBG_ProceduralMeshComponent_classes.hpp
realrespecter/PUBG-FULL-SDK
5e2b0f103c74c95d2329c4c9dfbfab48aa0da737
[ "MIT" ]
7
2019-03-06T11:04:52.000Z
2019-07-10T20:00:51.000Z
SDK/PUBG_ProceduralMeshComponent_classes.hpp
realrespecter/PUBG-FULL-SDK
5e2b0f103c74c95d2329c4c9dfbfab48aa0da737
[ "MIT" ]
null
null
null
SDK/PUBG_ProceduralMeshComponent_classes.hpp
realrespecter/PUBG-FULL-SDK
5e2b0f103c74c95d2329c4c9dfbfab48aa0da737
[ "MIT" ]
10
2019-03-06T11:53:46.000Z
2021-02-18T14:01:11.000Z
#pragma once // PUBG FULL SDK - Generated By Respecter (5.3.4.11 [06/03/2019]) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "PUBG_ProceduralMeshComponent_structs.hpp" namespace SDK { //--------------------------------------------------------------------------- //Classes //---------------------------...
50.652778
287
0.641623
realrespecter
f6a463df4de29e51b58599df2f3f81fea9bd20f2
11,177
hpp
C++
boost/spirit/home/classic/utility/grammar_def.hpp
m4tsa/ext-boost
db66d0f0ef8ab9678582a3e5bde16ac77c0b8a56
[ "BSL-1.0" ]
106
2015-08-07T04:23:50.000Z
2020-12-27T18:25:15.000Z
boost/spirit/home/classic/utility/grammar_def.hpp
m4tsa/ext-boost
db66d0f0ef8ab9678582a3e5bde16ac77c0b8a56
[ "BSL-1.0" ]
130
2016-06-22T22:11:25.000Z
2020-11-29T20:24:09.000Z
boost/spirit/home/classic/utility/grammar_def.hpp
m4tsa/ext-boost
db66d0f0ef8ab9678582a3e5bde16ac77c0b8a56
[ "BSL-1.0" ]
41
2015-07-08T19:18:35.000Z
2021-01-14T16:39:56.000Z
/*============================================================================= Copyright (c) 2003 Hartmut Kaiser Copyright (c) 2003 Joel de Guzman http://spirit.sourceforge.net/ Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boos...
35.595541
80
0.535296
m4tsa
f6a7dd0a10aee46e25edf278be4fbf265966a130
23,651
cpp
C++
libs/e_float/test/real/cases/test_case_00113_atan_x_small_to_large.cpp
ckormanyos/e_float-2021
fac3eef3aa15cc5b74fb19135d6474396cbc6fa8
[ "BSL-1.0" ]
null
null
null
libs/e_float/test/real/cases/test_case_00113_atan_x_small_to_large.cpp
ckormanyos/e_float-2021
fac3eef3aa15cc5b74fb19135d6474396cbc6fa8
[ "BSL-1.0" ]
10
2021-02-08T14:43:47.000Z
2021-03-17T15:12:27.000Z
libs/e_float/test/real/cases/test_case_00113_atan_x_small_to_large.cpp
ckormanyos/e_float-2021
fac3eef3aa15cc5b74fb19135d6474396cbc6fa8
[ "BSL-1.0" ]
null
null
null
// Copyright Christopher Kormanyos 1999 - 2021. // 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) // This work is based on an earlier work: // "Algorithm 910: A Portable C++ Multiple-Precisio...
215.009091
429
0.932899
ckormanyos
f6a8f85047a235ae055d2f07b6ddd0fcf9a1d5bc
541
hxx
C++
src/json_fwd.hxx
DaWelter/NaiveTrace
a904785a0e13c394b2c221bc918cddb41bc8b175
[ "FSFAP" ]
16
2018-04-25T08:14:14.000Z
2022-01-29T06:19:16.000Z
src/json_fwd.hxx
DaWelter/NaiveTrace
a904785a0e13c394b2c221bc918cddb41bc8b175
[ "FSFAP" ]
null
null
null
src/json_fwd.hxx
DaWelter/NaiveTrace
a904785a0e13c394b2c221bc918cddb41bc8b175
[ "FSFAP" ]
null
null
null
#pragma once #ifdef HAVE_JSON namespace rapidjson { class CrtAllocator; template <typename BaseAllocator> class MemoryPoolAllocator; template <typename Encoding, typename Allocator> class GenericValue; template <typename Encoding, typename Allocator, typename StackAllocator> class GenericDocument; template<typen...
20.037037
94
0.822551
DaWelter
f6aacc3fbce7d36d1a8d1a45d9e0085581e6a167
17,363
cpp
C++
src/inet/tests/TestInetEndPoint.cpp
hanksuu/connectedhomeip
8c04dce5fa134dd2596feaa911333c24df52b840
[ "Apache-2.0" ]
2
2021-04-28T07:45:07.000Z
2022-01-28T08:15:00.000Z
src/inet/tests/TestInetEndPoint.cpp
hanksuu/connectedhomeip
8c04dce5fa134dd2596feaa911333c24df52b840
[ "Apache-2.0" ]
8
2020-07-07T21:51:44.000Z
2021-07-26T13:43:00.000Z
src/inet/tests/TestInetEndPoint.cpp
Rob-Houtepen-Signify/connectedhomeip
b9d8ef17c54467d67d0bd86847f6dbbfd3d98cb3
[ "Apache-2.0" ]
null
null
null
/* * * Copyright (c) 2020-2021 Project CHIP Authors * Copyright (c) 2018 Google LLC. * Copyright (c) 2016-2018 Nest Labs, Inc. * 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...
36.864119
127
0.701031
hanksuu
f6ab920f7dae0597e8f65c28aed3c89ee4422d37
543
cpp
C++
Source/SA/Render/Base/Shader/Bindings/ShaderBindingDescriptor.cpp
SapphireSuite/Engine
f29821853aec6118508f31d3e063e83e603f52dd
[ "MIT" ]
1
2022-01-20T23:17:18.000Z
2022-01-20T23:17:18.000Z
Source/SA/Render/Base/Shader/Bindings/ShaderBindingDescriptor.cpp
SapphireSuite/Engine
f29821853aec6118508f31d3e063e83e603f52dd
[ "MIT" ]
null
null
null
Source/SA/Render/Base/Shader/Bindings/ShaderBindingDescriptor.cpp
SapphireSuite/Engine
f29821853aec6118508f31d3e063e83e603f52dd
[ "MIT" ]
null
null
null
// Copyright (c) 2021 Sapphire's Suite. All Rights Reserved. #include <Render/Base/Shader/Bindings/ShaderBindingDescriptor.hpp> #include <Core/Serialize/Serializer.hpp> namespace Sa { namespace Serialize { void ToBinary(const ShaderBindingDescriptor& _obj, std::string& _str) { ToBinary(_obj.name, _str); ...
20.884615
71
0.734807
SapphireSuite
f6aedb858aaa248038c74b73fc5c3527e738d497
4,004
cpp
C++
sources/Game_sources/src/GameSceneBase.cpp
medmene/Engine
d62a6e8887c61e537b582ed49bdbff93bf1cc7d1
[ "MIT" ]
null
null
null
sources/Game_sources/src/GameSceneBase.cpp
medmene/Engine
d62a6e8887c61e537b582ed49bdbff93bf1cc7d1
[ "MIT" ]
null
null
null
sources/Game_sources/src/GameSceneBase.cpp
medmene/Engine
d62a6e8887c61e537b582ed49bdbff93bf1cc7d1
[ "MIT" ]
null
null
null
#include "Game_sources/include/GameSceneBase.h" #include "include/game_object/GameObject.h" #include "include/game_object/npc/NPC.h" #include "include/controller/ResourceManager.h" #include "pugixml/pugixml.hpp" #include "include/game_object/Label.h" #include "include/game_object/Button.h" GameSceneBase::GameSceneBa...
20.02
78
0.627123
medmene
f6aff5e53cf242cd4a8405846dcb59749acd6b25
21,505
cpp
C++
wxWidgets-2.9.1/src/msw/debughlp.cpp
slagusev/gamekit
a6e97fcf2a9c3b9b9799bc12c3643818503ffc7d
[ "MIT" ]
1
2017-01-16T11:53:44.000Z
2017-01-16T11:53:44.000Z
wxWidgets-2.9.1/src/msw/debughlp.cpp
slagusev/gamekit
a6e97fcf2a9c3b9b9799bc12c3643818503ffc7d
[ "MIT" ]
null
null
null
wxWidgets-2.9.1/src/msw/debughlp.cpp
slagusev/gamekit
a6e97fcf2a9c3b9b9799bc12c3643818503ffc7d
[ "MIT" ]
null
null
null
///////////////////////////////////////////////////////////////////////////// // Name: msw/debughlp.cpp // Purpose: various Win32 debug helpers // Author: Vadim Zeitlin // Modified by: // Created: 2005-01-08 (extracted from crashrpt.cpp) // RCS-ID: $Id$ // Copyright: (c) 2003-2005 Vadim Zeitl...
28.001302
83
0.47854
slagusev
f6b0576d52c41a2a842102bc6ef7cc0114b6f8b7
7,620
cpp
C++
src/CryptoNoteWrapper/ProxyRpcNodeWorker.cpp
exploshot/fork_qwertycoin-zero
b22803590568ad8652c0c116ab00228d587afce9
[ "MIT" ]
8
2019-03-04T12:04:14.000Z
2021-01-31T12:11:38.000Z
src/CryptoNoteWrapper/ProxyRpcNodeWorker.cpp
8134aff32f/qwertycoin-zero
e9f1c16789dfca110c5b5fee7d23c1a05621b2c6
[ "MIT" ]
11
2019-03-29T14:01:32.000Z
2020-05-17T09:13:30.000Z
src/CryptoNoteWrapper/ProxyRpcNodeWorker.cpp
8134aff32f/qwertycoin-zero
e9f1c16789dfca110c5b5fee7d23c1a05621b2c6
[ "MIT" ]
10
2019-04-06T09:04:14.000Z
2021-01-31T12:11:50.000Z
// Copyright (c) 2015-2017, The Bytecoin developers // Copyright (c) 2017-2018, The Karbo developers // Copyright (c) 2019, The Qwertycoin developers // // This file is part of Qwertycoin. // // Qwertycoin is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public Lic...
39.6875
210
0.76601
exploshot
f6b08ee598080e6e6403362cbc8eb9a64836a47d
23,125
cc
C++
google/cloud/bigtable/tests/instance_admin_async_integration_test.cc
houglum/google-cloud-cpp
aa70ffea0b7645a2775a612c81c9d85d0bc9377d
[ "Apache-2.0" ]
null
null
null
google/cloud/bigtable/tests/instance_admin_async_integration_test.cc
houglum/google-cloud-cpp
aa70ffea0b7645a2775a612c81c9d85d0bc9377d
[ "Apache-2.0" ]
null
null
null
google/cloud/bigtable/tests/instance_admin_async_integration_test.cc
houglum/google-cloud-cpp
aa70ffea0b7645a2775a612c81c9d85d0bc9377d
[ "Apache-2.0" ]
null
null
null
// Copyright 2018 Google LLC // // 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 in writi...
40.784832
80
0.675416
houglum
f6b17f1efa8bddb763da6e4c44f222562c203904
2,970
cc
C++
lib/backends/repeater.cc
pal-robotics/statsdcc
3398c71019ac202e1b3dccd6e2cbef6537d82975
[ "MIT" ]
1
2020-06-09T23:48:06.000Z
2020-06-09T23:48:06.000Z
lib/backends/repeater.cc
pal-robotics/statsdcc
3398c71019ac202e1b3dccd6e2cbef6537d82975
[ "MIT" ]
2
2019-07-04T21:50:11.000Z
2020-03-17T18:12:51.000Z
lib/backends/repeater.cc
pal-robotics/statsdcc
3398c71019ac202e1b3dccd6e2cbef6537d82975
[ "MIT" ]
1
2020-06-09T15:43:27.000Z
2020-06-09T15:43:27.000Z
/** * Source file for class graphite * Please see graphite.h and backend.h for documentaion */ #include "statsdcc/backends/repeater.h" #include <iostream> #include <unordered_map> #include "statsdcc/os.h" #include "statsdcc/net/wrapper.h" #include "statsdcc/net/lib.h" #include "statsdcc/configs/aggregator_config...
27
79
0.611448
pal-robotics
f6b361a1a31634dd95c7ffed9e9255706377887a
3,582
cc
C++
test/unit_tests/gbofid-test.cc
delay-tolerant-networking/DTN2
1c12a9dea32c5cbae8c46db105012a2031f4161e
[ "Apache-2.0" ]
14
2016-06-27T19:28:23.000Z
2021-06-28T20:41:17.000Z
test/unit_tests/gbofid-test.cc
delay-tolerant-networking/DTN2
1c12a9dea32c5cbae8c46db105012a2031f4161e
[ "Apache-2.0" ]
3
2020-09-18T13:48:53.000Z
2021-05-27T18:28:14.000Z
test/unit_tests/gbofid-test.cc
lauramazzuca21/DTNME
c97b598b09a8c8e97c2e4136879d9f0e157c8df7
[ "Apache-2.0" ]
10
2020-09-26T05:08:40.000Z
2022-01-25T12:57:55.000Z
/* * Copyright 2005-2006 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...
35.82
97
0.596036
delay-tolerant-networking
f6b82bd245570ff952d1e9b74697af26ff71fd0a
614
hpp
C++
libs/core/include/fcppt/io/cout.hpp
pmiddend/fcppt
9f437acbb10258e6df6982a550213a05815eb2be
[ "BSL-1.0" ]
null
null
null
libs/core/include/fcppt/io/cout.hpp
pmiddend/fcppt
9f437acbb10258e6df6982a550213a05815eb2be
[ "BSL-1.0" ]
null
null
null
libs/core/include/fcppt/io/cout.hpp
pmiddend/fcppt
9f437acbb10258e6df6982a550213a05815eb2be
[ "BSL-1.0" ]
null
null
null
// Copyright Carl Philipp Reh 2009 - 2018. // 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) #ifndef FCPPT_IO_COUT_HPP_INCLUDED #define FCPPT_IO_COUT_HPP_INCLUDED #include <fcppt/detail/symb...
18.606061
78
0.728013
pmiddend
f6b995d1b624cfb620e27c74fa4a69707f0a9a48
3,112
cpp
C++
src/storage/src/accessor/TemperatureDataAccessor.cpp
karz0n/sensority-collector
0d71a2855fa7fcff9c11475dbf1832a598421949
[ "MIT" ]
null
null
null
src/storage/src/accessor/TemperatureDataAccessor.cpp
karz0n/sensority-collector
0d71a2855fa7fcff9c11475dbf1832a598421949
[ "MIT" ]
null
null
null
src/storage/src/accessor/TemperatureDataAccessor.cpp
karz0n/sensority-collector
0d71a2855fa7fcff9c11475dbf1832a598421949
[ "MIT" ]
null
null
null
#include "storage/accessor/TemperatureDataAccessor.hpp" #include "common/Utils.hpp" #include "common/Logger.hpp" #include "storage/model/TemperatureDataModel.hpp" #include <Poco/Data/Transaction.h> using Poco::Data::Session; using Poco::Data::Statement; using Poco::Data::Transaction; using namespace Poco::Data::Key...
28.550459
96
0.637532
karz0n
f6ba7190752c00f50458575fcffa16c0b70e031e
23,362
cpp
C++
src/node/connection.cpp
datavetaren/epilog
7067a4cf5b62dd8eca3ab9395fbb1b85d95a9820
[ "MIT" ]
null
null
null
src/node/connection.cpp
datavetaren/epilog
7067a4cf5b62dd8eca3ab9395fbb1b85d95a9820
[ "MIT" ]
null
null
null
src/node/connection.cpp
datavetaren/epilog
7067a4cf5b62dd8eca3ab9395fbb1b85d95a9820
[ "MIT" ]
null
null
null
#include "../common/term_serializer.hpp" #include "../common/utime.hpp" #include "../common/term_match.hpp" #include "../common/checked_cast.hpp" #include "../common/log.hpp" #include "connection.hpp" #include "session.hpp" #include "self_node.hpp" #include "task_heartbeat.hpp" #include "task_publish.hpp" #include "tas...
25.310943
226
0.61874
datavetaren
f6bc1c54e9cdd58cf4cf05338c7c019da2ae55b9
2,697
cc
C++
public/meta/suggest/server/algos/keyvalue/suggest_keyvalue.cc
room77/77up
736806fbf52a5e722e8e57ef5c248823b067175d
[ "MIT" ]
3
2015-05-18T14:52:47.000Z
2018-11-12T07:51:00.000Z
public/meta/suggest/server/algos/keyvalue/suggest_keyvalue.cc
room77/77up
736806fbf52a5e722e8e57ef5c248823b067175d
[ "MIT" ]
null
null
null
public/meta/suggest/server/algos/keyvalue/suggest_keyvalue.cc
room77/77up
736806fbf52a5e722e8e57ef5c248823b067175d
[ "MIT" ]
3
2015-08-04T05:58:18.000Z
2018-11-12T07:51:01.000Z
// Copyright 2013 Room77 Inc. All Rights Reserved. // Author: pramodg@room77.com (Pramod Gupta) #include <fstream> #include "meta/suggest/server/algos/keyvalue/suggest_keyvalue.h" namespace suggest { namespace algo { namespace { // Initializes the key value map from file. template<typename T> bool InitKVMapFromFile...
28.389474
74
0.693363
room77
f6c96a6bff400d2a8ce5b9b3a0865545b15c60d3
4,135
cc
C++
src/system/remote_node.cc
raindreams/parameter_server-1
c54bb1913b5d2b2187012eb5f063ab01387943f0
[ "Apache-2.0" ]
1
2015-07-21T21:30:59.000Z
2015-07-21T21:30:59.000Z
src/system/remote_node.cc
raindreams/parameter_server-1
c54bb1913b5d2b2187012eb5f063ab01387943f0
[ "Apache-2.0" ]
null
null
null
src/system/remote_node.cc
raindreams/parameter_server-1
c54bb1913b5d2b2187012eb5f063ab01387943f0
[ "Apache-2.0" ]
null
null
null
#include "system/remote_node.h" #include "system/customer.h" #include "util/crc32c.h" #include "base/shared_array_inl.h" namespace PS { DEFINE_bool(key_cache, true, "enable caching keys during communication"); int RNode::submit(const MessagePtr& msg) { CHECK(msg); CHECK(msg->task.has_type()); auto& task = msg->t...
28.129252
80
0.636518
raindreams
f6cc9453b670ec6540622da561c284c87dbd6b21
1,412
cpp
C++
LeetCode/Problems/Algorithms/#105_ConstructBinaryTreeFromPreorderAndInorderTraversal_sol1_dfs_and_find_O(N^2)_time_O(H)_extra_space_20ms_25.8MB.cpp
Tudor67/Competitive-Programming
ae4dc6ed8bf76451775bf4f740c16394913f3ff1
[ "MIT" ]
1
2022-01-26T14:50:07.000Z
2022-01-26T14:50:07.000Z
LeetCode/Problems/Algorithms/#105_ConstructBinaryTreeFromPreorderAndInorderTraversal_sol1_dfs_and_find_O(N^2)_time_O(H)_extra_space_20ms_25.8MB.cpp
Tudor67/Competitive-Programming
ae4dc6ed8bf76451775bf4f740c16394913f3ff1
[ "MIT" ]
null
null
null
LeetCode/Problems/Algorithms/#105_ConstructBinaryTreeFromPreorderAndInorderTraversal_sol1_dfs_and_find_O(N^2)_time_O(H)_extra_space_20ms_25.8MB.cpp
Tudor67/Competitive-Programming
ae4dc6ed8bf76451775bf4f740c16394913f3ff1
[ "MIT" ]
null
null
null
/** * Definition for a binary tree node. * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode() : val(0), left(nullptr), right(nullptr) {} * TreeNode(int x) : val(x), left(nullptr), right(nullptr) {} * TreeNode(int x, TreeNode *left, TreeNode *right) : v...
40.342857
128
0.607649
Tudor67
f6d23c9c7a1d98434ba6691063d3a3e538223067
2,854
hpp
C++
src/vm/wasm/wasm_constants.hpp
sguanglin/WaykiChain
67e307ec0983b4755a6b24db40d56557568a5627
[ "MIT" ]
null
null
null
src/vm/wasm/wasm_constants.hpp
sguanglin/WaykiChain
67e307ec0983b4755a6b24db40d56557568a5627
[ "MIT" ]
null
null
null
src/vm/wasm/wasm_constants.hpp
sguanglin/WaykiChain
67e307ec0983b4755a6b24db40d56557568a5627
[ "MIT" ]
null
null
null
#pragma once #include <chrono> #include "wasm/types/name.hpp" namespace wasm { using std::chrono::microseconds; const static uint16_t default_query_rows = 10; const static auto max_serialization_time = microseconds(15 * 1000); const static auto max_wasm_execute_time_mining = 2...
50.964286
135
0.693763
sguanglin
f6d3637633aeda7ad917f7b8ed2ea0691e278206
3,860
cpp
C++
src/lib/optimizer/strategy/index_scan_rule.cpp
bengelhaupt/hyrise
dc2b6d9f205b9f31f989dc8821b6167ad7202fab
[ "MIT" ]
1
2021-07-02T09:51:19.000Z
2021-07-02T09:51:19.000Z
src/lib/optimizer/strategy/index_scan_rule.cpp
bengelhaupt/hyrise
dc2b6d9f205b9f31f989dc8821b6167ad7202fab
[ "MIT" ]
null
null
null
src/lib/optimizer/strategy/index_scan_rule.cpp
bengelhaupt/hyrise
dc2b6d9f205b9f31f989dc8821b6167ad7202fab
[ "MIT" ]
null
null
null
#include "index_scan_rule.hpp" #include <algorithm> #include <iostream> #include <memory> #include <string> #include <vector> #include "all_parameter_variant.hpp" #include "constant_mappings.hpp" #include "cost_estimation/abstract_cost_estimator.hpp" #include "logical_query_plan/abstract_lqp_node.hpp" #include "logic...
40.208333
117
0.763472
bengelhaupt
f6d4d65f6c88f8a86fb994aa60b640e1f9086299
15,771
cxx
C++
src/fltk-1.3.2/src/Fl_File_Browser.cxx
biospi/seamass-windeps
f8426cba88112a5813083e6d634a8d103ce65170
[ "Apache-2.0" ]
null
null
null
src/fltk-1.3.2/src/Fl_File_Browser.cxx
biospi/seamass-windeps
f8426cba88112a5813083e6d634a8d103ce65170
[ "Apache-2.0" ]
null
null
null
src/fltk-1.3.2/src/Fl_File_Browser.cxx
biospi/seamass-windeps
f8426cba88112a5813083e6d634a8d103ce65170
[ "Apache-2.0" ]
1
2018-04-04T09:17:39.000Z
2018-04-04T09:17:39.000Z
// // "$Id: Fl_File_Browser.cxx 9325 2012-04-05 05:12:30Z fabien $" // // Fl_File_Browser routines. // // Copyright 1999-2010 by Michael Sweet. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this // file is missi...
24.83622
83
0.571619
biospi
f6d86bf8ae52ae45c39393822ee2d1656bc9f1ef
3,271
cc
C++
modules/control/submodules/postprocessor_submodule.cc
Inertial-Labs/apollo
1c101673a85ab69981b85952fb1dd52acde1ccbd
[ "Apache-2.0" ]
1
2018-09-13T03:37:20.000Z
2018-09-13T03:37:20.000Z
modules/control/submodules/postprocessor_submodule.cc
Inertial-Labs/apollo
1c101673a85ab69981b85952fb1dd52acde1ccbd
[ "Apache-2.0" ]
1
2018-10-30T05:53:11.000Z
2018-10-30T05:53:11.000Z
modules/control/submodules/postprocessor_submodule.cc
Inertial-Labs/apollo
1c101673a85ab69981b85952fb1dd52acde1ccbd
[ "Apache-2.0" ]
null
null
null
/****************************************************************************** * Copyright 2019 The Apollo 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 ...
34.797872
79
0.718129
Inertial-Labs
f6dd9386ede4d5741f06eaec9f28129b7f092989
11,300
cpp
C++
src/cli/cli_coap.cpp
syin2/openthread
a9f42768ec221380f42bfd311bc68e784b2163a6
[ "BSD-3-Clause" ]
1
2018-12-31T08:12:49.000Z
2018-12-31T08:12:49.000Z
src/cli/cli_coap.cpp
syin2/openthread
a9f42768ec221380f42bfd311bc68e784b2163a6
[ "BSD-3-Clause" ]
null
null
null
src/cli/cli_coap.cpp
syin2/openthread
a9f42768ec221380f42bfd311bc68e784b2163a6
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) 2017, The OpenThread Authors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * 1. Redistributions of source code must retain the above copyright * notice, this ...
32.102273
119
0.64885
syin2
f6df865bf21bd0070405ee08d798b3b05eb96c14
3,953
cpp
C++
kernel/src/debug/SchedulerState.cpp
tristanseifert/kush-os
1ffd595aae8f3dc880e798eff72365b8b6c631f0
[ "0BSD" ]
4
2021-06-22T20:52:30.000Z
2022-02-04T00:19:44.000Z
kernel/src/debug/SchedulerState.cpp
tristanseifert/kush-os
1ffd595aae8f3dc880e798eff72365b8b6c631f0
[ "0BSD" ]
null
null
null
kernel/src/debug/SchedulerState.cpp
tristanseifert/kush-os
1ffd595aae8f3dc880e798eff72365b8b6c631f0
[ "0BSD" ]
null
null
null
#include "SchedulerState.h" #include "FramebufferConsole.h" #include "ipc/Port.h" #include "sched/Task.h" #include "sched/Scheduler.h" #include "sched/GlobalState.h" #include "printf.h" using namespace debug; namespace platform { extern debug::FramebufferConsole *gConsole; }; static void _outchar(char ch, void ...
33.218487
108
0.52087
tristanseifert
f6e05d6a5dced3d1e908cad8382760f1ed1e3913
9,149
cpp
C++
src/mif/net/http/detail/server.cpp
paceholder/mif
ff3c18f577048c94887220bb92477ce102f01599
[ "MIT" ]
4
2018-03-26T11:49:13.000Z
2019-12-22T06:18:35.000Z
src/mif/net/http/detail/server.cpp
paceholder/mif
ff3c18f577048c94887220bb92477ce102f01599
[ "MIT" ]
null
null
null
src/mif/net/http/detail/server.cpp
paceholder/mif
ff3c18f577048c94887220bb92477ce102f01599
[ "MIT" ]
1
2018-10-01T09:16:29.000Z
2018-10-01T09:16:29.000Z
//------------------------------------------------------------------- // MetaInfo Framework (MIF) // https://github.com/tdv/mif // Created: 11.2016 // Copyright (C) 2016-2017 tdv //------------------------------------------------------------------- // STD #include <memory> #include <thread> // MIF #include "m...
41.586364
184
0.415674
paceholder
f6e2202cb2d1db2d8e3f5a6745563f682fdd0ebe
4,223
hpp
C++
src/ir/types.hpp
Sokolmish/diploma
8441b17f430bbdce8fd1825329c9e53e755470b7
[ "MIT" ]
null
null
null
src/ir/types.hpp
Sokolmish/diploma
8441b17f430bbdce8fd1825329c9e53e755470b7
[ "MIT" ]
null
null
null
src/ir/types.hpp
Sokolmish/diploma
8441b17f430bbdce8fd1825329c9e53e755470b7
[ "MIT" ]
null
null
null
#ifndef IR_TYPES_HPP_INCLUDED__ #define IR_TYPES_HPP_INCLUDED__ #include <vector> #include <memory> #include "parser/common.hpp" struct IR_StorageSpecifier { enum Specs { EXTERN, STATIC, AUTO, REGISTER } spec; IR_StorageSpecifier(); IR_StorageSpecifier(Specs spec); }; /** * Consider type as immutable v...
32.992188
105
0.697372
Sokolmish
f6e46ce06dae0a46936c051c916552a10359f3ff
4,167
hpp
C++
oss_src/unity/R-package/src/rcpp_sframe.hpp
parquette/ParFrame
0522aa6afdf529b3e91505b70e918f1500aae886
[ "BSD-3-Clause" ]
null
null
null
oss_src/unity/R-package/src/rcpp_sframe.hpp
parquette/ParFrame
0522aa6afdf529b3e91505b70e918f1500aae886
[ "BSD-3-Clause" ]
null
null
null
oss_src/unity/R-package/src/rcpp_sframe.hpp
parquette/ParFrame
0522aa6afdf529b3e91505b70e918f1500aae886
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (C) 2015 Dato, Inc. * All rights reserved. * * This software may be modified and distributed under the terms * of the BSD license. See the LICENSE file for details. */ #ifndef _RCPP_SFRAME_HPP #define _RCPP_SFRAME_HPP #include <Rcpp.h> #include <unity/lib/gl_sframe.hpp> class RcppSFrame { pub...
29.553191
89
0.663787
parquette
f6e7159de5cc2ea1eea3feba0acfaff3ee92802a
10,672
cpp
C++
Terminal/Source/BearLibTerminal.cpp
Gravecat/BearLibTerminal
64fec04101350a99a71db872c513e17bdd2cc94d
[ "MIT" ]
80
2020-06-17T15:26:27.000Z
2022-03-29T11:17:01.000Z
Terminal/Source/BearLibTerminal.cpp
Gravecat/BearLibTerminal
64fec04101350a99a71db872c513e17bdd2cc94d
[ "MIT" ]
11
2020-07-19T15:22:06.000Z
2022-03-31T03:33:13.000Z
Terminal/Source/BearLibTerminal.cpp
Gravecat/BearLibTerminal
64fec04101350a99a71db872c513e17bdd2cc94d
[ "MIT" ]
18
2020-09-16T01:29:46.000Z
2022-03-27T18:48:09.000Z
/* * BearLibTerminal * Copyright (C) 2013-2017 Cfyz * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modif...
27.576227
118
0.702118
Gravecat
f6e75cc2d3a02ce7f95452b83f53018106243397
2,184
cpp
C++
softboundcets-llvm-clang34/tools/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp
jiwon6833/MTE
38a905cbf877de4d6be8ded327ab3c961289e6ca
[ "BSD-3-Clause" ]
36
2015-01-13T19:34:04.000Z
2022-03-07T22:22:15.000Z
softboundcets-llvm-clang34/tools/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp
jiwon6833/MTE
38a905cbf877de4d6be8ded327ab3c961289e6ca
[ "BSD-3-Clause" ]
7
2015-10-20T19:05:01.000Z
2021-11-13T14:55:47.000Z
3.4.2/cfe-3.4.2.src/examples/PrintFunctionNames/PrintFunctionNames.cpp
androm3da/clang_sles
2ba6d0711546ad681883c42dfb8661b842806695
[ "MIT" ]
18
2015-04-23T20:59:52.000Z
2021-11-18T20:06:39.000Z
//===- PrintFunctionNames.cpp ---------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
30.333333
80
0.580128
jiwon6833
f6e7dc664ba41a74d5186f1e5d67bd4efec46e89
570
cpp
C++
LinearAlgebra/generic/bit_analyzer/bit_analyzer.cpp
suiyili/Algorithms
d6ddc8262c5d681ecc78938b6140510793a29d91
[ "MIT" ]
null
null
null
LinearAlgebra/generic/bit_analyzer/bit_analyzer.cpp
suiyili/Algorithms
d6ddc8262c5d681ecc78938b6140510793a29d91
[ "MIT" ]
null
null
null
LinearAlgebra/generic/bit_analyzer/bit_analyzer.cpp
suiyili/Algorithms
d6ddc8262c5d681ecc78938b6140510793a29d91
[ "MIT" ]
null
null
null
#include "bit_analyzer.hpp" namespace algebra::generic { bit_analyzer::bit_analyzer(size_t value) : value_(value) { move_start(); } void bit_analyzer::move_start() { cursor_ = value_.size(); next_ = 0; } size_t bit_analyzer::move_next_true() { for (; next_ < value_.size() && !value_.test(next_); ++next_...
17.272727
64
0.64386
suiyili
f6e8115ded8894f5cc9931a77c747bebcc24fd08
6,130
hpp
C++
crypt/src/cell/cycle/AbstractVanLeeuwen2009WntSwatCellCycleModel.hpp
gonayl/Chaste
498c48489a38a8f4c5fa7c01e691cc82df3d2e6b
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
crypt/src/cell/cycle/AbstractVanLeeuwen2009WntSwatCellCycleModel.hpp
gonayl/Chaste
498c48489a38a8f4c5fa7c01e691cc82df3d2e6b
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
crypt/src/cell/cycle/AbstractVanLeeuwen2009WntSwatCellCycleModel.hpp
gonayl/Chaste
498c48489a38a8f4c5fa7c01e691cc82df3d2e6b
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
/* Copyright (c) 2005-2017, University of Oxford. All rights reserved. University of Oxford means the Chancellor, Masters and Scholars of the University of Oxford, having an administrative office at Wellington Square, Oxford OX1 2JD, UK. This file is part of Chaste. Redistribution and use in source and binary forms...
38.553459
166
0.75106
gonayl
f6eb281feb9c2448a1e194d7cf5d01eb6929c1be
9,256
cpp
C++
src/modules/stim300/serial.cpp
Thrasher89/TrajectPlanning
300f578339da5923e60640d82c1f5bb8a23a86b9
[ "BSD-3-Clause" ]
null
null
null
src/modules/stim300/serial.cpp
Thrasher89/TrajectPlanning
300f578339da5923e60640d82c1f5bb8a23a86b9
[ "BSD-3-Clause" ]
null
null
null
src/modules/stim300/serial.cpp
Thrasher89/TrajectPlanning
300f578339da5923e60640d82c1f5bb8a23a86b9
[ "BSD-3-Clause" ]
null
null
null
/**************************************************************************** * * Copyright (c) 2012-2014 PX4 Development Team. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Red...
25.854749
123
0.662273
Thrasher89
f6ec308c16a6ad9f2c17adae882c2b2c5df30659
2,489
cc
C++
src/ppl/nn/models/onnx/parsers/mmcv/parse_mmcv_modulated_deform_conv2d_param.cc
mochiset/ppl.nn
1fb35b80a0a5df1ada33bc950f44c6080733a2f3
[ "Apache-2.0" ]
null
null
null
src/ppl/nn/models/onnx/parsers/mmcv/parse_mmcv_modulated_deform_conv2d_param.cc
mochiset/ppl.nn
1fb35b80a0a5df1ada33bc950f44c6080733a2f3
[ "Apache-2.0" ]
null
null
null
src/ppl/nn/models/onnx/parsers/mmcv/parse_mmcv_modulated_deform_conv2d_param.cc
mochiset/ppl.nn
1fb35b80a0a5df1ada33bc950f44c6080733a2f3
[ "Apache-2.0" ]
null
null
null
// 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 // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may...
40.145161
111
0.704299
mochiset
f6ee5037b4753058356564be24d2060d639b9051
2,844
hpp
C++
DT3Core/Objects/LightObject.hpp
nemerle/DT3
801615d507eda9764662f3a34339aa676170e93a
[ "MIT" ]
3
2016-01-27T13:17:18.000Z
2019-03-19T09:18:25.000Z
DT3Core/Objects/LightObject.hpp
nemerle/DT3
801615d507eda9764662f3a34339aa676170e93a
[ "MIT" ]
1
2016-01-28T14:39:49.000Z
2016-01-28T22:12:07.000Z
DT3Core/Objects/LightObject.hpp
adderly/DT3
e2605be091ec903d3582e182313837cbaf790857
[ "MIT" ]
3
2016-01-25T16:44:51.000Z
2021-01-29T19:59:45.000Z
#pragma once #ifndef DT3_LIGHTOBJECT #define DT3_LIGHTOBJECT //============================================================================== /// /// File: LightObject.hpp /// /// Copyright (C) 2000-2014 by Smells Like Donkey Software Inc. All rights reserved. /// /// This file is subject to the terms and conditions de...
33.857143
110
0.489803
nemerle
f6eec15c1ed15de1d0253261fc57573bd2b809f3
2,638
cxx
C++
src/main.cxx
wrathematics/gemv
b5c95665b4278c9685d382b8f2904de29915d730
[ "BSD-2-Clause" ]
null
null
null
src/main.cxx
wrathematics/gemv
b5c95665b4278c9685d382b8f2904de29915d730
[ "BSD-2-Clause" ]
null
null
null
src/main.cxx
wrathematics/gemv
b5c95665b4278c9685d382b8f2904de29915d730
[ "BSD-2-Clause" ]
null
null
null
#define OMPI_SKIP_MPICXX 1 #include <mpi.h> #include <stdio.h> #include <stdlib.h> #include "blas.hh" #include "common.h" #include "gen.hh" #include "gpu_utils.hh" #include "mpi_utils.h" #include "type.h" #define UNIF_MIN 0 #define UNIF_MAX 1 #define SEED 1234 #define REPLICATIONS 10 #define PRINT_VERBOSE MPI_Comm ...
24.654206
95
0.649356
wrathematics
f6f0afe45570ba39c7b7f354bbb42affbde85e46
5,602
cpp
C++
Master/ThirdParty/x360ce/branches/v4.x/x360ce/InputHook/InputHook.cpp
lucasassislar/splitplaypc
973d92d8c86ea18188bfdfbe8691ee42204e17e0
[ "MIT" ]
807
2015-11-19T21:47:35.000Z
2022-03-25T18:56:29.000Z
Master/ThirdParty/x360ce/branches/v4.x/x360ce/InputHook/InputHook.cpp
lucasassislar/splitplaypc
973d92d8c86ea18188bfdfbe8691ee42204e17e0
[ "MIT" ]
160
2015-12-02T03:34:20.000Z
2022-03-26T17:38:23.000Z
Master/ThirdParty/x360ce/branches/v4.x/x360ce/InputHook/InputHook.cpp
lucasassislar/splitplaypc
973d92d8c86ea18188bfdfbe8691ee42204e17e0
[ "MIT" ]
111
2015-12-02T14:00:06.000Z
2022-02-25T15:42:13.000Z
/* InputHook Detour Library for XBOX360 Controller Emulator * * https://code.google.com/p/x360ce/ * * Copyright (C) 2012-2014 Robert Krawczyk * * InputHook is free software: you can redistribute it and/or modify it under the terms * of the GNU Lesser General Public License as published by the Free Software ...
24.356522
91
0.682078
lucasassislar
f6f31a4ea15ee35d1df2731e691cd853efb4393e
8,687
ipp
C++
implement/oglplus/shapes/twisted_torus.ipp
jnbrq/oglplus
2e072e91292643e0871565ae5147584403846290
[ "BSL-1.0" ]
null
null
null
implement/oglplus/shapes/twisted_torus.ipp
jnbrq/oglplus
2e072e91292643e0871565ae5147584403846290
[ "BSL-1.0" ]
null
null
null
implement/oglplus/shapes/twisted_torus.ipp
jnbrq/oglplus
2e072e91292643e0871565ae5147584403846290
[ "BSL-1.0" ]
null
null
null
/** * @file oglplus/shapes/twisted_torus.ipp * @brief Implementation of shapes::TwistedTorus * * @author Matus Chochlik * * Copyright 2010-2014 Matus Chochlik. 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....
22.447028
68
0.576724
jnbrq
f6f93611a2c408474a13f965b681912e7795d76e
10,197
cpp
C++
Engine/Source/ThirdParty/pybind11/tests/test_exceptions.cpp
hebohang/HEngine
82f40797a7cfabaa11aeeb7797fba70551d18017
[ "MIT" ]
null
null
null
Engine/Source/ThirdParty/pybind11/tests/test_exceptions.cpp
hebohang/HEngine
82f40797a7cfabaa11aeeb7797fba70551d18017
[ "MIT" ]
null
null
null
Engine/Source/ThirdParty/pybind11/tests/test_exceptions.cpp
hebohang/HEngine
82f40797a7cfabaa11aeeb7797fba70551d18017
[ "MIT" ]
null
null
null
/* tests/test_custom-exceptions.cpp -- exception translation Copyright (c) 2016 Pim Schellart <P.Schellart@princeton.edu> All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. */ #include "test_exceptions.h" #include "local_bindings.h" ...
33.323529
97
0.595175
hebohang
f6fcb54da85c674d1c1bb84781e346b48a2ff4f7
3,779
hpp
C++
include/nuls/system/wallet/hd_private.hpp
ccccbjcn/nuls-v2-cplusplus-sdk
3d5a76452fe0673eba490b26e5a95fea3d5788df
[ "MIT" ]
1
2020-04-26T07:32:52.000Z
2020-04-26T07:32:52.000Z
include/nuls/system/wallet/hd_private.hpp
CCC-NULS/nuls-cplusplus-sdk
3d5a76452fe0673eba490b26e5a95fea3d5788df
[ "MIT" ]
null
null
null
include/nuls/system/wallet/hd_private.hpp
CCC-NULS/nuls-cplusplus-sdk
3d5a76452fe0673eba490b26e5a95fea3d5788df
[ "MIT" ]
null
null
null
/** * Copyright (c) 2020 libnuls developers (see AUTHORS) * * This file is part of libnuls. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License, or *...
32.577586
78
0.723472
ccccbjcn
f6fd69f0f656b8aea0598bb89415e0c475fca8d2
1,210
cpp
C++
dev/sample/so_5/deadletter_handler/main.cpp
ZaMaZaN4iK/sobjectizer
afe9fc4d9fac6157860ec4459ac7a129223be87c
[ "BSD-3-Clause" ]
272
2019-05-16T11:45:54.000Z
2022-03-28T09:32:14.000Z
dev/sample/so_5/deadletter_handler/main.cpp
ZaMaZaN4iK/sobjectizer
afe9fc4d9fac6157860ec4459ac7a129223be87c
[ "BSD-3-Clause" ]
40
2019-10-29T18:19:18.000Z
2022-03-30T09:02:49.000Z
dev/sample/so_5/deadletter_handler/main.cpp
ZaMaZaN4iK/sobjectizer
afe9fc4d9fac6157860ec4459ac7a129223be87c
[ "BSD-3-Clause" ]
29
2019-05-16T12:05:32.000Z
2022-03-19T12:28:33.000Z
#include <so_5/all.hpp> // Demo agent which shows deadletter handler. class demo final : public so_5::agent_t { // We need two signals. One will be handler by ordinary handler... struct first_signal final : public so_5::signal_t {}; // ...and second by deadletter handler. struct second_signal final : public so_5::...
28.809524
67
0.693388
ZaMaZaN4iK
f6fe00d4dda6d595234454b520574202fd327427
12,461
cpp
C++
src/RageLog.cpp
fpmuniz/stepmania
984dc8668f1fedacf553f279a828acdebffc5625
[ "MIT" ]
1,514
2015-01-02T17:00:28.000Z
2022-03-30T14:11:21.000Z
src/RageLog.cpp
fpmuniz/stepmania
984dc8668f1fedacf553f279a828acdebffc5625
[ "MIT" ]
1,462
2015-01-01T10:53:29.000Z
2022-03-27T04:35:53.000Z
src/RageLog.cpp
fpmuniz/stepmania
984dc8668f1fedacf553f279a828acdebffc5625
[ "MIT" ]
552
2015-01-02T05:34:41.000Z
2022-03-26T05:19:19.000Z
#include "global.h" #include "RageLog.h" #include "RageUtil.h" #include "RageTimer.h" #include "RageFile.h" #include "RageThreads.h" #include <ctime> #if defined(_WINDOWS) #include <windows.h> #endif #include <map> RageLog* LOG; // global and accessible from anywhere in the program /* * We have a couple log types ...
26.512766
93
0.691518
fpmuniz
1000271f04ecb7915d29356ae0b3f8801fea18dc
3,273
hpp
C++
include/boost/mpl/iter_fold_if.hpp
dstrigl/mcotf
92a9caf6173b1241a2f9ed45cd379469762b7178
[ "BSL-1.0" ]
93
2015-11-20T04:13:36.000Z
2022-03-24T00:03:08.000Z
include/boost/mpl/iter_fold_if.hpp
dstrigl/mcotf
92a9caf6173b1241a2f9ed45cd379469762b7178
[ "BSL-1.0" ]
206
2015-11-09T00:27:15.000Z
2021-12-04T19:05:18.000Z
include/boost/mpl/iter_fold_if.hpp
dstrigl/mcotf
92a9caf6173b1241a2f9ed45cd379469762b7178
[ "BSL-1.0" ]
117
2015-11-08T02:43:46.000Z
2022-02-12T06:29:00.000Z
#ifndef BOOST_MPL_ITER_FOLD_IF_HPP_INCLUDED #define BOOST_MPL_ITER_FOLD_IF_HPP_INCLUDED // Copyright Aleksey Gurtovoy 2003-2004 // Copyright Eric Friedman 2003 // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICEN...
27.737288
114
0.673083
dstrigl
1001e72afb1a69d518d604f9e47459b99ce6200c
16,901
cpp
C++
test/unit/io/sequence_file/sequence_file_input_test.cpp
remyschwab/seqan3
f10e557b61428ff7faac8b10f18b9087d1ff2663
[ "CC0-1.0", "CC-BY-4.0" ]
null
null
null
test/unit/io/sequence_file/sequence_file_input_test.cpp
remyschwab/seqan3
f10e557b61428ff7faac8b10f18b9087d1ff2663
[ "CC0-1.0", "CC-BY-4.0" ]
null
null
null
test/unit/io/sequence_file/sequence_file_input_test.cpp
remyschwab/seqan3
f10e557b61428ff7faac8b10f18b9087d1ff2663
[ "CC0-1.0", "CC-BY-4.0" ]
null
null
null
// ----------------------------------------------------------------------------------------------------- // Copyright (c) 2006-2021, Knut Reinert & Freie Universität Berlin // Copyright (c) 2016-2021, Knut Reinert & MPI für molekulare Genetik // This file may be used, modified and/or redistributed under the terms of th...
35.283925
122
0.583516
remyschwab
10021ede07c3a06b7c706f3b8951a739d6cb1f72
1,588
hpp
C++
src/cmn/pathUtil.hpp
cwood77/shtanky
6e3b7ad5bdc21be8d82b3fcddd882aebbf479fd8
[ "MIT" ]
null
null
null
src/cmn/pathUtil.hpp
cwood77/shtanky
6e3b7ad5bdc21be8d82b3fcddd882aebbf479fd8
[ "MIT" ]
null
null
null
src/cmn/pathUtil.hpp
cwood77/shtanky
6e3b7ad5bdc21be8d82b3fcddd882aebbf479fd8
[ "MIT" ]
null
null
null
#pragma once #include <list> #include <map> #include <string> namespace cmn { class pathUtil { public: static const char *kExtLiamHeader; static const char *kExtLiamSource; static const char *kExtLir; static const char *kExtLirPost; static const char *kExtAsm; static const char *kExtObj; static ...
33.083333
97
0.714106
cwood77
100252f828434c04d029208eb1b7feef3f73527d
122,536
cpp
C++
WickedEngine/wiGraphicsDevice_DX11.cpp
Zedidle/WickedEngine
1d4318985e0dc8f222f3213cfbc38b6c4fedd46f
[ "Zlib", "MIT" ]
null
null
null
WickedEngine/wiGraphicsDevice_DX11.cpp
Zedidle/WickedEngine
1d4318985e0dc8f222f3213cfbc38b6c4fedd46f
[ "Zlib", "MIT" ]
null
null
null
WickedEngine/wiGraphicsDevice_DX11.cpp
Zedidle/WickedEngine
1d4318985e0dc8f222f3213cfbc38b6c4fedd46f
[ "Zlib", "MIT" ]
null
null
null
#include "wiGraphicsDevice_DX11.h" #include "wiHelper.h" #include "ResourceMapping.h" #include "wiBackLog.h" #pragma comment(lib,"d3d11.lib") #pragma comment(lib,"Dxgi.lib") #pragma comment(lib,"dxguid.lib") #include <sstream> using namespace std; namespace wiGraphics { // Engine -> Native converters inline UINT _...
31.387295
186
0.773887
Zedidle
100507c99931060d089669c53704f6fcbd19fae5
2,685
cc
C++
mediapipe/calculators/core/split_vector_calculator.cc
Amankumar1456/IC464_Sixth_Sense
08ba64f0d94b2a7acb6b79eb2159cbdf493d1a65
[ "Apache-2.0" ]
47
2019-12-29T02:52:48.000Z
2022-02-21T08:39:14.000Z
mediapipe/calculators/core/split_vector_calculator.cc
Amankumar1456/IC464_Sixth_Sense
08ba64f0d94b2a7acb6b79eb2159cbdf493d1a65
[ "Apache-2.0" ]
5
2020-09-02T10:28:36.000Z
2022-01-12T08:12:56.000Z
mediapipe/calculators/core/split_vector_calculator.cc
Amankumar1456/IC464_Sixth_Sense
08ba64f0d94b2a7acb6b79eb2159cbdf493d1a65
[ "Apache-2.0" ]
16
2020-07-21T06:28:25.000Z
2022-02-02T13:40:36.000Z
// Copyright 2019 The MediaPipe Authors. // // 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...
35.8
75
0.794041
Amankumar1456
100ab748544832da14e68a041191cef94e3da8c1
4,571
tcc
C++
playground/flens/solver/cg.tcc
stip/FLENS
80495fa97dda42a0acafc8f83fc9639ae36d2e10
[ "BSD-3-Clause" ]
98
2015-01-26T20:31:37.000Z
2021-09-09T15:51:37.000Z
playground/flens/solver/cg.tcc
stip/FLENS
80495fa97dda42a0acafc8f83fc9639ae36d2e10
[ "BSD-3-Clause" ]
16
2015-01-21T07:43:45.000Z
2021-12-06T12:08:36.000Z
playground/flens/solver/cg.tcc
stip/FLENS
80495fa97dda42a0acafc8f83fc9639ae36d2e10
[ "BSD-3-Clause" ]
31
2015-01-05T08:06:45.000Z
2022-01-26T20:12:00.000Z
/* * Copyright (c) 2012, Michael Lehn, Klaus Pototzky * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1) Redistributions of source code must retain the above copyright...
33.123188
88
0.654999
stip
100ba4cf376e2a567373733a2732d4607d8d1636
1,399
cpp
C++
tree/145 BinaryTreePostorderTraversal.cpp
CoderQuinnYoung/leetcode
6ea15c68124b16824bab9ed2e0e5a40c72eb3db1
[ "BSD-3-Clause" ]
null
null
null
tree/145 BinaryTreePostorderTraversal.cpp
CoderQuinnYoung/leetcode
6ea15c68124b16824bab9ed2e0e5a40c72eb3db1
[ "BSD-3-Clause" ]
null
null
null
tree/145 BinaryTreePostorderTraversal.cpp
CoderQuinnYoung/leetcode
6ea15c68124b16824bab9ed2e0e5a40c72eb3db1
[ "BSD-3-Clause" ]
null
null
null
// // BinaryTreePostorderTraversal.cpp // Leetcode // // Created by Quinn on 2020/7/26. // Copyright © 2020 Quinn. All rights reserved. // #include "TreeNode.h" #include <vector> #include <stack> using namespace::std; /** * Definition for a binary tree node. * struct TreeNode { * int val; * TreeNode *...
18.168831
59
0.450322
CoderQuinnYoung
100cf773c7c17b64e46dd928934ae02887b4cbae
2,904
cpp
C++
qt/render_bmp_as_movie/mywindow4.cpp
kurekagura/samples
f8aacc470883cf2eb92ae36064cb6d24ffae967f
[ "MIT" ]
null
null
null
qt/render_bmp_as_movie/mywindow4.cpp
kurekagura/samples
f8aacc470883cf2eb92ae36064cb6d24ffae967f
[ "MIT" ]
null
null
null
qt/render_bmp_as_movie/mywindow4.cpp
kurekagura/samples
f8aacc470883cf2eb92ae36064cb6d24ffae967f
[ "MIT" ]
null
null
null
#include "mywindow4.h" #include "ui_mywindow4.h" #include <QtCore/QDebug> #include <Windows.h> #include <spdlog/spdlog.h> MyWindow4::MyWindow4(bool useOpenGL, QWidget *parent) : QMainWindow(parent), ui(new Ui::MyWindow4), videoThr_(nullptr), frame_count_(0), useOpenGL_(useOpenGL), i...
27.396226
87
0.610193
kurekagura
100d03d1d50224b4d5478bf841d3bff3f09fa037
4,702
cc
C++
yadcc/daemon/cloud/sysinfo.cc
a1nc/yadcc
3afec95d9724ff322c657faa44bdf4d383f15f07
[ "CC-BY-3.0", "BSD-2-Clause", "BSD-3-Clause" ]
225
2021-06-08T04:05:56.000Z
2022-03-30T12:05:43.000Z
yadcc/daemon/cloud/sysinfo.cc
a1nc/yadcc
3afec95d9724ff322c657faa44bdf4d383f15f07
[ "CC-BY-3.0", "BSD-2-Clause", "BSD-3-Clause" ]
20
2021-07-20T05:45:28.000Z
2022-03-29T14:39:18.000Z
yadcc/daemon/cloud/sysinfo.cc
a1nc/yadcc
3afec95d9724ff322c657faa44bdf4d383f15f07
[ "CC-BY-3.0", "BSD-2-Clause", "BSD-3-Clause" ]
32
2021-06-08T04:11:33.000Z
2022-03-28T07:39:11.000Z
// Copyright (C) 2020 THL A29 Limited, a Tencent company. All rights reserved. // // Licensed under the BSD 3-Clause License (the "License"); you may not use this // file except in compliance with the License. You may obtain a copy of the // License at // // https://opensource.org/licenses/BSD-3-Clause // // Unless req...
29.024691
80
0.68524
a1nc
10119121b183b0ca26bede1bc4afb0f8ff8481c4
2,123
cpp
C++
volume_ray_casting/my_raycasting/kmlocal/KMcenters.cpp
RishabhRawat/volume-visualization
5e3a9133402b553186c23484a2ffc70060318aab
[ "MIT" ]
null
null
null
volume_ray_casting/my_raycasting/kmlocal/KMcenters.cpp
RishabhRawat/volume-visualization
5e3a9133402b553186c23484a2ffc70060318aab
[ "MIT" ]
null
null
null
volume_ray_casting/my_raycasting/kmlocal/KMcenters.cpp
RishabhRawat/volume-visualization
5e3a9133402b553186c23484a2ffc70060318aab
[ "MIT" ]
null
null
null
//---------------------------------------------------------------------- // File: KMcenters.cc // Programmer: David Mount // Last modified: 03/27/02 // Description: Functions for KMcenters //---------------------------------------------------------------------- // Copyright (C) 2004-2005 David M...
34.241935
73
0.57089
RishabhRawat
101211d76f1d9cee207c8eae18a98398ce7861ab
1,951
cpp
C++
VC2010Samples/MFC/Visual C++ 2008 Feature Pack/DrawClient/statpage.cpp
alonmm/VCSamples
6aff0b4902f5027164d593540fcaa6601a0407c3
[ "MIT" ]
300
2019-05-09T05:32:33.000Z
2022-03-31T20:23:24.000Z
VC2010Samples/MFC/Visual C++ 2008 Feature Pack/DrawClient/statpage.cpp
JaydenChou/VCSamples
9e1d4475555b76a17a3568369867f1d7b6cc6126
[ "MIT" ]
9
2016-09-19T18:44:26.000Z
2018-10-26T10:20:05.000Z
VC2010Samples/MFC/Visual C++ 2008 Feature Pack/DrawClient/statpage.cpp
JaydenChou/VCSamples
9e1d4475555b76a17a3568369867f1d7b6cc6126
[ "MIT" ]
633
2019-05-08T07:34:12.000Z
2022-03-30T04:38:28.000Z
// This MFC Samples source code demonstrates using MFC Microsoft Office Fluent User Interface // (the "Fluent UI") and is provided only as referential material to supplement the // Microsoft Foundation Classes Reference and related electronic documentation // included with the MFC C++ library software. // License ...
29.119403
94
0.719118
alonmm
1014a8518dc186dfb4693b96450635f65166d47b
10,057
cpp
C++
silkopter/gs_old/src/GS.cpp
jeanleflambeur/silkopter
cdbc67ee2c85f5c95eb4f52e2e0ba24514962dd8
[ "BSD-3-Clause" ]
36
2015-03-09T16:47:14.000Z
2021-02-04T08:32:04.000Z
silkopter/gs_old/src/GS.cpp
jeanlemotan/silkopter
cdbc67ee2c85f5c95eb4f52e2e0ba24514962dd8
[ "BSD-3-Clause" ]
42
2017-02-11T11:15:51.000Z
2019-12-28T16:00:44.000Z
silkopter/gs_old/src/GS.cpp
jeanleflambeur/silkopter
cdbc67ee2c85f5c95eb4f52e2e0ba24514962dd8
[ "BSD-3-Clause" ]
5
2015-10-15T05:46:48.000Z
2020-05-11T17:40:36.000Z
#include "GS.h" #include "HAL_Window.h" #include "Multi_Config_Window.h" #include "hud/Multi_HUD_Widget.h" GS::GS(QWidget *parent) : QMainWindow(parent) , m_hal(m_comms) , m_comms(m_hal) { QGLFormat format(QGL::DepthBuffer | QGL::Rgba | QGL::NoStencilBuffer | QGL::SingleBuffer); format.se...
41.386831
126
0.66491
jeanleflambeur
1018f3ee8eda76b315ace0dd321a2a426b4c5e2f
870
hpp
C++
include/tac/detail/tuple_converter.hpp
miguelmartin75/tac
dc0f49f92e829f88054151752a61c0fe1054fc72
[ "MIT" ]
1
2015-05-24T15:47:45.000Z
2015-05-24T15:47:45.000Z
include/tac/detail/tuple_converter.hpp
miguelmartin75/tac
dc0f49f92e829f88054151752a61c0fe1054fc72
[ "MIT" ]
1
2015-06-21T14:03:11.000Z
2015-06-21T14:03:11.000Z
include/tac/detail/tuple_converter.hpp
miguelmartin75/tac
dc0f49f92e829f88054151752a61c0fe1054fc72
[ "MIT" ]
null
null
null
#ifndef TAC_DETAIL_TUPLE_CONVERTER_HPP #define TAC_DETAIL_TUPLE_CONVERTER_HPP #include <tuple> namespace tac { namespace detail { // my code taken from (Miguel Martin): // https://gist.github.com/miguelmartin75/c8335ff0af327dc5e5b4 template<template <typename T> class X> struct...
24.857143
111
0.565517
miguelmartin75
101f393293112ed1e9f4575915a2cc7a318df3c8
1,369
cpp
C++
ufora/distributed/SharedState/Storage/LogFileSerialization.cpp
ufora/ufora
04db96ab049b8499d6d6526445f4f9857f1b6c7e
[ "Apache-2.0", "CC0-1.0", "MIT", "BSL-1.0", "BSD-3-Clause" ]
571
2015-11-05T20:07:07.000Z
2022-01-24T22:31:09.000Z
ufora/distributed/SharedState/Storage/LogFileSerialization.cpp
timgates42/ufora
04db96ab049b8499d6d6526445f4f9857f1b6c7e
[ "Apache-2.0", "CC0-1.0", "MIT", "BSL-1.0", "BSD-3-Clause" ]
218
2015-11-05T20:37:55.000Z
2021-05-30T03:53:50.000Z
ufora/distributed/SharedState/Storage/LogFileSerialization.cpp
timgates42/ufora
04db96ab049b8499d6d6526445f4f9857f1b6c7e
[ "Apache-2.0", "CC0-1.0", "MIT", "BSL-1.0", "BSD-3-Clause" ]
40
2015-11-07T21:42:19.000Z
2021-05-23T03:48:19.000Z
/*************************************************************************** Copyright 2015 Ufora 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/licen...
33.390244
107
0.65157
ufora
101fa890d20fb60cd08bf9e95d7c230ddf7f20e4
991
cpp
C++
NumberToWords/noToWords.cpp
Mohitmauryagit/datastructures
df61f3f5b592dc4fe0b9d6a966b87f3348328e0a
[ "MIT" ]
8
2021-08-12T08:09:37.000Z
2021-12-30T10:45:54.000Z
NumberToWords/noToWords.cpp
Mohitmauryagit/datastructures
df61f3f5b592dc4fe0b9d6a966b87f3348328e0a
[ "MIT" ]
7
2021-06-09T05:13:23.000Z
2022-01-24T04:47:59.000Z
NumberToWords/noToWords.cpp
Mohitmauryagit/datastructures
df61f3f5b592dc4fe0b9d6a966b87f3348328e0a
[ "MIT" ]
4
2021-11-07T07:09:58.000Z
2022-02-08T11:43:56.000Z
#include<iostream> #include <math.h> #include<string> using namespace std; string a[]={"zero","one","two","three","four","five","six","seven","eight","nine","ten","eleven","twelve","thirteen","fourteen","fifteen","sixteen","seventeen","eighteen","ninteen","twenty"}; string tens[]={" ","ten","twenty","thrity","forty","f...
17.696429
191
0.511604
Mohitmauryagit
102022acd83a8e22de148be4869b44f0c35a3086
648
cc
C++
P1 Introduction/P89265.cc
miquelt9/Problemes-PRO1
1bd5214ce75129e9a027728b93ad8354ec993e41
[ "Apache-2.0" ]
2
2021-09-01T10:52:32.000Z
2021-11-09T09:19:57.000Z
P1 Introduction/P89265.cc
miquelt9/Problemes-PRO1
1bd5214ce75129e9a027728b93ad8354ec993e41
[ "Apache-2.0" ]
null
null
null
P1 Introduction/P89265.cc
miquelt9/Problemes-PRO1
1bd5214ce75129e9a027728b93ad8354ec993e41
[ "Apache-2.0" ]
1
2021-09-24T20:00:41.000Z
2021-09-24T20:00:41.000Z
#include <iostream> using namespace std; int main(){ int a1, b1, a2, b2; cin >> a1 >> b1 >> a2 >> b2; if (a1 == a2 && b1 == b2) cout << "="; else if (a1 >= a2 && b2 >= b1) cout << "1"; else if (a2 >= a1 && b1 >= b2 && b1-a2 >= 0) cout << "2"; else cout << "?"; cout << " , "; if (a1 <= a2 && b1 - a2 >= 0){ i...
25.92
66
0.382716
miquelt9
10232623d3b4ba191597d9344932cae5b5d4570c
19,743
cpp
C++
Features/src/Host/Application.cpp
ProtocolONE/cord.app
0defd4e2cbc25d4f414fa68f8c1dfe65eadc02e7
[ "Apache-2.0" ]
8
2019-01-16T07:09:39.000Z
2020-11-06T23:13:46.000Z
Features/src/Host/Application.cpp
ProtocolONE/cord.app
0defd4e2cbc25d4f414fa68f8c1dfe65eadc02e7
[ "Apache-2.0" ]
null
null
null
Features/src/Host/Application.cpp
ProtocolONE/cord.app
0defd4e2cbc25d4f414fa68f8c1dfe65eadc02e7
[ "Apache-2.0" ]
3
2019-09-30T02:45:09.000Z
2019-09-30T23:17:26.000Z
#include <Host/Connection.h> #include <Host/ApplicationStatistic.h> #include <Host/ApplicationRestarter.h> #include <Host/Application.h> #include <Host/Updater.h> #include <Host/ServiceProcess/ServiceLoader.h> #include <Host/ServiceSettings.h> #include <Host/ServiceProcess/ServiceDescription.h> #include <Host...
35.961749
145
0.681811
ProtocolONE
1026ce2330d4172d68d653ed8ef8fc6b7cee1352
2,622
hpp
C++
src/ndnph/app/ping-client.hpp
Pesa/NDNph
70b0b4ef90649cc923ab4bbbfbdb31efe027d4a8
[ "0BSD" ]
2
2020-03-06T02:07:21.000Z
2021-12-29T04:53:58.000Z
src/ndnph/app/ping-client.hpp
Pesa/NDNph
70b0b4ef90649cc923ab4bbbfbdb31efe027d4a8
[ "0BSD" ]
null
null
null
src/ndnph/app/ping-client.hpp
Pesa/NDNph
70b0b4ef90649cc923ab4bbbfbdb31efe027d4a8
[ "0BSD" ]
2
2020-02-26T20:31:07.000Z
2021-04-22T18:27:19.000Z
#ifndef NDNPH_APP_PING_CLIENT_HPP #define NDNPH_APP_PING_CLIENT_HPP #include "../face/packet-handler.hpp" #include "../port/clock/port.hpp" namespace ndnph { /** * @brief Periodically transmit Interests to test reachability. * * This is a simple ping client implementation that can only keep one pending Interest. ...
24.504673
100
0.663234
Pesa
102764835c2caa768e6c5cb7ca0100e07c11894c
7,226
cpp
C++
test/types/alposition2d_test.cpp
UCCS-Social-Robotics/libalmath
608475eced68452eb19ef09c46e1916ac597ed88
[ "BSD-3-Clause" ]
4
2016-03-14T20:34:05.000Z
2021-02-14T05:53:00.000Z
test/types/alposition2d_test.cpp
UCCS-Social-Robotics/libalmath
608475eced68452eb19ef09c46e1916ac597ed88
[ "BSD-3-Clause" ]
1
2021-02-14T05:52:04.000Z
2022-03-16T11:18:20.000Z
test/types/alposition2d_test.cpp
UCCS-Social-Robotics/libalmath
608475eced68452eb19ef09c46e1916ac597ed88
[ "BSD-3-Clause" ]
9
2017-07-11T16:01:27.000Z
2022-02-13T20:41:05.000Z
/* * Copyright (c) 2012 Aldebaran Robotics. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the COPYING file. */ #include <almath/types/alposition2d.h> #include <almath/tools/altrigonometry.h> #include <gtest/gtest.h> #include <stdexcept> //#include "../alm...
32.696833
112
0.592721
UCCS-Social-Robotics
102c4dacf783522e55a382f53ed9dccf1a1c1578
2,082
cpp
C++
Codeforces 1082D.cpp
Jvillegasd/Codeforces
ffdd2d5db1dabc7ff76f8f92270c79233a77b933
[ "MIT" ]
null
null
null
Codeforces 1082D.cpp
Jvillegasd/Codeforces
ffdd2d5db1dabc7ff76f8f92270c79233a77b933
[ "MIT" ]
null
null
null
Codeforces 1082D.cpp
Jvillegasd/Codeforces
ffdd2d5db1dabc7ff76f8f92270c79233a77b933
[ "MIT" ]
null
null
null
#include <bits/stdc++.h> using namespace std; int main(){ int n, m, sum = 0, diameter, ant = -1, os, a; vector<int> maxD; scanf("%d", &n); for(int i = 0; i < n; i++) scanf("%d", &a), maxD.push_back(a), sum+=a; if(sum < 2 * n - 2) printf("NO\n"); else{ vector<int> ones; for(int ...
43.375
117
0.537944
Jvillegasd
102e6a26b9b0cf5f7b31d24454b01c45527ef20a
13,399
cpp
C++
gcore/gdaljp2box.cpp
imincik/pkg-gdal
0187f37ed1e63ab3618843e8bdca7816b6b2c111
[ "BSD-3-Clause" ]
6
2017-05-12T08:18:27.000Z
2022-01-17T17:16:11.000Z
gcore/gdaljp2box.cpp
imincik/pkg-gdal
0187f37ed1e63ab3618843e8bdca7816b6b2c111
[ "BSD-3-Clause" ]
1
2019-03-07T15:25:14.000Z
2019-03-07T15:25:14.000Z
gcore/gdaljp2box.cpp
imincik/pkg-gdal
0187f37ed1e63ab3618843e8bdca7816b6b2c111
[ "BSD-3-Clause" ]
2
2017-01-18T16:28:58.000Z
2021-09-03T21:40:43.000Z
/****************************************************************************** * $Id: gdaljp2box.cpp 24227 2012-04-13 20:55:20Z rouault $ * * Project: GDAL * Purpose: GDALJP2Box Implementation - Low level JP2 box reader. * Author: Frank Warmerdam, warmerdam@pobox.com * *************************************...
30.31448
79
0.400328
imincik
10309c0b9d619481644ce30bb020c6b63616c661
3,300
cpp
C++
extension/tpch/tpch-extension.cpp
XuPeng-SH/duckdb
fbded15284699e10e1518793b90e86742b8804f0
[ "MIT" ]
null
null
null
extension/tpch/tpch-extension.cpp
XuPeng-SH/duckdb
fbded15284699e10e1518793b90e86742b8804f0
[ "MIT" ]
null
null
null
extension/tpch/tpch-extension.cpp
XuPeng-SH/duckdb
fbded15284699e10e1518793b90e86742b8804f0
[ "MIT" ]
1
2021-05-04T04:41:11.000Z
2021-05-04T04:41:11.000Z
#include "tpch-extension.hpp" #ifndef DUCKDB_AMALGAMATION #include "duckdb/function/table_function.hpp" #include "duckdb/parser/parsed_data/create_table_function_info.hpp" #include "duckdb/parser/parsed_data/create_view_info.hpp" #include "duckdb/parser/parser.hpp" #include "duckdb/parser/statement/select_statement.hp...
34.020619
119
0.725152
XuPeng-SH
10371a59700910838ee4b7e95dea1ccba12d6a2f
3,643
cpp
C++
Source/Core/Color.cpp
pirhosoft/PargonTypes
90b73953a0219af7ea3afd7c1230757616cdfbba
[ "MIT" ]
null
null
null
Source/Core/Color.cpp
pirhosoft/PargonTypes
90b73953a0219af7ea3afd7c1230757616cdfbba
[ "MIT" ]
null
null
null
Source/Core/Color.cpp
pirhosoft/PargonTypes
90b73953a0219af7ea3afd7c1230757616cdfbba
[ "MIT" ]
null
null
null
#include "Pargon/Serialization/Serializer.h" #include "Pargon/Types/Color.h" using namespace Pargon; void Color::ToBuffer(BufferWriter& writer) const { writer.Write(R); writer.Write(G); writer.Write(B); writer.Write(A); } void Color::FromBuffer(BufferReader& reader) { reader.Read(R); reader.Read(G); reader.Re...
22.078788
113
0.626407
pirhosoft
103a067d8ac7ec67a8de706ac168773821142397
2,253
hpp
C++
tests/SumEvaluationOrderTest.hpp
mkunesch/tensoralgebra
ddb7757352c00254ee7a6d564e1c915117d73a31
[ "BSD-3-Clause" ]
1
2019-08-16T14:20:33.000Z
2019-08-16T14:20:33.000Z
tests/SumEvaluationOrderTest.hpp
mkunesch/tensoralgebra
ddb7757352c00254ee7a6d564e1c915117d73a31
[ "BSD-3-Clause" ]
null
null
null
tests/SumEvaluationOrderTest.hpp
mkunesch/tensoralgebra
ddb7757352c00254ee7a6d564e1c915117d73a31
[ "BSD-3-Clause" ]
null
null
null
#ifndef _TENSORALGEBRA_TESTS_SUMEVALUATIONORDERTEST_HPP #define _TENSORALGEBRA_TESTS_SUMEVALUATIONORDERTEST_HPP #include "Tensor.hpp" #include "TestingUtilities.hpp" #include <vector> // This test ensures that arithmetic expressions are evaluated lazily and in the // correct order. In particular, for a two tensor the...
31.291667
80
0.70395
mkunesch
103b28004892f5caffe3054749a8cd066de07ebe
21,028
cpp
C++
src/ezc3d.cpp
fmoissenet/ezc3d
ff7c1830390c28caf0f4a0977195fed4c84ccd9f
[ "MIT" ]
1
2020-04-09T18:27:39.000Z
2020-04-09T18:27:39.000Z
src/ezc3d.cpp
fmoissenet/ezc3d
ff7c1830390c28caf0f4a0977195fed4c84ccd9f
[ "MIT" ]
null
null
null
src/ezc3d.cpp
fmoissenet/ezc3d
ff7c1830390c28caf0f4a0977195fed4c84ccd9f
[ "MIT" ]
null
null
null
#define EZC3D_API_EXPORTS #include "ezc3d.h" ezc3d::c3d::c3d(): _filePath(""), m_nByteToRead_float(4*ezc3d::DATA_TYPE::BYTE) { c_float = new char[m_nByteToRead_float + 1]; _header = std::shared_ptr<ezc3d::Header>(new ezc3d::Header()); _parameters = std::shared_ptr<ezc3d::ParametersNS::Parameters>(...
41.722222
209
0.628495
fmoissenet
10411d2ce2672000bd7818539ce6bfa5be3786e9
6,737
hpp
C++
src/map/GameMap.hpp
matteobarbieri/titan
e440f921ce165a7b1004a971b55d3ae63b145514
[ "MIT" ]
1
2019-09-18T16:09:10.000Z
2019-09-18T16:09:10.000Z
src/map/GameMap.hpp
matteobarbieri/titan
e440f921ce165a7b1004a971b55d3ae63b145514
[ "MIT" ]
null
null
null
src/map/GameMap.hpp
matteobarbieri/titan
e440f921ce165a7b1004a971b55d3ae63b145514
[ "MIT" ]
null
null
null
#ifndef R20177_GAME_MAP #define R20177_GAME_MAP #include "../libtcod.hpp" //#include "Entity.hpp" #include "../nlohmann/json.hpp" using json = nlohmann::json; // Forward declaration class Entity; class Tile; #include <vector> class Rect { public: int x1, y1, x2, y2; /** * Standard c...
21.732258
86
0.546386
matteobarbieri
1042c8bcd0912549ad70a0c25a52b27ddc1ff431
17,054
cpp
C++
tests/areal/logic/logic.cpp
FloEdelmann/universal
c5b83f251ad91229399b7f97e4eeefcf718819d4
[ "MIT" ]
254
2017-05-24T16:51:57.000Z
2022-03-22T13:07:29.000Z
tests/areal/logic/logic.cpp
jamesquinlan/universal
3b7e6bf37cbb9123425b634d18af18a409c2eccc
[ "MIT" ]
101
2017-11-09T22:57:24.000Z
2022-03-17T12:44:59.000Z
tests/areal/logic/logic.cpp
jamesquinlan/universal
3b7e6bf37cbb9123425b634d18af18a409c2eccc
[ "MIT" ]
55
2017-06-09T10:04:38.000Z
2022-02-01T16:54:56.000Z
// logic.cpp: functional tests for logic tests on arbitrary reals // // Copyright (C) 2017-2021 Stillwater Supercomputing, Inc. // // This file is part of the universal numbers project, which is released under an MIT Open Source license. #include <universal/number/areal/areal.hpp> #include <universal/verification/test...
38.323596
109
0.632579
FloEdelmann
1043bc202ee2396da03d7f8f28b53ba0450d6823
419
cpp
C++
9/9.24.cpp
kousikpramanik/C-_Primer_5th
e21fb665f04b26193fc13f9c2c263b782aea3f3c
[ "MIT" ]
null
null
null
9/9.24.cpp
kousikpramanik/C-_Primer_5th
e21fb665f04b26193fc13f9c2c263b782aea3f3c
[ "MIT" ]
2
2020-08-15T17:33:00.000Z
2021-07-05T14:18:26.000Z
9/9.24.cpp
kousikpramanik/C-_Primer_5th
e21fb665f04b26193fc13f9c2c263b782aea3f3c
[ "MIT" ]
1
2020-08-15T17:24:54.000Z
2020-08-15T17:24:54.000Z
#include <vector> #include <stdexcept> #include <iostream> int main() { std::vector<int> vec; try { std::cout << vec.at(0) << '\n'; } catch (const std::out_of_range &err) { std::cerr << err.what() << '\n'; } // std::cout << vec[0] << '\n'; // undefined behaviour // std::cout <...
20.95
58
0.486874
kousikpramanik
10461052ef1ad7c1f177eecad87c1a811c3880ef
49,524
cpp
C++
src/trunk/apps/tools/inventory/scinv/main.cpp
preinh/seiscomp3
ae7915a3ce652401c8ed08b037e18015176f2678
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
src/trunk/apps/tools/inventory/scinv/main.cpp
preinh/seiscomp3
ae7915a3ce652401c8ed08b037e18015176f2678
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
src/trunk/apps/tools/inventory/scinv/main.cpp
preinh/seiscomp3
ae7915a3ce652401c8ed08b037e18015176f2678
[ "Naumen", "Condor-1.1", "MS-PL" ]
null
null
null
/*************************************************************************** * Copyright (C) 2009 by gempa GmbH * * Author: Jan Becker * Email: jabe@gempa.de ***************************************************************************/ #define SEISCOMP_COMPONENT INVMGR #include <boost/version.hpp> #include <boost...
27.255916
141
0.552177
preinh
104641b87665a620922c8ede00ffbeee8b8455dd
3,113
cpp
C++
benchmarks/expmap_bench.cpp
wavelab/wave_geometry
aabcad44a490fc6393b35e63db9ad8908cf46dec
[ "MIT" ]
112
2018-05-07T00:57:57.000Z
2022-03-30T12:14:07.000Z
benchmarks/expmap_bench.cpp
wavelab/wave_geometry
aabcad44a490fc6393b35e63db9ad8908cf46dec
[ "MIT" ]
9
2018-08-02T20:10:49.000Z
2022-02-16T17:45:29.000Z
benchmarks/expmap_bench.cpp
wavelab/wave_geometry
aabcad44a490fc6393b35e63db9ad8908cf46dec
[ "MIT" ]
13
2018-05-27T01:08:24.000Z
2022-03-22T13:46:31.000Z
#include <benchmark/benchmark.h> #include <wave/geometry/geometry.hpp> #include "bechmark_helpers.hpp" /** Return a vector of random objects of type T, using setRandom() */ template <typename T> std::vector<T, Eigen::aligned_allocator<T>> randomSmallVectors(int N, double norm) { std::vector<T, Eigen::aligned_alloc...
27.307018
84
0.60167
wavelab
10497076930f1fc02aaece8c55f6a75e28a0e0be
2,098
hpp
C++
bark/models/behavior/static_trajectory/behavior_static_trajectory.hpp
RdecKa/bark
4aa4c901417e3a2c97050894ec61fcb57cc94e6e
[ "MIT" ]
null
null
null
bark/models/behavior/static_trajectory/behavior_static_trajectory.hpp
RdecKa/bark
4aa4c901417e3a2c97050894ec61fcb57cc94e6e
[ "MIT" ]
null
null
null
bark/models/behavior/static_trajectory/behavior_static_trajectory.hpp
RdecKa/bark
4aa4c901417e3a2c97050894ec61fcb57cc94e6e
[ "MIT" ]
null
null
null
// Copyright (c) 2020 fortiss GmbH // // Authors: Julian Bernhard, Klemens Esterle, Patrick Hart and // Tobias Kessler // // This work is licensed under the terms of the MIT license. // For a copy, see <https://opensource.org/licenses/MIT>. #ifndef BARK_MODELS_BEHAVIOR_STATIC_TRAJECTORY_BEHAVIOR_STATIC_TRAJECTORY_HPP_...
34.393443
81
0.751192
RdecKa
104ae6272f5c2fbae0a4d77e3ceef573451990ea
2,754
cpp
C++
tkgdq/src/v20190411/model/DescribeRelationRequest.cpp
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
43
2019-08-14T08:14:12.000Z
2022-03-30T12:35:09.000Z
tkgdq/src/v20190411/model/DescribeRelationRequest.cpp
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
12
2019-07-15T10:44:59.000Z
2021-11-02T12:35:00.000Z
tkgdq/src/v20190411/model/DescribeRelationRequest.cpp
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
28
2019-07-12T09:06:22.000Z
2022-03-30T08:04:18.000Z
/* * 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.989474
100
0.749092
suluner
104cfa0e970f0796de7df299669f3a56c0c16d86
971
cpp
C++
src/execution/physical_plan/plan_delete.cpp
GuinsooLab/guinsoodb
f200538868738ae460f62fb89211deec946cefff
[ "MIT" ]
1
2021-04-22T05:41:54.000Z
2021-04-22T05:41:54.000Z
src/execution/physical_plan/plan_delete.cpp
GuinsooLab/guinsoodb
f200538868738ae460f62fb89211deec946cefff
[ "MIT" ]
null
null
null
src/execution/physical_plan/plan_delete.cpp
GuinsooLab/guinsoodb
f200538868738ae460f62fb89211deec946cefff
[ "MIT" ]
1
2021-12-12T10:24:57.000Z
2021-12-12T10:24:57.000Z
#include "guinsoodb/catalog/catalog_entry/table_catalog_entry.hpp" #include "guinsoodb/execution/operator/persistent/physical_delete.hpp" #include "guinsoodb/execution/physical_plan_generator.hpp" #include "guinsoodb/planner/expression/bound_reference_expression.hpp" #include "guinsoodb/planner/operator/logical_delete....
35.962963
117
0.779609
GuinsooLab
1051709455bdc918771fd5ea27a684c7d60c8840
2,571
hpp
C++
trunk/libs/graphics/source/GL/buffers.hpp
ChuyX3/angsys
89b2eaee866bcfd11e66efda49b38acc7468c780
[ "Apache-2.0" ]
null
null
null
trunk/libs/graphics/source/GL/buffers.hpp
ChuyX3/angsys
89b2eaee866bcfd11e66efda49b38acc7468c780
[ "Apache-2.0" ]
null
null
null
trunk/libs/graphics/source/GL/buffers.hpp
ChuyX3/angsys
89b2eaee866bcfd11e66efda49b38acc7468c780
[ "Apache-2.0" ]
null
null
null
#pragma once #include <ang/graphics/angraph.hpp> #if OPENGL_SUPPORT namespace ang { namespace graphics { namespace gl { class gl_index_buffer; class gl_vertex_buffer; typedef object_wrapper<gl_index_buffer> gl_index_buffer_t; typedef object_wrapper<gl_vertex_buffer> gl_vertex_buffer_t; class ...
24.028037
67
0.720342
ChuyX3
1053e7574e6abb21037dc19ba055e969bfcc5a50
4,889
cc
C++
src/developer/forensics/feedback_data/annotations/last_reboot_info_provider.cc
oshunter/fuchsia
2196fc8c176d01969466b97bba3f31ec55f7767b
[ "BSD-3-Clause" ]
2
2020-08-16T15:32:35.000Z
2021-11-07T20:09:46.000Z
src/developer/forensics/feedback_data/annotations/last_reboot_info_provider.cc
oshunter/fuchsia
2196fc8c176d01969466b97bba3f31ec55f7767b
[ "BSD-3-Clause" ]
null
null
null
src/developer/forensics/feedback_data/annotations/last_reboot_info_provider.cc
oshunter/fuchsia
2196fc8c176d01969466b97bba3f31ec55f7767b
[ "BSD-3-Clause" ]
1
2021-08-15T04:29:11.000Z
2021-08-15T04:29:11.000Z
// Copyright 2020 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "src/developer/forensics/feedback_data/annotations/last_reboot_info_provider.h" #include <lib/async/cpp/task.h> #include <lib/async/default.h> #i...
34.673759
98
0.674371
oshunter
10560635c191cd0b7c206584052e58a95023852d
1,882
cpp
C++
AnglerRT/src/core/Scene.cpp
JoshuaKPinto/Angler
715f713b752770de91c315d7f44566afbf5e888f
[ "MIT" ]
null
null
null
AnglerRT/src/core/Scene.cpp
JoshuaKPinto/Angler
715f713b752770de91c315d7f44566afbf5e888f
[ "MIT" ]
1
2021-12-31T08:26:14.000Z
2021-12-31T08:26:14.000Z
AnglerRT/src/core/Scene.cpp
JoshuaKPinto/Angler
715f713b752770de91c315d7f44566afbf5e888f
[ "MIT" ]
1
2021-12-31T08:12:48.000Z
2021-12-31T08:12:48.000Z
// // Created by Joshua on 23-06-2021. // #include "Scene.h" bool Scene ::Hit(const Ray &ray, Float t_min, Float t_max, Interaction &inter) const { Interaction tInter; bool HitAnything = false; Float ClosestObject = t_max; for (const auto &object : objects) { if (object->Hit(ray, t_min, Closes...
26.138889
91
0.603613
JoshuaKPinto
105690c4b5e71118debc8dea50deb637f213b0d6
446
hpp
C++
src/operator/mooperator.hpp
susilehtola/aquarius
9160e73bd7e3e0d8d97b10d00d9a4860aee709d2
[ "BSD-3-Clause" ]
18
2015-02-11T15:02:39.000Z
2021-09-24T13:10:12.000Z
src/operator/mooperator.hpp
susilehtola/aquarius
9160e73bd7e3e0d8d97b10d00d9a4860aee709d2
[ "BSD-3-Clause" ]
21
2015-06-23T13:32:29.000Z
2022-02-15T20:14:42.000Z
src/operator/mooperator.hpp
susilehtola/aquarius
9160e73bd7e3e0d8d97b10d00d9a4860aee709d2
[ "BSD-3-Clause" ]
8
2016-01-09T23:36:21.000Z
2019-11-19T14:22:34.000Z
#ifndef _AQUARIUS_OPERATOR_MOOPERATOR_HPP_ #define _AQUARIUS_OPERATOR_MOOPERATOR_HPP_ #include "util/global.hpp" #include "task/task.hpp" #include "space.hpp" namespace aquarius { namespace op { class MOOperator : public Distributed { public: const Space occ; const Space vrt; MOOperato...
15.37931
74
0.692825
susilehtola
1056dd325475751fb1379a09341d6da95d3cf2ed
24,645
hpp
C++
3rdparty/link-android/include/ableton/link/Controller.hpp
ferluht/pocketdaw
0e40b32191e431cde54cd5944611c4b5b293ea68
[ "BSD-2-Clause" ]
null
null
null
3rdparty/link-android/include/ableton/link/Controller.hpp
ferluht/pocketdaw
0e40b32191e431cde54cd5944611c4b5b293ea68
[ "BSD-2-Clause" ]
null
null
null
3rdparty/link-android/include/ableton/link/Controller.hpp
ferluht/pocketdaw
0e40b32191e431cde54cd5944611c4b5b293ea68
[ "BSD-2-Clause" ]
1
2022-03-29T19:45:51.000Z
2022-03-29T19:45:51.000Z
/* Copyright 2016, Ableton AG, Berlin. All rights reserved. * * 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. ...
31.923575
90
0.700629
ferluht
105c7cf5485d4f1b57de1b83baf0c61bac1d5bcb
5,326
cpp
C++
BinClone/CloneDetectorGUI/DControllerDialog.cpp
wzj1695224/BinClone
3b6dedb9a1f08be6dbcdce8f3278351ef5530ed8
[ "Apache-2.0" ]
21
2015-05-22T09:22:16.000Z
2021-04-06T18:54:07.000Z
BinClone/CloneDetectorGUI/DControllerDialog.cpp
mrfarhadi/BinClone
035c20ab27ec00935c12ce54fe9c52bba4aaeff2
[ "Apache-2.0" ]
1
2020-05-21T08:43:19.000Z
2020-05-21T08:43:19.000Z
BinClone/CloneDetectorGUI/DControllerDialog.cpp
mrfarhadi/BinClone
035c20ab27ec00935c12ce54fe9c52bba4aaeff2
[ "Apache-2.0" ]
11
2015-09-08T20:56:14.000Z
2019-12-22T12:52:45.000Z
//******************************************************************************// // Copyright 2014 Concordia University // // // // Licensed under the Apache License, Version 2.0 (the "License"); // // you may not use this file except in compliance with the License. // // You may ...
30.090395
121
0.634998
wzj1695224
1062bb7f71630c6114d0dad6dde1b2aa7d424cf9
7,124
cpp
C++
Source/Diagnostics/ReducedDiags/FieldMomentum.cpp
Yin-YinjianZhao/WarpX
a194b909f73c44703b013b39dbcead0f278a8ba6
[ "BSD-3-Clause-LBNL" ]
1
2021-06-23T23:38:50.000Z
2021-06-23T23:38:50.000Z
Source/Diagnostics/ReducedDiags/FieldMomentum.cpp
Yin-YinjianZhao/WarpX
a194b909f73c44703b013b39dbcead0f278a8ba6
[ "BSD-3-Clause-LBNL" ]
106
2021-06-08T23:57:54.000Z
2022-03-08T00:36:46.000Z
Source/Diagnostics/ReducedDiags/FieldMomentum.cpp
Yin-YinjianZhao/WarpX
a194b909f73c44703b013b39dbcead0f278a8ba6
[ "BSD-3-Clause-LBNL" ]
1
2021-06-21T18:50:43.000Z
2021-06-21T18:50:43.000Z
/* Copyright 2019-2020 * * This file is part of WarpX. * * License: BSD-3-Clause-LBNL */ #include "FieldMomentum.H" #include "Utils/CoarsenIO.H" #include "Utils/IntervalsParser.H" #include "Utils/WarpXConst.H" #include "WarpX.H" #include <AMReX_Array.H> #include <AMReX_Array4.H> #include <AMReX_Box.H> #include ...
34.921569
104
0.565272
Yin-YinjianZhao
1063fe19bfa46ebdd1f539c3bf6bf8010d0d74a2
7,093
cc
C++
src/AngularCorrelation.cc
jvavrek/NIMB2018
0aaf4143db2194b9f95002c681e4f860c8c76f7a
[ "MIT" ]
4
2020-06-28T02:18:53.000Z
2022-01-17T07:54:31.000Z
src/AngularCorrelation.cc
jvavrek/NIMB2018
0aaf4143db2194b9f95002c681e4f860c8c76f7a
[ "MIT" ]
3
2018-08-16T18:49:53.000Z
2020-10-19T18:04:25.000Z
src/AngularCorrelation.cc
jvavrek/NIMB2018
0aaf4143db2194b9f95002c681e4f860c8c76f7a
[ "MIT" ]
null
null
null
// $Id: AngularCorrelation.cc,v 1.1.1.1 2007/01/13 19:44:02 jordan Exp $ // The functions to evaluate angular correlation coefficients. #include "AngularCorrelation.hh" #include "AngularCorrelation_coeff.icc" #include <iostream> #include <fstream> #include <cmath> using std::cos; using std::pow; using std::cout; usi...
28.600806
127
0.559989
jvavrek
1065cb2c227637de527cee528f71e50fb523fdbc
1,487
cpp
C++
apps/echo/hardware/xilinx/format/echo_format.cpp
oika/connect
2486b97256d7adcd130f90d5c3e665d90ef1a39d
[ "Apache-2.0" ]
null
null
null
apps/echo/hardware/xilinx/format/echo_format.cpp
oika/connect
2486b97256d7adcd130f90d5c3e665d90ef1a39d
[ "Apache-2.0" ]
null
null
null
apps/echo/hardware/xilinx/format/echo_format.cpp
oika/connect
2486b97256d7adcd130f90d5c3e665d90ef1a39d
[ "Apache-2.0" ]
null
null
null
#include "connect_platform.hpp" #include "echo_format.hpp" using namespace hls; void echo_format(stream<axiWord> &rxDataIn, stream<evWord> &rxEventOut, stream<evWord> &txEventIn, stream<axiWord> &txDataOut) { #pragma HLS DATAFLOW #pragma HLS INTERFACE a...
27.537037
58
0.545393
oika
1066f33165d2d6a01bae38ab5bbac3f250bb4303
830
cpp
C++
Easy/599_Minimum_Index_Sum_Of_Two_Lists.cpp
ShehabMMohamed/LeetCodeCPP
684340f29ac15c5e8fa9f6ef5c3f99d4c95ce780
[ "MIT" ]
1
2021-03-15T10:02:10.000Z
2021-03-15T10:02:10.000Z
Easy/599_Minimum_Index_Sum_Of_Two_Lists.cpp
ShehabMMohamed/LeetCodeCPP
684340f29ac15c5e8fa9f6ef5c3f99d4c95ce780
[ "MIT" ]
null
null
null
Easy/599_Minimum_Index_Sum_Of_Two_Lists.cpp
ShehabMMohamed/LeetCodeCPP
684340f29ac15c5e8fa9f6ef5c3f99d4c95ce780
[ "MIT" ]
null
null
null
class Solution { public: vector<string> findRestaurant(vector<string>& list1, vector<string>& list2) { if(list1.size() < 1 || list2.size() < 1) return {}; unordered_map<string, int> hmp; for(int i=0; i<list1.size(); i++) hmp[list1[i]] = i; vector<stri...
30.740741
82
0.460241
ShehabMMohamed
106748624fa9dfe5b4aa2870915781dcdc35392e
899
cpp
C++
dep/skse/skse/Hooks_UI.cpp
SilverIce/JContainers
98ca31304a74e299d1f7f003602c55fb07e866ee
[ "MIT" ]
39
2015-01-16T09:17:05.000Z
2021-12-15T23:02:00.000Z
dep/skse/skse/Hooks_UI.cpp
SilverIce/JContainers
98ca31304a74e299d1f7f003602c55fb07e866ee
[ "MIT" ]
26
2015-01-03T20:26:27.000Z
2019-12-30T22:46:15.000Z
dep/skse/skse/Hooks_UI.cpp
SilverIce/JContainers
98ca31304a74e299d1f7f003602c55fb07e866ee
[ "MIT" ]
14
2015-10-23T08:46:01.000Z
2022-03-24T18:08:24.000Z
#include "Hooks_UI.h" #include "Hooks_Threads.h" #include "SafeWrite.h" #include "Utilities.h" #include "GameMenus.h" #include "common/ICriticalSection.h" #include <queue> ICriticalSection s_queueLock; std::queue<UIDelegate*> s_commands; void UIManager::QueueCommand(UIDelegate * cmd) { s_queueLock.Enter(); s_comma...
19.12766
75
0.731924
SilverIce