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
44fdd86087f3db554fd8ea3f45a7460826ad4048
11,529
cpp
C++
src/VertexBuffers.cpp
sdh4/GLSupport
ea10881c128f346b878eee258d3cfefda9f5f3d5
[ "MIT" ]
null
null
null
src/VertexBuffers.cpp
sdh4/GLSupport
ea10881c128f346b878eee258d3cfefda9f5f3d5
[ "MIT" ]
null
null
null
src/VertexBuffers.cpp
sdh4/GLSupport
ea10881c128f346b878eee258d3cfefda9f5f3d5
[ "MIT" ]
null
null
null
#include "VertexBuffers.h" /* Create a vertex array object and vertex buffer object for vertices of size 3 (x, y, z) along with colors of size 3: (r, g, b) @param vaoID - address to store the vertex array object @param vboID - address to store the vertex buffer objects. Note, TWO spaces are required to create buff...
41.923636
173
0.729812
[ "object", "vector" ]
44fef48911dcaa2f6beb3508e45d9cb36682bbb8
17,234
cc
C++
chromium/ui/app_list/views/contents_view.cc
wedataintelligence/vivaldi-source
22a46f2c969f6a0b7ca239a05575d1ea2738768c
[ "BSD-3-Clause" ]
27
2016-04-27T01:02:03.000Z
2021-12-13T08:53:19.000Z
chromium/ui/app_list/views/contents_view.cc
wedataintelligence/vivaldi-source
22a46f2c969f6a0b7ca239a05575d1ea2738768c
[ "BSD-3-Clause" ]
2
2017-03-09T09:00:50.000Z
2017-09-21T15:48:20.000Z
chromium/ui/app_list/views/contents_view.cc
wedataintelligence/vivaldi-source
22a46f2c969f6a0b7ca239a05575d1ea2738768c
[ "BSD-3-Clause" ]
17
2016-04-27T02:06:39.000Z
2019-12-18T08:07:00.000Z
// Copyright (c) 2012 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 "ui/app_list/views/contents_view.h" #include <algorithm> #include <vector> #include "base/logging.h" #include "ui/app_list/app_list_constan...
35.171429
80
0.72914
[ "vector", "model" ]
78009437c7182110a1460d974e58c5d81845d3ba
4,785
cc
C++
xic/src/edit/undolist_setif.cc
wrcad/xictools
f46ba6d42801426739cc8b2940a809b74f1641e2
[ "Apache-2.0" ]
73
2017-10-26T12:40:24.000Z
2022-03-02T16:59:43.000Z
xic/src/edit/undolist_setif.cc
chris-ayala/xictools
4ea72c118679caed700dab3d49a8d36445acaec3
[ "Apache-2.0" ]
12
2017-11-01T10:18:22.000Z
2022-03-20T19:35:36.000Z
xic/src/edit/undolist_setif.cc
chris-ayala/xictools
4ea72c118679caed700dab3d49a8d36445acaec3
[ "Apache-2.0" ]
34
2017-10-06T17:04:21.000Z
2022-02-18T16:22:03.000Z
/*========================================================================* * * * Distributed by Whiteley Research Inc., Sunnyvale, California, USA * * http://wrcad.com * * Copyright (...
45.141509
79
0.489655
[ "object" ]
78019a9d512ad9196473ccfb52a53f7f0a7a5b3e
8,421
cpp
C++
code/Graphics/Modeling/WavefrontMaterial.cpp
jpike/SoftwareRenderer
8c9becd44dbfccbdf48a49479f696a22ffbeb465
[ "Unlicense" ]
null
null
null
code/Graphics/Modeling/WavefrontMaterial.cpp
jpike/SoftwareRenderer
8c9becd44dbfccbdf48a49479f696a22ffbeb465
[ "Unlicense" ]
null
null
null
code/Graphics/Modeling/WavefrontMaterial.cpp
jpike/SoftwareRenderer
8c9becd44dbfccbdf48a49479f696a22ffbeb465
[ "Unlicense" ]
null
null
null
#include <fstream> #include <sstream> #include <string> #include "Graphics/Modeling/WavefrontMaterial.h" namespace GRAPHICS::MODELING { /// Attempts to load the material from the specified .mtl file. /// @param[in] mtl_filepath - The path of the .mtl file to load. /// @return The material, if successfull ...
38.104072
96
0.545778
[ "model" ]
78023bf6a7131362a05228278d74c3951a70320e
35,323
hpp
C++
include/GlobalNamespace/AnnotatedBeatmapLevelCollectionsGridView.hpp
sc2ad/BeatSaber-Quest-Codegen
ba8acaae541cfe1161e05fbc3bf87f4bc46bc4ab
[ "Unlicense" ]
23
2020-08-07T04:09:00.000Z
2022-03-31T22:10:29.000Z
include/GlobalNamespace/AnnotatedBeatmapLevelCollectionsGridView.hpp
sc2ad/BeatSaber-Quest-Codegen
ba8acaae541cfe1161e05fbc3bf87f4bc46bc4ab
[ "Unlicense" ]
6
2021-09-29T23:47:31.000Z
2022-03-30T20:49:23.000Z
include/GlobalNamespace/AnnotatedBeatmapLevelCollectionsGridView.hpp
sc2ad/BeatSaber-Quest-Codegen
ba8acaae541cfe1161e05fbc3bf87f4bc46bc4ab
[ "Unlicense" ]
17
2020-08-20T19:36:52.000Z
2022-03-30T18:28:24.000Z
// Autogenerated from CppHeaderCreator // Created by Sc2ad // ========================================================================= #pragma once // Begin includes #include "extern/beatsaber-hook/shared/utils/typedefs.h" #include "extern/beatsaber-hook/shared/utils/byref.hpp" // Including type: UnityEngine.MonoBehav...
64.812844
325
0.793449
[ "object", "vector" ]
7804513a73abb315a3c52706a4d6a7f3b1ccd39c
14,620
cpp
C++
QuadGrav/src/checkDerivatives.cpp
lanl/Dendro-GRCA
8a475b1abd8832c3dfc19d00cc0ec4b9e2789c8a
[ "BSD-3-Clause" ]
1
2021-06-21T08:38:53.000Z
2021-06-21T08:38:53.000Z
QuadGrav/src/checkDerivatives.cpp
lanl/Dendro-GRCA
8a475b1abd8832c3dfc19d00cc0ec4b9e2789c8a
[ "BSD-3-Clause" ]
null
null
null
QuadGrav/src/checkDerivatives.cpp
lanl/Dendro-GRCA
8a475b1abd8832c3dfc19d00cc0ec4b9e2789c8a
[ "BSD-3-Clause" ]
1
2020-09-23T17:09:34.000Z
2020-09-23T17:09:34.000Z
// // Created by milinda on 10/5/17. /** *@author Milinda Fernando *School of Computing, University of Utah *@brief check all teh quadgrav derivs for user specified function. */ // #ifndef SFCSORTBENCH_CHECKDERIVATIVES_H #define SFCSORTBENCH_CHECKDERIVATIVES_H #include "iostream" #include "TreeNode.h" #include "mesh....
48.250825
320
0.659097
[ "mesh", "vector" ]
7807a99ad0bfb980fb631c3d47de206812401cee
26,250
cpp
C++
Logic/Stage/ScriptEngine.cpp
Teles1/LuniaAsio
62e404442cdb6e5523fc6e7a5b0f64a4471180ed
[ "MIT" ]
null
null
null
Logic/Stage/ScriptEngine.cpp
Teles1/LuniaAsio
62e404442cdb6e5523fc6e7a5b0f64a4471180ed
[ "MIT" ]
null
null
null
Logic/Stage/ScriptEngine.cpp
Teles1/LuniaAsio
62e404442cdb6e5523fc6e7a5b0f64a4471180ed
[ "MIT" ]
null
null
null
#include "ScriptEngine.h" #include <Core/Utils/StringUtil/GenericConversion.h> #include <Core/Resource/Resource.h> #include "ScriptLoadThread.h" #include <Core/DeltaTimer.h> using namespace Lunia::StringUtil; #include <iostream> using namespace std; #define PREPARE_CONTEXT(func) if (PrepareContext(asModule->GetFunctio...
29.395297
191
0.681524
[ "object", "vector" ]
780a89596cdc1d2cc223c4beb7001c2b782314f1
13,533
cpp
C++
shapeCommonOperatation/mainwindow.cpp
xiaozhuo1314/VTK-Qt
7f04184bf9269bfebf51b8539501b241dd2ba5ca
[ "Apache-2.0" ]
32
2019-01-18T15:30:20.000Z
2022-03-18T07:38:52.000Z
shapeCommonOperatation/mainwindow.cpp
xiaozhuo1314/VTK-Qt
7f04184bf9269bfebf51b8539501b241dd2ba5ca
[ "Apache-2.0" ]
null
null
null
shapeCommonOperatation/mainwindow.cpp
xiaozhuo1314/VTK-Qt
7f04184bf9269bfebf51b8539501b241dd2ba5ca
[ "Apache-2.0" ]
18
2019-02-25T09:12:23.000Z
2022-03-10T09:04:25.000Z
#include "mainwindow.h" MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) { //triangleSurfaceAndVolume(); //计算表面积和体积 //distanceOnSurface(); //计算测地距离 //boundingBox(); //包围盒 //normalVector(); //加入法向量后图形会更加平滑 curvatures(); //显示曲率 } MainWindow::~MainWindow() { } void MainWindow...
40.15727
135
0.73487
[ "render" ]
780b0ab019756c911b5e11365958578989ae484a
1,057
hh
C++
Spectra/CeMinusSpectrum.hh
brownd1978/TrackToy
e8839460693cd14caecbca0bef8259fe3e73413e
[ "Apache-2.0" ]
null
null
null
Spectra/CeMinusSpectrum.hh
brownd1978/TrackToy
e8839460693cd14caecbca0bef8259fe3e73413e
[ "Apache-2.0" ]
null
null
null
Spectra/CeMinusSpectrum.hh
brownd1978/TrackToy
e8839460693cd14caecbca0bef8259fe3e73413e
[ "Apache-2.0" ]
null
null
null
// // Model of the CeMinus spectrum including radiative effects, see https://journals.aps.org/prd/abstract/10.1103/PhysRevD.94.051301 // #ifndef TrackToy_Spectra_CeMinusSpectrum_hh #define TrackToy_Spectra_CeMinusSpectrum_hh #include "TrackToy/Spectra/Spectrum.hh" #include <limits> namespace TrackToy { struct CeMin...
37.75
131
0.732261
[ "vector", "model" ]
78109ef61c98b4dc57d3fb0851693c5c2705b5ab
22,613
cpp
C++
src/ssGUI/Extensions/RoundedCorners.cpp
Neko-Box-Coder/ssGUI
25e218fd79fea105a30737a63381cf8d0be943f6
[ "Apache-2.0" ]
15
2022-01-21T10:48:04.000Z
2022-03-27T17:55:11.000Z
src/ssGUI/Extensions/RoundedCorners.cpp
Neko-Box-Coder/ssGUI
25e218fd79fea105a30737a63381cf8d0be943f6
[ "Apache-2.0" ]
null
null
null
src/ssGUI/Extensions/RoundedCorners.cpp
Neko-Box-Coder/ssGUI
25e218fd79fea105a30737a63381cf8d0be943f6
[ "Apache-2.0" ]
4
2022-01-21T10:48:05.000Z
2022-01-22T15:42:34.000Z
#include "ssGUI/Extensions/RoundedCorners.hpp" #include "ssGUI/GUIObjectClasses/MainWindow.hpp" //For getting mouse position namespace ssGUI::Extensions { RoundedCorners::RoundedCorners() : Container(nullptr), Enabled(true), RoundedCornersRadius(10), TargetShapes{0}, TargetVertices(), VerticesToRound(), ...
37.500829
227
0.565073
[ "shape", "vector" ]
78134575ff7e1ef52eb06e7f26dcd486d70de0a0
397
cpp
C++
Codes/leetcode-with-errichto/april-challange/ContiguousArray-failed.cpp
fahimfarhan/legendary-coding-odyssey
55289e05aa04f866201c607bed00c505cd9c4df9
[ "MIT" ]
3
2019-07-20T07:26:31.000Z
2020-08-06T09:31:09.000Z
Codes/leetcode-with-errichto/april-challange/ContiguousArray-failed.cpp
fahimfarhan/legendary-coding-odyssey
55289e05aa04f866201c607bed00c505cd9c4df9
[ "MIT" ]
null
null
null
Codes/leetcode-with-errichto/april-challange/ContiguousArray-failed.cpp
fahimfarhan/legendary-coding-odyssey
55289e05aa04f866201c607bed00c505cd9c4df9
[ "MIT" ]
4
2019-06-20T18:43:32.000Z
2020-10-07T16:45:23.000Z
class Solution { public: int findMaxLength(vector<int>& nums) { int zeroKount = 0, oneKount = 0, minimus = 0, maximus = 0; for(int n : nums) { if( (n&1) == 1) { oneKount++; } else{ zeroKount++; } } minimus = min(zeroKount, oneKount); ...
24.8125
70
0.453401
[ "vector" ]
7819f5d5cfebde6029608f854b33e682fdcb1c35
2,112
cpp
C++
test/unit/module/real/special/stirling.cpp
leha-bot/eve
30e7a7f6bcc5cf524a6c2cc624234148eee847be
[ "MIT" ]
340
2020-09-16T21:12:48.000Z
2022-03-28T15:40:33.000Z
test/unit/module/real/special/stirling.cpp
leha-bot/eve
30e7a7f6bcc5cf524a6c2cc624234148eee847be
[ "MIT" ]
383
2020-09-17T06:56:35.000Z
2022-03-13T15:58:53.000Z
test/unit/module/real/special/stirling.cpp
leha-bot/eve
30e7a7f6bcc5cf524a6c2cc624234148eee847be
[ "MIT" ]
28
2021-02-27T23:11:23.000Z
2022-03-25T12:31:29.000Z
//================================================================================================== /** EVE - Expressive Vector Engine Copyright : EVE Contributors & Maintainers SPDX-License-Identifier: MIT **/ //================================================================================================== #...
36.413793
100
0.456913
[ "vector" ]
781b5b07e28f37b52a064df30607e3398f84f872
1,625
cpp
C++
iohandlers/SolutionHandler.cpp
jkerkela/best-sudoku-solver
fa850a6e3e8bbbb5bcb823ddafb9d264ac471311
[ "MIT" ]
null
null
null
iohandlers/SolutionHandler.cpp
jkerkela/best-sudoku-solver
fa850a6e3e8bbbb5bcb823ddafb9d264ac471311
[ "MIT" ]
2
2019-07-20T19:16:22.000Z
2019-07-20T19:16:23.000Z
iohandlers/SolutionHandler.cpp
jkerkela/best-sudoku-solver
fa850a6e3e8bbbb5bcb823ddafb9d264ac471311
[ "MIT" ]
null
null
null
#include "SolutionHandler.h" #include "../dlxnodes/DancingLinks.h" #include "../Constants.h" #include <iostream> #include <list> #include <vector> #include <stdio.h> using std::cout; using std::endl; using std::string; using std::vector; void SolutionHandler::handleSolution(vector<DancingLinkNode*> answer) { int...
27.083333
71
0.568
[ "vector" ]
781b804b9c5f3bee8c202748d9a31809ddab1a76
1,791
cpp
C++
PAT-Code/A1131. Subway Map.cpp
bailingnan/CodingHistory
8ddd1c07fccb8ffb1a8065ab616367f68f075729
[ "MIT" ]
null
null
null
PAT-Code/A1131. Subway Map.cpp
bailingnan/CodingHistory
8ddd1c07fccb8ffb1a8065ab616367f68f075729
[ "MIT" ]
null
null
null
PAT-Code/A1131. Subway Map.cpp
bailingnan/CodingHistory
8ddd1c07fccb8ffb1a8065ab616367f68f075729
[ "MIT" ]
null
null
null
#include <iostream> #include <vector> using namespace std; vector<vector<int>> v(10000); int line[10000][10000], visit[10000], minCnt, minTransfer, start, end1; vector<int> path, tempPath; int transferCnt(vector<int> a) { int cnt = -1, preLine = 0; for (int i = 1; i < a.size(); i++) { if (line[a[i - 1]][a[i]] != p...
26.338235
101
0.556672
[ "vector" ]
781fc39db3439825056e7799d34673986a6d2410
1,453
cc
C++
base/win/i18n_unittest.cc
domenic/mojo
53dda76fed90a47c35ed6e06baf833a0d44495b8
[ "BSD-3-Clause" ]
231
2015-01-08T09:04:44.000Z
2021-12-30T03:03:10.000Z
base/win/i18n_unittest.cc
1065672644894730302/Chromium
239dd49e906be4909e293d8991e998c9816eaa35
[ "BSD-3-Clause" ]
5
2015-03-27T14:29:23.000Z
2019-09-25T13:23:12.000Z
base/win/i18n_unittest.cc
1065672644894730302/Chromium
239dd49e906be4909e293d8991e998c9816eaa35
[ "BSD-3-Clause" ]
268
2015-01-21T05:53:28.000Z
2022-03-25T22:09:01.000Z
// Copyright (c) 2010 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 contains unit tests for Windows internationalization funcs. #include "testing/gtest/include/gtest/gtest.h" #include "base/win/i18n.h" #...
33.790698
74
0.708878
[ "vector" ]
78228a799acab65114bd38f5f2177ff72c7aeda3
14,544
hpp
C++
inference-engine/src/inference_engine/cpp_interfaces/impl/ie_infer_async_request_thread_safe_default.hpp
giulio1979/dldt
e7061922066ccefc54c8dae6e3215308ce9559e1
[ "Apache-2.0" ]
1
2021-07-30T17:03:50.000Z
2021-07-30T17:03:50.000Z
inference-engine/src/inference_engine/cpp_interfaces/impl/ie_infer_async_request_thread_safe_default.hpp
Dipet/dldt
b2140c083a068a63591e8c2e9b5f6b240790519d
[ "Apache-2.0" ]
null
null
null
inference-engine/src/inference_engine/cpp_interfaces/impl/ie_infer_async_request_thread_safe_default.hpp
Dipet/dldt
b2140c083a068a63591e8c2e9b5f6b240790519d
[ "Apache-2.0" ]
null
null
null
// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once #include <cpp_interfaces/exception2status.hpp> #include <cpp_interfaces/ie_immediate_executor.hpp> #include <cpp_interfaces/ie_task_executor.hpp> #include <cpp_interfaces/interface/ie_iinfer_async_request_internal.hpp>...
40.853933
119
0.574395
[ "vector" ]
7823d9346a904692d1b6a7f9a059ab438c07a6f2
17,171
cpp
C++
_studio/mfx_lib/encode_hw/hevc/linux/g9/hevcehw_g9_fei_lin.cpp
asaechnx/MediaSDK
8414944b895a2259f9f30cbe3ac975806a8d7bf3
[ "MIT" ]
1
2020-09-08T15:30:11.000Z
2020-09-08T15:30:11.000Z
_studio/mfx_lib/encode_hw/hevc/linux/g9/hevcehw_g9_fei_lin.cpp
asaechnx/MediaSDK
8414944b895a2259f9f30cbe3ac975806a8d7bf3
[ "MIT" ]
null
null
null
_studio/mfx_lib/encode_hw/hevc/linux/g9/hevcehw_g9_fei_lin.cpp
asaechnx/MediaSDK
8414944b895a2259f9f30cbe3ac975806a8d7bf3
[ "MIT" ]
null
null
null
// Copyright (c) 2019 Intel Corporation // // 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, publ...
43.251889
153
0.639741
[ "vector" ]
78240f6aaeb9897306c6aa738b8795bb71189cfd
24,520
cpp
C++
install/TexGen/GUI/ControlsWindow.cpp
dalexa10/puma
ca02309c9f5c71e2e80ad8d64155dd6ca936c667
[ "NASA-1.3" ]
14
2021-06-17T17:17:07.000Z
2022-03-26T05:20:20.000Z
install/TexGen/GUI/ControlsWindow.cpp
dalexa10/puma
ca02309c9f5c71e2e80ad8d64155dd6ca936c667
[ "NASA-1.3" ]
6
2021-11-01T20:37:39.000Z
2022-03-11T17:18:53.000Z
install/TexGen/GUI/ControlsWindow.cpp
dalexa10/puma
ca02309c9f5c71e2e80ad8d64155dd6ca936c667
[ "NASA-1.3" ]
8
2021-07-20T09:24:23.000Z
2022-02-26T16:32:00.000Z
/*============================================================================= TexGen: Geometric textile modeller. Copyright (C) 2006 Martin Sherburn This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; ...
40
157
0.74425
[ "geometry", "render", "vector", "3d" ]
78253456c976fdabf2fa6d7fdd2095117281114a
2,733
hpp
C++
include/metrics/IMetricFamily.hpp
Rechip/mqtt-exporter
ebb7e44d066242b874cc3a602e3b32e97685fa95
[ "MIT" ]
null
null
null
include/metrics/IMetricFamily.hpp
Rechip/mqtt-exporter
ebb7e44d066242b874cc3a602e3b32e97685fa95
[ "MIT" ]
null
null
null
include/metrics/IMetricFamily.hpp
Rechip/mqtt-exporter
ebb7e44d066242b874cc3a602e3b32e97685fa95
[ "MIT" ]
null
null
null
#ifndef ME_METRICS_IMETRICFAMILY_HPP_ #define ME_METRICS_IMETRICFAMILY_HPP_ #pragma once #include "IMetric.hpp" #include "Label.hpp" #include "Variable.hpp" #include "VectorIterator.hpp" #include <chrono> #include <memory> #include <simple-yaml/simple_yaml.hpp> #include <string> #include <string_view> #include <vector...
29.387097
120
0.64764
[ "vector" ]
782a36203320e1448a6ffa2b5ca1e2282ac275af
31,900
cpp
C++
test/odbc/test_resultset.cpp
faizol/babelfish_extensions
3dab47c2a27a784906426c9401fc99c9519906d1
[ "PostgreSQL", "Apache-2.0", "BSD-3-Clause" ]
115
2021-10-29T18:17:24.000Z
2022-03-28T01:05:20.000Z
test/odbc/test_resultset.cpp
faizol/babelfish_extensions
3dab47c2a27a784906426c9401fc99c9519906d1
[ "PostgreSQL", "Apache-2.0", "BSD-3-Clause" ]
81
2021-10-29T19:22:51.000Z
2022-03-31T19:31:12.000Z
test/odbc/test_resultset.cpp
faizol/babelfish_extensions
3dab47c2a27a784906426c9401fc99c9519906d1
[ "PostgreSQL", "Apache-2.0", "BSD-3-Clause" ]
53
2021-10-30T01:26:50.000Z
2022-03-22T00:12:47.000Z
#include "odbc_handler.h" #include "database_objects.h" #include "query_generator.h" #include <gtest/gtest.h> #include <sqlext.h> using std::vector; using std::pair; using std::tuple; // Read Only table static const string RESULT_SET_RO_TABLE1 = "RESULT_SET_RO"; // Columns for the test table static const vector<pai...
41.918528
148
0.762351
[ "vector" ]
7830699d7bf22dbe6d3de0b195b51c5a25c083a5
7,117
hpp
C++
cbits/memory.hpp
twesterhout/tcm-swarm
e632d493a9dc0b78c2634c2ac6311abc5f99168a
[ "BSD-3-Clause" ]
null
null
null
cbits/memory.hpp
twesterhout/tcm-swarm
e632d493a9dc0b78c2634c2ac6311abc5f99168a
[ "BSD-3-Clause" ]
null
null
null
cbits/memory.hpp
twesterhout/tcm-swarm
e632d493a9dc0b78c2634c2ac6311abc5f99168a
[ "BSD-3-Clause" ]
null
null
null
// Copyright Tom Westerhout (c) 2018 // // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // * Redistributions of source code must retain the above copyright // notice, this list of...
39.759777
89
0.672755
[ "vector" ]
783271ce8d4b1caf720b5d3c51a63bfe666da7ca
56,073
cpp
C++
src/prod/src/ServiceModel/transport/SecuritySettings.cpp
vishnuk007/service-fabric
d0afdea185ae932cc3c9eacf179692e6fddbc630
[ "MIT" ]
1
2020-06-15T04:33:36.000Z
2020-06-15T04:33:36.000Z
src/prod/src/ServiceModel/transport/SecuritySettings.cpp
vishnuk007/service-fabric
d0afdea185ae932cc3c9eacf179692e6fddbc630
[ "MIT" ]
null
null
null
src/prod/src/ServiceModel/transport/SecuritySettings.cpp
vishnuk007/service-fabric
d0afdea185ae932cc3c9eacf179692e6fddbc630
[ "MIT" ]
null
null
null
// ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ #include "stdafx.h" using nam...
33.556553
196
0.694416
[ "object", "vector" ]
783558f587ddc138ad85f2724232907e5fdbd730
5,658
cxx
C++
panda/src/downloader/multiplexStreamBuf.cxx
sean5470/panda3d
ea2d4fecd4af1d4064c5fe2ae2a902ef4c9b903d
[ "PHP-3.0", "PHP-3.01" ]
null
null
null
panda/src/downloader/multiplexStreamBuf.cxx
sean5470/panda3d
ea2d4fecd4af1d4064c5fe2ae2a902ef4c9b903d
[ "PHP-3.0", "PHP-3.01" ]
null
null
null
panda/src/downloader/multiplexStreamBuf.cxx
sean5470/panda3d
ea2d4fecd4af1d4064c5fe2ae2a902ef4c9b903d
[ "PHP-3.0", "PHP-3.01" ]
null
null
null
/** * PANDA 3D SOFTWARE * Copyright (c) Carnegie Mellon University. All rights reserved. * * All use of this software is subject to the terms of the revised BSD * license. You should have received a copy of this license along * with this source code in a file named "LICENSE." * * @file multiplexStreamBuf.cxx ...
23.380165
78
0.656416
[ "3d" ]
7839d3cc94e65c877e8e53108550e234af676fc7
732
cpp
C++
codes/leetcode/BinarySearchTreeIterator.cpp
smmehrab/problem-solving
4aeab1673f18d3270ee5fc9b64ed6805eacf4af5
[ "MIT" ]
null
null
null
codes/leetcode/BinarySearchTreeIterator.cpp
smmehrab/problem-solving
4aeab1673f18d3270ee5fc9b64ed6805eacf4af5
[ "MIT" ]
null
null
null
codes/leetcode/BinarySearchTreeIterator.cpp
smmehrab/problem-solving
4aeab1673f18d3270ee5fc9b64ed6805eacf4af5
[ "MIT" ]
null
null
null
/* ************************************************ username : smmehrab fullname : s.m.mehrabul islam email : mehrab.24csedu.001@gmail.com institute : university of dhaka, bangladesh session : 2017-2018 ************************************************ */ class BSTIterator { private: vect...
21.529412
48
0.478142
[ "vector" ]
783a65b789e01c6a062b7a9533d7e32833243a96
5,431
cpp
C++
VisionSystem/src/ExplainYOLOImageGenerator.cpp
Jespjon/VisionSystemForAnAutonomousRailwayMaintenanceVehicle
d25895bcb42d730578aae583150be5783034d75c
[ "MIT" ]
5
2021-05-28T14:24:26.000Z
2021-11-08T13:14:02.000Z
VisionSystem/src/ExplainYOLOImageGenerator.cpp
Jespjon/VisionSystemForAnAutonomousRailwayMaintenanceVehicle
d25895bcb42d730578aae583150be5783034d75c
[ "MIT" ]
null
null
null
VisionSystem/src/ExplainYOLOImageGenerator.cpp
Jespjon/VisionSystemForAnAutonomousRailwayMaintenanceVehicle
d25895bcb42d730578aae583150be5783034d75c
[ "MIT" ]
1
2021-07-04T03:39:51.000Z
2021-07-04T03:39:51.000Z
// About /* * Generate images explaining how YOLO detects. * Uses Darknet. * * Set the number of horizontal and vertical lines in Grid() manually. */ #include <opencv2/opencv.hpp> #include <iostream> #include <algorithm> #include <vector> #include <string> #include <fstream> #define OPENCV #include "yolo_v2_class.h...
36.695946
208
0.678144
[ "vector" ]
783c5544c00563c20224c0d06e5f6f77c27a353b
1,248
cpp
C++
Source_Files/OOP-Project-CardGames.cpp
Michael432125/Card-Games-Polymorphic-OOP
ebaab8c04fbd1327bd8fbbda8ca83a19fa194e3c
[ "MIT" ]
null
null
null
Source_Files/OOP-Project-CardGames.cpp
Michael432125/Card-Games-Polymorphic-OOP
ebaab8c04fbd1327bd8fbbda8ca83a19fa194e3c
[ "MIT" ]
null
null
null
Source_Files/OOP-Project-CardGames.cpp
Michael432125/Card-Games-Polymorphic-OOP
ebaab8c04fbd1327bd8fbbda8ca83a19fa194e3c
[ "MIT" ]
null
null
null
#include <iostream> #include <iomanip> #include<string> #include<vector> #include "Card.h" #include "Deck.h" #include "GGPlayer.h" #include "BlackJackPlayer.h" #include "CardGuessingGame.h" #include "BlackJack.h" using namespace std; void virtualViaPointer(BaseGame*); //prototype int main() { vector<BaseGa...
16.207792
61
0.602564
[ "vector" ]
783d211c006478c63cb7740463d652a09618372f
11,529
cpp
C++
src/pke/unittest/UnitTestAutomorphism.cpp
yamanalab/PALISADE
b476d46170da62d7235d55d9a20497778e96a724
[ "BSD-2-Clause" ]
null
null
null
src/pke/unittest/UnitTestAutomorphism.cpp
yamanalab/PALISADE
b476d46170da62d7235d55d9a20497778e96a724
[ "BSD-2-Clause" ]
null
null
null
src/pke/unittest/UnitTestAutomorphism.cpp
yamanalab/PALISADE
b476d46170da62d7235d55d9a20497778e96a724
[ "BSD-2-Clause" ]
null
null
null
/* * @file UnitTestAutomorphism for all transform testing * @author TPOC: contact@palisade-crypto.org * * @copyright Copyright (c) 2019, New Jersey Institute of Technology (NJIT) * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided th...
30.339474
80
0.715066
[ "vector", "transform" ]
784330ff9bd3bb0a0b054cb6d98a623438af68f7
26,621
cpp
C++
src/brpc/span.cpp
wu-hanqing/incubator-brpc
7de0d7eaf6fca2b73b9f6018eb1b9128ce0a8f21
[ "Apache-2.0" ]
2
2020-07-19T13:24:11.000Z
2020-07-19T13:24:18.000Z
src/brpc/span.cpp
RichPure/incubator-brpc
846f7998799dd3c9103ef743fecc3c75d6dcb7ef
[ "BSL-1.0", "Apache-2.0" ]
2
2020-05-24T17:49:57.000Z
2020-09-26T06:29:01.000Z
src/brpc/span.cpp
RichPure/incubator-brpc
846f7998799dd3c9103ef743fecc3c75d6dcb7ef
[ "BSL-1.0", "Apache-2.0" ]
1
2022-03-17T09:58:18.000Z
2022-03-17T09:58:18.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...
33.193267
85
0.618947
[ "vector", "model" ]
784faaef60aaa54dce6bce84b79c32da907c8b91
29,393
cpp
C++
modules/gles2/functional/es2fTextureFilteringTests.cpp
omegaphora/external_deqp
8460b8642f48b81894c3cc6fc6d423811da60648
[ "Apache-2.0" ]
2
2016-12-27T00:57:00.000Z
2020-07-13T13:02:45.000Z
modules/gles2/functional/es2fTextureFilteringTests.cpp
omegaphora/external_deqp
8460b8642f48b81894c3cc6fc6d423811da60648
[ "Apache-2.0" ]
null
null
null
modules/gles2/functional/es2fTextureFilteringTests.cpp
omegaphora/external_deqp
8460b8642f48b81894c3cc6fc6d423811da60648
[ "Apache-2.0" ]
4
2016-04-27T21:12:29.000Z
2020-07-13T13:02:48.000Z
/*------------------------------------------------------------------------- * drawElements Quality Program OpenGL ES 2.0 Module * ------------------------------------------------- * * Copyright 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not ...
35.932763
309
0.688225
[ "render", "vector" ]
7853c7dca899b6c4e363141907ad7a3902e55b59
10,953
cc
C++
code/Geometry.cc
Alex7Li/ICPCNotebook
c6ff4abace39913ff49b4c683a79adbcf008abf7
[ "MIT" ]
null
null
null
code/Geometry.cc
Alex7Li/ICPCNotebook
c6ff4abace39913ff49b4c683a79adbcf008abf7
[ "MIT" ]
null
null
null
code/Geometry.cc
Alex7Li/ICPCNotebook
c6ff4abace39913ff49b4c683a79adbcf008abf7
[ "MIT" ]
1
2021-12-09T22:25:27.000Z
2021-12-09T22:25:27.000Z
// C++ routines for computational geometry. #include <iostream> #include <vector> #include <cmath> #include <cassert> using namespace std; double INF = 1e100; double EPS = 1e-12; struct PT { double x, y; PT() {} PT(double x, double y) : x(x), y(y) {} PT(const PT &p) : x(p.x), y(p.y) ...
37.639175
88
0.503241
[ "geometry", "vector" ]
78560815c5cd7df0a0a2d6fe57f34fdbb7aea109
3,878
cpp
C++
test/UnitTests/Mesh/BlockMeshTest.cpp
cselab/CubismNova
cbd6876ae9b5864f82f3470b564132c92e0f2e00
[ "BSD-2-Clause" ]
9
2020-01-27T01:17:19.000Z
2022-02-26T12:20:17.000Z
test/UnitTests/Mesh/BlockMeshTest.cpp
cselab/CubismNova
cbd6876ae9b5864f82f3470b564132c92e0f2e00
[ "BSD-2-Clause" ]
null
null
null
test/UnitTests/Mesh/BlockMeshTest.cpp
cselab/CubismNova
cbd6876ae9b5864f82f3470b564132c92e0f2e00
[ "BSD-2-Clause" ]
1
2021-04-01T07:48:39.000Z
2021-04-01T07:48:39.000Z
// File : BlockMeshTest.cpp // Created : Sun Jan 05 2020 11:36:50 AM (+0100) // Author : Fabian Wermelinger // Description: Block mesh / sub-mesh tests // Copyright 2020 ETH Zurich. All Rights Reserved. #include "Cubism/Alloc/AlignedBlockAllocator.h" #include "Cubism/Block/Field.h" #include "Cubism/Core/I...
35.254545
78
0.55312
[ "mesh", "vector" ]
7857bfd244a6da1a596b94792876691b7a90c03b
956
cc
C++
content/public/browser/background_fetch_description.cc
zipated/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
content/public/browser/background_fetch_description.cc
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
content/public/browser/background_fetch_description.cc
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.000Z
// Copyright 2018 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/public/browser/background_fetch_description.h" namespace content { BackgroundFetchDescription::BackgroundFetchDescription( std::st...
29.875
73
0.737448
[ "vector" ]
785db589ea3814441d1fcdb501118db05aa99e83
972
hpp
C++
source/backend/cuda/execution/PReLUExecution.hpp
xhuan28/MNN
81df3a48d79cbc0b75251d12934345948866f7be
[ "Apache-2.0" ]
6,958
2019-05-06T02:38:02.000Z
2022-03-31T18:08:48.000Z
source/backend/cuda/execution/PReLUExecution.hpp
xhuan28/MNN
81df3a48d79cbc0b75251d12934345948866f7be
[ "Apache-2.0" ]
1,775
2019-05-06T04:40:19.000Z
2022-03-30T15:39:24.000Z
source/backend/cuda/execution/PReLUExecution.hpp
xhuan28/MNN
81df3a48d79cbc0b75251d12934345948866f7be
[ "Apache-2.0" ]
1,511
2019-05-06T02:38:05.000Z
2022-03-31T16:59:39.000Z
// // PReLUExecution.hpp // MNN // // Created by MNN on 2019/01/31. // Copyright © 2018, Alibaba Group Holding Limited // #ifndef PReLUExecution_hpp #define PReLUExecution_hpp #include "core/Execution.hpp" #include <vector> #include "backend/cuda/core/CUDABackend.hpp" namespace MNN { namespace CUDA { class PRe...
22.604651
116
0.709877
[ "vector" ]
786180a92ee27c8c7290ebbb5baf0b4f7c2f78bb
4,578
hpp
C++
esl/computation/environment.hpp
rht/ESL
f883155a167d3c48e5ecdca91c8302fefc901c22
[ "Apache-2.0" ]
null
null
null
esl/computation/environment.hpp
rht/ESL
f883155a167d3c48e5ecdca91c8302fefc901c22
[ "Apache-2.0" ]
null
null
null
esl/computation/environment.hpp
rht/ESL
f883155a167d3c48e5ecdca91c8302fefc901c22
[ "Apache-2.0" ]
1
2021-01-27T12:11:48.000Z
2021-01-27T12:11:48.000Z
/// \file environment.hpp /// /// \brief An environment manages computing resources when running a simulation /// model. /// /// \authors Maarten P. Scholl /// \date 2018-11-24 /// \copyright Copyright 2017-2019 The Institute for New Economic Thinking, /// Oxford Martin School, Universi...
31.356164
80
0.53626
[ "vector", "model" ]
7861c91f113c62bcce3813d82a43d640b800db4e
2,606
cc
C++
dali/operators/reader/caffe2_reader_op.cc
ancientmooner/DALI
355e8db8130cee0d20e9ae3d698f195278544995
[ "ECL-2.0", "Apache-2.0" ]
11
2021-03-16T05:09:16.000Z
2022-03-29T12:48:44.000Z
dali/operators/reader/caffe2_reader_op.cc
ancientmooner/DALI
355e8db8130cee0d20e9ae3d698f195278544995
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
dali/operators/reader/caffe2_reader_op.cc
ancientmooner/DALI
355e8db8130cee0d20e9ae3d698f195278544995
[ "ECL-2.0", "Apache-2.0" ]
3
2021-05-08T16:51:55.000Z
2021-07-22T09:02:44.000Z
// Copyright (c) 2017-2018, NVIDIA CORPORATION. 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 requ...
44.169492
118
0.726401
[ "vector" ]
786348d7fc2f0694f0c3cec1afc25583235c3b12
1,745
cc
C++
src/vector.cc
klantz81/ocean-simulation
b09bc3e9358ee23769f7a840c125f031f4ff7fe7
[ "MIT" ]
44
2016-04-01T05:15:18.000Z
2021-09-14T04:09:35.000Z
src/vector.cc
klantz81/ocean-simulation
b09bc3e9358ee23769f7a840c125f031f4ff7fe7
[ "MIT" ]
3
2016-04-11T16:36:41.000Z
2019-09-16T01:31:32.000Z
src/vector.cc
klantz81/ocean-simulation
b09bc3e9358ee23769f7a840c125f031f4ff7fe7
[ "MIT" ]
3
2016-04-01T07:13:18.000Z
2019-07-18T02:22:02.000Z
#include "vector.h" vector3::vector3() : x(0.0f), y(0.0f), z(0.0f) { } vector3::vector3(float x, float y, float z) : x(x), y(y), z(z) { } float vector3::operator*(const vector3& v) { return this->x*v.x + this->y*v.y + this->z*v.z; } vector3 vector3::cross(const vector3& v) { return vector3(this->y*v.z - this->z*v....
23.581081
97
0.612607
[ "vector" ]
78656d9502b0af2394ea48eb973ae5f5bd0cf120
1,521
cpp
C++
.LHP/He10/T.Van/HeB4/TAITRONG/TAITRONG/TAITRONG.cpp
sxweetlollipop2912/MaCode
661d77a2096e4d772fda2b6a7f80c84113b2cde9
[ "MIT" ]
null
null
null
.LHP/He10/T.Van/HeB4/TAITRONG/TAITRONG/TAITRONG.cpp
sxweetlollipop2912/MaCode
661d77a2096e4d772fda2b6a7f80c84113b2cde9
[ "MIT" ]
null
null
null
.LHP/He10/T.Van/HeB4/TAITRONG/TAITRONG/TAITRONG.cpp
sxweetlollipop2912/MaCode
661d77a2096e4d772fda2b6a7f80c84113b2cde9
[ "MIT" ]
null
null
null
#include "pch.h" #include <iostream> #include <cstdio> #include <algorithm> #include <queue> #include <vector> #define maxN 1001 #define maxM 10001 #define maxA 10001 #define des first #define cost second typedef int maxn, maxm, maxa; typedef std::pair <maxn, maxa> info; maxn n, S, T; maxm m; maxa cmin[maxN]; bool d...
15.363636
56
0.571335
[ "vector" ]
786833f2d6a195d8d4854385be2f62443cc6dda6
23,898
cc
C++
tensorflow/core/framework/graph_to_functiondef.cc
TOT0RoKR/tensorflow
12c2babf7dccc00c13d6e297c0f792f89f7408aa
[ "Apache-2.0" ]
74
2020-07-06T17:11:39.000Z
2022-01-28T06:31:28.000Z
tensorflow/core/framework/graph_to_functiondef.cc
sseung0703/tensorflow
be084bd7a4dd241eb781fc704f57bcacc5c9b6dd
[ "Apache-2.0" ]
1,056
2019-12-15T01:20:31.000Z
2022-02-10T02:06:28.000Z
tensorflow/core/framework/graph_to_functiondef.cc
sseung0703/tensorflow
be084bd7a4dd241eb781fc704f57bcacc5c9b6dd
[ "Apache-2.0" ]
12
2020-07-08T07:27:17.000Z
2021-12-27T08:54:27.000Z
/* Copyright 2017 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.370675
80
0.646958
[ "shape", "vector" ]
786a1c4c4a3d3aedc80d2909e7de1f89d5964a86
49,580
cpp
C++
decompiler/VuDisasm/VuDisassembler.cpp
charliebruce/jak-project
44459757b593508870c2816061c7fbcac73597ee
[ "ISC" ]
null
null
null
decompiler/VuDisasm/VuDisassembler.cpp
charliebruce/jak-project
44459757b593508870c2816061c7fbcac73597ee
[ "ISC" ]
null
null
null
decompiler/VuDisasm/VuDisassembler.cpp
charliebruce/jak-project
44459757b593508870c2816061c7fbcac73597ee
[ "ISC" ]
null
null
null
#include <cstring> #include <algorithm> #include "VuDisassembler.h" #include "third-party/fmt/core.h" #include "common/util/print_float.h" #include "common/util/Assert.h" namespace decompiler { namespace { int upper_op6(u32 in) { return in & 0b111111; } int upper_op11(u32 in) { return in & 0b11111111111; } int...
38.374613
100
0.584812
[ "vector" ]
786a8fae0e8bfa293a5373606e4af84d1c439680
8,693
cpp
C++
src/scripting/GameOptions.cpp
prospectdwell/CyberEngineTweaks
cfdfaef15f92512733d39336855281b78e9b3a14
[ "MIT", "Unlicense" ]
2,521
2020-12-13T12:46:26.000Z
2020-12-21T11:12:09.000Z
src/scripting/GameOptions.cpp
prospectdwell/CyberEngineTweaks
cfdfaef15f92512733d39336855281b78e9b3a14
[ "MIT", "Unlicense" ]
203
2020-12-13T12:43:46.000Z
2020-12-21T11:13:09.000Z
src/scripting/GameOptions.cpp
prospectdwell/CyberEngineTweaks
cfdfaef15f92512733d39336855281b78e9b3a14
[ "MIT", "Unlicense" ]
100
2020-12-13T23:45:57.000Z
2020-12-21T11:07:59.000Z
#include <stdafx.h> #include "GameOptions.h" static TiltedPhoques::Vector<GameOption*> s_gameOptions; std::string GameOption::GetInfo() { std::stringstream ret; if (pCategory) ret << pCategory << "/"; if (pName) ret << pName; ret << " = "; ret << GetString(); return ret.st...
24.766382
123
0.585989
[ "vector" ]
786b735594fbe4a51d1f3c0febc044d59daa160c
1,971
cpp
C++
test/net/unit/ip6_packet_test.cpp
paulyc/IncludeOS
5c82bad4a22838bc2219fbadef57d94f006b4760
[ "Apache-2.0" ]
5
2016-10-01T11:50:51.000Z
2019-10-24T12:54:36.000Z
test/net/unit/ip6_packet_test.cpp
paulyc/IncludeOS
5c82bad4a22838bc2219fbadef57d94f006b4760
[ "Apache-2.0" ]
1
2016-11-25T22:37:41.000Z
2016-11-25T22:37:41.000Z
test/net/unit/ip6_packet_test.cpp
AndreasAakesson/IncludeOS
891b960a0a7473c08cd0d93a2bba7569c6d88b48
[ "Apache-2.0" ]
3
2016-09-28T18:15:50.000Z
2017-07-18T17:02:25.000Z
// This file is a part of the IncludeOS unikernel - www.includeos.org // // Copyright 2017 Oslo and Akershus University College of Applied Sciences // and Alfred Bratterud // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may...
29.41791
75
0.684424
[ "vector" ]
78793f7e61984e4107fbe085e72aa71666b081a6
1,537
hpp
C++
include/bohrium/bh_pprint.hpp
bh107/bohrium
5b83e7117285fefc7779ed0e9acb0f8e74c7e068
[ "Apache-2.0" ]
236
2015-03-31T15:39:30.000Z
2022-03-24T01:43:14.000Z
include/bohrium/bh_pprint.hpp
bh107/bohrium
5b83e7117285fefc7779ed0e9acb0f8e74c7e068
[ "Apache-2.0" ]
324
2015-05-27T10:35:38.000Z
2021-12-10T07:34:10.000Z
include/bohrium/bh_pprint.hpp
bh107/bohrium
5b83e7117285fefc7779ed0e9acb0f8e74c7e068
[ "Apache-2.0" ]
41
2015-05-26T12:38:42.000Z
2022-01-10T15:16:37.000Z
/* This file is part of Bohrium and copyright (c) 2012 the Bohrium team <http://www.bh107.org>. Bohrium 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 3 of the License, or (at your option) ...
25.196721
68
0.647365
[ "vector" ]
787a17f23b9a791a6adbafb23287bc7232876b51
9,751
cpp
C++
mob_manipulator_controller/src/Stack_Tasks.cpp
jmfajardod/osf_wbc_bsc_thesis
ff6abdba73ed1822e8d03e7d8f5919dc60f4810a
[ "Apache-2.0" ]
2
2021-04-06T20:42:02.000Z
2021-04-06T21:07:01.000Z
mob_manipulator_controller/src/Stack_Tasks.cpp
jmfajardod/osf_wbc_bsc_thesis
ff6abdba73ed1822e8d03e7d8f5919dc60f4810a
[ "Apache-2.0" ]
null
null
null
mob_manipulator_controller/src/Stack_Tasks.cpp
jmfajardod/osf_wbc_bsc_thesis
ff6abdba73ed1822e8d03e7d8f5919dc60f4810a
[ "Apache-2.0" ]
null
null
null
/******************************************************************************* * Copyright 2020 Jose Manuel Fajardo * * 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...
49.247475
213
0.606502
[ "vector" ]
787d18411cc62f3287e1db54b64aa0ec5c208219
1,077
cpp
C++
src/utils/pipelinecontainer.cpp
chili-epfl/qml-ar
e48e67d28b3b8556787df65b50bb196ff2a169db
[ "MIT" ]
32
2018-01-31T13:07:36.000Z
2021-12-21T14:33:59.000Z
src/utils/pipelinecontainer.cpp
chili-epfl/qml-ar
e48e67d28b3b8556787df65b50bb196ff2a169db
[ "MIT" ]
1
2021-05-10T15:11:52.000Z
2021-05-10T15:11:52.000Z
src/utils/pipelinecontainer.cpp
chili-epfl/qml-ar
e48e67d28b3b8556787df65b50bb196ff2a169db
[ "MIT" ]
6
2018-02-19T02:19:02.000Z
2021-04-07T11:20:18.000Z
/** * @file pipelinecontainer.cpp * @brief This template class wraps an object * adding additional information: id, timestamp * @author Sergei Volodin * @version 1.0 * @date 2018-07-25 */ #ifndef PIPELINECONTAINER_CPP #define PIPELINECONTAINER_CPP #include <QtCore> #include "pipelinecontainer.h" template<class...
16.569231
77
0.723305
[ "object" ]
787d8f68d8b90716596d7c5b92f36c3107645a69
19,226
cpp
C++
lib/Dialect/XTen/Transforms/XTenDataflowUtils.cpp
denolf/mlir-xten
c3986f6a0e9411b32127c27eebaa30decc922c87
[ "Apache-2.0" ]
10
2021-11-05T00:08:47.000Z
2022-02-09T20:12:56.000Z
lib/Dialect/XTen/Transforms/XTenDataflowUtils.cpp
denolf/mlir-xten
c3986f6a0e9411b32127c27eebaa30decc922c87
[ "Apache-2.0" ]
1
2022-01-27T17:21:14.000Z
2022-01-27T17:22:41.000Z
lib/Dialect/XTen/Transforms/XTenDataflowUtils.cpp
denolf/mlir-xten
c3986f6a0e9411b32127c27eebaa30decc922c87
[ "Apache-2.0" ]
6
2021-11-10T06:49:47.000Z
2021-12-22T19:02:48.000Z
//===- XTenDataflowUtils.cpp ------------------------------------*- C++ -*-===// // // This file is licensed 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 // // (c) Copyright 2021 Xilinx Inc. //...
45.885442
171
0.504993
[ "shape", "vector" ]
788487128939a919027e808dbd4e61ae9a602096
1,067
cpp
C++
src/ciCMS/cfg/components/Camera.cpp
markkorput/ciCMS
a0ec32761ce712e78e31fe15e64ee9bd79c9bd51
[ "MIT" ]
null
null
null
src/ciCMS/cfg/components/Camera.cpp
markkorput/ciCMS
a0ec32761ce712e78e31fe15e64ee9bd79c9bd51
[ "MIT" ]
null
null
null
src/ciCMS/cfg/components/Camera.cpp
markkorput/ciCMS
a0ec32761ce712e78e31fe15e64ee9bd79c9bd51
[ "MIT" ]
null
null
null
#include "Camera.h" #include "cinder/gl/gl.h" using namespace cms::cfg::components; void Camera::cfg(cms::cfg::Cfg& cfg) { cfg .connectAttr<void()>("on", [this](){ this->render(); }) .connectAttr<void(ci::quat&)>("orientationOn", [this](ci::quat& orientation){ this->cam.setOrientation(orientation); }) .wi...
26.02439
82
0.606373
[ "render" ]
788c6c3e1dd9664e5c0c82104004de42856d3e65
7,458
cc
C++
tensorflow/core/kernels/stack_ops.cc
ryan-collins-forks/tensorflow
080a1f6c64976b11437d2dc4ef4178e4ca1205b7
[ "Apache-2.0" ]
null
null
null
tensorflow/core/kernels/stack_ops.cc
ryan-collins-forks/tensorflow
080a1f6c64976b11437d2dc4ef4178e4ca1205b7
[ "Apache-2.0" ]
null
null
null
tensorflow/core/kernels/stack_ops.cc
ryan-collins-forks/tensorflow
080a1f6c64976b11437d2dc4ef4178e4ca1205b7
[ "Apache-2.0" ]
null
null
null
/* Copyright 2015 Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You 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 ...
37.477387
80
0.680343
[ "shape", "vector" ]
788dd7ffe35c2e4f58fda11d54ce19b0a35be408
5,101
cc
C++
ext.cc
MadPidgeon/Graph-Isomorphism
30fb35a6faad8bda0663d49aff2fca1f2f69c56d
[ "MIT" ]
null
null
null
ext.cc
MadPidgeon/Graph-Isomorphism
30fb35a6faad8bda0663d49aff2fca1f2f69c56d
[ "MIT" ]
null
null
null
ext.cc
MadPidgeon/Graph-Isomorphism
30fb35a6faad8bda0663d49aff2fca1f2f69c56d
[ "MIT" ]
null
null
null
#include <iostream> #include "ext.h" std::ostream& operator<<( std::ostream& os, Empty ) { return os << "Ø"; } range::iterator::iterator( int i ) : _i( i ) { } range::iterator::iterator( const self_type& other ) { _i = other._i; } range::iterator::self_type range::iterator::operator++(int) { self_type r = *this...
21.343096
117
0.619878
[ "vector" ]
788f0f2f1150827d98473c0b538afce06c4ff7bf
6,778
cpp
C++
src/UriHandler.cpp
spjuanjoc/uri_parser_cpp
83c67bf29b12f3eee55c78661aad8495f08f73b3
[ "MIT" ]
null
null
null
src/UriHandler.cpp
spjuanjoc/uri_parser_cpp
83c67bf29b12f3eee55c78661aad8495f08f73b3
[ "MIT" ]
null
null
null
src/UriHandler.cpp
spjuanjoc/uri_parser_cpp
83c67bf29b12f3eee55c78661aad8495f08f73b3
[ "MIT" ]
null
null
null
#include "UriHandler.h" #include <algorithm> #include <cctype> #include <iostream> #include <sstream> #include <utility> #include <vector> using std::stringstream; using std::uint32_t; using std::vector; constexpr auto MIN_PORT = 0; constexpr auto MAX_PORT = 65535; namespace urii { UriHandler::UriHandler(std::string...
21.18125
113
0.586899
[ "vector" ]
7897e606f5ff5801ce3f842ac56246b129dd7928
5,769
cpp
C++
ngraph/core/src/node_input.cpp
alvoron/openvino
862176d1d4ab407c99445efa1cf5c4e277fd23e3
[ "Apache-2.0" ]
null
null
null
ngraph/core/src/node_input.cpp
alvoron/openvino
862176d1d4ab407c99445efa1cf5c4e277fd23e3
[ "Apache-2.0" ]
29
2020-11-23T14:25:43.000Z
2022-02-21T13:03:30.000Z
ngraph/core/src/node_input.cpp
v-Golubev/openvino
26936d1fbb025c503ee43fe74593ee9d7862ab15
[ "Apache-2.0" ]
null
null
null
// Copyright (C) 2018-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "ngraph/node_input.hpp" #include "ngraph/node.hpp" namespace ngraph { Input<Node>::Input(Node* node, size_t index) : m_node(node) , m_index(index) { } Node* Input<Node>::get_node() const { ...
34.54491
98
0.641186
[ "shape" ]
789aff5f007aff7f5c758f41b710ae9116866cfb
5,647
cc
C++
hessian2/basic_codec/map_codec_unittests.cc
yun1129/hessian2-codec
8e61255ebe0b257173da7d5f78950f6d776c5c3d
[ "Apache-2.0" ]
1
2021-01-07T13:24:34.000Z
2021-01-07T13:24:34.000Z
hessian2/basic_codec/map_codec_unittests.cc
yun1129/hessian2-codec
8e61255ebe0b257173da7d5f78950f6d776c5c3d
[ "Apache-2.0" ]
null
null
null
hessian2/basic_codec/map_codec_unittests.cc
yun1129/hessian2-codec
8e61255ebe0b257173da7d5f78950f6d776c5c3d
[ "Apache-2.0" ]
null
null
null
#include <iostream> #include <type_traits> #include "gtest/gtest.h" #include "hessian2/basic_codec/object_codec.hpp" #include "hessian2/basic_codec/list_codec.hpp" #include "hessian2/basic_codec/map_codec.hpp" #include "hessian2/test_framework/decoder_test_framework.h" #include "hessian2/test_framework/encoder_test_fr...
33.217647
80
0.683726
[ "object" ]
789eb51cac632eb92ae526227bddff658dad1a76
4,308
hpp
C++
stan/math/opencl/prim/frechet_lccdf.hpp
LaudateCorpus1/math
990a66b3cccd27a5fd48626360bb91093a48278b
[ "BSD-3-Clause" ]
null
null
null
stan/math/opencl/prim/frechet_lccdf.hpp
LaudateCorpus1/math
990a66b3cccd27a5fd48626360bb91093a48278b
[ "BSD-3-Clause" ]
null
null
null
stan/math/opencl/prim/frechet_lccdf.hpp
LaudateCorpus1/math
990a66b3cccd27a5fd48626360bb91093a48278b
[ "BSD-3-Clause" ]
null
null
null
#ifndef STAN_MATH_OPENCL_PRIM_FRECHET_LCCDF_HPP #define STAN_MATH_OPENCL_PRIM_FRECHET_LCCDF_HPP #ifdef STAN_OPENCL #include <stan/math/prim/meta.hpp> #include <stan/math/prim/err.hpp> #include <stan/math/prim/fun/constants.hpp> #include <stan/math/prim/fun/elt_divide.hpp> #include <stan/math/prim/fun/elt_multiply.hpp>...
38.464286
79
0.721216
[ "shape" ]
a19345a6609e882025ed5aef18e761447d6755b3
8,753
cc
C++
remoting/host/chromoting_param_traits.cc
Wzzzx/chromium-crosswalk
768dde8efa71169f1c1113ca6ef322f1e8c9e7de
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2019-01-28T08:09:58.000Z
2021-11-15T15:32:10.000Z
remoting/host/chromoting_param_traits.cc
maidiHaitai/haitaibrowser
a232a56bcfb177913a14210e7733e0ea83a6b18d
[ "BSD-3-Clause" ]
null
null
null
remoting/host/chromoting_param_traits.cc
maidiHaitai/haitaibrowser
a232a56bcfb177913a14210e7733e0ea83a6b18d
[ "BSD-3-Clause" ]
6
2020-09-23T08:56:12.000Z
2021-11-18T03:40:49.000Z
// 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 "remoting/host/chromoting_param_traits.h" #include <stdint.h> #include "base/strings/stringprintf.h" #include "ipc/ipc_message_utils.h" #includ...
31.260714
80
0.571575
[ "vector" ]
a199a63e582cb047761f6c54a58c535ff32edcfb
2,006
cpp
C++
103. Binary Tree Zigzag Level Order Traversal.cpp
zjuxiaoleiliu/leetcode
c81aa9dc2f1e64287206bc9d5437ebb2782f32f6
[ "MIT" ]
null
null
null
103. Binary Tree Zigzag Level Order Traversal.cpp
zjuxiaoleiliu/leetcode
c81aa9dc2f1e64287206bc9d5437ebb2782f32f6
[ "MIT" ]
null
null
null
103. Binary Tree Zigzag Level Order Traversal.cpp
zjuxiaoleiliu/leetcode
c81aa9dc2f1e64287206bc9d5437ebb2782f32f6
[ "MIT" ]
null
null
null
题目描述: Given a binary tree, return the zigzag level order traversal of its nodes values. (ie, from left to right, then right to left for the next level and alternate between). For example: Given binary tree{3,9,20,#,#,15,7}, 3 / \ 9 20 / \ 15 7 return its zigzag level order travers...
20.469388
88
0.497507
[ "vector" ]
a19a73d3b8a2cac09041320eb702efa0799a2838
8,416
cpp
C++
src/main_monitor.cpp
MilanMichael/robot_diagnostic
f67188015791b0ffdc6e0b1241321f8908d694ff
[ "BSD-2-Clause" ]
1
2020-12-27T08:07:21.000Z
2020-12-27T08:07:21.000Z
src/main_monitor.cpp
MilanMichael/robot_diagnostic
f67188015791b0ffdc6e0b1241321f8908d694ff
[ "BSD-2-Clause" ]
null
null
null
src/main_monitor.cpp
MilanMichael/robot_diagnostic
f67188015791b0ffdc6e0b1241321f8908d694ff
[ "BSD-2-Clause" ]
null
null
null
/********************************************************************* * * Software License Agreement (BSD License) * * Copyright (c) 2020, * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * a...
45.989071
159
0.64817
[ "vector" ]
a1a0548cbee645bf116e893283397ed59312d6e2
8,034
cc
C++
tensorflow/core/ir/importexport/tests/roundtrip/roundtrip.cc
yf225/tensorflow-alpa
0196bd11c737e0a89b142affe401d233326f14b0
[ "Apache-2.0" ]
3
2022-03-09T01:39:56.000Z
2022-03-30T23:17:58.000Z
tensorflow/core/ir/importexport/tests/roundtrip/roundtrip.cc
yf225/tensorflow-alpa
0196bd11c737e0a89b142affe401d233326f14b0
[ "Apache-2.0" ]
1
2020-08-01T05:40:12.000Z
2020-08-01T05:40:12.000Z
tensorflow/core/ir/importexport/tests/roundtrip/roundtrip.cc
yf225/tensorflow-alpa
0196bd11c737e0a89b142affe401d233326f14b0
[ "Apache-2.0" ]
1
2022-03-22T00:45:15.000Z
2022-03-22T00:45:15.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...
38.625
80
0.625218
[ "shape" ]
a1a30a528724e18dff25cda982c5ef8e1ffcaf52
4,518
cc
C++
ui/gfx/image/image_util.cc
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
575
2015-06-18T23:58:20.000Z
2022-03-23T09:32:39.000Z
ui/gfx/image/image_util.cc
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
113
2015-05-04T09:58:14.000Z
2022-01-31T19:35:03.000Z
ui/gfx/image/image_util.cc
iridium-browser/iridium-browser
907e31cf5ce5ad14d832796e3a7c11e496828959
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
52
2015-07-14T10:40:50.000Z
2022-03-15T01:11:49.000Z
// Copyright (c) 2012 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 "ui/gfx/image/image_util.h" #include <stdint.h> #include <algorithm> #include <memory> #include "build/build_config.h" #include "skia/ext/...
32.503597
80
0.664675
[ "vector" ]
a1a62518ef3bef0b306002245086cabae202f6bb
51,239
cpp
C++
main_d1/editor/seguvs.cpp
ziplantil/CacaoticusDescent
b4299442bc43310690a666e181dd983c1491dce1
[ "MIT" ]
22
2019-08-19T21:09:29.000Z
2022-03-25T23:19:15.000Z
main_d1/editor/seguvs.cpp
ziplantil/CacaoticusDescent
b4299442bc43310690a666e181dd983c1491dce1
[ "MIT" ]
6
2019-11-08T22:17:03.000Z
2022-03-10T05:02:59.000Z
main_d1/editor/seguvs.cpp
ziplantil/CacaoticusDescent
b4299442bc43310690a666e181dd983c1491dce1
[ "MIT" ]
6
2019-08-24T08:03:14.000Z
2022-02-04T15:04:52.000Z
/* THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO END-USERS, AND SUBJECT TO ALL OF THE TERMS AND CONDITIONS HEREIN, GRANTS A ROYALTY-FREE, PERPETUAL LICENSE TO SUCH END-USERS FOR USE BY SUCH END-USERS IN USING, DISPLAYING, A...
31.964442
208
0.616854
[ "object", "vector", "3d" ]
a1a80149104261ee794eb2d3802982f361341a2f
2,268
cpp
C++
fem/nonlinearform_ext.cpp
ianabel/mfem
d8c0e3a1914719a4e67a9f1b02ae4c6b5d9e7f0b
[ "BSD-3-Clause" ]
null
null
null
fem/nonlinearform_ext.cpp
ianabel/mfem
d8c0e3a1914719a4e67a9f1b02ae4c6b5d9e7f0b
[ "BSD-3-Clause" ]
null
null
null
fem/nonlinearform_ext.cpp
ianabel/mfem
d8c0e3a1914719a4e67a9f1b02ae4c6b5d9e7f0b
[ "BSD-3-Clause" ]
null
null
null
// Copyright (c) 2010-2020, Lawrence Livermore National Security, LLC. Produced // at the Lawrence Livermore National Laboratory. All Rights reserved. See files // LICENSE and NOTICE for details. LLNL-CODE-806117. // // This file is part of the MFEM library. For more information and source code // availability visit ht...
30.24
80
0.691358
[ "vector" ]
a1a867998ca21a8f91d31dc05c5f7ddf72a80d3a
2,036
cpp
C++
hackerrank/Data Structures/Stacks/Largest_rectangle.cpp
GSri30/Competetive_programming
0dc1681500a80b6f0979d0dc9f749357ee07bcb8
[ "MIT" ]
22
2020-01-03T17:32:00.000Z
2021-11-07T09:31:44.000Z
hackerrank/Data Structures/Stacks/Largest_rectangle.cpp
GSri30/Competetive_programming
0dc1681500a80b6f0979d0dc9f749357ee07bcb8
[ "MIT" ]
10
2020-09-30T09:41:18.000Z
2020-10-11T11:25:09.000Z
hackerrank/Data Structures/Stacks/Largest_rectangle.cpp
GSri30/Competetive_programming
0dc1681500a80b6f0979d0dc9f749357ee07bcb8
[ "MIT" ]
25
2019-10-14T19:25:01.000Z
2021-05-26T08:12:20.000Z
#include <bits/stdc++.h> using namespace std; vector<string> split_string(string); // Complete the largestRectangle function below. long largestRectangle(vector<int> h) { stack <int> s; int maxarea = 0; int tp ; int areawithtop = 0; int n = h.size(); int i = 0; while(i < n) { if(s.empty() || h[s...
18.851852
115
0.550098
[ "vector" ]
a1a8890941ab29060bf84b9a7b84c115f3c65f50
2,148
hpp
C++
src/graph/prim.hpp
today2098/algorithm
b180355635d3d1ea0a8c3dff40ae1c9bac636f95
[ "MIT" ]
null
null
null
src/graph/prim.hpp
today2098/algorithm
b180355635d3d1ea0a8c3dff40ae1c9bac636f95
[ "MIT" ]
null
null
null
src/graph/prim.hpp
today2098/algorithm
b180355635d3d1ea0a8c3dff40ae1c9bac636f95
[ "MIT" ]
null
null
null
#ifndef ALGORITHM_PRIM_HPP #define ALGORITHM_PRIM_HPP 1 #include <algorithm> #include <cassert> #include <utility> #include <vector> namespace algorithm { template <typename T> class Prim { struct Edge { int to; T cost; }; int vn, n; // vn:=(ノード数), n:=(葉の数). ...
25.571429
79
0.449721
[ "vector" ]
a1aa8960342b3e54ee98759a69a3acef6ba178d5
5,847
hpp
C++
include/BuildingManager.hpp
sarahkittyy/MinerGame
94b0398044e8bc1a0f84c80955a335a74febb025
[ "MIT" ]
1
2019-02-10T19:01:54.000Z
2019-02-10T19:01:54.000Z
include/BuildingManager.hpp
sarahkittyy/MinerGame
94b0398044e8bc1a0f84c80955a335a74febb025
[ "MIT" ]
null
null
null
include/BuildingManager.hpp
sarahkittyy/MinerGame
94b0398044e8bc1a0f84c80955a335a74febb025
[ "MIT" ]
null
null
null
#pragma once ////////TODO/////// // Refactor ;-; /////////////////// #include <imgui-sfml/imgui-SFML.h> #include <imgui/imgui.h> #include <SFML/Graphics.hpp> #include <algorithm> #include <exception> #include <fstream> #include <vector> #include "KeyManager.hpp" #include "MaterialManager.hpp" #include "Tilemap.hpp" #...
20.162069
125
0.660852
[ "render", "object", "vector" ]
a1ac149ff025183ee3b3449df680d0a172787e9b
4,582
cpp
C++
fuego-0.4/gouct/GoUctDefaultRootFilter.cpp
MisterTea/HyperNEAT
516fef725621991ee709eb9b4afe40e0ce82640d
[ "BSD-3-Clause" ]
85
2015-02-08T20:36:17.000Z
2021-11-14T20:38:31.000Z
fuego-0.4/gouct/GoUctDefaultRootFilter.cpp
afcarl/HyperNEAT
516fef725621991ee709eb9b4afe40e0ce82640d
[ "BSD-3-Clause" ]
9
2015-01-28T16:33:19.000Z
2020-04-12T23:03:28.000Z
fuego-0.4/gouct/GoUctDefaultRootFilter.cpp
afcarl/HyperNEAT
516fef725621991ee709eb9b4afe40e0ce82640d
[ "BSD-3-Clause" ]
27
2015-01-28T16:33:30.000Z
2021-08-12T05:04:39.000Z
//---------------------------------------------------------------------------- /** @file GoUctDefaultRootFilter.cpp See GoUctDefaultRootFilter.h */ //---------------------------------------------------------------------------- #include "SgSystem.h" #include "GoUctDefaultRootFilter.h" #include "GoBensonSolver.h" #...
33.940741
78
0.549542
[ "vector" ]
a1ae48a41a0e52c3a64862d87f7266b0a69ff286
1,803
cpp
C++
Modules/Classification/CLVigraRandomForest/src/IO/mitkDummyLsetReader.cpp
zhaomengxiao/MITK
a09fd849a4328276806008bfa92487f83a9e2437
[ "BSD-3-Clause" ]
1
2022-03-03T12:03:32.000Z
2022-03-03T12:03:32.000Z
Modules/Classification/CLVigraRandomForest/src/IO/mitkDummyLsetReader.cpp
zhaomengxiao/MITK
a09fd849a4328276806008bfa92487f83a9e2437
[ "BSD-3-Clause" ]
1
2021-12-22T10:19:02.000Z
2021-12-22T10:19:02.000Z
Modules/Classification/CLVigraRandomForest/src/IO/mitkDummyLsetReader.cpp
zhaomengxiao/MITK_lancet
a09fd849a4328276806008bfa92487f83a9e2437
[ "BSD-3-Clause" ]
1
2020-11-27T09:41:18.000Z
2020-11-27T09:41:18.000Z
/*============================================================================ The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center (DKFZ) All rights reserved. Use of this source code is governed by a 3-clause BSD license that can be found in the LICENSE file. =================...
26.910448
83
0.691625
[ "vector" ]
a1b1cd0c427c0f0620f90cd11c1d3f241cb227e8
804
cpp
C++
watchman/tests/log.cpp
chadaustin/watchman
b01a841f3eca5ebaf5ce4a62e1937c95851f450e
[ "MIT" ]
9,308
2015-01-03T13:33:47.000Z
2022-03-31T06:45:26.000Z
watchman/test/log.cpp
00mjk/watchman
eb22a60e74f04065e24eb51ba1dd1342d66f2ad6
[ "MIT" ]
878
2015-01-07T15:28:33.000Z
2022-03-30T09:30:10.000Z
watchman/test/log.cpp
00mjk/watchman
eb22a60e74f04065e24eb51ba1dd1342d66f2ad6
[ "MIT" ]
932
2015-01-05T08:25:00.000Z
2022-03-25T11:11:42.000Z
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include <folly/portability/GTest.h> #include "watchman/Logging.h" using namespace watchman; void w_request_shutdown(void) {} TE...
22.971429
72
0.670398
[ "vector" ]
a1b3439ca94bd5f1ded367bc0de684243e008fd9
14,971
cpp
C++
src/Module_trigSeq.cpp
j4s0n-c/trowaSoft-VCV
9cd0d05607c88e95200472725df1d032b42130cd
[ "MIT" ]
91
2017-11-28T07:23:09.000Z
2022-03-28T08:31:51.000Z
src/Module_trigSeq.cpp
j4s0n-c/trowaSoft-VCV
9cd0d05607c88e95200472725df1d032b42130cd
[ "MIT" ]
59
2017-11-28T06:12:18.000Z
2022-03-18T09:00:59.000Z
src/Module_trigSeq.cpp
j4s0n-c/trowaSoft-VCV
9cd0d05607c88e95200472725df1d032b42130cd
[ "MIT" ]
15
2017-11-28T13:42:35.000Z
2021-12-26T08:03:37.000Z
#include <string.h> #include <stdio.h> #include <exception> #include "TSSequencerModuleBase.hpp" #include "trowaSoft.hpp" //#include "dsp/digital.hpp" #include "trowaSoftComponents.hpp" #include "trowaSoftUtilities.hpp" #include "Module_trigSeq.hpp" #include "TSOSCSequencerOutputMessages.hpp" #include "TSOSCCommon.hpp"...
36.783784
173
0.643578
[ "model" ]
a1b771adbe191013082371cf07dba90392fdf8f3
1,270
cpp
C++
DSA Crack Sheet/solutions/Middle of the Linked List.cpp
Akshad7829/DataStructures-Algorithms
439822c6a374672d1734e2389d3fce581a35007d
[ "MIT" ]
5
2021-08-10T18:47:49.000Z
2021-08-21T15:42:58.000Z
DSA Crack Sheet/solutions/Middle of the Linked List.cpp
Akshad7829/DataStructures-Algorithms
439822c6a374672d1734e2389d3fce581a35007d
[ "MIT" ]
2
2022-02-25T13:36:46.000Z
2022-02-25T14:06:44.000Z
DSA Crack Sheet/solutions/Middle of the Linked List.cpp
Akshad7829/DataStructures-Algorithms
439822c6a374672d1734e2389d3fce581a35007d
[ "MIT" ]
1
2021-08-11T06:36:42.000Z
2021-08-11T06:36:42.000Z
/* Middle of the Linked List ========================= Given a non-empty, singly linked list with head node head, return a middle node of linked list. If there are two middle nodes, return the second middle node. Example 1: Input: [1,2,3,4,5] Output: Node 3 from this list (Serialization: [3,4,5]) The returned node h...
25.918367
95
0.637008
[ "object" ]
a1b7ab596b8362c2511ebe3c391bdd1166b31614
15,285
hpp
C++
boost/lib/include/boost/asio/execution/set_value.hpp
mamil/demo
32240d95b80175549e6a1904699363ce672a1591
[ "MIT" ]
177
2021-02-19T02:01:04.000Z
2022-03-30T07:31:21.000Z
boost/lib/include/boost/asio/execution/set_value.hpp
mamil/demo
32240d95b80175549e6a1904699363ce672a1591
[ "MIT" ]
188
2021-02-19T04:15:55.000Z
2022-03-26T09:42:15.000Z
boost/lib/include/boost/asio/execution/set_value.hpp
mamil/demo
32240d95b80175549e6a1904699363ce672a1591
[ "MIT" ]
78
2021-03-05T03:01:13.000Z
2022-03-29T07:10:01.000Z
// // execution/set_value.hpp // ~~~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2020 Christopher M. Kohlhoff (chris at kohlhoff 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) // #ifndef BOOST_ASIO_EX...
31.130346
80
0.712529
[ "object" ]
a1b8125121f37e61f1775274dfee38d49bb5625a
80,788
cpp
C++
src/qt/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp
zwollerob/PhantomJS_AMR6VL
71c126e98a8c32950158d04d0bd75823cd008b99
[ "BSD-3-Clause" ]
null
null
null
src/qt/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp
zwollerob/PhantomJS_AMR6VL
71c126e98a8c32950158d04d0bd75823cd008b99
[ "BSD-3-Clause" ]
null
null
null
src/qt/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp
zwollerob/PhantomJS_AMR6VL
71c126e98a8c32950158d04d0bd75823cd008b99
[ "BSD-3-Clause" ]
null
null
null
/**************************************************************************** ** ** Copyright (C) 2015 The Qt Company Ltd. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the QtCore module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Licensees holding valid commer...
29.712394
129
0.648029
[ "object" ]
a1bc873d31ea4e1bd2fc4b9d52a2f4a2fb17ab1f
36,277
cpp
C++
src/projects/geomechanics/test_GEO_direct_shear2.cpp
rserban/chrono
bee5e30b2ce3b4ac62324799d1366b6db295830e
[ "BSD-3-Clause" ]
1
2020-03-05T13:00:41.000Z
2020-03-05T13:00:41.000Z
src/projects/geomechanics/test_GEO_direct_shear2.cpp
rserban/chrono
bee5e30b2ce3b4ac62324799d1366b6db295830e
[ "BSD-3-Clause" ]
null
null
null
src/projects/geomechanics/test_GEO_direct_shear2.cpp
rserban/chrono
bee5e30b2ce3b4ac62324799d1366b6db295830e
[ "BSD-3-Clause" ]
1
2022-03-27T15:12:24.000Z
2022-03-27T15:12:24.000Z
// ============================================================================= // PROJECT CHRONO - http://projectchrono.org // // Copyright (c) 2014 projectchrono.org // All right reserved. // // Use of this source code is governed by a BSD-style license that can be found // in the LICENSE file at the top level of th...
38.551541
124
0.588417
[ "geometry", "render", "vector", "model" ]
a1c47ea4c9d2c83278c8c73e529ff4b01c048bca
16,796
cpp
C++
src/maple_be/src/cg/schedule.cpp
harmonyos-mirror/OpenArkCompiler-test
1755550ea22eb185cbef8cc5864fa273caebf95a
[ "MulanPSL-1.0" ]
796
2019-08-30T16:20:33.000Z
2021-12-25T14:45:06.000Z
src/maple_be/src/cg/schedule.cpp
harmonyos-mirror/OpenArkCompiler-test
1755550ea22eb185cbef8cc5864fa273caebf95a
[ "MulanPSL-1.0" ]
16
2019-08-30T18:04:08.000Z
2021-09-19T05:02:58.000Z
src/maple_be/src/cg/schedule.cpp
harmonyos-mirror/OpenArkCompiler-test
1755550ea22eb185cbef8cc5864fa273caebf95a
[ "MulanPSL-1.0" ]
326
2019-08-30T16:11:29.000Z
2021-11-26T12:31:17.000Z
/* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * * OpenArkCompiler is licensed under the Mulan PSL v1. * You can use this software according to the terms and conditions of the Mulan PSL v1. * You may obtain a copy of Mulan PSL v1 at: * * http://license.coscl.org.cn/MulanPSL * * ...
29.780142
117
0.646761
[ "vector" ]
a1c4a7a78bff5fbbcf641efeeca80dac967608d7
6,673
cc
C++
sdc-plugin/clocks.cc
SymbiFlow/yosys-f4pga-plugins
d11a5751998cec71c003b612d35e45e648fc46a1
[ "ISC" ]
5
2022-02-19T07:54:56.000Z
2022-03-15T16:38:09.000Z
sdc-plugin/clocks.cc
SymbiFlow/yosys-f4pga-plugins
d11a5751998cec71c003b612d35e45e648fc46a1
[ "ISC" ]
21
2022-02-21T13:05:24.000Z
2022-03-30T08:34:14.000Z
sdc-plugin/clocks.cc
SymbiFlow/yosys-f4pga-plugins
d11a5751998cec71c003b612d35e45e648fc46a1
[ "ISC" ]
3
2022-02-23T03:50:55.000Z
2022-03-09T16:32:18.000Z
/* * Copyright 2020-2022 F4PGA 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 agr...
40.93865
143
0.671812
[ "vector" ]
a1c61c4b5a2566f87f8f3752077720269c1e5271
161
cpp
C++
src/csapex_core/src/model/graph_facade.cpp
ICRA-2018/csapex
8ee83b9166d0281a4923184cce67b4a55f273ea2
[ "BSD-3-Clause" ]
21
2016-09-02T15:33:25.000Z
2021-06-10T06:34:39.000Z
src/csapex_core/src/model/graph_facade.cpp
ICRA-2018/csapex
8ee83b9166d0281a4923184cce67b4a55f273ea2
[ "BSD-3-Clause" ]
null
null
null
src/csapex_core/src/model/graph_facade.cpp
ICRA-2018/csapex
8ee83b9166d0281a4923184cce67b4a55f273ea2
[ "BSD-3-Clause" ]
10
2016-10-12T00:55:17.000Z
2020-04-24T19:59:02.000Z
/// HEADER #include <csapex/model/graph_facade.h> using namespace csapex; GraphFacade::GraphFacade() { } GraphFacade::~GraphFacade() { stopObserving(); }
11.5
38
0.708075
[ "model" ]
a1c6ca8ec91d00ddb48844195a773924c14f973e
8,493
cpp
C++
src/04-cross-platform-hello-triangle/src/OpenGLRenderer.cpp
alaingalvan/CrossWindow-Demos
dd5f9d752ebe460f5daa10b3a8b63ff7a43a81c5
[ "MIT" ]
41
2018-10-08T20:40:56.000Z
2022-03-18T00:36:27.000Z
src/04-cross-platform-hello-triangle/src/OpenGLRenderer.cpp
alaingalvan/CrossWindow-Demos
dd5f9d752ebe460f5daa10b3a8b63ff7a43a81c5
[ "MIT" ]
null
null
null
src/04-cross-platform-hello-triangle/src/OpenGLRenderer.cpp
alaingalvan/CrossWindow-Demos
dd5f9d752ebe460f5daa10b3a8b63ff7a43a81c5
[ "MIT" ]
3
2019-07-30T07:24:08.000Z
2021-11-22T06:26:50.000Z
#include <glad/glad.h> #include "Renderer.h" Renderer::Renderer(xwin::Window& window) { xwin::WindowDesc desc = window.getDesc(); mWidth = clamp(desc.width, 1u, 0xffffu); mHeight = clamp(desc.height, 1u, 0xffffu); initializeAPI(window); initializeResources(); setupCommands(); tStart = std::chrono::high_resolu...
29.489583
128
0.765572
[ "render", "vector" ]
a1d5b7f6bd22bc074eabaeb9a6d5a4ecdd59f0bc
2,062
cxx
C++
templates/ws/src/clan/utils.cxx
roadnarrows-robotics/rnmake
6446cda6b36d66f6ee945db128a052caaf9c89ee
[ "MIT" ]
null
null
null
templates/ws/src/clan/utils.cxx
roadnarrows-robotics/rnmake
6446cda6b36d66f6ee945db128a052caaf9c89ee
[ "MIT" ]
null
null
null
templates/ws/src/clan/utils.cxx
roadnarrows-robotics/rnmake
6446cda6b36d66f6ee945db128a052caaf9c89ee
[ "MIT" ]
null
null
null
/*! \file * * \brief Languages spoken back in the day. * * \pkgfile{@FILENAME@} * \pkgcomponent{Application,clan} * \author @PKG_AUTHOR@ * * \LegalBegin * @PKG_LICENSE@ * \LegalEnd */ #include <string> #include <vector> #include <chrono> #include <iostream> #include <iomanip> #include "utils.h" namespace...
19.826923
80
0.532493
[ "vector" ]
a1d64d09c65f29824adcbe4bcc979e5d25a98a4c
3,528
hpp
C++
include/mtx/requests.hpp
christarazi/matrix-structs
a84b37215ead77620dcddc0789c4b9b443757a17
[ "Unlicense" ]
null
null
null
include/mtx/requests.hpp
christarazi/matrix-structs
a84b37215ead77620dcddc0789c4b9b443757a17
[ "Unlicense" ]
null
null
null
include/mtx/requests.hpp
christarazi/matrix-structs
a84b37215ead77620dcddc0789c4b9b443757a17
[ "Unlicense" ]
null
null
null
#pragma once #include <string> #include <json.hpp> using json = nlohmann::json; namespace mtx { namespace requests { //! Whether or not the room will be visible by non members. enum class Visibility { //! A private visibility will hide the room from the published room list. Private, //! Ind...
33.923077
92
0.652494
[ "vector" ]
a1dc96d94e1aab1118e1028f949190f1bdf95e4c
634
cpp
C++
ctest/grid.cpp
TenniS-Open/omega
4d8b26250def9ef3f9191c0b401b35c0b7d83b82
[ "BSD-2-Clause" ]
null
null
null
ctest/grid.cpp
TenniS-Open/omega
4d8b26250def9ef3f9191c0b401b35c0b7d83b82
[ "BSD-2-Clause" ]
null
null
null
ctest/grid.cpp
TenniS-Open/omega
4d8b26250def9ef3f9191c0b401b35c0b7d83b82
[ "BSD-2-Clause" ]
null
null
null
// // Created by kier on 2020/7/23. // #include "ohm/grid.h" #include "ohm/range.h" #include "ohm/print.h" #include "ohm/type.h" #include <vector> #include <string> #include <map> int main() { using namespace ohm; auto a = range(4); std::vector<std::string> b = {"a", "b", "c"}; std::map<float, std...
17.135135
64
0.541009
[ "vector" ]
a1de03686dcebbde7bd801e76efc77ef75bb9df8
1,064
cpp
C++
backup/2/leetcode/c++/container-with-most-water.cpp
yangyanzhan/code-camp
4272564e916fc230a4a488f92ae32c07d355dee0
[ "Apache-2.0" ]
21
2019-11-16T19:08:35.000Z
2021-11-12T12:26:01.000Z
backup/2/leetcode/c++/container-with-most-water.cpp
yangyanzhan/code-camp
4272564e916fc230a4a488f92ae32c07d355dee0
[ "Apache-2.0" ]
1
2022-02-04T16:02:53.000Z
2022-02-04T16:02:53.000Z
backup/2/leetcode/c++/container-with-most-water.cpp
yangyanzhan/code-camp
4272564e916fc230a4a488f92ae32c07d355dee0
[ "Apache-2.0" ]
4
2020-05-15T19:39:41.000Z
2021-10-30T06:40:31.000Z
// Hi, I'm Yanzhan. For more algothmic problems, visit my Youtube Channel (Yanzhan Yang's Youtube Channel) : https://www.youtube.com/channel/UCDkz-__gl3frqLexukpG0DA?view_as=subscriber or my Twitter Account (Yanzhan Yang's Twitter) : https://twitter.com/YangYanzhan or my GitHub HomePage (Yanzhan Yang's GitHub HomePage)...
40.923077
345
0.607143
[ "vector" ]
a1e30460f7265e846fd76ca1f0c4f12c76e51b38
4,579
cpp
C++
ProcessLib/LocalAssemblerInterface.cpp
lkqhvac/ogs6
f47008c5955fb445d6a7d8bcfdaebe66566b3819
[ "BSD-3-Clause" ]
1
2021-01-13T01:58:38.000Z
2021-01-13T01:58:38.000Z
ProcessLib/LocalAssemblerInterface.cpp
lkqhvac/ogs6
f47008c5955fb445d6a7d8bcfdaebe66566b3819
[ "BSD-3-Clause" ]
null
null
null
ProcessLib/LocalAssemblerInterface.cpp
lkqhvac/ogs6
f47008c5955fb445d6a7d8bcfdaebe66566b3819
[ "BSD-3-Clause" ]
1
2021-04-08T08:14:08.000Z
2021-04-08T08:14:08.000Z
/** * \file * \copyright * Copyright (c) 2012-2020, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * */ #include "LocalAssemblerInterface.h" #inc...
33.918519
85
0.704739
[ "vector" ]
a1e952740ea17b03f6484eeddb4d0cffb010b086
825
cpp
C++
test/containers/sequences/vector.bool/construct_size.pass.cpp
caiohamamura/libcxx
27c836ff3a9c505deb9fd1616012924de8ff9279
[ "MIT" ]
187
2015-02-28T11:50:45.000Z
2022-02-20T12:51:00.000Z
test/containers/sequences/vector.bool/construct_size.pass.cpp
caiohamamura/libcxx
27c836ff3a9c505deb9fd1616012924de8ff9279
[ "MIT" ]
2
2019-06-24T20:44:59.000Z
2020-06-17T18:41:35.000Z
test/containers/sequences/vector.bool/construct_size.pass.cpp
caiohamamura/libcxx
27c836ff3a9c505deb9fd1616012924de8ff9279
[ "MIT" ]
80
2015-01-02T12:44:41.000Z
2022-01-20T15:37:54.000Z
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
24.264706
80
0.495758
[ "vector" ]
a1fb86eb149c68d2a64403389fbb1a2f90f32db2
15,432
cpp
C++
src/OdometerMain.cpp
morynicz/vision-of-movement
c413f956a181253da98da31f8f60fdb3f2ddd51f
[ "MIT" ]
5
2015-09-28T22:21:59.000Z
2021-01-19T16:16:51.000Z
src/OdometerMain.cpp
morynicz/vision-of-movement
c413f956a181253da98da31f8f60fdb3f2ddd51f
[ "MIT" ]
null
null
null
src/OdometerMain.cpp
morynicz/vision-of-movement
c413f956a181253da98da31f8f60fdb3f2ddd51f
[ "MIT" ]
3
2015-07-14T18:29:10.000Z
2022-03-14T06:36:49.000Z
/** * \author Michał Orynicz */ #include "VisualOdometer.hpp" #include "BirdsEyeTranslationReader.hpp" #include "TangentRotationReader.hpp" #include "SmoothFilter.hpp" #include "TrimHistoryFilter.hpp" #include "LucasKanadePyramidTracker.hpp" #include "ShiThomasiFeatureExtractor.hpp" #include "PreparationFunctions.hp...
38.292804
73
0.580741
[ "vector" ]
a1fde143f00f0f0d9b5765307764e8f1ada17071
8,767
cpp
C++
Pocket Cube/2016.11.19.3.cpp
1980744819/ACM-code
a697242bc963e682e552e655e3d78527e044e854
[ "Apache-2.0" ]
null
null
null
Pocket Cube/2016.11.19.3.cpp
1980744819/ACM-code
a697242bc963e682e552e655e3d78527e044e854
[ "Apache-2.0" ]
null
null
null
Pocket Cube/2016.11.19.3.cpp
1980744819/ACM-code
a697242bc963e682e552e655e3d78527e044e854
[ "Apache-2.0" ]
null
null
null
#include<iostream> #include<cstdio> #include<cstring> #include<cstdlib> #include<cmath> #include<vector> #include<set> #include<map> #include<queue> #include<stack> #include<algorithm> using namespace std; int Map[8][6]; int Map_t[8][6]; int judge(){ int i,j; int flag; int t; for(i=0;i<6;i++){ f...
32.113553
73
0.302498
[ "vector" ]
a1ff137c7a79655028eec6e445e877a449eb62b5
15,736
cpp
C++
dot_game_engine/Screen.cpp
prdepinho/dot_game_engine
97fd5ebdad9d669aa1bacafd9e56f6bf37b4cde6
[ "MIT" ]
null
null
null
dot_game_engine/Screen.cpp
prdepinho/dot_game_engine
97fd5ebdad9d669aa1bacafd9e56f6bf37b4cde6
[ "MIT" ]
null
null
null
dot_game_engine/Screen.cpp
prdepinho/dot_game_engine
97fd5ebdad9d669aa1bacafd9e56f6bf37b4cde6
[ "MIT" ]
null
null
null
#include "Screen.h" #include "Game.h" #include <iostream> #include <cstdlib> #include "Resources.h" Screen::Screen(sf::RenderWindow *window) : window(window), created(false) { } Screen::~Screen() { if (created) destroy(); } void Screen::destroy() { } void Screen::create() { created = true; game_view.setSize(s...
26.807496
146
0.696492
[ "vector" ]
b8062955e49132af677751314634994898190185
8,029
cpp
C++
Hardware/SIAM/ShiftAdd.cpp
gkrish19/SIAM
1e530d4c070054045fc2e8e7fe4ce82a54755132
[ "MIT" ]
4
2021-02-02T06:50:43.000Z
2022-01-29T12:25:32.000Z
Hardware/SIAM/ShiftAdd.cpp
gkrish19/SIAM
1e530d4c070054045fc2e8e7fe4ce82a54755132
[ "MIT" ]
null
null
null
Hardware/SIAM/ShiftAdd.cpp
gkrish19/SIAM
1e530d4c070054045fc2e8e7fe4ce82a54755132
[ "MIT" ]
2
2021-07-07T19:58:40.000Z
2022-01-27T22:51:20.000Z
/******************************************************************************* * Copyright (c) 2017-2020 * School of Electrical, Computer and Energy Engineering, Arizona State University * PI: Prof. Yu Cao * All rights reserved. * * This source code is part of NeuroSim - a device-circuit-algorithm framework to ...
42.257895
256
0.702205
[ "vector", "model" ]
b809022104d1d2241d94879b2a962ea7e1f1a88a
3,957
hpp
C++
src/util/thread_pool.hpp
LaisoEmilio/WispRenderer
8186856a7b3e1f0a19f6f6c8a9b99d8ccff38572
[ "Apache-2.0" ]
203
2019-04-26T10:52:22.000Z
2022-03-15T17:42:44.000Z
src/util/thread_pool.hpp
LaisoEmilio/WispRenderer
8186856a7b3e1f0a19f6f6c8a9b99d8ccff38572
[ "Apache-2.0" ]
90
2018-11-23T09:07:05.000Z
2019-04-13T10:44:03.000Z
src/util/thread_pool.hpp
LaisoEmilio/WispRenderer
8186856a7b3e1f0a19f6f6c8a9b99d8ccff38572
[ "Apache-2.0" ]
14
2019-06-19T00:52:00.000Z
2021-02-19T13:44:01.000Z
/*! * Copyright 2019 Breda University of Applied Sciences and Team Wisp (Viktor Zoutman, Emilio Laiso, Jens Hagen, Meine Zeinstra, Tahar Meijs, Koen Buitenhuis, Niels Brunekreef, Darius Bouma, Florian Schut) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in co...
26.736486
204
0.701289
[ "vector" ]
b809f4c6efae05620ddd3d7ee9add2f77897ce9d
9,293
cc
C++
chrome/browser/sync/test/integration/sync_arc_package_helper.cc
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chrome/browser/sync/test/integration/sync_arc_package_helper.cc
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chrome/browser/sync/test/integration/sync_arc_package_helper.cc
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2021-01-05T23:43:46.000Z
2021-01-07T23:36:34.000Z
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/sync/test/integration/sync_arc_package_helper.h" #include <vector> #include "base/command_line.h" #include "base/run_loop.h" #i...
35.742308
80
0.737544
[ "vector" ]
b80aa6684d71aad4d9bafc011f2b80240be5e3f8
2,433
cc
C++
tst/parser_ut.cc
quittle/ahoy
e71f1f2c8a648c94f85db252100c77b495adec54
[ "Apache-2.0" ]
2
2016-08-02T15:12:26.000Z
2016-11-06T06:55:38.000Z
tst/parser_ut.cc
quittle/ahoy
e71f1f2c8a648c94f85db252100c77b495adec54
[ "Apache-2.0" ]
8
2018-02-11T21:28:30.000Z
2021-10-02T13:36:16.000Z
tst/parser_ut.cc
quittle/ahoy
e71f1f2c8a648c94f85db252100c77b495adec54
[ "Apache-2.0" ]
null
null
null
// Copyright (c) 2016 Dustin Toff // Licensed under Apache License v2.0 #include "ahoy/parser.h" #include <memory> #include <vector> #include <gtest/gtest.h> namespace { const char kProgram[] = "./program"; const char kValue[] = "value"; const char kValue2[] = "value 2"; bool parse(const ahoy::Parser& parser, con...
25.082474
85
0.647349
[ "vector" ]
b80b349bb8d38820d43812a25b7f4b72713abda3
2,438
cc
C++
modules/planning/common/indexed_list_test.cc
seeclong/apollo
99c8afb5ebcae2a3c9359a156a957ff03944b27b
[ "Apache-2.0" ]
47
2019-09-11T01:33:22.000Z
2022-02-28T08:02:23.000Z
modules/planning/common/indexed_list_test.cc
seeclong/apollo
99c8afb5ebcae2a3c9359a156a957ff03944b27b
[ "Apache-2.0" ]
7
2021-03-10T18:14:25.000Z
2022-02-27T04:46:46.000Z
modules/planning/common/indexed_list_test.cc
seeclong/apollo
99c8afb5ebcae2a3c9359a156a957ff03944b27b
[ "Apache-2.0" ]
57
2019-11-22T05:56:22.000Z
2019-12-28T08:51:10.000Z
/****************************************************************************** * Copyright 2017 The Apollo Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
29.731707
79
0.64397
[ "object" ]
b80f15b313f36272c24f8551ab0a738372070401
3,878
hpp
C++
python/plot/datalog.hpp
LevinJ/pypangolin
3ac794aff96c3db103ec2bbc298ab013eaf6f6e8
[ "MIT" ]
221
2018-01-06T12:29:12.000Z
2022-03-31T08:05:09.000Z
python/plot/datalog.hpp
LevinJ/pypangolin
3ac794aff96c3db103ec2bbc298ab013eaf6f6e8
[ "MIT" ]
39
2018-01-11T19:51:48.000Z
2022-03-24T00:48:12.000Z
python/plot/datalog.hpp
LevinJ/pypangolin
3ac794aff96c3db103ec2bbc298ab013eaf6f6e8
[ "MIT" ]
78
2018-01-06T12:14:51.000Z
2022-02-26T05:14:47.000Z
#include <pybind11/pybind11.h> #include <pybind11/stl.h> #include <pangolin/plot/datalog.h> namespace py = pybind11; using namespace pybind11::literals; namespace pangolin { void declareDataLog(py::module & m) { py::class_<DimensionStats>(m, "DimensionStats") .def(py::init<>()) .def("Reset", ...
42.615385
125
0.556988
[ "vector" ]
b810576f7df01abfef50ba127e4a93d3a58f0b10
9,725
cpp
C++
AD-Census/ADCensusStereo.cpp
the-sword/AD-Census
fb87e4a0d0d0e48aada627cef4e5975cb53458c0
[ "MIT" ]
null
null
null
AD-Census/ADCensusStereo.cpp
the-sword/AD-Census
fb87e4a0d0d0e48aada627cef4e5975cb53458c0
[ "MIT" ]
null
null
null
AD-Census/ADCensusStereo.cpp
the-sword/AD-Census
fb87e4a0d0d0e48aada627cef4e5975cb53458c0
[ "MIT" ]
null
null
null
/* -*-c++-*- AD-Census - Copyright (C) 2020. * Author : Yingsong Li(Ethan Li) <ethan.li.whu@gmail.com> * https://github.com/ethan-li-coding/AD-Census * Describe : implement of ad-census stereo class */ #include "ADCensusStereo.h" #include <algorithm> #include <chrono> #include<iostream> #include <cstring> using nam...
30.390625
133
0.604524
[ "vector" ]
b8160a87358e2351701ba1d221ae2c7a86aab43a
9,378
cxx
C++
cgv/media/mesh/obj_loader.cxx
MarioHenze/cgv
bacb2d270b1eecbea1e933b8caad8d7e11d807c2
[ "BSD-3-Clause" ]
11
2017-09-30T12:21:55.000Z
2021-04-29T21:31:57.000Z
cgv/media/mesh/obj_loader.cxx
MarioHenze/cgv
bacb2d270b1eecbea1e933b8caad8d7e11d807c2
[ "BSD-3-Clause" ]
2
2017-07-11T11:20:08.000Z
2018-03-27T12:09:02.000Z
cgv/media/mesh/obj_loader.cxx
MarioHenze/cgv
bacb2d270b1eecbea1e933b8caad8d7e11d807c2
[ "BSD-3-Clause" ]
24
2018-03-27T11:46:16.000Z
2021-05-01T20:28:34.000Z
#include "obj_loader.h" #include <cgv/utils/file.h> #include <cgv/type/standard_types.h> using namespace cgv::utils::file; using namespace cgv::type; using namespace cgv::media::illum; #ifdef WIN32 #pragma warning (disable:4996) #endif namespace cgv { namespace media { namespace mesh { face_info:...
24.549738
102
0.62444
[ "mesh" ]
b81a164d7e6f7f5e862ec7db278406ff3b8e05b4
6,018
cpp
C++
Software_Final Version/Inertial_Navigation_with_QT/read_imr_file.cpp
GimHuang/inertial-navigation
88c7aea844c26b5a2b7a2314ba4ca428c532d8f6
[ "MIT" ]
2
2021-05-30T18:17:17.000Z
2021-11-24T07:16:49.000Z
Software_Final Version/Inertial_Navigation_with_QT/read_imr_file.cpp
jhuang-86/inertial-navigation
88c7aea844c26b5a2b7a2314ba4ca428c532d8f6
[ "MIT" ]
null
null
null
Software_Final Version/Inertial_Navigation_with_QT/read_imr_file.cpp
jhuang-86/inertial-navigation
88c7aea844c26b5a2b7a2314ba4ca428c532d8f6
[ "MIT" ]
4
2021-04-16T08:51:59.000Z
2021-12-31T01:13:08.000Z
#include"read_imr_file.h" void imr_data::read_imr_header(fstream& imrfile, IMR_Header* imrheader) { /* ************************************************************************************* *func: read_imr_header *@Param: fstream &imrfile 文件类 *@Param: IMR_Header *imrheader 结构体指针,存放文件头数据 *@Return...
36.920245
103
0.584247
[ "vector" ]
b81c76371f5c56c41dc4db8cc87374b5e305535d
18,625
cpp
C++
src/picross/src/work_grid.cpp
pierre-dejoue/picross-solver
c4d85d66b7537e4651d411cb6480a34bb4fcf51b
[ "MIT" ]
null
null
null
src/picross/src/work_grid.cpp
pierre-dejoue/picross-solver
c4d85d66b7537e4651d411cb6480a34bb4fcf51b
[ "MIT" ]
null
null
null
src/picross/src/work_grid.cpp
pierre-dejoue/picross-solver
c4d85d66b7537e4651d411cb6480a34bb4fcf51b
[ "MIT" ]
null
null
null
/******************************************************************************* * PICROSS SOLVER * * Copyright (c) 2010-2021 Pierre DEJOUE ******************************************************************************/ #include "work_grid.h" #include "line.h" #include <picross/picross.h> #include <algorithm> #i...
37.399598
167
0.665879
[ "vector", "transform" ]
b820c2aabfc46e567f6eccb41d09c235e73e2508
71,303
cpp
C++
sources/thelib/src/protocols/wrtc/wrtcconnection.cpp
rdkcmf/rdkc-rms
65ab1efcee9e3de46a888c125f591cd48b815601
[ "Apache-2.0" ]
3
2020-07-30T19:41:00.000Z
2020-10-28T12:52:37.000Z
sources/thelib/src/protocols/wrtc/wrtcconnection.cpp
rdkcmf/rdkc-rms
65ab1efcee9e3de46a888c125f591cd48b815601
[ "Apache-2.0" ]
null
null
null
sources/thelib/src/protocols/wrtc/wrtcconnection.cpp
rdkcmf/rdkc-rms
65ab1efcee9e3de46a888c125f591cd48b815601
[ "Apache-2.0" ]
2
2020-05-11T03:19:00.000Z
2021-07-07T17:40:47.000Z
/** ########################################################################## # If not stated otherwise in this file or this component's LICENSE # file the following copyright and licenses apply: # # Copyright 2019 RDK Management # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use thi...
28.774415
357
0.693617
[ "object", "vector" ]
b824db2439414c93240ab090c92a3cabd9c3ff88
10,432
cpp
C++
src/opt_flow.cpp
minxuanjun/basalt-mirror
412c2728569727088d18ebdcb5dc34839b74f458
[ "BSD-3-Clause" ]
1
2020-05-01T14:10:21.000Z
2020-05-01T14:10:21.000Z
src/opt_flow.cpp
minxuanjun/basalt-mirror
412c2728569727088d18ebdcb5dc34839b74f458
[ "BSD-3-Clause" ]
null
null
null
src/opt_flow.cpp
minxuanjun/basalt-mirror
412c2728569727088d18ebdcb5dc34839b74f458
[ "BSD-3-Clause" ]
2
2020-05-01T14:11:09.000Z
2020-05-01T14:47:59.000Z
/** BSD 3-Clause License This file is part of the Basalt project. https://gitlab.com/VladyslavUsenko/basalt.git Copyright (c) 2019, Vladyslav Usenko and Nikolaus Demmel. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following con...
29.221289
80
0.668616
[ "vector" ]
b82ed8f53363f77d14bd89be77f783461004c826
1,483
cpp
C++
test/json.cpp
Collobos/nodeoze
40d98bb085d27f6c283aac61d2b373bf761188d6
[ "MIT" ]
null
null
null
test/json.cpp
Collobos/nodeoze
40d98bb085d27f6c283aac61d2b373bf761188d6
[ "MIT" ]
null
null
null
test/json.cpp
Collobos/nodeoze
40d98bb085d27f6c283aac61d2b373bf761188d6
[ "MIT" ]
null
null
null
#include <nodeoze/json.h> #include <nodeoze/test.h> using namespace nodeoze; TEST_CASE( "nodeoze/smoke/json" ) { SUBCASE( "inflate" ) { auto obj = json::inflate( "{ \"a\" : [ 1, 2, 3 ], \"b\" : { \"c\" : true } }" ); REQUIRE( obj.type() == any::type_t::object ); REQUIRE( obj.is_member( "a" ) ); REQUIRE( obj...
23.919355
82
0.506406
[ "object" ]
b833c1716e5d27fbec1554231784f98a14b38987
3,194
cpp
C++
software/control/src/RobotStateDriver.cpp
liangfok/oh-distro
eeee1d832164adce667e56667dafc64a8d7b8cee
[ "BSD-3-Clause" ]
92
2016-01-14T21:03:50.000Z
2021-12-01T17:57:46.000Z
software/control/src/RobotStateDriver.cpp
liangfok/oh-distro
eeee1d832164adce667e56667dafc64a8d7b8cee
[ "BSD-3-Clause" ]
62
2016-01-16T18:08:14.000Z
2016-03-24T15:16:28.000Z
software/control/src/RobotStateDriver.cpp
liangfok/oh-distro
eeee1d832164adce667e56667dafc64a8d7b8cee
[ "BSD-3-Clause" ]
41
2016-01-14T21:26:58.000Z
2022-03-28T03:10:39.000Z
#include <stdexcept> #include "RobotStateDriver.hpp" #include "drake/util/drakeGeometryUtil.h" using namespace std; using namespace Eigen; RobotStateDriver::RobotStateDriver(vector<string> state_coordinate_names) { m_num_joints = 0; m_num_floating_joints = 0; string prefix("base_"); for (int i=0; i<state_coo...
31.313725
210
0.663118
[ "vector" ]
b8354841f820342f17ead4fb815a76eeb2369ffc
16,950
cpp
C++
printscan/wia/test/wialogcfg/wialogcfgdlg.cpp
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
printscan/wia/test/wialogcfg/wialogcfgdlg.cpp
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
printscan/wia/test/wialogcfg/wialogcfgdlg.cpp
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
// WiaLogCFGDlg.cpp : implementation file // #include "stdafx.h" #include "WiaLogCFG.h" #include "WiaLogCFGDlg.h" #include "AddRemove.h" #include "LogViewer.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif //////////////////////////////////////////////...
29.274611
101
0.639941
[ "model" ]
b8366d3fff6a299b77f4224a902f30f72feb2a5a
5,044
cpp
C++
cpp/icub/IKD/example.cpp
BrunoDaCosta/NL_limit_cycles
62c8c93d8ca9d6c7442154c467cd0f9e27329871
[ "RSA-MD" ]
2
2019-07-26T08:51:15.000Z
2020-10-16T09:52:58.000Z
cpp/icub/IKD/example.cpp
BrunoDaCosta/NL_limit_cycles
62c8c93d8ca9d6c7442154c467cd0f9e27329871
[ "RSA-MD" ]
null
null
null
cpp/icub/IKD/example.cpp
BrunoDaCosta/NL_limit_cycles
62c8c93d8ca9d6c7442154c467cd0f9e27329871
[ "RSA-MD" ]
1
2021-01-26T14:34:05.000Z
2021-01-26T14:34:05.000Z
#include "IK.h" #include "ID.h" using namespace std; /* Index reference and a natural posture of icub */ /* global positions */ /* pelvis pos: pos[0] pos[1] pos[2] */ /* pelvis rot: pos[3] pos[4] pos[5] pos[38] */ /* ...
41.00813
111
0.548771
[ "model" ]
b83757bcad87216a5b3bbc3895680eb75a3a669c
4,534
cpp
C++
scipy/optimize/_highs/src/simplex/HVector.cpp
Ennosigaeon/scipy
2d872f7cf2098031b9be863ec25e366a550b229c
[ "BSD-3-Clause" ]
3
2021-12-15T10:06:16.000Z
2022-02-08T19:55:58.000Z
scipy/optimize/_highs/src/simplex/HVector.cpp
Ennosigaeon/scipy
2d872f7cf2098031b9be863ec25e366a550b229c
[ "BSD-3-Clause" ]
44
2019-06-27T15:56:14.000Z
2022-03-15T22:21:10.000Z
scipy/optimize/_highs/src/simplex/HVector.cpp
Ennosigaeon/scipy
2d872f7cf2098031b9be863ec25e366a550b229c
[ "BSD-3-Clause" ]
4
2019-07-25T01:57:45.000Z
2021-04-29T06:54:23.000Z
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ /* Written an...
28.161491
76
0.569475
[ "vector" ]