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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
29596f1a1e3b253f18c8626c2854f30cc065f71f | 9,810 | cc | C++ | device/bluetooth/device_unittest.cc | zipated/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | device/bluetooth/device_unittest.cc | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | device/bluetooth/device_unittest.cc | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "device/bluetooth/device.h"
#include <memory>
#include <string>
#include <utility>
#include "base/logging.h"
#include "base/memory/ptr_util.h"
... | 35.28777 | 80 | 0.734353 | [
"vector"
] |
2959d1c01458bc95f45df0b8709ea699bb53b3c7 | 10,028 | cxx | C++ | Code/IO/ctcRVFImageIO.cxx | clwyatt/CTC | 284d52dc888bcd997214804715fe690149e33f85 | [
"BSD-3-Clause"
] | 1 | 2019-07-29T02:04:06.000Z | 2019-07-29T02:04:06.000Z | Code/IO/ctcRVFImageIO.cxx | clwyatt/CTC | 284d52dc888bcd997214804715fe690149e33f85 | [
"BSD-3-Clause"
] | null | null | null | Code/IO/ctcRVFImageIO.cxx | clwyatt/CTC | 284d52dc888bcd997214804715fe690149e33f85 | [
"BSD-3-Clause"
] | null | null | null | /*******************************************************************************
Program: Wake Forest University - Virginia Tech CTC Software
Id: $Id: ctcRVFImageIO.cxx 23 2006-06-29 14:45:24Z clwyatt $
Language: C++
*******************************************************************************/
#include <f... | 24.163855 | 196 | 0.618767 | [
"3d"
] |
295b458055389a931286496d803ce59ddbe2a5da | 8,910 | cc | C++ | msr-poll-gaps.cc | mhirki/rapl-tools | bf27fe416e7c93ea7f54904b47646a3471e8b910 | [
"MIT"
] | 8 | 2019-01-17T12:48:34.000Z | 2022-02-04T11:40:58.000Z | msr-poll-gaps.cc | mhirki/rapl-tools | bf27fe416e7c93ea7f54904b47646a3471e8b910 | [
"MIT"
] | null | null | null | msr-poll-gaps.cc | mhirki/rapl-tools | bf27fe416e7c93ea7f54904b47646a3471e8b910 | [
"MIT"
] | 2 | 2019-12-01T02:23:07.000Z | 2019-12-09T02:56:44.000Z | /*
* msr-poll-gaps.cc
* Find the average gap between RAPL updates by polling via MSR driver.
*
* Author: Mikael Hirki <mikael.hirki@aalto.fi>
*/
#include <vector>
/* The number of gaps to be observed */
#define MAX_GAPS 1000
/* Read the RAPL registers on a sandybridge-ep machine */
/* Code based... | 25.240793 | 106 | 0.637598 | [
"vector",
"model"
] |
295b969b33e77078f0778655297475808fa92eaa | 42,410 | cpp | C++ | Engine/source/gui/containers/guiScrollCtrl.cpp | John3/t3d_benchmarking | 27a5780ad704aa91b45ff1bb0d69ed07668d03be | [
"MIT"
] | 10 | 2015-03-12T20:20:34.000Z | 2021-02-03T08:07:31.000Z | Engine/source/gui/containers/guiScrollCtrl.cpp | John3/t3d_benchmarking | 27a5780ad704aa91b45ff1bb0d69ed07668d03be | [
"MIT"
] | 3 | 2015-07-04T23:50:43.000Z | 2016-08-01T09:19:52.000Z | Engine/source/gui/containers/guiScrollCtrl.cpp | John3/t3d_benchmarking | 27a5780ad704aa91b45ff1bb0d69ed07668d03be | [
"MIT"
] | 6 | 2015-11-28T16:18:26.000Z | 2020-03-29T17:14:56.000Z | //-----------------------------------------------------------------------------
// Copyright (c) 2012 GarageGames, LLC
//
// 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 restrictio... | 29.971731 | 171 | 0.576774 | [
"render",
"object"
] |
295c253bdd2c4c495fcd5f2a09c11a884cb5e015 | 4,313 | cpp | C++ | LucidGloves/src/ControllerPose.cpp | failsafe89/opengloves-driver | 59c985326a17545ab36ea2f5f3a13ea9529e8ba1 | [
"MIT"
] | 1 | 2021-04-12T02:50:32.000Z | 2021-04-12T02:50:32.000Z | LucidGloves/src/ControllerPose.cpp | failsafe89/opengloves-driver | 59c985326a17545ab36ea2f5f3a13ea9529e8ba1 | [
"MIT"
] | null | null | null | LucidGloves/src/ControllerPose.cpp | failsafe89/opengloves-driver | 59c985326a17545ab36ea2f5f3a13ea9529e8ba1 | [
"MIT"
] | null | null | null | #pragma once
#include "ControllerPose.h"
ControllerPose::ControllerPose(vr::ETrackedControllerRole shadowDeviceOfRole,
std::string thisDeviceManufacturer,
vr::HmdVector3_t offsetVector,
vr::HmdVector3_t angleOffsetVector,
uint32_t driverId) :
m_shadowDeviceOfRole(shadowDeviceOf... | 44.463918 | 151 | 0.779968 | [
"vector"
] |
295cbf0782a268cda8b3473544c5621aeb7f35f8 | 8,358 | cpp | C++ | showKeypoints.cpp | cstahmer/archv | a28853a6d4cc0a96bef0053165f1f6fbb397c53d | [
"CC-BY-4.0"
] | 15 | 2018-04-13T17:04:09.000Z | 2019-05-24T11:56:12.000Z | showKeypoints.cpp | cstahmer/archv | a28853a6d4cc0a96bef0053165f1f6fbb397c53d | [
"CC-BY-4.0"
] | null | null | null | showKeypoints.cpp | cstahmer/archv | a28853a6d4cc0a96bef0053165f1f6fbb397c53d | [
"CC-BY-4.0"
] | null | null | null | /* ============================================================================================
showKeypoints.cpp Version 3 last update: 03/28/2019
this program:
[1] reads in parameters for surf detection, input image and output image from command line
if no op... | 36.657895 | 159 | 0.555037 | [
"vector",
"transform"
] |
295db35db6a6ff9b3d37989be94c9d6ee8b43823 | 5,369 | hpp | C++ | include/internal/catch_generators.hpp | vadz/Catch | b18d719f9d8a6960379832b13c47baaeffe8183d | [
"BSL-1.0"
] | 1 | 2020-05-24T17:33:37.000Z | 2020-05-24T17:33:37.000Z | include/internal/catch_generators.hpp | vadz/Catch | b18d719f9d8a6960379832b13c47baaeffe8183d | [
"BSL-1.0"
] | null | null | null | include/internal/catch_generators.hpp | vadz/Catch | b18d719f9d8a6960379832b13c47baaeffe8183d | [
"BSL-1.0"
] | null | null | null | /*
* Created by Phil on 27/01/2011.
* Copyright 2011 Two Blue Cubes Ltd. All rights reserved.
*
* Distributed under the Boost Software License, Version 1.0. (See accompanying
* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef TWOBLUECUBES_CATCH_GENERATORS_HPP_INCLUDED
#define T... | 28.109948 | 141 | 0.628609 | [
"vector"
] |
295f7ce87d787e3d11e78572dd99c03b313a79f9 | 23,375 | cpp | C++ | lib/Onnxifi/Flags.cpp | mehrdad-shokri/glow-1 | ef5fa727d388e0ab2d3739b96821744f9fae1308 | [
"Apache-2.0"
] | null | null | null | lib/Onnxifi/Flags.cpp | mehrdad-shokri/glow-1 | ef5fa727d388e0ab2d3739b96821744f9fae1308 | [
"Apache-2.0"
] | null | null | null | lib/Onnxifi/Flags.cpp | mehrdad-shokri/glow-1 | ef5fa727d388e0ab2d3739b96821744f9fae1308 | [
"Apache-2.0"
] | null | null | null | /**
* Copyright (c) Glow Contributors. See CONTRIBUTORS file.
*
* 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 b... | 40.301724 | 80 | 0.661989 | [
"model"
] |
29616bad838409f287fb0bfd2d9ccc711c6235d0 | 95,541 | cpp | C++ | .pio/libdeps/heltec_wifi_kit_32/Adafruit GFX Library_ID13/Adafruit_SPITFT.cpp | Adam-Kareem/Vibration-Sensor | 2157e51d9d488d5dff6997ab2cce809d016f89ed | [
"Apache-2.0"
] | 118 | 2019-03-27T02:15:59.000Z | 2022-03-18T16:42:42.000Z | .pio/libdeps/heltec_wifi_kit_32/Adafruit GFX Library_ID13/Adafruit_SPITFT.cpp | Adam-Kareem/Vibration-Sensor | 2157e51d9d488d5dff6997ab2cce809d016f89ed | [
"Apache-2.0"
] | 26 | 2019-04-17T16:39:30.000Z | 2021-11-06T11:55:42.000Z | .pio/libdeps/heltec_wifi_kit_32/Adafruit GFX Library_ID13/Adafruit_SPITFT.cpp | Adam-Kareem/Vibration-Sensor | 2157e51d9d488d5dff6997ab2cce809d016f89ed | [
"Apache-2.0"
] | 58 | 2019-04-16T06:52:45.000Z | 2022-03-08T01:57:08.000Z | /*!
* @file Adafruit_SPITFT.cpp
*
* @mainpage Adafruit SPI TFT Displays (and some others)
*
* @section intro_sec Introduction
*
* Part of Adafruit's GFX graphics library. Originally this class was
* written to handle a range of color TFT displays connected via SPI,
* but over time this library and some display... | 38.033838 | 80 | 0.611497 | [
"object"
] |
2961e419de1701b0ac246a3079e77da0f28e3e54 | 8,914 | cpp | C++ | src/preprocess/Preprocessor.cpp | shiruizhao/swift | 2026acce35f0717c7a3e9dc522ff1c69f8dc3227 | [
"BSD-4-Clause-UC",
"BSD-4-Clause"
] | 22 | 2016-07-11T15:34:14.000Z | 2021-04-19T04:11:13.000Z | src/preprocess/Preprocessor.cpp | shiruizhao/swift | 2026acce35f0717c7a3e9dc522ff1c69f8dc3227 | [
"BSD-4-Clause-UC",
"BSD-4-Clause"
] | 14 | 2016-07-11T14:28:42.000Z | 2017-01-27T02:59:24.000Z | src/preprocess/Preprocessor.cpp | shiruizhao/swift | 2026acce35f0717c7a3e9dc522ff1c69f8dc3227 | [
"BSD-4-Clause-UC",
"BSD-4-Clause"
] | 7 | 2016-10-03T10:05:06.000Z | 2021-05-31T00:58:35.000Z | /*
* Preprocessor.cpp
*
* Created on: Feb 18, 2014
* Author: yiwu
*/
#include "Preprocessor.h"
#include "../absyn/ArrayExpr.h"
#include <cassert>
#include <memory>
#include <utility>
namespace swift {
namespace preprocess {
Preprocessor::Preprocessor() :
errorMsg(stderr), blogProg(NULL) {
}
Preproc... | 34.022901 | 163 | 0.593561 | [
"vector"
] |
2963902e55e01a257adae0366c3ea4c9f1209509 | 10,911 | cc | C++ | bench/Fused8BitRowwiseEmbeddingBenchmark.cc | wuhuikx/FBGEMM | 672beabd4c315a020adf07a1b8bd2018a18e0dd1 | [
"BSD-3-Clause"
] | null | null | null | bench/Fused8BitRowwiseEmbeddingBenchmark.cc | wuhuikx/FBGEMM | 672beabd4c315a020adf07a1b8bd2018a18e0dd1 | [
"BSD-3-Clause"
] | null | null | null | bench/Fused8BitRowwiseEmbeddingBenchmark.cc | wuhuikx/FBGEMM | 672beabd4c315a020adf07a1b8bd2018a18e0dd1 | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (c) Facebook, Inc. and its affiliates.
* All rights reserved.
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
#include <immintrin.h>
#include <algorithm>
#include <cassert>
#include <chrono>
#include <cmath>
#includ... | 30.477654 | 80 | 0.578774 | [
"vector"
] |
296699b3c7c9bb238b9c279c14325097ceb6f23a | 23,226 | cpp | C++ | src/test/rpc/ShardArchiveHandler_test.cpp | sneh19337/rippled | 442205bdf270d26f0936f7ece5f03bcc952a6a8b | [
"BSL-1.0"
] | 3,804 | 2015-01-02T01:50:44.000Z | 2022-03-31T23:28:19.000Z | src/test/rpc/ShardArchiveHandler_test.cpp | sneh19337/rippled | 442205bdf270d26f0936f7ece5f03bcc952a6a8b | [
"BSL-1.0"
] | 3,131 | 2015-01-01T04:00:06.000Z | 2022-03-31T19:41:33.000Z | src/test/rpc/ShardArchiveHandler_test.cpp | sneh19337/rippled | 442205bdf270d26f0936f7ece5f03bcc952a6a8b | [
"BSL-1.0"
] | 1,349 | 2015-01-04T04:36:22.000Z | 2022-03-31T08:56:50.000Z | //------------------------------------------------------------------------------
/*
This file is part of rippled: https://github.com/ripple/rippled
Copyright (c) 2020 Ripple Labs Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby grante... | 33.038407 | 80 | 0.519504 | [
"vector"
] |
2967c09b11e495c50a09593f14fcfa42f730e37b | 12,644 | cpp | C++ | src/herder/test/QuorumTrackerTests.cpp | V5DF8/stellar-core | 3fb2dc6bea41ed9160313f856e57451897f68cd9 | [
"Apache-2.0",
"BSD-2-Clause",
"MIT",
"ECL-2.0",
"BSL-1.0",
"BSD-3-Clause"
] | 10 | 2017-09-23T08:25:40.000Z | 2022-01-04T10:28:02.000Z | src/herder/test/QuorumTrackerTests.cpp | V5DF8/stellar-core | 3fb2dc6bea41ed9160313f856e57451897f68cd9 | [
"Apache-2.0",
"BSD-2-Clause",
"MIT",
"ECL-2.0",
"BSL-1.0",
"BSD-3-Clause"
] | 1 | 2021-11-10T00:25:10.000Z | 2021-11-10T02:50:40.000Z | src/herder/test/QuorumTrackerTests.cpp | V5DF8/stellar-core | 3fb2dc6bea41ed9160313f856e57451897f68cd9 | [
"Apache-2.0",
"BSD-2-Clause",
"MIT",
"ECL-2.0",
"BSL-1.0",
"BSD-3-Clause"
] | 2 | 2021-10-21T20:34:04.000Z | 2021-11-21T14:13:54.000Z | // Copyright 2019 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 "herder/HerderImpl.h"
#include "herder/QuorumTracker.h"
#include "lib/catch.hpp"
#incl... | 35.616901 | 80 | 0.573711 | [
"vector",
"transform"
] |
2969215598f7265409b2898631ff9852a41adef9 | 48,540 | cpp | C++ | src/renderer.cpp | carol-dcf/GTR_Framework | 065b1060de3c0c48ebb23124ba3183cab5c8b6dc | [
"MIT"
] | null | null | null | src/renderer.cpp | carol-dcf/GTR_Framework | 065b1060de3c0c48ebb23124ba3183cab5c8b6dc | [
"MIT"
] | null | null | null | src/renderer.cpp | carol-dcf/GTR_Framework | 065b1060de3c0c48ebb23124ba3183cab5c8b6dc | [
"MIT"
] | null | null | null | #include "renderer.h"
#include "camera.h"
#include "shader.h"
#include "mesh.h"
#include "texture.h"
#include "prefab.h"
#include "material.h"
#include "utils.h"
#include "scene.h"
#include "extra/hdre.h"
#include <algorithm> // std::sort
#include "application.h"
using namespace GTR;
Vector3 d... | 30.956633 | 147 | 0.690791 | [
"mesh",
"render",
"object",
"vector",
"model",
"transform"
] |
296aec66805a444ffc1789e5881791ec2f398660 | 8,169 | cpp | C++ | llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp | oslab-swrc/juxta | 481cd6f01e87790041a07379805968bcf57d75f4 | [
"MIT"
] | 58 | 2016-08-27T03:19:14.000Z | 2022-01-05T17:33:44.000Z | llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp | oslab-swrc/juxta | 481cd6f01e87790041a07379805968bcf57d75f4 | [
"MIT"
] | 14 | 2017-12-01T17:16:59.000Z | 2020-12-21T12:16:35.000Z | llvm/tools/clang/lib/StaticAnalyzer/Checkers/MallocSizeofChecker.cpp | oslab-swrc/juxta | 481cd6f01e87790041a07379805968bcf57d75f4 | [
"MIT"
] | 22 | 2016-11-27T09:53:31.000Z | 2021-11-22T00:22:53.000Z | // MallocSizeofChecker.cpp - Check for dubious malloc arguments ---*- C++ -*-=//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | 32.161417 | 80 | 0.634717 | [
"vector"
] |
296c767b55cd6f7fab5be58328fa4b214a3a22a8 | 8,294 | cpp | C++ | src/showrepaint.cpp | soreau/wayfire-plugins-extra | 9da2d1ba78d166d3397c43c032034036870b5ca0 | [
"MIT"
] | 1 | 2020-05-28T22:30:24.000Z | 2020-05-28T22:30:24.000Z | src/showrepaint.cpp | damianatorrpm/wayfire-plugins-extra | 6b8ca602ef2b23a44c7a1c20e86201eae13ce68e | [
"MIT"
] | null | null | null | src/showrepaint.cpp | damianatorrpm/wayfire-plugins-extra | 6b8ca602ef2b23a44c7a1c20e86201eae13ce68e | [
"MIT"
] | 1 | 2020-05-16T21:42:05.000Z | 2020-05-16T21:42:05.000Z | /*
* The MIT License (MIT)
*
* Copyright (c) 2020 Scott Moreau
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use,... | 38.045872 | 96 | 0.637208 | [
"geometry",
"render"
] |
296fe92910e0c859d941398563ad9aa65dc9f117 | 12,645 | cpp | C++ | wrappers/openvino/dnn/rs-dnn-vino.cpp | Moktarino/librealsense | fdd863f30b9e71d1c34f226aa0e62659ddb46dbb | [
"Apache-2.0"
] | 6,457 | 2016-01-21T03:56:07.000Z | 2022-03-31T11:57:15.000Z | wrappers/openvino/dnn/rs-dnn-vino.cpp | Moktarino/librealsense | fdd863f30b9e71d1c34f226aa0e62659ddb46dbb | [
"Apache-2.0"
] | 8,393 | 2016-01-21T09:47:28.000Z | 2022-03-31T22:21:42.000Z | wrappers/openvino/dnn/rs-dnn-vino.cpp | Moktarino/librealsense | fdd863f30b9e71d1c34f226aa0e62659ddb46dbb | [
"Apache-2.0"
] | 4,874 | 2016-01-21T09:20:08.000Z | 2022-03-31T15:18:00.000Z | // License: Apache 2.0. See LICENSE file in root directory.
// Copyright(c) 2019 Intel Corporation. All Rights Reserved.
#include <librealsense2/rs.hpp> // Include RealSense Cross Platform API
#include "cv-helpers.hpp" // frame_to_mat
#include <opencv2/core/utils/filesystem.hpp> // glob
namespace fs = cv:... | 36.865889 | 165 | 0.627916 | [
"object",
"vector",
"model"
] |
2975945491253a0b901ac8973cfddac6a5f679bf | 135,765 | cpp | C++ | llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp | cbjeukendrup/llvm-project | 4c11c3e0f978a9ebdd05822e6e130630fa8680c2 | [
"Apache-2.0"
] | null | null | null | llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp | cbjeukendrup/llvm-project | 4c11c3e0f978a9ebdd05822e6e130630fa8680c2 | [
"Apache-2.0"
] | null | null | null | llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp | cbjeukendrup/llvm-project | 4c11c3e0f978a9ebdd05822e6e130630fa8680c2 | [
"Apache-2.0"
] | null | null | null | //===- InstrRefBasedImpl.cpp - Tracking Debug Value MIs -------------------===//
//
// 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.812178 | 109 | 0.675005 | [
"object",
"vector",
"model"
] |
2976c58000eb20427dd3017cf398af21587a9a19 | 813 | cpp | C++ | test/container/bitfield/empty.cpp | pmiddend/fcppt | 9f437acbb10258e6df6982a550213a05815eb2be | [
"BSL-1.0"
] | null | null | null | test/container/bitfield/empty.cpp | pmiddend/fcppt | 9f437acbb10258e6df6982a550213a05815eb2be | [
"BSL-1.0"
] | null | null | null | test/container/bitfield/empty.cpp | pmiddend/fcppt | 9f437acbb10258e6df6982a550213a05815eb2be | [
"BSL-1.0"
] | null | null | null | // Copyright Carl Philipp Reh 2009 - 2018.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#include <fcppt/no_init.hpp>
#include <fcppt/container/bitfield/object.hpp>
#include <fcppt/config... | 17.297872 | 61 | 0.694957 | [
"object"
] |
29773945c5927d834fbcced0a76aede69c386ba4 | 2,045 | cpp | C++ | Bearcity Renting.cpp | ducthienbui97/IEEExtreme13 | 7bf98d5b73528386db90e9b3d957eb4025076d9f | [
"MIT"
] | 6 | 2019-10-21T06:28:09.000Z | 2021-10-19T12:07:59.000Z | Bearcity Renting.cpp | ducthienbui97/IEEExtreme13 | 7bf98d5b73528386db90e9b3d957eb4025076d9f | [
"MIT"
] | null | null | null | Bearcity Renting.cpp | ducthienbui97/IEEExtreme13 | 7bf98d5b73528386db90e9b3d957eb4025076d9f | [
"MIT"
] | 2 | 2019-10-21T05:56:29.000Z | 2020-10-21T06:19:11.000Z | #include <bits/stdc++.h>
using namespace std;
int findRoot(int u, vector<int>& root) {
if(u == root[u])
return u;
return root[u] = findRoot(root[u], root);
}
int cnt = 0;
int dfs(int u, int p, unordered_map<int, unordered_map<int, int>>& d,
unordered_map<int, int>& low, unordered_map<int, int>& vs... | 29.637681 | 81 | 0.433252 | [
"vector"
] |
2977561c16b5de1d3c6c8db5c73f59985938d7a9 | 3,820 | cc | C++ | src/nnet2bin/nnet2-shuffle-egs.cc | vimalmanohar/kaldi-tfmask | 592c784f582e3d19a8cc1fe1071eac4c7e0c4833 | [
"Apache-2.0"
] | 2 | 2017-05-02T15:45:03.000Z | 2017-07-06T06:34:51.000Z | src/nnet2bin/nnet2-shuffle-egs.cc | vimalmanohar/kaldi-tfmask | 592c784f582e3d19a8cc1fe1071eac4c7e0c4833 | [
"Apache-2.0"
] | null | null | null | src/nnet2bin/nnet2-shuffle-egs.cc | vimalmanohar/kaldi-tfmask | 592c784f582e3d19a8cc1fe1071eac4c7e0c4833 | [
"Apache-2.0"
] | null | null | null | // nnet2bin/nnet2-shuffle-egs.cc
// Copyright 2012 Johns Hopkins University (author: Daniel Povey)
// See ../../COPYING for clarification regarding multiple 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 ob... | 34.107143 | 93 | 0.627487 | [
"vector",
"model"
] |
2978f8344e9eaf9106da68ecb3c35b682f14bc7f | 1,433 | cpp | C++ | test/stopwatch_test.cpp | timwillett4/FunctionalPlus | 1c19cff615e9ccc56a6e3c56920a6ef6ef467079 | [
"BSL-1.0"
] | 1 | 2020-07-20T10:11:28.000Z | 2020-07-20T10:11:28.000Z | test/stopwatch_test.cpp | timwillett4/FunctionalPlus | 1c19cff615e9ccc56a6e3c56920a6ef6ef467079 | [
"BSL-1.0"
] | null | null | null | test/stopwatch_test.cpp | timwillett4/FunctionalPlus | 1c19cff615e9ccc56a6e3c56920a6ef6ef467079 | [
"BSL-1.0"
] | null | null | null | // (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
#include "doctest/doctest.h"
#include <fplus/fplus.hpp>
#include <fplus/stopwatch.hpp>
using namespace std::chrono_literals;
template<typename Function>
auto invoke_n_times(int n,... | 25.140351 | 100 | 0.688765 | [
"vector"
] |
297b6fab1d65b4ad4e81cbb1ecf51648326e33a5 | 24,460 | cpp | C++ | tests/test_flashfatfs/test_flashfatfs.cpp | DG12/ruuvi.gateway_esp.c | cf22748af0c0a37287f08b49477f06f56456f72f | [
"BSD-3-Clause"
] | 18 | 2020-01-22T13:27:38.000Z | 2022-01-30T20:18:41.000Z | tests/test_flashfatfs/test_flashfatfs.cpp | mangelino/ruuvi.gateway_esp.c | 134edffff173930b3d2e71455945d36d96478280 | [
"BSD-3-Clause"
] | 289 | 2019-12-16T13:33:24.000Z | 2022-03-30T06:11:10.000Z | tests/test_flashfatfs/test_flashfatfs.cpp | mangelino/ruuvi.gateway_esp.c | 134edffff173930b3d2e71455945d36d96478280 | [
"BSD-3-Clause"
] | 15 | 2019-12-21T04:13:22.000Z | 2021-11-30T08:21:27.000Z | /**
* @file test_flashfatfs.cpp
* @author TheSomeMan
* @date 2020-10-19
* @copyright Ruuvi Innovations Ltd, license BSD-3-Clause.
*/
#include "flashfatfs.h"
#include <string>
#include <sys/stat.h>
#include <ftw.h>
#include "gtest/gtest.h"
#include "esp_log_wrapper.hpp"
#include "esp_err.h"
#include "esp_vfs_fat.h... | 34.019471 | 119 | 0.67776 | [
"vector"
] |
297d597620e5b981bf0cd3311ade505caac988be | 567 | cpp | C++ | aws-cpp-sdk-auditmanager/source/model/DeleteAssessmentFrameworkRequest.cpp | perfectrecall/aws-sdk-cpp | fb8cbebf2fd62720b65aeff841ad2950e73d8ebd | [
"Apache-2.0"
] | 1 | 2022-02-10T08:06:54.000Z | 2022-02-10T08:06:54.000Z | aws-cpp-sdk-auditmanager/source/model/DeleteAssessmentFrameworkRequest.cpp | perfectrecall/aws-sdk-cpp | fb8cbebf2fd62720b65aeff841ad2950e73d8ebd | [
"Apache-2.0"
] | 1 | 2022-01-03T23:59:37.000Z | 2022-01-03T23:59:37.000Z | aws-cpp-sdk-auditmanager/source/model/DeleteAssessmentFrameworkRequest.cpp | ravindra-wagh/aws-sdk-cpp | 7d5ff01b3c3b872f31ca98fb4ce868cd01e97696 | [
"Apache-2.0"
] | 1 | 2021-12-30T04:25:33.000Z | 2021-12-30T04:25:33.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/auditmanager/model/DeleteAssessmentFrameworkRequest.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::AuditManager::Model;
using namespace Aws:... | 20.25 | 71 | 0.768959 | [
"model"
] |
2985f56649e2350786e9ef82e825e280ec33854f | 75,673 | cc | C++ | gazebo/common/ColladaLoader.cc | michaelhuang14/gazebo | ca55c6e5c82c72e0987cb25c7e52a8acc0788aa7 | [
"ECL-2.0",
"Apache-2.0"
] | 2 | 2021-09-04T07:42:58.000Z | 2021-10-01T07:00:46.000Z | gazebo/common/ColladaLoader.cc | Pro/gazebo | 063d7386ed5499c2883de48e19ff5fb9dec01dff | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | gazebo/common/ColladaLoader.cc | Pro/gazebo | 063d7386ed5499c2883de48e19ff5fb9dec01dff | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | /*
* Copyright (C) 2012 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... | 32.815698 | 80 | 0.616296 | [
"mesh",
"geometry",
"vector",
"model",
"transform"
] |
29887e2dcf15158a3848238e13fec76d4743d72b | 868 | cc | C++ | cpp/Codeforces/601-650/621A_Wet_Shark.cc | phongvcao/CP_Contests_Solutions | 2e76e73ee7e53c798f63e1870be47653c75180a9 | [
"MIT"
] | null | null | null | cpp/Codeforces/601-650/621A_Wet_Shark.cc | phongvcao/CP_Contests_Solutions | 2e76e73ee7e53c798f63e1870be47653c75180a9 | [
"MIT"
] | null | null | null | cpp/Codeforces/601-650/621A_Wet_Shark.cc | phongvcao/CP_Contests_Solutions | 2e76e73ee7e53c798f63e1870be47653c75180a9 | [
"MIT"
] | null | null | null | #include <iostream>
#include <string>
#include <sstream>
#include <vector>
#include <unordered_map>
#include <stdint.h>
#include <cmath>
#include <algorithm>
#include <map>
using namespace std;
typedef int64_t Int;
typedef uint64_t UInt;
int main(int argc, char **argv) {
string line = "";
UInt n = 0;
UInt... | 18.869565 | 81 | 0.459677 | [
"vector"
] |
298948b069f8e2e3146fa67df9255220f7d7fc42 | 28,364 | cc | C++ | src/lib/fidl_codec/semantic_parser_test.cc | allansrc/fuchsia | a2c235b33fc4305044d496354a08775f30cdcf37 | [
"BSD-2-Clause"
] | 4 | 2020-02-23T09:02:06.000Z | 2022-01-08T17:06:28.000Z | src/lib/fidl_codec/semantic_parser_test.cc | allansrc/fuchsia | a2c235b33fc4305044d496354a08775f30cdcf37 | [
"BSD-2-Clause"
] | 2 | 2021-09-19T21:55:09.000Z | 2021-12-19T03:34:53.000Z | src/lib/fidl_codec/semantic_parser_test.cc | allansrc/fuchsia | a2c235b33fc4305044d496354a08775f30cdcf37 | [
"BSD-2-Clause"
] | 1 | 2021-08-23T11:33:57.000Z | 2021-08-23T11:33:57.000Z | // Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "src/lib/fidl_codec/semantic_parser.h"
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include <gtest/gtest.h>
#inc... | 31.306843 | 100 | 0.619236 | [
"object",
"vector"
] |
298deb48b2024525f1d150af2b0e43db2775e50c | 18,526 | cpp | C++ | openstudiocore/src/model/CurveBiquadratic.cpp | bobzabcik/OpenStudio | 858321dc0ad8d572de15858d2ae487b029a8d847 | [
"blessing"
] | null | null | null | openstudiocore/src/model/CurveBiquadratic.cpp | bobzabcik/OpenStudio | 858321dc0ad8d572de15858d2ae487b029a8d847 | [
"blessing"
] | null | null | null | openstudiocore/src/model/CurveBiquadratic.cpp | bobzabcik/OpenStudio | 858321dc0ad8d572de15858d2ae487b029a8d847 | [
"blessing"
] | null | null | null | /**********************************************************************
* Copyright (c) 2008-2013, Alliance for Sustainable Energy.
* All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as publishe... | 36.831014 | 111 | 0.737126 | [
"vector",
"model"
] |
298e9ae5b05303d389b420d6661ebc1024dacb68 | 10,857 | cc | C++ | ppapi/proxy/ppb_file_chooser_proxy.cc | gavinp/chromium | 681563ea0f892a051f4ef3d5e53438e0bb7d2261 | [
"BSD-3-Clause"
] | 1 | 2016-03-10T09:13:57.000Z | 2016-03-10T09:13:57.000Z | ppapi/proxy/ppb_file_chooser_proxy.cc | gavinp/chromium | 681563ea0f892a051f4ef3d5e53438e0bb7d2261 | [
"BSD-3-Clause"
] | 1 | 2022-03-13T08:39:05.000Z | 2022-03-13T08:39:05.000Z | ppapi/proxy/ppb_file_chooser_proxy.cc | gavinp/chromium | 681563ea0f892a051f4ef3d5e53438e0bb7d2261 | [
"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 "ppapi/proxy/ppb_file_chooser_proxy.h"
#include <queue>
#include "base/bind.h"
#include "ppapi/c/dev/ppb_file_chooser_dev.h"
#include "ppap... | 33.201835 | 78 | 0.731694 | [
"object",
"vector"
] |
298f2c18667432ac6c17325478d5980666d6f537 | 2,179 | cpp | C++ | Tree/Path_queries.cpp | su050300/CSES-Problemset-Solutions | 292281f9ac3c57c21c8208b30087386c29238d17 | [
"MIT"
] | 2 | 2021-02-05T04:21:42.000Z | 2021-02-10T14:24:38.000Z | Tree/Path_queries.cpp | su050300/CSES-Problemset-Solutions | 292281f9ac3c57c21c8208b30087386c29238d17 | [
"MIT"
] | null | null | null | Tree/Path_queries.cpp | su050300/CSES-Problemset-Solutions | 292281f9ac3c57c21c8208b30087386c29238d17 | [
"MIT"
] | null | null | null | #pragma GCC optimize("Ofast")
#include <bits/stdc++.h>
using namespace std;
#include <ext/pb_ds/assoc_container.hpp>
#include <ext/pb_ds/tree_policy.hpp>
using namespace __gnu_pbds;
#define ll long long int
#define fast ios_base::sync_with_stdio(false)
#define fast_input cin.tie(NULL)
#define fast_output cout.tie(... | 16.261194 | 97 | 0.518128 | [
"vector"
] |
29986c81dce74b99efe5f10fa2ce9c2b17131444 | 4,023 | cpp | C++ | NAS2D/StringUtils.cpp | cugone/nas2d-core | 632983fa6e9d334d79fdf2dfc54719eee5b5d3ca | [
"Zlib"
] | 13 | 2017-03-23T06:11:30.000Z | 2021-09-15T16:22:56.000Z | NAS2D/StringUtils.cpp | cugone/nas2d-core | 632983fa6e9d334d79fdf2dfc54719eee5b5d3ca | [
"Zlib"
] | 467 | 2016-06-28T22:47:06.000Z | 2022-02-08T18:08:12.000Z | NAS2D/StringUtils.cpp | cugone/nas2d-core | 632983fa6e9d334d79fdf2dfc54719eee5b5d3ca | [
"Zlib"
] | 8 | 2015-10-12T21:36:10.000Z | 2021-06-24T07:46:31.000Z | // ==================================================================================
// = NAS2D
// = Copyright © 2008 - 2020 New Age Software
// ==================================================================================
// = NAS2D is distributed under the terms of the zlib license. You are free to copy,
// = m... | 27 | 164 | 0.62267 | [
"vector",
"transform"
] |
2999c5753e1a8c618ff2fb91cc4c6b313774f9d3 | 1,131 | hpp | C++ | src/stateMachine.hpp | przemekBielak/HSM | df9397ab80d366a4524e3d708485d231741f62dc | [
"MIT"
] | null | null | null | src/stateMachine.hpp | przemekBielak/HSM | df9397ab80d366a4524e3d708485d231741f62dc | [
"MIT"
] | null | null | null | src/stateMachine.hpp | przemekBielak/HSM | df9397ab80d366a4524e3d708485d231741f62dc | [
"MIT"
] | null | null | null | /**
* @file stateMachine.hpp
* @author Przemyslaw Bielak (przemyslaw.bielak@protonmail.com)
* @brief Describes a state machine logic.
* @version 0.1
* @date 2019-02-01
*
* @copyright Copyright (c) 2019
*
*/
#ifndef STATEMACHINE_H
#define STATEMACHINE_H
#include "state.hpp"
/**
* @brief Adds logic and dat... | 20.944444 | 65 | 0.55084 | [
"object"
] |
299ec57a0fa6dbcf3602dc4d1681a8db564c1f9f | 3,225 | cpp | C++ | ProcessLib/SourceTerms/Python/CreatePythonSourceTerm.cpp | WenjieXuZJU/ogs | cc464a7efb726ad1ab657d0b82fbdb1623303cca | [
"BSD-4-Clause"
] | null | null | null | ProcessLib/SourceTerms/Python/CreatePythonSourceTerm.cpp | WenjieXuZJU/ogs | cc464a7efb726ad1ab657d0b82fbdb1623303cca | [
"BSD-4-Clause"
] | 2 | 2019-06-05T12:06:11.000Z | 2019-06-06T08:45:30.000Z | ProcessLib/SourceTerms/Python/CreatePythonSourceTerm.cpp | bilke/ogs | 517d0eaac7b1710d77ec7ddfc2957d7c59fecade | [
"BSD-4-Clause"
] | null | null | null | /**
* \copyright
* Copyright (c) 2012-2019, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*
*/
#include "CreatePythonSourceTerm.h"
#include <pyb... | 40.3125 | 120 | 0.714109 | [
"mesh",
"object"
] |
29a090db50dc82b5179043c4ad0ae48f4b711ec8 | 10,534 | cpp | C++ | src/client/types.cpp | fada-catec/ouster_ros | 231e6d1131a965a174b43124c383358c5c8b41b6 | [
"BSD-3-Clause"
] | 9 | 2020-11-24T15:56:28.000Z | 2022-02-10T13:58:02.000Z | src/client/types.cpp | fada-catec/ouster_ros | 231e6d1131a965a174b43124c383358c5c8b41b6 | [
"BSD-3-Clause"
] | null | null | null | src/client/types.cpp | fada-catec/ouster_ros | 231e6d1131a965a174b43124c383358c5c8b41b6 | [
"BSD-3-Clause"
] | 1 | 2020-11-25T07:30:54.000Z | 2020-11-25T07:30:54.000Z | #include "ouster_ros/client/types.h"
#include <json/json.h>
#include <algorithm>
#include <array>
#include <cmath>
#include <sstream>
#include <string>
#include <vector>
#include "ouster_ros/client/packet.h"
#include "ouster_ros/client/version.h"
namespace ouster
{
namespace sensor
{
namespace
{
const std::array<st... | 34.880795 | 120 | 0.593886 | [
"vector"
] |
29a0b3048e3d066ea54593019fea84d4d6520230 | 161,681 | cpp | C++ | HexEdit/HexEdit.cpp | the-nerbs/HexEdit | deefee7cf19c46bfb43674a892f51d885d0ba4ca | [
"MIT"
] | null | null | null | HexEdit/HexEdit.cpp | the-nerbs/HexEdit | deefee7cf19c46bfb43674a892f51d885d0ba4ca | [
"MIT"
] | null | null | null | HexEdit/HexEdit.cpp | the-nerbs/HexEdit | deefee7cf19c46bfb43674a892f51d885d0ba4ca | [
"MIT"
] | null | null | null | // HexEdit.cpp : Defines the class behaviors for the application.
//
// Copyright (c) 2015 by Andrew W. Phillips
//
// This file is distributed under the MIT license, which basically says
// you can do what you want with it and I take no responsibility for bugs.
// See http://www.opensource.org/licenses/mit-licen... | 35.809745 | 151 | 0.681898 | [
"object",
"vector"
] |
29a114d6cc27b04367b1b388944fc17c666ac91a | 49,095 | cpp | C++ | Tests/Pcap++Test/Tests/TcpReassemblyTests.cpp | egecetin/PcapPlusPlus | 5dd6cec932e5dee2d040206c4b17c63994940ed8 | [
"Unlicense"
] | null | null | null | Tests/Pcap++Test/Tests/TcpReassemblyTests.cpp | egecetin/PcapPlusPlus | 5dd6cec932e5dee2d040206c4b17c63994940ed8 | [
"Unlicense"
] | null | null | null | Tests/Pcap++Test/Tests/TcpReassemblyTests.cpp | egecetin/PcapPlusPlus | 5dd6cec932e5dee2d040206c4b17c63994940ed8 | [
"Unlicense"
] | null | null | null | #include "../TestDefinition.h"
#include "../Common/TestUtils.h"
#include <sstream>
#include <fstream>
#include <algorithm>
#include "EndianPortable.h"
#include "SystemUtils.h"
#include "TcpReassembly.h"
#include "IPv4Layer.h"
#include "TcpLayer.h"
#include "PayloadLayer.h"
#include "PcapFileDevice.h"
// ~~~~~~~~~~~~~... | 43.1036 | 245 | 0.78894 | [
"vector"
] |
29a82d56a5f889a4892fb33dd75435de24827520 | 27,446 | cc | C++ | third_party/blink/renderer/modules/service_worker/service_worker_container.cc | DamieFC/chromium | 54ce2d3c77723697efd22cfdb02aea38f9dfa25c | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2020-10-18T02:33:40.000Z | 2020-10-18T02:33:40.000Z | third_party/blink/renderer/modules/service_worker/service_worker_container.cc | DamieFC/chromium | 54ce2d3c77723697efd22cfdb02aea38f9dfa25c | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 3 | 2021-05-17T16:28:52.000Z | 2021-05-21T22:42:22.000Z | third_party/blink/renderer/modules/service_worker/service_worker_container.cc | DamieFC/chromium | 54ce2d3c77723697efd22cfdb02aea38f9dfa25c | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (C) 2013 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditio... | 40.125731 | 102 | 0.721526 | [
"object",
"vector"
] |
29a95dd8da0e5f827338db9b0fbe9cf215e57045 | 20,526 | cc | C++ | tensorflow/core/kernels/mkl_maxpooling_op.cc | AlexChrisF/udacity | b7f85a74058fc63ccb7601c418450ab934ef5953 | [
"Apache-2.0"
] | 3 | 2018-06-24T01:57:02.000Z | 2022-03-13T11:19:33.000Z | tensorflow/core/kernels/mkl_maxpooling_op.cc | AlexChrisF/udacity | b7f85a74058fc63ccb7601c418450ab934ef5953 | [
"Apache-2.0"
] | null | null | null | tensorflow/core/kernels/mkl_maxpooling_op.cc | AlexChrisF/udacity | b7f85a74058fc63ccb7601c418450ab934ef5953 | [
"Apache-2.0"
] | 2 | 2017-11-05T02:57:04.000Z | 2018-01-29T01:37:42.000Z | /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | 40.485207 | 80 | 0.652002 | [
"shape",
"vector"
] |
29aaa064562a156fe2a1595caf098319d849e304 | 22,175 | cpp | C++ | samples/gpu/opticalflow_nvidia_api.cpp | sagarjoglekar/opencv | de4ee084b1958e859e5a2c74b6867310bb2e4940 | [
"BSD-3-Clause"
] | 3 | 2018-10-15T07:31:30.000Z | 2020-10-16T08:59:46.000Z | samples/gpu/opticalflow_nvidia_api.cpp | cangunel/opencv | 42f9ee3f3e580a2c8495b4b56669f06708de53b1 | [
"BSD-3-Clause"
] | null | null | null | samples/gpu/opticalflow_nvidia_api.cpp | cangunel/opencv | 42f9ee3f3e580a2c8495b4b56669f06708de53b1 | [
"BSD-3-Clause"
] | 2 | 2016-12-02T02:57:34.000Z | 2020-01-09T11:03:24.000Z | #if defined _MSC_VER && _MSC_VER >= 1400
#pragma warning( disable : 4201 4408 4127 4100)
#endif
#include <iostream>
#include <iomanip>
#include <memory>
#include <exception>
#include <ctime>
#include "cvconfig.h"
#include <iostream>
#include <iomanip>
#include "opencv2/core/cuda.hpp"
#include "opencv2/cudalegacy.hpp"... | 34.115385 | 151 | 0.591612 | [
"vector"
] |
29ad734a0abdfff477a2f18d0feaaa9f20e5db8a | 4,701 | cpp | C++ | tc 160+/SolvePolynomial.cpp | ibudiselic/contest-problem-solutions | 88082981b4d87da843472e3ca9ed5f4c42b3f0aa | [
"BSD-2-Clause"
] | 3 | 2015-05-25T06:24:37.000Z | 2016-09-10T07:58:00.000Z | tc 160+/SolvePolynomial.cpp | ibudiselic/contest-problem-solutions | 88082981b4d87da843472e3ca9ed5f4c42b3f0aa | [
"BSD-2-Clause"
] | null | null | null | tc 160+/SolvePolynomial.cpp | ibudiselic/contest-problem-solutions | 88082981b4d87da843472e3ca9ed5f4c42b3f0aa | [
"BSD-2-Clause"
] | 5 | 2015-05-25T06:24:40.000Z | 2021-08-19T19:22:29.000Z | #include <algorithm>
#include <cassert>
#include <cstdio>
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include <cstring>
#include <set>
using namespace std;
void gen(vector<int> &X, vector<int> &Y, vector<int> &A) {
int lX = X.size();
int lY = Y.size();
for (int i=0; i... | 38.85124 | 370 | 0.552223 | [
"vector"
] |
29b026e2416758095f0a310e962683b7bb5dafdc | 14,532 | cpp | C++ | cpp/open3d/pipelines/color_map/ColorMapUtils.cpp | BlenderGamer/Open3D | 8c6a7e74582fe09f3a2295933794bfc16026c21f | [
"MIT"
] | 3,673 | 2019-04-06T05:35:43.000Z | 2021-07-27T14:53:14.000Z | cpp/open3d/pipelines/color_map/ColorMapUtils.cpp | BlenderGamer/Open3D | 8c6a7e74582fe09f3a2295933794bfc16026c21f | [
"MIT"
] | 2,904 | 2019-04-06T06:51:22.000Z | 2021-07-27T13:49:54.000Z | cpp/open3d/pipelines/color_map/ColorMapUtils.cpp | BlenderGamer/Open3D | 8c6a7e74582fe09f3a2295933794bfc16026c21f | [
"MIT"
] | 1,127 | 2019-04-06T09:39:17.000Z | 2021-07-27T03:06:49.000Z | // ----------------------------------------------------------------------------
// - Open3D: www.open3d.org -
// ----------------------------------------------------------------------------
// The MIT License (MIT)
//
// Copyright (c) 2018-2021 www.open3d.org
//
// Perm... | 44.440367 | 80 | 0.609551 | [
"mesh",
"geometry",
"object",
"vector"
] |
29b14231d0552581b3fa7902980b2ff2d514a9ab | 28,259 | cpp | C++ | lib/Bitcode/Writer/ValueEnumerator.cpp | seanbaxter/DirectXShaderCompiler | 6d02c8d43ff3fdeb9963acaf3af00c62aaa01f44 | [
"NCSA"
] | null | null | null | lib/Bitcode/Writer/ValueEnumerator.cpp | seanbaxter/DirectXShaderCompiler | 6d02c8d43ff3fdeb9963acaf3af00c62aaa01f44 | [
"NCSA"
] | null | null | null | lib/Bitcode/Writer/ValueEnumerator.cpp | seanbaxter/DirectXShaderCompiler | 6d02c8d43ff3fdeb9963acaf3af00c62aaa01f44 | [
"NCSA"
] | null | null | null | //===-- ValueEnumerator.cpp - Number values and types for bitcode writer --===//
//
// The LLVM37 Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-----------------------------------------------------... | 34.504274 | 80 | 0.648395 | [
"vector",
"model"
] |
29b3d7ea1398d55d66a1be8355b9e0295033382a | 10,406 | cc | C++ | phrasinator/gibbs_train_plm.cc | agesmundo/FasterCubePruning | f80150140b5273fd1eb0dfb34bdd789c4cbd35e6 | [
"BSD-3-Clause-LBNL",
"Apache-2.0"
] | 1 | 2019-06-03T00:44:01.000Z | 2019-06-03T00:44:01.000Z | phrasinator/gibbs_train_plm.cc | jhclark/cdec | 237ddc67ffa61da310e19710f902d4771dc323c2 | [
"BSD-3-Clause-LBNL",
"Apache-2.0"
] | null | null | null | phrasinator/gibbs_train_plm.cc | jhclark/cdec | 237ddc67ffa61da310e19710f902d4771dc323c2 | [
"BSD-3-Clause-LBNL",
"Apache-2.0"
] | 1 | 2021-02-19T12:44:54.000Z | 2021-02-19T12:44:54.000Z | #include <iostream>
#include <tr1/memory>
#include <boost/program_options.hpp>
#include <boost/program_options/variables_map.hpp>
#include "filelib.h"
#include "dict.h"
#include "sampler.h"
#include "ccrp.h"
using namespace std;
using namespace std::tr1;
namespace po = boost::program_options;
Dict d; // global dict... | 32.93038 | 109 | 0.573707 | [
"vector",
"model"
] |
29bd10d55115b18b71fdcc5be270b98e5bb2808e | 13,080 | cc | C++ | encoder/optimize_rlefont.cc | aliansari91/mcufont | 538d17aa6fa889128282028b33633ecf93a5867b | [
"MIT"
] | null | null | null | encoder/optimize_rlefont.cc | aliansari91/mcufont | 538d17aa6fa889128282028b33633ecf93a5867b | [
"MIT"
] | null | null | null | encoder/optimize_rlefont.cc | aliansari91/mcufont | 538d17aa6fa889128282028b33633ecf93a5867b | [
"MIT"
] | null | null | null | #include "optimize_rlefont.hh"
#include "encode_rlefont.hh"
#include <random>
#include <iostream>
#include <set>
#include <thread>
#include <algorithm>
namespace mcufont {
namespace rlefont {
typedef std::mt19937 rnd_t;
// Select a random substring among all the glyphs in the datafile.
std::unique_ptr<DataFile::pixe... | 31.366906 | 103 | 0.599235 | [
"vector"
] |
29c06c7493409f930dce0666881e105279365bc9 | 1,265 | cc | C++ | src/p566.reshapeTheMatrix.cc | magic-akari/leetcode | 8ed6af08c9d411461de67de939f88d4d788bbbe3 | [
"MIT"
] | null | null | null | src/p566.reshapeTheMatrix.cc | magic-akari/leetcode | 8ed6af08c9d411461de67de939f88d4d788bbbe3 | [
"MIT"
] | null | null | null | src/p566.reshapeTheMatrix.cc | magic-akari/leetcode | 8ed6af08c9d411461de67de939f88d4d788bbbe3 | [
"MIT"
] | null | null | null | /*
* @lc app=leetcode id=566 lang=cpp
*
* [566] Reshape the Matrix
*/
#include <vector>
using namespace std;
// @lc code=start
class Solution {
public:
auto matrixReshape(vector<vector<int>> const& nums, int r, int c) -> vector<vector<int>> {
auto const row = nums.size();
auto const column... | 23.425926 | 94 | 0.484585 | [
"vector"
] |
29cccad5afc8e3c20d2fb3363617c19e6eeb9ad2 | 1,006 | hpp | C++ | vm/gpu/gpu.hpp | lukka/yagbe | 8f66d55f455e8a13db84cd521eabb498a1165f44 | [
"MIT"
] | 1 | 2018-06-10T14:45:53.000Z | 2018-06-10T14:45:53.000Z | vm/gpu/gpu.hpp | Kaosumaru/yagbe | 13a2dea9dd50ae4b548bec3704fdc88c2a48d956 | [
"MIT"
] | 1 | 2020-02-16T02:50:36.000Z | 2020-02-24T20:50:38.000Z | vm/gpu/gpu.hpp | lukka/yagbe | 8f66d55f455e8a13db84cd521eabb498a1165f44 | [
"MIT"
] | 1 | 2020-02-16T00:36:38.000Z | 2020-02-16T00:36:38.000Z | #pragma once
#include <cstdint>
#include <array>
#include <vector>
#include <functional>
#include "gpu_base.hpp"
#include "tilemap.hpp"
#include "spritemap.hpp"
#include "vm/utils.hpp"
namespace yagbe
{
class gpu : public gpu_base
{
public:
gpu(memory &m, interrupts &i) : gpu_base(m, i) {}
std::function<void... | 20.958333 | 139 | 0.683897 | [
"vector"
] |
29cde124642b0546d8fb0710131cfd365f88113b | 5,557 | cc | C++ | source/extensions/upstreams/http/config.cc | guillaumerosinosky/envoy | 2cc9b69f28caa34bd0bc0d4371b669f027807ccd | [
"Apache-2.0"
] | 3 | 2021-08-19T18:42:11.000Z | 2022-02-20T10:31:30.000Z | source/extensions/upstreams/http/config.cc | guillaumerosinosky/envoy | 2cc9b69f28caa34bd0bc0d4371b669f027807ccd | [
"Apache-2.0"
] | 312 | 2021-04-19T01:53:05.000Z | 2022-03-28T08:28:56.000Z | source/extensions/upstreams/http/config.cc | guillaumerosinosky/envoy | 2cc9b69f28caa34bd0bc0d4371b669f027807ccd | [
"Apache-2.0"
] | 2 | 2019-10-17T01:25:13.000Z | 2021-09-13T16:25:11.000Z | #include "source/extensions/upstreams/http/config.h"
#include <chrono>
#include <memory>
#include <string>
#include <vector>
#include "envoy/config/cluster/v3/cluster.pb.h"
#include "envoy/config/core/v3/base.pb.h"
#include "envoy/upstream/upstream.h"
#include "source/common/config/utility.h"
#include "source/common... | 39.978417 | 100 | 0.754724 | [
"vector"
] |
29cef288b976ca53d8dfc99fb669a1cc2210d2e8 | 15,211 | hpp | C++ | src/frovedis/ml/glm/ridge_regression_with_lbfgs.hpp | XpressAI/frovedis | bda0f2c688fb832671c5b542dd8df1c9657642ff | [
"BSD-2-Clause"
] | 63 | 2018-06-21T14:11:59.000Z | 2022-03-30T11:24:36.000Z | src/frovedis/ml/glm/ridge_regression_with_lbfgs.hpp | XpressAI/frovedis | bda0f2c688fb832671c5b542dd8df1c9657642ff | [
"BSD-2-Clause"
] | 5 | 2018-09-22T14:01:53.000Z | 2021-12-27T16:11:05.000Z | src/frovedis/ml/glm/ridge_regression_with_lbfgs.hpp | XpressAI/frovedis | bda0f2c688fb832671c5b542dd8df1c9657642ff | [
"BSD-2-Clause"
] | 12 | 2018-08-23T15:59:44.000Z | 2022-02-20T06:47:22.000Z | #ifndef _RIDGE_LBFGS_HPP_
#define _RIDGE_LBFGS_HPP_
#include "lbfgs_parallelizer.hpp"
namespace frovedis {
class ridge_regression_with_lbfgs {
public:
template <class T, class I, class O>
static linear_regression_model<T> train (
crs_matrix<T,I,O>& data,
dvector<T>& label,
size_t numIteration=1000,
... | 35.12933 | 89 | 0.551049 | [
"vector",
"model"
] |
29d18b6e4d7b3c32eb37c46bffb765d17353085d | 11,795 | cpp | C++ | llvm/lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp | medismailben/llvm-project | e334a839032fe500c3bba22bf976ab7af13ce1c1 | [
"Apache-2.0"
] | 34 | 2020-01-31T17:50:00.000Z | 2022-02-16T20:19:29.000Z | llvm/lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp | medismailben/llvm-project | e334a839032fe500c3bba22bf976ab7af13ce1c1 | [
"Apache-2.0"
] | 14 | 2020-02-03T23:39:51.000Z | 2021-07-20T16:24:25.000Z | llvm/lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp | medismailben/llvm-project | e334a839032fe500c3bba22bf976ab7af13ce1c1 | [
"Apache-2.0"
] | 5 | 2020-07-22T16:56:37.000Z | 2022-01-08T02:50:20.000Z | //===----- CompileOnDemandLayer.cpp - Lazily emit IR on first call --------===//
//
// 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.404321 | 80 | 0.658923 | [
"vector"
] |
29d2375b9053d068bf0e2f743febd0e007ca28a4 | 133,790 | cpp | C++ | ODIN_II/SRC/simulate_blif.cpp | seongsikpark/vtr-verilog-to-routing | 15313b6d26e0e7df9236232321bc1b0e3d78e69e | [
"MIT"
] | null | null | null | ODIN_II/SRC/simulate_blif.cpp | seongsikpark/vtr-verilog-to-routing | 15313b6d26e0e7df9236232321bc1b0e3d78e69e | [
"MIT"
] | null | null | null | ODIN_II/SRC/simulate_blif.cpp | seongsikpark/vtr-verilog-to-routing | 15313b6d26e0e7df9236232321bc1b0e3d78e69e | [
"MIT"
] | null | null | null | /* number_of_workers = std::max(1, global_args.parralelized_simulation.value());
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
FILEs (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use... | 28.142617 | 219 | 0.655139 | [
"geometry",
"object",
"vector",
"transform"
] |
29d29385b2f30938d8b56d1f5cdb665de705700b | 5,018 | hpp | C++ | krest/gui/Player.hpp | mwoehlke-kitware/krest | fe83740bd685507e358c4cdfb2438b3e3e70266f | [
"BSD-3-Clause"
] | null | null | null | krest/gui/Player.hpp | mwoehlke-kitware/krest | fe83740bd685507e358c4cdfb2438b3e3e70266f | [
"BSD-3-Clause"
] | null | null | null | krest/gui/Player.hpp | mwoehlke-kitware/krest | fe83740bd685507e358c4cdfb2438b3e3e70266f | [
"BSD-3-Clause"
] | null | null | null | /* This file is part of Krest, and is distributed under the OSI-approved BSD
* 3-Clause License. See top-level LICENSE file or
* https://github.com/Kitware/krest/blob/master/LICENSE for details. */
#ifndef krest_gui_Player_hpp
#define krest_gui_Player_hpp
#include <krest/gui/Export.h>
#include <krest/core/VideoDis... | 27.420765 | 77 | 0.770825 | [
"model",
"transform"
] |
29d3f183a1977fb04dac4d0887e6d92117ededaa | 9,814 | cpp | C++ | HoloIntervention/Source/Rendering/Mesh/MeshRenderer.cpp | adamrankin/HoloIntervention | 0f2a4dc702729a0a04af5c210884ef4e08e49267 | [
"Apache-2.0"
] | 2 | 2020-06-17T09:55:59.000Z | 2021-04-03T16:18:29.000Z | HoloIntervention/Source/Rendering/Mesh/MeshRenderer.cpp | adamrankin/HoloIntervention | 0f2a4dc702729a0a04af5c210884ef4e08e49267 | [
"Apache-2.0"
] | 1 | 2018-09-02T02:39:21.000Z | 2018-09-02T02:39:21.000Z | HoloIntervention/Source/Rendering/Mesh/MeshRenderer.cpp | adamrankin/HoloIntervention | 0f2a4dc702729a0a04af5c210884ef4e08e49267 | [
"Apache-2.0"
] | null | null | null | //*********************************************************
//
// Copyright (c) Microsoft. All rights reserved.
// This code is licensed under the MIT License (MIT).
// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
// IMPLIED WARRANTIES OF FITNESS FOR A PARTICUL... | 35.175627 | 185 | 0.604239 | [
"mesh",
"geometry",
"render",
"object",
"vector",
"solid"
] |
29d406ab4dae43750054c8afaea2f78a209c5412 | 10,351 | hpp | C++ | src/AssemblyGraph.hpp | AustinHartman/shasta | 105b8e85e272247f72ced59005c88879631931c0 | [
"BSD-3-Clause"
] | null | null | null | src/AssemblyGraph.hpp | AustinHartman/shasta | 105b8e85e272247f72ced59005c88879631931c0 | [
"BSD-3-Clause"
] | null | null | null | src/AssemblyGraph.hpp | AustinHartman/shasta | 105b8e85e272247f72ced59005c88879631931c0 | [
"BSD-3-Clause"
] | null | null | null | #ifndef SHASTA_ASSEMBLY_GRAPH_HPP
#define SHASTA_ASSEMBLY_GRAPH_HPP
/***************************************************************************
The assembly graph is a "compressed" version of the marker graph,
in which each linear chain of edges is replaced by a single edge.
Each assembly graph vertex correspond... | 33.826797 | 92 | 0.671143 | [
"vector"
] |
29d51fa1aca76765f8f8997720d68eb07dc92cff | 3,800 | cpp | C++ | Source/Client.cpp | justus-zorn/Hazard | d24b708c5fa7000d965215d2de6d9943f3fc8d66 | [
"MIT"
] | 1 | 2022-02-06T17:24:09.000Z | 2022-02-06T17:24:09.000Z | Source/Client.cpp | justus-zorn/Hazard | d24b708c5fa7000d965215d2de6d9943f3fc8d66 | [
"MIT"
] | null | null | null | Source/Client.cpp | justus-zorn/Hazard | d24b708c5fa7000d965215d2de6d9943f3fc8d66 | [
"MIT"
] | null | null | null | // Copyright 2022 Justus Zorn
#include <iostream>
#include "Client.h"
#include "Net.h"
using namespace Hazard;
Client::Client(const std::string& playerName, const std::string& address, std::uint16_t defaultPort) {
std::string hostname;
std::uint16_t port;
if (address.find(':') < address.size()) {
hostname = ad... | 27.142857 | 102 | 0.681579 | [
"vector"
] |
29d8034d2a14b6fa2c49b5fa65cb409209b29944 | 26,301 | cc | C++ | tensorflow/core/graph/graph_partition_test.cc | PaulWang1905/tensorflow | ebf12d22b4801fb8dab5034cc94562bf7cc33fa0 | [
"Apache-2.0"
] | 36 | 2016-12-17T15:25:25.000Z | 2022-01-29T21:50:53.000Z | tensorflow/core/graph/graph_partition_test.cc | PaulWang1905/tensorflow | ebf12d22b4801fb8dab5034cc94562bf7cc33fa0 | [
"Apache-2.0"
] | 59 | 2019-06-17T09:37:49.000Z | 2022-01-19T01:21:34.000Z | tensorflow/core/graph/graph_partition_test.cc | PaulWang1905/tensorflow | ebf12d22b4801fb8dab5034cc94562bf7cc33fa0 | [
"Apache-2.0"
] | 36 | 2017-07-27T21:12:40.000Z | 2022-02-03T16:45:56.000Z | /* Copyright 2015 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... | 36.939607 | 80 | 0.663663 | [
"vector"
] |
29d961605afd19ca6549578dd1d4965495391e71 | 12,920 | cc | C++ | test/extensions/transport_sockets/tls/cert_validator/default_validator_test.cc | fishy/envoy | 2757eb9eb0faece7b2779f7c1e21953b31b836f4 | [
"Apache-2.0"
] | null | null | null | test/extensions/transport_sockets/tls/cert_validator/default_validator_test.cc | fishy/envoy | 2757eb9eb0faece7b2779f7c1e21953b31b836f4 | [
"Apache-2.0"
] | 2 | 2022-03-25T09:42:17.000Z | 2022-03-31T10:31:34.000Z | test/extensions/transport_sockets/tls/cert_validator/default_validator_test.cc | fishy/envoy | 2757eb9eb0faece7b2779f7c1e21953b31b836f4 | [
"Apache-2.0"
] | null | null | null | #include <string>
#include <vector>
#include "source/extensions/transport_sockets/tls/cert_validator/default_validator.h"
#include "source/extensions/transport_sockets/tls/cert_validator/san_matcher.h"
#include "test/extensions/transport_sockets/tls/ssl_test_utility.h"
#include "test/test_common/environment.h"
#inclu... | 52.95082 | 100 | 0.745356 | [
"object",
"vector"
] |
29dd86b7b6e58837e752eb114d249f4afe0eead2 | 5,884 | cpp | C++ | src/openpose/pose/poseParametersRender.cpp | jimfcarroll/openpose | fa8d6ff8f616f90c22eaae9d6926fef84db73ea6 | [
"DOC",
"MIT-CMU"
] | 1 | 2019-01-01T08:55:18.000Z | 2019-01-01T08:55:18.000Z | src/openpose/pose/poseParametersRender.cpp | jimfcarroll/openpose | fa8d6ff8f616f90c22eaae9d6926fef84db73ea6 | [
"DOC",
"MIT-CMU"
] | null | null | null | src/openpose/pose/poseParametersRender.cpp | jimfcarroll/openpose | fa8d6ff8f616f90c22eaae9d6926fef84db73ea6 | [
"DOC",
"MIT-CMU"
] | 1 | 2019-03-14T02:59:01.000Z | 2019-03-14T02:59:01.000Z | #include <openpose/pose/poseParameters.hpp>
#include <openpose/pose/poseParametersRender.hpp>
namespace op
{
const std::array<std::vector<float>, (int)PoseModel::Size> POSE_SCALES{
std::vector<float>{POSE_BODY_25_SCALES_RENDER_GPU}, // BODY_25
std::vector<float>{POSE_COCO_SCALES_RENDER_GPU}, ... | 49.864407 | 98 | 0.621006 | [
"vector"
] |
29e02bb6a24eb5c00294c810e60f5c3c1c443945 | 7,830 | cpp | C++ | src/file/FileManager.cpp | heaven-chp/common-library-cpp | 386d7abf9218ecba41ea10447e70b914faa40a4d | [
"Apache-2.0"
] | null | null | null | src/file/FileManager.cpp | heaven-chp/common-library-cpp | 386d7abf9218ecba41ea10447e70b914faa40a4d | [
"Apache-2.0"
] | 10 | 2021-12-19T07:47:50.000Z | 2021-12-19T13:34:50.000Z | src/file/FileManager.cpp | heaven-chp/common-library-cpp | 386d7abf9218ecba41ea10447e70b914faa40a4d | [
"Apache-2.0"
] | null | null | null | #include <fcntl.h>
#include <unistd.h>
#include <sys/stat.h>
#include <cstring>
#include <fstream>
#include <functional>
using namespace std;
#include "FileManager.h"
template <class T>
static T Run(const function<T(error_code &)> &func);
template <class T>
static T Run(const function<T(const string &, error_code &... | 22.5 | 136 | 0.706386 | [
"vector"
] |
29e328323acc5866f7f761a22d2749641a0b870f | 2,699 | cpp | C++ | tools/bpp-phyl/src/Bpp/Phyl/Mapping/NaiveSubstitutionCount.cpp | danydoerr/spp_dcj | 1ab9dacb1f0dc34a3ebbeed9e74226a9a53c297a | [
"MIT"
] | 2 | 2021-08-24T16:03:30.000Z | 2022-03-18T14:52:43.000Z | tools/bpp-phyl/src/Bpp/Phyl/Mapping/NaiveSubstitutionCount.cpp | danydoerr/spp_dcj | 1ab9dacb1f0dc34a3ebbeed9e74226a9a53c297a | [
"MIT"
] | null | null | null | tools/bpp-phyl/src/Bpp/Phyl/Mapping/NaiveSubstitutionCount.cpp | danydoerr/spp_dcj | 1ab9dacb1f0dc34a3ebbeed9e74226a9a53c297a | [
"MIT"
] | null | null | null | //
// File: NaiveSubstitutionCount.h
// Created by: Julien Dutheil
// Created on: Wed Apr 5 11:08 2006
//
/*
Copyright or © or Copr. Bio++ Development Team, (November 16, 2004, 2005, 2006)
This software is a computer program whose purpose is to provide classes
for phylogenetic data analysis.
This software is governe... | 36.472973 | 140 | 0.732123 | [
"model"
] |
29e39bf296b4090b625f6b90f96b265cecfc0c32 | 3,227 | cpp | C++ | lib/AST/TypeJoinMeet.cpp | EBGToo/swift | 8b917e1a87d7208b32542eec0eaf7186ccd97b57 | [
"Apache-2.0"
] | null | null | null | lib/AST/TypeJoinMeet.cpp | EBGToo/swift | 8b917e1a87d7208b32542eec0eaf7186ccd97b57 | [
"Apache-2.0"
] | null | null | null | lib/AST/TypeJoinMeet.cpp | EBGToo/swift | 8b917e1a87d7208b32542eec0eaf7186ccd97b57 | [
"Apache-2.0"
] | null | null | null | //===--- TypeJoinMeet.cpp - Swift Type "join" and "meet" -----------------===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/L... | 37.964706 | 80 | 0.659436 | [
"object"
] |
29e78a3b5d4305b9a5587706fa7d87af43dcbd06 | 22,523 | cpp | C++ | applications/qTox/src/persistence/profile.cpp | gaohangaohan/qkd-net | 90f52104412b5c5c82668362dbd3e4791261f332 | [
"MIT"
] | 17 | 2019-04-21T14:10:57.000Z | 2022-03-26T09:32:53.000Z | applications/qTox/src/persistence/profile.cpp | gaohangaohan/qkd-net | 90f52104412b5c5c82668362dbd3e4791261f332 | [
"MIT"
] | 22 | 2019-01-11T19:13:44.000Z | 2022-02-26T17:58:32.000Z | applications/qTox/src/persistence/profile.cpp | gaohangaohan/qkd-net | 90f52104412b5c5c82668362dbd3e4791261f332 | [
"MIT"
] | 17 | 2019-03-06T17:29:29.000Z | 2021-08-10T10:17:09.000Z | /*
Copyright © 2015-2017 by The qTox Project Contributors
This file is part of qTox, a Qt-based graphical interface for Tox.
qTox is libre software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either versi... | 28.510127 | 103 | 0.634374 | [
"vector"
] |
29eb19ab581642bb54fbe5a5dc6f50dc551975da | 3,277 | cc | C++ | Codeforces/343 Division 2/Problem E/E.cc | VastoLorde95/Competitive-Programming | 6c990656178fb0cd33354cbe5508164207012f24 | [
"MIT"
] | 170 | 2017-07-25T14:47:29.000Z | 2022-01-26T19:16:31.000Z | Codeforces/343 Division 2/Problem E/E.cc | navodit15/Competitive-Programming | 6c990656178fb0cd33354cbe5508164207012f24 | [
"MIT"
] | null | null | null | Codeforces/343 Division 2/Problem E/E.cc | navodit15/Competitive-Programming | 6c990656178fb0cd33354cbe5508164207012f24 | [
"MIT"
] | 55 | 2017-07-28T06:17:33.000Z | 2021-10-31T03:06:22.000Z | #include <bits/stdc++.h>
#define sd(x) scanf("%d",&x)
#define sd2(x,y) scanf("%d%d",&x,&y)
#define sd3(x,y,z) scanf("%d%d%d",&x,&y,&z)
#define fi first
#define se second
#define pb push_back
#define mp make_pair
#define foreach(it, v) for(__typeof((v).begin()) it=(v).begin(); it != (v).end(); ++it)
#define meta __FUN... | 19.981707 | 97 | 0.521819 | [
"vector"
] |
29eb5ba9271adcbec52b919b06c84ff54c7c6ace | 6,720 | cpp | C++ | Engine/Engine/JobManager.cpp | evil84/RenderLab | 0fcf91465b2e6f31305a2257b3e2ad3b92cf6e93 | [
"MIT"
] | 3 | 2021-03-01T02:22:47.000Z | 2021-04-22T02:55:50.000Z | Engine/Engine/JobManager.cpp | evil84/RenderLab | 0fcf91465b2e6f31305a2257b3e2ad3b92cf6e93 | [
"MIT"
] | null | null | null | Engine/Engine/JobManager.cpp | evil84/RenderLab | 0fcf91465b2e6f31305a2257b3e2ad3b92cf6e93 | [
"MIT"
] | null | null | null | #include "PCH.h"
#include "JobManager.h"
#include "Common/Assert.h"
template <size_t COUNT>
class LockFreeJobStealingQueue {
public:
static_assert(std::_Is_pow_2(COUNT));
static constexpr size_t MASK = COUNT - 1;
LockFreeJobStealingQueue(const LockFreeJobStealingQueue&) = delete;
LockFreeJobStealingQueue(const L... | 25.358491 | 106 | 0.715179 | [
"vector"
] |
29ee24d9eaec0b107b7adf443c6cf9a253c1e080 | 2,527 | cpp | C++ | FWCore/Utilities/test/callxnowait_t.cppunit.cpp | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 852 | 2015-01-11T21:03:51.000Z | 2022-03-25T21:14:00.000Z | FWCore/Utilities/test/callxnowait_t.cppunit.cpp | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 30,371 | 2015-01-02T00:14:40.000Z | 2022-03-31T23:26:05.000Z | FWCore/Utilities/test/callxnowait_t.cppunit.cpp | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 3,240 | 2015-01-02T05:53:18.000Z | 2022-03-31T17:24:21.000Z | /*----------------------------------------------------------------------
Test program for edm::TypeID class.
Changed by Viji on 29-06-2005
----------------------------------------------------------------------*/
#include <cassert>
#include <cppunit/extensions/HelperMacros.h>
#include "FWCore/Utilities/interface/Cal... | 21.415254 | 73 | 0.609814 | [
"vector"
] |
29f243a7b60a495c9a0ae15c0126ac39c8ae839a | 3,181 | hpp | C++ | include/sdsl/k2_treap_helper.hpp | qPCR4vir/sdsl-lite | 3ae7ac30c3837553cf20243cc3df8ee658b9f00f | [
"BSD-3-Clause"
] | 1 | 2021-02-10T11:26:38.000Z | 2021-02-10T11:26:38.000Z | include/sdsl/k2_treap_helper.hpp | Irallia/sdsl-lite | 9a0d5676fd09fb8b52af214eca2d5809c9a32dbe | [
"BSD-3-Clause"
] | 1 | 2019-03-10T23:59:27.000Z | 2019-03-10T23:59:27.000Z | include/sdsl/k2_treap_helper.hpp | Irallia/sdsl-lite | 9a0d5676fd09fb8b52af214eca2d5809c9a32dbe | [
"BSD-3-Clause"
] | null | null | null | // Copyright (c) 2016, the SDSL Project Authors. All rights reserved.
// Please see the AUTHORS file for details. Use of this source code is governed
// by a BSD license that can be found in the LICENSE file.
/*! \file k2_treap_helper.hpp
\brief k2_treap_helper.hpp contains helper functions and definitions for a ... | 25.448 | 104 | 0.673059 | [
"vector"
] |
29f829ddade1a1e2f1449209ed477cf229482bfe | 13,392 | cc | C++ | src/estimators/generalized_absolute_pose.cc | Graffity-Technologies/colmap | 316bff479e94dc919ee4a7ab19485af0c3ac235b | [
"BSD-3-Clause"
] | 24 | 2021-05-28T07:43:27.000Z | 2022-03-22T14:37:28.000Z | src/estimators/generalized_absolute_pose.cc | Skydes/colmap | 4032790844ef2733cb3945938b63ebaa4bbbc0ea | [
"BSD-3-Clause"
] | null | null | null | src/estimators/generalized_absolute_pose.cc | Skydes/colmap | 4032790844ef2733cb3945938b63ebaa4bbbc0ea | [
"BSD-3-Clause"
] | 4 | 2021-09-14T04:47:35.000Z | 2022-03-25T04:38:27.000Z | // Copyright (c) 2018, ETH Zurich and UNC Chapel Hill.
// 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
// notic... | 39.504425 | 80 | 0.652703 | [
"vector",
"transform",
"3d"
] |
29f849d3c44be9ff2f9306e46b10c4d4c639709f | 1,204 | cpp | C++ | aws-cpp-sdk-snowball/source/model/OnDeviceServiceConfiguration.cpp | blinemedical/aws-sdk-cpp | c7c814b2d6862b4cb48f3fb3ac083a9e419674e8 | [
"Apache-2.0"
] | null | null | null | aws-cpp-sdk-snowball/source/model/OnDeviceServiceConfiguration.cpp | blinemedical/aws-sdk-cpp | c7c814b2d6862b4cb48f3fb3ac083a9e419674e8 | [
"Apache-2.0"
] | null | null | null | aws-cpp-sdk-snowball/source/model/OnDeviceServiceConfiguration.cpp | blinemedical/aws-sdk-cpp | c7c814b2d6862b4cb48f3fb3ac083a9e419674e8 | [
"Apache-2.0"
] | null | null | null | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/snowball/model/OnDeviceServiceConfiguration.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::Utils::Json;
using namespace Aws::Utils;
namespa... | 20.066667 | 90 | 0.768272 | [
"model"
] |
29f94118515f3259caa02cf27129345673844de4 | 2,696 | cxx | C++ | Plugins/Debug/vtkOutputDisplayerFilter.cxx | cmpute/AnCloud | 4e675b9fa126ce6546fab09b329460a685815b05 | [
"Unlicense"
] | null | null | null | Plugins/Debug/vtkOutputDisplayerFilter.cxx | cmpute/AnCloud | 4e675b9fa126ce6546fab09b329460a685815b05 | [
"Unlicense"
] | null | null | null | Plugins/Debug/vtkOutputDisplayerFilter.cxx | cmpute/AnCloud | 4e675b9fa126ce6546fab09b329460a685815b05 | [
"Unlicense"
] | null | null | null | #include "vtkOutputDisplayerFilter.h"
#include <vtkObjectFactory.h>
#include <vtkInformationVector.h>
#include <vtkInformation.h>
#include <sstream>
#include <QDebug>
vtkStandardNewMacro(vtkOutputDisplayerFilter);
vtkOutputDisplayerFilter::vtkOutputDisplayerFilter()
{
}
int vtkOutputDisplayerFilter::RequestInform... | 29.304348 | 81 | 0.678783 | [
"object"
] |
29fa37c7e0c8c7bd300321d0a8c01d8d3bac57df | 18,646 | cpp | C++ | 3RVX/Settings.cpp | grtamm/3RVX | 7607cf95e132c07aa31982b2f0901dea31e86a99 | [
"BSD-2-Clause"
] | 320 | 2015-02-04T21:48:29.000Z | 2022-03-18T03:57:54.000Z | 3RVX/Settings.cpp | grtamm/3RVX | 7607cf95e132c07aa31982b2f0901dea31e86a99 | [
"BSD-2-Clause"
] | 100 | 2015-01-31T17:31:16.000Z | 2022-03-05T23:22:20.000Z | 3RVX/Settings.cpp | grtamm/3RVX | 7607cf95e132c07aa31982b2f0901dea31e86a99 | [
"BSD-2-Clause"
] | 93 | 2015-02-26T15:04:54.000Z | 2022-03-05T16:00:10.000Z | // Copyright (c) 2015, Matthew Malensek.
// Distributed under the BSD 2-Clause License (see LICENSE.txt for details)
#include "Settings.h"
#pragma comment(lib, "Shlwapi.lib")
#include <algorithm>
#include <ctime>
#include <ShlObj.h>
#include <Shlwapi.h>
#include "DefaultSettings.h"
#include "Error.h"
#include "Hotk... | 26.637143 | 79 | 0.645071 | [
"object",
"vector"
] |
29fb370dbd27fd59595276bd6dcd84f5f43179a5 | 1,272 | hpp | C++ | Fizzy/Code/Game/GameStateMachine.hpp | cugone/Fizzy | 6311533642d6feec2488011371027b13a8dfd96a | [
"MIT"
] | null | null | null | Fizzy/Code/Game/GameStateMachine.hpp | cugone/Fizzy | 6311533642d6feec2488011371027b13a8dfd96a | [
"MIT"
] | null | null | null | Fizzy/Code/Game/GameStateMachine.hpp | cugone/Fizzy | 6311533642d6feec2488011371027b13a8dfd96a | [
"MIT"
] | null | null | null | #pragma once
#include "Engine/Core/TimeUtils.hpp"
#include "Game/IState.hpp"
#include "Game/GameStateGravityDrag.hpp"
#include "Game/GameStateConstraints.hpp"
#include "Game/GameStateSleepManagement.hpp"
#include <cstdint>
#include <memory>
#include <guiddef.h>
class GameStateMachine {
public:
GameStateMachine... | 28.266667 | 77 | 0.742138 | [
"render"
] |
29fb3a7b12b08aed34e2a0a69a077d16fd87f820 | 6,198 | hpp | C++ | include/engine/guidance/route_step.hpp | jhermsmeier/osrm-backend | 7b11cd3a11c939c957eeff71af7feddaa86e7f82 | [
"BSD-2-Clause"
] | null | null | null | include/engine/guidance/route_step.hpp | jhermsmeier/osrm-backend | 7b11cd3a11c939c957eeff71af7feddaa86e7f82 | [
"BSD-2-Clause"
] | null | null | null | include/engine/guidance/route_step.hpp | jhermsmeier/osrm-backend | 7b11cd3a11c939c957eeff71af7feddaa86e7f82 | [
"BSD-2-Clause"
] | null | null | null | #ifndef ROUTE_STEP_HPP
#define ROUTE_STEP_HPP
#include "extractor/travel_mode.hpp"
#include "engine/guidance/step_maneuver.hpp"
#include "util/coordinate.hpp"
#include "util/guidance/bearing_class.hpp"
#include "util/guidance/entry_class.hpp"
#include "extractor/guidance/turn_lane_types.hpp"
#include "util/guidance/t... | 30.087379 | 97 | 0.711681 | [
"geometry",
"vector"
] |
29fe7e52e2b1b7df9016e1c07c2deb95e78b4d30 | 6,046 | cpp | C++ | src/MeanscriptCmd/MeanscriptCmd.cpp | Meanwhale/MeanscriptCLI | aa1adf2925170fa467e4fd7c2d79b7cf1b0934b2 | [
"MIT"
] | 2 | 2020-10-10T22:13:42.000Z | 2021-08-04T07:27:29.000Z | src/MeanscriptCmd/MeanscriptCmd.cpp | Meanwhale/MeanscriptCLI | aa1adf2925170fa467e4fd7c2d79b7cf1b0934b2 | [
"MIT"
] | null | null | null | src/MeanscriptCmd/MeanscriptCmd.cpp | Meanwhale/MeanscriptCLI | aa1adf2925170fa467e4fd7c2d79b7cf1b0934b2 | [
"MIT"
] | 1 | 2020-10-11T19:21:43.000Z | 2020-10-11T19:21:43.000Z | #include <iostream>
#include <fstream>
#include <string>
#include <vector>
//#include "MeanscriptCmd.h"
#include "MS.h"
#include "NativeTest.h"
// memory debug
#include <stdlib.h>
#ifdef MS_VS_MEM_DEBUG
#include <crtdbg.h>
#endif
using namespace std;
using namespace meanscript;
void printVersion()
{
MSPRINT("Mea... | 21.748201 | 96 | 0.615117 | [
"vector"
] |
4b000ab83802a77eb55b7f038b9305d6f0af3e15 | 6,751 | cpp | C++ | src/ngraph/runtime/gpu/gpu_compiled_function.cpp | gf712/ngraph | 3d9004c0ec4b4813f4c22859bb6fe859f426fc85 | [
"Apache-2.0"
] | null | null | null | src/ngraph/runtime/gpu/gpu_compiled_function.cpp | gf712/ngraph | 3d9004c0ec4b4813f4c22859bb6fe859f426fc85 | [
"Apache-2.0"
] | null | null | null | src/ngraph/runtime/gpu/gpu_compiled_function.cpp | gf712/ngraph | 3d9004c0ec4b4813f4c22859bb6fe859f426fc85 | [
"Apache-2.0"
] | null | null | null | //*****************************************************************************
// Copyright 2017-2020 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... | 33.924623 | 100 | 0.702414 | [
"vector"
] |
4b05f87d4c7788afd8e8367860e956d58529c6b6 | 1,734 | cpp | C++ | CppComponentSystem/Core/Mesh.cpp | chunkyguy/CppComponentSystem | d3d8c15ab917b97171c4209f97475799eed8336a | [
"MIT"
] | null | null | null | CppComponentSystem/Core/Mesh.cpp | chunkyguy/CppComponentSystem | d3d8c15ab917b97171c4209f97475799eed8336a | [
"MIT"
] | null | null | null | CppComponentSystem/Core/Mesh.cpp | chunkyguy/CppComponentSystem | d3d8c15ab917b97171c4209f97475799eed8336a | [
"MIT"
] | 1 | 2020-04-14T02:31:11.000Z | 2020-04-14T02:31:11.000Z | //
// HS_Mesh.cpp
// HitSoccer
//
// Created by Sid on 16/07/14.
// Copyright (c) 2014 whackylabs. All rights reserved.
//
#include "Mesh.h"
#include <OpenGLES/ES2/glext.h>
#pragma mark - MeshMemory -
MeshMemory::MeshMemory() :
vao_(0),
vbo_(0)
{
}
bool MeshMemory::Load()
{
glGenVertexArraysOES(1, &vao_);
... | 21.407407 | 75 | 0.641292 | [
"mesh"
] |
4b063dbdc3440b58c9928e6a8f43035e27d0e57c | 1,967 | cc | C++ | src/STL.cc | alexander-koch/airfoil | 4c7afa81d6166b463de6afde5c2d491226fffa52 | [
"MIT"
] | null | null | null | src/STL.cc | alexander-koch/airfoil | 4c7afa81d6166b463de6afde5c2d491226fffa52 | [
"MIT"
] | null | null | null | src/STL.cc | alexander-koch/airfoil | 4c7afa81d6166b463de6afde5c2d491226fffa52 | [
"MIT"
] | null | null | null | #include "STL.hpp"
STLWriter::STLWriter() : name("Default") {}
void STLWriter::setName(const string& name) {
this->name = name;
}
void STLWriter::pushTriangle(Vec3 v0, Vec3 v1, Vec3 v2, Vec3 normal) {
struct STLTriangle triangle;
triangle.normal[0] = normal.x;
triangle.normal[1] = normal.y;
trian... | 28.1 | 96 | 0.55516 | [
"solid"
] |
4b070683279258e0ceb4143e0df8f04a9c259d52 | 49,903 | cpp | C++ | Providers/PythonProvider.cpp | chsamala2/PowerShell-DSC-for-Linux | 5cac971f1877dd545c71be50b0ffd29199ac1acc | [
"MIT"
] | 110 | 2019-05-06T21:17:02.000Z | 2022-03-27T12:57:57.000Z | Providers/PythonProvider.cpp | chsamala2/PowerShell-DSC-for-Linux | 5cac971f1877dd545c71be50b0ffd29199ac1acc | [
"MIT"
] | 82 | 2019-05-09T00:41:23.000Z | 2022-03-22T07:35:26.000Z | Providers/PythonProvider.cpp | chsamala2/PowerShell-DSC-for-Linux | 5cac971f1877dd545c71be50b0ffd29199ac1acc | [
"MIT"
] | 65 | 2019-05-21T21:37:26.000Z | 2022-03-19T01:25:38.000Z | /*
PowerShell Desired State Configuration for Linux
Copyright (c) Microsoft Corporation
All rights reserved.
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... | 31.464691 | 463 | 0.470413 | [
"vector"
] |
4b08af8da1f7cd50c588519433acbe3a3412438e | 1,567 | cpp | C++ | REDSI_1160929_1161573/boost_1_67_0/libs/tti/test/test_has_fun_compile.cpp | Wultyc/ISEP_1718_2A2S_REDSI_TrabalhoGrupo | eb0f7ef64e188fe871f47c2ef9cdef36d8a66bc8 | [
"MIT"
] | 85 | 2015-02-08T20:36:17.000Z | 2021-11-14T20:38:31.000Z | libs/boost/libs/tti/test/test_has_fun_compile.cpp | flingone/frameworks_base_cmds_remoted | 4509d9f0468137ed7fd8d100179160d167e7d943 | [
"Apache-2.0"
] | 9 | 2015-01-28T16:33:19.000Z | 2020-04-12T23:03:28.000Z | libs/boost/libs/tti/test/test_has_fun_compile.cpp | flingone/frameworks_base_cmds_remoted | 4509d9f0468137ed7fd8d100179160d167e7d943 | [
"Apache-2.0"
] | 27 | 2015-01-28T16:33:30.000Z | 2021-08-12T05:04:39.000Z |
// (C) Copyright Edward Diener 2012
// Use, modification and distribution are subject to the Boost Software License,
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt).
#include "test_has_fun.hpp"
#include <boost/mpl/assert.hpp>
int main()
{
... | 46.088235 | 139 | 0.750479 | [
"vector"
] |
4b092e2890c4ea2da54ea8d127d57914482d4905 | 1,569 | hpp | C++ | plugin/serializer/lib/msgpack-c/include/msgpack/adaptor/nil.hpp | undeadinu/minko | 9171805751fb3a50c6fcab0b78892cdd4253ee11 | [
"BSD-3-Clause"
] | 478 | 2015-01-04T16:59:53.000Z | 2022-03-07T20:28:07.000Z | include/msgpack/adaptor/nil.hpp | kangliqiang/msgpack-c | 96c688708c13ec6f719f41c446183556d9d41c2b | [
"ECL-2.0",
"Apache-2.0"
] | 83 | 2015-01-15T21:45:06.000Z | 2021-11-08T11:01:48.000Z | include/msgpack/adaptor/nil.hpp | kangliqiang/msgpack-c | 96c688708c13ec6f719f41c446183556d9d41c2b | [
"ECL-2.0",
"Apache-2.0"
] | 175 | 2015-01-04T03:30:39.000Z | 2020-01-27T17:08:14.000Z | //
// MessagePack for C++ static resolution routine
//
// Copyright (C) 2008-2009 FURUHASHI Sadayuki
//
// 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.apach... | 22.73913 | 78 | 0.688974 | [
"object"
] |
4b0945aa8f564da8e0aadf1d324f6036bd594c60 | 26,624 | cpp | C++ | groups/bsl/bsls/bsls_performancehint.t.cpp | silky/bde | c5d57392c022509e6346695b2c368f862afaefec | [
"Apache-2.0"
] | 1 | 2019-06-27T11:32:37.000Z | 2019-06-27T11:32:37.000Z | groups/bsl/bsls/bsls_performancehint.t.cpp | silky/bde | c5d57392c022509e6346695b2c368f862afaefec | [
"Apache-2.0"
] | null | null | null | groups/bsl/bsls/bsls_performancehint.t.cpp | silky/bde | c5d57392c022509e6346695b2c368f862afaefec | [
"Apache-2.0"
] | null | null | null | // bsls_performancehint.t.cpp -*-C++-*-
#include <bsls_performancehint.h>
#include <bsls_bsltestutil.h>
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#if defined(BSLS_PLATFORM_OS_WINDOWS)
#include <windows.h> // GetSystemTimeAsFileTime, Sleep
#else
#include <unis... | 31.545024 | 79 | 0.537898 | [
"object"
] |
4b0955f9c8f1d63c5ac306600fe65982bcd93bbc | 21,641 | cpp | C++ | c_glib/arrow-flight-glib/server.cpp | davisusanibar/arrow | 07ac9fd86c6225f493943e4ab0ff35b0fdbfb2ae | [
"CC-BY-3.0",
"Apache-2.0",
"CC0-1.0",
"MIT"
] | 1 | 2021-11-24T04:43:52.000Z | 2021-11-24T04:43:52.000Z | c_glib/arrow-flight-glib/server.cpp | davisusanibar/arrow | 07ac9fd86c6225f493943e4ab0ff35b0fdbfb2ae | [
"CC-BY-3.0",
"Apache-2.0",
"CC0-1.0",
"MIT"
] | 2 | 2021-11-17T14:36:51.000Z | 2022-01-23T16:49:53.000Z | c_glib/arrow-flight-glib/server.cpp | davisusanibar/arrow | 07ac9fd86c6225f493943e4ab0ff35b0fdbfb2ae | [
"CC-BY-3.0",
"Apache-2.0",
"CC0-1.0",
"MIT"
] | null | null | null | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 29.890884 | 81 | 0.663324 | [
"object",
"vector"
] |
4b0967ee60e2c0d60e370f73630f93306fba2ca5 | 4,142 | cc | C++ | src/ui/lib/escher/test/gtest_escher.cc | sysidos/fuchsia | 0c00fd3c78a9c0111af4689f1e038b3926c4dc9b | [
"BSD-3-Clause"
] | null | null | null | src/ui/lib/escher/test/gtest_escher.cc | sysidos/fuchsia | 0c00fd3c78a9c0111af4689f1e038b3926c4dc9b | [
"BSD-3-Clause"
] | null | null | null | src/ui/lib/escher/test/gtest_escher.cc | sysidos/fuchsia | 0c00fd3c78a9c0111af4689f1e038b3926c4dc9b | [
"BSD-3-Clause"
] | null | null | null | // Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "src/ui/lib/escher/test/gtest_escher.h"
#include <vulkan/vulkan.h>
#include "src/ui/lib/escher/escher_process_init.h"
#include <vulkan/vulkan.h... | 36.333333 | 100 | 0.783921 | [
"vector"
] |
4b0b65cfe74c7fbbf071340206bda9ef0d0f247b | 2,766 | cpp | C++ | numerics/root_finders_test.cpp | tinygrox/Principia | 49a25646c673dcd84cefbc6295df410fc6d927d5 | [
"MIT"
] | null | null | null | numerics/root_finders_test.cpp | tinygrox/Principia | 49a25646c673dcd84cefbc6295df410fc6d927d5 | [
"MIT"
] | null | null | null | numerics/root_finders_test.cpp | tinygrox/Principia | 49a25646c673dcd84cefbc6295df410fc6d927d5 | [
"MIT"
] | null | null | null |
#include "numerics/root_finders.hpp"
#include <vector>
#include "geometry/named_quantities.hpp"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "quantities/quantities.hpp"
#include "quantities/si.hpp"
#include "testing_utilities/almost_equals.hpp"
namespace principia {
using geometry::Instant;
using qu... | 30.733333 | 76 | 0.632321 | [
"geometry",
"vector"
] |
4b150839e9be21c265c589eda1848a3f33b3af8a | 3,763 | cc | C++ | ChiTech/ChiPhysics/FieldFunction/lua/physics_exportfieldfunc.cc | zachhardy/chi-tech | 18fb6cb691962a90820e2ef4fcb05473f4a6bdd6 | [
"MIT"
] | 7 | 2019-09-10T12:16:08.000Z | 2021-05-06T16:01:59.000Z | ChiTech/ChiPhysics/FieldFunction/lua/physics_exportfieldfunc.cc | zachhardy/chi-tech | 18fb6cb691962a90820e2ef4fcb05473f4a6bdd6 | [
"MIT"
] | 72 | 2019-09-04T15:00:25.000Z | 2021-12-02T20:47:29.000Z | ChiTech/ChiPhysics/FieldFunction/lua/physics_exportfieldfunc.cc | Naktakala/chi-tech | df5f517d5aff1d167db50ccbcf4229ac0cb668c4 | [
"MIT"
] | 41 | 2019-09-02T15:33:31.000Z | 2022-02-10T13:26:49.000Z | #include "ChiLua/chi_lua.h"
#include "ChiPhysics/chi_physics.h"
#include "ChiPhysics/FieldFunction/fieldfunction.h"
#include <chi_log.h>
extern ChiPhysics& chi_physics_handler;
extern ChiLog& chi_log;
//#############################################################################
/** Exports a field function ... | 28.08209 | 81 | 0.640181 | [
"vector"
] |
4b156a4457b56e3e22ee7feb6a6f78f4253d29a1 | 84,476 | cpp | C++ | test/test.cpp | bang-olufsen/uriparser | e938f3468dd9cd151b9c8a9d49f27efcdc4322b9 | [
"BSD-3-Clause"
] | 20 | 2021-11-01T10:22:12.000Z | 2022-03-23T13:57:36.000Z | test/test.cpp | bang-olufsen/uriparser | e938f3468dd9cd151b9c8a9d49f27efcdc4322b9 | [
"BSD-3-Clause"
] | 30 | 2022-01-28T06:03:31.000Z | 2022-03-26T04:33:44.000Z | test/test.cpp | nextgis-borsch/lib_uriparser | 3a63b7ba2f25aef78dd334e5807d419a9dabd95c | [
"BSD-3-Clause"
] | 4 | 2021-11-01T10:22:16.000Z | 2022-03-31T15:50:53.000Z | /*
* uriparser - RFC 3986 URI parsing library
*
* Copyright (C) 2007, Weijia Song <songweijia@gmail.com>
* Copyright (C) 2007, Sebastian Pipping <sebastian@pipping.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as pub... | 36.808715 | 137 | 0.680454 | [
"transform"
] |
4b1df16a12f8d32241b966283c975cb0c46600dd | 9,679 | hpp | C++ | src/a2d/input/input.hpp | ayles/A2D | 278b8e40be74c0f0257b1062f009995462f983fa | [
"MIT"
] | 17 | 2018-11-12T11:13:23.000Z | 2021-11-13T12:38:21.000Z | src/a2d/input/input.hpp | ayles/A2D | 278b8e40be74c0f0257b1062f009995462f983fa | [
"MIT"
] | 1 | 2018-11-12T11:16:01.000Z | 2018-11-12T11:17:50.000Z | src/a2d/input/input.hpp | ayles/A2D | 278b8e40be74c0f0257b1062f009995462f983fa | [
"MIT"
] | 3 | 2019-05-28T12:44:09.000Z | 2021-11-13T12:38:23.000Z | //
// Created by selya on 19.11.2018.
//
#ifndef A2D_INPUT_HPP
#define A2D_INPUT_HPP
#include <a2d/renderer/gl.hpp>
#include <a2d/math/vector.hpp>
#include <queue>
namespace a2d {
class Input {
friend class PlatformToNative;
public:
enum KeyCode {
KEY_UNKNOWN = -1,
KEY_SPACE ... | 30.629747 | 120 | 0.503048 | [
"vector"
] |
4b20373921f16d4b12678da90d85394d16eacedf | 1,771 | hh | C++ | src/include/FissionWindow.hh | gobar07/Fission | f1e1cfb1eaf17894e60a5ec292419f725d620784 | [
"BSD-3-Clause"
] | 3 | 2019-10-07T13:41:45.000Z | 2020-10-01T04:47:44.000Z | src/include/FissionWindow.hh | gobar07/Fission | f1e1cfb1eaf17894e60a5ec292419f725d620784 | [
"BSD-3-Clause"
] | 2 | 2020-10-15T17:02:45.000Z | 2020-10-15T17:02:48.000Z | src/include/FissionWindow.hh | gobar07/Fission | f1e1cfb1eaf17894e60a5ec292419f725d620784 | [
"BSD-3-Clause"
] | 2 | 2020-10-01T04:47:50.000Z | 2020-10-15T10:38:24.000Z | /*! \file FissionWindow.hh
\brief Native system window wrapper
This class provides a wrapper for the native operating system window.
It is dependent on the rendering backend.
Note that this is different from the Fission::Widgets::Window class, as
that describes a child window of a parent Fission::FissionWindow.
... | 24.260274 | 84 | 0.733484 | [
"render"
] |
4b254b25f7845d32dd14644697a42792106f0c1c | 18,225 | cpp | C++ | src/hp.cpp | xwu64/libcds | 7aeb69fa15913c6405ce514d0d970469f0cbef93 | [
"BSL-1.0"
] | 2,118 | 2015-01-01T00:30:42.000Z | 2022-03-30T12:47:38.000Z | src/hp.cpp | liangwens/libcds | b4d11539824bb91ae4604f47aa1416fdd7cc1ff1 | [
"BSL-1.0"
] | 113 | 2015-01-03T15:29:40.000Z | 2022-03-05T21:30:11.000Z | src/hp.cpp | liangwens/libcds | b4d11539824bb91ae4604f47aa1416fdd7cc1ff1 | [
"BSL-1.0"
] | 385 | 2015-01-01T21:51:48.000Z | 2022-03-25T12:51:30.000Z | // Copyright (c) 2006-2018 Maxim Khizhinsky
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <algorithm>
#include <vector>
#include <cds/gc/hp.h>
#include <cds/os/thread.h>
#include <cds/gc/hp_membar.h>
#if CD... | 36.232604 | 153 | 0.562085 | [
"vector"
] |
4b289eb3fb233b1793e80900fa51af17ad47c072 | 1,788 | cpp | C++ | src/nexus/backend/slice.cpp | dengwxn/nexus | c353fa7954e042cabf9e2e92f584aa0681a1bfc4 | [
"BSD-3-Clause"
] | 6 | 2021-07-01T23:03:28.000Z | 2022-02-07T03:24:42.000Z | src/nexus/backend/slice.cpp | dengwxn/nexus | c353fa7954e042cabf9e2e92f584aa0681a1bfc4 | [
"BSD-3-Clause"
] | null | null | null | src/nexus/backend/slice.cpp | dengwxn/nexus | c353fa7954e042cabf9e2e92f584aa0681a1bfc4 | [
"BSD-3-Clause"
] | 2 | 2021-04-06T11:09:35.000Z | 2021-04-13T06:59:34.000Z | #include "nexus/backend/slice.h"
#include <glog/logging.h>
namespace nexus {
namespace backend {
Slice::Slice(size_t nsplits, size_t nfloats) : equal_split_(true) {
size_t offset = 0;
for (size_t i = 0; i < nsplits; ++i) {
offsets_.push_back(offset);
offset += nfloats;
}
total_elements_ = offset;
e... | 25.183099 | 72 | 0.671141 | [
"vector"
] |
4b28d9fc13a4638186a44d2e960d4fa641e39686 | 1,643 | hpp | C++ | inference-engine/tests_deprecated/functional/vpu/common/layers/myriad_layers_clamp_test.hpp | anton-potapov/openvino | 84119afe9a8c965e0a0cd920fff53aee67b05108 | [
"Apache-2.0"
] | 1 | 2020-06-21T09:51:42.000Z | 2020-06-21T09:51:42.000Z | inference-engine/tests_deprecated/functional/vpu/common/layers/myriad_layers_clamp_test.hpp | anton-potapov/openvino | 84119afe9a8c965e0a0cd920fff53aee67b05108 | [
"Apache-2.0"
] | 4 | 2021-04-01T08:29:48.000Z | 2021-08-30T16:12:52.000Z | inference-engine/tests_deprecated/functional/vpu/common/layers/myriad_layers_clamp_test.hpp | anton-potapov/openvino | 84119afe9a8c965e0a0cd920fff53aee67b05108 | [
"Apache-2.0"
] | 3 | 2021-03-09T08:27:29.000Z | 2021-04-07T04:58:54.000Z | // Copyright (C) 2018-2020 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#include "myriad_layers_tests.hpp"
#define ERROR_BOUND (.1f)
using namespace InferenceEngine;
struct clamp_test_params {
float min;
float max;
friend std::ostream& operator<<(std::ostream& os, clamp_test_params const&... | 28.327586 | 115 | 0.674376 | [
"vector"
] |
4b2f5d992ce16e5ad093c0152012be5cae14f3ca | 2,433 | hpp | C++ | include/eve/detail/function/simd/x86/movemask.hpp | leha-bot/eve | 30e7a7f6bcc5cf524a6c2cc624234148eee847be | [
"MIT"
] | 340 | 2020-09-16T21:12:48.000Z | 2022-03-28T15:40:33.000Z | include/eve/detail/function/simd/x86/movemask.hpp | leha-bot/eve | 30e7a7f6bcc5cf524a6c2cc624234148eee847be | [
"MIT"
] | 383 | 2020-09-17T06:56:35.000Z | 2022-03-13T15:58:53.000Z | include/eve/detail/function/simd/x86/movemask.hpp | leha-bot/eve | 30e7a7f6bcc5cf524a6c2cc624234148eee847be | [
"MIT"
] | 28 | 2021-02-27T23:11:23.000Z | 2022-03-25T12:31:29.000Z | //==================================================================================================
/*
EVE - Expressive Vector Engine
Copyright : EVE Contributors & Maintainers
SPDX-License-Identifier: MIT
*/
//==================================================================================================
#pr... | 39.885246 | 118 | 0.545417 | [
"vector"
] |
4b3050cf1fd72549942572f108a976a1667aab36 | 65,675 | cpp | C++ | src/test_parser.cpp | rodrigue10/ciyam | 80fa33c3e58eb17f508100e2d1d04081f6a00418 | [
"MIT"
] | null | null | null | src/test_parser.cpp | rodrigue10/ciyam | 80fa33c3e58eb17f508100e2d1d04081f6a00418 | [
"MIT"
] | null | null | null | src/test_parser.cpp | rodrigue10/ciyam | 80fa33c3e58eb17f508100e2d1d04081f6a00418 | [
"MIT"
] | null | null | null | // Copyright (c) 2003-2012 CIYAM Pty. Ltd. ACN 093 704 539
// Copyright (c) 2012-2022 CIYAM Developers
//
// Distributed under the MIT/X11 software license, please refer to the file license.txt
// in the root project directory or http://www.opensource.org/licenses/mit-license.php.
#ifdef PRECOMPILE_H
# include "preco... | 55.050293 | 119 | 0.409928 | [
"vector"
] |
4b314b987734a3fd5236ce13216dba8e7ed33f34 | 2,057 | cpp | C++ | libs/math/src/TPoint2D.cpp | DavidLee999/mrpt | 9f7bcad718906245a7efa4c9760d4d35c43ceb61 | [
"BSD-3-Clause"
] | 1 | 2020-02-01T15:43:00.000Z | 2020-02-01T15:43:00.000Z | libs/math/src/TPoint2D.cpp | jolting/mrpt | 2cfcd3a97aebd49290df5405976b15f8923c35cb | [
"BSD-3-Clause"
] | 1 | 2017-11-30T19:51:29.000Z | 2018-02-01T08:15:36.000Z | libs/math/src/TPoint2D.cpp | DavidLee999/mrpt | 9f7bcad718906245a7efa4c9760d4d35c43ceb61 | [
"BSD-3-Clause"
] | 2 | 2017-01-12T02:08:10.000Z | 2018-02-14T23:05:10.000Z | /* +------------------------------------------------------------------------+
| Mobile Robot Programming Toolkit (MRPT) |
| https://www.mrpt.org/ |
| |
| Cop... | 30.701493 | 80 | 0.586777 | [
"vector"
] |
4b34490774e0da346f3701c39f6b94111f871139 | 8,154 | cpp | C++ | examples/mobilenet_ssd/mssd.cpp | pheng12/Tengine | e1a52d49ae81225fdcde46dd4293bc7778977704 | [
"Apache-2.0"
] | 1 | 2019-02-12T08:19:15.000Z | 2019-02-12T08:19:15.000Z | examples/mobilenet_ssd/mssd.cpp | xiaoyaozhuzi/Tengine | f377e20b011d48cd37940e04a98f07f06868e4b0 | [
"Apache-2.0"
] | null | null | null | examples/mobilenet_ssd/mssd.cpp | xiaoyaozhuzi/Tengine | f377e20b011d48cd37940e04a98f07f06868e4b0 | [
"Apache-2.0"
] | 3 | 2019-04-19T01:00:42.000Z | 2019-09-17T05:51:07.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 ma... | 31.604651 | 120 | 0.568801 | [
"vector",
"model"
] |
4b358218da57b45b17b1703af0cd1df7089ca7b3 | 3,451 | cpp | C++ | extern/tbb-2019-u4/examples/parallel_do/parallel_preorder/main.cpp | robgrzel/OpenCV_Examples | f504483325ad9a307690a95d3cf5e9f5e7dbd99c | [
"BSD-2-Clause"
] | 13 | 2021-08-23T03:37:46.000Z | 2022-02-16T03:00:09.000Z | examples/parallel_do/parallel_preorder/main.cpp | chissg/tbb | 2ace525889b0c3de9c90da943fac9259220ef35f | [
"Apache-2.0"
] | 2 | 2021-11-12T10:19:47.000Z | 2021-12-21T14:26:36.000Z | examples/parallel_do/parallel_preorder/main.cpp | chissg/tbb | 2ace525889b0c3de9c90da943fac9259220ef35f | [
"Apache-2.0"
] | 4 | 2021-09-03T13:55:05.000Z | 2021-11-09T10:59:33.000Z | /*
Copyright (c) 2005-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://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable la... | 36.712766 | 156 | 0.597798 | [
"vector"
] |
4b38f3e5731f31b14df0ab2f569d9a223f299f24 | 2,432 | cpp | C++ | Fujitsu/benchmarks/resnet/implementations/mxnet/3rdparty/tvm/3rdparty/HalideIR/src/base/Util.cpp | mengkai94/training_results_v0.6 | 43dc3e250f8da47b5f8833197d74cb8cf1004fc9 | [
"Apache-2.0"
] | 193 | 2017-08-18T03:17:02.000Z | 2022-02-09T07:00:45.000Z | Fujitsu/benchmarks/resnet/implementations/mxnet/3rdparty/tvm/3rdparty/HalideIR/src/base/Util.cpp | mengkai94/training_results_v0.6 | 43dc3e250f8da47b5f8833197d74cb8cf1004fc9 | [
"Apache-2.0"
] | 23 | 2019-07-29T05:21:52.000Z | 2020-08-31T18:51:42.000Z | Fujitsu/benchmarks/resnet/implementations/mxnet/3rdparty/tvm/3rdparty/HalideIR/src/base/Util.cpp | mengkai94/training_results_v0.6 | 43dc3e250f8da47b5f8833197d74cb8cf1004fc9 | [
"Apache-2.0"
] | 58 | 2017-10-09T20:18:58.000Z | 2022-02-23T05:40:47.000Z | #include "./Util.h"
#include "./Debug.h"
#include "./Error.h"
#include <string>
#include <vector>
namespace HalideIR {
namespace Internal {
std::vector<std::string> split_string(const std::string &source, const std::string &delim) {
std::vector<std::string> elements;
size_t start = 0;
size_t found = 0;
... | 34.742857 | 95 | 0.612664 | [
"vector"
] |
4b3f33adf2dabc909d6758ff681b0a38d3c1d061 | 2,027 | cpp | C++ | BAC_2nd/ch6/UVa122b.cpp | Anyrainel/aoapc-code | e787a01380698fb9236d933462052f97b20e6132 | [
"Apache-2.0"
] | 3 | 2017-08-15T06:00:01.000Z | 2018-12-10T09:05:53.000Z | BAC_2nd/ch6/UVa122b.cpp | Anyrainel/aoapc-related-code | e787a01380698fb9236d933462052f97b20e6132 | [
"Apache-2.0"
] | null | null | null | BAC_2nd/ch6/UVa122b.cpp | Anyrainel/aoapc-related-code | e787a01380698fb9236d933462052f97b20e6132 | [
"Apache-2.0"
] | 2 | 2017-09-16T18:46:27.000Z | 2018-05-22T05:42:03.000Z | // UVa122 Trees on the level
// Rujia Liu
#include<cstdio>
#include<cstdlib>
#include<cstring>
#include<vector>
#include<queue>
using namespace std;
const int maxn = 256 + 10;
struct Node{
bool have_value;
int v;
Node* left, *right;
Node():have_value(false),left(NULL),right(NULL){}
};
Node* root;
queue<Nod... | 18.59633 | 63 | 0.544154 | [
"vector"
] |
4b47ac23573bda73b6ae3a34a1113aa79f1dabb6 | 4,260 | cpp | C++ | GenTest/src/modules/TranslationEngine/CrudeListener.cpp | ZwFink/deepstate | fbbecae988fec0519cf56e4f1b341dc6dcac587e | [
"Apache-2.0"
] | null | null | null | GenTest/src/modules/TranslationEngine/CrudeListener.cpp | ZwFink/deepstate | fbbecae988fec0519cf56e4f1b341dc6dcac587e | [
"Apache-2.0"
] | null | null | null | GenTest/src/modules/TranslationEngine/CrudeListener.cpp | ZwFink/deepstate | fbbecae988fec0519cf56e4f1b341dc6dcac587e | [
"Apache-2.0"
] | 1 | 2020-03-09T22:15:33.000Z | 2020-03-09T22:15:33.000Z | // Program Header Information ///////////////////////////
/**
* @file CrudeListener.cpp
*
* @team GenTest ( Team 22 )
*
* @brief Main file for the Crude Listener class.
*
* @details Contains the implementation of the Crude Listener Interface.
*
* @version 0.15
* Joshua Johnson ( 31 January 2020 )
*... | 27.483871 | 98 | 0.546244 | [
"vector"
] |
4b4c2a374987db9630fe97c5237df3df084b078b | 1,931 | cpp | C++ | aws-cpp-sdk-glue/source/model/RemoveSchemaVersionMetadataResult.cpp | perfectrecall/aws-sdk-cpp | fb8cbebf2fd62720b65aeff841ad2950e73d8ebd | [
"Apache-2.0"
] | 1 | 2022-01-05T18:20:03.000Z | 2022-01-05T18:20:03.000Z | aws-cpp-sdk-glue/source/model/RemoveSchemaVersionMetadataResult.cpp | perfectrecall/aws-sdk-cpp | fb8cbebf2fd62720b65aeff841ad2950e73d8ebd | [
"Apache-2.0"
] | 1 | 2022-01-03T23:59:37.000Z | 2022-01-03T23:59:37.000Z | aws-cpp-sdk-glue/source/model/RemoveSchemaVersionMetadataResult.cpp | ravindra-wagh/aws-sdk-cpp | 7d5ff01b3c3b872f31ca98fb4ce868cd01e97696 | [
"Apache-2.0"
] | 1 | 2022-03-23T15:17:18.000Z | 2022-03-23T15:17:18.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/glue/model/RemoveSchemaVersionMetadataResult.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <aws/core/AmazonWebServiceResult.h>
#include <aws/core/utils/StringUtils.h>
#incl... | 22.195402 | 134 | 0.740031 | [
"model"
] |
4b4e7285791518e4313fd43da35f3abd2608277f | 10,160 | cpp | C++ | native/cocos/renderer/pipeline/custom/LayoutGraphTypes.cpp | SteveLau-GameDeveloper/engine | 159e5acd0f5115a878d59ed59f924ce7627a5466 | [
"Apache-2.0",
"MIT"
] | null | null | null | native/cocos/renderer/pipeline/custom/LayoutGraphTypes.cpp | SteveLau-GameDeveloper/engine | 159e5acd0f5115a878d59ed59f924ce7627a5466 | [
"Apache-2.0",
"MIT"
] | null | null | null | native/cocos/renderer/pipeline/custom/LayoutGraphTypes.cpp | SteveLau-GameDeveloper/engine | 159e5acd0f5115a878d59ed59f924ce7627a5466 | [
"Apache-2.0",
"MIT"
] | null | null | null | /****************************************************************************
Copyright (c) 2021-2022 Xiamen Yaji Software Co., Ltd.
http://www.cocos.com
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated engine source code (the "Software"), a limited,
wo... | 36.546763 | 129 | 0.751083 | [
"render"
] |
4b4f0b93df412e96fbe7bcdfef0e187db33413e5 | 10,570 | hpp | C++ | include/GlobalNamespace/MockPause.hpp | RedBrumbler/BeatSaber-Quest-Codegen | 73dda50b5a3e51f10d86b766dcaa24b0c6226e25 | [
"Unlicense"
] | null | null | null | include/GlobalNamespace/MockPause.hpp | RedBrumbler/BeatSaber-Quest-Codegen | 73dda50b5a3e51f10d86b766dcaa24b0c6226e25 | [
"Unlicense"
] | null | null | null | include/GlobalNamespace/MockPause.hpp | RedBrumbler/BeatSaber-Quest-Codegen | 73dda50b5a3e51f10d86b766dcaa24b0c6226e25 | [
"Unlicense"
] | null | null | null | // Autogenerated from CppHeaderCreator
// Created by Sc2ad
// =========================================================================
#pragma once
// Begin includes
#include "beatsaber-hook/shared/utils/typedefs.h"
#include "beatsaber-hook/shared/utils/byref.hpp"
// Including type: IGamePause
#include "Global... | 50.094787 | 182 | 0.719868 | [
"object",
"vector"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.