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
109
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
48.5k
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
0e5f10d8203116b88b7dd32930174494ebcf9ca5
435
cpp
C++
src/runnables/checkqrcoderunnable.cpp
hdchieh/xmly-downloader-qt5
4c89b866368ba1fd82cf3ada52186751d2d1d85f
[ "MIT" ]
299
2020-05-27T14:04:04.000Z
2022-03-30T15:09:48.000Z
src/runnables/checkqrcoderunnable.cpp
hdchieh/xmly-downloader-qt5
4c89b866368ba1fd82cf3ada52186751d2d1d85f
[ "MIT" ]
9
2020-07-15T06:34:12.000Z
2020-10-10T01:40:53.000Z
src/runnables/checkqrcoderunnable.cpp
hdchieh/xmly-downloader-qt5
4c89b866368ba1fd82cf3ada52186751d2d1d85f
[ "MIT" ]
103
2020-06-23T08:02:46.000Z
2022-03-20T03:24:59.000Z
#include "checkqrcoderunnable.h" #include <QThread> CheckQRCodeRunnable::CheckQRCodeRunnable(const QString& qrID) : qrID_(qrID) {} void CheckQRCodeRunnable::Stop() { stop_ = true; } void CheckQRCodeRunnable::run() { while (!stop_) { char* cookie = CgoCheckQRCode(const_cast<char*>(qrID_.toStdString().c...
21.75
78
0.652874
hdchieh
0e5f7b7d8d00e7aab2599026cfcb427fe4e75e83
8,428
cpp
C++
utils/SamToCmpH5.cpp
mchaisso/mcpbblasr
6c92959ba61adfd234a4f35849490709284105de
[ "BSD-3-Clause-Clear" ]
null
null
null
utils/SamToCmpH5.cpp
mchaisso/mcpbblasr
6c92959ba61adfd234a4f35849490709284105de
[ "BSD-3-Clause-Clear" ]
null
null
null
utils/SamToCmpH5.cpp
mchaisso/mcpbblasr
6c92959ba61adfd234a4f35849490709284105de
[ "BSD-3-Clause-Clear" ]
null
null
null
#include <iostream> #include <datastructures/alignment/AlignmentCandidate.hpp> #include <sam/SAMReader.hpp> #include <format/StickAlignmentPrinter.hpp> #include <HDFCmpFile.hpp> #include <FASTASequence.hpp> #include <FASTAReader.hpp> #include <CommandLineParser.hpp> #include <datastructures/alignmentset/AlignmentSetTo...
40.325359
120
0.657333
mchaisso
0e62f93dab4109f30f98794df0e24309fb221133
16,246
cpp
C++
src/blinkit/blink/renderer/core/events/EventPath.cpp
titilima/blink
2de70073edfe0e1e0aaf2bb22b5d6abd9b776fad
[ "MIT" ]
13
2020-04-21T13:14:00.000Z
2021-11-13T14:55:12.000Z
src/blinkit/blink/renderer/core/events/EventPath.cpp
titilima/blink
2de70073edfe0e1e0aaf2bb22b5d6abd9b776fad
[ "MIT" ]
null
null
null
src/blinkit/blink/renderer/core/events/EventPath.cpp
titilima/blink
2de70073edfe0e1e0aaf2bb22b5d6abd9b776fad
[ "MIT" ]
4
2020-04-21T13:15:43.000Z
2021-11-13T14:55:00.000Z
// ------------------------------------------------- // BlinKit - BlinKit Library // ------------------------------------------------- // File Name: EventPath.cpp // Description: EventPath Class // Author: Ziming Li // Created: 2021-07-23 // ------------------------------------------------- // Copyright (C) ...
38.225882
193
0.688354
titilima
0e6451eb917b212f9f874f509a3d3a83d3479cca
1,742
cpp
C++
ShooterMini/ShooterMini/main.cpp
Floneyyang/ShooterGame
6cc6fdb52ac75a7fce08d0aa1cd997c55e2ac6d3
[ "MIT" ]
null
null
null
ShooterMini/ShooterMini/main.cpp
Floneyyang/ShooterGame
6cc6fdb52ac75a7fce08d0aa1cd997c55e2ac6d3
[ "MIT" ]
null
null
null
ShooterMini/ShooterMini/main.cpp
Floneyyang/ShooterGame
6cc6fdb52ac75a7fce08d0aa1cd997c55e2ac6d3
[ "MIT" ]
null
null
null
// // Disclaimer: // ---------- // // This code will work only if you selected window, graphics and audio. // // Note that the "Run Script" build phase will copy the required frameworks // or dylibs to your application bundle so you can execute it on any OS X // computer. // // Your resource files (images, sounds, fon...
23.863014
96
0.5907
Floneyyang
0e6595477a06ba4f121a822a0d2899cff24cf479
445
cpp
C++
tools/codegen/template/extendedimplol.cpp
tdzl2003/luaqt
7ebebd39037b906e6fa8a485f94e963e345e107a
[ "BSD-3-Clause" ]
20
2015-04-27T06:45:29.000Z
2021-08-21T03:51:39.000Z
tools/codegen/template/extendedimplol.cpp
tdzl2003/luaqt
7ebebd39037b906e6fa8a485f94e963e345e107a
[ "BSD-3-Clause" ]
null
null
null
tools/codegen/template/extendedimplol.cpp
tdzl2003/luaqt
7ebebd39037b906e6fa8a485f94e963e345e107a
[ "BSD-3-Clause" ]
8
2015-03-02T19:51:36.000Z
2021-08-21T03:51:40.000Z
explicit /*%return class.classname%*/_Extended_Impl(const QMetaObject * _mo /*% local ret = {} for i,v in ipairs(func.arguments) do table.insert(ret, ",") table.insert(ret, v.type.rawName) table.insert(ret, "arg"..i) end return table.concat(ret, " ") %*/) : mo(_mo), /*%return class.classname%*/(/*% l...
22.25
77
0.611236
tdzl2003
0e66384c8471c5eec40b1c55991f676444598bef
8,512
cxx
C++
src/ControllerKit.cxx
broken-bytes/ControllerKit
1045d304c613455f3564d7d225b8a6ed90c8a48a
[ "MIT" ]
null
null
null
src/ControllerKit.cxx
broken-bytes/ControllerKit
1045d304c613455f3564d7d225b8a6ed90c8a48a
[ "MIT" ]
null
null
null
src/ControllerKit.cxx
broken-bytes/ControllerKit
1045d304c613455f3564d7d225b8a6ed90c8a48a
[ "MIT" ]
1
2020-12-03T09:55:03.000Z
2020-12-03T09:55:03.000Z
#include <array> #include <utility> #include "ControllerKit.hxx" #include <minwindef.h> #include <DualSense.hxx> #include <Controller.hxx> #include <DualShock4.hxx> #ifdef _W10 #include <GamingInputController.hxx> #else #include <XInputController.hxx> #endif #include <GamingInputController.hxx> #include <interfaces/I...
28.27907
206
0.724977
broken-bytes
0e66f00dd3c3ab264beb9df5bf49f8bd7f83bb54
529
cpp
C++
Tree/countLeavesInBinaryTree.cpp
harshallgarg/Diversified-Programming
7e6fb135c4639dbaa0651b85f98397f994a5b11d
[ "MIT" ]
2
2020-08-09T02:09:50.000Z
2020-08-09T07:07:47.000Z
Tree/countLeavesInBinaryTree.cpp
harshallgarg/Diversified-Programming
7e6fb135c4639dbaa0651b85f98397f994a5b11d
[ "MIT" ]
null
null
null
Tree/countLeavesInBinaryTree.cpp
harshallgarg/Diversified-Programming
7e6fb135c4639dbaa0651b85f98397f994a5b11d
[ "MIT" ]
5
2020-09-21T12:49:07.000Z
2020-09-29T16:13:09.000Z
// // Created by Anish Mookherjee on 28/05/20. // /* A binary tree node has data, pointer to left child and a pointer to right child struct Node { int data; Node* left; Node* right; }; */ /* Should return count of leaves. For example, return value should be 2 for following tree. 10 /...
18.892857
60
0.597353
harshallgarg
0e6d63f0bb2a3549d5ba99ec208186a4bdec9d96
21,535
cpp
C++
MILP_Multiview/src/OptimalHorizontalScenario.cpp
xmar/MultiViewpoint360_MMSys18
59a9bd17b86b9b287690e059fe43517839add55e
[ "MIT" ]
8
2018-07-02T16:14:07.000Z
2021-06-29T12:20:11.000Z
MILP_Multiview/src/OptimalHorizontalScenario.cpp
xmar/MultiViewpoint360_MMSys18
59a9bd17b86b9b287690e059fe43517839add55e
[ "MIT" ]
2
2019-02-06T19:16:49.000Z
2021-03-01T15:41:58.000Z
MILP_Multiview/src/OptimalHorizontalScenario.cpp
xmar/MultiViewpoint360_MMSys18
59a9bd17b86b9b287690e059fe43517839add55e
[ "MIT" ]
3
2018-04-12T08:05:02.000Z
2022-01-21T12:09:13.000Z
#include "OptimalHorizontalScenario.hpp" #include <ilcplex/ilocplex.h> #include <cmath> using namespace IMT; #include <iostream> void OptimalHorizontalScenario::SetSelectAndDownloadedConstraint(int k, int u, int b) { for (int chunkId = 0; chunkId < GetNbProcessedChunk(); ++chunkId) { for (int viewpoi...
45.146751
230
0.504528
xmar
0e6fcc185060efadc1434dd4d405422ea3a79069
3,426
cpp
C++
apps/myApps/clubProjectionMapping/src/TextDrawer.cpp
nmbakfm/club_projection_mapping
95dd0d7604fce397fcdf058d09085fb32b184257
[ "MIT" ]
1
2015-06-16T07:36:55.000Z
2015-06-16T07:36:55.000Z
apps/myApps/clubProjectionMapping/src/TextDrawer.cpp
nmbakfm/club_projection_mapping
95dd0d7604fce397fcdf058d09085fb32b184257
[ "MIT" ]
null
null
null
apps/myApps/clubProjectionMapping/src/TextDrawer.cpp
nmbakfm/club_projection_mapping
95dd0d7604fce397fcdf058d09085fb32b184257
[ "MIT" ]
null
null
null
// // TextDrawer.cpp // clubProjectionMapping // // Created by KamedaKei on 2015/11/22. // // #include "TextDrawer.hpp" #include "Settings.h" typedef std::shared_ptr<TextDrawer> d_p; std::shared_ptr<TextDrawer> TextDrawer::Alloc(){ auto p = std::shared_ptr<TextDrawer>(new TextDrawer()); p->self = p; p...
23.958042
68
0.555458
nmbakfm
0e70b7e4b7541b040a273260a7575b3ec8f0cc93
5,212
cpp
C++
ui/viewmodel/send_view.cpp
coincash/kitap-kabile-hakk-nda
26616a7d0e8bedc561d031f49190f896faa88233
[ "Apache-2.0" ]
1
2019-08-02T08:19:45.000Z
2019-08-02T08:19:45.000Z
ui/viewmodel/send_view.cpp
coincash/kitap-kabile-hakk-nda
26616a7d0e8bedc561d031f49190f896faa88233
[ "Apache-2.0" ]
1
2021-07-24T13:50:37.000Z
2021-07-24T13:50:37.000Z
ui/viewmodel/send_view.cpp
coincash/kitap-kabile-hakk-nda
26616a7d0e8bedc561d031f49190f896faa88233
[ "Apache-2.0" ]
null
null
null
// Copyright 2018 The Beam Team // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
25.42439
112
0.708749
coincash
0e735da36f30fb622df813250ee94c75016c2a31
3,513
hpp
C++
libs/camera/include/sge/camera/spherical/parameters.hpp
cpreh/spacegameengine
313a1c34160b42a5135f8223ffaa3a31bc075a01
[ "BSL-1.0" ]
2
2016-01-27T13:18:14.000Z
2018-05-11T01:11:32.000Z
libs/camera/include/sge/camera/spherical/parameters.hpp
cpreh/spacegameengine
313a1c34160b42a5135f8223ffaa3a31bc075a01
[ "BSL-1.0" ]
null
null
null
libs/camera/include/sge/camera/spherical/parameters.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_CAMERA_SPHERICAL_PARAMETERS_HPP_INCLUDED #define SGE_CAMERA_SPHERICAL_PARAMETERS_HPP_IN...
33.778846
98
0.785084
cpreh
0e74318fad01ed7e5f0d326b93e8b557bc7ec9d5
1,199
cpp
C++
src/plugins/video/videoplugin.cpp
qtmediahub/qtmediahub-ruins
844c71dbd7bcbd94a6ba76b952b7d1850e3ddc67
[ "BSD-3-Clause" ]
null
null
null
src/plugins/video/videoplugin.cpp
qtmediahub/qtmediahub-ruins
844c71dbd7bcbd94a6ba76b952b7d1850e3ddc67
[ "BSD-3-Clause" ]
null
null
null
src/plugins/video/videoplugin.cpp
qtmediahub/qtmediahub-ruins
844c71dbd7bcbd94a6ba76b952b7d1850e3ddc67
[ "BSD-3-Clause" ]
null
null
null
#include "videoplugin.h" #include <QtPlugin> #include "submenuentry.h" class VideoPluginItem : public QObject { Q_OBJECT Q_PROPERTY(QString name READ name WRITE setName NOTIFY nameChanged) public: VideoPluginItem(const QString &name, QObject *parent = 0) : QObject(parent), m_name(name) { } QString ...
21.410714
97
0.674729
qtmediahub
0e74923f2e661f5971bda9e492c1a994b3025365
23,865
cpp
C++
src/image/SkImage_GpuBase.cpp
luigi-rosso/skia
45ecf91884eab043429ba844108772a44dda7253
[ "BSD-3-Clause" ]
null
null
null
src/image/SkImage_GpuBase.cpp
luigi-rosso/skia
45ecf91884eab043429ba844108772a44dda7253
[ "BSD-3-Clause" ]
null
null
null
src/image/SkImage_GpuBase.cpp
luigi-rosso/skia
45ecf91884eab043429ba844108772a44dda7253
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright 2018 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "SkImage_GpuBase.h" #include "GrBackendSurface.h" #include "GrClip.h" #include "GrContext.h" #include "GrContextPriv.h" #include "GrRenderTargetContext.h" #include "G...
40.93482
100
0.60352
luigi-rosso
0e754647e6ffac51be83aaeb38ed75e23f8b6cb2
3,752
cpp
C++
src/LiteHtml/gumbo.v110/string_buffer.cpp
BclEx/h3ml
acfcccbdadcffa7b2c1794393a26359ad7c8479b
[ "MIT" ]
null
null
null
src/LiteHtml/gumbo.v110/string_buffer.cpp
BclEx/h3ml
acfcccbdadcffa7b2c1794393a26359ad7c8479b
[ "MIT" ]
null
null
null
src/LiteHtml/gumbo.v110/string_buffer.cpp
BclEx/h3ml
acfcccbdadcffa7b2c1794393a26359ad7c8479b
[ "MIT" ]
null
null
null
// Copyright 2010 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 applicable...
33.801802
80
0.72468
BclEx
0e760a06a3469354a94d3f1f3f418a2226d6b830
1,841
cpp
C++
GPIO.cpp
Compotes/robocup-2018
546e4fab33403866a460d058775f6e619c80649a
[ "MIT" ]
null
null
null
GPIO.cpp
Compotes/robocup-2018
546e4fab33403866a460d058775f6e619c80649a
[ "MIT" ]
null
null
null
GPIO.cpp
Compotes/robocup-2018
546e4fab33403866a460d058775f6e619c80649a
[ "MIT" ]
null
null
null
#include "GPIO.hpp" using namespace std; void init_gpio() { cout << "STARTING GPIO" << endl; fstream sys_unexport; sys_unexport.open(GPIO_DIR + "unexport", ios::out); sys_unexport << DRIBBLER_READ_GPIO << endl; sys_unexport << DRIBBLER_WRITE_GPIO << endl; sys_unexport << COMPASS_RESET_READ_GPIO << endl; sys_u...
31.20339
101
0.716458
Compotes
0e7aec567a5d57ddaa9a863d0eeed33a0276724b
3,387
cpp
C++
Timestamp.cpp
matijalukic/subtitly
c7001fd6c70019c6ed745b8726035486bd645dd4
[ "MIT" ]
null
null
null
Timestamp.cpp
matijalukic/subtitly
c7001fd6c70019c6ed745b8726035486bd645dd4
[ "MIT" ]
null
null
null
Timestamp.cpp
matijalukic/subtitly
c7001fd6c70019c6ed745b8726035486bd645dd4
[ "MIT" ]
null
null
null
#include "Timestamp.h" // Konstruktor na osnovu double-a Timestamp::Timestamp(double sekundi) : seconds(sekundi) {} double Timestamp::getSeconds() const { return seconds; } const string& Timestamp::getStringSec() const { return to_string(seconds); } // ucitavanje na osnovu stringa Timestamp::Timestamp(const string&...
28.70339
92
0.667848
matijalukic
0e7cb8ae12f41cb208750a8a6617fa9a9a6517ec
31,374
cpp
C++
lib/mayaUsd/render/vp2RenderDelegate/render_delegate.cpp
smithw-adsk/maya-usd
3a2278111e631423ffa9bae28158a6d2299a200e
[ "Apache-2.0" ]
null
null
null
lib/mayaUsd/render/vp2RenderDelegate/render_delegate.cpp
smithw-adsk/maya-usd
3a2278111e631423ffa9bae28158a6d2299a200e
[ "Apache-2.0" ]
4
2020-05-04T19:21:26.000Z
2020-05-08T15:30:38.000Z
lib/mayaUsd/render/vp2RenderDelegate/render_delegate.cpp
smithw-adsk/maya-usd
3a2278111e631423ffa9bae28158a6d2299a200e
[ "Apache-2.0" ]
1
2020-05-04T22:14:09.000Z
2020-05-04T22:14:09.000Z
// // Copyright 2020 Autodesk // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
35.331081
100
0.679767
smithw-adsk
0e82d78345fe92aae8799aa67bdcf118cedca4a3
1,055
cc
C++
3rdparty/voro++-0.4.6/examples/walls/cylinder.cc
wgq-iapcm/Parvoro-
9459e1081ff948628358c59207d5fcd8ce60ef8f
[ "BSD-3-Clause" ]
51
2015-03-14T16:53:50.000Z
2021-12-26T13:44:57.000Z
3rdparty/voro++-0.4.6/examples/walls/cylinder.cc
wgq-iapcm/Parvoro-
9459e1081ff948628358c59207d5fcd8ce60ef8f
[ "BSD-3-Clause" ]
10
2015-11-11T23:12:56.000Z
2020-11-20T20:23:01.000Z
3rdparty/voro++-0.4.6/examples/walls/cylinder.cc
wgq-iapcm/Parvoro-
9459e1081ff948628358c59207d5fcd8ce60ef8f
[ "BSD-3-Clause" ]
21
2016-08-24T14:39:00.000Z
2022-02-20T01:58:40.000Z
// Cylindrical wall example code // // Author : Chris H. Rycroft (LBL / UC Berkeley) // Email : chr@alum.mit.edu // Date : August 30th 2011 #include "voro++.hh" using namespace voro; // Set up constants for the container geometry const double x_min=-6.5,x_max=6.5; const double y_min=-6.5,y_max=6.5; const dou...
27.763158
69
0.723223
wgq-iapcm
0e85045f6321976fd3c0605d054f9f46c45b9f8e
424
hpp
C++
src/windows/scene_tree.hpp
seigtm/meov
2aeb87961df0602c2d36192d8589776463531059
[ "MIT" ]
1
2022-03-05T10:28:23.000Z
2022-03-05T10:28:23.000Z
src/windows/scene_tree.hpp
seigtm/meov
2aeb87961df0602c2d36192d8589776463531059
[ "MIT" ]
9
2022-01-25T07:44:34.000Z
2022-03-15T07:09:16.000Z
src/windows/scene_tree.hpp
seigtm/meov
2aeb87961df0602c2d36192d8589776463531059
[ "MIT" ]
null
null
null
#pragma once #include "base_window.hpp" namespace meov::core { class Scene; } // namespace meov::core namespace meov::Window { class SceneTree final : public Base { public: explicit SceneTree() noexcept; ~SceneTree() override = default; void Select(std::weak_ptr<core::Scene> &&scene); private: st...
16.96
52
0.688679
seigtm
0e89458a372814d5436e5d6377fc90f9c44f65f1
1,551
hpp
C++
source/physics/physics_define.hpp
Paul-Wortmann/Grume
0ffdd8f98e0b7d7857cc6a3e0f971f9a74651d17
[ "Intel" ]
3
2021-12-19T12:00:34.000Z
2021-12-30T08:36:58.000Z
source/physics/physics_define.hpp
Paul-Wortmann/Grume
0ffdd8f98e0b7d7857cc6a3e0f971f9a74651d17
[ "Intel" ]
2
2021-11-02T05:30:53.000Z
2021-11-30T00:11:16.000Z
source/physics/physics_define.hpp
Paul-Wortmann/Grume
0ffdd8f98e0b7d7857cc6a3e0f971f9a74651d17
[ "Intel" ]
null
null
null
/** * Copyright (C) Paul Wortmann * This file is part of "Grume" * * "Grume" is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, version 2 only. * * "Grume" is distributed in the hope that it will be usefu...
33
99
0.667311
Paul-Wortmann
0e92d4b9924a80bc2268c03ff4f02358b80b10d4
4,588
cpp
C++
src/ert/host/mmapfs.cpp
edgelesssys/edgelessrt
848fb902d1da7c0adde5dfe61677cbb8ed8bd6de
[ "MIT" ]
101
2020-06-19T09:14:41.000Z
2022-03-28T03:14:09.000Z
src/ert/host/mmapfs.cpp
edgelesssys/edgelessrt
848fb902d1da7c0adde5dfe61677cbb8ed8bd6de
[ "MIT" ]
24
2020-07-20T09:45:44.000Z
2022-01-10T09:56:46.000Z
src/ert/host/mmapfs.cpp
edgelesssys/edgelessrt
848fb902d1da7c0adde5dfe61677cbb8ed8bd6de
[ "MIT" ]
14
2020-07-18T17:17:35.000Z
2022-01-06T03:29:06.000Z
// Copyright (c) Edgeless Systems GmbH. // Licensed under the MIT License. #include "../common/mmapfs.h" #include <fcntl.h> #include <openenclave/internal/syscall/types.h> #include <openenclave/internal/trace.h> #include <openenclave/internal/utils.h> #include <sys/mman.h> #include <sys/stat.h> #include <unistd.h> #in...
26.830409
78
0.62816
edgelesssys
0e94d0e5a3439d810d31e1f15f974b74ddbe961b
1,785
cpp
C++
source/bsys/pad/pad_list.cpp
bluebackblue/brownie
917fcc71e5b0a807c0a8dab22a9ca7f3b0d60917
[ "MIT" ]
null
null
null
source/bsys/pad/pad_list.cpp
bluebackblue/brownie
917fcc71e5b0a807c0a8dab22a9ca7f3b0d60917
[ "MIT" ]
null
null
null
source/bsys/pad/pad_list.cpp
bluebackblue/brownie
917fcc71e5b0a807c0a8dab22a9ca7f3b0d60917
[ "MIT" ]
null
null
null
 /** * Copyright (c) blueback * Released under the MIT License * https://github.com/bluebackblue/brownie/blob/master/LICENSE.txt * http://bbbproject.sakura.ne.jp/wordpress/mitlicense * @brief パッド。 */ /** include */ #include <bsys_pch.h> /** include */ #pragma warning(push) #pragma warning(...
16.839623
73
0.626331
bluebackblue
0e970185d83b144d81f17a0485dac073493ff635
2,660
cpp
C++
Wavelength/src/Rendering/Renderer.cpp
RyanAlterman/Light
68b5e740e1d960671866675834e29ec2196dd437
[ "MIT" ]
null
null
null
Wavelength/src/Rendering/Renderer.cpp
RyanAlterman/Light
68b5e740e1d960671866675834e29ec2196dd437
[ "MIT" ]
null
null
null
Wavelength/src/Rendering/Renderer.cpp
RyanAlterman/Light
68b5e740e1d960671866675834e29ec2196dd437
[ "MIT" ]
null
null
null
#include "Renderer.hpp" #include "glad/glad.h" Renderer::Renderer() { } Renderer ::~Renderer() { } Renderer& Renderer::getInstance() { static Renderer instance; return instance; } void Renderer::initRenderer() { const char* vertexSource = "#version 330 core\n" "layout (location = 0) in ...
27.142857
99
0.635338
RyanAlterman
0e9cb517eec5c20b03eb05ec367d15de16b19c04
815
cpp
C++
samples/snippets/cpp/VS_Snippets_Winforms/DataFormats_GetFormat/CPP/dataformats_getformat.cpp
hamarb123/dotnet-api-docs
6aeb55784944a2f1f5e773b657791cbd73a92dd4
[ "CC-BY-4.0", "MIT" ]
421
2018-04-01T01:57:50.000Z
2022-03-28T15:24:42.000Z
samples/snippets/cpp/VS_Snippets_Winforms/DataFormats_GetFormat/CPP/dataformats_getformat.cpp
hamarb123/dotnet-api-docs
6aeb55784944a2f1f5e773b657791cbd73a92dd4
[ "CC-BY-4.0", "MIT" ]
5,797
2018-04-02T21:12:23.000Z
2022-03-31T23:54:38.000Z
samples/snippets/cpp/VS_Snippets_Winforms/DataFormats_GetFormat/CPP/dataformats_getformat.cpp
hamarb123/dotnet-api-docs
6aeb55784944a2f1f5e773b657791cbd73a92dd4
[ "CC-BY-4.0", "MIT" ]
1,482
2018-03-31T11:26:20.000Z
2022-03-30T22:36:45.000Z
// System::Windows::Forms::DataFormats::GetFormat(int) /* The following example demonstrates the 'GetFormat(int)' method of 'DataFormats' class. It creates a 'DataFormats' Object* using a integer into the 'GetFormat' method. By using the 'DatFormats' Object* it displays the format name with respective the id. ...
30.185185
91
0.696933
hamarb123
0e9efbb1a402f20d499a1c2a2d36187d55b9f35d
5,158
cc
C++
cyber/transport/transceiver/rtps_transceiver_test.cc
aurora12344/project
f904643843c7c41d422b92fb53279475b4b0b1bd
[ "Apache-2.0" ]
2
2019-01-15T08:34:59.000Z
2019-01-15T08:35:00.000Z
cyber/transport/transceiver/rtps_transceiver_test.cc
aurora12344/project
f904643843c7c41d422b92fb53279475b4b0b1bd
[ "Apache-2.0" ]
null
null
null
cyber/transport/transceiver/rtps_transceiver_test.cc
aurora12344/project
f904643843c7c41d422b92fb53279475b4b0b1bd
[ "Apache-2.0" ]
null
null
null
/****************************************************************************** * Copyright 2018 The Apollo 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 ...
31.839506
79
0.698139
aurora12344
0ea105d8f065cab06ba34a4b2aa5b4c689c37b5b
2,194
cpp
C++
src/main/cpp/wee/engine/achievement.cpp
emdavoca/wee
60344dd646a2e27d1cfdb1131dd679558d9cfa2b
[ "MIT" ]
1
2019-02-11T12:18:39.000Z
2019-02-11T12:18:39.000Z
src/main/cpp/wee/engine/achievement.cpp
emdavoca/wee
60344dd646a2e27d1cfdb1131dd679558d9cfa2b
[ "MIT" ]
1
2021-11-11T07:27:58.000Z
2021-11-11T07:27:58.000Z
src/main/cpp/wee/engine/achievement.cpp
emdavoca/wee
60344dd646a2e27d1cfdb1131dd679558d9cfa2b
[ "MIT" ]
1
2021-11-11T07:22:12.000Z
2021-11-11T07:22:12.000Z
#include <engine/achievement.hpp> using nlohmann::json; namespace wee { void to_json(json& j, const condition& c) { j = { { "key", c._key }, { "activation_value", c._activationValue }, { "condition", achievement::get_compare_string(c._cond) } }; } ...
29.253333
102
0.557885
emdavoca
0ea2d6f9d23acb40982ed688b94199cd8b8e1228
2,761
hpp
C++
source/dynarithmic/twain/options/general_options.hpp
dynarithmic/twainsave-opensource
9aa0d43572ffd68ba28311e237c33f1ec4557534
[ "Apache-2.0" ]
null
null
null
source/dynarithmic/twain/options/general_options.hpp
dynarithmic/twainsave-opensource
9aa0d43572ffd68ba28311e237c33f1ec4557534
[ "Apache-2.0" ]
null
null
null
source/dynarithmic/twain/options/general_options.hpp
dynarithmic/twainsave-opensource
9aa0d43572ffd68ba28311e237c33f1ec4557534
[ "Apache-2.0" ]
null
null
null
/* This file is part of the Dynarithmic TWAIN Library (DTWAIN). Copyright (c) 2002-2020 Dynarithmic Software. 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-...
34.5125
95
0.634191
dynarithmic
0ea38050d1b0b2267f568aea2b557c21be5620ac
9,858
cpp
C++
beelzebub/arc/amd64/src/_print/paging.cpp
vercas/Beelzebub
9d0e4790060b313c6681ca7e478d08d3910332b0
[ "NCSA" ]
32
2015-09-02T22:56:22.000Z
2021-02-24T17:15:50.000Z
beelzebub/arc/amd64/src/_print/paging.cpp
vercas/Beelzebub
9d0e4790060b313c6681ca7e478d08d3910332b0
[ "NCSA" ]
30
2015-04-26T18:35:07.000Z
2021-06-06T09:57:02.000Z
beelzebub/arc/amd64/src/_print/paging.cpp
vercas/Beelzebub
9d0e4790060b313c6681ca7e478d08d3910332b0
[ "NCSA" ]
11
2015-09-03T20:47:41.000Z
2021-06-25T17:00:01.000Z
/* Copyright (c) 2015 Alexandru-Mihai Maftei. All rights reserved. Developed by: Alexandru-Mihai Maftei aka Vercas http://vercas.com | https://github.com/vercas/Beelzebub Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation...
25.212276
97
0.573646
vercas
0eae1b638337a7c2c090fd3599888359affe74f0
18,475
hpp
C++
rocprim/include/rocprim/device/device_merge.hpp
lamikr/rocPRIM
aef6c8b58b8bf597e17ee19e70759e7467a8ffb6
[ "MIT" ]
null
null
null
rocprim/include/rocprim/device/device_merge.hpp
lamikr/rocPRIM
aef6c8b58b8bf597e17ee19e70759e7467a8ffb6
[ "MIT" ]
null
null
null
rocprim/include/rocprim/device/device_merge.hpp
lamikr/rocPRIM
aef6c8b58b8bf597e17ee19e70759e7467a8ffb6
[ "MIT" ]
null
null
null
// Copyright (c) 2017-2019 Advanced Micro Devices, Inc. All rights reserved. // // 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...
42.373853
110
0.688119
lamikr
0eae9ae643dd0f4a51eaed42059d09b27f259c45
327
cpp
C++
test/point.cpp
rlichtenwalter/kdtree
c5aa357604cb856700f2be2c4850c55a280c341a
[ "MIT" ]
1
2020-12-10T08:13:23.000Z
2020-12-10T08:13:23.000Z
test/point.cpp
rlichtenwalter/kdtree
c5aa357604cb856700f2be2c4850c55a280c341a
[ "MIT" ]
null
null
null
test/point.cpp
rlichtenwalter/kdtree
c5aa357604cb856700f2be2c4850c55a280c341a
[ "MIT" ]
1
2020-11-23T13:26:55.000Z
2020-11-23T13:26:55.000Z
#include <sstream> #include "../include/point.hpp" int main( int argc, char* argv[] ) { (void)argc; (void)argv; using coordinate = float; using point = kdtree::point<coordinate,2>; point p = {1.0f,2.0f}; std::cout << p << '\n'; std::stringstream ss( "(4.2,-3.7)" ); ss >> p; std::cout << p << '\n'; retur...
15.571429
43
0.571865
rlichtenwalter
0eb197476f8342666323130ab20b13e2dc321b5c
4,684
cpp
C++
firmware/src/network-messaging-task.cpp
clegg89/temperature-monitor
5928db28f3493b620085de623806d7c3441fe07f
[ "MIT" ]
null
null
null
firmware/src/network-messaging-task.cpp
clegg89/temperature-monitor
5928db28f3493b620085de623806d7c3441fe07f
[ "MIT" ]
null
null
null
firmware/src/network-messaging-task.cpp
clegg89/temperature-monitor
5928db28f3493b620085de623806d7c3441fe07f
[ "MIT" ]
null
null
null
/* * @file network-messaging-task.cpp * * @author C. Smith */ #include "network-messaging-task.hpp" #include <Crypto.h> #include <AES.h> #include <CBC.h> #include <SHA256.h> #include <ESP8266TrueRandom.h> #include <cassert> #include <array> #include <vector> #include <algorithm> #include "security-information.hp...
25.736264
118
0.63877
clegg89
0ebb5c02b6ee2d3fbf1b62d04a93b1e58cced7ef
899
hxx
C++
source/Engine/include/Core.Rendering/Sampler.hxx
selmentdev/recr-game-native-cxx-shooter
c924477cb2adb1500bed2a2958aaf4f1ee96391b
[ "Apache-2.0" ]
null
null
null
source/Engine/include/Core.Rendering/Sampler.hxx
selmentdev/recr-game-native-cxx-shooter
c924477cb2adb1500bed2a2958aaf4f1ee96391b
[ "Apache-2.0" ]
null
null
null
source/Engine/include/Core.Rendering/Sampler.hxx
selmentdev/recr-game-native-cxx-shooter
c924477cb2adb1500bed2a2958aaf4f1ee96391b
[ "Apache-2.0" ]
null
null
null
#ifndef INCLUDED_CORE_RENDERING_SAMPLER_HXX #define INCLUDED_CORE_RENDERING_SAMPLER_HXX // // Copyright (C) Selmentdev, 2017 // // See LICENSE file in the project root for full license information. // #include <Core/Common.hxx> #include <Core.Rendering/Common.hxx> #include <Core.Rendering/Resource.hxx> namespac...
23.051282
78
0.707453
selmentdev
0ebbce746dae3cfd5fc274e2520fc41a2049d0bb
5,890
cpp
C++
frameworks/qt/plugins/osg/dmzQtPluginViewerOSG.cpp
ashok/dmz
2f8d4bced646f25abf2e98bdc0d378dafb4b32ed
[ "MIT" ]
1
2015-11-05T03:03:31.000Z
2015-11-05T03:03:31.000Z
frameworks/qt/plugins/osg/dmzQtPluginViewerOSG.cpp
ashok/dmz
2f8d4bced646f25abf2e98bdc0d378dafb4b32ed
[ "MIT" ]
null
null
null
frameworks/qt/plugins/osg/dmzQtPluginViewerOSG.cpp
ashok/dmz
2f8d4bced646f25abf2e98bdc0d378dafb4b32ed
[ "MIT" ]
null
null
null
// Note due to compiler issues on Linux, this header must go first. #include <dmzRenderEventHandlerOSG.h> #include "dmzQtPluginViewerOSG.h" #include <dmzInputModule.h> #include <dmzRenderModuleCoreOSG.h> #include <dmzRenderCameraManipulatorOSG.h> #include <dmzRuntimeConfig.h> #include <dmzRuntimeConfigToTypesBase.h> #i...
24.957627
89
0.645671
ashok
0ebbe8f10530b20e009f0180cce4529f7593e890
319
cpp
C++
src/c++/tests/src/unit-init.cpp
vnepogodin/Toy-Neural-Network-C
3fb540050ec6e4010069dbe7a3abe4ccba457f2c
[ "MIT" ]
4
2021-03-26T20:04:52.000Z
2021-10-30T22:15:42.000Z
src/c++/tests/src/unit-init.cpp
vnepogodin/Toy-Neural-Network-C
3fb540050ec6e4010069dbe7a3abe4ccba457f2c
[ "MIT" ]
1
2020-06-01T19:37:43.000Z
2020-06-01T20:16:03.000Z
src/c++/tests/src/unit-init.cpp
vnepogodin/Toy-Neural-Network-C
3fb540050ec6e4010069dbe7a3abe4ccba457f2c
[ "MIT" ]
1
2020-05-23T22:31:02.000Z
2020-05-23T22:31:02.000Z
#include <doctest_compatibility.h> #include <vnepogodin/nn.hpp> // class NeuralNetwork using vnepogodin::NeuralNetwork; TEST_CASE("constructor 1") { SECTION("basic behavior") { const std::unique_ptr<NeuralNetwork> nn = std::make_unique<NeuralNetwork>(2, 4, 1); CHECK(nn != nullptr); } }
21.266667
91
0.673981
vnepogodin
0ec0430d2752c5954a19d5eb9a50b248ab8fafad
1,563
cpp
C++
src/services/pcn-loadbalancer-rp/src/default-src/ServiceDefaultImpl.cpp
mbertrone/polycube
b35a6aa13273c000237d53c5f1bf286f12e4b9bd
[ "ECL-2.0", "Apache-2.0" ]
1
2020-07-16T04:49:29.000Z
2020-07-16T04:49:29.000Z
src/services/pcn-loadbalancer-rp/src/default-src/ServiceDefaultImpl.cpp
mbertrone/polycube
b35a6aa13273c000237d53c5f1bf286f12e4b9bd
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
src/services/pcn-loadbalancer-rp/src/default-src/ServiceDefaultImpl.cpp
mbertrone/polycube
b35a6aa13273c000237d53c5f1bf286f12e4b9bd
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
/** * lbrp API * LoadBalancer Reverse-Proxy Service * * OpenAPI spec version: 2.0.0 * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/polycube-network/swagger-codegen.git * branch polycube */ // These methods have a default implementation. Your are free to keep it or a...
21.708333
90
0.710813
mbertrone
b1be4bb21931aeb3d96fc1326c539bf1b2390248
7,830
cpp
C++
src/overlay/Tracker.cpp
V5DF8/stellar-core
3fb2dc6bea41ed9160313f856e57451897f68cd9
[ "Apache-2.0", "BSD-2-Clause", "MIT", "ECL-2.0", "BSL-1.0", "BSD-3-Clause" ]
10
2017-09-23T08:25:40.000Z
2022-01-04T10:28:02.000Z
src/overlay/Tracker.cpp
V5DF8/stellar-core
3fb2dc6bea41ed9160313f856e57451897f68cd9
[ "Apache-2.0", "BSD-2-Clause", "MIT", "ECL-2.0", "BSL-1.0", "BSD-3-Clause" ]
1
2021-12-09T04:33:19.000Z
2021-12-09T04:33:19.000Z
src/overlay/Tracker.cpp
V5DF8/stellar-core
3fb2dc6bea41ed9160313f856e57451897f68cd9
[ "Apache-2.0", "BSD-2-Clause", "MIT", "ECL-2.0", "BSL-1.0", "BSD-3-Clause" ]
2
2021-10-21T20:34:04.000Z
2021-11-21T14:13:54.000Z
// Copyright 2016 Stellar Development Foundation and contributors. Licensed // under the Apache License, Version 2.0. See the COPYING file at the root // of this distribution or at http://www.apache.org/licenses/LICENSE-2.0 #include "Tracker.h" #include "OverlayMetrics.h" #include "crypto/BLAKE2.h" #include "crypto/H...
28.786765
80
0.613282
V5DF8
b1c07f9c601c38719cf322fdfb8a428da56c6f3a
454
cpp
C++
0800/20/825a.cpp
actium/cf
d7be128c3a9adb014a231a399f1c5f19e1ab2a38
[ "Unlicense" ]
1
2020-07-03T15:55:52.000Z
2020-07-03T15:55:52.000Z
0800/20/825a.cpp
actium/cf
d7be128c3a9adb014a231a399f1c5f19e1ab2a38
[ "Unlicense" ]
null
null
null
0800/20/825a.cpp
actium/cf
d7be128c3a9adb014a231a399f1c5f19e1ab2a38
[ "Unlicense" ]
3
2020-10-01T14:55:28.000Z
2021-07-11T11:33:58.000Z
#include <iostream> #include <string> void answer(unsigned v) { std::cout << v << '\n'; } void solve(const std::string& s) { unsigned v = 0, k = 0; for (const char c : s) { if (c == '0') { v = v * 10 + k; k = 0; } else { ++k; } } answer(...
12.27027
32
0.403084
actium
b1c58044096de9c6c5533d65f5cef4bce10f3528
10,660
cpp
C++
modules/face/samples/facemark_demo_aam.cpp
onearrow/opencv_calib
c6f1922adec976b565aba4b4a54d8790bdce2cfa
[ "BSD-3-Clause" ]
17
2020-03-13T00:10:28.000Z
2021-09-06T17:13:17.000Z
opencv_contrib-3.4.1/modules/face/samples/facemark_demo_aam.cpp
luoyongheng/opencv_add_contrib
99fc5c28f5e39ebb1a2b76c592ef72d598c429cb
[ "BSD-3-Clause" ]
1
2020-03-12T08:10:07.000Z
2020-03-12T08:10:07.000Z
opencv_contrib-3.4.1/modules/face/samples/facemark_demo_aam.cpp
luoyongheng/opencv_add_contrib
99fc5c28f5e39ebb1a2b76c592ef72d598c429cb
[ "BSD-3-Clause" ]
3
2018-02-26T06:43:33.000Z
2021-03-18T09:13:30.000Z
/* This file was part of GSoC Project: Facemark API for OpenCV Final report: https://gist.github.com/kurnianggoro/74de9121e122ad0bd825176751d47ecc Student: Laksono Kurnianggoro Mentor: Delia Passalacqua */ /*---------------------------------------------- * Usage: * facemark_demo_aam <face_cascade_model> <eyes_cascad...
36.632302
143
0.616229
onearrow
b1c935fdde5fc26ef741a1d4d758ee471fe3a900
1,344
cpp
C++
problems/chapter05/tokuma/003.cpp
tokuma09/algorithm_problems
58534620df73b230afbeb12de126174362625a78
[ "CC0-1.0" ]
1
2021-07-07T15:46:58.000Z
2021-07-07T15:46:58.000Z
problems/chapter05/tokuma/003.cpp
tokuma09/algorithm_problems
58534620df73b230afbeb12de126174362625a78
[ "CC0-1.0" ]
5
2021-06-05T14:16:41.000Z
2021-07-10T07:08:28.000Z
problems/chapter05/tokuma/003.cpp
tokuma09/algorithm_problems
58534620df73b230afbeb12de126174362625a78
[ "CC0-1.0" ]
null
null
null
// https://atcoder.jp/contests/tdpc/tasks/tdpc_contest #include <iostream> #include <vector> using namespace std; int main() { // サイズ int N; cin >> N; // 重さx vector<int> a(N); for (int i = 0; i < N; ++i) { cin >> a[i]; } // 合計 int W = 100 * 100; // メモ vector...
17.92
60
0.353423
tokuma09
b1cc36ae2b2a73ac0eab4271fa65d25ad9e60b0a
7,387
hpp
C++
sdsl-local-install/include/sdsl/louds_tree.hpp
juakotorres/ParallelRelativeLempel-Ziv
fb6cbd59183b22c6d9530a2db22fbfb93aabd8b7
[ "MIT" ]
null
null
null
sdsl-local-install/include/sdsl/louds_tree.hpp
juakotorres/ParallelRelativeLempel-Ziv
fb6cbd59183b22c6d9530a2db22fbfb93aabd8b7
[ "MIT" ]
null
null
null
sdsl-local-install/include/sdsl/louds_tree.hpp
juakotorres/ParallelRelativeLempel-Ziv
fb6cbd59183b22c6d9530a2db22fbfb93aabd8b7
[ "MIT" ]
null
null
null
/* sdsl - succinct data structures library Copyright (C) 2012 Simon Gog */ /*! \file louds_tree.hpp \brief louds_tree.hpp contains a classes for the succinct tree representation LOUDS (level order unary degree sequence). \author Simon Gog */ #ifndef INCLUDED_SDSL_LOUDS_TREE #define INCLUDED_SDSL_LOUDS_TREE ...
35.68599
146
0.575335
juakotorres
b1d0f67a24af9a40a3d2900d23ee5208b8b2a1d5
2,337
cpp
C++
leetcode-cn/cplusplus/0048.cpp
illx10000/relax
602937ff0c6ba24c9cc58da8f81b56a5834e3934
[ "MIT" ]
null
null
null
leetcode-cn/cplusplus/0048.cpp
illx10000/relax
602937ff0c6ba24c9cc58da8f81b56a5834e3934
[ "MIT" ]
1
2020-04-04T13:49:59.000Z
2020-04-04T13:49:59.000Z
leetcode-cn/cplusplus/0048.cpp
illx10000/relax
602937ff0c6ba24c9cc58da8f81b56a5834e3934
[ "MIT" ]
null
null
null
#include <iostream> #include <vector> #include <algorithm> #include <climits> #include <cstdint> #include <set> #include <string> using namespace std; #include <set> #include <string> #include <sstream> template<typename T> void printVector(vector<T> &arr) { cout << "["; for (int i = 0; i < arr.size(); i++)...
19.475
96
0.450578
illx10000
b1d1dab2bf65100839ef40cdff7a7ab98eb4ecc3
1,346
cpp
C++
bytecode/serializer/src/Serializer/Config/LoggerSerializer.cpp
Scorbutics/skalang
c8d1869a2f0c7857ee05ef45bd3aa4e537d39558
[ "MIT" ]
3
2019-04-08T17:34:19.000Z
2020-01-03T04:47:06.000Z
bytecode/serializer/src/Serializer/Config/LoggerSerializer.cpp
Scorbutics/skalang
c8d1869a2f0c7857ee05ef45bd3aa4e537d39558
[ "MIT" ]
4
2020-04-19T22:09:06.000Z
2020-11-06T15:47:08.000Z
bytecode/serializer/src/Serializer/Config/LoggerSerializer.cpp
Scorbutics/skalang
c8d1869a2f0c7857ee05ef45bd3aa4e537d39558
[ "MIT" ]
null
null
null
#include <iostream> #include <fstream> #include "LoggerSerializer.h" #include <Signal/SignalHandler.h> #define SKALANG_SERIALIZER_LOGGING ska::detail::SkaLangSerializerLogger& ska::detail::LangSerializerLogger() { static auto logger = ska::detail::BuildLangSerializerLogger("SerializerLog.log"); return logger; } na...
32.047619
100
0.715453
Scorbutics
b1d41b1f58046eeb1a876aafd4306bcf76337c63
35,526
cpp
C++
Source/IO/Plotfile.cpp
etpalmer63/ERF
88a3969ae93aae5b9d1416217df9051da476114e
[ "BSD-3-Clause-LBNL" ]
null
null
null
Source/IO/Plotfile.cpp
etpalmer63/ERF
88a3969ae93aae5b9d1416217df9051da476114e
[ "BSD-3-Clause-LBNL" ]
null
null
null
Source/IO/Plotfile.cpp
etpalmer63/ERF
88a3969ae93aae5b9d1416217df9051da476114e
[ "BSD-3-Clause-LBNL" ]
null
null
null
#include <EOS.H> #include <ERF.H> #include "AMReX_Interp_3D_C.H" #include "AMReX_PlotFileUtil.H" #ifdef ERF_USE_TERRAIN #include "TerrainMetrics.H" #endif using namespace amrex; // get plotfile name std::string ERF::PlotFileName (int lev) const { return Concatenate(plot_file, lev, 5); } void ERF::setPlotVariabl...
44.131677
124
0.509739
etpalmer63
b1dba94ddb9a84ea1dc27808a38b819536f7346b
17,755
cpp
C++
2006/samples/database/ARXDBG/Snoop/ArxDbgUiDlgObjState.cpp
kevinzhwl/ObjectARXMod
ef4c87db803a451c16213a7197470a3e9b40b1c6
[ "MIT" ]
1
2021-06-25T02:58:47.000Z
2021-06-25T02:58:47.000Z
2004/samples/database/ARXDBG/Snoop/ArxDbgUiDlgObjState.cpp
kevinzhwl/ObjectARXMod
ef4c87db803a451c16213a7197470a3e9b40b1c6
[ "MIT" ]
null
null
null
2004/samples/database/ARXDBG/Snoop/ArxDbgUiDlgObjState.cpp
kevinzhwl/ObjectARXMod
ef4c87db803a451c16213a7197470a3e9b40b1c6
[ "MIT" ]
3
2020-05-23T02:47:44.000Z
2020-10-27T01:26:53.000Z
// // (C) Copyright 1998-2002 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software in // object code form for any purpose and without fee is hereby granted, // provided that the above copyright notice appears in all copies and // that both that copyright notice and the limited ...
27.829154
115
0.536131
kevinzhwl
b1dc27479c4daa8ca976e576ff0332ff92bffb3f
731
cpp
C++
Source/Engine/ING/Source/ING/Coder/Coder.cpp
ING-Game-Devs/ing-engine
7379e96433f47c005fb677cb303686e628d41bfe
[ "MIT" ]
12
2022-01-17T13:25:03.000Z
2022-03-19T08:53:56.000Z
Source/Engine/ING/Source/ING/Coder/Coder.cpp
ING-Game-Devs/ing
829611b16a324d1ba0f8fbbd5fdc418e2b9d6aa4
[ "MIT" ]
null
null
null
Source/Engine/ING/Source/ING/Coder/Coder.cpp
ING-Game-Devs/ing
829611b16a324d1ba0f8fbbd5fdc418e2b9d6aa4
[ "MIT" ]
7
2022-01-21T03:50:09.000Z
2022-03-25T14:30:29.000Z
/** * Include Header */ #include "Coder.h" /** * Include Utils */ #include <ING/Utils/Utils.h> using namespace ING::Utils; namespace ING { /** * Constructors And Destructor */ Coder::Coder() { } Coder::~Coder() { } /** * Release Method */ void Coder::Release() { delete this; }...
9.024691
68
0.607387
ING-Game-Devs
b1dda0e81ffc0f4a55df30cc0231f5a18336521f
2,080
cpp
C++
Raymarcher/src/UI/ColorModsUI/ColorModsUI.cpp
conholo/Raymarcher
880a268a1ca11161df52462a2b2908a402408227
[ "Apache-2.0" ]
null
null
null
Raymarcher/src/UI/ColorModsUI/ColorModsUI.cpp
conholo/Raymarcher
880a268a1ca11161df52462a2b2908a402408227
[ "Apache-2.0" ]
null
null
null
Raymarcher/src/UI/ColorModsUI/ColorModsUI.cpp
conholo/Raymarcher
880a268a1ca11161df52462a2b2908a402408227
[ "Apache-2.0" ]
null
null
null
#include "rmpch.h" #include "UI/ColorModsUI/ColorModsUI.h" #include <imgui/imgui.h> namespace RM { namespace UI { static void DrawColorModWindow(const std::string& fractalName, const std::string& title, float* dragFloatA, float* dragFloatB) { std::string originID = "Origin##" + fractalName + title; std::s...
35.862069
128
0.708173
conholo
b1e09603a3103c5638d26cc3f71fd3ea7e5ac015
35,379
cpp
C++
edge_tree.cpp
tstullich/redner
aaae9f1dee97173fc409ceb0941966d3c2d2feb2
[ "MIT" ]
1,146
2018-11-11T01:47:18.000Z
2022-03-31T14:11:03.000Z
edge_tree.cpp
Awcrr/redner
b4f57037af26b720d916bbaf26103a3499101a9f
[ "MIT" ]
177
2018-11-13T22:48:25.000Z
2022-03-30T07:19:29.000Z
edge_tree.cpp
Awcrr/redner
b4f57037af26b720d916bbaf26103a3499101a9f
[ "MIT" ]
127
2018-11-11T02:32:17.000Z
2022-03-31T07:24:03.000Z
#include "edge_tree.h" #include "vector.h" #include "cuda_utils.h" #include "atomic.h" #include "edge.h" #include "parallel.h" #include "thrust_utils.h" #include <thrust/transform_reduce.h> #include <thrust/sequence.h> #include <thrust/fill.h> #include <thrust/partition.h> struct edge_partitioner { DEVICE bool op...
40.066818
106
0.533876
tstullich
b1e0baa1ec211815a0481d94415debb4040dcb2b
158
hpp
C++
include/crucible/IBL.hpp
pianoman373/crucible
fa03ca471fef56cf2def029a14bcc6a467996dfa
[ "MIT" ]
2
2019-02-17T02:55:38.000Z
2019-04-19T04:57:39.000Z
include/crucible/IBL.hpp
pianoman373/crucible
fa03ca471fef56cf2def029a14bcc6a467996dfa
[ "MIT" ]
null
null
null
include/crucible/IBL.hpp
pianoman373/crucible
fa03ca471fef56cf2def029a14bcc6a467996dfa
[ "MIT" ]
1
2018-12-03T22:39:44.000Z
2018-12-03T22:39:44.000Z
#pragma once #include <crucible/Texture.hpp> namespace IBL { void generateIBLmaps(const vec3 &position, Cubemap &irradiance, Cubemap &specular); }
22.571429
88
0.727848
pianoman373
b1e0cf346615d859b919c0c03c7858f7fcde0004
410
cpp
C++
registry/tables/response.cpp
EOSIO-HACKATHON2020/registry-smart-contract
a0cc7cffc5cafb6fd4f4251474f9b09635d44bb0
[ "CC0-1.0" ]
null
null
null
registry/tables/response.cpp
EOSIO-HACKATHON2020/registry-smart-contract
a0cc7cffc5cafb6fd4f4251474f9b09635d44bb0
[ "CC0-1.0" ]
null
null
null
registry/tables/response.cpp
EOSIO-HACKATHON2020/registry-smart-contract
a0cc7cffc5cafb6fd4f4251474f9b09635d44bb0
[ "CC0-1.0" ]
null
null
null
#include "response.hpp" response::response() { } response::response(const uint64_t &_key, const std::vector<std::string> &_answers) : key(_key), answers(_answers) { } uint64_t response::primary_key() const { return key; } std::vector<std::string> response::get_answers() const { return answers; } void r...
16.4
82
0.695122
EOSIO-HACKATHON2020
b1e11325423130d0aece319fbcae984a79351a43
14,704
cpp
C++
example/asio-example.cpp
mkaranki/sdbusplus
a4c9edc12a4f705eedd18f70d33ea0b70211fe2e
[ "Apache-2.0" ]
14
2021-11-04T07:47:37.000Z
2022-03-21T10:10:30.000Z
example/asio-example.cpp
mkaranki/sdbusplus
a4c9edc12a4f705eedd18f70d33ea0b70211fe2e
[ "Apache-2.0" ]
null
null
null
example/asio-example.cpp
mkaranki/sdbusplus
a4c9edc12a4f705eedd18f70d33ea0b70211fe2e
[ "Apache-2.0" ]
6
2021-11-02T10:56:19.000Z
2022-03-06T11:58:20.000Z
#include <boost/asio.hpp> #include <boost/asio/spawn.hpp> #include <sdbusplus/asio/connection.hpp> #include <sdbusplus/asio/object_server.hpp> #include <sdbusplus/asio/sd_event.hpp> #include <sdbusplus/bus.hpp> #include <sdbusplus/exception.hpp> #include <sdbusplus/server.hpp> #include <sdbusplus/timer.hpp> #include <...
34.275058
80
0.557807
mkaranki
b1e28d7ed70f0a489d6f7c370ce8a0a018b4e72a
653
cpp
C++
LeetCode/cpp/841.cpp
ZintrulCre/LeetCode_Archiver
de23e16ead29336b5ee7aa1898a392a5d6463d27
[ "MIT" ]
279
2019-02-19T16:00:32.000Z
2022-03-23T12:16:30.000Z
LeetCode/cpp/841.cpp
ZintrulCre/LeetCode_Archiver
de23e16ead29336b5ee7aa1898a392a5d6463d27
[ "MIT" ]
2
2019-03-31T08:03:06.000Z
2021-03-07T04:54:32.000Z
LeetCode/cpp/841.cpp
ZintrulCre/LeetCode_Crawler
de23e16ead29336b5ee7aa1898a392a5d6463d27
[ "MIT" ]
12
2019-01-29T11:45:32.000Z
2019-02-04T16:31:46.000Z
class Solution { public: bool canVisitAllRooms(vector<vector<int>>& rooms) { vector<int> locked; int size = rooms.size(); locked.push_back(0); for (int i = 1; i < size; ++i) locked.push_back(1); for (int i = 0; i < rooms[0].size(); ++i) { locked[rooms[0][i]] = 0; unlock(rooms[0][i], rooms, locked); ...
23.321429
70
0.554364
ZintrulCre
b1e399ecd9e39b2c0f8b037022ea4b25b9a4b8b4
9,814
cpp
C++
meeting-qt/setup/src/base/encrypt/encrypt_unittest.cpp
GrowthEase/-
5cc7cab95fc309049de8023ff618219dff22d773
[ "MIT" ]
48
2022-03-02T07:15:08.000Z
2022-03-31T08:37:33.000Z
meeting-qt/setup/src/base/encrypt/encrypt_unittest.cpp
chandarlee/Meeting
9350fdea97eb2cdda28b8bffd9c4199de15460d9
[ "MIT" ]
1
2022-02-16T01:54:05.000Z
2022-02-16T01:54:05.000Z
meeting-qt/setup/src/base/encrypt/encrypt_unittest.cpp
chandarlee/Meeting
9350fdea97eb2cdda28b8bffd9c4199de15460d9
[ "MIT" ]
9
2022-03-01T13:41:37.000Z
2022-03-10T06:05:23.000Z
/** * @copyright Copyright (c) 2021 NetEase, Inc. All rights reserved. * Use of this source code is governed by a MIT license that can be found in the LICENSE file. */ // Copyright (c) 2011, NetEase Inc. All rights reserved. // // Author: Ruan Liang <ruanliang@corp.netease.com> // Date: 2011/6/23 // // E...
34.801418
105
0.761361
GrowthEase
b1ea15aa6695b45959e226aab856109ab9cdb1d9
3,713
cpp
C++
Utilities/Poco/Foundation/testsuite/src/TaskTest.cpp
nocnokneo/MITK
2902dcaed2ebf83b08c29d73608e8c70ead9e602
[ "BSD-3-Clause" ]
null
null
null
Utilities/Poco/Foundation/testsuite/src/TaskTest.cpp
nocnokneo/MITK
2902dcaed2ebf83b08c29d73608e8c70ead9e602
[ "BSD-3-Clause" ]
null
null
null
Utilities/Poco/Foundation/testsuite/src/TaskTest.cpp
nocnokneo/MITK
2902dcaed2ebf83b08c29d73608e8c70ead9e602
[ "BSD-3-Clause" ]
null
null
null
// // TaskTest.cpp // // $Id$ // // Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH. // and Contributors. // // Permission is hereby granted, free of charge, to any person or organization // obtaining a copy of the software and accompanying documentation covered by // this license (the "Software"...
22.919753
78
0.690816
nocnokneo
b1eae36d514f7a8c0103b1470887d00b93076f27
616
cpp
C++
RealmLib/Packets/Client/CreateGuild.cpp
SometimesRain/realmnet
76ead08b4a0163a05b65389e512942a620331256
[ "MIT" ]
10
2018-11-25T21:59:43.000Z
2022-01-09T22:41:52.000Z
RealmLib/Packets/Client/CreateGuild.cpp
SometimesRain/realmnet
76ead08b4a0163a05b65389e512942a620331256
[ "MIT" ]
1
2018-11-28T12:59:59.000Z
2018-11-28T12:59:59.000Z
RealmLib/Packets/Client/CreateGuild.cpp
SometimesRain/realmnet
76ead08b4a0163a05b65389e512942a620331256
[ "MIT" ]
6
2018-12-28T22:34:13.000Z
2021-10-16T10:17:17.000Z
#include "stdafx.h" #include <GameData/Constants.h> #include <GameData/TypeManager.h> #include "Packets/PacketWriter.h" #include "Packets/PacketReader.h" #include <Packets/CreateGuild.h> CreateGuild::CreateGuild(const String& name) : name(name) { } CreateGuild::CreateGuild(byte* data) { PacketReader r(data); r...
16.210526
80
0.730519
SometimesRain
b1ef3b34bf746795f986acb63211d1d98bd28e48
1,622
cpp
C++
regression/icosahedral/div.cpp
aurianer/gridtools
5f99471bf36215e2a53317d2c7844bf057231ffa
[ "BSD-3-Clause" ]
null
null
null
regression/icosahedral/div.cpp
aurianer/gridtools
5f99471bf36215e2a53317d2c7844bf057231ffa
[ "BSD-3-Clause" ]
null
null
null
regression/icosahedral/div.cpp
aurianer/gridtools
5f99471bf36215e2a53317d2c7844bf057231ffa
[ "BSD-3-Clause" ]
null
null
null
/* * GridTools * * Copyright (c) 2014-2019, ETH Zurich * All rights reserved. * * Please, refer to the LICENSE file in the root directory. * SPDX-License-Identifier: BSD-3-Clause */ #include <gtest/gtest.h> #include <gridtools/stencil_composition/icosahedral.hpp> #include <gridtools/tools/icosahedral_regressi...
28.964286
90
0.681874
aurianer
b1f032c4b4788243c58a4ca7f5d373ae82adcf37
2,924
cpp
C++
TEvtGen/EvtGen/EvtGenModels/EvtVtoSll.cpp
AllaMaevskaya/AliRoot
c53712645bf1c7d5f565b0d3228e3a6b9b09011a
[ "BSD-3-Clause" ]
52
2016-12-11T13:04:01.000Z
2022-03-11T11:49:35.000Z
TEvtGen/EvtGen/EvtGenModels/EvtVtoSll.cpp
AllaMaevskaya/AliRoot
c53712645bf1c7d5f565b0d3228e3a6b9b09011a
[ "BSD-3-Clause" ]
1,388
2016-11-01T10:27:36.000Z
2022-03-30T15:26:09.000Z
TEvtGen/EvtGen/EvtGenModels/EvtVtoSll.cpp
AllaMaevskaya/AliRoot
c53712645bf1c7d5f565b0d3228e3a6b9b09011a
[ "BSD-3-Clause" ]
275
2016-06-21T20:24:05.000Z
2022-03-31T13:06:19.000Z
//-------------------------------------------------------------------------- // // Environment: // This software is part of the EvtGen package developed jointly // for the BaBar and CLEO collaborations. If you use all or part // of it, please give an appropriate acknowledgement. // // Copyright Informat...
21.984962
76
0.627223
AllaMaevskaya
b1f0b8a27b91264dba6421d942bc7f4b244f09db
6,870
cpp
C++
Sources/simdlib/SimdAvx2Float16.cpp
aestesis/Csimd
b333a8bb7e7f2707ed6167badb8002cfe3504bbc
[ "Apache-2.0" ]
6
2017-10-13T04:29:38.000Z
2018-05-10T13:52:20.000Z
Sources/simdlib/SimdAvx2Float16.cpp
aestesis/Csimd
b333a8bb7e7f2707ed6167badb8002cfe3504bbc
[ "Apache-2.0" ]
null
null
null
Sources/simdlib/SimdAvx2Float16.cpp
aestesis/Csimd
b333a8bb7e7f2707ed6167badb8002cfe3504bbc
[ "Apache-2.0" ]
null
null
null
/* * Simd Library (http://ermig1979.github.io/Simd). * * Copyright (c) 2011-2017 Yermalayeu Ihar. * * 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 with...
43.757962
140
0.552256
aestesis
b1f1ded04ec793af538577cd5d3c09c191b6f515
2,356
cxx
C++
BehaviroalPatterns/mediator/Mediator.cxx
enuguru/design_patterns
7b5a70d65811c39d15cbfa8b7a0603a16a851265
[ "MIT" ]
12
2020-03-01T21:05:28.000Z
2022-03-25T22:25:34.000Z
BehaviroalPatterns/mediator/Mediator.cxx
swarajsomala/design-patterns
5302a899b391d7c01446ab1e5bb9c8f8235e0038
[ "MIT" ]
null
null
null
BehaviroalPatterns/mediator/Mediator.cxx
swarajsomala/design-patterns
5302a899b391d7c01446ab1e5bb9c8f8235e0038
[ "MIT" ]
6
2020-03-17T22:26:16.000Z
2022-01-16T12:54:38.000Z
/* * C++ Design Patterns: * Author: Junzhuo Du [github.com/Junzhuodu] * 2020 * */ #include <iostream> #include <string> #include <vector> class Mediator; class Colleague { public: Colleague(Mediator* const m, unsigned int i) : mediator_(m), id_(i) {} virtual ~Colleague() = default; unsigned in...
23.326733
112
0.622666
enuguru
b1f2b5e69e668d51ec9e406f5215163f56a9a4ac
1,155
hpp
C++
ReactNativeFrontend/ios/Pods/boost/boost/geometry/core/make.hpp
Harshitha91/Tmdb-react-native-node
e06e3f25a7ee6946ef07a1f524fdf62e48424293
[ "Apache-2.0" ]
326
2015-02-08T13:47:49.000Z
2022-03-16T02:13:59.000Z
ReactNativeFrontend/ios/Pods/boost/boost/geometry/core/make.hpp
Harshitha91/Tmdb-react-native-node
e06e3f25a7ee6946ef07a1f524fdf62e48424293
[ "Apache-2.0" ]
623
2015-01-02T23:45:23.000Z
2022-03-09T11:15:23.000Z
ReactNativeFrontend/ios/Pods/boost/boost/geometry/core/make.hpp
Harshitha91/Tmdb-react-native-node
e06e3f25a7ee6946ef07a1f524fdf62e48424293
[ "Apache-2.0" ]
215
2015-01-14T15:50:38.000Z
2022-02-23T03:58:36.000Z
// Boost.Geometry // Copyright (c) 2020, Oracle and/or its affiliates. // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle // Use, modification and distribution is subject to the Boost Software License, // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENS...
24.574468
90
0.738528
Harshitha91
b1f3e6fbb38df1923434f7be96cccd49082363bf
654
cpp
C++
shared/offline_compiler/source/offline_compiler_helper.cpp
8tab/compute-runtime
71bd96ad7184df83c7af04ffa8e0d6678ab26f99
[ "MIT" ]
1
2020-04-17T05:46:04.000Z
2020-04-17T05:46:04.000Z
shared/offline_compiler/source/offline_compiler_helper.cpp
8tab/compute-runtime
71bd96ad7184df83c7af04ffa8e0d6678ab26f99
[ "MIT" ]
null
null
null
shared/offline_compiler/source/offline_compiler_helper.cpp
8tab/compute-runtime
71bd96ad7184df83c7af04ffa8e0d6678ab26f99
[ "MIT" ]
1
2020-05-25T21:57:51.000Z
2020-05-25T21:57:51.000Z
/* * Copyright (C) 2017-2020 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "shared/source/debug_settings/debug_settings_manager.h" #include "shared/source/helpers/hw_info.h" #include "shared/source/utilities/debug_settings_reader_creator.h" namespace NEO { template <DebugFunctionalityLevel De...
27.25
82
0.80581
8tab
b1f799cfacbfc6ed9281e70eafc7f1e3d15e0ed6
771
cpp
C++
droneMissionPlannerROSModule/src/sources/droneMissionPlannerROSModuleNode.cpp
MorS25/cvg_quadrotor_swarm
da75d02049163cf65fd7305bc46a16359a851c7c
[ "BSD-3-Clause" ]
null
null
null
droneMissionPlannerROSModule/src/sources/droneMissionPlannerROSModuleNode.cpp
MorS25/cvg_quadrotor_swarm
da75d02049163cf65fd7305bc46a16359a851c7c
[ "BSD-3-Clause" ]
null
null
null
droneMissionPlannerROSModule/src/sources/droneMissionPlannerROSModuleNode.cpp
MorS25/cvg_quadrotor_swarm
da75d02049163cf65fd7305bc46a16359a851c7c
[ "BSD-3-Clause" ]
null
null
null
/* * * * * */ /// ROS #include "ros/ros.h" #include <stdio.h> #include <iostream> #include "droneMissionPlannerROSModule.h" using namespace std; int main(int argc, char **argv) { ros::init(argc, argv, MODULE_NAME_MISSION_PLANNER); ros::NodeHandle n; //Init cout<<"Starting drone Miss...
9.402439
62
0.596628
MorS25
b1f91d73591b7e2ad48c32e6370e9d8fbb5c6499
3,145
hxx
C++
src/weapon/energy_charge.hxx
AltSysrq/Abendstern
106e1ad2457f7bfd90080eecf49a33f6079f8e1e
[ "BSD-3-Clause" ]
null
null
null
src/weapon/energy_charge.hxx
AltSysrq/Abendstern
106e1ad2457f7bfd90080eecf49a33f6079f8e1e
[ "BSD-3-Clause" ]
null
null
null
src/weapon/energy_charge.hxx
AltSysrq/Abendstern
106e1ad2457f7bfd90080eecf49a33f6079f8e1e
[ "BSD-3-Clause" ]
1
2022-01-29T11:54:41.000Z
2022-01-29T11:54:41.000Z
/** * @file * @author Jason Lingle * @brief Contains the EnergyCharge weapon */ #ifndef ENERGY_CHARGE_HXX_ #define ENERGY_CHARGE_HXX_ #include <vector> #include <cmath> #include "src/sim/game_object.hxx" #include "explode_listener.hxx" class Ship; #define EC_SPEED 0.001f ///< Launch speed of EnergyCharge #defin...
33.457447
101
0.735453
AltSysrq
b1f9c34fc56349a5928d10d96bec1ff376b45084
684
cpp
C++
Q2/Q2/Q2.cpp
HafizHamza19/C-Plus-Plus-41-Question-of-Assignment
9a8a14b48439adb12cbb6e13c4cc0ea5fc901579
[ "MIT" ]
null
null
null
Q2/Q2/Q2.cpp
HafizHamza19/C-Plus-Plus-41-Question-of-Assignment
9a8a14b48439adb12cbb6e13c4cc0ea5fc901579
[ "MIT" ]
null
null
null
Q2/Q2/Q2.cpp
HafizHamza19/C-Plus-Plus-41-Question-of-Assignment
9a8a14b48439adb12cbb6e13c4cc0ea5fc901579
[ "MIT" ]
null
null
null
#include <iostream> #include <conio.h> using namespace std; void main() { cout<<"------------------Intermediate-------------------"; int hafiz; cout<<"\n\n\nEnter Your Marks You Got In Inter Out Off (1100) : "; cin>>hafiz; float hamza; hamza=hafiz*100/1100; cout <<"\nYour Percentage Is: " << hamza <<"%"<<endl<<...
19
67
0.55117
HafizHamza19
b1ff9cc00c937dcdbb0295e46f13368921169969
14,574
cpp
C++
UniEngine/src/SerializationManager.cpp
edisonlee0212/UniEngine-deprecated
4b899980c280ac501c3b5fa2746cf1e71cfedd28
[ "MIT" ]
null
null
null
UniEngine/src/SerializationManager.cpp
edisonlee0212/UniEngine-deprecated
4b899980c280ac501c3b5fa2746cf1e71cfedd28
[ "MIT" ]
null
null
null
UniEngine/src/SerializationManager.cpp
edisonlee0212/UniEngine-deprecated
4b899980c280ac501c3b5fa2746cf1e71cfedd28
[ "MIT" ]
1
2021-09-06T08:07:37.000Z
2021-09-06T08:07:37.000Z
#include "pch.h" #include "SerializationManager.h" #include "CameraComponent.h" #include "DirectionalLight.h" #include "Particles.h" #include "PointLight.h" #include "Ray.h" #include "SpotLight.h" #include "Transforms.h" #include "MeshRenderer.h" #include "RigidBody.h" using namespace UniEngine; ComponentDataRegistra...
30.553459
136
0.687114
edisonlee0212
5900bb923ce23f5ecfc198079133edc6a76a0809
308
hpp
C++
src/kernel/utility/utility.hpp
7E00h/septos
d8f43c98a49c69efef1ec8b0c05420c47784dab8
[ "Unlicense" ]
1
2021-09-30T16:17:52.000Z
2021-09-30T16:17:52.000Z
src/kernel/utility/utility.hpp
7E00h/septos
d8f43c98a49c69efef1ec8b0c05420c47784dab8
[ "Unlicense" ]
null
null
null
src/kernel/utility/utility.hpp
7E00h/septos
d8f43c98a49c69efef1ec8b0c05420c47784dab8
[ "Unlicense" ]
null
null
null
#pragma once #include <kernel/int.hpp> namespace utility { void memset(u8* src, size_t amt, u8 val); void memzro(u8* src, size_t amt); void memcpy(u8* src, u8* dst, size_t amt); template <typename T> T divceil(T a, T b) { return a / b + (a % b != 0); } }
19.25
47
0.542208
7E00h
5902f67cba5ebd917c5dc285ce27efeb5e6d0940
983
cpp
C++
utility/scope_exit.cpp
MaxHonggg/professional_boost
6fff73d3b9832644068dc8fe0443be813c7237b4
[ "BSD-2-Clause" ]
47
2016-05-20T08:49:47.000Z
2022-01-03T01:17:07.000Z
utility/scope_exit.cpp
MaxHonggg/professional_boost
6fff73d3b9832644068dc8fe0443be813c7237b4
[ "BSD-2-Clause" ]
null
null
null
utility/scope_exit.cpp
MaxHonggg/professional_boost
6fff73d3b9832644068dc8fe0443be813c7237b4
[ "BSD-2-Clause" ]
37
2016-07-25T04:52:08.000Z
2022-02-14T03:55:08.000Z
// Copyright (c) 2016 // Author: Chrono Law #include <std.hpp> //using namespace std; #include <boost/scope_exit.hpp> /////////////////////////////////////// void case1() { int *p = new int[100]; BOOST_SCOPE_EXIT((p)) { std::cout << "scope exit called." << std::endl; delete[] p; ...
18.54717
60
0.464903
MaxHonggg
590355da99fddf5b554352eea44d7b13609bedf5
12,913
hpp
C++
include/mantella0_bits/optimiser/nelder_mead_method.hpp
LadySoulnight/Mantella
abc1342a67e126fb569010e14890c2fb2b014628
[ "MIT" ]
null
null
null
include/mantella0_bits/optimiser/nelder_mead_method.hpp
LadySoulnight/Mantella
abc1342a67e126fb569010e14890c2fb2b014628
[ "MIT" ]
null
null
null
include/mantella0_bits/optimiser/nelder_mead_method.hpp
LadySoulnight/Mantella
abc1342a67e126fb569010e14890c2fb2b014628
[ "MIT" ]
null
null
null
/** Nelder-Mead method ------------------ .. cpp:class:: nelder_mead_method : public optimiser .. versionadded:: 1.0.0 Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo do...
37.213256
417
0.624564
LadySoulnight
5906026c6411cb327cc5e3b2358a984a200bbd9a
548
hpp
C++
src/providers/irc/IrcAccount.hpp
devolution2409/chatterino2
978931bcfc40bae63f65c18e7a3274c77c0f45ca
[ "MIT" ]
null
null
null
src/providers/irc/IrcAccount.hpp
devolution2409/chatterino2
978931bcfc40bae63f65c18e7a3274c77c0f45ca
[ "MIT" ]
null
null
null
src/providers/irc/IrcAccount.hpp
devolution2409/chatterino2
978931bcfc40bae63f65c18e7a3274c77c0f45ca
[ "MIT" ]
null
null
null
#pragma once #include <QString> // namespace chatterino { // // class IrcAccount //{ // public: // IrcAccount(const QString &userName, const QString &nickName, const QString &realName, // const QString &password); // const QString &getUserName() const; // const QString &getNickName() const; //...
21.076923
91
0.642336
devolution2409
5908e7163dbd2312fd54a7ff3a83fee267b8a2cb
12,153
cpp
C++
code/pilotfile/JSONFileHandler.cpp
brihernandez/fs2open.github.com
5b173c6060a884bba83ef965ba32f8ad67709de1
[ "Unlicense" ]
307
2015-04-10T13:27:32.000Z
2022-03-21T03:30:38.000Z
code/pilotfile/JSONFileHandler.cpp
brihernandez/fs2open.github.com
5b173c6060a884bba83ef965ba32f8ad67709de1
[ "Unlicense" ]
2,231
2015-04-27T10:47:35.000Z
2022-03-31T19:22:37.000Z
code/pilotfile/JSONFileHandler.cpp
brihernandez/fs2open.github.com
5b173c6060a884bba83ef965ba32f8ad67709de1
[ "Unlicense" ]
282
2015-01-05T12:16:57.000Z
2022-03-28T04:45:11.000Z
#include <jansson.h> #include "pilotfile/JSONFileHandler.h" #include "libs/jansson.h" #include "parse/parselo.h" namespace { const SCP_vector<std::pair<Section, const char*>> SectionMapping { std::pair<Section, const char*>(Section::Unnamed, nullptr), std::pair<Section, const char*>(Section::Flags, "flags"), std::...
32.669355
129
0.731177
brihernandez
590b7ccb1d133c82228e9abfa46f5f7410db9919
9,361
cpp
C++
lib/fractoid/src/painter.cpp
tjira/fractoid
95973199329627b7e12a09ad9825e4357021c3b8
[ "MIT" ]
null
null
null
lib/fractoid/src/painter.cpp
tjira/fractoid
95973199329627b7e12a09ad9825e4357021c3b8
[ "MIT" ]
null
null
null
lib/fractoid/src/painter.cpp
tjira/fractoid
95973199329627b7e12a09ad9825e4357021c3b8
[ "MIT" ]
null
null
null
#include "painter.h" #include "barnsley.h" #include "julia.h" #include "mandelbrot.h" #include "sierpinski.h" using namespace Fractoid; template<class A, class C> Backend::Painter<A, C>::Painter(const Fractal *fractal, const A &algorithm, const C &color, rgb bg) : bg(bg), algorithm(algorithm), color(color) { thi...
51.153005
146
0.610939
tjira
590e04cee7f8234dda2fa64d1ca6e6662bce3804
908
hpp
C++
src/FourierPlan.hpp
develancer/coulombo
4e19a9f20d97427f2ba150f86e48bfc0d07ad555
[ "CC-BY-4.0" ]
null
null
null
src/FourierPlan.hpp
develancer/coulombo
4e19a9f20d97427f2ba150f86e48bfc0d07ad555
[ "CC-BY-4.0" ]
null
null
null
src/FourierPlan.hpp
develancer/coulombo
4e19a9f20d97427f2ba150f86e48bfc0d07ad555
[ "CC-BY-4.0" ]
null
null
null
// Coulombo Ⓒ 2018 // [Computer Physics Communications] Różański & Zieliński: // Efficient computation of Coulomb and exchange integrals for multi-million atom nanostructures #ifndef COULOMBO_FOURIERPLAN_HPP #define COULOMBO_FOURIERPLAN_HPP #include <cassert> #include <memory> #include <fftw3.h> #include "base.hpp" /...
20.636364
96
0.595815
develancer
59141fa4584ac89b07bc0089dd0bdbcce0058ba5
496
hpp
C++
hpx/parallel/memory.hpp
kempj/hpx
ffdbfed5dfa029a0f2e97e7367cb66d12103df67
[ "BSL-1.0" ]
null
null
null
hpx/parallel/memory.hpp
kempj/hpx
ffdbfed5dfa029a0f2e97e7367cb66d12103df67
[ "BSL-1.0" ]
null
null
null
hpx/parallel/memory.hpp
kempj/hpx
ffdbfed5dfa029a0f2e97e7367cb66d12103df67
[ "BSL-1.0" ]
null
null
null
// Copyright (c) 2007-2014 Hartmut Kaiser // // 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) #if !defined(HPX_PARALLEL_MEMORY_OCT_05_2014_0414PM) #define HPX_PARALLEL_MEMORY_OCT_05_2014_0414PM #include <hpx/hpx...
26.105263
80
0.780242
kempj
59153c5de017714e9d7f9dfa09472f4523813428
41,876
cpp
C++
cegui/src/FreeTypeFont.cpp
Costallat/cegui
a398f9264c3223966c903c92f61ad110c5286fc1
[ "MIT" ]
null
null
null
cegui/src/FreeTypeFont.cpp
Costallat/cegui
a398f9264c3223966c903c92f61ad110c5286fc1
[ "MIT" ]
null
null
null
cegui/src/FreeTypeFont.cpp
Costallat/cegui
a398f9264c3223966c903c92f61ad110c5286fc1
[ "MIT" ]
null
null
null
/*********************************************************************** created: 21/2/2004 author: Paul D Turner purpose: Implements FreeTypeFont class *************************************************************************/ /********************************************************************...
34.045528
115
0.642253
Costallat
59185c0f2ac685f082098b6714e89a0b17737fa8
384
cpp
C++
easy/count-the-number-of-consistent-strings/Solution.cpp
xandersavvy/Problem-solving
de9fa307467f9823acfc32754b15671c93000bf1
[ "Unlicense" ]
null
null
null
easy/count-the-number-of-consistent-strings/Solution.cpp
xandersavvy/Problem-solving
de9fa307467f9823acfc32754b15671c93000bf1
[ "Unlicense" ]
null
null
null
easy/count-the-number-of-consistent-strings/Solution.cpp
xandersavvy/Problem-solving
de9fa307467f9823acfc32754b15671c93000bf1
[ "Unlicense" ]
null
null
null
class Solution { public: int countConsistentStrings(string allowed, vector<string>& words) { int count=words.size(); for(int i=0;i<words.size();i++){ for(char j:words[i]){ if(allowed.find(j)==string::npos){ count--; break; ...
24
71
0.440104
xandersavvy
591f8df0d55ce50fbf1d179b4b74649d5a2cd378
29,653
cpp
C++
CPP/Windows/FileFind.cpp
fooziex/7-Zip-zstd
3e0e78700e56e126c3615fe606f4d2bbd6cd2928
[ "BSD-3-Clause" ]
4
2016-07-09T18:03:44.000Z
2016-07-13T18:06:07.000Z
CPP/Windows/FileFind.cpp
fooziex/7-Zip-zstd
3e0e78700e56e126c3615fe606f4d2bbd6cd2928
[ "BSD-3-Clause" ]
1
2021-11-17T14:15:23.000Z
2021-11-17T14:15:23.000Z
CPP/Windows/FileFind.cpp
fooziex/7-Zip-zstd
3e0e78700e56e126c3615fe606f4d2bbd6cd2928
[ "BSD-3-Clause" ]
null
null
null
// Windows/FileFind.cpp #include "StdAfx.h" // #include <stdio.h> #ifndef _WIN32 #include <fcntl.h> /* Definition of AT_* constants */ #include "TimeUtils.h" #endif #include "FileFind.h" #include "FileIO.h" #include "FileName.h" #ifndef _UNICODE extern bool g_IsNT; #endif using namespace NWindows; using...
23.855994
110
0.616194
fooziex
5921bf1e86faca66e55aa79bab604ed77ed19a64
1,414
cpp
C++
src/QtTracker/treeitem.cpp
spayne/vrtracker
53249748c0c4d0e3a1a9d9c200ed010600a4e27e
[ "MIT" ]
null
null
null
src/QtTracker/treeitem.cpp
spayne/vrtracker
53249748c0c4d0e3a1a9d9c200ed010600a4e27e
[ "MIT" ]
null
null
null
src/QtTracker/treeitem.cpp
spayne/vrtracker
53249748c0c4d0e3a1a9d9c200ed010600a4e27e
[ "MIT" ]
null
null
null
/* treeitem.cpp A container for items of data supplied by the simple tree model. */ #include <QStringList> #include "treeitem.h" //! [0] TreeItem::TreeItem(const QList<QVariant> &data, TreeItem *parent) { m_parentItem = parent; m_itemData = data; } //! [0] //! [1] TreeItem::~Tr...
14.729167
69
0.556577
spayne
5923538aa2b82a7c660cdb1022bd0d96c12cb472
32,201
cc
C++
lib/poisson/poisson.cc
usmanianas/saras_latest
c9eb0dd800076a5d92d04c96a14031739998bb60
[ "BSD-3-Clause" ]
null
null
null
lib/poisson/poisson.cc
usmanianas/saras_latest
c9eb0dd800076a5d92d04c96a14031739998bb60
[ "BSD-3-Clause" ]
null
null
null
lib/poisson/poisson.cc
usmanianas/saras_latest
c9eb0dd800076a5d92d04c96a14031739998bb60
[ "BSD-3-Clause" ]
null
null
null
/******************************************************************************************************************************************** * Saras * * Copyright (C) 2019, Mahendra K. Verma * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are pe...
49.312404
178
0.536412
usmanianas
5927738a0fa14fae876f0e31dd0ffa42b89e7745
490
cc
C++
apps/SerStacker/src/c_display_function.cc
amyznikov/SerStacker
6657240210af0b35fff1c5adc1d6f9d51b469e80
[ "CC0-1.0" ]
1
2021-09-03T06:02:59.000Z
2021-09-03T06:02:59.000Z
apps/SerStacker/src/c_display_function.cc
amyznikov/SerStacker
6657240210af0b35fff1c5adc1d6f9d51b469e80
[ "CC0-1.0" ]
1
2021-09-03T03:43:54.000Z
2021-09-10T01:30:46.000Z
apps/SerStacker/src/c_display_function.cc
amyznikov/SerStacker
6657240210af0b35fff1c5adc1d6f9d51b469e80
[ "CC0-1.0" ]
null
null
null
/* * c_display_function.cc * * Created on: Dec 14, 2020 * Author: amyznikov */ #include "c_display_function.h" #include <core/debug.h> c_display_function::c_display_function() : mtf_(c_pixinsight_midtones_transfer_function::create()) { } const c_pixinsight_midtones_transfer_function::ptr & c_display_f...
18.148148
91
0.714286
amyznikov
592c15135d6013ce2289270a7d1d204246176382
4,506
cpp
C++
CPPProjects/LongestCommonSubsequence.cpp
ducaddepar/ProgrammingContest
4c47cada50ed23bd841cfea06a377a4129d4d88f
[ "MIT" ]
39
2018-08-26T05:53:19.000Z
2021-12-11T07:47:24.000Z
CPPProjects/LongestCommonSubsequence.cpp
ducaddepar/ProgrammingContest
4c47cada50ed23bd841cfea06a377a4129d4d88f
[ "MIT" ]
1
2018-06-21T00:40:41.000Z
2018-06-21T00:40:46.000Z
CPPProjects/LongestCommonSubsequence.cpp
ducaddepar/ProgrammingContest
4c47cada50ed23bd841cfea06a377a4129d4d88f
[ "MIT" ]
8
2018-08-27T00:34:23.000Z
2020-09-27T12:51:22.000Z
//#define SUBMIT #ifdef SUBMIT #define LOGLEVEL 0 #define NDEBUG #else #define LOGLEVEL 1 #endif #include <cstdio> #include <algorithm> #include <cstring> #include <cassert> #include <iostream> #include <vector> #include <map> #include <set> #include <cmath> #include <cstdlib> #include <array> #include <type_traits> ...
21.15493
84
0.524412
ducaddepar
592d2cbaf6d84488c6ef527becbe20d9f118b572
17,721
cc
C++
quic/core/qpack/qpack_header_table_test.cc
hanpfei/quiche
a366010c5f5736436338acad1e2a11d17f80c0fe
[ "BSD-3-Clause" ]
8
2019-11-08T04:16:04.000Z
2021-07-11T11:56:52.000Z
quic/core/qpack/qpack_header_table_test.cc
hanpfei/quiche
a366010c5f5736436338acad1e2a11d17f80c0fe
[ "BSD-3-Clause" ]
null
null
null
quic/core/qpack/qpack_header_table_test.cc
hanpfei/quiche
a366010c5f5736436338acad1e2a11d17f80c0fe
[ "BSD-3-Clause" ]
6
2019-09-08T05:40:06.000Z
2021-03-31T01:19:10.000Z
// Copyright (c) 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "net/third_party/quiche/src/quic/core/qpack/qpack_header_table.h" #include "net/third_party/quiche/src/quic/core/qpack/qpack_static_table.h"...
35.8
80
0.707974
hanpfei
592d61922f5631770827bd8bfe8dfe1ad1184b33
26,286
cpp
C++
src/control/velocity_controller/src/velocity_controller_core.cpp
zqw-hooper/AutowareArchitectureProposal
93ca87fd7255be697219a100a97a639a56f6c4a7
[ "Apache-2.0" ]
null
null
null
src/control/velocity_controller/src/velocity_controller_core.cpp
zqw-hooper/AutowareArchitectureProposal
93ca87fd7255be697219a100a97a639a56f6c4a7
[ "Apache-2.0" ]
null
null
null
src/control/velocity_controller/src/velocity_controller_core.cpp
zqw-hooper/AutowareArchitectureProposal
93ca87fd7255be697219a100a97a639a56f6c4a7
[ "Apache-2.0" ]
4
2021-06-21T11:58:51.000Z
2021-08-06T08:25:54.000Z
/* * Copyright 2018-2019 Autoware Foundation. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not enable 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 re...
39.057949
119
0.723275
zqw-hooper
592e8867399e10c8e956d9759ba667daeb494455
215
hpp
C++
include/zisa/mpi/mpi.hpp
1uc/ZisaMPI
4a832e6ea3e3806a5aa26e8bfd6dcdf89902cf2e
[ "MIT" ]
null
null
null
include/zisa/mpi/mpi.hpp
1uc/ZisaMPI
4a832e6ea3e3806a5aa26e8bfd6dcdf89902cf2e
[ "MIT" ]
null
null
null
include/zisa/mpi/mpi.hpp
1uc/ZisaMPI
4a832e6ea3e3806a5aa26e8bfd6dcdf89902cf2e
[ "MIT" ]
null
null
null
// SPDX-License-Identifier: MIT // Copyright (c) 2021 ETH Zurich, Luc Grosheintz-Laval #ifndef ZISA_MPI_HPP_CIKDL #define ZISA_MPI_HPP_CIKDL #include "mpi_decl.hpp" #include "mpi_impl.hpp" #endif // ZISA_MPI_HPP
19.545455
54
0.772093
1uc
59320cb7a543e86a75f1dda55da6389a2c0d611e
1,126
hpp
C++
Zadatak 5.5/trezor.hpp
pikacxe/Cpp_Projects
4c1defc292a284b359a7583fa48ef51f2fec484b
[ "MIT" ]
null
null
null
Zadatak 5.5/trezor.hpp
pikacxe/Cpp_Projects
4c1defc292a284b359a7583fa48ef51f2fec484b
[ "MIT" ]
null
null
null
Zadatak 5.5/trezor.hpp
pikacxe/Cpp_Projects
4c1defc292a284b359a7583fa48ef51f2fec484b
[ "MIT" ]
null
null
null
#ifndef DEF_TREZOR #define DEF_TREZOR #include <iostream> using namespace std; template <class T, int N> class Trezor{ private: T sefovi[N]; bool popunjeni[N]; public: Trezor(){ for (int i = 0; i< N;i++){ sefovi[i] = T(); popunjeni[i] = fal...
22.078431
45
0.408526
pikacxe
5933c571fdfd1a8905dc21d08d06dd5a442c4694
3,968
cpp
C++
Tudat/Astrodynamics/Propagators/UnitTests/unitTestFullPropagationLambertTargeter.cpp
ViktorJordanov/tudat
069ceeab8f12405c356e19f50d6df037914df85c
[ "BSD-3-Clause" ]
null
null
null
Tudat/Astrodynamics/Propagators/UnitTests/unitTestFullPropagationLambertTargeter.cpp
ViktorJordanov/tudat
069ceeab8f12405c356e19f50d6df037914df85c
[ "BSD-3-Clause" ]
null
null
null
Tudat/Astrodynamics/Propagators/UnitTests/unitTestFullPropagationLambertTargeter.cpp
ViktorJordanov/tudat
069ceeab8f12405c356e19f50d6df037914df85c
[ "BSD-3-Clause" ]
null
null
null
<<<<<<< HEAD /* Copyright (c) 2010-2017, Delft University of Technology ======= /* Copyright (c) 2010-2019, Delft University of Technology >>>>>>> origin/master * All rigths reserved * * This file is part of the Tudat. Redistribution and use in source and * binary forms, with or without modification,...
38.524272
159
0.722278
ViktorJordanov
59367cf9297e5ccdb6022b930e4a2176f39b1462
10,013
cc
C++
qpdf/test_large_file.cc
1006079161/qpdf
baeb0f06124c859f71e614d8089ef2e6e6ff954f
[ "Apache-2.0" ]
1,812
2015-01-27T09:07:20.000Z
2022-03-30T23:03:15.000Z
qpdf/test_large_file.cc
1006079161/qpdf
baeb0f06124c859f71e614d8089ef2e6e6ff954f
[ "Apache-2.0" ]
584
2015-01-24T00:31:12.000Z
2022-03-24T21:42:38.000Z
qpdf/test_large_file.cc
1006079161/qpdf
baeb0f06124c859f71e614d8089ef2e6e6ff954f
[ "Apache-2.0" ]
204
2015-04-09T16:28:06.000Z
2022-03-29T14:29:45.000Z
// NOTE: This test program doesn't do anything special to enable large // file support. This is important since it verifies that programs // don't have to do anything special -- all the work is done // internally by the library as long as they don't do their own file // I/O. #include <qpdf/QPDF.hh> #include <qpdf/QPD...
27.135501
77
0.633177
1006079161
59385a9dcf20c4042c5bae157db6e38bac235608
12,992
cpp
C++
legion/engine/core/scheduling/scheduler.cpp
Legion-Engine/Legion-Engine
a2b898e1cc763b82953c6990dde0b379491a30d0
[ "MIT" ]
258
2020-10-22T07:09:57.000Z
2021-09-09T05:47:09.000Z
legion/engine/core/scheduling/scheduler.cpp
LeonBrands/Legion-Engine
40aa1f4a8c59eb0824de1cdda8e17d8dba7bed7c
[ "MIT" ]
51
2020-11-17T13:02:10.000Z
2021-09-07T18:19:39.000Z
legion/engine/core/scheduling/scheduler.cpp
LeonBrands/Legion-Engine
40aa1f4a8c59eb0824de1cdda8e17d8dba7bed7c
[ "MIT" ]
13
2020-12-08T08:06:48.000Z
2021-09-09T05:47:19.000Z
#include <core/scheduling/scheduler.hpp> #include <core/events/events.hpp> #include <core/engine/engine.hpp> namespace legion::core::scheduling { void Scheduler::onInit() { reportDependency<events::EventBus>(); reportDependency<Clock>(); events::EventBus::bindToEvent<events::exit>([](e...
31.843137
133
0.558267
Legion-Engine
593b161afaef7e0b72adced5a6162694b17503f8
1,212
hpp
C++
include/operations/data.hpp
rationalis-petra/hydra
a1c14e560f5f1c64983468e5fd0be7b32824971d
[ "MIT" ]
2
2021-01-14T11:19:02.000Z
2021-03-07T03:08:08.000Z
include/operations/data.hpp
rationalis-petra/hydra
a1c14e560f5f1c64983468e5fd0be7b32824971d
[ "MIT" ]
null
null
null
include/operations/data.hpp
rationalis-petra/hydra
a1c14e560f5f1c64983468e5fd0be7b32824971d
[ "MIT" ]
null
null
null
#ifndef __MODULUS_OPERATIONS_DATA_HPP #define __MODULUS_OPERATIONS_DATA_HPP #include "expressions.hpp" namespace op { void initialize_data(); void initialize_symbol(); void initialize_string(); void initialize_vector(); void initialize_tuple(); void initialize_object(); void initialize_cons(); void i...
24.24
80
0.744224
rationalis-petra
593c4327a4a7631b41377359a3e2dc8627314753
5,786
cpp
C++
VC2010Samples/MFC/Visual C++ 2008 Feature Pack/VisualStudioDemo/ResourceView.cpp
alonmm/VCSamples
6aff0b4902f5027164d593540fcaa6601a0407c3
[ "MIT" ]
300
2019-05-09T05:32:33.000Z
2022-03-31T20:23:24.000Z
VC2010Samples/MFC/Visual C++ 2008 Feature Pack/VisualStudioDemo/ResourceView.cpp
JaydenChou/VCSamples
9e1d4475555b76a17a3568369867f1d7b6cc6126
[ "MIT" ]
9
2016-09-19T18:44:26.000Z
2018-10-26T10:20:05.000Z
VC2010Samples/MFC/Visual C++ 2008 Feature Pack/VisualStudioDemo/ResourceView.cpp
JaydenChou/VCSamples
9e1d4475555b76a17a3568369867f1d7b6cc6126
[ "MIT" ]
633
2019-05-08T07:34:12.000Z
2022-03-30T04:38:28.000Z
// This is a part of the Microsoft Foundation Classes C++ library. // Copyright (c) Microsoft Corporation. All rights reserved. // // This source code is only intended as a supplement to the // Microsoft Foundation Classes Reference and related // electronic documentation provided with the library. // See these source...
26.3
117
0.728483
alonmm
86c8792fb1229559a8fe3edcba44ccbe6e41f5b0
456
cpp
C++
exercises/4/seminar/10/SoftwareCompany/SoftwareCompany.cpp
triffon/oop-2019-20
db199631d59ddefdcc0c8eb3d689de0095618f92
[ "MIT" ]
19
2020-02-21T16:46:50.000Z
2022-01-26T19:59:49.000Z
exercises/4/seminar/10/SoftwareCompany/SoftwareCompany.cpp
triffon/oop-2019-20
db199631d59ddefdcc0c8eb3d689de0095618f92
[ "MIT" ]
1
2020-03-14T08:09:45.000Z
2020-03-14T08:09:45.000Z
exercises/4/seminar/10/SoftwareCompany/SoftwareCompany.cpp
triffon/oop-2019-20
db199631d59ddefdcc0c8eb3d689de0095618f92
[ "MIT" ]
11
2020-02-23T12:29:58.000Z
2021-04-11T08:30:12.000Z
// SoftwareCompany.cpp : This file contains the 'main' function. Program execution begins and ends there. // #include <iostream> #include "Person.h" #include "Client.h" #include "Employee.h" using namespace std; int main() { Person p1("georgi", "todorov", 42); cout << p1; string ordersArr[] = { "order...
18.24
105
0.627193
triffon
86cb2f98c386e8bf3258725260e3e9158753bc1d
3,319
cpp
C++
Wrappers/d3d8/d3d8wrapper.cpp
FrozenFish24/Silent-Hill-2-Enhancements
36c55524824c1e0bb3bdfcaac88ee4a564881a33
[ "Zlib" ]
null
null
null
Wrappers/d3d8/d3d8wrapper.cpp
FrozenFish24/Silent-Hill-2-Enhancements
36c55524824c1e0bb3bdfcaac88ee4a564881a33
[ "Zlib" ]
null
null
null
Wrappers/d3d8/d3d8wrapper.cpp
FrozenFish24/Silent-Hill-2-Enhancements
36c55524824c1e0bb3bdfcaac88ee4a564881a33
[ "Zlib" ]
null
null
null
/** * Copyright (C) 2020 Elisha Riedlinger * * This software is provided 'as-is', without any express or implied warranty. In no event will the * authors be held liable for any damages arising from the use of this software. * Permission is granted to anyone to use this software for any purpose, including co...
31.311321
128
0.726122
FrozenFish24
86cbb51d76787ea3229d814cc1ff3e1cc8c74dd9
1,687
hpp
C++
generator/translator_geocoder_base.hpp
kadetlessy/omim
f28560ac36899ef8694e75a36535b0f1487b285b
[ "Apache-2.0" ]
1
2021-07-02T08:45:02.000Z
2021-07-02T08:45:02.000Z
generator/translator_geocoder_base.hpp
kadetlessy/omim
f28560ac36899ef8694e75a36535b0f1487b285b
[ "Apache-2.0" ]
1
2020-06-15T15:16:23.000Z
2020-06-15T15:59:19.000Z
generator/translator_geocoder_base.hpp
maksimandrianov/omim
cbc5a80d09d585afbda01e471887f63b9d3ab0c2
[ "Apache-2.0" ]
null
null
null
#pragma once #include "generator/osm_element.hpp" #include "generator/translator_interface.hpp" #include "indexer/feature_data.hpp" #include <memory> #include <vector> #include <string> class FeatureBuilder1; struct OsmElement; namespace feature { struct GenerateInfo; } // namespace feature namespace generator {...
28.116667
87
0.771784
kadetlessy
86ce6ba56deb9630a300c67eb817c923731f78da
466
hpp
C++
src/util/serialization/serialization.hpp
wchang22/Nova
3db1e8f8a0dea1dcdd3d3d02332534d5945e17bb
[ "MIT" ]
21
2020-05-02T06:32:23.000Z
2021-07-14T11:22:07.000Z
src/util/serialization/serialization.hpp
wchang22/Nova
3db1e8f8a0dea1dcdd3d3d02332534d5945e17bb
[ "MIT" ]
null
null
null
src/util/serialization/serialization.hpp
wchang22/Nova
3db1e8f8a0dea1dcdd3d3d02332534d5945e17bb
[ "MIT" ]
1
2021-05-24T13:44:56.000Z
2021-05-24T13:44:56.000Z
#ifndef SERIALIZATION_HPP #define SERIALIZATION_HPP #include <iostream> #include <vector> template <typename T> std::istream& operator>>(std::istream& in, std::vector<T>& vec) { T t; while (in >> t) { vec.emplace_back(std::move(t)); } return in; } template <typename T> std::ostream& operator<<(std::ostre...
18.64
72
0.645923
wchang22
86d19d1336c945d1de4b4b3a01c94cf9a65b2dbf
738
hh
C++
include/lowi/registers/r10d.hh
kmc7468/lowi
067358f6b1beaf94286488675b3efaa89359a48b
[ "MIT" ]
4
2017-10-01T07:08:58.000Z
2017-12-03T02:40:49.000Z
include/lowi/registers/r10d.hh
kmc7468/lowi
067358f6b1beaf94286488675b3efaa89359a48b
[ "MIT" ]
null
null
null
include/lowi/registers/r10d.hh
kmc7468/lowi
067358f6b1beaf94286488675b3efaa89359a48b
[ "MIT" ]
null
null
null
#ifndef LOWI_HEADER_REGISTERS_R10D_HH #define LOWI_HEADER_REGISTERS_R10D_HH #include <lowi/register_type.hh> namespace lowi { namespace registers { class r10d final : public register_type { public: r10d(); r10d(const r10d& r10d) = default; r10d(r10d&& r10d) noexcept = default; virtual ~r10d() over...
21.085714
52
0.693767
kmc7468
86d4f06ee7cc06073e9f6aba981d247ecb20924d
931
hpp
C++
PUTM_EV_TELEMETRY_2022/Core/Inc/lib/CanHeaders/PM08-CANBUS-BMS_HV.hpp
PUT-Motorsport/PUTM_EV_TELEMETRY_2022
808ed3e7c9b4263b541a804233e5905f6a9b4240
[ "Apache-2.0" ]
null
null
null
PUTM_EV_TELEMETRY_2022/Core/Inc/lib/CanHeaders/PM08-CANBUS-BMS_HV.hpp
PUT-Motorsport/PUTM_EV_TELEMETRY_2022
808ed3e7c9b4263b541a804233e5905f6a9b4240
[ "Apache-2.0" ]
null
null
null
PUTM_EV_TELEMETRY_2022/Core/Inc/lib/CanHeaders/PM08-CANBUS-BMS_HV.hpp
PUT-Motorsport/PUTM_EV_TELEMETRY_2022
808ed3e7c9b4263b541a804233e5905f6a9b4240
[ "Apache-2.0" ]
1
2021-11-22T20:06:58.000Z
2021-11-22T20:06:58.000Z
//Generated on Sat Apr 30 12:45:15 2022 #ifndef BMS_HV #define BMS_HV #include <cstdint> #include "lib/message_abstraction.hpp" enum struct BMS_HV_states: uint8_t { AIR_opened, // normal AIR_closed, // normal Precharge, // normal Charger_connected, // normal Unbalanced, // warning Unbalanced_critical, // shut d...
23.275
83
0.765843
PUT-Motorsport
86d62028db76db5e8e68caf4f76b0bae74d438ce
38,267
hpp
C++
include/HoudiniEngineUnity/HEU_ObjectNode.hpp
RedBrumbler/BeatSaber-Quest-Codegen
73dda50b5a3e51f10d86b766dcaa24b0c6226e25
[ "Unlicense" ]
null
null
null
include/HoudiniEngineUnity/HEU_ObjectNode.hpp
RedBrumbler/BeatSaber-Quest-Codegen
73dda50b5a3e51f10d86b766dcaa24b0c6226e25
[ "Unlicense" ]
null
null
null
include/HoudiniEngineUnity/HEU_ObjectNode.hpp
RedBrumbler/BeatSaber-Quest-Codegen
73dda50b5a3e51f10d86b766dcaa24b0c6226e25
[ "Unlicense" ]
null
null
null
// Autogenerated from CppHeaderCreator // Created by Sc2ad // ========================================================================= #pragma once // Begin includes #include "beatsaber-hook/shared/utils/typedefs.h" #include "beatsaber-hook/shared/utils/byref.hpp" // Including type: UnityEngine.ScriptableObject #inclu...
65.525685
324
0.774924
RedBrumbler
86d629595d8750b14d1ac5acf316403bf7ca8e4d
6,383
cpp
C++
extrautils/SimpleShredder.cpp
jlzhangfafafa/blasr
be8b7929e05f14cd7199003fd21528df9261dbdd
[ "BSD-3-Clause-Clear" ]
129
2015-01-29T17:18:38.000Z
2022-01-29T14:01:10.000Z
extrautils/SimpleShredder.cpp
jlzhangfafafa/blasr
be8b7929e05f14cd7199003fd21528df9261dbdd
[ "BSD-3-Clause-Clear" ]
268
2015-01-26T16:54:32.000Z
2021-05-27T18:15:35.000Z
extrautils/SimpleShredder.cpp
jlzhangfafafa/blasr
be8b7929e05f14cd7199003fd21528df9261dbdd
[ "BSD-3-Clause-Clear" ]
99
2015-01-02T18:21:38.000Z
2021-10-08T06:49:36.000Z
#include <sstream> #include <string> #include <alignment/statistics/StatUtils.hpp> #include <pbdata/CommandLineParser.hpp> #include <pbdata/FASTAReader.hpp> #include <pbdata/FASTASequence.hpp> #include <pbdata/FASTQSequence.hpp> #include <pbdata/metagenome/FindRandomSequence.hpp> #include <pbdata/utils.hpp> int main(...
38.920732
100
0.575905
jlzhangfafafa
86d96364c570e7a4215e527422095d29374bba76
3,881
cpp
C++
ql/models/marketmodels/products/multistep/multistepinversefloater.cpp
universe1987/QuantLib
bbb0145aff285853755b9f6ed013f53a41163acb
[ "BSD-3-Clause" ]
4
2016-03-28T15:05:23.000Z
2020-02-17T23:05:57.000Z
ql/models/marketmodels/products/multistep/multistepinversefloater.cpp
universe1987/QuantLib
bbb0145aff285853755b9f6ed013f53a41163acb
[ "BSD-3-Clause" ]
1
2015-02-02T20:32:43.000Z
2015-02-02T20:32:43.000Z
ql/models/marketmodels/products/multistep/multistepinversefloater.cpp
pcaspers/quantlib
bbb0145aff285853755b9f6ed013f53a41163acb
[ "BSD-3-Clause" ]
10
2015-01-26T14:50:24.000Z
2015-10-23T07:41:30.000Z
/* -*- mode: c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* Copyright (C) 2006 Giorgio Facchinetti This file is part of QuantLib, a free-software/open-source library for financial quantitative analysts and developers - http://quantlib.org/ QuantLib is free software: you can redistribute it and...
47.329268
170
0.709096
universe1987
86ddbd9fc929077f83e42ffa0b4da80fb82bbb60
7,826
cpp
C++
arangod/Statistics/RequestStatistics.cpp
iamjpn/arangodb
818b3dcbbcf7dc323bbbb8f3fac34444a8afdb25
[ "Apache-2.0" ]
1
2020-10-27T12:19:33.000Z
2020-10-27T12:19:33.000Z
arangod/Statistics/RequestStatistics.cpp
charity1475/arangodb
32bef3ed9abef6f41a11466fe6361ae3e6d99b5e
[ "Apache-2.0" ]
null
null
null
arangod/Statistics/RequestStatistics.cpp
charity1475/arangodb
32bef3ed9abef6f41a11466fe6361ae3e6d99b5e
[ "Apache-2.0" ]
1
2020-10-01T08:49:12.000Z
2020-10-01T08:49:12.000Z
//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2014-2020 ArangoDB GmbH, Cologne, Germany /// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany /// /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except...
33.878788
103
0.613596
iamjpn
86ddeae3c50affcfd7122d5ce163beab90bf0e58
1,150
cpp
C++
search_and_graph/bfs/demo/leetcode_lp07.cpp
Fanjunmin/algorithm-template
db0d37a7c9c37ee9a167918fb74b03d1d09b6fad
[ "MIT" ]
1
2021-04-26T11:03:04.000Z
2021-04-26T11:03:04.000Z
search_and_graph/bfs/demo/leetcode_lp07.cpp
Fanjunmin/algrithm-template
db0d37a7c9c37ee9a167918fb74b03d1d09b6fad
[ "MIT" ]
null
null
null
search_and_graph/bfs/demo/leetcode_lp07.cpp
Fanjunmin/algrithm-template
db0d37a7c9c37ee9a167918fb74b03d1d09b6fad
[ "MIT" ]
null
null
null
class Solution { private: int h[15]; int e[100], ne[100], idx; void init() { memset(h, -1, sizeof(h)); memset(e, 0, sizeof(e)); memset(ne, 0, sizeof(ne)); idx = 0; } void add(int a, int b) { idx++; e[idx] = b; ne[idx] = h[a]; h[a] = idx...
23.958333
62
0.36
Fanjunmin
86df9c9b5f6f471382314d4371ef4ac688ca5e0c
1,382
cpp
C++
z80/z80_processor.cpp
lukka/CppOpenGLWebAssemblyCMake
1e2f161812f808d4467cec7cfd8c2e7181af0a75
[ "MIT" ]
59
2018-06-10T03:29:03.000Z
2022-01-19T18:01:05.000Z
z80/z80_processor.cpp
BlueSolei/CppOpenGLWebAssemblyCMake
4da1c47dd3548aa9595ee8d78b5c01c94b217dad
[ "MIT" ]
3
2019-05-04T10:58:19.000Z
2020-05-15T03:08:20.000Z
z80/z80_processor.cpp
BlueSolei/CppOpenGLWebAssemblyCMake
4da1c47dd3548aa9595ee8d78b5c01c94b217dad
[ "MIT" ]
7
2018-07-02T22:31:07.000Z
2021-05-10T12:07:26.000Z
#include "z80_processor.h" #include "z80_processor_impl.h" namespace Z80 { Processor::Processor(double clockFrequency, uint8_t ram[], Emulator::IOHandler& ioHandler, const std::string tag, Emulator::IMemoryHandler* memoryHandler, Emulator::Cpu& c...
30.043478
78
0.686686
lukka