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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
eb0ceebfc7a0426ad00062d5f076adb2e7972a5f | 9,454 | cc | C++ | src/third_party/mozc/session/ime_switch_util_test.cc | jxjnjjn/chromium | 435c1d02fd1b99001dc9e1e831632c894523580d | [
"Apache-2.0"
] | 9 | 2018-09-21T05:36:12.000Z | 2021-11-15T15:14:36.000Z | src/third_party/mozc/session/ime_switch_util_test.cc | jxjnjjn/chromium | 435c1d02fd1b99001dc9e1e831632c894523580d | [
"Apache-2.0"
] | null | null | null | src/third_party/mozc/session/ime_switch_util_test.cc | jxjnjjn/chromium | 435c1d02fd1b99001dc9e1e831632c894523580d | [
"Apache-2.0"
] | 3 | 2018-11-28T14:54:13.000Z | 2020-07-02T07:36:07.000Z | // Copyright 2010-2011, Google Inc.
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of condit... | 31.304636 | 77 | 0.715676 | [
"vector"
] |
eb0ef8cfd0e7ec6983c84f67c75a63235a049adf | 13,516 | hxx | C++ | include/pqxx/except.hxx | mpapierski/pqxx | a4916e042b1845ef193bd657733adfd3b5dafaec | [
"BSD-3-Clause"
] | null | null | null | include/pqxx/except.hxx | mpapierski/pqxx | a4916e042b1845ef193bd657733adfd3b5dafaec | [
"BSD-3-Clause"
] | null | null | null | include/pqxx/except.hxx | mpapierski/pqxx | a4916e042b1845ef193bd657733adfd3b5dafaec | [
"BSD-3-Clause"
] | null | null | null | /*-------------------------------------------------------------------------
*
* FILE
* pqxx/except.hxx
*
* DESCRIPTION
* definition of libpqxx exception classes
* pqxx::sql_error, pqxx::broken_connection, pqxx::in_doubt_error, ...
* DO NOT INCLUDE THIS FILE DIRECTLY; include pqxx/except instead.
*... | 29.770925 | 80 | 0.727508 | [
"object"
] |
eb102c1293ac5e3ade56828fce56bc5049b5574e | 1,611 | cpp | C++ | 2021-2022/04_tsp_hc_sa_ts/tsp1.cpp | pantadeusz/meh | 16d2826330c9bfdb4c7a315f2f69ec33b464541d | [
"MIT"
] | null | null | null | 2021-2022/04_tsp_hc_sa_ts/tsp1.cpp | pantadeusz/meh | 16d2826330c9bfdb4c7a315f2f69ec33b464541d | [
"MIT"
] | null | null | null | 2021-2022/04_tsp_hc_sa_ts/tsp1.cpp | pantadeusz/meh | 16d2826330c9bfdb4c7a315f2f69ec33b464541d | [
"MIT"
] | null | null | null | #include <chrono>
#include <fstream>
#include <functional>
#include <iostream>
#include <random>
#include <sstream>
#include <vector>
// different methods
#include "m_bruteforce.hpp"
#include "m_hillclimb.hpp"
// problem definition
#include "tsp_problem.hpp"
using namespace std; ///< bad practice, but useful in exam... | 31.588235 | 144 | 0.614525 | [
"vector"
] |
eb1701698aea07b9df4dd53d756babee955952e0 | 14,950 | cpp | C++ | src/utils/Utils.cpp | leet-feat/feather | ff6e6adf0c853fcf664bd8f0b2ee94a51550b4f8 | [
"BSD-3-Clause"
] | null | null | null | src/utils/Utils.cpp | leet-feat/feather | ff6e6adf0c853fcf664bd8f0b2ee94a51550b4f8 | [
"BSD-3-Clause"
] | null | null | null | src/utils/Utils.cpp | leet-feat/feather | ff6e6adf0c853fcf664bd8f0b2ee94a51550b4f8 | [
"BSD-3-Clause"
] | null | null | null | // SPDX-License-Identifier: BSD-3-Clause
// Copyright (c) 2020-2021, The Monero Project.
#include <QMessageBox>
#include <QtNetwork>
#include <QClipboard>
#include <QDesktopServices>
#include <QPushButton>
#include "constants.h"
#include "networktype.h"
#include "Utils.h"
#include "utils/ColorScheme.h"
#include "util... | 30.510204 | 129 | 0.62602 | [
"object"
] |
a3e2738380dd74ebafe5821d654c3e2c967b567d | 7,780 | cpp | C++ | source/HealthGPS.Tests/Core.UnivariateSummary.Test.cpp | imperialCHEPI/healthgps | 58a0f03b61eb5427a5d259abde67ef740a7fda52 | [
"BSD-3-Clause"
] | null | null | null | source/HealthGPS.Tests/Core.UnivariateSummary.Test.cpp | imperialCHEPI/healthgps | 58a0f03b61eb5427a5d259abde67ef740a7fda52 | [
"BSD-3-Clause"
] | 14 | 2021-07-05T14:37:46.000Z | 2021-12-08T18:04:27.000Z | source/HealthGPS.Tests/Core.UnivariateSummary.Test.cpp | imperialCHEPI/healthgps | 58a0f03b61eb5427a5d259abde67ef740a7fda52 | [
"BSD-3-Clause"
] | null | null | null | #include "pch.h"
#include <optional>
#include "HealthGPS.Core\univariate_summary.h"
TEST(TestCore_UnivariateSummary, CreateEmptyWithoutName)
{
using namespace hgps::core;
auto init_empty = UnivariateSummary();
ASSERT_TRUE(init_empty.is_empty());
EXPECT_EQ("Untitled", init_empty.name());
EXPECT_TRUE(std::isnan... | 34.887892 | 88 | 0.725707 | [
"vector"
] |
a3e64f4bcf337bfab0c980a6c6fe545f39a7c8ae | 1,907 | hpp | C++ | source/proxyd/entitymetadata.hpp | mgrech/vitamine | d2fab653a0146b0ad9eb40d62213c968af2a100b | [
"Apache-2.0"
] | null | null | null | source/proxyd/entitymetadata.hpp | mgrech/vitamine | d2fab653a0146b0ad9eb40d62213c968af2a100b | [
"Apache-2.0"
] | null | null | null | source/proxyd/entitymetadata.hpp | mgrech/vitamine | d2fab653a0146b0ad9eb40d62213c968af2a100b | [
"Apache-2.0"
] | null | null | null | #pragma once
#include <stdexcept>
#include <variant>
#include <common/buffer.hpp>
#include <common/types.hpp>
#include <proxyd/deserialize.hpp>
#include <proxyd/serialize.hpp>
namespace vitamine::proxyd
{
enum struct EntityMetadataType : Int32
{
BYTE,
VARINT,
FLOAT,
STRING,
CHAT,
OPT_CHAT,
SLOT,
BO... | 19.07 | 112 | 0.694809 | [
"vector"
] |
a3e739697c0e3bac853b12b2344de0f282ca72d6 | 63,529 | cpp | C++ | src/Sequence.cpp | fuchensuq/sneedacity | 5740887044a84aa14e902f44c1159885cce71a2b | [
"CC-BY-3.0"
] | 986 | 2021-07-05T22:58:16.000Z | 2022-03-31T03:02:03.000Z | src/Sequence.cpp | fuchensuq/sneedacity | 5740887044a84aa14e902f44c1159885cce71a2b | [
"CC-BY-3.0"
] | 191 | 2021-07-05T23:02:36.000Z | 2022-03-29T20:31:08.000Z | src/Sequence.cpp | fuchensuq/sneedacity | 5740887044a84aa14e902f44c1159885cce71a2b | [
"CC-BY-3.0"
] | 124 | 2021-07-05T22:58:01.000Z | 2022-03-27T04:50:02.000Z | /**********************************************************************
Sneedacity: A Digital Audio Editor
Sequence.cpp
Dominic Mazzoni
*******************************************************************//**
\file Sequence.cpp
\brief Implements classes Sequence and SeqBlock.
*//******************************... | 32.462443 | 148 | 0.614176 | [
"object"
] |
a3ebaffcc9a35d6a52bcc3594f42cfc470b8e8e9 | 9,151 | cpp | C++ | ivec/UT/ivecUT.cpp | DavidPetr/Internship_Tasks | 6c22cf2af667325553df99ebe79c3f5ebd741689 | [
"MIT"
] | null | null | null | ivec/UT/ivecUT.cpp | DavidPetr/Internship_Tasks | 6c22cf2af667325553df99ebe79c3f5ebd741689 | [
"MIT"
] | null | null | null | ivec/UT/ivecUT.cpp | DavidPetr/Internship_Tasks | 6c22cf2af667325553df99ebe79c3f5ebd741689 | [
"MIT"
] | null | null | null | #include "ivecUT.h"
void ivecUT::test_constructor()
{
{
ivec v;
if (&v == nullptr)
{
std::stringstream sstm;
sstm << "Error on line " << __LINE__;
throw std::logic_error(sstm.str());
}
}
}
void ivecUT::test_constructor_copy()
{
{
ivec v1;
ivec v2(v1);
if (&v1 == nullptr || &v2 == nullptr)
... | 16.399642 | 57 | 0.550432 | [
"object"
] |
a3ef6f52366321cebe22d8d821e880fa391e751b | 2,709 | hpp | C++ | liblava/core/types.hpp | torss/liblava | 1e7dc2a9e645107e1fa842182986f6307d79c4b1 | [
"MIT"
] | null | null | null | liblava/core/types.hpp | torss/liblava | 1e7dc2a9e645107e1fa842182986f6307d79c4b1 | [
"MIT"
] | null | null | null | liblava/core/types.hpp | torss/liblava | 1e7dc2a9e645107e1fa842182986f6307d79c4b1 | [
"MIT"
] | null | null | null | // file : liblava/core/types.hpp
// copyright : Copyright (c) 2018-present, Lava Block OÜ
// license : MIT; see accompanying LICENSE file
#pragma once
#include <liblava/def.hpp>
#include <cassert>
#include <cstdint>
#include <string>
#include <string_view>
#include <vector>
#include <map>
#include <functiona... | 20.838462 | 71 | 0.719085 | [
"vector"
] |
a3fb9d78c7ccb6a8844b196a90fe403f4a437bf0 | 7,616 | cpp | C++ | lemon-based-parser/lemon-9-final/AST.cpp | PS-Group/compiler-theory-samples | c916af50eb42020024257ecd17f9be1580db7bf0 | [
"MIT"
] | null | null | null | lemon-based-parser/lemon-9-final/AST.cpp | PS-Group/compiler-theory-samples | c916af50eb42020024257ecd17f9be1580db7bf0 | [
"MIT"
] | null | null | null | lemon-based-parser/lemon-9-final/AST.cpp | PS-Group/compiler-theory-samples | c916af50eb42020024257ecd17f9be1580db7bf0 | [
"MIT"
] | null | null | null | #include "AST.h"
#include "VariablesScope.h"
#include "InterpreterContext.h"
#include <limits>
#include <algorithm>
#include <iostream>
#include <cmath>
#include <cassert>
namespace
{
void ExecuteAll(StatementsList const& list, CInterpreterContext & context)
{
for (auto const& stmt : list)
{
stmt->Exe... | 23.725857 | 127 | 0.683036 | [
"vector",
"transform"
] |
a3fbe83d2e431fb8ccc86228ee25d7fdb046c242 | 6,329 | cpp | C++ | src/Gui/Widgets/CustomFrames.cpp | heroesiiifan/FreeHeroes | d9b396b527918cdf863fd2310bcf261e213bf553 | [
"MIT"
] | 17 | 2020-08-13T03:23:27.000Z | 2022-02-04T00:17:53.000Z | src/Gui/Widgets/CustomFrames.cpp | heroesiiifan/FreeHeroes | d9b396b527918cdf863fd2310bcf261e213bf553 | [
"MIT"
] | 2 | 2021-09-05T21:00:31.000Z | 2021-09-12T07:46:53.000Z | src/Gui/Widgets/CustomFrames.cpp | heroesiiifan/FreeHeroes | d9b396b527918cdf863fd2310bcf261e213bf553 | [
"MIT"
] | 2 | 2021-09-08T10:37:34.000Z | 2021-09-09T00:35:44.000Z | /*
* Copyright (C) 2020 Smirnov Vladimir / mapron1@gmail.com
* SPDX-License-Identifier: MIT
* See LICENSE file for details.
*/
#include "CustomFrames.hpp"
#include <QStyleOption>
#include <QStylePainter>
#include <QAbstractItemView>
#include <QEvent>
#include <QPainter>
#include <QTreeView>
#include <QHeaderView>
... | 29.853774 | 157 | 0.644178 | [
"model"
] |
4305d6bc4af5bf4704c76052f232d7a696fa894c | 19,029 | hxx | C++ | include/opengm/inference/trws/trws_reparametrization.hxx | burcin/opengm | a1b21eecb93c6c5a7b11ab312d26b1c98c55ff41 | [
"MIT"
] | 318 | 2015-01-07T15:22:02.000Z | 2022-01-22T10:10:29.000Z | include/opengm/inference/trws/trws_reparametrization.hxx | burcin/opengm | a1b21eecb93c6c5a7b11ab312d26b1c98c55ff41 | [
"MIT"
] | 89 | 2015-03-24T14:33:01.000Z | 2020-07-10T13:59:13.000Z | include/opengm/inference/trws/trws_reparametrization.hxx | burcin/opengm | a1b21eecb93c6c5a7b11ab312d26b1c98c55ff41 | [
"MIT"
] | 119 | 2015-01-13T08:35:03.000Z | 2022-03-01T01:49:08.000Z | #ifndef REPARAMETRIZATION_HXX
#define REPARAMETRIZATION_HXX
#include <valarray>
#include <iostream>
#include <map>
#include <opengm/inference/trws/trws_subproblemsolver.hxx>
#include <opengm/inference/inference.hxx>
#include <opengm/inference/trws/trws_base.hxx>
#include <opengm/inference/trws/utilities2.hxx>
#include... | 37.458661 | 172 | 0.753166 | [
"vector",
"model",
"transform"
] |
43088bc65e0f9f8678da06bf5d6cabb103ea4a1d | 53,325 | cpp | C++ | dev/Code/Tools/CryCommonTools/ZipDir/ZipDirCacheRW.cpp | CJoriginal/cjlumberyard | 2e3184a7d8e59ba05e5707371b8cb6fe40b0ca60 | [
"AML"
] | 2 | 2020-08-20T03:40:24.000Z | 2021-02-07T20:31:43.000Z | dev/Code/Tools/CryCommonTools/ZipDir/ZipDirCacheRW.cpp | CJoriginal/cjlumberyard | 2e3184a7d8e59ba05e5707371b8cb6fe40b0ca60 | [
"AML"
] | null | null | null | dev/Code/Tools/CryCommonTools/ZipDir/ZipDirCacheRW.cpp | CJoriginal/cjlumberyard | 2e3184a7d8e59ba05e5707371b8cb6fe40b0ca60 | [
"AML"
] | 5 | 2020-08-27T20:44:18.000Z | 2021-08-21T22:54:11.000Z | /*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or t... | 27.889644 | 182 | 0.587361 | [
"object",
"vector"
] |
43168f6a9641a60853fd6d63fe8b466384732551 | 2,635 | hpp | C++ | src/3rdparty/torrent-rasterbar/include/libtorrent/session_stats.hpp | adem4ik/LIII | 6aed4f91641c63b0e3d8d121769b9ecbb832602f | [
"MIT"
] | 664 | 2017-08-14T22:25:24.000Z | 2022-03-29T13:54:39.000Z | src/3rdparty/torrent-rasterbar/include/libtorrent/session_stats.hpp | adem4ik/LIII | 6aed4f91641c63b0e3d8d121769b9ecbb832602f | [
"MIT"
] | 21 | 2018-11-05T22:03:20.000Z | 2022-03-25T15:04:59.000Z | src/3rdparty/torrent-rasterbar/include/libtorrent/session_stats.hpp | adem4ik/LIII | 6aed4f91641c63b0e3d8d121769b9ecbb832602f | [
"MIT"
] | 65 | 2019-07-23T11:56:01.000Z | 2022-03-16T06:17:37.000Z | /*
Copyright (c) 2012-2016, Arvid Norberg
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and ... | 38.188406 | 78 | 0.781784 | [
"vector"
] |
431adc3b83b7f24ad9198eeeb2d99fcff9d26119 | 2,623 | cpp | C++ | src/webots/core/WbWebotsUpdateManager.cpp | junjihashimoto/webots | 12eb8c010275f390ae97d91d5c04906ffa00c262 | [
"Apache-2.0"
] | null | null | null | src/webots/core/WbWebotsUpdateManager.cpp | junjihashimoto/webots | 12eb8c010275f390ae97d91d5c04906ffa00c262 | [
"Apache-2.0"
] | null | null | null | src/webots/core/WbWebotsUpdateManager.cpp | junjihashimoto/webots | 12eb8c010275f390ae97d91d5c04906ffa00c262 | [
"Apache-2.0"
] | null | null | null | // Copyright 1996-2019 Cyberbotics 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 law or agr... | 29.47191 | 118 | 0.726268 | [
"object"
] |
431bca9076770c1a91fbf301c785485237aa5188 | 3,163 | cc | C++ | test/chef_base_test/chef_stuff_op_test.cc | q191201771/libchef | 678a5d92611aa15783ac86f6db362884cf211582 | [
"MIT"
] | 123 | 2018-12-28T02:18:10.000Z | 2022-03-31T12:04:58.000Z | test/chef_base_test/chef_stuff_op_test.cc | q191201771/libchef | 678a5d92611aa15783ac86f6db362884cf211582 | [
"MIT"
] | null | null | null | test/chef_base_test/chef_stuff_op_test.cc | q191201771/libchef | 678a5d92611aa15783ac86f6db362884cf211582 | [
"MIT"
] | 30 | 2019-01-02T10:51:40.000Z | 2022-03-29T12:04:40.000Z | #include "chef_base/chef_stuff_op.hpp"
#include "chef_base/chef_strings_op.hpp"
#include "./common/assert_wrapper.hpp"
#include "./common/check_log.hpp"
#include <vector>
static void example() {
}
void readable_bytes_test() {
assert(chef::stuff_op::readable_bytes(768) == "768.0B");
assert(chef::stuff_op::readabl... | 35.539326 | 100 | 0.627253 | [
"vector"
] |
4333aa91d2e77229a5927158e9fef0981d1706c5 | 5,486 | cpp | C++ | test/check_numerics_test.cpp | syoyo/MIOpen | 8784e34e04ca97ca7db6ece102155c1546074bea | [
"MIT"
] | null | null | null | test/check_numerics_test.cpp | syoyo/MIOpen | 8784e34e04ca97ca7db6ece102155c1546074bea | [
"MIT"
] | null | null | null | test/check_numerics_test.cpp | syoyo/MIOpen | 8784e34e04ca97ca7db6ece102155c1546074bea | [
"MIT"
] | null | null | null | /*******************************************************************************
*
* MIT License
*
* Copyright (c) 2017 Advanced Micro Devices, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* ... | 37.319728 | 100 | 0.518593 | [
"vector"
] |
4339335f3c8a3094b0443036ccd65d6412c7c8b6 | 1,030 | cpp | C++ | SQLWindows.UserInterface/SQLWindows.UserInterface/MessageBox.cpp | t-mxcom/SQLWindows.UserInterface | 4d0aff61056aa5fd1f4fdd189d26dbf37adcc6bc | [
"MIT"
] | null | null | null | SQLWindows.UserInterface/SQLWindows.UserInterface/MessageBox.cpp | t-mxcom/SQLWindows.UserInterface | 4d0aff61056aa5fd1f4fdd189d26dbf37adcc6bc | [
"MIT"
] | null | null | null | SQLWindows.UserInterface/SQLWindows.UserInterface/MessageBox.cpp | t-mxcom/SQLWindows.UserInterface | 4d0aff61056aa5fd1f4fdd189d26dbf37adcc6bc | [
"MIT"
] | null | null | null | #include "stdafx.h"
#define INCLUDE_EXTMSGBOX
#include "Prof-UIS.h"
extern "C" __declspec(dllexport) int WINAPI UISalMessageBoxEx(HWND parentWindow, LPCWSTR message, LPCWSTR caption, UINT style, UINT helpID, LPCWSTR uniqueID, UINT extendedStyle, UINT timeout, BOOL buttonsDisabledDuringTimeout, HICON icon)
{
// prepar... | 20.6 | 238 | 0.728155 | [
"object"
] |
433aa7cc4c189149b1692163e7e142e481556f63 | 12,454 | hpp | C++ | ImGuiBuilder/third-party/rapidfuzz/rapidfuzz/details/string_metrics/weighted_levenshtein_impl.hpp | NukeULater/ImGuiBuilder | 8a086a1593df6adfabb58276a2f315c93e603033 | [
"MIT"
] | null | null | null | ImGuiBuilder/third-party/rapidfuzz/rapidfuzz/details/string_metrics/weighted_levenshtein_impl.hpp | NukeULater/ImGuiBuilder | 8a086a1593df6adfabb58276a2f315c93e603033 | [
"MIT"
] | null | null | null | ImGuiBuilder/third-party/rapidfuzz/rapidfuzz/details/string_metrics/weighted_levenshtein_impl.hpp | NukeULater/ImGuiBuilder | 8a086a1593df6adfabb58276a2f315c93e603033 | [
"MIT"
] | null | null | null | /* SPDX-License-Identifier: MIT */
/* Copyright © 2021 Max Bachmann */
#include <rapidfuzz/details/common.hpp>
#include <rapidfuzz/details/intrinsics.hpp>
#include <algorithm>
#include <array>
#include <limits>
#include <stdexcept>
#include <string>
namespace rapidfuzz {
namespace string_metric {
namespace detail {
... | 32.94709 | 99 | 0.58704 | [
"vector",
"model"
] |
433d170ad36478f737cfb69fe36398eb6fe662e5 | 20,285 | hh | C++ | include/webster.hh | brunexgeek/webster | 51592927272355ddf59be2c1c4b604bd70814d7d | [
"Apache-2.0"
] | 3 | 2018-10-30T05:46:40.000Z | 2020-06-27T13:27:22.000Z | source/webster.hh | brunexgeek/dns-blocker | d4a94489e6eb18c9abd97b5fc424b5d7441b26b6 | [
"Apache-2.0"
] | 1 | 2020-12-22T14:04:16.000Z | 2020-12-22T14:04:16.000Z | source/webster.hh | brunexgeek/dns-blocker | d4a94489e6eb18c9abd97b5fc424b5d7441b26b6 | [
"Apache-2.0"
] | 2 | 2018-10-30T05:46:42.000Z | 2021-06-14T02:43:20.000Z | /*
* Copyright 2020 Bruno Ribeiro
* <https://github.com/brunexgeek/webster>
*
* 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-... | 32.147385 | 107 | 0.61824 | [
"object",
"vector"
] |
4341262323a14fe31deb081a5236dc0cca7915d0 | 2,009 | cpp | C++ | String Search Comparison/strings/utils.cpp | Paddylonglegs/CMP202-Threaded-Boyer-Moore-Horspool-Algorithm | cb3ce6fe0d4e0537b67162e354001265f1075edf | [
"MIT"
] | null | null | null | String Search Comparison/strings/utils.cpp | Paddylonglegs/CMP202-Threaded-Boyer-Moore-Horspool-Algorithm | cb3ce6fe0d4e0537b67162e354001265f1075edf | [
"MIT"
] | null | null | null | String Search Comparison/strings/utils.cpp | Paddylonglegs/CMP202-Threaded-Boyer-Moore-Horspool-Algorithm | cb3ce6fe0d4e0537b67162e354001265f1075edf | [
"MIT"
] | null | null | null | /*
©️license MIT
https://github.com/Paddylonglegs/
*/
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <string>
#include <vector>
#include "utils.h"
using std::cerr;
using std::cout;
using std::ifstream;
using std::string;
using std::vector;
void die(const string& msg) {
cerr ... | 21.836957 | 75 | 0.577899 | [
"vector"
] |
4344afb4ab925a60be43a668e926f7b67809c7bb | 31,717 | cpp | C++ | Windows/Eudora71/Eudora/QCMailboxTreeCtrl.cpp | officialrafsan/EUDORA | bf43221f5663ec2338aaf90710a89d1490b92ed2 | [
"MIT"
] | 1 | 2022-01-18T08:16:18.000Z | 2022-01-18T08:16:18.000Z | Windows/Eudora71/Eudora/QCMailboxTreeCtrl.cpp | officialrafsan/EUDORA | bf43221f5663ec2338aaf90710a89d1490b92ed2 | [
"MIT"
] | null | null | null | Windows/Eudora71/Eudora/QCMailboxTreeCtrl.cpp | officialrafsan/EUDORA | bf43221f5663ec2338aaf90710a89d1490b92ed2 | [
"MIT"
] | null | null | null | // QCMailboxTreeCtrl.cpp
//
// Smart mailbox-specific tree control that is meant to be embedded
// in a parent "dialog" class.
//
// Copyright (c) 1997-2000 by QUALCOMM, Incorporated
/* Copyright (c) 2016, Computer History Museum
All rights reserved.
Redistribution and use in source and binary forms, with or without ... | 28.192889 | 146 | 0.66756 | [
"object"
] |
43486b5f505a1f2133cdfe3914782a1d7027928d | 8,573 | hpp | C++ | Vitis-AI-Library/libsrc/libdpsegmentation/include/xilinx/ai/segmentation.hpp | Trabing/Vitis-AI | 936881527ed9a4dcd4956b1269ab157c888f4be6 | [
"Apache-2.0"
] | 2 | 2021-03-18T17:00:07.000Z | 2022-03-18T18:28:23.000Z | Vitis-AI-Library/libsrc/libdpsegmentation/include/xilinx/ai/segmentation.hpp | Trabing/Vitis-AI | 936881527ed9a4dcd4956b1269ab157c888f4be6 | [
"Apache-2.0"
] | null | null | null | Vitis-AI-Library/libsrc/libdpsegmentation/include/xilinx/ai/segmentation.hpp | Trabing/Vitis-AI | 936881527ed9a4dcd4956b1269ab157c888f4be6 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2019 Xilinx Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 29.061017 | 111 | 0.668144 | [
"shape",
"model"
] |
434be7cc8671a522a39b254b67f4f485a0950a7f | 8,865 | cc | C++ | p2p/server/service_publisher.cc | ascii33/platform2 | b78891020724e9ff26b11ca89c2a53f949e99748 | [
"BSD-3-Clause"
] | null | null | null | p2p/server/service_publisher.cc | ascii33/platform2 | b78891020724e9ff26b11ca89c2a53f949e99748 | [
"BSD-3-Clause"
] | null | null | null | p2p/server/service_publisher.cc | ascii33/platform2 | b78891020724e9ff26b11ca89c2a53f949e99748 | [
"BSD-3-Clause"
] | null | null | null | // Copyright (c) 2013 The Chromium OS 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 "p2p/server/service_publisher.h"
#include <avahi-client/client.h>
#include <avahi-client/publish.h>
#include <avahi-common/error.h>
#incl... | 30.359589 | 80 | 0.672081 | [
"object"
] |
434f0ac49106c6d329443c622c1485d88ebcde49 | 3,509 | hpp | C++ | include/SFGUI/ListBox.hpp | pL0ck/SFGUI | a4115c25f4c92a0ef121896baea6aab4a51e3b3d | [
"Zlib"
] | null | null | null | include/SFGUI/ListBox.hpp | pL0ck/SFGUI | a4115c25f4c92a0ef121896baea6aab4a51e3b3d | [
"Zlib"
] | null | null | null | include/SFGUI/ListBox.hpp | pL0ck/SFGUI | a4115c25f4c92a0ef121896baea6aab4a51e3b3d | [
"Zlib"
] | null | null | null | #pragma once
#include <SFGUI/Container.hpp>
#include <SFGUI/Scrollbar.hpp>
#include <SFML/System/String.hpp>
#include <initializer_list>
#include <memory>
#include <set>
#include <vector>
namespace sfg {
class SFGUI_API ListBox : public Container {
public:
typedef std::shared_ptr<ListBox> Ptr; //!< Shared poin... | 25.801471 | 91 | 0.755771 | [
"vector"
] |
434f739785827a33242d7b2d79ccbfd146c5741e | 46,801 | cpp | C++ | docker/build/face_detection/face_detector/3rdparty/ncnn/tools/caffe/caffe2ncnn-mtcnn.cpp | mykiscool/DeepCamera | e77cdbf45ab09895f315aa299bd6ac87b3bb6d66 | [
"MIT"
] | 914 | 2019-03-07T14:57:45.000Z | 2022-03-31T14:54:15.000Z | docker/build/face_detection/face_detector/3rdparty/ncnn/tools/caffe/caffe2ncnn-mtcnn.cpp | mykiscool/DeepCamera | e77cdbf45ab09895f315aa299bd6ac87b3bb6d66 | [
"MIT"
] | 45 | 2019-03-11T09:53:37.000Z | 2022-03-30T21:59:37.000Z | docker/build/face_detection/face_detector/3rdparty/ncnn/tools/caffe/caffe2ncnn-mtcnn.cpp | mykiscool/DeepCamera | e77cdbf45ab09895f315aa299bd6ac87b3bb6d66 | [
"MIT"
] | 148 | 2019-03-08T00:40:28.000Z | 2022-03-30T09:22:18.000Z | // Tencent is pleased to support the open source community by making ncnn available.
//
// Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved.
//
// Licensed under the BSD 3-Clause License (the "License"); you may not use this file except
// in compliance with the License. You may obtain a copy ... | 37.530874 | 162 | 0.495395 | [
"shape",
"vector"
] |
43550d21b504b5eb90dce3c30b9b468ca8658797 | 1,480 | cpp | C++ | KJSC2020/Octave-Tunes/setter.cpp | KJSCE-Codecell/Contests | c47732ed413587c98061d14e103da9cee425d809 | [
"MIT"
] | 2 | 2018-09-09T07:40:23.000Z | 2018-09-13T15:35:19.000Z | KJSC2020/Octave-Tunes/setter.cpp | KJSCE-Codecell/Contests | c47732ed413587c98061d14e103da9cee425d809 | [
"MIT"
] | null | null | null | KJSC2020/Octave-Tunes/setter.cpp | KJSCE-Codecell/Contests | c47732ed413587c98061d14e103da9cee425d809 | [
"MIT"
] | 1 | 2018-09-09T08:38:16.000Z | 2018-09-09T08:38:16.000Z | #include <bits/stdc++.h>
using namespace std;
typedef vector<int> vi;
typedef vector<long long> vl;
typedef pair<int, int> pii;
#define endl "\n"
#define debug(val) printf("check%d\n", val)
#define all(v) v.begin(), v.end()
#define pb push_back
#define mp make_pair
#define FF first
#define SS second
#define ll long lo... | 22.424242 | 56 | 0.460135 | [
"vector"
] |
435a812d6e693bd391367393b8d34d90bb9f33c9 | 365 | cpp | C++ | Algorithms/1800.Maximum_Ascending_Subarray_Sum.cpp | metehkaya/LeetCode | 52f4a1497758c6f996d515ced151e8783ae4d4d2 | [
"MIT"
] | 2 | 2020-07-20T06:40:22.000Z | 2021-11-20T01:23:26.000Z | Problems/LeetCode/Problems/1800.Maximum_Ascending_Subarray_Sum.cpp | metehkaya/Algo-Archive | 03b5fdcf06f84a03125c57762c36a4e03ca6e756 | [
"MIT"
] | null | null | null | Problems/LeetCode/Problems/1800.Maximum_Ascending_Subarray_Sum.cpp | metehkaya/Algo-Archive | 03b5fdcf06f84a03125c57762c36a4e03ca6e756 | [
"MIT"
] | null | null | null | class Solution {
public:
int maxAscendingSum(vector<int>& ar) {
int ans = 0;
int n = ar.size();
for( int i = 0 , j = 0 ; i < n ; i = j+1 ) {
j = i;
int sum = ar[i];
while(j+1 < n && ar[j] < ar[j+1])
sum += ar[++j];
ans = max(ans... | 24.333333 | 52 | 0.364384 | [
"vector"
] |
435f04e7f3617be99f825ae1dea81372e4c015b0 | 5,823 | cpp | C++ | src/camera/camera_pinhole.cpp | infobeisel/lightmetrica-v3 | 833d74e5ed8a470c33aca100c9494be11ecbf1be | [
"MIT"
] | null | null | null | src/camera/camera_pinhole.cpp | infobeisel/lightmetrica-v3 | 833d74e5ed8a470c33aca100c9494be11ecbf1be | [
"MIT"
] | null | null | null | src/camera/camera_pinhole.cpp | infobeisel/lightmetrica-v3 | 833d74e5ed8a470c33aca100c9494be11ecbf1be | [
"MIT"
] | 1 | 2021-05-19T14:44:01.000Z | 2021-05-19T14:44:01.000Z | /*
Lightmetrica - Copyright (c) 2019 Hisanari Otsu
Distributed under MIT license. See LICENSE file for details.
*/
#include <pch.h>
#include <lm/core.h>
#include <lm/camera.h>
#include <lm/film.h>
LM_NAMESPACE_BEGIN(LM_NAMESPACE)
/*
\rst
.. function:: camera::pinhole
Pinhole camera.
:param str fil... | 34.455621 | 121 | 0.607762 | [
"vector"
] |
cb1efd95751ad79ca07e9567ca49170f7c42f03f | 14,138 | cpp | C++ | src/SymtabBuilder.cpp | gian21391/synthlib2parser | 5c0d385c87c579178adb118aadb4acbd2af60e02 | [
"BSD-3-Clause"
] | null | null | null | src/SymtabBuilder.cpp | gian21391/synthlib2parser | 5c0d385c87c579178adb118aadb4acbd2af60e02 | [
"BSD-3-Clause"
] | null | null | null | src/SymtabBuilder.cpp | gian21391/synthlib2parser | 5c0d385c87c579178adb118aadb4acbd2af60e02 | [
"BSD-3-Clause"
] | null | null | null | /*
Copyright (c) 2013,
Abhishek Udupa,
Mukund Raghothaman,
The University of Pennsylvania
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 above copyrig... | 37.107612 | 107 | 0.615363 | [
"vector"
] |
cb20881c1c5f784c44d40ecf1a384600e9580eb5 | 7,956 | cc | C++ | src/relay/op/nn/upsampling.cc | jiangzoi/incubator-tvm | 144c6f45f7217b9df2f5605e06f0903e470ac11c | [
"Apache-2.0"
] | 9 | 2019-12-17T08:03:54.000Z | 2022-01-19T02:34:23.000Z | src/relay/op/nn/upsampling.cc | jiangzoi/incubator-tvm | 144c6f45f7217b9df2f5605e06f0903e470ac11c | [
"Apache-2.0"
] | 2 | 2020-06-18T21:15:42.000Z | 2020-06-24T17:38:37.000Z | src/relay/op/nn/upsampling.cc | jiangzoi/incubator-tvm | 144c6f45f7217b9df2f5605e06f0903e470ac11c | [
"Apache-2.0"
] | 3 | 2020-10-04T20:30:18.000Z | 2022-01-24T18:03:52.000Z | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 38.809756 | 98 | 0.684515 | [
"shape",
"vector"
] |
cb21ebc790c860aeb14d5ac4ee33324b56e082f2 | 6,573 | cpp | C++ | vm/builtin/variable_scope.cpp | sshao/rubinius | 368df60245471f45f1294b0cd18f769377437246 | [
"BSD-3-Clause"
] | null | null | null | vm/builtin/variable_scope.cpp | sshao/rubinius | 368df60245471f45f1294b0cd18f769377437246 | [
"BSD-3-Clause"
] | null | null | null | vm/builtin/variable_scope.cpp | sshao/rubinius | 368df60245471f45f1294b0cd18f769377437246 | [
"BSD-3-Clause"
] | null | null | null | #include "builtin/class.hpp"
#include "builtin/exception.hpp"
#include "builtin/fiber.hpp"
#include "builtin/object.hpp"
#include "builtin/system.hpp"
#include "builtin/tuple.hpp"
#include "builtin/variable_scope.hpp"
#include "call_frame.hpp"
#include "fiber_data.hpp"
#include "gc/gc.hpp"
#include "object_memory.hpp"
... | 27.970213 | 80 | 0.603986 | [
"object"
] |
cb2320e79d73965ca1ec8dd1d321883498777298 | 4,347 | cpp | C++ | openstudiocore/src/model/test/CmpntCostAdjustments_GTest.cpp | OpenStudioThailand/OpenStudio | 4e2173955e687ef1b934904acc10939ac0bed52f | [
"MIT"
] | 1 | 2017-10-13T09:23:04.000Z | 2017-10-13T09:23:04.000Z | openstudiocore/src/model/test/CmpntCostAdjustments_GTest.cpp | OpenStudioThailand/OpenStudio | 4e2173955e687ef1b934904acc10939ac0bed52f | [
"MIT"
] | null | null | null | openstudiocore/src/model/test/CmpntCostAdjustments_GTest.cpp | OpenStudioThailand/OpenStudio | 4e2173955e687ef1b934904acc10939ac0bed52f | [
"MIT"
] | 1 | 2022-03-20T13:19:42.000Z | 2022-03-20T13:19:42.000Z | /***********************************************************************************************************************
* OpenStudio(R), Copyright (c) 2008-2017, Alliance for Sustainable Energy, LLC. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are perm... | 49.965517 | 237 | 0.722107 | [
"object",
"vector",
"model"
] |
cb24e5ef5a05df19b919d7cf7cc9a28d31521f8e | 4,831 | cc | C++ | components/service/ucloud/imm/src/model/IndexImageRequest.cc | wanguojian/AliOS-Things | 47fce29d4dd39d124f0bfead27998ad7beea8441 | [
"Apache-2.0"
] | 89 | 2018-02-02T03:54:39.000Z | 2021-12-13T01:32:55.000Z | components/service/ucloud/imm/src/model/IndexImageRequest.cc | wanguojian/AliOS-Things | 47fce29d4dd39d124f0bfead27998ad7beea8441 | [
"Apache-2.0"
] | 89 | 2018-03-14T07:44:54.000Z | 2021-11-26T07:43:25.000Z | components/service/ucloud/imm/src/model/IndexImageRequest.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... | 22.262673 | 79 | 0.743738 | [
"model"
] |
cb2516f2ebad9f7702659985f68a4b695c48c55b | 3,281 | hpp | C++ | include/utils/ScopeUtils.hpp | cgyurgyik/tnt | 8ea24c1a9d2863b8b91775e5aba370584896fd9c | [
"MIT"
] | null | null | null | include/utils/ScopeUtils.hpp | cgyurgyik/tnt | 8ea24c1a9d2863b8b91775e5aba370584896fd9c | [
"MIT"
] | null | null | null | include/utils/ScopeUtils.hpp | cgyurgyik/tnt | 8ea24c1a9d2863b8b91775e5aba370584896fd9c | [
"MIT"
] | null | null | null | #ifndef TNT_SCOPE_UTILS_HPP
#define TNT_SCOPE_UTILS_HPP
#include <exception>
namespace tnt
{
// call the destructor of the object when it goes out of scope.
// template <typename Constructor, typename Destructor>
// class scope_guard
// {
// public:
// template <typename... Args>
// scope_guard(... | 28.042735 | 76 | 0.643097 | [
"object"
] |
cb2c3180f6ebeae79807555396e4eb12ee0bac29 | 9,911 | cc | C++ | chrome/browser/safe_browsing/malware_details.cc | SlimKatLegacy/android_external_chromium | bc611cda58cc18d0dbaa8a7aee05eb3c0742e573 | [
"BSD-3-Clause"
] | 2 | 2017-02-20T14:25:04.000Z | 2019-12-13T13:58:28.000Z | chrome/browser/safe_browsing/malware_details.cc | SlimKatLegacy/android_external_chromium | bc611cda58cc18d0dbaa8a7aee05eb3c0742e573 | [
"BSD-3-Clause"
] | 2 | 2017-07-25T09:37:22.000Z | 2017-08-04T07:18:56.000Z | chrome/browser/safe_browsing/malware_details.cc | SlimKatLegacy/android_external_chromium | bc611cda58cc18d0dbaa8a7aee05eb3c0742e573 | [
"BSD-3-Clause"
] | 2 | 2017-08-09T09:03:23.000Z | 2020-05-26T09:14:49.000Z | // Copyright (c) 2011 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.
//
// Implementation of the MalwareDetails class.
#include "chrome/browser/safe_browsing/malware_details.h"
#include "base/callback.h"
#include "base... | 35.90942 | 80 | 0.724952 | [
"vector"
] |
cb2de1df031438229ef3cafaf459a8be570ee922 | 5,592 | cpp | C++ | Examples/DebugRendering/DebugRenderingExample.cpp | jcfr/iMSTK | 1602383c32eb116916fa5ca7a19e6c60a540922c | [
"Apache-2.0"
] | 15 | 2021-09-20T17:33:52.000Z | 2022-02-12T09:49:57.000Z | Examples/DebugRendering/DebugRenderingExample.cpp | jcfr/iMSTK | 1602383c32eb116916fa5ca7a19e6c60a540922c | [
"Apache-2.0"
] | null | null | null | Examples/DebugRendering/DebugRenderingExample.cpp | jcfr/iMSTK | 1602383c32eb116916fa5ca7a19e6c60a540922c | [
"Apache-2.0"
] | 3 | 2021-10-06T19:55:41.000Z | 2022-02-17T21:59:16.000Z | /*=========================================================================
Library: iMSTK
Copyright (c) Kitware, Inc. & Center for Modeling, Simulation,
& Imaging in Medicine, Rensselaer Polytechnic Institute.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file e... | 33.088757 | 95 | 0.601574 | [
"render"
] |
cb31b44b7ddfb8aafef71b4889320746ee50f977 | 121,565 | cpp | C++ | ecl/hql/hqlattr.cpp | timothyklemm/HPCC-Platform | 1ea50797eb59cc192cbf3c76ad70140c34ab3612 | [
"Apache-2.0"
] | null | null | null | ecl/hql/hqlattr.cpp | timothyklemm/HPCC-Platform | 1ea50797eb59cc192cbf3c76ad70140c34ab3612 | [
"Apache-2.0"
] | null | null | null | ecl/hql/hqlattr.cpp | timothyklemm/HPCC-Platform | 1ea50797eb59cc192cbf3c76ad70140c34ab3612 | [
"Apache-2.0"
] | null | null | null | /*##############################################################################
HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
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... | 30.135102 | 194 | 0.610645 | [
"model",
"transform"
] |
cb325e2b275328bb3c4c2f0eb0330a9c72e25dd8 | 6,875 | cpp | C++ | DevTools/HackStudio/Debugger.cpp | magicmarvman/serenity | f8489b4a697f441cbf53e5ac7d29e0716f238174 | [
"BSD-2-Clause"
] | 2 | 2020-05-31T16:21:19.000Z | 2021-06-09T23:40:52.000Z | DevTools/HackStudio/Debugger.cpp | magicmarvman/serenity | f8489b4a697f441cbf53e5ac7d29e0716f238174 | [
"BSD-2-Clause"
] | 1 | 2020-10-04T22:05:02.000Z | 2020-10-04T22:05:02.000Z | DevTools/HackStudio/Debugger.cpp | magicmarvman/serenity | f8489b4a697f441cbf53e5ac7d29e0716f238174 | [
"BSD-2-Clause"
] | 1 | 2021-06-25T06:30:52.000Z | 2021-06-25T06:30:52.000Z | /*
* Copyright (c) 2020, Itamar S. <itamar8910@gmail.com>
* 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 above copyright notice, this
... | 38.194444 | 127 | 0.685527 | [
"vector"
] |
cb379a24cc0ff8df37332b6972a17553d6f25d1e | 11,423 | cpp | C++ | native/cocos/renderer/pipeline/deferred/PostProcessStage.cpp | SteveLau-GameDeveloper/engine | 159e5acd0f5115a878d59ed59f924ce7627a5466 | [
"Apache-2.0",
"MIT"
] | null | null | null | native/cocos/renderer/pipeline/deferred/PostProcessStage.cpp | SteveLau-GameDeveloper/engine | 159e5acd0f5115a878d59ed59f924ce7627a5466 | [
"Apache-2.0",
"MIT"
] | null | null | null | native/cocos/renderer/pipeline/deferred/PostProcessStage.cpp | SteveLau-GameDeveloper/engine | 159e5acd0f5115a878d59ed59f924ce7627a5466 | [
"Apache-2.0",
"MIT"
] | null | null | null |
/****************************************************************************
Copyright (c) 2020-2021 Huawei Technologies Co., Ltd.
http://www.cocos.com
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated engine source code (the "Software"), a limited,
wo... | 47.595833 | 170 | 0.686335 | [
"render"
] |
cb3b080a8cb6659f523912fd75fd27bf03df9f09 | 67,596 | cpp | C++ | core/TestcaseRunner/TestExecutorGDB.cpp | joyride9999/fluffi | 028f16ee23d0232a9f53ca70aece116526655ea9 | [
"MIT"
] | null | null | null | core/TestcaseRunner/TestExecutorGDB.cpp | joyride9999/fluffi | 028f16ee23d0232a9f53ca70aece116526655ea9 | [
"MIT"
] | null | null | null | core/TestcaseRunner/TestExecutorGDB.cpp | joyride9999/fluffi | 028f16ee23d0232a9f53ca70aece116526655ea9 | [
"MIT"
] | null | null | null | /*
Copyright 2017-2019 Siemens AG
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, publish, distribute, sub... | 43.442159 | 460 | 0.749793 | [
"vector"
] |
cb42f0807f7af121269badce30593018cc50ee12 | 33,377 | cpp | C++ | Get Hooked/Motor2D/j1Scene.cpp | Scotland-Fury/Hook_Platformer | d2ea3259d464ff19e2eab395b100561aa8042802 | [
"MIT"
] | 1 | 2020-12-03T21:39:26.000Z | 2020-12-03T21:39:26.000Z | Get Hooked/Motor2D/j1Scene.cpp | ch0m5/Get_Hooked | d2ea3259d464ff19e2eab395b100561aa8042802 | [
"MIT"
] | 1 | 2018-10-11T07:57:57.000Z | 2018-10-11T07:57:57.000Z | Get Hooked/Motor2D/j1Scene.cpp | ch0m5/Get_Hooked | d2ea3259d464ff19e2eab395b100561aa8042802 | [
"MIT"
] | null | null | null | #include "Brofiler/Brofiler.h"
#include "p2Defs.h"
#include "p2Log.h"
#include "j1App.h"
#include "j1Input.h"
#include "j1Textures.h"
#include "j1Audio.h"
#include "j1Render.h"
#include "j1Window.h"
#include "j1Map.h"
#include "j1FadeScene.h"
#include "j1Scene.h"
#include "j1Collision.h"
#include "j1Timer.h"
#include "... | 35.432059 | 214 | 0.676873 | [
"render"
] |
cb4498a564612ebc9b2bee7d160c62e13525e75b | 48,139 | cpp | C++ | Source/OpenMotion/Private/FabrikChain.cpp | SaxonRah/OpenMotion | 55e57a9a58c81e7ee08099985e529344a6a7d72e | [
"MIT"
] | 13 | 2020-04-13T16:45:45.000Z | 2022-02-04T07:36:09.000Z | Source/OpenMotion/Private/FabrikChain.cpp | SaxonRah/OpenMotion | 55e57a9a58c81e7ee08099985e529344a6a7d72e | [
"MIT"
] | null | null | null | Source/OpenMotion/Private/FabrikChain.cpp | SaxonRah/OpenMotion | 55e57a9a58c81e7ee08099985e529344a6a7d72e | [
"MIT"
] | 3 | 2021-02-22T01:42:20.000Z | 2021-07-19T13:32:05.000Z | // Fill out your copyright notice in the Description page of Project Settings.
#include "FabrikChain.h"
#include "FabrikBone.h"
#include "FabrikJoint.h"
#include "EJointType.h"
#include "FabrikUtil.h"
#include "FabrikMat3f.h"
#include "FabrikStructure.h"
#include "OpenMotion.h"
UFabrikChain::UFabrikChain(const FObje... | 47.287819 | 303 | 0.762189 | [
"vector",
"transform"
] |
cb462a21dff851de54b8e6ebb3d5af18a1259a71 | 7,412 | hpp | C++ | include/lbann/layers/math/binary.hpp | oyamay/lbann | 57116ecc030c0d17bc941f81131c1a335bc2c4ad | [
"Apache-2.0"
] | null | null | null | include/lbann/layers/math/binary.hpp | oyamay/lbann | 57116ecc030c0d17bc941f81131c1a335bc2c4ad | [
"Apache-2.0"
] | null | null | null | include/lbann/layers/math/binary.hpp | oyamay/lbann | 57116ecc030c0d17bc941f81131c1a335bc2c4ad | [
"Apache-2.0"
] | null | null | null | ////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2014-2019, Lawrence Livermore National Security, LLC.
// Produced at the Lawrence Livermore National Laboratory.
// Written by the LBANN Research Team (B. Van Essen, et al.) listed in
// the CONTRIBUTORS file. <lbann-dev@l... | 52.942857 | 108 | 0.582569 | [
"model"
] |
cb47b07d318bd8db587152520dceefe9c59d262f | 83,843 | hh | C++ | src/Field/FieldListInline.hh | jmikeowen/Spheral | 3e1082a7aefd6b328bd3ae24ca1a477108cfc3c4 | [
"BSD-Source-Code",
"BSD-3-Clause-LBNL",
"FSFAP"
] | 22 | 2018-07-31T21:38:22.000Z | 2020-06-29T08:58:33.000Z | src/Field/FieldListInline.hh | jmikeowen/Spheral | 3e1082a7aefd6b328bd3ae24ca1a477108cfc3c4 | [
"BSD-Source-Code",
"BSD-3-Clause-LBNL",
"FSFAP"
] | 17 | 2020-01-05T08:41:46.000Z | 2020-09-18T00:08:32.000Z | src/Field/FieldListInline.hh | jmikeowen/Spheral | 3e1082a7aefd6b328bd3ae24ca1a477108cfc3c4 | [
"BSD-Source-Code",
"BSD-3-Clause-LBNL",
"FSFAP"
] | 7 | 2019-12-01T07:00:06.000Z | 2020-09-15T21:12:39.000Z | // Includes.
#include "Geometry/MathTraits.hh"
#include "NodeIterators.hh"
#include "NodeList/FluidNodeList.hh"
#include "NodeList/NodeListRegistrar.hh"
#include "Neighbor/Neighbor.hh"
#include "Field/Field.hh"
#include "Kernel/TableKernel.hh"
#include "Utilities/allReduce.hh"
#ifdef USE_MPI
#include <mpi.h>
#include... | 36.154808 | 172 | 0.547189 | [
"geometry",
"vector"
] |
cb5752994c794902f61b4b408ca04b78409430df | 23,725 | cpp | C++ | SRC/element/UWelements/SSPquad.cpp | steva44/OpenSees | 417c3be117992a108c6bbbcf5c9b63806b9362ab | [
"TCL"
] | 8 | 2019-03-05T16:25:10.000Z | 2020-04-17T14:12:03.000Z | SRC/element/UWelements/SSPquad.cpp | steva44/OpenSees | 417c3be117992a108c6bbbcf5c9b63806b9362ab | [
"TCL"
] | null | null | null | SRC/element/UWelements/SSPquad.cpp | steva44/OpenSees | 417c3be117992a108c6bbbcf5c9b63806b9362ab | [
"TCL"
] | 3 | 2019-09-21T03:11:11.000Z | 2020-01-19T07:29:37.000Z | /* ****************************************************************** **
** OpenSees - Open System for Earthquake Engineering Simulation **
** Pacific Earthquake Engineering Research Center **
** **
** ... | 27.02164 | 131 | 0.618462 | [
"object",
"shape",
"vector",
"model"
] |
cb58d576f679cd7544ffd9138813e0d91659a500 | 709 | cpp | C++ | Codeforces/1234B1 - Social Network (easy version).cpp | naimulcsx/online-judge-solutions | 0b80f81bcfb05a7cfe7fc925304c70b19eff1d6f | [
"MIT"
] | null | null | null | Codeforces/1234B1 - Social Network (easy version).cpp | naimulcsx/online-judge-solutions | 0b80f81bcfb05a7cfe7fc925304c70b19eff1d6f | [
"MIT"
] | null | null | null | Codeforces/1234B1 - Social Network (easy version).cpp | naimulcsx/online-judge-solutions | 0b80f81bcfb05a7cfe7fc925304c70b19eff1d6f | [
"MIT"
] | null | null | null | #include <bits/stdc++.h>
using ll = long long;
using namespace std;
unordered_map<int, bool> marks;
int main() {
ios::sync_with_stdio(false);
int n, k;
cin >> n >> k;
vector<int> arr(n);
for (int i = 0; i < n; ++i) cin >> arr[i];
deque<int> q;
for (int i = 0; i < n; ++i) {
if ( ... | 20.257143 | 46 | 0.437236 | [
"vector"
] |
cb5c4d4e94ec17e15438584189d0f103379f2d81 | 10,333 | cpp | C++ | src/tests/functional/inference_engine/transformations/dimension_tracking.cpp | pfinashx/openvino | 1d417e888b508415510fb0a92e4a9264cf8bdef7 | [
"Apache-2.0"
] | 1 | 2022-02-26T17:33:44.000Z | 2022-02-26T17:33:44.000Z | src/tests/functional/inference_engine/transformations/dimension_tracking.cpp | pfinashx/openvino | 1d417e888b508415510fb0a92e4a9264cf8bdef7 | [
"Apache-2.0"
] | 17 | 2021-11-25T10:22:17.000Z | 2022-03-28T13:19:31.000Z | src/tests/functional/inference_engine/transformations/dimension_tracking.cpp | pfinashx/openvino | 1d417e888b508415510fb0a92e4a9264cf8bdef7 | [
"Apache-2.0"
] | null | null | null | // Copyright (C) 2021 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#include <gtest/gtest.h>
#include <string>
#include <memory>
#include <queue>
#include <ngraph/function.hpp>
#include <openvino/opsets/opset1.hpp>
#include <transformations/init_node_info.hpp>
#include <transformations/utils/utils.hpp>... | 46.545045 | 129 | 0.684603 | [
"shape",
"vector",
"model"
] |
cb5ece01c20126def21af203f1c34c927bedee8f | 7,055 | cpp | C++ | Autoware/src/autoware/common/op_planner/src/opendrive/geometry/CenterLine.cpp | sethut1224/Autoware-CARLA | d51b35cc408cf00d663e1a9b2ba590f89be42fa1 | [
"Apache-2.0"
] | 1 | 2021-12-25T15:50:31.000Z | 2021-12-25T15:50:31.000Z | Autoware/src/autoware/common/op_planner/src/opendrive/geometry/CenterLine.cpp | sethut1224/Autoware-CARLA | d51b35cc408cf00d663e1a9b2ba590f89be42fa1 | [
"Apache-2.0"
] | null | null | null | Autoware/src/autoware/common/op_planner/src/opendrive/geometry/CenterLine.cpp | sethut1224/Autoware-CARLA | d51b35cc408cf00d663e1a9b2ba590f89be42fa1 | [
"Apache-2.0"
] | null | null | null | /*
* ----------------- BEGIN LICENSE BLOCK ---------------------------------
*
* Copyright (C) 2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
* ----------------- END LICENSE BLOCK -----------------------------------
*/
#include "op_planner/opendrive/geometry/CenterLine.hpp"
#include <boost/array.hp... | 33.436019 | 117 | 0.513536 | [
"geometry",
"vector"
] |
cb623de025da455b20fe7f1897e4d844eb3fe81d | 12,515 | cc | C++ | elec/Interpolation.cc | paulkefer/cardioid | 59c07b714d8b066b4f84eb50487c36f6eadf634c | [
"MIT-0",
"MIT"
] | 33 | 2018-12-12T20:05:06.000Z | 2021-09-26T13:30:16.000Z | elec/Interpolation.cc | paulkefer/cardioid | 59c07b714d8b066b4f84eb50487c36f6eadf634c | [
"MIT-0",
"MIT"
] | 5 | 2019-04-25T11:34:43.000Z | 2021-11-14T04:35:37.000Z | elec/Interpolation.cc | paulkefer/cardioid | 59c07b714d8b066b4f84eb50487c36f6eadf634c | [
"MIT-0",
"MIT"
] | 15 | 2018-12-21T22:44:59.000Z | 2021-08-29T10:30:25.000Z |
#include "Interpolation.hh"
#include "svd.h"
#include <set>
#include <cmath>
#include <cassert>
#include <iostream>
using namespace std;
#ifdef HAVE_LAPACK
extern "C" {
int dgels_ ( char *trans , int *m , int *n , int *nrhs , double *a , int *lda , double *b , int *ldb , double *work , int *lwork , int *info );
... | 29.447059 | 146 | 0.509788 | [
"vector"
] |
cb66dafc29ada5036c36ebfe55398eaaa418d737 | 3,804 | cpp | C++ | kdmapper/utils.cpp | zwd1208/kdmapper | c3b404298bf90b8fb2e74c2be783569dd0eaa06e | [
"MIT"
] | 456 | 2021-02-05T06:05:14.000Z | 2022-03-30T03:00:39.000Z | kdmapper/utils.cpp | ry0kvn/kdmapper | c3b404298bf90b8fb2e74c2be783569dd0eaa06e | [
"MIT"
] | 54 | 2021-02-04T15:58:10.000Z | 2022-03-31T18:53:34.000Z | kdmapper/utils.cpp | ry0kvn/kdmapper | c3b404298bf90b8fb2e74c2be783569dd0eaa06e | [
"MIT"
] | 177 | 2021-02-07T21:33:13.000Z | 2022-03-31T19:49:17.000Z | #include "utils.hpp"
std::wstring utils::GetFullTempPath() {
wchar_t temp_directory[MAX_PATH + 1] = { 0 };
const uint32_t get_temp_path_ret = GetTempPathW(sizeof(temp_directory) / 2, temp_directory);
if (!get_temp_path_ret || get_temp_path_ret > MAX_PATH + 1) {
Log(L"[-] Failed to get temp path" << std::end... | 33.663717 | 153 | 0.699264 | [
"vector"
] |
cb6d5d1024a0729db521c154023edf4f3f99d936 | 52,558 | cpp | C++ | 3rdparty/UND/src/undname.cpp | vn-os/Vutils | e8c4cbc9ff5eebc6f3cc0114f5239f23ee696ad9 | [
"MIT"
] | 15 | 2018-05-17T12:15:45.000Z | 2022-03-18T03:22:42.000Z | 3rdparty/UND/src/undname.cpp | vn-os/Vutils | e8c4cbc9ff5eebc6f3cc0114f5239f23ee696ad9 | [
"MIT"
] | null | null | null | 3rdparty/UND/src/undname.cpp | vn-os/Vutils | e8c4cbc9ff5eebc6f3cc0114f5239f23ee696ad9 | [
"MIT"
] | 14 | 2018-05-17T12:58:32.000Z | 2022-03-18T03:22:46.000Z | /*
* Demangle VC++ symbols into C function prototypes
*
* Copyright 2000 Jon Griffiths
* 2004 Eric Pouech
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* ... | 33.476433 | 110 | 0.504585 | [
"object",
"vector"
] |
cb6dfe4813fc4ad699e1d992aa30fecffa508e4f | 293 | cpp | C++ | acmicpc/1292.cpp | juseongkr/BOJ | 8f10a2bf9a7d695455493fbe7423347a8b648416 | [
"Apache-2.0"
] | 7 | 2020-02-03T10:00:19.000Z | 2021-11-16T11:03:57.000Z | acmicpc/1292.cpp | juseongkr/Algorithm-training | 8f10a2bf9a7d695455493fbe7423347a8b648416 | [
"Apache-2.0"
] | 1 | 2021-01-03T06:58:24.000Z | 2021-01-03T06:58:24.000Z | acmicpc/1292.cpp | juseongkr/Algorithm-training | 8f10a2bf9a7d695455493fbe7423347a8b648416 | [
"Apache-2.0"
] | 1 | 2020-01-22T14:34:03.000Z | 2020-01-22T14:34:03.000Z | #include <iostream>
#include <vector>
using namespace std;
int main()
{
int a, b, sum = 0;
vector<int> num;
cin >> a >> b;
for (int i=0, k=1; i<b; ++i, ++k)
for (int j=0; j<=i; ++j)
num.push_back(k);
for (int i=a-1; i<b; ++i)
sum += num[i];
cout << sum << '\n';
return 0;
}
| 13.318182 | 34 | 0.511945 | [
"vector"
] |
cb70210bf8d8d8d33af90e6af561fc2c6cfd80ec | 622 | cpp | C++ | Dataset/Leetcode/valid/56/297.cpp | kkcookies99/UAST | fff81885aa07901786141a71e5600a08d7cb4868 | [
"MIT"
] | null | null | null | Dataset/Leetcode/valid/56/297.cpp | kkcookies99/UAST | fff81885aa07901786141a71e5600a08d7cb4868 | [
"MIT"
] | null | null | null | Dataset/Leetcode/valid/56/297.cpp | kkcookies99/UAST | fff81885aa07901786141a71e5600a08d7cb4868 | [
"MIT"
] | null | null | null | class Solution {
public:
vector<vector<int>> XXX(vector<vector<int>>& intervals) {
vector<vector<int>> res;
sort(intervals.begin(),intervals.end());
res.push_back(intervals[0]);
for(int i=1;i<intervals.size();i++){
if(intervals[i][0]>res.back()[1])
res.pu... | 29.619048 | 61 | 0.472669 | [
"vector"
] |
cb73790fb3b22b9f5176cd76579f10c31563a8de | 32,390 | cxx | C++ | ivp/ivp_intern/ivp_sim_unit.cxx | DannyParker0001/Kisak-Strike | 99ed85927336fe3aff2efd9b9382b2b32eb1d05d | [
"Unlicense"
] | 252 | 2020-12-16T15:34:43.000Z | 2022-03-31T23:21:37.000Z | ivp/ivp_intern/ivp_sim_unit.cxx | DannyParker0001/Kisak-Strike | 99ed85927336fe3aff2efd9b9382b2b32eb1d05d | [
"Unlicense"
] | 23 | 2020-12-20T18:02:54.000Z | 2022-03-28T16:58:32.000Z | ivp/ivp_intern/ivp_sim_unit.cxx | DannyParker0001/Kisak-Strike | 99ed85927336fe3aff2efd9b9382b2b32eb1d05d | [
"Unlicense"
] | 42 | 2020-12-19T04:32:33.000Z | 2022-03-30T06:00:28.000Z | // Copyright (C) Ipion Software GmbH 1999-2000. All rights reserved.
#include <ivp_physics.hxx>
#if !defined(WIN32) && !defined(PSXII) && !defined(GEKKO)
# include <alloca.h>
#endif
#ifndef WIN32
# pragma implementation "ivp_sim_unit.hxx"
#endif
#include <ivp_controller.hxx>
#include <ivp_mindist_int... | 35.016216 | 217 | 0.699259 | [
"vector"
] |
cb7633df3a412568a2600743f68d0dd98199c61d | 8,015 | cpp | C++ | src/main.cpp | partypyro/cuberite | 720dd1f1fafaf90bdf38455df6081947dfb2c2f4 | [
"Apache-2.0"
] | null | null | null | src/main.cpp | partypyro/cuberite | 720dd1f1fafaf90bdf38455df6081947dfb2c2f4 | [
"Apache-2.0"
] | null | null | null | src/main.cpp | partypyro/cuberite | 720dd1f1fafaf90bdf38455df6081947dfb2c2f4 | [
"Apache-2.0"
] | null | null | null |
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#include "main.h"
#include "BuildInfo.h"
#include "Logger.h"
#include "MemorySettingsRepository.h"
#include "OSSupport/NetworkSingleton.h"
#include "OSSupport/MiniDumpWriter.h"
#include "OSSupport/StartAsService.h"
#include... | 25.689103 | 172 | 0.67224 | [
"object"
] |
cb7a09fd919fe9c375c2cb9a16c64f903d4ab7c3 | 9,912 | cpp | C++ | Utils.cpp | viniman/labyrinth-search-algorithms | 8e00380688d7f93195de61e8995aa48a1d43b474 | [
"MIT"
] | 1 | 2019-06-08T12:32:51.000Z | 2019-06-08T12:32:51.000Z | Utils.cpp | viniman/labyrinth-search-algorithms | 8e00380688d7f93195de61e8995aa48a1d43b474 | [
"MIT"
] | null | null | null | Utils.cpp | viniman/labyrinth-search-algorithms | 8e00380688d7f93195de61e8995aa48a1d43b474 | [
"MIT"
] | 1 | 2020-11-20T21:59:18.000Z | 2020-11-20T21:59:18.000Z | //
// Created by viniman on 07/06/19.
//
// https://stackoverflow.com/questions/15160889/how-can-i-make-an-unordered-set-of-pairs-of-integers-in-c
// https://stackoverflow.com/questions/53796118/alternative-to-find-for-determining-whether-an-unordered-set-contains-a-key
#include <iostream>
#include <sstream>
#include... | 37.545455 | 183 | 0.542877 | [
"vector"
] |
cb7d8c766287f55ca48813573e6059c7116cbc8e | 725 | cpp | C++ | cpp/cpp/334. Increasing Triplet Subsequence.cpp | longwangjhu/LeetCode | a5c33e8d67e67aedcd439953d96ac7f443e2817b | [
"MIT"
] | 3 | 2021-08-07T07:01:34.000Z | 2021-08-07T07:03:02.000Z | cpp/cpp/334. Increasing Triplet Subsequence.cpp | longwangjhu/LeetCode | a5c33e8d67e67aedcd439953d96ac7f443e2817b | [
"MIT"
] | null | null | null | cpp/cpp/334. Increasing Triplet Subsequence.cpp | longwangjhu/LeetCode | a5c33e8d67e67aedcd439953d96ac7f443e2817b | [
"MIT"
] | null | null | null | // https://leetcode.com/problems/increasing-triplet-subsequence/
// Given an integer array nums, return true if there exists a triple of indices (i,
// j, k) such that i < j < k and nums[i] < nums[j] < nums[k]. If no such indices
// exists, return false.
///////////////////////////////////////////////////////////////... | 32.954545 | 83 | 0.554483 | [
"vector"
] |
cb7f51e3dc6937a27b9f39f8f926782f4ee48654 | 16,944 | cpp | C++ | opencl/test/unit_test/offline_compiler/ocloc_fatbinary_tests.cpp | sanjaymsh/compute-runtime | 1bf270a804d47745dc6ee0bd2bf6232b2a4d835b | [
"MIT"
] | 1 | 2020-09-03T17:10:38.000Z | 2020-09-03T17:10:38.000Z | opencl/test/unit_test/offline_compiler/ocloc_fatbinary_tests.cpp | sanjaymsh/compute-runtime | 1bf270a804d47745dc6ee0bd2bf6232b2a4d835b | [
"MIT"
] | null | null | null | opencl/test/unit_test/offline_compiler/ocloc_fatbinary_tests.cpp | sanjaymsh/compute-runtime | 1bf270a804d47745dc6ee0bd2bf6232b2a4d835b | [
"MIT"
] | null | null | null | /*
* Copyright (C) 2017-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "opencl/test/unit_test/offline_compiler/ocloc_fatbinary_tests.h"
#include "shared/source/helpers/hw_helper.h"
#include <unordered_set>
namespace NEO {
TEST(OclocFatBinaryRequestedFatBinary, WhenDeviceArgMissingThenRe... | 46.677686 | 153 | 0.744393 | [
"vector"
] |
cb81a09f58b49f5f9796000630f06e50af9e58c3 | 41,943 | cpp | C++ | hphp/runtime/base/tv-conversions.cpp | swtaarrs/hhvm | dfb8867363623d7d02d03a64691610f1289ef5ad | [
"PHP-3.01",
"Zend-2.0"
] | 1 | 2021-02-04T22:07:59.000Z | 2021-02-04T22:07:59.000Z | hphp/runtime/base/tv-conversions.cpp | alisha/hhvm | 523dc33b444bd5b59695eff2b64056629b0ed523 | [
"PHP-3.01",
"Zend-2.0"
] | null | null | null | hphp/runtime/base/tv-conversions.cpp | alisha/hhvm | 523dc33b444bd5b59695eff2b64056629b0ed523 | [
"PHP-3.01",
"Zend-2.0"
] | null | null | null | /*
+----------------------------------------------------------------------+
| HipHop for PHP |
+----------------------------------------------------------------------+
| Copyright (c) 2010-present Facebook, Inc. (http://www.facebook.com) |
+---------... | 24.789007 | 79 | 0.61493 | [
"object"
] |
cb84c17edf4984ceeb9c8cf86cc5263ca2fed185 | 649 | cpp | C++ | 153.cpp | machinecc/leetcode | 32bbf6c1f9124049c046a235c85b14ca9168daa8 | [
"MIT"
] | null | null | null | 153.cpp | machinecc/leetcode | 32bbf6c1f9124049c046a235c85b14ca9168daa8 | [
"MIT"
] | null | null | null | 153.cpp | machinecc/leetcode | 32bbf6c1f9124049c046a235c85b14ca9168daa8 | [
"MIT"
] | null | null | null | #include <iostream>
#include <cstdlib>
#include <string>
#include <unordered_set>
#include <vector>
#include <algorithm>
#include <climits>
#include <stack>
#include <sstream>
#include <numeric>
#include <unordered_map>
#include <array>
using namespace std;
class Solution {
public:
int findMin(vector<int>& nums)... | 12.72549 | 36 | 0.543914 | [
"vector"
] |
cb8d0c9ae858a294008be9419c4da33a56a0e2a4 | 1,930 | hpp | C++ | include/wip/expressions_algebra/quadratic_expression_algebra.hpp | fhamonic/mippp | 5d06aacc3c57690f354220740ed03c3f810bf7fd | [
"BSL-1.0"
] | 1 | 2021-09-23T11:56:33.000Z | 2021-09-23T11:56:33.000Z | include/wip/expressions_algebra/quadratic_expression_algebra.hpp | fhamonic/mippp | 5d06aacc3c57690f354220740ed03c3f810bf7fd | [
"BSL-1.0"
] | null | null | null | include/wip/expressions_algebra/quadratic_expression_algebra.hpp | fhamonic/mippp | 5d06aacc3c57690f354220740ed03c3f810bf7fd | [
"BSL-1.0"
] | null | null | null | /**
* @file solver_builder.hpp
* @author François Hamonic (francois.hamonic@gmail.com)
* @brief OSI_Builder class declaration
* @version 0.1
* @date 2021-08-4
*
* @copyright Copyright (c) 2020
*/
#ifndef EXPRESSION_ALGEBRA_HPP
#define EXPRESSION_ALGEBRA_HPP
#include <numeric>
#include <vector>
#include <rang... | 27.183099 | 73 | 0.651813 | [
"vector"
] |
cb90b720f88a2b4ba0932e6ea894a772f932ee44 | 2,942 | cpp | C++ | component/oai-smf/src/api-server/model/ExemptionInd.cpp | kukkalli/oai-cn5g-fed | 15634fac935ac8671b61654bdf75bf8af07d3c3a | [
"Apache-2.0"
] | null | null | null | component/oai-smf/src/api-server/model/ExemptionInd.cpp | kukkalli/oai-cn5g-fed | 15634fac935ac8671b61654bdf75bf8af07d3c3a | [
"Apache-2.0"
] | null | null | null | component/oai-smf/src/api-server/model/ExemptionInd.cpp | kukkalli/oai-cn5g-fed | 15634fac935ac8671b61654bdf75bf8af07d3c3a | [
"Apache-2.0"
] | null | null | null | /**
* Nsmf_PDUSession
* SMF PDU Session Service. © 2019, 3GPP Organizational Partners (ARIB, ATIS,
* CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved.
*
* The version of the OpenAPI document: 1.1.0.alpha-1
*
*
* NOTE: This class is auto generated by OpenAPI Generator
* (https://openapi-generator.tech). https:... | 28.843137 | 79 | 0.737254 | [
"model"
] |
cb90dc337fc7ebe2f81e2528f2247c0a0b4f677b | 7,430 | cc | C++ | tensorflow/compiler/plugin/poplar/driver/ops/custom_ops/popops/expression_helpers.cc | DebeshJha/tensorflow-1 | 2b5a225c49d25273532d11c424d37ce394d7579a | [
"Apache-2.0"
] | 2 | 2021-03-08T23:32:06.000Z | 2022-01-13T03:43:49.000Z | tensorflow/compiler/plugin/poplar/driver/ops/custom_ops/popops/expression_helpers.cc | DebeshJha/tensorflow-1 | 2b5a225c49d25273532d11c424d37ce394d7579a | [
"Apache-2.0"
] | null | null | null | tensorflow/compiler/plugin/poplar/driver/ops/custom_ops/popops/expression_helpers.cc | DebeshJha/tensorflow-1 | 2b5a225c49d25273532d11c424d37ce394d7579a | [
"Apache-2.0"
] | null | null | null | /* Copyright 2020 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | 41.049724 | 94 | 0.663122 | [
"shape",
"vector"
] |
cb922ba809b143f4b701147a1321ad3842a132cb | 3,531 | hpp | C++ | include/osmium/io/reader_with_progress_bar.hpp | xipengwang/libosmium | c7f136fb9c6df1c98c166944f0ab9673683e47a8 | [
"BSL-1.0"
] | null | null | null | include/osmium/io/reader_with_progress_bar.hpp | xipengwang/libosmium | c7f136fb9c6df1c98c166944f0ab9673683e47a8 | [
"BSL-1.0"
] | null | null | null | include/osmium/io/reader_with_progress_bar.hpp | xipengwang/libosmium | c7f136fb9c6df1c98c166944f0ab9673683e47a8 | [
"BSL-1.0"
] | null | null | null | #ifndef OSMIUM_IO_READER_WITH_PROGRESS_BAR_HPP
#define OSMIUM_IO_READER_WITH_PROGRESS_BAR_HPP
/*
This file is part of Osmium (https://osmcode.org/libosmium).
Copyright 2013-2021 Jochen Topf <jochen@topf.org> and others (see README).
Boost Software License - Version 1.0 - August 17th, 2003
Permission is hereby gran... | 34.617647 | 92 | 0.661003 | [
"object"
] |
cb9488b136a353a97e2de64df15158dfabd6de1d | 30,040 | cxx | C++ | Qt/Components/pqCompositeDataInformationTreeModel.cxx | julin/ParaView | 9fef46947144411ac97da38b8101ae56e1f3cb3a | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | Qt/Components/pqCompositeDataInformationTreeModel.cxx | julin/ParaView | 9fef46947144411ac97da38b8101ae56e1f3cb3a | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | Qt/Components/pqCompositeDataInformationTreeModel.cxx | julin/ParaView | 9fef46947144411ac97da38b8101ae56e1f3cb3a | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | /*=========================================================================
Program: ParaView
Module: pqCompositeDataInformationTreeModel.cxx
Copyright (c) 2005,2006 Sandia Corporation, Kitware Inc.
All rights reserved.
ParaView is a free software; you can redistribute it and/or modify it
under th... | 30.969072 | 99 | 0.610652 | [
"vector",
"model"
] |
cb949873cfe2e1f677b53ee731ba1fc0c3418297 | 841 | cpp | C++ | easy/21. Merge Two Sorted Lists.cpp | xuan-415/leetcode | 3777b12e6f574947506ec358108937f8be975289 | [
"MIT"
] | null | null | null | easy/21. Merge Two Sorted Lists.cpp | xuan-415/leetcode | 3777b12e6f574947506ec358108937f8be975289 | [
"MIT"
] | null | null | null | easy/21. Merge Two Sorted Lists.cpp | xuan-415/leetcode | 3777b12e6f574947506ec358108937f8be975289 | [
"MIT"
] | null | null | null | #include<vector>
#include<map>
#include<string>
#include<algorithm>
#include<iostream>
using namespace std;
struct ListNode {
int val;
ListNode *next;
ListNode() : val(0), next(nullptr) {}
ListNode(int x) : val(x), next(nullptr) {}
ListNode(int x, ListNode *next) : val(x), next(next) {}
};
class... | 25.484848 | 59 | 0.501784 | [
"vector"
] |
cb95a0b63875ba76934308351ad8bfd377373612 | 15,112 | cc | C++ | cc/hybrid/hybrid_key_templates_test.cc | erka/tink | 78b908124efbb34acc4de3ae11b41112cb41adb2 | [
"Apache-2.0"
] | 1 | 2019-01-08T16:38:47.000Z | 2019-01-08T16:38:47.000Z | cc/hybrid/hybrid_key_templates_test.cc | erka/tink | 78b908124efbb34acc4de3ae11b41112cb41adb2 | [
"Apache-2.0"
] | 1 | 2020-08-18T16:42:11.000Z | 2020-08-25T16:13:11.000Z | cc/hybrid/hybrid_key_templates_test.cc | erka/tink | 78b908124efbb34acc4de3ae11b41112cb41adb2 | [
"Apache-2.0"
] | 1 | 2020-11-30T06:38:02.000Z | 2020-11-30T06:38:02.000Z | // Copyright 2018 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | 47.822785 | 80 | 0.742721 | [
"object"
] |
cb95cf926f55be0e7bd7bc85c8fa493a07d32563 | 2,215 | cpp | C++ | src/xray/editor/world/sources/project_tab.cpp | ixray-team/ixray-2.0 | 85c3a544175842323fc82f42efd96c66f0fc5abb | [
"Linux-OpenIB"
] | 3 | 2021-10-30T09:36:14.000Z | 2022-03-26T17:00:06.000Z | src/xray/editor/world/sources/project_tab.cpp | acidicMercury8/ixray-2.0 | 85c3a544175842323fc82f42efd96c66f0fc5abb | [
"Linux-OpenIB"
] | null | null | null | src/xray/editor/world/sources/project_tab.cpp | acidicMercury8/ixray-2.0 | 85c3a544175842323fc82f42efd96c66f0fc5abb | [
"Linux-OpenIB"
] | 1 | 2022-03-26T17:00:08.000Z | 2022-03-26T17:00:08.000Z | ////////////////////////////////////////////////////////////////////////////
// Created : 20.03.2009
// Author : Andrew Kolomiets
// Copyright (C) GSC Game World - 2009
////////////////////////////////////////////////////////////////////////////
#include "pch.h"
#include "project_tab.h"
#include "project.h"
... | 32.101449 | 120 | 0.669074 | [
"object"
] |
cb96fac6f871cafb40e1f3108ad1b9821e202567 | 5,069 | hpp | C++ | include/ISOBMFF/IPMA.hpp | pokey909/ISOBMFF | 2bceddf2e29d60dccb038bff9dd3ea02302c1565 | [
"MIT"
] | 1 | 2019-04-05T13:17:08.000Z | 2019-04-05T13:17:08.000Z | include/ISOBMFF/IPMA.hpp | milos-pesic-sc/ISOBMFF | 2bceddf2e29d60dccb038bff9dd3ea02302c1565 | [
"MIT"
] | null | null | null | include/ISOBMFF/IPMA.hpp | milos-pesic-sc/ISOBMFF | 2bceddf2e29d60dccb038bff9dd3ea02302c1565 | [
"MIT"
] | 1 | 2019-04-02T11:41:43.000Z | 2019-04-02T11:41:43.000Z | /*******************************************************************************
* The MIT License (MIT)
*
* Copyright (c) 2017 DigiDNA - www.digidna.net
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to de... | 46.935185 | 134 | 0.53916 | [
"object",
"vector"
] |
ed8a62a9ff05344696111259cf1fa634663e188b | 452 | cpp | C++ | OI2019/hello2019/a.cpp | JackBai0914/Competitive-Programming-Codebase | a1cabf0fa5072b07a7da25d66bf455eb45b0b7e9 | [
"MIT"
] | null | null | null | OI2019/hello2019/a.cpp | JackBai0914/Competitive-Programming-Codebase | a1cabf0fa5072b07a7da25d66bf455eb45b0b7e9 | [
"MIT"
] | null | null | null | OI2019/hello2019/a.cpp | JackBai0914/Competitive-Programming-Codebase | a1cabf0fa5072b07a7da25d66bf455eb45b0b7e9 | [
"MIT"
] | null | null | null | #include <iostream>
#include <algorithm>
#include <cstdio>
#include <cstring>
#include <cmath>
#include <cstdlib>
#include <ctime>
#include <vector>
#include <map>
#include <queue>
using namespace std;
string s;
string t[5];
int main() {
ios::sync_with_stdio(false);
bool ans = 0;
cin >> s;
for (int i = 0; i < 5; ... | 16.142857 | 41 | 0.575221 | [
"vector"
] |
ed8b4819b9f6c6617766895c6191a04043111ec3 | 15,147 | cpp | C++ | BlueBerry/Bundles/org.blueberry.osgi/src/berryDebugUtil.cpp | danielknorr/MITK | b1b9780b2a6671d8118313c5ef71e9aa128362be | [
"BSD-3-Clause"
] | 1 | 2017-03-05T05:29:32.000Z | 2017-03-05T05:29:32.000Z | BlueBerry/Bundles/org.blueberry.osgi/src/berryDebugUtil.cpp | danielknorr/MITK | b1b9780b2a6671d8118313c5ef71e9aa128362be | [
"BSD-3-Clause"
] | null | null | null | BlueBerry/Bundles/org.blueberry.osgi/src/berryDebugUtil.cpp | danielknorr/MITK | b1b9780b2a6671d8118313c5ef71e9aa128362be | [
"BSD-3-Clause"
] | 2 | 2020-10-27T06:51:00.000Z | 2020-10-27T06:51:01.000Z | /*===================================================================
BlueBerry Platform
Copyright (c) German Cancer Research Center,
Division of Medical and Biological Informatics.
All rights reserved.
This software is distributed WITHOUT ANY WARRANTY; without
even the implied warranty of MERCHANTABILITY or FITNESS... | 27.291892 | 131 | 0.700007 | [
"object",
"vector"
] |
ed8cd949ac04e79198428e1092d56652fd188a43 | 41,147 | cpp | C++ | swisssystems/burstein.cpp | Flexinos/bbpPairings | e274d039915dbe6087b80309a28c71e03ca8e37a | [
"Apache-2.0"
] | null | null | null | swisssystems/burstein.cpp | Flexinos/bbpPairings | e274d039915dbe6087b80309a28c71e03ca8e37a | [
"Apache-2.0"
] | null | null | null | swisssystems/burstein.cpp | Flexinos/bbpPairings | e274d039915dbe6087b80309a28c71e03ca8e37a | [
"Apache-2.0"
] | null | null | null | #include <algorithm>
#include <deque>
#include <iterator>
#include <limits>
#include <list>
#include <ostream>
#include <stdexcept>
#include <string>
#include <tuple>
#include <vector>
#include <matching/computer.h>
#include <tournament/tournament.h>
#include <utility/typesizes.h>
#include <utility/uintstringconversio... | 37.542883 | 80 | 0.548351 | [
"vector"
] |
ed8e5e69f2d349cb2a3d17957e869abbf2d63053 | 62,193 | cc | C++ | content/browser/devtools/devtools_url_loader_interceptor.cc | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2021-11-16T13:10:29.000Z | 2021-11-16T13:10:29.000Z | content/browser/devtools/devtools_url_loader_interceptor.cc | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | content/browser/devtools/devtools_url_loader_interceptor.cc | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/browser/devtools/devtools_url_loader_interceptor.h"
#include <memory>
#include "base/barrier_closure.h"
#include "base/base64.h"
#incl... | 38.249077 | 80 | 0.735742 | [
"vector"
] |
ed9016ec11758febdf5c0890fc0e2454aadd0d07 | 1,477 | cpp | C++ | Sid's Levels/InterviewBit/Backtracking/N-Queens.cpp | Tiger-Team-01/DSA-A-Z-Practice | e08284ffdb1409c08158dd4e90dc75dc3a3c5b18 | [
"MIT"
] | 14 | 2021-08-22T18:21:14.000Z | 2022-03-08T12:04:23.000Z | Sid's Levels/InterviewBit/Backtracking/N-Queens.cpp | Tiger-Team-01/DSA-A-Z-Practice | e08284ffdb1409c08158dd4e90dc75dc3a3c5b18 | [
"MIT"
] | 1 | 2021-10-17T18:47:17.000Z | 2021-10-17T18:47:17.000Z | Sid's Levels/InterviewBit/Backtracking/N-Queens.cpp | Tiger-Team-01/DSA-A-Z-Practice | e08284ffdb1409c08158dd4e90dc75dc3a3c5b18 | [
"MIT"
] | 5 | 2021-09-01T08:21:12.000Z | 2022-03-09T12:13:39.000Z | class Solution {
public:
//OM GAN GANAPATHAYE NAMO NAMAH
//JAI SHRI RAM
//JAI BAJRANGBALI
//AMME NARAYANA, DEVI NARAYANA, LAKSHMI NARAYANA, BHADRE NARAYANA
void solve(vector<string> &board, int r, int n, vector<bool> &col, vector<bool> &ud, vector<bool> &ld, vector<vector<string>> &res)
{
... | 29.54 | 135 | 0.389303 | [
"vector"
] |
ed918af7177e95ca54038ab4c09e7b99cf975b17 | 4,824 | cpp | C++ | tests/DataStructures/VectorFloatUnitTest.cpp | torydebra/grt | 6c3fe9e5ab470d840b1c3e613ee0356d209eef7b | [
"MIT",
"Unlicense"
] | 818 | 2015-01-03T05:21:04.000Z | 2022-03-30T00:43:09.000Z | tests/DataStructures/VectorFloatUnitTest.cpp | torydebra/grt | 6c3fe9e5ab470d840b1c3e613ee0356d209eef7b | [
"MIT",
"Unlicense"
] | 131 | 2015-01-26T08:50:57.000Z | 2022-01-12T07:51:53.000Z | tests/DataStructures/VectorFloatUnitTest.cpp | torydebra/grt | 6c3fe9e5ab470d840b1c3e613ee0356d209eef7b | [
"MIT",
"Unlicense"
] | 301 | 2015-01-15T12:36:54.000Z | 2022-03-14T20:12:10.000Z | #include <GRT.h>
#include "gtest/gtest.h"
using namespace GRT;
//Unit tests for the GRT Vector class
// Tests the default c'tor.
TEST(VectorFloat, DefaultConstructor) {
VectorFloat vec;
EXPECT_EQ(0, vec.getSize());
}
// Tests the resize c'tor.
TEST(VectorFloat, ResizeConstructor) {
const UINT size = 100;
VectorF... | 27.254237 | 118 | 0.683043 | [
"vector"
] |
ed996274d1b13be2fac24f27b50decefd6a9f98c | 340 | cpp | C++ | framework/opengl_renderer/src/mm/opengl/render_tasks/clear.cpp | ford442/MushMachine | dc37ad54ec02aa4c1c30cca99d965cd705b3fa2f | [
"MIT"
] | 20 | 2020-10-06T07:30:14.000Z | 2022-03-31T14:00:33.000Z | framework/opengl_renderer/src/mm/opengl/render_tasks/clear.cpp | ford442/MushMachine | dc37ad54ec02aa4c1c30cca99d965cd705b3fa2f | [
"MIT"
] | null | null | null | framework/opengl_renderer/src/mm/opengl/render_tasks/clear.cpp | ford442/MushMachine | dc37ad54ec02aa4c1c30cca99d965cd705b3fa2f | [
"MIT"
] | 2 | 2020-11-21T15:42:37.000Z | 2021-11-07T07:12:02.000Z | #include "./clear.hpp"
//#include <tracy/Tracy.hpp>
namespace MM::OpenGL::RenderTasks {
Clear::Clear(Engine&) {
}
Clear::~Clear(void) {
}
void Clear::render(Services::OpenGLRenderer& rs, Engine&) {
//ZoneScopedN("MM::OpenGL::RenderTasks::Clear::render");
rs.targets[target_fbo]->clear(r,g,b,a,mask);
}
} // MM::O... | 17 | 59 | 0.676471 | [
"render"
] |
ed9bd27bb34de753bf8a23eb9ac573ab487f491a | 1,537 | cpp | C++ | dbms/src/Formats/ProtobufColumnMatcher.cpp | sunadm/ClickHouse | 55903fbe23ef6dff8fc7ec25ae68e04919bc9b7f | [
"Apache-2.0"
] | 7 | 2021-02-26T04:34:22.000Z | 2021-12-31T08:15:47.000Z | dbms/src/Formats/ProtobufColumnMatcher.cpp | sunadm/ClickHouse | 55903fbe23ef6dff8fc7ec25ae68e04919bc9b7f | [
"Apache-2.0"
] | 3 | 2020-02-18T14:59:34.000Z | 2020-02-19T10:42:18.000Z | dbms/src/Formats/ProtobufColumnMatcher.cpp | sunadm/ClickHouse | 55903fbe23ef6dff8fc7ec25ae68e04919bc9b7f | [
"Apache-2.0"
] | 3 | 2020-02-24T12:57:54.000Z | 2021-10-04T13:29:00.000Z | #include "ProtobufColumnMatcher.h"
#if USE_PROTOBUF
#include <Common/Exception.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/descriptor.pb.h>
#include <Poco/String.h>
namespace DB
{
namespace ErrorCodes
{
extern const int NO_COMMON_COLUMNS_WITH_PROTOBUF_SCHEMA;
}
namespace
{
String co... | 26.964912 | 131 | 0.648666 | [
"vector"
] |
ed9fa9cbc2f37ea2f5f91396af9e07cb6c11e967 | 21,559 | cpp | C++ | TeamT2_ARC2017_src/t2_robot_vision/src/cluster.cpp | warehouse-picking-automation-challenges/Team_T2 | 7cf4c211dcd5726fbe876ff555b76602148d21ad | [
"BSD-3-Clause"
] | 2 | 2020-05-24T14:09:34.000Z | 2021-01-27T08:01:39.000Z | TeamT2_ARC2017_src/t2_robot_vision/src/cluster.cpp | warehouse-picking-automation-challenges/Team_T2 | 7cf4c211dcd5726fbe876ff555b76602148d21ad | [
"BSD-3-Clause"
] | null | null | null | TeamT2_ARC2017_src/t2_robot_vision/src/cluster.cpp | warehouse-picking-automation-challenges/Team_T2 | 7cf4c211dcd5726fbe876ff555b76602148d21ad | [
"BSD-3-Clause"
] | 1 | 2020-05-24T14:09:36.000Z | 2020-05-24T14:09:36.000Z | /*
* Software License Agreement (BSD License)
*
* Copyright (c) 2017, Toshiba Corporation,
* Toshiba Infrastructure Systems & Solutions Corporation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the f... | 28.218586 | 300 | 0.5914 | [
"vector"
] |
edb12bea891e5aab8337bd9501828ba6211c80da | 4,204 | cpp | C++ | openstudiocore/src/energyplus/Test/SubSurface_GTest.cpp | hongyuanjia/OpenStudio | 6cc52f1b66c069cf13f2b6ca2a0cc3c137c37cf0 | [
"MIT"
] | 1 | 2019-04-21T15:38:54.000Z | 2019-04-21T15:38:54.000Z | openstudiocore/src/energyplus/Test/SubSurface_GTest.cpp | hongyuanjia/OpenStudio | 6cc52f1b66c069cf13f2b6ca2a0cc3c137c37cf0 | [
"MIT"
] | null | null | null | openstudiocore/src/energyplus/Test/SubSurface_GTest.cpp | hongyuanjia/OpenStudio | 6cc52f1b66c069cf13f2b6ca2a0cc3c137c37cf0 | [
"MIT"
] | 1 | 2019-07-18T06:52:29.000Z | 2019-07-18T06:52:29.000Z | /***********************************************************************************************************************
* OpenStudio(R), Copyright (c) 2008-2018, Alliance for Sustainable Energy, LLC. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are perm... | 47.235955 | 120 | 0.672455 | [
"object",
"model"
] |
edb152d388a24e241d7ce68a9a35d78f4081a026 | 12,518 | cpp | C++ | Source/Server/Server/GameService/GameManagers/PlayerData/PlayerDataManager.cpp | YouZiliCC/nnn | 09e6430cd4118d52966524a11d79b6d35a767597 | [
"MIT"
] | null | null | null | Source/Server/Server/GameService/GameManagers/PlayerData/PlayerDataManager.cpp | YouZiliCC/nnn | 09e6430cd4118d52966524a11d79b6d35a767597 | [
"MIT"
] | 1 | 2022-02-01T20:54:35.000Z | 2022-02-01T20:54:35.000Z | Source/Server/Server/GameService/GameManagers/PlayerData/PlayerDataManager.cpp | YouZiliCC/nnn | 09e6430cd4118d52966524a11d79b6d35a767597 | [
"MIT"
] | null | null | null | /*
* Dark Souls 3 - Open Server
* Copyright (C) 2021 Tim Leonard
*
* This program is free software; licensed under the MIT license.
* You should have received a copy of the license along with this program.
* If not, see <https://opensource.org/licenses/MIT>.
*/
#include "Server/GameService/GameManagers/PlayerDa... | 41.177632 | 161 | 0.725276 | [
"vector"
] |
edb2223a4bc5902258a839de127ceb386b545663 | 2,368 | cpp | C++ | Source/platform/exported/WebServiceWorkerResponse.cpp | quanganh2627/bytm-x64-L-w05-2015_external_chromium_org_third_party_WebKit | 20e637e67a0c272870ae4d78466a68bcb77af041 | [
"BSD-3-Clause"
] | 7 | 2017-07-13T10:34:54.000Z | 2021-04-16T05:40:35.000Z | Source/platform/exported/WebServiceWorkerResponse.cpp | quanganh2627/bytm-x64-L-w05-2015_external_chromium_org_third_party_WebKit | 20e637e67a0c272870ae4d78466a68bcb77af041 | [
"BSD-3-Clause"
] | null | null | null | Source/platform/exported/WebServiceWorkerResponse.cpp | quanganh2627/bytm-x64-L-w05-2015_external_chromium_org_third_party_WebKit | 20e637e67a0c272870ae4d78466a68bcb77af041 | [
"BSD-3-Clause"
] | 9 | 2017-07-13T12:33:20.000Z | 2021-06-19T02:46:48.000Z | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "config.h"
#include "public/platform/WebServiceWorkerResponse.h"
#include "platform/blob/BlobData.h"
namespace blink {
class WebServiceWorkerR... | 23.68 | 100 | 0.769426 | [
"vector"
] |
edb53a37e5084d107311a4f5a01e840124f8ecbd | 8,196 | cc | C++ | src/s2/s2builderutil_s2polyline_layer_test.cc | qcraftai/s2geometry | 2f4548695d0f2b2f9c7601eb1a68ee100ec70531 | [
"Apache-2.0"
] | null | null | null | src/s2/s2builderutil_s2polyline_layer_test.cc | qcraftai/s2geometry | 2f4548695d0f2b2f9c7601eb1a68ee100ec70531 | [
"Apache-2.0"
] | null | null | null | src/s2/s2builderutil_s2polyline_layer_test.cc | qcraftai/s2geometry | 2f4548695d0f2b2f9c7601eb1a68ee100ec70531 | [
"Apache-2.0"
] | null | null | null | // Copyright 2016 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... | 37.085973 | 78 | 0.699854 | [
"shape",
"vector"
] |
edb657544548f5c48243cbc5b557d59f26c3a2f0 | 5,308 | cpp | C++ | src/kvstore/wal/test/AtomicLogBufferTest.cpp | pengweisong/nebula | 56856e76a80785da0ec96c3a32f9bf6feb02c740 | [
"Apache-2.0"
] | null | null | null | src/kvstore/wal/test/AtomicLogBufferTest.cpp | pengweisong/nebula | 56856e76a80785da0ec96c3a32f9bf6feb02c740 | [
"Apache-2.0"
] | null | null | null | src/kvstore/wal/test/AtomicLogBufferTest.cpp | pengweisong/nebula | 56856e76a80785da0ec96c3a32f9bf6feb02c740 | [
"Apache-2.0"
] | null | null | null | /* Copyright (c) 2019 vesoft inc. All rights reserved.
*
* This source code is licensed under Apache 2.0 License.
*/
#include <gtest/gtest.h>
#include <utility>
#include "common/base/Base.h"
#include "kvstore/wal/AtomicLogBuffer.h"
namespace nebula {
namespace wal {
void checkIterator(std::shared_ptr<AtomicLogB... | 33.383648 | 97 | 0.614732 | [
"vector"
] |
edba8d1462e751da252a6316f58f9df1103e560d | 3,898 | cpp | C++ | src/pattern.cpp | Nico-Curti/rSGD | b1f72c06a7f68c04fc97aaeae45d75852b541d42 | [
"MIT"
] | 1 | 2020-10-22T02:10:06.000Z | 2020-10-22T02:10:06.000Z | src/pattern.cpp | Nico-Curti/rSGD | b1f72c06a7f68c04fc97aaeae45d75852b541d42 | [
"MIT"
] | null | null | null | src/pattern.cpp | Nico-Curti/rSGD | b1f72c06a7f68c04fc97aaeae45d75852b541d42 | [
"MIT"
] | null | null | null | #include <pattern.h>
Patterns :: Patterns () : Nrow(0L), Ncol(0L), Nout(0L), output(nullptr), input(nullptr)
{
}
Patterns :: Patterns (const std :: string & filename, bool bin, const std :: string & del)
{
if (bin)
{
std::ifstream is(filename, std::ios::binary);
if (!is) error_pattern(filename);
is.re... | 26.337838 | 136 | 0.534377 | [
"vector",
"transform"
] |
edbd95b86d55fbc5518341360b3d7f303d381b0e | 11,038 | cpp | C++ | hals/oemlock/test/test.cpp | jingpad-bsp/android_external_nos_host_android | a37b9e60f71cb638cb9069003d09af5a8f26b55c | [
"Apache-2.0"
] | null | null | null | hals/oemlock/test/test.cpp | jingpad-bsp/android_external_nos_host_android | a37b9e60f71cb638cb9069003d09af5a8f26b55c | [
"Apache-2.0"
] | null | null | null | hals/oemlock/test/test.cpp | jingpad-bsp/android_external_nos_host_android | a37b9e60f71cb638cb9069003d09af5a8f26b55c | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (C) 2017 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | 32.087209 | 96 | 0.717068 | [
"vector"
] |
edc05bf60484913b968d9817dab20c2e8c4a2e7a | 8,479 | cpp | C++ | src/finder-sync/finder-sync-host.cpp | duzhanyuan/seafile-client | 19334590d6e9557a9107af1307a0d09e351005dc | [
"Apache-2.0"
] | null | null | null | src/finder-sync/finder-sync-host.cpp | duzhanyuan/seafile-client | 19334590d6e9557a9107af1307a0d09e351005dc | [
"Apache-2.0"
] | null | null | null | src/finder-sync/finder-sync-host.cpp | duzhanyuan/seafile-client | 19334590d6e9557a9107af1307a0d09e351005dc | [
"Apache-2.0"
] | null | null | null | #include "finder-sync/finder-sync-host.h"
#include <vector>
#include <mutex>
#include <memory>
#include <QDir>
#include <QFileInfo>
#include "account.h"
#include "account-mgr.h"
#include "auto-login-service.h"
#include "settings-mgr.h"
#include "seafile-applet.h"
#include "daemon-mgr.h"
#include "rpc/local-repo.h"
#... | 29.3391 | 122 | 0.645713 | [
"vector"
] |
edc3ff588f0b5c12ee14ece36c17668b4ce14ad9 | 708 | cpp | C++ | pat/pat1071.cpp | zofvbeaf/algorithm-practices | 9772808fdf1b73ac55887291d9fb680e90b60958 | [
"MIT"
] | null | null | null | pat/pat1071.cpp | zofvbeaf/algorithm-practices | 9772808fdf1b73ac55887291d9fb680e90b60958 | [
"MIT"
] | null | null | null | pat/pat1071.cpp | zofvbeaf/algorithm-practices | 9772808fdf1b73ac55887291d9fb680e90b60958 | [
"MIT"
] | null | null | null | #include<cstdio>
#include<iostream>
#include<algorithm>
#include<string>
#include<vector>
#include<math.h>
using namespace std;
string s[2000000];
char a,b;
int tot=0;
bool check(char x){
return x>='a'&& x<='z' || x>='0'&& x<='9' || x>='A'&& x<='Z';
}
int main(){
b = '\n';
while((a = getchar()) != '... | 17.7 | 63 | 0.451977 | [
"vector"
] |
edc5f7f949672e5627a7304315f1bb03973c2bfa | 15,072 | cpp | C++ | fdbserver/workloads/BackupToDBUpgrade.actor.cpp | wangmeng99/foundationdb | 50d303867b1b05070611deaef03ea4d84cf74e34 | [
"Apache-2.0"
] | null | null | null | fdbserver/workloads/BackupToDBUpgrade.actor.cpp | wangmeng99/foundationdb | 50d303867b1b05070611deaef03ea4d84cf74e34 | [
"Apache-2.0"
] | null | null | null | fdbserver/workloads/BackupToDBUpgrade.actor.cpp | wangmeng99/foundationdb | 50d303867b1b05070611deaef03ea4d84cf74e34 | [
"Apache-2.0"
] | null | null | null | /*
* BackupToDBUpgrade.actor.cpp
*
* This source file is part of the FoundationDB open source project
*
* Copyright 2013-2018 Apple Inc. and the FoundationDB project authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* ... | 41.180328 | 242 | 0.713575 | [
"vector"
] |
edc5ff9b52444d3a72db4302ec8d8b62dfad0f01 | 2,048 | cpp | C++ | src/graph/qfacebookgraphconnectionmediabase.cpp | heliocastro/QFacebookGraph | 39cfdaecd70ebb0b7617013cd47737939c71a00c | [
"Apache-2.0"
] | 1 | 2019-03-01T23:08:24.000Z | 2019-03-01T23:08:24.000Z | src/graph/qfacebookgraphconnectionmediabase.cpp | heliocastro/QFacebookGraph | 39cfdaecd70ebb0b7617013cd47737939c71a00c | [
"Apache-2.0"
] | null | null | null | src/graph/qfacebookgraphconnectionmediabase.cpp | heliocastro/QFacebookGraph | 39cfdaecd70ebb0b7617013cd47737939c71a00c | [
"Apache-2.0"
] | null | null | null | #include <QDebug>
#include <graph/qfacebookgraphconnectionmediabase.h>
#include <graph/qfacebookgraphcommonmediamodel.h>
QFacebookGraphConnectionMediaBase::QFacebookGraphConnectionMediaBase(QString fbid, QObject *parent) :
QFacebookGraph( parent )
{
m_fbid = fbid;
m_model = QList<QObject*>();
}
QList<QObj... | 28.84507 | 101 | 0.617676 | [
"model"
] |
edc83debc0cec314795c3d1f293dadae4237cddb | 4,560 | cpp | C++ | src/scomponents/graphics/meshes.cpp | guillaume-haerinck/voxel-editor | 78c2db3e7f33a1944ef6202c8ae33f4008695153 | [
"MIT"
] | 7 | 2019-12-30T21:01:06.000Z | 2022-02-24T07:41:52.000Z | src/scomponents/graphics/meshes.cpp | guillaume-haerinck/voxel-editor | 78c2db3e7f33a1944ef6202c8ae33f4008695153 | [
"MIT"
] | null | null | null | src/scomponents/graphics/meshes.cpp | guillaume-haerinck/voxel-editor | 78c2db3e7f33a1944ef6202c8ae33f4008695153 | [
"MIT"
] | 1 | 2020-04-26T22:02:29.000Z | 2020-04-26T22:02:29.000Z | #include "meshes.h"
#include "graphics/render-command.h"
#include "graphics/primitive-data.h"
void Meshes::init(RenderCommand& rcommand) {
// Init Plane Mesh
{
// Attributes
AttributeBuffer positionBuffer = rcommand.createAttributeBuffer(&squareData::positions, static_cast<unsigned int>(std::size(squareData:... | 44.705882 | 251 | 0.76886 | [
"mesh",
"render"
] |
edc92c6e49718f61f5d2038ad6276809de1d9271 | 115,087 | cc | C++ | test/cctest/compiler/test-run-bytecode-graph-builder.cc | adblockplus/v8-googlesource | f318f9835fb4c3f509fe2530cf72c08c56b74ee5 | [
"BSD-3-Clause"
] | 3 | 2015-11-15T05:58:32.000Z | 2019-03-19T11:29:44.000Z | test/cctest/compiler/test-run-bytecode-graph-builder.cc | ConnectionMaster/v8-googlesource | f318f9835fb4c3f509fe2530cf72c08c56b74ee5 | [
"BSD-3-Clause"
] | null | null | null | test/cctest/compiler/test-run-bytecode-graph-builder.cc | ConnectionMaster/v8-googlesource | f318f9835fb4c3f509fe2530cf72c08c56b74ee5 | [
"BSD-3-Clause"
] | 10 | 2015-10-15T06:16:55.000Z | 2019-06-23T18:52:25.000Z | // Copyright 2015 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <utility>
#include "src/api.h"
#include "src/compiler/pipeline.h"
#include "src/debug/debug-interface.h"
#include "src/execution.h"
#include "... | 38.15882 | 80 | 0.585514 | [
"object",
"vector"
] |
edca427657cc94ffefa5277e9ae71e9a21b4bc2e | 6,254 | hpp | C++ | cpp/IMC/Spec/HistoricSonarData.hpp | arthur-bit-monnot/fire-rs-saop | 321e16fceebf44e8e97b482c24f37fbf6dd7d162 | [
"BSD-2-Clause"
] | 13 | 2018-11-19T15:51:23.000Z | 2022-01-16T11:24:21.000Z | cpp/IMC/Spec/HistoricSonarData.hpp | fire-rs-laas/fire-rs-saop | 321e16fceebf44e8e97b482c24f37fbf6dd7d162 | [
"BSD-2-Clause"
] | 14 | 2017-10-12T16:19:19.000Z | 2018-03-12T12:07:56.000Z | cpp/IMC/Spec/HistoricSonarData.hpp | fire-rs-laas/fire-rs-saop | 321e16fceebf44e8e97b482c24f37fbf6dd7d162 | [
"BSD-2-Clause"
] | 4 | 2018-03-12T12:28:55.000Z | 2021-07-07T18:32:17.000Z | //***************************************************************************
// Copyright 2017 OceanScan - Marine Systems & Technology, Lda. *
//***************************************************************************
// Licensed under the Apache License, Version 2.0 (the "License"); *
// you m... | 30.656863 | 91 | 0.547969 | [
"vector"
] |
edd05ea13d5af9dc30fbccdd61a686696f583c91 | 71,304 | cpp | C++ | src/hip_graph.cpp | neqochan/hipamd | a97f7e4214c4111723d1476942106022d1186c70 | [
"MIT"
] | null | null | null | src/hip_graph.cpp | neqochan/hipamd | a97f7e4214c4111723d1476942106022d1186c70 | [
"MIT"
] | null | null | null | src/hip_graph.cpp | neqochan/hipamd | a97f7e4214c4111723d1476942106022d1186c70 | [
"MIT"
] | null | null | null | /* Copyright (c) 2021 - 2021 Advanced Micro Devices, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, mer... | 40.513636 | 106 | 0.682612 | [
"vector"
] |
edd22f783f03b1fbd34039cd7b00f08d34ca9fc6 | 10,100 | cc | C++ | tensorflow/contrib/lite/toco/tflite/import_test.cc | tianyapiaozi/tensorflow | fb3ce0467766a8e91f1da0ad7ada7c24fde7a73a | [
"Apache-2.0"
] | 71 | 2017-05-25T16:02:15.000Z | 2021-06-09T16:08:08.000Z | tensorflow/contrib/lite/toco/tflite/import_test.cc | shrikunjsarda/tensorflow | 7e8927e7af0c51ac20a63bd4eab6ff83df1a39ae | [
"Apache-2.0"
] | 133 | 2017-04-26T16:49:49.000Z | 2019-10-15T11:39:26.000Z | tensorflow/contrib/lite/toco/tflite/import_test.cc | shrikunjsarda/tensorflow | 7e8927e7af0c51ac20a63bd4eab6ff83df1a39ae | [
"Apache-2.0"
] | 31 | 2018-09-11T02:17:17.000Z | 2021-12-15T10:33:35.000Z | /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | 38.113208 | 80 | 0.662475 | [
"shape",
"vector",
"model"
] |
edd4a0d18399056d43f1c77143d7eeca411d6f08 | 5,560 | cc | C++ | chrome/browser/ui/webui/chromeos/mobile_setup_dialog.cc | shaochangbin/chromium-crosswalk | 634d34e4cf82b4f7400357c53ec12efaffe94add | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 2 | 2019-01-16T03:57:28.000Z | 2021-01-23T15:29:45.000Z | chrome/browser/ui/webui/chromeos/mobile_setup_dialog.cc | shaochangbin/chromium-crosswalk | 634d34e4cf82b4f7400357c53ec12efaffe94add | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | chrome/browser/ui/webui/chromeos/mobile_setup_dialog.cc | shaochangbin/chromium-crosswalk | 634d34e4cf82b4f7400357c53ec12efaffe94add | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2017-03-15T13:21:38.000Z | 2017-03-15T13:21:38.000Z | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/ui/webui/chromeos/mobile_setup_dialog.h"
#include "base/bind.h"
#include "base/memory/singleton.h"
#include "base/strings/ut... | 34.320988 | 80 | 0.767266 | [
"vector"
] |
edd530b64a82c6653597aa870db9a0f7c39c2779 | 1,832 | cc | C++ | src/tests/source/Test51.cc | venkate5hgunda/CSE598-Spring22-Group22-NetsDB | 6c2dabd1a3b3f5901a97c788423fdd93cc0015d4 | [
"Apache-2.0"
] | 13 | 2022-01-17T16:14:26.000Z | 2022-03-30T02:06:04.000Z | src/tests/source/Test51.cc | venkate5hgunda/CSE598-Spring22-Group22-NetsDB | 6c2dabd1a3b3f5901a97c788423fdd93cc0015d4 | [
"Apache-2.0"
] | 1 | 2022-01-28T23:17:14.000Z | 2022-01-28T23:17:14.000Z | src/tests/source/Test51.cc | venkate5hgunda/CSE598-Spring22-Group22-NetsDB | 6c2dabd1a3b3f5901a97c788423fdd93cc0015d4 | [
"Apache-2.0"
] | 3 | 2022-01-18T02:13:53.000Z | 2022-03-06T19:28:19.000Z |
#ifndef TEST_50_H
#define TEST_50_H
#include "PDBString.h"
#include "DistributedStorageManagerClient.h"
#include "Supervisor.h"
#include "Employee.h"
#include "DataTypes.h"
#include <ctime>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <chrono>
#include <fcntl.h>
/* This test uses data an... | 25.09589 | 91 | 0.599891 | [
"vector"
] |
edda95fa0de1f75152456c36abd88e8b4114694b | 34,561 | cc | C++ | depends/dbcommon/src/dbcommon/function/string-function.cc | YangHao666666/hawq | 10cff8350f1ba806c6fec64eb67e0e6f6f24786c | [
"Artistic-1.0-Perl",
"ISC",
"bzip2-1.0.5",
"TCL",
"Apache-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"MIT",
"PostgreSQL",
"BSD-3-Clause"
] | 1 | 2020-05-11T01:39:13.000Z | 2020-05-11T01:39:13.000Z | depends/dbcommon/src/dbcommon/function/string-function.cc | YangHao666666/hawq | 10cff8350f1ba806c6fec64eb67e0e6f6f24786c | [
"Artistic-1.0-Perl",
"ISC",
"bzip2-1.0.5",
"TCL",
"Apache-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"MIT",
"PostgreSQL",
"BSD-3-Clause"
] | 1 | 2021-03-01T02:57:26.000Z | 2021-03-01T02:57:26.000Z | depends/dbcommon/src/dbcommon/function/string-function.cc | YangHao666666/hawq | 10cff8350f1ba806c6fec64eb67e0e6f6f24786c | [
"Artistic-1.0-Perl",
"ISC",
"bzip2-1.0.5",
"TCL",
"Apache-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"MIT",
"PostgreSQL",
"BSD-3-Clause"
] | 1 | 2020-05-03T07:29:21.000Z | 2020-05-03T07:29:21.000Z | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 32.790323 | 80 | 0.571685 | [
"object",
"vector",
"transform"
] |
eddafe08603a420c68e968242f3f5ad52b75cfa1 | 34,637 | cpp | C++ | Source/Falcor/Scene/Importers/USDImporter/PreviewSurfaceConverter.cpp | mistralk/Falcor | 49621cc8484bdd5887886b191c2dbde91693ec6a | [
"BSD-3-Clause"
] | null | null | null | Source/Falcor/Scene/Importers/USDImporter/PreviewSurfaceConverter.cpp | mistralk/Falcor | 49621cc8484bdd5887886b191c2dbde91693ec6a | [
"BSD-3-Clause"
] | null | null | null | Source/Falcor/Scene/Importers/USDImporter/PreviewSurfaceConverter.cpp | mistralk/Falcor | 49621cc8484bdd5887886b191c2dbde91693ec6a | [
"BSD-3-Clause"
] | null | null | null | /***************************************************************************
# Copyright (c) 2015-21, NVIDIA CORPORATION. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# * Redistributions... | 43.844304 | 259 | 0.593874 | [
"geometry",
"render",
"transform"
] |
eddc67d6f9d75f2665f663f9c06a312af037e104 | 4,556 | cpp | C++ | android-31/android/app/appsearch/GenericDocument.cpp | YJBeetle/QtAndroidAPI | 1468b5dc6eafaf7709f0b00ba1a6ec2b70684266 | [
"Apache-2.0"
] | 12 | 2020-03-26T02:38:56.000Z | 2022-03-14T08:17:26.000Z | android-31/android/app/appsearch/GenericDocument.cpp | YJBeetle/QtAndroidAPI | 1468b5dc6eafaf7709f0b00ba1a6ec2b70684266 | [
"Apache-2.0"
] | 1 | 2021-01-27T06:07:45.000Z | 2021-11-13T19:19:43.000Z | android-31/android/app/appsearch/GenericDocument.cpp | YJBeetle/QtAndroidAPI | 1468b5dc6eafaf7709f0b00ba1a6ec2b70684266 | [
"Apache-2.0"
] | 3 | 2021-02-02T12:34:55.000Z | 2022-03-08T07:45:57.000Z | #include "../../../JByteArray.hpp"
#include "../../../JDoubleArray.hpp"
#include "../../../JLongArray.hpp"
#include "../../../JArray.hpp"
#include "../../../JArray.hpp"
#include "../../../JBooleanArray.hpp"
#include "../../../JArray.hpp"
#include "../../../JObject.hpp"
#include "../../../JString.hpp"
#include "./Generi... | 22.009662 | 98 | 0.690299 | [
"object"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.