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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b456b0940256fdbbaea932b0f979ccdf7668f611 | 8,694 | cpp | C++ | src/ros_viz_tools.cpp | qpc001/ros_viz_tools | 0e377004b0439ae7a276c5aa25dba09a28d826e4 | [
"MIT"
] | 12 | 2019-11-25T01:20:59.000Z | 2022-03-30T15:54:16.000Z | src/ros_viz_tools.cpp | Magic-wei/ros_viz_tools | 57fcf3e94bc586224f13106f83fd7b98bce86086 | [
"MIT"
] | null | null | null | src/ros_viz_tools.cpp | Magic-wei/ros_viz_tools | 57fcf3e94bc586224f13106f83fd7b98bce86086 | [
"MIT"
] | 8 | 2019-11-25T00:56:57.000Z | 2021-09-14T01:43:35.000Z | // Copyright (C) 2019 Wei Wang (wei.wang.bit@outlook.com)
#include "ros_viz_tools/ros_viz_tools.h"
namespace ros_viz_tools {
RosVizTools::RosVizTools(const ros::NodeHandle &nh, const std::string &topic) :
nh(nh), topic(topic) {
initPublisher();
}
void RosVizTools::initPublisher() {
rviz_pub = this->nh... | 35.485714 | 112 | 0.567058 | [
"transform"
] |
b45795a6421634595c3c1ca06ec50d3a2ce3c980 | 3,598 | cpp | C++ | src/QuickVtk-Core/Vtk/Internal/quickVtkFboOffscreenWindow.cpp | jayavardhanravi/QuickVtk | 4e899221daa6057c89193d079fa31435af89b296 | [
"BSD-3-Clause"
] | 1 | 2020-02-16T00:51:36.000Z | 2020-02-16T00:51:36.000Z | src/QuickVtk-Core/Vtk/Internal/quickVtkFboOffscreenWindow.cpp | jayavardhanravi/QuickVtk | 4e899221daa6057c89193d079fa31435af89b296 | [
"BSD-3-Clause"
] | null | null | null | src/QuickVtk-Core/Vtk/Internal/quickVtkFboOffscreenWindow.cpp | jayavardhanravi/QuickVtk | 4e899221daa6057c89193d079fa31435af89b296 | [
"BSD-3-Clause"
] | null | null | null | #include "quickVtkFboOffscreenWindow.hpp"
#include "quickVtkFboRenderer.hpp"
#include <vtkOpenGLState.h>
namespace quick {
namespace Vtk {
FboOffscreenWindow::FboOffscreenWindow() : QtParentRenderer(0) {
this->OffScreenRenderingOn();
}
auto FboOffscreenWindow::New() -> FboOff... | 39.977778 | 192 | 0.553641 | [
"render"
] |
b458cb8da6cc0ce4dc853ef61ca46de45faa04e0 | 46,000 | cpp | C++ | fpsgame/graphics/MapReader.cpp | mrlitong/CPP-Game-engine-usage | 95697c4bfb507cfb38dbe0f632740e2a7eac71fb | [
"MIT"
] | 186 | 2017-07-26T12:53:29.000Z | 2021-09-10T04:00:39.000Z | fpsgame/graphics/MapReader.cpp | mrlitong/CPP-Game-engine-usage | 95697c4bfb507cfb38dbe0f632740e2a7eac71fb | [
"MIT"
] | 1 | 2017-08-15T13:12:27.000Z | 2017-08-16T06:14:57.000Z | fpsgame/graphics/MapReader.cpp | mrlitong/CPP-Game-engine-usage | 95697c4bfb507cfb38dbe0f632740e2a7eac71fb | [
"MIT"
] | 6 | 2017-02-15T10:19:26.000Z | 2017-03-15T03:17:15.000Z | /* Copyright (C) 2016 Wildfire Games.
* This file is part of 0 A.D.
*
* 0 A.D. is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*... | 28.732042 | 162 | 0.709913 | [
"object",
"vector",
"model"
] |
b45a78db2abb39d04a7be7e5fc9bd4a32f6bbe67 | 370 | cpp | C++ | goodies/main.cpp | xtianhb/modern_cpp | 0b39fe1663a69795a5cfa13c73ed849a74c4121f | [
"MIT"
] | null | null | null | goodies/main.cpp | xtianhb/modern_cpp | 0b39fe1663a69795a5cfa13c73ed849a74c4121f | [
"MIT"
] | null | null | null | goodies/main.cpp | xtianhb/modern_cpp | 0b39fe1663a69795a5cfa13c73ed849a74c4121f | [
"MIT"
] | null | null | null |
#include <iostream>
#include <goodies.hpp>
int main()
{
std::cout << "//GOODIES>>" << std::endl;
//enums();
//strings();
//modern_strings();
//mstrings();
//Stream_Strings();
//literals();
//const_expr();
//init_list();
//vector();
//unions();
my_union();
std::c... | 14.8 | 44 | 0.494595 | [
"vector"
] |
b45e6ec05894c7648ffab7f7338a7af318934ae9 | 6,325 | cpp | C++ | test/basic_interface_rfft.cpp | michaelbacci/xtensor-fftw | 0c463ab759d7664a9b25c4382987138151ad74c3 | [
"BSD-3-Clause"
] | 13 | 2019-12-13T08:38:55.000Z | 2021-06-18T09:01:23.000Z | test/basic_interface_rfft.cpp | michaelbacci/xtensor-fftw | 0c463ab759d7664a9b25c4382987138151ad74c3 | [
"BSD-3-Clause"
] | 13 | 2019-11-07T12:15:38.000Z | 2022-02-23T14:33:00.000Z | test/basic_interface_rfft.cpp | michaelbacci/xtensor-fftw | 0c463ab759d7664a9b25c4382987138151ad74c3 | [
"BSD-3-Clause"
] | 5 | 2019-11-07T11:57:36.000Z | 2021-05-15T22:38:37.000Z | /*
* xtensor-fftw
* Copyright (c) 2017, Patrick Bos
*
* Distributed under the terms of the BSD 3-Clause License.
*
* The full license is in the file LICENSE, distributed with this software.
*/
#include <xtensor-fftw/basic_option.hpp>
#include "basic_interface.hpp"
//////////////////////////////////////////////... | 40.544872 | 111 | 0.681897 | [
"transform"
] |
b462128d467acd8e9285699f5c3bbce12245444a | 36,302 | cc | C++ | chrome/browser/views/extensions/extension_shelf.cc | rwatson/chromium-capsicum | b03da8e897f897c6ad2cda03ceda217b760fd528 | [
"BSD-3-Clause"
] | 11 | 2015-03-20T04:08:08.000Z | 2021-11-15T15:51:36.000Z | chrome/browser/views/extensions/extension_shelf.cc | rwatson/chromium-capsicum | b03da8e897f897c6ad2cda03ceda217b760fd528 | [
"BSD-3-Clause"
] | null | null | null | chrome/browser/views/extensions/extension_shelf.cc | rwatson/chromium-capsicum | b03da8e897f897c6ad2cda03ceda217b760fd528 | [
"BSD-3-Clause"
] | null | null | null | // Copyright (c) 2009 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/views/extensions/extension_shelf.h"
#include <algorithm>
#include "app/resource_bundle.h"
#include "base/logging.h"
#includ... | 31.92788 | 80 | 0.695664 | [
"model"
] |
b462666a5b19dfdf5f7e6dc75108c43871ccd444 | 3,730 | hpp | C++ | Middlewares/ST/touchgfx/framework/include/touchgfx/widgets/canvas/AbstractPainterABGR2222.hpp | xlord13/vescUserInterface | ff26bc1245ec35cb545042fe01ce3111c92ef80f | [
"MIT"
] | 15 | 2021-09-21T13:55:54.000Z | 2022-03-08T14:05:39.000Z | Software/STM32CubeDemo/MenuDemo/Middlewares/ST/touchgfx/framework/include/touchgfx/widgets/canvas/AbstractPainterABGR2222.hpp | DynamixYANG/Roendi | 2f6703d63922071fd0dfc8e4d2c9bba95ea04f08 | [
"MIT"
] | 7 | 2021-09-22T07:56:52.000Z | 2022-03-21T17:39:34.000Z | Software/STM32CubeDemo/MenuDemo/Middlewares/ST/touchgfx/framework/include/touchgfx/widgets/canvas/AbstractPainterABGR2222.hpp | DynamixYANG/Roendi | 2f6703d63922071fd0dfc8e4d2c9bba95ea04f08 | [
"MIT"
] | 1 | 2022-03-07T07:51:50.000Z | 2022-03-07T07:51:50.000Z | /******************************************************************************
* Copyright (c) 2018(-2021) STMicroelectronics.
* All rights reserved.
*
* This file is part of the TouchGFX 4.18.0 distribution.
*
* This software is licensed under terms that can be found in the LICENSE file in
* the root directory of thi... | 34.537037 | 114 | 0.665684 | [
"render"
] |
b4669e5e0aa04750f27c9dc59e04fce61deb0db5 | 56,059 | cpp | C++ | deps/libgdal/gdal/ogr/ogrsf_frmts/edigeo/ogredigeodatasource.cpp | blairdgeo/node-gdal | a9bb3c082b30605ed1668dd9fe49afd25a7bb9d6 | [
"Apache-2.0"
] | 1 | 2015-07-04T20:09:20.000Z | 2015-07-04T20:09:20.000Z | deps/libgdal/gdal/ogr/ogrsf_frmts/edigeo/ogredigeodatasource.cpp | blairdgeo/node-gdal | a9bb3c082b30605ed1668dd9fe49afd25a7bb9d6 | [
"Apache-2.0"
] | null | null | null | deps/libgdal/gdal/ogr/ogrsf_frmts/edigeo/ogredigeodatasource.cpp | blairdgeo/node-gdal | a9bb3c082b30605ed1668dd9fe49afd25a7bb9d6 | [
"Apache-2.0"
] | null | null | null | /******************************************************************************
* $Id: ogredigeodatasource.cpp 27729 2014-09-24 00:40:16Z goatbar $
*
* Project: EDIGEO Translator
* Purpose: Implements OGREDIGEODataSource class
* Author: Even Rouault, even dot rouault at mines dash paris dot org
*
***********... | 35.660941 | 219 | 0.422305 | [
"object",
"vector"
] |
b468e9b92d2aeaac38ec50bd382d0efb70d45156 | 41,531 | inl | C++ | include/bolt/cl/detail/reduce_by_key.inl | MattPD/Bolt | ada8cb02fccd9001947ebe592edc1d3a6715b0e7 | [
"BSL-1.0"
] | 2 | 2017-02-25T04:38:03.000Z | 2018-04-07T10:44:48.000Z | include/bolt/cl/detail/reduce_by_key.inl | MattPD/Bolt | ada8cb02fccd9001947ebe592edc1d3a6715b0e7 | [
"BSL-1.0"
] | null | null | null | include/bolt/cl/detail/reduce_by_key.inl | MattPD/Bolt | ada8cb02fccd9001947ebe592edc1d3a6715b0e7 | [
"BSL-1.0"
] | 1 | 2021-03-01T11:16:46.000Z | 2021-03-01T11:16:46.000Z | /***************************************************************************
* Copyright 2012 - 2013 Advanced Micro Devices, Inc.
* ... | 43.716842 | 170 | 0.584383 | [
"shape",
"vector"
] |
b4691f0b97e888c70699d2f917d581c5aa186202 | 50,894 | cpp | C++ | src/core/thread/mesh_forwarder.cpp | tpmanley/openthread | bc02c6c05cf52884bc6cd9fad8dc8fc16364a147 | [
"BSD-3-Clause"
] | 1 | 2020-05-25T19:19:55.000Z | 2020-05-25T19:19:55.000Z | src/core/thread/mesh_forwarder.cpp | tpmanley/openthread | bc02c6c05cf52884bc6cd9fad8dc8fc16364a147 | [
"BSD-3-Clause"
] | 1 | 2020-02-05T08:54:11.000Z | 2020-02-05T08:54:11.000Z | src/core/thread/mesh_forwarder.cpp | tpmanley/openthread | bc02c6c05cf52884bc6cd9fad8dc8fc16364a147 | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (c) 2016, The OpenThread Authors.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this ... | 30.844848 | 120 | 0.611546 | [
"mesh"
] |
b46a36f66b73ae8f0c039e5eb83a9608ac7e88ed | 109,597 | cpp | C++ | src/OpenGL/compiler/ParseHelper.cpp | wenxiaoming/swiftshader | 13ec11db84e85fd5d53b5d8d59c55853eb854fe6 | [
"Apache-2.0"
] | 6 | 2018-10-20T10:53:55.000Z | 2021-12-25T07:58:57.000Z | src/OpenGL/compiler/ParseHelper.cpp | wenxiaoming/swiftshader | 13ec11db84e85fd5d53b5d8d59c55853eb854fe6 | [
"Apache-2.0"
] | null | null | null | src/OpenGL/compiler/ParseHelper.cpp | wenxiaoming/swiftshader | 13ec11db84e85fd5d53b5d8d59c55853eb854fe6 | [
"Apache-2.0"
] | 9 | 2018-10-31T03:07:11.000Z | 2021-08-06T08:53:21.000Z | // Copyright 2016 The SwiftShader 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 b... | 29.17918 | 178 | 0.714454 | [
"object",
"vector"
] |
b46fafed5c954f429b2ab7101f82a3e9d8312dbd | 1,323 | cc | C++ | include/glibc-stdlib/tst-quick_exit.cc | abhijeetviswam/libucresolv | f4911dcf4d9b5410a423970d698ac98ac071a413 | [
"Apache-2.0"
] | 1 | 2019-02-02T05:08:01.000Z | 2019-02-02T05:08:01.000Z | include/glibc-stdlib/tst-quick_exit.cc | DalavanCloud/libucresolv | 04a4827aa44c47556f425a4eed5e0ab4a5c0d25a | [
"Apache-2.0"
] | 3 | 2019-07-12T00:44:18.000Z | 2020-12-07T17:32:23.000Z | include/glibc-stdlib/tst-quick_exit.cc | DalavanCloud/libucresolv | 04a4827aa44c47556f425a4eed5e0ab4a5c0d25a | [
"Apache-2.0"
] | 7 | 2017-07-04T10:52:39.000Z | 2019-02-28T08:37:16.000Z | /* Bug 20198: Do not call object destructors at exit.
Copyright (C) 2016-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the F... | 27.5625 | 71 | 0.714286 | [
"object"
] |
b4700085d1891b517ec54b273bacfc1a32c34990 | 2,816 | cc | C++ | zetasql/compliance/type_helpers.cc | dictav/zetasql | f4b7df010ae94941a984930a82175ee8836d9c0e | [
"Apache-2.0"
] | null | null | null | zetasql/compliance/type_helpers.cc | dictav/zetasql | f4b7df010ae94941a984930a82175ee8836d9c0e | [
"Apache-2.0"
] | null | null | null | zetasql/compliance/type_helpers.cc | dictav/zetasql | f4b7df010ae94941a984930a82175ee8836d9c0e | [
"Apache-2.0"
] | null | null | null | //
// Copyright 2019 ZetaSQL Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agree... | 35.64557 | 83 | 0.760653 | [
"vector"
] |
b472cdb0192b10f2d1b3e5e2126d2ad087403d0c | 5,746 | cpp | C++ | Models/src/models/MSSM30atQ.cpp | aaronvincent/gambit_aaron | a38bd6fc10d781e71f2adafd401c76e1e3476b05 | [
"Unlicense"
] | null | null | null | Models/src/models/MSSM30atQ.cpp | aaronvincent/gambit_aaron | a38bd6fc10d781e71f2adafd401c76e1e3476b05 | [
"Unlicense"
] | null | null | null | Models/src/models/MSSM30atQ.cpp | aaronvincent/gambit_aaron | a38bd6fc10d781e71f2adafd401c76e1e3476b05 | [
"Unlicense"
] | null | null | null | /// GAMBIT: Global and Modular BSM Inference Tool
/// *********************************************
///
/// MSSMD30atQ translation function definitions
///
/// Specialisation of MSSM63atQ with all
/// off-diagonal m and A terms set to zero.
///
/// *********************************************
///
/// Authors
/... | 31.398907 | 109 | 0.585451 | [
"vector",
"model"
] |
b4737ed62cd0ae5c917c9ccb70be7bb6fac36187 | 28,370 | cpp | C++ | Direct3D11/BasicHLSL11/BasicHLSL11.cpp | walbourn/directx-sdk-legacy-samples | 93e8cc554b5ecb5cd574a06071ed784b6cb73fc5 | [
"MIT"
] | 27 | 2021-03-01T23:50:39.000Z | 2022-03-04T03:27:17.000Z | Direct3D11/BasicHLSL11/BasicHLSL11.cpp | walbourn/directx-sdk-legacy-samples | 93e8cc554b5ecb5cd574a06071ed784b6cb73fc5 | [
"MIT"
] | 3 | 2021-03-02T00:39:56.000Z | 2021-12-02T19:50:03.000Z | Direct3D11/BasicHLSL11/BasicHLSL11.cpp | walbourn/directx-sdk-legacy-samples | 93e8cc554b5ecb5cd574a06071ed784b6cb73fc5 | [
"MIT"
] | 3 | 2021-03-29T16:23:54.000Z | 2022-03-05T08:35:05.000Z | //--------------------------------------------------------------------------------------
// File: BasicHLSL11.cpp
//
// This sample shows a simple example of the Microsoft Direct3D's High-Level
// Shader Language (HLSL) using the Effect interface.
//
// Copyright (c) Microsoft Corporation.
// Licensed under th... | 43.848532 | 134 | 0.599824 | [
"mesh",
"render",
"object",
"model",
"3d"
] |
b476de4a4b21d039b32dd8cbcea074aa8b2575cd | 6,072 | cpp | C++ | example/multi_threaded_echo_c++/client.cpp | mengzhongguanyu/brpc | a43bbf7afbefd84176b3ca2b454e160d2233e898 | [
"Apache-2.0"
] | 1 | 2017-10-17T06:57:23.000Z | 2017-10-17T06:57:23.000Z | example/multi_threaded_echo_c++/client.cpp | jamestang81/brpc | f2fa4f7b6c45d153d4d2dce6624763c701c05f43 | [
"Apache-2.0"
] | null | null | null | example/multi_threaded_echo_c++/client.cpp | jamestang81/brpc | f2fa4f7b6c45d153d4d2dce6624763c701c05f43 | [
"Apache-2.0"
] | 1 | 2021-03-25T17:39:45.000Z | 2021-03-25T17:39:45.000Z | // Copyright (c) 2014 Baidu, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed... | 38.923077 | 95 | 0.647727 | [
"vector"
] |
b47a4f1d1015a8ac35b7b0cd82df2c709e29f858 | 65,219 | cpp | C++ | av/media/libmediaplayerservice/nuplayer/NuPlayerRenderer.cpp | Keneral/aframeworks | af1d0010bfb88751837fb1afc355705bd8a9ad8b | [
"Unlicense"
] | 10 | 2020-04-17T04:02:36.000Z | 2021-11-23T11:38:42.000Z | av/media/libmediaplayerservice/nuplayer/NuPlayerRenderer.cpp | Keneral/aframeworks | af1d0010bfb88751837fb1afc355705bd8a9ad8b | [
"Unlicense"
] | 3 | 2020-02-19T16:53:25.000Z | 2021-04-29T07:28:40.000Z | av/media/libmediaplayerservice/nuplayer/NuPlayerRenderer.cpp | Keneral/aframeworks | af1d0010bfb88751837fb1afc355705bd8a9ad8b | [
"Unlicense"
] | 5 | 2019-12-25T04:05:02.000Z | 2022-01-14T16:57:55.000Z | /*
* Copyright (C) 2010 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | 33.566135 | 100 | 0.608688 | [
"render"
] |
b47efbe440a0a2dd3eac6af3af881f17a6fafbf2 | 5,322 | hpp | C++ | Simple-Demo/glm/detail/func_matrix.hpp | ganyc717/Simple-Demo | 3e550af547393c5d53efec545a2c2c86172faaea | [
"MIT"
] | null | null | null | Simple-Demo/glm/detail/func_matrix.hpp | ganyc717/Simple-Demo | 3e550af547393c5d53efec545a2c2c86172faaea | [
"MIT"
] | null | null | null | Simple-Demo/glm/detail/func_matrix.hpp | ganyc717/Simple-Demo | 3e550af547393c5d53efec545a2c2c86172faaea | [
"MIT"
] | null | null | null | /// @ref core
/// @file glm/detail/func_matrix.hpp
///
/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specification, section 8.6 Matrix Functions</a>
///
/// @defgroup core_func_matrix Matrix functions
/// @ingroup core
///
/// For each of the following built-in matrix functi... | 35.48 | 164 | 0.693724 | [
"vector"
] |
b47fcb4878da059c4ef530dcf04e47a8942506d2 | 657 | hpp | C++ | src/math/geometry/cartesian2polar.hpp | dmilos/math | 977cb171d8d582411cfab73a23ce85a8ccf3b132 | [
"Apache-2.0"
] | 3 | 2020-07-02T12:44:32.000Z | 2021-04-07T20:31:41.000Z | src/math/geometry/cartesian2polar.hpp | dmilos/math | 977cb171d8d582411cfab73a23ce85a8ccf3b132 | [
"Apache-2.0"
] | null | null | null | src/math/geometry/cartesian2polar.hpp | dmilos/math | 977cb171d8d582411cfab73a23ce85a8ccf3b132 | [
"Apache-2.0"
] | 1 | 2020-09-04T11:01:28.000Z | 2020-09-04T11:01:28.000Z | #ifndef math_geometry_cartesian2polar
#define math_geometry_cartesian2polar
// ::math::geometry::cartesian2polar( )
#include "../linear/vector/structure.hpp"
namespace math
{
namespace geometry
{
template< typename scalar_name >
::math::linear::vector::point<scalar_name,2>
cartesi... | 24.333333 | 82 | 0.604262 | [
"geometry",
"vector"
] |
b48263c07eef77bd48d9762b85ed032c84c0cc2c | 3,294 | cpp | C++ | Causality/CharacterBehavier.cpp | ArcEarth/PPARM | 8e22e3f20a90a22940218c243b7fe5e24e754e5b | [
"MIT"
] | 3 | 2016-07-13T18:30:33.000Z | 2020-03-31T22:20:34.000Z | Causality/CharacterBehavier.cpp | ArcEarth/PPARM | 8e22e3f20a90a22940218c243b7fe5e24e754e5b | [
"MIT"
] | null | null | null | Causality/CharacterBehavier.cpp | ArcEarth/PPARM | 8e22e3f20a90a22940218c243b7fe5e24e754e5b | [
"MIT"
] | 5 | 2016-01-16T14:25:28.000Z | 2017-06-12T16:15:18.000Z | #include "pch_bcl.h"
#include "CharacterBehavier.h"
using namespace Causality;
using namespace DirectX;
using namespace std;
BehavierSpace::animation_type & BehavierSpace::operator[](const std::string & name)
{
for (auto& clip : m_AnimClips)
{
if (clip.Name == name) return clip;
}
throw std::out_of... | 27.22314 | 116 | 0.672738 | [
"vector"
] |
b487ecde323aa0aba3259ca632b1f2f92d0930cc | 69,055 | cpp | C++ | Athos/Networks/SqueezeNetImgNet/AccuracyAnalysisHelper/squeezenet64_acc_test.cpp | mayank0403/EzPC | 25eea0d7d9990d23f10d5aadaa5f82901f3b3b0a | [
"MIT"
] | 2 | 2020-07-13T12:43:30.000Z | 2021-06-29T12:12:49.000Z | Athos/Networks/SqueezeNetImgNet/AccuracyAnalysisHelper/squeezenet64_acc_test.cpp | mayank0403/EzPC | 25eea0d7d9990d23f10d5aadaa5f82901f3b3b0a | [
"MIT"
] | null | null | null | Athos/Networks/SqueezeNetImgNet/AccuracyAnalysisHelper/squeezenet64_acc_test.cpp | mayank0403/EzPC | 25eea0d7d9990d23f10d5aadaa5f82901f3b3b0a | [
"MIT"
] | 1 | 2020-10-21T02:46:28.000Z | 2020-10-21T02:46:28.000Z | /*
Authors: Nishant Kumar.
Copyright:
Copyright (c) 2018 Microsoft Research
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, co... | 39.46 | 280 | 0.662877 | [
"vector"
] |
b487f64947ba8b5105cd269b4ffd630b6889a01e | 3,536 | cc | C++ | content/child/test_request_peer.cc | metux/chromium-deb | 3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 2 | 2021-05-24T13:52:28.000Z | 2021-05-24T13:53:10.000Z | content/child/test_request_peer.cc | metux/chromium-deb | 3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | content/child/test_request_peer.cc | metux/chromium-deb | 3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 3 | 2018-03-12T07:58:10.000Z | 2019-08-31T04:53:58.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 "content/child/test_request_peer.h"
#include "content/child/resource_dispatcher.h"
#include "net/url_request/redirect_info.h"
#include "testing/... | 35.009901 | 80 | 0.70871 | [
"vector"
] |
b48975f1d18cf1d1522d3129d8415b2b16267e89 | 1,242 | hpp | C++ | src/tensorOps.hpp | GEOSX/LvArray | 3ad0795f10023bd9a2fd8a41f0de0caa376845c0 | [
"BSD-3-Clause"
] | 16 | 2020-07-10T00:04:08.000Z | 2022-03-28T03:59:51.000Z | src/tensorOps.hpp | GEOSX/LvArray | 3ad0795f10023bd9a2fd8a41f0de0caa376845c0 | [
"BSD-3-Clause"
] | 55 | 2020-06-30T06:26:49.000Z | 2022-03-29T18:21:47.000Z | src/tensorOps.hpp | GEOSX/LvArray | 3ad0795f10023bd9a2fd8a41f0de0caa376845c0 | [
"BSD-3-Clause"
] | 5 | 2021-02-03T02:00:20.000Z | 2022-03-21T20:37:51.000Z | /*
* Copyright (c) 2021, Lawrence Livermore National Security, LLC and LvArray contributors.
* All rights reserved.
* See the LICENSE file for details.
* SPDX-License-Identifier: (BSD-3-Clause)
*/
/**
* @file tensorOps.hpp
*/
#pragma once
// Source includes
#include "genericTensorOps.hpp"
#include "fixedSizeS... | 31.846154 | 108 | 0.706924 | [
"vector"
] |
b493fe40e3dee182120d24560e1263c4a3d93ddf | 3,370 | cpp | C++ | Code/Framework/AzQtComponents/AzQtComponents/Components/SearchLineEdit.cpp | jpakkane/o3de | bb680810e6ca31088ed8bcb084331c03a1a1facf | [
"Apache-2.0",
"MIT"
] | 1 | 2021-07-19T23:54:05.000Z | 2021-07-19T23:54:05.000Z | Code/Framework/AzQtComponents/AzQtComponents/Components/SearchLineEdit.cpp | jpakkane/o3de | bb680810e6ca31088ed8bcb084331c03a1a1facf | [
"Apache-2.0",
"MIT"
] | null | null | null | Code/Framework/AzQtComponents/AzQtComponents/Components/SearchLineEdit.cpp | jpakkane/o3de | bb680810e6ca31088ed8bcb084331c03a1a1facf | [
"Apache-2.0",
"MIT"
] | null | null | null | /*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "SearchLineEdit.h"
#include <AzQtComponents/Components/SearchLineEdit.h>
#include <AzQtCo... | 30.636364 | 139 | 0.709199 | [
"model",
"3d"
] |
a33260fd063d552f3685d6289661ada08904b677 | 5,219 | cpp | C++ | propcov/tests/tests-cpp/TestSliceTree.cpp | EarthObservationSimulator/orbits | b476762532f8644b9fe0723760b5202ab77a4547 | [
"Apache-2.0"
] | 4 | 2021-12-23T16:49:06.000Z | 2022-02-09T21:36:31.000Z | propcov/tests/tests-cpp/TestSliceTree.cpp | EarthObservationSimulator/orbits | b476762532f8644b9fe0723760b5202ab77a4547 | [
"Apache-2.0"
] | 15 | 2022-01-14T17:28:14.000Z | 2022-02-11T02:39:25.000Z | propcov/tests/tests-cpp/TestSliceTree.cpp | EarthObservationSimulator/orbits | b476762532f8644b9fe0723760b5202ab77a4547 | [
"Apache-2.0"
] | 1 | 2022-02-03T15:44:16.000Z | 2022-02-03T15:44:16.000Z | #include "SlicedPolygon.hpp"
#include "SliceTree.hpp"
#include <gtest/gtest.h>
class DISABLED_Poly_01 : public ::testing::Test {
protected:
void SetUp() override
{
int numElements = 13;
std::vector<AnglePair> polygon(numElements);
AnglePair contained = {0,0};
for (int i = 0;i < numElements;i++)
pol... | 24.971292 | 79 | 0.72351 | [
"vector"
] |
a3327bd314d567eef9f4659d546854564222a961 | 7,538 | cpp | C++ | liboctopipespp/src/message.cpp | ChristianVisintin/liboctopipes | a9833c10046d8d8fd312101c5273b6bec5da8c53 | [
"MIT"
] | null | null | null | liboctopipespp/src/message.cpp | ChristianVisintin/liboctopipes | a9833c10046d8d8fd312101c5273b6bec5da8c53 | [
"MIT"
] | null | null | null | liboctopipespp/src/message.cpp | ChristianVisintin/liboctopipes | a9833c10046d8d8fd312101c5273b6bec5da8c53 | [
"MIT"
] | null | null | null | /**
* Octopipes
* Developed by Christian Visintin
*
* MIT License
* Copyright (c) 2019-2020 Christian Visintin
* 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... | 27.713235 | 192 | 0.703768 | [
"object"
] |
a33320a7cf1bac8c256c97159f40a8dd8124555c | 12,261 | cpp | C++ | Prototypes/ARKit Mapbox/Classes/Native/Bulk_UnityEngine.ImageConversionModule_0.cpp | noelkonagai/TEE-Fellowship | b38d896ba1702412feb94dada52d31ec5f2a3fd2 | [
"Apache-2.0"
] | null | null | null | Prototypes/ARKit Mapbox/Classes/Native/Bulk_UnityEngine.ImageConversionModule_0.cpp | noelkonagai/TEE-Fellowship | b38d896ba1702412feb94dada52d31ec5f2a3fd2 | [
"Apache-2.0"
] | null | null | null | Prototypes/ARKit Mapbox/Classes/Native/Bulk_UnityEngine.ImageConversionModule_0.cpp | noelkonagai/TEE-Fellowship | b38d896ba1702412feb94dada52d31ec5f2a3fd2 | [
"Apache-2.0"
] | null | null | null | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "il... | 27.552809 | 242 | 0.801321 | [
"object"
] |
a335629516cae7c4a29b7088967f1047250f31d2 | 3,424 | cpp | C++ | test/algorithms-range/alg.modifying.operations/alg.transform/unary_transform.pass.cpp | marcinz/libcxx-ranges | ee4ebf99147da4bbb5356b6ab0e7a79a1bfa0704 | [
"MIT"
] | 2 | 2021-11-25T02:37:22.000Z | 2021-12-11T07:33:27.000Z | test/algorithms-range/alg.modifying.operations/alg.transform/unary_transform.pass.cpp | marcinz/libcxx-ranges | ee4ebf99147da4bbb5356b6ab0e7a79a1bfa0704 | [
"MIT"
] | null | null | null | test/algorithms-range/alg.modifying.operations/alg.transform/unary_transform.pass.cpp | marcinz/libcxx-ranges | ee4ebf99147da4bbb5356b6ab0e7a79a1bfa0704 | [
"MIT"
] | null | null | null | //===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------... | 51.104478 | 116 | 0.653914 | [
"transform"
] |
a337d81c3d331d7a52d3297ccdd129c529db24aa | 34,628 | cc | C++ | extensions/browser/api/declarative_net_request/indexed_rule_unittest.cc | Ron423c/chromium | 2edf7b980065b648f8b2a6e52193d83832fe36b7 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | extensions/browser/api/declarative_net_request/indexed_rule_unittest.cc | Ron423c/chromium | 2edf7b980065b648f8b2a6e52193d83832fe36b7 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | extensions/browser/api/declarative_net_request/indexed_rule_unittest.cc | Ron423c/chromium | 2edf7b980065b648f8b2a6e52193d83832fe36b7 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2021-03-07T14:20:02.000Z | 2021-03-07T14:20:02.000Z | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "extensions/browser/api/declarative_net_request/indexed_rule.h"
#include <memory>
#include <utility>
#include "base/format_macros.h"
#include "... | 38.561247 | 80 | 0.675292 | [
"vector",
"transform"
] |
a33fc21d9bcd63ac7ecef0a8b8c07f9f15eaa61c | 4,531 | cpp | C++ | luogu/1002.cpp | windcry1/My-ACM-ICPC | b85b1c83b72c6b51731dae946a0df57c31d3e7a1 | [
"MIT"
] | null | null | null | luogu/1002.cpp | windcry1/My-ACM-ICPC | b85b1c83b72c6b51731dae946a0df57c31d3e7a1 | [
"MIT"
] | null | null | null | luogu/1002.cpp | windcry1/My-ACM-ICPC | b85b1c83b72c6b51731dae946a0df57c31d3e7a1 | [
"MIT"
] | null | null | null | /*************************************************************************
>>> Author: WindCry1
>>> Mail: lanceyu120@gmail.com
>>> Website: https://windcry1.com
>>> Date: 12/30/2019 11:03:37 PM
*************************************************************************/
#include <cstring>
#include <cmath>
#include <cstdi... | 26.04023 | 107 | 0.510704 | [
"vector"
] |
a33fdd1bb99209d99f103d879701725724e6c397 | 12,343 | cpp | C++ | hphp/runtime/ext/json/ext_json.cpp | atdt/hhvm | 63fe59e67d0129090ccb4c096e66dcfc92031f94 | [
"PHP-3.01",
"Zend-2.0"
] | 1 | 2015-02-12T07:24:28.000Z | 2015-02-12T07:24:28.000Z | hphp/runtime/ext/json/ext_json.cpp | atdt/hhvm | 63fe59e67d0129090ccb4c096e66dcfc92031f94 | [
"PHP-3.01",
"Zend-2.0"
] | null | null | null | hphp/runtime/ext/json/ext_json.cpp | atdt/hhvm | 63fe59e67d0129090ccb4c096e66dcfc92031f94 | [
"PHP-3.01",
"Zend-2.0"
] | 1 | 2015-06-16T05:47:12.000Z | 2015-06-16T05:47:12.000Z | /*
+----------------------------------------------------------------------+
| HipHop for PHP |
+----------------------------------------------------------------------+
| Copyright (c) 2010-2014 Facebook, Inc. (http://www.facebook.com) |
| Copyrigh... | 36.735119 | 80 | 0.666937 | [
"render"
] |
a33ffb61df0425f7151ed7f1d5e0178e49d98cf5 | 9,538 | cpp | C++ | src/crypto/openssl/key_pair.cpp | securelogicgroup/CCF | 2bad8ca6caa146e6b7cd4167fea551d61fecabfa | [
"Apache-2.0"
] | null | null | null | src/crypto/openssl/key_pair.cpp | securelogicgroup/CCF | 2bad8ca6caa146e6b7cd4167fea551d61fecabfa | [
"Apache-2.0"
] | 2 | 2022-02-03T06:32:47.000Z | 2022-02-09T23:00:07.000Z | src/crypto/openssl/key_pair.cpp | securelogicgroup/CCF | 2bad8ca6caa146e6b7cd4167fea551d61fecabfa | [
"Apache-2.0"
] | null | null | null | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the Apache 2.0 License.
#include "key_pair.h"
#include "crypto/curve.h"
#include "crypto/openssl/public_key.h"
#include "hash.h"
#include "openssl_wrappers.h"
#define FMT_HEADER_ONLY
#include <fmt/format.h>
#include <openssl/asn1.h>
#incl... | 28.135693 | 80 | 0.66083 | [
"vector"
] |
a3412d2cac1bb9d311473df3fde88e04863a6834 | 3,807 | cc | C++ | adi_lib/matrix-io-canary/src/main/cpp/detector/repeat_read_detector.cc | zkwlx/ADI | 41952d15e3cb32fa855adf558613c9a7b9926607 | [
"Apache-2.0"
] | 226 | 2019-10-09T03:17:14.000Z | 2022-03-21T07:11:43.000Z | adi_lib/matrix-io-canary/src/main/cpp/detector/repeat_read_detector.cc | JayChou/ADI | 41952d15e3cb32fa855adf558613c9a7b9926607 | [
"Apache-2.0"
] | 4 | 2019-12-29T10:40:05.000Z | 2022-01-22T02:55:23.000Z | adi_lib/matrix-io-canary/src/main/cpp/detector/repeat_read_detector.cc | JayChou/ADI | 41952d15e3cb32fa855adf558613c9a7b9926607 | [
"Apache-2.0"
] | 22 | 2019-10-15T06:08:23.000Z | 2022-03-22T03:10:38.000Z | /*
* Tencent is pleased to support the open source community by making wechat-matrix available.
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
* Licensed under the BSD 3-Clause License (the "License");
* you may not use this file except in compliance with the License.
* You may obtai... | 34.926606 | 136 | 0.597058 | [
"vector"
] |
a3426810a759490e3cffd3eaa983aab783e247ab | 15,453 | cpp | C++ | vm/llvm/jit_builder.cpp | bruce/rubinius | 44d3bdd0d988a17de1fe446bd29d2e9dede65f45 | [
"BSD-3-Clause"
] | 1 | 2017-09-09T21:28:06.000Z | 2017-09-09T21:28:06.000Z | vm/llvm/jit_builder.cpp | bruce/rubinius | 44d3bdd0d988a17de1fe446bd29d2e9dede65f45 | [
"BSD-3-Clause"
] | null | null | null | vm/llvm/jit_builder.cpp | bruce/rubinius | 44d3bdd0d988a17de1fe446bd29d2e9dede65f45 | [
"BSD-3-Clause"
] | null | null | null | #ifdef ENABLE_LLVM
#include "llvm/jit_builder.hpp"
#include "call_frame.hpp"
#include "vmmethod.hpp"
#include "llvm/jit_visit.hpp"
#include "llvm/control_flow.hpp"
#include "llvm/cfg.hpp"
#include <llvm/Analysis/CaptureTracking.h>
namespace rubinius {
namespace jit {
Builder::Builder(LLVMState* ls, JITMethodInfo... | 25.626866 | 88 | 0.59516 | [
"object"
] |
a34474a67ac1ac4b6fc5c602da92b1c87209b3b0 | 2,748 | cpp | C++ | codechef_DSA/yet_aother_partition_problem.cpp | archit-1997/codechef | 713051daa25b436fa63a0a7ac7fd769ac8a091ef | [
"MIT"
] | 1 | 2021-01-27T16:37:34.000Z | 2021-01-27T16:37:34.000Z | codechef_DSA/yet_aother_partition_problem.cpp | archit-1997/codechef | 713051daa25b436fa63a0a7ac7fd769ac8a091ef | [
"MIT"
] | null | null | null | codechef_DSA/yet_aother_partition_problem.cpp | archit-1997/codechef | 713051daa25b436fa63a0a7ac7fd769ac8a091ef | [
"MIT"
] | null | null | null | // Archit Singh
// architsingh456@gmail.com
// GitHub : archit-1997
#include <bits/stdc++.h>
using namespace std;
#define ll long long int
#define ld long double
#define line cout << "-------------" << endl;
#define F first
#define S second
#define P pair<ll, ll>
#define PP pair<pair<ll, ll>, ll>
#defin... | 23.092437 | 81 | 0.470524 | [
"vector"
] |
a3449d2ec6ea1f8d19fdcc29ac85116cb27f6769 | 4,444 | cxx | C++ | Libs/MRML/DisplayableManager/Testing/Cxx/vtkMRMLTestCustomDisplayableManager.cxx | forfullstack/slicersources-src | 91bcecf037a27f3fad4c0ab57e8286fc258bb0f5 | [
"Apache-2.0"
] | null | null | null | Libs/MRML/DisplayableManager/Testing/Cxx/vtkMRMLTestCustomDisplayableManager.cxx | forfullstack/slicersources-src | 91bcecf037a27f3fad4c0ab57e8286fc258bb0f5 | [
"Apache-2.0"
] | null | null | null | Libs/MRML/DisplayableManager/Testing/Cxx/vtkMRMLTestCustomDisplayableManager.cxx | forfullstack/slicersources-src | 91bcecf037a27f3fad4c0ab57e8286fc258bb0f5 | [
"Apache-2.0"
] | null | null | null | /*==============================================================================
Program: 3D Slicer
Copyright (c) Kitware Inc.
See COPYRIGHT.txt
or http://www.slicer.org/copyright/copyright.txt for details.
Unless required by applicable law or agreed to in writing, software
distributed under the License... | 35.552 | 109 | 0.555806 | [
"3d"
] |
a346b24fbb4d0d1d99834d632cd5d6352ed7f803 | 4,194 | cxx | C++ | src/Cxx/Texture/AnimateVectors.cxx | cvandijck/VTKExamples | b6bb89414522afc1467be8a1f0089a37d0c16883 | [
"Apache-2.0"
] | 309 | 2017-05-21T09:07:19.000Z | 2022-03-15T09:18:55.000Z | src/Cxx/Texture/AnimateVectors.cxx | yijianmingliu/VTKExamples | dc8aac47c4384f9a2de9facbdd1ab3249f62ec99 | [
"Apache-2.0"
] | 379 | 2017-05-21T09:06:43.000Z | 2021-03-29T20:30:50.000Z | src/Cxx/Texture/AnimateVectors.cxx | yijianmingliu/VTKExamples | dc8aac47c4384f9a2de9facbdd1ab3249f62ec99 | [
"Apache-2.0"
] | 170 | 2017-05-17T14:47:41.000Z | 2022-03-31T13:16:26.000Z | #include <vtkActor.h>
#include <vtkCamera.h>
#include <vtkGlyph3D.h>
#include <vtkLineSource.h>
#include <vtkNamedColors.h>
#include <vtkOutlineFilter.h>
#include <vtkPolyDataMapper.h>
#include <vtkProperty.h>
#include <vtkRenderWindow.h>
#include <vtkRenderWindowInteractor.h>
#include <vtkRenderer.h>
#include <vtkStru... | 30.838235 | 86 | 0.729614 | [
"render",
"vector"
] |
a34a77a8f48845ba0aa6f63bf7a416b157e426f4 | 30,030 | cpp | C++ | gdal/ogr/ogrsf_frmts/nas/nashandler.cpp | jdroenner/gdal | 7dcbbaa0f4f09ded9b36ad1f17f799793e28ed4c | [
"MIT"
] | null | null | null | gdal/ogr/ogrsf_frmts/nas/nashandler.cpp | jdroenner/gdal | 7dcbbaa0f4f09ded9b36ad1f17f799793e28ed4c | [
"MIT"
] | null | null | null | gdal/ogr/ogrsf_frmts/nas/nashandler.cpp | jdroenner/gdal | 7dcbbaa0f4f09ded9b36ad1f17f799793e28ed4c | [
"MIT"
] | null | null | null | /**********************************************************************
*
* Project: NAS Reader
* Purpose: Implementation of NASHandler class.
* Author: Frank Warmerdam, warmerdam@pobox.com
*
**********************************************************************
* Copyright (c) 2002, Frank Warmerdam
* Copyr... | 36.801471 | 154 | 0.463736 | [
"geometry",
"3d"
] |
a34aa39a8c7b792f01c4ae07423eac7278e75e9e | 3,306 | cpp | C++ | design_hls/Park_Inverse/test_park_inverse.cpp | JoelNeys/IIoT-EDDP | ab95ee2762840c35b12342c717100c27579ef1f4 | [
"BSD-3-Clause"
] | 63 | 2018-02-20T17:01:38.000Z | 2021-11-15T16:26:23.000Z | design_hls/Park_Inverse/test_park_inverse.cpp | Reg-Chin/IIoT-EDDP | ffe49cf8607397580857fe0e885aba2b8341f8ca | [
"BSD-3-Clause"
] | 3 | 2018-12-05T08:57:02.000Z | 2021-06-06T09:04:34.000Z | design_hls/Park_Inverse/test_park_inverse.cpp | Reg-Chin/IIoT-EDDP | ffe49cf8607397580857fe0e885aba2b8341f8ca | [
"BSD-3-Clause"
] | 29 | 2017-10-18T11:22:37.000Z | 2021-11-15T16:26:28.000Z | /*
The 3-Clause BSD License
SPDX short identifier: BSD-3-Clause
Copyright 2016-2017 Trenz Electronic GmbH
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above co... | 42.384615 | 756 | 0.714761 | [
"transform"
] |
a34ab4085e5f70de302ad9698971c9da476b88f9 | 4,445 | cpp | C++ | libnd4j/include/ops/declarable/impl/BroadcastableOp.cpp | Celebrate-future/deeplearning4j | d93976922a9af838457a15e69ef1218c3d9adc45 | [
"Apache-2.0"
] | 1 | 2021-09-01T06:59:10.000Z | 2021-09-01T06:59:10.000Z | libnd4j/include/ops/declarable/impl/BroadcastableOp.cpp | Celebrate-future/deeplearning4j | d93976922a9af838457a15e69ef1218c3d9adc45 | [
"Apache-2.0"
] | 1 | 2021-03-18T12:52:25.000Z | 2021-03-18T12:52:25.000Z | libnd4j/include/ops/declarable/impl/BroadcastableOp.cpp | Celebrate-future/deeplearning4j | d93976922a9af838457a15e69ef1218c3d9adc45 | [
"Apache-2.0"
] | null | null | null | /* ******************************************************************************
*
*
* This program and the accompanying materials are made available under the
* terms of the Apache License, Version 2.0 which is available at
* https://www.apache.org/licenses/LICENSE-2.0.
*
* See the NOTICE file distributed wit... | 50.511364 | 168 | 0.586052 | [
"shape"
] |
a34ae03182a462db1a1717d8cd249b2fae3246ad | 27,755 | cpp | C++ | third_party/katana/lib/usdKatana/readPointInstancer.cpp | YuqiaoZhang/USD | bf3a21e6e049486441440ebf8c0387db2538d096 | [
"BSD-2-Clause"
] | 5 | 2017-11-06T10:21:18.000Z | 2020-04-02T13:20:55.000Z | third_party/katana/lib/usdKatana/readPointInstancer.cpp | YuqiaoZhang/USD | bf3a21e6e049486441440ebf8c0387db2538d096 | [
"BSD-2-Clause"
] | 1 | 2020-07-07T22:39:42.000Z | 2020-07-07T22:39:42.000Z | third_party/katana/lib/usdKatana/readPointInstancer.cpp | YuqiaoZhang/USD | bf3a21e6e049486441440ebf8c0387db2538d096 | [
"BSD-2-Clause"
] | null | null | null | //
// Copyright 2016 Pixar
//
// Licensed under the Apache License, Version 2.0 (the "Apache License")
// with the following modification; you may not use this file except in
// compliance with the Apache License and the following modification to it:
// Section 6. Trademarks. is deleted and replaced with:
//
// 6. Trad... | 36.95739 | 104 | 0.593875 | [
"geometry",
"vector",
"transform"
] |
a34d0cb74c794d8b30233aac8e7a062b632dfefe | 9,556 | cc | C++ | llvm-gcc-4.2-2.9/libstdc++-v3/testsuite/21_strings/basic_string/operators/wchar_t/2.cc | vidkidz/crossbridge | ba0bf94aee0ce6cf7eb5be882382e52bc57ba396 | [
"MIT"
] | 1 | 2016-04-09T02:58:13.000Z | 2016-04-09T02:58:13.000Z | llvm-gcc-4.2-2.9/libstdc++-v3/testsuite/21_strings/basic_string/operators/wchar_t/2.cc | vidkidz/crossbridge | ba0bf94aee0ce6cf7eb5be882382e52bc57ba396 | [
"MIT"
] | null | null | null | llvm-gcc-4.2-2.9/libstdc++-v3/testsuite/21_strings/basic_string/operators/wchar_t/2.cc | vidkidz/crossbridge | ba0bf94aee0ce6cf7eb5be882382e52bc57ba396 | [
"MIT"
] | null | null | null | // 1998-10-01, 1999-06-25 bkoz
// Copyright (C) 1998, 1999, 2003 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms of the GNU General Public License as published by the
// Free Software Found... | 32.283784 | 79 | 0.642319 | [
"object"
] |
a34db14e15a8fb1a931394ba2cd5018451ec60dd | 9,859 | cc | C++ | remoting/client/plugin/pepper_input_handler.cc | nagineni/chromium-crosswalk | 5725642f1c67d0f97e8613ec1c3e8107ab53fdf8 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 4 | 2017-04-05T01:51:34.000Z | 2018-02-15T03:11:54.000Z | remoting/client/plugin/pepper_input_handler.cc | nagineni/chromium-crosswalk | 5725642f1c67d0f97e8613ec1c3e8107ab53fdf8 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2021-12-13T19:44:12.000Z | 2021-12-13T19:44:12.000Z | remoting/client/plugin/pepper_input_handler.cc | nagineni/chromium-crosswalk | 5725642f1c67d0f97e8613ec1c3e8107ab53fdf8 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 4 | 2017-04-05T01:52:03.000Z | 2022-02-13T17:58:45.000Z | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "remoting/client/plugin/pepper_input_handler.h"
#include "base/logging.h"
#include "ppapi/c/dev/ppb_keyboard_input_event_dev.h"
#include "pp... | 32.973244 | 79 | 0.692565 | [
"shape"
] |
a34e34ffc75ac62410b23bc79e01cd5e42175026 | 6,009 | hpp | C++ | host-bmc/custom_dbus.hpp | anoo1/pldm-1 | fa0bf01f0a5d194875f65c54df5ca4e8888958fa | [
"Apache-2.0"
] | null | null | null | host-bmc/custom_dbus.hpp | anoo1/pldm-1 | fa0bf01f0a5d194875f65c54df5ca4e8888958fa | [
"Apache-2.0"
] | null | null | null | host-bmc/custom_dbus.hpp | anoo1/pldm-1 | fa0bf01f0a5d194875f65c54df5ca4e8888958fa | [
"Apache-2.0"
] | null | null | null | #pragma once
#include "com/ibm/License/Entry/LicenseEntry/server.hpp"
#include "common/utils.hpp"
#include <sdbusplus/server.hpp>
#include <xyz/openbmc_project/Inventory/Decorator/LocationCode/server.hpp>
#include <xyz/openbmc_project/Inventory/Item/CpuCore/server.hpp>
#include <xyz/openbmc_project/Inventory/Item/ser... | 34.142045 | 80 | 0.672658 | [
"object"
] |
a353a97452e0b22ecbd1838d77423eef2283c181 | 45,698 | cpp | C++ | windows/advcore/ctf/uim/ic.cpp | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | windows/advcore/ctf/uim/ic.cpp | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | windows/advcore/ctf/uim/ic.cpp | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | //
// ic.cpp
//
#include "private.h"
#include "ic.h"
#include "range.h"
#include "tim.h"
#include "prop.h"
#include "tsi.h"
#include "rprop.h"
#include "funcprv.h"
#include "immxutil.h"
#include "acp2anch.h"
#include "dim.h"
#include "rangebk.h"
#include "view.h"
#include "compose.h"
#include "anchor... | 26.912839 | 160 | 0.50407 | [
"object"
] |
a35550091556eb4c05c1d4819f0077256ebcd42f | 12,893 | cpp | C++ | src/ImageManipulation.cpp | madhu511/Audacity | 4b5542afdf20c02389d6f07aeff1baa3bcdb10ea | [
"CC-BY-3.0"
] | 3 | 2018-01-02T13:34:25.000Z | 2019-08-05T09:21:22.000Z | src/ImageManipulation.cpp | madhu511/Audacity | 4b5542afdf20c02389d6f07aeff1baa3bcdb10ea | [
"CC-BY-3.0"
] | null | null | null | src/ImageManipulation.cpp | madhu511/Audacity | 4b5542afdf20c02389d6f07aeff1baa3bcdb10ea | [
"CC-BY-3.0"
] | 1 | 2019-06-17T09:52:11.000Z | 2019-06-17T09:52:11.000Z | /**********************************************************************
Audacity: A Digital Audio Editor
ImageManipulation.cpp
Dominic Mazzoni
James Crook
wxWidgets license (Dominic to confirm).
********************************************************************//*!
\file ImageManipulation.cpp
Provide... | 31.293689 | 111 | 0.621578 | [
"vector",
"3d",
"solid"
] |
a356f5890e67536083e076b3c20de6b9a7b8d3d7 | 25,743 | cpp | C++ | src/sat/smt/bv_solver.cpp | FabianWolff/z3 | 549753845e26836e62699da3bdfbeaf66dfa2c81 | [
"MIT"
] | null | null | null | src/sat/smt/bv_solver.cpp | FabianWolff/z3 | 549753845e26836e62699da3bdfbeaf66dfa2c81 | [
"MIT"
] | null | null | null | src/sat/smt/bv_solver.cpp | FabianWolff/z3 | 549753845e26836e62699da3bdfbeaf66dfa2c81 | [
"MIT"
] | null | null | null | /*++
Copyright (c) 2020 Microsoft Corporation
Module Name:
bv_solver.cpp
Abstract:
Solving utilities for bit-vectors.
Author:
Nikolaj Bjorner (nbjorner) 2020-09-02
based on smt/theory_bv
--*/
#include "ast/ast_ll_pp.h"
#include "sat/smt/bv_solver.h"
#include "sat/smt/euf_solver.h"
#include "sat/... | 37.254703 | 160 | 0.519442 | [
"vector",
"model"
] |
a357087df4f9cd2888441d7285c460c3138742ee | 78,270 | cxx | C++ | drivers/storage/volsnap/vss/server/modules/backupext/vsxml/vs_wmxml.cxx | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | drivers/storage/volsnap/vss/server/modules/backupext/vsxml/vs_wmxml.cxx | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | drivers/storage/volsnap/vss/server/modules/backupext/vsxml/vs_wmxml.cxx | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | /*++
Module Name:
vs_wmxml.cxx
Abstract:
Implementation of Writer Metadata XML wrapper classes
Brian Berkowitz [brianb] 3/13/2000
TBD:
Add comments.
Revision History:
Name Date Comments
brianb 03/13/2000 Created
brianb 03/22/2000 Added suppor... | 28.534451 | 103 | 0.663013 | [
"object"
] |
a357c7bf8e6e27a9dbf40cdf44f52b644fc1143b | 8,348 | cpp | C++ | src/utilities/idf/Test/WorkspaceObjectWatcher_GTest.cpp | muehleisen/OpenStudio | 3bfe89f6c441d1e61e50b8e94e92e7218b4555a0 | [
"blessing"
] | 3 | 2020-09-05T18:13:23.000Z | 2022-01-15T14:47:57.000Z | src/utilities/idf/Test/WorkspaceObjectWatcher_GTest.cpp | muehleisen/OpenStudio | 3bfe89f6c441d1e61e50b8e94e92e7218b4555a0 | [
"blessing"
] | 4 | 2016-06-27T21:25:59.000Z | 2020-04-28T14:00:21.000Z | src/utilities/idf/Test/WorkspaceObjectWatcher_GTest.cpp | jmarrec/OpenStudio | 5276feff0d8dbd6c8ef4e87eed626bc270a19b14 | [
"blessing"
] | 1 | 2021-06-05T18:16:02.000Z | 2021-06-05T18:16:02.000Z | /***********************************************************************************************************************
* OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC, and other contributors. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without m... | 39.563981 | 125 | 0.746766 | [
"object",
"vector"
] |
a35a19b4f71c16e5352e6b219d142ed8b4738677 | 10,780 | cpp | C++ | storage/src/vespa/storage/distributor/persistencemessagetracker.cpp | bowlofstew/vespa | 5212c7a5568769eadb5c5d99b6a503a70c82af48 | [
"Apache-2.0"
] | null | null | null | storage/src/vespa/storage/distributor/persistencemessagetracker.cpp | bowlofstew/vespa | 5212c7a5568769eadb5c5d99b6a503a70c82af48 | [
"Apache-2.0"
] | 1 | 2021-01-21T01:37:37.000Z | 2021-01-21T01:37:37.000Z | storage/src/vespa/storage/distributor/persistencemessagetracker.cpp | bowlofstew/vespa | 5212c7a5568769eadb5c5d99b6a503a70c82af48 | [
"Apache-2.0"
] | null | null | null | // Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "persistencemessagetracker.h"
#include <vespa/storage/common/vectorprinter.h>
#include <vespa/storage/common/bucketoperationlogger.h>
#include <vespa/storageapi/message/persistence.h>
#inclu... | 30.196078 | 118 | 0.607885 | [
"vector"
] |
a35c5cb734bd5fd13f3dea81e2ee3aa81bdfbe43 | 2,317 | cpp | C++ | limbo2/submissions/accepted/answer_jacob.cpp | csecutsc/utscode2 | 469367528cc5697e0c5c0ccee28420591335d899 | [
"Unlicense"
] | 4 | 2018-09-30T15:06:49.000Z | 2020-12-09T06:50:25.000Z | limbo2/submissions/accepted/answer_jacob.cpp | csecutsc/utscode2 | 469367528cc5697e0c5c0ccee28420591335d899 | [
"Unlicense"
] | null | null | null | limbo2/submissions/accepted/answer_jacob.cpp | csecutsc/utscode2 | 469367528cc5697e0c5c0ccee28420591335d899 | [
"Unlicense"
] | 1 | 2021-06-17T04:10:51.000Z | 2021-06-17T04:10:51.000Z | #define DEBUG 0
#include <algorithm>
#include <bitset>
#include <cassert>
#include <cmath>
#include <complex>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <deque>
#include <functional>
#include <iomanip>
#include <iostream>
#include <list>
#include <map>
#include <numeric>
#include... | 18.991803 | 61 | 0.497195 | [
"vector"
] |
a35efeee44ce8916f10199b13c7bb455e41067c1 | 16,144 | cc | C++ | content/browser/renderer_host/websocket_blob_sender_unittest.cc | maidiHaitai/haitaibrowser | a232a56bcfb177913a14210e7733e0ea83a6b18d | [
"BSD-3-Clause"
] | 1 | 2020-09-15T08:43:34.000Z | 2020-09-15T08:43:34.000Z | content/browser/renderer_host/websocket_blob_sender_unittest.cc | maidiHaitai/haitaibrowser | a232a56bcfb177913a14210e7733e0ea83a6b18d | [
"BSD-3-Clause"
] | null | null | null | content/browser/renderer_host/websocket_blob_sender_unittest.cc | maidiHaitai/haitaibrowser | a232a56bcfb177913a14210e7733e0ea83a6b18d | [
"BSD-3-Clause"
] | null | null | null | // 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 "content/browser/renderer_host/websocket_blob_sender.h"
#include <string.h>
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "bas... | 35.955457 | 80 | 0.731046 | [
"object",
"vector"
] |
a35f64a6c4b615b2dfe3a53222a1f22bb5132bec | 1,473 | cpp | C++ | 791. Custom Sort String.cpp | yuyangh/LeetCode | 5d81cbd975c0c1f2bbca0cb25cefe361a169e460 | [
"MIT"
] | 1 | 2020-10-11T08:10:53.000Z | 2020-10-11T08:10:53.000Z | 791. Custom Sort String.cpp | yuyangh/LeetCode | 5d81cbd975c0c1f2bbca0cb25cefe361a169e460 | [
"MIT"
] | null | null | null | 791. Custom Sort String.cpp | yuyangh/LeetCode | 5d81cbd975c0c1f2bbca0cb25cefe361a169e460 | [
"MIT"
] | null | null | null | //
// Created by Yuyang Huang on 9/6/21.
//
/*
* 791. Custom Sort String
* Medium
* You are given two strings order and s.
* All the words of order are unique and were sorted in some custom order previously.
* Permute the characters of s so that they match the order that order was sorted.
* More specifically, if... | 26.781818 | 92 | 0.645621 | [
"vector"
] |
a3615de0c66a3e8e72b822d12c8554a70bb71514 | 2,046 | cpp | C++ | examples/Cxx/ExampleXdmfItem.cpp | scottwedge/xdmf | f41196c966997a20f60525a3d2083490a63626a3 | [
"BSD-3-Clause"
] | 4 | 2015-12-07T08:11:06.000Z | 2020-06-15T01:39:07.000Z | examples/Cxx/ExampleXdmfItem.cpp | scottwedge/xdmf | f41196c966997a20f60525a3d2083490a63626a3 | [
"BSD-3-Clause"
] | 1 | 2020-04-26T16:50:37.000Z | 2020-04-26T16:50:37.000Z | examples/Cxx/ExampleXdmfItem.cpp | scottwedge/xdmf | f41196c966997a20f60525a3d2083490a63626a3 | [
"BSD-3-Clause"
] | 4 | 2016-04-04T20:54:31.000Z | 2020-06-15T01:39:08.000Z | #include "XdmfInformation.hpp"
#include "XdmfDomain.hpp"
#include "XdmfWriter.hpp"
int main(int, char **)
{
//Assume that exampleItem is a shared pointer to the ParentClass object
//Using an XdmfInformation as an example because all XdmfItems have XdmfInformation as a child class
shared_ptr<Xd... | 33.540984 | 113 | 0.69306 | [
"object"
] |
a363e18e535b5d74182af58d4209262bb6cddd18 | 14,124 | cc | C++ | external/protobuf/src/google/protobuf/util/type_resolver_util.cc | edo3/safexcore | 38cb06b3c5cb5554620728d565f9cc8b493730e7 | [
"BSD-3-Clause"
] | 32 | 2019-02-27T06:57:07.000Z | 2021-08-29T10:56:19.000Z | external/protobuf/src/google/protobuf/util/type_resolver_util.cc | edo3/safexcore | 38cb06b3c5cb5554620728d565f9cc8b493730e7 | [
"BSD-3-Clause"
] | 4 | 2020-12-04T21:00:38.000Z | 2022-01-22T12:49:30.000Z | external/protobuf/src/google/protobuf/util/type_resolver_util.cc | edo3/safexcore | 38cb06b3c5cb5554620728d565f9cc8b493730e7 | [
"BSD-3-Clause"
] | 5 | 2019-08-20T13:45:04.000Z | 2022-03-01T18:23:49.000Z | // Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// ... | 38.276423 | 80 | 0.660507 | [
"vector"
] |
a36a5a5935a48ae6bfe89a22fd9d37db2d7677a3 | 917 | hpp | C++ | detail/fusion/boost/statistics/detail/fusion/serialization/include.hpp | rogard/boost_sandbox_statistics | 16aacbc716a31a9f7bb6c535b1c90dc343282a23 | [
"BSL-1.0"
] | null | null | null | detail/fusion/boost/statistics/detail/fusion/serialization/include.hpp | rogard/boost_sandbox_statistics | 16aacbc716a31a9f7bb6c535b1c90dc343282a23 | [
"BSL-1.0"
] | null | null | null | detail/fusion/boost/statistics/detail/fusion/serialization/include.hpp | rogard/boost_sandbox_statistics | 16aacbc716a31a9f7bb6c535b1c90dc343282a23 | [
"BSL-1.0"
] | null | null | null | //////////////////////////////////////////////////////////////////////////////
// detail::fusion::map::serialization::include.hpp //
// //
// (C) Copyright 2009 Erwann Rogard //
// ... | 61.133333 | 78 | 0.503817 | [
"vector"
] |
a36c0812c03de7e5dc7f0d166e0da66b1f0127cd | 4,440 | hpp | C++ | sycl/include/CL/sycl/program.hpp | nyalloc/llvm | 2d6dcd09b6a418c05c02b7beb6bb042ec73daf43 | [
"Apache-2.0"
] | null | null | null | sycl/include/CL/sycl/program.hpp | nyalloc/llvm | 2d6dcd09b6a418c05c02b7beb6bb042ec73daf43 | [
"Apache-2.0"
] | null | null | null | sycl/include/CL/sycl/program.hpp | nyalloc/llvm | 2d6dcd09b6a418c05c02b7beb6bb042ec73daf43 | [
"Apache-2.0"
] | null | null | null | //==--------------- program.hpp --- SYCL program ---------------------------==//
//
// 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
//
//===---------------------------... | 29.798658 | 80 | 0.679505 | [
"vector"
] |
a36cdde2123f9426576e5f5670c7e328076bb1e9 | 2,358 | cpp | C++ | libraries/entities-renderer/src/RenderableLineEntityItem.cpp | Penguin-Guru/vircadia | 021268696c73f699364fa93f5d6db03e6b1b8426 | [
"Apache-2.0"
] | 272 | 2021-01-07T03:06:08.000Z | 2022-03-25T03:54:07.000Z | libraries/entities-renderer/src/RenderableLineEntityItem.cpp | MetaverseCyy/vircadia | c36afe76e1113b6b9ec46e2f72e7e6ec45bde299 | [
"Apache-2.0"
] | 1,021 | 2020-12-12T02:33:32.000Z | 2022-03-31T23:36:37.000Z | libraries/entities-renderer/src/RenderableLineEntityItem.cpp | MetaverseCyy/vircadia | c36afe76e1113b6b9ec46e2f72e7e6ec45bde299 | [
"Apache-2.0"
] | 77 | 2020-12-15T06:59:34.000Z | 2022-03-23T22:18:04.000Z | //
// RenderableLineEntityItem.cpp
// libraries/entities-renderer/src/
//
// Created by Seth Alves on 5/11/15.
// Copyright 2015 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#include "Render... | 39.966102 | 169 | 0.73028 | [
"render",
"transform"
] |
a36e4fc4247189e56a364d4c8676fc5434417b8c | 81,726 | cc | C++ | tensorflow/lite/kernels/internal/tensor_utils_test.cc | scentini/tensorflow | 204ed332c0886a0e0ab10b22ba8d67b97e1c83c4 | [
"Apache-2.0"
] | 56 | 2018-06-21T13:47:23.000Z | 2020-05-13T09:31:47.000Z | tensorflow/lite/kernels/internal/tensor_utils_test.cc | scentini/tensorflow | 204ed332c0886a0e0ab10b22ba8d67b97e1c83c4 | [
"Apache-2.0"
] | null | null | null | tensorflow/lite/kernels/internal/tensor_utils_test.cc | scentini/tensorflow | 204ed332c0886a0e0ab10b22ba8d67b97e1c83c4 | [
"Apache-2.0"
] | 15 | 2018-09-06T14:18:32.000Z | 2020-05-14T06:35:30.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... | 44.224026 | 80 | 0.560287 | [
"vector"
] |
a36f16f557e0d94750cc97836e2da4b54a35ffab | 4,420 | cpp | C++ | test-suite/handwritten-src/cpp/test_helpers.cpp | lbguilherme/djinni | 644b3092df4c5b9e6b2d369e3a72f9bbbf27d45b | [
"Apache-2.0"
] | 1 | 2015-10-06T02:49:26.000Z | 2015-10-06T02:49:26.000Z | test-suite/handwritten-src/cpp/test_helpers.cpp | mcanthony/djinni | 644b3092df4c5b9e6b2d369e3a72f9bbbf27d45b | [
"Apache-2.0"
] | null | null | null | test-suite/handwritten-src/cpp/test_helpers.cpp | mcanthony/djinni | 644b3092df4c5b9e6b2d369e3a72f9bbbf27d45b | [
"Apache-2.0"
] | 1 | 2019-09-18T07:39:46.000Z | 2019-09-18T07:39:46.000Z | #include "test_helpers.hpp"
#include "client_returned_record.hpp"
#include "client_interface.hpp"
#include "user_token.hpp"
#include <exception>
namespace testsuite {
SetRecord TestHelpers::get_set_record() {
return SetRecord { {
"StringA",
"StringB",
"StringC"
}, std::unordered_set<int32... | 29.66443 | 106 | 0.674661 | [
"vector"
] |
a36f6217d9f174820fd064266f5cefc91e070718 | 22,097 | cpp | C++ | src/slg/engines/tilerepository.cpp | bartoszek/LuxCore | 1d90c142f27734ac8035e2b8485d7f4ce946210d | [
"Apache-2.0"
] | null | null | null | src/slg/engines/tilerepository.cpp | bartoszek/LuxCore | 1d90c142f27734ac8035e2b8485d7f4ce946210d | [
"Apache-2.0"
] | null | null | null | src/slg/engines/tilerepository.cpp | bartoszek/LuxCore | 1d90c142f27734ac8035e2b8485d7f4ce946210d | [
"Apache-2.0"
] | null | null | null | /***************************************************************************
* Copyright 1998-2018 by authors (see AUTHORS.txt) *
* *
* This file is part of LuxCoreRender. *
* ... | 32.980597 | 160 | 0.670272 | [
"render",
"vector"
] |
a373388226b4dc47424953f58fb3c8315b2816aa | 42,411 | cpp | C++ | arch/drisc/ISA.mtsparc.cpp | svp-dev/mgsim | 0abd708f3c48723fc233f6c53f3e638129d070fa | [
"MIT"
] | 7 | 2016-03-01T13:16:59.000Z | 2021-08-20T07:41:43.000Z | arch/drisc/ISA.mtsparc.cpp | svp-dev/mgsim | 0abd708f3c48723fc233f6c53f3e638129d070fa | [
"MIT"
] | null | null | null | arch/drisc/ISA.mtsparc.cpp | svp-dev/mgsim | 0abd708f3c48723fc233f6c53f3e638129d070fa | [
"MIT"
] | 5 | 2015-04-20T14:29:38.000Z | 2018-12-29T11:09:17.000Z | #include "Pipeline.h"
#include "DRISC.h"
#include <arch/FPU.h>
#include <arch/symtable.h>
#include <programs/mgsim.h>
#include <cassert>
#include <cmath>
#include <sstream>
#include <iomanip>
using namespace std;
namespace Simulator
{
namespace drisc
{
static const int RA_SHIFT = 14;
static const int RB_SHIFT ... | 36.911227 | 154 | 0.535191 | [
"vector"
] |
a375b6236bdf586364a184257818970d8a944d3a | 4,263 | cc | C++ | Code/Base/accessors/current/dataaccess/IConstDataSource.cc | rtobar/askapsoft | 6bae06071d7d24f41abe3f2b7f9ee06cb0a9445e | [
"BSL-1.0",
"Apache-2.0",
"OpenSSL"
] | 1 | 2020-06-18T08:37:43.000Z | 2020-06-18T08:37:43.000Z | Code/Base/accessors/current/dataaccess/IConstDataSource.cc | ATNF/askapsoft | d839c052d5c62ad8a511e58cd4b6548491a6006f | [
"BSL-1.0",
"Apache-2.0",
"OpenSSL"
] | null | null | null | Code/Base/accessors/current/dataaccess/IConstDataSource.cc | ATNF/askapsoft | d839c052d5c62ad8a511e58cd4b6548491a6006f | [
"BSL-1.0",
"Apache-2.0",
"OpenSSL"
] | null | null | null | /// @file IConstDataSource.cc
/// @brief Access to a source of visibility data
/// @details IConstDataSource allows access to a source of visibility data,
/// probably either a MeasurementSet or a stream.
///
/// @copyright (c) 2007 CSIRO
/// Australia Telescope National Facility (ATNF)
/// Commonwealth Scientific and ... | 40.990385 | 79 | 0.745484 | [
"object"
] |
a3770f750e7079454c2375af5199e5e58cb6a45c | 5,223 | hpp | C++ | include/cppurses/widget/layouts/detail/linear_layout.hpp | thknepper/CPPurses | 4f35ba5284bc5ac563214f73f494bd75fd5bf73b | [
"MIT"
] | 1 | 2020-02-22T21:18:11.000Z | 2020-02-22T21:18:11.000Z | include/cppurses/widget/layouts/detail/linear_layout.hpp | thknepper/CPPurses | 4f35ba5284bc5ac563214f73f494bd75fd5bf73b | [
"MIT"
] | null | null | null | include/cppurses/widget/layouts/detail/linear_layout.hpp | thknepper/CPPurses | 4f35ba5284bc5ac563214f73f494bd75fd5bf73b | [
"MIT"
] | null | null | null | #ifndef CPPURSES_WIDGET_LAYOUTS_DETAIL_LINEAR_LAYOUT_HPP
#define CPPURSES_WIDGET_LAYOUTS_DETAIL_LINEAR_LAYOUT_HPP
#include <cppurses/painter/painter.hpp>
#include <cppurses/system/events/move_event.hpp>
#include <cppurses/system/events/resize_event.hpp>
#include <cppurses/widget/layout.hpp>
#include "shared_space.hpp"... | 37.042553 | 80 | 0.635076 | [
"vector"
] |
a37b3483366be93a6993f5f41e7fbbc2b3931d81 | 8,077 | cpp | C++ | engine/src/cython/engine.cpp | romulo-auccapuclla/blazingsql | c85429479cabc0907212e880d590441f25eb3b59 | [
"Apache-2.0"
] | null | null | null | engine/src/cython/engine.cpp | romulo-auccapuclla/blazingsql | c85429479cabc0907212e880d590441f25eb3b59 | [
"Apache-2.0"
] | null | null | null | engine/src/cython/engine.cpp | romulo-auccapuclla/blazingsql | c85429479cabc0907212e880d590441f25eb3b59 | [
"Apache-2.0"
] | null | null | null | #include "../../include/engine/engine.h"
#include "../CalciteInterpreter.h"
#include "../io/DataLoader.h"
#include "../io/Schema.h"
#include "../io/data_parser/ArgsUtil.h"
#include "../io/data_parser/CSVParser.h"
#include "../io/data_parser/GDFParser.h"
#include "../io/data_parser/JSONParser.h"
#include "../io/data_par... | 37.221198 | 118 | 0.725888 | [
"vector"
] |
a37db0ff5ac2dcabc9417e5fbae21018db95073a | 913,899 | cpp | C++ | cisco-ios-xr/ydk/models/cisco_ios_xr/fragmented/Cisco_IOS_XR_sysadmin_controllers_ncs5502_2.cpp | CiscoDevNet/ydk-cpp | ef7d75970f2ef1154100e0f7b0a2ee823609b481 | [
"ECL-2.0",
"Apache-2.0"
] | 17 | 2016-12-02T05:45:49.000Z | 2022-02-10T19:32:54.000Z | cisco-ios-xr/ydk/models/cisco_ios_xr/fragmented/Cisco_IOS_XR_sysadmin_controllers_ncs5502_2.cpp | CiscoDevNet/ydk-cpp | ef7d75970f2ef1154100e0f7b0a2ee823609b481 | [
"ECL-2.0",
"Apache-2.0"
] | 2 | 2017-03-27T15:22:38.000Z | 2019-11-05T08:30:16.000Z | cisco-ios-xr/ydk/models/cisco_ios_xr/fragmented/Cisco_IOS_XR_sysadmin_controllers_ncs5502_2.cpp | CiscoDevNet/ydk-cpp | ef7d75970f2ef1154100e0f7b0a2ee823609b481 | [
"ECL-2.0",
"Apache-2.0"
] | 11 | 2016-12-02T05:45:52.000Z | 2019-11-07T08:28:17.000Z |
#include <sstream>
#include <iostream>
#include <ydk/entity_util.hpp>
#include "bundle_info.hpp"
#include "generated_entity_lookup.hpp"
#include "Cisco_IOS_XR_sysadmin_controllers_ncs5502_2.hpp"
#include "Cisco_IOS_XR_sysadmin_controllers_ncs5502_3.hpp"
using namespace ydk;
namespace cisco_ios_xr {
namespace Cisco_I... | 36.61161 | 883 | 0.690023 | [
"vector"
] |
a380301f98f6ea9329ad73ed7b30420227ae9211 | 3,216 | cpp | C++ | Non_linear_regression/NonLinearRegression.cpp | shorane/cpp_tracking_filtering_estimation | a3cb564ac581f57eed17e014302bad3297c9d647 | [
"MIT"
] | null | null | null | Non_linear_regression/NonLinearRegression.cpp | shorane/cpp_tracking_filtering_estimation | a3cb564ac581f57eed17e014302bad3297c9d647 | [
"MIT"
] | null | null | null | Non_linear_regression/NonLinearRegression.cpp | shorane/cpp_tracking_filtering_estimation | a3cb564ac581f57eed17e014302bad3297c9d647 | [
"MIT"
] | null | null | null | #include<iostream>
#include <math.h>
#include<fstream>
#include<vector>
#include <Eigen/Dense>
#include<string>
#define TOTAL_ITERATIONS 50000
using Eigen::MatrixXd;
using namespace std;
//helper function declaration:
MatrixXd* read_matrix(string filename);
void write_matrix(string filename, MatrixXd m);
void write_... | 26.146341 | 104 | 0.533582 | [
"vector"
] |
a38470e3a3a3d56ca2cec1a338fa24b422ebaf33 | 3,956 | cc | C++ | mindspore/ccsrc/kernel/cpu/mkldnn/mkl_cpu_kernel.cc | wudenggang/mindspore | 95e75c3119909cc5c7c3098232851d1d7bc4ef8c | [
"Apache-2.0"
] | 1 | 2020-06-20T06:22:41.000Z | 2020-06-20T06:22:41.000Z | mindspore/ccsrc/kernel/cpu/mkldnn/mkl_cpu_kernel.cc | shaolei-wang/mindspore | 2d50a43be9d17269f6adb41e51b8f7a540ebc9f1 | [
"Apache-2.0"
] | null | null | null | mindspore/ccsrc/kernel/cpu/mkldnn/mkl_cpu_kernel.cc | shaolei-wang/mindspore | 2d50a43be9d17269f6adb41e51b8f7a540ebc9f1 | [
"Apache-2.0"
] | null | null | null | /**
* Copyright 2020 Huawei Technologies Co., Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... | 36.971963 | 98 | 0.683771 | [
"shape",
"vector"
] |
a387032448a6098ba8eff5ca194894f6ab8b5d79 | 2,718 | cpp | C++ | settings/workspace.cpp | Mytherin/Panther | 1eac47074aa33ba747140950f373c9b7dd7f3d67 | [
"Apache-2.0"
] | 5 | 2018-01-25T14:43:20.000Z | 2021-02-28T11:37:55.000Z | settings/workspace.cpp | Mytherin/Panther | 1eac47074aa33ba747140950f373c9b7dd7f3d67 | [
"Apache-2.0"
] | null | null | null | settings/workspace.cpp | Mytherin/Panther | 1eac47074aa33ba747140950f373c9b7dd7f3d67 | [
"Apache-2.0"
] | 3 | 2018-01-28T13:22:49.000Z | 2020-09-23T02:55:04.000Z |
#include "mmap.h"
#include "replaymanager.h"
#include "workspace.h"
#include <fstream>
using namespace nlohmann;
PGWorkspace::PGWorkspace() {
}
void PGWorkspace::LoadWorkspace(std::string filename) {
this->filename = filename;
lng result_size;
PGFileError error;
json j;
char* ptr = (char*)panther::ReadFile(fi... | 24.709091 | 84 | 0.662252 | [
"object",
"vector"
] |
a389108dbafe214ccd101bb2f6fbc0fb513e8ecc | 5,456 | cpp | C++ | glut_demo/main.cpp | silenthell/Spline | f49f405d62fe34bedd4361eae1e32d6c744a8ce8 | [
"MIT"
] | 15 | 2017-11-24T16:01:51.000Z | 2020-05-13T03:26:36.000Z | glut_demo/main.cpp | brainexcerpts/Spline | f49f405d62fe34bedd4361eae1e32d6c744a8ce8 | [
"MIT"
] | 1 | 2020-12-26T15:57:42.000Z | 2020-12-26T15:57:42.000Z | glut_demo/main.cpp | silenthell/Spline | f49f405d62fe34bedd4361eae1e32d6c744a8ce8 | [
"MIT"
] | 13 | 2016-09-25T08:59:55.000Z | 2020-05-21T02:22:48.000Z | #include <GL/glut.h>
#include "vec3.hpp"
#include "splines.hpp"
static int g_win_number;
// Control points parameters
float _width = 5.0f;
int _nb_control_points = 16;
bool _animate = true;
std::vector<Vec3> _control_points;
// Number of line subdivisions to display the spline
int _spline_resolution = 1000;
// Smoo... | 28.26943 | 92 | 0.552969 | [
"vector"
] |
a38c454c70e90a2f06f605fcc8a8a37ac584f2c1 | 29,943 | cpp | C++ | tests/unit/prob_test.cpp | chang-liang/HadoopBNEM | dd90a70786271ebf5b0beda2484f8e476ab4a97a | [
"BSD-2-Clause"
] | 48 | 2015-01-19T18:56:28.000Z | 2021-12-30T20:30:50.000Z | tests/unit/prob_test.cpp | chang-liang/HadoopBNEM | dd90a70786271ebf5b0beda2484f8e476ab4a97a | [
"BSD-2-Clause"
] | 2 | 2016-01-18T08:17:38.000Z | 2021-04-28T18:08:38.000Z | tests/unit/prob_test.cpp | chang-liang/HadoopBNEM | dd90a70786271ebf5b0beda2484f8e476ab4a97a | [
"BSD-2-Clause"
] | 29 | 2015-04-07T07:38:25.000Z | 2022-02-01T22:18:58.000Z | /* This file is part of libDAI - http://www.libdai.org/
*
* Copyright (c) 2006-2011, The libDAI 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 <dai/util.h>
#include <dai/prob.h>
#include <strstream>
using namesp... | 38.241379 | 144 | 0.531577 | [
"vector"
] |
a38fc34791ad2f25d32633868bd1b7498c99dac7 | 7,801 | cc | C++ | components/visitedlink/browser/visitedlink_event_listener.cc | zipated/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | components/visitedlink/browser/visitedlink_event_listener.cc | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | components/visitedlink/browser/visitedlink_event_listener.cc | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/visitedlink/browser/visitedlink_event_listener.h"
#include "base/bind.h"
#include "components/visitedlink/browser/visitedlink_de... | 33.337607 | 80 | 0.720036 | [
"render"
] |
a39319ba3ffccc01ebdc126510a51b00d45c80e2 | 9,159 | cpp | C++ | tools/redis_to_kedis/src_redis_conn.cpp | jianqingdu/kedis | 97ac63d8d96c5cda69c878ef20f04eb8efb4b396 | [
"MIT"
] | 94 | 2017-11-30T03:17:58.000Z | 2022-03-29T13:43:07.000Z | tools/redis_to_kedis/src_redis_conn.cpp | flike/kedis | 97ac63d8d96c5cda69c878ef20f04eb8efb4b396 | [
"MIT"
] | 9 | 2017-12-11T03:12:31.000Z | 2020-04-20T13:04:00.000Z | tools/redis_to_kedis/src_redis_conn.cpp | jianqingdu/kedis | 97ac63d8d96c5cda69c878ef20f04eb8efb4b396 | [
"MIT"
] | 19 | 2017-12-01T17:22:15.000Z | 2022-01-10T01:39:39.000Z | //
// src_redis_conn.cpp
// kedis
//
// Created by ziteng on 17-11-20.
// Copyright (c) 2017年 mgj. All rights reserved.
//
#include "src_redis_conn.h"
#include "redis_parser.h"
#include "cmd_line_parser.h"
#include "sync_task.h"
#include "simple_log.h"
#include <ctype.h>
#include <algorithm>
using namespace std;
... | 30.227723 | 119 | 0.559341 | [
"vector",
"transform"
] |
a395726bb428188e9f1f01c017ff8daf398c5f9a | 8,796 | cpp | C++ | liboh/plugins/js/JSVisibleData.cpp | sirikata/sirikata | 3a0d54a8c4778ad6e25ef031d461b2bc3e264860 | [
"BSD-3-Clause"
] | 31 | 2015-01-28T17:01:10.000Z | 2021-11-04T08:30:37.000Z | liboh/plugins/js/JSVisibleData.cpp | sirikata/sirikata | 3a0d54a8c4778ad6e25ef031d461b2bc3e264860 | [
"BSD-3-Clause"
] | null | null | null | liboh/plugins/js/JSVisibleData.cpp | sirikata/sirikata | 3a0d54a8c4778ad6e25ef031d461b2bc3e264860 | [
"BSD-3-Clause"
] | 9 | 2015-08-02T18:39:49.000Z | 2019-10-11T10:32:30.000Z | // Copyright (c) 2011 Sirikata 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 "JSVisibleData.hpp"
namespace Sirikata {
namespace JS {
JSVisibleData::~JSVisibleData()
{
}
void JSVisibleData::clearFromParent() {
// We... | 31.869565 | 146 | 0.754206 | [
"mesh"
] |
a395ad12dc2f4f027de0848da07ec57710594ad7 | 1,853 | hpp | C++ | src/mlpack/methods/ann/visitor/load_output_parameter_visitor_impl.hpp | abinezer/mlpack | 8002e49150742acea4e76deef8161653b8350936 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2019-11-07T14:34:37.000Z | 2019-11-07T14:34:37.000Z | src/mlpack/methods/ann/visitor/load_output_parameter_visitor_impl.hpp | 876arham/mlpack | 1379831e578037c9d0ed3a1683ce76e3d1c8247e | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 2 | 2020-04-10T17:39:50.000Z | 2020-04-11T14:56:25.000Z | src/mlpack/methods/ann/visitor/load_output_parameter_visitor_impl.hpp | 876arham/mlpack | 1379831e578037c9d0ed3a1683ce76e3d1c8247e | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | /**
* @file load_output_parameter_visitor_impl.hpp
* @author Marcus Edel
*
* Implementation of the OutputParameter() function layer abstraction.
*
* mlpack is free software; you may redistribute it and/or modify it under the
* terms of the 3-clause BSD license. You should have received a copy of the
* 3-clause... | 27.656716 | 78 | 0.752833 | [
"vector",
"model"
] |
a39663d4cbaacebcce1d4f0c0d9d7c8dc09e61d8 | 11,734 | cpp | C++ | geometrictools/libgeometrictools.cpp | eth-sri/transformation-smoothing | 12a653e881a6d61c5c63a3e16d58292435486cbd | [
"Apache-2.0"
] | 3 | 2020-11-07T18:12:50.000Z | 2021-06-11T22:56:09.000Z | geometrictools/libgeometrictools.cpp | eth-sri/transformation-smoothing | 12a653e881a6d61c5c63a3e16d58292435486cbd | [
"Apache-2.0"
] | null | null | null | geometrictools/libgeometrictools.cpp | eth-sri/transformation-smoothing | 12a653e881a6d61c5c63a3e16d58292435486cbd | [
"Apache-2.0"
] | null | null | null | #include "libgeometrictools.h"
#include "gpu/gpu.h"
void initGeometricTools() {
initGPU();
}
bool calc(const arg_t& args,
const Image& img,
const HyperBox& gamma,
const float *filter,
vector<float>& out_epsilons) {
assert(gamma.it[0].sup - gamma.it[0].inf > Constants::EPS)... | 36.783699 | 175 | 0.614454 | [
"vector",
"transform"
] |
a39ae1e8b32813badde3e26c6886315854eba138 | 12,155 | cpp | C++ | modules/sksg/samples/SampleSVGPong.cpp | marxin/skia | 5da7327358e3b8d0c14c2bd2c9ec44072da79e1a | [
"BSD-3-Clause"
] | null | null | null | modules/sksg/samples/SampleSVGPong.cpp | marxin/skia | 5da7327358e3b8d0c14c2bd2c9ec44072da79e1a | [
"BSD-3-Clause"
] | null | null | null | modules/sksg/samples/SampleSVGPong.cpp | marxin/skia | 5da7327358e3b8d0c14c2bd2c9ec44072da79e1a | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright 2016 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "include/core/SkCanvas.h"
#include "include/core/SkPathBuilder.h"
#include "include/core/SkRRect.h"
#include "include/utils/SkRandom.h"
#include "samplecode/Sample.h"... | 39.33657 | 99 | 0.57573 | [
"render",
"object"
] |
a39b797b74190672bf3b4fc1f3f798ea09654967 | 2,337 | hpp | C++ | src/core/g_maps.hpp | dmlerner/win-vind | f5c25bc0e082b9600ef19c02ba4f565bc3b14cfe | [
"MIT"
] | null | null | null | src/core/g_maps.hpp | dmlerner/win-vind | f5c25bc0e082b9600ef19c02ba4f565bc3b14cfe | [
"MIT"
] | null | null | null | src/core/g_maps.hpp | dmlerner/win-vind | f5c25bc0e082b9600ef19c02ba4f565bc3b14cfe | [
"MIT"
] | null | null | null | #ifndef _G_MAPS_HPP
#define _G_MAPS_HPP
#include "defs.hpp"
#include "mode.hpp"
#include <memory>
namespace vind
{
namespace core
{
enum class MapType : unsigned char {
UNDEFINED = 0b0000'0000,
MAP = 0b0001'0000,
NOREMAP = 0b00... | 26.862069 | 72 | 0.507488 | [
"vector"
] |
a39e7bc1d166df006e777cb4432ac205af377e68 | 11,936 | cpp | C++ | crogine/src/ecs/components/Transform.cpp | fallahn/crogine | f6cf3ade1f4e5de610d52e562bf43e852344bca0 | [
"FTL",
"Zlib"
] | 41 | 2017-08-29T12:14:36.000Z | 2022-02-04T23:49:48.000Z | crogine/src/ecs/components/Transform.cpp | fallahn/crogine | f6cf3ade1f4e5de610d52e562bf43e852344bca0 | [
"FTL",
"Zlib"
] | 11 | 2017-09-02T15:32:45.000Z | 2021-12-27T13:34:56.000Z | crogine/src/ecs/components/Transform.cpp | fallahn/crogine | f6cf3ade1f4e5de610d52e562bf43e852344bca0 | [
"FTL",
"Zlib"
] | 5 | 2020-01-25T17:51:45.000Z | 2022-03-01T05:20:30.000Z | /*-----------------------------------------------------------------------
Matt Marchant 2017 - 2020
http://trederia.blogspot.com
crogine - Zlib license.
This software is provided 'as-is', without any express or
implied warranty.In no event will the authors be held
liable for any damages arising from the use of this ... | 23.358121 | 96 | 0.560573 | [
"transform"
] |
a3a065b1eb93d23d0857fc629d9241b95c532e5c | 4,299 | cpp | C++ | source/test/range-test.cpp | CaptainCrowbar/rs-format | ef9cf9fcfe1ad74aba9e4eefd48f83b8d0d1f57c | [
"BSL-1.0"
] | null | null | null | source/test/range-test.cpp | CaptainCrowbar/rs-format | ef9cf9fcfe1ad74aba9e4eefd48f83b8d0d1f57c | [
"BSL-1.0"
] | null | null | null | source/test/range-test.cpp | CaptainCrowbar/rs-format | ef9cf9fcfe1ad74aba9e4eefd48f83b8d0d1f57c | [
"BSL-1.0"
] | null | null | null | #include "rs-format/range.hpp"
#include "rs-format/formatter.hpp"
#include "rs-unit-test.hpp"
#include <map>
#include <string>
#include <vector>
using namespace RS::Format;
void test_rs_format_string() {
TEST_EQUAL(format_string("", ""), "");
TEST_EQUAL(format_string("", "s"), ... | 62.304348 | 180 | 0.542917 | [
"vector"
] |
a3a22d409e279acc40b7c7fa68524f1e23ffb513 | 2,313 | cpp | C++ | code/tests/PriorityQueueTests.cpp | noSTALKER/nxtcore | 4fdd225417f1b8b6d70d824d3c889588b387e1b8 | [
"MIT"
] | 1 | 2019-06-18T09:53:39.000Z | 2019-06-18T09:53:39.000Z | code/tests/PriorityQueueTests.cpp | noSTALKER/nxtcore | 4fdd225417f1b8b6d70d824d3c889588b387e1b8 | [
"MIT"
] | null | null | null | code/tests/PriorityQueueTests.cpp | noSTALKER/nxtcore | 4fdd225417f1b8b6d70d824d3c889588b387e1b8 | [
"MIT"
] | null | null | null | #include "catch.hpp"
#include "../include/Container/PriorityQueue.h"
#include "../include/Container/Vector.h"
TEST_CASE("PriorityQueue Tests", "[priority_queue]") {
SECTION("Priority Queue Push and Pop Tests") {
nxt::core::Vector values = {5, 1, 2, 4, 6, 7, 8, 5, 2};
nxt::core::PriorityQueue queu... | 28.207317 | 69 | 0.518374 | [
"vector"
] |
a3a3222daeaede969ff8e6125217e283013aa5c4 | 10,973 | cpp | C++ | src/mongo/client/embedded/embedded_transport_layer.cpp | qconner/mongo | 4a77fa59b402710054345ec51000bf540847dd8e | [
"Apache-2.0"
] | null | null | null | src/mongo/client/embedded/embedded_transport_layer.cpp | qconner/mongo | 4a77fa59b402710054345ec51000bf540847dd8e | [
"Apache-2.0"
] | null | null | null | src/mongo/client/embedded/embedded_transport_layer.cpp | qconner/mongo | 4a77fa59b402710054345ec51000bf540847dd8e | [
"Apache-2.0"
] | null | null | null | /**
* Copyright (C) 2017 MongoDB Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be usef... | 40.047445 | 100 | 0.62909 | [
"vector"
] |
a3a3d0eed3e64f538f327b552ed76066b2a01546 | 786 | cpp | C++ | CDR-docker_main_file/deepstream-yolov5/nvdsinfer_custom_impl_Yolo/layers/implicit_layer.cpp | zengming995/cv-detect-robot | 9b6cf38008bd404e9ae15c82479453e7ed124f93 | [
"Apache-2.0"
] | 2 | 2022-02-25T07:51:12.000Z | 2022-02-28T05:51:50.000Z | CDR-docker_main_file/deepstream-yolov5/nvdsinfer_custom_impl_Yolo/layers/implicit_layer.cpp | zengming995/cv-detect-robot | 9b6cf38008bd404e9ae15c82479453e7ed124f93 | [
"Apache-2.0"
] | null | null | null | CDR-docker_main_file/deepstream-yolov5/nvdsinfer_custom_impl_Yolo/layers/implicit_layer.cpp | zengming995/cv-detect-robot | 9b6cf38008bd404e9ae15c82479453e7ed124f93 | [
"Apache-2.0"
] | 1 | 2022-02-28T05:51:42.000Z | 2022-02-28T05:51:42.000Z | /*
* Created by Marcos Luciano
* https://www.github.com/marcoslucianops
*/
#include <math.h>
#include "implicit_layer.h"
nvinfer1::ILayer* implicitLayer(
int channels,
std::vector<float>& weights,
std::vector<nvinfer1::Weights>& trtWeights,
int& weightPtr,
nvinfer1::INetworkDefinition* network)... | 25.354839 | 121 | 0.66285 | [
"vector"
] |
a3a6c835c37c6b4663d5b5b195111a859ba2ddb3 | 3,583 | cpp | C++ | dev/Gems/LandscapeCanvas/Code/Source/Editor/Nodes/BaseNode.cpp | brianherrera/lumberyard | f85344403c1c2e77ec8c75deb2c116e97b713217 | [
"AML"
] | 1,738 | 2017-09-21T10:59:12.000Z | 2022-03-31T21:05:46.000Z | dev/Gems/LandscapeCanvas/Code/Source/Editor/Nodes/BaseNode.cpp | ArchitectureStudios/lumberyard | f85344403c1c2e77ec8c75deb2c116e97b713217 | [
"AML"
] | 427 | 2017-09-29T22:54:36.000Z | 2022-02-15T19:26:50.000Z | dev/Gems/LandscapeCanvas/Code/Source/Editor/Nodes/BaseNode.cpp | ArchitectureStudios/lumberyard | f85344403c1c2e77ec8c75deb2c116e97b713217 | [
"AML"
] | 671 | 2017-09-21T08:04:01.000Z | 2022-03-29T14:30:07.000Z | /*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or t... | 33.485981 | 150 | 0.66983 | [
"model"
] |
a3b221c17820248bf11fe23f29596d50012b9020 | 7,674 | hpp | C++ | ThirdParty-mod/java2cpp/java/security/cert/CertPathValidator.hpp | kakashidinho/HQEngine | 8125b290afa7c62db6cc6eac14e964d8138c7fd0 | [
"MIT"
] | 1 | 2019-04-03T01:53:28.000Z | 2019-04-03T01:53:28.000Z | ThirdParty-mod/java2cpp/java/security/cert/CertPathValidator.hpp | kakashidinho/HQEngine | 8125b290afa7c62db6cc6eac14e964d8138c7fd0 | [
"MIT"
] | null | null | null | ThirdParty-mod/java2cpp/java/security/cert/CertPathValidator.hpp | kakashidinho/HQEngine | 8125b290afa7c62db6cc6eac14e964d8138c7fd0 | [
"MIT"
] | null | null | null | /*================================================================================
code generated by: java2cpp
author: Zoran Angelov, mailto://baldzar@gmail.com
class: java.security.cert.CertPathValidator
================================================================================*/
#ifndef J2CPP_INC... | 43.355932 | 229 | 0.742247 | [
"object"
] |
a3b3850decebaab1b035939a28a1e56561f8ebdd | 470 | cpp | C++ | POJ/3980/11792762_AC_375ms_712kB.cpp | BakaErii/ACM_Collection | d368b15c7f1c84472424d5e61e5ebc667f589025 | [
"WTFPL"
] | null | null | null | POJ/3980/11792762_AC_375ms_712kB.cpp | BakaErii/ACM_Collection | d368b15c7f1c84472424d5e61e5ebc667f589025 | [
"WTFPL"
] | null | null | null | POJ/3980/11792762_AC_375ms_712kB.cpp | BakaErii/ACM_Collection | d368b15c7f1c84472424d5e61e5ebc667f589025 | [
"WTFPL"
] | null | null | null | /**
* @authors Moe_Sakiya sakiya@tun.moe
* @date 2017-12-01 16:21:03
*
*/
#include <iostream>
#include <string>
#include <algorithm>
#include <set>
#include <map>
#include <vector>
#include <stack>
#include <queue>
#include <cstdio>
#include <cstring>
#include <cstdlib>
#include <cmath>
using namespace s... | 14.6875 | 41 | 0.617021 | [
"vector"
] |
a3b6bcba3d3d804507b37cb90507f8952ebc0a6e | 14,670 | cpp | C++ | Proj2/ScrabbleJunior/Main.cpp | marhcouto/FEUP-PROG | e88a37065e02038a97e34072b1a21ff0c75b5bb8 | [
"MIT"
] | null | null | null | Proj2/ScrabbleJunior/Main.cpp | marhcouto/FEUP-PROG | e88a37065e02038a97e34072b1a21ff0c75b5bb8 | [
"MIT"
] | null | null | null | Proj2/ScrabbleJunior/Main.cpp | marhcouto/FEUP-PROG | e88a37065e02038a97e34072b1a21ff0c75b5bb8 | [
"MIT"
] | null | null | null | #include <iostream>
#include <vector>
#include <windows.h>
#include <string>
#include <map>
#include <iterator>
#include "Tile.h"
#include "Pool.h"
#include "Player.h"
#include "Board.h"
void Instructions(void) { //Prints instructions according to the user's decision
bool stop = false;
std::string response;
... | 38.103896 | 170 | 0.570211 | [
"vector"
] |
a3bad48117dc959547234cc4ccbabc6e6c660b28 | 1,948 | hpp | C++ | tst/test_subject/jni/test/JNITest.hpp | CMakeezer/cppJNI | 730482ffff00e89bb4f0e4a9e4b5a87090a646bf | [
"BSD-3-Clause"
] | 11 | 2017-11-14T22:38:41.000Z | 2021-10-04T14:50:22.000Z | tst/test_subject/jni/test/JNITest.hpp | CMakeezer/cppJNI | 730482ffff00e89bb4f0e4a9e4b5a87090a646bf | [
"BSD-3-Clause"
] | 2 | 2017-11-22T09:21:47.000Z | 2018-01-11T19:35:59.000Z | tst/test_subject/jni/test/JNITest.hpp | CMakeezer/cppJNI | 730482ffff00e89bb4f0e4a9e4b5a87090a646bf | [
"BSD-3-Clause"
] | 5 | 2018-01-11T18:50:26.000Z | 2020-01-14T18:19:09.000Z | #pragma once
#include <cppjni/concepts/string_type.hpp>
#include <cppjni/method_signature.hpp>
#include <cppjni/predefined/java/lang/object.hpp>
#include <cppjni/predefined/java/lang/string.hpp>
#include <cppjni/predefined/java/util/list.hpp>
namespace test
{
namespace cppjni
{
namespace cj = ::cppjni;
namespa... | 43.288889 | 106 | 0.626797 | [
"object"
] |
a3bb914efba775e43a2dc9ec665d7339e703d1f6 | 6,193 | cpp | C++ | aws-cpp-sdk-autoscaling/source/model/ScalingActivityStatusCode.cpp | ambasta/aws-sdk-cpp | c81192e00b572b76d175d84dff77185bd17ae1ac | [
"Apache-2.0"
] | null | null | null | aws-cpp-sdk-autoscaling/source/model/ScalingActivityStatusCode.cpp | ambasta/aws-sdk-cpp | c81192e00b572b76d175d84dff77185bd17ae1ac | [
"Apache-2.0"
] | null | null | null | aws-cpp-sdk-autoscaling/source/model/ScalingActivityStatusCode.cpp | ambasta/aws-sdk-cpp | c81192e00b572b76d175d84dff77185bd17ae1ac | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | 41.286667 | 124 | 0.676086 | [
"model"
] |
a3c560e7440bfbd17cdf8d5d3280fa8b71a55275 | 7,391 | cpp | C++ | src/view/view-3d.cpp | pushqrdx/wayfire | f012f82ba3fba861bf23a175941591921e1fdd22 | [
"MIT"
] | 1 | 2020-05-28T22:28:49.000Z | 2020-05-28T22:28:49.000Z | src/view/view-3d.cpp | myfreeweb/wayfire | c56e5a555ed54156270d39dbd5e2ec73d7cf76a7 | [
"MIT"
] | null | null | null | src/view/view-3d.cpp | myfreeweb/wayfire | c56e5a555ed54156270d39dbd5e2ec73d7cf76a7 | [
"MIT"
] | null | null | null | #include "wayfire/view-transform.hpp"
#include "wayfire/opengl.hpp"
#include "wayfire/core.hpp"
#include "wayfire/output.hpp"
#include <algorithm>
#include <cmath>
#include <glm/gtc/matrix_transform.hpp>
#define PI 3.14159265359
wlr_box wf::view_transformer_t::get_bounding_box(wf::geometry_t view, wlr_box region)
{
... | 28.647287 | 85 | 0.644297 | [
"geometry",
"transform"
] |
a3c59bc83b168c94be4a0b9b93d19dbb157d1125 | 660 | cpp | C++ | source/filter.cpp | MarianFriedrich/3_programmiersprachen-blatt | 0bd4087b29fa628a7e9ff0a0f489402b08685bd1 | [
"MIT"
] | null | null | null | source/filter.cpp | MarianFriedrich/3_programmiersprachen-blatt | 0bd4087b29fa628a7e9ff0a0f489402b08685bd1 | [
"MIT"
] | null | null | null | source/filter.cpp | MarianFriedrich/3_programmiersprachen-blatt | 0bd4087b29fa628a7e9ff0a0f489402b08685bd1 | [
"MIT"
] | null | null | null | #define CATCH_CONFIG_RUNNER
#include <catch.hpp>
#include <vector>
bool is_even(int i);
bool is_odd(int i);
bool is_even(int i){return((i%2)==0);}
bool is_odd(int i){return((i%2)==1);}
// Filter
template <typename container, typename function>
container filter(container cont, function func)
{
cont.erase(std::remov... | 20.625 | 71 | 0.686364 | [
"vector"
] |
a3c683d1537a9d4e9d06806282a21e83d4b8edb9 | 1,929 | cpp | C++ | inference-engine/src/transformations/src/transformations/op_conversions/convert_gelu.cpp | Andruxin52rus/openvino | d824e371fe7dffb90e6d3d58e4e34adecfce4606 | [
"Apache-2.0"
] | 1 | 2022-01-19T15:36:45.000Z | 2022-01-19T15:36:45.000Z | inference-engine/src/transformations/src/transformations/op_conversions/convert_gelu.cpp | Andruxin52rus/openvino | d824e371fe7dffb90e6d3d58e4e34adecfce4606 | [
"Apache-2.0"
] | 22 | 2021-02-03T12:41:51.000Z | 2022-02-21T13:04:48.000Z | inference-engine/src/transformations/src/transformations/op_conversions/convert_gelu.cpp | mmakridi/openvino | 769bb7709597c14debdaa356dd60c5a78bdfa97e | [
"Apache-2.0"
] | null | null | null | // Copyright (C) 2018-2020 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#include "itt.hpp"
#include <memory>
#include <ngraph/opsets/opset2.hpp>
#include <transformations/op_conversions/convert_gelu.hpp>
#include <transformations/utils/utils.hpp>
#include <ngraph/ngraph.hpp>
#include <ngraph/rt_info.hp... | 42.866667 | 131 | 0.676516 | [
"shape"
] |
a3cd123305ba675762af80d52568e2b1f50fdfcf | 45,324 | cpp | C++ | emulator/src/devices/bus/isa/trident.cpp | rjw57/tiw-computer | 5ef1c79893165b8622d1114d81cd0cded58910f0 | [
"MIT"
] | 1 | 2022-01-15T21:38:38.000Z | 2022-01-15T21:38:38.000Z | emulator/src/devices/bus/isa/trident.cpp | rjw57/tiw-computer | 5ef1c79893165b8622d1114d81cd0cded58910f0 | [
"MIT"
] | null | null | null | emulator/src/devices/bus/isa/trident.cpp | rjw57/tiw-computer | 5ef1c79893165b8622d1114d81cd0cded58910f0 | [
"MIT"
] | null | null | null | // license:BSD-3-Clause
// copyright-holders:Barry Rodewald
/*
* trident.c
*
* Implementation of Trident VGA GUI accelerators
*
*
*/
#include "emu.h"
#include "trident.h"
#include "debugger.h"
#include "screen.h"
DEFINE_DEVICE_TYPE(TRIDENT_VGA, tgui9860_device, "trident_vga", "Trident TGUI9860")
DEFINE_DEVI... | 27.738066 | 198 | 0.664527 | [
"vector",
"solid"
] |
a3cd169390b8a9227bfc9a57ab02f706e0fa46be | 3,686 | cpp | C++ | Coding_Exercises/1st/teleports/mytelefinal.cpp | Costopoulos/NTUA-Algorithms | ad67f8ee2fbac3f3933cffca0e2da465f73a6181 | [
"MIT"
] | null | null | null | Coding_Exercises/1st/teleports/mytelefinal.cpp | Costopoulos/NTUA-Algorithms | ad67f8ee2fbac3f3933cffca0e2da465f73a6181 | [
"MIT"
] | null | null | null | Coding_Exercises/1st/teleports/mytelefinal.cpp | Costopoulos/NTUA-Algorithms | ad67f8ee2fbac3f3933cffca0e2da465f73a6181 | [
"MIT"
] | 1 | 2022-01-04T12:37:11.000Z | 2022-01-04T12:37:11.000Z | #include <iostream>
#include <algorithm> //sort
#include <vector>
#include <bits/stdc++.h>
using namespace std;
int N, M;
int subgraph_num = 0;
//int belongs_to_subgraph[M];
struct portal {
int a, b, w;
};
void addEdge(vector<int> adj[], int u, int v)
{
adj[u].push_back(v);
adj[v].... | 27.102941 | 115 | 0.426479 | [
"vector"
] |
a3d224889c4b9ace5284998a0dd089d5c81233fa | 4,296 | cpp | C++ | modules/slideio/src/imagetools/jxrcodec.cpp | Booritas/opencv_slideio | 86789b833cb5411c71757e7a1d49d481b1b905cd | [
"BSD-3-Clause"
] | null | null | null | modules/slideio/src/imagetools/jxrcodec.cpp | Booritas/opencv_slideio | 86789b833cb5411c71757e7a1d49d481b1b905cd | [
"BSD-3-Clause"
] | null | null | null | modules/slideio/src/imagetools/jxrcodec.cpp | Booritas/opencv_slideio | 86789b833cb5411c71757e7a1d49d481b1b905cd | [
"BSD-3-Clause"
] | null | null | null | // This file is part of OpenCV project.
// It is subject to the license terms in the LICENSE file found in the top-level directory
// of this distribution and at http://opencv.org/license.html.
#include "opencv2/slideio/imagetools.hpp"
#include "opencv2/slideio.hpp"
#include <boost/format.hpp>
#include <boost/filesyste... | 33.302326 | 99 | 0.671322 | [
"object",
"vector"
] |
a3daf8ae1a6ab2440ee40579260c70acc4796c09 | 3,653 | cpp | C++ | src/components/behaviors/ParticleSystem.cpp | maksmaisak/Saxion_Y2Q2_Rendering | 14cf23c4e333599f16d200879301e8d5548e562b | [
"MIT"
] | null | null | null | src/components/behaviors/ParticleSystem.cpp | maksmaisak/Saxion_Y2Q2_Rendering | 14cf23c4e333599f16d200879301e8d5548e562b | [
"MIT"
] | null | null | null | src/components/behaviors/ParticleSystem.cpp | maksmaisak/Saxion_Y2Q2_Rendering | 14cf23c4e333599f16d200879301e8d5548e562b | [
"MIT"
] | null | null | null | //
// Created by Maksym Maisak on 14/10/18.
//
#include <cmath>
#include <iostream>
#include <algorithm>
#include "Transform.h"
#include "ParticleSystem.h"
#include "MyMath.h"
#include "GameTime.h"
#include "EntityRegistry.h"
#include "Actor.h"
void ParticleSystem::draw() {
throw "Not implemented";
/*if (!m... | 28.76378 | 144 | 0.7049 | [
"transform"
] |
a3dc2374516da72cc8e3e9e26aa314347624772b | 2,811 | cpp | C++ | aws-cpp-sdk-dms/source/model/AuthMechanismValue.cpp | ploki/aws-sdk-cpp | 17074e3e48c7411f81294e2ee9b1550c4dde842c | [
"Apache-2.0"
] | 1 | 2020-07-16T19:03:13.000Z | 2020-07-16T19:03:13.000Z | aws-cpp-sdk-dms/source/model/AuthMechanismValue.cpp | ploki/aws-sdk-cpp | 17074e3e48c7411f81294e2ee9b1550c4dde842c | [
"Apache-2.0"
] | 18 | 2018-05-15T16:41:07.000Z | 2018-05-21T00:46:30.000Z | aws-cpp-sdk-dms/source/model/AuthMechanismValue.cpp | ploki/aws-sdk-cpp | 17074e3e48c7411f81294e2ee9b1550c4dde842c | [
"Apache-2.0"
] | 1 | 2019-01-18T13:03:55.000Z | 2019-01-18T13:03:55.000Z | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | 31.943182 | 92 | 0.651014 | [
"model"
] |
a3dd20c770b8af8c315bf57fc71314ee905cbc66 | 2,854 | cpp | C++ | 3rdParty/boost/1.71.0/libs/range/test/reversible_range.cpp | rajeev02101987/arangodb | 817e6c04cb82777d266f3b444494140676da98e2 | [
"Apache-2.0"
] | 12,278 | 2015-01-29T17:11:33.000Z | 2022-03-31T21:12:00.000Z | 3rdParty/boost/1.71.0/libs/range/test/reversible_range.cpp | rajeev02101987/arangodb | 817e6c04cb82777d266f3b444494140676da98e2 | [
"Apache-2.0"
] | 9,469 | 2015-01-30T05:33:07.000Z | 2022-03-31T16:17:21.000Z | 3rdParty/boost/1.71.0/libs/range/test/reversible_range.cpp | rajeev02101987/arangodb | 817e6c04cb82777d266f3b444494140676da98e2 | [
"Apache-2.0"
] | 892 | 2015-01-29T16:26:19.000Z | 2022-03-20T07:44:30.000Z | // Boost.Range library
//
// Copyright Thorsten Ottosen 2003-2004. Use, modification and
// distribution is 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)
//
// For more information, see http://www.boost.org/libs/rang... | 38.053333 | 136 | 0.611423 | [
"vector"
] |
a3e040b3405c246eb808dc0dce13aa197a385b08 | 9,047 | cpp | C++ | physx/samples/samplenorthpole/SampleNorthPole.cpp | Toolchefs/PhysX | bf983b19f763698e41e10766482679c6e2278400 | [
"BSD-3-Clause"
] | 2,372 | 2018-12-20T18:01:39.000Z | 2022-03-31T09:58:37.000Z | physx/samples/samplenorthpole/SampleNorthPole.cpp | Toolchefs/PhysX | bf983b19f763698e41e10766482679c6e2278400 | [
"BSD-3-Clause"
] | 534 | 2018-12-20T20:04:42.000Z | 2022-03-31T19:00:50.000Z | physx/samples/samplenorthpole/SampleNorthPole.cpp | Toolchefs/PhysX | bf983b19f763698e41e10766482679c6e2278400 | [
"BSD-3-Clause"
] | 694 | 2018-12-20T18:32:36.000Z | 2022-03-16T03:45:42.000Z | //
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in bin... | 37.853556 | 158 | 0.722892 | [
"geometry",
"shape"
] |
a3e15eb57cc50ffa47624cd3adb63b37f2ddb713 | 2,256 | cpp | C++ | modules/modified_stack_minimums/src/modified_stack_minimums.cpp | WolfCub15/devtools-course-practice | 680941b93baffac260f4eb6ad94b7dc03b2461f2 | [
"CC-BY-4.0"
] | null | null | null | modules/modified_stack_minimums/src/modified_stack_minimums.cpp | WolfCub15/devtools-course-practice | 680941b93baffac260f4eb6ad94b7dc03b2461f2 | [
"CC-BY-4.0"
] | 3 | 2021-04-22T17:12:19.000Z | 2021-05-14T12:16:25.000Z | modules/modified_stack_minimums/src/modified_stack_minimums.cpp | taktaev-artyom/devtools-course-practice | 7cf19defe061c07cfb3ebb71579456e807430a5d | [
"CC-BY-4.0"
] | null | null | null | // Copyright 2021 Novozhilova Ekaterina
#include "include/modified_stack_minimums.h"
#include <vector>
#include <utility>
ModifiedStack::ModifiedStack(int _size) {
if (_size < 0) {
throw -1;
} else {
st_size = _size;
last = -1;
mem.resize(st_size);
}
}
ModifiedStack::Modifi... | 21.084112 | 67 | 0.54211 | [
"vector"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.