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
d33a0984838347a942d48c5fd66c0577139d0b41
6,783
cpp
C++
SarvLibrary/Kmerize/dsk/thirdparty/gatb-core/gatb-core/src/gatb/kmer/impl/BloomAlgorithm.cpp
cwright7101/llvm_sarvavid
7567d617a7be78fecfde71ab04ebd8e9506a64e4
[ "MIT" ]
null
null
null
SarvLibrary/Kmerize/dsk/thirdparty/gatb-core/gatb-core/src/gatb/kmer/impl/BloomAlgorithm.cpp
cwright7101/llvm_sarvavid
7567d617a7be78fecfde71ab04ebd8e9506a64e4
[ "MIT" ]
null
null
null
SarvLibrary/Kmerize/dsk/thirdparty/gatb-core/gatb-core/src/gatb/kmer/impl/BloomAlgorithm.cpp
cwright7101/llvm_sarvavid
7567d617a7be78fecfde71ab04ebd8e9506a64e4
[ "MIT" ]
null
null
null
/***************************************************************************** * GATB : Genome Assembly Tool Box * Copyright (C) 2014 INRIA * Authors: R.Chikhi, G.Rizk, E.Drezen * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public ...
32.927184
127
0.569512
cwright7101
d33bb133a1fdb90b06f49c838296a88b112c8ecc
925
cpp
C++
test/scheme.cpp
syoliver/url
7a992f6aa758807bbcd2e92e413453da98ee0c3d
[ "BSL-1.0" ]
null
null
null
test/scheme.cpp
syoliver/url
7a992f6aa758807bbcd2e92e413453da98ee0c3d
[ "BSL-1.0" ]
null
null
null
test/scheme.cpp
syoliver/url
7a992f6aa758807bbcd2e92e413453da98ee0c3d
[ "BSL-1.0" ]
null
null
null
// // Copyright (c) 2019 Vinnie Falco (vinnie.falco@gmail.com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // // Official repository: https://github.com/vinniefalco/url // // Test that header file is self-co...
22.560976
79
0.652973
syoliver
d33e7bf94074454f60e7859275d7886ea1475cd9
111
cpp
C++
Plugins~/Src/MeshSyncClientMQ/sdk_MQBoneManager.cpp
Mu-L/MeshSyncDCCPlugins
dccf716d975435e4a897964a6f6789e046119740
[ "Apache-2.0" ]
229
2020-04-16T07:44:35.000Z
2022-03-27T16:40:30.000Z
Plugins~/Src/MeshSyncClientMQ/sdk_MQBoneManager.cpp
Mu-L/MeshSyncDCCPlugins
dccf716d975435e4a897964a6f6789e046119740
[ "Apache-2.0" ]
20
2020-05-14T00:12:15.000Z
2022-03-10T03:34:25.000Z
Plugins~/Src/MeshSyncClientMQ/sdk_MQBoneManager.cpp
Mu-L/MeshSyncDCCPlugins
dccf716d975435e4a897964a6f6789e046119740
[ "Apache-2.0" ]
27
2020-04-17T08:34:00.000Z
2022-03-08T00:59:31.000Z
#include "pch.h" #include "MQPlugin.h" #if MQPLUGIN_VERSION >= 0x0464 #include "MQBoneManager.cpp" #endif
15.857143
32
0.711712
Mu-L
d3418780b49099787da948635bce7903710005cc
1,853
cpp
C++
src/arguments.cpp
tsoding/ray-tracer
c8d189cc53445cae56bfb5e4f76926b93d0e67d5
[ "MIT" ]
16
2016-05-25T10:33:41.000Z
2019-09-02T22:09:00.000Z
src/arguments.cpp
tsoding/ray-tracer
c8d189cc53445cae56bfb5e4f76926b93d0e67d5
[ "MIT" ]
67
2018-07-16T10:34:20.000Z
2018-10-23T16:02:43.000Z
src/arguments.cpp
tsoding/ray-tracer
c8d189cc53445cae56bfb5e4f76926b93d0e67d5
[ "MIT" ]
5
2018-07-31T19:09:08.000Z
2018-08-21T21:31:44.000Z
#include "./arguments.hpp" #include <iostream> #include <string> Arguments::Arguments(int argc, char **argv): m_argc(argc), m_argv(argv), m_threadCount(1), m_width(800), m_height(600) { } std::string Arguments::sceneFile() const { return m_sceneFile; } std::string Arguments::outputFile() con...
22.876543
108
0.474366
tsoding
d349d7c1bc9be805df2083fb58e52e40827b1ea8
4,945
cpp
C++
src/qt/src/3rdparty/webkit/Source/WebCore/svg/SVGStyledTransformableElement.cpp
ant0ine/phantomjs
8114d44a28134b765ab26b7e13ce31594fa81253
[ "BSD-3-Clause" ]
46
2015-01-08T14:32:34.000Z
2022-02-05T16:48:26.000Z
src/qt/src/3rdparty/webkit/Source/WebCore/svg/SVGStyledTransformableElement.cpp
ant0ine/phantomjs
8114d44a28134b765ab26b7e13ce31594fa81253
[ "BSD-3-Clause" ]
7
2015-01-20T14:28:12.000Z
2017-01-18T17:21:44.000Z
src/qt/src/3rdparty/webkit/Source/WebCore/svg/SVGStyledTransformableElement.cpp
ant0ine/phantomjs
8114d44a28134b765ab26b7e13ce31594fa81253
[ "BSD-3-Clause" ]
14
2015-10-27T06:17:48.000Z
2020-03-03T06:15:50.000Z
/* * Copyright (C) 2004, 2005, 2008 Nikolas Zimmermann <zimmermann@kde.org> * Copyright (C) 2004, 2005, 2006 Rob Buis <buis@kde.org> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundatio...
32.966667
128
0.783822
ant0ine
d34b9891822c636074a61aba3466baa8db63339d
1,577
tpp
C++
src/base/program_options.tpp
heshu-by/likelib-ws
85987d328dc274622f4b758afa1b6af43d15564f
[ "Apache-2.0" ]
1
2020-10-23T19:09:27.000Z
2020-10-23T19:09:27.000Z
src/base/program_options.tpp
heshu-by/likelib-ws
85987d328dc274622f4b758afa1b6af43d15564f
[ "Apache-2.0" ]
null
null
null
src/base/program_options.tpp
heshu-by/likelib-ws
85987d328dc274622f4b758afa1b6af43d15564f
[ "Apache-2.0" ]
1
2020-12-08T11:16:30.000Z
2020-12-08T11:16:30.000Z
#pragma once #include "program_options.hpp" #include "base/error.hpp" namespace base { template<typename ValueType> void ProgramOptionsParser::addOption(const std::string& flag, const std::string& help) { _options_description.add_options()(flag.c_str(), boost::program_options::value<ValueType>(), help.c_str());...
28.160714
111
0.700698
heshu-by
d34dd7b776401c3e51a2779909c902253f3aaf29
10,645
cpp
C++
ex2_ISALErasurecodeandrecovery/src/main.cpp
ingdex/isa-l
f487627d49441036fd0d40a04257745a9cb8fab0
[ "BSD-3-Clause" ]
null
null
null
ex2_ISALErasurecodeandrecovery/src/main.cpp
ingdex/isa-l
f487627d49441036fd0d40a04257745a9cb8fab0
[ "BSD-3-Clause" ]
null
null
null
ex2_ISALErasurecodeandrecovery/src/main.cpp
ingdex/isa-l
f487627d49441036fd0d40a04257745a9cb8fab0
[ "BSD-3-Clause" ]
null
null
null
/* Copyright (c) <2017>, Intel Corporation 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 following disclaimer. * Red...
37.882562
100
0.607609
ingdex
d3590896e0df90b8defc4bcdd125e8879cad1434
5,290
cpp
C++
src/routine.cpp
gcp/CLBlast
7c13bacf129291e3e295ecb6e833788477085fa0
[ "Apache-2.0" ]
1
2021-01-01T05:20:33.000Z
2021-01-01T05:20:33.000Z
src/routine.cpp
gcp/CLBlast
7c13bacf129291e3e295ecb6e833788477085fa0
[ "Apache-2.0" ]
null
null
null
src/routine.cpp
gcp/CLBlast
7c13bacf129291e3e295ecb6e833788477085fa0
[ "Apache-2.0" ]
null
null
null
// ================================================================================================= // This file is part of the CLBlast project. The project is licensed under Apache Version 2.0. This // project loosely follows the Google C++ styleguide and uses a tab-size of two spaces and a max- // width of 100 char...
40.075758
100
0.644423
gcp
d35a81fd226d5704dc8d311db69329fb866daf6f
8,915
cpp
C++
analyzer/libs/z3/src/util/sexpr.cpp
oslab-swrc/juxta
481cd6f01e87790041a07379805968bcf57d75f4
[ "MIT" ]
23
2016-01-06T07:01:46.000Z
2022-02-12T15:53:20.000Z
analyzer/libs/z3/src/util/sexpr.cpp
oslab-swrc/juxta
481cd6f01e87790041a07379805968bcf57d75f4
[ "MIT" ]
1
2019-04-02T00:42:29.000Z
2019-04-02T00:42:29.000Z
analyzer/libs/z3/src/util/sexpr.cpp
oslab-swrc/juxta
481cd6f01e87790041a07379805968bcf57d75f4
[ "MIT" ]
16
2016-01-06T07:01:46.000Z
2021-11-29T11:43:16.000Z
/*++ Copyright (c) 2011 Microsoft Corporation Module Name: sexpr.h Abstract: Generic sexpr Author: Leonardo (leonardo) 2011-07-28 Notes: --*/ #include"sexpr.h" #include"vector.h" #include"buffer.h" #ifdef _MSC_VER #pragma warning(disable : 4200) #pragma warning(disable : 4355) #endif struct sexpr_...
30.530822
115
0.579248
oslab-swrc
d35c8e3ba7c5010219d211d66032fc183eafb3a6
7,551
cc
C++
src/pf_manager.cc
jinzy15/CourseDataBaseTHU
af3a9abc1d887c674064ab823c4b9a1dcb810630
[ "MIT" ]
190
2015-01-08T14:26:25.000Z
2022-03-21T17:43:52.000Z
src/pf_manager.cc
jinzy15/CourseDataBaseTHU
af3a9abc1d887c674064ab823c4b9a1dcb810630
[ "MIT" ]
4
2018-11-07T17:42:31.000Z
2018-11-22T16:23:17.000Z
src/pf_manager.cc
jinzy15/CourseDataBaseTHU
af3a9abc1d887c674064ab823c4b9a1dcb810630
[ "MIT" ]
91
2015-01-07T08:13:38.000Z
2022-03-10T04:35:44.000Z
// // File: pf_manager.cc // Description: PF_Manager class implementation // Authors: Hugo Rivero (rivero@cs.stanford.edu) // Dallan Quass (quass@cs.stanford.edu) // #include <cstdio> #include <unistd.h> #include <fcntl.h> #include <sys/stat.h> #include <sys/types.h> #include "pf_internal.h" #i...
26.588028
80
0.649186
jinzy15
d35f6cd973ec7a2b3bdab72b31db67f7fb5e4a5c
680
hpp
C++
Object.hpp
Xiangze-Li/CG_Final
6dc33457d6890e6cff8e327b004f76e9ed7d9615
[ "MIT" ]
2
2020-07-22T01:56:41.000Z
2022-01-08T14:59:40.000Z
Object.hpp
Xiangze-Li/CG_Final
6dc33457d6890e6cff8e327b004f76e9ed7d9615
[ "MIT" ]
null
null
null
Object.hpp
Xiangze-Li/CG_Final
6dc33457d6890e6cff8e327b004f76e9ed7d9615
[ "MIT" ]
1
2021-08-04T05:03:26.000Z
2021-08-04T05:03:26.000Z
#pragma once #include "utils.hpp" #include "Texture.hpp" #include "Ray.hpp" #include "Hit.hpp" class Object { protected: Texture *_texture; public: Object() : _texture(nullptr) {} explicit Object(Texture *texture) : _texture(texture) {} virtual ~Object() = default; virtual bool ...
21.935484
72
0.648529
Xiangze-Li
d364a37c6cf138a55b515836bb987dba37474cb7
575
cpp
C++
tools/clang/test/CXX/lex/lex.literal/lex.ext/p5.cpp
clayne/DirectXShaderCompiler
0ef9b702890b1d45f0bec5fa75481290323e14dc
[ "NCSA" ]
1,192
2017-01-23T23:27:01.000Z
2019-05-05T14:08:40.000Z
tools/clang/test/CXX/lex/lex.literal/lex.ext/p5.cpp
clayne/DirectXShaderCompiler
0ef9b702890b1d45f0bec5fa75481290323e14dc
[ "NCSA" ]
2,214
2019-05-06T22:22:53.000Z
2022-03-31T19:38:50.000Z
tools/clang/test/CXX/lex/lex.literal/lex.ext/p5.cpp
clayne/DirectXShaderCompiler
0ef9b702890b1d45f0bec5fa75481290323e14dc
[ "NCSA" ]
269
2019-05-07T11:59:04.000Z
2022-03-30T08:41:50.000Z
// RUN: %clang_cc1 -fsyntax-only -std=c++11 -verify %s -triple=x86_64-linux-gnu using size_t = decltype(sizeof(int)); int &operator "" _x1 (const char *); double &operator "" _x1 (const char *, size_t); double &i1 = "foo"_x1; double &i2 = u8"foo"_x1; double &i3 = L"foo"_x1; // expected-error {{no matching literal ope...
27.380952
166
0.648696
clayne
d36606f218f0a139490b7efa4cfa186372a5018e
5,637
cpp
C++
unicode_back/character_categories/other_format.cpp
do-m-en/random_regex_string
7ded2dcf7c03122a68e66b5db6f94403e8c9c690
[ "BSL-1.0" ]
null
null
null
unicode_back/character_categories/other_format.cpp
do-m-en/random_regex_string
7ded2dcf7c03122a68e66b5db6f94403e8c9c690
[ "BSL-1.0" ]
null
null
null
unicode_back/character_categories/other_format.cpp
do-m-en/random_regex_string
7ded2dcf7c03122a68e66b5db6f94403e8c9c690
[ "BSL-1.0" ]
null
null
null
#include "other_format.hpp" namespace { constexpr std::pair<char32_t, char32_t> make_point(char32_t point) { return std::pair<char32_t, char32_t>(point, point); } static const std::vector<std::pair<char32_t, char32_t>> characters { make_point(0xAD), {0x600, 0x605}, make_point(0x61C)...
30.47027
68
0.716516
do-m-en
d36ba80beac40a29838f3c999c22bc47f59d9e0f
27,903
cpp
C++
point_cloud/pcl/applications/points-pcl-calc.cpp
mission-systems-pty-ltd/snark
2bc8a20292ee3684d3a9897ba6fee43fed8d89ae
[ "BSD-3-Clause" ]
63
2015-01-14T14:38:02.000Z
2022-02-01T09:56:03.000Z
point_cloud/pcl/applications/points-pcl-calc.cpp
NEU-LC/snark
db890f73f4c4bbe679405f3a607fd9ea373deb2c
[ "BSD-3-Clause" ]
39
2015-01-21T00:57:38.000Z
2020-04-22T04:22:35.000Z
point_cloud/pcl/applications/points-pcl-calc.cpp
NEU-LC/snark
db890f73f4c4bbe679405f3a607fd9ea373deb2c
[ "BSD-3-Clause" ]
36
2015-01-15T04:17:14.000Z
2022-02-17T17:13:35.000Z
// This file is part of snark, a generic and flexible library for robotics research // Copyright (c) 2017 The University of Sydney // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // 1. Redistr...
37.808943
213
0.6061
mission-systems-pty-ltd
d36c891c8cba712fb90e067aa9173c862c8ba09a
1,003
cpp
C++
BOJ/boj10871.cpp
SukJinKim/Algo-Rhythm
db78de61643e9110ff0e721124a744e3b0ae27f0
[ "MIT" ]
null
null
null
BOJ/boj10871.cpp
SukJinKim/Algo-Rhythm
db78de61643e9110ff0e721124a744e3b0ae27f0
[ "MIT" ]
null
null
null
BOJ/boj10871.cpp
SukJinKim/Algo-Rhythm
db78de61643e9110ff0e721124a744e3b0ae27f0
[ "MIT" ]
null
null
null
#include <cstdio> #include <climits> #include <algorithm> using namespace std; int w[10][10]; int route[10]; int mn = INT_MAX; int main() { int n, tmp, src, dest; bool possible, necessary; scanf("%d", &n); for(int i = 0; i < n; i++) for(int j = 0; j < n; j++) scanf("%d", &w[i][j]); for(int...
19.288462
82
0.401795
SukJinKim
d36e937a9dcdf0811fcdb26b65fa1591b5ea25fc
39
hpp
C++
src/boost_numeric_ublas_fwd.hpp
miathedev/BoostForArduino
919621dcd0c157094bed4df752b583ba6ea6409e
[ "BSL-1.0" ]
10
2018-03-17T00:58:42.000Z
2021-07-06T02:48:49.000Z
src/boost_numeric_ublas_fwd.hpp
miathedev/BoostForArduino
919621dcd0c157094bed4df752b583ba6ea6409e
[ "BSL-1.0" ]
2
2021-03-26T15:17:35.000Z
2021-05-20T23:55:08.000Z
src/boost_numeric_ublas_fwd.hpp
miathedev/BoostForArduino
919621dcd0c157094bed4df752b583ba6ea6409e
[ "BSL-1.0" ]
4
2019-05-28T21:06:37.000Z
2021-07-06T03:06:52.000Z
#include <boost/numeric/ublas/fwd.hpp>
19.5
38
0.769231
miathedev
d37668c5c67a86224709a7f9157c3b17028e6c1d
829
cpp
C++
Intro_a_C++/codcad-5-questao01.cpp
taylorkcantalice/intro_a_programacao
141e33f0b6cc227a4cc7b75701b603fcf53e2378
[ "MIT" ]
null
null
null
Intro_a_C++/codcad-5-questao01.cpp
taylorkcantalice/intro_a_programacao
141e33f0b6cc227a4cc7b75701b603fcf53e2378
[ "MIT" ]
null
null
null
Intro_a_C++/codcad-5-questao01.cpp
taylorkcantalice/intro_a_programacao
141e33f0b6cc227a4cc7b75701b603fcf53e2378
[ "MIT" ]
null
null
null
/** ============================================================================ Nome : codcad-5-questao01.cpp Autor : Taylor Klaus Cantalice Nobrega - 20200004268 (UFPB) Versao : 1.0 Copyright : Your copyright notice Descricao : Titulo ================================================================...
20.725
77
0.349819
taylorkcantalice
c96b1fd93b62c37e2aac83768642b471e45b5e59
2,820
cpp
C++
src/SharpProj/CoordinateReferenceSystemInfo.cpp
AmpScm/ProjSharp
d112527174a3e5f9864b9f94e12c288322a5765e
[ "Apache-2.0" ]
5
2021-02-15T13:56:34.000Z
2022-03-22T10:49:01.000Z
src/SharpProj/CoordinateReferenceSystemInfo.cpp
AmpScm/SharpProj
ab16164635930d357bcbc81b8bd71d308b6b105e
[ "Apache-2.0" ]
9
2021-03-05T15:32:58.000Z
2022-02-24T08:44:16.000Z
src/SharpProj/CoordinateReferenceSystemInfo.cpp
FObermaier/SharpProj
d112527174a3e5f9864b9f94e12c288322a5765e
[ "Apache-2.0" ]
4
2021-02-16T12:41:54.000Z
2022-02-25T09:34:22.000Z
#include "pch.h" #include "ProjObject.h" #include "CoordinateReferenceSystem.h" #include "CoordinateReferenceSystemInfo.h" private ref class CRSComparer : System::Collections::Generic::IComparer<CoordinateReferenceSystemInfo^> { public: // Inherited via IComparer virtual int Compare(SharpProj::Proj::CoordinateRefere...
26.857143
138
0.746454
AmpScm
c96c3f49204bcdb41a405d09d5fc5ffe1e4bb7a0
410
hxx
C++
src/ast/var-dec.hxx
MrMaDGaME/Tiger
f31f73cd386b3ccb3e02abe7b23a3de09d70bd0f
[ "MIT" ]
null
null
null
src/ast/var-dec.hxx
MrMaDGaME/Tiger
f31f73cd386b3ccb3e02abe7b23a3de09d70bd0f
[ "MIT" ]
null
null
null
src/ast/var-dec.hxx
MrMaDGaME/Tiger
f31f73cd386b3ccb3e02abe7b23a3de09d70bd0f
[ "MIT" ]
null
null
null
/** ** \file ast/var-dec.hxx ** \brief Inline methods of ast::VarDec. */ #pragma once #include <ast/var-dec.hh> namespace ast { inline const NameTy* VarDec::type_name_get() const { return type_name_; } inline NameTy* VarDec::type_name_get() { return type_name_; } inline const Exp* VarDec::init_get() const...
20.5
75
0.680488
MrMaDGaME
c96ce84afd4912c40842e1083dc762d863fa5b35
2,429
cc
C++
chromecast/crash/linux/crash_uploader.cc
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
575
2015-06-18T23:58:20.000Z
2022-03-23T09:32:39.000Z
chromecast/crash/linux/crash_uploader.cc
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
113
2015-05-04T09:58:14.000Z
2022-01-31T19:35:03.000Z
chromecast/crash/linux/crash_uploader.cc
DamieFC/chromium
54ce2d3c77723697efd22cfdb02aea38f9dfa25c
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
52
2015-07-14T10:40:50.000Z
2022-03-15T01:11:49.000Z
// Copyright 2016 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 <sys/resource.h> #include <memory> #include <utility> #include "base/at_exit.h" #include "base/bind.h" #include "base/command_line.h" #include ...
32.824324
77
0.751338
mghgroup
c96cee3eba689d43bbd8a0995b96497062a7ed47
1,188
cpp
C++
hashtable.cpp
AbhinavDutta/syncmer
38c67e858143b12ea44817d581607703738aabd0
[ "MIT" ]
3
2020-10-01T12:47:06.000Z
2021-02-10T19:51:33.000Z
hashtable.cpp
AbhinavDutta/syncmer
38c67e858143b12ea44817d581607703738aabd0
[ "MIT" ]
null
null
null
hashtable.cpp
AbhinavDutta/syncmer
38c67e858143b12ea44817d581607703738aabd0
[ "MIT" ]
2
2020-10-09T08:42:18.000Z
2021-04-12T10:12:52.000Z
#include "myutils.h" #include "syncmerindex.h" #include "alpha.h" void SyncmerIndex::CountPlus() { asserta(m_PlusCounts == 0); m_PlusCounts = myalloc(byte, m_SlotCount); zero(m_PlusCounts, m_SlotCount); const uint K = GetKmerCount(); for (uint SeqPos = 0; SeqPos < K; ++SeqPos) { if (IsSyncmer(S...
21.6
48
0.635522
AbhinavDutta
c9716b287ca13a6b2409202474074533a40e2a67
1,924
cpp
C++
engine/game/helpers/CallbackObject.cpp
ClayHanson/B4v21-Public-Repo
c812aa7bf2ecb267e02969c85f0c9c2a29be0d28
[ "MIT" ]
1
2020-08-18T19:45:34.000Z
2020-08-18T19:45:34.000Z
engine/game/helpers/CallbackObject.cpp
ClayHanson/B4v21-Launcher-Public-Repo
c812aa7bf2ecb267e02969c85f0c9c2a29be0d28
[ "MIT" ]
null
null
null
engine/game/helpers/CallbackObject.cpp
ClayHanson/B4v21-Launcher-Public-Repo
c812aa7bf2ecb267e02969c85f0c9c2a29be0d28
[ "MIT" ]
null
null
null
#include "game/helpers/CallbackObject.h" IMPLEMENT_CONOBJECT(CallbackObject); //---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- CallbackOb...
32.066667
228
0.43763
ClayHanson
c9733107b5e38a4e2d9d2844d3d99970e480bd54
6,744
hpp
C++
deps/src/boost_1_65_1/boost/numeric/odeint/iterator/n_step_iterator.hpp
shreyasvj25/turicreate
32e84ca16aef8d04aff3d49ae9984bd49326bffd
[ "BSD-3-Clause" ]
11,356
2017-12-08T19:42:32.000Z
2022-03-31T16:55:25.000Z
deps/src/boost_1_65_1/boost/numeric/odeint/iterator/n_step_iterator.hpp
shreyasvj25/turicreate
32e84ca16aef8d04aff3d49ae9984bd49326bffd
[ "BSD-3-Clause" ]
2,402
2017-12-08T22:31:01.000Z
2022-03-28T19:25:52.000Z
deps/src/boost_1_65_1/boost/numeric/odeint/iterator/n_step_iterator.hpp
shreyasvj25/turicreate
32e84ca16aef8d04aff3d49ae9984bd49326bffd
[ "BSD-3-Clause" ]
1,343
2017-12-08T19:47:19.000Z
2022-03-26T11:31:36.000Z
/* [auto_generated] boost/numeric/odeint/iterator/n_step_iterator.hpp [begin_description] Iterator for iterating through the solution of an ODE with constant step size performing exactly n steps. [end_description] Copyright 2009-2013 Karsten Ahnert Copyright 2009-2013 Mario Mulansky Distributed under the Bo...
39.905325
202
0.684757
shreyasvj25
c97332498ccd07583227ed9ca41e9db365b90297
5,760
cpp
C++
src/custom/impl/param.cpp
Olalaye/MegEngine
695d24f24517536e6544b07936d189dbc031bbce
[ "Apache-2.0" ]
5,168
2020-03-19T06:10:04.000Z
2022-03-31T11:11:54.000Z
src/custom/impl/param.cpp
Olalaye/MegEngine
695d24f24517536e6544b07936d189dbc031bbce
[ "Apache-2.0" ]
286
2020-03-25T01:36:23.000Z
2022-03-31T10:26:33.000Z
src/custom/impl/param.cpp
Olalaye/MegEngine
695d24f24517536e6544b07936d189dbc031bbce
[ "Apache-2.0" ]
515
2020-03-19T06:10:05.000Z
2022-03-30T09:15:59.000Z
/** * \file src/custom/impl/param.cpp * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") * * Copyright (c) 2014-2021 Megvii Inc. All rights reserved. * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" ...
30.315789
89
0.648958
Olalaye
c973846e06c6fb3bd8684ac920902619a14478ad
3,469
cpp
C++
nwol/label.cpp
asm128/nwol
a28d6df356bec817393adcd2e6573a65841832e2
[ "MIT" ]
3
2017-06-05T13:49:43.000Z
2017-06-19T22:31:58.000Z
nwol/label.cpp
asm128/nwol
a28d6df356bec817393adcd2e6573a65841832e2
[ "MIT" ]
1
2017-06-19T12:36:46.000Z
2017-06-30T22:34:06.000Z
nwol/label.cpp
asm128/nwol
a28d6df356bec817393adcd2e6573a65841832e2
[ "MIT" ]
null
null
null
/// Copyright 2016-2017 - asm128 //#pragma warning(disable:4005) #include "nwol_label.h" #include "nwol_label_manager.h" #include "stype.h" #include <string> //------------------------------------------------------------------- gsyslabel -------------------------------------------------------------------------------...
51.014706
201
0.586913
asm128
c974dc64623b9ddae78acb9d3b4c44b9bc5a6355
1,543
hpp
C++
plugins/d3d9/include/sge/d3d9/texture/planar.hpp
cpreh/spacegameengine
313a1c34160b42a5135f8223ffaa3a31bc075a01
[ "BSL-1.0" ]
2
2016-01-27T13:18:14.000Z
2018-05-11T01:11:32.000Z
plugins/d3d9/include/sge/d3d9/texture/planar.hpp
cpreh/spacegameengine
313a1c34160b42a5135f8223ffaa3a31bc075a01
[ "BSL-1.0" ]
null
null
null
plugins/d3d9/include/sge/d3d9/texture/planar.hpp
cpreh/spacegameengine
313a1c34160b42a5135f8223ffaa3a31bc075a01
[ "BSL-1.0" ]
3
2018-05-11T01:11:34.000Z
2021-04-24T19:47:45.000Z
// Copyright Carl Philipp Reh 2006 - 2019. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #ifndef SGE_D3D9_TEXTURE_PLANAR_HPP_INCLUDED #define SGE_D3D9_TEXTURE_PLANAR_HPP_INCLUDED #include...
26.603448
89
0.751782
cpreh
c97ab7aaeacb44c4bf54b7b2431f33a7c07d7a2f
2,359
cpp
C++
Lab-Assignments/Data-Structure-Lab/Assignment-8/Question-5.cpp
Hics0000/Console-Based-Cpp-Programs
6a7658a302d19b9d623ff7c5de5bc456c2d5ab69
[ "MIT" ]
null
null
null
Lab-Assignments/Data-Structure-Lab/Assignment-8/Question-5.cpp
Hics0000/Console-Based-Cpp-Programs
6a7658a302d19b9d623ff7c5de5bc456c2d5ab69
[ "MIT" ]
1
2021-10-05T17:00:52.000Z
2021-10-05T17:00:52.000Z
Lab-Assignments/Data-Structure-Lab/Assignment-8/Question-5.cpp
Hics0000/Console-Based-Cpp-Programs
6a7658a302d19b9d623ff7c5de5bc456c2d5ab69
[ "MIT" ]
7
2021-06-13T08:15:26.000Z
2021-10-05T17:02:10.000Z
#include <bits/stdc++.h> #include <climits> using namespace std; void swap(int *x, int *y); class MinHeap { int *harr; int capacity; int heap_size; public: MinHeap(int capacity); void MinHeapify(int); int parent(int i) { return (i - 1) / 2; } int left(int i) { return (2 * i + 1); } ...
16.268966
63
0.50106
Hics0000
c97b3c821773dee94f10dd4361d672edbe6199ad
35,387
cpp
C++
Source/AllProjects/Drivers/IR/USBUIRT/USBUIRTS_DriverImpl.cpp
DeanRoddey/CQC
3c494db7cf89c6ba73c2c1bd9327b7a8d061072a
[ "MIT" ]
51
2020-12-26T18:17:16.000Z
2022-03-15T04:29:35.000Z
Source/AllProjects/Drivers/IR/USBUIRT/USBUIRTS_DriverImpl.cpp
DeanRoddey/CQC
3c494db7cf89c6ba73c2c1bd9327b7a8d061072a
[ "MIT" ]
null
null
null
Source/AllProjects/Drivers/IR/USBUIRT/USBUIRTS_DriverImpl.cpp
DeanRoddey/CQC
3c494db7cf89c6ba73c2c1bd9327b7a8d061072a
[ "MIT" ]
4
2020-12-28T07:24:39.000Z
2021-12-29T12:09:37.000Z
// // FILE NAME: USBUIRTS_DriverImpl.cpp // // AUTHOR: Dean Roddey // // CREATED: 09/12/2003 // // COPYRIGHT: Charmed Quark Systems, Ltd @ 2020 // // This software is copyrighted by 'Charmed Quark Systems, Ltd' and // the author (Dean Roddey.) It is licensed under the MIT Open Source // license: // // https://ope...
28.934587
85
0.574137
DeanRoddey
c97c9a5cc4291dae894effa8b9782c4ea2d12dd5
483
cpp
C++
Source/KInk/Private/Hangar/Lifesteal.cpp
DanySpin97/KInk
e9f65cfe20aab39a09467bf8e96e0cc06697a29f
[ "MIT" ]
4
2016-11-30T04:39:51.000Z
2018-06-29T06:38:27.000Z
Source/KInk/Private/Hangar/Lifesteal.cpp
DanySpin97/KInk
e9f65cfe20aab39a09467bf8e96e0cc06697a29f
[ "MIT" ]
null
null
null
Source/KInk/Private/Hangar/Lifesteal.cpp
DanySpin97/KInk
e9f65cfe20aab39a09467bf8e96e0cc06697a29f
[ "MIT" ]
null
null
null
// Copyright (c) 2016 WiseDragonStd #include "KInk.h" #include "Lifesteal.h" ALifesteal::ALifesteal() { Weapon = EWeapon::WFireGun; } void ALifesteal::ActivatePowerUp() { Super::ActivatePowerUp(); Cast<ACustomPlayerState>(GetWorld()->GetFirstPlayerController()->PlayerState)->Lifesteal += LifestealAdded; } void A...
23
108
0.761905
DanySpin97
c981f5818431a97aad440abe3d029195e7cb5872
4,395
cpp
C++
src/solidity-frontend/pattern_check.cpp
maktheus/esbmc
26c2a1e9e45f737e8423aaa1a2cadbc832d17fbe
[ "BSD-3-Clause" ]
null
null
null
src/solidity-frontend/pattern_check.cpp
maktheus/esbmc
26c2a1e9e45f737e8423aaa1a2cadbc832d17fbe
[ "BSD-3-Clause" ]
null
null
null
src/solidity-frontend/pattern_check.cpp
maktheus/esbmc
26c2a1e9e45f737e8423aaa1a2cadbc832d17fbe
[ "BSD-3-Clause" ]
null
null
null
#include <solidity-frontend/pattern_check.h> #include <stdlib.h> pattern_checker::pattern_checker( const nlohmann::json &_ast_nodes, const std::string &_target_func, const messaget &msg) : ast_nodes(_ast_nodes), target_func(_target_func), msg(msg) { } bool pattern_checker::do_pattern_check() { // TODO: add ...
31.847826
105
0.636633
maktheus
c98408bf2920f46c134c379826dc10e57f1d109a
152
hpp
C++
higan/processor/arm/disassembler.hpp
ameer-bauer/higan-097
a4a28968173ead8251cfa7cd6b5bf963ee68308f
[ "Info-ZIP" ]
3
2016-03-23T01:17:36.000Z
2019-10-25T06:41:09.000Z
higan/processor/arm/disassembler.hpp
ameer-bauer/higan-097
a4a28968173ead8251cfa7cd6b5bf963ee68308f
[ "Info-ZIP" ]
null
null
null
higan/processor/arm/disassembler.hpp
ameer-bauer/higan-097
a4a28968173ead8251cfa7cd6b5bf963ee68308f
[ "Info-ZIP" ]
null
null
null
auto disassemble_arm_instruction(uint32 pc) -> string; auto disassemble_thumb_instruction(uint32 pc) -> string; auto disassemble_registers() -> string;
38
56
0.809211
ameer-bauer
c9871c91855e4eb966b8fe3d07a7362f569b0aed
594
hpp
C++
include/depthai/common/CameraBoardSocket.hpp
SpectacularAI/depthai-core
7516ca0d179c5f0769ecdab0020ac3a6de09cab9
[ "MIT" ]
null
null
null
include/depthai/common/CameraBoardSocket.hpp
SpectacularAI/depthai-core
7516ca0d179c5f0769ecdab0020ac3a6de09cab9
[ "MIT" ]
null
null
null
include/depthai/common/CameraBoardSocket.hpp
SpectacularAI/depthai-core
7516ca0d179c5f0769ecdab0020ac3a6de09cab9
[ "MIT" ]
null
null
null
#pragma once #include <ostream> #include "depthai-shared/common/CameraBoardSocket.hpp" namespace dai { inline std::ostream& operator<<(std::ostream& out, const CameraBoardSocket& socket) { switch(socket) { case CameraBoardSocket::AUTO: out << "AUTO"; break; case CameraBoa...
22
85
0.552189
SpectacularAI
c98921e4c917408cb2305561d730e9d24c06342c
233
cpp
C++
cplusplus/cplusplus/main.cpp
youshihou/art
7921dd58d303baef12de1558dace342e3dcdb924
[ "MIT" ]
null
null
null
cplusplus/cplusplus/main.cpp
youshihou/art
7921dd58d303baef12de1558dace342e3dcdb924
[ "MIT" ]
null
null
null
cplusplus/cplusplus/main.cpp
youshihou/art
7921dd58d303baef12de1558dace342e3dcdb924
[ "MIT" ]
null
null
null
// // main.cpp // cplusplus-learning // // Created by Ankui on 6/12/20. // Copyright © 2020 Ankui. All rights reserved. // #include <iostream> using namespace std; int main(int argc, const char * argv[]) { return 0; }
14.5625
48
0.626609
youshihou
c98922f898ddda43aa5c1b282d9c5446d1b9e7ff
2,562
cpp
C++
src/software/geom/spline.cpp
matthewberends/Software
4681c7cffc9c1ca8f739ea692daffc490a8c1910
[ "MIT" ]
null
null
null
src/software/geom/spline.cpp
matthewberends/Software
4681c7cffc9c1ca8f739ea692daffc490a8c1910
[ "MIT" ]
null
null
null
src/software/geom/spline.cpp
matthewberends/Software
4681c7cffc9c1ca8f739ea692daffc490a8c1910
[ "MIT" ]
null
null
null
#include "software/geom/spline.h" Spline::Spline(const std::vector<Point>& points) : knots(points) { initLinearSegments(points); } Spline::Spline(const std::initializer_list<Point>& points) : knots(points) { initLinearSegments(points); } Point Spline::valueAt(double val) const { if (val < 0.0 || val > 1....
27.548387
90
0.546838
matthewberends
c98b00bb80bfbf6b9c21c3faa781990cf2d19139
7,081
cpp
C++
IGC/VectorCompiler/unittests/SPIRVConversions/SPIRVConversionsTest.cpp
kurapov-peter/intel-graphics-compiler
98f7c938df0617912288385d243d6918135f0713
[ "Intel", "MIT" ]
440
2018-01-30T00:43:22.000Z
2022-03-24T17:28:37.000Z
IGC/VectorCompiler/unittests/SPIRVConversions/SPIRVConversionsTest.cpp
kurapov-peter/intel-graphics-compiler
98f7c938df0617912288385d243d6918135f0713
[ "Intel", "MIT" ]
225
2018-02-02T03:10:47.000Z
2022-03-31T10:50:37.000Z
IGC/VectorCompiler/unittests/SPIRVConversions/SPIRVConversionsTest.cpp
kurapov-peter/intel-graphics-compiler
98f7c938df0617912288385d243d6918135f0713
[ "Intel", "MIT" ]
138
2018-01-30T08:15:11.000Z
2022-03-22T14:16:39.000Z
/*========================== begin_copyright_notice ============================ Copyright (C) 2019-2021 Intel Corporation SPDX-License-Identifier: MIT ============================= end_copyright_notice ===========================*/ #include "llvm/ADT/StringRef.h" #include "llvm/GenXIntrinsics/GenXIntrinsics.h" #in...
29.627615
80
0.622511
kurapov-peter
c993af02c107507b647798e639984858881faf6c
7,444
cpp
C++
Sources/Elastos/Frameworks/Droid/Support/V4/src/elastos/droid/support/v4/view/MotionEventCompat.cpp
jingcao80/Elastos
d0f39852356bdaf3a1234743b86364493a0441bc
[ "Apache-2.0" ]
7
2017-07-13T10:34:54.000Z
2021-04-16T05:40:35.000Z
Sources/Elastos/Frameworks/Droid/Support/V4/src/elastos/droid/support/v4/view/MotionEventCompat.cpp
jingcao80/Elastos
d0f39852356bdaf3a1234743b86364493a0441bc
[ "Apache-2.0" ]
null
null
null
Sources/Elastos/Frameworks/Droid/Support/V4/src/elastos/droid/support/v4/view/MotionEventCompat.cpp
jingcao80/Elastos
d0f39852356bdaf3a1234743b86364493a0441bc
[ "Apache-2.0" ]
9
2017-07-13T12:33:20.000Z
2021-06-19T02:46:48.000Z
//========================================================================= // Copyright (C) 2012 The Elastos Open Source Project // // 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 // // ...
29.895582
100
0.635411
jingcao80
c995886ef90dfe5fec483adb02c06dde94ecedd9
4,750
cpp
C++
src/solutions/untexturedobjects/gl/drawloop.cpp
michaelmarks/apitest
d252e949f82cc005d2cb443de9d08bb8d984cabc
[ "Unlicense" ]
172
2015-01-05T15:36:14.000Z
2022-03-11T10:57:23.000Z
src/solutions/untexturedobjects/gl/drawloop.cpp
michaelmarks/apitest
d252e949f82cc005d2cb443de9d08bb8d984cabc
[ "Unlicense" ]
19
2015-02-19T00:48:36.000Z
2020-02-21T01:23:26.000Z
src/solutions/untexturedobjects/gl/drawloop.cpp
michaelmarks/apitest
d252e949f82cc005d2cb443de9d08bb8d984cabc
[ "Unlicense" ]
28
2015-01-08T12:16:18.000Z
2020-05-30T18:07:36.000Z
#include "pch.h" #include "drawloop.h" #include "framework/gfx_gl.h" // -------------------------------------------------------------------------------------------------------------------- // -------------------------------------------------------------------------------------------------------------------- // ------...
37.698413
153
0.584632
michaelmarks
c99a63623f4ce3fa4894067ee5b48bfac0f876d4
555
cc
C++
simctty/main_web.cc
skip2/simctty
0de7a58f77a14367361637601816bf6c657f96a2
[ "MIT" ]
4
2016-10-01T00:13:13.000Z
2020-06-10T10:09:56.000Z
simctty/main_web.cc
skip2/simctty
0de7a58f77a14367361637601816bf6c657f96a2
[ "MIT" ]
null
null
null
simctty/main_web.cc
skip2/simctty
0de7a58f77a14367361637601816bf6c657f96a2
[ "MIT" ]
null
null
null
#include <stdio.h> #include "simctty/system.h" int main(int argc, char** argv) { System system; uint64 cycle_count = 0; const uint64 cycles_per_iteration = 20000000 / 1000; fprintf(stdout, "Running\n"); if (!system.LoadImageFile("vmlinux.bin", 0x100)) { fprintf(stderr, "Unable to load image\n"); ...
19.821429
54
0.654054
skip2
c99c85a7c469b6f6329eacc2be26f3cb09a856ee
928
cpp
C++
src/videowidget.cpp
radzevich/VSPlayer
b645589460cfc0ca4e5eae6ad4b0b1c1d4fc5c87
[ "Apache-2.0" ]
1
2020-07-07T01:41:22.000Z
2020-07-07T01:41:22.000Z
src/videowidget.cpp
radzevich/VSPlayer
b645589460cfc0ca4e5eae6ad4b0b1c1d4fc5c87
[ "Apache-2.0" ]
null
null
null
src/videowidget.cpp
radzevich/VSPlayer
b645589460cfc0ca4e5eae6ad4b0b1c1d4fc5c87
[ "Apache-2.0" ]
null
null
null
#include "videowidget.h" #include <QMouseEvent> VideoWidget::VideoWidget(QWidget *parent) : QVideoWidget(parent) { setSizePolicy(QSizePolicy::Ignored, QSizePolicy::Ignored); QPalette p = palette(); p.setColor(QPalette::Window, Qt::black); setPalette(p); setAttribute(Qt::WA_OpaquePaintEvent);...
23.2
83
0.665948
radzevich
c99ffecc9ddb304c52d3daa18a88de9186d05572
371
hpp
C++
source/ioc/PSCSup/ao.hpp
binp-dev/ferrite
1b9b7d1d4915c6c900728b8e1710052b9768d45e
[ "MIT" ]
null
null
null
source/ioc/PSCSup/ao.hpp
binp-dev/ferrite
1b9b7d1d4915c6c900728b8e1710052b9768d45e
[ "MIT" ]
null
null
null
source/ioc/PSCSup/ao.hpp
binp-dev/ferrite
1b9b7d1d4915c6c900728b8e1710052b9768d45e
[ "MIT" ]
null
null
null
#pragma once #include <aoRecord.h> #include "value.hpp" #include <record/value.hpp> class AoRecord final : public EpicsOutputValueRecord<int32_t, aoRecord>, public virtual OutputValueRecord<int32_t> { public: inline explicit AoRecord(aoRecord *raw) : EpicsOutputValueRecord<int32_t, aoRecord>(raw) {} [[nodi...
24.733333
116
0.754717
binp-dev
c9a3c9c6d12ee0a8736938d745cc99dfc6b4809c
4,217
cpp
C++
B4860-V6/b4860-v6.si4project/Backup/hub(3044).cpp
miaopei/B4860-test
a1a38f6ed80594e6d3090939e4bf3df4e1bdad25
[ "MIT" ]
null
null
null
B4860-V6/b4860-v6.si4project/Backup/hub(3044).cpp
miaopei/B4860-test
a1a38f6ed80594e6d3090939e4bf3df4e1bdad25
[ "MIT" ]
null
null
null
B4860-V6/b4860-v6.si4project/Backup/hub(3044).cpp
miaopei/B4860-test
a1a38f6ed80594e6d3090939e4bf3df4e1bdad25
[ "MIT" ]
null
null
null
/************************************************************************* > File Name: hub_client.cpp > Author: miaopei > Mail: miaopei@baicells.com > Created Time: 2020年02月12日 星期三 11时16分50秒 ************************************************************************/ #include <iostream> #include <string.h> #inclu...
29.284722
102
0.553711
miaopei
c9a782c1fe1c1af5b9627e30bd010014d0854c75
443
cpp
C++
src/backends/sdl/system/event/wait.cpp
freundlich/libawl
0d51f388a6b662373058cb51a24ef25ed826fa0f
[ "BSL-1.0" ]
null
null
null
src/backends/sdl/system/event/wait.cpp
freundlich/libawl
0d51f388a6b662373058cb51a24ef25ed826fa0f
[ "BSL-1.0" ]
null
null
null
src/backends/sdl/system/event/wait.cpp
freundlich/libawl
0d51f388a6b662373058cb51a24ef25ed826fa0f
[ "BSL-1.0" ]
null
null
null
#include <awl/backends/sdl/exception.hpp> #include <awl/backends/sdl/system/event/wait.hpp> #include <fcppt/text.hpp> #include <fcppt/config/external_begin.hpp> #include <SDL_events.h> #include <fcppt/config/external_end.hpp> SDL_Event awl::backends::sdl::system::event::wait() { SDL_Event result; if (SDL_WaitEven...
23.315789
77
0.724605
freundlich
c9a97d9e835fd97a63f4622a646a0355d279fd56
4,660
cpp
C++
app/lib/gt_core/src/trainer.cpp
my-repositories/GameTrainer
fd307e0bd6e0ef74e8b3195ad6394c71e2fac555
[ "MIT" ]
3
2018-10-11T13:37:42.000Z
2021-03-23T21:54:02.000Z
app/lib/gt_core/src/trainer.cpp
my-repositories/GameTrainer
fd307e0bd6e0ef74e8b3195ad6394c71e2fac555
[ "MIT" ]
null
null
null
app/lib/gt_core/src/trainer.cpp
my-repositories/GameTrainer
fd307e0bd6e0ef74e8b3195ad6394c71e2fac555
[ "MIT" ]
null
null
null
#include <gt_core/trainer.hpp> #include <gt_os/window-finder.hpp> #include <gt_os/window-enumerator.hpp> namespace gt::core { Trainer::Trainer(std::string&& trainerTitle, os::OsApi *osApi) : title(trainerTitle) { os::setConsoleTitle(this->title.c_str()); this->osApi = osApi; } Trainer::~Trainer() = defaul...
28.072289
77
0.583262
my-repositories
c9ac6d0aff5e734df80b8d02b9bc3dad3e1b610a
1,308
cpp
C++
src/main.cpp
ithamsteri/homework_05
713cb2558bd66fbbbaea656d96f430ed3be0551a
[ "MIT" ]
null
null
null
src/main.cpp
ithamsteri/homework_05
713cb2558bd66fbbbaea656d96f430ed3be0551a
[ "MIT" ]
2
2018-09-22T13:27:08.000Z
2018-10-16T16:42:52.000Z
src/main.cpp
ithamsteri/homework_05
713cb2558bd66fbbbaea656d96f430ed3be0551a
[ "MIT" ]
null
null
null
#include "DocumentController.h" #include "DocumentModel.h" #include "DocumentView.h" #include "storages/SVG_Storage.h" #include <iostream> #include <string> int main(int, char *[]) { // *************************** // * Setup MVC components * // *************************** DocumentModel model; Do...
33.538462
91
0.560398
ithamsteri
c9af0bc0a6b59a70ac6d8389b7936f9559638e00
212
cpp
C++
chapter-7/7.39.cpp
zero4drift/Cpp-Primer-5th-Exercises
d3d0f0d228e8c2c5a3b3fe1fd03ce34e0894e93f
[ "MIT" ]
null
null
null
chapter-7/7.39.cpp
zero4drift/Cpp-Primer-5th-Exercises
d3d0f0d228e8c2c5a3b3fe1fd03ce34e0894e93f
[ "MIT" ]
null
null
null
chapter-7/7.39.cpp
zero4drift/Cpp-Primer-5th-Exercises
d3d0f0d228e8c2c5a3b3fe1fd03ce34e0894e93f
[ "MIT" ]
null
null
null
// Illegal // it will introduce a ambiguous-like call, when there is a statememt trying to define a object of Sales_data class type but without arguments, compiler does not know which one is better to be called.
70.666667
200
0.787736
zero4drift
c9b0645c63044fa0174cbf257e6a4a1e32bf15df
1,152
cpp
C++
Codeforces Round #303 (Div. 2)/B. Equidistant String/B. Equidistant String/main.cpp
anirudha-ani/Codeforces
6c7f64257939d44b1c2ec9dd202f1c9f899f1cad
[ "Apache-2.0" ]
null
null
null
Codeforces Round #303 (Div. 2)/B. Equidistant String/B. Equidistant String/main.cpp
anirudha-ani/Codeforces
6c7f64257939d44b1c2ec9dd202f1c9f899f1cad
[ "Apache-2.0" ]
null
null
null
Codeforces Round #303 (Div. 2)/B. Equidistant String/B. Equidistant String/main.cpp
anirudha-ani/Codeforces
6c7f64257939d44b1c2ec9dd202f1c9f899f1cad
[ "Apache-2.0" ]
null
null
null
// // main.cpp // B. Equidistant String // // Created by Anirudha Paul on 5/21/15. // Copyright (c) 2015 Anirudha Paul. All rights reserved. // #include <iostream> #include <cstdio> #include <string> using namespace std; int main(int argc, const char * argv[]) { string first ; string second ; c...
16.695652
58
0.422743
anirudha-ani
c9b1b9994010f3e31021925d781504d7a507db83
2,813
hpp
C++
include/lz_end_toolkit/construct_lcp.hpp
dkempa/lz-end-toolkit
d0a0bd0fd3ec6adc1df198190d588fbaa8ae7496
[ "MIT" ]
1
2021-06-24T07:27:41.000Z
2021-06-24T07:27:41.000Z
include/lz_end_toolkit/construct_lcp.hpp
dkempa/lz-end-toolkit
d0a0bd0fd3ec6adc1df198190d588fbaa8ae7496
[ "MIT" ]
null
null
null
include/lz_end_toolkit/construct_lcp.hpp
dkempa/lz-end-toolkit
d0a0bd0fd3ec6adc1df198190d588fbaa8ae7496
[ "MIT" ]
null
null
null
/** * @file construct_lcp.hpp * @section LICENCE * * This file is part of LZ-End Toolkit v0.1.0 * See: https://github.com/dominikkempa/lz-end-toolkit * * Published in: * Dominik Kempa and Dmitry Kosolobov: * LZ-End Parsing in Compressed Space. * Data Compression Conference (DCC), IEEE, 2017. * * Co...
29.925532
72
0.697476
dkempa
c9b2936735b10c9b2c937d3d48b25bb37c81c1c8
19,805
cpp
C++
modules/radicon_helios/d_radicon_helios_trigger.cpp
nbeaver/mx-trunk
8f9305f42cc5b12b77ba0354680bb317d779165d
[ "X11", "MIT" ]
null
null
null
modules/radicon_helios/d_radicon_helios_trigger.cpp
nbeaver/mx-trunk
8f9305f42cc5b12b77ba0354680bb317d779165d
[ "X11", "MIT" ]
null
null
null
modules/radicon_helios/d_radicon_helios_trigger.cpp
nbeaver/mx-trunk
8f9305f42cc5b12b77ba0354680bb317d779165d
[ "X11", "MIT" ]
2
2016-11-21T05:10:10.000Z
2019-11-14T11:35:45.000Z
/* * Name: d_radicon_helios_trigger.c * * Purpose: MX pulse generator driver to generate a trigger pulse for the * Radicon Helios detectors using the Pleora iPORT PLC. * * Author: William Lavender * *------------------------------------------------------------------------ * * Copyright 2011 Illin...
28.092199
75
0.731532
nbeaver
c9b81cd331ad5210896565bec4cb1c7dbf932421
9,011
hpp
C++
console/src/boost_1_78_0/libs/interprocess/test/named_condition_test_helpers.hpp
vany152/FilesHash
39f282807b7f1abc56dac389e8259ee3bb557a8d
[ "MIT" ]
1
2019-10-27T21:15:52.000Z
2019-10-27T21:15:52.000Z
console/src/boost_1_78_0/libs/interprocess/test/named_condition_test_helpers.hpp
vany152/FilesHash
39f282807b7f1abc56dac389e8259ee3bb557a8d
[ "MIT" ]
null
null
null
console/src/boost_1_78_0/libs/interprocess/test/named_condition_test_helpers.hpp
vany152/FilesHash
39f282807b7f1abc56dac389e8259ee3bb557a8d
[ "MIT" ]
1
2021-08-24T08:49:34.000Z
2021-08-24T08:49:34.000Z
////////////////////////////////////////////////////////////////////////////// // // (C) Copyright Ion Gaztanaga 2021-2021. 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/interpr...
32.767273
98
0.72356
vany152
c9ba58d381284e7e4438af2d088127afbc94aa8f
6,191
cc
C++
tensorflow/core/kernels/remote_fused_graph_execute_utils_test.cc
Dashhh/tensorflow
1708b92bb923e420d746a56baafc7d4ddcd5e05e
[ "Apache-2.0" ]
5
2017-10-02T05:56:47.000Z
2022-03-25T04:31:19.000Z
tensorflow/core/kernels/remote_fused_graph_execute_utils_test.cc
Dashhh/tensorflow
1708b92bb923e420d746a56baafc7d4ddcd5e05e
[ "Apache-2.0" ]
null
null
null
tensorflow/core/kernels/remote_fused_graph_execute_utils_test.cc
Dashhh/tensorflow
1708b92bb923e420d746a56baafc7d4ddcd5e05e
[ "Apache-2.0" ]
8
2016-05-09T15:08:29.000Z
2020-06-11T18:04:52.000Z
/* Copyright 2017 The TensorFlow 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 applicable law or a...
41.831081
80
0.730738
Dashhh
c9bcd662975e6308d22fd1ae527e282d25623673
1,342
cpp
C++
src/All2DEngine/All2D/All2D_Controller.cpp
ldornbusch/All2D_Base
c790293b3030de97f65d62f6617222c42d18fa6a
[ "Apache-2.0" ]
null
null
null
src/All2DEngine/All2D/All2D_Controller.cpp
ldornbusch/All2D_Base
c790293b3030de97f65d62f6617222c42d18fa6a
[ "Apache-2.0" ]
null
null
null
src/All2DEngine/All2D/All2D_Controller.cpp
ldornbusch/All2D_Base
c790293b3030de97f65d62f6617222c42d18fa6a
[ "Apache-2.0" ]
null
null
null
#include "All2D_Controller.h" #include "All2D_System.h" All2D_Controller::All2D_Controller(std::string name) :xContainer("name"){ imgFrameBuffer.resize(All2D_System::fixedX,All2D_System::fixedY); requestLoad(); } All2D_Controller::~All2D_Controller(){ imgFrameBuffer.finish(); } void All2D_Controller::init() {...
23.137931
97
0.586438
ldornbusch
c9c018adb71a3e5f0990a8daad2ab057a02adb3c
3,742
cpp
C++
src/designer/formdesigner/formwindowsettings.cpp
leaderit/ananas-qt4
6830bf5074b316582a38f6bed147a1186dd7cc95
[ "MIT" ]
1
2021-03-16T21:47:41.000Z
2021-03-16T21:47:41.000Z
src/designer/formdesigner/formwindowsettings.cpp
leaderit/ananas-qt4
6830bf5074b316582a38f6bed147a1186dd7cc95
[ "MIT" ]
null
null
null
src/designer/formdesigner/formwindowsettings.cpp
leaderit/ananas-qt4
6830bf5074b316582a38f6bed147a1186dd7cc95
[ "MIT" ]
null
null
null
/**************************************************************************** ** ** Copyright (C) 1992-2006 Trolltech ASA. All rights reserved. ** ** This file is part of the Qt Designer of the Qt Toolkit. ** ** This file may be used under the terms of the GNU General Public ** License version 2.0 as published by the F...
35.980769
111
0.696152
leaderit
c9c1aa4f19e6498de34a61175dd7cf8af1f60929
9,006
cpp
C++
src/sample.cpp
reedacartwright/emdel
58ea9d4db89c4a1852ba5405ef73c2eca6539ce3
[ "MIT" ]
null
null
null
src/sample.cpp
reedacartwright/emdel
58ea9d4db89c4a1852ba5405ef73c2eca6539ce3
[ "MIT" ]
1
2020-12-03T16:50:15.000Z
2021-03-23T22:51:19.000Z
src/sample.cpp
reedacartwright/emdel
58ea9d4db89c4a1852ba5405ef73c2eca6539ce3
[ "MIT" ]
null
null
null
/*************************************************************************** * Copyright (C) 2007 by Reed A. Cartwright * * reed@scit.us * * * * Permiss...
26.333333
109
0.550411
reedacartwright
c9c295d4d2c79c930df838912f575323a9610940
25,283
cpp
C++
sdktools/debuggers/drwatson/ui.cpp
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
sdktools/debuggers/drwatson/ui.cpp
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
sdktools/debuggers/drwatson/ui.cpp
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/*++ Copyright (c) 1993-2002 Microsoft Corporation Module Name: ui.cpp Abstract: This function implements the ui (dialog) that controls the options maintenace for drwatson. Author: Wesley Witt (wesw) 1-May-1993 Environment: User Mode --*/ #include "pch.cpp" vo...
28.796128
114
0.550053
npocmaka
c9c2f6e2229def0108b5fd997e66ce34830c3522
3,625
cpp
C++
tests/cache_performance_test.cpp
gatehouse/cppcms
61da055ffeb349b4eda14bc9ac393af9ce842364
[ "MIT" ]
388
2017-03-01T07:39:21.000Z
2022-03-30T19:38:41.000Z
tests/cache_performance_test.cpp
gatehouse/cppcms
61da055ffeb349b4eda14bc9ac393af9ce842364
[ "MIT" ]
81
2017-03-08T20:28:00.000Z
2022-01-23T08:19:31.000Z
tests/cache_performance_test.cpp
gatehouse/cppcms
61da055ffeb349b4eda14bc9ac393af9ce842364
[ "MIT" ]
127
2017-03-05T21:53:40.000Z
2022-02-25T02:31:01.000Z
/////////////////////////////////////////////////////////////////////////////// // // Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com> // ...
28.769841
139
0.569103
gatehouse
c9c8816e1c7c99169aceff2eb5d3d636528d120d
17,914
cpp
C++
source/tests/suite-utf8-normalize-decompose.cpp
zypeh/utf8rewind
46dd600a4716f80debbe4bbbe4a5b19daf0e2cb2
[ "MIT" ]
5
2021-02-07T08:19:59.000Z
2021-11-18T01:17:01.000Z
source/tests/suite-utf8-normalize-decompose.cpp
zypeh/utf8rewind
46dd600a4716f80debbe4bbbe4a5b19daf0e2cb2
[ "MIT" ]
1
2020-05-25T08:59:35.000Z
2020-05-25T14:59:09.000Z
source/tests/suite-utf8-normalize-decompose.cpp
zypeh/utf8rewind
46dd600a4716f80debbe4bbbe4a5b19daf0e2cb2
[ "MIT" ]
1
2022-03-27T05:53:28.000Z
2022-03-27T05:53:28.000Z
#include "tests-base.hpp" extern "C" { #include "../internal/database.h" }; #include "../helpers/helpers-strings.hpp" TEST(Utf8NormalizeDecompose, BasicLatinSingle) { /* U+007A Y 0 */ const char* i = "z"; size_t is = strlen(i); char o[256] = { 0 }; size_t os = 255; int32_...
26
179
0.621134
zypeh
c9c8abef1d7be380680f741273078e1f0f8070f9
39,784
cpp
C++
admin/wmi/wbem/providers/win32provider/common/session.cpp
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
admin/wmi/wbem/providers/win32provider/common/session.cpp
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
admin/wmi/wbem/providers/win32provider/common/session.cpp
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
//============================================================================= // session.cpp -- implementation of session collection class. // // Copyright (c) 1998-2002 Microsoft Corporation, All Rights Reserved //============================================================================= #include <nt....
26.611371
99
0.48047
npocmaka
c9d45367809e61a9700e32cda325817e9055661f
1,590
cpp
C++
src/RNN.cpp
Lehdari/EvolutionSimulator
432da1c1f5bae389b6e785d1c7e47eca8dca9698
[ "MIT" ]
1
2018-03-22T07:52:03.000Z
2018-03-22T07:52:03.000Z
src/RNN.cpp
Lehdari/EvolutionSimulator
432da1c1f5bae389b6e785d1c7e47eca8dca9698
[ "MIT" ]
null
null
null
src/RNN.cpp
Lehdari/EvolutionSimulator
432da1c1f5bae389b6e785d1c7e47eca8dca9698
[ "MIT" ]
null
null
null
#include "RNN.hpp" #include <cstdio> RNN::RNN(uint64_t nInputs, uint64_t nOutputs, const RNN::Genome& genome) : _nInputs(nInputs), _nOutputs(nOutputs) { for (auto i=0llu; i<_nInputs; ++i) _neurons.emplace_back(); for (auto i=0llu; i<_nOutputs; ++i) _neurons.emplace_back(); for (auto...
20.649351
75
0.579874
Lehdari
c9d46ea4afcdf5148a8dedae4db1fc7153030da7
17,019
cxx
C++
athena/Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimParametrization/src/CaloGeometryLookup.cxx
atif4461/FCS-GPU
181865f55d299287873f99c777aad2ef9404e961
[ "Apache-2.0" ]
2
2022-01-25T20:32:53.000Z
2022-02-16T01:15:47.000Z
athena/Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimParametrization/src/CaloGeometryLookup.cxx
atif4461/FCS-GPU
181865f55d299287873f99c777aad2ef9404e961
[ "Apache-2.0" ]
null
null
null
athena/Simulation/ISF/ISF_FastCaloSim/ISF_FastCaloSimParametrization/src/CaloGeometryLookup.cxx
atif4461/FCS-GPU
181865f55d299287873f99c777aad2ef9404e961
[ "Apache-2.0" ]
1
2022-02-11T15:54:10.000Z
2022-02-11T15:54:10.000Z
/* Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration */ #include "ISF_FastCaloSimParametrization/CaloGeometry.h" #include "ISF_FastCaloSimParametrization/CaloGeometryLookup.h" #include <TTree.h> #include <TVector2.h> #include <TCanvas.h> #include <TH2D.h> #include <TGraphErrors.h> #include <TVe...
38.94508
347
0.660791
atif4461
c9d843e9c2af6209232f2faab470f508eb00895f
1,091
cpp
C++
test/std/utilities/optional/optional.nullopt/nullopt_t.pass.cpp
ontio/libcxx-mirror
4b4f32ea383deb28911f5618126c6ea6c110b5e4
[ "Apache-2.0" ]
null
null
null
test/std/utilities/optional/optional.nullopt/nullopt_t.pass.cpp
ontio/libcxx-mirror
4b4f32ea383deb28911f5618126c6ea6c110b5e4
[ "Apache-2.0" ]
1
2019-04-21T16:53:33.000Z
2019-04-21T17:15:25.000Z
test/std/utilities/optional/optional.nullopt/nullopt_t.pass.cpp
ontio/libcxx-mirror
4b4f32ea383deb28911f5618126c6ea6c110b5e4
[ "Apache-2.0" ]
1
2020-09-09T07:40:32.000Z
2020-09-09T07:40:32.000Z
//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
25.97619
80
0.60495
ontio
c9d8c29878fb20c2e5978416532d330c3f00f6f3
3,982
cc
C++
third_party/sfntly/src/cpp/src/sfntly/tag.cc
wenfeifei/miniblink49
2ed562ff70130485148d94b0e5f4c343da0c2ba4
[ "Apache-2.0" ]
5,964
2016-09-27T03:46:29.000Z
2022-03-31T16:25:27.000Z
third_party/sfntly/src/cpp/src/sfntly/tag.cc
w4454962/miniblink49
b294b6eacb3333659bf7b94d670d96edeeba14c0
[ "Apache-2.0" ]
459
2016-09-29T00:51:38.000Z
2022-03-07T14:37:46.000Z
third_party/sfntly/src/cpp/src/sfntly/tag.cc
w4454962/miniblink49
b294b6eacb3333659bf7b94d670d96edeeba14c0
[ "Apache-2.0" ]
1,006
2016-09-27T05:17:27.000Z
2022-03-30T02:46:51.000Z
/* * Copyright 2011 Google Inc. 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 applic...
35.873874
75
0.566549
wenfeifei
c9d9649a41931432c8737a9bf9cdd88977d0893d
8,608
cpp
C++
test/scenegraph/test_visualization3d.cpp
UCCS-Social-Robotics/libalmath
608475eced68452eb19ef09c46e1916ac597ed88
[ "BSD-3-Clause" ]
4
2016-03-14T20:34:05.000Z
2021-02-14T05:53:00.000Z
test/scenegraph/test_visualization3d.cpp
UCCS-Social-Robotics/libalmath
608475eced68452eb19ef09c46e1916ac597ed88
[ "BSD-3-Clause" ]
1
2021-02-14T05:52:04.000Z
2022-03-16T11:18:20.000Z
test/scenegraph/test_visualization3d.cpp
UCCS-Social-Robotics/libalmath
608475eced68452eb19ef09c46e1916ac597ed88
[ "BSD-3-Clause" ]
9
2017-07-11T16:01:27.000Z
2022-02-13T20:41:05.000Z
/* * Copyright 2015 Aldebaran. All rights reserved. * */ #include <almath/scenegraph/mesh.h> #include <almath/scenegraph/scenebuilder.h> #include <almath/scenegraph/meshfactory.h> #include <almath/scenegraph/colladascenebuilder.h> #include <almath/geometrics/shapes3d.h> #include <gtest/gtest.h> #include <almath/ty...
27.414013
79
0.628369
UCCS-Social-Robotics
c9da357b490cb3140a8ed47c4083cc5336315b16
643
hpp
C++
libs/core/input/include/bksge/core/input/mouse_manager.hpp
myoukaku/bksge
0f8b60e475a3f1709723906e4796b5e60decf06e
[ "MIT" ]
4
2018-06-10T13:35:32.000Z
2021-06-03T14:27:41.000Z
libs/core/input/include/bksge/core/input/mouse_manager.hpp
myoukaku/bksge
0f8b60e475a3f1709723906e4796b5e60decf06e
[ "MIT" ]
566
2017-01-31T05:36:09.000Z
2022-02-09T05:04:37.000Z
libs/core/input/include/bksge/core/input/mouse_manager.hpp
myoukaku/bksge
0f8b60e475a3f1709723906e4796b5e60decf06e
[ "MIT" ]
1
2018-07-05T04:40:53.000Z
2018-07-05T04:40:53.000Z
/** * @file mouse_manager.hpp * * @brief MouseManager の定義 * * @author myoukaku */ #ifndef BKSGE_CORE_INPUT_MOUSE_MANAGER_HPP #define BKSGE_CORE_INPUT_MOUSE_MANAGER_HPP #include <bksge/core/input/config.hpp> #if defined(BKSGE_CORE_INPUT_MOUSE_MANAGER_HEADER) # include BKSGE_CORE_INPUT_MOUSE_MANAG...
20.09375
60
0.752722
myoukaku
c9dd5ff102ed943e0434b9e6f4cd312f826df46d
383
cpp
C++
chapter_07/Replace.cpp
Kevin-Oudai/my_cpp_solutions
a0f5f533ee4825f5b2d88cacc936d80276062ca4
[ "MIT" ]
null
null
null
chapter_07/Replace.cpp
Kevin-Oudai/my_cpp_solutions
a0f5f533ee4825f5b2d88cacc936d80276062ca4
[ "MIT" ]
31
2021-05-14T03:37:24.000Z
2022-03-13T17:38:32.000Z
chapter_07/Replace.cpp
Kevin-Oudai/my_cpp_solutions
a0f5f533ee4825f5b2d88cacc936d80276062ca4
[ "MIT" ]
null
null
null
// Exercise 7.30 - Replace: space with underscore #include <iostream> #include <string> int main() { std::string words; std::cout << "Enter a string: "; std::getline(std::cin, words); for (int i = 0; i < words.length(); i++) { if (words[i] == ' ') { words[i] = '_'; ...
20.157895
49
0.490862
Kevin-Oudai
c9e0330c03136843f0894c5bc81325aa2c21db5a
5,796
cc
C++
components/password_manager/core/browser/field_info_table.cc
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
575
2015-06-18T23:58:20.000Z
2022-03-23T09:32:39.000Z
components/password_manager/core/browser/field_info_table.cc
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
113
2015-05-04T09:58:14.000Z
2022-01-31T19:35:03.000Z
components/password_manager/core/browser/field_info_table.cc
DamieFC/chromium
54ce2d3c77723697efd22cfdb02aea38f9dfa25c
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
52
2015-07-14T10:40:50.000Z
2022-03-15T01:11:49.000Z
// Copyright 2019 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/password_manager/core/browser/field_info_table.h" #include "build/build_config.h" #include "components/autofill/core/common/signatur...
35.127273
80
0.717564
mghgroup
51859ece19ba8031ec7bea4cb8b4b23f38d3f48d
828
hpp
C++
src/komuna/torent/TorentoTexta.hpp
cnsuhao/wortserchilo
2788036dbcd754d68190514dd2df20d691309990
[ "MIT" ]
1
2021-05-12T16:41:47.000Z
2021-05-12T16:41:47.000Z
src/komuna/torent/TorentoTexta.hpp
cnsuhao/wortserchilo
2788036dbcd754d68190514dd2df20d691309990
[ "MIT" ]
null
null
null
src/komuna/torent/TorentoTexta.hpp
cnsuhao/wortserchilo
2788036dbcd754d68190514dd2df20d691309990
[ "MIT" ]
null
null
null
#ifndef KOMUNA_TORENTOTEXTA_HPP #define KOMUNA_TORENTOTEXTA_HPP #include <boost/iostreams/concepts.hpp> #include <boost/iostreams/stream.hpp> #include "../Texto.hpp" #include "../trajtoj/specoj.hpp" #include "../PropraAdres.hpp" class AperatoTexta : public boost::iostreams::device<boost::iostreams::seekable, Texto::A...
33.12
92
0.747585
cnsuhao
51864f1c7716943607744f879263a31620698e3e
4,131
cpp
C++
external/webkit/Source/WebKit/chromium/src/InspectorFrontendClientImpl.cpp
ghsecuritylab/android_platform_sony_nicki
526381be7808e5202d7865aa10303cb5d249388a
[ "Apache-2.0" ]
6
2017-05-31T01:46:45.000Z
2018-06-12T10:53:30.000Z
Source/WebKit/chromium/src/InspectorFrontendClientImpl.cpp
FMSoftCN/mdolphin-core
48ffdcf587a48a7bb4345ae469a45c5b64ffad0e
[ "Apache-2.0" ]
2
2017-07-25T09:37:22.000Z
2017-08-04T07:18:56.000Z
Source/WebKit/chromium/src/InspectorFrontendClientImpl.cpp
FMSoftCN/mdolphin-core
48ffdcf587a48a7bb4345ae469a45c5b64ffad0e
[ "Apache-2.0" ]
2
2017-08-09T09:03:23.000Z
2020-05-26T09:14:49.000Z
/* * Copyright (C) 2010 Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditio...
29.719424
146
0.761075
ghsecuritylab
51898833836d7ab71c1951140cfa005c8a858aeb
4,330
cpp
C++
src/backend/gporca/libnaucrates/src/parser/CParseHandlerCTEConfig.cpp
zhongyibill/gpdb
12cfded239d5da2ad102697c9d56efb5759807dd
[ "PostgreSQL", "Apache-2.0" ]
1
2021-01-03T17:55:43.000Z
2021-01-03T17:55:43.000Z
src/backend/gporca/libnaucrates/src/parser/CParseHandlerCTEConfig.cpp
zhongyibill/gpdb
12cfded239d5da2ad102697c9d56efb5759807dd
[ "PostgreSQL", "Apache-2.0" ]
16
2020-10-21T18:37:47.000Z
2021-01-13T01:01:15.000Z
src/backend/gporca/libnaucrates/src/parser/CParseHandlerCTEConfig.cpp
zhongyibill/gpdb
12cfded239d5da2ad102697c9d56efb5759807dd
[ "PostgreSQL", "Apache-2.0" ]
1
2020-03-26T02:47:22.000Z
2020-03-26T02:47:22.000Z
//--------------------------------------------------------------------------- // Greenplum Database // Copyright (C) 2013 EMC Corp. // // @filename: // CParseHandlerCTEConfig.cpp // // @doc: // Implementation of the SAX parse handler class for parsing CTE // configuration //------------------------------------------...
28.866667
77
0.560046
zhongyibill
518b6befcd1cbcfa32f8b53241faebf1c19957cd
14,567
cpp
C++
src/func-pilo/core/string/functional_test_module_class_fixed_wstring.cpp
picofox/pilo
59e12c947307d664c4ca9dcc232b481d06be104a
[ "MIT" ]
1
2019-07-31T06:44:46.000Z
2019-07-31T06:44:46.000Z
src/func-pilo/core/string/functional_test_module_class_fixed_wstring.cpp
picofox/pilo
59e12c947307d664c4ca9dcc232b481d06be104a
[ "MIT" ]
null
null
null
src/func-pilo/core/string/functional_test_module_class_fixed_wstring.cpp
picofox/pilo
59e12c947307d664c4ca9dcc232b481d06be104a
[ "MIT" ]
null
null
null
#include "core/string/string_util.hpp" #include "core/string/fixed_wstring.hpp" #include "core/io/format_output.hpp" #include "functional_test_module_class_fixed_wstring.hpp" #include <string> #define MC_STR0_SIZE 8192 namespace pilo { namespace test { static pilo::i32_t functional_test_constructor...
33.106818
151
0.483353
picofox
518b9a78c5ae45dcfc8ac2a695d551e72050bf8e
338
cpp
C++
halfnetwork/HalfNetwork/ACE_wrappers/ace/Connection_Recycling_Strategy.cpp
cjwcjswo/com2us_cppNetStudy_work
3aab26cfd2e9bf1544fa41a0f2694d81167b2584
[ "MIT" ]
25
2019-05-20T08:07:39.000Z
2021-08-17T11:25:02.000Z
halfnetwork/HalfNetwork/ACE_wrappers/ace/Connection_Recycling_Strategy.cpp
cjwcjswo/com2us_cppNetStudy_work
3aab26cfd2e9bf1544fa41a0f2694d81167b2584
[ "MIT" ]
null
null
null
halfnetwork/HalfNetwork/ACE_wrappers/ace/Connection_Recycling_Strategy.cpp
cjwcjswo/com2us_cppNetStudy_work
3aab26cfd2e9bf1544fa41a0f2694d81167b2584
[ "MIT" ]
17
2019-07-07T12:20:16.000Z
2022-01-11T08:27:44.000Z
#include "ace/Connection_Recycling_Strategy.h" ACE_RCSID(ace, Connection_Recycling_Strategy, "$Id: Connection_Recycling_Strategy.cpp 80826 2008-03-04 14:51:23Z wotte $") ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_Connection_Recycling_Strategy::~ACE_Connection_Recycling_Strategy (void) { } ACE_END_VERSIONE...
24.142857
123
0.816568
cjwcjswo
518c8538c87fb9c19d1f0e319a6a030c3f1dd55f
20,785
cpp
C++
src/MdCharm/baseeditor/baseeditor.cpp
MonkeyMo/MdCharm
78799f0bd85603aae9361b4fca05384a69f690e6
[ "BSD-3-Clause" ]
387
2015-01-01T17:51:59.000Z
2021-06-13T19:40:15.000Z
src/MdCharm/baseeditor/baseeditor.cpp
MonkeyMo/MdCharm
78799f0bd85603aae9361b4fca05384a69f690e6
[ "BSD-3-Clause" ]
26
2015-01-09T08:36:26.000Z
2020-04-02T12:51:01.000Z
src/MdCharm/baseeditor/baseeditor.cpp
heefan/MdCharm
78799f0bd85603aae9361b4fca05384a69f690e6
[ "BSD-3-Clause" ]
145
2015-01-10T18:07:45.000Z
2021-09-14T07:39:35.000Z
#include <QtGui> #include <QtCore> #ifdef QT_V5 #include <QtPrintSupport> #endif #include "baseeditor.h" #include "util/spellcheck/spellchecker.h" #include "configuration.h" #include "utils.h" BaseEditor::BaseEditor(QWidget *parent) : QPlainTextEdit(parent) { conf = Configuration::getInstance(); mdCharmG...
33.470209
144
0.613279
MonkeyMo
518e20203bcc8f9d82cb17e797fc3152b00959f3
860
cpp
C++
PAT/A/1046.cpp
zhi2xin1/pat-ans
740ee6b4d5a8c354bdff012750a615c738d5013e
[ "MIT" ]
null
null
null
PAT/A/1046.cpp
zhi2xin1/pat-ans
740ee6b4d5a8c354bdff012750a615c738d5013e
[ "MIT" ]
null
null
null
PAT/A/1046.cpp
zhi2xin1/pat-ans
740ee6b4d5a8c354bdff012750a615c738d5013e
[ "MIT" ]
null
null
null
//#include <iostream> #include <cstdio> void writex(int x) { if(x>9) writex(x/10); putchar(x%10+'0'); } void readx(int &x) { x=0; char s=getchar(); while(s<'0'||s>'9') s=getchar(); while(s>='0'&&s<='9'){ x=x*10+s-'0'; s=getchar(); } } int main(){ int N,...
16.538462
36
0.426744
zhi2xin1
518f2b8a9782e9625a56852e3082683a4abb6a53
1,811
cpp
C++
snowman.cpp
shaiBonfil/CPP-Ex1
ec9a82b8de9b99e3dd4488781b363ec36c95509e
[ "MIT" ]
null
null
null
snowman.cpp
shaiBonfil/CPP-Ex1
ec9a82b8de9b99e3dd4488781b363ec36c95509e
[ "MIT" ]
null
null
null
snowman.cpp
shaiBonfil/CPP-Ex1
ec9a82b8de9b99e3dd4488781b363ec36c95509e
[ "MIT" ]
null
null
null
#include <iostream> #include <string> #include <stdexcept> #include <exception> #include <array> #include "snowman.hpp" using namespace std; using namespace ariel; const int DEC = 10; namespace ariel { int charToInt(char c) { return c - '0' -1;} string snowman(long num) { // if the input nu...
31.224138
101
0.437327
shaiBonfil
519182c69da169c4bf7c10e08b6ca8c09b4b2bf1
3,459
cpp
C++
code/libs/Object/Object.cpp
marwac-9/MyFramework
2f8b44ad71fb64bba09b5a5d07822f260e78c39d
[ "Apache-2.0" ]
3
2017-11-27T20:11:43.000Z
2020-01-26T01:30:05.000Z
code/libs/Object/Object.cpp
marwac-9/MyFramework
2f8b44ad71fb64bba09b5a5d07822f260e78c39d
[ "Apache-2.0" ]
null
null
null
code/libs/Object/Object.cpp
marwac-9/MyFramework
2f8b44ad71fb64bba09b5a5d07822f260e78c39d
[ "Apache-2.0" ]
null
null
null
#include "Object.h" #include "Node.h" #include "Material.h" #include <cmath> #include <algorithm> #include <math.h> #include "Component.h" #include "Bounds.h" #include "Script.h" Object::Object() { node = &localNode; localNode.owner = this; ID = currentID; currentID++; bounds = nullptr; vao = nullptr; } Obje...
18.109948
76
0.696733
marwac-9
5192a684fa45d00821c7d4d778a362747585ded9
2,376
hpp
C++
main/src/vtr_vision/include/vtr_vision/sensors/camera_model_interface.hpp
utiasASRL/vtr3
b4edca56a19484666d3cdb25a032c424bdc6f19d
[ "Apache-2.0" ]
32
2021-09-15T03:42:42.000Z
2022-03-26T10:40:01.000Z
main/src/vtr_vision/include/vtr_vision/sensors/camera_model_interface.hpp
shimp-t/vtr3
bdcad784ffe26fabfa737d0e195bcb3bacb930c3
[ "Apache-2.0" ]
7
2021-09-18T19:18:15.000Z
2022-02-02T11:15:40.000Z
main/src/vtr_vision/include/vtr_vision/sensors/camera_model_interface.hpp
shimp-t/vtr3
bdcad784ffe26fabfa737d0e195bcb3bacb930c3
[ "Apache-2.0" ]
7
2021-09-18T01:31:28.000Z
2022-03-14T05:09:37.000Z
// Copyright 2021, Autonomous Space Robotics Lab (ASRL) // // 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 appli...
33
77
0.593855
utiasASRL
519a541e25f3b56b8474e43831e07c6e2093de86
6,635
cpp
C++
src/alns/SRP-Utils/ArgParser.cpp
alberto-santini/cvrp-decomposition
854d2b5b7cdd51fe4ab46acac7d88dbc7e5bfb88
[ "MIT" ]
null
null
null
src/alns/SRP-Utils/ArgParser.cpp
alberto-santini/cvrp-decomposition
854d2b5b7cdd51fe4ab46acac7d88dbc7e5bfb88
[ "MIT" ]
null
null
null
src/alns/SRP-Utils/ArgParser.cpp
alberto-santini/cvrp-decomposition
854d2b5b7cdd51fe4ab46acac7d88dbc7e5bfb88
[ "MIT" ]
null
null
null
// *************************************************************************************** // * ArgParser.cpp // * // * Author: Stefan Ropke // *************************************************************************************** #include "ArgParser.h" #include <cstdlib> #include <iostream> #include <string...
38.575581
132
0.468124
alberto-santini
519c8414d40a3fa45c2df6ce968f3963980d1edd
2,252
cpp
C++
Kernel/FileSystem/Custody.cpp
JamiKettunen/serenity
232da5cc188496f570ef55276a897f1095509c87
[ "BSD-2-Clause" ]
3
2020-05-01T02:39:03.000Z
2021-11-26T08:34:54.000Z
Kernel/FileSystem/Custody.cpp
JamiKettunen/serenity
232da5cc188496f570ef55276a897f1095509c87
[ "BSD-2-Clause" ]
8
2019-08-25T12:52:40.000Z
2019-09-08T14:46:11.000Z
Kernel/FileSystem/Custody.cpp
JamiKettunen/serenity
232da5cc188496f570ef55276a897f1095509c87
[ "BSD-2-Clause" ]
1
2021-08-03T13:04:49.000Z
2021-08-03T13:04:49.000Z
#include <AK/HashTable.h> #include <AK/StringBuilder.h> #include <Kernel/FileSystem/Custody.h> #include <Kernel/FileSystem/Inode.h> #include <Kernel/Lock.h> static Lockable<InlineLinkedList<Custody>>& all_custodies() { static Lockable<InlineLinkedList<Custody>>* list; if (!list) list = new Lockable<Inl...
27.13253
160
0.641208
JamiKettunen
51a11b456e88c5fe9d91740290cd4872e0c939a2
6,113
cpp
C++
CPP/Targets/SupportWFLib/symbian/MapLibSymbianUtil.cpp
wayfinder/Wayfinder-S60-Navigator
14d1b729b2cea52f726874687e78f17492949585
[ "BSD-3-Clause" ]
6
2015-12-01T01:12:33.000Z
2021-07-24T09:02:34.000Z
CPP/Targets/SupportWFLib/symbian/MapLibSymbianUtil.cpp
wayfinder/Wayfinder-S60-Navigator
14d1b729b2cea52f726874687e78f17492949585
[ "BSD-3-Clause" ]
null
null
null
CPP/Targets/SupportWFLib/symbian/MapLibSymbianUtil.cpp
wayfinder/Wayfinder-S60-Navigator
14d1b729b2cea52f726874687e78f17492949585
[ "BSD-3-Clause" ]
2
2017-02-02T19:31:29.000Z
2018-12-17T21:00:45.000Z
/* Copyright (c) 1999 - 2010, Vodafone Group Services Ltd 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...
37.048485
207
0.576967
wayfinder
51a770d702d9941335e5f76d102645410ce4252d
2,863
hpp
C++
include/aw/graphics/core/pixelFormat.hpp
AlexAUT/rocketWar
edea1c703755e198b1ad8909c82e5d8d56c443ef
[ "MIT" ]
null
null
null
include/aw/graphics/core/pixelFormat.hpp
AlexAUT/rocketWar
edea1c703755e198b1ad8909c82e5d8d56c443ef
[ "MIT" ]
null
null
null
include/aw/graphics/core/pixelFormat.hpp
AlexAUT/rocketWar
edea1c703755e198b1ad8909c82e5d8d56c443ef
[ "MIT" ]
null
null
null
#pragma once #include <cmath> namespace aw { enum class PixelFormat { // uint8's R8, RG8, RGB8, RGBA8, // Floats RFloat, RGFloat, RGBFloat, RGBAFloat, // ETC2 RGB_ETC2, RGBA1_ETC2, RGBA_ETC2, // Depth Depth16, Depth24, DepthFloat, // Depth/Stencil Depth24Stencil8, DepthFloatS...
20.746377
83
0.680405
AlexAUT
51a893e8356e179e9f3ec430ccbeb4428588cdca
3,004
cpp
C++
test/ZDAMessageParse_Test.cpp
neuralsandwich/NMEAParser
3bd29601b048b091745312f8a214ab454335c94c
[ "MIT" ]
1
2020-07-19T15:25:57.000Z
2020-07-19T15:25:57.000Z
test/ZDAMessageParse_Test.cpp
neuralsandwich/NMEAParser
3bd29601b048b091745312f8a214ab454335c94c
[ "MIT" ]
null
null
null
test/ZDAMessageParse_Test.cpp
neuralsandwich/NMEAParser
3bd29601b048b091745312f8a214ab454335c94c
[ "MIT" ]
1
2020-07-19T15:33:28.000Z
2020-07-19T15:33:28.000Z
//===-- ZDAMessageParse_Test.cpp --------------------------------*- C++ -*-===// // // This file is distributed uner the MIT license. See LICENSE.txt for details. // //===----------------------------------------------------------------------===// /// /// \file /// Functional tests for Parsing ZDA Messages /// //===----...
31.957447
80
0.616844
neuralsandwich
51a964727efe7d4f643c07a0e40b1e3f327b6152
4,518
cc
C++
course/test/src/isometry_TEST.cc
Lobotuerk/cppl1_q12020
b93cf3adbd153fe6747a7bcf44dd8fea081ec26a
[ "Apache-2.0" ]
null
null
null
course/test/src/isometry_TEST.cc
Lobotuerk/cppl1_q12020
b93cf3adbd153fe6747a7bcf44dd8fea081ec26a
[ "Apache-2.0" ]
3
2020-03-12T12:58:58.000Z
2020-04-27T01:56:30.000Z
course/test/src/isometry_TEST.cc
Lobotuerk/cppl1_q12020
b93cf3adbd153fe6747a7bcf44dd8fea081ec26a
[ "Apache-2.0" ]
null
null
null
// This file describes a challenge of a C++ L1 Padawan. The goal // of this unit test is to suggest an API and the abstractions // needed to implement an isometry. // Consider including other header files if needed. // Copyright 2020 <Jose Tomas Lorente> #include <cmath> #include <sstream> #include <string> #includ...
38.615385
80
0.629925
Lobotuerk
51b0b992e3e5aca3632a14fef04fb59f1e78ab55
2,388
hpp
C++
WICWIU_src/Module/GRULayer.hpp
ChanhyoLee/TextDataset
397571f476a89ad42ef3ed77b82c76fc19ac3e33
[ "Apache-2.0" ]
null
null
null
WICWIU_src/Module/GRULayer.hpp
ChanhyoLee/TextDataset
397571f476a89ad42ef3ed77b82c76fc19ac3e33
[ "Apache-2.0" ]
null
null
null
WICWIU_src/Module/GRULayer.hpp
ChanhyoLee/TextDataset
397571f476a89ad42ef3ed77b82c76fc19ac3e33
[ "Apache-2.0" ]
null
null
null
#ifndef __GRU_LAYER__ #define __GRU_LAYER__ value #include "../Module.hpp" template<typename DTYPE> class GRULayer : public Module<DTYPE>{ private: public: GRULayer(Operator<DTYPE> *pInput, int inputsize, int hiddensize, int outputsize, int use_bias = TRUE, std::string pName = "No Name") : Module<D...
47.76
175
0.657035
ChanhyoLee
51b4a7eacab4f9c03d9a1229d8b71afb3286bf5e
4,280
hh
C++
Shared/BrainCloudCompletionBlocks.hh
davidstl/braincloud-objc
42e9376cba1c3ef1231a5f74e1c5c66442a34779
[ "Apache-2.0" ]
null
null
null
Shared/BrainCloudCompletionBlocks.hh
davidstl/braincloud-objc
42e9376cba1c3ef1231a5f74e1c5c66442a34779
[ "Apache-2.0" ]
1
2019-11-30T17:08:15.000Z
2019-11-30T17:08:15.000Z
Shared/BrainCloudCompletionBlocks.hh
OrbiLabs/braincloud-objc
b5b63f98e339582e7819e1b765abfb28bcaccbeb
[ "Apache-2.0" ]
null
null
null
// // BrainCloudCompletionBlocks.h // brainCloudClientObjc // // Created by Ryan Homer on 30/4/2015. // Copyright (c) 2016 bitHeads. All rights reserved. // #ifndef brainCloudClientObjc_BrainCloudCompletionBlocks_h #define brainCloudClientObjc_BrainCloudCompletionBlocks_h #import <Foundation/Foundation.h> typede...
34.24
134
0.692991
davidstl
51b5aab2205bc8294566036c8763a11dafd5717d
3,405
hh
C++
boostrap/BTimesTable.hh
hanswenzel/opticks
b75b5929b6cf36a5eedeffb3031af2920f75f9f0
[ "Apache-2.0" ]
11
2020-07-05T02:39:32.000Z
2022-03-20T18:52:44.000Z
boostrap/BTimesTable.hh
hanswenzel/opticks
b75b5929b6cf36a5eedeffb3031af2920f75f9f0
[ "Apache-2.0" ]
null
null
null
boostrap/BTimesTable.hh
hanswenzel/opticks
b75b5929b6cf36a5eedeffb3031af2920f75f9f0
[ "Apache-2.0" ]
4
2020-09-03T20:36:32.000Z
2022-01-19T07:42:21.000Z
/* * Copyright (c) 2019 Opticks Team. All Rights Reserved. * * This file is part of Opticks * (see https://bitbucket.org/simoncblyth/opticks). * * 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 ...
30.675676
131
0.609692
hanswenzel
51b81d57427905c7f7afda489f398593374c12bb
25,712
hpp
C++
src/include/polo/utility/blas.hpp
aytekinar/polo
da682618e98755738905fd19e55e5271af937661
[ "MIT" ]
8
2018-10-12T09:54:25.000Z
2020-06-18T12:04:44.000Z
src/include/polo/utility/blas.hpp
aytekinar/polo
da682618e98755738905fd19e55e5271af937661
[ "MIT" ]
10
2018-10-10T10:28:23.000Z
2019-03-14T11:36:03.000Z
src/include/polo/utility/blas.hpp
aytekinar/polo
da682618e98755738905fd19e55e5271af937661
[ "MIT" ]
null
null
null
#ifndef POLO_UTILITY_BLAS_HPP_ #define POLO_UTILITY_BLAS_HPP_ extern "C" { // Single-precision, L1 void srotg_(const float *, const float *, float *, float *); void srotmg_(float *, float *, float *, const float *, float *); void srot_(const int *, float *, const int *, float *, const int *, const float *, ...
51.321357
80
0.57269
aytekinar
51b8890f8099cf19145dff92f04e4146ee4a2744
3,072
cpp
C++
cplusplus/common/atlasutil/src/atlas_thread_mgr.cpp
Dedederek/samples
31d99de20af2f7046556e0f48c4b789b99e422f8
[ "Apache-2.0" ]
5
2021-02-26T17:58:12.000Z
2022-03-15T06:21:28.000Z
cplusplus/common/atlasutil/src/atlas_thread_mgr.cpp
Dedederek/samples
31d99de20af2f7046556e0f48c4b789b99e422f8
[ "Apache-2.0" ]
null
null
null
cplusplus/common/atlasutil/src/atlas_thread_mgr.cpp
Dedederek/samples
31d99de20af2f7046556e0f48c4b789b99e422f8
[ "Apache-2.0" ]
5
2021-03-22T21:13:11.000Z
2021-09-24T06:52:33.000Z
#include "atlas_thread_mgr.h" #include "atlas_utils.h" namespace { const uint32_t kMsgQueueSize = 256; const uint32_t kWait10Milliseconds = 10000; const uint32_t kWaitThreadStart = 1000; } AtlasThreadMgr::AtlasThreadMgr(AtlasThread* userThreadInstance, const string& threadName) :name_(threadName), userIn...
28.444444
89
0.636068
Dedederek
51b8be0f99da81e3bf496150b2c4ea4ad3c719f4
15,390
cpp
C++
mapleall/maple_me/src/me_placement_opt.cpp
lvyitian/mapleall
1112501c1bcbff5d9388bf46f195d56560c5863a
[ "MulanPSL-1.0" ]
null
null
null
mapleall/maple_me/src/me_placement_opt.cpp
lvyitian/mapleall
1112501c1bcbff5d9388bf46f195d56560c5863a
[ "MulanPSL-1.0" ]
null
null
null
mapleall/maple_me/src/me_placement_opt.cpp
lvyitian/mapleall
1112501c1bcbff5d9388bf46f195d56560c5863a
[ "MulanPSL-1.0" ]
null
null
null
/* * Copyright (c) [2020] Huawei Technologies Co., Ltd. All rights reserved. * * OpenArkCompiler is licensed under the Mulan Permissive Software License v2. * You can use this software according to the terms and conditions of the MulanPSL - 2.0. * You may obtain a copy of MulanPSL - 2.0 at: * * https://opensou...
35.625
121
0.635413
lvyitian
51ba7f4f6ecb18e636c21d6b5ec58d4e2cd860f0
3,547
cpp
C++
src/server/backends/MemoryBackendCache.cpp
svalat/iocatcher
4845e20d938c816f6ca5ee8d3308aa9a0e0abaff
[ "Apache-2.0" ]
2
2022-01-28T16:03:14.000Z
2022-02-18T07:35:22.000Z
src/server/backends/MemoryBackendCache.cpp
svalat/iocatcher
4845e20d938c816f6ca5ee8d3308aa9a0e0abaff
[ "Apache-2.0" ]
2
2022-02-10T10:22:02.000Z
2022-02-11T18:00:47.000Z
src/server/backends/MemoryBackendCache.cpp
svalat/iocatcher
4845e20d938c816f6ca5ee8d3308aa9a0e0abaff
[ "Apache-2.0" ]
1
2022-01-31T21:09:15.000Z
2022-01-31T21:09:15.000Z
/***************************************************** * PROJECT : IO Catcher * * LICENSE : Apache 2.0 * * COPYRIGHT: 2020-2022 Bull SAS All rights reserved * *****************************************************/ /*******************************************...
23.490066
85
0.576262
svalat
51bc4e001b165451ed5d356f30f6b1d24c029ba8
563
cpp
C++
programmers/hash1.cpp
rune2002/coding-study
94ae7f4d4f5ea21f68538462cff56cc12f0e0718
[ "MIT" ]
null
null
null
programmers/hash1.cpp
rune2002/coding-study
94ae7f4d4f5ea21f68538462cff56cc12f0e0718
[ "MIT" ]
null
null
null
programmers/hash1.cpp
rune2002/coding-study
94ae7f4d4f5ea21f68538462cff56cc12f0e0718
[ "MIT" ]
null
null
null
#include <string> #include <vector> #include <algorithm> using namespace std; string solution(vector<string> participant, vector<string> completion) { sort(participant.begin(), participant.end()); sort(completion.begin(), completion.end()); string answer; for (int i = 0; i < completion.size(); i++) ...
24.478261
72
0.577265
rune2002
51bd7a66f51e0b4efff85820169c5feffb791ae4
262
cpp
C++
src/batteries/suppress_test.cpp
tonyastolfi/batteries
67349930e54785f44eab84f1e56da6c78c66a5f9
[ "Apache-2.0" ]
1
2022-01-04T20:28:17.000Z
2022-01-04T20:28:17.000Z
src/batteries/suppress_test.cpp
mihir-thakkar/batteries
67349930e54785f44eab84f1e56da6c78c66a5f9
[ "Apache-2.0" ]
2
2020-06-04T14:02:24.000Z
2020-06-04T14:03:18.000Z
src/batteries/suppress_test.cpp
mihir-thakkar/batteries
67349930e54785f44eab84f1e56da6c78c66a5f9
[ "Apache-2.0" ]
1
2022-01-03T20:24:31.000Z
2022-01-03T20:24:31.000Z
// Copyright 2021 Anthony Paul Astolfi // #include <batteries/suppress.hpp> // #include <batteries/suppress.hpp> namespace { BATT_SUPPRESS("-Wreturn-type") BATT_SUPPRESS("-Wunused-function") int foo() { } BATT_UNSUPPRESS() BATT_UNSUPPRESS() } // namespace
13.1
38
0.729008
tonyastolfi
51bf698e4fbace8bd5e5a1d8f11bbb91abbe18ac
2,818
cc
C++
stapl_release/benchmarks/runtime/synthetic/sqrt_asyncs.cc
parasol-ppl/PPL_utils
92728bb89692fda1705a0dee436592d97922a6cb
[ "BSD-3-Clause" ]
null
null
null
stapl_release/benchmarks/runtime/synthetic/sqrt_asyncs.cc
parasol-ppl/PPL_utils
92728bb89692fda1705a0dee436592d97922a6cb
[ "BSD-3-Clause" ]
null
null
null
stapl_release/benchmarks/runtime/synthetic/sqrt_asyncs.cc
parasol-ppl/PPL_utils
92728bb89692fda1705a0dee436592d97922a6cb
[ "BSD-3-Clause" ]
null
null
null
/* // Copyright (c) 2000-2009, Texas Engineering Experiment Station (TEES), a // component of the Texas A&M University System. // All rights reserved. // The information and source code contained herein is the exclusive // property of TEES and may not be disclosed, examined or reproduced // in whole or in part withou...
21.18797
78
0.61462
parasol-ppl
51c0068121fe645432d8c07de6d95e472cb9df6f
700
cpp
C++
editor/model/serialize/ControlSurfaceSerializer.cpp
remaininlight/axiom
abd3d9232ffe89dff84b0ef56ab4a1ba9e58d7ce
[ "MIT" ]
642
2017-12-10T14:22:04.000Z
2022-03-03T15:23:23.000Z
editor/model/serialize/ControlSurfaceSerializer.cpp
remaininlight/axiom
abd3d9232ffe89dff84b0ef56ab4a1ba9e58d7ce
[ "MIT" ]
151
2017-12-21T02:08:45.000Z
2020-07-03T14:18:51.000Z
editor/model/serialize/ControlSurfaceSerializer.cpp
remaininlight/axiom
abd3d9232ffe89dff84b0ef56ab4a1ba9e58d7ce
[ "MIT" ]
30
2018-09-11T14:06:31.000Z
2021-11-09T04:19:00.000Z
#include "ControlSurfaceSerializer.h" #include "../objects/ControlSurface.h" using namespace AxiomModel; void ControlSurfaceSerializer::serialize(AxiomModel::ControlSurface *surface, QDataStream &stream) {} std::unique_ptr<ControlSurface> ControlSurfaceSerializer::deserialize(QDataStream &stream, uint32_t version, ...
46.666667
113
0.561429
remaininlight
51c1339d1ad811b34fd2ecc986a842594b4578fa
4,866
cpp
C++
code/Arduino/src/main.cpp
ClassicDIY/SkyeTracker
e6b44344a66ef8cc7e6a64ea05dfc864eeb46d3a
[ "Apache-2.0" ]
17
2020-04-08T15:51:58.000Z
2022-03-23T12:20:48.000Z
code/Arduino/src/main.cpp
Scientist265/SkyeTracker
78e929bba7dcabbc8ecd23b9e70426eafd0386df
[ "Apache-2.0" ]
16
2016-11-15T17:03:02.000Z
2020-03-30T18:15:21.000Z
code/Arduino/src/main.cpp
Scientist265/SkyeTracker
78e929bba7dcabbc8ecd23b9e70426eafd0386df
[ "Apache-2.0" ]
9
2020-04-02T12:39:21.000Z
2021-12-30T22:13:34.000Z
#include <ArduinoJson.h> #include <ThreadController.h> #include <Thread.h> #include <SoftwareSerial.h> #include <Wire.h> #include <RTClib.h> #include "sun.h" #include "Configuration.h" #include "Tracker.h" #include "Trace.h" #include "Anemometer.h" using namespace SkyeTracker; #define RECEIVE_BUFFER 200 RTC_DS1307 ...
23.394231
128
0.655569
ClassicDIY
51c4a6bb6749515743378b5a027d76c56509cd44
7,431
cpp
C++
src/shapefunction/spline.cpp
ellery85/sparselizard
7d09e97e9443a436d74cbd241b8466527edb9e2f
[ "MIT" ]
null
null
null
src/shapefunction/spline.cpp
ellery85/sparselizard
7d09e97e9443a436d74cbd241b8466527edb9e2f
[ "MIT" ]
null
null
null
src/shapefunction/spline.cpp
ellery85/sparselizard
7d09e97e9443a436d74cbd241b8466527edb9e2f
[ "MIT" ]
null
null
null
#include "spline.h" #include "mathop.h" #include "mat.h" #include "vec.h" #include "myalgorithm.h" spline::spline(std::string filename, char delimiter) { std::vector<double> data = mathop::loadvector(filename, delimiter, false); if (data.size()%2 != 0) { std::cout << "Error in 'spline' object...
30.9625
189
0.56668
ellery85
51c96f6d013ecc6f84edbadd1476d86a9c1cee6e
54,305
cpp
C++
src/lms7002m/LMS7002M_RxTxCalibrations.cpp
bastille-attic/LimeSuite
761805c75b1ae1e0ec9b8c6c182ebd058a088ab8
[ "Apache-2.0" ]
null
null
null
src/lms7002m/LMS7002M_RxTxCalibrations.cpp
bastille-attic/LimeSuite
761805c75b1ae1e0ec9b8c6c182ebd058a088ab8
[ "Apache-2.0" ]
null
null
null
src/lms7002m/LMS7002M_RxTxCalibrations.cpp
bastille-attic/LimeSuite
761805c75b1ae1e0ec9b8c6c182ebd058a088ab8
[ "Apache-2.0" ]
null
null
null
#include "LMS7002M.h" #include "CalibrationCache.h" #include "ErrorReporting.h" #include <assert.h> #include "MCU_BD.h" #include "IConnection.h" #include "mcu_programs.h" #include "LMS64CProtocol.h" #include <vector> #include <ciso646> #define LMS_VERBOSE_OUTPUT ///define for parameter enumeration if prefix might be n...
33.604579
208
0.646405
bastille-attic
51c9c21d1b4092479f18df349118a72c0f23ce99
520
cc
C++
src/fe-readatarist.cc
hpingel/fluxengine
d4db131d3c8541fa0d35bac8591e6dea192e8fd6
[ "MIT" ]
null
null
null
src/fe-readatarist.cc
hpingel/fluxengine
d4db131d3c8541fa0d35bac8591e6dea192e8fd6
[ "MIT" ]
null
null
null
src/fe-readatarist.cc
hpingel/fluxengine
d4db131d3c8541fa0d35bac8591e6dea192e8fd6
[ "MIT" ]
null
null
null
#include "globals.h" #include "flags.h" #include "reader.h" #include "fluxmap.h" #include "decoders/decoders.h" #include "sector.h" #include "sectorset.h" #include "record.h" #include "dataspec.h" #include "ibm/ibm.h" #include "fmt/format.h" static FlagGroup flags { &readerFlags }; int mainReadAtariST(int argc, const...
20.8
49
0.715385
hpingel
51d0df018658860ac68fe792ad64e4345f056757
753
hpp
C++
simulator/include/marlin/simulator/core/Event.hpp
marlinprotocol/OpenWeaver
7a8c668cccc933d652fabe8a141e702b8a0fd066
[ "MIT" ]
60
2020-07-01T17:37:34.000Z
2022-02-16T03:56:55.000Z
simulator/include/marlin/simulator/core/Event.hpp
marlinpro/openweaver
0aca30fbda3121a8e507f48a52b718b5664a5bbc
[ "MIT" ]
5
2020-10-12T05:17:49.000Z
2021-05-25T15:47:01.000Z
simulator/include/marlin/simulator/core/Event.hpp
marlinpro/openweaver
0aca30fbda3121a8e507f48a52b718b5664a5bbc
[ "MIT" ]
18
2020-07-01T17:43:18.000Z
2022-01-09T14:29:08.000Z
#ifndef MARLIN_SIMULATOR_CORE_EVENT_HPP #define MARLIN_SIMULATOR_CORE_EVENT_HPP #include <cstdint> namespace marlin { namespace simulator { template<typename EventManager> class Event { private: static uint64_t id_seq; protected: uint64_t id; uint64_t tick; public: Event(uint64_t tick); inline uint64_t get_ti...
15.367347
43
0.74502
marlinprotocol
51d79b198e4fbaa925d325a02ccf495b91093d73
1,036
hpp
C++
src/color/yiq/akin/lab.hpp
3l0w/color
e42d0933b6b88564807bcd5f49e9c7f66e24990a
[ "Apache-2.0" ]
null
null
null
src/color/yiq/akin/lab.hpp
3l0w/color
e42d0933b6b88564807bcd5f49e9c7f66e24990a
[ "Apache-2.0" ]
null
null
null
src/color/yiq/akin/lab.hpp
3l0w/color
e42d0933b6b88564807bcd5f49e9c7f66e24990a
[ "Apache-2.0" ]
1
2022-03-03T07:55:24.000Z
2022-03-03T07:55:24.000Z
#ifndef color_yiq_akin_lab #define color_yiq_akin_lab #include "../../generic/akin/yiq.hpp" #include "../category.hpp" #include "../../lab/category.hpp" namespace color { namespace akin { template< >struct yiq< ::color::category::lab_uint8 >{ typedef ::color::category::yiq_uint8 akin_type; ...
41.44
114
0.669884
3l0w
51d81593a82dfd12f724018e95fd99ffeccd43d9
7,172
cpp
C++
CH19/FEM/channel.cpp
acastellanos95/AppCompPhys
920a7ba707e92f1ef92fba9d97323863994f0b1a
[ "MIT" ]
null
null
null
CH19/FEM/channel.cpp
acastellanos95/AppCompPhys
920a7ba707e92f1ef92fba9d97323863994f0b1a
[ "MIT" ]
null
null
null
CH19/FEM/channel.cpp
acastellanos95/AppCompPhys
920a7ba707e92f1ef92fba9d97323863994f0b1a
[ "MIT" ]
null
null
null
/* channel.cpp solve for flow rates in a rectangular channel Nx/Ny = number of nodes along a side g++ -I/usr/local/include/eigen3 ... */ #include <iostream> #include <fstream> #include <cmath> #include <random> #include <vector> #include <Eigen/Dense> using namespace std; using namespace Eigen; class TwoVect {...
26.08
93
0.506274
acastellanos95
51daf32dcb3c3ca753d62d048d76611712f3cb6e
641
hpp
C++
SDK/ARKSurvivalEvolved_E_StegoBackplateMode_structs.hpp
2bite/ARK-SDK
c38ca9925309516b2093ad8c3a70ed9489e1d573
[ "MIT" ]
10
2020-02-17T19:08:46.000Z
2021-07-31T11:07:19.000Z
SDK/ARKSurvivalEvolved_E_StegoBackplateMode_structs.hpp
2bite/ARK-SDK
c38ca9925309516b2093ad8c3a70ed9489e1d573
[ "MIT" ]
9
2020-02-17T18:15:41.000Z
2021-06-06T19:17:34.000Z
SDK/ARKSurvivalEvolved_E_StegoBackplateMode_structs.hpp
2bite/ARK-SDK
c38ca9925309516b2093ad8c3a70ed9489e1d573
[ "MIT" ]
3
2020-07-22T17:42:07.000Z
2021-06-19T17:16:13.000Z
#pragma once // ARKSurvivalEvolved (329.9) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "ARKSurvivalEvolved_Basic.hpp" namespace sdk { //--------------------------------------------------------------------------- //Enums //--------------------------------------------------------------------------- ...
19.424242
77
0.595944
2bite