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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a81f3ca70129d56bffeb8935792a124c684ec6ac | 1,843 | cpp | C++ | aws-cpp-sdk-panorama/source/model/DeviceJob.cpp | perfectrecall/aws-sdk-cpp | fb8cbebf2fd62720b65aeff841ad2950e73d8ebd | [
"Apache-2.0"
] | 1 | 2022-02-12T08:09:30.000Z | 2022-02-12T08:09:30.000Z | aws-cpp-sdk-panorama/source/model/DeviceJob.cpp | perfectrecall/aws-sdk-cpp | fb8cbebf2fd62720b65aeff841ad2950e73d8ebd | [
"Apache-2.0"
] | 1 | 2022-01-03T23:59:37.000Z | 2022-01-03T23:59:37.000Z | aws-cpp-sdk-panorama/source/model/DeviceJob.cpp | ravindra-wagh/aws-sdk-cpp | 7d5ff01b3c3b872f31ca98fb4ce868cd01e97696 | [
"Apache-2.0"
] | 1 | 2021-12-30T04:25:33.000Z | 2021-12-30T04:25:33.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/panorama/model/DeviceJob.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::Utils::Json;
using namespace Aws::Utils;
namespace Aws
{
namespace ... | 17.721154 | 77 | 0.70917 | perfectrecall |
a8200cccdc58efc76027c54efedc19330aa29a5f | 4,849 | hpp | C++ | dsp/GMS_32f_64f_add_64f_avx.hpp | erglabs/Guided-Missile-Modeling-Simulation | b4e53fc8b66897d7c5e054542c42496f3aff6a73 | [
"MIT"
] | 12 | 2019-12-01T01:47:49.000Z | 2022-03-29T09:24:07.000Z | dsp/GMS_32f_64f_add_64f_avx.hpp | erglabs/Guided-Missile-Modeling-Simulation | b4e53fc8b66897d7c5e054542c42496f3aff6a73 | [
"MIT"
] | 2 | 2020-07-27T13:38:55.000Z | 2020-12-17T16:28:27.000Z | dsp/GMS_32f_64f_add_64f_avx.hpp | erglabs/Guided-Missile-Modeling-Simulation | b4e53fc8b66897d7c5e054542c42496f3aff6a73 | [
"MIT"
] | 7 | 2020-12-14T03:26:13.000Z | 2022-03-20T19:32:38.000Z |
#ifndef __GMS_32F_64F_ADD_64F_AVX_HPP__
#define __GMS_32F_64F_ADD_64F_AVX_HPP__
/*
Based on VOLK project.
Modified by Bernard Gingold on:
Date: 12-12-2020 5:17PM +00200
contact: beniekg@gmail.com
Few modification were added to original
implementation (ICC pragmas, alignment directives and c... | 34.635714 | 82 | 0.591875 | erglabs |
a82071acc70b8f5a49155150019bdfadef7d850c | 10,724 | cpp | C++ | main/renderer/Renderer2D.cpp | James51332/Papaya | 05c8216e5525f1ec7ca3e12c18d338c5929a4e16 | [
"Apache-2.0"
] | 2 | 2021-02-03T22:13:24.000Z | 2021-07-15T14:43:27.000Z | main/renderer/Renderer2D.cpp | James51332/Papaya | 05c8216e5525f1ec7ca3e12c18d338c5929a4e16 | [
"Apache-2.0"
] | null | null | null | main/renderer/Renderer2D.cpp | James51332/Papaya | 05c8216e5525f1ec7ca3e12c18d338c5929a4e16 | [
"Apache-2.0"
] | null | null | null | #include "papayapch.h"
#include "Renderer2D.h"
#include "Buffer.h"
#include "BufferLayout.h"
#include "PipelineState.h"
#include "RenderCommand.h"
#include <glm/matrix.hpp>
#include <glm/vec4.hpp>
#include <glm/vec3.hpp>
#include <glm/vec2.hpp>
// Based of TheCherno/Hazel's Renderer2D
namespace Papaya
{
struc... | 33.4081 | 134 | 0.663372 | James51332 |
a8207aa5629e7d98791cee5bbf3bd07a25ca4f1b | 2,341 | cpp | C++ | keyvi/3rdparty/tpie/apps/rtree/ascii2stream.cpp | remusao/keyvi | 7ea51e4ae94d355c677cce349a1c17290f24252c | [
"Apache-2.0"
] | 147 | 2015-10-06T19:10:01.000Z | 2021-08-19T07:52:02.000Z | keyvi/3rdparty/tpie/apps/rtree/ascii2stream.cpp | remusao/keyvi | 7ea51e4ae94d355c677cce349a1c17290f24252c | [
"Apache-2.0"
] | 148 | 2015-10-06T09:24:56.000Z | 2018-12-08T08:42:54.000Z | keyvi/3rdparty/tpie/apps/rtree/ascii2stream.cpp | remusao/keyvi | 7ea51e4ae94d355c677cce349a1c17290f24252c | [
"Apache-2.0"
] | 34 | 2015-10-09T06:55:52.000Z | 2021-01-05T18:43:57.000Z | // -*- mode: c++; tab-width: 4; indent-tabs-mode: t; c-file-style: "stroustrup"; -*-
// vi:set ts=4 sts=4 sw=4 noet :
// Copyright 2008, The TPIE development team
//
// This file is part of TPIE.
//
// TPIE is free software: you can redistribute it and/or modify it under
// the terms of the GNU Lesser General Public ... | 29.2625 | 84 | 0.65613 | remusao |
a82130a1a114047c563d6904e3e35fead40189d4 | 1,329 | cpp | C++ | model/manufacturedhome.cpp | rdffg/bcaa_importer | f92e0b39673b5c557540154d4567c53a15adadcd | [
"Apache-2.0"
] | null | null | null | model/manufacturedhome.cpp | rdffg/bcaa_importer | f92e0b39673b5c557540154d4567c53a15adadcd | [
"Apache-2.0"
] | 2 | 2019-05-07T22:49:31.000Z | 2021-08-20T20:03:53.000Z | model/manufacturedhome.cpp | rdffg/bcaa_importer | f92e0b39673b5c557540154d4567c53a15adadcd | [
"Apache-2.0"
] | null | null | null | #include "manufacturedhome.h"
using namespace model;
ManufacturedHome::ManufacturedHome(QObject *parent) : QDjangoModel(parent)
{
}
QString ManufacturedHome::mhRegistryNumber() const
{
return m_mhRegistryNumber;
}
void ManufacturedHome::setMhRegistryNumber(const QString &mhRegistryNumber)
{
m_mhRegistryNumb... | 18.205479 | 75 | 0.751693 | rdffg |
a82169ee2cd31926a9068d740b592d11f6bfcb69 | 10,662 | cpp | C++ | src/DemoLayout.cpp | StoneDemo1995/GraduationProject | 89cc28487cb79e449f37d21d430c10c07a9f06a9 | [
"MIT"
] | null | null | null | src/DemoLayout.cpp | StoneDemo1995/GraduationProject | 89cc28487cb79e449f37d21d430c10c07a9f06a9 | [
"MIT"
] | null | null | null | src/DemoLayout.cpp | StoneDemo1995/GraduationProject | 89cc28487cb79e449f37d21d430c10c07a9f06a9 | [
"MIT"
] | null | null | null | #include "DemoLayout.h"
DemoLayout::DemoLayout()
{
demoTemp = new DemoTemplate();
}
DemoLayout::~DemoLayout()
{
}
void DemoLayout::BeginLayout(float width, float height, BaseMaterial *m, Results *r)
{
material = m;
results = r;
results->SetResult("layoutMethod : DemoLayout");
ofxCvGrayscaleImage tempSMap(mat... | 23.228758 | 130 | 0.643875 | StoneDemo1995 |
a821981998d22926a2316b981cd661668c5fbc7a | 951 | cpp | C++ | math/hafnian_of_matrix/sol/naive.cpp | tko919/library-checker-problems | 007a3ef79d1a1824e68545ab326d1523d9c05262 | [
"Apache-2.0"
] | 290 | 2019-06-06T22:20:36.000Z | 2022-03-27T12:45:04.000Z | math/hafnian_of_matrix/sol/naive.cpp | tko919/library-checker-problems | 007a3ef79d1a1824e68545ab326d1523d9c05262 | [
"Apache-2.0"
] | 536 | 2019-06-06T18:25:36.000Z | 2022-03-29T11:46:36.000Z | math/hafnian_of_matrix/sol/naive.cpp | tko919/library-checker-problems | 007a3ef79d1a1824e68545ab326d1523d9c05262 | [
"Apache-2.0"
] | 82 | 2019-06-06T18:17:55.000Z | 2022-03-21T07:40:31.000Z | #include <algorithm>
#include <cassert>
#include <cstdio>
#include <numeric>
#include <vector>
using i64 = long long;
constexpr i64 MOD = 998244353;
int main() {
int n;
std::scanf("%d", &n);
assert(n <= 11);
std::vector<std::vector<i64>> a(n, std::vector<i64>(n));
for (auto &v : a) {
for (i64 &e : v) {... | 18.647059 | 58 | 0.460568 | tko919 |
a8219e5210633bc568327e322fb861d5d0129563 | 1,091 | cc | C++ | template-prime.cc | mpolacek/goo | 74efae79e4ada9bff6c0b00d28b729ac4db2a066 | [
"MIT"
] | 1 | 2020-12-05T00:41:11.000Z | 2020-12-05T00:41:11.000Z | template-prime.cc | mpolacek/goo | 74efae79e4ada9bff6c0b00d28b729ac4db2a066 | [
"MIT"
] | null | null | null | template-prime.cc | mpolacek/goo | 74efae79e4ada9bff6c0b00d28b729ac4db2a066 | [
"MIT"
] | null | null | null | // Compute prime_p at compile time using templates.
template<unsigned int P, unsigned int D>
struct do_prime {
static constexpr bool value = (P % D) && do_prime<P, D - 1>::value;
};
template<unsigned int P>
struct do_prime<P, 2> {
static constexpr bool value = (P % 2 != 0);
};
template<unsigned int P>
struct pri... | 27.974359 | 69 | 0.716774 | mpolacek |
a822b98bc6a9292a3673bcf7d9f957c5d4a734ed | 2,975 | cpp | C++ | inference-engine/tests/functional/plugin/cpu/shared_tests_instances/low_precision_transformations/permute_transformation.cpp | shre2398/openvino | f84a6d97ace26b75ae9d852525a997cbaba32e6a | [
"Apache-2.0"
] | 2 | 2021-02-26T15:46:19.000Z | 2021-05-16T20:48:13.000Z | inference-engine/tests/functional/plugin/cpu/shared_tests_instances/low_precision_transformations/permute_transformation.cpp | shre2398/openvino | f84a6d97ace26b75ae9d852525a997cbaba32e6a | [
"Apache-2.0"
] | 1 | 2020-12-22T05:01:12.000Z | 2020-12-23T09:49:43.000Z | inference-engine/tests/functional/plugin/cpu/shared_tests_instances/low_precision_transformations/permute_transformation.cpp | shre2398/openvino | f84a6d97ace26b75ae9d852525a997cbaba32e6a | [
"Apache-2.0"
] | null | null | null | // Copyright (C) 2020 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#include <vector>
#include "low_precision_transformations/permute_transformation.hpp"
#include "common_test_utils/test_constants.hpp"
using namespace LayerTestsDefinitions;
namespace {
const std::vector<InferenceEngine::Precision> net... | 25.42735 | 78 | 0.471933 | shre2398 |
a824d26761c4d2cb711b177618402e27f85451ea | 7,652 | inl | C++ | components/media/geometry/include/media/geometry/detail/vertex.inl | untgames/funner | c91614cda55fd00f5631d2bd11c4ab91f53573a3 | [
"MIT"
] | 7 | 2016-03-30T17:00:39.000Z | 2017-03-27T16:04:04.000Z | components/media/geometry/include/media/geometry/detail/vertex.inl | untgames/Funner | c91614cda55fd00f5631d2bd11c4ab91f53573a3 | [
"MIT"
] | 4 | 2017-11-21T11:25:49.000Z | 2018-09-20T17:59:27.000Z | components/media/geometry/include/media/geometry/detail/vertex.inl | untgames/Funner | c91614cda55fd00f5631d2bd11c4ab91f53573a3 | [
"MIT"
] | 4 | 2016-11-29T15:18:40.000Z | 2017-03-27T16:04:08.000Z | namespace detail
{
/*
Определение идентификатора типа
*/
template <VertexAttributeType in_value> struct attribute_type_helper
{
static const VertexAttributeType value = in_value;
};
template <class T> struct attribute_type;
template <> struct attribute_type<math::vector<float, 2> > : pub... | 37.881188 | 167 | 0.720727 | untgames |
a82586ba42eb4c62f9cff417c87cfb556203a9c4 | 2,959 | cpp | C++ | benchmarks/Automatic_unroll/conv/conv2/conv_tiramisu0.cpp | AsmaBALAMANE/tiramisu | 73f9995f1e77e6adbbadda8f7dca1cb349c73eb1 | [
"MIT"
] | null | null | null | benchmarks/Automatic_unroll/conv/conv2/conv_tiramisu0.cpp | AsmaBALAMANE/tiramisu | 73f9995f1e77e6adbbadda8f7dca1cb349c73eb1 | [
"MIT"
] | null | null | null | benchmarks/Automatic_unroll/conv/conv2/conv_tiramisu0.cpp | AsmaBALAMANE/tiramisu | 73f9995f1e77e6adbbadda8f7dca1cb349c73eb1 | [
"MIT"
] | null | null | null | #include <tiramisu/tiramisu.h>
#include "config.h"
#include "unrol_explor.h"
using namespace tiramisu;
int main(int argc, char **argv){
tiramisu::init("conv_tiramisu");
// parameters
// N: parameters[0]
// K: parameters[1]
// FIn: parameters[2]
// FOut: parameters[3]
// BATCH_SIZE: paramet... | 38.934211 | 152 | 0.636026 | AsmaBALAMANE |
a829bf1a0ef83d836a3b8ca92c309027c6f7bf5c | 87 | hpp | C++ | addons/main/script_macros.hpp | diwako/fparma-mods | 18ab07b633307e0c614f449d2ca0f45c07a3687a | [
"MIT"
] | null | null | null | addons/main/script_macros.hpp | diwako/fparma-mods | 18ab07b633307e0c614f449d2ca0f45c07a3687a | [
"MIT"
] | null | null | null | addons/main/script_macros.hpp | diwako/fparma-mods | 18ab07b633307e0c614f449d2ca0f45c07a3687a | [
"MIT"
] | null | null | null | #include "\z\ace\addons\main\script_macros.hpp"
#define FP_SETTINGS "FPARMA Settings"
| 21.75 | 47 | 0.781609 | diwako |
a82cf7c14cb0d7adf79b1ff762b5d2408d0efe24 | 2,492 | hpp | C++ | Source/LuVector_Op.hpp | RedBlight/LoopUnrolledVector | bc73dfc24a3d5b438c596b14b2b43deee295d9ea | [
"Unlicense"
] | 1 | 2019-05-01T07:05:26.000Z | 2019-05-01T07:05:26.000Z | Source/LuVector_Op.hpp | RedBlight/LoopUnrolledVector | bc73dfc24a3d5b438c596b14b2b43deee295d9ea | [
"Unlicense"
] | null | null | null | Source/LuVector_Op.hpp | RedBlight/LoopUnrolledVector | bc73dfc24a3d5b438c596b14b2b43deee295d9ea | [
"Unlicense"
] | null | null | null | #ifndef LU_VECTOR_OP_INCLUDED
#define LU_VECTOR_OP_INCLUDED
#include "LuVector.hpp"
namespace LUV
{
//////////////////////////////////////////////////////////////
// TEMPLATE LOOP INDEX VARIABLE
//////////////////////////////////////////////////////////////
template< size_t N >
struct LOOP_INDEX
{
};
//////... | 19.46875 | 128 | 0.477127 | RedBlight |
a82e7d40c1452cf759c656cd8511591fe09238fa | 6,650 | hh | C++ | gazebo/rendering/CustomPSSMShadowCameraSetup.hh | traversaro/gazebo | 6fd426b3949c4ca73fa126cde68f5cc4a59522eb | [
"ECL-2.0",
"Apache-2.0"
] | 887 | 2020-04-18T08:43:06.000Z | 2022-03-31T11:58:50.000Z | gazebo/rendering/CustomPSSMShadowCameraSetup.hh | traversaro/gazebo | 6fd426b3949c4ca73fa126cde68f5cc4a59522eb | [
"ECL-2.0",
"Apache-2.0"
] | 462 | 2020-04-21T21:59:19.000Z | 2022-03-31T23:23:21.000Z | gazebo/rendering/CustomPSSMShadowCameraSetup.hh | traversaro/gazebo | 6fd426b3949c4ca73fa126cde68f5cc4a59522eb | [
"ECL-2.0",
"Apache-2.0"
] | 421 | 2020-04-21T09:13:03.000Z | 2022-03-30T02:22:01.000Z | /*
* Copyright (C) 2017 Open Source Robotics Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | 41.049383 | 79 | 0.692331 | traversaro |
a82f5c93846f29b8dd3e60fdfe7d6e2e5cfc75f0 | 3,848 | cpp | C++ | Cocos2dx-3x/PhotoExample/cocos2d/tests/cpp-tests/Classes/UITest/CocoStudioGUITest/CustomGUIScene.cpp | ezibyte/EziSocial-PhotoExample | 12818880696d3f76ffd5b66646bab21fa3619821 | [
"Apache-2.0"
] | null | null | null | Cocos2dx-3x/PhotoExample/cocos2d/tests/cpp-tests/Classes/UITest/CocoStudioGUITest/CustomGUIScene.cpp | ezibyte/EziSocial-PhotoExample | 12818880696d3f76ffd5b66646bab21fa3619821 | [
"Apache-2.0"
] | null | null | null | Cocos2dx-3x/PhotoExample/cocos2d/tests/cpp-tests/Classes/UITest/CocoStudioGUITest/CustomGUIScene.cpp | ezibyte/EziSocial-PhotoExample | 12818880696d3f76ffd5b66646bab21fa3619821 | [
"Apache-2.0"
] | null | null | null |
#include "CustomGUIScene.h"
#include "CocoStudioGUITest.h"
#include "CustomTest/CustomImageTest/CustomImageTest.h"
#include "CustomTest/CustomParticleWidgetTest/CustomParticleWidgetTest.h"
enum
{
LINE_SPACE = 40,
kItemTagBasic = 1000,
};
static struct
{
const char *name;
std::function<void(Ref* sender)> ... | 26 | 115 | 0.612786 | ezibyte |
a8303192fd5d884a88735d9f0c701e3b7b9ad7cc | 1,721 | cpp | C++ | src/Native/win/WinApp.cpp | omega-graphics/omega-wtk-project | d21234863337ad749d839ceac02241615b85fc4d | [
"Apache-2.0"
] | 1 | 2022-01-27T18:52:20.000Z | 2022-01-27T18:52:20.000Z | src/Native/win/WinApp.cpp | omega-graphics/omega-wtk-project | d21234863337ad749d839ceac02241615b85fc4d | [
"Apache-2.0"
] | null | null | null | src/Native/win/WinApp.cpp | omega-graphics/omega-wtk-project | d21234863337ad749d839ceac02241615b85fc4d | [
"Apache-2.0"
] | null | null | null | #include "omegaWTK/Native/NativeApp.h"
#include <Windows.h>
#include <PathCch.h>
#include <atlstr.h>
#include <string>
#include <io.h>
#include <fcntl.h>
#include "HWNDFactory.h"
#pragma comment(lib, "runtimeobject.lib")
#pragma comment(lib, "pathcch.lib")
namespace OmegaWTK::Native::Win {
class WinApp : public ... | 26.890625 | 95 | 0.53283 | omega-graphics |
a830337a6be6aae78f8890b9bb1961f0a40c32bf | 21,868 | cc | C++ | content/browser/presentation/presentation_service_impl.cc | chromium/chromium | df46e572c3449a4b108d6e02fbe4f6d24cf98381 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 14,668 | 2015-01-01T01:57:10.000Z | 2022-03-31T23:33:32.000Z | content/browser/presentation/presentation_service_impl.cc | chromium/chromium | df46e572c3449a4b108d6e02fbe4f6d24cf98381 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 86 | 2015-10-21T13:02:42.000Z | 2022-03-14T07:50:50.000Z | content/browser/presentation/presentation_service_impl.cc | chromium/chromium | df46e572c3449a4b108d6e02fbe4f6d24cf98381 | [
"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 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 "content/browser/presentation/presentation_service_impl.h"
#include <stddef.h>
#include <stdint.h>
#include <algorithm>
#include <memory>
#incl... | 37.768566 | 80 | 0.74968 | chromium |
a8303912771e66fa1e64ef30da653c7f688810df | 2,138 | cpp | C++ | libvast/test/bloom_filter_synopsis.cpp | laozhudetui/vast | 3b41c8ef62df19f7e950d27e87ca9267c261706f | [
"BSD-3-Clause"
] | null | null | null | libvast/test/bloom_filter_synopsis.cpp | laozhudetui/vast | 3b41c8ef62df19f7e950d27e87ca9267c261706f | [
"BSD-3-Clause"
] | 8 | 2021-10-15T09:12:56.000Z | 2022-03-04T09:16:06.000Z | libvast/test/bloom_filter_synopsis.cpp | laozhudetui/vast | 3b41c8ef62df19f7e950d27e87ca9267c261706f | [
"BSD-3-Clause"
] | null | null | null | // _ _____ __________
// | | / / _ | / __/_ __/ Visibility
// | |/ / __ |_\ \ / / Across
// |___/_/ |_/___/ /_/ Space and Time
//
// SPDX-FileCopyrightText: (c) 2020 The VAST Contributors
// SPDX-License-Identifier: BSD-3-Clause
#define SUITE bloom_filter_synopsis
#include "vast/bloo... | 33.40625 | 79 | 0.649673 | laozhudetui |
a830793ae83e7703c2fc8c0e5ed4287b9175794a | 8,584 | cpp | C++ | src/filters/inflation.cpp | mitre/mitre_fast_layered_map | f5c807b0fa620991f6061ae05cec1331ca6cac4c | [
"Apache-2.0"
] | 2 | 2021-07-06T03:05:48.000Z | 2021-12-02T19:50:45.000Z | src/filters/inflation.cpp | mitre/t_mapping | f5c807b0fa620991f6061ae05cec1331ca6cac4c | [
"Apache-2.0"
] | null | null | null | src/filters/inflation.cpp | mitre/t_mapping | f5c807b0fa620991f6061ae05cec1331ca6cac4c | [
"Apache-2.0"
] | 4 | 2020-11-17T15:25:40.000Z | 2021-02-02T15:50:51.000Z | /**
* @file inflation.cpp
* @brief Filter implementation for inflating area surrounding obstacles
* @author Trevor Bostic
*/
#include "filters.hpp"
#include <ros/ros.h>
#include <grid_map_core/grid_map_core.hpp>
#include <pluginlib/class_list_macros.hpp>
namespace mitre_fast_layered_map
{
Inflation::Inflation()
... | 32.888889 | 119 | 0.585391 | mitre |
a8353a4892ea58fc90c48473b7e4cf2a52fc3032 | 10,777 | cpp | C++ | test/EnergyEfficientAgentTest.cpp | alawibaba/geopm | dc5dd54cf260b0b51d517bb50d1ba5db9e013c71 | [
"BSD-3-Clause"
] | null | null | null | test/EnergyEfficientAgentTest.cpp | alawibaba/geopm | dc5dd54cf260b0b51d517bb50d1ba5db9e013c71 | [
"BSD-3-Clause"
] | null | null | null | test/EnergyEfficientAgentTest.cpp | alawibaba/geopm | dc5dd54cf260b0b51d517bb50d1ba5db9e013c71 | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (c) 2015, 2016, 2017, 2018, Intel Corporation
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list o... | 39.914815 | 112 | 0.684513 | alawibaba |
a8384437b63718e5aeb30cacecd161c4dbc16a0c | 238 | cpp | C++ | leetcode/AC/Easy/palindrome-number.cpp | AHJenin/acm-type-problems | e2a6d58fe8872ceaed822f5ee8911bfc173c6192 | [
"MIT"
] | 4 | 2018-05-17T08:37:53.000Z | 2018-06-08T18:47:21.000Z | leetcode/AC/Easy/palindrome-number.cpp | arafat-hasan/acm-type-problems | e2a6d58fe8872ceaed822f5ee8911bfc173c6192 | [
"MIT"
] | null | null | null | leetcode/AC/Easy/palindrome-number.cpp | arafat-hasan/acm-type-problems | e2a6d58fe8872ceaed822f5ee8911bfc173c6192 | [
"MIT"
] | null | null | null | class Solution {
public:
bool isPalindrome(int x) {
if(x < 0) return false;
long long tmp = x, rev = 0;
while(tmp > 0){
rev = rev * 10 + tmp % 10;
tmp /= 10;
}
return rev == x;
}
};
| 18.307692 | 34 | 0.44958 | AHJenin |
a8387378e02adccb52578b993fe3d12e708449ec | 1,276 | cc | C++ | chrome/browser/media/unified_autoplay_config.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 | chrome/browser/media/unified_autoplay_config.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 | chrome/browser/media/unified_autoplay_config.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 2018 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/media/unified_autoplay_config.h"
#include "chrome/browser/content_settings/host_content_settings_map_factory.h"
#include "chrome... | 38.666667 | 79 | 0.80094 | zealoussnow |
a8395ed38328f13fa79367981396aa5442502515 | 5,071 | ipp | C++ | merge/messages.ipp | zauguin/i18n-cpp | 3c9eaafe5e956b2e98cfd2f3c8f508420ff0f52c | [
"MIT"
] | 21 | 2021-08-22T15:02:21.000Z | 2022-02-11T01:57:18.000Z | merge/messages.ipp | zauguin/i18n-cpp | 3c9eaafe5e956b2e98cfd2f3c8f508420ff0f52c | [
"MIT"
] | 5 | 2021-08-23T04:13:07.000Z | 2022-03-17T09:10:55.000Z | merge/messages.ipp | zauguin/i18n-cpp | 3c9eaafe5e956b2e98cfd2f3c8f508420ff0f52c | [
"MIT"
] | 5 | 2021-08-23T08:14:59.000Z | 2022-03-02T20:29:20.000Z | #include "messages.hpp"
#include <boost/spirit/home/x3/support/utility/annotate_on_success.hpp>
#include <boost/spirit/home/x3/support/utility/error_reporting.hpp>
#include <cstring>
namespace client {
namespace parser {
namespace x3 = boost::spirit::x3;
namespace ascii = x3::ascii;
using x3::uint_, x3::lit, x3:... | 40.568 | 100 | 0.616446 | zauguin |
a83cdb00bc565d4178118c1cbd9fdbc47ad47a81 | 1,945 | cpp | C++ | src/PE/resources/ResourceStringTable.cpp | rafael-santiago/LIEF | f230094d5877dd63d40915dc944c53c2a4be5ed9 | [
"Apache-2.0"
] | 1 | 2022-02-26T00:28:52.000Z | 2022-02-26T00:28:52.000Z | src/PE/resources/ResourceStringTable.cpp | rafael-santiago/LIEF | f230094d5877dd63d40915dc944c53c2a4be5ed9 | [
"Apache-2.0"
] | null | null | null | src/PE/resources/ResourceStringTable.cpp | rafael-santiago/LIEF | f230094d5877dd63d40915dc944c53c2a4be5ed9 | [
"Apache-2.0"
] | null | null | null | /* Copyright 2017 - 2022 R. Thomas
* Copyright 2017 - 2022 Quarkslab
* Copyright 2017 - 2021 K. Nakagawa
*
* 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/... | 26.283784 | 90 | 0.735733 | rafael-santiago |
a840b7ca99b4b2b135e52f6e27b1b6b8f0c10a01 | 927 | cpp | C++ | old-unit-tests/string/SA-generator.cpp | deadpool2794/Cp | 26eab96ef8ea336615fa8d6fadaa8e4d7d6f3a3c | [
"MIT"
] | 152 | 2019-04-09T18:26:41.000Z | 2022-03-20T23:19:41.000Z | old-unit-tests/string/SA-generator.cpp | deadpool2794/Cp | 26eab96ef8ea336615fa8d6fadaa8e4d7d6f3a3c | [
"MIT"
] | 1 | 2020-12-29T03:02:22.000Z | 2020-12-29T03:02:22.000Z | old-unit-tests/string/SA-generator.cpp | deadpool2794/Cp | 26eab96ef8ea336615fa8d6fadaa8e4d7d6f3a3c | [
"MIT"
] | 36 | 2019-11-28T09:27:01.000Z | 2022-03-10T18:22:13.000Z | //Solution by lukasP (Lukáš Poláček)
#include <iostream>
#include <vector>
#include <string>
#include <set>
#include <map>
#include <algorithm>
#include <sstream>
#include <queue>
#include <bitset>
#include <utility>
#include <list>
#include <numeric>
#include <fstream>
#include <cstdio>
#include <cmath>
#include <cct... | 19.3125 | 46 | 0.543689 | deadpool2794 |
61b338f9a39dad74b1dd8e4d6912c52ee12968db | 1,531 | cpp | C++ | examples/strategy/cpp/src/demo_strategy.cpp | yunnant/kungfu | 03dba19c922a5950068bd2d223488b8543ad8dd1 | [
"Apache-2.0"
] | 2,209 | 2017-11-15T07:51:14.000Z | 2021-01-19T03:16:48.000Z | examples/strategy/cpp/src/demo_strategy.cpp | yunnant/kungfu | 03dba19c922a5950068bd2d223488b8543ad8dd1 | [
"Apache-2.0"
] | 45 | 2017-11-16T04:38:51.000Z | 2021-01-18T22:20:33.000Z | examples/strategy/cpp/src/demo_strategy.cpp | yunnant/kungfu | 03dba19c922a5950068bd2d223488b8543ad8dd1 | [
"Apache-2.0"
] | 889 | 2017-11-15T08:04:38.000Z | 2021-01-16T12:41:25.000Z | //
// Created by Keren Dong on 2019-09-06.
//
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include <kungfu/yijinjing/log/setup.h>
#include <kungfu/wingchun/msg.h>
#include <kungfu/wingchun/strategy/context.h>
#include <kungfu/wingchun/strategy/strategy.h>
namespace py = pybind11;
using namespace kungf... | 27.836364 | 84 | 0.676682 | yunnant |
61b44e967775a048f1eec91331be5781303d2f9f | 916 | cpp | C++ | Dev/unitTest_Engine_cpp_gtest/Graphics/PostEffect/PostEffectGrayScale.cpp | GCLemon/Altseed | b525740d64001aaed673552eb4ba3e98a321fcdf | [
"FTL"
] | 37 | 2015-07-12T14:21:03.000Z | 2020-10-17T03:08:17.000Z | Dev/unitTest_Engine_cpp_gtest/Graphics/PostEffect/PostEffectGrayScale.cpp | GCLemon/Altseed | b525740d64001aaed673552eb4ba3e98a321fcdf | [
"FTL"
] | 91 | 2015-06-14T10:47:22.000Z | 2020-06-29T18:05:21.000Z | Dev/unitTest_Engine_cpp_gtest/Graphics/PostEffect/PostEffectGrayScale.cpp | GCLemon/Altseed | b525740d64001aaed673552eb4ba3e98a321fcdf | [
"FTL"
] | 14 | 2015-07-13T04:15:20.000Z | 2021-09-30T01:34:51.000Z | #include <Altseed.h>
#include <gtest/gtest.h>
#include <memory>
#include "../../EngineTest.h"
class Graphics_PostEffectGrayScale : public EngineTest
{
public:
float intensity;
Graphics_PostEffectGrayScale(bool isOpenGLMode) :
EngineTest(asd::ToAString("PostEffectGrayScale"), isOpenGLMode, 10)
{}
protected:
voi... | 24.756757 | 88 | 0.718341 | GCLemon |
61b542d0f3e6dcf0ba41713b13a47cafca5905d5 | 4,752 | cpp | C++ | ChemistryLib/CreatePhreeqcIO.cpp | MManicaM/ogs | 6d5ee002f7ac1d046b34655851b98907d5b8cc4f | [
"BSD-4-Clause"
] | null | null | null | ChemistryLib/CreatePhreeqcIO.cpp | MManicaM/ogs | 6d5ee002f7ac1d046b34655851b98907d5b8cc4f | [
"BSD-4-Clause"
] | null | null | null | ChemistryLib/CreatePhreeqcIO.cpp | MManicaM/ogs | 6d5ee002f7ac1d046b34655851b98907d5b8cc4f | [
"BSD-4-Clause"
] | null | null | null | /**
* \copyright
* Copyright (c) 2012-2019, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*
*/
#include "BaseLib/ConfigTreeUtil.h"
#include "Base... | 38.322581 | 80 | 0.698443 | MManicaM |
61b5b30831302b611fa382e195e9f538a695c2e3 | 1,821 | hpp | C++ | sprout/tpp/algorithm/min_element.hpp | EzoeRyou/Sprout | 12e12373d0f70543eac5f2ecfbec8f5112765f98 | [
"BSL-1.0"
] | 1 | 2016-09-29T21:55:58.000Z | 2016-09-29T21:55:58.000Z | sprout/tpp/algorithm/min_element.hpp | EzoeRyou/Sprout | 12e12373d0f70543eac5f2ecfbec8f5112765f98 | [
"BSL-1.0"
] | null | null | null | sprout/tpp/algorithm/min_element.hpp | EzoeRyou/Sprout | 12e12373d0f70543eac5f2ecfbec8f5112765f98 | [
"BSL-1.0"
] | null | null | null | /*=============================================================================
Copyright (c) 2011-2014 Bolero MURAKAMI
https://github.com/bolero-MURAKAMI/Sprout
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.tx... | 35.705882 | 128 | 0.635365 | EzoeRyou |
61b7006f5d199787084317f30a505f1ab48aebb4 | 479 | hpp | C++ | PluginTray/Source/Images.hpp | FFFF0h/audiogridder | 672288f910ce06505910a742126643e816d5963b | [
"MIT"
] | 551 | 2020-04-22T22:29:46.000Z | 2022-03-30T00:09:40.000Z | PluginTray/Source/Images.hpp | FFFF0h/audiogridder | 672288f910ce06505910a742126643e816d5963b | [
"MIT"
] | 343 | 2020-04-24T00:27:25.000Z | 2022-03-28T13:58:08.000Z | PluginTray/Source/Images.hpp | FFFF0h/audiogridder | 672288f910ce06505910a742126643e816d5963b | [
"MIT"
] | 71 | 2020-04-23T15:22:17.000Z | 2022-03-23T08:31:23.000Z | /*
* Copyright (c) 2021 Andreas Pohl
* Licensed under MIT (https://github.com/apohl79/audiogridder/blob/master/COPYING)
*
* Author: Andreas Pohl
*/
#ifndef Images_hpp
#define Images_hpp
#include <JuceHeader.h>
class Images {
public:
static const char* tray_png;
static const int tray_pngSize;
stati... | 19.958333 | 83 | 0.716075 | FFFF0h |
61bc6adaf59f5eccf2a1b72e778cbdc08cec912f | 2,840 | cpp | C++ | term7/saio/saio/pajiloi_traveler/main.cpp | japanese-goblinn/labs | 47f5d59d28faf62c82535856e138b5cb98159fd0 | [
"MIT"
] | null | null | null | term7/saio/saio/pajiloi_traveler/main.cpp | japanese-goblinn/labs | 47f5d59d28faf62c82535856e138b5cb98159fd0 | [
"MIT"
] | null | null | null | term7/saio/saio/pajiloi_traveler/main.cpp | japanese-goblinn/labs | 47f5d59d28faf62c82535856e138b5cb98159fd0 | [
"MIT"
] | 1 | 2021-10-11T08:30:48.000Z | 2021-10-11T08:30:48.000Z | //
// main.cpp
// pajiloi_traveler
//
// Created by Kirill on 12/16/20.
//
#include <iostream>
#include <vector>
#include <map>
#include <algorithm>
#include <climits>
using namespace std;
typedef long long LL;
typedef std::vector<LL> Vector;
typedef std::vector<std::vector<LL>> TwoDimensionalMatrix;
typedef std... | 30.537634 | 103 | 0.560563 | japanese-goblinn |
61bd41551f9a1c7bc6038925d8f9b6f1f49607da | 149,607 | cpp | C++ | SU2-Quantum/SU2_CFD/src/output/CFlowOutput.cpp | Agony5757/SU2-Quantum | 16e7708371a597511e1242f3a7581e8c4187f5b2 | [
"Apache-2.0"
] | null | null | null | SU2-Quantum/SU2_CFD/src/output/CFlowOutput.cpp | Agony5757/SU2-Quantum | 16e7708371a597511e1242f3a7581e8c4187f5b2 | [
"Apache-2.0"
] | null | null | null | SU2-Quantum/SU2_CFD/src/output/CFlowOutput.cpp | Agony5757/SU2-Quantum | 16e7708371a597511e1242f3a7581e8c4187f5b2 | [
"Apache-2.0"
] | 1 | 2021-12-03T06:40:08.000Z | 2021-12-03T06:40:08.000Z | /*!
* \file output_flow.cpp
* \brief Main subroutines for compressible flow output
* \author R. Sanchez
* \version 7.0.6 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
* The SU2 Project is maintained by the SU2 Foundation
* (http://su2foundation.org)
*
* Copyright 2012-2020, SU2 Contributor... | 50.765864 | 226 | 0.634489 | Agony5757 |
61be0dc34bd8eb491cc05bc3a7a7a968e659a320 | 688 | cpp | C++ | test/src/graph/min_cost_flow/min_cost_flow.test.cpp | suisen-cp/cp-library-cpp | 8fbbdcdbceb60f5adc56ff4740549ce3c1a1ea43 | [
"CC0-1.0"
] | 2 | 2021-10-04T15:46:56.000Z | 2022-01-14T19:28:43.000Z | test/src/graph/min_cost_flow/min_cost_flow.test.cpp | suisen-cp/cp-library-cpp | 8fbbdcdbceb60f5adc56ff4740549ce3c1a1ea43 | [
"CC0-1.0"
] | null | null | null | test/src/graph/min_cost_flow/min_cost_flow.test.cpp | suisen-cp/cp-library-cpp | 8fbbdcdbceb60f5adc56ff4740549ce3c1a1ea43 | [
"CC0-1.0"
] | null | null | null | #define PROBLEM "https://judge.u-aizu.ac.jp/onlinejudge/description.jsp?id=GRL_6_B"
#include <iostream>
#include "library/graph/min_cost_flow.hpp"
using namespace suisen;
int main() {
std::ios::sync_with_stdio(false);
std::cin.tie(nullptr);
int n, m, f;
std::cin >> n >> m >> f;
MinCostFlow<int,... | 24.571429 | 83 | 0.543605 | suisen-cp |
61bf4d9df0b231bf52b5a5681681feb38792e988 | 566 | cpp | C++ | Curso de C/Exercicio 027/exercicio 027.cpp | jonathan-lopes/Exercicios-em-C | 0ee4e6a850c511733cdf9eeca2ebb477739058fa | [
"MIT"
] | null | null | null | Curso de C/Exercicio 027/exercicio 027.cpp | jonathan-lopes/Exercicios-em-C | 0ee4e6a850c511733cdf9eeca2ebb477739058fa | [
"MIT"
] | null | null | null | Curso de C/Exercicio 027/exercicio 027.cpp | jonathan-lopes/Exercicios-em-C | 0ee4e6a850c511733cdf9eeca2ebb477739058fa | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <stdlib.h>
int main()
{
int numero, positivo, negativo, zero;
positivo = negativo = zero = 0;
for (int i = 0; i < 20; i++)
{
printf("Digite um valor: \n");
scanf_s("%d", &numero);
if (numero > 0)
{
positivo += numero;
}
else
{
if (numero < 0)
{
negativo... | 14.15 | 53 | 0.517668 | jonathan-lopes |
61c108a5ca04b37a528ae9d453b1b97b5ac02ae3 | 7,680 | cc | C++ | mars/comm/socket/udpclient.cc | 20150723/mars | 916f895d5d6c31a1f4720b189bb0a83e92e0161c | [
"Apache-2.0",
"BSD-2-Clause"
] | 325 | 2016-12-28T14:19:10.000Z | 2021-11-24T07:01:51.000Z | mars/comm/socket/udpclient.cc | wblzu/mars | 4396e753aee627a92b55ae7a1bc12b4d6f4f6445 | [
"Apache-2.0"
] | 2 | 2019-10-22T02:57:02.000Z | 2019-10-31T23:30:17.000Z | mars/comm/socket/udpclient.cc | pengjinning/mars | 227aff64a5b819555091a7d6eae6727701e9fff0 | [
"Apache-2.0",
"BSD-2-Clause"
] | 114 | 2016-12-28T14:36:15.000Z | 2021-12-08T09:05:50.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... | 27.137809 | 119 | 0.572266 | 20150723 |
61c256de16341f8c70aa83f18878c8c337a611fa | 167,965 | cpp | C++ | mysql-server/storage/ndb/src/kernel/blocks/thrman.cpp | silenc3502/MYSQL-Arch-Doc-Summary | fcc6bb65f72a385b9f56debc9b2c00cee5914bae | [
"MIT"
] | null | null | null | mysql-server/storage/ndb/src/kernel/blocks/thrman.cpp | silenc3502/MYSQL-Arch-Doc-Summary | fcc6bb65f72a385b9f56debc9b2c00cee5914bae | [
"MIT"
] | null | null | null | mysql-server/storage/ndb/src/kernel/blocks/thrman.cpp | silenc3502/MYSQL-Arch-Doc-Summary | fcc6bb65f72a385b9f56debc9b2c00cee5914bae | [
"MIT"
] | null | null | null | /*
Copyright (c) 2011, 2020 Oracle and/or its affiliates.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 2.0,
as published by the Free Software Foundation.
This program is also distributed with certain software (includi... | 31.877965 | 85 | 0.634477 | silenc3502 |
61c36e4a7f4a3a104fbc24ab6598f7c69eba2d6e | 1,088 | cpp | C++ | examples/pxScene2d/external/libnode-v6.9.0/deps/icu-small/source/common/pluralmap.cpp | madanagopaltcomcast/pxCore | c4a3a40a190521c8b6383d126c87612eca5b3c42 | [
"Apache-2.0"
] | 46 | 2017-09-07T14:59:22.000Z | 2020-10-31T20:34:12.000Z | examples/pxScene2d/external/libnode-v6.9.0/deps/icu-small/source/common/pluralmap.cpp | madanagopaltcomcast/pxCore | c4a3a40a190521c8b6383d126c87612eca5b3c42 | [
"Apache-2.0"
] | 1,432 | 2017-06-21T04:08:48.000Z | 2020-08-25T16:21:15.000Z | examples/pxScene2d/external/libnode-v6.9.0/deps/icu-small/source/common/pluralmap.cpp | madanagopaltcomcast/pxCore | c4a3a40a190521c8b6383d126c87612eca5b3c42 | [
"Apache-2.0"
] | 317 | 2017-06-20T19:57:17.000Z | 2020-09-16T10:28:30.000Z | /*
* Copyright (C) 2015, International Business Machines Corporation and
* others. All Rights Reserved.
*/
#include "unicode/unistr.h"
#include "charstr.h"
#include "cstring.h"
#include "pluralmap.h"
U_NAMESPACE_BEGIN
static const char * const gPluralForms[] = {
"other", "zero", "one", "two", "few", "many... | 25.904762 | 70 | 0.682904 | madanagopaltcomcast |
61c5872aab5d12e1793a1b27a8cd3b7235ed1b2e | 1,704 | hpp | C++ | hpx/lcos/barrier.hpp | Titzi90/hpx | 150fb0de1cfe40c26a722918097199147957b45c | [
"BSL-1.0"
] | null | null | null | hpx/lcos/barrier.hpp | Titzi90/hpx | 150fb0de1cfe40c26a722918097199147957b45c | [
"BSL-1.0"
] | null | null | null | hpx/lcos/barrier.hpp | Titzi90/hpx | 150fb0de1cfe40c26a722918097199147957b45c | [
"BSL-1.0"
] | null | null | null | // 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)
#if !defined(HPX_LCOS_BARRIER_MAR_10_2010_0307PM)
#define HPX_LCOS_BARRIER_MAR_10_2010_0307PM
#include <hpx/exception... | 27.934426 | 81 | 0.562793 | Titzi90 |
61c5e7d3809f13c99eef5ff602b871c6b31848eb | 323,260 | hxx | C++ | _skbuild/linux-x86_64-3.8/cmake-build/projects/biogears/biogears/schema/biogears/BioGearsPhysiology.hxx | vybhavramachandran/mophy | 7271c12b85a324a4f1494e0ce15942dc25bc4931 | [
"Apache-2.0"
] | null | null | null | _skbuild/linux-x86_64-3.8/cmake-build/projects/biogears/biogears/schema/biogears/BioGearsPhysiology.hxx | vybhavramachandran/mophy | 7271c12b85a324a4f1494e0ce15942dc25bc4931 | [
"Apache-2.0"
] | 5 | 2020-12-23T00:19:32.000Z | 2020-12-29T20:53:58.000Z | _skbuild/linux-x86_64-3.8/cmake-build/projects/biogears/biogears/schema/biogears/BioGearsPhysiology.hxx | vybhavramachandran/biogears-vybhav | 7271c12b85a324a4f1494e0ce15942dc25bc4931 | [
"Apache-2.0"
] | null | null | null | // Copyright (c) 2005-2014 Code Synthesis Tools CC
//
// This program was generated by CodeSynthesis XSD, an XML Schema to
// C++ data binding compiler.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Fre... | 33.564531 | 212 | 0.548416 | vybhavramachandran |
61c86c87d786df7f481b6de133202c0141998c0a | 939 | hpp | C++ | ZeroLibraries/SpatialPartition/DynamicAabbTreeBroadPhase.hpp | RachelWilSingh/ZeroCore | e9a2f82d395e5c89fb98eceac44ce60d016dbff3 | [
"MIT"
] | 52 | 2018-09-11T17:18:35.000Z | 2022-03-13T15:28:21.000Z | ZeroLibraries/SpatialPartition/DynamicAabbTreeBroadPhase.hpp | RachelWilSingh/ZeroCore | e9a2f82d395e5c89fb98eceac44ce60d016dbff3 | [
"MIT"
] | 1,409 | 2018-09-19T18:03:43.000Z | 2021-06-09T08:33:33.000Z | ZeroLibraries/SpatialPartition/DynamicAabbTreeBroadPhase.hpp | RachelWilSingh/ZeroCore | e9a2f82d395e5c89fb98eceac44ce60d016dbff3 | [
"MIT"
] | 26 | 2018-09-11T17:16:32.000Z | 2021-11-22T06:21:19.000Z | ///////////////////////////////////////////////////////////////////////////////
///
/// \file DynamicAabbTreeBroadPhase.hpp
/// Declaration of the DynamicAabbTreeBroadPhase class.
///
/// Authors: Joshua Davis
/// Copyright 2011, DigiPen Institute of Technology
///
/////////////////////////////////////////////... | 29.34375 | 80 | 0.619808 | RachelWilSingh |
61cda07ef3d4b0208115dc9ea8081202bc325f4d | 2,150 | cpp | C++ | proj.android/Photon-AndroidNDK_SDK/Demos/demo_memory/src/BaseView.cpp | h-iwata/MultiplayPaint | b170ec60bdda93c041ef59625ac2d6eba54d0335 | [
"MIT"
] | 1 | 2016-05-31T22:56:26.000Z | 2016-05-31T22:56:26.000Z | proj.ios_mac/Photon-iOS_SDK/Demos/demo_memory/src/BaseView.cpp | h-iwata/MultiplayPaint | b170ec60bdda93c041ef59625ac2d6eba54d0335 | [
"MIT"
] | null | null | null | proj.ios_mac/Photon-iOS_SDK/Demos/demo_memory/src/BaseView.cpp | h-iwata/MultiplayPaint | b170ec60bdda93c041ef59625ac2d6eba54d0335 | [
"MIT"
] | null | null | null | #include <stdarg.h>
#include <stdio.h>
#include "BaseView.h"
#ifdef _EG_ANDROID_PLATFORM
# include <android/log.h>
#endif
void BaseView::info(const char* format, ...)
{
fprintf(stdout, "INFO: ");
va_list argptr;
va_start(argptr, format);
vfprintf(stdout, format, argptr);
va_end(argptr);... | 23.11828 | 90 | 0.666512 | h-iwata |
61d0fff0c28e348382846f37ee6f2a7acfc7f1ab | 3,970 | inl | C++ | include/MEL/Daq/Detail/Output.inl | mahilab/MEL | b877b2ed9cd265b1ee3c1cc623a339ec1dc73185 | [
"Zlib"
] | 6 | 2018-09-14T05:07:03.000Z | 2021-09-30T17:15:11.000Z | include/MEL/Daq/Detail/Output.inl | mahilab/MEL | b877b2ed9cd265b1ee3c1cc623a339ec1dc73185 | [
"Zlib"
] | null | null | null | include/MEL/Daq/Detail/Output.inl | mahilab/MEL | b877b2ed9cd265b1ee3c1cc623a339ec1dc73185 | [
"Zlib"
] | 3 | 2018-09-20T00:58:31.000Z | 2022-02-09T06:02:56.000Z | namespace mel {
template <typename T>
Output<T>::Output() :
Module<T>(),
enable_values_(this),
disable_values_(this),
expire_values_(this)
{ }
template <typename T>
Output<T>::Output(const ChanNums& channel_numbers) :
Module<T>(channel_numbers),
enab... | 32.016129 | 110 | 0.650378 | mahilab |
61d243af56daa02c7680d7b52bc18e1c042c2150 | 1,325 | cpp | C++ | projects/2_alg_dan/asd_lab_5/realty.cpp | GodBastardNeil/somethings | 56a25ab2a3150658356924b00fed7d97ad76a9cb | [
"BSD-3-Clause"
] | null | null | null | projects/2_alg_dan/asd_lab_5/realty.cpp | GodBastardNeil/somethings | 56a25ab2a3150658356924b00fed7d97ad76a9cb | [
"BSD-3-Clause"
] | null | null | null | projects/2_alg_dan/asd_lab_5/realty.cpp | GodBastardNeil/somethings | 56a25ab2a3150658356924b00fed7d97ad76a9cb | [
"BSD-3-Clause"
] | null | null | null | #include "realty.h"
void realty::data_checker(const std::string &data)
{
if (data.size() > 8) { throw data_8(); }
}
realty::realty(std::string d, const std::string &N, const std::initializer_list<data_t> &v): tree(v)
{
data_checker(d);
data = d;
name = N;
}
realty::realty(std::string d, const std::str... | 22.844828 | 100 | 0.607547 | GodBastardNeil |
61d4a441a8401ca2ed8d0a2f4d2ecdc8a334eca7 | 2,340 | cpp | C++ | src/fuselage/CCPACSFuselageSectionElement.cpp | MarAlder/tigl | 76e1f1442a045e1b8b7954119ca6f9c883ea41e2 | [
"Apache-2.0"
] | 10 | 2018-09-05T15:12:26.000Z | 2019-05-04T05:41:39.000Z | src/fuselage/CCPACSFuselageSectionElement.cpp | MarAlder/tigl | 76e1f1442a045e1b8b7954119ca6f9c883ea41e2 | [
"Apache-2.0"
] | null | null | null | src/fuselage/CCPACSFuselageSectionElement.cpp | MarAlder/tigl | 76e1f1442a045e1b8b7954119ca6f9c883ea41e2 | [
"Apache-2.0"
] | 1 | 2019-01-12T13:54:14.000Z | 2019-01-12T13:54:14.000Z | /*
* Copyright (C) 2007-2013 German Aerospace Center (DLR/SC)
*
* Created: 2010-08-13 Markus Litz <Markus.Litz@dlr.de>
* 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... | 29.620253 | 122 | 0.787607 | MarAlder |
61d50fcf44ad490da12e2717c04790dda11e07f5 | 447 | cpp | C++ | FontX/FXLog.cpp | frinkr/FontViewer | 69b5706e557ecd33515c5c8d6ba8fc1d6f06e0c0 | [
"MIT"
] | 2 | 2019-05-08T06:31:34.000Z | 2020-08-30T00:35:09.000Z | FontX/FXLog.cpp | frinkr/FontViewer | 69b5706e557ecd33515c5c8d6ba8fc1d6f06e0c0 | [
"MIT"
] | 1 | 2018-05-07T09:29:02.000Z | 2018-05-07T09:29:02.000Z | FontX/FXLog.cpp | frinkr/FontViewer | 69b5706e557ecd33515c5c8d6ba8fc1d6f06e0c0 | [
"MIT"
] | 2 | 2018-09-10T07:16:28.000Z | 2022-01-07T06:41:01.000Z | #include "FXLog.h"
namespace {
FXLogFunc s_log_func;
}
void
FXDefaultLogFunc(FXLogLevel level, const FXLogLocation * location, const char * message) {
const char * s[4] = {"error", "warning", "info", "verbose"};
printf("FX (%s) : %s", s[(size_t)level], message);
}
FXLogFunc
FXGetLogFunc() {
if (!s_lo... | 18.625 | 90 | 0.668904 | frinkr |
61d7d0a1bf3b9eeefeba28c620907ce9b3b43be5 | 1,533 | cpp | C++ | ParamedicCommander.cpp | AviNagosa/cpp_WarGame_Ex4 | 4d054a82efb6cd4468674be5062e8462c5b6dbe1 | [
"MIT"
] | null | null | null | ParamedicCommander.cpp | AviNagosa/cpp_WarGame_Ex4 | 4d054a82efb6cd4468674be5062e8462c5b6dbe1 | [
"MIT"
] | null | null | null | ParamedicCommander.cpp | AviNagosa/cpp_WarGame_Ex4 | 4d054a82efb6cd4468674be5062e8462c5b6dbe1 | [
"MIT"
] | null | null | null | #include "ParamedicCommander.hpp"
void ParamedicCommander::operation(std::vector<std::vector<Soldier*>> &board,std::pair<int,int> source){
int x1 = source.first;
int y1 = source.second;
Soldier* paramedicCommander = board[x1][y1];
std::stack<std::pair<int,int>> myPlatoon;
// healAround(board,x1... | 34.066667 | 104 | 0.452707 | AviNagosa |
61d7fcc28537064a96af419020956c602426eb51 | 32,220 | cc | C++ | client/clientservicer.cc | gorlak/P4 | fa25916ef69fa77887bb493800b6ce12be3f469e | [
"BSD-2-Clause"
] | null | null | null | client/clientservicer.cc | gorlak/P4 | fa25916ef69fa77887bb493800b6ce12be3f469e | [
"BSD-2-Clause"
] | null | null | null | client/clientservicer.cc | gorlak/P4 | fa25916ef69fa77887bb493800b6ce12be3f469e | [
"BSD-2-Clause"
] | null | null | null | /*
* Copyright 1995, 2001 Perforce Software. All rights reserved.
*
* This file is part of Perforce - the FAST SCM System.
*/
# ifdef USE_EBCDIC
# define NEED_EBCDIC
# endif
# include <stdhdrs.h>
# include <strbuf.h>
# include <strdict.h>
# include <strops.h>
# include <strarray.h>
# include <st... | 25.211268 | 81 | 0.565053 | gorlak |
61d831db7ee8f53dd38f550ca9bb4112a528b20b | 9,689 | cc | C++ | src/theia/vision/sfm/triangulation/triangulation_test.cc | nuernber/Theia | 4bac771b09458a46c44619afa89498a13cd39999 | [
"BSD-3-Clause"
] | 1 | 2021-02-02T13:30:52.000Z | 2021-02-02T13:30:52.000Z | src/theia/vision/sfm/triangulation/triangulation_test.cc | nuernber/Theia | 4bac771b09458a46c44619afa89498a13cd39999 | [
"BSD-3-Clause"
] | null | null | null | src/theia/vision/sfm/triangulation/triangulation_test.cc | nuernber/Theia | 4bac771b09458a46c44619afa89498a13cd39999 | [
"BSD-3-Clause"
] | 1 | 2020-09-28T08:43:13.000Z | 2020-09-28T08:43:13.000Z | // Copyright (C) 2013 The Regents of the University of California (Regents)
// and Google, Inc. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must ... | 37.554264 | 80 | 0.647745 | nuernber |
61d893f82a7bea7717d41b3c2b90fb8f05a81c68 | 2,882 | cpp | C++ | source/editor/gui/Player/PInventory.cpp | Slattz/NLTK | b4e687c329ac4820a02fd45ce13d8afdddd26ef3 | [
"MIT"
] | 19 | 2018-07-26T10:41:16.000Z | 2021-12-31T00:09:40.000Z | source/editor/gui/Player/PInventory.cpp | Slattz/NLTK | b4e687c329ac4820a02fd45ce13d8afdddd26ef3 | [
"MIT"
] | 4 | 2019-03-29T04:12:38.000Z | 2019-05-16T18:57:25.000Z | source/editor/gui/Player/PInventory.cpp | Slattz/NLTK | b4e687c329ac4820a02fd45ce13d8afdddd26ef3 | [
"MIT"
] | 5 | 2018-07-14T21:43:56.000Z | 2020-12-11T19:46:49.000Z | #include <3ds.h>
#include <string>
#include <citro2d.h>
#include "CTRFont.hpp"
#include "gfx.h"
#include "save.h"
#include "item.h"
#include "e_utils.h"
#include "utils.h"
#include "InputManager.h"
#include "menus.h"
#include "gui/PlayerMenu.hpp"
static std::vector<std::pair<std::string, s32>> inventoryData; // TODO: ... | 26.2 | 149 | 0.568008 | Slattz |
61d905fc66d11a428214bb4eac8d911568cfc420 | 4,873 | cc | C++ | node_modules/opencv4nodejs/cc/modules/features2d/detectors/MSERDetector.cc | osman-demirci/digital-guard-app-ipcamera | 397a105d34194e2ce1ab7a31f34d03631a316b44 | [
"Apache-2.0"
] | 1 | 2020-12-01T10:15:31.000Z | 2020-12-01T10:15:31.000Z | node_modules/opencv4nodejs/cc/modules/features2d/detectors/MSERDetector.cc | osman-demirci/digital-guard-app-ipcamera | 397a105d34194e2ce1ab7a31f34d03631a316b44 | [
"Apache-2.0"
] | null | null | null | node_modules/opencv4nodejs/cc/modules/features2d/detectors/MSERDetector.cc | osman-demirci/digital-guard-app-ipcamera | 397a105d34194e2ce1ab7a31f34d03631a316b44 | [
"Apache-2.0"
] | null | null | null | #include "MSERDetector.h"
#include "Rect.h"
#include "Point.h"
Nan::Persistent<v8::FunctionTemplate> MSERDetector::constructor;
NAN_MODULE_INIT(MSERDetector::Init) {
v8::Local<v8::FunctionTemplate> ctor = Nan::New<v8::FunctionTemplate>(MSERDetector::New);
v8::Local<v8::ObjectTemplate> instanceTemplate = ct... | 42.373913 | 113 | 0.725631 | osman-demirci |
61d9404f113228db2a6e30dbef0b32c6a58c1802 | 2,848 | cpp | C++ | src/unitkillscolumn.cpp | armoha/Dwarf-Therapist-Ko | 209c6bb0eacf6aa1ecffdc91795ccba8e3c75bbb | [
"MIT"
] | 362 | 2017-09-30T09:35:01.000Z | 2022-02-24T14:45:48.000Z | src/unitkillscolumn.cpp | armoha/Dwarf-Therapist-Ko | 209c6bb0eacf6aa1ecffdc91795ccba8e3c75bbb | [
"MIT"
] | 170 | 2017-09-18T16:11:23.000Z | 2022-03-31T21:36:21.000Z | src/unitkillscolumn.cpp | armoha/Dwarf-Therapist-Ko | 209c6bb0eacf6aa1ecffdc91795ccba8e3c75bbb | [
"MIT"
] | 54 | 2017-09-20T08:30:21.000Z | 2022-03-29T02:55:24.000Z | /*
Dwarf Therapist
Copyright (c) 2009 Trey Stout (chmod)
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, p... | 34.731707 | 108 | 0.725772 | armoha |
61d9f5b9b2c39bd2f0f8c662c09688eb43100793 | 3,281 | cpp | C++ | src/core/win32/datetime.cpp | mitchdowd/native | a690e0d5957953b3a8d0f7bb5f193292fa9feb28 | [
"MIT"
] | 11 | 2016-05-26T01:36:52.000Z | 2020-07-21T03:41:42.000Z | src/core/win32/datetime.cpp | mitchdowd/native | a690e0d5957953b3a8d0f7bb5f193292fa9feb28 | [
"MIT"
] | 75 | 2016-05-17T04:59:08.000Z | 2018-04-08T09:50:42.000Z | src/core/win32/datetime.cpp | mitchdowd/native | a690e0d5957953b3a8d0f7bb5f193292fa9feb28 | [
"MIT"
] | 2 | 2017-08-11T06:23:23.000Z | 2019-11-13T06:54:07.000Z | // System Dependencies
#include <Windows.h>
// Local Dependencies
#include "../include/datetime.h"
/** The number of 100-nanosecond intervals in a millisecond. */
#define FILETIME_FACTOR 10000
/** The number of milliseconds from 1/1/1601 to 1/1/1970. */
#define FILETIME_OFFSET 11644473600000
/** Divisors: The numbe... | 17.639785 | 99 | 0.681195 | mitchdowd |
61dc979c2a7355b7c9faefe9d9e47a9137a1fe9a | 18,005 | cpp | C++ | src/tag.cpp | sarthon/herbstluftwm | b6925946bed73b7b9a74d84e5ed47209ee669eca | [
"BSD-2-Clause-FreeBSD"
] | 4 | 2019-07-30T22:32:38.000Z | 2019-11-12T04:30:11.000Z | src/tag.cpp | calvinhenderson/herbstluftwm | b6925946bed73b7b9a74d84e5ed47209ee669eca | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | src/tag.cpp | calvinhenderson/herbstluftwm | b6925946bed73b7b9a74d84e5ed47209ee669eca | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | /** Copyright 2011-2013 Thorsten Wißmann. All rights reserved.
*
* This software is licensed under the "Simplified BSD License".
* See LICENSE for details */
#include <assert.h>
#include <string.h>
#include <stdio.h>
#include "tag.h"
#include "globals.h"
#include "clientlist.h"
#include "ipc-protocol.h"
#include ... | 30.620748 | 98 | 0.624049 | sarthon |
61de8541ecc67347ddaddda0963e571c17e6c70c | 133 | cpp | C++ | ProjectResolver.cpp | MCModMachine/Client | d52f47d30e9a46645697dae639a8c2eb85b6be5e | [
"MIT"
] | 1 | 2016-08-17T10:17:09.000Z | 2016-08-17T10:17:09.000Z | ProjectResolver.cpp | MCModMachine/Client | d52f47d30e9a46645697dae639a8c2eb85b6be5e | [
"MIT"
] | null | null | null | ProjectResolver.cpp | MCModMachine/Client | d52f47d30e9a46645697dae639a8c2eb85b6be5e | [
"MIT"
] | null | null | null | //
// ProjectResolver.cpp
// mcubed-client
//
// Created by Gaelan Bright Steele on 7/3/16.
//
//
#include "ProjectResolver.hpp"
| 13.3 | 46 | 0.661654 | MCModMachine |
61df3967d90ab78cc3085b04082848a239377552 | 1,665 | cpp | C++ | migration/20171020_00-max-pitch-output.cpp | miguel7penteado/opentrack | eaf89d80245da5778950b6b799f4f2c367b607d9 | [
"ISC"
] | null | null | null | migration/20171020_00-max-pitch-output.cpp | miguel7penteado/opentrack | eaf89d80245da5778950b6b799f4f2c367b607d9 | [
"ISC"
] | null | null | null | migration/20171020_00-max-pitch-output.cpp | miguel7penteado/opentrack | eaf89d80245da5778950b6b799f4f2c367b607d9 | [
"ISC"
] | null | null | null | /* Copyright (c) 2017, Stanislaw Halik <sthalik@misaki.pl>
* Permission to use, copy, modify, and/or distribute this
* software for any purpose with or without fee is hereby granted,
* provided that the above copyright notice and this permission
* notice appear in all copies.
*/
#include "migration.hpp"
#include... | 23.450704 | 68 | 0.622222 | miguel7penteado |
61e07c9646651fb073e527891cb89661f6f5ab11 | 2,809 | cpp | C++ | src/RenderProcessHandler.cpp | GPBeta/nc.js | 859ab391930d3ac13f69312074ac2ecc65b8594a | [
"MIT"
] | 105 | 2016-05-31T15:57:47.000Z | 2022-03-04T07:08:45.000Z | src/RenderProcessHandler.cpp | GPBeta/nc.js | 859ab391930d3ac13f69312074ac2ecc65b8594a | [
"MIT"
] | 6 | 2016-06-23T02:36:17.000Z | 2020-02-27T02:56:49.000Z | src/RenderProcessHandler.cpp | GPBeta/nc.js | 859ab391930d3ac13f69312074ac2ecc65b8594a | [
"MIT"
] | 32 | 2016-07-09T12:51:35.000Z | 2022-01-11T07:41:12.000Z |
/***************************************************************
* Name: RenderProcessHandler.cpp
* Purpose: Codes for Node-CEF Render Process Handler Class
* Author: Joshua GPBeta (studiocghibli@gmail.com)
* Created: 2016-05-22
* Copyright: Studio GPBeta (www.gpbeta.com)
* License:
********... | 33.440476 | 85 | 0.49733 | GPBeta |
61e422d4c88e024896f1d0688d64ee34ff2d0a06 | 3,134 | cc | C++ | ash/system/chromeos/managed/tray_locally_managed_user.cc | pozdnyakov/chromium-crosswalk | 0fb25c7278bf1d93e53a3b0bcb75aa8b99d4b26e | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | ash/system/chromeos/managed/tray_locally_managed_user.cc | pozdnyakov/chromium-crosswalk | 0fb25c7278bf1d93e53a3b0bcb75aa8b99d4b26e | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | ash/system/chromeos/managed/tray_locally_managed_user.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 "ash/system/chromeos/managed/tray_locally_managed_user.h"
#include "ash/system/chromeos/label_tray_view.h"
#include "ash/system/tray/system_... | 27.491228 | 77 | 0.754946 | pozdnyakov |
61e904849471b2644ec37fc00a71e456b2035a3d | 1,871 | cpp | C++ | Rectangle.cpp | danielHPeters/fight-dude | 812c65c093cff31e66b0c17c956bc9cbaf620ede | [
"MIT"
] | null | null | null | Rectangle.cpp | danielHPeters/fight-dude | 812c65c093cff31e66b0c17c956bc9cbaf620ede | [
"MIT"
] | null | null | null | Rectangle.cpp | danielHPeters/fight-dude | 812c65c093cff31e66b0c17c956bc9cbaf620ede | [
"MIT"
] | null | null | null | #include "Rectangle.h"
namespace fightdude {
/**
* Constructor.
*
* @tparam T
* @param left
* @param right
* @param width
* @param height
*/
template<class T>
Rectangle<T>::Rectangle(T left, T top, T width, T height)
: Shape<T>(4), left(left), top(top), width(width), height(height) {}
/**
* Destructor.
... | 15.336066 | 72 | 0.631748 | danielHPeters |
61e9dddf1f550ca95e1cd0354e5ab7d889e59ea9 | 3,107 | cpp | C++ | dev/VisualStudio/EthernetReceiverSTM32/EthernetReceiverSTM32/serverThread.cpp | brandonbraun653/RF24PhysicalDev | 18eff801e7dc30ea73fbf87758229285c796fb3e | [
"MIT"
] | null | null | null | dev/VisualStudio/EthernetReceiverSTM32/EthernetReceiverSTM32/serverThread.cpp | brandonbraun653/RF24PhysicalDev | 18eff801e7dc30ea73fbf87758229285c796fb3e | [
"MIT"
] | null | null | null | dev/VisualStudio/EthernetReceiverSTM32/EthernetReceiverSTM32/serverThread.cpp | brandonbraun653/RF24PhysicalDev | 18eff801e7dc30ea73fbf87758229285c796fb3e | [
"MIT"
] | null | null | null | /* C++ Includes */
#include <array>
/* FreeRTOS Includes */
#include "FreeRTOS.h"
#include "task.h"
/* Chimera Includes */
#include <Chimera/gpio.hpp>
#include <Chimera/spi.hpp>
#include <Chimera/threading.hpp>
/* Project Includes */
#include "nrf24l01.hpp"
#include "RF24Mesh.hpp"
#include "RF24Network.hpp"
//#inclu... | 25.891667 | 86 | 0.680721 | brandonbraun653 |
61e9f2984b797c1fb732e499510cd25939cc5359 | 3,353 | cpp | C++ | cpp/HomeWorks/homework1/cars.cpp | joro2404/Programming_problems | e0a6f5cbaed013ffde9ecaf3f6d266c582191e41 | [
"MIT"
] | null | null | null | cpp/HomeWorks/homework1/cars.cpp | joro2404/Programming_problems | e0a6f5cbaed013ffde9ecaf3f6d266c582191e41 | [
"MIT"
] | null | null | null | cpp/HomeWorks/homework1/cars.cpp | joro2404/Programming_problems | e0a6f5cbaed013ffde9ecaf3f6d266c582191e41 | [
"MIT"
] | null | null | null | #include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include <algorithm>
using namespace std;
class OneException {
string message;
public :
OneException(string message){
this->message = message;
}
string what(){
return message;
... | 23.612676 | 115 | 0.519833 | joro2404 |
61eac8aa131cc6d476c979b93e162c0c1c23cdf4 | 513 | hxx | C++ | include/pqxx/internal/gates/connection-errorhandler.hxx | ash-j-f/libpqxx | 0f0941c4fb04c56703ccacd567a27160a8a74b93 | [
"BSD-3-Clause"
] | null | null | null | include/pqxx/internal/gates/connection-errorhandler.hxx | ash-j-f/libpqxx | 0f0941c4fb04c56703ccacd567a27160a8a74b93 | [
"BSD-3-Clause"
] | null | null | null | include/pqxx/internal/gates/connection-errorhandler.hxx | ash-j-f/libpqxx | 0f0941c4fb04c56703ccacd567a27160a8a74b93 | [
"BSD-3-Clause"
] | null | null | null | #include <pqxx/internal/callgate.hxx>
namespace pqxx
{
class connection;
class errorhandler;
}
namespace pqxx::internal::gate
{
class PQXX_PRIVATE connection_errorhandler : callgate<connection>
{
friend class pqxx::errorhandler;
connection_errorhandler(reference x) : super(x) {}
void register_errorhandler(err... | 22.304348 | 65 | 0.74269 | ash-j-f |
61eb4744505d8dcd0ee39eff9f3c7e4d8a9aafcf | 4,423 | cpp | C++ | liquidfun/liquidfun/Box2D/Unittests/HelloWorld/HelloWorldTests.cpp | subatomicglue/fluid | c85376f86828a1c234bcd9535b9030cfb1a1e8bd | [
"MIT"
] | 17 | 2017-04-02T00:17:47.000Z | 2021-11-23T21:42:48.000Z | liquidfun/liquidfun/Box2D/Unittests/HelloWorld/HelloWorldTests.cpp | subatomicglue/fluid | c85376f86828a1c234bcd9535b9030cfb1a1e8bd | [
"MIT"
] | 1 | 2022-01-09T17:14:54.000Z | 2022-01-16T12:35:06.000Z | liquidfun/liquidfun/Box2D/Unittests/HelloWorld/HelloWorldTests.cpp | subatomicglue/fluid | c85376f86828a1c234bcd9535b9030cfb1a1e8bd | [
"MIT"
] | 5 | 2017-08-06T12:47:18.000Z | 2020-08-14T14:16:22.000Z | /*
* Copyright (c) 2013 Google, Inc.
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
* Permission is granted to anyone to use this software for any purpose,
* including commercial appl... | 31.368794 | 76 | 0.738187 | subatomicglue |
61eb60da6bb7bdbeff7e85ee49cc68c93a27edb8 | 1,099 | cpp | C++ | test/2020.10.06/b/b.cpp | woshiluo/oi | 5637fb81b0e25013314783dc387f7fc93bf9d4b9 | [
"Apache-2.0"
] | null | null | null | test/2020.10.06/b/b.cpp | woshiluo/oi | 5637fb81b0e25013314783dc387f7fc93bf9d4b9 | [
"Apache-2.0"
] | null | null | null | test/2020.10.06/b/b.cpp | woshiluo/oi | 5637fb81b0e25013314783dc387f7fc93bf9d4b9 | [
"Apache-2.0"
] | null | null | null | #include <cstdio>
#include <vector>
const int N = 2e5 + 1e4;
struct node {
int id;
int country, score;
};
bool vis[N];
node a[N];
int main() {
#ifdef woshiluo
freopen( "b.in", "r", stdin );
freopen( "b.out", "w", stdout );
#endif
int n;
scanf( "%d", &n );
for( int i = 1; i <= n; i ++ ) {
a[i].id = i;
sc... | 19.981818 | 83 | 0.509554 | woshiluo |
61eb70908030aba25ba2d0aaa04e539087d2e38a | 8,675 | cpp | C++ | Sources/Elastos/Frameworks/Droid/Base/Core/src/elastos/droid/content/pm/CParceledListSlice.cpp | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | 7 | 2017-07-13T10:34:54.000Z | 2021-04-16T05:40:35.000Z | Sources/Elastos/Frameworks/Droid/Base/Core/src/elastos/droid/content/pm/CParceledListSlice.cpp | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | null | null | null | Sources/Elastos/Frameworks/Droid/Base/Core/src/elastos/droid/content/pm/CParceledListSlice.cpp | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | 9 | 2017-07-13T12:33:20.000Z | 2021-06-19T02:46:48.000Z | //=========================================================================
// Copyright (C) 2012 The Elastos Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// ... | 32.01107 | 101 | 0.565418 | jingcao80 |
61ebb0342ec7940dcfc768a68d71ff287df55500 | 6,192 | cpp | C++ | AssignmentProject/Player.cpp | VasilStamatov/GraphicsLearning | 8cf5dc57fedd809066472e96c8182153a1fa54d9 | [
"MIT"
] | null | null | null | AssignmentProject/Player.cpp | VasilStamatov/GraphicsLearning | 8cf5dc57fedd809066472e96c8182153a1fa54d9 | [
"MIT"
] | null | null | null | AssignmentProject/Player.cpp | VasilStamatov/GraphicsLearning | 8cf5dc57fedd809066472e96c8182153a1fa54d9 | [
"MIT"
] | null | null | null | #include "Player.h"
#include "Box.h"
#include <GameEngine/ResourceManager.h>
#include <GameEngine\GameEngineErrors.h>
#include <SDL/SDL.h>
void Player::Init(b2World* _world,
const glm::vec2& _position,
const glm::vec2& _drawDims,
glm::vec2& _collisionDims,
GameEngine::ColorRGBA8 _color)
{
//set t... | 29.207547 | 142 | 0.593992 | VasilStamatov |
61ec0f4d60a9fc41e720319c1ce0ce72a3114fdb | 1,335 | hpp | C++ | supervisor/src/network/websocket/ManagerVisitor.hpp | mdziekon/eiti-tin-ftp-stattr | c8b8c119f6731045f90281d607b98d7a5ffb3bd2 | [
"MIT"
] | 1 | 2018-11-12T02:48:46.000Z | 2018-11-12T02:48:46.000Z | supervisor/src/network/websocket/ManagerVisitor.hpp | mdziekon/eiti-tin-ftp-stattr | c8b8c119f6731045f90281d607b98d7a5ffb3bd2 | [
"MIT"
] | null | null | null | supervisor/src/network/websocket/ManagerVisitor.hpp | mdziekon/eiti-tin-ftp-stattr | c8b8c119f6731045f90281d607b98d7a5ffb3bd2 | [
"MIT"
] | null | null | null | #ifndef TIN_NETWORK_WEBSOCKET_MANAGERVISITOR_HPP
#define TIN_NETWORK_WEBSOCKET_MANAGERVISITOR_HPP
namespace tin { namespace network { namespace websocket
{
class Manager;
namespace events
{
struct TerminateNetworkManager;
struct NewServerConnection;
struct ServerConnectionClosed;
... | 32.560976 | 82 | 0.708614 | mdziekon |
61ed3113e7d621f7744c8da7b5acd253519df52f | 9,406 | cpp | C++ | source/TabControl.cpp | BlenderCN-Org/carpglib | ed7f183186523a1a4f92bc843cf047a15fedbf8d | [
"MIT"
] | 1 | 2019-10-19T18:34:16.000Z | 2019-10-19T18:34:16.000Z | source/TabControl.cpp | BlenderCN-Org/carpglib | ed7f183186523a1a4f92bc843cf047a15fedbf8d | [
"MIT"
] | null | null | null | source/TabControl.cpp | BlenderCN-Org/carpglib | ed7f183186523a1a4f92bc843cf047a15fedbf8d | [
"MIT"
] | null | null | null | #include "EnginePch.h"
#include "EngineCore.h"
#include "TabControl.h"
#include "Panel.h"
#include "Input.h"
static ObjectPool<TabControl::Tab> tab_pool;
TabControl::TabControl(bool own_panels) : selected(nullptr), hover(nullptr), own_panels(own_panels), tab_offset(0), tab_offset_max(0), arrow_hover(0)
{
}
TabContro... | 21.425968 | 149 | 0.648522 | BlenderCN-Org |
61ed8cf47b6d9db480d424b5df3b496fc0964cb5 | 7,952 | cpp | C++ | tests/benchmarks/benchmark_tensor.cpp | roman-ellerbrock/QuTree | 28c5b4eddf20e41cd015a03d33f31693eff17839 | [
"MIT"
] | 6 | 2020-04-24T09:58:23.000Z | 2022-02-06T03:40:55.000Z | tests/benchmarks/benchmark_tensor.cpp | roman-ellerbrock/QuTree | 28c5b4eddf20e41cd015a03d33f31693eff17839 | [
"MIT"
] | 1 | 2020-06-18T11:33:14.000Z | 2020-06-18T11:35:23.000Z | tests/benchmarks/benchmark_tensor.cpp | roman-ellerbrock/QuTree | 28c5b4eddf20e41cd015a03d33f31693eff17839 | [
"MIT"
] | 1 | 2020-12-26T15:23:21.000Z | 2020-12-26T15:23:21.000Z | //
// Created by Roman Ellerbrock on 2/3/20.
//
#include <iomanip>
#include "benchmark_tensor.h"
#include "benchmark_helper.h"
#include "benchmark_tree.h"
namespace benchmark {
TensorShape make_TensorDim(size_t order, size_t dim) {
assert(order > 1);
assert(dim > 0);
vector<size_t> dims;
for (size_t i = 0; i ... | 33.552743 | 110 | 0.628521 | roman-ellerbrock |
61ee45d88bcf8b82f44eb643140a33eaf5d9942a | 859 | cpp | C++ | challenge_4/cpp/manuel/src/main.cpp | rchicoli/2017-challenges | 44f0b672e5dea34de1dde131b6df837d462f8e29 | [
"Apache-2.0"
] | 271 | 2017-01-01T22:58:36.000Z | 2021-11-28T23:05:29.000Z | challenge_4/cpp/manuel/src/main.cpp | AakashOfficial/2017Challenges | a8f556f1d5b43c099a0394384c8bc2d826f9d287 | [
"Apache-2.0"
] | 283 | 2017-01-01T23:26:05.000Z | 2018-03-23T00:48:55.000Z | challenge_4/cpp/manuel/src/main.cpp | AakashOfficial/2017Challenges | a8f556f1d5b43c099a0394384c8bc2d826f9d287 | [
"Apache-2.0"
] | 311 | 2017-01-01T22:59:23.000Z | 2021-09-23T00:29:12.000Z | #include <iostream>
#include <string>
#include <vector>
#include "include/treeInversion.h"
int main(int argc, char **argv) {
std::string input; // will contain a string of numbers
int lines; // the numbers of strings expected as input
std::cin >> lines;
std::cin.ignore(); // ignore trailing \n
s... | 23.861111 | 72 | 0.583236 | rchicoli |
61ef8dfe9a000a64aa08d78e1d78fbe96d7ca168 | 9,144 | cpp | C++ | example/processing_room/processing_app.cpp | GeniusVentures/SuperGenius | ae43304f4a2475498ef56c971296175acb88d0ee | [
"MIT"
] | 1 | 2021-07-10T21:25:03.000Z | 2021-07-10T21:25:03.000Z | example/processing_room/processing_app.cpp | GeniusVentures/SuperGenius | ae43304f4a2475498ef56c971296175acb88d0ee | [
"MIT"
] | null | null | null | example/processing_room/processing_app.cpp | GeniusVentures/SuperGenius | ae43304f4a2475498ef56c971296175acb88d0ee | [
"MIT"
] | null | null | null | #include "processing/processing_service.hpp"
#include <iostream>
#include <boost/program_options.hpp>
#include <boost/format.hpp>
#include <libp2p/multi/multibase_codec/multibase_codec_impl.hpp>
#include <libp2p/log/configurator.hpp>
#include <libp2p/log/logger.hpp>
using namespace sgns::processing;
namespace
{
... | 32.892086 | 136 | 0.600612 | GeniusVentures |
61f15eed8fbfa60be522860a3e181667181f8228 | 2,785 | cc | C++ | Sources/Traits/Observable.cc | twistedflick/Yuka | c1601a7314ccbdb1de2f4b7c69f4e2eb3f749b35 | [
"Apache-2.0"
] | null | null | null | Sources/Traits/Observable.cc | twistedflick/Yuka | c1601a7314ccbdb1de2f4b7c69f4e2eb3f749b35 | [
"Apache-2.0"
] | null | null | null | Sources/Traits/Observable.cc | twistedflick/Yuka | c1601a7314ccbdb1de2f4b7c69f4e2eb3f749b35 | [
"Apache-2.0"
] | null | null | null | /* Copyright 2018 Mo McRoberts.
*
* 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... | 20.477941 | 76 | 0.687612 | twistedflick |
61f652ff132b4272ddece359ba1afe7f50224705 | 72 | cpp | C++ | Source/FSD/Private/FSDAssetManager.cpp | trumank/DRG-Mods | 2febc879f2ffe83498ac913c114d0e933427e93e | [
"MIT"
] | 8 | 2021-07-10T20:06:05.000Z | 2022-03-04T19:03:50.000Z | Source/FSD/Private/FSDAssetManager.cpp | trumank/DRG-Mods | 2febc879f2ffe83498ac913c114d0e933427e93e | [
"MIT"
] | 9 | 2022-01-13T20:49:44.000Z | 2022-03-27T22:56:48.000Z | Source/FSD/Private/FSDAssetManager.cpp | trumank/DRG-Mods | 2febc879f2ffe83498ac913c114d0e933427e93e | [
"MIT"
] | 2 | 2021-07-10T20:05:42.000Z | 2022-03-14T17:05:35.000Z | #include "FSDAssetManager.h"
UFSDAssetManager::UFSDAssetManager() {
}
| 12 | 38 | 0.763889 | trumank |
61f7ef867b0b2b66c2df5584ecdc8c811b6f037e | 24 | cpp | C++ | src/rp2_common/pico_standard_link/new_delete.cpp | asynts/pico-sdk | 3a9052bc7b5f59cdbf0096ebee954db5af7babe7 | [
"BSD-3-Clause"
] | null | null | null | src/rp2_common/pico_standard_link/new_delete.cpp | asynts/pico-sdk | 3a9052bc7b5f59cdbf0096ebee954db5af7babe7 | [
"BSD-3-Clause"
] | null | null | null | src/rp2_common/pico_standard_link/new_delete.cpp | asynts/pico-sdk | 3a9052bc7b5f59cdbf0096ebee954db5af7babe7 | [
"BSD-3-Clause"
] | null | null | null | // Moved to my codebase
| 12 | 23 | 0.708333 | asynts |
61f8ef9b7ac54cdab280ffea4ef63c702710ff67 | 7,071 | cpp | C++ | Dump (complete other files)/MATLAB/control.cpp | Mauvai/Quadcopter-FYP-legacy | 161f2842d06d30aad06895efa198dc0ee28a27c2 | [
"MIT"
] | null | null | null | Dump (complete other files)/MATLAB/control.cpp | Mauvai/Quadcopter-FYP-legacy | 161f2842d06d30aad06895efa198dc0ee28a27c2 | [
"MIT"
] | null | null | null | Dump (complete other files)/MATLAB/control.cpp | Mauvai/Quadcopter-FYP-legacy | 161f2842d06d30aad06895efa198dc0ee28a27c2 | [
"MIT"
] | null | null | null | /* See Ross' Logbook, semester 2 week 3 for control difference equations.
* Gains are DILIBERATELY ENTERED AS FLOATS, AND NOT A FLOAT ARRAY - faster, no referencing overhead.
*Channel 1, u1 is Height
*Channel 2, u2 is Roll
*Channel 3, u3 is Pitch
*Channel 4, u4 is Yaw
*Motor 1 PWM input is summed +u1 -u3+u4... | 51.613139 | 156 | 0.682506 | Mauvai |
61fa32bf9ccaea153ed7642d7104a55850496a1e | 712 | cpp | C++ | uppdev/Threads/paintbox.cpp | dreamsxin/ultimatepp | 41d295d999f9ff1339b34b43c99ce279b9b3991c | [
"BSD-2-Clause"
] | 2 | 2016-04-07T07:54:26.000Z | 2020-04-14T12:37:34.000Z | uppdev/Threads/paintbox.cpp | dreamsxin/ultimatepp | 41d295d999f9ff1339b34b43c99ce279b9b3991c | [
"BSD-2-Clause"
] | null | null | null | uppdev/Threads/paintbox.cpp | dreamsxin/ultimatepp | 41d295d999f9ff1339b34b43c99ce279b9b3991c | [
"BSD-2-Clause"
] | null | null | null | #include "paintbox.h"
PaintBox::PaintBox( void ) : Ctrl()
{
}
void PaintBox::Paint( Draw &w )
{
/*ImageDraw dw(GetSize());
onPaint(dw);
w.DrawImage(0, 0, dw); */
w.DrawRect(0,0,this->GetSize().cx,this->GetSize().cy, White);
onPaint(w);
}
void PaintBox::MouseMove( Point p, dword keyflags )
{... | 18.25641 | 63 | 0.641854 | dreamsxin |
61fa755ffc416f277da7e0de904ebcbaed9b80af | 43 | hpp | C++ | src/boost_spirit_include_qi_int.hpp | miathedev/BoostForArduino | 919621dcd0c157094bed4df752b583ba6ea6409e | [
"BSL-1.0"
] | 10 | 2018-03-17T00:58:42.000Z | 2021-07-06T02:48:49.000Z | src/boost_spirit_include_qi_int.hpp | miathedev/BoostForArduino | 919621dcd0c157094bed4df752b583ba6ea6409e | [
"BSL-1.0"
] | 2 | 2021-03-26T15:17:35.000Z | 2021-05-20T23:55:08.000Z | src/boost_spirit_include_qi_int.hpp | miathedev/BoostForArduino | 919621dcd0c157094bed4df752b583ba6ea6409e | [
"BSL-1.0"
] | 4 | 2019-05-28T21:06:37.000Z | 2021-07-06T03:06:52.000Z | #include <boost/spirit/include/qi_int.hpp>
| 21.5 | 42 | 0.790698 | miathedev |
61fbe9927ca11e6ee11e11d5037ec31c56ee4a9d | 2,245 | cpp | C++ | src/core/tests/visitors/op/region_yolo.cpp | ryanloney/openvino-1 | 4e0a740eb3ee31062ba0df88fcf438564f67edb7 | [
"Apache-2.0"
] | 1,127 | 2018-10-15T14:36:58.000Z | 2020-04-20T09:29:44.000Z | src/core/tests/visitors/op/region_yolo.cpp | ryanloney/openvino-1 | 4e0a740eb3ee31062ba0df88fcf438564f67edb7 | [
"Apache-2.0"
] | 439 | 2018-10-20T04:40:35.000Z | 2020-04-19T05:56:25.000Z | src/core/tests/visitors/op/region_yolo.cpp | ryanloney/openvino-1 | 4e0a740eb3ee31062ba0df88fcf438564f67edb7 | [
"Apache-2.0"
] | 414 | 2018-10-17T05:53:46.000Z | 2020-04-16T17:29:53.000Z | // Copyright (C) 2018-2022 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#include "gtest/gtest.h"
#include "ngraph/ngraph.hpp"
#include "ngraph/op/util/attr_types.hpp"
#include "ngraph/opsets/opset1.hpp"
#include "ngraph/opsets/opset3.hpp"
#include "ngraph/opsets/opset4.hpp"
#include "ngraph/opsets/opset... | 42.358491 | 90 | 0.585746 | ryanloney |
11009cd8027d92af89d9a270d4eb00f43e59f110 | 9,086 | cpp | C++ | qt-creator-opensource-src-4.6.1/tests/auto/debugger/tst_offsets.cpp | kevinlq/Qt-Creator-Opensource-Study | b8cadff1f33f25a5d4ef33ed93f661b788b1ba0f | [
"MIT"
] | 5 | 2018-12-22T14:49:13.000Z | 2022-01-13T07:21:46.000Z | qt-creator-opensource-src-4.6.1/tests/auto/debugger/tst_offsets.cpp | kevinlq/Qt-Creator-Opensource-Study | b8cadff1f33f25a5d4ef33ed93f661b788b1ba0f | [
"MIT"
] | null | null | null | qt-creator-opensource-src-4.6.1/tests/auto/debugger/tst_offsets.cpp | kevinlq/Qt-Creator-Opensource-Study | b8cadff1f33f25a5d4ef33ed93f661b788b1ba0f | [
"MIT"
] | 8 | 2018-07-17T03:55:48.000Z | 2021-12-22T06:37:53.000Z | /****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance w... | 33.160584 | 91 | 0.678406 | kevinlq |
110165df89e857b317118d975192076fb86c7be0 | 436 | cc | C++ | models/topic-models/template-modeling/src/template_dp.cc | ypetinot/web-summarization | 2f7caf51b1e8bf5e510ce91070d622c8119e9865 | [
"Apache-2.0"
] | null | null | null | models/topic-models/template-modeling/src/template_dp.cc | ypetinot/web-summarization | 2f7caf51b1e8bf5e510ce91070d622c8119e9865 | [
"Apache-2.0"
] | null | null | null | models/topic-models/template-modeling/src/template_dp.cc | ypetinot/web-summarization | 2f7caf51b1e8bf5e510ce91070d622c8119e9865 | [
"Apache-2.0"
] | 1 | 2016-03-03T04:58:44.000Z | 2016-03-03T04:58:44.000Z | #include "template_dp.h"
/* Constructor */
TemplateDP::TemplateDP( unsigned int max_colors )
:_max_colors(max_colors)
{
/* nothing for now */
}
/* sample for a target sequence / index */
void TemplateDP::gibbs_sampler_single( const Gist* sequence , unsigned int index ) {
/* 1 - remove target word */
/* 2 ... | 18.166667 | 84 | 0.674312 | ypetinot |
1102b96f829630ca66f9f9475c89e73772feb2e1 | 7,271 | cpp | C++ | src/gausskernel/storage/replication/heartbeat/heartbeat_client.cpp | opengauss-mirror/openGauss-graph | 6beb138fd00abdbfddc999919f90371522118008 | [
"MulanPSL-1.0"
] | 1 | 2021-11-05T10:14:39.000Z | 2021-11-05T10:14:39.000Z | src/gausskernel/storage/replication/heartbeat/heartbeat_client.cpp | opengauss-mirror/openGauss-graph | 6beb138fd00abdbfddc999919f90371522118008 | [
"MulanPSL-1.0"
] | null | null | null | src/gausskernel/storage/replication/heartbeat/heartbeat_client.cpp | opengauss-mirror/openGauss-graph | 6beb138fd00abdbfddc999919f90371522118008 | [
"MulanPSL-1.0"
] | null | null | null | /*
* Copyright (c) 2020 Huawei Technologies Co.,Ltd.
*
* openGauss is licensed under Mulan PSL v2.
* You can use this software according to the terms and conditions of the Mulan PSL v2.
* You may obtain a copy of Mulan PSL v2 at:
*
* http://license.coscl.org.cn/MulanPSL2
*
* THIS SOFTWARE IS PROVIDED ... | 30.422594 | 116 | 0.621648 | opengauss-mirror |
110305308784e6e667bd787d44a294464fee708d | 2,646 | hpp | C++ | inc/net/async.hpp | douderg/https-client | e169fe4297aaad76098637d02361c611e79001bc | [
"BSL-1.0"
] | 1 | 2022-02-20T22:19:55.000Z | 2022-02-20T22:19:55.000Z | inc/net/async.hpp | douderg/https-client | e169fe4297aaad76098637d02361c611e79001bc | [
"BSL-1.0"
] | null | null | null | inc/net/async.hpp | douderg/https-client | e169fe4297aaad76098637d02361c611e79001bc | [
"BSL-1.0"
] | 1 | 2022-02-22T00:08:02.000Z | 2022-02-22T00:08:02.000Z | #pragma once
#include <boost/beast.hpp>
#include <boost/beast/core/bind_handler.hpp>
#include <boost/beast/core/flat_buffer.hpp>
#include <boost/beast/core/stream_traits.hpp>
#include <boost/beast/http/dynamic_body.hpp>
#include <boost/beast/http/message.hpp>
#include <boost/beast/http/read.hpp>
#include <boost/beast/... | 30.767442 | 153 | 0.645881 | douderg |
1104557beb15f056590d4bccf7861360defbc93f | 2,030 | cc | C++ | chrome/browser/chromeos/printing/cups_print_job_manager_factory.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 | chrome/browser/chromeos/printing/cups_print_job_manager_factory.cc | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 86 | 2015-10-21T13:02:42.000Z | 2022-03-14T07:50:50.000Z | chrome/browser/chromeos/printing/cups_print_job_manager_factory.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 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/chromeos/printing/cups_print_job_manager_factory.h"
#include "chrome/browser/ash/printing/synced_printers_manager_factory.h"
#in... | 36.25 | 80 | 0.810837 | zealoussnow |
11059480300d6c513449ad09c59545265395b6fd | 6,398 | cpp | C++ | FormulaEngine/ScriptWorld.cpp | apoch/formula-engine | 594190bb5602a7362f09e4ed080c68224390a231 | [
"BSD-3-Clause"
] | 30 | 2015-10-13T05:11:48.000Z | 2021-07-16T06:24:18.000Z | FormulaEngine/ScriptWorld.cpp | apoch/formula-engine | 594190bb5602a7362f09e4ed080c68224390a231 | [
"BSD-3-Clause"
] | null | null | null | FormulaEngine/ScriptWorld.cpp | apoch/formula-engine | 594190bb5602a7362f09e4ed080c68224390a231 | [
"BSD-3-Clause"
] | 3 | 2016-06-03T03:01:43.000Z | 2021-07-16T06:24:31.000Z | #include "Pch.h"
#include "Interfaces.h"
#include "Formula.h"
#include "Actions.h"
#include "TokenPool.h"
#include "PropertyBag.h"
#include "EventHandler.h"
#include "Scriptable.h"
#include "ScriptWorld.h"
ScriptWorld::ScriptWorld (TokenPool * pool, IEngineBinder * binder)
: m_binder(binder),
m_tokens(pool)
{
... | 26.114286 | 134 | 0.719912 | apoch |
110a718c4b17363fe841bd825867a9651ae30f6f | 2,217 | cpp | C++ | tests/src/experimental/tests_DynArray.cpp | Mike-Bal/mart-common | 0b52654c6f756e8e86689e56d24849c97079229c | [
"MIT"
] | null | null | null | tests/src/experimental/tests_DynArray.cpp | Mike-Bal/mart-common | 0b52654c6f756e8e86689e56d24849c97079229c | [
"MIT"
] | null | null | null | tests/src/experimental/tests_DynArray.cpp | Mike-Bal/mart-common | 0b52654c6f756e8e86689e56d24849c97079229c | [
"MIT"
] | null | null | null | #include <mart-common/experimental/DynArray.h>
#include <catch2/catch.hpp>
#if __cpp_lib_span
#include <span>
#endif
TEST_CASE( "experimental_DynArrayTrivial_has_correct_size", "[experimental][dynarray]" )
{
mart::DynArrayTriv<int> arr1;
CHECK( arr1.size() == 0 );
mart::DynArrayTriv<int> arr2( 5 );
CHECK( arr2... | 19.794643 | 88 | 0.606676 | Mike-Bal |
110b8dd6671b12b688bd1c2b22fba8d02a3f84a8 | 2,793 | cpp | C++ | Sources/Elastos/Packages/InputMethods/PinyinIME/src/elastos/droid/inputmethod/pinyin/CToggleStates.cpp | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | 7 | 2017-07-13T10:34:54.000Z | 2021-04-16T05:40:35.000Z | Sources/Elastos/Packages/InputMethods/PinyinIME/src/elastos/droid/inputmethod/pinyin/CToggleStates.cpp | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | null | null | null | Sources/Elastos/Packages/InputMethods/PinyinIME/src/elastos/droid/inputmethod/pinyin/CToggleStates.cpp | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | 9 | 2017-07-13T12:33:20.000Z | 2021-06-19T02:46:48.000Z | //=========================================================================
// Copyright (C) 2012 The Elastos Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// ... | 23.470588 | 78 | 0.666309 | jingcao80 |
1110807be62f625c87aa59d67b4759d31e1ab28b | 17,841 | cpp | C++ | jlp_andor/jlp_Atmcd32d_linux.cpp | jlprieur/PiscoSpeck2 | f6018b362feb67b71c920c3272a44fed35cad844 | [
"MIT"
] | 1 | 2020-03-28T14:45:16.000Z | 2020-03-28T14:45:16.000Z | jlp_andor/jlp_Atmcd32d_linux.cpp | jlprieur/PiscoSpeck2 | f6018b362feb67b71c920c3272a44fed35cad844 | [
"MIT"
] | null | null | null | jlp_andor/jlp_Atmcd32d_linux.cpp | jlprieur/PiscoSpeck2 | f6018b362feb67b71c920c3272a44fed35cad844 | [
"MIT"
] | 1 | 2020-07-09T00:20:38.000Z | 2020-07-09T00:20:38.000Z | /****************************************************************************
* jlp_Atmcd32d_linux.cpp
* Dummy Andor library to replace Windows one
*
* JLP
* Version 28/08/2015
*****************************************************************************/
#include "asp2_typedef.h" // BYTE
#include "jlp_Atmcd32d_linux.... | 66.32342 | 200 | 0.779553 | jlprieur |
1110e6f8d7f0714b0d52a6bd590d26a07ba1e740 | 37,768 | cpp | C++ | chromium/third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp | wedataintelligence/vivaldi-source | 22a46f2c969f6a0b7ca239a05575d1ea2738768c | [
"BSD-3-Clause"
] | null | null | null | chromium/third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp | wedataintelligence/vivaldi-source | 22a46f2c969f6a0b7ca239a05575d1ea2738768c | [
"BSD-3-Clause"
] | null | null | null | chromium/third_party/WebKit/Source/core/html/HTMLTextFormControlElement.cpp | wedataintelligence/vivaldi-source | 22a46f2c969f6a0b7ca239a05575d1ea2738768c | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (C) 1999 Lars Knoll (knoll@kde.org)
* (C) 1999 Antti Koivisto (koivisto@kde.org)
* (C) 2001 Dirk Mueller (mueller@kde.org)
* Copyright (C) 2004, 2005, 2006, 2007 Apple Inc. All rights reserved.
* (C) 2006 Alexey Proskuryakov (ap@nypop.com)
*
* This library is free sof... | 37.063788 | 241 | 0.706551 | wedataintelligence |
1110fab520e853673a70ebe0815b8879209eb52c | 3,121 | cpp | C++ | inference-engine/src/vpu/graph_transformer/src/middleend/passes/propagate_dynamism_to_outputs.cpp | mpenkows/openvino | 438c69411a16f58f279f444582eec892916d5a8c | [
"Apache-2.0"
] | null | null | null | inference-engine/src/vpu/graph_transformer/src/middleend/passes/propagate_dynamism_to_outputs.cpp | mpenkows/openvino | 438c69411a16f58f279f444582eec892916d5a8c | [
"Apache-2.0"
] | null | null | null | inference-engine/src/vpu/graph_transformer/src/middleend/passes/propagate_dynamism_to_outputs.cpp | mpenkows/openvino | 438c69411a16f58f279f444582eec892916d5a8c | [
"Apache-2.0"
] | null | null | null | // Copyright (C) 2020 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#include "vpu/middleend/pass_manager.hpp"
#include <set>
#include <memory>
namespace vpu {
namespace {
class PassImpl final : public Pass {
public:
explicit PassImpl(StageBuilder::Ptr stageBuilder) : _stageBuilder(std::move(stage... | 36.717647 | 115 | 0.604614 | mpenkows |
111200dba0bd3915ffe32501dc417e7b8ca6742d | 22,958 | cpp | C++ | src/test-apps/nlweavebdxclient-development.cpp | lanyuwen/openweave-core | fbed1743a7b62657f5d310b98909c59474a6404d | [
"Apache-2.0"
] | null | null | null | src/test-apps/nlweavebdxclient-development.cpp | lanyuwen/openweave-core | fbed1743a7b62657f5d310b98909c59474a6404d | [
"Apache-2.0"
] | null | null | null | src/test-apps/nlweavebdxclient-development.cpp | lanyuwen/openweave-core | fbed1743a7b62657f5d310b98909c59474a6404d | [
"Apache-2.0"
] | 1 | 2020-11-04T06:58:12.000Z | 2020-11-04T06:58:12.000Z | /*
*
* Copyright (c) 2013-2017 Nest Labs, Inc.
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE... | 31.492455 | 207 | 0.690086 | lanyuwen |
111225b73f892dfdc834d3596a2d948bbbdd37a2 | 1,026 | hpp | C++ | libs/systems/include/sge/systems/window.hpp | cpreh/spacegameengine | 313a1c34160b42a5135f8223ffaa3a31bc075a01 | [
"BSL-1.0"
] | 2 | 2016-01-27T13:18:14.000Z | 2018-05-11T01:11:32.000Z | libs/systems/include/sge/systems/window.hpp | cpreh/spacegameengine | 313a1c34160b42a5135f8223ffaa3a31bc075a01 | [
"BSL-1.0"
] | null | null | null | libs/systems/include/sge/systems/window.hpp | cpreh/spacegameengine | 313a1c34160b42a5135f8223ffaa3a31bc075a01 | [
"BSL-1.0"
] | 3 | 2018-05-11T01:11:34.000Z | 2021-04-24T19:47:45.000Z | // Copyright Carl Philipp Reh 2006 - 2019.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifndef SGE_SYSTEMS_WINDOW_HPP_INCLUDED
#define SGE_SYSTEMS_WINDOW_HPP_INCLUDED
#include <sge/syst... | 22.8 | 80 | 0.72807 | cpreh |
11145c3a1ad05f911c8547ab86977a5962be7502 | 1,262 | cpp | C++ | src/PSV_Utils.cpp | MSeys/PSV_2DCore_samples | 3942c75391aeda9172dfed75165e80b5628a7a60 | [
"MIT"
] | null | null | null | src/PSV_Utils.cpp | MSeys/PSV_2DCore_samples | 3942c75391aeda9172dfed75165e80b5628a7a60 | [
"MIT"
] | null | null | null | src/PSV_Utils.cpp | MSeys/PSV_2DCore_samples | 3942c75391aeda9172dfed75165e80b5628a7a60 | [
"MIT"
] | null | null | null | #include "PSV_Utils.h"
PSV_TouchSamplingMode PSV_TSMode{ PSV_TOUCH_MOTION };
// 0 is reserved for drawing when there is no transformation
int PSV_CT{ 0 };
std::vector<Vector2f> PSV_Translations{ Vector2f{ 0, 0 } };
std::vector<Scale2f> PSV_Scales{ Scale2f{ 1, 1 } };
bool PSV_Allowed{ false };
void PSV_SetTouchSamp... | 15.775 | 80 | 0.674326 | MSeys |
111526b18304c78b9b703a5cebce44f7e1e66a5d | 2,709 | cpp | C++ | compiler/matrix-market-io/example_read.cpp | lijiansong/deep-learning | 7c78061775e47785dfcc4088e93dc4368d16334f | [
"WTFPL"
] | 4 | 2018-05-19T00:55:36.000Z | 2020-08-30T23:31:26.000Z | compiler/matrix-market-io/example_read.cpp | lijiansong/deep-learning | 7c78061775e47785dfcc4088e93dc4368d16334f | [
"WTFPL"
] | null | null | null | compiler/matrix-market-io/example_read.cpp | lijiansong/deep-learning | 7c78061775e47785dfcc4088e93dc4368d16334f | [
"WTFPL"
] | null | null | null | /*
* Matrix Market I/O example program
*
* Read a real (non-complex) sparse matrix from a Matrix Market (v. 2.0) file.
* and copies it to stdout. This porgram does nothing useful, but
* illustrates common usage of the Matrix Matrix I/O routines.
* (See http://math.nist.gov/MatrixMarket for details.)
*... | 28.515789 | 80 | 0.582872 | lijiansong |
111678592c3172d3e178578e008912e0e755f32e | 2,736 | hpp | C++ | deps/boost/include/boost/outcome/experimental/status-code/system_code.hpp | kindlychung/mediasoup-sfu-cpp | f69d2f48f7edbf4f0c57244280a47bea985f39cf | [
"Apache-2.0"
] | 80 | 2021-09-07T12:44:32.000Z | 2022-03-29T01:22:19.000Z | deps/boost/include/boost/outcome/experimental/status-code/system_code.hpp | kindlychung/mediasoup-sfu-cpp | f69d2f48f7edbf4f0c57244280a47bea985f39cf | [
"Apache-2.0"
] | 2 | 2021-12-23T02:49:42.000Z | 2022-02-15T05:28:24.000Z | deps/boost/include/boost/outcome/experimental/status-code/system_code.hpp | kindlychung/mediasoup-sfu-cpp | f69d2f48f7edbf4f0c57244280a47bea985f39cf | [
"Apache-2.0"
] | 25 | 2021-09-14T06:24:25.000Z | 2022-03-20T06:55:07.000Z | /* Proposed SG14 status_code
(C) 2018-2020 Niall Douglas <http://www.nedproductions.biz/> (5 commits)
File Created: Feb 2018
Boost Software License - Version 1.0 - August 17th, 2003
Permission is hereby granted, free of charge, to any person or organization
obtaining a copy of the software and accompanying d... | 38.535211 | 110 | 0.774488 | kindlychung |
11191d13042be879ca1b85e70c0a49aa5fdf32c8 | 113 | cpp | C++ | src/asn1/Asn1Sequence.cpp | LabSEC/libcryptosec | e53030ec32b52b6abeaa973a9f0bfba0eb2c2440 | [
"BSD-3-Clause"
] | 22 | 2015-08-26T16:40:59.000Z | 2022-02-22T19:52:55.000Z | src/asn1/Asn1Sequence.cpp | LabSEC/Libcryptosec | e53030ec32b52b6abeaa973a9f0bfba0eb2c2440 | [
"BSD-3-Clause"
] | 14 | 2015-09-01T00:39:22.000Z | 2018-12-17T16:24:28.000Z | src/asn1/Asn1Sequence.cpp | LabSEC/Libcryptosec | e53030ec32b52b6abeaa973a9f0bfba0eb2c2440 | [
"BSD-3-Clause"
] | 22 | 2015-08-31T19:17:37.000Z | 2021-01-04T13:38:35.000Z | #include <libcryptosec/asn1/Asn1Sequence.h>
Asn1Sequence::Asn1Sequence()
{
}
Asn1Sequence::~Asn1Sequence()
{
}
| 11.3 | 43 | 0.743363 | LabSEC |
1119f16640fa86183026819b3f5d8c4f5b025ee1 | 145 | hpp | C++ | Source/Tools/alive_api/AEJsonUpgrader.hpp | THEONLYDarkShadow/alive_reversing | 680d87088023f2d5f2a40c42d6543809281374fb | [
"MIT"
] | 1 | 2021-04-11T23:44:43.000Z | 2021-04-11T23:44:43.000Z | Source/Tools/alive_api/AEJsonUpgrader.hpp | THEONLYDarkShadow/alive_reversing | 680d87088023f2d5f2a40c42d6543809281374fb | [
"MIT"
] | null | null | null | Source/Tools/alive_api/AEJsonUpgrader.hpp | THEONLYDarkShadow/alive_reversing | 680d87088023f2d5f2a40c42d6543809281374fb | [
"MIT"
] | null | null | null | #pragma once
#include "JsonUpgrader.hpp"
class AEJsonUpgrader : public BaseJsonUpgrader
{
public:
virtual void AddUpgraders() override;
};
| 14.5 | 46 | 0.758621 | THEONLYDarkShadow |
111c303a55d067f1ab1ec11f263587d516e1cd6e | 2,618 | cpp | C++ | example/main.cpp | Megaxela/CodeExecutor | 4d4f4e6ffb298e250e04edb23a29bf90c3e0d43a | [
"MIT"
] | 3 | 2020-05-22T09:24:30.000Z | 2020-11-06T15:16:04.000Z | example/main.cpp | Megaxela/CodeExecutor | 4d4f4e6ffb298e250e04edb23a29bf90c3e0d43a | [
"MIT"
] | null | null | null | example/main.cpp | Megaxela/CodeExecutor | 4d4f4e6ffb298e250e04edb23a29bf90c3e0d43a | [
"MIT"
] | 2 | 2020-05-12T03:28:11.000Z | 2020-11-18T09:48:27.000Z | #include <iostream>
#include <CodeExecutor/Builder.hpp>
#include <CodeExecutor/Process.hpp>
#include <CodeExecutor/CommonCompiler.hpp>
#include <CodeExecutor/CommonLinker.hpp>
static const char* source1Example =
"#include <iostream>\n"
"extern \"C\" int func(int a, int b)"
"{"
" std::cout << a + b <<... | 23.585586 | 86 | 0.585943 | Megaxela |
111c635e4c628c2a19ad779ec3b5d4367200a25f | 983 | hpp | C++ | src/ParallelAlgorithms/Events/Factory.hpp | isha1810/spectre | fc22b6cc9c64d7ebc7f6ffef3252056358673558 | [
"MIT"
] | null | null | null | src/ParallelAlgorithms/Events/Factory.hpp | isha1810/spectre | fc22b6cc9c64d7ebc7f6ffef3252056358673558 | [
"MIT"
] | null | null | null | src/ParallelAlgorithms/Events/Factory.hpp | isha1810/spectre | fc22b6cc9c64d7ebc7f6ffef3252056358673558 | [
"MIT"
] | null | null | null | // Distributed under the MIT License.
// See LICENSE.txt for details.
#pragma once
#include <cstddef>
#include <type_traits>
#include "ParallelAlgorithms/Events/ObserveErrorNorms.hpp"
#include "ParallelAlgorithms/Events/ObserveFields.hpp"
#include "ParallelAlgorithms/Events/ObserveTimeStep.hpp"
#include "Time/Action... | 32.766667 | 74 | 0.734486 | isha1810 |
111e8b0e9f5be361a85c6440edbf8c0c51de1e93 | 8,986 | cc | C++ | chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_apitest_chromeos.cc | iridium-browser/iridium-browser | 907e31cf5ce5ad14d832796e3a7c11e496828959 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 575 | 2015-06-18T23:58:20.000Z | 2022-03-23T09:32:39.000Z | chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_apitest_chromeos.cc | iridium-browser/iridium-browser | 907e31cf5ce5ad14d832796e3a7c11e496828959 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 113 | 2015-05-04T09:58:14.000Z | 2022-01-31T19:35:03.000Z | chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_apitest_chromeos.cc | iridium-browser/iridium-browser | 907e31cf5ce5ad14d832796e3a7c11e496828959 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 52 | 2015-07-14T10:40:50.000Z | 2022-03-15T01:11:49.000Z | // 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 <memory>
#include "base/memory/ptr_util.h"
#include "chrome/browser/apps/platform_apps/app_browsertest_util.h"
#include "chrome/browser/ash/app_... | 37.132231 | 80 | 0.700868 | iridium-browser |
111ebb119453e0d4393187748d113ae45caa36c5 | 7,694 | cxx | C++ | src/lb/ResolveConnect.cxx | CM4all/beng-proxy | ce5a81f7969bc5cb6c5985cdc98f61ef8b5c6159 | [
"BSD-2-Clause"
] | 35 | 2017-08-16T06:52:26.000Z | 2022-03-27T21:49:01.000Z | src/lb/ResolveConnect.cxx | nn6n/beng-proxy | 2cf351da656de6fbace3048ee90a8a6a72f6165c | [
"BSD-2-Clause"
] | 2 | 2017-12-22T15:34:23.000Z | 2022-03-08T04:15:23.000Z | src/lb/ResolveConnect.cxx | nn6n/beng-proxy | 2cf351da656de6fbace3048ee90a8a6a72f6165c | [
"BSD-2-Clause"
] | 8 | 2017-12-22T15:11:47.000Z | 2022-03-15T22:54:04.000Z | /*
* Copyright 2007-2021 CM4all GmbH
* All rights reserved.
*
* author: Max Kellermann <mk@cm4all.com>
*
* 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 abo... | 26.081356 | 83 | 0.731089 | CM4all |
111fa1fff1f3ff3fb6f6c4d8df923964b5c3175d | 2,996 | cpp | C++ | query_optimizer/LogicalGenerator.cpp | Hacker0912/quickstep-datalog | 1de22e7ab787b5efa619861a167a097ff6a4f549 | [
"Apache-2.0"
] | 82 | 2016-04-18T03:59:06.000Z | 2019-02-04T11:46:08.000Z | query_optimizer/LogicalGenerator.cpp | Hacker0912/quickstep-datalog | 1de22e7ab787b5efa619861a167a097ff6a4f549 | [
"Apache-2.0"
] | 265 | 2016-04-19T17:52:43.000Z | 2018-10-11T17:55:08.000Z | query_optimizer/LogicalGenerator.cpp | Hacker0912/quickstep-datalog | 1de22e7ab787b5efa619861a167a097ff6a4f549 | [
"Apache-2.0"
] | 68 | 2016-04-18T05:00:34.000Z | 2018-10-30T12:41:02.000Z | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | 34.436782 | 71 | 0.756342 | Hacker0912 |