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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6110bb50833f0c21dd6f306bd88923f11fdada6c | 328 | cc | C++ | src/range.cc | xet7/JadeLib | f1b2d7d9179904103baf70c29b5029500fb55bf9 | [
"MIT"
] | null | null | null | src/range.cc | xet7/JadeLib | f1b2d7d9179904103baf70c29b5029500fb55bf9 | [
"MIT"
] | null | null | null | src/range.cc | xet7/JadeLib | f1b2d7d9179904103baf70c29b5029500fb55bf9 | [
"MIT"
] | null | null | null | #include "include/jade.hpp"
FUNCTION ARRAY<long> RANGE(long low, long high) {
IF (low > high) THEN
ABORT("Out of Bounds error in RANGE() function");
END
IF (low > 0) high+=1;
long array_size = high - low;
ARRAY<long> v(array_size);
std::iota (std::begin(v), std::end(v), low);
retu... | 21.866667 | 57 | 0.594512 | xet7 |
6110c30138e6ee5c77c1b71aab4634f8f443192c | 2,573 | cpp | C++ | Engine/Source/Editor/InputBindingEditor/Private/Widgets/SChordTreeItem.cpp | PopCap/GameIdea | 201e1df50b2bc99afc079ce326aa0a44b178a391 | [
"BSD-2-Clause"
] | null | null | null | Engine/Source/Editor/InputBindingEditor/Private/Widgets/SChordTreeItem.cpp | PopCap/GameIdea | 201e1df50b2bc99afc079ce326aa0a44b178a391 | [
"BSD-2-Clause"
] | 2 | 2015-06-21T17:38:11.000Z | 2015-06-22T20:54:42.000Z | Engine/Source/Editor/InputBindingEditor/Private/Widgets/SChordTreeItem.cpp | PopCap/GameIdea | 201e1df50b2bc99afc079ce326aa0a44b178a391 | [
"BSD-2-Clause"
] | null | null | null | // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#include "InputBindingEditorPrivatePCH.h"
#include "SChordTreeItem.h"
#include "UICommandDragDropOp.h"
void SChordTreeItem::Construct(const FArguments& InArgs, const TSharedRef<STableViewBase>& InOwnerTable, TSharedPtr<FChordTreeItem> InItem)
{
TreeItem... | 27.967391 | 164 | 0.729887 | PopCap |
6110d4c021446f8d3d019f5f72622a1d51ab371f | 255 | cpp | C++ | EJERCICIOS/Ejercicio 42/factura.cpp | alanmauri/CPP | 6d5f0fa24f7d410e2a6caddd1ad01efe9380a3f5 | [
"MIT"
] | null | null | null | EJERCICIOS/Ejercicio 42/factura.cpp | alanmauri/CPP | 6d5f0fa24f7d410e2a6caddd1ad01efe9380a3f5 | [
"MIT"
] | null | null | null | EJERCICIOS/Ejercicio 42/factura.cpp | alanmauri/CPP | 6d5f0fa24f7d410e2a6caddd1ad01efe9380a3f5 | [
"MIT"
] | null | null | null | #include <iostream>
using namespace std;
double subtotal;
string listaProducto;
void agregarProducto(string descripcion, int cantidad, double precio)
{
listaProducto = listaProducto + descripcion + '\n';
subtotal= subtotal(cantidad * precio);
}
| 15.9375 | 69 | 0.752941 | alanmauri |
61124df1c3972ecf35cfa1708bd34b51e66add40 | 9,616 | cpp | C++ | DemoApps/GLES2/S06_Texturing/source/S06_Texturing.cpp | alexvonduar/gtec-demo-framework | 6f8a7e429d0e15242ba64eb4cb41bfc2dd7dc749 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | DemoApps/GLES2/S06_Texturing/source/S06_Texturing.cpp | alexvonduar/gtec-demo-framework | 6f8a7e429d0e15242ba64eb4cb41bfc2dd7dc749 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | DemoApps/GLES2/S06_Texturing/source/S06_Texturing.cpp | alexvonduar/gtec-demo-framework | 6f8a7e429d0e15242ba64eb4cb41bfc2dd7dc749 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | /****************************************************************************************************************************************************
* Copyright (c) 2014 Freescale Semiconductor, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are ... | 29.770898 | 150 | 0.595466 | alexvonduar |
6113c05dfdece7c5aadcca86919a117a65d0acac | 798 | cc | C++ | c++/design/crtp/mixin.cc | ahamez/snippets | 28f773c7488efcf474f83114747dd377e128e30d | [
"Unlicense"
] | null | null | null | c++/design/crtp/mixin.cc | ahamez/snippets | 28f773c7488efcf474f83114747dd377e128e30d | [
"Unlicense"
] | null | null | null | c++/design/crtp/mixin.cc | ahamez/snippets | 28f773c7488efcf474f83114747dd377e128e30d | [
"Unlicense"
] | null | null | null | #include <iostream>
// The mixin
template <typename Derived>
struct comparisons
{
friend
bool
operator==(const comparisons& lhs, const comparisons& rhs)
noexcept
{
const Derived& d1 = derived(lhs);
const Derived& d2 = derived(rhs);
return not (d1 < d2) and not (d2 < d1);
}
friend
bo... | 14.777778 | 60 | 0.612782 | ahamez |
6113c5957d5d32655dedd690c6cb0f03d5964e21 | 997 | cpp | C++ | src/GameObject.cpp | Delpod/Asimo-s-Escape | 4d2a599fcb17f4c76cfda45cb2c310bd01f66faa | [
"Zlib",
"Apache-2.0"
] | 1 | 2021-01-19T21:20:35.000Z | 2021-01-19T21:20:35.000Z | src/GameObject.cpp | Delpod/Asimo-s-Escape | 4d2a599fcb17f4c76cfda45cb2c310bd01f66faa | [
"Zlib",
"Apache-2.0"
] | null | null | null | src/GameObject.cpp | Delpod/Asimo-s-Escape | 4d2a599fcb17f4c76cfda45cb2c310bd01f66faa | [
"Zlib",
"Apache-2.0"
] | null | null | null | #include "GameObject.h"
#include "Game.h"
GameObject::GameObject(sf::Texture &texture, sf::Vector2f position, sf::IntRect textureRect) : body(nullptr),
deadly(false) {
m_pSprite.setTexture(texture);
m_pSprite.setPosition(position);
m_pSprite.setTextureRect(textureRect);
m_textureRect = textureRect;
}
sf::Sprite* ... | 31.15625 | 125 | 0.737212 | Delpod |
6114ae19ed5a7a6f1d33caf3ca2245d1ea2cd411 | 5,520 | hpp | C++ | engine/shadercompiler/src/includer.hpp | redstrate/prism | acb6c5306c6f60088744191f3d3d8713fc6950bd | [
"MIT"
] | 18 | 2020-08-11T18:13:49.000Z | 2022-03-08T21:42:54.000Z | engine/shadercompiler/src/includer.hpp | redstrate/prism | acb6c5306c6f60088744191f3d3d8713fc6950bd | [
"MIT"
] | 11 | 2020-08-27T12:37:48.000Z | 2022-02-21T05:17:03.000Z | engine/shadercompiler/src/includer.hpp | redstrate/prism | acb6c5306c6f60088744191f3d3d8713fc6950bd | [
"MIT"
] | 1 | 2020-12-08T14:01:48.000Z | 2020-12-08T14:01:48.000Z | //
// Copyright (C) 2002-2005 3Dlabs Inc. Ltd.
// Copyright (C) 2017 Google, Inc.
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
//
// Redistributions of source code must retain the... | 39.148936 | 107 | 0.669022 | redstrate |
61165c19c70dab51f3f78b9b3d2896f96b56cf8b | 10,092 | cpp | C++ | LargeBarrelAnalysis/SignalFinderTools.cpp | flukson/j-pet-framework-examples | 8f50490b5a21013990aff187fc6da87812a5f8e1 | [
"Apache-2.0"
] | null | null | null | LargeBarrelAnalysis/SignalFinderTools.cpp | flukson/j-pet-framework-examples | 8f50490b5a21013990aff187fc6da87812a5f8e1 | [
"Apache-2.0"
] | null | null | null | LargeBarrelAnalysis/SignalFinderTools.cpp | flukson/j-pet-framework-examples | 8f50490b5a21013990aff187fc6da87812a5f8e1 | [
"Apache-2.0"
] | null | null | null | /**
* @copyright Copyright 2016 The J-PET Framework 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 find a copy of the License in the LICENCE file.
*
* Unless required by applicable la... | 36.565217 | 161 | 0.65329 | flukson |
6116722bc041db7df176ce0e530c95f9e89c8e6e | 544,161 | cpp | C++ | cisco-ios-xe/ydk/models/cisco_ios_xe/fragmented/Cisco_IOS_XE_native_19.cpp | CiscoDevNet/ydk-cpp | ef7d75970f2ef1154100e0f7b0a2ee823609b481 | [
"ECL-2.0",
"Apache-2.0"
] | 17 | 2016-12-02T05:45:49.000Z | 2022-02-10T19:32:54.000Z | cisco-ios-xe/ydk/models/cisco_ios_xe/fragmented/Cisco_IOS_XE_native_19.cpp | CiscoDevNet/ydk-cpp | ef7d75970f2ef1154100e0f7b0a2ee823609b481 | [
"ECL-2.0",
"Apache-2.0"
] | 2 | 2017-03-27T15:22:38.000Z | 2019-11-05T08:30:16.000Z | cisco-ios-xe/ydk/models/cisco_ios_xe/fragmented/Cisco_IOS_XE_native_19.cpp | CiscoDevNet/ydk-cpp | ef7d75970f2ef1154100e0f7b0a2ee823609b481 | [
"ECL-2.0",
"Apache-2.0"
] | 11 | 2016-12-02T05:45:52.000Z | 2019-11-07T08:28:17.000Z |
#include <sstream>
#include <iostream>
#include <ydk/entity_util.hpp>
#include "bundle_info.hpp"
#include "generated_entity_lookup.hpp"
#include "Cisco_IOS_XE_native_19.hpp"
#include "Cisco_IOS_XE_native_20.hpp"
using namespace ydk;
namespace cisco_ios_xe {
namespace Cisco_IOS_XE_native {
Native::Policy::PolicyMap:... | 40.159483 | 1,677 | 0.737747 | CiscoDevNet |
61180eead96a97ab80ef88a0f44026a4380f1b2c | 2,378 | cpp | C++ | SensorizerServer/MidiRepeater.cpp | DrumPants/Sensorizer-DrumPants-Firmware | dabd037bb7e475de574a1ebdb21734da075b21cb | [
"Apache-2.0"
] | 9 | 2015-09-30T07:38:17.000Z | 2020-01-17T12:35:15.000Z | SensorizerServer/MidiRepeater.cpp | DrumPants/Sensorizer-DrumPants-Firmware | dabd037bb7e475de574a1ebdb21734da075b21cb | [
"Apache-2.0"
] | 1 | 2015-10-03T02:54:08.000Z | 2015-10-03T03:09:38.000Z | SensorizerServer/MidiRepeater.cpp | DrumPants/Sensorizer-DrumPants-Firmware | dabd037bb7e475de574a1ebdb21734da075b21cb | [
"Apache-2.0"
] | 1 | 2018-07-10T00:43:47.000Z | 2018-07-10T00:43:47.000Z | /**
* Copyright 2011-2015 DrumPants, Inc.
*
* http://developers.drumpants.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*... | 25.031579 | 136 | 0.688394 | DrumPants |
611bb6305af983ebbfc4cec9968b57488a186514 | 161 | cpp | C++ | volume4/1327_18Mar2006_1122206.cpp | andriybuday/timus | a5cdc03f3ca8e7878220b8e0a0c72343f98ee1eb | [
"MIT"
] | null | null | null | volume4/1327_18Mar2006_1122206.cpp | andriybuday/timus | a5cdc03f3ca8e7878220b8e0a0c72343f98ee1eb | [
"MIT"
] | null | null | null | volume4/1327_18Mar2006_1122206.cpp | andriybuday/timus | a5cdc03f3ca8e7878220b8e0a0c72343f98ee1eb | [
"MIT"
] | null | null | null | #include <iostream>
using namespace std;
int main(){
int A, B;
cin>>A>>B;
if(!(A%2) && !(B%2)){
cout<<(B-A)/2;
}else
cout<<(B-A)/2 + 1;
return 0;
} | 10.733333 | 22 | 0.503106 | andriybuday |
611c91313d913026ae11a400f013aa26a4272d36 | 958 | cpp | C++ | algorithms/0008_string_to_integer_atoi/solution.cpp | GambuzX/LeetCode | 8cd60debb906579ccb6936a69aaa3cc13d2dce8d | [
"MIT"
] | null | null | null | algorithms/0008_string_to_integer_atoi/solution.cpp | GambuzX/LeetCode | 8cd60debb906579ccb6936a69aaa3cc13d2dce8d | [
"MIT"
] | null | null | null | algorithms/0008_string_to_integer_atoi/solution.cpp | GambuzX/LeetCode | 8cd60debb906579ccb6936a69aaa3cc13d2dce8d | [
"MIT"
] | null | null | null | class Solution {
public:
int myAtoi(string str) {
int i = 0;
while (str[i] == ' ') i++;
bool neg = false;
if (str[i] == '-') {
neg = true;
i++;
}
else if (str[i] == '+') i++;
bool first = true;
int res = 0;
... | 25.891892 | 66 | 0.311065 | GambuzX |
611d63c817bdc6f56c96bbbe0caf6269e9906993 | 862 | hxx | C++ | mod/mod-packages.hxx | build2/brep | d259750511b3c2aaeace49f8ccb1d7f3ad561452 | [
"MIT"
] | 9 | 2018-05-30T12:01:14.000Z | 2021-04-02T21:21:10.000Z | mod/mod-packages.hxx | build2/brep | d259750511b3c2aaeace49f8ccb1d7f3ad561452 | [
"MIT"
] | 2 | 2021-03-28T14:13:39.000Z | 2022-01-24T12:57:57.000Z | mod/mod-packages.hxx | build2/brep | d259750511b3c2aaeace49f8ccb1d7f3ad561452 | [
"MIT"
] | 2 | 2019-01-09T12:09:39.000Z | 2022-03-06T18:43:07.000Z | // file : mod/mod-packages.hxx -*- C++ -*-
// license : MIT; see accompanying LICENSE file
#ifndef MOD_MOD_PACKAGES_HXX
#define MOD_MOD_PACKAGES_HXX
#include <libbrep/types.hxx>
#include <libbrep/utility.hxx>
#include <mod/module-options.hxx>
#include <mod/database-module.hxx>
namespace brep
{
class packag... | 20.52381 | 74 | 0.682135 | build2 |
611fe0436a01041dcf73fb89094f3286971f4435 | 1,326 | cpp | C++ | test/gl/image_test.cpp | Harrand/Topaz-2 | c3cd3f67b1aaf20229075a593c8ffcad5585f362 | [
"Apache-2.0"
] | null | null | null | test/gl/image_test.cpp | Harrand/Topaz-2 | c3cd3f67b1aaf20229075a593c8ffcad5585f362 | [
"Apache-2.0"
] | 9 | 2019-12-22T17:57:29.000Z | 2020-03-30T22:06:53.000Z | test/gl/image_test.cpp | Harrand/Topaz-2 | c3cd3f67b1aaf20229075a593c8ffcad5585f362 | [
"Apache-2.0"
] | null | null | null | //
// Created by Harrand on 04/01/2020.
//
#include "test_framework.hpp"
#include "core/core.hpp"
#include "core/tz_glad/glad_context.hpp"
#include "gl/image.hpp"
tz::test::Case checkerboard()
{
tz::test::Case test_case("tz::gl::Image Checkerboard Tests");
tz::gl::PixelRGBA8 black_pixel{std::byte{}, std::byte{}, st... | 31.571429 | 113 | 0.696833 | Harrand |
6122aea27dff662faa02758b9b88bf96966172a2 | 7,366 | cpp | C++ | src/webots/gui/WbSingleTaskApplication.cpp | nishantkr18/webots | 6ab631adb2e69906fc251cc77d690e67195de222 | [
"Apache-2.0"
] | 1 | 2020-06-08T13:38:11.000Z | 2020-06-08T13:38:11.000Z | src/webots/gui/WbSingleTaskApplication.cpp | nishantkr18/webots | 6ab631adb2e69906fc251cc77d690e67195de222 | [
"Apache-2.0"
] | null | null | null | src/webots/gui/WbSingleTaskApplication.cpp | nishantkr18/webots | 6ab631adb2e69906fc251cc77d690e67195de222 | [
"Apache-2.0"
] | null | null | null | // Copyright 1996-2020 Cyberbotics Ltd.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agr... | 44.914634 | 128 | 0.673907 | nishantkr18 |
61230c0d3a9f3e2f6608027e89291572aa254335 | 8,737 | cc | C++ | tests/libtests/feassemble/obsolete/TestElasticityExplicitLgDeformCases.cc | Grant-Block/pylith | f6338261b17551eba879da998a5aaf2d91f5f658 | [
"MIT"
] | 93 | 2015-01-08T16:41:22.000Z | 2022-02-25T13:40:02.000Z | tests/libtests/feassemble/obsolete/TestElasticityExplicitLgDeformCases.cc | Grant-Block/pylith | f6338261b17551eba879da998a5aaf2d91f5f658 | [
"MIT"
] | 277 | 2015-02-20T16:27:35.000Z | 2022-03-30T21:13:09.000Z | tests/libtests/feassemble/obsolete/TestElasticityExplicitLgDeformCases.cc | Grant-Block/pylith | f6338261b17551eba879da998a5aaf2d91f5f658 | [
"MIT"
] | 71 | 2015-03-24T12:11:08.000Z | 2022-03-03T04:26:02.000Z | // -*- C++ -*-
//
// ----------------------------------------------------------------------
//
// Brad T. Aagaard, U.S. Geological Survey
// Charles A. Williams, GNS Science
// Matthew G. Knepley, University of Chicago
//
// This code was developed as part of the Computational Infrastructure
// for Geodynamics (http://... | 34.262745 | 103 | 0.717409 | Grant-Block |
6123a40f9c31834647fdf416cd0cada805900218 | 10,297 | cpp | C++ | Tests/DisplayModeSelectionTest/main.cpp | HermanLederer/gtaRenderHook | 2ce53ce954c2d298717119dd6d02a2e58fff3aed | [
"MIT"
] | null | null | null | Tests/DisplayModeSelectionTest/main.cpp | HermanLederer/gtaRenderHook | 2ce53ce954c2d298717119dd6d02a2e58fff3aed | [
"MIT"
] | null | null | null | Tests/DisplayModeSelectionTest/main.cpp | HermanLederer/gtaRenderHook | 2ce53ce954c2d298717119dd6d02a2e58fff3aed | [
"MIT"
] | null | null | null | #include <Engine/Common/ISwapchain.h>
#include <Engine/D3D11Impl/D3D11DeviceState.h>
#include <Engine/IRenderer.h>
#include <Engine/VulkanImpl/VulkanDeviceState.h>
#include <Engine/VulkanImpl/VulkanShader.h>
#include <TestUtils\WindowsSampleWrapper.h>
#include <memory>
std::unique_ptr<rh::engine::IRenderer> rh::engine... | 33.760656 | 80 | 0.637953 | HermanLederer |
612443f025657703c144c9d5c877c3c5c9eabc1e | 1,647 | cpp | C++ | src/renderer/test/hlsl/struct.cpp | Ryp/reaper | da7b3aa4a69b95ced2496214e5cea4eb7823593a | [
"MIT"
] | 10 | 2018-08-16T05:32:46.000Z | 2022-02-04T09:55:54.000Z | src/renderer/test/hlsl/struct.cpp | Ryp/reaper | da7b3aa4a69b95ced2496214e5cea4eb7823593a | [
"MIT"
] | null | null | null | src/renderer/test/hlsl/struct.cpp | Ryp/reaper | da7b3aa4a69b95ced2496214e5cea4eb7823593a | [
"MIT"
] | 1 | 2019-05-13T17:56:35.000Z | 2019-05-13T17:56:35.000Z | ////////////////////////////////////////////////////////////////////////////////
/// Reaper
///
/// Copyright (c) 2015-2021 Thibault Schueller
/// This file is distributed under the MIT License
////////////////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include <doctest/doctes... | 20.848101 | 80 | 0.445052 | Ryp |
6124bd52c2bea7fbb7f2410dc5d8172ff22320ad | 1,921 | cpp | C++ | aws-cpp-sdk-kinesis-video-archived-media/source/model/TimestampRange.cpp | curiousjgeorge/aws-sdk-cpp | 09b65deba03cfbef9a1e5d5986aa4de71bc03cd8 | [
"Apache-2.0"
] | 2 | 2019-03-11T15:50:55.000Z | 2020-02-27T11:40:27.000Z | aws-cpp-sdk-kinesis-video-archived-media/source/model/TimestampRange.cpp | curiousjgeorge/aws-sdk-cpp | 09b65deba03cfbef9a1e5d5986aa4de71bc03cd8 | [
"Apache-2.0"
] | null | null | null | aws-cpp-sdk-kinesis-video-archived-media/source/model/TimestampRange.cpp | curiousjgeorge/aws-sdk-cpp | 09b65deba03cfbef9a1e5d5986aa4de71bc03cd8 | [
"Apache-2.0"
] | 1 | 2019-01-18T13:03:55.000Z | 2019-01-18T13:03:55.000Z | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | 23.144578 | 83 | 0.752212 | curiousjgeorge |
6124def4434b339515f5a40ce97910faafe6b9e8 | 13,002 | cpp | C++ | src/crypto/SecretKey.cpp | Rajan2000/stellar-core | e47d483433ce4f7eaf0a0512e2556beb482c8851 | [
"Apache-2.0",
"BSD-2-Clause",
"MIT",
"ECL-2.0",
"BSL-1.0",
"BSD-3-Clause"
] | 10 | 2019-07-01T19:09:58.000Z | 2022-03-13T14:39:06.000Z | src/crypto/SecretKey.cpp | Rajan2000/stellar-core | e47d483433ce4f7eaf0a0512e2556beb482c8851 | [
"Apache-2.0",
"BSD-2-Clause",
"MIT",
"ECL-2.0",
"BSL-1.0",
"BSD-3-Clause"
] | null | null | null | src/crypto/SecretKey.cpp | Rajan2000/stellar-core | e47d483433ce4f7eaf0a0512e2556beb482c8851 | [
"Apache-2.0",
"BSD-2-Clause",
"MIT",
"ECL-2.0",
"BSL-1.0",
"BSD-3-Clause"
] | 4 | 2015-04-11T02:33:46.000Z | 2021-11-24T10:27:28.000Z | // Copyright 2014 Stellar Development Foundation and contributors. Licensed
// under the Apache License, Version 2.0. See the COPYING file at the root
// of this distribution or at http://www.apache.org/licenses/LICENSE-2.0
#include "crypto/SecretKey.h"
#include "crypto/BLAKE2.h"
#include "crypto/CryptoError.h"
#inclu... | 24.122449 | 80 | 0.645439 | Rajan2000 |
61257521d0f747b2a6514ac94431a25b9e1464c9 | 1,661 | hpp | C++ | Siv3D/src/Siv3D/Script/Bind/Script_Optional.hpp | Fuyutsubaki/OpenSiv3D | 4370f6ebe28addd39bfdd75915c5a18e3e5e9273 | [
"MIT"
] | null | null | null | Siv3D/src/Siv3D/Script/Bind/Script_Optional.hpp | Fuyutsubaki/OpenSiv3D | 4370f6ebe28addd39bfdd75915c5a18e3e5e9273 | [
"MIT"
] | null | null | null | Siv3D/src/Siv3D/Script/Bind/Script_Optional.hpp | Fuyutsubaki/OpenSiv3D | 4370f6ebe28addd39bfdd75915c5a18e3e5e9273 | [
"MIT"
] | null | null | null | //-----------------------------------------------
//
// This file is part of the Siv3D Engine.
//
// Copyright (c) 2008-2018 Ryo Suzuki
// Copyright (c) 2016-2018 OpenSiv3D Project
//
// Licensed under the MIT License.
//
//-----------------------------------------------
# include <Siv3D/Script.hpp>
# include <Siv3D/... | 17.860215 | 62 | 0.67068 | Fuyutsubaki |
6125a7bc160209f19904ee64f4166d97fd37a911 | 7,474 | cpp | C++ | practice/37-sudoku-solver/LeetCode_37_0144.cpp | manajay/algorithm-list | 828b0baed25a743fdb010427f873b29af9587951 | [
"MIT"
] | null | null | null | practice/37-sudoku-solver/LeetCode_37_0144.cpp | manajay/algorithm-list | 828b0baed25a743fdb010427f873b29af9587951 | [
"MIT"
] | null | null | null | practice/37-sudoku-solver/LeetCode_37_0144.cpp | manajay/algorithm-list | 828b0baed25a743fdb010427f873b29af9587951 | [
"MIT"
] | null | null | null | /**
编写一个程序,通过已填充的空格来解决数独问题。
一个数独的解法需遵循如下规则:
数字 1-9 在每一行只能出现一次。
数字 1-9 在每一列只能出现一次。
数字 1-9 在每一个以粗实线分隔的 3x3 宫内只能出现一次。
空白格用 '.' 表示。
一个数独。
答案被标成红色。
Note:
给定的数独序列只包含数字 1-9 和字符 '.' 。
你可以假设给定的数独只有唯一解。
给定数独永远是 9x9 形式的。
来源:力扣(LeetCode)
链接:https://leetcode-cn.com/problems/sudoku-solver
著作权归领扣网络所有。商业转载请联系官方授权,非商业转载请注明出处... | 24.187702 | 84 | 0.42494 | manajay |
6126e8cadd5c8cbabda88097dcc69ae11434ae4a | 1,756 | cc | C++ | graph/dfs.cc | mwien/tcr | a0d7db1d360145979c4f24e8ae6f2846ef4b7181 | [
"MIT"
] | null | null | null | graph/dfs.cc | mwien/tcr | a0d7db1d360145979c4f24e8ae6f2846ef4b7181 | [
"MIT"
] | null | null | null | graph/dfs.cc | mwien/tcr | a0d7db1d360145979c4f24e8ae6f2846ef4b7181 | [
"MIT"
] | null | null | null | /* Recursive Depth First Search
** |V| + |E|
* Recursive DFS with different options (storing times, connected/unconnected graph).
* this is very much pseudocode, needs a lot of problem adaption anyway\\
* \emph{Input:} A source vertex $s$, a target vertex $t$, and adjlist $G$ and the time (0 at the start)\\
* \emph{Out... | 31.357143 | 105 | 0.616173 | mwien |
612824343f3d7e3889422efb1c5f8fb33960bb16 | 3,005 | cc | C++ | extensions/host/cpu.cc | rtburns-jpl/pyre | ffc4fc1b2936e355f709d084eb4055954960b3a2 | [
"BSD-3-Clause"
] | null | null | null | extensions/host/cpu.cc | rtburns-jpl/pyre | ffc4fc1b2936e355f709d084eb4055954960b3a2 | [
"BSD-3-Clause"
] | null | null | null | extensions/host/cpu.cc | rtburns-jpl/pyre | ffc4fc1b2936e355f709d084eb4055954960b3a2 | [
"BSD-3-Clause"
] | 2 | 2020-08-31T18:07:52.000Z | 2021-12-10T08:54:39.000Z | // -*- C++ -*-
//
// michael a.g. aïvázis
// orthologue
// (c) 1998-2020 all rights reserved
//
// externals
#include <portinfo>
#include <Python.h>
// access the declarations
#include "cpu.h"
// sysctl
// on {macos}, most of the relevant information if obtained by querying the kernel
// currently, no other platform... | 22.259259 | 82 | 0.634276 | rtburns-jpl |
612ad4ab4679e0071823ad4a1026640f3d0f6e28 | 15,460 | cc | C++ | modules/remote_bitrate_estimator/test/metric_recorder.cc | bighitbiker3/webrtc | 276763201d0fe590f19429497df2b33b07c87040 | [
"DOC",
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | modules/remote_bitrate_estimator/test/metric_recorder.cc | modulesio/webrtc | ea143e774b4c00a74b617f272f5a8f71169cf24e | [
"DOC",
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | modules/remote_bitrate_estimator/test/metric_recorder.cc | modulesio/webrtc | ea143e774b4c00a74b617f272f5a8f71169cf24e | [
"DOC",
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | /*
* Copyright (c) 2015 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 34.355556 | 80 | 0.689909 | bighitbiker3 |
612bea666fa1e8b038903d83fda87357df49a92e | 1,690 | cpp | C++ | Vulkan/Present.cpp | fluffels/jcwk | 46ca2bc28f959c8eb0b174c5dc0a522147a1a5f4 | [
"MIT"
] | 1 | 2021-06-23T02:02:21.000Z | 2021-06-23T02:02:21.000Z | Vulkan/Present.cpp | fluffels/jcwk | 46ca2bc28f959c8eb0b174c5dc0a522147a1a5f4 | [
"MIT"
] | 3 | 2020-11-12T11:32:33.000Z | 2021-05-06T14:42:51.000Z | Vulkan/Present.cpp | fluffels/jcwk | 46ca2bc28f959c8eb0b174c5dc0a522147a1a5f4 | [
"MIT"
] | null | null | null | #include <limits>
#include "Vulkan.h"
#undef max
void present(Vulkan& vk, VkCommandBuffer* cmds, uint32_t cmdCount) {
uint32_t imageIndex = 0;
auto result = vkAcquireNextImageKHR(
vk.device,
vk.swap.handle,
std::numeric_limits<uint64_t>::max(),
vk.swap.imageReady,
VK_N... | 33.8 | 68 | 0.698817 | fluffels |
612d3c0d9affd47146efe213caca6b79c58305f3 | 769 | cpp | C++ | src/libs/program/subcommand_option.cpp | jdmclark/gorc | a03d6a38ab7684860c418dd3d2e77cbe6a6d9fc8 | [
"Apache-2.0"
] | 97 | 2015-02-24T05:09:24.000Z | 2022-01-23T12:08:22.000Z | src/libs/program/subcommand_option.cpp | annnoo/gorc | 1889b4de6380c30af6c58a8af60ecd9c816db91d | [
"Apache-2.0"
] | 8 | 2015-03-27T23:03:23.000Z | 2020-12-21T02:34:33.000Z | src/libs/program/subcommand_option.cpp | annnoo/gorc | 1889b4de6380c30af6c58a8af60ecd9c816db91d | [
"Apache-2.0"
] | 10 | 2016-03-24T14:32:50.000Z | 2021-11-13T02:38:53.000Z | #include "subcommand_option.hpp"
gorc::subcommand_option::subcommand_option(subcommand_registry ®,
maybe<int> &binding)
: reg(reg)
, binding(binding)
{
return;
}
void gorc::subcommand_option::reset()
{
binding = nothing;
}
void gorc::subcommand_option::lo... | 23.30303 | 74 | 0.635891 | jdmclark |
612d4595c5fa3a18e539ef1d032f923e6f4b178f | 32,542 | cpp | C++ | QueryEngine/WindowContext.cpp | gshimansky/omniscidb | 8aac2883f929d5b06ed67d7fadf2c75211f52ce8 | [
"Apache-2.0"
] | null | null | null | QueryEngine/WindowContext.cpp | gshimansky/omniscidb | 8aac2883f929d5b06ed67d7fadf2c75211f52ce8 | [
"Apache-2.0"
] | null | null | null | QueryEngine/WindowContext.cpp | gshimansky/omniscidb | 8aac2883f929d5b06ed67d7fadf2c75211f52ce8 | [
"Apache-2.0"
] | 1 | 2021-10-07T11:30:01.000Z | 2021-10-07T11:30:01.000Z | /*
* Copyright 2018 OmniSci, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | 38.972455 | 90 | 0.656505 | gshimansky |
612dbc4ee9f60d8d933c6b112d32ea561aca9411 | 1,385 | cpp | C++ | old/boyer-moore.inc.cpp | kmyk/competitive-programming-library | 77efa23a69f06202bb43f4dc6b0550e4cdb48e0b | [
"MIT"
] | 55 | 2018-01-11T02:20:02.000Z | 2022-03-24T06:18:54.000Z | string/boyer-moore.inc.cpp | Mohammad-Yasser/competitive-programming-library | 4656ac0d625abce98b901965c7607c1b908b093f | [
"MIT"
] | 10 | 2016-10-29T08:20:04.000Z | 2021-02-27T13:14:53.000Z | string/boyer-moore.inc.cpp | Mohammad-Yasser/competitive-programming-library | 4656ac0d625abce98b901965c7607c1b908b093f | [
"MIT"
] | 11 | 2016-10-29T06:00:53.000Z | 2021-06-16T14:32:43.000Z | array<int,26> bm_build_skip(string const & pattern) { // O(m)
int m = pattern.length();
array<int,26> skip = {};
repeat (i,m) skip[pattern[i]-'a'] = m-i-1;
return skip;
}
vector<int> bm_build_next(string const & pattern) { // O(m)
int m = pattern.length();
int g[m]; fill(g, g+m, m);
vector<i... | 30.777778 | 124 | 0.490253 | kmyk |
612e20392d3b22b7db972c3d14dbfd3bafdd2a88 | 2,622 | cpp | C++ | opengl-gui/src/Widgets/TextArea.cpp | ChewyGumball/opengl_gui | b2bd1803f0cfb01db08c88da5091546076dfc2a3 | [
"MIT"
] | 2 | 2019-08-27T00:37:11.000Z | 2021-11-25T14:34:23.000Z | opengl-gui/src/Widgets/TextArea.cpp | ChewyGumball/opengl_gui | b2bd1803f0cfb01db08c88da5091546076dfc2a3 | [
"MIT"
] | null | null | null | opengl-gui/src/Widgets/TextArea.cpp | ChewyGumball/opengl_gui | b2bd1803f0cfb01db08c88da5091546076dfc2a3 | [
"MIT"
] | 2 | 2018-10-18T12:12:28.000Z | 2019-08-27T00:36:21.000Z | #include "Widgets/TextArea.h"
namespace {
std::vector<std::vector<OpenGLGUI::Text>> layoutText(std::string text, std::shared_ptr<OpenGLGUI::FontBrush> fontBrush, int width, int height)
{
std::vector<std::vector<OpenGLGUI::Text>> lines;
std::vector<OpenGLGUI::Text> currentLine;
std::shared_ptr<OpenGLGUI::Font>... | 29.133333 | 248 | 0.672769 | ChewyGumball |
612e6bc9004b060bd1065a6c803a417147ce0423 | 2,148 | cc | C++ | Firestore/core/src/core/not_in_filter.cc | kentanakae/firebase-ios-sdk | 9f39fdccc309c8e3207a2e6ae4422c5930ff7084 | [
"Apache-2.0"
] | 3,807 | 2017-05-17T20:07:20.000Z | 2022-03-31T12:41:24.000Z | Firestore/core/src/core/not_in_filter.cc | kentanakae/firebase-ios-sdk | 9f39fdccc309c8e3207a2e6ae4422c5930ff7084 | [
"Apache-2.0"
] | 6,256 | 2017-05-17T20:14:21.000Z | 2022-03-31T21:41:51.000Z | Firestore/core/src/core/not_in_filter.cc | kentanakae/firebase-ios-sdk | 9f39fdccc309c8e3207a2e6ae4422c5930ff7084 | [
"Apache-2.0"
] | 1,246 | 2017-05-18T00:30:26.000Z | 2022-03-31T17:47:09.000Z | /*
* Copyright 2020 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | 30.253521 | 79 | 0.73324 | kentanakae |
612f38a28d9cbf55c5c8ccca296a1cda791a725f | 4,192 | cpp | C++ | src/libtsduck/crypto/tsCipherChaining.cpp | harmonicinc-com/tsduck | 67f25161a3b37b1f3c486d5ef2e013486c3d9893 | [
"BSD-2-Clause"
] | 542 | 2017-06-21T07:40:10.000Z | 2022-03-29T13:44:39.000Z | src/libtsduck/crypto/tsCipherChaining.cpp | harmonicinc-com/tsduck | 67f25161a3b37b1f3c486d5ef2e013486c3d9893 | [
"BSD-2-Clause"
] | 939 | 2017-09-01T21:00:42.000Z | 2022-03-31T14:39:27.000Z | src/libtsduck/crypto/tsCipherChaining.cpp | harmonicinc-com/tsduck | 67f25161a3b37b1f3c486d5ef2e013486c3d9893 | [
"BSD-2-Clause"
] | 167 | 2017-10-30T12:07:29.000Z | 2022-03-23T11:36:10.000Z | //----------------------------------------------------------------------------
//
// TSDuck - The MPEG Transport Stream Toolkit
// Copyright (c) 2005-2021, Thierry Lelegard
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the f... | 33.007874 | 121 | 0.57896 | harmonicinc-com |
612f5c5aa3e412783d3d5c27621061852ed9aece | 657 | cpp | C++ | src/domain/service/TransferMoneyFromRemoteService.cpp | agiledragon/transfer-money | 7656bf8803afe6545b1461e493e1b1995fe6d1e2 | [
"MIT"
] | 11 | 2019-06-20T11:56:35.000Z | 2021-05-26T16:03:50.000Z | src/domain/service/TransferMoneyFromRemoteService.cpp | agiledragon/transfer-money | 7656bf8803afe6545b1461e493e1b1995fe6d1e2 | [
"MIT"
] | null | null | null | src/domain/service/TransferMoneyFromRemoteService.cpp | agiledragon/transfer-money | 7656bf8803afe6545b1461e493e1b1995fe6d1e2 | [
"MIT"
] | 4 | 2019-08-25T12:35:34.000Z | 2022-03-26T20:06:06.000Z | #include <domain/model/local-account/LocalAccount.h>
#include <domain/service/TransferMoneyFromRemoteService.h>
#include <domain/model/base/Role.h>
#include <domain/model/local-account/LocalAccountRepo.h>
#include <domain/model/remote-account/RemoteAccount.h>
TransferMoneyFromRemoteService::TransferMoneyFromRemoteServ... | 34.578947 | 105 | 0.796043 | agiledragon |
612fbd219aff0f77d1cba8625eab2ba610e4b2e9 | 1,868 | cpp | C++ | oldMS/measurement_system_node.cpp | unball/measurement-system | c1562c0aec18c87a75292e165830973ad700046a | [
"MIT"
] | 1 | 2017-11-27T12:49:14.000Z | 2017-11-27T12:49:14.000Z | oldMS/measurement_system_node.cpp | unball/measurement_system | c1562c0aec18c87a75292e165830973ad700046a | [
"MIT"
] | null | null | null | oldMS/measurement_system_node.cpp | unball/measurement_system | c1562c0aec18c87a75292e165830973ad700046a | [
"MIT"
] | null | null | null | #include <vector>
#include <cmath>
#include <ros/ros.h>
#include <vision/PixelToMetricConversionMessage.h>
#include <unball/MeasurementSystemMessage.h>
void receivePxToMMessage(const vision::PixelToMetricConversionMessage::ConstPtr &msg_s);
void filter();
unball::MeasurementSystemMessage message;
ros::Publisher pu... | 28.738462 | 106 | 0.670771 | unball |
9ed33833715eff9c6df0fcfce988b29108843402 | 7,775 | cpp | C++ | ProjectEuler+/euler-0341.cpp | sarvekash/HackerRank_Solutions | 8f48e5b1a6e792a85a10d8c328cd1f5341fb16a8 | [
"Apache-2.0"
] | null | null | null | ProjectEuler+/euler-0341.cpp | sarvekash/HackerRank_Solutions | 8f48e5b1a6e792a85a10d8c328cd1f5341fb16a8 | [
"Apache-2.0"
] | null | null | null | ProjectEuler+/euler-0341.cpp | sarvekash/HackerRank_Solutions | 8f48e5b1a6e792a85a10d8c328cd1f5341fb16a8 | [
"Apache-2.0"
] | 1 | 2021-05-28T11:14:34.000Z | 2021-05-28T11:14:34.000Z | // ////////////////////////////////////////////////////////
// # Title
// Golomb's self-describing sequence
//
// # URL
// https://projecteuler.net/problem=341
// http://euler.stephan-brumme.com/341/
//
// # Problem
// The Golomb's self-describing sequence `G(n)` is the only nondecreasing sequence of natural numbers su... | 38.112745 | 203 | 0.590611 | sarvekash |
9ed56ed0f060b60a162a3508512a7206bb0b82f4 | 2,739 | cpp | C++ | tests/core/conversion/converters/test_unary.cpp | svenchilton/Torch-TensorRT | 95d2b6e003a0392fe08ce49520f015c230d4c750 | [
"BSD-3-Clause"
] | 430 | 2021-11-09T08:08:01.000Z | 2022-03-31T10:13:45.000Z | tests/core/conversion/converters/test_unary.cpp | svenchilton/Torch-TensorRT | 95d2b6e003a0392fe08ce49520f015c230d4c750 | [
"BSD-3-Clause"
] | 257 | 2021-11-09T07:17:03.000Z | 2022-03-31T20:29:31.000Z | tests/core/conversion/converters/test_unary.cpp | svenchilton/Torch-TensorRT | 95d2b6e003a0392fe08ce49520f015c230d4c750 | [
"BSD-3-Clause"
] | 68 | 2021-11-10T05:03:22.000Z | 2022-03-22T17:07:32.000Z | #include <string>
#include "core/compiler.h"
#include "gtest/gtest.h"
#include "tests/util/util.h"
#include "torch/csrc/jit/ir/irparser.h"
namespace {
std::string gen_test_graph(const std::string& unary) {
return R"IR(
graph(%0 : Tensor):
%3 : Tensor = aten::)IR" +
unary + R"IR((%0)
retur... | 45.65 | 98 | 0.421687 | svenchilton |
9ed85862684081952eaa378ce68d29fcbc72a44b | 671 | cpp | C++ | tests/testFrameworkConsistencyTests.cpp | wulcat/Physics3D | dab5574f28f1e2831d568a5ce104f1b4a7bc28bb | [
"MIT"
] | 1 | 2021-02-14T07:07:51.000Z | 2021-02-14T07:07:51.000Z | tests/testFrameworkConsistencyTests.cpp | sierra-zero/Physics3D | 155aa492dbe83cfd1d8d41ac9180312823a51d8b | [
"MIT"
] | null | null | null | tests/testFrameworkConsistencyTests.cpp | sierra-zero/Physics3D | 155aa492dbe83cfd1d8d41ac9180312823a51d8b | [
"MIT"
] | 1 | 2021-03-28T18:51:10.000Z | 2021-03-28T18:51:10.000Z | #include "testsMain.h"
#include "compare.h"
#include "testValues.h"
#include "simulation.h"
#include "randomValues.h"
#include <array>
#include "../physics/misc/toString.h"
#include "../physics/math/taylorExpansion.h"
#define DELTA_T 0.005
TEST_CASE(testEstimateDerivativesOfComputeOverTime) {
FullTaylorExpansion<... | 30.5 | 111 | 0.76155 | wulcat |
9eda29730982c2a791c7d3fdbff4d7120bd1c219 | 10,395 | cpp | C++ | user_models/src/ican_app_dtnsubscriber.cpp | uclanrl/dt-icansim | 3d4288145abe4cafbbd75af2b0bc697c0bebe4e8 | [
"bzip2-1.0.6"
] | null | null | null | user_models/src/ican_app_dtnsubscriber.cpp | uclanrl/dt-icansim | 3d4288145abe4cafbbd75af2b0bc697c0bebe4e8 | [
"bzip2-1.0.6"
] | null | null | null | user_models/src/ican_app_dtnsubscriber.cpp | uclanrl/dt-icansim | 3d4288145abe4cafbbd75af2b0bc697c0bebe4e8 | [
"bzip2-1.0.6"
] | null | null | null | /*
* Copyright (c) 2013, Network Research Lab, University of California, Los Angeles
* Coded by Yu-Ting Yu [yutingyu@cs.ucla.edu]
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
*
* Redistributions... | 38.076923 | 187 | 0.607792 | uclanrl |
9edbf9448db565c20b097a07588c012e7583c0b1 | 5,958 | cpp | C++ | test/MathUtils.test.cpp | Brett208/nas2d-core | f9506540f32d34f3c60bc83b87b34460d582ae81 | [
"Zlib"
] | null | null | null | test/MathUtils.test.cpp | Brett208/nas2d-core | f9506540f32d34f3c60bc83b87b34460d582ae81 | [
"Zlib"
] | null | null | null | test/MathUtils.test.cpp | Brett208/nas2d-core | f9506540f32d34f3c60bc83b87b34460d582ae81 | [
"Zlib"
] | null | null | null | #include "NAS2D/MathUtils.h"
#include <gmock/gmock.h>
#include <gtest/gtest.h>
TEST(MathUtils, lineIntersectsCircle) {
const auto circleCenter = NAS2D::Point{0, 0};
// Interior
EXPECT_TRUE((lineIntersectsCircle(NAS2D::Point{-1, 0}, NAS2D::Point{1, 0}, circleCenter, 1)));
EXPECT_TRUE((lineIntersectsCircle(NAS2D:... | 46.546875 | 98 | 0.708795 | Brett208 |
9ede447ed61fcffdf1e327dd5c7977b4c8d4b2d3 | 5,819 | cpp | C++ | examples/stencils.cpp | MaxZZG/SpatialOps | c673081a6214ac3020d2fa92d09663922815f740 | [
"MIT"
] | null | null | null | examples/stencils.cpp | MaxZZG/SpatialOps | c673081a6214ac3020d2fa92d09663922815f740 | [
"MIT"
] | null | null | null | examples/stencils.cpp | MaxZZG/SpatialOps | c673081a6214ac3020d2fa92d09663922815f740 | [
"MIT"
] | null | null | null | /**
The MIT License
Copyright (c) 2014-2017 The University of Utah
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modif... | 40.409722 | 96 | 0.691184 | MaxZZG |
9ede70af27567db4985f78d522c08cb52960c29f | 28,457 | cpp | C++ | src/gui/settings.cpp | amoekesch/Kompass | 34f8f9d6579f4c221282d79b6b61f678baa0f738 | [
"MIT"
] | null | null | null | src/gui/settings.cpp | amoekesch/Kompass | 34f8f9d6579f4c221282d79b6b61f678baa0f738 | [
"MIT"
] | null | null | null | src/gui/settings.cpp | amoekesch/Kompass | 34f8f9d6579f4c221282d79b6b61f678baa0f738 | [
"MIT"
] | 1 | 2022-01-29T02:33:54.000Z | 2022-01-29T02:33:54.000Z | #include "settings.h"
Settings::Settings(TrayIcon *trayIcon, QWidget *parent) : QDialog(parent)
{
this->trayIcon = trayIcon;
setupUi();
setupData();
}
/**
* Setup dialog elements
* @brief Settings::setupUi
*/
void Settings::setupUi()
{
/**
* -------------------------------------------
* ... | 37.443421 | 138 | 0.640827 | amoekesch |
9edf986f0f9e9a08f05feccaca123622858ba98b | 1,888 | hpp | C++ | src/include/carve/collection_types.hpp | paulobala/ofxCarveCSG | 03ed31758cd866f78252ecbd734b8ed1adffe6f9 | [
"MIT"
] | 3 | 2015-05-19T08:46:57.000Z | 2020-05-25T06:38:02.000Z | src/include/carve/collection_types.hpp | paulobala/ofxCarveCSG | 03ed31758cd866f78252ecbd734b8ed1adffe6f9 | [
"MIT"
] | null | null | null | src/include/carve/collection_types.hpp | paulobala/ofxCarveCSG | 03ed31758cd866f78252ecbd734b8ed1adffe6f9 | [
"MIT"
] | 1 | 2019-05-24T15:32:56.000Z | 2019-05-24T15:32:56.000Z |
// Begin License:
// Copyright (C) 2006-2011 Tobias Sargeant (tobias.sargeant@gmail.com).
// All rights reserved.
//
// This file is part of the Carve CSG Library (http://carve-csg.com/)
//
// This file may be used under the terms of the GNU General Public
// License version 2.0 as published by the Free Software Found... | 29.5 | 71 | 0.683792 | paulobala |
9ee255db45690eb8a2dbc85303ce700bf39fdcdf | 2,735 | cpp | C++ | doc/4.4.0/MPG/linear.cpp | zayenz/gecode.github.io | e759c2c1940d9a018373bcc6c316d9cb04efa5a0 | [
"MIT-feh"
] | 1 | 2020-10-28T06:11:30.000Z | 2020-10-28T06:11:30.000Z | doc/4.4.0/MPG/linear.cpp | zayenz/gecode.github.io | e759c2c1940d9a018373bcc6c316d9cb04efa5a0 | [
"MIT-feh"
] | 1 | 2019-05-05T11:10:31.000Z | 2019-05-05T11:10:31.000Z | doc/4.4.0/MPG/linear.cpp | zayenz/gecode.github.io | e759c2c1940d9a018373bcc6c316d9cb04efa5a0 | [
"MIT-feh"
] | 4 | 2019-05-03T18:43:19.000Z | 2020-12-17T04:06:59.000Z | /*
* Authors:
* Christian Schulte <schulte@gecode.org>
*
* Copyright:
* Christian Schulte, 2008-2015
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software, to deal in the software without restriction,
* including without limitation the rights to use, cop... | 39.637681 | 78 | 0.692139 | zayenz |
9ee2a533ea352680e7ec0959ffea59d807d41923 | 8,602 | cxx | C++ | VTK/Imaging/vtkPointLoad.cxx | certik/paraview | 973d37b466552ce770ac0674f30040bb7e31d7fe | [
"BSD-3-Clause"
] | 1 | 2016-05-09T00:36:44.000Z | 2016-05-09T00:36:44.000Z | VTK/Imaging/vtkPointLoad.cxx | certik/paraview | 973d37b466552ce770ac0674f30040bb7e31d7fe | [
"BSD-3-Clause"
] | null | null | null | VTK/Imaging/vtkPointLoad.cxx | certik/paraview | 973d37b466552ce770ac0674f30040bb7e31d7fe | [
"BSD-3-Clause"
] | 3 | 2015-05-14T21:18:53.000Z | 2022-03-07T02:53:45.000Z | /*=========================================================================
Program: Visualization Toolkit
Module: $RCSfile: vtkPointLoad.cxx,v $
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
Thi... | 32.957854 | 104 | 0.577656 | certik |
9ee2f3dab5e307e5ba646b7683cfebbbb5798f91 | 41,408 | hpp | C++ | [教程] [本人] Counterstrike Global Offensive/Q.hvh陀螺自瞄/bsp_parser.hpp | RuiAoo/Game-Cheating-Tutorial | 8d67314d42ae019a7b7d2ed85c2be4f0a2199297 | [
"MIT"
] | 4 | 2020-12-25T19:18:06.000Z | 2022-03-25T01:55:37.000Z | [教程] [本人] Counterstrike Global Offensive/Q.hvh陀螺自瞄/bsp_parser.hpp | themaoci/Game-Cheating-Tutorial | 8d67314d42ae019a7b7d2ed85c2be4f0a2199297 | [
"MIT"
] | null | null | null | [教程] [本人] Counterstrike Global Offensive/Q.hvh陀螺自瞄/bsp_parser.hpp | themaoci/Game-Cheating-Tutorial | 8d67314d42ae019a7b7d2ed85c2be4f0a2199297 | [
"MIT"
] | 2 | 2022-03-22T05:51:02.000Z | 2022-03-22T11:34:59.000Z | ///--------------------------------------------------------------------------------
///-- Author ReactiioN
///-- Copyright 2016-2020, ReactiioN
///-- License MIT
///--------------------------------------------------------------------------------
#ifndef BSPPARSERH
#define BSPPARSERH
#pragma warning(di... | 26.224193 | 172 | 0.609568 | RuiAoo |
9ee77019157e95bf5d015c2d8fe5082f89ca7a08 | 73,649 | cpp | C++ | inference-engine/thirdparty/mkl-dnn/src/cpu/gemm/f32/jit_avx512_core_f32_copy_an_kern.cpp | fujunwei/dldt | 09497b7724de4be92629f7799b8538b483d809a2 | [
"Apache-2.0"
] | null | null | null | inference-engine/thirdparty/mkl-dnn/src/cpu/gemm/f32/jit_avx512_core_f32_copy_an_kern.cpp | fujunwei/dldt | 09497b7724de4be92629f7799b8538b483d809a2 | [
"Apache-2.0"
] | null | null | null | inference-engine/thirdparty/mkl-dnn/src/cpu/gemm/f32/jit_avx512_core_f32_copy_an_kern.cpp | fujunwei/dldt | 09497b7724de4be92629f7799b8538b483d809a2 | [
"Apache-2.0"
] | null | null | null | /*******************************************************************************
* Copyright 2019 Intel Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.o... | 31.075527 | 80 | 0.487379 | fujunwei |
9eeda50f40146688515e294ed4404e157c7b5596 | 495 | cpp | C++ | src/qthemes/walletupdateviewdialog.cpp | eddef/anoncoin | 7a018e15c814bba30e805cfe83f187388eadc0a8 | [
"MIT"
] | 90 | 2015-01-13T14:32:43.000Z | 2020-10-15T23:07:11.000Z | src/qthemes/walletupdateviewdialog.cpp | nonlinear-chaos-order-etc-etal/anoncoin | 5e441d8746240072f1379577e14ff7a17390b81f | [
"MIT"
] | 91 | 2015-01-07T03:44:14.000Z | 2020-12-24T13:56:27.000Z | src/qthemes/walletupdateviewdialog.cpp | nonlinear-chaos-order-etc-etal/anoncoin | 5e441d8746240072f1379577e14ff7a17390b81f | [
"MIT"
] | 42 | 2015-01-28T12:34:14.000Z | 2021-05-06T16:16:48.000Z | // Copyright (c) 2013-2017 The Anoncoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "walletupdateviewdialog.h"
#include "ui_walletupdateviewdialog.h"
WalletUpdateViewDialog::WalletUpdateViewDialog(Q... | 26.052632 | 70 | 0.765657 | eddef |
9eef9dfaf96dc936d0ccc2650df441729b530cbf | 1,140 | cpp | C++ | src/camera.cpp | gecko-robotics/gecko-opencv | 084fde09ac7e407da9e941a69a4cb8fcfeda2799 | [
"MIT"
] | 1 | 2020-03-15T19:24:43.000Z | 2020-03-15T19:24:43.000Z | src/camera.cpp | gecko-robotics/gecko-opencv | 084fde09ac7e407da9e941a69a4cb8fcfeda2799 | [
"MIT"
] | null | null | null | src/camera.cpp | gecko-robotics/gecko-opencv | 084fde09ac7e407da9e941a69a4cb8fcfeda2799 | [
"MIT"
] | null | null | null | #include <iostream>
#include <string>
#include <gecko/gecko.hpp>
#include <gecko/msgpack/msgs.hpp>
#include <opencv2/opencv.hpp>
#include "message.hpp"
using namespace cv;
using namespace std;
int main(){
gecko::init();
Mat src;
VideoCapture cam;
cam.open(0);
cam.set(CAP_PROP_FRAME_WIDTH, 640);
... | 20.357143 | 55 | 0.527193 | gecko-robotics |
9ef1cd348e782a92ccfd2e85f22eac11f34ca802 | 4,876 | cpp | C++ | libs/ml/src/ops/activations/leaky_relu.cpp | robertdickson/ledger | fd9ba1a3fb2ccbb212561695ebb745747a5402b4 | [
"Apache-2.0"
] | 96 | 2018-08-23T16:49:05.000Z | 2021-11-25T00:47:16.000Z | libs/ml/src/ops/activations/leaky_relu.cpp | robertdickson/ledger | fd9ba1a3fb2ccbb212561695ebb745747a5402b4 | [
"Apache-2.0"
] | 1,011 | 2018-08-17T12:25:21.000Z | 2021-11-18T09:30:19.000Z | libs/ml/src/ops/activations/leaky_relu.cpp | robertdickson/ledger | fd9ba1a3fb2ccbb212561695ebb745747a5402b4 | [
"Apache-2.0"
] | 65 | 2018-08-20T20:05:40.000Z | 2022-02-26T23:54:35.000Z | //------------------------------------------------------------------------------
//
// Copyright 2018-2020 Fetch.AI Limited
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// ... | 30.860759 | 96 | 0.671042 | robertdickson |
9ef26a84f5b673141c2eec5773dac8306ef0b414 | 4,216 | cpp | C++ | nvdaHelper/common/ia2utils.cpp | SWEN-712/screen-reader-brandonp728 | e30c25ad2d10ce632fac0548696a61a872328f59 | [
"bzip2-1.0.6"
] | null | null | null | nvdaHelper/common/ia2utils.cpp | SWEN-712/screen-reader-brandonp728 | e30c25ad2d10ce632fac0548696a61a872328f59 | [
"bzip2-1.0.6"
] | null | null | null | nvdaHelper/common/ia2utils.cpp | SWEN-712/screen-reader-brandonp728 | e30c25ad2d10ce632fac0548696a61a872328f59 | [
"bzip2-1.0.6"
] | null | null | null | /*
This file is a part of the NVDA project.
URL: http://www.nvda-project.org/
Copyright 2007-2019 NV Access Limited, Mozilla Corporation
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2.0, as published by
the Free Software Fo... | 30.114286 | 92 | 0.705408 | SWEN-712 |
9ef41150e8480aa968ac8af8e9c9bb60bf6f911c | 1,967 | cc | C++ | test/di-lib-test/LoggerTest.cc | yasuaki-miyoshi/cpp-develop-template | 3977d119b77b3deda604c2b6958bdadce65a8a41 | [
"MIT"
] | null | null | null | test/di-lib-test/LoggerTest.cc | yasuaki-miyoshi/cpp-develop-template | 3977d119b77b3deda604c2b6958bdadce65a8a41 | [
"MIT"
] | null | null | null | test/di-lib-test/LoggerTest.cc | yasuaki-miyoshi/cpp-develop-template | 3977d119b77b3deda604c2b6958bdadce65a8a41 | [
"MIT"
] | null | null | null | /**
* @file LoggerTest.cc
* @brief Implementation of unit test for an implementation of logger.
* @copyright Copyright (c) 2020 Yasuaki Miyoshi.
*
* This software is released under the MIT License.
* see http://opensource.org/licenses/mit-license.php
*/
#include <gtest/gtest.h>
#include <gtest/fakeit.hpp>
#inc... | 23.698795 | 70 | 0.664464 | yasuaki-miyoshi |
9ef4bfac2cc218253d50ec3c466f1f2a9e1e7a56 | 6,031 | cc | C++ | cpp/environment/LocalDescriptors.cc | phmalek/freud | cb0781f2009758638cd79a0bb6d44801e5473774 | [
"BSD-3-Clause"
] | null | null | null | cpp/environment/LocalDescriptors.cc | phmalek/freud | cb0781f2009758638cd79a0bb6d44801e5473774 | [
"BSD-3-Clause"
] | null | null | null | cpp/environment/LocalDescriptors.cc | phmalek/freud | cb0781f2009758638cd79a0bb6d44801e5473774 | [
"BSD-3-Clause"
] | null | null | null | // Copyright (c) 2010-2019 The Regents of the University of Michigan
// This file is from the freud project, released under the BSD 3-Clause License.
#include <algorithm>
#include <complex>
#include <stdexcept>
#include <tbb/tbb.h>
#include <utility>
#include <vector>
#include "Index1D.h"
#include "LocalDescriptors.h... | 39.418301 | 110 | 0.516332 | phmalek |
9ef949f81d3c1b0c78cb561f9935fcc2e67d3456 | 3,824 | cpp | C++ | MonoNative.Tests/mscorlib/System/mscorlib_System_ExecutionEngineException_Fixture.cpp | brunolauze/MonoNative | 959fb52c2c1ffe87476ab0d6e4fcce0ad9ce1e66 | [
"BSD-2-Clause"
] | 7 | 2015-03-10T03:36:16.000Z | 2021-11-05T01:16:58.000Z | MonoNative.Tests/mscorlib/System/mscorlib_System_ExecutionEngineException_Fixture.cpp | brunolauze/MonoNative | 959fb52c2c1ffe87476ab0d6e4fcce0ad9ce1e66 | [
"BSD-2-Clause"
] | 1 | 2020-06-23T10:02:33.000Z | 2020-06-24T02:05:47.000Z | MonoNative.Tests/mscorlib/System/mscorlib_System_ExecutionEngineException_Fixture.cpp | brunolauze/MonoNative | 959fb52c2c1ffe87476ab0d6e4fcce0ad9ce1e66 | [
"BSD-2-Clause"
] | null | null | null | // Mono Native Fixture
// Assembly: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
// Namespace: System
// Name: ExecutionEngineException
// C++ Typed Name: mscorlib::System::ExecutionEngineException
#include <gtest/gtest.h>
#include <mscorlib/System/mscorlib_System_ExecutionEngineExcepti... | 23.9 | 106 | 0.744247 | brunolauze |
9ef9bf801dd957c662893f06f4ecfcb95d457a45 | 1,812 | cpp | C++ | src/route/replication_change_handler.cpp | stolet/anna | a2aa8cd962371d1e0ed38b636d1d4c6054eeb228 | [
"Apache-2.0"
] | 489 | 2019-08-09T18:50:19.000Z | 2022-03-31T20:06:30.000Z | src/route/replication_change_handler.cpp | stolet/anna | a2aa8cd962371d1e0ed38b636d1d4c6054eeb228 | [
"Apache-2.0"
] | 46 | 2019-08-27T12:13:09.000Z | 2021-10-06T06:05:33.000Z | src/route/replication_change_handler.cpp | stolet/anna | a2aa8cd962371d1e0ed38b636d1d4c6054eeb228 | [
"Apache-2.0"
] | 109 | 2019-08-16T03:07:12.000Z | 2022-02-26T01:31:17.000Z | // Copyright 2019 U.C. Berkeley RISE Lab
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law... | 38.553191 | 80 | 0.663907 | stolet |
9efa1364e6ec239b2ac54b371cc274eeb0f04575 | 13,430 | hpp | C++ | openjdk11/src/hotspot/share/gc/shared/workgroup.hpp | iootclab/openjdk | b01fc962705eadfa96def6ecff46c44d522e0055 | [
"Apache-2.0"
] | 2 | 2018-06-19T05:43:32.000Z | 2018-06-23T10:04:56.000Z | openjdk11/src/hotspot/share/gc/shared/workgroup.hpp | iootclab/openjdk | b01fc962705eadfa96def6ecff46c44d522e0055 | [
"Apache-2.0"
] | null | null | null | openjdk11/src/hotspot/share/gc/shared/workgroup.hpp | iootclab/openjdk | b01fc962705eadfa96def6ecff46c44d522e0055 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (c) 2002, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | 32.756098 | 109 | 0.724423 | iootclab |
9efb015f6d24c9820019c7a83203c9e64b0c674b | 1,861 | cc | C++ | src/roots/test/tstfdjac.cc | jhchang-lanl/Draco | b8e3bcd38ab739615c1df506268d70bf99929efa | [
"BSD-3-Clause-Open-MPI"
] | 43 | 2017-02-17T23:47:36.000Z | 2022-03-14T07:53:43.000Z | src/roots/test/tstfdjac.cc | jhchang-lanl/Draco | b8e3bcd38ab739615c1df506268d70bf99929efa | [
"BSD-3-Clause-Open-MPI"
] | 848 | 2017-01-16T01:03:38.000Z | 2022-01-11T18:56:50.000Z | src/roots/test/tstfdjac.cc | jhchang-lanl/Draco | b8e3bcd38ab739615c1df506268d70bf99929efa | [
"BSD-3-Clause-Open-MPI"
] | 31 | 2017-03-02T19:51:15.000Z | 2021-09-08T02:33:34.000Z | //--------------------------------------------*-C++-*---------------------------------------------//
/*!
* \file roots/test/tstfdjac.cc
* \author Kent Budge
* \date Mon Aug 9 13:39:20 2004
* \note Copyright 2016-2020 Triad National Security, LLC., All rights reserved. */
//-----------------------------------... | 32.086207 | 100 | 0.350887 | jhchang-lanl |
9efc93a19adac6fd1104991d9c90fc8990112557 | 24,247 | cc | C++ | be/src/rpc/thrift-server-test.cc | suifengzhuliu/impala | 611f4c6f3b18cfcddff3b2956cbb87c295a87655 | [
"Apache-2.0"
] | null | null | null | be/src/rpc/thrift-server-test.cc | suifengzhuliu/impala | 611f4c6f3b18cfcddff3b2956cbb87c295a87655 | [
"Apache-2.0"
] | null | null | null | be/src/rpc/thrift-server-test.cc | suifengzhuliu/impala | 611f4c6f3b18cfcddff3b2956cbb87c295a87655 | [
"Apache-2.0"
] | null | null | null | // Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may... | 38.004702 | 95 | 0.71048 | suifengzhuliu |
9efda3f3195a7dca0c9d709754610d53fa42bcdc | 5,507 | cpp | C++ | test/strings.cpp | tilnewman/utilz | 401c2efe79bdddb786f04d153e7f443246268948 | [
"MIT"
] | null | null | null | test/strings.cpp | tilnewman/utilz | 401c2efe79bdddb786f04d153e7f443246268948 | [
"MIT"
] | null | null | null | test/strings.cpp | tilnewman/utilz | 401c2efe79bdddb786f04d153e7f443246268948 | [
"MIT"
] | null | null | null | #include "catch.hpp"
#include "utilz/strings.hpp"
using namespace utilz;
TEST_CASE("upperAndLower", "[upperAndLower]")
{
CHECK(isUpper('A'));
CHECK(isUpper('a') == false);
CHECK(isUpper('0') == false);
CHECK(isUpper('\0') == false);
CHECK(isUpper('\127') == false);
CHECK(isUpper('\255') == fa... | 31.83237 | 89 | 0.568731 | tilnewman |
9efdde2c19947cf87fefe1433d0741d9c5b7e81e | 1,536 | hpp | C++ | sprout/cstdint.hpp | EzoeRyou/Sprout | 12e12373d0f70543eac5f2ecfbec8f5112765f98 | [
"BSL-1.0"
] | 1 | 2016-09-29T21:55:58.000Z | 2016-09-29T21:55:58.000Z | sprout/cstdint.hpp | EzoeRyou/Sprout | 12e12373d0f70543eac5f2ecfbec8f5112765f98 | [
"BSL-1.0"
] | null | null | null | sprout/cstdint.hpp | EzoeRyou/Sprout | 12e12373d0f70543eac5f2ecfbec8f5112765f98 | [
"BSL-1.0"
] | null | null | null | /*=============================================================================
Copyright (c) 2011-2014 Bolero MURAKAMI
https://github.com/bolero-MURAKAMI/Sprout
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.tx... | 32 | 84 | 0.63737 | EzoeRyou |
9eff20e4c68c977b252caaaf78deff8e77c492e5 | 14,091 | cc | C++ | chrome/browser/ui/content_settings/content_setting_image_model.cc | Fusion-Rom/android_external_chromium_org | d8b126911c6ea9753e9f526bee5654419e1d0ebd | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2015-08-13T21:04:58.000Z | 2015-08-13T21:04:58.000Z | chrome/browser/ui/content_settings/content_setting_image_model.cc | Fusion-Rom/android_external_chromium_org | d8b126911c6ea9753e9f526bee5654419e1d0ebd | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | chrome/browser/ui/content_settings/content_setting_image_model.cc | Fusion-Rom/android_external_chromium_org | d8b126911c6ea9753e9f526bee5654419e1d0ebd | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2020-11-04T06:34:36.000Z | 2020-11-04T06:34:36.000Z | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/ui/content_settings/content_setting_image_model.h"
#include "chrome/browser/content_settings/host_content_settings_map.h"
#i... | 37.476064 | 80 | 0.785395 | Fusion-Rom |
9eff614c1245ec6e8480507a5814ba1b3dfefa66 | 874 | cpp | C++ | ColorTransfer/hw2.2/main.cpp | hsinewu/School | 2c55a3fd4a7794e64651b66d36f439a11c180b2c | [
"MIT"
] | null | null | null | ColorTransfer/hw2.2/main.cpp | hsinewu/School | 2c55a3fd4a7794e64651b66d36f439a11c180b2c | [
"MIT"
] | null | null | null | ColorTransfer/hw2.2/main.cpp | hsinewu/School | 2c55a3fd4a7794e64651b66d36f439a11c180b2c | [
"MIT"
] | null | null | null | #include <iostream>
#include <cmath>
#include <cassert>
using namespace std;
int printTable(const int h, const int v, const int n){
cout << "\tn\tK\tTHC\tOPT\tL\tmxc\tCL" << endl;
int bestk = 0,goodk=0;
int mxc = 0;
int Uc = h*v/n;
double thc = log2(2*n+1);
double opt = thc * Uc;
for(int k=1,maxk=h*v/n; k<=max... | 23 | 138 | 0.504577 | hsinewu |
9efff5e0efbbad6219fde5c5ba524aaa8ca40be4 | 6,136 | cpp | C++ | src/Library/Core/FileSystem/PermissionSet.cpp | cowlicks/library-core | 9a872ab7aa6bc4aba22734705b72dc22ea35ee77 | [
"Apache-2.0"
] | null | null | null | src/Library/Core/FileSystem/PermissionSet.cpp | cowlicks/library-core | 9a872ab7aa6bc4aba22734705b72dc22ea35ee77 | [
"Apache-2.0"
] | null | null | null | src/Library/Core/FileSystem/PermissionSet.cpp | cowlicks/library-core | 9a872ab7aa6bc4aba22734705b72dc22ea35ee77 | [
"Apache-2.0"
] | 1 | 2020-12-01T14:50:50.000Z | 2020-12-01T14:50:50.000Z | ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/// @project Library ▸ Core
/// @file Library/Core/FileSystem/PermissionSet.cpp
/// @author Lucas Brémond <lucas@loftorbital.com>
///... | 36.52381 | 167 | 0.383963 | cowlicks |
730644d4c1ccf4fd7d9b962bda161f174237706e | 20,780 | cpp | C++ | programs/koinos_chain/main.cpp | joticajulian/koinos-chain | b5db60b427ebb97dabf1acf8108e94bbc75a46d4 | [
"MIT"
] | null | null | null | programs/koinos_chain/main.cpp | joticajulian/koinos-chain | b5db60b427ebb97dabf1acf8108e94bbc75a46d4 | [
"MIT"
] | null | null | null | programs/koinos_chain/main.cpp | joticajulian/koinos-chain | b5db60b427ebb97dabf1acf8108e94bbc75a46d4 | [
"MIT"
] | null | null | null | #include <cstdlib>
#include <filesystem>
#include <fstream>
#include <iostream>
#include <string>
#include <boost/asio.hpp>
#include <boost/asio/signal_set.hpp>
#include <boost/program_options.hpp>
#include <boost/thread/sync_bounded_queue.hpp>
#include <yaml-cpp/yaml.h>
#include <google/protobuf/util/json_util.h>
... | 36.713781 | 181 | 0.576275 | joticajulian |
7307bd870d88963f31631b4c7027563256fb7b7c | 14,425 | cpp | C++ | Desktop/FOSSA-GroundStationControlPanel/FOSSAGSCP/MessageHandlers/FOSSASAT2_MessageHandler.cpp | FOSSASystems/FOSSA-GroundStationControlPanel | af83a09619239abe9fca09e073ab41c68bfd4822 | [
"MIT"
] | 2 | 2021-11-07T16:26:46.000Z | 2022-03-20T10:14:41.000Z | Desktop/FOSSA-GroundStationControlPanel/FOSSAGSCP/MessageHandlers/FOSSASAT2_MessageHandler.cpp | FOSSASystems/FOSSA-GroundStationControlPanel | af83a09619239abe9fca09e073ab41c68bfd4822 | [
"MIT"
] | 18 | 2020-08-28T13:38:36.000Z | 2020-09-30T11:08:42.000Z | Desktop/FOSSA-GroundStationControlPanel/FOSSAGSCP/MessageHandlers/FOSSASAT2_MessageHandler.cpp | FOSSASystems/FOSSA-GroundStationControlPanel | af83a09619239abe9fca09e073ab41c68bfd4822 | [
"MIT"
] | 2 | 2020-07-29T21:19:28.000Z | 2021-08-16T03:58:14.000Z | #include "FOSSASAT2_MessageHandler.h"
#include "../systeminformationpane.h"
#include "../ui_systeminformationpane.h"
#include "../mainwindow.h"
#include "../ui_mainwindow.h"
#include "../messagelogframe.h"
#include "../ui_messagelogframe.h"
void FOSSASAT2::MessageHandler::Handle(FOSSASAT2::Messages::SystemInfo msg, s... | 59.607438 | 147 | 0.825511 | FOSSASystems |
73093e0a1e1b7be8e1f0ba7f223d308cbb3aa8f1 | 5,499 | hpp | C++ | Engine/Rendering/Renderer.hpp | seb776/Tricible | fb1b7c7e027231c158a1945d3568777c4092ca6d | [
"Apache-2.0"
] | 2 | 2017-09-08T04:52:01.000Z | 2018-10-13T14:30:52.000Z | Engine/Rendering/Renderer.hpp | seb776/Tricible | fb1b7c7e027231c158a1945d3568777c4092ca6d | [
"Apache-2.0"
] | 2 | 2018-10-24T12:48:00.000Z | 2018-11-02T16:15:21.000Z | Engine/Rendering/Renderer.hpp | seb776/Tricible | fb1b7c7e027231c158a1945d3568777c4092ca6d | [
"Apache-2.0"
] | 1 | 2018-03-17T23:45:21.000Z | 2018-03-17T23:45:21.000Z | #pragma once
#include <iostream>
#include <vector>
#include <CL/cl2.hpp>
#include "../Scene/IntersectionInfo.hpp"
#include "../Scene/Sphere.hpp"
#include "../Scene/Plane.hpp"
#include "../Scene/Triangle.hpp"
#include "../Scene/ALight.hpp"
#include "../Scene/Scene.hpp"
#include "../Scene/Camera.hpp"
#include "../Tools/... | 31.786127 | 168 | 0.635025 | seb776 |
730c4cd547c66c1c273d95a1e390b4de51926eac | 5,106 | cxx | C++ | Common/Archive/Testing/Cxx/TestBufferedRenderWindowExporter.cxx | txwhhny/vtk | 854d9aa87b944bc9079510515996406b98b86f7c | [
"BSD-3-Clause"
] | 2 | 2021-07-07T22:53:19.000Z | 2021-07-31T19:29:35.000Z | Common/Archive/Testing/Cxx/TestBufferedRenderWindowExporter.cxx | txwhhny/vtk | 854d9aa87b944bc9079510515996406b98b86f7c | [
"BSD-3-Clause"
] | 2 | 2020-11-18T16:50:34.000Z | 2022-01-21T13:31:47.000Z | Common/Archive/Testing/Cxx/TestBufferedRenderWindowExporter.cxx | txwhhny/vtk | 854d9aa87b944bc9079510515996406b98b86f7c | [
"BSD-3-Clause"
] | 5 | 2020-10-02T10:14:35.000Z | 2022-03-10T07:50:22.000Z | /*=========================================================================
Program: Visualization Toolkit
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This software is distributed WITHOUT ANY WARRANTY; without e... | 26.05102 | 98 | 0.656874 | txwhhny |
730c7cda6ba4a143dc80e99a7e5e12f5523ef53e | 1,165 | cpp | C++ | Ejercicios/Ejercicio44_punto_de_Venta_parte5/Factura.cpp | Maldanar201/LenguajeProgramacion1 | 5a53c51077c0e41deff8daf40dbe6f0778b41f9c | [
"MIT"
] | null | null | null | Ejercicios/Ejercicio44_punto_de_Venta_parte5/Factura.cpp | Maldanar201/LenguajeProgramacion1 | 5a53c51077c0e41deff8daf40dbe6f0778b41f9c | [
"MIT"
] | null | null | null | Ejercicios/Ejercicio44_punto_de_Venta_parte5/Factura.cpp | Maldanar201/LenguajeProgramacion1 | 5a53c51077c0e41deff8daf40dbe6f0778b41f9c | [
"MIT"
] | null | null | null | #include <iostream>
using namespace std;
double subtotal = 0;
string listaProductos;
void agregarProducto(string descripcion, int cantidad, double precio)
{
listaProductos = listaProductos + descripcion + '\n';
subtotal = subtotal + (cantidad * precio);
}
void imprimirFactura()
{
//datos de entra... | 27.093023 | 79 | 0.593133 | Maldanar201 |
730e5b8f54f0a8878fb5a15d50a5c1ad3d1fdaaa | 1,580 | cpp | C++ | win32/src/KSException.cpp | antonhajdinaj/cryptocmd | cf5f8dc5e5dfdd753135fc33cbf852abdca21439 | [
"MIT"
] | null | null | null | win32/src/KSException.cpp | antonhajdinaj/cryptocmd | cf5f8dc5e5dfdd753135fc33cbf852abdca21439 | [
"MIT"
] | 1 | 2020-10-16T22:07:12.000Z | 2020-10-16T22:07:12.000Z | win32/src/KSException.cpp | antonhajdinaj/cryptocmd | cf5f8dc5e5dfdd753135fc33cbf852abdca21439 | [
"MIT"
] | null | null | null | /*
* Copyright (c) 2020 Cryptable BV. All rights reserved.
* (MIT License)
* Author: "David Tillemans"
* Date: 09/08/2020
*/
/*
* MIT License
* Author: David Tillemans
*/
#include <windows.h>
#include <strsafe.h>
#include <string>
#include <exception>
#include "KSException.h"
using namespace std;
KSException... | 27.241379 | 133 | 0.650633 | antonhajdinaj |
730ee948419c510cd5a0b075b38277b171c9b6ad | 1,136 | cpp | C++ | array/238.product-of-array-except-self.0.cpp | yeweili94/leetcode | 900fd11795f760e3d1d646f1f63887d4d22eb46e | [
"MIT"
] | null | null | null | array/238.product-of-array-except-self.0.cpp | yeweili94/leetcode | 900fd11795f760e3d1d646f1f63887d4d22eb46e | [
"MIT"
] | null | null | null | array/238.product-of-array-except-self.0.cpp | yeweili94/leetcode | 900fd11795f760e3d1d646f1f63887d4d22eb46e | [
"MIT"
] | null | null | null | /*
* [238] Product of Array Except Self
*
* https://leetcode.com/problems/product-of-array-except-self/description/
*
* algorithms
* Medium (51.44%)
* Total Accepted: 174.5K
* Total Submissions: 339.1K
* Testcase Example: '[1,2,3,4]'
*
* Given an array nums of n integers where n > 1, return an array out... | 24.695652 | 78 | 0.571303 | yeweili94 |
730fc97f49044fbeb287799e5894236da2fdb16d | 4,393 | cpp | C++ | Gems/AWSCore/Code/Tests/AWSCoreSystemComponentTest.cpp | cypherdotXd/o3de | bb90c4ddfe2d495e9c00ebf1e2650c6d603a5676 | [
"Apache-2.0",
"MIT"
] | 1 | 2021-08-08T19:54:51.000Z | 2021-08-08T19:54:51.000Z | Gems/AWSCore/Code/Tests/AWSCoreSystemComponentTest.cpp | cypherdotXd/o3de | bb90c4ddfe2d495e9c00ebf1e2650c6d603a5676 | [
"Apache-2.0",
"MIT"
] | 3 | 2021-09-08T03:41:27.000Z | 2022-03-12T01:01:29.000Z | Gems/AWSCore/Code/Tests/AWSCoreSystemComponentTest.cpp | cypherdotXd/o3de | bb90c4ddfe2d495e9c00ebf1e2650c6d603a5676 | [
"Apache-2.0",
"MIT"
] | null | null | null | /*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include <AzCore/Jobs/JobManager.h>
#include <AzCore/Jobs/JobContext.h>
#include <AzCore/Jobs/JobM... | 31.833333 | 100 | 0.739358 | cypherdotXd |
731078e3cca09de9b7f2a58853daab638030ecf5 | 1,858 | hpp | C++ | configuration/configmgr/configmgrlib/mod_template_support/Variables.hpp | jeclrsg/HPCC-Platform | c1daafb6060f0c47c95bce98e5431fedc33c592d | [
"Apache-2.0"
] | 286 | 2015-01-03T12:45:17.000Z | 2022-03-25T18:12:57.000Z | configuration/configmgr/configmgrlib/mod_template_support/Variables.hpp | jeclrsg/HPCC-Platform | c1daafb6060f0c47c95bce98e5431fedc33c592d | [
"Apache-2.0"
] | 9,034 | 2015-01-02T08:49:19.000Z | 2022-03-31T20:34:44.000Z | configuration/configmgr/configmgrlib/mod_template_support/Variables.hpp | cloLN/HPCC-Platform | 42ffb763a1cdcf611d3900831973d0a68e722bbe | [
"Apache-2.0"
] | 208 | 2015-01-02T03:27:28.000Z | 2022-02-11T05:54:52.000Z | /*##############################################################################
HPCC SYSTEMS software Copyright (C) 2018 HPCC Systems®.
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... | 32.596491 | 156 | 0.643703 | jeclrsg |
7314488479d60c80f34f4182c6596f12f8e29a98 | 2,223 | inl | C++ | dev/Code/Tools/PRT/CompressedLookupTable.inl | jeikabu/lumberyard | 07228c605ce16cbf5aaa209a94a3cb9d6c1a4115 | [
"AML"
] | 1,738 | 2017-09-21T10:59:12.000Z | 2022-03-31T21:05:46.000Z | dev/Code/Tools/PRT/CompressedLookupTable.inl | jeikabu/lumberyard | 07228c605ce16cbf5aaa209a94a3cb9d6c1a4115 | [
"AML"
] | 427 | 2017-09-29T22:54:36.000Z | 2022-02-15T19:26:50.000Z | dev/Code/Tools/PRT/CompressedLookupTable.inl | jeikabu/lumberyard | 07228c605ce16cbf5aaa209a94a3cb9d6c1a4115 | [
"AML"
] | 671 | 2017-09-21T08:04:01.000Z | 2022-03-29T14:30:07.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... | 33.179104 | 121 | 0.737742 | jeikabu |
73154f1463dc0e95144524ce5ad3fa010e1f17b4 | 400 | cpp | C++ | 02_Practice/Ch10/practice10-13.cpp | khsexk/OOP_by_cpp | 803b7f69a0514fc058d20c58ebb2c11bffa66ed0 | [
"MIT"
] | null | null | null | 02_Practice/Ch10/practice10-13.cpp | khsexk/OOP_by_cpp | 803b7f69a0514fc058d20c58ebb2c11bffa66ed0 | [
"MIT"
] | null | null | null | 02_Practice/Ch10/practice10-13.cpp | khsexk/OOP_by_cpp | 803b7f69a0514fc058d20c58ebb2c11bffa66ed0 | [
"MIT"
] | null | null | null | #include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
int main() {
vector<int> v;
cout << "5개의 정수를 입력하세요>> ";
for(int i=0 ; i<5 ; i++){
int n;
cin >> n;
v.push_back(n);
}
sort(v.begin(), v.end());
vector<int>::iterator it;
for(it=v.begin(... | 17.391304 | 45 | 0.4725 | khsexk |
731559feee7b54f810db1af00be33c6996220ba4 | 1,661 | cpp | C++ | src/eval/DISB.cpp | SJTU-IPADS/reef-artifacts | 8750974f2d6655525a2cc317bf2471914fe68dab | [
"Apache-2.0"
] | 7 | 2022-03-23T07:04:20.000Z | 2022-03-30T02:44:42.000Z | src/eval/DISB.cpp | SJTU-IPADS/reef-artifacts | 8750974f2d6655525a2cc317bf2471914fe68dab | [
"Apache-2.0"
] | null | null | null | src/eval/DISB.cpp | SJTU-IPADS/reef-artifacts | 8750974f2d6655525a2cc317bf2471914fe68dab | [
"Apache-2.0"
] | null | null | null | #include "DISB.h"
namespace DISB {
BenchmarkConfig::TaskConfig::TaskConfig(const std::string& _model_path, const std::string& _model_name, int _freq, int _prio) :
model_path(_model_path), model_name(_model_name), frequency(_freq), priority(_prio) {}
BenchmarkConfig::TaskConfig::Trace::Trace(int submit) : submit... | 35.340426 | 127 | 0.600843 | SJTU-IPADS |
73155ef1a3d923f3e1c6786163620d38f320d553 | 5,239 | cpp | C++ | earth_enterprise/src/server/mod_fdb/unpackermanager.cpp | seamusdunlop123/earthenterprise | a2651b1c00dd6230fd5d3d47502d228dbfca0f63 | [
"Apache-2.0"
] | 1 | 2019-09-03T06:08:04.000Z | 2019-09-03T06:08:04.000Z | earth_enterprise/src/server/mod_fdb/unpackermanager.cpp | seamusdunlop123/earthenterprise | a2651b1c00dd6230fd5d3d47502d228dbfca0f63 | [
"Apache-2.0"
] | null | null | null | earth_enterprise/src/server/mod_fdb/unpackermanager.cpp | seamusdunlop123/earthenterprise | a2651b1c00dd6230fd5d3d47502d228dbfca0f63 | [
"Apache-2.0"
] | null | null | null | // Copyright 2017 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | 34.24183 | 80 | 0.730292 | seamusdunlop123 |
73160f042ade6669ce253c8138413baca46ac274 | 4,364 | cpp | C++ | third_party/WebKit/Source/modules/serviceworkers/NavigatorServiceWorker.cpp | google-ar/chromium | 2441c86a5fd975f09a6c30cddb57dfb7fc239699 | [
"Apache-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 777 | 2017-08-29T15:15:32.000Z | 2022-03-21T05:29:41.000Z | third_party/WebKit/Source/modules/serviceworkers/NavigatorServiceWorker.cpp | harrymarkovskiy/WebARonARCore | 2441c86a5fd975f09a6c30cddb57dfb7fc239699 | [
"Apache-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 66 | 2017-08-30T18:31:18.000Z | 2021-08-02T10:59:35.000Z | third_party/WebKit/Source/modules/serviceworkers/NavigatorServiceWorker.cpp | harrymarkovskiy/WebARonARCore | 2441c86a5fd975f09a6c30cddb57dfb7fc239699 | [
"Apache-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 123 | 2017-08-30T01:19:34.000Z | 2022-03-17T22:55:31.000Z | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "modules/serviceworkers/NavigatorServiceWorker.h"
#include "core/dom/Document.h"
#include "core/frame/LocalDOMWindow.h"
#include "core/frame/Loc... | 34.634921 | 79 | 0.72594 | google-ar |
731628dd670593a284b13b9c50278195008c997e | 1,290 | cpp | C++ | pgadmin/hotdraw/figures/hdRectangleFigure.cpp | jinfroster/pgadmin3 | 8d573a7f13a8b4161225363f1972d75004589275 | [
"PostgreSQL"
] | null | null | null | pgadmin/hotdraw/figures/hdRectangleFigure.cpp | jinfroster/pgadmin3 | 8d573a7f13a8b4161225363f1972d75004589275 | [
"PostgreSQL"
] | null | null | null | pgadmin/hotdraw/figures/hdRectangleFigure.cpp | jinfroster/pgadmin3 | 8d573a7f13a8b4161225363f1972d75004589275 | [
"PostgreSQL"
] | null | null | null | //////////////////////////////////////////////////////////////////////////
//
// pgAdmin III - PostgreSQL Tools
//
// Copyright (C) 2002 - 2014, The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
// hdRectangleFigure.cpp - A simple rectangle figure
//
////////////////////////////... | 24.339623 | 85 | 0.663566 | jinfroster |
731663b535b4f9e317f23296c5d978eeb59d870d | 26,219 | cpp | C++ | Plugins/Area/Area.cpp | GideonCrawle/unified | 2a310e0012badfcc9675bd8c8554613b5354e21a | [
"MIT"
] | null | null | null | Plugins/Area/Area.cpp | GideonCrawle/unified | 2a310e0012badfcc9675bd8c8554613b5354e21a | [
"MIT"
] | null | null | null | Plugins/Area/Area.cpp | GideonCrawle/unified | 2a310e0012badfcc9675bd8c8554613b5354e21a | [
"MIT"
] | null | null | null | #include "Area.hpp"
#include "API/CAppManager.hpp"
#include "API/CServerExoApp.hpp"
#include "API/CNWSModule.hpp"
#include "API/CNWSTrigger.hpp"
#include "API/CNWSTile.hpp"
#include "API/CNWTileData.hpp"
#include "API/CNWSAmbientSound.hpp"
#include "API/CResStruct.hpp"
#include "API/CNWSCreature.hpp"
#include "API/CNW... | 29.998856 | 127 | 0.599603 | GideonCrawle |
731929676fcb16cba7fd64e4d1723bda2d455820 | 1,517 | cpp | C++ | articulations_point.cpp | tz01x/Algorithm | e64a5ceeff01e1b144866760e1682619d9bb0539 | [
"MIT"
] | null | null | null | articulations_point.cpp | tz01x/Algorithm | e64a5ceeff01e1b144866760e1682619d9bb0539 | [
"MIT"
] | null | null | null | articulations_point.cpp | tz01x/Algorithm | e64a5ceeff01e1b144866760e1682619d9bb0539 | [
"MIT"
] | 1 | 2021-01-18T15:46:34.000Z | 2021-01-18T15:46:34.000Z | #include<iostream>
#include<vector>
using namespace std;
int _time=0;
const int _size=10;
vector<int>graph[_size];
int color[_size];
int prev[_size];
int d[_size];
int f[_size];
int low[_size];
void dfs_visit(int v)
{
color[v]=1;
_time+=1;
d[v]=_time;
low[v]=d[v];
for(int i=0; i... | 17.639535 | 56 | 0.388926 | tz01x |
73210595f80820d4bc9a9389717bc0eb0b5f6289 | 2,586 | cpp | C++ | BOCA/AG/src/generator.cpp | Raquel29/PC1-IFB-CC | 36b55e95373a5f022651545248d8cb66bac1cd3f | [
"MIT"
] | 1 | 2020-05-24T02:22:13.000Z | 2020-05-24T02:22:13.000Z | BOCA/AG/src/generator.cpp | danielsaad/PC1-IFB-CC | 36b55e95373a5f022651545248d8cb66bac1cd3f | [
"MIT"
] | null | null | null | BOCA/AG/src/generator.cpp | danielsaad/PC1-IFB-CC | 36b55e95373a5f022651545248d8cb66bac1cd3f | [
"MIT"
] | 4 | 2019-05-15T10:55:57.000Z | 2019-10-26T13:46:48.000Z | #include "testlib.h"
#include <bits/stdc++.h>
using namespace std;
using vi = vector<int>;
const int MIN_N = 1;
const int MAX_N = 1e5;
const double MIN_V = -50.0;
const double MAX_V = 50.0;
const int rnd_test_n = 50;
template <typename T> void append(vector<T> &dest, const vector<T> &orig) {
dest.insert(dest.... | 24.396226 | 75 | 0.617556 | Raquel29 |
7322e7814e7024232046e7411cb1fe1d6e5fab64 | 4,053 | cpp | C++ | src/matUtils/describe.cpp | theosanderson/usher | a58c56361cbd40be9dd671afabfa0839aa1cd58e | [
"MIT"
] | null | null | null | src/matUtils/describe.cpp | theosanderson/usher | a58c56361cbd40be9dd671afabfa0839aa1cd58e | [
"MIT"
] | null | null | null | src/matUtils/describe.cpp | theosanderson/usher | a58c56361cbd40be9dd671afabfa0839aa1cd58e | [
"MIT"
] | null | null | null | #include "describe.hpp"
std::vector<std::string> mutation_paths(const MAT::Tree& T, std::vector<std::string> samples) {
std::vector<std::string> mpaths;
mpaths.push_back("sample_id\tpath_from_root");
for (auto sample: samples) {
std::string cpath = sample + "\t";
auto root_to_sample ... | 44.054348 | 137 | 0.506785 | theosanderson |
7322f78fb03ebbf9e6ec2fceb6d5aaae0ef66312 | 1,653 | cpp | C++ | flyweight_handmade/src/main.cpp | Thordreck/design_patterns_cpp | b7b8ccc76ba26b2f63b80a2022616f266001d85d | [
"MIT"
] | 1 | 2020-02-27T09:39:13.000Z | 2020-02-27T09:39:13.000Z | flyweight_handmade/src/main.cpp | Thordreck/design_patterns_cpp | b7b8ccc76ba26b2f63b80a2022616f266001d85d | [
"MIT"
] | null | null | null | flyweight_handmade/src/main.cpp | Thordreck/design_patterns_cpp | b7b8ccc76ba26b2f63b80a2022616f266001d85d | [
"MIT"
] | null | null | null | #include <map>
#include <string>
#include <sstream>
#include <iostream>
#include <boost/bimap.hpp>
// Bad implementation
struct BadUser
{
std::string name;
};
// Flyweight implementation
using key = uint32_t;
struct User
{
User(const std::string& _first_name, const std::string& _last_name)
: first_n... | 19.915663 | 71 | 0.554749 | Thordreck |
73255f170e0dd9897aa0a544aadb6bdebb5d83bb | 2,053 | hpp | C++ | include/transforms/coincidencer.hpp | kernsuite-debian/peasoup | d542e0b707d797883d7dacbfce8234d2465068de | [
"Apache-2.0"
] | 10 | 2015-10-03T00:17:03.000Z | 2021-05-09T11:29:24.000Z | include/transforms/coincidencer.hpp | kernsuite-debian/peasoup | d542e0b707d797883d7dacbfce8234d2465068de | [
"Apache-2.0"
] | 1 | 2018-03-20T08:37:41.000Z | 2018-03-20T08:50:01.000Z | include/transforms/coincidencer.hpp | kernsuite-debian/peasoup | d542e0b707d797883d7dacbfce8234d2465068de | [
"Apache-2.0"
] | 8 | 2015-10-28T16:01:58.000Z | 2021-11-03T05:53:41.000Z | #pragma once
#include <utils/utils.hpp>
#include <kernels/kernels.h>
#include <kernels/defaults.h>
#include <utils/exceptions.hpp>
#include <string>
#include <stdio.h>
struct Birdie {
public:
float freq;
float width;
Birdie(float freq, float width)
:freq(freq),width(width){}
};
class Coincidencer {
private:... | 23.872093 | 99 | 0.652216 | kernsuite-debian |
7331dc0b8fe960196a61778f185da6af56508db2 | 851 | cpp | C++ | src/Engine/TextureManager.cpp | charlieSewell/YOKAI | 4fb39975e58e9a49bc984bc6e844721a7ad9462e | [
"MIT"
] | null | null | null | src/Engine/TextureManager.cpp | charlieSewell/YOKAI | 4fb39975e58e9a49bc984bc6e844721a7ad9462e | [
"MIT"
] | null | null | null | src/Engine/TextureManager.cpp | charlieSewell/YOKAI | 4fb39975e58e9a49bc984bc6e844721a7ad9462e | [
"MIT"
] | null | null | null |
#include "TextureManager.hpp"
TextureManager::TextureManager() {
textureCount = 0;
}
TextureManager& TextureManager::getInstance()
{
static TextureManager instance;
return instance;
}
std::shared_ptr<Texture> TextureManager::getTexture(unsigned int textureID)
{
return textures.at(textureID).second;
}
u... | 27.451613 | 87 | 0.710928 | charlieSewell |
733333635261144663f236de5fae67cb08930ac3 | 21,475 | cc | C++ | components/payments/content/installable_payment_app_crawler.cc | DamieFC/chromium | 54ce2d3c77723697efd22cfdb02aea38f9dfa25c | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2020-10-18T02:33:40.000Z | 2020-10-18T02:33:40.000Z | components/payments/content/installable_payment_app_crawler.cc | DamieFC/chromium | 54ce2d3c77723697efd22cfdb02aea38f9dfa25c | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 3 | 2021-05-17T16:28:52.000Z | 2021-05-21T22:42:22.000Z | components/payments/content/installable_payment_app_crawler.cc | DamieFC/chromium | 54ce2d3c77723697efd22cfdb02aea38f9dfa25c | [
"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 "components/payments/content/installable_payment_app_crawler.h"
#include <limits>
#include <utility>
#include "base/bind.h"
#include "base/metr... | 39.331502 | 80 | 0.719767 | DamieFC |
7334155cd6991faa3a2b24d1c9c3ef5f675b55d5 | 3,771 | cc | C++ | torchRL/tube/src_cpp/replay_buffer.cc | RemiLacroix-IDRIS/Polygames | 513a5f9dfca4253950defdf4080f3925483f2873 | [
"MIT"
] | 2 | 2021-04-13T12:14:48.000Z | 2021-07-07T14:37:54.000Z | torchRL/tube/src_cpp/replay_buffer.cc | yichqin/Polygames | 3568b031b6e1c3aa4e5f4373798b6b542a1ac0ee | [
"MIT"
] | null | null | null | torchRL/tube/src_cpp/replay_buffer.cc | yichqin/Polygames | 3568b031b6e1c3aa4e5f4373798b6b542a1ac0ee | [
"MIT"
] | null | null | null | /**
* Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#include <sstream>
#include "replay_buffer.h"
using tube::ReplayBuffer;
std::vector<int64_t> sampleKfromN(... | 29.692913 | 78 | 0.632989 | RemiLacroix-IDRIS |
7335d7b844f2f4aced301b47e6d35db31f2e6c62 | 1,159 | cpp | C++ | B2G/gecko/content/xslt/src/xslt/txXSLTProcessor.cpp | wilebeast/FireFox-OS | 43067f28711d78c429a1d6d58c77130f6899135f | [
"Apache-2.0"
] | 3 | 2015-08-31T15:24:31.000Z | 2020-04-24T20:31:29.000Z | B2G/gecko/content/xslt/src/xslt/txXSLTProcessor.cpp | wilebeast/FireFox-OS | 43067f28711d78c429a1d6d58c77130f6899135f | [
"Apache-2.0"
] | null | null | null | B2G/gecko/content/xslt/src/xslt/txXSLTProcessor.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: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* 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 "txXSLTProcessor.h"
#incl... | 21.072727 | 79 | 0.67472 | wilebeast |
73360d0c3164f3f81e58c104dd2a42e81bc1b59f | 2,261 | cpp | C++ | src/DescriptorSets.cpp | ComicSansMS/GhulbusVulkan | b24ffb892a7573c957aed443a3fbd7ec281556e7 | [
"MIT"
] | null | null | null | src/DescriptorSets.cpp | ComicSansMS/GhulbusVulkan | b24ffb892a7573c957aed443a3fbd7ec281556e7 | [
"MIT"
] | null | null | null | src/DescriptorSets.cpp | ComicSansMS/GhulbusVulkan | b24ffb892a7573c957aed443a3fbd7ec281556e7 | [
"MIT"
] | null | null | null | #include <gbVk/DescriptorSets.hpp>
#include <gbVk/DescriptorSet.hpp>
#include <gbVk/Exceptions.hpp>
#include <gbBase/Assert.hpp>
namespace GHULBUS_VULKAN_NAMESPACE
{
DescriptorSets::DescriptorSets(VkDevice logical_device, VkDescriptorPool descriptor_pool,
std::vector<VkDescriptorSet> ... | 31.402778 | 119 | 0.708094 | ComicSansMS |
7339441b0f7e5ce5f5e4d3a45cf8bae997f721cb | 1,399 | cpp | C++ | src/vpg/ecs/coordinator.cpp | RiscadoA/voxel-platformer | 4e7aadad978c333a59f452a8ee9f4612ee128614 | [
"MIT"
] | 3 | 2021-03-01T16:00:04.000Z | 2022-01-07T03:45:32.000Z | src/vpg/ecs/coordinator.cpp | RiscadoA/voxel-platformer | 4e7aadad978c333a59f452a8ee9f4612ee128614 | [
"MIT"
] | null | null | null | src/vpg/ecs/coordinator.cpp | RiscadoA/voxel-platformer | 4e7aadad978c333a59f452a8ee9f4612ee128614 | [
"MIT"
] | 2 | 2021-03-27T03:54:24.000Z | 2021-06-22T13:53:07.000Z | #include <vpg/ecs/coordinator.hpp>
using namespace vpg::ecs;
EntityManager* Coordinator::entity_manager;
ComponentManager* Coordinator::component_manager;
SystemManager* Coordinator::system_manager;
void Coordinator::init() {
Coordinator::entity_manager = new EntityManager();
Coordinator::component_manager =... | 33.309524 | 82 | 0.764117 | RiscadoA |
733970f40d81a587e84dc78fb50cd0c0b32ead37 | 1,436 | cc | C++ | components/viz/service/display/display_resource_provider_null.cc | iridium-browser/iridium-browser | 907e31cf5ce5ad14d832796e3a7c11e496828959 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 575 | 2015-06-18T23:58:20.000Z | 2022-03-23T09:32:39.000Z | components/viz/service/display/display_resource_provider_null.cc | iridium-browser/iridium-browser | 907e31cf5ce5ad14d832796e3a7c11e496828959 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 113 | 2015-05-04T09:58:14.000Z | 2022-01-31T19:35:03.000Z | components/viz/service/display/display_resource_provider_null.cc | iridium-browser/iridium-browser | 907e31cf5ce5ad14d832796e3a7c11e496828959 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 52 | 2015-07-14T10:40:50.000Z | 2022-03-15T01:11:49.000Z | // Copyright 2021 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 "components/viz/service/display/display_resource_provider_null.h"
#include <vector>
namespace viz {
DisplayResourceProviderNull::DisplayResour... | 29.306122 | 74 | 0.743036 | iridium-browser |
733aa5dd5cee7e3d0971b9a33b13021549b2bb7c | 1,115 | cpp | C++ | rclcpp/src/rclcpp/generic_publisher.cpp | jlack1987/rclcpp | d107a844eae6f4d6a86515f0b3e469802ab1e785 | [
"Apache-2.0"
] | 271 | 2015-04-07T15:26:53.000Z | 2022-03-31T17:42:58.000Z | rclcpp/src/rclcpp/generic_publisher.cpp | jlack1987/rclcpp | d107a844eae6f4d6a86515f0b3e469802ab1e785 | [
"Apache-2.0"
] | 1,676 | 2015-01-15T23:46:56.000Z | 2022-03-31T21:32:06.000Z | rclcpp/src/rclcpp/generic_publisher.cpp | jlack1987/rclcpp | d107a844eae6f4d6a86515f0b3e469802ab1e785 | [
"Apache-2.0"
] | 299 | 2015-10-05T16:51:32.000Z | 2022-03-30T11:23:18.000Z | // Copyright 2018, Bosch Software Innovations GmbH.
// Copyright 2021, Apex.AI 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
//... | 31.857143 | 98 | 0.750673 | jlack1987 |
733ab413cbd65cc36cd5c460707989d85209d60b | 12,434 | cpp | C++ | Examples/Beginner/02_IntroducingPVRShell/OGLES/OGLESIntroducingPVRShell.cpp | kusharami/PowerVR_Native_SDK | 41557a911316126417ce4c92f1b89396f24f39d6 | [
"MIT"
] | null | null | null | Examples/Beginner/02_IntroducingPVRShell/OGLES/OGLESIntroducingPVRShell.cpp | kusharami/PowerVR_Native_SDK | 41557a911316126417ce4c92f1b89396f24f39d6 | [
"MIT"
] | null | null | null | Examples/Beginner/02_IntroducingPVRShell/OGLES/OGLESIntroducingPVRShell.cpp | kusharami/PowerVR_Native_SDK | 41557a911316126417ce4c92f1b89396f24f39d6 | [
"MIT"
] | null | null | null | /*!*********************************************************************************************************************
\File OGLESIntroducingPVRShell.cpp
\Title Introduces PVRShell
\Author PowerVR by Imagination, Developer Technology Team
\Copyright Copyright (c) Imagination Technologies Limit... | 41.036304 | 131 | 0.637044 | kusharami |
733af3a7744f90b2453a8cffa75262fda58a92cb | 29,366 | cpp | C++ | src/server/game/Battlegrounds/Zones/BattlegroundBG.cpp | Frankenhooker/ArkCORE | 0a7be7fc0b67e9ef3de421ab5de6012eac7dec6d | [
"OpenSSL"
] | 1 | 2020-03-27T15:13:49.000Z | 2020-03-27T15:13:49.000Z | src/server/game/Battlegrounds/Zones/BattlegroundBG.cpp | Frankenhooker/ArkCORE | 0a7be7fc0b67e9ef3de421ab5de6012eac7dec6d | [
"OpenSSL"
] | null | null | null | src/server/game/Battlegrounds/Zones/BattlegroundBG.cpp | Frankenhooker/ArkCORE | 0a7be7fc0b67e9ef3de421ab5de6012eac7dec6d | [
"OpenSSL"
] | null | null | null | /*
* Copyright (C) 2005 - 2012 MaNGOS <http://www.getmangos.com/>
*
* Copyright (C) 2008 - 2012 Trinity <http://www.trinitycore.org/>
*
* Copyright (C) 2010 - 2012 ProjectSkyfire <http://www.projectskyfire.org/>
*
* Copyright (C) 2011 - 2012 ArkCORE <http://www.arkania.net/>
*
* This program is free software; ... | 43.248895 | 2,238 | 0.657189 | Frankenhooker |
733d7b79a999ae32d67139a140a7dc67412ed77a | 976 | hpp | C++ | Analyser/Static/AppleII/Target.hpp | laurentd75/CLK | 55dbeefeb2539541409265391ba9f7d70d89449e | [
"MIT"
] | 674 | 2016-05-05T18:47:48.000Z | 2022-03-30T01:48:53.000Z | Analyser/Static/AppleII/Target.hpp | laurentd75/CLK | 55dbeefeb2539541409265391ba9f7d70d89449e | [
"MIT"
] | 223 | 2016-05-11T13:45:11.000Z | 2022-03-27T08:20:26.000Z | Analyser/Static/AppleII/Target.hpp | laurentd75/CLK | 55dbeefeb2539541409265391ba9f7d70d89449e | [
"MIT"
] | 36 | 2017-11-24T18:07:52.000Z | 2022-03-17T23:30:14.000Z | //
// Target.hpp
// Clock Signal
//
// Created by Thomas Harte on 21/04/2018.
// Copyright 2018 Thomas Harte. All rights reserved.
//
#ifndef Analyser_Static_AppleII_Target_h
#define Analyser_Static_AppleII_Target_h
#include "../../../Reflection/Enum.hpp"
#include "../../../Reflection/Struct.hpp"
#include "../Sta... | 19.137255 | 87 | 0.722336 | laurentd75 |
733daf02579f5fe384df00ed67128d6fdd6be52f | 2,362 | hh | C++ | src/mem/cache/split_mshr_cache.hh | xiaoyaozi5566/DynamicCache | 250e7a901f3244f69d0c8de4d3f525a92dbfaac5 | [
"BSD-3-Clause"
] | null | null | null | src/mem/cache/split_mshr_cache.hh | xiaoyaozi5566/DynamicCache | 250e7a901f3244f69d0c8de4d3f525a92dbfaac5 | [
"BSD-3-Clause"
] | null | null | null | src/mem/cache/split_mshr_cache.hh | xiaoyaozi5566/DynamicCache | 250e7a901f3244f69d0c8de4d3f525a92dbfaac5 | [
"BSD-3-Clause"
] | 1 | 2021-07-05T18:02:56.000Z | 2021-07-05T18:02:56.000Z | #include "mem/cache/base.hh"
#include "mem/cache/cache.hh"
#include "params/BaseCache.hh"
#include "stdio.h"
typedef BaseCacheParams Params;
template <class TagStore>
class SplitMSHRCache : public Cache<TagStore>
{
typedef typename Cache<TagStore>::MemSidePacketQueue MemSidePacketQueue;
private:
MSHRQueu... | 32.805556 | 83 | 0.596528 | xiaoyaozi5566 |
733fc07f7c5f458967ca915e86970400d613d709 | 2,998 | cpp | C++ | src/frozentxo_logging.cpp | ZacharyPainter/bitcoin-sv | 98064703540dc085bdee53408ff10644f4b8fe28 | [
"OML"
] | 1 | 2022-01-21T00:35:44.000Z | 2022-01-21T00:35:44.000Z | src/frozentxo_logging.cpp | wjxee/bitcoin-sv | 98064703540dc085bdee53408ff10644f4b8fe28 | [
"OML"
] | null | null | null | src/frozentxo_logging.cpp | wjxee/bitcoin-sv | 98064703540dc085bdee53408ff10644f4b8fe28 | [
"OML"
] | null | null | null | // Copyright (c) 2021 Bitcoin Association
// Distributed under the Open BSV software license, see the accompanying file LICENSE.
#include "frozentxo_logging.h"
#include "logging.h"
#include "core_io.h"
#include "boost/date_time/posix_time/posix_time.hpp"
CFrozenTXOLogger::CFrozenTXOLogger() = default;
CFrozenTXO... | 30.282828 | 160 | 0.696798 | ZacharyPainter |
7340d6cd0c5a3f2220523abb7f0dc6014eaf6324 | 3,550 | cpp | C++ | romsel_aktheme/arm9/source/windows/smallclock.cpp | ccccmark/TWiLightMenu | 1c7ac841044e042829313d8e9d54f1f790d5ac58 | [
"MIT"
] | null | null | null | romsel_aktheme/arm9/source/windows/smallclock.cpp | ccccmark/TWiLightMenu | 1c7ac841044e042829313d8e9d54f1f790d5ac58 | [
"MIT"
] | null | null | null | romsel_aktheme/arm9/source/windows/smallclock.cpp | ccccmark/TWiLightMenu | 1c7ac841044e042829313d8e9d54f1f790d5ac58 | [
"MIT"
] | null | null | null | /*
smallclock.cpp
Copyright (C) 2007 Acekard, www.acekard.com
Copyright (C) 2007-2009 somebody
Copyright (C) 2009 yellow wood goblin
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Fo... | 26.893939 | 106 | 0.62169 | ccccmark |
73451ac4cb2398f05fdcade493f69566554ad5f8 | 34,192 | cc | C++ | ui/views/controls/button/button_unittest.cc | mghgroup/Glide-Browser | 6a4c1eaa6632ec55014fee87781c6bbbb92a2af5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | ui/views/controls/button/button_unittest.cc | mghgroup/Glide-Browser | 6a4c1eaa6632ec55014fee87781c6bbbb92a2af5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | ui/views/controls/button/button_unittest.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 (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ui/views/controls/button/button.h"
#include <memory>
#include <utility>
#include "base/bind.h"
#include "base/callback_forward.h"
#include... | 35.616667 | 80 | 0.739354 | mghgroup |
7346a15238faf3ee9fe014b2790e6792d040a18b | 5,662 | cpp | C++ | src/video/VideoManager.cpp | jaspervdj/JVGS | 59be35ed61b355b445b82bf32796c0f229e21b60 | [
"WTFPL"
] | 31 | 2015-02-02T04:51:10.000Z | 2021-02-20T10:04:41.000Z | src/video/VideoManager.cpp | jaspervdj/JVGS | 59be35ed61b355b445b82bf32796c0f229e21b60 | [
"WTFPL"
] | 2 | 2016-08-30T09:26:31.000Z | 2016-09-14T20:01:20.000Z | src/video/VideoManager.cpp | jaspervdj/JVGS | 59be35ed61b355b445b82bf32796c0f229e21b60 | [
"WTFPL"
] | 7 | 2015-02-02T05:02:09.000Z | 2021-12-24T06:53:01.000Z | #include "VideoManager.h"
#include "Renderer.h"
#include <SDL.h>
#include <SDL_opengl.h>
using namespace jvgs::math;
using namespace std;
namespace jvgs
{
namespace video
{
VideoManager::VideoManager()
{
SDL_InitSubSystem(SDL_INIT_VIDEO);
flags = SDL_DOUBLEBUF | SDL_H... | 26.834123 | 78 | 0.481632 | jaspervdj |
73473a583759c7f36c5d220103ac14b0bc68fa93 | 2,409 | cc | C++ | ma/maShapeHandler.cc | cwsmith/core | 840fbf6ec49a63aeaa3945f11ddb224f6055ac9f | [
"BSD-3-Clause"
] | 138 | 2015-01-05T15:50:20.000Z | 2022-02-25T01:09:58.000Z | ma/maShapeHandler.cc | cwsmith/core | 840fbf6ec49a63aeaa3945f11ddb224f6055ac9f | [
"BSD-3-Clause"
] | 337 | 2015-08-07T18:24:58.000Z | 2022-03-31T14:39:03.000Z | ma/maShapeHandler.cc | cwsmith/core | 840fbf6ec49a63aeaa3945f11ddb224f6055ac9f | [
"BSD-3-Clause"
] | 70 | 2015-01-17T00:58:41.000Z | 2022-02-13T04:58:20.000Z | /******************************************************************************
Copyright 2013 Scientific Computation Research Center,
Rensselaer Polytechnic Institute. All rights reserved.
The LICENSE file included with this distribution describes the terms
of the SCOREC Non-Commercial License this p... | 22.942857 | 80 | 0.589041 | cwsmith |