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
108
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
67k
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
11dcb1a3a454fc1fba3d8f01e5d0e3970a7d76e3
310
hpp
C++
contributors/robert_gaisin/game_generator.hpp
AxoyTO/TheGraph
4ced7206847f5bb22bd25a48ff09247c5b1218ef
[ "MIT" ]
1
2022-02-07T15:52:51.000Z
2022-02-07T15:52:51.000Z
contributors/robert_gaisin/game_generator.hpp
AxoyTO/TheGraph
4ced7206847f5bb22bd25a48ff09247c5b1218ef
[ "MIT" ]
null
null
null
contributors/robert_gaisin/game_generator.hpp
AxoyTO/TheGraph
4ced7206847f5bb22bd25a48ff09247c5b1218ef
[ "MIT" ]
2
2022-02-07T15:53:00.000Z
2022-02-12T13:31:36.000Z
#pragma once #include "graph_generator.hpp" namespace uni_course_cpp { class Game; class GameGenerator { public: explicit GameGenerator(const GraphGenerator::Params& params) : params_(params){}; Game generate() const; private: GraphGenerator::Params params_; }; } // namespace uni_course_cpp
18.235294
62
0.741935
AxoyTO
11dd7c3eb047168549dcef49fac4cd1022776c26
3,442
hh
C++
Code/trunk/cpp/Geometry/CartesianMesh/GeomVector_base.hh
jlconlin/PhDThesis
8e704613721a800ce1c59576e94f40fa6f7cd986
[ "MIT" ]
null
null
null
Code/trunk/cpp/Geometry/CartesianMesh/GeomVector_base.hh
jlconlin/PhDThesis
8e704613721a800ce1c59576e94f40fa6f7cd986
[ "MIT" ]
null
null
null
Code/trunk/cpp/Geometry/CartesianMesh/GeomVector_base.hh
jlconlin/PhDThesis
8e704613721a800ce1c59576e94f40fa6f7cd986
[ "MIT" ]
null
null
null
// Date Last Altered: $Date: 2008-08-04 22:55:41 -0600 (Mon, 04 Aug 2008) $ // Revision Number: $Revision: 344 $ //--------------------------------------------*-C++-*------------------------------------// /*! \file GeomVector_base.hh * \author Greg Davidson * \date August 4, 2007 * * \brief Provides the \c GeomV...
33.096154
96
0.682743
jlconlin
11df034607dcd0ab9435536f03f2a9ce579d64fa
2,035
cpp
C++
aws-cpp-sdk-glue/source/model/Classifier.cpp
Neusoft-Technology-Solutions/aws-sdk-cpp
88c041828b0dbee18a297c3cfe98c5ecd0706d0b
[ "Apache-2.0" ]
1
2022-01-05T18:20:03.000Z
2022-01-05T18:20:03.000Z
aws-cpp-sdk-glue/source/model/Classifier.cpp
Neusoft-Technology-Solutions/aws-sdk-cpp
88c041828b0dbee18a297c3cfe98c5ecd0706d0b
[ "Apache-2.0" ]
1
2022-01-03T23:59:37.000Z
2022-01-03T23:59:37.000Z
aws-cpp-sdk-glue/source/model/Classifier.cpp
ravindra-wagh/aws-sdk-cpp
7d5ff01b3c3b872f31ca98fb4ce868cd01e97696
[ "Apache-2.0" ]
1
2021-11-09T11:58:03.000Z
2021-11-09T11:58:03.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/glue/model/Classifier.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::Utils::Json; using namespace Aws::Utils; namespace Aws { namespace Glu...
19.380952
69
0.731695
Neusoft-Technology-Solutions
11e18c6cdf8b036197bb269ec7fe76fcee802b7e
3,350
cc
C++
include/srp-phat.cc
unanan/setk
e1248c6d40806c3fff251f3971a585c6ec09d949
[ "Apache-2.0" ]
280
2019-03-01T03:46:35.000Z
2022-03-19T19:13:16.000Z
include/srp-phat.cc
yongjiankuang/setk
bd2cffd48cf0dab1d4e5c01939221a101ec29430
[ "Apache-2.0" ]
7
2019-07-31T09:18:22.000Z
2022-02-24T06:03:57.000Z
include/srp-phat.cc
yongjiankuang/setk
bd2cffd48cf0dab1d4e5c01939221a101ec29430
[ "Apache-2.0" ]
71
2019-02-21T01:03:03.000Z
2022-03-31T00:22:58.000Z
// include/srp-phat.cc // wujian@18.5.29 // Copyright 2018 Jian Wu // See ../../COPYING for clarification regarding multiple 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 // /...
36.813187
80
0.649254
unanan
11e1c073a0f83c793f2e8be532a98528d7aff3ab
4,224
cpp
C++
content/shell/renderer/test_runner/WebPermissions.cpp
Acidburn0zzz/chromium-1
4c08f442d2588a2c7cfaa117a55bd87d2ac32f9a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
content/shell/renderer/test_runner/WebPermissions.cpp
Acidburn0zzz/chromium-1
4c08f442d2588a2c7cfaa117a55bd87d2ac32f9a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
content/shell/renderer/test_runner/WebPermissions.cpp
Acidburn0zzz/chromium-1
4c08f442d2588a2c7cfaa117a55bd87d2ac32f9a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "content/shell/renderer/test_runner/WebPermissions.h" #include "content/shell/renderer/test_runner/TestCommon.h" #include "content/shell/rendere...
29.333333
180
0.778646
Acidburn0zzz
11e27b71ae3749e8135fba827b08b6b6a8a5de7f
3,308
cpp
C++
Userland/Libraries/LibJS/Runtime/BoundFunction.cpp
r00ster91/serenity
f8387dea2689d564aff612bfd4ec5086393fac35
[ "BSD-2-Clause" ]
19,438
2019-05-20T15:11:11.000Z
2022-03-31T23:31:32.000Z
Userland/Libraries/LibJS/Runtime/BoundFunction.cpp
r00ster91/serenity
f8387dea2689d564aff612bfd4ec5086393fac35
[ "BSD-2-Clause" ]
7,882
2019-05-20T01:03:52.000Z
2022-03-31T23:26:31.000Z
Userland/Libraries/LibJS/Runtime/BoundFunction.cpp
r00ster91/serenity
f8387dea2689d564aff612bfd4ec5086393fac35
[ "BSD-2-Clause" ]
2,721
2019-05-23T00:44:57.000Z
2022-03-31T22:49:34.000Z
/* * Copyright (c) 2020, Jack Karamanian <karamanian.jack@gmail.com> * Copyright (c) 2021, Linus Groh <linusg@serenityos.org> * * SPDX-License-Identifier: BSD-2-Clause */ #include <LibJS/Runtime/AbstractOperations.h> #include <LibJS/Runtime/BoundFunction.h> #include <LibJS/Runtime/GlobalObject.h> namespace JS { ...
34.458333
188
0.727328
r00ster91
11e473ef427913cb56f763ce31ff3272ca4b73b6
2,051
cpp
C++
mcrouter/FileObserver.cpp
waderly/mcrouter
0953e38dafa79487304a1b73c133ea037390d931
[ "BSD-3-Clause" ]
1
2015-11-05T18:31:40.000Z
2015-11-05T18:31:40.000Z
mcrouter/FileObserver.cpp
wicky-info/mcrouter
bc8bbbcc3e9a6ef79146d4096f3e39af942ada09
[ "BSD-3-Clause" ]
null
null
null
mcrouter/FileObserver.cpp
wicky-info/mcrouter
bc8bbbcc3e9a6ef79146d4096f3e39af942ada09
[ "BSD-3-Clause" ]
null
null
null
/** * Copyright (c) 2014, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ #include "File...
29.724638
79
0.627499
waderly
11e5c9efdf01e3677d4334c92efee3985861cd27
355
cpp
C++
C++/std/template/template.cpp
Martinfx/C-Learn
7e8d55a4ee45f66b96cf5235f2259b4d465d3db2
[ "Apache-2.0" ]
16
2017-08-15T22:25:43.000Z
2020-01-03T22:51:06.000Z
C++/std/template/template.cpp
Martinfx/C-Learn
7e8d55a4ee45f66b96cf5235f2259b4d465d3db2
[ "Apache-2.0" ]
null
null
null
C++/std/template/template.cpp
Martinfx/C-Learn
7e8d55a4ee45f66b96cf5235f2259b4d465d3db2
[ "Apache-2.0" ]
3
2017-11-23T04:35:14.000Z
2019-03-21T06:42:52.000Z
#include <iostream> /* namespace utils { template<class T> inline bool operator!= (const T& x, const T& y) { return !(x == y); } template<class T> inline bool operator> (const T& x, const T& y) { return (y < x); } template<class T> inline bool operator<= (const T& x, const T& y) { return !(y < x ); }...
14.2
49
0.577465
Martinfx
11e63f4e67fcdbd4bcdea4d9fbbe4948b5ee2083
1,611
cpp
C++
Teensy_Touchscreen_Code/src/main.cpp
MxFxM/Teensy_Touchscreen
1d88079febf72d5d962edc5d5428b8d890cafef2
[ "MIT" ]
null
null
null
Teensy_Touchscreen_Code/src/main.cpp
MxFxM/Teensy_Touchscreen
1d88079febf72d5d962edc5d5428b8d890cafef2
[ "MIT" ]
null
null
null
Teensy_Touchscreen_Code/src/main.cpp
MxFxM/Teensy_Touchscreen
1d88079febf72d5d962edc5d5428b8d890cafef2
[ "MIT" ]
null
null
null
#include <Arduino.h> #define TOUCH_DEVICE 2 // Connections to the touchscreen #define X_AXIS_RIGHT 15 #define X_AXIS_LEFT 17 #define Y_AXIS_TOP 16 #define Y_AXIS_BOTTOM 14 // Calibration values #define CAL_BOTTOM 860 #define CAL_TOP 100 #define CAL_LEFT 90 #define CAL_RIGHT 950 // Mapping values #define MAP_LEFT 0 ...
22.375
67
0.710739
MxFxM
eb1b398c17441adc3497135d69d0d1455789d7f1
2,489
cpp
C++
unittests/rapidschema/schema/schema_test.cpp
ledergec/rapidschema
3a43202b604f5f036abc6ebfbac5d3e1112b3347
[ "Apache-2.0" ]
3
2019-02-07T16:14:20.000Z
2019-03-06T01:38:38.000Z
unittests/rapidschema/schema/schema_test.cpp
ledergec/rapidschema
3a43202b604f5f036abc6ebfbac5d3e1112b3347
[ "Apache-2.0" ]
26
2019-01-10T16:23:15.000Z
2019-04-30T21:13:17.000Z
unittests/rapidschema/schema/schema_test.cpp
ledergec/rapidschema
3a43202b604f5f036abc6ebfbac5d3e1112b3347
[ "Apache-2.0" ]
null
null
null
// Copyright (C) 2019 Christian Ledergerber #ifdef RAPIDSCHEMA_WITH_SCHEMA_GENERATION #include <gtest/gtest.h> #include <gmock/gmock.h> #include "rapidschema/ostream_operators.h" #include "rapidschema/schema/object_schema.h" #include "rapidschema/test_utils.h" namespace rapidschema { namespace schema { using testin...
30.728395
89
0.376456
ledergec
eb1b92ffacbf27fd93c6b2d9834c2fa859e9a6c3
5,186
cpp
C++
worker/src/RTC/RembClient.cpp
liwf616/mediasoup
99d1c696bd4b985ea8bf5348b7f520998e165c32
[ "ISC" ]
2
2020-09-03T01:37:57.000Z
2020-09-03T01:38:15.000Z
worker/src/RTC/RembClient.cpp
liwf616/mediasoup
99d1c696bd4b985ea8bf5348b7f520998e165c32
[ "ISC" ]
1
2021-08-24T01:39:43.000Z
2021-08-24T01:39:43.000Z
worker/src/RTC/RembClient.cpp
baiyfcu/mediasoup
fede86766ad87b184ef139dfe631b30a82506451
[ "0BSD" ]
1
2021-06-11T10:53:24.000Z
2021-06-11T10:53:24.000Z
#define MS_CLASS "RTC::RembClient" // #define MS_LOG_DEV #include "RTC/RembClient.hpp" #include "DepLibUV.hpp" #include "Logger.hpp" namespace RTC { /* Static. */ static constexpr uint64_t EventInterval{ 2000 }; // In ms. static constexpr uint64_t MaxElapsedTime{ 5000 }; // In m...
25.93
94
0.707675
liwf616
eb1c6235f4948c017fa12e6c3b02d681dfe16c5f
4,163
cpp
C++
srcs/common/itempropertycontainer.cpp
brooklet/heif
87d0427d750d882acba5f31bae697fe9a433ab50
[ "BSD-3-Clause" ]
1
2019-12-27T00:55:05.000Z
2019-12-27T00:55:05.000Z
srcs/common/itempropertycontainer.cpp
brooklet/heif
87d0427d750d882acba5f31bae697fe9a433ab50
[ "BSD-3-Clause" ]
null
null
null
srcs/common/itempropertycontainer.cpp
brooklet/heif
87d0427d750d882acba5f31bae697fe9a433ab50
[ "BSD-3-Clause" ]
null
null
null
/* This file is part of Nokia HEIF library * * Copyright (c) 2015-2018 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. * * Contact: heif@nokia.com * * This software, including documentation, is protected by copyright controlled by Nokia Corporation and/ or its * subsidiaries. All rights are r...
29.111888
115
0.632717
brooklet
eb1df36a22ac93e68e21aab6ef81407983a68409
2,197
cc
C++
src/attributes/XRegularCoordinateWrapper.cc
b8raoult/magics
eb2c86ec6e392e89c90044128dc671f22283d6ad
[ "ECL-2.0", "Apache-2.0" ]
41
2018-12-07T23:10:50.000Z
2022-02-19T03:01:49.000Z
src/attributes/XRegularCoordinateWrapper.cc
b8raoult/magics
eb2c86ec6e392e89c90044128dc671f22283d6ad
[ "ECL-2.0", "Apache-2.0" ]
59
2019-01-04T15:43:30.000Z
2022-03-31T09:48:15.000Z
src/attributes/XRegularCoordinateWrapper.cc
b8raoult/magics
eb2c86ec6e392e89c90044128dc671f22283d6ad
[ "ECL-2.0", "Apache-2.0" ]
13
2019-01-07T14:36:33.000Z
2021-09-06T14:48:36.000Z
/****************************** LICENSE ******************************* * (C) Copyright 1996-2017 ECMWF. * * This software is licensed under the terms of the Apache Licence Version 2.0 * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. * In applying this licence, ECMWF does not waive the pr...
22.885417
133
0.710514
b8raoult
eb1e5e0e4dac38bb13cc525efa23042365e91fda
19,389
cpp
C++
hphp/hhbbc/wide-func.cpp
umanda/hhvm
4ae8526da6ac1eb475fa1e021e0207d7c064a4cd
[ "PHP-3.01", "Zend-2.0" ]
7
2021-09-20T18:47:18.000Z
2021-09-20T23:02:22.000Z
hphp/hhbbc/wide-func.cpp
umanda/hhvm
4ae8526da6ac1eb475fa1e021e0207d7c064a4cd
[ "PHP-3.01", "Zend-2.0" ]
1
2021-08-21T07:48:37.000Z
2021-08-21T07:48:37.000Z
hphp/hhbbc/wide-func.cpp
umanda/hhvm
4ae8526da6ac1eb475fa1e021e0207d7c064a4cd
[ "PHP-3.01", "Zend-2.0" ]
null
null
null
/* +----------------------------------------------------------------------+ | HipHop for PHP | +----------------------------------------------------------------------+ | Copyright (c) 2010-present Facebook, Inc. (http://www.facebook.com) | +---------...
33.544983
80
0.594151
umanda
eb21bd57582ca283642401a4502c769b9313fc2d
7,516
cpp
C++
test/flatzinc/test_fzn_comparison.cpp
SaGagnon/gecode-5.5.0-cbs
e871b320a9b2031423bb0fa452b1a5c09641a041
[ "MIT-feh" ]
1
2020-06-26T11:10:55.000Z
2020-06-26T11:10:55.000Z
test/flatzinc/test_fzn_comparison.cpp
SaGagnon/gecode-5.5.0-cbs
e871b320a9b2031423bb0fa452b1a5c09641a041
[ "MIT-feh" ]
null
null
null
test/flatzinc/test_fzn_comparison.cpp
SaGagnon/gecode-5.5.0-cbs
e871b320a9b2031423bb0fa452b1a5c09641a041
[ "MIT-feh" ]
1
2020-06-26T11:10:57.000Z
2020-06-26T11:10:57.000Z
/* -*- mode: C++; c-basic-offset: 2; indent-tabs-mode: nil -*- */ /* * Main authors: * Guido Tack <tack@gecode.org> * * Copyright: * Guido Tack, 2014 * * Last modified: * $Date: 2014-11-04 13:28:32 +0100 (Tue, 04 Nov 2014) $ by $Author: schulte $ * $Revision: 14287 $ * * This file is part...
26.37193
82
0.629457
SaGagnon
eb226527f12a72f0327adcf8e105df8ccd0f2534
2,266
cpp
C++
plansys2_pddl_parser/test/pddl_parser_test.cpp
movefasta/ros2_planning_system
c058cb16960b49a1c0f7d80280408a27136a9cc2
[ "Apache-2.0" ]
null
null
null
plansys2_pddl_parser/test/pddl_parser_test.cpp
movefasta/ros2_planning_system
c058cb16960b49a1c0f7d80280408a27136a9cc2
[ "Apache-2.0" ]
null
null
null
plansys2_pddl_parser/test/pddl_parser_test.cpp
movefasta/ros2_planning_system
c058cb16960b49a1c0f7d80280408a27136a9cc2
[ "Apache-2.0" ]
null
null
null
// Copyright 2022 Marco Roveri - University of Trento // // 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 applica...
29.815789
93
0.699029
movefasta
eb264b1064b526a6a4f3cc469c456bae41638427
7,878
hpp
C++
preview/cplusplus/examples/hello-encode-cpp/src/util.hpp
alexelizarov/oneVPL
cdf7444dc971544d148c51e0d93a2df1bb55dda7
[ "MIT" ]
null
null
null
preview/cplusplus/examples/hello-encode-cpp/src/util.hpp
alexelizarov/oneVPL
cdf7444dc971544d148c51e0d93a2df1bb55dda7
[ "MIT" ]
null
null
null
preview/cplusplus/examples/hello-encode-cpp/src/util.hpp
alexelizarov/oneVPL
cdf7444dc971544d148c51e0d93a2df1bb55dda7
[ "MIT" ]
1
2021-06-17T07:38:18.000Z
2021-06-17T07:38:18.000Z
//============================================================================== // Copyright Intel Corporation // // SPDX-License-Identifier: MIT //============================================================================== /// /// Utility library header file for sample code /// /// @file #ifndef PREVIEW_CPLUSPLU...
27.449477
109
0.567784
alexelizarov
eb28a805482f1932b572f59b33114ae1cfd31576
12,563
cpp
C++
11.0/src/udt_pr.cpp
InstantWebP2P/firefox-httpp
4810d8c9db098c33a7663775cfbbdf1da4f33aa9
[ "MIT" ]
4
2017-04-30T11:03:17.000Z
2021-11-26T03:54:57.000Z
11.0/src/udt_pr.cpp
InstantWebP2P/firefox-httpp
4810d8c9db098c33a7663775cfbbdf1da4f33aa9
[ "MIT" ]
null
null
null
11.0/src/udt_pr.cpp
InstantWebP2P/firefox-httpp
4810d8c9db098c33a7663775cfbbdf1da4f33aa9
[ "MIT" ]
2
2017-12-27T02:30:41.000Z
2021-11-26T03:54:55.000Z
/* * udt_pr.cpp * * Created on: Oct 30, 2010 * Author: yiqxiong */ /*Jun18,2012:fixed polling mechanism,tom zhou,zs68j2ee@gmail.com*/ #include <time.h> #include <string.h> #include "nspr.h" #include "nspr/prio.h" #include "udtc.h" #include "udt_pr.h" //#include "nsDebug.h" struct PRUdtSoc...
30.867322
104
0.656372
InstantWebP2P
eb295d80e73a5e992bd82ebb0e1e520b52790531
1,629
cpp
C++
src/UnsupervisedEvents/ACEEventDumper.cpp
BBN-E/serif
1e2662d82fb1c377ec3c79355a5a9b0644606cb4
[ "Apache-2.0" ]
1
2022-03-24T19:57:00.000Z
2022-03-24T19:57:00.000Z
src/UnsupervisedEvents/ACEEventDumper.cpp
BBN-E/serif
1e2662d82fb1c377ec3c79355a5a9b0644606cb4
[ "Apache-2.0" ]
null
null
null
src/UnsupervisedEvents/ACEEventDumper.cpp
BBN-E/serif
1e2662d82fb1c377ec3c79355a5a9b0644606cb4
[ "Apache-2.0" ]
null
null
null
#include "Generic/common/leak_detection.h" #include <fstream> #include <vector> #include <string> #include <boost/foreach.hpp> #include "ACEEventDumper.h" #include "ACEEvent.h" #include "ACEPassageDescription.h" #include "ProblemDefinition.h" #include "GraphDumper.h" #include "ACEEntityFactorGroup.h" #include "Graphica...
29.089286
87
0.695519
BBN-E
eb2af48276d5818980313b1efa66d74927901f65
1,093
cc
C++
src/Main.cc
vanessavvp/cc-pr2-turing-machine
463d43190bd884cb3ead63fb4177a7dae8b6479b
[ "MIT" ]
null
null
null
src/Main.cc
vanessavvp/cc-pr2-turing-machine
463d43190bd884cb3ead63fb4177a7dae8b6479b
[ "MIT" ]
null
null
null
src/Main.cc
vanessavvp/cc-pr2-turing-machine
463d43190bd884cb3ead63fb4177a7dae8b6479b
[ "MIT" ]
null
null
null
/** * PROJECT HEADER * @file Main.cc * @author: Vanessa Valentina Villalba Perez * Contact: alu0101265704@ull.edu.es * @date: 30/10/2021 * Subject: Complejidad Computacional * Practice: Number º2 * Purpose: Implementing a Turing Machine */ #include <iostream> #include <filesystem> #include "../include/Turing...
29.540541
103
0.670631
vanessavvp
eb2b14c9f35fb7af54a313c756c87e588ee4e811
3,332
cpp
C++
source/RegistreBorne.cpp
fantome3/test1
6b28cbbe87110baa68ef22ed7aeba13f538fcaef
[ "MIT" ]
null
null
null
source/RegistreBorne.cpp
fantome3/test1
6b28cbbe87110baa68ef22ed7aeba13f538fcaef
[ "MIT" ]
null
null
null
source/RegistreBorne.cpp
fantome3/test1
6b28cbbe87110baa68ef22ed7aeba13f538fcaef
[ "MIT" ]
null
null
null
/* * RegistreBorne.cpp * * Created on: 2018-11-09 * Author: etudiant */ #include "RegistreBorne.h" #include "Borne.h" #include "BorneException.h" #include <sstream> namespace bornesQuebec { RegistreBorne::RegistreBorne(const std::string& p_nomRegistre):m_nomRegistreBorne(p_nomRegistre) { PRECONDITION(!p_...
24.144928
96
0.718187
fantome3
eb2c215a7553c48b4b7ad11041349a42230981c5
7,728
cc
C++
components/autofill/core/browser/autofill_address_util_unittest.cc
DamieFC/chromium
54ce2d3c77723697efd22cfdb02aea38f9dfa25c
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2020-10-18T02:33:40.000Z
2020-10-18T02:33:40.000Z
components/autofill/core/browser/autofill_address_util_unittest.cc
DamieFC/chromium
54ce2d3c77723697efd22cfdb02aea38f9dfa25c
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
3
2021-05-17T16:28:52.000Z
2021-05-21T22:42:22.000Z
components/autofill/core/browser/autofill_address_util_unittest.cc
DamieFC/chromium
54ce2d3c77723697efd22cfdb02aea38f9dfa25c
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// Copyright 2021 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/autofill/core/browser/autofill_address_util.h" #include "base/guid.h" #include "components/autofill/core/browser/autofill_test_utils...
40.673684
80
0.67016
DamieFC
eb30034f7519f204d1460fd37eb943fcc0ff526c
3,941
cpp
C++
src/tests/functional/inference_engine/ngraph_reader/convolution_backprop_data_tests.cpp
ryanloney/openvino-1
4e0a740eb3ee31062ba0df88fcf438564f67edb7
[ "Apache-2.0" ]
1,127
2018-10-15T14:36:58.000Z
2020-04-20T09:29:44.000Z
src/tests/functional/inference_engine/ngraph_reader/convolution_backprop_data_tests.cpp
ryanloney/openvino-1
4e0a740eb3ee31062ba0df88fcf438564f67edb7
[ "Apache-2.0" ]
439
2018-10-20T04:40:35.000Z
2020-04-19T05:56:25.000Z
src/tests/functional/inference_engine/ngraph_reader/convolution_backprop_data_tests.cpp
ryanloney/openvino-1
4e0a740eb3ee31062ba0df88fcf438564f67edb7
[ "Apache-2.0" ]
414
2018-10-17T05:53:46.000Z
2020-04-16T17:29:53.000Z
// Copyright (C) 2018-2022 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include <string> #include "ngraph_reader_tests.hpp" TEST_F(NGraphReaderTests, ReadConvolutionBackpropDataNetwork) { std::string model = R"V0G0N( <net name="ConvBackpropData" version="10"> <layers> <layer id="0" name="170/pl...
25.101911
116
0.560771
ryanloney
eb3072e187b54684263490e5bbfb9bfc246c28ff
10,636
cpp
C++
VkLayer_profiler_layer/profiler_overlay/imgui_widgets/imgui_histogram_ex.cpp
lstalmir/VulkanProfiler
da06f27d71bf753bdef575ba1ed35e0acb8e84e7
[ "MIT" ]
1
2021-03-11T12:10:20.000Z
2021-03-11T12:10:20.000Z
VkLayer_profiler_layer/profiler_overlay/imgui_widgets/imgui_histogram_ex.cpp
lstalmir/VulkanProfiler
da06f27d71bf753bdef575ba1ed35e0acb8e84e7
[ "MIT" ]
10
2020-12-09T15:14:11.000Z
2021-01-23T18:52:26.000Z
VkLayer_profiler_layer/profiler_overlay/imgui_widgets/imgui_histogram_ex.cpp
lstalmir/VulkanProfiler
da06f27d71bf753bdef575ba1ed35e0acb8e84e7
[ "MIT" ]
null
null
null
// Copyright (c) 2019-2021 Lukasz Stalmirski // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, merge...
39.835206
172
0.540429
lstalmir
eb311c5c4416306f420d98ae17ae072153ca572c
684
hpp
C++
src/cmake_project/api/cprj_loader.hpp
lpea/cppinclude
dc126c6057d2fe30569e6e86f66d2c8eebb50212
[ "MIT" ]
177
2020-08-24T19:20:35.000Z
2022-03-27T01:58:04.000Z
src/cmake_project/api/cprj_loader.hpp
lpea/cppinclude
dc126c6057d2fe30569e6e86f66d2c8eebb50212
[ "MIT" ]
15
2020-08-30T17:59:42.000Z
2022-01-12T11:14:10.000Z
src/cmake_project/api/cprj_loader.hpp
lpea/cppinclude
dc126c6057d2fe30569e6e86f66d2c8eebb50212
[ "MIT" ]
11
2020-09-17T23:31:10.000Z
2022-03-04T13:15:21.000Z
#pragma once #include <stdfwd/memory> //------------------------------------------------------------------------------ namespace compilation_db { class Database; } //------------------------------------------------------------------------------ namespace cmake_project { class Project; //--------------------------...
20.117647
80
0.383041
lpea
eb312044cf7808c61041942c3da180ae9e39efa6
601
cpp
C++
test/day1-catch2.cpp
edmBernard/AoC-2020-cpp
8bc3c4f325cf01e5521e2eb1ddb4b4545ec8d0b9
[ "Apache-2.0" ]
1
2021-02-06T15:54:42.000Z
2021-02-06T15:54:42.000Z
test/day1-catch2.cpp
edmBernard/AoC-2020-cpp
8bc3c4f325cf01e5521e2eb1ddb4b4545ec8d0b9
[ "Apache-2.0" ]
null
null
null
test/day1-catch2.cpp
edmBernard/AoC-2020-cpp
8bc3c4f325cf01e5521e2eb1ddb4b4545ec8d0b9
[ "Apache-2.0" ]
null
null
null
#include <tuple> #include "day1/day1.hpp" #include <catch2/catch.hpp> TEST_CASE("AoC2020 Day1", "[day1]") { auto [filename, expectedPart1, expectedPart2] = GENERATE(table<std::string, size_t, size_t>({ std::make_tuple("day1/input_part1_test1.txt", 514579, 241861950), std::make_tuple("day1/input.txt", 3...
28.619048
95
0.672213
edmBernard
eb3342b742cd316632282b99a06f9a3c0748a646
59,021
hpp
C++
include/cuda/IterativeProcessingKernel3D.hpp
tugluk/MGARD
360a2fb853adbb1d758704960d4f51e85e4d3f57
[ "Apache-2.0" ]
null
null
null
include/cuda/IterativeProcessingKernel3D.hpp
tugluk/MGARD
360a2fb853adbb1d758704960d4f51e85e4d3f57
[ "Apache-2.0" ]
null
null
null
include/cuda/IterativeProcessingKernel3D.hpp
tugluk/MGARD
360a2fb853adbb1d758704960d4f51e85e4d3f57
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2021, Oak Ridge National Laboratory. * MGARD-GPU: MultiGrid Adaptive Reduction of Data Accelerated by GPUs * Author: Jieyang Chen (chenj3@ornl.gov) * Date: April 2, 2021 */ #ifndef MGRAD_CUDA_ITERATIVE_PROCESSING_KERNEL_3D_TEMPLATE #define MGRAD_CUDA_ITERATIVE_PROCESSING_KERNEL_3D_TEMPLATE #includ...
36.796135
80
0.498382
tugluk
eb33c2a39ee94f0f2b1711512b18e710f4898ecd
28,885
cpp
C++
src/fixup/fixup.cpp
lanl/phoebus
c570f42882c1c9e01e3bfe4b00b22e15a7a9992b
[ "BSD-3-Clause" ]
3
2022-03-24T22:09:12.000Z
2022-03-29T23:16:21.000Z
src/fixup/fixup.cpp
lanl/phoebus
c570f42882c1c9e01e3bfe4b00b22e15a7a9992b
[ "BSD-3-Clause" ]
8
2022-03-15T20:49:43.000Z
2022-03-29T17:45:04.000Z
src/fixup/fixup.cpp
lanl/phoebus
c570f42882c1c9e01e3bfe4b00b22e15a7a9992b
[ "BSD-3-Clause" ]
null
null
null
// © 2021. Triad National Security, LLC. All rights reserved. This // program was produced under U.S. Government contract // 89233218CNA000001 for Los Alamos National Laboratory (LANL), which // is operated by Triad National Security, LLC for the U.S. // Department of Energy/National Nuclear Security Administration. A...
44.644513
90
0.570642
lanl
eb34689f1915f9d5e1da9e004f0a54641fa9bbe2
574
cpp
C++
CPlusPlusFundamentals/ArrayVectors/AbaveAverageVector/main.cpp
bozhikovstanislav/Cpp-SoftUni
6562d15b9e3a550b11566630a1bc1ec65670bff7
[ "MIT" ]
null
null
null
CPlusPlusFundamentals/ArrayVectors/AbaveAverageVector/main.cpp
bozhikovstanislav/Cpp-SoftUni
6562d15b9e3a550b11566630a1bc1ec65670bff7
[ "MIT" ]
null
null
null
CPlusPlusFundamentals/ArrayVectors/AbaveAverageVector/main.cpp
bozhikovstanislav/Cpp-SoftUni
6562d15b9e3a550b11566630a1bc1ec65670bff7
[ "MIT" ]
null
null
null
#include <iostream> #include <vector> float averageNumber(std::vector<int> vc, int n) { float sum=0; float average=0; for (int num:vc) { sum+=num; } average=sum/n; return average; } int main() { unsigned long n = 0; std::cin >> n; std::vector<int> numbers(n); for (int &nu...
19.133333
49
0.520906
bozhikovstanislav
eb3560ebedf5d7b4f4748579c685bcf9bbad265c
3,862
cpp
C++
velox/functions/sparksql/tests/MapTest.cpp
yingsu00/velox
d688b5b492f34f60c403c438fb9e42e9b008818d
[ "Apache-2.0" ]
672
2021-09-22T16:45:58.000Z
2022-03-31T13:42:31.000Z
velox/functions/sparksql/tests/MapTest.cpp
yingsu00/velox
d688b5b492f34f60c403c438fb9e42e9b008818d
[ "Apache-2.0" ]
986
2021-09-22T17:02:52.000Z
2022-03-31T23:57:25.000Z
velox/functions/sparksql/tests/MapTest.cpp
yingsu00/velox
d688b5b492f34f60c403c438fb9e42e9b008818d
[ "Apache-2.0" ]
178
2021-09-22T17:27:47.000Z
2022-03-31T03:18:37.000Z
/* * Copyright (c) Facebook, Inc. and its affiliates. * * 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 applic...
37.495146
79
0.675557
yingsu00
eb357337ce22e2a7ca4f73e6b29810f443e52151
2,668
cpp
C++
JavaScriptCore/runtime/ErrorPrototype.cpp
explorer-ading/cricket-jscore
b10eabc016cec3db87f9976684839ddaf4cca0b1
[ "MIT" ]
1
2019-06-10T09:50:51.000Z
2019-06-10T09:50:51.000Z
JavaScriptCore/runtime/ErrorPrototype.cpp
explorer-ading/cricket-jscore
b10eabc016cec3db87f9976684839ddaf4cca0b1
[ "MIT" ]
null
null
null
JavaScriptCore/runtime/ErrorPrototype.cpp
explorer-ading/cricket-jscore
b10eabc016cec3db87f9976684839ddaf4cca0b1
[ "MIT" ]
null
null
null
/* * Copyright (C) 1999-2000 Harri Porten (porten@kde.org) * Copyright (C) 2003, 2008 Apple Inc. All rights reserved. * * This library 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 Foundation; either ...
39.235294
182
0.743628
explorer-ading
eb3a630af9a5d48630e8aabfff813f3edd1865a5
9,550
cpp
C++
lib/Module/PTWritePass.cpp
efeslab/ER
cadf554c16c0a1fb11398cb332f677f9b7685e4b
[ "MIT", "BSD-3-Clause" ]
1
2021-08-25T09:29:39.000Z
2021-08-25T09:29:39.000Z
lib/Module/PTWritePass.cpp
efeslab/ER
cadf554c16c0a1fb11398cb332f677f9b7685e4b
[ "MIT", "BSD-3-Clause" ]
null
null
null
lib/Module/PTWritePass.cpp
efeslab/ER
cadf554c16c0a1fb11398cb332f677f9b7685e4b
[ "MIT", "BSD-3-Clause" ]
1
2021-08-25T09:29:46.000Z
2021-08-25T09:29:46.000Z
//===-- IntrinsicCleaner.cpp ----------------------------------------------===// // // The KLEE Symbolic Virtual Machine // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===------------------------------------------------------...
33.865248
80
0.61445
efeslab
eb3c5ade1f7ba50efaa0e32632d449bb834bca13
20,526
cpp
C++
Source/Plugins/UIPlugins/QtPlugin/source/propertybrowser/moc_qtvariantproperty.cpp
OscarGame/blade
6987708cb011813eb38e5c262c7a83888635f002
[ "MIT" ]
146
2018-12-03T08:08:17.000Z
2022-03-21T06:04:06.000Z
Source/Plugins/UIPlugins/QtPlugin/source/propertybrowser/moc_qtvariantproperty.cpp
huangx916/blade
3fa398f4d32215bbc7e292d61e38bb92aad1ee1c
[ "MIT" ]
1
2019-01-18T03:35:49.000Z
2019-01-18T03:36:08.000Z
Source/Plugins/UIPlugins/QtPlugin/source/propertybrowser/moc_qtvariantproperty.cpp
huangx916/blade
3fa398f4d32215bbc7e292d61e38bb92aad1ee1c
[ "MIT" ]
31
2018-12-03T10:32:43.000Z
2021-10-04T06:31:44.000Z
/**************************************************************************** ** Meta object code from reading C++ file 'qtvariantproperty.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.7.0) ** ** WARNING! All changes made in this file will be lost! ***************************************************...
55.029491
199
0.625743
OscarGame
eb3e12a28cc12e2f2d4af3f2ee4bc06ecb0e15b4
480
hpp
C++
optionals/medical/configs/weapons/Bandages.hpp
Task-Force-Dagger/Dagger
56b9ffe3387f74830419a987eed5a0f386674331
[ "MIT" ]
null
null
null
optionals/medical/configs/weapons/Bandages.hpp
Task-Force-Dagger/Dagger
56b9ffe3387f74830419a987eed5a0f386674331
[ "MIT" ]
null
null
null
optionals/medical/configs/weapons/Bandages.hpp
Task-Force-Dagger/Dagger
56b9ffe3387f74830419a987eed5a0f386674331
[ "MIT" ]
null
null
null
// class ACE_fieldDressing: ACE_ItemCore { // scope=2; // picture="\z\tfd\addons\media\images\icon\IB.paa"; // // displayName="Israeli Bandage"; // descriptionShort="Quickly stanches haemorrhaging from injuries"; // descriptionUse="Quickly stanches haemorrhaging from injuries"; // }; // class ...
34.285714
71
0.666667
Task-Force-Dagger
eb3e3af860c226182e04657b9520203b56f4e782
6,959
cpp
C++
All Project/Project_08.cpp
jaibae21/CPE211_S2021_UAH
9e8e5452526288699e0d7ee22ed393857233501e
[ "MIT" ]
null
null
null
All Project/Project_08.cpp
jaibae21/CPE211_S2021_UAH
9e8e5452526288699e0d7ee22ed393857233501e
[ "MIT" ]
null
null
null
All Project/Project_08.cpp
jaibae21/CPE211_S2021_UAH
9e8e5452526288699e0d7ee22ed393857233501e
[ "MIT" ]
1
2022-03-26T08:52:00.000Z
2022-03-26T08:52:00.000Z
// **************************************** // Program Title: Project_08 // Project File: Project_08.cpp // Name: Jaiden Gann // Course Section: CPE-211-02 // Lab Section: 2 // Due Date: 03/28/21 // program description: Read records of // subscribers for a magazine. Practice with // structs and more functions...
30.388646
210
0.651387
jaibae21
eb3e4625d894475d880bb4cd80b587b7076f0a55
16,603
cpp
C++
DesktopPony/ui/plugin/uipluginfilter.cpp
WisteFinch/DesktopPony
846499169164779b04118f5637d1e71c98c212ad
[ "MIT" ]
2
2020-10-02T03:45:57.000Z
2020-10-02T03:46:12.000Z
DesktopPony/ui/plugin/uipluginfilter.cpp
WisteFinch/DesktopPony
846499169164779b04118f5637d1e71c98c212ad
[ "MIT" ]
null
null
null
DesktopPony/ui/plugin/uipluginfilter.cpp
WisteFinch/DesktopPony
846499169164779b04118f5637d1e71c98c212ad
[ "MIT" ]
2
2021-04-04T11:53:44.000Z
2021-07-07T01:35:50.000Z
#include "uipluginfilter.h" UiPluginFilter::UiPluginFilter(QWidget *parent) : QWidget(parent) { this->m_p_hide_timer = new QTimer; this->m_p_hide_timer->setInterval(50); this->setWindowFlags(Qt::Dialog | Qt::FramelessWindowHint); connect(this->m_p_hide_timer, &QTimer::timeout, this, &UiPluginFilter::ti...
44.872973
104
0.723423
WisteFinch
eb3fe5f89ad0eeff7b33aa843e53ca1d6e7ea6af
868
cpp
C++
permute/depermute.cpp
elementbound/automata
719b4994c0ea87a326c38e14c8a6bec667509335
[ "MIT" ]
null
null
null
permute/depermute.cpp
elementbound/automata
719b4994c0ea87a326c38e14c8a6bec667509335
[ "MIT" ]
null
null
null
permute/depermute.cpp
elementbound/automata
719b4994c0ea87a326c38e14c8a6bec667509335
[ "MIT" ]
null
null
null
#include <iostream> #include <random> #include <algorithm> //shuffle #include <cstdlib> //atoi const unsigned buffer_size = 8192; int main(int argc, char** argv) { if(argc < 2) { std::cerr << "Usage: " << argv[0] << " seed" << std::endl; return 1; } std::default_random_engine random_gen; random_gen.seed(...
21.7
68
0.670507
elementbound
eb407b8f411e4f601273b2dd867805a51526bda1
400
cpp
C++
src/dxvk/dxvk_data.cpp
notaz/dxvk
93348731880b6764464c1fbc0d5fe92f47b053fe
[ "Zlib" ]
null
null
null
src/dxvk/dxvk_data.cpp
notaz/dxvk
93348731880b6764464c1fbc0d5fe92f47b053fe
[ "Zlib" ]
null
null
null
src/dxvk/dxvk_data.cpp
notaz/dxvk
93348731880b6764464c1fbc0d5fe92f47b053fe
[ "Zlib" ]
2
2019-08-10T07:38:07.000Z
2019-11-09T14:06:29.000Z
#include <cstring> #include "dxvk_data.h" namespace dxvk { DxvkDataBuffer:: DxvkDataBuffer() { } DxvkDataBuffer::~DxvkDataBuffer() { } DxvkDataBuffer::DxvkDataBuffer( size_t size) { m_data.resize(size); } DxvkDataBuffer::DxvkDataBuffer( const void* data, size_t size)...
18.181818
43
0.62
notaz
eb41a52767b7c9c59363e4a1167e9b1fa172a667
5,206
cc
C++
Modules/Plexil/src/exec/NodeFactory.cc
5nefarious/icarous
bfd759d88a47d9ee079fe35deaa6cf6d4459dcd8
[ "Unlicense" ]
1
2020-02-27T03:35:50.000Z
2020-02-27T03:35:50.000Z
src/exec/NodeFactory.cc
morxa/plexil-4
890e92aa259881dd944d573d6ec519341782a5f2
[ "BSD-3-Clause" ]
null
null
null
src/exec/NodeFactory.cc
morxa/plexil-4
890e92aa259881dd944d573d6ec519341782a5f2
[ "BSD-3-Clause" ]
null
null
null
/* Copyright (c) 2006-2016, Universities Space Research Association (USRA). * 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 ...
32.742138
91
0.684979
5nefarious
eb422102cd381f9af351ac4b8870cfb81a1812de
639
cpp
C++
src/piece.cpp
hallur/boardgame
374fd1366cbae785bc40ba24403d50e36b2a3637
[ "MIT" ]
null
null
null
src/piece.cpp
hallur/boardgame
374fd1366cbae785bc40ba24403d50e36b2a3637
[ "MIT" ]
1
2018-04-09T19:08:41.000Z
2018-04-09T19:08:41.000Z
src/piece.cpp
hallur/boardgame
374fd1366cbae785bc40ba24403d50e36b2a3637
[ "MIT" ]
null
null
null
#include "piece.h" #include <iostream> boardgame::Piece::Piece(boardgame::Player* player, const char& marker) : marker_(marker), player_(player) {} boardgame::Piece::~Piece() {} char boardgame::Piece::getMarker() const { return marker_; } boardgame::Player* boardgame::Piece::getPlayer() const { return playe...
23.666667
108
0.694836
hallur
eb47dc856e2d386b34c596e3da6fd623d91dcce1
2,976
cpp
C++
src/extern/inventor/lib/database/src/so/nodes/nurbs/libnurbs/maplist.cpp
OpenXIP/xip-libraries
9f0fef66038b20ff0c81c089d7dd0038e3126e40
[ "Apache-2.0" ]
2
2020-05-21T07:06:07.000Z
2021-06-28T02:14:34.000Z
src/extern/inventor/lib/database/src/so/nodes/nurbs/libnurbs/maplist.cpp
OpenXIP/xip-libraries
9f0fef66038b20ff0c81c089d7dd0038e3126e40
[ "Apache-2.0" ]
null
null
null
src/extern/inventor/lib/database/src/so/nodes/nurbs/libnurbs/maplist.cpp
OpenXIP/xip-libraries
9f0fef66038b20ff0c81c089d7dd0038e3126e40
[ "Apache-2.0" ]
6
2016-03-21T19:53:18.000Z
2021-06-08T18:06:03.000Z
/* * * Copyright (C) 2000 Silicon Graphics, Inc. All Rights Reserved. * * This library 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 Foundation; either * version 2.1 of the License, or (at your opti...
25.220339
79
0.654234
OpenXIP
eb4873c22694abe76642c9974c96c5a2ab3d4d97
3,065
cpp
C++
aws-cpp-sdk-networkmanager/source/model/NetworkRoute.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-networkmanager/source/model/NetworkRoute.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-networkmanager/source/model/NetworkRoute.cpp
ravindra-wagh/aws-sdk-cpp
7d5ff01b3c3b872f31ca98fb4ce868cd01e97696
[ "Apache-2.0" ]
1
2021-11-09T12:02:58.000Z
2021-11-09T12:02:58.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/networkmanager/model/NetworkRoute.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::Utils::Json; using namespace Aws::Utils; namespace Aws { n...
23.576923
114
0.741272
perfectrecall
eb4c09d629ed3189634162d61b6ff4f95a97ed02
299
cpp
C++
tools/clang/test/FixIt/messages.cpp
clayne/DirectXShaderCompiler
0ef9b702890b1d45f0bec5fa75481290323e14dc
[ "NCSA" ]
3,102
2015-01-04T02:28:35.000Z
2022-03-30T12:53:41.000Z
tools/clang/test/FixIt/messages.cpp
clayne/DirectXShaderCompiler
0ef9b702890b1d45f0bec5fa75481290323e14dc
[ "NCSA" ]
3,740
2019-01-23T15:36:48.000Z
2022-03-31T22:01:13.000Z
tools/clang/test/FixIt/messages.cpp
clayne/DirectXShaderCompiler
0ef9b702890b1d45f0bec5fa75481290323e14dc
[ "NCSA" ]
1,868
2015-01-03T04:27:11.000Z
2022-03-25T13:37:35.000Z
// RUN: not %clang_cc1 -fsyntax-only -std=c++11 2>&1 %s | FileCheck -strict-whitespace %s struct A { unsigned int a; }; // PR10696 void testOverlappingInsertions(int b) { A var = { b }; // CHECK: A var = { b }; // CHECK: ^ // CHECK: static_cast<unsigned int>( ) }
21.357143
89
0.558528
clayne
eb4c0f236e261e5b57e31d49d5ed99837c6ce2bd
1,181
cpp
C++
src/proto/codec/AFCodecProto.cpp
ArkGame/ArkGameFrame
a7f8413dd416cd1ac5b12adbdd84f010f59f11e2
[ "Apache-2.0" ]
168
2016-08-18T07:24:48.000Z
2018-02-06T06:40:45.000Z
src/proto/codec/AFCodecProto.cpp
Mu-L/ARK
a7f8413dd416cd1ac5b12adbdd84f010f59f11e2
[ "Apache-2.0" ]
11
2019-05-27T12:26:02.000Z
2021-05-12T02:45:16.000Z
src/proto/codec/AFCodecProto.cpp
ArkGame/ArkGameFrame
a7f8413dd416cd1ac5b12adbdd84f010f59f11e2
[ "Apache-2.0" ]
51
2016-09-01T10:17:38.000Z
2018-02-06T10:45:25.000Z
/* * This source file is part of ArkNX * For the latest info, see https://github.com/ArkNX * * Copyright (c) 2013-2020 ArkNX 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 ...
24.604167
75
0.730737
ArkGame
eb4d628ad2b1f313f6ea4189e2c9f84821e8f6ce
5,404
cpp
C++
SimulationCore/TimeHistoryOutput_S2D_ME_s_elem_vol.cpp
MingAtUWA/SimpleMPM2
7a1d7c257c621123d85a0630e93d42ae25c70fb4
[ "MIT" ]
null
null
null
SimulationCore/TimeHistoryOutput_S2D_ME_s_elem_vol.cpp
MingAtUWA/SimpleMPM2
7a1d7c257c621123d85a0630e93d42ae25c70fb4
[ "MIT" ]
null
null
null
SimulationCore/TimeHistoryOutput_S2D_ME_s_elem_vol.cpp
MingAtUWA/SimpleMPM2
7a1d7c257c621123d85a0630e93d42ae25c70fb4
[ "MIT" ]
null
null
null
#include "SimulationCore_pcp.h" #include "Model_S2D_ME_s.h" #include "Step_S2D_ME_s.h" #include "Model_S2D_ME_s_hdf5_io_utilities.h" #include "TimeHistoryOutput_S2D_ME_s_elem_vol.h" int TimeHistoryOutput_S2D_ME_s_elem_vol::init(void) { if (is_init) return 0; is_init = true; switch (res_file->get_type()) { ca...
28.293194
89
0.71151
MingAtUWA
eb502cfee3a88f063fe0cf7169d26a400afd4b3a
11,758
cpp
C++
benchmark_apps/elmerfem/ElmerGUI/netgen/libsrc/meshing/parser2.cpp
readex-eu/readex-apps
38493b11806c306f4e8f1b7b2d97764b45fac8e2
[ "BSD-3-Clause" ]
2
2020-11-25T13:10:11.000Z
2021-03-15T20:26:35.000Z
elmerfem/ElmerGUI/netgen/libsrc/meshing/parser2.cpp
jcmcmurry/pipelining
8fface1a501b5050f58e7b902aacdcdde68e9648
[ "MIT" ]
null
null
null
elmerfem/ElmerGUI/netgen/libsrc/meshing/parser2.cpp
jcmcmurry/pipelining
8fface1a501b5050f58e7b902aacdcdde68e9648
[ "MIT" ]
2
2021-08-02T23:23:40.000Z
2022-02-26T12:39:30.000Z
#include <mystdlib.h> #include "meshing.hpp" #ifdef WIN32 #define COMMASIGN ':' #else #define COMMASIGN ',' #endif namespace netgen { void LoadMatrixLine (istream & ist, DenseMatrix & m, int line) { char ch; int pnum; float f; ist >> ch; while (ch != '}') { ist.putback (ch); ist >> f; ...
19.466887
94
0.461388
readex-eu
eb547f7f7a60c8c9c6bb599f603206da2229a165
8,824
cpp
C++
src/util/sound/gme/Gym_Emu.cpp
marstau/shinsango
d9468787ae8e18fa478f936770d88e9bf93c11c0
[ "BSD-3-Clause" ]
1
2021-06-16T15:25:47.000Z
2021-06-16T15:25:47.000Z
src/util/sound/gme/Gym_Emu.cpp
marstau/shinsango
d9468787ae8e18fa478f936770d88e9bf93c11c0
[ "BSD-3-Clause" ]
null
null
null
src/util/sound/gme/Gym_Emu.cpp
marstau/shinsango
d9468787ae8e18fa478f936770d88e9bf93c11c0
[ "BSD-3-Clause" ]
null
null
null
// Game_Music_Emu 0.5.5. http://www.slack.net/~ant/ #include "Gym_Emu.h" #include "blargg_endian.h" #include <string.h> /* Copyright (C) 2003-2006 Shay Green. This module 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 Softw...
23.160105
102
0.653785
marstau
eb5904afccf94f616edb8a35c4cc9b44f10aacc8
771
cc
C++
caffe2/operators/replace_nan_op_hip.cc
rohithkrn/rocm_caffe2
c21a1f0b8607a681cedb923b2013804d31d529a4
[ "Apache-2.0" ]
null
null
null
caffe2/operators/replace_nan_op_hip.cc
rohithkrn/rocm_caffe2
c21a1f0b8607a681cedb923b2013804d31d529a4
[ "Apache-2.0" ]
null
null
null
caffe2/operators/replace_nan_op_hip.cc
rohithkrn/rocm_caffe2
c21a1f0b8607a681cedb923b2013804d31d529a4
[ "Apache-2.0" ]
null
null
null
#include "hip/hip_runtime.h" #include "caffe2/core/context_hip.h" #include "caffe2/operators/replace_nan_op.h" namespace caffe2 { namespace { template <typename T> __global__ void replace_nan_kernel(const T value, const TIndex size, const T* X, T* Y) { HIP_1D_KERNEL_LOOP(i, size) { if (isnan(X[i])) { Y[i]...
24.09375
147
0.688716
rohithkrn
eb5f96e9f816a33293716c1e21ce30c359ed042f
1,970
cpp
C++
Source/DarkLab/ExitVolume.cpp
rinial/DarkLab
82d29368d8b009eec02522706f368c1545fa3514
[ "MIT" ]
6
2020-09-05T02:25:37.000Z
2022-02-07T02:05:57.000Z
Source/DarkLab/ExitVolume.cpp
Ziririn/DarkLab
82d29368d8b009eec02522706f368c1545fa3514
[ "MIT" ]
null
null
null
Source/DarkLab/ExitVolume.cpp
Ziririn/DarkLab
82d29368d8b009eec02522706f368c1545fa3514
[ "MIT" ]
1
2020-09-05T02:25:56.000Z
2020-09-05T02:25:56.000Z
// Fill out your copyright notice in the Description page of Project Settings. #include "ExitVolume.h" #include "Components/ArrowComponent.h" #include "Components/BoxComponent.h" #include "Components/PointLightComponent.h" #include "MainCharacter.h" #include "MainGameMode.h" // Activates volume's light void AExitVolu...
28.550725
195
0.76802
rinial
eb60467a51bceeb4946f62c2d169192b594f8061
622
hpp
C++
src/zookeeper/authentication.hpp
clearstorydata/mesos
4164125048c6635a4d0dbe72daf243457b0f325b
[ "Apache-2.0" ]
null
null
null
src/zookeeper/authentication.hpp
clearstorydata/mesos
4164125048c6635a4d0dbe72daf243457b0f325b
[ "Apache-2.0" ]
null
null
null
src/zookeeper/authentication.hpp
clearstorydata/mesos
4164125048c6635a4d0dbe72daf243457b0f325b
[ "Apache-2.0" ]
1
2022-02-19T10:59:37.000Z
2022-02-19T10:59:37.000Z
#ifndef __ZOOKEEPER_AUTHENTICATION_HPP__ #define __ZOOKEEPER_AUTHENTICATION_HPP__ #include <zookeeper.h> #include <string> namespace zookeeper { struct Authentication { Authentication( const std::string& _scheme, const std::string& _credentials) : scheme(_scheme), credentials(_credentials) {...
20.733333
70
0.754019
clearstorydata
eb6249c26f19ad7c449be7b17fb6c983f9e4edc4
6,483
cc
C++
chrome/browser/ssl/certificate_reporting_test_utils.cc
xzhan96/chromium.src
1bd0cf3997f947746c0fc5406a2466e7b5f6159e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2021-01-07T18:51:03.000Z
2021-01-07T18:51:03.000Z
chrome/browser/ssl/certificate_reporting_test_utils.cc
emilio/chromium.src
1bd0cf3997f947746c0fc5406a2466e7b5f6159e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chrome/browser/ssl/certificate_reporting_test_utils.cc
emilio/chromium.src
1bd0cf3997f947746c0fc5406a2466e7b5f6159e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ssl/certificate_reporting_test_utils.h" #include <utility> #include "base/bind.h" #include "base/bind_helpers.h" #include "base...
38.589286
80
0.748265
xzhan96
eb6330a03a2357147b9780f4e7fd1d6cc53275b3
784
cpp
C++
C++/single-number-iii.cpp
burneychen/LintCode
babd95aca1fa7540e75b1d3b4d458971ebbe6bcb
[ "Unlicense" ]
null
null
null
C++/single-number-iii.cpp
burneychen/LintCode
babd95aca1fa7540e75b1d3b4d458971ebbe6bcb
[ "Unlicense" ]
null
null
null
C++/single-number-iii.cpp
burneychen/LintCode
babd95aca1fa7540e75b1d3b4d458971ebbe6bcb
[ "Unlicense" ]
null
null
null
// Time: O(n) // Space: O(1) class Solution { public: /** * @param A : An integer array * @return : Two integers */ vector<int> singleNumberIII(vector<int> &A) { // Xor all the elements to get x ^ y. int x_xor_y = 0; for (const auto& i : A) { x_xor_y ^= i; ...
23.757576
71
0.47449
burneychen
eb6383f8d05cf1e2c368dbf8b09706cf2fdcfaa3
9,928
cpp
C++
Uber_Duper_Simulation_Haxe/bin/windows/cpp/obj/src/haxe/Int64.cpp
as3boyan/Uber-Duper-Simulation
a3942831a1acf08479f06fd8cfe8896ec00ac32c
[ "MIT" ]
null
null
null
Uber_Duper_Simulation_Haxe/bin/windows/cpp/obj/src/haxe/Int64.cpp
as3boyan/Uber-Duper-Simulation
a3942831a1acf08479f06fd8cfe8896ec00ac32c
[ "MIT" ]
null
null
null
Uber_Duper_Simulation_Haxe/bin/windows/cpp/obj/src/haxe/Int64.cpp
as3boyan/Uber-Duper-Simulation
a3942831a1acf08479f06fd8cfe8896ec00ac32c
[ "MIT" ]
null
null
null
#include <hxcpp.h> #ifndef INCLUDED_haxe_Int64 #include <haxe/Int64.h> #endif namespace haxe{ Void Int64_obj::__construct(int high,int low) { HX_STACK_FRAME("haxe.Int64","new",0xf44bbaf7,"haxe.Int64.new","D:\\Denis\\PortableSoft\\HaxeToolkit\\haxe\\std/haxe/Int64.hx",29,0x8ed75308) HX_STACK_THIS(this) HX_STACK_ARG(hi...
26.905149
154
0.67224
as3boyan
eb6575010f5f53f48a010406a9cffd8718839bb7
1,799
hh
C++
externals/kenlm/lm/filter/wrapper.hh
aurelienwaite/ucam-smt
92781cd777bb62c69e6e73fb29edcd80112e76c9
[ "ECL-2.0", "Apache-2.0" ]
9
2015-06-05T16:26:45.000Z
2021-04-09T06:41:19.000Z
externals/kenlm/lm/filter/wrapper.hh
aurelienwaite/ucam-smt
92781cd777bb62c69e6e73fb29edcd80112e76c9
[ "ECL-2.0", "Apache-2.0" ]
3
2015-02-18T13:29:05.000Z
2015-12-08T13:30:48.000Z
externals/kenlm/lm/filter/wrapper.hh
aurelienwaite/ucam-smt
92781cd777bb62c69e6e73fb29edcd80112e76c9
[ "ECL-2.0", "Apache-2.0" ]
3
2016-03-25T02:34:11.000Z
2019-10-20T15:32:22.000Z
#ifndef LM_FILTER_WRAPPER_H__ #define LM_FILTER_WRAPPER_H__ #include "util/string_piece.hh" #include <algorithm> #include <string> #include <vector> namespace lm { // Provide a single-output filter with the same interface as a // multiple-output filter so clients code against one interface. template <class Binary> ...
31.561404
144
0.702057
aurelienwaite
eb67e4624570887d4c95e94d32d074cee75453ff
1,052
cpp
C++
1. OOP/Project/Complex/complex.cpp
oneonlee/Computer-Science
4a3e2bf92986b5db3967d788832bca353fe71e61
[ "MIT" ]
1
2021-10-19T20:06:55.000Z
2021-10-19T20:06:55.000Z
1. OOP/Project/Complex/complex.cpp
oneonlee/Computer-Science
4a3e2bf92986b5db3967d788832bca353fe71e61
[ "MIT" ]
null
null
null
1. OOP/Project/Complex/complex.cpp
oneonlee/Computer-Science
4a3e2bf92986b5db3967d788832bca353fe71e61
[ "MIT" ]
null
null
null
#include <iostream> #include "complex.h" using namespace std; void Complex::add(Complex anotherNum) // Add two numbers { resultReal = realPart + anotherNum.realPart; resultImag = imagPart + anotherNum.imagPart; } void Complex::sub(Complex anotherNum) // Subtract two numbers { resultReal = realPart - anot...
30.057143
119
0.648289
oneonlee
eb6d1b7f7459ee7406048837a293be48ed03ad0b
1,045
cpp
C++
examples/cancel.cpp
drobison00/taskflow
9415c3b68fd050889f57412394933e94b74755e0
[ "MIT" ]
3,337
2020-06-02T02:04:17.000Z
2022-03-31T19:12:03.000Z
examples/cancel.cpp
drobison00/taskflow
9415c3b68fd050889f57412394933e94b74755e0
[ "MIT" ]
235
2020-06-02T01:26:49.000Z
2022-03-31T01:35:31.000Z
examples/cancel.cpp
drobison00/taskflow
9415c3b68fd050889f57412394933e94b74755e0
[ "MIT" ]
414
2020-06-02T16:25:23.000Z
2022-03-30T09:17:19.000Z
// The program demonstrates how to cancel a submitted taskflow // graph and wait until the cancellation completes. #include <taskflow/taskflow.hpp> int main() { tf::Executor executor; tf::Taskflow taskflow("cancel"); // We create a taskflow graph of 1000 tasks each of 1 second. // Ideally, the taskflow ...
26.125
85
0.654545
drobison00
eb6eb6a938770cbcec77c90a3e80c07c2173fe77
5,173
cpp
C++
src/openms_gui/source/VISUAL/MISC/FilterableList.cpp
vmusch/OpenMS
3c4a078ad4687677393c138d4acb91bb444a7c7b
[ "BSL-1.0", "Zlib", "Apache-2.0" ]
348
2015-01-17T16:50:12.000Z
2022-03-30T22:55:39.000Z
src/openms_gui/source/VISUAL/MISC/FilterableList.cpp
vmusch/OpenMS
3c4a078ad4687677393c138d4acb91bb444a7c7b
[ "BSL-1.0", "Zlib", "Apache-2.0" ]
4,259
2015-01-01T14:07:54.000Z
2022-03-31T16:49:14.000Z
src/openms_gui/source/VISUAL/MISC/FilterableList.cpp
vmusch/OpenMS
3c4a078ad4687677393c138d4acb91bb444a7c7b
[ "BSL-1.0", "Zlib", "Apache-2.0" ]
266
2015-01-24T14:56:14.000Z
2022-03-30T12:32:35.000Z
// -------------------------------------------------------------------------- // OpenMS -- Open-Source Mass Spectrometry // -------------------------------------------------------------------------- // Copyright The OpenMS Team -- Eberhard Karls University Tuebingen, // ETH Zurich, and Freie Universit...
36.687943
167
0.639861
vmusch
eb6f01821190945e31c6e5295aee01d6e06992d6
10,416
cpp
C++
GaiaXAnalyze/GXAnalyzeCore/GXWordAnalyze.cpp
alibaba/GaiaX
47d35303810e4c445294003f67739958b0287233
[ "Apache-2.0" ]
21
2022-02-08T03:47:15.000Z
2022-03-31T11:52:01.000Z
GaiaXiOS/GaiaXiOS/Binding/Expression/GXAnalyzeCore/GXWordAnalyze.cpp
alibaba/GaiaX
47d35303810e4c445294003f67739958b0287233
[ "Apache-2.0" ]
1
2022-03-18T09:18:14.000Z
2022-03-18T09:18:14.000Z
GaiaXiOS/GaiaXiOS/Binding/Expression/GXAnalyzeCore/GXWordAnalyze.cpp
alibaba/GaiaX
47d35303810e4c445294003f67739958b0287233
[ "Apache-2.0" ]
4
2022-03-10T05:42:55.000Z
2022-03-24T11:58:39.000Z
#include "GXWordAnalyze.h" using namespace std; static char key[3][20] = {"true", "false", "null"}; //定义一个二维数组存放关键字 //种别码:对应如下-------------- //true == 1 //false == 2 //null == 3 //value == 10 //num == 11 //string == 12 //data == 13 //id == 14 //, == 15 //( == 16 /...
27.125
94
0.27621
alibaba
eb6fc6c492274d8f92c5f9a551cad0bf3b7016df
13,140
cc
C++
src/instructions.cc
DouglasRMiles/QuProlog
798d86f87fb4372b8918ef582ef2f0fc0181af2d
[ "Apache-2.0" ]
5
2019-11-20T02:05:31.000Z
2022-01-06T18:59:16.000Z
src/instructions.cc
logicmoo/QuProlog
798d86f87fb4372b8918ef582ef2f0fc0181af2d
[ "Apache-2.0" ]
null
null
null
src/instructions.cc
logicmoo/QuProlog
798d86f87fb4372b8918ef582ef2f0fc0181af2d
[ "Apache-2.0" ]
2
2022-01-08T13:52:24.000Z
2022-03-07T17:41:37.000Z
// // THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT! // //##Qu-Prolog Copyright.abst## // // $Id: MkInstructions.in,v 1.3 2005/04/12 04:02:48 qp Exp n #include "code.h" #include "defs.h" #include "instructions.h" // Opcode names const char *opnames[] = { /* EMPTY ENTRY */ 0, "put_x_variable", "put_y_variable",...
40.934579
196
0.708828
DouglasRMiles
eb72924b09656942a51cc5b1eaea716932d61696
23,919
cpp
C++
displays/scsiminfodisplay.cpp
mohawkjohn/bskQtViz
cf54077a82f9674273044a8305069056a3aaf0a0
[ "0BSD" ]
null
null
null
displays/scsiminfodisplay.cpp
mohawkjohn/bskQtViz
cf54077a82f9674273044a8305069056a3aaf0a0
[ "0BSD" ]
null
null
null
displays/scsiminfodisplay.cpp
mohawkjohn/bskQtViz
cf54077a82f9674273044a8305069056a3aaf0a0
[ "0BSD" ]
null
null
null
/* ISC License Copyright (c) 2016-2017, Autonomous Vehicle Systems Lab, University of Colorado at Boulder Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copie...
38.516908
143
0.623145
mohawkjohn
eb74302c7bdaa43e9a64f240e5e5f0ddd222b000
2,389
cpp
C++
src/user.cpp
hvlds/bgmaker
a815d1bff9ccd3082497eae13352663817aff10a
[ "MIT" ]
null
null
null
src/user.cpp
hvlds/bgmaker
a815d1bff9ccd3082497eae13352663817aff10a
[ "MIT" ]
null
null
null
src/user.cpp
hvlds/bgmaker
a815d1bff9ccd3082497eae13352663817aff10a
[ "MIT" ]
null
null
null
#include "user.hpp" #include <iostream> #include <string> #include <toml.hpp> #include <vector> #include "lsystem.hpp" UserInfo::UserInfo() { this->general_info.height = 1080; this->general_info.width = 1920; this->is_preview = false; this->stroke_color = "#FFFFFF"; this->general_info.background_c...
32.283784
89
0.611134
hvlds
eb75dd848e3fb206ef8255271d83f1ab86c4b41f
4,505
cc
C++
cpp/environment/LocalBondProjection.cc
pbuslaev/freud
ed83bdc63ee8fddba78f070ce9ddf2a0021d67b8
[ "BSD-3-Clause" ]
null
null
null
cpp/environment/LocalBondProjection.cc
pbuslaev/freud
ed83bdc63ee8fddba78f070ce9ddf2a0021d67b8
[ "BSD-3-Clause" ]
null
null
null
cpp/environment/LocalBondProjection.cc
pbuslaev/freud
ed83bdc63ee8fddba78f070ce9ddf2a0021d67b8
[ "BSD-3-Clause" ]
null
null
null
// Copyright (c) 2010-2020 The Regents of the University of Michigan // This file is part of the freud project, released under the BSD 3-Clause License. #include "LocalBondProjection.h" #include "NeighborComputeFunctional.h" /*! \file LocalBondProjection.h \brief Compute the projection of nearest neighbor bonds f...
45.05
107
0.649945
pbuslaev
eb76b2ec86edd840107d37bf541e66cc9c3f4937
427
cpp
C++
src/simple_psh/main/cpp/main.cpp
jmprathab/pshell
8b9955c96b9c185a6d66314e6b692d932e535109
[ "Apache-2.0" ]
null
null
null
src/simple_psh/main/cpp/main.cpp
jmprathab/pshell
8b9955c96b9c185a6d66314e6b692d932e535109
[ "Apache-2.0" ]
null
null
null
src/simple_psh/main/cpp/main.cpp
jmprathab/pshell
8b9955c96b9c185a6d66314e6b692d932e535109
[ "Apache-2.0" ]
null
null
null
#define SIMPLEPSH_MODULE_EXPORT #include <simplepsh.hpp> #include <cstdlib> #include <memory> #include <simple_psh/main/headers/noopinterpreter.hpp> class PSH; int main(int argc, char **argv) { std::unique_ptr<Interpreter> interpreter(new NoOpInterpreter()); std::unique_ptr<PSH> psh(new SimplePSH(std::move(...
23.722222
68
0.716628
jmprathab
eb7b35ba781b293e0ed315a1680fa5c4270528e6
621
cpp
C++
Source-simplified/Computational Geometry/Two-dimension/Graham Scanning Algorithm.cpp
lmxyy/Code-Library-for-lmxyy
e7740402076588624e2fb3dff7ed916851b2eb76
[ "MIT" ]
3
2019-06-27T14:14:32.000Z
2021-01-11T11:36:47.000Z
Source-simplified/Computational Geometry/Two-dimension/Graham Scanning Algorithm.cpp
lmxyy/Code-Library-for-lmxyy
e7740402076588624e2fb3dff7ed916851b2eb76
[ "MIT" ]
null
null
null
Source-simplified/Computational Geometry/Two-dimension/Graham Scanning Algorithm.cpp
lmxyy/Code-Library-for-lmxyy
e7740402076588624e2fb3dff7ed916851b2eb76
[ "MIT" ]
1
2021-04-27T00:26:54.000Z
2021-04-27T00:26:54.000Z
//凸包上最大四边形面积 int N,M; double ans; struct Point { double x,y; }P[maxn],convex[maxn]; inline void Graham() { ConvexHull(); for (int i = 1;i <= M;++i) convex[i+M] = convex[i]; int p1,p2,p3,p4; for (p1 = 1;p1 <= M;++p1) { p2 = p1+1; p3 = p2+1; p4 = p3+1; for (;p3 < p1+M-1;++p3) { Point v = convex[p3]-convex[...
27
95
0.558776
lmxyy
eb7b4e40248e7269f950ece536e2b5c4896a2e4b
1,213
hpp
C++
src/sdl2/sdl.hpp
fl4shk/liborangepower
a2aa99a7f9b35cc06ad78976406432913718800b
[ "MIT" ]
2
2019-01-02T02:07:44.000Z
2022-03-21T10:22:18.000Z
src/sdl2/sdl.hpp
fl4shk/liborangepower
a2aa99a7f9b35cc06ad78976406432913718800b
[ "MIT" ]
null
null
null
src/sdl2/sdl.hpp
fl4shk/liborangepower
a2aa99a7f9b35cc06ad78976406432913718800b
[ "MIT" ]
1
2019-01-01T02:51:25.000Z
2019-01-01T02:51:25.000Z
#ifndef liborangepower_sdl2_sdl_hpp #define liborangepower_sdl2_sdl_hpp #include "../misc/misc_includes.hpp" #include "../gen_class_innards_defines.hpp" #include <algorithm> #include <SDL.h> namespace liborangepower { namespace sdl { //template<typename Type> //class StructWrapper //{ //public: // typedefs // usi...
17.838235
62
0.694971
fl4shk
eb7b79a45bd23a062fb0939d98e0c4b3dbffc214
9,418
cpp
C++
coopserver/CoopMgr/Event.cpp
vinthewrench/chickencoop
7338f0e800db7e1379bf15f0f2750c0959b2a641
[ "MIT" ]
1
2022-02-03T21:33:30.000Z
2022-02-03T21:33:30.000Z
coopserver/CoopMgr/Event.cpp
vinthewrench/chickencoop
7338f0e800db7e1379bf15f0f2750c0959b2a641
[ "MIT" ]
null
null
null
coopserver/CoopMgr/Event.cpp
vinthewrench/chickencoop
7338f0e800db7e1379bf15f0f2750c0959b2a641
[ "MIT" ]
null
null
null
// // Event.cpp // coopserver // // Created by Vincent Moscaritolo on 12/29/21. // #include "Event.hpp" #include "TimeStamp.hpp" using namespace nlohmann; constexpr string_view JSON_ARG_ACTION = "action"; constexpr string_view JSON_ARG_TRIGGER = "trigger"; constexpr string_view JSON_ARG_EVENTID = "eventID";...
21.069351
95
0.673285
vinthewrench
eb8000383b8fa8044f48e03041fbca5dd4591579
5,341
cpp
C++
vpr/src/place/compressed_grid.cpp
dpbaines/vtr-verilog-to-routing
cea4b63689db11816027aea23b6690af1c384f2d
[ "MIT" ]
32
2018-01-10T11:47:44.000Z
2022-03-18T15:17:36.000Z
vpr/src/place/compressed_grid.cpp
dpbaines/vtr-verilog-to-routing
cea4b63689db11816027aea23b6690af1c384f2d
[ "MIT" ]
179
2018-08-22T22:48:59.000Z
2021-10-10T10:00:56.000Z
vpr/src/place/compressed_grid.cpp
dpbaines/vtr-verilog-to-routing
cea4b63689db11816027aea23b6690af1c384f2d
[ "MIT" ]
25
2019-02-10T16:55:40.000Z
2021-08-29T05:28:47.000Z
#include "compressed_grid.h" #include "arch_util.h" #include "globals.h" std::vector<t_compressed_block_grid> create_compressed_block_grids() { auto& device_ctx = g_vpr_ctx.device(); auto& grid = device_ctx.grid; //Collect the set of x/y locations for each instace of a block type std::vector<std::vect...
42.055118
139
0.661299
dpbaines
eb81c83cf34c28966d567699ec6d42a78c2faef0
555
cpp
C++
example_cpp/example_0.cpp
YoshimitsuMatsutaIe/ans_2021
a04cd9b9541583aaa8a6dc5ece323ae1cf706c3b
[ "MIT" ]
null
null
null
example_cpp/example_0.cpp
YoshimitsuMatsutaIe/ans_2021
a04cd9b9541583aaa8a6dc5ece323ae1cf706c3b
[ "MIT" ]
null
null
null
example_cpp/example_0.cpp
YoshimitsuMatsutaIe/ans_2021
a04cd9b9541583aaa8a6dc5ece323ae1cf706c3b
[ "MIT" ]
null
null
null
#include <iostream> #include <math.h> double QuadraticFunc(double x){ double y = std::pow(x, 2.0) + x + 1; return y; } int main(){ std::cout << "running..." << std::endl; double start = 0; // 開始 double end = 10; // 終わり double step = 0.1; // 刻み幅 int iend; iend = (end - start) / ste...
17.34375
43
0.479279
YoshimitsuMatsutaIe
eb82b24701d664e4a203d24053fc1c5be09b9c8b
198
cpp
C++
0476-Number Complement/0476-Number Complement.cpp
zhuangli1987/LeetCode-1
e81788abf9e95e575140f32a58fe983abc97fa4a
[ "MIT" ]
49
2018-05-05T02:53:10.000Z
2022-03-30T12:08:09.000Z
0401-0500/0476-Number Complement/0476-Number Complement.cpp
jolly-fellow/LeetCode
ab20b3ec137ed05fad1edda1c30db04ab355486f
[ "MIT" ]
11
2017-12-15T22:31:44.000Z
2020-10-02T12:42:49.000Z
0401-0500/0476-Number Complement/0476-Number Complement.cpp
jolly-fellow/LeetCode
ab20b3ec137ed05fad1edda1c30db04ab355486f
[ "MIT" ]
28
2017-12-05T10:56:51.000Z
2022-01-26T18:18:27.000Z
class Solution { public: int findComplement(int num) { unsigned int limit = 1; while (num >= limit) { limit <<= 1; } return limit - 1 - num; } };
18
33
0.469697
zhuangli1987
eb83cd51ea2785478bd632024f02f068fff82b0d
2,585
cpp
C++
src/the_framework/unittest/utest_utility_fct.cpp
schnedann/linebuffer
494745a6d83eef1adebf9a6e30c636a8edd5f0c2
[ "BSD-3-Clause" ]
null
null
null
src/the_framework/unittest/utest_utility_fct.cpp
schnedann/linebuffer
494745a6d83eef1adebf9a6e30c636a8edd5f0c2
[ "BSD-3-Clause" ]
null
null
null
src/the_framework/unittest/utest_utility_fct.cpp
schnedann/linebuffer
494745a6d83eef1adebf9a6e30c636a8edd5f0c2
[ "BSD-3-Clause" ]
null
null
null
/**************************************** * Includes ****************************************/ #include <iostream> #include <iomanip> #include <random> #include <cmath> #include "catch.hpp" #include "dtypes.h" #include "utility_fct.h" /**************************************** * Defines **************************...
33.141026
71
0.543133
schnedann
eb851c5766b50948429d1676c386f2daec39f294
13,551
cpp
C++
chapter03/resolve/resolver.cpp
caigen/windows-network-programming
367abd891203528a1405012df0551e21a239f131
[ "MIT" ]
null
null
null
chapter03/resolve/resolver.cpp
caigen/windows-network-programming
367abd891203528a1405012df0551e21a239f131
[ "MIT" ]
null
null
null
chapter03/resolve/resolver.cpp
caigen/windows-network-programming
367abd891203528a1405012df0551e21a239f131
[ "MIT" ]
null
null
null
// // Sample: Illustrates getaddrinfo and getnameinfo // // Files: // resolver.cpp - this file // // Description: // This sample illustrates how to use the new name resolution APIs: // getaddrinfo and getnameinfo. This sample takes a hostname or address // and performs an address res...
34.306329
110
0.468157
caigen
eb8a8f5f3311f49ff06f3af84722286b57e72ad0
403
cpp
C++
Codechef/PieceOfCake.cpp
MartinAparicioPons/Competitive-Programming
58151df0ed08a5e4e605abefdd69fef1ecc10fa0
[ "Apache-2.0" ]
1
2019-09-29T03:58:35.000Z
2019-09-29T03:58:35.000Z
Codechef/PieceOfCake.cpp
MartinAparicioPons/Competitive-Programming
58151df0ed08a5e4e605abefdd69fef1ecc10fa0
[ "Apache-2.0" ]
null
null
null
Codechef/PieceOfCake.cpp
MartinAparicioPons/Competitive-Programming
58151df0ed08a5e4e605abefdd69fef1ecc10fa0
[ "Apache-2.0" ]
null
null
null
#include <bits/stdc++.h> using namespace std; int main() { ios_base::sync_with_stdio(0); int i, m, mi, n, a[5000], T; string s; cin >> T; while(T--){ cin >> s; n = s.size(); memset(a, 0, sizeof a); for(i = 0; i < n; i++){ a[s[i]]++; } m = -1; for(i = 0; i < 500; i++){ if(m < a[i]){ m = a[i...
15.5
42
0.441687
MartinAparicioPons
eb8b3b7562777d0e49e67edf216045052c73aaae
3,011
hpp
C++
src/sfizz/WindowedSinc.hpp
michaelwillis/sfizz
0461f6e5e288da71aeccf7b7dfd71302bf0ba175
[ "BSD-2-Clause" ]
281
2019-06-06T05:58:59.000Z
2022-03-06T12:20:09.000Z
src/sfizz/WindowedSinc.hpp
michaelwillis/sfizz
0461f6e5e288da71aeccf7b7dfd71302bf0ba175
[ "BSD-2-Clause" ]
590
2019-09-22T00:26:10.000Z
2022-03-31T19:21:58.000Z
src/sfizz/WindowedSinc.hpp
michaelwillis/sfizz
0461f6e5e288da71aeccf7b7dfd71302bf0ba175
[ "BSD-2-Clause" ]
44
2019-10-08T08:24:20.000Z
2022-02-26T04:21:44.000Z
// SPDX-License-Identifier: BSD-2-Clause // This code is part of the sfizz library and is licensed under a BSD 2-clause // license. You should have receive a LICENSE.md file along with the code. // If not, contact the sfizz maintainers at https://github.com/sfztools/sfizz #pragma once #include "WindowedSinc.h" #inclu...
37.6375
97
0.713384
michaelwillis
eb8b66d42aea37efa9fb7cbc7a647c5118f6de59
30,366
cpp
C++
src/Pegasus/Common/tests/IndicationFormatter/IndicationFormatter.cpp
ncultra/Pegasus-2.5
4a0b9a1b37e2eae5c8105fdea631582dc2333f9a
[ "MIT" ]
null
null
null
src/Pegasus/Common/tests/IndicationFormatter/IndicationFormatter.cpp
ncultra/Pegasus-2.5
4a0b9a1b37e2eae5c8105fdea631582dc2333f9a
[ "MIT" ]
null
null
null
src/Pegasus/Common/tests/IndicationFormatter/IndicationFormatter.cpp
ncultra/Pegasus-2.5
4a0b9a1b37e2eae5c8105fdea631582dc2333f9a
[ "MIT" ]
1
2022-03-07T22:54:02.000Z
2022-03-07T22:54:02.000Z
//%2005//////////////////////////////////////////////////////////////////////// // // Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development // Company, L.P.; IBM Corp.; The Open Group; Tivoli Systems. // Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company, L.P.; // IBM Corp.; EMC Cor...
35.024221
147
0.665284
ncultra
eb8f3607ae5020798d677ca9e076f092abdcb29d
3,802
inl
C++
Random/res/weak.inl
SuperV1234/Experiments
572c94d1afb367c241645b479019f6cb3883f98f
[ "AFL-3.0" ]
12
2015-10-10T16:27:28.000Z
2019-11-28T17:48:32.000Z
Random/res/weak.inl
vittorioromeo/Experiments
572c94d1afb367c241645b479019f6cb3883f98f
[ "AFL-3.0" ]
3
2016-11-20T21:17:19.000Z
2018-05-25T16:52:32.000Z
Random/res/weak.inl
vittorioromeo/Experiments
572c94d1afb367c241645b479019f6cb3883f98f
[ "AFL-3.0" ]
2
2016-11-20T21:02:49.000Z
2020-01-09T18:11:29.000Z
// Copyright (c) 2013-2015 Vittorio Romeo // License: Academic Free License ("AFL") v. 3.0 // AFL License page: http://opensource.org/licenses/AFL-3.0 // http://vittorioromeo.info | vittorio.romeo@outlook.com // TODO: wip #pragma once #include "./shared.hpp" #include "./shared_metadata.hpp" #include "./shared_ref_co...
28.373134
79
0.572856
SuperV1234
eb8f47b9a3853c564e99cab0ce8cf6562d734067
1,270
cpp
C++
Little Panda Power.cpp
michaelarakel/hackerrank-solutions
77ba66a5d81c53b32c59d7547eba67a12349a2f0
[ "Unlicense" ]
null
null
null
Little Panda Power.cpp
michaelarakel/hackerrank-solutions
77ba66a5d81c53b32c59d7547eba67a12349a2f0
[ "Unlicense" ]
null
null
null
Little Panda Power.cpp
michaelarakel/hackerrank-solutions
77ba66a5d81c53b32c59d7547eba67a12349a2f0
[ "Unlicense" ]
1
2020-11-24T19:22:02.000Z
2020-11-24T19:22:02.000Z
// // Little Panda Power.cpp // Hackerrank // // Created by Mikael Arakelian on 6/11/17. // Copyright © 2017 Mikael Arakelian. All rights reserved. // #include <cmath> #include <cstdio> #include <vector> #include <iostream> #include <algorithm> using namespace std; int bin_pow(int a, int n, int mod) { if (n =...
19.538462
66
0.46063
michaelarakel
eb906b68c09739fec5f46a90d4ebff2ad6377ed0
14,191
cpp
C++
unit/engine/unittest_layouts.cpp
DamianMehers/apl-core-library
9c003dbfc8bc90709396c07179c523473d380db1
[ "Apache-2.0" ]
null
null
null
unit/engine/unittest_layouts.cpp
DamianMehers/apl-core-library
9c003dbfc8bc90709396c07179c523473d380db1
[ "Apache-2.0" ]
null
null
null
unit/engine/unittest_layouts.cpp
DamianMehers/apl-core-library
9c003dbfc8bc90709396c07179c523473d380db1
[ "Apache-2.0" ]
null
null
null
/** * Copyright 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 "lice...
26.826087
97
0.394053
DamianMehers
eb92e22f3bb200c7edac0bbf01bfb4382158d35d
2,188
cpp
C++
tests/ohmtest/LineQueryTests.cpp
data61/ohm
1bd81bb3e8a5a400d8af91e39464c640c47d56af
[ "Zlib" ]
45
2020-06-09T23:26:47.000Z
2022-03-16T12:16:33.000Z
tests/ohmtest/LineQueryTests.cpp
data61/ohm
1bd81bb3e8a5a400d8af91e39464c640c47d56af
[ "Zlib" ]
1
2022-01-10T05:50:36.000Z
2022-01-24T02:50:01.000Z
tests/ohmtest/LineQueryTests.cpp
data61/ohm
1bd81bb3e8a5a400d8af91e39464c640c47d56af
[ "Zlib" ]
5
2021-02-25T15:08:46.000Z
2022-03-30T13:08:03.000Z
// Copyright (c) 2017 // Commonwealth Scientific and Industrial Research Organisation (CSIRO) // ABN 41 687 119 230 // // Author: Kazys Stepanas #include "OhmTestConfig.h" #include <ohm/Key.h> #include <ohm/KeyList.h> #include <ohm/LineQuery.h> #include <ohm/MapSerialise.h> #include <ohm/OccupancyMap.h> #include <ohm/...
25.44186
109
0.676874
data61
eb932c6bfcee55dca325f6a9488e0d2eec3322f2
67,166
cpp
C++
CodeGenere/photogram/cEqAppui_GL__PProjInc_M2CFour19x2.cpp
kikislater/micmac
3009dbdad62b3ad906ec882b74b85a3db86ca755
[ "CECILL-B" ]
451
2016-11-25T09:40:28.000Z
2022-03-30T04:20:42.000Z
CodeGenere/photogram/cEqAppui_GL__PProjInc_M2CFour19x2.cpp
kikislater/micmac
3009dbdad62b3ad906ec882b74b85a3db86ca755
[ "CECILL-B" ]
143
2016-11-25T20:35:57.000Z
2022-03-01T11:58:02.000Z
CodeGenere/photogram/cEqAppui_GL__PProjInc_M2CFour19x2.cpp
kikislater/micmac
3009dbdad62b3ad906ec882b74b85a3db86ca755
[ "CECILL-B" ]
139
2016-12-02T10:26:21.000Z
2022-03-10T19:40:29.000Z
// File Automatically generated by eLiSe #include "StdAfx.h" #include "cEqAppui_GL__PProjInc_M2CFour19x2.h" cEqAppui_GL__PProjInc_M2CFour19x2::cEqAppui_GL__PProjInc_M2CFour19x2(): cElCompiledFonc(2) { AddIntRef (cIncIntervale("Intr",0,20)); AddIntRef (cIncIntervale("Orient",20,26)); AddIntRef (cIncInterv...
42.136763
201
0.715719
kikislater
eb94fd028ff59e6a69898523d08fea80db3d1558
4,933
cpp
C++
src/nrniv/splitcell.cpp
lionelkusch/nrn
e493506c1a1ac0f0facece1dceb4d41ea7af5b8c
[ "BSD-3-Clause" ]
null
null
null
src/nrniv/splitcell.cpp
lionelkusch/nrn
e493506c1a1ac0f0facece1dceb4d41ea7af5b8c
[ "BSD-3-Clause" ]
null
null
null
src/nrniv/splitcell.cpp
lionelkusch/nrn
e493506c1a1ac0f0facece1dceb4d41ea7af5b8c
[ "BSD-3-Clause" ]
null
null
null
#include <../../nrnconf.h> #include <stdio.h> #include <stdlib.h> #include <errno.h> #include <InterViews/resource.h> #include <OS/list.h> #include <nrnoc2iv.h> #include <nrnmpi.h> /* Started out attempting a general implementation in which the subtrees could be on any host and any number of them. That required a dis...
28.350575
90
0.706669
lionelkusch
eb9a912b4da2a95de67cbe47dee1b711cfff5743
4,688
cpp
C++
tests/test-allflags.cpp
lcapaldo/c-server-sdk
87edbe872b5f5fa6e797a6e26e89faf941958679
[ "Apache-2.0" ]
5
2019-10-08T05:05:40.000Z
2022-03-23T10:46:27.000Z
tests/test-allflags.cpp
lcapaldo/c-server-sdk
87edbe872b5f5fa6e797a6e26e89faf941958679
[ "Apache-2.0" ]
8
2020-01-18T02:16:27.000Z
2022-02-23T21:28:07.000Z
tests/test-allflags.cpp
lcapaldo/c-server-sdk
87edbe872b5f5fa6e797a6e26e89faf941958679
[ "Apache-2.0" ]
6
2019-12-13T21:00:11.000Z
2021-06-09T09:55:13.000Z
#include "gtest/gtest.h" #include "commonfixture.h" extern "C" { #include <string.h> #include <launchdarkly/api.h> #include "client.h" #include "config.h" #include "evaluate.h" #include "store.h" #include "utility.h" #include "test-utils/client.h" #include "test-utils/flags.h" } // Inherit from the CommonFixture to...
32.555556
99
0.694326
lcapaldo
eb9ae84a49becddc3f11cc504a7e1f095a93a4da
7,032
cc
C++
src/lib/storage/fs_management/cpp/admin.cc
gnoliyil/fuchsia
a98c2d6ae44b7c485c2ee55855d0441da422f4cf
[ "BSD-2-Clause" ]
4
2020-02-23T09:02:06.000Z
2022-01-08T17:06:28.000Z
src/lib/storage/fs_management/cpp/admin.cc
gnoliyil/fuchsia
a98c2d6ae44b7c485c2ee55855d0441da422f4cf
[ "BSD-2-Clause" ]
null
null
null
src/lib/storage/fs_management/cpp/admin.cc
gnoliyil/fuchsia
a98c2d6ae44b7c485c2ee55855d0441da422f4cf
[ "BSD-2-Clause" ]
1
2021-08-23T11:33:57.000Z
2021-08-23T11:33:57.000Z
// Copyright 2019 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 "admin.h" #include <fidl/fuchsia.io/cpp/wire.h> #include <lib/fdio/directory.h> #include <lib/fdio/vfs.h> #include <lib/fit/defer.h> #include <li...
37.604278
100
0.676621
gnoliyil
eb9c1dbc2600e452d1aa03f872b7b8611001d3bb
820
cpp
C++
src/Stages/ObstacleMaker.cpp
lucashflores/jogo-tecprog
21b114f21b933247a321e17905338a4f51620d2a
[ "MIT" ]
null
null
null
src/Stages/ObstacleMaker.cpp
lucashflores/jogo-tecprog
21b114f21b933247a321e17905338a4f51620d2a
[ "MIT" ]
null
null
null
src/Stages/ObstacleMaker.cpp
lucashflores/jogo-tecprog
21b114f21b933247a321e17905338a4f51620d2a
[ "MIT" ]
null
null
null
#include "Stages/ObstacleMaker.h" using namespace Stages; ObstacleMaker::ObstacleMaker() { } ObstacleMaker::~ObstacleMaker() { } Entities::Barrel* ObstacleMaker::makeBarrel(Coordinates::Vector<float> pos) { Entities::Barrel* barrel = NULL; barrel = new Entities::Barrel(pos); return barrel; } Entities::...
23.428571
79
0.7
lucashflores
eba0caae28ebe220f16ce3e5677abf1a8cc9ed25
2,108
hpp
C++
src/marnav/nmea/rte.hpp
ShadowTeolog/marnav
094dd06a2b9e52591bc9c3879ea4b5cf34a92192
[ "BSD-4-Clause" ]
null
null
null
src/marnav/nmea/rte.hpp
ShadowTeolog/marnav
094dd06a2b9e52591bc9c3879ea4b5cf34a92192
[ "BSD-4-Clause" ]
null
null
null
src/marnav/nmea/rte.hpp
ShadowTeolog/marnav
094dd06a2b9e52591bc9c3879ea4b5cf34a92192
[ "BSD-4-Clause" ]
null
null
null
#ifndef MARNAV__NMEA__RTE__HPP #define MARNAV__NMEA__RTE__HPP #include "sentence.hpp" #include "waypoint.hpp" #include "../utils/optional.hpp" namespace marnav { namespace nmea { /// @brief RTE - Routes /// /// @code /// 1 2 3 4 5 x /// | | | | | | /// $--RTE,x.x,x.x,a,...
28.876712
87
0.694972
ShadowTeolog
eba10adf7c5e6d4ee5736e8b1f05fc2a1c7f3ad9
33,209
hxx
C++
header/rsfe_splitbregman.hxx
marco-fedele/3dimagetoolkit
c58db95c52e7d434080e0de28f3b9ce519d7ad3f
[ "BSD-3-Clause" ]
11
2016-02-26T17:33:13.000Z
2021-01-20T12:52:15.000Z
header/rsfe_splitbregman.hxx
marco-fedele/3dimagetoolkit
c58db95c52e7d434080e0de28f3b9ce519d7ad3f
[ "BSD-3-Clause" ]
null
null
null
header/rsfe_splitbregman.hxx
marco-fedele/3dimagetoolkit
c58db95c52e7d434080e0de28f3b9ce519d7ad3f
[ "BSD-3-Clause" ]
3
2016-03-16T17:01:50.000Z
2018-05-05T02:57:55.000Z
/* ========================================================================================= 3D Image Toolkit Copyright 2013: Marco Fedele, Luca Barbarotta, Francesco Cremonesi, Elena Faggiano. All rights reserved. Read details of the license in the file license.txt provided with the library. =========================...
36.857936
93
0.66762
marco-fedele
eba1bba5dfe1ac7e64b3205934f6597caaef99e2
2,287
cpp
C++
src/DataTypes/DataTypeNested.cpp
tianyiYoung/ClickHouse
41012b5ba49df807af52fc17ab475a21fadda9b3
[ "Apache-2.0" ]
5
2021-05-14T02:46:44.000Z
2021-11-23T04:58:20.000Z
src/DataTypes/DataTypeNested.cpp
tianyiYoung/ClickHouse
41012b5ba49df807af52fc17ab475a21fadda9b3
[ "Apache-2.0" ]
5
2021-05-21T06:26:01.000Z
2021-08-04T04:57:36.000Z
src/DataTypes/DataTypeNested.cpp
tianyiYoung/ClickHouse
41012b5ba49df807af52fc17ab475a21fadda9b3
[ "Apache-2.0" ]
8
2021-05-12T01:38:18.000Z
2022-02-10T06:08:41.000Z
#include <DataTypes/DataTypeNested.h> #include <DataTypes/DataTypeFactory.h> #include <DataTypes/DataTypeArray.h> #include <DataTypes/DataTypeTuple.h> #include <IO/WriteBufferFromString.h> #include <IO/Operators.h> #include <Common/quoteString.h> #include <Parsers/ASTNameTypePair.h> namespace DB { namespace ErrorCode...
29.701299
114
0.698295
tianyiYoung
eba5e1b421fbc33309d9083debfed0a0cd79c7ab
535
hpp
C++
Krakoa/Source/UI/ImGui/TextUI.hpp
KingKiller100/Krakoa-Engine
0f2a5a5109e256a384abe8dc21eacaa45c1de610
[ "Apache-2.0" ]
1
2020-04-05T13:37:48.000Z
2020-04-05T13:37:48.000Z
Krakoa/Source/UI/ImGui/TextUI.hpp
KingKiller100/Krakoa-Engine
0f2a5a5109e256a384abe8dc21eacaa45c1de610
[ "Apache-2.0" ]
null
null
null
Krakoa/Source/UI/ImGui/TextUI.hpp
KingKiller100/Krakoa-Engine
0f2a5a5109e256a384abe8dc21eacaa45c1de610
[ "Apache-2.0" ]
null
null
null
#pragma once #include "../UITypes.hpp" #include "../Flags/InputTextFlags.hpp" #include <Utility/String/kToString.hpp> namespace krakoa::ui { void DrawRawText(const std::string_view& text); template<typename T, typename ...Ts> void DrawRawText(const std::string_view& fmt, const T& arg, const Ts& ...args) { D...
25.47619
117
0.723364
KingKiller100
eba6422a4c753c11060fd5b4c3ec9edb88fdacf0
14,220
cc
C++
chrome/browser/ash/policy/handlers/minimum_version_policy_handler_unittest.cc
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
14,668
2015-01-01T01:57:10.000Z
2022-03-31T23:33:32.000Z
chrome/browser/ash/policy/handlers/minimum_version_policy_handler_unittest.cc
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
86
2015-10-21T13:02:42.000Z
2022-03-14T07:50:50.000Z
chrome/browser/ash/policy/handlers/minimum_version_policy_handler_unittest.cc
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
5,941
2015-01-02T11:32:21.000Z
2022-03-31T16:35:46.000Z
// Copyright 2020 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ash/policy/handlers/minimum_version_policy_handler.h" #include <memory> #include "ash/components/settings/cros_settings_names.h...
39.610028
83
0.770042
zealoussnow
eba8b6f107ceb9665f0d2eefe8eac3cb16f20a98
25,032
cc
C++
tensorflow_recommenders_addons/embedding_variable/core/kernels/ev_ops.cc
cockroachzl/recommenders-addons
94886fa490a0042190579375cbacde947026115c
[ "Apache-2.0" ]
584
2020-11-20T01:45:05.000Z
2022-03-29T12:33:03.000Z
tensorflow_recommenders_addons/embedding_variable/core/kernels/ev_ops.cc
cockroachzl/recommenders-addons
94886fa490a0042190579375cbacde947026115c
[ "Apache-2.0" ]
141
2021-01-06T14:43:14.000Z
2022-03-31T07:32:40.000Z
tensorflow_recommenders_addons/embedding_variable/core/kernels/ev_ops.cc
cockroachzl/recommenders-addons
94886fa490a0042190579375cbacde947026115c
[ "Apache-2.0" ]
138
2020-12-16T10:09:31.000Z
2022-03-27T13:30:41.000Z
/* Copyright 2021 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.923445
89
0.60127
cockroachzl
ebb37f29c1e2289098c93178b79cf1985335ada9
3,228
cpp
C++
codeforces/E - Mrx Kitayuta's Gift/Accepted.cpp
kzvd4729/Problem-Solving
13b105e725a4c2f8db7fecc5d7a8f932b9fef4ab
[ "MIT" ]
1
2022-02-11T16:55:36.000Z
2022-02-11T16:55:36.000Z
codeforces/E - Mrx Kitayuta's Gift/Accepted.cpp
kzvd4729/Problem-Solving
13b105e725a4c2f8db7fecc5d7a8f932b9fef4ab
[ "MIT" ]
null
null
null
codeforces/E - Mrx Kitayuta's Gift/Accepted.cpp
kzvd4729/Problem-Solving
13b105e725a4c2f8db7fecc5d7a8f932b9fef4ab
[ "MIT" ]
null
null
null
/**************************************************************************************** * @author: kzvd4729 created: Mar/01/2020 04:02 * solution_verdict: Accepted language: GNU C++14 * run...
27.12605
111
0.480793
kzvd4729
ebb6fe74a054bfc18a4bfe706895f8d1fe46c452
1,100
hpp
C++
libraries/fc/include/fc/rpc/websocket_api.hpp
titans-world/titan-core
f358f48290f3501b26b26eff6a1e57bf6c077d79
[ "MIT" ]
8
2020-11-29T20:19:52.000Z
2021-11-02T21:01:41.000Z
libraries/fc/include/fc/rpc/websocket_api.hpp
titans-world/titan-core
f358f48290f3501b26b26eff6a1e57bf6c077d79
[ "MIT" ]
5
2021-03-06T10:58:34.000Z
2021-08-07T09:51:09.000Z
libraries/fc/include/fc/rpc/websocket_api.hpp
titans-world/titan-core
f358f48290f3501b26b26eff6a1e57bf6c077d79
[ "MIT" ]
5
2020-10-22T17:01:27.000Z
2022-02-02T12:53:47.000Z
#pragma once #include <fc/rpc/api_connection.hpp> #include <fc/rpc/state.hpp> #include <fc/network/http/websocket.hpp> #include <fc/io/json.hpp> #include <fc/reflect/variant.hpp> namespace fc { namespace rpc { class websocket_api_connection : public api_connection { public: websocket_api_connecti...
29.72973
102
0.621818
titans-world
ebb97fb2c7a7cda682930c01b238b853f30dd222
19,176
cpp
C++
ork.lev2/src/gfx/material/material_pbr.cpp
tweakoz/orkid
e3f78dfb3375853fd512a9d0828b009075a18345
[ "BSL-1.0" ]
25
2015-02-21T04:21:21.000Z
2022-01-20T05:19:27.000Z
ork.lev2/src/gfx/material/material_pbr.cpp
tweakoz/orkid
e3f78dfb3375853fd512a9d0828b009075a18345
[ "BSL-1.0" ]
113
2019-08-23T04:52:14.000Z
2021-09-13T04:04:11.000Z
ork.lev2/src/gfx/material/material_pbr.cpp
tweakoz/orkid
e3f78dfb3375853fd512a9d0828b009075a18345
[ "BSL-1.0" ]
4
2017-02-20T18:17:55.000Z
2020-06-28T03:47:55.000Z
//////////////////////////////////////////////////////////////// // Orkid Media Engine // Copyright 1996-2020, Michael T. Mayers. // Distributed under the Boost Software License - Version 1.0 - August 17, 2003 // see http://www.boost.org/LICENSE_1_0.txt //////////////////////////////////////////////////////////////// ...
35.776119
114
0.615561
tweakoz
ebba6d0cb003008045f684259ddedc4aa3d7e804
3,029
cpp
C++
tools/bin2h/bin2h.cpp
mouzedrift/alive
7c297a39c60e930933c0a93ea373226907f8b1c7
[ "MIT" ]
131
2015-03-21T14:10:21.000Z
2021-01-19T03:54:04.000Z
tools/bin2h/bin2h.cpp
mouzedrift/alive
7c297a39c60e930933c0a93ea373226907f8b1c7
[ "MIT" ]
51
2015-04-06T17:24:45.000Z
2018-02-03T14:36:37.000Z
tools/bin2h/bin2h.cpp
mouzedrift/alive
7c297a39c60e930933c0a93ea373226907f8b1c7
[ "MIT" ]
17
2015-10-07T10:20:47.000Z
2021-08-02T04:14:11.000Z
#include <iostream> #include <string> #include <fstream> #include <sstream> #include <iomanip> #include <vector> int main(int argc, char** argv) { if (argc != 4) { std::cout << "bin2h - Convert any file to a header file" << std::endl; std::cout << "Usage: Input file, output file, array name" <<...
30.908163
164
0.585672
mouzedrift
ebbb9ab933a345af54cf2f98cd4617c0fadcebac
1,444
cxx
C++
unit-tests/cc/lexer/driver.cxx
yssource/build2
3f32c45ea6e4406ff6a320e24fccddab467af3e4
[ "MIT" ]
null
null
null
unit-tests/cc/lexer/driver.cxx
yssource/build2
3f32c45ea6e4406ff6a320e24fccddab467af3e4
[ "MIT" ]
null
null
null
unit-tests/cc/lexer/driver.cxx
yssource/build2
3f32c45ea6e4406ff6a320e24fccddab467af3e4
[ "MIT" ]
null
null
null
// file : unit-tests/cc/lexer/driver.cxx -*- C++ -*- // copyright : Copyright (c) 2014-2019 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file #include <cassert> #include <iostream> #include <build2/types.hxx> #include <build2/utility.hxx> #include <build2/cc/lexer.hxx> using namespace std; u...
17.82716
75
0.464681
yssource
ebbc404254ad9a5d6f52e4a62c2f759a2b16bdd5
1,231
cpp
C++
benchmarks/helmholtz/searchSpacergpu2t/hhz.baked.cpp
pssrawat/artemis
b69621553325b66f0367bf8f9d93605c885aa19d
[ "FSFAP" ]
12
2019-06-17T13:49:41.000Z
2021-11-22T08:47:18.000Z
benchmarks/helmholtz/searchSpacergpu2t/hhz.baked.cpp
pssrawat/artemis
b69621553325b66f0367bf8f9d93605c885aa19d
[ "FSFAP" ]
null
null
null
benchmarks/helmholtz/searchSpacergpu2t/hhz.baked.cpp
pssrawat/artemis
b69621553325b66f0367bf8f9d93605c885aa19d
[ "FSFAP" ]
5
2019-06-17T13:49:52.000Z
2021-11-22T08:47:19.000Z
#include "common/common.hpp" #include "common/timer.hpp" #include "hhz.gold.h" #include <cassert> #include <cstdio> #include <iostream> #include <fstream> using std::cout; #define TIMESTEPS 2 #define ORDER 2 extern "C" void host_code (double *h_in, double *h_out, double *h_t, double a, double b, double h2inv, int L,...
30.02439
131
0.636881
pssrawat
ebbf74b71cf4f5e2f1e744dc69ab0a9fcdcc12d9
1,323
cpp
C++
memory/test/pool/MemoryPoolTest.cpp
osom8979/example
f3cbe2c345707596edc1ec2763f9318c4676a92f
[ "Zlib" ]
1
2020-02-11T05:37:54.000Z
2020-02-11T05:37:54.000Z
memory/test/pool/MemoryPoolTest.cpp
osom8979/example
f3cbe2c345707596edc1ec2763f9318c4676a92f
[ "Zlib" ]
null
null
null
memory/test/pool/MemoryPoolTest.cpp
osom8979/example
f3cbe2c345707596edc1ec2763f9318c4676a92f
[ "Zlib" ]
1
2022-03-01T00:47:19.000Z
2022-03-01T00:47:19.000Z
/** * @file MemoryPoolTest.cpp * @brief MemoryPool class tester. * @author zer0 * @date 2017-06-10 */ #include <gtest/gtest.h> #include <libtbag/memory/pool/MemoryPool.hpp> using namespace libtbag; using namespace libtbag::memory; using namespace libtbag::memory::pool; TEST(MemoryPoolTest, Default) { s...
27.5625
71
0.637188
osom8979
ebc26042fa2ef2678ea0df97f0e760572933ecfb
20,465
cc
C++
test/integration/wheel_slip.cc
Tobias-Fischer/ign-gazebo
80379fb4515c246a6b0bc2ee078755eb83230655
[ "ECL-2.0", "Apache-2.0" ]
3
2019-03-15T17:32:00.000Z
2020-05-23T10:47:33.000Z
test/integration/wheel_slip.cc
Tobias-Fischer/ign-gazebo
80379fb4515c246a6b0bc2ee078755eb83230655
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
test/integration/wheel_slip.cc
Tobias-Fischer/ign-gazebo
80379fb4515c246a6b0bc2ee078755eb83230655
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
/* * Copyright (C) 2020 Open Source Robotics Foundation * * 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 appl...
33.995017
80
0.724603
Tobias-Fischer
ebc2fd2cfeae3b8c54f474ca848f7940b5571fc6
904
cpp
C++
CWin/CWin/events/event_exception.cpp
benbraide/CWin
0441b48a71fef0dbddabf61033d7286669772c1e
[ "MIT" ]
null
null
null
CWin/CWin/events/event_exception.cpp
benbraide/CWin
0441b48a71fef0dbddabf61033d7286669772c1e
[ "MIT" ]
null
null
null
CWin/CWin/events/event_exception.cpp
benbraide/CWin
0441b48a71fef0dbddabf61033d7286669772c1e
[ "MIT" ]
null
null
null
#include "event_exception.h" cwin::events::exception::bad_value::bad_value() : base("Cannot assign specified value to event"){} cwin::events::exception::bad_value::~bad_value() = default; cwin::events::exception::code cwin::events::exception::bad_value::get_code() const{ return code::bad_value; } cwin::events::ex...
31.172414
90
0.753319
benbraide
ebc3c190bfbd0037971d839939f2b2fb37b2815a
996
cpp
C++
Source/modules/imogen_dsp/imogen_dsp.cpp
msameen99/imogen
7efd3054a93d91f44f22cc2d6200f550e4aedd4c
[ "MIT" ]
109
2020-11-24T05:17:12.000Z
2022-03-25T17:03:16.000Z
Source/modules/imogen_dsp/imogen_dsp.cpp
msameen99/imogen
7efd3054a93d91f44f22cc2d6200f550e4aedd4c
[ "MIT" ]
7
2021-02-19T07:22:03.000Z
2022-03-17T17:23:56.000Z
Source/modules/imogen_dsp/imogen_dsp.cpp
msameen99/imogen
7efd3054a93d91f44f22cc2d6200f550e4aedd4c
[ "MIT" ]
4
2021-04-05T14:11:42.000Z
2021-10-02T15:46:49.000Z
#include "imogen_dsp.h" #include "Engine/effects/PreHarmony/StereoReducer.cpp" #include "Engine/effects/PreHarmony/InputGain.cpp" #include "Engine/effects/PreHarmony/NoiseGate.cpp" #include "Engine/effects/PreHarmonyEffects.cpp" #include "Engine/Harmonizer/Harmonizer.cpp" #include "Engine/Harmonizer/Harmo...
32.129032
55
0.785141
msameen99
ebc6757fd45443171e8f27091b12c8f2a1fa5164
9,556
hh
C++
LiteCore/Storage/KeyStore.hh
mhocouchbase/couchbase-lite-core
8a527a066b703c8865b4e61cbd9e3d41d81ba5ef
[ "Apache-2.0" ]
null
null
null
LiteCore/Storage/KeyStore.hh
mhocouchbase/couchbase-lite-core
8a527a066b703c8865b4e61cbd9e3d41d81ba5ef
[ "Apache-2.0" ]
null
null
null
LiteCore/Storage/KeyStore.hh
mhocouchbase/couchbase-lite-core
8a527a066b703c8865b4e61cbd9e3d41d81ba5ef
[ "Apache-2.0" ]
null
null
null
// // KeyStore.hh // // Copyright 2014-Present Couchbase, Inc. // // Use of this software is governed by the Business Source License included // in the file licenses/BSL-Couchbase.txt. As of the Change Date specified // in that file, in accordance with the Business Source License, use of this // software will be gover...
43.045045
107
0.615216
mhocouchbase