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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d1589052523e3f7b0f911b6081b91d04e9f91f8b | 2,039 | cpp | C++ | Project1/Project1/TestCaseRunner.cpp | AdelardBanza/SingleTestHarness | ef9257d56bb161068d9db4b02c8aa06690f87fb6 | [
"MIT"
] | null | null | null | Project1/Project1/TestCaseRunner.cpp | AdelardBanza/SingleTestHarness | ef9257d56bb161068d9db4b02c8aa06690f87fb6 | [
"MIT"
] | null | null | null | Project1/Project1/TestCaseRunner.cpp | AdelardBanza/SingleTestHarness | ef9257d56bb161068d9db4b02c8aa06690f87fb6 | [
"MIT"
] | null | null | null | ///////////////////////////////////////////////////////////////////////////////
// TestCaseRunner.cpp - TestCaseRunner class member-function definitions //
// ver 1.0 //
// Language: C++, Visual Studio 2017 //
... | 29.550725 | 87 | 0.57332 | [
"object"
] |
d15c3ca85b3acab538e2ff7c4be4e90b3d094806 | 14,837 | cpp | C++ | Roller/Content/ParallelTransportFrame.cpp | GarrettVance/Roller | ce996a4e9df785a4d2259360b048dc25b1686696 | [
"MIT"
] | 1 | 2020-06-20T08:27:29.000Z | 2020-06-20T08:27:29.000Z | Roller/Content/ParallelTransportFrame.cpp | GarrettVance/Roller | ce996a4e9df785a4d2259360b048dc25b1686696 | [
"MIT"
] | null | null | null | Roller/Content/ParallelTransportFrame.cpp | GarrettVance/Roller | ce996a4e9df785a4d2259360b048dc25b1686696 | [
"MIT"
] | null | null | null | //
//
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//
// ghv : Garrett Vance : 20180607
//
//
// Implementation of Parallel Transport Frames
// ... | 33.797267 | 173 | 0.563861 | [
"vector"
] |
d15f826c8f173d5cea0dca83acff503c778cab7e | 22,210 | cpp | C++ | src/mame/drivers/vulgus.cpp | Robbbert/messui | 49b756e2140d8831bc81335298ee8c5471045e79 | [
"BSD-3-Clause"
] | 26 | 2015-03-31T06:25:51.000Z | 2021-12-14T09:29:04.000Z | src/mame/drivers/vulgus.cpp | Robbbert/messui | 49b756e2140d8831bc81335298ee8c5471045e79 | [
"BSD-3-Clause"
] | null | null | null | src/mame/drivers/vulgus.cpp | Robbbert/messui | 49b756e2140d8831bc81335298ee8c5471045e79 | [
"BSD-3-Clause"
] | 10 | 2015-03-27T05:45:51.000Z | 2022-02-04T06:57:36.000Z | // license:BSD-3-Clause
// copyright-holders:Mirko Buffoni
/***************************************************************************
Vulgus memory map (preliminary)
driver by Mirko Buffoni
MAIN CPU
0000-9fff ROM
cc00-cc7f Sprites
d000-d3ff Video RAM
d400-d7ff Color RAM
d800-dbff background video RAM
dc00-dfff bac... | 53.133971 | 178 | 0.712697 | [
"3d"
] |
d15fe0b393f254db6da792288ce8be97db7b7f7d | 784 | cpp | C++ | MFC++/SourceCodes/Chapter7/istreamIterator.cpp | CoodingPenguin/StudyMaterial | b6d8084fc38673ad6ffb54bc0bc60b2471168810 | [
"MIT"
] | 9 | 2019-02-21T20:20:25.000Z | 2020-04-14T15:18:59.000Z | MFC++/SourceCodes/Chapter7/istreamIterator.cpp | CoodingPenguin/StudyMaterial | b6d8084fc38673ad6ffb54bc0bc60b2471168810 | [
"MIT"
] | null | null | null | MFC++/SourceCodes/Chapter7/istreamIterator.cpp | CoodingPenguin/StudyMaterial | b6d8084fc38673ad6ffb54bc0bc60b2471168810 | [
"MIT"
] | 2 | 2019-07-09T02:01:37.000Z | 2020-01-07T18:45:25.000Z | /* Written by @nErumin (Github)
* 2017-01-03
*
* Topic - 스트림 반복자에 대해서 알아보자.
*/
#include <algorithm>
#include <numeric>
#include <vector>
#include <list>
#include <functional>
#include <deque>
#include <string>
#include <iostream>
#include <forward_list>
#include <iterator>
using namespace std;
using namespace st... | 19.121951 | 64 | 0.696429 | [
"vector"
] |
d162d976bb5f70093b25b4bc89db2f2ed53dc904 | 39,101 | cpp | C++ | implementations/ugene/src/plugins/GUITestBase/src/tests/common_scenarios/pcr/GTTestsPrimerLibrary.cpp | r-barnes/sw_comparison | 1ac2c9cc10a32badd6b8fb1e96516c97f7800176 | [
"BSD-Source-Code"
] | null | null | null | implementations/ugene/src/plugins/GUITestBase/src/tests/common_scenarios/pcr/GTTestsPrimerLibrary.cpp | r-barnes/sw_comparison | 1ac2c9cc10a32badd6b8fb1e96516c97f7800176 | [
"BSD-Source-Code"
] | null | null | null | implementations/ugene/src/plugins/GUITestBase/src/tests/common_scenarios/pcr/GTTestsPrimerLibrary.cpp | r-barnes/sw_comparison | 1ac2c9cc10a32badd6b8fb1e96516c97f7800176 | [
"BSD-Source-Code"
] | null | null | null | /**
* UGENE - Integrated Bioinformatics Tools.
* Copyright (C) 2008-2020 UniPro <ugene@unipro.ru>
* http://ugene.net
*
* 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
* ... | 50.258355 | 193 | 0.69323 | [
"object"
] |
d1636284f237087b34f522127e34a8c4aa9eaaad | 2,213 | cpp | C++ | src/HexsageApplication.cpp | floriankramer/hexsage | a8fa53e28f9d28d556de78d2aba09636cd4f5ec8 | [
"Apache-2.0"
] | null | null | null | src/HexsageApplication.cpp | floriankramer/hexsage | a8fa53e28f9d28d556de78d2aba09636cd4f5ec8 | [
"Apache-2.0"
] | null | null | null | src/HexsageApplication.cpp | floriankramer/hexsage | a8fa53e28f9d28d556de78d2aba09636cd4f5ec8 | [
"Apache-2.0"
] | null | null | null | /**
* Copyright 2020 Florian Kramer
*
* 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... | 29.905405 | 79 | 0.701762 | [
"model"
] |
ab764593aa2576260e53364b4bd4137905ef0679 | 553 | hpp | C++ | tests/src/mocks/json_storage_mock.hpp | aahmed-2/telemetry | 7e098e93ef0974739459d296f99ddfab54722c23 | [
"Apache-2.0"
] | 4 | 2019-11-14T10:41:34.000Z | 2021-12-09T23:54:52.000Z | tests/src/mocks/json_storage_mock.hpp | aahmed-2/telemetry | 7e098e93ef0974739459d296f99ddfab54722c23 | [
"Apache-2.0"
] | 2 | 2021-10-04T20:12:53.000Z | 2021-12-14T18:13:03.000Z | tests/src/mocks/json_storage_mock.hpp | aahmed-2/telemetry | 7e098e93ef0974739459d296f99ddfab54722c23 | [
"Apache-2.0"
] | 2 | 2021-08-05T11:17:03.000Z | 2021-12-13T15:22:48.000Z | #pragma once
#include "interfaces/json_storage.hpp"
#include <gmock/gmock.h>
class StorageMock : public interfaces::JsonStorage
{
public:
MOCK_METHOD(void, store, (const FilePath&, const nlohmann::json&),
(override));
MOCK_METHOD(bool, remove, (const FilePath&), (override));
MOCK_METHOD... | 30.722222 | 71 | 0.658228 | [
"vector"
] |
ab7b2f4c3ad0ccf6d03b43380b017bc4be57e669 | 3,119 | cpp | C++ | src/ui/widgets/refrbrowser.cpp | eckserah/nifskope | 3a85ac55e65cc60abc3434cc4aaca2a5cc712eef | [
"RSA-MD"
] | 434 | 2015-02-06T05:08:20.000Z | 2022-03-28T16:32:15.000Z | src/ui/widgets/refrbrowser.cpp | SpectralPlatypus/nifskope | 7af7af39bfb0b29953024655235fde9fbc97071c | [
"RSA-MD"
] | 155 | 2015-01-10T15:28:01.000Z | 2022-03-05T03:28:09.000Z | src/ui/widgets/refrbrowser.cpp | SpectralPlatypus/nifskope | 7af7af39bfb0b29953024655235fde9fbc97071c | [
"RSA-MD"
] | 205 | 2015-02-07T15:10:16.000Z | 2022-03-12T16:59:05.000Z | /***** BEGIN LICENSE BLOCK *****
BSD License
Copyright (c) 2005-2015, NIF File Format Library and Tools
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 source code must retain the... | 29.990385 | 88 | 0.732607 | [
"model"
] |
ab86394c4aae8801345dbe5de565fa5f09ee46a1 | 4,447 | hpp | C++ | include/tags/parser.hpp | jamespeapen/polybar | 1ee11f7c9e72719f62981167a24fe7239774fa69 | [
"MIT"
] | 4,807 | 2016-11-19T05:17:55.000Z | 2019-05-05T16:41:43.000Z | include/tags/parser.hpp | jamespeapen/polybar | 1ee11f7c9e72719f62981167a24fe7239774fa69 | [
"MIT"
] | 1,482 | 2016-11-19T15:48:40.000Z | 2019-05-05T12:47:25.000Z | include/tags/parser.hpp | jamespeapen/polybar | 1ee11f7c9e72719f62981167a24fe7239774fa69 | [
"MIT"
] | 392 | 2016-11-21T01:41:42.000Z | 2019-05-04T14:42:02.000Z | #pragma once
#include "common.hpp"
#include "errors.hpp"
#include "tags/types.hpp"
POLYBAR_NS
namespace tags {
static constexpr char EOL = '\0';
class error : public application_error {
public:
using application_error::application_error;
explicit error(const string& msg) : application_error(msg), m... | 27.79375 | 106 | 0.604452 | [
"vector"
] |
ab881edfc0283c9f59bb8449bbc6743443e9c3c7 | 2,299 | cpp | C++ | 140-word-break-2/solution.cpp | darxsys/leetcode | 1174f0dbad56c6bfd8196bc4c14798b5f8cee418 | [
"MIT"
] | null | null | null | 140-word-break-2/solution.cpp | darxsys/leetcode | 1174f0dbad56c6bfd8196bc4c14798b5f8cee418 | [
"MIT"
] | null | null | null | 140-word-break-2/solution.cpp | darxsys/leetcode | 1174f0dbad56c6bfd8196bc4c14798b5f8cee418 | [
"MIT"
] | null | null | null | #include <cstdio>
#include <cstring>
#include <cstdlib>
#include <cassert>
#include <vector>
#include <map>
#include <stack>
#include <queue>
#include <deque>
#include <map>
#include <set>
#include <unordered_set>
#include <unordered_map>
#include <algorithm>
using namespace std;
class Solution {
public:
vector<st... | 25.263736 | 136 | 0.509787 | [
"vector"
] |
ab8c411ad14b6e0070b3e859ffe60d180f10438d | 3,299 | cpp | C++ | net/mmc/remrras/server/ncnetcfg.cpp | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | net/mmc/remrras/server/ncnetcfg.cpp | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | net/mmc/remrras/server/ncnetcfg.cpp | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | //+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1997 - 1999
//
// File: N C N E T C F G . C P P
//
// Contents: Common routines for dealing with INetCfg interfaces.
//
// Notes:
//
// Author: shau... | 29.455357 | 79 | 0.524401 | [
"object"
] |
ab9991c6d632f0a31d30b89fe0827a07abef00d5 | 8,282 | cpp | C++ | pwiz_tools/Bumbershoot/freicore/WuManber.cpp | shze/pwizard-deb | 4822829196e915525029a808470f02d24b8b8043 | [
"Apache-2.0"
] | 2 | 2019-12-28T21:24:36.000Z | 2020-04-18T03:52:05.000Z | pwiz_tools/Bumbershoot/freicore/WuManber.cpp | shze/pwizard-deb | 4822829196e915525029a808470f02d24b8b8043 | [
"Apache-2.0"
] | null | null | null | pwiz_tools/Bumbershoot/freicore/WuManber.cpp | shze/pwizard-deb | 4822829196e915525029a808470f02d24b8b8043 | [
"Apache-2.0"
] | null | null | null | //
// $Id: WuManber.cpp 7503 2015-05-21 18:37:51Z chambm $
//
// Implementation of Wu Manber's Multi-Pattern Search Algorithm
// Implemented by Ray Burkholder, ray@oneunified.net
// Copyright (2008) One Unified
// For use without restriction but one: this copyright notice must be preserved.
// Modified by Surendra D... | 45.505495 | 132 | 0.487563 | [
"vector"
] |
ab9bbb7993ce884cc70584a48fb6940c98b11961 | 10,015 | cpp | C++ | src/postprocess.cpp | jcuic5/CUDA-PointPillars | 3e1959448366c273914ec5024db39ed4e8c8dcdd | [
"Apache-2.0"
] | null | null | null | src/postprocess.cpp | jcuic5/CUDA-PointPillars | 3e1959448366c273914ec5024db39ed4e8c8dcdd | [
"Apache-2.0"
] | null | null | null | src/postprocess.cpp | jcuic5/CUDA-PointPillars | 3e1959448366c273914ec5024db39ed4e8c8dcdd | [
"Apache-2.0"
] | null | null | null | /*
* SPDX-FileCopyrightText: Copyright (c) 2021 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* SPDX-License-Identifier: Apache-2.0
*
* 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 ... | 37.792453 | 113 | 0.547678 | [
"vector"
] |
aba1b5d2154dac7125aeef0612ba0911db077fd6 | 1,160 | cpp | C++ | LeetCode/890.find_and_replace_pattern.cpp | PieroNarciso/cprogramming | d3a53ce2afce6f853e0b7cc394190d5be6427902 | [
"MIT"
] | 2 | 2021-05-22T17:47:01.000Z | 2021-05-27T17:10:58.000Z | LeetCode/890.find_and_replace_pattern.cpp | PieroNarciso/cprogramming | d3a53ce2afce6f853e0b7cc394190d5be6427902 | [
"MIT"
] | null | null | null | LeetCode/890.find_and_replace_pattern.cpp | PieroNarciso/cprogramming | d3a53ce2afce6f853e0b7cc394190d5be6427902 | [
"MIT"
] | null | null | null | #include <iostream>
#include <vector>
#include <unordered_map>
using namespace std;
vector<string> findAndReplacePattern(vector<string>& words, string pattern) {
vector<string> patterns;
for (string word : words) {
unordered_map<char, char> match;
unordered_map<char, char> matchReverse;
bool goesToPatterns ... | 24.680851 | 78 | 0.62069 | [
"vector"
] |
aba21b9e2efedd6a0bd4780da6f4170b8f30295f | 1,845 | cpp | C++ | Lydsy/P1745 [Usacoxxxx xxx]/P1745.cpp | Wycers/Codelib | 86d83787aa577b8f2d66b5410e73102411c45e46 | [
"MIT"
] | 22 | 2018-08-07T06:55:10.000Z | 2021-06-12T02:12:19.000Z | Lydsy/P1745 [Usacoxxxx xxx]/P1745.cpp | Wycers/Codelib | 86d83787aa577b8f2d66b5410e73102411c45e46 | [
"MIT"
] | 28 | 2020-03-04T23:47:22.000Z | 2022-02-26T18:50:00.000Z | Lydsy/P1745 [Usacoxxxx xxx]/P1745.cpp | Wycers/Codelib | 86d83787aa577b8f2d66b5410e73102411c45e46 | [
"MIT"
] | 4 | 2019-11-09T15:41:26.000Z | 2021-10-10T08:56:57.000Z | #include <cstdio>
#include <algorithm>
#include <queue>
#include <vector>
const int N = 1e4 + 10;
using namespace std;
int Read()
{
int x = 0,f = 1;char ch = getchar();
while (ch < '0' || '9' < ch) ch = getchar();
while ('0' <= ch && ch <= '9') x = x * 10 + ch - 48,ch = getchar();
return x;
}
struct nod... | 19.21875 | 71 | 0.36477 | [
"vector"
] |
aba21e6345aa7ab18be3b14d40cbce70de76a7db | 1,716 | cpp | C++ | src/box/stss.cpp | kounoike/cpp-mp4 | 65703c1402242afcc1e4d822d9828e79f3dcec01 | [
"Apache-2.0"
] | 23 | 2020-12-29T07:17:30.000Z | 2022-03-25T09:18:37.000Z | src/box/stss.cpp | kounoike/cpp-mp4 | 65703c1402242afcc1e4d822d9828e79f3dcec01 | [
"Apache-2.0"
] | 2 | 2021-01-12T06:02:42.000Z | 2021-05-19T01:44:22.000Z | src/box/stss.cpp | kounoike/cpp-mp4 | 65703c1402242afcc1e4d822d9828e79f3dcec01 | [
"Apache-2.0"
] | 2 | 2021-05-04T02:15:17.000Z | 2022-02-19T14:45:00.000Z | #include "shiguredo/mp4/box/stss.hpp"
#include <fmt/core.h>
#include <fmt/ranges.h>
#include <cstdint>
#include <istream>
#include <iterator>
#include <string>
#include <vector>
#include "shiguredo/mp4/bitio/bitio.hpp"
#include "shiguredo/mp4/bitio/reader.hpp"
#include "shiguredo/mp4/bitio/writer.hpp"
#include "shig... | 29.084746 | 116 | 0.710373 | [
"vector"
] |
abaa9eb6d6ef7a3d8469206865ec3cbaca622c52 | 1,824 | hpp | C++ | include/measurement_kit/net/connect.hpp | measurement-kit/debian-packaging | ed8b0575d8b487c8981c37cc790449b034028894 | [
"BSD-2-Clause"
] | null | null | null | include/measurement_kit/net/connect.hpp | measurement-kit/debian-packaging | ed8b0575d8b487c8981c37cc790449b034028894 | [
"BSD-2-Clause"
] | null | null | null | include/measurement_kit/net/connect.hpp | measurement-kit/debian-packaging | ed8b0575d8b487c8981c37cc790449b034028894 | [
"BSD-2-Clause"
] | null | null | null | // Part of measurement-kit <https://measurement-kit.github.io/>.
// Measurement-kit is free software. See AUTHORS and LICENSE for more
// information on the copying conditions.
#ifndef MEASUREMENT_KIT_NET_CONNECT_HPP
#define MEASUREMENT_KIT_NET_CONNECT_HPP
#include <measurement_kit/dns.hpp>
#include <measurement_kit/n... | 28.5 | 69 | 0.716557 | [
"vector"
] |
abac9677ecb9dd56a73d1c3da8100f9ceb944a2d | 6,051 | cpp | C++ | Engine/src/ModuleEditorCamera.cpp | JoanMarcBardes/Master-Engine | 2e36395d3a6c147389372a261f60fa76d12ce55c | [
"MIT"
] | null | null | null | Engine/src/ModuleEditorCamera.cpp | JoanMarcBardes/Master-Engine | 2e36395d3a6c147389372a261f60fa76d12ce55c | [
"MIT"
] | null | null | null | Engine/src/ModuleEditorCamera.cpp | JoanMarcBardes/Master-Engine | 2e36395d3a6c147389372a261f60fa76d12ce55c | [
"MIT"
] | null | null | null | #include "ModuleEditorCamera.h"
#include "Globals.h"
#include "Application.h"
#include "ModuleInput.h"
#include "ModuleWindow.h"
#include "Point.h"
#include "SDL.h"
#include "GL/glew.h"
#include "Libraries/MathGeoLib/Geometry/Frustum.h"
#include "Libraries/ImGui/imgui_impl_sdl.h"
#include "Time.h"
#include "DebugLeaks.... | 21.381625 | 98 | 0.71955 | [
"geometry"
] |
abb36a88f9124d83c6a85a7a24fa73a7b59e5181 | 2,847 | cc | C++ | packager/media/formats/mp4/composition_offset_iterator_unittest.cc | Acidburn0zzz/shaka-packager | c540e5afa0a649285dc5a2c2a1ce68cc76ab1bd5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2016-07-26T04:05:06.000Z | 2016-07-26T04:05:06.000Z | packager/media/formats/mp4/composition_offset_iterator_unittest.cc | Acidburn0zzz/shaka-packager | c540e5afa0a649285dc5a2c2a1ce68cc76ab1bd5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | packager/media/formats/mp4/composition_offset_iterator_unittest.cc | Acidburn0zzz/shaka-packager | c540e5afa0a649285dc5a2c2a1ce68cc76ab1bd5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | // Copyright 2014 Google Inc. All rights reserved.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file or at
// https://developers.google.com/open-source/licenses/bsd
#include <gtest/gtest.h>
#include "packager/base/memory/scoped_ptr.h"
#include "packager/media/fo... | 34.301205 | 78 | 0.753776 | [
"vector"
] |
abbe48268cb65f0d9dbdcc519064ebc7388e0400 | 1,251 | hpp | C++ | server_engine/src/util.hpp | Jimmyee/Endless-Online-Awaken | 1af1e07fb8ae88d87e76fdf297422cff1c0bacab | [
"MIT"
] | 14 | 2017-06-01T16:00:25.000Z | 2021-12-01T16:02:00.000Z | server_engine/src/util.hpp | Jimmyee/Endless-Online-Awaken | 1af1e07fb8ae88d87e76fdf297422cff1c0bacab | [
"MIT"
] | null | null | null | server_engine/src/util.hpp | Jimmyee/Endless-Online-Awaken | 1af1e07fb8ae88d87e76fdf297422cff1c0bacab | [
"MIT"
] | 4 | 2017-10-04T22:51:44.000Z | 2021-03-18T10:16:02.000Z | // Endless Online Awaken
#ifndef UTIL_HPP_INCLUDED
#define UTIL_HPP_INCLUDED
#include <vector>
#include <array>
#include <chrono>
#include <random>
static const unsigned int MAX1 = 253;
static const unsigned int MAX2 = 64009;
static const unsigned int MAX3 = 16194277;
inline static std::vector<std::string> GetArgs(... | 22.745455 | 104 | 0.615508 | [
"vector"
] |
abc613afc024472861dd936339629e0a5a285011 | 29,169 | cc | C++ | mysqlshdk/libs/db/uri_parser.cc | mueller/mysql-shell | 29bafc5692bd536a12c4e41c54cb587375fe52cf | [
"Apache-2.0"
] | 119 | 2016-04-14T14:16:22.000Z | 2022-03-08T20:24:38.000Z | mysqlshdk/libs/db/uri_parser.cc | mueller/mysql-shell | 29bafc5692bd536a12c4e41c54cb587375fe52cf | [
"Apache-2.0"
] | 9 | 2017-04-26T20:48:42.000Z | 2021-09-07T01:52:44.000Z | mysqlshdk/libs/db/uri_parser.cc | mueller/mysql-shell | 29bafc5692bd536a12c4e41c54cb587375fe52cf | [
"Apache-2.0"
] | 51 | 2016-07-20T05:06:48.000Z | 2022-03-09T01:20:53.000Z | /*
* Copyright (c) 2016, 2020, Oracle and/or its affiliates.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2.0,
* as published by the Free Software Foundation.
*
* This program is also distributed with certain software (in... | 33.222096 | 80 | 0.626247 | [
"vector"
] |
abc74322ae6cab8fbfcc4eb3413fc2d28db16c41 | 5,746 | hpp | C++ | include/idocp/line_search/unconstr_line_search.hpp | z8674558/idocp | 946524db7ae4591b578be2409ca619961572e7be | [
"BSD-3-Clause"
] | 43 | 2020-10-13T03:43:45.000Z | 2021-09-23T05:29:48.000Z | include/idocp/line_search/unconstr_line_search.hpp | z8674558/idocp | 946524db7ae4591b578be2409ca619961572e7be | [
"BSD-3-Clause"
] | 32 | 2020-10-21T09:40:16.000Z | 2021-10-24T00:00:04.000Z | include/idocp/line_search/unconstr_line_search.hpp | z8674558/idocp | 946524db7ae4591b578be2409ca619961572e7be | [
"BSD-3-Clause"
] | 4 | 2020-10-08T05:47:16.000Z | 2021-10-15T12:15:26.000Z | #ifndef IDOCP_UNCONSTR_LINE_SEARCH_HPP_
#define IDOCP_UNCONSTR_LINE_SEARCH_HPP_
#include <vector>
#include "Eigen/Core"
#include "idocp/robot/robot.hpp"
#include "idocp/utils/aligned_vector.hpp"
#include "idocp/cost/cost_function.hpp"
#include "idocp/constraints/constraints.hpp"
#include "idocp/ocp/ocp.hpp"
#include... | 31.745856 | 87 | 0.644448 | [
"vector",
"model"
] |
abc7e2bd0cf1903e3923dc8163f5344befa32528 | 10,482 | cc | C++ | harfbuzz/src/hb-ot-shape-fallback.cc | pcwalton/rust-harfbuzz | f07c6ae3111a94945f0f04b5f0d7c4e7c20958e9 | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | null | null | null | harfbuzz/src/hb-ot-shape-fallback.cc | pcwalton/rust-harfbuzz | f07c6ae3111a94945f0f04b5f0d7c4e7c20958e9 | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | null | null | null | harfbuzz/src/hb-ot-shape-fallback.cc | pcwalton/rust-harfbuzz | f07c6ae3111a94945f0f04b5f0d7c4e7c20958e9 | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] | null | null | null | /*
* Copyright © 2011,2012 Google, Inc.
*
* This is part of HarfBuzz, a text shaping library.
*
* Permission is hereby granted, without written agreement and without
* license or royalty fees, to use, copy, modify, and distribute this
* software and its documentation for any purpose, provided that the
* above... | 33.70418 | 136 | 0.726388 | [
"shape"
] |
abd1e18b48ce57a1373ce8abbfa71bf0656eb7b4 | 105,557 | cpp | C++ | src/librt/primitives/brep/brep_debug.cpp | maths22/brlcad | 44d270fca6e3336013322163ecae2920b30294ae | [
"BSD-4-Clause",
"BSD-3-Clause"
] | null | null | null | src/librt/primitives/brep/brep_debug.cpp | maths22/brlcad | 44d270fca6e3336013322163ecae2920b30294ae | [
"BSD-4-Clause",
"BSD-3-Clause"
] | null | null | null | src/librt/primitives/brep/brep_debug.cpp | maths22/brlcad | 44d270fca6e3336013322163ecae2920b30294ae | [
"BSD-4-Clause",
"BSD-3-Clause"
] | null | null | null | /* B R E P _ D E B U G . C P P
* BRL-CAD
*
* Copyright (c) 2007-2016 United States Government as represented by
* the U.S. Army Research Laboratory.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* versio... | 29.751127 | 288 | 0.607255 | [
"cad",
"object",
"vector",
"3d",
"solid"
] |
abd35a554b3d2521fb0891e2f7b06cf08876ad86 | 70,601 | cpp | C++ | src/CPMDecorator/CPMDecorator/ModelComplexPart.cpp | lefevre-fraser/openmeta-mms | 08f3115e76498df1f8d70641d71f5c52cab4ce5f | [
"MIT"
] | null | null | null | src/CPMDecorator/CPMDecorator/ModelComplexPart.cpp | lefevre-fraser/openmeta-mms | 08f3115e76498df1f8d70641d71f5c52cab4ce5f | [
"MIT"
] | null | null | null | src/CPMDecorator/CPMDecorator/ModelComplexPart.cpp | lefevre-fraser/openmeta-mms | 08f3115e76498df1f8d70641d71f5c52cab4ce5f | [
"MIT"
] | null | null | null | //################################################################################################
//
// Model complex part class (decorator part)
// ModelComplexPart.cpp
//
//################################################################################################
#include "StdAfx.h"
#include "ModelCom... | 33.926478 | 193 | 0.659141 | [
"render",
"vector",
"model"
] |
abd7e38e5517ea600f9fc9b8a96c7d0d26df0620 | 31,760 | cpp | C++ | src/resource_provider/manager.cpp | mengzhugithub/mesos | 7e3f5b067d757aab038d82c870194fb0bc652d19 | [
"Apache-2.0"
] | 2 | 2017-01-13T19:40:15.000Z | 2018-05-16T21:37:13.000Z | src/resource_provider/manager.cpp | mengzhugithub/mesos | 7e3f5b067d757aab038d82c870194fb0bc652d19 | [
"Apache-2.0"
] | 1 | 2018-07-22T19:45:42.000Z | 2018-07-22T19:45:42.000Z | src/resource_provider/manager.cpp | mengzhugithub/mesos | 7e3f5b067d757aab038d82c870194fb0bc652d19 | [
"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... | 31.76 | 80 | 0.686366 | [
"vector"
] |
abd93f5778624f50b913ea5e0fed9b803b42c5e4 | 2,214 | hpp | C++ | src/Statement.hpp | Spidey01/ngen | 60621ebba41265f802c3a94367b84e3aba889c9a | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | src/Statement.hpp | Spidey01/ngen | 60621ebba41265f802c3a94367b84e3aba889c9a | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | src/Statement.hpp | Spidey01/ngen | 60621ebba41265f802c3a94367b84e3aba889c9a | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | #ifndef NGEN_STATEMENT__HPP
#define NGEN_STATEMENT__HPP
/*
* Copyright 2019-current Terry Mathew Poulin <BigBoss1964@gmail.com>
*
* 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
*
* ... | 26.357143 | 77 | 0.71093 | [
"vector"
] |
abdd8e56eba30a659dc11680ec3a7be745c6edf0 | 40,204 | cpp | C++ | Source/platform/graphics/ListContainerTest.cpp | crosswalk-project/blink-crosswalk | 16d1b69626699e9ca703e0c24c829e96d07fcd3e | [
"BSD-3-Clause"
] | 18 | 2015-04-16T09:57:11.000Z | 2020-12-09T15:58:55.000Z | Source/platform/graphics/ListContainerTest.cpp | crosswalk-project/blink-crosswalk | 16d1b69626699e9ca703e0c24c829e96d07fcd3e | [
"BSD-3-Clause"
] | 58 | 2015-01-02T14:37:31.000Z | 2015-11-30T04:58:51.000Z | Source/platform/graphics/ListContainerTest.cpp | crosswalk-project/blink-crosswalk | 16d1b69626699e9ca703e0c24c829e96d07fcd3e | [
"BSD-3-Clause"
] | 35 | 2015-01-14T00:10:29.000Z | 2022-01-20T10:28:15.000Z | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "config.h"
#include "platform/graphics/ListContainer.h"
#include "wtf/OwnPtr.h"
#include "wtf/PassOwnPtr.h"
#include "wtf/RefPtr.h"
#include <al... | 37.088561 | 202 | 0.713934 | [
"vector"
] |
abdf54ba08c6e5de98ad267dc00e9b625de0c179 | 2,164 | cpp | C++ | descompune/bogdan_30.cpp | palcu/rotopcoder | 01e61abb6b8549590403ae37f68941cbee8cb8b8 | [
"MIT"
] | 1 | 2018-04-25T11:33:47.000Z | 2018-04-25T11:33:47.000Z | descompune/bogdan_30.cpp | palcu/rotopcoder | 01e61abb6b8549590403ae37f68941cbee8cb8b8 | [
"MIT"
] | 1 | 2015-11-15T12:11:33.000Z | 2015-11-15T12:11:33.000Z | descompune/bogdan_30.cpp | palcu/rotopcoder | 01e61abb6b8549590403ae37f68941cbee8cb8b8 | [
"MIT"
] | 1 | 2018-04-25T11:33:48.000Z | 2018-04-25T11:33:48.000Z | /*
Bogdan Tirca
Problema Descompune
Complexitate: O(N^(PROP_LEN / WORD_LEN))
*/
#include <iostream>
#include <fstream>
#include <algorithm>
#include <vector>
#include <cstring>
using namespace std;
#define INF (1 << 30)
#define PROP_LEN 100001
#define WORD_LEN 50
// Optimisations
#define OPT1 false
string pr... | 19.853211 | 67 | 0.561922 | [
"vector"
] |
abe7ba1ff9d2ca912a53e23a29922940d2443da2 | 137,057 | cpp | C++ | depends/work/build/i686-w64-mingw32/qt/5.9.7-f2560c1efa6/qtbase/src/corelib/global/qglobal.cpp | GrinCash/Grinc-core | 1377979453ba84082f70f9c128be38e57b65a909 | [
"MIT"
] | null | null | null | depends/work/build/i686-w64-mingw32/qt/5.9.7-f2560c1efa6/qtbase/src/corelib/global/qglobal.cpp | GrinCash/Grinc-core | 1377979453ba84082f70f9c128be38e57b65a909 | [
"MIT"
] | null | null | null | depends/work/build/i686-w64-mingw32/qt/5.9.7-f2560c1efa6/qtbase/src/corelib/global/qglobal.cpp | GrinCash/Grinc-core | 1377979453ba84082f70f9c128be38e57b65a909 | [
"MIT"
] | null | null | null | /****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Copyright (C) 2016 Intel Corporation.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtCore module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License... | 29.373553 | 173 | 0.688779 | [
"object",
"shape"
] |
abe82c6b8f3ba9c9014f8d0274bb92aaaeaa1c63 | 6,411 | cpp | C++ | caer/src/cfilters.cpp | lucasace/caer | e077a81e8d5bb3d38039ff9289a93996b1133411 | [
"MIT"
] | null | null | null | caer/src/cfilters.cpp | lucasace/caer | e077a81e8d5bb3d38039ff9289a93996b1133411 | [
"MIT"
] | null | null | null | caer/src/cfilters.cpp | lucasace/caer | e077a81e8d5bb3d38039ff9289a93996b1133411 | [
"MIT"
] | 1 | 2021-01-01T10:37:55.000Z | 2021-01-01T10:37:55.000Z | /*
_____ ______ _____
/ ____/ /\ | ____ | __ \
| | / \ | |__ | |__) | Caer - Modern Computer Vision
| | / /\ \ | __| | _ / Languages: Python, C, C++, Cuda
| |___ / ____ \ | |____ | | \ \ http://github.com/jasmcaus/caer
\_____\/_/ \_ \______ |_| \_\
Licensed under... | 36.844828 | 134 | 0.535174 | [
"vector"
] |
abedaca29050d8be76ad9f6f6f0322ad6ffc4b7a | 36,370 | cpp | C++ | eval.cpp | drkameleon/basil | 648530ef32feb899b7c63ff2b2999aa9e0a06ac9 | [
"MIT"
] | 1 | 2020-11-14T22:24:42.000Z | 2020-11-14T22:24:42.000Z | eval.cpp | drkameleon/basil | 648530ef32feb899b7c63ff2b2999aa9e0a06ac9 | [
"MIT"
] | null | null | null | eval.cpp | drkameleon/basil | 648530ef32feb899b7c63ff2b2999aa9e0a06ac9 | [
"MIT"
] | null | null | null | #include "eval.h"
#include "source.h"
#include "ast.h"
#include "driver.h"
namespace basil {
Value builtin_add(ref<Env> env, const Value& args) {
return add(args.get_product()[0], args.get_product()[1]);
}
Value builtin_sub(ref<Env> env, const Value& args) {
return sub(args.get_product()[0], args.get_pr... | 31.847636 | 83 | 0.597608 | [
"vector"
] |
743c1481213f57dc14b93616f381d3c2d8540007 | 3,842 | cpp | C++ | src/mongo/db/catalog/create_collection.cpp | EdwardPrentice/wrongo | 1e7c9136f5fab7040b5bd5df51b4946876625c88 | [
"Apache-2.0"
] | 12 | 2020-04-27T21:31:57.000Z | 2020-12-13T13:25:06.000Z | src/mongo/db/catalog/create_collection.cpp | EdwardPrentice/wrongo | 1e7c9136f5fab7040b5bd5df51b4946876625c88 | [
"Apache-2.0"
] | null | null | null | src/mongo/db/catalog/create_collection.cpp | EdwardPrentice/wrongo | 1e7c9136f5fab7040b5bd5df51b4946876625c88 | [
"Apache-2.0"
] | 4 | 2021-03-27T14:40:25.000Z | 2022-03-19T20:52:41.000Z | /**
* 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... | 39.608247 | 97 | 0.672306 | [
"object"
] |
74426251cd255ed2b688811172392419401fa2b7 | 638 | cpp | C++ | src/Main.cpp | wibbe/ascii-icon | 095632d90e94df579bb20170bd1400b10fd48e3a | [
"MIT"
] | null | null | null | src/Main.cpp | wibbe/ascii-icon | 095632d90e94df579bb20170bd1400b10fd48e3a | [
"MIT"
] | null | null | null | src/Main.cpp | wibbe/ascii-icon | 095632d90e94df579bb20170bd1400b10fd48e3a | [
"MIT"
] | null | null | null |
#include "ASCIIcon.hpp"
#define STB_IMAGE_WRITE_IMPLEMENTATION
#include "stb_image_write.h"
static const std::vector<asciicon::Layer> chevronIcon = {
{
0x5a5a5aff,
{
"· · · · · · · · · · · ·",
"· · · 1 2 · · · · · · ·",
"· · · A # # · · · · · ·",
"· · · · # # # · · · · ·",
"· ... | 21.266667 | 57 | 0.266458 | [
"vector"
] |
74459ca6243445d5ecea8f58ecf7213ebffa81e8 | 8,407 | cpp | C++ | interface/src/raypick/PickScriptingInterface.cpp | amantley/blendshapes | 3f5820266762f9962d9bb5bd91912272005e4f02 | [
"Apache-2.0"
] | null | null | null | interface/src/raypick/PickScriptingInterface.cpp | amantley/blendshapes | 3f5820266762f9962d9bb5bd91912272005e4f02 | [
"Apache-2.0"
] | null | null | null | interface/src/raypick/PickScriptingInterface.cpp | amantley/blendshapes | 3f5820266762f9962d9bb5bd91912272005e4f02 | [
"Apache-2.0"
] | null | null | null | //
// Created by Sam Gondelman 10/20/2017
// Copyright 2017 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 "PickScriptingInterface.h"
#include <QVariant>
#include "GLMHelpers.h"
#incl... | 40.418269 | 177 | 0.703105 | [
"object"
] |
744d0260befe80ea6b1c635d98116b8f14fddab4 | 1,260 | cpp | C++ | src/sf2cute/generator_item.cpp | gocha/sf2cc | b42f23c75667d414ac024858f5303fb7dc17e0fd | [
"Zlib"
] | 31 | 2016-07-20T23:23:17.000Z | 2022-03-12T13:23:06.000Z | src/sf2cute/generator_item.cpp | gocha/sf2cc | b42f23c75667d414ac024858f5303fb7dc17e0fd | [
"Zlib"
] | 6 | 2017-09-18T02:16:29.000Z | 2020-08-30T13:24:39.000Z | src/sf2cute/generator_item.cpp | gocha/sf2cc | b42f23c75667d414ac024858f5303fb7dc17e0fd | [
"Zlib"
] | 7 | 2016-11-03T03:27:06.000Z | 2021-06-07T11:02:56.000Z | /// @file
/// SoundFont 2 Generator class implementation.
///
/// @author gocha <https://github.com/gocha>
#include <sf2cute/generator_item.hpp>
#include <array>
#include <utility>
namespace sf2cute {
/// Constructs a new SFGeneratorItem.
SFGeneratorItem::SFGeneratorItem() :
op_(SFGenerator(0)),
amount_(0) ... | 22.5 | 94 | 0.659524 | [
"object"
] |
744fa6b8f93234ecce4a2ccc803cd0f7b3740f4f | 5,465 | cc | C++ | thirdparty/github/fairinternal/postman/postman/cc/server.cc | RomanGaraev/diplomacy_searchbot | bf3f38e5a68bfd3c6fa58e47351fcae3eed88557 | [
"MIT"
] | 32 | 2021-05-04T17:05:19.000Z | 2022-03-21T07:56:53.000Z | thirdparty/github/fairinternal/postman/postman/cc/server.cc | RomanGaraev/diplomacy_searchbot | bf3f38e5a68bfd3c6fa58e47351fcae3eed88557 | [
"MIT"
] | 3 | 2022-01-22T19:44:10.000Z | 2022-03-02T23:20:52.000Z | thirdparty/github/fairinternal/postman/postman/cc/server.cc | facebookresearch/diplomacy_searchbot | 44d6f3272be7567060ba7d0e41f4e44b1bb8b5ca | [
"MIT"
] | 10 | 2021-05-07T11:51:29.000Z | 2022-02-18T18:29:57.000Z | /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* 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 applic... | 31.228571 | 79 | 0.64172 | [
"shape",
"vector"
] |
7452d9eb9b86dc2a21690e2f854ad4cee6350546 | 2,679 | cpp | C++ | src/caffe/layers/resize_layer.cpp | leon-liangwu/caffe-maskyolo | 9c4d82f072cb60e60ff91900920ef67687cf7be1 | [
"Intel",
"BSD-2-Clause"
] | 1 | 2020-01-10T09:54:38.000Z | 2020-01-10T09:54:38.000Z | src/caffe/layers/resize_layer.cpp | leon-liangwu/caffe-maskyolo | 9c4d82f072cb60e60ff91900920ef67687cf7be1 | [
"Intel",
"BSD-2-Clause"
] | null | null | null | src/caffe/layers/resize_layer.cpp | leon-liangwu/caffe-maskyolo | 9c4d82f072cb60e60ff91900920ef67687cf7be1 | [
"Intel",
"BSD-2-Clause"
] | null | null | null | #include <vector>
#include "caffe/filler.hpp"
#include "caffe/layer.hpp"
#include "caffe/layers/resize_layer.hpp"
#include "caffe/util/math_functions.hpp"
namespace caffe {
template <typename Dtype>
void ResizeLayer<Dtype>::LayerSetUp(const vector<Blob<Dtype>*>& bottom,
const vector<Blob<Dtype>*>& top) {
... | 33.911392 | 87 | 0.681224 | [
"vector"
] |
7456178a327d5f5586b4b5303d73831faade06ff | 19,664 | cpp | C++ | src/gpu/simulated_device_enumeration.cpp | olifre/htcondor | e1299614fbdcad113a206270f3940e2e8777c2bd | [
"Apache-2.0"
] | 217 | 2015-01-08T04:49:42.000Z | 2022-03-27T10:11:58.000Z | src/gpu/simulated_device_enumeration.cpp | olifre/htcondor | e1299614fbdcad113a206270f3940e2e8777c2bd | [
"Apache-2.0"
] | 185 | 2015-05-03T13:26:31.000Z | 2022-03-28T03:08:59.000Z | src/gpu/simulated_device_enumeration.cpp | olifre/htcondor | e1299614fbdcad113a206270f3940e2e8777c2bd | [
"Apache-2.0"
] | 133 | 2015-02-11T09:17:45.000Z | 2022-03-31T07:28:54.000Z | #include <time.h>
#include <string.h>
#include <string>
#include <vector>
#include <set>
// For pi_dynlink.h
#ifdef WIN32
#define WIN32_LEAN_AND_MEAN
#define NOSERVICE
#define NOMCX
#define NOIME
#include <Windows.h>
#endif
#include "pi_dynlink.h"
#include "nvml_stub.h"
#include "cuda_header_doc.h"
#include "cuda_d... | 42.37931 | 350 | 0.759357 | [
"vector"
] |
7463b9bd475e9ce1d669590466c415b6a129ffaa | 138,861 | cpp | C++ | tests/src/test_BamRecordImplVariableData.cpp | bio-nim/pbbam | d3bf59e90865ef3b39bf50f19fd846db42bb0fe1 | [
"BSD-3-Clause-Clear"
] | null | null | null | tests/src/test_BamRecordImplVariableData.cpp | bio-nim/pbbam | d3bf59e90865ef3b39bf50f19fd846db42bb0fe1 | [
"BSD-3-Clause-Clear"
] | null | null | null | tests/src/test_BamRecordImplVariableData.cpp | bio-nim/pbbam | d3bf59e90865ef3b39bf50f19fd846db42bb0fe1 | [
"BSD-3-Clause-Clear"
] | null | null | null | // Author: Derek Barnett
#include <pbbam/BamRecordImpl.h>
#include <cstddef>
#include <cstdint>
#include <algorithm>
#include <iterator>
#include <string>
#include <utility>
#include <vector>
#include <gtest/gtest.h>
#include <pbbam/BamTagCodec.h>
#include <pbbam/SamTagCodec.h>
#include <pbbam/Tag.h>
#include <pbb... | 30.41862 | 100 | 0.674379 | [
"vector"
] |
746a4afa87327fd2aaa66c05cbc9b3e58d409e1c | 5,499 | cpp | C++ | test/test_xcoordinate.cpp | SylvainCorlay/xframe | ceb346b7be28cc0aea2ea91aa99533eed6e99bb3 | [
"BSD-3-Clause"
] | 176 | 2017-09-25T20:21:49.000Z | 2019-10-03T20:09:38.000Z | test/test_xcoordinate.cpp | vishalbelsare/xframe | 24d65f462cb9345c0814264dc449c5552c2592bb | [
"BSD-3-Clause"
] | 53 | 2017-09-29T06:52:58.000Z | 2019-06-27T08:20:35.000Z | test/test_xcoordinate.cpp | vishalbelsare/xframe | 24d65f462cb9345c0814264dc449c5552c2592bb | [
"BSD-3-Clause"
] | 20 | 2017-09-25T20:21:50.000Z | 2019-06-29T01:43:02.000Z | /***************************************************************************
* Copyright (c) Johan Mabille, Sylvain Corlay, Wolf Vollprecht and *
* Martin Renou *
* Copyright (c) QuantStack *
* ... | 31.603448 | 115 | 0.544099 | [
"vector"
] |
746a63b45f2f2b47ba648f7f79cfa1d23b2c3f61 | 7,405 | cpp | C++ | src/lib/ZControl.cpp | otrojota/ZScreens | c1f47cbcd063f2cd31f9fb7c595d64b829798e11 | [
"MIT"
] | null | null | null | src/lib/ZControl.cpp | otrojota/ZScreens | c1f47cbcd063f2cd31f9fb7c595d64b829798e11 | [
"MIT"
] | null | null | null | src/lib/ZControl.cpp | otrojota/ZScreens | c1f47cbcd063f2cd31f9fb7c595d64b829798e11 | [
"MIT"
] | null | null | null | #include "ZControl.h"
#include "ZCompoundControl.h"
#include "ZApp.h"
ZLinkedList *ZControl::factoriesLL() {
static ZLinkedList *ll = new ZLinkedList();
return ll;
}
int ZControl::registerFactory(const char *type, ZControlFactory factory) {
ZControlFactoryDeclaration *data = new ZControlFactoryDeclaration();
... | 36.840796 | 147 | 0.673329 | [
"object"
] |
746a7568c4875bf00fdec9363f46bae6c67dcd7a | 4,528 | hpp | C++ | ad_map_access/impl/include/ad/map/access/Operation.hpp | seowwj/map | 2afacd50e1b732395c64b1884ccfaeeca0040ee7 | [
"MIT"
] | null | null | null | ad_map_access/impl/include/ad/map/access/Operation.hpp | seowwj/map | 2afacd50e1b732395c64b1884ccfaeeca0040ee7 | [
"MIT"
] | null | null | null | ad_map_access/impl/include/ad/map/access/Operation.hpp | seowwj/map | 2afacd50e1b732395c64b1884ccfaeeca0040ee7 | [
"MIT"
] | 1 | 2020-10-27T11:09:30.000Z | 2020-10-27T11:09:30.000Z | // ----------------- BEGIN LICENSE BLOCK ---------------------------------
//
// Copyright (C) 2018-2020 Intel Corporation
//
// SPDX-License-Identifier: MIT
//
// ----------------- END LICENSE BLOCK -----------------------------------
#pragma once
#include <memory>
#include "ad/map/access/MapMetaDataValidInputRange.... | 30.186667 | 120 | 0.696334 | [
"object",
"vector"
] |
746cbb7cc331104cae2ca32fa4bfafad70d65450 | 10,099 | hpp | C++ | src/parser/parser.hpp | alohaeee/-orrosion | 7529cf9fb2d15f4d67a45013bd90760bc9c8f579 | [
"MIT"
] | null | null | null | src/parser/parser.hpp | alohaeee/-orrosion | 7529cf9fb2d15f4d67a45013bd90760bc9c8f579 | [
"MIT"
] | null | null | null | src/parser/parser.hpp | alohaeee/-orrosion | 7529cf9fb2d15f4d67a45013bd90760bc9c8f579 | [
"MIT"
] | null | null | null | #ifndef CORROSION_SRC_PARSER_PARSER_HPP_
#define CORROSION_SRC_PARSER_PARSER_HPP_
#include "utility/std_incl.hpp"
#include "ast/ast.hpp"
#include "ast/assoc_prec.hpp"
#include "parse_session.hpp"
#include "token_stream.hpp"
#include "ast/token_tree.hpp"
using namespace corrosion::ast;
namespace corrosion
{
enum Rest... | 25.310777 | 108 | 0.65155 | [
"vector"
] |
7471d702894a39818e337d4d482ddfcb1b8fb2c1 | 3,519 | cpp | C++ | 517-gq1C.cpp | AndrewWayne/OI_Learning | 0fe8580066704c8d120a131f6186fd7985924dd4 | [
"MIT"
] | null | null | null | 517-gq1C.cpp | AndrewWayne/OI_Learning | 0fe8580066704c8d120a131f6186fd7985924dd4 | [
"MIT"
] | null | null | null | 517-gq1C.cpp | AndrewWayne/OI_Learning | 0fe8580066704c8d120a131f6186fd7985924dd4 | [
"MIT"
] | null | null | null | /*
* Author: xiaohei_AWM
* Date: 10.2
* Motto: Face to the weakness, expect for the strength.
*/
#include<cstdio>
#include<cstring>
#include<algorithm>
#include<iostream>
#include<cstdlib>
#include<ctime>
#include<utility>
#include<functional>
#include<cmath>
#include<vector>
#include<assert.h>
using namespace std;
... | 31.990909 | 102 | 0.418301 | [
"vector"
] |
7472cbb9b25f10786cef4ba52b1f9c0c2b95eafd | 5,530 | cpp | C++ | DemoDevice/src/AY_DemoDev.cpp | aykutkes2/P1001 | 93a425f55cac89b107377a8fe9263a858c497ba4 | [
"BSD-2-Clause"
] | null | null | null | DemoDevice/src/AY_DemoDev.cpp | aykutkes2/P1001 | 93a425f55cac89b107377a8fe9263a858c497ba4 | [
"BSD-2-Clause"
] | null | null | null | DemoDevice/src/AY_DemoDev.cpp | aykutkes2/P1001 | 93a425f55cac89b107377a8fe9263a858c497ba4 | [
"BSD-2-Clause"
] | null | null | null | //#include "pch.h"
#undef UNICODE
#include <stdio.h>
#include <time.h>
//#include <windows.h>
#include <AY_Memory.h>
#include <AY_DemoDev.h>
AY_DEVINFO DevLevel1[4096];
AY_DEVINFO DevRemote[256];
Ui16 DevRemoteTOut[256];
AY_DEVINFO **pDevInfos[15];///< total 4096 * (15+1) = 65536 devices supported
... | 23.432203 | 109 | 0.540325 | [
"object"
] |
7473080d9f8053e2ce3580aeb98ac91d3bc67685 | 34,879 | cpp | C++ | src/realsense_ingestor.cpp | open-edge-insights/video-ingestion | 189f50c73df6a2879de278f1232f14f291c8e6cf | [
"MIT"
] | 7 | 2021-05-11T04:28:28.000Z | 2022-03-29T00:39:39.000Z | src/realsense_ingestor.cpp | open-edge-insights/video-ingestion | 189f50c73df6a2879de278f1232f14f291c8e6cf | [
"MIT"
] | 1 | 2022-02-10T03:38:58.000Z | 2022-02-10T03:38:58.000Z | src/realsense_ingestor.cpp | open-edge-insights/video-ingestion | 189f50c73df6a2879de278f1232f14f291c8e6cf | [
"MIT"
] | 6 | 2021-09-19T17:48:37.000Z | 2022-03-22T04:22:48.000Z | // Copyright (c) 2021 Intel Corporation.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to
// deal in the Software without restriction, including without limitation the
// rights to use, copy, modify, merge, pub... | 35.773333 | 178 | 0.622237 | [
"object",
"vector",
"model"
] |
74737ac0a300529f8dd999eee91dc05c204cb01d | 3,394 | hpp | C++ | src/ttauri/skeleton/skeleton_block_node.hpp | RustWorks/ttauri | 4b093eb16465091d01d80159e23fd26e5d4e4c03 | [
"BSL-1.0"
] | 279 | 2021-02-17T09:53:40.000Z | 2022-03-22T04:08:40.000Z | src/ttauri/skeleton/skeleton_block_node.hpp | RustWorks/ttauri | 4b093eb16465091d01d80159e23fd26e5d4e4c03 | [
"BSL-1.0"
] | 269 | 2021-02-17T12:53:15.000Z | 2022-03-29T22:10:49.000Z | src/ttauri/skeleton/skeleton_block_node.hpp | RustWorks/ttauri | 4b093eb16465091d01d80159e23fd26e5d4e4c03 | [
"BSL-1.0"
] | 25 | 2021-02-17T17:14:10.000Z | 2022-03-16T04:13:00.000Z | // Copyright Take Vos 2020.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
#pragma once
#include "skeleton_node.hpp"
namespace tt::inline v1 {
struct skeleton_block_node final : skeleton_node {
std::string... | 30.303571 | 118 | 0.606364 | [
"vector",
"transform"
] |
7473b424078b1fb984983f4b4c6a0f86477a31b6 | 39,740 | cpp | C++ | Vessel/Common/radiosity.cpp | tostathaina/farsight | 7e9d6d15688735f34f7ca272e4e715acd11473ff | [
"Apache-2.0"
] | 8 | 2016-07-22T11:24:19.000Z | 2021-04-10T04:22:31.000Z | Vessel/Common/radiosity.cpp | YanXuHappygela/Farsight | 1711b2a1458c7e035edd21fe0019a1f7d23fcafa | [
"Apache-2.0"
] | null | null | null | Vessel/Common/radiosity.cpp | YanXuHappygela/Farsight | 1711b2a1458c7e035edd21fe0019a1f7d23fcafa | [
"Apache-2.0"
] | 7 | 2016-07-21T07:39:17.000Z | 2020-01-29T02:03:27.000Z | /*=========================================================================
Copyright 2009 Rensselaer Polytechnic Institute
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/lice... | 29.220588 | 268 | 0.610695 | [
"mesh",
"geometry",
"render",
"vector",
"model"
] |
748b83089fc0bded32a9bdc97590808dcdd7c7af | 5,396 | cpp | C++ | include/Music/Music.cpp | sonich2401/SM64_Save_File_Converter | bd6876d66cbc3177b634540c7a2241e0ae8c759c | [
"MIT-0"
] | 6 | 2020-07-27T19:07:37.000Z | 2021-08-29T19:16:07.000Z | include/Music/Music.cpp | sonich2401/SM64_Save_File_Converter | bd6876d66cbc3177b634540c7a2241e0ae8c759c | [
"MIT-0"
] | 2 | 2021-06-09T05:49:41.000Z | 2022-01-30T04:06:40.000Z | include/Music/Music.cpp | sonich2401/SM64_Save_File_Converter | bd6876d66cbc3177b634540c7a2241e0ae8c759c | [
"MIT-0"
] | null | null | null | /*RenDev#2616 SM64SFM
Copyright (C) 2021 RenDev
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
Permission is also granted to not credit the author in any way as long as you do not take credit
for this piece of software.
THE S... | 31.555556 | 170 | 0.680319 | [
"vector"
] |
748c5fd2211650f1a121f46432c56de623ccec59 | 11,683 | cpp | C++ | src/subcommand/explode_main.cpp | pjotrp/odgi | 4eb47f891d768bb5150dda763948f2c7441d67dc | [
"MIT"
] | null | null | null | src/subcommand/explode_main.cpp | pjotrp/odgi | 4eb47f891d768bb5150dda763948f2c7441d67dc | [
"MIT"
] | null | null | null | src/subcommand/explode_main.cpp | pjotrp/odgi | 4eb47f891d768bb5150dda763948f2c7441d67dc | [
"MIT"
] | null | null | null | #include "subcommand.hpp"
#include "args.hxx"
#include <queue>
#include <atomic_bitvector.hpp>
#include "src/algorithms/subgraph/extract.hpp"
namespace odgi {
using namespace odgi::subcommand;
int main_explode(int argc, char **argv) {
// trick argumentparser to do the right thing with the subcomman... | 42.32971 | 293 | 0.514851 | [
"vector"
] |
749395bbeac54a86885ac961831d8bc60a24eb0e | 3,081 | hpp | C++ | stan/math/prim/mat/fun/mdivide_right_tri.hpp | PhilClemson/math | fffe604a7ead4525be2551eb81578c5f351e5c87 | [
"BSD-3-Clause"
] | null | null | null | stan/math/prim/mat/fun/mdivide_right_tri.hpp | PhilClemson/math | fffe604a7ead4525be2551eb81578c5f351e5c87 | [
"BSD-3-Clause"
] | null | null | null | stan/math/prim/mat/fun/mdivide_right_tri.hpp | PhilClemson/math | fffe604a7ead4525be2551eb81578c5f351e5c87 | [
"BSD-3-Clause"
] | null | null | null | #ifndef STAN_MATH_PRIM_MAT_FUN_MDIVIDE_RIGHT_TRI_HPP
#define STAN_MATH_PRIM_MAT_FUN_MDIVIDE_RIGHT_TRI_HPP
#include <stan/math/prim/mat/fun/Eigen.hpp>
#include <stan/math/prim/mat/fun/mdivide_left_tri.hpp>
#include <stan/math/prim/mat/fun/promote_common.hpp>
#include <stan/math/prim/mat/fun/transpose.hpp>
#include <sta... | 36.247059 | 80 | 0.679 | [
"vector"
] |
74980e42fc7d053709b5ce1584b3fcc2dead7f2e | 2,904 | cpp | C++ | SparCraft/source/UnitScriptData.cpp | TongTongX/defbot | f590b70678043b93e0056ad1c917381fd49509ed | [
"MIT"
] | 15 | 2018-12-29T20:31:28.000Z | 2021-11-27T08:01:59.000Z | SparCraft/source/UnitScriptData.cpp | TongTongX/defbot | f590b70678043b93e0056ad1c917381fd49509ed | [
"MIT"
] | 1 | 2016-11-29T00:11:56.000Z | 2016-12-03T22:29:05.000Z | SparCraft/source/UnitScriptData.cpp | TongTongX/defbot | f590b70678043b93e0056ad1c917381fd49509ed | [
"MIT"
] | 3 | 2019-01-12T09:16:43.000Z | 2020-12-15T16:02:11.000Z | #include "UnitScriptData.h"
using namespace SparCraft;
UnitScriptData::UnitScriptData()
{
}
std::vector<Action> & UnitScriptData::getMoves(const IDType & player, const IDType & actualScript)
{
return _allScriptMoves[player][actualScript];
}
Action & UnitScriptData::getMove(const IDType & player, const IDType &... | 32.629213 | 127 | 0.704201 | [
"vector"
] |
749a3f3df63594e149d74020373351ecfbb80488 | 5,632 | cpp | C++ | Libs/Nodes/src/PaletteNode.cpp | n8vm/OpenVisus | dab633f6ecf13ffcf9ac2ad47d51e48902d4aaef | [
"Unlicense"
] | 1 | 2019-04-30T12:11:24.000Z | 2019-04-30T12:11:24.000Z | Libs/Nodes/src/PaletteNode.cpp | tjhei/OpenVisus | f0c3bf21cb0c02f303025a8efb68b8c36701a9fd | [
"Unlicense"
] | null | null | null | Libs/Nodes/src/PaletteNode.cpp | tjhei/OpenVisus | f0c3bf21cb0c02f303025a8efb68b8c36701a9fd | [
"Unlicense"
] | null | null | null | /*-----------------------------------------------------------------------------
Copyright(c) 2010 - 2018 ViSUS L.L.C.,
Scientific Computing and Imaging Institute of the University of Utah
ViSUS L.L.C., 50 W.Broadway, Ste. 300, 84101 - 2044 Salt Lake City, UT
University of Utah, 72 S Central Campus Dr, Room 3750, 84112... | 30.608696 | 112 | 0.628551 | [
"object"
] |
74a439a8449b16461fbae73fa518bf671374511e | 14,009 | cc | C++ | dwarfproc.cc | platinum95/pstack | 545a210ee753b300f63689b1c0d22a39349ba427 | [
"BSD-2-Clause"
] | null | null | null | dwarfproc.cc | platinum95/pstack | 545a210ee753b300f63689b1c0d22a39349ba427 | [
"BSD-2-Clause"
] | null | null | null | dwarfproc.cc | platinum95/pstack | 545a210ee753b300f63689b1c0d22a39349ba427 | [
"BSD-2-Clause"
] | null | null | null | #include "libpstack/dwarf.h"
#include "libpstack/elf.h"
#include "libpstack/proc.h"
#include <cassert>
#include <limits>
#include <stack>
namespace Dwarf {
void
StackFrame::setCoreRegs(const Elf::CoreRegisters &sys)
{
#define REGMAP(number, field) setReg(number, sys.field);
#include "libpstack/dwarf/archreg.h"
#undef... | 33.354762 | 135 | 0.518238 | [
"object"
] |
74b3185f7ad5a8cbc84f953071bcaff9617acf99 | 1,407 | cpp | C++ | c2.cpp | kunwar-vikrant/LeetCode-Problems | cf432b7723c53563dc7635617f53e43376493daa | [
"MIT"
] | 1 | 2020-05-13T15:21:24.000Z | 2020-05-13T15:21:24.000Z | c2.cpp | kunwar-vikrant/LeetCode-Problems | cf432b7723c53563dc7635617f53e43376493daa | [
"MIT"
] | null | null | null | c2.cpp | kunwar-vikrant/LeetCode-Problems | cf432b7723c53563dc7635617f53e43376493daa | [
"MIT"
] | null | null | null | #include<iostream>
#include<vector>
#include<algorithm>
using namespace std;
int main(){
int t;
cin>>t;
while(t--){
int n;
cin>>n;
vector<int> v(n);
for(int i = 0; i < n; i++){
cin>>v[i];
}
int count = 0, minIndex = 0, minElement = 0;
vector<int> t;
for(int i = ... | 17.37037 | 63 | 0.39801 | [
"vector"
] |
74b42f2c55cb8da166a524cc7bf6d4eac55cef34 | 7,798 | hpp | C++ | include/CameraModels/OpenGLProjectionMatrix.hpp | lukier/camera_models | 90196141fa4749148b6a7b0adc7af19cb1971039 | [
"BSD-3-Clause"
] | 34 | 2016-11-13T22:17:50.000Z | 2021-01-20T19:59:25.000Z | include/CameraModels/OpenGLProjectionMatrix.hpp | lukier/camera_models | 90196141fa4749148b6a7b0adc7af19cb1971039 | [
"BSD-3-Clause"
] | null | null | null | include/CameraModels/OpenGLProjectionMatrix.hpp | lukier/camera_models | 90196141fa4749148b6a7b0adc7af19cb1971039 | [
"BSD-3-Clause"
] | 6 | 2016-11-14T00:45:56.000Z | 2019-04-02T11:56:50.000Z | /**
* ****************************************************************************
* Copyright (c) 2015, Robert Lukierski.
* 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... | 42.151351 | 198 | 0.619261 | [
"geometry"
] |
74b56e25efa5cfae7b45485828123c741bb62bf2 | 1,182 | cpp | C++ | code/src/BinaryJson/BinaryJsonTypes.cpp | salmanahmedshaikh/streamOLAPOptimization | 0a352bbd6e364865013452d30d2654e33b627e69 | [
"Apache-2.0"
] | 1 | 2021-04-15T11:42:52.000Z | 2021-04-15T11:42:52.000Z | code/src/BinaryJson/BinaryJsonTypes.cpp | salmanahmedshaikh/streamOLAPOptimization | 0a352bbd6e364865013452d30d2654e33b627e69 | [
"Apache-2.0"
] | null | null | null | code/src/BinaryJson/BinaryJsonTypes.cpp | salmanahmedshaikh/streamOLAPOptimization | 0a352bbd6e364865013452d30d2654e33b627e69 | [
"Apache-2.0"
] | 1 | 2019-08-25T05:46:20.000Z | 2019-08-25T05:46:20.000Z | //////////////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2017 KDE Laboratory, University of Tsukuba, Tsukuba, Japan. //
// //
// The JsSpinnerSPE/StreamingCube and the accom... | 42.214286 | 90 | 0.543147 | [
"object"
] |
74b5b7592f8c526c6e93f240f10fb9c89f637c78 | 665 | cpp | C++ | lib/2d/blanks/AuxFunc.cpp | dcseal/finess | 766e583ae9e84480640c7c3b3c157bf40ab87fe4 | [
"BSD-3-Clause"
] | null | null | null | lib/2d/blanks/AuxFunc.cpp | dcseal/finess | 766e583ae9e84480640c7c3b3c157bf40ab87fe4 | [
"BSD-3-Clause"
] | null | null | null | lib/2d/blanks/AuxFunc.cpp | dcseal/finess | 766e583ae9e84480640c7c3b3c157bf40ab87fe4 | [
"BSD-3-Clause"
] | null | null | null | #include "tensors.h"
// *REQUIRED*
//
// This is a user-required routine that defines the auxilary arrays when the
// parameter maux > 0.
//
// Each application is REQUIRED to define one of these.
//
//
// Input:
//
// xpts( 1:numpts, 1:2 ) - The x, and y-coordinates for a list of points
//
// Output:
/... | 19.558824 | 87 | 0.596992 | [
"vector"
] |
74b6282d5c6b6b9281d1b6c7ef674d22dcb3b118 | 4,115 | cpp | C++ | src/applications/solvers/multiphase/vof/vofSolver/porousWaveSolver/porousWaveSolver.cpp | MrAwesomeRocks/caelus-cml | 55b6dc5ba47d0e95c07412d9446ac72ac11d7fd7 | [
"mpich2"
] | null | null | null | src/applications/solvers/multiphase/vof/vofSolver/porousWaveSolver/porousWaveSolver.cpp | MrAwesomeRocks/caelus-cml | 55b6dc5ba47d0e95c07412d9446ac72ac11d7fd7 | [
"mpich2"
] | null | null | null | src/applications/solvers/multiphase/vof/vofSolver/porousWaveSolver/porousWaveSolver.cpp | MrAwesomeRocks/caelus-cml | 55b6dc5ba47d0e95c07412d9446ac72ac11d7fd7 | [
"mpich2"
] | null | null | null | /*---------------------------------------------------------------------------*\
Copyright (C) 2011-2016 OpenFOAM Foundation
-------------------------------------------------------------------------------
License
This file is part of CAELUS.
CAELUS is free software: you can redistribute it and/or modify it
... | 26.720779 | 79 | 0.552369 | [
"mesh"
] |
74b64bd3e5437190fbcf3134658124f6dd8cf844 | 4,374 | cpp | C++ | src/problem/bp/filtering.cpp | ctjandra/ddopt-bounds | aaf7407da930503a17969cee71718ffcf0c1fe96 | [
"MIT"
] | null | null | null | src/problem/bp/filtering.cpp | ctjandra/ddopt-bounds | aaf7407da930503a17969cee71718ffcf0c1fe96 | [
"MIT"
] | null | null | null | src/problem/bp/filtering.cpp | ctjandra/ddopt-bounds | aaf7407da930503a17969cee71718ffcf0c1fe96 | [
"MIT"
] | null | null | null | #include "filtering.hpp"
void BPFiltering::filter(BPRow* row)
{
// Run top-down and bottom-up pass with left-hand side of row
BPOptimizePassFunc* filter_func;
if (row->sense == SENSE_LE) {
filter_func = new BPMinimizePassFunc(row, bpvar_to_ddvar);
} else { // row->sense == SENSE_GE
filter_func = new BPMaximize... | 29.958904 | 122 | 0.630087 | [
"vector"
] |
74b79fe61989533a5d4b9919d64611bf0d6db544 | 3,646 | cpp | C++ | HelloWorldScene.cpp | Chenpix/MagicTowner | 26a43c684117372137439eac32283b72ef80167f | [
"Apache-2.0"
] | null | null | null | HelloWorldScene.cpp | Chenpix/MagicTowner | 26a43c684117372137439eac32283b72ef80167f | [
"Apache-2.0"
] | null | null | null | HelloWorldScene.cpp | Chenpix/MagicTowner | 26a43c684117372137439eac32283b72ef80167f | [
"Apache-2.0"
] | null | null | null | #include "HelloWorldScene.h"
#include "cocostudio/CocoStudio.h"
#include "ui/CocosGUI.h"
#include "GameMainScene.h"
USING_NS_CC;
Scene* HelloWorld::createScene()
{
// 'scene' is an autorelease object
auto scene = Scene::create();
// 'layer' is an autorelease object
auto layer = Hello... | 33.145455 | 106 | 0.599561 | [
"object"
] |
74c0e032a61964fc5e18dea9243bec00ffea3190 | 62,499 | hpp | C++ | vendor/krpc-cpp/include/krpc/services/drawing.hpp | TroyNeubauer/KRPC-Programming | 8cd1bd0bac38adf794c56273fd1767d75c7526f9 | [
"MIT"
] | null | null | null | vendor/krpc-cpp/include/krpc/services/drawing.hpp | TroyNeubauer/KRPC-Programming | 8cd1bd0bac38adf794c56273fd1767d75c7526f9 | [
"MIT"
] | null | null | null | vendor/krpc-cpp/include/krpc/services/drawing.hpp | TroyNeubauer/KRPC-Programming | 8cd1bd0bac38adf794c56273fd1767d75c7526f9 | [
"MIT"
] | null | null | null | #pragma once
#include <map>
#include <set>
#include <string>
#include <tuple>
#include <vector>
#include <krpc/decoder.hpp>
#include <krpc/encoder.hpp>
#include <krpc/error.hpp>
#include <krpc/event.hpp>
#include <krpc/object.hpp>
#include <krpc/service.hpp>
#include <krpc/stream.hpp>
namespace krpc {
namespace serv... | 36.147484 | 245 | 0.710011 | [
"render",
"object",
"vector"
] |
74c23b9de09730072af1082c9518a1f0cd030d3d | 2,209 | cxx | C++ | tomviz/pybind11/ctvlib/WrappingCtvlib.cxx | danielballan/tomviz | b49216dd1a39b7402be61931fe954ffa85df3f96 | [
"BSD-3-Clause"
] | 284 | 2015-01-05T08:53:20.000Z | 2022-03-31T07:35:16.000Z | tomviz/pybind11/ctvlib/WrappingCtvlib.cxx | danielballan/tomviz | b49216dd1a39b7402be61931fe954ffa85df3f96 | [
"BSD-3-Clause"
] | 1,579 | 2015-03-19T15:56:44.000Z | 2022-03-21T11:29:04.000Z | tomviz/pybind11/ctvlib/WrappingCtvlib.cxx | danielballan/tomviz | b49216dd1a39b7402be61931fe954ffa85df3f96 | [
"BSD-3-Clause"
] | 74 | 2015-01-29T16:24:32.000Z | 2022-03-07T21:52:29.000Z | /* This source file is part of the Tomviz project, https://tomviz.org/.
It is released under the 3-Clause BSD License, see "LICENSE". */
#include "ctvlib.h"
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include "eigenConversion.h"
namespace py = pybind11;
PYBIND11_PLUGIN(ctvlib)
{
py::module m("ctv... | 42.480769 | 80 | 0.680851 | [
"object",
"3d"
] |
74c5dffd9acac4c469c7be2e9db7e2172d217be9 | 3,439 | hpp | C++ | liver/liver.hpp | ncrookston/liver_source | 9876ac4e9ea57d8e23767af9be061a9b10c6f1e5 | [
"BSL-1.0"
] | null | null | null | liver/liver.hpp | ncrookston/liver_source | 9876ac4e9ea57d8e23767af9be061a9b10c6f1e5 | [
"BSL-1.0"
] | null | null | null | liver/liver.hpp | ncrookston/liver_source | 9876ac4e9ea57d8e23767af9be061a9b10c6f1e5 | [
"BSL-1.0"
] | null | null | null | #ifndef JHMI_LIVER_HPP_NRC_20141124
#define JHMI_LIVER_HPP_NRC_20141124
#include "liver/fill_liver_volume.hpp"
#include "utility/cube.hpp"
#include "utility/grid.hpp"
#include <boost/tokenizer.hpp>
#include <range/v3/view/const.hpp>
#include <fstream>
namespace jhmi {
class liver {
using pt_list = std::vector<m3>;... | 27.512 | 96 | 0.629834 | [
"shape",
"vector"
] |
74c86ae92e9c64ac7fe61dd674d3da31691db62e | 4,384 | cpp | C++ | tgmm-paper/src/UtilsCUDA/3DEllipticalHaarFeatures/AnnotationEllipsoid.cpp | msphan/tgmm-docker | bc417f4199801df9386817eba467026167320127 | [
"Apache-2.0"
] | null | null | null | tgmm-paper/src/UtilsCUDA/3DEllipticalHaarFeatures/AnnotationEllipsoid.cpp | msphan/tgmm-docker | bc417f4199801df9386817eba467026167320127 | [
"Apache-2.0"
] | null | null | null | tgmm-paper/src/UtilsCUDA/3DEllipticalHaarFeatures/AnnotationEllipsoid.cpp | msphan/tgmm-docker | bc417f4199801df9386817eba467026167320127 | [
"Apache-2.0"
] | null | null | null | /*
* Ellipsoid.cpp
*
* Created on: Feb 15, 2011
* Author: amatf
*/
#include "AnnotationEllipsoid.h"
#include <math.h>
#include "external/xmlParser/svlStrUtils.h"
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <cstring>
//TODO: find a better random numebr generator for windows
#ifdef _... | 22.833333 | 184 | 0.664918 | [
"vector"
] |
74c87013f1cfec778445d0e6f6ed05fb37c90449 | 10,132 | cpp | C++ | legacy/python/tinyrenderer/bindings/_legacy/src/camera_py.cpp | wpumacay/tiny_renderer | 9d59be49086822860654afddaf94ce1cec374ea8 | [
"MIT"
] | 1 | 2018-07-05T15:54:51.000Z | 2018-07-05T15:54:51.000Z | legacy/python/tinyrenderer/bindings/_legacy/src/camera_py.cpp | wpumacay/cat1 | 9d59be49086822860654afddaf94ce1cec374ea8 | [
"MIT"
] | null | null | null | legacy/python/tinyrenderer/bindings/_legacy/src/camera_py.cpp | wpumacay/cat1 | 9d59be49086822860654afddaf94ce1cec374ea8 | [
"MIT"
] | null | null | null |
#include <camera_py.h>
namespace py = pybind11;
namespace engine
{
void bindings_cameraBase( py::module& m )
{
/* Expose required enumerators */
py::enum_< engine::eCameraType >( m, "CameraType", py::arithmetic() )
.value( "FIXED", engine::eCameraType::FIXED )
.value( ... | 55.065217 | 136 | 0.463482 | [
"transform"
] |
74ca0a527297ab0aba983bdedd42b847d3eae992 | 10,277 | cpp | C++ | automated-tests/src/dali/utc-Dali-ConstraintFunction.cpp | Coquinho/dali-core | 97a968a80ad681b1cbbc219fa6729f2344672476 | [
"Apache-2.0",
"BSD-3-Clause"
] | 21 | 2016-11-18T10:26:40.000Z | 2021-11-02T09:46:15.000Z | automated-tests/src/dali/utc-Dali-ConstraintFunction.cpp | Coquinho/dali-core | 97a968a80ad681b1cbbc219fa6729f2344672476 | [
"Apache-2.0",
"BSD-3-Clause"
] | 7 | 2016-10-18T17:39:12.000Z | 2020-12-01T11:45:36.000Z | automated-tests/src/dali/utc-Dali-ConstraintFunction.cpp | expertisesolutions/dali-core | 444ee3f60f12a23aca07059c5e1109f26613e44e | [
"Apache-2.0",
"BSD-3-Clause"
] | 16 | 2017-03-08T15:50:32.000Z | 2021-05-24T06:58:10.000Z | /*
* Copyright (c) 2014 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... | 28.867978 | 119 | 0.625669 | [
"object"
] |
74cdfa60c4e56622b0eb190f63be1c6e2e65e17f | 4,937 | cc | C++ | components/service/ucloud/cloudapi/src/model/DescribeTrafficControlsResult.cc | wanguojian/AliOS-Things | 47fce29d4dd39d124f0bfead27998ad7beea8441 | [
"Apache-2.0"
] | 89 | 2018-02-02T03:54:39.000Z | 2021-12-13T01:32:55.000Z | components/service/ucloud/cloudapi/src/model/DescribeTrafficControlsResult.cc | wanguojian/AliOS-Things | 47fce29d4dd39d124f0bfead27998ad7beea8441 | [
"Apache-2.0"
] | 89 | 2018-03-14T07:44:54.000Z | 2021-11-26T07:43:25.000Z | components/service/ucloud/cloudapi/src/model/DescribeTrafficControlsResult.cc | wanguojian/AliOS-Things | 47fce29d4dd39d124f0bfead27998ad7beea8441 | [
"Apache-2.0"
] | 69 | 2018-01-22T09:45:52.000Z | 2022-03-28T07:58:38.000Z | /*
* Copyright 2009-2017 Alibaba Cloud 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... | 43.690265 | 117 | 0.801499 | [
"vector",
"model"
] |
74cfff93a0433f69e35bdfa8b626dbbd6d732e06 | 1,378 | cpp | C++ | 01. Mathematics/15_QuadraticEquationRoots.cpp | Ujjawalgupta42/Hacktoberfest2021-DSA | eccd9352055085973e3d6a1feb10dd193905584b | [
"MIT"
] | 225 | 2021-10-01T03:09:01.000Z | 2022-03-11T11:32:49.000Z | 01. Mathematics/15_QuadraticEquationRoots.cpp | Ujjawalgupta42/Hacktoberfest2021-DSA | eccd9352055085973e3d6a1feb10dd193905584b | [
"MIT"
] | 252 | 2021-10-01T03:45:20.000Z | 2021-12-07T18:32:46.000Z | 01. Mathematics/15_QuadraticEquationRoots.cpp | Ujjawalgupta42/Hacktoberfest2021-DSA | eccd9352055085973e3d6a1feb10dd193905584b | [
"MIT"
] | 911 | 2021-10-01T02:55:19.000Z | 2022-02-06T09:08:37.000Z | // { Driver Code Starts
// Initial template for C++
#include <bits/stdc++.h>
using namespace std;
// } Driver Code Ends
// User function Template for C++
class Solution
{
public:
vector<int> quadraticRoots(int a, int b, int c)
{
vector<int> ans;
if(a==0)
{
ans.push_back(-1... | 20.878788 | 57 | 0.436865 | [
"vector"
] |
74d10de2e3130eb53c66e39d198e54fbf3bb0cf9 | 1,635 | cpp | C++ | 164/P164/P164/main.cpp | swy20190/Leetcode-Cracker | 3b80eacfa63983d5fcc50442f0813296d5c1af94 | [
"MIT"
] | null | null | null | 164/P164/P164/main.cpp | swy20190/Leetcode-Cracker | 3b80eacfa63983d5fcc50442f0813296d5c1af94 | [
"MIT"
] | null | null | null | 164/P164/P164/main.cpp | swy20190/Leetcode-Cracker | 3b80eacfa63983d5fcc50442f0813296d5c1af94 | [
"MIT"
] | null | null | null | #include <vector>
#include <iostream>
using namespace std;
class Solution {
public:
int maximumGap(vector<int>& nums) {
int len = nums.size();
if (len < 2) {
return 0;
}
int min = INT_MAX;
int max = INT_MIN;
for (int num : nums) {
if (num > max) {
max = num;
}
if (num < min) {
min = n... | 17.771739 | 51 | 0.519878 | [
"vector"
] |
74d35234275b2d2841ae622a350003f16eb9877a | 7,260 | hpp | C++ | xpcc/src/xpcc/driver/connectivity/rpr/node.hpp | jrahlf/3D-Non-Contact-Laser-Profilometer | 912eb8890442f897c951594c79a8a594096bc119 | [
"MIT"
] | 5 | 2016-02-06T14:57:35.000Z | 2018-01-02T23:34:18.000Z | xpcc/src/xpcc/driver/connectivity/rpr/node.hpp | jrahlf/3D-Non-Contact-Laser-Profilometer | 912eb8890442f897c951594c79a8a594096bc119 | [
"MIT"
] | null | null | null | xpcc/src/xpcc/driver/connectivity/rpr/node.hpp | jrahlf/3D-Non-Contact-Laser-Profilometer | 912eb8890442f897c951594c79a8a594096bc119 | [
"MIT"
] | 1 | 2020-04-19T13:16:31.000Z | 2020-04-19T13:16:31.000Z | // coding: utf-8
// ----------------------------------------------------------------------------
/* Copyright (c) 2012, Roboterclub Aachen e.V.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:... | 28.030888 | 79 | 0.664601 | [
"object"
] |
74d3c12e3d281a7511a36f96028d69a3178d25ef | 4,194 | cpp | C++ | aws-cpp-sdk-ds/source/model/DomainController.cpp | Neusoft-Technology-Solutions/aws-sdk-cpp | 88c041828b0dbee18a297c3cfe98c5ecd0706d0b | [
"Apache-2.0"
] | 1 | 2022-02-10T08:06:54.000Z | 2022-02-10T08:06:54.000Z | aws-cpp-sdk-ds/source/model/DomainController.cpp | Neusoft-Technology-Solutions/aws-sdk-cpp | 88c041828b0dbee18a297c3cfe98c5ecd0706d0b | [
"Apache-2.0"
] | 1 | 2021-10-14T16:57:00.000Z | 2021-10-18T10:47:24.000Z | aws-cpp-sdk-ds/source/model/DomainController.cpp | ravindra-wagh/aws-sdk-cpp | 7d5ff01b3c3b872f31ca98fb4ce868cd01e97696 | [
"Apache-2.0"
] | 1 | 2021-11-09T11:58:03.000Z | 2021-11-09T11:58:03.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/ds/model/DomainController.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::Utils::Json;
using namespace Aws::Utils;
namespace Aws
{
namespace... | 21.618557 | 109 | 0.742251 | [
"model"
] |
74da45d68f699a053333f9c466eb521ad053c409 | 39,637 | cpp | C++ | src/imaging/ossimTopographicCorrectionFilter.cpp | vladislav-horbatiuk/ossim | 82417ad868fac022672335e1684bdd91d662c18c | [
"MIT"
] | 251 | 2015-10-20T09:08:11.000Z | 2022-03-22T18:16:38.000Z | src/imaging/ossimTopographicCorrectionFilter.cpp | vladislav-horbatiuk/ossim | 82417ad868fac022672335e1684bdd91d662c18c | [
"MIT"
] | 73 | 2015-11-02T17:12:36.000Z | 2021-11-15T17:41:47.000Z | src/imaging/ossimTopographicCorrectionFilter.cpp | vladislav-horbatiuk/ossim | 82417ad868fac022672335e1684bdd91d662c18c | [
"MIT"
] | 146 | 2015-10-15T16:00:15.000Z | 2022-03-22T12:37:14.000Z | //*******************************************************************
// Copyright (C) 2000 ImageLinks Inc.
//
// License: LGPL
//
// See LICENSE.txt file in the top level directory for more details.
//
// Author: Garrett Potts
//
//*************************************************************************
// $Id: oss... | 30.303517 | 134 | 0.570679 | [
"object",
"vector"
] |
74dd3bc6b99d00f4e86a2e530bfd8f5e3f776c37 | 1,036 | cpp | C++ | CS302_Operating-System/Report8/CLOOK.cpp | Eveneko/SUSTech-Courses | 0420873110e91e8d13e6e85a974f1856e01d28d6 | [
"MIT"
] | 4 | 2020-11-11T11:56:57.000Z | 2021-03-11T10:05:09.000Z | CS302_Operating-System/Report8/CLOOK.cpp | Eveneko/SUSTech-Courses | 0420873110e91e8d13e6e85a974f1856e01d28d6 | [
"MIT"
] | null | null | null | CS302_Operating-System/Report8/CLOOK.cpp | Eveneko/SUSTech-Courses | 0420873110e91e8d13e6e85a974f1856e01d28d6 | [
"MIT"
] | 3 | 2021-01-07T04:14:11.000Z | 2021-04-27T13:41:36.000Z | #include <bits/stdc++.h>
using namespace std;
int S; // the position of beginning track
int M; // the total number of tracks in disk
int N; // the number of scheduling requests
vector<int> tracks;
int main() {
scanf("%d %d %d", &S, &M, &N);
int num;
tracks.push_back(S);
for (int i = 0; i < N; ++i) ... | 22.521739 | 72 | 0.465251 | [
"vector"
] |
74dd95b58aa8a44fa0e801e505482670cf58cdab | 1,370 | cpp | C++ | aws-cpp-sdk-pinpoint/source/model/GPSCoordinates.cpp | Neusoft-Technology-Solutions/aws-sdk-cpp | 88c041828b0dbee18a297c3cfe98c5ecd0706d0b | [
"Apache-2.0"
] | 1 | 2022-02-10T08:06:54.000Z | 2022-02-10T08:06:54.000Z | aws-cpp-sdk-pinpoint/source/model/GPSCoordinates.cpp | Neusoft-Technology-Solutions/aws-sdk-cpp | 88c041828b0dbee18a297c3cfe98c5ecd0706d0b | [
"Apache-2.0"
] | 1 | 2021-10-14T16:57:00.000Z | 2021-10-18T10:47:24.000Z | aws-cpp-sdk-pinpoint/source/model/GPSCoordinates.cpp | ravindra-wagh/aws-sdk-cpp | 7d5ff01b3c3b872f31ca98fb4ce868cd01e97696 | [
"Apache-2.0"
] | 1 | 2021-11-09T11:58:03.000Z | 2021-11-09T11:58:03.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/pinpoint/model/GPSCoordinates.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::Utils::Json;
using namespace Aws::Utils;
namespace Aws
{
names... | 17.341772 | 69 | 0.709489 | [
"model"
] |
74e28fceaa982c65ce1ac271ed2975ce52717a5d | 2,819 | cpp | C++ | test/cycle.cpp | NasalDaemon/iter | 598e959c43b95f38a8b37b19318df52edfbb9249 | [
"BSD-3-Clause"
] | 14 | 2021-04-26T06:21:39.000Z | 2022-02-11T21:46:23.000Z | test/cycle.cpp | NasalDaemon/iter | 598e959c43b95f38a8b37b19318df52edfbb9249 | [
"BSD-3-Clause"
] | 2 | 2021-04-27T19:10:55.000Z | 2021-04-28T19:50:31.000Z | test/cycle.cpp | NasalDaemon/iter | 598e959c43b95f38a8b37b19318df52edfbb9249 | [
"BSD-3-Clause"
] | 1 | 2021-04-27T19:02:17.000Z | 2021-04-27T19:02:17.000Z | #include "test.hpp"
#include <vector>
TEST(TestCycle, indices_take) {
constexpr auto c = indices |take| 5 | cycle();
using type = std::remove_cvref_t<decltype(c)>;
static_assert(concepts::random_access_iter<type>);
static_assert(impl::size(c) == std::numeric_limits<std::size_t>::max());
auto c1 = ... | 28.474747 | 76 | 0.559773 | [
"vector"
] |
d55f1980b539766783571051ede44cd63a766dfa | 1,349 | hh | C++ | snmp/snmpoidtree.hh | kohler/click-packages | cec70da7cf460548ef08f1ddad6924db29d5c0c5 | [
"MIT"
] | 13 | 2015-02-26T23:12:09.000Z | 2021-04-18T04:37:12.000Z | snmp/snmpoidtree.hh | kohoumas/click-packages | 6bb5c4ba286e5dbc74efd1708921d530425691f6 | [
"MIT"
] | null | null | null | snmp/snmpoidtree.hh | kohoumas/click-packages | 6bb5c4ba286e5dbc74efd1708921d530425691f6 | [
"MIT"
] | 7 | 2015-08-25T09:29:41.000Z | 2021-04-18T04:37:13.000Z | #ifndef SNMPOIDTREE_HH
#define SNMPOIDTREE_HH
#include <click/vector.hh>
#include "snmpbasics.hh"
class SNMPOidTree { public:
struct Node;
SNMPOidTree();
~SNMPOidTree();
int find(const SNMPOid &) const;
int find_prefix(const SNMPOid &, int *prefix_length) const;
Node *insert(const SNMPOid &, int);
vo... | 18.22973 | 61 | 0.664937 | [
"vector"
] |
d561a0b26de0d2ce49a8015dacacdab5b03ae462 | 9,873 | cpp | C++ | comprehensive_application/manager.cpp | teamwong111/Data-Structure-Course | 6aa84de6385d8428245f9950b6f926eb70b3ad3a | [
"MIT"
] | null | null | null | comprehensive_application/manager.cpp | teamwong111/Data-Structure-Course | 6aa84de6385d8428245f9950b6f926eb70b3ad3a | [
"MIT"
] | null | null | null | comprehensive_application/manager.cpp | teamwong111/Data-Structure-Course | 6aa84de6385d8428245f9950b6f926eb70b3ad3a | [
"MIT"
] | null | null | null | #include "manager.h"
//构造函数
Manager::Manager(){}
//从文件读取数据
bool Manager::readfile(QString filename)
{
QFile file(filename);
if(!file.open(QIODevice::ReadOnly))
{
return false;
}
QTextStream in(&file);
while(!in.atEnd())
{
bool ok;
int total, lineindex, stationindex1... | 24.080488 | 165 | 0.586043 | [
"vector"
] |
d565c4ee2484d92368a0bec6b49f8d6cbac7ea33 | 9,828 | cpp | C++ | unit-tests/unit-tests-post-processing.cpp | arunabhcode/librealsense | 3cd61ee78b1793091243db888a36979cd9c74dbb | [
"BSD-2-Clause",
"Apache-2.0"
] | null | null | null | unit-tests/unit-tests-post-processing.cpp | arunabhcode/librealsense | 3cd61ee78b1793091243db888a36979cd9c74dbb | [
"BSD-2-Clause",
"Apache-2.0"
] | null | null | null | unit-tests/unit-tests-post-processing.cpp | arunabhcode/librealsense | 3cd61ee78b1793091243db888a36979cd9c74dbb | [
"BSD-2-Clause",
"Apache-2.0"
] | null | null | null | // License: Apache 2.0. See LICENSE file in root directory.
// Copyright(c) 2018 Intel Corporation. All Rights Reserved.
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
// This set of tests is valid for any number and combination of RealSense cameras, inclu... | 43.486726 | 162 | 0.651201 | [
"vector",
"transform"
] |
d567150e672c89203ffdbd3079f427cb5867703b | 3,783 | cpp | C++ | soccerGame/src/Ball.cpp | amol-m/soccer | 112ebf543ebfa12264a1256f756368f4541b62f3 | [
"MIT"
] | null | null | null | soccerGame/src/Ball.cpp | amol-m/soccer | 112ebf543ebfa12264a1256f756368f4541b62f3 | [
"MIT"
] | null | null | null | soccerGame/src/Ball.cpp | amol-m/soccer | 112ebf543ebfa12264a1256f756368f4541b62f3 | [
"MIT"
] | null | null | null | //
// Ball.cpp
// soccerGame
//
// Created by Amol Mane on 9/19/15.
//
//
#include "Ball.h"
#include "cinder/Vector.h"
#include "Player.h"
#include "cinder/gl/gl.h"
#include "cinder/app/AppBasic.h"
using namespace ci;
Ball::Ball() {
// int x = app::getWindowWidth()/2;
// int y = app::getWindowWidth()/2;
/... | 26.829787 | 137 | 0.458895 | [
"vector"
] |
d57b15bee2cb8a9938602a6aea126870d9672c9e | 28,985 | cpp | C++ | move_gen.cpp | ia03/discord-chess-bot | 1befb7c413703304a5e51435b5de0f2d3c127443 | [
"MIT"
] | null | null | null | move_gen.cpp | ia03/discord-chess-bot | 1befb7c413703304a5e51435b5de0f2d3c127443 | [
"MIT"
] | 1 | 2019-01-18T14:14:49.000Z | 2019-01-24T14:36:41.000Z | move_gen.cpp | ia03/discord-chess-bot | 1befb7c413703304a5e51435b5de0f2d3c127443 | [
"MIT"
] | null | null | null | #include <vector>
#include <array>
#include <algorithm>
#include "game.h"
#include "utils.h"
#include "lib/magicmoves.h"
// Generates all pseudo-legal moves for White.
std::vector<Move> Game::pseudo_legal_w_moves() const
{
std::vector<Move> all_moves;
// Generate the pseudo-legal moves for each ... | 30.09865 | 79 | 0.628083 | [
"vector"
] |
d580669b7ff154bd1e3c7ad402389ba687a077fb | 14,983 | hpp | C++ | Source/AllProjects/CQCWebSrv/Client/CQCWebSrvC_EchoHandler_.hpp | MarkStega/CQC | c1d0e01ec2abcaa5b8eb1899b9f0522fecee4b07 | [
"MIT"
] | 51 | 2020-12-26T18:17:16.000Z | 2022-03-15T04:29:35.000Z | Source/AllProjects/CQCWebSrv/Client/CQCWebSrvC_EchoHandler_.hpp | MarkStega/CQC | c1d0e01ec2abcaa5b8eb1899b9f0522fecee4b07 | [
"MIT"
] | null | null | null | Source/AllProjects/CQCWebSrv/Client/CQCWebSrvC_EchoHandler_.hpp | MarkStega/CQC | c1d0e01ec2abcaa5b8eb1899b9f0522fecee4b07 | [
"MIT"
] | 4 | 2020-12-28T07:24:39.000Z | 2021-12-29T12:09:37.000Z | //
// FILE NAME: CQCWebSrvC_EchoHandler_.hpp
//
// AUTHOR: Dean Roddey
//
// CREATED: 07/25/2015
//
// COPYRIGHT: Charmed Quark Systems, Ltd @ 2020
//
// This software is copyrighted by 'Charmed Quark Systems, Ltd' and
// the author (Dean Roddey.) It is licensed under the MIT Open Source
// license:
//
// https:/... | 34.763341 | 95 | 0.412067 | [
"object"
] |
d58740d5a74768041cfef27e632ff7deccc9e3dd | 13,584 | hpp | C++ | src/hotspot/cpu/ppc/interp_masm_ppc.hpp | siweilxy/openjdkstudy | 8597674ec1d6809faf55cbee1f45f4e9149d670d | [
"Apache-2.0"
] | null | null | null | src/hotspot/cpu/ppc/interp_masm_ppc.hpp | siweilxy/openjdkstudy | 8597674ec1d6809faf55cbee1f45f4e9149d670d | [
"Apache-2.0"
] | null | null | null | src/hotspot/cpu/ppc/interp_masm_ppc.hpp | siweilxy/openjdkstudy | 8597674ec1d6809faf55cbee1f45f4e9149d670d | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (c) 2002, 2019, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2012, 2017 SAP SE. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Pu... | 49.941176 | 181 | 0.769067 | [
"object"
] |
d58e40a0407b534aeea56825d0a0841308054404 | 13,763 | cp | C++ | Plug-ins/vCardAdbkIO/sources/CVCard.cp | mulberry-mail/mulberry4-client | cdaae15c51dd759110b4fbdb2063d0e3d5202103 | [
"ECL-2.0",
"Apache-2.0"
] | 5 | 2015-03-23T13:45:09.000Z | 2021-11-06T08:37:42.000Z | Plug-ins/vCardAdbkIO/sources/CVCard.cp | mulberry-mail/mulberry4-client | cdaae15c51dd759110b4fbdb2063d0e3d5202103 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | Plug-ins/vCardAdbkIO/sources/CVCard.cp | mulberry-mail/mulberry4-client | cdaae15c51dd759110b4fbdb2063d0e3d5202103 | [
"ECL-2.0",
"Apache-2.0"
] | 2 | 2021-03-27T09:10:59.000Z | 2022-01-19T12:12:48.000Z | /*
Copyright (c) 2007-2009 Cyrus Daboo. 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
Unle... | 22.451876 | 135 | 0.628715 | [
"object"
] |
d5916d408f07bea581f26290ddde4d1f2209647e | 10,424 | cpp | C++ | sources/ThirdParty/wxWidgets/src/msw/dlmsw.cpp | Sasha7b9Work/S8-57M | 24531cf6d285a400e8be20a939acb842a775a989 | [
"MIT"
] | null | null | null | sources/ThirdParty/wxWidgets/src/msw/dlmsw.cpp | Sasha7b9Work/S8-57M | 24531cf6d285a400e8be20a939acb842a775a989 | [
"MIT"
] | null | null | null | sources/ThirdParty/wxWidgets/src/msw/dlmsw.cpp | Sasha7b9Work/S8-57M | 24531cf6d285a400e8be20a939acb842a775a989 | [
"MIT"
] | 1 | 2020-03-08T18:55:21.000Z | 2020-03-08T18:55:21.000Z | /////////////////////////////////////////////////////////////////////////////
// Name: src/msw/dlmsw.cpp
// Purpose: Win32-specific part of wxDynamicLibrary and related classes
// Author: Vadim Zeitlin
// Modified by:
// Created: 2005-01-10 (partly extracted from common/dynlib.cpp)
// Copyright: (... | 32.073846 | 81 | 0.504701 | [
"object"
] |
d591b5863368a4d5424263f60b90a7c0ed20c4ca | 46,440 | cc | C++ | src/developer/debug/debug_agent/arch_arm64_helpers_unittest.cc | opensource-assist/fuschia | 66646c55b3d0b36aae90a4b6706b87f1a6261935 | [
"BSD-3-Clause"
] | null | null | null | src/developer/debug/debug_agent/arch_arm64_helpers_unittest.cc | opensource-assist/fuschia | 66646c55b3d0b36aae90a4b6706b87f1a6261935 | [
"BSD-3-Clause"
] | null | null | null | src/developer/debug/debug_agent/arch_arm64_helpers_unittest.cc | opensource-assist/fuschia | 66646c55b3d0b36aae90a4b6706b87f1a6261935 | [
"BSD-3-Clause"
] | null | null | null | // 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/developer/debug/debug_agent/arch_arm64_helpers.h"
#include <optional>
#include <gtest/gtest.h>
#include "src/developer/debug/debug_agent/a... | 52.41535 | 100 | 0.685551 | [
"vector"
] |
d5938c7323cb1398808a990ac2e660ac05e74de2 | 1,988 | cpp | C++ | CIM_Framework/CIMFramework/CPPClasses/Src/CIM_ManagedCredential.cpp | rgl/lms | cda6a25e0f39b2a18f10415560ee6a2cfc5fbbcb | [
"Apache-2.0"
] | 18 | 2019-04-17T10:43:35.000Z | 2022-03-22T22:30:39.000Z | CIM_Framework/CIMFramework/CPPClasses/Src/CIM_ManagedCredential.cpp | rgl/lms | cda6a25e0f39b2a18f10415560ee6a2cfc5fbbcb | [
"Apache-2.0"
] | 9 | 2019-10-03T15:29:51.000Z | 2021-12-27T14:03:33.000Z | CIM_Framework/CIMFramework/CPPClasses/Src/CIM_ManagedCredential.cpp | isabella232/lms | 50d16f81b49aba6007388c001e8137352c5eb42e | [
"Apache-2.0"
] | 8 | 2019-06-13T23:30:50.000Z | 2021-06-25T15:51:59.000Z | //----------------------------------------------------------------------------
//
// Copyright (c) Intel Corporation, 2003 - 2012 All Rights Reserved.
//
// File: CIM_ManagedCredential.cpp
//
// Contents: This relationship associates a CredentialManagementService with the Credential it manages.
//
// ... | 31.555556 | 123 | 0.695171 | [
"object",
"vector"
] |
d5a0dc8be2a3e13b17d44633279f3b9b6f73660b | 29,040 | cpp | C++ | CreatureEditorAndPlugin/CreaturePlugin/Source/CreaturePlugin/Private/mpLib.cpp | kestrelm/Creature_UE4 | 62740b56722948cdacbd5977b00d81537ab051f1 | [
"Apache-2.0"
] | 208 | 2015-06-15T05:28:16.000Z | 2022-03-28T06:32:26.000Z | CreatureEditorAndPlugin/CreaturePlugin/Source/CreaturePlugin/Private/mpLib.cpp | kestrelm/Creature_UE4 | 62740b56722948cdacbd5977b00d81537ab051f1 | [
"Apache-2.0"
] | 4 | 2015-12-07T22:19:13.000Z | 2020-01-13T09:15:24.000Z | CreatureEditorAndPlugin/CreaturePlugin/Source/CreaturePlugin/Private/mpLib.cpp | kestrelm/Creature_UE4 | 62740b56722948cdacbd5977b00d81537ab051f1 | [
"Apache-2.0"
] | 70 | 2015-06-21T14:06:53.000Z | 2022-02-19T04:19:09.000Z | #include "mpLib.h"
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
namespace mpMiniLib {
enum {
MSG_MINI_TYPE_POSITIVE_FIXNUM, /* 0 */
MSG_MINI_TYPE_FIXMAP, /* 1 */
MSG_MINI_TYPE_FIXARRAY, /* 2 */
MSG_MINI_TYPE_FIXSTR, /* 3 */
MSG_MINI_TYPE_NIL, /* 4 ... | 20.450704 | 112 | 0.665255 | [
"object",
"vector"
] |
d5a29fdb9b780de188c7ae57d86d3298161434a3 | 424 | cpp | C++ | blind_climbing_gazebo/src/obstacle_avoid.cpp | S201761102/Topomap | e15e7015f71b68c05a8c6412d7f6aecec7d00c46 | [
"Unlicense"
] | 1 | 2020-07-15T04:32:21.000Z | 2020-07-15T04:32:21.000Z | blind_climbing_gazebo/src/obstacle_avoid.cpp | S201761102/Topomap | e15e7015f71b68c05a8c6412d7f6aecec7d00c46 | [
"Unlicense"
] | null | null | null | blind_climbing_gazebo/src/obstacle_avoid.cpp | S201761102/Topomap | e15e7015f71b68c05a8c6412d7f6aecec7d00c46 | [
"Unlicense"
] | null | null | null | #include <iostream>
#include "obstacle_avoid.h"
#include <vector>
#include <map>
const float OBSTACLE_DISTANCE = 0.6;
bool Obstacle_Avoidance::exist_obstacle(std::map<float, float> &angle_dis)
{
for(std::map<float, float>::iterator i = angle_dis.begin(); i != angle_dis.end(); ++i)
{
//std::cout << i->s... | 26.5 | 90 | 0.646226 | [
"vector"
] |
d5a4bbd6cc544e301022b02f145e144f3b833c2d | 5,190 | cpp | C++ | Server/server.cpp | MrSeile/MinesweeperOnline | 2356fb34ded7450a704432aa83f2509cb240e550 | [
"MIT"
] | null | null | null | Server/server.cpp | MrSeile/MinesweeperOnline | 2356fb34ded7450a704432aa83f2509cb240e550 | [
"MIT"
] | null | null | null | Server/server.cpp | MrSeile/MinesweeperOnline | 2356fb34ded7450a704432aa83f2509cb240e550 | [
"MIT"
] | null | null | null | #include <iostream>
#include <SFML/Network.hpp>
#include "..\Minesweeper\Minesweeper.h"
#include <random>
#include <vector>
#include <iomanip>
#include <sstream>
#include <chrono>
#include <thread>
#define port 2002
using namespace std::chrono_literals;
#define WaitFor(x) std::this_thread::sleep_for(x)
// Struct to... | 21.53527 | 127 | 0.632755 | [
"vector"
] |
d5a8c95688e8318d06100c9dbefdc29c02f8f87f | 8,737 | hpp | C++ | freeswitch/src/mod/endpoints/mod_khomp/commons/base/configurator/section.hpp | gidmoth/freeswitch-image-builder | f0169671d6a4683dd4ac7226a6b38ad94640e592 | [
"BSD-2-Clause"
] | null | null | null | freeswitch/src/mod/endpoints/mod_khomp/commons/base/configurator/section.hpp | gidmoth/freeswitch-image-builder | f0169671d6a4683dd4ac7226a6b38ad94640e592 | [
"BSD-2-Clause"
] | null | null | null | freeswitch/src/mod/endpoints/mod_khomp/commons/base/configurator/section.hpp | gidmoth/freeswitch-image-builder | f0169671d6a4683dd4ac7226a6b38ad94640e592 | [
"BSD-2-Clause"
] | null | null | null | /*
KHOMP generic endpoint/channel library.
Copyright (C) 2007-2009 Khomp Ind. & Com.
The contents of this file are subject to the Mozilla Public License Version 1.1
(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.mozilla... | 33.475096 | 102 | 0.629507 | [
"vector"
] |
d5af500a1c244f26491f37894360f1cc223e7990 | 3,887 | cpp | C++ | src/bits_of_matcha/Shape.cpp | matcha-ai/matcha | c1375fc2bfc9fadcbd643fc1540e3ac470dd9408 | [
"MIT"
] | null | null | null | src/bits_of_matcha/Shape.cpp | matcha-ai/matcha | c1375fc2bfc9fadcbd643fc1540e3ac470dd9408 | [
"MIT"
] | null | null | null | src/bits_of_matcha/Shape.cpp | matcha-ai/matcha | c1375fc2bfc9fadcbd643fc1540e3ac470dd9408 | [
"MIT"
] | 1 | 2022-03-17T12:14:27.000Z | 2022-03-17T12:14:27.000Z | #include "bits_of_matcha/Shape.h"
#include "bits_of_matcha/error/IncompatibleShapesError.h"
#include <stdexcept>
#include <numeric>
namespace matcha {
Shape::Shape(std::initializer_list<unsigned> dims)
: dims_{dims}
{}
Shape::Shape(const std::vector<unsigned>& dims)
: dims_{dims}
{}
size_t Shape::rank() cons... | 20.566138 | 93 | 0.609467 | [
"shape",
"vector"
] |
d5af6dfa1b6b6631ba6eb3481f06ff603514bdaf | 21,615 | cpp | C++ | src/editor.cpp | grend3d/grend | 379d8e7eac9953b6257f6b7de7b36fbced82e774 | [
"MIT"
] | 5 | 2021-03-11T08:34:56.000Z | 2021-11-14T15:41:21.000Z | src/editor.cpp | mushrom/grend | 379d8e7eac9953b6257f6b7de7b36fbced82e774 | [
"MIT"
] | 1 | 2021-08-14T08:48:15.000Z | 2021-08-14T10:25:42.000Z | src/editor.cpp | mushrom/grend | 379d8e7eac9953b6257f6b7de7b36fbced82e774 | [
"MIT"
] | null | null | null | #include <grend-config.h>
#include <grend/gameEditor.hpp>
#include <grend/gameState.hpp>
#include <grend/engine.hpp>
#include <grend/glManager.hpp>
#include <grend/geometryGeneration.hpp>
#include <imgui/imgui.h>
#include <imgui/backends/imgui_impl_sdl.h>
#include <imgui/backends/imgui_impl_opengl3.h>
using namespac... | 29.650206 | 109 | 0.684386 | [
"mesh",
"render",
"object",
"vector",
"model",
"transform"
] |
d5b203376f91afb2dda23c1f72d0c7623791ce0f | 1,600 | hpp | C++ | src/inc/win32/ctf/remote.hpp | clayne/pwn-- | 531ed0baa087a890da32bb6a581de42524804cb8 | [
"MIT"
] | 64 | 2020-11-10T07:49:03.000Z | 2022-03-12T17:16:55.000Z | src/inc/win32/ctf/remote.hpp | clayne/pwn-- | 531ed0baa087a890da32bb6a581de42524804cb8 | [
"MIT"
] | 3 | 2021-07-14T03:48:37.000Z | 2021-11-29T18:00:12.000Z | src/inc/win32/ctf/remote.hpp | clayne/pwn-- | 531ed0baa087a890da32bb6a581de42524804cb8 | [
"MIT"
] | 2 | 2020-11-10T09:45:15.000Z | 2021-04-21T12:23:44.000Z | #pragma once
#include "common.hpp"
#include "tube.hpp"
#include "handle.hpp"
#include "utils.hpp"
#include <winsock2.h>
namespace pwn::win::ctf
{
///
/// A Remote session (pwntools-like)
///
class Remote : public Tube
{
public:
PWNAPI Remote(_In_ std::wstring const& host, _In_ u16 port);
PWNAPI ~Remote();... | 16.666667 | 86 | 0.645 | [
"vector"
] |
d5b28bb770e10f9facdf09cde3b4782539ccdee4 | 6,525 | cpp | C++ | Code/PluginCustomizer/EditorPathValue.cpp | cy15196/FastCAE | 0870752ec2e590f3ea6479e909ebf6c345ac2523 | [
"BSD-3-Clause"
] | 117 | 2020-03-07T12:07:05.000Z | 2022-03-27T07:35:22.000Z | Code/PluginCustomizer/EditorPathValue.cpp | cy15196/FastCAE | 0870752ec2e590f3ea6479e909ebf6c345ac2523 | [
"BSD-3-Clause"
] | 4 | 2020-03-12T15:36:57.000Z | 2022-02-08T02:19:17.000Z | Code/PluginCustomizer/EditorPathValue.cpp | cy15196/FastCAE | 0870752ec2e590f3ea6479e909ebf6c345ac2523 | [
"BSD-3-Clause"
] | 76 | 2020-03-16T01:47:46.000Z | 2022-03-21T16:37:07.000Z | #include "EditorPathValue.h"
#include "ui_EditorPathValue.h"
#include "DataProperty/ParameterPath.h"
#include "InputValidator.h"
#include <QDebug>
#include <QTimer>
#include <QFileDialog>
namespace FastCAEDesigner{
EditorPathValue::EditorPathValue(QWidget *parent) :
QDialog(parent),
_ui(new Ui::EditorPathValue)
... | 24.622642 | 108 | 0.668812 | [
"model"
] |
d5b461e236934082d6ab273bf394cc4c7d38c4b9 | 6,517 | cpp | C++ | src/controller/src/commands/obstacle_course_command.cpp | P8P-7/core | 820873e7da867392729b2e65922205afe98e41d8 | [
"MIT"
] | 4 | 2018-04-16T17:56:25.000Z | 2018-06-22T17:02:26.000Z | src/controller/src/commands/obstacle_course_command.cpp | P8P-7/core | 820873e7da867392729b2e65922205afe98e41d8 | [
"MIT"
] | 1 | 2018-05-07T11:05:26.000Z | 2018-05-07T11:06:52.000Z | src/controller/src/commands/obstacle_course_command.cpp | P8P-7/core | 820873e7da867392729b2e65922205afe98e41d8 | [
"MIT"
] | 1 | 2018-05-07T11:04:15.000Z | 2018-05-07T11:04:15.000Z | #include <utility>
#include <goliath/controller/commands/obstacle_course_command.h>
#include <goliath/motor-controller/motor_controller.h>
#include <goliath/servo/wings/commandbuilder/wing_command_builder.h>
using namespace goliath::handles;
using namespace goliath;
const std::vector<size_t> leftMotors{HANDLE_LEFT_F... | 42.045161 | 121 | 0.600737 | [
"vector"
] |
d5b504ca9df3f9b6de3fc8b3873baaa86e8fb577 | 806 | cpp | C++ | Algorithms/0344.ReverseString/solution.cpp | stdstring/leetcode | 84e6bade7d6fc1a737eb6796cb4e2565440db5e3 | [
"MIT"
] | null | null | null | Algorithms/0344.ReverseString/solution.cpp | stdstring/leetcode | 84e6bade7d6fc1a737eb6796cb4e2565440db5e3 | [
"MIT"
] | null | null | null | Algorithms/0344.ReverseString/solution.cpp | stdstring/leetcode | 84e6bade7d6fc1a737eb6796cb4e2565440db5e3 | [
"MIT"
] | null | null | null | #include <vector>
#include "gtest/gtest.h"
namespace
{
class Solution
{
public:
void reverseString(std::vector<char> &s)
{
//std::reverse(s.begin(), s.end());
size_t first = 0;
size_t last = s.size() - 1;
while (first < last)
{
std::swap(s[first], s[last]);... | 19.658537 | 71 | 0.512407 | [
"vector"
] |
d5b9eda31cd72bf8407207d49efad32b0428a28d | 6,025 | cpp | C++ | unit_tests/zero_page_mode_LSR.cpp | vcato/qt-quick-6502-emulator | 6202e546efddc612f229da078238f829dd756e12 | [
"Unlicense"
] | null | null | null | unit_tests/zero_page_mode_LSR.cpp | vcato/qt-quick-6502-emulator | 6202e546efddc612f229da078238f829dd756e12 | [
"Unlicense"
] | 3 | 2019-09-14T02:46:26.000Z | 2020-12-22T01:07:08.000Z | unit_tests/zero_page_mode_LSR.cpp | vcato/qt-quick-6502-emulator | 6202e546efddc612f229da078238f829dd756e12 | [
"Unlicense"
] | null | null | null | #include "addressing_mode_helpers.hpp"
struct LSR_ZeroPage_Expectations
{
NZCFlags flags;
uint8_t operand; // Data to be operated upon in Zero Page
};
using LSRZeroPage = LSR<ZeroPage, LSR_ZeroPage_Expectations, 5>;
using LSRZeroPageMode = ParameterizedInstructionExecutorTestFixture<LSRZeroPage>;
st... | 35.650888 | 157 | 0.617593 | [
"vector"
] |
d5bc4fd6793c09afde145ce91635a89ad71b4ab8 | 1,439 | inl | C++ | owGameMap/Sky.inl | adan830/OpenWow | 9b6e9c248bd185b1677fe616d2a3a81a35ca8894 | [
"Apache-2.0"
] | null | null | null | owGameMap/Sky.inl | adan830/OpenWow | 9b6e9c248bd185b1677fe616d2a3a81a35ca8894 | [
"Apache-2.0"
] | null | null | null | owGameMap/Sky.inl | adan830/OpenWow | 9b6e9c248bd185b1677fe616d2a3a81a35ca8894 | [
"Apache-2.0"
] | 1 | 2020-05-11T13:32:49.000Z | 2020-05-11T13:32:49.000Z | #pragma once
template<typename T>
inline T GetByTimeTemplate(vector<Sky::SkyParam<T>>* _array, uint32 _paramNum, uint32 _time)
{
const vector<Sky::SkyParam<T>>& param = _array[_paramNum];
if (param.empty())
{
return T();
}
T parBegin, parEnd;
uint32 timeBegin, timeEnd;
uint32_t last =... | 27.673077 | 92 | 0.492008 | [
"vector"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.