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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4f73d0cee340ea2e738990ce01b8e2eff71a5c08 | 26,022 | cpp | C++ | src/ltimage.cpp | ianmaclarty/lotech | 0b828778b41ed09df9aba3bfd8b63ac683acffc3 | [
"curl"
] | 9 | 2015-06-28T05:47:33.000Z | 2021-06-29T13:35:48.000Z | src/ltimage.cpp | ianmaclarty/lotech | 0b828778b41ed09df9aba3bfd8b63ac683acffc3 | [
"curl"
] | 5 | 2015-01-10T02:56:53.000Z | 2018-07-27T03:21:14.000Z | src/ltimage.cpp | ianmaclarty/lotech | 0b828778b41ed09df9aba3bfd8b63ac683acffc3 | [
"curl"
] | 3 | 2015-04-01T14:48:54.000Z | 2015-11-12T11:52:50.000Z | /* Copyright (C) 2010-2013 Ian MacLarty. See Copyright Notice in lt.h. */
#include "lt.h"
LT_INIT_IMPL(ltimage)
#define BBCHUNK_KEY "LTBB"
// w and h are the width and height of the original image.
// l, b, r and t are the left, bottom, right and top dimensions of the bounding box.
#define BBCHUNK_FORMAT "w%dh%dl%db%... | 31.734146 | 117 | 0.594535 | [
"mesh"
] |
4f7432cd657aa9d2bdbb7ffe2f4743b7edc31c44 | 51,642 | cpp | C++ | editor/editor_help.cpp | dgap97/godot | fbaaf11531392598a2ba8164b62bbfb72b5acaea | [
"CC-BY-3.0",
"Apache-2.0",
"MIT"
] | 1 | 2021-09-30T15:21:10.000Z | 2021-09-30T15:21:10.000Z | editor/editor_help.cpp | dgap97/godot | fbaaf11531392598a2ba8164b62bbfb72b5acaea | [
"CC-BY-3.0",
"Apache-2.0",
"MIT"
] | 9 | 2019-11-07T20:47:48.000Z | 2019-12-12T13:25:14.000Z | editor/editor_help.cpp | dgap97/godot | fbaaf11531392598a2ba8164b62bbfb72b5acaea | [
"CC-BY-3.0",
"Apache-2.0",
"MIT"
] | 1 | 2019-10-24T20:17:21.000Z | 2019-10-24T20:17:21.000Z | /*************************************************************************/
/* editor_help.cpp */
/*************************************************************************/
/* This file is part of: */
/* ... | 27.764516 | 300 | 0.656694 | [
"vector"
] |
4f78cca90f89c2a33229f7aa22d34c1802ed455c | 809 | cpp | C++ | tests/dataStructures/segmentTree/BottomUpMaxSegmentTree.cpp | s0rav/spcppl | a17886c9082055490dab09c47a250accfadd8513 | [
"WTFPL"
] | 30 | 2015-04-19T17:04:33.000Z | 2022-03-22T13:26:53.000Z | tests/dataStructures/segmentTree/BottomUpMaxSegmentTree.cpp | s0rav/spcppl | a17886c9082055490dab09c47a250accfadd8513 | [
"WTFPL"
] | 4 | 2018-05-27T18:20:10.000Z | 2021-11-28T15:22:12.000Z | tests/dataStructures/segmentTree/BottomUpMaxSegmentTree.cpp | s0rav/spcppl | a17886c9082055490dab09c47a250accfadd8513 | [
"WTFPL"
] | 8 | 2016-10-28T16:46:05.000Z | 2021-02-24T16:49:20.000Z | #include <spcppl/dataStructures/segmentTree/BottomUpMaxSegmentTree.hpp>
#include <gtest/gtest.h>
#include <vector>
TEST(BottomUpMaxSegmentTree, CreationFromNumber) {
BottomUpMaxSegmentTree<int> tree(5);
EXPECT_EQ(tree.getElement(3), NegativeInfinity<int>()());
}
TEST(BottomUpMaxSegmentTree, CreationFromList) {
Bot... | 28.892857 | 71 | 0.736712 | [
"vector"
] |
4f79544857ae154a2e7a67b26d59674ddca5915c | 19,848 | cpp | C++ | roc_app/Elements/Model/Skeleton.cpp | SDraw/roc_engine | f38b38fc1ff8e48d5e0800941a2cf0d3818b4fcf | [
"MIT"
] | 7 | 2020-11-24T16:10:11.000Z | 2022-02-17T22:39:36.000Z | roc_app/Elements/Model/Skeleton.cpp | SDraw/roc_engine | f38b38fc1ff8e48d5e0800941a2cf0d3818b4fcf | [
"MIT"
] | null | null | null | roc_app/Elements/Model/Skeleton.cpp | SDraw/roc_engine | f38b38fc1ff8e48d5e0800941a2cf0d3818b4fcf | [
"MIT"
] | 2 | 2020-11-24T16:10:12.000Z | 2021-10-02T06:44:43.000Z | #include "stdafx.h"
#include "Elements/Model/Skeleton.h"
#include "Elements/Model/Bone.h"
#include "Elements/Geometry/BoneCollisionData.hpp"
#include "Elements/Geometry/BoneData.hpp"
#include "Elements/Geometry/BoneJointData.hpp"
#include "Elements/Animation/Animation.h"
#include "Elements/Animation/BoneFrameData.h"
... | 45.627586 | 207 | 0.606812 | [
"geometry",
"vector",
"model"
] |
4f79f6175603994faa4a2629ec31421c003016ef | 12,869 | cpp | C++ | src/checker.cpp | d-kfmnn/pacheck2 | b3dcee7065b0af1a3ba6ec5ce87524109b4fa709 | [
"MIT"
] | null | null | null | src/checker.cpp | d-kfmnn/pacheck2 | b3dcee7065b0af1a3ba6ec5ce87524109b4fa709 | [
"MIT"
] | null | null | null | src/checker.cpp | d-kfmnn/pacheck2 | b3dcee7065b0af1a3ba6ec5ce87524109b4fa709 | [
"MIT"
] | null | null | null | /*------------------------------------------------------------------------*/
/*! \file checker.cpp
\brief parses and checks the proof
Part of Pacheck 2.0 : PAC proof checker.
Copyright(C) 2020 Daniela Kaufmann, Johannes Kepler University Linz
*/
/*---------------------------------------------------------------... | 28.098253 | 81 | 0.595151 | [
"vector"
] |
4f7cd2d72c24985a5dfc9952d14496a49d3e3afc | 65,715 | cc | C++ | content/browser/appcache/appcache_storage_impl.cc | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | content/browser/appcache/appcache_storage_impl.cc | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | content/browser/appcache/appcache_storage_impl.cc | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | // 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 "content/browser/appcache/appcache_storage_impl.h"
#include <stddef.h>
#include <algorithm>
#include <functional>
#include <limits>
#includ... | 33.926174 | 80 | 0.712212 | [
"vector"
] |
4f7d054f724dd2dc8a5d8549c69c55c825d28f21 | 11,247 | cc | C++ | tensorflow/core/kernels/mkl_quantize_op.cc | ouakif/tensorflow | 63c45aacf30e819b00e74b85bd1c9f11b0760cd3 | [
"Apache-2.0"
] | 27 | 2020-02-29T04:13:22.000Z | 2022-02-07T21:54:50.000Z | tensorflow/core/kernels/mkl_quantize_op.cc | top-on/tensorflow | 6efce9a74d4ba2ba2182d92ac1e4f144b5d755d2 | [
"Apache-2.0"
] | 5 | 2020-06-01T18:50:38.000Z | 2021-07-16T07:13:52.000Z | tensorflow/core/kernels/mkl_quantize_op.cc | top-on/tensorflow | 6efce9a74d4ba2ba2182d92ac1e4f144b5d755d2 | [
"Apache-2.0"
] | 10 | 2020-12-15T03:55:24.000Z | 2021-12-17T23:14:11.000Z | /* Copyright 2019 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | 41.501845 | 80 | 0.628434 | [
"shape",
"vector"
] |
4f7d1ceb498e42c29acadb53f6a46699051d9187 | 1,594 | hpp | C++ | src/Visuals/Shading/visuals-shadow-renderer.hpp | LazyFalcon/TechDemo-v4 | 7b865e20beb7f04fde6e7df66be30f555e0aef5a | [
"MIT"
] | null | null | null | src/Visuals/Shading/visuals-shadow-renderer.hpp | LazyFalcon/TechDemo-v4 | 7b865e20beb7f04fde6e7df66be30f555e0aef5a | [
"MIT"
] | null | null | null | src/Visuals/Shading/visuals-shadow-renderer.hpp | LazyFalcon/TechDemo-v4 | 7b865e20beb7f04fde6e7df66be30f555e0aef5a | [
"MIT"
] | null | null | null | #pragma once
#include "LightSource.hpp"
class Context;
class ShadowPool;
class ShadowRenderer
{
private:
Context& context;
std::unique_ptr<ShadowPool> m_shadowPool;
using Vec = std::vector<LightSource*>;
Vec m_lights;
Vec m_recentlyRemoved;
template<typename T>
auto diffContainers(std::ve... | 28.981818 | 110 | 0.63739 | [
"vector"
] |
4f7f28887b5b969094687ac57d6dcaba4f2af4c0 | 16,231 | cc | C++ | tensorflow/contrib/boosted_trees/lib/utils/dropout_utils_test.cc | uve/tensorflow | e08079463bf43e5963acc41da1f57e95603f8080 | [
"Apache-2.0"
] | null | null | null | tensorflow/contrib/boosted_trees/lib/utils/dropout_utils_test.cc | uve/tensorflow | e08079463bf43e5963acc41da1f57e95603f8080 | [
"Apache-2.0"
] | null | null | null | tensorflow/contrib/boosted_trees/lib/utils/dropout_utils_test.cc | uve/tensorflow | e08079463bf43e5963acc41da1f57e95603f8080 | [
"Apache-2.0"
] | null | null | null | // 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 re... | 36.229911 | 81 | 0.628858 | [
"vector"
] |
4f82a4b105532e2ba0a4132ff2ef092d22016625 | 3,185 | cc | C++ | src/core/analysis/normalized_node_creator_test.cc | wrightak/jumanpp | 49784bac7ee9562f1839aa12c780b019a1cb0e03 | [
"Apache-2.0"
] | 300 | 2016-10-19T02:20:39.000Z | 2022-02-23T19:58:04.000Z | src/core/analysis/normalized_node_creator_test.cc | wrightak/jumanpp | 49784bac7ee9562f1839aa12c780b019a1cb0e03 | [
"Apache-2.0"
] | 130 | 2016-10-17T07:57:14.000Z | 2022-03-20T17:37:13.000Z | src/core/analysis/normalized_node_creator_test.cc | wrightak/jumanpp | 49784bac7ee9562f1839aa12c780b019a1cb0e03 | [
"Apache-2.0"
] | 36 | 2016-10-19T11:47:05.000Z | 2022-01-25T09:36:12.000Z | //
// Created by Arseny Tolmachev on 2017/11/23.
//
#include "charlattice.h"
#include "testing/test_analyzer.h"
#include "util/logging.hpp"
using namespace jumanpp;
using namespace jumanpp::core;
using namespace jumanpp::testing;
namespace {
class NNodeTestEnv {
TestEnv tenv;
StringField fld1, fld2;
dic::Dict... | 29.766355 | 80 | 0.618838 | [
"vector"
] |
4f840a0b32257193f95a74cf0d45ab7a182c7ddc | 11,895 | cpp | C++ | dev/Gems/AudioSystem/Code/Source/Editor/AudioControlsEditorUndo.cpp | jeikabu/lumberyard | 07228c605ce16cbf5aaa209a94a3cb9d6c1a4115 | [
"AML"
] | 2 | 2020-06-27T12:13:44.000Z | 2020-06-27T12:13:46.000Z | dev/Gems/AudioSystem/Code/Source/Editor/AudioControlsEditorUndo.cpp | jeikabu/lumberyard | 07228c605ce16cbf5aaa209a94a3cb9d6c1a4115 | [
"AML"
] | null | null | null | dev/Gems/AudioSystem/Code/Source/Editor/AudioControlsEditorUndo.cpp | jeikabu/lumberyard | 07228c605ce16cbf5aaa209a94a3cb9d6c1a4115 | [
"AML"
] | null | null | null | /*
* 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... | 34.378613 | 99 | 0.434216 | [
"vector"
] |
4f858f9dad295acabe7aac483e1ce3426d4d8f27 | 35,925 | cpp | C++ | source/d3d9/d3d9_device.cpp | Dakraid/reshade | 272dc1b0dafd3e37368c03663324f08d8c2b1920 | [
"BSD-3-Clause"
] | null | null | null | source/d3d9/d3d9_device.cpp | Dakraid/reshade | 272dc1b0dafd3e37368c03663324f08d8c2b1920 | [
"BSD-3-Clause"
] | null | null | null | source/d3d9/d3d9_device.cpp | Dakraid/reshade | 272dc1b0dafd3e37368c03663324f08d8c2b1920 | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (C) 2014 Patrick Mours. All rights reserved.
* License: https://github.com/crosire/reshade#license
*/
#include "dll_log.hpp"
#include "d3d9_device.hpp"
#include "d3d9_swapchain.hpp"
#include "runtime_d3d9.hpp"
extern void dump_and_modify_present_parameters(D3DPRESENT_PARAMETERS &pp, IDirect3D9 *d3d,... | 40.823864 | 272 | 0.808796 | [
"object"
] |
4f8b51682be2e6eff3aa9715f1797560b86ddcbd | 34,390 | cpp | C++ | Source/Engine/UI/ListView.cpp | 1vanK/Urho3DQuake2 | 6b166c55414cb55a81bd777a735d0ddae0b0451a | [
"Apache-2.0"
] | 7 | 2016-05-13T02:07:22.000Z | 2022-02-13T20:34:10.000Z | Source/Engine/UI/ListView.cpp | 1vanK/Urho3DQuake2 | 6b166c55414cb55a81bd777a735d0ddae0b0451a | [
"Apache-2.0"
] | null | null | null | Source/Engine/UI/ListView.cpp | 1vanK/Urho3DQuake2 | 6b166c55414cb55a81bd777a735d0ddae0b0451a | [
"Apache-2.0"
] | 3 | 2016-11-20T14:47:00.000Z | 2019-01-19T15:07:44.000Z | //
// Copyright (c) 2008-2014 the Urho3D project.
//
// 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, m... | 30.299559 | 146 | 0.602588 | [
"object",
"vector"
] |
4f9329c48af4b83363d9719254e875e598c2fdc8 | 5,244 | hpp | C++ | tests/stubs/infrastructure_connection_stub.hpp | mariusherzog/dicom | 826a1dadb294637f350a665b9c4f97f2cd46439d | [
"MIT"
] | 15 | 2016-01-28T16:54:57.000Z | 2021-04-16T08:28:21.000Z | tests/stubs/infrastructure_connection_stub.hpp | mariusherzog/dicom | 826a1dadb294637f350a665b9c4f97f2cd46439d | [
"MIT"
] | null | null | null | tests/stubs/infrastructure_connection_stub.hpp | mariusherzog/dicom | 826a1dadb294637f350a665b9c4f97f2cd46439d | [
"MIT"
] | 3 | 2016-07-16T05:22:11.000Z | 2020-04-03T08:59:26.000Z | #ifndef INFRASTRUCTURE_CONNECTION_STUB_HPP
#define INFRASTRUCTURE_CONNECTION_STUB_HPP
#include <iostream>
#include <fstream>
#include "../source/infrastructure/asio_tcp_connection.hpp"
#include "../source/infrastructure/asio_tcp_connection_manager.hpp"
/**
* @brief The infrastrustructure_timer_stub does nothing
*... | 31.029586 | 132 | 0.601449 | [
"vector"
] |
4f948261b6a701b98dd3bd5fd407de4beca780a7 | 32,871 | cc | C++ | compiler/Passes/Lowerings.cc | KaanOzkan/sorbet | 9866ac9757a0ec75e4effe1e0fced0ada4246de7 | [
"Apache-2.0"
] | null | null | null | compiler/Passes/Lowerings.cc | KaanOzkan/sorbet | 9866ac9757a0ec75e4effe1e0fced0ada4246de7 | [
"Apache-2.0"
] | null | null | null | compiler/Passes/Lowerings.cc | KaanOzkan/sorbet | 9866ac9757a0ec75e4effe1e0fced0ada4246de7 | [
"Apache-2.0"
] | null | null | null | // These violate our poisons so have to happen first
#include "llvm/IR/DerivedTypes.h" // FunctionType
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/InstVisitor.h"
#include "llvm/IR/MDBuilder.h"
#include "llvm/Pass.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include "Passes.h"
#include "compiler/Core/Opt... | 43.024869 | 134 | 0.591038 | [
"object",
"vector"
] |
4f9539db12e73c1d37200a7564f1cca572df44c7 | 1,829 | cpp | C++ | benchmarks/bench_sort.cpp | timsort/cpp-TimSort | 552d9e587a7a38b28519be9cc100d5ce7854c670 | [
"MIT"
] | 124 | 2019-09-17T12:18:21.000Z | 2022-03-30T19:39:14.000Z | benchmarks/bench_sort.cpp | timsort/cpp-TimSort | 552d9e587a7a38b28519be9cc100d5ce7854c670 | [
"MIT"
] | 15 | 2019-09-17T11:36:02.000Z | 2022-01-30T13:25:09.000Z | benchmarks/bench_sort.cpp | timsort/cpp-TimSort | 552d9e587a7a38b28519be9cc100d5ce7854c670 | [
"MIT"
] | 17 | 2019-10-06T15:27:16.000Z | 2022-03-29T08:57:20.000Z | /*
* Copyright (c) 2011 Fuji, Goro (gfx) <gfuji@cpan.org>.
* Copyright (c) 2019 Morwenn.
*
* SPDX-License-Identifier: MIT
*/
#include <cstdlib>
#include <ctime>
#include <algorithm>
#include <iostream>
#include <vector>
#include <gfx/timsort.hpp>
#include "benchmarker.hpp"
template <typename value_t>
struct Bench... | 28.578125 | 101 | 0.484418 | [
"vector"
] |
4f9563a5724b1b0b0b236d744cd97ad9a1e56033 | 652 | hpp | C++ | src/tests/ie_test_utils/unit_test_utils/mocks/cpp_interfaces/interface/mock_ivariable_state_internal.hpp | ryanloney/openvino-1 | 4e0a740eb3ee31062ba0df88fcf438564f67edb7 | [
"Apache-2.0"
] | 1,127 | 2018-10-15T14:36:58.000Z | 2020-04-20T09:29:44.000Z | src/tests/ie_test_utils/unit_test_utils/mocks/cpp_interfaces/interface/mock_ivariable_state_internal.hpp | ryanloney/openvino-1 | 4e0a740eb3ee31062ba0df88fcf438564f67edb7 | [
"Apache-2.0"
] | 439 | 2018-10-20T04:40:35.000Z | 2020-04-19T05:56:25.000Z | src/tests/ie_test_utils/unit_test_utils/mocks/cpp_interfaces/interface/mock_ivariable_state_internal.hpp | ryanloney/openvino-1 | 4e0a740eb3ee31062ba0df88fcf438564f67edb7 | [
"Apache-2.0"
] | 414 | 2018-10-17T05:53:46.000Z | 2020-04-16T17:29:53.000Z | // Copyright (C) 2018-2022 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#pragma once
#include <gmock/gmock.h>
#include <string>
#include <vector>
#include <cpp_interfaces/interface/ie_ivariable_state_internal.hpp>
class MockIVariableStateInternal : public InferenceEngine::IVariableStateInternal {
pu... | 29.636364 | 107 | 0.768405 | [
"vector"
] |
4f95d00ec3894665d73617e8de3e53d2e44b0a79 | 23,326 | cpp | C++ | model/Task_attributes.cpp | ProcessMaker/pmio-sdk-cpprest | 4c8408571837995dceebbb119454b81cd2dff995 | [
"Apache-2.0"
] | null | null | null | model/Task_attributes.cpp | ProcessMaker/pmio-sdk-cpprest | 4c8408571837995dceebbb119454b81cd2dff995 | [
"Apache-2.0"
] | null | null | null | model/Task_attributes.cpp | ProcessMaker/pmio-sdk-cpprest | 4c8408571837995dceebbb119454b81cd2dff995 | [
"Apache-2.0"
] | 2 | 2017-08-06T12:56:32.000Z | 2018-09-06T05:09:47.000Z | /**
* ProcessMaker API
* This ProcessMaker I/O API provides access to a BPMN 2.0 compliant workflow engine api that is designed to be used as a microservice to support enterprise cloud applications. The current Alpha 1.0 version supports most of the descriptive class of the BPMN 2.0 specification.
*
* OpenAPI spec... | 30.020592 | 277 | 0.706808 | [
"object",
"model"
] |
4f9731494ebf191527e58a1de9b2d8405dad9167 | 3,625 | cpp | C++ | src/mame/audio/socrates.cpp | Robbbert/messui | 49b756e2140d8831bc81335298ee8c5471045e79 | [
"BSD-3-Clause"
] | 26 | 2015-03-31T06:25:51.000Z | 2021-12-14T09:29:04.000Z | src/mame/audio/socrates.cpp | Robbbert/messui | 49b756e2140d8831bc81335298ee8c5471045e79 | [
"BSD-3-Clause"
] | null | null | null | src/mame/audio/socrates.cpp | Robbbert/messui | 49b756e2140d8831bc81335298ee8c5471045e79 | [
"BSD-3-Clause"
] | 10 | 2015-03-27T05:45:51.000Z | 2022-02-04T06:57:36.000Z | // license:BSD-3-Clause
// copyright-holders:Jonathan Gevaryahu
/***************************************************************************
audio/socrates.c
Copyright (C) 2010-2011 Jonathan Gevaryahu AKA Lord Nightmare
This handles the two squarewaves (plus the one weird wave) channels
on the V-tech ... | 28.320313 | 254 | 0.600276 | [
"vector"
] |
4f97c16c0c3c8b0a1e15240acce662f2acf19334 | 15,084 | cpp | C++ | pir/cpp/server_test.cpp | libratiger/PIR | 4bbadafefc6f6b359b37c24d915e939dc7e9c016 | [
"Apache-2.0"
] | 25 | 2020-05-13T09:07:32.000Z | 2022-01-18T18:23:40.000Z | pir/cpp/server_test.cpp | libratiger/PIR | 4bbadafefc6f6b359b37c24d915e939dc7e9c016 | [
"Apache-2.0"
] | 25 | 2020-05-14T06:21:31.000Z | 2022-03-24T01:59:29.000Z | pir/cpp/server_test.cpp | libratiger/PIR | 4bbadafefc6f6b359b37c24d915e939dc7e9c016 | [
"Apache-2.0"
] | 10 | 2020-05-25T14:11:49.000Z | 2022-02-18T03:41:45.000Z | //
// Copyright 2020 the authors listed in CONTRIBUTORS.md
//
// 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 ap... | 34.916667 | 80 | 0.645717 | [
"vector"
] |
4f980d4ee258acac4558323ca7bd71ccdf3beeb1 | 19,387 | cpp | C++ | 3rdparty/webkit/Source/WebKit/UIProcess/API/glib/WebKitFindController.cpp | mchiasson/PhaserNative | f867454602c395484bf730a7c43b9c586c102ac2 | [
"MIT"
] | 1 | 2021-05-27T07:29:31.000Z | 2021-05-27T07:29:31.000Z | WebKit2-7606.2.104.1.1/WebKit2-7606.2.104.1.1/UIProcess/API/glib/WebKitFindController.cpp | mlcldh/appleWebKit2 | 39cc42a4710c9319c8da269621844493ab2ccdd6 | [
"MIT"
] | null | null | null | WebKit2-7606.2.104.1.1/WebKit2-7606.2.104.1.1/UIProcess/API/glib/WebKitFindController.cpp | mlcldh/appleWebKit2 | 39cc42a4710c9319c8da269621844493ab2ccdd6 | [
"MIT"
] | 1 | 2019-01-25T13:55:25.000Z | 2019-01-25T13:55:25.000Z | /*
* Copyright (C) 2012 Igalia S.L.
*
* 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
* version 2,1 of the License, or (at your option) any later version.
*
* This library ... | 38.619522 | 157 | 0.70506 | [
"object",
"vector"
] |
4f99124384ca64dcc9f3929d819607f804ec439c | 20,528 | cpp | C++ | iOS/G3MiOSSDK/Commons/Basic/PlanetTileTessellator.cpp | restjohn/g3m | 608657fd6f0e2898bd963d15136ff085b499e97e | [
"BSD-2-Clause"
] | null | null | null | iOS/G3MiOSSDK/Commons/Basic/PlanetTileTessellator.cpp | restjohn/g3m | 608657fd6f0e2898bd963d15136ff085b499e97e | [
"BSD-2-Clause"
] | null | null | null | iOS/G3MiOSSDK/Commons/Basic/PlanetTileTessellator.cpp | restjohn/g3m | 608657fd6f0e2898bd963d15136ff085b499e97e | [
"BSD-2-Clause"
] | null | null | null | //
// PlanetTileTessellator.cpp
// G3MiOSSDK
//
// Created by Agustin Trujillo Pino on 12/07/12.
// Copyright (c) 2012 IGO Software SL. All rights reserved.
//
#include "PlanetTileTessellator.hpp"
#include "Tile.hpp"
#include "Context.hpp"
#include "IndexedMesh.hpp"
#include "TextureMapping.hpp"
#include "Texture... | 35.454231 | 128 | 0.553196 | [
"mesh"
] |
4f994485c3dea62a3fcc0991066689bf0f85b2ea | 2,088 | cpp | C++ | core/jsonfile.cpp | granitepenguin/wwiv | 30669b21f45c5f534014a251f55568c86904f87e | [
"Apache-2.0"
] | 157 | 2015-07-08T18:29:22.000Z | 2022-03-10T10:22:58.000Z | core/jsonfile.cpp | granitepenguin/wwiv | 30669b21f45c5f534014a251f55568c86904f87e | [
"Apache-2.0"
] | 1,037 | 2015-07-18T03:09:12.000Z | 2022-03-13T17:39:55.000Z | core/jsonfile.cpp | granitepenguin/wwiv | 30669b21f45c5f534014a251f55568c86904f87e | [
"Apache-2.0"
] | 74 | 2015-07-08T19:42:19.000Z | 2021-12-22T06:15:46.000Z | /**************************************************************************/
/* */
/* WWIV Version 5.x */
/* Copyright (C)2016-2021, WWIV Software Services */
/* ... | 40.153846 | 76 | 0.435345 | [
"object"
] |
4f9c32930117488174b49a6402e40ca4177e3256 | 45,283 | cc | C++ | services/network/public/cpp/content_security_policy/csp_source_list_unittest.cc | Ron423c/chromium | 2edf7b980065b648f8b2a6e52193d83832fe36b7 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 575 | 2015-06-18T23:58:20.000Z | 2022-03-23T09:32:39.000Z | services/network/public/cpp/content_security_policy/csp_source_list_unittest.cc | Ron423c/chromium | 2edf7b980065b648f8b2a6e52193d83832fe36b7 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 113 | 2015-05-04T09:58:14.000Z | 2022-01-31T19:35:03.000Z | services/network/public/cpp/content_security_policy/csp_source_list_unittest.cc | iridium-browser/iridium-browser | 907e31cf5ce5ad14d832796e3a7c11e496828959 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 52 | 2015-07-14T10:40:50.000Z | 2022-03-15T01:11:49.000Z | // Copyright 2017 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 "services/network/public/cpp/content_security_policy/csp_source_list.h"
#include "base/strings/stringprintf.h"
#include "net/http/http_response_h... | 42.881629 | 88 | 0.585871 | [
"vector",
"transform"
] |
4f9cd578b337c04f069e68e4aa5e90c135e78b46 | 2,549 | cpp | C++ | lib/params/Transform.cpp | RemiLacroix-IDRIS/VAPOR | 33c787b6089ad845f6f989176d839e117fcdb03f | [
"BSD-3-Clause"
] | null | null | null | lib/params/Transform.cpp | RemiLacroix-IDRIS/VAPOR | 33c787b6089ad845f6f989176d839e117fcdb03f | [
"BSD-3-Clause"
] | null | null | null | lib/params/Transform.cpp | RemiLacroix-IDRIS/VAPOR | 33c787b6089ad845f6f989176d839e117fcdb03f | [
"BSD-3-Clause"
] | 1 | 2021-12-04T15:35:46.000Z | 2021-12-04T15:35:46.000Z | //************************************************************************
// *
// Copyright (C) 2004 *
// University Corporation for Atmospheric Research *
// All Rights Reserved *
// *
//************************************************************************/
//
// File:... | 28.010989 | 88 | 0.597882 | [
"object",
"vector",
"transform"
] |
4f9d975c4daf7faea0ed873235c27fb0843f6666 | 18,149 | cpp | C++ | utils/stats.cpp | ndvbd/tongrams | a301022cd01a21f542757c22b6738ff647887e00 | [
"Apache-2.0"
] | null | null | null | utils/stats.cpp | ndvbd/tongrams | a301022cd01a21f542757c22b6738ff647887e00 | [
"Apache-2.0"
] | null | null | null | utils/stats.cpp | ndvbd/tongrams | a301022cd01a21f542757c22b6738ff647887e00 | [
"Apache-2.0"
] | null | null | null | #pragma once
#include "mph_count_lm.hpp"
#include "mph_prob_lm.hpp"
#include "trie_count_lm.hpp"
#include "trie_prob_lm.hpp"
#include <unordered_map>
namespace tongrams
{
template<typename Values,
typename KeyRankSequence,
typename BaseHasher>
void mph_count_lm<Values,
... | 41.530892 | 144 | 0.432421 | [
"vector"
] |
4f9f9a5f1c32e5ecaa93eca88f930f5f83325e26 | 26,659 | cpp | C++ | drape_frontend/route_renderer.cpp | Barysman/omim | 469632c879027ec38278ebda699415c28dbd79e0 | [
"Apache-2.0"
] | null | null | null | drape_frontend/route_renderer.cpp | Barysman/omim | 469632c879027ec38278ebda699415c28dbd79e0 | [
"Apache-2.0"
] | 1 | 2018-06-27T11:44:23.000Z | 2018-06-28T10:51:48.000Z | drape_frontend/route_renderer.cpp | Barysman/omim | 469632c879027ec38278ebda699415c28dbd79e0 | [
"Apache-2.0"
] | null | null | null | #include "drape_frontend/route_renderer.hpp"
#include "drape_frontend/message_subclasses.hpp"
#include "drape_frontend/shader_def.hpp"
#include "drape_frontend/shape_view_params.hpp"
#include "drape_frontend/visual_params.hpp"
#include "drape/glsl_func.hpp"
#include "drape/utils/projection.hpp"
#include "drape/vertex_... | 35.309934 | 105 | 0.689786 | [
"render",
"vector"
] |
4fa11394bf379895a85d41790d37593e55430feb | 1,938 | hpp | C++ | search-generic/search/generic/debug.hpp | webis-de/heuristic-authorship-obfuscation | e98e976e931f3b7d739996f414fdcf9d58958dc1 | [
"Apache-2.0"
] | null | null | null | search-generic/search/generic/debug.hpp | webis-de/heuristic-authorship-obfuscation | e98e976e931f3b7d739996f414fdcf9d58958dc1 | [
"Apache-2.0"
] | null | null | null | search-generic/search/generic/debug.hpp | webis-de/heuristic-authorship-obfuscation | e98e976e931f3b7d739996f414fdcf9d58958dc1 | [
"Apache-2.0"
] | 1 | 2021-02-17T16:19:57.000Z | 2021-02-17T16:19:57.000Z | // debug.hpp -*- C++ -*-
// Copyright (C) 2014 Martin Trenkmann
#ifndef SEARCH_GENERIC_DEBUG_HPP
#define SEARCH_GENERIC_DEBUG_HPP
#include <algorithm>
#include <iostream>
#include <iterator>
#include <chrono>
#include <string>
namespace search {
namespace generic {
inline void Pause()
{
std::cout << "Press any k... | 25.168831 | 85 | 0.688338 | [
"object"
] |
4fa461691be4e7402a57bb128d3d8bc8194ef581 | 12,531 | cc | C++ | tests/sfm/gtest_pose.cc | lemony-fresh/mve | d90cc2c813fef026f7732c5a26f6c15973a36042 | [
"BSD-3-Clause"
] | 1 | 2019-05-30T13:19:21.000Z | 2019-05-30T13:19:21.000Z | tests/sfm/gtest_pose.cc | MasterShockwave/mve | 7a96751db098bb6f5c0b4075921b0e8e43a69bb6 | [
"BSD-3-Clause"
] | null | null | null | tests/sfm/gtest_pose.cc | MasterShockwave/mve | 7a96751db098bb6f5c0b4075921b0e8e43a69bb6 | [
"BSD-3-Clause"
] | null | null | null | // Test cases for pose estimation.
// Written by Simon Fuhrmann.
#include <gtest/gtest.h>
#include "math/matrix_tools.h"
#include "math/matrix_svd.h"
#include "sfm/camera_pose.h"
#include "sfm/fundamental.h"
#include "sfm/ransac.h"
#include "sfm/ransac_fundamental.h"
#include "sfm/triangulate.h"
#include "sfm/corresp... | 34.144414 | 78 | 0.5808 | [
"vector",
"3d"
] |
4fa8909e61a297f83317dd74ef3ff07ee4a22ed2 | 7,932 | cpp | C++ | Nana.Cpp03/source/paint/gadget.cpp | gfannes/nana | 3b8d33f9a98579684ea0440b6952deabe61bd978 | [
"BSL-1.0"
] | 1 | 2018-02-09T21:25:13.000Z | 2018-02-09T21:25:13.000Z | Nana.Cpp03/source/paint/gadget.cpp | gfannes/nana | 3b8d33f9a98579684ea0440b6952deabe61bd978 | [
"BSL-1.0"
] | null | null | null | Nana.Cpp03/source/paint/gadget.cpp | gfannes/nana | 3b8d33f9a98579684ea0440b6952deabe61bd978 | [
"BSL-1.0"
] | null | null | null | /*
* Graphics Gadget Implementation
* Copyright(C) 2003-2013 Jinhao(cnjinhao@hotmail.com)
*
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
*
* @file: nana/paint/gadget.cpp
*/
#include <nana/paint/graphi... | 25.101266 | 116 | 0.534418 | [
"solid"
] |
4faa72547df4f0ec3e921b6231916c6b1a1161ff | 45,539 | cxx | C++ | Modules/IO/IOGDAL/src/otbOGRIOHelper.cxx | qingswu/otb | ed903b6a5e51a27a3d04786e4ad1637cf6b2772e | [
"Apache-2.0"
] | null | null | null | Modules/IO/IOGDAL/src/otbOGRIOHelper.cxx | qingswu/otb | ed903b6a5e51a27a3d04786e4ad1637cf6b2772e | [
"Apache-2.0"
] | null | null | null | Modules/IO/IOGDAL/src/otbOGRIOHelper.cxx | qingswu/otb | ed903b6a5e51a27a3d04786e4ad1637cf6b2772e | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (C) 2005-2019 Centre National d'Etudes Spatiales (CNES)
*
* This file is part of Orfeo Toolbox
*
* https://www.orfeo-toolbox.org/
*
* 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 ... | 35.192427 | 156 | 0.645491 | [
"geometry",
"vector",
"3d"
] |
4fab8b8d0fc8265a003242b161737e44e5b09f6b | 833,101 | cpp | C++ | CppCollection/r8lib.cpp | huoyongkai/Wireless360 | 20b458809b16aa05316cbbe98d2aebc10b4ba19f | [
"MIT"
] | 1 | 2020-06-25T05:36:23.000Z | 2020-06-25T05:36:23.000Z | CppCollection/r8lib.cpp | huoyongkai/Wireless360 | 20b458809b16aa05316cbbe98d2aebc10b4ba19f | [
"MIT"
] | null | null | null | CppCollection/r8lib.cpp | huoyongkai/Wireless360 | 20b458809b16aa05316cbbe98d2aebc10b4ba19f | [
"MIT"
] | null | null | null | # include <cmath>
# include <complex>
# include <cstdlib>
# include <ctime>
# include <cstring>
# include <fstream>
# include <iomanip>
# include <iostream>
using namespace std;
# include "r8lib.hpp"
//****************************************************************************80
void gamma_values ( int &n_data, do... | 20.018767 | 92 | 0.468755 | [
"mesh",
"object",
"vector",
"model",
"transform",
"3d"
] |
4fae26879d17e55681283e8650717a4bb4c4abfb | 11,135 | cpp | C++ | dali-toolkit/internal/visuals/color/color-visual.cpp | Coquinho/dali-toolkit | 8fea8f2ae64923690519e0de039ce4af51271d9f | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | dali-toolkit/internal/visuals/color/color-visual.cpp | Coquinho/dali-toolkit | 8fea8f2ae64923690519e0de039ce4af51271d9f | [
"Apache-2.0",
"BSD-3-Clause"
] | 1 | 2020-10-19T15:47:43.000Z | 2020-10-19T15:47:43.000Z | dali-toolkit/internal/visuals/color/color-visual.cpp | expertisesolutions/dali-toolkit | eac3e6ee30183868f1af12addd94e7f2fc467ed7 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (c) 2020 Samsung Electronics Co., Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... | 31.103352 | 153 | 0.715132 | [
"geometry",
"transform"
] |
4faf1391cd8db44b24e53b3c4a3404050ea271c3 | 2,200 | hpp | C++ | src/image_management/lib/mesh/format/mesh_io_obj.hpp | Neckrome/vectorFieldSurface | 91afebadf9815e6a2dc658cdce82691fddd603ee | [
"MIT"
] | null | null | null | src/image_management/lib/mesh/format/mesh_io_obj.hpp | Neckrome/vectorFieldSurface | 91afebadf9815e6a2dc658cdce82691fddd603ee | [
"MIT"
] | null | null | null | src/image_management/lib/mesh/format/mesh_io_obj.hpp | Neckrome/vectorFieldSurface | 91afebadf9815e6a2dc658cdce82691fddd603ee | [
"MIT"
] | null | null | null | /*
** TP CPE Lyon
** Copyright (C) 2015 Damien Rohmer
**
** This program is free software: you can redistribute it and/or modify
** it under the terms of the GNU General Public License as published by
** the Free Software Foundation, either version 3 of the License, or
** (at your option) any later ve... | 31.428571 | 103 | 0.695455 | [
"mesh",
"vector",
"3d"
] |
4fb18e438c0f81f6498bfeca652086dc38a1f83d | 3,714 | cpp | C++ | Code/Editor/Controls/ReflectedPropertyControl/PropertyAnimationCtrl.cpp | cypherdotXd/o3de | bb90c4ddfe2d495e9c00ebf1e2650c6d603a5676 | [
"Apache-2.0",
"MIT"
] | 11 | 2021-07-08T09:58:26.000Z | 2022-03-17T17:59:26.000Z | Code/Editor/Controls/ReflectedPropertyControl/PropertyAnimationCtrl.cpp | RoddieKieley/o3de | e804fd2a4241b039a42d9fa54eaae17dc94a7a92 | [
"Apache-2.0",
"MIT"
] | 29 | 2021-07-06T19:33:52.000Z | 2022-03-22T10:27:49.000Z | Code/Editor/Controls/ReflectedPropertyControl/PropertyAnimationCtrl.cpp | RoddieKieley/o3de | e804fd2a4241b039a42d9fa54eaae17dc94a7a92 | [
"Apache-2.0",
"MIT"
] | 4 | 2021-07-06T19:24:43.000Z | 2022-03-31T12:42:27.000Z | /*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "EditorDefs.h"
#include "PropertyAnimationCtrl.h"
// Qt
#include <QHBoxLayout>
#include... | 28.136364 | 174 | 0.751481 | [
"3d"
] |
4fb55832ddc3f1abcffb5fed0968a76b2e3b4a49 | 15,713 | hpp | C++ | driver/support_library/src/cascading/CascadingCompilerUtils.hpp | ARM-software/npu-driver-stack | 1e6b00b21ed4cf39b2df625fa242c6f67c05b19f | [
"Apache-2.0"
] | 4 | 2019-05-31T18:48:24.000Z | 2019-06-04T07:59:39.000Z | driver/support_library/src/cascading/CascadingCompilerUtils.hpp | ARM-software/npu-driver-stack | 1e6b00b21ed4cf39b2df625fa242c6f67c05b19f | [
"Apache-2.0"
] | null | null | null | driver/support_library/src/cascading/CascadingCompilerUtils.hpp | ARM-software/npu-driver-stack | 1e6b00b21ed4cf39b2df625fa242c6f67c05b19f | [
"Apache-2.0"
] | null | null | null | //
// Copyright © 2022 Arm Limited.
// SPDX-License-Identifier: Apache-2.0
//
#pragma once
#include "Plan.hpp"
#include "Utils.hpp"
#define ETHOSN_ASSERT_MSG(cond, msg) assert(cond)
#include "ethosn_utils/NumericCast.hpp"
using namespace ethosn::command_stream::cascading;
namespace ethosn
{
namespace support_libra... | 34.30786 | 120 | 0.715331 | [
"shape"
] |
4fb57988e3865b69786a460f596b47b4bef67208 | 33,588 | cpp | C++ | src/client/mapview.cpp | nekiro/otclient | 4aba78bf7304346038739b62f2016e714392c57a | [
"MIT"
] | 1 | 2022-02-09T03:27:34.000Z | 2022-02-09T03:27:34.000Z | src/client/mapview.cpp | nekiro/otclient | 4aba78bf7304346038739b62f2016e714392c57a | [
"MIT"
] | null | null | null | src/client/mapview.cpp | nekiro/otclient | 4aba78bf7304346038739b62f2016e714392c57a | [
"MIT"
] | 1 | 2022-01-04T16:48:27.000Z | 2022-01-04T16:48:27.000Z | /*
* Copyright (c) 2010-2020 OTClient <https://github.com/edubart/otclient>
*
* 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... | 36.668122 | 197 | 0.626414 | [
"render",
"vector"
] |
4fb77c377e2013a589825c9d8745ae8397d776fc | 2,185 | hpp | C++ | src/mbgl/renderer/buckets/line_bucket.hpp | tz576/Mapbox | 681e0141de63d0d5a545e87c40216163b2d63fc6 | [
"BSL-1.0",
"Apache-2.0"
] | 4 | 2018-02-21T14:04:04.000Z | 2021-12-15T04:16:53.000Z | src/mbgl/renderer/buckets/line_bucket.hpp | leejing397/GeoMap | d94d3f275234ad4434858e08a6b42e72c44dc6db | [
"BSL-1.0",
"Apache-2.0"
] | 76 | 2018-08-30T20:47:55.000Z | 2022-03-19T19:40:41.000Z | src/mbgl/renderer/buckets/line_bucket.hpp | leejing397/GeoMap | d94d3f275234ad4434858e08a6b42e72c44dc6db | [
"BSL-1.0",
"Apache-2.0"
] | 3 | 2019-04-10T03:37:12.000Z | 2019-05-28T08:59:00.000Z | #pragma once
#include <mbgl/renderer/bucket.hpp>
#include <mbgl/tile/geometry_tile_data.hpp>
#include <mbgl/gl/vertex_buffer.hpp>
#include <mbgl/gl/index_buffer.hpp>
#include <mbgl/programs/segment.hpp>
#include <mbgl/programs/line_program.hpp>
#include <mbgl/style/layers/line_layer_properties.hpp>
#include <vector>
... | 32.132353 | 94 | 0.724027 | [
"vector"
] |
4fb841dec7eae1a79101ee2b384fcadb4009ae33 | 416,923 | cpp | C++ | source/matplot/util/world_map_110m.cpp | dendisuhubdy/matplotplusplus | 3781773832306e5571376f29f0c1d1389eb82af0 | [
"MIT"
] | 1 | 2021-05-18T00:02:58.000Z | 2021-05-18T00:02:58.000Z | source/matplot/util/world_map_110m.cpp | dendisuhubdy/matplotplusplus | 3781773832306e5571376f29f0c1d1389eb82af0 | [
"MIT"
] | null | null | null | source/matplot/util/world_map_110m.cpp | dendisuhubdy/matplotplusplus | 3781773832306e5571376f29f0c1d1389eb82af0 | [
"MIT"
] | 1 | 2020-09-07T07:44:27.000Z | 2020-09-07T07:44:27.000Z | //
// Created by Alan Freitas on 20/07/20.
//
#include <limits>
#include <matplot/util/geodata.h>
// http://www.gnuplotting.org/plotting-the-world-revisited/
namespace matplot {
// (-?\d+\.\d+) +(-?\d+\.\d+) *\n
// $1,\n
// $2,\n
// \n\n
// \nstd::numeric_limits<double>::quiet_NaN(),\n
std::pair<s... | 39.560015 | 112 | 0.405087 | [
"vector"
] |
4fbc045992dc96147731ee174e7e0c98750bb25a | 10,566 | cxx | C++ | vtkAttributedPolyDataToImage.cxx | Connor-Bowley/MeshToLabelMap | 91ab7128b72b14d0a954717c9064f6c359086f3c | [
"Apache-2.0"
] | 4 | 2018-06-26T04:11:17.000Z | 2020-06-01T05:47:45.000Z | vtkAttributedPolyDataToImage.cxx | Connor-Bowley/MeshToLabelMap | 91ab7128b72b14d0a954717c9064f6c359086f3c | [
"Apache-2.0"
] | 9 | 2017-05-18T15:07:22.000Z | 2022-01-26T16:40:59.000Z | vtkAttributedPolyDataToImage.cxx | Connor-Bowley/MeshToLabelMap | 91ab7128b72b14d0a954717c9064f6c359086f3c | [
"Apache-2.0"
] | 6 | 2016-02-04T19:17:58.000Z | 2021-12-17T14:24:32.000Z |
/*
* This is a subclass of vtkPolyDataToImageStencil, with extended functionality to build a lookup from the
* stencil back to the triangles of the mesh.
*
* Author: Ipek Oguz
*
*/
#include "vtkAttributedPolyDataToImage.h"
#include "vtkGarbageCollector.h"
#include "vtkImageStencilData.h"
#include "vtkInfor... | 28.790191 | 157 | 0.581961 | [
"mesh"
] |
4fbc673eff4cb51aaa99eed177387291ff76ab76 | 2,492 | cpp | C++ | examples/t04_blackboard.cpp | mjeronimo/BehaviorTree.CPP | 8756f5ba1a0bd5d9da2ff259d941c8528c5c01b1 | [
"MIT"
] | null | null | null | examples/t04_blackboard.cpp | mjeronimo/BehaviorTree.CPP | 8756f5ba1a0bd5d9da2ff259d941c8528c5c01b1 | [
"MIT"
] | null | null | null | examples/t04_blackboard.cpp | mjeronimo/BehaviorTree.CPP | 8756f5ba1a0bd5d9da2ff259d941c8528c5c01b1 | [
"MIT"
] | 1 | 2019-07-18T17:13:24.000Z | 2019-07-18T17:13:24.000Z | #include "behavior_tree_core/xml_parsing.h"
#include "behavior_tree_logger/bt_cout_logger.h"
#include "Blackboard/blackboard_local.h"
#include "movebase_node.h"
using namespace BT;
/** This tutorial will tech you:
*
* - How to use the Blackboard to shared data between TreeNodes
* - How to use a Blackboard as a ... | 29.317647 | 106 | 0.683387 | [
"object"
] |
4fbc8bc1de2edb7b455d67222afd020a88748185 | 3,136 | cpp | C++ | pdfium_lib/pdfium/core/fxcrt/xml/cfx_xmlnode.cpp | qingqibing/vs_pdfium | 6d009d478c3e761fac49b357d81532c3ed7aad9f | [
"BSD-3-Clause"
] | 6 | 2015-04-17T01:37:17.000Z | 2019-01-12T06:59:49.000Z | core/fxcrt/xml/cfx_xmlnode.cpp | agrogoth/pdfium | 1be462069ea1a40894a100844882acc76a427717 | [
"BSD-3-Clause"
] | null | null | null | core/fxcrt/xml/cfx_xmlnode.cpp | agrogoth/pdfium | 1be462069ea1a40894a100844882acc76a427717 | [
"BSD-3-Clause"
] | 3 | 2015-05-12T08:37:57.000Z | 2020-04-27T05:58:54.000Z | // Copyright 2017 PDFium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
#include "core/fxcrt/xml/cfx_xmlnode.h"
#include <utility>
#include <vector>
... | 25.495935 | 80 | 0.695472 | [
"vector"
] |
4fbdb0964ab98ac6bce3c206181c9e7a31477a96 | 6,761 | cpp | C++ | libmalloc/libmalloc-283.100.6/tests/MallocBenchTest/BMALLOC/bmalloc/bmalloc/Allocator.cpp | L-Zheng/AppleOpenSource | 65fac74ce17dc97404f1aeb8c24625fe82b7d142 | [
"MIT"
] | null | null | null | libmalloc/libmalloc-283.100.6/tests/MallocBenchTest/BMALLOC/bmalloc/bmalloc/Allocator.cpp | L-Zheng/AppleOpenSource | 65fac74ce17dc97404f1aeb8c24625fe82b7d142 | [
"MIT"
] | null | null | null | libmalloc/libmalloc-283.100.6/tests/MallocBenchTest/BMALLOC/bmalloc/bmalloc/Allocator.cpp | L-Zheng/AppleOpenSource | 65fac74ce17dc97404f1aeb8c24625fe82b7d142 | [
"MIT"
] | null | null | null | /*
* Copyright (C) 2014-2018 Apple 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:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditi... | 30.731818 | 110 | 0.698861 | [
"object"
] |
4fbe28271e0ee327ffdcea71a655ea6aa8f73f27 | 2,124 | cc | C++ | octo/memory/OctoHeap.cc | KevinTheBarbarian/octo | 98047dbe7fd7ba5bf6a5f6c1b1a5a8d03fdf8f5f | [
"MIT"
] | null | null | null | octo/memory/OctoHeap.cc | KevinTheBarbarian/octo | 98047dbe7fd7ba5bf6a5f6c1b1a5a8d03fdf8f5f | [
"MIT"
] | null | null | null | octo/memory/OctoHeap.cc | KevinTheBarbarian/octo | 98047dbe7fd7ba5bf6a5f6c1b1a5a8d03fdf8f5f | [
"MIT"
] | null | null | null |
#include "OctoHeap.hh"
#include <iostream>
using namespace std;
namespace memory {
bool GC_verbose_stats = false;
bool GC_trace = false;
OctoHeap::OctoHeap()
: currentMark_(0)
{
}
OctoHeap::~OctoHeap()
{
garbageCollect();
}
void OctoHeap::addRoot(HeapOb... | 21.896907 | 95 | 0.490584 | [
"object"
] |
4fbf79b53c1b65fe58176a12c918b84604b82028 | 58,774 | cpp | C++ | src/openms/source/ANALYSIS/OPENSWATH/TransitionTSVFile.cpp | hendrikweisser/OpenMS | 2a27f0ce46699d81b83f6620d0b9323bf538bcd2 | [
"BSL-1.0",
"Zlib",
"Apache-2.0"
] | null | null | null | src/openms/source/ANALYSIS/OPENSWATH/TransitionTSVFile.cpp | hendrikweisser/OpenMS | 2a27f0ce46699d81b83f6620d0b9323bf538bcd2 | [
"BSL-1.0",
"Zlib",
"Apache-2.0"
] | 7 | 2018-06-19T14:51:57.000Z | 2022-01-12T14:34:32.000Z | src/openms/source/ANALYSIS/OPENSWATH/TransitionTSVFile.cpp | hendrikweisser/OpenMS | 2a27f0ce46699d81b83f6620d0b9323bf538bcd2 | [
"BSL-1.0",
"Zlib",
"Apache-2.0"
] | null | null | null | // --------------------------------------------------------------------------
// OpenMS -- Open-Source Mass Spectrometry
// --------------------------------------------------------------------------
// Copyright The OpenMS Team -- Eberhard Karls University Tuebingen,
// ETH Zurich, and Freie Universit... | 39.340027 | 391 | 0.657025 | [
"object",
"vector"
] |
4fc0b13c0a574d28c3a1196ae5b772ea7586af64 | 13,106 | cxx | C++ | cmake-2.8.10.1/Source/cmTryRunCommand.cxx | vidkidz/crossbridge | ba0bf94aee0ce6cf7eb5be882382e52bc57ba396 | [
"MIT"
] | 1 | 2016-04-09T02:58:13.000Z | 2016-04-09T02:58:13.000Z | cmake-2.8.10.1/Source/cmTryRunCommand.cxx | vidkidz/crossbridge | ba0bf94aee0ce6cf7eb5be882382e52bc57ba396 | [
"MIT"
] | null | null | null | cmake-2.8.10.1/Source/cmTryRunCommand.cxx | vidkidz/crossbridge | ba0bf94aee0ce6cf7eb5be882382e52bc57ba396 | [
"MIT"
] | null | null | null | /*============================================================================
CMake - Cross Platform Makefile Generator
Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
Distributed under the OSI-approved BSD License (the "License");
see accompanying file Copyright.txt for details.
This softwa... | 33.778351 | 79 | 0.560659 | [
"vector"
] |
4fc24d5ac55e6c111116726eeb8566e6192dee3e | 12,929 | cpp | C++ | src/plua.cpp | yszf/pLua | 5b4c06f53c50e6787bcf59560b8dabb67b383897 | [
"MIT"
] | null | null | null | src/plua.cpp | yszf/pLua | 5b4c06f53c50e6787bcf59560b8dabb67b383897 | [
"MIT"
] | null | null | null | src/plua.cpp | yszf/pLua | 5b4c06f53c50e6787bcf59560b8dabb67b383897 | [
"MIT"
] | null | null | null | #include <string>
#include <list>
#include <vector>
#include <map>
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <iostream>
#include <string>
#include <cstdlib>
#include <cstring>
#include <typeinfo>
#include <stdio.h>
#include <time.h>
#include <stdarg.h>
#include <assert.h>
#... | 26.066532 | 113 | 0.543894 | [
"object",
"vector"
] |
4fc2b55a832c5dcecff3f73e894afda0a08ae046 | 2,233 | cpp | C++ | SketchUpNET/Vector.cpp | moethu/SketchUpSharp | eed3cd9a734ec6a3ed66a28a9f85d1d1d6b325e0 | [
"MIT"
] | 1 | 2015-11-05T20:54:25.000Z | 2015-11-05T20:54:25.000Z | SketchUpNET/Vector.cpp | moethu/SketchUpSharp | eed3cd9a734ec6a3ed66a28a9f85d1d1d6b325e0 | [
"MIT"
] | 1 | 2015-11-05T09:55:22.000Z | 2015-11-05T09:55:22.000Z | SketchUpNET/Vector.cpp | moethu/SketchUpSharp | eed3cd9a734ec6a3ed66a28a9f85d1d1d6b325e0 | [
"MIT"
] | null | null | null | /*
SketchUpNET - a C++ Wrapper for the Trimble(R) SketchUp(R) C API
Copyright(C) 2015, Autor: Maximilian Thumfart
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 wi... | 27.567901 | 126 | 0.728168 | [
"geometry",
"vector",
"model"
] |
4fc98cf8fd1ae2969ba7353a84f8d629cc0256e9 | 184 | cpp | C++ | Greedy/Highest Product.cpp | torquecoder/InterviewBit-Solutions | 7c5e2e5c904c9354f3eb213739a8dd4aaf13b7b2 | [
"MIT"
] | null | null | null | Greedy/Highest Product.cpp | torquecoder/InterviewBit-Solutions | 7c5e2e5c904c9354f3eb213739a8dd4aaf13b7b2 | [
"MIT"
] | null | null | null | Greedy/Highest Product.cpp | torquecoder/InterviewBit-Solutions | 7c5e2e5c904c9354f3eb213739a8dd4aaf13b7b2 | [
"MIT"
] | null | null | null | int Solution::maxp3(vector<int> &A) {
sort(A.begin(), A.end());
int n = A.size();
int ans = max(A[n - 1] * A[n - 2] * A[n - 3], A[0] * A[1] * A[n - 1]);
return ans;
}
| 23 | 74 | 0.451087 | [
"vector"
] |
4fc9cbb9f87e3de7d4fa4377cccc02248f819ded | 32,135 | cpp | C++ | UIAddressBook/AddressBookPanel.cpp | qunarcorp/startalk_pc_v2 | 59d873ddcd41052d9a1379a9c35cb69075fcef3c | [
"MIT"
] | 30 | 2019-08-22T08:33:23.000Z | 2022-03-15T02:04:20.000Z | UIAddressBook/AddressBookPanel.cpp | lirui1111/startalk_pc | 7d625f812e784bca68b3d6f6ffe21d383b400491 | [
"MIT"
] | 4 | 2019-12-11T08:18:55.000Z | 2021-03-19T07:23:50.000Z | UIAddressBook/AddressBookPanel.cpp | lirui1111/startalk_pc | 7d625f812e784bca68b3d6f6ffe21d383b400491 | [
"MIT"
] | 19 | 2019-08-22T17:09:24.000Z | 2021-08-10T08:24:39.000Z | #include <memory>
#include "AddressBookPanel.h"
#include <QHBoxLayout>
#include <QVBoxLayout>
#include <thread>
#include <QDebug>
#include <QHeaderView>
#include <QApplication>
#include <QFileInfo>
#include "ListItemView.h"
#include "MessageManager.h"
#include "../Platform/Platform.h"
#include "../QtUtil/Utils/Log.h"... | 32.525304 | 141 | 0.588953 | [
"vector",
"model"
] |
4fca5032608c70fd27415ce0a402a773007d01c5 | 10,303 | cpp | C++ | src/UI/settingwin.cpp | Luke-lujunxian/Live2D_VideoChat | 1913d3011e310e6e0023c8850bfc24513a455dc9 | [
"MIT"
] | null | null | null | src/UI/settingwin.cpp | Luke-lujunxian/Live2D_VideoChat | 1913d3011e310e6e0023c8850bfc24513a455dc9 | [
"MIT"
] | null | null | null | src/UI/settingwin.cpp | Luke-lujunxian/Live2D_VideoChat | 1913d3011e310e6e0023c8850bfc24513a455dc9 | [
"MIT"
] | null | null | null | #include "settingwin.h"
#include "ui_SettingWin.h"
#include "setting.h"
#include "errorwin.h"
#include <QFileDialog>
#include <QtNetwork/qtcpsocket.h>
#include <QtMultimedia/QAudioDeviceInfo>
#include <Network_QT.h>
bool allClear;
SettingWin::SettingWin(QWidget *parent) :
QWidget(parent),
ui(new Ui::SettingWin... | 36.278169 | 197 | 0.725711 | [
"vector",
"model"
] |
4fcfeb7bc726bf5cf2de0266a1a409514f4da337 | 40,197 | cpp | C++ | VSOptics/VSOTelescope.cpp | sfegan/ChiLA | 916bdd95348c2df2ecc736511d5f5b2bfb4a831e | [
"BSD-3-Clause"
] | 1 | 2018-04-17T14:03:36.000Z | 2018-04-17T14:03:36.000Z | VSOptics/VSOTelescope.cpp | sfegan/ChiLA | 916bdd95348c2df2ecc736511d5f5b2bfb4a831e | [
"BSD-3-Clause"
] | null | null | null | VSOptics/VSOTelescope.cpp | sfegan/ChiLA | 916bdd95348c2df2ecc736511d5f5b2bfb4a831e | [
"BSD-3-Clause"
] | null | null | null | //-*-mode:c++; mode:font-lock;-*-
#include <sstream>
#include <algorithm>
#include <VSDataConverter.hpp>
#include <VSSimDBTables.hpp>
#include "VSOTelescope.hpp"
using namespace Physics;
using namespace VERITAS;
VSOTelescope::VSOTelescope():
fID(), fTelescopeHexID(), fPos(),
fDeltaY(), fAlphaX(), fAlphaY(),
... | 34.862966 | 102 | 0.66505 | [
"vector"
] |
4fd074cd6fd878549ce73d4f0b7d3b6e8231b811 | 4,500 | hpp | C++ | src/common/boost/fiber/detail/fiber_id.hpp | ZhiQiAnSecFork/ssf | 2caaaab4ef8def710f960b8ea96937f6a80fe060 | [
"MIT"
] | 1,364 | 2015-06-01T20:30:27.000Z | 2022-03-31T20:55:50.000Z | src/common/boost/fiber/detail/fiber_id.hpp | ZhiQiAnSecFork/ssf | 2caaaab4ef8def710f960b8ea96937f6a80fe060 | [
"MIT"
] | 93 | 2015-06-09T04:32:53.000Z | 2022-03-08T21:23:02.000Z | src/common/boost/fiber/detail/fiber_id.hpp | ZhiQiAnSecFork/ssf | 2caaaab4ef8def710f960b8ea96937f6a80fe060 | [
"MIT"
] | 238 | 2015-06-08T13:38:33.000Z | 2022-03-25T00:30:39.000Z | //
// fiber/detail/fiber_id.hpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2014-2015
//
#ifndef SSF_COMMON_BOOST_ASIO_FIBER_DETAIL_FIBER_ID_HPP_
#define SSF_COMMON_BOOST_ASIO_FIBER_DETAIL_FIBER_ID_HPP_
#if defined(_MSC_VER) && (_MSC_VER >= 1200)
#pragma once
#endif // defined(_MSC_VER) && (_MSC_VER >= 1200)
#... | 24.861878 | 80 | 0.683778 | [
"vector"
] |
4fd11bdc770626f0f707f7b7784b92344c5bb79f | 11,405 | cpp | C++ | src/usb/UsbScanTransferIn.cpp | matthewrankin/uldaq | 7568a411edecbe28dc73972358bc73c0b2fdb071 | [
"MIT"
] | null | null | null | src/usb/UsbScanTransferIn.cpp | matthewrankin/uldaq | 7568a411edecbe28dc73972358bc73c0b2fdb071 | [
"MIT"
] | null | null | null | src/usb/UsbScanTransferIn.cpp | matthewrankin/uldaq | 7568a411edecbe28dc73972358bc73c0b2fdb071 | [
"MIT"
] | null | null | null | /*
* UsbScanTransferIn.cpp
*
* Created on: Sep 18, 2015
* Author: root
*/
#include <cstring>
#include <unistd.h>
#include <sys/resource.h>
#include <sys/syscall.h>
#include "UsbScanTransferIn.h"
#include "../DaqDeviceId.h"
#include "../utility/UlLock.h"
#define STAGE_RATE 0.010
namespace ul
{
UsbScanT... | 25.065934 | 137 | 0.732486 | [
"object"
] |
4fd54a4e34e7b527d40ded75a7fe254c64f84f8f | 109,094 | cc | C++ | src/main.cc | Packetfahrer/tbd | f1e635cc9620d78b6666edba6a620ed24672af30 | [
"MIT"
] | 1 | 2021-06-09T11:32:57.000Z | 2021-06-09T11:32:57.000Z | src/main.cc | Packetfahrer/tbd | f1e635cc9620d78b6666edba6a620ed24672af30 | [
"MIT"
] | null | null | null | src/main.cc | Packetfahrer/tbd | f1e635cc9620d78b6666edba6a620ed24672af30 | [
"MIT"
] | null | null | null | //
// src/main.cc
// tbd
//
// Created by inoahdev on 4/16/17.
// Copyright © 2017 inoahdev. All rights reserved.
//
#include <sys/stat.h>
#include <iostream>
#include <unistd.h>
#include "mach-o/utils/tbd/tbd.h"
#include "misc/recurse.h"
#include "recursive/mkdir.h"
#include "recursive/remove.h"
#include "uti... | 48.855352 | 390 | 0.529213 | [
"object",
"vector"
] |
4fd601264a2e7b059b76e3b4b5edbeb9665ceae6 | 21,010 | cc | C++ | video_engine/test/auto_test/source/vie_autotest_capture.cc | TeamNuclear/external_chromium_org_third_party_webrtc | 5bd5c72d7c01872fea80698dac196ff9a01dfcba | [
"DOC",
"BSD-3-Clause"
] | 1 | 2019-02-22T05:37:57.000Z | 2019-02-22T05:37:57.000Z | video_engine/test/auto_test/source/vie_autotest_capture.cc | TeamNuclear/external_chromium_org_third_party_webrtc | 5bd5c72d7c01872fea80698dac196ff9a01dfcba | [
"DOC",
"BSD-3-Clause"
] | null | null | null | video_engine/test/auto_test/source/vie_autotest_capture.cc | TeamNuclear/external_chromium_org_third_party_webrtc | 5bd5c72d7c01872fea80698dac196ff9a01dfcba | [
"DOC",
"BSD-3-Clause"
] | 2 | 2016-04-27T21:12:18.000Z | 2016-12-25T05:26:28.000Z | /*
* Copyright (c) 2012 The WebRTC 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 in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 38.692449 | 80 | 0.652594 | [
"render",
"transform"
] |
4fd84f03fddad0e6318e9a7e535888e8041d636d | 2,238 | cpp | C++ | tests/cctlib_reader.cpp | wliuxingxiangyu/cctlib | 0d6eb43ffa813afb2c65640fc7331fbe1ebde92b | [
"MIT"
] | 8 | 2015-10-19T22:52:39.000Z | 2018-02-12T18:57:19.000Z | tests/cctlib_reader.cpp | wliuxingxiangyu/cctlib | 0d6eb43ffa813afb2c65640fc7331fbe1ebde92b | [
"MIT"
] | 1 | 2017-05-18T21:20:34.000Z | 2017-05-18T21:20:34.000Z | tests/cctlib_reader.cpp | wliuxingxiangyu/cctlib | 0d6eb43ffa813afb2c65640fc7331fbe1ebde92b | [
"MIT"
] | 4 | 2015-11-11T01:06:07.000Z | 2021-04-26T04:56:29.000Z | // @COPYRIGHT@
// Licensed under MIT license.
// See LICENSE.TXT file in the project root for more information.
// ==============================================================
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <iostream>
#include <unistd.h>
#include <assert.h>
#include <string.h>
#i... | 29.064935 | 137 | 0.659964 | [
"vector"
] |
4fd8bfcccf96fe1d2796609ba2ea0687113f7e4b | 698 | cpp | C++ | src/atcoder/abc079/abc079_c/main_0.cpp | kzmsh/compete | 5cbe8062689a10bd81c97612b800fd434d93aa3f | [
"MIT"
] | null | null | null | src/atcoder/abc079/abc079_c/main_0.cpp | kzmsh/compete | 5cbe8062689a10bd81c97612b800fd434d93aa3f | [
"MIT"
] | null | null | null | src/atcoder/abc079/abc079_c/main_0.cpp | kzmsh/compete | 5cbe8062689a10bd81c97612b800fd434d93aa3f | [
"MIT"
] | null | null | null | #include <bits/stdc++.h>
using namespace std;
int main() {
vector<int> numbers(4);
for (size_t i = 0; i < 4; ++i) {
char c;
cin >> c;
numbers[i] = c - '0';
}
for (int i = 0; i < 1 << numbers.size() - 1; ++i) {
int sum = numbers[0];
for (size_t j = 0; j < number... | 24.928571 | 74 | 0.352436 | [
"vector"
] |
4fdea5222a9a5cc1bad403a4ff2839bb22bb32dc | 1,004 | hpp | C++ | doc/html/boost_asio/example/http/server4/request.hpp | Ron2014/boost_1_48_0 | 19673f69677ffcba7c7bd6e08ec07ee3962f161c | [
"BSL-1.0"
] | 2 | 2015-12-04T17:42:55.000Z | 2015-12-04T17:43:16.000Z | libs/asio/example/http/server4/request.hpp | ksundberg/boost-svn | 5694e7831f7afc8f6e25d03d0fd375e7be758d0f | [
"BSL-1.0"
] | 1 | 2018-01-17T10:11:43.000Z | 2018-01-17T10:11:43.000Z | libs/asio/example/http/server4/request.hpp | ksundberg/boost-svn | 5694e7831f7afc8f6e25d03d0fd375e7be758d0f | [
"BSL-1.0"
] | null | null | null | //
// request.hpp
// ~~~~~~~~~~~
//
// Copyright (c) 2003-2011 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#ifndef HTTP_SERVER4_REQUEST_HPP
#define HTTP... | 21.361702 | 79 | 0.701195 | [
"vector"
] |
4fdfed4e6b68079a0895269c0a4d08bde57ba152 | 10,378 | cpp | C++ | oneEngine/oneGame/source/tool/shell_thumbnail_bpd/BpdThumbnailProvider.cpp | skarik/1Engine | 84e846544b4a89af8fd7e9236131363096538ef4 | [
"BSD-3-Clause"
] | 8 | 2017-12-08T02:59:31.000Z | 2022-02-02T04:30:03.000Z | oneEngine/oneGame/source/tool/shell_thumbnail_bpd/BpdThumbnailProvider.cpp | skarik/1Engine | 84e846544b4a89af8fd7e9236131363096538ef4 | [
"BSD-3-Clause"
] | 2 | 2021-04-16T03:44:42.000Z | 2021-08-30T06:48:44.000Z | oneEngine/oneGame/source/tool/shell_thumbnail_bpd/BpdThumbnailProvider.cpp | skarik/1Engine | 84e846544b4a89af8fd7e9236131363096538ef4 | [
"BSD-3-Clause"
] | 1 | 2021-04-16T02:09:54.000Z | 2021-04-16T02:09:54.000Z | #include "core/types.h"
#include "core/os.h"
#include "BpdThumbnailProvider.h"
#include "core/system/io/FileWin32Stream.h"
#include "core-ext/system/io/assets/TextureIO.h"
#include "core/math/Math.h"
#define FPF_IMPLEMENTATION
#include "five-pixel-font/five-pixel-font.h"
#include <shlwapi.h>
#include <thumbcache.h>... | 28.510989 | 170 | 0.676527 | [
"3d"
] |
4fe15327996debd500a9666f742f5aefd920e51a | 867,187 | cpp | C++ | N64 Midi Tool/N64MidiLibrary/MidiParse.cpp | RyanTheDevelopan/N64-Tools | c563f4376670f4b5d4ef750bd3773f87822513ac | [
"Unlicense"
] | 1 | 2019-10-16T00:07:45.000Z | 2019-10-16T00:07:45.000Z | N64 Midi Tool/N64MidiLibrary/MidiParse.cpp | bryanperris/N64-Tools | 31d302fbaf76a28dd736c9e8a4602e6494af4f0c | [
"Unlicense"
] | null | null | null | N64 Midi Tool/N64MidiLibrary/MidiParse.cpp | bryanperris/N64-Tools | 31d302fbaf76a28dd736c9e8a4602e6494af4f0c | [
"Unlicense"
] | null | null | null | #include "StdAfx.h"
#include "SharedFunctions.h"
#include "MidiParse.h"
#include <sys/stat.h>
#include "SupermanDecoder.h"
#include "rnc_deco.h"
#include "H20Decoder.h"
#include "TetrisphereDecoder.h"
#include "GECompression.h"
#include "MidwayDecoder.h"
#include "BlitzDecoder.h"
#include "TigDecoder.h"
#in... | 30.648065 | 751 | 0.625065 | [
"vector"
] |
4febf52e41fcd06e18b7eb72e7f75498ad3c391b | 2,675 | cpp | C++ | awesome/c_cpp/cpp-cheat/cpp/functional.cpp | liujiamingustc/phd | 4f815a738abad43531d02ac66f5bd0d9a1def52a | [
"Apache-2.0"
] | 3 | 2021-01-06T03:01:18.000Z | 2022-03-21T03:02:55.000Z | awesome/c_cpp/cpp-cheat/cpp/functional.cpp | liujiamingustc/phd | 4f815a738abad43531d02ac66f5bd0d9a1def52a | [
"Apache-2.0"
] | null | null | null | awesome/c_cpp/cpp-cheat/cpp/functional.cpp | liujiamingustc/phd | 4f815a738abad43531d02ac66f5bd0d9a1def52a | [
"Apache-2.0"
] | null | null | null | /*
# functional
Convenient simple functions.
They implement `operator()`, which allows you to pass them to
other stdlib functions that take functions as arguments.
*/
#include "common.hpp"
int overload(int i){ return i + 1; }
int overload(int i, int j){ return i + j; }
int default_(int i, int j = 1){ r... | 27.57732 | 117 | 0.539439 | [
"vector"
] |
4fec5bd4c750975a513235c4f68ebfde10306ad4 | 938 | cpp | C++ | aws-cpp-sdk-glue/source/model/RunStatementResult.cpp | Nexuscompute/aws-sdk-cpp | e7ef485e46e6962c9e084b8c9b104c1bfcceaf26 | [
"Apache-2.0"
] | 1 | 2022-01-05T18:20:03.000Z | 2022-01-05T18:20:03.000Z | aws-cpp-sdk-glue/source/model/RunStatementResult.cpp | Nexuscompute/aws-sdk-cpp | e7ef485e46e6962c9e084b8c9b104c1bfcceaf26 | [
"Apache-2.0"
] | null | null | null | aws-cpp-sdk-glue/source/model/RunStatementResult.cpp | Nexuscompute/aws-sdk-cpp | e7ef485e46e6962c9e084b8c9b104c1bfcceaf26 | [
"Apache-2.0"
] | 1 | 2021-11-09T11:58:03.000Z | 2021-11-09T11:58:03.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/glue/model/RunStatementResult.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <aws/core/AmazonWebServiceResult.h>
#include <aws/core/utils/StringUtils.h>
#include <aws/core/u... | 21.813953 | 104 | 0.735608 | [
"model"
] |
4fed5d2aed79f4668a9de34e979832814e4531d2 | 5,910 | cc | C++ | test/mnist_keras.cc | fengwang/ceras | 15d10e8909ded656f45201aecc45b8eefe961b2d | [
"BSD-3-Clause"
] | 65 | 2020-12-07T01:15:41.000Z | 2022-03-28T01:17:33.000Z | test/mnist_keras.cc | fengwang/ceras | 15d10e8909ded656f45201aecc45b8eefe961b2d | [
"BSD-3-Clause"
] | 1 | 2021-04-08T13:20:39.000Z | 2021-04-09T00:37:02.000Z | test/mnist_keras.cc | fengwang/ceras | 15d10e8909ded656f45201aecc45b8eefe961b2d | [
"BSD-3-Clause"
] | 7 | 2021-01-07T08:52:39.000Z | 2022-03-08T13:04:37.000Z | #include "../include/ceras.hpp"
#include "../include/utils/range.hpp"
#include "../include/utils/better_assert.hpp"
#include "../include/utils/color.hpp"
#include "../include/keras/layer.hpp"
#include "../include/keras/model.hpp"
#include <fstream>
#include <string>
#include <vector>
#include <cstddef>
#include <cstd... | 43.455882 | 162 | 0.654992 | [
"shape",
"vector",
"model"
] |
4fedb7a943993a4db2565e658967c465d7fb2cbd | 1,144 | cpp | C++ | FoolsEngine/src/FoolsEngine/Events/MainEventDispacher.cpp | pawel-kaleta/FoolsEngine | a2ebd8cfd26947cbea07bcad29fde69683321c86 | [
"Apache-2.0"
] | null | null | null | FoolsEngine/src/FoolsEngine/Events/MainEventDispacher.cpp | pawel-kaleta/FoolsEngine | a2ebd8cfd26947cbea07bcad29fde69683321c86 | [
"Apache-2.0"
] | null | null | null | FoolsEngine/src/FoolsEngine/Events/MainEventDispacher.cpp | pawel-kaleta/FoolsEngine | a2ebd8cfd26947cbea07bcad29fde69683321c86 | [
"Apache-2.0"
] | null | null | null | #include "FE_pch.h"
#include "FoolsEngine\Events\MainEventDispacher.h"
namespace fe
{
void MainEventDispacher::ReceiveEvent(std::shared_ptr<Event> event)
{
FE_PROFILER_FUNC();
FE_LOG_CORE_TRACE("NEW EVENT: {0}", event->ToString());
m_eventsQueue.push_back(event);
FE_LOG_CORE_TRACE("SAVED EVENT: {0}", m_eve... | 26 | 150 | 0.674825 | [
"vector"
] |
4fee8f1ce28f0c3cdd3460917155556b9e73a4ee | 133,212 | cpp | C++ | third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.cpp | Wzzzx/chromium-crosswalk | 768dde8efa71169f1c1113ca6ef322f1e8c9e7de | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 2 | 2019-01-28T08:09:58.000Z | 2021-11-15T15:32:10.000Z | third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.cpp | Wzzzx/chromium-crosswalk | 768dde8efa71169f1c1113ca6ef322f1e8c9e7de | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.cpp | Wzzzx/chromium-crosswalk | 768dde8efa71169f1c1113ca6ef322f1e8c9e7de | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 6 | 2020-09-23T08:56:12.000Z | 2021-11-18T03:40:49.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.
// This file has been auto-generated by code_generator_v8.py. DO NOT MODIFY!
#include "V8TestInterface.h"
#include "bindings/core/v8/ExceptionState.h"
#... | 56.065657 | 620 | 0.796482 | [
"object",
"vector"
] |
4fef6a9e376d4a5a312aee4687d7ce374cc681af | 3,131 | cc | C++ | examples/impact_invariant_control/impact_aware_time_based_fsm.cc | Brian-Acosta/dairlib | 88da55d6e4378b93a787f3587d08b8a60f2f03f0 | [
"BSD-3-Clause"
] | 32 | 2019-04-15T03:10:26.000Z | 2022-03-28T17:27:03.000Z | examples/impact_invariant_control/impact_aware_time_based_fsm.cc | Brian-Acosta/dairlib | 88da55d6e4378b93a787f3587d08b8a60f2f03f0 | [
"BSD-3-Clause"
] | 157 | 2019-02-21T03:13:57.000Z | 2022-03-09T19:13:59.000Z | examples/impact_invariant_control/impact_aware_time_based_fsm.cc | Brian-Acosta/dairlib | 88da55d6e4378b93a787f3587d08b8a60f2f03f0 | [
"BSD-3-Clause"
] | 22 | 2019-03-02T22:31:42.000Z | 2022-03-10T21:28:50.000Z | #include "examples/impact_invariant_control/impact_aware_time_based_fsm.h"
using std::cout;
using std::endl;
using drake::systems::BasicVector;
using drake::systems::Context;
using Eigen::VectorXd;
using std::string;
namespace dairlib {
using systems::OutputVector;
ImpactTimeBasedFiniteStateMachine::ImpactTimeBase... | 34.406593 | 79 | 0.676461 | [
"vector"
] |
4fefbbf8729db262f334f9e213b0f6b9c9a82651 | 709 | cpp | C++ | ec/typechainid.cpp | vankiaio/vktchainkit | 60aee5a3789e7a2078404f8e8b7ac62ca84ff3e6 | [
"Apache-2.0"
] | 1 | 2019-04-19T08:06:44.000Z | 2019-04-19T08:06:44.000Z | ec/typechainid.cpp | vankiaio/vktchainkit | 60aee5a3789e7a2078404f8e8b7ac62ca84ff3e6 | [
"Apache-2.0"
] | null | null | null | ec/typechainid.cpp | vankiaio/vktchainkit | 60aee5a3789e7a2078404f8e8b7ac62ca84ff3e6 | [
"Apache-2.0"
] | null | null | null | #include "typechainid.h"
#include "../utility/utils.h"
#include <string.h>
TypeChainId::TypeChainId()
{
memset(id, 0, sizeof(id));
}
void *TypeChainId::getBytes()
{
return (void*)id;
}
void TypeChainId::setBytes(unsigned char *bytes)
{
memcpy(id, bytes, 32);
}
const unsigned char *TypeChainId::chainId(... | 17.725 | 72 | 0.648801 | [
"vector"
] |
4ff138f25707cf55fcfa4291fc908e747067b492 | 3,880 | cpp | C++ | test/families/test_normal.cpp | bosky9/c-plus-plus-project | 6ae6b2f9d78dc310540cc8dc91eae8690de72bf1 | [
"MIT"
] | null | null | null | test/families/test_normal.cpp | bosky9/c-plus-plus-project | 6ae6b2f9d78dc310540cc8dc91eae8690de72bf1 | [
"MIT"
] | null | null | null | test/families/test_normal.cpp | bosky9/c-plus-plus-project | 6ae6b2f9d78dc310540cc8dc91eae8690de72bf1 | [
"MIT"
] | null | null | null | /**
* @file test_normal.cpp
* @author Bodini Alessia, Boschi Federico, Cinquetti Ettore
* @date January, 2022
*/
#include "families/normal.hpp"
#include <catch2/catch_test_macros.hpp>
TEST_CASE("Approximating model", "[approximating_model][approximating_model_reg]") {
Eigen::VectorXd v(2);
v << 1, 2;
... | 34.035088 | 118 | 0.648454 | [
"shape",
"vector",
"model"
] |
4ff15016835ca31e16c3ee0b782afcdf43145b9a | 6,404 | hpp | C++ | include/UnityEngine/XR/InputFeatureUsage_1.hpp | v0idp/virtuoso-codegen | 6f560f04822c67f092d438a3f484249072c1d21d | [
"Unlicense"
] | null | null | null | include/UnityEngine/XR/InputFeatureUsage_1.hpp | v0idp/virtuoso-codegen | 6f560f04822c67f092d438a3f484249072c1d21d | [
"Unlicense"
] | null | null | null | include/UnityEngine/XR/InputFeatureUsage_1.hpp | v0idp/virtuoso-codegen | 6f560f04822c67f092d438a3f484249072c1d21d | [
"Unlicense"
] | 1 | 2022-03-30T21:07:35.000Z | 2022-03-30T21:07:35.000Z | // Autogenerated from CppHeaderCreator
// Created by Sc2ad
// =========================================================================
#pragma once
// Begin includes
#include "beatsaber-hook/shared/utils/byref.hpp"
// Including type: System.ValueType
#include "System/ValueType.hpp"
// Including type: System.IEquatable... | 56.175439 | 202 | 0.725328 | [
"object",
"vector"
] |
4ff342883b102a1f41e84f77ae53f9514884128a | 1,673 | cpp | C++ | src/main.cpp | hilnius/cappella | 555a920330e615793b238d72255274ca7c558467 | [
"MIT"
] | null | null | null | src/main.cpp | hilnius/cappella | 555a920330e615793b238d72255274ca7c558467 | [
"MIT"
] | null | null | null | src/main.cpp | hilnius/cappella | 555a920330e615793b238d72255274ca7c558467 | [
"MIT"
] | null | null | null | #include <iostream>
#include <proxygen/httpserver/HTTPServer.h>
#include "core/MySQLDatabaseDriver.hpp"
#include "core/Router.hpp"
#include "core/RouterHandlerFactory.hpp"
#include "app/UserEntityManager.hpp"
#include "app/PageEntityManager.hpp"
#include "app/User.hpp"
#include "app/Page.hpp"
#include "app/PageControl... | 28.355932 | 90 | 0.716079 | [
"vector"
] |
4ff34fc1306eaafc177f8d7f5c23ad040741491b | 7,557 | cpp | C++ | subprojects/ce-login/cli/CliVerifyHsf.cpp | human3rr/ibm-acf | 2d4c0acca4a08b2a5cf92a614d5ef6d7f15b5b5d | [
"Apache-2.0"
] | null | null | null | subprojects/ce-login/cli/CliVerifyHsf.cpp | human3rr/ibm-acf | 2d4c0acca4a08b2a5cf92a614d5ef6d7f15b5b5d | [
"Apache-2.0"
] | null | null | null | subprojects/ce-login/cli/CliVerifyHsf.cpp | human3rr/ibm-acf | 2d4c0acca4a08b2a5cf92a614d5ef6d7f15b5b5d | [
"Apache-2.0"
] | null | null | null |
#include "CeLoginCli.h"
#include "CliUtils.h"
#include <CeLogin.h>
#include <getopt.h>
#include <string.h>
#include <inttypes.h>
#include <ctime>
#include <fstream>
#include <iostream>
#include <sstream>
#include <string>
using namespace CeLogin;
struct VerifyArguments
{
std::string mHsfFileName;
std::stri... | 28.303371 | 80 | 0.474792 | [
"vector"
] |
4ff67d7c9d72e1aafaea24652d32ff6c15523669 | 8,280 | cc | C++ | mindspore/ccsrc/backend/kernel_compiler/cpu/eigen/lu_cpu_kernel.cc | PowerOlive/mindspore | bda20724a94113cedd12c3ed9083141012da1f15 | [
"Apache-2.0"
] | 1 | 2021-12-27T13:42:29.000Z | 2021-12-27T13:42:29.000Z | mindspore/ccsrc/backend/kernel_compiler/cpu/eigen/lu_cpu_kernel.cc | zimo-geek/mindspore | 665ec683d4af85c71b2a1f0d6829356f2bc0e1ff | [
"Apache-2.0"
] | null | null | null | mindspore/ccsrc/backend/kernel_compiler/cpu/eigen/lu_cpu_kernel.cc | zimo-geek/mindspore | 665ec683d4af85c71b2a1f0d6829356f2bc0e1ff | [
"Apache-2.0"
] | null | null | null | /**
* Copyright 2021 Huawei Technologies Co., Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... | 38.333333 | 120 | 0.688406 | [
"shape",
"vector"
] |
4ff7300ab838e452a417b31c1a51513c7c948c89 | 4,754 | cc | C++ | homeworks/1DWaveAbsorbingBC/templates/1dwaveabsorbingbc.cc | kryo4096/NPDECODES | 3498c0e4abec6ba21447849ba2ddc9286c068ea1 | [
"MIT"
] | 15 | 2019-04-29T11:28:56.000Z | 2022-03-22T05:10:58.000Z | homeworks/1DWaveAbsorbingBC/templates/1dwaveabsorbingbc.cc | kryo4096/NPDECODES | 3498c0e4abec6ba21447849ba2ddc9286c068ea1 | [
"MIT"
] | 12 | 2020-02-29T15:05:58.000Z | 2022-02-21T13:51:07.000Z | homeworks/1DWaveAbsorbingBC/templates/1dwaveabsorbingbc.cc | kryo4096/NPDECODES | 3498c0e4abec6ba21447849ba2ddc9286c068ea1 | [
"MIT"
] | 26 | 2020-01-09T15:59:23.000Z | 2022-03-24T16:27:33.000Z | /**
* @file 1dwaveabsorbingbc.cc
* @brief NPDE homework "1DWaveAbsorbingBC" code
* @author Oliver Rietmann
* @date 08.04.2019
* @copyright Developed at ETH Zurich
*/
#include "1dwaveabsorbingbc.h"
#include <Eigen/Core>
#include <Eigen/SparseCore>
#include <Eigen/SparseLU>
#include <cmath>
#include <utility>
#in... | 34.70073 | 80 | 0.666597 | [
"mesh",
"shape",
"vector"
] |
4ffc859acf6c0a904dd84fa0e59fe19452cd1601 | 58,507 | cpp | C++ | data/gki_navigation/channel_controller/src/channel_controller.cpp | khairulislam/phys | fc702520fcd3b23022b9253e7d94f878978b4500 | [
"MIT"
] | null | null | null | data/gki_navigation/channel_controller/src/channel_controller.cpp | khairulislam/phys | fc702520fcd3b23022b9253e7d94f878978b4500 | [
"MIT"
] | null | null | null | data/gki_navigation/channel_controller/src/channel_controller.cpp | khairulislam/phys | fc702520fcd3b23022b9253e7d94f878978b4500 | [
"MIT"
] | null | null | null | #include "channel_controller/channel_controller.h"
#include "channel_controller/bresenham.h"
#include <pluginlib/class_list_macros.h>
#include <string>
#include <nav_msgs/Path.h>
#include <angles/angles.h>
#include <visualization_msgs/MarkerArray.h>
#include <kobuki_msgs/Sound.h>
#include <kobuki_msgs/Led.h>
#include <... | 40.68637 | 148 | 0.644692 | [
"vector",
"transform"
] |
8b01887c9d53fc741cba537c3385987e2a541b54 | 3,386 | cxx | C++ | Modules/Numerics/FEM/test/itkFEMElement2DC0QuadraticTriangleStressTest.cxx | nalinimsingh/ITK_4D | 95a2eacaeaffe572889832ef0894239f89e3f303 | [
"Apache-2.0"
] | 3 | 2018-10-01T20:46:17.000Z | 2019-12-17T19:39:50.000Z | Modules/Numerics/FEM/test/itkFEMElement2DC0QuadraticTriangleStressTest.cxx | nalinimsingh/ITK_4D | 95a2eacaeaffe572889832ef0894239f89e3f303 | [
"Apache-2.0"
] | null | null | null | Modules/Numerics/FEM/test/itkFEMElement2DC0QuadraticTriangleStressTest.cxx | nalinimsingh/ITK_4D | 95a2eacaeaffe572889832ef0894239f89e3f303 | [
"Apache-2.0"
] | 4 | 2018-05-17T16:34:54.000Z | 2020-09-24T02:12:40.000Z | /*=========================================================================
*
* Copyright Insight Software Consortium
*
* 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
*
* ... | 36.408602 | 101 | 0.671589 | [
"mesh",
"object"
] |
8b0479e77205921d4f78f0b243a1b373e9e88078 | 26,129 | cpp | C++ | src/test/xraytests/condensingtransaction_tests.cpp | xraychain/XrayChain-v.020 | 4fdb5b10e6dde6d3b1dbda3f18b77ec47f81947e | [
"MIT"
] | 1 | 2022-03-16T18:15:38.000Z | 2022-03-16T18:15:38.000Z | src/test/xraytests/condensingtransaction_tests.cpp | xraychain/XrayChain-v.020 | 4fdb5b10e6dde6d3b1dbda3f18b77ec47f81947e | [
"MIT"
] | null | null | null | src/test/xraytests/condensingtransaction_tests.cpp | xraychain/XrayChain-v.020 | 4fdb5b10e6dde6d3b1dbda3f18b77ec47f81947e | [
"MIT"
] | null | null | null | #include <boost/test/unit_test.hpp>
#include <xraytests/test_utils.h>
const std::vector<valtype> code = {
/*
contract Sender1 {
address sender2;
address sender3;
function Sender1() {
}
function setSenders(address senderx, address send... | 75.517341 | 1,998 | 0.805886 | [
"vector"
] |
8b06a98b5a1c709fdd62fb9a133b638617c264c3 | 17,936 | cpp | C++ | Source/Core/FontEngineDefault/FreeTypeInterface.cpp | jonesmz/RmlUi | 4791d7abc72e99a7a4d96daf7d5f89d0fa2067d3 | [
"MIT"
] | null | null | null | Source/Core/FontEngineDefault/FreeTypeInterface.cpp | jonesmz/RmlUi | 4791d7abc72e99a7a4d96daf7d5f89d0fa2067d3 | [
"MIT"
] | null | null | null | Source/Core/FontEngineDefault/FreeTypeInterface.cpp | jonesmz/RmlUi | 4791d7abc72e99a7a4d96daf7d5f89d0fa2067d3 | [
"MIT"
] | null | null | null | /*
* This source file is part of RmlUi, the HTML/CSS Interface Middleware
*
* For the latest information, see http://github.com/mikke89/RmlUi
*
* Copyright (c) 2008-2010 CodePoint Ltd, Shift Technology Ltd
* Copyright (c) 2019 The RmlUi Team, and contributors
*
* Permission is hereby granted, free of charge, to... | 33.276438 | 194 | 0.709021 | [
"render"
] |
8b091dcd4ae42a4f2be303a25e1192617c818a95 | 45,186 | cpp | C++ | be/src/olap/column_file/column_reader.cpp | gitter-badger/incubator-doris | c877b4301331811c8fea4ef21f77bbf5a284f954 | [
"Apache-2.0"
] | null | null | null | be/src/olap/column_file/column_reader.cpp | gitter-badger/incubator-doris | c877b4301331811c8fea4ef21f77bbf5a284f954 | [
"Apache-2.0"
] | 2 | 2018-11-02T09:04:26.000Z | 2018-11-05T09:04:40.000Z | be/src/olap/column_file/column_reader.cpp | doris-ci/incubator-doris | acb332833a5bbd11232746af3a4576d801adbbf3 | [
"Apache-2.0"
] | null | null | null | // Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may... | 33.225 | 98 | 0.600783 | [
"vector"
] |
8b0acb47106260464907076a04953bbf609c006a | 10,651 | cpp | C++ | KernelSDK/src/kernel/KernelExec/cDevTestToggle.cpp | rodrigomr/VFS | 6b68b00df8cb668106c2d0841cbcd46138298717 | [
"Apache-2.0"
] | 38 | 2018-09-24T09:37:41.000Z | 2022-02-21T04:16:43.000Z | KernelSDK/src/kernel/KernelExec/cDevTestToggle.cpp | rodrigomr/VFS | 6b68b00df8cb668106c2d0841cbcd46138298717 | [
"Apache-2.0"
] | 1 | 2018-10-02T17:57:44.000Z | 2018-10-07T06:55:44.000Z | KernelSDK/src/kernel/KernelExec/cDevTestToggle.cpp | rodrigomr/VFS | 6b68b00df8cb668106c2d0841cbcd46138298717 | [
"Apache-2.0"
] | 6 | 2018-10-02T17:12:38.000Z | 2021-01-27T10:01:30.000Z | // Copyright 2018 Grass Valley, A Belden Brand
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
// http://www.apache.org/licenses/LICENSE-2.0
// Unless required by applicable law or ag... | 32.37386 | 143 | 0.610835 | [
"vector"
] |
8b0c2f7d4b2b07565a6de976fffdeb076557b161 | 33,542 | hpp | C++ | dart/dynamics/MetaSkeleton.hpp | malasiot/dart-vsim-octomap | d7afcacdcdcf7da688fb61caf1761b1309888ffe | [
"BSD-2-Clause"
] | null | null | null | dart/dynamics/MetaSkeleton.hpp | malasiot/dart-vsim-octomap | d7afcacdcdcf7da688fb61caf1761b1309888ffe | [
"BSD-2-Clause"
] | null | null | null | dart/dynamics/MetaSkeleton.hpp | malasiot/dart-vsim-octomap | d7afcacdcdcf7da688fb61caf1761b1309888ffe | [
"BSD-2-Clause"
] | null | null | null | /*
* Copyright (c) 2011-2017, The DART development contributors
* All rights reserved.
*
* The list of contributors can be found at:
* https://github.com/dartsim/dart/blob/master/LICENSE
*
* This file is provided under the following "BSD-style" License:
* Redistribution and use in source and binary forms, w... | 41.05508 | 84 | 0.677091 | [
"geometry",
"vector"
] |
8b0cd26df2b523728a320f715f6f972d0fa5498d | 8,461 | cxx | C++ | Filters/OpenTURNS/vtkOTScatterPlotMatrix.cxx | cclauss/VTK | f62a52cce9044159efb4adb7cc0cfd7ec0bc8b6d | [
"BSD-3-Clause"
] | 1,755 | 2015-01-03T06:55:00.000Z | 2022-03-29T05:23:26.000Z | Filters/OpenTURNS/vtkOTScatterPlotMatrix.cxx | cclauss/VTK | f62a52cce9044159efb4adb7cc0cfd7ec0bc8b6d | [
"BSD-3-Clause"
] | 29 | 2015-04-23T20:58:30.000Z | 2022-03-02T16:16:42.000Z | Filters/OpenTURNS/vtkOTScatterPlotMatrix.cxx | cclauss/VTK | f62a52cce9044159efb4adb7cc0cfd7ec0bc8b6d | [
"BSD-3-Clause"
] | 1,044 | 2015-01-05T22:48:27.000Z | 2022-03-31T02:38:26.000Z | /*=========================================================================
Program: Visualization Toolkit
Module: vtkOTScatterPlotMatrix.cxx
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This so... | 33.575397 | 96 | 0.632904 | [
"vector"
] |
8b0ee9dd5806614f1f3f23c9851c048878654e0d | 2,469 | cpp | C++ | src/IceRay/main/interface/python/core/geometry/transform/affine.cpp | dmilos/IceRay | 4e01f141363c0d126d3c700c1f5f892967e3d520 | [
"MIT-0"
] | 2 | 2020-09-04T12:27:15.000Z | 2022-01-17T14:49:40.000Z | src/IceRay/main/interface/python/core/geometry/transform/affine.cpp | dmilos/IceRay | 4e01f141363c0d126d3c700c1f5f892967e3d520 | [
"MIT-0"
] | null | null | null | src/IceRay/main/interface/python/core/geometry/transform/affine.cpp | dmilos/IceRay | 4e01f141363c0d126d3c700c1f5f892967e3d520 | [
"MIT-0"
] | 1 | 2020-09-04T12:27:52.000Z | 2020-09-04T12:27:52.000Z |
#include "./transform.hpp"
#include "IceRay/geometry/transform/affine.hpp"
typedef GS_DDMRM::S_IceRay::S_geometry::S_transform::GC_affine GTs_affine;
bool GFs_doTranslate( GTs_affine & P_affine, GTs_coord3D const& P_move )
{
GTs_affine3D I_transform;
::math::linear::affine::id( I_transform );
... | 30.109756 | 130 | 0.674362 | [
"geometry",
"vector",
"transform"
] |
8b162fa69e84200a517a624b0a72f287162924ee | 23,724 | cpp | C++ | Snake/mainwindow.cpp | jclehner18/QT_Snake_Game | 26eccac5eba0234a4c286a9f72d6e042bcdc353a | [
"Apache-2.0"
] | null | null | null | Snake/mainwindow.cpp | jclehner18/QT_Snake_Game | 26eccac5eba0234a4c286a9f72d6e042bcdc353a | [
"Apache-2.0"
] | null | null | null | Snake/mainwindow.cpp | jclehner18/QT_Snake_Game | 26eccac5eba0234a4c286a9f72d6e042bcdc353a | [
"Apache-2.0"
] | null | null | null | #include "mainwindow.h"
#include "ui_mainwindow.h"
//Special credit to Alex Menilli who voiced Death sound
//Credit to Nik Pensyl for producing all sounds and Recording of Munch Sound
//Credit to: https://freemidi.org/download3-26214-all-of-me--john-legend for Midi files of music generated.
QSound music("../game_music... | 36.164634 | 677 | 0.470199 | [
"object",
"vector"
] |
8b1848769c600fb0247ace5ccadaa5bebb398745 | 76,166 | cpp | C++ | src/par_msquares.cpp | jvo203/FITSWebQL | 59a98bc1916ce5b5d88ec1ee1986009f47a76e8b | [
"MIT"
] | 1 | 2022-03-09T07:21:48.000Z | 2022-03-09T07:21:48.000Z | src/par_msquares.cpp | jvo203/FITSWebQL | 59a98bc1916ce5b5d88ec1ee1986009f47a76e8b | [
"MIT"
] | 1 | 2020-06-04T08:12:36.000Z | 2020-06-08T06:20:06.000Z | src/par_msquares.cpp | jvo203/FITSWebQL | 59a98bc1916ce5b5d88ec1ee1986009f47a76e8b | [
"MIT"
] | null | null | null | #include "par_msquares.hpp"
#ifndef PAR_MSQUARES_IMPLEMENTATION
#include <stdlib.h>
#include <assert.h>
#include <float.h>
#include <string.h>
typedef struct {
PAR_MSQUARES_T* values;
size_t count;
size_t capacity;
} par__uint16list;
typedef struct {
float* points;
int npoints;
PAR_MSQUARES_T... | 37.837059 | 84 | 0.509151 | [
"mesh"
] |
8b18af512fa916d5e4b6dfdc3473d63963d972dd | 301,642 | cpp | C++ | src/linalg/linalg_internal_cpu/Kron_internal.cpp | j9263178/Cytnx | cf7fb1cff75c1cea14fbbc370fd8e4d86d0ddc8b | [
"Apache-2.0"
] | 11 | 2020-04-14T15:45:42.000Z | 2022-03-31T14:37:03.000Z | src/linalg/linalg_internal_cpu/Kron_internal.cpp | j9263178/Cytnx | cf7fb1cff75c1cea14fbbc370fd8e4d86d0ddc8b | [
"Apache-2.0"
] | 38 | 2019-08-02T15:15:51.000Z | 2022-03-04T19:07:02.000Z | src/linalg/linalg_internal_cpu/Kron_internal.cpp | j9263178/Cytnx | cf7fb1cff75c1cea14fbbc370fd8e4d86d0ddc8b | [
"Apache-2.0"
] | 7 | 2019-07-17T07:50:55.000Z | 2021-07-03T06:44:52.000Z | #include "linalg/linalg_internal_cpu/Kron_internal.hpp"
#include "utils/utils_internal_interface.hpp"
#include "utils/complex_arithmetic.hpp"
//#include "lapack_wrapper.hpp"
#ifdef UNI_OMP
#include <omp.h>
#endif
namespace cytnx{
namespace linalg_internal{
/// Kron
void Kron_internal_cdtcd(bo... | 52.532567 | 255 | 0.522507 | [
"vector"
] |
8b19d78af99f7c3f10c041034249497361cc83e4 | 1,845 | cpp | C++ | src/ObjectUtils/SymbolsFile.cpp | dpallotti/orbitprofiler | 11af85c0c9f5e7feb2916bb5e22977b59a792d64 | [
"BSD-2-Clause"
] | 1 | 2021-12-26T06:43:40.000Z | 2021-12-26T06:43:40.000Z | src/ObjectUtils/SymbolsFile.cpp | dpallotti/orbitprofiler | 11af85c0c9f5e7feb2916bb5e22977b59a792d64 | [
"BSD-2-Clause"
] | null | null | null | src/ObjectUtils/SymbolsFile.cpp | dpallotti/orbitprofiler | 11af85c0c9f5e7feb2916bb5e22977b59a792d64 | [
"BSD-2-Clause"
] | 1 | 2021-03-10T15:21:19.000Z | 2021-03-10T15:21:19.000Z | // Copyright (c) 2021 The Orbit 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 "ObjectUtils/SymbolsFile.h"
#include <absl/strings/str_format.h>
#include <filesystem>
#include <memory>
#include <string>
#include "ObjectUt... | 34.166667 | 97 | 0.710027 | [
"object"
] |
8b1b79875fd486033e751291367670ebfb0d7c73 | 4,218 | cpp | C++ | Examples/Examples/BusinessObject.cpp | BartoszKlonowski/CxVector | e0222e31daef8bb506f9407030de68adaf1345c7 | [
"MIT"
] | 4 | 2021-04-18T14:29:54.000Z | 2021-07-06T18:18:47.000Z | Examples/Examples/BusinessObject.cpp | BartoszKlonowski/CxVector | e0222e31daef8bb506f9407030de68adaf1345c7 | [
"MIT"
] | 8 | 2021-02-17T00:01:38.000Z | 2021-03-12T19:27:32.000Z | Examples/Examples/BusinessObject.cpp | BartoszKlonowski/SharpVector | e0222e31daef8bb506f9407030de68adaf1345c7 | [
"MIT"
] | null | null | null | // Copyright (c) Cx Code - Bartosz Klonowski.
// Licensed under the MIT License.
#include "../ErrorCodes.hpp"
#include "../../Source/Vector.hpp"
#include <string>
namespace Examples
{
class Part
{
public:
std::string partName;
int partID;
Part( std::string partN... | 32.446154 | 143 | 0.461593 | [
"vector"
] |
8b1bba7f036cb0d2580a30f75b42c08ede8d5bab | 812 | cpp | C++ | 570A - Elections/17709407_31MS_2200K.cpp | cloudzfy/codeforces | d409574c1a4218419aa6e9ddc02fddb7b83455d8 | [
"MIT"
] | 1 | 2016-04-30T02:57:49.000Z | 2016-04-30T02:57:49.000Z | 570A - Elections/17709407_31MS_2200K.cpp | cloudzfy/codeforces | d409574c1a4218419aa6e9ddc02fddb7b83455d8 | [
"MIT"
] | null | null | null | 570A - Elections/17709407_31MS_2200K.cpp | cloudzfy/codeforces | d409574c1a4218419aa6e9ddc02fddb7b83455d8 | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <iostream>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <vector>
#include <cstring>
#include <algorithm>
#include <map>
#include <stack>
using namespace std;
int main(int argc, const char * argv[]) {
int n, m, a;
cin>>n>>m;
vector<int> count(n, 0)... | 21.945946 | 41 | 0.471675 | [
"vector"
] |
8b1d05d252de9f3236ff31dd6571ac582ee42abf | 46,118 | cpp | C++ | llvm/lib/CodeGen/MachineFunction.cpp | nihaals/llvm-project | 3e45bb9829231b3fd185447a62c9505ba68a74e2 | [
"Apache-2.0"
] | null | null | null | llvm/lib/CodeGen/MachineFunction.cpp | nihaals/llvm-project | 3e45bb9829231b3fd185447a62c9505ba68a74e2 | [
"Apache-2.0"
] | null | null | null | llvm/lib/CodeGen/MachineFunction.cpp | nihaals/llvm-project | 3e45bb9829231b3fd185447a62c9505ba68a74e2 | [
"Apache-2.0"
] | null | null | null | //===- MachineFunction.cpp ------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | 36.057858 | 85 | 0.668134 | [
"object",
"vector"
] |
8b1d584fda677fe4ef66b897ff42489f38bc7c86 | 7,018 | cc | C++ | Cpp_Drop_In_Another_Thread/main.cc | c86j224s/snippet | 47072085e91fd3a7e584f159ba9989550871a9e5 | [
"Apache-2.0"
] | null | null | null | Cpp_Drop_In_Another_Thread/main.cc | c86j224s/snippet | 47072085e91fd3a7e584f159ba9989550871a9e5 | [
"Apache-2.0"
] | null | null | null | Cpp_Drop_In_Another_Thread/main.cc | c86j224s/snippet | 47072085e91fd3a7e584f159ba9989550871a9e5 | [
"Apache-2.0"
] | null | null | null | #include <iostream>
#include <map>
#include <unordered_map>
#include <variant>
#include <optional>
#include <string>
#include <mutex>
#include <chrono>
#include <numeric>
#include <functional>
#include <atomic>
#include <memory>
#include <thread>
struct Obj {
char m_mem[512 * 1024 * 1024] = { 0, }... | 24.886525 | 134 | 0.479054 | [
"vector"
] |
8b1de2a0dd55c43cc6c9b1456c34bb2bf4784a38 | 27,103 | cpp | C++ | src/mongo/util/heap_profiler.cpp | EdwardPrentice/wrongo | 1e7c9136f5fab7040b5bd5df51b4946876625c88 | [
"Apache-2.0"
] | 12 | 2020-04-27T21:31:57.000Z | 2020-12-13T13:25:06.000Z | src/mongo/util/heap_profiler.cpp | EdwardPrentice/wrongo | 1e7c9136f5fab7040b5bd5df51b4946876625c88 | [
"Apache-2.0"
] | null | null | null | src/mongo/util/heap_profiler.cpp | EdwardPrentice/wrongo | 1e7c9136f5fab7040b5bd5df51b4946876625c88 | [
"Apache-2.0"
] | 4 | 2021-03-27T14:40:25.000Z | 2022-03-19T20:52:41.000Z | /**
* Copyright (C) 2016 MongoDB Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be usef... | 39.451237 | 100 | 0.64063 | [
"object",
"vector"
] |
8b2353a659110392e5eea6a6b0963b7be19416f5 | 719 | cpp | C++ | src/top.chenqwwq/leetcode/topic/dp/_983/minimum-cost-for-tickets.cpp | chenqwwq/_leetcode | a8055c53c9a68cedb1b57a56f98e83709448e4cb | [
"Apache-2.0"
] | null | null | null | src/top.chenqwwq/leetcode/topic/dp/_983/minimum-cost-for-tickets.cpp | chenqwwq/_leetcode | a8055c53c9a68cedb1b57a56f98e83709448e4cb | [
"Apache-2.0"
] | null | null | null | src/top.chenqwwq/leetcode/topic/dp/_983/minimum-cost-for-tickets.cpp | chenqwwq/_leetcode | a8055c53c9a68cedb1b57a56f98e83709448e4cb | [
"Apache-2.0"
] | null | null | null | //
// Created by 陈炳鑫 on 2022/3/27.
//
#include "stdc++.h"
#include "common.h"
using namespace std;
class Solution {
const int INF = 0x3f3f3f3f;
public:
int mincostTickets(vector<int> &v, vector<int> &c) {
auto n = v.size();
vector<int> d{1, 7, 30}, dp(n + 1, INF);
dp[0] = 0;
... | 21.787879 | 67 | 0.435327 | [
"vector"
] |
8b2382e4a741905b143530c7223a555dce69210c | 4,371 | hpp | C++ | include/Oculus/Platform/Notifications.hpp | Fernthedev/BeatSaber-Quest-Codegen | 716e4ff3f8608f7ed5b83e2af3be805f69e26d9e | [
"Unlicense"
] | null | null | null | include/Oculus/Platform/Notifications.hpp | Fernthedev/BeatSaber-Quest-Codegen | 716e4ff3f8608f7ed5b83e2af3be805f69e26d9e | [
"Unlicense"
] | null | null | null | include/Oculus/Platform/Notifications.hpp | Fernthedev/BeatSaber-Quest-Codegen | 716e4ff3f8608f7ed5b83e2af3be805f69e26d9e | [
"Unlicense"
] | null | null | null | // Autogenerated from CppHeaderCreator
// Created by Sc2ad
// =========================================================================
#pragma once
// Begin includes
#include "extern/beatsaber-hook/shared/utils/typedefs.h"
#include "extern/beatsaber-hook/shared/utils/byref.hpp"
// Completed includes
// Begin f... | 58.28 | 289 | 0.75429 | [
"vector"
] |
8b2ce063cda84cca077bd22747b0aac4c94cc1c4 | 661 | cpp | C++ | src/flexui/Render/TreePainter.cpp | franciscod/flexui | 9af2c32a8ac3fe7127a9dd6927abe8b1945237c4 | [
"MIT"
] | null | null | null | src/flexui/Render/TreePainter.cpp | franciscod/flexui | 9af2c32a8ac3fe7127a9dd6927abe8b1945237c4 | [
"MIT"
] | null | null | null | src/flexui/Render/TreePainter.cpp | franciscod/flexui | 9af2c32a8ac3fe7127a9dd6927abe8b1945237c4 | [
"MIT"
] | null | null | null | #include "flexui/Render/TreePainter.hpp"
#include "flexui/Render/Painter.hpp"
#include "flexui/Element.hpp"
#include "flexui/Surface.hpp"
namespace flexui {
TreePainter::TreePainter(Surface* surface)
: TreeProcessor(surface)
{
m_Painter = new Painter(surface->getTextureProvider());
}
TreePainter::~TreePaint... | 16.121951 | 57 | 0.694402 | [
"render"
] |
8b363cbd9bb6509811fe9324e2497e3f298b3de7 | 4,359 | hxx | C++ | Modules/Filtering/GPUThresholding/include/itkGPUBinaryThresholdImageFilter.hxx | ferdymercury/ITK | b0a86ded2edd698a6f4a3e58a9db23523a7eb871 | [
"Apache-2.0"
] | 2 | 2021-02-01T17:24:16.000Z | 2021-02-02T02:18:46.000Z | Modules/Filtering/GPUThresholding/include/itkGPUBinaryThresholdImageFilter.hxx | ferdymercury/ITK | b0a86ded2edd698a6f4a3e58a9db23523a7eb871 | [
"Apache-2.0"
] | 4 | 2019-02-08T21:13:11.000Z | 2019-02-18T20:57:34.000Z | Modules/Filtering/GPUThresholding/include/itkGPUBinaryThresholdImageFilter.hxx | ferdymercury/ITK | b0a86ded2edd698a6f4a3e58a9db23523a7eb871 | [
"Apache-2.0"
] | 4 | 2015-02-07T05:09:14.000Z | 2019-10-08T09:17:30.000Z | /*=========================================================================
*
* Copyright NumFOCUS
*
* 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.or... | 33.790698 | 115 | 0.678367 | [
"vector",
"3d"
] |
8b3e8d08d2c1dcefeee3ac3a09f37ba60f30779b | 26,102 | cpp | C++ | execs/CM-Overlapping-AGM-SNAP/lib/snap/util.cpp | zhanghuijun-hello/A-framework-for-evaluating-community-mining-algorithms.- | 41ba38513b0b62d7837979de9de68abb475f9db2 | [
"MIT"
] | 1 | 2019-06-13T20:18:51.000Z | 2019-06-13T20:18:51.000Z | execs/CM-Overlapping-AGM-SNAP/lib/snap/util.cpp | zhanghuijun-hello/A-framework-for-evaluating-community-mining-algorithms.- | 41ba38513b0b62d7837979de9de68abb475f9db2 | [
"MIT"
] | null | null | null | execs/CM-Overlapping-AGM-SNAP/lib/snap/util.cpp | zhanghuijun-hello/A-framework-for-evaluating-community-mining-algorithms.- | 41ba38513b0b62d7837979de9de68abb475f9db2 | [
"MIT"
] | null | null | null | /////////////////////////////////////////////////
// Graph Utilities
void TGUtil::GetCdf(const TIntPrV& PdfV, TIntPrV& CdfV) {
CdfV = PdfV;
for (int i = 1; i < CdfV.Len(); i++) {
CdfV[i].Val2 = CdfV[i-1].Val2 + CdfV[i].Val2; }
}
void TGUtil::GetCdf(const TFltPrV& PdfV, TFltPrV& CdfV) {
CdfV = PdfV;
... | 37.449067 | 315 | 0.587503 | [
"object",
"vector"
] |
8b3eda36eb0e77b681de960d8c3e63593a5045b0 | 12,001 | cpp | C++ | aws-cpp-sdk-ec2/source/model/ScheduledInstance.cpp | bswhite1/aws-sdk-cpp | a050168cf8f7f6ea920d52894eaad186953cb27b | [
"Apache-2.0"
] | null | null | null | aws-cpp-sdk-ec2/source/model/ScheduledInstance.cpp | bswhite1/aws-sdk-cpp | a050168cf8f7f6ea920d52894eaad186953cb27b | [
"Apache-2.0"
] | null | null | null | aws-cpp-sdk-ec2/source/model/ScheduledInstance.cpp | bswhite1/aws-sdk-cpp | a050168cf8f7f6ea920d52894eaad186953cb27b | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | 36.477204 | 177 | 0.715274 | [
"model"
] |
8b40010a4be4e21f9bc7f92b17c8a4a8b7faa69b | 54,277 | cpp | C++ | dev/Code/Tools/Woodpecker/Woodpecker/LUA/LUAEditorFindDialog.cpp | jeikabu/lumberyard | 07228c605ce16cbf5aaa209a94a3cb9d6c1a4115 | [
"AML"
] | 8 | 2019-10-07T16:33:47.000Z | 2020-12-07T03:59:58.000Z | dev/Code/Tools/Woodpecker/Woodpecker/LUA/LUAEditorFindDialog.cpp | jeikabu/lumberyard | 07228c605ce16cbf5aaa209a94a3cb9d6c1a4115 | [
"AML"
] | null | null | null | dev/Code/Tools/Woodpecker/Woodpecker/LUA/LUAEditorFindDialog.cpp | jeikabu/lumberyard | 07228c605ce16cbf5aaa209a94a3cb9d6c1a4115 | [
"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... | 39.020129 | 225 | 0.540597 | [
"vector"
] |
8b42d9914a46c8a1d6d923cf85c52cab58909a78 | 33,780 | cc | C++ | src/parsing/scanner-character-streams.cc | Durian2022/v8 | 2d02f1eadc087e4e48eecbfdf3731bb5a13876f3 | [
"BSD-3-Clause"
] | null | null | null | src/parsing/scanner-character-streams.cc | Durian2022/v8 | 2d02f1eadc087e4e48eecbfdf3731bb5a13876f3 | [
"BSD-3-Clause"
] | null | null | null | src/parsing/scanner-character-streams.cc | Durian2022/v8 | 2d02f1eadc087e4e48eecbfdf3731bb5a13876f3 | [
"BSD-3-Clause"
] | null | null | null | // Copyright 2011 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 "src/parsing/scanner-character-streams.h"
#include <memory>
#include <vector>
#include "include/v8.h"
#include "src/common/globals.h"
#includ... | 35.821845 | 80 | 0.684725 | [
"vector",
"transform"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.