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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
88099bf7d2c9f65a526784adf4b8e0b94b44aabb | 3,402 | cpp | C++ | libsrc/agl/mesh/cylinder.cpp | catlin735/animation-toolkit | ab906fa213a21168b7b5b5fc12aac46dedf60b15 | [
"MIT"
] | 3 | 2021-12-24T04:12:53.000Z | 2021-12-24T04:14:28.000Z | libsrc/agl/mesh/cylinder.cpp | catlin735/animation-toolkit | ab906fa213a21168b7b5b5fc12aac46dedf60b15 | [
"MIT"
] | 1 | 2021-09-17T21:18:38.000Z | 2021-09-17T21:18:38.000Z | libsrc/agl/mesh/cylinder.cpp | catlin735/animation-toolkit | ab906fa213a21168b7b5b5fc12aac46dedf60b15 | [
"MIT"
] | 23 | 2021-09-02T00:25:25.000Z | 2022-01-03T17:35:27.000Z | // Copyright 2018, Savvy Sine, Aline Normoyle
#include "agl/mesh/cylinder.h"
#include <iostream>
#include <vector>
#include <cmath>
#include "agl/aglm.h"
namespace agl {
Cylinder::Cylinder(float r, float len, GLuint nSlices) {
_r1 = r;
_r2 = r;
_length = len;
_nSlices = nSlices;
}
Cylinder:... | 23.79021 | 76 | 0.498824 | catlin735 |
8809dcf21bdfcfce59b4c87b5a6d4d4394dc4fd9 | 14,750 | hpp | C++ | modules/core/integration/include/nt2/integration/functions/common/quadgk.hpp | psiha/nt2 | 5e829807f6b57b339ca1be918a6b60a2507c54d0 | [
"BSL-1.0"
] | 34 | 2017-05-19T18:10:17.000Z | 2022-01-04T02:18:13.000Z | modules/core/integration/include/nt2/integration/functions/common/quadgk.hpp | psiha/nt2 | 5e829807f6b57b339ca1be918a6b60a2507c54d0 | [
"BSL-1.0"
] | null | null | null | modules/core/integration/include/nt2/integration/functions/common/quadgk.hpp | psiha/nt2 | 5e829807f6b57b339ca1be918a6b60a2507c54d0 | [
"BSL-1.0"
] | 7 | 2017-12-02T12:59:17.000Z | 2021-07-31T12:46:14.000Z | //==============================================================================
// Copyright 2003 - 2012 LASMEA UMR 6602 CNRS/Univ. Clermont II
// Copyright 2009 - 2012 LRI UMR 8623 CNRS/Univ Paris Sud XI
//
// Distributed under the Boost Software License, Version 1.0.
// ... | 40.972222 | 137 | 0.57322 | psiha |
880b2355388b7e1f7ea00656f0cae36242952648 | 23,137 | cpp | C++ | src/mongo/s/strategy.cpp | baiyanghese/mongo | 89fcbab94c7103105e8c72f654a5774a066bdb90 | [
"Apache-2.0"
] | 1 | 2015-11-06T05:42:37.000Z | 2015-11-06T05:42:37.000Z | src/mongo/s/strategy.cpp | baiyanghese/mongo | 89fcbab94c7103105e8c72f654a5774a066bdb90 | [
"Apache-2.0"
] | null | null | null | src/mongo/s/strategy.cpp | baiyanghese/mongo | 89fcbab94c7103105e8c72f654a5774a066bdb90 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (C) 2010 10gen Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,... | 39.281834 | 139 | 0.532999 | baiyanghese |
880c54457c81ccea10835f5f299c0668d31f6026 | 1,793 | cc | C++ | test/cctest/heap/test-unmapper.cc | ProgArt/WebKit_js_v8 | fc683744e50726fc1e3094a3ecce059488cb6921 | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | test/cctest/heap/test-unmapper.cc | nacersalaheddine/v8 | cffe6247ad06d90d2fb69e3710358983eaed39d5 | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | test/cctest/heap/test-unmapper.cc | nacersalaheddine/v8 | cffe6247ad06d90d2fb69e3710358983eaed39d5 | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | // Copyright 2018 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/v8.h"
#include "src/heap/spaces.h"
#include "test/cctest/cctest.h"
#include "test/cctest/heap/heap-utils.h"
using v8::IdleTask;
using v8... | 26.761194 | 76 | 0.72058 | ProgArt |
880cda19cda901ac1805b41bdd6f4654f1d66887 | 1,211 | cpp | C++ | linear-list/list/copy_list_with_random_pointer.cpp | zhangxin23/leetcode | 4c8fc60e59448045a3e880caaedd0486164e68e7 | [
"MIT"
] | 1 | 2015-07-15T07:31:42.000Z | 2015-07-15T07:31:42.000Z | linear-list/list/copy_list_with_random_pointer.cpp | zhangxin23/leetcode | 4c8fc60e59448045a3e880caaedd0486164e68e7 | [
"MIT"
] | null | null | null | linear-list/list/copy_list_with_random_pointer.cpp | zhangxin23/leetcode | 4c8fc60e59448045a3e880caaedd0486164e68e7 | [
"MIT"
] | null | null | null | #include <stddef.h>
/**
* A linked list is given such that each node contains an additional random pointer which could point to
* any node in the list or null.
* Return a deep copy of the list.
* */
struct RandomListNode {
int label;
RandomListNode *next, *random;
RandomListNode(int x) : label(x), nex... | 25.765957 | 104 | 0.54583 | zhangxin23 |
8810dca7b29149e6c2cd44f608058dd9c9957fb7 | 3,404 | cpp | C++ | libairt/module.cpp | AiRT-Software/ocs | 2d6056a1260ac9ac75cfd507fb1a77db3b26298a | [
"BSD-4-Clause"
] | 1 | 2019-02-07T12:24:51.000Z | 2019-02-07T12:24:51.000Z | libairt/module.cpp | AiRT-Software/ocs | 2d6056a1260ac9ac75cfd507fb1a77db3b26298a | [
"BSD-4-Clause"
] | null | null | null | libairt/module.cpp | AiRT-Software/ocs | 2d6056a1260ac9ac75cfd507fb1a77db3b26298a | [
"BSD-4-Clause"
] | 1 | 2020-07-06T10:33:10.000Z | 2020-07-06T10:33:10.000Z | #include "log.h"
#include "stdMessage.h"
#include "module.h"
#include "net/message.h"
#include "net/socket.h"
#include "net/reactor.h"
using airt::Context;
using airt::Log;
using airt::Message;
using airt::Module;
using airt::Reactor;
using airt::Socket;
using airt::StdMessage;
Module::Module(const std::string &cmdp... | 25.214815 | 112 | 0.543772 | AiRT-Software |
8811733f9867291a8ec1436637e46a5ee5c72b63 | 2,054 | hpp | C++ | include/cql/exceptions/cql_query_timeout_exception.hpp | ncbi/cassandra-cpp-driver | b2259e9b13849c98fc6b6485f2433c97c1fa4b9f | [
"Apache-2.0"
] | 3 | 2016-02-24T09:22:16.000Z | 2021-04-06T03:04:21.000Z | include/cql/exceptions/cql_query_timeout_exception.hpp | ncbi/cassandra-cpp-driver | b2259e9b13849c98fc6b6485f2433c97c1fa4b9f | [
"Apache-2.0"
] | null | null | null | include/cql/exceptions/cql_query_timeout_exception.hpp | ncbi/cassandra-cpp-driver | b2259e9b13849c98fc6b6485f2433c97c1fa4b9f | [
"Apache-2.0"
] | 6 | 2015-04-26T07:16:44.000Z | 2020-11-23T06:31:07.000Z |
/*
* File: cql_query_timeout_exception.hpp
* Author: mc
*
* Created on September 16, 2013, 9:53 AM
*/
#ifndef CQL_QUERY_TIMEOUT_EXCEPTION_H_
#define CQL_QUERY_TIMEOUT_EXCEPTION_H_
#include "cql/cql.hpp"
#include "cql/exceptions/cql_query_execution_exception.hpp"
namespace cql {
// A Cassandra timeout during ... | 29.342857 | 113 | 0.735151 | ncbi |
88133ebd9a4152b13aadee1838ae12ed8006217b | 645 | cpp | C++ | leetcode.com/0024 Swap Nodes in Pairs/better.cpp | sky-bro/AC | 29bfa3f13994612887e18065fa6e854b9a29633d | [
"MIT"
] | 1 | 2020-08-20T11:02:49.000Z | 2020-08-20T11:02:49.000Z | leetcode.com/0024 Swap Nodes in Pairs/better.cpp | sky-bro/AC | 29bfa3f13994612887e18065fa6e854b9a29633d | [
"MIT"
] | null | null | null | leetcode.com/0024 Swap Nodes in Pairs/better.cpp | sky-bro/AC | 29bfa3f13994612887e18065fa6e854b9a29633d | [
"MIT"
] | 1 | 2022-01-01T23:23:13.000Z | 2022-01-01T23:23:13.000Z | #include <iostream>
using namespace std;
// Definition for singly-linked list.
struct ListNode {
int val;
ListNode *next;
ListNode(int x) : val(x), next(NULL) {}
};
class Solution {
public:
ListNode* swapPairs(ListNode* head) {
ListNode sentinel(0);
ListNode* top = &sentinel;
... | 20.806452 | 65 | 0.541085 | sky-bro |
88159b75b4ba4fa8e1a17d41e0ba227b798e6b96 | 758 | cpp | C++ | BioinfoGeneInteractions/src/core/GeneExecutor.cpp | lliw10/cuda-bioinfo-gens | babfbda8e7049ad544d62ae548b33a14d0e5e3ef | [
"Apache-2.0"
] | null | null | null | BioinfoGeneInteractions/src/core/GeneExecutor.cpp | lliw10/cuda-bioinfo-gens | babfbda8e7049ad544d62ae548b33a14d0e5e3ef | [
"Apache-2.0"
] | null | null | null | BioinfoGeneInteractions/src/core/GeneExecutor.cpp | lliw10/cuda-bioinfo-gens | babfbda8e7049ad544d62ae548b33a14d0e5e3ef | [
"Apache-2.0"
] | null | null | null | /*
* GeneExecutor.cpp
*
* Created on: 09/02/2011
* Author: william
*/
#include <iostream>
#include <string>
#include <stdlib.h>
#include <stdio.h>
#include <limits.h>
#include <math.h>
#include <time.h>
#include "GeneExecutor.h"
using namespace std;
GeneExecutor::GeneExecutor( string _name ) {
name = _na... | 16.844444 | 64 | 0.670185 | lliw10 |
8816c99ce0b090d844c889954c177aaaf7ed18f1 | 28,896 | cpp | C++ | cvs/objects/sectors/source/sector.cpp | crvernon/gcam-core | bbfb78aeb0cde4d75f307fc3967526d70157c2f8 | [
"ECL-2.0"
] | null | null | null | cvs/objects/sectors/source/sector.cpp | crvernon/gcam-core | bbfb78aeb0cde4d75f307fc3967526d70157c2f8 | [
"ECL-2.0"
] | null | null | null | cvs/objects/sectors/source/sector.cpp | crvernon/gcam-core | bbfb78aeb0cde4d75f307fc3967526d70157c2f8 | [
"ECL-2.0"
] | 2 | 2021-07-26T05:56:09.000Z | 2022-02-24T10:29:30.000Z | /*
* LEGAL NOTICE
* This computer software was prepared by Battelle Memorial Institute,
* hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830
* with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR THE
* CONTRACTOR MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY
* LIABILITY FOR THE USE OF... | 39.367847 | 133 | 0.677914 | crvernon |
8817a8f8e7104a76c3ff5556291661b26953b798 | 56 | cpp | C++ | test/engine/assets/test_data_factory.cpp | invaderjon/gdev | 3f5c5da22160c4980afd6099b0b4e06fdf106204 | [
"Apache-2.0"
] | 1 | 2018-10-20T22:08:59.000Z | 2018-10-20T22:08:59.000Z | test/engine/assets/test_data_factory.cpp | invaderjon/gdev | 3f5c5da22160c4980afd6099b0b4e06fdf106204 | [
"Apache-2.0"
] | null | null | null | test/engine/assets/test_data_factory.cpp | invaderjon/gdev | 3f5c5da22160c4980afd6099b0b4e06fdf106204 | [
"Apache-2.0"
] | null | null | null | // test_data_factory.cpp
#include "test_data_factory.h"
| 18.666667 | 30 | 0.803571 | invaderjon |
8817cc614926aaf771444b44b68a2f30c0e95732 | 5,933 | hpp | C++ | cmdstan/stan/lib/stan_math/stan/math/torsten/PKModel/pmetricsCheck.hpp | yizhang-cae/torsten | dc82080ca032325040844cbabe81c9a2b5e046f9 | [
"BSD-3-Clause"
] | null | null | null | cmdstan/stan/lib/stan_math/stan/math/torsten/PKModel/pmetricsCheck.hpp | yizhang-cae/torsten | dc82080ca032325040844cbabe81c9a2b5e046f9 | [
"BSD-3-Clause"
] | null | null | null | cmdstan/stan/lib/stan_math/stan/math/torsten/PKModel/pmetricsCheck.hpp | yizhang-cae/torsten | dc82080ca032325040844cbabe81c9a2b5e046f9 | [
"BSD-3-Clause"
] | null | null | null | #ifndef STAN_MATH_TORSTEN_PKMODEL_PMETRICSCHECK_HPP
#define STAN_MATH_TORSTEN_PKMODEL_PMETRICSCHECK_HPP
#include <Eigen/Dense>
#include <stan/math/torsten/PKModel/pmxModel.hpp>
#include <stan/math/prim/scal/err/invalid_argument.hpp>
#include <boost/lexical_cast.hpp>
#include <vector>
#include <string>
#include <iostre... | 42.078014 | 113 | 0.621777 | yizhang-cae |
881d09865a7f04e3745d0d2320dd73f01a74b727 | 1,944 | cpp | C++ | src/gotobed/EquipMask.cpp | andrelo1/gotobed-ae | 9b2001e89de0ac479e9b979f01fa3a6475c8cd79 | [
"MIT"
] | 1 | 2022-03-03T17:01:38.000Z | 2022-03-03T17:01:38.000Z | src/gotobed/EquipMask.cpp | andrelo1/gotobed-ae | 9b2001e89de0ac479e9b979f01fa3a6475c8cd79 | [
"MIT"
] | null | null | null | src/gotobed/EquipMask.cpp | andrelo1/gotobed-ae | 9b2001e89de0ac479e9b979f01fa3a6475c8cd79 | [
"MIT"
] | null | null | null | #include "EquipMask.h"
namespace Gotobed
{
EquipMask::EquipMask(std::uint32_t a_armor, bool a_lhand, bool a_rhand, bool a_ammo, bool a_misc):
armor(a_armor),
lhand(a_lhand),
rhand(a_rhand),
ammo(a_ammo),
misc(a_misc)
{
}
EquipMask::EquipMask(std::int32_t a_obj)
{
if (a_obj) {
auto domain = jc::dom... | 28.588235 | 109 | 0.654321 | andrelo1 |
881df18545c80c7553772b88ab31bd2adfe6d4b1 | 6,384 | cpp | C++ | dev/Gems/EMotionFX/Code/EMotionFX/Rendering/OpenGL2/Source/RenderTexture.cpp | CJoriginal/cjlumberyard | 2e3184a7d8e59ba05e5707371b8cb6fe40b0ca60 | [
"AML"
] | 5 | 2018-08-17T21:05:55.000Z | 2021-04-17T10:48:26.000Z | dev/Gems/EMotionFX/Code/EMotionFX/Rendering/OpenGL2/Source/RenderTexture.cpp | santosh90n/lumberyard-1 | 9608bcf905bb60e9f326bd3fe8297381c22d83a6 | [
"AML"
] | null | null | null | dev/Gems/EMotionFX/Code/EMotionFX/Rendering/OpenGL2/Source/RenderTexture.cpp | santosh90n/lumberyard-1 | 9608bcf905bb60e9f326bd3fe8297381c22d83a6 | [
"AML"
] | 5 | 2020-08-27T20:44:18.000Z | 2021-08-21T22:54:11.000Z | /*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or t... | 30.4 | 122 | 0.630796 | CJoriginal |
881e39d0888cfe2ba83e65f8d8ddcc7722144ebd | 14,946 | cpp | C++ | Libraries/Widget/Command.cpp | jodavis42/WelderEngineRevamp | 1b8776c53857e66b2c933321e965bbe12f0df61e | [
"MIT"
] | 3 | 2022-02-11T10:34:33.000Z | 2022-02-24T17:44:17.000Z | Code/Extensions/Widget/Command.cpp | WelderUpdates/WelderEngineRevamp | 1c665239566e9c7156926852f7952948d9286d7d | [
"MIT"
] | null | null | null | Code/Extensions/Widget/Command.cpp | WelderUpdates/WelderEngineRevamp | 1c665239566e9c7156926852f7952948d9286d7d | [
"MIT"
] | null | null | null | // MIT Licensed (see LICENSE.md).
#include "Precompiled.hpp"
namespace Zero
{
namespace Events
{
DefineEvent(CommandStateChange);
DefineEvent(CommandCaptureContext);
DefineEvent(CommandExecute);
DefineEvent(CommandAdded);
DefineEvent(CommandRemoved);
DefineEvent(CommandUpdated);
} // namespace Events
namespace Tags
... | 24.262987 | 114 | 0.723003 | jodavis42 |
881e6ab20e2d7fb0055ce2594bb5be266a283a89 | 41,699 | cc | C++ | DataFormats/Provenance/test/indexIntoFile2_t.cppunit.cc | menglu21/cmssw | c3d6cb102c0aaddf652805743370c28044d53da6 | [
"Apache-2.0"
] | null | null | null | DataFormats/Provenance/test/indexIntoFile2_t.cppunit.cc | menglu21/cmssw | c3d6cb102c0aaddf652805743370c28044d53da6 | [
"Apache-2.0"
] | null | null | null | DataFormats/Provenance/test/indexIntoFile2_t.cppunit.cc | menglu21/cmssw | c3d6cb102c0aaddf652805743370c28044d53da6 | [
"Apache-2.0"
] | null | null | null | /*
* indexIntoFile_t.cppunit.cc
*/
#include "cppunit/extensions/HelperMacros.h"
#include "DataFormats/Provenance/interface/ProcessHistoryID.h"
#include "DataFormats/Provenance/interface/ProcessConfiguration.h"
#include "DataFormats/Provenance/interface/ProcessHistory.h"
#include "DataFormats/Provenance/interface/... | 49.11543 | 119 | 0.713518 | menglu21 |
881fd5ca6281a2843a492fc9390cac2ffbb44cf9 | 166 | hpp | C++ | examples/16_multiple_animations_and_render_flipping/ECS/Animation.hpp | nathandaven/sdl-vscode-template | 098125e250ede58eeaa6cd06738d76c2983cdb58 | [
"MIT"
] | null | null | null | examples/16_multiple_animations_and_render_flipping/ECS/Animation.hpp | nathandaven/sdl-vscode-template | 098125e250ede58eeaa6cd06738d76c2983cdb58 | [
"MIT"
] | null | null | null | examples/16_multiple_animations_and_render_flipping/ECS/Animation.hpp | nathandaven/sdl-vscode-template | 098125e250ede58eeaa6cd06738d76c2983cdb58 | [
"MIT"
] | null | null | null | struct Animation
{
int index;
int frames;
int speed;
Animation() {}
Animation(int i, int f, int s)
{
index = i;
frames = f;
speed = s;
}
}; | 11.857143 | 32 | 0.536145 | nathandaven |
882405fd2245e92517215762863cc11cab65815d | 6,358 | cpp | C++ | tools/quantization/Helper.cpp | PENGUINLIONG/MNN | ce61bcedfcd5b21a2e93f8aac6ae7baa7119934f | [
"Apache-2.0"
] | 1 | 2021-04-21T08:27:43.000Z | 2021-04-21T08:27:43.000Z | tools/quantization/Helper.cpp | BernhardRiemann/MNN | c2a2a24e8e48b22988f13c91c8360a20198f7a09 | [
"Apache-2.0"
] | null | null | null | tools/quantization/Helper.cpp | BernhardRiemann/MNN | c2a2a24e8e48b22988f13c91c8360a20198f7a09 | [
"Apache-2.0"
] | null | null | null |
//
// Helper.cpp
// MNN
//
// Created by MNN on 2019/08/05.
// Copyright © 2018, Alibaba Group Holding Limited
//
#include "Helper.hpp"
#if defined(_MSC_VER)
#include <Windows.h>
#undef min
#undef max
#else
#include <sys/time.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <dirent.h>
#endif
#define STB_IM... | 33.463158 | 179 | 0.551589 | PENGUINLIONG |
8825c1b89fc59404b12bb81fc505e24571f21756 | 3,477 | cpp | C++ | gm/imagesource2.cpp | borodust/skia | bbbf1a7f50a303bd76163793bd5968c72f5f4432 | [
"BSD-3-Clause"
] | 10 | 2017-12-04T10:41:55.000Z | 2021-12-03T07:36:59.000Z | gm/imagesource2.cpp | borodust/skia | bbbf1a7f50a303bd76163793bd5968c72f5f4432 | [
"BSD-3-Clause"
] | 5 | 2022-01-03T13:41:38.000Z | 2022-03-02T13:01:38.000Z | gm/imagesource2.cpp | borodust/skia | bbbf1a7f50a303bd76163793bd5968c72f5f4432 | [
"BSD-3-Clause"
] | 17 | 2017-11-05T21:36:53.000Z | 2021-05-22T20:33:51.000Z | /*
* Copyright 2015 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "gm/gm.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkFilterQuality.h"
#include "include/core/SkImage.h"
#include "i... | 33.114286 | 85 | 0.618349 | borodust |
882606cebda081e19d82763690029d618de76d32 | 22,920 | cpp | C++ | dbcore/sm-log-file.cpp | ermia-db/ermia | 558c254b32d70a934d8c2d35f32f170ec6c05be8 | [
"MIT"
] | 50 | 2016-02-03T19:36:19.000Z | 2020-06-28T02:50:53.000Z | dbcore/sm-log-file.cpp | ermia-db/ermia | 558c254b32d70a934d8c2d35f32f170ec6c05be8 | [
"MIT"
] | 5 | 2016-08-15T13:03:39.000Z | 2018-02-22T15:22:02.000Z | dbcore/sm-log-file.cpp | ermia-db/ermia | 558c254b32d70a934d8c2d35f32f170ec6c05be8 | [
"MIT"
] | 18 | 2016-02-04T02:40:14.000Z | 2019-08-29T03:29:43.000Z | #include "sm-config.h"
#include "sm-log-file.h"
#include "rcu.h"
#include <new>
#include <sys/fcntl.h>
#include <algorithm>
namespace ermia {
#warning Crash durability is NOT fully guaranteed by this implementation
/* ^^^
I know that sounds bad, but it turns out this is a fiendishly
difficult thing to make b... | 35.045872 | 80 | 0.670244 | ermia-db |
88292e605f19fa3eda5bb7e58dbb4ebb26a91ce6 | 1,090 | cc | C++ | source/graphics_reps/pyG4Colour.cc | yu22mal/geant4_pybind | ff7efc322fe53f39c7ae7ed140861052a92479fd | [
"Unlicense"
] | 6 | 2021-08-08T08:40:13.000Z | 2022-03-23T03:05:15.000Z | source/graphics_reps/pyG4Colour.cc | yu22mal/geant4_pybind | ff7efc322fe53f39c7ae7ed140861052a92479fd | [
"Unlicense"
] | 3 | 2021-12-01T14:38:06.000Z | 2022-02-10T11:28:28.000Z | source/graphics_reps/pyG4Colour.cc | yu22mal/geant4_pybind | ff7efc322fe53f39c7ae7ed140861052a92479fd | [
"Unlicense"
] | 3 | 2021-07-16T13:57:34.000Z | 2022-02-07T11:17:19.000Z | #include <pybind11/operators.h>
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include <G4Color.hh>
#include <G4Colour.hh>
#include <limits>
#include "typecast.hh"
#include "opaques.hh"
namespace py = pybind11;
void export_G4Colour(py::module &m)
{
py::class_<G4Colour>(m, "G4Colour", "colour class")
... | 24.772727 | 89 | 0.588991 | yu22mal |
88293be9be9f4f5941dc13953afc48bf554acd6a | 8,895 | cc | C++ | lite/kernels/nnadapter/bridges/elementwise_ops.cc | fuaq/Paddle-Lite | 56e1239410d976842fc6f7792de13c9d007d253f | [
"Apache-2.0"
] | 1 | 2021-07-12T10:46:19.000Z | 2021-07-12T10:46:19.000Z | lite/kernels/nnadapter/bridges/elementwise_ops.cc | fuaq/Paddle-Lite | 56e1239410d976842fc6f7792de13c9d007d253f | [
"Apache-2.0"
] | null | null | null | lite/kernels/nnadapter/bridges/elementwise_ops.cc | fuaq/Paddle-Lite | 56e1239410d976842fc6f7792de13c9d007d253f | [
"Apache-2.0"
] | null | null | null | // 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... | 37.0625 | 80 | 0.689713 | fuaq |
882a385fba0583dbe1d719741bdbfbd7fed5cafa | 9,101 | cpp | C++ | test/CompilationTests/ConstructorTests/MakePromiseTests/Copy.cpp | rocky01/promise | 638415a117207a4cae9181e04114e1d7575a9689 | [
"MIT"
] | 2 | 2018-10-15T18:27:50.000Z | 2019-04-16T18:34:59.000Z | test/CompilationTests/ConstructorTests/MakePromiseTests/Copy.cpp | rocky01/promise | 638415a117207a4cae9181e04114e1d7575a9689 | [
"MIT"
] | null | null | null | test/CompilationTests/ConstructorTests/MakePromiseTests/Copy.cpp | rocky01/promise | 638415a117207a4cae9181e04114e1d7575a9689 | [
"MIT"
] | null | null | null | #include "gtest/gtest.h"
#include "gmock/gmock.h"
#include "Promise.hpp"
#include "CompilationTests/ConstructorTests/AuxiliaryClasses/Then/Copy/CopyExecuteTResolveUndefinedRejectVoid.hpp"
#include "CompilationTests/ConstructorTests/AuxiliaryClasses/Then/Copy/CopyExecuteVoidResolveTRejectUndefined.hpp"
#include "Compi... | 26.456395 | 117 | 0.785518 | rocky01 |
882a90384d9f2a0ab12acc96d7ea555362512cf9 | 1,236 | cpp | C++ | Signal Flow Simulation/truetime-2.0/kernel/setnumberofcpus.cpp | raulest50/MicroGrid_GITCoD | 885001242c8e581a6998afb4be2ae1c0b923e9c4 | [
"MIT"
] | 1 | 2019-08-31T08:06:48.000Z | 2019-08-31T08:06:48.000Z | Signal Flow Simulation/truetime-2.0/kernel/setnumberofcpus.cpp | raulest50/MicroGrid_GITCoD | 885001242c8e581a6998afb4be2ae1c0b923e9c4 | [
"MIT"
] | null | null | null | Signal Flow Simulation/truetime-2.0/kernel/setnumberofcpus.cpp | raulest50/MicroGrid_GITCoD | 885001242c8e581a6998afb4be2ae1c0b923e9c4 | [
"MIT"
] | 1 | 2020-01-07T10:46:23.000Z | 2020-01-07T10:46:23.000Z | /*
* Copyright (c) 2016 Lund University
*
* Written by Anton Cervin, Dan Henriksson and Martin Ohlin,
* Department of Automatic Control LTH, Lund University, Sweden.
*
* This file is part of TrueTime 2.0.
*
* TrueTime 2.0 is free software: you can redistribute it and/or
* modify it under the terms of the GN... | 29.428571 | 74 | 0.714401 | raulest50 |
882aaba5ab5c6d29e70acbbc3c8d43ee8989abe0 | 8,567 | cpp | C++ | sdk/storage/azure-storage-queues/src/queue_service_client.cpp | JinmingHu-MSFT/azure-sdk-for-cpp | 933486385a54a5a09a7444dbd823425f145ad75a | [
"MIT"
] | 1 | 2022-01-19T22:54:41.000Z | 2022-01-19T22:54:41.000Z | sdk/storage/azure-storage-queues/src/queue_service_client.cpp | LarryOsterman/azure-sdk-for-cpp | d96216f50909a2bd39b555c9088f685bf0f7d6e6 | [
"MIT"
] | null | null | null | sdk/storage/azure-storage-queues/src/queue_service_client.cpp | LarryOsterman/azure-sdk-for-cpp | d96216f50909a2bd39b555c9088f685bf0f7d6e6 | [
"MIT"
] | null | null | null | // Copyright (c) Microsoft Corporation. All rights reserved.
// SPDX-License-Identifier: MIT
#include "azure/storage/queues/queue_service_client.hpp"
#include <azure/core/http/policies/policy.hpp>
#include <azure/storage/common/crypt.hpp>
#include <azure/storage/common/internal/shared_key_policy.hpp>
#include <azure/... | 44.388601 | 100 | 0.755457 | JinmingHu-MSFT |
882b7923e242c4c7a47b81e80269a8581b760f10 | 9,015 | cpp | C++ | src/multibody/actions/contact-fwddyn.cpp | imaroger/crocoddyl | 3d3b9470563e6b7c860679d72ee220642658cc68 | [
"BSD-3-Clause"
] | 1 | 2020-04-25T13:17:23.000Z | 2020-04-25T13:17:23.000Z | src/multibody/actions/contact-fwddyn.cpp | Capri2014/crocoddyl | 341874fbad4507d6ed4e05e18e4a9cedf5470d01 | [
"BSD-3-Clause"
] | null | null | null | src/multibody/actions/contact-fwddyn.cpp | Capri2014/crocoddyl | 341874fbad4507d6ed4e05e18e4a9cedf5470d01 | [
"BSD-3-Clause"
] | null | null | null | ///////////////////////////////////////////////////////////////////////////////
// BSD 3-Clause License
//
// Copyright (C) 2018-2020, LAAS-CNRS, University of Edinburgh
// Copyright note valid unless otherwise stated in individual files.
// All rights reserved.
/////////////////////////////////////////////////////////... | 47.198953 | 119 | 0.684859 | imaroger |
882c2ecd8213c0f18b67c4d0b859a40ea4228f89 | 868 | hpp | C++ | libs/full/compute_cuda/include/hpx/compute/cuda.hpp | Andrea-MariaDB-2/hpx | e230dddce4a8783817f38e07f5a77e624f64f826 | [
"BSL-1.0"
] | 1,822 | 2015-01-03T11:22:37.000Z | 2022-03-31T14:49:59.000Z | libs/full/compute_cuda/include/hpx/compute/cuda.hpp | Andrea-MariaDB-2/hpx | e230dddce4a8783817f38e07f5a77e624f64f826 | [
"BSL-1.0"
] | 3,288 | 2015-01-05T17:00:23.000Z | 2022-03-31T18:49:41.000Z | libs/full/compute_cuda/include/hpx/compute/cuda.hpp | Andrea-MariaDB-2/hpx | e230dddce4a8783817f38e07f5a77e624f64f826 | [
"BSL-1.0"
] | 431 | 2015-01-07T06:22:14.000Z | 2022-03-31T14:50:04.000Z | ///////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2016 Thomas Heller
//
// SPDX-License-Identifier: BSL-1.0
// 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)
////////... | 41.333333 | 80 | 0.634793 | Andrea-MariaDB-2 |
882fd7ff3264d9ffe5cc8790d67467edb1bd784d | 1,575 | cc | C++ | src/binary_format.cc | BaiduXLab/libprotobuf-mutator | c192c2ccfb1959edc1ac31abbd96009c3cb9b302 | [
"Apache-2.0"
] | 3 | 2018-12-16T09:52:33.000Z | 2018-12-16T19:04:10.000Z | src/binary_format.cc | ZiwenWan/libprotobuf-mutator | af9fa9f754f78cb77729f8d660ee4601d0b4705b | [
"Apache-2.0"
] | null | null | null | src/binary_format.cc | ZiwenWan/libprotobuf-mutator | af9fa9f754f78cb77729f8d660ee4601d0b4705b | [
"Apache-2.0"
] | 2 | 2018-07-12T15:27:34.000Z | 2019-12-09T17:44:57.000Z | // Copyright 2017 Google Inc. All rights reserved.
// Copyright 2018 Baidu X-Lab. 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/licen... | 30.288462 | 77 | 0.715556 | BaiduXLab |
883275f3956d84532b396f2b95264dad203392b1 | 15,372 | cc | C++ | chromium/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc | wedataintelligence/vivaldi-source | 22a46f2c969f6a0b7ca239a05575d1ea2738768c | [
"BSD-3-Clause"
] | null | null | null | chromium/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc | wedataintelligence/vivaldi-source | 22a46f2c969f6a0b7ca239a05575d1ea2738768c | [
"BSD-3-Clause"
] | null | null | null | chromium/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc | wedataintelligence/vivaldi-source | 22a46f2c969f6a0b7ca239a05575d1ea2738768c | [
"BSD-3-Clause"
] | null | null | null | // Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.h"
#include <utility>
#include "build/build_config.h"
#include "chrome/browse... | 44.686047 | 109 | 0.840099 | wedataintelligence |
883292f3dce12e6dd6edbff4cd07d7b94d5cda77 | 2,002 | cpp | C++ | ser/src/usart.cpp | namezys/avr_experements | e60598adb07836df6d6abf5a19cf63cfa5e9775c | [
"MIT"
] | null | null | null | ser/src/usart.cpp | namezys/avr_experements | e60598adb07836df6d6abf5a19cf63cfa5e9775c | [
"MIT"
] | null | null | null | ser/src/usart.cpp | namezys/avr_experements | e60598adb07836df6d6abf5a19cf63cfa5e9775c | [
"MIT"
] | null | null | null | //#include <avr/io.h>
//#include <avr/interrupt.h>
//#include "usart.h"
//
//namespace savr::usart {
// ControlA ctrl_a;
// ControlB ctrl_b;
// ControlC ctrl_c;
//}
//
//using namespace savr::usart;
//using namespace details;
//
//namespace savr::usart::details {
// /// buffer for usart data, every item mus... | 29.014493 | 78 | 0.571928 | namezys |
8834e11ad4c0e29ed7b926fefb255cad5f1972a9 | 1,444 | hpp | C++ | modules/sdk/timing/include/nt2/sdk/timing/details/timer.hpp | pbrunet/nt2 | 2aeca0f6a315725b335efd5d9dc95d72e10a7fb7 | [
"BSL-1.0"
] | 34 | 2017-05-19T18:10:17.000Z | 2022-01-04T02:18:13.000Z | modules/sdk/timing/include/nt2/sdk/timing/details/timer.hpp | pbrunet/nt2 | 2aeca0f6a315725b335efd5d9dc95d72e10a7fb7 | [
"BSL-1.0"
] | null | null | null | modules/sdk/timing/include/nt2/sdk/timing/details/timer.hpp | pbrunet/nt2 | 2aeca0f6a315725b335efd5d9dc95d72e10a7fb7 | [
"BSL-1.0"
] | 7 | 2017-12-02T12:59:17.000Z | 2021-07-31T12:46:14.000Z | //==============================================================================
// Copyright 2003 - 2012 LASMEA UMR 6602 CNRS/Univ. Clermont II
// Copyright 2009 - 2012 LRI UMR 8623 CNRS/Univ Paris Sud XI
//
// Distributed under the Boost Software License, Version 1.0.
// Se... | 29.469388 | 80 | 0.559557 | pbrunet |
8835f648de4ace52b6a64dd7f6ccf93cb0871b7c | 9,654 | cc | C++ | dali/operators/image/convolution/gaussian_blur.cc | banasraf/DALI | f834f3e619b15e3df87bf0316ac8806d0998126e | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2020-10-07T23:07:23.000Z | 2020-10-07T23:07:23.000Z | dali/operators/image/convolution/gaussian_blur.cc | MAKali4737/DALI | 3b114c6ebee38ff3815a9b4a234402e4d1affaa0 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | dali/operators/image/convolution/gaussian_blur.cc | MAKali4737/DALI | 3b114c6ebee38ff3815a9b4a234402e4d1affaa0 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | // Copyright (c) 2020, NVIDIA CORPORATION. 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 ... | 40.058091 | 101 | 0.676507 | banasraf |
8836db43cb688f3dbf91c9a5945113f3431a135f | 52,759 | cpp | C++ | code/external/libigl/external/embree/kernels/xeon/bvh/bvh4_factory.cpp | dybiszb/MeanCurvatureLibrary | b168911ef6bf08b283e7a225cc006b850fe26400 | [
"MIT"
] | null | null | null | code/external/libigl/external/embree/kernels/xeon/bvh/bvh4_factory.cpp | dybiszb/MeanCurvatureLibrary | b168911ef6bf08b283e7a225cc006b850fe26400 | [
"MIT"
] | 1 | 2018-11-14T23:14:58.000Z | 2018-11-14T23:14:58.000Z | code/external/libigl/external/embree/kernels/xeon/bvh/bvh4_factory.cpp | dybiszb/MeanCurvatureLibrary | b168911ef6bf08b283e7a225cc006b850fe26400 | [
"MIT"
] | null | null | null | // ======================================================================== //
// Copyright 2009-2015 Intel Corporation //
// //
// Licensed under the Apache License, Version 2.0 (the "License"); //
// y... | 53.508114 | 153 | 0.797437 | dybiszb |
88371522baf1170d2466cfb0e236df6875764d3c | 2,396 | cpp | C++ | Dynamic Programming/Zipper/Zipper.cpp | Sean16SYSU/Algorithms4N | 24f06c29d476c4bd9c90bcc89dac90ba3a448c27 | [
"MIT"
] | 2 | 2019-09-30T01:26:41.000Z | 2019-10-02T01:36:34.000Z | Dynamic Programming/Zipper/Zipper.cpp | Sean16SYSU/Algorithms4N | 24f06c29d476c4bd9c90bcc89dac90ba3a448c27 | [
"MIT"
] | null | null | null | Dynamic Programming/Zipper/Zipper.cpp | Sean16SYSU/Algorithms4N | 24f06c29d476c4bd9c90bcc89dac90ba3a448c27 | [
"MIT"
] | 3 | 2020-05-18T15:09:01.000Z | 2020-12-21T10:14:51.000Z | #include <iostream>
#include <cstring>
#include <algorithm>
using namespace std;
#include <string>
string a, b, all;
bool Arr[1000][1000]; //Arr[i][j]表示 以 a[i]和b[j]结束的串在不在其中 在 = true,或者 不在 = false ;
int find(char c, int no = -1) //no表示不是坐标no
{
for (int i = 0; i < all.length(); ++i)
{
if (all[i] == c ... | 23.722772 | 82 | 0.403172 | Sean16SYSU |
8838b968564de415f4570de83137439a1854ca76 | 10,439 | cpp | C++ | Graphics/GraphicsEngineOpenGL/src/VAOCache.cpp | dtcxzyw/DiligentCore | e3891d4936956bb6228f1e949ea57810ab7cb08c | [
"Apache-2.0"
] | null | null | null | Graphics/GraphicsEngineOpenGL/src/VAOCache.cpp | dtcxzyw/DiligentCore | e3891d4936956bb6228f1e949ea57810ab7cb08c | [
"Apache-2.0"
] | null | null | null | Graphics/GraphicsEngineOpenGL/src/VAOCache.cpp | dtcxzyw/DiligentCore | e3891d4936956bb6228f1e949ea57810ab7cb08c | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2019-2020 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* 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/LICENS... | 42.958848 | 152 | 0.60523 | dtcxzyw |
883c32cf672e71c390201dfc1368805b8698ec3b | 3,441 | cpp | C++ | uart.cpp | LetsBuildRockets/Horizon-Tracker | dcd9c05bf41dce5a8c86a1fb97c59ff349bbb094 | [
"MIT"
] | null | null | null | uart.cpp | LetsBuildRockets/Horizon-Tracker | dcd9c05bf41dce5a8c86a1fb97c59ff349bbb094 | [
"MIT"
] | 1 | 2017-07-25T18:53:21.000Z | 2017-07-25T18:53:21.000Z | uart.cpp | LetsBuildRockets/Horizon-Tracker | dcd9c05bf41dce5a8c86a1fb97c59ff349bbb094 | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
#include <termios.h>
#include "horizonTracker.h"
#define START_BYTE 0x12
const int DOUBLE_SIZE = sizeof(double);
int uart0filestream = -1;
void UARTInit();
int writeStartByte();
int writeAngleData(double&);
int readAngleData(double&);
int readStartByte();
vo... | 20.981707 | 169 | 0.588782 | LetsBuildRockets |
883cdeb11215dbf64487270e662ec5a7af0cb5f5 | 2,628 | cpp | C++ | WKC/WebKit/WKC/WebCoreSupport/DropDownListClientWKC.cpp | s1rcheese/nintendo-3ds-internetbrowser-sourcecode | 3dd05f035e0a5fc9723300623e9b9b359be64e11 | [
"Unlicense"
] | 15 | 2016-01-05T12:43:41.000Z | 2022-03-15T10:34:47.000Z | WKC/WebKit/WKC/WebCoreSupport/DropDownListClientWKC.cpp | s1rcheese/nintendo-3ds-internetbrowser-sourcecode | 3dd05f035e0a5fc9723300623e9b9b359be64e11 | [
"Unlicense"
] | null | null | null | WKC/WebKit/WKC/WebCoreSupport/DropDownListClientWKC.cpp | s1rcheese/nintendo-3ds-internetbrowser-sourcecode | 3dd05f035e0a5fc9723300623e9b9b359be64e11 | [
"Unlicense"
] | 2 | 2020-11-30T18:36:01.000Z | 2021-02-05T23:20:24.000Z | /*
* DropDownListClientWKC.cpp
*
* Copyright (c) 2010 ACCESS CO., LTD. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, o... | 26.28 | 125 | 0.727169 | s1rcheese |
883dec0b9b60455bc04578e9a472ebef0a4dc479 | 788 | cpp | C++ | test2.cpp | DennisZZH/Thread-Synchronization | 1499e2dd9db309c395f201f85440334323498b7d | [
"MIT"
] | null | null | null | test2.cpp | DennisZZH/Thread-Synchronization | 1499e2dd9db309c395f201f85440334323498b7d | [
"MIT"
] | null | null | null | test2.cpp | DennisZZH/Thread-Synchronization | 1499e2dd9db309c395f201f85440334323498b7d | [
"MIT"
] | null | null | null | #include <pthread.h>
#include <semaphore.h>
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <poll.h>
#include <signal.h>
#include <fcntl.h>
#include <errno.h>
#include <iostream>
using namespace std;
//basic pthread join test
//==... | 20.736842 | 80 | 0.555838 | DennisZZH |
883feef17588c94e2aed6c4766dda148dcf4c32c | 17,328 | cpp | C++ | libmuscle/cpp/src/libmuscle/data.cpp | DongweiYe/muscle3 | 0c2fcf5f62995b8639fc84ce1b983c8a8e6248d0 | [
"Apache-2.0"
] | null | null | null | libmuscle/cpp/src/libmuscle/data.cpp | DongweiYe/muscle3 | 0c2fcf5f62995b8639fc84ce1b983c8a8e6248d0 | [
"Apache-2.0"
] | null | null | null | libmuscle/cpp/src/libmuscle/data.cpp | DongweiYe/muscle3 | 0c2fcf5f62995b8639fc84ce1b983c8a8e6248d0 | [
"Apache-2.0"
] | null | null | null | #include <cstring>
#include <memory>
#include <stdexcept>
#include <string>
#include <utility>
#include <msgpack.hpp>
#include "libmuscle/data.hpp"
#include "libmuscle/mcp/data_pack.hpp"
#include "libmuscle/mcp/ext_types.hpp"
#include "ymmsl/identity.hpp"
#include "ymmsl/settings.hpp"
using libmuscle::impl::mcp::Ext... | 30.83274 | 98 | 0.608033 | DongweiYe |
8841271f3d9d1e0dba1b1d24e485b6a4f5d8a1f7 | 6,836 | cpp | C++ | software/PSGTools/src/stream/Stream.cpp | Yevgeniy-Olexandrenko/ay-ym-usb-streamer | 8dbc3972fb2cb653fa17d62d1481708ef2b534ae | [
"MIT"
] | null | null | null | software/PSGTools/src/stream/Stream.cpp | Yevgeniy-Olexandrenko/ay-ym-usb-streamer | 8dbc3972fb2cb653fa17d62d1481708ef2b534ae | [
"MIT"
] | null | null | null | software/PSGTools/src/stream/Stream.cpp | Yevgeniy-Olexandrenko/ay-ym-usb-streamer | 8dbc3972fb2cb653fa17d62d1481708ef2b534ae | [
"MIT"
] | null | null | null | #include <iomanip>
#include <sstream>
#include "Stream.h"
////////////////////////////////////////////////////////////////////////////////
namespace
{
const int k_prefDurationMM = 4;
const int k_prefDurationSS = 0;
const int k_maxExtraLoops = 3;
}
Stream::Stream()
: info(*this)
, frames(*this)
, loop(*this)
... | 20.715152 | 106 | 0.612639 | Yevgeniy-Olexandrenko |
8846a385575a01108e04b50b3adf275d94905646 | 699 | cpp | C++ | codechef/January_Lunchtime_2015/1/main.cpp | seirion/code | 3b8bf79764107255185061cec33decbc2235d03a | [
"Apache-2.0"
] | 13 | 2015-06-07T09:26:26.000Z | 2019-05-01T13:23:38.000Z | codechef/January_Lunchtime_2015/1/main.cpp | seirion/code | 3b8bf79764107255185061cec33decbc2235d03a | [
"Apache-2.0"
] | null | null | null | codechef/January_Lunchtime_2015/1/main.cpp | seirion/code | 3b8bf79764107255185061cec33decbc2235d03a | [
"Apache-2.0"
] | 4 | 2016-03-05T06:21:05.000Z | 2017-02-17T15:34:18.000Z | // http://www.codechef.com/LTIME20/problems/LCH15JAB
// Piece of cake
#include <cstdio>
#include <cstring>
#include <algorithm>
#include <functional>
using namespace std;
int ch[26]; // a ~ z
bool solve() {
memset(ch, 0, sizeof(int) * 26);
char buffer[51];
gets(buffer);
int i, size = strlen(buffer);... | 18.394737 | 52 | 0.493562 | seirion |
884804d07363685bcfc8865b97576945117d0d05 | 1,010 | hpp | C++ | TextEditor/Huffman/LeafNode.hpp | itravers/CS211-TextEditor | 47ddf2745f54ae826a96209eb767fe8280f4ce30 | [
"Apache-2.0"
] | null | null | null | TextEditor/Huffman/LeafNode.hpp | itravers/CS211-TextEditor | 47ddf2745f54ae826a96209eb767fe8280f4ce30 | [
"Apache-2.0"
] | 42 | 2019-09-27T16:46:52.000Z | 2019-12-06T18:39:18.000Z | TextEditor/Huffman/LeafNode.hpp | itravers/CS211-TextEditor | 47ddf2745f54ae826a96209eb767fe8280f4ce30 | [
"Apache-2.0"
] | null | null | null | /*******************************************************************************
* Created Date: November 7th, 2019
* Created By: Isaac Travers
* ContextMenu.hpp: This is a leaf node for a Huffman tree Node
* This code is pretty much straight copied from the
class textbook, h... | 21.489362 | 97 | 0.552475 | itravers |
884881ae973785a3e083005a07fc8ed43c99c8c6 | 964 | cpp | C++ | B2G/gecko/intl/uconv/ucvlatin/nsUnicodeToAdobeEuro.cpp | wilebeast/FireFox-OS | 43067f28711d78c429a1d6d58c77130f6899135f | [
"Apache-2.0"
] | 3 | 2015-08-31T15:24:31.000Z | 2020-04-24T20:31:29.000Z | B2G/gecko/intl/uconv/ucvlatin/nsUnicodeToAdobeEuro.cpp | wilebeast/FireFox-OS | 43067f28711d78c429a1d6d58c77130f6899135f | [
"Apache-2.0"
] | null | null | null | B2G/gecko/intl/uconv/ucvlatin/nsUnicodeToAdobeEuro.cpp | wilebeast/FireFox-OS | 43067f28711d78c429a1d6d58c77130f6899135f | [
"Apache-2.0"
] | 3 | 2015-07-29T07:17:15.000Z | 2020-11-04T06:55:37.000Z | /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "nsUCConstructors.h"
#inc... | 35.703704 | 83 | 0.594398 | wilebeast |
88488a05c705c4883a15c4ee5768c7332e7153ef | 2,527 | cc | C++ | third_party/blink/renderer/platform/transforms/translate_transform_operation.cc | zipated/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | third_party/blink/renderer/platform/transforms/translate_transform_operation.cc | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | third_party/blink/renderer/platform/transforms/translate_transform_operation.cc | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | /*
* Copyright (C) 1999 Antti Koivisto (koivisto@kde.org)
* Copyright (C) 2004, 2005, 2006, 2007, 2008 Apple Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundat... | 38.287879 | 89 | 0.733281 | zipated |
884b9ddddde4d1df1800964c351ee3e4e2348f37 | 11,474 | cpp | C++ | code/utils/xrLC_Light/xrImage_Resampler.cpp | porames25/xray-oxygen | 1f3f46a7a1ffc2be1de04a1ec665862127894ef7 | [
"Apache-2.0"
] | 7 | 2018-03-27T12:36:07.000Z | 2020-06-26T11:31:52.000Z | code/utils/xrLC_Light/xrImage_Resampler.cpp | porames25/xray-oxygen | 1f3f46a7a1ffc2be1de04a1ec665862127894ef7 | [
"Apache-2.0"
] | 2 | 2018-05-26T23:17:14.000Z | 2019-04-14T18:33:27.000Z | code/utils/xrLC_Light/xrImage_Resampler.cpp | Graff46/xray-oxygen | 543e79929c0e8debe57f5c567eaf11e5fe08216f | [
"Apache-2.0"
] | 5 | 2020-10-18T11:55:26.000Z | 2022-03-28T07:21:35.000Z | /*
* Filtered Image Rescaling
*
* by Dale Schumacher
*/
#include "stdafx.h"
#pragma hdrstop
#include "xrImage_Resampler.h"
typedef u32 Pixel;
struct Image
{
int xsize; /* horizontal size of the image in Pixels */
int ysize; /* vertical size of the image in Pixels */
Pixel * data; /* pointer to first scan... | 24.155789 | 130 | 0.547412 | porames25 |
884bf045075828ee2b8eabc2225f65f9f0406a02 | 8,271 | cpp | C++ | Plugins/PLFrontendActiveX/src/PixelLightCtrl.cpp | ktotheoz/pixellight | 43a661e762034054b47766d7e38d94baf22d2038 | [
"MIT"
] | 83 | 2015-01-08T15:06:14.000Z | 2021-07-20T17:07:00.000Z | Plugins/PLFrontendActiveX/src/PixelLightCtrl.cpp | PixelLightFoundation/pixellight | 43a661e762034054b47766d7e38d94baf22d2038 | [
"MIT"
] | 27 | 2019-06-18T06:46:07.000Z | 2020-02-02T11:11:28.000Z | Plugins/PLFrontendActiveX/src/PixelLightCtrl.cpp | naetherm/PixelLight | d7666f5b49020334cbb5debbee11030f34cced56 | [
"MIT"
] | 40 | 2015-02-25T18:24:34.000Z | 2021-03-06T09:01:48.000Z | // PixelLightCtrl.cpp : Implementation of PixelLightCtrl
#include <PLCore/Runtime.h>
#include <PLCore/Tools/Timing.h>
#include "stdafx.h"
#include "PixelLightCtrl.h"
// PixelLightCtrl
PixelLightCtrl::PixelLightCtrl() :
m_bFrontendApplicationInitialized(false),
m_bMouseVisible(true),
m_bTrapMouse(false),
m_cFront... | 24.543027 | 121 | 0.711764 | ktotheoz |
884f795bd461517b3d7af763fb978e83c47c1f0d | 3,934 | cpp | C++ | sDNA/geos/drop/tests/unit/algorithm/AngleTest.cpp | chrisc20042001/sDNA | 22d11f150c28574c339457ce5cb0ad1d59b06277 | [
"MIT"
] | 18 | 2019-05-31T14:18:54.000Z | 2022-03-21T11:30:32.000Z | sDNA/geos/drop/tests/unit/algorithm/AngleTest.cpp | chrisc20042001/sDNA | 22d11f150c28574c339457ce5cb0ad1d59b06277 | [
"MIT"
] | 9 | 2019-05-31T14:19:43.000Z | 2021-10-16T16:09:52.000Z | sDNA/geos/drop/tests/unit/algorithm/AngleTest.cpp | chrisc20042001/sDNA | 22d11f150c28574c339457ce5cb0ad1d59b06277 | [
"MIT"
] | 5 | 2020-05-29T12:44:31.000Z | 2021-03-16T17:16:24.000Z | // $Id$
//
// Test Suite for geos::algorithm::Angle
// Ported from JTS junit/algorithm/AngleTest.java r378
#include <tut.hpp>
// geos
#include <geos/geom/Coordinate.h>
#include <geos/algorithm/Angle.h>
// std
#include <sstream>
#include <string>
#include <memory>
namespace tut
{
//
// Test Group
//
// dummy da... | 30.261538 | 78 | 0.635486 | chrisc20042001 |
71ff203e580fb36e7fcae1ec0c9d651a9578d732 | 2,741 | cpp | C++ | IrrlichtTraining/5.Quaternions/CameraAnimator.cpp | Gaetz/irrlicht-traning | 27e3d58ea94fc43aba9934faedb80b8f392fd95a | [
"MIT"
] | null | null | null | IrrlichtTraining/5.Quaternions/CameraAnimator.cpp | Gaetz/irrlicht-traning | 27e3d58ea94fc43aba9934faedb80b8f392fd95a | [
"MIT"
] | null | null | null | IrrlichtTraining/5.Quaternions/CameraAnimator.cpp | Gaetz/irrlicht-traning | 27e3d58ea94fc43aba9934faedb80b8f392fd95a | [
"MIT"
] | null | null | null | #include "CameraAnimator.h"
CameraAnimator::CameraAnimator(IVideoDriver* driver, ICursorControl* cursorControl, f32 moveSpeed, f64 rotateSpeed)
:driver(driver), cursorControl(cursorControl), moveSpeed(moveSpeed), rotateSpeed(rotateSpeed), firstFrame(true)
{
cursorOrigin = vector2df(0.5f, 0.5f);
cursorPos = cursorOr... | 25.616822 | 115 | 0.738052 | Gaetz |
9c0092ada30fe3987bc67380e473f1bbc38f75b1 | 10,922 | cc | C++ | wrappers/8.1.1/vtkUnstructuredGridHomogeneousRayIntegratorWrap.cc | axkibe/node-vtk | 900ad7b5500f672519da5aa24c99aa5a96466ef3 | [
"BSD-3-Clause"
] | 6 | 2016-02-03T12:48:36.000Z | 2020-09-16T15:07:51.000Z | wrappers/8.1.1/vtkUnstructuredGridHomogeneousRayIntegratorWrap.cc | axkibe/node-vtk | 900ad7b5500f672519da5aa24c99aa5a96466ef3 | [
"BSD-3-Clause"
] | 4 | 2016-02-13T01:30:43.000Z | 2020-03-30T16:59:32.000Z | wrappers/8.1.1/vtkUnstructuredGridHomogeneousRayIntegratorWrap.cc | axkibe/node-vtk | 900ad7b5500f672519da5aa24c99aa5a96466ef3 | [
"BSD-3-Clause"
] | null | null | null | /* this file has been autogenerated by vtkNodeJsWrap */
/* editing this might proof futile */
#define VTK_WRAPPING_CXX
#define VTK_STREAMS_FWD_ONLY
#include <nan.h>
#include "vtkUnstructuredGridVolumeRayIntegratorWrap.h"
#include "vtkUnstructuredGridHomogeneousRayIntegratorWrap.h"
#include "vtkObjectBaseWrap.h"
#incl... | 37.792388 | 166 | 0.745102 | axkibe |
9c023801d0bc5e165f8e17383a4b7c152c6185b5 | 39,321 | cpp | C++ | plugins/community/repos/Bidoo/src/LIMONADE.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/Bidoo/src/LIMONADE.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/Bidoo/src/LIMONADE.cpp | guillaume-plantevin/VeeSeeVSTRack | 76fafc8e721613669d6f5ae82a0f58ce923a91e1 | [
"Zlib",
"BSD-3-Clause"
] | 24 | 2018-07-14T21:55:30.000Z | 2021-05-04T04:20:34.000Z | #include "Bidoo.hpp"
#include "dsp/digital.hpp"
#include "BidooComponents.hpp"
#include "window.hpp"
#include <thread>
#include "dsp/resampler.hpp"
#include "dsp/fir.hpp"
#include "osdialog.h"
#include "dep/dr_wav/dr_wav.h"
#include "dep/osc/wtOsc.h"
//#include "../pffft/pffft.h"
#include "pffft.h"
#include <iostream>
... | 27.382312 | 181 | 0.692658 | guillaume-plantevin |
9c0345648a23b7bc5da4a0e01a31b38f98822216 | 37,392 | cpp | C++ | src_main/tier1/strtools.cpp | ArcadiusGFN/SourceEngine2007 | 51cd6d4f0f9ed901cb9b61456eb621a50ce44f55 | [
"bzip2-1.0.6"
] | 25 | 2018-02-28T15:04:42.000Z | 2021-08-16T03:49:00.000Z | src_main/tier1/strtools.cpp | ArcadiusGFN/SourceEngine2007 | 51cd6d4f0f9ed901cb9b61456eb621a50ce44f55 | [
"bzip2-1.0.6"
] | 1 | 2019-09-20T11:06:03.000Z | 2019-09-20T11:06:03.000Z | src_main/tier1/strtools.cpp | ArcadiusGFN/SourceEngine2007 | 51cd6d4f0f9ed901cb9b61456eb621a50ce44f55 | [
"bzip2-1.0.6"
] | 9 | 2019-07-31T11:58:20.000Z | 2021-08-31T11:18:15.000Z | // Copyright © 1996-2018, Valve Corporation, All rights reserved.
//
// Purpose: String Tools
#include "tier1/strtools.h"
// These are redefined in the project settings to prevent anyone from using
// them. We in this module are of a higher caste and thus are privileged in
// their use.
#ifdef strncpy
#undef strncpy
... | 24.030848 | 80 | 0.59478 | ArcadiusGFN |
9c061979bbec064e83aff57d0853987d44de0a6a | 1,064 | cpp | C++ | AtCoder/abc174/C.cpp | Code-With-Aagam/competitive-programming | 610520cc396fb13a03c606b5fb6739cfd68cc444 | [
"MIT"
] | 2 | 2022-02-08T12:37:41.000Z | 2022-03-09T03:48:56.000Z | AtCoder/abc174/C.cpp | iamsuryakant/competitive-programming | 413000f5bc4a627407e1335c35dcdbee516e8cc1 | [
"MIT"
] | null | null | null | AtCoder/abc174/C.cpp | iamsuryakant/competitive-programming | 413000f5bc4a627407e1335c35dcdbee516e8cc1 | [
"MIT"
] | 2 | 2021-01-23T14:35:48.000Z | 2021-03-15T05:04:24.000Z | #pragma GCC optimize("O3")
#pragma GCC optimize("Ofast")
#pragma GCC optimize("unroll-loops")
#pragma GCC optimize("no-stack-protector")
#pragma GCC optimize("fast-math")
#pragma GCC optimize("trapv")
#pragma GCC target("sse4")
#include <bits/stdc++.h>
#include <ext/pb_ds/tree_policy.hpp>
#include <ext/pb_ds... | 20.862745 | 97 | 0.615602 | Code-With-Aagam |
9c08837260a3e31b8f8e80ca66ea51be723a1386 | 13,773 | cpp | C++ | lib/SILOptimizer/Mandatory/AccessEnforcementSelection.cpp | ekhavana/swift | 7a25908491edc3027b24b47693d66e140dd56c4d | [
"Apache-2.0"
] | 1 | 2017-08-01T23:21:35.000Z | 2017-08-01T23:21:35.000Z | lib/SILOptimizer/Mandatory/AccessEnforcementSelection.cpp | AliSoftware/swift | 5daa71c8ad32a690c74185cee8abe7eb8da26c60 | [
"Apache-2.0"
] | null | null | null | lib/SILOptimizer/Mandatory/AccessEnforcementSelection.cpp | AliSoftware/swift | 5daa71c8ad32a690c74185cee8abe7eb8da26c60 | [
"Apache-2.0"
] | 1 | 2022-03-17T16:58:34.000Z | 2022-03-17T16:58:34.000Z | //===--- AccessEnforcementSelection.cpp - Select access enforcement -------===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/L... | 32.330986 | 80 | 0.688884 | ekhavana |
9c088c7bfa64c721caf8eb5b214e9a367f2d6b47 | 320 | cpp | C++ | LiteCppDB/LiteCppDB.Tests/CustomTypeTest.cpp | pnadan/LiteCppDB | cb17db1ea6d82e0c1e669b4d70271dcf9c03d1a2 | [
"MIT"
] | 2 | 2019-07-18T06:30:33.000Z | 2020-01-23T17:40:36.000Z | LiteCppDB/LiteCppDB.Tests/CustomTypeTest.cpp | pnadan/LiteCppDB | cb17db1ea6d82e0c1e669b4d70271dcf9c03d1a2 | [
"MIT"
] | null | null | null | LiteCppDB/LiteCppDB.Tests/CustomTypeTest.cpp | pnadan/LiteCppDB | cb17db1ea6d82e0c1e669b4d70271dcf9c03d1a2 | [
"MIT"
] | null | null | null | #include "stdafx.h"
#include "CustomTypeTest.h"
using namespace Microsoft::VisualStudio::CppUnitTestFramework;
namespace LiteCppDB_Tests
{
TEST_CLASS(CustomTypeTest_Test)
{
public:
TEST_METHOD(Mapper___CustomType_Test)
{
const bool m_TestImplemented = false;
Assert::IsTrue(m_TestImplemented);
}
};
} | 16.842105 | 62 | 0.765625 | pnadan |
9c08a353fbde235e87323c4be07c51cccd37a2c9 | 2,496 | cpp | C++ | test/std/localization/locales/locale.convenience/conversions/conversions.buffer/underflow.pass.cpp | AOSiP/platform_external_libcxx | eb2115113f10274c0d25523ba44c3c7373ea3209 | [
"MIT"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | test/std/localization/locales/locale.convenience/conversions/conversions.buffer/underflow.pass.cpp | AOSiP/platform_external_libcxx | eb2115113f10274c0d25523ba44c3c7373ea3209 | [
"MIT"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | test/std/localization/locales/locale.convenience/conversions/conversions.buffer/underflow.pass.cpp | AOSiP/platform_external_libcxx | eb2115113f10274c0d25523ba44c3c7373ea3209 | [
"MIT"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | //===----------------------------------------------------------------------===//
//
// 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.364706 | 80 | 0.504407 | AOSiP |
9c08ccfabfeb695b16ea3960f099286b27dbfdfd | 1,110 | cpp | C++ | DreamTools/src/Platform/Windows/WindowsInput.cpp | ASoldo/DreamTools | 9c80e25f6569482b9c29d4950ec7deb523b241f9 | [
"Apache-2.0"
] | null | null | null | DreamTools/src/Platform/Windows/WindowsInput.cpp | ASoldo/DreamTools | 9c80e25f6569482b9c29d4950ec7deb523b241f9 | [
"Apache-2.0"
] | null | null | null | DreamTools/src/Platform/Windows/WindowsInput.cpp | ASoldo/DreamTools | 9c80e25f6569482b9c29d4950ec7deb523b241f9 | [
"Apache-2.0"
] | null | null | null | #include "dtpch.h"
#include "../../DreamTools/Core/Input.h"
#include "../../DreamTools/Core/Application.h"
#include <../vendor/GLFW/include/GLFW/glfw3.h>
namespace DreamTools
{
bool Input::IsKeyPressed(KeyCode keycode)
{
auto window =static_cast<GLFWwindow*>(Application::Get().GetWindow().GetNativeWindow());
au... | 26.428571 | 91 | 0.703604 | ASoldo |
9c0974694fe9067dfe378dfa4c5a43315b713c77 | 1,310 | hpp | C++ | pcg/hw/include/krnl_vec_control.hpp | Xilinx/HPC | c5d11c41f98a6ce8fc4a3fc9e7f5a133a09a9af3 | [
"Apache-2.0"
] | 4 | 2021-08-16T18:25:48.000Z | 2022-03-22T08:49:43.000Z | pcg/hw/include/krnl_vec_control.hpp | Xilinx/HPC | c5d11c41f98a6ce8fc4a3fc9e7f5a133a09a9af3 | [
"Apache-2.0"
] | null | null | null | pcg/hw/include/krnl_vec_control.hpp | Xilinx/HPC | c5d11c41f98a6ce8fc4a3fc9e7f5a133a09a9af3 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2019-2021 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 agre... | 33.589744 | 79 | 0.691603 | Xilinx |
9c0b982344a112194080145b05d90bc6e762c438 | 4,676 | cc | C++ | DQMOffline/CalibTracker/plugins/SiStripBadComponentsDQMServiceReader.cc | nistefan/cmssw | ea13af97f7f2117a4f590a5e654e06ecd9825a5b | [
"Apache-2.0"
] | 3 | 2018-08-24T19:10:26.000Z | 2019-02-19T11:45:32.000Z | DQMOffline/CalibTracker/plugins/SiStripBadComponentsDQMServiceReader.cc | nistefan/cmssw | ea13af97f7f2117a4f590a5e654e06ecd9825a5b | [
"Apache-2.0"
] | 3 | 2018-08-23T13:40:24.000Z | 2019-12-05T21:16:03.000Z | DQMOffline/CalibTracker/plugins/SiStripBadComponentsDQMServiceReader.cc | nistefan/cmssw | ea13af97f7f2117a4f590a5e654e06ecd9825a5b | [
"Apache-2.0"
] | 5 | 2018-08-21T16:37:52.000Z | 2020-01-09T13:33:17.000Z | #include "CondFormats/SiStripObjects/interface/SiStripBadStrip.h"
#include "CondFormats/DataRecord/interface/SiStripBadStripRcd.h"
#include "DQMOffline/CalibTracker/plugins/SiStripBadComponentsDQMServiceReader.h"
#include "DataFormats/TrackerCommon/interface/TrackerTopology.h"
#include "DataFormats/SiStripDetId/interf... | 33.163121 | 149 | 0.650984 | nistefan |
9c0c873586be5f45a800af5c071a6d2c315057ed | 21,931 | cpp | C++ | 3rd-party/tbb/src/test/test_flow_graph_priorities.cpp | drobison00/taskflow | 9415c3b68fd050889f57412394933e94b74755e0 | [
"MIT"
] | 3,457 | 2018-06-09T15:36:42.000Z | 2020-06-01T22:09:25.000Z | 3rd-party/tbb/src/test/test_flow_graph_priorities.cpp | drobison00/taskflow | 9415c3b68fd050889f57412394933e94b74755e0 | [
"MIT"
] | 235 | 2020-06-02T01:26:49.000Z | 2022-03-31T01:35:31.000Z | 3rd-party/tbb/src/test/test_flow_graph_priorities.cpp | drobison00/taskflow | 9415c3b68fd050889f57412394933e94b74755e0 | [
"MIT"
] | 426 | 2018-06-06T18:01:16.000Z | 2020-06-01T05:26:17.000Z | /*
Copyright (c) 2018-2020 Intel Corporation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable la... | 35.834967 | 108 | 0.675345 | drobison00 |
9c0f65a49da5a04fdcebf5cd4ed0af3ab95362ec | 442 | cpp | C++ | 02_HSI_PLL/main.cpp | AVilezhaninov/STM32F103RB | 3aca98801c73841c1c14677ea3495008b9673690 | [
"MIT"
] | 1 | 2020-08-03T16:27:08.000Z | 2020-08-03T16:27:08.000Z | 02_HSI_PLL/main.cpp | AVilezhaninov/STM32F103RB | 3aca98801c73841c1c14677ea3495008b9673690 | [
"MIT"
] | null | null | null | 02_HSI_PLL/main.cpp | AVilezhaninov/STM32F103RB | 3aca98801c73841c1c14677ea3495008b9673690 | [
"MIT"
] | 1 | 2021-07-30T14:42:34.000Z | 2021-07-30T14:42:34.000Z | /* CMSIS */
#include "CMSIS\Device\stm32f103xb.h"
/* User */
#include "user\RCC.h"
/******************************************************************************/
/* Main ***********************************************************************/
/************************************************************************... | 26 | 80 | 0.276018 | AVilezhaninov |
9c0f7a749462b7f41131fa6fc260e8b11797a583 | 1,250 | cc | C++ | ports/www/chromium-legacy/newport/files/patch-third__party_crashpad_crashpad_util_posix_signals.cc | danielfojt/DeltaPorts | 5710b4af4cacca5eb1ac577df304c788c07c4217 | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | ports/www/chromium-legacy/newport/files/patch-third__party_crashpad_crashpad_util_posix_signals.cc | danielfojt/DeltaPorts | 5710b4af4cacca5eb1ac577df304c788c07c4217 | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | ports/www/chromium-legacy/newport/files/patch-third__party_crashpad_crashpad_util_posix_signals.cc | danielfojt/DeltaPorts | 5710b4af4cacca5eb1ac577df304c788c07c4217 | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | --- third_party/crashpad/crashpad/util/posix/signals.cc.orig 2019-03-11 22:01:15 UTC
+++ third_party/crashpad/crashpad/util/posix/signals.cc
@@ -45,10 +45,10 @@ constexpr int kCrashSignals[] = {
#if defined(SIGEMT)
SIGEMT,
#endif // defined(SIGEMT)
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD... | 30.487805 | 84 | 0.6328 | danielfojt |
9c10497e59a766a2679d3ff4018e3f0ff05aba9f | 5,058 | cpp | C++ | Engine/Scene/Logic/SceneLogicMainThread.cpp | azhirnov/GraphicsGenFramework-modular | 348be601f1991f102defa0c99250529f5e44c4d3 | [
"BSD-2-Clause"
] | 12 | 2017-12-23T14:24:57.000Z | 2020-10-02T19:52:12.000Z | Engine/Scene/Logic/SceneLogicMainThread.cpp | azhirnov/ModularGraphicsFramework | 348be601f1991f102defa0c99250529f5e44c4d3 | [
"BSD-2-Clause"
] | null | null | null | Engine/Scene/Logic/SceneLogicMainThread.cpp | azhirnov/ModularGraphicsFramework | 348be601f1991f102defa0c99250529f5e44c4d3 | [
"BSD-2-Clause"
] | null | null | null | // Copyright (c) Zhirnov Andrey. For more information see 'LICENSE.txt'
#include "Engine/Scene/Public/Scene.h"
#include "Engine/Scene/Impl/SceneObjectConstructor.h"
#include "Engine/Scene/Impl/BaseSceneModule.h"
namespace Engine
{
namespace Scene
{
//
// Scene Logic Main Thread
//
class SceneLogicMainThread fi... | 26.904255 | 135 | 0.583432 | azhirnov |
9c10728d10c4f399ddbd15b50b7d51ef40418fe2 | 6,239 | cpp | C++ | src/SHA3.cpp | Jonas4420/Crypto | 4fda1854c838407e6cbfb0ffaf862609eaac203a | [
"MIT"
] | null | null | null | src/SHA3.cpp | Jonas4420/Crypto | 4fda1854c838407e6cbfb0ffaf862609eaac203a | [
"MIT"
] | null | null | null | src/SHA3.cpp | Jonas4420/Crypto | 4fda1854c838407e6cbfb0ffaf862609eaac203a | [
"MIT"
] | null | null | null | #include "crypto/SHA3.hpp"
#include <cstring>
#if defined(_MSC_VER) || defined(__WATCOMC__)
#define UL64(x) x##ui64
#else
#define UL64(x) x##ULL
#endif
#define GET_UINT64(n, b, i) \
{ \
(n) = ((uint64_t)(b)[(i) ] ) \
| ((ui... | 26.548936 | 85 | 0.532617 | Jonas4420 |
9c118ebbd51afe5bfaeb80b9b31374eb5cc50cb1 | 9,133 | cc | C++ | content/renderer/render_frame_metadata_observer_impl.cc | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | content/renderer/render_frame_metadata_observer_impl.cc | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | content/renderer/render_frame_metadata_observer_impl.cc | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/renderer/render_frame_metadata_observer_impl.h"
#include <cmath>
#include "base/trace_event/trace_event.h"
#include "build/build_confi... | 41.703196 | 80 | 0.751779 | sarang-apps |
9c13289143115c039132755ea7f3009b100f846a | 21,471 | cpp | C++ | src/Communication/LSMSCommunication.cpp | JefferyQ/lsms | 2d975008a829b328161f503109e324a9eae26768 | [
"BSD-3-Clause"
] | 1 | 2019-09-17T18:35:52.000Z | 2019-09-17T18:35:52.000Z | src/Communication/LSMSCommunication.cpp | JefferyQ/lsms | 2d975008a829b328161f503109e324a9eae26768 | [
"BSD-3-Clause"
] | null | null | null | src/Communication/LSMSCommunication.cpp | JefferyQ/lsms | 2d975008a829b328161f503109e324a9eae26768 | [
"BSD-3-Clause"
] | null | null | null | /* -*- c-file-style: "bsd"; c-basic-offset: 2; indent-tabs-mode: nil -*- */
#include <mpi.h>
#include "LSMSCommunication.hpp"
// #define USE_ISEND
void initializeCommunication(LSMSCommunication &comm)
{
MPI_Init(NULL,NULL);
comm.comm=MPI_COMM_WORLD;
MPI_Comm_rank(comm.comm, &comm.rank);
MPI_Comm_size(comm.com... | 41.610465 | 113 | 0.690047 | JefferyQ |
9c14cac53f790086345d1d6fcfec788f5436b805 | 8,862 | cpp | C++ | test/integration_tests/src/test_version1.cpp | tcpcloud/debian-cassandra-cpp-driver | ad8e5b713dc8501620c890ba090963bb7b12de69 | [
"Apache-2.0"
] | 1 | 2021-12-18T04:23:26.000Z | 2021-12-18T04:23:26.000Z | test/integration_tests/src/test_version1.cpp | tcpcloud/debian-cassandra-cpp-driver | ad8e5b713dc8501620c890ba090963bb7b12de69 | [
"Apache-2.0"
] | 1 | 2021-08-20T19:03:52.000Z | 2021-08-20T19:03:52.000Z | test/integration_tests/src/test_version1.cpp | tcpcloud/debian-cassandra-cpp-driver | ad8e5b713dc8501620c890ba090963bb7b12de69 | [
"Apache-2.0"
] | 5 | 2016-05-03T15:53:22.000Z | 2021-08-20T19:03:08.000Z | /*
Copyright (c) 2014-2016 DataStax
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 writing... | 41.801887 | 143 | 0.715527 | tcpcloud |
9c180259393eafb38a8b2b4009648ce0670cdfde | 2,124 | hpp | C++ | KFContrib/KFCore/KFRecord.hpp | 282951387/KFrame | 5d6e953f7cc312321c36632715259394ca67144c | [
"Apache-2.0"
] | 1 | 2021-04-26T09:31:32.000Z | 2021-04-26T09:31:32.000Z | KFContrib/KFCore/KFRecord.hpp | 282951387/KFrame | 5d6e953f7cc312321c36632715259394ca67144c | [
"Apache-2.0"
] | null | null | null | KFContrib/KFCore/KFRecord.hpp | 282951387/KFrame | 5d6e953f7cc312321c36632715259394ca67144c | [
"Apache-2.0"
] | null | null | null | #ifndef __KF_RECORD_H__
#define __KF_RECORD_H__
#include "KFData.h"
#include "KFMap.h"
namespace KFrame
{
class KFRecord : public KFData
{
public:
KFRecord();
virtual ~KFRecord() = default;
virtual void Reset( bool isdelete = true );
// 是否有效
virtual bool IsValid(... | 31.701493 | 121 | 0.553672 | 282951387 |
9c1a7d974411924064a1eb05a202148e36c63e19 | 4,258 | cpp | C++ | test/threads/ThreadsServer.cpp | pbhide/thrift | 23fefaa19511b502f4977036bff7c4b967b5829c | [
"Apache-2.0"
] | 51 | 2015-01-02T04:10:26.000Z | 2020-11-21T16:33:19.000Z | test/threads/ThreadsServer.cpp | pbhide/thrift | 23fefaa19511b502f4977036bff7c4b967b5829c | [
"Apache-2.0"
] | 58 | 2015-01-29T15:52:19.000Z | 2016-04-19T08:19:02.000Z | test/threads/ThreadsServer.cpp | pbhide/thrift | 23fefaa19511b502f4977036bff7c4b967b5829c | [
"Apache-2.0"
] | 8 | 2015-03-16T11:03:41.000Z | 2019-07-11T06:39:31.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 ma... | 29.985915 | 82 | 0.675434 | pbhide |
9c1b42c946cd20a121ded45e4b1d658a158e200f | 5,248 | cpp | C++ | data-logger/src/image_logging/winrtcapture/maingui.cpp | linklab-uva/deepracing | fc25c47658277df029e7399d295d97a75fe85216 | [
"Apache-2.0"
] | 11 | 2020-06-29T15:21:37.000Z | 2021-04-12T00:42:26.000Z | data-logger/src/image_logging/winrtcapture/maingui.cpp | linklab-uva/deepracing | fc25c47658277df029e7399d295d97a75fe85216 | [
"Apache-2.0"
] | null | null | null | data-logger/src/image_logging/winrtcapture/maingui.cpp | linklab-uva/deepracing | fc25c47658277df029e7399d295d97a75fe85216 | [
"Apache-2.0"
] | 4 | 2019-01-23T23:36:57.000Z | 2021-07-02T00:18:37.000Z | //*********************************************************
//
// Copyright (c) Microsoft. All rights reserved.
// This code is licensed under the MIT License (MIT).
// THE SOFTWARE IS PROVIDED �AS IS�, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
// INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,... | 28.367568 | 134 | 0.655488 | linklab-uva |
9c1b84994f8940557b539576cd9ad0a86c1acdb3 | 659 | cpp | C++ | android-31/android/service/autofill/FillCallback.cpp | YJBeetle/QtAndroidAPI | 1468b5dc6eafaf7709f0b00ba1a6ec2b70684266 | [
"Apache-2.0"
] | 12 | 2020-03-26T02:38:56.000Z | 2022-03-14T08:17:26.000Z | android-31/android/service/autofill/FillCallback.cpp | YJBeetle/QtAndroidAPI | 1468b5dc6eafaf7709f0b00ba1a6ec2b70684266 | [
"Apache-2.0"
] | 1 | 2021-01-27T06:07:45.000Z | 2021-11-13T19:19:43.000Z | android-29/android/service/autofill/FillCallback.cpp | YJBeetle/QtAndroidAPI | 1468b5dc6eafaf7709f0b00ba1a6ec2b70684266 | [
"Apache-2.0"
] | 3 | 2021-02-02T12:34:55.000Z | 2022-03-08T07:45:57.000Z | #include "./FillResponse.hpp"
#include "../../../JString.hpp"
#include "./FillCallback.hpp"
namespace android::service::autofill
{
// Fields
// QJniObject forward
FillCallback::FillCallback(QJniObject obj) : JObject(obj) {}
// Constructors
// Methods
void FillCallback::onFailure(JString arg0) const
{
ca... | 19.969697 | 82 | 0.685888 | YJBeetle |
9c1cc7e9ef0bb46fcd06665a22749028e823aa4e | 624 | hpp | C++ | fixp/ref_data.hpp | mdobrea/effective-fix | 0dc8013a8470366f99281f191ea4379d59ef761a | [
"BSD-2-Clause"
] | 3 | 2016-08-08T08:05:11.000Z | 2021-02-02T09:11:35.000Z | fixp/ref_data.hpp | mdobrea/effective-fix | 0dc8013a8470366f99281f191ea4379d59ef761a | [
"BSD-2-Clause"
] | null | null | null | fixp/ref_data.hpp | mdobrea/effective-fix | 0dc8013a8470366f99281f191ea4379d59ef761a | [
"BSD-2-Clause"
] | 1 | 2019-12-29T22:19:47.000Z | 2019-12-29T22:19:47.000Z | /*
* ref_data.hpp
*
* Created on: 27.11.2014
* Author: Marius
*/
#ifndef FIXP_REF_DATA_HPP_
#define FIXP_REF_DATA_HPP_
#include <boost/container/flat_set.hpp>
#include <boost/optional.hpp>
#include <boost/property_tree/ptree.hpp>
#include <string>
namespace fixp
{
class dictionary
{
public:
using tree... | 14.857143 | 63 | 0.741987 | mdobrea |
9c1f08728030b04726c29fe164c1133bec20e289 | 4,141 | cc | C++ | views/widget/root_view_drop_target.cc | zachlatta/chromium | c4625eefca763df86471d798ee5a4a054b4716ae | [
"BSD-3-Clause"
] | 1 | 2021-09-24T22:49:10.000Z | 2021-09-24T22:49:10.000Z | views/widget/root_view_drop_target.cc | changbai1980/chromium | c4625eefca763df86471d798ee5a4a054b4716ae | [
"BSD-3-Clause"
] | null | null | null | views/widget/root_view_drop_target.cc | changbai1980/chromium | c4625eefca763df86471d798ee5a4a054b4716ae | [
"BSD-3-Clause"
] | null | null | null | // Copyright (c) 2006-2008 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 "views/widget/root_view_drop_target.h"
#include "app/drag_drop_types.h"
#include "base/gfx/point.h"
#include "views/widget/root_view.h"... | 34.798319 | 80 | 0.688964 | zachlatta |
9c1f9b2a12ceddb16e01dd4b5bb2ce1324bf054a | 657 | cpp | C++ | Notes_Week4/pointerAndFunction.cpp | WeiChienHsu/CS165 | 65e95efc90415c8acc707e2d544eb384d3982e18 | [
"MIT"
] | 1 | 2019-01-06T22:36:01.000Z | 2019-01-06T22:36:01.000Z | Notes_Week4/pointerAndFunction.cpp | WeiChienHsu/CS165 | 65e95efc90415c8acc707e2d544eb384d3982e18 | [
"MIT"
] | null | null | null | Notes_Week4/pointerAndFunction.cpp | WeiChienHsu/CS165 | 65e95efc90415c8acc707e2d544eb384d3982e18 | [
"MIT"
] | null | null | null | #include <iostream>
using namespace std;
int SumOfElements(int *A, int size) {
int i, sum = 0;
cout << "Size of A[] in sum function: " << sizeof(A) << endl;
for(i = 0; i < size; i++) {
sum += A[i];
}
cout << "Size of A[0] in sum function: " << sizeof(A[0]) << endl;
return sum;
}
int main() {
int A[] ... | 31.285714 | 69 | 0.550989 | WeiChienHsu |
9c2253e1f9a926b0c2b53647ec322fc93ddf329a | 566 | cpp | C++ | UVa/Competitive_Programming_Exercises/02-Data_Structures_and_Libraries/01-Linear_Data_Structures_with_Built-in_Libraries/04-Bit_Manipulation/01241.cpp | TISparta/competitive-programming-solutions | 31987d4e67bb874bf15653565c6418b5605a20a8 | [
"MIT"
] | 1 | 2018-01-30T13:21:30.000Z | 2018-01-30T13:21:30.000Z | UVa/Competitive_Programming_Exercises/02-Data_Structures_and_Libraries/01-Linear_Data_Structures_with_Built-in_Libraries/04-Bit_Manipulation/01241.cpp | TISparta/competitive-programming-solutions | 31987d4e67bb874bf15653565c6418b5605a20a8 | [
"MIT"
] | null | null | null | UVa/Competitive_Programming_Exercises/02-Data_Structures_and_Libraries/01-Linear_Data_Structures_with_Built-in_Libraries/04-Bit_Manipulation/01241.cpp | TISparta/competitive-programming-solutions | 31987d4e67bb874bf15653565c6418b5605a20a8 | [
"MIT"
] | 1 | 2018-08-29T13:26:50.000Z | 2018-08-29T13:26:50.000Z | #include <bits/stdc++.h>
using namespace std;
int a[1<<11];
int main(){
int c, tmp, lim, ans, n, m;
scanf("%d", &c);
while(c--){
ans = 0;
scanf("%d %d", &n, &m);
lim = 1<<n;
memset(a, 1, sizeof a);
for(int i = 0; i < m; i++) scanf("%d", &tmp), a[tmp - 1] = 0;
while(lim !=... | 20.962963 | 71 | 0.35689 | TISparta |
9c22fba7e42756dde106d5d687c2b7eab3933e79 | 4,362 | cpp | C++ | local_planner/src/utils/trajectory_simulator.cpp | Mekiso/avoidance | 2329f84c03f2ea4bedbbae690f0f0052b1b868a8 | [
"BSD-3-Clause"
] | 3 | 2019-10-13T11:47:41.000Z | 2022-02-27T22:18:46.000Z | local_planner/src/utils/trajectory_simulator.cpp | Mekiso/avoidance | 2329f84c03f2ea4bedbbae690f0f0052b1b868a8 | [
"BSD-3-Clause"
] | 1 | 2020-08-24T03:28:49.000Z | 2020-08-24T03:28:49.000Z | local_planner/src/utils/trajectory_simulator.cpp | Mekiso/avoidance | 2329f84c03f2ea4bedbbae690f0f0052b1b868a8 | [
"BSD-3-Clause"
] | 1 | 2019-10-12T17:07:01.000Z | 2019-10-12T17:07:01.000Z | #include "local_planner/trajectory_simulator.h"
#include <cfloat>
namespace {
Eigen::Vector3f xy_norm_z_clamp(const Eigen::Vector3f& val, float max_xy_norm,
float min_z, float max_z) {
Eigen::Vector3f result;
result.topRows<2>() = avoidance::norm_clamp<2>(val.topRows<2>(), max_xy_n... | 40.388889 | 80 | 0.694177 | Mekiso |
9c23f1fc735f81c13b11658de35b1eb269cb2b38 | 10,940 | hpp | C++ | include/UnityEngine/TextCore/FaceInfo.hpp | darknight1050/BeatSaber-Quest-Codegen | a6eeecc3f0e8f6079630f9a9a72b3121ac7b2032 | [
"Unlicense"
] | null | null | null | include/UnityEngine/TextCore/FaceInfo.hpp | darknight1050/BeatSaber-Quest-Codegen | a6eeecc3f0e8f6079630f9a9a72b3121ac7b2032 | [
"Unlicense"
] | null | null | null | include/UnityEngine/TextCore/FaceInfo.hpp | darknight1050/BeatSaber-Quest-Codegen | a6eeecc3f0e8f6079630f9a9a72b3121ac7b2032 | [
"Unlicense"
] | null | null | null | // Autogenerated from CppHeaderCreator
// Created by Sc2ad
// =========================================================================
#pragma once
// Begin includes
// Including type: System.ValueType
#include "System/ValueType.hpp"
// Completed includes
// Begin il2cpp-utils forward declares
struct Il2CppSt... | 40.669145 | 1,216 | 0.68245 | darknight1050 |
9c243a0582385430145d6e18aa2661e5c223f9fe | 196 | hpp | C++ | include/graphs.hpp | hashb/algorithms | 07e18e80c1b33ea166617450897defc9baf7f7a0 | [
"MIT"
] | null | null | null | include/graphs.hpp | hashb/algorithms | 07e18e80c1b33ea166617450897defc9baf7f7a0 | [
"MIT"
] | null | null | null | include/graphs.hpp | hashb/algorithms | 07e18e80c1b33ea166617450897defc9baf7f7a0 | [
"MIT"
] | null | null | null | #pragma once
#include <iostream>
#include <vector>
#include <memory>
namespace skiena {
struct Node {
int val;
int weight;
std::unique_ptr<Node> children;
};
}
| 12.25 | 39 | 0.591837 | hashb |
9c26c6e7356900c151dca8033b989212fbad165e | 819 | cpp | C++ | sorts/cycle_sort/main.cpp | Kingcitaldo125/Sorts | ce6d60359497490e982640de39370d56d4f17eba | [
"Apache-2.0"
] | null | null | null | sorts/cycle_sort/main.cpp | Kingcitaldo125/Sorts | ce6d60359497490e982640de39370d56d4f17eba | [
"Apache-2.0"
] | 5 | 2021-12-21T13:08:27.000Z | 2022-01-17T14:37:41.000Z | sorts/cycle_sort/main.cpp | Kingcitaldo125/Sorts | ce6d60359497490e982640de39370d56d4f17eba | [
"Apache-2.0"
] | null | null | null | #include <algorithm>
#include <iostream>
#include <vector>
#include "SortUtils.hpp"
void cycle_sort(std::vector<int> &mints) {
auto i = mints.begin();
while (1) {
auto scount = std::count_if(mints.begin(), mints.end(),
[&](const auto &itm) { return *i > itm; });
... | 21.552632 | 76 | 0.527473 | Kingcitaldo125 |
9c27834f18dfb9c63683d98a25bc65a42457ef5a | 11,545 | cpp | C++ | src/Conversion/ONNXToKrnl/Math/Softmax.cpp | MikeHolman/onnx-mlir | 7cf7ceddf4e5ae1295dff51bf4bc8ef97e567a57 | [
"Apache-2.0"
] | 272 | 2020-02-20T06:19:18.000Z | 2022-03-29T05:34:22.000Z | src/Conversion/ONNXToKrnl/Math/Softmax.cpp | lipracer/onnx-mlir | ecacba10912457d91cfe66799ae2d4408ed85af7 | [
"Apache-2.0"
] | 1,107 | 2020-02-29T00:22:00.000Z | 2022-03-31T23:50:22.000Z | src/Conversion/ONNXToKrnl/Math/Softmax.cpp | lipracer/onnx-mlir | ecacba10912457d91cfe66799ae2d4408ed85af7 | [
"Apache-2.0"
] | 157 | 2020-02-27T18:20:36.000Z | 2022-03-30T20:34:57.000Z | /*
* SPDX-License-Identifier: Apache-2.0
*/
//===----------------- Softmax.cpp - Softmax Op ---------------------------===//
//
// Copyright 2019 The IBM Research Authors.
//
// =============================================================================
//
// This file lowers ONNX softmax operator to Krnl dialect.... | 40.226481 | 80 | 0.651537 | MikeHolman |
9c27b380a2a20aba338f8c87d9ad9c0b45d217c2 | 18,397 | cpp | C++ | source/form_tools.cpp | smaslan/spellcross-map-edit | 577ce6f23dff38922f7484fe2ab2f9b67ddafe05 | [
"MIT"
] | null | null | null | source/form_tools.cpp | smaslan/spellcross-map-edit | 577ce6f23dff38922f7484fe2ab2f9b67ddafe05 | [
"MIT"
] | null | null | null | source/form_tools.cpp | smaslan/spellcross-map-edit | 577ce6f23dff38922f7484fe2ab2f9b67ddafe05 | [
"MIT"
] | null | null | null | ///////////////////////////////////////////////////////////////////////////
// C++ code generated with wxFormBuilder (version 3.10.1-0-g8feb16b3)
// http://www.wxformbuilder.org/
//
// PLEASE DO *NOT* EDIT THIS FILE!
///////////////////////////////////////////////////////////////////////////
#include "form_tools.h"
/... | 29.720517 | 201 | 0.715117 | smaslan |
9c280c3965c221995c504803720e83c730c53f8e | 11,034 | cpp | C++ | test/TestProviders/MultithreadingTests/MultithreadingSampleProvider.cpp | natronkeltner/openpegasus | e64f383c1ed37826041fc63e83b4e65fc1c679ae | [
"ICU",
"Unlicense",
"OpenSSL",
"MIT"
] | 1 | 2021-11-12T21:28:50.000Z | 2021-11-12T21:28:50.000Z | test/TestProviders/MultithreadingTests/MultithreadingSampleProvider.cpp | natronkeltner/openpegasus | e64f383c1ed37826041fc63e83b4e65fc1c679ae | [
"ICU",
"Unlicense",
"OpenSSL",
"MIT"
] | 39 | 2021-01-18T19:28:41.000Z | 2022-03-27T20:55:36.000Z | test/TestProviders/MultithreadingTests/MultithreadingSampleProvider.cpp | natronkeltner/openpegasus | e64f383c1ed37826041fc63e83b4e65fc1c679ae | [
"ICU",
"Unlicense",
"OpenSSL",
"MIT"
] | 4 | 2021-07-09T12:52:33.000Z | 2021-12-21T15:05:59.000Z | //%LICENSE////////////////////////////////////////////////////////////////
//
// Licensed to The Open Group (TOG) under one or more contributor license
// agreements. Refer to the OpenPegasusNOTICE.txt file distributed with
// this work for additional information regarding copyright ownership.
// Each contributor lice... | 31.525714 | 80 | 0.650988 | natronkeltner |
9c2906826c94bd815cf6cdf778546f56b3d5bcff | 6,557 | cpp | C++ | src/devices/bus/vsmile/vsmile_slot.cpp | Robbbert/messui | 49b756e2140d8831bc81335298ee8c5471045e79 | [
"BSD-3-Clause"
] | 26 | 2015-03-31T06:25:51.000Z | 2021-12-14T09:29:04.000Z | src/devices/bus/vsmile/vsmile_slot.cpp | Robbbert/messui | 49b756e2140d8831bc81335298ee8c5471045e79 | [
"BSD-3-Clause"
] | null | null | null | src/devices/bus/vsmile/vsmile_slot.cpp | Robbbert/messui | 49b756e2140d8831bc81335298ee8c5471045e79 | [
"BSD-3-Clause"
] | 10 | 2015-03-27T05:45:51.000Z | 2022-02-04T06:57:36.000Z | // license:BSD-3-Clause
// copyright-holders:Ryan Holtz
/***********************************************************************************************************
V.Smile cart emulation
(through slot devices)
**************************************************************************************************... | 25.814961 | 157 | 0.519445 | Robbbert |
9c2cd888692b4e9289227ce199e7634e353862b2 | 25,829 | cc | C++ | cpp/src/arrow/array/array_binary_test.cc | H-Plus-Time/arrow | 3586292d62c8c348e9fb85676eb524cde53179cf | [
"CC-BY-3.0",
"Apache-2.0",
"CC0-1.0"
] | 40 | 2018-07-12T03:57:58.000Z | 2021-12-31T00:20:50.000Z | cpp/src/arrow/array/array_binary_test.cc | H-Plus-Time/arrow | 3586292d62c8c348e9fb85676eb524cde53179cf | [
"CC-BY-3.0",
"Apache-2.0",
"CC0-1.0"
] | 5 | 2019-11-01T01:20:33.000Z | 2021-09-03T15:49:01.000Z | cpp/src/arrow/array/array_binary_test.cc | H-Plus-Time/arrow | 3586292d62c8c348e9fb85676eb524cde53179cf | [
"CC-BY-3.0",
"Apache-2.0",
"CC0-1.0"
] | 22 | 2018-07-12T06:16:57.000Z | 2022-01-15T03:38:51.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... | 31.730958 | 90 | 0.659104 | H-Plus-Time |
9c2f9bf6a654f9ad2bfb3764e933f566e9789ed9 | 18,582 | cc | C++ | third_party/blink/renderer/core/html/parser/html_document_parser_loading_test.cc | mghgroup/Glide-Browser | 6a4c1eaa6632ec55014fee87781c6bbbb92a2af5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | third_party/blink/renderer/core/html/parser/html_document_parser_loading_test.cc | mghgroup/Glide-Browser | 6a4c1eaa6632ec55014fee87781c6bbbb92a2af5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | third_party/blink/renderer/core/html/parser/html_document_parser_loading_test.cc | mghgroup/Glide-Browser | 6a4c1eaa6632ec55014fee87781c6bbbb92a2af5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 2 | 2021-01-05T23:43:46.000Z | 2021-01-07T23:36:34.000Z | // Copyright 2017 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 "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/html/pa... | 34.284133 | 101 | 0.689538 | mghgroup |
9c30089d944b9bbb69b07f941d1f5ac419a098bb | 153 | cpp | C++ | src/Factory/AFactory.cpp | codeOverFlow/Stickman-project | cdaa582fc147bca68fbd079eaa6618fb86f70052 | [
"MIT"
] | null | null | null | src/Factory/AFactory.cpp | codeOverFlow/Stickman-project | cdaa582fc147bca68fbd079eaa6618fb86f70052 | [
"MIT"
] | null | null | null | src/Factory/AFactory.cpp | codeOverFlow/Stickman-project | cdaa582fc147bca68fbd079eaa6618fb86f70052 | [
"MIT"
] | null | null | null | #include "../../include/Factory/AFactory.h"
AFactory::~AFactory(){
}
IBlock* AFactory::createBlock(char c) {
m_block = build(c);
return m_block;
}
| 15.3 | 43 | 0.666667 | codeOverFlow |
9c31324722350363754ca4067c2b6f9429f682fd | 664 | cpp | C++ | cipher/vignere/test/test1.cpp | akm-hub/algorithms | 77c6471698665e676d0a59b079ad4a6289097421 | [
"MIT"
] | null | null | null | cipher/vignere/test/test1.cpp | akm-hub/algorithms | 77c6471698665e676d0a59b079ad4a6289097421 | [
"MIT"
] | null | null | null | cipher/vignere/test/test1.cpp | akm-hub/algorithms | 77c6471698665e676d0a59b079ad4a6289097421 | [
"MIT"
] | null | null | null | /**
* @purpose Vignere crypto driver code
*
* @author Ashish
* @license MIT license
* @version 1.0, Doxygen compatible comments
*/
#include <iostream>
#include <string>
#include "vignere.h"
int main() {
/// Create a cipher using the first 16 bytes of the passphrase
Vignere *vignere = new Vignere(... | 25.538462 | 66 | 0.646084 | akm-hub |
9c32701633f5a145f3c5fbeca276e27fb4850050 | 1,299 | cpp | C++ | STF/Source/HAL/x86/HALSTFDataManipulation.cpp | rerunner/STCM_driver | 8fef3dd7327812fd317fdb0e6fab8d36e345a505 | [
"BSD-3-Clause"
] | null | null | null | STF/Source/HAL/x86/HALSTFDataManipulation.cpp | rerunner/STCM_driver | 8fef3dd7327812fd317fdb0e6fab8d36e345a505 | [
"BSD-3-Clause"
] | null | null | null | STF/Source/HAL/x86/HALSTFDataManipulation.cpp | rerunner/STCM_driver | 8fef3dd7327812fd317fdb0e6fab8d36e345a505 | [
"BSD-3-Clause"
] | null | null | null | //
// Platform: Win32
//
#include "STF/Interface/Types/STFBasicTypes.h"
void MUL32x32(uint32 op1, uint32 op2, uint32 & upper, uint32 & lower)
{
uint32 u, l;
__asm {
mov eax, op1
mov edx, op2
mul edx
mov u, edx
mov l, eax
}
upper = u;
lower = l;
}
uint32 DIV64x32(ui... | 13.967742 | 92 | 0.451886 | rerunner |
9c33dd86bf22e47fcaca38b2ed05f7d4a9e4d30c | 3,910 | cc | C++ | tests/api/mpi/coll/coll12.cc | minyee/sst-macro | fd2c52b3872b9c49af77f5f82b3177cc7bbe403c | [
"BSD-Source-Code"
] | 4 | 2017-11-18T22:49:38.000Z | 2021-01-22T18:33:50.000Z | tests/api/mpi/coll/coll12.cc | minyee/sst-macro | fd2c52b3872b9c49af77f5f82b3177cc7bbe403c | [
"BSD-Source-Code"
] | null | null | null | tests/api/mpi/coll/coll12.cc | minyee/sst-macro | fd2c52b3872b9c49af77f5f82b3177cc7bbe403c | [
"BSD-Source-Code"
] | 1 | 2018-02-21T11:39:08.000Z | 2018-02-21T11:39:08.000Z | /**
Copyright 2009-2017 National Technology and Engineering Solutions of Sandia,
LLC (NTESS). Under the terms of Contract DE-NA-0003525, the U.S. Government
retains certain rights in this software.
Sandia National Laboratories is a multimission laboratory managed and operated
by National Technology and Engineering... | 34.298246 | 83 | 0.696164 | minyee |
9c344f36bdc61fc3d481769ae5c01264f00f396d | 3,539 | hpp | C++ | source/FAST/Data/ImagePyramid.hpp | khangthk/FAST | 2526a1241372ce3ace827cc4790e8480bff432ca | [
"BSD-2-Clause"
] | null | null | null | source/FAST/Data/ImagePyramid.hpp | khangthk/FAST | 2526a1241372ce3ace827cc4790e8480bff432ca | [
"BSD-2-Clause"
] | null | null | null | source/FAST/Data/ImagePyramid.hpp | khangthk/FAST | 2526a1241372ce3ace827cc4790e8480bff432ca | [
"BSD-2-Clause"
] | null | null | null | #pragma once
#include <FAST/Data/SpatialDataObject.hpp>
#include <FAST/Data/Access/Access.hpp>
#include <FAST/Data/Access/ImagePyramidAccess.hpp>
#include <set>
namespace fast {
class Image;
/**
* @brief Image compression types for ImagePyramids (TIFF)
*
* @ingroup wsi
*/
enum class ImageCompression {
UNSP... | 33.704762 | 149 | 0.669398 | khangthk |
9c34e89084fd5b55d6c375cd4b810c66235755ac | 155 | hxx | C++ | src/Providers/UNIXProviders/EndpointForIPNetworkConnection/UNIX_EndpointForIPNetworkConnection_STUB.hxx | brunolauze/openpegasus-providers-old | b00f1aad575bae144b8538bf57ba5fd5582a4ec7 | [
"MIT"
] | 1 | 2020-10-12T09:00:09.000Z | 2020-10-12T09:00:09.000Z | src/Providers/UNIXProviders/EndpointForIPNetworkConnection/UNIX_EndpointForIPNetworkConnection_STUB.hxx | brunolauze/openpegasus-providers-old | b00f1aad575bae144b8538bf57ba5fd5582a4ec7 | [
"MIT"
] | null | null | null | src/Providers/UNIXProviders/EndpointForIPNetworkConnection/UNIX_EndpointForIPNetworkConnection_STUB.hxx | brunolauze/openpegasus-providers-old | b00f1aad575bae144b8538bf57ba5fd5582a4ec7 | [
"MIT"
] | null | null | null | #ifdef PEGASUS_OS_STUB
#ifndef __UNIX_ENDPOINTFORIPNETWORKCONNECTION_PRIVATE_H
#define __UNIX_ENDPOINTFORIPNETWORKCONNECTION_PRIVATE_H
#endif
#endif
| 12.916667 | 55 | 0.877419 | brunolauze |
9c354af0a683e1c625ce7c9ef1029bb34018211b | 746 | cpp | C++ | src/UIHandle.cpp | joshrose/audacity | e2b1a2be6b92661628bbb054f915bc50b211c020 | [
"CC-BY-3.0"
] | 2 | 2021-05-26T18:08:59.000Z | 2021-09-21T16:50:39.000Z | src/UIHandle.cpp | joshrose/audacity | e2b1a2be6b92661628bbb054f915bc50b211c020 | [
"CC-BY-3.0"
] | 70 | 2021-07-18T18:11:53.000Z | 2021-12-05T20:22:15.000Z | src/UIHandle.cpp | joshrose/audacity | e2b1a2be6b92661628bbb054f915bc50b211c020 | [
"CC-BY-3.0"
] | 2 | 2021-09-08T18:12:22.000Z | 2021-12-24T16:39:47.000Z | /**********************************************************************
Audacity: A Digital Audio Editor
UIHandle.cpp
Paul Licameli
**********************************************************************/
#include "UIHandle.h"
#include "RefreshCode.h"
UIHandle::~UIHandle()
{
}
void UIHandle::Enter(bool, Audacit... | 13.087719 | 71 | 0.571046 | joshrose |
9c37989cc3fe6e318742dd88771dc2e93cb224f2 | 1,535 | cpp | C++ | tests/dxbc/test_dxbc_compiler.cpp | oltolm/dxvk | 687efdd4b45dd7b5c423581e197cfd317b1795d4 | [
"Zlib"
] | 1 | 2022-01-28T18:30:32.000Z | 2022-01-28T18:30:32.000Z | tests/dxbc/test_dxbc_compiler.cpp | oltolm/dxvk | 687efdd4b45dd7b5c423581e197cfd317b1795d4 | [
"Zlib"
] | null | null | null | tests/dxbc/test_dxbc_compiler.cpp | oltolm/dxvk | 687efdd4b45dd7b5c423581e197cfd317b1795d4 | [
"Zlib"
] | null | null | null | #include <fstream>
#include "../../src/dxbc/dxbc_module.h"
#include "../../src/dxvk/dxvk_shader.h"
#include <shellapi.h>
#include <windows.h>
namespace dxvk {
Logger Logger::s_instance(L"dxbc-compiler.log");
}
using namespace dxvk;
int WINAPI WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstanc... | 26.929825 | 66 | 0.646906 | oltolm |
9c399dd6dae3c207cde1078bcbf39c9c0a9958e5 | 193 | hpp | C++ | include/ZombieArena.hpp | felixny/Arena | 24d6b02584129a8c7db706c6f768ac9986e4b9ae | [
"MIT"
] | null | null | null | include/ZombieArena.hpp | felixny/Arena | 24d6b02584129a8c7db706c6f768ac9986e4b9ae | [
"MIT"
] | null | null | null | include/ZombieArena.hpp | felixny/Arena | 24d6b02584129a8c7db706c6f768ac9986e4b9ae | [
"MIT"
] | null | null | null | #pragma once
#include "Zombie.hpp"
#include <SFML/Graphics.hpp>
using namespace sf;
int createBackground(VertexArray& rVA, IntRect arena);
Zombie* createHorde(int numZombies, IntRect arena);
| 21.444444 | 54 | 0.782383 | felixny |
9c3b381c920b4236630f8fd59a5f7ee01ce35184 | 1,058 | cpp | C++ | C++Server/MCS/src/ExternalIF.cpp | IncompleteWorlds/01_gs4cubesat | 4386a3a8b984e96cab364bab83fc2fb49aa5cc3d | [
"RSA-MD"
] | null | null | null | C++Server/MCS/src/ExternalIF.cpp | IncompleteWorlds/01_gs4cubesat | 4386a3a8b984e96cab364bab83fc2fb49aa5cc3d | [
"RSA-MD"
] | null | null | null | C++Server/MCS/src/ExternalIF.cpp | IncompleteWorlds/01_gs4cubesat | 4386a3a8b984e96cab364bab83fc2fb49aa5cc3d | [
"RSA-MD"
] | null | null | null | /**
* CubeGS
* An online Ground Segment for Cubesats and Small Sats
* (c) 2016 Incomplete Worlds
*
*/
#include "SecurityAccessIF.h"
#include "HKTM_Dispatcher.h"
#include "ExternalIF.h"
ExternalIF::ExternalIF()
{
//ctor
}
ExternalIF::~ExternalIF()
{
//dtor
}
void ExternalIF::newFrame(const std::stri... | 21.16 | 109 | 0.667297 | IncompleteWorlds |
9c3bc0edf92879a9ebaf94a285c3694d5ae5f8c8 | 2,752 | cpp | C++ | cpp/src/rolling/range_window_bounds.cpp | etseidl/cudf | 84073e8c3c9477c8afa974f14058f1208f63aba2 | [
"Apache-2.0"
] | 4,012 | 2018-10-29T00:11:19.000Z | 2022-03-31T19:20:19.000Z | cpp/src/rolling/range_window_bounds.cpp | etseidl/cudf | 84073e8c3c9477c8afa974f14058f1208f63aba2 | [
"Apache-2.0"
] | 9,865 | 2018-10-29T12:52:07.000Z | 2022-03-31T23:09:21.000Z | cpp/src/rolling/range_window_bounds.cpp | etseidl/cudf | 84073e8c3c9477c8afa974f14058f1208f63aba2 | [
"Apache-2.0"
] | 588 | 2018-10-29T05:52:44.000Z | 2022-03-28T06:13:09.000Z | /*
* Copyright (c) 2021, 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 ... | 34.835443 | 100 | 0.738009 | etseidl |
9c3cd181c1640bdb7f1f2fe284617127b57d9fa7 | 4,406 | cc | C++ | src/types/ethaddr.cc | Alexey-Ershov/runos | dfbf8f74d7f45d25f0d4fad743b51f572ec272c9 | [
"Apache-2.0"
] | null | null | null | src/types/ethaddr.cc | Alexey-Ershov/runos | dfbf8f74d7f45d25f0d4fad743b51f572ec272c9 | [
"Apache-2.0"
] | null | null | null | src/types/ethaddr.cc | Alexey-Ershov/runos | dfbf8f74d7f45d25f0d4fad743b51f572ec272c9 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2015 Applied Research Center for Computer Networks
*
* 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 b... | 28.425806 | 76 | 0.593736 | Alexey-Ershov |
9c3dd04b360aac044ad07003d28d2de2c3aa45dd | 96 | hpp | C++ | Source/Editor/Modules/ExportTool/Precompiled.hpp | andraantariksa/PlasmaEngine | 481ea008ed15b531476533a6f675bc9bfdfa7db2 | [
"MIT"
] | 70 | 2020-10-19T15:17:36.000Z | 2022-03-29T06:23:20.000Z | Source/Editor/Modules/ExportTool/Precompiled.hpp | andraantariksa/PlasmaEngine | 481ea008ed15b531476533a6f675bc9bfdfa7db2 | [
"MIT"
] | 90 | 2020-10-21T09:56:03.000Z | 2022-02-19T18:36:37.000Z | Source/Editor/Modules/ExportTool/Precompiled.hpp | andraantariksa/PlasmaEngine | 481ea008ed15b531476533a6f675bc9bfdfa7db2 | [
"MIT"
] | 13 | 2020-12-28T20:18:57.000Z | 2022-01-20T08:43:29.000Z | #pragma once
#include "ExportToolStandard.hpp"
#include "Editor/EditorCore/EditorStandard.hpp" | 19.2 | 47 | 0.8125 | andraantariksa |
9c3e998f68ba6852349807d3c00020e672422213 | 7,736 | cpp | C++ | 2019/day19/main.cpp | batduck27/Advent_of_code | 6b2dadf28bebd2301464c864f5112dccede9762b | [
"MIT"
] | null | null | null | 2019/day19/main.cpp | batduck27/Advent_of_code | 6b2dadf28bebd2301464c864f5112dccede9762b | [
"MIT"
] | null | null | null | 2019/day19/main.cpp | batduck27/Advent_of_code | 6b2dadf28bebd2301464c864f5112dccede9762b | [
"MIT"
] | null | null | null | #include <iostream>
#include <fstream>
#include <vector>
#include <unordered_map>
#include <queue>
enum OPCODE {
ADD = 1,
MUL = 2,
IN = 3,
OUT = 4,
JMPT = 5,
JMPF = 6,
LT = 7,
EQ = 8,
ROFF = 9,
HALT = 99,
};
enum PARAM_MODE {
POSITION = 0,
IMMEDIATE = 1,
RE... | 23.442424 | 92 | 0.569545 | batduck27 |
9c3ec9fa07f42549ef4c45bd74353252a643817c | 29,901 | cc | C++ | Boss2D/addon/webrtc-jumpingyang001_for_boss/modules/rtp_rtcp/source/rtcp_sender_unittest.cc | Yash-Wasalwar-07/Boss2D | 37c5ba0f1c83c89810359a207cabfa0905f803d2 | [
"MIT"
] | null | null | null | Boss2D/addon/webrtc-jumpingyang001_for_boss/modules/rtp_rtcp/source/rtcp_sender_unittest.cc | Yash-Wasalwar-07/Boss2D | 37c5ba0f1c83c89810359a207cabfa0905f803d2 | [
"MIT"
] | null | null | null | Boss2D/addon/webrtc-jumpingyang001_for_boss/modules/rtp_rtcp/source/rtcp_sender_unittest.cc | Yash-Wasalwar-07/Boss2D | 37c5ba0f1c83c89810359a207cabfa0905f803d2 | [
"MIT"
] | null | null | null | /*
* 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... | 42.473011 | 148 | 0.720845 | Yash-Wasalwar-07 |
9c40334d571488ee97d64179883e411b7551c701 | 9,665 | cpp | C++ | src/autowiring/test/ContextMapTest.cpp | CaseyCarter/autowiring | 48e95a71308318c8ffb7ed1348e034fd9110f70c | [
"Apache-2.0"
] | 87 | 2015-01-18T00:43:06.000Z | 2022-02-11T17:40:50.000Z | src/autowiring/test/ContextMapTest.cpp | CaseyCarter/autowiring | 48e95a71308318c8ffb7ed1348e034fd9110f70c | [
"Apache-2.0"
] | 274 | 2015-01-03T04:50:49.000Z | 2021-03-08T09:01:09.000Z | src/autowiring/test/ContextMapTest.cpp | CaseyCarter/autowiring | 48e95a71308318c8ffb7ed1348e034fd9110f70c | [
"Apache-2.0"
] | 15 | 2015-09-30T20:58:43.000Z | 2020-12-19T21:24:56.000Z | // Copyright (C) 2012-2018 Leap Motion, Inc. All rights reserved.
#include "stdafx.h"
#include "TestFixtures/ExitRaceThreaded.hpp"
#include "TestFixtures/SimpleThreaded.hpp"
#include "autotesting/AutowiringEnclosure.h"
#include <autowiring/autowiring.h>
#include <autowiring/ContextMap.h>
#include <string>
#include THRE... | 32.762712 | 181 | 0.693533 | CaseyCarter |