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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dcc646ee4f971b693cc4989521f0e8f0f80b44d7 | 582 | cpp | C++ | 5544/5544.cpp | isac322/BOJ | 35959dd1a63d75ebca9ed606051f7a649d5c0c7b | [
"MIT"
] | 14 | 2017-05-02T02:00:42.000Z | 2021-11-16T07:25:29.000Z | 5544/5544.cpp | isac322/BOJ | 35959dd1a63d75ebca9ed606051f7a649d5c0c7b | [
"MIT"
] | 1 | 2017-12-25T14:18:14.000Z | 2018-02-07T06:49:44.000Z | 5544/5544.cpp | isac322/BOJ | 35959dd1a63d75ebca9ed606051f7a649d5c0c7b | [
"MIT"
] | 9 | 2016-03-03T22:06:52.000Z | 2020-04-30T22:06:24.000Z | #include <cstdio>
#include <vector>
#include <algorithm>
#include <functional>
using namespace std;
int n, team[100] = {0};
int main() {
scanf("%d", &n);
int t = n * (n - 1) >> 1;
for (int i = 0; i < t; i++) {
int a, b, c, d;
scanf("%d %d %d %d", &a, &b, &c, &d);
a--, b--;
if (c > d) team[a] += 3;
else... | 20.068966 | 85 | 0.498282 | isac322 |
dcc8569f3d6328bdcdfcb22284a2e2c83b05ab71 | 54,372 | cpp | C++ | src/dbdump/dbdump_MutgosDumpFileReader.cpp | mutgos/mutgos_server | 115270d07db22d320e0b51095e9219f0a0e15ddb | [
"MIT"
] | 5 | 2019-02-24T06:42:52.000Z | 2021-04-09T19:16:24.000Z | src/dbdump/dbdump_MutgosDumpFileReader.cpp | mutgos/mutgos_server | 115270d07db22d320e0b51095e9219f0a0e15ddb | [
"MIT"
] | 40 | 2019-02-24T15:25:54.000Z | 2021-05-17T04:22:43.000Z | src/dbdump/dbdump_MutgosDumpFileReader.cpp | mutgos/mutgos_server | 115270d07db22d320e0b51095e9219f0a0e15ddb | [
"MIT"
] | 2 | 2019-02-23T22:58:36.000Z | 2019-02-27T01:27:42.000Z | /*
* dbdump_MutgosDumpFileReader.cpp
*/
#include <stddef.h>
#include <fstream>
#include <boost/algorithm/string/trim.hpp>
#include <boost/algorithm/string/case_conv.hpp>
#include "text/text_StringConversion.h"
#include "text/text_Utf8Tools.h"
#include "utilities/mutgos_config.h"
#include "dbdump_MutgosDumpFileReade... | 31.740806 | 83 | 0.394302 | mutgos |
dcca86fe8f9b570d5c9af4bd1ebdf813bc5f0ea3 | 17,599 | cc | C++ | tc/core/polyhedral/scop.cc | UofT-EcoSystem/TensorComprehensions | bcbb274e102adb8977ee676862f4029097686668 | [
"Apache-2.0"
] | 1 | 2019-04-15T13:59:24.000Z | 2019-04-15T13:59:24.000Z | tc/core/polyhedral/scop.cc | lvdmaaten/TensorComprehensions | bd7c15b4776db477c40f7781ee82425446d4241c | [
"Apache-2.0"
] | null | null | null | tc/core/polyhedral/scop.cc | lvdmaaten/TensorComprehensions | bd7c15b4776db477c40f7781ee82425446d4241c | [
"Apache-2.0"
] | null | null | null | /**
* Copyright (c) 2017-present, Facebook, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | 33.714559 | 80 | 0.690323 | UofT-EcoSystem |
dccd6840981511233989eacb9d154b203b1112ba | 499 | cpp | C++ | shared/source/gen12lp/enable_family_full_core_gen12lp.cpp | troels/compute-runtime | 3269e719a3ee7bcd97c50ec2cfe78fc8674adec0 | [
"Intel",
"MIT"
] | 778 | 2017-09-29T20:02:43.000Z | 2022-03-31T15:35:28.000Z | shared/source/gen12lp/enable_family_full_core_gen12lp.cpp | troels/compute-runtime | 3269e719a3ee7bcd97c50ec2cfe78fc8674adec0 | [
"Intel",
"MIT"
] | 478 | 2018-01-26T16:06:45.000Z | 2022-03-30T10:19:10.000Z | shared/source/gen12lp/enable_family_full_core_gen12lp.cpp | troels/compute-runtime | 3269e719a3ee7bcd97c50ec2cfe78fc8674adec0 | [
"Intel",
"MIT"
] | 215 | 2018-01-30T08:39:32.000Z | 2022-03-29T11:08:51.000Z | /*
* Copyright (C) 2020-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/gen12lp/hw_cmds.h"
#include "shared/source/helpers/hw_helper.h"
namespace NEO {
extern HwHelper *hwHelperFactory[IGFX_MAX_CORE];
typedef TGLLPFamily Family;
static auto gfxFamily = IGFX_GEN12LP_CORE;
s... | 19.192308 | 64 | 0.733467 | troels |
dcce03f8043c67170a684aaa944338fb5e7d8d4a | 3,028 | ipp | C++ | implement/oglplus/detail/glsl_source.ipp | highfidelity/oglplus | c5fb7cc21869cb9555cfa2a7e28ea6bc6491d11e | [
"BSL-1.0"
] | 2 | 2017-06-09T00:28:35.000Z | 2017-06-09T00:28:43.000Z | implement/oglplus/detail/glsl_source.ipp | highfidelity/oglplus | c5fb7cc21869cb9555cfa2a7e28ea6bc6491d11e | [
"BSL-1.0"
] | null | null | null | implement/oglplus/detail/glsl_source.ipp | highfidelity/oglplus | c5fb7cc21869cb9555cfa2a7e28ea6bc6491d11e | [
"BSL-1.0"
] | 8 | 2017-01-30T22:06:41.000Z | 2020-01-14T17:24:36.000Z | /**
* .file oglplus/detail/glsl_source.ipp
* .brief Implementation of GLSLSource helpers
*
* @author Matus Chochlik
*
* Copyright 2010-2015 Matus Chochlik. Distributed under the Boost
* Software License, Version 1.0. (See accompanying file
* LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)... | 19.662338 | 68 | 0.679326 | highfidelity |
dcd06c6f561f1d21cbafc0d953978ae0bdcbb52d | 1,382 | cpp | C++ | boboleetcode/Play-Leetcode-master/0138-Copy-List-with-Random-Pointer/cpp-0138/main4.cpp | mcuallen/CodeLrn2019 | adc727d92904c5c5d445a2621813dfa99474206d | [
"Apache-2.0"
] | 2 | 2019-03-20T17:05:59.000Z | 2019-10-15T07:56:45.000Z | boboleetcode/Play-Leetcode-master/0138-Copy-List-with-Random-Pointer/cpp-0138/main4.cpp | mcuallen/CodeLrn2019 | adc727d92904c5c5d445a2621813dfa99474206d | [
"Apache-2.0"
] | 6 | 2019-12-04T06:08:32.000Z | 2021-05-10T20:22:47.000Z | boboleetcode/Play-Leetcode-master/0138-Copy-List-with-Random-Pointer/cpp-0138/main4.cpp | mcuallen/CodeLrn2019 | adc727d92904c5c5d445a2621813dfa99474206d | [
"Apache-2.0"
] | null | null | null | /// Source : https://leetcode.com/problems/copy-list-with-random-pointer/description/
/// Author : liuyubobobo
/// Time : 2018-09-14
#include <iostream>
using namespace std;
/// Link all the new nodes after every old node
/// Very fancy solution:)
///
/// Time Complexity: O(n)
/// Space Complexity: O(1)
/// Defi... | 21.936508 | 85 | 0.54631 | mcuallen |
dcd0d9fa6438da5d3888453366f6ba127d62ec20 | 10,601 | cc | C++ | dali/operators/segmentation/select_masks.cc | cyyever/DALI | e2b2d5a061da605e3e9e681017a7b2d53fe41a62 | [
"ECL-2.0",
"Apache-2.0"
] | 3,967 | 2018-06-19T04:39:09.000Z | 2022-03-31T10:57:53.000Z | dali/operators/segmentation/select_masks.cc | cyyever/DALI | e2b2d5a061da605e3e9e681017a7b2d53fe41a62 | [
"ECL-2.0",
"Apache-2.0"
] | 3,494 | 2018-06-21T07:09:58.000Z | 2022-03-31T19:44:51.000Z | dali/operators/segmentation/select_masks.cc | cyyever/DALI | e2b2d5a061da605e3e9e681017a7b2d53fe41a62 | [
"ECL-2.0",
"Apache-2.0"
] | 531 | 2018-06-19T23:53:10.000Z | 2022-03-30T08:35:59.000Z | // Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
/... | 43.093496 | 119 | 0.671729 | cyyever |
dcd2681345a98c55d70c71522ee99323965ae450 | 15,025 | cpp | C++ | lib/Backend/JnHelperMethod.cpp | saurabharch/ChakraCore | aeb54d853faa1b3ea501706359453cb69b3b7dd7 | [
"MIT"
] | 3 | 2018-08-08T03:36:56.000Z | 2019-05-24T08:45:30.000Z | lib/Backend/JnHelperMethod.cpp | dannygriffin000/ChakraCore | 5cd7df72bc9c9638dbd394b20136579d921874a8 | [
"MIT"
] | null | null | null | lib/Backend/JnHelperMethod.cpp | dannygriffin000/ChakraCore | 5cd7df72bc9c9638dbd394b20136579d921874a8 | [
"MIT"
] | null | null | null | //-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft Corporation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//----------------------------... | 31.498952 | 131 | 0.681531 | saurabharch |
dcd556fe318f1f4491d507c709871f067892b1f4 | 696 | cpp | C++ | net.ssa/xrLC/Occlusion/visibilitytester.cpp | ixray-team/xray-vss-archive | b245c8601dcefb505b4b51f58142da6769d4dc92 | [
"Linux-OpenIB"
] | 1 | 2022-03-26T17:00:19.000Z | 2022-03-26T17:00:19.000Z | xrLC/Occlusion/visibilitytester.cpp | ixray-team/xray-vss-archive | b245c8601dcefb505b4b51f58142da6769d4dc92 | [
"Linux-OpenIB"
] | null | null | null | xrLC/Occlusion/visibilitytester.cpp | ixray-team/xray-vss-archive | b245c8601dcefb505b4b51f58142da6769d4dc92 | [
"Linux-OpenIB"
] | 1 | 2022-03-26T17:00:21.000Z | 2022-03-26T17:00:21.000Z | #include "stdafx.h"
#include "visibilitytester.h"
void CVisibilityTest::Calculate(void)
{
if (Count>0) {
CHK_DX(Device()->SetTransform(D3DTRANSFORMSTATE_WORLD,precalc_identity.d3d()));
CHK_DX(Device()->ComputeSphereVisibility(
(D3DVECTOR*)&(Center[0]),
&(Radius[0]),
Count,
0,
&(Result[0... | 26.769231 | 82 | 0.636494 | ixray-team |
dcd620f917ccd110b6aee3cd3ebd5afc896f6340 | 405 | cpp | C++ | solutions_cpp/first_bad_version.cpp | aaishikasb/Leetcoding | c6ad25486716d43c780d840cc80aa20ef51a8674 | [
"MIT"
] | null | null | null | solutions_cpp/first_bad_version.cpp | aaishikasb/Leetcoding | c6ad25486716d43c780d840cc80aa20ef51a8674 | [
"MIT"
] | null | null | null | solutions_cpp/first_bad_version.cpp | aaishikasb/Leetcoding | c6ad25486716d43c780d840cc80aa20ef51a8674 | [
"MIT"
] | null | null | null | // The API isBadVersion is defined for you.
// bool isBadVersion(int version);
class Solution {
public:
int firstBadVersion(int n) {
int first = 1;
int last = n;
int mid;
while(first <= last){
mid = ((last-first)>> 1) + first;
if(isBadVersion(mid)) last = mid... | 21.315789 | 49 | 0.503704 | aaishikasb |
dcd834fb151291feb87cc709e38220aa7cbd797f | 1,018 | cpp | C++ | Idf/model/dll/ConectInicioDLL.cpp | jmarranz/idf | 2b08e508e943624979cfb1fe1d559e84c0cfe8e1 | [
"MIT"
] | 1 | 2017-10-27T11:48:13.000Z | 2017-10-27T11:48:13.000Z | Idf/model/dll/ConectInicioDLL.cpp | jmarranz/idf | 2b08e508e943624979cfb1fe1d559e84c0cfe8e1 | [
"MIT"
] | null | null | null | Idf/model/dll/ConectInicioDLL.cpp | jmarranz/idf | 2b08e508e943624979cfb1fe1d559e84c0cfe8e1 | [
"MIT"
] | null | null | null | // ConectInicioDLL.cpp: implementation of the CConectInicioDLL class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "..\..\idf.h"
#include "ConectInicioDLL.h"
#include "..\Conect.h"
#include "..\DiagBase.h"
#include "exe\ConectInicioDLLExe.h"
#includ... | 21.659574 | 71 | 0.549116 | jmarranz |
dcd8524b547078e59c5faf3e5fec71114f40eb32 | 3,181 | cpp | C++ | 3rdParty/boost/1.71.0/libs/beast/test/beast/core/_detail_read.cpp | rajeev02101987/arangodb | 817e6c04cb82777d266f3b444494140676da98e2 | [
"Apache-2.0"
] | 12,278 | 2015-01-29T17:11:33.000Z | 2022-03-31T21:12:00.000Z | 3rdParty/boost/1.71.0/libs/beast/test/beast/core/_detail_read.cpp | rajeev02101987/arangodb | 817e6c04cb82777d266f3b444494140676da98e2 | [
"Apache-2.0"
] | 9,469 | 2015-01-30T05:33:07.000Z | 2022-03-31T16:17:21.000Z | 3rdParty/boost/1.71.0/libs/beast/test/beast/core/_detail_read.cpp | rajeev02101987/arangodb | 817e6c04cb82777d266f3b444494140676da98e2 | [
"Apache-2.0"
] | 892 | 2015-01-29T16:26:19.000Z | 2022-03-20T07:44:30.000Z | //
// Copyright (c) 2016-2019 Vinnie Falco (vinnie dot falco at gmail dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
// Official repository: https://github.com/boostorg/beast
//
// Test that header ... | 28.401786 | 79 | 0.525307 | rajeev02101987 |
dcd927bf7c72133c9d7494b14aec4e32d4590a89 | 941 | cpp | C++ | src/yaodaq/ConnectionState.cpp | yaodaq/YAODAQ | 3a7e60ef3eb415b0852b47a0bed698980dbc7777 | [
"MIT"
] | null | null | null | src/yaodaq/ConnectionState.cpp | yaodaq/YAODAQ | 3a7e60ef3eb415b0852b47a0bed698980dbc7777 | [
"MIT"
] | null | null | null | src/yaodaq/ConnectionState.cpp | yaodaq/YAODAQ | 3a7e60ef3eb415b0852b47a0bed698980dbc7777 | [
"MIT"
] | 1 | 2022-01-04T10:05:01.000Z | 2022-01-04T10:05:01.000Z | /**
\copyright Copyright 2022 flagarde
*/
#include "yaodaq/ConnectionState.hpp"
#include "yaodaq/Identifier.hpp"
namespace yaodaq
{
std::list<std::pair<std::string, std::string>> ConnectionState::m_Ids{};
ConnectionState::ConnectionState() : ix::ConnectionState() {}
ConnectionState::~ConnectionState()
{
std::lo... | 22.95122 | 117 | 0.651435 | yaodaq |
dcdb04c5fa4a93d6750c351edfd6bcef3a3cbc82 | 2,948 | cpp | C++ | export/release/windows/obj/src/polymod/format/EndLineType.cpp | SamuraiOfSecrets/Goatmeal-Time-v0.2 | 7b89cbaf6895495b90ee1a5679e9cc696a7fbb53 | [
"Apache-2.0"
] | null | null | null | export/release/windows/obj/src/polymod/format/EndLineType.cpp | SamuraiOfSecrets/Goatmeal-Time-v0.2 | 7b89cbaf6895495b90ee1a5679e9cc696a7fbb53 | [
"Apache-2.0"
] | null | null | null | export/release/windows/obj/src/polymod/format/EndLineType.cpp | SamuraiOfSecrets/Goatmeal-Time-v0.2 | 7b89cbaf6895495b90ee1a5679e9cc696a7fbb53 | [
"Apache-2.0"
] | null | null | null | // Generated by Haxe 4.2.2
#include <hxcpp.h>
#ifndef INCLUDED_polymod_format_EndLineType
#include <polymod/format/EndLineType.h>
#endif
namespace polymod{
namespace format{
::polymod::format::EndLineType EndLineType_obj::ANY;
::polymod::format::EndLineType EndLineType_obj::CR;
::polymod::format::EndLineType EndLin... | 31.031579 | 162 | 0.707938 | SamuraiOfSecrets |
dcdbf350037af12854260bb740827ca5962b6994 | 2,988 | cc | C++ | src/shared/scheduler_server_connection.cc | schinmayee/nimbus | 170cd15e24a7a88243a6ea80aabadc0fc0e6e177 | [
"BSD-3-Clause"
] | 20 | 2017-07-03T19:09:09.000Z | 2021-09-10T02:53:56.000Z | src/shared/scheduler_server_connection.cc | schinmayee/nimbus | 170cd15e24a7a88243a6ea80aabadc0fc0e6e177 | [
"BSD-3-Clause"
] | null | null | null | src/shared/scheduler_server_connection.cc | schinmayee/nimbus | 170cd15e24a7a88243a6ea80aabadc0fc0e6e177 | [
"BSD-3-Clause"
] | 9 | 2017-09-17T02:05:06.000Z | 2020-01-31T00:12:01.000Z | /*
* Copyright 2013 Stanford University.
* 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 co... | 30.181818 | 72 | 0.76071 | schinmayee |
dcddce721a437ed5534993d0bf6ed12fb145f488 | 23,874 | cpp | C++ | plugins/community/repos/trowaSoft/src/Module_voltSeq.cpp | guillaume-plantevin/VeeSeeVSTRack | 76fafc8e721613669d6f5ae82a0f58ce923a91e1 | [
"Zlib",
"BSD-3-Clause"
] | 233 | 2018-07-02T16:49:36.000Z | 2022-02-27T21:45:39.000Z | plugins/community/repos/trowaSoft/src/Module_voltSeq.cpp | guillaume-plantevin/VeeSeeVSTRack | 76fafc8e721613669d6f5ae82a0f58ce923a91e1 | [
"Zlib",
"BSD-3-Clause"
] | 24 | 2018-07-09T11:32:15.000Z | 2022-01-07T01:45:43.000Z | plugins/community/repos/trowaSoft/src/Module_voltSeq.cpp | guillaume-plantevin/VeeSeeVSTRack | 76fafc8e721613669d6f5ae82a0f58ce923a91e1 | [
"Zlib",
"BSD-3-Clause"
] | 24 | 2018-07-14T21:55:30.000Z | 2021-05-04T04:20:34.000Z | #include <string.h>
#include <stdio.h>
#include <math.h>
#include "trowaSoft.hpp"
#include "dsp/digital.hpp"
#include "trowaSoftComponents.hpp"
#include "trowaSoftUtilities.hpp"
#include "TSSequencerModuleBase.hpp"
#include "Module_voltSeq.hpp"
#define TROWA_VOLTSEQ_OSC_ROUND_VAL 100 // Mult & Divisor for rou... | 38.756494 | 207 | 0.662269 | guillaume-plantevin |
dcdf2794d75299674187c37f12a4c2fe2779f2c3 | 36,987 | cxx | C++ | run/scheduler/src/FieldPropagationHandler.cxx | Geant-RnD/geant | ffff95e23547531f3254ada2857c062a31f33e8f | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | run/scheduler/src/FieldPropagationHandler.cxx | Geant-RnD/geant | ffff95e23547531f3254ada2857c062a31f33e8f | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | run/scheduler/src/FieldPropagationHandler.cxx | Geant-RnD/geant | ffff95e23547531f3254ada2857c062a31f33e8f | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | #include "Geant/FieldPropagationHandler.h"
#include "Geant/FieldConfig.h"
#include "Geant/FieldLookup.h"
#include "Geant/GUFieldPropagatorPool.h"
#include "Geant/GUFieldPropagator.h"
#include "Geant/ConstBzFieldHelixStepper.h"
#include "Geant/ConstFieldHelixStepper.h"
#include "Geant/FieldTrack.h"
#include "Geant/Tr... | 39.899676 | 120 | 0.642577 | Geant-RnD |
dcdf63702b8b1e8eb49eda54c4a526878c3ead09 | 4,707 | cpp | C++ | nodes/accelerated_vadd/src/host.cpp | dirksavage88/acceleration_examples | 97140d08d84e53d7c7cc04340dfefe2c4a954117 | [
"Apache-2.0"
] | null | null | null | nodes/accelerated_vadd/src/host.cpp | dirksavage88/acceleration_examples | 97140d08d84e53d7c7cc04340dfefe2c4a954117 | [
"Apache-2.0"
] | null | null | null | nodes/accelerated_vadd/src/host.cpp | dirksavage88/acceleration_examples | 97140d08d84e53d7c7cc04340dfefe2c4a954117 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2020 Xilinx, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 43.583333 | 117 | 0.571277 | dirksavage88 |
dce004846c5721517b7a631befde6b95082fc3f8 | 4,493 | cpp | C++ | tests/basic_run_time/source/errors.throw.cpp | nickelpro/text | cec4c9a0887f20072a4506a2415482308c8a185b | [
"Apache-2.0"
] | null | null | null | tests/basic_run_time/source/errors.throw.cpp | nickelpro/text | cec4c9a0887f20072a4506a2415482308c8a185b | [
"Apache-2.0"
] | null | null | null | tests/basic_run_time/source/errors.throw.cpp | 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
//... | 42.790476 | 104 | 0.681059 | nickelpro |
dce0339cc92eebdda64e8689118d841d62e23bd4 | 2,390 | cpp | C++ | src/tests/pack-field-ordering.cpp | sbu-fsl/DataSeries | 8436462519eb22fc653387885b5f0339fb419061 | [
"BSD-2-Clause"
] | 6 | 2015-02-27T19:15:11.000Z | 2018-10-25T14:22:31.000Z | src/tests/pack-field-ordering.cpp | yoursunny/DataSeries | b5b9db8e40a79a3e546a59cd72a80be89412d7b2 | [
"BSD-2-Clause"
] | 7 | 2015-08-17T15:18:50.000Z | 2017-08-16T00:16:19.000Z | src/tests/pack-field-ordering.cpp | sbu-fsl/DataSeries | 8436462519eb22fc653387885b5f0339fb419061 | [
"BSD-2-Clause"
] | 8 | 2015-07-13T23:02:28.000Z | 2020-09-28T19:06:26.000Z | // -*-C++-*-
/*
(c) Copyright 2008, Hewlett-Packard Development Company, LP
See the file named COPYING for license details
*/
/** @file
Test the pad-record options
*/
#include <iostream>
#include <DataSeries/Extent.hpp>
#include <DataSeries/ExtentField.hpp>
using namespace std;
void testSimpleCheckOffsets... | 37.34375 | 110 | 0.546862 | sbu-fsl |
dce0e724a6fdbd41565c04e97316bfbaee89cb4d | 5,495 | cpp | C++ | modules/world/objects/agent.cpp | cirrostratus1/bark | 6629a9bbc455d0fd708e09bb8e162425e62c4165 | [
"MIT"
] | null | null | null | modules/world/objects/agent.cpp | cirrostratus1/bark | 6629a9bbc455d0fd708e09bb8e162425e62c4165 | [
"MIT"
] | null | null | null | modules/world/objects/agent.cpp | cirrostratus1/bark | 6629a9bbc455d0fd708e09bb8e162425e62c4165 | [
"MIT"
] | null | null | null | // Copyright (c) 2019 fortiss GmbH, Julian Bernhard, Klemens Esterle, Patrick Hart, Tobias Kessler
//
// This work is licensed under the terms of the MIT license.
// For a copy, see <https://opensource.org/licenses/MIT>.
#include <limits>
#include <cmath>
#include "modules/world/objects/agent.hpp"
#include "modules/wo... | 34.34375 | 98 | 0.720291 | cirrostratus1 |
dce137036a30ec9e64e21e77ce7b1e72a22c4b26 | 3,032 | cpp | C++ | vs2017_static_lib/DokeviNetwork/DokeviException.cpp | kaygundraka/Dokevi-TCPServer | 00c3ceb04c133d1959c89f6b3708ecf7607ef572 | [
"MIT"
] | 7 | 2020-03-23T12:09:50.000Z | 2020-05-19T02:35:42.000Z | vs2017_static_lib/DokeviNetwork/DokeviException.cpp | kaygundraka/Dokevi-Network | 00c3ceb04c133d1959c89f6b3708ecf7607ef572 | [
"MIT"
] | null | null | null | vs2017_static_lib/DokeviNetwork/DokeviException.cpp | kaygundraka/Dokevi-Network | 00c3ceb04c133d1959c89f6b3708ecf7607ef572 | [
"MIT"
] | null | null | null | #include "pch.h"
#include "DokeviException.h"
#include "ConfigManager.h"
#include <iostream>
#include <fstream>
using namespace DokeviNet;
std::vector<void(*)(void)> DokeviNet::Exception::excpetionHandler;
std::string serverInfoText = "";
void DokeviNet::MakeMinidump(EXCEPTION_POINTERS* e)
{
auto dbgHelp = LoadLib... | 22.294118 | 129 | 0.725264 | kaygundraka |
dce158fbeb1cb933a484ff199db054bedb0ff95c | 732 | cpp | C++ | 00118_pascals-triangle/200207-1.cpp | yanlinlin82/leetcode | ddcc0b9606d951cff9c08d1f7dfbc202067c8d65 | [
"MIT"
] | 6 | 2019-10-23T01:07:29.000Z | 2021-12-05T01:51:16.000Z | 00118_pascals-triangle/200207-1.cpp | yanlinlin82/leetcode | ddcc0b9606d951cff9c08d1f7dfbc202067c8d65 | [
"MIT"
] | null | null | null | 00118_pascals-triangle/200207-1.cpp | yanlinlin82/leetcode | ddcc0b9606d951cff9c08d1f7dfbc202067c8d65 | [
"MIT"
] | 1 | 2021-12-03T06:54:57.000Z | 2021-12-03T06:54:57.000Z | // https://leetcode-cn.com/problems/pascals-triangle/
#include <cstdio>
#include <vector>
using namespace std;
class Solution {
public:
vector<vector<int>> generate(int numRows) {
vector<vector<int>> res;
if (numRows > 0) {
vector<int> a;
for (int i = 0; i < numRows; ++i) {
vector<int> b;
for (in... | 17.023256 | 53 | 0.539617 | yanlinlin82 |
dce15a4d25d287b75102069143843a394741005a | 9,265 | cpp | C++ | benchmarks/puma_benchmarks/vgg19.cpp | souravsanyal06/puma-simulator | 9580656dc0e16fb36eb268054abe4391ade183db | [
"MIT"
] | 33 | 2019-04-18T01:16:07.000Z | 2022-02-18T20:21:05.000Z | benchmarks/puma_benchmarks/vgg19.cpp | souravsanyal06/puma-simulator | 9580656dc0e16fb36eb268054abe4391ade183db | [
"MIT"
] | 26 | 2019-09-06T16:05:43.000Z | 2022-03-11T23:29:29.000Z | benchmarks/puma_benchmarks/vgg19.cpp | souravsanyal06/puma-simulator | 9580656dc0e16fb36eb268054abe4391ade183db | [
"MIT"
] | 35 | 2019-04-19T08:40:55.000Z | 2022-02-13T11:18:00.000Z |
#include <assert.h>
#include <string>
#include <vector>
#include "puma.h"
#include "conv-layer.h"
#include "fully-connected-layer.h"
void isolated_fully_connected_layer(Model model, std::string layerName, unsigned int in_size, unsigned int out_size) {
// Input vector
auto in = InputVector::creat... | 41.734234 | 196 | 0.696168 | souravsanyal06 |
dce1e2066db47ff964a42687985f8d3b2b7aa870 | 9,513 | cpp | C++ | CGP/source/AND.cpp | gudeh/IWLS2021Final | 34b8f867c7008c81d9883aebdc8833f1512dd636 | [
"MIT"
] | 1 | 2022-02-06T14:29:22.000Z | 2022-02-06T14:29:22.000Z | CGP/source/AND.cpp | gudeh/IWLS2021Final | 34b8f867c7008c81d9883aebdc8833f1512dd636 | [
"MIT"
] | null | null | null | CGP/source/AND.cpp | gudeh/IWLS2021Final | 34b8f867c7008c81d9883aebdc8833f1512dd636 | [
"MIT"
] | null | null | null | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
#include "AIG.h"
AND::AND(){}
AND::~AND(){}
vector<nodeAig*> AND::getInputs(){
vector<nodeAig*> ret(2);
ret[0]=this->input... | 31.088235 | 177 | 0.573321 | gudeh |
dce2321018127dcdf01006fb475203e1ccd35d43 | 2,026 | cpp | C++ | Competitive/CoderBoy/C++/DSA/interleaved_string.cpp | prskid1000/Coding | e1f77c26f1bfc9160c97a8bbe181c9f851045340 | [
"MIT"
] | null | null | null | Competitive/CoderBoy/C++/DSA/interleaved_string.cpp | prskid1000/Coding | e1f77c26f1bfc9160c97a8bbe181c9f851045340 | [
"MIT"
] | null | null | null | Competitive/CoderBoy/C++/DSA/interleaved_string.cpp | prskid1000/Coding | e1f77c26f1bfc9160c97a8bbe181c9f851045340 | [
"MIT"
] | null | null | null | #include <bits/stdc++.h>
#define ld long double
#define ll long long int
//Constant declarations
#define INF 1000000000000000000LL
//IO modifiers
#define fast ios_base::sync_with_stdio(false);cin.tie(nullptr);cout.tie(nullptr);
#define io1 std::ifstream in("in.txt");std::cin.rdbuf(in.rdbuf());
#define io2 std::ofstr... | 22.021739 | 231 | 0.555775 | prskid1000 |
dce52de557444fd00956cf3e0027b3dcf7cc740a | 2,283 | cc | C++ | modules/congestion_controller/rtp/transport_feedback_demuxer_unittest.cc | ztchu/2020_04_05_webrtc | 2e3e36312b10b8711c467e7bdc4582c01914e4d0 | [
"BSD-3-Clause"
] | 45 | 2020-11-25T06:17:12.000Z | 2022-03-26T03:49:51.000Z | modules/congestion_controller/rtp/transport_feedback_demuxer_unittest.cc | ztchu/2020_04_05_webrtc | 2e3e36312b10b8711c467e7bdc4582c01914e4d0 | [
"BSD-3-Clause"
] | 31 | 2020-11-17T05:30:13.000Z | 2021-12-14T02:19:00.000Z | modules/congestion_controller/rtp/transport_feedback_demuxer_unittest.cc | ztchu/2020_04_05_webrtc | 2e3e36312b10b8711c467e7bdc4582c01914e4d0 | [
"BSD-3-Clause"
] | 20 | 2020-11-17T06:24:14.000Z | 2022-03-10T07:08:53.000Z | /*
* Copyright (c) 2019 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... | 34.074627 | 75 | 0.756899 | ztchu |
dce576fdf46ba7b7fc72f6fe9097f7cf7f638191 | 7,238 | cc | C++ | passes/cmds/rename.cc | kallisti5/yosys | 0b9bb852c66ec2a6e9b4b510b3e2e32b8c6a6b16 | [
"ISC"
] | 1 | 2019-04-07T10:32:04.000Z | 2019-04-07T10:32:04.000Z | passes/cmds/rename.cc | kallisti5/yosys | 0b9bb852c66ec2a6e9b4b510b3e2e32b8c6a6b16 | [
"ISC"
] | null | null | null | passes/cmds/rename.cc | kallisti5/yosys | 0b9bb852c66ec2a6e9b4b510b3e2e32b8c6a6b16 | [
"ISC"
] | null | null | null | /*
* yosys -- Yosys Open SYnthesis Suite
*
* Copyright (C) 2012 Clifford Wolf <clifford@clifford.at>
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in ... | 31.064378 | 108 | 0.632633 | kallisti5 |
dce69c3f11c87b3317cd19467dea01975346ec84 | 3,202 | cpp | C++ | bigOrribleSwitchInline.cpp | abwilson/type_erasure_and_dispatch | 44e39643843c99d6327a9673f16782fe4bbc4993 | [
"MIT"
] | 5 | 2017-09-27T13:33:42.000Z | 2018-10-20T15:53:40.000Z | bigOrribleSwitchInline.cpp | abwilson/type_erasure_and_dispatch | 44e39643843c99d6327a9673f16782fe4bbc4993 | [
"MIT"
] | null | null | null | bigOrribleSwitchInline.cpp | abwilson/type_erasure_and_dispatch | 44e39643843c99d6327a9673f16782fe4bbc4993 | [
"MIT"
] | null | null | null | #include "reader.h"
#include "HandlerHolder.h"
#include "MsgReader.h"
template<template<typename, int> class Handler>
struct BigOrribleSwitch: HandlerHolder<Handler>
{
using Base = HandlerHolder<Handler>;
const char* handle(
int i,
const char* msg,
const MessageHeaderCompT& header,
... | 60.415094 | 107 | 0.623048 | abwilson |
dce6bd2731579c2461e131be104cae9375b7113c | 2,691 | hpp | C++ | libember/Headers/ember/glow/StreamFormat.hpp | purefunsolutions/ember-plus | d022732f2533ad697238c6b5210d7fc3eb231bfc | [
"BSL-1.0"
] | 78 | 2015-07-31T14:46:38.000Z | 2022-03-28T09:28:28.000Z | libember/Headers/ember/glow/StreamFormat.hpp | purefunsolutions/ember-plus | d022732f2533ad697238c6b5210d7fc3eb231bfc | [
"BSL-1.0"
] | 81 | 2015-08-03T07:58:19.000Z | 2022-02-28T16:21:19.000Z | libember/Headers/ember/glow/StreamFormat.hpp | purefunsolutions/ember-plus | d022732f2533ad697238c6b5210d7fc3eb231bfc | [
"BSL-1.0"
] | 49 | 2015-08-03T12:53:10.000Z | 2022-03-17T17:25:49.000Z | /*
libember -- C++ 03 implementation of the Ember+ Protocol
Copyright (C) 2012-2016 Lawo GmbH (http://www.lawo.com).
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
*/
#ifndef __LIBEMBER_GLOW_STREAMFORMA... | 32.421687 | 91 | 0.49424 | purefunsolutions |
dcebb19690d41d669400ef4087007117db5b6d42 | 17,548 | cpp | C++ | c-src/Fl_ProgressC.cpp | sboosali/fltkhs2 | 6b14df2206dd700c07aeb11123d6e54c9fb8a3ce | [
"MIT"
] | null | null | null | c-src/Fl_ProgressC.cpp | sboosali/fltkhs2 | 6b14df2206dd700c07aeb11123d6e54c9fb8a3ce | [
"MIT"
] | null | null | null | c-src/Fl_ProgressC.cpp | sboosali/fltkhs2 | 6b14df2206dd700c07aeb11123d6e54c9fb8a3ce | [
"MIT"
] | null | null | null | #include "Fl_ProgressC.h"
#ifdef __cplusplus
EXPORT {
Fl_DerivedProgress::Fl_DerivedProgress(int X, int Y, int W, int H, const char *l, fl_Widget_Virtual_Funcs* funcs) : Fl_Progress(X,Y,W,H,l){
overriddenFuncs = funcs;
other_data = (void*)0;
}
Fl_DerivedProgress::Fl_DerivedProgress(int X, int Y, int W, in... | 42.284337 | 143 | 0.739002 | sboosali |
dcebf5e5fbe49f62095af2f241fdc373e1efa6bc | 373,430 | cpp | C++ | Source/MediaInfo/MediaInfo_Config_Automatic.cpp | 3CHosler/MediaInfoLib | 3c1543ed46bec4bcdaa6065ba884fb1085c4f559 | [
"BSD-2-Clause"
] | 1 | 2019-12-03T16:00:42.000Z | 2019-12-03T16:00:42.000Z | Source/MediaInfo/MediaInfo_Config_Automatic.cpp | 3CHosler/MediaInfoLib | 3c1543ed46bec4bcdaa6065ba884fb1085c4f559 | [
"BSD-2-Clause"
] | null | null | null | Source/MediaInfo/MediaInfo_Config_Automatic.cpp | 3CHosler/MediaInfoLib | 3c1543ed46bec4bcdaa6065ba884fb1085c4f559 | [
"BSD-2-Clause"
] | null | null | null | /* Copyright (c) MediaArea.net SARL. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license that can
* be found in the License.html file in the root of the source tree.
*/
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//
// Automaticly generat... | 58.03108 | 489 | 0.665099 | 3CHosler |
dceceebb8b5cc2cf98eae77528c968f99e465f20 | 1,056 | cpp | C++ | Day11/knightsTour.cpp | tejaswini212/100-Days-Of-Algo | ae90e91e302e2f1c9b1c067416fcb0bc42b12e99 | [
"MIT"
] | 1 | 2022-03-31T13:49:46.000Z | 2022-03-31T13:49:46.000Z | Day11/knightsTour.cpp | tejaswini212/100-Days-Of-Algo | ae90e91e302e2f1c9b1c067416fcb0bc42b12e99 | [
"MIT"
] | null | null | null | Day11/knightsTour.cpp | tejaswini212/100-Days-Of-Algo | ae90e91e302e2f1c9b1c067416fcb0bc42b12e99 | [
"MIT"
] | null | null | null | #include<bits/stdc++.h>
using namespace std;
int move_x[8]={2,1,-1,-2,-2,-1,1,2};
int move_y[8]={1,2,2,1,-1,-2,-2,-1};
bool validateMove(vector<vector<int>> &board,int row,int col){
if(row<8 && row>=0 && col<8 && col>=0 && board[row][col]==0)
return true;
else
return false;
}
bool solve(vector<vect... | 22.956522 | 67 | 0.500947 | tejaswini212 |
dced8b9a8bb8e3caee3c785e1996be318a8d0b02 | 10,179 | cc | C++ | lib/poppler/qt5/src/poppler-private.cc | nacimgoura/popplonode | 51625d61248eeedf0a03d00a16d642cdef0329bb | [
"MIT"
] | 4 | 2017-08-23T15:28:42.000Z | 2019-10-18T01:50:16.000Z | lib/poppler/qt5/src/poppler-private.cc | nacimgoura/popplonode | 51625d61248eeedf0a03d00a16d642cdef0329bb | [
"MIT"
] | 2 | 2021-05-06T18:59:32.000Z | 2021-08-31T16:38:27.000Z | lib/poppler/qt5/src/poppler-private.cc | istex/popplonode | 1637685667757df6e54077fa93b60d5d1f7fbc8a | [
"MIT"
] | 1 | 2017-09-05T07:56:18.000Z | 2017-09-05T07:56:18.000Z | /* poppler-private.cc: qt interface to poppler
* Copyright (C) 2005, Net Integration Technologies, Inc.
* Copyright (C) 2006, 2011, 2015 by Albert Astals Cid <aacid@kde.org>
* Copyright (C) 2008, 2010, 2011, 2014 by Pino Toscano <pino@kde.org>
* Copyright (C) 2013 by Thomas Freitag <Thomas.Freitag@alfa.de>
* Copyr... | 34.505085 | 112 | 0.540721 | nacimgoura |
dcee0c8882b3cd1f2461d5d3d37f3395c19992df | 1,828 | cpp | C++ | aws-cpp-sdk-managedblockchain/source/model/CreateNetworkRequest.cpp | lintonv/aws-sdk-cpp | 15e19c265ffce19d2046b18aa1b7307fc5377e58 | [
"Apache-2.0"
] | null | null | null | aws-cpp-sdk-managedblockchain/source/model/CreateNetworkRequest.cpp | lintonv/aws-sdk-cpp | 15e19c265ffce19d2046b18aa1b7307fc5377e58 | [
"Apache-2.0"
] | null | null | null | aws-cpp-sdk-managedblockchain/source/model/CreateNetworkRequest.cpp | lintonv/aws-sdk-cpp | 15e19c265ffce19d2046b18aa1b7307fc5377e58 | [
"Apache-2.0"
] | 1 | 2020-11-04T03:18:11.000Z | 2020-11-04T03:18:11.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/managedblockchain/model/CreateNetworkRequest.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::ManagedBlockchain::Model;
using namespace Aws::U... | 21.255814 | 86 | 0.753282 | lintonv |
dcee6c654cbb3757e5112c58c809a763245426c4 | 590 | cc | C++ | X_Sum/653.cc | guohaoqiang/leetcode | 802447c029c36892e8dd7391c825bcfc7ac0fd0b | [
"MIT"
] | null | null | null | X_Sum/653.cc | guohaoqiang/leetcode | 802447c029c36892e8dd7391c825bcfc7ac0fd0b | [
"MIT"
] | null | null | null | X_Sum/653.cc | guohaoqiang/leetcode | 802447c029c36892e8dd7391c825bcfc7ac0fd0b | [
"MIT"
] | null | null | null | class Solution {
public:
void inorder_visit(TreeNode* root){
if (root->left) inorder_visit(root->left);
tree.push_back(root->val);
if (root->right) inorder_visit(root->right);
}
bool findTarget(TreeNode* root, int k) {
inorder_visit(root);
int i=0,j=tree.size()-1... | 22.692308 | 52 | 0.459322 | guohaoqiang |
dcef9028c7516850d032971ce520b6efe2ecb199 | 208 | cpp | C++ | Source/VREngine/Private/Interfaces/VRDualHands.cpp | Jordonbc/VREngine | c33e4eda5797dad233f8d813e3b8d3261e93632b | [
"Apache-2.0"
] | 10 | 2020-11-26T19:04:08.000Z | 2022-02-04T19:21:05.000Z | Source/VREngine/Private/Interfaces/VRDualHands.cpp | Jordonbc/VREngine | c33e4eda5797dad233f8d813e3b8d3261e93632b | [
"Apache-2.0"
] | 4 | 2020-12-30T23:26:35.000Z | 2021-12-19T23:43:08.000Z | Source/VREngine/Private/Interfaces/VRDualHands.cpp | Jordonbc/VREngine | c33e4eda5797dad233f8d813e3b8d3261e93632b | [
"Apache-2.0"
] | null | null | null | // Fill out your copyright notice in the Description page of Project Settings.
#include "Interfaces/VRDualHands.h"
// Add default functionality here for any IVRDualHands functions that are not pure virtual. | 41.6 | 91 | 0.802885 | Jordonbc |
fd5f3feec251bfb81eca3eb117d793d8d8c41326 | 13,462 | cc | C++ | modules/prediction/pipeline/vector_net.cc | jzjonah/apollo | bc534789dc0548bf2d27f8d72fe255d5c5e4f951 | [
"Apache-2.0"
] | 22,688 | 2017-07-04T23:17:19.000Z | 2022-03-31T18:56:48.000Z | modules/prediction/pipeline/vector_net.cc | WJY-Mark/apollo | 463fb82f9e979d02dcb25044e60931293ab2dba0 | [
"Apache-2.0"
] | 4,804 | 2017-07-04T22:30:12.000Z | 2022-03-31T12:58:21.000Z | modules/prediction/pipeline/vector_net.cc | WJY-Mark/apollo | 463fb82f9e979d02dcb25044e60931293ab2dba0 | [
"Apache-2.0"
] | 9,985 | 2017-07-04T22:01:17.000Z | 2022-03-31T14:18:16.000Z | /******************************************************************************
* Copyright 2021 The Apollo 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
... | 39.362573 | 80 | 0.613505 | jzjonah |
fd5fcbce974a8bce941a08a61bdf0d1f908190a9 | 22,808 | cc | C++ | src/sst/elements/scheduler/taskMappers/TopoMapper.cc | feldergast/sst-elements | a7abc015aed709feb05821d269d233110569fd72 | [
"BSD-3-Clause"
] | 2 | 2019-06-10T15:32:03.000Z | 2019-06-11T14:17:32.000Z | src/sst/elements/scheduler/taskMappers/TopoMapper.cc | feldergast/sst-elements | a7abc015aed709feb05821d269d233110569fd72 | [
"BSD-3-Clause"
] | 39 | 2016-01-06T15:08:15.000Z | 2020-06-03T18:12:31.000Z | src/sst/elements/scheduler/taskMappers/TopoMapper.cc | feldergast/sst-elements | a7abc015aed709feb05821d269d233110569fd72 | [
"BSD-3-Clause"
] | 1 | 2019-09-24T13:41:56.000Z | 2019-09-24T13:41:56.000Z | // Copyright 2009-2020 NTESS. Under the terms
// of Contract DE-NA0003525 with NTESS, the U.S.
// Government retains certain rights in this software.
//
// Copyright (c) 2009-2020, NTESS
// All rights reserved.
//
// Portions are copyright of other developers:
// See the file CONTRIBUTORS.TXT in the top level directory... | 38.013333 | 184 | 0.532094 | feldergast |
fd61e59e3c663d0f62647f18b94053cf8df5516f | 196,911 | cc | C++ | be/src/formats/orc/apache-orc/c++/test/TestRleDecoder.cc | stephen-shelby/starrocks | 67932670efddbc8c56e2aaf5d3758724dcb44b0a | [
"Zlib",
"PSF-2.0",
"BSD-2-Clause",
"Apache-2.0",
"ECL-2.0",
"BSD-3-Clause-Clear"
] | 1 | 2022-03-08T09:13:32.000Z | 2022-03-08T09:13:32.000Z | be/src/formats/orc/apache-orc/c++/test/TestRleDecoder.cc | stephen-shelby/starrocks | 67932670efddbc8c56e2aaf5d3758724dcb44b0a | [
"Zlib",
"PSF-2.0",
"BSD-2-Clause",
"Apache-2.0",
"ECL-2.0",
"BSD-3-Clause-Clear"
] | null | null | null | be/src/formats/orc/apache-orc/c++/test/TestRleDecoder.cc | stephen-shelby/starrocks | 67932670efddbc8c56e2aaf5d3758724dcb44b0a | [
"Zlib",
"PSF-2.0",
"BSD-2-Clause",
"Apache-2.0",
"ECL-2.0",
"BSD-3-Clause-Clear"
] | 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... | 92.316456 | 120 | 0.497682 | stephen-shelby |
fd658b72395cbb9ddce97970d755871bb0debfec | 29,622 | cpp | C++ | test/case/wal_object_test.cpp | atframework/atframe_utils | 070eb63570e8094eeb4d03bf9761fd0311eb1ef3 | [
"MIT"
] | 55 | 2016-07-27T10:35:57.000Z | 2022-03-27T13:46:26.000Z | test/case/wal_object_test.cpp | atframework/atframe_utils | 070eb63570e8094eeb4d03bf9761fd0311eb1ef3 | [
"MIT"
] | 19 | 2021-05-29T07:30:04.000Z | 2022-03-25T15:13:15.000Z | test/case/wal_object_test.cpp | atframework/atframe_utils | 070eb63570e8094eeb4d03bf9761fd0311eb1ef3 | [
"MIT"
] | 18 | 2016-07-27T11:39:20.000Z | 2021-08-17T06:33:44.000Z | // Copyright 2021 atframework
#include <algorithm>
#include <chrono>
#include <cstring>
#include <ctime>
#include <memory>
#include <sstream>
#include <vector>
#include <distributed_system/wal_object.h>
#include "frame/test_macros.h"
enum class test_wal_object_log_action {
kDoNothing = 0,
kRecursivePushBack,
... | 40.578082 | 120 | 0.747485 | atframework |
fd66be37b24d7dbbeb50bbe9a9f10b2b366b45ef | 13,457 | cpp | C++ | tests/validation/NEON/Cast.cpp | alexjung/ComputeLibrary | a9d47c17791ebce45427ea6331bd6e35f7d721f4 | [
"MIT"
] | 1 | 2021-07-20T02:30:35.000Z | 2021-07-20T02:30:35.000Z | tests/validation/NEON/Cast.cpp | alexjung/ComputeLibrary | a9d47c17791ebce45427ea6331bd6e35f7d721f4 | [
"MIT"
] | null | null | null | tests/validation/NEON/Cast.cpp | alexjung/ComputeLibrary | a9d47c17791ebce45427ea6331bd6e35f7d721f4 | [
"MIT"
] | null | null | null | /*
* Copyright (c) 2019-2020 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restriction, including without limitation the
* ri... | 69.010256 | 169 | 0.756261 | alexjung |
fd679218bd84efa5a1e207aa695a148a66f8b89a | 7,563 | cpp | C++ | test/varianttestconverttuple.cpp | katreniak/cppwamp | b37d3a9e83bca9594d6acd29a3fb7db39bda6cc9 | [
"BSL-1.0"
] | 39 | 2015-04-04T00:29:47.000Z | 2021-06-27T11:25:38.000Z | test/varianttestconverttuple.cpp | katreniak/cppwamp | b37d3a9e83bca9594d6acd29a3fb7db39bda6cc9 | [
"BSL-1.0"
] | 115 | 2015-04-04T01:59:32.000Z | 2020-12-04T09:23:09.000Z | test/varianttestconverttuple.cpp | katreniak/cppwamp | b37d3a9e83bca9594d6acd29a3fb7db39bda6cc9 | [
"BSL-1.0"
] | 8 | 2015-05-04T06:24:55.000Z | 2020-11-11T12:38:46.000Z | /*------------------------------------------------------------------------------
Copyright Butterfly Energy Systems 2014-2015.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LI... | 34.852535 | 81 | 0.479439 | katreniak |
fd6f95d88caf69e2ae197cf940beb93c164565bc | 2,714 | cpp | C++ | src/csi/utils.cpp | liangyuRain/mesos | 0f9448497ddb259063911811ab3ce5784747ca2d | [
"Apache-2.0"
] | 2 | 2017-01-13T19:40:15.000Z | 2018-05-16T21:37:13.000Z | src/csi/utils.cpp | liangyuRain/mesos | 0f9448497ddb259063911811ab3ce5784747ca2d | [
"Apache-2.0"
] | 3 | 2021-05-20T23:17:32.000Z | 2022-02-26T10:27:21.000Z | src/csi/utils.cpp | liangyuRain/mesos | 0f9448497ddb259063911811ab3ce5784747ca2d | [
"Apache-2.0"
] | 1 | 2021-08-18T09:26:06.000Z | 2021-08-18T09:26:06.000Z | // Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may... | 27.693878 | 78 | 0.686441 | liangyuRain |
fd744bb1876c92e9b7e2bd7ee3416162ec6bdf0e | 285 | hpp | C++ | Firmware/Src/system/GlobalInterrupts.hpp | borgu/midi-grid | ce65669f55d5d5598a8ff185debcec76ab001bfa | [
"BSD-3-Clause"
] | null | null | null | Firmware/Src/system/GlobalInterrupts.hpp | borgu/midi-grid | ce65669f55d5d5598a8ff185debcec76ab001bfa | [
"BSD-3-Clause"
] | null | null | null | Firmware/Src/system/GlobalInterrupts.hpp | borgu/midi-grid | ce65669f55d5d5598a8ff185debcec76ab001bfa | [
"BSD-3-Clause"
] | null | null | null | #ifndef SYSTEM_GLOBALINTERRUPTS_HPP_
#define SYSTEM_GLOBALINTERRUPTS_HPP_
namespace mcu {
class GlobalInterrupts
{
public:
GlobalInterrupts();
virtual ~GlobalInterrupts();
void disable();
void enable();
};
} // namespace hal
#endif // SYSTEM_GLOBALINTERRUPTS_HPP_
| 15 | 38 | 0.74386 | borgu |
fd754c337e38edbe0f32c1fa6f8a1ac1498aabc2 | 469 | cpp | C++ | doc/tutorial/argument_parser/solution1.cpp | seqan/seqan3-sarg-lib | 838efea0ac76822353df002adce3b558dac5c9a3 | [
"CC0-1.0",
"CC-BY-4.0"
] | 2 | 2022-01-06T10:22:34.000Z | 2022-02-13T21:18:24.000Z | doc/tutorial/argument_parser/solution1.cpp | seqan/seqan3-sarg-lib | 838efea0ac76822353df002adce3b558dac5c9a3 | [
"CC0-1.0",
"CC-BY-4.0"
] | 82 | 2021-11-30T12:25:56.000Z | 2022-03-31T11:18:18.000Z | doc/tutorial/argument_parser/solution1.cpp | seqan/seqan3-sarg-lib | 838efea0ac76822353df002adce3b558dac5c9a3 | [
"CC0-1.0",
"CC-BY-4.0"
] | 6 | 2021-11-30T12:16:30.000Z | 2022-02-16T10:45:15.000Z | #include <sharg/all.hpp> // includes all necessary headers
void initialise_argument_parser(sharg::argument_parser & parser)
{
parser.info.author = "Cersei";
parser.info.short_description = "Aggregate average Game of Thrones viewers by season.";
parser.info.version = "1.0.0";
}
int main(int argc, char ** a... | 29.3125 | 91 | 0.720682 | seqan |
fd7705cd9dd65be2df46cb2e0209cc99f285d5d9 | 1,677 | cc | C++ | moses/util/stream/sort_test.cc | anshsarkar/TailBench | 25845756aee9a892229c25b681051591c94daafd | [
"MIT"
] | 114 | 2015-01-11T05:41:03.000Z | 2021-08-31T03:47:12.000Z | moses/util/stream/sort_test.cc | anshsarkar/TailBench | 25845756aee9a892229c25b681051591c94daafd | [
"MIT"
] | 29 | 2015-01-09T01:00:09.000Z | 2019-09-25T06:04:02.000Z | moses/util/stream/sort_test.cc | anshsarkar/TailBench | 25845756aee9a892229c25b681051591c94daafd | [
"MIT"
] | 50 | 2015-02-13T13:48:39.000Z | 2019-08-07T09:45:11.000Z | #include "util/stream/sort.hh"
#define BOOST_TEST_MODULE SortTest
#include <boost/test/unit_test.hpp>
#include <algorithm>
#include <unistd.h>
namespace util { namespace stream { namespace {
struct CompareUInt64 : public std::binary_function<const void *, const void *, bool> {
bool operator()(const void *first, ... | 26.619048 | 93 | 0.695886 | anshsarkar |
fd77a1ba2b92177876aef6c39500bc46aaf6e1ea | 166 | cpp | C++ | source/idf/UsbDualShock.cpp | greck2908/IDF | 0882cc35d88b96b0aea55e112060779654f040a6 | [
"NASA-1.3"
] | 84 | 2016-06-15T21:26:02.000Z | 2022-03-12T15:09:57.000Z | source/idf/UsbDualShock.cpp | greck2908/IDF | 0882cc35d88b96b0aea55e112060779654f040a6 | [
"NASA-1.3"
] | 44 | 2016-10-19T17:35:01.000Z | 2022-03-11T17:20:51.000Z | source/idf/UsbDualShock.cpp | greck2908/IDF | 0882cc35d88b96b0aea55e112060779654f040a6 | [
"NASA-1.3"
] | 46 | 2016-06-25T00:18:52.000Z | 2019-12-19T11:13:15.000Z | #include "idf/UsbDualShock.hh"
namespace idf {
UsbDualShock::UsbDualShock(const std::string& deviceName, unsigned length) :
UsbDevice(deviceName, length) {}
}
| 18.444444 | 76 | 0.740964 | greck2908 |
fd793d59a4fd88ba47694f7ca1a6f4143bb60e0e | 246 | hpp | C++ | src/post/main/MessageStandard.hpp | ucd-plse/mpi-error-prop | 4367df88bcdc4d82c9a65b181d0e639d04962503 | [
"BSD-3-Clause"
] | 3 | 2020-05-22T04:17:23.000Z | 2020-07-17T04:14:25.000Z | src/post/main/MessageStandard.hpp | ucd-plse/mpi-error-prop | 4367df88bcdc4d82c9a65b181d0e639d04962503 | [
"BSD-3-Clause"
] | null | null | null | src/post/main/MessageStandard.hpp | ucd-plse/mpi-error-prop | 4367df88bcdc4d82c9a65b181d0e639d04962503 | [
"BSD-3-Clause"
] | null | null | null | #ifndef MESSAGE_STANDARD_GUARD
#define MESSAGE_STANDARD_GUARD 1
class MessageStandard : public Message {
public:
virtual string format();
virtual string getErrorCodeStr(bool starBefore=false);
private:
string getLocationStr();
};
#endif
| 17.571429 | 56 | 0.788618 | ucd-plse |
fd7a2fe6a5b06e2019e09fa3411a2d5a7717532a | 3,574 | cpp | C++ | server/src/jazz_main/instances.cpp | kaalam/Jazz | c336be778e891b3c893a668734f04d098192e706 | [
"Apache-2.0"
] | 8 | 2018-09-06T23:10:58.000Z | 2021-03-15T09:13:38.000Z | server/src/jazz_main/instances.cpp | kaalam/Jazz | c336be778e891b3c893a668734f04d098192e706 | [
"Apache-2.0"
] | null | null | null | server/src/jazz_main/instances.cpp | kaalam/Jazz | c336be778e891b3c893a668734f04d098192e706 | [
"Apache-2.0"
] | 3 | 2018-04-27T07:27:49.000Z | 2020-12-08T16:31:45.000Z | /* Jazz (c) 2018-2021 kaalam.ai (The Authors of Jazz), using (under the same license):
1. Biomodelling - The AATBlockQueue class (c) Jacques Basaldúa, 2009-2012 licensed
exclusively for the use in the Jazz server software.
Copyright 2009-2012 Jacques Basaldúa
2. BBVA - Jazz: A lightweight analytical web serv... | 26.279412 | 86 | 0.689424 | kaalam |
fd7a76991002ed560d1764f519766343e895854a | 10,883 | cpp | C++ | Source/AllProjects/WndUtils/CIDCtrls/CIDCtrls_Slider.cpp | MarkStega/CIDLib | 82014e064eef51cad998bf2c694ed9c1c8cceac6 | [
"MIT"
] | 216 | 2019-03-09T06:41:28.000Z | 2022-02-25T16:27:19.000Z | Source/AllProjects/WndUtils/CIDCtrls/CIDCtrls_Slider.cpp | MarkStega/CIDLib | 82014e064eef51cad998bf2c694ed9c1c8cceac6 | [
"MIT"
] | 9 | 2020-09-27T08:00:52.000Z | 2021-07-02T14:27:31.000Z | Source/AllProjects/WndUtils/CIDCtrls/CIDCtrls_Slider.cpp | MarkStega/CIDLib | 82014e064eef51cad998bf2c694ed9c1c8cceac6 | [
"MIT"
] | 29 | 2019-03-09T10:12:24.000Z | 2021-03-03T22:25:29.000Z | //
// FILE NAME: CIDCtrls_Slider.cpp
//
// AUTHOR: Dean Roddey
//
// CREATED: 04/16/2015
//
// COPYRIGHT: Charmed Quark Systems, Ltd @ 2019
//
// This software is copyrighted by 'Charmed Quark Systems, Ltd' and
// the author (Dean Roddey.) It is licensed under the MIT Open Source
// license:
//
// https://opensourc... | 28.415144 | 87 | 0.508959 | MarkStega |
fd7dfd1ac6f0ea822ebc943a771f01a35ba637c7 | 10,821 | cpp | C++ | modules/gdextensions/environment/spider_anim/spider_sprite.cpp | ppiecuch/godot | ff2098b324b814a0d1bd9d5722aa871fc5214fab | [
"MIT",
"Apache-2.0",
"CC-BY-4.0",
"Unlicense"
] | null | null | null | modules/gdextensions/environment/spider_anim/spider_sprite.cpp | ppiecuch/godot | ff2098b324b814a0d1bd9d5722aa871fc5214fab | [
"MIT",
"Apache-2.0",
"CC-BY-4.0",
"Unlicense"
] | null | null | null | modules/gdextensions/environment/spider_anim/spider_sprite.cpp | ppiecuch/godot | ff2098b324b814a0d1bd9d5722aa871fc5214fab | [
"MIT",
"Apache-2.0",
"CC-BY-4.0",
"Unlicense"
] | null | null | null | /*************************************************************************/
/* spider_sprite.cpp */
/*************************************************************************/
/* This file is part of: */
/* ... | 28.253264 | 143 | 0.643286 | ppiecuch |
fd837adcd01c2eae6229bc8eee4d902c4aac9d1f | 218 | cpp | C++ | programs_AtoZ/Add 2 Numbers/If User enters Real Numbers.cpp | EarthMan123/unitech_cpp_with_oops-course | 941fec057bdcb8a5289994780ae553e6d4fddbbe | [
"Unlicense"
] | 2 | 2021-06-12T02:55:28.000Z | 2021-07-04T22:25:38.000Z | programs_AtoZ/Add 2 Numbers/If User enters Real Numbers.cpp | EarthMan123/unitech_cpp_with_oops-course | 941fec057bdcb8a5289994780ae553e6d4fddbbe | [
"Unlicense"
] | null | null | null | programs_AtoZ/Add 2 Numbers/If User enters Real Numbers.cpp | EarthMan123/unitech_cpp_with_oops-course | 941fec057bdcb8a5289994780ae553e6d4fddbbe | [
"Unlicense"
] | 1 | 2021-07-04T22:28:38.000Z | 2021-07-04T22:28:38.000Z | #include<iostream>
using namespace std;
int main()
{
float num1, num2, add;
cout<<"Enter Two Numbers: ";
cin>>num1>>num2;
add = num1+num2;
cout<<"\nResult = "<<add;
cout<<endl;
return 0;
}
| 15.571429 | 32 | 0.573394 | EarthMan123 |
fd849a2280264fb0b369b01780ae87cd9fffa497 | 12,898 | cxx | C++ | base/fs/remotefs/dfs/dfsserver/serverlibrary/dfstrusteddomain.cxx | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/fs/remotefs/dfs/dfsserver/serverlibrary/dfstrusteddomain.cxx | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/fs/remotefs/dfs/dfsserver/serverlibrary/dfstrusteddomain.cxx | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z |
//+----------------------------------------------------------------------------
//
// Copyright (C) 2000, Microsoft Corporation
//
// File: DfsTrustedDomain.cxx
//
// Contents: implements the trusted domain
//
// Classes: DfsTrustedDomain
//
// History: Apr. 8 2000, Author: udayh
//
... | 29.313636 | 139 | 0.523492 | npocmaka |
fd852b3dee888a2151647e677c8270e34671d723 | 1,941 | cpp | C++ | src/ui/elementdelegate.cpp | lawarner/aft | fd2b6b97bedd2be3ccb1739b890aeea6aa2f9603 | [
"Apache-2.0"
] | null | null | null | src/ui/elementdelegate.cpp | lawarner/aft | fd2b6b97bedd2be3ccb1739b890aeea6aa2f9603 | [
"Apache-2.0"
] | null | null | null | src/ui/elementdelegate.cpp | lawarner/aft | fd2b6b97bedd2be3ccb1739b890aeea6aa2f9603 | [
"Apache-2.0"
] | null | null | null | /*
* elementdelegate.cpp
* libaft
*
* Copyright © 2017 Andy Warner. 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/lic... | 26.589041 | 84 | 0.706852 | lawarner |
fd86c29fd4295108941a22556ef1a03226fec95a | 660 | cc | C++ | AbstractObject.cc | relyah/cubecamera | 051427ce7f5c3eda2738f0f05849900bcc4ea422 | [
"Apache-2.0"
] | null | null | null | AbstractObject.cc | relyah/cubecamera | 051427ce7f5c3eda2738f0f05849900bcc4ea422 | [
"Apache-2.0"
] | null | null | null | AbstractObject.cc | relyah/cubecamera | 051427ce7f5c3eda2738f0f05849900bcc4ea422 | [
"Apache-2.0"
] | null | null | null | #include "AbstractObject.h"
AbstractObject::AbstractObject(IOpenGLProgram* program, IModel *model, bool isRenderToFBO) :
program(program),
model(model),
isRenderToFBO(isRenderToFBO){
}
AbstractObject::~AbstractObject() {
program=0;
model=0;
}
void AbstractObject::Gen() {
glGenVertexArrays(1, &vao);
Bi... | 18.333333 | 92 | 0.677273 | relyah |
fd897b14e63a7e3d6e7decf2971553377890f83b | 2,526 | cpp | C++ | tests/test_multidiskread.cpp | pjotrscholtze/kognac | 161a4308367edb2d6ffac9c336e801a20e3ef41e | [
"Apache-2.0"
] | 2 | 2016-09-30T08:46:36.000Z | 2017-03-24T10:41:53.000Z | tests/test_multidiskread.cpp | pjotrscholtze/kognac | 161a4308367edb2d6ffac9c336e801a20e3ef41e | [
"Apache-2.0"
] | 2 | 2018-06-26T16:41:19.000Z | 2021-09-16T12:26:05.000Z | tests/test_multidiskread.cpp | pjotrscholtze/kognac | 161a4308367edb2d6ffac9c336e801a20e3ef41e | [
"Apache-2.0"
] | 3 | 2016-06-26T20:20:55.000Z | 2021-08-30T13:20:29.000Z | #include <string>
#include <mutex>
#include <condition_variable>
#include <kognac/lz4io.h>
#include <kognac/multidisklz4reader.h>
#include <iostream>
#include <boost/thread.hpp>
#include <boost/filesystem.hpp>
#include <boost/log/trivial.hpp>
using namespace std;
namespace fs = boost::filesystem;
void readElements... | 34.135135 | 94 | 0.586302 | pjotrscholtze |
fd8a294882075b96e4355a2776bf64aaffc42b63 | 12,268 | cpp | C++ | src/coreclr/classlibnative/bcltype/oavariant.cpp | pyracanda/runtime | 72bee25ab532a4d0636118ec2ed3eabf3fd55245 | [
"MIT"
] | 9,402 | 2019-11-25T23:26:24.000Z | 2022-03-31T23:19:41.000Z | src/coreclr/classlibnative/bcltype/oavariant.cpp | pyracanda/runtime | 72bee25ab532a4d0636118ec2ed3eabf3fd55245 | [
"MIT"
] | 37,522 | 2019-11-25T23:30:32.000Z | 2022-03-31T23:58:30.000Z | src/coreclr/classlibnative/bcltype/oavariant.cpp | pyracanda/runtime | 72bee25ab532a4d0636118ec2ed3eabf3fd55245 | [
"MIT"
] | 3,629 | 2019-11-25T23:29:16.000Z | 2022-03-31T21:52:28.000Z | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
// File: OAVariant.cpp
//
//
// Purpose: Wrapper for Ole Automation compatable math ops.
// Calls through to OleAut.dll
//
//
#include <common.h>
#ifdef FEATURE_COMINTEROP
#in... | 28.530233 | 133 | 0.583632 | pyracanda |
fd8b2ddf4ec096605d788853330ed35d7e83476e | 19,734 | cpp | C++ | src/condor_utils/my_hostname.cpp | neurodebian/htcondor | 113a5c9921a4fce8a21e3ab96b2c1ba47441bf39 | [
"Apache-2.0"
] | null | null | null | src/condor_utils/my_hostname.cpp | neurodebian/htcondor | 113a5c9921a4fce8a21e3ab96b2c1ba47441bf39 | [
"Apache-2.0"
] | null | null | null | src/condor_utils/my_hostname.cpp | neurodebian/htcondor | 113a5c9921a4fce8a21e3ab96b2c1ba47441bf39 | [
"Apache-2.0"
] | null | null | null | /***************************************************************
*
* Copyright (C) 1990-2007, Condor Team, Computer Sciences Department,
* University of Wisconsin-Madison, WI.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you
* may not use this file except in compliance with the License. Yo... | 33.166387 | 266 | 0.685923 | neurodebian |
fd8eb1a6d94caf2c182dc29106f6fcc7ad010cfb | 1,385 | cpp | C++ | MonoNative.Tests/mscorlib/System/Runtime/Remoting/Messaging/mscorlib_System_Runtime_Remoting_Messaging_Header_Fixture.cpp | brunolauze/MonoNative | 959fb52c2c1ffe87476ab0d6e4fcce0ad9ce1e66 | [
"BSD-2-Clause"
] | 7 | 2015-03-10T03:36:16.000Z | 2021-11-05T01:16:58.000Z | MonoNative.Tests/mscorlib/System/Runtime/Remoting/Messaging/mscorlib_System_Runtime_Remoting_Messaging_Header_Fixture.cpp | brunolauze/MonoNative | 959fb52c2c1ffe87476ab0d6e4fcce0ad9ce1e66 | [
"BSD-2-Clause"
] | 1 | 2020-06-23T10:02:33.000Z | 2020-06-24T02:05:47.000Z | MonoNative.Tests/mscorlib/System/Runtime/Remoting/Messaging/mscorlib_System_Runtime_Remoting_Messaging_Header_Fixture.cpp | brunolauze/MonoNative | 959fb52c2c1ffe87476ab0d6e4fcce0ad9ce1e66 | [
"BSD-2-Clause"
] | null | null | null | // Mono Native Fixture
// Assembly: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
// Namespace: System.Runtime.Remoting.Messaging
// Name: Header
// C++ Typed Name: mscorlib::System::Runtime::Remoting::Messaging::Header
#include <gtest/gtest.h>
#include <mscorlib/System/Runtime/Remoting/... | 23.474576 | 164 | 0.696751 | brunolauze |
fd8ec93870ce1343796355504e52c4502b205669 | 5,495 | cpp | C++ | framework/areg/ipc/private/ServerConnectionBase.cpp | Ali-Nasrolahi/areg-sdk | 4fbc2f2644220196004a31672a697a864755f0b6 | [
"Apache-2.0"
] | 70 | 2021-07-20T11:26:16.000Z | 2022-03-27T11:17:43.000Z | framework/areg/ipc/private/ServerConnectionBase.cpp | Ali-Nasrolahi/areg-sdk | 4fbc2f2644220196004a31672a697a864755f0b6 | [
"Apache-2.0"
] | 32 | 2021-07-31T05:20:44.000Z | 2022-03-20T10:11:52.000Z | framework/areg/ipc/private/ServerConnectionBase.cpp | Ali-Nasrolahi/areg-sdk | 4fbc2f2644220196004a31672a697a864755f0b6 | [
"Apache-2.0"
] | 40 | 2021-11-02T09:45:38.000Z | 2022-03-27T11:17:46.000Z | /************************************************************************
* This file is part of the AREG SDK core engine.
* AREG SDK is dual-licensed under Free open source (Apache version 2.0
* License) and Commercial (with various pricing models) licenses, depending
* on the nature of the project (commercial, re... | 35.224359 | 137 | 0.650773 | Ali-Nasrolahi |
fd8ece1eedc7740372d4605aead8110f428fda4d | 8,503 | cpp | C++ | core/sql/sort/scratchfile_base.cpp | anoopsharma00/incubator-trafodion | b109e2cf5883f8e763af853ab6fad7ce7110d9e8 | [
"Apache-2.0"
] | null | null | null | core/sql/sort/scratchfile_base.cpp | anoopsharma00/incubator-trafodion | b109e2cf5883f8e763af853ab6fad7ce7110d9e8 | [
"Apache-2.0"
] | null | null | null | core/sql/sort/scratchfile_base.cpp | anoopsharma00/incubator-trafodion | b109e2cf5883f8e763af853ab6fad7ce7110d9e8 | [
"Apache-2.0"
] | null | null | null | /**********************************************************************
// @@@ START COPYRIGHT @@@
//
// 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. ... | 31.966165 | 113 | 0.588851 | anoopsharma00 |
fd8fba3b80f67e69619aa9cf9c9594b03d9e7d2e | 52,343 | cpp | C++ | case-studies/tor/src/TorEnclave/or/circuitstats.cpp | shwetasshinde24/Panoply | 9a762c24dec61250d953d1769b070df7f0dd0317 | [
"Apache-2.0"
] | 30 | 2017-02-08T02:53:36.000Z | 2022-03-24T14:26:17.000Z | case-studies/tor/src/TorEnclave/or/circuitstats.cpp | shwetasshinde24/Panoply | 9a762c24dec61250d953d1769b070df7f0dd0317 | [
"Apache-2.0"
] | 4 | 2017-05-25T00:39:02.000Z | 2018-04-27T10:38:47.000Z | case-studies/tor/src/TorEnclave/or/circuitstats.cpp | shwetasshinde24/Panoply | 9a762c24dec61250d953d1769b070df7f0dd0317 | [
"Apache-2.0"
] | 8 | 2017-10-31T11:12:35.000Z | 2020-06-15T04:12:51.000Z | /* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2013, The Tor Project, Inc. */
/* See LICENSE for licensing information */
#define CIRCUITSTATS_PRIVATE
#include "or.h"
#include "circuitbuild.h"
#incl... | 31.550934 | 94 | 0.664521 | shwetasshinde24 |
fd95378d1c1f08335aa7f53c18b4a9d43285c874 | 57 | cpp | C++ | Source/FSD/Private/WidgetFade.cpp | trumank/DRG-Mods | 2febc879f2ffe83498ac913c114d0e933427e93e | [
"MIT"
] | 8 | 2021-07-10T20:06:05.000Z | 2022-03-04T19:03:50.000Z | Source/FSD/Private/WidgetFade.cpp | trumank/DRG-Mods | 2febc879f2ffe83498ac913c114d0e933427e93e | [
"MIT"
] | 9 | 2022-01-13T20:49:44.000Z | 2022-03-27T22:56:48.000Z | Source/FSD/Private/WidgetFade.cpp | trumank/DRG-Mods | 2febc879f2ffe83498ac913c114d0e933427e93e | [
"MIT"
] | 2 | 2021-07-10T20:05:42.000Z | 2022-03-14T17:05:35.000Z | #include "WidgetFade.h"
FWidgetFade::FWidgetFade() {
}
| 9.5 | 28 | 0.701754 | trumank |
fd9767b7a13c3eb2ecbfa14a12ecf82a0e10fafe | 10,366 | cc | C++ | src/compiler/frame-states.cc | KDr2/v8 | 6048f754931e0971cab58fb0de785482d175175b | [
"BSD-3-Clause"
] | null | null | null | src/compiler/frame-states.cc | KDr2/v8 | 6048f754931e0971cab58fb0de785482d175175b | [
"BSD-3-Clause"
] | null | null | null | src/compiler/frame-states.cc | KDr2/v8 | 6048f754931e0971cab58fb0de785482d175175b | [
"BSD-3-Clause"
] | null | null | null | // Copyright 2015 the V8 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.
#include "src/compiler/frame-states.h"
#include "src/base/functional.h"
#include "src/codegen/callable.h"
#include "src/compiler/graph.h"
#include "src... | 39.414449 | 80 | 0.735964 | KDr2 |
fd9b2165144da77a523e41d630536c1842140fcd | 345 | cpp | C++ | Note/Recursion/ccRecursion.cpp | cs-joy/cpp-2a | 3c62f582d8b4fe808153d0639c762ccec0c76af6 | [
"MIT"
] | 1 | 2022-03-07T16:57:04.000Z | 2022-03-07T16:57:04.000Z | Note/Recursion/ccRecursion.cpp | cs-joy/cpp-2a | 3c62f582d8b4fe808153d0639c762ccec0c76af6 | [
"MIT"
] | null | null | null | Note/Recursion/ccRecursion.cpp | cs-joy/cpp-2a | 3c62f582d8b4fe808153d0639c762ccec0c76af6 | [
"MIT"
] | null | null | null | // A function that calls itself is known as a recursive function.
// And, this technique is known as recursion.
#include <iostream>
using namespace std;
int sum(int j) {
if(j > 0) {
return j + sum(j - 1);
} else {
return 0;
}
}
int main() {
int result = sum(10);
cout << result <... | 15.681818 | 66 | 0.568116 | cs-joy |
fd9c24fcd2b9635b25589779e4e3421218f1259b | 681 | cpp | C++ | source/details/memory/detail/free_list_array.cpp | loopunit/lu | 699ddfdd576a2d94f516ed47bc10994f9c071083 | [
"Unlicense"
] | null | null | null | source/details/memory/detail/free_list_array.cpp | loopunit/lu | 699ddfdd576a2d94f516ed47bc10994f9c071083 | [
"Unlicense"
] | null | null | null | source/details/memory/detail/free_list_array.cpp | loopunit/lu | 699ddfdd576a2d94f516ed47bc10994f9c071083 | [
"Unlicense"
] | null | null | null | // Copyright (C) 2015-2021 Müller <jonathanmueller.dev@gmail.com>
// This file is subject to the license terms in the LICENSE file
// found in the top-level directory of this distribution.
#include <details/memory/detail/free_list_array.hpp>
#include <details/memory/detail/assert.hpp>
#include <details/memory/detail/... | 29.608696 | 75 | 0.767988 | loopunit |
fd9dbb01537d26ee6ad2892b5e4f17548332b230 | 15,859 | cpp | C++ | Referee.cpp | leguims/Quoridor | 1134d35a0943beda365baa33a991916fce859bda | [
"Apache-2.0"
] | 1 | 2018-07-05T07:59:09.000Z | 2018-07-05T07:59:09.000Z | Referee.cpp | leguims/Quoridor | 1134d35a0943beda365baa33a991916fce859bda | [
"Apache-2.0"
] | 1 | 2018-07-05T08:10:51.000Z | 2018-07-06T22:38:45.000Z | Referee.cpp | leguims/Quoridor | 1134d35a0943beda365baa33a991916fce859bda | [
"Apache-2.0"
] | null | null | null | #include "Referee.h"
#include <algorithm>
void Referee::setBoard(const std::shared_ptr<Board> & board)
{
if (!board_)
{
board_ = board;
board_->width(9);
board_->heigth(9);
board_->registerHandler([this]() {
// Action to do when board is changing
validP... | 33.959315 | 118 | 0.508292 | leguims |
fd9ea84cbdc350e2a219a970553a5738646b99d2 | 13,177 | cpp | C++ | src/microstrain_publishers.cpp | lucasw/microstrain_inertial_driver_common | 8b6b740e9d9b4aa47f1f129a83ca1b6073db7cef | [
"MIT"
] | null | null | null | src/microstrain_publishers.cpp | lucasw/microstrain_inertial_driver_common | 8b6b740e9d9b4aa47f1f129a83ca1b6073db7cef | [
"MIT"
] | null | null | null | src/microstrain_publishers.cpp | lucasw/microstrain_inertial_driver_common | 8b6b740e9d9b4aa47f1f129a83ca1b6073db7cef | [
"MIT"
] | null | null | null | /////////////////////////////////////////////////////////////////////////////////////////////////////
//
// Parker-Lord Inertial Device Driver Implementation File
//
// Copyright (c) 2017, Brian Bingham
// Copyright (c) 2020, Parker Hannifin Corp
// This code is licensed under MIT license (see LICENSE file for details)... | 40.544615 | 169 | 0.675875 | lucasw |
fd9ecaef1e3276f0a238a1abfa510096ecc2f602 | 5,142 | cpp | C++ | src/IECore/TransformStack.cpp | danieldresser-ie/cortex | e1c1a13f2e07575daf3dc495ff7623f23ab3e8b2 | [
"BSD-3-Clause"
] | null | null | null | src/IECore/TransformStack.cpp | danieldresser-ie/cortex | e1c1a13f2e07575daf3dc495ff7623f23ab3e8b2 | [
"BSD-3-Clause"
] | null | null | null | src/IECore/TransformStack.cpp | danieldresser-ie/cortex | e1c1a13f2e07575daf3dc495ff7623f23ab3e8b2 | [
"BSD-3-Clause"
] | 1 | 2020-09-26T01:15:37.000Z | 2020-09-26T01:15:37.000Z | //////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2007-2013, Image Engine Design 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:
//
// ... | 26.369231 | 97 | 0.674835 | danieldresser-ie |
fd9f193d6b3309bc29c0bf439aa20a3531a746db | 28,898 | cpp | C++ | SDK/ARKSurvivalEvolved_HoverSkiffHudWidget_functions.cpp | 2bite/ARK-SDK | c38ca9925309516b2093ad8c3a70ed9489e1d573 | [
"MIT"
] | 10 | 2020-02-17T19:08:46.000Z | 2021-07-31T11:07:19.000Z | SDK/ARKSurvivalEvolved_HoverSkiffHudWidget_functions.cpp | 2bite/ARK-SDK | c38ca9925309516b2093ad8c3a70ed9489e1d573 | [
"MIT"
] | 9 | 2020-02-17T18:15:41.000Z | 2021-06-06T19:17:34.000Z | SDK/ARKSurvivalEvolved_HoverSkiffHudWidget_functions.cpp | 2bite/ARK-SDK | c38ca9925309516b2093ad8c3a70ed9489e1d573 | [
"MIT"
] | 3 | 2020-07-22T17:42:07.000Z | 2021-06-19T17:16:13.000Z | // ARKSurvivalEvolved (329.9) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "ARKSurvivalEvolved_HoverSkiffHudWidget_parameters.hpp"
namespace sdk
{
//---------------------------------------------------------------------------
//Functions
//--------------------------------------------------------------... | 33.759346 | 196 | 0.782546 | 2bite |
fda3e15aeec103dae5fef777bbc16ea0fa563c4a | 1,210 | cpp | C++ | src/stage_controller.cpp | eksd3/shmup-engine | bdc4c6e0f412559026e2cb59dbfafa3440fb82ff | [
"MIT"
] | null | null | null | src/stage_controller.cpp | eksd3/shmup-engine | bdc4c6e0f412559026e2cb59dbfafa3440fb82ff | [
"MIT"
] | null | null | null | src/stage_controller.cpp | eksd3/shmup-engine | bdc4c6e0f412559026e2cb59dbfafa3440fb82ff | [
"MIT"
] | null | null | null | #include "stage_controller.h"
StageController::StageController(SDL* sdl, SDL_Texture* tex, bool scr, bool l, int spd, int stage_length)
{
m_sdl = sdl;
m_sdl->setBackgroundLayer(tex);
int width, height;
SDL_QueryTexture(tex, NULL, NULL, &width, &height);
float s_ratio = height / m_sdl->getWindowHei... | 19.516129 | 105 | 0.646281 | eksd3 |
fda82187b58dc751aaaf8281c76e2e8ced1a403f | 31,272 | cc | C++ | src/SerializeJSON.cc | zendesk/snowcrash | e1723184173e251518a1fd5f447bcc0e0ee47462 | [
"MIT"
] | 1 | 2020-09-27T14:27:51.000Z | 2020-09-27T14:27:51.000Z | src/SerializeJSON.cc | zendesk/snowcrash | e1723184173e251518a1fd5f447bcc0e0ee47462 | [
"MIT"
] | null | null | null | src/SerializeJSON.cc | zendesk/snowcrash | e1723184173e251518a1fd5f447bcc0e0ee47462 | [
"MIT"
] | null | null | null | //
// SerializeJSON.cc
// snowcrash
//
// Created by Zdenek Nemec on 4/27/13.
// Copyright (c) 2013 Apiary Inc. All rights reserved.
//
#include "SerializeJSON.h"
#include "Serialize.h"
using namespace snowcrash;
static const std::string IndentBlock = " ";
static const std::string NewLineItemBlock = ",\n";
/**... | 25.590835 | 136 | 0.563891 | zendesk |
fdad99e66b5212aa86f3cd764f17b4185c43efa5 | 10,080 | cc | C++ | net/base/keygen_handler_mac.cc | Gitman1989/chromium | 2b1cceae1075ef012fb225deec8b4c8bbe4bc897 | [
"BSD-3-Clause"
] | 2 | 2017-09-02T19:08:28.000Z | 2021-11-15T15:15:14.000Z | net/base/keygen_handler_mac.cc | Gitman1989/chromium | 2b1cceae1075ef012fb225deec8b4c8bbe4bc897 | [
"BSD-3-Clause"
] | null | null | null | net/base/keygen_handler_mac.cc | Gitman1989/chromium | 2b1cceae1075ef012fb225deec8b4c8bbe4bc897 | [
"BSD-3-Clause"
] | 1 | 2020-04-13T05:45:10.000Z | 2020-04-13T05:45:10.000Z | // Copyright (c) 2010 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 "net/base/keygen_handler.h"
#include <Security/SecAsn1Coder.h>
#include <Security/SecAsn1Templates.h>
#include <Security/Security.h>
#inclu... | 31.111111 | 79 | 0.658433 | Gitman1989 |
fdaeffd93ddf91f60150fc3bc5d4fdae0c6bbec4 | 562 | hpp | C++ | hw4-jasonsie88-master/src/include/AST/ConstantValue.hpp | jasonsie88/Intro._to_Compiler_Design | 228205241fcba7eb3407ec72936a52b0266671bb | [
"MIT"
] | null | null | null | hw4-jasonsie88-master/src/include/AST/ConstantValue.hpp | jasonsie88/Intro._to_Compiler_Design | 228205241fcba7eb3407ec72936a52b0266671bb | [
"MIT"
] | null | null | null | hw4-jasonsie88-master/src/include/AST/ConstantValue.hpp | jasonsie88/Intro._to_Compiler_Design | 228205241fcba7eb3407ec72936a52b0266671bb | [
"MIT"
] | null | null | null | #ifndef __AST_CONSTANT_VALUE_NODE_H
#define __AST_CONSTANT_VALUE_NODE_H
#include "AST/constant.hpp"
#include "AST/expression.hpp"
#include <memory>
class ConstantValueNode : public ExpressionNode {
public:
ConstantValueNode(const uint32_t line, const uint32_t col,const Constant *new_p_constant);
~ConstantV... | 23.416667 | 94 | 0.766904 | jasonsie88 |
fdaf8f37553adb45870d510cd6a060140696ff62 | 1,795 | cpp | C++ | Game/graphics/posepool.cpp | swick/OpenGothic | 7cc7c0539c90a820607b227a38ae1146c104d420 | [
"MIT"
] | null | null | null | Game/graphics/posepool.cpp | swick/OpenGothic | 7cc7c0539c90a820607b227a38ae1146c104d420 | [
"MIT"
] | null | null | null | Game/graphics/posepool.cpp | swick/OpenGothic | 7cc7c0539c90a820607b227a38ae1146c104d420 | [
"MIT"
] | null | null | null | #include "posepool.h"
PosePool::Inst::Inst(const Skeleton& s, const Animation::Sequence* sq, const Animation::Sequence *sq1, uint64_t sTime)
:pose(s,sq,sq1),sTime(sTime) {
}
PosePool::PosePool() {
}
std::shared_ptr<Pose> PosePool::get(const Skeleton *s, const Animation::Sequence *sq1, uint64_t sT, std::shared_... | 30.423729 | 130 | 0.620613 | swick |
fdb6984a00e334639f48b2cea2ea355d3284591a | 16,657 | cpp | C++ | src/bmpsaver.cpp | matusnovak/finemedia | 81236bd12cdcb17a192f95fb3ae70f4d2e047f1c | [
"MIT"
] | null | null | null | src/bmpsaver.cpp | matusnovak/finemedia | 81236bd12cdcb17a192f95fb3ae70f4d2e047f1c | [
"MIT"
] | null | null | null | src/bmpsaver.cpp | matusnovak/finemedia | 81236bd12cdcb17a192f95fb3ae70f4d2e047f1c | [
"MIT"
] | 1 | 2019-09-02T11:40:20.000Z | 2019-09-02T11:40:20.000Z | /*** This file is part of FineFramework project ***/
#include "ffw/media/bmpsaver.h"
#include "ffw/media/exceptions.h"
static const unsigned char bmpGrayscale1Header[] = {0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0xFF};
static const unsigned char bmpGrayscale4Header[] = {0x00, 0x00, 0x00, 0x00, 0x11, 0x11, 0x11, 0x00... | 52.879365 | 6,196 | 0.56829 | matusnovak |
fdb783477067c56cbb4b81125e4b4c2b654a15cd | 1,179 | cpp | C++ | src/Server.cpp | gabswb/ap4a-submarine-monitoring | 84d025c084c373259edc18041ff9aae868a99b8b | [
"MIT"
] | 4 | 2021-11-02T13:52:58.000Z | 2022-03-04T14:34:36.000Z | src/Server.cpp | gabswb/ap4a-submarine-monitoring | 84d025c084c373259edc18041ff9aae868a99b8b | [
"MIT"
] | null | null | null | src/Server.cpp | gabswb/ap4a-submarine-monitoring | 84d025c084c373259edc18041ff9aae868a99b8b | [
"MIT"
] | null | null | null | /**
* @author Gabriel_SCHWAB
* @file Server.cpp
* @date 27/09/2021
*
*/
#include <iostream>
#include <fstream>
#include <ctime>
#include "Server.hpp"
Server::Server():
m_consoleActivation(true), m_logActivation(true){}
Server::Server(bool consoleActivation_p, bool logActivation_p):
m_consoleActivation(con... | 19.016129 | 96 | 0.750636 | gabswb |
fdb84c2d4269f0aaed8480a561c9a8bc6cc0613d | 137,444 | cpp | C++ | MRTK/h/Il2CppOutputProject/Source/il2cppOutput/Il2CppCCWs36.cpp | DreVinciCode/TEAM-08 | 4f148953a9f492c0fc0db7ee85803212caa1a579 | [
"MIT"
] | null | null | null | MRTK/h/Il2CppOutputProject/Source/il2cppOutput/Il2CppCCWs36.cpp | DreVinciCode/TEAM-08 | 4f148953a9f492c0fc0db7ee85803212caa1a579 | [
"MIT"
] | null | null | null | MRTK/h/Il2CppOutputProject/Source/il2cppOutput/Il2CppCCWs36.cpp | DreVinciCode/TEAM-08 | 4f148953a9f492c0fc0db7ee85803212caa1a579 | [
"MIT"
] | null | null | null | #include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <limits>
#include "vm/CachedCCWBase.h"
#include "utils/New.h"
// Microsoft.MixedReality.Toolkit.Input.IMixedRealityController[]
struct IMixedRealityControllerU5BU5D_tD7B611303C8ABB2A8AC8CF1... | 49.780514 | 416 | 0.849852 | DreVinciCode |
fdb86163e1b837023025962f053e4b0408f62f38 | 2,611 | cc | C++ | prob01/pizza.cc | crimsonGnome/121-Lab-02 | 8f5152d902fe71372f4738cdaa33e6378b88482a | [
"MIT"
] | null | null | null | prob01/pizza.cc | crimsonGnome/121-Lab-02 | 8f5152d902fe71372f4738cdaa33e6378b88482a | [
"MIT"
] | null | null | null | prob01/pizza.cc | crimsonGnome/121-Lab-02 | 8f5152d902fe71372f4738cdaa33e6378b88482a | [
"MIT"
] | null | null | null | #include "pizza.h"
#include <math.h>
#include <stdlib.h>
#include "cpputils/graphics/image.h"
// You do not need to edit this file, but feel free to look around!
constexpr double pi = 3.141592;
const graphics::Color crust(237, 244, 173);
const graphics::Color sauce(217, 71, 39);
const graphics::Color cheese(255, 2... | 31.841463 | 80 | 0.703945 | crimsonGnome |
fdbd3ef8d06a91f4256ac285c9159097574b5282 | 7,440 | cc | C++ | common_audio/fir_filter_unittest.cc | imxiangpeng/webrtc | 8078c53c2f8ed487b1c6bbdf3d541f7a5884ed70 | [
"DOC",
"BSD-3-Clause"
] | 2 | 2019-09-10T03:51:29.000Z | 2022-03-17T02:49:27.000Z | common_audio/fir_filter_unittest.cc | imxiangpeng/webrtc | 8078c53c2f8ed487b1c6bbdf3d541f7a5884ed70 | [
"DOC",
"BSD-3-Clause"
] | 1 | 2017-06-02T10:10:09.000Z | 2017-07-24T20:50:51.000Z | common_audio/fir_filter_unittest.cc | imxiangpeng/webrtc | 8078c53c2f8ed487b1c6bbdf3d541f7a5884ed70 | [
"DOC",
"BSD-3-Clause"
] | 3 | 2019-05-29T13:26:26.000Z | 2019-12-19T11:39:33.000Z | /*
* Copyright (c) 2014 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... | 35.09434 | 80 | 0.697446 | imxiangpeng |
fdbebeae55ef28bd2bcca78a5f14fc42bd3edd7b | 11,149 | cpp | C++ | src/utest/utestScrambling.cpp | jakub-zwolakowski/tsduck | 79d9648967fc3aa3b590131e71c80fbfb1c11581 | [
"BSD-2-Clause"
] | 2 | 2020-02-27T04:34:41.000Z | 2020-04-29T10:43:23.000Z | src/utest/utestScrambling.cpp | jakub-zwolakowski/tsduck | 79d9648967fc3aa3b590131e71c80fbfb1c11581 | [
"BSD-2-Clause"
] | null | null | null | src/utest/utestScrambling.cpp | jakub-zwolakowski/tsduck | 79d9648967fc3aa3b590131e71c80fbfb1c11581 | [
"BSD-2-Clause"
] | 1 | 2021-02-18T13:35:31.000Z | 2021-02-18T13:35:31.000Z | //----------------------------------------------------------------------------
//
// TSDuck - The MPEG Transport Stream Toolkit
// Copyright (c) 2005-2020, Thierry Lelegard
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the f... | 52.098131 | 115 | 0.56588 | jakub-zwolakowski |
fdbec2818c74babbe32e2ee7d08c1e01335482ba | 9,992 | hpp | C++ | slope/slope/math/matrix44.hpp | muleax/slope | 254138703163705b57332fc7490dd2eea0082b57 | [
"MIT"
] | 6 | 2022-02-05T23:28:12.000Z | 2022-02-24T11:08:04.000Z | slope/slope/math/matrix44.hpp | muleax/slope | 254138703163705b57332fc7490dd2eea0082b57 | [
"MIT"
] | null | null | null | slope/slope/math/matrix44.hpp | muleax/slope | 254138703163705b57332fc7490dd2eea0082b57 | [
"MIT"
] | null | null | null | #pragma once
#include "slope/math/matrix33.hpp"
#include "slope/math/vector4.hpp"
namespace slope
{
class mat44 {
public:
constexpr static mat44 identity() { return {}; }
static mat44 rotation(const vec3& axis, float angle);
constexpr static mat44 scale(const vec3& scale);
con... | 37.992395 | 99 | 0.544135 | muleax |
fdbf48ef93e8d4ec80835208ca1526e87f4ff5d5 | 5,675 | hpp | C++ | framework/common/tcuCompressedTexture.hpp | iabernikhin/VK-GL-CTS | a3338eb2ded98b5befda64f9325db0d219095a00 | [
"Apache-2.0"
] | 354 | 2017-01-24T17:12:38.000Z | 2022-03-30T07:40:19.000Z | framework/common/tcuCompressedTexture.hpp | iabernikhin/VK-GL-CTS | a3338eb2ded98b5befda64f9325db0d219095a00 | [
"Apache-2.0"
] | 275 | 2017-01-24T20:10:36.000Z | 2022-03-24T16:24:50.000Z | framework/common/tcuCompressedTexture.hpp | iabernikhin/VK-GL-CTS | a3338eb2ded98b5befda64f9325db0d219095a00 | [
"Apache-2.0"
] | 190 | 2017-01-24T18:02:04.000Z | 2022-03-27T13:11:23.000Z | #ifndef _TCUCOMPRESSEDTEXTURE_HPP
#define _TCUCOMPRESSEDTEXTURE_HPP
/*-------------------------------------------------------------------------
* drawElements Quality Program Tester Core
* ----------------------------------------
*
* Copyright 2014 The Android Open Source Project
*
* Licensed under the Apache Lic... | 34.815951 | 157 | 0.759648 | iabernikhin |
fdbfcaefdb2578eaabdc55be0bc66ebf8c88e3cc | 843 | cpp | C++ | 1190.ReverseSubstringsBetweenEachPairofParentheses/main.cpp | SumanSudhir/LeetCode | cab5205747b8c1a9d5c27f0e821cf6e6d9ac10d6 | [
"MIT"
] | 1 | 2020-01-13T11:10:35.000Z | 2020-01-13T11:10:35.000Z | 1190.ReverseSubstringsBetweenEachPairofParentheses/main.cpp | SumanSudhir/LeetCode | cab5205747b8c1a9d5c27f0e821cf6e6d9ac10d6 | [
"MIT"
] | 4 | 2020-01-01T09:47:39.000Z | 2020-04-08T08:34:29.000Z | 1190.ReverseSubstringsBetweenEachPairofParentheses/main.cpp | SumanSudhir/LeetCode | cab5205747b8c1a9d5c27f0e821cf6e6d9ac10d6 | [
"MIT"
] | null | null | null | class Solution {
public:
string reverseParentheses(string s) {
string output;
stack<int>index_open;
int count = 0;
char temp;
for(int i=0;i<s.length();i++){
if(s[i] == '('){
index_open.push(i-count);
count++;
}
... | 25.545455 | 59 | 0.368921 | SumanSudhir |
fdc0f6aaf42e6e98a3f1a3d040d240d8ffdba706 | 8,579 | cpp | C++ | Chapter10/v4l2qt/v4l2qt.cpp | valeriyvan/LinuxProgrammingWithRaspberryPi | 7c57afcf2cbfc8e0486c78aa75b361fd712a136f | [
"MIT"
] | 4 | 2020-03-11T13:38:25.000Z | 2021-12-25T00:48:53.000Z | Chapter10/v4l2qt/v4l2qt.cpp | valeriyvan/LinuxProgrammingWithRaspberryPi | 7c57afcf2cbfc8e0486c78aa75b361fd712a136f | [
"MIT"
] | null | null | null | Chapter10/v4l2qt/v4l2qt.cpp | valeriyvan/LinuxProgrammingWithRaspberryPi | 7c57afcf2cbfc8e0486c78aa75b361fd712a136f | [
"MIT"
] | 8 | 2020-07-10T22:02:05.000Z | 2021-12-15T02:11:44.000Z | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h> /* 저수준(Low level) I/O를 위해 사용 */
#include <errno.h>
#include <unistd.h>
#include <sys/mman.h>
#include <sys/ioctl.h>
#include <linux/fb.h>
#include <linux/videodev2.h> /* Video4Linux2를 위한 헤더 파일 */
#define VIDEODEV "/dev/video0" /* Pi C... | 27.853896 | 95 | 0.532813 | valeriyvan |
fdc51be030c0ab76bd2c26a1669d6a87fe71b462 | 475 | cpp | C++ | aug-data/main/mini_main.cpp | kvathupo/Synthetic-Time-Series-Generator | ac133d2b0beff7f93f686742ce59401bc3cd1b90 | [
"MIT"
] | null | null | null | aug-data/main/mini_main.cpp | kvathupo/Synthetic-Time-Series-Generator | ac133d2b0beff7f93f686742ce59401bc3cd1b90 | [
"MIT"
] | null | null | null | aug-data/main/mini_main.cpp | kvathupo/Synthetic-Time-Series-Generator | ac133d2b0beff7f93f686742ce59401bc3cd1b90 | [
"MIT"
] | null | null | null | #include <iostream>
#include <string>
#include <unordered_map>
#include "augment.h"
int main() {
std::string dir_path, csv_path, first_letter;
dir_path = "./Datasets/Daily/Train/";
first_letter = "D";
for (auto i = 146; i < 4227 + 1; i++) {
// augmenting data
csv_path = dir_path + fir... | 22.619048 | 72 | 0.585263 | kvathupo |
fdc7b5ff3ee50b4ef3647fb3984e68f39c231a0a | 2,647 | cpp | C++ | Infoarena/Domino.cpp | Fresher001/Competitive-Programming-2 | e1e953bb1d4ade46cc670b2d0432f68504538ed2 | [
"MIT"
] | 86 | 2016-10-18T23:30:36.000Z | 2022-01-09T21:57:34.000Z | Infoarena/Domino.cpp | Fresher001/Competitive-Programming-2 | e1e953bb1d4ade46cc670b2d0432f68504538ed2 | [
"MIT"
] | 1 | 2018-04-13T09:38:36.000Z | 2018-04-13T09:38:36.000Z | Infoarena/Domino.cpp | Fresher001/Competitive-Programming-2 | e1e953bb1d4ade46cc670b2d0432f68504538ed2 | [
"MIT"
] | 39 | 2017-03-02T07:25:40.000Z | 2020-12-14T12:13:50.000Z | #include <bits/stdc++.h>
using namespace std;
const int Nmax = 9 + 1;
const int Mmax = 50000 + 1;
const int NIL = -1;
struct Edge
{
int nod;
int urm;
int indice;
int rev;
};
struct Node
{
int nod;
int indice;
int rev;
};
struct Pair
{
int a, b;
};
Edge G[2 * Mmax];
int head[Nmax];
... | 15.479532 | 95 | 0.427276 | Fresher001 |
fdc7dee6709a22b6a3e784d089cf681c193115db | 2,759 | hpp | C++ | llarp/util/thread/threading.hpp | Cipherwraith/loki-network | 44e941d0b894ead3ca7d488fc3fb6f2d9b3a34ff | [
"Zlib"
] | 1 | 2021-03-05T18:23:45.000Z | 2021-03-05T18:23:45.000Z | llarp/util/thread/threading.hpp | gjyoung1974/loki-network | 6559bb8f9e80095b4a7462ccb8fdf12e8ce19527 | [
"Zlib"
] | null | null | null | llarp/util/thread/threading.hpp | gjyoung1974/loki-network | 6559bb8f9e80095b4a7462ccb8fdf12e8ce19527 | [
"Zlib"
] | null | null | null | #ifndef LLARP_THREADING_HPP
#define LLARP_THREADING_HPP
#include <absl/synchronization/barrier.h>
#include <absl/synchronization/mutex.h>
#include <absl/types/optional.h>
#include <absl/time/time.h>
#include <iostream>
#include <thread>
#if defined(WIN32) && !defined(__GNUC__)
#include <process.h>
using pid_t = int;... | 19.848921 | 80 | 0.549474 | Cipherwraith |
fdc9fdb54aefa4c0ae7c9f63fdae08d58e491926 | 1,577 | cpp | C++ | src/Bluetooth/BtPacket.cpp | juliencombattelli/Hexapode | d240efa3c1ebbb0287f18d3380d5c2ad19d7ecc9 | [
"MIT"
] | 2 | 2018-10-25T07:09:36.000Z | 2020-09-11T12:30:52.000Z | src/Bluetooth/BtPacket.cpp | juliencombattelli/Hexapode | d240efa3c1ebbb0287f18d3380d5c2ad19d7ecc9 | [
"MIT"
] | 2 | 2018-03-20T13:03:19.000Z | 2018-03-25T12:29:05.000Z | src/Bluetooth/BtPacket.cpp | OpenPode/OpenPode | d240efa3c1ebbb0287f18d3380d5c2ad19d7ecc9 | [
"MIT"
] | null | null | null | //============================================================================
// Name : BtPacket.cpp
// Author : Julien Combattelli
// EMail : julien.combattelli@hotmail.com
// Date : 29 avr. 2017
// Version : 1.0.0
// Copyright : This file is part of MUL project which is released under
// ... | 19.962025 | 78 | 0.592898 | juliencombattelli |
fdcc7a0463811b55dc5b77e8a95fbf1861150cde | 1,921 | cpp | C++ | Engine/source/ts/loader/appNode.cpp | fr1tz/alux3d | 249a3b51751ce3184d52879b481f83eabe89e7e3 | [
"MIT"
] | 46 | 2015-01-05T17:34:43.000Z | 2022-01-04T04:03:09.000Z | Engine/source/ts/loader/appNode.cpp | fr1tz/alux3d | 249a3b51751ce3184d52879b481f83eabe89e7e3 | [
"MIT"
] | 10 | 2015-01-20T23:14:46.000Z | 2019-04-05T22:04:15.000Z | Engine/source/ts/loader/appNode.cpp | fr1tz/terminal-overload | 85f0689a40022e5eb7e54dcb6ddfb5ddd82a0a60 | [
"CC-BY-4.0"
] | 9 | 2015-08-08T18:46:06.000Z | 2021-02-01T13:53:20.000Z | // Copyright information can be found in the file named COPYING
// located in the root directory of this distribution.
#include "ts/loader/appNode.h"
AppNode::AppNode()
{
mName = NULL;
mParentName = NULL;
}
AppNode::~AppNode()
{
dFree( mName );
dFree( mParentName );
// delete children and meshes
f... | 22.337209 | 96 | 0.649141 | fr1tz |
fdcdd1da538748afb3cf71fe7960af802504528e | 3,723 | cpp | C++ | code/szen/src/System/SpriteBatch.cpp | Sonaza/scyori | a894a9c7bd45a68ea1b6ff14877cdbe47ddd39cf | [
"BSD-3-Clause"
] | null | null | null | code/szen/src/System/SpriteBatch.cpp | Sonaza/scyori | a894a9c7bd45a68ea1b6ff14877cdbe47ddd39cf | [
"BSD-3-Clause"
] | null | null | null | code/szen/src/System/SpriteBatch.cpp | Sonaza/scyori | a894a9c7bd45a68ea1b6ff14877cdbe47ddd39cf | [
"BSD-3-Clause"
] | null | null | null | #include <szen/System/SpriteBatch.hpp>
#include <szen/System/Assets/TextureAsset.hpp>
#include <szen/System/Assets/ShaderAsset.hpp>
#include <thor/Particles.hpp>
using namespace sz;
BatchDataList SpriteBatch::m_batchData;
////////////////////////////////////////////////////
SpriteBatch::SpriteBatch()
{
}
//////... | 25.5 | 150 | 0.586086 | Sonaza |
fdcea0c0a1f6dd691f8e293c6407b22a928664ed | 10,990 | cpp | C++ | jack/common/JackTransportEngine.cpp | KimJeongYeon/jack2_android | 4a8787be4306558cb52e5379466c0ed4cc67e788 | [
"BSD-3-Clause-No-Nuclear-Warranty"
] | 47 | 2015-01-04T21:47:07.000Z | 2022-03-23T16:27:16.000Z | jack/common/JackTransportEngine.cpp | KimJeongYeon/jack2_android | 4a8787be4306558cb52e5379466c0ed4cc67e788 | [
"BSD-3-Clause-No-Nuclear-Warranty"
] | 3 | 2015-02-04T21:40:11.000Z | 2019-09-16T19:53:51.000Z | jack/common/JackTransportEngine.cpp | KimJeongYeon/jack2_android | 4a8787be4306558cb52e5379466c0ed4cc67e788 | [
"BSD-3-Clause-No-Nuclear-Warranty"
] | 7 | 2015-05-17T08:22:52.000Z | 2021-08-07T22:36:17.000Z | /*
Copyright (C) 2001 Paul Davis
Copyright (C) 2004-2008 Grame
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
(at your option) any later version.
This p... | 34.34375 | 146 | 0.640673 | KimJeongYeon |
fdcf3d399da1a78d1940530acc33237666850875 | 686 | hpp | C++ | src/common/interfaces/views/itoplevelview.hpp | squeevee/Addle | 20ec4335669fbd88d36742f586899d8416920959 | [
"MIT"
] | 3 | 2020-03-05T06:36:51.000Z | 2020-06-20T03:25:02.000Z | src/common/interfaces/views/itoplevelview.hpp | squeevee/Addle | 20ec4335669fbd88d36742f586899d8416920959 | [
"MIT"
] | 13 | 2020-03-11T17:43:42.000Z | 2020-12-11T03:36:05.000Z | src/common/interfaces/views/itoplevelview.hpp | squeevee/Addle | 20ec4335669fbd88d36742f586899d8416920959 | [
"MIT"
] | 1 | 2020-09-28T06:53:46.000Z | 2020-09-28T06:53:46.000Z | /**
* Addle source code
* @file
* @copyright Copyright 2020 Eleanor Hawk
* @copyright Modification and distribution permitted under the terms of the
* MIT License. See "LICENSE" for full details.
*/
#ifndef ITOPLEVELVIEW_HPP
#define ITOPLEVELVIEW_HPP
#include "interfaces/traits.hpp"
#include "interfaces/iamqobj... | 19.6 | 76 | 0.731778 | squeevee |
fdcf8e556d2283a11ab0938f33def374734f62d3 | 251 | cpp | C++ | Ejercicio_Ciclos/ejercicio1.cpp | memo0p2/Programas-cpp | f78f283886e478be12b3636992dbf922199ae5f1 | [
"MIT"
] | null | null | null | Ejercicio_Ciclos/ejercicio1.cpp | memo0p2/Programas-cpp | f78f283886e478be12b3636992dbf922199ae5f1 | [
"MIT"
] | null | null | null | Ejercicio_Ciclos/ejercicio1.cpp | memo0p2/Programas-cpp | f78f283886e478be12b3636992dbf922199ae5f1 | [
"MIT"
] | null | null | null | #include<iostream>
using namespace std;
int main(){
float num,suma;
num=0;
suma=0;
do{
cout<<"Ingrese un numero"<<endl;
cin>>num;
if(num>=0)
suma=suma+num;
}while(num>=0);
cout<<"La suma total es de: "<<suma;
return 0;
}
| 15.6875 | 38 | 0.585657 | memo0p2 |
fdcfecd3158244ae289680954c68d91ade6e19ac | 1,797 | cpp | C++ | contracts/libc++/upstream/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/pbackfail.pass.cpp | cubetrain/CubeTrain | b930a3e88e941225c2c54219267f743c790e388f | [
"MIT"
] | null | null | null | contracts/libc++/upstream/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/pbackfail.pass.cpp | cubetrain/CubeTrain | b930a3e88e941225c2c54219267f743c790e388f | [
"MIT"
] | null | null | null | contracts/libc++/upstream/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/pbackfail.pass.cpp | cubetrain/CubeTrain | b930a3e88e941225c2c54219267f743c790e388f | [
"MIT"
] | null | null | null | //===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===---------------------------------... | 29.95 | 93 | 0.535893 | cubetrain |
fdd1e443a28ba5d48a2f05168948fa9c7aad94d7 | 1,005 | cpp | C++ | source/data_model/hdf5/src/issues.cpp | OliverSchmitz/lue | da097e8c1de30724bfe7667cc04344b6535b40cd | [
"MIT"
] | 2 | 2021-02-26T22:45:56.000Z | 2021-05-02T10:28:48.000Z | source/data_model/hdf5/src/issues.cpp | OliverSchmitz/lue | da097e8c1de30724bfe7667cc04344b6535b40cd | [
"MIT"
] | 262 | 2016-08-11T10:12:02.000Z | 2020-10-13T18:09:16.000Z | source/data_model/hdf5/src/issues.cpp | computationalgeography/lue | 71993169bae67a9863d7bd7646d207405dc6f767 | [
"MIT"
] | 1 | 2020-03-11T09:49:41.000Z | 2020-03-11T09:49:41.000Z | #include "lue/hdf5/issues.hpp"
namespace lue {
namespace hdf5 {
/*!
@brief Return collection of errors
*/
Errors const& Issues::errors() const
{
return _errors;
}
/*!
@brief Return collection of warnings
*/
Warnings const& Issues::warnings() const
{
return _warnings;
}
/*!
@brief ... | 15.227273 | 58 | 0.645771 | OliverSchmitz |
fdd2dab8ea410f1638c0b77a1435315f35b69667 | 373 | cpp | C++ | util/digest/city_ut.cpp | jochenater/catboost | de2786fbc633b0d6ea6a23b3862496c6151b95c2 | [
"Apache-2.0"
] | null | null | null | util/digest/city_ut.cpp | jochenater/catboost | de2786fbc633b0d6ea6a23b3862496c6151b95c2 | [
"Apache-2.0"
] | null | null | null | util/digest/city_ut.cpp | jochenater/catboost | de2786fbc633b0d6ea6a23b3862496c6151b95c2 | [
"Apache-2.0"
] | 1 | 2019-03-18T13:30:19.000Z | 2019-03-18T13:30:19.000Z | #include "city.h"
#include <library/cpp/testing/unittest/registar.h>
Y_UNIT_TEST_SUITE(TCityTest) {
Y_UNIT_TEST(TestTemplatesCompiling) {
TStringBuf s;
CityHash64(s);
CityHash64WithSeed(s, 1);
CityHash64WithSeeds(s, 1, 2);
CityHash128(s);
CityHash128WithSeed(s, uint... | 23.3125 | 50 | 0.627346 | jochenater |
fdd4fc8dee74bb8111412440a859a47925af6837 | 5,097 | inl | C++ | WildMagic4/LibFoundation/ComputationalGeometry/Wm4Query2Filtered.inl | rms80/libgeometry | e60ec7d34968573a9cda3f3bf56d2d4717385dc9 | [
"BSL-1.0"
] | 23 | 2015-08-13T07:36:00.000Z | 2022-01-24T19:00:04.000Z | WildMagic4/LibFoundation/ComputationalGeometry/Wm4Query2Filtered.inl | rms80/libgeometry | e60ec7d34968573a9cda3f3bf56d2d4717385dc9 | [
"BSL-1.0"
] | null | null | null | WildMagic4/LibFoundation/ComputationalGeometry/Wm4Query2Filtered.inl | rms80/libgeometry | e60ec7d34968573a9cda3f3bf56d2d4717385dc9 | [
"BSL-1.0"
] | 6 | 2015-07-06T21:37:31.000Z | 2020-07-01T04:07:50.000Z | // Geometric Tools, LLC
// Copyright (c) 1998-2010
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
// http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
//
// File Version: 4.10.0 (2009/11/18)
//-----------------------------------------------------... | 35.395833 | 79 | 0.5103 | rms80 |
fdd6ac1a2f9512356ca3e72d93dc8a037d11bfc4 | 27,214 | cc | C++ | test/core/security/grpc_tls_credentials_options_test.cc | PJB2TY/grpc | 1630efd8ab3d2ff4b006f1288fde1be5c29dc651 | [
"Apache-2.0"
] | null | null | null | test/core/security/grpc_tls_credentials_options_test.cc | PJB2TY/grpc | 1630efd8ab3d2ff4b006f1288fde1be5c29dc651 | [
"Apache-2.0"
] | null | null | null | test/core/security/grpc_tls_credentials_options_test.cc | PJB2TY/grpc | 1630efd8ab3d2ff4b006f1288fde1be5c29dc651 | [
"Apache-2.0"
] | null | null | null | /*
*
* Copyright 2020 gRPC authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | 46.282313 | 80 | 0.793342 | PJB2TY |