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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c17fb51b9965c2495e4001235648056f36fafc18 | 655 | cpp | C++ | solutions/beecrowd/1281/1281.cpp | deniscostadsc/playground | 11fa8e2b708571940451f005e1f55af0b6e5764a | [
"MIT"
] | 18 | 2015-01-22T04:08:51.000Z | 2022-01-08T22:36:47.000Z | solutions/beecrowd/1281/1281.cpp | deniscostadsc/playground | 11fa8e2b708571940451f005e1f55af0b6e5764a | [
"MIT"
] | 4 | 2016-04-25T12:32:46.000Z | 2021-06-15T18:01:30.000Z | solutions/beecrowd/1281/1281.cpp | deniscostadsc/playground | 11fa8e2b708571940451f005e1f55af0b6e5764a | [
"MIT"
] | 25 | 2015-03-02T06:21:51.000Z | 2021-09-12T20:49:21.000Z | #include <cstdint>
#include <cstdio>
#include <iostream>
#include <map>
#include <string>
int main() {
double price, result;
int32_t n, p, q, quantity;
std::map< std::string, double > prices;
std::string fruit;
std::cin >> n;
while (n--) {
result = 0.0;
prices.clear();
... | 17.236842 | 47 | 0.467176 | deniscostadsc |
c1812d08d9d03987552ec67444543443d73ad5ea | 2,137 | cpp | C++ | C++/cat-and-mouse.cpp | black-shadows/LeetCode-Solutions | b1692583f7b710943ffb19b392b8bf64845b5d7a | [
"Fair",
"Unlicense"
] | 1 | 2020-04-16T08:38:14.000Z | 2020-04-16T08:38:14.000Z | cat-and-mouse.cpp | Jeevan-kumar-Raj/LeetCode-Solutions-Topicwise | f1111b4edd401a3fc47111993bd7250cf4dc76da | [
"MIT"
] | null | null | null | cat-and-mouse.cpp | Jeevan-kumar-Raj/LeetCode-Solutions-Topicwise | f1111b4edd401a3fc47111993bd7250cf4dc76da | [
"MIT"
] | 1 | 2021-12-25T14:48:56.000Z | 2021-12-25T14:48:56.000Z | // Time: O(n^3)
// Space: O(n^2)
class Solution {
private:
template <typename A, typename B, typename C>
struct TupleHash {
size_t operator()(const tuple<A, B, C>& p) const {
size_t seed = 0;
A a; B b; C c;
tie(a, b, c) = p;
seed ^= std::hash<... | 31.895522 | 105 | 0.463734 | black-shadows |
c181376c76225121a45f8f7bcdb424de4fa33935 | 27,425 | cc | C++ | mindspore/ccsrc/minddata/dataset/engine/cache/cache_server.cc | huxian123/mindspore | ec5ba10c82bbd6eccafe32d3a1149add90105bc8 | [
"Apache-2.0"
] | 2 | 2021-04-22T07:00:59.000Z | 2021-11-08T02:49:09.000Z | mindspore/ccsrc/minddata/dataset/engine/cache/cache_server.cc | nudt-eddie/mindspore | 55372b41fdfae6d2b88d7078971e06d537f6c558 | [
"Apache-2.0"
] | 1 | 2020-12-29T06:46:38.000Z | 2020-12-29T06:46:38.000Z | mindspore/ccsrc/minddata/dataset/engine/cache/cache_server.cc | nudt-eddie/mindspore | 55372b41fdfae6d2b88d7078971e06d537f6c558 | [
"Apache-2.0"
] | 1 | 2021-05-10T03:30:36.000Z | 2021-05-10T03:30:36.000Z | /**
* Copyright 2020 Huawei Technologies Co., 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 ag... | 40.330882 | 120 | 0.691778 | huxian123 |
c182280f9209c80a121f69cdabff864bdffb567e | 8,923 | cpp | C++ | utils/geo/demo1.cpp | AuraUAS/aura-core | 4711521074db72ba9089213e14455d89dc5306c0 | [
"MIT",
"BSD-2-Clause-FreeBSD"
] | 8 | 2016-08-03T19:35:03.000Z | 2019-12-15T06:25:05.000Z | utils/geo/demo1.cpp | jarilq/aura-core | 7880ed265396bf8c89b783835853328e6d7d1589 | [
"MIT",
"BSD-2-Clause-FreeBSD"
] | 4 | 2018-09-27T15:48:56.000Z | 2018-11-05T12:38:10.000Z | utils/geo/demo1.cpp | jarilq/aura-core | 7880ed265396bf8c89b783835853328e6d7d1589 | [
"MIT",
"BSD-2-Clause-FreeBSD"
] | 5 | 2017-06-28T19:15:36.000Z | 2020-02-19T19:31:24.000Z | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "math/SGMath.hxx"
void print_vec3( const char *pref, SGVec3d v ) {
printf("%s %.3f %.3f %.3f\n", pref, v[0], v[1], v[2]);
}
SGQuatd compute_ned2body( double roll_deg, double pitch_deg, double yaw_deg ) {
double yaw_rad = yaw_deg * SGD_DEGRE... | 33.545113 | 127 | 0.670066 | AuraUAS |
c184369c50700cd126a7f04f0e0b682b146c1330 | 143 | cpp | C++ | building_cpp_with_sfml_wave_01/main.cpp | michaelgautier/codeexpo | f10a38d41cfbea521fc5938360d4481f966593ae | [
"Apache-2.0"
] | 1 | 2019-05-14T15:13:42.000Z | 2019-05-14T15:13:42.000Z | building_cpp_with_sfml_wave_01/main.cpp | michaelgautier/codeexpo | f10a38d41cfbea521fc5938360d4481f966593ae | [
"Apache-2.0"
] | null | null | null | building_cpp_with_sfml_wave_01/main.cpp | michaelgautier/codeexpo | f10a38d41cfbea521fc5938360d4481f966593ae | [
"Apache-2.0"
] | null | null | null | #include "program.h"
using namespace Gautier::SFMLApp;
int main()
{
Program SFMLAppProgram;
SFMLAppProgram.Execute();
return 0;
}
| 14.3 | 34 | 0.692308 | michaelgautier |
c1868d48624a8a26e01e0810da3e31770a8091d1 | 2,957 | cc | C++ | src/heap/finalization-registry-cleanup-task.cc | gilanghamidy/DifferentialFuzzingWASM-v8 | 28a546d241027a5fb715cacd26fd31d06b4bb0c1 | [
"BSD-3-Clause"
] | 1 | 2020-12-25T00:58:59.000Z | 2020-12-25T00:58:59.000Z | src/heap/finalization-registry-cleanup-task.cc | gilanghamidy/DifferentialFuzzingWASM-v8 | 28a546d241027a5fb715cacd26fd31d06b4bb0c1 | [
"BSD-3-Clause"
] | 2 | 2020-02-29T08:38:40.000Z | 2020-03-03T04:15:40.000Z | src/heap/finalization-registry-cleanup-task.cc | gilanghamidy/DifferentialFuzzingWASM-v8 | 28a546d241027a5fb715cacd26fd31d06b4bb0c1 | [
"BSD-3-Clause"
] | 1 | 2020-09-05T18:28:16.000Z | 2020-09-05T18:28:16.000Z | // Copyright 2020 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "src/heap/finalization-registry-cleanup-task.h"
#include "src/execution/frames.h"
#include "src/execution/interrupts-scope.h"
#include "src/ex... | 37.910256 | 80 | 0.748732 | gilanghamidy |
c18879c2f0c496713cb539480a752414bebb9ea4 | 270 | cpp | C++ | OSE Resources Mesh ASSIMP/Resources/Mesh/MeshLoaderFactoryASSIMP.cpp | rexapex/OSE-V2-Game-Engine- | cbf8040d4b017275c073373f8438b227e691858d | [
"MIT"
] | 1 | 2019-09-29T17:45:11.000Z | 2019-09-29T17:45:11.000Z | OSE Resources Mesh ASSIMP/Resources/Mesh/MeshLoaderFactoryASSIMP.cpp | rexapex/OSE-V2-Game-Engine- | cbf8040d4b017275c073373f8438b227e691858d | [
"MIT"
] | 10 | 2020-11-13T13:41:26.000Z | 2020-11-16T18:46:57.000Z | OSE Resources Mesh ASSIMP/Resources/Mesh/MeshLoaderFactoryASSIMP.cpp | rexapex/OSE-Game-Engine | cbf8040d4b017275c073373f8438b227e691858d | [
"MIT"
] | null | null | null | #include "pch.h"
#include "MeshLoaderFactoryASSIMP.h"
#include "MeshLoaderASSIMP.h"
namespace ose::resources
{
uptr<MeshLoader> MeshLoaderFactoryASSIMP::NewMeshLoader(std::string const & project_path)
{
return ose::make_unique<MeshLoaderASSIMP>(project_path);
}
}
| 22.5 | 90 | 0.781481 | rexapex |
c18cb54a11ca97b2edfd4006c9a68a268f7448fc | 1,920 | cc | C++ | examples/inspection.cc | swift-nav/albatross | 54f2edec3f19149f04a2e2e3bbb0b05aba7faba6 | [
"MIT"
] | 15 | 2018-04-10T02:05:06.000Z | 2022-02-07T23:33:27.000Z | examples/inspection.cc | swift-nav/albatross | 54f2edec3f19149f04a2e2e3bbb0b05aba7faba6 | [
"MIT"
] | 79 | 2018-04-19T20:36:18.000Z | 2021-08-04T16:21:19.000Z | examples/inspection.cc | swift-nav/albatross | 54f2edec3f19149f04a2e2e3bbb0b05aba7faba6 | [
"MIT"
] | 4 | 2018-04-06T03:12:16.000Z | 2020-09-11T03:25:08.000Z | /*
* Copyright (C) 2018 Swift Navigation Inc.
* Contact: Swift Navigation <dev@swiftnav.com>
*
* This source is subject to the license found in the file 'LICENSE' which must
* be distributed together with this source. All other rights reserved.
*
* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY O... | 30.967742 | 79 | 0.707292 | swift-nav |
c1912ea74245bba0a13490e451db7b7bd44d188f | 4,369 | cc | C++ | chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc | pozdnyakov/chromium-crosswalk | 0fb25c7278bf1d93e53a3b0bcb75aa8b99d4b26e | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 9 | 2018-09-21T05:36:12.000Z | 2021-11-15T15:14:36.000Z | chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc | pozdnyakov/chromium-crosswalk | 0fb25c7278bf1d93e53a3b0bcb75aa8b99d4b26e | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.cc | pozdnyakov/chromium-crosswalk | 0fb25c7278bf1d93e53a3b0bcb75aa8b99d4b26e | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 3 | 2018-11-28T14:54:13.000Z | 2020-07-02T07:36:07.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/extensions/api/app_current_window_internal/app_current_window_internal_api.h"
#include "base/command_line.h"
#include "chrom... | 30.340278 | 102 | 0.750057 | pozdnyakov |
c1916fcbacd55009a99677cac0d6f078e316d7c4 | 14,367 | cpp | C++ | 1 course/lab_6_dyn_array/main.cpp | SgAkErRu/labs | 9cf71e131513beb3c54ad3599f2a1e085bff6947 | [
"BSD-3-Clause"
] | null | null | null | 1 course/lab_6_dyn_array/main.cpp | SgAkErRu/labs | 9cf71e131513beb3c54ad3599f2a1e085bff6947 | [
"BSD-3-Clause"
] | null | null | null | 1 course/lab_6_dyn_array/main.cpp | SgAkErRu/labs | 9cf71e131513beb3c54ad3599f2a1e085bff6947 | [
"BSD-3-Clause"
] | null | null | null | // ver 1.2 - 08.04.19
#include <iostream>
#include <fstream>
#include <ctime>
#include <cmath>
using namespace std;
void filling_array_from_keyboard (short int *A, int N)
{
cout << "*** Осуществляется заполнение динамического массива значениями с клавиатуры ***" << endl;
cout << "Задайте значения элементов ди... | 35.299754 | 163 | 0.523839 | SgAkErRu |
c192cb1f45bb9aa1c09aaf04a25b8692ff7450c0 | 463 | hpp | C++ | include/MessageType.hpp | smalls12/blokus | 33141e55a613c5b74ac5c5ac8807d1972269d788 | [
"Apache-2.0"
] | 1 | 2018-12-28T00:06:30.000Z | 2018-12-28T00:06:30.000Z | include/MessageType.hpp | smalls12/blokus | 33141e55a613c5b74ac5c5ac8807d1972269d788 | [
"Apache-2.0"
] | 1 | 2020-02-07T17:46:26.000Z | 2020-02-07T18:12:07.000Z | include/MessageType.hpp | smalls12/blokus | 33141e55a613c5b74ac5c5ac8807d1972269d788 | [
"Apache-2.0"
] | null | null | null | #pragma once
/* =========================================================
*
* Identifies the type of message before passing down to
* message abstraction layer
*
* ========================================================= */
enum class MessageType
{
REGISTRATION_REQUEST = 0,
REGISTRATION_RESPONSE,
S... | 21.045455 | 63 | 0.526998 | smalls12 |
c193a0dbbd64bbe5bdca20744fb7a9044b65ecae | 2,442 | hpp | C++ | Plugins/AIOUSB/AIOUSB/deprecated/classlib/AnalogIORange.hpp | networkmodeling/RCVW | 0cd801c5b06824ea295594e227e78eef71d671cc | [
"Apache-2.0"
] | 1 | 2021-06-04T23:44:01.000Z | 2021-06-04T23:44:01.000Z | Plugins/AIOUSB/AIOUSB/deprecated/classlib/AnalogIORange.hpp | networkmodeling/RCVW | 0cd801c5b06824ea295594e227e78eef71d671cc | [
"Apache-2.0"
] | null | null | null | Plugins/AIOUSB/AIOUSB/deprecated/classlib/AnalogIORange.hpp | networkmodeling/RCVW | 0cd801c5b06824ea295594e227e78eef71d671cc | [
"Apache-2.0"
] | 2 | 2021-04-30T22:04:57.000Z | 2021-05-01T19:05:47.000Z | /*
* $RCSfile: AnalogIORange.hpp,v $
* $Date: 2009/12/10 00:10:51 $
* $Revision: 1.1 $
* jEdit:tabSize=4:indentSize=4:collapseFolds=1:
*
* class AnalogIORange declarations
*/
#if ! defined( AnalogIORange_hpp )
#define AnalogIORange_hpp
#include <USBDeviceManager.hpp>
namespace AIOUSB {
/*... | 35.391304 | 115 | 0.711302 | networkmodeling |
c19423d8515ffc8dab6df22f350aa7c5456fd559 | 3,527 | cc | C++ | components/policy/core/common/policy_pref_names.cc | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 14,668 | 2015-01-01T01:57:10.000Z | 2022-03-31T23:33:32.000Z | components/policy/core/common/policy_pref_names.cc | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 86 | 2015-10-21T13:02:42.000Z | 2022-03-14T07:50:50.000Z | components/policy/core/common/policy_pref_names.cc | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 5,941 | 2015-01-02T11:32:21.000Z | 2022-03-31T16:35:46.000Z | // Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/policy/core/common/policy_pref_names.h"
namespace policy {
namespace policy_prefs {
// 64-bit serialization of the time last policy... | 41.988095 | 80 | 0.799263 | zealoussnow |
c19516318101f87afda968297a424cef154c357a | 3,318 | cpp | C++ | stdlib/imgproc/resize_kernel.cpp | keunhong/scanner | d6439d18b2a363f3cd5e34e12d416bd1e97449fa | [
"Apache-2.0"
] | 1 | 2018-12-05T07:17:49.000Z | 2018-12-05T07:17:49.000Z | stdlib/imgproc/resize_kernel.cpp | quanhua92/scanner | e14153c18078f707fe1b487c0cffb95d6997d737 | [
"Apache-2.0"
] | null | null | null | stdlib/imgproc/resize_kernel.cpp | quanhua92/scanner | e14153c18078f707fe1b487c0cffb95d6997d737 | [
"Apache-2.0"
] | 1 | 2018-10-05T21:37:11.000Z | 2018-10-05T21:37:11.000Z | #include "scanner/api/kernel.h"
#include "scanner/api/op.h"
#include "scanner/util/cuda.h"
#include "scanner/util/memory.h"
#include "scanner/util/opencv.h"
#include "stdlib/stdlib.pb.h"
namespace scanner {
class ResizeKernel : public BatchedKernel {
public:
ResizeKernel(const KernelConfig& config)
: BatchedKe... | 31.009346 | 80 | 0.630199 | keunhong |
c1951e2242d124f3a46fb98ab36a1ea7db5fdf95 | 1,314 | hpp | C++ | include/ShishGL/Core/EventSystem/EventManager.hpp | Shishqa/ShishGL | 36a3273aecb4b87d040616059ed9487d18abac1a | [
"MIT"
] | null | null | null | include/ShishGL/Core/EventSystem/EventManager.hpp | Shishqa/ShishGL | 36a3273aecb4b87d040616059ed9487d18abac1a | [
"MIT"
] | null | null | null | include/ShishGL/Core/EventSystem/EventManager.hpp | Shishqa/ShishGL | 36a3273aecb4b87d040616059ed9487d18abac1a | [
"MIT"
] | null | null | null | /*============================================================================*/
#ifndef SHISHGL_EVENT_MANAGER_HPP
#define SHISHGL_EVENT_MANAGER_HPP
/*============================================================================*/
#include <type_traits>
#include <queue>
#include "Event.hpp"
/*==========================... | 28.565217 | 80 | 0.407915 | Shishqa |
c1993d81cf1dc7d9650ccd9182b64a24e13f924d | 12,064 | cpp | C++ | sp/src/game/server/hoe/hoe_human_medic.cpp | timbaker/heart-of-evil | 4e4729b7ae2dd314fb3695fe8d52545c601d2106 | [
"Unlicense"
] | 2 | 2016-01-11T19:20:59.000Z | 2022-03-06T14:19:37.000Z | sp/src/game/server/hoe/hoe_human_medic.cpp | timbaker/heart-of-evil | 4e4729b7ae2dd314fb3695fe8d52545c601d2106 | [
"Unlicense"
] | null | null | null | sp/src/game/server/hoe/hoe_human_medic.cpp | timbaker/heart-of-evil | 4e4729b7ae2dd314fb3695fe8d52545c601d2106 | [
"Unlicense"
] | null | null | null | #include "cbase.h"
#include "ai_senses.h"
#include "npcevent.h"
#include "hoe_human_medic.h"
#include "schedule_hacks.h"
// memdbgon must be the last include file in a .cpp file!!!
#include "tier0/memdbgon.h"
BEGIN_DATADESC( CHOEHumanMedic )
DEFINE_FIELD( m_flTimeHealedPlayer, FIELD_TIME ),
DEFINE_USEFUNC( UseMedic... | 25.888412 | 135 | 0.606764 | timbaker |
c19b51b3fe764224c02028a55ff9196d04646bc6 | 130 | cc | C++ | build/ARM/arch/arm/pmu.cc | zhoushuxin/impl_of_HPCA2018 | 594d807fb0c0712bb7766122c4efe3321d012687 | [
"BSD-3-Clause"
] | 5 | 2019-12-12T16:26:09.000Z | 2022-03-17T03:23:33.000Z | build/ARM/arch/arm/pmu.cc | zhoushuxin/impl_of_HPCA2018 | 594d807fb0c0712bb7766122c4efe3321d012687 | [
"BSD-3-Clause"
] | null | null | null | build/ARM/arch/arm/pmu.cc | zhoushuxin/impl_of_HPCA2018 | 594d807fb0c0712bb7766122c4efe3321d012687 | [
"BSD-3-Clause"
] | null | null | null | version https://git-lfs.github.com/spec/v1
oid sha256:debc68e4dbb38b0effed848d9297d632f5013185a2fedb77865d89d6d835e1e3
size 20574
| 32.5 | 75 | 0.884615 | zhoushuxin |
c19b84e57de39631c337542cc5c6e7a9c4d57b19 | 1,439 | cpp | C++ | src/module.cpp | CrendKing/proxy-copy-handler | 06e00839ef84c596a41851030f35530d79f3a7cd | [
"MIT"
] | 4 | 2020-04-18T04:01:06.000Z | 2022-03-06T09:24:15.000Z | src/module.cpp | CrendKing/proxy-copy-handler | 06e00839ef84c596a41851030f35530d79f3a7cd | [
"MIT"
] | null | null | null | src/module.cpp | CrendKing/proxy-copy-handler | 06e00839ef84c596a41851030f35530d79f3a7cd | [
"MIT"
] | null | null | null | class ProxyCopyHandlerModule : public ATL::CAtlDllModuleT<ProxyCopyHandlerModule> {
} g_module;
extern "C" auto WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) -> BOOL {
return g_module.DllMain(dwReason, lpReserved);
}
_Use_decl_annotations_ extern "C" auto STDAPICALLTYPE DllCanUnloadNow() ... | 31.977778 | 150 | 0.71091 | CrendKing |
c19cdf735fd7d3b989dd6fa2a040fcf18383e1d8 | 6,318 | cpp | C++ | src/shogun/features/streaming/StreamingHashedSparseFeatures.cpp | srgnuclear/shogun | 33c04f77a642416376521b0cd1eed29b3256ac13 | [
"Ruby",
"MIT"
] | 1 | 2015-11-05T18:31:14.000Z | 2015-11-05T18:31:14.000Z | src/shogun/features/streaming/StreamingHashedSparseFeatures.cpp | waderly/shogun | 9288b6fa38e001d63c32188f7f847dadea66e2ae | [
"Ruby",
"MIT"
] | null | null | null | src/shogun/features/streaming/StreamingHashedSparseFeatures.cpp | waderly/shogun | 9288b6fa38e001d63c32188f7f847dadea66e2ae | [
"Ruby",
"MIT"
] | null | null | null | /*
* 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 Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* Written (W) 2013 Evangelos Anagnostopoulos
* Copyright (C)... | 26.658228 | 101 | 0.790282 | srgnuclear |
c19d9250d7067d3e1874ebc8316af9643769da00 | 1,090 | hpp | C++ | src/shader.hpp | BujakiAttila/GPGPU-GameOfLife | 6fd13fe5f7a6a21c7820822df54d737f750177d2 | [
"MIT"
] | null | null | null | src/shader.hpp | BujakiAttila/GPGPU-GameOfLife | 6fd13fe5f7a6a21c7820822df54d737f750177d2 | [
"MIT"
] | null | null | null | src/shader.hpp | BujakiAttila/GPGPU-GameOfLife | 6fd13fe5f7a6a21c7820822df54d737f750177d2 | [
"MIT"
] | null | null | null | #ifndef _SHADER_
#define _SHADER_
#include <string>
#include <GL/glew.h>
class Shader{
private:
GLuint shaderProgram;
Shader();
bool fileToString(const char* path, char* &out, int& len);
public:
Shader(const char* vertexShaderPath, const char* fragmentShaderPath);
virtual ~Shader();
void shaderFromFil... | 25.348837 | 81 | 0.73578 | BujakiAttila |
c19fab504630ceb5e28c641dab3be61995a3dbf6 | 589 | cpp | C++ | kattis_numbertree.cpp | dylanashley/programming-problems | aeba99daaaade1071ed3ab8d51d6f36e84493ef6 | [
"MIT"
] | null | null | null | kattis_numbertree.cpp | dylanashley/programming-problems | aeba99daaaade1071ed3ab8d51d6f36e84493ef6 | [
"MIT"
] | null | null | null | kattis_numbertree.cpp | dylanashley/programming-problems | aeba99daaaade1071ed3ab8d51d6f36e84493ef6 | [
"MIT"
] | null | null | null | #include <iostream>
#include <string>
using namespace std;
int main()
{
int height;
int label = 1;
string path;
cin >> height;
if (cin.eof())
{
label = (1 << (height + 1)) - 1;
}
else
{
cin >> path;
for (int i = 0; i < path.length(); ++i)
{
... | 15.102564 | 47 | 0.353141 | dylanashley |
c1a05395e177597e8174ca15b7c1be33909f4053 | 3,681 | cpp | C++ | inference-engine/tests/functional/inference_engine/serialization/single_layer/pooling.cpp | JOCh1958/openvino | 070201feeec5550b7cf8ec5a0ffd72dc879750be | [
"Apache-2.0"
] | 1 | 2022-02-10T08:05:09.000Z | 2022-02-10T08:05:09.000Z | inference-engine/tests/functional/inference_engine/serialization/single_layer/pooling.cpp | JOCh1958/openvino | 070201feeec5550b7cf8ec5a0ffd72dc879750be | [
"Apache-2.0"
] | 40 | 2020-12-04T07:46:57.000Z | 2022-02-21T13:04:40.000Z | inference-engine/tests/functional/inference_engine/serialization/single_layer/pooling.cpp | JOCh1958/openvino | 070201feeec5550b7cf8ec5a0ffd72dc879750be | [
"Apache-2.0"
] | 1 | 2020-08-30T11:48:03.000Z | 2020-08-30T11:48:03.000Z | // Copyright (C) 2018-2021 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#include <vector>
#include "shared_test_classes/single_layer/pooling.hpp"
#include "common_test_utils/test_constants.hpp"
using namespace LayerTestsDefinitions;
namespace {
TEST_P(PoolingLayerTest, Serialize) {
Serial... | 39.580645 | 75 | 0.561261 | JOCh1958 |
c1a4c73501006f4f9b893b09820d43af00459514 | 2,343 | cpp | C++ | Sandbox/src/Sandbox3D/Model/Billboard.cpp | cyandestructor/Sandbox3D | de19e962aeb69f7e6f28fe07263f95920332287a | [
"MIT"
] | null | null | null | Sandbox/src/Sandbox3D/Model/Billboard.cpp | cyandestructor/Sandbox3D | de19e962aeb69f7e6f28fe07263f95920332287a | [
"MIT"
] | null | null | null | Sandbox/src/Sandbox3D/Model/Billboard.cpp | cyandestructor/Sandbox3D | de19e962aeb69f7e6f28fe07263f95920332287a | [
"MIT"
] | null | null | null | #include "Billboard.h"
Billboard::Billboard()
{
static const float vertices[] = {
-0.5f, -0.5f, 0.0f,
0.0f, 0.0f,
0.5f, -0.5f, 0.0f,
1.0f, 0.0f,
-0.5f, 0.5f, 0.0f,
0.0f, 1.0f,
0.5f, 0.5f, 0.0f,
1.0f, 1.0f
};
m_vertexArray = Jass::VertexArray::Create();
auto vbo = Jass::VertexBuffer::Creat... | 26.033333 | 103 | 0.673922 | cyandestructor |
c1a772fac95cff54fc9ab0a09ae37a05490478ca | 537 | cpp | C++ | lintcode/rotatestring.cpp | WIZARD-CXY/pl | 22b7f5d81804f4e333d3cff6433364ba1a0ac7ef | [
"Apache-2.0"
] | 1 | 2016-01-20T08:26:34.000Z | 2016-01-20T08:26:34.000Z | lintcode/rotatestring.cpp | WIZARD-CXY/pl | 22b7f5d81804f4e333d3cff6433364ba1a0ac7ef | [
"Apache-2.0"
] | 1 | 2015-10-21T05:38:17.000Z | 2015-11-02T07:42:55.000Z | lintcode/rotatestring.cpp | WIZARD-CXY/pl | 22b7f5d81804f4e333d3cff6433364ba1a0ac7ef | [
"Apache-2.0"
] | null | null | null | class Solution {
public:
/**
* param A: A string
* param offset: Rotate string with offset.
* return: Rotated string.
*/
string rotateString(string A, int offset) {
// wirte your code here
int len=A.size();
if(len==0){
return "";
}
o... | 21.48 | 48 | 0.489758 | WIZARD-CXY |
c1a857079e4988789cdbca79dddf135c1f093773 | 2,306 | hpp | C++ | Graphics/ShaderTools/include/DXCompilerBaseUWP.hpp | AndreyMlashkin/DiligentCore | 20d5d7d2866e831a73437db2dec16bdc61413eb0 | [
"Apache-2.0"
] | null | null | null | Graphics/ShaderTools/include/DXCompilerBaseUWP.hpp | AndreyMlashkin/DiligentCore | 20d5d7d2866e831a73437db2dec16bdc61413eb0 | [
"Apache-2.0"
] | null | null | null | Graphics/ShaderTools/include/DXCompilerBaseUWP.hpp | AndreyMlashkin/DiligentCore | 20d5d7d2866e831a73437db2dec16bdc61413eb0 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENS... | 29.948052 | 119 | 0.694276 | AndreyMlashkin |
c1abcc6c4d69344a88dabfe4514c64506da48639 | 3,470 | cxx | C++ | panda/src/physics/linearCylinderVortexForce.cxx | cmarshall108/panda3d-python3 | 8bea2c0c120b03ec1c9fd179701fdeb7510bb97b | [
"PHP-3.0",
"PHP-3.01"
] | null | null | null | panda/src/physics/linearCylinderVortexForce.cxx | cmarshall108/panda3d-python3 | 8bea2c0c120b03ec1c9fd179701fdeb7510bb97b | [
"PHP-3.0",
"PHP-3.01"
] | null | null | null | panda/src/physics/linearCylinderVortexForce.cxx | cmarshall108/panda3d-python3 | 8bea2c0c120b03ec1c9fd179701fdeb7510bb97b | [
"PHP-3.0",
"PHP-3.01"
] | null | null | null | /**
* PANDA 3D SOFTWARE
* Copyright (c) Carnegie Mellon University. All rights reserved.
*
* All use of this software is subject to the terms of the revised BSD
* license. You should have received a copy of this license along
* with this source code in a file named "LICENSE."
*
* @file linearCylinderVortexFor... | 25.514706 | 83 | 0.712968 | cmarshall108 |
c1acef96e757de6f7164ceb13a1438d633c00458 | 2,136 | cc | C++ | ivpd/src/model/GetRenderResultResult.cc | iamzken/aliyun-openapi-cpp-sdk | 3c991c9ca949b6003c8f498ce7a672ea88162bf1 | [
"Apache-2.0"
] | 89 | 2018-02-02T03:54:39.000Z | 2021-12-13T01:32:55.000Z | ivpd/src/model/GetRenderResultResult.cc | iamzken/aliyun-openapi-cpp-sdk | 3c991c9ca949b6003c8f498ce7a672ea88162bf1 | [
"Apache-2.0"
] | 89 | 2018-03-14T07:44:54.000Z | 2021-11-26T07:43:25.000Z | ivpd/src/model/GetRenderResultResult.cc | aliyun/aliyun-openapi-cpp-sdk | 0cf5861ece17dfb0bb251f13bf3fbdb39c0c6e36 | [
"Apache-2.0"
] | 69 | 2018-01-22T09:45:52.000Z | 2022-03-28T07:58:38.000Z | /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... | 28.105263 | 75 | 0.733614 | iamzken |
c1af627d759e58563bb83352b9dc2d6045ef4db2 | 49,547 | cpp | C++ | src/energyplus/ForwardTranslator/ForwardTranslatePlantLoop.cpp | muehleisen/OpenStudio | 3bfe89f6c441d1e61e50b8e94e92e7218b4555a0 | [
"blessing"
] | 354 | 2015-01-10T17:46:11.000Z | 2022-03-29T10:00:00.000Z | src/energyplus/ForwardTranslator/ForwardTranslatePlantLoop.cpp | muehleisen/OpenStudio | 3bfe89f6c441d1e61e50b8e94e92e7218b4555a0 | [
"blessing"
] | 3,243 | 2015-01-02T04:54:45.000Z | 2022-03-31T17:22:22.000Z | src/energyplus/ForwardTranslator/ForwardTranslatePlantLoop.cpp | jmarrec/OpenStudio | 5276feff0d8dbd6c8ef4e87eed626bc270a19b14 | [
"blessing"
] | 157 | 2015-01-07T15:59:55.000Z | 2022-03-30T07:46:09.000Z | /***********************************************************************************************************************
* OpenStudio(R), Copyright (c) 2008-2021, Alliance for Sustainable Energy, LLC, and other contributors. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without m... | 52.597665 | 182 | 0.71306 | muehleisen |
c1b1b4df493e9cec2f39abd06ab30bd1b5f951d8 | 1,146 | cpp | C++ | codeground/8. 블럭 없애기.cpp | Jeongseo21/Algorithm-1 | 1bce4f3d2328c3b3e24b9d7772fca43090a285e1 | [
"MIT"
] | null | null | null | codeground/8. 블럭 없애기.cpp | Jeongseo21/Algorithm-1 | 1bce4f3d2328c3b3e24b9d7772fca43090a285e1 | [
"MIT"
] | null | null | null | codeground/8. 블럭 없애기.cpp | Jeongseo21/Algorithm-1 | 1bce4f3d2328c3b3e24b9d7772fca43090a285e1 | [
"MIT"
] | null | null | null |
/*
* codeground - Practice - 연습문제 - 8. 블럭 없애기
* 문제 : https://www.codeground.org/practice/practiceProblemList
* 시간복잡도 : O(N)
* 알고리즘 : DP
*/
#include <iostream>
#include <vector>
#include <algorithm>
#define inf 1e9
using namespace std;
int solve()
{
int n;
cin >> n;
vector<int> arr(n + 2, 0);
for (int i = 1;... | 21.222222 | 87 | 0.557592 | Jeongseo21 |
c1b2d9c78cc8681e372856b32e7984e8cbae57e7 | 3,268 | cpp | C++ | mitsuba-af602c6fd98a/src/bsdfs/null.cpp | NTForked-ML/pbrs | 0b405d92c12d257e2581366542762c9f0c3facce | [
"MIT"
] | 139 | 2017-04-21T00:22:34.000Z | 2022-02-16T20:33:10.000Z | mitsuba-af602c6fd98a/src/bsdfs/null.cpp | NTForked-ML/pbrs | 0b405d92c12d257e2581366542762c9f0c3facce | [
"MIT"
] | 11 | 2017-08-15T18:22:59.000Z | 2019-07-01T05:44:41.000Z | mitsuba-af602c6fd98a/src/bsdfs/null.cpp | NTForked-ML/pbrs | 0b405d92c12d257e2581366542762c9f0c3facce | [
"MIT"
] | 30 | 2017-07-21T03:56:45.000Z | 2022-03-11T06:55:34.000Z | /*
This file is part of Mitsuba, a physically based rendering system.
Copyright (c) 2007-2014 by Wenzel Jakob and others.
Mitsuba is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License Version 3
as published by the Free Software Foundation.
... | 26.786885 | 85 | 0.680845 | NTForked-ML |
c1b2dda506c35560662cdca065997345243ec9c0 | 39,587 | cc | C++ | google/cloud/vision/v1/geometry.pb.cc | allquixotic/kynnaugh-cc | 8b4d0cdb7e6e3cae76aba43507bb56cee225c36f | [
"Apache-2.0"
] | 3 | 2017-01-09T10:45:00.000Z | 2018-12-18T19:57:13.000Z | google/cloud/vision/v1/geometry.pb.cc | allquixotic/kynnaugh-cc | 8b4d0cdb7e6e3cae76aba43507bb56cee225c36f | [
"Apache-2.0"
] | null | null | null | google/cloud/vision/v1/geometry.pb.cc | allquixotic/kynnaugh-cc | 8b4d0cdb7e6e3cae76aba43507bb56cee225c36f | [
"Apache-2.0"
] | null | null | null | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/vision/v1/geometry.proto
#define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION
#include "google/cloud/vision/v1/geometry.pb.h"
#include <algorithm>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/port.h>
#inc... | 32.448361 | 115 | 0.717508 | allquixotic |
c1b7f7dd34eb8411c40fb30e8c598d2f394af34f | 16,940 | cpp | C++ | LibUIDK/WLText.cpp | swjsky/sktminest | 42fa47d9ffb0f50a5727e42811e949fff920bec9 | [
"MIT"
] | 3 | 2019-12-03T09:04:04.000Z | 2021-01-29T02:03:30.000Z | LibUIDK/WLText.cpp | dushulife/LibUIDK | 04e79e64eaadfaa29641c24e9cddd9abde544aac | [
"MIT"
] | null | null | null | LibUIDK/WLText.cpp | dushulife/LibUIDK | 04e79e64eaadfaa29641c24e9cddd9abde544aac | [
"MIT"
] | 2 | 2019-09-12T07:49:42.000Z | 2019-12-24T22:28:49.000Z | // WLText.cpp : implementation file
//
#include "stdafx.h"
#include "ResourceMgr.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
struct WLTXTMEMBER
{
WLTXTMEMBER()
{
int i = 0;
for (i = 0; i < 2; ++i)
{
m_himgBk[i] = NULL;
}
m_p... | 21.690141 | 97 | 0.683353 | swjsky |
c1bc3217157f05a7f5c6b4d616af269158d13564 | 71,185 | cpp | C++ | examples/client_test.cpp | svn2github/libtorrent-rasterbar-RC_0_16 | c2c8dc24c82816c336d7c45c3ae7a3ab3821077a | [
"BSL-1.0",
"BSD-3-Clause"
] | null | null | null | examples/client_test.cpp | svn2github/libtorrent-rasterbar-RC_0_16 | c2c8dc24c82816c336d7c45c3ae7a3ab3821077a | [
"BSL-1.0",
"BSD-3-Clause"
] | 1 | 2019-02-03T09:54:54.000Z | 2019-02-03T09:54:54.000Z | examples/client_test.cpp | svn2github/libtorrent-rasterbar-RC_0_16 | c2c8dc24c82816c336d7c45c3ae7a3ab3821077a | [
"BSL-1.0",
"BSD-3-Clause"
] | null | null | null | /*
Copyright (c) 2003, Arvid Norberg
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the f... | 29.660417 | 121 | 0.633617 | svn2github |
c1bc9d29f4115276986b581e6476527298fa8249 | 25,939 | hpp | C++ | src/cppad.git/include/cppad/example/eigen_mat_mul.hpp | yinzixuan126/my_udacity | cada1bc047cd21282b008a0eb85a1df52fd94034 | [
"MIT"
] | 1 | 2019-11-05T02:23:47.000Z | 2019-11-05T02:23:47.000Z | src/cppad.git/include/cppad/example/eigen_mat_mul.hpp | yinzixuan126/my_udacity | cada1bc047cd21282b008a0eb85a1df52fd94034 | [
"MIT"
] | null | null | null | src/cppad.git/include/cppad/example/eigen_mat_mul.hpp | yinzixuan126/my_udacity | cada1bc047cd21282b008a0eb85a1df52fd94034 | [
"MIT"
] | 1 | 2019-11-05T02:23:51.000Z | 2019-11-05T02:23:51.000Z | # ifndef CPPAD_EXAMPLE_EIGEN_MAT_MUL_HPP
# define CPPAD_EXAMPLE_EIGEN_MAT_MUL_HPP
/* --------------------------------------------------------------------------
CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-18 Bradley M. Bell
CppAD is distributed under the terms of the
Eclipse Public License V... | 39.361153 | 80 | 0.463549 | yinzixuan126 |
c1bdd76957f2369247d910ebf23fcf05b6a932ee | 29,247 | cpp | C++ | Plugins/Raytracing/Raytracing.cpp | cryptobuks1/Stratum | 3ecf56c0ce9010e6e95248c0d63edc41eeb13910 | [
"MIT"
] | null | null | null | Plugins/Raytracing/Raytracing.cpp | cryptobuks1/Stratum | 3ecf56c0ce9010e6e95248c0d63edc41eeb13910 | [
"MIT"
] | null | null | null | Plugins/Raytracing/Raytracing.cpp | cryptobuks1/Stratum | 3ecf56c0ce9010e6e95248c0d63edc41eeb13910 | [
"MIT"
] | null | null | null | #include <Core/EnginePlugin.hpp>
#include <Scene/Camera.hpp>
#include <Scene/MeshRenderer.hpp>
#include <Scene/Scene.hpp>
#include <Util/Profiler.hpp>
#include <assimp/pbrmaterial.h>
using namespace std;
#ifdef GetObject
#undef GetObject
#endif
#define PASS_RAYTRACE (1u << 23)
#pragma pack(push)
#pragma pack(1)
s... | 43.782934 | 284 | 0.729716 | cryptobuks1 |
c1be765e20213864af4152203dab76e411c8a402 | 1,364 | cpp | C++ | Sources/Athena2D/Tools/TextureCacheViewer.cpp | jccit/Athena | fa204647bf9e60ae113fcaf5e391813da51b0881 | [
"BSD-3-Clause"
] | null | null | null | Sources/Athena2D/Tools/TextureCacheViewer.cpp | jccit/Athena | fa204647bf9e60ae113fcaf5e391813da51b0881 | [
"BSD-3-Clause"
] | null | null | null | Sources/Athena2D/Tools/TextureCacheViewer.cpp | jccit/Athena | fa204647bf9e60ae113fcaf5e391813da51b0881 | [
"BSD-3-Clause"
] | null | null | null | #include "pch.h"
#include "TextureCacheViewer.h"
#include <imgui.h>
TextureCacheViewer::TextureCacheViewer(std::map<std::string, SDL_Texture*>* texCache)
{
title = "Texture Cache Viewer";
cache = texCache;
}
std::string selectedTexture;
void TextureCacheViewer::renderPanel()
{
if (isShowing()) {
... | 25.735849 | 116 | 0.53739 | jccit |
c1bfb7e91d02182de5900b8f923a1994a968e98e | 14,499 | cpp | C++ | src/cinder/app/android/AppImplAndroid.cpp | rsh/Cinder-Emscripten | 4a08250c56656865c7c3a52fb9380980908b1439 | [
"BSD-2-Clause"
] | 3,494 | 2015-01-02T08:42:09.000Z | 2022-03-31T14:16:23.000Z | src/cinder/app/android/AppImplAndroid.cpp | rsh/Cinder-Emscripten | 4a08250c56656865c7c3a52fb9380980908b1439 | [
"BSD-2-Clause"
] | 1,284 | 2015-01-02T07:31:47.000Z | 2022-03-30T02:06:43.000Z | src/cinder/app/android/AppImplAndroid.cpp | rsh/Cinder-Emscripten | 4a08250c56656865c7c3a52fb9380980908b1439 | [
"BSD-2-Clause"
] | 780 | 2015-01-02T22:14:29.000Z | 2022-03-30T00:16:56.000Z | /*
Copyright (c) 2012, The Cinder Project, All rights reserved.
This code is intended for use with the Cinder C++ library: http://libcinder.org
Redistribution and use in source and binary forms, with or without modification, are permitted provided that
the following conditions are met:
* Redistributions of s... | 26.652574 | 117 | 0.704118 | rsh |
c1c1ed9a884c62b14ed8e9ff4704ba783db8b35e | 11,757 | cpp | C++ | test/source/tests/executor_tests/inline_executor_tests.cpp | insujang/concurrencpp | 580f430caf1369521ee1422c15c4c8a89823972b | [
"MIT"
] | 1 | 2022-01-08T01:53:16.000Z | 2022-01-08T01:53:16.000Z | test/source/tests/executor_tests/inline_executor_tests.cpp | tlming16/concurrencpp | 580f430caf1369521ee1422c15c4c8a89823972b | [
"MIT"
] | null | null | null | test/source/tests/executor_tests/inline_executor_tests.cpp | tlming16/concurrencpp | 580f430caf1369521ee1422c15c4c8a89823972b | [
"MIT"
] | null | null | null | #include "concurrencpp/concurrencpp.h"
#include "infra/tester.h"
#include "infra/assertions.h"
#include "utils/object_observer.h"
#include "utils/test_generators.h"
#include "utils/test_ready_result.h"
#include "utils/executor_shutdowner.h"
namespace concurrencpp::tests {
void test_inline_executor_name();
vo... | 33.305949 | 124 | 0.722378 | insujang |
c1c5cd073ae8e747c8e3761617eaa3f5f7a62784 | 9,936 | cpp | C++ | src/misc/sharedmemory.cpp | OpenSpace/Ghoul | af5545a13d140b15e7b37f581ea7dde522be2b5b | [
"MIT"
] | 8 | 2016-09-13T12:39:49.000Z | 2022-03-21T12:30:50.000Z | src/misc/sharedmemory.cpp | OpenSpace/Ghoul | af5545a13d140b15e7b37f581ea7dde522be2b5b | [
"MIT"
] | 33 | 2016-07-07T20:35:05.000Z | 2021-10-15T03:12:13.000Z | src/misc/sharedmemory.cpp | OpenSpace/Ghoul | af5545a13d140b15e7b37f581ea7dde522be2b5b | [
"MIT"
] | 16 | 2015-06-24T20:41:28.000Z | 2022-01-08T04:14:03.000Z | /*****************************************************************************************
* *
* GHOUL *
* General Helpful Open Utility Library ... | 34.620209 | 90 | 0.580213 | OpenSpace |
c1c5de6bb615ca0dfdf7e1ee0a053e96a1ee39ed | 2,627 | cpp | C++ | morphdialog.cpp | emreozanalkan/VPOpenCVProject | 953fccdac9fa4c9793e3aeb0b97352ccabd28a64 | [
"MIT"
] | 1 | 2021-11-30T11:43:34.000Z | 2021-11-30T11:43:34.000Z | morphdialog.cpp | emreozanalkan/VPOpenCVProject | 953fccdac9fa4c9793e3aeb0b97352ccabd28a64 | [
"MIT"
] | null | null | null | morphdialog.cpp | emreozanalkan/VPOpenCVProject | 953fccdac9fa4c9793e3aeb0b97352ccabd28a64 | [
"MIT"
] | null | null | null | #include "morphdialog.h"
#include "ui_morphdialog.h"
#include "pch.h"
MorphDialog::MorphDialog(QWidget *parent) :
QDialog(parent),
ui(new Ui::MorphDialog)
{
ui->setupUi(this);
}
MorphDialog::~MorphDialog()
{
delete ui;
}
void MorphDialog::on_buttonBox_accepted()
{
QString morphologicalOperation =... | 39.80303 | 135 | 0.714884 | emreozanalkan |
c1c78d1f34346d9b979c3fa80ce828abe80aa0d1 | 1,733 | hpp | C++ | container/contiguous_storage_impl.hpp | birbacher/plaincontainers | 27386929da24b3d82887699458c99fc293618d05 | [
"BSL-1.0"
] | null | null | null | container/contiguous_storage_impl.hpp | birbacher/plaincontainers | 27386929da24b3d82887699458c99fc293618d05 | [
"BSL-1.0"
] | null | null | null | container/contiguous_storage_impl.hpp | birbacher/plaincontainers | 27386929da24b3d82887699458c99fc293618d05 | [
"BSL-1.0"
] | null | null | null | #ifndef NEWCONTAINER_CONTAINER_CONTIGUOUSSTORAGE_IMPL_INCLUDED
#define NEWCONTAINER_CONTAINER_CONTIGUOUSSTORAGE_IMPL_INCLUDED
#include "container/contiguous_storage.hpp"
#include "memory/interface/allocator.hpp"
#include "memory/adapter/typed_allocator.hpp"
#include <cassert>
#include <memory>
#include <utility>
name... | 26.661538 | 71 | 0.767455 | birbacher |
c1caebb9e7442b6d33149272bad939419cc88a4b | 9,640 | cpp | C++ | test_conformance/SVM/test_cross_buffer_pointers.cpp | jainvikas8/OpenCL-CTS | b7e7a3eb65d80d6847bd522f66f876fd5f6fe938 | [
"Apache-2.0"
] | 130 | 2017-05-16T14:15:25.000Z | 2022-03-26T22:31:05.000Z | test_conformance/SVM/test_cross_buffer_pointers.cpp | jainvikas8/OpenCL-CTS | b7e7a3eb65d80d6847bd522f66f876fd5f6fe938 | [
"Apache-2.0"
] | 919 | 2017-05-19T08:01:20.000Z | 2022-03-29T23:08:35.000Z | test_conformance/SVM/test_cross_buffer_pointers.cpp | jainvikas8/OpenCL-CTS | b7e7a3eb65d80d6847bd522f66f876fd5f6fe938 | [
"Apache-2.0"
] | 125 | 2017-05-17T01:14:15.000Z | 2022-03-25T22:34:42.000Z | //
// Copyright (c) 2017 The Khronos Group 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 la... | 43.818182 | 159 | 0.695747 | jainvikas8 |
c1cba5e3548121de6d7a0cbe39a36f7beb25fe6b | 13,348 | cpp | C++ | flatland_server/src/debug_visualization.cpp | schmiddey/flatland | 7ae1c7e5a3edcad372ccde56fd7b5e79484ffeeb | [
"BSD-3-Clause"
] | null | null | null | flatland_server/src/debug_visualization.cpp | schmiddey/flatland | 7ae1c7e5a3edcad372ccde56fd7b5e79484ffeeb | [
"BSD-3-Clause"
] | null | null | null | flatland_server/src/debug_visualization.cpp | schmiddey/flatland | 7ae1c7e5a3edcad372ccde56fd7b5e79484ffeeb | [
"BSD-3-Clause"
] | null | null | null | /*
* ______ __ __ __
* /\ _ \ __ /\ \/\ \ /\ \__
* \ \ \L\ \ __ __ /\_\ \_\ \ \ \____ ___\ \ ,_\ ____
* \ \ __ \/\ \/\ \\/\ \ /'_` \ \ '__`\ / __`\ \ \/ /',__\
* \ \ \/\ \ \ \_/ |\ \ \/\ \L\ \ \ \L\ \/\ \L\ \ \ \_/\__, `\
* \ \_\ \_\ \_... | 36.173442 | 121 | 0.641744 | schmiddey |
c1cd25572d1bd1f2e3eeef5280aa22a2722479d7 | 12,144 | cpp | C++ | src/coreclr/jit/likelyclass.cpp | JimmyCushnie/runtime | b7eb82871f1d742efb444873e11dd6241cea73d2 | [
"MIT"
] | 3 | 2021-06-24T15:39:52.000Z | 2021-11-04T02:13:43.000Z | src/coreclr/jit/likelyclass.cpp | JimmyCushnie/runtime | b7eb82871f1d742efb444873e11dd6241cea73d2 | [
"MIT"
] | 18 | 2019-12-03T00:21:59.000Z | 2022-01-30T04:45:58.000Z | src/coreclr/jit/likelyclass.cpp | JimmyCushnie/runtime | b7eb82871f1d742efb444873e11dd6241cea73d2 | [
"MIT"
] | 2 | 2022-03-05T21:34:42.000Z | 2022-03-10T15:17:42.000Z | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XX ... | 36.911854 | 120 | 0.523798 | JimmyCushnie |
c1cd7ca6031e50ca4a041303f4cf8898726f2ed3 | 1,735 | cpp | C++ | functions/func.cpp | lucienmakutano/learn-cpp | de78caba34295938462b229a8669feaf401b3dbe | [
"MIT"
] | null | null | null | functions/func.cpp | lucienmakutano/learn-cpp | de78caba34295938462b229a8669feaf401b3dbe | [
"MIT"
] | null | null | null | functions/func.cpp | lucienmakutano/learn-cpp | de78caba34295938462b229a8669feaf401b3dbe | [
"MIT"
] | null | null | null | #include "func.h"
#include <iostream>
#include <string>
#include <vector>
using namespace std;
void print_vector(vector<string> v);
void print_vector(vector<int> v = {1, 2, 3, 4, 5});
void print_array(int arr[], size_t size); // mutable
void print_array(const int arr[], size_t size); // immutable
void pass_by_... | 18.263158 | 60 | 0.55562 | lucienmakutano |
c1cf093e7a3067bf1522ffa59ba9b94aa1a8b52e | 4,233 | cc | C++ | chrome/browser/ui/ash/assistant/assistant_image_downloader.cc | zipated/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | chrome/browser/ui/ash/assistant/assistant_image_downloader.cc | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | chrome/browser/ui/ash/assistant/assistant_image_downloader.cc | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/ui/ash/assistant/assistant_image_downloader.h"
#include "ash/public/interfaces/assistant_controller.mojom.h"
#include "ash/publi... | 36.808696 | 80 | 0.680605 | zipated |
c1d2d453c9226130da137be752450c95480cdc81 | 14,675 | cpp | C++ | src/dawn/tests/unittests/wire/WireAdapterTests.cpp | Antidote/dawn-cmake | b8c6d669fa3c0087aa86653a4078386ffb42f199 | [
"BSD-3-Clause"
] | 1 | 2021-12-06T14:21:54.000Z | 2021-12-06T14:21:54.000Z | src/dawn/tests/unittests/wire/WireAdapterTests.cpp | AartOdding/dawn | f2556ab35c0eecdfd93c02f7c226a5c94316d143 | [
"BSD-3-Clause"
] | null | null | null | src/dawn/tests/unittests/wire/WireAdapterTests.cpp | AartOdding/dawn | f2556ab35c0eecdfd93c02f7c226a5c94316d143 | [
"BSD-3-Clause"
] | null | null | null | // Copyright 2021 The Dawn Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed t... | 44.335347 | 100 | 0.596661 | Antidote |
c1d398d751c40a07b8c1e391757793dd50315106 | 2,047 | cpp | C++ | extensions/test/nsphere/nsphere-multi_within.cpp | jonasdmentia/geometry | 097f6fdbe98118be82cd1917cc72c3c6a37bdf30 | [
"BSL-1.0"
] | 326 | 2015-02-08T13:47:49.000Z | 2022-03-16T02:13:59.000Z | extensions/test/nsphere/nsphere-multi_within.cpp | jonasdmentia/geometry | 097f6fdbe98118be82cd1917cc72c3c6a37bdf30 | [
"BSL-1.0"
] | 623 | 2015-01-02T23:45:23.000Z | 2022-03-09T11:15:23.000Z | extensions/test/nsphere/nsphere-multi_within.cpp | jonasdmentia/geometry | 097f6fdbe98118be82cd1917cc72c3c6a37bdf30 | [
"BSL-1.0"
] | 215 | 2015-01-14T15:50:38.000Z | 2022-02-23T03:58:36.000Z | // Boost.Geometry (aka GGL, Generic Geometry Library)
//
// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands.
// Use, modification and distribution is subject to the Boost Software License,
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#inc... | 35.912281 | 102 | 0.745481 | jonasdmentia |
c1d6dd87f8eae1fe05c6d040b6aaee7b6fac87aa | 7,257 | cpp | C++ | Official Windows Platform Sample/Windows Phone 8.1 samples/[C++]-Windows Phone 8.1 samples/Association launching sample/C++/Shared/App.xaml.cpp | zzgchina888/msdn-code-gallery-microsoft | 21cb9b6bc0da3b234c5854ecac449cb3bd261f29 | [
"MIT"
] | 2 | 2022-01-21T01:40:58.000Z | 2022-01-21T01:41:10.000Z | Official Windows Platform Sample/Windows Phone 8.1 samples/[C++]-Windows Phone 8.1 samples/Association launching sample/C++/Shared/App.xaml.cpp | zzgchina888/msdn-code-gallery-microsoft | 21cb9b6bc0da3b234c5854ecac449cb3bd261f29 | [
"MIT"
] | 1 | 2022-03-15T04:21:41.000Z | 2022-03-15T04:21:41.000Z | Official Windows Platform Sample/Windows Phone 8.1 samples/[C++]-Windows Phone 8.1 samples/Association launching sample/C++/Shared/App.xaml.cpp | zzgchina888/msdn-code-gallery-microsoft | 21cb9b6bc0da3b234c5854ecac449cb3bd261f29 | [
"MIT"
] | 1 | 2015-12-25T11:15:10.000Z | 2015-12-25T11:15:10.000Z | // Copyright (c) Microsoft. All rights reserved.
#include "pch.h"
using namespace SDKSample;
using namespace Concurrency;
using namespace Platform;
using namespace Windows::ApplicationModel;
using namespace Windows::ApplicationModel::Activation;
using namespace Windows::Foundation;
using namespace Windows::Foundatio... | 34.393365 | 139 | 0.656194 | zzgchina888 |
c1d7583e79ffaeaa215c722b6e9e26caa25f093d | 577 | hpp | C++ | src/network/net_message_handler.hpp | KMM2019-CrazyTaxi/central-module-main | b5506cb63ccb6eedd8b4f8e75aa17f1835926aa8 | [
"MIT"
] | null | null | null | src/network/net_message_handler.hpp | KMM2019-CrazyTaxi/central-module-main | b5506cb63ccb6eedd8b4f8e75aa17f1835926aa8 | [
"MIT"
] | 15 | 2019-11-02T15:25:55.000Z | 2019-12-20T12:26:46.000Z | src/network/net_message_handler.hpp | KMM2019-CrazyTaxi/central-module | b5506cb63ccb6eedd8b4f8e75aa17f1835926aa8 | [
"MIT"
] | null | null | null | #ifndef CM_NET_MESSAGE_HANDLER_H
#define CM_NET_MESSAGE_HANDLER_H
#include <vector>
#include "packet.hpp"
/**
* Handles a vector of packets and returns a vector of packets that contains the answer
* to the packets.
*
* @param packets A std::vector containing the packets to handle
* @return A new vector contai... | 22.192308 | 87 | 0.736568 | KMM2019-CrazyTaxi |
c1d9de270f011de0e626c20b462b816570c9623d | 90,323 | cpp | C++ | src/cpp/lib/codec/mp3/layer2.cpp | jojanper/mp3dec | abaa34acbcc8f82cc04f47ab566a1f34b55e66c5 | [
"MIT"
] | 2 | 2021-09-03T19:36:03.000Z | 2021-12-08T01:31:31.000Z | src/cpp/lib/codec/mp3/layer2.cpp | jojanper/mp3dec | abaa34acbcc8f82cc04f47ab566a1f34b55e66c5 | [
"MIT"
] | 10 | 2020-03-25T16:55:28.000Z | 2022-03-06T13:12:55.000Z | src/cpp/lib/codec/mp3/layer2.cpp | jojanper/mp3dec | abaa34acbcc8f82cc04f47ab566a1f34b55e66c5 | [
"MIT"
] | null | null | null | /**************************************************************************
layer2.cpp - MPEG-1/MPEG-2 LSF Layer II decoding subroutines.
Author(s): Juha Ojanpera
Copyright (c) 1998-1999 Juha Ojanpera.
*************************************************************************/
/********************************... | 58.537265 | 95 | 0.609723 | jojanper |
c1dd57ea43bc09c641029b6f8eb85f47470e1a4f | 5,337 | hpp | C++ | src/webots/nodes/WbConnector.hpp | yjf18340/webots | 60d441c362031ab8fde120cc0cd97bdb1a31a3d5 | [
"Apache-2.0"
] | 1 | 2019-11-13T08:12:02.000Z | 2019-11-13T08:12:02.000Z | src/webots/nodes/WbConnector.hpp | chinakwy/webots | 7c35a359848bafe81fe0229ac2ed587528f4c73e | [
"Apache-2.0"
] | null | null | null | src/webots/nodes/WbConnector.hpp | chinakwy/webots | 7c35a359848bafe81fe0229ac2ed587528f4c73e | [
"Apache-2.0"
] | 1 | 2020-09-25T02:01:45.000Z | 2020-09-25T02:01:45.000Z | // Copyright 1996-2019 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... | 36.806897 | 113 | 0.753794 | yjf18340 |
c1df72113b58732f01bd47e8eb6307510913a3db | 3,857 | cpp | C++ | plugins/logging/logging.cpp | rpastrana/HPCC-Platform | 489454bd326ed6a39228c81f5d837c276724c022 | [
"Apache-2.0"
] | null | null | null | plugins/logging/logging.cpp | rpastrana/HPCC-Platform | 489454bd326ed6a39228c81f5d837c276724c022 | [
"Apache-2.0"
] | null | null | null | plugins/logging/logging.cpp | rpastrana/HPCC-Platform | 489454bd326ed6a39228c81f5d837c276724c022 | [
"Apache-2.0"
] | null | null | null | /*##############################################################################
HPCC SYSTEMS software Copyright (C) 2012 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... | 44.333333 | 192 | 0.681618 | rpastrana |
c1e2189d6678fd41854114655b875bbc1e69a708 | 6,916 | cc | C++ | media/cdm/cbcs_decryptor.cc | zipated/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | media/cdm/cbcs_decryptor.cc | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | media/cdm/cbcs_decryptor.cc | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "media/cdm/cbcs_decryptor.h"
#include <stdint.h>
#include <algorithm>
#include <string>
#include <vector>
#include "base/containers/span.h"
#i... | 37.383784 | 80 | 0.691296 | zipated |
c1e40a0ff91577b0b279fbd5a76a1932fb55a497 | 2,277 | hpp | C++ | cppcache/src/StructSetImpl.hpp | mcmellawatt/geode-native | 53315985c4386e6781473c5713d638c8139e3e8e | [
"Apache-2.0"
] | null | null | null | cppcache/src/StructSetImpl.hpp | mcmellawatt/geode-native | 53315985c4386e6781473c5713d638c8139e3e8e | [
"Apache-2.0"
] | null | null | null | cppcache/src/StructSetImpl.hpp | mcmellawatt/geode-native | 53315985c4386e6781473c5713d638c8139e3e8e | [
"Apache-2.0"
] | null | null | null | #pragma once
#ifndef GEODE_STRUCTSETIMPL_H_
#define GEODE_STRUCTSETIMPL_H_
/*
* 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 f... | 28.111111 | 78 | 0.748353 | mcmellawatt |
c1e5064a0ad04d93a1763ea19ab0b1e454b7e797 | 6,049 | cpp | C++ | 01_Develop/libXMM3G/Source/M3GKeyframe.cpp | mcodegeeks/OpenKODE-Framework | d4382d781da7f488a0e7667362a89e8e389468dd | [
"MIT"
] | 2 | 2017-08-03T07:15:00.000Z | 2018-06-18T10:32:53.000Z | 01_Develop/libXMM3G/Source/M3GKeyframe.cpp | mcodegeeks/OpenKODE-Framework | d4382d781da7f488a0e7667362a89e8e389468dd | [
"MIT"
] | null | null | null | 01_Develop/libXMM3G/Source/M3GKeyframe.cpp | mcodegeeks/OpenKODE-Framework | d4382d781da7f488a0e7667362a89e8e389468dd | [
"MIT"
] | 2 | 2019-03-04T22:57:42.000Z | 2020-03-06T01:32:26.000Z | /* --------------------------------------------------------------------------
*
* File M3GKeyframe.cpp
* Author Y.H Mun
*
* --------------------------------------------------------------------------
*
* Copyright (C) 2010 UEDA.Takashi
* Copyright (C) 2010-2012 XMSo... | 30.396985 | 160 | 0.564887 | mcodegeeks |
c1e6b68cfd2a5b1b7865dc38bb4c3d86c6f7081c | 15,578 | cpp | C++ | src/blockchain/blockchain_channel.cpp | gcbpay/R9-VRBcoinShares | 2b77f7a77b9254e20250cdcd99c7a289fd0c3ca4 | [
"Unlicense"
] | 2 | 2016-10-21T22:54:50.000Z | 2017-11-08T07:06:46.000Z | src/blockchain/blockchain_channel.cpp | gcbpay/R9-VRBcoinShares | 2b77f7a77b9254e20250cdcd99c7a289fd0c3ca4 | [
"Unlicense"
] | 7 | 2016-10-23T12:26:43.000Z | 2017-09-01T09:35:28.000Z | src/blockchain/blockchain_channel.cpp | gcbpay/R9-VRBcoinShares | 2b77f7a77b9254e20250cdcd99c7a289fd0c3ca4 | [
"Unlicense"
] | null | null | null | #include <bts/blockchain/blockchain_channel.hpp>
#include <bts/blockchain/blockchain_db.hpp>
#include <bts/blockchain/blockchain_messages.hpp>
#include <fc/reflect/variant.hpp>
#include <fc/log/logger.hpp>
#include <map>
namespace bts { namespace blockchain {
using namespace network;
namespace detail
{
... | 39.739796 | 129 | 0.521184 | gcbpay |
c1e6dd448aa4d38f5b3151c626d05271bb339353 | 730 | cc | C++ | src/FillTheSkips.cc | DrScKAWAMOTO/cmdrecplay | f1191b455cb63460f1fd34e947fdb1474489b94c | [
"Apache-2.0"
] | null | null | null | src/FillTheSkips.cc | DrScKAWAMOTO/cmdrecplay | f1191b455cb63460f1fd34e947fdb1474489b94c | [
"Apache-2.0"
] | null | null | null | src/FillTheSkips.cc | DrScKAWAMOTO/cmdrecplay | f1191b455cb63460f1fd34e947fdb1474489b94c | [
"Apache-2.0"
] | null | null | null | /*
* Project: ifendif
* Version: 1.0
* Copyright: (C) 2017 Dr.Sc.KAWAMOTO,Takuji (Ext)
* Create: 2017/03/03 05:38:45 JST
*/
#include <string.h>
#include "FillTheSkips.h"
FillTheSkips::FillTheSkips(LineBuffer* parent)
: p_parent(parent)
{
p_parent->read_line();
}
FillTheSkips::~FillTheSkips()
{
}
bool Fill... | 16.976744 | 50 | 0.593151 | DrScKAWAMOTO |
c1e70362d7a6ad57ac8bfb6276711565c2041bd2 | 11,460 | cpp | C++ | libraries/smt/source/solver.cpp | Noxsense/mCRL2 | dd2fcdd6eb8b15af2729633041c2dbbd2216ad24 | [
"BSL-1.0"
] | 61 | 2018-05-24T13:14:05.000Z | 2022-03-29T11:35:03.000Z | libraries/smt/source/solver.cpp | Noxsense/mCRL2 | dd2fcdd6eb8b15af2729633041c2dbbd2216ad24 | [
"BSL-1.0"
] | 229 | 2018-05-28T08:31:09.000Z | 2022-03-21T11:02:41.000Z | libraries/smt/source/solver.cpp | Noxsense/mCRL2 | dd2fcdd6eb8b15af2729633041c2dbbd2216ad24 | [
"BSL-1.0"
] | 28 | 2018-04-11T14:09:39.000Z | 2022-02-25T15:57:39.000Z | // Author(s): Ruud Koolen, Thomas Neele
// Copyright: see the accompanying file COPYING or copy at
// https://github.com/mCRL2org/mCRL2/blob/master/COPYING
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
//... | 39.653979 | 139 | 0.665881 | Noxsense |
c1e73617decc695e5a1b03529cd19732911f8b03 | 4,663 | cpp | C++ | PSME/application/src/rest/endpoints/role.cpp | opencomputeproject/HWMgmt-DeviceMgr-PSME | 2a00188aab6f4bef3776987f0842ef8a8ea972ac | [
"Apache-2.0"
] | 5 | 2021-10-07T15:36:37.000Z | 2022-03-01T07:21:49.000Z | PSME/application/src/rest/endpoints/role.cpp | opencomputeproject/HWMgmt-DeviceMgr-PSME | 2a00188aab6f4bef3776987f0842ef8a8ea972ac | [
"Apache-2.0"
] | null | null | null | PSME/application/src/rest/endpoints/role.cpp | opencomputeproject/HWMgmt-DeviceMgr-PSME | 2a00188aab6f4bef3776987f0842ef8a8ea972ac | [
"Apache-2.0"
] | 1 | 2022-03-01T07:21:51.000Z | 2022-03-01T07:21:51.000Z | /*
* Edgecore DeviceManager
* Copyright 2020-2021 Edgecore Networks, Inc.
*
* 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
* ... | 36.716535 | 105 | 0.719065 | opencomputeproject |
c1e811cc5876921134c52168170b4d40ce9876d5 | 303 | hpp | C++ | pythran/pythonic/__builtin__/RuntimeWarning.hpp | SylvainCorlay/pythran | 908ec070d837baf77d828d01c3e35e2f4bfa2bfa | [
"BSD-3-Clause"
] | 1 | 2018-03-24T00:33:03.000Z | 2018-03-24T00:33:03.000Z | pythran/pythonic/__builtin__/RuntimeWarning.hpp | SylvainCorlay/pythran | 908ec070d837baf77d828d01c3e35e2f4bfa2bfa | [
"BSD-3-Clause"
] | null | null | null | pythran/pythonic/__builtin__/RuntimeWarning.hpp | SylvainCorlay/pythran | 908ec070d837baf77d828d01c3e35e2f4bfa2bfa | [
"BSD-3-Clause"
] | null | null | null | #ifndef PYTHONIC_BUILTIN_RUNTIMEWARNING_HPP
#define PYTHONIC_BUILTIN_RUNTIMEWARNING_HPP
#include "pythonic/include/__builtin__/RuntimeWarning.hpp"
#include "pythonic/types/exceptions.hpp"
PYTHONIC_NS_BEGIN
namespace __builtin__
{
PYTHONIC_EXCEPTION_IMPL(RuntimeWarning)
}
PYTHONIC_NS_END
#endif
| 16.833333 | 58 | 0.854785 | SylvainCorlay |
c1e829fbbec0253f5c3221860b20d01f9018897a | 8,885 | cc | C++ | src/backend/quad/quadpass/adjust_expr.cc | zhongxinghong/sysyc | b3cde82c985dc40c2e564e82e4c41db76a992eb8 | [
"MIT"
] | 2 | 2021-11-16T09:46:20.000Z | 2022-03-24T11:49:34.000Z | src/backend/quad/quadpass/adjust_expr.cc | zhongxinghong/sysyc | b3cde82c985dc40c2e564e82e4c41db76a992eb8 | [
"MIT"
] | null | null | null | src/backend/quad/quadpass/adjust_expr.cc | zhongxinghong/sysyc | b3cde82c985dc40c2e564e82e4c41db76a992eb8 | [
"MIT"
] | 2 | 2022-02-23T06:34:52.000Z | 2022-03-13T04:05:40.000Z | //------------------------------------------------------------------------------
// A SysY Compiler for PKU Compiling Principles Practice Course (2021 Spring)
//------------------------------------------------------------------------------
// Project: sysyc
// File: adjust_expr.cc
// Created Date: 2021-05-26
// Au... | 22.723785 | 81 | 0.520878 | zhongxinghong |
c1ea4f480b12eda6b000d01d3c2b8a3f6e09de4c | 53,483 | cpp | C++ | meta/source/app/App.cpp | congweitao/congfs | 54cedf484f8a2cacab567fe182cc1f6413c25cf2 | [
"BSD-3-Clause"
] | null | null | null | meta/source/app/App.cpp | congweitao/congfs | 54cedf484f8a2cacab567fe182cc1f6413c25cf2 | [
"BSD-3-Clause"
] | null | null | null | meta/source/app/App.cpp | congweitao/congfs | 54cedf484f8a2cacab567fe182cc1f6413c25cf2 | [
"BSD-3-Clause"
] | null | null | null | #include <common/app/log/LogContext.h>
#include <common/components/worker/queue/UserWorkContainer.h>
#include <common/components/worker/DummyWork.h>
#include <common/components/ComponentInitException.h>
#include <common/components/RegistrationDatagramListener.h>
#include <common/net/message/nodes/RegisterNodeMsg.h>
#in... | 32.179904 | 116 | 0.687116 | congweitao |
c1ea541864e67d3598c7f0f9c36cdd7ca95d8c4f | 10,990 | cpp | C++ | interface/src/ui/HMDToolsDialog.cpp | stojce/hifi | 8e6c860a243131859c0706424097db56e6a604bd | [
"Apache-2.0"
] | null | null | null | interface/src/ui/HMDToolsDialog.cpp | stojce/hifi | 8e6c860a243131859c0706424097db56e6a604bd | [
"Apache-2.0"
] | null | null | null | interface/src/ui/HMDToolsDialog.cpp | stojce/hifi | 8e6c860a243131859c0706424097db56e6a604bd | [
"Apache-2.0"
] | null | null | null | //
// HMDToolsDialog.cpp
// interface/src/ui
//
// Created by Brad Hefta-Gaub on 7/19/13.
// Copyright 2013 High Fidelity, Inc.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#include <QDesktopWidget>
#include <Q... | 35.566343 | 117 | 0.643494 | stojce |
c1eba672963c36e8552c0fe8c60afb71af5652cc | 1,423 | hpp | C++ | contrib/libboost/boost_1_62_0/boost/container/pmr/string.hpp | 189569400/ClickHouse | 0b8683c8c9f0e17446bef5498403c39e9cb483b8 | [
"Apache-2.0"
] | 34,359 | 2019-05-06T21:04:42.000Z | 2019-05-14T22:06:43.000Z | contrib/libboost/boost_1_62_0/boost/container/pmr/string.hpp | 189569400/ClickHouse | 0b8683c8c9f0e17446bef5498403c39e9cb483b8 | [
"Apache-2.0"
] | 9,469 | 2015-01-30T05:33:07.000Z | 2022-03-31T16:17:21.000Z | contrib/libboost/boost_1_62_0/boost/container/pmr/string.hpp | 189569400/ClickHouse | 0b8683c8c9f0e17446bef5498403c39e9cb483b8 | [
"Apache-2.0"
] | 3,164 | 2019-05-06T21:06:01.000Z | 2019-05-14T20:25:52.000Z | //////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Ion Gaztanaga 2015-2015. Distributed under the Boost
// Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
// See http://www.boost.org/libs/contain... | 27.901961 | 80 | 0.676739 | 189569400 |
c1ebb858399d6f1bc45ed8a3474fa112d4477bf5 | 3,443 | cpp | C++ | Viewer/libViewer/src/IconProvider.cpp | mpartio/ecflow | ea4b89399d1e7b897ff48c59b1e885e6d53cc8d6 | [
"Apache-2.0"
] | null | null | null | Viewer/libViewer/src/IconProvider.cpp | mpartio/ecflow | ea4b89399d1e7b897ff48c59b1e885e6d53cc8d6 | [
"Apache-2.0"
] | null | null | null | Viewer/libViewer/src/IconProvider.cpp | mpartio/ecflow | ea4b89399d1e7b897ff48c59b1e885e6d53cc8d6 | [
"Apache-2.0"
] | null | null | null | //============================================================================
// Copyright 2009- ECMWF.
// This software is licensed under the terms of the Apache Licence version 2.0
// which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
// In applying this licence, ECMWF does not waive the privileges... | 20.494048 | 79 | 0.642753 | mpartio |
c1ebfb23512465db06b60845b07042767282b761 | 2,067 | cpp | C++ | CommonLexer/Src/CommonLexer/Source.cpp | MarcasRealAccount/CommonLexer | b42f334043b6fe1d0559602590ec95ccad10903e | [
"MIT"
] | null | null | null | CommonLexer/Src/CommonLexer/Source.cpp | MarcasRealAccount/CommonLexer | b42f334043b6fe1d0559602590ec95ccad10903e | [
"MIT"
] | null | null | null | CommonLexer/Src/CommonLexer/Source.cpp | MarcasRealAccount/CommonLexer | b42f334043b6fe1d0559602590ec95ccad10903e | [
"MIT"
] | null | null | null | #include "CommonLexer/Source.h"
namespace CommonLexer
{
StringSource::StringSource(const std::string& str)
: m_Str(str)
{
setupLineToIndex();
}
StringSource::StringSource(std::string&& str)
: m_Str(std::move(str))
{
setupLineToIndex();
}
std::size_t StringSource::getSize()
{
return m_Str.size... | 23.224719 | 90 | 0.661345 | MarcasRealAccount |
c1ec3c57e46722eccc5fd273c4183b50f4f3aff1 | 1,804 | hpp | C++ | shared/src/single_application.hpp | amazingidiot/qastools | 6e3b0532ebc353c79d6df0628ed375e3d3c09d12 | [
"MIT"
] | null | null | null | shared/src/single_application.hpp | amazingidiot/qastools | 6e3b0532ebc353c79d6df0628ed375e3d3c09d12 | [
"MIT"
] | null | null | null | shared/src/single_application.hpp | amazingidiot/qastools | 6e3b0532ebc353c79d6df0628ed375e3d3c09d12 | [
"MIT"
] | null | null | null | /// QasTools: Desktop toolset for the Linux sound system ALSA.
/// \copyright See COPYING file.
#ifndef __INC_single_application_hpp__
#define __INC_single_application_hpp__
#include <QApplication>
#include <QList>
#include <QLocalServer>
#include <QPointer>
class Single_Application : public QApplication
{
Q_OBJEC... | 15.824561 | 67 | 0.695122 | amazingidiot |
c1f00d76bd6d589ade8d2cf83656cb920d8689ca | 3,229 | cpp | C++ | src/qt/btcu/mninfodialog.cpp | askiiRobotics/orion | b664d3bbcd0c8bde3798724e33cc56aae6d2b6d8 | [
"MIT"
] | 2 | 2021-02-05T18:37:43.000Z | 2021-04-27T04:29:22.000Z | src/qt/btcu/mninfodialog.cpp | askiiRobotics/orion | b664d3bbcd0c8bde3798724e33cc56aae6d2b6d8 | [
"MIT"
] | 2 | 2021-02-15T13:16:49.000Z | 2021-05-19T12:06:09.000Z | src/qt/btcu/mninfodialog.cpp | askiiRobotics/orion | b664d3bbcd0c8bde3798724e33cc56aae6d2b6d8 | [
"MIT"
] | 4 | 2021-02-22T22:03:39.000Z | 2022-03-31T10:18:34.000Z | // Copyright (c) 2019 The PIVX developers
// Copyright (c) 2020 The BTCU developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "qt/btcu/mninfodialog.h"
#include "qt/btcu/forms/ui_mninfodialog.h"
#include "walletmod... | 40.873418 | 194 | 0.6869 | askiiRobotics |
c1f216fd0d04799b4abcb0f5d4789a723dbfe7b6 | 4,452 | cpp | C++ | GUI.cpp | guc-cs/FPS-Trainer | 84c36af2abf9182fd76fead037ba7f6866a2749b | [
"MIT"
] | null | null | null | GUI.cpp | guc-cs/FPS-Trainer | 84c36af2abf9182fd76fead037ba7f6866a2749b | [
"MIT"
] | 1 | 2020-04-11T21:04:28.000Z | 2020-04-12T22:05:31.000Z | GUI.cpp | guc-cs/FPS-Trainer | 84c36af2abf9182fd76fead037ba7f6866a2749b | [
"MIT"
] | null | null | null | #include <GL/glut.h>
#include "GUI.h"
GUI gui;
Point::Point()
{
}
Point::Point(float posX, float posY)
{
x = posX;
y = posY;
}
MenuItem::MenuItem()
{
}
MenuItem::MenuItem(char* str)
{
s = str;
}
MenuItem::MenuItem(char* str, Point p1, Point p2, Point p3, Point p4)
{
s = str;
one = ... | 22.598985 | 94 | 0.623091 | guc-cs |
c1f79185179907836710189d5ff29b8af4818d3a | 9,227 | hpp | C++ | kty/containers/stringpool.hpp | mattheuslee/Kitty | 50bd18dc0b6c895f4b6b816c7340c03dd00a5f40 | [
"MIT"
] | null | null | null | kty/containers/stringpool.hpp | mattheuslee/Kitty | 50bd18dc0b6c895f4b6b816c7340c03dd00a5f40 | [
"MIT"
] | 6 | 2017-08-28T15:39:28.000Z | 2018-04-24T16:02:09.000Z | kty/containers/stringpool.hpp | mattheuslee/KittyInterpreter | 50bd18dc0b6c895f4b6b816c7340c03dd00a5f40 | [
"MIT"
] | null | null | null | #pragma once
#include <kty/sizes.hpp>
#include <kty/types.hpp>
namespace kty {
/*!
@brief Class that maintains all the strings in the program.
The memory pool is created on the stack to avoid heap fragmentation.
Holds enough memory to allocate N strings of at most length S.
*... | 29.860841 | 139 | 0.539395 | mattheuslee |
c1f8739ea709fbc942e1eefa3df3db0e38622bf8 | 11,053 | cxx | C++ | retro/cores/atari2600/stella/src/debugger/RiotDebug.cxx | MatPoliquin/retro | c70c174a9818d1e97bc36e61abb4694d28fc68e1 | [
"MIT-0",
"MIT"
] | 2,706 | 2018-04-05T18:28:50.000Z | 2022-03-29T16:56:59.000Z | retro/cores/atari2600/stella/src/debugger/RiotDebug.cxx | MatPoliquin/retro | c70c174a9818d1e97bc36e61abb4694d28fc68e1 | [
"MIT-0",
"MIT"
] | 242 | 2018-04-05T22:30:42.000Z | 2022-03-19T01:55:11.000Z | retro/cores/atari2600/stella/src/debugger/RiotDebug.cxx | MatPoliquin/retro | c70c174a9818d1e97bc36e61abb4694d28fc68e1 | [
"MIT-0",
"MIT"
] | 464 | 2018-04-05T19:10:34.000Z | 2022-03-28T13:33:32.000Z | //============================================================================
//
// SSSS tt lll lll
// SS SS tt ll ll
// SS tttttt eeee ll ll aaaa
// SSSS tt ee ee ll ll aa
// SS tt eeeeee ll ll aaaaa -- "An Atari 2600 VCS Emula... | 31.135211 | 89 | 0.514702 | MatPoliquin |
c1f899816aa872e84a522afd43e47f3ba7778ce6 | 18,981 | cpp | C++ | tracker_tests/src/test_rendering.cpp | clickcao/fato | d2de665e83f82ea1094f488102aba37a8cdd53bb | [
"BSD-3-Clause"
] | 1 | 2018-07-31T04:11:32.000Z | 2018-07-31T04:11:32.000Z | tracker_tests/src/test_rendering.cpp | clickcao/fato | d2de665e83f82ea1094f488102aba37a8cdd53bb | [
"BSD-3-Clause"
] | null | null | null | tracker_tests/src/test_rendering.cpp | clickcao/fato | d2de665e83f82ea1094f488102aba37a8cdd53bb | [
"BSD-3-Clause"
] | null | null | null | /*****************************************************************************/
/* Copyright (c) 2016, Alessandro Pieropan */
/* All rights reserved. */
/* */
... | 31.90084 | 80 | 0.640272 | clickcao |
c1fbe49daca95bdaaa9b831113042e4ac43b03a6 | 1,863 | cpp | C++ | Source/Particles/Gather/GetExternalFields.cpp | rlombardini76/artemis | 268f59491b263d6ea0197440abc837e1610279fc | [
"BSD-3-Clause-LBNL"
] | 2 | 2020-12-02T15:27:51.000Z | 2021-01-13T11:31:37.000Z | Source/Particles/Gather/GetExternalFields.cpp | rlombardini76/artemis | 268f59491b263d6ea0197440abc837e1610279fc | [
"BSD-3-Clause-LBNL"
] | null | null | null | Source/Particles/Gather/GetExternalFields.cpp | rlombardini76/artemis | 268f59491b263d6ea0197440abc837e1610279fc | [
"BSD-3-Clause-LBNL"
] | null | null | null | #include "WarpX.H"
#include "Particles/Gather/GetExternalFields.H"
GetExternalEField::GetExternalEField (const WarpXParIter& a_pti, int a_offset) noexcept
{
auto& warpx = WarpX::GetInstance();
auto& mypc = warpx.GetPartContainer();
if (mypc.m_E_ext_particle_s=="constant" || mypc.m_E_ext_particle_s=="defaul... | 39.638298 | 87 | 0.701557 | rlombardini76 |
c1fcafe794e6e4fbb6165e6a14667a3a0077b71c | 881 | hpp | C++ | examples/stm32f103c8t6_blue_pill/environment/thread_bmp180.hpp | roboterclubaachen/xpcc | 010924901947381d20e83b838502880eb2ffea72 | [
"BSD-3-Clause"
] | 161 | 2015-01-13T15:52:06.000Z | 2020-02-13T01:26:04.000Z | examples/stm32f103c8t6_blue_pill/environment/thread_bmp180.hpp | salkinium/xpcc | 010924901947381d20e83b838502880eb2ffea72 | [
"BSD-3-Clause"
] | 281 | 2015-01-06T12:46:40.000Z | 2019-01-06T13:06:57.000Z | examples/stm32f103c8t6_blue_pill/environment/thread_bmp180.hpp | salkinium/xpcc | 010924901947381d20e83b838502880eb2ffea72 | [
"BSD-3-Clause"
] | 51 | 2015-03-03T19:56:12.000Z | 2020-03-22T02:13:36.000Z | #ifndef THREAD_BMP180
#define THREAD_BMP180
#include <xpcc/processing/timer.hpp>
#include <xpcc/processing/protothread.hpp>
#include <xpcc/driver/pressure/bmp085.hpp>
#include "hardware.hpp"
class Bmp180Thread: public xpcc::pt::Protothread
{
public:
Bmp180Thread();
bool
update();
bool
startMeasurement();
b... | 14.442623 | 48 | 0.734393 | roboterclubaachen |
c1fdb9a3258b8c5663524afa0f0df13fa1d2d4b5 | 4,140 | cpp | C++ | external/openglcts/modules/common/glcNoErrorTests.cpp | iabernikhin/VK-GL-CTS | a3338eb2ded98b5befda64f9325db0d219095a00 | [
"Apache-2.0"
] | 354 | 2017-01-24T17:12:38.000Z | 2022-03-30T07:40:19.000Z | external/openglcts/modules/common/glcNoErrorTests.cpp | iabernikhin/VK-GL-CTS | a3338eb2ded98b5befda64f9325db0d219095a00 | [
"Apache-2.0"
] | 275 | 2017-01-24T20:10:36.000Z | 2022-03-24T16:24:50.000Z | external/openglcts/modules/common/glcNoErrorTests.cpp | iabernikhin/VK-GL-CTS | a3338eb2ded98b5befda64f9325db0d219095a00 | [
"Apache-2.0"
] | 190 | 2017-01-24T18:02:04.000Z | 2022-03-27T13:11:23.000Z | /*-------------------------------------------------------------------------
* OpenGL Conformance Test Suite
* -----------------------------
*
* Copyright (c) 2017 The Khronos Group Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the L... | 30.666667 | 112 | 0.694686 | iabernikhin |
c1fdd224e4088547b05dff16b70c6647758ba0c5 | 38,377 | cpp | C++ | external/vulkancts/modules/vulkan/image/vktImageMismatchedWriteOpTests.cpp | iabernikhin/VK-GL-CTS | a3338eb2ded98b5befda64f9325db0d219095a00 | [
"Apache-2.0"
] | 354 | 2017-01-24T17:12:38.000Z | 2022-03-30T07:40:19.000Z | external/vulkancts/modules/vulkan/image/vktImageMismatchedWriteOpTests.cpp | iabernikhin/VK-GL-CTS | a3338eb2ded98b5befda64f9325db0d219095a00 | [
"Apache-2.0"
] | 275 | 2017-01-24T20:10:36.000Z | 2022-03-24T16:24:50.000Z | external/vulkancts/modules/vulkan/image/vktImageMismatchedWriteOpTests.cpp | iabernikhin/VK-GL-CTS | a3338eb2ded98b5befda64f9325db0d219095a00 | [
"Apache-2.0"
] | 190 | 2017-01-24T18:02:04.000Z | 2022-03-27T13:11:23.000Z | /*------------------------------------------------------------------------
* Vulkan Conformance Tests
* ------------------------
*
* Copyright (c) 2021 The Khronos Group Inc.
* Copyright (c) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not us... | 36.65425 | 172 | 0.715402 | iabernikhin |
de00be4d0f1b03344bc2724dfe63180bcba2c6c0 | 22,435 | cpp | C++ | src/jitcat/ASTHelper.cpp | mvhooren/JitCat | 8e05b51c5feda8fa9258ba443854b23c4ad8bf7c | [
"MIT"
] | 14 | 2019-03-16T07:00:44.000Z | 2021-10-20T23:36:51.000Z | src/jitcat/ASTHelper.cpp | mvhooren/JitCat | 8e05b51c5feda8fa9258ba443854b23c4ad8bf7c | [
"MIT"
] | 13 | 2019-11-22T12:43:55.000Z | 2020-05-25T13:09:08.000Z | src/jitcat/ASTHelper.cpp | mvhooren/JitCat | 8e05b51c5feda8fa9258ba443854b23c4ad8bf7c | [
"MIT"
] | 1 | 2019-11-23T17:59:58.000Z | 2019-11-23T17:59:58.000Z | /*
This file is part of the JitCat library.
Copyright (C) Machiel van Hooren 2018
Distributed under the MIT License (license terms are at http://opensource.org/licenses/MIT).
*/
#include "jitcat/ASTHelper.h"
#include "jitcat/CatArgumentList.h"
#include "jitcat/CatAssignableExpression.h"
#include "jitcat/CatBui... | 36.302589 | 268 | 0.727925 | mvhooren |
de03ff19c26b6bfe1f4b0974b048e5b9412c4953 | 9,211 | cpp | C++ | src/syntax/lambda_man.cpp | tomoki/Shiranui | 0c02933d718ecf5c446ca00c0ede17fd1897f58d | [
"BSD-3-Clause"
] | 12 | 2015-01-10T15:21:09.000Z | 2021-04-09T02:53:23.000Z | src/syntax/lambda_man.cpp | tomoki/Shiranui | 0c02933d718ecf5c446ca00c0ede17fd1897f58d | [
"BSD-3-Clause"
] | 3 | 2015-01-01T04:26:07.000Z | 2015-08-20T12:51:39.000Z | src/syntax/lambda_man.cpp | tomoki/Shiranui | 0c02933d718ecf5c446ca00c0ede17fd1897f58d | [
"BSD-3-Clause"
] | 1 | 2020-05-20T08:25:43.000Z | 2020-05-20T08:25:43.000Z | #include "lambda_man.hpp"
namespace shiranui{
namespace syntax{
void LambdaMarkerScanner::visit(ast::Identifier&){}
void LambdaMarkerScanner::visit(ast::Variable&){}
void LambdaMarkerScanner::visit(ast::Number&){}
void LambdaMarkerScanner::visit(ast::String&){}
void LambdaMa... | 36.551587 | 84 | 0.525676 | tomoki |
90024ead7d13719eb9fa2cbabebb488ad8227d5c | 7,057 | hpp | C++ | include/multigraph/functors.hpp | YuanL12/BATS | 35a32facc87e17649b7fc32225c8ffaf0301bbfa | [
"MIT"
] | null | null | null | include/multigraph/functors.hpp | YuanL12/BATS | 35a32facc87e17649b7fc32225c8ffaf0301bbfa | [
"MIT"
] | null | null | null | include/multigraph/functors.hpp | YuanL12/BATS | 35a32facc87e17649b7fc32225c8ffaf0301bbfa | [
"MIT"
] | null | null | null | #pragma once
/*
Functors from one type of diagram to another
*/
#include "diagram.hpp"
#include <topology/data.hpp>
#include <topology/cover.hpp>
#include <topology/rips.hpp>
#include <topology/nerve.hpp>
#include <complex/simplicial_complex.hpp>
#include <complex/simplicial_map.hpp>
#include <chain/chain_complex.hpp>
... | 24.848592 | 90 | 0.659912 | YuanL12 |
9005b1e0cf6005acbdc988b40daf51ac99f3edd1 | 806 | cpp | C++ | Problema_88/Problema_88.cpp | EneRgYCZ/Problems | e8bf9aa4bba2b5ead25fc5ce482a36c861501f46 | [
"MIT"
] | null | null | null | Problema_88/Problema_88.cpp | EneRgYCZ/Problems | e8bf9aa4bba2b5ead25fc5ce482a36c861501f46 | [
"MIT"
] | null | null | null | Problema_88/Problema_88.cpp | EneRgYCZ/Problems | e8bf9aa4bba2b5ead25fc5ce482a36c861501f46 | [
"MIT"
] | null | null | null | #include <fstream>
#include <iostream>
#include <string.h>
using namespace std;
ifstream fin("palindrom.in");
ofstream fout("palindrom.out");
int main()
{
int index = 0, ok = 0;
char s[256];
fin>>index;
for (int i = index; i > 0; i--)
{
fin.getline(s, 256);
int inceput = 0, sfarsit ... | 19.190476 | 49 | 0.361042 | EneRgYCZ |
900a8fe26480116bd977fd5facd23c1bdc3b2dbc | 28,661 | cpp | C++ | third_party/externals/angle2/src/libANGLE/renderer/vulkan/renderervk_utils.cpp | pepstack/skia-build-msvc | 73e50bc303f66f494f0b53f4747c2cfabe227917 | [
"BSD-3-Clause"
] | 4 | 2019-10-18T05:53:30.000Z | 2021-08-21T07:36:37.000Z | third_party/externals/angle2/src/libANGLE/renderer/vulkan/renderervk_utils.cpp | kniefliu/skia | f7d3ea6d9ec7a3d8ef17456cc23da7291737c680 | [
"BSD-3-Clause"
] | null | null | null | third_party/externals/angle2/src/libANGLE/renderer/vulkan/renderervk_utils.cpp | kniefliu/skia | f7d3ea6d9ec7a3d8ef17456cc23da7291737c680 | [
"BSD-3-Clause"
] | 4 | 2018-10-14T00:17:11.000Z | 2020-07-01T04:01:25.000Z | //
// Copyright 2016 The ANGLE 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.
//
// renderervk_utils:
// Helper functions for the Vulkan Renderer.
//
#include "renderervk_utils.h"
#include "libANGLE/renderer/vulkan/Rende... | 29.731328 | 100 | 0.665539 | pepstack |
900adff34cf687e962e5192990010f4b25724061 | 393 | cpp | C++ | indigo_drivers/ccd_apogee/bin_externals/libapogee/IUsb.cpp | RusDavies/indigo | f46003ffd0d9f5fd5d3cf1daf8292ca216ad982f | [
"RSA-MD"
] | 83 | 2016-11-02T19:37:05.000Z | 2022-03-25T00:46:48.000Z | indigo_drivers/ccd_apogee/bin_externals/libapogee/IUsb.cpp | RusDavies/indigo | f46003ffd0d9f5fd5d3cf1daf8292ca216ad982f | [
"RSA-MD"
] | 202 | 2016-11-05T10:58:09.000Z | 2022-03-30T23:51:45.000Z | indigo_drivers/ccd_apogee/bin_externals/libapogee/IUsb.cpp | RusDavies/indigo | f46003ffd0d9f5fd5d3cf1daf8292ca216ad982f | [
"RSA-MD"
] | 57 | 2016-12-15T06:43:29.000Z | 2022-03-10T17:53:16.000Z | /*!
* 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/.
*
* Copyright(c) 2009 Apogee Instruments, Inc.
* \class IUsb
* \brief Interface class for usb io
*
*/
#include... | 18.714286 | 75 | 0.608142 | RusDavies |
900b0b3092775c01a2603502b2c1b26d2d6b96fc | 970 | cpp | C++ | Util/llvm/tools/clang/test/CXX/temp/temp.spec/temp.explicit/p10.cpp | ianloic/unladen-swallow | 28148f4ddbb3d519042de1f9fc9f1356fdd31e31 | [
"PSF-2.0"
] | 5 | 2020-06-30T05:06:40.000Z | 2021-05-24T08:38:33.000Z | Util/llvm/tools/clang/test/CXX/temp/temp.spec/temp.explicit/p10.cpp | ianloic/unladen-swallow | 28148f4ddbb3d519042de1f9fc9f1356fdd31e31 | [
"PSF-2.0"
] | null | null | null | Util/llvm/tools/clang/test/CXX/temp/temp.spec/temp.explicit/p10.cpp | ianloic/unladen-swallow | 28148f4ddbb3d519042de1f9fc9f1356fdd31e31 | [
"PSF-2.0"
] | 2 | 2015-10-01T18:28:20.000Z | 2020-09-09T16:25:27.000Z | // RUN: clang-cc -fsyntax-only -verify %s
template<typename T>
struct X0 {
void f(T&);
struct Inner;
static T static_var;
};
template<typename T>
void X0<T>::f(T& t) {
t = 1; // expected-error{{incompatible type}}
}
template<typename T>
struct X0<T>::Inner {
T member;
};
template<typename T>
T X0<T... | 28.529412 | 103 | 0.724742 | ianloic |
900bec79bda00185ffaccaf6ed5f5ac0b79c3355 | 618 | hpp | C++ | include/Analyzer.hpp | pinxau1000/Simple-Buffer-Analyzer | 7df52a5a6f557ba7ec95f7a8d0e32b2338b012c2 | [
"MIT"
] | null | null | null | include/Analyzer.hpp | pinxau1000/Simple-Buffer-Analyzer | 7df52a5a6f557ba7ec95f7a8d0e32b2338b012c2 | [
"MIT"
] | null | null | null | include/Analyzer.hpp | pinxau1000/Simple-Buffer-Analyzer | 7df52a5a6f557ba7ec95f7a8d0e32b2338b012c2 | [
"MIT"
] | null | null | null | //
// Created by pinxau1000 on 12/07/21.
//
#ifndef MAIN_ANALYZER_HPP
#define MAIN_ANALYZER_HPP
#include <iostream>
#include <exception>
#include <vector>
#include <string>
#include <cmath>
#include <ctime>
#include "Buffer.hpp"
#include "Bitstream.hpp"
#include "Definitions.hpp"
Buffer analyze(std::string arg_csv_f... | 26.869565 | 122 | 0.721683 | pinxau1000 |
900befff6025f7b5c413a811831768e78c2d4a0c | 168 | hpp | C++ | src/EventHandler.hpp | tblyons/goon | fd5fbdda14fe1b4869e365c7cebec2bcb7de06e3 | [
"Unlicense"
] | 1 | 2021-03-14T01:27:42.000Z | 2021-03-14T01:27:42.000Z | apps/Goon/src/EventHandler.hpp | tybl/tybl | cc74416d3d982177d46b89c0ca44f3a8e1cf00d6 | [
"Unlicense"
] | 15 | 2021-08-21T13:41:29.000Z | 2022-03-08T14:13:43.000Z | apps/Goon/src/EventHandler.hpp | tybl/tybl | cc74416d3d982177d46b89c0ca44f3a8e1cf00d6 | [
"Unlicense"
] | null | null | null | // License: The Unlicense (https://unlicense.org)
#ifndef GOON_EVENTHANDLER_HPP
#define GOON_EVENTHANDLER_HPP
void SetUpEvents(void);
#endif // GOON_EVENTHANDLER_HPP
| 21 | 49 | 0.803571 | tblyons |
900d1e777a5b1061a4d377cbe5c88eddd4fb18d4 | 9,731 | cpp | C++ | blast/src/objtools/alnmgr/pairwise_aln.cpp | mycolab/ncbi-blast | e59746cec78044d2bf6d65de644717c42f80b098 | [
"Apache-2.0"
] | null | null | null | blast/src/objtools/alnmgr/pairwise_aln.cpp | mycolab/ncbi-blast | e59746cec78044d2bf6d65de644717c42f80b098 | [
"Apache-2.0"
] | null | null | null | blast/src/objtools/alnmgr/pairwise_aln.cpp | mycolab/ncbi-blast | e59746cec78044d2bf6d65de644717c42f80b098 | [
"Apache-2.0"
] | null | null | null | /* $Id: pairwise_aln.cpp 489594 2016-01-14 14:58:22Z grichenk $
* ===========================================================================
*
* PUBLIC DOMAIN NOTICE
* National Center for Biotechnology Information
*
* This software/database is a "United States Government Work... | 33.211604 | 86 | 0.504573 | mycolab |
90144adc4e684ba0b37255dcb76a4200d471c0ad | 3,114 | cpp | C++ | src/set_fen.cpp | dave7895/libchess | f32d66249830c0cb2c378121dcca473c49b17e3e | [
"MIT"
] | null | null | null | src/set_fen.cpp | dave7895/libchess | f32d66249830c0cb2c378121dcca473c49b17e3e | [
"MIT"
] | null | null | null | src/set_fen.cpp | dave7895/libchess | f32d66249830c0cb2c378121dcca473c49b17e3e | [
"MIT"
] | 2 | 2022-02-15T15:19:55.000Z | 2022-02-21T22:54:13.000Z | #include <cassert>
#include <sstream>
#include "libchess/position.hpp"
namespace libchess {
void Position::set_fen(const std::string &fen) noexcept {
if (fen == "startpos") {
set_fen("rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1");
return;
}
clear();
std::stringstream ss{... | 23.413534 | 76 | 0.376044 | dave7895 |
9014dc1e880880177f5f61850b3305955fe47861 | 25,407 | cpp | C++ | src/win32/net.cpp | shuryanc/sdk | b7ece50cfc546fa6c3620c28ee4d9aa05059678b | [
"BSD-2-Clause"
] | 3 | 2015-07-25T02:22:33.000Z | 2021-04-09T14:22:12.000Z | src/win32/net.cpp | shuryanc/sdk | b7ece50cfc546fa6c3620c28ee4d9aa05059678b | [
"BSD-2-Clause"
] | 1 | 2021-01-21T12:13:43.000Z | 2021-01-21T12:13:43.000Z | src/win32/net.cpp | shuryanc/sdk | b7ece50cfc546fa6c3620c28ee4d9aa05059678b | [
"BSD-2-Clause"
] | 1 | 2021-02-02T08:10:49.000Z | 2021-02-02T08:10:49.000Z | /**
* @file win32/net.cpp
* @brief Win32 network access layer (using WinHTTP)
*
* (c) 2013-2014 by Mega Limited, Auckland, New Zealand
*
* This file is part of the MEGA SDK - Client Access Engine.
*
* Applications using the MEGA API must present a valid application key
* and comply with the the rules set forth... | 34.94773 | 181 | 0.475735 | shuryanc |
901a35832d897d880e5cd9bbfdd6b38dd7fe5609 | 4,263 | cpp | C++ | src/LongVector.cpp | TheReincarnator/glaziery | f688943163b73cea7034e929539fff8aa39d63e5 | [
"MIT"
] | null | null | null | src/LongVector.cpp | TheReincarnator/glaziery | f688943163b73cea7034e929539fff8aa39d63e5 | [
"MIT"
] | null | null | null | src/LongVector.cpp | TheReincarnator/glaziery | f688943163b73cea7034e929539fff8aa39d63e5 | [
"MIT"
] | null | null | null | /*
* This file is part of the Glaziery.
* Copyright Thomas Jacob.
*
* READ README.TXT BEFORE USE!!
*/
// Main header file
#include <Glaziery/src/Headers.h>
LongVector::LongVector() : x(0), y(0)
{
ASSERTION_COBJECT(this);
}
LongVector::LongVector(long x, long y) : x(x), y(y)
{
ASSERTION_COBJECT(this);
}
Lon... | 17.052 | 76 | 0.665259 | TheReincarnator |
901dc2e6bc4b2cef7f026b31d38a488172ce7c11 | 12,444 | cpp | C++ | Source/Core/Visualization/Renderer/StochasticRenderingCompositor.cpp | GoTamura/KVS | 121ede0b9b81da56e9ea698a45ccfd71ff64ed41 | [
"BSD-3-Clause"
] | null | null | null | Source/Core/Visualization/Renderer/StochasticRenderingCompositor.cpp | GoTamura/KVS | 121ede0b9b81da56e9ea698a45ccfd71ff64ed41 | [
"BSD-3-Clause"
] | null | null | null | Source/Core/Visualization/Renderer/StochasticRenderingCompositor.cpp | GoTamura/KVS | 121ede0b9b81da56e9ea698a45ccfd71ff64ed41 | [
"BSD-3-Clause"
] | null | null | null | /*****************************************************************************/
/**
* @file StochasticRenderingCompositor.cpp
* @author Naohisa Sakamoto
*/
/*----------------------------------------------------------------------------
*
* Copyright (c) Visualization Laboratory, Kyoto University.
* All right... | 35.758621 | 107 | 0.530698 | GoTamura |
901e7dc880e5df1f283d5bdf2aef82fec0d77ba6 | 2,081 | cpp | C++ | Common/dslThread.cpp | TotteKarlsson/dsl | 3807cbe5f90a3cd495979eafa8cf5485367b634c | [
"BSD-2-Clause"
] | null | null | null | Common/dslThread.cpp | TotteKarlsson/dsl | 3807cbe5f90a3cd495979eafa8cf5485367b634c | [
"BSD-2-Clause"
] | null | null | null | Common/dslThread.cpp | TotteKarlsson/dsl | 3807cbe5f90a3cd495979eafa8cf5485367b634c | [
"BSD-2-Clause"
] | null | null | null | #pragma hdrstop
#include "dslLogger.h"
#include "dslThread.h"
//---------------------------------------------------------------------------
namespace dsl
{
int Thread::mThreadCount = 0;
Thread::Thread(const std::string& label)
:
mID(-1),
mIsTimeToDie(false),
mLabel(label),
mIsStarted(false),
mIsFinished(false),
mIsW... | 13.966443 | 77 | 0.570399 | TotteKarlsson |
901f216b738ef752e13af09fd49db08fcdc3d643 | 19,363 | cpp | C++ | test/unit/stack/intrusive_fcstack.cpp | Nemo1369/libcds | 6c96ab635067b2018b14afe5dd0251b9af3ffddf | [
"BSD-2-Clause"
] | null | null | null | test/unit/stack/intrusive_fcstack.cpp | Nemo1369/libcds | 6c96ab635067b2018b14afe5dd0251b9af3ffddf | [
"BSD-2-Clause"
] | 1 | 2017-11-12T06:43:27.000Z | 2017-11-12T06:43:27.000Z | test/unit/stack/intrusive_fcstack.cpp | Nemo1369/libcds | 6c96ab635067b2018b14afe5dd0251b9af3ffddf | [
"BSD-2-Clause"
] | 2 | 2020-10-01T04:12:27.000Z | 2021-07-01T07:46:19.000Z | /*
This file is a part of libcds - Concurrent Data Structures library
(C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2017
Source code repo: http://github.com/khizmax/libcds/
Download: http://sourceforge.net/projects/libcds/files/
Redistribution and use in source and binary forms, with... | 41.462527 | 133 | 0.644063 | Nemo1369 |
901f523f1610f71839afbfbf0d99bc3d9df0ba9b | 3,248 | cpp | C++ | unit/goto-symex/symex_level0.cpp | tobireinhard/cbmc | fc165c119985adf8db9a13493f272a2def4e79fa | [
"BSD-4-Clause"
] | 412 | 2016-04-02T01:14:27.000Z | 2022-03-27T09:24:09.000Z | unit/goto-symex/symex_level0.cpp | tobireinhard/cbmc | fc165c119985adf8db9a13493f272a2def4e79fa | [
"BSD-4-Clause"
] | 4,671 | 2016-02-25T13:52:16.000Z | 2022-03-31T22:14:46.000Z | unit/goto-symex/symex_level0.cpp | tobireinhard/cbmc | fc165c119985adf8db9a13493f272a2def4e79fa | [
"BSD-4-Clause"
] | 266 | 2016-02-23T12:48:00.000Z | 2022-03-22T18:15:51.000Z | /*******************************************************************\
Module: Unit tests for symex_target_equation::validate
Author: Diffblue Ltd.
\*******************************************************************/
#include <testing-utils/use_catch.h>
#include <goto-symex/goto_symex_state.h>
#include <goto-symex... | 27.760684 | 74 | 0.6133 | tobireinhard |
9020e2d20878db755f7ca479491b7d5bffda3dd5 | 5,091 | cc | C++ | chromium/components/metrics/profiler/profiler_metrics_provider.cc | wedataintelligence/vivaldi-source | 22a46f2c969f6a0b7ca239a05575d1ea2738768c | [
"BSD-3-Clause"
] | null | null | null | chromium/components/metrics/profiler/profiler_metrics_provider.cc | wedataintelligence/vivaldi-source | 22a46f2c969f6a0b7ca239a05575d1ea2738768c | [
"BSD-3-Clause"
] | null | null | null | chromium/components/metrics/profiler/profiler_metrics_provider.cc | wedataintelligence/vivaldi-source | 22a46f2c969f6a0b7ca239a05575d1ea2738768c | [
"BSD-3-Clause"
] | null | null | null | // 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 "components/metrics/profiler/profiler_metrics_provider.h"
#include <ctype.h>
#include <stddef.h>
#include <string>
#include <vector>
#include "... | 35.110345 | 80 | 0.759379 | wedataintelligence |
9025836f7f09dec7a6699cfa2840b3256db101c9 | 27,997 | cpp | C++ | src/cellgrid.cpp | machinelevel/bens-game | e265d9a045426e71c86585503566e3572372f5a7 | [
"MIT"
] | null | null | null | src/cellgrid.cpp | machinelevel/bens-game | e265d9a045426e71c86585503566e3572372f5a7 | [
"MIT"
] | null | null | null | src/cellgrid.cpp | machinelevel/bens-game | e265d9a045426e71c86585503566e3572372f5a7 | [
"MIT"
] | null | null | null |
/************************************************************\
cellgrid.cpp
Files for controlling the grid of cells in Ben's project
\************************************************************/
#include <stdio.h>
#include <stdint.h>
#include <SDL2/SDL.h>
#include <SDL2/SDL_opengl.h>
#include <GL/gl.h>
#include <s... | 29.133195 | 105 | 0.596814 | machinelevel |
9025fcf2ddbcb62f201dd35e936fe3872a91cba3 | 5,426 | cxx | C++ | mod/maxgui.mod/fltkmaxgui.mod/src/Fl_Light_Button.cxx | jabdoa2/blitzmax | 0ada3c9a134178038c8f6ca67d5a004aa03f24f5 | [
"Zlib"
] | 146 | 2015-09-21T05:58:10.000Z | 2022-03-13T09:56:31.000Z | mod/maxgui.mod/fltkmaxgui.mod/src/Fl_Light_Button.cxx | jabdoa2/blitzmax | 0ada3c9a134178038c8f6ca67d5a004aa03f24f5 | [
"Zlib"
] | 20 | 2015-09-21T09:59:37.000Z | 2022-03-21T18:44:14.000Z | mod/maxgui.mod/fltkmaxgui.mod/src/Fl_Light_Button.cxx | jabdoa2/blitzmax | 0ada3c9a134178038c8f6ca67d5a004aa03f24f5 | [
"Zlib"
] | 62 | 2015-09-21T06:33:46.000Z | 2022-01-02T17:54:41.000Z | //
// "$Id: Fl_Light_Button.cxx 7903 2010-11-28 21:06:39Z matt $"
//
// Lighted button widget for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2010 by Bill Spitzak and others.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
// Li... | 31.005714 | 76 | 0.576668 | jabdoa2 |
902692ee3d6ef1f03b7ca71cec7c1f79eaa9fdc8 | 2,269 | cpp | C++ | src/cpp/sym_table.cpp | jacoburton104/perspective | 556ef5fc5c74ff5c56cafa6b89804aff80a11fbd | [
"Apache-2.0"
] | 1 | 2021-07-09T05:21:15.000Z | 2021-07-09T05:21:15.000Z | src/cpp/sym_table.cpp | netdebug/perspective | e725ea2b713a671544b2406189fe71358d7b66df | [
"Apache-2.0"
] | null | null | null | src/cpp/sym_table.cpp | netdebug/perspective | e725ea2b713a671544b2406189fe71358d7b66df | [
"Apache-2.0"
] | null | null | null | /******************************************************************************
*
* Copyright (c) 2017, the Perspective Authors.
*
* This file is part of the Perspective library, distributed under the terms of
* the Apache License 2.0. The full license can be found in the LICENSE file.
*
*/
#include <perspecti... | 20.441441 | 79 | 0.633759 | jacoburton104 |
90269586b02cf0ef52946fff992f3bef1ec7606b | 1,041 | cpp | C++ | agent/lib/virtualAPfortest/testbed.cpp | Over42M/Fun5Ga | 7712fcae3968a80c3f7957457e5f0492fbd1f812 | [
"Apache-2.0"
] | 7 | 2017-04-26T12:28:22.000Z | 2021-02-09T18:59:50.000Z | agent/lib/virtualAPfortest/testbed.cpp | Over42M/Fun5Ga | 7712fcae3968a80c3f7957457e5f0492fbd1f812 | [
"Apache-2.0"
] | 1 | 2017-04-26T15:22:51.000Z | 2017-04-28T04:41:51.000Z | agent/lib/virtualAPfortest/testbed.cpp | Over42M/Fun5Ga | 7712fcae3968a80c3f7957457e5f0492fbd1f812 | [
"Apache-2.0"
] | 8 | 2017-06-01T08:42:16.000Z | 2020-07-23T12:30:19.000Z | /********************
@file ap_agent.cpp
@date 2015/12/2
@author 안계완
@brief processing message from mananger program
*********************/
#include <cstdlib>
#include <cstring>
#include <string>
#include <signal.h>
#include <unistd.h>
#include <arpa/inet.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include... | 18.927273 | 79 | 0.654179 | Over42M |
9027dece974ca506c9fc91946470fe05cd600b96 | 2,957 | hpp | C++ | modules/ieee/include/nt2/toolbox/ieee/function/scalar/ulp.hpp | brycelelbach/nt2 | 73d7e8dd390fa4c8d251c6451acdae65def70e0b | [
"BSL-1.0"
] | 1 | 2022-03-24T03:35:10.000Z | 2022-03-24T03:35:10.000Z | modules/ieee/include/nt2/toolbox/ieee/function/scalar/ulp.hpp | brycelelbach/nt2 | 73d7e8dd390fa4c8d251c6451acdae65def70e0b | [
"BSL-1.0"
] | null | null | null | modules/ieee/include/nt2/toolbox/ieee/function/scalar/ulp.hpp | brycelelbach/nt2 | 73d7e8dd390fa4c8d251c6451acdae65def70e0b | [
"BSL-1.0"
] | null | null | null | //////////////////////////////////////////////////////////////////////////////
/// Copyright 2003 and onward LASMEA UMR 6602 CNRS/U.B.P Clermont-Ferrand
/// Copyright 2009 and onward LRI UMR 8623 CNRS/Univ Paris Sud XI
///
/// Distributed under the Boost Software License, Version 1.0
/// ... | 34.383721 | 103 | 0.524518 | brycelelbach |