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
dcd69873df973de9199e1e39585374a498a340fa
3,560
cpp
C++
OpenGL/src/Model.cpp
Zaangetsuu/OpenGL
9f01092bdee14aff7e8716728e40021dd6772851
[ "MIT" ]
null
null
null
OpenGL/src/Model.cpp
Zaangetsuu/OpenGL
9f01092bdee14aff7e8716728e40021dd6772851
[ "MIT" ]
null
null
null
OpenGL/src/Model.cpp
Zaangetsuu/OpenGL
9f01092bdee14aff7e8716728e40021dd6772851
[ "MIT" ]
null
null
null
#include "Model.h" #include <iostream> #include <assimp/Importer.hpp> #include <assimp/postprocess.h> #include "VertexBuffer.h" #include "VertexBufferLayout.h" Model::Model(const char* path) { loadModel(path); } Model::~Model() { } void Model::AddInstancedArray(const VertexBuffer& vbo, const VertexBufferLayout& l...
27.8125
127
0.692135
[ "mesh", "vector", "model" ]
dcdbf3e735e39631f23d49000f6fbcd368260cd7
7,625
hpp
C++
Browser/links.hpp
venam/Browser
3118593d18bd9ff488c5eb17b173f8b8fddd615b
[ "curl" ]
36
2015-01-14T08:56:27.000Z
2021-11-06T23:36:58.000Z
Browser/links.hpp
informaticacba/Browser
3118593d18bd9ff488c5eb17b173f8b8fddd615b
[ "curl" ]
3
2016-02-23T04:24:57.000Z
2018-10-17T08:38:36.000Z
Browser/links.hpp
informaticacba/Browser
3118593d18bd9ff488c5eb17b173f8b8fddd615b
[ "curl" ]
14
2016-02-23T00:21:10.000Z
2021-11-06T23:36:59.000Z
/* Copyright (c) 2013, Patrick Louis <patrick at unixhub.net> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. The author is informed of the use of his/her code. The author does not have to consent...
37.195122
241
0.585311
[ "vector" ]
dce52b5835ef3f9618f6c132ba28b86f97367988
6,423
cpp
C++
src/netlist/event_system/event_handler.cpp
kammoh/hal
3bd7f56ec59639bcb9c0976ed074412e707e330e
[ "MIT" ]
1
2022-03-30T22:20:19.000Z
2022-03-30T22:20:19.000Z
src/netlist/event_system/event_handler.cpp
kammoh/hal
3bd7f56ec59639bcb9c0976ed074412e707e330e
[ "MIT" ]
null
null
null
src/netlist/event_system/event_handler.cpp
kammoh/hal
3bd7f56ec59639bcb9c0976ed074412e707e330e
[ "MIT" ]
null
null
null
#include "hal_core/netlist/event_system/event_handler.h" #include "hal_core/netlist/event_system/event_log.h" #include "hal_core/netlist/gate.h" #include "hal_core/netlist/grouping.h" #include "hal_core/netlist/module.h" #include "hal_core/netlist/netlist.h" namespace hal { template<> std::vector<std::string>...
44.916084
171
0.513779
[ "vector" ]
dce5438bf45f2f00022ae793898103c7fc01e49a
15,434
cc
C++
chrome/browser/chromeos/file_system_provider/fileapi/buffering_file_stream_writer_unittest.cc
metux/chromium-deb
3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chrome/browser/chromeos/file_system_provider/fileapi/buffering_file_stream_writer_unittest.cc
metux/chromium-deb
3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chrome/browser/chromeos/file_system_provider/fileapi/buffering_file_stream_writer_unittest.cc
metux/chromium-deb
3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/chromeos/file_system_provider/fileapi/buffering_file_stream_writer.h" #include <memory> #include <string> #include <vector> #in...
37.100962
94
0.687962
[ "vector" ]
dceb41102f63aa940f1689c63e3235485962c561
4,902
cpp
C++
vegastrike/objconv/hashtest.cpp
Ezeer/VegaStrike_win32FR
75891b9ccbdb95e48e15d3b4a9cd977955b97d1f
[ "MIT" ]
null
null
null
vegastrike/objconv/hashtest.cpp
Ezeer/VegaStrike_win32FR
75891b9ccbdb95e48e15d3b4a9cd977955b97d1f
[ "MIT" ]
null
null
null
vegastrike/objconv/hashtest.cpp
Ezeer/VegaStrike_win32FR
75891b9ccbdb95e48e15d3b4a9cd977955b97d1f
[ "MIT" ]
null
null
null
#ifndef _WIN32 #include <ext/hash_map> #define stdext __gnu_cxx #else #include <hash_map> #endif #ifndef _WIN32 #include <sys/time.h> #include <sys/types.h> #else #include <windows.h> static LONGLONG ttime; static LONGLONG newtime = 0; static LONGLONG freq; static double dblnewtime; #endif #include <map> #include ".....
27.852273
110
0.526316
[ "vector" ]
dceba6c61bb7f22cae64457d1287d31daaae7a1a
3,257
hpp
C++
NWNXLib/Utils.hpp
GideonCrawle/unified
2a310e0012badfcc9675bd8c8554613b5354e21a
[ "MIT" ]
null
null
null
NWNXLib/Utils.hpp
GideonCrawle/unified
2a310e0012badfcc9675bd8c8554613b5354e21a
[ "MIT" ]
null
null
null
NWNXLib/Utils.hpp
GideonCrawle/unified
2a310e0012badfcc9675bd8c8554613b5354e21a
[ "MIT" ]
null
null
null
#pragma once #include "API/CGameObject.hpp" #include "API/CNWSScriptVarTable.hpp" #include "API/Vector.hpp" #include "API/CGameEffect.hpp" #include "API/CExoLocString.hpp" #include "API/CNWSMessage.hpp" #include "Utils/String.hpp" #include <string> #include <cstring> namespace NWNXLib::Utils { std::string ObjectID...
35.021505
125
0.745471
[ "object", "vector" ]
dced0c6384a53fde67b4d50fc58b47eea5df9b87
12,792
cpp
C++
multimedia/danim/src/appel/utils/ipc.cpp
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
multimedia/danim/src/appel/utils/ipc.cpp
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
multimedia/danim/src/appel/utils/ipc.cpp
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/******************************************************************************* Copyright (c) 1995-96 Microsoft Corporation Abstract: {Insert General Comment Here} *******************************************************************************/ #include "headers.h" #include "privinc/ipc.h" #...
23.955056
94
0.516417
[ "object" ]
dceed565a0b8fef271ae8fb54527450b532e5878
9,282
cpp
C++
src/variant_detection/variant_detection.cpp
eseiler/iGenVar
a3597065c54bcf0aba8b951202007c7286ea7fc6
[ "BSD-3-Clause" ]
null
null
null
src/variant_detection/variant_detection.cpp
eseiler/iGenVar
a3597065c54bcf0aba8b951202007c7286ea7fc6
[ "BSD-3-Clause" ]
null
null
null
src/variant_detection/variant_detection.cpp
eseiler/iGenVar
a3597065c54bcf0aba8b951202007c7286ea7fc6
[ "BSD-3-Clause" ]
null
null
null
#include "variant_detection/variant_detection.hpp" #include <seqan3/core/debug_stream.hpp> #include <seqan3/io/sam_file/input.hpp> // SAM/BAM support (seqan3::sam_file_input) #include "modules/sv_detection_methods/analyze_cigar_method.hpp" // for the split read method #include "modules/sv_detection_met...
48.596859
116
0.501724
[ "vector" ]
fd602fcaf0af347825c2cf858b91654ac9313577
3,686
hpp
C++
src/include/gloam/core/util/dcg/stl/range_t.hpp
Dylan95/gloam
2ddee49cbdb0a0b87118407074def4da29738424
[ "MIT" ]
null
null
null
src/include/gloam/core/util/dcg/stl/range_t.hpp
Dylan95/gloam
2ddee49cbdb0a0b87118407074def4da29738424
[ "MIT" ]
null
null
null
src/include/gloam/core/util/dcg/stl/range_t.hpp
Dylan95/gloam
2ddee49cbdb0a0b87118407074def4da29738424
[ "MIT" ]
null
null
null
//AUTOGENERATED_TEXT_E6585F83424849_START #ifndef INCLUDE_GAURD_E6585F83424849_INCLUDE_GLOAM_CORE_UTIL_DCG_STL_RANGE_T_HPP #define INCLUDE_GAURD_E6585F83424849_INCLUDE_GLOAM_CORE_UTIL_DCG_STL_RANGE_T_HPP //AUTOGENERATED_TEXT_E6585F83424849_END #include <iterator> #include <vector> //AUTOGENERATED_TEXT_E6585F83424849...
22.47561
460
0.740369
[ "vector" ]
fd64508b6f30a51108bce38f9e13664fea18ece1
832
hpp
C++
cache/list.hpp
comparch-security/smart-cache-evict
89f7413fb3afef0c2c69012f6a19f60dabc041ab
[ "BSD-2-Clause-FreeBSD" ]
7
2019-06-11T11:30:32.000Z
2022-03-01T00:44:05.000Z
cache/list.hpp
comparch-security/smart-cache-evict
89f7413fb3afef0c2c69012f6a19f60dabc041ab
[ "BSD-2-Clause-FreeBSD" ]
1
2022-03-14T10:24:33.000Z
2022-03-20T08:06:54.000Z
cache/list.hpp
comparch-security/smart-cache-evict
89f7413fb3afef0c2c69012f6a19f60dabc041ab
[ "BSD-2-Clause-FreeBSD" ]
1
2021-03-08T03:15:50.000Z
2021-03-08T03:15:50.000Z
#ifndef SCE_LIST_HPP #define SCE_LIST_HPP #include "common/definitions.hpp" #include <vector> extern void traverse_list_1(elem_t *ptr); extern void traverse_list_2(elem_t *ptr); extern void traverse_list_3(elem_t *ptr); extern void traverse_list_4(elem_t *ptr); extern void traverse_list_rr(elem_t *ptr); extern void t...
33.28
77
0.786058
[ "vector" ]
fd6650836aff9430f5958d9ecc209903e9716731
1,960
cc
C++
src/simulation.cc
aberry-21/dining_philosophers
3a7f385075d7b947072e9a18937cef5d98838de5
[ "MIT" ]
null
null
null
src/simulation.cc
aberry-21/dining_philosophers
3a7f385075d7b947072e9a18937cef5d98838de5
[ "MIT" ]
null
null
null
src/simulation.cc
aberry-21/dining_philosophers
3a7f385075d7b947072e9a18937cef5d98838de5
[ "MIT" ]
null
null
null
// // Created by Aaron Berry on 5/19/21. // #include <thread> #include <vector> #include "includes/simulation.h" #include "includes/philosophers.h" // Constructor (initialization threads and mutexes) simulation::simulation(config *config) : config_(config) { auto size = config_->GetNumberOfPhilo(); philos_.reserv...
26.486486
75
0.623469
[ "vector" ]
fd6dda37343008992bd3af116c7967ff95a74edb
37,883
cpp
C++
host.cpp
caosjr/qrmethod_opencl_intel_fpga
d06de98ba44801955c90e3a0d466c488ff0abd82
[ "Apache-2.0" ]
null
null
null
host.cpp
caosjr/qrmethod_opencl_intel_fpga
d06de98ba44801955c90e3a0d466c488ff0abd82
[ "Apache-2.0" ]
null
null
null
host.cpp
caosjr/qrmethod_opencl_intel_fpga
d06de98ba44801955c90e3a0d466c488ff0abd82
[ "Apache-2.0" ]
1
2022-02-28T06:13:00.000Z
2022-02-28T06:13:00.000Z
#include <stdio.h> #include <string> #include <stdlib.h> #include <math.h> #include <unistd.h> #include <sys/time.h> #include "CL/opencl.h" #include "AOCLUtils/aocl_utils.h" #define TAM 47 #define PROGRAM_NAME "qr_method_article_sqrt_single_v3.aocx" #define KERNEL_FUNC "qr_method" using namespace aocl_utils; /** * *...
76.070281
552
0.608294
[ "vector" ]
fd752eb164bd7c7283a4aec778ffbf87156b3f8c
12,841
cc
C++
src/communication/ipv6/addressing/IPv6Address.cc
openDSME/CometOS
1907325847f2efa746bd76854b65578201c383d8
[ "BSD-3-Clause" ]
3
2019-01-14T19:08:07.000Z
2021-01-19T11:57:16.000Z
src/communication/ipv6/addressing/IPv6Address.cc
openDSME/CometOS
1907325847f2efa746bd76854b65578201c383d8
[ "BSD-3-Clause" ]
1
2016-11-11T14:35:03.000Z
2016-11-11T14:35:03.000Z
src/communication/ipv6/addressing/IPv6Address.cc
openDSME/CometOS
1907325847f2efa746bd76854b65578201c383d8
[ "BSD-3-Clause" ]
2
2020-09-14T08:27:09.000Z
2020-10-19T14:41:48.000Z
/* * CometOS --- a component-based, extensible, tiny operating system * for wireless networks * * Copyright (c) 2015, Institute of Telematics, Hamburg University of Technology * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted pr...
27.854664
114
0.576902
[ "object" ]
fd75ced2c8fd0d5d2b537ffd6c06fe567483d602
6,000
cpp
C++
sdk/core/azure-core/src/http/url.cpp
chidozieononiwu/azure-sdk-for-cpp
7d9032fcc815523231d6ff3e1d96d6212e94b079
[ "MIT" ]
null
null
null
sdk/core/azure-core/src/http/url.cpp
chidozieononiwu/azure-sdk-for-cpp
7d9032fcc815523231d6ff3e1d96d6212e94b079
[ "MIT" ]
null
null
null
sdk/core/azure-core/src/http/url.cpp
chidozieononiwu/azure-sdk-for-cpp
7d9032fcc815523231d6ff3e1d96d6212e94b079
[ "MIT" ]
null
null
null
// Copyright (c) Microsoft Corporation. All rights reserved. // SPDX-License-Identifier: MIT #include "azure/core/url.hpp" #include "azure/core/internal/strings.hpp" #include <algorithm> #include <cctype> #include <iterator> #include <limits> #include <stdexcept> #include <vector> using namespace Azure::Core; Url::...
26.315789
100
0.563167
[ "vector", "transform" ]
fd80cbc8157ea22da837b424b026292aef64d7eb
1,953
cpp
C++
lib/src/EBTools/VoFIterator.cpp
rmrsk/Chombo-3.3
f2119e396460c1bb19638effd55eb71c2b35119e
[ "BSD-3-Clause-LBNL" ]
10
2018-02-01T20:57:36.000Z
2022-03-17T02:57:49.000Z
lib/src/EBTools/VoFIterator.cpp
rmrsk/Chombo-3.3
f2119e396460c1bb19638effd55eb71c2b35119e
[ "BSD-3-Clause-LBNL" ]
19
2018-10-04T21:37:18.000Z
2022-02-25T16:20:11.000Z
lib/src/EBTools/VoFIterator.cpp
rmrsk/Chombo-3.3
f2119e396460c1bb19638effd55eb71c2b35119e
[ "BSD-3-Clause-LBNL" ]
11
2019-01-12T23:33:32.000Z
2021-08-09T15:19:50.000Z
#ifdef CH_LANG_CC /* * _______ __ * / ___/ / ___ __ _ / / ___ * / /__/ _ \/ _ \/ V \/ _ \/ _ \ * \___/_//_/\___/_/_/_/_.__/\___/ * Please refer to Copyright.txt, in Chombo's root directory. */ #endif // ANAG, LBNL #include "VoFIterator.H" #include "EBGraph.H" #include "CH_Ti...
21
65
0.509985
[ "vector" ]
fd8201c98281fde26d0464603d958dc73b5a631c
10,182
hh
C++
reasoner/cturtle-1.0.6/src/Model.hh
nie-ine/microservice-reasoning-task
d340231b14d379e32d1ca49242011acaec872342
[ "MIT" ]
14
2016-03-14T19:19:28.000Z
2020-11-07T01:47:11.000Z
src/Model.hh
melgi/turtle
bcd3184fe7799f5113b6fe130b36a2fe2fa086c8
[ "Apache-2.0" ]
10
2016-02-01T12:37:20.000Z
2019-01-14T21:45:32.000Z
src/Model.hh
melgi/turtle
bcd3184fe7799f5113b6fe130b36a2fe2fa086c8
[ "Apache-2.0" ]
2
2016-09-07T12:00:09.000Z
2020-01-09T21:19:19.000Z
// // Copyright 2016 Giovanni Mels // // 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 t...
21.345912
156
0.660774
[ "vector" ]
fd85c350f34c79d7ac85cca3170c78aa62ed5770
1,572
cpp
C++
Codeforces/DIV 3 Advanced upsolve grind - 2 (1700 - 1700)/D.cpp
noobie7/Codes
4d8265f4b7042bd7e8c0e0402d417c7e160ae6d4
[ "MIT" ]
2
2021-09-14T15:57:24.000Z
2022-03-18T14:11:04.000Z
Codeforces/DIV 3 Advanced upsolve grind - 2 (1700 - 1700)/D.cpp
noobie7/Codes
4d8265f4b7042bd7e8c0e0402d417c7e160ae6d4
[ "MIT" ]
null
null
null
Codeforces/DIV 3 Advanced upsolve grind - 2 (1700 - 1700)/D.cpp
noobie7/Codes
4d8265f4b7042bd7e8c0e0402d417c7e160ae6d4
[ "MIT" ]
null
null
null
/* "An anomaly, I'm Muhammad Ali Cause I know one day I'm gonna be the" - Greatest, Eminem */ #pragma GCC optimize ("O3") #pragma GCC target ("sse4") #include<bits/stdc++.h> #include<ext/pb_ds/assoc_container.hpp> #include<ext/pb_ds/tree_policy.hpp> using namespace std; using namespace __gnu_pbds; typ...
29.111111
114
0.541985
[ "vector" ]
fd8605c6b2312559e494f42af07ab6bd34b2d4dc
2,125
hpp
C++
src/include/Renderer/OpenGL/CommandQueue.hpp
foxostro/PinkTopaz
cd8275a93ea34a56f640f915d4b6c769e82e9dc2
[ "MIT" ]
1
2017-10-30T22:49:06.000Z
2017-10-30T22:49:06.000Z
src/include/Renderer/OpenGL/CommandQueue.hpp
foxostro/PinkTopaz
cd8275a93ea34a56f640f915d4b6c769e82e9dc2
[ "MIT" ]
null
null
null
src/include/Renderer/OpenGL/CommandQueue.hpp
foxostro/PinkTopaz
cd8275a93ea34a56f640f915d4b6c769e82e9dc2
[ "MIT" ]
null
null
null
// // CommandQueue.hpp // PinkTopaz // // Created by Andrew Fox on 2/24/17. // // #ifndef CommandQueue_hpp #define CommandQueue_hpp #include "Renderer/OpenGL/OpenGLException.hpp" #include <vector> #include <mutex> #include <thread> #include <string> #include <functional> #include <spdlog/spdlog.h> // Exception ...
27.960526
86
0.697412
[ "render", "vector" ]
fd88f0d6b4be975072952b1cd340af2a8ae3e35e
134,277
cpp
C++
FreeBSD/contrib/llvm/tools/lldb/source/Interpreter/CommandInterpreter.cpp
TigerBSD/FreeBSD-Custom-ThinkPad
3d092f261b362f73170871403397fc5d6b89d1dc
[ "0BSD" ]
4
2016-08-22T22:02:55.000Z
2017-03-04T22:56:44.000Z
FreeBSD/contrib/llvm/tools/lldb/source/Interpreter/CommandInterpreter.cpp
TigerBSD/FreeBSD-Custom-ThinkPad
3d092f261b362f73170871403397fc5d6b89d1dc
[ "0BSD" ]
21
2016-08-11T09:43:43.000Z
2017-01-29T12:52:56.000Z
FreeBSD/contrib/llvm/tools/lldb/source/Interpreter/CommandInterpreter.cpp
TigerBSD/TigerBSD
3d092f261b362f73170871403397fc5d6b89d1dc
[ "0BSD" ]
null
null
null
//===-- CommandInterpreter.cpp ----------------------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
39.493235
256
0.542811
[ "object", "vector" ]
fd8973369a8a44592c43c76c602472e1e8225b0f
3,426
cpp
C++
Marlin-2.0.x/Marlin/src/HAL/SAMD51/eeprom_flash.cpp
tajchert/Ender-5-Marlin-
9a90eb58b8282ec28fb28922d4163ca8d0f7cccd
[ "MIT" ]
5
2020-05-17T21:16:41.000Z
2021-06-11T04:46:31.000Z
Marlin-2.0.x/Marlin/src/HAL/SAMD51/eeprom_flash.cpp
tajchert/Ender-5-Marlin-
9a90eb58b8282ec28fb28922d4163ca8d0f7cccd
[ "MIT" ]
1
2020-05-07T07:34:13.000Z
2020-09-12T09:09:44.000Z
Marlin/src/HAL/SAMD51/eeprom_flash.cpp
dwhitlockii/Marlin_corexy_SKR-Pro1.1_bltouch
1f8aa64218067a134250b8c1017826e8abf87296
[ "MIT" ]
null
null
null
/** * Marlin 3D Printer Firmware * * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * SAMD51 HAL developed by Giuliano Zaro (AKA GMagician) * * 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...
35.319588
116
0.585814
[ "3d" ]
fd8a81f95a59c6d8fadd034408264d90c852f651
24,264
cc
C++
src/kudu/fs/dir_manager.cc
rajesh-ibm-power/kudu
cb8f0138c345b5209899e95db8d5c63994d2c721
[ "Apache-2.0" ]
6
2020-05-12T02:18:48.000Z
2021-04-15T20:39:21.000Z
src/kudu/fs/dir_manager.cc
rajesh-ibm-power/kudu
cb8f0138c345b5209899e95db8d5c63994d2c721
[ "Apache-2.0" ]
16
2020-01-19T07:17:00.000Z
2020-06-10T09:43:55.000Z
src/kudu/fs/dir_manager.cc
rajesh-ibm-power/kudu
cb8f0138c345b5209899e95db8d5c63994d2c721
[ "Apache-2.0" ]
1
2020-03-13T09:59:08.000Z
2020-03-13T09:59:08.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...
34.91223
100
0.679443
[ "vector", "transform" ]
fd9388126c75fa396e582c55536e2c9e755da69e
677
cpp
C++
410.cpp
zfang399/LeetCode-Problems
4cb25718a3d1361569f5ee6fde7b4a9a4fde2186
[ "MIT" ]
8
2018-10-31T11:00:19.000Z
2020-07-31T05:25:06.000Z
410.cpp
zfang399/LeetCode-Problems
4cb25718a3d1361569f5ee6fde7b4a9a4fde2186
[ "MIT" ]
null
null
null
410.cpp
zfang399/LeetCode-Problems
4cb25718a3d1361569f5ee6fde7b4a9a4fde2186
[ "MIT" ]
2
2018-05-31T11:29:22.000Z
2019-09-11T06:34:40.000Z
class Solution { public: int splitArray(vector<int>& nums, int m) { int n = nums.size(); vector<vector<int>> dp(m, vector<int>(n, 0)); dp[0][0] = nums[0]; for(int i = 1; i < n; i++){ dp[0][i] = dp[0][i - 1] + nums[i]; } for(int i = 1; i < m; i++){ ...
27.08
72
0.354505
[ "vector" ]
fd942adaec209f2bbd15a1b1eb46c1c42293390e
29,372
cpp
C++
aws-cpp-sdk-codeguru-reviewer/source/CodeGuruReviewerClient.cpp
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2022-02-12T08:09:30.000Z
2022-02-12T08:09:30.000Z
aws-cpp-sdk-codeguru-reviewer/source/CodeGuruReviewerClient.cpp
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2021-10-14T16:57:00.000Z
2021-10-18T10:47:24.000Z
aws-cpp-sdk-codeguru-reviewer/source/CodeGuruReviewerClient.cpp
ravindra-wagh/aws-sdk-cpp
7d5ff01b3c3b872f31ca98fb4ce868cd01e97696
[ "Apache-2.0" ]
1
2021-11-09T11:58:03.000Z
2021-11-09T11:58:03.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/core/utils/Outcome.h> #include <aws/core/auth/AWSAuthSigner.h> #include <aws/core/client/CoreErrors.h> #include <aws/core/client/RetryStrategy.h> #include <aws/core/http/HttpClient.h> #i...
55.210526
271
0.803282
[ "model" ]
fd9614dfa0205a396e1429606434249976f4fb91
2,503
hpp
C++
generator/collector_interface.hpp
vmihaylenko/omim
00087f340e723fc611cbc82e0ae898b9053b620a
[ "Apache-2.0" ]
null
null
null
generator/collector_interface.hpp
vmihaylenko/omim
00087f340e723fc611cbc82e0ae898b9053b620a
[ "Apache-2.0" ]
1
2019-05-14T15:26:55.000Z
2019-05-16T11:00:33.000Z
generator/collector_interface.hpp
vmihaylenko/omim
00087f340e723fc611cbc82e0ae898b9053b620a
[ "Apache-2.0" ]
null
null
null
#pragma once #include "base/assert.hpp" #include <memory> #include <string> struct OsmElement; class RelationElement; namespace feature { class FeatureBuilder; } // namespace feature namespace base { class GeoObjectId; } // namespace base namespace feature { class MetalinesBuilder; } // namespace feature namesp...
30.156627
93
0.770276
[ "object" ]
fd978b86ea614060a04e4101b7669fee7f5d79e0
32,795
cpp
C++
src/cpu/x64/jit_avx2_1x1_convolution.cpp
NomotoKazuhiro/oneDNN
18795301d6776bc1431ec808cba7bdf83d191bf8
[ "Apache-2.0" ]
13
2020-05-29T07:39:23.000Z
2021-11-22T14:01:28.000Z
src/cpu/x64/jit_avx2_1x1_convolution.cpp
NomotoKazuhiro/oneDNN
18795301d6776bc1431ec808cba7bdf83d191bf8
[ "Apache-2.0" ]
8
2020-09-04T02:05:19.000Z
2021-12-24T02:18:37.000Z
src/cpu/x64/jit_avx2_1x1_convolution.cpp
NomotoKazuhiro/oneDNN
18795301d6776bc1431ec808cba7bdf83d191bf8
[ "Apache-2.0" ]
24
2020-08-07T04:21:48.000Z
2021-12-09T02:03:35.000Z
/******************************************************************************* * Copyright 2016-2020 Intel Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apa...
40.688586
80
0.541515
[ "vector" ]
fd97c8a92557adf5916802829c69276440dd3d85
885
hpp
C++
src/utility/DFStyleCreator.hpp
timorl/neurohex
597be23c6b9109550d96c0eb925b20b6d9f0bea6
[ "MIT" ]
1
2015-08-28T08:09:17.000Z
2015-08-28T08:09:17.000Z
src/utility/DFStyleCreator.hpp
timorl/neurohex
597be23c6b9109550d96c0eb925b20b6d9f0bea6
[ "MIT" ]
null
null
null
src/utility/DFStyleCreator.hpp
timorl/neurohex
597be23c6b9109550d96c0eb925b20b6d9f0bea6
[ "MIT" ]
null
null
null
#ifndef UTILITY_DFSTYLECREATOR_HPP #define UTILITY_DFSTYLECREATOR_HPP #include<vector> #include<string> #include<sstream> #include<utility> namespace utility { /** * @brief A creator of Dwarf Fortress style data. */ class DFStyleCreator { public: /** * @brief Construct a creator for the given stream. ...
20.113636
109
0.667797
[ "vector" ]
fd98e760a0bdd80a0f1600d825a279b827546f13
6,867
cpp
C++
cs6366-computer-graphics/program3/program3/GLCamera.cpp
gsteelman/utd
65bf3b81b7a089612f6c7546aa0bbdfbdcdb334e
[ "Apache-2.0" ]
3
2017-03-17T15:15:11.000Z
2020-10-01T16:05:17.000Z
cs6366-computer-graphics/program3/program3/GLCamera.cpp
gsteelman/utd
65bf3b81b7a089612f6c7546aa0bbdfbdcdb334e
[ "Apache-2.0" ]
null
null
null
cs6366-computer-graphics/program3/program3/GLCamera.cpp
gsteelman/utd
65bf3b81b7a089612f6c7546aa0bbdfbdcdb334e
[ "Apache-2.0" ]
7
2016-02-07T22:56:26.000Z
2021-02-26T02:50:28.000Z
#include "GLCamera.h" using namespace std; GLCamera::GLCamera() { init(); } GLvoid GLCamera::init() { FOVY = 60.0; FOVX = 60.0; ASPECT_RATIO = 1.0; NEAR_CLIPPING_PLANE = 1.0; FAR_CLIPPING_PLANE = 10e4; DEFAULT_TRANSLATE_STEP = 0.0; DEFAULT_ROTATE_ANGLE = 0.0; memset( m_translateDelta, 0, 3*size...
33.497561
144
0.591816
[ "model" ]
fd990159029b51b5783a31535120ceccab18d494
79,544
cpp
C++
src/slg/engines/pathoclbase/compiletextures.cpp
TeVexo/LuxCore
95d85566d9adc87fa4ea367cd7530f0a25e64d1d
[ "Apache-2.0" ]
null
null
null
src/slg/engines/pathoclbase/compiletextures.cpp
TeVexo/LuxCore
95d85566d9adc87fa4ea367cd7530f0a25e64d1d
[ "Apache-2.0" ]
null
null
null
src/slg/engines/pathoclbase/compiletextures.cpp
TeVexo/LuxCore
95d85566d9adc87fa4ea367cd7530f0a25e64d1d
[ "Apache-2.0" ]
null
null
null
/*************************************************************************** * Copyright 1998-2018 by authors (see AUTHORS.txt) * * * * This file is part of LuxCoreRender. * * ...
38.839844
162
0.655436
[ "vector", "3d" ]
fd9b01638ddba40eb7f3d4677202934dee1f7144
2,860
cpp
C++
tools/train/source/optimizer/SGD.cpp
stephehuang/MNN
e8d9ee89aca3e8247745fb89b338eca2ad9b583d
[ "Apache-2.0" ]
3
2020-09-26T03:40:17.000Z
2021-12-26T06:58:11.000Z
tools/train/source/optimizer/SGD.cpp
stephehuang/MNN
e8d9ee89aca3e8247745fb89b338eca2ad9b583d
[ "Apache-2.0" ]
2
2020-06-19T08:04:43.000Z
2020-10-23T03:34:44.000Z
tools/train/source/optimizer/SGD.cpp
stephehuang/MNN
e8d9ee89aca3e8247745fb89b338eca2ad9b583d
[ "Apache-2.0" ]
1
2021-06-06T06:54:53.000Z
2021-06-06T06:54:53.000Z
// // SGD.cpp // MNN // // Created by MNN on 2019/11/22. // Copyright © 2018, Alibaba Group Holding Limited // #include "SGD.hpp" #include "OpGrad.hpp" using namespace MNN::Express; namespace MNN { namespace Train { void SGD::setLearningRate(float rate) { mLearningRate = rate; } void SGD::setMomentum(float...
27.238095
86
0.661888
[ "vector" ]
fda3b609cb740a4233a39b23d78a0ccf72ba46e2
57,119
cpp
C++
ui/src/virtualconsole.cpp
pixeldoc2000/qlcplus
21b2921360c249f3f8aae707bb35b6db5e619b43
[ "Apache-2.0" ]
null
null
null
ui/src/virtualconsole.cpp
pixeldoc2000/qlcplus
21b2921360c249f3f8aae707bb35b6db5e619b43
[ "Apache-2.0" ]
null
null
null
ui/src/virtualconsole.cpp
pixeldoc2000/qlcplus
21b2921360c249f3f8aae707bb35b6db5e619b43
[ "Apache-2.0" ]
null
null
null
/* Q Light Controller virtualconsole.cpp Copyright (c) Heikki Junnila 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.txt Unless req...
31.644875
121
0.625309
[ "geometry", "object" ]
fda9cf39569e9827681dbfa4593235f7b800b3eb
193,775
cpp
C++
renderdoc/driver/vulkan/vk_common.cpp
zlin4/RenderDocImageDump
569d09ee5776cbfa8ed6b96004f3bde460214eb9
[ "MIT" ]
3
2018-04-13T20:02:31.000Z
2020-10-07T20:41:23.000Z
renderdoc/driver/vulkan/vk_common.cpp
zlin4/RenderDocImageDump
569d09ee5776cbfa8ed6b96004f3bde460214eb9
[ "MIT" ]
null
null
null
renderdoc/driver/vulkan/vk_common.cpp
zlin4/RenderDocImageDump
569d09ee5776cbfa8ed6b96004f3bde460214eb9
[ "MIT" ]
4
2019-11-01T23:13:49.000Z
2022-01-31T09:10:11.000Z
/****************************************************************************** * The MIT License (MIT) * * Copyright (c) 2015-2017 Baldur Karlsson * * 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...
37.618909
106
0.75953
[ "object" ]
fdaa4692f8e7ce4d3cddb690a80738c2117fe79a
2,413
cpp
C++
Uva/Uva_AC/10530 Guessing Game.cpp
Saikat-S/acm-problems-solutions
921c0f3e508e1ee8cd14be867587952d5f67bbb9
[ "MIT" ]
3
2018-05-11T07:33:20.000Z
2020-08-30T11:02:02.000Z
Uva/Uva_AC/10530 Guessing Game.cpp
Saikat-S/acm-problems-solutions
921c0f3e508e1ee8cd14be867587952d5f67bbb9
[ "MIT" ]
1
2018-05-11T18:10:26.000Z
2018-05-12T18:00:28.000Z
Uva/Uva_AC/10530 Guessing Game.cpp
Saikat-S/acm-problems-solutions
921c0f3e508e1ee8cd14be867587952d5f67bbb9
[ "MIT" ]
null
null
null
/*************************************************** * Problem name : 10530 Guessing Game.cpp * OJ : Uva * Verdict : AC * Date : 18.06.2017 * Problem Type : AdHoc * Author Name : Saikat Sharma * University : CSE, MBSTU ***************************************************/ #include<iostr...
25.135417
109
0.452549
[ "vector" ]
fdac96be3dd4244f3d428bd6eb088f2d49fb959a
4,535
cpp
C++
main/source/mod/AvHPistol.cpp
fmoraw/NS
6c3ae93ca7f929f24da4b8f2d14ea0602184cf08
[ "Unlicense" ]
27
2015-01-05T19:25:14.000Z
2022-03-20T00:34:34.000Z
main/source/mod/AvHPistol.cpp
fmoraw/NS
6c3ae93ca7f929f24da4b8f2d14ea0602184cf08
[ "Unlicense" ]
9
2015-01-14T06:51:46.000Z
2021-03-19T12:07:18.000Z
main/source/mod/AvHPistol.cpp
fmoraw/NS
6c3ae93ca7f929f24da4b8f2d14ea0602184cf08
[ "Unlicense" ]
5
2015-01-11T10:31:24.000Z
2021-01-06T01:32:58.000Z
//======== (C) Copyright 2002 Charles G. Cleveland All rights reserved. ========= // // The copyright to the contents herein is the property of Charles G. Cleveland. // The contents may be used and/or copied only with the written permission of // Charles G. Cleveland, or in accordance with the terms and conditions ...
23.25641
151
0.66527
[ "vector", "model" ]
fdaf9c7f84c6c0c83937ff44af37aa18307c42ae
2,843
hpp
C++
libs/ledger/include/ledger/dag/dag_interface.hpp
chr15murray/ledger
85be05221f19598de8c6c58652139a1f2d9e362f
[ "Apache-2.0" ]
96
2018-08-23T16:49:05.000Z
2021-11-25T00:47:16.000Z
libs/ledger/include/ledger/dag/dag_interface.hpp
chr15murray/ledger
85be05221f19598de8c6c58652139a1f2d9e362f
[ "Apache-2.0" ]
1,011
2018-08-17T12:25:21.000Z
2021-11-18T09:30:19.000Z
libs/ledger/include/ledger/dag/dag_interface.hpp
chr15murray/ledger
85be05221f19598de8c6c58652139a1f2d9e362f
[ "Apache-2.0" ]
65
2018-08-20T20:05:40.000Z
2022-02-26T23:54:35.000Z
#pragma once //------------------------------------------------------------------------------ // // Copyright 2018-2020 Fetch.AI Limited // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the Licen...
35.098765
82
0.592684
[ "vector" ]
fdb512873a62425779e211273f422ca31940e535
844
cpp
C++
src/island.cpp
mayankmusaddi/PlaneSimulation-OpenGL
cc863f0e80e9a85c0ffe033e7aa6a9f44edd11b6
[ "MIT" ]
null
null
null
src/island.cpp
mayankmusaddi/PlaneSimulation-OpenGL
cc863f0e80e9a85c0ffe033e7aa6a9f44edd11b6
[ "MIT" ]
null
null
null
src/island.cpp
mayankmusaddi/PlaneSimulation-OpenGL
cc863f0e80e9a85c0ffe033e7aa6a9f44edd11b6
[ "MIT" ]
null
null
null
#include "island.h" #include "main.h" #include "primitives.h" Island::Island(float x, float y,float z, float size) { this->position = glm::vec3(x, y, z); this->rotation = 90; this->size = size; int n=40; GLfloat island[100000]; makeCylinder(0,0,0, size , size*0.80f, 10.0f , n , island); th...
33.76
100
0.636256
[ "model" ]
fdb6bcc9102cb8ea23a2b09b69ce0883c22807b3
2,923
cpp
C++
sensing/pointcloud_preprocessor/src/pointcloud_accumulator/pointcloud_accumulator_nodelet.cpp
meliketanrikulu/autoware.universe
04f2b53ae1d7b41846478641ad6ff478c3d5a247
[ "Apache-2.0" ]
58
2021-11-30T09:03:46.000Z
2022-03-31T15:25:17.000Z
sensing/pointcloud_preprocessor/src/pointcloud_accumulator/pointcloud_accumulator_nodelet.cpp
meliketanrikulu/autoware.universe
04f2b53ae1d7b41846478641ad6ff478c3d5a247
[ "Apache-2.0" ]
425
2021-11-30T02:24:44.000Z
2022-03-31T10:26:37.000Z
sensing/pointcloud_preprocessor/src/pointcloud_accumulator/pointcloud_accumulator_nodelet.cpp
meliketanrikulu/autoware.universe
04f2b53ae1d7b41846478641ad6ff478c3d5a247
[ "Apache-2.0" ]
69
2021-11-30T02:09:18.000Z
2022-03-31T15:38:29.000Z
// Copyright 2020 Tier IV, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to i...
36.5375
99
0.762573
[ "vector" ]
fdb6ee6da6c140a88a003c5fc5a6c8a5286f0d28
445
cpp
C++
CODECHEF/REMISS.cpp
aqfaridi/Competitve-Programming-Codes
d055de2f42d3d6bc36e03e67804a1dd6b212241f
[ "MIT" ]
null
null
null
CODECHEF/REMISS.cpp
aqfaridi/Competitve-Programming-Codes
d055de2f42d3d6bc36e03e67804a1dd6b212241f
[ "MIT" ]
null
null
null
CODECHEF/REMISS.cpp
aqfaridi/Competitve-Programming-Codes
d055de2f42d3d6bc36e03e67804a1dd6b212241f
[ "MIT" ]
null
null
null
#include <iostream> #include <cstdio> #include <algorithm> #include <cstring> #include <sstream> #include <vector> #include <iomanip> #include <cmath> using namespace std; typedef long long LL; typedef pair<int,int> pii; #define MAX 100010 #define MOD 1000000007 int main() { ios::sync_with_stdio(false); ...
15.892857
39
0.611236
[ "vector" ]
fdbb41d1fe8da07aa3896247853a1e97407cce0e
3,315
cc
C++
NativePatcher_cef_binary_3.3163.1671.win32/BridgeBuilder/dev_snap/tests/cefclient/browser/osr_accessibility_node.cc
prepare/kn_patches
f6566c8f06c92d965a453d1f8de23d6d003cd71f
[ "MIT" ]
170
2019-12-11T18:22:27.000Z
2022-02-09T08:32:35.000Z
NativePatcher_cef_binary_3.3163.1671.win32/BridgeBuilder/dev_snap/tests/cefclient/browser/osr_accessibility_node.cc
prepare/kn_patches
f6566c8f06c92d965a453d1f8de23d6d003cd71f
[ "MIT" ]
113
2019-12-14T04:28:04.000Z
2021-09-26T18:40:27.000Z
NativePatcher_cef_binary_3.3163.1671.win32/BridgeBuilder/dev_snap/tests/cefclient/browser/osr_accessibility_node.cc
prepare/kn_patches
f6566c8f06c92d965a453d1f8de23d6d003cd71f
[ "MIT" ]
24
2020-01-03T07:49:21.000Z
2021-10-31T14:43:13.000Z
// Copyright 2017 The Chromium Embedded Framework Authors. Portions 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. // Base class implementation for CEF Acccessibility node. This is subclassed and // used ...
31.571429
80
0.682051
[ "object" ]
fdbbc557f42721c9e0d84828e6f0ff097cda1089
11,941
cc
C++
ARDriver.cc
jinchenglee/PTAMM
5c001bc502d17def2374e81a3f1f6c1b8e1711cc
[ "Zlib" ]
4
2021-01-19T18:41:04.000Z
2021-08-03T18:56:13.000Z
ARDriver.cc
jinchenglee/PTAMM
5c001bc502d17def2374e81a3f1f6c1b8e1711cc
[ "Zlib" ]
1
2020-05-27T10:27:39.000Z
2020-05-27T10:27:39.000Z
ARDriver.cc
jinchenglee/PTAMM
5c001bc502d17def2374e81a3f1f6c1b8e1711cc
[ "Zlib" ]
2
2020-11-17T12:43:55.000Z
2021-01-20T03:27:20.000Z
// Copyright 2009 Isis Innovation Limited #define GL_GLEXT_PROTOTYPES 1 #include "ARDriver.h" #include "Map.h" #include "Games.h" #include <cvd/image_io.h> namespace PTAMM { using namespace GVars3; using namespace CVD; using namespace std; static bool CheckFramebufferStatus(); /** * Constructor * @param cam Refe...
25.790497
142
0.682941
[ "render", "vector", "3d" ]
fdc02d960763df986c98e3a28665426fd7a38e32
24,400
hpp
C++
include/Row.hpp
AVAInformationSystems/voltdb-client-cpp
e93d30b326ee6d484ed1eb2a35ec3d3263f43d49
[ "MIT" ]
null
null
null
include/Row.hpp
AVAInformationSystems/voltdb-client-cpp
e93d30b326ee6d484ed1eb2a35ec3d3263f43d49
[ "MIT" ]
null
null
null
include/Row.hpp
AVAInformationSystems/voltdb-client-cpp
e93d30b326ee6d484ed1eb2a35ec3d3263f43d49
[ "MIT" ]
1
2020-10-06T11:40:05.000Z
2020-10-06T11:40:05.000Z
/* This file is part of VoltDB. * Copyright (C) 2008-2018 VoltDB Inc. * * 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...
38.485804
142
0.622992
[ "object", "vector" ]
fdc7c605b2e0cecfc52d4c859f959afd8a4447bc
1,396
cpp
C++
Torre_de_Hanoi_Novamente_.cpp
costadev00/ED2_UFU
2fea18870793c773be5cdc949fe36c59c8bea75d
[ "MIT" ]
1
2021-03-19T04:33:37.000Z
2021-03-19T04:33:37.000Z
Torre_de_Hanoi_Novamente_.cpp
costadev00/ED2_UFU
2fea18870793c773be5cdc949fe36c59c8bea75d
[ "MIT" ]
null
null
null
Torre_de_Hanoi_Novamente_.cpp
costadev00/ED2_UFU
2fea18870793c773be5cdc949fe36c59c8bea75d
[ "MIT" ]
null
null
null
#include <bits/stdc++.h> #define fastio \ ios_base::sync_with_stdio(false); \ cin.tie(NULL) using namespace std; typedef long long ll; typedef long double ld; #define endl "\n" #define MOD 1000000007 #define vi vector<int> #define pb push_back #define read(st) getline(cin, st) #define ...
17.234568
48
0.457736
[ "vector" ]
fdc9bd40386af75ed2c223824882f42912de4466
4,307
hpp
C++
cradle/src/alia/ui/system.hpp
dotdecimal/open-cradle
f8b06f8d40b0f17ac8d2bf845a32fcd57bf5ce1d
[ "MIT" ]
null
null
null
cradle/src/alia/ui/system.hpp
dotdecimal/open-cradle
f8b06f8d40b0f17ac8d2bf845a32fcd57bf5ce1d
[ "MIT" ]
null
null
null
cradle/src/alia/ui/system.hpp
dotdecimal/open-cradle
f8b06f8d40b0f17ac8d2bf845a32fcd57bf5ce1d
[ "MIT" ]
4
2018-09-28T17:12:54.000Z
2022-03-20T14:22:29.000Z
#ifndef ALIA_UI_SYSTEM_HPP #define ALIA_UI_SYSTEM_HPP #include <alia/ui/internals.hpp> // This files defines the top-level interface to the UI system. // It's used by backends. namespace alia { // Initialize the UI system. void initialize_ui( ui_system& ui, alia__shared_ptr<ui_controller> const& controller,...
36.193277
78
0.769909
[ "render", "vector" ]
fdcd984c263798e3cf881e3960227abbf02acef8
33,142
cpp
C++
SbgatCore/source/SBGATMassPropertiesUQ.cpp
bbercovici/SBGAT
93e935baff49eb742470d7d593931f0573f0c062
[ "MIT" ]
6
2017-11-29T02:47:00.000Z
2021-09-26T05:25:44.000Z
SbgatCore/source/SBGATMassPropertiesUQ.cpp
bbercovici/SBGAT
93e935baff49eb742470d7d593931f0573f0c062
[ "MIT" ]
34
2017-02-09T15:38:35.000Z
2019-04-25T20:53:37.000Z
SbgatCore/source/SBGATMassPropertiesUQ.cpp
bbercovici/SBGAT
93e935baff49eb742470d7d593931f0573f0c062
[ "MIT" ]
1
2019-03-12T12:20:25.000Z
2019-03-12T12:20:25.000Z
#include <SBGATMassPropertiesUQ.hpp> #include <RigidBodyKinematics.hpp> #include <vtkCleanPolyData.h> #include <vtkOBJReader.h> #include <SBGATPolyhedronGravityModel.hpp> #include <SBGATObjWriter.hpp> #pragma omp declare reduction( + : arma::mat : omp_out += omp_in ) \ initializer( omp_priv = arma::zeros<arma::mat>(om...
28.350727
155
0.687707
[ "model" ]
fdd24c649ac77c9436a46d6268dce244e4818413
866
cpp
C++
src/structured_grid/mpc_pk/PMBld.cpp
fmyuan/amanzi
edb7b815ae6c22956c8519acb9d87b92a9915ed4
[ "RSA-MD" ]
37
2017-04-26T16:27:07.000Z
2022-03-01T07:38:57.000Z
src/structured_grid/mpc_pk/PMBld.cpp
fmyuan/amanzi
edb7b815ae6c22956c8519acb9d87b92a9915ed4
[ "RSA-MD" ]
494
2016-09-14T02:31:13.000Z
2022-03-13T18:57:05.000Z
src/structured_grid/mpc_pk/PMBld.cpp
fmyuan/amanzi
edb7b815ae6c22956c8519acb9d87b92a9915ed4
[ "RSA-MD" ]
43
2016-09-26T17:58:40.000Z
2022-03-25T02:29:59.000Z
#include <winstd.H> #include <PorousMedia.H> // -------------------------------------------------------------------- // ----- PMBld class instantiation // -------------------------------------------------------------------- PMBld nsbld; LevelBld* getLevelBld() { return &nsbld; } // -------------------------...
19.244444
71
0.438799
[ "geometry" ]
fdd88bdf8a476f187d6d76c5e234bfe2a6fafb5b
4,173
cpp
C++
physx/source/simulationcontroller/src/ScRigidCore.cpp
rextimmy/PhysX
b39f46cb024615ebb23546e24515d2075f8ff034
[ "BSD-3-Clause" ]
5
2021-05-22T15:05:45.000Z
2022-01-17T02:15:16.000Z
physx/source/simulationcontroller/src/ScRigidCore.cpp
rextimmy/PhysX
b39f46cb024615ebb23546e24515d2075f8ff034
[ "BSD-3-Clause" ]
null
null
null
physx/source/simulationcontroller/src/ScRigidCore.cpp
rextimmy/PhysX
b39f46cb024615ebb23546e24515d2075f8ff034
[ "BSD-3-Clause" ]
3
2020-02-03T09:01:27.000Z
2022-03-02T04:10:47.000Z
// // 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 conditions and the following disclaimer. // * Redistributions in bin...
35.974138
135
0.767074
[ "shape" ]
fdda213bd603b449f9019de99056def53c2060aa
9,446
cpp
C++
src/Tread/TexListBox.cpp
hogsy/xtread
9d4eaf2778b8b687256788c7617b19542986bf32
[ "MIT" ]
1
2019-07-20T12:10:20.000Z
2019-07-20T12:10:20.000Z
src/Tread/TexListBox.cpp
hogsy/xtread
9d4eaf2778b8b687256788c7617b19542986bf32
[ "MIT" ]
null
null
null
src/Tread/TexListBox.cpp
hogsy/xtread
9d4eaf2778b8b687256788c7617b19542986bf32
[ "MIT" ]
null
null
null
// TexListBox.cpp : implementation file // #include "stdafx.h" #include "tread3d.h" #include "TexListBox.h" #include "texapi.h" #include "Tread3DDoc.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif #define CLIST_BORDER_SIZE 3 #define CLIST_CAPTION_SIZE 14 #define C...
21.131991
84
0.654986
[ "object" ]
fddaa1b946461d5c312a1132231c5edad5bf238b
4,453
hh
C++
src/agents/pacman/rl/rl_pacman_agent.hh
albertsgrc/q-mspacman
8a697c3d16ac0b38d170bbcabfadef414befdee1
[ "MIT" ]
3
2019-01-07T10:15:21.000Z
2019-03-25T15:36:39.000Z
src/agents/pacman/rl/rl_pacman_agent.hh
albertsgrc/q-mspacman
8a697c3d16ac0b38d170bbcabfadef414befdee1
[ "MIT" ]
null
null
null
src/agents/pacman/rl/rl_pacman_agent.hh
albertsgrc/q-mspacman
8a697c3d16ac0b38d170bbcabfadef414befdee1
[ "MIT" ]
1
2019-05-26T07:48:21.000Z
2019-05-26T07:48:21.000Z
// // Created by Albert Segarra Roca on 18/12/16. // #ifndef RL_PACMAN_AGENT_HH #define RL_PACMAN_AGENT_HH #include <limits> #include <cassert> #include "../../agent.hh" #include "neural_network.hh" #include "../../../arguments.hh" #include "../../../pathfinding/bfs.hh" #include "rl_pacman_agent_inputs.hh" class RL...
35.062992
178
0.606108
[ "vector" ]
fddee33adfd2847b1f7c8cbb4c70068944937a45
164,119
cpp
C++
Side Scrolling Platformer/Test/Il2CppOutputProject/Source/il2cppOutput/Il2CppCompilerCalculateTypeValues_30Table.cpp
sarahCarroll/MobileAppDev3
1da94bc8b552baa781286638f156aabac143b3bd
[ "Apache-2.0" ]
1
2018-12-18T17:07:37.000Z
2018-12-18T17:07:37.000Z
Side Scrolling Platformer/Test/Il2CppOutputProject/Source/il2cppOutput/Il2CppCompilerCalculateTypeValues_30Table.cpp
sarahCarroll/MobileAppDev3
1da94bc8b552baa781286638f156aabac143b3bd
[ "Apache-2.0" ]
null
null
null
Side Scrolling Platformer/Test/Il2CppOutputProject/Source/il2cppOutput/Il2CppCompilerCalculateTypeValues_30Table.cpp
sarahCarroll/MobileAppDev3
1da94bc8b552baa781286638f156aabac143b3bd
[ "Apache-2.0" ]
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...
38.300817
234
0.832548
[ "object" ]
fde08f4c01f615d03dcb85ca8fc402628ee57e35
10,951
hpp
C++
inference-engine/include/ie_locked_memory.hpp
giulio1979/dldt
e7061922066ccefc54c8dae6e3215308ce9559e1
[ "Apache-2.0" ]
1
2021-07-30T17:03:50.000Z
2021-07-30T17:03:50.000Z
inference-engine/include/ie_locked_memory.hpp
Dipet/dldt
b2140c083a068a63591e8c2e9b5f6b240790519d
[ "Apache-2.0" ]
null
null
null
inference-engine/include/ie_locked_memory.hpp
Dipet/dldt
b2140c083a068a63591e8c2e9b5f6b240790519d
[ "Apache-2.0" ]
null
null
null
// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // /** * @brief A header file for generic LockedMemory<> and different variations of locks * * @file ie_locked_memory.hpp */ #pragma once #include <iostream> #include <utility> #include "ie_allocator.hpp" namespace InferenceEngi...
27.65404
112
0.622592
[ "object" ]
fde4d4790c92efde970ee8d43407dc0b63b4707d
86,582
cxx
C++
src/tools.cxx
naver/tamgu
9532edc82aa90f7610dbd98dc379e0631de4b252
[ "BSD-3-Clause-Clear", "BSD-3-Clause" ]
192
2019-07-10T15:47:11.000Z
2022-03-10T09:26:31.000Z
src/tools.cxx
naver/tamgu
9532edc82aa90f7610dbd98dc379e0631de4b252
[ "BSD-3-Clause-Clear", "BSD-3-Clause" ]
5
2019-10-01T13:17:28.000Z
2021-01-05T15:31:39.000Z
src/tools.cxx
naver/tamgu
9532edc82aa90f7610dbd98dc379e0631de4b252
[ "BSD-3-Clause-Clear", "BSD-3-Clause" ]
14
2019-09-23T03:39:59.000Z
2021-09-02T12:20:14.000Z
/* * Tamgu (탐구) * * Copyright 2019-present NAVER Corp. * under BSD 3-clause */ /* --- CONTENTS --- Project : Tamgu (탐구) Version : See tamgu.cxx for the version number filename : tools.cxx Date : 2017/09/01 Purpose : Programmer : Claude ROUX (claude.roux@naverlabs.com) Reviewer : */ #i...
25.578139
164
0.472777
[ "vector", "transform" ]
fde86b6e0b4068db8fcb028a4b1da5cf95c1e2d5
3,164
cpp
C++
quantiphyse_deeds/src/TMI2013/applyWarp.cpp
physimals/quantiphyse-deeds
d4466fabf861d09a65ce155a528087ba28580b67
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
quantiphyse_deeds/src/TMI2013/applyWarp.cpp
physimals/quantiphyse-deeds
d4466fabf861d09a65ce155a528087ba28580b67
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
quantiphyse_deeds/src/TMI2013/applyWarp.cpp
physimals/quantiphyse-deeds
d4466fabf861d09a65ce155a528087ba28580b67
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
/* Helper-function for deeds if you need to upsample the deformation fields into high-res To compile simple run the following in your Terminal: g++ applyWarp.cpp -arch x86_64 -O3 -o applyWarp ./applyWarp output_vol second_vol.nii in order to upsample the fields and apply this deformation to second_vol.nii thi...
21.972222
97
0.676675
[ "vector" ]
fde96e2b6e0d0a44df3b70971b5636cd353adc24
31,043
hpp
C++
core/x-lib.hpp
AftabHussain/x-stream
01fb3ff0703d18c23047d3c80f68b26f14b2b4fa
[ "Apache-2.0" ]
75
2015-11-06T02:01:16.000Z
2021-02-04T01:51:00.000Z
core/x-lib.hpp
AftabHussain/x-stream
01fb3ff0703d18c23047d3c80f68b26f14b2b4fa
[ "Apache-2.0" ]
7
2016-07-13T13:05:43.000Z
2019-09-23T17:45:05.000Z
core/x-lib.hpp
AftabHussain/x-stream
01fb3ff0703d18c23047d3c80f68b26f14b2b4fa
[ "Apache-2.0" ]
46
2015-08-31T09:41:13.000Z
2020-05-27T07:29:43.000Z
/* * X-Stream * * Copyright 2013 Operating Systems Laboratory EPFL * * 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 requi...
40.420573
121
0.532487
[ "object" ]
fdecf634ac272bbba0fbd6f59fe9f8563f57508d
7,753
cc
C++
components/data_reduction_proxy/content/browser/content_lofi_decider.cc
google-ar/chromium
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
777
2017-08-29T15:15:32.000Z
2022-03-21T05:29:41.000Z
components/data_reduction_proxy/content/browser/content_lofi_decider.cc
harrymarkovskiy/WebARonARCore
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
66
2017-08-30T18:31:18.000Z
2021-08-02T10:59:35.000Z
components/data_reduction_proxy/content/browser/content_lofi_decider.cc
harrymarkovskiy/WebARonARCore
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
123
2017-08-30T01:19:34.000Z
2022-03-17T22:55:31.000Z
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/data_reduction_proxy/content/browser/content_lofi_decider.h" #include <string> #include "base/strings/string_split.h" #include "bas...
38.572139
85
0.743454
[ "vector", "transform" ]
fdfd59dec35b948a5967c2d0e95cbb010288af11
9,945
cpp
C++
src/core/datastructures/volume/volume.cpp
Dapid/inviwo
29c33706ca35cf41c5f6e617c99b0691f0f68ede
[ "BSD-2-Clause" ]
null
null
null
src/core/datastructures/volume/volume.cpp
Dapid/inviwo
29c33706ca35cf41c5f6e617c99b0691f0f68ede
[ "BSD-2-Clause" ]
null
null
null
src/core/datastructures/volume/volume.cpp
Dapid/inviwo
29c33706ca35cf41c5f6e617c99b0691f0f68ede
[ "BSD-2-Clause" ]
null
null
null
/********************************************************************************* * * Inviwo - Interactive Visualization Workshop * * Copyright (c) 2012-2021 Inviwo Foundation * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided th...
38.25
100
0.666063
[ "vector" ]
a90266cdf0a2118d6024867a633d7a4caa54fedb
4,890
cpp
C++
Tools/EditorFramework/Actions/Implementation/AssetActions.cpp
eltld/ezEngine
3230235249dd2769f166872b753efd6bd8347c98
[ "CC-BY-3.0" ]
null
null
null
Tools/EditorFramework/Actions/Implementation/AssetActions.cpp
eltld/ezEngine
3230235249dd2769f166872b753efd6bd8347c98
[ "CC-BY-3.0" ]
null
null
null
Tools/EditorFramework/Actions/Implementation/AssetActions.cpp
eltld/ezEngine
3230235249dd2769f166872b753efd6bd8347c98
[ "CC-BY-3.0" ]
1
2020-03-08T04:55:16.000Z
2020-03-08T04:55:16.000Z
#include <PCH.h> #include <EditorFramework/Actions/AssetActions.h> #include <EditorFramework/Assets/AssetDocument.h> #include <EditorFramework/Assets/AssetCurator.h> #include <GuiFoundation/Action/ActionMapManager.h> #include <GuiFoundation/Action/ActionManager.h> ezActionDescriptorHandle ezAssetActions::s_hAssetCateg...
35.955882
192
0.74908
[ "transform" ]
a902db5f4940a1911d318dc2527f503f7b0cc77c
16,519
cpp
C++
src/CardinalityEstimators.cpp
a-kr/vertica_approx_distinct
f061a5e4c41c85ef4a0b786748c811159be8c31c
[ "MIT" ]
1
2015-02-22T17:27:59.000Z
2015-02-22T17:27:59.000Z
src/CardinalityEstimators.cpp
Babazka/vertica_approx_distinct
f061a5e4c41c85ef4a0b786748c811159be8c31c
[ "MIT" ]
null
null
null
src/CardinalityEstimators.cpp
Babazka/vertica_approx_distinct
f061a5e4c41c85ef4a0b786748c811159be8c31c
[ "MIT" ]
1
2017-11-13T08:12:30.000Z
2017-11-13T08:12:30.000Z
#include <vector> #include <algorithm> #include <stdexcept> #include <queue> #include <cmath> #include <cstdlib> #include <cstring> #include <cstdio> #include <stdint.h> #include "MurmurHash3.h" #include "CardinalityEstimators.h" /******** Utilities *******/ #define UINT64_MAX (18446744073709551615ULL) #define like...
29.289007
124
0.599007
[ "vector" ]
a9049088d4ebd7453e69832d542ba0cb635c68f1
11,956
cc
C++
src/Net.cc
markh15/zeek
b41cb78f8d6e205d49e175aef2d2279918809cf7
[ "Apache-2.0" ]
null
null
null
src/Net.cc
markh15/zeek
b41cb78f8d6e205d49e175aef2d2279918809cf7
[ "Apache-2.0" ]
null
null
null
src/Net.cc
markh15/zeek
b41cb78f8d6e205d49e175aef2d2279918809cf7
[ "Apache-2.0" ]
null
null
null
// See the file "COPYING" in the main distribution directory for copyright. #include "zeek-config.h" #include "Net.h" #include <sys/types.h> #ifdef TIME_WITH_SYS_TIME # include <sys/time.h> # include <time.h> #else # ifdef HAVE_SYS_TIME_H # include <sys/time.h> # else # include <time.h> # endif #endif #include <er...
27.422018
118
0.684175
[ "vector" ]
a90d9a512a6f48be0c362cec66c96916e94736ec
7,891
cpp
C++
iree/compiler/Dialect/Flow/Utils/DispatchUtils.cpp
xinan-jiang/iree
334aa4a5ac033399255fbd836d4fbe807c741230
[ "Apache-2.0" ]
2
2021-10-03T15:58:09.000Z
2021-11-17T10:34:35.000Z
iree/compiler/Dialect/Flow/Utils/DispatchUtils.cpp
3alireza32109/iree
fd32e47b1695f105d20c06b8b20a29ef65c5e54c
[ "Apache-2.0" ]
null
null
null
iree/compiler/Dialect/Flow/Utils/DispatchUtils.cpp
3alireza32109/iree
fd32e47b1695f105d20c06b8b20a29ef65c5e54c
[ "Apache-2.0" ]
null
null
null
// Copyright 2019 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
37.755981
80
0.701179
[ "shape" ]
a90df3de027914ccd9ecec95c0cbf93d1099692c
12,365
hpp
C++
include/lyra/arguments.hpp
vslutov/Lyra
c6fdb1fcad2d97008b2d60a6fd47a39f473926c2
[ "BSL-1.0" ]
null
null
null
include/lyra/arguments.hpp
vslutov/Lyra
c6fdb1fcad2d97008b2d60a6fd47a39f473926c2
[ "BSL-1.0" ]
null
null
null
include/lyra/arguments.hpp
vslutov/Lyra
c6fdb1fcad2d97008b2d60a6fd47a39f473926c2
[ "BSL-1.0" ]
null
null
null
// Copyright 2018-2020 René Ferdinand Rivera Morell // Copyright 2017 Two Blue Cubes Ltd. All rights reserved. // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #ifndef LYRA_ARGUMENTS_HPP #define LYRA_ARGUMENTS_HPP #...
25.390144
88
0.686292
[ "vector" ]
a911436eeb213a08006e7156e53b5542ecf40c82
1,657
cpp
C++
HackerRank/HackerRank - subset/Accepted.cpp
kzvd4729/Problem-Solving
13b105e725a4c2f8db7fecc5d7a8f932b9fef4ab
[ "MIT" ]
1
2022-02-11T16:55:36.000Z
2022-02-11T16:55:36.000Z
HackerRank/HackerRank - subset/Accepted.cpp
kzvd4729/Problem-Solving
13b105e725a4c2f8db7fecc5d7a8f932b9fef4ab
[ "MIT" ]
null
null
null
HackerRank/HackerRank - subset/Accepted.cpp
kzvd4729/Problem-Solving
13b105e725a4c2f8db7fecc5d7a8f932b9fef4ab
[ "MIT" ]
null
null
null
/**************************************************************************************** * @author: kzvd4729 created: 2020-07-22 20:41:01 * solution_verdict: Accepted language: C++ * run...
26.301587
111
0.441762
[ "vector" ]
a913284365f59361b04a6bedcea86c5594d50272
8,522
cc
C++
third_party/blink/renderer/controller/performance_manager/v8_worker_memory_reporter.cc
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
third_party/blink/renderer/controller/performance_manager/v8_worker_memory_reporter.cc
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
third_party/blink/renderer/controller/performance_manager/v8_worker_memory_reporter.cc
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2021-01-05T23:43:46.000Z
2021-01-07T23:36:34.000Z
// Copyright 2020 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/renderer/controller/performance_manager/v8_worker_memory_reporter.h" #include <memory> #include <utility> #include "base/che...
36.732759
96
0.749824
[ "vector" ]
a91b48d6ecc6a1aeed67f38fc94ff29b42081664
7,843
cpp
C++
cnr_velocity_to_torque_controller/src/cnr_velocity_to_torque_controller/cnr_velocity_to_torque_controller.cpp
CNR-STIIMA-IRAS/cnr_ros_controllers
c4bbfa4c2968da49b7b1f17ee91cae23af62e793
[ "BSD-3-Clause" ]
1
2021-04-22T19:53:59.000Z
2021-04-22T19:53:59.000Z
cnr_velocity_to_torque_controller/src/cnr_velocity_to_torque_controller/cnr_velocity_to_torque_controller.cpp
CNR-STIIMA-IRAS/cnr_ros_controllers
c4bbfa4c2968da49b7b1f17ee91cae23af62e793
[ "BSD-3-Clause" ]
1
2022-02-04T16:46:33.000Z
2022-02-04T16:46:33.000Z
cnr_velocity_to_torque_controller/src/cnr_velocity_to_torque_controller/cnr_velocity_to_torque_controller.cpp
CNR-STIIMA-IRAS/cnr_ros_controllers
c4bbfa4c2968da49b7b1f17ee91cae23af62e793
[ "BSD-3-Clause" ]
null
null
null
#include <rosparam_utilities/rosparam_utilities.h> #include <state_space_ros/ros_params.h> #include <cnr_velocity_to_torque_controller/cnr_velocity_to_torque_controller.h> #include <pluginlib/class_list_macros.h> PLUGINLIB_EXPORT_CLASS(cnr::control::VelocityToTorqueController , controller_interface::ControllerBase) ...
32.27572
125
0.689022
[ "vector" ]
a92256abe65019d0c448eed5c18b1eb8b6649f93
9,066
hpp
C++
include/mamba/core/util.hpp
s-pike/mamba
a7756e6f1c587bad5dc88b29b9b7855a938bae03
[ "BSD-3-Clause" ]
null
null
null
include/mamba/core/util.hpp
s-pike/mamba
a7756e6f1c587bad5dc88b29b9b7855a938bae03
[ "BSD-3-Clause" ]
null
null
null
include/mamba/core/util.hpp
s-pike/mamba
a7756e6f1c587bad5dc88b29b9b7855a938bae03
[ "BSD-3-Clause" ]
null
null
null
// Copyright (c) 2019, QuantStack and Mamba Contributors // // Distributed under the terms of the BSD 3-Clause License. // // The full license is in the file LICENSE, distributed with this software. #ifndef MAMBA_CORE_UTIL_HPP #define MAMBA_CORE_UTIL_HPP #include <array> #include <iomanip> #include <limits> #include ...
30.628378
98
0.588904
[ "object", "vector" ]
a925e6a7723b1a0e4e64ec4883e04bf3f490a03b
4,035
cpp
C++
Core/Code/Testing/mitkPointSetFileIOTest.cpp
danielknorr/MITK
b1b9780b2a6671d8118313c5ef71e9aa128362be
[ "BSD-3-Clause" ]
5
2015-05-27T06:57:53.000Z
2020-03-12T21:08:23.000Z
Core/Code/Testing/mitkPointSetFileIOTest.cpp
danielknorr/MITK
b1b9780b2a6671d8118313c5ef71e9aa128362be
[ "BSD-3-Clause" ]
4
2020-09-17T16:01:55.000Z
2022-01-18T21:12:10.000Z
Core/Code/Testing/mitkPointSetFileIOTest.cpp
danielknorr/MITK
b1b9780b2a6671d8118313c5ef71e9aa128362be
[ "BSD-3-Clause" ]
2
2016-08-17T12:01:04.000Z
2020-03-12T22:36:36.000Z
/*=================================================================== The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty o...
25.700637
122
0.628748
[ "vector" ]
a92aa02e511b798582eefc05d4586c835b4a56eb
833
cpp
C++
practica_03/two_values.cpp
ImaMos01/ProgCom2021A
ae1cf91be54fe2f565a5b496575855100e8c5bf3
[ "BSD-3-Clause" ]
null
null
null
practica_03/two_values.cpp
ImaMos01/ProgCom2021A
ae1cf91be54fe2f565a5b496575855100e8c5bf3
[ "BSD-3-Clause" ]
null
null
null
practica_03/two_values.cpp
ImaMos01/ProgCom2021A
ae1cf91be54fe2f565a5b496575855100e8c5bf3
[ "BSD-3-Clause" ]
null
null
null
#include <bits/stdc++.h> using namespace std; void TwoValues(vector<pair<int,int>>& nums,int k){ int i = 0, j = n - 1; while (i < j) { // movemos los punteros de izquierda y derecha if(nums[i].first + nums[j].first > k) j--; else if (nums[i].first + nums[j].first < k) i++; else if (num...
23.138889
67
0.536615
[ "vector" ]
a92fca16fb5a1c49b6ab3d5af65bd29185a018c3
708
cpp
C++
JZ45.cpp
corn1ng/LeetCode-Solution
e7b6f77dd407c9a5cc8be43dc9b0e5d9bc185b95
[ "Apache-2.0" ]
6
2017-11-18T02:16:35.000Z
2017-12-17T06:30:40.000Z
JZ45.cpp
corn1ng/LeetCode-Solution
e7b6f77dd407c9a5cc8be43dc9b0e5d9bc185b95
[ "Apache-2.0" ]
null
null
null
JZ45.cpp
corn1ng/LeetCode-Solution
e7b6f77dd407c9a5cc8be43dc9b0e5d9bc185b95
[ "Apache-2.0" ]
null
null
null
class Solution { public: static bool compare(string& a,string& b) { string st1 =a+b; string st2 =b+a; return st1<st2; } string PrintMinNumber(vector<int> numbers) { string result; int size =numbers.size(); if(size<=0) return result; v...
24.413793
48
0.522599
[ "vector" ]
a933c5658dab7c1070bac587798ff33bc4ef0db7
28,778
cpp
C++
IGC/AdaptorCommon/ImplicitArgs.cpp
bader/intel-graphics-compiler
04f51dc2f3d5047f334da5cb5eebe568480622f5
[ "MIT" ]
null
null
null
IGC/AdaptorCommon/ImplicitArgs.cpp
bader/intel-graphics-compiler
04f51dc2f3d5047f334da5cb5eebe568480622f5
[ "MIT" ]
null
null
null
IGC/AdaptorCommon/ImplicitArgs.cpp
bader/intel-graphics-compiler
04f51dc2f3d5047f334da5cb5eebe568480622f5
[ "MIT" ]
null
null
null
/*========================== begin_copyright_notice ============================ Copyright (c) 2000-2021 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, inc...
44.686335
225
0.712489
[ "vector" ]
a937b6dbf16265d76730befb8d52f0a9fd560669
1,227
cpp
C++
online_judges/cf/contest/1521/b/b.cpp
miaortizma/competitive-programming
ea5adfc07e49935acfc0697eeb0a12c7dc6cd8cc
[ "MIT" ]
2
2018-02-20T14:44:57.000Z
2018-02-20T14:45:03.000Z
online_judges/cf/contest/1521/b/b.cpp
miaortizma/competitive-programming
ea5adfc07e49935acfc0697eeb0a12c7dc6cd8cc
[ "MIT" ]
null
null
null
online_judges/cf/contest/1521/b/b.cpp
miaortizma/competitive-programming
ea5adfc07e49935acfc0697eeb0a12c7dc6cd8cc
[ "MIT" ]
null
null
null
/* Generated by powerful Codeforces Tool * You can download the binary file in here https://github.com/xalanq/cf-tool (Windows, macOS, Linux) * Author: mia_ortizma * Time: 2021-05-07 09:35:02 **/ #include <bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<int, int> pii; typedef tuple<int, int,...
18.044118
101
0.472698
[ "vector" ]
a93e785e7acd918291a6ca17b741b6d2a01d4634
30,756
cpp
C++
src/parallel/InteriorBoundary.cpp
spraetor/amdis2
53c45c81a65752a8fafbb54f9ae6724a86639dcd
[ "MIT" ]
2
2018-07-04T16:44:04.000Z
2021-01-03T07:26:27.000Z
src/parallel/InteriorBoundary.cpp
spraetor/amdis2
53c45c81a65752a8fafbb54f9ae6724a86639dcd
[ "MIT" ]
null
null
null
src/parallel/InteriorBoundary.cpp
spraetor/amdis2
53c45c81a65752a8fafbb54f9ae6724a86639dcd
[ "MIT" ]
null
null
null
/****************************************************************************** * * AMDiS - Adaptive multidimensional simulations * * Copyright (C) 2013 Dresden University of Technology. All Rights Reserved. * Web: https://fusionforge.zih.tu-dresden.de/projects/amdis * * Authors: * Simon Vey, Thomas Witkowski, ...
33.539804
115
0.554266
[ "mesh", "object", "vector" ]
a9401d390c0ad90a10abd6e52045d92fe8cf7d0c
2,162
cpp
C++
CM2005 Object Oriented Programming/Topic 4/4.3.3/CSVReader.cpp
LevDoesCode/UoL
312b2d1096af4925c94b81d656e5d326dbad939e
[ "MIT" ]
null
null
null
CM2005 Object Oriented Programming/Topic 4/4.3.3/CSVReader.cpp
LevDoesCode/UoL
312b2d1096af4925c94b81d656e5d326dbad939e
[ "MIT" ]
null
null
null
CM2005 Object Oriented Programming/Topic 4/4.3.3/CSVReader.cpp
LevDoesCode/UoL
312b2d1096af4925c94b81d656e5d326dbad939e
[ "MIT" ]
null
null
null
#include "CSVReader.h" #include <iostream> #include <fstream> CSVReader::CSVReader() { } std::vector<OrderBookEntry> CSVReader::readCSV(std::string csvFilename) { std::vector<OrderBookEntry> entries; unsigned int errors = 0; std::ifstream csvFile{csvFilename}; std::string line; std::cout << "Load...
25.139535
86
0.530527
[ "vector" ]
a94070f9e8e6df0f58f8df2028a70300c5121db1
388,862
cpp
C++
prebuilt/windows.ui.notifications/_nodert_generated.cpp
MarkTiedemann/win10-toast
1502d7d72dfd1e30f2a0c3fb4e95a0ab7ddb817f
[ "WTFPL" ]
2
2018-05-18T11:08:25.000Z
2019-03-11T14:00:22.000Z
prebuilt/windows.ui.notifications/_nodert_generated.cpp
MarkTiedemann/win10-toast
1502d7d72dfd1e30f2a0c3fb4e95a0ab7ddb817f
[ "WTFPL" ]
null
null
null
prebuilt/windows.ui.notifications/_nodert_generated.cpp
MarkTiedemann/win10-toast
1502d7d72dfd1e30f2a0c3fb4e95a0ab7ddb817f
[ "WTFPL" ]
null
null
null
// Copyright (c) Microsoft 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 // // THIS CODE IS PROVIDED ON AN ...
36.709336
266
0.657056
[ "object" ]
a9431e7855beccb76f59f883e0f8f84ce0e51994
1,936
cpp
C++
src/stats/http/Connection.cpp
neogenie/iqlogger
7a3866046dd30282a35ce954dc4fd301452aa924
[ "Apache-2.0" ]
1
2020-08-17T12:22:36.000Z
2020-08-17T12:22:36.000Z
src/stats/http/Connection.cpp
neogenie/iqlogger
7a3866046dd30282a35ce954dc4fd301452aa924
[ "Apache-2.0" ]
null
null
null
src/stats/http/Connection.cpp
neogenie/iqlogger
7a3866046dd30282a35ce954dc4fd301452aa924
[ "Apache-2.0" ]
null
null
null
// // Connection.cpp // ~~~~~~~~~~~~~~~~ // // Copyright (C) 2018 IQOption Software, Inc. // // #include <utility> #include <vector> #include "Connection.h" #include "ConnectionManager.h" #include "RequestHandler.h" using namespace iqlogger::stats::http; Connection::Connection(boost::asio::io_service& io_service, C...
28.057971
116
0.63843
[ "vector" ]
a9502b4931dad7b20d0584bf683743f33cc692a1
7,274
cpp
C++
src/Orbit/Graphics/Debug/DebugManager.cpp
Gaztin/Orb
4589f3f0165d287482ab4b367f02633ea4e7c9a5
[ "Zlib" ]
41
2018-08-02T06:28:07.000Z
2022-01-20T01:23:42.000Z
src/Orbit/Graphics/Debug/DebugManager.cpp
Gaztin/Orb
4589f3f0165d287482ab4b367f02633ea4e7c9a5
[ "Zlib" ]
4
2020-02-11T22:10:31.000Z
2020-07-06T19:36:09.000Z
src/Orbit/Graphics/Debug/DebugManager.cpp
Gaztin/Orb
4589f3f0165d287482ab4b367f02633ea4e7c9a5
[ "Zlib" ]
4
2018-11-18T10:19:57.000Z
2021-07-14T02:58:40.000Z
/* * Copyright (c) 2020 Sebastian Kylander https://gaztin.com/ * * This software is provided 'as-is', without any express or implied warranty. In no event will * the authors be held liable for any damages arising from the use of this software. * * Permission is granted to anyone to use this software for any purpo...
26.742647
146
0.689167
[ "geometry", "render", "object", "vector" ]
a950630ea7f0c8488b93b9948b31a9adb03c1bff
9,211
cxx
C++
smtk/extension/paraview/widgets/plugin/pqConePropertyWidget.cxx
jcfr/SMTK
0069ea37f8f71a440b8f10a157b84a56ca004551
[ "BSD-3-Clause-Clear" ]
40
2015-02-21T19:55:54.000Z
2022-01-06T13:13:05.000Z
smtk/extension/paraview/widgets/plugin/pqConePropertyWidget.cxx
jcfr/SMTK
0069ea37f8f71a440b8f10a157b84a56ca004551
[ "BSD-3-Clause-Clear" ]
127
2015-01-15T20:55:45.000Z
2021-08-19T17:34:15.000Z
smtk/extension/paraview/widgets/plugin/pqConePropertyWidget.cxx
jcfr/SMTK
0069ea37f8f71a440b8f10a157b84a56ca004551
[ "BSD-3-Clause-Clear" ]
27
2015-03-04T14:17:51.000Z
2021-12-23T01:05:42.000Z
//========================================================================= // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. // // This software is distributed WITHOUT ANY WARRANTY; without even // the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR // PURPOSE...
35.156489
99
0.709478
[ "render", "model" ]
a9511bca5454700d607eaf2b8d059edcfc5c27cd
33,091
cpp
C++
libs/openFrameworks/gl/ofGLRenderer.cpp
creatologist/openFrameworks0084
aa74f188f105b62fbcecb7baf2b41d56d97cf7bc
[ "MIT" ]
3
2017-12-27T23:02:50.000Z
2018-10-14T00:50:49.000Z
libs/openFrameworks/gl/ofGLRenderer.cpp
creatologist/openFrameworks0084
aa74f188f105b62fbcecb7baf2b41d56d97cf7bc
[ "MIT" ]
null
null
null
libs/openFrameworks/gl/ofGLRenderer.cpp
creatologist/openFrameworks0084
aa74f188f105b62fbcecb7baf2b41d56d97cf7bc
[ "MIT" ]
null
null
null
#include "ofGLRenderer.h" #include "ofMesh.h" #include "ofPath.h" #include "ofGraphics.h" #include "ofAppRunner.h" #include "ofMesh.h" #include "of3dPrimitives.h" #include "ofBitmapFont.h" #include "ofGLUtils.h" #include "ofImage.h" #include "ofFbo.h" const string ofGLRenderer::TYPE="GL"; //--------------------------...
28.900437
136
0.618174
[ "mesh", "render", "shape", "vector", "model", "transform" ]
a953e3c6704f29e717aab1146e4e9db1b4aeca84
1,227
hpp
C++
third_party/boost/simd/function/maxnum.hpp
SylvainCorlay/pythran
908ec070d837baf77d828d01c3e35e2f4bfa2bfa
[ "BSD-3-Clause" ]
6
2018-02-25T22:23:33.000Z
2021-01-15T15:13:12.000Z
third_party/boost/simd/function/maxnum.hpp
SylvainCorlay/pythran
908ec070d837baf77d828d01c3e35e2f4bfa2bfa
[ "BSD-3-Clause" ]
null
null
null
third_party/boost/simd/function/maxnum.hpp
SylvainCorlay/pythran
908ec070d837baf77d828d01c3e35e2f4bfa2bfa
[ "BSD-3-Clause" ]
7
2017-12-12T12:36:31.000Z
2020-02-10T14:27:07.000Z
//================================================================================================== /*! @file @copyright 2016 NumScale SAS Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) */ //=========================...
25.040816
100
0.603097
[ "object" ]
a9590506db4542b7b3d87550b8fa3d2d478b5cea
1,850
cpp
C++
cpp_module_08/ex01/span.cpp
AbderrSfa/cpp_modules
2465e31853af87f9bf9faba57ac0470b43918607
[ "Apache-2.0" ]
1
2021-11-05T13:46:36.000Z
2021-11-05T13:46:36.000Z
cpp_module_08/ex01/span.cpp
AbderrSfa/cpp_modules
2465e31853af87f9bf9faba57ac0470b43918607
[ "Apache-2.0" ]
null
null
null
cpp_module_08/ex01/span.cpp
AbderrSfa/cpp_modules
2465e31853af87f9bf9faba57ac0470b43918607
[ "Apache-2.0" ]
null
null
null
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* span.cpp :+: :+: :+: ...
35.576923
80
0.368108
[ "vector" ]
a95d9d9975e950cf03cd7de6644c46432a121cb6
116,407
cpp
C++
src/kits/tracker/ContainerWindow.cpp
axeld/haiku
e3becd53eef5c093ee8c8f32bab51d40b0f2b8d4
[ "MIT" ]
1
2021-08-31T01:47:13.000Z
2021-08-31T01:47:13.000Z
src/kits/tracker/ContainerWindow.cpp
axeld/haiku
e3becd53eef5c093ee8c8f32bab51d40b0f2b8d4
[ "MIT" ]
null
null
null
src/kits/tracker/ContainerWindow.cpp
axeld/haiku
e3becd53eef5c093ee8c8f32bab51d40b0f2b8d4
[ "MIT" ]
3
2018-12-17T13:07:38.000Z
2021-09-08T13:07:31.000Z
/* Open Tracker License Terms and Conditions Copyright (c) 1991-2000, Be Incorporated. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without...
26.164756
82
0.702965
[ "model", "transform" ]
a95f319b31b8e2bb363a117d8df09d3959f27841
30,794
cpp
C++
test/range/test-member_view.cpp
rogiervd/range
2ed4ee2063a02cadc575fe4e7a3b7dd61bbd2b5d
[ "Apache-2.0" ]
null
null
null
test/range/test-member_view.cpp
rogiervd/range
2ed4ee2063a02cadc575fe4e7a3b7dd61bbd2b5d
[ "Apache-2.0" ]
null
null
null
test/range/test-member_view.cpp
rogiervd/range
2ed4ee2063a02cadc575fe4e7a3b7dd61bbd2b5d
[ "Apache-2.0" ]
null
null
null
/* Copyright 2012-2015 Rogier van Dalen. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
44.564399
80
0.603819
[ "vector" ]
a964e24596eaf9771d60b31122bb08301bd1c607
592
hpp
C++
src/pass/shape_inference_interface.hpp
chentong319/ONNF
5357fc1421333391522fe694612bacd3e00da953
[ "Apache-2.0" ]
25
2019-12-24T09:22:09.000Z
2021-09-09T17:10:09.000Z
src/pass/shape_inference_interface.hpp
chentong319/ONNF
5357fc1421333391522fe694612bacd3e00da953
[ "Apache-2.0" ]
69
2019-12-24T06:24:38.000Z
2020-03-16T14:42:53.000Z
src/pass/shape_inference_interface.hpp
chentong319/ONNF
5357fc1421333391522fe694612bacd3e00da953
[ "Apache-2.0" ]
10
2019-12-24T01:41:42.000Z
2021-09-09T17:11:31.000Z
//===- shape_inference_interface.hpp - Definition for ShapeInference --------=// // // Copyright 2019 The IBM Research Authors. // // ============================================================================= // // This file contains the declarations of the shape inference interfaces defined // in ShapeInferenceInte...
26.909091
80
0.530405
[ "shape" ]
a96570633a6fbfd9f0e2ba932677d0182a2b173b
9,282
cpp
C++
Plugins/PLRendererOpenGL/src/Linux/ContextLinux.cpp
ktotheoz/pixellight
43a661e762034054b47766d7e38d94baf22d2038
[ "MIT" ]
83
2015-01-08T15:06:14.000Z
2021-07-20T17:07:00.000Z
Plugins/PLRendererOpenGL/src/Linux/ContextLinux.cpp
PixelLightFoundation/pixellight
43a661e762034054b47766d7e38d94baf22d2038
[ "MIT" ]
27
2019-06-18T06:46:07.000Z
2020-02-02T11:11:28.000Z
Plugins/PLRendererOpenGL/src/Linux/ContextLinux.cpp
naetherm/PixelLight
d7666f5b49020334cbb5debbee11030f34cced56
[ "MIT" ]
40
2015-02-25T18:24:34.000Z
2021-03-06T09:01:48.000Z
/*********************************************************\ * File: ContextLinux.h * * * Copyright (C) 2002-2013 The PixelLight Team (http://www.pixellight.org/) * * This file is part of PixelLight. * * Permission is hereby granted, free of charge, to any person obtaining a co...
36.98008
195
0.665051
[ "render" ]
a9692affe256e72b6c807c93bbfa76263c0278a1
9,440
cpp
C++
libcxx/test/libcxx/debug/containers/sequence_container_iterators.pass.cpp
lxbndr/llvm-project
2b715b15f5f4c6dd60f05d1b62f9c404e8b56e34
[ "Apache-2.0" ]
null
null
null
libcxx/test/libcxx/debug/containers/sequence_container_iterators.pass.cpp
lxbndr/llvm-project
2b715b15f5f4c6dd60f05d1b62f9c404e8b56e34
[ "Apache-2.0" ]
null
null
null
libcxx/test/libcxx/debug/containers/sequence_container_iterators.pass.cpp
lxbndr/llvm-project
2b715b15f5f4c6dd60f05d1b62f9c404e8b56e34
[ "Apache-2.0" ]
null
null
null
//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
28.095238
86
0.600847
[ "vector" ]
a96bb1baabad1fc6010888681e646dc4ad323502
895
cpp
C++
host/display/cubic_rate_filter.cpp
wmax351/airball-embedded
204189922415b0f3cbef5dda14fa137e3c806a7d
[ "MIT" ]
null
null
null
host/display/cubic_rate_filter.cpp
wmax351/airball-embedded
204189922415b0f3cbef5dda14fa137e3c806a7d
[ "MIT" ]
null
null
null
host/display/cubic_rate_filter.cpp
wmax351/airball-embedded
204189922415b0f3cbef5dda14fa137e3c806a7d
[ "MIT" ]
null
null
null
#include <complex> #include "cubic_rate_filter.h" #include "polyfit.h" namespace airball { cubic_rate_filter::cubic_rate_filter(int size) { set_size(size); } int cubic_rate_filter::size() const { return values_y_.size(); } void cubic_rate_filter::set_size(int size) { values_y_.resize(size, 0); } void cubic_...
20.340909
58
0.664804
[ "vector" ]
a96c3e4547e10c44bd24ffb503c6cb713e486a48
5,143
cc
C++
src/lib/dns/tests/rdata_dhcid_unittest.cc
svenauhagen/kea
8a575ad46dee1487364fad394e7a325337200839
[ "Apache-2.0" ]
273
2015-01-22T14:14:42.000Z
2022-03-13T10:27:44.000Z
src/lib/dns/tests/rdata_dhcid_unittest.cc
jxiaobin/kea
1987a50a458921f9e5ac84cb612782c07f3b601d
[ "Apache-2.0" ]
104
2015-01-16T16:37:06.000Z
2021-08-08T19:38:45.000Z
src/lib/dns/tests/rdata_dhcid_unittest.cc
jxiaobin/kea
1987a50a458921f9e5ac84cb612782c07f3b601d
[ "Apache-2.0" ]
133
2015-02-21T14:06:39.000Z
2022-02-27T08:56:40.000Z
// Copyright (C) 2011-2015 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. #include <config.h> #include <exceptions/exc...
30.981928
79
0.700175
[ "vector" ]
a96d9214572fbcb5661a097a7289261a4e066d88
6,142
cpp
C++
src/utils/SkLayer.cpp
coltorchen/android-skia
91bb0c6f4224715ab78e3f64ba471a42d5d5a307
[ "BSD-3-Clause" ]
39
2015-12-12T23:40:51.000Z
2021-11-01T06:04:55.000Z
src/utils/SkLayer.cpp
coltorchen/android-skia
91bb0c6f4224715ab78e3f64ba471a42d5d5a307
[ "BSD-3-Clause" ]
2
2017-07-25T09:37:22.000Z
2017-08-04T07:18:56.000Z
src/utils/SkLayer.cpp
coltorchen/android-skia
91bb0c6f4224715ab78e3f64ba471a42d5d5a307
[ "BSD-3-Clause" ]
30
2015-02-28T12:23:06.000Z
2021-11-01T06:04:57.000Z
/* * Copyright 2011 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "SkLayer.h" #include "SkCanvas.h" //#define DEBUG_DRAW_LAYER_BOUNDS //#define DEBUG_TRACK_NEW_DELETE #ifdef DEBUG_TRACK_NEW_DELETE static int gLayerAllocCount; ...
26.360515
92
0.594106
[ "transform" ]
a973424def22fbd3948443432db80f101bdba217
6,134
cpp
C++
object_transform.cpp
githaff/vectograph
15f7add7d57610aa2dce0de6d6199895d9434db3
[ "BSD-2-Clause" ]
null
null
null
object_transform.cpp
githaff/vectograph
15f7add7d57610aa2dce0de6d6199895d9434db3
[ "BSD-2-Clause" ]
null
null
null
object_transform.cpp
githaff/vectograph
15f7add7d57610aa2dce0de6d6199895d9434db3
[ "BSD-2-Clause" ]
null
null
null
#include "svgobjects.h" //------------------перевод объектов в формат сцены----------------// void fillVector2DFromString(QVector<QPointF>& v,QString& s) { auto list = s.split(QRegExp("\\D+")); //убрать все возможные пробелы list.removeAll(""); v.reserve( ( list.size() / 2 ) + 1); for(int i = 0;i...
21.447552
91
0.631725
[ "object", "shape" ]
a975d5c1a4d19e3ed6cec7d21ece36c094dddfbf
44,174
cpp
C++
drivers/spi/bcm2836/device.cpp
christopherco/rpi-iotcore
2cf15e428e743dd7f7742f7511725741640c5be3
[ "MIT" ]
89
2018-12-22T15:34:45.000Z
2021-12-16T20:07:29.000Z
drivers/spi/bcm2836/device.cpp
christopherco/rpi-iotcore
2cf15e428e743dd7f7742f7511725741640c5be3
[ "MIT" ]
31
2021-01-10T16:04:10.000Z
2022-03-12T08:04:21.000Z
drivers/spi/bcm2836/device.cpp
christopherco/rpi-iotcore
2cf15e428e743dd7f7742f7511725741640c5be3
[ "MIT" ]
42
2016-02-18T21:55:54.000Z
2018-11-27T07:12:01.000Z
/*++ Copyright (c) Microsoft Corporation. All rights reserved. Module Name: device.cpp Abstract: This module contains WDF device initialization and SPB callback functions for the controller driver. Environment: kernel-mode only Revision History: --*/ #include "internal.h" #include "device.h...
24.761211
134
0.636211
[ "object" ]
a97d7a37987a367ffa704f43b3f3747add7c4e1c
16,129
cpp
C++
OrbitCore/OrbitProcess.cpp
ehei1/orbit
f990a7f9abb7d330e93d0d20018a62869890f04e
[ "BSD-2-Clause" ]
null
null
null
OrbitCore/OrbitProcess.cpp
ehei1/orbit
f990a7f9abb7d330e93d0d20018a62869890f04e
[ "BSD-2-Clause" ]
null
null
null
OrbitCore/OrbitProcess.cpp
ehei1/orbit
f990a7f9abb7d330e93d0d20018a62869890f04e
[ "BSD-2-Clause" ]
null
null
null
//----------------------------------- // Copyright Pierric Gimmig 2013-2017 //----------------------------------- #include "Core.h" #include "OrbitProcess.h" #include "OrbitModule.h" #include "SymbolUtils.h" #include "Pdb.h" #include "Path.h" #include "OrbitType.h" #include "OrbitSession.h" #include "OrbitThread.h" #i...
29.594495
133
0.483911
[ "vector" ]
a9800c3f52ec187dbae1387dbb2fde39b9c95ec0
1,129
cpp
C++
python_bindings/src/PyStage.cpp
benoitsteiner/Halide
9cbab04189ebb5fb264b9defcc812144ad934a3f
[ "Apache-2.0" ]
null
null
null
python_bindings/src/PyStage.cpp
benoitsteiner/Halide
9cbab04189ebb5fb264b9defcc812144ad934a3f
[ "Apache-2.0" ]
null
null
null
python_bindings/src/PyStage.cpp
benoitsteiner/Halide
9cbab04189ebb5fb264b9defcc812144ad934a3f
[ "Apache-2.0" ]
3
2020-03-27T02:05:13.000Z
2021-01-06T03:05:29.000Z
#include "PyStage.h" #include "PyScheduleMethods.h" namespace Halide { namespace PythonBindings { void define_stage(py::module &m) { auto stage_class = py::class_<Stage>(m, "Stage") .def("dump_argument_list", &Stage::dump_argument_list) .def("name", &Stage::name) .def...
38.931034
149
0.59256
[ "vector" ]
a98242a4b7b3356d36616c054bf17b5dce319f58
1,661
hpp
C++
include/commonroad/types.hpp
arminstr/commonroad_objects_ros
7fbc3f27801bc7803bb4932fa247a348d2b14a83
[ "MIT" ]
1
2021-06-02T15:39:03.000Z
2021-06-02T15:39:03.000Z
include/commonroad/types.hpp
arminstr/commonroad_objects_ros
7fbc3f27801bc7803bb4932fa247a348d2b14a83
[ "MIT" ]
null
null
null
include/commonroad/types.hpp
arminstr/commonroad_objects_ros
7fbc3f27801bc7803bb4932fa247a348d2b14a83
[ "MIT" ]
null
null
null
#pragma once #include <cmath> #include <limits> #include <memory> #include <string> #include <unordered_map> #include <vector> namespace commonroad { enum class ObstacleRole : unsigned int { DYNAMIC, STATIC }; enum class ObstacleType : unsigned int { CAR, TRAM }; enum class ObstacleGeometry : unsigned int ...
11.864286
53
0.728477
[ "geometry", "shape", "vector" ]
a98707125842d7f6c7dafdebca110634a0772754
13,953
cpp
C++
inference_helper/inference_helper_snpe.cpp
Rexiome/InferenceHelper
7c975cf9d32016aa6bfceabf6922fe6d808dc5eb
[ "Apache-2.0" ]
119
2020-12-27T14:25:19.000Z
2022-03-30T09:52:34.000Z
inference_helper/inference_helper_snpe.cpp
yang0000qi/InferenceHelper
c5763bba9bc71ab1d0d70df6240ed66635dc2159
[ "Apache-2.0" ]
21
2020-12-27T10:22:01.000Z
2022-03-20T10:47:10.000Z
inference_helper/inference_helper_snpe.cpp
yang0000qi/InferenceHelper
c5763bba9bc71ab1d0d70df6240ed66635dc2159
[ "Apache-2.0" ]
19
2020-12-27T20:54:02.000Z
2022-03-22T09:00:57.000Z
/* Copyright 2021 iwatake2222 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, soft...
39.304225
202
0.638859
[ "object", "vector" ]
a987cddac29b6e3402c8cd56f2e6bf8b97352ff3
28,688
cc
C++
src/cxx/mr/libmr2d/MR_CDecomp.cc
sfarrens/cosmostat
a475315cda06dca346095a1e83cb6ad23979acae
[ "MIT" ]
null
null
null
src/cxx/mr/libmr2d/MR_CDecomp.cc
sfarrens/cosmostat
a475315cda06dca346095a1e83cb6ad23979acae
[ "MIT" ]
null
null
null
src/cxx/mr/libmr2d/MR_CDecomp.cc
sfarrens/cosmostat
a475315cda06dca346095a1e83cb6ad23979acae
[ "MIT" ]
null
null
null
// pyramidal median transform with integer // #include "NR.h" #include "IM_Obj.h" #include "IM_Math.h" #include "IM_IO.h" #include "IM_BIO.h" #include "MR_Obj.h" #include "IM_CompTool.h" #include "IM_Noise.h" #include "MR_Noise.h" #include "MR_Comp.h" #include "IM_Lut.h" #include "IM_Comp.h" extern float PasCodeur; ...
29.790239
103
0.507948
[ "transform" ]
a98c806c53804edef055f133b546133c45f0aa4f
27,159
cpp
C++
test/correctness/reduction_non_rectangular.cpp
mbrukman/Halide
8a08a705044c2da42581f1255ccae9e34030f703
[ "MIT" ]
2
2018-12-27T17:46:11.000Z
2019-04-19T23:01:35.000Z
test/correctness/reduction_non_rectangular.cpp
mbrukman/Halide
8a08a705044c2da42581f1255ccae9e34030f703
[ "MIT" ]
1
2018-10-05T03:40:57.000Z
2018-10-05T03:40:57.000Z
test/correctness/reduction_non_rectangular.cpp
mbrukman/Halide
8a08a705044c2da42581f1255ccae9e34030f703
[ "MIT" ]
1
2021-04-30T05:14:03.000Z
2021-04-30T05:14:03.000Z
#include <stdio.h> #include "Halide.h" using namespace Halide; // A trace that checks for vector and scalar stores int buffer_index = 0; bool run_tracer = false; int niters_expected = 0; int niters = 0; int intermediate_bound_depend_on_output_trace(void *user_context, const halide_trace_event_t *e) { std::string...
29.584967
108
0.461762
[ "vector" ]
817aa496e361eb631fad1842f8548ca64ee16aba
14,874
cpp
C++
third_party/maya/lib/usdMaya/meshUtil.cpp
navefx/YuksUSD
56c2e1def36ee07121f4ecb349c1626472b3c338
[ "AML" ]
6
2018-08-26T13:27:22.000Z
2021-08-14T23:57:38.000Z
third_party/maya/lib/usdMaya/meshUtil.cpp
navefx/YuksUSD
56c2e1def36ee07121f4ecb349c1626472b3c338
[ "AML" ]
1
2021-08-14T23:57:51.000Z
2021-08-14T23:57:51.000Z
third_party/maya/lib/usdMaya/meshUtil.cpp
navefx/YuksUSD
56c2e1def36ee07121f4ecb349c1626472b3c338
[ "AML" ]
4
2018-06-14T18:14:59.000Z
2021-09-13T22:20:50.000Z
// // Copyright 2016 Pixar // // Licensed under the Apache License, Version 2.0 (the "Apache License") // with the following modification; you may not use this file except in // compliance with the Apache License and the following modification to it: // Section 6. Trademarks. is deleted and replaced with: // // 6. Trad...
35.754808
121
0.65396
[ "mesh", "object" ]
817e0fe3e7db9e0e737dc572dd6268fc009dbba9
8,408
cpp
C++
src/nemo/nemo_neuro_system/neurosynaptic_cores/NemoCoreScheduler.cpp
markplagge/NeMo2
36ec62acc8e4dc8f06ea1ced6997c587895cb6e9
[ "BSD-3-Clause" ]
null
null
null
src/nemo/nemo_neuro_system/neurosynaptic_cores/NemoCoreScheduler.cpp
markplagge/NeMo2
36ec62acc8e4dc8f06ea1ced6997c587895cb6e9
[ "BSD-3-Clause" ]
29
2020-05-29T16:22:16.000Z
2020-07-06T13:45:03.000Z
src/nemo/nemo_neuro_system/neurosynaptic_cores/NemoCoreScheduler.cpp
markplagge/NeMo2
36ec62acc8e4dc8f06ea1ced6997c587895cb6e9
[ "BSD-3-Clause" ]
1
2020-06-28T22:06:23.000Z
2020-06-28T22:06:23.000Z
// // Created by Mark Plagge on 6/18/20. // #include "NemoCoreScheduler.h" #include <json.hpp> namespace nemo { namespace neuro_system { void NemoCoreScheduler::forward_scheduler_event(tw_bf* bf, nemo::nemo_message* m, tw_lp* lp) { //Scheduler events are only once per global tick //first queue up next sche...
34.600823
150
0.694933
[ "vector", "model" ]
817e8dddbc56f28955b7f1cd819ecc8c6fa9708c
1,387
cpp
C++
src/ivoc/graphvec.cpp
matz-e/nrn
8570e8e3814e7351e0b3884a150b758c27bb0dd7
[ "BSD-3-Clause" ]
1
2018-07-05T14:42:23.000Z
2018-07-05T14:42:23.000Z
src/ivoc/graphvec.cpp
matz-e/nrn
8570e8e3814e7351e0b3884a150b758c27bb0dd7
[ "BSD-3-Clause" ]
null
null
null
src/ivoc/graphvec.cpp
matz-e/nrn
8570e8e3814e7351e0b3884a150b758c27bb0dd7
[ "BSD-3-Clause" ]
null
null
null
#include <../../nrnconf.h> #if HAVE_IV // to end of file #define USEGNU 1 #include "graph.h" #include "ivoc.h" #if USEGNU #include "oc2iv.h" #include "ivocvect.h" extern "C" { extern Object** (*nrnpy_gui_helper_)(const char* name, Object* obj); extern double (*nrnpy_object_to_double_)(Object*); } Object** DataVe...
19
69
0.58111
[ "object", "vector" ]
818071abd7b98c1bfbe8ad7ac9a142dbf0eebba4
38,250
cpp
C++
libs/intrusive/test/unordered_multiset_test.cpp
Abce/boost
2d7491a27211aa5defab113f8e2d657c3d85ca93
[ "BSL-1.0" ]
null
null
null
libs/intrusive/test/unordered_multiset_test.cpp
Abce/boost
2d7491a27211aa5defab113f8e2d657c3d85ca93
[ "BSL-1.0" ]
null
null
null
libs/intrusive/test/unordered_multiset_test.cpp
Abce/boost
2d7491a27211aa5defab113f8e2d657c3d85ca93
[ "BSL-1.0" ]
null
null
null
///////////////////////////////////////////////////////////////////////////// // // (C) Copyright Olaf Krzikalla 2004-2006. // (C) Copyright Ion Gaztanaga 2006-2013. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.bo...
43.814433
121
0.633203
[ "vector" ]
8182ad8f54c0b9709df0199bb5a03c5f0df0bed1
9,129
cpp
C++
core/channel/async_push_channel_unittest.cpp
OwenDeng1993/Husky
61ba0e8fc2a0ab025e89307de07a1c6833227857
[ "Apache-2.0" ]
117
2016-08-31T04:05:08.000Z
2021-12-18T15:05:38.000Z
core/channel/async_push_channel_unittest.cpp
OwenDeng1993/Husky
61ba0e8fc2a0ab025e89307de07a1c6833227857
[ "Apache-2.0" ]
223
2016-09-12T05:32:44.000Z
2020-05-22T02:51:21.000Z
core/channel/async_push_channel_unittest.cpp
OwenDeng1993/Husky
61ba0e8fc2a0ab025e89307de07a1c6833227857
[ "Apache-2.0" ]
77
2016-08-31T04:02:57.000Z
2020-04-08T09:23:46.000Z
#include "core/channel/async_push_channel.hpp" #include <string> #include <thread> #include <vector> #include "gtest/gtest.h" #include "base/log.hpp" #include "base/serialization.hpp" #include "core/channel/migrate_channel.hpp" #include "core/hash_ring.hpp" #include "core/mailbox.hpp" #include "core/objlist.hpp" #in...
29.931148
109
0.660751
[ "vector" ]
81849120ad63bb97ffdda8f49a3a2dabd5739cb3
1,323
cpp
C++
CToC++/CToC++/Tools/TestTool.cpp
UCliwenbin/AlgorithmCPP
3cb4a6a9510682b5d4dc956826d263ab778a2a00
[ "MIT" ]
1
2021-02-25T08:00:43.000Z
2021-02-25T08:00:43.000Z
CToC++/CToC++/Tools/TestTool.cpp
UCliwenbin/AlgorithmCPP
3cb4a6a9510682b5d4dc956826d263ab778a2a00
[ "MIT" ]
null
null
null
CToC++/CToC++/Tools/TestTool.cpp
UCliwenbin/AlgorithmCPP
3cb4a6a9510682b5d4dc956826d263ab778a2a00
[ "MIT" ]
null
null
null
// // TestTool.cpp // CToC++ // // Created by mac on 2020/4/22. // Copyright © 2020 lwb. All rights reserved. // #include "TestTool.hpp" #include <ctime> #include <sys/timeb.h> #include <memory> //计算算法执行时间的程序 void testAlgorithm(ExecuteAlgorithm method) { struct timeb startTime , endTime; ftime(&startTime...
23.210526
116
0.56387
[ "vector" ]
818c22f0dbe7eaa8f7163a7488773277e483fb5e
6,646
cpp
C++
src/demos/multicore/demo_MCORE_friction.cpp
Benatti1991/chrono
d927a7fae8ed2f4e6695cacaef28c605fcd9ffaf
[ "BSD-3-Clause" ]
1,383
2015-02-04T14:17:40.000Z
2022-03-30T04:58:16.000Z
src/demos/multicore/demo_MCORE_friction.cpp
Benatti1991/chrono
d927a7fae8ed2f4e6695cacaef28c605fcd9ffaf
[ "BSD-3-Clause" ]
245
2015-01-11T15:30:51.000Z
2022-03-30T21:28:54.000Z
src/demos/multicore/demo_MCORE_friction.cpp
Benatti1991/chrono
d927a7fae8ed2f4e6695cacaef28c605fcd9ffaf
[ "BSD-3-Clause" ]
351
2015-02-04T14:17:47.000Z
2022-03-30T04:42:52.000Z
// ============================================================================= // PROJECT CHRONO - http://projectchrono.org // // Copyright (c) 2014 projectchrono.org // All rights 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 t...
39.796407
106
0.626994
[ "geometry", "render" ]