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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d51dfddb056aafb94a7f794d742e57d95e02e90e | 1,201 | cc | C++ | RecoVertex/KalmanVertexFit/src/KalmanSmoothedVertexChi2Estimator.cc | nistefan/cmssw | ea13af97f7f2117a4f590a5e654e06ecd9825a5b | [
"Apache-2.0"
] | 3 | 2018-08-24T19:10:26.000Z | 2019-02-19T11:45:32.000Z | RecoVertex/KalmanVertexFit/src/KalmanSmoothedVertexChi2Estimator.cc | nistefan/cmssw | ea13af97f7f2117a4f590a5e654e06ecd9825a5b | [
"Apache-2.0"
] | 3 | 2018-08-23T13:40:24.000Z | 2019-12-05T21:16:03.000Z | RecoVertex/KalmanVertexFit/src/KalmanSmoothedVertexChi2Estimator.cc | nistefan/cmssw | ea13af97f7f2117a4f590a5e654e06ecd9825a5b | [
"Apache-2.0"
] | 5 | 2018-08-21T16:37:52.000Z | 2020-01-09T13:33:17.000Z | #include "RecoVertex/KalmanVertexFit/interface/KalmanSmoothedVertexChi2Estimator.h"
// #include "RecoVertex/KalmanVertexFit/interface/KalmanVertexTrackCompatibilityEstimator.h"
template <unsigned int N>
typename KalmanSmoothedVertexChi2Estimator<N>::BDpair
KalmanSmoothedVertexChi2Estimator<N>::estimate(const CachingV... | 35.323529 | 103 | 0.751873 | nistefan |
d51e713f2142a93529d4e0b16da18cf492ebc097 | 3,584 | cpp | C++ | vnext/Microsoft.ReactNative/Base/CoreUIManagers.cpp | CoDeRgAnEsh/react-native-windows | c99016ee963168de0088e5d03a22e1f85bf181f6 | [
"MIT"
] | 1 | 2021-11-09T10:25:13.000Z | 2021-11-09T10:25:13.000Z | vnext/Microsoft.ReactNative/Base/CoreUIManagers.cpp | CoDeRgAnEsh/react-native-windows | c99016ee963168de0088e5d03a22e1f85bf181f6 | [
"MIT"
] | 1 | 2020-10-12T19:39:41.000Z | 2020-10-12T19:39:41.000Z | vnext/Microsoft.ReactNative/Base/CoreUIManagers.cpp | CoDeRgAnEsh/react-native-windows | c99016ee963168de0088e5d03a22e1f85bf181f6 | [
"MIT"
] | null | null | null | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
#include "pch.h"
#include <IReactInstance.h>
#include <IUIManager.h>
#include <Modules/NativeUIManager.h>
#include <ViewManagerProvider.h>
// Standard View Managers
#include <Views/ActivityIndicatorViewManager.h>
#include <Views/D... | 45.948718 | 91 | 0.787109 | CoDeRgAnEsh |
d51f1b2d6660cd5d0d55f0179da64346ea33a26a | 510 | cpp | C++ | FL/Prac1/Prac.cpp | Wiki-fan/MIPT-all | acdb35fa11bc4f0127da4d5de0c33c7d0e91b699 | [
"Unlicense"
] | null | null | null | FL/Prac1/Prac.cpp | Wiki-fan/MIPT-all | acdb35fa11bc4f0127da4d5de0c33c7d0e91b699 | [
"Unlicense"
] | null | null | null | FL/Prac1/Prac.cpp | Wiki-fan/MIPT-all | acdb35fa11bc4f0127da4d5de0c33c7d0e91b699 | [
"Unlicense"
] | null | null | null | #include <iostream>
#include "Prac.h"
// Тесты из условия
// ab+c.aba.*.bac.+.+* a 4 NO
// acb..bab.c.*.ab.ba.+.+*a. b 2 YES
// Мои тесты
// aa.a+b. a 2 YES
// aa.b.c.aa.a.+ a 3 YES
// 1aa.+b. a 2 YES
// a*b. a 123456 YES
// aa.a. a 4 NO
// a++ a 42 ParseException
int main()
{
Prac<> prac;
std::string s;
i... | 18.214286 | 40 | 0.484314 | Wiki-fan |
d51f36b11206a9843bbfecb8aa875ab13a9eefea | 2,569 | cpp | C++ | scrimmage/src/viewer/CameraInterface.cpp | ddfan/swarm_evolve | cd2d972c021e9af5946673363fbfd39cff18f13f | [
"MIT"
] | 10 | 2019-04-29T03:01:19.000Z | 2022-03-22T03:11:30.000Z | scrimmage/src/viewer/CameraInterface.cpp | lyers179/swarm_evolve | cd2d972c021e9af5946673363fbfd39cff18f13f | [
"MIT"
] | 3 | 2018-10-29T02:14:10.000Z | 2020-11-23T02:36:14.000Z | scrimmage/src/viewer/CameraInterface.cpp | lyers179/swarm_evolve | cd2d972c021e9af5946673363fbfd39cff18f13f | [
"MIT"
] | 8 | 2018-10-29T02:07:56.000Z | 2022-01-04T06:37:53.000Z | #include <iostream>
#include <scrimmage/viewer/CameraInterface.h>
using std::cout;
using std::endl;
namespace scrimmage {
CameraInterface::CameraInterface()
{
}
CameraInterface *CameraInterface::New()
{
CameraInterface *cb = new CameraInterface;
return cb... | 27.329787 | 63 | 0.500195 | ddfan |
d520f8873bb38be108e1aeb0db4be441ab93aa37 | 11,470 | cpp | C++ | src/kits/shared/SettingsMessage.cpp | Yn0ga/haiku | 74e271b2a286c239e60f0ec261f4f197f4727eee | [
"MIT"
] | 1,338 | 2015-01-03T20:06:56.000Z | 2022-03-26T13:49:54.000Z | src/kits/shared/SettingsMessage.cpp | Yn0ga/haiku | 74e271b2a286c239e60f0ec261f4f197f4727eee | [
"MIT"
] | 15 | 2015-01-17T22:19:32.000Z | 2021-12-20T12:35:00.000Z | src/kits/shared/SettingsMessage.cpp | Yn0ga/haiku | 74e271b2a286c239e60f0ec261f4f197f4727eee | [
"MIT"
] | 350 | 2015-01-08T14:15:27.000Z | 2022-03-21T18:14:35.000Z | /*
* Copyright 2008-2010, Stephan Aßmus <superstippi@gmx.de>.
* Copyright 1998, Eric Shepherd.
* All rights reserved. Distributed under the terms of the Be Sample Code
* license.
*/
//! Be Newsletter Volume II, Issue 35; September 2, 1998 (Eric Shepherd)
#include "SettingsMessage.h"
#include <new>
#include <Au... | 19.440678 | 80 | 0.710898 | Yn0ga |
d5224e5b615d71be30c25d1d5145b20814782be7 | 328 | cpp | C++ | pvl/abridged/math/numtheory/extended-euclidean.cpp | bullybutcher/progvar-library | 4d4b351c8a2540c522d00138e1bcf0edc528b540 | [
"MIT"
] | 3 | 2021-10-16T13:22:58.000Z | 2021-10-29T22:03:44.000Z | pvl/abridged/math/numtheory/extended-euclidean.cpp | bullybutcher/progvar-library | 4d4b351c8a2540c522d00138e1bcf0edc528b540 | [
"MIT"
] | 19 | 2021-11-27T14:40:00.000Z | 2022-03-30T07:14:59.000Z | pvl/abridged/math/numtheory/extended-euclidean.cpp | bullybutcher/progvar-library | 4d4b351c8a2540c522d00138e1bcf0edc528b540 | [
"MIT"
] | 2 | 2022-03-11T20:53:41.000Z | 2022-03-20T07:08:46.000Z | ll mod(ll x, ll m) { // use this instead of x % m
if (m == 0) return 0;
if (m < 0) m *= -1;
return (x%m + m) % m; // always nonnegative
}
ll extended_euclid(ll a, ll b, ll &x, ll &y) {
if (b==0) {x = 1; y = 0; return a;}
ll g = extended_euclid(b, a%b, x, y);
ll z = x - a/b*y;
x = y; y = z; return... | 27.333333 | 50 | 0.481707 | bullybutcher |
d5225bf832659fe6ae322220784e150ab36c2848 | 26,949 | hpp | C++ | include/ztd/text/transcode_iterator.hpp | nickelpro/text | cec4c9a0887f20072a4506a2415482308c8a185b | [
"Apache-2.0"
] | null | null | null | include/ztd/text/transcode_iterator.hpp | nickelpro/text | cec4c9a0887f20072a4506a2415482308c8a185b | [
"Apache-2.0"
] | null | null | null | include/ztd/text/transcode_iterator.hpp | nickelpro/text | cec4c9a0887f20072a4506a2415482308c8a185b | [
"Apache-2.0"
] | null | null | null | // =============================================================================
//
// ztd.text
// Copyright © 2021 JeanHeyd "ThePhD" Meneide and Shepherd's Oasis, LLC
// Contact: opensource@soasis.org
//
// Commercial License Usage
// Licensees holding valid commercial ztd.text licenses may use this file in
//... | 43.677472 | 163 | 0.702698 | nickelpro |
d52298ad544666dcda5b57def0f7afc7aeb59d7a | 4,550 | cpp | C++ | be/test/exprs/percentile_approx_test.cpp | zhongyun2019/incubator-doris | 41c229fd42fc7777e7836897c240315c13dd0e8c | [
"Apache-2.0"
] | 1 | 2021-09-10T17:48:30.000Z | 2021-09-10T17:48:30.000Z | be/test/exprs/percentile_approx_test.cpp | zhongyun2019/incubator-doris | 41c229fd42fc7777e7836897c240315c13dd0e8c | [
"Apache-2.0"
] | null | null | null | be/test/exprs/percentile_approx_test.cpp | zhongyun2019/incubator-doris | 41c229fd42fc7777e7836897c240315c13dd0e8c | [
"Apache-2.0"
] | null | null | null | // Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may... | 37.295082 | 106 | 0.74044 | zhongyun2019 |
d522bc150024129c5228765640518b246aff9d4a | 917 | cpp | C++ | src/plugins/secman/persistentstorage.cpp | Maledictus/leechcraft | 79ec64824de11780b8e8bdfd5d8a2f3514158b12 | [
"BSL-1.0"
] | 120 | 2015-01-22T14:10:39.000Z | 2021-11-25T12:57:16.000Z | src/plugins/secman/persistentstorage.cpp | Maledictus/leechcraft | 79ec64824de11780b8e8bdfd5d8a2f3514158b12 | [
"BSL-1.0"
] | 8 | 2015-02-07T19:38:19.000Z | 2017-11-30T20:18:28.000Z | src/plugins/secman/persistentstorage.cpp | Maledictus/leechcraft | 79ec64824de11780b8e8bdfd5d8a2f3514158b12 | [
"BSL-1.0"
] | 33 | 2015-02-07T16:59:55.000Z | 2021-10-12T00:36:40.000Z | /**********************************************************************
* LeechCraft - modular cross-platform feature rich internet client.
* Copyright (C) 2010 Vadim Misbakh-Soloviev, Georg Rudoy
*
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE or copy at https://ww... | 24.783784 | 83 | 0.606325 | Maledictus |
d52358fbb1f812cf95ab23ca09d02e619592d14d | 687 | cpp | C++ | 24.cpp | 5x/CppPracticalCourseSolutions | 1795e0630e7065ccfc0acea58782af94ea99276e | [
"MIT"
] | null | null | null | 24.cpp | 5x/CppPracticalCourseSolutions | 1795e0630e7065ccfc0acea58782af94ea99276e | [
"MIT"
] | null | null | null | 24.cpp | 5x/CppPracticalCourseSolutions | 1795e0630e7065ccfc0acea58782af94ea99276e | [
"MIT"
] | null | null | null | #include "stdafx.h"
#include <iostream>
using namespace std;
class it {
public:
it(int t) {
n = t;
}
virtual int get() {
return n;
}
private:
int n;
};
class Virtual1 :virtual public it {
public:
Virtual1() :it(0) {
}
};
class Virtual2 :virtua... | 12.962264 | 51 | 0.483261 | 5x |
d5260f9491adb7dc7e37e3a26d813b233c0b2b38 | 1,068 | cpp | C++ | 1. PreliminaryAlgorithm/BinarySearch/1.A1085.cpp | huangjiayu-zju/PAT-A | ecb07409727c56d556a5af1b201158bab0d0d2e8 | [
"MIT"
] | null | null | null | 1. PreliminaryAlgorithm/BinarySearch/1.A1085.cpp | huangjiayu-zju/PAT-A | ecb07409727c56d556a5af1b201158bab0d0d2e8 | [
"MIT"
] | null | null | null | 1. PreliminaryAlgorithm/BinarySearch/1.A1085.cpp | huangjiayu-zju/PAT-A | ecb07409727c56d556a5af1b201158bab0d0d2e8 | [
"MIT"
] | null | null | null | #include<cstdio>
#include<algorithm>
using namespace std;
//从左至右扫描序列,对其中的每个数a[i],在a[i+1]~a[n-1]内二分查找第一个超过a[i]*p的数的位置j
//这样j-i就是对位置i来说满足条件的最远长度,取所有j-i的最大值即可
const int maxn = 100010;
int n, p, seq[maxn];
int binarySearch(int i, long long x)
{ //在[i+1,n-1]范围内查找第一个大于x的数的位置
if (seq[n - 1] <= x)
{
return n... | 21.36 | 90 | 0.469101 | huangjiayu-zju |
d52659025a7817599fb282f14ef9d07882c2673b | 1,305 | cpp | C++ | Framework/Commons/Source/Representations/Infrastructure/RobotInfo.cpp | tarsoly/NaoTH | dcd2b67ef6bf9953c81d3e1b26e543b5922b7d52 | [
"ECL-2.0",
"Apache-2.0"
] | 15 | 2015-01-12T10:46:29.000Z | 2022-03-28T05:13:14.000Z | Framework/Commons/Source/Representations/Infrastructure/RobotInfo.cpp | tarsoly/NaoTH | dcd2b67ef6bf9953c81d3e1b26e543b5922b7d52 | [
"ECL-2.0",
"Apache-2.0"
] | 2 | 2019-01-20T21:07:50.000Z | 2020-01-22T14:00:28.000Z | Framework/Commons/Source/Representations/Infrastructure/RobotInfo.cpp | tarsoly/NaoTH | dcd2b67ef6bf9953c81d3e1b26e543b5922b7d52 | [
"ECL-2.0",
"Apache-2.0"
] | 5 | 2018-02-07T18:18:10.000Z | 2019-10-15T17:01:41.000Z | #include "RobotInfo.h"
#include "Messages/Framework-Representations.pb.h"
#include <google/protobuf/io/zero_copy_stream_impl.h>
using namespace naoth;
void Serializer<RobotInfo>::serialize(const RobotInfo& representation, std::ostream& stream)
{
naothmessages::RobotInfo info;
info.set_platform(representation.pl... | 26.1 | 92 | 0.754789 | tarsoly |
d526f2b40f5c9c5a1a320cb4f2dcfc98e90e61a9 | 10,901 | cpp | C++ | third_party/virtualbox/src/VBox/Runtime/common/ldr/ldrMemory.cpp | Fimbure/icebox-1 | 0b81992a53e1b410955ca89bdb6f8169d6f2da86 | [
"MIT"
] | 521 | 2019-03-29T15:44:08.000Z | 2022-03-22T09:46:19.000Z | third_party/virtualbox/src/VBox/Runtime/common/ldr/ldrMemory.cpp | Fimbure/icebox-1 | 0b81992a53e1b410955ca89bdb6f8169d6f2da86 | [
"MIT"
] | 30 | 2019-06-04T17:00:49.000Z | 2021-09-08T20:44:19.000Z | third_party/virtualbox/src/VBox/Runtime/common/ldr/ldrMemory.cpp | Fimbure/icebox-1 | 0b81992a53e1b410955ca89bdb6f8169d6f2da86 | [
"MIT"
] | 99 | 2019-03-29T16:04:13.000Z | 2022-03-28T16:59:34.000Z |
/* $Id: ldrMemory.cpp $ */
/** @file
* IPRT - Binary Image Loader, The Memory/Debugger Oriented Parts.
*/
/*
* Copyright (C) 2006-2017 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
* you can redistrib... | 33.033333 | 131 | 0.605541 | Fimbure |
d52980a6264b1af8232d923405dda33df7abda2d | 4,716 | cpp | C++ | contrib/preflate/preflate_seq_chain.cpp | Razor12911/xtool | 4797195ad310e8f6dc2eae8eb86fe14683f77cf0 | [
"MIT"
] | 11 | 2022-01-17T22:05:37.000Z | 2022-02-23T19:18:19.000Z | contrib/preflate/preflate_seq_chain.cpp | Razor12911/xtool | 4797195ad310e8f6dc2eae8eb86fe14683f77cf0 | [
"MIT"
] | null | null | null | contrib/preflate/preflate_seq_chain.cpp | Razor12911/xtool | 4797195ad310e8f6dc2eae8eb86fe14683f77cf0 | [
"MIT"
] | null | null | null | /* Copyright 2018 Dirk Steinke
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writi... | 33.446809 | 102 | 0.610263 | Razor12911 |
d5299f014cc7416aa941ddcf4d3e010d2ee6026a | 3,648 | cpp | C++ | clang-tools-extra/clangd/refactor/tweaks/SwapIfBranches.cpp | Santhosh-KS/llvm-project | 3f59ff7ab43dc4a56eb5beadc03ab18ba62d478d | [
"Apache-2.0"
] | 305 | 2019-09-14T17:16:05.000Z | 2022-03-31T15:05:20.000Z | clang-tools-extra/clangd/refactor/tweaks/SwapIfBranches.cpp | Santhosh-KS/llvm-project | 3f59ff7ab43dc4a56eb5beadc03ab18ba62d478d | [
"Apache-2.0"
] | 11 | 2019-10-17T21:11:52.000Z | 2022-02-17T20:10:00.000Z | clang-tools-extra/clangd/refactor/tweaks/SwapIfBranches.cpp | Santhosh-KS/llvm-project | 3f59ff7ab43dc4a56eb5beadc03ab18ba62d478d | [
"Apache-2.0"
] | 24 | 2019-10-03T11:22:11.000Z | 2022-01-25T09:59:30.000Z | //===--- SwapIfBranches.cpp --------------------------------------*- C++-*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | 38 | 80 | 0.626371 | Santhosh-KS |
d52a43c89110d2ba055080f9d39630405447198c | 784 | cpp | C++ | backend/tests/test-helib-fp-int8_t-encrypt-serialize.cpp | vkurilin/SHEEP | 2ccaef32c16efcf5dbc8eefd1dc243bed4ac2fbb | [
"MIT"
] | 40 | 2018-12-03T13:01:06.000Z | 2022-02-23T13:04:12.000Z | backend/tests/test-helib-fp-int8_t-encrypt-serialize.cpp | vkurilin/SHEEP | 2ccaef32c16efcf5dbc8eefd1dc243bed4ac2fbb | [
"MIT"
] | 63 | 2018-09-11T14:13:31.000Z | 2020-01-14T16:12:39.000Z | backend/tests/test-helib-fp-int8_t-encrypt-serialize.cpp | vkurilin/SHEEP | 2ccaef32c16efcf5dbc8eefd1dc243bed4ac2fbb | [
"MIT"
] | 7 | 2019-07-10T14:48:31.000Z | 2022-03-23T09:12:11.000Z | #include <algorithm>
#include <cassert>
#include <cstdint>
#include "circuit-test-util.hpp"
#include "context-helib.hpp"
#include "simple-circuits.hpp"
using namespace SHEEP;
typedef ContextHElib_Fp<int8_t>::Plaintext Plaintext;
typedef ContextHElib_Fp<int8_t>::Ciphertext Ciphertext;
// Encrypt a value, decrypt the r... | 29.037037 | 77 | 0.737245 | vkurilin |
d52b181fbda472a41941228395103825e045e65e | 1,415 | cpp | C++ | MonoNative/mscorlib/System/Security/Policy/mscorlib_System_Security_Policy_ApplicationTrustEnumerator.cpp | brunolauze/MonoNative | 959fb52c2c1ffe87476ab0d6e4fcce0ad9ce1e66 | [
"BSD-2-Clause"
] | 7 | 2015-03-10T03:36:16.000Z | 2021-11-05T01:16:58.000Z | MonoNative/mscorlib/System/Security/Policy/mscorlib_System_Security_Policy_ApplicationTrustEnumerator.cpp | brunolauze/MonoNative | 959fb52c2c1ffe87476ab0d6e4fcce0ad9ce1e66 | [
"BSD-2-Clause"
] | 1 | 2020-06-23T10:02:33.000Z | 2020-06-24T02:05:47.000Z | MonoNative/mscorlib/System/Security/Policy/mscorlib_System_Security_Policy_ApplicationTrustEnumerator.cpp | brunolauze/MonoNative | 959fb52c2c1ffe87476ab0d6e4fcce0ad9ce1e66 | [
"BSD-2-Clause"
] | null | null | null | #include <mscorlib/System/Security/Policy/mscorlib_System_Security_Policy_ApplicationTrustEnumerator.h>
#include <mscorlib/System/Security/Policy/mscorlib_System_Security_Policy_ApplicationTrust.h>
#include <mscorlib/System/mscorlib_System_Type.h>
#include <mscorlib/System/mscorlib_System_String.h>
namespace mscorli... | 32.906977 | 183 | 0.741343 | brunolauze |
d52b358796b656c4c32c81afa7e188af99539817 | 20,635 | cpp | C++ | PersonDetection/OpenCV2.3.1/modules/ml/src/data.cpp | vohoaiviet/Human-Detection | e34acdab5af81fc2e99d686ada470a114ae3de63 | [
"MIT"
] | 28 | 2015-04-28T08:45:43.000Z | 2021-11-15T12:10:12.000Z | 3rdparty/OpenCV-2.3.0/modules/ml/src/data.cpp | fughz/frayer | ec0a671bc6df3c5f0fe3a94d07b6748a14a8ba91 | [
"BSD-3-Clause"
] | null | null | null | 3rdparty/OpenCV-2.3.0/modules/ml/src/data.cpp | fughz/frayer | ec0a671bc6df3c5f0fe3a94d07b6748a14a8ba91 | [
"BSD-3-Clause"
] | 28 | 2015-04-07T04:02:07.000Z | 2019-03-31T17:55:42.000Z | /*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, instal... | 27.476698 | 142 | 0.576399 | vohoaiviet |
d52c13fb7cc5d68dd3b9ded7b4ce033eecb3378b | 4,444 | cpp | C++ | tem/src/v20210701/model/CreateCosTokenRequest.cpp | suluner/tencentcloud-sdk-cpp | a56c73cc3f488c4d1e10755704107bb15c5e000d | [
"Apache-2.0"
] | 43 | 2019-08-14T08:14:12.000Z | 2022-03-30T12:35:09.000Z | tem/src/v20210701/model/CreateCosTokenRequest.cpp | suluner/tencentcloud-sdk-cpp | a56c73cc3f488c4d1e10755704107bb15c5e000d | [
"Apache-2.0"
] | 12 | 2019-07-15T10:44:59.000Z | 2021-11-02T12:35:00.000Z | tem/src/v20210701/model/CreateCosTokenRequest.cpp | suluner/tencentcloud-sdk-cpp | a56c73cc3f488c4d1e10755704107bb15c5e000d | [
"Apache-2.0"
] | 28 | 2019-07-12T09:06:22.000Z | 2022-03-30T08:04:18.000Z | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... | 26.141176 | 98 | 0.729073 | suluner |
d52d2d1e47065a18db8eb3ef3f8c7da9ff8e291a | 37,157 | hpp | C++ | thirdparty/json-voorhees/include/jsonv/value.hpp | liftchampion/nativejson-benchmark | 6d575ffa4359a5c4230f74b07d994602a8016fb5 | [
"MIT"
] | null | null | null | thirdparty/json-voorhees/include/jsonv/value.hpp | liftchampion/nativejson-benchmark | 6d575ffa4359a5c4230f74b07d994602a8016fb5 | [
"MIT"
] | null | null | null | thirdparty/json-voorhees/include/jsonv/value.hpp | liftchampion/nativejson-benchmark | 6d575ffa4359a5c4230f74b07d994602a8016fb5 | [
"MIT"
] | null | null | null | /** \file jsonv/value.hpp
*
* Copyright (c) 2012-2015 by Travis Gockel. All rights reserved.
*
* This program is free software: you can redistribute it and/or modify it under the terms of the Apache License
* as published by the Apache Software Foundation, either version 2 of the License, or (at your option) ... | 35.086874 | 127 | 0.613613 | liftchampion |
d52d3ef79885ead4daab4a834fefb5dc9f7d710d | 6,539 | cpp | C++ | framework/src/bundle/BundleVersion.cpp | CMakeezer/CppMicroServices | b787be130391bc278386b75da541b6661fe2f553 | [
"Apache-2.0"
] | 1 | 2020-08-13T15:21:11.000Z | 2020-08-13T15:21:11.000Z | framework/src/bundle/BundleVersion.cpp | CMakeezer/CppMicroServices | b787be130391bc278386b75da541b6661fe2f553 | [
"Apache-2.0"
] | null | null | null | framework/src/bundle/BundleVersion.cpp | CMakeezer/CppMicroServices | b787be130391bc278386b75da541b6661fe2f553 | [
"Apache-2.0"
] | 1 | 2020-08-13T15:21:45.000Z | 2020-08-13T15:21:45.000Z | /*=============================================================================
Library: CppMicroServices
Copyright (c) The CppMicroServices developers. See the COPYRIGHT
file at the top-level directory of this distribution and at
https://github.com/CppMicroServices/CppMicroServices/COPYRIGHT .
Licensed un... | 23.024648 | 80 | 0.649182 | CMakeezer |
d533292113ab483609b8415f2d057f88c526cfb8 | 2,470 | cpp | C++ | slobrok/src/apps/check_slobrok/check_slobrok.cpp | Anlon-Burke/vespa | 5ecd989b36cc61716bf68f032a3482bf01fab726 | [
"Apache-2.0"
] | 4,054 | 2017-08-11T07:58:38.000Z | 2022-03-31T22:32:15.000Z | slobrok/src/apps/check_slobrok/check_slobrok.cpp | Anlon-Burke/vespa | 5ecd989b36cc61716bf68f032a3482bf01fab726 | [
"Apache-2.0"
] | 4,854 | 2017-08-10T20:19:25.000Z | 2022-03-31T19:04:23.000Z | slobrok/src/apps/check_slobrok/check_slobrok.cpp | Anlon-Burke/vespa | 5ecd989b36cc61716bf68f032a3482bf01fab726 | [
"Apache-2.0"
] | 541 | 2017-08-10T18:51:18.000Z | 2022-03-11T03:18:56.000Z | // Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include <vespa/fastos/app.h>
#include <vespa/fnet/frt/supervisor.h>
#include <vespa/fnet/frt/target.h>
#include <vespa/fnet/frt/rpcrequest.h>
#include <sstream>
#include <vespa/log/log.h>
LOG_SETUP("check_slobro... | 22.053571 | 104 | 0.604858 | Anlon-Burke |
d5354771d13ed3b5ca1b6399b6fc13801d69f50b | 59,895 | cc | C++ | test/unittests/t_history.cc | chrisburr/cvmfs | 74691036341e6010c83e9dff093f0bcad6fd08e1 | [
"BSD-3-Clause"
] | 2 | 2021-05-15T05:22:23.000Z | 2021-05-15T05:23:00.000Z | test/unittests/t_history.cc | chrisburr/cvmfs | 74691036341e6010c83e9dff093f0bcad6fd08e1 | [
"BSD-3-Clause"
] | 2 | 2021-11-18T16:48:22.000Z | 2022-03-03T13:38:57.000Z | test/unittests/t_history.cc | chrisburr/cvmfs | 74691036341e6010c83e9dff093f0bcad6fd08e1 | [
"BSD-3-Clause"
] | 1 | 2021-12-13T00:20:14.000Z | 2021-12-13T00:20:14.000Z | /**
* This file is part of the CernVM File System.
*/
#include <gtest/gtest.h>
#include <algorithm>
#include <map>
#include <string>
#include "compression.h"
#include "history_sqlite.h"
#include "prng.h"
#include "testutil.h"
using history::History;
using history::SqliteHistory;
template <class HistoryT>
class T... | 35.929814 | 80 | 0.698038 | chrisburr |
d5365c85a6b5e1df62c2bd2017d064f6431c9e89 | 981 | cpp | C++ | droneLoggerROSModule/src/source/droneLoggerROSModuleNode.cpp | MorS25/cvg_quadrotor_swarm | da75d02049163cf65fd7305bc46a16359a851c7c | [
"BSD-3-Clause"
] | null | null | null | droneLoggerROSModule/src/source/droneLoggerROSModuleNode.cpp | MorS25/cvg_quadrotor_swarm | da75d02049163cf65fd7305bc46a16359a851c7c | [
"BSD-3-Clause"
] | null | null | null | droneLoggerROSModule/src/source/droneLoggerROSModuleNode.cpp | MorS25/cvg_quadrotor_swarm | da75d02049163cf65fd7305bc46a16359a851c7c | [
"BSD-3-Clause"
] | null | null | null | //////////////////////////////////////////////////////
// droneLoggerROSModuleNode.cpp
//
// Created on: Dec 11, 2013
// Author: jespestana
//
// Last modification on: Dec 11, 2013
// Author: jespestana
//
//////////////////////////////////////////////////////
#include <iostream>
#include "ros/ros.h"
#inc... | 23.926829 | 71 | 0.510703 | MorS25 |
d5370e59cd62fb16f9a94f3f6fa995657d4429df | 100,992 | hpp | C++ | include/blib/bun/impl/orm.hpp | sp-mishra/bun | b2a3601872bb13cb92c05368b625e3448513fb93 | [
"BSD-3-Clause"
] | 86 | 2016-05-17T08:22:35.000Z | 2022-03-19T20:01:43.000Z | include/blib/bun/impl/orm.hpp | sp-mishra/bun | b2a3601872bb13cb92c05368b625e3448513fb93 | [
"BSD-3-Clause"
] | 22 | 2016-04-30T20:07:02.000Z | 2020-06-07T15:23:02.000Z | include/blib/bun/impl/orm.hpp | sp-mishra/bun | b2a3601872bb13cb92c05368b625e3448513fb93 | [
"BSD-3-Clause"
] | 23 | 2016-05-18T16:50:28.000Z | 2022-03-19T20:01:57.000Z | #pragma once
///////////////////////////////////////////////////////////////////////////////
/// @file Bun.hpp
/// @author BrainlessLabs
/// @version 0.3
/// @brief The include file for Bun ORM. This file includes all the source
/// to make the class/struct persist in sqlite. Users need to include
/// on... | 45.718425 | 375 | 0.505901 | sp-mishra |
d537d4836323ab4b50665c45ff9824224239a0b0 | 2,812 | cpp | C++ | game/code/common/engine/render/ogles2/oglessamplerstate.cpp | justinctlam/MarbleStrike | 64fe36a5a4db2b299983b0e2556ab1cd8126259b | [
"MIT"
] | null | null | null | game/code/common/engine/render/ogles2/oglessamplerstate.cpp | justinctlam/MarbleStrike | 64fe36a5a4db2b299983b0e2556ab1cd8126259b | [
"MIT"
] | null | null | null | game/code/common/engine/render/ogles2/oglessamplerstate.cpp | justinctlam/MarbleStrike | 64fe36a5a4db2b299983b0e2556ab1cd8126259b | [
"MIT"
] | 2 | 2019-03-08T03:02:45.000Z | 2019-05-14T08:41:26.000Z | #if defined( RENDER_PLAT_OGLES2 )
//////////////////////////////////////////////////////
// INCLUDES
//////////////////////////////////////////////////////
#include "common/engine/game/gameapp.hpp"
#include "common/engine/render/ogles2/oglessamplerstate.hpp"
#include "common/engine/render/ogles2/ogleswrapper.hpp"
#in... | 28.40404 | 126 | 0.605263 | justinctlam |
d53922d188feee012efef3416e355a3a58b26fdd | 792 | cpp | C++ | src/taglib/TagLibUnity_mpeg.cpp | khanhas/nowplaying-node | 6d4455d6ab196866ad409635f6db3fd15cc96251 | [
"MIT"
] | 14 | 2018-05-27T22:01:35.000Z | 2022-03-05T19:05:33.000Z | src/taglib/TagLibUnity_mpeg.cpp | khanhas/nowplaying-node | 6d4455d6ab196866ad409635f6db3fd15cc96251 | [
"MIT"
] | null | null | null | src/taglib/TagLibUnity_mpeg.cpp | khanhas/nowplaying-node | 6d4455d6ab196866ad409635f6db3fd15cc96251 | [
"MIT"
] | 5 | 2018-06-06T03:14:37.000Z | 2021-10-11T17:52:29.000Z | /* Copyright (C) 2014 Rainmeter Project Developers
*
* This Source Code Form is subject to the terms of the GNU General Public
* License; either version 2 of the License, or (at your option) any later
* version. If a copy of the GPL was not distributed with this file, You can
* obtain one at <https://www.gnu.org/l... | 34.434783 | 95 | 0.752525 | khanhas |
d53931a98fa933cdd46718843aaf4b5c3aed6cea | 535 | cpp | C++ | 2nd/204_count_primes.cpp | buptlxb/leetcode | b641419de040801c4f54618d7ee26edcf10ee53c | [
"BSD-3-Clause"
] | null | null | null | 2nd/204_count_primes.cpp | buptlxb/leetcode | b641419de040801c4f54618d7ee26edcf10ee53c | [
"BSD-3-Clause"
] | null | null | null | 2nd/204_count_primes.cpp | buptlxb/leetcode | b641419de040801c4f54618d7ee26edcf10ee53c | [
"BSD-3-Clause"
] | null | null | null | #include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
class Solution {
public:
int countPrimes(int n) {
if (n < 3)
return 0;
vector<bool> vec(n, true);
for (int i = 2; i < n; ++i) {
if (!vec[i])
continue;
for (in... | 19.107143 | 53 | 0.472897 | buptlxb |
d539ccd2a78fdbb1298991bfcc7cbc53a5c978ec | 3,506 | cc | C++ | sitl_config/usv/vrx_gazebo/src/waypoint_markers.cc | lnexenl/XTDrone | f0402d44ac3b9a8435cfc67aea769ef659892010 | [
"MIT"
] | 457 | 2020-03-21T05:27:37.000Z | 2022-03-30T12:05:52.000Z | sitl_config/usv/vrx_gazebo/src/waypoint_markers.cc | lnexenl/XTDrone | f0402d44ac3b9a8435cfc67aea769ef659892010 | [
"MIT"
] | 29 | 2020-05-18T16:48:06.000Z | 2022-03-31T05:43:24.000Z | sitl_config/usv/vrx_gazebo/src/waypoint_markers.cc | lnexenl/XTDrone | f0402d44ac3b9a8435cfc67aea769ef659892010 | [
"MIT"
] | 121 | 2020-03-21T06:43:04.000Z | 2022-03-31T12:27:29.000Z | /*
* Copyright (C) 2019 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... | 30.754386 | 79 | 0.592698 | lnexenl |
d53a10df498d4b2f887daf6a5b195a1ddb15f940 | 2,596 | hpp | C++ | tools/dump/switches.hpp | paulhuggett/pstore2 | a0c663d10a2e2713fdf39ecdae1f9c1e96041f5c | [
"Apache-2.0"
] | 11 | 2018-02-02T21:24:49.000Z | 2020-12-11T04:06:03.000Z | tools/dump/switches.hpp | SNSystems/pstore | 74e9dd960245d6bfc125af03ed964d8ad660a62d | [
"Apache-2.0"
] | 63 | 2018-02-05T17:24:59.000Z | 2022-03-22T17:26:28.000Z | tools/dump/switches.hpp | paulhuggett/pstore | 067be94d87c87fce524c8d76c6f47c347d8f1853 | [
"Apache-2.0"
] | 5 | 2020-01-13T22:47:11.000Z | 2021-05-14T09:31:15.000Z | //===- tools/dump/switches.hpp ----------------------------*- mode: C++ -*-===//
//* _ _ _ *
//* _____ _(_) |_ ___| |__ ___ ___ *
//* / __\ \ /\ / / | __/ __| '_ \ / _ \/ __| *
//* \__ \\ V V /| | || (__| | | | __/\__ \ *
//* |___/ \_/\_/ |_|\__\___|_| |_|\___||___/ *
//* ... | 36.56338 | 87 | 0.605547 | paulhuggett |
d53a3436a1ce275d1957fe3be24593e0daded105 | 609 | cpp | C++ | codeforces/259c.little-elephant-and-bits/259c.cpp | KayvanMazaheri/acm | aeb05074bc9b9c92f35b6a741183da09a08af85d | [
"MIT"
] | 3 | 2018-01-19T14:09:23.000Z | 2018-02-01T00:40:55.000Z | codeforces/259c.little-elephant-and-bits/259c.cpp | KayvanMazaheri/acm | aeb05074bc9b9c92f35b6a741183da09a08af85d | [
"MIT"
] | null | null | null | codeforces/259c.little-elephant-and-bits/259c.cpp | KayvanMazaheri/acm | aeb05074bc9b9c92f35b6a741183da09a08af85d | [
"MIT"
] | null | null | null | // K1
// :)
#include <iostream>
#include <fstream>
#include <algorithm>
#include <vector>
#include <queue>
#include <bitset>
#include <string>
#include <cmath>
#include <iomanip>
#include <set>
#include <map>
#define EPS 1e-8
#define PI 3.141592653589793
#define point pair <int , int>
#define X first
#define Y second... | 15.225 | 53 | 0.646962 | KayvanMazaheri |
d53a350452e59705a763e9fe38b01b1542b5c081 | 3,515 | cpp | C++ | src/lib/tls/tls_session_key.cpp | ReeceSX/botan | 101845eeac40a5f8614257dc12aa97f2440abee5 | [
"BSD-2-Clause"
] | null | null | null | src/lib/tls/tls_session_key.cpp | ReeceSX/botan | 101845eeac40a5f8614257dc12aa97f2440abee5 | [
"BSD-2-Clause"
] | null | null | null | src/lib/tls/tls_session_key.cpp | ReeceSX/botan | 101845eeac40a5f8614257dc12aa97f2440abee5 | [
"BSD-2-Clause"
] | null | null | null | /*
* TLS Session Key
* (C) 2004-2006,2011,2016,2019 Jack Lloyd
*
* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/internal/tls_handshake_state.h>
#include <botan/internal/tls_session_key.h>
#include <botan/kdf.h>
#include <botan/tls_messages.h>
namespace Botan
{
namespac... | 36.614583 | 120 | 0.661735 | ReeceSX |
d53b7a4eb4896e33676fb7db82fa51890e1c344a | 343 | cpp | C++ | Vectors/Sort.cpp | NishkarshRaj/CPP-Reference | 5df147d9a658e0b2dec329f99acdda3fa6ae4aba | [
"MIT"
] | 5 | 2020-01-09T07:51:06.000Z | 2020-08-01T14:09:12.000Z | Vectors/Sort.cpp | NishkarshRaj/CPP-Reference | 5df147d9a658e0b2dec329f99acdda3fa6ae4aba | [
"MIT"
] | null | null | null | Vectors/Sort.cpp | NishkarshRaj/CPP-Reference | 5df147d9a658e0b2dec329f99acdda3fa6ae4aba | [
"MIT"
] | 1 | 2020-05-04T18:35:49.000Z | 2020-05-04T18:35:49.000Z | #include<bits/stdc++.h>
using namespace std;
int main()
{
int i,n,el;
vector<int> arr;
cout<<"Enter the number of elements: ";
cin>>n;
cout<<"Enter "<<n<<" elements: ";
for(i=0;i<n;i++)
{
cin>>el;
arr.push_back(el);
}
//Sort
sort(arr.begin(),arr.end());
//
cout<<"Output:"<<endl;
for(i=0;i<n;i++)
{
c... | 14.291667 | 40 | 0.548105 | NishkarshRaj |
d53cb5b3dd09c3c05263a13ef12ed4944171b8cf | 15,522 | cc | C++ | src/main/solverUtils.cc | trey0/zmdp | d07d4f92479b92a56f955d464837fcce89085ebf | [
"Apache-2.0"
] | 39 | 2015-02-23T16:52:30.000Z | 2022-01-26T09:08:24.000Z | src/main/solverUtils.cc | trey0/zmdp | d07d4f92479b92a56f955d464837fcce89085ebf | [
"Apache-2.0"
] | 3 | 2016-09-06T00:34:27.000Z | 2021-09-13T09:09:01.000Z | src/main/solverUtils.cc | trey0/zmdp | d07d4f92479b92a56f955d464837fcce89085ebf | [
"Apache-2.0"
] | 11 | 2015-09-05T21:40:41.000Z | 2020-10-21T07:33:36.000Z | /********** tell emacs we use -*- c++ -*- style comments *******************
Copyright (c) 2002-2005, Trey Smith. 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:/... | 31.938272 | 80 | 0.593094 | trey0 |
d53d0308923fcb02a8b0ec2b98638a53f85ed254 | 5,214 | cpp | C++ | olp-cpp-sdk-dataservice-write/src/generated/BlobApi.cpp | olrudenk/here-olp-edge-sdk-cpp | 8e1dd53ea8c59a983400635e9d91291cffc15ec2 | [
"Apache-2.0"
] | 1 | 2021-01-27T13:10:32.000Z | 2021-01-27T13:10:32.000Z | olp-cpp-sdk-dataservice-write/src/generated/BlobApi.cpp | ystefinko/here-olp-edge-sdk-cpp | 59f814cf98acd8f6c62572104a21ebdff4027171 | [
"Apache-2.0"
] | null | null | null | olp-cpp-sdk-dataservice-write/src/generated/BlobApi.cpp | ystefinko/here-olp-edge-sdk-cpp | 59f814cf98acd8f6c62572104a21ebdff4027171 | [
"Apache-2.0"
] | 1 | 2019-07-03T09:06:39.000Z | 2019-07-03T09:06:39.000Z | /*
* Copyright (C) 2019 HERE Europe B.V.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | 36.461538 | 80 | 0.690257 | olrudenk |
d53d705a2d772371a1cbd7a01db60ff90498c4be | 1,443 | cc | C++ | lite/core/mir/argument_type_display_pass.cc | tensor-tang/Paddle-Lite | d60b8d611bdf7c377dbe239954c60f25f70c9a75 | [
"Apache-2.0"
] | 1 | 2019-08-21T05:54:42.000Z | 2019-08-21T05:54:42.000Z | lite/core/mir/argument_type_display_pass.cc | tensor-tang/Paddle-Lite | d60b8d611bdf7c377dbe239954c60f25f70c9a75 | [
"Apache-2.0"
] | null | null | null | lite/core/mir/argument_type_display_pass.cc | tensor-tang/Paddle-Lite | d60b8d611bdf7c377dbe239954c60f25f70c9a75 | [
"Apache-2.0"
] | 1 | 2019-10-11T09:34:49.000Z | 2019-10-11T09:34:49.000Z | // Copyright (c) 2019 PaddlePaddle Authors. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required... | 31.369565 | 75 | 0.648649 | tensor-tang |
d53ea0e78fb82893471a0781a3cf1d6c780fda46 | 4,633 | cpp | C++ | src/backend/gporca/libgpopt/src/xforms/CXformSelect2DynamicIndexGet.cpp | deart2k/gpdb | df0144f8536c34a19e1c0158580e79a3906ace2e | [
"PostgreSQL",
"Apache-2.0"
] | 12 | 2018-10-02T09:44:51.000Z | 2022-02-21T07:24:08.000Z | src/backend/gporca/libgpopt/src/xforms/CXformSelect2DynamicIndexGet.cpp | deart2k/gpdb | df0144f8536c34a19e1c0158580e79a3906ace2e | [
"PostgreSQL",
"Apache-2.0"
] | 134 | 2018-08-09T09:51:53.000Z | 2022-03-29T03:17:27.000Z | src/backend/gporca/libgpopt/src/xforms/CXformSelect2DynamicIndexGet.cpp | deart2k/gpdb | df0144f8536c34a19e1c0158580e79a3906ace2e | [
"PostgreSQL",
"Apache-2.0"
] | 8 | 2018-05-21T16:20:39.000Z | 2021-11-01T07:05:39.000Z | //---------------------------------------------------------------------------
// Greenplum Database
// Copyright (C) 2012 EMC Corp.
//
// @filename:
// CXformSelect2DynamicIndexGet.cpp
//
// @doc:
// Implementation of select over a partitioned table to a dynamic index get
//-------------------------------------------... | 31.304054 | 110 | 0.644507 | deart2k |
d53f772ff269353f3dc548dd8ac90dfaeda87871 | 16,127 | cc | C++ | src/mem/snoop_filter.cc | fei-shan/gem5-experiment | 70781db30d42b1fe50e495bd04f7755a4b0e0e59 | [
"BSD-3-Clause"
] | 1 | 2022-03-20T23:23:41.000Z | 2022-03-20T23:23:41.000Z | src/mem/snoop_filter.cc | fei-shan/gem5-experiment | 70781db30d42b1fe50e495bd04f7755a4b0e0e59 | [
"BSD-3-Clause"
] | 1 | 2021-04-17T17:13:56.000Z | 2021-04-17T17:13:56.000Z | src/mem/snoop_filter.cc | fei-shan/gem5-experiment | 70781db30d42b1fe50e495bd04f7755a4b0e0e59 | [
"BSD-3-Clause"
] | 1 | 2021-09-12T02:45:38.000Z | 2021-09-12T02:45:38.000Z | /*
* Copyright (c) 2013-2017,2019 ARM Limited
* All rights reserved
*
* The license below extends only to copyright in the software and shall
* not be construed as granting a license to any other intellectual
* property including but not limited to intellectual property relating
* to a hardware implementation of... | 38.860241 | 80 | 0.644075 | fei-shan |
d53fb8df5d90327aa7f83b43e45b43009a64e26d | 4,789 | cpp | C++ | modules/vectorfieldvisualization/algorithms/integrallineoperations.cpp | liu3xing3long/inviwo | 69cca9b6ecd58037bda0ed9e6f53d02f189f19a7 | [
"BSD-2-Clause"
] | 1 | 2018-04-07T14:30:29.000Z | 2018-04-07T14:30:29.000Z | modules/vectorfieldvisualization/algorithms/integrallineoperations.cpp | liu3xing3long/inviwo | 69cca9b6ecd58037bda0ed9e6f53d02f189f19a7 | [
"BSD-2-Clause"
] | null | null | null | modules/vectorfieldvisualization/algorithms/integrallineoperations.cpp | liu3xing3long/inviwo | 69cca9b6ecd58037bda0ed9e6f53d02f189f19a7 | [
"BSD-2-Clause"
] | null | null | null | /*********************************************************************************
*
* Inviwo - Interactive Visualization Workshop
*
* Copyright (c) 2016-2018 Inviwo Foundation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided th... | 34.207143 | 91 | 0.618292 | liu3xing3long |
d53fec2fc1221b6da6ef1f47e2291a88647c0aa2 | 5,413 | cpp | C++ | third_party/WebKit/Source/bindings/core/v8/V8ValueCache.cpp | google-ar/chromium | 2441c86a5fd975f09a6c30cddb57dfb7fc239699 | [
"Apache-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 777 | 2017-08-29T15:15:32.000Z | 2022-03-21T05:29:41.000Z | third_party/WebKit/Source/bindings/core/v8/V8ValueCache.cpp | harrymarkovskiy/WebARonARCore | 2441c86a5fd975f09a6c30cddb57dfb7fc239699 | [
"Apache-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 66 | 2017-08-30T18:31:18.000Z | 2021-08-02T10:59:35.000Z | third_party/WebKit/Source/bindings/core/v8/V8ValueCache.cpp | harrymarkovskiy/WebARonARCore | 2441c86a5fd975f09a6c30cddb57dfb7fc239699 | [
"Apache-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 123 | 2017-08-30T01:19:34.000Z | 2022-03-17T22:55:31.000Z | /*
* Copyright (C) 2009 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:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions ... | 34.259494 | 80 | 0.720857 | google-ar |
d54054a788b27283e72ebd6635c129fe46dae05b | 548 | cpp | C++ | core/src/Platform/MiniAudio/MiniAudio.cpp | BryceStandley/TNAH | 909ba9cf9f04632a3b518646c3af39752bd9d407 | [
"MIT"
] | 1 | 2021-11-08T09:44:40.000Z | 2021-11-08T09:44:40.000Z | core/src/Platform/MiniAudio/MiniAudio.cpp | BryceStandley/TNAH | 909ba9cf9f04632a3b518646c3af39752bd9d407 | [
"MIT"
] | null | null | null | core/src/Platform/MiniAudio/MiniAudio.cpp | BryceStandley/TNAH | 909ba9cf9f04632a3b518646c3af39752bd9d407 | [
"MIT"
] | null | null | null | #include "tnahpch.h"
#include "MiniAudio.h"
namespace tnah {
bool MiniAudio::SetListener(TransformComponent &transforms) const
{
return false;
}
bool MiniAudio::AddAudioSource(AudioSourceComponent &sound)
{
return false;
}
bool MiniAudio::UpdateAudioSource(AudioSourceComponent &sound)
{
return false;
... | 13.047619 | 89 | 0.717153 | BryceStandley |
d54067c388a2f93e63e5d860debc17ed9f6bc03d | 4,770 | cpp | C++ | world/source/Memberships.cpp | prolog/shadow-of-the-wyrm | a1312c3e9bb74473f73c4e7639e8bd537f10b488 | [
"MIT"
] | 60 | 2019-08-21T04:08:41.000Z | 2022-03-10T13:48:04.000Z | world/source/Memberships.cpp | prolog/shadow-of-the-wyrm | a1312c3e9bb74473f73c4e7639e8bd537f10b488 | [
"MIT"
] | 3 | 2021-03-18T15:11:14.000Z | 2021-10-20T12:13:07.000Z | world/source/Memberships.cpp | prolog/shadow-of-the-wyrm | a1312c3e9bb74473f73c4e7639e8bd537f10b488 | [
"MIT"
] | 8 | 2019-11-16T06:29:05.000Z | 2022-01-23T17:33:43.000Z | #include "Memberships.hpp"
#include "CreatureFeatures.hpp"
#include "MembershipTextKeys.hpp"
#include "Serialize.hpp"
using namespace std;
// Memberships
bool Memberships::operator==(const Memberships& m) const
{
bool result = true;
result = result && memberships == m.memberships;
return resul... | 22.083333 | 129 | 0.716981 | prolog |
d540889433fb259bb6338c0478e03cbd118239ce | 2,546 | hpp | C++ | OcularCore/include/Resources/ResourceDetails.hpp | ssell/OcularEngine | c80cc4fcdb7dd7ce48d3af330bd33d05312076b1 | [
"Apache-2.0"
] | 8 | 2017-01-27T01:06:06.000Z | 2020-11-05T20:23:19.000Z | OcularCore/include/Resources/ResourceDetails.hpp | ssell/OcularEngine | c80cc4fcdb7dd7ce48d3af330bd33d05312076b1 | [
"Apache-2.0"
] | 39 | 2016-06-03T02:00:36.000Z | 2017-03-19T17:47:39.000Z | OcularCore/include/Resources/ResourceDetails.hpp | ssell/OcularEngine | c80cc4fcdb7dd7ce48d3af330bd33d05312076b1 | [
"Apache-2.0"
] | 4 | 2019-05-22T09:13:36.000Z | 2020-12-01T03:17:45.000Z | /**
* Copyright 2014-2017 Steven T Sell (ssell@vertexfragment.com)
*
* 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 requir... | 23.357798 | 142 | 0.501964 | ssell |
d540c663fbad0b1ec3a1e3d53c5d114d4b8fe073 | 7,192 | cpp | C++ | samples/cpp/mpi/sources/multinomial_naive_bayes_csr_distributed_mpi.cpp | KalyanovD/daal | b354b68f83a213102bca6e03d7a11f55ab751f92 | [
"Apache-2.0"
] | null | null | null | samples/cpp/mpi/sources/multinomial_naive_bayes_csr_distributed_mpi.cpp | KalyanovD/daal | b354b68f83a213102bca6e03d7a11f55ab751f92 | [
"Apache-2.0"
] | null | null | null | samples/cpp/mpi/sources/multinomial_naive_bayes_csr_distributed_mpi.cpp | KalyanovD/daal | b354b68f83a213102bca6e03d7a11f55ab751f92 | [
"Apache-2.0"
] | null | null | null | /* file: multinomial_naive_bayes_csr_distributed_mpi.cpp */
/*******************************************************************************
* Copyright 2017-2019 Intel Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... | 39.955556 | 147 | 0.68743 | KalyanovD |
d5421111c38bc93789c9f630947f17728a966993 | 70,130 | cpp | C++ | HotPatcher/Source/HotPatcherRuntime/Private/FlibPatchParserHelper.cpp | roy5931/HotPatcher | 925b2ba574dea912041990c0f5541dfc4a6067ca | [
"MIT"
] | null | null | null | HotPatcher/Source/HotPatcherRuntime/Private/FlibPatchParserHelper.cpp | roy5931/HotPatcher | 925b2ba574dea912041990c0f5541dfc4a6067ca | [
"MIT"
] | null | null | null | HotPatcher/Source/HotPatcherRuntime/Private/FlibPatchParserHelper.cpp | roy5931/HotPatcher | 925b2ba574dea912041990c0f5541dfc4a6067ca | [
"MIT"
] | null | null | null | // Fill out your copyright notice in the Description page of Project Settings.
// project header
#include "FlibPatchParserHelper.h"
#include "FlibAssetManageHelper.h"
#include "BaseTypes/AssetManager/FFileArrayDirectoryVisitor.hpp"
#include "FlibAssetManageHelper.h"
#include "FlibAssetManageHelper.h"
#include ... | 35.082541 | 226 | 0.749423 | roy5931 |
d542f5ec5bf56c718540071a21d011477302b916 | 513 | hpp | C++ | openstudiocore/src/litesql/library/compatibility.hpp | pepsi7959/OpenstudioThai | fb18afb8b983f71dd5eb171e753dac7d9a4b811b | [
"blessing"
] | 1 | 2015-06-28T09:06:24.000Z | 2015-06-28T09:06:24.000Z | openstudiocore/src/litesql/library/compatibility.hpp | jasondegraw/OpenStudio | 2ab13f6e5e48940929041444e40ad9d36f80f552 | [
"blessing"
] | 11 | 2015-05-05T16:16:33.000Z | 2017-08-10T08:15:50.000Z | openstudiocore/src/litesql/library/compatibility.hpp | jasondegraw/OpenStudio | 2ab13f6e5e48940929041444e40ad9d36f80f552 | [
"blessing"
] | 1 | 2017-09-23T12:51:13.000Z | 2017-09-23T12:51:13.000Z | #ifndef compatibility_hpp
#define compatibility_hpp
#include "litesql/config.h"
#ifdef HAVE_MEMORY_H
#include <memory.h>
#endif // #ifdef HAVE_MEMORY_H
#ifndef HAVE_STRTOLL
long long int strtoll(const char *nptr, char **endptr, int base);
#endif
#ifndef HAVE_STRTOF
float strtof (const char *nptr, char **endptr);
#end... | 19 | 65 | 0.769981 | pepsi7959 |
d543b027215b870e449832db4b78aa625529e209 | 2,460 | cc | C++ | third_party/blink/renderer/core/inspector/inspector_issue_storage.cc | DamieFC/chromium | 54ce2d3c77723697efd22cfdb02aea38f9dfa25c | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2020-10-18T02:33:40.000Z | 2020-10-18T02:33:40.000Z | third_party/blink/renderer/core/inspector/inspector_issue_storage.cc | DamieFC/chromium | 54ce2d3c77723697efd22cfdb02aea38f9dfa25c | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 3 | 2021-05-17T16:28:52.000Z | 2021-05-21T22:42:22.000Z | third_party/blink/renderer/core/inspector/inspector_issue_storage.cc | DamieFC/chromium | 54ce2d3c77723697efd22cfdb02aea38f9dfa25c | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | // Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "third_party/blink/renderer/core/inspector/inspector_issue_storage.h"
#include "third_party/blink/renderer/core/inspector/inspector_audits_issue... | 33.69863 | 81 | 0.73252 | DamieFC |
d5444cae67287e4dac31b87699275e1feeae7dc9 | 338,980 | cc | C++ | tests/capi/unittest_capi_inference.cc | LaudateCorpus1/api-1 | 4c5bf4e52ebd2de05d5bc3e38bac4eefbc2b6b87 | [
"Apache-2.0"
] | null | null | null | tests/capi/unittest_capi_inference.cc | LaudateCorpus1/api-1 | 4c5bf4e52ebd2de05d5bc3e38bac4eefbc2b6b87 | [
"Apache-2.0"
] | null | null | null | tests/capi/unittest_capi_inference.cc | LaudateCorpus1/api-1 | 4c5bf4e52ebd2de05d5bc3e38bac4eefbc2b6b87 | [
"Apache-2.0"
] | null | null | null | /**
* @file unittest_capi_inference.cc
* @date 13 Mar 2019
* @brief Unit test for ML inference C-API.
* @see https://github.com/nnstreamer/nnstreamer
* @author MyungJoo Ham <myungjoo.ham@samsung.com>
* @bug No known bugs
*/
#include <gtest/gtest.h>
#include <glib.h>
#inc... | 30.821968 | 254 | 0.732958 | LaudateCorpus1 |
d546bbd79af87e2e6a3d4163497f45b760b5bf37 | 1,565 | hpp | C++ | ngraph/core/reference/include/ngraph/runtime/reference/prelu.hpp | NikDemoShow/openvino | 31907e51e96f1603753dc69811bdf738374ca5e6 | [
"Apache-2.0"
] | 1 | 2020-07-07T10:13:00.000Z | 2020-07-07T10:13:00.000Z | ngraph/core/reference/include/ngraph/runtime/reference/prelu.hpp | NikDemoShow/openvino | 31907e51e96f1603753dc69811bdf738374ca5e6 | [
"Apache-2.0"
] | 105 | 2020-06-04T00:23:29.000Z | 2022-02-21T13:04:33.000Z | ngraph/core/reference/include/ngraph/runtime/reference/prelu.hpp | v-Golubev/openvino | 26936d1fbb025c503ee43fe74593ee9d7862ab15 | [
"Apache-2.0"
] | 3 | 2021-04-25T06:52:41.000Z | 2021-05-07T02:01:44.000Z | // Copyright (C) 2018-2021 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#pragma once
#include <cmath>
#include <cstddef>
#include <ngraph/op/util/attr_types.hpp>
#include <ngraph/shape.hpp>
#include "ngraph/runtime/reference/autobroadcast_binop.hpp"
namespace ngraph
{
namespace runtime
{
... | 34.021739 | 92 | 0.47476 | NikDemoShow |
d5471f18a30f29d8c7084ce6a0cad491124e082c | 8,225 | inl | C++ | unit_tests/api/cl_enqueue_image_tests.inl | FelipeMLopez/compute-runtime | 3e3d2d3b3ac9129b1ee9c4251a2586fef0b300b8 | [
"MIT"
] | 3 | 2019-09-20T23:26:36.000Z | 2019-10-03T17:44:12.000Z | unit_tests/api/cl_enqueue_image_tests.inl | FelipeMLopez/compute-runtime | 3e3d2d3b3ac9129b1ee9c4251a2586fef0b300b8 | [
"MIT"
] | 1 | 2019-09-17T08:06:24.000Z | 2019-09-17T08:06:24.000Z | unit_tests/api/cl_enqueue_image_tests.inl | FelipeMLopez/compute-runtime | 3e3d2d3b3ac9129b1ee9c4251a2586fef0b300b8 | [
"MIT"
] | 3 | 2019-05-16T07:22:51.000Z | 2019-11-11T03:05:32.000Z | /*
* Copyright (C) 2018-2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "test.h"
#include "unit_tests/fixtures/image_fixture.h"
#include "unit_tests/mocks/mock_buffer.h"
#include "unit_tests/mocks/mock_command_queue.h"
#include "unit_tests/mocks/mock_context.h"
#include <functional>
using ... | 44.22043 | 134 | 0.717568 | FelipeMLopez |
d54878115d668fe93b900e80ce96b14dbf318a3d | 1,500 | hpp | C++ | gamedata/AreaSize_Data.hpp | rigertd/LegacyMUD | cf351cca466158f0682f6c877b88d5c2eb59e240 | [
"BSD-3-Clause"
] | 1 | 2021-04-24T06:01:57.000Z | 2021-04-24T06:01:57.000Z | gamedata/AreaSize_Data.hpp | rigertd/LegacyMUD | cf351cca466158f0682f6c877b88d5c2eb59e240 | [
"BSD-3-Clause"
] | null | null | null | gamedata/AreaSize_Data.hpp | rigertd/LegacyMUD | cf351cca466158f0682f6c877b88d5c2eb59e240 | [
"BSD-3-Clause"
] | null | null | null | /*!
\file AreaSize_Data.hpp
\author Keith Adkins
\created 3/3/2017
\modified 3/3/2017
\course CS467, Winter 2017
\details Declaration file for the AreaSize_Data class. Functions are provided to
convert between string and enum values. This class should not be instantiated.
*/... | 25 | 91 | 0.551333 | rigertd |
d5490b226194b0cbf2c20c9bcaa0928e907c96e1 | 9,078 | cpp | C++ | src/adera/Machines/RCSController.cpp | TheOpenSpaceProgram/osp-magnum | c34b2e27a5ab5efe1270838991d908ecef4d7612 | [
"MIT"
] | 70 | 2020-01-27T22:16:36.000Z | 2022-03-31T01:29:22.000Z | src/adera/Machines/RCSController.cpp | TheOpenSpaceProgram/osp-magnum | c34b2e27a5ab5efe1270838991d908ecef4d7612 | [
"MIT"
] | 107 | 2020-09-21T04:26:49.000Z | 2022-03-26T05:57:15.000Z | src/adera/Machines/RCSController.cpp | TheOpenSpaceProgram/osp-magnum | c34b2e27a5ab5efe1270838991d908ecef4d7612 | [
"MIT"
] | 12 | 2020-09-27T20:32:51.000Z | 2022-03-23T15:14:36.000Z | /**
* Open Space Program
* Copyright © 2019-2020 Open Space Program Project
*
* MIT License
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without li... | 35.740157 | 83 | 0.633289 | TheOpenSpaceProgram |
d54a2eea700b61247b59ef0b6b3a263833d5c1ff | 34,038 | cpp | C++ | Engine/Source/ThirdParty/PhysX/APEX-1.3/module/destructible/fracture/core/FracturePatternBase.cpp | PopCap/GameIdea | 201e1df50b2bc99afc079ce326aa0a44b178a391 | [
"BSD-2-Clause"
] | null | null | null | Engine/Source/ThirdParty/PhysX/APEX-1.3/module/destructible/fracture/core/FracturePatternBase.cpp | PopCap/GameIdea | 201e1df50b2bc99afc079ce326aa0a44b178a391 | [
"BSD-2-Clause"
] | 2 | 2015-06-21T17:38:11.000Z | 2015-06-22T20:54:42.000Z | Engine/Source/ThirdParty/PhysX/APEX-1.3/module/destructible/fracture/core/FracturePatternBase.cpp | PopCap/GameIdea | 201e1df50b2bc99afc079ce326aa0a44b178a391 | [
"BSD-2-Clause"
] | null | null | null | /*
* Copyright (c) 2008-2015, NVIDIA CORPORATION. All rights reserved.
*
* NVIDIA CORPORATION and its licensors retain all intellectual property
* and proprietary rights in and to this software, related documentation
* and any modifications thereto. Any use, reproduction, disclosure or
* distribution of this so... | 33.501969 | 161 | 0.624155 | PopCap |
d54bee1991842c09805289de2c6c5715a06252ef | 2,129 | cpp | C++ | src/net_types.cpp | republic-productions/finalcoin | 7c0f335ded1e5c662034c822ca2c474b8e62778f | [
"MIT"
] | null | null | null | src/net_types.cpp | republic-productions/finalcoin | 7c0f335ded1e5c662034c822ca2c474b8e62778f | [
"MIT"
] | null | null | null | src/net_types.cpp | republic-productions/finalcoin | 7c0f335ded1e5c662034c822ca2c474b8e62778f | [
"MIT"
] | null | null | null | // Copyright (c) 2021 The Finalcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <net_types.h>
#include <netaddress.h>
#include <netbase.h>
#include <univalue.h>
CBanEntry::CBanEntry(const UniValue&... | 32.257576 | 91 | 0.687647 | republic-productions |
d54ca59cda09665f5f54df594945ef38552a0ad7 | 137 | cpp | C++ | v3.x/src/intersim/rng_double_wrapper.cpp | csl-iisc/dws | 46d6c60d2b832525a8edf7b117b4d392c6a2f967 | [
"Unlicense"
] | 22 | 2018-07-03T16:46:51.000Z | 2022-03-22T08:29:36.000Z | v3.x/src/intersim/rng_double_wrapper.cpp | csl-iisc/dws | 46d6c60d2b832525a8edf7b117b4d392c6a2f967 | [
"Unlicense"
] | null | null | null | v3.x/src/intersim/rng_double_wrapper.cpp | csl-iisc/dws | 46d6c60d2b832525a8edf7b117b4d392c6a2f967 | [
"Unlicense"
] | 25 | 2017-12-02T00:46:04.000Z | 2022-02-18T19:28:53.000Z | #include "rng.hpp"
#define main rng_double_main
#include "rng_double.cpp"
double ranf_next( )
{
return ranf_arr_next( );
}
| 13.7 | 29 | 0.671533 | csl-iisc |
d54d403b78e659a3739eab8938d2a195f9e540d4 | 2,058 | hpp | C++ | include/burst/iterator/detail/uniform_range_tuple_please.hpp | izvolov/thrust | 399e12eed54131d731c4c5ef40512b17107bca56 | [
"BSL-1.0"
] | 85 | 2015-11-25T14:05:42.000Z | 2021-11-15T11:47:19.000Z | include/burst/iterator/detail/uniform_range_tuple_please.hpp | izvolov/burst | 399e12eed54131d731c4c5ef40512b17107bca56 | [
"BSL-1.0"
] | 147 | 2015-01-11T08:36:53.000Z | 2021-11-04T09:03:36.000Z | include/burst/iterator/detail/uniform_range_tuple_please.hpp | izvolov/thrust | 399e12eed54131d731c4c5ef40512b17107bca56 | [
"BSL-1.0"
] | 6 | 2016-06-02T17:28:26.000Z | 2020-04-05T11:16:16.000Z | #ifndef BURST__ITERATOR__DETAIL__UNIFORM_RANGE_TUPLE_PLEASE_HPP
#define BURST__ITERATOR__DETAIL__UNIFORM_RANGE_TUPLE_PLEASE_HPP
#include <burst/range/variant_range.hpp>
#include <burst/tuple/by_all.hpp>
#include <burst/type_traits/are_same.hpp>
#include <tuple>
#include <type_traits>
#include <utility>
namespace bur... | 31.181818 | 94 | 0.614674 | izvolov |
d54d6dc7e861f7f84911119fc70ed29a1a069e71 | 128 | cpp | C++ | vendor/stb_image.cpp | StylishTriangles/Orion | 5d4ba0a956d5961d53e240ea4471961da2ac9edf | [
"MIT"
] | null | null | null | vendor/stb_image.cpp | StylishTriangles/Orion | 5d4ba0a956d5961d53e240ea4471961da2ac9edf | [
"MIT"
] | 1 | 2019-03-18T00:05:13.000Z | 2019-03-18T00:18:51.000Z | vendor/stb_image.cpp | StylishTriangles/Orion | 5d4ba0a956d5961d53e240ea4471961da2ac9edf | [
"MIT"
] | null | null | null | // This file is used to generate implementation of STB_IMAGE functions
#define STB_IMAGE_IMPLEMENTATION
#include <stb_image.h>
| 32 | 71 | 0.820313 | StylishTriangles |
d54fdac14ac185e08cc0b7f5392907be88877af6 | 333 | hpp | C++ | code/lib/dma.hpp | ian-ross/mini-mapper | 797db70b9b619a0bdd4f1bf0def101dcfaa57452 | [
"MIT"
] | null | null | null | code/lib/dma.hpp | ian-ross/mini-mapper | 797db70b9b619a0bdd4f1bf0def101dcfaa57452 | [
"MIT"
] | null | null | null | code/lib/dma.hpp | ian-ross/mini-mapper | 797db70b9b619a0bdd4f1bf0def101dcfaa57452 | [
"MIT"
] | null | null | null | #ifndef _H_DMA_
#define _H_DMA_
#include <stdint.h>
#include "bsp-generic.h"
// Simple wrapper around information defining an STM32 DMA channel.
struct DMAChannel {
const uint8_t dma;
const uint8_t stream;
const uint8_t channel;
};
// Determine IRQ number for DMA events.
IRQn_Type dma_irqn(const DMAChannel &d... | 17.526316 | 67 | 0.753754 | ian-ross |
d551110a940f8c29cf31fc3cc91bb3168d0afe81 | 3,940 | cpp | C++ | Foundation/testsuite/src/LineEndingConverterTest.cpp | e0861280/poco | 961ca3e246f55646ab6e101e35e3ec0db359360f | [
"BSL-1.0"
] | null | null | null | Foundation/testsuite/src/LineEndingConverterTest.cpp | e0861280/poco | 961ca3e246f55646ab6e101e35e3ec0db359360f | [
"BSL-1.0"
] | null | null | null | Foundation/testsuite/src/LineEndingConverterTest.cpp | e0861280/poco | 961ca3e246f55646ab6e101e35e3ec0db359360f | [
"BSL-1.0"
] | 1 | 2019-10-21T03:40:54.000Z | 2019-10-21T03:40:54.000Z | //
// LineEndingConverterTest.cpp
//
// $Id: //poco/1.4/Foundation/testsuite/src/LineEndingConverterTest.cpp#1 $
//
// Copyright (c) 2005-2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// SPDX-License-Identifier: BSL-1.0
//
#include "LineEndingConverterTest.h"
#include "Poco/CppUnit/Test... | 26.986301 | 100 | 0.768528 | e0861280 |
d5512b38ec142d4ea4a92325e08f699f6c2afae1 | 2,179 | tcc | C++ | bindings/CXX98/cxx98/cxx98Engine.tcc | williamfgc/ADIOS2 | 21b686d3737eeb21a3c10ab8de8dde8c5a2f9bb3 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | bindings/CXX98/cxx98/cxx98Engine.tcc | williamfgc/ADIOS2 | 21b686d3737eeb21a3c10ab8de8dde8c5a2f9bb3 | [
"ECL-2.0",
"Apache-2.0"
] | 4 | 2017-06-12T13:41:45.000Z | 2017-12-13T17:01:40.000Z | bindings/CXX98/cxx98/cxx98Engine.tcc | williamfgc/ADIOS2 | 21b686d3737eeb21a3c10ab8de8dde8c5a2f9bb3 | [
"ECL-2.0",
"Apache-2.0"
] | 3 | 2017-08-16T17:06:04.000Z | 2017-08-17T14:29:38.000Z | /*
* Distributed under the OSI-approved Apache License, Version 2.0. See
* accompanying file Copyright.txt for details.
*
* cxx98Engine.tcc
*
* Created on: Apr 18, 2018
* Author: William F Godoy godoywf@ornl.gov
*/
#ifndef ADIOS2_BINDINGS_CXX98_CXX98_CXX98ENGINE_TCC_
#define ADIOS2_BINDINGS_CXX98_CXX98_... | 26.253012 | 80 | 0.695732 | williamfgc |
d553fdd4494a551c82bb840cca6d211cdcb19797 | 65,143 | cpp | C++ | wpilibc/Athena/src/CANTalon.cpp | flamingchickens1540/wpilib-mirror | 58a82be5baaf0248ce3161804c9743724f165479 | [
"BSD-3-Clause"
] | null | null | null | wpilibc/Athena/src/CANTalon.cpp | flamingchickens1540/wpilib-mirror | 58a82be5baaf0248ce3161804c9743724f165479 | [
"BSD-3-Clause"
] | null | null | null | wpilibc/Athena/src/CANTalon.cpp | flamingchickens1540/wpilib-mirror | 58a82be5baaf0248ce3161804c9743724f165479 | [
"BSD-3-Clause"
] | null | null | null | /*----------------------------------------------------------------------------*/
/* Copyright (c) FIRST 2014-2016. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... | 34.430761 | 161 | 0.707152 | flamingchickens1540 |
d5571f8532fdd8eff129d35a7067f34ad0921a5a | 816 | cpp | C++ | src/libtools/src/merging/importmergeconfiguration.cpp | 0003088/libelektra-qt-gui-test | f127a7bd4daba1b70e1ea0ce13d8ff650beda5b6 | [
"BSD-3-Clause"
] | null | null | null | src/libtools/src/merging/importmergeconfiguration.cpp | 0003088/libelektra-qt-gui-test | f127a7bd4daba1b70e1ea0ce13d8ff650beda5b6 | [
"BSD-3-Clause"
] | null | null | null | src/libtools/src/merging/importmergeconfiguration.cpp | 0003088/libelektra-qt-gui-test | f127a7bd4daba1b70e1ea0ce13d8ff650beda5b6 | [
"BSD-3-Clause"
] | null | null | null | #include <merging/importmergeconfiguration.hpp>
#include <merging/metamergestrategy.hpp>
#include <merging/newkeystrategy.hpp>
#include <merging/onesidevaluestrategy.hpp>
namespace kdb
{
namespace tools
{
namespace merging
{
void ImportMergeConfiguration::configureMerger(ThreeWayMerge& merger)
{
MetaMergeStrategy ... | 24.727273 | 79 | 0.835784 | 0003088 |
d558301eeba01379f129558decf3fa4c4e61faa9 | 11,914 | cc | C++ | tensorflow/python/lib/io/record_io_wrapper.cc | yage99/tensorflow | c7fa71b32a3635eb25596ae80d007b41007769c4 | [
"Apache-2.0"
] | 190,993 | 2015-11-09T13:17:30.000Z | 2022-03-31T23:05:27.000Z | tensorflow/python/lib/io/record_io_wrapper.cc | sseung0703/tensorflow | be084bd7a4dd241eb781fc704f57bcacc5c9b6dd | [
"Apache-2.0"
] | 48,461 | 2015-11-09T14:21:11.000Z | 2022-03-31T23:17:33.000Z | tensorflow/python/lib/io/record_io_wrapper.cc | sseung0703/tensorflow | be084bd7a4dd241eb781fc704f57bcacc5c9b6dd | [
"Apache-2.0"
] | 104,981 | 2015-11-09T13:40:17.000Z | 2022-03-31T19:51:54.000Z | /* Copyright 2019 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | 36.10303 | 80 | 0.637317 | yage99 |
d55869b798943dce25938c135d640bf7c08d4d80 | 10,545 | cpp | C++ | PhysX_3.4/Samples/SampleFramework/framework/src/SampleCommandLine.cpp | DoubleTT-Changan/0715 | acbd071531ca4f3e2a82525b92f60824178c39fa | [
"Unlicense"
] | null | null | null | PhysX_3.4/Samples/SampleFramework/framework/src/SampleCommandLine.cpp | DoubleTT-Changan/0715 | acbd071531ca4f3e2a82525b92f60824178c39fa | [
"Unlicense"
] | null | null | null | PhysX_3.4/Samples/SampleFramework/framework/src/SampleCommandLine.cpp | DoubleTT-Changan/0715 | acbd071531ca4f3e2a82525b92f60824178c39fa | [
"Unlicense"
] | null | null | null | //
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in bin... | 24.69555 | 133 | 0.646088 | DoubleTT-Changan |
d55892c4dbdc01267c7edf9e587294e5ec8e2bc9 | 28,540 | cpp | C++ | src/solver/SolverNLOptGenericGeometric.cpp | nsomani/constraint-controller-library | 5452b32c5b3cc4c602fb7b700bee5c950a9e0541 | [
"BSD-2-Clause"
] | 3 | 2016-10-31T08:51:09.000Z | 2020-09-08T15:37:41.000Z | src/solver/SolverNLOptGenericGeometric.cpp | nsomani/constraint-controller-library | 5452b32c5b3cc4c602fb7b700bee5c950a9e0541 | [
"BSD-2-Clause"
] | 2 | 2016-10-11T05:52:00.000Z | 2016-12-21T15:38:08.000Z | src/solver/SolverNLOptGenericGeometric.cpp | nsomani/constraint-controller-library | 5452b32c5b3cc4c602fb7b700bee5c950a9e0541 | [
"BSD-2-Clause"
] | null | null | null | //
//Copyright (c) 2016, Nikhil Somani
//All rights reserved.
//
//Redistribution and use in source and binary forms, with or without
//modification, are permitted provided that the following conditions are met:
//
//* Redistributions of source code must retain the above copyright notice,
// this list of conditions an... | 52.080292 | 278 | 0.659215 | nsomani |
d55929d6c571f2c6846b82bad79d8e4002112bbf | 21,078 | cpp | C++ | deps/usr/src/libwav/libwav/PaTask.cpp | xia-lixun/Libaudio.jl | 0e3b60d2d7c3e73f9741e7ab8721c213a9b4bf2d | [
"MIT"
] | 4 | 2018-09-27T13:09:53.000Z | 2022-02-14T12:25:29.000Z | deps/usr/src/libwav/libwav/PaTask.cpp | xia-lixun/Libaudio.jl | 0e3b60d2d7c3e73f9741e7ab8721c213a9b4bf2d | [
"MIT"
] | null | null | null | deps/usr/src/libwav/libwav/PaTask.cpp | xia-lixun/Libaudio.jl | 0e3b60d2d7c3e73f9741e7ab8721c213a9b4bf2d | [
"MIT"
] | null | null | null | /** @file PaTask.cpp
@ingroup PaDynamic
@brief Portaudio wrapper for dynamic languages: Julia/Matlab etc.
@author Lixun Xia <lixun.xia2@harman.com>
*/
#include <cstdio>
#include <cstdlib>
#include <cmath>
#include <string>
#include <cassert>
#include "./CsWav.h"
#include "../include/portaudio.h"
#include "../includ... | 27.023077 | 155 | 0.691384 | xia-lixun |
d559b5cd6fef87a9e6b8f1d147e33a79f6724e0f | 3,025 | cpp | C++ | Visual Mercutio/zModelWeb/PSS_PublishModelAttributesDialog.cpp | Jeanmilost/Visual-Mercutio | f079730005b6ce93d5e184bb7c0893ccced3e3ab | [
"MIT"
] | 1 | 2022-01-31T06:24:24.000Z | 2022-01-31T06:24:24.000Z | Visual Mercutio/zModelWeb/PSS_PublishModelAttributesDialog.cpp | Jeanmilost/Visual-Mercutio | f079730005b6ce93d5e184bb7c0893ccced3e3ab | [
"MIT"
] | 2 | 2021-04-11T15:50:42.000Z | 2021-06-05T08:23:04.000Z | Visual Mercutio/zModelWeb/PSS_PublishModelAttributesDialog.cpp | Jeanmilost/Visual-Mercutio | f079730005b6ce93d5e184bb7c0893ccced3e3ab | [
"MIT"
] | 2 | 2021-01-08T00:55:18.000Z | 2022-01-31T06:24:18.000Z | /****************************************************************************
* ==> PSS_PublishModelAttributesDialog ------------------------------------*
****************************************************************************
* Description : Dialog box allowing to select the model attributes to *
* ... | 41.438356 | 113 | 0.45157 | Jeanmilost |
d55b4373474c1e05d6c225ee76f3da0c0512a2a9 | 292 | cpp | C++ | src/cli/dmain.cpp | gasteve/bitcoin | b5e79be9e7612c31403a2231ba03850f495ea9c1 | [
"MIT"
] | 1 | 2017-05-18T17:12:00.000Z | 2017-05-18T17:12:00.000Z | src/cli/dmain.cpp | gasteve/bitcoin | b5e79be9e7612c31403a2231ba03850f495ea9c1 | [
"MIT"
] | null | null | null | src/cli/dmain.cpp | gasteve/bitcoin | b5e79be9e7612c31403a2231ba03850f495ea9c1 | [
"MIT"
] | null | null | null | //////////////////////////////////////////////////////////////////////////////
//
// Start bitcoind
//
#include "init.h"
#include "util.h"
int main(int argc, char* argv[])
{
bool fRet = false;
fRet = AppInit(argc, argv);
if (fRet && fDaemon)
return 0;
return 1;
}
| 15.368421 | 78 | 0.40411 | gasteve |
f65d0b82e98790b2167c2e146333049a0f240dbe | 10,979 | cpp | C++ | src/qos/qos_event_manager.cpp | hsungyang/poseidonos | 0f523b36ccf0d70726364395ea96ac6ae3b845c3 | [
"BSD-3-Clause"
] | null | null | null | src/qos/qos_event_manager.cpp | hsungyang/poseidonos | 0f523b36ccf0d70726364395ea96ac6ae3b845c3 | [
"BSD-3-Clause"
] | null | null | null | src/qos/qos_event_manager.cpp | hsungyang/poseidonos | 0f523b36ccf0d70726364395ea96ac6ae3b845c3 | [
"BSD-3-Clause"
] | null | null | null | /*
* BSD LICENSE
* Copyright (c) 2021 Samsung Electronics Corporation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain th... | 30.328729 | 117 | 0.510611 | hsungyang |
f65d26314fe18185170b317ab88462fea6d23b0f | 15,212 | cpp | C++ | test/test_quadraticization.cpp | lassepe/ilqgames | 9610e05de87e5ab28b91bec9d7d7887d445a9ddd | [
"BSD-3-Clause"
] | null | null | null | test/test_quadraticization.cpp | lassepe/ilqgames | 9610e05de87e5ab28b91bec9d7d7887d445a9ddd | [
"BSD-3-Clause"
] | null | null | null | test/test_quadraticization.cpp | lassepe/ilqgames | 9610e05de87e5ab28b91bec9d7d7887d445a9ddd | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (c) 2019, The Regents of the University of California (Regents).
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* 1. Redistributions of source code must retain the a... | 38.03 | 80 | 0.686892 | lassepe |
f6605f902f07e282606a2d510f9f031b46a615bd | 6,371 | cc | C++ | modules/video_coding/codecs/test/stats.cc | TeamNuclear/external_chromium_org_third_party_webrtc | 5bd5c72d7c01872fea80698dac196ff9a01dfcba | [
"DOC",
"BSD-3-Clause"
] | 1 | 2019-02-22T05:37:57.000Z | 2019-02-22T05:37:57.000Z | modules/video_coding/codecs/test/stats.cc | TeamNuclear/external_chromium_org_third_party_webrtc | 5bd5c72d7c01872fea80698dac196ff9a01dfcba | [
"DOC",
"BSD-3-Clause"
] | null | null | null | modules/video_coding/codecs/test/stats.cc | TeamNuclear/external_chromium_org_third_party_webrtc | 5bd5c72d7c01872fea80698dac196ff9a01dfcba | [
"DOC",
"BSD-3-Clause"
] | 2 | 2016-04-27T21:12:18.000Z | 2016-12-25T05:26:28.000Z | /*
* Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 33.888298 | 80 | 0.666928 | TeamNuclear |
f6618661d079f47b769a90ad23030c43f72ef915 | 26,361 | cpp | C++ | cpp/tests/join/semi_join_tests.cpp | brycelelbach/cudf | 555b91ae90e7900d2ebcd0d630de8f32dfd375a6 | [
"Apache-2.0"
] | null | null | null | cpp/tests/join/semi_join_tests.cpp | brycelelbach/cudf | 555b91ae90e7900d2ebcd0d630de8f32dfd375a6 | [
"Apache-2.0"
] | null | null | null | cpp/tests/join/semi_join_tests.cpp | brycelelbach/cudf | 555b91ae90e7900d2ebcd0d630de8f32dfd375a6 | [
"Apache-2.0"
] | 1 | 2020-09-24T04:31:05.000Z | 2020-09-24T04:31:05.000Z | /*
* Copyright (c) 2019, NVIDIA CORPORATION.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... | 37.98415 | 97 | 0.701681 | brycelelbach |
f66202ecd11b5626639569493a8afb3bab3f73c1 | 31,010 | cpp | C++ | tools/clang/tools/clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming.cpp | guoyuqi020/TraceRecorder | d6a31ca49d26bfd3c58a92cbf1727db99901d335 | [
"Apache-2.0"
] | 250 | 2019-05-07T12:56:44.000Z | 2022-03-10T15:52:06.000Z | clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming.cpp | procedural/checkedc_binaries_ubuntu_16_04_from_12_Oct_2021 | ad4e8b01121fbfb40d81ee798480add7dc93f0bf | [
"BSD-Source-Code"
] | 410 | 2019-06-06T20:52:32.000Z | 2022-01-18T14:21:48.000Z | clang-tools-extra/test/clang-tidy/checkers/readability-identifier-naming.cpp | procedural/checkedc_binaries_ubuntu_16_04_from_12_Oct_2021 | ad4e8b01121fbfb40d81ee798480add7dc93f0bf | [
"BSD-Source-Code"
] | 50 | 2019-05-10T21:12:24.000Z | 2022-01-21T06:39:47.000Z | // Remove UNSUPPORTED for powerpc64le when the problem introduced by
// r288563 is resolved.
// UNSUPPORTED: powerpc64le
// RUN: %check_clang_tidy %s readability-identifier-naming %t -- \
// RUN: -config='{CheckOptions: [ \
// RUN: {key: readability-identifier-naming.AbstractClassCase, value: CamelCase}, \
// RUN... | 49.300477 | 122 | 0.700742 | guoyuqi020 |
f665bb9c364dcaf3584521579f56f09dde23b664 | 446 | cpp | C++ | Dynamic Programming/cm2.cpp | AadityaJ/CodeMonk | bd719f6bd6f9792c98b538c1ef9948d2abf057d0 | [
"MIT"
] | null | null | null | Dynamic Programming/cm2.cpp | AadityaJ/CodeMonk | bd719f6bd6f9792c98b538c1ef9948d2abf057d0 | [
"MIT"
] | null | null | null | Dynamic Programming/cm2.cpp | AadityaJ/CodeMonk | bd719f6bd6f9792c98b538c1ef9948d2abf057d0 | [
"MIT"
] | null | null | null | //https://www.hackerearth.com/code-monk-dynamic-programming/algorithm/vibhu-and-his-mathematics/description/
#include <stdio.h>
#define MOD 1000000007
long long int funct[1000001];
int main(int argc, char const *argv[])
{
int t;
scanf("%d",&t);
funct[1]=1;funct[2]=2;
for(int i=3;i<=1000000;i++){
funct[i]=funct[i-... | 22.3 | 108 | 0.639013 | AadityaJ |
f6661df82957b56134818bc7031e0f98525764df | 7,624 | cc | C++ | src/kern/linux/printk.cc | He-Liu-ooo/Computer-Architecture-THUEE-2022-spring- | 9d36aaacbc7eea357608524113bec97bae2ea229 | [
"BSD-3-Clause"
] | 16 | 2020-09-24T00:17:36.000Z | 2021-08-12T06:11:52.000Z | src/kern/linux/printk.cc | gibchikafa/gem5 | 0d703041fcd5d119012b62287695723a2955b408 | [
"BSD-3-Clause"
] | 5 | 2021-01-27T23:09:06.000Z | 2022-01-07T03:19:39.000Z | src/kern/linux/printk.cc | gibchikafa/gem5 | 0d703041fcd5d119012b62287695723a2955b408 | [
"BSD-3-Clause"
] | 15 | 2020-11-18T00:15:28.000Z | 2021-12-12T03:18:34.000Z | /*
* Copyright (c) 2004-2005 The Regents of The University of Michigan
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met: redistributions of source code must retain the above copyright
* not... | 30.374502 | 73 | 0.385624 | He-Liu-ooo |
f668f6955955107f03bd71fa6ec73a61503eedf6 | 378 | cpp | C++ | shared/test/common/libult/debug_settings_reader_creator.cpp | Panquesito7/compute-runtime | 3357b8b916885a336174ab0e7bbfc7652be4fb88 | [
"Intel",
"MIT"
] | 778 | 2017-09-29T20:02:43.000Z | 2022-03-31T15:35:28.000Z | shared/test/common/libult/debug_settings_reader_creator.cpp | Panquesito7/compute-runtime | 3357b8b916885a336174ab0e7bbfc7652be4fb88 | [
"Intel",
"MIT"
] | 478 | 2018-01-26T16:06:45.000Z | 2022-03-30T10:19:10.000Z | shared/test/common/libult/debug_settings_reader_creator.cpp | Panquesito7/compute-runtime | 3357b8b916885a336174ab0e7bbfc7652be4fb88 | [
"Intel",
"MIT"
] | 215 | 2018-01-30T08:39:32.000Z | 2022-03-29T11:08:51.000Z | /*
* Copyright (C) 2018-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/utilities/debug_settings_reader_creator.h"
namespace NEO {
std::unique_ptr<SettingsReader> SettingsReaderCreator::create(const std::string ®Key) {
return std::unique_ptr<SettingsReader>(SettingsRea... | 25.2 | 90 | 0.756614 | Panquesito7 |
f66af4089ace1b4e59493c318915422ca2b46929 | 5,053 | cpp | C++ | SmsMaker.cpp | andre-i/microSmartHome | aec33d49c87c84ab86656813a6c927eb99d2cc3a | [
"MIT"
] | null | null | null | SmsMaker.cpp | andre-i/microSmartHome | aec33d49c87c84ab86656813a6c927eb99d2cc3a | [
"MIT"
] | null | null | null | SmsMaker.cpp | andre-i/microSmartHome | aec33d49c87c84ab86656813a6c927eb99d2cc3a | [
"MIT"
] | null | null | null |
#include "SmsMaker.h"
extern volatile uint8_t delayEspired;
SmsMaker::SmsMaker(Modem *m) {
modem = m;
}
/*
send sms on cool firing , motion in house, droped external voltage
messageType : COOL, MOTION, VOLTAGE
*/
bool SmsMaker::sendWarningSms(uint8_t clientOrder, int messageType) {
if (digitalRead(DUCT_P... | 25.39196 | 94 | 0.593905 | andre-i |
f66b75aa2a29d7f0b0aa637c55726f168b33f6ba | 5,287 | cc | C++ | zetasql/public/functions/convert_string_test.cc | manifoldfinance/zetasql-formatter | 88a7f98f7fff0e1032f43bbb66d4e6df588e09a6 | [
"Apache-2.0"
] | null | null | null | zetasql/public/functions/convert_string_test.cc | manifoldfinance/zetasql-formatter | 88a7f98f7fff0e1032f43bbb66d4e6df588e09a6 | [
"Apache-2.0"
] | null | null | null | zetasql/public/functions/convert_string_test.cc | manifoldfinance/zetasql-formatter | 88a7f98f7fff0e1032f43bbb66d4e6df588e09a6 | [
"Apache-2.0"
] | 1 | 2020-12-31T12:24:15.000Z | 2020-12-31T12:24:15.000Z | //
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to ... | 28.424731 | 80 | 0.659921 | manifoldfinance |
f66c177a62b7e762b7d10fc419dba12629bd0263 | 2,706 | cpp | C++ | test/HttpRequest_test.cpp | MisakiOfScut/SingHttpServer | 039636d7cee16ccc46c281456d71a410f3f16e23 | [
"Apache-2.0"
] | 1 | 2021-03-05T09:27:35.000Z | 2021-03-05T09:27:35.000Z | test/HttpRequest_test.cpp | MisakiOfScut/SingHttpServer | 039636d7cee16ccc46c281456d71a410f3f16e23 | [
"Apache-2.0"
] | null | null | null | test/HttpRequest_test.cpp | MisakiOfScut/SingHttpServer | 039636d7cee16ccc46c281456d71a410f3f16e23 | [
"Apache-2.0"
] | null | null | null | #include "../src/Http/HttpContext.h"
#include <gtest/gtest.h>
#define BOOST_CHECK_EQUAL(val1, val2) ASSERT_EQ(val1, val2)
using namespace sing;
using std::endl;
using std::cout;
TEST(HttpRequest_test,test_parse){
HttpContext context(0);
string s("GET /index.html HTTP/1.1\r\n"
"Host: www.wws.co... | 39.794118 | 78 | 0.652254 | MisakiOfScut |
f66dfe5942bdf386a911c5c78aaec2f9fc7addc5 | 1,952 | cpp | C++ | tb/common/utils.cpp | mfkiwl/procyon | 0361ba22166eb8b824469ccefcbbe5ddc4380046 | [
"MIT"
] | null | null | null | tb/common/utils.cpp | mfkiwl/procyon | 0361ba22166eb8b824469ccefcbbe5ddc4380046 | [
"MIT"
] | null | null | null | tb/common/utils.cpp | mfkiwl/procyon | 0361ba22166eb8b824469ccefcbbe5ddc4380046 | [
"MIT"
] | null | null | null | /*
* Copyright (c) 2019 Sekhar Bhattacharya
*
* SPDX-License-Identifier: MIT
*/
#include <iomanip>
#include <iostream>
#include <fstream>
#include <sstream>
#include <vector>
#include "utils.h"
void procyon::utils::load_hex(const std::string& filename, std::vector<uint8_t>& m_vec) {
std::ifstream file(filena... | 28.705882 | 97 | 0.592213 | mfkiwl |
f66f13bc7c9d6aa2d73f97df1dc7ad00e77cf28e | 5,715 | cpp | C++ | CS106L/Assignment/hashmap.cpp | chengliu1107/cracking-c-plus-plus | 60174142559c1db3c56449f0cea1729bb38d7e0e | [
"MIT"
] | null | null | null | CS106L/Assignment/hashmap.cpp | chengliu1107/cracking-c-plus-plus | 60174142559c1db3c56449f0cea1729bb38d7e0e | [
"MIT"
] | 1 | 2021-03-07T22:38:52.000Z | 2021-03-07T22:44:18.000Z | CS106L/Assignment/hashmap.cpp | chengliu1107/cracking-c-plus-plus | 60174142559c1db3c56449f0cea1729bb38d7e0e | [
"MIT"
] | null | null | null | /*
* Assignment 2: HashMap template implementation (BASIC SOLUTION)
* Notes: this file is what we call a .tpp file. It's not a .cpp file,
* because it's not exactly a regular source code file. Instead, we are
* defining the template definitions for our HashMap class.
*
* TODO: write a comment here.
... | 33.034682 | 96 | 0.622572 | chengliu1107 |
f6708d96b197d9fb3183a50288bbccf8669b103f | 20,381 | cpp | C++ | source/src/Voigt.cpp | TatianaOvsiannikova/ostap | a005a78b4e2860ac8f4b618e94b4b563b2eddcf1 | [
"BSD-3-Clause"
] | 14 | 2017-03-24T12:38:08.000Z | 2022-02-21T05:00:57.000Z | source/src/Voigt.cpp | TatianaOvsiannikova/ostap | a005a78b4e2860ac8f4b618e94b4b563b2eddcf1 | [
"BSD-3-Clause"
] | 10 | 2019-03-08T18:48:42.000Z | 2022-03-22T11:59:48.000Z | source/src/Voigt.cpp | TatianaOvsiannikova/ostap | a005a78b4e2860ac8f4b618e94b4b563b2eddcf1 | [
"BSD-3-Clause"
] | 11 | 2017-03-23T15:29:58.000Z | 2022-02-21T05:03:57.000Z | // ============================================================================
// Include files
// =============================================================================
// STD&STL
// =============================================================================
#include <cmath>
#include <array>
// =============... | 39.498062 | 109 | 0.349836 | TatianaOvsiannikova |
f676f5bb8105ff52c4925f9100fbd079e0368624 | 1,633 | cpp | C++ | 3rdParty/iresearch/core/search/all_iterator.cpp | RudySchockaert-EngieIT/arangodb | e53ad4c33b72343e6fc0e2737657724b3bb49bc1 | [
"Apache-2.0"
] | null | null | null | 3rdParty/iresearch/core/search/all_iterator.cpp | RudySchockaert-EngieIT/arangodb | e53ad4c33b72343e6fc0e2737657724b3bb49bc1 | [
"Apache-2.0"
] | null | null | null | 3rdParty/iresearch/core/search/all_iterator.cpp | RudySchockaert-EngieIT/arangodb | e53ad4c33b72343e6fc0e2737657724b3bb49bc1 | [
"Apache-2.0"
] | null | null | null | ////////////////////////////////////////////////////////////////////////////////
/// DISCLAIMER
///
/// Copyright 2017 ArangoDB GmbH, Cologne, Germany
///
/// 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... | 29.690909 | 80 | 0.595836 | RudySchockaert-EngieIT |
f6773f8194046aba61ad4cb0114982e9579eab97 | 23,484 | cpp | C++ | Samples/Audio/InGameChat/InGameChat.cpp | acidburn0zzz/Xbox-GDK-Samples | 0a998ca467f923aa04bd124a5e5ca40fe16c386c | [
"MIT"
] | 1 | 2021-12-30T09:49:18.000Z | 2021-12-30T09:49:18.000Z | Samples/Audio/InGameChat/InGameChat.cpp | acidburn0zzz/Xbox-GDK-Samples | 0a998ca467f923aa04bd124a5e5ca40fe16c386c | [
"MIT"
] | null | null | null | Samples/Audio/InGameChat/InGameChat.cpp | acidburn0zzz/Xbox-GDK-Samples | 0a998ca467f923aa04bd124a5e5ca40fe16c386c | [
"MIT"
] | null | null | null | //--------------------------------------------------------------------------------------
// InGameChat.cpp
//
// Advanced Technology Group (ATG)
// Copyright (C) Microsoft Corporation. All rights reserved.
//--------------------------------------------------------------------------------------
#include "pch.h"
... | 29.281796 | 154 | 0.611225 | acidburn0zzz |
f678f6e76ecc24ff644719ee37605d0f28462c00 | 248 | cpp | C++ | clang/test/Modules/update-exception-spec.cpp | medismailben/llvm-project | e334a839032fe500c3bba22bf976ab7af13ce1c1 | [
"Apache-2.0"
] | 3,102 | 2015-01-04T02:28:35.000Z | 2022-03-30T12:53:41.000Z | clang/test/Modules/update-exception-spec.cpp | medismailben/llvm-project | e334a839032fe500c3bba22bf976ab7af13ce1c1 | [
"Apache-2.0"
] | 3,740 | 2019-01-23T15:36:48.000Z | 2022-03-31T22:01:13.000Z | clang/test/Modules/update-exception-spec.cpp | medismailben/llvm-project | e334a839032fe500c3bba22bf976ab7af13ce1c1 | [
"Apache-2.0"
] | 1,868 | 2015-01-03T04:27:11.000Z | 2022-03-25T13:37:35.000Z | // RUN: rm -rf %t
// RUN: %clang_cc1 -fexceptions -fcxx-exceptions -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/update-exception-spec -emit-llvm-only %s
#include "a.h"
void use(B *p);
#include "c.h"
void use(B *p) { g(p); }
| 35.428571 | 158 | 0.677419 | medismailben |
f679dc6035b123f8a7b00a5b7abd56a9ed8bd646 | 1,398 | cpp | C++ | Userland/Services/Clipboard/ClientConnection.cpp | AristodamusAdairs/SegueBaseOS | 36e8546009cfea6acd25f111b1cd0ce766271a77 | [
"BSD-2-Clause",
"MIT"
] | 1 | 2021-07-05T13:51:23.000Z | 2021-07-05T13:51:23.000Z | Userland/Services/Clipboard/ClientConnection.cpp | AristodamusAdairs/SegueBaseOS | 36e8546009cfea6acd25f111b1cd0ce766271a77 | [
"BSD-2-Clause",
"MIT"
] | 1 | 2021-08-02T21:33:29.000Z | 2021-08-06T21:22:19.000Z | Userland/Services/Clipboard/ClientConnection.cpp | AristodamusAdairs/SegueBaseOS | 36e8546009cfea6acd25f111b1cd0ce766271a77 | [
"BSD-2-Clause",
"MIT"
] | null | null | null | /*
* Copyright (c) 2020, Andreas Kling <kling@seguebaseos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/Badge.h>
#include <Clipboard/ClientConnection.h>
#include <Clipboard/ClipboardClientEndpoint.h>
#include <Clipboard/Storage.h>
namespace Clipboard {
static HashMap<int, RefPtr<ClientConnection... | 25.418182 | 134 | 0.750358 | AristodamusAdairs |
f67b9c6c7ac09356075b751277fffc2f7f976774 | 7,010 | hxx | C++ | Plugins/SciberQuestToolKit/SciberQuest/BinaryStream.hxx | JamesLinus/ParaView | d0dd28e0527c230044f1891db2d8ad0170a04af0 | [
"Apache-2.0",
"BSD-3-Clause"
] | 1 | 2019-04-22T09:09:18.000Z | 2019-04-22T09:09:18.000Z | Plugins/SciberQuestToolKit/SciberQuest/BinaryStream.hxx | JamesLinus/ParaView | d0dd28e0527c230044f1891db2d8ad0170a04af0 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | Plugins/SciberQuestToolKit/SciberQuest/BinaryStream.hxx | JamesLinus/ParaView | d0dd28e0527c230044f1891db2d8ad0170a04af0 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | /*
____ _ __ ____ __ ____
/ __/___(_) / ___ ____/ __ \__ _____ ___ / /_ / _/__ ____
_\ \/ __/ / _ \/ -_) __/ /_/ / // / -_|_-</ __/ _/ // _ \/ __/
/___/\__/_/_.__/\__/_/ \___\_\_,_/\__/___/\__/ /___/_//_/\__(_)
Copyright 2012 SciberQuest Inc.
*/
#ifndef BinaryStream_hxx
#define... | 22.044025 | 79 | 0.482596 | JamesLinus |
f67df858d46fd778c882070db60b8e8199664406 | 10,693 | cpp | C++ | be/test/util/arrow/arrow_work_flow_test.cpp | JoyBeginner/starrocks | c19c72e2ba85915a557bf0ca5b9f4f351b1bc350 | [
"Zlib",
"PSF-2.0",
"Apache-2.0"
] | 1 | 2021-09-08T02:02:54.000Z | 2021-09-08T02:02:54.000Z | be/test/util/arrow/arrow_work_flow_test.cpp | JoyBeginner/starrocks | c19c72e2ba85915a557bf0ca5b9f4f351b1bc350 | [
"Zlib",
"PSF-2.0",
"Apache-2.0"
] | null | null | null | be/test/util/arrow/arrow_work_flow_test.cpp | JoyBeginner/starrocks | c19c72e2ba85915a557bf0ca5b9f4f351b1bc350 | [
"Zlib",
"PSF-2.0",
"Apache-2.0"
] | null | null | null | // This file is made available under Elastic License 2.0.
// This file is based on code available under the Apache license here:
// https://github.com/apache/incubator-doris/blob/master/be/test/util/arrow/arrow_work_flow_test.cpp
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor li... | 33.208075 | 102 | 0.697279 | JoyBeginner |
f67e530c19231f30d4021a26569a3fc5f79d669c | 169 | hpp | C++ | src/eval/eval.hpp | kz04px/swizzles | 438c4175380318783bfd064981230f6088c5c608 | [
"MIT"
] | null | null | null | src/eval/eval.hpp | kz04px/swizzles | 438c4175380318783bfd064981230f6088c5c608 | [
"MIT"
] | 1 | 2022-03-27T16:56:46.000Z | 2022-03-27T16:56:46.000Z | src/eval/eval.hpp | kz04px/swizzles | 438c4175380318783bfd064981230f6088c5c608 | [
"MIT"
] | 1 | 2022-03-27T15:46:36.000Z | 2022-03-27T15:46:36.000Z | #ifndef EVAL_HPP
#define EVAL_HPP
#include "../chess/position.hpp"
namespace eval {
[[nodiscard]] int eval(const chess::Position &pos);
} // namespace eval
#endif
| 13 | 51 | 0.704142 | kz04px |
f67e569d9b1614fb16741eb759612e438b66aa9d | 1,069 | cc | C++ | Codeforces/271 Division 2/Problem D/D.cc | VastoLorde95/Competitive-Programming | 6c990656178fb0cd33354cbe5508164207012f24 | [
"MIT"
] | 170 | 2017-07-25T14:47:29.000Z | 2022-01-26T19:16:31.000Z | Codeforces/271 Division 2/Problem D/D.cc | navodit15/Competitive-Programming | 6c990656178fb0cd33354cbe5508164207012f24 | [
"MIT"
] | null | null | null | Codeforces/271 Division 2/Problem D/D.cc | navodit15/Competitive-Programming | 6c990656178fb0cd33354cbe5508164207012f24 | [
"MIT"
] | 55 | 2017-07-28T06:17:33.000Z | 2021-10-31T03:06:22.000Z | #include<cstdio>
#include<iostream>
#include<cmath>
#include<algorithm>
#include<cstring>
#include<map>
#include<set>
#include<vector>
#include<utility>
#include<queue>
#include<stack>
#define sd(x) scanf("%d",&x)
#define sd2(x,y) scanf("%d%d",&x,&y)
#define sd3(x,y,z) scanf("%d%d%d",&x,&y,&z)
#define fi first
#define... | 20.169811 | 72 | 0.566885 | VastoLorde95 |
f67f9f5c5ecbc9b780ead3421d5fc5abf6cbeaa6 | 7,103 | cc | C++ | source/libs/tensorflow/lite/kernels/lsh_projection.cc | 1031975582/stm32f746-tflite-micro-mnist | d9240a58ef78e0076045fe04ff9d4900cb403b80 | [
"MIT"
] | 1 | 2020-10-30T07:27:07.000Z | 2020-10-30T07:27:07.000Z | source/libs/tensorflow/lite/kernels/lsh_projection.cc | 1031975582/stm32f746-tflite-micro-mnist | d9240a58ef78e0076045fe04ff9d4900cb403b80 | [
"MIT"
] | null | null | null | source/libs/tensorflow/lite/kernels/lsh_projection.cc | 1031975582/stm32f746-tflite-micro-mnist | d9240a58ef78e0076045fe04ff9d4900cb403b80 | [
"MIT"
] | 1 | 2020-10-30T07:27:08.000Z | 2020-10-30T07:27:08.000Z | /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | 34.818627 | 80 | 0.665071 | 1031975582 |
f680fffdcc4c4a383bde3156c19f293eb92f1079 | 11,521 | hpp | C++ | src/core/utils/parse_cmdline.hpp | yiyang-tian/openthread | 885e2043c430b55d3501502e57323dfb7fadae03 | [
"BSD-3-Clause"
] | 2 | 2016-09-10T04:10:24.000Z | 2017-01-04T21:34:14.000Z | src/core/utils/parse_cmdline.hpp | yiyang-tian/openthread | 885e2043c430b55d3501502e57323dfb7fadae03 | [
"BSD-3-Clause"
] | null | null | null | src/core/utils/parse_cmdline.hpp | yiyang-tian/openthread | 885e2043c430b55d3501502e57323dfb7fadae03 | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (c) 2018, The OpenThread Authors.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this ... | 38.922297 | 120 | 0.707317 | yiyang-tian |
f68139fc916c9132d2339c8bca8ed11319df867a | 10,585 | cc | C++ | tensorflow/models/embedding/word2vec_kernels.cc | vsilyaev/tensorflow | f41959ccb2d9d4c722fe8fc3351401d53bcf4900 | [
"Apache-2.0"
] | 15 | 2015-11-17T09:34:29.000Z | 2019-11-03T14:49:24.000Z | tensorflow/models/embedding/word2vec_kernels.cc | usepavlov/tensorflow | 21fac39c471dede0e4ae62dd60e2b0b85db48415 | [
"Apache-2.0"
] | null | null | null | tensorflow/models/embedding/word2vec_kernels.cc | usepavlov/tensorflow | 21fac39c471dede0e4ae62dd60e2b0b85db48415 | [
"Apache-2.0"
] | 15 | 2017-04-19T02:38:07.000Z | 2019-11-08T20:37:30.000Z | #include "tensorflow/core/framework/op.h"
#include "tensorflow/core/framework/op_kernel.h"
#include "tensorflow/core/lib/gtl/map_util.h"
#include "tensorflow/core/lib/random/distribution_sampler.h"
#include "tensorflow/core/lib/random/philox_random.h"
#include "tensorflow/core/lib/random/simple_philox.h"
#include "tens... | 36.753472 | 80 | 0.620501 | vsilyaev |
f68180defcba9d340fb4dc6facbfe74e7085ca73 | 4,331 | cpp | C++ | prototypes_cinder/FakeSignal/src/PlayBack.cpp | redpaperheart/pinball_dreams | f1b873dc451157d9f2987501080a907635c80350 | [
"Unlicense"
] | 1 | 2016-07-29T21:19:12.000Z | 2016-07-29T21:19:12.000Z | prototypes_cinder/FakeSignal/src/PlayBack.cpp | redpaperheart/pinball_dreams | f1b873dc451157d9f2987501080a907635c80350 | [
"Unlicense"
] | null | null | null | prototypes_cinder/FakeSignal/src/PlayBack.cpp | redpaperheart/pinball_dreams | f1b873dc451157d9f2987501080a907635c80350 | [
"Unlicense"
] | null | null | null | //
// PlayBack.cpp
// FakeSignal
//
// Created by red paper heart on 7/14/16.
//
//
#include "PlayBack.hpp"
#include "cinder/Json.h"
PlayBack::PlayBack()
{
mplayBackButton = Rectf(660,150,740,190);
}
void PlayBack::draw()
{
switch (mButtonStatus){
case GREY:
gl::color(0, 0, 0,0.8);
... | 27.411392 | 130 | 0.529208 | redpaperheart |
f681abbd9846f03279b9be67876f1fe9bd6a670e | 28,577 | cpp | C++ | FireRender.Maya.Src/Translators/MeshTranslator.cpp | V-Gorash/RadeonProRenderMayaPlugin | 3b844ad4602177eeb413c0708bd75c4439d97a7d | [
"Apache-2.0"
] | 22 | 2020-05-15T14:07:40.000Z | 2022-03-17T08:10:42.000Z | FireRender.Maya.Src/Translators/MeshTranslator.cpp | V-Gorash/RadeonProRenderMayaPlugin | 3b844ad4602177eeb413c0708bd75c4439d97a7d | [
"Apache-2.0"
] | 38 | 2020-05-13T23:24:21.000Z | 2022-02-28T12:16:51.000Z | FireRender.Maya.Src/Translators/MeshTranslator.cpp | V-Gorash/RadeonProRenderMayaPlugin | 3b844ad4602177eeb413c0708bd75c4439d97a7d | [
"Apache-2.0"
] | 19 | 2020-05-13T15:24:09.000Z | 2022-03-29T13:36:02.000Z | /**********************************************************************
Copyright 2020 Advanced Micro Devices, Inc
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/L... | 28.548452 | 176 | 0.747839 | V-Gorash |
f684e471b450ef94091ea9e28752c2d65720a6c7 | 9,361 | cpp | C++ | mitsuba/src/libcore/chisquare.cpp | anadodik/sdmm-mitsuba | 6103cb8ea36ec4ab0cfb5fcc792c7f1565637d9a | [
"MIT"
] | 6 | 2020-07-07T09:46:21.000Z | 2022-03-08T14:16:27.000Z | mitsuba/src/libcore/chisquare.cpp | anadodik/sdmm-mitsuba | 6103cb8ea36ec4ab0cfb5fcc792c7f1565637d9a | [
"MIT"
] | null | null | null | mitsuba/src/libcore/chisquare.cpp | anadodik/sdmm-mitsuba | 6103cb8ea36ec4ab0cfb5fcc792c7f1565637d9a | [
"MIT"
] | null | null | null | /*
This file is part of Mitsuba, a physically based rendering system.
Copyright (c) 2007-2014 by Wenzel Jakob and others.
Mitsuba is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License Version 3
as published by the Free Software Foundation.
... | 35.059925 | 94 | 0.593099 | anadodik |
f68704cf013d2f7fa21662568adff8819749fd40 | 143 | cpp | C++ | Source/VoxelNiagara/Private/VoxelNiagaraModule.cpp | RobertBiehl/VoxelPlugin | 49abc94261b3d93c9d8fe392a3731b6d09100941 | [
"MIT"
] | 3 | 2020-10-05T18:52:08.000Z | 2020-12-01T15:14:36.000Z | Source/VoxelNiagara/Private/VoxelNiagaraModule.cpp | RobertBiehl/VoxelPlugin | 49abc94261b3d93c9d8fe392a3731b6d09100941 | [
"MIT"
] | null | null | null | Source/VoxelNiagara/Private/VoxelNiagaraModule.cpp | RobertBiehl/VoxelPlugin | 49abc94261b3d93c9d8fe392a3731b6d09100941 | [
"MIT"
] | 2 | 2020-10-10T20:16:12.000Z | 2020-11-01T13:11:40.000Z | // Copyright 2020 Phyronnaz
#include "VoxelNiagaraModule.h"
#include "Modules/ModuleManager.h"
IMPLEMENT_MODULE(FVoxelNiagara, VoxelNiagara)
| 20.428571 | 45 | 0.818182 | RobertBiehl |
f68b24d072cc0b3577fac83e25b89828cd14deef | 632 | hpp | C++ | src/picotorrent/advancedpage.hpp | kk7945287/pictorr | 09bf9ccbd89f0b459cb07e3012ced9c35bea005c | [
"MIT"
] | null | null | null | src/picotorrent/advancedpage.hpp | kk7945287/pictorr | 09bf9ccbd89f0b459cb07e3012ced9c35bea005c | [
"MIT"
] | null | null | null | src/picotorrent/advancedpage.hpp | kk7945287/pictorr | 09bf9ccbd89f0b459cb07e3012ced9c35bea005c | [
"MIT"
] | null | null | null | #pragma once
#include <wx/wxprec.h>
#ifndef WX_PRECOMP
#include <wx/wx.h>
#endif
#include <memory>
class wxPropertyGrid;
namespace pt
{
class Configuration;
class Translator;
class AdvancedPage : public wxPanel
{
public:
AdvancedPage(wxWindow* parent, std::shared_ptr<Configuration> conf... | 19.151515 | 118 | 0.678797 | kk7945287 |
f68b5a8cf268ef8cf321310fcc8ed4a811cca009 | 948 | cpp | C++ | aws-cpp-sdk-opsworks/source/model/UpdateMyUserProfileRequest.cpp | lintonv/aws-sdk-cpp | 15e19c265ffce19d2046b18aa1b7307fc5377e58 | [
"Apache-2.0"
] | 1 | 2022-02-10T08:06:54.000Z | 2022-02-10T08:06:54.000Z | aws-cpp-sdk-opsworks/source/model/UpdateMyUserProfileRequest.cpp | lintonv/aws-sdk-cpp | 15e19c265ffce19d2046b18aa1b7307fc5377e58 | [
"Apache-2.0"
] | 1 | 2021-10-14T16:57:00.000Z | 2021-10-18T10:47:24.000Z | aws-cpp-sdk-opsworks/source/model/UpdateMyUserProfileRequest.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/opsworks/model/UpdateMyUserProfileRequest.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::OpsWorks::Model;
using namespace Aws::Utils::Json;
... | 21.545455 | 102 | 0.766878 | lintonv |
f68cce8dfb46b2ffc00c4fbc618a52090a717ef2 | 37,664 | cpp | C++ | src/qt/src/corelib/kernel/qcoreapplication_win.cpp | ant0ine/phantomjs | 8114d44a28134b765ab26b7e13ce31594fa81253 | [
"BSD-3-Clause"
] | 46 | 2015-01-08T14:32:34.000Z | 2022-02-05T16:48:26.000Z | src/qt/src/corelib/kernel/qcoreapplication_win.cpp | ant0ine/phantomjs | 8114d44a28134b765ab26b7e13ce31594fa81253 | [
"BSD-3-Clause"
] | 7 | 2015-01-20T14:28:12.000Z | 2017-01-18T17:21:44.000Z | src/qt/src/corelib/kernel/qcoreapplication_win.cpp | ant0ine/phantomjs | 8114d44a28134b765ab26b7e13ce31594fa81253 | [
"BSD-3-Clause"
] | 14 | 2015-10-27T06:17:48.000Z | 2020-03-03T06:15:50.000Z | /****************************************************************************
**
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtCore module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees... | 35.498586 | 188 | 0.559287 | ant0ine |