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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
e91823da496b427dff99305a66d73682176d2a78 | 19,556 | cpp | C++ | examples/dnn_introduction2_ex.cpp | ckproc/dlib-19.7 | 0ca40f5e85de2436e557bee9a805d3987d2d9507 | [
"BSL-1.0"
] | null | null | null | examples/dnn_introduction2_ex.cpp | ckproc/dlib-19.7 | 0ca40f5e85de2436e557bee9a805d3987d2d9507 | [
"BSL-1.0"
] | 4 | 2018-02-27T15:44:25.000Z | 2018-02-28T01:26:03.000Z | examples/dnn_introduction2_ex.cpp | ckproc/dlib-19.7 | 0ca40f5e85de2436e557bee9a805d3987d2d9507 | [
"BSL-1.0"
] | null | null | null | // The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This is an example illustrating the use of the deep learning tools from the
dlib C++ Library. I'm assuming you have already read the dnn_introduction_ex.cpp
example. So in this example program I'm going to ... | 50.272494 | 199 | 0.647525 | ckproc |
e91855f7666372a037ceea23552201a7ada33d0c | 749 | cpp | C++ | test/pre_reserch/plag_original_codes/04_039.cpp | xryuseix/SA-Plag | 167f7a2b2fa81ff00fd5263772a74c2c5c61941d | [
"MIT"
] | 13 | 2021-01-20T19:53:16.000Z | 2021-11-14T16:30:32.000Z | test/training_data/plag_original_codes/04_039.cpp | xryuseix/SA-Plag | 167f7a2b2fa81ff00fd5263772a74c2c5c61941d | [
"MIT"
] | null | null | null | test/training_data/plag_original_codes/04_039.cpp | xryuseix/SA-Plag | 167f7a2b2fa81ff00fd5263772a74c2c5c61941d | [
"MIT"
] | null | null | null | // 引用元 : https://atcoder.jp/contests/abc137/submissions/6820151
// 得点 : 300
// コード長 : 642
// 実行時間 : 127
#include <iostream>
#include <algorithm>
#include <string>
#include <vector>
using namespace std;
int main()
{
int n;
cin >> n;
vector<string> s(n);
for (int i = 0; i < n; ++i) {
cin >> s[i... | 17.022727 | 63 | 0.456609 | xryuseix |
e9195bd265a100afb300d68106570b0481c3980e | 617 | cpp | C++ | Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_RefPoseBase.cpp | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | 1 | 2022-01-29T18:36:12.000Z | 2022-01-29T18:36:12.000Z | Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_RefPoseBase.cpp | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | null | null | null | Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_RefPoseBase.cpp | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | null | null | null | // Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
#include "AnimGraphNode_RefPoseBase.h"
/////////////////////////////////////////////////////
// UAnimGraphNode_RefPoseBase
UAnimGraphNode_RefPoseBase::UAnimGraphNode_RefPoseBase(const FObjectInitializer& ObjectInitializer)
: Super(ObjectInitializer)
{
}
... | 21.275862 | 99 | 0.703404 | windystrife |
e9195c62e6f80681cacee7d40079aa49e1f7115a | 1,441 | cpp | C++ | test/proto_test.cpp | irl-game/irl | ba507a93371ab172b705c1ede8cd062123fc96f5 | [
"MIT"
] | null | null | null | test/proto_test.cpp | irl-game/irl | ba507a93371ab172b705c1ede8cd062123fc96f5 | [
"MIT"
] | null | null | null | test/proto_test.cpp | irl-game/irl | ba507a93371ab172b705c1ede8cd062123fc96f5 | [
"MIT"
] | null | null | null | #include <catch2/catch.hpp>
#include <ser/macro.hpp>
#include <ser/overloaded.hpp>
#include <ser/proto.hpp>
#include <ser/ser.hpp>
#include <sstream>
class A
{
public:
int a = 0;
#define SER_PROPERTY_LIST SER_PROPERTY(a);
SER_DEFINE_PROPERTIES()
#undef SER_PROPERTY_LIST
};
class B
{
public:
int a = 0;
#define S... | 21.191176 | 71 | 0.617627 | irl-game |
e9196783db929d2a6360702c0d7083201818f5a4 | 442 | hpp | C++ | include/util.hpp | adi-g15/saras | a9d5f8c4b2d4da4b14e025329dd5654b0044aef6 | [
"Unlicense"
] | 5 | 2021-11-26T09:43:45.000Z | 2021-12-01T19:52:21.000Z | include/util.hpp | adi-g15/saras | a9d5f8c4b2d4da4b14e025329dd5654b0044aef6 | [
"Unlicense"
] | null | null | null | include/util.hpp | adi-g15/saras | a9d5f8c4b2d4da4b14e025329dd5654b0044aef6 | [
"Unlicense"
] | 2 | 2021-11-26T11:16:06.000Z | 2021-12-01T19:52:09.000Z | #pragma once
#include <functional>
#include <memory>
// https://arne-mertz.de/2018/05/overload-build-a-variant-visitor-on-the-fly/
// Common pattern to allow overloading lambdas for use in std::visit
// https://devdocs.io/cpp/utility/variant/visit
template <class... Ts> struct overload : Ts... { using Ts::operator()... | 31.571429 | 77 | 0.696833 | adi-g15 |
e91b5df7790c00d42fdcd00418f55779760560da | 4,391 | cpp | C++ | Gems/PhysX/Code/Tests/RigidBodyComponentTests.cpp | cypherdotXd/o3de | bb90c4ddfe2d495e9c00ebf1e2650c6d603a5676 | [
"Apache-2.0",
"MIT"
] | 11 | 2021-07-08T09:58:26.000Z | 2022-03-17T17:59:26.000Z | Gems/PhysX/Code/Tests/RigidBodyComponentTests.cpp | RoddieKieley/o3de | e804fd2a4241b039a42d9fa54eaae17dc94a7a92 | [
"Apache-2.0",
"MIT"
] | 29 | 2021-07-06T19:33:52.000Z | 2022-03-22T10:27:49.000Z | Gems/PhysX/Code/Tests/RigidBodyComponentTests.cpp | RoddieKieley/o3de | e804fd2a4241b039a42d9fa54eaae17dc94a7a92 | [
"Apache-2.0",
"MIT"
] | 4 | 2021-07-06T19:24:43.000Z | 2022-03-31T12:42:27.000Z | /*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include <AzCore/UnitTest/TestTypes.h>
#include <AzToolsFramework/UnitTest/AzToolsFrameworkTestHel... | 44.806122 | 129 | 0.723753 | cypherdotXd |
e91ca26a5b743af9e6f4b6783f09f6434401e670 | 10,128 | cc | C++ | chromium/ash/display/unified_mouse_warp_controller_unittest.cc | wedataintelligence/vivaldi-source | 22a46f2c969f6a0b7ca239a05575d1ea2738768c | [
"BSD-3-Clause"
] | null | null | null | chromium/ash/display/unified_mouse_warp_controller_unittest.cc | wedataintelligence/vivaldi-source | 22a46f2c969f6a0b7ca239a05575d1ea2738768c | [
"BSD-3-Clause"
] | null | null | null | chromium/ash/display/unified_mouse_warp_controller_unittest.cc | wedataintelligence/vivaldi-source | 22a46f2c969f6a0b7ca239a05575d1ea2738768c | [
"BSD-3-Clause"
] | null | null | null | // Copyright 2015 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 "ash/display/unified_mouse_warp_controller.h"
#include "ash/display/display_manager.h"
#include "ash/display/display_util.h"
#include "ash/displ... | 37.791045 | 80 | 0.692733 | wedataintelligence |
e91e1ac4050bbd8b2c576a48cb2fda8ea9f074c8 | 167,305 | cpp | C++ | srcmglplot/src/exec.cpp | jerrykrinock/IupCocoaTouch | 861248b0814a5ec75cf948ed9518ac812435dd31 | [
"MIT"
] | 1 | 2016-01-13T03:42:23.000Z | 2016-01-13T03:42:23.000Z | srcmglplot/src/exec.cpp | jerrykrinock/IupCocoaTouch | 861248b0814a5ec75cf948ed9518ac812435dd31 | [
"MIT"
] | null | null | null | srcmglplot/src/exec.cpp | jerrykrinock/IupCocoaTouch | 861248b0814a5ec75cf948ed9518ac812435dd31 | [
"MIT"
] | null | null | null | /***************************************************************************
* exec.cpp is part of Math Graphic Library
* Copyright (C) 2007-2014 Alexey Balakin <mathgl.abalakin@gmail.ru> *
* *
* This program is free software; you can r... | 52.611635 | 242 | 0.512627 | jerrykrinock |
e91e6c2cb950aaa7928be983085e81c967c57483 | 17,131 | cpp | C++ | deps/boost-1.47.0/libs/test/test/test_tools_test.cpp | basho-labs/riak-cxx-client | 88f7196f8c30f35ec784c6e051e82082927acc77 | [
"Apache-2.0"
] | 8 | 2015-11-05T15:28:34.000Z | 2021-08-03T10:23:07.000Z | deps/boost-1.47.0/libs/test/test/test_tools_test.cpp | basho-labs/riak-cxx-client | 88f7196f8c30f35ec784c6e051e82082927acc77 | [
"Apache-2.0"
] | 3 | 2015-03-31T12:26:25.000Z | 2015-04-15T10:50:18.000Z | deps/boost-1.47.0/libs/test/test/test_tools_test.cpp | basho-labs/riak-cxx-client | 88f7196f8c30f35ec784c6e051e82082927acc77 | [
"Apache-2.0"
] | 3 | 2017-05-01T01:21:48.000Z | 2020-10-20T13:13:40.000Z | // (C) Copyright Gennadiy Rozental 2001-2008.
// 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://www.boost.org/libs/test for the library home page.
//
// File : $RCSfile$
//
// Version ... | 29.949301 | 142 | 0.640126 | basho-labs |
e91fbc48d2a68920ebd83b559ee67b3851383bb9 | 8,486 | cc | C++ | gui/components/gui_scrollpane.cc | 128na/simutrans | 2518159a78100024e61b95b28510b2748e3f63d5 | [
"Artistic-1.0"
] | null | null | null | gui/components/gui_scrollpane.cc | 128na/simutrans | 2518159a78100024e61b95b28510b2748e3f63d5 | [
"Artistic-1.0"
] | null | null | null | gui/components/gui_scrollpane.cc | 128na/simutrans | 2518159a78100024e61b95b28510b2748e3f63d5 | [
"Artistic-1.0"
] | null | null | null | /*
* This file is part of the Simutrans project under the Artistic License.
* (see LICENSE.txt)
*/
#include "../../simdebug.h"
#include "../gui_frame.h"
#include "gui_scrollpane.h"
#include "gui_scrollbar.h"
#include "gui_button.h"
#include "../../dataobj/loadsave.h"
#include "../../display/simgraph.h"
#include "... | 29.061644 | 172 | 0.702922 | 128na |
11e6601169612607f67a029459f086e4cb0d56df | 2,657 | cpp | C++ | plugins/blockvault_client_plugin/blockvault_client_plugin.cpp | forfreeday/eos | 11d35f0f934402321853119d36caeb7022813743 | [
"Apache-2.0",
"MIT"
] | 13,162 | 2017-05-29T22:08:27.000Z | 2022-03-29T19:25:05.000Z | plugins/blockvault_client_plugin/blockvault_client_plugin.cpp | forfreeday/eos | 11d35f0f934402321853119d36caeb7022813743 | [
"Apache-2.0",
"MIT"
] | 6,450 | 2017-05-30T14:41:50.000Z | 2022-03-30T11:30:04.000Z | plugins/blockvault_client_plugin/blockvault_client_plugin.cpp | forfreeday/eos | 11d35f0f934402321853119d36caeb7022813743 | [
"Apache-2.0",
"MIT"
] | 4,491 | 2017-05-29T22:08:32.000Z | 2022-03-29T07:09:52.000Z | #include "block_vault_impl.hpp"
#include "zlib_compressor.hpp"
#include <boost/algorithm/string/predicate.hpp>
#include <eosio/blockvault_client_plugin/blockvault_client_plugin.hpp> // eosio::blockvault_client_plugin
#include <fc/log/log_message.hpp> // FC_LOG_MESSAGE
#include <vect... | 37.422535 | 161 | 0.697027 | forfreeday |
11e7002077089b9cba4b2df7e80595ad0642cb5c | 560 | cpp | C++ | renderer/core/src/core/ogl/uniforms/OpenGLDoubleUniformVariable.cpp | wookie41/blitz | 7f587bee9b6189c32f0f60c69316bc8deca23c16 | [
"MIT"
] | 1 | 2020-01-04T21:04:52.000Z | 2020-01-04T21:04:52.000Z | renderer/core/src/core/ogl/uniforms/OpenGLDoubleUniformVariable.cpp | wookie41/blitz | 7f587bee9b6189c32f0f60c69316bc8deca23c16 | [
"MIT"
] | 15 | 2019-08-26T20:54:31.000Z | 2020-03-15T14:11:44.000Z | renderer/core/src/core/ogl/uniforms/OpenGLDoubleUniformVariable.cpp | wookie41/blitz | 7f587bee9b6189c32f0f60c69316bc8deca23c16 | [
"MIT"
] | null | null | null | #include <core/ogl/uniforms/OpenGLDoubleUniformVariable.h>
namespace blitz::ogl
{
void OpenGLDoubleUniformVariable::bind()
{
glUniform1d(variableLocation, value);
dirty = false;
}
DataType OpenGLDoubleUniformVariable::getType() const { return DataType::INT; }
OpenGLDoubleUniformVa... | 32.941176 | 141 | 0.735714 | wookie41 |
11e8a6f02c437d57181e9a344a10cb7b0437c9c9 | 291 | cpp | C++ | Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneSpawnSection.cpp | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | 1 | 2022-01-29T18:36:12.000Z | 2022-01-29T18:36:12.000Z | Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneSpawnSection.cpp | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | null | null | null | Engine/Source/Runtime/MovieSceneTracks/Private/Sections/MovieSceneSpawnSection.cpp | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | null | null | null | // Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
#include "Sections/MovieSceneSpawnSection.h"
UMovieSceneSpawnSection::UMovieSceneSpawnSection(const FObjectInitializer& Init)
: Super(Init)
{
EvalOptions.EnableAndSetCompletionMode(EMovieSceneCompletionMode::RestoreState);
}
| 26.454545 | 81 | 0.824742 | windystrife |
11e913ba2260647c8c982a20f90ca796da76069c | 632 | cpp | C++ | C_C++_Projects/1_C++_Codes/parkpaths/parkpaths.cpp | sunjerry019/RandomCodes | 4402604aaeee63bb1ce6fa962c496b438bb17e50 | [
"MIT"
] | null | null | null | C_C++_Projects/1_C++_Codes/parkpaths/parkpaths.cpp | sunjerry019/RandomCodes | 4402604aaeee63bb1ce6fa962c496b438bb17e50 | [
"MIT"
] | null | null | null | C_C++_Projects/1_C++_Codes/parkpaths/parkpaths.cpp | sunjerry019/RandomCodes | 4402604aaeee63bb1ce6fa962c496b438bb17e50 | [
"MIT"
] | null | null | null | #include "parkpaths.h"
#include <bits/stdc++.h>
using namespace std;
int cost = 0;
map<char, int> letters;
int pairs = 0;
int pairarr[26][26] = {0};
int parkpaths(string s) {
int length = s.length();
for(int i=0; i<length; i++)
{
if(letters[s[i]]) letters[s[i]] += 1;
else letters[s[i]] =... | 19.151515 | 45 | 0.435127 | sunjerry019 |
11ec85cee486384f4f9923177c9cfb5e3b403249 | 9,979 | cpp | C++ | src/Compact10Filter.cpp | emathew1/MPI_3DCompact | 1945eabdc240e8754c9ea356ba954683dee0149f | [
"MIT"
] | 2 | 2021-01-14T21:13:53.000Z | 2022-01-16T23:03:43.000Z | src/Compact10Filter.cpp | emathew1/MPI_3DCompact | 1945eabdc240e8754c9ea356ba954683dee0149f | [
"MIT"
] | null | null | null | src/Compact10Filter.cpp | emathew1/MPI_3DCompact | 1945eabdc240e8754c9ea356ba954683dee0149f | [
"MIT"
] | 3 | 2018-11-17T21:24:57.000Z | 2020-08-02T03:19:42.000Z | #include "Compact10Filter.hpp"
using namespace std;
void Compact10Filter::multRHSPeriodicFilter(double *phi, double *RHSvec){
double cc0 = a0_10;
double cc1 = a1_10/2.0;
double cc2 = a2_10/2.0;
double cc3 = a3_10/2.0;
double cc4 = a4_10/2.0;
double cc5 = a5_10/2.0;
for(int ip = 0; ip < N... | 39.442688 | 104 | 0.501253 | emathew1 |
11ed411b284c4344029f1d28b2b9acd8141e15f5 | 568 | cpp | C++ | main/dad/Link.cpp | irumsey/ijrumsey.com | 3dcf909eada5a09d39e6bf89a1f0bf1fa7328789 | [
"MIT"
] | null | null | null | main/dad/Link.cpp | irumsey/ijrumsey.com | 3dcf909eada5a09d39e6bf89a1f0bf1fa7328789 | [
"MIT"
] | null | null | null | main/dad/Link.cpp | irumsey/ijrumsey.com | 3dcf909eada5a09d39e6bf89a1f0bf1fa7328789 | [
"MIT"
] | null | null | null | ///
/// lucid libraries
///
#if defined(CONFIG)
# undef CONFIG
#endif
#if defined(_DEBUG)
# define CONFIG "d"
#else
# define CONFIG "r"
#endif
#if defined(PLATFORM)
# undef PLATFORM
#endif
#if defined(_WIN64)
# define PLATFORM "64"
#else
# define PLATFORM "32"
#endif
#pragma comment (lib, "core." PLATFORM CON... | 18.933333 | 58 | 0.667254 | irumsey |
11ef0a36f2d9edd39a7fa48012948232a4046922 | 4,918 | cc | C++ | src/automaton/core/smartproto/smart_protocol.cc | sept-en/automaton | b7448dfe578cf52df37ec7c86536d1e51017c548 | [
"MIT"
] | null | null | null | src/automaton/core/smartproto/smart_protocol.cc | sept-en/automaton | b7448dfe578cf52df37ec7c86536d1e51017c548 | [
"MIT"
] | null | null | null | src/automaton/core/smartproto/smart_protocol.cc | sept-en/automaton | b7448dfe578cf52df37ec7c86536d1e51017c548 | [
"MIT"
] | null | null | null | #include "automaton/core/smartproto/smart_protocol.h"
#include <fstream>
#include <string>
#include <utility>
#include <json.hpp>
#include "automaton/core/data/protobuf/protobuf_factory.h"
#include "automaton/core/data/protobuf/protobuf_schema.h"
#include "automaton/core/io/io.h"
using automaton::core::data::protob... | 29.100592 | 96 | 0.675681 | sept-en |
11efd9e14dc7f0c4b32001c4d822d8ab2d1e06ba | 18,775 | cpp | C++ | src/plugins/azoth/plugins/murm/vkaccount.cpp | MellonQ/leechcraft | 71cbb238d2dade56b3865278a6a8e6a58c217fc5 | [
"BSL-1.0"
] | null | null | null | src/plugins/azoth/plugins/murm/vkaccount.cpp | MellonQ/leechcraft | 71cbb238d2dade56b3865278a6a8e6a58c217fc5 | [
"BSL-1.0"
] | null | null | null | src/plugins/azoth/plugins/murm/vkaccount.cpp | MellonQ/leechcraft | 71cbb238d2dade56b3865278a6a8e6a58c217fc5 | [
"BSL-1.0"
] | null | null | null | /**********************************************************************
* LeechCraft - modular cross-platform feature rich internet client.
* Copyright (C) 2006-2014 Georg Rudoy
*
* Boost Software License - Version 1.0 - August 17th, 2003
*
* Permission is hereby granted, free of charge, to any person or organiz... | 22.81288 | 102 | 0.675899 | MellonQ |
11f0ad81e0e257a628621d1520757bdac6803d94 | 7,540 | cpp | C++ | cpp/src/variant/genotype.cpp | dylex/wecall | 35d24cefa4fba549e737cd99329ae1b17dd0156b | [
"MIT"
] | 8 | 2018-10-08T15:47:21.000Z | 2021-11-09T07:13:05.000Z | cpp/src/variant/genotype.cpp | dylex/wecall | 35d24cefa4fba549e737cd99329ae1b17dd0156b | [
"MIT"
] | 4 | 2018-11-05T09:16:27.000Z | 2020-04-09T12:32:56.000Z | cpp/src/variant/genotype.cpp | dylex/wecall | 35d24cefa4fba549e737cd99329ae1b17dd0156b | [
"MIT"
] | 4 | 2019-09-03T15:46:39.000Z | 2021-06-04T07:28:33.000Z | // All content Copyright (C) 2018 Genomics plc
#include <cassert>
#include <algorithm>
#include "variant/genotype.hpp"
#include <unordered_map>
#include "utils/combinationGenerator.hpp"
#include "utils/multinomialCoefficients.hpp"
namespace wecall
{
namespace variant
{
std::size_t computeNCombinationsThisGenotype... | 37.142857 | 120 | 0.561538 | dylex |
11f84e571df01facf0640e97db6bfd91b9aafa66 | 4,757 | hpp | C++ | include/async_web_server_cpp/http_reply.hpp | rohbotics/async_web_server_cpp | fac1c096a820f8d6b88ba9cfe1afa08c4307a63f | [
"BSD-3-Clause"
] | 24 | 2016-04-24T12:19:43.000Z | 2021-06-01T18:48:11.000Z | include/async_web_server_cpp/http_reply.hpp | rohbotics/async_web_server_cpp | fac1c096a820f8d6b88ba9cfe1afa08c4307a63f | [
"BSD-3-Clause"
] | 13 | 2016-08-09T22:03:36.000Z | 2021-03-04T12:17:57.000Z | include/async_web_server_cpp/http_reply.hpp | rohbotics/async_web_server_cpp | fac1c096a820f8d6b88ba9cfe1afa08c4307a63f | [
"BSD-3-Clause"
] | 37 | 2017-04-27T06:49:17.000Z | 2022-03-06T00:26:55.000Z | #ifndef CPP_WEB_SERVER_HTTP_REPLY_HPP
#define CPP_WEB_SERVER_HTTP_REPLY_HPP
#include <vector>
#include <string>
#include <boost/asio.hpp>
#include "async_web_server_cpp/http_header.hpp"
#include "async_web_server_cpp/http_connection.hpp"
#include "async_web_server_cpp/http_request_handler.hpp"
#include <boost/filesyst... | 26.724719 | 110 | 0.715367 | rohbotics |
11fb2f1e410940b3b16c9414f27a17dcf59e626a | 15,162 | cpp | C++ | FWCore/Framework/bin/cmsRunPython3.cpp | soumyadipbarman/cmssw | 1e8e5a42bd6a4f7eb5a4dc2523ca21b04b687658 | [
"Apache-2.0"
] | 4 | 2015-10-12T10:31:12.000Z | 2018-02-26T20:40:58.000Z | FWCore/Framework/bin/cmsRunPython3.cpp | soumyadipbarman/cmssw | 1e8e5a42bd6a4f7eb5a4dc2523ca21b04b687658 | [
"Apache-2.0"
] | 220 | 2015-06-23T20:18:12.000Z | 2022-02-08T11:01:37.000Z | FWCore/Framework/bin/cmsRunPython3.cpp | soumyadipbarman/cmssw | 1e8e5a42bd6a4f7eb5a4dc2523ca21b04b687658 | [
"Apache-2.0"
] | 7 | 2016-10-25T11:34:24.000Z | 2021-11-16T14:09:12.000Z | /*----------------------------------------------------------------------
This is a generic main that can be used with any plugin and a
PSet script. See notes in EventProcessor.cpp for details about it.
----------------------------------------------------------------------*/
#include "FWCore/Framework/interface/Event... | 43.820809 | 120 | 0.676626 | soumyadipbarman |
f50036bf3c435a7ba13afe441f27359935a13d12 | 4,455 | cc | C++ | mindspore/lite/src/runtime/kernel/arm/nnacl/fp32/common_func.cc | i4oolish/mindspore | dac3be31d0f2c0a3516200f47af30980e566601b | [
"Apache-2.0"
] | 1 | 2020-08-10T12:06:22.000Z | 2020-08-10T12:06:22.000Z | mindspore/lite/src/runtime/kernel/arm/nnacl/fp32/common_func.cc | dilingsong/mindspore | 4276050f2494cfbf8682560a1647576f859991e8 | [
"Apache-2.0"
] | null | null | null | mindspore/lite/src/runtime/kernel/arm/nnacl/fp32/common_func.cc | dilingsong/mindspore | 4276050f2494cfbf8682560a1647576f859991e8 | [
"Apache-2.0"
] | null | null | null | /**
* Copyright 2020 Huawei Technologies Co., Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... | 38.405172 | 117 | 0.638833 | i4oolish |
f50104e1fe831589674c7f5a34bc5cb53bd158d6 | 22,245 | hpp | C++ | core/src/Kokkos_ROCmSpace.hpp | MalachiTimothyPhillips/kokkos | d3a941925cbfb71785d8ea68259123ed52d3f9da | [
"BSD-3-Clause"
] | 2 | 2019-12-18T20:37:06.000Z | 2020-04-07T00:44:39.000Z | core/src/Kokkos_ROCmSpace.hpp | MalachiTimothyPhillips/kokkos | d3a941925cbfb71785d8ea68259123ed52d3f9da | [
"BSD-3-Clause"
] | 2 | 2020-01-15T21:08:09.000Z | 2020-12-05T06:07:35.000Z | core/src/Kokkos_ROCmSpace.hpp | MalachiTimothyPhillips/kokkos | d3a941925cbfb71785d8ea68259123ed52d3f9da | [
"BSD-3-Clause"
] | 2 | 2020-04-01T19:16:16.000Z | 2022-02-09T21:45:19.000Z | /*
//@HEADER
// ************************************************************************
//
// Kokkos v. 2.0
// Copyright (2014) Sandia Corporation
//
// Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
// the U.S. Government retains certain rights in this sof... | 35.478469 | 157 | 0.647516 | MalachiTimothyPhillips |
f5010817cb59c8ed85505660ae96d8c19f36365e | 6,377 | cc | C++ | mojo/embedder/platform_channel_utils_posix.cc | Fusion-Rom/android_external_chromium_org | d8b126911c6ea9753e9f526bee5654419e1d0ebd | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2015-08-13T21:04:58.000Z | 2015-08-13T21:04:58.000Z | mojo/embedder/platform_channel_utils_posix.cc | Fusion-Rom/android_external_chromium_org | d8b126911c6ea9753e9f526bee5654419e1d0ebd | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | mojo/embedder/platform_channel_utils_posix.cc | Fusion-Rom/android_external_chromium_org | d8b126911c6ea9753e9f526bee5654419e1d0ebd | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2020-11-04T06:34:36.000Z | 2020-11-04T06:34:36.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 "mojo/embedder/platform_channel_utils_posix.h"
#include <sys/socket.h>
#include <sys/uio.h>
#include <unistd.h>
#include "base/logging.h"
#incl... | 34.101604 | 80 | 0.642151 | Fusion-Rom |
f5019fdf1ddd6ac9e12f168382a23689d8f5fd6c | 6,562 | cc | C++ | data/data_conv/dna/sample_dna_substr.cc | GuilhemN/nmslib | 9c464c077a9dd7e3d453b44e9a1b39829034d68e | [
"Apache-2.0"
] | 2,031 | 2018-03-29T00:59:55.000Z | 2022-03-31T23:54:33.000Z | data/data_conv/dna/sample_dna_substr.cc | GuilhemN/nmslib | 9c464c077a9dd7e3d453b44e9a1b39829034d68e | [
"Apache-2.0"
] | 262 | 2018-03-29T17:44:53.000Z | 2022-03-31T02:56:40.000Z | data/data_conv/dna/sample_dna_substr.cc | GuilhemN/nmslib | 9c464c077a9dd7e3d453b44e9a1b39829034d68e | [
"Apache-2.0"
] | 281 | 2018-03-29T13:12:50.000Z | 2022-03-28T15:18:31.000Z | /**
* Non-metric Space Library
*
* Main developers: Bilegsaikhan Naidan, Leonid Boytsov, Yury Malkov, Ben Frederickson, David Novak
*
* For the complete list of contributors and further details see:
* https://github.com/nmslib/nmslib
*
* Copyright (c) 2013-2018
*
* This code is released under the
* Apache Li... | 32.325123 | 107 | 0.561719 | GuilhemN |
f50491534326c1d9715943a471868c7e6209fc08 | 3,810 | cpp | C++ | 3rdparty/aws-sdk-cpp-master/aws-cpp-sdk-ecs/source/ECSErrors.cpp | prateek-s/mesos | 4b81147797e4d9a45e0b2f5e5634d4a214dbc4e8 | [
"Apache-2.0"
] | 2 | 2019-02-08T21:29:57.000Z | 2021-07-27T06:59:19.000Z | 3rdparty/aws-sdk-cpp-master/aws-cpp-sdk-ecs/source/ECSErrors.cpp | prateek-s/mesos | 4b81147797e4d9a45e0b2f5e5634d4a214dbc4e8 | [
"Apache-2.0"
] | null | null | null | 3rdparty/aws-sdk-cpp-master/aws-cpp-sdk-ecs/source/ECSErrors.cpp | prateek-s/mesos | 4b81147797e4d9a45e0b2f5e5634d4a214dbc4e8 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file... | 39.278351 | 132 | 0.780577 | prateek-s |
f507306575457b08568e9284854ba429b23e8293 | 4,038 | cpp | C++ | pass/lec/pass_lec.cpp | arikyueh/livehd | cbbf13e77359cf135638b3710fd3ea4a6c895b68 | [
"BSD-3-Clause"
] | 1 | 2021-01-07T00:15:00.000Z | 2021-01-07T00:15:00.000Z | pass/lec/pass_lec.cpp | arikyueh/livehd | cbbf13e77359cf135638b3710fd3ea4a6c895b68 | [
"BSD-3-Clause"
] | null | null | null | pass/lec/pass_lec.cpp | arikyueh/livehd | cbbf13e77359cf135638b3710fd3ea4a6c895b68 | [
"BSD-3-Clause"
] | null | null | null | // This file is distributed under the BSD 3-Clause License. See LICENSE for details.
#include "pass_lec.hpp"
#include <stdio.h>
#include <stdlib.h>
#include <cassert>
#include <fstream>
#include <iostream>
#include <map>
#include <string>
#include "annotate.hpp"
#include "boolector.h"
#include "cell.hpp"
#include ... | 26.220779 | 121 | 0.613175 | arikyueh |
f5077be0f98fc0eb8493d37079e3a16a8a72fd32 | 4,598 | cpp | C++ | sysid-application/src/test/native/cpp/analysis/FilterTest.cpp | Ocean-Moist/sysid | a7aa964fcfcc78cabcb7bfc02c8389d791acece5 | [
"BSD-3-Clause"
] | null | null | null | sysid-application/src/test/native/cpp/analysis/FilterTest.cpp | Ocean-Moist/sysid | a7aa964fcfcc78cabcb7bfc02c8389d791acece5 | [
"BSD-3-Clause"
] | null | null | null | sysid-application/src/test/native/cpp/analysis/FilterTest.cpp | Ocean-Moist/sysid | a7aa964fcfcc78cabcb7bfc02c8389d791acece5 | [
"BSD-3-Clause"
] | null | null | null | // Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
#include <array>
#include <cmath>
#include <vector>
#include "gtest/gtest.h"
#include "sysid/analysis/AnalysisManager.h... | 35.643411 | 79 | 0.549369 | Ocean-Moist |
f5079addce6582eddf1063438ca371980684b40b | 763 | hpp | C++ | Http/HttpHeader.hpp | westcoastcode-se/JsonSlave | 60f12b39ed78644811b2c14fb877a14b9432b8f0 | [
"MIT"
] | null | null | null | Http/HttpHeader.hpp | westcoastcode-se/JsonSlave | 60f12b39ed78644811b2c14fb877a14b9432b8f0 | [
"MIT"
] | null | null | null | Http/HttpHeader.hpp | westcoastcode-se/JsonSlave | 60f12b39ed78644811b2c14fb877a14b9432b8f0 | [
"MIT"
] | null | null | null | //
// Created by Per Andersson on 2018-02-23.
// Copyright (c) 2018 West Coast Code AB. All rights reserved.
//
#ifndef JSONSLAVE_HTTPHEADER_HPP
#define JSONSLAVE_HTTPHEADER_HPP
#include "../Config.hpp"
/**
* Object representing an Http Header
*/
struct HttpHeader
{
HttpHeader(const string& name, const string& va... | 17.340909 | 62 | 0.693316 | westcoastcode-se |
f508d6527ad29dad4a5c135e0117065a01fab4f8 | 7,955 | cc | C++ | src/security/codelab/smart_door_memory/src/smart_door_memory_server_app.cc | fabio-d/fuchsia-stardock | e57f5d1cf015fe2294fc2a5aea704842294318d2 | [
"BSD-2-Clause"
] | 5 | 2022-01-10T20:22:17.000Z | 2022-01-21T20:14:17.000Z | src/security/codelab/smart_door_memory/src/smart_door_memory_server_app.cc | fabio-d/fuchsia-stardock | e57f5d1cf015fe2294fc2a5aea704842294318d2 | [
"BSD-2-Clause"
] | null | null | null | src/security/codelab/smart_door_memory/src/smart_door_memory_server_app.cc | fabio-d/fuchsia-stardock | e57f5d1cf015fe2294fc2a5aea704842294318d2 | [
"BSD-2-Clause"
] | null | null | null | // Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// This is a fake 'smart door memory' component for security codelab.
// It CONTAINS vulnerability intentionally.
// DO NOT COPY ANY OF THE CODE IN THIS ... | 34.288793 | 98 | 0.700314 | fabio-d |
f50beb3a9e4bdcf751117f22d3c47d1b9e004aa1 | 7,755 | cc | C++ | third_party/private-join-and-compute/src/crypto/big_num.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 | third_party/private-join-and-compute/src/crypto/big_num.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 | third_party/private-join-and-compute/src/crypto/big_num.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 2019 Google Inc.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... | 30.05814 | 80 | 0.660735 | zealoussnow |
f50c769f22f56795c196d396428ededb50524474 | 4,681 | hpp | C++ | src/sn_Meta/constexpr_container.hpp | Airtnp/SuperNaiveCppLib | 0745aa79dc5060cd0f7025658164374b991c698e | [
"MIT"
] | 4 | 2017-04-01T08:09:09.000Z | 2017-05-20T11:35:58.000Z | src/sn_Meta/constexpr_container.hpp | Airtnp/ACppLib | 0745aa79dc5060cd0f7025658164374b991c698e | [
"MIT"
] | null | null | null | src/sn_Meta/constexpr_container.hpp | Airtnp/ACppLib | 0745aa79dc5060cd0f7025658164374b991c698e | [
"MIT"
] | null | null | null | #include "../sn_CommonHeader.h"
namespace sn_Meta {
namespace constexpr_container {
// ref: https://github.com/ZaMaZaN4iK/constexpr_allocator/blob/master/test.cpp
template <class T, unsigned N = 100>
struct constexpr_allocator {
T data[N] = {};
unsigned used = ... | 33.92029 | 91 | 0.493271 | Airtnp |
f50d4d8abb1d2ee2a788e59ad48c3d8aeba87dbd | 23,483 | cc | C++ | chrome/browser/notifications/extension_welcome_notification_unittest.cc | lauer3912/chromium.src | 969c559f5e43b329295b68c49ae9bf46a833395c | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 2 | 2019-01-16T03:57:28.000Z | 2021-01-23T15:29:45.000Z | chrome/browser/notifications/extension_welcome_notification_unittest.cc | davgit/chromium.src | 29b19806a790a12fb0a64ee148d019e27db350db | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | chrome/browser/notifications/extension_welcome_notification_unittest.cc | davgit/chromium.src | 29b19806a790a12fb0a64ee148d019e27db350db | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2017-03-15T13:21:38.000Z | 2017-03-15T13:21:38.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 "chrome/browser/notifications/extension_welcome_notification.h"
#include <string>
#include "base/memory/scoped_ptr.h"
#include "base/message_lo... | 42.618875 | 80 | 0.780139 | lauer3912 |
f50e2ffda1f0f4520494765e193c499de3513dde | 18,995 | cpp | C++ | src/libOpenImageIO/imagebufalgo_draw.cpp | sambler/oiio | 3ca242e377106a03532c438c0f2b811ef978993a | [
"BSD-3-Clause"
] | null | null | null | src/libOpenImageIO/imagebufalgo_draw.cpp | sambler/oiio | 3ca242e377106a03532c438c0f2b811ef978993a | [
"BSD-3-Clause"
] | null | null | null | src/libOpenImageIO/imagebufalgo_draw.cpp | sambler/oiio | 3ca242e377106a03532c438c0f2b811ef978993a | [
"BSD-3-Clause"
] | null | null | null | /*
Copyright 2008 Larry Gritz and the other authors and contributors.
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
noti... | 33.383128 | 100 | 0.568939 | sambler |
f5149fc85697799341bd95957e366a8f970a9d35 | 6,025 | cc | C++ | source/exe/main_common.cc | jaricftw/envoy | 766f3fb8dbdafce402631c43c16fda46ed003462 | [
"Apache-2.0"
] | 1 | 2019-11-19T22:27:58.000Z | 2019-11-19T22:27:58.000Z | source/exe/main_common.cc | jaricftw/envoy | 766f3fb8dbdafce402631c43c16fda46ed003462 | [
"Apache-2.0"
] | null | null | null | source/exe/main_common.cc | jaricftw/envoy | 766f3fb8dbdafce402631c43c16fda46ed003462 | [
"Apache-2.0"
] | null | null | null | #include "exe/main_common.h"
#include <iostream>
#include <memory>
#include <new>
#include "common/common/compiler_requirements.h"
#include "common/common/perf_annotation.h"
#include "common/network/utility.h"
#include "common/stats/symbol_table_creator.h"
#include "common/stats/thread_local_store.h"
#include "serve... | 40.166667 | 100 | 0.693942 | jaricftw |
f514cd1557537062b2cd1c09206d7872e05c2932 | 1,401 | hpp | C++ | red-microdnf/microdnf/utils.hpp | redpesk-labs/red-pak | bd11881f50ae627a0641448ae0b307a9a9e2877e | [
"Apache-2.0"
] | 5 | 2021-02-24T09:00:36.000Z | 2022-02-10T16:37:10.000Z | red-microdnf/microdnf/utils.hpp | redpesk-labs/red-pak | bd11881f50ae627a0641448ae0b307a9a9e2877e | [
"Apache-2.0"
] | null | null | null | red-microdnf/microdnf/utils.hpp | redpesk-labs/red-pak | bd11881f50ae627a0641448ae0b307a9a9e2877e | [
"Apache-2.0"
] | null | null | null | /*
Copyright (C) 2020 Red Hat, Inc.
This file is part of microdnf: https://github.com/rpm-software-management/libdnf/
Microdnf is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
... | 28.02 | 81 | 0.763026 | redpesk-labs |
f5164d8f1bcfcf4bae3f72f002fd862a73d96541 | 2,651 | cpp | C++ | qttools/src/qdbus/qdbusviewer/servicesproxymodel.cpp | wgnet/wds_qt | 8db722fd367d2d0744decf99ac7bafaba8b8a3d3 | [
"Apache-2.0"
] | 1 | 2020-04-30T15:47:35.000Z | 2020-04-30T15:47:35.000Z | qttools/src/qdbus/qdbusviewer/servicesproxymodel.cpp | wgnet/wds_qt | 8db722fd367d2d0744decf99ac7bafaba8b8a3d3 | [
"Apache-2.0"
] | null | null | null | qttools/src/qdbus/qdbusviewer/servicesproxymodel.cpp | wgnet/wds_qt | 8db722fd367d2d0744decf99ac7bafaba8b8a3d3 | [
"Apache-2.0"
] | null | null | null | /****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the tools applications of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL21$
** Commercial License Usage
** Licensees holding valid c... | 37.871429 | 97 | 0.658619 | wgnet |
f516c8a4f2569273f4a363b179ecbc9bd9934441 | 1,431 | cpp | C++ | submetidos/caminhos/sources/main.cpp | kleberkruger/trabalhos-de-grafos | f55294909df093511f2b54c0929703c27c074636 | [
"MIT"
] | null | null | null | submetidos/caminhos/sources/main.cpp | kleberkruger/trabalhos-de-grafos | f55294909df093511f2b54c0929703c27c074636 | [
"MIT"
] | null | null | null | submetidos/caminhos/sources/main.cpp | kleberkruger/trabalhos-de-grafos | f55294909df093511f2b54c0929703c27c074636 | [
"MIT"
] | null | null | null | /**
* Algoritmos em Grafos (MO412)
*
* @author: Kleber Kruger <kleberkruger@gmail.com>
* @author: Felipe Barbosa <felipebarbosa@uft.edu.com>
* @author: Rodrigo Kanehisa <rodrigokanehisa@gmail.com>
*/
#include <iostream>
#include "pathsapp.h"
#include "application.h"
/**
* Executa a aplicação de acordo com os p... | 34.071429 | 95 | 0.707897 | kleberkruger |
f517268b7b808650ec53c78de14af451bd52cb2f | 90,482 | cc | C++ | Core/DataArchive/DataArchive.cc | QuocAnh90/Uintah_Aalto | 802c236c331b7eb705d408c352969037e4c5b153 | [
"MIT"
] | 3 | 2020-06-10T08:21:31.000Z | 2020-06-23T18:33:16.000Z | Core/DataArchive/DataArchive.cc | QuocAnh90/Uintah_Aalto | 802c236c331b7eb705d408c352969037e4c5b153 | [
"MIT"
] | null | null | null | Core/DataArchive/DataArchive.cc | QuocAnh90/Uintah_Aalto | 802c236c331b7eb705d408c352969037e4c5b153 | [
"MIT"
] | 2 | 2019-12-30T05:48:30.000Z | 2020-02-12T16:24:16.000Z | /*
* The MIT License
*
* Copyright (c) 1997-2019 The University of Utah
*
* 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
* right... | 35.934075 | 177 | 0.611613 | QuocAnh90 |
f5187d31fc1fbf92b7f30daeeb15c9943d766215 | 6,011 | cpp | C++ | async_simple/coro/test/ConditionVariableTest.cpp | ChuanqiXu9/async_simple | 5b93ea57e8b96a366909a657049140c8a54f6873 | [
"Apache-2.0"
] | 169 | 2022-02-17T02:59:37.000Z | 2022-03-31T12:40:58.000Z | async_simple/coro/test/ConditionVariableTest.cpp | ChuanqiXu9/async_simple | 5b93ea57e8b96a366909a657049140c8a54f6873 | [
"Apache-2.0"
] | 49 | 2022-02-21T04:49:36.000Z | 2022-03-31T04:22:04.000Z | async_simple/coro/test/ConditionVariableTest.cpp | ChuanqiXu9/async_simple | 5b93ea57e8b96a366909a657049140c8a54f6873 | [
"Apache-2.0"
] | 35 | 2022-02-21T03:29:28.000Z | 2022-03-31T09:36:54.000Z | /*
* Copyright (c) 2022, Alibaba Group Holding Limited;
*
* 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 appl... | 30.825641 | 75 | 0.593745 | ChuanqiXu9 |
f5192f27d84eb1105012a99e9f3b294bbd955f7c | 11,164 | hpp | C++ | src/data_structures/APR/ExtraParticleData.hpp | BioDataAnalysis/LibAPR | 16cce980061d9210ed82258d6893e4c7b07782ec | [
"Apache-2.0"
] | null | null | null | src/data_structures/APR/ExtraParticleData.hpp | BioDataAnalysis/LibAPR | 16cce980061d9210ed82258d6893e4c7b07782ec | [
"Apache-2.0"
] | null | null | null | src/data_structures/APR/ExtraParticleData.hpp | BioDataAnalysis/LibAPR | 16cce980061d9210ed82258d6893e4c7b07782ec | [
"Apache-2.0"
] | null | null | null | //
// Created by cheesema on 16.01.18.
//
#ifndef PARTPLAY_EXTRAPARTICLEDATA_HPP
#define PARTPLAY_EXTRAPARTICLEDATA_HPP
#include <algorithm>
template<typename V> class APR;
template<typename V> class APRIterator;
template<typename V> class APRTree;
template<typename DataType>
class ExtraParticleData {
private:
... | 38.102389 | 168 | 0.663741 | BioDataAnalysis |
f51967f231166ec2057a9af46d81aae6798d908f | 4,238 | cpp | C++ | tests/performance/local/swarm_homogeneous_timed_task_spawn.cpp | kempj/hpx | ffdbfed5dfa029a0f2e97e7367cb66d12103df67 | [
"BSL-1.0"
] | null | null | null | tests/performance/local/swarm_homogeneous_timed_task_spawn.cpp | kempj/hpx | ffdbfed5dfa029a0f2e97e7367cb66d12103df67 | [
"BSL-1.0"
] | null | null | null | tests/performance/local/swarm_homogeneous_timed_task_spawn.cpp | kempj/hpx | ffdbfed5dfa029a0f2e97e7367cb66d12103df67 | [
"BSL-1.0"
] | null | null | null | // Copyright (c) 2011-2012 Bryce Adelstein-Lelbach
// Copyright (c) 2007-2012 Hartmut Kaiser
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include "worker_timed.hpp"
#include <hpx/util/assert.hpp>
#inclu... | 25.684848 | 80 | 0.559226 | kempj |
f51bc0d5934d51d75165a550ecf30e8a5cf2a7ed | 460 | hxx | C++ | Core/GameKit/IEngine.hxx | broken-bytes/Cyanite-Engine | 5733e1fc010b375bbafc9ebfa41e248845f945b3 | [
"MIT"
] | null | null | null | Core/GameKit/IEngine.hxx | broken-bytes/Cyanite-Engine | 5733e1fc010b375bbafc9ebfa41e248845f945b3 | [
"MIT"
] | null | null | null | Core/GameKit/IEngine.hxx | broken-bytes/Cyanite-Engine | 5733e1fc010b375bbafc9ebfa41e248845f945b3 | [
"MIT"
] | 1 | 2020-12-20T07:35:05.000Z | 2020-12-20T07:35:05.000Z | #pragma once
namespace Cyanite::GameKit {
class IEngine
{
public:
virtual ~IEngine() = default;
virtual auto StartUp() -> void = 0;
virtual auto CleanUp() -> void = 0;
virtual auto Shutdown() -> void = 0;
virtual auto OnInit() -> void = 0;
virtual auto OnUpdate() -> void = 0;
virtual auto On... | 24.210526 | 70 | 0.626087 | broken-bytes |
f51cafc1d591afc3c1fd7bb8a60a6758a1be192a | 1,324 | cpp | C++ | src/sys/clock_unix.cpp | simonfxr/gl | 11705f718d27657fc76243d59a251f49c0a41486 | [
"MIT"
] | null | null | null | src/sys/clock_unix.cpp | simonfxr/gl | 11705f718d27657fc76243d59a251f49c0a41486 | [
"MIT"
] | null | null | null | src/sys/clock_unix.cpp | simonfxr/gl | 11705f718d27657fc76243d59a251f49c0a41486 | [
"MIT"
] | null | null | null | #include "sys/clock.hpp"
#include "err/err.hpp"
#include "sys/strerror_unix.hpp"
#include <cerrno>
#include <cmath>
#include <cstring>
#include <ctime>
#include <string>
namespace sys {
namespace {
inline constexpr auto SECONDS_PER_NANOSECOND = 1e-9;
inline constexpr auto NANOSECONDS_PER_SECOND = 1e9;
} // namespac... | 20.369231 | 79 | 0.606495 | simonfxr |
f51cd323bb6bc16100ba8d8db3682257c1bff148 | 20,174 | cpp | C++ | src/allegro_flare/path2d.cpp | MarkOates/allegro_flare | b454cb85eb5e43d19c23c0c6fd2dc11b96666ce7 | [
"MIT"
] | 25 | 2015-03-30T02:02:43.000Z | 2019-03-04T22:29:12.000Z | src/allegro_flare/path2d.cpp | MarkOates/allegro_flare | b454cb85eb5e43d19c23c0c6fd2dc11b96666ce7 | [
"MIT"
] | 122 | 2015-04-01T08:15:26.000Z | 2019-10-16T20:31:22.000Z | src/allegro_flare/path2d.cpp | allegroflare/allegro_flare | 21d6fe2a5a5323102285598c8a8c75b393ce0322 | [
"MIT"
] | 4 | 2020-02-25T18:17:31.000Z | 2021-04-17T05:06:52.000Z |
#include <allegro_flare/path2d.h>
#include <iostream>
//#include <allegro_flare/text_object.h>
#include <AllegroFlare/Useful.hpp>
#include <AllegroFlare/UsefulPHP.hpp>
namespace allegro_flare
{
SegmentInfo::SegmentInfo(AllegroFlare::vec2d &start, AllegroFlare::vec2d &end)
{
this->start = start;
... | 22.769752 | 207 | 0.571974 | MarkOates |
f51d2342e20fbe68bfb193ac313bad24057b2ad3 | 2,981 | cc | C++ | content/renderer/pepper/pepper_platform_image_2d_impl.cc | pozdnyakov/chromium-crosswalk | 0fb25c7278bf1d93e53a3b0bcb75aa8b99d4b26e | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 2 | 2020-05-03T06:33:56.000Z | 2021-11-14T18:39:42.000Z | content/renderer/pepper/pepper_platform_image_2d_impl.cc | pozdnyakov/chromium-crosswalk | 0fb25c7278bf1d93e53a3b0bcb75aa8b99d4b26e | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | content/renderer/pepper/pepper_platform_image_2d_impl.cc | pozdnyakov/chromium-crosswalk | 0fb25c7278bf1d93e53a3b0bcb75aa8b99d4b26e | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/renderer/pepper/pepper_platform_image_2d_impl.h"
#include "build/build_config.h"
#include "content/common/view_messages.h"
#include... | 34.264368 | 79 | 0.676954 | pozdnyakov |
f51ed3cfaa07002b291fd653133d8d32e5676374 | 4,786 | cpp | C++ | wifiscan/cpp/scenario3_registerforupdates.xaml.cpp | nishkrish/Windows-universal-samples | 5c0aa623b4356e96759d901b8b432b3e744204bf | [
"MIT"
] | 4 | 2020-07-13T17:28:32.000Z | 2021-11-17T11:24:45.000Z | wifiscan/cpp/scenario3_registerforupdates.xaml.cpp | nishkrish/Windows-universal-samples | 5c0aa623b4356e96759d901b8b432b3e744204bf | [
"MIT"
] | null | null | null | wifiscan/cpp/scenario3_registerforupdates.xaml.cpp | nishkrish/Windows-universal-samples | 5c0aa623b4356e96759d901b8b432b3e744204bf | [
"MIT"
] | 1 | 2020-11-20T22:15:02.000Z | 2020-11-20T22:15:02.000Z | //*********************************************************
//
// Copyright (c) Microsoft. All rights reserved.
// This code is licensed under the MIT License (MIT).
// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
// IMPLIED WARRANTIES OF FITNESS FOR A PA... | 39.553719 | 190 | 0.660259 | nishkrish |
f5208b2a96ecd5c9db18156b49b94df2da0063bd | 28,192 | cc | C++ | tests/inherit_test.cc | akihito-takeuchi/dino-experiment | 510ab6b83c41d860d511186c2863834e1b2662cb | [
"MIT"
] | null | null | null | tests/inherit_test.cc | akihito-takeuchi/dino-experiment | 510ab6b83c41d860d511186c2863834e1b2662cb | [
"MIT"
] | null | null | null | tests/inherit_test.cc | akihito-takeuchi/dino-experiment | 510ab6b83c41d860d511186c2863834e1b2662cb | [
"MIT"
] | null | null | null | // Copyright (c) 2019 Akihito Takeuchi
// Distributed under the MIT License : http://opensource.org/licenses/MIT
#include "dino/core/dobject.h"
#include <gtest/gtest.h>
#include <boost/filesystem.hpp>
#include "dino/core/session.h"
#include "dino/core/dexception.h"
namespace dc = dino::core;
namespace fs = boost::fi... | 37.489362 | 86 | 0.670651 | akihito-takeuchi |
f5250ff83f0bf5928a47c47c948a4b1c4ea13486 | 963 | cpp | C++ | llvm/lib/Target/ARM/ARMMachineFunctionInfo.cpp | haohua-li/t-sgx-mirror | 49188063f3cb5300cda8a03255cfe800e8266ace | [
"MIT"
] | 26 | 2017-04-18T15:51:16.000Z | 2022-03-29T07:03:37.000Z | llvm/lib/Target/ARM/ARMMachineFunctionInfo.cpp | haohua-li/t-sgx-mirror | 49188063f3cb5300cda8a03255cfe800e8266ace | [
"MIT"
] | 2 | 2017-10-27T21:29:04.000Z | 2019-06-12T01:23:38.000Z | 3.7.0/llvm-3.7.0.src/lib/Target/ARM/ARMMachineFunctionInfo.cpp | androm3da/clang_sles | 2ba6d0711546ad681883c42dfb8661b842806695 | [
"MIT"
] | 9 | 2017-10-02T19:54:36.000Z | 2021-11-22T00:48:18.000Z | //===-- ARMMachineFuctionInfo.cpp - ARM machine function info -------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | 38.52 | 80 | 0.640706 | haohua-li |
f525e9fb670749e05e886de9148073599dc94238 | 2,526 | cpp | C++ | DPlusPlus/Source/Utils/Cache.cpp | pKiwky/DPlusPlus | 0c9ef9567426056c6d65fd175f5e94ad559ee059 | [
"MIT"
] | null | null | null | DPlusPlus/Source/Utils/Cache.cpp | pKiwky/DPlusPlus | 0c9ef9567426056c6d65fd175f5e94ad559ee059 | [
"MIT"
] | null | null | null | DPlusPlus/Source/Utils/Cache.cpp | pKiwky/DPlusPlus | 0c9ef9567426056c6d65fd175f5e94ad559ee059 | [
"MIT"
] | 1 | 2021-06-05T17:35:27.000Z | 2021-06-05T17:35:27.000Z | #include "Utils/Cache.hpp"
#include "Entities/Guild/DiscordGuild.h"
#include "Entities/Guild/DiscordRole.h"
#include "Entities/Channel/DiscordChannel.h"
#include "Entities/Message/DiscordMessage.h"
#include "Entities/Member/DiscordMember.h"
namespace DPlusPlus {
template class Cache<DiscordGuild>;
template class C... | 23.607477 | 81 | 0.648852 | pKiwky |
f526e9e5ece19cf13a5cc6fb9535159a8a6446d4 | 20,298 | cxx | C++ | private/inet/mshtml/src/site/display/dispcontext.cxx | King0987654/windows2000 | 01f9c2e62c4289194e33244aade34b7d19e7c9b8 | [
"MIT"
] | 11 | 2017-09-02T11:27:08.000Z | 2022-01-02T15:25:24.000Z | private/inet/mshtml/src/site/display/dispcontext.cxx | King0987654/windows2000 | 01f9c2e62c4289194e33244aade34b7d19e7c9b8 | [
"MIT"
] | null | null | null | private/inet/mshtml/src/site/display/dispcontext.cxx | King0987654/windows2000 | 01f9c2e62c4289194e33244aade34b7d19e7c9b8 | [
"MIT"
] | 14 | 2019-01-16T01:01:23.000Z | 2022-02-20T15:54:27.000Z | //+---------------------------------------------------------------------------
//
// Microsoft Internet Explorer
// Copyright (C) Microsoft Corporation, 1997-1998
//
// File: dispcontext.cxx
//
// Contents: Context object passed throughout display tree.
//
// Classes: CDispContext, CDispDrawCon... | 29.163793 | 96 | 0.477732 | King0987654 |
f5288c488a2b0992a08269cf33d9ef2309db5ebf | 261 | cpp | C++ | test/test.cpp | Fytch/Quiver | 572c59bbc7aaef0e61318d6d0feaf5771b38cfdb | [
"MIT"
] | null | null | null | test/test.cpp | Fytch/Quiver | 572c59bbc7aaef0e61318d6d0feaf5771b38cfdb | [
"MIT"
] | 1 | 2018-11-28T12:55:50.000Z | 2018-11-28T12:55:50.000Z | test/test.cpp | Fytch/Quiver | 572c59bbc7aaef0e61318d6d0feaf5771b38cfdb | [
"MIT"
] | 1 | 2018-08-19T16:48:23.000Z | 2018-08-19T16:48:23.000Z | /*
* Quiver - A graph theory library
* Copyright (C) 2018 Josua Rieder (josua.rieder1996@gmail.com)
* Distributed under the MIT License.
* See the enclosed file LICENSE.txt for further information.
*/
#define CATCH_CONFIG_MAIN
#include <catch2/catch.hpp>
| 26.1 | 63 | 0.747126 | Fytch |
f5296f58e82a2a306792619071608d8bb3bfe7d5 | 929 | cc | C++ | muduo/base/tests/Exception_test.cc | williamxin/muduo | fb5ff05ffde278084b3ea765bc7f51f93140699a | [
"BSD-3-Clause"
] | null | null | null | muduo/base/tests/Exception_test.cc | williamxin/muduo | fb5ff05ffde278084b3ea765bc7f51f93140699a | [
"BSD-3-Clause"
] | null | null | null | muduo/base/tests/Exception_test.cc | williamxin/muduo | fb5ff05ffde278084b3ea765bc7f51f93140699a | [
"BSD-3-Clause"
] | null | null | null | #include "muduo/base/CurrentThread.h"
#include "muduo/base/Exception.h"
#include <functional>
#include <vector>
#include <stdio.h>
class Bar {
public:
void test(std::vector<std::string> names = {}) {
printf("Stack:\n%s\n", muduo::CurrentThread::stackTrace(true).c_str());
[] { printf("Stack inside lambda:\n%s\n", ... | 23.820513 | 109 | 0.636168 | williamxin |
f52b198f4c746a159be2a50b3367d5a60f71d96f | 3,802 | cpp | C++ | src/codegen/lang/if.cpp | aaron-tian/peloton | 2406b763b91d9cee2a5d9f4dee01c761b476cef6 | [
"Apache-2.0"
] | 2 | 2021-03-29T01:29:18.000Z | 2022-02-27T11:22:15.000Z | src/codegen/lang/if.cpp | aaron-tian/peloton | 2406b763b91d9cee2a5d9f4dee01c761b476cef6 | [
"Apache-2.0"
] | null | null | null | src/codegen/lang/if.cpp | aaron-tian/peloton | 2406b763b91d9cee2a5d9f4dee01c761b476cef6 | [
"Apache-2.0"
] | 3 | 2018-02-25T23:30:33.000Z | 2018-04-08T10:11:42.000Z | //===----------------------------------------------------------------------===//
//
// Peloton
//
// if.cpp
//
// Identification: src/codegen/lang/if.cpp
//
// Copyright (c) 2015-2017, Carnegie Mellon University Database Group
//
//===-------------------------------------------------------------... | 33.946429 | 80 | 0.620726 | aaron-tian |
f52b28cacb59640e421fd5c892cf45967f164b47 | 4,598 | hpp | C++ | db/silkworm/db/access_layer.hpp | flashbots/silkworm | 7770793499d0c665754b17840f7b8edfd53ce8ba | [
"Apache-2.0"
] | 1 | 2021-06-30T22:56:09.000Z | 2021-06-30T22:56:09.000Z | db/silkworm/db/access_layer.hpp | flashbots/silkworm | 7770793499d0c665754b17840f7b8edfd53ce8ba | [
"Apache-2.0"
] | null | null | null | db/silkworm/db/access_layer.hpp | flashbots/silkworm | 7770793499d0c665754b17840f7b8edfd53ce8ba | [
"Apache-2.0"
] | null | null | null | /*
Copyright 2020-2021 The Silkworm Authors
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or ag... | 38.316667 | 117 | 0.718573 | flashbots |
f52b481ee48a9fcfdac449a9fb1f18ef74b0ecd0 | 4,028 | cpp | C++ | etpServerExample/main.cpp | cgodkin/fesapi | d25c5e30ccec537c471adc3bb036c48f2c51f2c9 | [
"Apache-2.0"
] | null | null | null | etpServerExample/main.cpp | cgodkin/fesapi | d25c5e30ccec537c471adc3bb036c48f2c51f2c9 | [
"Apache-2.0"
] | null | null | null | etpServerExample/main.cpp | cgodkin/fesapi | d25c5e30ccec537c471adc3bb036c48f2c51f2c9 | [
"Apache-2.0"
] | null | null | null | /*-----------------------------------------------------------------------
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under ... | 36.954128 | 201 | 0.726167 | cgodkin |
f52d5873688bc951f54fe88898860d19eaf64e1f | 717 | cpp | C++ | OSX/Stubs/Engine/UnAudio.cpp | MaddTheSane/surreal | 05c3f0f0ea5aa7d86b143d5a2a1e503c5744d1ed | [
"Artistic-1.0"
] | 4 | 2016-12-22T01:42:44.000Z | 2018-09-21T22:13:23.000Z | OSX/Stubs/Engine/UnAudio.cpp | MaddTheSane/surreal | 05c3f0f0ea5aa7d86b143d5a2a1e503c5744d1ed | [
"Artistic-1.0"
] | null | null | null | OSX/Stubs/Engine/UnAudio.cpp | MaddTheSane/surreal | 05c3f0f0ea5aa7d86b143d5a2a1e503c5744d1ed | [
"Artistic-1.0"
] | null | null | null | //
// UnAudio.cpp
// Surreal
//
// Created by C.W. Betts on 4/12/15.
// Copyright (c) 2015 C.W. Betts. All rights reserved.
//
// This is a stub implementation of the Engine library of Surreal.
//
#include <stdlib.h>
#include "Engine.h"
void FSoundData::Load() {}
FLOAT FSoundData::GetPeriod() {
return 0.0;
}
I... | 17.071429 | 66 | 0.691771 | MaddTheSane |
f52eaaa53ba1fd5750cc42b7dae1a17fb427cc2f | 23,976 | cpp | C++ | io/src/openni_camera/openni_driver.cpp | yxlao/StanfordPCL | 98a8663f896c1ba880d14efa2338b7cfbd01b6ef | [
"MIT"
] | null | null | null | io/src/openni_camera/openni_driver.cpp | yxlao/StanfordPCL | 98a8663f896c1ba880d14efa2338b7cfbd01b6ef | [
"MIT"
] | null | null | null | io/src/openni_camera/openni_driver.cpp | yxlao/StanfordPCL | 98a8663f896c1ba880d14efa2338b7cfbd01b6ef | [
"MIT"
] | null | null | null | /*
* Software License Agreement (BSD License)
*
* Point Cloud Library (PCL) - www.pointclouds.org
* Copyright (c) 2011, Willow Garage, Inc.
* Copyright (c) 2012-, Open Perception, Inc.
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are per... | 40.77551 | 118 | 0.560727 | yxlao |
f5317f3359147732ebcddc63b64c8f7008382101 | 11,786 | hpp | C++ | include/RootMotion/FinalIK/Grounding_Pelvis.hpp | marksteward/BeatSaber-Quest-Codegen | a76f063f71cef207a9f048ad7613835f554911a7 | [
"Unlicense"
] | null | null | null | include/RootMotion/FinalIK/Grounding_Pelvis.hpp | marksteward/BeatSaber-Quest-Codegen | a76f063f71cef207a9f048ad7613835f554911a7 | [
"Unlicense"
] | null | null | null | include/RootMotion/FinalIK/Grounding_Pelvis.hpp | marksteward/BeatSaber-Quest-Codegen | a76f063f71cef207a9f048ad7613835f554911a7 | [
"Unlicense"
] | null | null | null | // Autogenerated from CppHeaderCreator
// Created by Sc2ad
// =========================================================================
#pragma once
// Begin includes
#include "extern/beatsaber-hook/shared/utils/typedefs.h"
#include "extern/beatsaber-hook/shared/utils/byref.hpp"
// Including type: RootMotion.Fin... | 55.333333 | 419 | 0.721534 | marksteward |
f53229fa0939065b3da78394239481622e8d1973 | 250 | cpp | C++ | CsWeapon/Source/CsWp/Public/Managers/Weapon/CsGetManagerWeapon.cpp | closedsum/core | c3cae44a177b9684585043a275130f9c7b67fef0 | [
"Unlicense"
] | 2 | 2019-03-17T10:43:53.000Z | 2021-04-20T21:24:19.000Z | CsWeapon/Source/CsWp/Public/Managers/Weapon/CsGetManagerWeapon.cpp | closedsum/core | c3cae44a177b9684585043a275130f9c7b67fef0 | [
"Unlicense"
] | null | null | null | CsWeapon/Source/CsWp/Public/Managers/Weapon/CsGetManagerWeapon.cpp | closedsum/core | c3cae44a177b9684585043a275130f9c7b67fef0 | [
"Unlicense"
] | null | null | null | // Copyright 2017-2021 Closed Sum Games, LLC. All Rights Reserved.
#include "Managers/Weapon/CsGetManagerWeapon.h"
#include "CsWp.h"
UCsGetManagerWeapon::UCsGetManagerWeapon(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer)
{
} | 35.714286 | 112 | 0.812 | closedsum |
f5324ddc27e39726fdcdb67fee51f9af2cbc805e | 3,432 | hpp | C++ | RealtekCardReader/IOPCIeDevice.hpp | MK-986123/RealtekCardReader | 0b1a4c66082b63d057cba2a54721b62cbf11c0ac | [
"BSD-3-Clause"
] | 106 | 2021-07-16T03:27:28.000Z | 2022-03-31T15:35:50.000Z | RealtekCardReader/IOPCIeDevice.hpp | MK-986123/RealtekCardReader | 0b1a4c66082b63d057cba2a54721b62cbf11c0ac | [
"BSD-3-Clause"
] | 28 | 2021-07-16T09:03:10.000Z | 2022-03-28T03:36:47.000Z | RealtekCardReader/IOPCIeDevice.hpp | MK-986123/RealtekCardReader | 0b1a4c66082b63d057cba2a54721b62cbf11c0ac | [
"BSD-3-Clause"
] | 14 | 2021-07-16T16:15:09.000Z | 2022-02-24T22:08:21.000Z | //
// IOPCIeDevice.hpp
// RealtekCardReader
//
// Created by FireWolf on 7/7/21.
//
#ifndef IOPCIeDevice_hpp
#define IOPCIeDevice_hpp
#include <IOKit/pci/IOPCIDevice.h>
#include "Debug.hpp"
#define PCI_EXP_LNKCTL 16 /* Link Control */
#define PCI_EXP_LNKCTL_ASPMC 0x0003 /* ASPM Control */
#define... | 41.349398 | 99 | 0.722028 | MK-986123 |
f5367c47a2b5f3a6a25d0542272a52f633531fa0 | 1,485 | cpp | C++ | src/solverUtils.cpp | ndehio/copra | 81ffa423b95d16140c64f19785ac1836af3ef9bf | [
"BSD-2-Clause"
] | 9 | 2019-12-31T07:51:12.000Z | 2021-07-31T16:24:51.000Z | src/solverUtils.cpp | vsamy/Copra | 2662c567491690f145834aa8b95339cec3a8bb11 | [
"BSD-2-Clause"
] | 6 | 2020-02-21T15:06:31.000Z | 2021-12-20T07:17:57.000Z | src/solverUtils.cpp | vsamy/Copra | 2662c567491690f145834aa8b95339cec3a8bb11 | [
"BSD-2-Clause"
] | 4 | 2020-03-09T14:21:56.000Z | 2022-03-04T07:35:01.000Z | /*
* Copyright 2016-2019 CNRS-UM LIRMM, CNRS-AIST JRL
*/
#include "solverUtils.h"
namespace copra {
std::unique_ptr<SolverInterface> solverFactory(SolverFlag flag)
{
switch (flag) {
#ifdef EIGEN_LSSOL_FOUND
case SolverFlag::LSSOL:
return std::unique_ptr<LSSOLSolver>(new LSSOLSolver());
#endif
#ifde... | 23.951613 | 79 | 0.709091 | ndehio |
f538c9bf49e39de95b149351444de5d7875aa757 | 23,811 | inl | C++ | include/Core/CastorUtils/Math/PointOperators.inl | Mu-L/Castor3D | 7b9c6e7be6f7373ad60c0811d136c0004e50e76b | [
"MIT"
] | 245 | 2015-10-29T14:31:45.000Z | 2022-03-31T13:04:45.000Z | include/Core/CastorUtils/Math/PointOperators.inl | Mu-L/Castor3D | 7b9c6e7be6f7373ad60c0811d136c0004e50e76b | [
"MIT"
] | 64 | 2016-03-11T19:45:05.000Z | 2022-03-31T23:58:33.000Z | include/Core/CastorUtils/Math/PointOperators.inl | Mu-L/Castor3D | 7b9c6e7be6f7373ad60c0811d136c0004e50e76b | [
"MIT"
] | 11 | 2018-05-24T09:07:43.000Z | 2022-03-21T21:05:20.000Z | #include "CastorUtils/Math/Point.hpp"
#include "CastorUtils/Math/Coords.hpp"
#include "CastorUtils/Design/Templates.hpp"
#include "CastorUtils/Math/Simd.hpp"
#include <cstring>
namespace castor
{
//*********************************************************************************************
template< typename T1, ... | 26.51559 | 135 | 0.58137 | Mu-L |
f53a15b4728eb63e53cab80133d59bcbebd3bd78 | 1,115 | cpp | C++ | Sources/Internal/UI/Private/WebViewControlStub.cpp | stinvi/dava.engine | 2b396ca49cdf10cdc98ad8a9ffcf7768a05e285e | [
"BSD-3-Clause"
] | 26 | 2018-09-03T08:48:22.000Z | 2022-02-14T05:14:50.000Z | Sources/Internal/UI/Private/WebViewControlStub.cpp | ANHELL-blitz/dava.engine | ed83624326f000866e29166c7f4cccfed1bb41d4 | [
"BSD-3-Clause"
] | null | null | null | Sources/Internal/UI/Private/WebViewControlStub.cpp | ANHELL-blitz/dava.engine | ed83624326f000866e29166c7f4cccfed1bb41d4 | [
"BSD-3-Clause"
] | 45 | 2018-05-11T06:47:17.000Z | 2022-02-03T11:30:55.000Z | #include "UI/Private/WebViewControlStub.h"
#if defined(DISABLE_NATIVE_WEBVIEW) && !defined(ENABLE_CEF_WEBVIEW)
namespace DAVA
{
WebViewControl::WebViewControl(Window* /*w*/, UIWebView* /*uiWebView*/)
{
}
void WebViewControl::Initialize(const Rect&)
{
}
void WebViewControl::OpenURL(const String&)
{
}
void WebViewCo... | 16.397059 | 71 | 0.750673 | stinvi |
f53ad2eae1132cc06382fe734a2ace66bdba3107 | 5,334 | cc | C++ | mars/sdt/src/sdt_core.cc | 20150723/mars | 916f895d5d6c31a1f4720b189bb0a83e92e0161c | [
"Apache-2.0",
"BSD-2-Clause"
] | 56 | 2019-03-20T06:45:40.000Z | 2022-01-07T09:30:00.000Z | mars/sdt/src/sdt_core.cc | 20150723/mars | 916f895d5d6c31a1f4720b189bb0a83e92e0161c | [
"Apache-2.0",
"BSD-2-Clause"
] | 2 | 2019-10-22T02:57:02.000Z | 2019-10-31T23:30:17.000Z | mars/sdt/src/sdt_core.cc | pengjinning/mars | 227aff64a5b819555091a7d6eae6727701e9fff0 | [
"Apache-2.0",
"BSD-2-Clause"
] | 37 | 2019-03-20T16:20:46.000Z | 2021-05-22T00:31:21.000Z | // Tencent is pleased to support the open source community by making Mars available.
// Copyright (C) 2016 THL A29 Limited, a Tencent company. All rights reserved.
// Licensed under the MIT License (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the Licens... | 31.011628 | 188 | 0.679415 | 20150723 |
f53d0e783431aff2aa125b6b34b2447ed51ddf8b | 21,402 | cpp | C++ | Src/Orbiter/DlgVishelper.cpp | jarmonik/orbiter | 527db6209cb0acd4af839682f2d7f05132818fb8 | [
"MIT"
] | 1,040 | 2021-07-27T12:12:06.000Z | 2021-08-02T14:24:49.000Z | Src/Orbiter/DlgVishelper.cpp | jarmonik/orbiter | 527db6209cb0acd4af839682f2d7f05132818fb8 | [
"MIT"
] | 20 | 2021-07-27T12:25:22.000Z | 2021-08-02T12:22:19.000Z | Src/Orbiter/DlgVishelper.cpp | jarmonik/orbiter | 527db6209cb0acd4af839682f2d7f05132818fb8 | [
"MIT"
] | 71 | 2021-07-27T14:19:49.000Z | 2021-08-02T05:51:52.000Z | // Copyright (c) Martin Schweiger
// Licensed under the MIT License
// ======================================================================
// Visual helper options dialog
// ======================================================================
#define STRICT 1
#define OEMRESOURCE
#include <io.h>
#include "Orbite... | 30.27157 | 142 | 0.584291 | jarmonik |
f53d98347ea4d2ea28477a160c66693fa1140608 | 725 | cpp | C++ | arc078/a.cpp | nel215/atcoder-grand-contest | a13ce146516c03881f50b7ac284be23d16d29ffe | [
"MIT"
] | null | null | null | arc078/a.cpp | nel215/atcoder-grand-contest | a13ce146516c03881f50b7ac284be23d16d29ffe | [
"MIT"
] | null | null | null | arc078/a.cpp | nel215/atcoder-grand-contest | a13ce146516c03881f50b7ac284be23d16d29ffe | [
"MIT"
] | null | null | null | #include <iostream>
#include <sstream>
#include <fstream>
#include <string>
#include <vector>
#include <list>
#include <set>
#include <map>
#include <queue>
#include <stack>
#include <deque>
#include <complex>
#include <algorithm>
#include <cstdio>
#include <cmath>
#include <cstring>
#define REP(i,x) for(int i=0 ; i<(... | 17.261905 | 48 | 0.554483 | nel215 |
f540a2a0d2c19942aff0d1f12fd74db7a08d5769 | 425 | cpp | C++ | Recursion-Challanges/move-all-x-end.cpp | RADIUMz-Codes/Learning-DSA | e316d07f8ba92bfe59a520374f3fc0a59bd62ab1 | [
"MIT"
] | 3 | 2021-09-26T21:12:40.000Z | 2022-02-11T04:29:20.000Z | Recursion-Challanges/move-all-x-end.cpp | theabhikr03/Learning-DSA | e316d07f8ba92bfe59a520374f3fc0a59bd62ab1 | [
"MIT"
] | null | null | null | Recursion-Challanges/move-all-x-end.cpp | theabhikr03/Learning-DSA | e316d07f8ba92bfe59a520374f3fc0a59bd62ab1 | [
"MIT"
] | null | null | null | #include <bits/stdc++.h>
using namespace std;
void move(char ch[], int i, int j)
{
if (i >= j)
{
return;
}
if (ch[i] == 'x')
{
for (int t = i; t < j ; t++)
{
ch[t] = ch[t + 1];
}
ch[j] = 'x';
move(ch, i + 1, j - 1);
}
else
{
move(ch, i + 1, j);
}
}
int main()
{
// string s;
// cin >> s;
... | 10.897436 | 34 | 0.428235 | RADIUMz-Codes |
f5414fa7c164a37f8e92a98a8a9a9e657fcbe02a | 6,359 | cpp | C++ | src/matOptimize/main_helper.cpp | abschneider/usher | 2ebfe7013d69097427cce59585a3ee2edd98773b | [
"MIT"
] | null | null | null | src/matOptimize/main_helper.cpp | abschneider/usher | 2ebfe7013d69097427cce59585a3ee2edd98773b | [
"MIT"
] | 1 | 2022-02-28T19:49:56.000Z | 2022-02-28T19:49:56.000Z | src/matOptimize/main_helper.cpp | abschneider/usher | 2ebfe7013d69097427cce59585a3ee2edd98773b | [
"MIT"
] | null | null | null | #include "tree_rearrangement_internal.hpp"
#include "check_samples.hpp"
#include "Fitch_Sankoff.hpp"
#include "src/matOptimize/Twice_Bloom_Filter.hpp"
#include "src/matOptimize/mutation_annotated_tree.hpp"
#include <algorithm>
#include <chrono>
#include <cstdio>
#include <tbb/blocked_range.h>
#include <tbb/concurrent_v... | 39.993711 | 166 | 0.643969 | abschneider |
f54210cd77ddc1322b5decefb9163bb01d338269 | 2,797 | cpp | C++ | src/crop_layer.cpp | ahmedfawzyelaraby/yolo-v2-gpu-wrapper | be136b46ebdcf71e5c88450ceb11e7d5158655d7 | [
"MIT"
] | null | null | null | src/crop_layer.cpp | ahmedfawzyelaraby/yolo-v2-gpu-wrapper | be136b46ebdcf71e5c88450ceb11e7d5158655d7 | [
"MIT"
] | null | null | null | src/crop_layer.cpp | ahmedfawzyelaraby/yolo-v2-gpu-wrapper | be136b46ebdcf71e5c88450ceb11e7d5158655d7 | [
"MIT"
] | null | null | null | #include "crop_layer.h"
#include "cuda.h"
#include <stdio.h>
image get_crop_image(crop_layer l)
{
int h = l.out_h;
int w = l.out_w;
int c = l.out_c;
return float_to_image(w,h,c,l.output);
}
void backward_crop_layer(const crop_layer l, network_state state){}
void backward_crop_layer_gpu(const crop_laye... | 26.894231 | 148 | 0.531641 | ahmedfawzyelaraby |
f5423af1fe05acb75f81e54dceee9ba00b604e1a | 24,279 | cc | C++ | Molecule/mc_summarise.cc | rajarshi/Lilly-Medchem-Rules | cb391fd04ba5820a88e31a8957bff68de08959f7 | [
"Apache-2.0"
] | 47 | 2015-01-08T17:26:10.000Z | 2022-02-04T10:06:20.000Z | Molecule/mc_summarise.cc | rajarshi/Lilly-Medchem-Rules | cb391fd04ba5820a88e31a8957bff68de08959f7 | [
"Apache-2.0"
] | 17 | 2015-03-26T16:06:00.000Z | 2021-01-16T21:39:15.000Z | Molecule/mc_summarise.cc | rajarshi/Lilly-Medchem-Rules | cb391fd04ba5820a88e31a8957bff68de08959f7 | [
"Apache-2.0"
] | 19 | 2016-05-24T17:52:08.000Z | 2020-11-27T06:59:44.000Z | /*
Examine the output of tp1_pipe.sh and create a formatted report
*/
#include <stdlib.h>
#define RESIZABLE_ARRAY_IMPLEMENTATION
#define RESIZABLE_ARRAY_IWQSORT_IMPLEMENTATION
#include "cmdline.h"
#include "misc.h"
#include "iwqsort.h"
#include "iwstring_data_source.h"
#include "iw_stl_hash_map.h"
const char * pr... | 21.814016 | 136 | 0.606203 | rajarshi |
f542a1c44faed9fe1ccd017e7d98738e8b97ef1a | 6,028 | cpp | C++ | DemoFramework/FslGraphics3D/Procedural/source/FslGraphics3D/Procedural/IndexUtilBase.cpp | alexvonduar/gtec-demo-framework | 6f8a7e429d0e15242ba64eb4cb41bfc2dd7dc749 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | DemoFramework/FslGraphics3D/Procedural/source/FslGraphics3D/Procedural/IndexUtilBase.cpp | alexvonduar/gtec-demo-framework | 6f8a7e429d0e15242ba64eb4cb41bfc2dd7dc749 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | DemoFramework/FslGraphics3D/Procedural/source/FslGraphics3D/Procedural/IndexUtilBase.cpp | alexvonduar/gtec-demo-framework | 6f8a7e429d0e15242ba64eb4cb41bfc2dd7dc749 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | /****************************************************************************************************************************************************
* Copyright (c) 2014 Freescale Semiconductor, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are ... | 43.057143 | 150 | 0.620604 | alexvonduar |
f543abd28b92e1764a45a57d902eac7c1d333739 | 1,357 | hpp | C++ | src/test/server/mock_task_runner.hpp | nilsthamm/hyrise | 75a701f281bb7dc1636832012c43005ec3c66384 | [
"MIT"
] | 2 | 2019-01-22T19:44:32.000Z | 2019-01-22T19:52:33.000Z | src/test/server/mock_task_runner.hpp | nilsthamm/hyrise | 75a701f281bb7dc1636832012c43005ec3c66384 | [
"MIT"
] | 69 | 2019-05-24T10:01:32.000Z | 2019-12-13T19:09:05.000Z | src/test/server/mock_task_runner.hpp | nilsthamm/hyrise | 75a701f281bb7dc1636832012c43005ec3c66384 | [
"MIT"
] | null | null | null | #pragma once
#include <boost/thread/future.hpp>
#include <memory>
#include "gmock/gmock.h"
#include "storage/prepared_plan.hpp"
#include "tasks/server/bind_server_prepared_statement_task.hpp"
#include "tasks/server/create_pipeline_task.hpp"
#include "tasks/server/execute_server_prepared_statement_task.hpp"
#include... | 39.911765 | 115 | 0.784819 | nilsthamm |
f543dc902c554863e3c1692ebfb3a7e77c0f86f7 | 68 | cpp | C++ | consumer/test_package/example.cpp | memsharded/source_packages | 7b73daef46d8bd5a615f0d2ee079ae0d2a159dbd | [
"MIT"
] | null | null | null | consumer/test_package/example.cpp | memsharded/source_packages | 7b73daef46d8bd5a615f0d2ee079ae0d2a159dbd | [
"MIT"
] | null | null | null | consumer/test_package/example.cpp | memsharded/source_packages | 7b73daef46d8bd5a615f0d2ee079ae0d2a159dbd | [
"MIT"
] | null | null | null | #include <iostream>
#include "greet.h"
int main() {
greet();
}
| 9.714286 | 19 | 0.588235 | memsharded |
f544e445cfc2bec26b3d555126e4cc908649175e | 4,025 | cpp | C++ | tests/DivTest.cpp | prozum/SPPL | 77de5db600a89b84bc8e6e851c9a766cd5203ce2 | [
"MIT"
] | 4 | 2016-03-17T19:38:51.000Z | 2016-10-30T18:54:17.000Z | tests/DivTest.cpp | prozum/sppl | 77de5db600a89b84bc8e6e851c9a766cd5203ce2 | [
"MIT"
] | null | null | null | tests/DivTest.cpp | prozum/sppl | 77de5db600a89b84bc8e6e851c9a766cd5203ce2 | [
"MIT"
] | null | null | null | #include "Test.h"
void Test::divIntPosPos() {
bool compStatus = compileChecker("div/divIntPosPos.sppl");
CPPUNIT_ASSERT_MESSAGE(compMsgFail, compStatus);
bool execStatus = executeChecker("1");
CPPUNIT_ASSERT_MESSAGE(execMsg, execStatus);
}
void Test::divIntZeroZero() {
bool compStatus = compileC... | 32.459677 | 67 | 0.744845 | prozum |
f544f2a3442e9e6eeb5f20cddc0e5c9a9e526ebd | 2,064 | hpp | C++ | lib/boost/iostreams/detail/bool_trait_def.hpp | efedo/Utilogeny | 03b7e7d2650c326f8493df35c14470f21de3be78 | [
"MIT"
] | null | null | null | lib/boost/iostreams/detail/bool_trait_def.hpp | efedo/Utilogeny | 03b7e7d2650c326f8493df35c14470f21de3be78 | [
"MIT"
] | null | null | null | lib/boost/iostreams/detail/bool_trait_def.hpp | efedo/Utilogeny | 03b7e7d2650c326f8493df35c14470f21de3be78 | [
"MIT"
] | null | null | null | // (C) Copyright 2008 CodeRage, LLC (turkanis at coderage dot com)
// (C) Copyright 2003-2007 Jonathan Turkanis
// 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://www.boost.org/libs/iostreams for docume... | 41.28 | 79 | 0.731105 | efedo |
f545df4ee50717b670a3b92d1300eb47fdee9061 | 2,939 | cc | C++ | third_party/libaddressinput/src/cpp/test/address_field_util_test.cc | zipated/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | third_party/libaddressinput/src/cpp/test/address_field_util_test.cc | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | third_party/libaddressinput/src/cpp/test/address_field_util_test.cc | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | // Copyright (C) 2013 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | 30.298969 | 75 | 0.764206 | zipated |
f54982d6ca383e8f8861420942e41d97dd208a4d | 5,696 | hpp | C++ | sferes/exp/images/ea/rank_simple.hpp | Evolving-AI-Lab/innovation-engine | 58c7fcc3cbe3d6f8f59f87d95bdb5f2302f425ba | [
"MIT"
] | 31 | 2015-09-20T03:03:29.000Z | 2022-01-25T06:50:20.000Z | sferes/exp/images/ea/rank_simple.hpp | Evolving-AI-Lab/innovation-engine | 58c7fcc3cbe3d6f8f59f87d95bdb5f2302f425ba | [
"MIT"
] | 1 | 2016-08-11T07:24:50.000Z | 2016-08-17T01:19:57.000Z | sferes/exp/images/ea/rank_simple.hpp | Evolving-AI-Lab/innovation-engine | 58c7fcc3cbe3d6f8f59f87d95bdb5f2302f425ba | [
"MIT"
] | 10 | 2015-11-15T01:52:25.000Z | 2018-06-11T23:42:58.000Z | //| This file is a part of the sferes2 framework.
//| Copyright 2009, ISIR / Universite Pierre et Marie Curie (UPMC)
//| Main contributor(s): Jean-Baptiste Mouret, mouret@isir.fr
//|
//| This software is a computer program whose purpose is to facilitate
//| experiments in evolutionary computation and evolutionary robot... | 33.704142 | 112 | 0.642381 | Evolving-AI-Lab |
f549c155b012e4475edd1b56e1be94ba641bd1cf | 1,319 | hpp | C++ | Source/Physics/TorqueEffect.hpp | JesseMader/PlasmaEngine | ffda8f76b96e83181cfc1f9ec102c4ad0d7fd131 | [
"MIT"
] | null | null | null | Source/Physics/TorqueEffect.hpp | JesseMader/PlasmaEngine | ffda8f76b96e83181cfc1f9ec102c4ad0d7fd131 | [
"MIT"
] | null | null | null | Source/Physics/TorqueEffect.hpp | JesseMader/PlasmaEngine | ffda8f76b96e83181cfc1f9ec102c4ad0d7fd131 | [
"MIT"
] | null | null | null | // MIT Licensed (see LICENSE.md).
#pragma once
namespace Plasma
{
DeclareBitField1(TorqueFlags, LocalTorque);
/// Applies a torque to the center of mass of a body.
class TorqueEffect : public PhysicsEffect
{
public:
LightningDeclareType(TorqueEffect, TypeCopyMode::ReferenceType);
TorqueEffect();
// Component... | 25.365385 | 79 | 0.738438 | JesseMader |
f54a637ad247e82a7e52a419ee13e31deb20f09a | 463 | cpp | C++ | Competitive Coding Contests/HackerEarth March Circuit/Annoying-Chemistry.cpp | HarshCasper/Data-Structures-Algorithms | 3f070bfa48c30d484e4218a137a7b6b80273d7da | [
"MIT"
] | 10 | 2020-05-02T14:42:15.000Z | 2021-01-26T16:51:47.000Z | Competitive Coding Contests/HackerEarth March Circuit/Annoying-Chemistry.cpp | idiosyncratic4/Data-Structures-Algorithms | cc228dbc1ceb943f2a887eb2ab901c04bef030bc | [
"MIT"
] | null | null | null | Competitive Coding Contests/HackerEarth March Circuit/Annoying-Chemistry.cpp | idiosyncratic4/Data-Structures-Algorithms | cc228dbc1ceb943f2a887eb2ab901c04bef030bc | [
"MIT"
] | 13 | 2020-03-05T13:31:11.000Z | 2021-01-29T08:14:26.000Z | // https://www.hackerearth.com/challenges/competitive/march-circuits-20/algorithm/annoying-chemistry-f5fb9556/
#include "bits/stdc++.h"
using namespace std;
typedef long long int harsh;
int main()
{
harsh x, y, p, q;
cin>>x>>y>>p>>q;
harsh val1 = x / __gcd(x, p);
harsh val2 = y / __gcd(y, q);
... | 23.15 | 110 | 0.596112 | HarshCasper |
f54ab02e08fb5f9328ba0e3285889ef5f4c2eea5 | 1,291 | cpp | C++ | leetcode/binary-tree/Traversals/94.(Morris-Algo)binary-tree-inorder-traversal.cpp | saurabhraj042/dsaPrep | 0973a03bc565a2850003c7e48d99b97ff83b1d01 | [
"MIT"
] | 23 | 2021-10-30T04:11:52.000Z | 2021-11-27T09:16:18.000Z | leetcode/binary-tree/Traversals/94.(Morris-Algo)binary-tree-inorder-traversal.cpp | Pawanupadhyay10/placement-prep | 0449fa7cbc56e7933e6b090936ab7c15ca5f290f | [
"MIT"
] | null | null | null | leetcode/binary-tree/Traversals/94.(Morris-Algo)binary-tree-inorder-traversal.cpp | Pawanupadhyay10/placement-prep | 0449fa7cbc56e7933e6b090936ab7c15ca5f290f | [
"MIT"
] | 4 | 2021-10-30T03:26:05.000Z | 2021-11-14T12:15:04.000Z | // saurabhraj042
// https://leetcode.com/problems/binary-tree-inorder-traversal/description/
/**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode() : val(0), left(nullptr), right(nullptr) {}
* TreeNode(int x) : val(x), left(nu... | 27.468085 | 93 | 0.477149 | saurabhraj042 |
f54ab3b750695b26e0a62879af37dc39151a8c36 | 1,382 | cpp | C++ | tests/regression/vectors_in_kernel.cpp | ShalokShalom/sycl-gtx | ee5091f0c7d513b24acdb200417ec01043d7834a | [
"MIT"
] | 72 | 2015-10-21T14:23:21.000Z | 2022-02-08T08:07:30.000Z | tests/regression/vectors_in_kernel.cpp | ShalokShalom/sycl-gtx | ee5091f0c7d513b24acdb200417ec01043d7834a | [
"MIT"
] | 23 | 2015-04-19T08:49:53.000Z | 2021-06-25T13:36:43.000Z | tests/regression/vectors_in_kernel.cpp | ShalokShalom/sycl-gtx | ee5091f0c7d513b24acdb200417ec01043d7834a | [
"MIT"
] | 14 | 2015-02-09T15:09:34.000Z | 2021-03-12T01:04:31.000Z | #include "../common.h"
// Test vectors in kernel
// Originally test10
#include <sstream>
template <class T>
std::string to_string(const T& t) {
std::stringstream s;
s << '(' << t.x() << ',' << t.y() << ',' << t.z() << ')';
return s.str();
}
int main() {
using namespace cl::sycl;
using namespace std;
c... | 23.033333 | 76 | 0.562229 | ShalokShalom |
f54ba7166477f6b0b2d6d4ef986f890a0fb96900 | 10,684 | cpp | C++ | code/common/VulkanPipeline.cpp | xxxzhou/vkcs-samples | 509ec25df415f8a5ea095da94f70d1e881bf5472 | [
"MIT"
] | null | null | null | code/common/VulkanPipeline.cpp | xxxzhou/vkcs-samples | 509ec25df415f8a5ea095da94f70d1e881bf5472 | [
"MIT"
] | 1 | 2022-01-17T03:48:16.000Z | 2022-01-24T06:10:58.000Z | code/common/VulkanPipeline.cpp | xxxzhou/vkcs-samples | 509ec25df415f8a5ea095da94f70d1e881bf5472 | [
"MIT"
] | 2 | 2020-12-02T07:41:18.000Z | 2021-04-27T09:15:39.000Z | #include "VulkanPipeline.hpp"
#include <algorithm>
#include <cstdarg>
#include "VulkanContext.hpp"
namespace vkx {
namespace common {
UBOLayout::UBOLayout(class VulkanContext* _context) {
this->context = _context;
}
UBOLayout::~UBOLayout() {
VkDevice device = context->logicalDevice.device;
if (device) {... | 41.092308 | 84 | 0.684013 | xxxzhou |
f54c0221ca5105e1309b0d0f6127aac76cde5e27 | 258 | hpp | C++ | src/supermarx/qualified.hpp | Supermarx/common | bb1aaaef4486d6c1089193824fde4533de150b4d | [
"MIT"
] | null | null | null | src/supermarx/qualified.hpp | Supermarx/common | bb1aaaef4486d6c1089193824fde4533de150b4d | [
"MIT"
] | null | null | null | src/supermarx/qualified.hpp | Supermarx/common | bb1aaaef4486d6c1089193824fde4533de150b4d | [
"MIT"
] | null | null | null | #pragma once
#include <supermarx/reference.hpp>
namespace supermarx
{
template<typename T>
struct qualified
{
reference<T> id;
T data;
qualified(reference<T> _id, T const& _data)
: id(_id)
, data(_data)
{}
operator T()
{
return data;
}
};
}
| 9.923077 | 44 | 0.662791 | Supermarx |
f54ce737d42d103b6f455a9d66c1bfda412a03a6 | 2,023 | cpp | C++ | Poj/POJ - 1236 Network of Schools - Tarjan.cpp | bishoy-magdy/Competitive-Programming | 689daac9aeb475da3c28aba4a69df394c68a9a34 | [
"MIT"
] | null | null | null | Poj/POJ - 1236 Network of Schools - Tarjan.cpp | bishoy-magdy/Competitive-Programming | 689daac9aeb475da3c28aba4a69df394c68a9a34 | [
"MIT"
] | null | null | null | Poj/POJ - 1236 Network of Schools - Tarjan.cpp | bishoy-magdy/Competitive-Programming | 689daac9aeb475da3c28aba4a69df394c68a9a34 | [
"MIT"
] | null | null | null | /**
* Network of Schools POJ - 1236
* tarjan algorithm
*/
#include <cstdio>
#include <algorithm>
#include <cstring>
#define endl '\n'
using namespace std;
typedef long long ll;
const int N = 1e4 + 5, M = 1e6 + 5;
int n;
struct ADJ {
int head[N], nxt[M], to[M], ne;
void addEdge(int f, int t) {
nx... | 20.029703 | 73 | 0.45131 | bishoy-magdy |
f54f0a6834f214a983ef1e3179e17445be6c4c91 | 1,818 | cpp | C++ | src/Scripts/WeaponFactory.cpp | Quivscor/SoulEngine | 2951de54cd09c5a017c01d8ea124e375f0b62b9f | [
"MIT"
] | 2 | 2020-06-24T10:18:13.000Z | 2020-06-25T19:34:57.000Z | src/Scripts/WeaponFactory.cpp | Quivscor/SoulEngine | 2951de54cd09c5a017c01d8ea124e375f0b62b9f | [
"MIT"
] | null | null | null | src/Scripts/WeaponFactory.cpp | Quivscor/SoulEngine | 2951de54cd09c5a017c01d8ea124e375f0b62b9f | [
"MIT"
] | null | null | null | #include "WeaponFactory.h"
std::vector<WeaponModel> WeaponFactory::weapons;
std::shared_ptr<WeaponFactory>WeaponFactory::m_Instance = nullptr;
WeaponFactory::WeaponFactory()
{
}
WeaponFactory::~WeaponFactory()
{
}
void WeaponFactory::SetWeapon(Mesh* mesh, WeaponType type)
{
WeaponModel newWeapon;
newWeapon.model... | 20.426966 | 66 | 0.686469 | Quivscor |
f550a97718855d2d8964e85d6112e9ce2809ee20 | 250,735 | cc | C++ | src/quadrature_fem_math/Quadrule_New.cc | pgmaginot/DARK_ARTS | f04b0a30dcac911ef06fe0916921020826f5c42b | [
"MIT"
] | null | null | null | src/quadrature_fem_math/Quadrule_New.cc | pgmaginot/DARK_ARTS | f04b0a30dcac911ef06fe0916921020826f5c42b | [
"MIT"
] | null | null | null | src/quadrature_fem_math/Quadrule_New.cc | pgmaginot/DARK_ARTS | f04b0a30dcac911ef06fe0916921020826f5c42b | [
"MIT"
] | null | null | null | /** @file Quadrule_New.cc
* @author The internet / pmaginot
* @brief Implement the Quadrule_New class that changes the original quadrule into a vector format
*/
#include "Quadrule_New.h"
// ##########################################################
// Public functions
// ##################... | 38.210149 | 153 | 0.661431 | pgmaginot |
f5524c368f8823d5452abd3fc4f63f49fdf039d1 | 7,459 | cpp | C++ | Pelican/src/Pelican/Renderer/Model.cpp | SeppahBaws/PelicanEngine | 7bc5f5e55993220d731ad6a5dbff1470ad4c6ee5 | [
"MIT"
] | 1 | 2022-03-01T10:36:57.000Z | 2022-03-01T10:36:57.000Z | Pelican/src/Pelican/Renderer/Model.cpp | SeppahBaws/PelicanEngine | 7bc5f5e55993220d731ad6a5dbff1470ad4c6ee5 | [
"MIT"
] | 1 | 2021-09-27T16:47:43.000Z | 2021-09-27T16:47:43.000Z | Pelican/src/Pelican/Renderer/Model.cpp | SeppahBaws/PelicanEngine | 7bc5f5e55993220d731ad6a5dbff1470ad4c6ee5 | [
"MIT"
] | null | null | null | #include "PelicanPCH.h"
#include "Model.h"
#include "Pelican/Assets/AssetManager.h"
#include "Pelican/Renderer/Camera.h"
#include "Pelican/Renderer/Mesh.h"
#include "Pelican/Renderer/VulkanHelpers.h"
#include "Pelican/Renderer/VulkanTexture.h"
#include "Pelican/Renderer/VulkanRenderer.h"
#include <logtools.h>
#pra... | 29.955823 | 117 | 0.710417 | SeppahBaws |
f554b600d0c4cdd4c46820974c9b93801cfcebcf | 1,466 | cpp | C++ | cpp/AnyValue2.cpp | so61pi/examples | 38e2831cd6517864fc05f499f72fbb4ff6ae27c0 | [
"MIT"
] | 4 | 2019-05-01T07:23:53.000Z | 2022-03-05T00:05:06.000Z | cpp/AnyValue2.cpp | so61pi/examples | 38e2831cd6517864fc05f499f72fbb4ff6ae27c0 | [
"MIT"
] | 16 | 2020-02-24T13:04:12.000Z | 2022-02-26T10:19:48.000Z | cpp/AnyValue2.cpp | so61pi/examples | 38e2831cd6517864fc05f499f72fbb4ff6ae27c0 | [
"MIT"
] | 1 | 2019-03-30T07:29:58.000Z | 2019-03-30T07:29:58.000Z | #include <exception>
#include <iostream>
#include <string>
#include <tuple>
#include <vector>
#include <boost/any.hpp>
enum class AnyType {
Unknown,
Boolean,
Integer,
Double,
String
};
using WrappedAny = std::tuple < AnyType, boost::any >;
int main() {
// push value to vector with its type... | 23.645161 | 73 | 0.5 | so61pi |
f5555d0582a9f0a44c73b58c9422c98e0042e89d | 957 | cpp | C++ | mysql_test/mysql_test.cpp | iassasin/wschatserver | f5b1ae1a37e534bfee93102603f93e85642e230d | [
"MIT"
] | 9 | 2017-01-29T13:27:28.000Z | 2020-10-16T19:25:38.000Z | mysql_test/mysql_test.cpp | iassasin/wschatserver | f5b1ae1a37e534bfee93102603f93e85642e230d | [
"MIT"
] | 27 | 2016-11-24T12:42:30.000Z | 2022-01-05T20:39:35.000Z | mysql_test/mysql_test.cpp | iassasin/wschatserver | f5b1ae1a37e534bfee93102603f93e85642e230d | [
"MIT"
] | 1 | 2017-01-29T13:25:06.000Z | 2017-01-29T13:25:06.000Z | #include <mysql_connection.h>
#include <mysql_driver.h>
#include <cppconn/resultset.h>
#include <cppconn/statement.h>
#include <iostream>
#include "../db.hpp"
using namespace std;
int main_old(int argc, char **argv){
sql::Connection *con;
sql::mysql::MySQL_Driver driver;
con = driver.connect("tcp://localhost:330... | 21.266667 | 84 | 0.624869 | iassasin |
f555ab57f2cde31355783205195880c19add3d99 | 1,422 | cpp | C++ | eagleye_util/nmea2fix/src/nmea2fix_node.cpp | takahirokashimoto/eagleye | c80be13b0aba27f9e82d352a80da40300f28d395 | [
"BSD-3-Clause"
] | 329 | 2020-03-19T00:41:00.000Z | 2022-03-31T05:52:33.000Z | eagleye_util/nmea2fix/src/nmea2fix_node.cpp | takahirokashimoto/eagleye | c80be13b0aba27f9e82d352a80da40300f28d395 | [
"BSD-3-Clause"
] | 22 | 2020-03-20T09:14:19.000Z | 2022-03-24T23:47:55.000Z | eagleye_util/nmea2fix/src/nmea2fix_node.cpp | takahirokashimoto/eagleye | c80be13b0aba27f9e82d352a80da40300f28d395 | [
"BSD-3-Clause"
] | 79 | 2020-03-19T03:08:29.000Z | 2022-03-09T00:54:03.000Z |
#include "ros/ros.h"
#include "nmea2fix/nmea2fix.hpp"
static ros::Publisher pub1,pub2;
static nmea_msgs::Sentence sentence;
static std::string sub_topic_name,pub_fix_topic_name,pub_gga_topic_name;
static bool output_gga;
void nmea_callback(const nmea_msgs::Sentence::ConstPtr &msg)
{
nmea_msgs::Gpgga gga;
sensor... | 29.020408 | 80 | 0.729958 | takahirokashimoto |
f55783aa1ff8004c6dd8f3f74130193e1617f4ea | 19,558 | cpp | C++ | src/Sparrow/Sparrow/Implementations/Dftb/Utils/ZeroOrderMatricesCalculator.cpp | qcscine/sparrow | 387e56ed8da78e10d96861758c509f7c375dcf07 | [
"BSD-3-Clause"
] | 45 | 2019-06-12T20:04:00.000Z | 2022-02-28T21:43:54.000Z | src/Sparrow/Sparrow/Implementations/Dftb/Utils/ZeroOrderMatricesCalculator.cpp | qcscine/sparrow | 387e56ed8da78e10d96861758c509f7c375dcf07 | [
"BSD-3-Clause"
] | 12 | 2019-06-12T23:53:57.000Z | 2022-03-28T18:35:57.000Z | src/Sparrow/Sparrow/Implementations/Dftb/Utils/ZeroOrderMatricesCalculator.cpp | qcscine/sparrow | 387e56ed8da78e10d96861758c509f7c375dcf07 | [
"BSD-3-Clause"
] | 11 | 2019-06-22T22:52:51.000Z | 2022-03-11T16:59:59.000Z | /**
* @file
* @copyright This code is licensed under the 3-clause BSD license.\n
* Copyright ETH Zurich, Laboratory of Physical Chemistry, Reiher Group.\n
* See LICENSE.txt for details.
*/
#include "ZeroOrderMatricesCalculator.h"
#include "SKPair.h"
#include <Utils/DataStructures/AtomsOrbita... | 42.060215 | 137 | 0.402188 | qcscine |
f557a847e4560d725a72b67fb1dfe88c4e0bfaa8 | 136,167 | cpp | C++ | src/qpl/filesys.cpp | DanielRabl/QPL | 4b487a7d31eab511a961c100ed1985aa11f0572c | [
"Zlib"
] | 5 | 2020-09-02T00:59:26.000Z | 2021-08-21T19:14:40.000Z | src/qpl/filesys.cpp | DanielRabl/QPL | 4b487a7d31eab511a961c100ed1985aa11f0572c | [
"Zlib"
] | null | null | null | src/qpl/filesys.cpp | DanielRabl/QPL | 4b487a7d31eab511a961c100ed1985aa11f0572c | [
"Zlib"
] | 2 | 2021-01-23T20:03:12.000Z | 2021-08-21T19:15:58.000Z | #include <qpl/filesys.hpp>
#include <qpl/string.hpp>
#include <qpl/type_traits.hpp>
#include <qpl/system.hpp>
#include <qpl/time.hpp>
#include <qpl/encryption.hpp>
namespace qpl {
namespace filesys {
qpl::filesys::path& qpl::filesys::path::operator=(const std::string_view& str) {
this->m_stri... | 47.92925 | 222 | 0.571416 | DanielRabl |
f55881221ffa27dd3ba4dfb7f4be74ad467ee04b | 2,632 | cc | C++ | contrib/gnu/gdb/dist/gdb/testsuite/gdb.cp/psmang2.cc | TheSledgeHammer/2.11BSD | fe61f0b9aaa273783cd027c7b5ec77e95ead2153 | [
"BSD-3-Clause"
] | 3 | 2021-05-04T17:09:06.000Z | 2021-10-04T07:19:26.000Z | contrib/gnu/gdb/dist/gdb/testsuite/gdb.cp/psmang2.cc | TheSledgeHammer/2.11BSD | fe61f0b9aaa273783cd027c7b5ec77e95ead2153 | [
"BSD-3-Clause"
] | null | null | null | contrib/gnu/gdb/dist/gdb/testsuite/gdb.cp/psmang2.cc | TheSledgeHammer/2.11BSD | fe61f0b9aaa273783cd027c7b5ec77e95ead2153 | [
"BSD-3-Clause"
] | null | null | null | /* This test script is part of GDB, the GNU debugger.
Copyright 2002-2020 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, ... | 15.482353 | 76 | 0.712386 | TheSledgeHammer |
f55a4b27bf55960892186d6b21cd5f98f1a4683f | 591 | hpp | C++ | include/PicoGameEngine/Core/ScreenManager.hpp | comfyneet/PicoGameEngine | e72c65dea015f32b1f3f88de90025a997301a628 | [
"MIT"
] | null | null | null | include/PicoGameEngine/Core/ScreenManager.hpp | comfyneet/PicoGameEngine | e72c65dea015f32b1f3f88de90025a997301a628 | [
"MIT"
] | null | null | null | include/PicoGameEngine/Core/ScreenManager.hpp | comfyneet/PicoGameEngine | e72c65dea015f32b1f3f88de90025a997301a628 | [
"MIT"
] | null | null | null | #ifndef PGE_CORE_SCREENMANAGER_HPP
#define PGE_CORE_SCREENMANAGER_HPP
#include <PicoGameEngine/Core/Config.hpp>
namespace pge
{
class Screen;
class PGE_API ScreenManager
{
public:
ScreenManager() = default;
ScreenManager(const ScreenManager&) = delete;
ScreenManager(ScreenMa... | 19.064516 | 64 | 0.675127 | comfyneet |
f55a9c94da45dcc98ad6a3668e218f00c1b7fa7c | 27,477 | cpp | C++ | Sea_Chain/scenes/scene_tutorial_main.cpp | Vvaridus/SeaChain | 5e48925161e6244245f3af21bd8a1cb7a7acfbd4 | [
"MIT"
] | null | null | null | Sea_Chain/scenes/scene_tutorial_main.cpp | Vvaridus/SeaChain | 5e48925161e6244245f3af21bd8a1cb7a7acfbd4 | [
"MIT"
] | null | null | null | Sea_Chain/scenes/scene_tutorial_main.cpp | Vvaridus/SeaChain | 5e48925161e6244245f3af21bd8a1cb7a7acfbd4 | [
"MIT"
] | null | null | null | #include "scene_tutorial_main.h"
#include "../components/cmp_player_physics.h"
#include "../components/cmp_sprite.h"
#include "../game.h"
#include <LevelSystem.h>
#include <iostream>
#include <thread>
#include "../components/cmp_basic_movement.h"
#include <logger.h>
#include "../weapon.h"
#include "../components/cmp_in... | 34.958015 | 146 | 0.682607 | Vvaridus |
f55b73dbe3df91f834f9739c6517cac2cac2214a | 25,941 | cpp | C++ | src/coreclr/src/binder/fusionassemblyname.cpp | abock/runtime | b3346807be96f6089fc1538946b3611f607389e2 | [
"MIT"
] | 6 | 2020-01-04T14:02:35.000Z | 2020-01-05T15:28:09.000Z | src/coreclr/src/binder/fusionassemblyname.cpp | abock/runtime | b3346807be96f6089fc1538946b3611f607389e2 | [
"MIT"
] | null | null | null | src/coreclr/src/binder/fusionassemblyname.cpp | abock/runtime | b3346807be96f6089fc1538946b3611f607389e2 | [
"MIT"
] | 3 | 2021-02-10T16:20:05.000Z | 2021-03-12T07:55:36.000Z | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
// ============================================================
//
// FusionAssemblyName.cpp
//
// Implements the CAs... | 30.304907 | 118 | 0.50584 | abock |
f561d11b9dd3a36040d9e52e7353bf2980ca23dc | 1,903 | hpp | C++ | Include/Utils.hpp | grovix/SCLKernelDecoder | c29775d262c30354b7b6787c1d42e205172b1f3c | [
"Apache-2.0"
] | 3 | 2021-07-18T00:53:59.000Z | 2021-07-26T10:13:47.000Z | Include/Utils.hpp | grovix/SCLKernelDecoder | c29775d262c30354b7b6787c1d42e205172b1f3c | [
"Apache-2.0"
] | null | null | null | Include/Utils.hpp | grovix/SCLKernelDecoder | c29775d262c30354b7b6787c1d42e205172b1f3c | [
"Apache-2.0"
] | 1 | 2022-02-10T13:47:46.000Z | 2022-02-10T13:47:46.000Z | /*------------------------------------------------------------------------
Some functions required for kernel processing
Copyright 2020 Grigorii Trofimiuk, Peter Trifonov
Licensed under the Apache License,
Version 2.0(the "License");
you may not use this file except in compliance with the License.
You may obtai... | 33.385965 | 93 | 0.629007 | grovix |
f56343e7961ac2ddaf788c511756ea4aa2b800bb | 4,565 | hpp | C++ | plugin/serializer/include/minko/file/GeometryParser.hpp | aerys/minko | edc3806a4e01570c5cb21f3402223ca695d08d22 | [
"BSD-3-Clause"
] | 478 | 2015-01-04T16:59:53.000Z | 2022-03-07T20:28:07.000Z | plugin/serializer/include/minko/file/GeometryParser.hpp | aerys/minko | edc3806a4e01570c5cb21f3402223ca695d08d22 | [
"BSD-3-Clause"
] | 83 | 2015-01-15T21:45:06.000Z | 2021-11-08T11:01:48.000Z | plugin/serializer/include/minko/file/GeometryParser.hpp | aerys/minko | edc3806a4e01570c5cb21f3402223ca695d08d22 | [
"BSD-3-Clause"
] | 175 | 2015-01-04T03:30:39.000Z | 2020-01-27T17:08:14.000Z | /*
Copyright (c) 2014 Aerys
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, publish, distribute,
sublicens... | 39.017094 | 140 | 0.607886 | aerys |
f5662f9dd4c70058ba585ee94f29d220eddef5fb | 1,422 | cpp | C++ | irohad/multi_sig_transactions/storage/impl/mst_storage.cpp | akshatkarani/iroha | 5acef9dd74720c6185360d951e9b11be4ef73260 | [
"Apache-2.0"
] | 24 | 2016-09-26T17:11:46.000Z | 2020-03-03T13:42:58.000Z | irohad/multi_sig_transactions/storage/impl/mst_storage.cpp | akshatkarani/iroha | 5acef9dd74720c6185360d951e9b11be4ef73260 | [
"Apache-2.0"
] | 11 | 2016-10-13T10:09:55.000Z | 2019-06-13T08:49:11.000Z | irohad/multi_sig_transactions/storage/impl/mst_storage.cpp | akshatkarani/iroha | 5acef9dd74720c6185360d951e9b11be4ef73260 | [
"Apache-2.0"
] | 4 | 2016-09-27T13:18:28.000Z | 2019-08-05T20:47:15.000Z | /**
* Copyright Soramitsu Co., Ltd. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
#include <utility>
#include "multi_sig_transactions/storage/mst_storage.hpp"
namespace iroha {
MstStorage::MstStorage(logger::LoggerPtr log) : log_{std::move(log)} {}
StateUpdateResult MstStorage::apply(
c... | 30.255319 | 73 | 0.729958 | akshatkarani |