hexsha stringlengths 40 40 | size int64 7 1.05M | ext stringclasses 13
values | lang stringclasses 1
value | max_stars_repo_path stringlengths 4 269 | max_stars_repo_name stringlengths 5 108 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses listlengths 1 9 | max_stars_count int64 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 4 269 | max_issues_repo_name stringlengths 5 116 | max_issues_repo_head_hexsha stringlengths 40 40 | max_issues_repo_licenses listlengths 1 9 | max_issues_count int64 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 4 269 | max_forks_repo_name stringlengths 5 116 | max_forks_repo_head_hexsha stringlengths 40 40 | max_forks_repo_licenses listlengths 1 9 | max_forks_count int64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringlengths 24 24 ⌀ | max_forks_repo_forks_event_max_datetime stringlengths 24 24 ⌀ | content stringlengths 7 1.05M | avg_line_length float64 1.21 330k | max_line_length int64 6 990k | alphanum_fraction float64 0.01 0.99 | author_id stringlengths 2 40 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c8b410f709c50d4e0e1b3ba85c65906cdc3cc5da | 2,102 | hpp | C++ | test/src/mbgl/test/stub_file_source.hpp | roblabs/maplibre-gl-native | d62ff400c6f75750d71b563344b1ca1e07b9b576 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 316 | 2021-02-05T10:34:35.000Z | 2022-03-23T21:58:39.000Z | test/src/mbgl/test/stub_file_source.hpp | roblabs/maplibre-gl-native | d62ff400c6f75750d71b563344b1ca1e07b9b576 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 187 | 2021-02-11T10:39:30.000Z | 2022-03-31T21:59:47.000Z | test/src/mbgl/test/stub_file_source.hpp | roblabs/maplibre-gl-native | d62ff400c6f75750d71b563344b1ca1e07b9b576 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | 93 | 2021-02-04T09:39:14.000Z | 2022-03-31T04:03:56.000Z | #pragma once
#include <mbgl/storage/file_source.hpp>
#include <mbgl/storage/online_file_source.hpp>
#include <mbgl/storage/resource.hpp>
#include <mbgl/storage/resource_options.hpp>
#include <mbgl/util/timer.hpp>
#include <map>
#include <unordered_map>
namespace mbgl {
class StubFileSource : public FileSource {
pub... | 32.338462 | 96 | 0.745005 | roblabs |
c8b5fa8b70e043d8f394a1c134bc45a6fe5e10fd | 13,201 | hpp | C++ | boost/boost/msm/front/euml/guard_grammar.hpp | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | 12,278 | 2015-01-29T17:11:33.000Z | 2022-03-31T21:12:00.000Z | boost/boost/msm/front/euml/guard_grammar.hpp | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | 9,469 | 2015-01-30T05:33:07.000Z | 2022-03-31T16:17:21.000Z | boost/boost/msm/front/euml/guard_grammar.hpp | randolphwong/mcsema | eb5b376736e7f57ff0a61f7e4e5a436bbb874720 | [
"BSD-3-Clause"
] | 1,343 | 2017-12-08T19:47:19.000Z | 2022-03-26T11:31:36.000Z | // Copyright 2008 Christophe Henry
// henry UNDERSCORE christophe AT hotmail DOT com
// This is an extended version of the state machine available in the boost::mpl library
// Distributed under the same license as the original.
// Copyright for the original version:
// Copyright 2005 David Abrahams and Aleksey Gurtovoy... | 36.977591 | 142 | 0.573138 | randolphwong |
c8b6a31ac6a4a0dfde7165ea3aaf26f2a6b1245d | 50,637 | cpp | C++ | mp/src/game/shared/fortress/tf_gamerules.cpp | MaartenS11/Team-Fortress-Invasion | f36b96d27f834d94e0db2d2a9470b05b42e9b460 | [
"Unlicense"
] | 1 | 2021-03-20T14:27:45.000Z | 2021-03-20T14:27:45.000Z | mp/src/game/shared/fortress/tf_gamerules.cpp | MaartenS11/Team-Fortress-Invasion | f36b96d27f834d94e0db2d2a9470b05b42e9b460 | [
"Unlicense"
] | null | null | null | mp/src/game/shared/fortress/tf_gamerules.cpp | MaartenS11/Team-Fortress-Invasion | f36b96d27f834d94e0db2d2a9470b05b42e9b460 | [
"Unlicense"
] | null | null | null | #include "cbase.h"
#include "tf_gamerules.h"
#include "tf_shareddefs.h"
#include "ammodef.h"
#include "basetfcombatweapon_shared.h"
#ifdef CLIENT_DLL
#include "c_shield.h"
#include "c_te_effect_dispatch.h"
#define CShield C_Shield
#else
#include "tf_shield.h"
#include "te_effect_dispatch.h"
#include "player.h"
... | 30.412613 | 168 | 0.607323 | MaartenS11 |
c8b7adf7fe8de3b8dce15c243dba24cd3ff4a898 | 3,375 | cpp | C++ | tests/base/uri.cpp | kdt3rd/gecko | 756a4e4587eb5023495294d9b6c6d80ebd79ebde | [
"MIT"
] | 15 | 2017-10-18T05:08:16.000Z | 2022-02-02T11:01:46.000Z | tests/base/uri.cpp | kdt3rd/gecko | 756a4e4587eb5023495294d9b6c6d80ebd79ebde | [
"MIT"
] | null | null | null | tests/base/uri.cpp | kdt3rd/gecko | 756a4e4587eb5023495294d9b6c6d80ebd79ebde | [
"MIT"
] | 1 | 2018-11-10T03:12:57.000Z | 2018-11-10T03:12:57.000Z | // SPDX-License-Identifier: MIT
// Copyright contributors to the gecko project.
#include <base/ansi.h>
#include <base/contract.h>
#include <base/string_util.h>
#include <base/unit_test.h>
#include <base/uri.h>
#include <iostream>
#include <sstream>
namespace
{
void check(
base::unit_test & ut,
const std::str... | 27 | 71 | 0.505778 | kdt3rd |
c8b7b774a6c1c7c1bcf7875fdd9e3fc680e8062b | 12,397 | cpp | C++ | src/debug.cpp | mpiatka/UltraGrid | 70a768b9990b9cae5a16e151e0f18ef534fecc9d | [
"BSD-3-Clause"
] | 1 | 2019-04-15T12:26:55.000Z | 2019-04-15T12:26:55.000Z | src/debug.cpp | mpiatka/UltraGrid | 70a768b9990b9cae5a16e151e0f18ef534fecc9d | [
"BSD-3-Clause"
] | null | null | null | src/debug.cpp | mpiatka/UltraGrid | 70a768b9990b9cae5a16e151e0f18ef534fecc9d | [
"BSD-3-Clause"
] | null | null | null | /*
* FILE: debug.cpp
* PROGRAM: RAT
* AUTHORS: Isidor Kouvelas
* Colin Perkins
* Mark Handley
* Orion Hodson
* Jerry Isdale
*
* $Revision: 1.1 $
* $Date: 2007/11/08 09:48:59 $
*
* Copyright (c) 1995-2000 University College London
* Copyright (c) 2005-2021 CESNET, z. s... | 34.057692 | 160 | 0.509397 | mpiatka |
c8b85cd7bf5a90889acd932205e44dac6685d29e | 201 | cpp | C++ | Basic_program_C/Untitled11.cpp | abhinavmaurya5757/Basic_Program | 9b65045ff322e282accb111d435611d3b0de2ad8 | [
"Apache-2.0"
] | null | null | null | Basic_program_C/Untitled11.cpp | abhinavmaurya5757/Basic_Program | 9b65045ff322e282accb111d435611d3b0de2ad8 | [
"Apache-2.0"
] | null | null | null | Basic_program_C/Untitled11.cpp | abhinavmaurya5757/Basic_Program | 9b65045ff322e282accb111d435611d3b0de2ad8 | [
"Apache-2.0"
] | null | null | null | #include<stdio.h>
int main()
{
int a;
printf("enter the number");
scanf("%d",&a);
if(a%2==0)
{printf("The number is even");
}
else
{printf("The number is odd");
}
return 0;
}
| 13.4 | 32 | 0.537313 | abhinavmaurya5757 |
c8b899c10d2e960e516ddc4b1ebfa6ff45c16af7 | 865 | cpp | C++ | Week3/D - Cryptography/D - Cryptography/main.cpp | coolspring1293/Algorithm_2015_Later | 7be91b0711d430245c52f351f339864853896f90 | [
"MIT"
] | 1 | 2015-11-30T12:34:04.000Z | 2015-11-30T12:34:04.000Z | Week3/D - Cryptography/D - Cryptography/main.cpp | coolspring1293/Algorithm_2015_Later | 7be91b0711d430245c52f351f339864853896f90 | [
"MIT"
] | null | null | null | Week3/D - Cryptography/D - Cryptography/main.cpp | coolspring1293/Algorithm_2015_Later | 7be91b0711d430245c52f351f339864853896f90 | [
"MIT"
] | null | null | null | //
// main.cpp
// D - Cryptography
//
// Created by Kieran Will on 10/14/15.
// Copyright © 2015 Kieran Will. All rights reserved.
//
#include <iostream>
#include <vector>
#include <cmath>
using namespace std;
const int MSIZE = 15002;
bool isPrime(int n) {
for(int i = 2; i <= sqrt(n); ++ i) {
if(n %... | 18.020833 | 91 | 0.491329 | coolspring1293 |
c8b8e905233e4e156a1c67d67ed256f5540878c6 | 2,815 | cpp | C++ | REDSI_1160929_1161573/boost_1_67_0/libs/intrusive/example/doc_set.cpp | Wultyc/ISEP_1718_2A2S_REDSI_TrabalhoGrupo | eb0f7ef64e188fe871f47c2ef9cdef36d8a66bc8 | [
"MIT"
] | 32 | 2019-02-27T06:57:07.000Z | 2021-08-29T10:56:19.000Z | REDSI_1160929_1161573/boost_1_67_0/libs/intrusive/example/doc_set.cpp | Wultyc/ISEP_1718_2A2S_REDSI_TrabalhoGrupo | eb0f7ef64e188fe871f47c2ef9cdef36d8a66bc8 | [
"MIT"
] | 1 | 2019-04-04T18:00:00.000Z | 2019-04-04T18:00:00.000Z | REDSI_1160929_1161573/boost_1_67_0/libs/intrusive/example/doc_set.cpp | Wultyc/ISEP_1718_2A2S_REDSI_TrabalhoGrupo | eb0f7ef64e188fe871f47c2ef9cdef36d8a66bc8 | [
"MIT"
] | 5 | 2019-08-20T13:45:04.000Z | 2022-03-01T18:23:49.000Z | /////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Ion Gaztanaga 2006-2013
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// See http://w... | 32.732558 | 86 | 0.604618 | Wultyc |
c8b947129118a8882738efb25e40ce493bcaf9ed | 9,678 | cpp | C++ | Base/Base.cpp | koronabora/Base | 788e8d1ca480a0b4a3b7fef9d85965d9723069ff | [
"MIT"
] | null | null | null | Base/Base.cpp | koronabora/Base | 788e8d1ca480a0b4a3b7fef9d85965d9723069ff | [
"MIT"
] | null | null | null | Base/Base.cpp | koronabora/Base | 788e8d1ca480a0b4a3b7fef9d85965d9723069ff | [
"MIT"
] | null | null | null | // This is an independent project of an individual developer. Dear PVS-Studio, please check it.
// PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
#include "Base.h"
Base::Base(QWidget *parent)
: QMainWindow(parent)
{
ui.setupUi(this);
//=menu_action_edit
QAction* a1 = menu.addAction(trUtf... | 22.879433 | 119 | 0.600331 | koronabora |
c8b9dcc536b7854b9ca485781da38fd463305370 | 10,338 | cpp | C++ | Android/NDK/android-ndk-r20b-win/sources/third_party/shaderc/third_party/spirv-tools/source/val/validate_barriers.cpp | X018/CCTOOL | 989af4d7edab82bf540400eb72eca4e7447d722c | [
"MIT"
] | 1 | 2017-10-08T20:52:50.000Z | 2017-10-08T20:52:50.000Z | Android/NDK/android-ndk-r20b-win/sources/third_party/shaderc/third_party/spirv-tools/source/val/validate_barriers.cpp | X018/CCTOOL | 989af4d7edab82bf540400eb72eca4e7447d722c | [
"MIT"
] | 1 | 2018-10-01T18:12:17.000Z | 2018-10-12T19:48:15.000Z | Android/NDK/android-ndk-r20b-win/sources/third_party/shaderc/third_party/spirv-tools/source/val/validate_barriers.cpp | X018/CCTOOL | 989af4d7edab82bf540400eb72eca4e7447d722c | [
"MIT"
] | null | null | null | // Copyright (c) 2018 Google LLC.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to... | 34.118812 | 80 | 0.623718 | X018 |
c8bba1d893d8b5ada76149a3f7dce4e26721fb67 | 27,665 | hpp | C++ | src/DataStructures/VectorImpl.hpp | desperadoshi/spectre | b61c12dce108a98a875a1e9476e5630bea634119 | [
"MIT"
] | null | null | null | src/DataStructures/VectorImpl.hpp | desperadoshi/spectre | b61c12dce108a98a875a1e9476e5630bea634119 | [
"MIT"
] | null | null | null | src/DataStructures/VectorImpl.hpp | desperadoshi/spectre | b61c12dce108a98a875a1e9476e5630bea634119 | [
"MIT"
] | null | null | null | // Distributed under the MIT License.
// See LICENSE.txt for details.
#pragma once
#include <algorithm> // IWYU pragma: keep // for std::fill
#include <array>
#include <cstddef>
#include <cstdlib>
#include <cstring>
#include <functional> // IWYU pragma: keep // for std::plus, etc.
#include <initializer_list>
#inc... | 42.825077 | 80 | 0.62223 | desperadoshi |
c8bc8700057709d77f64b4fc1eb0c57391fcab28 | 8,443 | cc | C++ | cartographer/mapping/internal/2d/scan_matching/real_time_correlative_scan_matcher_2d_test.cc | RobotnikAutomation/cartographer | 5b45d6ca94e49b7e4c0d5a5dc92292f3c863e698 | [
"Apache-2.0"
] | null | null | null | cartographer/mapping/internal/2d/scan_matching/real_time_correlative_scan_matcher_2d_test.cc | RobotnikAutomation/cartographer | 5b45d6ca94e49b7e4c0d5a5dc92292f3c863e698 | [
"Apache-2.0"
] | null | null | null | cartographer/mapping/internal/2d/scan_matching/real_time_correlative_scan_matcher_2d_test.cc | RobotnikAutomation/cartographer | 5b45d6ca94e49b7e4c0d5a5dc92292f3c863e698 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2016 The Cartographer 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... | 41.185366 | 97 | 0.722966 | RobotnikAutomation |
c8bc96867e951b58356b4c931469933fe0a1525d | 2,240 | hpp | C++ | src/model_server/lib/toolkit_function_specification.hpp | Bpowers4/turicreate | 73dad213cc1c4f74337b905baea2b3a1e5a0266c | [
"BSD-3-Clause"
] | 11,356 | 2017-12-08T19:42:32.000Z | 2022-03-31T16:55:25.000Z | src/model_server/lib/toolkit_function_specification.hpp | Bpowers4/turicreate | 73dad213cc1c4f74337b905baea2b3a1e5a0266c | [
"BSD-3-Clause"
] | 2,402 | 2017-12-08T22:31:01.000Z | 2022-03-28T19:25:52.000Z | src/model_server/lib/toolkit_function_specification.hpp | Bpowers4/turicreate | 73dad213cc1c4f74337b905baea2b3a1e5a0266c | [
"BSD-3-Clause"
] | 1,343 | 2017-12-08T19:47:19.000Z | 2022-03-26T11:31:36.000Z | /* Copyright © 2017 Apple Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can
* be found in the LICENSE.txt file or at https://opensource.org/licenses/BSD-3-Clause
*/
#ifndef TURI_TOOLKIT_FUNCTION_SPECIFICATION_HPP
#define TURI_TOOLKIT_FUNCTION_SPECIFICATION_HPP
#inc... | 35 | 103 | 0.743304 | Bpowers4 |
c8bcd11e9e4f289699dd6d687a76b1ad55c94175 | 1,431 | cpp | C++ | Lcd.cpp | kortescode/Morse-Code-Interpreter | 02201797c9e18e07e799a870937ccf6ab567db9c | [
"Apache-2.0"
] | null | null | null | Lcd.cpp | kortescode/Morse-Code-Interpreter | 02201797c9e18e07e799a870937ccf6ab567db9c | [
"Apache-2.0"
] | null | null | null | Lcd.cpp | kortescode/Morse-Code-Interpreter | 02201797c9e18e07e799a870937ccf6ab567db9c | [
"Apache-2.0"
] | null | null | null | /****************************
** Contrôle de l’écran LCD **
****************************/
#include <LiquidCrystal.h>
#include "Lcd.h"
#include "MorseCharacter.h"
/* Initialisation de la librairie de l'écran LCD */
LiquidCrystal lcd(LCDRS, LCDENABLE, LCDD4, LCDD5, LCDD6, LCDD7);
/* Fonction d'initialisation de l'écra... | 31.8 | 102 | 0.685535 | kortescode |
c8bdc07c8795706000682f0bed19854b273a2a1f | 11,463 | cxx | C++ | cpp/3rdparty/ale_0_4/src/emucore/TIASnd.cxx | sfpd/rlreloaded | 650c64ec22ad45996c8c577d85b1a4f20aa1c692 | [
"MIT"
] | 4 | 2017-01-13T14:31:38.000Z | 2021-03-06T11:39:18.000Z | cpp/3rdparty/ale_0_4/src/emucore/TIASnd.cxx | sfpd/rlreloaded | 650c64ec22ad45996c8c577d85b1a4f20aa1c692 | [
"MIT"
] | null | null | null | cpp/3rdparty/ale_0_4/src/emucore/TIASnd.cxx | sfpd/rlreloaded | 650c64ec22ad45996c8c577d85b1a4f20aa1c692 | [
"MIT"
] | null | null | null | //============================================================================
//
// SSSS tt lll lll
// SS SS tt ll ll
// SS tttttt eeee ll ll aaaa
// SSSS tt ee ee ll ll aa
// SS tt eeeeee ll ll aaaaa -- "An Atari 2600 VCS Emula... | 29.929504 | 78 | 0.393004 | sfpd |
c8becaa5a87e98639bae009fb56536bcfa5357fc | 16,624 | hh | C++ | dune/xt/functions/base/combined-functions.hh | renefritze/dune-xt-functions | aea4ef43bb0177466be2ec3cb56e3f4f5ced2c25 | [
"BSD-2-Clause"
] | null | null | null | dune/xt/functions/base/combined-functions.hh | renefritze/dune-xt-functions | aea4ef43bb0177466be2ec3cb56e3f4f5ced2c25 | [
"BSD-2-Clause"
] | 1 | 2018-07-09T10:57:27.000Z | 2018-07-09T10:57:27.000Z | dune/xt/functions/base/combined-functions.hh | TiKeil/dune-xt-functions | aea4ef43bb0177466be2ec3cb56e3f4f5ced2c25 | [
"BSD-2-Clause"
] | null | null | null | // This file is part of the dune-xt-functions project:
// https://github.com/dune-community/dune-xt-functions
// Copyright 2009-2018 dune-xt-functions developers and contributors. All rights reserved.
// License: Dual licensed as BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
// or GPL-2.0+ ... | 36.376368 | 118 | 0.661213 | renefritze |
c8bf53fa139c408326a187329affd5c5b4ac1bf1 | 2,088 | cpp | C++ | elenasrc2/engine/win32/win32routines.cpp | drkameleon/elena-lang | 8585e93a3bc0b19f8d60029ffbe01311d0b711a3 | [
"MIT"
] | null | null | null | elenasrc2/engine/win32/win32routines.cpp | drkameleon/elena-lang | 8585e93a3bc0b19f8d60029ffbe01311d0b711a3 | [
"MIT"
] | null | null | null | elenasrc2/engine/win32/win32routines.cpp | drkameleon/elena-lang | 8585e93a3bc0b19f8d60029ffbe01311d0b711a3 | [
"MIT"
] | null | null | null | //---------------------------------------------------------------------------
// E L E N A P r o j e c t: Win32 ELENA System Routines
//
// (C)2018-2020, by Alexei Rakov
//---------------------------------------------------------------------------
#include "elena.h"
// ... | 26.43038 | 125 | 0.599138 | drkameleon |
c8c034d341fe47a715cf8fd9b566a7c7a50f7979 | 9,579 | cpp | C++ | Source/Sound/SoundAttenuator.cpp | andraantariksa/PlasmaEngine | 481ea008ed15b531476533a6f675bc9bfdfa7db2 | [
"MIT"
] | 70 | 2020-10-19T15:17:36.000Z | 2022-03-29T06:23:20.000Z | Source/Sound/SoundAttenuator.cpp | andraantariksa/PlasmaEngine | 481ea008ed15b531476533a6f675bc9bfdfa7db2 | [
"MIT"
] | 90 | 2020-10-21T09:56:03.000Z | 2022-02-19T18:36:37.000Z | Source/Sound/SoundAttenuator.cpp | andraantariksa/PlasmaEngine | 481ea008ed15b531476533a6f675bc9bfdfa7db2 | [
"MIT"
] | 13 | 2020-12-28T20:18:57.000Z | 2022-01-20T08:43:29.000Z | // MIT Licensed (see LICENSE.md).
#include "Precompiled.hpp"
namespace Plasma
{
// Sound Attenuator
LightningDefineType(SoundAttenuatorDisplay, builder, type)
{
}
String SoundAttenuatorDisplay::GetName(HandleParam object)
{
SoundAttenuator* soundAtten = object.Get<SoundAttenuator*>(GetOptions::AssertOnNull);
r... | 29.934375 | 120 | 0.732436 | andraantariksa |
c8c0626b39d8a537d901795999fa6dddc0c3d524 | 4,503 | cpp | C++ | src/parser/ipt-model/sat-tid.cpp | jnippula/satt | aff4562b7e94f095d2e13eb10b9ac872484bb5cd | [
"Apache-2.0"
] | 54 | 2016-11-09T13:26:40.000Z | 2019-04-30T16:29:45.000Z | src/parser/ipt-model/sat-tid.cpp | jnippula/satt | aff4562b7e94f095d2e13eb10b9ac872484bb5cd | [
"Apache-2.0"
] | 2 | 2016-11-09T13:25:19.000Z | 2017-03-27T04:09:35.000Z | src/parser/ipt-model/sat-tid.cpp | jnippula/satt | aff4562b7e94f095d2e13eb10b9ac872484bb5cd | [
"Apache-2.0"
] | 10 | 2016-11-28T07:55:40.000Z | 2019-03-23T12:40:36.000Z | /*
// Copyright (c) 2015 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or... | 23.575916 | 81 | 0.564068 | jnippula |
c8c292296b8f291e46f72bec9c122d493a3913d6 | 7,448 | cpp | C++ | Src/Util/DateTime.cpp | draede/cx | f3ce4aec9b99095760481b1507e383975b2827e3 | [
"MIT"
] | 1 | 2016-08-28T18:29:17.000Z | 2016-08-28T18:29:17.000Z | Src/Util/DateTime.cpp | draede/cx | f3ce4aec9b99095760481b1507e383975b2827e3 | [
"MIT"
] | null | null | null | Src/Util/DateTime.cpp | draede/cx | f3ce4aec9b99095760481b1507e383975b2827e3 | [
"MIT"
] | null | null | null | /*
* CX - C++ framework for general purpose development
*
* https://github.com/draede/cx
*
* Copyright (C) 2014 - 2021 draede - draede [at] outlook [dot] com
*
* Released under the MIT License.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associate... | 30.153846 | 118 | 0.608351 | draede |
c8c2c20278785a811c02434cc20904bffc1a134f | 46 | cpp | C++ | Unreal/CtaCpp/Runtime/Scripts/Combat/Item.cpp | areilly711/CtaApi | 8c7a80c48f2a6d02fb6680a5d8f62e6ff7da8d4c | [
"MIT"
] | 3 | 2021-06-02T16:44:02.000Z | 2022-01-24T20:20:10.000Z | Unreal/CtaCpp/Runtime/Scripts/Combat/Item.cpp | areilly711/CtaApi | 8c7a80c48f2a6d02fb6680a5d8f62e6ff7da8d4c | [
"MIT"
] | null | null | null | Unreal/CtaCpp/Runtime/Scripts/Combat/Item.cpp | areilly711/CtaApi | 8c7a80c48f2a6d02fb6680a5d8f62e6ff7da8d4c | [
"MIT"
] | null | null | null | #include "Item.h"
namespace Cta::Combat
{
}
| 7.666667 | 21 | 0.652174 | areilly711 |
c8c2cec62e1e591f9f192f519cf16b71d8ed3389 | 189,202 | cpp | C++ | src/test/app/Offer_test.cpp | MUSOChain/MUSO | 6301be50a570e3f49cf941d9e4979110b5a08351 | [
"BSL-1.0"
] | 2 | 2021-03-19T06:33:52.000Z | 2021-03-24T08:16:38.000Z | src/test/app/Offer_test.cpp | MUSOChain/MUSO | 6301be50a570e3f49cf941d9e4979110b5a08351 | [
"BSL-1.0"
] | null | null | null | src/test/app/Offer_test.cpp | MUSOChain/MUSO | 6301be50a570e3f49cf941d9e4979110b5a08351 | [
"BSL-1.0"
] | null | null | null | //------------------------------------------------------------------------------
/*
This file is part of MUSO: https://github.com/MUSO/MUSO
Copyright (c) 2012-2017 MUSO Labs Inc.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided t... | 34.369119 | 82 | 0.526163 | MUSOChain |
c8c5408946a92390a73c6ea0dbce72ac18ab69f5 | 5,706 | cpp | C++ | src/solvers/flattening/boolbv_width.cpp | jeannielynnmoulton/cbmc | 1d4af6d88ec960677170049a8a89a9166b952996 | [
"BSD-4-Clause"
] | null | null | null | src/solvers/flattening/boolbv_width.cpp | jeannielynnmoulton/cbmc | 1d4af6d88ec960677170049a8a89a9166b952996 | [
"BSD-4-Clause"
] | 1 | 2019-02-05T16:18:25.000Z | 2019-02-05T16:18:25.000Z | src/solvers/flattening/boolbv_width.cpp | jeannielynnmoulton/cbmc | 1d4af6d88ec960677170049a8a89a9166b952996 | [
"BSD-4-Clause"
] | null | null | null | /*******************************************************************\
Module:
Author: Daniel Kroening, [email protected]
\*******************************************************************/
#include "boolbv_width.h"
#include <algorithm>
#include <util/arith_tools.h>
#include <util/invariant.h>
#include <util... | 25.473214 | 78 | 0.670873 | jeannielynnmoulton |
c8c54e0e84ab3b4208120dfda7d3d86f4e27a66f | 277 | cpp | C++ | code/libs/MyMathLib/MathUtils.cpp | marwac-9/MyFramework | 2f8b44ad71fb64bba09b5a5d07822f260e78c39d | [
"Apache-2.0"
] | 3 | 2017-11-27T20:11:43.000Z | 2020-01-26T01:30:05.000Z | code/libs/MyMathLib/MathUtils.cpp | marwac-9/MyFramework | 2f8b44ad71fb64bba09b5a5d07822f260e78c39d | [
"Apache-2.0"
] | null | null | null | code/libs/MyMathLib/MathUtils.cpp | marwac-9/MyFramework | 2f8b44ad71fb64bba09b5a5d07822f260e78c39d | [
"Apache-2.0"
] | null | null | null | #include "MathUtils.h"
MathUtils::MathUtils()
{
}
MathUtils::~MathUtils()
{
}
double
MathUtils::ToRadians(double degrees)
{
return (degrees * PI) / 180.0;
}
double
MathUtils::ToDegrees(double radians)
{
return (radians * 180.0) / PI;
}
double MathUtils::PI = 3.14159265359; | 13.85 | 37 | 0.700361 | marwac-9 |
c8c72b59c99430d575acfc22f8f6f8c54f74faae | 2,245 | cpp | C++ | qrtest/unitTests/pluginsTests/robotsTests/tcpRobotSimulator/src/tcpRobotSimulator.cpp | ladaegorova18/trik-studio | f8d9ce50301fd93c948ac774e85c0e6bfff820bc | [
"Apache-2.0"
] | 17 | 2019-06-04T06:22:47.000Z | 2022-02-11T18:27:25.000Z | qrtest/unitTests/pluginsTests/robotsTests/tcpRobotSimulator/src/tcpRobotSimulator.cpp | ladaegorova18/trik-studio | f8d9ce50301fd93c948ac774e85c0e6bfff820bc | [
"Apache-2.0"
] | 1,248 | 2019-02-21T19:32:09.000Z | 2022-03-29T16:50:04.000Z | qrtest/unitTests/pluginsTests/robotsTests/tcpRobotSimulator/src/tcpRobotSimulator.cpp | khodand/trik-studio | 3d2de6809d38b621433c7ccb1cd98da8868d022d | [
"Apache-2.0"
] | 17 | 2019-02-12T07:58:23.000Z | 2022-03-10T11:39:21.000Z | /* Copyright 2016 CyberTech Labs Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | 31.180556 | 91 | 0.777283 | ladaegorova18 |
c8c74ee8f1a7c400a1cf56cc4c278e9688923e15 | 10,709 | cc | C++ | services/device/usb/usb_service_mac.cc | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 14,668 | 2015-01-01T01:57:10.000Z | 2022-03-31T23:33:32.000Z | services/device/usb/usb_service_mac.cc | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 86 | 2015-10-21T13:02:42.000Z | 2022-03-14T07:50:50.000Z | services/device/usb/usb_service_mac.cc | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 5,941 | 2015-01-02T11:32:21.000Z | 2022-03-31T16:35:46.000Z | // Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "services/device/usb/usb_service_mac.h"
#include <CoreFoundation/CFBase.h>
#include <CoreFoundation/CoreFoundation.h>
#include <IOKit/IOCFPlugIn... | 32.849693 | 79 | 0.71678 | zealoussnow |
c8ca2cfd4a772ccb5bbb79e7378253b5a6ee2aca | 1,627 | cpp | C++ | src/targets/gpu/device/gelu.cpp | raramakr/AMDMIGraphX | 83e7425367f6ce850ec28fe716fe7c23ce34c79f | [
"MIT"
] | 72 | 2018-12-06T18:31:17.000Z | 2022-03-30T15:01:02.000Z | src/targets/gpu/device/gelu.cpp | raramakr/AMDMIGraphX | 83e7425367f6ce850ec28fe716fe7c23ce34c79f | [
"MIT"
] | 1,006 | 2018-11-30T16:32:33.000Z | 2022-03-31T22:43:39.000Z | src/targets/gpu/device/gelu.cpp | raramakr/AMDMIGraphX | 83e7425367f6ce850ec28fe716fe7c23ce34c79f | [
"MIT"
] | 36 | 2019-05-07T10:41:46.000Z | 2022-03-28T15:59:56.000Z | #include <migraphx/gpu/device/gelu.hpp>
#include <migraphx/gpu/device/nary.hpp>
#include <migraphx/gpu/device/types.hpp>
#include <cmath>
namespace migraphx {
inline namespace MIGRAPHX_INLINE_NS {
namespace gpu {
namespace device {
// x * 0.5 * (1.0 + erf(x / sqrt(2.0)))
template <class T>
auto gelu_fn(T x) __device_... | 26.672131 | 93 | 0.618931 | raramakr |
c8caaf10cb83cee6a6810e82365265e6150fcfdd | 1,086 | cpp | C++ | entity.cpp | kodo-pp/someGame | 73ac9cc8856ba939a05c404c8f58084c09f3eb29 | [
"MIT"
] | null | null | null | entity.cpp | kodo-pp/someGame | 73ac9cc8856ba939a05c404c8f58084c09f3eb29 | [
"MIT"
] | null | null | null | entity.cpp | kodo-pp/someGame | 73ac9cc8856ba939a05c404c8f58084c09f3eb29 | [
"MIT"
] | null | null | null | #include "entity.hpp"
#include "move.hpp"
#include "field.hpp"
#include "io.hpp"
#include <fstream>
Entity::Entity(int _displayChar)
{
setDisplayChar(_displayChar);
position.setXY(0, 0);
}
Entity::~Entity()
{
}
Position Entity::getPosition()
{
Position _pos;
_pos.from(position);
return _pos;
}
void Entity::setPos... | 14.876712 | 79 | 0.684162 | kodo-pp |
c8cd9ec722c548244712aabeb018ce00cb3a524b | 385 | hpp | C++ | framework/include/shader_loader.hpp | JyotsnaGorle/CGLab_Gorle120290_Richter120258 | 3613365f7bb545a17914cfefbf087d9579c07893 | [
"MIT"
] | 2 | 2020-11-13T15:59:08.000Z | 2020-11-13T16:04:22.000Z | framework/include/shader_loader.hpp | JyotsnaGorle/CGLab_Gorle120290_Richter120258 | 3613365f7bb545a17914cfefbf087d9579c07893 | [
"MIT"
] | null | null | null | framework/include/shader_loader.hpp | JyotsnaGorle/CGLab_Gorle120290_Richter120258 | 3613365f7bb545a17914cfefbf087d9579c07893 | [
"MIT"
] | null | null | null | #ifndef SHADER_LOADER_HPP
#define SHADER_LOADER_HPP
#include <map>
#include <string>
#include <glbinding/gl/enum.h>
using namespace gl;
namespace shader_loader {
// compile shader
unsigned shader(std::string const& file_path, GLenum shader_type);
// create program from given list of stages
unsig... | 21.388889 | 69 | 0.719481 | JyotsnaGorle |
c8cdd02045f1325fc7aac3bd5bf9fd5177f7d191 | 884 | cpp | C++ | src/GameStateMachine.cpp | peddrro/JogoAviaoIndividual | 5711c37cbfcedb6351a5c74650c6ab7ac2856c2b | [
"MIT"
] | null | null | null | src/GameStateMachine.cpp | peddrro/JogoAviaoIndividual | 5711c37cbfcedb6351a5c74650c6ab7ac2856c2b | [
"MIT"
] | null | null | null | src/GameStateMachine.cpp | peddrro/JogoAviaoIndividual | 5711c37cbfcedb6351a5c74650c6ab7ac2856c2b | [
"MIT"
] | null | null | null | #include "GameStateMachine.h"
#include <iostream>
void GameStateMachine::pushState(GameState* pState){
m_gameStates.push_back(pState);
m_gameStates.back()->onEnter();
}
void GameStateMachine::popState(){
if(!m_gameStates.empty()){
if(m_gameStates.back()->onExit()){
delete m_gameStates.back();
m_gameStates... | 19.217391 | 64 | 0.695701 | peddrro |
c8cf1f171d40d63928acbf4d9179652cf3203dc4 | 2,754 | cpp | C++ | src/model/opengl/Shader.cpp | XantNero/Courseproject-Modelling-road-traffic- | f0aae780935d4ac9ed30d8b50b965813b6a60632 | [
"MIT"
] | null | null | null | src/model/opengl/Shader.cpp | XantNero/Courseproject-Modelling-road-traffic- | f0aae780935d4ac9ed30d8b50b965813b6a60632 | [
"MIT"
] | null | null | null | src/model/opengl/Shader.cpp | XantNero/Courseproject-Modelling-road-traffic- | f0aae780935d4ac9ed30d8b50b965813b6a60632 | [
"MIT"
] | null | null | null | #include "../pch.h"
#include "Shader.h"
#include "GL/glew.h"
#include "debug.h"
ShaderProgramSource Shader::ParseShader(const std::string &filePath)
{
std::ifstream stream(filePath);
enum class ShaderType {
NONE = -1, VERTEX = 0, FRAGMENT = 1
};
std::stringstream ss[2];
std::string line;... | 25.738318 | 90 | 0.641612 | XantNero |
c8cfefbfbf09848cce49abb2792728daa3884618 | 20,622 | cpp | C++ | source/Lib/CommonLib/SampleAdaptiveOffset.cpp | lehmann-c/vvenc | c9bc2d015ff944ce029103f0255a62936472bca1 | [
"BSD-3-Clause"
] | null | null | null | source/Lib/CommonLib/SampleAdaptiveOffset.cpp | lehmann-c/vvenc | c9bc2d015ff944ce029103f0255a62936472bca1 | [
"BSD-3-Clause"
] | null | null | null | source/Lib/CommonLib/SampleAdaptiveOffset.cpp | lehmann-c/vvenc | c9bc2d015ff944ce029103f0255a62936472bca1 | [
"BSD-3-Clause"
] | null | null | null | /* -----------------------------------------------------------------------------
The copyright in this software is being made available under the BSD
License, included below. No patent rights, trademark rights and/or
other Intellectual Property Rights other than the copyrights concerning
the Software are granted unde... | 32.322884 | 147 | 0.656289 | lehmann-c |
c8d17fefec5e77df982de183e9077ef6eec07573 | 1,068 | cpp | C++ | lte/gateway/c/session_manager/StatsPoller.cpp | nstng/magma | dec2691450f4bdd9e25d1e2eb0a38dc893dfeb7f | [
"BSD-3-Clause"
] | 539 | 2019-02-25T05:03:10.000Z | 2020-07-24T11:13:15.000Z | lte/gateway/c/session_manager/StatsPoller.cpp | nstng/magma | dec2691450f4bdd9e25d1e2eb0a38dc893dfeb7f | [
"BSD-3-Clause"
] | 1,729 | 2019-02-25T16:02:33.000Z | 2020-07-24T23:40:07.000Z | lte/gateway/c/session_manager/StatsPoller.cpp | nstng/magma | dec2691450f4bdd9e25d1e2eb0a38dc893dfeb7f | [
"BSD-3-Clause"
] | 210 | 2019-02-25T13:34:53.000Z | 2020-07-23T20:16:18.000Z | /**
* Copyright 2020 The Magma Authors.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
... | 28.864865 | 77 | 0.756554 | nstng |
c8d1b3137b99e51cd9c3720f0f1d864b1433745e | 2,516 | cc | C++ | elements/ctx/flowstrip.cc | regufo/fastclick | d56d31c722266ea5d0cfd31435e81ca10dda5e69 | [
"BSD-3-Clause-Clear"
] | 129 | 2015-10-08T14:38:35.000Z | 2022-03-06T14:54:44.000Z | elements/ctx/flowstrip.cc | nic-bench/fastclick | 2812f0684050cec07e08f30d643ed121871cf25d | [
"BSD-3-Clause-Clear"
] | 241 | 2016-02-17T16:17:58.000Z | 2022-03-15T09:08:33.000Z | elements/ctx/flowstrip.cc | nic-bench/fastclick | 2812f0684050cec07e08f30d643ed121871cf25d | [
"BSD-3-Clause-Clear"
] | 61 | 2015-12-17T01:46:58.000Z | 2022-02-07T22:25:19.000Z | // -*- mode: c++; c-basic-offset: 4 -*-
/*
* FlowStrip.{cc,hh} -- element FlowStrips bytes from front of packet
* Robert Morris, Eddie Kohler
*
* Copyright (c) 1999-2000 Massachusetts Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and a... | 29.952381 | 122 | 0.715024 | regufo |
c8d1fdf3ffceac937cae1e45d7a498120bc6c74a | 1,194 | cpp | C++ | data_structures/linked_list/C++/Doubly Linked List.cpp | avi-pal/al-go-rithms | 5167a20f1db7b366ff19f2962c1746a02e4f5067 | [
"CC0-1.0"
] | 1,253 | 2017-06-06T07:19:25.000Z | 2022-03-30T17:07:58.000Z | data_structures/linked_list/C++/Doubly Linked List.cpp | rishabh99-rc/al-go-rithms | 4df20d7ef7598fda4bc89101f9a99aac94cdd794 | [
"CC0-1.0"
] | 554 | 2017-09-29T18:56:01.000Z | 2022-02-21T15:48:13.000Z | data_structures/linked_list/C++/Doubly Linked List.cpp | rishabh99-rc/al-go-rithms | 4df20d7ef7598fda4bc89101f9a99aac94cdd794 | [
"CC0-1.0"
] | 2,226 | 2017-09-29T19:59:59.000Z | 2022-03-25T08:59:55.000Z | #include <iostream>
#include <conio.h>
using namespace std;
int main()
{
struct node{
int info;
node *left,*right;
}*ptr,*start,*last,*save;
int c=1,i=0,data,item;
start=last=NULL;
while(c<4 && c>0){
cout<<"1.Insert\n2.Deletion\n3.Link List\n";
cin>>c;
switch(c){
case 1:
cout<<"Enter Data\n";
cin>>data;
... | 12.702128 | 45 | 0.542714 | avi-pal |
c8d24448b15064740b890a0c96071f15603f8fe0 | 2,868 | hpp | C++ | include/BGNet/Core/ITimeProvider.hpp | RedBrumbler/BeatSaber-Quest-Codegen | 73dda50b5a3e51f10d86b766dcaa24b0c6226e25 | [
"Unlicense"
] | null | null | null | include/BGNet/Core/ITimeProvider.hpp | RedBrumbler/BeatSaber-Quest-Codegen | 73dda50b5a3e51f10d86b766dcaa24b0c6226e25 | [
"Unlicense"
] | null | null | null | include/BGNet/Core/ITimeProvider.hpp | RedBrumbler/BeatSaber-Quest-Codegen | 73dda50b5a3e51f10d86b766dcaa24b0c6226e25 | [
"Unlicense"
] | null | null | null | // Autogenerated from CppHeaderCreator
// Created by Sc2ad
// =========================================================================
#pragma once
// Begin includes
#include <stdint.h>
#include "beatsaber-hook/shared/utils/byref.hpp"
// Completed includes
// Begin forward declares
// Forward declaring namespace: Syst... | 44.123077 | 221 | 0.728033 | RedBrumbler |
c8d2548b672380ae6edc36b1777cd7cb3077121b | 20,048 | cpp | C++ | amr-wind/incflo_advance.cpp | mchurchf/amr-wind | 4bd712966e830a7c9412b0a4ec4cd8d1e6e0582f | [
"BSD-3-Clause"
] | null | null | null | amr-wind/incflo_advance.cpp | mchurchf/amr-wind | 4bd712966e830a7c9412b0a4ec4cd8d1e6e0582f | [
"BSD-3-Clause"
] | null | null | null | amr-wind/incflo_advance.cpp | mchurchf/amr-wind | 4bd712966e830a7c9412b0a4ec4cd8d1e6e0582f | [
"BSD-3-Clause"
] | 1 | 2021-03-11T22:19:05.000Z | 2021-03-11T22:19:05.000Z | #include <cmath>
#include "amr-wind/incflo.H"
#include "amr-wind/core/Physics.H"
#include "amr-wind/core/field_ops.H"
#include "amr-wind/equation_systems/PDEBase.H"
#include "amr-wind/turbulence/TurbulenceModel.H"
#include "amr-wind/utilities/console_io.H"
#include "amr-wind/utilities/PostProcessing.H"
#include "amr-w... | 37.057301 | 92 | 0.494513 | mchurchf |
c8d29acfd55c8c4616f860838bc5cf4fe2baa5d1 | 3,741 | cc | C++ | src/c4/test/tstglobal_containers.cc | rspavel/Draco | b279b1afbfbb39f2d521579697172394c5efd81d | [
"BSD-3-Clause-Open-MPI"
] | null | null | null | src/c4/test/tstglobal_containers.cc | rspavel/Draco | b279b1afbfbb39f2d521579697172394c5efd81d | [
"BSD-3-Clause-Open-MPI"
] | null | null | null | src/c4/test/tstglobal_containers.cc | rspavel/Draco | b279b1afbfbb39f2d521579697172394c5efd81d | [
"BSD-3-Clause-Open-MPI"
] | null | null | null | //----------------------------------*-C++-*----------------------------------//
/*!
* \file c4/test/tstglobal_containers.cc
* \author Kent Budge
* \date Mon Mar 24 09:41:04 2008
* \note Copyright (C) 2008-2019 Triad National Security, LLC.
* All rights reserved. */
//---------------------------------... | 30.169355 | 80 | 0.533547 | rspavel |
c8d2d3acad191be103ac78618c1317332f901608 | 4,311 | cpp | C++ | extras/Build/juce_build_tools/utils/juce_Entitlements.cpp | zakirhossen23/Juice-C- | 232de6654ecefe5ef4fa3f48de15779a5dd0d347 | [
"ISC"
] | null | null | null | extras/Build/juce_build_tools/utils/juce_Entitlements.cpp | zakirhossen23/Juice-C- | 232de6654ecefe5ef4fa3f48de15779a5dd0d347 | [
"ISC"
] | null | null | null | extras/Build/juce_build_tools/utils/juce_Entitlements.cpp | zakirhossen23/Juice-C- | 232de6654ecefe5ef4fa3f48de15779a5dd0d347 | [
"ISC"
] | null | null | null | /*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2020 - Raw Material Software Limited
JUCE is an open source library subject to commercial or open-source
licensing.
By using JUCE, you agree to the terms of both the... | 35.925 | 122 | 0.522617 | zakirhossen23 |
c8d3530723a6d88584a11dc00802ce0421e41d0d | 5,990 | cpp | C++ | inst/boostExamples/quick_tour.cpp | HenrikBengtsson/RBGL | 9e34efd0dcab3babe1cea49b060a643bee79931c | [
"BSL-1.0"
] | 1 | 2018-10-29T11:20:31.000Z | 2018-10-29T11:20:31.000Z | inst/boostExamples/quick_tour.cpp | HenrikBengtsson/RBGL | 9e34efd0dcab3babe1cea49b060a643bee79931c | [
"BSL-1.0"
] | 2 | 2019-09-05T02:26:35.000Z | 2019-10-30T20:28:53.000Z | inst/boostExamples/quick_tour.cpp | HenrikBengtsson/RBGL | 9e34efd0dcab3babe1cea49b060a643bee79931c | [
"BSL-1.0"
] | 3 | 2018-12-19T10:17:56.000Z | 2020-07-14T01:22:29.000Z | //=======================================================================
// Copyright 1997, 1998, 1999, 2000 University of Notre Dame.
// Authors: Andrew Lumsdaine, Lie-Quan Lee, Jeremy G. Siek
//
// This file is part of the Boost Graph Library
//
// You should have received a copy of the License Agreement for the
// ... | 37.911392 | 78 | 0.622371 | HenrikBengtsson |
c8d5e7a6e7a47890c34baa6cd4da989b8c8ae3cd | 1,209 | cpp | C++ | src/haswell/avx2_validate_utf32le.cpp | clayne/simdutf | 030f6b46eee5907709086eeb58d4134d4def4fdd | [
"Apache-2.0",
"MIT"
] | null | null | null | src/haswell/avx2_validate_utf32le.cpp | clayne/simdutf | 030f6b46eee5907709086eeb58d4134d4def4fdd | [
"Apache-2.0",
"MIT"
] | null | null | null | src/haswell/avx2_validate_utf32le.cpp | clayne/simdutf | 030f6b46eee5907709086eeb58d4134d4def4fdd | [
"Apache-2.0",
"MIT"
] | null | null | null | /* Returns:
- pointer to the last unprocessed character (a scalar fallback should check the rest);
- nullptr if an error was detected.
*/
const char32_t* avx2_validate_utf32le(const char32_t* input, size_t size) {
const char32_t* end = input + size;
const __m256i standardmax = _mm256_set1_epi32(0x10ffff)... | 39 | 105 | 0.717122 | clayne |
c8d93651eae7f4f727942511fc5b8266272925f8 | 4,201 | cpp | C++ | _studio/shared/mfx_trace/src/mfx_trace_utils_linux.cpp | jwang11/MediaSDK | 08cb9405401d1db3599bd16580249c4690914be3 | [
"MIT"
] | null | null | null | _studio/shared/mfx_trace/src/mfx_trace_utils_linux.cpp | jwang11/MediaSDK | 08cb9405401d1db3599bd16580249c4690914be3 | [
"MIT"
] | null | null | null | _studio/shared/mfx_trace/src/mfx_trace_utils_linux.cpp | jwang11/MediaSDK | 08cb9405401d1db3599bd16580249c4690914be3 | [
"MIT"
] | 1 | 2018-01-04T06:53:11.000Z | 2018-01-04T06:53:11.000Z | // Copyright (c) 2017 Intel Corporation
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, pub... | 30.007143 | 86 | 0.545108 | jwang11 |
c8dc69f50f14e3af64c76383c1ff71b00396ad79 | 1,022 | cpp | C++ | .LHP/.Lop11/.Pre_HSG/T.Hung/W5/CHIAQUA/CHIAQUA/CHIAQUA.cpp | sxweetlollipop2912/MaCode | 661d77a2096e4d772fda2b6a7f80c84113b2cde9 | [
"MIT"
] | null | null | null | .LHP/.Lop11/.Pre_HSG/T.Hung/W5/CHIAQUA/CHIAQUA/CHIAQUA.cpp | sxweetlollipop2912/MaCode | 661d77a2096e4d772fda2b6a7f80c84113b2cde9 | [
"MIT"
] | null | null | null | .LHP/.Lop11/.Pre_HSG/T.Hung/W5/CHIAQUA/CHIAQUA/CHIAQUA.cpp | sxweetlollipop2912/MaCode | 661d77a2096e4d772fda2b6a7f80c84113b2cde9 | [
"MIT"
] | null | null | null | #include <iostream>
#include <algorithm>
#include <cstdio>
#define maxN 102
#define maxA 20002
typedef int maxn, maxa;
maxn n, lim_n;
bool f[maxA][maxN];
maxa a[maxN], lim_t, sum, res;
void Prepare() {
std::cin >> n;
for (maxn i = 0; i < n; i++) std::cin >> a[i], sum += a[i];
lim_t = sum / 2, lim_n = n / 2 + (n... | 21.291667 | 87 | 0.489237 | sxweetlollipop2912 |
c8dc84695b4f82f3467ffa9f1f1483d1de645a88 | 9,663 | cc | C++ | src/tir/ir/expr_functor.cc | XiaoSong9905/tvm | 48940f697e15d5b50fa1f032003e6c700ae1e423 | [
"Apache-2.0"
] | 4,640 | 2017-08-17T19:22:15.000Z | 2019-11-04T15:29:46.000Z | src/tir/ir/expr_functor.cc | XiaoSong9905/tvm | 48940f697e15d5b50fa1f032003e6c700ae1e423 | [
"Apache-2.0"
] | 2,863 | 2017-08-17T19:55:50.000Z | 2019-11-04T17:18:41.000Z | src/tir/ir/expr_functor.cc | XiaoSong9905/tvm | 48940f697e15d5b50fa1f032003e6c700ae1e423 | [
"Apache-2.0"
] | 1,352 | 2017-08-17T19:30:38.000Z | 2019-11-04T16:09:29.000Z | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 32.426174 | 97 | 0.692952 | XiaoSong9905 |
c8dd9db4c2e1ad0613757097564adb41dda835e1 | 3,181 | cpp | C++ | inference-engine/tests/functional/plugin/gpu/shared_tests_instances/single_layer_tests/logical.cpp | JOCh1958/openvino | 070201feeec5550b7cf8ec5a0ffd72dc879750be | [
"Apache-2.0"
] | 1 | 2022-02-10T08:05:09.000Z | 2022-02-10T08:05:09.000Z | inference-engine/tests/functional/plugin/gpu/shared_tests_instances/single_layer_tests/logical.cpp | JOCh1958/openvino | 070201feeec5550b7cf8ec5a0ffd72dc879750be | [
"Apache-2.0"
] | 40 | 2020-12-04T07:46:57.000Z | 2022-02-21T13:04:40.000Z | inference-engine/tests/functional/plugin/gpu/shared_tests_instances/single_layer_tests/logical.cpp | JOCh1958/openvino | 070201feeec5550b7cf8ec5a0ffd72dc879750be | [
"Apache-2.0"
] | 1 | 2021-08-18T14:29:37.000Z | 2021-08-18T14:29:37.000Z | // Copyright (C) 2018-2021 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#include <vector>
#include "single_layer_tests/logical.hpp"
#include "common_test_utils/test_constants.hpp"
using namespace LayerTestsDefinitions;
using namespace LayerTestsDefinitions::LogicalParams;
namespace {
std::map<std::ve... | 38.792683 | 125 | 0.635964 | JOCh1958 |
c8e08c6df13f7480dd5f6ee83f2ad1696e929332 | 33,147 | hpp | C++ | src/msgpack/preprocessor/control/detail/msvc/while.hpp | Kronuz/Xapiand | a71570859dcfc9f48090d845053f359b07f4f78c | [
"MIT"
] | 370 | 2016-03-14T12:19:08.000Z | 2022-03-25T02:07:29.000Z | src/msgpack/preprocessor/control/detail/msvc/while.hpp | puer99miss/Xapiand | 480f312709d40e2b1deb244ff0761b79846ed608 | [
"MIT"
] | 34 | 2015-11-30T19:06:40.000Z | 2022-02-26T03:46:58.000Z | src/msgpack/preprocessor/control/detail/msvc/while.hpp | puer99miss/Xapiand | 480f312709d40e2b1deb244ff0761b79846ed608 | [
"MIT"
] | 31 | 2015-02-13T22:27:34.000Z | 2022-03-25T02:07:34.000Z | # /* Copyright (C) 2001
# * Housemarque Oy
# * http://www.housemarque.com
# *
# * Distributed under the Boost Software License, Version 1.0. (See
# * accompanying file LICENSE_1_0.txt or copy at
# * http://www.boost.org/LICENSE_1_0.txt)
# */
#
# /* Revised by Paul Mensonides (2002) */
#
# /* See http://www.boost... | 119.233813 | 128 | 0.7477 | Kronuz |
c8e0c2536ca1af333c4e2b057841b74758a0e2c6 | 1,113 | cc | C++ | ui/wm/core/shadow_types.cc | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 575 | 2015-06-18T23:58:20.000Z | 2022-03-23T09:32:39.000Z | ui/wm/core/shadow_types.cc | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 113 | 2015-05-04T09:58:14.000Z | 2022-01-31T19:35:03.000Z | ui/wm/core/shadow_types.cc | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 52 | 2015-07-14T10:40:50.000Z | 2022-03-15T01:11:49.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 "ui/wm/core/shadow_types.h"
#include "ui/base/class_property.h"
namespace wm {
DEFINE_UI_CLASS_PROPERTY_KEY(int, kShadowElevationKey, kSha... | 28.538462 | 79 | 0.751123 | sarang-apps |
c8e0cfe2dae19529ced0aaeac0b31cf3592faf9c | 163 | cpp | C++ | source/exception/exception_holder.cpp | qualab/data | b5d6dc455186b560e193935df2076963b2b25519 | [
"Apache-2.0"
] | null | null | null | source/exception/exception_holder.cpp | qualab/data | b5d6dc455186b560e193935df2076963b2b25519 | [
"Apache-2.0"
] | null | null | null | source/exception/exception_holder.cpp | qualab/data | b5d6dc455186b560e193935df2076963b2b25519 | [
"Apache-2.0"
] | null | null | null | /// @author Владимир Керимов
#pragma once
#include <exception/exception_holder.hpp>
#include <data/stacktrace>
namespace data
{
}
// sine qua non
| 12.538462 | 42 | 0.674847 | qualab |
c8e4756b4fef59e97812aa72451b71fb199d9272 | 1,558 | cpp | C++ | ScannerBit/src/scanners/simple/square_grid.cpp | aaronvincent/gambit_aaron | a38bd6fc10d781e71f2adafd401c76e1e3476b05 | [
"Unlicense"
] | 2 | 2020-09-08T20:05:27.000Z | 2021-04-26T07:57:56.000Z | ScannerBit/src/scanners/simple/square_grid.cpp | aaronvincent/gambit_aaron | a38bd6fc10d781e71f2adafd401c76e1e3476b05 | [
"Unlicense"
] | 9 | 2020-10-19T09:56:17.000Z | 2021-05-28T06:12:03.000Z | ScannerBit/src/scanners/simple/square_grid.cpp | aaronvincent/gambit_aaron | a38bd6fc10d781e71f2adafd401c76e1e3476b05 | [
"Unlicense"
] | 5 | 2020-09-08T02:23:34.000Z | 2021-03-23T08:48:04.000Z | // GAMBIT: Global and Modular BSM Inference Tool
// *********************************************
/// \file
///
/// Square grid sampler.
///
/// *********************************************
///
/// Authors (add name and date if you modify):
//
/// \author Gregory Martinez
/// (gregory.david.martinez@gm... | 22.57971 | 79 | 0.457638 | aaronvincent |
c8e505408c2f89035afdc8354f755f8da2d15700 | 1,278 | hh | C++ | code/parser/xml_data_handler.hh | jmpcosta/arta | c9fdfc039e34d9d887c9e4c96bf9d506f1a66bb3 | [
"MIT"
] | 1 | 2019-03-28T20:40:36.000Z | 2019-03-28T20:40:36.000Z | code/parser/xml_data_handler.hh | jmpcosta/arta | c9fdfc039e34d9d887c9e4c96bf9d506f1a66bb3 | [
"MIT"
] | null | null | null | code/parser/xml_data_handler.hh | jmpcosta/arta | c9fdfc039e34d9d887c9e4c96bf9d506f1a66bb3 | [
"MIT"
] | null | null | null | // *****************************************************************************************
//
// File description:
//
// Author: Joao Costa
// Purpose: Defines a DOM user handler to cleanup user added node information
//
// *****************************************************************************************
#if... | 21.661017 | 141 | 0.388889 | jmpcosta |
c8e7e948d41e2f0830d9947e671cc2913a9f2582 | 6,245 | cpp | C++ | Source/SOrb/CharacterBase/SoCharacterSheet.cpp | LaudateCorpus1/WarriOrb | 7c20320484957e1a7fe0c09ab520967849ba65f1 | [
"MIT"
] | 200 | 2021-03-17T11:15:05.000Z | 2022-03-31T23:45:09.000Z | Source/SOrb/CharacterBase/SoCharacterSheet.cpp | LaudateCorpus1/WarriOrb | 7c20320484957e1a7fe0c09ab520967849ba65f1 | [
"MIT"
] | null | null | null | Source/SOrb/CharacterBase/SoCharacterSheet.cpp | LaudateCorpus1/WarriOrb | 7c20320484957e1a7fe0c09ab520967849ba65f1 | [
"MIT"
] | 38 | 2021-03-17T13:29:18.000Z | 2022-03-04T19:32:52.000Z | // Copyright (c) Csaba Molnar & Daniel Butum. All Rights Reserved.
#include "SoCharacterSheet.h"
#include "SoIMortalTypes.h"
#include "Basic/Helpers/SoStaticHelper.h"
#include "SaveFiles/SoWorldState.h"
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////... | 35.08427 | 121 | 0.555645 | LaudateCorpus1 |
c8e940d9888356f92c827f977f5bb4ebaebfd499 | 6,747 | cxx | C++ | src/BayesianBlocks.cxx | fermi-lat/BayesianBlocks | 83580da7938cfb7646d659974f727cc001e550cb | [
"BSD-3-Clause"
] | 2 | 2019-11-24T13:07:40.000Z | 2021-05-17T13:25:16.000Z | src/BayesianBlocks.cxx | fermi-lat/BayesianBlocks | 83580da7938cfb7646d659974f727cc001e550cb | [
"BSD-3-Clause"
] | null | null | null | src/BayesianBlocks.cxx | fermi-lat/BayesianBlocks | 83580da7938cfb7646d659974f727cc001e550cb | [
"BSD-3-Clause"
] | 2 | 2019-11-24T13:05:46.000Z | 2022-03-06T03:54:20.000Z | /**
* @file BayesianBlocks.cxx
* @brief Implementation of BB algorithm for event, binned and point
* measurement data.
*
* @author J. Chiang
*
* $Header: /nfs/slac/g/glast/ground/cvs/BayesianBlocks/src/BayesianBlocks.cxx,v 1.1.1.1 2011/09/03 00:55:59 jchiang Exp $
*/
#include <cmath>
#include <iostream>
#inc... | 32.282297 | 122 | 0.633615 | fermi-lat |
c8e986df110ed1fbaa993e0b454fa4b364fa74a7 | 3,554 | cc | C++ | app/sql/transaction_unittest.cc | SlimKatLegacy/android_external_chromium | bc611cda58cc18d0dbaa8a7aee05eb3c0742e573 | [
"BSD-3-Clause"
] | 2 | 2017-02-20T14:25:04.000Z | 2019-12-13T13:58:28.000Z | app/sql/transaction_unittest.cc | SlimKatLegacy/android_external_chromium | bc611cda58cc18d0dbaa8a7aee05eb3c0742e573 | [
"BSD-3-Clause"
] | 2 | 2017-07-25T09:37:22.000Z | 2017-08-04T07:18:56.000Z | app/sql/transaction_unittest.cc | SlimKatLegacy/android_external_chromium | bc611cda58cc18d0dbaa8a7aee05eb3c0742e573 | [
"BSD-3-Clause"
] | 2 | 2017-08-09T09:03:23.000Z | 2020-05-26T09:14:49.000Z | // Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "app/sql/connection.h"
#include "app/sql/statement.h"
#include "app/sql/transaction.h"
#include "base/file_util.h"
#include "base/memory/scop... | 26.522388 | 78 | 0.654192 | SlimKatLegacy |
c8e9e82db3f0562e7f10ac10a0e3211a4bba8c34 | 681 | hpp | C++ | Sources/AGEngine/Render/OcclusionTools/DepthMap.hpp | Another-Game-Engine/AGE | d5d9e98235198fe580a43007914f515437635830 | [
"MIT"
] | 47 | 2015-03-29T09:44:25.000Z | 2020-11-30T10:05:56.000Z | Sources/AGEngine/Render/OcclusionTools/DepthMap.hpp | Another-Game-Engine/AGE | d5d9e98235198fe580a43007914f515437635830 | [
"MIT"
] | 313 | 2015-01-01T18:16:30.000Z | 2015-11-30T07:54:07.000Z | Sources/AGEngine/Render/OcclusionTools/DepthMap.hpp | Another-Game-Engine/AGE | d5d9e98235198fe580a43007914f515437635830 | [
"MIT"
] | 9 | 2015-06-07T13:21:54.000Z | 2020-08-25T09:50:07.000Z | #pragma once
#include <vector>
#include <glm/glm.hpp>
namespace AGE
{
class DepthMapHandle;
class DepthMap
{
public:
void init(std::size_t width, std::size_t height, std::size_t mipmalLevel);
bool testPixel(uint32_t pixelDepth, std::size_t x, std::size_t y) const;
bool testBox(uint32_t pixelDepth, glm::uve... | 23.482759 | 76 | 0.723935 | Another-Game-Engine |
c8ea915c50af666ed75793c45ed2bfccd75d0717 | 1,969 | cc | C++ | ui/gl/gl_image_ref_counted_memory.cc | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 14,668 | 2015-01-01T01:57:10.000Z | 2022-03-31T23:33:32.000Z | ui/gl/gl_image_ref_counted_memory.cc | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 113 | 2015-05-04T09:58:14.000Z | 2022-01-31T19:35:03.000Z | ui/gl/gl_image_ref_counted_memory.cc | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 5,941 | 2015-01-02T11:32:21.000Z | 2022-03-31T16:35:46.000Z | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ui/gl/gl_image_ref_counted_memory.h"
#include <stddef.h>
#include "base/check.h"
#include "base/memory/ref_counted_memory.h"
#include "base/tr... | 33.948276 | 79 | 0.722194 | zealoussnow |
c8eafaf4091437e89ececca42906f3fac989bc23 | 3,268 | cpp | C++ | jellyfish/src/Support/Threading/ThreadPool.cpp | dstep/old_jf_compiler | 3e179d91584308d9e7a69e76a78542e83ec2d50b | [
"MIT"
] | null | null | null | jellyfish/src/Support/Threading/ThreadPool.cpp | dstep/old_jf_compiler | 3e179d91584308d9e7a69e76a78542e83ec2d50b | [
"MIT"
] | null | null | null | jellyfish/src/Support/Threading/ThreadPool.cpp | dstep/old_jf_compiler | 3e179d91584308d9e7a69e76a78542e83ec2d50b | [
"MIT"
] | null | null | null | #include <Support/Threading/ThreadPool.h>
namespace jf{
namespace threading{
ThreadPoolWorker::ThreadPoolWorker(ThreadPool* owner, ThreadContext* threadContext)
: owner(owner)
, threadContext(threadContext)
, terminate(false)
, nextWorker(nullptr)
, job(nullptr){
thread.run(this);
}
ThreadPo... | 21.220779 | 96 | 0.620869 | dstep |
c8eb02011fb290bdb93b2b0e6c48bb783830aa17 | 12,994 | cc | C++ | content/renderer/media/webmediaplayer_ms.cc | iplo/Chain | 8bc8943d66285d5258fffc41bed7c840516c4422 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 231 | 2015-01-08T09:04:44.000Z | 2021-12-30T03:03:10.000Z | content/renderer/media/webmediaplayer_ms.cc | JasonEric/chromium | c7361d39be8abd1574e6ce8957c8dbddd4c6ccf7 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2017-02-14T21:55:58.000Z | 2017-02-14T21:55:58.000Z | content/renderer/media/webmediaplayer_ms.cc | JasonEric/chromium | c7361d39be8abd1574e6ce8957c8dbddd4c6ccf7 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 268 | 2015-01-21T05:53:28.000Z | 2022-03-25T22:09:01.000Z | // Copyright 2013 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/renderer/media/webmediaplayer_ms.h"
#include <limits>
#include "base/bind.h"
#include "base/callback.h"
#include "base/message_loop/me... | 30.148492 | 79 | 0.738803 | iplo |
c8eb3b6404d3e4c5900656b2895c380516ce20fe | 2,075 | cc | C++ | src/removeactioneditor.cc | JasonWaataja/DotFileManager | d4916fa9df4db8ea54757fa8e55c34c7e2ea6377 | [
"MIT"
] | null | null | null | src/removeactioneditor.cc | JasonWaataja/DotFileManager | d4916fa9df4db8ea54757fa8e55c34c7e2ea6377 | [
"MIT"
] | null | null | null | src/removeactioneditor.cc | JasonWaataja/DotFileManager | d4916fa9df4db8ea54757fa8e55c34c7e2ea6377 | [
"MIT"
] | null | null | null | /*
* Copyright (c) 2017 Jason Waataja
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restriction, including without limitation the
* rights to use, copy, modify, merge, publi... | 32.421875 | 79 | 0.724819 | JasonWaataja |
c8ebf4e10d4d7304f8364694ed8e452f7e3d90e8 | 21 | cpp | C++ | src/plugins/cgal/convert.cpp | martin-pr/possumwood | 0ee3e0fe13ef27cf14795a79fb497e4d700bef63 | [
"MIT"
] | 232 | 2017-10-09T11:45:28.000Z | 2022-03-28T11:14:46.000Z | src/plugins/cgal/convert.cpp | martin-pr/possumwood | 0ee3e0fe13ef27cf14795a79fb497e4d700bef63 | [
"MIT"
] | 26 | 2019-01-20T21:38:25.000Z | 2021-10-16T03:57:17.000Z | src/plugins/cgal/convert.cpp | martin-pr/possumwood | 0ee3e0fe13ef27cf14795a79fb497e4d700bef63 | [
"MIT"
] | 33 | 2017-10-26T19:20:38.000Z | 2022-03-16T11:21:43.000Z | #include "convert.h"
| 10.5 | 20 | 0.714286 | martin-pr |
c8ecf1060f3c28aff927a5db43bb5fb2bb5b2fa5 | 24,063 | cpp | C++ | gecode/string/tests/sql.cpp | ramadini/gecode | ff0d261486a67f66895850a771f161bfa8bf9839 | [
"MIT-feh"
] | 1 | 2021-05-26T13:27:00.000Z | 2021-05-26T13:27:00.000Z | gecode/string/tests/sql.cpp | ramadini/gecode | ff0d261486a67f66895850a771f161bfa8bf9839 | [
"MIT-feh"
] | null | null | null | gecode/string/tests/sql.cpp | ramadini/gecode | ff0d261486a67f66895850a771f161bfa8bf9839 | [
"MIT-feh"
] | null | null | null | #include <gecode/string.hh>
#include <gecode/driver.hh>
using namespace Gecode;
using namespace String;
class StringOptions : public Options {
public:
int N;
string SQL;
StringOptions(const char* s, int n): Options(s), N(n) {
this->c_d(1);
switch (n) {
case 11:
SQL = "A=B=C = B=C";
break;
cas... | 144.08982 | 10,013 | 0.654864 | ramadini |
c8ef1e1e583346d815187f20a10921c959a3c6a5 | 4,618 | cpp | C++ | examples/eg05_poisson_multispp.cpp | predictionmachines/Filzbach | f7d32dbaa78b528a5f5f59bfd950bd01ef5b8390 | [
"MIT"
] | 9 | 2015-10-07T08:22:59.000Z | 2020-07-15T15:48:00.000Z | examples/eg05_poisson_multispp.cpp | predictionmachines/Filzbach | f7d32dbaa78b528a5f5f59bfd950bd01ef5b8390 | [
"MIT"
] | 4 | 2016-01-19T14:52:16.000Z | 2017-10-20T03:26:39.000Z | examples/eg05_poisson_multispp.cpp | predictionmachines/Filzbach | f7d32dbaa78b528a5f5f59bfd950bd01ef5b8390 | [
"MIT"
] | 4 | 2016-01-20T11:17:50.000Z | 2021-04-02T19:08:30.000Z | #include "preamble.h"
#if MODEL == 5
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include "filzbach.h"
void pause(){PAUSE}
/************************************************************/
/* function headers */
/****************************************************... | 25.94382 | 88 | 0.601126 | predictionmachines |
c8f4a836179a8d84b41d91fb3bf036863a1b9dbe | 21,031 | cpp | C++ | third_party/WebKit/Source/core/editing/serializers/StyledMarkupSerializer.cpp | google-ar/chromium | 2441c86a5fd975f09a6c30cddb57dfb7fc239699 | [
"Apache-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 777 | 2017-08-29T15:15:32.000Z | 2022-03-21T05:29:41.000Z | third_party/WebKit/Source/core/editing/serializers/StyledMarkupSerializer.cpp | harrymarkovskiy/WebARonARCore | 2441c86a5fd975f09a6c30cddb57dfb7fc239699 | [
"Apache-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 66 | 2017-08-30T18:31:18.000Z | 2021-08-02T10:59:35.000Z | third_party/WebKit/Source/core/editing/serializers/StyledMarkupSerializer.cpp | harrymarkovskiy/WebARonARCore | 2441c86a5fd975f09a6c30cddb57dfb7fc239699 | [
"Apache-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 123 | 2017-08-30T01:19:34.000Z | 2022-03-17T22:55:31.000Z | /*
* Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights
* reserved.
* Copyright (C) 2008, 2009, 2010, 2011 Google Inc. All rights reserved.
* Copyright (C) 2011 Igalia S.L.
* Copyright (C) 2011 Motorola Mobility. All rights reserved.
*
* Redistribution and use in source and binary forms, with... | 38.377737 | 80 | 0.707242 | google-ar |
c8f6830fbc5d1e1263fed91d9ece02f6f54790d5 | 6,580 | cpp | C++ | test/std/containers/views/span.cons/container.fail.cpp | AOSiP/platform_external_libcxx | eb2115113f10274c0d25523ba44c3c7373ea3209 | [
"MIT"
] | 15 | 2019-08-05T01:24:20.000Z | 2022-01-12T08:19:55.000Z | test/std/containers/views/span.cons/container.fail.cpp | AOSiP/platform_external_libcxx | eb2115113f10274c0d25523ba44c3c7373ea3209 | [
"MIT"
] | 21 | 2020-02-05T11:09:56.000Z | 2020-03-26T18:09:09.000Z | test/std/containers/views/span.cons/container.fail.cpp | AOSiP/platform_external_libcxx | eb2115113f10274c0d25523ba44c3c7373ea3209 | [
"MIT"
] | 14 | 2017-01-21T00:56:32.000Z | 2022-02-24T11:27:38.000Z | // -*- C++ -*-
//===------------------------------ span ---------------------------------===//
//
// 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.
//
//===--------------------------... | 55.762712 | 172 | 0.63541 | AOSiP |
c8f748f76e39c6742cb3f8f45e45d00f571423de | 17,653 | cc | C++ | mindspore/ccsrc/minddata/dataset/engine/datasetops/map_op/map_op.cc | zhz44/mindspore | 6044d34074c8505dd4b02c0a05419cbc32a43f86 | [
"Apache-2.0"
] | 1 | 2022-03-05T02:59:21.000Z | 2022-03-05T02:59:21.000Z | mindspore/ccsrc/minddata/dataset/engine/datasetops/map_op/map_op.cc | zhz44/mindspore | 6044d34074c8505dd4b02c0a05419cbc32a43f86 | [
"Apache-2.0"
] | null | null | null | mindspore/ccsrc/minddata/dataset/engine/datasetops/map_op/map_op.cc | zhz44/mindspore | 6044d34074c8505dd4b02c0a05419cbc32a43f86 | [
"Apache-2.0"
] | null | null | null | /**
* Copyright 2019-2022 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 applicabl... | 41.245327 | 120 | 0.705489 | zhz44 |
c8f77942f9d6fe70c209c7a7bdd824b06ca2cbdf | 53,040 | cc | C++ | KT17/__data/libkt/trace/trace.cc | mattkjames7/KT17 | 5550afeb9fea4255b0f0105021df23743c14744f | [
"MIT"
] | 2 | 2020-03-12T13:39:04.000Z | 2022-03-15T13:52:05.000Z | KT17/__data/libkt/trace/trace.cc | mattkjames7/KT17 | 5550afeb9fea4255b0f0105021df23743c14744f | [
"MIT"
] | null | null | null | KT17/__data/libkt/trace/trace.cc | mattkjames7/KT17 | 5550afeb9fea4255b0f0105021df23743c14744f | [
"MIT"
] | null | null | null | #include "trace.h"
/***********************************************************************
* NAME : Trace()
*
* DESCRIPTION : Constructor for the Trace object.
*
* ********************************************************************/
Trace::Trace() {
/* initialize all of the boolean parameters */
allocInputP... | 26.348733 | 85 | 0.515611 | mattkjames7 |
c8fbd4c9b26a40ee0ffac638a5f89f7b80d9cf28 | 10,628 | cpp | C++ | src/ttauri/widgets/window_traffic_lights_widget.cpp | VulkanWorks/ttauri | 28cc6f9fd891b55bd4eb0e266bc29e2da26594bf | [
"BSL-1.0"
] | null | null | null | src/ttauri/widgets/window_traffic_lights_widget.cpp | VulkanWorks/ttauri | 28cc6f9fd891b55bd4eb0e266bc29e2da26594bf | [
"BSL-1.0"
] | null | null | null | src/ttauri/widgets/window_traffic_lights_widget.cpp | VulkanWorks/ttauri | 28cc6f9fd891b55bd4eb0e266bc29e2da26594bf | [
"BSL-1.0"
] | null | null | null | // Copyright Take Vos 2020-2021.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
#include "window_traffic_lights_widget.hpp"
#include "../GUI/gui_window.hpp"
#include "../GFX/pipeline_SDF_device_shared.hpp"
#inclu... | 42.854839 | 130 | 0.647911 | VulkanWorks |
c8fc602a8b6db650025fbf47db8661529a944719 | 139 | cpp | C++ | tests/type_reg/test_reply.cpp | mujido/moove | 380fd0ea2eb2ad59b62a27bb86079ecb8c5b783b | [
"Apache-2.0"
] | null | null | null | tests/type_reg/test_reply.cpp | mujido/moove | 380fd0ea2eb2ad59b62a27bb86079ecb8c5b783b | [
"Apache-2.0"
] | null | null | null | tests/type_reg/test_reply.cpp | mujido/moove | 380fd0ea2eb2ad59b62a27bb86079ecb8c5b783b | [
"Apache-2.0"
] | null | null | null | #include "reply.hpp"
using namespace Moove;
Reply func()
{
return Reply();
}
int main()
{
Reply reply;
reply = func();
return 0;
}
| 8.176471 | 22 | 0.625899 | mujido |
c8fdf6450600ced716c245d5feee9f3667205b2a | 27,795 | cpp | C++ | wlx_dll/twlx/twlx.cpp | tablacus/TablacusExplorerAddons | 73a2aeda657811f25ce61346392185b9d1478710 | [
"MIT"
] | 64 | 2015-07-30T17:42:16.000Z | 2022-03-23T17:57:14.000Z | wlx_dll/twlx/twlx.cpp | tablacus/TablacusExplorerAddons | 73a2aeda657811f25ce61346392185b9d1478710 | [
"MIT"
] | 324 | 2015-01-25T17:02:36.000Z | 2022-03-15T00:46:30.000Z | wlx_dll/twlx/twlx.cpp | tablacus/TablacusExplorerAddons | 73a2aeda657811f25ce61346392185b9d1478710 | [
"MIT"
] | 16 | 2016-08-21T00:38:04.000Z | 2020-12-27T09:35:59.000Z | // Tablacus Total Commander Listr Plugin Wrapper (C)2018 Gaku
// MIT Lisence
// Visual C++ 2017 Express Edition
// 32-bit Visual Studio 2015 - Windows XP (v140_xp)
// 64-bit Visual Studio 2017 (v141)
// https://tablacus.github.io/
#include "twlx.h"
// Global Variables:
const TCHAR g_szProgid[] = TEXT("Tablacus.TotalC... | 24.728648 | 175 | 0.676597 | tablacus |
c8fef19f1e333f13b675241b61b757f5b78cb999 | 6,215 | cpp | C++ | src/util/config.cpp | J-Heinemann/faabric | ab360e392d5bd3d28c713aceceac99e007adc536 | [
"Apache-2.0"
] | null | null | null | src/util/config.cpp | J-Heinemann/faabric | ab360e392d5bd3d28c713aceceac99e007adc536 | [
"Apache-2.0"
] | null | null | null | src/util/config.cpp | J-Heinemann/faabric | ab360e392d5bd3d28c713aceceac99e007adc536 | [
"Apache-2.0"
] | null | null | null | #include "config.h"
#include "environment.h"
#include "logging.h"
#include "locks.h"
#include <faabric/util/network.h>
namespace faabric::util {
SystemConfig &getSystemConfig() {
static SystemConfig conf;
return conf;
}
SystemConfig::SystemConfig() {
this->initialise();
}
... | 44.392857 | 103 | 0.596782 | J-Heinemann |
c8ff31ff13930150ac83adbddb02b292a0e4e581 | 2,356 | hpp | C++ | REDSI_1160929_1161573/boost_1_67_0/boost/compute/algorithm/reverse.hpp | Wultyc/ISEP_1718_2A2S_REDSI_TrabalhoGrupo | eb0f7ef64e188fe871f47c2ef9cdef36d8a66bc8 | [
"MIT"
] | 16 | 2015-04-27T00:12:56.000Z | 2022-01-05T01:52:56.000Z | REDSI_1160929_1161573/boost_1_67_0/boost/compute/algorithm/reverse.hpp | Wultyc/ISEP_1718_2A2S_REDSI_TrabalhoGrupo | eb0f7ef64e188fe871f47c2ef9cdef36d8a66bc8 | [
"MIT"
] | 1 | 2018-02-17T00:40:14.000Z | 2018-02-17T00:40:14.000Z | REDSI_1160929_1161573/boost_1_67_0/boost/compute/algorithm/reverse.hpp | Wultyc/ISEP_1718_2A2S_REDSI_TrabalhoGrupo | eb0f7ef64e188fe871f47c2ef9cdef36d8a66bc8 | [
"MIT"
] | 7 | 2015-02-28T01:38:22.000Z | 2019-07-13T13:36:36.000Z | //---------------------------------------------------------------------------//
// Copyright (c) 2013 Kyle Lutz <[email protected]>
//
// Distributed under the Boost Software License, Version 1.0
// See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt
//
// See http://boos... | 30.597403 | 84 | 0.580645 | Wultyc |
740043f12c0e265cc7ac1fb1e9fe5396d6238737 | 2,692 | hpp | C++ | src/webots/nodes/WbJointParameters.hpp | Justin-Fisher/webots | 8a39e8e4390612919a8d82c7815aa914f4c079a4 | [
"Apache-2.0"
] | 1,561 | 2019-09-04T11:32:32.000Z | 2022-03-31T18:00:09.000Z | src/webots/nodes/WbJointParameters.hpp | Justin-Fisher/webots | 8a39e8e4390612919a8d82c7815aa914f4c079a4 | [
"Apache-2.0"
] | 2,184 | 2019-09-03T11:35:02.000Z | 2022-03-31T10:01:44.000Z | src/webots/nodes/WbJointParameters.hpp | Justin-Fisher/webots | 8a39e8e4390612919a8d82c7815aa914f4c079a4 | [
"Apache-2.0"
] | 1,013 | 2019-09-07T05:09:32.000Z | 2022-03-31T13:01:28.000Z | // Copyright 1996-2021 Cyberbotics Ltd.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agr... | 33.234568 | 86 | 0.7526 | Justin-Fisher |
7402b2000eaf3f286fd7e058939386ab52ce1f9b | 1,530 | cpp | C++ | queue/circular-queue.cpp | mukul98s/data-structures-and-algorithms-code | 3e06806f16daa127a67abeebf660ebe3044e2e88 | [
"MIT"
] | 1 | 2022-02-09T14:28:28.000Z | 2022-02-09T14:28:28.000Z | queue/circular-queue.cpp | mukul98s/data-structures-and-algorithms-code | 3e06806f16daa127a67abeebf660ebe3044e2e88 | [
"MIT"
] | 1 | 2022-02-02T04:58:10.000Z | 2022-02-02T04:58:10.000Z | queue/circular-queue.cpp | mukul98s/data-structures-and-algorithms-code | 3e06806f16daa127a67abeebf660ebe3044e2e88 | [
"MIT"
] | 1 | 2022-02-02T00:23:59.000Z | 2022-02-02T00:23:59.000Z | #include <bits/stdc++.h>
using namespace std;
#define MAX 5
class Queue {
public:
int items[MAX];
int front;
int rear;
Queue() {
front = -1;
rear = -1;
};
void enQueue(int val) {
if(isFull()) {
cout << "Queue is Full" << endl;
return;
}
if(fron... | 17.790698 | 53 | 0.433333 | mukul98s |
74044c563edaeb3c7529d35cbc45af04c283aa26 | 15,455 | cpp | C++ | service/notification/unittest/NSProviderTest.cpp | jongsunglee/test_iotivity | 809ccf01cc31e663e177e0292e17099dc06502bd | [
"Apache-2.0"
] | null | null | null | service/notification/unittest/NSProviderTest.cpp | jongsunglee/test_iotivity | 809ccf01cc31e663e177e0292e17099dc06502bd | [
"Apache-2.0"
] | null | null | null | service/notification/unittest/NSProviderTest.cpp | jongsunglee/test_iotivity | 809ccf01cc31e663e177e0292e17099dc06502bd | [
"Apache-2.0"
] | null | null | null | //******************************************************************
//
// Copyright 2016 Samsung Electronics All Rights Reserved.
//
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance... | 26.37372 | 95 | 0.658492 | jongsunglee |
7407d88d972737b63eb928879ec65233c19d12b1 | 4,112 | cpp | C++ | OpenCV/OR_OD_Testing/Object_Detection/objectdetection-contours-video.cpp | pts211/CS4096 | 6156d567ccdac9e422bb5f476093323f32f73ed8 | [
"Apache-2.0"
] | 2 | 2018-07-08T08:36:50.000Z | 2021-03-10T08:38:06.000Z | OpenCV/OR_OD_Testing/Object_Detection/objectdetection-contours-video.cpp | pts211/CS4096 | 6156d567ccdac9e422bb5f476093323f32f73ed8 | [
"Apache-2.0"
] | null | null | null | OpenCV/OR_OD_Testing/Object_Detection/objectdetection-contours-video.cpp | pts211/CS4096 | 6156d567ccdac9e422bb5f476093323f32f73ed8 | [
"Apache-2.0"
] | null | null | null | /***********************************************************/
/* File: objectdetection-contours-video.cpp */
/* Author: Travis Bueter */
/* Desc: This file tests the use of identifying objects */
/* based on their contours of a video feed. */
/* ... | 29.582734 | 103 | 0.531858 | pts211 |
7408407619ad993e1a6bc1c1934510f9c4828dcc | 5,330 | cpp | C++ | llarp/profiling.cpp | killvxk/loki-network | 3715c28616fac132f622a80d5d0e8e794166315a | [
"Zlib"
] | 1 | 2019-05-01T11:06:52.000Z | 2019-05-01T11:06:52.000Z | llarp/profiling.cpp | killvxk/loki-network | 3715c28616fac132f622a80d5d0e8e794166315a | [
"Zlib"
] | null | null | null | llarp/profiling.cpp | killvxk/loki-network | 3715c28616fac132f622a80d5d0e8e794166315a | [
"Zlib"
] | 1 | 2019-04-21T17:53:56.000Z | 2019-04-21T17:53:56.000Z | #include <profiling.hpp>
#include <fstream>
namespace llarp
{
bool
RouterProfile::BEncode(llarp_buffer_t* buf) const
{
if(!bencode_start_dict(buf))
return false;
if(!BEncodeWriteDictInt("g", connectGoodCount, buf))
return false;
if(!BEncodeWriteDictInt("p", pathSuccessCount, buf))
... | 23.688889 | 77 | 0.630206 | killvxk |
74088c30ccd8b19b9d75384f281c39ff83199a7e | 10,259 | cpp | C++ | ext/include/osgEarthDrivers/engine_droam/AMRGeometry.cpp | energonQuest/dtEarth | 47b04bb272ec8781702dea46f5ee9a03d4a22196 | [
"MIT"
] | 6 | 2015-09-26T15:33:41.000Z | 2021-06-13T13:21:50.000Z | ext/include/osgEarthDrivers/engine_droam/AMRGeometry.cpp | energonQuest/dtEarth | 47b04bb272ec8781702dea46f5ee9a03d4a22196 | [
"MIT"
] | null | null | null | ext/include/osgEarthDrivers/engine_droam/AMRGeometry.cpp | energonQuest/dtEarth | 47b04bb272ec8781702dea46f5ee9a03d4a22196 | [
"MIT"
] | 5 | 2015-05-04T09:02:23.000Z | 2019-06-17T11:34:12.000Z | /* -*-c++-*- */
/* osgEarth - Dynamic map generation toolkit for OpenSceneGraph
* Copyright 2008-2010 Pelican Mapping
* http://osgearth.org
*
* osgEarth is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundat... | 30.262537 | 117 | 0.590798 | energonQuest |
740cb466c0d2a14e0785b4d0406cbea2bb6510af | 1,115 | cpp | C++ | src/blueprints/Unit.cpp | ludlyl/MulleMech | c29f146ecb6ec8a400390a2c4a6d8d69e1152d6a | [
"MIT"
] | 6 | 2019-08-14T23:19:23.000Z | 2021-04-21T18:06:12.000Z | src/blueprints/Unit.cpp | ludlyl/MulleMech | c29f146ecb6ec8a400390a2c4a6d8d69e1152d6a | [
"MIT"
] | null | null | null | src/blueprints/Unit.cpp | ludlyl/MulleMech | c29f146ecb6ec8a400390a2c4a6d8d69e1152d6a | [
"MIT"
] | 1 | 2021-07-08T21:48:28.000Z | 2021-07-08T21:48:28.000Z | // The MIT License (MIT)
//
// Copyright (c) 2017-2018 Alexander Kurbatov
#include "Unit.h"
#include "core/API.h"
#include "core/Helpers.h"
#include "Hub.h"
bp::Unit::Unit(sc2::UNIT_TYPEID who_builds_, sc2::UNIT_TYPEID required_addon_): m_who_builds(who_builds_), m_required_addon(required_addon_) {
}
bool bp::Unit::... | 30.135135 | 142 | 0.712108 | ludlyl |
740cc0e06783e4b68a14b92dd622b1f8cde0d063 | 3,383 | cpp | C++ | jpegout.cpp | oz-acy/polymnia | 90583ed4a78f99ee04e5eb3547d99343ddb7a10b | [
"BSD-2-Clause"
] | null | null | null | jpegout.cpp | oz-acy/polymnia | 90583ed4a78f99ee04e5eb3547d99343ddb7a10b | [
"BSD-2-Clause"
] | null | null | null | jpegout.cpp | oz-acy/polymnia | 90583ed4a78f99ee04e5eb3547d99343ddb7a10b | [
"BSD-2-Clause"
] | null | null | null | /*
* Copyright 2002-2021 oZ/acy (名賀月晃嗣)
* Redistribution and use in source and binary forms,
* with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditions an... | 24.693431 | 80 | 0.675732 | oz-acy |
740ef1bfc57f6b2fc4124c79911a722249539496 | 5,473 | cxx | C++ | Modules/IO/ImageIO/test/otbComplexImageTests.cxx | kikislater/OTB | 8271c62b5891d3da9cb2e9ba3a2706a26de8c323 | [
"Apache-2.0"
] | 1 | 2019-09-12T00:53:05.000Z | 2019-09-12T00:53:05.000Z | Modules/IO/ImageIO/test/otbComplexImageTests.cxx | ThomasWangWeiHong/OTB | 569686e40f0ae146e726bd3cfd253e67ec2b4533 | [
"Apache-2.0"
] | null | null | null | Modules/IO/ImageIO/test/otbComplexImageTests.cxx | ThomasWangWeiHong/OTB | 569686e40f0ae146e726bd3cfd253e67ec2b4533 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (C) 2005-2019 Centre National d'Etudes Spatiales (CNES)
*
* This file is part of Orfeo Toolbox
*
* https://www.orfeo-toolbox.org/
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of ... | 30.920904 | 108 | 0.678604 | kikislater |
740fa78558d1f15192a03f6c44215fe82611d812 | 3,081 | cpp | C++ | MonoNative.Tests/mscorlib/System/Security/Permissions/mscorlib_System_Security_Permissions_FileDialogPermission_Fixture.cpp | brunolauze/MonoNative | 959fb52c2c1ffe87476ab0d6e4fcce0ad9ce1e66 | [
"BSD-2-Clause"
] | 7 | 2015-03-10T03:36:16.000Z | 2021-11-05T01:16:58.000Z | MonoNative.Tests/mscorlib/System/Security/Permissions/mscorlib_System_Security_Permissions_FileDialogPermission_Fixture.cpp | brunolauze/MonoNative | 959fb52c2c1ffe87476ab0d6e4fcce0ad9ce1e66 | [
"BSD-2-Clause"
] | 1 | 2020-06-23T10:02:33.000Z | 2020-06-24T02:05:47.000Z | MonoNative.Tests/mscorlib/System/Security/Permissions/mscorlib_System_Security_Permissions_FileDialogPermission_Fixture.cpp | brunolauze/MonoNative | 959fb52c2c1ffe87476ab0d6e4fcce0ad9ce1e66 | [
"BSD-2-Clause"
] | null | null | null | // Mono Native Fixture
// Assembly: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
// Namespace: System.Security.Permissions
// Name: FileDialogPermission
// C++ Typed Name: mscorlib::System::Security::Permissions::FileDialogPermission
#include <gtest/gtest.h>
#include <mscorlib/System/Se... | 24.452381 | 112 | 0.719247 | brunolauze |
7410987bd5fcaaee3d881870dc5c96669d296c7f | 1,442 | cpp | C++ | v3d_main/jba/c++/convert_type2uint8.cpp | lens-biophotonics/v3d_external | 44ff3b60a297a96eaa77ca092e0de9af5c990ed3 | [
"MIT"
] | 39 | 2015-05-10T23:23:03.000Z | 2022-01-26T01:31:30.000Z | v3d_main/jba/c++/convert_type2uint8.cpp | lens-biophotonics/v3d_external | 44ff3b60a297a96eaa77ca092e0de9af5c990ed3 | [
"MIT"
] | 13 | 2016-03-04T05:29:23.000Z | 2021-02-07T01:11:10.000Z | v3d_main/jba/c++/convert_type2uint8.cpp | lens-biophotonics/v3d_external | 44ff3b60a297a96eaa77ca092e0de9af5c990ed3 | [
"MIT"
] | 44 | 2015-11-11T07:30:59.000Z | 2021-12-26T16:41:21.000Z |
//by Hanchuan Peng
//2006-2011
#include "convert_type2uint8.h"
#include <stdio.h>
bool convert_type2uint8_3dimg_1dpt(void * &img, V3DLONG * sz, int datatype)
{
if (!img || !sz)
{
fprintf(stderr, "The input to convert_type2uint8_3dimg_1dpt() are invalid [%s][%d].\n", __FILE__, __LINE__);
return false;
}
if ... | 22.888889 | 157 | 0.622746 | lens-biophotonics |
741129b1e0bdaa6ae3103beebe2fcb8b0b6a52df | 4,962 | cpp | C++ | extern/gainput/lib/source/gainput/keyboard/GainputInputDeviceKeyboard.cpp | BredaUniversityGames/LearningDirectX12 | 895166a6ebec3836238e25f651a5718c0c4e2deb | [
"MIT"
] | 366 | 2018-01-23T22:06:50.000Z | 2022-03-27T22:38:57.000Z | lib/source/gainput/keyboard/GainputInputDeviceKeyboard.cpp | jpvanoosten/gainput | 737cbfcc4e0d0f1247e8ac4cd4f8130584ea88dc | [
"MIT"
] | 16 | 2018-09-15T12:33:54.000Z | 2022-03-31T09:51:35.000Z | lib/source/gainput/keyboard/GainputInputDeviceKeyboard.cpp | jpvanoosten/gainput | 737cbfcc4e0d0f1247e8ac4cd4f8130584ea88dc | [
"MIT"
] | 55 | 2018-09-15T13:58:41.000Z | 2022-03-22T07:05:10.000Z |
#include <gainput/gainput.h>
#include <gainput/GainputDebugRenderer.h>
#include "GainputInputDeviceKeyboardImpl.h"
#include "GainputKeyboardKeyNames.h"
#include <gainput/GainputInputDeltaState.h>
#include <gainput/GainputHelpers.h>
#include <gainput/GainputLog.h>
#if defined(GAINPUT_PLATFORM_LINUX)
#include "Gainpu... | 25.84375 | 121 | 0.767836 | BredaUniversityGames |
74112e3f5e6eb757ed34e90c99da8e2654a6922e | 695 | cpp | C++ | mcc/mcc/MccMethodNameChecker.cpp | Goclis/mcc | 475ff1a1e92db749bc935f979d79296ca466470d | [
"MIT"
] | null | null | null | mcc/mcc/MccMethodNameChecker.cpp | Goclis/mcc | 475ff1a1e92db749bc935f979d79296ca466470d | [
"MIT"
] | null | null | null | mcc/mcc/MccMethodNameChecker.cpp | Goclis/mcc | 475ff1a1e92db749bc935f979d79296ca466470d | [
"MIT"
] | null | null | null | #include "MccMethodNameChecker.h"
#include "MccInvalidMethodNameError.h"
#include "MccFunctionDeclaration.h"
#include "MccRobot.h"
MccMethodNameChecker::MccMethodNameChecker(void)
{
}
MccMethodNameChecker::~MccMethodNameChecker(void)
{
}
void MccMethodNameChecker::detect(MccFunctionDeclaration *fun)
{
string fun... | 21.71875 | 78 | 0.707914 | Goclis |
7415faf9a55c18ce2afb458e3fd98fcb16a2b9d6 | 105,491 | cpp | C++ | tools/swift-api-digester/swift-api-digester.cpp | Dithn/swift | 9e85a396f6edd01d61dff55bd67d7765fed5be84 | [
"Apache-2.0"
] | 2 | 2021-04-18T06:29:25.000Z | 2021-09-05T14:18:26.000Z | tools/swift-api-digester/swift-api-digester.cpp | brandonasuncion/swift | 236237fc9ec4e607d29c89e9bc287142a16c2e19 | [
"Apache-2.0"
] | null | null | null | tools/swift-api-digester/swift-api-digester.cpp | brandonasuncion/swift | 236237fc9ec4e607d29c89e9bc287142a16c2e19 | [
"Apache-2.0"
] | 1 | 2021-04-18T03:21:19.000Z | 2021-04-18T03:21:19.000Z | //===--- swift-api-digester.cpp - API change detector ---------------------===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/L... | 36.201441 | 159 | 0.646851 | Dithn |
74184a75838bd2f9f80ed1faf4049b99642775fd | 1,748 | hpp | C++ | source/data_model/cxx/include/lue/object/property/same_shape/constant_shape/properties.hpp | computationalgeography/lue | 71993169bae67a9863d7bd7646d207405dc6f767 | [
"MIT"
] | 2 | 2021-02-26T22:45:56.000Z | 2021-05-02T10:28:48.000Z | source/data_model/cxx/include/lue/object/property/same_shape/constant_shape/properties.hpp | pcraster/lue | e64c18f78a8b6d8a602b7578a2572e9740969202 | [
"MIT"
] | 262 | 2016-08-11T10:12:02.000Z | 2020-10-13T18:09:16.000Z | source/data_model/cxx/include/lue/object/property/same_shape/constant_shape/properties.hpp | computationalgeography/lue | 71993169bae67a9863d7bd7646d207405dc6f767 | [
"MIT"
] | 1 | 2020-03-11T09:49:41.000Z | 2020-03-11T09:49:41.000Z | #pragma once
#include "lue/info/property/same_shape/constant_shape/property.hpp"
#include "lue/object/property/properties_traits.hpp"
#include "lue/core/collection.hpp"
namespace lue {
namespace data_model {
namespace same_shape {
namespace constant_shape {
/*!
@brief Collection of same shape x constant sha... | 25.333333 | 75 | 0.568078 | computationalgeography |
741a81f5122d5f4c90f83931bf955b4651ef8c0a | 10,175 | cpp | C++ | src/TAO/Operation/migrate.cpp | barrystyle/LLL-TAO | d9e5b4e4db4cea3976797d8526aedb4bd94256af | [
"MIT"
] | 60 | 2018-04-14T22:17:47.000Z | 2022-03-22T14:24:46.000Z | src/TAO/Operation/migrate.cpp | barrystyle/LLL-TAO | d9e5b4e4db4cea3976797d8526aedb4bd94256af | [
"MIT"
] | 60 | 2019-07-12T14:18:44.000Z | 2022-03-30T08:03:19.000Z | src/TAO/Operation/migrate.cpp | barrystyle/LLL-TAO | d9e5b4e4db4cea3976797d8526aedb4bd94256af | [
"MIT"
] | 33 | 2018-04-16T08:55:36.000Z | 2022-03-13T10:17:06.000Z | /*__________________________________________________________________________________________
(c) Hash(BEGIN(Satoshi[2010]), END(Sunny[2012])) == Videlicet[2014] ++
(c) Copyright The Nexus Developers 2014 - 2021
Distributed under the MIT software license, see the accompanying
file COPY... | 39.901961 | 125 | 0.577887 | barrystyle |
741aa8bcbcbf76d7dd9f6e5eb1eb23aa4ad5c1c5 | 9,455 | cpp | C++ | emulator/src/mame/video/dcheese.cpp | rjw57/tiw-computer | 5ef1c79893165b8622d1114d81cd0cded58910f0 | [
"MIT"
] | 1 | 2022-01-15T21:38:38.000Z | 2022-01-15T21:38:38.000Z | emulator/src/mame/video/dcheese.cpp | rjw57/tiw-computer | 5ef1c79893165b8622d1114d81cd0cded58910f0 | [
"MIT"
] | null | null | null | emulator/src/mame/video/dcheese.cpp | rjw57/tiw-computer | 5ef1c79893165b8622d1114d81cd0cded58910f0 | [
"MIT"
] | null | null | null | // license:BSD-3-Clause
// copyright-holders:Aaron Giles
/***************************************************************************
HAR MadMax hardware
**************************************************************************/
#include "emu.h"
#include "includes/dcheese.h"
/********************************... | 29.363354 | 118 | 0.608673 | rjw57 |
741d09f4f2f338d56252c5b2245015769ba9da0a | 392 | cpp | C++ | 0100/90/196a.cpp | actium/cf | d7be128c3a9adb014a231a399f1c5f19e1ab2a38 | [
"Unlicense"
] | 1 | 2020-07-03T15:55:52.000Z | 2020-07-03T15:55:52.000Z | 0100/90/196a.cpp | actium/cf | d7be128c3a9adb014a231a399f1c5f19e1ab2a38 | [
"Unlicense"
] | null | null | null | 0100/90/196a.cpp | actium/cf | d7be128c3a9adb014a231a399f1c5f19e1ab2a38 | [
"Unlicense"
] | 3 | 2020-10-01T14:55:28.000Z | 2021-07-11T11:33:58.000Z | #include <iostream>
#include <string>
void answer(const std::string& v)
{
std::cout << v << '\n';
}
void solve(const std::string& s)
{
std::string t;
for (const char c : s) {
while (!t.empty() && t.back() < c)
t.pop_back();
t.push_back(c);
}
answer(t);
}
int main()
{... | 12.25 | 42 | 0.487245 | actium |
741d9cc2a497f24d4f3987564b9b9f1fbadf1696 | 8,586 | hpp | C++ | Lib/Chip/CM4/Freescale/MK60DZ10/MCM.hpp | cjsmeele/Kvasir | c8d2acd8313ae52d78259ee2d409b963925f77d7 | [
"Apache-2.0"
] | 376 | 2015-07-17T01:41:20.000Z | 2022-03-26T04:02:49.000Z | Lib/Chip/CM4/Freescale/MK60DZ10/MCM.hpp | cjsmeele/Kvasir | c8d2acd8313ae52d78259ee2d409b963925f77d7 | [
"Apache-2.0"
] | 59 | 2015-07-03T21:30:13.000Z | 2021-03-05T11:30:08.000Z | Lib/Chip/CM4/Freescale/MK60DZ10/MCM.hpp | cjsmeele/Kvasir | c8d2acd8313ae52d78259ee2d409b963925f77d7 | [
"Apache-2.0"
] | 53 | 2015-07-14T12:17:06.000Z | 2021-06-04T07:28:40.000Z | #pragma once
#include <Register/Utility.hpp>
namespace Kvasir {
//Core Platform Miscellaneous Control Module
namespace McmPlasc{ ///<Crossbar switch (AXBS) slave configuration
using Addr = Register::Address<0xe0080008,0xffffff00,0x00000000,unsigned>;
///Each bit in the ASC field indicates if the... | 60.893617 | 221 | 0.662241 | cjsmeele |
741ec121ba44e77344e9ecfebf643e75c4c924c2 | 49,917 | ipp | C++ | deps/src/boost_1_65_1/libs/math/test/ellint_rf_0yy.ipp | shreyasvj25/turicreate | 32e84ca16aef8d04aff3d49ae9984bd49326bffd | [
"BSD-3-Clause"
] | 11,356 | 2017-12-08T19:42:32.000Z | 2022-03-31T16:55:25.000Z | deps/src/boost_1_65_1/libs/math/test/ellint_rf_0yy.ipp | shreyasvj25/turicreate | 32e84ca16aef8d04aff3d49ae9984bd49326bffd | [
"BSD-3-Clause"
] | 2,402 | 2017-12-08T22:31:01.000Z | 2022-03-28T19:25:52.000Z | deps/src/boost_1_65_1/libs/math/test/ellint_rf_0yy.ipp | shreyasvj25/turicreate | 32e84ca16aef8d04aff3d49ae9984bd49326bffd | [
"BSD-3-Clause"
] | 1,343 | 2017-12-08T19:47:19.000Z | 2022-03-26T11:31:36.000Z | // Copyright John Maddock 2015.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifndef SC_
# define SC_(x) static_cast<T>(BOOST_JOIN(x, L))
#endif
static const boost::arr... | 214.236052 | 223 | 0.838251 | shreyasvj25 |
741ee65e777e8f3f45b56a43a1160c2d7b3ba56e | 17,513 | cpp | C++ | medusa_sim/sensor_sim/src/SensorSim.cpp | gshubham96/medusa_base | 1f6e8776ac115951eea13d227ce8c370abd2ea0e | [
"MIT"
] | null | null | null | medusa_sim/sensor_sim/src/SensorSim.cpp | gshubham96/medusa_base | 1f6e8776ac115951eea13d227ce8c370abd2ea0e | [
"MIT"
] | 1 | 2022-02-21T16:50:47.000Z | 2022-02-21T16:50:47.000Z | medusa_sim/sensor_sim/src/SensorSim.cpp | gshubham96/medusa_base | 1f6e8776ac115951eea13d227ce8c370abd2ea0e | [
"MIT"
] | 2 | 2022-02-02T11:00:14.000Z | 2022-03-01T08:42:05.000Z | /*
Developers: DSOR Team -> @irt.ist.pt Instituto Superior Tecnico
Description: Please check the documentation of this package for more info.
*/
#include "SensorSim.h"
/*
#######################################################################################################################
@.@ CONSTRUCTOR: put all di... | 38.49011 | 195 | 0.583167 | gshubham96 |
742070861a3c11c517422f43df724024014dbc5a | 11,739 | cpp | C++ | gen/dsp/NoiseLFO.cpp | jpcima/string-machine | 188082dd0beb9a3c341035604841c53675fe66c4 | [
"BSL-1.0"
] | 34 | 2019-07-08T15:02:10.000Z | 2022-02-20T01:44:02.000Z | gen/dsp/NoiseLFO.cpp | jpcima/string-machine | 188082dd0beb9a3c341035604841c53675fe66c4 | [
"BSL-1.0"
] | 27 | 2019-07-08T21:46:19.000Z | 2022-03-24T16:01:02.000Z | gen/dsp/NoiseLFO.cpp | jpcima/string-machine | 188082dd0beb9a3c341035604841c53675fe66c4 | [
"BSL-1.0"
] | 3 | 2019-08-03T22:35:08.000Z | 2022-02-20T01:19:52.000Z |
//------------------------------------------------------------------------------
// This file was generated using the Faust compiler (https://faust.grame.fr),
// and the Faust post-processor (https://github.com/jpcima/faustpp).
//
// Source: NoiseLFO.dsp
// Name: NoiseLFO
// Author:
// Copyright:
// License:
// Ver... | 22.618497 | 122 | 0.611381 | jpcima |
7420e54aabcac2e0a8f7c02c891196a8c355f3bc | 4,177 | cxx | C++ | vital/types/polygon.cxx | acidburn0zzz/kwiver | 6e4205f1c46df04759c57c040f01cc804b27e00d | [
"BSD-3-Clause"
] | 1 | 2017-07-31T07:07:32.000Z | 2017-07-31T07:07:32.000Z | vital/types/polygon.cxx | Acidburn0zzz/kwiver | 6e4205f1c46df04759c57c040f01cc804b27e00d | [
"BSD-3-Clause"
] | 3 | 2021-03-19T15:39:43.000Z | 2021-09-08T02:47:15.000Z | vital/types/polygon.cxx | acidburn0zzz/kwiver | 6e4205f1c46df04759c57c040f01cc804b27e00d | [
"BSD-3-Clause"
] | null | null | null | /*ckwg +29
* Copyright 2016 by Kitware, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notice,
* this list of... | 25.944099 | 82 | 0.545846 | acidburn0zzz |
7421412fb7e2c1c2ed365899c6b9c5e984f07924 | 4,729 | cpp | C++ | Core/Code/Interactions/mitkEventRecorder.cpp | lsanzdiaz/MITK-BiiG | 470f04e7585a60672f449716a1c595a5ba3fcd24 | [
"BSD-3-Clause"
] | 1 | 2017-03-05T05:29:32.000Z | 2017-03-05T05:29:32.000Z | Core/Code/Interactions/mitkEventRecorder.cpp | lsanzdiaz/MITK-BiiG | 470f04e7585a60672f449716a1c595a5ba3fcd24 | [
"BSD-3-Clause"
] | null | null | null | Core/Code/Interactions/mitkEventRecorder.cpp | lsanzdiaz/MITK-BiiG | 470f04e7585a60672f449716a1c595a5ba3fcd24 | [
"BSD-3-Clause"
] | 2 | 2020-10-27T06:51:00.000Z | 2020-10-27T06:51:01.000Z | /*===================================================================
The Medical Imaging Interaction Toolkit (MITK)
Copyright (c) German Cancer Research Center,
Division of Medical and Biological Informatics.
All rights reserved.
This software is distributed WITHOUT ANY WARRANTY; without
even the implied warr... | 28.660606 | 365 | 0.681117 | lsanzdiaz |
7424aaabb267e88a9db9d6c40fb1eb204a975c7e | 5,804 | cpp | C++ | bench/BM_lmi.cpp | luk036/lmi-solver-cpp | e747d76740046af29e3b0746df4f9b829d24283c | [
"Unlicense"
] | null | null | null | bench/BM_lmi.cpp | luk036/lmi-solver-cpp | e747d76740046af29e3b0746df4f9b829d24283c | [
"Unlicense"
] | null | null | null | bench/BM_lmi.cpp | luk036/lmi-solver-cpp | e747d76740046af29e3b0746df4f9b829d24283c | [
"Unlicense"
] | null | null | null | #include <ellalgo/cutting_plane.hpp> // for cutting_plane_dc
#include <ellalgo/ell.hpp> // for ell
#include <gsl/span> // for span
#include <lmisolver/lmi_old_oracle.hpp> // for lmi_old_oracle
#include <lmisolver/lmi_oracle.hpp> // for lmi_oracle
#include <tuple> ... | 35.607362 | 100 | 0.481909 | luk036 |
74252ebc179368be4bc9a253111153ecc2c84384 | 691 | hpp | C++ | inc/rfm69_message_handler.hpp | ecrampton1/PeripheralMessaging | fb643453277c6a08a7950c23ad2fa4834fffb74b | [
"MIT"
] | null | null | null | inc/rfm69_message_handler.hpp | ecrampton1/PeripheralMessaging | fb643453277c6a08a7950c23ad2fa4834fffb74b | [
"MIT"
] | null | null | null | inc/rfm69_message_handler.hpp | ecrampton1/PeripheralMessaging | fb643453277c6a08a7950c23ad2fa4834fffb74b | [
"MIT"
] | null | null | null | #ifndef RFM69_MESSAGING_HANDLER_HPP_
#define RFM69_MESSAGING_HANDLER_HPP_
#include "message.hpp"
#include "message_handler.hpp"
namespace PeripheralMessages
{
class RFM69Handler
{
public:
static void begin(uint8_t node);
static void initializeIncomingMessages();
static bool publishMessage(const MessageBuffer& buffer... | 23.033333 | 80 | 0.817656 | ecrampton1 |
74258b4ffee0478e59d3f0b884b04873836759dc | 3,140 | cpp | C++ | robowflex_dart/src/joints/rnjoint.cpp | aorthey/robowflex | 09eeb3a380344500508f53cf8469e9878e746c39 | [
"BSD-3-Clause"
] | 58 | 2018-08-17T14:26:02.000Z | 2022-03-28T05:42:03.000Z | robowflex_dart/src/joints/rnjoint.cpp | aorthey/robowflex | 09eeb3a380344500508f53cf8469e9878e746c39 | [
"BSD-3-Clause"
] | 52 | 2018-08-23T01:33:04.000Z | 2022-03-28T15:54:13.000Z | robowflex_dart/src/joints/rnjoint.cpp | aorthey/robowflex | 09eeb3a380344500508f53cf8469e9878e746c39 | [
"BSD-3-Clause"
] | 14 | 2021-04-05T23:49:55.000Z | 2022-03-21T00:18:16.000Z | /* Author: Zachary Kingston */
#include <robowflex_dart/joints.h>
#include <robowflex_dart/space.h>
using namespace robowflex::darts;
///
/// RnJoint
///
RnJoint::RnJoint(StateSpace *space, //
dart::dynamics::Joint *joint, //
double low, double high)
: RnJoint(space,... | 27.54386 | 79 | 0.528344 | aorthey |
7426da866ef295ffecc221ebab52f8c9287572f3 | 3,394 | cpp | C++ | miniapps/navier/navier_3dfoc.cpp | fanronghong/mfem | 5bc8d5ea1b7e3a0b377423773e78428bf7160612 | [
"BSD-3-Clause"
] | 1 | 2020-04-28T05:08:24.000Z | 2020-04-28T05:08:24.000Z | miniapps/navier/navier_3dfoc.cpp | fanronghong/mfem | 5bc8d5ea1b7e3a0b377423773e78428bf7160612 | [
"BSD-3-Clause"
] | null | null | null | miniapps/navier/navier_3dfoc.cpp | fanronghong/mfem | 5bc8d5ea1b7e3a0b377423773e78428bf7160612 | [
"BSD-3-Clause"
] | null | null | null | // Copyright (c) 2010-2020, Lawrence Livermore National Security, LLC. Produced
// at the Lawrence Livermore National Laboratory. All Rights reserved. See files
// LICENSE and NOTICE for details. LLNL-CODE-806117.
//
// This file is part of the MFEM library. For more information and source code
// availability visit ht... | 23.406897 | 80 | 0.61373 | fanronghong |
742a188e513794582f75525489b2dec52a4f928e | 20,202 | cpp | C++ | GTE/Graphics/GL45/GLSLShader.cpp | tranthaiphi/GeometricTools | 451e412a0715dbb4fcafbe486ca33d84a404b78d | [
"BSL-1.0"
] | 452 | 2020-09-16T02:23:30.000Z | 2022-03-27T23:11:38.000Z | GTE/Graphics/GL45/GLSLShader.cpp | tranthaiphi/GeometricTools | 451e412a0715dbb4fcafbe486ca33d84a404b78d | [
"BSL-1.0"
] | 34 | 2020-10-11T03:56:17.000Z | 2022-03-04T17:29:34.000Z | GTE/Graphics/GL45/GLSLShader.cpp | tranthaiphi/GeometricTools | 451e412a0715dbb4fcafbe486ca33d84a404b78d | [
"BSL-1.0"
] | 91 | 2020-09-28T16:59:40.000Z | 2022-03-25T16:20:06.000Z | // David Eberly, Geometric Tools, Redmond WA 98052
// Copyright (c) 1998-2021
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
// https://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
// Version: 4.0.2019.08.13
#include <Graphics/GL45/GTGraphicsGL45PCH.h>
#i... | 36.730909 | 113 | 0.566429 | tranthaiphi |
742b0116a28444b7ecd8c42970e05da4bcc00abd | 25,492 | hpp | C++ | features/include/pcl/features/impl/board.hpp | yxlao/StanfordPCL | 98a8663f896c1ba880d14efa2338b7cfbd01b6ef | [
"MIT"
] | null | null | null | features/include/pcl/features/impl/board.hpp | yxlao/StanfordPCL | 98a8663f896c1ba880d14efa2338b7cfbd01b6ef | [
"MIT"
] | null | null | null | features/include/pcl/features/impl/board.hpp | yxlao/StanfordPCL | 98a8663f896c1ba880d14efa2338b7cfbd01b6ef | [
"MIT"
] | null | null | null | /*
* Software License Agreement (BSD License)
*
* Point Cloud Library (PCL) - www.pointclouds.org
* Copyright (c) 2010-2011, Willow Garage, Inc.
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditi... | 39.645412 | 94 | 0.568335 | yxlao |