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
c8a61f9d0cef4893eff1c4ac135dc8447eb5c73f
10,744
cpp
C++
third_party/boost/libs/pool/test/test_simple_seg_storage.cpp
Jackarain/tinyrpc
07060e3466776aa992df8574ded6c1616a1a31af
[ "BSL-1.0" ]
32
2019-02-27T06:57:07.000Z
2021-08-29T10:56:19.000Z
third_party/boost/libs/pool/test/test_simple_seg_storage.cpp
avplayer/cxxrpc
7049b4079fac78b3828e68f787d04d699ce52f6d
[ "BSL-1.0" ]
1
2019-04-04T18:00:00.000Z
2019-04-04T18:00:00.000Z
third_party/boost/libs/pool/test/test_simple_seg_storage.cpp
avplayer/cxxrpc
7049b4079fac78b3828e68f787d04d699ce52f6d
[ "BSL-1.0" ]
5
2019-08-20T13:45:04.000Z
2022-03-01T18:23:49.000Z
/* Copyright (C) 2011 Kwan Ting Chan * * Use, modification and distribution is subject to the * Boost Software License, Version 1.0. (See accompanying * file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) */ #include "test_simple_seg_storage.hpp" #include "track_allocator.hpp" #include "rando...
35.22623
81
0.585164
[ "object", "vector" ]
c8a8e46d8a9edc7d45ac662800f5b966d9741263
7,079
cpp
C++
src/Net/Socket.cpp
corymonroe/GrinPlusPlus
bfdcbbcd65872f08270fc3084992eefea234b05e
[ "MIT" ]
null
null
null
src/Net/Socket.cpp
corymonroe/GrinPlusPlus
bfdcbbcd65872f08270fc3084992eefea234b05e
[ "MIT" ]
null
null
null
src/Net/Socket.cpp
corymonroe/GrinPlusPlus
bfdcbbcd65872f08270fc3084992eefea234b05e
[ "MIT" ]
null
null
null
#include <Net/Socket.h> #include <Net/SocketException.h> #include <Common/Util/ThreadUtil.h> #include <Infrastructure/Logger.h> static unsigned long DEFAULT_TIMEOUT = 5 * 1000; // 5s #ifndef _WIN32 #define SOCKET_ERROR -1 #endif Socket::Socket(const SocketAddress& address) : m_address(address), m_socketOpen(false)...
22.544586
150
0.689645
[ "vector" ]
c8a914db9588e3c4900159f11715137c968c639d
3,138
cpp
C++
GodotModule/test/boost_example.cpp
vkf63516/GodotGymAI
a6d4ce5e95f0d3a5e03d8c94cf59fcf27703c391
[ "MIT" ]
77
2020-11-25T17:57:43.000Z
2022-03-18T12:50:22.000Z
GodotModule/test/boost_example.cpp
vkf63516/GodotGymAI
a6d4ce5e95f0d3a5e03d8c94cf59fcf27703c391
[ "MIT" ]
10
2020-12-05T14:49:21.000Z
2022-01-20T20:28:39.000Z
GodotModule/test/boost_example.cpp
vkf63516/GodotGymAI
a6d4ce5e95f0d3a5e03d8c94cf59fcf27703c391
[ "MIT" ]
12
2020-12-05T11:14:05.000Z
2022-01-29T02:08:46.000Z
#include <boost/interprocess/managed_shared_memory.hpp> #include <cstdlib> //std::system #include <cstddef> #include <cassert> #include <utility> #include <iostream> #include <string> int main(int argc, char *argv[]) { using namespace boost::interprocess; typedef std::pair<double, int> MyType; if(argc == 1){...
35.659091
74
0.613129
[ "object" ]
c8aa98d8742a626f5a707d8838a140e1396f74cd
12,008
cpp
C++
platform/default/mbgl/storage/offline_download.cpp
kravtsun/mapbox-gl-native
ea8ec38df156c6683c886253dbb1f6bc828686ff
[ "BSL-1.0", "Apache-2.0" ]
null
null
null
platform/default/mbgl/storage/offline_download.cpp
kravtsun/mapbox-gl-native
ea8ec38df156c6683c886253dbb1f6bc828686ff
[ "BSL-1.0", "Apache-2.0" ]
null
null
null
platform/default/mbgl/storage/offline_download.cpp
kravtsun/mapbox-gl-native
ea8ec38df156c6683c886253dbb1f6bc828686ff
[ "BSL-1.0", "Apache-2.0" ]
null
null
null
#include <mbgl/storage/file_source.hpp> #include <mbgl/storage/offline_database.hpp> #include <mbgl/storage/offline_download.hpp> #include <mbgl/storage/resource.hpp> #include <mbgl/storage/response.hpp> #include <mbgl/storage/http_file_source.hpp> #include <mbgl/style/parser.hpp> #include <mbgl/style/sources/geojson_s...
36.387879
123
0.617505
[ "object", "vector" ]
c8aab647b0e96b9c76cd61f880288c42ecba7f85
6,624
cpp
C++
inc/log/log.cpp
Kerisa/EzvizLocalProcess
77c72413bbdb862c221af042967d99d44e82fe9f
[ "MIT" ]
null
null
null
inc/log/log.cpp
Kerisa/EzvizLocalProcess
77c72413bbdb862c221af042967d99d44e82fe9f
[ "MIT" ]
null
null
null
inc/log/log.cpp
Kerisa/EzvizLocalProcess
77c72413bbdb862c221af042967d99d44e82fe9f
[ "MIT" ]
null
null
null
#include <iostream> #include <fstream> #include <vector> #include <chrono> #include <iomanip> #include <map> #include <sstream> using namespace std; #include "Log.h" #include <windows.h> namespace { int gLevel = LOG::debug; } class Log { public: static Log *instance() { ...
23.160839
104
0.547554
[ "vector" ]
c8ac1e482dec04a9e70bb584c6b375e5e285658b
43,293
hpp
C++
library/src/blas2/rocblas_trsv.hpp
mohanmithur/rocBLAS
2704b9a9899d5e2291b1e632627b3a8bc1ac4894
[ "MIT" ]
null
null
null
library/src/blas2/rocblas_trsv.hpp
mohanmithur/rocBLAS
2704b9a9899d5e2291b1e632627b3a8bc1ac4894
[ "MIT" ]
null
null
null
library/src/blas2/rocblas_trsv.hpp
mohanmithur/rocBLAS
2704b9a9899d5e2291b1e632627b3a8bc1ac4894
[ "MIT" ]
null
null
null
/* ************************************************************************ * Copyright 2016-2020 Advanced Micro Devices, Inc. * ************************************************************************ */ #include "../blas3/trtri_trsm.hpp" #include "handle.h" #include "logging.h" #include "rocblas.h" #include "rocbla...
47.837569
107
0.247846
[ "vector" ]
c8b0fb1678ef425d8bcaa0772f50d6752776ac36
3,729
hpp
C++
src/cxa_exception.hpp
zhmu/ananas-libcxxabi
b32ae4aa681a73f77527257cb185f501a0049a66
[ "MIT" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
src/cxa_exception.hpp
zhmu/ananas-libcxxabi
b32ae4aa681a73f77527257cb185f501a0049a66
[ "MIT" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
src/cxa_exception.hpp
zhmu/ananas-libcxxabi
b32ae4aa681a73f77527257cb185f501a0049a66
[ "MIT" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.000Z
//===------------------------- cxa_exception.hpp --------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // // // This file implements the "Exception ...
31.871795
96
0.725932
[ "object" ]
c8b17bf1806f1b5e60426b3e31ef85900d8ad635
40,234
cpp
C++
src/hsp3dish/geometry.cpp
cielavenir/OpenHSP
eddc647733e82657757055b66fd8c2dbf17898b8
[ "BSD-3-Clause" ]
127
2018-02-24T20:41:15.000Z
2022-03-22T05:57:56.000Z
src/hsp3dish/geometry.cpp
cielavenir/OpenHSP
eddc647733e82657757055b66fd8c2dbf17898b8
[ "BSD-3-Clause" ]
21
2018-09-11T15:04:22.000Z
2022-02-03T09:30:16.000Z
src/hsp3dish/geometry.cpp
cielavenir/OpenHSP
eddc647733e82657757055b66fd8c2dbf17898b8
[ "BSD-3-Clause" ]
21
2019-03-28T07:49:44.000Z
2021-12-25T02:49:07.000Z
//--------------------------------------------------------------------------- #include <stdio.h> #include <math.h> #include "geometry.h" #ifndef TRUE #define TRUE 1 #endif #ifndef FALSE #define FALSE 0 #endif static MATRIX matrixBuf[128]; static MATRIX *currentMatrix; static int rightHand; //--------------------...
26.894385
131
0.440374
[ "geometry", "vector", "3d" ]
c8b24153321d258a6e0650679d0d6dcdb569f469
48,209
cc
C++
v8_6_7/src/s390/code-stubs-s390.cc
wenfeifei/miniblink49
2ed562ff70130485148d94b0e5f4c343da0c2ba4
[ "Apache-2.0" ]
5,964
2016-09-27T03:46:29.000Z
2022-03-31T16:25:27.000Z
v8_6_7/src/s390/code-stubs-s390.cc
w4454962/miniblink49
b294b6eacb3333659bf7b94d670d96edeeba14c0
[ "Apache-2.0" ]
459
2016-09-29T00:51:38.000Z
2022-03-07T14:37:46.000Z
v8_6_7/src/s390/code-stubs-s390.cc
w4454962/miniblink49
b294b6eacb3333659bf7b94d670d96edeeba14c0
[ "Apache-2.0" ]
1,006
2016-09-27T05:17:27.000Z
2022-03-30T02:46:51.000Z
// Copyright 2014 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #if V8_TARGET_ARCH_S390 #include "src/api-arguments.h" #include "src/assembler-inl.h" #include "src/base/bits.h" #include "src/bootstrapper.h" #include...
35.976866
80
0.698314
[ "object" ]
c8b6e35adc06ab92ee8632e77bacaf80eeaf0a7e
5,444
hpp
C++
third-party/Empirical/include/emp/web/FileInput.hpp
koellingh/empirical-p53-simulator
aa6232f661e8fc65852ab6d3e809339557af521b
[ "MIT" ]
null
null
null
third-party/Empirical/include/emp/web/FileInput.hpp
koellingh/empirical-p53-simulator
aa6232f661e8fc65852ab6d3e809339557af521b
[ "MIT" ]
null
null
null
third-party/Empirical/include/emp/web/FileInput.hpp
koellingh/empirical-p53-simulator
aa6232f661e8fc65852ab6d3e809339557af521b
[ "MIT" ]
null
null
null
/** * @note This file is part of Empirical, https://github.com/devosoft/Empirical * @copyright Copyright (C) Michigan State University, MIT Software license; see doc/LICENSE.md * @date 2015-2018 * * @file FileInput.hpp * @brief Specs for the FileInput widget (click on to upload a file) * * @todo Setup Fi...
37.034014
125
0.627296
[ "object" ]
c8b7f69d92d3447cbfd658cbb24c001a2cec2082
10,233
cpp
C++
source/script/python/RenderModule.cpp
freneticmonkey/epsilonc
0fb7c6c4c6342a770e2882bfd67ed34719e79066
[ "MIT" ]
null
null
null
source/script/python/RenderModule.cpp
freneticmonkey/epsilonc
0fb7c6c4c6342a770e2882bfd67ed34719e79066
[ "MIT" ]
null
null
null
source/script/python/RenderModule.cpp
freneticmonkey/epsilonc
0fb7c6c4c6342a770e2882bfd67ed34719e79066
[ "MIT" ]
null
null
null
#include "script/python/RenderModule.h" #include "script/ScriptCommon.h" #include "scene/Object.h" #include "math/Vector.h" #include "scene/NodeComponent.h" #include "render/RenderManager.h" #include "render/Camera.h" #include "render/Colour.h" #include "render/Light.h" #include "render/Renderer.h" #include "rende...
31.878505
95
0.719926
[ "mesh", "render", "object", "vector" ]
c8b944c024d34dfafd0537d2eb2e1b035dfefd76
12,661
cpp
C++
NFComm/NFNetPlugin/NFNetModule.cpp
flyarong/NoahGameFrame
9847c6dc627cdc58b5407bf2d362f4c708926762
[ "Apache-2.0" ]
2
2019-01-13T13:10:07.000Z
2019-07-28T01:50:02.000Z
NFComm/NFNetPlugin/NFNetModule.cpp
a8037902/NoahGameFrame
0c5b81538f0ee74e03bd3430b106f28ef45db17c
[ "Apache-2.0" ]
null
null
null
NFComm/NFNetPlugin/NFNetModule.cpp
a8037902/NoahGameFrame
0c5b81538f0ee74e03bd3430b106f28ef45db17c
[ "Apache-2.0" ]
1
2019-04-17T06:48:56.000Z
2019-04-17T06:48:56.000Z
/* This file is part of: NoahFrame https://github.com/ketoo/NoahGameFrame Copyright 2009 - 2018 NoahFrame(NoahGameFrame) File creator: lvsheng.huang NoahFrame is open-source software and you can redistribute it and/or modify it under the terms of the License; b...
27.464208
157
0.678698
[ "vector" ]
c8b96e046963ac0b4fcb49806946ad3dadc85d6e
10,946
cc
C++
cpp/src/arrow/csv/column_decoder_test.cc
timkpaine/arrow
a96297e65e17e728e4321cdecc7ace146e1363fb
[ "CC-BY-3.0", "Apache-2.0", "CC0-1.0", "MIT" ]
9,734
2016-02-17T13:22:12.000Z
2022-03-31T09:35:00.000Z
cpp/src/arrow/csv/column_decoder_test.cc
timkpaine/arrow
a96297e65e17e728e4321cdecc7ace146e1363fb
[ "CC-BY-3.0", "Apache-2.0", "CC0-1.0", "MIT" ]
11,470
2016-02-19T15:30:28.000Z
2022-03-31T23:27:21.000Z
cpp/src/arrow/csv/column_decoder_test.cc
XpressAI/arrow
eafd885e06f6bbc1eb169ed64016f804c1810bec
[ "CC-BY-3.0", "Apache-2.0", "CC0-1.0", "MIT" ]
2,637
2016-02-17T10:56:29.000Z
2022-03-31T08:20:13.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...
28.357513
90
0.636854
[ "vector" ]
c8bad9e5bc469a9d63437db94d84659784e372e6
1,689
cpp
C++
stacks_and_queues/stack.cpp
agurusa/interview_prep
b777e0803ee8d3316c0f3fb60efd8463d1437424
[ "MIT" ]
null
null
null
stacks_and_queues/stack.cpp
agurusa/interview_prep
b777e0803ee8d3316c0f3fb60efd8463d1437424
[ "MIT" ]
null
null
null
stacks_and_queues/stack.cpp
agurusa/interview_prep
b777e0803ee8d3316c0f3fb60efd8463d1437424
[ "MIT" ]
null
null
null
#include <iostream> #include <vector> class StackNode{ public: StackNode(int d){ data = d; } int data; StackNode *next = NULL; // included for comparisons in tests.cpp friend bool operator == (const StackNode lhs, const StackNode rhs){ return(lhs.data == rhs.data); } friend std::ostream& operator <<(std::o...
20.107143
78
0.616341
[ "vector" ]
c8be0c4bf51b1063487160389d1a4eed107e48e5
2,966
cpp
C++
cnvex.cpp
knight-ni/informix-cpp
32866db15926fd74a2118f41fdcc9df755f67a28
[ "IBM-pibs" ]
null
null
null
cnvex.cpp
knight-ni/informix-cpp
32866db15926fd74a2118f41fdcc9df755f67a28
[ "IBM-pibs" ]
null
null
null
cnvex.cpp
knight-ni/informix-cpp
32866db15926fd74a2118f41fdcc9df755f67a28
[ "IBM-pibs" ]
null
null
null
/**************************************************************************** * * IBM INC. * * PROPRIETARY DATA * * Licensed Material - Property Of IBM * * "Restricted Materials of IBM" * * IBM Informix Client SDK * * (c) Copyright IBM Corporation 199...
24.512397
131
0.452798
[ "object" ]
c8c3e15ff61a31dc1a198bd8b42ebf306aae808b
683
cc
C++
Code/0027-remove-element.cc
SMartQi/Leetcode
9e35c65a48ba1ecd5436bbe07dd65f993588766b
[ "MIT" ]
2
2019-12-06T14:08:57.000Z
2020-01-15T15:25:32.000Z
Code/0027-remove-element.cc
SMartQi/Leetcode
9e35c65a48ba1ecd5436bbe07dd65f993588766b
[ "MIT" ]
1
2020-01-15T16:29:16.000Z
2020-01-26T12:40:13.000Z
Code/0027-remove-element.cc
SMartQi/Leetcode
9e35c65a48ba1ecd5436bbe07dd65f993588766b
[ "MIT" ]
null
null
null
class Solution { public: int removeElement(vector<int>& nums, int val) { if (nums.size() == 0) { return 0; } int p1 = 0; int p2 = nums.size() - 1; while (true) { while (nums[p1] != val) { p1++; if (p1 == nums.size()) { ...
23.551724
51
0.292826
[ "vector" ]
c8c6e87d6bcaed28f8d9eb9f8db501f3e8ab969f
424
hpp
C++
graphics-library/include/scene/scene.hpp
thetorine/opengl3-library
3904d857fd1085ba2c57c4289eb0e0d123f11a14
[ "MIT" ]
null
null
null
graphics-library/include/scene/scene.hpp
thetorine/opengl3-library
3904d857fd1085ba2c57c4289eb0e0d123f11a14
[ "MIT" ]
null
null
null
graphics-library/include/scene/scene.hpp
thetorine/opengl3-library
3904d857fd1085ba2c57c4289eb0e0d123f11a14
[ "MIT" ]
null
null
null
#pragma once #include <vector> #include "scene/scene_object.hpp" namespace gl::scene { class Scene { public: Scene(); ~Scene(); void addChild(const std::shared_ptr<SceneObject> &child); void drawScene() const; void updateScene(float dt); size_t ...
21.2
66
0.580189
[ "vector" ]
c8c7673f761ffa432ae55b0b0ccd54ef0b4c945a
13,206
cpp
C++
iRODS/lib/core/src/irods_environment_properties.cpp
cyverse/irods
4ea33f5f0e220b6e5d257a49b45e10d07ec02d75
[ "BSD-3-Clause" ]
null
null
null
iRODS/lib/core/src/irods_environment_properties.cpp
cyverse/irods
4ea33f5f0e220b6e5d257a49b45e10d07ec02d75
[ "BSD-3-Clause" ]
7
2019-12-02T17:55:49.000Z
2019-12-02T17:55:59.000Z
iRODS/lib/core/src/irods_environment_properties.cpp
benlazarine/irods
83f3c4a6f8f7fc6422a1e73a297b97796a961322
[ "BSD-3-Clause" ]
1
2019-12-02T05:44:10.000Z
2019-12-02T05:44:10.000Z
/* * irods_environment_properties.cpp * */ #include "irods_environment_properties.hpp" #include "irods_get_full_path_for_config_file.hpp" #include "rods.h" #include "irods_log.hpp" #include "irods_lookup_table.hpp" #include "irods_home_directory.hpp" #include "readServerConfig.hpp" #include <string> #include <alg...
35.691892
100
0.513252
[ "vector" ]
c8cbfb399615a6b7c2e24b60ed0be929f2f1fb06
42,171
cpp
C++
template_mp/src/game/server/doors.cpp
moeabm/VS2013
dd29099567b286acac7bb542a06f085df78ea480
[ "Unlicense" ]
null
null
null
template_mp/src/game/server/doors.cpp
moeabm/VS2013
dd29099567b286acac7bb542a06f085df78ea480
[ "Unlicense" ]
null
null
null
template_mp/src/game/server/doors.cpp
moeabm/VS2013
dd29099567b286acac7bb542a06f085df78ea480
[ "Unlicense" ]
null
null
null
//========= Copyright Valve Corporation, All rights reserved. ============// // // Purpose: Implements two types of doors: linear and rotating. // // $NoKeywords: $ //=============================================================================// #include "cbase.h" #include "doors.h" #include "entitylist.h" #include "...
29.49021
191
0.620237
[ "object", "vector", "solid" ]
c8cc6db6e631c0650b4baa6cec865a065926f7c1
10,744
cpp
C++
src/utils/xrAI/game_spawn_constructor.cpp
Samsuper12/ixray-1.6
95b8ad458d4550118c7fbf34c5de872f3d1ca75e
[ "Linux-OpenIB" ]
2
2020-05-17T10:02:18.000Z
2020-08-08T21:10:36.000Z
src/utils/xrAI/game_spawn_constructor.cpp
ixray-team/ixray-1.6-stworld
a8d211b1c4961fad5c9a6835c6b08f7b05d9c5ac
[ "Linux-OpenIB" ]
null
null
null
src/utils/xrAI/game_spawn_constructor.cpp
ixray-team/ixray-1.6-stworld
a8d211b1c4961fad5c9a6835c6b08f7b05d9c5ac
[ "Linux-OpenIB" ]
null
null
null
//////////////////////////////////////////////////////////////////////////// // Module : game_spawn_constructor.cpp // Created : 16.10.2004 // Modified : 16.10.2004 // Author : Dmitriy Iassenev // Description : Game spawn constructor //////////////////////////////////////////////////////////////////////////...
32.071642
153
0.659531
[ "object" ]
c8cc7c9ed7ccaaaf548e518167cf4a45ff85e47e
16,620
cpp
C++
Engine/source/afx/util/afxParticlePool_T3D.cpp
Parcons/Torque3D
516163fd5debea9c91b558046d858f5f56fc198d
[ "MIT" ]
417
2020-06-01T15:55:15.000Z
2022-03-31T12:50:51.000Z
Engine/source/afx/util/afxParticlePool_T3D.cpp
Ashry00/Torque3D
33e3e41c8b7eb41c743a589558bc21302207ef97
[ "MIT" ]
186
2020-06-02T19:12:39.000Z
2022-02-15T02:22:27.000Z
Engine/source/afx/util/afxParticlePool_T3D.cpp
Ashry00/Torque3D
33e3e41c8b7eb41c743a589558bc21302207ef97
[ "MIT" ]
84
2020-06-01T15:54:44.000Z
2022-03-24T13:52:59.000Z
//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~// // Arcane-FX for MIT Licensed Open Source version of Torque 3D from GarageGames // Copyright (C) 2015 Faust Logic, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and ...
33.780488
163
0.650301
[ "vector", "3d" ]
c8cfdc56ae3a77bf52ad947aceb78373377cec2d
10,190
cc
C++
test/common/filesystem/filesystem_impl_test.cc
jaricftw/envoy
766f3fb8dbdafce402631c43c16fda46ed003462
[ "Apache-2.0" ]
2
2020-03-09T19:20:47.000Z
2021-05-05T21:02:07.000Z
test/common/filesystem/filesystem_impl_test.cc
jaricftw/envoy
766f3fb8dbdafce402631c43c16fda46ed003462
[ "Apache-2.0" ]
30
2022-02-17T02:28:37.000Z
2022-03-31T02:31:02.000Z
test/common/filesystem/filesystem_impl_test.cc
jerry2102/envoy
c91d59f66f016ce18f6968e2630677ee28038971
[ "Apache-2.0" ]
2
2019-11-29T12:40:19.000Z
2019-12-13T14:09:55.000Z
#include <chrono> #include <string> #include "common/common/assert.h" #include "common/filesystem/filesystem_impl.h" #include "test/test_common/environment.h" #include "gmock/gmock.h" #include "gtest/gtest.h" namespace Envoy { namespace Filesystem { static constexpr FlagSet DefaultFlags{ 1 << Filesystem::File:...
35.754386
98
0.75368
[ "vector" ]
c8d0ced3a627b7c24bca19fe81d8c0a859b5e66a
17,917
cpp
C++
OrionUO/Gumps/GumpCombatBook.cpp
alerdenisov/OrionUO
d0bb54ce62af68a0152edd02d94fdf92eef90d4d
[ "MIT" ]
25
2018-10-30T01:19:10.000Z
2021-06-02T15:35:49.000Z
OrionUO/Gumps/GumpCombatBook.cpp
alerdenisov/OrionUO
d0bb54ce62af68a0152edd02d94fdf92eef90d4d
[ "MIT" ]
74
2018-10-13T00:41:32.000Z
2021-09-04T20:00:12.000Z
OrionUO/Gumps/GumpCombatBook.cpp
alerdenisov/OrionUO
d0bb54ce62af68a0152edd02d94fdf92eef90d4d
[ "MIT" ]
20
2018-10-09T17:42:32.000Z
2022-03-26T05:57:47.000Z
// MIT License // Copyright (C) December 2016 Hotride #include "GumpCombatBook.h" #include "GumpAbility.h" #include "../Config.h" #include "../OrionUO.h" #include "../ToolTip.h" #include "../PressedObject.h" #include "../SelectedObject.h" #include "../ClickObject.h" #include "../OrionWindow.h" #include "../Managers/Mo...
25.486486
100
0.49774
[ "vector" ]
c8d0d3db861ca25d6ae670f65a37e9235fd0b862
16,110
cpp
C++
src/utils/TICCalculator.cpp
vmusch/OpenMS
3c4a078ad4687677393c138d4acb91bb444a7c7b
[ "BSL-1.0", "Zlib", "Apache-2.0" ]
348
2015-01-17T16:50:12.000Z
2022-03-30T22:55:39.000Z
src/utils/TICCalculator.cpp
vmusch/OpenMS
3c4a078ad4687677393c138d4acb91bb444a7c7b
[ "BSL-1.0", "Zlib", "Apache-2.0" ]
4,259
2015-01-01T14:07:54.000Z
2022-03-31T16:49:14.000Z
src/utils/TICCalculator.cpp
vmusch/OpenMS
3c4a078ad4687677393c138d4acb91bb444a7c7b
[ "BSL-1.0", "Zlib", "Apache-2.0" ]
266
2015-01-24T14:56:14.000Z
2022-03-30T12:32:35.000Z
// -------------------------------------------------------------------------- // OpenMS -- Open-Source Mass Spectrometry // -------------------------------------------------------------------------- // Copyright The OpenMS Team -- Eberhard Karls University Tuebingen, // ETH Zurich, and Freie Universit...
36.202247
166
0.633209
[ "vector", "transform" ]
c8db1cc8ebb5598822918360ac11c2531e611080
1,700
cpp
C++
PAT-Advanced/PAT1057-Stack.cpp
Ad147/LeetCode-Solutions
2ddbaef7387887f030825616cafde87db7d2022e
[ "MIT" ]
null
null
null
PAT-Advanced/PAT1057-Stack.cpp
Ad147/LeetCode-Solutions
2ddbaef7387887f030825616cafde87db7d2022e
[ "MIT" ]
null
null
null
PAT-Advanced/PAT1057-Stack.cpp
Ad147/LeetCode-Solutions
2ddbaef7387887f030825616cafde87db7d2022e
[ "MIT" ]
null
null
null
// PAT1057-Stack.cpp // Ad // Init: 19Aug26 // Score: 17/30 // Time: 60' // Runtime: 4 ms #include <algorithm> #include <iostream> #include <string> #include <vector> using namespace std; void push(vector<int> &stack); void pop(vector<int> &stack, vector<string> &output); void peek(vector<int> stack, vector<string>...
20.481928
82
0.513529
[ "vector" ]
c8dc0a2fe186a18a31ff8c0fcba019ab00b176ad
3,084
cpp
C++
plugins/ellis_tiler/ellis_tiler.cpp
eayus/wayfire
e71beff56eb8d82b16d02a48efc66fa127886d35
[ "MIT" ]
null
null
null
plugins/ellis_tiler/ellis_tiler.cpp
eayus/wayfire
e71beff56eb8d82b16d02a48efc66fa127886d35
[ "MIT" ]
null
null
null
plugins/ellis_tiler/ellis_tiler.cpp
eayus/wayfire
e71beff56eb8d82b16d02a48efc66fa127886d35
[ "MIT" ]
null
null
null
#include "ellis_tiler.hpp" #include <iostream> #include <algorithm> constexpr int OUTER_GAP = 20; constexpr int INNER_GAP = 20; namespace elos { WindowTree::WindowTree() : root(nullptr), next_split_type(SplitType::Horizontal) { } WindowTree WindowTree::empty() { WindowTree wt; return wt; } void Window...
22.676471
79
0.635538
[ "geometry" ]
c8e0e43cb6b3b8f5569279d560c6b4596d06bcd5
17,941
cpp
C++
media_driver/agnostic/gen9_kbl/media_interfaces/media_interfaces_g9_kbl.cpp
Kexiaox/media-driver
ff820574f8e6999c5fcd97fd4e45653aa8092462
[ "Intel", "BSD-3-Clause", "MIT" ]
1
2018-07-10T07:45:23.000Z
2018-07-10T07:45:23.000Z
media_driver/agnostic/gen9_kbl/media_interfaces/media_interfaces_g9_kbl.cpp
Kexiaox/media-driver
ff820574f8e6999c5fcd97fd4e45653aa8092462
[ "Intel", "BSD-3-Clause", "MIT" ]
null
null
null
media_driver/agnostic/gen9_kbl/media_interfaces/media_interfaces_g9_kbl.cpp
Kexiaox/media-driver
ff820574f8e6999c5fcd97fd4e45653aa8092462
[ "Intel", "BSD-3-Clause", "MIT" ]
null
null
null
/* * Copyright (c) 2017-2018, Intel Corporation * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, p...
31.641975
109
0.637478
[ "render" ]
c8e52b798208037fd9f2a8688e0a1fbd97118097
14,563
cc
C++
src/stirling/source_connectors/dynamic_bpftrace/dynamic_bpftrace_connector_test.cc
robertprast/pixie
d9e8fd70a51aaf4db3c859215e65efa28ccb4582
[ "Apache-2.0" ]
null
null
null
src/stirling/source_connectors/dynamic_bpftrace/dynamic_bpftrace_connector_test.cc
robertprast/pixie
d9e8fd70a51aaf4db3c859215e65efa28ccb4582
[ "Apache-2.0" ]
null
null
null
src/stirling/source_connectors/dynamic_bpftrace/dynamic_bpftrace_connector_test.cc
robertprast/pixie
d9e8fd70a51aaf4db3c859215e65efa28ccb4582
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2018- The Pixie Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
34.025701
110
0.691341
[ "vector" ]
c8e5ece4499c2822cc2f7d2ad1d49258420142f3
58,780
cpp
C++
src/tests/reservation_endpoints_tests.cpp
zagrev/mesos
eefec152dffc4977183089b46fbfe37dbd19e9d7
[ "Apache-2.0" ]
4,537
2015-01-01T03:26:40.000Z
2022-03-31T03:07:00.000Z
src/tests/reservation_endpoints_tests.cpp
zagrev/mesos
eefec152dffc4977183089b46fbfe37dbd19e9d7
[ "Apache-2.0" ]
227
2015-01-29T02:21:39.000Z
2022-03-29T13:35:50.000Z
src/tests/reservation_endpoints_tests.cpp
zagrev/mesos
eefec152dffc4977183089b46fbfe37dbd19e9d7
[ "Apache-2.0" ]
1,992
2015-01-05T12:29:19.000Z
2022-03-31T03:07:07.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...
31.945652
80
0.702093
[ "object", "vector" ]
c8e7c284ffd7fd1be94e663068fbeed5d683d7f2
18,325
cpp
C++
glib-adv/yahoodm.cpp
ksemer/snap
0084126c30ad49a4437bc8ea30be78484f8c58d7
[ "BSD-3-Clause" ]
1,805
2015-01-06T20:01:35.000Z
2022-03-29T16:12:51.000Z
glib-adv/yahoodm.cpp
lizhaoqing/snap
907c34aac6bcddc7c2f8efb64be76e87dd7e4ea5
[ "BSD-3-Clause" ]
168
2015-01-07T22:57:29.000Z
2022-03-15T01:20:24.000Z
glib-adv/yahoodm.cpp
lizhaoqing/snap
907c34aac6bcddc7c2f8efb64be76e87dd7e4ea5
[ "BSD-3-Clause" ]
768
2015-01-09T02:28:45.000Z
2022-03-30T00:53:46.000Z
///////////////////////////////////////////////// // Includes #include "yahoodm.h" ///////////////////////////////////////////////// // Yahoo-Table TYTb::TYTb(const PYBs& _YBs, const PYDsBs& _YDsBs): YBs(_YBs), YDsBs(_YDsBs), VarNToWordIdV(YBs->GetWords()), WordIdToVarNV(YBs->GetMxWordIds()), TupNToDocI...
36.143984
79
0.662592
[ "model" ]
c8ec60333310df78581a653a10850fd4d9e6da14
1,234
hpp
C++
Server/include/Initializers/SSLInitializer.hpp
arokasprz100/Proxy_server
5393613dd2b744814d1151d2aee93767d67646bd
[ "MIT" ]
3
2020-05-18T02:05:34.000Z
2020-05-18T04:42:46.000Z
Server/include/Initializers/SSLInitializer.hpp
arokasprz100/Proxy_server
5393613dd2b744814d1151d2aee93767d67646bd
[ "MIT" ]
null
null
null
Server/include/Initializers/SSLInitializer.hpp
arokasprz100/Proxy_server
5393613dd2b744814d1151d2aee93767d67646bd
[ "MIT" ]
1
2019-06-08T17:07:58.000Z
2019-06-08T17:07:58.000Z
/** * @file SSLInitializer.hpp * @brief This file contains definitions of functions that initialize important OpenSSL variables and call required OpenSSL functions. */ #ifndef SSLInitializer_hpp #define SSLInitializer_hpp #include <openssl/ssl.h> #include <openssl/err.h> #include <string> /** * @class...
31.641026
184
0.76013
[ "object" ]
c8ec883b84dacc27983ece86d8c2f39c0ecbe6b5
22,540
cc
C++
tensorflow/lite/delegates/gpu/metal/kernels/winograd.cc
TVLIgnacy/tensorflow
242e0a581524b5bba05af0fde052ef677733f2b5
[ "Apache-2.0" ]
1
2021-01-14T15:39:38.000Z
2021-01-14T15:39:38.000Z
tensorflow/lite/delegates/gpu/metal/kernels/winograd.cc
jahnavisrisai/tensorflow
c62635d6633db1d1e633ecb4bb0daf352b775689
[ "Apache-2.0" ]
null
null
null
tensorflow/lite/delegates/gpu/metal/kernels/winograd.cc
jahnavisrisai/tensorflow
c62635d6633db1d1e633ecb4bb0daf352b775689
[ "Apache-2.0" ]
null
null
null
/* Copyright 2020 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
35.384615
117
0.577462
[ "shape", "vector", "model" ]
c8efea858ca5d5896aa217fdd5fe559ac6f78453
27,401
cpp
C++
Firmware/Marlin/src/gcode/calibrate/G425.cpp
jhNsXO/UnifiedFirmware
a3649d67d9fa6219c7fb58ab9e18594b1b0a24df
[ "Info-ZIP" ]
97
2020-09-14T13:35:17.000Z
2022-03-28T20:15:49.000Z
Firmware/Marlin/src/gcode/calibrate/G425.cpp
jhNsXO/UnifiedFirmware
a3649d67d9fa6219c7fb58ab9e18594b1b0a24df
[ "Info-ZIP" ]
8
2020-11-11T21:01:38.000Z
2022-01-22T01:22:10.000Z
Firmware/Marlin/src/gcode/calibrate/G425.cpp
jhNsXO/UnifiedFirmware
a3649d67d9fa6219c7fb58ab9e18594b1b0a24df
[ "Info-ZIP" ]
49
2020-09-22T09:33:37.000Z
2022-03-19T21:23:04.000Z
/** * Marlin 3D Printer Firmware * Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * * Based on Sprinter and grbl. * Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
36.38911
148
0.705084
[ "object", "3d" ]
c8f0af9f25e1aa1a676e541c716bb1fdb42a9d68
15,620
cpp
C++
plugins/icp_relay_plugin/session.cpp
tianyalangzi/eocs
83ba0a8cdcdcdac0aad6726ffffd87f558133e0f
[ "MIT" ]
null
null
null
plugins/icp_relay_plugin/session.cpp
tianyalangzi/eocs
83ba0a8cdcdcdac0aad6726ffffd87f558133e0f
[ "MIT" ]
1
2019-01-03T07:36:43.000Z
2019-01-03T07:36:43.000Z
plugins/icp_relay_plugin/session.cpp
tianyalangzi/eocs
83ba0a8cdcdcdac0aad6726ffffd87f558133e0f
[ "MIT" ]
null
null
null
#include "session.hpp" #include <appbase/application.hpp> #include "icp_relay.hpp" namespace icp { // Creating session from server socket acceptance session::session(tcp::socket socket, relay_ptr relay) : ios_(socket.get_io_service()), resolver_(socket.get_io_service()), ws_(std::make_unique<ws::stream...
31.115538
241
0.604481
[ "vector" ]
c8f20accf01a1ed44242a6a3a168e49965a2f97d
8,261
cc
C++
chrome/browser/ui/extensions/application_launch_web_app.cc
kjthegod/chromium
cf940f7f418436b77e15b1ea23e6fa100ca1c91a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2019-11-28T10:46:52.000Z
2019-11-28T10:46:52.000Z
chrome/browser/ui/extensions/application_launch_web_app.cc
kjthegod/chromium
cf940f7f418436b77e15b1ea23e6fa100ca1c91a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chrome/browser/ui/extensions/application_launch_web_app.cc
kjthegod/chromium
cf940f7f418436b77e15b1ea23e6fa100ca1c91a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2015-03-27T11:15:39.000Z
2016-08-17T14:19:56.000Z
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ui/extensions/application_launch_web_app.h" #include <string> #include "apps/launcher.h" #include "base/metrics/histogram.h...
39.151659
80
0.688658
[ "geometry", "model" ]
c8f2a91be3a509b9cc8921aebb18eb12072f95fd
4,064
cpp
C++
src/caffe/layers/siamese_logistic_loss_layer.cpp
NicoleWang/caffe-for-rfcn
fafed9bac1b1ccb46ac11d1790f1ca4f86ce0d0d
[ "BSD-2-Clause" ]
null
null
null
src/caffe/layers/siamese_logistic_loss_layer.cpp
NicoleWang/caffe-for-rfcn
fafed9bac1b1ccb46ac11d1790f1ca4f86ce0d0d
[ "BSD-2-Clause" ]
null
null
null
src/caffe/layers/siamese_logistic_loss_layer.cpp
NicoleWang/caffe-for-rfcn
fafed9bac1b1ccb46ac11d1790f1ca4f86ce0d0d
[ "BSD-2-Clause" ]
null
null
null
#include <algorithm> #include <cmath> #include <vector> #include "caffe/layers/siamese_logistic_loss_layer.hpp" #include "caffe/util/math_functions.hpp" #define DEBUG_INFO #undef DEBUG_INFO namespace caffe { template <typename Dtype> void SiameseLogisticLossLayer<Dtype>::Reshape( const vector<Blob<Dtype>*>& bott...
34.440678
125
0.601378
[ "vector" ]
c8f95dab5ff1e0f542ca8afc5dfa9578f87ea4c8
2,526
hh
C++
src/blas/axpy.hh
hmatuschek/linalg
b4b8337ba001b24572f13349cc5804a416bfe5a7
[ "MIT" ]
1
2016-05-24T15:27:52.000Z
2016-05-24T15:27:52.000Z
src/blas/axpy.hh
hmatuschek/linalg
b4b8337ba001b24572f13349cc5804a416bfe5a7
[ "MIT" ]
null
null
null
src/blas/axpy.hh
hmatuschek/linalg
b4b8337ba001b24572f13349cc5804a416bfe5a7
[ "MIT" ]
null
null
null
#ifndef __LINALG_BLAS_AXPY_HH__ #define __LINALG_BLAS_AXPY_HH__ #include <vector.hh> #include <simd.hh> namespace Linalg { namespace Blas { /** * SIMD implementation of @c Linalg::Blas::axpy for dense vectors. * * @ingroup blas_internal */ template <class Scalar> inline void __axpy_dense(const Scalar &alpha, s...
24.288462
102
0.659541
[ "vector" ]
c8fe0afa66a3d632fcbaa9e6d41de3bf4785156c
1,358
hpp
C++
src/ChemicalFormula.hpp
pavoljuhas/liga
53896275e9df0a916ba6219b407ce3777ce7ba2d
[ "BSD-3-Clause" ]
1
2021-06-02T18:56:27.000Z
2021-06-02T18:56:27.000Z
src/ChemicalFormula.hpp
pavoljuhas/liga
53896275e9df0a916ba6219b407ce3777ce7ba2d
[ "BSD-3-Clause" ]
2
2021-06-01T18:08:36.000Z
2022-01-13T18:28:19.000Z
src/ChemicalFormula.hpp
pavoljuhas/liga
53896275e9df0a916ba6219b407ce3777ce7ba2d
[ "BSD-3-Clause" ]
3
2021-05-24T00:30:04.000Z
2021-11-13T01:13:42.000Z
/*********************************************************************** * * Liga Algorithm for structure determination from pair distances * Pavol Juhas * (c) 2009 Trustees of the Columbia University * in the City of New York. All rights reserved. * * See AUTHO...
28.291667
72
0.544183
[ "vector" ]
7401552525c5b3a8696a7e5168e2f1b19abb4a4c
6,733
hpp
C++
openstudiocore/src/analysis/DakotaParametersFile_Impl.hpp
zhouchong90/OpenStudio
f8570cb8297547b5e9cc80fde539240d8f7b9c24
[ "BSL-1.0", "blessing" ]
null
null
null
openstudiocore/src/analysis/DakotaParametersFile_Impl.hpp
zhouchong90/OpenStudio
f8570cb8297547b5e9cc80fde539240d8f7b9c24
[ "BSL-1.0", "blessing" ]
null
null
null
openstudiocore/src/analysis/DakotaParametersFile_Impl.hpp
zhouchong90/OpenStudio
f8570cb8297547b5e9cc80fde539240d8f7b9c24
[ "BSL-1.0", "blessing" ]
null
null
null
/********************************************************************** * Copyright (c) 2008-2014, Alliance for Sustainable Energy. * All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as publishe...
38.695402
114
0.717214
[ "object", "vector" ]
740529fe4b7a3e2e503c19bd1d704126c648732d
17,857
cpp
C++
aten/src/ATen/native/Histogram.cpp
abishekvashok/pytorch
d4ae7896554d156732de34c3d3600050f9cb18ec
[ "Intel" ]
1
2020-11-18T11:52:35.000Z
2020-11-18T11:52:35.000Z
aten/src/ATen/native/Histogram.cpp
abishekvashok/pytorch
d4ae7896554d156732de34c3d3600050f9cb18ec
[ "Intel" ]
1
2021-04-07T18:15:29.000Z
2021-04-07T18:15:29.000Z
aten/src/ATen/native/Histogram.cpp
abishekvashok/pytorch
d4ae7896554d156732de34c3d3600050f9cb18ec
[ "Intel" ]
null
null
null
#include <ATen/ATen.h> #include <ATen/Dispatch.h> #include <ATen/NativeFunctions.h> #include <ATen/native/Histogram.h> #include <ATen/native/Resize.h> #include <numeric> #include <tuple> #include <vector> #include <functional> #include <c10/util/ArrayRef.h> #include <c10/core/ScalarType.h> #include <c10/core/DefaultD...
43.553659
123
0.674469
[ "shape", "vector", "transform" ]
74090edf70e17c99e5a178706bc042466fa330cd
5,867
hpp
C++
allocore/allocore/protocol/al_Serialize.hpp
donghaoren/AlloSystem
7674cc8597e470a355a5dab1dac9191c2c2e8086
[ "BSD-3-Clause" ]
null
null
null
allocore/allocore/protocol/al_Serialize.hpp
donghaoren/AlloSystem
7674cc8597e470a355a5dab1dac9191c2c2e8086
[ "BSD-3-Clause" ]
null
null
null
allocore/allocore/protocol/al_Serialize.hpp
donghaoren/AlloSystem
7674cc8597e470a355a5dab1dac9191c2c2e8086
[ "BSD-3-Clause" ]
null
null
null
#ifndef INCLUDE_AL_SERIALIZE_HPP #define INCLUDE_AL_SERIALIZE_HPP /* Allocore -- Multimedia / virtual environment application class library Copyright (C) 2009. AlloSphere Research Group, Media Arts & Technology, UCSB. Copyright (C) 2012. The Regents of the University of California. All rights reserved. Redistri...
34.715976
123
0.698994
[ "vector" ]
74115de43ea222803b3b559da6d520c36b509523
2,716
cpp
C++
codechef/aug16/long_aug/long41.cpp
Abhinavlamba/competitive-programming
fdf26f55e5559cde32651ef91f1927b1137442f9
[ "MIT" ]
1
2020-05-12T04:28:55.000Z
2020-05-12T04:28:55.000Z
codechef/aug16/long_aug/long41.cpp
devkant/competitive-programming
fdf26f55e5559cde32651ef91f1927b1137442f9
[ "MIT" ]
null
null
null
codechef/aug16/long_aug/long41.cpp
devkant/competitive-programming
fdf26f55e5559cde32651ef91f1927b1137442f9
[ "MIT" ]
5
2017-10-22T06:04:17.000Z
2020-08-04T11:08:47.000Z
#include <bits/stdc++.h> using namespace std; int main() { typedef long long lg; lg times,i,j,k,p,n,m; scanf("%lld",&times); for(i=0;i<times;i++){ scanf("%lld%lld",&n,&m); vector<int> arr[n+1]; int colors[n+1]; int rel[n+1][n+1]; ...
15.258427
56
0.31701
[ "vector" ]
741384e606160a09683555065dcb77ad72eae90d
27,051
cpp
C++
Source/CNTK/ModelEditLanguage.cpp
sunkwei/CNTK
08691e97707538b110ca71bce4ad06c46d840517
[ "Intel" ]
6
2019-08-18T05:29:09.000Z
2021-01-19T09:58:45.000Z
Source/CNTK/ModelEditLanguage.cpp
Omar-Belghaouti/CNTK
422f710242c602b2660a634f2234abf5aaf5b337
[ "RSA-MD" ]
null
null
null
Source/CNTK/ModelEditLanguage.cpp
Omar-Belghaouti/CNTK
422f710242c602b2660a634f2234abf5aaf5b337
[ "RSA-MD" ]
1
2019-03-20T21:44:46.000Z
2019-03-20T21:44:46.000Z
// // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE.md file in the project root for full license information. // // NetworkDescriptionLanguage.cpp : Code used to interpret the Network Description Language. // #define _CRT_SECURE_NO_WARNINGS // "secure" CRT not available o...
43.771845
187
0.634875
[ "vector", "model" ]
7416e36817bf3a25dd1f67e3bba862bdaaa95b52
4,016
cpp
C++
src/OpcUaClient/ClientService/ClientServiceBrowse.cpp
gianricardo/OpcUaStack
ccdef574175ffe8b7e82b886abc5e5403968b280
[ "Apache-2.0" ]
108
2018-10-08T17:03:32.000Z
2022-03-21T00:52:26.000Z
src/OpcUaClient/ClientService/ClientServiceBrowse.cpp
gianricardo/OpcUaStack
ccdef574175ffe8b7e82b886abc5e5403968b280
[ "Apache-2.0" ]
287
2018-09-18T14:59:12.000Z
2022-01-13T12:28:23.000Z
src/OpcUaClient/ClientService/ClientServiceBrowse.cpp
gianricardo/OpcUaStack
ccdef574175ffe8b7e82b886abc5e5403968b280
[ "Apache-2.0" ]
32
2018-10-19T14:35:03.000Z
2021-11-12T09:36:46.000Z
/* Copyright 2016 Kai Huebl (kai@huebl-sgh.de) Lizenziert gemäß Apache Licence Version 2.0 (die „Lizenz“); Nutzung dieser Datei nur in Übereinstimmung mit der Lizenz erlaubt. Eine Kopie der Lizenz erhalten Sie auf http://www.apache.org/licenses/LICENSE-2.0. Sofern nicht gemäß geltendem Recht vorgeschri...
31.375
101
0.733566
[ "object", "model" ]
741767f02cbe8a6e97488ccc2e2ec7f37b6f7e44
5,846
cpp
C++
tests/test_random.cpp
robertu94/nvcomp
5d5c194f3449486d989057f632d10954b8d11d75
[ "BSD-3-Clause" ]
256
2020-08-03T17:40:07.000Z
2022-03-30T15:43:10.000Z
tests/test_random.cpp
robertu94/nvcomp
5d5c194f3449486d989057f632d10954b8d11d75
[ "BSD-3-Clause" ]
44
2020-08-11T06:04:23.000Z
2022-03-30T23:34:44.000Z
tests/test_random.cpp
robertu94/nvcomp
5d5c194f3449486d989057f632d10954b8d11d75
[ "BSD-3-Clause" ]
49
2020-08-04T16:03:32.000Z
2022-03-24T10:15:02.000Z
/* * Copyright (c) 2018-2020, NVIDIA CORPORATION. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * Redistributions of source code must retain the above copyright * notice, this list ...
26.098214
74
0.656346
[ "vector" ]
7418607bd5d19a9bebd910e1f32dd59f77201542
77,863
cpp
C++
src/TritonRoute/src/dr/FlexDR.cpp
ravi-varadarajan/OpenROAD
dc228c6a539157349d9391d893ed255b51dd4f64
[ "BSD-3-Clause-Clear" ]
null
null
null
src/TritonRoute/src/dr/FlexDR.cpp
ravi-varadarajan/OpenROAD
dc228c6a539157349d9391d893ed255b51dd4f64
[ "BSD-3-Clause-Clear" ]
null
null
null
src/TritonRoute/src/dr/FlexDR.cpp
ravi-varadarajan/OpenROAD
dc228c6a539157349d9391d893ed255b51dd4f64
[ "BSD-3-Clause-Clear" ]
null
null
null
/* Authors: Lutong Wang and Bangqi Xu */ /* * Copyright (c) 2019, The Regents of the University of California * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of sourc...
33.809379
80
0.535068
[ "shape", "vector" ]
741c7d73297256fdf51eb56b9f567be26922683d
24,961
cpp
C++
Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRGestureComponent.cpp
michaelcawood/PhoenixGene_VRExp
94ebe7cba181b9bf4801fd69fbb947a9c93b5efa
[ "MIT" ]
null
null
null
Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRGestureComponent.cpp
michaelcawood/PhoenixGene_VRExp
94ebe7cba181b9bf4801fd69fbb947a9c93b5efa
[ "MIT" ]
null
null
null
Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRGestureComponent.cpp
michaelcawood/PhoenixGene_VRExp
94ebe7cba181b9bf4801fd69fbb947a9c93b5efa
[ "MIT" ]
null
null
null
#include "VRGestureComponent.h" #include "TimerManager.h" DECLARE_CYCLE_STAT(TEXT("TickGesture ~ TickingGesture"), STAT_TickGesture, STATGROUP_TickGesture); UVRGestureComponent::UVRGestureComponent(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) { PrimaryComponentTick.bCanEverTick = false; ...
34.053206
271
0.74388
[ "mesh" ]
741d4a17ee19674aba4f35a63dc7df1756c5be41
3,087
cxx
C++
src/protocol/HTTPResponseParser.cxx
DaRoli/openkit-native
cf3fd1d9816a0df11d98b5345dd03105c1654ea6
[ "Apache-2.0" ]
null
null
null
src/protocol/HTTPResponseParser.cxx
DaRoli/openkit-native
cf3fd1d9816a0df11d98b5345dd03105c1654ea6
[ "Apache-2.0" ]
null
null
null
src/protocol/HTTPResponseParser.cxx
DaRoli/openkit-native
cf3fd1d9816a0df11d98b5345dd03105c1654ea6
[ "Apache-2.0" ]
null
null
null
/** * Copyright 2018 Dynatrace 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wri...
28.063636
122
0.737933
[ "vector", "transform" ]
741e112587845a05fbdf970ddba9c5611cf7049a
621
hpp
C++
FootSoldier.hpp
zhra2zaid/wargame
15a719f286cce7c38da1461b1ab80a3a5b942fc0
[ "MIT" ]
null
null
null
FootSoldier.hpp
zhra2zaid/wargame
15a719f286cce7c38da1461b1ab80a3a5b942fc0
[ "MIT" ]
null
null
null
FootSoldier.hpp
zhra2zaid/wargame
15a719f286cce7c38da1461b1ab80a3a5b942fc0
[ "MIT" ]
null
null
null
#ifndef UNTITLED_FOOTSOLDIER_HPP #define UNTITLED_FOOTSOLDIER_HPP #include "Soldier.hpp" //#define MAX_HEALTH 100 //#define HIT_DAMAGE 10 //namespace WarGame{ class FootSoldier : public Soldier{ public: FootSoldier(int id): Soldier(100,10,id){} ~FootSoldier() { ...
22.178571
91
0.600644
[ "vector" ]
741efe9afabf89c196d0f1855099ddeeda01fc87
16,849
cpp
C++
src/mongo/client/fetcher.cpp
xiaobluesky/mongo
40d3940dee184100e1c8a1ac449cddeaf7828d2c
[ "Apache-2.0" ]
2
2021-08-19T12:41:45.000Z
2021-08-19T12:48:10.000Z
src/mongo/client/fetcher.cpp
koooex/roboshell
dc1b3b149202e6d35ff2ef79986ff74fe87b45e2
[ "Apache-2.0" ]
null
null
null
src/mongo/client/fetcher.cpp
koooex/roboshell
dc1b3b149202e6d35ff2ef79986ff74fe87b45e2
[ "Apache-2.0" ]
null
null
null
/** * Copyright (C) 2015 MongoDB Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free Software Foundation. * * This program is distributed in the hope that it will be usef...
36.469697
100
0.606208
[ "object" ]
742311ae6f1b19f639aeabe3082a7f1dfab7b965
34,942
cpp
C++
dali-toolkit/internal/controls/slider/slider-impl.cpp
Coquinho/dali-toolkit
8fea8f2ae64923690519e0de039ce4af51271d9f
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
dali-toolkit/internal/controls/slider/slider-impl.cpp
Coquinho/dali-toolkit
8fea8f2ae64923690519e0de039ce4af51271d9f
[ "Apache-2.0", "BSD-3-Clause" ]
1
2020-10-19T15:47:43.000Z
2020-10-19T15:47:43.000Z
dali-toolkit/internal/controls/slider/slider-impl.cpp
expertisesolutions/dali-toolkit
eac3e6ee30183868f1af12addd94e7f2fc467ed7
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
24.659139
144
0.648904
[ "object" ]
7425a1a4ea870258fb43a881c75ff6ede10ac64b
926
cpp
C++
cpp/66_plusOne.cpp
zzy2008/Leetcode
b75d9fe8b49afe940aa63004671337898a4ce733
[ "MIT" ]
null
null
null
cpp/66_plusOne.cpp
zzy2008/Leetcode
b75d9fe8b49afe940aa63004671337898a4ce733
[ "MIT" ]
null
null
null
cpp/66_plusOne.cpp
zzy2008/Leetcode
b75d9fe8b49afe940aa63004671337898a4ce733
[ "MIT" ]
null
null
null
#include <iostream> #include <vector> using namespace std; vector<int> plusOne(vector<int> &digits) { int n = digits.size(); for (int i = n - 1; i >= 0; i--) { if (digits[i] == 9) digits[i] = 0; else { digits[i] += 1; return digits; } } if (dig...
28.060606
72
0.463283
[ "vector" ]
742a6c556df8530ddaff34ea86c43176a59a20f4
1,080
cpp
C++
Codeforces/C++/1560B.cpp
shresth12-jain/HacktoberFest2021
43bd5d99668c104f89f3efef5313e4ddadd9931a
[ "Apache-2.0" ]
11
2021-10-01T06:53:31.000Z
2022-02-05T20:36:20.000Z
Codeforces/C++/1560B.cpp
shresth12-jain/HacktoberFest2021
43bd5d99668c104f89f3efef5313e4ddadd9931a
[ "Apache-2.0" ]
37
2021-10-01T06:54:01.000Z
2021-10-20T18:02:31.000Z
Codeforces/C++/1560B.cpp
shresth12-jain/HacktoberFest2021
43bd5d99668c104f89f3efef5313e4ddadd9931a
[ "Apache-2.0" ]
110
2021-10-01T06:51:28.000Z
2021-10-31T18:00:55.000Z
#include <bits/stdc++.h> #include <iostream> using namespace std; #define all(v) ((v).begin()), ((v).end()) #define sz(v) ((int)((v).size())) #define rep(i, v) for (int i = 0; i < sz(v); ++i) #define lp(i, n) for (int i = 0; i < (int)(n); ++i) #define lpi(i, j, n) for (int i = (j); i < (int)(n); ++i) #define lpi(i, j,...
22.5
57
0.409259
[ "vector" ]
742b72003f815ea9e9d3b456967963c45d2a64de
22,494
cc
C++
chrome/browser/net/system_network_context_manager_browsertest.cc
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chrome/browser/net/system_network_context_manager_browsertest.cc
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chrome/browser/net/system_network_context_manager_browsertest.cc
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/net/system_network_context_manager.h" #include <string> #include <vector> #include "base/feature_list.h" #include "base/optiona...
42.683112
80
0.777585
[ "vector" ]
743560c07a87597cd243754b73cb2640bb86c4d6
4,398
cpp
C++
openstudiocore/src/energyplus/ForwardTranslator/ForwardTranslateGasEquipment.cpp
zhouchong90/OpenStudio
f8570cb8297547b5e9cc80fde539240d8f7b9c24
[ "BSL-1.0", "blessing" ]
null
null
null
openstudiocore/src/energyplus/ForwardTranslator/ForwardTranslateGasEquipment.cpp
zhouchong90/OpenStudio
f8570cb8297547b5e9cc80fde539240d8f7b9c24
[ "BSL-1.0", "blessing" ]
null
null
null
openstudiocore/src/energyplus/ForwardTranslator/ForwardTranslateGasEquipment.cpp
zhouchong90/OpenStudio
f8570cb8297547b5e9cc80fde539240d8f7b9c24
[ "BSL-1.0", "blessing" ]
null
null
null
/********************************************************************** * Copyright (c) 2008-2014, Alliance for Sustainable Energy. * All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as publishe...
35.756098
116
0.702592
[ "model" ]
7435b0419b48ca0f1893a4dd8f6de4b9067ba8c9
614
cpp
C++
liquid.cpp
fransvanbuul/the_cube
eb2790340a84a4d95b3554c647c3f48dc9394de0
[ "Unlicense" ]
null
null
null
liquid.cpp
fransvanbuul/the_cube
eb2790340a84a4d95b3554c647c3f48dc9394de0
[ "Unlicense" ]
null
null
null
liquid.cpp
fransvanbuul/the_cube
eb2790340a84a4d95b3554c647c3f48dc9394de0
[ "Unlicense" ]
null
null
null
#include "cube_shared.h" void liquid_loop() { int analog_in = analogRead(7); mpu6050.update(); Vector acc = Vector(0x40*mpu6050.getAccX(), -0x40*mpu6050.getAccY(), 0x40*mpu6050.getAccZ()); int16_t c = Vector(1, 1, 1) * acc + ((analog_in - 512)/5); for(int8_t z = 0; z < 3; z++) { for(int8_t y = 0; y < 3; ...
25.583333
95
0.470684
[ "vector" ]
7436f21f135b76a561fbfd7a9d4fa2b61c271999
36,233
cc
C++
src/ui/scenic/lib/input/input_system.cc
EnderNightLord-ChromeBook/fuchsia-pine64-pinephone
05e2c059b57b6217089090a0315971d1735ecf57
[ "BSD-3-Clause" ]
14
2020-10-25T05:48:36.000Z
2021-09-20T02:46:20.000Z
src/ui/scenic/lib/input/input_system.cc
JokeZhang/fuchsia
d6e9dea8dca7a1c8fa89d03e131367e284b30d23
[ "BSD-3-Clause" ]
null
null
null
src/ui/scenic/lib/input/input_system.cc
JokeZhang/fuchsia
d6e9dea8dca7a1c8fa89d03e131367e284b30d23
[ "BSD-3-Clause" ]
2
2020-10-25T01:13:49.000Z
2020-10-26T02:32:13.000Z
// Copyright 2018 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "src/ui/scenic/lib/input/input_system.h" #include <fuchsia/ui/input/cpp/fidl.h> #include <fuchsia/ui/scenic/cpp/fidl.h> #include <lib/fostr/fidl/...
44.567036
100
0.697651
[ "vector" ]
2935c21a2033515e94f301c057b57713393729bc
8,392
cc
C++
tensorflow/lite/delegates/gpu/metal/kernels/elementwise.cc
deerluffy/tensorflow
73e9dc4e1eae1589c8ea4a7cf1e8398c1eff3ab1
[ "Apache-2.0" ]
1
2020-09-30T07:40:55.000Z
2020-09-30T07:40:55.000Z
tensorflow/lite/delegates/gpu/metal/kernels/elementwise.cc
deerluffy/tensorflow
73e9dc4e1eae1589c8ea4a7cf1e8398c1eff3ab1
[ "Apache-2.0" ]
null
null
null
tensorflow/lite/delegates/gpu/metal/kernels/elementwise.cc
deerluffy/tensorflow
73e9dc4e1eae1589c8ea4a7cf1e8398c1eff3ab1
[ "Apache-2.0" ]
1
2021-03-28T10:02:51.000Z
2021-03-28T10:02:51.000Z
/* Copyright 2019 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
36.486957
80
0.595806
[ "shape", "vector" ]
2938d1a2d005ff06d58a36bb2a4d8de03ce9ec78
1,804
cpp
C++
Codechef/CHEFCRUN.cpp
jceplaras/competitiveprogramming
d92cbedd31d9aa812a6084aea50e573886e5e6e4
[ "MIT" ]
null
null
null
Codechef/CHEFCRUN.cpp
jceplaras/competitiveprogramming
d92cbedd31d9aa812a6084aea50e573886e5e6e4
[ "MIT" ]
null
null
null
Codechef/CHEFCRUN.cpp
jceplaras/competitiveprogramming
d92cbedd31d9aa812a6084aea50e573886e5e6e4
[ "MIT" ]
null
null
null
#include <algorithm> #include <cmath> #include <cctype> #include <climits> #include <cstdio> #include <cstring> #include <iostream> #include <map> #include <queue> #include <set> #include <string> #include <vector> #define FOR(i,a,b) for (int i = a; i <= b; i++) #define FORN(i,N) for (int i = 0; i < N; i++) #define FO...
18.597938
71
0.553769
[ "vector" ]
2938fcee8135ce16a73a8a557176c782d4f10947
24,136
cpp
C++
lib/wx/c_src/wxe_impl.cpp
jjhoo/otp
808eccc796a05caf2f2a244db385df83c2680b9f
[ "Apache-2.0" ]
8,238
2015-01-02T01:05:29.000Z
2022-03-30T04:09:46.000Z
lib/wx/c_src/wxe_impl.cpp
jjhoo/otp
808eccc796a05caf2f2a244db385df83c2680b9f
[ "Apache-2.0" ]
2,988
2015-01-02T11:40:59.000Z
2022-03-31T18:29:54.000Z
lib/wx/c_src/wxe_impl.cpp
jjhoo/otp
808eccc796a05caf2f2a244db385df83c2680b9f
[ "Apache-2.0" ]
2,459
2015-01-01T18:54:55.000Z
2022-03-31T08:58:25.000Z
/* * %CopyrightBegin% * * Copyright Ericsson AB 2008-2017. 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 * ...
30.132335
112
0.613399
[ "object" ]
29404843c8e0bdc3cbefd31622f85fcacf6ac3d8
11,513
cc
C++
extensions/browser/verified_contents.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
extensions/browser/verified_contents.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
extensions/browser/verified_contents.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 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 "extensions/browser/verified_contents.h" #include <stddef.h> #include "base/base64url.h" #include "base/files/file_util.h" #include "base/json/...
34.993921
80
0.652219
[ "object" ]
29414fae7a380b6e3f074bb2cac5c0ce5ea076ac
1,047
hpp
C++
src/reyes/Torus.hpp
cwbaker/sweet_render
259830adba09fabe4de2eef3537f4a95828965d3
[ "MIT" ]
null
null
null
src/reyes/Torus.hpp
cwbaker/sweet_render
259830adba09fabe4de2eef3537f4a95828965d3
[ "MIT" ]
null
null
null
src/reyes/Torus.hpp
cwbaker/sweet_render
259830adba09fabe4de2eef3537f4a95828965d3
[ "MIT" ]
null
null
null
#pragma once #include "Geometry.hpp" #include <math/vec2.hpp> #include <math/vec3.hpp> #include <math/mat4x4.hpp> #include <list> namespace reyes { class Grid; class Torus : public Geometry { float rmajor_; float rminor_; float phimin_; float phimax_; float thetamax_; p...
26.846154
118
0.663801
[ "geometry", "transform" ]
294282eccfe44080b0ceaaebeae60c3359027165
2,976
cpp
C++
A3/polynomial.cpp
anish-sk/CS2810
982259146b210c201ea94ce5068c05c8471cbf30
[ "MIT" ]
null
null
null
A3/polynomial.cpp
anish-sk/CS2810
982259146b210c201ea94ce5068c05c8471cbf30
[ "MIT" ]
null
null
null
A3/polynomial.cpp
anish-sk/CS2810
982259146b210c201ea94ce5068c05c8471cbf30
[ "MIT" ]
null
null
null
#include <bits/stdc++.h> using namespace std; const int maximum_degree = 22; class polynomial{ public: vector<double> coefficents; polynomial(){ coefficents = vector<double>(maximum_degree,0); } polynomial(int n){ coefficents = vector<double>(maximum_degree,0); for(int i=0;i<...
25.878261
80
0.382392
[ "vector" ]
29431bce0bfeef599fa3b5e58c71b7a035019c9c
10,030
cpp
C++
TopGraph/extendedpersistence/extended_pers_11-28-2021ORIGINAL.cpp
mityanony404/TopGraph
23595ca5d3dfcd5bc5ebb771800e3fbe9a0d5eed
[ "MIT" ]
null
null
null
TopGraph/extendedpersistence/extended_pers_11-28-2021ORIGINAL.cpp
mityanony404/TopGraph
23595ca5d3dfcd5bc5ebb771800e3fbe9a0d5eed
[ "MIT" ]
null
null
null
TopGraph/extendedpersistence/extended_pers_11-28-2021ORIGINAL.cpp
mityanony404/TopGraph
23595ca5d3dfcd5bc5ebb771800e3fbe9a0d5eed
[ "MIT" ]
null
null
null
#include <iostream> #include <utility> #include <algorithm> #include <vector> #include <boost/graph/adjacency_list.hpp> #include <boost/graph/graph_traits.hpp> #include <boost/property_map/transform_value_property_map.hpp> #include <boost/property_map/function_property_map.hpp> #include <boost/graph/dijkstra_shortest_p...
35.192982
146
0.613759
[ "vector" ]
2944feb0a107290aa1c3d5933df1bd78ca30abff
1,087
cpp
C++
UFO Shooter/EnemyController.cpp
MylerRL661/2D-Shooter-UFO-Game
f335cfb8f4dcc515de1d6227b624dc447bda28bb
[ "MIT" ]
1
2021-03-14T14:50:16.000Z
2021-03-14T14:50:16.000Z
UFO Shooter/EnemyController.cpp
MylerRL661/2D-Shooter-UFO-Game
f335cfb8f4dcc515de1d6227b624dc447bda28bb
[ "MIT" ]
null
null
null
UFO Shooter/EnemyController.cpp
MylerRL661/2D-Shooter-UFO-Game
f335cfb8f4dcc515de1d6227b624dc447bda28bb
[ "MIT" ]
null
null
null
#include "EnemyController.h" //constructor EnemyController::EnemyController() {} //deconstructor EnemyController::~EnemyController() {} void EnemyController::Init() {} void EnemyController::Add(int X, int Y, SDL_Renderer *arenderer) { //fast spawning if (c % 5000 == 0) { EnemyObj* TempBlock = n...
17.253968
65
0.638454
[ "render" ]
2949884ac7fbe4e4a09c2b95c81888cad3608e15
44,158
cpp
C++
taichi/backends/opengl/codegen_opengl.cpp
yihong0618/taichi
1ff57c080edd0366a3cfb5174af131b6d94a2adc
[ "MIT" ]
2
2022-03-20T19:30:29.000Z
2022-03-20T19:30:34.000Z
taichi/backends/opengl/codegen_opengl.cpp
frostming/taichi
a866aad0835b4149a1a2328880f41adfc6646dae
[ "MIT" ]
null
null
null
taichi/backends/opengl/codegen_opengl.cpp
frostming/taichi
a866aad0835b4149a1a2328880f41adfc6646dae
[ "MIT" ]
null
null
null
//#define _GLSL_DEBUG 1 #include "codegen_opengl.h" #include <string> #include "taichi/backends/opengl/opengl_api.h" #include "taichi/backends/opengl/opengl_data_types.h" #include "taichi/backends/opengl/opengl_kernel_util.h" #include "taichi/ir/ir.h" #include "taichi/ir/statements.h" #include "taichi/ir/transforms.h...
36.829024
132
0.601205
[ "vector" ]
294ee3d885d51a22e0f1438fd0d646a90700cdc0
19,201
cc
C++
chrome/browser/chromeos/policy/cloud_external_data_manager_base.cc
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
575
2015-06-18T23:58:20.000Z
2022-03-23T09:32:39.000Z
chrome/browser/chromeos/policy/cloud_external_data_manager_base.cc
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
113
2015-05-04T09:58:14.000Z
2022-01-31T19:35:03.000Z
chrome/browser/chromeos/policy/cloud_external_data_manager_base.cc
iridium-browser/iridium-browser
907e31cf5ce5ad14d832796e3a7c11e496828959
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
52
2015-07-14T10:40:50.000Z
2022-03-15T01:11:49.000Z
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/chromeos/policy/cloud_external_data_manager_base.h" #include <stddef.h> #include <stdint.h> #include <map> #include <string> #i...
40.338235
80
0.735222
[ "object" ]
294f367e8f121270bbe3fdbe9386efd888c8142d
18,683
cpp
C++
cocos2d/cocos/platform/linux/CCDevice-linux.cpp
IoriKobayashi/BluetoothChecker
fb0127d756a2794be89e5a98b031109cdabfc977
[ "MIT" ]
null
null
null
cocos2d/cocos/platform/linux/CCDevice-linux.cpp
IoriKobayashi/BluetoothChecker
fb0127d756a2794be89e5a98b031109cdabfc977
[ "MIT" ]
null
null
null
cocos2d/cocos/platform/linux/CCDevice-linux.cpp
IoriKobayashi/BluetoothChecker
fb0127d756a2794be89e5a98b031109cdabfc977
[ "MIT" ]
null
null
null
/**************************************************************************** Copyright (c) 2011 Laschweinski Copyright (c) 2013-2016 Chukong Technologies Inc. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd. http://www.cocos2d-x.org Permission is hereby granted, free of charge, to any person obtain...
35.65458
222
0.530803
[ "vector", "transform" ]
2951da12abea2e1415dc45e923fe553e60cd00d2
21,542
cpp
C++
ExternalCode/copasi/model/CChemEqInterface.cpp
dhlee4/Tinkercell_new
c4d1848bbb905f0e1f9e011837268ac80aff8711
[ "BSD-3-Clause" ]
1
2021-01-07T13:12:51.000Z
2021-01-07T13:12:51.000Z
ExternalCode/copasi/model/CChemEqInterface.cpp
dhlee4/Tinkercell_new
c4d1848bbb905f0e1f9e011837268ac80aff8711
[ "BSD-3-Clause" ]
7
2020-04-12T22:25:46.000Z
2020-04-13T07:50:40.000Z
ExternalCode/copasi/model/CChemEqInterface.cpp
daniel-anavaino/tinkercell
7896a7f809a0373ab3c848d25e3691d10a648437
[ "BSD-3-Clause" ]
2
2020-04-12T21:57:01.000Z
2020-04-12T21:59:29.000Z
// Begin CVS Header // $Source: /fs/turing/cvs/copasi_dev/copasi/model/CChemEqInterface.cpp,v $ // $Revision: 1.42 $ // $Name: Build-33 $ // $Author: shoops $ // $Date: 2010/07/16 19:00:59 $ // End CVS Header // Copyright (C) 2010 by Pedro Mendes, Virginia Tech Intellectual // Properties, Inc., University of...
29.150203
111
0.657181
[ "vector", "model" ]
29557ade669636738008024c6fe1177883b1976e
24,893
cpp
C++
src/base/attitude/SpiceAttitude.cpp
ddj116/gmat
39673be967d856f14616462fb6473b27b21b149f
[ "NASA-1.3" ]
1
2020-05-16T16:58:21.000Z
2020-05-16T16:58:21.000Z
src/base/attitude/SpiceAttitude.cpp
ddj116/gmat
39673be967d856f14616462fb6473b27b21b149f
[ "NASA-1.3" ]
null
null
null
src/base/attitude/SpiceAttitude.cpp
ddj116/gmat
39673be967d856f14616462fb6473b27b21b149f
[ "NASA-1.3" ]
null
null
null
//$Id:$ //------------------------------------------------------------------------------ // SpiceAttitude //------------------------------------------------------------------------------ // GMAT: General Mission Analysis Tool. // // Copyright (c) 2002-2011 United States Government as repre...
35.060563
107
0.484674
[ "object" ]
2956e3a9161ea42b31ea7f8ea53d7d9ffc2236e6
2,777
cpp
C++
src/Tools/Algo/Matrix/Matrix.cpp
bonben/aff3ct
8e78123bfc0a377947ecb690ce1e0d70c0dc0a68
[ "MIT" ]
null
null
null
src/Tools/Algo/Matrix/Matrix.cpp
bonben/aff3ct
8e78123bfc0a377947ecb690ce1e0d70c0dc0a68
[ "MIT" ]
4
2018-09-27T16:46:31.000Z
2018-11-22T11:10:41.000Z
src/Tools/Algo/Matrix/Matrix.cpp
bonben/aff3ct
8e78123bfc0a377947ecb690ce1e0d70c0dc0a68
[ "MIT" ]
null
null
null
#include <string> #include <sstream> #include <vector> #include "Tools/Exception/exception.hpp" #include "Matrix.hpp" using namespace aff3ct; using namespace aff3ct::tools; Matrix ::Matrix(const size_t n_rows, const size_t n_cols) : n_rows (n_rows), n_cols (n_cols), rows_max_degree(0 ), co...
19.978417
121
0.646381
[ "vector" ]
295771468296e7f0ef8c8e070d914d395774f20f
447
cpp
C++
src/BeginTranOperation.cpp
robin-karlsson/node-sqlserver-v8
60bea3e077d7b50f2fe6280337bf793704a2244e
[ "Apache-2.0" ]
124
2015-09-25T06:56:10.000Z
2022-03-18T23:14:11.000Z
src/BeginTranOperation.cpp
robin-karlsson/node-sqlserver-v8
60bea3e077d7b50f2fe6280337bf793704a2244e
[ "Apache-2.0" ]
222
2015-09-17T23:37:17.000Z
2022-03-28T18:32:53.000Z
expressjs/node_modules/msnodesqlv8/src/BeginTranOperation.cpp
spaykee/AlternativeMethodologies
aaf100dc298045422931b9c8caf135a9597d9cf2
[ "MIT" ]
66
2015-12-28T10:14:26.000Z
2022-03-02T15:48:43.000Z
#include "OdbcConnection.h" #include <BeginTranOperation.h> namespace mssql { BeginTranOperation::BeginTranOperation(const shared_ptr<OdbcConnection> &connection, const Local<Object> callback) : OdbcOperation(connection, callback) { } bool BeginTranOperation::TryInvokeOdbc() { return _connection->try_begin_t...
20.318182
115
0.767338
[ "object" ]
295beb6621d7ad2c6d5202023143d605fca31359
921
cpp
C++
libs/random/test/test_random_number_generator.cpp
jmuskaan72/Boost
047e36c01841a8cd6a5c74d4e3034da46e327bc1
[ "BSL-1.0" ]
198
2015-01-13T05:47:18.000Z
2022-03-09T04:46:46.000Z
libs/random/test/test_random_number_generator.cpp
xiaoliang2121/Boost
fc90c3fde129c62565c023f091eddc4a7ed9902b
[ "BSL-1.0" ]
4
2015-03-19T08:23:23.000Z
2019-06-24T07:48:47.000Z
libs/random/test/test_random_number_generator.cpp
xiaoliang2121/Boost
fc90c3fde129c62565c023f091eddc4a7ed9902b
[ "BSL-1.0" ]
139
2015-01-15T20:09:31.000Z
2022-01-31T15:21:16.000Z
/* boost test_random_number_generator.cpp * * Copyright Jens Maurer 2000 * Copyright Steven Watanabe 2011 * 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) * * $Id: test_random_number_generator.cpp 710...
27.088235
86
0.705755
[ "vector" ]
295db70a9eb7c10a98bd3e92757b2fa7c838e1b1
26,180
cc
C++
media/capture/video/file_video_capture_device.cc
DamieFC/chromium
54ce2d3c77723697efd22cfdb02aea38f9dfa25c
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2020-10-18T02:33:40.000Z
2020-10-18T02:33:40.000Z
media/capture/video/file_video_capture_device.cc
DamieFC/chromium
54ce2d3c77723697efd22cfdb02aea38f9dfa25c
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
3
2021-05-17T16:28:52.000Z
2021-05-21T22:42:22.000Z
media/capture/video/file_video_capture_device.cc
DamieFC/chromium
54ce2d3c77723697efd22cfdb02aea38f9dfa25c
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "media/capture/video/file_video_capture_device.h" #include <stddef.h> #include <memory> #include <utility> #include "base/bind.h" #include "ba...
35.961538
80
0.693239
[ "transform" ]
295e046aefe96833f76fbc82417480c0bb84f7e9
1,527
cpp
C++
regression/esbmc-cpp11/cpp/ch4_12/main.cpp
correcthorsebatterystaple/esbmc
1fc1aed3b7a4aa3a16c3fcd4a4f67f477da0c4cc
[ "BSD-3-Clause" ]
null
null
null
regression/esbmc-cpp11/cpp/ch4_12/main.cpp
correcthorsebatterystaple/esbmc
1fc1aed3b7a4aa3a16c3fcd4a4f67f477da0c4cc
[ "BSD-3-Clause" ]
null
null
null
regression/esbmc-cpp11/cpp/ch4_12/main.cpp
correcthorsebatterystaple/esbmc
1fc1aed3b7a4aa3a16c3fcd4a4f67f477da0c4cc
[ "BSD-3-Clause" ]
null
null
null
// Fig. 4.14: fig04_14.cpp // Create GradeBook object and invoke its determineClassAverage function. #include "GradeBook.h" // include definition of class GradeBook int main() { // create GradeBook object myGradeBook and // pass course name to constructor GradeBook myGradeBook( "CS101 C++ Programming" ); ...
52.655172
76
0.584807
[ "object" ]
296315686fae0ed28f53f1c3b358a36620e4e1c5
19,905
cpp
C++
frame/file/src/filestore.cpp
joydit/solidframe
0539b0a1e77663ac4c701a88f56723d3e3688e8c
[ "BSL-1.0" ]
null
null
null
frame/file/src/filestore.cpp
joydit/solidframe
0539b0a1e77663ac4c701a88f56723d3e3688e8c
[ "BSL-1.0" ]
null
null
null
frame/file/src/filestore.cpp
joydit/solidframe
0539b0a1e77663ac4c701a88f56723d3e3688e8c
[ "BSL-1.0" ]
null
null
null
// frame/file/src/filestore.cpp // // Copyright (c) 2014 Valentin Palade (vipalade @ gmail . com) // // This file is part of SolidFrame framework. // // Distributed under the Boost Software License, Version 1.0. // See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt. // #include "fra...
27.008141
125
0.669932
[ "object", "vector", "solid" ]
29631fb6ab251f461195535f8918d9db0e65b0e5
16,317
cpp
C++
osdep/LinuxEthernetTap.cpp
ElTopo/ZeroTierOne
db1cd255616bc72221e345508f25109642f74ae4
[ "RSA-MD" ]
null
null
null
osdep/LinuxEthernetTap.cpp
ElTopo/ZeroTierOne
db1cd255616bc72221e345508f25109642f74ae4
[ "RSA-MD" ]
null
null
null
osdep/LinuxEthernetTap.cpp
ElTopo/ZeroTierOne
db1cd255616bc72221e345508f25109642f74ae4
[ "RSA-MD" ]
null
null
null
/* * Copyright (c)2019 ZeroTier, Inc. * * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file in the project's root directory. * * Change Date: 2025-01-01 * * On the date above, in accordance with the Business Source License, use * of this software will be governe...
28.426829
170
0.645155
[ "vector" ]
29645512bbf2f6f8dbc104adeb57bee3767b4a42
16,445
cpp
C++
module-bluetooth/Bluetooth/interface/profiles/GAP/GAP.cpp
mudita/MuditaOS
fc05d5e6188630518f4456b25968ee8ccd618ba7
[ "BSL-1.0" ]
369
2021-11-10T09:20:29.000Z
2022-03-30T06:36:58.000Z
module-bluetooth/Bluetooth/interface/profiles/GAP/GAP.cpp
mudita/MuditaOS
fc05d5e6188630518f4456b25968ee8ccd618ba7
[ "BSL-1.0" ]
149
2021-11-10T08:38:35.000Z
2022-03-31T23:01:52.000Z
module-bluetooth/Bluetooth/interface/profiles/GAP/GAP.cpp
mudita/MuditaOS
fc05d5e6188630518f4456b25968ee8ccd618ba7
[ "BSL-1.0" ]
41
2021-11-10T08:30:37.000Z
2022-03-29T08:12:46.000Z
// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. // For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md #include "GAP.hpp" #include "Devices.hpp" #include "GAP/used_events.hpp" #include <Bluetooth/error_bluetooth.hpp> #include <service-bluetooth/BluetoothMessage.hpp> #include <service-b...
37.205882
119
0.595439
[ "vector" ]
296596ccf947e3e92eb5890c5b40e86db76941f6
6,281
cpp
C++
GraphicsTraining/GraphicsTraining/Editor_MaterialPanel.cpp
Josef212/ShadowMappingTest
f49451bce46d8030f887766be462ab6e43a26d03
[ "MIT" ]
null
null
null
GraphicsTraining/GraphicsTraining/Editor_MaterialPanel.cpp
Josef212/ShadowMappingTest
f49451bce46d8030f887766be462ab6e43a26d03
[ "MIT" ]
null
null
null
GraphicsTraining/GraphicsTraining/Editor_MaterialPanel.cpp
Josef212/ShadowMappingTest
f49451bce46d8030f887766be462ab6e43a26d03
[ "MIT" ]
null
null
null
#include "Editor_MaterialPanel.h" #include "ImGui/imgui.h" #include "ResourceManager.h" #include "Resource.h" #include "Material.h" #include "ComplexMaterial.h" #include "PhongMaterial.h" #include "PBRMaterial.h" #include "Shader.h" #include "Texture.h" #include "ImGui/imgui.h" Editor_MaterialPanel::Editor_Materia...
22.27305
113
0.656424
[ "object", "vector" ]
296b6ff3a8dd3ed13c9d464e9876af68779dcb08
8,234
hpp
C++
tables.hpp
FreeosDAO/votemvp
33aeffa148d0f3110c2b8b933e12c1f4161d9bdc
[ "MIT" ]
null
null
null
tables.hpp
FreeosDAO/votemvp
33aeffa148d0f3110c2b8b933e12c1f4161d9bdc
[ "MIT" ]
2
2022-03-21T23:21:36.000Z
2022-03-29T21:19:47.000Z
tables.hpp
FreeosDAO/votemvp
33aeffa148d0f3110c2b8b933e12c1f4161d9bdc
[ "MIT" ]
null
null
null
#pragma once #include <eosio/eosio.hpp> #include "eosio.proton.hpp" using namespace eosio; using namespace std; namespace freedao { // SYSTEM // system table struct[[ eosio::table("system"), eosio::contract("votemvp") ]] system { time_point init; uint32_t iteration; uint32_t usercount; uint64_t claimevents; uint32_t...
33.745902
126
0.71642
[ "vector" ]
296d30f0c7e4c60c90c79aef163495a4aff3602e
167,704
hh
C++
lib/include/filesystem.hh
aqk/chiapos
1f82a109af0bfbfc1a1b703c23ef89fdd2392e1b
[ "Apache-2.0" ]
null
null
null
lib/include/filesystem.hh
aqk/chiapos
1f82a109af0bfbfc1a1b703c23ef89fdd2392e1b
[ "Apache-2.0" ]
null
null
null
lib/include/filesystem.hh
aqk/chiapos
1f82a109af0bfbfc1a1b703c23ef89fdd2392e1b
[ "Apache-2.0" ]
null
null
null
//--------------------------------------------------------------------------------------- // // ghc::filesystem - A C++17-like filesystem implementation for C++11/C++14/C++17 // //--------------------------------------------------------------------------------------- // // Copyright (c) 2018, Steffen Schümann <s.schuem...
30.168016
254
0.645638
[ "vector" ]
2970a038a4524703d8ae22e16f5bffb55cd7e054
5,137
cc
C++
runtime/vm/type_testing_stubs_test_arm.cc
wennyyustalim/sdk
e6ffc0b285fb393ba04c4afa35f9a7eae0e05793
[ "BSD-3-Clause" ]
3
2020-04-20T00:11:34.000Z
2022-01-24T20:43:43.000Z
runtime/vm/type_testing_stubs_test_arm.cc
wennyyustalim/sdk
e6ffc0b285fb393ba04c4afa35f9a7eae0e05793
[ "BSD-3-Clause" ]
4
2020-04-20T11:16:42.000Z
2020-04-20T11:18:30.000Z
runtime/vm/type_testing_stubs_test_arm.cc
wennyyustalim/sdk
e6ffc0b285fb393ba04c4afa35f9a7eae0e05793
[ "BSD-3-Clause" ]
9
2021-03-16T09:29:26.000Z
2022-01-06T08:38:10.000Z
// Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. #include "platform/globals.h" #if defined(TARGET_ARCH_ARM) #include "vm/compiler/assembler/assembler....
41.427419
80
0.701577
[ "object" ]
2972f55ac2f7fd7b17823d68000acf11f838384f
2,230
cpp
C++
Gems/RecastNavigation/Code/Source/Components/RecastNavigationMeshComponent.cpp
prophetl33t/o3de
eaeeb883eee1594b1b93327f6909eebd1a826caf
[ "Apache-2.0", "MIT" ]
null
null
null
Gems/RecastNavigation/Code/Source/Components/RecastNavigationMeshComponent.cpp
prophetl33t/o3de
eaeeb883eee1594b1b93327f6909eebd1a826caf
[ "Apache-2.0", "MIT" ]
null
null
null
Gems/RecastNavigation/Code/Source/Components/RecastNavigationMeshComponent.cpp
prophetl33t/o3de
eaeeb883eee1594b1b93327f6909eebd1a826caf
[ "Apache-2.0", "MIT" ]
null
null
null
/* * Copyright (c) Contributors to the Open 3D Engine Project. * For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #include "RecastNavigationMeshComponent.h" #include <AzCore/Preprocessor/CodeGen.h> #include <AzC...
43.72549
149
0.707175
[ "3d" ]
297324bd2fa8da7886f3ea1e8575d98fd5c9aaec
2,895
cpp
C++
rw_utils/rwde_shader.cpp
mrqo/rw_parse
cc1c079ba61dca36b799b1761a3bab87f84f33bb
[ "MIT" ]
3
2020-10-22T05:58:05.000Z
2021-11-18T17:40:07.000Z
rw_utils/rwde_shader.cpp
mrqo/rw_parse
cc1c079ba61dca36b799b1761a3bab87f84f33bb
[ "MIT" ]
null
null
null
rw_utils/rwde_shader.cpp
mrqo/rw_parse
cc1c079ba61dca36b799b1761a3bab87f84f33bb
[ "MIT" ]
null
null
null
// REWRITE IT! #include "stdafx.h" #include "rwde_shader.h" #include <iostream> #include <fstream> Shader::Shader(const std::string& fileName) { m_program = glCreateProgram(); m_shaders[0] = CreateShader(LoadShader(fileName + ".vs"), GL_VERTEX_SHADER); m_shaders[1] = CreateShader(LoadShader(fileName + ".fs"), GL_F...
23.92562
106
0.700864
[ "transform" ]
29745beb68289bc4cb8357540f535917ec5c608b
10,171
cpp
C++
Gems/EMotionFX/Code/Source/Editor/Plugins/Ragdoll/RagdollNodeWidget.cpp
pollend/o3de
02b6b1dbf4d9889b55d4c11e049aa5b1804c9897
[ "Apache-2.0", "MIT" ]
8
2021-08-31T02:14:19.000Z
2021-12-28T19:20:59.000Z
Gems/EMotionFX/Code/Source/Editor/Plugins/Ragdoll/RagdollNodeWidget.cpp
RoddieKieley/o3de
e804fd2a4241b039a42d9fa54eaae17dc94a7a92
[ "Apache-2.0", "MIT" ]
8
2021-07-12T13:55:00.000Z
2021-10-04T14:53:21.000Z
Gems/EMotionFX/Code/Source/Editor/Plugins/Ragdoll/RagdollNodeWidget.cpp
RoddieKieley/o3de
e804fd2a4241b039a42d9fa54eaae17dc94a7a92
[ "Apache-2.0", "MIT" ]
1
2021-07-09T06:02:14.000Z
2021-07-09T06:02:14.000Z
/* * Copyright (c) Contributors to the Open 3D Engine Project. * For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #include <AzCore/Component/ComponentApplicationBus.h> #include <AzCore/Serialization/SerializeCont...
39.730469
160
0.659424
[ "3d" ]
29808019f9982a416949b11d42dac2bbe7c4e85c
5,551
cc
C++
RecoVertex/KinematicFit/src/VertexKinematicConstraint.cc
nistefan/cmssw
ea13af97f7f2117a4f590a5e654e06ecd9825a5b
[ "Apache-2.0" ]
3
2018-08-24T19:10:26.000Z
2019-02-19T11:45:32.000Z
RecoVertex/KinematicFit/src/VertexKinematicConstraint.cc
nistefan/cmssw
ea13af97f7f2117a4f590a5e654e06ecd9825a5b
[ "Apache-2.0" ]
3
2018-08-23T13:40:24.000Z
2019-12-05T21:16:03.000Z
RecoVertex/KinematicFit/src/VertexKinematicConstraint.cc
nistefan/cmssw
ea13af97f7f2117a4f590a5e654e06ecd9825a5b
[ "Apache-2.0" ]
5
2018-08-21T16:37:52.000Z
2020-01-09T13:33:17.000Z
#include "RecoVertex/KinematicFit/interface/VertexKinematicConstraint.h" #include "RecoVertex/VertexPrimitives/interface/VertexException.h" #include "FWCore/MessageLogger/interface/MessageLogger.h" VertexKinematicConstraint::VertexKinematicConstraint() {} VertexKinematicConstraint::~VertexKinematicConstraint() {} Al...
32.273256
106
0.601513
[ "vector" ]
298971283c242e1fa06b0e259f9336b62104dd8c
2,819
cpp
C++
tcss/src/v20201101/model/ModifyAssetImageScanStopRequest.cpp
milezhang/tencentcloud-sdk-cpp
cbe6b13912dd1582bf7a95cfc9c6303bdc874e1d
[ "Apache-2.0" ]
null
null
null
tcss/src/v20201101/model/ModifyAssetImageScanStopRequest.cpp
milezhang/tencentcloud-sdk-cpp
cbe6b13912dd1582bf7a95cfc9c6303bdc874e1d
[ "Apache-2.0" ]
null
null
null
tcss/src/v20201101/model/ModifyAssetImageScanStopRequest.cpp
milezhang/tencentcloud-sdk-cpp
cbe6b13912dd1582bf7a95cfc9c6303bdc874e1d
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
28.19
104
0.721887
[ "vector", "model" ]
2989a857128971e405b987d4ceaea78ffe4bd775
8,660
cc
C++
source/common/json/json_loader.cc
rojkov/envoy
23474d712358e6681a7fe0f839c6546c9ff2193f
[ "Apache-2.0" ]
null
null
null
source/common/json/json_loader.cc
rojkov/envoy
23474d712358e6681a7fe0f839c6546c9ff2193f
[ "Apache-2.0" ]
33
2020-12-04T15:48:38.000Z
2021-08-12T12:06:48.000Z
source/common/json/json_loader.cc
rojkov/envoy
23474d712358e6681a7fe0f839c6546c9ff2193f
[ "Apache-2.0" ]
null
null
null
#include "json_loader.h" // Do not let RapidJson leak outside of this file. #include "rapidjson/document.h" #include "rapidjson/error/en.h" #include "rapidjson/istreamwrapper.h" #include "rapidjson/schema.h" #include "rapidjson/stringbuffer.h" #include "rapidjson/writer.h" namespace Json { /** * Implementation of O...
36.694915
99
0.67679
[ "object", "vector" ]
298a8e7829fadf75857efc96a6c270e55cc312cb
185,485
cpp
C++
compiler/codegen/expr.cpp
milisarge/chapel
5a3bb108f1dde56f19ad0811726809566b9e6613
[ "ECL-2.0", "Apache-2.0" ]
3
2020-02-24T13:34:10.000Z
2020-04-17T07:41:55.000Z
compiler/codegen/expr.cpp
milisarge/chapel
5a3bb108f1dde56f19ad0811726809566b9e6613
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
compiler/codegen/expr.cpp
milisarge/chapel
5a3bb108f1dde56f19ad0811726809566b9e6613
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
/* * Copyright 2004-2020 Hewlett Packard Enterprise Development LP * Other additional copyright holders may be indicated within. * * The entirety of this work is licensed under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * * You may obtai...
31.03832
124
0.614411
[ "object", "vector", "model", "transform" ]
298b6c93b1b21e4a3a014e7d7269bbeb4070778f
24,484
cxx
C++
PWGJE/EMCALJetTasks/AliEmcalJetTaggerTaskFast.cxx
fkellere/AliPhysics
7ebfd87ceb3a02da8b1210ae3242c54ff4dffb98
[ "BSD-3-Clause" ]
null
null
null
PWGJE/EMCALJetTasks/AliEmcalJetTaggerTaskFast.cxx
fkellere/AliPhysics
7ebfd87ceb3a02da8b1210ae3242c54ff4dffb98
[ "BSD-3-Clause" ]
null
null
null
PWGJE/EMCALJetTasks/AliEmcalJetTaggerTaskFast.cxx
fkellere/AliPhysics
7ebfd87ceb3a02da8b1210ae3242c54ff4dffb98
[ "BSD-3-Clause" ]
null
null
null
/************************************************************************************ * Copyright (C) 2017, Copyright Holders of the ALICE Collaboration * * All rights reserved. * * ...
41.080537
194
0.638866
[ "vector" ]
298dbab1b823abb90581753175be5f8a190321d8
7,578
cpp
C++
src/Renderer/OpenGL/GraphicsDeviceOpenGL.cpp
foxostro/PinkTopaz
cd8275a93ea34a56f640f915d4b6c769e82e9dc2
[ "MIT" ]
1
2017-10-30T22:49:06.000Z
2017-10-30T22:49:06.000Z
src/Renderer/OpenGL/GraphicsDeviceOpenGL.cpp
foxostro/PinkTopaz
cd8275a93ea34a56f640f915d4b6c769e82e9dc2
[ "MIT" ]
null
null
null
src/Renderer/OpenGL/GraphicsDeviceOpenGL.cpp
foxostro/PinkTopaz
cd8275a93ea34a56f640f915d4b6c769e82e9dc2
[ "MIT" ]
null
null
null
// // GraphicsDeviceOpenGL.cpp // PinkTopaz // // Created by Andrew Fox on 7/8/16. // // #include "Renderer/OpenGL/GraphicsDeviceOpenGL.hpp" #include "Renderer/OpenGL/CommandEncoderOpenGL.hpp" #include "Renderer/OpenGL/ShaderOpenGL.hpp" #include "Renderer/OpenGL/TextureOpenGL.hpp" #include "Renderer/OpenGL/TextureS...
37.147059
123
0.659409
[ "vector" ]
29926812989f5ce1afe315e427434dd27efaf2cf
29,220
cpp
C++
src/main/cpp/domconfigurator.cpp
Blaxar/log4cxxNG
8dfdfa2ab3d2fe598a41ec95e71ef01e79bac2ae
[ "Apache-2.0" ]
null
null
null
src/main/cpp/domconfigurator.cpp
Blaxar/log4cxxNG
8dfdfa2ab3d2fe598a41ec95e71ef01e79bac2ae
[ "Apache-2.0" ]
null
null
null
src/main/cpp/domconfigurator.cpp
Blaxar/log4cxxNG
8dfdfa2ab3d2fe598a41ec95e71ef01e79bac2ae
[ "Apache-2.0" ]
null
null
null
/* * 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 ...
26.276978
121
0.730493
[ "object", "vector" ]
29926a328a8d2fbd583dbf45f4eebcba525716b1
10,708
hpp
C++
src/Gui/BaseApplication.hpp
Yasoo31/Radium-Engine
e22754d0abe192207fd946509cbd63c4f9e52dd4
[ "Apache-2.0" ]
78
2017-12-01T12:23:22.000Z
2022-03-31T05:08:09.000Z
src/Gui/BaseApplication.hpp
Yasoo31/Radium-Engine
e22754d0abe192207fd946509cbd63c4f9e52dd4
[ "Apache-2.0" ]
527
2017-09-25T13:05:32.000Z
2022-03-31T18:47:44.000Z
src/Gui/BaseApplication.hpp
Yasoo31/Radium-Engine
e22754d0abe192207fd946509cbd63c4f9e52dd4
[ "Apache-2.0" ]
48
2018-01-04T22:08:08.000Z
2022-03-03T08:13:41.000Z
#pragma once #include <atomic> #include <chrono> #include <memory> #include <vector> #include <QApplication> #include <Core/Utils/Timer.hpp> #include <Gui/TimerData/FrameTimerData.hpp> #include <PluginBase/RadiumPluginInterface.hpp> class QTimer; class QCommandLineParser; namespace Ra { namespace Engine { class Radi...
37.837456
100
0.686029
[ "render", "object", "vector" ]
29935033bccaf338bc670fb3c6efe8bf5cdc8e38
3,150
cc
C++
gneis-geant4/test/src/isnp/runner/CommandLineParserTest.cc
andrey-nakin/gneis-geant4
6def0304b5664a5dafdcfd58344ad2006ef44d62
[ "MIT" ]
null
null
null
gneis-geant4/test/src/isnp/runner/CommandLineParserTest.cc
andrey-nakin/gneis-geant4
6def0304b5664a5dafdcfd58344ad2006ef44d62
[ "MIT" ]
null
null
null
gneis-geant4/test/src/isnp/runner/CommandLineParserTest.cc
andrey-nakin/gneis-geant4
6def0304b5664a5dafdcfd58344ad2006ef44d62
[ "MIT" ]
null
null
null
#include <string.h> #include <memory.h> #include <vector> #include <gtest/gtest.h> #include "isnp/runner/CommandLineParser.hh" namespace isnp { namespace runner { class Helper { public: Helper() = delete; static CommandLineParser Instance(const char* const commandLine) { // container for all arguments std::...
27.391304
96
0.710159
[ "vector" ]
29957dba1e9297a5fd81a357953e415ced735122
3,281
hpp
C++
mk-physics/src/physics/fluids/FLIPSolver2D.hpp
mpazoscr/computer-graphics
a6c9bf8700161a4243f753a965dfd5f56b195e36
[ "MIT" ]
3
2017-06-21T13:53:20.000Z
2021-12-01T02:49:06.000Z
mk-physics/src/physics/fluids/FLIPSolver2D.hpp
mpazoscr/computer-graphics
a6c9bf8700161a4243f753a965dfd5f56b195e36
[ "MIT" ]
null
null
null
mk-physics/src/physics/fluids/FLIPSolver2D.hpp
mpazoscr/computer-graphics
a6c9bf8700161a4243f753a965dfd5f56b195e36
[ "MIT" ]
2
2020-03-15T16:14:08.000Z
2021-12-01T02:49:07.000Z
#ifndef SRC_PHYSICS_FLUIDS_FLIPSOLVER2D_H_ #define SRC_PHYSICS_FLUIDS_FLIPSOLVER2D_H_ #include <vector> #include <boost/numeric/ublas/vector.hpp> #include <glm/glm.hpp> namespace mk { namespace physics { enum CellType { kCellTypeAir = 0, kCellTypeFluid, kCellTypeSolid }; class ...
27.115702
85
0.627248
[ "vector" ]
299ac7c0f2422bd87998b7dfe5c7ccc650036cdb
11,096
cpp
C++
src/lolo_sim_msg_bridge.cpp
smarc-project/lolo_stonefish_sim
237935a2a5ac81d45ab46f284f542dca06d0be64
[ "BSD-3-Clause" ]
null
null
null
src/lolo_sim_msg_bridge.cpp
smarc-project/lolo_stonefish_sim
237935a2a5ac81d45ab46f284f542dca06d0be64
[ "BSD-3-Clause" ]
null
null
null
src/lolo_sim_msg_bridge.cpp
smarc-project/lolo_stonefish_sim
237935a2a5ac81d45ab46f284f542dca06d0be64
[ "BSD-3-Clause" ]
null
null
null
#include <ros/ros.h> #include <std_msgs/Float32.h> #include <std_msgs/Float64.h> #include <sensor_msgs/FluidPressure.h> #include <sensor_msgs/BatteryState.h> #include <sensor_msgs/JointState.h> #include <smarc_msgs/ThrusterRPM.h> #include <smarc_msgs/ThrusterFeedback.h> #include <smarc_msgs/DVL.h> #include <smarc_msg...
38.933333
177
0.672134
[ "vector" ]
299b6c393bc9ff1ac9ca8c0d709b3f73d7ce9cae
625
cpp
C++
CodeForces/Complete/800-899/847A-UnionOfDoublyLinkedLists.cpp
Ashwanigupta9125/code-DS-ALGO
49f6cf7d0c682da669db23619aef3f80697b352b
[ "MIT" ]
36
2019-12-27T08:23:08.000Z
2022-01-24T20:35:47.000Z
CodeForces/Complete/800-899/847A-UnionOfDoublyLinkedLists.cpp
Ashwanigupta9125/code-DS-ALGO
49f6cf7d0c682da669db23619aef3f80697b352b
[ "MIT" ]
10
2019-11-13T02:55:18.000Z
2021-10-13T23:28:09.000Z
CodeForces/Complete/800-899/847A-UnionOfDoublyLinkedLists.cpp
Ashwanigupta9125/code-DS-ALGO
49f6cf7d0c682da669db23619aef3f80697b352b
[ "MIT" ]
53
2020-08-15T11:08:40.000Z
2021-10-09T15:51:38.000Z
#include <cstdio> #include <vector> #include <set> int main(){ long n; scanf("%ld", &n); std::vector<long> left(n + 1, 0), right(n + 1, 0); std::set<long> s; for(long p = 1; p <= n; p++){ scanf("%ld %ld", &left[p], &right[p]); if(left[p] == 0){s.insert(p);} } long cur = *s.beg...
24.038462
88
0.4864
[ "vector" ]
299c8eaafb54babcfbfeed46fbc502799af32809
20,949
cpp
C++
Plugins/CurveBuilder/Source/CurveBuilder/RuntimeComponent/RuntimeSplinePrimitiveComponent.cpp
PacosLelouch/CurveBuilderForUE4
d7925784ece55aa94207d3a377eb49746b3af850
[ "MIT" ]
1
2021-11-27T01:36:15.000Z
2021-11-27T01:36:15.000Z
Plugins/CurveBuilder/Source/CurveBuilder/RuntimeComponent/RuntimeSplinePrimitiveComponent.cpp
PacosLelouch/CurveBuilderForUE4
d7925784ece55aa94207d3a377eb49746b3af850
[ "MIT" ]
null
null
null
Plugins/CurveBuilder/Source/CurveBuilder/RuntimeComponent/RuntimeSplinePrimitiveComponent.cpp
PacosLelouch/CurveBuilderForUE4
d7925784ece55aa94207d3a377eb49746b3af850
[ "MIT" ]
null
null
null
// Copyright 2020 PacosLelouch, Inc. All Rights Reserved. // https://github.com/PacosLelouch/ #pragma once #include "RuntimeSplinePrimitiveComponent.h" #include "SceneProxies/RuntimeSplinePrimitiveSceneProxy.h" #include "PhysicsEngine/BodySetup.h" #include "Engine/StaticMesh.h" #include "Engine/Engine.h" #include "St...
39.676136
205
0.782472
[ "render", "transform" ]
299d3f89d1a9f2676a145494c29819e5ddc12c40
1,079
cpp
C++
Sample/JapaneseFlag/Application.cpp
EPAC-Saxon/advance-obj-JuliePreperier
5adc1a308c8ad6bed9555dc507f83437a5b5208c
[ "MIT" ]
1
2021-05-27T08:17:57.000Z
2021-05-27T08:17:57.000Z
Sample/JapaneseFlag/Application.cpp
EPAC-Saxon/advance-obj-JuliePreperier
5adc1a308c8ad6bed9555dc507f83437a5b5208c
[ "MIT" ]
null
null
null
Sample/JapaneseFlag/Application.cpp
EPAC-Saxon/advance-obj-JuliePreperier
5adc1a308c8ad6bed9555dc507f83437a5b5208c
[ "MIT" ]
null
null
null
#include "Application.h" #include <glm/gtc/matrix_transform.hpp> Application::Application(const std::shared_ptr<sgl::WindowInterface>& window) : window_(window) {} void Application::Startup() { auto device = window_->GetUniqueDevice(); device->Startup(); auto billboard_mesh = CreateBillboardMesh(); auto billboar...
27.666667
79
0.747915
[ "mesh", "object" ]
299e0190b4b1aeec5c9753d5dad1452b449bc5b8
39,137
cpp
C++
admin/wmi/wbem/winmgmt/wmiexts/dumpwc.cpp
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
admin/wmi/wbem/winmgmt/wmiexts/dumpwc.cpp
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
admin/wmi/wbem/winmgmt/wmiexts/dumpwc.cpp
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
#include <wmiexts.h> #include <oleauto.h> #include <wbemutil.h> #ifndef COREPROX_POLARITY #define COREPROX_POLARITY #endif #include <arena.h> #include <faster.h> #include <faststr.h> #include <wbemint.h> #include <fastcls.h> #include <var.h> #include <fastinst.h> #include <wbemdatapacket.h> //#i...
35.579091
231
0.581624
[ "object" ]