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
754474adc92bcd99ac544dca5ba006b7e873d2b8
5,744
cc
C++
src/util.cc
NoelM/darc2json
02822273f5b3c8baa49f10b6ee399b2a0b26de16
[ "MIT" ]
13
2018-12-18T00:35:23.000Z
2021-07-15T13:11:31.000Z
src/util.cc
NoelM/darc2json
02822273f5b3c8baa49f10b6ee399b2a0b26de16
[ "MIT" ]
1
2018-03-30T21:23:44.000Z
2018-03-31T06:10:58.000Z
src/util.cc
NoelM/darc2json
02822273f5b3c8baa49f10b6ee399b2a0b26de16
[ "MIT" ]
4
2019-03-10T23:43:07.000Z
2021-08-02T15:20:10.000Z
/* * Copyright (c) Oona Räisänen * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ...
24.758621
80
0.611595
[ "vector" ]
754b71695d1209eef8436d0b60567c59b119b9ab
19,601
cc
C++
xic/src/main/errorlog.cc
wrcad/xictools
f46ba6d42801426739cc8b2940a809b74f1641e2
[ "Apache-2.0" ]
73
2017-10-26T12:40:24.000Z
2022-03-02T16:59:43.000Z
xic/src/main/errorlog.cc
chris-ayala/xictools
4ea72c118679caed700dab3d49a8d36445acaec3
[ "Apache-2.0" ]
12
2017-11-01T10:18:22.000Z
2022-03-20T19:35:36.000Z
xic/src/main/errorlog.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 (...
30.295209
78
0.534973
[ "object" ]
754bf06bc90e8288b05308d5fa4d1ae8c4f6acdf
1,596
cpp
C++
Src/142_LinkedListCycleII/LinkedListCycleII.cpp
HATTER-LONG/https---github.com-HATTER-LONG-AlgorithmTraining
bd2773c066352bab46ac019cef9fbbff8761c147
[ "Apache-2.0" ]
2
2021-02-07T07:03:43.000Z
2021-02-08T16:04:42.000Z
Src/142_LinkedListCycleII/LinkedListCycleII.cpp
HATTER-LONG/https---github.com-HATTER-LONG-AlgorithmTraining
bd2773c066352bab46ac019cef9fbbff8761c147
[ "Apache-2.0" ]
null
null
null
Src/142_LinkedListCycleII/LinkedListCycleII.cpp
HATTER-LONG/https---github.com-HATTER-LONG-AlgorithmTraining
bd2773c066352bab46ac019cef9fbbff8761c147
[ "Apache-2.0" ]
1
2021-02-24T09:48:26.000Z
2021-02-24T09:48:26.000Z
#include "Tools/ListNodeTools.h" #include <algorithm> #include <catch2/catch.hpp> #include <climits> #include <cstddef> #include <string> #include <tuple> #include <unordered_map> #include <unordered_set> #include <vector> using namespace Catch; using namespace std; // 快慢指针 /** * fast 指针走过的距离都为 slow 指针的 2 倍,这时从相遇点到入...
22.478873
70
0.550752
[ "vector" ]
754e694132002afba9923fd447532ec655957064
693
hpp
C++
src/msTreeType-cpp/msTreeType.hpp
galudino/My-CLI-Playground
6c34f4718444aa2fc592de7b224746df1aaa2828
[ "MIT" ]
null
null
null
src/msTreeType-cpp/msTreeType.hpp
galudino/My-CLI-Playground
6c34f4718444aa2fc592de7b224746df1aaa2828
[ "MIT" ]
null
null
null
src/msTreeType-cpp/msTreeType.hpp
galudino/My-CLI-Playground
6c34f4718444aa2fc592de7b224746df1aaa2828
[ "MIT" ]
null
null
null
/*! \file msTreeType.hpp \brief Header file \author \date */ #ifndef MSTREETYPE_HPP #define MSTREETYPE_HPP #include "graphType.hpp" #include <vector> #include <fstream> class msTreeType : public graphType { public: void createSpanningGraph(); void createSpanningGraph(const std::s...
19.8
58
0.68254
[ "vector" ]
754e72b2c8d6ba762fef9df0d21c04520240386a
8,779
cpp
C++
OperationalStatus.cpp
kovdan01/OMS-Auditd-Plugin
529db434129f43f5763a405eb3357bedad757968
[ "MIT" ]
13
2019-07-01T04:58:51.000Z
2022-01-28T13:38:02.000Z
OperationalStatus.cpp
kovdan01/OMS-Auditd-Plugin
529db434129f43f5763a405eb3357bedad757968
[ "MIT" ]
16
2019-05-08T00:40:43.000Z
2021-07-27T23:11:26.000Z
OperationalStatus.cpp
kovdan01/OMS-Auditd-Plugin
529db434129f43f5763a405eb3357bedad757968
[ "MIT" ]
9
2019-12-19T00:06:53.000Z
2021-12-03T09:45:20.000Z
/* microsoft-oms-auditd-plugin Copyright (c) Microsoft Corporation All rights reserved. MIT License 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, in...
29.459732
464
0.636861
[ "vector" ]
754ffc175e35a0b6859ee2dc779ac9694cbdc157
1,617
hpp
C++
Modules/OpenGL/Public/Toon/OpenGL/OpenGLGraphicsDriver.hpp
benjinx/Toon
f21032b2f9ad5fbc9a3618a7719c33159257d954
[ "MIT" ]
2
2021-01-28T03:08:08.000Z
2021-01-28T03:08:21.000Z
Modules/OpenGL/Public/Toon/OpenGL/OpenGLGraphicsDriver.hpp
benjinx/Toon
f21032b2f9ad5fbc9a3618a7719c33159257d954
[ "MIT" ]
null
null
null
Modules/OpenGL/Public/Toon/OpenGL/OpenGLGraphicsDriver.hpp
benjinx/Toon
f21032b2f9ad5fbc9a3618a7719c33159257d954
[ "MIT" ]
null
null
null
#ifndef TOON_OPENGL_GRAPHICS_DRIVER_HPP #define TOON_OPENGL_GRAPHICS_DRIVER_HPP #include <Toon/OpenGL/OpenGLConfig.hpp> #include <Toon/SDL2/SDL2GraphicsDriver.hpp> #include <Toon/OpenGL/OpenGLPipeline.hpp> #include <Toon/OpenGL/OpenGLTexture.hpp> #include <Toon/OpenGL/OpenGLShader.hpp> #include <Toon/OpenGL/OpenGLMes...
25.265625
94
0.766234
[ "mesh", "render", "vector" ]
7553b2e956db71f18aeefa6c2fad532038eae8e4
45,578
hpp
C++
include/ProMPs_emission.hpp
DiegoAE/BOSD
a7ce88462c64c540ba2922d16eb6f7eba8055b47
[ "MIT" ]
19
2019-05-03T05:31:43.000Z
2022-01-08T18:14:31.000Z
include/ProMPs_emission.hpp
DiegoAE/BOSD
a7ce88462c64c540ba2922d16eb6f7eba8055b47
[ "MIT" ]
2
2019-02-14T15:29:34.000Z
2020-06-04T10:14:54.000Z
include/ProMPs_emission.hpp
DiegoAE/BOSD
a7ce88462c64c540ba2922d16eb6f7eba8055b47
[ "MIT" ]
1
2019-07-01T07:44:09.000Z
2019-07-01T07:44:09.000Z
#ifndef PROMP_EMISSION_H #define PROMP_EMISSION_H #include <armadillo> #include <emissions.hpp> #include <iostream> #include <json.hpp> #include <ForwardBackward.hpp> #include <map> #include <memory> #include <robotics.hpp> using namespace arma; using namespace hsmm; using namespace robotics; using namespace std; na...
47.03612
91
0.470512
[ "vector", "model" ]
7556dabed8e98e76328ea8bf9d0f3bf2179ef28d
59,441
cpp
C++
src/PlaneSlam.cpp
richard5635/PlaneLoc
aab6637124b1b99ad726a94e9f6762dddf3716b5
[ "MIT" ]
null
null
null
src/PlaneSlam.cpp
richard5635/PlaneLoc
aab6637124b1b99ad726a94e9f6762dddf3716b5
[ "MIT" ]
null
null
null
src/PlaneSlam.cpp
richard5635/PlaneLoc
aab6637124b1b99ad726a94e9f6762dddf3716b5
[ "MIT" ]
null
null
null
/* Copyright (c) 2017 Mobile Robots Laboratory at Poznan University of Technology: -Jan Wietrzykowski name.surname [at] put.poznan.pl 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 Sof...
45.340198
144
0.459885
[ "object", "vector", "transform", "3d" ]
755931c2c29e58d8942563ed1dba8c1794fe7fc2
2,362
cpp
C++
src/gct/semaphore_create_info.cpp
Fadis/gct
bde211f9336e945e4db21f5abb4ce01dcad78049
[ "MIT" ]
1
2022-03-03T09:27:09.000Z
2022-03-03T09:27:09.000Z
src/gct/semaphore_create_info.cpp
Fadis/gct
bde211f9336e945e4db21f5abb4ce01dcad78049
[ "MIT" ]
1
2021-12-02T03:45:45.000Z
2021-12-03T23:44:37.000Z
src/gct/semaphore_create_info.cpp
Fadis/gct
bde211f9336e945e4db21f5abb4ce01dcad78049
[ "MIT" ]
null
null
null
#include <gct/semaphore_create_info.hpp> #include <vulkan2json/SemaphoreCreateInfo.hpp> #ifdef VK_VERSION_1_1 #include <vulkan2json/ExportSemaphoreCreateInfo.hpp> #elif defined(VK_KHR_EXTERNAL_SEMAPHORE_EXTENSION_NAME) #include <vulkan2json/ExportSemaphoreCreateInfoKHR.hpp> #endif #ifdef VK_KHR_EXTERNAL_SEMAPHORE_WIN32...
40.033898
129
0.825995
[ "object" ]
755cb923a683974c775a59e935fcb67203e96cfb
63,366
cxx
C++
test/multiarray/test_chunked.cxx
BSeppke/vigra
490213d8954a03bdb985b52cfaafd6389431efd8
[ "MIT" ]
316
2015-01-01T02:06:53.000Z
2022-03-28T08:37:28.000Z
test/multiarray/test_chunked.cxx
BSeppke/vigra
490213d8954a03bdb985b52cfaafd6389431efd8
[ "MIT" ]
232
2015-01-06T23:51:07.000Z
2022-03-18T13:14:02.000Z
test/multiarray/test_chunked.cxx
BSeppke/vigra
490213d8954a03bdb985b52cfaafd6389431efd8
[ "MIT" ]
150
2015-01-05T02:11:18.000Z
2022-03-16T09:44:14.000Z
/************************************************************************/ /* */ /* Copyright 2013-2014 by Ullrich Koethe */ /* */ /* This file is p...
39.066584
142
0.503503
[ "shape", "vector" ]
755dc6d6bafc8c8dc06795706dc0a0c3e6e65693
639
hpp
C++
WorkerProcess.hpp
arylee/psmon
ef10dee8e498f7d072c1975ad67228dc952c26d6
[ "BSD-3-Clause" ]
2
2020-11-06T08:44:20.000Z
2021-02-06T14:03:18.000Z
WorkerProcess.hpp
arylee/psmon
ef10dee8e498f7d072c1975ad67228dc952c26d6
[ "BSD-3-Clause" ]
null
null
null
WorkerProcess.hpp
arylee/psmon
ef10dee8e498f7d072c1975ad67228dc952c26d6
[ "BSD-3-Clause" ]
null
null
null
/* NAME WorkerProcess.hpp - Header file of the Worker Process class. DESCRIPTION Worker Process. */ #ifndef __WORKER_PROCESS_HPP__ #define __WORKER_PROCESS_HPP__ #include <string> #include <vector> class WorkerProcess { public: WorkerProcess(); WorkerProcess(std::string name, std::string comma...
18.794118
79
0.682316
[ "vector" ]
7563a685b0e040cf9baa4641456d09b9416ec095
115,412
cc
C++
Utilities/src/imgUtils.cc
abhineet123/MTF
6cb45c88d924fb2659696c3375bd25c683802621
[ "BSD-3-Clause" ]
100
2016-12-11T00:34:06.000Z
2022-01-27T23:03:40.000Z
Utilities/src/imgUtils.cc
siqiyan/MTF
9a76388c907755448bb7223420fe74349130f636
[ "BSD-3-Clause" ]
21
2017-09-04T06:27:13.000Z
2021-07-14T19:07:23.000Z
Utilities/src/imgUtils.cc
siqiyan/MTF
9a76388c907755448bb7223420fe74349130f636
[ "BSD-3-Clause" ]
21
2017-02-19T02:12:11.000Z
2020-09-23T03:47:55.000Z
#include "mtf/Utilities/imgUtils.h" #include "mtf/Utilities/miscUtils.h" #include "mtf/Utilities/warpUtils.h" #include "opencv2/highgui/highgui.hpp" #include<opencv2/imgproc/imgproc.hpp> #ifdef USE_TBB #include "tbb/tbb.h" #endif _MTF_BEGIN_NAMESPACE namespace utils{ const char* toString(InterpType int...
50.026875
363
0.688455
[ "vector" ]
756a555f2432a74302f57e1bbb502431641d8200
8,923
cpp
C++
Source/AllProjects/Drivers/ZWave/ZWaveUSB3/Shared/ZWaveUSB3Sh_DrvXData.cpp
MarkStega/CQC
c1d0e01ec2abcaa5b8eb1899b9f0522fecee4b07
[ "MIT" ]
51
2020-12-26T18:17:16.000Z
2022-03-15T04:29:35.000Z
Source/AllProjects/Drivers/ZWave/ZWaveUSB3/Shared/ZWaveUSB3Sh_DrvXData.cpp
MarkStega/CQC
c1d0e01ec2abcaa5b8eb1899b9f0522fecee4b07
[ "MIT" ]
null
null
null
Source/AllProjects/Drivers/ZWave/ZWaveUSB3/Shared/ZWaveUSB3Sh_DrvXData.cpp
MarkStega/CQC
c1d0e01ec2abcaa5b8eb1899b9f0522fecee4b07
[ "MIT" ]
4
2020-12-28T07:24:39.000Z
2021-12-29T12:09:37.000Z
// // FILE NAME: ZWaveUSB3Sh_DriverXData.cpp // // AUTHOR: Dean Roddey // // CREATED: 08/17/2017 // // COPYRIGHT: Charmed Quark Systems, Ltd @ 2020 // // This software is copyrighted by 'Charmed Quark Systems, Ltd' and // the author (Dean Roddey.) It is licensed under the MIT Open Source // license: // // https:/...
29.743333
84
0.518323
[ "object" ]
75777a1218ffd30dd37a4a436fb6c587a8f80290
864
hh
C++
src/RK/computeOccupancyVolume.hh
jmikeowen/Spheral
3e1082a7aefd6b328bd3ae24ca1a477108cfc3c4
[ "BSD-Source-Code", "BSD-3-Clause-LBNL", "FSFAP" ]
22
2018-07-31T21:38:22.000Z
2020-06-29T08:58:33.000Z
src/CRKSPH/computeOccupancyVolume.hh
markguozhiming/spheral
bbb982102e61edb8a1d00cf780bfa571835e1b61
[ "BSD-Source-Code", "BSD-3-Clause-LBNL", "FSFAP" ]
41
2020-09-28T23:14:27.000Z
2022-03-28T17:01:33.000Z
src/CRKSPH/computeOccupancyVolume.hh
markguozhiming/spheral
bbb982102e61edb8a1d00cf780bfa571835e1b61
[ "BSD-Source-Code", "BSD-3-Clause-LBNL", "FSFAP" ]
7
2019-12-01T07:00:06.000Z
2020-09-15T21:12:39.000Z
//---------------------------------Spheral++------------------------------------ // Compute the occupancy volume per point //------------------------------------------------------------------------------ #ifndef __Spheral__computeOccupancyVolume__ #define __Spheral__computeOccupancyVolume__ #include "Field/FieldList.h...
33.230769
88
0.585648
[ "vector" ]
7577fd45b1e9530d83ce5a327e09cc309e2aebdb
2,080
cpp
C++
geos-3.7.0beta1/src/algorithm/CentroidLine.cpp
litbangbungamayang/SIMTR
23435e829f6c766ec8483c88005daac654de4057
[ "MIT" ]
null
null
null
geos-3.7.0beta1/src/algorithm/CentroidLine.cpp
litbangbungamayang/SIMTR
23435e829f6c766ec8483c88005daac654de4057
[ "MIT" ]
null
null
null
geos-3.7.0beta1/src/algorithm/CentroidLine.cpp
litbangbungamayang/SIMTR
23435e829f6c766ec8483c88005daac654de4057
[ "MIT" ]
null
null
null
/********************************************************************** * * GEOS - Geometry Engine Open Source * http://geos.osgeo.org * * Copyright (C) 2001-2002 Vivid Solutions Inc. * Copyright (C) 2005 Refractions Research Inc. * * This is free software; you can redistribute and/or modify it under * the ter...
23.636364
78
0.635577
[ "geometry" ]
7579b95b2e11b2813e0dbfcefa8256917c741fac
12,597
cpp
C++
Attic/AtomicEditorReference/Source/Resources/AEResourceOps.cpp
honigbeutler123/AtomicGameEngine
c53425f19b216eb21ecd3bda85052aaa1a6f2aaa
[ "Apache-2.0", "MIT" ]
null
null
null
Attic/AtomicEditorReference/Source/Resources/AEResourceOps.cpp
honigbeutler123/AtomicGameEngine
c53425f19b216eb21ecd3bda85052aaa1a6f2aaa
[ "Apache-2.0", "MIT" ]
null
null
null
Attic/AtomicEditorReference/Source/Resources/AEResourceOps.cpp
honigbeutler123/AtomicGameEngine
c53425f19b216eb21ecd3bda85052aaa1a6f2aaa
[ "Apache-2.0", "MIT" ]
null
null
null
// Copyright (c) 2014-2015, THUNDERBEAST GAMES LLC All rights reserved // Please see LICENSE.md in repository root for license information // https://github.com/AtomicGameEngine/AtomicGameEngine #include "AtomicEditor.h" #include <Atomic/Core/Context.h> #include <Atomic/IO/File.h> #include <Atomic/IO/FileSystem.h> #i...
27.931264
112
0.631738
[ "object" ]
7579f48ce953a38f9dc62db8268c7a4ce8422172
1,355
cpp
C++
src/software/ai/hl/stp/tactic/stop/stop_fsm_test.cpp
jonl112/Software
61a028a98d5c0dd5e79bf055b231633290ddbf9f
[ "MIT" ]
null
null
null
src/software/ai/hl/stp/tactic/stop/stop_fsm_test.cpp
jonl112/Software
61a028a98d5c0dd5e79bf055b231633290ddbf9f
[ "MIT" ]
null
null
null
src/software/ai/hl/stp/tactic/stop/stop_fsm_test.cpp
jonl112/Software
61a028a98d5c0dd5e79bf055b231633290ddbf9f
[ "MIT" ]
null
null
null
#include "software/ai/hl/stp/tactic/stop/stop_fsm.h" #include <gtest/gtest.h> #include "software/test_util/test_util.h" TEST(StopFSMTest, test_transitions) { World world = ::TestUtil::createBlankTestingWorld(); Robot robot(0, RobotState(Point(1, -3), Vector(2.1, 3.1), Angle::half(), ...
38.714286
89
0.606642
[ "vector" ]
758a942e5af485ebf32b18ea270479ca416c780d
419
cpp
C++
LeetCode/1000/942.cpp
K-ona/C-_Training
d54970f7923607bdc54fc13677220d1b3daf09e5
[ "Apache-2.0" ]
null
null
null
LeetCode/1000/942.cpp
K-ona/C-_Training
d54970f7923607bdc54fc13677220d1b3daf09e5
[ "Apache-2.0" ]
null
null
null
LeetCode/1000/942.cpp
K-ona/C-_Training
d54970f7923607bdc54fc13677220d1b3daf09e5
[ "Apache-2.0" ]
null
null
null
class Solution { public: vector<int> diStringMatch(string s) { vector<int> res; res.reserve(s.size() + 1); int max = s.size(); int min = 0; for (const auto c: s) { if (c == 'I') { res.push_back(min++); } else { res.pu...
23.277778
41
0.405728
[ "vector" ]
7590769994c6ba2fc325ef6f04cfb00b1d6538dd
7,595
hpp
C++
Sources/SolarTears/Rendering/Common/FrameGraph/ModernFrameGraphBuilder.hpp
Sixshaman/SolarTears
97d07730f876508fce8bf93c9dc90f051c230580
[ "BSD-3-Clause" ]
4
2021-06-30T16:00:20.000Z
2021-10-13T06:17:56.000Z
Sources/SolarTears/Rendering/Common/FrameGraph/ModernFrameGraphBuilder.hpp
Sixshaman/SolarTears
97d07730f876508fce8bf93c9dc90f051c230580
[ "BSD-3-Clause" ]
null
null
null
Sources/SolarTears/Rendering/Common/FrameGraph/ModernFrameGraphBuilder.hpp
Sixshaman/SolarTears
97d07730f876508fce8bf93c9dc90f051c230580
[ "BSD-3-Clause" ]
null
null
null
#pragma once #include <vector> #include <string> #include <unordered_set> #include <unordered_map> #include "ModernFrameGraph.hpp" #include "ModernFrameGraphMisc.hpp" #include "FrameGraphDescription.hpp" #include "../../../Core/DataStructures/Span.hpp" #include <span> class FrameGraphConfig; class ModernFrameGraphBu...
41.054054
265
0.80158
[ "render", "vector" ]
75a1c96b11df00285ced1d83099e236c1995530e
2,734
cpp
C++
firstSynthesizer/Source/PluginEditor.cpp
TroyKurniawan/VST-Synthesizer-Plugin
7e6f4089ddcf1051fb35396e3928c07def4c0c39
[ "MIT" ]
null
null
null
firstSynthesizer/Source/PluginEditor.cpp
TroyKurniawan/VST-Synthesizer-Plugin
7e6f4089ddcf1051fb35396e3928c07def4c0c39
[ "MIT" ]
null
null
null
firstSynthesizer/Source/PluginEditor.cpp
TroyKurniawan/VST-Synthesizer-Plugin
7e6f4089ddcf1051fb35396e3928c07def4c0c39
[ "MIT" ]
null
null
null
/* ============================================================================== This file was auto-generated! It contains the basic framework code for a JUCE plugin editor. ============================================================================== */ #include "PluginProcessor.h" #includ...
34.175
115
0.60278
[ "solid" ]
b5a5271b1f1298ccb9e4a8319f9fb80b558e49d3
6,299
cpp
C++
src/common/pgsql_hb.cpp
paolofrb/cotson
1289b58ecc5d8279bc1124495ca0042f9586af11
[ "MIT" ]
null
null
null
src/common/pgsql_hb.cpp
paolofrb/cotson
1289b58ecc5d8279bc1124495ca0042f9586af11
[ "MIT" ]
null
null
null
src/common/pgsql_hb.cpp
paolofrb/cotson
1289b58ecc5d8279bc1124495ca0042f9586af11
[ "MIT" ]
null
null
null
// (C) Copyright 2006-2009 Hewlett-Packard Development Company, L.P. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL // THE AUTHORS OR C...
28.373874
105
0.683442
[ "vector" ]
b5a65b43f4e4305243657d3ec57343d0fc008933
846
cpp
C++
ObjectOrientedProgrammingCodes-CPP/CPPWorkspace/DeclareClassAndObjects/main.cpp
srinivasamaringanti/ObjectOrientedProgrammingCodes
84a11cf63d852aa4537bdde3bd0867b9a0725d66
[ "MIT" ]
null
null
null
ObjectOrientedProgrammingCodes-CPP/CPPWorkspace/DeclareClassAndObjects/main.cpp
srinivasamaringanti/ObjectOrientedProgrammingCodes
84a11cf63d852aa4537bdde3bd0867b9a0725d66
[ "MIT" ]
null
null
null
ObjectOrientedProgrammingCodes-CPP/CPPWorkspace/DeclareClassAndObjects/main.cpp
srinivasamaringanti/ObjectOrientedProgrammingCodes
84a11cf63d852aa4537bdde3bd0867b9a0725d66
[ "MIT" ]
null
null
null
#include <conio.h> #include <iostream> #include <vector> #include <string> using namespace std; class Player { //FR //attributes string name{"Player"}; int health{100}; int xp{1}; //method void talk(string); //prototype bool is_dead(); };//Class Player end class Account { //attributes string name {"Ac...
15.962264
58
0.671395
[ "object", "vector" ]
b5ac38e324105caa600b3e7a63f24d6ce62172fe
1,139
cpp
C++
330_Patching_Array/main.cpp
zhenkunhe/LeetCode
17a9a4d63d21888c7e7d300d5e29201f8621fd63
[ "MIT" ]
null
null
null
330_Patching_Array/main.cpp
zhenkunhe/LeetCode
17a9a4d63d21888c7e7d300d5e29201f8621fd63
[ "MIT" ]
null
null
null
330_Patching_Array/main.cpp
zhenkunhe/LeetCode
17a9a4d63d21888c7e7d300d5e29201f8621fd63
[ "MIT" ]
null
null
null
#include <iostream> #include <vector> #include <iomanip> #include <algorithm> using namespace std; class Solution { public: int minPatches( vector<int>& nums , int n ) { int OK = 0; vector<int> resultAdd; vector<int>::iterator find1 = find_if( nums.begin() , nums.end() , [&](int value) { return ...
18.370968
89
0.548727
[ "vector" ]
b5b7b1cb27899f19a7046dbf203a5ab0add9b0d3
11,643
hpp
C++
inc/Tools/LinkTool.hpp
barne856/3DSWMM
60dd2702c82857dcf4358b8d42a1fb430a568e90
[ "MIT" ]
null
null
null
inc/Tools/LinkTool.hpp
barne856/3DSWMM
60dd2702c82857dcf4358b8d42a1fb430a568e90
[ "MIT" ]
null
null
null
inc/Tools/LinkTool.hpp
barne856/3DSWMM
60dd2702c82857dcf4358b8d42a1fb430a568e90
[ "MIT" ]
null
null
null
#ifndef LINK_TOOL #define LINK_TOOL #include "Application/Tool.hpp" #include "Meshes/Circle.hpp" #include "Meshes/Rectangle.hpp" #include "3DSWMM/Network.hpp" #include "Application/Application.hpp" #include <limits> #include <glm/gtx/rotate_vector.hpp> class LinkTool : public Tool { public: LinkTool() { ...
41.731183
130
0.488362
[ "vector" ]
b5b9e2341c9350c9d6dcc77ab7347cf2dfbf34f6
2,948
cpp
C++
Source/BuildingEscape/Grabber.cpp
DMinsky/udemy_building_escape
a5cdaa0a1a17d6778c2bb600bf69f85d46f3244d
[ "MIT" ]
null
null
null
Source/BuildingEscape/Grabber.cpp
DMinsky/udemy_building_escape
a5cdaa0a1a17d6778c2bb600bf69f85d46f3244d
[ "MIT" ]
null
null
null
Source/BuildingEscape/Grabber.cpp
DMinsky/udemy_building_escape
a5cdaa0a1a17d6778c2bb600bf69f85d46f3244d
[ "MIT" ]
null
null
null
// Fill out your copyright notice in the Description page of Project Settings. #include "GameFramework/PlayerController.h" #include "Engine/World.h" #include "Grabber.h" #include "DrawDebugHelpers.h" #define OUT // Sets default values for this component's properties UGrabber::UGrabber() { // Set this component to b...
27.551402
121
0.75848
[ "vector" ]
b5be7f05eda69e561ae9146830fb214af5adfc44
3,784
cc
C++
models/topic-models/template-modeling/src/template_sampler.cc
ypetinot/web-summarization
2f7caf51b1e8bf5e510ce91070d622c8119e9865
[ "Apache-2.0" ]
null
null
null
models/topic-models/template-modeling/src/template_sampler.cc
ypetinot/web-summarization
2f7caf51b1e8bf5e510ce91070d622c8119e9865
[ "Apache-2.0" ]
null
null
null
models/topic-models/template-modeling/src/template_sampler.cc
ypetinot/web-summarization
2f7caf51b1e8bf5e510ce91070d622c8119e9865
[ "Apache-2.0" ]
1
2016-03-03T04:58:44.000Z
2016-03-03T04:58:44.000Z
#include "template_alignment.h" #include "template_sampler.h" #include <boost/lexical_cast.hpp> #include <iostream> #include <fstream> #include <glog/logging.h> /* constructor */ TemplateSampler::TemplateSampler( Corpus& corpus , const vector< tr1::shared_ptr<Gist> >& gists ) :_corpus(corpus),data(gists),_iteration...
25.226667
125
0.667548
[ "object", "vector", "model" ]
b5bf8af5f05273916d93f6d1c08ad2bd63141dd2
12,297
cpp
C++
src/Util/Util.cpp
scemino/engge
3362ad56b67f58bdc89f7eb1a77f0f75bd350e1f
[ "MIT" ]
127
2018-12-09T18:40:02.000Z
2022-03-06T00:10:07.000Z
src/Util/Util.cpp
scemino/engge
3362ad56b67f58bdc89f7eb1a77f0f75bd350e1f
[ "MIT" ]
267
2019-02-26T22:16:48.000Z
2022-02-09T09:49:22.000Z
src/Util/Util.cpp
scemino/engge
3362ad56b67f58bdc89f7eb1a77f0f75bd350e1f
[ "MIT" ]
17
2019-02-26T20:45:34.000Z
2021-06-17T15:06:26.000Z
#include "../../extlibs/squirrel/squirrel/sqpcheader.h" #include "../../extlibs/squirrel/squirrel/sqvm.h" #include "../../extlibs/squirrel/squirrel/sqstring.h" #include "../../extlibs/squirrel/squirrel/sqtable.h" #include "../../extlibs/squirrel/squirrel/sqarray.h" #include "../../extlibs/squirrel/squirrel/sqfuncproto....
30.513648
118
0.636741
[ "vector", "transform" ]
b5c3d91cf974f8e8d6d4d117538c3793b1ed78b9
7,305
cpp
C++
examples/branin_hoo/branin_hoo.cpp
alan-turing-institute/BOAT
f8bb0313f6a3ae5bbec169431d613d7b53235694
[ "Apache-2.0" ]
1
2020-02-19T19:56:29.000Z
2020-02-19T19:56:29.000Z
examples/branin_hoo/branin_hoo.cpp
alan-turing-institute/BOAT
f8bb0313f6a3ae5bbec169431d613d7b53235694
[ "Apache-2.0" ]
5
2019-03-22T08:44:31.000Z
2019-03-22T16:04:18.000Z
examples/branin_hoo/branin_hoo.cpp
alan-turing-institute/BOAT
f8bb0313f6a3ae5bbec169431d613d7b53235694
[ "Apache-2.0" ]
null
null
null
#include "boat.hpp" using namespace std; using boat::ProbEngine; using boat::SemiParametricModel; using boat::DAGModel; using boat::GPParams; using boat::NLOpt; using boat::BayesOpt; using boat::SimpleOpt; using boat::generator; using boat::RangeParameter; struct BHParams{ BHParams() : x1_(-5, 10), x2_(0, 15){} ...
27.670455
74
0.668583
[ "vector", "model" ]
b5c539421771f9ee3ad09dce4e753ac88699a9fc
7,621
cpp
C++
Source/Shared/user_context_winrt.cpp
yklys/Xbox-Live-API
e409400ec38c0c131b16e09281cdc83199d1c90f
[ "MIT" ]
1
2019-04-19T01:37:34.000Z
2019-04-19T01:37:34.000Z
Source/Shared/user_context_winrt.cpp
DalavanCloud/xbox-live-api
2166ffcb4a1ca1f5d89a43dce9ab4c5ff9b797b7
[ "MIT" ]
null
null
null
Source/Shared/user_context_winrt.cpp
DalavanCloud/xbox-live-api
2166ffcb4a1ca1f5d89a43dce9ab4c5ff9b797b7
[ "MIT" ]
null
null
null
// Copyright (c) Microsoft Corporation // Licensed under the MIT license. See LICENSE file in the project root for full license information. #include "pch.h" #include "xbox_system_factory.h" #include "user_context.h" #include "shared_macros.h" #if defined __cplusplus_winrt using namespace Platform; using namespace W...
34.022321
125
0.663036
[ "object" ]
b5c583bb44fa6dbe6137b4f2d0cafa5d382279e4
11,338
cpp
C++
lib/elf/file-emitter.cpp
Dennisbonke/lewis
456c4d3f02eeab38f091f5ec8c5836cee894553f
[ "MIT" ]
10
2018-12-25T21:59:36.000Z
2021-06-08T13:26:02.000Z
lib/elf/file-emitter.cpp
Dennisbonke/lewis
456c4d3f02eeab38f091f5ec8c5836cee894553f
[ "MIT" ]
2
2019-07-14T11:04:21.000Z
2021-07-25T15:13:41.000Z
lib/elf/file-emitter.cpp
Dennisbonke/lewis
456c4d3f02eeab38f091f5ec8c5836cee894553f
[ "MIT" ]
4
2018-12-25T19:48:55.000Z
2022-02-13T16:26:57.000Z
// Copyright the lewis authors (AUTHORS.md) 2018 // SPDX-License-Identifier: MIT #include <cassert> #include <iostream> #include <elf.h> #include <lewis/elf/file-emitter.hpp> #include <lewis/elf/passes.hpp> #include <lewis/elf/utils.hpp> namespace lewis::elf { struct FileEmitterImpl : FileEmitter { FileEmitterIm...
39.096552
90
0.652849
[ "object" ]
b5c609ddbff242fa295f4cd529fd0a9dfcbf584c
15,661
cpp
C++
shell/ext/docpropv3/dll.cpp
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
shell/ext/docpropv3/dll.cpp
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
shell/ext/docpropv3/dll.cpp
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
// // Copyright 2001 - Microsoft Corporation // // Created By: // Geoff Pease (GPease) 23-JAN-2001 // // Maintained By: // Geoff Pease (GPease) 23-JAN-2001 // // Notes: // If ENTRY_PREFIX is defined, this indicates that your are trying to // included proxy/stub code into the DLL...
27.669611
159
0.527233
[ "object", "model" ]
b5c94894b418f8b040637b5b46cae32500fd2563
11,126
cpp
C++
src/dale/Serialise/Serialise.cpp
ChengCat/dale
4a764895611679cd1670d9a43ffdbee136661759
[ "BSD-3-Clause" ]
1,083
2015-03-18T09:42:49.000Z
2022-03-29T03:17:47.000Z
src/dale/Serialise/Serialise.cpp
ChengCat/dale
4a764895611679cd1670d9a43ffdbee136661759
[ "BSD-3-Clause" ]
195
2015-01-04T03:06:41.000Z
2022-03-18T18:16:27.000Z
src/dale/Serialise/Serialise.cpp
ChengCat/dale
4a764895611679cd1670d9a43ffdbee136661759
[ "BSD-3-Clause" ]
56
2015-03-18T20:02:13.000Z
2022-01-22T19:35:27.000Z
#include "Serialise.h" #include <cassert> #include <map> #include <string> #include <vector> #include "../Utils/Utils.h" namespace dale { void xfwrite(const void *a, size_t b, size_t c, FILE *d) { size_t res = fwrite(a, b, c, d); if (res != c) { error("write failed", true); } } void serialise(FI...
25.814385
72
0.576398
[ "vector" ]
b5d709152abbb8c16defb884bd4e601700ab197a
790
cpp
C++
src/get_image_distance.cpp
Fadis/genetic_fm
415158b02e2c0dad8fafc81b5762b8889e493f10
[ "MIT" ]
34
2016-10-08T08:55:30.000Z
2021-08-17T03:19:54.000Z
src/get_image_distance.cpp
Fadis/genetic_fm
415158b02e2c0dad8fafc81b5762b8889e493f10
[ "MIT" ]
null
null
null
src/get_image_distance.cpp
Fadis/genetic_fm
415158b02e2c0dad8fafc81b5762b8889e493f10
[ "MIT" ]
1
2018-06-21T00:06:30.000Z
2018-06-21T00:06:30.000Z
#include <cmath> #include <fstream> #include <iostream> #include <fstream> #include <vector> #include <complex> #include <tuple> #include <algorithm> #include "get_image_distance.hpp" double get_image_distance( const std::vector< uint8_t > &l, const std::vector< uint8_t > &r ) { if( l.size() > r.size() ) { retu...
20.789474
95
0.527848
[ "vector" ]
b5d8a8af28a3f81c9ff9ede866bc441f3825fe4a
1,499
cpp
C++
Game/Wave.cpp
Eremiell/Ludum-Dare-42
73d42afe4ae596f5469e20de70c5c18cf494b130
[ "CC0-1.0" ]
9
2018-08-14T10:58:45.000Z
2021-02-14T12:53:31.000Z
Game/Wave.cpp
Eremiell/Ludum-Dare-42
73d42afe4ae596f5469e20de70c5c18cf494b130
[ "CC0-1.0" ]
1
2018-08-15T00:49:45.000Z
2018-08-15T00:49:45.000Z
Game/Wave.cpp
UglySwedishFish/Ludum-Dare-42
281ca4e76afeba92e3089d68021702a0fbe214d8
[ "CC0-1.0" ]
null
null
null
#include "Wave.h" #include <iostream> LDEngine::Game::WaveState GetRank(int PlayerHealthStart, int PlayerHealth, int BaseHealthStart, int BaseHealth) { int HealthDifferencePlayer = PlayerHealthStart - PlayerHealth; int HealthDifferenceBase = BaseHealthStart - BaseHealth; std::cout << HealthDifferencePlayer << '...
31.893617
153
0.725817
[ "vector" ]
b5daec08240c0b8d072f491ff32504d9da1bc63a
5,216
cpp
C++
unittests/ut_util_gen_enumerator.cpp
nightwolf55la/utilities
1ceacf0d998835d56cafbe16ad0614c1253024d9
[ "MIT" ]
2
2019-01-10T13:11:52.000Z
2020-12-02T13:40:23.000Z
unittests/ut_util_gen_enumerator.cpp
nightwolf55la/utilities
1ceacf0d998835d56cafbe16ad0614c1253024d9
[ "MIT" ]
1
2020-12-02T13:41:04.000Z
2020-12-02T13:41:04.000Z
unittests/ut_util_gen_enumerator.cpp
nightwolf55la/utilities
1ceacf0d998835d56cafbe16ad0614c1253024d9
[ "MIT" ]
1
2020-12-02T13:41:23.000Z
2020-12-02T13:41:23.000Z
#include <catch2/catch.hpp> #include <vector> #include <array> #include <deque> #include <list> #include <forward_list> #include <util/gen/enumerate.h> namespace { template<class Iterable, bool CONST> using IterableTypeWConst = std::conditional_t< CONST, std::add_const_t<Iterab...
29.977011
111
0.591258
[ "vector" ]
b5e0552cc84204af7c28e0c5176df4db75631ed0
8,154
hpp
C++
src/rrgenerator.hpp
sischkg/nxnsattack
c20896e40187bbcacb5c0255ff8f3cc7d0592126
[ "MIT" ]
5
2020-05-22T10:01:51.000Z
2022-01-01T04:45:14.000Z
src/rrgenerator.hpp
sischkg/dns-fuzz-server
6f45079014e745537c2f564fdad069974e727da1
[ "MIT" ]
1
2020-06-07T14:09:44.000Z
2020-06-07T14:09:44.000Z
src/rrgenerator.hpp
sischkg/dns-fuzz-server
6f45079014e745537c2f564fdad069974e727da1
[ "MIT" ]
2
2020-03-10T03:06:20.000Z
2021-07-25T15:07:45.000Z
#ifndef RR_GENERATOR_HPP #define RR_GENERATOR_HPP #include "dns.hpp" #include "zone.hpp" #include <boost/noncopyable.hpp> #include <boost/random.hpp> #include <boost/thread.hpp> namespace dns { /********************************************************** * RandomGenarator ********************************...
28.51049
105
0.65612
[ "vector" ]
b5e62cbc4c5372e34c649b443f325f66b3042259
1,524
hpp
C++
include/fcppt/io/write.hpp
vinzenz/fcppt
3f8cc5babdee178a9bbd06ca3ce7ad405d19aa6a
[ "BSL-1.0" ]
null
null
null
include/fcppt/io/write.hpp
vinzenz/fcppt
3f8cc5babdee178a9bbd06ca3ce7ad405d19aa6a
[ "BSL-1.0" ]
null
null
null
include/fcppt/io/write.hpp
vinzenz/fcppt
3f8cc5babdee178a9bbd06ca3ce7ad405d19aa6a
[ "BSL-1.0" ]
null
null
null
// Copyright Carl Philipp Reh 2009 - 2016. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #ifndef FCPPT_IO_WRITE_HPP_INCLUDED #define FCPPT_IO_WRITE_HPP_INCLUDED #include <fcppt/cast/size...
17.123596
76
0.704724
[ "object" ]
b5f2be7e637b3e224906b552d6d682699c239d7c
688
cc
C++
problems/0XXX/00XX/008X/0088_merge_sorted_array.cc
mohankarthik/leetcode
9a15200460425962b26867ed14416576f54e8ce5
[ "MIT" ]
null
null
null
problems/0XXX/00XX/008X/0088_merge_sorted_array.cc
mohankarthik/leetcode
9a15200460425962b26867ed14416576f54e8ce5
[ "MIT" ]
null
null
null
problems/0XXX/00XX/008X/0088_merge_sorted_array.cc
mohankarthik/leetcode
9a15200460425962b26867ed14416576f54e8ce5
[ "MIT" ]
null
null
null
#include "../../../../common/Includes.h" class Solution { public: void merge(vector<int>& nums1, int m, vector<int>& nums2, int n) { int i = 0; int j = 0; int orig_m = m; while((i < m) && (j < n)) { if (nums1[i] < nums2[j]) { i++; } e...
22.933333
70
0.322674
[ "vector" ]
b5f8460059efc0afd268fc27af9fe2be010dd6c0
41,693
cpp
C++
bench/ml2cpp-demo/DecisionTreeRegressor_Pipeline/boston/ml2cpp-demo_DecisionTreeRegressor_Pipeline_boston.cpp
antoinecarme/ml2cpp
2b241d44de00eafda620c2b605690276faf5f8fb
[ "BSD-3-Clause" ]
null
null
null
bench/ml2cpp-demo/DecisionTreeRegressor_Pipeline/boston/ml2cpp-demo_DecisionTreeRegressor_Pipeline_boston.cpp
antoinecarme/ml2cpp
2b241d44de00eafda620c2b605690276faf5f8fb
[ "BSD-3-Clause" ]
33
2020-09-13T09:55:01.000Z
2022-01-06T11:53:55.000Z
bench/ml2cpp-demo/DecisionTreeRegressor_Pipeline/boston/ml2cpp-demo_DecisionTreeRegressor_Pipeline_boston.cpp
antoinecarme/ml2cpp
2b241d44de00eafda620c2b605690276faf5f8fb
[ "BSD-3-Clause" ]
1
2021-01-26T14:41:58.000Z
2021-01-26T14:41:58.000Z
// ******************************************************** // This C++ code was automatically generated by ml2cpp (development version). // Copyright 2020 // https://github.com/antoinecarme/ml2cpp // Model : DecisionTreeRegressor_Pipeline // Dataset : boston // This CPP code can be compiled using any C++-17 compil...
71.884483
21,664
0.560766
[ "vector", "model" ]
bd081497bd7dd8e62f488f544651c16e730997a5
4,347
cpp
C++
src/mousemanager.cpp
dnnr/herbstluftwm
3bed77ed53c11d0f07d591feb0ef29bb4e741b51
[ "BSD-2-Clause-FreeBSD" ]
1
2018-12-02T16:51:04.000Z
2018-12-02T16:51:04.000Z
src/mousemanager.cpp
dnnr/herbstluftwm
3bed77ed53c11d0f07d591feb0ef29bb4e741b51
[ "BSD-2-Clause-FreeBSD" ]
8
2019-03-03T21:12:40.000Z
2019-05-05T13:30:19.000Z
src/mousemanager.cpp
dnnr/herbstluftwm
3bed77ed53c11d0f07d591feb0ef29bb4e741b51
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
#include "mousemanager.h" #include <X11/Xlib.h> #include <X11/cursorfont.h> #include <initializer_list> #include <ostream> #include <set> #include <stdexcept> #include <string> #include <vector> #include "client.h" #include "completion.h" #include "globals.h" #include "ipc-protocol.h" #include "keycombo.h" #include "...
28.788079
98
0.584311
[ "vector" ]
bd0ad25c8ca4d9231beb2129c6315d6cdcc7772a
740,527
cpp
C++
test/bidi_character_test_101.cpp
eightysquirrels/text
d935545648777786dc196a75346cde8906da846a
[ "BSL-1.0" ]
null
null
null
test/bidi_character_test_101.cpp
eightysquirrels/text
d935545648777786dc196a75346cde8906da846a
[ "BSL-1.0" ]
1
2021-03-05T12:56:59.000Z
2021-03-05T13:11:53.000Z
test/bidi_character_test_101.cpp
eightysquirrels/text
d935545648777786dc196a75346cde8906da846a
[ "BSL-1.0" ]
3
2019-10-30T18:38:15.000Z
2021-03-05T12:10:13.000Z
// Warning! This file is autogenerated. #include <boost/text/bidirectional.hpp> #include "bidi_tests.hpp" #include <gtest/gtest.h> #include <algorithm> TEST(bidi_character, bidi_character_101_000) { { // line 70701 std::vector<uint32_t> const cps = { 0x05D0, 0x0028, 0x0061, 0x0028, 0x0029, 0x0...
34.161877
117
0.440883
[ "vector" ]
bd0b26bc1776398d9d65fe7e99d6a0005358dc38
1,366
cpp
C++
Source/SA/Render/Vulkan/Mesh/VkStaticMesh.cpp
SapphireSuite/Engine
f29821853aec6118508f31d3e063e83e603f52dd
[ "MIT" ]
1
2022-01-20T23:17:18.000Z
2022-01-20T23:17:18.000Z
Source/SA/Render/Vulkan/Mesh/VkStaticMesh.cpp
SapphireSuite/Engine
f29821853aec6118508f31d3e063e83e603f52dd
[ "MIT" ]
null
null
null
Source/SA/Render/Vulkan/Mesh/VkStaticMesh.cpp
SapphireSuite/Engine
f29821853aec6118508f31d3e063e83e603f52dd
[ "MIT" ]
null
null
null
// Copyright (c) 2021 Sapphire's Suite. All Rights Reserved. #include <Render/Vulkan/Mesh/VkStaticMesh.hpp> #include <Core/Algorithms/SizeOf.hpp> #include <Render/Vulkan/VkRenderFrame.hpp> #if SA_VULKAN namespace Sa::Vk { void StaticMesh::Create(const Device& _device, CommandBuffer& _cmd, ResourceHolder& _resHold...
23.964912
115
0.741581
[ "mesh", "render" ]
bd0e817c9ed92f904a0f3abf9fbd55dab96d3497
11,172
cpp
C++
src/race/src/traffic_light_detector/main.cpp
young43/ISCC_2020
2a7187410bceca901bd87b753a91fd35b73ca036
[ "MIT" ]
8
2019-07-22T08:22:43.000Z
2020-12-09T06:25:14.000Z
src/race/src/traffic_light_detector/main.cpp
yongbeomkwak/ISCC_2021
7e7e5a8a14b9ed88e1cfbe2ee585fe24e4701015
[ "MIT" ]
2
2019-07-13T16:30:16.000Z
2019-08-15T10:37:33.000Z
src/race/src/traffic_light_detector/main.cpp
yongbeomkwak/ISCC_2021
7e7e5a8a14b9ed88e1cfbe2ee585fe24e4701015
[ "MIT" ]
5
2020-09-13T09:06:16.000Z
2021-06-19T02:31:23.000Z
#include <opencv2/core/core.hpp> #include <opencv2/imgproc/imgproc.hpp> #include <opencv2/highgui/highgui.hpp> #include <vector> #include <iostream> using namespace cv; using namespace std; const Vec3b HSV_RED_LOWER = Vec3b(0, 100, 100); const Vec3b HSV_RED_UPPER = Vec3b(10, 255, 255); const Vec3b HSV_RED_LOWER1 = Ve...
32.382609
130
0.516649
[ "shape", "vector" ]
bd193f7fff004410fd2ec143d4bfed9bb1e613b7
3,292
cpp
C++
LolKnow.cpp
Acidity/LolKnow-D3D9-Proxy
20387be51ac6d444fa1835fd6f1285cd5ef9a405
[ "CC-BY-3.0" ]
4
2016-04-22T08:39:20.000Z
2019-05-31T14:37:58.000Z
LolKnow.cpp
Acidity/LolKnow-D3D9-Proxy
20387be51ac6d444fa1835fd6f1285cd5ef9a405
[ "CC-BY-3.0" ]
null
null
null
LolKnow.cpp
Acidity/LolKnow-D3D9-Proxy
20387be51ac6d444fa1835fd6f1285cd5ef9a405
[ "CC-BY-3.0" ]
null
null
null
//Copyright 2013 Tyler O'Meara //Released under the Creative Commons Attribution 3.0 Unported License //See LICENSE for more details #include "LolKnow.h" #include "Windows.h" using namespace std; vector<Summoner> LolKnow::teamOne; vector<Summoner> LolKnow::teamTwo; int LolKnow::currentTeam = 1; int LolKnow::lineNumb...
25.71875
137
0.641555
[ "vector" ]
bd26cb1adac760365140f8a8c5e53ff2c2892120
10,444
cxx
C++
FIT/FITsim/AliFITv0.cxx
AllaMaevskaya/AliRoot
c53712645bf1c7d5f565b0d3228e3a6b9b09011a
[ "BSD-3-Clause" ]
52
2016-12-11T13:04:01.000Z
2022-03-11T11:49:35.000Z
FIT/FITsim/AliFITv0.cxx
AllaMaevskaya/AliRoot
c53712645bf1c7d5f565b0d3228e3a6b9b09011a
[ "BSD-3-Clause" ]
1,388
2016-11-01T10:27:36.000Z
2022-03-30T15:26:09.000Z
FIT/FITsim/AliFITv0.cxx
AllaMaevskaya/AliRoot
c53712645bf1c7d5f565b0d3228e3a6b9b09011a
[ "BSD-3-Clause" ]
275
2016-06-21T20:24:05.000Z
2022-03-31T13:06:19.000Z
/************************************************************************** * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * * * Author: The ALICE Off-line Project. * * Contributors ...
34.130719
118
0.516277
[ "geometry" ]
bd2e7dc03b0c576d4d41985ef3e12cc46597d64c
1,384
cpp
C++
blades/xbmc/xbmc/android/jni/List.cpp
krattai/AEBL
a7b12c97479e1236d5370166b15ca9f29d7d4265
[ "BSD-2-Clause" ]
4
2016-04-26T03:43:54.000Z
2016-11-17T08:09:04.000Z
blades/xbmc/xbmc/android/jni/List.cpp
krattai/AEBL
a7b12c97479e1236d5370166b15ca9f29d7d4265
[ "BSD-2-Clause" ]
17
2015-01-05T21:06:22.000Z
2015-12-07T20:45:44.000Z
blades/xbmc/xbmc/android/jni/List.cpp
krattai/AEBL
a7b12c97479e1236d5370166b15ca9f29d7d4265
[ "BSD-2-Clause" ]
3
2016-04-26T03:43:55.000Z
2020-11-06T11:02:08.000Z
/* * Copyright (C) 2013 Team XBMC * http://xbmc.org * * This Program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * This ...
27.68
72
0.719653
[ "object" ]
bd2f513aa530c0e427b17474ab45697e48873900
4,894
hpp
C++
kern/libs/kbl/include/kbl/atomic/atomic_ref.hpp
SmartPolarBear/dionysus-lite
9f02e7a4e1ed983368aa5967bd8412244fc469d9
[ "MIT" ]
24
2020-02-05T15:20:31.000Z
2022-03-29T03:49:06.000Z
kern/libs/kbl/include/kbl/atomic/atomic_ref.hpp
SmartPolarBear/dionysus-lite
9f02e7a4e1ed983368aa5967bd8412244fc469d9
[ "MIT" ]
null
null
null
kern/libs/kbl/include/kbl/atomic/atomic_ref.hpp
SmartPolarBear/dionysus-lite
9f02e7a4e1ed983368aa5967bd8412244fc469d9
[ "MIT" ]
1
2021-10-15T10:14:39.000Z
2021-10-15T10:14:39.000Z
#pragma once #include <ktl/concepts.hpp> #include <ktl/type_traits.hpp> namespace kbl { // integral_atomic_ref wraps an underlying object and allows atomic operations on the // underlying object. // // kbl::integral_atomic_ref is a subset of std::integral_atomic_ref, until that is available. // kbl::integral_atomic_r...
31.779221
100
0.762975
[ "object" ]
bd30bf44cb045b8186de84b1ef0cbbadfa984694
24,699
cpp
C++
test/framework/net/test_map_rnn.cpp
Shixiaowei02/Anakin
f1ea086c5dfa1009ba15a64bc3e30cde07356360
[ "Apache-2.0" ]
1
2018-08-03T05:14:27.000Z
2018-08-03T05:14:27.000Z
test/framework/net/test_map_rnn.cpp
Shixiaowei02/Anakin
f1ea086c5dfa1009ba15a64bc3e30cde07356360
[ "Apache-2.0" ]
3
2018-06-22T09:08:44.000Z
2018-07-04T08:38:30.000Z
test/framework/net/test_map_rnn.cpp
Shixiaowei02/Anakin
f1ea086c5dfa1009ba15a64bc3e30cde07356360
[ "Apache-2.0" ]
1
2021-01-27T07:44:55.000Z
2021-01-27T07:44:55.000Z
#include <string> #include "net_test.h" #include "saber/funcs/timer.h" #include <chrono> #include "saber/core/tensor_op.h" #include <dirent.h> #include <sys/stat.h> #include <sys/types.h> #include <unistd.h> #include <fcntl.h> #include <map> #include "framework/operators/ops.h" #include <fstream> #include <thread> #ifd...
33.197581
128
0.550225
[ "shape", "vector", "model" ]
bd38fa9fa00e035ad24707ff82d13b5a785ca735
1,401
hpp
C++
lib/libAnalyzer/include/ArchHandler.hpp
cyber-itl/citl-static-analysis
32ef8e519dac1c6a49ff41d902a62df8f5a8e948
[ "MIT" ]
14
2021-05-03T16:03:22.000Z
2022-02-14T23:42:39.000Z
lib/libAnalyzer/include/ArchHandler.hpp
cyber-itl/citl-static-analysis
32ef8e519dac1c6a49ff41d902a62df8f5a8e948
[ "MIT" ]
1
2021-09-27T12:01:33.000Z
2021-09-27T12:01:33.000Z
lib/libAnalyzer/include/ArchHandler.hpp
cyber-itl/citl-static-analysis
32ef8e519dac1c6a49ff41d902a62df8f5a8e948
[ "MIT" ]
null
null
null
#pragma once #include <memory> #include <cstdint> #include <string> #include <vector> #include "json.hpp" #include "capstone/capstone.h" #include "llvm/Object/ObjectFile.h" class Cfg; class MemoryMap; class SymResolver; struct Block; struct Symbol; #include "analyzers/BaseEnvAnalyzer.hpp" #include "analyzers_code/B...
23.745763
84
0.738044
[ "object", "vector" ]
bd3a364136a7adb6509b0fe7ac8aa4df889e005d
4,803
cpp
C++
src/game/client/fx_staticline.cpp
cstom4994/SourceEngineRebuild
edfd7f8ce8af13e9d23586318350319a2e193c08
[ "MIT" ]
6
2022-01-23T09:40:33.000Z
2022-03-20T20:53:25.000Z
src/game/client/fx_staticline.cpp
cstom4994/SourceEngineRebuild
edfd7f8ce8af13e9d23586318350319a2e193c08
[ "MIT" ]
null
null
null
src/game/client/fx_staticline.cpp
cstom4994/SourceEngineRebuild
edfd7f8ce8af13e9d23586318350319a2e193c08
[ "MIT" ]
1
2022-02-06T21:05:23.000Z
2022-02-06T21:05:23.000Z
//========= Copyright Valve Corporation, All rights reserved. ============// // // Purpose: // // $Workfile: $ // $Date: $ // $NoKeywords: $ //=============================================================================// #include "cbase.h" #include "clientsideeffects.h" #include "fx_staticline.h" #inclu...
29.832298
111
0.582136
[ "vector" ]
bd41e3b4d4016f8428f1187302359e9164a30d2c
2,781
cpp
C++
src/Hord/Cmd/Object/CmdObjectSetMetaField.cpp
komiga/hord
32be8ffb11bd74959c5cd5254e36d87f224b6f60
[ "MIT" ]
null
null
null
src/Hord/Cmd/Object/CmdObjectSetMetaField.cpp
komiga/hord
32be8ffb11bd74959c5cd5254e36d87f224b6f60
[ "MIT" ]
null
null
null
src/Hord/Cmd/Object/CmdObjectSetMetaField.cpp
komiga/hord
32be8ffb11bd74959c5cd5254e36d87f224b6f60
[ "MIT" ]
null
null
null
/** @copyright MIT license; see @ref index or the accompanying LICENSE file. */ #include <Hord/aux.hpp> #include <Hord/utility.hpp> #include <Hord/Log.hpp> #include <Hord/Data/Defs.hpp> #include <Hord/Data/ValueRef.hpp> #include <Hord/Data/Metadata.hpp> #include <Hord/IO/Defs.hpp> #include <Hord/Object/Defs.hpp> #incl...
24.830357
72
0.720245
[ "object" ]
bd4780619ff0c232c23eda2dfb5712317e9f8320
5,808
cpp
C++
tml/test/test_sc.cpp
danielfrascarelli/esys-particle
e56638000fd9c4af77e21c75aa35a4f8922fd9f0
[ "Apache-2.0" ]
null
null
null
tml/test/test_sc.cpp
danielfrascarelli/esys-particle
e56638000fd9c4af77e21c75aa35a4f8922fd9f0
[ "Apache-2.0" ]
null
null
null
tml/test/test_sc.cpp
danielfrascarelli/esys-particle
e56638000fd9c4af77e21c75aa35a4f8922fd9f0
[ "Apache-2.0" ]
null
null
null
///////////////////////////////////////////////////////////// // // // Copyright (c) 2003-2017 by The University of Queensland // // Centre for Geoscience Computing // // http://earth.uq.edu.au/centre-geoscience-computing // // ...
24.927039
83
0.569904
[ "vector" ]
bd48cfe2b551aa19220d7ff6880c4e1dc77def50
2,731
hpp
C++
engine/std/mesh.hpp
jjzhang166/OpenGLEngine
e5d86f41536834499f4dd534c590fbeed045ff7c
[ "MIT" ]
1
2021-08-12T07:35:49.000Z
2021-08-12T07:35:49.000Z
engine/std/mesh.hpp
jjzhang166/OpenGLEngine
e5d86f41536834499f4dd534c590fbeed045ff7c
[ "MIT" ]
null
null
null
engine/std/mesh.hpp
jjzhang166/OpenGLEngine
e5d86f41536834499f4dd534c590fbeed045ff7c
[ "MIT" ]
null
null
null
// // mesh.h // OpenGLEngine // // Created by 彭怀亮 on 6/9/19. // Copyright © 2019 彭怀亮. All rights reserved. // #ifndef mesh_h #define mesh_h #include "texmgr.hpp" #include "shader.hpp" namespace engine { #define Vt_Pos3 0x0001 #define Vt_Pos2 0x0002 #define Vt_UV 0x0010 #define Vt...
18.328859
66
0.512999
[ "mesh" ]
bd4b42bc6d54890bc589d1cb871819ccf30a8c8c
359
hpp
C++
src/cpp/ee/soomla/internal/jsb_cc_store_inventory.hpp
enrevol/ee-x
60a66ad3dc6e14802a7c5d8d585a8499be13f5b8
[ "MIT" ]
null
null
null
src/cpp/ee/soomla/internal/jsb_cc_store_inventory.hpp
enrevol/ee-x
60a66ad3dc6e14802a7c5d8d585a8499be13f5b8
[ "MIT" ]
null
null
null
src/cpp/ee/soomla/internal/jsb_cc_store_inventory.hpp
enrevol/ee-x
60a66ad3dc6e14802a7c5d8d585a8499be13f5b8
[ "MIT" ]
null
null
null
// // jsb_cc_store_inventory.hpp // ee-x // // Created by Nguyen Van Quynh on 9/13/18. // #ifndef EE_X_JSB_CC_STORE_INVENTORY_HPP #define EE_X_JSB_CC_STORE_INVENTORY_HPP #include <ee/soomla/SoomlaFwd.hpp> namespace soomla { bool register_cc_store_inventory_manual(se::Object* object); } // namespace soomla #endif...
19.944444
60
0.771588
[ "object" ]
bd53787437c3fbcd64f2a9048c64c236d6bf4db6
3,276
cpp
C++
examples/robotics/ur5/ur5.cpp
Janus1984/Msnhnet
4e09f2501ba8db789f0a20441a357de3ba468f10
[ "MIT" ]
546
2020-07-05T13:09:44.000Z
2022-03-31T01:55:22.000Z
examples/robotics/ur5/ur5.cpp
wllkk/Msnhnet
8b472a94a3be6a8ac6a79f48c393900c2a3ba447
[ "MIT" ]
23
2020-07-09T01:26:10.000Z
2021-12-08T01:18:46.000Z
examples/robotics/ur5/ur5.cpp
wllkk/Msnhnet
8b472a94a3be6a8ac6a79f48c393900c2a3ba447
[ "MIT" ]
114
2020-07-06T06:04:40.000Z
2022-03-30T14:47:50.000Z
#include <iostream> #include <Msnhnet/robot/MsnhRobot.h> using namespace Msnhnet; void space() { SE3D M; M.setVal({1,0,0,-817.25, 0,0,-1,-191.45, 0,1,0,-5.491, 0,0,0,1 }); std::vector<ScrewD> screwList; screwList.push_back(ScrewD(Vector3D({0, 0...
33.428571
106
0.582723
[ "geometry", "vector" ]
32ddf78f0e14f73e8b6860c570b8c27dbd5da1e7
4,305
cc
C++
node_modules/node-spotify/src/callbacks/PlaylistContainerCallbacksHolder.cc
gilfillan9/spotify-jukebox
f0e70260890af363ed3d3d1d989faa25db09c17a
[ "MIT" ]
2
2015-12-11T07:45:38.000Z
2016-08-05T11:52:46.000Z
node_modules/node-spotify/src/callbacks/PlaylistContainerCallbacksHolder.cc
gilfillan9/spotify-jukebox
f0e70260890af363ed3d3d1d989faa25db09c17a
[ "MIT" ]
null
null
null
node_modules/node-spotify/src/callbacks/PlaylistContainerCallbacksHolder.cc
gilfillan9/spotify-jukebox
f0e70260890af363ed3d3d1d989faa25db09c17a
[ "MIT" ]
null
null
null
#include "PlaylistContainerCallbacksHolder.h" #include "../objects/node/NodePlaylist.h" #include "../objects/node/NodePlaylistFolder.h" #include "../objects/spotify/Playlist.h" using namespace v8; PlaylistContainerCallbacksHolder::PlaylistContainerCallbacksHolder(sp_playlistcontainer* pc, node::ObjectWrap* _userdata)...
51.86747
157
0.792799
[ "object" ]
32f4825988fc48f81df6ad30add9ab9efc94a772
16,856
cpp
C++
src/DungeonMaster.cpp
nickfourtimes/awndo-sdl
8dfcfc66d28987e92fef26ff99d15a43f2d31de9
[ "MIT" ]
null
null
null
src/DungeonMaster.cpp
nickfourtimes/awndo-sdl
8dfcfc66d28987e92fef26ff99d15a43f2d31de9
[ "MIT" ]
null
null
null
src/DungeonMaster.cpp
nickfourtimes/awndo-sdl
8dfcfc66d28987e92fef26ff99d15a43f2d31de9
[ "MIT" ]
null
null
null
#include <iostream> #include <SDL_ttf.h> #include "common.h" #include "DungeonMaster.h" #include "GarbageGobbler.h" #include "Log.h" #include "minigames/Born.h" #include "minigames/Dead.h" #include "minigames/Fuck.h" #include "minigames/Fuzz.h" #include "minigames/Kids.h" #include "minigames/Play.h" #include "minigam...
28
115
0.690259
[ "render", "vector" ]
32fc3815805edb834d8192e589ce6116b1a7a54d
19,413
cpp
C++
src/fvm/src/modules/exporters/NcDataWriter.cpp
drm42/fvm-drm
c9b940e593034f1aa3020d63ff1e09ebef9c182a
[ "MIT" ]
null
null
null
src/fvm/src/modules/exporters/NcDataWriter.cpp
drm42/fvm-drm
c9b940e593034f1aa3020d63ff1e09ebef9c182a
[ "MIT" ]
null
null
null
src/fvm/src/modules/exporters/NcDataWriter.cpp
drm42/fvm-drm
c9b940e593034f1aa3020d63ff1e09ebef9c182a
[ "MIT" ]
null
null
null
// This file os part of FVM // Copyright (c) 2012 FVM Authors // See LICENSE file for terms. #include <iostream> #include <cassert> #include <numeric> #include "NcDataWriter.h" #include "netcdfcpp.h" #include "StorageSite.h" #include "Array.h" #include "OneToOneIndexMap.h" #include "CRConnectivity.h" int NcDataWrite...
36.285981
129
0.65044
[ "mesh", "3d" ]
fd0e1f54bb5e8f780b242a729ef9c7b67b4060d7
2,119
cpp
C++
renderer/vertex_array/VertexArray.cpp
hyper1423/SomeFPS
dcd353124d58e2696be7eaf44cddec17d6259629
[ "BSD-3-Clause" ]
null
null
null
renderer/vertex_array/VertexArray.cpp
hyper1423/SomeFPS
dcd353124d58e2696be7eaf44cddec17d6259629
[ "BSD-3-Clause" ]
null
null
null
renderer/vertex_array/VertexArray.cpp
hyper1423/SomeFPS
dcd353124d58e2696be7eaf44cddec17d6259629
[ "BSD-3-Clause" ]
null
null
null
#include "vertex_array.hpp" #include "../../logger/logger.hpp" const VertexArray* VertexArray::lastBoundCache = nullptr; unsigned int VertexArray::VBOLastCache = 0; unsigned int VertexArray::IBOLastCache = 0; VertexArray::VertexArray() { glCreateVertexArrays(1, &VAO); glCreateBuffers(1, &VBO); glCreateBuffers(1, &...
29.84507
105
0.766871
[ "vector" ]
fd1b2078bbefaf6351d494754c063186a0920f2b
9,912
cpp
C++
SGPLibraryCode/modules/sgp_math/math/sgp_Ray.cpp
phoenixzz/VoronoiMapGen
5afd852f8bb0212baba9d849178eb135f62df903
[ "MIT" ]
11
2017-03-03T03:31:15.000Z
2019-03-01T17:09:12.000Z
SGPLibraryCode/modules/sgp_math/math/sgp_Ray.cpp
phoenixzz/VoronoiMapGen
5afd852f8bb0212baba9d849178eb135f62df903
[ "MIT" ]
null
null
null
SGPLibraryCode/modules/sgp_math/math/sgp_Ray.cpp
phoenixzz/VoronoiMapGen
5afd852f8bb0212baba9d849178eb135f62df903
[ "MIT" ]
2
2017-03-03T03:31:17.000Z
2021-05-27T21:50:43.000Z
// transform ray into matrix space void Ray::DeTransform(const Matrix4x4 &_m) { Matrix4x4 mInv; Matrix4x4 m = _m; // invert translation m_vcOrig.x -= m._41; m_vcOrig.y -= m._42; m_vcOrig.z -= m._43; // delete it from matrix m._41 = m._42 = m._43 = 0.0f; // invert matrix and applay to ray mInv.InverseO...
21.547826
116
0.589487
[ "transform" ]
fd1b974eb92ca6237b0beb737ee04229d92e288a
5,288
cpp
C++
examples/KF/EKF.cpp
shaolinbit/minisam_lib
e2e904d1b6753976de1dee102f0b53e778c0f880
[ "BSD-3-Clause" ]
104
2019-06-23T14:45:20.000Z
2022-03-20T12:45:29.000Z
examples/KF/EKF.cpp
shaolinbit/minisam_lib
e2e904d1b6753976de1dee102f0b53e778c0f880
[ "BSD-3-Clause" ]
2
2019-06-28T08:23:23.000Z
2019-07-17T02:37:08.000Z
examples/KF/EKF.cpp
shaolinbit/minisam_lib
e2e904d1b6753976de1dee102f0b53e778c0f880
[ "BSD-3-Clause" ]
28
2019-06-23T14:45:19.000Z
2022-03-20T12:45:24.000Z
#include <iostream> #include "nonlinear/ExtendedKalmanFilter.h" #include "slam/PriorFactor.h" #include "slam/BetweenFactor.h" using namespace std; using namespace minisam; int main() { minivector* x_initial=new minivector(2,0.0); minivector sigmanoise(2,0.1); //DiagonalNoiseModel P_initial = DiagonalNoiseMod...
28.12766
107
0.679085
[ "object", "model" ]
fd1f62d2de299967efa823b2c6b97b06ad110d6a
1,013
cc
C++
L8/anagram.cc
angelgomezsa/Cplusplus
9fd1ed5b1beffcf253019e8376b2bd41dac6e449
[ "MIT" ]
null
null
null
L8/anagram.cc
angelgomezsa/Cplusplus
9fd1ed5b1beffcf253019e8376b2bd41dac6e449
[ "MIT" ]
null
null
null
L8/anagram.cc
angelgomezsa/Cplusplus
9fd1ed5b1beffcf253019e8376b2bd41dac6e449
[ "MIT" ]
null
null
null
#include <iostream> #include <vector> using namespace std; int main() { // size of the vector has to be the number of letters from a to z const int n = int('z')-int('a'); vector<int> count(n,0); // read the first sentence // count the number of occurrences of each letter char c; while (cin >> c and c != '.'...
25.325
67
0.57848
[ "vector" ]
fd35c224b51271c82f63731484fdff9283ab7d8f
3,531
cc
C++
main.cc
shikhin/wormhole
d39b436eac6ba20905e3d6b811d241186c29c518
[ "MIT" ]
null
null
null
main.cc
shikhin/wormhole
d39b436eac6ba20905e3d6b811d241186c29c518
[ "MIT" ]
null
null
null
main.cc
shikhin/wormhole
d39b436eac6ba20905e3d6b811d241186c29c518
[ "MIT" ]
null
null
null
#include <algorithm> #include <cassert> #include <cstdlib> #include <ctime> #include "genus.h" #include "graph.h" #include "gauss.h" #include <iostream> #include "moves.h" #include "subdiag.h" #include <vector> #include "virtual.h" int main(int argc, char const *argv[]) { if (argc > 1) { code_t code = pars...
33.951923
102
0.568961
[ "vector" ]
fd44198db970d38c4b8d8e1f28efe2d27f98963a
64,479
cpp
C++
priceless_planet/Classes/Native/Bulk_UnityEngine.ParticleSystemModule_0.cpp
rgoldfinger/vr
31ac6c6830568ea26df2f99585c41f65506f1768
[ "MIT" ]
null
null
null
priceless_planet/Classes/Native/Bulk_UnityEngine.ParticleSystemModule_0.cpp
rgoldfinger/vr
31ac6c6830568ea26df2f99585c41f65506f1768
[ "MIT" ]
null
null
null
priceless_planet/Classes/Native/Bulk_UnityEngine.ParticleSystemModule_0.cpp
rgoldfinger/vr
31ac6c6830568ea26df2f99585c41f65506f1768
[ "MIT" ]
null
null
null
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <cstring> #include <string.h> #include <stdio.h> #include <cmath> #include <limits> #include <assert.h> #include <stdint.h> #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "i...
37.37913
281
0.814684
[ "object" ]
fd443e56d472ca2eecc133e7fd9464783c80c02d
610
cpp
C++
port/GraphQLParser/GraphQLParser/AST/GraphQLObjectTypeDefinition.cpp
d0si/GraphQL-cpp
42c35c97f239cc066455a11b37249697dcaed130
[ "MIT" ]
null
null
null
port/GraphQLParser/GraphQLParser/AST/GraphQLObjectTypeDefinition.cpp
d0si/GraphQL-cpp
42c35c97f239cc066455a11b37249697dcaed130
[ "MIT" ]
null
null
null
port/GraphQLParser/GraphQLParser/AST/GraphQLObjectTypeDefinition.cpp
d0si/GraphQL-cpp
42c35c97f239cc066455a11b37249697dcaed130
[ "MIT" ]
null
null
null
#include <GraphQLParser/AST/GraphQLObjectTypeDefinition.h> namespace GraphQLParser { namespace AST { GraphQLObjectTypeDefinition::GraphQLObjectTypeDefinition() : GraphQLTypeDefinition(ASTNodeKind::ObjectTypeDefinition) { } GraphQLObjectTypeDefinition::GraphQLObjectTypeDefinition( std::shared_ptr<GraphQLNam...
32.105263
133
0.8
[ "vector" ]
fd4c633421b8b1a4ec0cf58cfc7e3e61a16b7997
354
cpp
C++
Museum/src/Scene.cpp
coolzoom/Museum
7c177beda99bd47ac7c7af358fbad9cb08e74bbc
[ "Apache-2.0" ]
1
2021-04-01T12:27:39.000Z
2021-04-01T12:27:39.000Z
Museum/src/Scene.cpp
coolzoom/Museum
7c177beda99bd47ac7c7af358fbad9cb08e74bbc
[ "Apache-2.0" ]
null
null
null
Museum/src/Scene.cpp
coolzoom/Museum
7c177beda99bd47ac7c7af358fbad9cb08e74bbc
[ "Apache-2.0" ]
1
2021-04-01T12:30:35.000Z
2021-04-01T12:30:35.000Z
#include "Scene.h" #include "Components/Transform.h" #include <iostream> struct SceneData { SceneData() : transform{ false } {} Transform transform; }; std::unique_ptr<SceneData> sceneData; void Scene::Init() { sceneData = std::make_unique<SceneData>(); } Transform& Scene::GetTransform() {...
16.090909
44
0.669492
[ "transform" ]
fd568d54405ae70589283c58911d4bba489161d2
14,640
cpp
C++
AllJoyn/Samples/MyLivingRoom/Models/org.alljoyn.Control/VolumeProducer.cpp
halitcan/samples
995f850e0ed6c1cd2bc87c8af39b7a4cf41fe425
[ "MIT" ]
1,433
2015-04-30T09:26:53.000Z
2022-03-26T12:44:12.000Z
AllJoyn/Samples/MyLivingRoom/Models/org.alljoyn.Control/VolumeProducer.cpp
buocnhay/samples-1
ddd614bb5ae595f03811e3dfa15a5d107005d0fc
[ "MIT" ]
530
2015-05-02T09:12:48.000Z
2018-01-03T17:52:01.000Z
AllJoyn/Samples/MyLivingRoom/Models/org.alljoyn.Control/VolumeProducer.cpp
buocnhay/samples-1
ddd614bb5ae595f03811e3dfa15a5d107005d0fc
[ "MIT" ]
1,878
2015-04-30T04:18:57.000Z
2022-03-15T16:51:17.000Z
#include "pch.h" using namespace concurrency; using namespace Microsoft::WRL; using namespace Platform; using namespace Windows::Foundation; using namespace Windows::Devices::AllJoyn; using namespace org::alljoyn::Control; std::map<alljoyn_busobject, WeakReference*> VolumeProducer::SourceObjects; std::map<alljoyn_int...
35.107914
217
0.710656
[ "object" ]
fd5910c9ed06f96e8bf327f9e2ef7dcffc362d79
8,977
cpp
C++
src/rvs_util.cpp
jkottiku/ROCmValidationSuite
18745cba0613886672109eb977708c03a830c9c1
[ "MIT" ]
null
null
null
src/rvs_util.cpp
jkottiku/ROCmValidationSuite
18745cba0613886672109eb977708c03a830c9c1
[ "MIT" ]
null
null
null
src/rvs_util.cpp
jkottiku/ROCmValidationSuite
18745cba0613886672109eb977708c03a830c9c1
[ "MIT" ]
null
null
null
/******************************************************************************** * * Copyright (c) 2018 ROCm Developer Tools * * MIT LICENSE: * 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 So...
36.052209
119
0.609558
[ "vector" ]
5b7e778c6b31bc3cc235882bc08f87f1b8e75315
8,592
cc
C++
net/rpc/client.cc
iceboy233/trunk
83024a83f07a587e00a3f2e1906361de521d8f12
[ "Apache-2.0" ]
3
2021-12-23T06:36:48.000Z
2021-12-23T10:49:01.000Z
net/rpc/client.cc
iceboy233/trunk
83024a83f07a587e00a3f2e1906361de521d8f12
[ "Apache-2.0" ]
null
null
null
net/rpc/client.cc
iceboy233/trunk
83024a83f07a587e00a3f2e1906361de521d8f12
[ "Apache-2.0" ]
null
null
null
#include "net/rpc/client.h" #include <limits> #include <utility> #include <boost/icl/interval_set.hpp> #include <boost/smart_ptr/intrusive_ptr.hpp> #include <boost/smart_ptr/intrusive_ref_counter.hpp> #include "absl/types/span.h" #include "util/fibonacci-sequence.h" namespace net { namespace rpc { class Client::Oper...
34.506024
80
0.628492
[ "vector" ]
5b89208df86460fa81801fd030b4e663007143ef
555
cpp
C++
src/zoneserver/controller/callback/EntityEvents.cpp
mark-online/server
ca24898e2e5a9ccbaa11ef1ade57bb25260b717f
[ "MIT" ]
null
null
null
src/zoneserver/controller/callback/EntityEvents.cpp
mark-online/server
ca24898e2e5a9ccbaa11ef1ade57bb25260b717f
[ "MIT" ]
null
null
null
src/zoneserver/controller/callback/EntityEvents.cpp
mark-online/server
ca24898e2e5a9ccbaa11ef1ade57bb25260b717f
[ "MIT" ]
null
null
null
#include "ZoneServerPCH.h" #include "EntityEvents.h" #include "EntityStatusCallback.h" #include "../EntityController.h" #include "../../model/gameobject/Entity.h" namespace gideon { namespace zoneserver { void TargetChangedEvent::call(go::Entity& entity) { gc::EntityStatusCallback* entityStatusCallback = ...
29.210526
82
0.742342
[ "model" ]
5b8d236e0973b84adb51ec8aaf23c744a50697bb
5,961
cpp
C++
context.cpp
qbit-t/qb
c1fd82df3838f8526fc5e335254529ab6f953f78
[ "MIT" ]
1
2021-02-14T04:04:50.000Z
2021-02-14T04:04:50.000Z
context.cpp
qbit-t/qb
c1fd82df3838f8526fc5e335254529ab6f953f78
[ "MIT" ]
null
null
null
context.cpp
qbit-t/qb
c1fd82df3838f8526fc5e335254529ab6f953f78
[ "MIT" ]
1
2021-08-28T07:42:43.000Z
2021-08-28T07:42:43.000Z
#include "context.h" #include <stdio.h> #include <string.h> #include <vector> #include "include/secp256k1.h" #include "include/secp256k1_ecdh.h" #include "include/secp256k1_schnorrsig.h" #include "include/secp256k1_generator.h" #include "include/secp256k1_rangeproof.h" #include "libsecp256k1-config.h" #include "log/lo...
29.656716
181
0.742157
[ "vector" ]
5b8f8b0ed80be7ca718ea53e6cdab644acec15a4
30,257
cc
C++
source/src/Algorithm/Calorimetry/TrackFinderAlgorithm.cc
rete/Baboon
e5b2cfe6b9e5b5a41c2c68feda84b8df109eb086
[ "FSFAP" ]
null
null
null
source/src/Algorithm/Calorimetry/TrackFinderAlgorithm.cc
rete/Baboon
e5b2cfe6b9e5b5a41c2c68feda84b8df109eb086
[ "FSFAP" ]
null
null
null
source/src/Algorithm/Calorimetry/TrackFinderAlgorithm.cc
rete/Baboon
e5b2cfe6b9e5b5a41c2c68feda84b8df109eb086
[ "FSFAP" ]
null
null
null
/// \file TrackFinderAlgorithm.cc /* * * TrackFinderAlgorithm.cc source template generated by fclass * Creation date : mar. oct. 8 2013 * * This file is part of XXX libraries. * * XXX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published b...
28.788773
129
0.664243
[ "object", "vector" ]
5b8fff373971f6832ac5fffb553aa44ba35a672c
12,467
cpp
C++
src/Plugins/TundraLogic/KristalliProtocol.cpp
realXtend/tundra-urho3d
436d41c3e3dd1a9b629703ee76fd0ef2ee212ef8
[ "Apache-2.0" ]
13
2015-02-25T02:42:38.000Z
2018-07-31T11:40:56.000Z
src/Plugins/TundraLogic/KristalliProtocol.cpp
realXtend/tundra-urho3d
436d41c3e3dd1a9b629703ee76fd0ef2ee212ef8
[ "Apache-2.0" ]
8
2015-02-12T22:27:05.000Z
2017-01-21T15:59:17.000Z
src/Plugins/TundraLogic/KristalliProtocol.cpp
realXtend/tundra-urho3d
436d41c3e3dd1a9b629703ee76fd0ef2ee212ef8
[ "Apache-2.0" ]
12
2015-03-25T21:10:50.000Z
2019-04-10T09:03:10.000Z
// For conditions of distribution and use, see copyright notice in LICENSE #include "StableHeaders.h" #include "KristalliProtocol.h" #include "TundraLogic.h" #include "Framework.h" #include "CoreStringUtils.h" #include "ConsoleAPI.h" #include "LoggingFunctions.h" #include <Urho3D/Core/Profiler.h> #include <kNet.h> ...
36.031792
163
0.669367
[ "object" ]
5b90c58ff600afd207f321d53ddc0952a45321f0
1,548
cpp
C++
detectors/ExtractedInfoStringChecker.cpp
Extended-Object-Detection-ROS/lib
11865c85f9f46c28552bacf160f0639584310006
[ "BSD-3-Clause" ]
1
2022-02-01T22:46:45.000Z
2022-02-01T22:46:45.000Z
detectors/ExtractedInfoStringChecker.cpp
Extended-Object-Detection-ROS/lib
11865c85f9f46c28552bacf160f0639584310006
[ "BSD-3-Clause" ]
null
null
null
detectors/ExtractedInfoStringChecker.cpp
Extended-Object-Detection-ROS/lib
11865c85f9f46c28552bacf160f0639584310006
[ "BSD-3-Clause" ]
null
null
null
#include "ExtractedInfoStringChecker.h" #include <algorithm> using namespace std; using namespace cv; namespace eod{ ExtractedInfoStringChecker::ExtractedInfoStringChecker(){ Type = EI_STR_CHECK_A; } ExtractedInfoStringChecker::ExtractedInfoStringChecker(string field_, vector<string> allowed_, bool part...
28.666667
113
0.528424
[ "vector" ]
5b96a277ca68896b8c7224fff29bdfc3ad6c3703
67,659
cxx
C++
main/svx/source/dialog/dlgctrl.cxx
jimjag/openoffice
74746a22d8cc22b031b00fcd106f4496bf936c77
[ "Apache-2.0" ]
1
2019-12-27T19:25:34.000Z
2019-12-27T19:25:34.000Z
main/svx/source/dialog/dlgctrl.cxx
ackza/openoffice
d49dfe9c625750e261c7ed8d6ccac8d361bf3418
[ "Apache-2.0" ]
1
2019-11-25T03:08:58.000Z
2019-11-25T03:08:58.000Z
main/svx/source/dialog/dlgctrl.cxx
ackza/openoffice
d49dfe9c625750e261c7ed8d6ccac8d361bf3418
[ "Apache-2.0" ]
6
2019-11-19T00:28:25.000Z
2019-11-22T06:48:49.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 y...
27.570905
138
0.582347
[ "object", "model", "solid" ]
5b9e66784fc855c8fba7467ab36499dbb4faf776
13,561
hh
C++
src/mmutil_diff.hh
YPARK/mmutil
21729fc50ac4cefff58c1b71e8c5740d2045b111
[ "MIT" ]
null
null
null
src/mmutil_diff.hh
YPARK/mmutil
21729fc50ac4cefff58c1b71e8c5740d2045b111
[ "MIT" ]
null
null
null
src/mmutil_diff.hh
YPARK/mmutil
21729fc50ac4cefff58c1b71e8c5740d2045b111
[ "MIT" ]
null
null
null
#include <getopt.h> #include <unordered_map> #include "mmutil.hh" #include "mmutil_io.hh" #include "mmutil_index.hh" #include "utils/progress.hh" #include "utils/std_util.hh" #include "mmutil_pois.hh" #ifndef MMUTIL_DIFF_HH_ #define MMUTIL_DIFF_HH_ struct diff_options_t { diff_options_t() { mtx_fil...
29.935982
80
0.515817
[ "vector" ]
5ba7c2092340373c6b0e0a02f04b2db78afadafe
20,577
hpp
C++
include/opentxs/core/script/OTAgent.hpp
grealish/opentxs
614999063079f5843428abcaa62974f5f19f88a1
[ "Apache-2.0" ]
1
2015-01-23T13:24:07.000Z
2015-01-23T13:24:07.000Z
include/opentxs/core/script/OTAgent.hpp
grealish/opentxs
614999063079f5843428abcaa62974f5f19f88a1
[ "Apache-2.0" ]
null
null
null
include/opentxs/core/script/OTAgent.hpp
grealish/opentxs
614999063079f5843428abcaa62974f5f19f88a1
[ "Apache-2.0" ]
null
null
null
/************************************************************ * * OTAgent.hpp * */ /************************************************************ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 * OPEN TRANSACTIONS * * Financial Cryptography and Digital Cash * Library, Protocol, API...
44.346983
80
0.613646
[ "object" ]
5bac281be2abcf6758a05ca8a30947dfa852eb0a
1,546
cpp
C++
codes/usaco/promote_plat.cpp
chessbot108/solved-problems
0945be829a8ea9f0d5896c89331460d70d076691
[ "MIT" ]
2
2021-03-07T03:34:02.000Z
2021-03-09T01:22:21.000Z
codes/usaco/promote_plat.cpp
chessbot108/solved-problems
0945be829a8ea9f0d5896c89331460d70d076691
[ "MIT" ]
1
2021-03-27T15:01:23.000Z
2021-03-27T15:55:34.000Z
codes/usaco/promote_plat.cpp
chessbot108/solved-problems
0945be829a8ea9f0d5896c89331460d70d076691
[ "MIT" ]
1
2021-03-27T05:02:33.000Z
2021-03-27T05:02:33.000Z
#include <iostream> #include <cstdio> #include <cstring> #include <cstdlib> #include <ctime> #include <cmath> #include <cassert> #include <algorithm> #include <vector> #include <string> #include <map> #include <set> #include <sstream> #include <list> #include <unordered_map> #include <unordered_set> #include <functiona...
16.623656
59
0.574386
[ "vector" ]
5bace6e2b444c85277eb563ff4e649a8aff9c9a1
34,982
hpp
C++
Libraries/D3D12RaytracingFallback/Include/D3D12RaytracingPrototypeHelpers.hpp
dblloyd/DirectX-Graphics-Samples
6334fc5cd7b41701cdf15eba0f84547de2e94215
[ "MIT" ]
null
null
null
Libraries/D3D12RaytracingFallback/Include/D3D12RaytracingPrototypeHelpers.hpp
dblloyd/DirectX-Graphics-Samples
6334fc5cd7b41701cdf15eba0f84547de2e94215
[ "MIT" ]
null
null
null
Libraries/D3D12RaytracingFallback/Include/D3D12RaytracingPrototypeHelpers.hpp
dblloyd/DirectX-Graphics-Samples
6334fc5cd7b41701cdf15eba0f84547de2e94215
[ "MIT" ]
null
null
null
#pragma once #include <list> #include <vector> #include <atlbase.h> //============================================================================================================================= // D3D12 Raytracing prototype state object creation helpers // // Prototype Helper classes for creating new style state obj...
45.079897
207
0.683409
[ "object", "vector" ]
5bb9ecc4449352031c295a7cec553bc3588470ae
84,203
cpp
C++
src/Screens/CViewC64.cpp
slajerek/RetroDebugger
e761e4f9efd103a05e65ef283423b142fa4324c7
[ "Apache-2.0", "MIT" ]
34
2021-05-29T07:04:17.000Z
2022-03-10T20:16:03.000Z
src/Screens/CViewC64.cpp
slajerek/RetroDebugger
e761e4f9efd103a05e65ef283423b142fa4324c7
[ "Apache-2.0", "MIT" ]
6
2021-12-25T13:05:21.000Z
2022-01-19T17:35:17.000Z
src/Screens/CViewC64.cpp
slajerek/RetroDebugger
e761e4f9efd103a05e65ef283423b142fa4324c7
[ "Apache-2.0", "MIT" ]
6
2021-12-24T18:37:41.000Z
2022-02-06T23:06:02.000Z
// // C64 Debugger (C) Marcin Skoczylas, slajerek@gmail.com // // created on 2016-02-22 // define also in CGuiMain //#define DO_NOT_USE_AUDIO_QUEUE // TODO: move me .. #define MAX_BUFFER 2048 extern "C"{ #include "c64mem.h" } #include "FontProFontIIx.h" #include "CViewC64.h" #include "SYS_Defs.h" #include "VID_Mai...
27.580413
206
0.745769
[ "render", "object", "vector", "3d" ]
5bbcb87e4fd2f5940e480bc423ebd4470924bbc4
4,491
cc
C++
horovod/common/ops/compressed/reducers/mpi_ps.cc
IST-DASLab/horovod
d2611353c33b299f04e47fae0de741702de3130e
[ "Apache-2.0" ]
null
null
null
horovod/common/ops/compressed/reducers/mpi_ps.cc
IST-DASLab/horovod
d2611353c33b299f04e47fae0de741702de3130e
[ "Apache-2.0" ]
null
null
null
horovod/common/ops/compressed/reducers/mpi_ps.cc
IST-DASLab/horovod
d2611353c33b299f04e47fae0de741702de3130e
[ "Apache-2.0" ]
null
null
null
#include "mpi_ps.h" #include "../utils.h" namespace horovod { namespace common { MPI_Allreduce_PS::MPI_Allreduce_PS(MPIContext* mpi_context, GPUContext* gpu_context, HorovodGlobalState* global_state, Compressor* c...
37.739496
80
0.657537
[ "vector" ]
5bc06c6243450e578464c2d49161da3990d0279f
3,922
cpp
C++
cpp/arrayMisc/minWindowSubstr.cpp
locmpham/codingtests
3805fc98c0fa0dbee52e12531f6205e77b52899e
[ "MIT" ]
null
null
null
cpp/arrayMisc/minWindowSubstr.cpp
locmpham/codingtests
3805fc98c0fa0dbee52e12531f6205e77b52899e
[ "MIT" ]
null
null
null
cpp/arrayMisc/minWindowSubstr.cpp
locmpham/codingtests
3805fc98c0fa0dbee52e12531f6205e77b52899e
[ "MIT" ]
1
2021-07-09T19:13:11.000Z
2021-07-09T19:13:11.000Z
/* LEETCODE# 76 Given two strings s and t of lengths m and n respectively, return the minimum window substring of s such that every character in t (including duplicates) is included in the window. If there is no such substring, return the empty string "". The testcases will be generated such tha...
29.938931
99
0.539266
[ "vector" ]
5bc79127b7e16881ce991c8fdd1a9d90ae7da82d
7,823
cpp
C++
src/Mod2Engine/Mod2_Thread.cpp
karannewatia/SCALE-MAMBA
467b33a6c80050789204ea3ee3b5cf0113354f85
[ "BSD-2-Clause" ]
196
2018-05-25T11:41:56.000Z
2022-03-12T05:49:50.000Z
src/Mod2Engine/Mod2_Thread.cpp
karannewatia/SCALE-MAMBA
467b33a6c80050789204ea3ee3b5cf0113354f85
[ "BSD-2-Clause" ]
49
2018-07-17T15:49:41.000Z
2021-01-19T11:35:31.000Z
src/Mod2Engine/Mod2_Thread.cpp
karannewatia/SCALE-MAMBA
467b33a6c80050789204ea3ee3b5cf0113354f85
[ "BSD-2-Clause" ]
90
2018-05-25T11:41:42.000Z
2022-03-23T19:15:10.000Z
/* Copyright (c) 2017, The University of Bristol, Senate House, Tyndall Avenue, Bristol, BS8 1TH, United Kingdom. Copyright (c) 2021, COSIC-KU Leuven, Kasteelpark Arenberg 10, bus 2452, B-3001 Leuven-Heverlee, Belgium. All rights reserved */ #include "Mod2_Thread.h" #include <unistd.h> #include "LSSS/Open_Protocol2....
24.370717
110
0.521156
[ "vector" ]
5bcbe20971318642197ef6fb77afdf4acaf39fcd
15,964
cc
C++
src/packet.cc
PetroShevchenko/lib-coap-cpp
f99bff174925257ea63480f598f5753ece0f392d
[ "Apache-2.0" ]
null
null
null
src/packet.cc
PetroShevchenko/lib-coap-cpp
f99bff174925257ea63480f598f5753ece0f392d
[ "Apache-2.0" ]
null
null
null
src/packet.cc
PetroShevchenko/lib-coap-cpp
f99bff174925257ea63480f598f5753ece0f392d
[ "Apache-2.0" ]
null
null
null
#include <cstring> #include <cstdlib> #include <climits> #include <algorithm> #include <ctime> #ifdef STM32H747I_DISCO #include "lwip.h" #else #include <arpa/inet.h> #endif #include "packet.h" #include "log.h" #include "error.h" LOG_USING_NAMESPACE LOG_EXTERN_DECLARE namespace coap{ packet * packet::_instanceP = 0;...
28.155203
133
0.69425
[ "object", "vector" ]
5bcf00684f571b41da8382c3a26437529fad6436
5,737
hpp
C++
Versionen/2021_06_15/rmf_ws/install/rmf_traffic_msgs/include/rmf_traffic_msgs/msg/detail/timespan__struct.hpp
flitzmo-hso/flitzmo_agv_control_system
99e8006920c03afbd93e4c7d38b4efff514c7069
[ "MIT" ]
null
null
null
Versionen/2021_06_15/rmf_ws/install/rmf_traffic_msgs/include/rmf_traffic_msgs/msg/detail/timespan__struct.hpp
flitzmo-hso/flitzmo_agv_control_system
99e8006920c03afbd93e4c7d38b4efff514c7069
[ "MIT" ]
null
null
null
Versionen/2021_06_15/rmf_ws/install/rmf_traffic_msgs/include/rmf_traffic_msgs/msg/detail/timespan__struct.hpp
flitzmo-hso/flitzmo_agv_control_system
99e8006920c03afbd93e4c7d38b4efff514c7069
[ "MIT" ]
2
2021-06-21T07:32:09.000Z
2021-08-17T03:05:38.000Z
// generated from rosidl_generator_cpp/resource/idl__struct.hpp.em // with input from rmf_traffic_msgs:msg/Timespan.idl // generated code does not contain a copyright notice #ifndef RMF_TRAFFIC_MSGS__MSG__DETAIL__TIMESPAN__STRUCT_HPP_ #define RMF_TRAFFIC_MSGS__MSG__DETAIL__TIMESPAN__STRUCT_HPP_ #include <rosidl_runti...
31.010811
298
0.738714
[ "vector" ]
5bd849be63b9ef68069dd7c1cbdebf22af853cd6
840
cpp
C++
src/dioptre/physics/component.cpp
tobscher/rts
7f30faf6a13d309e4db828be8be3c05d28c05364
[ "MIT" ]
2
2015-05-14T16:07:30.000Z
2015-07-27T21:08:48.000Z
src/dioptre/physics/component.cpp
tobscher/rts
7f30faf6a13d309e4db828be8be3c05d28c05364
[ "MIT" ]
null
null
null
src/dioptre/physics/component.cpp
tobscher/rts
7f30faf6a13d309e4db828be8be3c05d28c05364
[ "MIT" ]
null
null
null
#include "dioptre/physics/component.h" #include "dioptre/locator.h" namespace dioptre { namespace physics { Component::Component(RigidBody *rigidBody) : dioptre::ComponentInterface("dioptre.physics.component"), rigidBody_(rigidBody) { auto physicsService = dioptre::Locator::getInstance<PhysicsInterface>( ...
22.702703
72
0.730952
[ "transform" ]
5bdd60015c85c75b7af266d5618e847aa1d60279
1,514
cpp
C++
cpp/src/pairwise_consistency_maximization/third_parties/fast_max-clique_finder/src/pcm.cpp
SiuKeungm/mixRobust_distributed_mapper
034cae5e0cb5af75f921f48b0b897db6763292e4
[ "BSD-3-Clause" ]
2
2020-04-06T04:59:31.000Z
2021-09-15T02:41:19.000Z
cpp/src/pairwise_consistency_maximization/third_parties/fast_max-clique_finder/src/pcm.cpp
SiuKeungm/mixRobust_distributed_mapper
034cae5e0cb5af75f921f48b0b897db6763292e4
[ "BSD-3-Clause" ]
null
null
null
cpp/src/pairwise_consistency_maximization/third_parties/fast_max-clique_finder/src/pcm.cpp
SiuKeungm/mixRobust_distributed_mapper
034cae5e0cb5af75f921f48b0b897db6763292e4
[ "BSD-3-Clause" ]
2
2020-04-06T04:59:36.000Z
2021-08-18T13:08:04.000Z
#include "pcm.h" #include "graphIO.h" #include "findClique.h" using namespace FMC; void build_CGraphIO_from_Matrix (Eigen::MatrixXi& data,CGraphIO& graph) { int n = data.rows (); int edge_index = 0; for (int i=0;i<n;i++){ graph.m_vi_Vertices.push_back(edge_index); const Eigen::VectorXi& edge_list_...
21.942029
93
0.696169
[ "vector" ]
5be5e544a8baeb81d083a9247e7ced148a19361c
44,352
cpp
C++
Client/src/StyledSourceCtrl.cpp
kluete/ddt3
b8bf3b6daf275ec025b0c4a6401576560b671a3d
[ "Apache-2.0" ]
6
2020-04-20T04:54:44.000Z
2022-02-13T01:24:10.000Z
Client/src/StyledSourceCtrl.cpp
kluete/ddt3
b8bf3b6daf275ec025b0c4a6401576560b671a3d
[ "Apache-2.0" ]
null
null
null
Client/src/StyledSourceCtrl.cpp
kluete/ddt3
b8bf3b6daf275ec025b0c4a6401576560b671a3d
[ "Apache-2.0" ]
1
2022-02-13T01:24:35.000Z
2022-02-13T01:24:35.000Z
// Scintilla styled source control with Lua lexer /* Notes: - STC lines are ZERO-based in logic but DISPLAYED 1-based - can't use mouse "dwelling" because needs FOCUS int styl_bits = GetStyleBits(); // USED to be limited to 5 bits, but not anymore - "Set the style number for the text margin for a line" M...
28.070886
151
0.685313
[ "vector", "3d" ]
5bea22c15c8daf97fe3946ef7e7dc24c482516d9
2,434
cpp
C++
Algorithms/Magic Squares In Grid/solution.cpp
MishaVernik/LeetCode
5f4823706f472b59fbc0c936524477dc039a46ee
[ "MIT" ]
null
null
null
Algorithms/Magic Squares In Grid/solution.cpp
MishaVernik/LeetCode
5f4823706f472b59fbc0c936524477dc039a46ee
[ "MIT" ]
null
null
null
Algorithms/Magic Squares In Grid/solution.cpp
MishaVernik/LeetCode
5f4823706f472b59fbc0c936524477dc039a46ee
[ "MIT" ]
null
null
null
/** A 3 x 3 magic square is a 3 x 3 grid filled with distinct numbers from 1 to 9 such that each row, column, and both diagonals all have the same sum. Given an grid of integers, how many 3 x 3 "magic square" subgrids are there? (Each subgrid is contiguous). Example 1: Input: [[4,3,8,4], [9,5,1,9], ...
28.302326
147
0.450288
[ "vector" ]
5bf97ed5609b858aa86c7e35d0518d0dbb59d3c4
2,957
cpp
C++
src/sources/Model.cpp
QwertygidQ/ModelViewer
7808b9b81a26528016a5dc1216fb0bf51b166e87
[ "MIT" ]
null
null
null
src/sources/Model.cpp
QwertygidQ/ModelViewer
7808b9b81a26528016a5dc1216fb0bf51b166e87
[ "MIT" ]
null
null
null
src/sources/Model.cpp
QwertygidQ/ModelViewer
7808b9b81a26528016a5dc1216fb0bf51b166e87
[ "MIT" ]
null
null
null
#include "../headers/Model.hpp" #include <glad/glad.h> #include <cstdlib> #include <fstream> #include <sstream> #include <stdexcept> void Model::load_model(const std::string &obj_path) { std::ifstream file(obj_path); if (!file) throw std::runtime_error("Failed to open the model file"); std::stri...
25.273504
105
0.518431
[ "vector", "model" ]
5bff1c462c57edef541905512bae3d6415975620
62,145
cpp
C++
projects/gui/darwin.cpp
exoad/drwn
3cc9faaa99602cb7ab69af795ec6e4194ff1919f
[ "BSD-3-Clause" ]
40
2015-01-26T21:58:25.000Z
2021-11-03T13:52:40.000Z
projects/gui/darwin.cpp
exoad/drwn
3cc9faaa99602cb7ab69af795ec6e4194ff1919f
[ "BSD-3-Clause" ]
7
2015-04-08T23:44:17.000Z
2016-05-09T11:29:38.000Z
projects/gui/darwin.cpp
exoad/drwn
3cc9faaa99602cb7ab69af795ec6e4194ff1919f
[ "BSD-3-Clause" ]
32
2015-01-12T01:47:58.000Z
2022-01-12T10:08:59.000Z
/***************************************************************************** ** DARWIN: A FRAMEWORK FOR MACHINE LEARNING RESEARCH AND DEVELOPMENT ** Distributed under the terms of the BSD license (see the LICENSE file) ** Copyright (c) 2007-2017, Stephen Gould ** All rights reserved. ** ******************************...
37.369212
133
0.597779
[ "vector" ]
970e71ce28938ed3ab433d79db09bdf6998d43f7
1,687
cpp
C++
graphs/chicago_106_miles_to_chicago.cpp
tricktron/Programming-Challenges
0ece339a789529731eac8b908aa37d084fcdfe2a
[ "MIT" ]
null
null
null
graphs/chicago_106_miles_to_chicago.cpp
tricktron/Programming-Challenges
0ece339a789529731eac8b908aa37d084fcdfe2a
[ "MIT" ]
null
null
null
graphs/chicago_106_miles_to_chicago.cpp
tricktron/Programming-Challenges
0ece339a789529731eac8b908aa37d084fcdfe2a
[ "MIT" ]
null
null
null
// // Created by Thibault Gagnaux on 2019-07-03. // #include <iostream> #include <vector> #include <queue> #define FORN(i,a,b) for (int i = (a); i < (b); i++) #define FOR(i,a,b) for (int i = (a); i <= (b); i++) #define pb push_back #define eb emplace_back #define MAX_VERTICES 110 using namespace std; struct Edge { ...
24.1
61
0.503853
[ "vector" ]
97333b40677f2902faedc0ee5194d1ae8c78c656
5,738
cc
C++
test/integration/nested_multiple_elements_error.cc
koonpeng/sdformat
6307392809541d15bd540e3db9dcd98b51431a3a
[ "ECL-2.0", "Apache-2.0" ]
67
2020-04-11T22:27:46.000Z
2021-06-19T16:17:42.000Z
test/integration/nested_multiple_elements_error.cc
koonpeng/sdformat
6307392809541d15bd540e3db9dcd98b51431a3a
[ "ECL-2.0", "Apache-2.0" ]
339
2020-04-13T23:15:09.000Z
2021-06-28T13:57:17.000Z
test/integration/nested_multiple_elements_error.cc
koonpeng/sdformat
6307392809541d15bd540e3db9dcd98b51431a3a
[ "ECL-2.0", "Apache-2.0" ]
45
2020-04-14T21:27:44.000Z
2021-06-18T22:50:25.000Z
/* * Copyright 2020 Open Source Robotics Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicab...
32.602273
80
0.681771
[ "geometry", "model" ]
9733df9a256a0557c19a269be069a76263bbbecc
703
hpp
C++
src/include/enums.hpp
N4G170/project_euler_net
f8ec89f0b88fed687d7bd599095274f7025895a2
[ "MIT" ]
null
null
null
src/include/enums.hpp
N4G170/project_euler_net
f8ec89f0b88fed687d7bd599095274f7025895a2
[ "MIT" ]
null
null
null
src/include/enums.hpp
N4G170/project_euler_net
f8ec89f0b88fed687d7bd599095274f7025895a2
[ "MIT" ]
null
null
null
#ifndef ENUMS_HPP #define ENUMS_HPP enum TextAlignment { TOP_LEFT = 0, CENTER = 1, TOP_RIGHT = 2 }; enum Weekdays//for problems { SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY }; enum Months//for problems { JANUARY, FEBRUARY, MARCH, APRIL, ...
10.338235
27
0.578947
[ "solid" ]
97353e5e857e567c1d9eb011b5da982460618561
29,026
hpp
C++
src/nnfusion/core/kernels/cuda_gpu/kernels/reduce.hpp
lynex/nnfusion
6332697c71b6614ca6f04c0dac8614636882630d
[ "MIT" ]
1
2021-05-14T08:10:30.000Z
2021-05-14T08:10:30.000Z
src/nnfusion/core/kernels/cuda_gpu/kernels/reduce.hpp
lynex/nnfusion
6332697c71b6614ca6f04c0dac8614636882630d
[ "MIT" ]
null
null
null
src/nnfusion/core/kernels/cuda_gpu/kernels/reduce.hpp
lynex/nnfusion
6332697c71b6614ca6f04c0dac8614636882630d
[ "MIT" ]
1
2021-02-13T08:10:55.000Z
2021-02-13T08:10:55.000Z
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. #pragma once #include "../cuda_emitter.hpp" #include "../cuda_langunit.hpp" #include "nnfusion/core/operators/generic_op/generic_op.hpp" DECLARE_string(fdefault_device); namespace nnfusion { namespace kernels { namespace cuda ...
44.179604
112
0.387825
[ "shape", "vector" ]
9741337035ca25ae9806ec8ad774e89dddabc81c
3,031
hpp
C++
include/lv_align_verify.hpp
FishInWave/lv_align_verify
fff5eb80ed6ba7c7b870e366377acc7e7e0cb13d
[ "BSD-3-Clause" ]
2
2021-09-26T07:00:35.000Z
2021-12-26T04:09:36.000Z
include/lv_align_verify.hpp
FishInWave/lv_align_verify
fff5eb80ed6ba7c7b870e366377acc7e7e0cb13d
[ "BSD-3-Clause" ]
null
null
null
include/lv_align_verify.hpp
FishInWave/lv_align_verify
fff5eb80ed6ba7c7b870e366377acc7e7e0cb13d
[ "BSD-3-Clause" ]
1
2021-12-26T04:09:41.000Z
2021-12-26T04:09:41.000Z
#ifndef LV_ALIGN_VERIFY_HPP #define LV_ALIGN_VERIFY_HPP // third party #include <ros/ros.h> #include <opencv2/opencv.hpp> #include <sl/Camera.hpp> #include <pcl/point_types.h> #include <pcl/point_cloud.h> #include <sensor_msgs/PointCloud2.h> #include <dynamic_reconfigure/server.h> #include "lv_align_verify/LVAlignVerif...
28.866667
99
0.713626
[ "vector" ]
974744b4fab531db6bd81163bb461fde4514acbf
17,864
cpp
C++
Modified pong.cpp
AimAndIgnite/modified-pong-game
b9b72f301e217bd1b8859d00f4f07c09eec4062c
[ "MIT" ]
null
null
null
Modified pong.cpp
AimAndIgnite/modified-pong-game
b9b72f301e217bd1b8859d00f4f07c09eec4062c
[ "MIT" ]
null
null
null
Modified pong.cpp
AimAndIgnite/modified-pong-game
b9b72f301e217bd1b8859d00f4f07c09eec4062c
[ "MIT" ]
null
null
null
#include<iostream> #include<time.h> #include<conio.h> #include<Windows.h> using namespace std; enum eDir { STOP = 0, LEFT = 1, UPLEFT = 2, DOWNLEFT = 3, RIGHT = 4, UPRIGHT = 5, DOWNRIGHT = 6 }; bool isFinished = false; bool quit = false; int menumain; class Object { protected : int x, y; int...
31.450704
150
0.503023
[ "object" ]
974cc9e439dff54ddfd0b7a48800800bd11e6c25
1,995
cc
C++
DetectorDescription/DDCMS/plugins/DDCMSDetector.cc
DBAnthony/cmssw
6406d33feab56ab2af79b00b533f62b5368ac33e
[ "Apache-2.0" ]
null
null
null
DetectorDescription/DDCMS/plugins/DDCMSDetector.cc
DBAnthony/cmssw
6406d33feab56ab2af79b00b533f62b5368ac33e
[ "Apache-2.0" ]
null
null
null
DetectorDescription/DDCMS/plugins/DDCMSDetector.cc
DBAnthony/cmssw
6406d33feab56ab2af79b00b533f62b5368ac33e
[ "Apache-2.0" ]
null
null
null
#include "FWCore/Framework/interface/one/EDAnalyzer.h" #include "FWCore/ParameterSet/interface/FileInPath.h" #include "FWCore/ParameterSet/interface/ParameterSet.h" #include "FWCore/Framework/interface/MakerMacros.h" #include "FWCore/Framework/interface/ESTransientHandle.h" #include "FWCore/Framework/interface/EventSet...
29.776119
78
0.722306
[ "vector" ]
97532eecf383100e26d2ed68d90c3d0f3ff29f5d
5,772
cpp
C++
whipstitch/wsAssets/wsAnimation.cpp
dsnettleton/whipstitch-game-engine
1c91a2e90274f18723141ec57d0cb4930bd29b25
[ "MIT" ]
null
null
null
whipstitch/wsAssets/wsAnimation.cpp
dsnettleton/whipstitch-game-engine
1c91a2e90274f18723141ec57d0cb4930bd29b25
[ "MIT" ]
null
null
null
whipstitch/wsAssets/wsAnimation.cpp
dsnettleton/whipstitch-game-engine
1c91a2e90274f18723141ec57d0cb4930bd29b25
[ "MIT" ]
null
null
null
/* * wsAnimation.cpp * * Created on: Nov 25, 2012 * Author: dsnettleton * * This file defines the class wsAnimation, which extends the abstract base * type wsAsset. A wsAnimation is only part of the more complete type, * wsModel, though the same animation can be applied to multiple wsMesh o...
49.333333
139
0.653326
[ "object" ]
97679c8cf47c54e69213ef50be946498531ebcfa
7,021
cpp
C++
ecs/src/v2/model/SubJob.cpp
yangzhaofeng/huaweicloud-sdk-cpp-v3
4f3caac5ba9a9b75b4e5fd61683d1c4d57ec1c23
[ "Apache-2.0" ]
5
2021-03-03T08:23:43.000Z
2022-02-16T02:16:39.000Z
ecs/src/v2/model/SubJob.cpp
yangzhaofeng/huaweicloud-sdk-cpp-v3
4f3caac5ba9a9b75b4e5fd61683d1c4d57ec1c23
[ "Apache-2.0" ]
null
null
null
ecs/src/v2/model/SubJob.cpp
yangzhaofeng/huaweicloud-sdk-cpp-v3
4f3caac5ba9a9b75b4e5fd61683d1c4d57ec1c23
[ "Apache-2.0" ]
7
2021-02-26T13:53:35.000Z
2022-03-18T02:36:43.000Z
#include "huaweicloud/ecs/v2/model/SubJob.h" namespace HuaweiCloud { namespace Sdk { namespace Ecs { namespace V2 { namespace Model { SubJob::SubJob() { status_ = ""; statusIsSet_ = false; entitiesIsSet_ = false; jobId_ = ""; jobIdIsSet_ = false; jobType_ = ""; jobTypeIsSet_ = false; ...
21.53681
102
0.630822
[ "object", "model" ]