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
1614bf51368f058a8f08be033d22e749f61623dd
40,569
cpp
C++
src/dawn/native/d3d12/ShaderModuleD3D12.cpp
hexops/dawn
36cc72ad1c7b0c0a92be4754b95b1441850533b0
[ "Apache-2.0" ]
9
2021-11-05T11:08:14.000Z
2022-03-18T05:14:34.000Z
src/dawn/native/d3d12/ShaderModuleD3D12.cpp
hexops/dawn
36cc72ad1c7b0c0a92be4754b95b1441850533b0
[ "Apache-2.0" ]
2
2021-12-01T05:08:59.000Z
2022-02-18T08:14:30.000Z
src/dawn/native/d3d12/ShaderModuleD3D12.cpp
hexops/dawn
36cc72ad1c7b0c0a92be4754b95b1441850533b0
[ "Apache-2.0" ]
1
2022-02-11T17:39:44.000Z
2022-02-11T17:39:44.000Z
// Copyright 2017 The Dawn 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 agreed t...
47.616197
100
0.55959
[ "vector", "transform" ]
1617584e00ba488160970276e1e79dd0bf70ad93
12,262
inl
C++
Sources/Maths/Vector4.inl
Equilibrium-Games/Flounder
1bd67dc8c2c2ebee2ca95f0cabb40b926f747fcf
[ "MIT" ]
43
2017-08-09T04:03:38.000Z
2018-07-17T15:25:32.000Z
Sources/Maths/Vector4.inl
Equilibrium-Games/Flounder
1bd67dc8c2c2ebee2ca95f0cabb40b926f747fcf
[ "MIT" ]
3
2018-01-23T06:44:41.000Z
2018-05-29T19:22:41.000Z
Sources/Maths/Vector4.inl
Equilibrium-Games/Flounder
1bd67dc8c2c2ebee2ca95f0cabb40b926f747fcf
[ "MIT" ]
6
2017-11-03T10:48:20.000Z
2018-04-28T21:44:59.000Z
#pragma once #include "Files/Node.hpp" #include "Maths.hpp" #include "Vector4.hpp" namespace acid { template<typename T> constexpr Vector4<T>::Vector4(const T &a): x(a), y(a), z(a), w(a) { } template<typename T> constexpr Vector4<T>::Vector4(const T &x, const T &y, const T &z, const T &w): x(x), y(y), z(z), ...
27.868182
155
0.68488
[ "vector" ]
16193ec7d95f07c128266e6dbef6bf526aeb0fd4
2,764
cpp
C++
libsrc/leddevice/LedDevice.cpp
maximkulkin/hyperion.ng
77299ba077f6ba1457e4c6612b11b5d994847ef8
[ "MIT" ]
1
2020-05-13T21:45:10.000Z
2020-05-13T21:45:10.000Z
libsrc/leddevice/LedDevice.cpp
maximkulkin/hyperion.ng
77299ba077f6ba1457e4c6612b11b5d994847ef8
[ "MIT" ]
null
null
null
libsrc/leddevice/LedDevice.cpp
maximkulkin/hyperion.ng
77299ba077f6ba1457e4c6612b11b5d994847ef8
[ "MIT" ]
null
null
null
#include <leddevice/LedDevice.h> #include <sstream> //QT include #include <QResource> #include <QStringList> #include <QDir> #include <QDateTime> #include "hyperion/Hyperion.h" #include <utils/JsonUtils.h> #include <QDebug> LedDevice::LedDevice(const QJsonObject& config, QObject* parent) : QObject(parent) , _devC...
22.290323
107
0.730825
[ "vector" ]
161cc659bf971a758406d42573a43299327f0b43
15,714
hpp
C++
include/mesos/scheduler.hpp
jeid64/mesos
3a69423b850cdc2f8fc4a334c72a38c8580f44c2
[ "Apache-2.0" ]
null
null
null
include/mesos/scheduler.hpp
jeid64/mesos
3a69423b850cdc2f8fc4a334c72a38c8580f44c2
[ "Apache-2.0" ]
null
null
null
include/mesos/scheduler.hpp
jeid64/mesos
3a69423b850cdc2f8fc4a334c72a38c8580f44c2
[ "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...
37.86506
79
0.68964
[ "vector" ]
161cf8f8bbb1bdc056d1af577ef956b7ce510e30
174,685
cpp
C++
src/modules/keyboardmanager/test/BufferValidationTests.cpp
MikkoWrightson/PowerToys
3375ddcdb666146c1641e15f12fefc31d64a892a
[ "MIT" ]
2
2021-08-29T16:26:08.000Z
2021-10-31T09:43:46.000Z
src/modules/keyboardmanager/test/BufferValidationTests.cpp
MikkoWrightson/PowerToys
3375ddcdb666146c1641e15f12fefc31d64a892a
[ "MIT" ]
2
2022-02-15T12:30:12.000Z
2022-02-28T03:21:12.000Z
src/modules/keyboardmanager/test/BufferValidationTests.cpp
MikkoWrightson/PowerToys
3375ddcdb666146c1641e15f12fefc31d64a892a
[ "MIT" ]
1
2021-02-12T16:22:53.000Z
2021-02-12T16:22:53.000Z
#include "pch.h" #include "CppUnitTest.h" #include <keyboardmanager/ui/BufferValidationHelpers.h> #include "TestHelpers.h" #include <common/keyboard_layout.h> #include <common/shared_constants.h> #include <functional> using namespace Microsoft::VisualStudio::CppUnitTestFramework; using namespace TestHelpers; namespac...
119.320355
403
0.720199
[ "vector" ]
161ea26063b136509713f003e19a67eb0662e507
13,582
cpp
C++
xercesc/xerces-c1_7_0-win32/samples/PParse/PParse.cpp
anjingbin/starccm
70db48004aa20bbb82cc24de80802b40c7024eff
[ "BSD-3-Clause" ]
2
2020-01-06T07:43:30.000Z
2020-07-11T20:53:53.000Z
xercesc/xerces-c1_7_0-win32/samples/PParse/PParse.cpp
anjingbin/starccm
70db48004aa20bbb82cc24de80802b40c7024eff
[ "BSD-3-Clause" ]
null
null
null
xercesc/xerces-c1_7_0-win32/samples/PParse/PParse.cpp
anjingbin/starccm
70db48004aa20bbb82cc24de80802b40c7024eff
[ "BSD-3-Clause" ]
null
null
null
/* * The Apache Software License, Version 1.1 * * Copyright (c) 1999-2001 The Apache Software Foundation. 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. Redistributions of sou...
35.648294
114
0.578413
[ "object" ]
162035bd2a466902af54e918b8a82e07d70f06ff
2,962
cpp
C++
examples/input_output/systemSpeakExample/src/ofApp.cpp
murven/openFrameworks
f9cb24b3f58d7f8b6aca54dcf4ec57e672202a0d
[ "MIT" ]
6,436
2015-01-01T19:51:56.000Z
2022-03-31T05:45:34.000Z
examples/input_output/systemSpeakExample/src/ofApp.cpp
Pandinosaurus/openFrameworks
38c8715c022c6b34c9ce9c379aeb55315aa0f2a0
[ "MIT" ]
3,195
2015-01-01T00:18:46.000Z
2022-03-31T04:41:47.000Z
examples/input_output/systemSpeakExample/src/ofApp.cpp
Pandinosaurus/openFrameworks
38c8715c022c6b34c9ce9c379aeb55315aa0f2a0
[ "MIT" ]
2,180
2015-01-01T02:42:29.000Z
2022-03-30T06:36:48.000Z
#include "ofApp.h" //-------------------------------------------------------------- void ofApp::setup() { font.load("verdana.ttf", 34); // load the lyrics from a text file and split them // up in to a vector of strings string lyrics = ofBufferFromFile("lyrics.txt").getText(); step = 0; words = ofSplitString(l...
23.322835
82
0.408508
[ "vector" ]
1620603c57c2f86c5d4a721b429926d07d79c3aa
39,362
cpp
C++
src/validate/block_storage.cpp
eveybcd/BitcoinDiamond
ad08a18a13fb29cbf6d7b5a17c1632c5528a5f58
[ "MIT" ]
126
2017-12-21T07:17:47.000Z
2021-06-05T03:46:52.000Z
src/validate/block_storage.cpp
Matthelonianxl/BitcoinDiamond
ad08a18a13fb29cbf6d7b5a17c1632c5528a5f58
[ "MIT" ]
63
2017-12-21T14:43:04.000Z
2021-11-18T03:43:35.000Z
src/validate/block_storage.cpp
Matthelonianxl/BitcoinDiamond
ad08a18a13fb29cbf6d7b5a17c1632c5528a5f58
[ "MIT" ]
87
2017-12-21T07:17:50.000Z
2021-06-18T23:39:16.000Z
// Copyright (c) 2019 The BCD Core developers #include <validate/block_storage.h> #include <validate/cchain_state.h> #include <validate/chain_cache.h> std::atomic_bool fReindex(false); std::unique_ptr<CBlockTreeDB> pblocktree; size_t nCoinCacheUsage = 5000 * 300; uint64_t nPruneTarget = 0; FILE* BlockStorage::OpenD...
41.608879
181
0.627636
[ "vector" ]
16278851a266e8f19db9ac13e21e09b04eecb7b8
10,865
cpp
C++
DESIRE-Modules/UI-HorusUI/Externals/horus_ui/src/popup_widget.cpp
nyaki-HUN/DESIRE
dd579bffa77bc6999266c8011bc389bb96dee01d
[ "BSD-2-Clause" ]
1
2020-10-04T18:50:01.000Z
2020-10-04T18:50:01.000Z
DESIRE-Modules/UI-HorusUI/Externals/horus_ui/src/popup_widget.cpp
nyaki-HUN/DESIRE
dd579bffa77bc6999266c8011bc389bb96dee01d
[ "BSD-2-Clause" ]
null
null
null
DESIRE-Modules/UI-HorusUI/Externals/horus_ui/src/popup_widget.cpp
nyaki-HUN/DESIRE
dd579bffa77bc6999266c8011bc389bb96dee01d
[ "BSD-2-Clause" ]
1
2018-09-18T08:03:33.000Z
2018-09-18T08:03:33.000Z
#include "horus.h" #include "types.h" #include "ui_theme.h" #include "ui_font.h" #include "util.h" #include "ui_context.h" #include <limits.h> namespace hui { //TODO: place into public settings static f32 movePopupMaxDistanceTrigger = 5; void beginPopup( f32 width, PopupFlags flags, const Point& position, WidgetE...
22.635417
157
0.684952
[ "render" ]
16278c2f91acef3eb317f8c4b200589cf988805b
2,435
cpp
C++
examples/maze_navigation.cpp
ChampiB/Homing-Pigeon
3bc238cb4d49a65c338156f4728bfeb46136739b
[ "MIT" ]
4
2021-01-03T20:12:02.000Z
2022-01-27T10:47:34.000Z
examples/maze_navigation.cpp
ChampiB/Homing-Pigeon
3bc238cb4d49a65c338156f4728bfeb46136739b
[ "MIT" ]
null
null
null
examples/maze_navigation.cpp
ChampiB/Homing-Pigeon
3bc238cb4d49a65c338156f4728bfeb46136739b
[ "MIT" ]
null
null
null
#include "distributions/Transition.h" #include "environments/MazeEnv.h" #include "nodes/VarNode.h" #include "math/Ops.h" #include "api/API.h" #include "graphs/FactorGraph.h" #include "algorithms/planning/tmp/MCTS.h" #include "algorithms/inference/VMP.h" #include <torch/torch.h> #include <iostream> using namespace hopi...
30.4375
90
0.61232
[ "model" ]
162abe9ba4a2cfc2e311e50c632d35447609b64d
1,754
cpp
C++
solutions/hitting-the-targets.cpp
techchrism/kattis-problems
4d5b761fefdee04e4396fc09f0ee3578fc44a76f
[ "MIT" ]
null
null
null
solutions/hitting-the-targets.cpp
techchrism/kattis-problems
4d5b761fefdee04e4396fc09f0ee3578fc44a76f
[ "MIT" ]
null
null
null
solutions/hitting-the-targets.cpp
techchrism/kattis-problems
4d5b761fefdee04e4396fc09f0ee3578fc44a76f
[ "MIT" ]
null
null
null
// Problem https://open.kattis.com/problems/hittingtargets #include <iostream> #include <string> #include <vector> #include <algorithm> #include <sstream> #include <queue> #include <deque> #include <bitset> #include <iterator> #include <list> #include <stack> #include <map> #include <set> #include <functional> #include...
19.931818
62
0.596351
[ "vector" ]
162d91077c2b5b9db21edc3f8b34bbaa2e12a14c
275,273
cpp
C++
src/mongoose/mongoose.cpp
frc-862/vision_server
2d26896eecfe0a2a24bb64ce72ed583a97b3b4de
[ "MIT" ]
null
null
null
src/mongoose/mongoose.cpp
frc-862/vision_server
2d26896eecfe0a2a24bb64ce72ed583a97b3b4de
[ "MIT" ]
null
null
null
src/mongoose/mongoose.cpp
frc-862/vision_server
2d26896eecfe0a2a24bb64ce72ed583a97b3b4de
[ "MIT" ]
null
null
null
#include "mongoose.h" #ifdef NS_MODULE_LINES #line 1 "src/internal.h" /**/ #endif /* * Copyright (c) 2014 Cesanta Software Limited * All rights reserved */ #ifndef MG_INTERNAL_HEADER_INCLUDED #define MG_INTERNAL_HEADER_INCLUDED #ifndef MG_MALLOC #define MG_MALLOC malloc #endif #ifndef MG_CALLOC #define MG_CALLOC ...
31.655129
88
0.551245
[ "object" ]
162dc9da1e68dc2461d3072a4121e4288a0c16ec
11,402
cpp
C++
data/AGNC-Lab_Quad/multithreaded/threads/control_thread.cpp
khairulislam/phys
fc702520fcd3b23022b9253e7d94f878978b4500
[ "MIT" ]
null
null
null
data/AGNC-Lab_Quad/multithreaded/threads/control_thread.cpp
khairulislam/phys
fc702520fcd3b23022b9253e7d94f878978b4500
[ "MIT" ]
null
null
null
data/AGNC-Lab_Quad/multithreaded/threads/control_thread.cpp
khairulislam/phys
fc702520fcd3b23022b9253e7d94f878978b4500
[ "MIT" ]
null
null
null
#include "control_thread.h" void *AttControl_Timer(void *threadID){ printf("AttControl_Timer has started!\n"); int SamplingTime = 5; //Sampling time in milliseconds int localCurrentState; while(1){ WaitForEvent(e_Timeout,SamplingTime); //Check system state pthread_mutex_lock(&stateMachine_Mutex); lo...
30.084433
159
0.728293
[ "vector", "3d" ]
162e3e3dc4da9f5833906b0419102106e9a64382
12,459
hpp
C++
ql/experimental/volatility/zabrsmilesection.hpp
japari/QuantLib
c2670bd433289eaf98410e911d87156595ca6d67
[ "BSD-3-Clause" ]
null
null
null
ql/experimental/volatility/zabrsmilesection.hpp
japari/QuantLib
c2670bd433289eaf98410e911d87156595ca6d67
[ "BSD-3-Clause" ]
1
2020-07-17T18:49:22.000Z
2020-07-17T18:49:22.000Z
ql/experimental/volatility/zabrsmilesection.hpp
TheOnlyDyson/QuantLib
78a144bbc5030c9e417e810e44ee48cffe40cf70
[ "BSD-3-Clause" ]
null
null
null
/* -*- mode: c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* Copyright (C) 2014 Peter Caspers This file is part of QuantLib, a free-software/open-source library for financial quantitative analysts and developers - http://quantlib.org/ QuantLib is free software: you can redistribute it and/o...
37.640483
80
0.643551
[ "vector", "model" ]
16331037dc325724157ee0da9cf71ea00956baea
5,399
cc
C++
nq/nq.cc
gnartbx/noodles
26e4ab21cfe98a36d01774d54ff0451d0f71b572
[ "MIT" ]
null
null
null
nq/nq.cc
gnartbx/noodles
26e4ab21cfe98a36d01774d54ff0451d0f71b572
[ "MIT" ]
null
null
null
nq/nq.cc
gnartbx/noodles
26e4ab21cfe98a36d01774d54ff0451d0f71b572
[ "MIT" ]
null
null
null
#include <atomic> #include <chrono> #include <iostream> #include <limits> #include <mutex> #include <random> #include <thread> #include <gflags/gflags.h> #include <math.h> #include <signal.h> #include <time.h> #include "queens.h" DEFINE_int32(board_size, 8, "Number of rows/columns in the chess boards."); DEFINE_int3...
29.183784
80
0.614743
[ "vector" ]
1633e332fa77b6c535b8723bc0884e202d97454d
2,475
hpp
C++
RealityCore/Source/Scipper/FrameCapture.hpp
Intro-Ventors/Re-Co-Desktop
8547cca9230069a36973ec836426d4610f30f8bb
[ "MIT" ]
null
null
null
RealityCore/Source/Scipper/FrameCapture.hpp
Intro-Ventors/Re-Co-Desktop
8547cca9230069a36973ec836426d4610f30f8bb
[ "MIT" ]
null
null
null
RealityCore/Source/Scipper/FrameCapture.hpp
Intro-Ventors/Re-Co-Desktop
8547cca9230069a36973ec836426d4610f30f8bb
[ "MIT" ]
null
null
null
// Copyright (c) 2022 Intro-Ventors #pragma once #include "RScreenCapture.hpp" #include "../WebRTC/Connection.hpp" #include <ScreenCapture.h> #include <QObject> #include <QString> namespace Scipper { /** * Frame capture object. * This class is the base class for both window and monitor capture objects. */ ...
25.255102
115
0.693737
[ "object" ]
1636927c76fcb8608988a36d6e83c982051a56ce
4,658
cc
C++
src/geometry/test/test_points.cc
jloveric/jali
635d46983acb66c824fabb0947803f5787356dc9
[ "BSD-3-Clause" ]
13
2017-05-01T13:30:01.000Z
2022-03-30T22:42:40.000Z
src/geometry/test/test_points.cc
mjgpinheiro/jali
fcfcf9f9889aec250eb715d7f98ac5860d640189
[ "BSD-3-Clause" ]
6
2018-04-05T14:15:21.000Z
2022-01-18T19:55:56.000Z
src/geometry/test/test_points.cc
mjgpinheiro/jali
fcfcf9f9889aec250eb715d7f98ac5860d640189
[ "BSD-3-Clause" ]
10
2017-05-05T22:28:56.000Z
2020-05-27T11:20:11.000Z
/* Copyright (c) 2019, Triad National Security, LLC All rights reserved. Copyright 2019. Triad National Security, LLC. This software was produced under U.S. Government contract 89233218CNA000001 for Los Alamos National Laboratory (LANL), which is operated by Triad National Security, LLC for the U.S. Department o...
29.481013
77
0.7076
[ "vector", "3d" ]
16397adb8017097c6ea3e065e7a6028c7aeee055
9,949
cpp
C++
PotreeConverter/src/PotreeConverter.cpp
sverhoeven/PotreeConverter
48892b11cdaf185b2a90bf7d25aeab31b8c1552b
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
PotreeConverter/src/PotreeConverter.cpp
sverhoeven/PotreeConverter
48892b11cdaf185b2a90bf7d25aeab31b8c1552b
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
PotreeConverter/src/PotreeConverter.cpp
sverhoeven/PotreeConverter
48892b11cdaf185b2a90bf7d25aeab31b8c1552b
[ "BSD-2-Clause-FreeBSD" ]
null
null
null
#include <boost/filesystem.hpp> #include <boost/algorithm/string/predicate.hpp> #include "PotreeConverter.h" #include "stuff.h" #include "LASPointReader.h" #include "PTXPointReader.h" #include "PotreeException.h" #include "PotreeWriter.h" #include "LASPointWriter.hpp" #include "BINPointWriter.hpp" #include "BINPoint...
31.484177
154
0.668208
[ "vector" ]
163b1009b957552e53504ed11393d20bd448fefa
5,341
cc
C++
passes/equiv/equiv_purge.cc
smoe/yosys
1114ce9210dfb9a0db981029377dc859abc3aa34
[ "ISC", "Unlicense", "MIT" ]
null
null
null
passes/equiv/equiv_purge.cc
smoe/yosys
1114ce9210dfb9a0db981029377dc859abc3aa34
[ "ISC", "Unlicense", "MIT" ]
null
null
null
passes/equiv/equiv_purge.cc
smoe/yosys
1114ce9210dfb9a0db981029377dc859abc3aa34
[ "ISC", "Unlicense", "MIT" ]
null
null
null
/* * yosys -- Yosys Open SYnthesis Suite * * Copyright (C) 2012 Clifford Wolf <clifford@clifford.at> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in ...
25.312796
91
0.63284
[ "vector" ]
163ce42ee7d3e1d925d0b950eb97c8ceb817c7c9
5,496
cc
C++
device/fido/fake_fido_discovery_unittest.cc
chromium/chromium
df46e572c3449a4b108d6e02fbe4f6d24cf98381
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
14,668
2015-01-01T01:57:10.000Z
2022-03-31T23:33:32.000Z
device/fido/fake_fido_discovery_unittest.cc
chromium/chromium
df46e572c3449a4b108d6e02fbe4f6d24cf98381
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
86
2015-10-21T13:02:42.000Z
2022-03-14T07:50:50.000Z
device/fido/fake_fido_discovery_unittest.cc
chromium/chromium
df46e572c3449a4b108d6e02fbe4f6d24cf98381
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
5,941
2015-01-02T11:32:21.000Z
2022-03-31T16:35:46.000Z
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "device/fido/fake_fido_discovery.h" #include <utility> #include "base/test/bind.h" #include "base/test/task_environment.h" #include "base/threa...
34.35
79
0.762555
[ "vector" ]
163fc2c64ac544d2aecf014d33452bf471e75a8e
5,839
cpp
C++
eddiebot_apps/room_segmentation/common/src/morphological_segmentation.cpp
TooSchoolForCool/EddieBot-ROS
5dad6d5a6eb974135b7c9587abc0ae17d1ec6760
[ "Apache-2.0" ]
5
2019-05-15T19:31:47.000Z
2019-08-31T01:12:35.000Z
eddiebot_apps/room_segmentation/common/src/morphological_segmentation.cpp
TooSchoolForCool/EddieBot-ROS
5dad6d5a6eb974135b7c9587abc0ae17d1ec6760
[ "Apache-2.0" ]
null
null
null
eddiebot_apps/room_segmentation/common/src/morphological_segmentation.cpp
TooSchoolForCool/EddieBot-ROS
5dad6d5a6eb974135b7c9587abc0ae17d1ec6760
[ "Apache-2.0" ]
4
2019-06-03T12:21:44.000Z
2019-12-25T08:57:46.000Z
#include <room_segmentation/morphological_segmentation.h> #include <room_segmentation/wavefront_region_growing.h> #include <room_segmentation/contains.h> MorphologicalSegmentation::MorphologicalSegmentation() { } void MorphologicalSegmentation::segmentMap(const cv::Mat& map_to_be_labeled, cv::Mat& segmented_map, do...
48.256198
142
0.712793
[ "vector" ]
16404085b7dbb0f14593aab7b03bc638c7d4ae6a
10,921
cpp
C++
pleasework/SerialPort.cpp
macrobomaster/cv-pi
df5a24faba45aa671b05ccc498eeeceda2d82ad7
[ "MIT" ]
null
null
null
pleasework/SerialPort.cpp
macrobomaster/cv-pi
df5a24faba45aa671b05ccc498eeeceda2d82ad7
[ "MIT" ]
null
null
null
pleasework/SerialPort.cpp
macrobomaster/cv-pi
df5a24faba45aa671b05ccc498eeeceda2d82ad7
[ "MIT" ]
1
2019-02-26T19:31:20.000Z
2019-02-26T19:31:20.000Z
//! //! @file SerialPort.cpp //! @author Geoffrey Hunter <gbmhunter@gmail.com> (www.mbedded.ninja) //! @created 2014-01-07 //! @last-modified 2017-11-27 //! @brief The main serial port class. //! @details //! See README.rst in repo root dir for more info. // System includes #include <iostream> #include <s...
33.603077
142
0.592162
[ "vector" ]
f37ee289975952def83c784189f058192134d339
3,045
cpp
C++
benchpress/benchmarks/black_scholes/cpp11_seq/src/black_scholes.cpp
bh107/benchpress
e1dcda446a986d4d828b14d807e37e10cf4a046b
[ "Apache-2.0" ]
6
2015-03-31T15:39:40.000Z
2022-03-16T21:30:49.000Z
benchpress/benchmarks/black_scholes/cpp11_seq/src/black_scholes.cpp
bh107/benchpress
e1dcda446a986d4d828b14d807e37e10cf4a046b
[ "Apache-2.0" ]
8
2015-04-13T12:03:56.000Z
2018-11-28T13:31:11.000Z
benchpress/benchmarks/black_scholes/cpp11_seq/src/black_scholes.cpp
bh107/benchpress
e1dcda446a986d4d828b14d807e37e10cf4a046b
[ "Apache-2.0" ]
4
2018-06-28T08:06:37.000Z
2021-05-20T17:30:25.000Z
#include <iostream> #include <sstream> #include <string> #include <cmath> #include <Random123/philox.h> #include <bp_util.h> using namespace std; typedef union philox2x32_as_1x64 { philox2x32_ctr_t orig; uint64_t combined; } philox2x32_as_1x64_t; double* model(int64_t samples) { const uint64_t key = 0; ...
24.756098
76
0.516913
[ "model" ]
f380513b11c34b08e7b3443c735793edfad96dd4
1,241
cpp
C++
smacc/src/smacc/client.cpp
koyalbhartia/SMACC
609f017a91bc258deb0b64cac5f198d54f19c9e3
[ "BSD-3-Clause" ]
203
2019-04-11T16:42:10.000Z
2022-03-18T06:02:56.000Z
smacc/src/smacc/client.cpp
koyalbhartia/SMACC
609f017a91bc258deb0b64cac5f198d54f19c9e3
[ "BSD-3-Clause" ]
50
2019-04-18T09:09:48.000Z
2022-03-29T21:38:21.000Z
smacc/src/smacc/client.cpp
koyalbhartia/SMACC
609f017a91bc258deb0b64cac5f198d54f19c9e3
[ "BSD-3-Clause" ]
35
2019-09-10T15:06:37.000Z
2022-02-02T09:10:08.000Z
/***************************************************************************************************************** * ReelRobotix Inc. - Software License Agreement Copyright (c) 2018 * Authors: Pablo Inigo Blasco, Brett Aldrich * *******************************************************************************...
22.563636
116
0.589041
[ "vector" ]
f38805b7f7dd1180df893996e7c883d502c1b6fa
11,565
cpp
C++
pxr/usd/lib/usd/clipCache.cpp
marsupial/USD
98d49911893d59be5a9904a29e15959affd530ec
[ "BSD-3-Clause" ]
9
2021-03-31T21:23:48.000Z
2022-03-05T09:29:27.000Z
pxr/usd/lib/usd/clipCache.cpp
marsupial/USD
98d49911893d59be5a9904a29e15959affd530ec
[ "BSD-3-Clause" ]
null
null
null
pxr/usd/lib/usd/clipCache.cpp
marsupial/USD
98d49911893d59be5a9904a29e15959affd530ec
[ "BSD-3-Clause" ]
1
2021-04-15T16:18:55.000Z
2021-04-15T16:18:55.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...
34.834337
80
0.635452
[ "vector" ]
f38cf9591e959c01f8b0c369377cb8f688fc29d9
7,831
cc
C++
bench/qs8-vmul.cc
Pandinosaurus/XNNPACK
5c7fd89ef54bd04feae964a19ce26b69afd9c804
[ "BSD-3-Clause" ]
null
null
null
bench/qs8-vmul.cc
Pandinosaurus/XNNPACK
5c7fd89ef54bd04feae964a19ce26b69afd9c804
[ "BSD-3-Clause" ]
null
null
null
bench/qs8-vmul.cc
Pandinosaurus/XNNPACK
5c7fd89ef54bd04feae964a19ce26b69afd9c804
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2021 Google LLC // // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. #include <algorithm> #include <cmath> #include <functional> #include <random> #include <vector> #include <benchmark/benchmark.h> #include "bench/utils.h" ...
43.027473
115
0.708849
[ "vector" ]
f38dff6d732c55eee5856b0a45676095373724a9
18,890
cpp
C++
source/msynth/MainFrame.cpp
MRoc/MSynth
3eb5c6cf0ad6a3d12f555ebca5fbe84c1b255829
[ "MIT" ]
1
2022-01-30T07:40:31.000Z
2022-01-30T07:40:31.000Z
source/msynth/MainFrame.cpp
MRoc/MSynth
3eb5c6cf0ad6a3d12f555ebca5fbe84c1b255829
[ "MIT" ]
null
null
null
source/msynth/MainFrame.cpp
MRoc/MSynth
3eb5c6cf0ad6a3d12f555ebca5fbe84c1b255829
[ "MIT" ]
null
null
null
/*----------------------------------------------------------------------------- MSynth (C)2000-2003 MRoc hifiShock required libs: dsound.lib winmm.lib xerces-c_2D.lib dxguid.lib dmoguids.lib amstrmid.lib msdmo.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib ...
30.079618
111
0.686077
[ "render" ]
f38ead2f85d27cc1ad0ffa9bee61156fe8f3ff9a
1,675
cpp
C++
src/problems/vrptw/operators/intra_two_opt.cpp
gauravagrwal/vroom
c238bf6d0590ea384bcc9a3aa84ca9f4fdde1099
[ "BSD-2-Clause" ]
null
null
null
src/problems/vrptw/operators/intra_two_opt.cpp
gauravagrwal/vroom
c238bf6d0590ea384bcc9a3aa84ca9f4fdde1099
[ "BSD-2-Clause" ]
null
null
null
src/problems/vrptw/operators/intra_two_opt.cpp
gauravagrwal/vroom
c238bf6d0590ea384bcc9a3aa84ca9f4fdde1099
[ "BSD-2-Clause" ]
null
null
null
/* This file is part of VROOM. Copyright (c) 2015-2022, Julien Coupey. All rights reserved (see LICENSE). */ #include "problems/vrptw/operators/intra_two_opt.h" namespace vroom { namespace vrptw { IntraTwoOpt::IntraTwoOpt(const Input& input, const utils::SolutionState& sol_state, ...
27.916667
79
0.47403
[ "vector" ]
f392f0d846a042672613dc610b70035f1c8b6e8f
2,170
cpp
C++
CesiumGeometry/test/TestBoundingSphere.cpp
JiangMuWen/cesium-native
1d9912307336c833b74b7e9b7bc715d0a4e6c7ec
[ "Apache-2.0" ]
154
2021-03-30T14:08:39.000Z
2022-03-30T00:01:43.000Z
CesiumGeometry/test/TestBoundingSphere.cpp
JiangMuWen/cesium-native
1d9912307336c833b74b7e9b7bc715d0a4e6c7ec
[ "Apache-2.0" ]
256
2021-03-30T18:12:28.000Z
2022-03-31T23:44:21.000Z
CesiumGeometry/test/TestBoundingSphere.cpp
JiangMuWen/cesium-native
1d9912307336c833b74b7e9b7bc715d0a4e6c7ec
[ "Apache-2.0" ]
66
2021-03-30T15:14:32.000Z
2022-03-31T13:38:41.000Z
#include "CesiumGeometry/BoundingSphere.h" #include "CesiumGeometry/Plane.h" #include <catch2/catch.hpp> #include <glm/mat3x3.hpp> using namespace CesiumGeometry; TEST_CASE("BoundingSphere::intersectPlane") { struct TestCase { BoundingSphere sphere; Plane plane; CullingResult expectedResult; }; au...
31.449275
73
0.641475
[ "vector" ]
f398bdcdf7b22121aafc359575d9615018322ddd
45,498
cc
C++
CyraResLevel.cc
nmoehrle/scanalyze
f9c0f08c89586715df62f98d5997a79a5b527428
[ "TCL" ]
1
2018-11-29T12:46:18.000Z
2018-11-29T12:46:18.000Z
CyraResLevel.cc
dthul/scanalyze
f9c0f08c89586715df62f98d5997a79a5b527428
[ "TCL" ]
null
null
null
CyraResLevel.cc
dthul/scanalyze
f9c0f08c89586715df62f98d5997a79a5b527428
[ "TCL" ]
2
2020-10-18T06:00:03.000Z
2022-01-04T20:13:03.000Z
//############################################################ // // CyraResLevel.cc // // Lucas Pereira // Thu Jul 16 15:20:47 1998 // // Part of CyraScan.cc, // Store range scan information from a Cyra Cyrax Beta // time-of-flight laser range scanner. // //#######################################################...
34.731298
80
0.435755
[ "mesh", "geometry", "vector" ]
f39927e4c610fc0dfb716f4721120bcf9194af2a
4,561
hpp
C++
include/nbla/dtypes.hpp
daniel-falk/nnabla
3fe132ea52dc10521cc029a5d6ba8f565cf65ccf
[ "Apache-2.0" ]
2,792
2017-06-26T13:05:44.000Z
2022-03-28T07:55:26.000Z
include/nbla/dtypes.hpp
daniel-falk/nnabla
3fe132ea52dc10521cc029a5d6ba8f565cf65ccf
[ "Apache-2.0" ]
138
2017-06-27T07:04:44.000Z
2022-02-28T01:37:15.000Z
include/nbla/dtypes.hpp
daniel-falk/nnabla
3fe132ea52dc10521cc029a5d6ba8f565cf65ccf
[ "Apache-2.0" ]
380
2017-06-26T13:23:52.000Z
2022-03-25T16:51:30.000Z
// Copyright 2018,2019,2020,2021 Sony Corporation. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
27.981595
80
0.658627
[ "object" ]
f39c42a108f61125b5a6ec2f8276d1f0bbc1c89b
7,709
cpp
C++
source/src/OddsPuzzle.cpp
jane8384/seven-monkeys
119cb7312f25d54e88f212a8710a512b893b046d
[ "MIT" ]
3
2017-11-16T01:54:09.000Z
2018-05-20T15:33:21.000Z
src/OddsPuzzle.cpp
aitorfernandez/seven-monkeys
8f2440fd5ae7a9e86bb71dba800efe9424f3792e
[ "MIT" ]
null
null
null
src/OddsPuzzle.cpp
aitorfernandez/seven-monkeys
8f2440fd5ae7a9e86bb71dba800efe9424f3792e
[ "MIT" ]
3
2017-09-18T11:44:41.000Z
2019-12-25T11:30:26.000Z
// // OddsPuzzle.cpp // SevenMonkeys // #include "OddsPuzzle.hpp" USING_NS_CC; USING_NS_SM; OddsPuzzle::OddsPuzzle() { CCLOG("// OddsPuzzle %x Constructor", (int)(long)this); } OddsPuzzle::~OddsPuzzle() { CCLOG("// OddsPuzzle %x Destructor", (int)(long)this); if (mvpPotLabel) { mvpPotLabel->r...
26.221088
121
0.604748
[ "vector" ]
f3ab0086e39a7abb07549bc9d3c346be4b660635
5,152
cpp
C++
src/lib/dhtclient/SKAsyncRetrieval.cpp
LevyForch/SilverKing
6ab063d0f1695675271eecba723f8f1a3b4f75a5
[ "Apache-2.0" ]
null
null
null
src/lib/dhtclient/SKAsyncRetrieval.cpp
LevyForch/SilverKing
6ab063d0f1695675271eecba723f8f1a3b4f75a5
[ "Apache-2.0" ]
85
2021-06-30T01:20:47.000Z
2021-09-14T01:09:41.000Z
src/lib/dhtclient/SKAsyncRetrieval.cpp
LevyForch/SilverKing
6ab063d0f1695675271eecba723f8f1a3b4f75a5
[ "Apache-2.0" ]
null
null
null
/** * * $Header: $ * $Change: $ * $DateTime: $ */ #include "SKAsyncRetrieval.h" #include "SKAsyncNSPerspective.h" #include "SKStoredValue.h" #include "SKClientException.h" #include "jace/Jace.h" using jace::java_new; using jace::java_cast; using namespace jace; #include "jace/proxy/java/lang/String.h" using jace::pr...
32.815287
112
0.663043
[ "object" ]
f3b1f5d3bebbea78a8d4c64a33c855d6d2fbc997
35,151
cpp
C++
Engine/Monkey/Demo/ImageGUIContext.cpp
zsb534923374/VulkanDemos
3bda2a8f29cfb69ffdb1bed5a53ffa1c4a2c1dc5
[ "MIT" ]
1
2019-10-12T15:07:38.000Z
2019-10-12T15:07:38.000Z
Engine/Monkey/Demo/ImageGUIContext.cpp
Guangehhhh/VulkanDemos
d3b9cc113aa3657689a0e7828892fb754f73361f
[ "MIT" ]
null
null
null
Engine/Monkey/Demo/ImageGUIContext.cpp
Guangehhhh/VulkanDemos
d3b9cc113aa3657689a0e7828892fb754f73361f
[ "MIT" ]
null
null
null
#include "Engine.h" #include "ImageGUIContext.h" #include "Demo/FileManager.h" #include "Application/GenericWindow.h" #include "Application/GenericApplication.h" static uint32_t g__glsl_shader_vert_spv[] = { 0x07230203,0x00010000,0x00080001,0x0000002e,0x00000000,0x00020011,0x00000001,0x0006000b, 0x00000001,0...
44.438685
153
0.808256
[ "render", "vector" ]
f3bd95e4b9a0230c5657f57d80a2db2334131a69
2,702
cpp
C++
euler017.cpp
Toxe/Project-Euler
b91cba62911a06341dd0c39584d9c6f3f3f88091
[ "MIT" ]
null
null
null
euler017.cpp
Toxe/Project-Euler
b91cba62911a06341dd0c39584d9c6f3f3f88091
[ "MIT" ]
null
null
null
euler017.cpp
Toxe/Project-Euler
b91cba62911a06341dd0c39584d9c6f3f3f88091
[ "MIT" ]
null
null
null
// Number letter counts #include <iostream> #include <string> #include <vector> const std::vector<std::string> num_tens{"twenty", "thirty", "forty", "fifty", ...
27.02
117
0.296447
[ "vector" ]
f3bea8748d4230a2456a2b22d7bfbd1c9216fcb5
6,892
cpp
C++
applications/fm-index/src/align.cpp
custom-computing-ic/dfe-snippets
8721e6272c25f77360e2de423d8ff5a9299ee5b2
[ "MIT" ]
17
2015-02-02T13:23:49.000Z
2021-02-09T11:04:40.000Z
applications/fm-index/src/align.cpp
custom-computing-ic/dfe-snippets
8721e6272c25f77360e2de423d8ff5a9299ee5b2
[ "MIT" ]
14
2015-07-02T10:13:05.000Z
2017-05-30T15:59:43.000Z
applications/fm-index/src/align.cpp
custom-computing-ic/dfe-snippets
8721e6272c25f77360e2de423d8ff5a9299ee5b2
[ "MIT" ]
8
2015-04-08T13:27:50.000Z
2016-12-16T14:38:52.000Z
/* align.cpp ----- James Arram 2014 */ /* * align source code file */ #include "align.hpp" // kernel input struct in_t { uint32_t id; uint8_t pck_sym[42]; uint8_t len; uint8_t is_pad; }; // kernel output struct out_t { uint32_t id; uint32_t low; uint32_t high; uint32_t pad; }; using namespace std...
29.965217
82
0.615061
[ "vector" ]
f3c00a76410b4f8e911694926ffcb21d66d712fc
2,505
cxx
C++
sprokit/src/bindings/python/sprokit/pipeline_util/export.cxx
aaron-bray/kwiver
be55ec5a511ba5b9f2af94b268ac5f9a657accc4
[ "BSD-3-Clause" ]
null
null
null
sprokit/src/bindings/python/sprokit/pipeline_util/export.cxx
aaron-bray/kwiver
be55ec5a511ba5b9f2af94b268ac5f9a657accc4
[ "BSD-3-Clause" ]
null
null
null
sprokit/src/bindings/python/sprokit/pipeline_util/export.cxx
aaron-bray/kwiver
be55ec5a511ba5b9f2af94b268ac5f9a657accc4
[ "BSD-3-Clause" ]
null
null
null
/*ckwg +29 * Copyright 2011-2012 by Kitware, Inc. * 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 li...
35.28169
101
0.751697
[ "object" ]
f3c86078f3b0d8d1873965d01801039e924daf41
1,952
hpp
C++
scene/hittables/hittable_list.hpp
loochek/armasa-path-tracer
307f57f10d54e418b1048b462425133531800e9c
[ "MIT" ]
1
2021-10-06T11:00:58.000Z
2021-10-06T11:00:58.000Z
scene/hittables/hittable_list.hpp
loochek/armasa-path-tracer
307f57f10d54e418b1048b462425133531800e9c
[ "MIT" ]
1
2021-10-11T10:29:26.000Z
2021-10-11T10:29:26.000Z
scene/hittables/hittable_list.hpp
JakMobius/armasa-path-tracer
b57dda3863b51135fc3de91393ecc42fd756081c
[ "MIT" ]
null
null
null
#pragma once class HittableList; struct BVHNode; #include <vector> #include "hittable.hpp" #include "../scene_renderer.hpp" #include "../buffer_chunk.hpp" extern const int HittableListType; class HittableList : public Hittable { std::vector<Hittable*> children; public: HittableList(): children() { ...
28.289855
76
0.624488
[ "render", "vector" ]
f3cbbf9262d0a8e04f92ceec981050096ecc08c0
3,780
cpp
C++
libraries/shared/src/Profile.cpp
kevinhouyang/hifi
cfb0d0aeb6d8961ec802909d4439d58383252e59
[ "Apache-2.0" ]
null
null
null
libraries/shared/src/Profile.cpp
kevinhouyang/hifi
cfb0d0aeb6d8961ec802909d4439d58383252e59
[ "Apache-2.0" ]
null
null
null
libraries/shared/src/Profile.cpp
kevinhouyang/hifi
cfb0d0aeb6d8961ec802909d4439d58383252e59
[ "Apache-2.0" ]
null
null
null
// // Created by Ryan Huffman on 2016-12-14 // Copyright 2013-2016 High Fidelity, Inc. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // #include "Profile.h" Q_LOGGING_CATEGORY(trace_app, "trace.app") Q_LOGGING_CATEG...
38.181818
177
0.758201
[ "render" ]
f3d2567e509a46765f0215f915befefecad325ba
8,084
cc
C++
chainerx_cc/chainerx/routines/misc.cc
zaltoprofen/chainer
3b03f9afc80fd67f65d5e0395ef199e9506b6ee1
[ "MIT" ]
2
2019-08-12T21:48:04.000Z
2020-08-27T18:04:20.000Z
chainerx_cc/chainerx/routines/misc.cc
zaltoprofen/chainer
3b03f9afc80fd67f65d5e0395ef199e9506b6ee1
[ "MIT" ]
null
null
null
chainerx_cc/chainerx/routines/misc.cc
zaltoprofen/chainer
3b03f9afc80fd67f65d5e0395ef199e9506b6ee1
[ "MIT" ]
null
null
null
#include "chainerx/routines/misc.h" #include <utility> #include <absl/types/optional.h> #include "chainerx/array.h" #include "chainerx/backprop_mode.h" #include "chainerx/backward_builder.h" #include "chainerx/backward_context.h" #include "chainerx/dtype.h" #include "chainerx/error.h" #include "chainerx/graph.h" #in...
33.824268
136
0.623577
[ "shape" ]
f3d628e4293e756d0ac8dd507bef99fd29797499
895
hpp
C++
include/eve/memory/is_aligned.hpp
orao/eve
a8bdc6a9cab06d905e8749354cde63776ab76846
[ "MIT" ]
null
null
null
include/eve/memory/is_aligned.hpp
orao/eve
a8bdc6a9cab06d905e8749354cde63776ab76846
[ "MIT" ]
null
null
null
include/eve/memory/is_aligned.hpp
orao/eve
a8bdc6a9cab06d905e8749354cde63776ab76846
[ "MIT" ]
null
null
null
//================================================================================================== /** EVE - Expressive Vector Engine Copyright : EVE Contributors & Maintainers SPDX-License-Identifier: MIT **/ //================================================================================================== #...
29.833333
100
0.550838
[ "vector" ]
f3dca7710558313e3c97d4f288465db58d300729
1,749
cpp
C++
labs/lab03/bubble_sort.cpp
Ligh7bringer/SET10108-practicals
b0120978181f0bb7ae7d7395e57ea4b1d452d978
[ "MIT" ]
null
null
null
labs/lab03/bubble_sort.cpp
Ligh7bringer/SET10108-practicals
b0120978181f0bb7ae7d7395e57ea4b1d452d978
[ "MIT" ]
null
null
null
labs/lab03/bubble_sort.cpp
Ligh7bringer/SET10108-practicals
b0120978181f0bb7ae7d7395e57ea4b1d452d978
[ "MIT" ]
null
null
null
#include <iostream> #include <omp.h> #include <vector> #include <random> #include <chrono> #include <fstream> std::vector<unsigned int> generate_values(size_t size) { // create random engine std::random_device r; std::default_random_engine e(r()); // generate numbers std::vector<unsigned int> data;...
30.155172
100
0.523156
[ "vector" ]
f3e1942767f055cf3d1beb1a43b2fe93240534de
13,211
cpp
C++
source/blender/collada/GeometryExporter.cpp
wycivil08/blendocv
f6cce83e1f149fef39afa8043aade9c64378f33e
[ "Unlicense" ]
30
2015-01-29T14:06:05.000Z
2022-01-10T07:47:29.000Z
source/blender/collada/GeometryExporter.cpp
ttagu99/blendocv
f6cce83e1f149fef39afa8043aade9c64378f33e
[ "Unlicense" ]
1
2017-02-20T20:57:48.000Z
2018-12-19T23:44:38.000Z
source/blender/collada/GeometryExporter.cpp
ttagu99/blendocv
f6cce83e1f149fef39afa8043aade9c64378f33e
[ "Unlicense" ]
15
2015-04-23T02:38:36.000Z
2021-03-01T20:09:39.000Z
/* * $Id: GeometryExporter.cpp 40382 2011-09-20 06:25:15Z campbellbarton $ * * ***** BEGIN GPL LICENSE BLOCK ***** * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of...
26.851626
174
0.679055
[ "mesh", "geometry", "object", "vector" ]
f3e1f5bc906c9aac08c92e5faef262c56437348b
802
cpp
C++
test/container_view.cpp
romariorios/coruja
275d1b05cdefd4d8e7665bb7bb37dbe15de3e9af
[ "BSL-1.0" ]
13
2017-10-24T07:13:28.000Z
2020-10-07T02:51:31.000Z
test/container_view.cpp
romariorios/coruja
275d1b05cdefd4d8e7665bb7bb37dbe15de3e9af
[ "BSL-1.0" ]
1
2019-10-30T21:50:44.000Z
2019-11-06T19:35:23.000Z
test/container_view.cpp
romariorios/coruja
275d1b05cdefd4d8e7665bb7bb37dbe15de3e9af
[ "BSL-1.0" ]
5
2018-09-19T20:29:07.000Z
2020-03-20T18:12:09.000Z
#include "check_equal.hpp" #include <coruja/container/view/container.hpp> #include <coruja/container/vector.hpp> #include <range/v3/range_concepts.hpp> #include <string> using namespace coruja; using svector = vector<std::string>; int main() { static_assert(std::is_same<view::container<svector>::observed_t...
27.655172
83
0.670823
[ "vector" ]
f3ea419b6851ca9c2d109294c5fd742d12307450
3,854
cc
C++
dmlab2d/system/tile/lua/tile_set.cc
RacingTadpole/lab2d
2261b939ebd574505346accd09ce5b9e30398998
[ "Apache-2.0" ]
null
null
null
dmlab2d/system/tile/lua/tile_set.cc
RacingTadpole/lab2d
2261b939ebd574505346accd09ce5b9e30398998
[ "Apache-2.0" ]
null
null
null
dmlab2d/system/tile/lua/tile_set.cc
RacingTadpole/lab2d
2261b939ebd574505346accd09ce5b9e30398998
[ "Apache-2.0" ]
1
2021-12-08T11:28:00.000Z
2021-12-08T11:28:00.000Z
// Copyright (C) 2019 The DMLab2D 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law o...
31.333333
80
0.656201
[ "shape", "vector" ]
f3eeb1b094b64fb9de0f642cf94a5d6efb52edef
5,872
cpp
C++
src/FleeManager.cpp
htc16/mod-playerbots
2307e3f980035a244bfb4fedefda5bc55903d470
[ "MIT" ]
12
2022-03-23T05:14:53.000Z
2022-03-30T12:12:58.000Z
src/FleeManager.cpp
htc16/mod-playerbots
2307e3f980035a244bfb4fedefda5bc55903d470
[ "MIT" ]
24
2022-03-23T13:56:37.000Z
2022-03-31T18:23:32.000Z
src/FleeManager.cpp
htc16/mod-playerbots
2307e3f980035a244bfb4fedefda5bc55903d470
[ "MIT" ]
3
2022-03-24T21:47:10.000Z
2022-03-31T06:21:46.000Z
/* * Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU GPL v2 license, you may redistribute it and/or modify it under version 2 of the License, or (at your option), any later version. */ #include "FleeManager.h" #include "Playerbots.h" #include "ServerFacade.h" FleeManager::FleeManager(Playe...
34.139535
205
0.643903
[ "vector" ]
f3f3f9a9ea7f7266f64cd15d1c46e021c517ca76
11,426
cpp
C++
VolumeAnalytics/volumeanalytics.cpp
avinfinity/UnmanagedCodeSnippets
2bd848db88d7b271209ad30017c8f62307319be3
[ "MIT" ]
null
null
null
VolumeAnalytics/volumeanalytics.cpp
avinfinity/UnmanagedCodeSnippets
2bd848db88d7b271209ad30017c8f62307319be3
[ "MIT" ]
null
null
null
VolumeAnalytics/volumeanalytics.cpp
avinfinity/UnmanagedCodeSnippets
2bd848db88d7b271209ad30017c8f62307319be3
[ "MIT" ]
null
null
null
#include "volumeanalytics.h" #include "histogramprocessor.h" #include <stdio.h> #include <ipp.h> #include <iostream> #include "src/plugins/Application/ZeissViewer/SegmentationInterface/ZeissSegmentationInterface.hpp" #include "src/plugins/Application/ZeissViewer/SeparationInterface/ZeissSeparationInterface.hpp" name...
20.330961
158
0.666025
[ "vector" ]
f3f4bc194aee8c51d622d86fc4132bf52253f5b0
16,896
cpp
C++
core/tests/src/TestMacrosTests.cpp
ishiko-cpp/tests
0b499e6fec22677c3727b39fe6a4d680011a75ce
[ "MIT" ]
null
null
null
core/tests/src/TestMacrosTests.cpp
ishiko-cpp/tests
0b499e6fec22677c3727b39fe6a4d680011a75ce
[ "MIT" ]
null
null
null
core/tests/src/TestMacrosTests.cpp
ishiko-cpp/tests
0b499e6fec22677c3727b39fe6a4d680011a75ce
[ "MIT" ]
null
null
null
/* Copyright (c) 2019-2022 Xavier Leclercq Released under the MIT License See https://github.com/ishiko-cpp/tests/blob/main/LICENSE.txt */ #include "TestMacrosTests.h" #include "Ishiko/Tests/Core/TestMacros.hpp" #include "Ishiko/Tests/Core/TestProgressObserver.h" #include <Ishiko/Text.h> #include <sstream>...
25.953917
117
0.668205
[ "vector" ]
f3fca5b29f779dabeddaf0eeac66add4c7160df1
100,372
cpp
C++
test/slce.cpp
Fadis/slce
27c39928ce2a15186a4be84a182238f64a1cadc8
[ "MIT" ]
11
2019-05-06T16:28:04.000Z
2019-06-19T23:54:40.000Z
test/slce.cpp
Fadis/slce
27c39928ce2a15186a4be84a182238f64a1cadc8
[ "MIT" ]
1
2021-02-05T04:23:17.000Z
2021-02-17T06:36:41.000Z
test/slce.cpp
Fadis/slce
27c39928ce2a15186a4be84a182238f64a1cadc8
[ "MIT" ]
null
null
null
/* * Copyright (c) 2019 Naomasa Matsubayashi * * 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...
69.654407
177
0.73658
[ "vector" ]
f3fda30e65b692b880ee1afc47ff0578eaba3a48
4,669
cpp
C++
Sources/Elastos/Frameworks/Droid/Base/Packages/SystemUI/src/elastos/droid/systemui/statusbar/policy/BatteryController.cpp
jingcao80/Elastos
d0f39852356bdaf3a1234743b86364493a0441bc
[ "Apache-2.0" ]
7
2017-07-13T10:34:54.000Z
2021-04-16T05:40:35.000Z
Sources/Elastos/Frameworks/Droid/Base/Packages/SystemUI/src/elastos/droid/systemui/statusbar/policy/BatteryController.cpp
jingcao80/Elastos
d0f39852356bdaf3a1234743b86364493a0441bc
[ "Apache-2.0" ]
null
null
null
Sources/Elastos/Frameworks/Droid/Base/Packages/SystemUI/src/elastos/droid/systemui/statusbar/policy/BatteryController.cpp
jingcao80/Elastos
d0f39852356bdaf3a1234743b86364493a0441bc
[ "Apache-2.0" ]
9
2017-07-13T12:33:20.000Z
2021-06-19T02:46:48.000Z
//========================================================================= // Copyright (C) 2012 The Elastos Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // ...
31.979452
102
0.689227
[ "object" ]
6d0013a50b89289f9d6d19295f4abaede10e4b5b
7,205
cc
C++
content/shell/browser/shell_devtools_manager_delegate.cc
Yannic/chromium
ab32e8aacb08c9fce0dc4bf09eec456ba46e3710
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
76
2020-09-02T03:05:41.000Z
2022-03-30T04:40:55.000Z
content/shell/browser/shell_devtools_manager_delegate.cc
blueboxd/chromium-legacy
07223bc94bd97499909c9ed3c3f5769d718fe2e0
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
45
2020-09-02T03:21:37.000Z
2022-03-31T22:19:45.000Z
content/shell/browser/shell_devtools_manager_delegate.cc
Yannic/chromium
ab32e8aacb08c9fce0dc4bf09eec456ba46e3710
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
8
2020-07-22T18:49:18.000Z
2022-02-08T10:27:16.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 "content/shell/browser/shell_devtools_manager_delegate.h" #include <stdint.h> #include <vector> #include "base/atomicops.h" #include "base/bin...
32.165179
79
0.755031
[ "vector" ]
6d07ba23b3fb923c5217481177b4cae785216d0a
4,334
cpp
C++
src/org/apache/poi/sl/draw/geom/CustomGeometry.cpp
pebble2015/cpoi
6dcc0c5e13e3e722b4ef9fd0baffbf62bf71ead6
[ "Apache-2.0" ]
null
null
null
src/org/apache/poi/sl/draw/geom/CustomGeometry.cpp
pebble2015/cpoi
6dcc0c5e13e3e722b4ef9fd0baffbf62bf71ead6
[ "Apache-2.0" ]
null
null
null
src/org/apache/poi/sl/draw/geom/CustomGeometry.cpp
pebble2015/cpoi
6dcc0c5e13e3e722b4ef9fd0baffbf62bf71ead6
[ "Apache-2.0" ]
null
null
null
// Generated from /POI/java/org/apache/poi/sl/draw/geom/CustomGeometry.java #include <org/apache/poi/sl/draw/geom/CustomGeometry.hpp> #include <java/lang/ClassCastException.hpp> #include <java/lang/NullPointerException.hpp> #include <java/lang/Object.hpp> #include <java/util/ArrayList.hpp> #include <java/util/Iterator...
35.235772
120
0.639825
[ "object" ]
6d0a819576b3324cc527ca36cbc33f1fc22cbf2e
5,663
cpp
C++
Granite/renderer/common_renderer_data.cpp
dmrlawson/parallel-rdp
f18e00728bb45e3a769ab7ad3b9064359ef82209
[ "MIT" ]
null
null
null
Granite/renderer/common_renderer_data.cpp
dmrlawson/parallel-rdp
f18e00728bb45e3a769ab7ad3b9064359ef82209
[ "MIT" ]
null
null
null
Granite/renderer/common_renderer_data.cpp
dmrlawson/parallel-rdp
f18e00728bb45e3a769ab7ad3b9064359ef82209
[ "MIT" ]
null
null
null
/* Copyright (c) 2017-2020 Hans-Kristian Arntzen * * 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, me...
30.777174
116
0.727883
[ "mesh", "vector" ]
6d0fc78855c13003de7ca4318909c2c498db5f98
11,007
cc
C++
test/e2e_test/FrameQueue.cc
MartinJindrisek/SVT-AV1
6fd564611bdb48a2a6d2c7b90a91b4b1bdbe74b9
[ "BSD-2-Clause-Patent" ]
null
null
null
test/e2e_test/FrameQueue.cc
MartinJindrisek/SVT-AV1
6fd564611bdb48a2a6d2c7b90a91b4b1bdbe74b9
[ "BSD-2-Clause-Patent" ]
1
2019-06-29T16:50:38.000Z
2019-06-29T16:50:38.000Z
test/e2e_test/FrameQueue.cc
eclipseo/SVT-AV1
d380874c5f5f985ff764fc18031760eaf313eea6
[ "BSD-2-Clause-Patent" ]
1
2020-01-07T09:03:46.000Z
2020-01-07T09:03:46.000Z
/* * Copyright(c) 2019 Netflix, Inc. * SPDX - License - Identifier: BSD - 2 - Clause - Patent */ /****************************************************************************** * @file FrameQueue.cc * * @brief Impelmentation of reconstructed frame queue * *******************************************************...
33.153614
80
0.544108
[ "vector" ]
6d13896f2fbb78ffc7c880f4818d7d99694973aa
324
hpp
C++
include/awl/backends/x11/cursor/object_ref.hpp
freundlich/libawl
0d51f388a6b662373058cb51a24ef25ed826fa0f
[ "BSL-1.0" ]
null
null
null
include/awl/backends/x11/cursor/object_ref.hpp
freundlich/libawl
0d51f388a6b662373058cb51a24ef25ed826fa0f
[ "BSL-1.0" ]
null
null
null
include/awl/backends/x11/cursor/object_ref.hpp
freundlich/libawl
0d51f388a6b662373058cb51a24ef25ed826fa0f
[ "BSL-1.0" ]
null
null
null
#ifndef AWL_BACKENDS_X11_CURSOR_OBJECT_REF_HPP_INCLUDED #define AWL_BACKENDS_X11_CURSOR_OBJECT_REF_HPP_INCLUDED #include <awl/backends/x11/cursor/object_fwd.hpp> #include <fcppt/reference_impl.hpp> namespace awl::backends::x11::cursor { using object_ref = fcppt::reference<awl::backends::x11::cursor::object>; } #en...
21.6
72
0.814815
[ "object" ]
6d1a30741ab5db314dff37db6a34a42cd1e2c9f7
1,882
cpp
C++
JOISC/day2/chameleon/chameleon.cpp
woshiluo/oi
5637fb81b0e25013314783dc387f7fc93bf9d4b9
[ "Apache-2.0" ]
null
null
null
JOISC/day2/chameleon/chameleon.cpp
woshiluo/oi
5637fb81b0e25013314783dc387f7fc93bf9d4b9
[ "Apache-2.0" ]
null
null
null
JOISC/day2/chameleon/chameleon.cpp
woshiluo/oi
5637fb81b0e25013314783dc387f7fc93bf9d4b9
[ "Apache-2.0" ]
null
null
null
#include <cstdio> #include <cstring> #include <queue> #include <vector> #include "chameleon.h" namespace woshiluo{ }; void Solve(int n) { n = n * 2; bool vis[ n + 10 ], upd[ n + 10 ], inque[ n + 10 ]; //int f[ n + 10 ][ n + 10 ]; int same[ n + 10 ][ n + 10 ]; // -1 false 0 unkown 1 true std::vector<int> edge...
23.234568
52
0.502657
[ "vector" ]
6d1c9a88c6407fd3d7dea4bf04b7b3784614e4b9
2,619
cpp
C++
dlls/airtank.cpp
QuakeEngines/halflife-sdk-2019
10b494deaef5433245213851634db1361f1ba4ce
[ "Unlicense" ]
77
2018-09-02T20:32:32.000Z
2022-03-31T00:25:33.000Z
dlls/airtank.cpp
QuakeEngines/halflife-sdk-2019
10b494deaef5433245213851634db1361f1ba4ce
[ "Unlicense" ]
79
2019-09-01T12:47:26.000Z
2022-03-28T11:02:16.000Z
dlls/airtank.cpp
QuakeEngines/halflife-sdk-2019
10b494deaef5433245213851634db1361f1ba4ce
[ "Unlicense" ]
51
2018-09-02T22:02:04.000Z
2022-03-30T09:08:41.000Z
/*** * * Copyright (c) 1996-2001, Valve LLC. All rights reserved. * * This product contains software technology licensed from Id * Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc. * All Rights Reserved. * * Use, distribution, and modification of this source code and/or resulting * obje...
22.194915
78
0.714395
[ "object", "vector", "solid" ]
6d2185b6ed7b16ddb0c68f70039f223aa031e3d5
32,605
cpp
C++
src/RuleApplication.cpp
AVBelyy/SAFRAN
115d0481c48302aaa958e364f357cfc7510131e6
[ "MIT" ]
null
null
null
src/RuleApplication.cpp
AVBelyy/SAFRAN
115d0481c48302aaa958e364f357cfc7510131e6
[ "MIT" ]
null
null
null
src/RuleApplication.cpp
AVBelyy/SAFRAN
115d0481c48302aaa958e364f357cfc7510131e6
[ "MIT" ]
null
null
null
#include "RuleApplication.h" RuleApplication::RuleApplication(Index* index, TraintripleReader* graph, ValidationtripleReader* vtr, RuleReader* rr, Explanation* exp) { this->index = index; this->graph = graph; this->vtr = vtr; this->rr = rr; this->rulegraph = new RuleGraph(index->getNodeSize(), graph, vtr); refle...
36.883484
193
0.624505
[ "vector" ]
6d22cf63704c5b28a90198fde6e03a244cd42225
9,012
cpp
C++
src/pose_estimation.cpp
epfl-lasa/aruco-markers
aadea1955c57411d9a737bf48a58e7bd25f665e0
[ "BSD-3-Clause" ]
null
null
null
src/pose_estimation.cpp
epfl-lasa/aruco-markers
aadea1955c57411d9a737bf48a58e7bd25f665e0
[ "BSD-3-Clause" ]
null
null
null
src/pose_estimation.cpp
epfl-lasa/aruco-markers
aadea1955c57411d9a737bf48a58e7bd25f665e0
[ "BSD-3-Clause" ]
null
null
null
#include <opencv2/highgui.hpp> #include <opencv2/opencv.hpp> #include <opencv2/aruco.hpp> #include <iostream> #include <ros/ros.h> #include <ros/package.h> #include <tf/transform_broadcaster.h> #include <math.h> using namespace std; using namespace cv; namespace { const char* about = "Pose estimation of aruco marker...
40.778281
178
0.584887
[ "vector", "transform" ]
6d291ac84a5458e4c39b845b72dcf12c39fad18e
1,777
cpp
C++
Failed/B908_failed.cpp
fahimfarhan/legendary-coding-odyssey
55289e05aa04f866201c607bed00c505cd9c4df9
[ "MIT" ]
3
2019-07-20T07:26:31.000Z
2020-08-06T09:31:09.000Z
Failed/B908_failed.cpp
fahimfarhan/legendary-coding-odyssey
55289e05aa04f866201c607bed00c505cd9c4df9
[ "MIT" ]
null
null
null
Failed/B908_failed.cpp
fahimfarhan/legendary-coding-odyssey
55289e05aa04f866201c607bed00c505cd9c4df9
[ "MIT" ]
4
2019-06-20T18:43:32.000Z
2020-10-07T16:45:23.000Z
#include <bits/stdc++.h> using namespace std; class B908 { private: int n,m,x0,y0,xn,yn,ans; char **G; bool **isVisited; vector<char> Stack; string s; public: void DFS(){ DFS_visit(x0,y0); cout<<"d2\n"; } void DFS_visit(int a,int b){ cout<<"a="<<a<<",b="<<b<<endl; cout<<"d3\n"; isVisited[a][b] = t...
19.966292
120
0.49184
[ "vector" ]
6d2a960f501b88350d082814eb296c9048ec9655
5,580
cc
C++
applications/physbam/smoke/job_loop_frame.cc
schinmayee/nimbus
170cd15e24a7a88243a6ea80aabadc0fc0e6e177
[ "BSD-3-Clause" ]
20
2017-07-03T19:09:09.000Z
2021-09-10T02:53:56.000Z
applications/physbam/smoke/job_loop_frame.cc
schinmayee/nimbus
170cd15e24a7a88243a6ea80aabadc0fc0e6e177
[ "BSD-3-Clause" ]
null
null
null
applications/physbam/smoke/job_loop_frame.cc
schinmayee/nimbus
170cd15e24a7a88243a6ea80aabadc0fc0e6e177
[ "BSD-3-Clause" ]
9
2017-09-17T02:05:06.000Z
2020-01-31T00:12:01.000Z
/* * Copyright 2013 Stanford University. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source code must retain the above copyright * notice, this list of co...
38.219178
91
0.651971
[ "vector" ]
6d2c4de4c2ad8b7f8faef0cd5034617377d80022
5,216
cpp
C++
plane_seg/src/plane-seg-20150423.cpp
wx-b/plane_seg
f94dc77c684225eded23f488d5b94baf579fd460
[ "BSD-3-Clause" ]
105
2020-11-02T09:08:50.000Z
2022-03-27T19:59:49.000Z
plane_seg/src/plane-seg-20150423.cpp
wx-b/plane_seg
f94dc77c684225eded23f488d5b94baf579fd460
[ "BSD-3-Clause" ]
62
2016-01-16T18:08:14.000Z
2016-03-24T15:16:28.000Z
plane_seg/src/plane-seg-20150423.cpp
wx-b/plane_seg
f94dc77c684225eded23f488d5b94baf579fd460
[ "BSD-3-Clause" ]
41
2016-01-14T21:26:58.000Z
2022-03-28T03:10:39.000Z
#include <string> #include <fstream> #include <unordered_map> #include <chrono> #include <drc_utils/RansacGeneric.hpp> #include <pcl/io/pcd_io.h> #include <pcl/filters/voxel_grid.h> #include <pcl/common/common.h> #include "RectangleFitter.hpp" #include "RobustNormalEstimator.hpp" #include "PlaneSegmenter.hpp" typed...
31.047619
74
0.645897
[ "vector" ]
6d2dd245b0b06ae95f4843fd020c19166e13a382
12,280
cpp
C++
Engine/General/System.cpp
BielBdeLuna/DarkXL
647f88835b78f0afc595c17ccb7410c0661c93a9
[ "MIT" ]
3
2020-02-21T13:25:46.000Z
2021-02-27T06:49:18.000Z
Engine/General/System.cpp
BielBdeLuna/DarkXL
647f88835b78f0afc595c17ccb7410c0661c93a9
[ "MIT" ]
null
null
null
Engine/General/System.cpp
BielBdeLuna/DarkXL
647f88835b78f0afc595c17ccb7410c0661c93a9
[ "MIT" ]
null
null
null
#include "System.h" #include "Map.h" #include "DXL_Console.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> bool System::m_bMissionComplete=false; bool System::m_abGoalComplete[16]; int System::m_nLogLevel = System::LOG_INFO; char System::m_szText[2048]; float System::m_fTexD...
23.479924
141
0.602687
[ "vector" ]
6d3325af8eff24f391362ab5b5af806ed0e87b87
21,058
tpp
C++
vpr/src/timing/PostClusterDelayCalculator.tpp
HubertSun7/vtr-verilog-to-routing
190dbbeffc1ad82adb2779f56d6b70cfd6de8d29
[ "MIT" ]
1
2020-05-07T17:38:58.000Z
2020-05-07T17:38:58.000Z
vpr/src/timing/PostClusterDelayCalculator.tpp
MohamedEldafrawy/vtr-verilog-to-routing
190dbbeffc1ad82adb2779f56d6b70cfd6de8d29
[ "MIT" ]
null
null
null
vpr/src/timing/PostClusterDelayCalculator.tpp
MohamedEldafrawy/vtr-verilog-to-routing
190dbbeffc1ad82adb2779f56d6b70cfd6de8d29
[ "MIT" ]
null
null
null
#include <cmath> #include "PostClusterDelayCalculator.h" #include "vpr_error.h" #include "vpr_utils.h" #include "globals.h" #include "vtr_assert.h" //Print detailed debug info about edge delay calculation /*#define POST_CLUSTER_DELAY_CALC_DEBUG*/ inline PostClusterDelayCalculator::PostClusterDelayCalculator(const A...
46.281319
156
0.670909
[ "vector" ]
6d34f7fbdf03af0cda04181168474d8a91ece4c7
8,107
cpp
C++
src/GafferArnoldUI/DecayVisualiser.cpp
ddesmond/gaffer
4f25df88103b7893df75865ea919fb035f92bac0
[ "BSD-3-Clause" ]
561
2016-10-18T04:30:48.000Z
2022-03-30T06:52:04.000Z
src/GafferArnoldUI/DecayVisualiser.cpp
ddesmond/gaffer
4f25df88103b7893df75865ea919fb035f92bac0
[ "BSD-3-Clause" ]
1,828
2016-10-14T19:01:46.000Z
2022-03-30T16:07:19.000Z
src/GafferArnoldUI/DecayVisualiser.cpp
ddesmond/gaffer
4f25df88103b7893df75865ea919fb035f92bac0
[ "BSD-3-Clause" ]
120
2016-10-18T15:19:13.000Z
2021-12-20T16:28:23.000Z
////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2017, Image Engine. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // * Redistributi...
32.558233
271
0.718515
[ "mesh", "render", "vector" ]
6d3644c9f49479d2d4044adf55afd212f142a060
3,725
cpp
C++
src/consumer/DefaultMQPushConsumer.cpp
ifplusor/rocketmq-client-cpp
fd301f4b064d5035fc72261023a396e2c9126c53
[ "Apache-2.0" ]
5
2019-04-24T13:37:05.000Z
2021-01-29T16:37:55.000Z
src/consumer/DefaultMQPushConsumer.cpp
ifplusor/rocketmq-client-cpp
fd301f4b064d5035fc72261023a396e2c9126c53
[ "Apache-2.0" ]
null
null
null
src/consumer/DefaultMQPushConsumer.cpp
ifplusor/rocketmq-client-cpp
fd301f4b064d5035fc72261023a396e2c9126c53
[ "Apache-2.0" ]
1
2021-02-03T03:11:03.000Z
2021-02-03T03:11:03.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.813084
114
0.754362
[ "vector" ]
6d3d081ca4a8fb2dde857ffe53cb29302473330e
13,126
cpp
C++
src/syntax.cpp
gitter-badger/zep
f56837c09529b9a02dfb4fc64f854ca0521092c3
[ "MIT" ]
null
null
null
src/syntax.cpp
gitter-badger/zep
f56837c09529b9a02dfb4fc64f854ca0521092c3
[ "MIT" ]
null
null
null
src/syntax.cpp
gitter-badger/zep
f56837c09529b9a02dfb4fc64f854ca0521092c3
[ "MIT" ]
null
null
null
#include "zep/syntax.h" #include "zep/editor.h" #include "zep/syntax_rainbow_brackets.h" #include "zep/theme.h" #include "zep/mcommon/logger.h" #include "zep/mcommon/string/stringutils.h" #include <string> #include <vector> namespace Zep { ZepSyntax::ZepSyntax( ZepBuffer& buffer, const std::unordered_set<st...
31.705314
144
0.567423
[ "vector" ]
6d401d0a11c827e06b28072aca2ae185208a4996
1,844
cpp
C++
tests/test_vector_optional_argument.cpp
sandman42292/structopt
a9f30992980bb0d36da69398b25b51f9898868bb
[ "BSL-1.0", "MIT" ]
389
2020-08-16T22:27:04.000Z
2022-03-28T12:48:55.000Z
tests/test_vector_optional_argument.cpp
sandman42292/structopt
a9f30992980bb0d36da69398b25b51f9898868bb
[ "BSL-1.0", "MIT" ]
10
2020-08-17T12:28:27.000Z
2021-06-17T03:00:40.000Z
tests/test_vector_optional_argument.cpp
sandman42292/structopt
a9f30992980bb0d36da69398b25b51f9898868bb
[ "BSL-1.0", "MIT" ]
20
2020-08-17T01:38:10.000Z
2021-11-23T01:52:37.000Z
#include <doctest.hpp> #include <structopt/app.hpp> using doctest::test_suite; struct OptionalVectorIntArgument { std::optional<std::vector<int>> value = {}; }; STRUCTOPT(OptionalVectorIntArgument, value); TEST_CASE("structopt can parse vector optional argument" * test_suite("vector_optional")) { // Vector of i...
36.88
164
0.664859
[ "vector" ]
6d40ecbc23449c7a4a8165f973d2f9a45fbc4a04
14,127
cpp
C++
tests/Aql/InputRangeTest.cpp
Mu-L/arangodb
a6bd3ccd6f622fab2a288d2e3a06ab8e338d3ec1
[ "BSL-1.0", "Apache-2.0" ]
null
null
null
tests/Aql/InputRangeTest.cpp
Mu-L/arangodb
a6bd3ccd6f622fab2a288d2e3a06ab8e338d3ec1
[ "BSL-1.0", "Apache-2.0" ]
null
null
null
tests/Aql/InputRangeTest.cpp
Mu-L/arangodb
a6bd3ccd6f622fab2a288d2e3a06ab8e338d3ec1
[ "BSL-1.0", "Apache-2.0" ]
null
null
null
//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2014-2020 ArangoDB GmbH, Cologne, Germany /// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany /// /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except...
35.85533
80
0.635237
[ "vector" ]
6d41f43a5b618767645438aaf9f3964a9f95ae56
2,069
cpp
C++
src/Sowl/Windows/WindowClassBuilder.cpp
opflucker/Sowl
78bba310b83cee6ec597ad125b4c4e038324c158
[ "MIT" ]
1
2020-07-26T18:07:46.000Z
2020-07-26T18:07:46.000Z
src/Sowl/Windows/WindowClassBuilder.cpp
opflucker/Sowl
78bba310b83cee6ec597ad125b4c4e038324c158
[ "MIT" ]
null
null
null
src/Sowl/Windows/WindowClassBuilder.cpp
opflucker/Sowl
78bba310b83cee6ec597ad125b4c4e038324c158
[ "MIT" ]
1
2021-03-09T20:46:01.000Z
2021-03-09T20:46:01.000Z
#include "WindowClassBuilder.h" using namespace sowl; /// @brief Initialize the builder with given parameters and defaults. /// @param processHandle Handle of the process where the window class to be registered must belongs to. /// @param className A valid window class name. /// @param wndProc A pointer to the window...
28.736111
113
0.738521
[ "object" ]
6d45811d71a9c0b22491bf8c299a6a4e557d89c8
944
cpp
C++
SPOJ/Random/SAMER08G/sam.cpp
VastoLorde95/Competitive-Programming
6c990656178fb0cd33354cbe5508164207012f24
[ "MIT" ]
170
2017-07-25T14:47:29.000Z
2022-01-26T19:16:31.000Z
SPOJ/Random/SAMER08G/sam.cpp
navodit15/Competitive-Programming
6c990656178fb0cd33354cbe5508164207012f24
[ "MIT" ]
null
null
null
SPOJ/Random/SAMER08G/sam.cpp
navodit15/Competitive-Programming
6c990656178fb0cd33354cbe5508164207012f24
[ "MIT" ]
55
2017-07-28T06:17:33.000Z
2021-10-31T03:06:22.000Z
#include<stdio.h> #include<iostream> #include<cmath> #include<algorithm> #include<cstring> #include<map> #include<set> #include<vector> #include<utility> #include<math.h> #define sd(x) scanf("%d",&x); #define sd2(x,y) scanf("%d %d",&x,&y); #define sd3(x,y,z) scanf("%d %d %d",&x,&y,&z); #define sull(x) scanf("%ull",&x)...
18.153846
49
0.524364
[ "vector" ]
6d4f33c3aa6e86a44c1d7515c6345ec5dc3ca8d9
3,715
hpp
C++
core/src/Boundings/SphereBoundingVolume.hpp
hhsaez/crimild
e3efee09489939338df55e8af9a1f9ddc01301f7
[ "BSD-3-Clause" ]
36
2015-03-12T10:42:36.000Z
2022-01-12T04:20:40.000Z
core/src/Boundings/SphereBoundingVolume.hpp
hhsaez/crimild
e3efee09489939338df55e8af9a1f9ddc01301f7
[ "BSD-3-Clause" ]
1
2015-12-17T00:25:43.000Z
2016-02-20T12:00:57.000Z
core/src/Boundings/SphereBoundingVolume.hpp
hhsaez/crimild
e3efee09489939338df55e8af9a1f9ddc01301f7
[ "BSD-3-Clause" ]
6
2017-06-17T07:57:53.000Z
2019-04-09T21:11:24.000Z
/* * Copyright (c) 2013, Hernan Saez * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright * notice, this list of con...
46.4375
105
0.774428
[ "transform" ]
6d51a9e0a8e67076583f3a46947ad101c675f399
4,281
hh
C++
gazebo/gui/building/BuildingMakerPrivate.hh
otamachan/ros-indigo-gazebo7-deb
abc6b40247cdce14d9912096a0ad5135d420ce04
[ "ECL-2.0", "Apache-2.0" ]
5
2017-07-14T19:36:51.000Z
2020-04-01T06:47:59.000Z
gazebo/gui/building/BuildingMakerPrivate.hh
otamachan/ros-indigo-gazebo7-deb
abc6b40247cdce14d9912096a0ad5135d420ce04
[ "ECL-2.0", "Apache-2.0" ]
20
2017-07-20T21:04:49.000Z
2017-10-19T19:32:38.000Z
gazebo/gui/building/BuildingMakerPrivate.hh
otamachan/ros-indigo-gazebo7-deb
abc6b40247cdce14d9912096a0ad5135d420ce04
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
/* * Copyright (C) 2015-2016 Open Source Robotics Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
31.021739
80
0.682317
[ "vector", "model" ]
6d524464d0ae748c270f7d92b9c5c78a18a2d8d2
1,423
cpp
C++
src/population.cpp
dmarcini/GA-TSP
91719435fe8f4a4b75e721060d34a2b7a5f52205
[ "MIT" ]
null
null
null
src/population.cpp
dmarcini/GA-TSP
91719435fe8f4a4b75e721060d34a2b7a5f52205
[ "MIT" ]
null
null
null
src/population.cpp
dmarcini/GA-TSP
91719435fe8f4a4b75e721060d34a2b7a5f52205
[ "MIT" ]
null
null
null
#include "population.hpp" #include <algorithm> #include <random> #include <tuple> #include "rand.hpp" #include "specimen.hpp" #include "graph.hpp" void Population::generate_specimens(int size) { for (int i {0}; i < size; ++i) { std::vector<int> chromosome; for (int j {0}; j < chromosome_size_;...
19.763889
67
0.604357
[ "vector" ]
6d5b2dff9da482a3a8ebddf788f3e779478a687a
4,732
cxx
C++
ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfObject.cxx
OpenGeoscience/VTK
a373e975b9284a022f43a062ebf5042bb17b4e44
[ "BSD-3-Clause" ]
1
2016-09-08T14:47:11.000Z
2016-09-08T14:47:11.000Z
ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfObject.cxx
OpenGeoscience/VTK
a373e975b9284a022f43a062ebf5042bb17b4e44
[ "BSD-3-Clause" ]
null
null
null
ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfObject.cxx
OpenGeoscience/VTK
a373e975b9284a022f43a062ebf5042bb17b4e44
[ "BSD-3-Clause" ]
5
2015-10-09T04:12:29.000Z
2021-12-15T16:57:11.000Z
/*******************************************************************/ /* XDMF */ /* eXtensible Data Model and Format */ /* */ /* Id : Id */ /* Date : $Date$ */ /* ...
28.678788
86
0.559806
[ "model" ]
6d5db4060ec0c0ee95353b4bb28f58758e334e3a
1,788
cpp
C++
Generator/examples/Generator/random_degenerate_point_set.cpp
ffteja/cgal
c1c7f4ad9a4cd669e33ca07a299062a461581812
[ "CC0-1.0" ]
3,227
2015-03-05T00:19:18.000Z
2022-03-31T08:20:35.000Z
Generator/examples/Generator/random_degenerate_point_set.cpp
ffteja/cgal
c1c7f4ad9a4cd669e33ca07a299062a461581812
[ "CC0-1.0" ]
5,574
2015-03-05T00:01:56.000Z
2022-03-31T15:08:11.000Z
Generator/examples/Generator/random_degenerate_point_set.cpp
ffteja/cgal
c1c7f4ad9a4cd669e33ca07a299062a461581812
[ "CC0-1.0" ]
1,274
2015-03-05T00:01:12.000Z
2022-03-31T14:47:56.000Z
#include <CGAL/Simple_cartesian.h> #include <cassert> #include <vector> #include <algorithm> #include <CGAL/point_generators_2.h> #include <CGAL/algorithm.h> #include <CGAL/random_selection.h> using namespace CGAL; typedef Simple_cartesian<double> R; typedef R::Point_2 Point; typedef Cre...
33.111111
79
0.63311
[ "vector" ]
6d65b928d8267df3913b593b007f1f7d01b43f62
3,150
cpp
C++
internal/plugin/gdiplus/gvplugin_gdiplus.cpp
edamato/go-graphviz
c6e832de6f05c754b430d996f3493d507ab7061a
[ "MIT" ]
343
2020-01-28T15:13:22.000Z
2022-03-29T08:03:06.000Z
internal/plugin/gdiplus/gvplugin_gdiplus.cpp
edamato/go-graphviz
c6e832de6f05c754b430d996f3493d507ab7061a
[ "MIT" ]
31
2020-02-21T16:09:37.000Z
2022-03-29T12:23:19.000Z
internal/plugin/gdiplus/gvplugin_gdiplus.cpp
edamato/go-graphviz
c6e832de6f05c754b430d996f3493d507ab7061a
[ "MIT" ]
38
2020-02-05T11:09:55.000Z
2022-03-23T19:09:03.000Z
/* $Id$ $Revision$ */ /* vim:set shiftwidth=4 ts=8: */ /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1....
29.716981
92
0.733333
[ "vector" ]
6d67cac8f73ca44ca148a49dca9e4e2e3a12a5ed
3,326
cpp
C++
divi/src/AddrDB.cpp
smcneilly4/xCoin
e4f9fa4af1ad07e03fdad792be3b5d4288947b7e
[ "MIT" ]
56
2019-05-16T21:31:18.000Z
2022-03-16T16:13:02.000Z
divi/src/AddrDB.cpp
smcneilly4/xCoin
e4f9fa4af1ad07e03fdad792be3b5d4288947b7e
[ "MIT" ]
98
2018-03-07T19:30:42.000Z
2019-04-29T14:17:12.000Z
divi/src/AddrDB.cpp
smcneilly4/xCoin
e4f9fa4af1ad07e03fdad792be3b5d4288947b7e
[ "MIT" ]
38
2019-05-07T11:08:41.000Z
2022-03-02T20:06:12.000Z
#include <AddrDB.h> #include <vector> #include <string> #include <DataDirectory.h> #include <random.h> #include <tinyformat.h> #include <streams.h> #include <Logging.h> #include <uint256.h> #include <util.h> #include <serialize.h> #include <clientversion.h> #include <chainparams.h> #include <hash.h> #include <addrman...
30.236364
81
0.644017
[ "object", "vector" ]
6d6e253c046051a2b1c4e6c3307100337b89eba8
1,283
cpp
C++
LeetCode/673.cpp
ZubinGou/leetcode
25ac47a5406af04adbc69482afe0acc2abba25ca
[ "Apache-2.0" ]
1
2021-08-04T00:52:30.000Z
2021-08-04T00:52:30.000Z
LeetCode/673.cpp
ZubinGou/leetcode
25ac47a5406af04adbc69482afe0acc2abba25ca
[ "Apache-2.0" ]
null
null
null
LeetCode/673.cpp
ZubinGou/leetcode
25ac47a5406af04adbc69482afe0acc2abba25ca
[ "Apache-2.0" ]
null
null
null
#include <iostream> #include <climits> #include <string> #include <vector> using namespace std; class Solution { public: int findNumberOfLIS(vector<int>& nums) { int n = nums.size(); vector<int> dp(n); vector<int> count(n); int max_dp = 1; for (int i = 0; i < n; i++) { ...
24.207547
64
0.353858
[ "vector" ]
6d793c9a035eef992918d0db331f6a7961028394
2,835
cpp
C++
audio_editor_core/audio_editor_core/file_track/ae_file_module_utils.cpp
objective-audio/audio_editor
649f74cdca3d7db3d618922a345ea158a0c03a1d
[ "MIT" ]
null
null
null
audio_editor_core/audio_editor_core/file_track/ae_file_module_utils.cpp
objective-audio/audio_editor
649f74cdca3d7db3d618922a345ea158a0c03a1d
[ "MIT" ]
null
null
null
audio_editor_core/audio_editor_core/file_track/ae_file_module_utils.cpp
objective-audio/audio_editor
649f74cdca3d7db3d618922a345ea158a0c03a1d
[ "MIT" ]
null
null
null
// // ae_file_module_utils.cpp // #include "ae_file_module_utils.h" using namespace yas; using namespace yas::ae; std::optional<file_module> file_module_utils::module(file_track_module_map_t const &modules, frame_index_t const frame) { for (auto const &pair :...
30.815217
103
0.594709
[ "vector" ]
6d7ae8c3d98dd6d51d0b69dd644c0ec4916633c5
68,097
cpp
C++
Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperSprite.cpp
PopCap/GameIdea
201e1df50b2bc99afc079ce326aa0a44b178a391
[ "BSD-2-Clause" ]
null
null
null
Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperSprite.cpp
PopCap/GameIdea
201e1df50b2bc99afc079ce326aa0a44b178a391
[ "BSD-2-Clause" ]
2
2015-06-21T17:38:11.000Z
2015-06-22T20:54:42.000Z
Engine/Plugins/2D/Paper2D/Source/Paper2D/Private/PaperSprite.cpp
PopCap/GameIdea
201e1df50b2bc99afc079ce326aa0a44b178a391
[ "BSD-2-Clause" ]
null
null
null
// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved. #include "Paper2DPrivatePCH.h" #include "PaperSprite.h" #include "PhysicsEngine/BodySetup.h" #include "PhysicsEngine/BodySetup2D.h" #include "PaperCustomVersion.h" #include "PaperGeomTools.h" #include "PaperSpriteComponent.h" #include "PaperFlipbookComponen...
30.715832
236
0.724775
[ "geometry", "render", "object", "shape", "vector" ]
6d82e5f541ff8720fbf6a10c178e453b7482feda
1,149
cpp
C++
910.cpp
felikjunvianto/kfile-uvaoj-submissions
5bd8b3b413ca8523abe412b0a0545f766f70ce63
[ "MIT" ]
null
null
null
910.cpp
felikjunvianto/kfile-uvaoj-submissions
5bd8b3b413ca8523abe412b0a0545f766f70ce63
[ "MIT" ]
null
null
null
910.cpp
felikjunvianto/kfile-uvaoj-submissions
5bd8b3b413ca8523abe412b0a0545f766f70ce63
[ "MIT" ]
null
null
null
#include <cstdio> #include <cmath> #include <iostream> #include <string> #include <cstring> #include <algorithm> #include <vector> #include <utility> #include <stack> #include <queue> #define fi first #define se second #define pb push_back #define mp make_pair #define pi acos(-1.0) #define eps 1e-9 ...
19.474576
85
0.59443
[ "vector" ]
6d896632ef0b3ce439c8ac4d12eacf8aae62ddb9
424
cpp
C++
UVa Online Judge (UVa)/Volume 101/10107 - What is the Median.cpp
sreejonK19/online-judge-solutions
da65d635cc488c8f305e48b49727ad62649f5671
[ "MIT" ]
null
null
null
UVa Online Judge (UVa)/Volume 101/10107 - What is the Median.cpp
sreejonK19/online-judge-solutions
da65d635cc488c8f305e48b49727ad62649f5671
[ "MIT" ]
null
null
null
UVa Online Judge (UVa)/Volume 101/10107 - What is the Median.cpp
sreejonK19/online-judge-solutions
da65d635cc488c8f305e48b49727ad62649f5671
[ "MIT" ]
2
2018-11-06T19:37:56.000Z
2018-11-09T19:05:46.000Z
#include <cstdio> #include <vector> #include <algorithm> using namespace std; int main() { long n; vector <long> v; while( scanf("%ld", &n)==1 ) { v.push_back(n); sort(v.begin(), v.end()); long len = v.size(), result; if( len&1 ) result = v[((len+1)/2)-1]; els...
16.96
58
0.481132
[ "vector" ]
6d89871b93609cb6d569b5a11a58ef5c479ab4d8
7,483
cpp
C++
src/chollian.cpp
YongTaek/ChollianWallPaper
cc0cc47d78216c1373ea032bdd8841fdf94c3f3f
[ "MIT" ]
null
null
null
src/chollian.cpp
YongTaek/ChollianWallPaper
cc0cc47d78216c1373ea032bdd8841fdf94c3f3f
[ "MIT" ]
null
null
null
src/chollian.cpp
YongTaek/ChollianWallPaper
cc0cc47d78216c1373ea032bdd8841fdf94c3f3f
[ "MIT" ]
null
null
null
// // Created by Jino on 2021/07/14. // #include <filesystem> #include <QSystemTrayIcon> #include <QMenu> #include <QtGui/QActionGroup> #include <QTimer> #include <QtConcurrent/QtConcurrent> #include "about.h" #include "downloader.h" #include "chollian.h" #include "logger.h" Chollian::Chollian() : m_color(Color::Tr...
38.374359
134
0.680743
[ "vector" ]
6d89c5d91b2203c4236accce28fb5cc781d3b57b
7,416
cpp
C++
tests/Unit/Evolution/DgSubcell/Test_PrepareNeighborData.cpp
nilsvu/spectre
1455b9a8d7e92db8ad600c66f54795c29c3052ee
[ "MIT" ]
117
2017-04-08T22:52:48.000Z
2022-03-25T07:23:36.000Z
tests/Unit/Evolution/DgSubcell/Test_PrepareNeighborData.cpp
nilsvu/spectre
1455b9a8d7e92db8ad600c66f54795c29c3052ee
[ "MIT" ]
3,177
2017-04-07T21:10:18.000Z
2022-03-31T23:55:59.000Z
tests/Unit/Evolution/DgSubcell/Test_PrepareNeighborData.cpp
nilsvu/spectre
1455b9a8d7e92db8ad600c66f54795c29c3052ee
[ "MIT" ]
85
2017-04-07T19:36:13.000Z
2022-03-01T10:21:00.000Z
// Distributed under the MIT License. // See LICENSE.txt for details. #include "Framework/TestingFramework.hpp" #include <cstddef> #include <iterator> #include <utility> #include <vector> #include "DataStructures/DataBox/DataBox.hpp" #include "DataStructures/DataVector.hpp" #include "DataStructures/Tensor/Tensor.hpp...
37.836735
80
0.675971
[ "mesh", "vector" ]
6d89f66249ae948810fc451e77cc610fbeaa7409
12,836
cpp
C++
src/cryptonote_core/miner.cpp
cmonsol/digitalmoney
6973a2426d490580659ae8234a799f0bcc9b84ba
[ "MIT" ]
null
null
null
src/cryptonote_core/miner.cpp
cmonsol/digitalmoney
6973a2426d490580659ae8234a799f0bcc9b84ba
[ "MIT" ]
null
null
null
src/cryptonote_core/miner.cpp
cmonsol/digitalmoney
6973a2426d490580659ae8234a799f0bcc9b84ba
[ "MIT" ]
null
null
null
// Copyright (c) 2011-2015 The Cryptonote developers // Copyright (c) 2014-2015 XDN developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <sstream> #include <numeric> #include <boost/algorithm/string/classific...
32.744898
139
0.547756
[ "vector" ]
6d8a847d66e58c3b442c15b3ae2345a94260c7ce
25,857
cxx
C++
src/libmime/received.cxx
check-spelling/rspamd
9c933b1803ae7a2665a5b12ddda06f3126cb870b
[ "Apache-2.0" ]
null
null
null
src/libmime/received.cxx
check-spelling/rspamd
9c933b1803ae7a2665a5b12ddda06f3126cb870b
[ "Apache-2.0" ]
null
null
null
src/libmime/received.cxx
check-spelling/rspamd
9c933b1803ae7a2665a5b12ddda06f3126cb870b
[ "Apache-2.0" ]
1
2022-02-20T17:41:48.000Z
2022-02-20T17:41:48.000Z
/*- * Copyright 2021 Vsevolod Stakhov * * 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...
24.934426
102
0.625479
[ "vector" ]
6d8de9c07b8324d2e7118a30017acf0e74f1d796
130,458
cpp
C++
SampleProject/Builds/Il2CppOutputProject/Source/il2cppOutput/Il2CppCCWs77.cpp
frenchmajorcsminor/MapsSDK-Unity
0b3c0713d63279bd9fa62837fa7559d7f3cbd439
[ "MIT" ]
null
null
null
SampleProject/Builds/Il2CppOutputProject/Source/il2cppOutput/Il2CppCCWs77.cpp
frenchmajorcsminor/MapsSDK-Unity
0b3c0713d63279bd9fa62837fa7559d7f3cbd439
[ "MIT" ]
null
null
null
SampleProject/Builds/Il2CppOutputProject/Source/il2cppOutput/Il2CppCCWs77.cpp
frenchmajorcsminor/MapsSDK-Unity
0b3c0713d63279bd9fa62837fa7559d7f3cbd439
[ "MIT" ]
null
null
null
#include "pch-cpp.hpp" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <limits> #include "vm/CachedCCWBase.h" #include "utils/New.h" // UnityEngine.Networking.NetworkSystem.PeerInfoMessage[] struct PeerInfoMessageU5BU5D_t80FABE57B63348BD531E5A0C1F9EFE4A1077A19...
49.415909
416
0.848978
[ "object" ]
6d91e63cad44338fb47bf49a03f3038f9e8e9a3b
880
cpp
C++
559_Maximum_Depth_of_N-ary_Tree.cpp
Gauawa12/GFG-codes
c790efb783c463187dcfce4b7155d9f86227dbed
[ "MIT" ]
null
null
null
559_Maximum_Depth_of_N-ary_Tree.cpp
Gauawa12/GFG-codes
c790efb783c463187dcfce4b7155d9f86227dbed
[ "MIT" ]
null
null
null
559_Maximum_Depth_of_N-ary_Tree.cpp
Gauawa12/GFG-codes
c790efb783c463187dcfce4b7155d9f86227dbed
[ "MIT" ]
null
null
null
Given a n-ary tree, find its maximum depth. The maximum depth is the number of nodes along the longest path from the root node down to the farthest leaf node. For example, given a 3-ary tree: We should return its max depth, which is 3. Note: The depth of the tree is at most 1000. The total number ...
16
114
0.563636
[ "vector" ]
6d9301b7b7e9dbd04d70c4dea37c105cddd549c7
4,039
cpp
C++
oneflow/core/job_rewriter/lamb_optm.cpp
ncnnnnn/oneflow
f6e81f65eed1d87c3125e7a78247cfaa72220020
[ "Apache-2.0" ]
2
2021-09-10T00:19:49.000Z
2021-11-16T11:27:20.000Z
oneflow/core/job_rewriter/lamb_optm.cpp
duijiudanggecl/oneflow
d2096ae14cf847509394a3b717021e2bd1d72f62
[ "Apache-2.0" ]
null
null
null
oneflow/core/job_rewriter/lamb_optm.cpp
duijiudanggecl/oneflow
d2096ae14cf847509394a3b717021e2bd1d72f62
[ "Apache-2.0" ]
1
2021-11-10T07:57:01.000Z
2021-11-10T07:57:01.000Z
/* Copyright 2020 The OneFlow 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 agre...
45.897727
94
0.755137
[ "model" ]
6d935fedc6a60d155d7f71c4f4690b673d4c02cd
982
cpp
C++
C++/0847-Shortest-Path-Visiting-All-Nodes/soln.cpp
wyaadarsh/LeetCode-Solutions
3719f5cb059eefd66b83eb8ae990652f4b7fd124
[ "MIT" ]
5
2020-07-24T17:48:59.000Z
2020-12-21T05:56:00.000Z
C++/0847-Shortest-Path-Visiting-All-Nodes/soln.cpp
zhangyaqi1989/LeetCode-Solutions
2655a1ffc8678ad1de6c24295071308a18c5dc6e
[ "MIT" ]
null
null
null
C++/0847-Shortest-Path-Visiting-All-Nodes/soln.cpp
zhangyaqi1989/LeetCode-Solutions
2655a1ffc8678ad1de6c24295071308a18c5dc6e
[ "MIT" ]
2
2020-07-24T17:49:01.000Z
2020-08-31T19:57:35.000Z
class Solution { public: int shortestPathLength(vector<vector<int>>& graph) { int n = graph.size(); int target = (1 << n) - 1; queue<pair<int, int>> frontier; for(int i = 0; i < n; ++i) frontier.push({i, 1 << i}); int step = 0; set<pair<int, int>> seen; while ...
32.733333
68
0.412424
[ "vector" ]
6d93b7fda5369c5375c6a4093cab2006840edbee
108,813
cpp
C++
libpharos/defuse.cpp
JanWielemaker/pharos
8789a3a5ef4e6094ce0b989d8d987d1fe2102d3e
[ "RSA-MD" ]
3
2015-07-15T08:43:56.000Z
2021-02-28T17:53:52.000Z
libpharos/defuse.cpp
sei-ccohen/pharos
78d08494a5c0bffff3789cae7acc538303b1926c
[ "RSA-MD" ]
null
null
null
libpharos/defuse.cpp
sei-ccohen/pharos
78d08494a5c0bffff3789cae7acc538303b1926c
[ "RSA-MD" ]
null
null
null
// Copyright 2015-2019 Carnegie Mellon University. See LICENSE file for terms. #include <boost/algorithm/string.hpp> #include <boost/tokenizer.hpp> #include <boost/range/adaptor/map.hpp> // #include <boost/property_map/property_map.hpp> // #include <boost/graph/properties.hpp> // #include <boost/graph/copy.hpp> #inc...
45.282147
133
0.666354
[ "object", "vector", "transform" ]
6d9598395c81620e2bd3d844aa7ddd443148a50c
7,057
hpp
C++
inference-engine/thirdparty/ade/common/include/util/memory_range.hpp
mypopydev/dldt
8cd639116b261adbbc8db860c09807c3be2cc2ca
[ "Apache-2.0" ]
3
2019-07-08T09:03:03.000Z
2020-09-09T10:34:17.000Z
inference-engine/thirdparty/ade/common/include/util/memory_range.hpp
openvino-pushbot/dldt
e607ee70212797cf9ca51dac5b7ac79f66a1c73f
[ "Apache-2.0" ]
3
2020-11-13T18:59:18.000Z
2022-02-10T02:14:53.000Z
inference-engine/thirdparty/ade/common/include/util/memory_range.hpp
openvino-pushbot/dldt
e607ee70212797cf9ca51dac5b7ac79f66a1c73f
[ "Apache-2.0" ]
1
2018-12-14T07:56:02.000Z
2018-12-14T07:56:02.000Z
// Copyright (C) 2018 Intel Corporation // // SPDX-License-Identifier: Apache-2.0 // #ifndef UTIL_MEMORYRANGE_HPP #define UTIL_MEMORYRANGE_HPP #include <type_traits> #include <cstring> //size_t #include <algorithm> #include <array> #include "util/type_traits.hpp" #include "util/assert.hpp" namespace util { /// Non...
26.935115
114
0.65056
[ "object" ]
6d9e622781bc2c79cf1cffd71f149e7bc64b115f
6,718
cc
C++
chrome/browser/apps/app_service/file_utils_unittest.cc
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
76
2020-09-02T03:05:41.000Z
2022-03-30T04:40:55.000Z
chrome/browser/apps/app_service/file_utils_unittest.cc
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
45
2020-09-02T03:21:37.000Z
2022-03-31T22:19:45.000Z
chrome/browser/apps/app_service/file_utils_unittest.cc
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
8
2020-07-22T18:49:18.000Z
2022-02-08T10:27:16.000Z
// Copyright 2021 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/apps/app_service/file_utils.h" #include <memory> #include <string> #include <vector> #include "testing/gmock/include/gmock/gmoc...
34.989583
80
0.732659
[ "vector" ]
6d9e6796a56c24072d4532ef637f4cd8d80726fc
6,266
cpp
C++
src/Design/ModuleInstance.cpp
sjkelly/Surelog
792de2fcc5f51d233dbb677ca6f1a1a05e483483
[ "Apache-2.0" ]
null
null
null
src/Design/ModuleInstance.cpp
sjkelly/Surelog
792de2fcc5f51d233dbb677ca6f1a1a05e483483
[ "Apache-2.0" ]
null
null
null
src/Design/ModuleInstance.cpp
sjkelly/Surelog
792de2fcc5f51d233dbb677ca6f1a1a05e483483
[ "Apache-2.0" ]
null
null
null
/* Copyright 2019 Alain Dargelas 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, softwar...
27.973214
79
0.636451
[ "vector" ]
6da5bdacc5a7b76cba7feda87150e09be6c14fac
5,449
cpp
C++
hiro/extension/about-dialog.cpp
CasualPokePlayer/ares
58690cd5fc7bb6566c22935c5b80504a158cca29
[ "BSD-3-Clause" ]
153
2020-07-25T17:55:29.000Z
2021-10-01T23:45:01.000Z
hiro/extension/about-dialog.cpp
CasualPokePlayer/ares
58690cd5fc7bb6566c22935c5b80504a158cca29
[ "BSD-3-Clause" ]
245
2021-10-08T09:14:46.000Z
2022-03-31T08:53:13.000Z
hiro/extension/about-dialog.cpp
CasualPokePlayer/ares
58690cd5fc7bb6566c22935c5b80504a158cca29
[ "BSD-3-Clause" ]
44
2020-07-25T08:51:55.000Z
2021-09-25T16:09:01.000Z
#if defined(Hiro_AboutDialog) auto AboutDialog::setAlignment(Alignment alignment) -> type& { state.alignment = alignment; state.relativeTo = {}; return *this; } auto AboutDialog::setAlignment(sWindow relativeTo, Alignment alignment) -> type& { state.alignment = alignment; state.relativeTo = relativeTo; re...
33.84472
93
0.72472
[ "transform" ]
6da921c599a29ba43fa15e09da820d261e500ee1
13,709
cpp
C++
MerlionServerCore/MasterNode.cpp
yvt/Merlion
0eda14f20181dd88d8cea95f3551147872eed3f3
[ "Apache-2.0" ]
2
2015-09-27T21:49:45.000Z
2019-05-06T15:11:14.000Z
MerlionServerCore/MasterNode.cpp
yvt/Merlion
0eda14f20181dd88d8cea95f3551147872eed3f3
[ "Apache-2.0" ]
null
null
null
MerlionServerCore/MasterNode.cpp
yvt/Merlion
0eda14f20181dd88d8cea95f3551147872eed3f3
[ "Apache-2.0" ]
null
null
null
/** * Copyright (C) 2014 yvt <i@yvt.jp>. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
28.679916
107
0.615435
[ "vector" ]
6dab5348ee7057a0fd25be4daf7617ea65ffe322
527
hpp
C++
include/RED4ext/Types/generated/mesh/ChunkFlags.hpp
Cyberpunk-Extended-Development-Team/RED4ext.SDK
2dc828c761d87a1b4235ce9ca4fbdf9fb4312fae
[ "MIT" ]
1
2021-02-01T23:07:50.000Z
2021-02-01T23:07:50.000Z
include/RED4ext/Types/generated/mesh/ChunkFlags.hpp
Cyberpunk-Extended-Development-Team/RED4ext.SDK
2dc828c761d87a1b4235ce9ca4fbdf9fb4312fae
[ "MIT" ]
null
null
null
include/RED4ext/Types/generated/mesh/ChunkFlags.hpp
Cyberpunk-Extended-Development-Team/RED4ext.SDK
2dc828c761d87a1b4235ce9ca4fbdf9fb4312fae
[ "MIT" ]
null
null
null
#pragma once // This file is generated from the Game's Reflection data #include <cstdint> #include <RED4ext/Common.hpp> #include <RED4ext/REDhash.hpp> namespace RED4ext { namespace mesh { struct ChunkFlags { static constexpr const char* NAME = "meshChunkFlags"; static constexpr const char* ALIAS = NAME; ...
21.08
57
0.717268
[ "mesh" ]
6db4a5fd1cc540ec159053c9c8ab539c6122e684
779
cpp
C++
cpp/example/tst/TwoSum2SortedArr/TwoSum2SortedArr-test.cpp
zcemycl/algoTest
9518fb2b60fd83c85aeb2ab809ff647aaf643f0a
[ "MIT" ]
1
2022-01-26T16:33:45.000Z
2022-01-26T16:33:45.000Z
cpp/example/tst/TwoSum2SortedArr/TwoSum2SortedArr-test.cpp
zcemycl/algoTest
9518fb2b60fd83c85aeb2ab809ff647aaf643f0a
[ "MIT" ]
null
null
null
cpp/example/tst/TwoSum2SortedArr/TwoSum2SortedArr-test.cpp
zcemycl/algoTest
9518fb2b60fd83c85aeb2ab809ff647aaf643f0a
[ "MIT" ]
1
2022-01-26T16:35:44.000Z
2022-01-26T16:35:44.000Z
#include "TwoSum2SortedArr/twoSum2SortedArr.h" #include "gtest/gtest.h" using namespace std; class twoSum2SortedArr_MultipleParamsTests : public ::testing::TestWithParam<tuple<vector<int>,int,vector<int>>>{ }; TEST_P(twoSum2SortedArr_MultipleParamsTests, CheckAns){ vector<int> numbers = get<0>(GetParam()); ...
29.961538
72
0.698331
[ "vector" ]
6dbe2503e85aa4f48bf143c6e7bd1e8bee1b0cdc
1,773
cpp
C++
libfma/src/fma/assem/BinaryCodeGenerator.cpp
BenjaminSchulte/fma
df2aa5b0644c75dd34a92defeff9beaa4a32ffea
[ "MIT" ]
14
2018-01-25T10:31:05.000Z
2022-02-19T13:08:11.000Z
libfma/src/fma/assem/BinaryCodeGenerator.cpp
BenjaminSchulte/fma
df2aa5b0644c75dd34a92defeff9beaa4a32ffea
[ "MIT" ]
1
2020-12-24T10:10:28.000Z
2020-12-24T10:10:28.000Z
libfma/src/fma/assem/BinaryCodeGenerator.cpp
BenjaminSchulte/fma
df2aa5b0644c75dd34a92defeff9beaa4a32ffea
[ "MIT" ]
null
null
null
#include <fma/Project.hpp> #include <fma/assem/BinaryCodeGenerator.hpp> #include <fma/assem/BinaryCodeGeneratorScope.hpp> #include <fma/linker/LinkerObject.hpp> #include <fma/linker/LinkerBlock.hpp> #include <fma/plugin/MemoryPluginAdapter.hpp> #include <fma/symbol/SymbolReference.hpp> #include <iostream> using namesp...
29.55
80
0.534687
[ "object" ]