hexsha
stringlengths
40
40
size
int64
19
11.4M
ext
stringclasses
13 values
lang
stringclasses
1 value
max_stars_repo_path
stringlengths
3
270
max_stars_repo_name
stringlengths
5
110
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
9
max_stars_count
float64
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
3
270
max_issues_repo_name
stringlengths
5
116
max_issues_repo_head_hexsha
stringlengths
40
78
max_issues_repo_licenses
listlengths
1
9
max_issues_count
float64
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
3
270
max_forks_repo_name
stringlengths
5
116
max_forks_repo_head_hexsha
stringlengths
40
78
max_forks_repo_licenses
listlengths
1
9
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringlengths
24
24
max_forks_repo_forks_event_max_datetime
stringlengths
24
24
content
stringlengths
19
11.4M
avg_line_length
float64
1.93
229k
max_line_length
int64
12
688k
alphanum_fraction
float64
0.07
0.99
matches
listlengths
1
10
1bdc2893306f358403c8d2f6f2c915aeaba23cef
4,061
cpp
C++
src/vicon.cpp
netkimjh/libmotioncapture
3bc4c5cd3fe09e25229fe7f510a9a68a184a17a6
[ "MIT" ]
1
2018-10-30T02:05:14.000Z
2018-10-30T02:05:14.000Z
src/vicon.cpp
netkimjh/libmotioncapture
3bc4c5cd3fe09e25229fe7f510a9a68a184a17a6
[ "MIT" ]
null
null
null
src/vicon.cpp
netkimjh/libmotioncapture
3bc4c5cd3fe09e25229fe7f510a9a68a184a17a6
[ "MIT" ]
1
2018-10-28T01:44:38.000Z
2018-10-28T01:44:38.000Z
#include "libmotioncapture/vicon.h" // VICON #include "vicon_sdk/DataStreamClient.h" using namespace ViconDataStreamSDK::CPP; namespace libmotioncapture { class MotionCaptureViconImpl { public: Client client; std::string version; }; MotionCaptureVicon::MotionCaptureVicon( const std::string& h...
27.073333
89
0.657227
[ "object", "vector" ]
1be51b100a3ddc54deb19054fa63192dff589a50
1,446
cpp
C++
scegliclifordialog.cpp
GiadaTrevisani/SimpleBusinessManager
dec23378faffd4390befecfd52df8103a78b8523
[ "MIT" ]
2
2018-10-09T19:55:59.000Z
2019-05-10T09:11:51.000Z
scegliclifordialog.cpp
GiadaTrevisani/SimpleBusinessManager
dec23378faffd4390befecfd52df8103a78b8523
[ "MIT" ]
null
null
null
scegliclifordialog.cpp
GiadaTrevisani/SimpleBusinessManager
dec23378faffd4390befecfd52df8103a78b8523
[ "MIT" ]
null
null
null
#include "scegliclifordialog.h" #include "ui_scegliclifordialog.h" ScegliCliForDialog::ScegliCliForDialog(QWidget *parent) : QDialog(parent), ui(new Ui::ScegliCliForDialog) { ui->setupUi(this); ui->searchTxt->setPlaceholderText("Cerca"); ui->tableView->setSelectionBehavior(QAbstractItemView::Select...
24.508475
113
0.686722
[ "model" ]
1be6252991bbe1c5a92642eb440345734a85417d
90,739
cpp
C++
test/com/ComModTestAAF/ModuleTests/CAAFEssenceAccessTest.cpp
Phygon/aaf
faef720e031f501190481e1d1fc1870a7dc8f98b
[ "Linux-OpenIB" ]
null
null
null
test/com/ComModTestAAF/ModuleTests/CAAFEssenceAccessTest.cpp
Phygon/aaf
faef720e031f501190481e1d1fc1870a7dc8f98b
[ "Linux-OpenIB" ]
null
null
null
test/com/ComModTestAAF/ModuleTests/CAAFEssenceAccessTest.cpp
Phygon/aaf
faef720e031f501190481e1d1fc1870a7dc8f98b
[ "Linux-OpenIB" ]
null
null
null
// @doc INTERNAL // @com This file implements the module test for CAAFEssenceAccess //=---------------------------------------------------------------------= // // $Id$ $Name$ // // The contents of this file are subject to the AAF SDK Public Source // License Agreement Version 2.0 (the "License"); You may not use this ...
33.032035
149
0.707976
[ "object" ]
1be7eaced236cfd65c433eca4bd676e53a94ca99
2,054
cpp
C++
clmasks.cpp
ben-8409/CamBaCali-ImageProcessing
590d8d8ecfbea56bc8c67d11a3350b1bdd55e8ee
[ "MIT" ]
null
null
null
clmasks.cpp
ben-8409/CamBaCali-ImageProcessing
590d8d8ecfbea56bc8c67d11a3350b1bdd55e8ee
[ "MIT" ]
null
null
null
clmasks.cpp
ben-8409/CamBaCali-ImageProcessing
590d8d8ecfbea56bc8c67d11a3350b1bdd55e8ee
[ "MIT" ]
null
null
null
/** * Creation of masks for calibration tool measurements */ #include <string> // POCO #include <Poco/Exception.h> #include <Poco/Path.h> // Local thirdparty includes #include "tclap/CmdLine.h" #include "tclap/ValueArg.h" // Local original includes #include "serveraccess.hpp" #include "utils.hpp" using namespace s...
27.756757
186
0.659688
[ "vector" ]
1bea67c2429f72ad460ee79f646f25551164877c
7,487
cpp
C++
week10/Library.cpp
colbertz2/CS161
b2d05c4cc6603e7900983ba6eea754a70bad4e59
[ "MIT" ]
null
null
null
week10/Library.cpp
colbertz2/CS161
b2d05c4cc6603e7900983ba6eea754a70bad4e59
[ "MIT" ]
null
null
null
week10/Library.cpp
colbertz2/CS161
b2d05c4cc6603e7900983ba6eea754a70bad4e59
[ "MIT" ]
null
null
null
/********************************************************************* ** Author: Zach Colbert ** Date: 30 November 2017 ** Description: Library class *********************************************************************/ /********************************************************************* ** Includes **************...
26.45583
205
0.4998
[ "vector" ]
1bebd89b134528ef1bdfad903b6a6a6327c68908
7,480
cpp
C++
Sample/Sample002.cpp
Ashitagachan/Gachan
63b5410e128628222447c837a7209162487aa246
[ "MIT" ]
1
2020-10-14T03:50:35.000Z
2020-10-14T03:50:35.000Z
Sample/Sample002.cpp
Ashitagachan/Gachan
63b5410e128628222447c837a7209162487aa246
[ "MIT" ]
null
null
null
Sample/Sample002.cpp
Ashitagachan/Gachan
63b5410e128628222447c837a7209162487aa246
[ "MIT" ]
null
null
null
// // Sample002.cpp // UTF-8 CRLF format/形式 // // Copyright (c) 2019 Ashitagachan // See LICENSE.txt for licensing information. // #include "Gachan.h" //SAMPLE002.cppをビルドするにはGachanNameSpace.hのNAMESPACE定義をSAMPLE002に置き換えてください。 //To build SAMPLE002.cpp, Replace NAMESPACE definition at GachanNameSpace.h with SAM...
29.800797
92
0.464572
[ "render", "object" ]
1beed4718bf40c9504707d764748bc366942759d
1,823
hpp
C++
pulsar/modulemanager/PySupermoduleLoader.hpp
pulsar-chem/BPModule
f8e64e04fdb01947708f098e833600c459c2ff0e
[ "BSD-3-Clause" ]
null
null
null
pulsar/modulemanager/PySupermoduleLoader.hpp
pulsar-chem/BPModule
f8e64e04fdb01947708f098e833600c459c2ff0e
[ "BSD-3-Clause" ]
null
null
null
pulsar/modulemanager/PySupermoduleLoader.hpp
pulsar-chem/BPModule
f8e64e04fdb01947708f098e833600c459c2ff0e
[ "BSD-3-Clause" ]
null
null
null
/*! \file * * \brief Loading and storing of Python supermodules (header) * \author Benjamin Pritchard (ben@bennyp.org) */ #ifndef PULSAR_GUARD_MODULEMANAGER__PYSUPERMODULELOADER_HPP_ #define PULSAR_GUARD_MODULEMANAGER__PYSUPERMODULELOADER_HPP_ #include <unordered_map> #include "pulsar/modulemanager/SupermoduleL...
27.208955
88
0.69062
[ "object" ]
1bf0a04a7d06448bbb9f2467122d84cc134c9ac2
454
cpp
C++
LeetCode/First Missing Positive.cpp
aaditkamat/competitive-programming
d0b8f30d3cb3411d2467b98363c12d75d852e245
[ "MIT" ]
null
null
null
LeetCode/First Missing Positive.cpp
aaditkamat/competitive-programming
d0b8f30d3cb3411d2467b98363c12d75d852e245
[ "MIT" ]
3
2019-02-24T11:42:28.000Z
2019-06-03T14:15:46.000Z
LeetCode/First Missing Positive.cpp
aaditkamat/online-judge-submissions
d0b8f30d3cb3411d2467b98363c12d75d852e245
[ "MIT" ]
null
null
null
// Title: First Missing Positive // Runtime: 4 ms // Memory: 1.5 MB class Solution { public: int firstMissingPositive(vector<int>& nums) { if (nums.size() == 0) { return 1; } int max = *max_element(nums.begin(), nums.end()); for (int i = 1; i <= max + 1; i++) { ...
23.894737
66
0.460352
[ "vector" ]
1bf30a818dbfd35d6c805ae1e6258996e203b584
2,148
cpp
C++
code-forces/644 Div 3/E.cpp
ErickJoestar/competitive-programming
76afb766dbc18e16315559c863fbff19a955a569
[ "MIT" ]
1
2020-04-23T00:35:38.000Z
2020-04-23T00:35:38.000Z
code-forces/644 Div 3/E.cpp
ErickJoestar/competitive-programming
76afb766dbc18e16315559c863fbff19a955a569
[ "MIT" ]
null
null
null
code-forces/644 Div 3/E.cpp
ErickJoestar/competitive-programming
76afb766dbc18e16315559c863fbff19a955a569
[ "MIT" ]
null
null
null
#include <bits/stdc++.h> #define ENDL '\n' #define deb(u) cout << #u " : " << (u) << ENDL; #define deba(alias, u) cout << alias << ": " << (u) << ENDL; #define debp(u, v) cout << u << " : " << v << ENDL; #define pb push_back #define F first #define S second #define lli long long #define pii pair<int, int> #define pll p...
21.267327
65
0.42784
[ "vector" ]
1bf8c5c0b20914c90ace5bbb2793e50931c9807b
87,864
cpp
C++
Sources/Elastos/LibCore/tests/bak/Utility/ArraysTest/test.cpp
xiaoweiruby/Elastos.RT
238e9b747f70fc129769ae7850def4362c43e443
[ "Apache-2.0" ]
1
2019-04-15T13:08:56.000Z
2019-04-15T13:08:56.000Z
Sources/Elastos/LibCore/tests/bak/Utility/ArraysTest/test.cpp
xiaoweiruby/Elastos.RT
238e9b747f70fc129769ae7850def4362c43e443
[ "Apache-2.0" ]
null
null
null
Sources/Elastos/LibCore/tests/bak/Utility/ArraysTest/test.cpp
xiaoweiruby/Elastos.RT
238e9b747f70fc129769ae7850def4362c43e443
[ "Apache-2.0" ]
null
null
null
#include "test.h" #include "elastos/core/Math.h" using Elastos::Utility::Arrays; using Elastos::Utility::IList; using Elastos::Utility::ILinkedList; using Elastos::Utility::CLinkedList; using Elastos::Core::Math; Int32 CTest::ReversedIntegerComparator::Compare(IInterface* o1, IInterface* o2) { // return -(((Integ...
33.937428
108
0.606813
[ "object" ]
4000da1b0c664cbd3c89fb92a58b1de8eff453ea
754
hpp
C++
codegen_acc.hpp
realincubus/pluto_codegen_cxx
349ec88a52f92f151abe84d5a12d67198f794f4b
[ "MIT" ]
null
null
null
codegen_acc.hpp
realincubus/pluto_codegen_cxx
349ec88a52f92f151abe84d5a12d67198f794f4b
[ "MIT" ]
null
null
null
codegen_acc.hpp
realincubus/pluto_codegen_cxx
349ec88a52f92f151abe84d5a12d67198f794f4b
[ "MIT" ]
null
null
null
#pragma once #include "codegen.hpp" class CodeGenAcc : public CodeGen { public: CodeGenAcc ( std::stringstream& _output, CloogOptions* _options, std::vector<std::string>& _statement_texts, std::map<std::string,std::string>& _call_texts, std::set<std::string>& _header_inclu...
21.542857
91
0.616711
[ "vector" ]
40020dd4701ef59b54af1eb98d336494fb641b47
5,121
cpp
C++
src/blas_wrapper/dgekv.cpp
Samthos/MC-MPn-Direct
cdf05c7ce7b33bf1b86b80f57f800634822c9cc6
[ "MIT" ]
1
2021-04-06T05:01:47.000Z
2021-04-06T05:01:47.000Z
src/blas_wrapper/dgekv.cpp
spec-org/MC-MPn-Direct
cdf05c7ce7b33bf1b86b80f57f800634822c9cc6
[ "MIT" ]
null
null
null
src/blas_wrapper/dgekv.cpp
spec-org/MC-MPn-Direct
cdf05c7ce7b33bf1b86b80f57f800634822c9cc6
[ "MIT" ]
3
2020-06-09T23:53:28.000Z
2022-03-02T05:44:55.000Z
#include "blas_wrapper.h" template <template <typename, typename> typename Container, template <typename> typename Allocator> void Blas_Wrapper<Container, Allocator>::dgekv( size_t m, double alpha, const vector_type& A, size_t inc_a, const vector_type& B, size_t inc_b, double beta, vector_type&...
31.22561
105
0.595392
[ "vector" ]
400307fad034b49f299336eb09bb21316ee27089
3,932
hpp
C++
src/ecore/ecore/src_gen/ecore/impl/EClassifierImpl.hpp
MDE4CPP/MDE4CPP
9db9352dd3b1ae26a5f640e614ed3925499b93f1
[ "MIT" ]
12
2017-02-17T10:33:51.000Z
2022-03-01T02:48:10.000Z
src/ecore/ecore/src_gen/ecore/impl/EClassifierImpl.hpp
ndongmo/MDE4CPP
9db9352dd3b1ae26a5f640e614ed3925499b93f1
[ "MIT" ]
28
2017-10-17T20:23:52.000Z
2021-03-04T16:07:13.000Z
src/ecore/ecore/src_gen/ecore/impl/EClassifierImpl.hpp
ndongmo/MDE4CPP
9db9352dd3b1ae26a5f640e614ed3925499b93f1
[ "MIT" ]
22
2017-03-24T19:03:58.000Z
2022-03-31T12:10:07.000Z
//******************************************************************** //* //* Warning: This file was generated by ecore4CPP Generator //* //******************************************************************** #ifndef ECORE_ECLASSIFIERECLASSIFIERIMPL_HPP #define ECORE_ECLASSIFIERECLASSIFIERIMPL_HPP //************...
29.56391
145
0.600712
[ "object", "model" ]
40043e6117b17e36eff5eb8a947b38771c1f77e2
1,741
cc
C++
mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/repeat_node.cc
dongkcs/mindspore
cd7df6dbf463ff3128e9181e9d0c779cecb81320
[ "Apache-2.0" ]
2
2020-11-23T13:46:37.000Z
2020-12-20T02:02:38.000Z
mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/repeat_node.cc
dongkcs/mindspore
cd7df6dbf463ff3128e9181e9d0c779cecb81320
[ "Apache-2.0" ]
null
null
null
mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/repeat_node.cc
dongkcs/mindspore
cd7df6dbf463ff3128e9181e9d0c779cecb81320
[ "Apache-2.0" ]
1
2021-01-01T08:35:01.000Z
2021-01-01T08:35:01.000Z
/** * Copyright 2020 Huawei Technologies Co., Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
31.654545
111
0.729466
[ "object", "vector" ]
401aeb851378c961fac7599782f54fa7e5f46b79
20,631
cpp
C++
xconv/xconvDlg.cpp
scattering-central/CCP13
e78440d34d0ac80d2294b131ca17dddcf7505b01
[ "BSD-3-Clause" ]
null
null
null
xconv/xconvDlg.cpp
scattering-central/CCP13
e78440d34d0ac80d2294b131ca17dddcf7505b01
[ "BSD-3-Clause" ]
null
null
null
xconv/xconvDlg.cpp
scattering-central/CCP13
e78440d34d0ac80d2294b131ca17dddcf7505b01
[ "BSD-3-Clause" ]
3
2017-09-05T15:15:22.000Z
2021-01-15T11:13:45.000Z
// xconvDlg.cpp : implementation file // #include "stdafx.h" #include "xconv.h" #include "xconvDlg.h" #include <string.h> #include<iostream> using namespace std; #ifdef _DEBUG #define new DEBUG_NEW #endif extern void Mainw( CString ,CString ,CString,CString ,CString ,int ,int, int,int,int,int,int,int\ ,floa...
21.854873
150
0.632931
[ "model" ]
401fc07272bc73dac923b96482506dcfcc4e0bc9
379
cc
C++
topcoder/CodeProcessor.cc
metaflow/contests
5e9ffcb72c3e7da54b5e0818b1afa59f5778ffa2
[ "MIT" ]
1
2019-05-12T23:41:00.000Z
2019-05-12T23:41:00.000Z
topcoder/CodeProcessor.cc
metaflow/contests
5e9ffcb72c3e7da54b5e0818b1afa59f5778ffa2
[ "MIT" ]
null
null
null
topcoder/CodeProcessor.cc
metaflow/contests
5e9ffcb72c3e7da54b5e0818b1afa59f5778ffa2
[ "MIT" ]
null
null
null
#include<bits/stdc++.h> using namespace std; using vi = vector<int>; using ii = pair<int,int>; using ll = long long; using llu = unsigned long long; const int INF = numeric_limits<int>::max(); class $CLASSNAME$ { public: $RC$ $METHODNAME$($METHODPARMS$) { } $TESTCODE$; }; // BEGIN CUT HERE int main() { $CLA...
15.791667
43
0.654354
[ "vector" ]
4025a84446d9cc7f7b2adf4f4a62796e2a918838
2,378
hpp
C++
include/aikido/distance/JointAvoidanceConfigurationRanker.hpp
personalrobotics/r3
1303e3f3ef99a0c2249abc7415d19113f0026565
[ "BSD-3-Clause" ]
181
2016-04-22T15:11:23.000Z
2022-03-26T12:51:08.000Z
include/aikido/distance/JointAvoidanceConfigurationRanker.hpp
personalrobotics/r3
1303e3f3ef99a0c2249abc7415d19113f0026565
[ "BSD-3-Clause" ]
514
2016-04-20T04:29:51.000Z
2022-02-10T19:46:21.000Z
include/aikido/distance/JointAvoidanceConfigurationRanker.hpp
personalrobotics/r3
1303e3f3ef99a0c2249abc7415d19113f0026565
[ "BSD-3-Clause" ]
31
2017-03-17T09:53:02.000Z
2022-03-23T10:35:05.000Z
#ifndef AIKIDO_DISTANCE_JOINTAVOIDANCECONFIGURATIONRANKER_HPP_ #define AIKIDO_DISTANCE_JOINTAVOIDANCECONFIGURATIONRANKER_HPP_ #include "aikido/distance/ConfigurationRanker.hpp" namespace aikido { namespace distance { /// Ranks configurations by their distance from joint limits. Configurations /// further away from t...
41
78
0.780067
[ "vector" ]
40263d997e33570acbef7a800aa459696000f105
4,520
cpp
C++
044_Scattering (light)/Renders/Shader.cpp
HansWord/HansMemory
ae74b8d4f5ebc749508ce43250a604e364950203
[ "MIT" ]
null
null
null
044_Scattering (light)/Renders/Shader.cpp
HansWord/HansMemory
ae74b8d4f5ebc749508ce43250a604e364950203
[ "MIT" ]
null
null
null
044_Scattering (light)/Renders/Shader.cpp
HansWord/HansMemory
ae74b8d4f5ebc749508ce43250a604e364950203
[ "MIT" ]
null
null
null
#include "stdafx.h" #include "Shader.h" void Shader::Render() { D3D::GetDC()->IASetInputLayout(inputLayout); D3D::GetDC()->VSSetShader(vertexShader, NULL, 0); D3D::GetDC()->PSSetShader(pixelShader, NULL, 0); } Shader::Shader(wstring shaderFile, string vsName, string psName) : shaderFile(shaderFile), vsName(vsName...
26.745562
70
0.74823
[ "render", "vector" ]
402a5982fe433743639579da6fc1a6c1e4280333
5,050
cpp
C++
qt-solutions/qtwinmigrate/examples/mfc/step1/qtmfc.cpp
privet56/qDesktopSearch
702aac770a11895e19180bd4ed2279c7a8ab64be
[ "Apache-2.0" ]
10
2016-04-15T15:31:08.000Z
2019-10-02T01:19:48.000Z
qt-solutions/qtwinmigrate/examples/mfc/step1/qtmfc.cpp
privet56/qDesktopSearch
702aac770a11895e19180bd4ed2279c7a8ab64be
[ "Apache-2.0" ]
null
null
null
qt-solutions/qtwinmigrate/examples/mfc/step1/qtmfc.cpp
privet56/qDesktopSearch
702aac770a11895e19180bd4ed2279c7a8ab64be
[ "Apache-2.0" ]
5
2016-04-15T15:31:10.000Z
2022-02-22T02:00:06.000Z
/**************************************************************************** ** ** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the Qt Solutions component. ** ** $QT_BEGIN_LICENSE:BSD$ ** You may use this file under the terms of the BS...
27.150538
77
0.634851
[ "object" ]
402d095cdfdd90819112336c43c395e4ee1aa05d
377,870
cpp
C++
Unity-Project/App-HL2/Il2CppOutputProject/Source/il2cppOutput/Il2CppCCWs75.cpp
JBrentJ/mslearn-mixed-reality-and-azure-digital-twins-in-unity
6e13b31a0b053443b9c93267d8f174f1554e79dd
[ "CC-BY-4.0", "MIT" ]
1
2021-06-01T19:33:53.000Z
2021-06-01T19:33:53.000Z
Unity-Project/App-HL2/Il2CppOutputProject/Source/il2cppOutput/Il2CppCCWs75.cpp
JBrentJ/mslearn-mixed-reality-and-azure-digital-twins-in-unity
6e13b31a0b053443b9c93267d8f174f1554e79dd
[ "CC-BY-4.0", "MIT" ]
null
null
null
Unity-Project/App-HL2/Il2CppOutputProject/Source/il2cppOutput/Il2CppCCWs75.cpp
JBrentJ/mslearn-mixed-reality-and-azure-digital-twins-in-unity
6e13b31a0b053443b9c93267d8f174f1554e79dd
[ "CC-BY-4.0", "MIT" ]
null
null
null
#include "pch-cpp.hpp" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <limits> #include "vm/CachedCCWBase.h" #include "utils/New.h" // System.Collections.Generic.Dictionary`2<Microsoft.MixedReality.Toolkit.Input.IMixedRealityController,UnityEngine.Vector3> st...
41.911047
314
0.816498
[ "object" ]
402df2d9c753ec0280331f6ea0defd43db1373e1
700
cpp
C++
plugins/dinput/src/keyboard/make_info.cpp
cpreh/spacegameengine
313a1c34160b42a5135f8223ffaa3a31bc075a01
[ "BSL-1.0" ]
2
2016-01-27T13:18:14.000Z
2018-05-11T01:11:32.000Z
plugins/dinput/src/keyboard/make_info.cpp
cpreh/spacegameengine
313a1c34160b42a5135f8223ffaa3a31bc075a01
[ "BSL-1.0" ]
null
null
null
plugins/dinput/src/keyboard/make_info.cpp
cpreh/spacegameengine
313a1c34160b42a5135f8223ffaa3a31bc075a01
[ "BSL-1.0" ]
3
2018-05-11T01:11:34.000Z
2021-04-24T19:47:45.000Z
// Copyright Carl Philipp Reh 2006 - 2019. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #include <sge/dinput/di.hpp> #include <sge/dinput/device/enumerate_objects.hpp> #include <sge/dinpu...
35
90
0.737143
[ "object" ]
40345353996541b3ab9b6a779a40c5e8f68e407d
2,630
cpp
C++
Snake_SFML/Snake.cpp
Ra-V2/Snake_SFML
6b31b6efdbb5a520336d924733943ee01d679c88
[ "MIT" ]
null
null
null
Snake_SFML/Snake.cpp
Ra-V2/Snake_SFML
6b31b6efdbb5a520336d924733943ee01d679c88
[ "MIT" ]
null
null
null
Snake_SFML/Snake.cpp
Ra-V2/Snake_SFML
6b31b6efdbb5a520336d924733943ee01d679c88
[ "MIT" ]
null
null
null
#include "Snake.h" #include "Game.h" Snake::Snake() : length(3), sdir(direction::STOP) { shape.resize(101); //sets size of vectors shapePosition.resize(101); for (int i = 0; i < length; i++) //set up snake { shape[i].setSize(sf::Vector2f(Game::shapeSize,Game::shapeSize)); shape[i].setPosition(400, 500 + i*Ga...
20.230769
79
0.592776
[ "shape" ]
4034ca347e7e342faee9939d7f2934fdb6783825
2,589
cpp
C++
Maths/Problem (Based on Inclusion Exclusion).cpp
Edith-3000/Algorithmic-Implementations
7ff8cd615fd453a346b4e851606d47c26f05a084
[ "MIT" ]
8
2021-02-13T17:07:27.000Z
2021-08-20T08:20:40.000Z
Maths/Problem (Based on Inclusion Exclusion).cpp
Edith-3000/Algorithmic-Implementations
7ff8cd615fd453a346b4e851606d47c26f05a084
[ "MIT" ]
null
null
null
Maths/Problem (Based on Inclusion Exclusion).cpp
Edith-3000/Algorithmic-Implementations
7ff8cd615fd453a346b4e851606d47c26f05a084
[ "MIT" ]
5
2021-02-17T18:12:20.000Z
2021-10-10T17:49:34.000Z
/* Problem description ---> After the release of Avengers, Ironman and Thor got into a fight and Ironman challenged Thor to find out the number of numbers between 1 and n which are divisible by any of the prime numbers less than 20. Ironman being great at maths quickly answered the question but then Thor asked him t...
23.536364
117
0.643105
[ "vector" ]
40399a35f8d2c70827adec732c898a5be09cf69b
3,912
cc
C++
chrome/browser/ui/libgtkui/app_indicator_icon_menu.cc
zipated/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
chrome/browser/ui/libgtkui/app_indicator_icon_menu.cc
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
chrome/browser/ui/libgtkui/app_indicator_icon_menu.cc
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.000Z
// Copyright 2014 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/ui/libgtkui/app_indicator_icon_menu.h" #include <gtk/gtk.h> #include "base/bind.h" #include "base/debug/leak_annotations.h" #in...
31.548387
80
0.706033
[ "model" ]
40407c0160255cc90caf78614c321b6bc6a51639
838
cpp
C++
SDL2_Engine/Projects/SDL2_Engine/src/UI/UIElements/UIPanel.cpp
MitchCroft/SDL2_Engine
8f4bbb7ad914649de47cdeb19bd9956e0b9a8c5f
[ "MIT" ]
null
null
null
SDL2_Engine/Projects/SDL2_Engine/src/UI/UIElements/UIPanel.cpp
MitchCroft/SDL2_Engine
8f4bbb7ad914649de47cdeb19bd9956e0b9a8c5f
[ "MIT" ]
null
null
null
SDL2_Engine/Projects/SDL2_Engine/src/UI/UIElements/UIPanel.cpp
MitchCroft/SDL2_Engine
8f4bbb7ad914649de47cdeb19bd9956e0b9a8c5f
[ "MIT" ]
1
2022-03-27T04:53:25.000Z
2022-03-27T04:53:25.000Z
#include "UIPanel.hpp" //! Include the SDL2_Engine objects #include "../../Globals.hpp" #include "../../Rendering/Renderer.hpp" namespace SDL2_Engine { namespace UI { namespace UIElements { /* UIPanel : render - Function to facilitate the the rendering of images once per cycle Created: 13/10/2017 Mo...
24.647059
88
0.661098
[ "render" ]
404544bd2f7875a9b721b6457b806aa074e530d2
1,014
cpp
C++
Hackerearth/mishki-playing-games.cpp
jceplaras/competitiveprogramming
d92cbedd31d9aa812a6084aea50e573886e5e6e4
[ "MIT" ]
null
null
null
Hackerearth/mishki-playing-games.cpp
jceplaras/competitiveprogramming
d92cbedd31d9aa812a6084aea50e573886e5e6e4
[ "MIT" ]
null
null
null
Hackerearth/mishki-playing-games.cpp
jceplaras/competitiveprogramming
d92cbedd31d9aa812a6084aea50e573886e5e6e4
[ "MIT" ]
null
null
null
#include <algorithm> #include <cmath> #include <cctype> #include <cstdio> #include <cstring> #include <iostream> #include <map> #include <queue> #include <set> #include <string> #include <vector> #define FOR(i,a,b) for (int i = a; i <= b; i++) #define FORN(i,N) for (int i = 0; i < N; i++) #define FORD(i,a,b) for (int ...
14.485714
48
0.547337
[ "vector" ]
4046970a061e1bd9c4f33dd476da271498fdfa47
3,711
cpp
C++
Engine/Engine/Private/Engine.cpp
heretique/Atlas
0981e7941b570ecfda1febf71b4669338ab81921
[ "MIT" ]
6
2016-11-09T08:40:10.000Z
2021-10-06T09:47:05.000Z
Engine/Engine/Private/Engine.cpp
heretique/Atlas
0981e7941b570ecfda1febf71b4669338ab81921
[ "MIT" ]
null
null
null
Engine/Engine/Private/Engine.cpp
heretique/Atlas
0981e7941b570ecfda1febf71b4669338ab81921
[ "MIT" ]
3
2016-11-09T08:38:59.000Z
2021-12-24T16:03:59.000Z
#include "Engine/Engine.h" #include "Geometry/Geometry.h" #include "Materials/Material.h" #include "Scripting/Script.h" #include "Materials/Shader.h" #include "Materials/Texture.h" #include "Particles/ParticleEffect.h" #include "Camera/Camera.h" #include "Core/Component.h" #include "Materials/MaterialComponent.h" #inc...
27.087591
103
0.707087
[ "geometry", "transform" ]
404b6f66df338163eefe4057ca0c31eb9e3cb8f0
10,220
cpp
C++
src/aggtest/shapes.cpp
symfund/microwindows
f267e5c368c5e5a49ac6b3907af9527b06a1c67f
[ "X11" ]
1
2020-12-19T13:47:11.000Z
2020-12-19T13:47:11.000Z
src/aggtest/shapes.cpp
symfund/microwindows
f267e5c368c5e5a49ac6b3907af9527b06a1c67f
[ "X11" ]
null
null
null
src/aggtest/shapes.cpp
symfund/microwindows
f267e5c368c5e5a49ac6b3907af9527b06a1c67f
[ "X11" ]
null
null
null
#include "agg_basics.h" #include "agg_rendering_buffer.h" #include "agg_rasterizer_scanline_aa.h" #include "agg_scanline_p.h" #include "agg_renderer_scanline.h" #include "agg_pixfmt_rgb.h" #include "agg_ellipse.h" #include "agg_rounded_rect.h" #include "agg_conv_curve.h" #include "agg_conv_stroke.h" #include "agg_fon...
30.147493
88
0.534638
[ "render", "transform" ]
405300e0751187b79a5b34d75feb35adf09a99ff
31,986
cpp
C++
cornac/models/c2pf/cpp/cpp_c2pf.cpp
Andrew-DungLe/cornac
199ab9181f8b6387cc8748ccf8ee3e5c9df087fb
[ "Apache-2.0" ]
null
null
null
cornac/models/c2pf/cpp/cpp_c2pf.cpp
Andrew-DungLe/cornac
199ab9181f8b6387cc8748ccf8ee3e5c9df087fb
[ "Apache-2.0" ]
null
null
null
cornac/models/c2pf/cpp/cpp_c2pf.cpp
Andrew-DungLe/cornac
199ab9181f8b6387cc8748ccf8ee3e5c9df087fb
[ "Apache-2.0" ]
null
null
null
#include "./cpp_c2pf.h" //Update the shape parameters of Gamma, contextual pf void update_gamma_s_context(Mat &G_s, SpMat const& X, SpMat const&Lt, SpMat const&Lb, SpMat const&Lb2){ double eps = pow(2,-52); for(int nz = 0;nz<X.outerSize();++nz) { for (SpMatiter x_(X,nz); x_; ++x_) { double dk = eps; ...
27.060914
220
0.521853
[ "shape" ]
40591241f7ae80c48a1bbba35d2c68e9b8f0cdf9
8,070
cpp
C++
tests/test_toolbox.cpp
miriammenzel/PLImig
d1ef5265368c2902b4fffea69dcaeb253e4c9a97
[ "MIT" ]
null
null
null
tests/test_toolbox.cpp
miriammenzel/PLImig
d1ef5265368c2902b4fffea69dcaeb253e4c9a97
[ "MIT" ]
null
null
null
tests/test_toolbox.cpp
miriammenzel/PLImig
d1ef5265368c2902b4fffea69dcaeb253e4c9a97
[ "MIT" ]
1
2022-02-13T03:59:40.000Z
2022-02-13T03:59:40.000Z
// // Created by jreuter on 27.11.20. // #include "gtest/gtest.h" #include <cmath> #include <memory> #include <random> #include "toolbox.h" // Test function for histogram generation void f(std::vector<float>& x) { for(float & i : x) { i = 10000.0f / (i+1.0f) + 1000.0f * std::pow(2.0f, -i/2.0f + 4.0f); ...
34.635193
160
0.543866
[ "vector" ]
4066836a54c827cecc6d1c9305e8f08143ef764b
2,874
cc
C++
analytical_engine/java/grape-runtime/src/main/native/ffi_byte_vec_vector.cc
wuyueandrew/GraphScope
9e2d77d83378f85f001b555d06e4dcbf9a6a4260
[ "Apache-2.0" ]
1
2021-12-30T02:55:16.000Z
2021-12-30T02:55:16.000Z
analytical_engine/java/grape-runtime/src/main/native/ffi_byte_vec_vector.cc
lnfjpt/GraphScope
917146f86d8387302a2e1de6963115e7568bf3ee
[ "Apache-2.0" ]
null
null
null
analytical_engine/java/grape-runtime/src/main/native/ffi_byte_vec_vector.cc
lnfjpt/GraphScope
917146f86d8387302a2e1de6963115e7568bf3ee
[ "Apache-2.0" ]
null
null
null
/** Copyright 2020 Alibaba Group Holding Limited. * * 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...
31.933333
79
0.753653
[ "vector" ]
406f2ae224ff1be9dd6ca63bc17c676ec5835e78
4,676
cpp
C++
src/Resistor.cpp
coldlogix/JoSIM
7b48068682b4e7bc459a5e9982d67571fac60885
[ "MIT" ]
null
null
null
src/Resistor.cpp
coldlogix/JoSIM
7b48068682b4e7bc459a5e9982d67571fac60885
[ "MIT" ]
null
null
null
src/Resistor.cpp
coldlogix/JoSIM
7b48068682b4e7bc459a5e9982d67571fac60885
[ "MIT" ]
null
null
null
// Copyright (c) 2019 Johannes Delport // This code is licensed under MIT license (see LICENSE for details) #include "JoSIM/Resistor.hpp" #include "JoSIM/Misc.hpp" #include "JoSIM/Errors.hpp" #include "JoSIM/Constants.hpp" #include <utility> using namespace JoSIM; Resistor Resistor::create_resistor( const std::...
40.310345
200
0.656116
[ "vector" ]
40704896b7d34c403d93fc51aba8332b8a57951b
656
cpp
C++
0108_Convert_Sorted_Array_to_Binary_Search_Tree/solution.cpp
Heliovic/LeetCode_Solutions
73d5a7aaffe62da9a9cd8a80288b260085fda08f
[ "MIT" ]
2
2019-02-18T15:32:57.000Z
2019-03-18T12:55:35.000Z
0108_Convert_Sorted_Array_to_Binary_Search_Tree/solution.cpp
Heliovic/LeetCode_Solutions
73d5a7aaffe62da9a9cd8a80288b260085fda08f
[ "MIT" ]
null
null
null
0108_Convert_Sorted_Array_to_Binary_Search_Tree/solution.cpp
Heliovic/LeetCode_Solutions
73d5a7aaffe62da9a9cd8a80288b260085fda08f
[ "MIT" ]
null
null
null
/** * Definition for a binary tree node. * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode(int x) : val(x), left(NULL), right(NULL) {} * }; */ class Solution { public: TreeNode* construct(vector<int>& nums, int lp, int rp) { if (lp > rp) ...
23.428571
59
0.519817
[ "vector" ]
407e1c5eb5719f8bf19a1b6df1cbcade5b0c28b4
5,278
cpp
C++
src/Main/App/txn_handler.cpp
yoni-wolf/private-tranaction-families
7203818e903720a789d95a9a5c0c1f3a7eea2cfb
[ "Apache-2.0" ]
null
null
null
src/Main/App/txn_handler.cpp
yoni-wolf/private-tranaction-families
7203818e903720a789d95a9a5c0c1f3a7eea2cfb
[ "Apache-2.0" ]
null
null
null
src/Main/App/txn_handler.cpp
yoni-wolf/private-tranaction-families
7203818e903720a789d95a9a5c0c1f3a7eea2cfb
[ "Apache-2.0" ]
null
null
null
/* Copyright 2018 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
35.422819
130
0.622205
[ "vector" ]
4080508fe689e14b37caee69965737e920e5b718
667
hh
C++
psdaq/drp/Wave8.hh
slac-lcls/pdsdata2
6e2ad4f830cadfe29764dbd280fa57f8f9edc451
[ "BSD-3-Clause-LBNL" ]
null
null
null
psdaq/drp/Wave8.hh
slac-lcls/pdsdata2
6e2ad4f830cadfe29764dbd280fa57f8f9edc451
[ "BSD-3-Clause-LBNL" ]
null
null
null
psdaq/drp/Wave8.hh
slac-lcls/pdsdata2
6e2ad4f830cadfe29764dbd280fa57f8f9edc451
[ "BSD-3-Clause-LBNL" ]
null
null
null
#pragma once #include "BEBDetector.hh" #include "xtcdata/xtc/Xtc.hh" #include "xtcdata/xtc/NamesId.hh" #include "psalg/alloc/Allocator.hh" namespace Drp { class Wave8 : public BEBDetector { public: Wave8(Parameters* para, MemPool* pool); nlohmann::json connectionInfo() override; private: unsigned _...
25.653846
96
0.655172
[ "vector" ]
40871620d072290c7a3a90f80bc62ded7f2688ef
706
cpp
C++
Leetcode - Top Interview Questions/986. Interval List Intersections.cpp
kothariji/Competitive-Programming
c49f8b0135c8e9dd284ce8ab583e85ba3d809b8c
[ "MIT" ]
1
2020-08-27T06:59:52.000Z
2020-08-27T06:59:52.000Z
Leetcode - Top Interview Questions/986. Interval List Intersections.cpp
kothariji/Competitive-Programming
c49f8b0135c8e9dd284ce8ab583e85ba3d809b8c
[ "MIT" ]
null
null
null
Leetcode - Top Interview Questions/986. Interval List Intersections.cpp
kothariji/Competitive-Programming
c49f8b0135c8e9dd284ce8ab583e85ba3d809b8c
[ "MIT" ]
null
null
null
//link to Question->https://leetcode.com/problems/interval-list-intersections/ //solution class Solution { public: vector<vector<int>> intervalIntersection(vector<vector<int>>& firstList, vector<vector<int>>& secondList) { vector<vector<int>> v; int i=0; int j=0; while(i<firstList.si...
29.416667
111
0.492918
[ "vector" ]
4088bb523d0cf640cd63b266410287421fe8fd5f
1,969
cpp
C++
1480-C.cpp
ankiiitraj/questionsSolved
8452b120935a9c3d808b45f27dcdc05700d902fc
[ "MIT" ]
null
null
null
1480-C.cpp
ankiiitraj/questionsSolved
8452b120935a9c3d808b45f27dcdc05700d902fc
[ "MIT" ]
1
2020-02-24T19:45:57.000Z
2020-02-24T19:45:57.000Z
1480-C.cpp
ankiiitraj/questionsSolved
8452b120935a9c3d808b45f27dcdc05700d902fc
[ "MIT" ]
null
null
null
#include <bits/stdc++.h> #include <time.h> #define int long long int #define pb push_back #define mem(a, x) memset(a, x, sizeof a) #define all(a) a.begin(), a.end() #define scnarr(a, n) for (int i = 0; i < n; ++i) cin >> a[i] #define vi vector<int> #define si set<int> #define pii pair <int, int> #define sii set<pii> #d...
20.726316
89
0.524632
[ "vector" ]
408aa3d05043e3a70c33b1ae82f8558346d36c93
23,360
cpp
C++
external/openglcts/modules/gles31/es31cShaderImageSizeTests.cpp
iabernikhin/VK-GL-CTS
a3338eb2ded98b5befda64f9325db0d219095a00
[ "Apache-2.0" ]
354
2017-01-24T17:12:38.000Z
2022-03-30T07:40:19.000Z
external/openglcts/modules/gles31/es31cShaderImageSizeTests.cpp
iabernikhin/VK-GL-CTS
a3338eb2ded98b5befda64f9325db0d219095a00
[ "Apache-2.0" ]
275
2017-01-24T20:10:36.000Z
2022-03-24T16:24:50.000Z
external/openglcts/modules/gles31/es31cShaderImageSizeTests.cpp
iabernikhin/VK-GL-CTS
a3338eb2ded98b5befda64f9325db0d219095a00
[ "Apache-2.0" ]
190
2017-01-24T18:02:04.000Z
2022-03-27T13:11:23.000Z
/*------------------------------------------------------------------------- * OpenGL Conformance Test Suite * ----------------------------- * * Copyright (c) 2014-2016 The Khronos Group Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with ...
30.259067
117
0.641695
[ "vector", "transform" ]
408ebd7690b276e0b33afebec80b35cba8165ac3
5,962
cpp
C++
Tests/tests.cpp
Diego999/Artificial-Neural-Network
58e207501f37473fa161a46cd8e03e6b9bd24e5b
[ "MIT" ]
2
2015-02-11T18:48:49.000Z
2018-03-24T03:48:04.000Z
Tests/tests.cpp
Diego999/Artificial-Neural-Network
58e207501f37473fa161a46cd8e03e6b9bd24e5b
[ "MIT" ]
null
null
null
Tests/tests.cpp
Diego999/Artificial-Neural-Network
58e207501f37473fa161a46cd8e03e6b9bd24e5b
[ "MIT" ]
null
null
null
#include "tests.h" #include "../NeuralNetwork/artificialneuralnetwork.h" #include "../NeuralNetwork/anncontroller.h" #include "../Utils/utils.h" #include <string> #include <vector> #include <iostream> #include <cassert> #include <cmath> #include <utility> struct TestSet{ std::string op; double input1, input2;...
31.378947
165
0.549648
[ "vector" ]
4090b22051295ef346d904874b89373f69d15613
2,462
hpp
C++
src/percept/function/internal/GenericFunction.hpp
jrood-nrel/percept
363cdd0050443760d54162f140b2fb54ed9decf0
[ "BSD-2-Clause" ]
3
2017-08-08T21:06:02.000Z
2020-01-08T13:23:36.000Z
src/percept/function/internal/GenericFunction.hpp
jrood-nrel/percept
363cdd0050443760d54162f140b2fb54ed9decf0
[ "BSD-2-Clause" ]
2
2016-12-17T00:18:56.000Z
2019-08-09T15:29:25.000Z
src/percept/function/internal/GenericFunction.hpp
jrood-nrel/percept
363cdd0050443760d54162f140b2fb54ed9decf0
[ "BSD-2-Clause" ]
2
2017-11-30T07:02:41.000Z
2019-08-05T17:07:04.000Z
// Copyright 2002 - 2008, 2010, 2011 National Technology Engineering // Solutions of Sandia, LLC (NTESS). Under the terms of Contract // DE-NA0003525 with NTESS, the U.S. Government retains certain rights // in this software. // // Use of this source code is governed by a BSD-style // license that can be found in the L...
34.676056
131
0.689683
[ "3d" ]
40911408e7d713443e3b8e7030002f9b806a96a6
3,644
cpp
C++
engine/source/editor/ui/common/widgets/EnginePerformanceMonitor.cpp
yhyu13/Engine2021
6ded548caa45bf980d88e09bed59431b61f5337e
[ "MIT" ]
null
null
null
engine/source/editor/ui/common/widgets/EnginePerformanceMonitor.cpp
yhyu13/Engine2021
6ded548caa45bf980d88e09bed59431b61f5337e
[ "MIT" ]
null
null
null
engine/source/editor/ui/common/widgets/EnginePerformanceMonitor.cpp
yhyu13/Engine2021
6ded548caa45bf980d88e09bed59431b61f5337e
[ "MIT" ]
null
null
null
#include "engine-precompiled-header.h" #include "EnginePerformanceMonitor.h" #include "../BaseEngineWidgetManager.h" #include <imgui/addons/implot/implot.h> longmarch::EnginePerformanceMonitor::EnginePerformanceMonitor() { m_IsVisible = true; m_Size = ScaleSize({ 500, 400 }); } void longmarch::EnginePerf...
34.704762
130
0.615258
[ "render" ]
4099aa8b3cc6d5a7ca5661610ab041f7f9f59a13
1,389
hpp
C++
include/Customs/CentralLightScript1.hpp
fgagamedev/voID
37cd56fe2878d036c36dafcf595e48ed85408d02
[ "MIT" ]
null
null
null
include/Customs/CentralLightScript1.hpp
fgagamedev/voID
37cd56fe2878d036c36dafcf595e48ed85408d02
[ "MIT" ]
null
null
null
include/Customs/CentralLightScript1.hpp
fgagamedev/voID
37cd56fe2878d036c36dafcf595e48ed85408d02
[ "MIT" ]
null
null
null
/** @file CentralLightScript1.hpp @brief Responsible for the light animation during the menu screen. @copyright MIT License. */ #ifndef __CENTRAL_LIGHT_SCRIPT1__ #define __CENTRAL_LIGHT_SCRIPT1__ #include "Engine/InputSystem.hpp" #include "Engine/GameObject.hpp" #include "Engine/SceneManager.hpp" #include "Engine/T...
25.254545
67
0.708423
[ "object", "vector" ]
409b02df46124a81a7534ab2620c544a72fa785b
9,117
cpp
C++
src/GUI/mProplist.cpp
ArashMassoudieh/GIFMod_
1fa9eda21fab870fc3baf56462f79eb800d5154f
[ "MIT" ]
5
2017-11-20T19:32:27.000Z
2018-08-28T06:08:45.000Z
src/GUI/mProplist.cpp
ArashMassoudieh/GIFMod_
1fa9eda21fab870fc3baf56462f79eb800d5154f
[ "MIT" ]
1
2017-07-04T05:40:30.000Z
2017-07-04T05:43:37.000Z
src/GUI/mProplist.cpp
ArashMassoudieh/GIFMod_
1fa9eda21fab870fc3baf56462f79eb800d5154f
[ "MIT" ]
2
2017-11-09T22:00:45.000Z
2018-08-30T10:56:08.000Z
#include "mProplist.h" //#include <iostream> #include <fstream> #include "StringOP.h" #include <QDebug> //#include <qlist.h> //#include "qstring.h" //#include <string> #include "XString.h" mPropList::mPropList(void) { } mPropList::mPropList(QString filename) { if (List.size() == 0) getconfigfromfile(filename); } m...
22.290954
95
0.601404
[ "model" ]
409e91eb5c0025cf1622a360188998e549e93827
4,872
cpp
C++
test/Matuna.ConvNetLayerInterlockTest/ForthBackPropLayerTest.cpp
mihed/ATML
242fb951eea7a55846b8a18dd6abcabb26e2a1cc
[ "BSL-1.0", "BSD-3-Clause" ]
null
null
null
test/Matuna.ConvNetLayerInterlockTest/ForthBackPropLayerTest.cpp
mihed/ATML
242fb951eea7a55846b8a18dd6abcabb26e2a1cc
[ "BSL-1.0", "BSD-3-Clause" ]
3
2015-06-08T19:51:53.000Z
2015-07-01T10:15:06.000Z
test/Matuna.ConvNetLayerInterlockTest/ForthBackPropLayerTest.cpp
mihed/ATML
242fb951eea7a55846b8a18dd6abcabb26e2a1cc
[ "BSL-1.0", "BSD-3-Clause" ]
null
null
null
/* * ForthBackPropLayerTest.cpp * * Created on: May 3, 2015 * Author: Mikael */ #include "ForthBackPropLayerTest.h" #include <chrono> #include <random> using namespace std; ForthBackPropLayerTest::ForthBackPropLayerTest( const vector<LayerDataDescription>& inputLayerDescriptions, MatunaActivationFunct...
35.05036
98
0.836823
[ "vector" ]
40a0bf352bdd513e8173efa7064378ce79a63f51
2,943
cc
C++
cinn/optim/eliminate_broadcast_in_forloop.cc
edithgogo/CINN
bed13f4752d80d01a3e1d96a4cc4f5aa56b1e292
[ "Apache-2.0" ]
1
2019-10-23T09:16:23.000Z
2019-10-23T09:16:23.000Z
cinn/optim/eliminate_broadcast_in_forloop.cc
edithgogo/CINN
bed13f4752d80d01a3e1d96a4cc4f5aa56b1e292
[ "Apache-2.0" ]
null
null
null
cinn/optim/eliminate_broadcast_in_forloop.cc
edithgogo/CINN
bed13f4752d80d01a3e1d96a4cc4f5aa56b1e292
[ "Apache-2.0" ]
null
null
null
#include "cinn/optim/eliminate_broadcast_in_forloop.h" #include <tuple> #include <vector> #include "cinn/ir/ir_mutator.h" #include "cinn/ir/ir_printer.h" #include "cinn/ir/ir_visitor.h" #include "cinn/optim/ir_replace.h" namespace cinn { namespace optim { namespace detail { struct EliminateBroadcastInForloop : pub...
30.030612
117
0.648318
[ "vector" ]
40a54f49f3dddd3dace6e18b3fb85fab57147f96
5,373
hpp
C++
ThirdParty-mod/java2cpp/android/graphics/drawable/LevelListDrawable.hpp
kakashidinho/HQEngine
8125b290afa7c62db6cc6eac14e964d8138c7fd0
[ "MIT" ]
1
2019-04-03T01:53:28.000Z
2019-04-03T01:53:28.000Z
ThirdParty-mod/java2cpp/android/graphics/drawable/LevelListDrawable.hpp
kakashidinho/HQEngine
8125b290afa7c62db6cc6eac14e964d8138c7fd0
[ "MIT" ]
null
null
null
ThirdParty-mod/java2cpp/android/graphics/drawable/LevelListDrawable.hpp
kakashidinho/HQEngine
8125b290afa7c62db6cc6eac14e964d8138c7fd0
[ "MIT" ]
null
null
null
/*================================================================================ code generated by: java2cpp author: Zoran Angelov, mailto://baldzar@gmail.com class: android.graphics.drawable.LevelListDrawable ================================================================================*/ #ifndef J2...
38.654676
226
0.744835
[ "object" ]
40a6f46b2da2cb41bdbd196fa0bb5fc8fc2aaf6f
66,317
cc
C++
src/serverFunctionalities/source/QuerySchedulerServer.cc
asu-cactus/pangea
92efa7b124a23894485a900bb394670487051948
[ "Apache-2.0" ]
2
2021-07-30T23:38:22.000Z
2021-08-24T11:16:10.000Z
src/serverFunctionalities/source/QuerySchedulerServer.cc
asu-cactus/lachesis
92efa7b124a23894485a900bb394670487051948
[ "Apache-2.0" ]
null
null
null
src/serverFunctionalities/source/QuerySchedulerServer.cc
asu-cactus/lachesis
92efa7b124a23894485a900bb394670487051948
[ "Apache-2.0" ]
1
2020-09-28T22:46:16.000Z
2020-09-28T22:46:16.000Z
#ifndef QUERY_SCHEDULER_SERVER_CC #define QUERY_SCHEDULER_SERVER_CC #include "PDBDebug.h" #include "InterfaceFunctions.h" #include "QuerySchedulerServer.h" #include "DistributedStorageManagerClient.h" #include "DistributedStorageManagerServer.h" #include "QueryOutput.h" #include "ResourceInfo.h" #include "ShuffleInfo....
49.975132
147
0.511724
[ "object", "vector", "model" ]
40b474e4c8d9ab645c629e1f4407de526aa41d05
456
cpp
C++
08_03_thread/src/libs/libserver/console_cmd_thread.cpp
Thanalan/GameBookServer-master
506b4fe1eece1a3c0bd1100fe14764b63885b2bf
[ "MIT" ]
83
2019-12-03T08:42:15.000Z
2022-03-30T13:22:37.000Z
08_03_thread/src/libs/libserver/console_cmd_thread.cpp
Thanalan/GameBookServer-master
506b4fe1eece1a3c0bd1100fe14764b63885b2bf
[ "MIT" ]
1
2021-08-06T10:40:57.000Z
2021-08-09T06:33:43.000Z
08_03_thread/src/libs/libserver/console_cmd_thread.cpp
Thanalan/GameBookServer-master
506b4fe1eece1a3c0bd1100fe14764b63885b2bf
[ "MIT" ]
45
2020-05-29T03:22:48.000Z
2022-03-21T16:19:01.000Z
#include "console_cmd_thread.h" #include "message_system_help.h" void ConsoleCmdThread::RegisterHandler() { OnRegisterHandler("-entity", BindFunP1(this, &ConsoleCmdThread::HandleEntity)); } void ConsoleCmdThread::HandleHelp() { std::cout << "\t-entity.\t\tshow all thread's entity." << std::endl; } void ConsoleCmdT...
25.333333
80
0.758772
[ "vector" ]
40b5b8dda5834a79707cbcb1d593ae239c1ed4b6
843
hpp
C++
include/JSON.hpp
Gustafsson88/lab01
6af40b0b0876deb39808315ccaf1958970e66a52
[ "MIT" ]
null
null
null
include/JSON.hpp
Gustafsson88/lab01
6af40b0b0876deb39808315ccaf1958970e66a52
[ "MIT" ]
null
null
null
include/JSON.hpp
Gustafsson88/lab01
6af40b0b0876deb39808315ccaf1958970e66a52
[ "MIT" ]
null
null
null
// Copyright 2021 Alexsand Guchkov <firer.a45@gmail.com> #pragma once #include <iostream> #include <string> #include <nlohmann/json.hpp> #include <vector> #include <iomanip> #include <fstream> #include <any> using nlohmann::json; struct Students { std::string name; std::any group; std::any avg; std::vector<s...
16.86
56
0.666667
[ "vector" ]
8adb6ce060bbc8a93560e38606920657b38e528a
128,234
cpp
C++
lib/Conversion/TorchToLinalg/TorchToLinalg.cpp
Yutyrannus/torch-mlir
05c4dd8e3905ad5c457922fb5bed70bccb8b2081
[ "Apache-2.0" ]
null
null
null
lib/Conversion/TorchToLinalg/TorchToLinalg.cpp
Yutyrannus/torch-mlir
05c4dd8e3905ad5c457922fb5bed70bccb8b2081
[ "Apache-2.0" ]
null
null
null
lib/Conversion/TorchToLinalg/TorchToLinalg.cpp
Yutyrannus/torch-mlir
05c4dd8e3905ad5c457922fb5bed70bccb8b2081
[ "Apache-2.0" ]
null
null
null
//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // Also available under a BSD-style...
43.587356
88
0.65382
[ "shape", "model" ]
8ade2d8d2fb984b453241ebc069d78e17589548b
8,330
cpp
C++
client/client.cpp
Bert-Z/Raichu
a7b21c1d450da3acc36efd120453e882e3eff7a4
[ "MIT" ]
3
2020-07-09T17:38:59.000Z
2020-09-17T12:48:42.000Z
client/client.cpp
Bert-Z/Raichu
a7b21c1d450da3acc36efd120453e882e3eff7a4
[ "MIT" ]
null
null
null
client/client.cpp
Bert-Z/Raichu
a7b21c1d450da3acc36efd120453e882e3eff7a4
[ "MIT" ]
null
null
null
/* * * Copyright 2015 gRPC 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...
26.112853
103
0.571549
[ "vector" ]
8adf1d67d1280f602a53b970f1ea29646d665f95
538
cpp
C++
atcoder/abc/abc147/b.cpp
zaurus-yusya/atcoder
5fc345b3da50222fa1366d1ce52ae58799488cef
[ "MIT" ]
3
2020-05-27T16:27:12.000Z
2021-01-27T12:47:12.000Z
atcoder/abc/abc147/b.cpp
zaurus-yusya/Competitive-Programming
c72e13a11f76f463510bd4a476b86631d9d1b13a
[ "MIT" ]
null
null
null
atcoder/abc/abc147/b.cpp
zaurus-yusya/Competitive-Programming
c72e13a11f76f463510bd4a476b86631d9d1b13a
[ "MIT" ]
null
null
null
#include <bits/stdc++.h> typedef long long ll; #define rep(i,n) for(ll i=0;i<(n);i++) #define repr(i,n) for(ll i=(n-1);i>=0;i--) #define pb push_back #define mp make_pair #define all(x) x.begin(),x.end() using namespace std; ll INF = 1000000007; using Graph = vector<vector<ll>>; // 0 false, 1 true // stringの数字をint型にし...
17.354839
42
0.550186
[ "vector" ]
8ae0b3104d456c133f5f72d8e3013f23980b2fd4
1,498
cpp
C++
source/backend/hiai/execution/NPUConvertTensor.cpp
WillTao-RD/MNN
48575121859093bab8468d6992596962063b7aff
[ "Apache-2.0" ]
2
2020-12-15T13:56:31.000Z
2022-01-26T03:20:28.000Z
source/backend/hiai/execution/NPUConvertTensor.cpp
qaz734913414/MNN
a5d5769789054a76c6e4dce2ef97d1f45b0e7e2d
[ "Apache-2.0" ]
null
null
null
source/backend/hiai/execution/NPUConvertTensor.cpp
qaz734913414/MNN
a5d5769789054a76c6e4dce2ef97d1f45b0e7e2d
[ "Apache-2.0" ]
1
2021-11-24T06:26:27.000Z
2021-11-24T06:26:27.000Z
// // NPUConvertTensor.cpp // MNN // // Created by MNN on b'2020/10/15'. // Copyright © 2018, Alibaba Group Holding Limited // #include "NPUConvertTensor.hpp" #include "NPUBackend.hpp" using namespace std; namespace MNN { NPUConvertTensor::NPUConvertTensor(MNN::Backend *b, const MNN::Op *op, const std::vector<T...
31.87234
180
0.682243
[ "vector" ]
8ae15849872cc7f1c9a40dd9616054a21ae52913
3,178
cc
C++
HLTrigger/JetMET/src/HLTRapGapFilter.cc
ckamtsikis/cmssw
ea19fe642bb7537cbf58451dcf73aa5fd1b66250
[ "Apache-2.0" ]
852
2015-01-11T21:03:51.000Z
2022-03-25T21:14:00.000Z
HLTrigger/JetMET/src/HLTRapGapFilter.cc
ckamtsikis/cmssw
ea19fe642bb7537cbf58451dcf73aa5fd1b66250
[ "Apache-2.0" ]
30,371
2015-01-02T00:14:40.000Z
2022-03-31T23:26:05.000Z
HLTrigger/JetMET/src/HLTRapGapFilter.cc
ckamtsikis/cmssw
ea19fe642bb7537cbf58451dcf73aa5fd1b66250
[ "Apache-2.0" ]
3,240
2015-01-02T05:53:18.000Z
2022-03-31T17:24:21.000Z
/** \class HLTRapGapFilter * * * \author Monica Vazquez Acosta (CERN) * */ #include "HLTrigger/JetMET/interface/HLTRapGapFilter.h" #include "DataFormats/Common/interface/Handle.h" #include "DataFormats/HLTReco/interface/TriggerFilterObjectWithRefs.h" #include "FWCore/MessageLogger/interface/MessageLogger.h" ...
31.465347
107
0.670862
[ "object" ]
8ae5eb7285dd63dd03478b0dc7f38c4b64059ee8
2,523
cc
C++
test/bug954/bug954.cc
stkaplan/legion
ad82a1c1f39ed20a16df29aa331428d42c0ecfb6
[ "Apache-2.0" ]
null
null
null
test/bug954/bug954.cc
stkaplan/legion
ad82a1c1f39ed20a16df29aa331428d42c0ecfb6
[ "Apache-2.0" ]
null
null
null
test/bug954/bug954.cc
stkaplan/legion
ad82a1c1f39ed20a16df29aa331428d42c0ecfb6
[ "Apache-2.0" ]
null
null
null
/* Copyright 2020 Stanford 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 obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
32.766234
78
0.729291
[ "vector" ]
8aedb7e75912bfff29feabd2ce9a37cffcffa555
2,378
cpp
C++
PcmMediaDemo/PcmShowLabelUI.cpp
karllen/-cef3-duilib
27d7db32c1695fba8fde697f98bd044ec865967d
[ "BSD-2-Clause", "MIT" ]
258
2017-06-10T00:18:26.000Z
2022-03-25T05:10:02.000Z
PcmMediaDemo/PcmShowLabelUI.cpp
LynnCpp/cef3-duilib-YDDemo
27d7db32c1695fba8fde697f98bd044ec865967d
[ "BSD-2-Clause", "MIT" ]
3
2017-07-11T03:49:46.000Z
2020-07-08T14:59:59.000Z
PcmMediaDemo/PcmShowLabelUI.cpp
LynnCpp/cef3-duilib-YDDemo
27d7db32c1695fba8fde697f98bd044ec865967d
[ "BSD-2-Clause", "MIT" ]
133
2017-06-10T00:17:55.000Z
2022-01-09T09:58:56.000Z
#include "StdAfx.h" #include "PcmShowLabelUI.h" #include<vector> CPcmShowLableUI::CPcmShowLableUI() { } CPcmShowLableUI::~CPcmShowLableUI() { } LPCTSTR CPcmShowLableUI::GetClass() const { return PcmShowLableUIClassName; } LPVOID CPcmShowLableUI::GetInterface(LPCTSTR pstrName) { if (_tcs...
23.313725
95
0.62868
[ "vector" ]
8af669c068ffe7da361bbd2bc72c0998feea3afb
16,106
cpp
C++
gen/blink/bindings/core/v8/V8PerformanceResourceTiming.cpp
gergul/MiniBlink
7a11c52f141d54d5f8e1a9af31867cd120a2c3c4
[ "Apache-2.0" ]
8
2019-05-05T16:38:05.000Z
2021-11-09T11:45:38.000Z
gen/blink/bindings/core/v8/V8PerformanceResourceTiming.cpp
gergul/MiniBlink
7a11c52f141d54d5f8e1a9af31867cd120a2c3c4
[ "Apache-2.0" ]
null
null
null
gen/blink/bindings/core/v8/V8PerformanceResourceTiming.cpp
gergul/MiniBlink
7a11c52f141d54d5f8e1a9af31867cd120a2c3c4
[ "Apache-2.0" ]
4
2018-12-14T07:52:46.000Z
2021-06-11T18:06:09.000Z
// Copyright 2014 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. // This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY! #include "config.h" #include "V8PerformanceResourceTiming.h" #include "bind...
55.347079
639
0.801689
[ "object" ]
8af759819e6fbd2178c27c28309851d42f92ad3c
931
cpp
C++
209-Minimum-Size-Subarray-Sum/Minimum-Size-Subarray-Sum.cpp
xta0/LeetCode-Solutions
ab0de97b35fb54c24bcef0398a9d75bdac9ee8b2
[ "MIT" ]
4
2018-08-07T11:45:32.000Z
2019-05-19T08:52:19.000Z
209-Minimum-Size-Subarray-Sum/Minimum-Size-Subarray-Sum.cpp
xta0/LeetCode-Solutions
ab0de97b35fb54c24bcef0398a9d75bdac9ee8b2
[ "MIT" ]
null
null
null
209-Minimum-Size-Subarray-Sum/Minimum-Size-Subarray-Sum.cpp
xta0/LeetCode-Solutions
ab0de97b35fb54c24bcef0398a9d75bdac9ee8b2
[ "MIT" ]
null
null
null
#include <iostream> #include <vector> #include <string> #include <unordered_map> using namespace std; class Solution { public: int minSubArrayLen(int s, vector<int>& nums) { vector<int> prefix; int sum = 0; for(int i=0;i<nums.size();i++){ sum+=nums[i]; prefix.push_ba...
21.159091
50
0.437164
[ "vector" ]
8afe79c2a12af5f6d5f46ee60926d69761225445
1,070
cpp
C++
Algorithm/Dark Horse/STL-02.cpp
HastingZang721/ProjectCode
1461f5b0b9f8684425f09bedc9299c1ed9086197
[ "MIT" ]
null
null
null
Algorithm/Dark Horse/STL-02.cpp
HastingZang721/ProjectCode
1461f5b0b9f8684425f09bedc9299c1ed9086197
[ "MIT" ]
null
null
null
Algorithm/Dark Horse/STL-02.cpp
HastingZang721/ProjectCode
1461f5b0b9f8684425f09bedc9299c1ed9086197
[ "MIT" ]
null
null
null
#include<iostream> #include<stdio.h> #include<cstdio> #include<vector> #include<iterator> #include<algorithm> #include<exception> using namespace std; //String 容器 /* * *【】/at 两种不同的访问方法 * */ //vector 容器:可变数组 //单口容器 /*push_back(); * pop_back(); * insert()//在指定位置插入元素,但建议在尾部操作 * vector动态增长的基本原理 * * * */ void P...
13.04878
62
0.553271
[ "vector" ]
8affd032a726ee509c92e7dd61903d98fc56972f
297
cpp
C++
result/ListClusterServersResult.cpp
chaytanyasinha/gwadoc
403a226aa7e8dc32fa2d00a016c679f9bdddb990
[ "CC-BY-4.0" ]
null
null
null
result/ListClusterServersResult.cpp
chaytanyasinha/gwadoc
403a226aa7e8dc32fa2d00a016c679f9bdddb990
[ "CC-BY-4.0" ]
null
null
null
result/ListClusterServersResult.cpp
chaytanyasinha/gwadoc
403a226aa7e8dc32fa2d00a016c679f9bdddb990
[ "CC-BY-4.0" ]
null
null
null
#include "ListClusterServersResult.h" #include "ClusterServer.h" namespace Nacos { std::vector<ClusterServer*> ListClusterServersResult::getServers() const { return Servers; } void ListClusterServersResult::setServers(const std::vector<ClusterServer*> &value) { Servers = value; } }
17.470588
84
0.750842
[ "vector" ]
c106a75776e30fff6ccacc66fec0371906638964
4,277
hpp
C++
SbgatCore/include/SbgatCore/SBGATFrameGraph.hpp
bbercovici/SBGAT
93e935baff49eb742470d7d593931f0573f0c062
[ "MIT" ]
6
2017-11-29T02:47:00.000Z
2021-09-26T05:25:44.000Z
SbgatCore/include/SbgatCore/SBGATFrameGraph.hpp
bbercovici/SBGAT
93e935baff49eb742470d7d593931f0573f0c062
[ "MIT" ]
34
2017-02-09T15:38:35.000Z
2019-04-25T20:53:37.000Z
SbgatCore/include/SbgatCore/SBGATFrameGraph.hpp
bbercovici/SBGAT
93e935baff49eb742470d7d593931f0573f0c062
[ "MIT" ]
1
2019-03-12T12:20:25.000Z
2019-03-12T12:20:25.000Z
/** @file SBGATFrameGraph.hpp @author Benjamin Bercovici @author Jay McMahon @date October 2018 @brief Defines the SBGATFrameGraph class @details Defines the SBGATFrameGraph class, allowing easy conversions in between reference frames @copyright MIT License, Benjamin Bercovici and Jay McMahon */ #ifndef FRAMEGRAPH_HEA...
31.448529
121
0.759645
[ "vector", "transform" ]
c10a4072e71855e24d2dd8c45fc97f6659a129f3
1,498
hpp
C++
caffe/include/caffe/layers/subsample_pooling_layer.hpp
shaoxiaohu/Face-Alignment-with-Two-Stage-Re-initialization-
ccd26fee4dd0b6cd0d11de4d5b4d2d746e8cc66b
[ "MIT" ]
92
2017-07-19T05:12:05.000Z
2021-11-09T07:59:07.000Z
caffe/include/caffe/layers/subsample_pooling_layer.hpp
mornydew/Face_Alignment_Two_Stage_Re-initialization
ccd26fee4dd0b6cd0d11de4d5b4d2d746e8cc66b
[ "MIT" ]
11
2017-10-18T05:11:20.000Z
2020-04-03T21:28:20.000Z
caffe/include/caffe/layers/subsample_pooling_layer.hpp
mornydew/Face_Alignment_Two_Stage_Re-initialization
ccd26fee4dd0b6cd0d11de4d5b4d2d746e8cc66b
[ "MIT" ]
31
2017-07-20T11:37:39.000Z
2021-03-08T09:01:26.000Z
#ifndef CAFFE_SUBSAMPLE_POOLING_LAYER_HPP_ #define CAFFE_SUBSAMPLE_POOLING_LAYER_HPP_ #include <vector> #include "caffe/blob.hpp" #include "caffe/layer.hpp" #include "caffe/proto/caffe.pb.h" namespace caffe { /** * @brief Pools the input image by taking the max, average, etc. within regions. * * TODO(dox): thoro...
28.807692
80
0.744326
[ "vector" ]
c10a9df9c86d878f3533dad8101280d82a6a836a
16,303
cpp
C++
openfpga/src/annotation/device_rr_gsb.cpp
antmicro/OpenFPGA
b78803a6bb4c07aaa5946fd7f579a49d8a3022f6
[ "MIT" ]
246
2020-12-03T08:49:29.000Z
2022-03-28T21:19:55.000Z
openfpga/src/annotation/device_rr_gsb.cpp
a-canela/OpenFPGA
063c58b6cbe2e01aa5520ec43ec80ff064d7f228
[ "MIT" ]
261
2020-12-03T00:23:54.000Z
2022-03-31T10:00:37.000Z
openfpga/src/annotation/device_rr_gsb.cpp
a-canela/OpenFPGA
063c58b6cbe2e01aa5520ec43ec80ff064d7f228
[ "MIT" ]
66
2020-12-12T09:05:53.000Z
2022-03-28T07:51:41.000Z
/************************************************************************ * Member functions for class DeviceRRGSB ***********************************************************************/ #include "vtr_log.h" #include "vtr_assert.h" #include "device_rr_gsb.h" /* namespace openfpga begins */ namespace openfpga { /**...
33.339468
139
0.64988
[ "vector" ]
c10bb2478a997a2ccae6ba9324219f0ca7d8e45e
1,376
cpp
C++
src/unit_tests/string_test.cpp
mwbrown/circa
425b4a3042addab813447813cc45888a012b2c2e
[ "MIT" ]
27
2015-01-24T20:17:13.000Z
2021-01-09T17:54:27.000Z
src/unit_tests/string_test.cpp
mwbrown/circa
425b4a3042addab813447813cc45888a012b2c2e
[ "MIT" ]
1
2015-09-18T15:58:12.000Z
2015-09-18T20:37:00.000Z
src/unit_tests/string_test.cpp
mwbrown/circa
425b4a3042addab813447813cc45888a012b2c2e
[ "MIT" ]
5
2015-07-18T13:10:27.000Z
2022-02-05T16:53:17.000Z
// Copyright (c) Andrew Fischer. See LICENSE file for license terms. #include "unit_test_common.h" #include "string_type.h" namespace string_test { void test_sneaky_equals() { Value val1, val2; set_string(&val1, "Hello"); set_string(&val2, "Hello"); // initial: strings are stored differently. t...
24.140351
68
0.690407
[ "object" ]
c10ee55e47e1f8945928371c1c46ce6a5ddefda8
22,447
cpp
C++
Post/source/ShapeWorksPost-V1/SWPost/shapeworkspost.cpp
amylenz/ShapeWorks
78c2ee067a23e31f5b83d0121e60addb1b0bf462
[ "MIT" ]
null
null
null
Post/source/ShapeWorksPost-V1/SWPost/shapeworkspost.cpp
amylenz/ShapeWorks
78c2ee067a23e31f5b83d0121e60addb1b0bf462
[ "MIT" ]
null
null
null
Post/source/ShapeWorksPost-V1/SWPost/shapeworkspost.cpp
amylenz/ShapeWorks
78c2ee067a23e31f5b83d0121e60addb1b0bf462
[ "MIT" ]
null
null
null
#include <iostream> #include <queue> #include <fstream> #include <string> #ifndef IGL_VIEWER_WITH_NANOGUI int main() { std::cerr<< "Error: recompile with LIBIGL_VIEWER_WITH_NANOGUI defined."<<std::endl; return EXIT_FAILURE; } #else #include "tinyxml.h" #include <nanogui/formhelper.h> #include <nanogui/screen.h>...
34.217988
107
0.551789
[ "mesh", "shape", "vector", "transform" ]
c11bef4e7d3d6864043d0d064e9a147629d9e71c
982
hpp
C++
include/eve/module/real/math/function/regular/generic/atan.hpp
orao/eve
a8bdc6a9cab06d905e8749354cde63776ab76846
[ "MIT" ]
null
null
null
include/eve/module/real/math/function/regular/generic/atan.hpp
orao/eve
a8bdc6a9cab06d905e8749354cde63776ab76846
[ "MIT" ]
null
null
null
include/eve/module/real/math/function/regular/generic/atan.hpp
orao/eve
a8bdc6a9cab06d905e8749354cde63776ab76846
[ "MIT" ]
null
null
null
//================================================================================================== /** EVE - Expressive Vector Engine Copyright : EVE Contributors & Maintainers SPDX-License-Identifier: MIT **/ //================================================================================================== #...
28.882353
100
0.544807
[ "vector" ]
c1249dbb2e7b16e769c83cacc3eb3cb8facc40af
7,041
cpp
C++
Source/ActionsLib/TrainActions.cpp
sunkwei/CNTK
08691e97707538b110ca71bce4ad06c46d840517
[ "Intel" ]
null
null
null
Source/ActionsLib/TrainActions.cpp
sunkwei/CNTK
08691e97707538b110ca71bce4ad06c46d840517
[ "Intel" ]
null
null
null
Source/ActionsLib/TrainActions.cpp
sunkwei/CNTK
08691e97707538b110ca71bce4ad06c46d840517
[ "Intel" ]
1
2019-10-24T00:35:07.000Z
2019-10-24T00:35:07.000Z
// // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.md file in the project root for full license information. // // TrainActions.cpp -- CNTK training-related actions // #define _CRT_NONSTDC_NO_DEPRECATE // make VS accept POSIX functions without _ #include "stdafx.h" #inc...
36.107692
181
0.670075
[ "object", "vector" ]
c12abbcda673a7ee8a1a3b6ab7d58f0d09ab6ccd
16,969
cpp
C++
pipeline/pipeline.cpp
anyong298/camera-pipeline
529829bfbd70088b9aad7d297718765942505ae6
[ "MIT" ]
1
2022-02-07T07:07:18.000Z
2022-02-07T07:07:18.000Z
pipeline/pipeline.cpp
anyong298/camera-pipeline
529829bfbd70088b9aad7d297718765942505ae6
[ "MIT" ]
null
null
null
pipeline/pipeline.cpp
anyong298/camera-pipeline
529829bfbd70088b9aad7d297718765942505ae6
[ "MIT" ]
2
2020-09-04T07:03:18.000Z
2020-09-20T15:35:18.000Z
/* * University of Rochester * Authors: Prikshet Sharma, Oliver Ziqi Zhang * * */ #include<stdio.h> #include "Halide.h" #define OBR_HEIGHT 10 using namespace Halide; //using namespace Halide::Tools; using namespace ConciseCasts; Buffer<uint8_t> obr(Buffer<uint8_t> input) { //Buffer<uint8_t>...
39.740047
234
0.527138
[ "vector" ]
c12e47af5ec88e81b86400fdbb3a612519dee841
73,339
cpp
C++
src/oc/code.cpp
shhong/nrn
0d64e94330c6072529e31033d579b270f742454e
[ "BSD-3-Clause" ]
null
null
null
src/oc/code.cpp
shhong/nrn
0d64e94330c6072529e31033d579b270f742454e
[ "BSD-3-Clause" ]
1
2022-03-25T13:30:45.000Z
2022-03-25T13:30:45.000Z
src/oc/code.cpp
shhong/nrn
0d64e94330c6072529e31033d579b270f742454e
[ "BSD-3-Clause" ]
1
2018-12-18T13:52:16.000Z
2018-12-18T13:52:16.000Z
#include <../../nrnconf.h> /* /local/src/master/nrn/src/oc/code.cpp,v 1.37 1999/07/03 14:20:21 hines Exp */ #if defined(__GO32__) #include <go32.h> #endif #include <errno.h> #include "hoc.h" #include "code.h" #include "hocstr.h" #include "parse.hpp" #include "ocfunc.h" #include "ocmisc.h" #include "hocparse.h" #incl...
27.243314
158
0.52076
[ "object", "vector" ]
c12ebde78e7dda0e70293db8c9be846c8db6eb40
4,412
cpp
C++
xtd.forms/src/xtd/forms/application.cpp
lineCode/xtd.forms
53b126a41513b4009870498b9f8e522dfc94c8de
[ "MIT" ]
1
2022-02-04T08:15:31.000Z
2022-02-04T08:15:31.000Z
xtd.forms/src/xtd/forms/application.cpp
lineCode/xtd.forms
53b126a41513b4009870498b9f8e522dfc94c8de
[ "MIT" ]
null
null
null
xtd.forms/src/xtd/forms/application.cpp
lineCode/xtd.forms
53b126a41513b4009870498b9f8e522dfc94c8de
[ "MIT" ]
null
null
null
#include <chrono> #include <xtd/xtd.io.hpp> #include <xtd/environment.hpp> #include <xtd/forms/native/application.hpp> #include <xtd/forms/window_messages.hpp> #include "../../../include/xtd/forms/application.hpp" using namespace std; using namespace xtd; using namespace xtd::forms; bool application::message_loop_ = ...
30.427586
181
0.732774
[ "vector" ]
c12f8a5bdc92911d048131182b0ca4f6c9073843
3,189
cpp
C++
live/src/v20180801/model/PlayDataInfoByStream.cpp
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
43
2019-08-14T08:14:12.000Z
2022-03-30T12:35:09.000Z
live/src/v20180801/model/PlayDataInfoByStream.cpp
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
12
2019-07-15T10:44:59.000Z
2021-11-02T12:35:00.000Z
live/src/v20180801/model/PlayDataInfoByStream.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.473214
156
0.71339
[ "model" ]
c1337ed70c609cfb73ea114fa665031cead01b93
15,914
cpp
C++
src/g1000/cgi/g1000_VSI.cpp
paperoga-dev/mscsim
a5bd3b88745bf8d91e85fd001b0972662ff8e410
[ "MIT" ]
null
null
null
src/g1000/cgi/g1000_VSI.cpp
paperoga-dev/mscsim
a5bd3b88745bf8d91e85fd001b0972662ff8e410
[ "MIT" ]
null
null
null
src/g1000/cgi/g1000_VSI.cpp
paperoga-dev/mscsim
a5bd3b88745bf8d91e85fd001b0972662ff8e410
[ "MIT" ]
null
null
null
/****************************************************************************//* * Copyright (C) 2021 Marek M. Cel * * 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, ...
35.130243
99
0.552595
[ "geometry" ]
c137811b6f59a0b7b3d7bf00e82bb2a2feb83a6d
2,086
cpp
C++
main.cpp
Sharvilpr23/csc315Project1
508bfb52008fafc6374ae9722afd0a9cfd8e8713
[ "MIT" ]
2
2021-08-13T08:36:30.000Z
2021-08-13T08:37:00.000Z
main.cpp
Sharvilpr23/csc315Project1
508bfb52008fafc6374ae9722afd0a9cfd8e8713
[ "MIT" ]
null
null
null
main.cpp
Sharvilpr23/csc315Project1
508bfb52008fafc6374ae9722afd0a9cfd8e8713
[ "MIT" ]
null
null
null
/*************************************************************************//** * @file * * @mainpage Paint Program * * @section course_section Course Information * * @authors Sharvil Pai Raiker, Eli Fox * * @date Feb. 14 2020 * * @par Course: * CSC 315- Spring 2020 * * @details This program creates a...
28.575342
83
0.59396
[ "object" ]
c137c92666596d46fbd49e2e389337f90b9c920b
5,241
cc
C++
viewer/window_manager.cc
IJDykeman/experiments-1
22badf166b2ea441e953939463f751020b8c251b
[ "MIT" ]
1
2022-02-28T04:19:34.000Z
2022-02-28T04:19:34.000Z
viewer/window_manager.cc
IJDykeman/experiments-1
22badf166b2ea441e953939463f751020b8c251b
[ "MIT" ]
null
null
null
viewer/window_manager.cc
IJDykeman/experiments-1
22badf166b2ea441e953939463f751020b8c251b
[ "MIT" ]
null
null
null
#include "viewer/window_manager.hh" //%deps(OPENGL, GLFW, GLEW, pthread) #include <atomic> #include <chrono> #include <iostream> #include <map> #include <mutex> #include <sstream> #include <string> #include <thread> namespace viewer { void key_callback( GLFWwindow *window, int key, int scancode, int action, int...
25.565854
80
0.688227
[ "render" ]
c139cd78b4c01720da86b7d2321c3a7927d938bd
45,921
cpp
C++
Binder/frameworks/base/core/jni/android_util_Binder.cpp
YyuTtian/sample
7cbe4f3009f16df78c346d2cb58ac3d646130fa7
[ "Apache-2.0" ]
null
null
null
Binder/frameworks/base/core/jni/android_util_Binder.cpp
YyuTtian/sample
7cbe4f3009f16df78c346d2cb58ac3d646130fa7
[ "Apache-2.0" ]
null
null
null
Binder/frameworks/base/core/jni/android_util_Binder.cpp
YyuTtian/sample
7cbe4f3009f16df78c346d2cb58ac3d646130fa7
[ "Apache-2.0" ]
null
null
null
/* * Copyright (C) 2006 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
35.107798
116
0.610048
[ "object", "vector" ]
c143f7b1d880f12dd42e396ffce329013e8941a7
2,534
cpp
C++
aws-cpp-sdk-macie2/source/model/ObjectCountByEncryptionType.cpp
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2022-02-12T08:09:30.000Z
2022-02-12T08:09:30.000Z
aws-cpp-sdk-macie2/source/model/ObjectCountByEncryptionType.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-macie2/source/model/ObjectCountByEncryptionType.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/macie2/model/ObjectCountByEncryptionType.h> #include <aws/core/utils/json/JsonSerializer.h> #include <utility> using namespace Aws::Utils::Json; using namespace Aws::Utils; namespace ...
19.492308
88
0.723757
[ "model" ]
c1458f4e559e8fbfba353b628146b8bce44131f1
1,317
cpp
C++
grooking_patterns_cpp/7_tree_bfs/7_4.cpp
Amarnathpg123/grokking_coding_patterns
c615482ef2819d90cba832944943a6b5713d11f3
[ "MIT" ]
1
2021-09-19T16:41:58.000Z
2021-09-19T16:41:58.000Z
grooking_patterns_cpp/7_tree_bfs/7_4.cpp
Amarnathpg123/grokking_coding_patterns
c615482ef2819d90cba832944943a6b5713d11f3
[ "MIT" ]
null
null
null
grooking_patterns_cpp/7_tree_bfs/7_4.cpp
Amarnathpg123/grokking_coding_patterns
c615482ef2819d90cba832944943a6b5713d11f3
[ "MIT" ]
null
null
null
#include <bits/stdc++.h> using namespace std; class Node { public: long key; Node* left; Node* right; Node(long key_): key(key_), left(nullptr), right(nullptr) {} }; void averages_of_levels(Node *root, vector<long> &averages){ if(not root) return; queue<Node*> Q; Q.push(root); while(...
24.849057
65
0.56492
[ "vector" ]
c146ecb6a30e943e970691c71e519ebcac59e4b5
1,176
cpp
C++
src/Engine/CDialog.cpp
j-sokol/ncursesPac
8a41eece04f36f852a32022b2bfd3a038b3ad5d2
[ "MIT" ]
24
2017-04-22T03:28:52.000Z
2021-11-08T12:30:58.000Z
src/Engine/CDialog.cpp
j-sokol/pac
8a41eece04f36f852a32022b2bfd3a038b3ad5d2
[ "MIT" ]
2
2020-05-22T05:59:15.000Z
2021-06-05T14:23:56.000Z
src/Engine/CDialog.cpp
j-sokol/ncursesPac
8a41eece04f36f852a32022b2bfd3a038b3ad5d2
[ "MIT" ]
7
2017-04-18T23:07:43.000Z
2021-11-07T16:44:00.000Z
#include <Engine/CDialog.h> #include <Engine/CLayout.h> #include <Engine/CMenu.h> #include <Engine/CTime.h> #include <Engine/CNCurses.h> #include <Engine/CInputManager.h> #include <algorithm> void CDialog::show ( const std::vector<std::string> & message, const std::string & label ) { int window_height, wind...
23.52
109
0.619048
[ "vector" ]
c1516d5e4e1ed595ddf96a3638dfec35e8f7ff22
2,727
cpp
C++
lib-opencc-android/src/main/jni/OpenCC/src/UTF8UtilTest.cpp
huxiaomao/android-opencc
a251591316323151a97d977c39c85e0571c60971
[ "MIT" ]
5,895
2015-01-01T12:28:18.000Z
2022-03-31T07:50:46.000Z
lib-opencc-android/src/main/jni/OpenCC/src/UTF8UtilTest.cpp
huxiaomao/android-opencc
a251591316323151a97d977c39c85e0571c60971
[ "MIT" ]
479
2015-01-01T12:24:31.000Z
2022-03-25T06:15:40.000Z
lib-opencc-android/src/main/jni/OpenCC/src/UTF8UtilTest.cpp
huxiaomao/android-opencc
a251591316323151a97d977c39c85e0571c60971
[ "MIT" ]
888
2015-01-01T11:17:44.000Z
2022-03-31T06:44:44.000Z
/* * Open Chinese Convert * * Copyright 2015 Carbo Kuo <byvoid@byvoid.com> * * 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 * * U...
34.518987
78
0.722039
[ "vector" ]
c15398eb7b41f322c15541e54766c1278de5cd88
15,540
hpp
C++
openstudiocore/src/analysisdriver/CloudAnalysisDriver_Impl.hpp
jasondegraw/OpenStudio
2ab13f6e5e48940929041444e40ad9d36f80f552
[ "blessing" ]
1
2016-12-29T08:45:03.000Z
2016-12-29T08:45:03.000Z
openstudiocore/src/analysisdriver/CloudAnalysisDriver_Impl.hpp
jasondegraw/OpenStudio
2ab13f6e5e48940929041444e40ad9d36f80f552
[ "blessing" ]
null
null
null
openstudiocore/src/analysisdriver/CloudAnalysisDriver_Impl.hpp
jasondegraw/OpenStudio
2ab13f6e5e48940929041444e40ad9d36f80f552
[ "blessing" ]
null
null
null
/********************************************************************** * Copyright (c) 2008-2016, Alliance for Sustainable Energy. * 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 t...
36.308411
133
0.696075
[ "object", "vector" ]
c156cebc1bb9a917dcc1d170ee41e774bd82f96c
11,868
cc
C++
iree/base/signature_mangle.cc
mbrukman/iree
6fbc32764c6fc38ad18f3ca9396778f79ded0c5e
[ "Apache-2.0" ]
1
2020-08-16T17:38:49.000Z
2020-08-16T17:38:49.000Z
iree/base/signature_mangle.cc
mbrukman/iree
6fbc32764c6fc38ad18f3ca9396778f79ded0c5e
[ "Apache-2.0" ]
null
null
null
iree/base/signature_mangle.cc
mbrukman/iree
6fbc32764c6fc38ad18f3ca9396778f79ded0c5e
[ "Apache-2.0" ]
null
null
null
// Copyright 2019 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
30.587629
80
0.575329
[ "object", "shape" ]
c1614f7766f2ca49925379ed7634fd27c4be803c
37,075
cpp
C++
learning/FlyCapture2/src/FlyCapture2GUI_GTKmm/CamSelection.cpp
ColdMatter/PhotonBEC
c6bcf9bdefd267c8adde0d299cf5920b010c5022
[ "MIT" ]
null
null
null
learning/FlyCapture2/src/FlyCapture2GUI_GTKmm/CamSelection.cpp
ColdMatter/PhotonBEC
c6bcf9bdefd267c8adde0d299cf5920b010c5022
[ "MIT" ]
null
null
null
learning/FlyCapture2/src/FlyCapture2GUI_GTKmm/CamSelection.cpp
ColdMatter/PhotonBEC
c6bcf9bdefd267c8adde0d299cf5920b010c5022
[ "MIT" ]
null
null
null
//============================================================================= // Copyright © 2008 Point Grey Research, Inc. All Rights Reserved. // // This software is the confidential and proprietary information of Point // Grey Research, Inc. ("Confidential Information"). You shall not // disclose such Confidentia...
34.488372
132
0.591018
[ "model" ]
c164c0dce9af417a8ac07e1f4e0336a5a2248ccf
7,559
hh
C++
src/boundary/BoundaryMOC.hh
RLReed/libdetran
77637c788823e0a14aae7e40e476a291f6f3184b
[ "MIT" ]
null
null
null
src/boundary/BoundaryMOC.hh
RLReed/libdetran
77637c788823e0a14aae7e40e476a291f6f3184b
[ "MIT" ]
null
null
null
src/boundary/BoundaryMOC.hh
RLReed/libdetran
77637c788823e0a14aae7e40e476a291f6f3184b
[ "MIT" ]
null
null
null
//----------------------------------*-C++-*----------------------------------// /** * @file BoundaryMOC.hh * @brief BoundaryMOC class definition * @author Jeremy Roberts * @date Jun 25, 2012 */ //---------------------------------------------------------------------------// #ifndef detran_BOUNDARYMOC_HH_ ...
33.595556
81
0.528509
[ "mesh", "geometry", "vector" ]
c1676e254707a5ec5fee616d504380f51c5acb20
4,530
cpp
C++
src/prepare_and_process_graph.cpp
farkhor/MTCPU-VertexCentric
97192d74760917eb3b37b299895c17d1af489fdc
[ "MIT" ]
6
2016-05-10T02:52:38.000Z
2018-02-06T03:56:14.000Z
src/prepare_and_process_graph.cpp
farkhor/MTCPU-VertexCentric
97192d74760917eb3b37b299895c17d1af489fdc
[ "MIT" ]
null
null
null
src/prepare_and_process_graph.cpp
farkhor/MTCPU-VertexCentric
97192d74760917eb3b37b299895c17d1af489fdc
[ "MIT" ]
null
null
null
#include <iostream> #include <atomic> #include <chrono> #include <future> #include "prepare_and_process_graph.hpp" #include "utils/buffer.hpp" #include "user_specified_codes/user_specified_pre_and_post_processing_functions.hpp" #include "user_specified_codes/user_specified_functions.hpp" void prepare_and_process_grap...
39.051724
105
0.624724
[ "vector" ]
c169bed64191963a95ab403e3720f3c7f500907a
1,896
hpp
C++
vc3.hpp
ttalvitie/dda-simulator
59914b54aef2178fc04bd934621ffd534a74ac6b
[ "BSD-2-Clause" ]
2
2020-12-21T13:22:53.000Z
2021-09-11T10:31:56.000Z
vc3.hpp
ttalvitie/dda-simulator
59914b54aef2178fc04bd934621ffd534a74ac6b
[ "BSD-2-Clause" ]
null
null
null
vc3.hpp
ttalvitie/dda-simulator
59914b54aef2178fc04bd934621ffd534a74ac6b
[ "BSD-2-Clause" ]
null
null
null
#pragma once #include "bmm.hpp" namespace dda_simulator { /// Port numbered VC3 machine that finds a 3-approximation of a minimum /// vertex cover of a simple graph. The algorithm ignores its input. /// The algorithm is described in /// Jukka Suomela: A Course on Deterministic Distributed Algorithms /// http://u...
25.28
73
0.689346
[ "vector" ]
c16af935993af66ad7d00c2fc089e0dc67c4fd5a
2,762
cc
C++
tile/lang/gen_trivial.cc
redoclag/plaidml
46d9e8b3f1e1093aab2a0dfa40b2e15e3cc7d314
[ "Apache-2.0" ]
4,535
2017-10-20T05:03:57.000Z
2022-03-30T15:42:33.000Z
tile/lang/gen_trivial.cc
HOZHENWAI/plaidml
46d9e8b3f1e1093aab2a0dfa40b2e15e3cc7d314
[ "Apache-2.0" ]
984
2017-10-20T17:16:09.000Z
2022-03-30T05:43:18.000Z
tile/lang/gen_trivial.cc
HOZHENWAI/plaidml
46d9e8b3f1e1093aab2a0dfa40b2e15e3cc7d314
[ "Apache-2.0" ]
492
2017-10-20T18:22:32.000Z
2022-03-30T09:00:05.000Z
#include "tile/lang/gen_trivial.h" #include <memory> #include <string> #include "base/util/logging.h" #include "tile/lang/sembuilder.h" namespace vertexai { namespace tile { namespace lang { KernelInfo GenCopy(const TensorShape& shape, const std::string& oname, const std::string& iname, const std...
33.682927
105
0.663287
[ "shape" ]
c16b512761a3517ddf5882d6e515c1bc6c8d78c2
8,320
cpp
C++
sources/gst-yoloplugin/yoloplugin_lib/yolov3.cpp
michaelchien1972/deepstream-plugins
570e5201050b7ee1df39b8fed887d246abefa677
[ "MIT" ]
10
2018-07-24T17:47:50.000Z
2021-05-14T23:02:14.000Z
sources/gst-yoloplugin/yoloplugin_lib/yolov3.cpp
whklwhkl/deepstream-plugins
570e5201050b7ee1df39b8fed887d246abefa677
[ "MIT" ]
null
null
null
sources/gst-yoloplugin/yoloplugin_lib/yolov3.cpp
whklwhkl/deepstream-plugins
570e5201050b7ee1df39b8fed887d246abefa677
[ "MIT" ]
8
2018-11-25T20:29:55.000Z
2021-02-22T11:02:35.000Z
/** MIT License Copyright (c) 2018 NVIDIA CORPORATION. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, co...
41.188119
100
0.59387
[ "vector" ]
c16e4be41972841658b472a012ba00847b5e61dd
29,490
cpp
C++
C++/OS/Project5/parttwo.cpp
JRW2252/OldProjects
58fb6788b7b08e45e1c29a62987f7af0dd2b8e13
[ "Unlicense" ]
null
null
null
C++/OS/Project5/parttwo.cpp
JRW2252/OldProjects
58fb6788b7b08e45e1c29a62987f7af0dd2b8e13
[ "Unlicense" ]
null
null
null
C++/OS/Project5/parttwo.cpp
JRW2252/OldProjects
58fb6788b7b08e45e1c29a62987f7af0dd2b8e13
[ "Unlicense" ]
null
null
null
// CS3242 Operating Systems // Spring 2015 // Project 5: Swapping and Paging, Part 2 // Alex Wardlaw, Ryan Williams, and Ryan Wraggs // Date: 4/14/2015 // File: parttwo.cpp #include <iostream> #include <sstream> /* stringstream for num to int and int to num */ #include <stdio.h> #include <stdlib.h> /* srand, ...
34.092486
412
0.465107
[ "vector" ]
c17bb1508a67d15d92c3b88b4d8efa533f7bc8db
2,648
cc
C++
src/modular/lib/pseudo_dir/pseudo_dir_server.cc
sunshinewithmoonlight/fuchsia-2003
02b23026dc7fecbad063210d5d45fa1b17feeb8b
[ "BSD-3-Clause" ]
null
null
null
src/modular/lib/pseudo_dir/pseudo_dir_server.cc
sunshinewithmoonlight/fuchsia-2003
02b23026dc7fecbad063210d5d45fa1b17feeb8b
[ "BSD-3-Clause" ]
null
null
null
src/modular/lib/pseudo_dir/pseudo_dir_server.cc
sunshinewithmoonlight/fuchsia-2003
02b23026dc7fecbad063210d5d45fa1b17feeb8b
[ "BSD-3-Clause" ]
null
null
null
// 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 "src/modular/lib/pseudo_dir/pseudo_dir_server.h" #include <lib/async/cpp/task.h> namespace modular { PseudoDirServer::PseudoDirServer(std::uniq...
35.306667
91
0.689577
[ "object" ]
c17f5c66f1468e242464990b9187ebb457217153
21,517
cc
C++
src/kudu/integration-tests/raft_config_change-itest.cc
YCjia/kudu
36187ef62e9fb892ea286af8e9547790a3fd34ba
[ "Apache-2.0" ]
11
2021-08-24T20:27:06.000Z
2022-02-28T06:05:26.000Z
src/kudu/integration-tests/raft_config_change-itest.cc
YCjia/kudu
36187ef62e9fb892ea286af8e9547790a3fd34ba
[ "Apache-2.0" ]
29
2019-07-01T13:40:51.000Z
2021-06-30T19:15:03.000Z
src/kudu/integration-tests/raft_config_change-itest.cc
YCjia/kudu
36187ef62e9fb892ea286af8e9547790a3fd34ba
[ "Apache-2.0" ]
16
2019-06-04T20:11:41.000Z
2021-04-27T20:59:33.000Z
// 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...
47.922049
100
0.690198
[ "vector" ]
c18c8c8d4283bf8bfca57109c6b9674fd8676b26
10,354
cpp
C++
Source/Common/Output_Webvtt.cpp
ElderOrb/dvrescue
163d24f6af1235ee1e022ec0bd80f9065da1f9b5
[ "BSD-3-Clause" ]
49
2019-10-22T09:34:46.000Z
2022-03-06T14:47:36.000Z
Source/Common/Output_Webvtt.cpp
ElderOrb/dvrescue
163d24f6af1235ee1e022ec0bd80f9065da1f9b5
[ "BSD-3-Clause" ]
296
2019-10-30T18:14:23.000Z
2022-03-29T19:29:35.000Z
Source/Common/Output_Webvtt.cpp
ElderOrb/dvrescue
163d24f6af1235ee1e022ec0bd80f9065da1f9b5
[ "BSD-3-Clause" ]
9
2019-10-22T09:34:50.000Z
2021-07-26T14:20:20.000Z
/* Copyright (c) MIPoPS. All Rights Reserved. * * Use of this source code is governed by a BSD-3-Clause license that can * be found in the LICENSE.txt file in the root of the source tree. */ //--------------------------------------------------------------------------- #include "Common/Output.h" #include "Common...
37.379061
172
0.435001
[ "vector" ]
c19111e2081821fb0fc0b624b1d23971179db7b2
6,760
hpp
C++
lab_control_center/src/ObstacleSimulation.hpp
Durrrr95/cpm_lab
e2e6f4ace4ebc01e8ddd87e2f4acf13e6ffdcc67
[ "MIT" ]
9
2020-06-24T11:22:15.000Z
2022-01-13T14:14:13.000Z
lab_control_center/src/ObstacleSimulation.hpp
Durrrr95/cpm_lab
e2e6f4ace4ebc01e8ddd87e2f4acf13e6ffdcc67
[ "MIT" ]
1
2021-05-10T13:48:04.000Z
2021-05-10T13:48:04.000Z
lab_control_center/src/ObstacleSimulation.hpp
Durrrr95/cpm_lab
e2e6f4ace4ebc01e8ddd87e2f4acf13e6ffdcc67
[ "MIT" ]
2
2021-11-08T11:59:29.000Z
2022-03-15T13:50:54.000Z
#pragma once #include "commonroad_classes/CommonRoadScenario.hpp" #include "commonroad_classes/ObstacleSimulationData.hpp" #include <memory> #include "cpm/Logging.hpp" #include "cpm/CommandLineReader.hpp" #include "cpm/init.hpp" #include "cpm/ParticipantSingleton.hpp" #include "cpm/SimpleTimer.hpp" #include "Commonr...
47.605634
205
0.735503
[ "object", "shape", "vector" ]
c1a328272c38463446483ce059c34453f49f651f
2,173
cc
C++
gcc-gcc-7_3_0-release/libstdc++-v3/testsuite/20_util/function/1.cc
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
gcc-gcc-7_3_0-release/libstdc++-v3/testsuite/20_util/function/1.cc
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
null
null
null
gcc-gcc-7_3_0-release/libstdc++-v3/testsuite/20_util/function/1.cc
best08618/asylo
5a520a9f5c461ede0f32acc284017b737a43898c
[ "Apache-2.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
// { dg-do run { target c++11 } } // 2005-01-15 Douglas Gregor <dgregor@cs.indiana.edu> // // Copyright (C) 2005-2017 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Publi...
23.365591
74
0.649793
[ "object" ]
c1ba6954ecc5898b5b6919f5d42316d434d30dc3
4,544
cpp
C++
windows/colorbutton.cpp
chayward/libui
34d1d0ac48f4695d3170a20e480567d68f587de0
[ "MIT" ]
11,062
2015-04-17T00:46:13.000Z
2022-03-31T11:24:06.000Z
windows/colorbutton.cpp
chayward/libui
34d1d0ac48f4695d3170a20e480567d68f587de0
[ "MIT" ]
505
2015-09-03T15:15:45.000Z
2022-03-06T04:55:33.000Z
windows/colorbutton.cpp
chayward/libui
34d1d0ac48f4695d3170a20e480567d68f587de0
[ "MIT" ]
798
2015-09-29T11:01:06.000Z
2022-03-29T10:24:18.000Z
// 16 may 2016 #include "uipriv_windows.hpp" struct uiColorButton { uiWindowsControl c; HWND hwnd; double r; double g; double b; double a; void (*onChanged)(uiColorButton *, void *); void *onChangedData; }; static void uiColorButtonDestroy(uiControl *c) { uiColorButton *b = uiColorButton(c); uiWindowsUnreg...
23.544041
94
0.695202
[ "transform" ]
c1bfdef44627f4767bdcbd2ef957daff0b7ec462
1,968
cc
C++
ppapi/examples/font/simple_font.cc
meego-tablet-ux/meego-app-browser
0f4ef17bd4b399c9c990a2f6ca939099495c2b9c
[ "BSD-3-Clause" ]
1
2015-10-12T09:14:22.000Z
2015-10-12T09:14:22.000Z
ppapi/examples/font/simple_font.cc
meego-tablet-ux/meego-app-browser
0f4ef17bd4b399c9c990a2f6ca939099495c2b9c
[ "BSD-3-Clause" ]
null
null
null
ppapi/examples/font/simple_font.cc
meego-tablet-ux/meego-app-browser
0f4ef17bd4b399c9c990a2f6ca939099495c2b9c
[ "BSD-3-Clause" ]
1
2020-11-04T07:22:28.000Z
2020-11-04T07:22:28.000Z
// Copyright (c) 2011 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 "ppapi/cpp/completion_callback.h" #include "ppapi/cpp/dev/font_dev.h" #include "ppapi/cpp/graphics_2d.h" #include "ppapi/cpp/image_data.h" #i...
28.941176
80
0.692073
[ "object" ]
c1cddc158fd92ddf248aa680b6f921f9b35d5275
10,749
cc
C++
GeneratorInterface/RivetInterface/plugins/RivetHarvesting.cc
flodamas/cmssw
fff9de2a54e62debab81057f8d6f8c82c2fd3dd6
[ "Apache-2.0" ]
null
null
null
GeneratorInterface/RivetInterface/plugins/RivetHarvesting.cc
flodamas/cmssw
fff9de2a54e62debab81057f8d6f8c82c2fd3dd6
[ "Apache-2.0" ]
null
null
null
GeneratorInterface/RivetInterface/plugins/RivetHarvesting.cc
flodamas/cmssw
fff9de2a54e62debab81057f8d6f8c82c2fd3dd6
[ "Apache-2.0" ]
null
null
null
#include "GeneratorInterface/RivetInterface/interface/RivetHarvesting.h" #include "FWCore/Framework/interface/Event.h" #include "FWCore/Framework/interface/EventSetup.h" #include "FWCore/Framework/interface/MakerMacros.h" #include "SimDataFormats/GeneratorProducts/interface/HepMCProduct.h" #include "SimDataFormats/Ge...
39.811111
214
0.649642
[ "vector" ]
c1cea6c36e4cae38537e34b4e688f4a109dae719
25,764
hpp
C++
3rdParty/boost/1.71.0/boost/beast/core/static_string.hpp
rajeev02101987/arangodb
817e6c04cb82777d266f3b444494140676da98e2
[ "Apache-2.0" ]
12,278
2015-01-29T17:11:33.000Z
2022-03-31T21:12:00.000Z
3rdParty/boost/1.71.0/boost/beast/core/static_string.hpp
rajeev02101987/arangodb
817e6c04cb82777d266f3b444494140676da98e2
[ "Apache-2.0" ]
9,469
2015-01-30T05:33:07.000Z
2022-03-31T16:17:21.000Z
3rdParty/boost/1.71.0/boost/beast/core/static_string.hpp
rajeev02101987/arangodb
817e6c04cb82777d266f3b444494140676da98e2
[ "Apache-2.0" ]
892
2015-01-29T16:26:19.000Z
2022-03-20T07:44:30.000Z
// // Copyright (c) 2016-2019 Vinnie Falco (vinnie dot falco at gmail dot com) // // 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) // // Official repository: https://github.com/boostorg/beast // #ifndef BOOST_BEAST_...
23.106726
99
0.630686
[ "object" ]
c1cfdc4c2a8ab4b2101a6093579c25c3cd9dc193
12,128
cpp
C++
src/rendering/graphics/Text.cpp
skylerpfli/libpag
41adf2754a428569d3513a85908bcc6c1bf3d906
[ "BSL-1.0", "CC0-1.0", "MIT" ]
1
2022-03-10T07:54:48.000Z
2022-03-10T07:54:48.000Z
src/rendering/graphics/Text.cpp
skylerpfli/libpag
41adf2754a428569d3513a85908bcc6c1bf3d906
[ "BSL-1.0", "CC0-1.0", "MIT" ]
5
2022-02-03T18:46:02.000Z
2022-03-03T14:25:59.000Z
src/rendering/graphics/Text.cpp
skylerpfli/libpag
41adf2754a428569d3513a85908bcc6c1bf3d906
[ "BSL-1.0", "CC0-1.0", "MIT" ]
null
null
null
///////////////////////////////////////////////////////////////////////////////////////////////// // // Tencent is pleased to support the open source community by making libpag available. // // Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. // // Licensed under the Apache License, Versio...
34.067416
99
0.645531
[ "vector", "transform" ]
c1d0efa72208c1ac6ad68b5b219bc3b66def65e3
9,554
cpp
C++
compiler/main/runpasses.cpp
milisarge/chapel
5a3bb108f1dde56f19ad0811726809566b9e6613
[ "ECL-2.0", "Apache-2.0" ]
3
2020-02-24T13:34:10.000Z
2020-04-17T07:41:55.000Z
compiler/main/runpasses.cpp
milisarge/chapel
5a3bb108f1dde56f19ad0811726809566b9e6613
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
compiler/main/runpasses.cpp
milisarge/chapel
5a3bb108f1dde56f19ad0811726809566b9e6613
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
/* * Copyright 2004-2020 Hewlett Packard Enterprise Development LP * Other additional copyright holders may be indicated within. * * The entirety of this work is licensed under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * * You may obtai...
36.746154
100
0.646326
[ "vector" ]
c1d9fd322610deb06a8d9071c2b565c253cb4880
3,949
cpp
C++
Samples/Tests/General/FrictionPerTriangleTest.cpp
sherief/JoltPhysics
aa6910724d54e81a451bef6deb1544bd6b33541f
[ "MIT" ]
null
null
null
Samples/Tests/General/FrictionPerTriangleTest.cpp
sherief/JoltPhysics
aa6910724d54e81a451bef6deb1544bd6b33541f
[ "MIT" ]
null
null
null
Samples/Tests/General/FrictionPerTriangleTest.cpp
sherief/JoltPhysics
aa6910724d54e81a451bef6deb1544bd6b33541f
[ "MIT" ]
null
null
null
// SPDX-FileCopyrightText: 2021 Jorrit Rouwe // SPDX-License-Identifier: MIT #include <TestFramework.h> #include <Tests/General/FrictionPerTriangleTest.h> #include <Jolt/Physics/Collision/Shape/BoxShape.h> #include <Jolt/Physics/Collision/Shape/MeshShape.h> #include <Jolt/Geometry/Triangle.h> #include <Jolt/Physics/B...
41.568421
232
0.767536
[ "geometry", "shape" ]