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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a9bf1966d0fd1b0e47b088a17dca608d12cbb1b8 | 2,374 | cpp | C++ | naoqi-sdk-2.5.5.5-linux64/doc/_downloads/almotion_angleinterpolationbezier.cpp | applejenny66/docker_pepper | 2469cc4db6585161a31ac44c8fcf2605d71318b1 | [
"MIT"
] | null | null | null | naoqi-sdk-2.5.5.5-linux64/doc/_downloads/almotion_angleinterpolationbezier.cpp | applejenny66/docker_pepper | 2469cc4db6585161a31ac44c8fcf2605d71318b1 | [
"MIT"
] | null | null | null | naoqi-sdk-2.5.5.5-linux64/doc/_downloads/almotion_angleinterpolationbezier.cpp | applejenny66/docker_pepper | 2469cc4db6585161a31ac44c8fcf2605d71318b1 | [
"MIT"
] | 1 | 2020-10-06T07:44:12.000Z | 2020-10-06T07:44:12.000Z | #include <iostream>
#include <alproxies/almotionproxy.h>
#include <qi/os.hpp>
int main(int argc, char **argv)
{
std::string robotIp = "127.0.0.1";
if (argc < 2) {
std::cerr << "Usage: almotion_angleinterpolationBezier robotIp "
<< "(optional default \"127.0.0.1\")."<< std::endl;
}
else {
... | 32.081081 | 76 | 0.68492 | applejenny66 |
a9bff1a24c524cf7e9ae2d5e927e3948a36b24fd | 9,755 | cpp | C++ | CMSIS/DSP/Testing/Source/Tests/ComplexTestsQ15.cpp | mintisan/CMSIS_5 | 2df723647a1f629b7be1394bfc13c9ea9119a8f8 | [
"Apache-2.0"
] | null | null | null | CMSIS/DSP/Testing/Source/Tests/ComplexTestsQ15.cpp | mintisan/CMSIS_5 | 2df723647a1f629b7be1394bfc13c9ea9119a8f8 | [
"Apache-2.0"
] | null | null | null | CMSIS/DSP/Testing/Source/Tests/ComplexTestsQ15.cpp | mintisan/CMSIS_5 | 2df723647a1f629b7be1394bfc13c9ea9119a8f8 | [
"Apache-2.0"
] | null | null | null | #include "ComplexTestsQ15.h"
#include "Error.h"
#define SNR_THRESHOLD 25
/*
Reference patterns are generated with
a double precision computation.
*/
#define ABS_ERROR_Q15 ((q15_t)20)
#define ABS_ERROR_Q31 ((q31_t)(1<<15))
void ComplexTestsQ15::test_cmplx_conj_q15()
{
const q15_t *inp1=input1.ptr()... | 33.637931 | 115 | 0.64654 | mintisan |
a9c04358140a010df005a677df48fa087c1996b5 | 181 | cpp | C++ | Receiver/BMS_Receiver_main.cpp | clean-code-craft-tcq-1/stream-bms-data-DevadigaRahul | d57eea78f413de121c78bec639d4e04682755912 | [
"MIT"
] | null | null | null | Receiver/BMS_Receiver_main.cpp | clean-code-craft-tcq-1/stream-bms-data-DevadigaRahul | d57eea78f413de121c78bec639d4e04682755912 | [
"MIT"
] | null | null | null | Receiver/BMS_Receiver_main.cpp | clean-code-craft-tcq-1/stream-bms-data-DevadigaRahul | d57eea78f413de121c78bec639d4e04682755912 | [
"MIT"
] | 2 | 2021-06-04T12:00:36.000Z | 2021-06-21T04:30:47.000Z | #include <iostream>
#include "BMS_Receiver.h"
using namespace std;
int main()
{
BMS_Receiver receiver;
receiver.get_data_from_console();
receiver.print_data();
return 0;
}
| 12.066667 | 34 | 0.734807 | clean-code-craft-tcq-1 |
a9c2dbeffba422bae27765a8ac362bdc7ac49552 | 4,101 | cpp | C++ | ui/CxRunCtrl/BitmapView.cpp | johnzcdGitHub/SuperCxHMI | e897b7bdf30cfe3bfeb5b8738e10c7205ebcd665 | [
"MIT"
] | 118 | 2015-05-19T09:19:01.000Z | 2022-02-24T15:18:51.000Z | ui/CxRunCtrl/BitmapView.cpp | PythonYanshenguan/SuperCxHMI | 19f681583fca56c528b51b5821fe842c80bcae24 | [
"MIT"
] | 1 | 2016-10-24T02:48:03.000Z | 2020-04-20T01:53:31.000Z | ui/CxRunCtrl/BitmapView.cpp | PythonYanshenguan/SuperCxHMI | 19f681583fca56c528b51b5821fe842c80bcae24 | [
"MIT"
] | 98 | 2015-02-11T07:16:47.000Z | 2022-02-24T02:15:27.000Z | // BitmapView.cpp: implementation of the CBitmapView class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "RunInc.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
/////////////////////////////////////////////... | 26.803922 | 96 | 0.622775 | johnzcdGitHub |
a9c3809241ea0374b49ef2735cceff0a8d1644ef | 10,473 | cpp | C++ | piwiktracker.cpp | Waqar144/qt-piwik-tracker | d8fa34593f493d9e4045f7be811ad5bafe0d3a10 | [
"MIT"
] | null | null | null | piwiktracker.cpp | Waqar144/qt-piwik-tracker | d8fa34593f493d9e4045f7be811ad5bafe0d3a10 | [
"MIT"
] | null | null | null | piwiktracker.cpp | Waqar144/qt-piwik-tracker | d8fa34593f493d9e4045f7be811ad5bafe0d3a10 | [
"MIT"
] | null | null | null | /**
* Copyright (c) 2014-2021 Patrizio Bekerle -- <patrizio@bekerle.com>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
*... | 29.837607 | 80 | 0.647379 | Waqar144 |
a9c3a032b172e50801357ec4061872aa0edb0f41 | 2,484 | hpp | C++ | src/core/integrators/pf_multiplexed_mlt/PfMultiplexedMltTracer.hpp | libingzeng/tungsten | 8d3e08f6fe825ee90da9ab3e8008b45821ba3c67 | [
"Apache-2.0",
"Unlicense"
] | 1 | 2018-11-10T19:59:44.000Z | 2018-11-10T19:59:44.000Z | src/core/integrators/pf_multiplexed_mlt/PfMultiplexedMltTracer.hpp | libingzeng/tungsten | 8d3e08f6fe825ee90da9ab3e8008b45821ba3c67 | [
"Apache-2.0",
"Unlicense"
] | null | null | null | src/core/integrators/pf_multiplexed_mlt/PfMultiplexedMltTracer.hpp | libingzeng/tungsten | 8d3e08f6fe825ee90da9ab3e8008b45821ba3c67 | [
"Apache-2.0",
"Unlicense"
] | null | null | null | #ifndef PFMULTIPLEXEDMLTTRACER_HPP_
#define PFMULTIPLEXEDMLTTRACER_HPP_
#include "PfMultiplexedMltSettings.hpp"
#include "PfMultiplexedStats.hpp"
#include "PfLargeStepTracker.hpp"
#include "integrators/bidirectional_path_tracer/ImagePyramid.hpp"
#include "integrators/bidirectional_path_tracer/LightPath.hpp"
#include... | 32.25974 | 120 | 0.737118 | libingzeng |
a9c3bbe1107f5b83be82e3daf87488cdebb995f4 | 8,674 | cpp | C++ | ManuvrOS/Transports/StandardIO/StandardIO.cpp | Manuvr/ManuvrOS | e3a812c9b609ad69670ff2f8050a07bd423ebc78 | [
"Apache-2.0"
] | 5 | 2015-03-26T22:58:58.000Z | 2021-06-15T05:36:57.000Z | ManuvrOS/Transports/StandardIO/StandardIO.cpp | Manuvr/ManuvrOS | e3a812c9b609ad69670ff2f8050a07bd423ebc78 | [
"Apache-2.0"
] | 2 | 2016-09-26T09:25:58.000Z | 2017-08-03T05:27:24.000Z | ManuvrOS/Transports/StandardIO/StandardIO.cpp | Manuvr/ManuvrOS | e3a812c9b609ad69670ff2f8050a07bd423ebc78 | [
"Apache-2.0"
] | 2 | 2016-04-29T07:43:32.000Z | 2020-02-07T06:43:01.000Z | /*
File: StandardIO.cpp
Author: J. Ian Lindsay
Date: 2016.07.23
Copyright 2016 Manuvr, 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
Unles... | 32.125926 | 107 | 0.587042 | Manuvr |
a9c3ca19b3280c73838a2ba9f4bb49861fa436cf | 6,015 | cpp | C++ | external/Winamp SDK/enc_flac/main.cpp | jamesdsmith/gen_discordrpc | fb1ea7f281857448cb93f4bdbd95abd983c7c43d | [
"MIT"
] | null | null | null | external/Winamp SDK/enc_flac/main.cpp | jamesdsmith/gen_discordrpc | fb1ea7f281857448cb93f4bdbd95abd983c7c43d | [
"MIT"
] | null | null | null | external/Winamp SDK/enc_flac/main.cpp | jamesdsmith/gen_discordrpc | fb1ea7f281857448cb93f4bdbd95abd983c7c43d | [
"MIT"
] | null | null | null | /**
* Flake encoder for Winamp
* Copyright (c) 2006 Will Fisher
* The Flake library is Copyright (c) 2006 Justin Ruggles,
* see flake.h for more details
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Fr... | 28.372642 | 173 | 0.713383 | jamesdsmith |
a9c637f562b1dd19a5bc4bbead47d2e890dff718 | 2,170 | inl | C++ | dev/Gems/Microphone/Code/Source/MicrophoneSystemComponent_macos.inl | kostenickj/lumberyard | e881f3023cc1840650eb7b133e605881d1d4330d | [
"AML"
] | 1 | 2019-02-12T06:44:50.000Z | 2019-02-12T06:44:50.000Z | dev/Gems/Microphone/Code/Source/MicrophoneSystemComponent_macos.inl | santosh90n/lumberyard-1 | 9608bcf905bb60e9f326bd3fe8297381c22d83a6 | [
"AML"
] | null | null | null | dev/Gems/Microphone/Code/Source/MicrophoneSystemComponent_macos.inl | santosh90n/lumberyard-1 | 9608bcf905bb60e9f326bd3fe8297381c22d83a6 | [
"AML"
] | null | null | null | /*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or t... | 26.463415 | 146 | 0.718894 | kostenickj |
a9c68917f2e22a46ddeab26c26c545a13cc0b623 | 199 | cc | C++ | CalibCalorimetry/EcalLaserCorrection/plugins/SealModule.cc | knash/cmssw | d4f63ec2b2c322e3be4c4d78ce20ebddbcd88ca7 | [
"Apache-2.0"
] | 1 | 2018-07-25T03:57:34.000Z | 2018-07-25T03:57:34.000Z | CalibCalorimetry/EcalLaserCorrection/plugins/SealModule.cc | knash/cmssw | d4f63ec2b2c322e3be4c4d78ce20ebddbcd88ca7 | [
"Apache-2.0"
] | 1 | 2021-06-28T14:25:47.000Z | 2021-06-30T10:12:29.000Z | CalibCalorimetry/EcalLaserCorrection/plugins/SealModule.cc | knash/cmssw | d4f63ec2b2c322e3be4c4d78ce20ebddbcd88ca7 | [
"Apache-2.0"
] | null | null | null | #include "FWCore/PluginManager/interface/ModuleDef.h"
#include "CalibCalorimetry/EcalLaserCorrection/plugins/EcalLaserCorrectionService.h"
DEFINE_FWK_EVENTSETUP_MODULE(EcalLaserCorrectionService);
| 33.166667 | 84 | 0.879397 | knash |
a9c8c6444667959625ef6a132362c188ae943a4b | 4,610 | cpp | C++ | source/backend/arm82/Arm82Moments.cpp | foreverlms/MNN | 8f9d3e3331fb54382bb61ac3a2087637a161fec5 | [
"Apache-2.0"
] | 6,958 | 2019-05-06T02:38:02.000Z | 2022-03-31T18:08:48.000Z | source/backend/arm82/Arm82Moments.cpp | foreverlms/MNN | 8f9d3e3331fb54382bb61ac3a2087637a161fec5 | [
"Apache-2.0"
] | 1,775 | 2019-05-06T04:40:19.000Z | 2022-03-30T15:39:24.000Z | source/backend/arm82/Arm82Moments.cpp | foreverlms/MNN | 8f9d3e3331fb54382bb61ac3a2087637a161fec5 | [
"Apache-2.0"
] | 1,511 | 2019-05-06T02:38:05.000Z | 2022-03-31T16:59:39.000Z | //
// Arm82Moments.cpp
// MNN
//
// Created by MNN on 2019/02/28.
// Copyright © 2018, Alibaba Group Holding Limited
//
#if defined(__ANDROID__) || defined(__aarch64__)
#include "Arm82Moments.hpp"
#include "Arm82Backend.hpp"
#include "Arm82Vec.hpp"
#include "core/Concurrency.h"
#include <MNN/MNNDefine.h>
#include ... | 38.099174 | 128 | 0.624729 | foreverlms |
a9caaec62ca0d0f81ca0613a5af827ec9251c0c9 | 4,850 | cpp | C++ | osquery/tables/networking/interfaces.cpp | saydulk/osquery | 5789d889f421f6761ba7c600d7eaf8a3ba18ee82 | [
"BSD-3-Clause"
] | null | null | null | osquery/tables/networking/interfaces.cpp | saydulk/osquery | 5789d889f421f6761ba7c600d7eaf8a3ba18ee82 | [
"BSD-3-Clause"
] | null | null | null | osquery/tables/networking/interfaces.cpp | saydulk/osquery | 5789d889f421f6761ba7c600d7eaf8a3ba18ee82 | [
"BSD-3-Clause"
] | 16 | 2017-01-12T10:37:09.000Z | 2019-04-19T08:23:19.000Z | /*
* Copyright (c) 2014, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*/
#include <s... | 29.041916 | 79 | 0.665361 | saydulk |
a9ccb939d310f8a86e60ffd5b8fd81cc8949b52c | 7,616 | cpp | C++ | examples/demo1.cpp | openlab-vn-ua/ImageRotation | 2210d5cd846148aa705e53df658d62a034680b73 | [
"Unlicense"
] | 4 | 2018-10-05T07:09:57.000Z | 2022-03-05T12:03:11.000Z | examples/demo1.cpp | openlab-vn-ua/ImageRotation | 2210d5cd846148aa705e53df658d62a034680b73 | [
"Unlicense"
] | null | null | null | examples/demo1.cpp | openlab-vn-ua/ImageRotation | 2210d5cd846148aa705e53df658d62a034680b73 | [
"Unlicense"
] | 3 | 2020-01-28T03:03:16.000Z | 2021-07-30T01:38:33.000Z | /* **************************************************************
** NAME: Fast Bitmap Rotation and Scaling
** AUTHOR: Steven M Mortimer
** COMPILER: Visual C++ V6.0 Enterprise SP3
** Target Platform: Win32
** RIGHTS: Stevem Mortimer
** Date: 18th Jan 2000
****************... | 29.984252 | 90 | 0.50302 | openlab-vn-ua |
a9cd60e6da7bc487a5ad11c502a692c1b5f47efb | 1,515 | cpp | C++ | problem2.cpp | paolaguarasci/domJudge | 830f5ca3f271732668930a2a8d3be98d96661691 | [
"MIT"
] | null | null | null | problem2.cpp | paolaguarasci/domJudge | 830f5ca3f271732668930a2a8d3be98d96661691 | [
"MIT"
] | null | null | null | problem2.cpp | paolaguarasci/domJudge | 830f5ca3f271732668930a2a8d3be98d96661691 | [
"MIT"
] | null | null | null | /*
NOTA! Va fatto usando array di char e non oggetti stringa. Perchè? Sto cercando di capire...
*/
#include <iostream>
#include <cstring>
using namespace std;
const int LIMITE = 100;
int main() {
// Prendo i dati da input
// key, numero stringhe, stringhe
char key[LIMITE];
cin >> key;
unsigned n;
ci... | 23.671875 | 92 | 0.509571 | paolaguarasci |
a9d0941f3cd329e7f29603d6dc9a4f92a14a64d8 | 2,645 | hxx | C++ | main/sw/source/core/inc/swfntcch.hxx | Grosskopf/openoffice | 93df6e8a695d5e3eac16f3ad5e9ade1b963ab8d7 | [
"Apache-2.0"
] | 679 | 2015-01-06T06:34:58.000Z | 2022-03-30T01:06:03.000Z | main/sw/source/core/inc/swfntcch.hxx | Grosskopf/openoffice | 93df6e8a695d5e3eac16f3ad5e9ade1b963ab8d7 | [
"Apache-2.0"
] | 102 | 2017-11-07T08:51:31.000Z | 2022-03-17T12:13:49.000Z | main/sw/source/core/inc/swfntcch.hxx | Grosskopf/openoffice | 93df6e8a695d5e3eac16f3ad5e9ade1b963ab8d7 | [
"Apache-2.0"
] | 331 | 2015-01-06T11:40:55.000Z | 2022-03-14T04:07:51.000Z | /**************************************************************
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to y... | 27.552083 | 75 | 0.563705 | Grosskopf |
a9d1105d9bd609db252339e77803cbb0c8f5521e | 2,547 | cc | C++ | src/developer/debug/zxdb/client/setting_value.cc | allansrc/fuchsia | a2c235b33fc4305044d496354a08775f30cdcf37 | [
"BSD-2-Clause"
] | 210 | 2019-02-05T12:45:09.000Z | 2022-03-28T07:59:06.000Z | src/developer/debug/zxdb/client/setting_value.cc | allansrc/fuchsia | a2c235b33fc4305044d496354a08775f30cdcf37 | [
"BSD-2-Clause"
] | 56 | 2021-06-03T03:16:25.000Z | 2022-03-20T01:07:44.000Z | src/developer/debug/zxdb/client/setting_value.cc | allansrc/fuchsia | a2c235b33fc4305044d496354a08775f30cdcf37 | [
"BSD-2-Clause"
] | 73 | 2019-03-06T18:55:23.000Z | 2022-03-26T12:04:51.000Z | // Copyright 2018 The Fuchsia 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/developer/debug/zxdb/client/setting_value.h"
#include <lib/syslog/cpp/macros.h>
#include <algorithm>
#include <vector>
#include <sstream>
... | 28.617978 | 92 | 0.675697 | allansrc |
a9d55998d7920cd231237dbc65e1f15ffe9b9cdf | 163 | cpp | C++ | tests/dump_files_for_tests/test_it_dt_heuristic_1.cpp | unl-nimbus-lab/phriky-units | 16c8cdd91de0899411b139e5a94fcb4ea8104ad2 | [
"MIT"
] | 22 | 2017-07-18T09:39:34.000Z | 2021-09-16T09:41:03.000Z | tests/dump_files_for_tests/test_it_dt_heuristic_1.cpp | unl-nimbus-lab/phriky-units | 16c8cdd91de0899411b139e5a94fcb4ea8104ad2 | [
"MIT"
] | 9 | 2016-09-04T13:33:15.000Z | 2018-01-05T22:39:03.000Z | tests/dump_files_for_tests/test_it_dt_heuristic_1.cpp | unl-nimbus-lab/phriky-units | 16c8cdd91de0899411b139e5a94fcb4ea8104ad2 | [
"MIT"
] | 4 | 2016-12-07T16:34:57.000Z | 2019-04-03T06:51:55.000Z | #include <ros/ros.h>
#include <geometry_msgs/Twist.h>
int main(int argc, char **argv)
{
double dt = 0.;
geometry_msgs::Twist tw;
tw.angular.x = 1/dt;
}
| 13.583333 | 32 | 0.638037 | unl-nimbus-lab |
a9de1564bfc9ea7e8aef90d4e70ad4b36a8c4718 | 11,832 | cpp | C++ | frontends/shared/os_win32debug.cpp | pixeljetstream/luxinia1 | 5d69b2d47d5ed4501dc155cfef999475f2fdfe2a | [
"Unlicense",
"MIT"
] | 31 | 2015-01-05T18:22:15.000Z | 2020-12-07T03:21:50.000Z | frontends/shared/os_win32debug.cpp | pixeljetstream/luxinia1 | 5d69b2d47d5ed4501dc155cfef999475f2fdfe2a | [
"Unlicense",
"MIT"
] | null | null | null | frontends/shared/os_win32debug.cpp | pixeljetstream/luxinia1 | 5d69b2d47d5ed4501dc155cfef999475f2fdfe2a | [
"Unlicense",
"MIT"
] | 12 | 2015-01-05T19:17:44.000Z | 2021-01-15T08:56:06.000Z | // Copyright (C) 2004-2009 Christoph Kubisch & Eike Decker
// This file is part of the "Luxinia Engine".
// For conditions of distribution and use, see luxinia.h
#include "os.h"
#ifndef LUX_PLATFORM_WINDOWS
#error "Wrong Platform"
#endif
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#ifdef LUX_COMPILER_MSC
#defi... | 31.806452 | 107 | 0.585869 | pixeljetstream |
a9e0af65e275279e68e570698efcdda02ac24cae | 1,390 | cpp | C++ | DSA/Trees/sum-tree.cpp | abhisheknaiidu/dsa | fe3f54df6802d2520142992b541602ce5ee24f26 | [
"MIT"
] | 54 | 2020-07-31T14:50:23.000Z | 2022-03-14T11:03:02.000Z | DSA/Trees/sum-tree.cpp | abhisheknaiidu/NOOB | fe3f54df6802d2520142992b541602ce5ee24f26 | [
"MIT"
] | null | null | null | DSA/Trees/sum-tree.cpp | abhisheknaiidu/NOOB | fe3f54df6802d2520142992b541602ce5ee24f26 | [
"MIT"
] | 30 | 2020-08-15T17:39:02.000Z | 2022-03-10T06:50:18.000Z | #pragma GCC optimize("Ofast")
#include <algorithm>
#include <bitset>
#include <deque>
#include <iostream>
#include <iterator>
#include <string>
#include <map>
#include <queue>
#include <set>
#include <stack>
#include <vector>
#include <unordered_map>
#include <unordered_set>
using namespace std;
void abhisheknaiidu()... | 19.857143 | 82 | 0.631655 | abhisheknaiidu |
a9e37ff801ed59ac2b1078e43c58c84c696cd974 | 1,633 | hpp | C++ | Cpp/AdvancedCpp/TemplateMetaprogramming/OnBitsInByteLookupTable/BitsInByteLookupTable.hpp | NatanMeirov/ExperisAcademyBootcamp | 6608ef5571e6dc4eb1f481695da3476ecd4f7547 | [
"MIT"
] | null | null | null | Cpp/AdvancedCpp/TemplateMetaprogramming/OnBitsInByteLookupTable/BitsInByteLookupTable.hpp | NatanMeirov/ExperisAcademyBootcamp | 6608ef5571e6dc4eb1f481695da3476ecd4f7547 | [
"MIT"
] | null | null | null | Cpp/AdvancedCpp/TemplateMetaprogramming/OnBitsInByteLookupTable/BitsInByteLookupTable.hpp | NatanMeirov/ExperisAcademyBootcamp | 6608ef5571e6dc4eb1f481695da3476ecd4f7547 | [
"MIT"
] | null | null | null | /**
* @file BitsInByteLookupTable.hpp
* @author Natan Meirov (NatanMeirov@gmail.com)
* @brief A Metaprogramming Bits In Byte Lookup Table implementation
* @version 1.0
* @date 2021-06-08
*
* @copyright Copyright (c) 2021
*
*/
#ifndef __NM_META_BITSINBYTELOOKUPTABLE_HPP__
#define __NM_META_BITSINBYTELOOKUPTA... | 24.742424 | 152 | 0.710349 | NatanMeirov |
a9e3dc0052a901ba8a921eeb248fefda6d85f291 | 3,291 | cpp | C++ | src/objective_functions/loss_functions/geom_negloglike.cpp | andy-yoo/lbann-andy | 237c45c392e7a5548796ac29537ab0a374e7e825 | [
"Apache-2.0"
] | null | null | null | src/objective_functions/loss_functions/geom_negloglike.cpp | andy-yoo/lbann-andy | 237c45c392e7a5548796ac29537ab0a374e7e825 | [
"Apache-2.0"
] | null | null | null | src/objective_functions/loss_functions/geom_negloglike.cpp | andy-yoo/lbann-andy | 237c45c392e7a5548796ac29537ab0a374e7e825 | [
"Apache-2.0"
] | null | null | null | ////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2014-2016, Lawrence Livermore National Security, LLC.
// Produced at the Lawrence Livermore National Laboratory.
// Written by the LBANN Research Team (B. Van Essen, et al.) listed in
// the CONTRIBUTORS file. <lbann-dev@l... | 37.827586 | 80 | 0.656943 | andy-yoo |
a9e9bcb0ab1eaac83b2854a63b809565ca734f93 | 2,118 | cpp | C++ | algorithms/contiguous-data/longest-common-substr/main.cpp | dubzzz/various-algorithms | 16af4c05acfcb23d199df0851402b0da3ebba91c | [
"MIT"
] | 1 | 2017-04-17T18:32:46.000Z | 2017-04-17T18:32:46.000Z | algorithms/contiguous-data/longest-common-substr/main.cpp | dubzzz/various-algorithms | 16af4c05acfcb23d199df0851402b0da3ebba91c | [
"MIT"
] | 10 | 2016-12-25T04:42:56.000Z | 2017-03-30T20:42:25.000Z | algorithms/contiguous-data/longest-common-substr/main.cpp | dubzzz/various-algorithms | 16af4c05acfcb23d199df0851402b0da3ebba91c | [
"MIT"
] | 1 | 2022-03-25T17:39:05.000Z | 2022-03-25T17:39:05.000Z | #include "gtest/gtest.h"
#include <rapidcheck/gtest.h>
#include <algorithm>
#include <string>
#include SPECIFIC_HEADER
// Running tests
TEST(TEST_NAME, SameStrings)
{
ASSERT_EQ(6, longest_common_substr("AZERTY", "AZERTY").first);
}
TEST(TEST_NAME, CommonPartAtTheBeginning)
{
ASSERT_EQ(6, longest_common_substr("... | 29.013699 | 86 | 0.701605 | dubzzz |
a9ed2d800155b314c569e7a0b50f0bb482c07f22 | 354 | cpp | C++ | C++Tut/Arrays_30.cpp | dedhun/Ded_CP | 593abfbf703199f748633600041c251c39d76cfe | [
"MIT"
] | 1 | 2020-06-25T00:32:20.000Z | 2020-06-25T00:32:20.000Z | C++Tut/Arrays_30.cpp | dedhun/Ded_CP | 593abfbf703199f748633600041c251c39d76cfe | [
"MIT"
] | null | null | null | C++Tut/Arrays_30.cpp | dedhun/Ded_CP | 593abfbf703199f748633600041c251c39d76cfe | [
"MIT"
] | null | null | null | //
// Created by Jihun on 6/24/2020.
//
#include <iostream>
using namespace std;
int main() {
// this array can store 5 integers
// An array initializer list --> {}
// Elements are inside the array.
int jihun[5] = {66, 75, 2, 43, 99};
// Computer programs always start from 0. (index 0)... | 23.6 | 56 | 0.579096 | dedhun |
a9edebb05d85d0f3150b0ff01bd3e51aac17dbc7 | 5,515 | cpp | C++ | test/test_selection.cpp | pandaant/libmcts | 51cc8c690ddbdf8933c7928d64c70982bde674eb | [
"MIT"
] | 2 | 2019-09-07T09:37:53.000Z | 2019-12-29T19:12:50.000Z | test/test_selection.cpp | pandaant/libmcts | 51cc8c690ddbdf8933c7928d64c70982bde674eb | [
"MIT"
] | null | null | null | test/test_selection.cpp | pandaant/libmcts | 51cc8c690ddbdf8933c7928d64c70982bde674eb | [
"MIT"
] | 1 | 2020-06-23T15:23:27.000Z | 2020-06-23T15:23:27.000Z | #include <map>
#include <iostream>
#include <UnitTest++.h>
#include <max_value_selector.hpp>
#include <sampling_selector.hpp>
#include <sampling_to_function_selector.hpp>
#include <min_sample_selector.hpp>
#include <uct_selector.hpp>
#include <root_node.hpp>
#include "rock_paper_scissors.hpp"
#include "rps_node.hpp"
#i... | 29.972826 | 80 | 0.632457 | pandaant |
a9ef67dc4fc1895168fb5fc34294ec72d2a553d3 | 16,747 | cc | C++ | CCA/Components/Arches/PropertyModelsV2/CO.cc | QuocAnh90/Uintah_Aalto | 802c236c331b7eb705d408c352969037e4c5b153 | [
"MIT"
] | 3 | 2020-06-10T08:21:31.000Z | 2020-06-23T18:33:16.000Z | CCA/Components/Arches/PropertyModelsV2/CO.cc | QuocAnh90/Uintah_Aalto | 802c236c331b7eb705d408c352969037e4c5b153 | [
"MIT"
] | null | null | null | CCA/Components/Arches/PropertyModelsV2/CO.cc | QuocAnh90/Uintah_Aalto | 802c236c331b7eb705d408c352969037e4c5b153 | [
"MIT"
] | 2 | 2019-12-30T05:48:30.000Z | 2020-02-12T16:24:16.000Z | #include <CCA/Components/Arches/PropertyModelsV2/CO.h>
#include <CCA/Components/Arches/BoundaryCond_new.h>
namespace Uintah{
typedef ArchesFieldContainer AFC;
//--------------------------------------------------------------------------------------------------
CO::CO( std::string task_name, int matl_index ) :
TaskInt... | 50.902736 | 148 | 0.626859 | QuocAnh90 |
a9f0b02d8ad3dbe165349d340464e899be0d8982 | 6,658 | cpp | C++ | build/moc/moc_ScreenToolsController.cpp | UNIST-ESCL/UNIST_GCS | f61f0c12bbb028869e4494f507ea8ab52c8c79c2 | [
"Apache-2.0"
] | 1 | 2018-11-07T06:10:53.000Z | 2018-11-07T06:10:53.000Z | build/moc/moc_ScreenToolsController.cpp | UNIST-ESCL/UNIST_GCS | f61f0c12bbb028869e4494f507ea8ab52c8c79c2 | [
"Apache-2.0"
] | null | null | null | build/moc/moc_ScreenToolsController.cpp | UNIST-ESCL/UNIST_GCS | f61f0c12bbb028869e4494f507ea8ab52c8c79c2 | [
"Apache-2.0"
] | 1 | 2018-11-07T06:10:47.000Z | 2018-11-07T06:10:47.000Z | /****************************************************************************
** Meta object code from reading C++ file 'ScreenToolsController.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.9.3)
**
** WARNING! All changes made in this file will be lost!
***********************************************... | 36.184783 | 101 | 0.629468 | UNIST-ESCL |
a9f18cf393c21c0e0d121378475200aed236dc6a | 902 | cpp | C++ | algorithms/cpp/dijkstra_quadratic.cpp | felipegnunes/programming-challenges | 452ed1f0f39da11d95b0a5327c76ae94dc74c64a | [
"MIT"
] | null | null | null | algorithms/cpp/dijkstra_quadratic.cpp | felipegnunes/programming-challenges | 452ed1f0f39da11d95b0a5327c76ae94dc74c64a | [
"MIT"
] | null | null | null | algorithms/cpp/dijkstra_quadratic.cpp | felipegnunes/programming-challenges | 452ed1f0f39da11d95b0a5327c76ae94dc74c64a | [
"MIT"
] | null | null | null | #include <iostream>
#include <limits.h>
using namespace std;
int find_nearest_vertex(int V, int dist[], bool in_tree[])
{
int min_index, min_dist = INT_MAX;
for (int u = 0; u < V; u++)
{
if (!in_tree[u] && dist[u] < min_dist)
{
min_index = u;
min_dist = dist[u];
... | 20.044444 | 96 | 0.462306 | felipegnunes |
a9f372399f349ac1386fa74a2769a7ac57d6e260 | 3,141 | cpp | C++ | virtual_texturing/src/ren/Cut.cpp | gary444/lamure | 0b57a70d8496cd9632873628dc4064e09c57fef7 | [
"BSD-3-Clause"
] | 7 | 2016-12-07T11:52:07.000Z | 2022-02-18T09:25:55.000Z | virtual_texturing/src/ren/Cut.cpp | gary444/lamure | 0b57a70d8496cd9632873628dc4064e09c57fef7 | [
"BSD-3-Clause"
] | 2 | 2018-10-22T12:46:22.000Z | 2019-11-19T13:17:35.000Z | virtual_texturing/src/ren/Cut.cpp | gary444/lamure | 0b57a70d8496cd9632873628dc4064e09c57fef7 | [
"BSD-3-Clause"
] | 17 | 2015-11-24T17:04:46.000Z | 2020-12-20T12:56:38.000Z | // Copyright (c) 2014-2018 Bauhaus-Universitaet Weimar
// This Software is distributed under the Modified BSD License, see license.txt.
//
// Virtual Reality and Visualization Research Group
// Faculty of Media, Bauhaus-Universitaet Weimar
// http://www.uni-weimar.de/medien/vr
#include <lamure/vt/ren/CutDatabase.h>
n... | 36.103448 | 130 | 0.721108 | gary444 |
a9f7f591e191cc52c26356ead7297fb3c63f30cb | 1,635 | hpp | C++ | sprout/range/algorithm/fit/transform.hpp | Manu343726/Sprout | feac3f52c785deb0e5e6cd70c8b4960095b064be | [
"BSL-1.0"
] | null | null | null | sprout/range/algorithm/fit/transform.hpp | Manu343726/Sprout | feac3f52c785deb0e5e6cd70c8b4960095b064be | [
"BSL-1.0"
] | null | null | null | sprout/range/algorithm/fit/transform.hpp | Manu343726/Sprout | feac3f52c785deb0e5e6cd70c8b4960095b064be | [
"BSL-1.0"
] | 1 | 2018-09-03T05:38:27.000Z | 2018-09-03T05:38:27.000Z | /*=============================================================================
Copyright (c) 2011-2015 Bolero MURAKAMI
https://github.com/bolero-MURAKAMI/Sprout
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.tx... | 44.189189 | 108 | 0.673394 | Manu343726 |
a9fc400c15d9e596b9228ae842b86c7a46662cca | 25,301 | hpp | C++ | source/modes/GenerateContentFile.hpp | SilvioWeging/kASA | 65740ee0f885693cd86bc3a1ea74c67ca7174130 | [
"BSL-1.0"
] | 19 | 2019-07-25T13:31:58.000Z | 2021-09-23T11:19:22.000Z | source/modes/GenerateContentFile.hpp | SilvioWeging/kASA | 65740ee0f885693cd86bc3a1ea74c67ca7174130 | [
"BSL-1.0"
] | 7 | 2019-04-04T13:20:58.000Z | 2021-04-20T18:51:21.000Z | source/modes/GenerateContentFile.hpp | SilvioWeging/kASA | 65740ee0f885693cd86bc3a1ea74c67ca7174130 | [
"BSL-1.0"
] | 4 | 2019-08-20T00:52:25.000Z | 2021-04-20T18:43:38.000Z | /***************************************************************************
* Part of kASA: https://github.com/SilvioWeging/kASA
*
* Copyright (C) 2020 Silvio Weging <silvio.weging@gmail.com>
*
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http:... | 40.096672 | 371 | 0.624679 | SilvioWeging |
a9feb23831ea1cd63eb78f62339688656202cf24 | 4,233 | cpp | C++ | dependencies/otp/17.1/lib/wx/c_src/wxe_gl.cpp | mosaic-cloud/mosaic-distribution-dependencies | 87b9fa3dcf24751abcc52c00849b85f4d7e77b16 | [
"Apache-2.0"
] | null | null | null | dependencies/otp/17.1/lib/wx/c_src/wxe_gl.cpp | mosaic-cloud/mosaic-distribution-dependencies | 87b9fa3dcf24751abcc52c00849b85f4d7e77b16 | [
"Apache-2.0"
] | null | null | null | dependencies/otp/17.1/lib/wx/c_src/wxe_gl.cpp | mosaic-cloud/mosaic-distribution-dependencies | 87b9fa3dcf24751abcc52c00849b85f4d7e77b16 | [
"Apache-2.0"
] | null | null | null | /*
* %CopyrightBegin%
*
* Copyright Ericsson AB 2008-2014. All Rights Reserved.
*
* The contents of this file are subject to the Erlang Public License,
* Version 1.1, (the "License"); you may not use this file except in
* compliance with the License. You should have received a copy of the
* Erlang Public Licens... | 26.12963 | 90 | 0.632884 | mosaic-cloud |
a9fecbd3d3d3ef84a22a5a4b22e1ebf870b587d3 | 83,384 | inl | C++ | lumino/LuminoEngine/src/Rendering/Resource/ShadowCaster.lcfx.inl | GameDevery/Lumino | abce2ddca4b7678b04dbfd0ae5348e196c3c9379 | [
"MIT"
] | 113 | 2020-03-05T01:27:59.000Z | 2022-03-28T13:20:51.000Z | lumino/LuminoEngine/src/Rendering/Resource/ShadowCaster.lcfx.inl | GameDevery/Lumino | abce2ddca4b7678b04dbfd0ae5348e196c3c9379 | [
"MIT"
] | 13 | 2020-03-23T20:36:44.000Z | 2022-02-28T11:07:32.000Z | lumino/LuminoEngine/src/Rendering/Resource/ShadowCaster.lcfx.inl | GameDevery/Lumino | abce2ddca4b7678b04dbfd0ae5348e196c3c9379 | [
"MIT"
] | 12 | 2020-12-21T12:03:59.000Z | 2021-12-15T02:07:49.000Z | 0x6c, 0x75, 0x66, 0x78, 0x05, 0x00, 0x00, 0x00, 0x6c, 0x75, 0x66, 0x78, 0x2e, 0x63, 0x2e, 0x2e,
0x02, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x00, 0x00, 0x56, 0x53, 0x5f, 0x53, 0x68, 0x61, 0x64, 0x6f,
0x77, 0x43, 0x61, 0x73, 0x74, 0x65, 0x72, 0x02, 0x03, 0x00, 0x00, 0x00, 0x73, 0x70, 0x76, 0x6e,
0x00, 0x00, 0x00, 0x00, 0x... | 97.983549 | 97 | 0.653075 | GameDevery |
e700661491b74ea044ad72b0f04172e904a27a9d | 2,803 | cxx | C++ | Code/bmScriptExtractStringAction.cxx | NIRALUser/BatchMake | 1afeb15fa5bd18be6e4a56f4349eb6368a91441e | [
"Unlicense"
] | null | null | null | Code/bmScriptExtractStringAction.cxx | NIRALUser/BatchMake | 1afeb15fa5bd18be6e4a56f4349eb6368a91441e | [
"Unlicense"
] | null | null | null | Code/bmScriptExtractStringAction.cxx | NIRALUser/BatchMake | 1afeb15fa5bd18be6e4a56f4349eb6368a91441e | [
"Unlicense"
] | null | null | null | /*=========================================================================
Program: BatchMake
Module: bmScriptExtractStringAction.cxx
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c) 2005 Insight Consortium. All rights reserved.
See ITKCopyright.txt or http://www.itk.org/HTML/Co... | 26.443396 | 83 | 0.602925 | NIRALUser |
e70293e62b09aa76134835a4e24f6e8ca31738cf | 814 | hpp | C++ | packrat/lib/x86_64-pc-linux-gnu/3.2.5/RcppArmadillo/include/armadillo_bits/newarp_DenseGenMatProd_bones.hpp | Chicago-R-User-Group/2017-n3-Meetup-RStudio | 71a3204412c7573af2d233208147780d313430af | [
"MIT"
] | 70 | 2016-11-06T15:17:22.000Z | 2022-03-01T14:50:59.000Z | packrat/lib/x86_64-pc-linux-gnu/3.2.5/RcppArmadillo/include/armadillo_bits/newarp_DenseGenMatProd_bones.hpp | Chicago-R-User-Group/2017-n3-Meetup-RStudio | 71a3204412c7573af2d233208147780d313430af | [
"MIT"
] | 5 | 2016-08-15T03:02:03.000Z | 2017-05-12T21:59:19.000Z | packrat/lib/x86_64-pc-linux-gnu/3.2.5/RcppArmadillo/include/armadillo_bits/newarp_DenseGenMatProd_bones.hpp | Chicago-R-User-Group/2017-n3-Meetup-RStudio | 71a3204412c7573af2d233208147780d313430af | [
"MIT"
] | 9 | 2019-06-08T06:59:33.000Z | 2021-09-11T06:41:27.000Z | // Copyright (C) 2016 National ICT Australia (NICTA)
//
// 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/.
// -----------------------------------------------------------... | 22.611111 | 70 | 0.640049 | Chicago-R-User-Group |
e705e28a544e48cd783862ac1aad8f1edc1fb983 | 532 | cpp | C++ | bailian/p2586.cpp | zw267/coding-practice | b9d81dac1397d84e5df9f19ea4701ca5f4be7043 | [
"MIT"
] | null | null | null | bailian/p2586.cpp | zw267/coding-practice | b9d81dac1397d84e5df9f19ea4701ca5f4be7043 | [
"MIT"
] | null | null | null | bailian/p2586.cpp | zw267/coding-practice | b9d81dac1397d84e5df9f19ea4701ca5f4be7043 | [
"MIT"
] | null | null | null | #include <iostream>
using namespace std;
int solve(int s, int d);
int main() {
int s, d;
while (cin >> s >> d) {
int res = solve(s, d);
if (res < 0)
cout << "Deficit" << endl;
else
cout << res << endl;
}
}
int solve(int s, int d) {
int earning = s * 5;
int cnt = 0;
while (ear... | 13.641026 | 32 | 0.473684 | zw267 |
e70606f8f28374fb1cc7f97844a7455f6723256c | 1,224 | cpp | C++ | zdk/src/string.cpp | cristivlas/zerobugs | 5f080c8645b123d7887fd8a64f60e8d226e3b1d5 | [
"BSL-1.0"
] | 2 | 2018-03-19T23:27:47.000Z | 2018-06-24T16:15:19.000Z | zdk/src/string.cpp | cristivlas/zerobugs | 5f080c8645b123d7887fd8a64f60e8d226e3b1d5 | [
"BSL-1.0"
] | null | null | null | zdk/src/string.cpp | cristivlas/zerobugs | 5f080c8645b123d7887fd8a64f60e8d226e3b1d5 | [
"BSL-1.0"
] | 1 | 2021-11-28T05:39:05.000Z | 2021-11-28T05:39:05.000Z | // -*- tab-width: 4; indent-tabs-mode: nil; -*-
// vim: tabstop=4:softtabstop=4:expandtab:shiftwidth=4
//
// $Id$
//
// -------------------------------------------------------------------------
// This file is part of ZeroBugs, Copyright (c) 2010 Cristian L. Vlasceanu
//
// Distributed under the Boost Software License... | 20.065574 | 76 | 0.372549 | cristivlas |
e70758bad5fecb8423001161174bf2dbc7a2f6b2 | 4,332 | cpp | C++ | src/logchangepathentriesmodel.cpp | anrichter/qsvn | d048023ddcf7c23540cdde47096c2187b19e3710 | [
"MIT"
] | 22 | 2015-02-12T07:38:09.000Z | 2021-11-03T07:42:39.000Z | src/logchangepathentriesmodel.cpp | anrichter/qsvn | d048023ddcf7c23540cdde47096c2187b19e3710 | [
"MIT"
] | null | null | null | src/logchangepathentriesmodel.cpp | anrichter/qsvn | d048023ddcf7c23540cdde47096c2187b19e3710 | [
"MIT"
] | 17 | 2015-01-26T01:11:51.000Z | 2020-10-29T10:00:28.000Z | /********************************************************************************
* This file is part of QSvn Project http://www.anrichter.net/projects/qsvn *
* Copyright (c) 2004-2010 Andreas Richter <ar@anrichter.net> *
* ... | 34.110236 | 104 | 0.520545 | anrichter |
e707c97177ec07da84c9249157cd575a7afb5433 | 2,202 | cpp | C++ | base/fs/rdr2/rdpdr/sys/smartptr.cpp | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/fs/rdr2/rdpdr/sys/smartptr.cpp | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/fs/rdr2/rdpdr/sys/smartptr.cpp | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | /*++
Copyright (c) 1998-2000 Microsoft Corporation
Module Name :
smartptr.pp
Abstract:
Smart pointers and reference counting
Revision History:
--*/
#include "precomp.hxx"
#define TRC_FILE "smartptr"
#include "trc.h"
#if DBG
void RefCount::RecordReferenceStack(LONG refs)
{
ULONG... | 22.9375 | 88 | 0.591735 | npocmaka |
e7106d32f97bbae003fbb29def9fa3d0b01d2a3c | 1,349 | cpp | C++ | aws-cpp-sdk-pricing/source/model/GetAttributeValuesResult.cpp | lintonv/aws-sdk-cpp | 15e19c265ffce19d2046b18aa1b7307fc5377e58 | [
"Apache-2.0"
] | 1 | 2022-02-10T08:06:54.000Z | 2022-02-10T08:06:54.000Z | aws-cpp-sdk-pricing/source/model/GetAttributeValuesResult.cpp | lintonv/aws-sdk-cpp | 15e19c265ffce19d2046b18aa1b7307fc5377e58 | [
"Apache-2.0"
] | 1 | 2022-01-03T23:59:37.000Z | 2022-01-03T23:59:37.000Z | aws-cpp-sdk-pricing/source/model/GetAttributeValuesResult.cpp | ravindra-wagh/aws-sdk-cpp | 7d5ff01b3c3b872f31ca98fb4ce868cd01e97696 | [
"Apache-2.0"
] | 1 | 2021-12-30T04:25:33.000Z | 2021-12-30T04:25:33.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/pricing/model/GetAttributeValuesResult.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <aws/core/AmazonWebServiceResult.h>
#include <aws/core/utils/StringUtils.h>
#include <a... | 26.98 | 126 | 0.766494 | lintonv |
e7136bbdeff7e91dd43b8d4b94c45d09c13b7034 | 3,409 | cpp | C++ | Testing/Marlin-2.0.x/Marlin/src/HAL/LINUX/hardware/Timer.cpp | qisback/Geeetech-i3-B-pro-configs | a2c309923c4e68103addda677fda190238a1abe0 | [
"CC-BY-4.0"
] | 5 | 2020-05-17T21:16:41.000Z | 2021-06-11T04:46:31.000Z | Testing/Marlin-2.0.x/Marlin/src/HAL/LINUX/hardware/Timer.cpp | qisback/Geeetech-i3-B-pro-configs | a2c309923c4e68103addda677fda190238a1abe0 | [
"CC-BY-4.0"
] | 1 | 2020-09-27T14:53:34.000Z | 2020-09-27T14:53:34.000Z | src/HAL/HAL_LINUX/hardware/Timer.cpp | Sundancer78/Marlin-2.0.4_SKR_14_turbo_ender3 | d9dbef52e6fb4e110908a6d09d0af00fc0ac9b20 | [
"MIT"
] | 2 | 2020-10-05T15:08:13.000Z | 2020-10-20T06:21:59.000Z | /**
* Marlin 3D Printer Firmware
* Copyright (c) 2020 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
*
* Based on Sprinter and grbl.
* Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General... | 28.647059 | 204 | 0.688472 | qisback |
e713b02d7b884f1e4a453a20d75ae326e09d2214 | 46,093 | cc | C++ | libshaderc_spvc/src/spvc.cc | johnzupin/shaderc | d8eca133b4b18e4fb8b2ab9b9f04dc53d5ce2537 | [
"Apache-2.0"
] | null | null | null | libshaderc_spvc/src/spvc.cc | johnzupin/shaderc | d8eca133b4b18e4fb8b2ab9b9f04dc53d5ce2537 | [
"Apache-2.0"
] | null | null | null | libshaderc_spvc/src/spvc.cc | johnzupin/shaderc | d8eca133b4b18e4fb8b2ab9b9f04dc53d5ce2537 | [
"Apache-2.0"
] | null | null | null | // Copyright 2018 The Shaderc Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by a... | 37.843186 | 88 | 0.738333 | johnzupin |
e71477ee4f2a71e1f6fedba843b13c88c2d3e6b6 | 1,101 | cc | C++ | ACM-ICPC/string_handling/kmp/kmp.cc | sepidehhosseinzadeh/Programming | 95fe67201dade77e908de9ebe92cbab6a114a9e1 | [
"Apache-2.0"
] | 58 | 2015-05-06T12:42:06.000Z | 2021-11-28T20:49:12.000Z | string_handling/kmp/kmp.cc | oldspiderdude/ACM-ICPC | 4df3df441426dca094da1caed83aa1c58a7b08e0 | [
"MIT"
] | null | null | null | string_handling/kmp/kmp.cc | oldspiderdude/ACM-ICPC | 4df3df441426dca094da1caed83aa1c58a7b08e0 | [
"MIT"
] | 37 | 2015-07-13T14:38:37.000Z | 2022-01-30T23:58:51.000Z | /*
Knuth Morris Pratt (String Search).
This program demonstrates knuth morris pratt's string search algorithm
O(m+n)=O(n).
n:= length of the text.
m:= length of the pattern (m<=n).
Key idea: provided the values b[0],...,b[i] (entry b[i] contains the width
of the widest border of the prefix of lengt... | 18.661017 | 80 | 0.577657 | sepidehhosseinzadeh |
e715fdd1d88dd79ec1f8d7f4f7b362cf769ef32c | 37,177 | cc | C++ | Plugins/MediaPipe/Source/MediaPipe/Private/mediapipe/framework/formats/annotation/locus.pb.cc | sixtolink/ue4-mediapipe-plugin | f9423faa38fedc614499b2b97ec145711cac55e8 | [
"Apache-2.0"
] | 86 | 2021-07-16T05:01:59.000Z | 2022-03-25T17:20:09.000Z | Plugins/MediaPipe/Source/MediaPipe/Private/mediapipe/framework/formats/annotation/locus.pb.cc | dpredie/ue4-mediapipe-plugin | 3481e312bad0faa15c31e1581e8ee56d2711145a | [
"Apache-2.0"
] | 31 | 2021-07-18T07:11:06.000Z | 2022-03-30T07:02:10.000Z | Plugins/MediaPipe/Source/MediaPipe/Private/mediapipe/framework/formats/annotation/locus.pb.cc | dpredie/ue4-mediapipe-plugin | 3481e312bad0faa15c31e1581e8ee56d2711145a | [
"Apache-2.0"
] | 32 | 2021-07-18T10:29:17.000Z | 2022-03-30T12:16:02.000Z | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: mediapipe/framework/formats/annotation/locus.proto
#include "mediapipe/framework/formats/annotation/locus.pb.h"
#include <algorithm>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf... | 39.382415 | 269 | 0.731716 | sixtolink |
e719bb765839ae88fa78f5ef6ac8d4c27406c9d0 | 667 | cpp | C++ | Train/summer 2017/CF_contest/431-440/435/A.cpp | mohamedGamalAbuGalala/Practice | 2a5fa3bdaf995d0c304f04231e1a69e6960f72c8 | [
"MIT"
] | 1 | 2019-12-19T06:51:20.000Z | 2019-12-19T06:51:20.000Z | Train/summer 2017/CF_contest/431-440/435/A.cpp | mohamedGamalAbuGalala/Practice | 2a5fa3bdaf995d0c304f04231e1a69e6960f72c8 | [
"MIT"
] | null | null | null | Train/summer 2017/CF_contest/431-440/435/A.cpp | mohamedGamalAbuGalala/Practice | 2a5fa3bdaf995d0c304f04231e1a69e6960f72c8 | [
"MIT"
] | null | null | null | #include <bits/stdc++.h>
using namespace std;
void fl() {
#ifndef ONLINE_JUDGE
freopen("in.txt", "r", stdin);
// freopen("ot.txt", "w", stdout);
#else
// freopen("jumping.in", "r", stdin); // HERE
#endif
}
////////////////////////////////////////////////////////////////////////////////////////////////
// snippet :: ... | 20.212121 | 96 | 0.445277 | mohamedGamalAbuGalala |
e71d536120d59ca8fed5334be4cbe3136f791f14 | 4,769 | cpp | C++ | examples/quick/main.cpp | dark-richie/framelesshelper | bca1a0d91bbbe5f2898f01a2a7b1ac6ec0f419f9 | [
"MIT"
] | 2 | 2020-02-19T14:24:01.000Z | 2020-04-20T12:08:36.000Z | examples/quick/main.cpp | jaredtao/framelesshelper | 3b171b3ea9e0723e642653d8fb6a012fd1c036d7 | [
"MIT"
] | null | null | null | examples/quick/main.cpp | jaredtao/framelesshelper | 3b171b3ea9e0723e642653d8fb6a012fd1c036d7 | [
"MIT"
] | 1 | 2019-12-05T19:58:15.000Z | 2019-12-05T19:58:15.000Z | /*
* MIT License
*
* Copyright (C) 2021 by wangwenx190 (Yuhang Zhao)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* t... | 33.822695 | 139 | 0.708954 | dark-richie |
e71db765c4cae616a5e6c986ef271719c032e569 | 12,375 | cpp | C++ | eigen/test/array.cpp | subond/tools | 05b93e6c78eab65ef6587e684303b12c686a3480 | [
"MIT"
] | null | null | null | eigen/test/array.cpp | subond/tools | 05b93e6c78eab65ef6587e684303b12c686a3480 | [
"MIT"
] | null | null | null | eigen/test/array.cpp | subond/tools | 05b93e6c78eab65ef6587e684303b12c686a3480 | [
"MIT"
] | 1 | 2021-12-04T15:41:53.000Z | 2021-12-04T15:41:53.000Z | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008-2009 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// 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... | 40.707237 | 140 | 0.645818 | subond |
e720a47aa3c8c731b6b34921dada0a8f898148a2 | 190 | cpp | C++ | Practice/MUFFINS3.cpp | anirudhkannanvp/CODECHEF | 6d108058c11207caa2e35e471ba88f84c0ea9774 | [
"MIT"
] | null | null | null | Practice/MUFFINS3.cpp | anirudhkannanvp/CODECHEF | 6d108058c11207caa2e35e471ba88f84c0ea9774 | [
"MIT"
] | null | null | null | Practice/MUFFINS3.cpp | anirudhkannanvp/CODECHEF | 6d108058c11207caa2e35e471ba88f84c0ea9774 | [
"MIT"
] | null | null | null | #include "bits/stdc++.h"
using namespace std;
int t;
long int n;
int main()
{
scanf("%d",&t);
while(t--)
{
scanf("%ld",&n);
if(n==0)
printf("0\n");
else
printf("%ld\n",n/2+1);
}
return 0;
}
| 10.555556 | 24 | 0.568421 | anirudhkannanvp |
e724697aef5050e03fd92a44ad8a5aaa0229846d | 725 | cpp | C++ | FastMath/fast_math.cpp | JiuKim04/J-Drive | 3e0e86854800e6be5d03ae57ddb102deff5fed31 | [
"MIT"
] | 9 | 2020-08-25T10:57:57.000Z | 2021-09-03T13:07:57.000Z | FastMath/fast_math.cpp | jwkim04/J-Drive | d0f84098e73e7f731cb00cbc4d384b8ab88578d9 | [
"MIT"
] | null | null | null | FastMath/fast_math.cpp | jwkim04/J-Drive | d0f84098e73e7f731cb00cbc4d384b8ab88578d9 | [
"MIT"
] | 8 | 2020-08-29T07:26:27.000Z | 2021-09-08T22:22:28.000Z | #include "fast_math.hpp"
#include <cstdint>
float sineTable[FAST_MATH_TABLE_SIZE];
void FastMathInit()
{
double x = 0.0f;
for (uint32_t i = 0; i < FAST_MATH_TABLE_SIZE; i++)
{
sineTable[i] = (float) sin(x);
x += (M_PI * 2.0) / (double) FAST_MATH_TABLE_SIZE;
}
}
float FastSin(float x)
{
x -= (float) (M_PI ... | 20.138889 | 80 | 0.608276 | JiuKim04 |
e7283c21381007a77d375069d886b7b2496ecac0 | 4,474 | cpp | C++ | cpp/src/playout-impl.cpp | peurpdapeurp/ndnrtc | 59552bff9398ee2e49636f32cac020cc8027ae04 | [
"BSD-2-Clause"
] | null | null | null | cpp/src/playout-impl.cpp | peurpdapeurp/ndnrtc | 59552bff9398ee2e49636f32cac020cc8027ae04 | [
"BSD-2-Clause"
] | null | null | null | cpp/src/playout-impl.cpp | peurpdapeurp/ndnrtc | 59552bff9398ee2e49636f32cac020cc8027ae04 | [
"BSD-2-Clause"
] | null | null | null | //
// playout-impl.cpp
//
// Created by Peter Gusev on 03 August 2016.
// Copyright 2013-2016 Regents of the University of California
//
#include "playout-impl.hpp"
#include "playout.hpp"
#include "jitter-timing.hpp"
#include "simple-log.hpp"
#include "frame-buffer.hpp"
#include "frame-data.hpp"
#include "clock.hp... | 25.276836 | 138 | 0.653554 | peurpdapeurp |
e72b76037d77aad9cab75d6acf345f762930a3ca | 1,191 | cpp | C++ | src/main/algorithms/cpp/binary-search/guess_number_higher_or_lower_374/solution.cpp | algorithmlover2016/leet_code | 2eecc7971194c8a755e67719d8f66c636694e7e9 | [
"Apache-2.0"
] | null | null | null | src/main/algorithms/cpp/binary-search/guess_number_higher_or_lower_374/solution.cpp | algorithmlover2016/leet_code | 2eecc7971194c8a755e67719d8f66c636694e7e9 | [
"Apache-2.0"
] | null | null | null | src/main/algorithms/cpp/binary-search/guess_number_higher_or_lower_374/solution.cpp | algorithmlover2016/leet_code | 2eecc7971194c8a755e67719d8f66c636694e7e9 | [
"Apache-2.0"
] | null | null | null | #include "../../head.h"
/**
* Forward declaration of guess API.
* @param num your guess
* @return -1 if num is lower than the guess number
* 1 if num is higher than the guess number
* otherwise return 0
* int guess(int num);
*/
class Solution {
public:
int guessNumber(int n... | 22.471698 | 70 | 0.427372 | algorithmlover2016 |
e72cd03e8c1073f37c2d705d1511db2afb9e5594 | 8,289 | cc | C++ | src/eckit/cmd/CmdResource.cc | dvuckovic/eckit | 58a918e7be8fe073f37683abf639374ab1ad3e4f | [
"Apache-2.0"
] | 10 | 2018-03-01T22:11:10.000Z | 2021-05-17T14:13:58.000Z | src/eckit/cmd/CmdResource.cc | dvuckovic/eckit | 58a918e7be8fe073f37683abf639374ab1ad3e4f | [
"Apache-2.0"
] | 43 | 2018-04-11T11:13:44.000Z | 2022-03-31T15:28:03.000Z | src/eckit/cmd/CmdResource.cc | dvuckovic/eckit | 58a918e7be8fe073f37683abf639374ab1ad3e4f | [
"Apache-2.0"
] | 20 | 2018-03-07T21:36:50.000Z | 2022-03-30T13:25:25.000Z | /*
* (C) Copyright 1996- 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 and immunities
* granted to it by virtue of its status as an interg... | 26.148265 | 120 | 0.49813 | dvuckovic |
e7321fc05778c0f116f47c8c5f3887e402069f13 | 994 | cpp | C++ | Gems/Atom/RHI/Code/Tests/Image.cpp | cypherdotXd/o3de | bb90c4ddfe2d495e9c00ebf1e2650c6d603a5676 | [
"Apache-2.0",
"MIT"
] | 11 | 2021-07-08T09:58:26.000Z | 2022-03-17T17:59:26.000Z | Gems/Atom/RHI/Code/Tests/Image.cpp | RoddieKieley/o3de | e804fd2a4241b039a42d9fa54eaae17dc94a7a92 | [
"Apache-2.0",
"MIT"
] | 29 | 2021-07-06T19:33:52.000Z | 2022-03-22T10:27:49.000Z | Gems/Atom/RHI/Code/Tests/Image.cpp | RoddieKieley/o3de | e804fd2a4241b039a42d9fa54eaae17dc94a7a92 | [
"Apache-2.0",
"MIT"
] | 4 | 2021-07-06T19:24:43.000Z | 2022-03-31T12:42:27.000Z | /*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include <Tests/Image.h>
namespace UnitTest
{
using namespace AZ;
RHI::ResultCode ImageVi... | 21.608696 | 100 | 0.65996 | cypherdotXd |
e7331ce00d32c758c39c4de961a980cef31fcd58 | 6,595 | cpp | C++ | IM Porject/IM/imdal.cpp | jie65535/IM | a85f497bbe467b8fdc9cb2b18175f397768ae653 | [
"MIT"
] | 1 | 2021-08-24T12:36:48.000Z | 2021-08-24T12:36:48.000Z | IM Porject/IM/imdal.cpp | jie65535/IM | a85f497bbe467b8fdc9cb2b18175f397768ae653 | [
"MIT"
] | 1 | 2021-03-11T19:38:32.000Z | 2021-03-15T15:40:16.000Z | IM Porject/IM/imdal.cpp | jie65535/IM | a85f497bbe467b8fdc9cb2b18175f397768ae653 | [
"MIT"
] | null | null | null | #include <QSqlDatabase>
#include <QSqlError>
#include <QSqlQuery>
#include <QVector>
#include <QString>
#include <QDebug>
#include "imdal.h"
#include "immessage.h"
IMDAL *IMDAL::instance()
{
static IMDAL imDAL;
return &imDAL;
}
void IMDAL::initDatabase(QString name)
{
//打印Qt支持的数据库驱动
... | 27.252066 | 118 | 0.556027 | jie65535 |
e73adc48e5902be43ca1dc63ec53fc5d81e5a549 | 21,005 | ipp | C++ | esp/logging/logginglib/modularlogagent.ipp | jeclrsg/HPCC-Platform | c1daafb6060f0c47c95bce98e5431fedc33c592d | [
"Apache-2.0"
] | 286 | 2015-01-03T12:45:17.000Z | 2022-03-25T18:12:57.000Z | esp/logging/logginglib/modularlogagent.ipp | jeclrsg/HPCC-Platform | c1daafb6060f0c47c95bce98e5431fedc33c592d | [
"Apache-2.0"
] | 9,034 | 2015-01-02T08:49:19.000Z | 2022-03-31T20:34:44.000Z | esp/logging/logginglib/modularlogagent.ipp | jeclrsg/HPCC-Platform | c1daafb6060f0c47c95bce98e5431fedc33c592d | [
"Apache-2.0"
] | 208 | 2015-01-02T03:27:28.000Z | 2022-02-11T05:54:52.000Z | /*##############################################################################
HPCC SYSTEMS software Copyright (C) 2021 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... | 49.893112 | 220 | 0.656796 | jeclrsg |
8d44ad0c6ecaa4eb0174155d674f873e8d5aba43 | 11,945 | cc | C++ | RecoTauTag/RecoTau/plugins/PFRecoTauDiscriminationAgainstMuon2Container.cc | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 852 | 2015-01-11T21:03:51.000Z | 2022-03-25T21:14:00.000Z | RecoTauTag/RecoTau/plugins/PFRecoTauDiscriminationAgainstMuon2Container.cc | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 30,371 | 2015-01-02T00:14:40.000Z | 2022-03-31T23:26:05.000Z | RecoTauTag/RecoTau/plugins/PFRecoTauDiscriminationAgainstMuon2Container.cc | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 3,240 | 2015-01-02T05:53:18.000Z | 2022-03-31T17:24:21.000Z |
/** \class PFRecoTauDiscriminationAgainstMuon2Container
*
* Compute tau Id. discriminator against muons.
*
* \author Christian Veelken, LLR
*
*/
#include "RecoTauTag/RecoTau/interface/TauDiscriminationProducerBase.h"
#include "FWCore/Utilities/interface/Exception.h"
#include <FWCore/ParameterSet/interface/Co... | 47.213439 | 128 | 0.59481 | ckamtsikis |
8d467fa319a5fc3433d867ba2ac915bdf17a822d | 221 | ipp | C++ | ace/XML_Utils/XMLSchema/Traversal.ipp | cflowe/ACE | 5ff60b41adbe1772372d1a43bcc1f2726ff8f810 | [
"DOC"
] | 36 | 2015-01-10T07:27:33.000Z | 2022-03-07T03:32:08.000Z | Oem/ACE/ACE_wrappers/ace/XML_Utils/XMLSchema/Traversal.ipp | achilex/MgDev | f7baf680a88d37659af32ee72b9a2046910b00d8 | [
"PHP-3.0"
] | 2 | 2018-08-13T07:30:51.000Z | 2019-02-25T03:04:31.000Z | ace/XML_Utils/XMLSchema/Traversal.ipp | cflowe/ACE | 5ff60b41adbe1772372d1a43bcc1f2726ff8f810 | [
"DOC"
] | 38 | 2015-01-08T14:12:06.000Z | 2022-01-19T08:33:00.000Z | // file : XMLSchema/Traversal.ipp
// author : Boris Kolpackov <boris@dre.vanderbilt.edu>
// cvs-id : $Id: Traversal.ipp 86462 2009-08-12 13:31:27Z wotte $
namespace XMLSchema
{
namespace Traversal
{
}
}
| 20.090909 | 68 | 0.660633 | cflowe |
8d476c531f556d8ca7935214fbd5964f6bc8d77e | 4,205 | cpp | C++ | motion_library_layer/motion_sideward/src/sidewardTest.cpp | AUV-IITK/motion_library | c37f7109ba28de1ea39911eeac61a8d3b183f77d | [
"BSD-3-Clause"
] | 9 | 2016-05-01T22:37:09.000Z | 2017-02-19T20:48:30.000Z | motion_library_layer/motion_sideward/src/sidewardTest.cpp | shibhansh/AUV | b68a801902366a550464feed36b0d5665db92598 | [
"BSD-3-Clause"
] | 84 | 2016-05-03T03:26:24.000Z | 2016-12-01T13:40:41.000Z | motion_library_layer/motion_sideward/src/sidewardTest.cpp | shibhansh/AUV | b68a801902366a550464feed36b0d5665db92598 | [
"BSD-3-Clause"
] | 21 | 2016-05-01T22:16:45.000Z | 2017-04-23T17:49:14.000Z | // Copyright 2016 AUV-IITK
#include <ros/ros.h>
#include <std_msgs/Float32.h>
#include <std_msgs/Float64.h>
#include <std_msgs/Bool.h>
#include <std_msgs/Float64MultiArray.h>
#include <motion_commons/SidewardAction.h>
#include <motion_commons/SidewardActionFeedback.h>
#include <motion_commons/SidewardActionResult.h>
#i... | 32.596899 | 119 | 0.719382 | AUV-IITK |
8d47aa6e2f313e50d47040e2cf10d6f0741c9a11 | 2,192 | hpp | C++ | modules/core/trigonometric/include/nt2/trigonometric/functions/rem_2pi.hpp | feelpp/nt2 | 4d121e2c7450f24b735d6cff03720f07b4b2146c | [
"BSL-1.0"
] | 34 | 2017-05-19T18:10:17.000Z | 2022-01-04T02:18:13.000Z | modules/core/trigonometric/include/nt2/trigonometric/functions/rem_2pi.hpp | feelpp/nt2 | 4d121e2c7450f24b735d6cff03720f07b4b2146c | [
"BSL-1.0"
] | null | null | null | modules/core/trigonometric/include/nt2/trigonometric/functions/rem_2pi.hpp | feelpp/nt2 | 4d121e2c7450f24b735d6cff03720f07b4b2146c | [
"BSL-1.0"
] | 7 | 2017-12-02T12:59:17.000Z | 2021-07-31T12:46:14.000Z | //==============================================================================
// Copyright 2003 - 2012 LASMEA UMR 6602 CNRS/Univ. Clermont II
// Copyright 2009 - 2012 LRI UMR 8623 CNRS/Univ Paris Sud XI
//
// Distributed under the Boost Software License, Version 1.0.
// ... | 30.873239 | 298 | 0.627737 | feelpp |
8d49e85eecab5b489363305df2b980a47fbd3a60 | 2,248 | cc | C++ | bin/agents/clipboard/clipboard_agent.cc | Acidburn0zzz/peridot | 9a3b1fb8e834d0315092478d83d0176ef28cb765 | [
"BSD-3-Clause"
] | 1 | 2018-02-05T23:33:32.000Z | 2018-02-05T23:33:32.000Z | bin/agents/clipboard/clipboard_agent.cc | Acidburn0zzz/peridot | 9a3b1fb8e834d0315092478d83d0176ef28cb765 | [
"BSD-3-Clause"
] | null | null | null | bin/agents/clipboard/clipboard_agent.cc | Acidburn0zzz/peridot | 9a3b1fb8e834d0315092478d83d0176ef28cb765 | [
"BSD-3-Clause"
] | null | null | null | // Copyright 2017 The Fuchsia 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 "lib/app_driver/cpp/agent_driver.h"
#include "peridot/bin/agents/clipboard/clipboard_impl.h"
#include "peridot/bin/agents/clipboard/clipboard_stor... | 31.222222 | 80 | 0.703292 | Acidburn0zzz |
8d4b72771ab0351f2683b9404a42887be7c077c4 | 769 | cpp | C++ | flightlib/src/common/command.cpp | evan-palmer/flightmare | 5f4c905910551386adfddaf5da59da41ce44b6cd | [
"MIT"
] | null | null | null | flightlib/src/common/command.cpp | evan-palmer/flightmare | 5f4c905910551386adfddaf5da59da41ce44b6cd | [
"MIT"
] | null | null | null | flightlib/src/common/command.cpp | evan-palmer/flightmare | 5f4c905910551386adfddaf5da59da41ce44b6cd | [
"MIT"
] | null | null | null | #include "flightlib/common/command.hpp"
namespace flightlib
{
Command::Command() { }
Command::Command(const Scalar t, const Scalar thrust, const Vector<3>& omega) : t(t), collective_thrust(thrust), omega(omega) { }
Command::Command(const Scalar t, const Vector<4>& thrusts) : t(t), thrusts(thrusts) { }
... | 28.481481 | 133 | 0.642393 | evan-palmer |
8d4c37b519fd0e4d78a43ce88db4c0f1abc7e714 | 3,363 | hpp | C++ | rest-server/src/controller/controller.hpp | OS-WASABI/CADG | b214edff82d4238e51569a42a6bdfab6806d768f | [
"BSD-3-Clause"
] | null | null | null | rest-server/src/controller/controller.hpp | OS-WASABI/CADG | b214edff82d4238e51569a42a6bdfab6806d768f | [
"BSD-3-Clause"
] | 22 | 2018-10-26T17:30:24.000Z | 2019-04-15T23:38:18.000Z | rest-server/src/controller/controller.hpp | OS-WASABI/CADG | b214edff82d4238e51569a42a6bdfab6806d768f | [
"BSD-3-Clause"
] | 1 | 2019-03-23T16:02:17.000Z | 2019-03-23T16:02:17.000Z | /// A REST endpoint controller abstract class.
/**
* Controller is a base class for REST controller classes,
* it has some common methods defined and leaves methods that
* need to be defined by parent classes undefined. A controller
* has an endpoint, can be started with Accept and ended with
* Shutdown. The def... | 36.16129 | 87 | 0.697591 | OS-WASABI |
8d4c6e601ee133aff69415616fb5649b6d42863f | 2,099 | cpp | C++ | Genetic Algorithm/ConsoleController.cpp | henry9836/Genetic-Algorithm | 02841beb56991b3e95ebde642fac6f19e352726a | [
"MIT"
] | null | null | null | Genetic Algorithm/ConsoleController.cpp | henry9836/Genetic-Algorithm | 02841beb56991b3e95ebde642fac6f19e352726a | [
"MIT"
] | null | null | null | Genetic Algorithm/ConsoleController.cpp | henry9836/Genetic-Algorithm | 02841beb56991b3e95ebde642fac6f19e352726a | [
"MIT"
] | null | null | null | #include "ConsoleController.h"
void Console_gotoXY(int x, int y) //Move Console Cursor to XY
{
COORD coord;
coord.X = x;
coord.Y = y;
SetConsoleCursorPosition(GetStdHandle(STD_OUTPUT_HANDLE), coord);
}
void Console_Resize(int x, int y) { //Resize Console Window
RECT m_rect;
HWND m_console = GetConso... | 22.329787 | 78 | 0.711291 | henry9836 |
8d4e644be168bbfadf75c6c3742cfeb7ef9a7298 | 4,453 | cpp | C++ | Code en C++ de Mage War Online/PhantomBall.cpp | Drakandes/Portfolio_NicolasPaulBonneau | c8115d5ecd6c284113766d64d0f907c074315cff | [
"MIT"
] | null | null | null | Code en C++ de Mage War Online/PhantomBall.cpp | Drakandes/Portfolio_NicolasPaulBonneau | c8115d5ecd6c284113766d64d0f907c074315cff | [
"MIT"
] | null | null | null | Code en C++ de Mage War Online/PhantomBall.cpp | Drakandes/Portfolio_NicolasPaulBonneau | c8115d5ecd6c284113766d64d0f907c074315cff | [
"MIT"
] | null | null | null | #include "stdafx.h"
#include "PhantomBall.h"
PhantomBall::PhantomBall()
{
if (!texture_projectile.loadFromFile("PhantomBall.png"))
{
std::cout << "Error while loading PhantomBall texture" << std::endl;
}
if (!shadow_texture.loadFromFile("PhantomBallShadow.png"))
{
std::cout << "Error while loadin... | 26.349112 | 150 | 0.72962 | Drakandes |
8d50881ed4dc471c64cea1a3e4cebb4a01dd0720 | 681 | hpp | C++ | headers.hpp | polmes/thermo-sim | aa22b1265d8e1ac140f498c1f8c94944ecd8a50f | [
"MIT"
] | 1 | 2020-02-05T08:46:07.000Z | 2020-02-05T08:46:07.000Z | headers.hpp | polmes/thermo-sim | aa22b1265d8e1ac140f498c1f8c94944ecd8a50f | [
"MIT"
] | null | null | null | headers.hpp | polmes/thermo-sim | aa22b1265d8e1ac140f498c1f8c94944ecd8a50f | [
"MIT"
] | 1 | 2018-09-21T13:53:27.000Z | 2018-09-21T13:53:27.000Z | // Standard libraries
#ifndef INCLUDE_STL
#include <cstdlib>
#include <iostream>
#include <fstream>
#include <sstream>
#include <cmath>
#include <string>
#include <vector>
#include <algorithm>
#include <thread>
#include <stdexcept>
#define INCLUDE_STL
#endif
/*
// My libraries
#ifndef INCLUDE_MESH
#include... | 17.461538 | 26 | 0.756241 | polmes |
8d525a0c19d7849b62b0ea764d31e536a97f426b | 1,830 | hpp | C++ | C64/src/Emulator/Logic/Keyboard.hpp | vividos/OldStuff | dbfcce086d1101b576d99d25ef051efbd8dd117c | [
"BSD-2-Clause"
] | 1 | 2015-03-26T02:35:13.000Z | 2015-03-26T02:35:13.000Z | C64/src/Emulator/Logic/Keyboard.hpp | vividos/OldStuff | dbfcce086d1101b576d99d25ef051efbd8dd117c | [
"BSD-2-Clause"
] | null | null | null | C64/src/Emulator/Logic/Keyboard.hpp | vividos/OldStuff | dbfcce086d1101b576d99d25ef051efbd8dd117c | [
"BSD-2-Clause"
] | null | null | null | //
// Emulator - Simple C64 emulator
// Copyright (C) 2003-2016 Michael Fink
//
/// \file Keyboard.hpp C64 keyboard implementation
//
#pragma once
// includes
#include "ICIAPortHandler.hpp"
namespace C64
{
/// Implementation of the C64 keyboard
/// \note the keyboard is wired to the CIA 2 of the original C64
class K... | 26.521739 | 85 | 0.715847 | vividos |
8d555b362b4d10f157657190b237b672fc2da26f | 8,809 | cpp | C++ | Engine/source/Assets/CKLBPropertyBag.cpp | lampardwade/tetris_lua_playgroundOSS | 29373294cfa66f2324ac984e5d4102854696fcc0 | [
"DOC",
"Apache-2.0"
] | 175 | 2015-01-07T08:38:31.000Z | 2022-02-28T20:40:47.000Z | Engine/source/Assets/CKLBPropertyBag.cpp | lampardwade/tetris_lua_playgroundOSS | 29373294cfa66f2324ac984e5d4102854696fcc0 | [
"DOC",
"Apache-2.0"
] | 1 | 2020-09-10T09:45:48.000Z | 2020-09-11T10:10:52.000Z | Engine/source/Assets/CKLBPropertyBag.cpp | lampardwade/tetris_lua_playgroundOSS | 29373294cfa66f2324ac984e5d4102854696fcc0 | [
"DOC",
"Apache-2.0"
] | 46 | 2015-03-14T16:11:18.000Z | 2022-02-28T20:40:49.000Z | /*
Copyright 2013 KLab Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed ... | 26.613293 | 86 | 0.662277 | lampardwade |
8d55d40b324f4d341dd0f4bb8c30be85486c8853 | 3,272 | cpp | C++ | SRM605/AlienAndSetDiv2.cpp | CanoeFZH/SRM | 02e3eeaa6044b14640e450725f68684e392009cb | [
"MIT"
] | null | null | null | SRM605/AlienAndSetDiv2.cpp | CanoeFZH/SRM | 02e3eeaa6044b14640e450725f68684e392009cb | [
"MIT"
] | null | null | null | SRM605/AlienAndSetDiv2.cpp | CanoeFZH/SRM | 02e3eeaa6044b14640e450725f68684e392009cb | [
"MIT"
] | null | null | null | // BEGIN CUT HERE
// END CUT HERE
#line 5 "AlienAndSetDiv2.cpp"
#include <cstdlib>
#include <cctype>
#include <cstring>
#include <cstdio>
#include <cmath>
#include <algorithm>
#include <vector>
#include <string>
#include <iostream>
#include <sstream>
#include <map>
#include <set>
#include <queue>
#include <stack>
#inc... | 33.731959 | 308 | 0.498472 | CanoeFZH |
8d57ec43ae118850086d7efaa5137ab45004f26c | 4,552 | cc | C++ | binwriter.cc | paule32/dsotest | 532bce675010b7cc1fb73d3134bc8153034411de | [
"MIT"
] | null | null | null | binwriter.cc | paule32/dsotest | 532bce675010b7cc1fb73d3134bc8153034411de | [
"MIT"
] | null | null | null | binwriter.cc | paule32/dsotest | 532bce675010b7cc1fb73d3134bc8153034411de | [
"MIT"
] | null | null | null | #include "binheader.h"
using namespace std;
std::vector<dso_header_libs> code_libs;
std::vector<dso_export_header> code_exports;
void testfunc(void)
{
printf("Eine Runtimesfiler\n");
}
MyHeaderWriter::MyHeaderWriter(
std::string n,
uint64_t length,
void * buffer)
{
lib_name = n;
out_name... | 24.084656 | 94 | 0.610501 | paule32 |
8d5a1632c7fbe3f5f6a23ea902bb4aa87568a554 | 3,706 | cc | C++ | tests/test_model_adapter.cc | swift-nav/albatross | 54f2edec3f19149f04a2e2e3bbb0b05aba7faba6 | [
"MIT"
] | 15 | 2018-04-10T02:05:06.000Z | 2022-02-07T23:33:27.000Z | tests/test_model_adapter.cc | swift-nav/albatross | 54f2edec3f19149f04a2e2e3bbb0b05aba7faba6 | [
"MIT"
] | 79 | 2018-04-19T20:36:18.000Z | 2021-08-04T16:21:19.000Z | tests/test_model_adapter.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... | 34 | 80 | 0.72639 | swift-nav |
8d5b23c75239d1e5193162d488b8cea8e10d76b6 | 1,039 | cpp | C++ | src/core/game/BlueCreepOne.cpp | NoctisGames/insectoid-defense_opensource | 23c348d41072fc4b8a18578cd341cf58d8dd8cd7 | [
"MIT"
] | 2 | 2016-12-10T03:27:07.000Z | 2020-09-30T16:06:06.000Z | src/core/game/BlueCreepOne.cpp | NoctisGames/insectoid-defense_opensource | 23c348d41072fc4b8a18578cd341cf58d8dd8cd7 | [
"MIT"
] | null | null | null | src/core/game/BlueCreepOne.cpp | NoctisGames/insectoid-defense_opensource | 23c348d41072fc4b8a18578cd341cf58d8dd8cd7 | [
"MIT"
] | 2 | 2015-10-07T00:32:18.000Z | 2016-01-30T23:23:55.000Z | //
// BlueCreepOne.cpp
// insectoid-defense
//
// Created by Stephen Gowen on 11/10/13.
// Copyright (c) 2014 Gowen Game Dev. All rights reserved.
//
#include "BlueCreepOne.h"
#include "World.h"
#include "Vector2D.h"
#include "Rectangle.h"
BlueCreepOne::BlueCreepOne(float x, float y, int wave, int levelIndex, int... | 34.633333 | 255 | 0.776708 | NoctisGames |
8d5cf8daa54c820e515a9df3ce439030d113ef4c | 6,772 | cpp | C++ | Source/VFAT/Private/Controller/ProgramTester.cpp | ma2th/vfat-app | 63db09e47d45dca4e2aebd915bb6df04d98dffb7 | [
"Apache-2.0"
] | 1 | 2019-11-14T01:48:51.000Z | 2019-11-14T01:48:51.000Z | Source/VFAT/Private/Controller/ProgramTester.cpp | ma2th/vfat-app | 63db09e47d45dca4e2aebd915bb6df04d98dffb7 | [
"Apache-2.0"
] | null | null | null | Source/VFAT/Private/Controller/ProgramTester.cpp | ma2th/vfat-app | 63db09e47d45dca4e2aebd915bb6df04d98dffb7 | [
"Apache-2.0"
] | null | null | null | // Copyright 2019 Matthias Ring
// Machine Learning and Data Analytics Lab
// Friedrich-Alexander-University Erlangen-Nuremberg
//
// 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:... | 27.417004 | 153 | 0.671589 | ma2th |
8d5d0c91a05cc67d08918b845a1dfba5574168e5 | 1,694 | cpp | C++ | SDK/ARKSurvivalEvolved_Xeno_WebExplosionEmitter_Corrupt_functions.cpp | 2bite/ARK-SDK | c38ca9925309516b2093ad8c3a70ed9489e1d573 | [
"MIT"
] | 10 | 2020-02-17T19:08:46.000Z | 2021-07-31T11:07:19.000Z | SDK/ARKSurvivalEvolved_Xeno_WebExplosionEmitter_Corrupt_functions.cpp | 2bite/ARK-SDK | c38ca9925309516b2093ad8c3a70ed9489e1d573 | [
"MIT"
] | 9 | 2020-02-17T18:15:41.000Z | 2021-06-06T19:17:34.000Z | SDK/ARKSurvivalEvolved_Xeno_WebExplosionEmitter_Corrupt_functions.cpp | 2bite/ARK-SDK | c38ca9925309516b2093ad8c3a70ed9489e1d573 | [
"MIT"
] | 3 | 2020-07-22T17:42:07.000Z | 2021-06-19T17:16:13.000Z | // ARKSurvivalEvolved (329.9) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "ARKSurvivalEvolved_Xeno_WebExplosionEmitter_Corrupt_parameters.hpp"
namespace sdk
{
//---------------------------------------------------------------------------
//Functions
//-------------------------------------------------... | 29.719298 | 179 | 0.739669 | 2bite |
8d5fa682c9a8ccb99556667bec8118ffbf69f3c3 | 662 | cpp | C++ | Siv3D/src/Siv3D-Platform/WindowsDesktop/Siv3DMain.cpp | take-cheeze/siv6 | 835c34e04965c390cc4a4c35494a84c340d24cb0 | [
"MIT"
] | null | null | null | Siv3D/src/Siv3D-Platform/WindowsDesktop/Siv3DMain.cpp | take-cheeze/siv6 | 835c34e04965c390cc4a4c35494a84c340d24cb0 | [
"MIT"
] | null | null | null | Siv3D/src/Siv3D-Platform/WindowsDesktop/Siv3DMain.cpp | take-cheeze/siv6 | 835c34e04965c390cc4a4c35494a84c340d24cb0 | [
"MIT"
] | null | null | null | //-----------------------------------------------
//
// This file is part of the Siv3D Engine.
//
// Copyright (c) 2008-2020 Ryo Suzuki
// Copyright (c) 2016-2020 OpenSiv3D Project
//
// Licensed under the MIT License.
//
//-----------------------------------------------
# include <crtdbg.h>
# include <Siv3D/Windows/... | 20.060606 | 63 | 0.617825 | take-cheeze |
8d64019059b51c8a3b77f10d8abd26a43fa75e08 | 24,132 | cc | C++ | engine/runtime/engine/src/json_serialiser.cc | aejsmith/orion | 0e172e1829c0f4522a4af1ddb4afcd2ed046ca49 | [
"ISC"
] | 5 | 2015-08-02T18:20:19.000Z | 2020-03-10T10:39:51.000Z | engine/runtime/engine/src/json_serialiser.cc | aejsmith/orion | 0e172e1829c0f4522a4af1ddb4afcd2ed046ca49 | [
"ISC"
] | 1 | 2018-04-25T15:12:35.000Z | 2018-04-25T15:12:35.000Z | engine/runtime/engine/src/json_serialiser.cc | aejsmith/orion | 0e172e1829c0f4522a4af1ddb4afcd2ed046ca49 | [
"ISC"
] | null | null | null | /*
* Copyright (C) 2016 Alex Smith
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIM... | 38.304762 | 119 | 0.581924 | aejsmith |
8d690fad20734bfc391c66d12f38cc7abbc892a0 | 83 | cpp | C++ | examples/with-deps/packages/b/src/b.cpp | berenm/CMakeBuildPackage | 035cc0d68b0bc33fde1a4af70696ad3805259e6d | [
"Unlicense"
] | 22 | 2017-01-09T17:29:06.000Z | 2021-01-23T07:16:44.000Z | examples/with-deps/packages/b/src/b.cpp | berenm/CMakeBuildPackage | 035cc0d68b0bc33fde1a4af70696ad3805259e6d | [
"Unlicense"
] | 4 | 2016-01-29T16:51:26.000Z | 2016-10-17T10:22:12.000Z | examples/with-deps/packages/b/src/b.cpp | berenm/CMakeBuildPackage | 035cc0d68b0bc33fde1a4af70696ad3805259e6d | [
"Unlicense"
] | null | null | null | #include "b.hpp"
#include "a.hpp"
namespace b {
void hello() { a::hello(); }
}
| 10.375 | 30 | 0.566265 | berenm |
8d69515df09dcaeb0e89cd9e9e87dc2ecf5914d3 | 9,535 | cc | C++ | app/willard/paige.cc | AaronNGray/prop-cc-new | 3d9660f55c94c5bd260f6b7cc902fa19109d35a9 | [
"BSD-2-Clause"
] | 1 | 2018-03-23T20:32:09.000Z | 2018-03-23T20:32:09.000Z | app/willard/paige.cc | AaronNGray/prop-cc-new | 3d9660f55c94c5bd260f6b7cc902fa19109d35a9 | [
"BSD-2-Clause"
] | null | null | null | app/willard/paige.cc | AaronNGray/prop-cc-new | 3d9660f55c94c5bd260f6b7cc902fa19109d35a9 | [
"BSD-2-Clause"
] | null | null | null | ///////////////////////////////////////////////////////////////////////////////
// This file is generated automatically using Prop (version 2.4.0),
// last updated on Jul 1, 2011.
// The original source file is "paige.pcc".
///////////////////////////////////////////////////////////////////////////////
#define PROP... | 25.291777 | 79 | 0.466597 | AaronNGray |
8d698c5a61c23fff5f997191c97ff0f3ebbeeff7 | 4,863 | cpp | C++ | test/unit/linalg/matrix_view_test.cpp | NunoEdgarGFlowHub/DCA | 51d0085084c9c3eb628893b78596eacfaf2d3ace | [
"BSD-3-Clause"
] | 2 | 2019-12-18T17:13:00.000Z | 2021-07-30T01:45:30.000Z | test/unit/linalg/matrix_view_test.cpp | cosdis/DCA | 3cfd2a4f4bb876fb69f9c22e7ad06332fb5ebbe5 | [
"BSD-3-Clause"
] | 1 | 2021-08-18T07:33:39.000Z | 2021-08-18T07:33:39.000Z | test/unit/linalg/matrix_view_test.cpp | cosdis/DCA | 3cfd2a4f4bb876fb69f9c22e7ad06332fb5ebbe5 | [
"BSD-3-Clause"
] | null | null | null | // Copyright (C) 2018 ETH Zurich
// Copyright (C) 2018 UT-Battelle, LLC
// All rights reserved.
//
// See LICENSE for terms of usage.
// See CITATION.md for citation guidelines, if DCA++ is used for scientific publications.
//
// Author: Giovanni Balduzzi (gbalduzz@itp.phys.ethz.ch)
//
// This file tests the MatrixView... | 37.122137 | 90 | 0.658441 | NunoEdgarGFlowHub |
8d6aedccd0decea60fb3402398ba9f75387305e9 | 1,057 | hh | C++ | Sources/AGEngine/Render/ProgramResources/Types/ProgramResourcesType.hh | Another-Game-Engine/AGE | d5d9e98235198fe580a43007914f515437635830 | [
"MIT"
] | 47 | 2015-03-29T09:44:25.000Z | 2020-11-30T10:05:56.000Z | Sources/AGEngine/Render/ProgramResources/Types/ProgramResourcesType.hh | Another-Game-Engine/AGE | d5d9e98235198fe580a43007914f515437635830 | [
"MIT"
] | 313 | 2015-01-01T18:16:30.000Z | 2015-11-30T07:54:07.000Z | Sources/AGEngine/Render/ProgramResources/Types/ProgramResourcesType.hh | Another-Game-Engine/AGE | d5d9e98235198fe580a43007914f515437635830 | [
"MIT"
] | 9 | 2015-06-07T13:21:54.000Z | 2020-08-25T09:50:07.000Z | #pragma once
# include <array>
# include <unordered_map>
# include <glm/glm.hpp>
# include <iostream>
# include <string>
#include <Utils/OpenGL.hh>
static size_t const nbr_resources = 21;
extern const std::array<GLenum, nbr_resources> available_resources;
struct GlType
{
uint8_t nbr_component;
GLenum type;
GLenu... | 18.875 | 99 | 0.693472 | Another-Game-Engine |
8d6c5fa415fcb8cee20df69a59e159b27ee1cb7a | 504 | hpp | C++ | src/main/include/Autons.hpp | TEAM1771/Black-Widdow-2022-Update | 799dd9caa8171a1f2c40cdf5cd62f45478ba02c4 | [
"BSD-3-Clause"
] | 2 | 2022-01-11T13:09:02.000Z | 2022-02-10T02:37:14.000Z | src/main/include/Autons.hpp | TEAM1771/Black-Widdow-2022-Update | 799dd9caa8171a1f2c40cdf5cd62f45478ba02c4 | [
"BSD-3-Clause"
] | 1 | 2022-02-10T16:06:18.000Z | 2022-02-17T18:15:26.000Z | src/main/include/Autons.hpp | TEAM1771/Black-Widow-2022-Update | 799dd9caa8171a1f2c40cdf5cd62f45478ba02c4 | [
"BSD-3-Clause"
] | null | null | null | #pragma once
#include "Autons/30Degree.hpp"
#include "Autons/Complex.hpp"
#include "Autons/LShape.hpp"
#include "Autons/PickupBalls.hpp"
#include "Autons/TShape.hpp"
#include <map>
#include <functional>
// All autonomous programs are stored as lambdas to be called
using namespace Autons;
inline std::map<std::string,... | 26.526316 | 61 | 0.700397 | TEAM1771 |
8d6d0d6f85decb404b3853636ae39f09254c8841 | 8,997 | cpp | C++ | examples/cython/usm_memory/sycl_blackscholes.cpp | diptorupd/dpctl | 99aba3bd4a1f4d963c97a15815160085241ffbed | [
"Apache-2.0"
] | 39 | 2020-09-29T16:00:59.000Z | 2022-03-30T19:08:05.000Z | examples/cython/usm_memory/sycl_blackscholes.cpp | diptorupd/dpctl | 99aba3bd4a1f4d963c97a15815160085241ffbed | [
"Apache-2.0"
] | 600 | 2020-09-22T22:47:43.000Z | 2022-03-31T16:20:13.000Z | examples/cython/usm_memory/sycl_blackscholes.cpp | diptorupd/pydppl | 00bc959877eb91169be78ef968ed558dd07ae180 | [
"Apache-2.0"
] | 14 | 2020-10-02T09:45:56.000Z | 2022-02-08T09:20:25.000Z | //=- sycl_blackscholes.cpp - Example of SYCL code to be called from Cython =//
//
// Data Parallel Control (dpctl)
//
// Copyright 2020-2021 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
/... | 36.573171 | 80 | 0.435478 | diptorupd |
8d6d23cbcc31df952c86f0cf647508bf3e5beb30 | 110 | cpp | C++ | src/robot/main.cpp | markushedvall/toy-robot | 3b219f713e5df13ab1376eff2255734029c4ce18 | [
"MIT"
] | null | null | null | src/robot/main.cpp | markushedvall/toy-robot | 3b219f713e5df13ab1376eff2255734029c4ce18 | [
"MIT"
] | 1 | 2021-03-27T13:15:13.000Z | 2021-03-27T13:15:13.000Z | src/robot/main.cpp | markushedvall/toy-robot | 3b219f713e5df13ab1376eff2255734029c4ce18 | [
"MIT"
] | null | null | null | #include <robot/hello.h>
#include <iostream>
int main() {
std::cout << robot::say_hello() << std::endl;
}
| 13.75 | 47 | 0.618182 | markushedvall |
8d6f697e14d664cf961a6b669219dcae57ffa800 | 983 | cpp | C++ | advent-of-code-2019/day2.1.cpp | ricekot/learning | 885c783a116b15a35ca7761a65040f57343f8c1b | [
"MIT"
] | null | null | null | advent-of-code-2019/day2.1.cpp | ricekot/learning | 885c783a116b15a35ca7761a65040f57343f8c1b | [
"MIT"
] | null | null | null | advent-of-code-2019/day2.1.cpp | ricekot/learning | 885c783a116b15a35ca7761a65040f57343f8c1b | [
"MIT"
] | null | null | null | #include <iostream>
#include <vector>
using namespace std;
int main(){
vector<int> arr = {1,12,2,3,1,1,2,3,1,3,4,3,1,5,0,3,2,9,1,19,1,19,5,23,1,23,5,27,2,27,10,31,1,31,9,35,1,35,5,39,1,6,39,43,2,9,43,47,1,5,47,51,2,6,51,55,1,5,55,59,2,10,59,63,1,63,6,67,2,67,6,71,2,10,71,75,1,6,75,79,2,79,9,83,1,83,5,87,1,87,9,91... | 46.809524 | 515 | 0.538149 | ricekot |
8d721138d37797ce559eece6ce68fd4addc2a474 | 1,928 | cpp | C++ | PortableGraphicsToolkit/src/pgt/graphics/plattform/opengl/font/GlFont.cpp | chris-b-h/PortableGraphicsToolkit | 85862a6c5444cf9689821ff23952b56a01ff5835 | [
"Zlib"
] | 3 | 2017-07-12T20:18:51.000Z | 2017-07-20T15:02:58.000Z | PortableGraphicsToolkit/src/pgt/graphics/plattform/opengl/font/GlFont.cpp | chris-b-h/PortableGraphicsToolkit | 85862a6c5444cf9689821ff23952b56a01ff5835 | [
"Zlib"
] | null | null | null | PortableGraphicsToolkit/src/pgt/graphics/plattform/opengl/font/GlFont.cpp | chris-b-h/PortableGraphicsToolkit | 85862a6c5444cf9689821ff23952b56a01ff5835 | [
"Zlib"
] | 1 | 2019-04-03T01:19:42.000Z | 2019-04-03T01:19:42.000Z | #include "GlFont.h"
#include <pgt/window/engine.h>
#include <pgt/window/plattform/interface/IAPP.h>
#include <pgt/graphics/plattform/interface/IRenderingContext.h>
#include <pgt/io/logger/logger.h>
#include "GlFontInternal.h"
namespace pgt {
namespace plattform {
GlFont::GlFont(const std::string& name, siz... | 25.706667 | 79 | 0.553942 | chris-b-h |
8d73054ad1e403c2523edb384c30d03e9ec72d02 | 488 | cpp | C++ | leetCodeSolution/permutations/solution.cpp | slowy07/c-lesson | 89f3b90c75301d59f64a6659eb8da8a3f8be1582 | [
"MIT"
] | 2 | 2020-06-02T17:32:09.000Z | 2020-11-29T01:24:52.000Z | leetCodeSolution/permutations/solution.cpp | slowy07/c-lesson | 89f3b90c75301d59f64a6659eb8da8a3f8be1582 | [
"MIT"
] | null | null | null | leetCodeSolution/permutations/solution.cpp | slowy07/c-lesson | 89f3b90c75301d59f64a6659eb8da8a3f8be1582 | [
"MIT"
] | 2 | 2020-09-23T14:40:28.000Z | 2020-11-26T12:32:44.000Z | class Solution {
vector<vector<int>> ans;
void dfs(vector<int> &nums, int start) {
if (start == nums.size() - 1) {
ans.push_back(nums);
return;
}
for (int i = start; i < nums.size(); ++i) {
swap(nums[i], nums[start]);
dfs(nums, start + 1);
... | 24.4 | 52 | 0.463115 | slowy07 |
8d73818c421eaebb7dd018f75c2399740f1be2ed | 7,076 | cpp | C++ | java/cpp/com_automatak_dnp3_impl_MasterImpl.cpp | sidhoda/dnp3 | 0469f308cb3321e8f5b57ccc2e26a34eb430941c | [
"Apache-2.0"
] | null | null | null | java/cpp/com_automatak_dnp3_impl_MasterImpl.cpp | sidhoda/dnp3 | 0469f308cb3321e8f5b57ccc2e26a34eb430941c | [
"Apache-2.0"
] | null | null | null | java/cpp/com_automatak_dnp3_impl_MasterImpl.cpp | sidhoda/dnp3 | 0469f308cb3321e8f5b57ccc2e26a34eb430941c | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2013-2016 Automatak, LLC
*
* Licensed to Automatak, LLC (www.automatak.com) under one or more
* contributor license agreements. See the NOTICE file distributed with this
* work for additional information regarding copyright ownership. Automatak, LLC
* licenses this file to you under the Apache Lice... | 35.20398 | 166 | 0.758338 | sidhoda |
8d73dcff626558e9d0bf5293e2151fc4e855f720 | 2,313 | hh | C++ | src/include/meadow/brassica/common.hh | cagelight/meadow | 9638ce5a1f18be3da3ace157b937e41cd65c6ec1 | [
"MIT"
] | null | null | null | src/include/meadow/brassica/common.hh | cagelight/meadow | 9638ce5a1f18be3da3ace157b937e41cd65c6ec1 | [
"MIT"
] | null | null | null | src/include/meadow/brassica/common.hh | cagelight/meadow | 9638ce5a1f18be3da3ace157b937e41cd65c6ec1 | [
"MIT"
] | null | null | null | #pragma once
#include <array>
#include <cstdint>
#include <cmath>
#include <random>
namespace meadow::brassica {
template <typename T> inline constexpr T pi = static_cast<T>( 3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317... | 50.282609 | 324 | 0.693904 | cagelight |
8d74c205be935844db79a870e0b23711764c2458 | 2,754 | cpp | C++ | test/cppdj_test.cpp | HenryBullingham/cppdj | 43db035102378c6982b66d405c7ba20f7f90b463 | [
"MIT"
] | null | null | null | test/cppdj_test.cpp | HenryBullingham/cppdj | 43db035102378c6982b66d405c7ba20f7f90b463 | [
"MIT"
] | null | null | null | test/cppdj_test.cpp | HenryBullingham/cppdj | 43db035102378c6982b66d405c7ba20f7f90b463 | [
"MIT"
] | null | null | null | // Copyright(C) 2020 Henry Bullingham
// This file is subject to the license terms in the LICENSE file
// found in the top - level directory of this distribution.
#include "catch.hpp"
#include "cppdj/cppdj.hpp"
class test_service
{
public:
bool return_true()
{
return true;
}
};
struct interface_... | 23.142857 | 94 | 0.648148 | HenryBullingham |
8d75124c7bb88e166a1d7c523c34c372e627d2f4 | 4,039 | cpp | C++ | Data Structures/Queues/ReversingQueueUsingStack.cpp | anjali9811/Programming-in-Cpp | 02e80e045a7fb20f8970fcdae68c08bdf27f95b8 | [
"Apache-2.0"
] | null | null | null | Data Structures/Queues/ReversingQueueUsingStack.cpp | anjali9811/Programming-in-Cpp | 02e80e045a7fb20f8970fcdae68c08bdf27f95b8 | [
"Apache-2.0"
] | null | null | null | Data Structures/Queues/ReversingQueueUsingStack.cpp | anjali9811/Programming-in-Cpp | 02e80e045a7fb20f8970fcdae68c08bdf27f95b8 | [
"Apache-2.0"
] | null | null | null | #include<iostream>
#include<stack>
using namespace std; //assigning std namespace to global namesapce
//a node has 2 fields -data and a pointer next -points or stores mem address of next node in list
struct Node {
int data;
Node *next;
};
class Queue {
public :
Node *front,*rear;
//front to store the address... | 17.637555 | 116 | 0.611538 | anjali9811 |
8d752a72f99572d8147dc663d97640f4dfb36061 | 4,427 | cpp | C++ | src/condor_shadow.V6.1/mpiresource.cpp | clalancette/condor-dcloud | 70d1b1896ea0e5cfb4f051c7fb73cf4d12cd9727 | [
"Apache-2.0"
] | 2 | 2018-06-18T23:11:20.000Z | 2021-01-11T06:30:00.000Z | src/condor_shadow.V6.1/mpiresource.cpp | clalancette/condor-dcloud | 70d1b1896ea0e5cfb4f051c7fb73cf4d12cd9727 | [
"Apache-2.0"
] | null | null | null | src/condor_shadow.V6.1/mpiresource.cpp | clalancette/condor-dcloud | 70d1b1896ea0e5cfb4f051c7fb73cf4d12cd9727 | [
"Apache-2.0"
] | 1 | 2021-08-29T14:03:53.000Z | 2021-08-29T14:03:53.000Z | /***************************************************************
*
* Copyright (C) 1990-2007, Condor Team, Computer Sciences Department,
* University of Wisconsin-Madison, WI.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you
* may not use this file except in compliance with the License. Y... | 24.731844 | 75 | 0.66998 | clalancette |
8d75419878ad410d54dd0278df311395719a5982 | 525 | cpp | C++ | clang/test/CXX/conv/conv.prom/p2.cpp | clairechingching/ScaffCC | 737ae90f85d9fe79819d66219747d27efa4fa5b9 | [
"BSD-2-Clause"
] | 1 | 2022-02-05T23:28:35.000Z | 2022-02-05T23:28:35.000Z | clang/test/CXX/conv/conv.prom/p2.cpp | clairechingching/ScaffCC | 737ae90f85d9fe79819d66219747d27efa4fa5b9 | [
"BSD-2-Clause"
] | 1 | 2020-02-22T09:59:21.000Z | 2020-02-22T09:59:21.000Z | clang/test/CXX/conv/conv.prom/p2.cpp | clairechingching/ScaffCC | 737ae90f85d9fe79819d66219747d27efa4fa5b9 | [
"BSD-2-Clause"
] | 1 | 2022-02-05T23:42:06.000Z | 2022-02-05T23:42:06.000Z | // RUN: %clang_cc1 -fsyntax-only -verify -std=c++0x -ffreestanding %s
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++0x -fshort-wchar -ffreestanding %s
#include <stdint.h>
// In theory, the promoted types vary by platform; however, in reality they
// are quite consistent across all platforms where clang runs.
exte... | 30.882353 | 83 | 0.76 | clairechingching |
8d786704c1b56c4f292afd9057fe817f75ac5c6d | 2,572 | hpp | C++ | src/Globals.hpp | jakobkilian/unfolding-space | 1ba03e156680e1b455b4164d12177fae52c68356 | [
"MIT"
] | 5 | 2020-10-28T05:51:27.000Z | 2022-02-28T07:48:38.000Z | src/Globals.hpp | jakobkilian/unfolding-space | 1ba03e156680e1b455b4164d12177fae52c68356 | [
"MIT"
] | null | null | null | src/Globals.hpp | jakobkilian/unfolding-space | 1ba03e156680e1b455b4164d12177fae52c68356 | [
"MIT"
] | null | null | null | #pragma once
#include <boost/asio.hpp>
#include <mutex>
#include <opencv2/opencv.hpp>
#include <royale.hpp>
#include "Camera.hpp"
#include "i2c/I2C.hpp"
#include "i2c/Imu.hpp"
#include "MotorBoard.hpp"
#include "TimeLogger.hpp"
#include "UdpServer.hpp"
#include "Led.hpp"
struct Base {
std::mutex mut;
};
// camer... | 23.814815 | 87 | 0.744168 | jakobkilian |
8d786c975419b9a32a3b1112ce146e5295f043e1 | 1,292 | cpp | C++ | AbsoluteTouch/AbsoluteTouchCallback.cpp | honguyenminh/AbsoluteTouch | f90a1cda9d148c34b0febb2e39b7440e55ecf7a9 | [
"MIT"
] | 32 | 2016-07-18T16:05:52.000Z | 2021-07-13T08:04:24.000Z | AbsoluteTouch/AbsoluteTouchCallback.cpp | honguyenminh/AbsoluteTouch | f90a1cda9d148c34b0febb2e39b7440e55ecf7a9 | [
"MIT"
] | 8 | 2016-08-02T03:21:35.000Z | 2018-11-25T18:12:00.000Z | AbsoluteTouch/AbsoluteTouchCallback.cpp | honguyenminh/AbsoluteTouch | f90a1cda9d148c34b0febb2e39b7440e55ecf7a9 | [
"MIT"
] | 12 | 2017-03-19T03:56:43.000Z | 2022-03-22T00:46:52.000Z | #include "AbsoluteTouchCallback.h"
#include "Containers.h"
#include "CoordinateMapper.h"
#include "InputHelper.h"
#include "TouchProcessor.h"
#include "TouchpadManager.h"
void AbsoluteTouchCallback::SetTouchpadRect(Rect<long> touchpadRect)
{
m_coordMapper.SetTouchpadRect(touchpadRect);
}
void AbsoluteTouchCallbac... | 22.666667 | 69 | 0.747678 | honguyenminh |
8d7cbf8fc6464513c0f472f3be54ffddc6f60298 | 18,884 | cpp | C++ | src/prepareNeuralTM.cpp | graehl/nplm01 | b2b7bfbe17cb39ef681f60bbc383cca885418f4e | [
"MIT"
] | 4 | 2016-10-12T13:09:49.000Z | 2017-11-16T09:00:26.000Z | src/prepareNeuralTM.cpp | graehl/nplm01 | b2b7bfbe17cb39ef681f60bbc383cca885418f4e | [
"MIT"
] | null | null | null | src/prepareNeuralTM.cpp | graehl/nplm01 | b2b7bfbe17cb39ef681f60bbc383cca885418f4e | [
"MIT"
] | 1 | 2015-09-04T13:20:40.000Z | 2015-09-04T13:20:40.000Z | #include <iostream>
#include <vector>
#include <queue>
#include <boost/unordered_map.hpp>
#include <tclap/CmdLine.h>
#include <boost/algorithm/string/join.hpp>
using namespace std;
using namespace TCLAP;
#include "neuralLM.h" // for vocabulary
#include "util.h"
using namespace boost;
using namespace nplm;
void writ... | 47.566751 | 237 | 0.641442 | graehl |
8d7d640b0545c43163c0970ad22ba6db9881e55c | 3,334 | cpp | C++ | test/backend-test.cpp | UCLA-IRL/Mnemosyne | a5818955fae76f6ca496fd6158c9da52c9440a95 | [
"Apache-2.0"
] | 2 | 2021-12-21T01:14:44.000Z | 2022-01-01T22:01:27.000Z | test/backend-test.cpp | UCLA-IRL/Mnemosyne | a5818955fae76f6ca496fd6158c9da52c9440a95 | [
"Apache-2.0"
] | null | null | null | test/backend-test.cpp | UCLA-IRL/Mnemosyne | a5818955fae76f6ca496fd6158c9da52c9440a95 | [
"Apache-2.0"
] | 1 | 2021-11-22T01:50:32.000Z | 2021-11-22T01:50:32.000Z | #include "mnemosyne/backend.hpp"
#include <ndn-cxx/name.hpp>
#include <iostream>
#include <ndn-cxx/security/signature-sha256-with-rsa.hpp>
using namespace mnemosyne;
std::shared_ptr<ndn::Data>
makeData(const std::string& name, const std::string& content)
{
using namespace ndn;
using namespace std;
auto data = m... | 31.45283 | 113 | 0.65087 | UCLA-IRL |
8d7df5f90a9fcb27caabee9e57a6ed6c2b121e9d | 3,418 | cpp | C++ | lib/ome/files/module.cpp | rleigh-dundee/bioformats-cpp | e8e3c03cab4d00edb96f40aa2b86bc7c99d6588c | [
"BSD-2-Clause"
] | 5 | 2017-12-11T16:23:16.000Z | 2019-08-13T18:32:27.000Z | lib/ome/files/module.cpp | rleigh-dundee/bioformats-cpp | e8e3c03cab4d00edb96f40aa2b86bc7c99d6588c | [
"BSD-2-Clause"
] | 83 | 2016-02-28T19:29:11.000Z | 2019-02-21T08:52:37.000Z | lib/ome/files/module.cpp | rleigh-dundee/bioformats-cpp | e8e3c03cab4d00edb96f40aa2b86bc7c99d6588c | [
"BSD-2-Clause"
] | 13 | 2016-02-26T17:18:15.000Z | 2020-04-22T00:40:59.000Z | /*
* #%L
* OME-FILES C++ library for image IO.
* %%
* Copyright © 2016 Open Microscopy Environment:
* - Massachusetts Institute of Technology
* - National Institutes of Health
* - University of Dundee
* - Board of Regents of the University of Wisconsin-Madison
* - Glencoe Software, Inc.
* %%
* Redi... | 29.721739 | 79 | 0.713868 | rleigh-dundee |
8d806b206dedb85c507b42078be02247ff693d3a | 1,030 | cpp | C++ | libs/sge_renderer/src/sge_renderer/renderer/renderer.cpp | Alekssasho/sge_source | 2db4ae08f7b3434d32dd9767fe1136234cb70b83 | [
"MIT"
] | null | null | null | libs/sge_renderer/src/sge_renderer/renderer/renderer.cpp | Alekssasho/sge_source | 2db4ae08f7b3434d32dd9767fe1136234cb70b83 | [
"MIT"
] | null | null | null | libs/sge_renderer/src/sge_renderer/renderer/renderer.cpp | Alekssasho/sge_source | 2db4ae08f7b3434d32dd9767fe1136234cb70b83 | [
"MIT"
] | null | null | null | #include "renderer.h"
namespace sge {
#if 0
template<typename T>
T* SGEDevice::requestResource()
{
sgeAssert(false);
return nullptr;
}
#endif
#define SGE_Impl_request_resource(T, RT) \
template <> \
T* SGEDevice::requestResource<T>() { \
return stati... | 32.1875 | 78 | 0.767961 | Alekssasho |
8d815b88d712405da2799847082d98d6fcd002ee | 2,636 | cpp | C++ | d04/ex03/MateriaSource.cpp | k-allard/cpp_piscine | 1504b5cecde938ba5ce9f6dd3eccd02a4fc47f8d | [
"MIT"
] | null | null | null | d04/ex03/MateriaSource.cpp | k-allard/cpp_piscine | 1504b5cecde938ba5ce9f6dd3eccd02a4fc47f8d | [
"MIT"
] | null | null | null | d04/ex03/MateriaSource.cpp | k-allard/cpp_piscine | 1504b5cecde938ba5ce9f6dd3eccd02a4fc47f8d | [
"MIT"
] | null | null | null | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* MateriaSource.cpp :+: :+: :+: ... | 30.651163 | 117 | 0.463202 | k-allard |
8d8599ed73f613693de9b7c4a62237fb3eced4a2 | 8,894 | cpp | C++ | src/client/intercept/client/sqf/intersects.cpp | xdr1000/intercept | 0c7b2deda7351dc0c264dd167bfae2371e463625 | [
"MIT"
] | null | null | null | src/client/intercept/client/sqf/intersects.cpp | xdr1000/intercept | 0c7b2deda7351dc0c264dd167bfae2371e463625 | [
"MIT"
] | null | null | null | src/client/intercept/client/sqf/intersects.cpp | xdr1000/intercept | 0c7b2deda7351dc0c264dd167bfae2371e463625 | [
"MIT"
] | null | null | null | #include "intersects.hpp"
#include "client\pointers.hpp"
namespace intercept {
namespace sqf {
namespace __helpers {
intersect_surfaces_list __line_intersects_surfaces(const game_value& intersects_value_) {
intersect_surfaces_list output;
for (uint32_t ... | 44.919192 | 264 | 0.607038 | xdr1000 |
8d86cfb4ad2ef883d5b0324eb54eb1689cb3439a | 9,568 | cpp | C++ | NOLF/ClientShellDLL/IpMgr.cpp | haekb/nolf1-modernizer | 25bac3d43c40a83b8e90201a70a14ef63b4240e7 | [
"Unlicense"
] | 38 | 2019-09-16T14:46:42.000Z | 2022-03-10T20:28:10.000Z | NOLF/ClientShellDLL/IpMgr.cpp | haekb/nolf1-modernizer | 25bac3d43c40a83b8e90201a70a14ef63b4240e7 | [
"Unlicense"
] | 39 | 2019-08-12T01:35:33.000Z | 2022-02-28T16:48:16.000Z | NOLF/ClientShellDLL/IpMgr.cpp | haekb/nolf1-modernizer | 25bac3d43c40a83b8e90201a70a14ef63b4240e7 | [
"Unlicense"
] | 6 | 2019-09-17T12:49:18.000Z | 2022-03-10T20:28:12.000Z | /****************************************************************************
;
; MODULE: IPMGR (.CPP)
;
; PURPOSE: IP Manager Classes
;
; HISTORY: 11/09/98 [blg] This file was created
;
; COMMENT: Copyright (c) 1998, Monolith Productions Inc.
;
*********************************************************************... | 17.055258 | 80 | 0.443562 | haekb |
8d8979dd553bc3e275ebc9ccaebaa567636f6eca | 1,916 | cpp | C++ | config/src/vespa/config/file/filesourcefactory.cpp | Anlon-Burke/vespa | 5ecd989b36cc61716bf68f032a3482bf01fab726 | [
"Apache-2.0"
] | 4,054 | 2017-08-11T07:58:38.000Z | 2022-03-31T22:32:15.000Z | config/src/vespa/config/file/filesourcefactory.cpp | Anlon-Burke/vespa | 5ecd989b36cc61716bf68f032a3482bf01fab726 | [
"Apache-2.0"
] | 4,854 | 2017-08-10T20:19:25.000Z | 2022-03-31T19:04:23.000Z | config/src/vespa/config/file/filesourcefactory.cpp | Anlon-Burke/vespa | 5ecd989b36cc61716bf68f032a3482bf01fab726 | [
"Apache-2.0"
] | 541 | 2017-08-10T18:51:18.000Z | 2022-03-11T03:18:56.000Z | // Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#include "filesourcefactory.h"
#include "filesource.h"
#include <vespa/config/common/exceptions.h>
#include <vespa/config/subscription/sourcespec.h>
#include <vespa/vespalib/io/fileutil.h>
#include <vespa/vespalib/s... | 29.476923 | 104 | 0.655532 | Anlon-Burke |