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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8b2d95faad0871688f3c8865c65f8a40e061898d | 2,042 | cpp | C++ | third_party/skia_m63/tests/GrTextureMipMapInvalidationTest.cpp | kniefliu/WindowsSamples | c841268ef4a0f1c6f89b8e95bf68058ea2548394 | [
"MIT"
] | 2 | 2018-02-20T15:49:51.000Z | 2018-08-22T13:52:30.000Z | third_party/skia_m63/tests/GrTextureMipMapInvalidationTest.cpp | kniefliu/WindowsSamples | c841268ef4a0f1c6f89b8e95bf68058ea2548394 | [
"MIT"
] | 2 | 2019-03-14T10:26:45.000Z | 2021-08-06T01:24:06.000Z | third_party/skia_m63/tests/GrTextureMipMapInvalidationTest.cpp | kniefliu/WindowsSamples | c841268ef4a0f1c6f89b8e95bf68058ea2548394 | [
"MIT"
] | 1 | 2019-09-15T04:51:52.000Z | 2019-09-15T04:51:52.000Z | /*
* Copyright 2016 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "SkTypes.h"
#if SK_SUPPORT_GPU
#include "GrContext.h"
#include "GrTexturePriv.h"
#include "SkCanvas.h"
#include "SkImage_Base.h"
#include "SkSurface.h"
#include "Te... | 35.824561 | 99 | 0.70764 | [
"solid"
] |
8b2e95b6dbc0c220225cd976aab104e5ec4d47cd | 1,073 | cpp | C++ | TC/TCHS08-Round1-1000.cpp | aajjbb/contest-files | b8842681b96017063a7baeac52ae1318bf59d74d | [
"Apache-2.0"
] | 1 | 2018-08-28T19:58:40.000Z | 2018-08-28T19:58:40.000Z | TC/TCHS08-Round1-1000.cpp | aajjbb/contest-files | b8842681b96017063a7baeac52ae1318bf59d74d | [
"Apache-2.0"
] | 2 | 2017-04-16T00:48:05.000Z | 2017-08-03T20:12:26.000Z | TC/TCHS08-Round1-1000.cpp | aajjbb/contest-files | b8842681b96017063a7baeac52ae1318bf59d74d | [
"Apache-2.0"
] | 4 | 2016-03-04T19:42:00.000Z | 2018-01-08T11:42:00.000Z | #include <bits/stdc++.h>
template<typename T> T gcd(T a, T b) {
if(!b) return a;
return gcd(b, a % b);
}
template<typename T> T lcm(T a, T b) {
return a * b / gcd(a, b);
}
template<typename T> void chmin(T& a, T b) { a = (a > b) ? b : a; }
template<typename T> void chmax(T& a, T b) { a = (a < b... | 21.039216 | 87 | 0.507922 | [
"vector"
] |
8b31985ce231767f4809060c65fa9accb46bfc58 | 3,851 | cpp | C++ | modules/arm_plugin/tests/functional/shared_tests_instances/behavior/plugin/config.cpp | openvinotoolkit/contrib | fc430b6d29d355d1797633b6dc64c5d42c0b1b67 | [
"Apache-2.0"
] | null | null | null | modules/arm_plugin/tests/functional/shared_tests_instances/behavior/plugin/config.cpp | openvinotoolkit/contrib | fc430b6d29d355d1797633b6dc64c5d42c0b1b67 | [
"Apache-2.0"
] | null | null | null | modules/arm_plugin/tests/functional/shared_tests_instances/behavior/plugin/config.cpp | openvinotoolkit/contrib | fc430b6d29d355d1797633b6dc64c5d42c0b1b67 | [
"Apache-2.0"
] | null | null | null | // Copyright (C) 2020-2022 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#include "multi-device/multi_device_config.hpp"
#include "behavior/plugin/configuration_tests.hpp"
#include <thread>
using namespace BehaviorTestsDefinitions;
namespace {
const std::vector<std::map<std::string, std::string>> c... | 47.54321 | 138 | 0.692288 | [
"vector"
] |
8b329f64dc6b5c1641e367d7d63cf603a9b02220 | 251,645 | cpp | C++ | openr/decision/tests/DecisionTest.cpp | ivanmurashko/openr | 5c58b712527446e81281d135979c40fb7163a8f4 | [
"MIT"
] | null | null | null | openr/decision/tests/DecisionTest.cpp | ivanmurashko/openr | 5c58b712527446e81281d135979c40fb7163a8f4 | [
"MIT"
] | null | null | null | openr/decision/tests/DecisionTest.cpp | ivanmurashko/openr | 5c58b712527446e81281d135979c40fb7163a8f4 | [
"MIT"
] | null | null | null | /**
* Copyright (c) 2014-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#include <memory>
#include <fb303/ServiceData.h>
#include <folly/IPAddress.h>
#include <folly/IPAddressV4.h>
#include <folly/IPAddressV... | 36.618888 | 80 | 0.670727 | [
"object",
"vector"
] |
8b32f7a5ff0308114ca7bae6e372bda23348b30e | 5,911 | cc | C++ | iree/base/atomic_slist_test.cc | metagraph-dev/iree | 3d6acd1c47072fdf4cfab842807f70b1c2d34396 | [
"Apache-2.0"
] | null | null | null | iree/base/atomic_slist_test.cc | metagraph-dev/iree | 3d6acd1c47072fdf4cfab842807f70b1c2d34396 | [
"Apache-2.0"
] | null | null | null | iree/base/atomic_slist_test.cc | metagraph-dev/iree | 3d6acd1c47072fdf4cfab842807f70b1c2d34396 | [
"Apache-2.0"
] | null | null | null | // Copyright 2020 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | 30.786458 | 80 | 0.683641 | [
"vector"
] |
8b37d6bb72c98ab08f731c9f7d2d2eddc897820f | 7,230 | inl | C++ | Code/Framework/AzCore/AzCore/DOM/DomPrefixTree.inl | BreakerOfThings/o3de | f4c59f868c726470ec910623facd836047d059c3 | [
"Apache-2.0",
"MIT"
] | 1 | 2022-03-28T08:06:58.000Z | 2022-03-28T08:06:58.000Z | Code/Framework/AzCore/AzCore/DOM/DomPrefixTree.inl | BreakerOfThings/o3de | f4c59f868c726470ec910623facd836047d059c3 | [
"Apache-2.0",
"MIT"
] | null | null | null | Code/Framework/AzCore/AzCore/DOM/DomPrefixTree.inl | BreakerOfThings/o3de | f4c59f868c726470ec910623facd836047d059c3 | [
"Apache-2.0",
"MIT"
] | null | null | null | /*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#pragma once
namespace AZ::Dom
{
template<class T>
DomPrefixTree<T>::DomPrefixTree(AZStd:... | 30.765957 | 127 | 0.500553 | [
"3d"
] |
8b3e10b963566247b995966d614f4da9c5700cc8 | 4,229 | cpp | C++ | src/base/math/Exp.cpp | rockstorm101/GMAT | 00b6b61a40560c095da3d83dab4ab1e9157f01c7 | [
"Apache-2.0"
] | 1 | 2018-09-18T07:09:36.000Z | 2018-09-18T07:09:36.000Z | src/base/math/Exp.cpp | rockstorm101/GMAT | 00b6b61a40560c095da3d83dab4ab1e9157f01c7 | [
"Apache-2.0"
] | null | null | null | src/base/math/Exp.cpp | rockstorm101/GMAT | 00b6b61a40560c095da3d83dab4ab1e9157f01c7 | [
"Apache-2.0"
] | 2 | 2020-06-18T04:45:30.000Z | 2021-07-20T02:11:54.000Z | //$Id$
//------------------------------------------------------------------------------
// Exp
//------------------------------------------------------------------------------
// GMAT: General Mission Analysis Tool
//
// Copyright (c) 2002 - 2015 United States Government as repres... | 32.282443 | 81 | 0.346418 | [
"object"
] |
8b4343161ded4e2d614b0ca2c778ffbe515bf9f3 | 21,665 | cc | C++ | content/browser/browser_child_process_host_impl.cc | xzhan96/chromium.src | 1bd0cf3997f947746c0fc5406a2466e7b5f6159e | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2021-01-07T18:51:03.000Z | 2021-01-07T18:51:03.000Z | content/browser/browser_child_process_host_impl.cc | emilio/chromium.src | 1bd0cf3997f947746c0fc5406a2466e7b5f6159e | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | content/browser/browser_child_process_host_impl.cc | emilio/chromium.src | 1bd0cf3997f947746c0fc5406a2466e7b5f6159e | [
"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/browser_child_process_host_impl.h"
#include "base/base_switches.h"
#include "base/bind.h"
#include "base/command_line.h"
#i... | 35.056634 | 80 | 0.732287 | [
"object"
] |
8b4a3c387ce3732a78b963cc720ba7ae84cc7464 | 135 | hpp | C++ | halfedge.hpp | uyen9vba/Wupty | be093987194e92f207b0f545fc0ad34a4de4b192 | [
"MIT"
] | 2 | 2021-08-30T07:30:21.000Z | 2021-08-31T05:49:33.000Z | halfedge.hpp | uyen9vba/Wupty | be093987194e92f207b0f545fc0ad34a4de4b192 | [
"MIT"
] | null | null | null | halfedge.hpp | uyen9vba/Wupty | be093987194e92f207b0f545fc0ad34a4de4b192 | [
"MIT"
] | null | null | null |
#include <vector>
struct HalfEdge {
int river;
Point midpoint; // initalized
Site* site; // initialized, points to middle site
}
| 15 | 50 | 0.703704 | [
"vector"
] |
8b4a6dd4f4f62dcb8b55a516d5c0a104a716ec8a | 18,220 | cpp | C++ | src/trunk/libs/seiscomp3/io/quakelink/connection.cpp | thefroid/seiscomp3 | 0b05d5550dcea000a93c7d9a39c5347d8786a91a | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 2 | 2015-09-17T22:43:50.000Z | 2017-11-29T20:27:11.000Z | src/trunk/libs/seiscomp3/io/quakelink/connection.cpp | thefroid/seiscomp3 | 0b05d5550dcea000a93c7d9a39c5347d8786a91a | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 2 | 2016-04-26T00:03:09.000Z | 2017-12-05T02:24:50.000Z | src/trunk/libs/seiscomp3/io/quakelink/connection.cpp | salichon/seiscomp3 | 4f7715f9ff9a35e7912c379ebf10446d0bceaeb2 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 1 | 2022-01-13T02:49:31.000Z | 2022-01-13T02:49:31.000Z | /***************************************************************************
* Copyright (C) by GFZ Potsdam *
* *
* You can redistribute and/or modify this program under the *
* terms o... | 29.529984 | 80 | 0.611581 | [
"object",
"vector"
] |
8b4ae4887e2cec558f4ca0449496c286ac8fec50 | 43,992 | cpp | C++ | isis/src/base/objs/Spice/Spice.cpp | ihumphrey-usgs/ISIS3_old | 284cc442b773f8369d44379ee29a9b46961d8108 | [
"Unlicense"
] | null | null | null | isis/src/base/objs/Spice/Spice.cpp | ihumphrey-usgs/ISIS3_old | 284cc442b773f8369d44379ee29a9b46961d8108 | [
"Unlicense"
] | null | null | null | isis/src/base/objs/Spice/Spice.cpp | ihumphrey-usgs/ISIS3_old | 284cc442b773f8369d44379ee29a9b46961d8108 | [
"Unlicense"
] | 1 | 2021-07-12T06:05:03.000Z | 2021-07-12T06:05:03.000Z | /**
* @file
* $Revision: 7229 $
* $Date: 2016-11-10 21:04:46 -0700 (Thu, 10 Nov 2016) $
*
* Unless noted otherwise, the portions of Isis written by the USGS are public
* domain. See individual third-party library and package descriptions for
* intellectual property information,user agreements, and related ... | 29.704254 | 101 | 0.626523 | [
"object",
"shape",
"vector",
"model",
"transform"
] |
8b4db6505d66fc842340da5ec3639149e87a9365 | 2,097 | hpp | C++ | include/codegen/include/Valve/VR/IVRSystem__GetButtonIdNameFromEnum.hpp | Futuremappermydud/Naluluna-Modifier-Quest | bfda34370764b275d90324b3879f1a429a10a873 | [
"MIT"
] | 1 | 2021-11-12T09:29:31.000Z | 2021-11-12T09:29:31.000Z | include/codegen/include/Valve/VR/IVRSystem__GetButtonIdNameFromEnum.hpp | Futuremappermydud/Naluluna-Modifier-Quest | bfda34370764b275d90324b3879f1a429a10a873 | [
"MIT"
] | null | null | null | include/codegen/include/Valve/VR/IVRSystem__GetButtonIdNameFromEnum.hpp | Futuremappermydud/Naluluna-Modifier-Quest | bfda34370764b275d90324b3879f1a429a10a873 | [
"MIT"
] | 2 | 2021-10-03T02:14:20.000Z | 2021-11-12T09:29:36.000Z | // Autogenerated from CppHeaderCreator on 7/27/2020 3:10:11 PM
// Created by Sc2ad
// =========================================================================
#pragma once
#pragma pack(push, 8)
// Begin includes
#include "utils/typedefs.h"
// Including type: System.MulticastDelegate
#include "System/MulticastDelegate.... | 41.94 | 130 | 0.737244 | [
"object"
] |
8b4e2f67321315ada302b5742fd75dc4f3077c86 | 2,893 | hpp | C++ | liboh/plugins/ogre/MeshObject.hpp | princeofcode/sirikata | 41d33a574934aea2d8a30ce3514509b7a4ec182e | [
"BSD-3-Clause"
] | 1 | 2016-05-09T07:55:37.000Z | 2016-05-09T07:55:37.000Z | liboh/plugins/ogre/MeshObject.hpp | princeofcode/sirikata | 41d33a574934aea2d8a30ce3514509b7a4ec182e | [
"BSD-3-Clause"
] | null | null | null | liboh/plugins/ogre/MeshObject.hpp | princeofcode/sirikata | 41d33a574934aea2d8a30ce3514509b7a4ec182e | [
"BSD-3-Clause"
] | null | null | null | /* Sirikata Graphical Object Host
* MeshObject.hpp
*
* Copyright (c) 2009, Patrick Reiter Horn
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
* * Redistributions of source code... | 31.445652 | 77 | 0.721742 | [
"mesh",
"object"
] |
332de5a58520c5eee340df509d8b0aee0f23c7e3 | 12,969 | cpp | C++ | src/smppconnection.cpp | ichramm/opensmpp | b20ef2d09705070fb11c9898d1353999450e2ba1 | [
"MIT"
] | null | null | null | src/smppconnection.cpp | ichramm/opensmpp | b20ef2d09705070fb11c9898d1353999450e2ba1 | [
"MIT"
] | null | null | null | src/smppconnection.cpp | ichramm/opensmpp | b20ef2d09705070fb11c9898d1353999450e2ba1 | [
"MIT"
] | null | null | null | /*!
* \file smppconnection.cpp
* \author ichramm
*/
#include "stdafx.h"
#include "smppconnection.hpp"
#include "smppcommands.hpp"
#include "logger.h"
#include <boost/lexical_cast.hpp>
#include <boost/make_shared.hpp>
#include <cstdlib>
//#define DISABLE_SMPP_BUFFER_DUMP
#if !defined(DUMP_BUFFER_SIZE)
#define DUM... | 27.418605 | 140 | 0.70044 | [
"vector"
] |
332ea929456485d8c1d7f172cd24358dc3bea7ad | 5,689 | cpp | C++ | test/feasibility_test_files/test_generate_data.cpp | stevenjj/icra2020locomanipulation | 414085b68cc1b3b24f7b920b543bba9d95350c16 | [
"MIT"
] | 5 | 2020-01-06T11:43:18.000Z | 2021-12-14T22:59:09.000Z | test/feasibility_test_files/test_generate_data.cpp | stevenjj/icra2020locomanipulation | 414085b68cc1b3b24f7b920b543bba9d95350c16 | [
"MIT"
] | null | null | null | test/feasibility_test_files/test_generate_data.cpp | stevenjj/icra2020locomanipulation | 414085b68cc1b3b24f7b920b543bba9d95350c16 | [
"MIT"
] | 2 | 2020-09-03T16:08:34.000Z | 2022-02-17T11:13:49.000Z | #include <iostream>
#include <string>
#include <sstream>
#include <avatar_locomanipulation/feasibility/feasibility_data_generator.hpp>
#include <avatar_locomanipulation/bridge/rviz_visualizer.hpp>
void initialize_config(Eigen::VectorXd & q_init, std::shared_ptr<RobotModel> & robot_model){
Eigen::VectorXd q_start;
... | 40.635714 | 169 | 0.711549 | [
"model"
] |
33313b8437152d34638c77cbf0f23403d6beef49 | 1,310 | hpp | C++ | include/grend/octree.hpp | grend3d/grend | 379d8e7eac9953b6257f6b7de7b36fbced82e774 | [
"MIT"
] | 5 | 2021-03-11T08:34:56.000Z | 2021-11-14T15:41:21.000Z | include/grend/octree.hpp | mushrom/grend | 379d8e7eac9953b6257f6b7de7b36fbced82e774 | [
"MIT"
] | 1 | 2021-08-14T08:48:15.000Z | 2021-08-14T10:25:42.000Z | include/grend/octree.hpp | mushrom/grend | 379d8e7eac9953b6257f6b7de7b36fbced82e774 | [
"MIT"
] | null | null | null | #pragma once
#include <grend/glmIncludes.hpp>
#include <grend/gameModel.hpp>
#include <utility>
#include <set>
#include <stdint.h>
namespace grendx {
class octree {
public:
// // (not yet) 'double' is depth of collision (0 for non-colliding),
// 'bool' is whether there's a collision
// 'vec3' is the normal fo... | 22.586207 | 71 | 0.648855 | [
"transform"
] |
33359da86fa86ea1317c5706d5b0604e6ee8a1a9 | 6,768 | cpp | C++ | src/catchup/CatchupWorkTests.cpp | distributedledgerinc/mxnc-stellar | e621584d490a75b6726efdb7433be482f129bdb0 | [
"Apache-2.0",
"BSD-2-Clause",
"MIT",
"ECL-2.0",
"BSL-1.0",
"BSD-3-Clause"
] | 5 | 2019-01-28T08:05:56.000Z | 2020-07-23T03:33:16.000Z | src/catchup/CatchupWorkTests.cpp | distributedledgerinc/mxnc-stellar | e621584d490a75b6726efdb7433be482f129bdb0 | [
"Apache-2.0",
"BSD-2-Clause",
"MIT",
"ECL-2.0",
"BSL-1.0",
"BSD-3-Clause"
] | 1 | 2019-05-10T09:44:15.000Z | 2019-05-17T10:24:02.000Z | src/catchup/CatchupWorkTests.cpp | distributedledgerinc/mxnc-stellar | e621584d490a75b6726efdb7433be482f129bdb0 | [
"Apache-2.0",
"BSD-2-Clause",
"MIT",
"ECL-2.0",
"BSL-1.0",
"BSD-3-Clause"
] | 3 | 2019-01-28T10:15:56.000Z | 2019-05-02T05:31:59.000Z | // Copyright 2017 Stellar Development Foundation and contributors. Licensed
// under the Apache License, Version 2.0. See the COPYING file at the root
// of this distribution or at http://www.apache.org/licenses/LICENSE-2.0
#include "catchup/CatchupWorkTests.h"
#include "catchup/CatchupConfiguration.h"
#include "catch... | 32.538462 | 78 | 0.521868 | [
"vector"
] |
33360367649950fb4b41bbd691303f66f7a7de8a | 23,276 | cpp | C++ | Iyan3dEngineFiles/SGCloudRenderingHelper.cpp | codetiger/Iyan3d | 259454d44d032004688d916b4afcd901d5dd7be1 | [
"MIT"
] | 28 | 2017-04-12T10:26:40.000Z | 2021-12-29T11:46:37.000Z | iyan3d/trunk/Iyan3D-Android/app/src/main/jni/Iyan3dEngineFiles/SGCloudRenderingHelper.cpp | lanping100/Iyan3d | c21bb191cec06039a3f6e9b2f19381cbd7537757 | [
"MIT"
] | 24 | 2017-09-13T02:13:24.000Z | 2022-02-20T02:56:42.000Z | iyan3d/trunk/Iyan3D-Android/app/src/main/jni/Iyan3dEngineFiles/SGCloudRenderingHelper.cpp | lanping100/Iyan3d | c21bb191cec06039a3f6e9b2f19381cbd7537757 | [
"MIT"
] | 16 | 2017-05-23T12:20:45.000Z | 2021-03-11T06:54:32.000Z | //
// SGCloudRenderingHelper.cpp
// Iyan3D
//
// Created by karthik on 18/08/15.
// Copyright (c) 2015 Smackall Games. All rights reserved.
//
#include "../SGEngine2/Core/Nodes/ParticleManager.h"
#include "HeaderFiles/SGCloudRenderingHelper.h"
SGCloudRenderingHelper::SGCloudRenderingHelper()
{
}
bool SGCloudRen... | 47.405295 | 204 | 0.65531 | [
"mesh",
"vector",
"model"
] |
333790574f46e5851c64e08877860da9a042b553 | 16,542 | cc | C++ | cpp/src/keyczar/base/json_reader.cc | nawien-sharma/keyczar | c55563bbd70f4b6fefc7444e296aab9894475f9a | [
"Apache-2.0"
] | null | null | null | cpp/src/keyczar/base/json_reader.cc | nawien-sharma/keyczar | c55563bbd70f4b6fefc7444e296aab9894475f9a | [
"Apache-2.0"
] | null | null | null | cpp/src/keyczar/base/json_reader.cc | nawien-sharma/keyczar | c55563bbd70f4b6fefc7444e296aab9894475f9a | [
"Apache-2.0"
] | 1 | 2021-04-13T05:05:30.000Z | 2021-04-13T05:05:30.000Z | // Copyright (c) 2006-2008 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 <keyczar/base/json_reader.h>
#include <keyczar/base/logging.h>
#include <keyczar/base/scoped_ptr.h>
#include <keyczar/base/stl_util-inl... | 26.132701 | 79 | 0.559848 | [
"object"
] |
333813c7a929b7c43c5ae956469e26658e768178 | 2,051 | cpp | C++ | sdk/packages/planner_cost/gems/polyline_distance_quadratic_cost.cpp | ddr95070/RMIsaac | ee3918f685f0a88563248ddea11d089581077973 | [
"FSFAP"
] | null | null | null | sdk/packages/planner_cost/gems/polyline_distance_quadratic_cost.cpp | ddr95070/RMIsaac | ee3918f685f0a88563248ddea11d089581077973 | [
"FSFAP"
] | null | null | null | sdk/packages/planner_cost/gems/polyline_distance_quadratic_cost.cpp | ddr95070/RMIsaac | ee3918f685f0a88563248ddea11d089581077973 | [
"FSFAP"
] | 1 | 2022-01-28T16:37:51.000Z | 2022-01-28T16:37:51.000Z | /*
Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
NVIDIA CORPORATION and its licensors retain all intellectual property
and proprietary rights in and to this software, related documentation
and any modifications thereto. Any use, reproduction, disclosure or
distribution of this software and related docum... | 42.729167 | 88 | 0.71136 | [
"geometry"
] |
333e3ce55c5a6ff1a8d13259f709804c1fcec097 | 19,492 | cpp | C++ | libs/wave/samples/waveidl/idl.cpp | cpp-pm/boost | 38c6c8c07f2fcc42d573b10807fef27ec14930f8 | [
"BSL-1.0"
] | 12,278 | 2015-01-29T17:11:33.000Z | 2022-03-31T21:12:00.000Z | libs/wave/samples/waveidl/idl.cpp | cpp-pm/boost | 38c6c8c07f2fcc42d573b10807fef27ec14930f8 | [
"BSL-1.0"
] | 9,469 | 2015-01-30T05:33:07.000Z | 2022-03-31T16:17:21.000Z | libs/wave/samples/waveidl/idl.cpp | cpp-pm/boost | 38c6c8c07f2fcc42d573b10807fef27ec14930f8 | [
"BSL-1.0"
] | 892 | 2015-01-29T16:26:19.000Z | 2022-03-20T07:44:30.000Z | /*=============================================================================
Boost.Wave: A Standard compliant C++ preprocessor library
Sample: IDL oriented preprocessor
http://www.boost.org/
Copyright (c) 2001-2010 Hartmut Kaiser. Distributed under the Boost
Software License, Version 1.0.... | 36.163265 | 91 | 0.540324 | [
"object",
"vector"
] |
33421030610a782f5e67b62222a2f65fd8eee6a8 | 6,658 | cc | C++ | L1Trigger/RPCTrigger/src/RPCConeBuilderFromES.cc | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 852 | 2015-01-11T21:03:51.000Z | 2022-03-25T21:14:00.000Z | L1Trigger/RPCTrigger/src/RPCConeBuilderFromES.cc | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 30,371 | 2015-01-02T00:14:40.000Z | 2022-03-31T23:26:05.000Z | L1Trigger/RPCTrigger/src/RPCConeBuilderFromES.cc | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 3,240 | 2015-01-02T05:53:18.000Z | 2022-03-31T17:24:21.000Z | // -*- C++ -*-
//
// Package: RPCTrigger
// Class : RPCConeBuilderFromES
//
// Implementation:
// <Notes on implementation>
//
// Original Author:
// Created: Mon Mar 3 13:34:20 CET 2008
//
// system include files
// user include files
#include "L1Trigger/RPCTrigger/interface/RPCConeBuilderFrom... | 33.969388 | 120 | 0.58471 | [
"vector"
] |
33425f398991913e94c702ef29d7da5db75d1958 | 4,504 | hpp | C++ | src/ngraph/runtime/cpu/op/max_pool_with_indices.hpp | ilya-lavrenov/ngraph | 2d8b2b4b30dbcabda0c3de2ae458418e63da057a | [
"Apache-2.0"
] | null | null | null | src/ngraph/runtime/cpu/op/max_pool_with_indices.hpp | ilya-lavrenov/ngraph | 2d8b2b4b30dbcabda0c3de2ae458418e63da057a | [
"Apache-2.0"
] | null | null | null | src/ngraph/runtime/cpu/op/max_pool_with_indices.hpp | ilya-lavrenov/ngraph | 2d8b2b4b30dbcabda0c3de2ae458418e63da057a | [
"Apache-2.0"
] | null | null | null | //*****************************************************************************
// Copyright 2017-2019 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://w... | 47.410526 | 100 | 0.577487 | [
"shape"
] |
3343f5592f7ad137650c3b3f9f0d17079001d02e | 3,891 | cpp | C++ | Algorithm/arcsim/adaptiveCloth/nearobs.cpp | dolphin-li/ClothDesigner | 82b186d6db320b645ac67a4d32d7746cc9bdd391 | [
"MIT"
] | 32 | 2016-12-13T05:49:12.000Z | 2022-02-04T06:15:47.000Z | Algorithm/arcsim/adaptiveCloth/nearobs.cpp | dolphin-li/ClothDesigner | 82b186d6db320b645ac67a4d32d7746cc9bdd391 | [
"MIT"
] | 2 | 2019-07-30T02:01:16.000Z | 2020-03-12T15:06:51.000Z | Algorithm/arcsim/adaptiveCloth/nearobs.cpp | dolphin-li/ClothDesigner | 82b186d6db320b645ac67a4d32d7746cc9bdd391 | [
"MIT"
] | 18 | 2017-11-16T13:37:06.000Z | 2022-03-11T08:13:46.000Z | /*
Copyright ©2013 The Regents of the University of California
(Regents). All Rights Reserved. Permission to use, copy, modify, and
distribute this software and its documentation for educational,
research, and not-for-profit purposes, without fee and without a
signed licensing agreement, is hereby granted, pr... | 29.255639 | 78 | 0.685685 | [
"mesh",
"geometry",
"vector"
] |
33488a2959c688417addc06d94c7011fb335dabb | 13,104 | cpp | C++ | startalk_ui/FriendsSearcher.cpp | xuepingiw/open_source_startalk | 44d962b04039f5660ec47a10313876a0754d3e72 | [
"MIT"
] | 34 | 2019-03-18T08:09:24.000Z | 2022-03-15T02:03:25.000Z | startalk_ui/FriendsSearcher.cpp | venliong/open_source_startalk | 51fda091a932a8adea626c312692836555753a9a | [
"MIT"
] | 5 | 2019-05-29T09:32:05.000Z | 2019-08-29T03:01:33.000Z | startalk_ui/FriendsSearcher.cpp | venliong/open_source_startalk | 51fda091a932a8adea626c312692836555753a9a | [
"MIT"
] | 32 | 2019-03-15T09:43:22.000Z | 2021-08-10T08:26:02.000Z | #include "FriendsSearcher.h"
#include "Session.h"
#include "Account.h"
#include "SystemConfigData.h"
#include "CallbackReceiver.h"
#include "RosterList.h"
#include "UIFrame.h"
#include "NotifyCenterController.h"
#include "animationreactor.h"
#include "ui_FriendsSearcher.h"
#include "diywidgit/customviews/qimdroplis... | 34.393701 | 152 | 0.663614 | [
"solid"
] |
3348abb19b3339b2b3e8b50485133b15a1973a32 | 2,910 | cc | C++ | paddle/fluid/framework/ir/fc_fuse_pass.cc | xuezhong/Paddle | be9ec5208160bfed02e767bdb23db5aba9cf5eb0 | [
"Apache-2.0"
] | null | null | null | paddle/fluid/framework/ir/fc_fuse_pass.cc | xuezhong/Paddle | be9ec5208160bfed02e767bdb23db5aba9cf5eb0 | [
"Apache-2.0"
] | null | null | null | paddle/fluid/framework/ir/fc_fuse_pass.cc | xuezhong/Paddle | be9ec5208160bfed02e767bdb23db5aba9cf5eb0 | [
"Apache-2.0"
] | null | null | null | // Copyright (c) 2018 PaddlePaddle 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... | 34.642857 | 76 | 0.694158 | [
"vector"
] |
334a4d52c4bea7b7b84bbb4cefbd69277cfc513c | 5,160 | cpp | C++ | node.cpp | mkellydevv/vector_graphics_animator | fc46ec710138bd2220f7602e1aa6991d0153980e | [
"MIT"
] | null | null | null | node.cpp | mkellydevv/vector_graphics_animator | fc46ec710138bd2220f7602e1aa6991d0153980e | [
"MIT"
] | null | null | null | node.cpp | mkellydevv/vector_graphics_animator | fc46ec710138bd2220f7602e1aa6991d0153980e | [
"MIT"
] | null | null | null | #include "node.h"
#define PI 3.14159265
node::node()
{
nodeShape = Root;
name = "Root";
children = new std::vector<node*>;
treeDepth = 0;
}
node::node(std::vector<gVector3> verts, gVector3 col, int mode)
{
children = new std::vector<node*>;
vertices = verts;
currentVertices = verts;
centroid = findCentroid()... | 17.142857 | 108 | 0.665504 | [
"shape",
"vector",
"transform"
] |
334a9a45601184c128ef7576e80c072a10f01ed1 | 4,468 | cpp | C++ | codeforces/1108e2.cpp | sogapalag/problems | 0ea7d65448e1177f8b3f81124a82d187980d659c | [
"MIT"
] | 1 | 2020-04-04T14:56:12.000Z | 2020-04-04T14:56:12.000Z | codeforces/1108e2.cpp | sogapalag/problems | 0ea7d65448e1177f8b3f81124a82d187980d659c | [
"MIT"
] | null | null | null | codeforces/1108e2.cpp | sogapalag/problems | 0ea7d65448e1177f8b3f81124a82d187980d659c | [
"MIT"
] | null | null | null | #include <bits/stdc++.h>
using namespace std;
template <typename M, typename D>
struct SegLazy {
using Op = function<M(const M&, const M&)>;
using D2M = function<void(M&, const D&)>;
using D2D = function<void(D&, const D&)>;
M ID;
D UN;
Op op;
D2M d2m;
D2D d2d;
int N, L;
... | 26.915663 | 81 | 0.409355 | [
"vector"
] |
33501c00fc62325261fe5636a848cb1002325402 | 651 | cpp | C++ | src/sysex/getmixerinputcontrol.cpp | dehnhardt/mioconfig | 6d1ac1d85379eaf168d2c2fce81b09f020500605 | [
"MIT"
] | 16 | 2018-07-16T14:13:10.000Z | 2021-02-07T06:43:57.000Z | src/sysex/getmixerinputcontrol.cpp | dehnhardt/iconnconfig | 6d1ac1d85379eaf168d2c2fce81b09f020500605 | [
"MIT"
] | 16 | 2017-09-06T19:38:15.000Z | 2021-01-04T17:54:02.000Z | src/sysex/getmixerinputcontrol.cpp | dehnhardt/mioconfig | 6d1ac1d85379eaf168d2c2fce81b09f020500605 | [
"MIT"
] | 10 | 2018-03-03T14:50:03.000Z | 2020-09-30T18:08:55.000Z | #include "getmixerinputcontrol.h"
#include "retmixerinputcontrol.h"
GetMixerInputControl::GetMixerInputControl(Device *device)
: PortSysExMessage(GET_MIXER_INPUT_CONTROL, SysExMessage::QUERY, device) {}
GetMixerInputControl::~GetMixerInputControl() {}
void GetMixerInputControl::createAnswer(Command m_Command,
... | 29.590909 | 76 | 0.768049 | [
"vector"
] |
33507e50979941c756c5b38c370f7aa6a889817a | 2,633 | cpp | C++ | src/ioDataProvider/Array.cpp | peramic/OPC-UA.Server | ebfafb0f9a1943fc1f2d44f20a0497a59e5bfd97 | [
"Apache-2.0"
] | null | null | null | src/ioDataProvider/Array.cpp | peramic/OPC-UA.Server | ebfafb0f9a1943fc1f2d44f20a0497a59e5bfd97 | [
"Apache-2.0"
] | null | null | null | src/ioDataProvider/Array.cpp | peramic/OPC-UA.Server | ebfafb0f9a1943fc1f2d44f20a0497a59e5bfd97 | [
"Apache-2.0"
] | null | null | null | #include <ioDataProvider/Array.h>
#include <sstream> // std::ostringstream
#ifdef DEBUG
#include <CppUTest/MemoryLeakDetectorNewMacros.h>
#endif
namespace IODataProviderNamespace {
class ArrayPrivate {
friend class Array;
private:
int arrayType;
const std::vector<const Variant*>* eleme... | 28.934066 | 97 | 0.510824 | [
"vector"
] |
335298eaef456cd052e1aed3e668a0fa34728060 | 1,517 | cpp | C++ | depth_breadth_search/leetcode_dfs/105_construct_binary_tree_from_preorder_and_inorder_traversal.cpp | Hadleyhzy/data_structure_and_algorithm | 0e610ba78dcb216323d9434a0f182756780ce5c0 | [
"MIT"
] | 1 | 2020-10-12T19:18:19.000Z | 2020-10-12T19:18:19.000Z | depth_breadth_search/leetcode_dfs/105_construct_binary_tree_from_preorder_and_inorder_traversal.cpp | Hadleyhzy/data_structure_and_algorithm | 0e610ba78dcb216323d9434a0f182756780ce5c0 | [
"MIT"
] | null | null | null | depth_breadth_search/leetcode_dfs/105_construct_binary_tree_from_preorder_and_inorder_traversal.cpp | Hadleyhzy/data_structure_and_algorithm | 0e610ba78dcb216323d9434a0f182756780ce5c0 | [
"MIT"
] | 1 | 2020-10-12T19:18:04.000Z | 2020-10-12T19:18:04.000Z | //
// 105_construct_binary_tree_from_preorder_and_inorder_traversal.cpp
// leetcode_dfs
//
// Created by Hadley on 25.08.20.
// Copyright © 2020 Hadley. All rights reserved.
//
#include <iostream>
#include <fstream>
#include <stdio.h>
#include <algorithm>
#include <iostream>
#include <vector>
#include <string>
#in... | 26.614035 | 91 | 0.649308 | [
"vector"
] |
335347b6c9cb25fcd5fca13e96988af81cf5fcb1 | 4,469 | cc | C++ | src/thread_test.cc | mohantypunit/trainc | 0a8e42bdf86ea26d30cfc47376a8b285458d706a | [
"Apache-2.0"
] | 2 | 2015-06-06T13:22:33.000Z | 2015-06-07T03:45:04.000Z | src/thread_test.cc | edobashira/trainc | 41ccbd1e79753b6db25eb5d3d318400a1c3e0fca | [
"Apache-2.0"
] | null | null | null | src/thread_test.cc | edobashira/trainc | 41ccbd1e79753b6db25eb5d3d318400a1c3e0fca | [
"Apache-2.0"
] | null | null | null | // thread_test.cc
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, sof... | 22.123762 | 75 | 0.642873 | [
"vector"
] |
33548b2cf5bd31a970f26bf99c93687c8b0bb423 | 8,655 | cpp | C++ | CesiumUtility/src/Tracing.cpp | zrkcode/cesium-native | 5265a65053542fe02928c272762c6b89fa2b29bb | [
"Apache-2.0"
] | null | null | null | CesiumUtility/src/Tracing.cpp | zrkcode/cesium-native | 5265a65053542fe02928c272762c6b89fa2b29bb | [
"Apache-2.0"
] | null | null | null | CesiumUtility/src/Tracing.cpp | zrkcode/cesium-native | 5265a65053542fe02928c272762c6b89fa2b29bb | [
"Apache-2.0"
] | null | null | null | #include "CesiumUtility/Tracing.h"
#include <algorithm>
#include <cassert>
#if CESIUM_TRACING_ENABLED
namespace CesiumUtility {
namespace Impl {
Tracer& Tracer::instance() {
static Tracer instance;
return instance;
}
Tracer::~Tracer() { endTracing(); }
void Tracer::startTracing(const std::string& filePath) {
... | 25.530973 | 80 | 0.640901 | [
"vector"
] |
335929b932271355d4bc3fdd7e58849cfb8cebe9 | 8,330 | cpp | C++ | src/test/upgrade_test/upgrade_testor.cpp | empiredan/pegasus | a095172ad1559cc0e65c7807a2baedc607cde50c | [
"Apache-2.0"
] | 1,352 | 2017-10-16T03:24:54.000Z | 2020-08-18T04:44:23.000Z | src/test/upgrade_test/upgrade_testor.cpp | empiredan/pegasus | a095172ad1559cc0e65c7807a2baedc607cde50c | [
"Apache-2.0"
] | 299 | 2017-10-19T05:33:32.000Z | 2020-08-17T09:03:39.000Z | src/test/upgrade_test/upgrade_testor.cpp | empiredan/pegasus | a095172ad1559cc0e65c7807a2baedc607cde50c | [
"Apache-2.0"
] | 240 | 2017-10-16T05:57:04.000Z | 2020-08-18T10:02:36.000Z | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 36.060606 | 100 | 0.642377 | [
"vector"
] |
335be79220599c119ddb494bd3f5851deb1707e0 | 1,554 | cpp | C++ | Test/main.cpp | lc8882972/c | 8f7594b70f756c8ff0887fd79527f6d4548b85a8 | [
"MIT"
] | null | null | null | Test/main.cpp | lc8882972/c | 8f7594b70f756c8ff0887fd79527f6d4548b85a8 | [
"MIT"
] | null | null | null | Test/main.cpp | lc8882972/c | 8f7594b70f756c8ff0887fd79527f6d4548b85a8 | [
"MIT"
] | null | null | null | // Test.cpp : 定义控制台应用程序的入口点。
//
#include "stdafx.h"
#include "string"
#include <iostream>
#include <algorithm>
#include <functional>
#include <fstream>
#include "student.h"
using namespace std;
//一、一维数组
//静态 int array[100]; 定义了数组array,并未对数组进行初始化
//静态 int array[100] = { 1,2 }; 定义并初始化了数组array
//动态 int* array = ne... | 15.69697 | 76 | 0.595238 | [
"vector"
] |
336480e8b9d9904dddc59ddfc0ebbcbbad70a373 | 59,997 | cpp | C++ | llvm/lib/Analysis/TargetLibraryInfo.cpp | tiwaria1/llvm | 616a396db0610ae0c1992361af005a869ef81897 | [
"Apache-2.0"
] | 1 | 2020-09-10T01:00:18.000Z | 2020-09-10T01:00:18.000Z | llvm/lib/Analysis/TargetLibraryInfo.cpp | coolstar/llvm-project | e21ccdd5b5667de50de65ee8903a89a21020e89a | [
"Apache-2.0"
] | null | null | null | llvm/lib/Analysis/TargetLibraryInfo.cpp | coolstar/llvm-project | e21ccdd5b5667de50de65ee8903a89a21020e89a | [
"Apache-2.0"
] | null | null | null | //===-- TargetLibraryInfo.cpp - Runtime library information ----------------==//
//
// 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.164557 | 101 | 0.704285 | [
"vector"
] |
3369840e4c9b9ca42dd310951442a55fc778fb3d | 25,895 | cc | C++ | mediapipe/calculators/tflite/tflite_tensors_to_segmentation_calculator.cc | Yuuraa/mediapipe-gesture-recognition | e2444cedbfcedf2b242ad025ceac39359c945db2 | [
"Apache-2.0"
] | 47 | 2019-12-29T02:52:48.000Z | 2022-02-21T08:39:14.000Z | mediapipe/calculators/tflite/tflite_tensors_to_segmentation_calculator.cc | Yuuraa/mediapipe-gesture-recognition | e2444cedbfcedf2b242ad025ceac39359c945db2 | [
"Apache-2.0"
] | 2 | 2020-12-24T06:35:19.000Z | 2021-01-04T08:44:25.000Z | mediapipe/calculators/tflite/tflite_tensors_to_segmentation_calculator.cc | Yuuraa/mediapipe-gesture-recognition | e2444cedbfcedf2b242ad025ceac39359c945db2 | [
"Apache-2.0"
] | 16 | 2020-07-21T06:28:25.000Z | 2022-02-02T13:40:36.000Z | // Copyright 2019 The MediaPipe Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or a... | 36.523272 | 86 | 0.702336 | [
"vector",
"model"
] |
336b6bb43e015ebf34371b1599b241d1d0967bd5 | 11,169 | cpp | C++ | src/World.cpp | lukawarren/Sludge | 7f0d1cfe90adb8626c9e28c91af7ddc2434ac853 | [
"MIT"
] | null | null | null | src/World.cpp | lukawarren/Sludge | 7f0d1cfe90adb8626c9e28c91af7ddc2434ac853 | [
"MIT"
] | null | null | null | src/World.cpp | lukawarren/Sludge | 7f0d1cfe90adb8626c9e28c91af7ddc2434ac853 | [
"MIT"
] | null | null | null | #include "World.h"
#include "Common.h"
#include "PerlinNoise.hpp"
#include "Game.h"
#include "Cave.h"
#include "Town.h"
World::World(const int width, const int height, const unsigned int seed) : Area(seed), width(width), height(height)
{
tiles = new Tile[width * height];
memset(tiles, ' ', sizeof tiles[0] * wi... | 29.23822 | 131 | 0.516429 | [
"render",
"vector"
] |
336fcc023154e0e4195f3bb703ddc39aacfa1179 | 70,645 | cc | C++ | src/ray/core_worker/reference_count_test.cc | matthewearl/ray | e29f2ef788dc399832240ae17fb9464515374eb7 | [
"Apache-2.0"
] | 1 | 2020-07-21T22:31:11.000Z | 2020-07-21T22:31:11.000Z | src/ray/core_worker/reference_count_test.cc | matthewearl/ray | e29f2ef788dc399832240ae17fb9464515374eb7 | [
"Apache-2.0"
] | 1 | 2019-03-16T07:08:57.000Z | 2019-03-16T07:08:57.000Z | src/ray/core_worker/reference_count_test.cc | gehring/ray | d8eeb9641314740572e81f9836cbce3e5b8f2b73 | [
"Apache-2.0"
] | null | null | null | #include "ray/core_worker/reference_count.h"
#include <vector>
#include "gtest/gtest.h"
#include "ray/common/ray_object.h"
#include "ray/core_worker/store_provider/memory_store/memory_store.h"
namespace ray {
static const rpc::Address empty_borrower;
static const ReferenceCounter::ReferenceTableProto empty_refs;
c... | 42.251794 | 90 | 0.732635 | [
"object",
"vector"
] |
33709fdedb5dde028996d08bdcba45d59632e82a | 5,187 | cpp | C++ | WebKit2-7604.1.38.0.7/WebKit2-7604.1.38.0.7/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMClientRectList.cpp | mlcldh/appleWebKit2 | 39cc42a4710c9319c8da269621844493ab2ccdd6 | [
"MIT"
] | 1 | 2021-05-27T07:29:31.000Z | 2021-05-27T07:29:31.000Z | WebKit2-7604.1.38.0.7/WebKit2-7604.1.38.0.7/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMClientRectList.cpp | mlcldh/appleWebKit2 | 39cc42a4710c9319c8da269621844493ab2ccdd6 | [
"MIT"
] | null | null | null | WebKit2-7604.1.38.0.7/WebKit2-7604.1.38.0.7/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMClientRectList.cpp | mlcldh/appleWebKit2 | 39cc42a4710c9319c8da269621844493ab2ccdd6 | [
"MIT"
] | null | null | null | /*
* Copyright (C) 2017 Aidan Holm <aidanholm@gmail.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later ver... | 35.047297 | 151 | 0.774629 | [
"object"
] |
3373bf81c1bd9bd5876146d9050e204363c2581c | 4,161 | cpp | C++ | src/ngraph/runtime/cpu/builder/pad.cpp | huningxin/ngraph | 28622bdea4b4ad84405b8484b31673ae7d31cf76 | [
"Apache-2.0"
] | null | null | null | src/ngraph/runtime/cpu/builder/pad.cpp | huningxin/ngraph | 28622bdea4b4ad84405b8484b31673ae7d31cf76 | [
"Apache-2.0"
] | null | null | null | src/ngraph/runtime/cpu/builder/pad.cpp | huningxin/ngraph | 28622bdea4b4ad84405b8484b31673ae7d31cf76 | [
"Apache-2.0"
] | null | null | null | //*****************************************************************************
// Copyright 2017-2018 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://w... | 39.628571 | 99 | 0.459505 | [
"shape"
] |
337488fb8c2c46068da42e7e5cea3224fcb10d13 | 22,425 | cpp | C++ | src/ConEmu/BaseDragDrops.cpp | Replica-/ConEmu | 9ec323e3ebafd87fe56b5ccedff2b165bcd7f2a6 | [
"BSD-3-Clause"
] | null | null | null | src/ConEmu/BaseDragDrops.cpp | Replica-/ConEmu | 9ec323e3ebafd87fe56b5ccedff2b165bcd7f2a6 | [
"BSD-3-Clause"
] | null | null | null | src/ConEmu/BaseDragDrops.cpp | Replica-/ConEmu | 9ec323e3ebafd87fe56b5ccedff2b165bcd7f2a6 | [
"BSD-3-Clause"
] | null | null | null |
#define HIDE_USE_EXCEPTION_INFO
#define SHOWDEBUGSTR
#include "header.h"
#pragma warning(disable: 4091)
#include <shlobj.h>
#pragma warning(default: 4091)
#if defined(__GNUC__) && !defined(__MINGW64_VERSION_MAJOR)
#include "ShObjIdl_Part.h"
#endif // __GNUC__
#include "BaseDragDrops.h"
#include "ConEmu.h"
#include... | 22.313433 | 128 | 0.655429 | [
"object"
] |
338004da736f28117a62cdc91b653b6785bc01c5 | 4,677 | cc | C++ | vpc/src/model/DescribeSslVpnServersResult.cc | iamzken/aliyun-openapi-cpp-sdk | 3c991c9ca949b6003c8f498ce7a672ea88162bf1 | [
"Apache-2.0"
] | null | null | null | vpc/src/model/DescribeSslVpnServersResult.cc | iamzken/aliyun-openapi-cpp-sdk | 3c991c9ca949b6003c8f498ce7a672ea88162bf1 | [
"Apache-2.0"
] | null | null | null | vpc/src/model/DescribeSslVpnServersResult.cc | iamzken/aliyun-openapi-cpp-sdk | 3c991c9ca949b6003c8f498ce7a672ea88162bf1 | [
"Apache-2.0"
] | 1 | 2020-11-27T09:13:12.000Z | 2020-11-27T09:13:12.000Z | /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... | 42.908257 | 124 | 0.788753 | [
"vector",
"model"
] |
3380fa641791877ecf44d1cc919be22a360f15be | 800 | cpp | C++ | test/verify/test_add_broadcast5.cpp | sjw36/AMDMIGraphX | c310bc5cf9b3f8ea44823a386a1b8bd72014bf09 | [
"MIT"
] | null | null | null | test/verify/test_add_broadcast5.cpp | sjw36/AMDMIGraphX | c310bc5cf9b3f8ea44823a386a1b8bd72014bf09 | [
"MIT"
] | 1 | 2022-02-10T07:11:54.000Z | 2022-02-10T07:11:54.000Z | test/verify/test_add_broadcast5.cpp | sjw36/AMDMIGraphX | c310bc5cf9b3f8ea44823a386a1b8bd72014bf09 | [
"MIT"
] | null | null | null |
#include "verify_program.hpp"
#include <migraphx/program.hpp>
#include <migraphx/generate.hpp>
#include <migraphx/make_op.hpp>
#include <migraphx/instruction.hpp>
struct test_add_broadcast5 : verify_program<test_add_broadcast5>
{
migraphx::program create_program() const
{
migraphx::program p;
... | 33.333333 | 95 | 0.63125 | [
"shape"
] |
3383c1f5502df6dadd634ccbeb63944f506c38fc | 5,235 | cpp | C++ | TAO/tests/Objref_Sequence_Test/server.cpp | cflowe/ACE | 5ff60b41adbe1772372d1a43bcc1f2726ff8f810 | [
"DOC"
] | 36 | 2015-01-10T07:27:33.000Z | 2022-03-07T03:32:08.000Z | TAO/tests/Objref_Sequence_Test/server.cpp | cflowe/ACE | 5ff60b41adbe1772372d1a43bcc1f2726ff8f810 | [
"DOC"
] | 2 | 2018-08-13T07:30:51.000Z | 2019-02-25T03:04:31.000Z | TAO/tests/Objref_Sequence_Test/server.cpp | cflowe/ACE | 5ff60b41adbe1772372d1a43bcc1f2726ff8f810 | [
"DOC"
] | 38 | 2015-01-08T14:12:06.000Z | 2022-01-19T08:33:00.000Z | //$Id: server.cpp 91825 2010-09-17 09:10:22Z johnnyw $
#include "TestS.h"
#include "ace/Get_Opt.h"
#include "ace/OS_NS_stdio.h"
/// Implement the Server Interface
class ServerServant :
public POA_Server
{
public:
/// Ctor
ServerServant (PortableServer::POA_ptr poa,
CORBA::ORB_ptr orb);
void C... | 24.348837 | 73 | 0.548615 | [
"object"
] |
33840cc9b865a369b89528cfe293bea773bd4707 | 85,411 | cpp | C++ | src/runtime/threads/threadmanager.cpp | akemp/hpx | 1ddf7282e322c30d82f2be044071aed14807ebe1 | [
"BSL-1.0"
] | null | null | null | src/runtime/threads/threadmanager.cpp | akemp/hpx | 1ddf7282e322c30d82f2be044071aed14807ebe1 | [
"BSL-1.0"
] | null | null | null | src/runtime/threads/threadmanager.cpp | akemp/hpx | 1ddf7282e322c30d82f2be044071aed14807ebe1 | [
"BSL-1.0"
] | null | null | null | // Copyright (c) 2015 Patricia Grubel
// Copyright (c) 2007-2014 Hartmut Kaiser
// Copyright (c) 2011 Bryce Lelbach, Katelyn Kufahl
// Copyright (c) 2008-2009 Chirag Dekate, Anshul Tandon
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at htt... | 41.888671 | 112 | 0.601574 | [
"object"
] |
3385a6f802eb0964867f912e5f4115e849ecdaf8 | 10,920 | cxx | C++ | Qt/Components/pqComparativeCueWidget.cxx | EvgenyVRN/ParaView | e014337e76cc4e5c51d9377a8ac1e874afd84d64 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | Qt/Components/pqComparativeCueWidget.cxx | EvgenyVRN/ParaView | e014337e76cc4e5c51d9377a8ac1e874afd84d64 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | Qt/Components/pqComparativeCueWidget.cxx | EvgenyVRN/ParaView | e014337e76cc4e5c51d9377a8ac1e874afd84d64 | [
"Apache-2.0",
"BSD-3-Clause"
] | 2 | 2019-08-28T09:04:43.000Z | 2020-08-18T11:45:17.000Z | /*=========================================================================
Program: ParaView
Module: pqComparativeCueWidget.cxx
Copyright (c) 2005,2006 Sandia Corporation, Kitware Inc.
All rights reserved.
ParaView is a free software; you can redistribute it and/or modify it
under the terms of ... | 29.673913 | 100 | 0.599359 | [
"vector"
] |
3392a086dcbcd4b00e979f7b5f85edc4f0dbd1c2 | 1,803 | cpp | C++ | inference-engine/tests/functional/plugin/shared/src/low_precision_transformations/fully_connected_transformation.cpp | uikilin100/openvino | afc5191b8c75b1de4adc8cb07c6269b52882ddfe | [
"Apache-2.0"
] | 1 | 2021-12-30T05:47:43.000Z | 2021-12-30T05:47:43.000Z | inference-engine/tests/functional/plugin/shared/src/low_precision_transformations/fully_connected_transformation.cpp | uikilin100/openvino | afc5191b8c75b1de4adc8cb07c6269b52882ddfe | [
"Apache-2.0"
] | 105 | 2020-06-04T00:23:29.000Z | 2022-02-21T13:04:33.000Z | inference-engine/tests/functional/plugin/shared/src/low_precision_transformations/fully_connected_transformation.cpp | v-Golubev/openvino | 26936d1fbb025c503ee43fe74593ee9d7862ab15 | [
"Apache-2.0"
] | 4 | 2021-04-02T08:48:38.000Z | 2021-07-01T06:59:02.000Z | // Copyright (C) 2018-2021 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#include "low_precision_transformations/fully_connected_transformation.hpp"
#include <memory>
#include <tuple>
#include <vector>
#include <string>
#include <ie_core.hpp>
#include "common_test_utils/common_utils.hpp"
#include "fun... | 30.05 | 123 | 0.742651 | [
"vector"
] |
3393ea1dad90e0490704dbf9036c263c4d79ea71 | 18,448 | cc | C++ | examples/dynamic_registration/dynamic_registration.cc | brtnfld/legion.stan | 8c320e22fb98dc62d4ef6fcf973971bb36078038 | [
"Apache-2.0"
] | null | null | null | examples/dynamic_registration/dynamic_registration.cc | brtnfld/legion.stan | 8c320e22fb98dc62d4ef6fcf973971bb36078038 | [
"Apache-2.0"
] | null | null | null | examples/dynamic_registration/dynamic_registration.cc | brtnfld/legion.stan | 8c320e22fb98dc62d4ef6fcf973971bb36078038 | [
"Apache-2.0"
] | null | null | null | /* Copyright 2016 Stanford University
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | 40.45614 | 82 | 0.681158 | [
"vector",
"model"
] |
339414e9066faf45a68f65321dbc821cb7d11cb7 | 30,956 | cpp | C++ | tb_jun/src/underlag/global.cpp | ligatos/tords-workspace-2020 | 11eba9fec3c85600afaf515468f74274f7cb5a68 | [
"Apache-2.0"
] | null | null | null | tb_jun/src/underlag/global.cpp | ligatos/tords-workspace-2020 | 11eba9fec3c85600afaf515468f74274f7cb5a68 | [
"Apache-2.0"
] | null | null | null | tb_jun/src/underlag/global.cpp | ligatos/tords-workspace-2020 | 11eba9fec3c85600afaf515468f74274f7cb5a68 | [
"Apache-2.0"
] | null | null | null | #include <ros/ros.h>
#include <octomap_msgs/conversions.h>
#include <octomap_msgs/Octomap.h>
#include <octomap/octomap.h>
#include <octomap/OcTree.h>
#include <octomap/OcTreeBase.h>
#include <octomap/octomap_types.h>
#include <tf/transform_datatypes.h>
#include <dynamicEDT3D/dynamicEDTOctomap.h>
#include <chrono>
#incl... | 35.217292 | 336 | 0.686135 | [
"vector",
"transform"
] |
3398eb92031a200978e1f22aa3042f9fd3515c36 | 611 | hpp | C++ | inc/valunpak/ue4_udatatable.hpp | Querijn/Valunpak | c1eebe2bd7effc8afa45becfbcf383fe4ad9cdf9 | [
"MIT"
] | 3 | 2020-06-07T21:05:11.000Z | 2021-03-30T17:50:08.000Z | inc/valunpak/ue4_udatatable.hpp | Querijn/Valunpak | c1eebe2bd7effc8afa45becfbcf383fe4ad9cdf9 | [
"MIT"
] | null | null | null | inc/valunpak/ue4_udatatable.hpp | Querijn/Valunpak | c1eebe2bd7effc8afa45becfbcf383fe4ad9cdf9 | [
"MIT"
] | 1 | 2021-05-17T08:24:18.000Z | 2021-05-17T08:24:18.000Z | #pragma once
#include <valunpak/config.hpp>
#include <valunpak/ue4_base.hpp>
#include <valunpak/ue4_uobject.hpp>
#include <valunpak/ue4_bulkdata.hpp>
#include <map>
#include <string>
#include <vector>
namespace valunpak
{
class ue4_uexp;
class ue4_ubulk;
class ue4_udatatable : public ue4_base
{
public:
bool o... | 19.709677 | 77 | 0.743044 | [
"vector"
] |
3399e6f32e4a95f0962c593066a15a0a1c7ea976 | 8,817 | cpp | C++ | src/DHTMessage.cpp | bittorrent/libbtdht | 200b8adf83edeb84f1c81fb82de7e5b8624a5fa4 | [
"Apache-2.0"
] | 34 | 2016-07-26T09:40:05.000Z | 2021-12-31T04:12:37.000Z | src/DHTMessage.cpp | bittorrent/libbtdht | 200b8adf83edeb84f1c81fb82de7e5b8624a5fa4 | [
"Apache-2.0"
] | 1 | 2017-05-21T21:55:03.000Z | 2017-05-21T21:55:03.000Z | src/DHTMessage.cpp | bittorrent/libbtdht | 200b8adf83edeb84f1c81fb82de7e5b8624a5fa4 | [
"Apache-2.0"
] | 17 | 2016-06-26T04:22:11.000Z | 2020-11-26T03:33:04.000Z | /*
Copyright 2016 BitTorrent Inc
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
dist... | 29.686869 | 102 | 0.693887 | [
"object",
"vector"
] |
339b2f9bcbc1599d9236b21ecf5cf4d992d34dc3 | 124,532 | cpp | C++ | corelib/src/Memory.cpp | GeekLiB/rtabmap | db81b37fda225d597d4cf068c64182b2b79bbed4 | [
"BSD-3-Clause"
] | null | null | null | corelib/src/Memory.cpp | GeekLiB/rtabmap | db81b37fda225d597d4cf068c64182b2b79bbed4 | [
"BSD-3-Clause"
] | null | null | null | corelib/src/Memory.cpp | GeekLiB/rtabmap | db81b37fda225d597d4cf068c64182b2b79bbed4 | [
"BSD-3-Clause"
] | null | null | null | /*
Copyright (c) 2010-2016, Mathieu Labbe - IntRoLab - Universite de Sherbrooke
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
... | 30.455368 | 256 | 0.644549 | [
"geometry",
"vector",
"transform",
"3d"
] |
339caee1626de57ff71e94d7ef388ff09a9abbe9 | 203,018 | cc | C++ | src/validator/strata_support.cc | AlexShypula/stoke | d68dc566d8db5ebd304cbda09710eb7f7d6457e3 | [
"ECL-2.0",
"Apache-2.0"
] | 645 | 2016-02-10T19:14:21.000Z | 2022-03-20T15:19:08.000Z | src/validator/strata_support.cc | AlexShypula/stoke | d68dc566d8db5ebd304cbda09710eb7f7d6457e3 | [
"ECL-2.0",
"Apache-2.0"
] | 191 | 2016-02-10T00:45:50.000Z | 2021-02-21T19:18:32.000Z | src/validator/strata_support.cc | AlexShypula/stoke | d68dc566d8db5ebd304cbda09710eb7f7d6457e3 | [
"ECL-2.0",
"Apache-2.0"
] | 67 | 2016-02-09T15:15:28.000Z | 2022-03-02T16:33:31.000Z | // Copyright 2013-2015 Stanford University
//
// 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 ... | 38.414002 | 147 | 0.670079 | [
"vector"
] |
339ea1150f6015a03fa29ae465a943c98c376295 | 9,591 | cpp | C++ | dbbrain/src/v20210527/model/HealthReportTask.cpp | sinjoywong/tencentcloud-sdk-cpp | 1b931d20956a90b15a6720f924e5c69f8786f9f4 | [
"Apache-2.0"
] | null | null | null | dbbrain/src/v20210527/model/HealthReportTask.cpp | sinjoywong/tencentcloud-sdk-cpp | 1b931d20956a90b15a6720f924e5c69f8786f9f4 | [
"Apache-2.0"
] | null | null | null | dbbrain/src/v20210527/model/HealthReportTask.cpp | sinjoywong/tencentcloud-sdk-cpp | 1b931d20956a90b15a6720f924e5c69f8786f9f4 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | 28.37574 | 142 | 0.685747 | [
"object",
"model"
] |
33a2021888e77dc17757ced6f2c6b722433b4625 | 3,430 | hh | C++ | src/cost.hh | laurentnoe/iedera | 07a1a6b236fe69e684de614693b722981da4c189 | [
"BSD-2-Clause",
"CECILL-B"
] | 1 | 2021-04-15T09:33:18.000Z | 2021-04-15T09:33:18.000Z | src/cost.hh | LaurentNoe/iedera | 91b8d745da91b124186f7eae31e3df194b202473 | [
"BSD-2-Clause",
"CECILL-B"
] | 1 | 2018-03-31T22:05:07.000Z | 2018-03-31T22:05:07.000Z | src/cost.hh | LaurentNoe/iedera | 91b8d745da91b124186f7eae31e3df194b202473 | [
"BSD-2-Clause",
"CECILL-B"
] | 1 | 2017-01-15T08:45:39.000Z | 2017-01-15T08:45:39.000Z | #ifndef __COST_HH__
#define __COST_HH__
/** @defgroup cost cost class template
* @brief costs defined over the templated C elements (int, long int, long long int, or other ...),
* and in the @f$ (\oplus = min, \otimes = plus) @f$ tropical semi-ring
*
*
* @see matrix, automaton
*/
// @{
//STL
#include <func... | 26.796875 | 116 | 0.628571 | [
"vector"
] |
33a4afb6374c4459d8866c1a62a3c1b960e82f18 | 13,750 | cpp | C++ | clang-tools-extra/clangd/unittests/CompileCommandsTests.cpp | MochalovaAn/llvm | 528aa5ca4aa9df447dc3497ef19da3b124e88d7d | [
"Apache-2.0"
] | 1 | 2021-02-17T04:40:38.000Z | 2021-02-17T04:40:38.000Z | clang-tools-extra/clangd/unittests/CompileCommandsTests.cpp | MochalovaAn/llvm | 528aa5ca4aa9df447dc3497ef19da3b124e88d7d | [
"Apache-2.0"
] | null | null | null | clang-tools-extra/clangd/unittests/CompileCommandsTests.cpp | MochalovaAn/llvm | 528aa5ca4aa9df447dc3497ef19da3b124e88d7d | [
"Apache-2.0"
] | null | null | null | //===-- CompileCommandsTests.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
//
//===---------------------------... | 35.994764 | 80 | 0.619491 | [
"vector"
] |
33a76e176a57e094e0fb6a1bca844937e1e67ce3 | 1,657 | hpp | C++ | src/ui/ns_font.hpp | FreeAllegiance/AllegianceDX7 | 3955756dffea8e7e31d3a55fcf6184232b792195 | [
"MIT"
] | 76 | 2015-08-18T19:18:40.000Z | 2022-01-08T12:47:22.000Z | src/ui/ns_font.hpp | StudentAlleg/Allegiance | e91660a471eb4e57e9cea4c743ad43a82f8c7b18 | [
"MIT"
] | 37 | 2015-08-14T22:44:12.000Z | 2020-01-21T01:03:06.000Z | src/ui/ns_font.hpp | StudentAlleg/Allegiance | e91660a471eb4e57e9cea4c743ad43a82f8c7b18 | [
"MIT"
] | 42 | 2015-08-13T23:31:35.000Z | 2022-03-17T02:20:26.000Z |
#pragma once
#include "ui.h"
#include "items.hpp"
using namespace std::literals;
class FontNamespace {
public:
static void AddNamespace(sol::state* m_pLua) {
sol::table table = m_pLua->create_table();
table["Create"] = [](std::string name, TRef<Number> size, sol::optional<sol::table> object) {
... | 36.822222 | 174 | 0.528666 | [
"object"
] |
33a92f5ed0909be33d62cbcff3ace5daa93f1920 | 6,520 | cpp | C++ | code/w32.mt/Thread.cpp | AndreLouisCaron/w32 | 75b26a149e268138cbcf43e6f4669756ac4ac850 | [
"BSD-2-Clause"
] | 9 | 2015-12-30T15:21:20.000Z | 2021-03-21T04:23:14.000Z | code/w32.mt/Thread.cpp | AndreLouisCaron/w32 | 75b26a149e268138cbcf43e6f4669756ac4ac850 | [
"BSD-2-Clause"
] | 1 | 2022-01-02T11:12:57.000Z | 2022-01-02T11:12:57.000Z | code/w32.mt/Thread.cpp | AndreLouisCaron/w32 | 75b26a149e268138cbcf43e6f4669756ac4ac850 | [
"BSD-2-Clause"
] | 5 | 2018-04-09T04:44:58.000Z | 2020-04-10T12:51:51.000Z | // Copyright (c) 2009-2012, Andre Caron (andre.l.caron@gmail.com)
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
//... | 26.831276 | 74 | 0.597393 | [
"object"
] |
33aa969b4f091934f776c8e81e4808cf3865cb4d | 38,860 | cpp | C++ | source/d3d11/d3d11_device_context.cpp | eliemichel/reshade | 797d6b22b27df3fca34e7a0a8e7168df5be329c8 | [
"BSD-3-Clause"
] | 6 | 2020-03-22T15:41:29.000Z | 2021-11-25T02:52:30.000Z | source/d3d11/d3d11_device_context.cpp | eliemichel/reshade | 797d6b22b27df3fca34e7a0a8e7168df5be329c8 | [
"BSD-3-Clause"
] | null | null | null | source/d3d11/d3d11_device_context.cpp | eliemichel/reshade | 797d6b22b27df3fca34e7a0a8e7168df5be329c8 | [
"BSD-3-Clause"
] | 1 | 2021-11-24T23:17:26.000Z | 2021-11-24T23:17:26.000Z | /**
* Copyright (C) 2014 Patrick Mours. All rights reserved.
* License: https://github.com/crosire/reshade#license
*/
#include "log.hpp"
#include "d3d11_device.hpp"
#include "d3d11_device_context.hpp"
#include "d3d11_command_list.hpp"
D3D11DeviceContext::D3D11DeviceContext(D3D11Device *device, ID3D11DeviceContext ... | 49.693095 | 403 | 0.827149 | [
"object"
] |
33ad6980fac1b3ecd34044060a8e4bc27de16c64 | 1,661 | cpp | C++ | src/Engine/Renderer/Apis/OpenGL/Mesh/OpenGLStaticVoxelMeshData.cpp | Sausty/GameProject-1 | 0c0c13dea2b446213cea9074a02bcf588fb46559 | [
"MIT"
] | null | null | null | src/Engine/Renderer/Apis/OpenGL/Mesh/OpenGLStaticVoxelMeshData.cpp | Sausty/GameProject-1 | 0c0c13dea2b446213cea9074a02bcf588fb46559 | [
"MIT"
] | null | null | null | src/Engine/Renderer/Apis/OpenGL/Mesh/OpenGLStaticVoxelMeshData.cpp | Sausty/GameProject-1 | 0c0c13dea2b446213cea9074a02bcf588fb46559 | [
"MIT"
] | null | null | null | //
// Created by MarcasRealAccount on 31. Oct. 2020
//
#include "Engine/Renderer/Apis/OpenGL/Mesh/OpenGLStaticVoxelMeshData.h"
namespace gp1 {
OpenGLStaticVoxelMeshData::OpenGLStaticVoxelMeshData(Mesh* mesh)
: OpenGLMeshData(mesh) {}
bool OpenGLStaticVoxelMeshData::HasVertices() {
return GetMesh<StaticVoxel... | 44.891892 | 175 | 0.796508 | [
"mesh"
] |
33ae3c7c2b28a2e3acc3406ef914449c8f446009 | 18,298 | cpp | C++ | clang/lib/CodeGen/CGObjCRuntime.cpp | mkinsner/llvm | 589d48844edb12cd357b3024248b93d64b6760bf | [
"Apache-2.0"
] | 605 | 2019-10-18T01:15:54.000Z | 2022-03-31T14:31:04.000Z | clang/lib/CodeGen/CGObjCRuntime.cpp | mkinsner/llvm | 589d48844edb12cd357b3024248b93d64b6760bf | [
"Apache-2.0"
] | 3,180 | 2019-10-18T01:21:21.000Z | 2022-03-31T23:25:41.000Z | clang/lib/CodeGen/CGObjCRuntime.cpp | mkinsner/llvm | 589d48844edb12cd357b3024248b93d64b6760bf | [
"Apache-2.0"
] | 275 | 2019-10-18T05:27:22.000Z | 2022-03-30T09:04:21.000Z | //==- CGObjCRuntime.cpp - Interface to Shared Objective-C Runtime Features ==//
//
// 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
//
//===----------------------------... | 38.200418 | 91 | 0.638922 | [
"object"
] |
33af890f8038dd84ea98ead28dc8cf437d3d7a8f | 5,638 | cpp | C++ | hamming/hamming.cpp | j-bresson/gecodeMCP | 5b104ac86a4d2f48ebcf130220707a5b79397308 | [
"MIT"
] | null | null | null | hamming/hamming.cpp | j-bresson/gecodeMCP | 5b104ac86a4d2f48ebcf130220707a5b79397308 | [
"MIT"
] | null | null | null | hamming/hamming.cpp | j-bresson/gecodeMCP | 5b104ac86a4d2f48ebcf130220707a5b79397308 | [
"MIT"
] | null | null | null | /* -*- mode: C++; c-basic-offset: 2; indent-tabs-mode: nil -*- */
/*
* Main authors:
* Guido Tack <tack@gecode.org>
*
* Copyright:
* Guido Tack, 2004
*
* Last modified:
* $Date: 2009-05-14 02:59:23 +0200 (Do, 14 Mai 2009) $ by $Author: tack $
* $Revision: 9099 $
*
* This file is part of G... | 26.101852 | 90 | 0.638524 | [
"model"
] |
33b1d121a23125e5bf6ae213834ac61c30ede0e7 | 13,084 | hpp | C++ | include/memory/hadesmem/injector.hpp | Bia10/hadesmem | b91bce37611d0e939a55d9490c49780f9f0f3bff | [
"MIT"
] | 1 | 2021-04-30T05:20:02.000Z | 2021-04-30T05:20:02.000Z | include/memory/hadesmem/injector.hpp | Bia10/hadesmem | b91bce37611d0e939a55d9490c49780f9f0f3bff | [
"MIT"
] | null | null | null | include/memory/hadesmem/injector.hpp | Bia10/hadesmem | b91bce37611d0e939a55d9490c49780f9f0f3bff | [
"MIT"
] | null | null | null | // Copyright (C) 2010-2015 Joshua Boyce
// See the file COPYING for copying permission.
#pragma once
#include <algorithm>
#include <array>
#include <cstdint>
#include <iterator>
#include <string>
#include <utility>
#include <vector>
#include <windows.h>
#include <hadesmem/alloc.hpp>
#include <hadesm... | 31.83455 | 81 | 0.620147 | [
"vector"
] |
33b2e3781b54a1e4fed238b4e1fde97682f39584 | 1,868 | cpp | C++ | code/LeetCode_752.cpp | Aden-Q/LeetCode | 4bbf772c886f42ce3d72d01fd737929b99df3eb3 | [
"MIT"
] | 1 | 2019-09-22T03:08:14.000Z | 2019-09-22T03:08:14.000Z | code/LeetCode_752.cpp | Aden-Q/leetcode | ebd4804edd4f172b9981b22c18d9ff654cf20762 | [
"Apache-2.0"
] | null | null | null | code/LeetCode_752.cpp | Aden-Q/leetcode | ebd4804edd4f172b9981b22c18d9ff654cf20762 | [
"Apache-2.0"
] | null | null | null | // Open the lock
// 广搜3.8%,不想说什么
#include <iostream>
#include <vector>
#include <set>
#include <queue>
using namespace std;
class Solution {
public:
int openLock(vector<string>& deadends, string target) {
string init = "0000";
set<string> used; // BFS的排除空间
queue<string> q; // 搜索队列
... | 25.944444 | 107 | 0.409529 | [
"vector"
] |
33b57484a1a7212cb98f24068d76b44b27f56b2d | 2,114 | cpp | C++ | lib/gwp_asan/tests/thread_contention.cpp | 1995hnagamin/compiler-rt | 52ad1a728a9295f34debe1541d82ae391df87b8b | [
"Apache-2.0"
] | 289 | 2015-01-16T09:21:17.000Z | 2022-03-21T07:55:44.000Z | lib/gwp_asan/tests/thread_contention.cpp | 1995hnagamin/compiler-rt | 52ad1a728a9295f34debe1541d82ae391df87b8b | [
"Apache-2.0"
] | 47 | 2019-12-11T02:34:13.000Z | 2020-06-08T19:26:59.000Z | lib/gwp_asan/tests/thread_contention.cpp | 1995hnagamin/compiler-rt | 52ad1a728a9295f34debe1541d82ae391df87b8b | [
"Apache-2.0"
] | 330 | 2015-01-17T16:41:29.000Z | 2022-03-31T06:00:53.000Z | //===-- thread_contention.cpp -----------------------------------*- C++ -*-===//
//
// 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
//
//===---------------------------... | 30.2 | 80 | 0.636708 | [
"vector"
] |
33b670f45481f9b7d49a191bac9fea78a5f5f54a | 3,797 | cpp | C++ | src/scenepic/graph.cpp | microsoft/scenepic | e3fd2c6312fa670a92b7888962b6812c262c6759 | [
"MIT"
] | 28 | 2021-10-05T08:51:26.000Z | 2022-03-18T11:19:23.000Z | src/scenepic/graph.cpp | microsoft/scenepic | e3fd2c6312fa670a92b7888962b6812c262c6759 | [
"MIT"
] | 17 | 2021-10-05T11:36:17.000Z | 2022-02-10T13:33:43.000Z | src/scenepic/graph.cpp | microsoft/scenepic | e3fd2c6312fa670a92b7888962b6812c262c6759 | [
"MIT"
] | 2 | 2021-12-12T16:42:51.000Z | 2022-02-23T11:50:14.000Z | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
#include "graph.h"
#include "util.h"
namespace scenepic
{
Graph::Margin::Margin() : Margin(10) {}
Graph::Margin::Margin(double size) : Margin(size, size, size, size) {}
Graph::Margin::Margin(double top, double right, double bottom, do... | 22.335294 | 77 | 0.653411 | [
"vector"
] |
33ba297457241f66b020bcf48987a39f8f6a6c19 | 729 | cpp | C++ | CPP/ch13/usedma.cpp | jerryhanjj/cpp | 3efc23951f8a97d18516e8dbd911b3d2547899bd | [
"BSD-3-Clause"
] | null | null | null | CPP/ch13/usedma.cpp | jerryhanjj/cpp | 3efc23951f8a97d18516e8dbd911b3d2547899bd | [
"BSD-3-Clause"
] | null | null | null | CPP/ch13/usedma.cpp | jerryhanjj/cpp | 3efc23951f8a97d18516e8dbd911b3d2547899bd | [
"BSD-3-Clause"
] | null | null | null | // usedma.cpp -- inheritance, friends, and DMA
// comiple with dma.cpp
#include <iostream>
#include "dma.h"
int main()
{
using std::cout;
using std::endl;
baseDMA shirt("Portablelly", 8);
lacksDMA balloon("red", "Blimpo", 4);
hasDMA map("Mercator", "Buffalo Keys", 5);
cout << "Displaying base... | 25.137931 | 46 | 0.599451 | [
"object"
] |
33baec4d04ed132cc87c9dd3fdecd7d9015fd20a | 6,846 | cpp | C++ | pixy firmware/src/host/pixymon/videowidget.cpp | beeedy/candleBot | f3693997dae6862b11407003c11535dcbee56132 | [
"MIT"
] | 1 | 2019-05-30T00:52:06.000Z | 2019-05-30T00:52:06.000Z | pixy firmware/src/host/pixymon/videowidget.cpp | beeedy/candleBot | f3693997dae6862b11407003c11535dcbee56132 | [
"MIT"
] | 1 | 2015-05-11T19:51:54.000Z | 2015-05-11T19:51:54.000Z | pixy firmware/src/host/pixymon/videowidget.cpp | beeedy/candleBot | f3693997dae6862b11407003c11535dcbee56132 | [
"MIT"
] | null | null | null | //
// begin license header
//
// This file is part of Pixy CMUcam5 or "Pixy" for short
//
// All Pixy source code is provided under the terms of the
// GNU General Public License v2 (http://www.gnu.org/licenses/gpl-2.0.html).
// Those wishing to use Pixy source code, software and/or
// technologies under differ... | 26.229885 | 111 | 0.60298 | [
"render"
] |
33bb6021ec0014a472490aaa0d51660f43133ef0 | 4,876 | cpp | C++ | samples/snippets/cpp/VS_Snippets_Remoting/MimeText_Binding_Match_8/CPP/mimetext_binding_match_8.cpp | hamarb123/dotnet-api-docs | 6aeb55784944a2f1f5e773b657791cbd73a92dd4 | [
"CC-BY-4.0",
"MIT"
] | 421 | 2018-04-01T01:57:50.000Z | 2022-03-28T15:24:42.000Z | samples/snippets/cpp/VS_Snippets_Remoting/MimeText_Binding_Match_8/CPP/mimetext_binding_match_8.cpp | hamarb123/dotnet-api-docs | 6aeb55784944a2f1f5e773b657791cbd73a92dd4 | [
"CC-BY-4.0",
"MIT"
] | 5,797 | 2018-04-02T21:12:23.000Z | 2022-03-31T23:54:38.000Z | samples/snippets/cpp/VS_Snippets_Remoting/MimeText_Binding_Match_8/CPP/mimetext_binding_match_8.cpp | hamarb123/dotnet-api-docs | 6aeb55784944a2f1f5e773b657791cbd73a92dd4 | [
"CC-BY-4.0",
"MIT"
] | 1,482 | 2018-03-31T11:26:20.000Z | 2022-03-30T22:36:45.000Z |
// System.Web.Services.Description.MimeTextBinding
// System.Web.Services.Description.MimeTextBinding()
// System.Web.Services.Description.MimeTextMatch()
// System.Web.Services.Description.MimeTextMatch.Name
// System.Web.Services.Description.MimeTextMatch.Type
// System.Web.Services.Description.MimeTextMatch... | 37.79845 | 120 | 0.694217 | [
"object"
] |
33be9de2addb7ceb1c63875fa72b9c90d7f770cf | 26,890 | cpp | C++ | libraries/script-engine/src/AssetScriptingInterface.cpp | GeorgeDeac/project-athena | 0fb1f374506ac0ecf51b00d1bfba2b4f224823f0 | [
"Apache-2.0"
] | 2 | 2017-05-29T17:59:48.000Z | 2017-05-29T19:01:40.000Z | libraries/script-engine/src/AssetScriptingInterface.cpp | GeorgeDeac/project-athena | 0fb1f374506ac0ecf51b00d1bfba2b4f224823f0 | [
"Apache-2.0"
] | 2 | 2018-11-01T02:16:43.000Z | 2018-11-16T00:45:44.000Z | libraries/script-engine/src/AssetScriptingInterface.cpp | GeorgeDeac/project-athena | 0fb1f374506ac0ecf51b00d1bfba2b4f224823f0 | [
"Apache-2.0"
] | 1 | 2017-08-05T00:17:36.000Z | 2017-08-05T00:17:36.000Z | //
// AssetScriptingInterface.cpp
// libraries/script-engine/src
//
// Created by Stephen Birarda on 2016-03-08.
// Copyright 2016 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#include "Asse... | 46.522491 | 159 | 0.684455 | [
"object"
] |
33bfdb4507b5de0b2f9624d97984adc4b340793f | 4,716 | hpp | C++ | indexed_bzip2/Prefetcher.hpp | mxmlnkn/indexed_bzip2 | a09580c7f7ab07f216106a90941c2f05f401643f | [
"MIT"
] | 15 | 2020-04-24T01:53:28.000Z | 2022-03-11T08:47:26.000Z | indexed_bzip2/Prefetcher.hpp | mxmlnkn/indexed_bzip2 | a09580c7f7ab07f216106a90941c2f05f401643f | [
"MIT"
] | 12 | 2019-12-08T18:57:45.000Z | 2022-01-19T21:12:45.000Z | indexed_bzip2/Prefetcher.hpp | mxmlnkn/indexed_bzip2 | a09580c7f7ab07f216106a90941c2f05f401643f | [
"MIT"
] | 3 | 2020-10-03T20:40:42.000Z | 2022-02-19T22:49:25.000Z | #pragma once
#include <algorithm>
#include <cassert>
#include <cmath>
#include <cstddef>
#include <deque>
#include <iterator>
#include <numeric>
#include <optional>
#include <vector>
namespace FetchingStrategy
{
class FetchingStrategy
{
public:
virtual ~FetchingStrategy() = default;
virtual void
fetch( ... | 31.026316 | 120 | 0.619805 | [
"vector"
] |
33c045cce71ebe7c91dfce1b16e89ba1ea33287f | 21,528 | cc | C++ | GeneratorInterface/HydjetInterface/src/HydjetHadronizer.cc | Purva-Chaudhari/cmssw | 32e5cbfe54c4d809d60022586cf200b7c3020bcf | [
"Apache-2.0"
] | 13 | 2015-11-30T15:49:45.000Z | 2022-02-08T16:11:30.000Z | GeneratorInterface/HydjetInterface/src/HydjetHadronizer.cc | Purva-Chaudhari/cmssw | 32e5cbfe54c4d809d60022586cf200b7c3020bcf | [
"Apache-2.0"
] | 640 | 2015-02-11T18:55:47.000Z | 2022-03-31T14:12:23.000Z | GeneratorInterface/HydjetInterface/src/HydjetHadronizer.cc | Purva-Chaudhari/cmssw | 32e5cbfe54c4d809d60022586cf200b7c3020bcf | [
"Apache-2.0"
] | 51 | 2015-08-11T21:01:40.000Z | 2022-03-30T07:31:34.000Z | /**
\brief Interface to the HYDJET generator (since core v. 1.9.1), produces HepMC events
\version 2.0
\authors Camelia Mironov, Andrey Belyaev
*/
#include <iostream>
#include <cmath>
#include "boost/lexical_cast.hpp"
#include "FWCore/Concurrency/interface/SharedResourceNames.h"
#include "FWCore/Framework/i... | 38.511628 | 117 | 0.620912 | [
"object",
"vector",
"transform"
] |
33c0b5a76fb30f9970e156ffa8a8dd5307f3cbd7 | 801 | cc | C++ | part-4/039.cc | angrylearners/NPU-2019-CPP-course | 0c526b1788f1922dd6af43e7534b3a4882ed397a | [
"MIT"
] | null | null | null | part-4/039.cc | angrylearners/NPU-2019-CPP-course | 0c526b1788f1922dd6af43e7534b3a4882ed397a | [
"MIT"
] | null | null | null | part-4/039.cc | angrylearners/NPU-2019-CPP-course | 0c526b1788f1922dd6af43e7534b3a4882ed397a | [
"MIT"
] | null | null | null | //
// Created by 31838 on 9/23/2019.
//
#include <queue>
#include <iostream>
#include "common.h"
auto main() -> int {
auto num = Input<uint64_t>(std::cin);
auto shift = Input<int64_t>(std::cin);
std::vector<char> digits{};
while (num > 0) {
auto ch = (char) ((num % 10) + '0');
digits.push_back(c... | 20.025 | 47 | 0.545568 | [
"vector"
] |
33c3b4a9ba38bef4cd9766cc3437b32373612529 | 2,196 | hpp | C++ | include/protozero/buffer_vector.hpp | mapbox/protozero | 49acea746bff44b4e627e85676c49fca94a7a20a | [
"BSD-2-Clause",
"Apache-2.0"
] | 204 | 2015-07-11T13:07:05.000Z | 2022-03-27T19:49:26.000Z | include/protozero/buffer_vector.hpp | mapbox/protozero | 49acea746bff44b4e627e85676c49fca94a7a20a | [
"BSD-2-Clause",
"Apache-2.0"
] | 83 | 2015-07-10T22:27:33.000Z | 2022-01-24T08:51:30.000Z | include/protozero/buffer_vector.hpp | mapbox/protozero | 49acea746bff44b4e627e85676c49fca94a7a20a | [
"BSD-2-Clause",
"Apache-2.0"
] | 60 | 2015-08-24T10:04:13.000Z | 2022-02-16T03:01:35.000Z | #ifndef PROTOZERO_BUFFER_VECTOR_HPP
#define PROTOZERO_BUFFER_VECTOR_HPP
/*****************************************************************************
protozero - Minimalistic protocol buffer decoder and encoder in C++.
This file is from https://github.com/mapbox/protozero where you can find more
documentation.
***... | 28.153846 | 90 | 0.612477 | [
"vector"
] |
33c46393c0db144f2d1277c193122ed7fd617ca1 | 5,828 | hpp | C++ | libctrpf/include/CTRPluginFramework/Menu/MenuFolder.hpp | MirayXS/Vapecord-ACNL-Plugin | 247eb270dfe849eda325cc0c6adc5498d51de3ef | [
"MIT"
] | null | null | null | libctrpf/include/CTRPluginFramework/Menu/MenuFolder.hpp | MirayXS/Vapecord-ACNL-Plugin | 247eb270dfe849eda325cc0c6adc5498d51de3ef | [
"MIT"
] | null | null | null | libctrpf/include/CTRPluginFramework/Menu/MenuFolder.hpp | MirayXS/Vapecord-ACNL-Plugin | 247eb270dfe849eda325cc0c6adc5498d51de3ef | [
"MIT"
] | null | null | null | #ifndef CTRPLUGINFRAMEWORK_MENUFOLDER_HPP
#define CTRPLUGINFRAMEWORK_MENUFOLDER_HPP
#include "types.h"
#include "CTRPluginFramework/Graphics/Color.hpp"
#include <string>
#include <memory>
namespace CTRPluginFramework
{
#ifndef SEPARATOR_TYPE
#define SEPARATOR_TYPE
enum class Separator
{
None,
... | 32.377778 | 113 | 0.59523 | [
"object",
"vector"
] |
33c47337bef208307cd3b4743095caf1ca81a4ea | 4,408 | cpp | C++ | applications/RANSApplication/custom_processes/rans_epsilon_turbulent_mixing_length_inlet_process.cpp | lkusch/Kratos | e8072d8e24ab6f312765185b19d439f01ab7b27b | [
"BSD-4-Clause"
] | 778 | 2017-01-27T16:29:17.000Z | 2022-03-30T03:01:51.000Z | applications/RANSApplication/custom_processes/rans_epsilon_turbulent_mixing_length_inlet_process.cpp | lkusch/Kratos | e8072d8e24ab6f312765185b19d439f01ab7b27b | [
"BSD-4-Clause"
] | 6,634 | 2017-01-15T22:56:13.000Z | 2022-03-31T15:03:36.000Z | applications/RANSApplication/custom_processes/rans_epsilon_turbulent_mixing_length_inlet_process.cpp | lkusch/Kratos | e8072d8e24ab6f312765185b19d439f01ab7b27b | [
"BSD-4-Clause"
] | 224 | 2017-02-07T14:12:49.000Z | 2022-03-06T23:09:34.000Z | // | / |
// ' / __| _` | __| _ \ __|
// . \ | ( | | ( |\__ `
// _|\_\_| \__,_|\__|\___/ ____/
// Multi-Physics
//
// License: BSD License
// Kratos default license: kratos/license.txt
//
// Main authors: Suneth Warnakulasuriya
//
// ... | 32.175182 | 101 | 0.670145 | [
"model"
] |
33c475e97d2addf5ed87e89e4655da92d552d941 | 1,263 | cpp | C++ | src/CGnuPlotEveryData.cpp | colinw7/CQGnuPlot | 8001b0a0d40c1fde8e5efe05ebe0c9b0541daa94 | [
"MIT"
] | null | null | null | src/CGnuPlotEveryData.cpp | colinw7/CQGnuPlot | 8001b0a0d40c1fde8e5efe05ebe0c9b0541daa94 | [
"MIT"
] | null | null | null | src/CGnuPlotEveryData.cpp | colinw7/CQGnuPlot | 8001b0a0d40c1fde8e5efe05ebe0c9b0541daa94 | [
"MIT"
] | 1 | 2019-04-01T13:08:45.000Z | 2019-04-01T13:08:45.000Z | #include <CGnuPlotEveryData.h>
#include <CExpr.h>
#include <CStrUtil.h>
namespace {
bool evaluateExpression(CExpr *expr, const std::string &exprStr, CExprValuePtr &value) {
bool oldQuiet = expr->getQuiet();
expr->setQuiet(true);
if (! expr->evaluateExpression(exprStr, value))
value = CExprValuePtr();
e... | 18.304348 | 88 | 0.613618 | [
"vector"
] |
33c7742078a531691b7b523b9dc1f5404c9d8d64 | 1,842 | cpp | C++ | lib/src/Music/SoundSystem.cpp | F4r3n/FarenMediaLibrary | 3f71054df7178ca79781b101ca2d58cd95a20a43 | [
"Apache-2.0"
] | 7 | 2016-09-09T16:43:15.000Z | 2021-06-16T22:32:33.000Z | lib/src/Music/SoundSystem.cpp | F4r3n/FarenMediaLibrary | 3f71054df7178ca79781b101ca2d58cd95a20a43 | [
"Apache-2.0"
] | null | null | null | lib/src/Music/SoundSystem.cpp | F4r3n/FarenMediaLibrary | 3f71054df7178ca79781b101ca2d58cd95a20a43 | [
"Apache-2.0"
] | 1 | 2020-01-05T19:22:32.000Z | 2020-01-05T19:22:32.000Z | #include "Music/SoundSystem.h"
#include "Music/Speaker.h"
#include "Music/Listener.h"
#include <memory>
#include "Components/CTransform.h"
#include "Core/Transform.h"
#include "Components/CSource.h"
#include <AL/al.h>
#include <AL/alc.h>
//TODO WTF REMAKE ALL
using namespace fms;
SoundSystem::SoundSystem()
{
_speaker... | 29.238095 | 94 | 0.649837 | [
"transform"
] |
33ce9956cbc2cb14ec7001edb7de5e8d1d0d7bf9 | 35,379 | cc | C++ | tensorflow/core/kernels/data/experimental/snapshot_util.cc | so5462/tensorflow | 0f9acc15ba56ecf01a79889d29295310559c681a | [
"Apache-2.0"
] | 74 | 2020-07-06T17:11:39.000Z | 2022-01-28T06:31:28.000Z | tensorflow/core/kernels/data/experimental/snapshot_util.cc | sseung0703/tensorflow | be084bd7a4dd241eb781fc704f57bcacc5c9b6dd | [
"Apache-2.0"
] | 88 | 2020-11-24T08:18:10.000Z | 2022-03-25T20:28:30.000Z | tensorflow/core/kernels/data/experimental/snapshot_util.cc | sseung0703/tensorflow | be084bd7a4dd241eb781fc704f57bcacc5c9b6dd | [
"Apache-2.0"
] | 12 | 2020-07-08T07:27:17.000Z | 2021-12-27T08:54:27.000Z | /* Copyright 2020 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | 35.485456 | 80 | 0.666271 | [
"shape",
"vector"
] |
33cfa98e943ace21bfd0b46af5f4aafa979f8a25 | 9,081 | cpp | C++ | WickedEngine/wiTransform.cpp | Svengali/WickedEngine | 6f56672476993ea95039db003b6dcf39231855db | [
"Zlib",
"MIT"
] | 1 | 2022-03-23T04:00:42.000Z | 2022-03-23T04:00:42.000Z | WickedEngine/wiTransform.cpp | Svengali/WickedEngine | 6f56672476993ea95039db003b6dcf39231855db | [
"Zlib",
"MIT"
] | null | null | null | WickedEngine/wiTransform.cpp | Svengali/WickedEngine | 6f56672476993ea95039db003b6dcf39231855db | [
"Zlib",
"MIT"
] | null | null | null | #include "wiTransform.h"
#include "wiArchive.h"
#include "wiMath.h"
#include <vector>
namespace wiSceneComponents
{
std::atomic<uint64_t> Node::__Unique_ID_Counter = 0;
Node::Node() {
name = "";
ID = __Unique_ID_Counter.fetch_add(1);
}
void Node::Serialize(wiArchive& archive)
{
if (archive.IsReadMode())
{
a... | 23.344473 | 126 | 0.694527 | [
"vector",
"transform"
] |
33d66c7c416fd9170607a46d0ffbcc1b55fcbb3b | 16,723 | cpp | C++ | src/hash.cpp | fujita-y/digamma | 6cb8fe1e01c662db346f61b5ea61ada72454fa3e | [
"BSD-2-Clause"
] | 31 | 2020-01-03T23:02:49.000Z | 2022-01-31T00:58:15.000Z | src/hash.cpp | fujita-y/digamma | 6cb8fe1e01c662db346f61b5ea61ada72454fa3e | [
"BSD-2-Clause"
] | null | null | null | src/hash.cpp | fujita-y/digamma | 6cb8fe1e01c662db346f61b5ea61ada72454fa3e | [
"BSD-2-Clause"
] | 3 | 2020-01-03T23:02:57.000Z | 2020-09-07T00:22:29.000Z | // Copyright (c) 2004-2022 Yoshikatsu Fujita / LittleWing Company Limited.
// See LICENSE file for terms and conditions of use.
#include "core.h"
#include "hash.h"
#include "utf8.h"
#include "arith.h"
#include "equiv.h"
#define EQUAL_HASH_DEPTH_LIMIT 100
uint32_t
address_hash1(void *adrs, uint32_t bound)
{
retu... | 33.580321 | 127 | 0.593255 | [
"vector"
] |
33d75e27365c31111ad5c806417ae01b9ee8fb0b | 10,463 | cpp | C++ | src/caffe/layer_factory.cpp | Sinnaj94/caffe | 5e64d35994c750f45ba9086d43e859c4bb543fa2 | [
"Intel",
"BSD-2-Clause"
] | null | null | null | src/caffe/layer_factory.cpp | Sinnaj94/caffe | 5e64d35994c750f45ba9086d43e859c4bb543fa2 | [
"Intel",
"BSD-2-Clause"
] | null | null | null | src/caffe/layer_factory.cpp | Sinnaj94/caffe | 5e64d35994c750f45ba9086d43e859c4bb543fa2 | [
"Intel",
"BSD-2-Clause"
] | null | null | null | // Make sure we include Python.h before any system header
// to avoid _POSIX_C_SOURCE redefinition
#ifdef WITH_PYTHON_LAYER
#include <boost/python.hpp>
#endif
#include <string>
#include "caffe/layer.hpp"
#include "caffe/layer_factory.hpp"
//#include "caffe/layers/clip_layer.hpp"
#include "caffe/layers/conv_layer.hpp"
... | 33.751613 | 80 | 0.722068 | [
"object"
] |
33da6690e50565fd9908aafa336259a5cb41814e | 14,906 | cc | C++ | src/base/flat_hash_map_benchmark.cc | ztlevi/perfetto | a0de991bf39c5744ab4eef00eae823c378eb99a9 | [
"Apache-2.0"
] | 3 | 2022-01-27T23:05:58.000Z | 2022-01-28T07:53:34.000Z | src/base/flat_hash_map_benchmark.cc | ztlevi/perfetto | a0de991bf39c5744ab4eef00eae823c378eb99a9 | [
"Apache-2.0"
] | null | null | null | src/base/flat_hash_map_benchmark.cc | ztlevi/perfetto | a0de991bf39c5744ab4eef00eae823c378eb99a9 | [
"Apache-2.0"
] | 2 | 2022-03-29T02:58:16.000Z | 2022-03-29T13:19:34.000Z | // Copyright (C) 2019 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applic... | 39.329815 | 80 | 0.728767 | [
"vector"
] |
33df9b6af203ae68dfbe08e7af1d925b227eab57 | 652 | cpp | C++ | test/src/box/test_frma.cpp | steinwurf/petro | d06485f0c1748c425d5f30444638883e62aedf62 | [
"BSD-3-Clause"
] | 3 | 2017-08-24T14:14:53.000Z | 2018-05-14T02:48:16.000Z | test/src/box/test_frma.cpp | steinwurf/petro | d06485f0c1748c425d5f30444638883e62aedf62 | [
"BSD-3-Clause"
] | 10 | 2016-06-17T07:10:25.000Z | 2021-12-14T13:37:29.000Z | test/src/box/test_frma.cpp | steinwurf/petro | d06485f0c1748c425d5f30444638883e62aedf62 | [
"BSD-3-Clause"
] | 3 | 2017-06-12T19:22:27.000Z | 2019-01-03T19:18:24.000Z | // Copyright (c) Steinwurf ApS 2016.
// All Rights Reserved
//
// Distributed under the "BSD License". See the accompanying LICENSE.rst file.
#include <petro/box/data_box.hpp>
#include <petro/box/frma.hpp>
#include <gtest/gtest.h>
#include <cstdint>
#include <memory>
#include <system_error>
#include <vector>
TEST(b... | 23.285714 | 79 | 0.670245 | [
"vector"
] |
33e15537429f7e66f2ef8c3ef934c4d163c5cb9e | 16,817 | hpp | C++ | include/rmi/rmi.hpp | alhuan/analysis-rmi | be787ee9a02e04210d41af51c8a053f6dea575e9 | [
"Apache-2.0"
] | null | null | null | include/rmi/rmi.hpp | alhuan/analysis-rmi | be787ee9a02e04210d41af51c8a053f6dea575e9 | [
"Apache-2.0"
] | null | null | null | include/rmi/rmi.hpp | alhuan/analysis-rmi | be787ee9a02e04210d41af51c8a053f6dea575e9 | [
"Apache-2.0"
] | null | null | null | #pragma once
#include <algorithm>
#include <vector>
namespace rmi {
/**
* Struct to hold the approximated position and error bounds returned by the index.
*/
struct Approx {
std::size_t pos; ///< The estimated position of the key.
std::size_t lo; ///< The lower bound of the search range.
std::size_t ... | 35.933761 | 121 | 0.615032 | [
"vector",
"model"
] |
33e1c6c28512a8e66496c3bd2600a5f8a0d939d7 | 149,640 | cpp | C++ | third_party/mlir/lib/Parser/Parser.cpp | ai2ys/tensorflow | 0d604056e58d102832c732fbb1d4b9b997c72b8c | [
"Apache-2.0"
] | 2 | 2019-12-07T16:18:05.000Z | 2020-02-16T10:39:37.000Z | third_party/mlir/lib/Parser/Parser.cpp | ai2ys/tensorflow | 0d604056e58d102832c732fbb1d4b9b997c72b8c | [
"Apache-2.0"
] | null | null | null | third_party/mlir/lib/Parser/Parser.cpp | ai2ys/tensorflow | 0d604056e58d102832c732fbb1d4b9b997c72b8c | [
"Apache-2.0"
] | null | null | null | //===- Parser.cpp - MLIR Parser Implementation ----------------------------===//
//
// Copyright 2019 The MLIR Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.... | 35.093809 | 80 | 0.640998 | [
"shape",
"vector"
] |
33e6c83a06e9c29eb47e8110b2002accb18cef7b | 37,670 | hh | C++ | cpp/roaring64map.hh | amosbird/CRoaring | 18063cc5719461e8758972f2b039189d9553d171 | [
"Apache-2.0"
] | null | null | null | cpp/roaring64map.hh | amosbird/CRoaring | 18063cc5719461e8758972f2b039189d9553d171 | [
"Apache-2.0"
] | null | null | null | cpp/roaring64map.hh | amosbird/CRoaring | 18063cc5719461e8758972f2b039189d9553d171 | [
"Apache-2.0"
] | null | null | null | /*
A C++ header for 64-bit Roaring Bitmaps, implemented by way of a map of many
32-bit Roaring Bitmaps.
*/
#ifndef INCLUDE_ROARING_64_MAP_HH_
#define INCLUDE_ROARING_64_MAP_HH_
#include <algorithm>
#include <cstdarg> // for va_list handling in bitmapOf()
#include <cstdio> // for std::printf() in the printf() method
... | 35.04186 | 102 | 0.56395 | [
"object"
] |
33e7b6501fb4e19d77535650b5a67d907ff7f623 | 1,312 | cpp | C++ | nrs/list_comb.cpp | keitaronaruse/AtCoderTraining | 9fb8f0d492be678a788080c96b06c33992cb6db2 | [
"MIT"
] | null | null | null | nrs/list_comb.cpp | keitaronaruse/AtCoderTraining | 9fb8f0d492be678a788080c96b06c33992cb6db2 | [
"MIT"
] | null | null | null | nrs/list_comb.cpp | keitaronaruse/AtCoderTraining | 9fb8f0d492be678a788080c96b06c33992cb6db2 | [
"MIT"
] | null | null | null | /*
list_comb()
returns all the enumeration of the combination
Author: Keitaro Naruse
Date: 2021-12-26
MIT License
*/
#include <iostream>
#include <vector>
namespace nrs {
bool list_comb( std::vector< int >& comb, const std::vector< int >& len )
{
int n = comb.siz... | 21.16129 | 78 | 0.384909 | [
"vector"
] |
33e800b733fd6c276408a608017ce957c7641264 | 10,082 | hpp | C++ | BoostSharp/include/boost/accumulators/statistics/p_square_cumul_dist.hpp | Icenium/BoostSharp | 1dd31065fcd65ae6304b182c558bac7c7a738ad5 | [
"Apache-2.0"
] | 3 | 2017-05-11T05:30:19.000Z | 2019-04-24T05:41:33.000Z | src/third_party/boost/boost/accumulators/statistics/p_square_cumul_dist.hpp | wugh7125/installwizard | 42f8aeb78026ff81838528968b1503e73f6c2864 | [
"Apache-2.0"
] | null | null | null | src/third_party/boost/boost/accumulators/statistics/p_square_cumul_dist.hpp | wugh7125/installwizard | 42f8aeb78026ff81838528968b1503e73f6c2864 | [
"Apache-2.0"
] | 1 | 2022-03-26T17:00:08.000Z | 2022-03-26T17:00:08.000Z | ///////////////////////////////////////////////////////////////////////////////
// p_square_cumulative_distribution.hpp
//
// Copyright 2005 Daniel Egloff, Olivier Gygi. Distributed under the Boost
// Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENS... | 38.189394 | 125 | 0.519837 | [
"vector"
] |
33eaee18fa92d93afd6df02d1c73e675b374f401 | 12,194 | cc | C++ | test/common/upstream/cds_api_impl_test.cc | guillaumerosinosky/envoy | 2cc9b69f28caa34bd0bc0d4371b669f027807ccd | [
"Apache-2.0"
] | 1 | 2022-01-21T01:39:10.000Z | 2022-01-21T01:39:10.000Z | test/common/upstream/cds_api_impl_test.cc | guillaumerosinosky/envoy | 2cc9b69f28caa34bd0bc0d4371b669f027807ccd | [
"Apache-2.0"
] | 248 | 2021-06-17T21:12:59.000Z | 2022-03-31T21:21:15.000Z | test/common/upstream/cds_api_impl_test.cc | guillaumerosinosky/envoy | 2cc9b69f28caa34bd0bc0d4371b669f027807ccd | [
"Apache-2.0"
] | 1 | 2021-07-19T21:16:38.000Z | 2021-07-19T21:16:38.000Z | #include <chrono>
#include <memory>
#include <string>
#include <vector>
#include "envoy/config/cluster/v3/cluster.pb.h"
#include "envoy/config/core/v3/config_source.pb.h"
#include "envoy/service/discovery/v3/discovery.pb.h"
#include "source/common/config/utility.h"
#include "source/common/protobuf/utility.h"
#include... | 32.77957 | 100 | 0.723553 | [
"vector"
] |
33eaf574711dcdd689ce12ad0e2c32abd2be743b | 2,137 | cpp | C++ | pyml/maths/src/arrayInitialisers.cpp | gf712/PyML | 83849ff6e1c1bbcf9b87826ef673fb34622a0539 | [
"MIT"
] | 4 | 2018-11-23T07:45:51.000Z | 2020-12-29T19:32:06.000Z | pyml/maths/src/arrayInitialisers.cpp | gf712/PyML | 83849ff6e1c1bbcf9b87826ef673fb34622a0539 | [
"MIT"
] | 18 | 2017-11-16T08:32:42.000Z | 2017-12-27T15:19:58.000Z | pyml/maths/src/arrayInitialisers.cpp | gf712/PyML | 83849ff6e1c1bbcf9b87826ef673fb34622a0539 | [
"MIT"
] | 3 | 2018-10-31T17:09:22.000Z | 2020-03-02T22:40:23.000Z | //
// Created by gil on 22/11/17.
//
#include "pythonconverters.h"
#include "arrayInitialisers.h"
template <typename T>
flatArray<T>* readFromPythonList(PyObject *pyList) {
// read in array from Python list
// check if it's a matrix or a vector
int cols, rows;
flatArray<T>* result = nullptr;
if ... | 19.252252 | 96 | 0.58306 | [
"vector"
] |
33eb6f1addf5f903172c8dd09b11183dc4e9cc0b | 10,321 | cpp | C++ | src/3d/hybrid/matrix_cmd.cpp | wkrzemien/j-pet-mlem | 4ed746f3fe79890e4141158cd49d1869938105de | [
"Apache-2.0"
] | null | null | null | src/3d/hybrid/matrix_cmd.cpp | wkrzemien/j-pet-mlem | 4ed746f3fe79890e4141158cd49d1869938105de | [
"Apache-2.0"
] | 5 | 2018-08-08T08:26:04.000Z | 2020-05-13T13:33:39.000Z | src/3d/hybrid/matrix_cmd.cpp | wkrzemien/j-pet-mlem | 4ed746f3fe79890e4141158cd49d1869938105de | [
"Apache-2.0"
] | 5 | 2018-06-04T21:04:29.000Z | 2021-07-03T14:19:39.000Z | /// \page cmd_3d_hybrid_matrix 3d_hybrid_matrix
/// \brief 3D Hybrid PET system matrix construction tool
///
/// Creates system matrix file and accomanying SVG & PNG files for single slice
/// along z-axis.
///
/// Authors
/// -------
/// - Adam Strzelecki <adam.strzelecki@uj.edu.pl>
/// - Piotr Bialas <piotr.bialas... | 31.275758 | 80 | 0.606918 | [
"geometry",
"shape",
"vector",
"model",
"3d"
] |
33ed4b3e3a6779f444bcc183b9ef71b504693969 | 20,026 | cpp | C++ | llvm/3.4.2/llvm-3.4.2.src/lib/Target/Mips/MipsSEFrameLowering.cpp | tangyibin/goblin-core | 1940db6e95908c81687b2b22ddd9afbc8db9cdfe | [
"BSD-3-Clause"
] | 36 | 2015-01-13T19:34:04.000Z | 2022-03-07T22:22:15.000Z | llvm/3.4.2/llvm-3.4.2.src/lib/Target/Mips/MipsSEFrameLowering.cpp | tangyibin/goblin-core | 1940db6e95908c81687b2b22ddd9afbc8db9cdfe | [
"BSD-3-Clause"
] | 7 | 2015-10-20T19:05:01.000Z | 2021-11-13T14:55:47.000Z | llvm/3.4.2/llvm-3.4.2.src/lib/Target/Mips/MipsSEFrameLowering.cpp | tangyibin/goblin-core | 1940db6e95908c81687b2b22ddd9afbc8db9cdfe | [
"BSD-3-Clause"
] | 18 | 2015-04-23T20:59:52.000Z | 2021-11-18T20:06:39.000Z | //===-- MipsSEFrameLowering.cpp - Mips32/64 Frame Information -------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | 36.410909 | 80 | 0.667482 | [
"vector"
] |
33eeb8325702a3c1156f3ff8513531085e7ef9d4 | 2,060 | cpp | C++ | src/IceRay/camera/sphere/horizontal.cpp | dmilos/IceRay | 4e01f141363c0d126d3c700c1f5f892967e3d520 | [
"MIT-0"
] | 2 | 2020-09-04T12:27:15.000Z | 2022-01-17T14:49:40.000Z | src/IceRay/camera/sphere/horizontal.cpp | dmilos/IceRay | 4e01f141363c0d126d3c700c1f5f892967e3d520 | [
"MIT-0"
] | null | null | null | src/IceRay/camera/sphere/horizontal.cpp | dmilos/IceRay | 4e01f141363c0d126d3c700c1f5f892967e3d520 | [
"MIT-0"
] | 1 | 2020-09-04T12:27:52.000Z | 2020-09-04T12:27:52.000Z | #include "./horizontal.hpp"
#include "math/geometry/deg2rad.hpp"
using namespace GS_DDMRM::S_IceRay::S_camera;
S_sphere::GC_horizontal::GC_horizontal()
:GC_horizontal(::math::geometry::deg2rad(90), ::math::geometry::deg2rad(90) )
{
}
S_sphere::GC_horizontal::GC_horizontal( T_scalar const& P_th... | 31.692308 | 120 | 0.609223 | [
"geometry",
"vector"
] |
33f19490cd06225ebaf3c8cd0d91db4d1bbc2580 | 7,268 | cc | C++ | login_manager/chrome_setup_test.cc | emersion/chromiumos-platform2 | ba71ad06f7ba52e922c647a8915ff852b2d4ebbd | [
"BSD-3-Clause"
] | 5 | 2019-01-19T15:38:48.000Z | 2021-10-06T03:59:46.000Z | login_manager/chrome_setup_test.cc | emersion/chromiumos-platform2 | ba71ad06f7ba52e922c647a8915ff852b2d4ebbd | [
"BSD-3-Clause"
] | null | null | null | login_manager/chrome_setup_test.cc | emersion/chromiumos-platform2 | ba71ad06f7ba52e922c647a8915ff852b2d4ebbd | [
"BSD-3-Clause"
] | 1 | 2019-02-15T23:05:30.000Z | 2019-02-15T23:05:30.000Z | // Copyright 2016 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "login_manager/chrome_setup.h"
#include <set>
#include <base/bind.h>
#include <base/json/json_writer.h>
#include <base/strings/string_number... | 39.934066 | 79 | 0.672124 | [
"vector"
] |
33f1bdb7936cf91068a50f5c7098e3f3c8a98e95 | 10,958 | c++ | C++ | third_party/capnproto/c++/src/kj/test.c++ | 17zhangw/peloton | 484d76df9344cb5c153a2c361c5d5018912d4cf4 | [
"Apache-2.0"
] | 2,706 | 2018-04-05T18:28:50.000Z | 2022-03-29T16:56:59.000Z | third_party/capnproto/c++/src/kj/test.c++ | 17zhangw/peloton | 484d76df9344cb5c153a2c361c5d5018912d4cf4 | [
"Apache-2.0"
] | 242 | 2018-04-05T22:30:42.000Z | 2022-03-19T01:55:11.000Z | third_party/capnproto/c++/src/kj/test.c++ | 17zhangw/peloton | 484d76df9344cb5c153a2c361c5d5018912d4cf4 | [
"Apache-2.0"
] | 464 | 2018-04-05T19:10:34.000Z | 2022-03-28T13:33:32.000Z | // Copyright (c) 2013-2014 Sandstorm Development Group, Inc. and contributors
// Licensed under the MIT License:
//
// 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, inc... | 31.219373 | 99 | 0.603851 | [
"vector"
] |
33f43331fece5198ab5d2d6297be6c6e53ffe03c | 4,446 | hxx | C++ | Modules/Numerics/Optimizersv4/include/itkRegistrationParameterScalesFromIndexShift.hxx | HongdaZ/ITK | f5d004fa3607b8e11edc30f1ba299df35af8aff8 | [
"Apache-2.0"
] | 1 | 2021-01-10T14:19:08.000Z | 2021-01-10T14:19:08.000Z | Modules/Numerics/Optimizersv4/include/itkRegistrationParameterScalesFromIndexShift.hxx | HongdaZ/ITK | f5d004fa3607b8e11edc30f1ba299df35af8aff8 | [
"Apache-2.0"
] | 1 | 2017-03-19T12:56:50.000Z | 2018-10-24T10:40:21.000Z | Modules/Numerics/Optimizersv4/include/itkRegistrationParameterScalesFromIndexShift.hxx | HongdaZ/ITK | f5d004fa3607b8e11edc30f1ba299df35af8aff8 | [
"Apache-2.0"
] | 1 | 2020-07-24T22:58:19.000Z | 2020-07-24T22:58:19.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... | 37.361345 | 119 | 0.704229 | [
"vector",
"transform"
] |
33f60c54e53a43ed1d6602da66178cbce417985d | 17,757 | cpp | C++ | src/runtime_src/xdp/profile/plugin/ocl/xocl_plugin.cpp | Himanshu-xilinx/XRT | 72ed6f33780396550b3b1e8d3c6011faa0bb0827 | [
"Apache-2.0"
] | null | null | null | src/runtime_src/xdp/profile/plugin/ocl/xocl_plugin.cpp | Himanshu-xilinx/XRT | 72ed6f33780396550b3b1e8d3c6011faa0bb0827 | [
"Apache-2.0"
] | null | null | null | src/runtime_src/xdp/profile/plugin/ocl/xocl_plugin.cpp | Himanshu-xilinx/XRT | 72ed6f33780396550b3b1e8d3c6011faa0bb0827 | [
"Apache-2.0"
] | 3 | 2020-08-12T03:03:13.000Z | 2020-08-12T03:39:45.000Z | /**
* Copyright (C) 2016-2017 Xilinx, Inc
*
* 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://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | 36.612371 | 130 | 0.632877 | [
"transform"
] |
33fb0c942fcc7b920c5506ad2f6d8e1dbe725ee7 | 11,533 | cpp | C++ | src/surface/detect_symmetry.cpp | softwarecapital/geometry-central | b4743b4662018d8fa483b31ff4a3af5699db3e93 | [
"MIT"
] | 539 | 2018-02-19T16:38:26.000Z | 2022-03-31T06:56:22.000Z | src/surface/detect_symmetry.cpp | softwarecapital/geometry-central | b4743b4662018d8fa483b31ff4a3af5699db3e93 | [
"MIT"
] | 88 | 2018-11-30T13:19:35.000Z | 2022-03-23T18:40:33.000Z | src/surface/detect_symmetry.cpp | softwarecapital/geometry-central | b4743b4662018d8fa483b31ff4a3af5699db3e93 | [
"MIT"
] | 74 | 2018-05-12T17:57:04.000Z | 2022-03-21T15:01:26.000Z | #include "geometrycentral/surface/detect_symmetry.h"
#include "nanoflann/KDTreeVectorOfVectorsAdaptor.h"
#include "nanoflann/nanoflann.hpp"
#include <array>
#include <vector>
// Interal implementations that hide the NN lookup while allowing it to be
// shared
using std::cout;
using std::endl;
namespace geometrycen... | 29.955844 | 119 | 0.642938 | [
"mesh",
"geometry",
"vector"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.