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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
186c4609c562bc29147ee8642b2a18502409729e | 389 | cpp | C++ | MFC++/SourceCodes/Chapter4/ListOrder.cpp | CoodingPenguin/StudyMaterial | b6d8084fc38673ad6ffb54bc0bc60b2471168810 | [
"MIT"
] | 9 | 2019-02-21T20:20:25.000Z | 2020-04-14T15:18:59.000Z | MFC++/SourceCodes/Chapter4/ListOrder.cpp | CoodingPenguin/StudyMaterial | b6d8084fc38673ad6ffb54bc0bc60b2471168810 | [
"MIT"
] | null | null | null | MFC++/SourceCodes/Chapter4/ListOrder.cpp | CoodingPenguin/StudyMaterial | b6d8084fc38673ad6ffb54bc0bc60b2471168810 | [
"MIT"
] | 2 | 2019-07-09T02:01:37.000Z | 2020-01-07T18:45:25.000Z | ๏ปฟ/* Written by @nErumin (Github)
* 2016-10-25
*
* Topic - ์์ฑ์ ์ด๊ธฐํ ๋ฆฌ์คํธ ๋ด์์ ๋ฉค๋ฒ์ ์ด๊ธฐํ ์์์ ์ฃผ์ํ์.
*/
#include <iostream>
#include <string>
using namespace std;
template <typename T>
class Twin
{
public:
Twin() : second(0), first(0) { }
Twin(T val) : second(val), first(second) { }
private:
T second;
T first;
};
in... | 13.892857 | 45 | 0.601542 | CoodingPenguin |
186cea470da63c4d8213bed891ecb71864a6d25a | 7,753 | cpp | C++ | CursedHeaven/Motor2D/j1SceneMenu.cpp | golden-rhino-studio/CursedHeaven | 16e7bd3e82b64302564251d4856be570add0f98e | [
"MIT"
] | null | null | null | CursedHeaven/Motor2D/j1SceneMenu.cpp | golden-rhino-studio/CursedHeaven | 16e7bd3e82b64302564251d4856be570add0f98e | [
"MIT"
] | 1 | 2019-03-05T18:25:36.000Z | 2019-03-05T18:26:39.000Z | CursedHeaven/Motor2D/j1SceneMenu.cpp | golden-rhino-studio/CursedHeaven | 16e7bd3e82b64302564251d4856be570add0f98e | [
"MIT"
] | null | null | null | #include "j1SceneMenu.h"
#include "j1SceneCredits.h"
#include "j1Scene1.h"
#include "j1Scene2.h"
#include "j1App.h"
#include "p2Log.h"
#include "j1Textures.h"
#include "j1EntityManager.h"
#include "j1FadeToBlack.h"
#include "j1Audio.h"
#include "j1Map.h"
#include "j1Gui.h"
#include "j1Button.h"
#include "j1Label.h"
#in... | 29.591603 | 122 | 0.613698 | golden-rhino-studio |
187a19188be6fec2761d0d1a82027accdf3e1449 | 11,297 | cxx | C++ | libs/stream_message/src/transport.cxx | kit-transue/software-emancipation-discover | bec6f4ef404d72f361d91de954eae9a3bd669ce3 | [
"BSD-2-Clause"
] | 2 | 2015-11-24T03:31:12.000Z | 2015-11-24T16:01:57.000Z | libs/stream_message/src/transport.cxx | radtek/software-emancipation-discover | bec6f4ef404d72f361d91de954eae9a3bd669ce3 | [
"BSD-2-Clause"
] | null | null | null | libs/stream_message/src/transport.cxx | radtek/software-emancipation-discover | bec6f4ef404d72f361d91de954eae9a3bd669ce3 | [
"BSD-2-Clause"
] | 1 | 2019-05-19T02:26:08.000Z | 2019-05-19T02:26:08.000Z | /*************************************************************************
* Copyright (c) 2015, Synopsys, Inc. *
* All rights reserved. *
* *
* Redistribution and... | 28.2425 | 97 | 0.585908 | kit-transue |
18802f774a0e957be4c3c039fdab646afd528f3b | 685 | cpp | C++ | C++/Template/coding_test_template.cpp | 0417yjy/source-storage | 13a58f84140eab84e48421414219f4f0ff4ac88a | [
"MIT"
] | null | null | null | C++/Template/coding_test_template.cpp | 0417yjy/source-storage | 13a58f84140eab84e48421414219f4f0ff4ac88a | [
"MIT"
] | 1 | 2020-10-09T18:11:55.000Z | 2020-10-09T18:14:16.000Z | C++/Template/coding_test_template.cpp | 0417yjy/source-storage | 13a58f84140eab84e48421414219f4f0ff4ac88a | [
"MIT"
] | null | null | null | #include <iostream>
#include <string>
using namespace std;
/* Write your own Classes, Structures, or Functions here */
/* Main Function */
int main(void) {
int test_num;
string input;
/* Define the number of test cases */
cin >> test_num;
cin.ignore();
string* answers = new string[test_num];... | 20.147059 | 59 | 0.569343 | 0417yjy |
18817926dd5dcfab91191f05da2d173a13f50385 | 4,593 | cpp | C++ | querydata/Producer.cpp | fmidev/smartmet-engine-querydata | dc4731ea7cc8ad1e0f673030ad9fe77481cb4f51 | [
"MIT"
] | null | null | null | querydata/Producer.cpp | fmidev/smartmet-engine-querydata | dc4731ea7cc8ad1e0f673030ad9fe77481cb4f51 | [
"MIT"
] | null | null | null | querydata/Producer.cpp | fmidev/smartmet-engine-querydata | dc4731ea7cc8ad1e0f673030ad9fe77481cb4f51 | [
"MIT"
] | 1 | 2017-05-15T09:06:45.000Z | 2017-05-15T09:06:45.000Z | // ======================================================================
#include "Producer.h"
#include <macgyver/Exception.h>
#include <macgyver/TimeParser.h>
#include <stdexcept>
namespace SmartMet
{
namespace Engine
{
namespace Querydata
{
// ----------------------------------------------------------------------
... | 30.417219 | 98 | 0.553451 | fmidev |
1882d88aab3e2e3423f5afda9fd7ebfb48ca4896 | 2,017 | cpp | C++ | tests/Game/src/QuadtreeTest.cpp | cristianglezm/AntFarm | df7551621ad6eda6dae43a2ede56222500be1ae1 | [
"Apache-2.0"
] | null | null | null | tests/Game/src/QuadtreeTest.cpp | cristianglezm/AntFarm | df7551621ad6eda6dae43a2ede56222500be1ae1 | [
"Apache-2.0"
] | 1 | 2016-03-13T10:55:21.000Z | 2016-03-13T10:55:21.000Z | tests/Game/src/QuadtreeTest.cpp | cristianglezm/AntFarm | df7551621ad6eda6dae43a2ede56222500be1ae1 | [
"Apache-2.0"
] | null | null | null | #include <../include/QuadtreeTest.hpp>
#include <Utils/Quadtree.hpp>
#include <Utils/String.hpp>
#include <Entity/Entity.hpp>
#include <Components/Component.hpp>
#include <Components/ComponentMask.hpp>
#include <Event/EventsAlias.hpp>
#include <EntityManager/EntityManager.hpp>
#include <cassert>
#include <list>
#includ... | 41.163265 | 142 | 0.608825 | cristianglezm |
188490749e4475f4e9ce46fa299f1f5df6e908f6 | 796 | hpp | C++ | graph/connected_components.hpp | kmyk/competitive-programming-library | 77efa23a69f06202bb43f4dc6b0550e4cdb48e0b | [
"MIT"
] | 55 | 2018-01-11T02:20:02.000Z | 2022-03-24T06:18:54.000Z | graph/connected_components.hpp | kmyk/competitive-programming-library | 77efa23a69f06202bb43f4dc6b0550e4cdb48e0b | [
"MIT"
] | 10 | 2016-10-29T08:20:04.000Z | 2021-02-27T13:14:53.000Z | graph/connected_components.hpp | kmyk/competitive-programming-library | 77efa23a69f06202bb43f4dc6b0550e4cdb48e0b | [
"MIT"
] | 11 | 2016-10-29T06:00:53.000Z | 2021-06-16T14:32:43.000Z | #pragma once
#include <stack>
#include <vector>
#include "../utils/macros.hpp"
/**
* @param g is an undirected graph
*/
int count_connected_components(const std::vector<std::vector<int> > & g) {
int n = g.size();
int cnt = 0;
std::vector<bool> used(n);
std::stack<int> stk;
REP (z, n) if (not used... | 22.111111 | 74 | 0.508794 | kmyk |
1888c4a2cdbd947d65a7b1d4d0b75113167c7d6d | 11,083 | cc | C++ | compiler/backends/vnuslib/analyze.cc | CvR42/timber-compiler | fcd35f78378dff111902052916f76adb037f2cf1 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 2 | 2018-04-21T00:43:16.000Z | 2019-03-14T03:22:08.000Z | compiler/backends/vnuslib/analyze.cc | CvR42/timber-compiler | fcd35f78378dff111902052916f76adb037f2cf1 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | compiler/backends/vnuslib/analyze.cc | CvR42/timber-compiler | fcd35f78378dff111902052916f76adb037f2cf1 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | // File: analyze.c
#include <tmc.h>
#include "vnusbasetypes.h"
#include "tmadmin.h"
#include "vnusctl.h"
static bool is_constant_expression( const_expression_list xl );
bool is_constant_expression( const_expression x )
{
switch( x->tag ){
case TAGExprBoolean:
case TAGExprByte:
case TAGExprChar:
case TAGExpr... | 25.595843 | 87 | 0.729496 | CvR42 |
188d66dc1898b08b81bbd5da5de4039c31c7e74d | 2,512 | cpp | C++ | SPOJ/LOSTNSURVIVED_Lost_and_survived.cpp | ASM-ATIKUR/Competitive_Programming_Atikur_Rahman | 9552e4dca7daad5c07542514d4b8c8baabea1989 | [
"MIT"
] | null | null | null | SPOJ/LOSTNSURVIVED_Lost_and_survived.cpp | ASM-ATIKUR/Competitive_Programming_Atikur_Rahman | 9552e4dca7daad5c07542514d4b8c8baabea1989 | [
"MIT"
] | null | null | null | SPOJ/LOSTNSURVIVED_Lost_and_survived.cpp | ASM-ATIKUR/Competitive_Programming_Atikur_Rahman | 9552e4dca7daad5c07542514d4b8c8baabea1989 | [
"MIT"
] | null | null | null | /***
** A S M Atikur Rahman
** Update: 27-10-2019
***/
#include <bits/stdc++.h>
#define sci(x) scanf("%d", &(x))
#define scll(x) scanf("%lld", &(x))
#define scd(x) scanf("%lf", &(x))
#define scstr(x) scanf("%s", x)
#define pfi(x) printf("%d", (x))
#define pfll(x) printf("%lld", (x))
#define pfd(x) printf("%f",... | 18.335766 | 52 | 0.500796 | ASM-ATIKUR |
189518ab75c19537d1f199730ae59917538f2012 | 271 | hpp | C++ | include/RED4ext/Scripting/Natives/Generated/world/ProxySyncNormalSource.hpp | jackhumbert/RED4ext.SDK | 2c55eccb83beabbbe02abae7945af8efce638fca | [
"MIT"
] | 42 | 2020-12-25T08:33:00.000Z | 2022-03-22T14:47:07.000Z | include/RED4ext/Scripting/Natives/Generated/world/ProxySyncNormalSource.hpp | jackhumbert/RED4ext.SDK | 2c55eccb83beabbbe02abae7945af8efce638fca | [
"MIT"
] | 38 | 2020-12-28T22:36:06.000Z | 2022-02-16T11:25:47.000Z | include/RED4ext/Scripting/Natives/Generated/world/ProxySyncNormalSource.hpp | jackhumbert/RED4ext.SDK | 2c55eccb83beabbbe02abae7945af8efce638fca | [
"MIT"
] | 20 | 2020-12-28T22:17:38.000Z | 2022-03-22T17:19:01.000Z | #pragma once
// This file is generated from the Game's Reflection data
#include <cstdint>
namespace RED4ext
{
namespace world {
enum class ProxySyncNormalSource : uint8_t
{
From_Groups = 0,
From_Face_Average = 1,
};
} // namespace world
} // namespace RED4ext
| 16.9375 | 57 | 0.723247 | jackhumbert |
189a75128d44fdecab61ac10f0abd38028264ca2 | 2,157 | cpp | C++ | ros_stairsdetection/src/transform_helper.cpp | ne0h/hmmwv_stairsdetection | f07a0ac1b0063df0057d806a95cc02a7dad5cb04 | [
"MIT"
] | null | null | null | ros_stairsdetection/src/transform_helper.cpp | ne0h/hmmwv_stairsdetection | f07a0ac1b0063df0057d806a95cc02a7dad5cb04 | [
"MIT"
] | null | null | null | ros_stairsdetection/src/transform_helper.cpp | ne0h/hmmwv_stairsdetection | f07a0ac1b0063df0057d806a95cc02a7dad5cb04 | [
"MIT"
] | null | null | null | #include <vector>
#include "transform_helper.hpp"
#include "step.hpp"
#include "print_helpers.hpp"
void TransformHelper::getAABB(pcl::PointCloud<pcl::PointXYZ>::Ptr cloud, Step &step) {
pcl::MomentOfInertiaEstimation<pcl::PointXYZ> feature_extractor;
feature_extractor.setInputCloud(cloud);
feature_extractor.comput... | 25.678571 | 114 | 0.679648 | ne0h |
189ae4918e3d33a0dd210bb155baca9890bf91a1 | 6,040 | cpp | C++ | src/PeakFinder.cpp | AustinHartman/shasta | 105b8e85e272247f72ced59005c88879631931c0 | [
"BSD-3-Clause"
] | 267 | 2018-07-31T16:12:24.000Z | 2022-03-29T13:57:53.000Z | src/PeakFinder.cpp | AustinHartman/shasta | 105b8e85e272247f72ced59005c88879631931c0 | [
"BSD-3-Clause"
] | 140 | 2018-08-10T14:14:19.000Z | 2022-02-18T22:05:05.000Z | src/PeakFinder.cpp | AustinHartman/shasta | 105b8e85e272247f72ced59005c88879631931c0 | [
"BSD-3-Clause"
] | 47 | 2018-09-28T18:29:37.000Z | 2022-02-21T02:45:40.000Z | #include "PeakFinder.hpp"
#include <algorithm>
using namespace shasta;
shasta::PeakFinderException::PeakFinderException(double minAreaFraction, double observedAreaFraction):
minPercentArea(minAreaFraction),
observedPercentArea(observedAreaFraction)
{}
PeakFinder::Peak::Peak(uint64_t start):
... | 30.2 | 117 | 0.557781 | AustinHartman |
189e7707b67a194ef203a1fc6f5b83731544dc5d | 3,971 | cc | C++ | example/chipset_c_driver.cc | alex4747-pub/proper_singleton | 2f667421b2832f2ce83b73507ce9c5ac00e66358 | [
"MIT"
] | null | null | null | example/chipset_c_driver.cc | alex4747-pub/proper_singleton | 2f667421b2832f2ce83b73507ce9c5ac00e66358 | [
"MIT"
] | null | null | null | example/chipset_c_driver.cc | alex4747-pub/proper_singleton | 2f667421b2832f2ce83b73507ce9c5ac00e66358 | [
"MIT"
] | null | null | null | // Copyright (C) 2020 Aleksey Romanov (aleksey at voltanet dot io)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to us... | 29.857143 | 80 | 0.725258 | alex4747-pub |
189fe478e94472ff943c05958b02dfe6d30306e6 | 1,452 | cpp | C++ | src/hexview/editor/structure_brush.cpp | ejrh/hex | 3c063ce142e6b62fb0f92f71bc94280305b53322 | [
"MIT"
] | 7 | 2015-09-15T13:20:23.000Z | 2020-12-07T10:14:57.000Z | src/hexview/editor/structure_brush.cpp | ejrh/hex | 3c063ce142e6b62fb0f92f71bc94280305b53322 | [
"MIT"
] | null | null | null | src/hexview/editor/structure_brush.cpp | ejrh/hex | 3c063ce142e6b62fb0f92f71bc94280305b53322 | [
"MIT"
] | 1 | 2018-09-07T00:54:35.000Z | 2018-09-07T00:54:35.000Z | #include "common.h"
#include "hexgame/game/game.h"
#include "hexgame/game/game_messages.h"
#include "hexview/editor/brush.h"
namespace hex {
void StructureBrush::paint(const Point point, int radius, Game *game, GameView *view) {
const Tile& tile = game->level.tiles[point];
Atom current_structure_type = ti... | 27.396226 | 115 | 0.703168 | ejrh |
18a09285753f7bc1a6f9b320bbea64fe3a7be555 | 5,782 | cc | C++ | celeriteflow/ops/celerite_solve_grad_op.cc | mirca/celeriteflow | ed09a178df05856097552a9081b6eb6d537216ee | [
"MIT"
] | null | null | null | celeriteflow/ops/celerite_solve_grad_op.cc | mirca/celeriteflow | ed09a178df05856097552a9081b6eb6d537216ee | [
"MIT"
] | null | null | null | celeriteflow/ops/celerite_solve_grad_op.cc | mirca/celeriteflow | ed09a178df05856097552a9081b6eb6d537216ee | [
"MIT"
] | null | null | null | #include "tensorflow/core/framework/op_kernel.h"
#include "tensorflow/core/framework/tensor_shape.h"
#include "tensorflow/core/platform/default/logging.h"
#include "tensorflow/core/framework/shape_inference.h"
#include <Eigen/Core>
#include "celerite.h"
using namespace tensorflow;
REGISTER_OP("CeleriteSolveGrad")
... | 40.433566 | 125 | 0.618298 | mirca |
18a6069500d153ba1d95fcb6efa3c136a33c91a7 | 10,741 | cc | C++ | extractor/rule_factory.cc | kho/cdec | d88186af251ecae60974b20395ce75807bfdda35 | [
"BSD-3-Clause-LBNL",
"Apache-2.0"
] | 114 | 2015-01-11T05:41:03.000Z | 2021-08-31T03:47:12.000Z | extractor/rule_factory.cc | kho/cdec | d88186af251ecae60974b20395ce75807bfdda35 | [
"BSD-3-Clause-LBNL",
"Apache-2.0"
] | 29 | 2015-01-09T01:00:09.000Z | 2019-09-25T06:04:02.000Z | extractor/rule_factory.cc | kho/cdec | d88186af251ecae60974b20395ce75807bfdda35 | [
"BSD-3-Clause-LBNL",
"Apache-2.0"
] | 50 | 2015-02-13T13:48:39.000Z | 2019-08-07T09:45:11.000Z | #include "rule_factory.h"
#include <chrono>
#include <memory>
#include <queue>
#include <vector>
#include "grammar.h"
#include "fast_intersector.h"
#include "matchings_finder.h"
#include "phrase.h"
#include "phrase_builder.h"
#include "rule.h"
#include "rule_extractor.h"
#include "phrase_location_sampler.h"
#include ... | 34.648387 | 80 | 0.691649 | kho |
18a95811f419f32e990e5add4fb442d7b5048035 | 2,516 | cpp | C++ | projects/roseToLLVM/Analysis/Alias/src/AliasAnalysisGatherer.cpp | maurizioabba/rose | 7597292cf14da292bdb9a4ef573001b6c5b9b6c0 | [
"BSD-3-Clause"
] | 4 | 2017-12-19T17:15:00.000Z | 2021-02-05T12:25:50.000Z | projects/roseToLLVM/Analysis/Alias/src/AliasAnalysisGatherer.cpp | sujankh/rose-matlab | 7435d4fa1941826c784ba97296c0ec55fa7d7c7e | [
"BSD-3-Clause"
] | null | null | null | projects/roseToLLVM/Analysis/Alias/src/AliasAnalysisGatherer.cpp | sujankh/rose-matlab | 7435d4fa1941826c784ba97296c0ec55fa7d7c7e | [
"BSD-3-Clause"
] | 2 | 2019-02-19T01:27:51.000Z | 2019-02-19T12:29:49.000Z | #include <AliasAnalysisGatherer.h>
#include <llvm/Analysis/AliasSetTracker.h>
#include <llvm/Function.h>
#include <llvm/Assembly/Writer.h>
#include <llvm/Support/raw_ostream.h>
#include <llvm/ADT/DenseSet.h>
using namespace llvm;
char AAGatherer::ID = 0;
static RegisterPass<AAGatherer>
X("aa-gather", "Gather Alias A... | 25.673469 | 129 | 0.632353 | maurizioabba |
18ab2d0479c12b435527d58e3b5ddbda1537ab67 | 1,776 | cpp | C++ | Code/C++/Trie/hdu1075.cpp | EdmundLuan/NOIP14-16 | c4277dfc7467346d6c67dd4cfae9a9caa08b487c | [
"MIT"
] | null | null | null | Code/C++/Trie/hdu1075.cpp | EdmundLuan/NOIP14-16 | c4277dfc7467346d6c67dd4cfae9a9caa08b487c | [
"MIT"
] | null | null | null | Code/C++/Trie/hdu1075.cpp | EdmundLuan/NOIP14-16 | c4277dfc7467346d6c67dd4cfae9a9caa08b487c | [
"MIT"
] | null | null | null | #include <cstdio>
#include <cstring>
#include <iostream>
#include <algorithm>
#include <cstdlib>
#include <cctype>
using namespace std;
//#define filestream
typedef struct NODE {
char data;
char trans[12];
bool finished;
NODE *son, *bro;
} node;
char chr;
char st[50], st1[50];
node *root = NULL;
node* init() {
... | 17.411765 | 49 | 0.554054 | EdmundLuan |
18af15dbeb60891946e1e6f828a144420e7aeba4 | 23 | cpp | C++ | src/common/TyObject.cpp | tmtmazum/tylang | e8c382bfe7da826017c405153150a9e0433b329f | [
"MIT"
] | null | null | null | src/common/TyObject.cpp | tmtmazum/tylang | e8c382bfe7da826017c405153150a9e0433b329f | [
"MIT"
] | null | null | null | src/common/TyObject.cpp | tmtmazum/tylang | e8c382bfe7da826017c405153150a9e0433b329f | [
"MIT"
] | null | null | null | #include "TyObject.h"
| 7.666667 | 21 | 0.695652 | tmtmazum |
18b62f1b6c1dd5ec615725615cef909edc1fcd43 | 6,538 | cpp | C++ | frameworks/bridge/declarative_frontend/engine/quickjs/modules/qjs_curves_module.cpp | openharmony-gitee-mirror/ace_ace_engine | 78013960cdce81348d1910e466a3292605442a5e | [
"Apache-2.0"
] | null | null | null | frameworks/bridge/declarative_frontend/engine/quickjs/modules/qjs_curves_module.cpp | openharmony-gitee-mirror/ace_ace_engine | 78013960cdce81348d1910e466a3292605442a5e | [
"Apache-2.0"
] | null | null | null | frameworks/bridge/declarative_frontend/engine/quickjs/modules/qjs_curves_module.cpp | openharmony-gitee-mirror/ace_ace_engine | 78013960cdce81348d1910e466a3292605442a5e | [
"Apache-2.0"
] | 1 | 2021-09-13T11:17:50.000Z | 2021-09-13T11:17:50.000Z | /*
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... | 37.147727 | 119 | 0.687825 | openharmony-gitee-mirror |
18b772e47fc0950c2daa3346f1486945f699d35a | 3,939 | cpp | C++ | 01_Develop/libXMFFmpeg/Source/libavcodec/ptx.cpp | mcodegeeks/OpenKODE-Framework | d4382d781da7f488a0e7667362a89e8e389468dd | [
"MIT"
] | 2 | 2017-08-03T07:15:00.000Z | 2018-06-18T10:32:53.000Z | 01_Develop/libXMFFmpeg/Source/libavcodec/ptx.cpp | mcodegeeks/OpenKODE-Framework | d4382d781da7f488a0e7667362a89e8e389468dd | [
"MIT"
] | null | null | null | 01_Develop/libXMFFmpeg/Source/libavcodec/ptx.cpp | mcodegeeks/OpenKODE-Framework | d4382d781da7f488a0e7667362a89e8e389468dd | [
"MIT"
] | 2 | 2019-03-04T22:57:42.000Z | 2020-03-06T01:32:26.000Z | /*
* V.Flash PTX (.ptx) image decoder
* Copyright (c) 2007 Ivo van Poorten
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of th... | 29.177778 | 79 | 0.617669 | mcodegeeks |
18b9c8834a2e403a82ff33d9a1597a7a1f4307f1 | 24,908 | cpp | C++ | resources/Wireshark/WiresharkDissectorFoo/ui/qt/models/decode_as_model.cpp | joshis1/C_Programming | 4a8003321251448a167bfca0b595c5eeab88608d | [
"MIT"
] | 2 | 2020-09-11T05:51:42.000Z | 2020-12-31T11:42:02.000Z | resources/Wireshark/WiresharkDissectorFoo/ui/qt/models/decode_as_model.cpp | joshis1/C_Programming | 4a8003321251448a167bfca0b595c5eeab88608d | [
"MIT"
] | null | null | null | resources/Wireshark/WiresharkDissectorFoo/ui/qt/models/decode_as_model.cpp | joshis1/C_Programming | 4a8003321251448a167bfca0b595c5eeab88608d | [
"MIT"
] | null | null | null | /* decode_as_model.cpp
* Data model for Decode As records.
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "decode_as_model.h"
#include <epan/to_str.h>
#include <epan/decode_as.h>
#include ... | 33.255007 | 173 | 0.59246 | joshis1 |
18ba4a985e0e563a2b0f52dc952256c0cca99327 | 59 | cpp | C++ | src/Asciir/Entities/ECS.cpp | karstensensensen/AsciiRender | 1eb61e655d679cc5833c96d96fab3ccf9672f91f | [
"MIT"
] | 2 | 2021-07-24T14:42:15.000Z | 2021-07-24T14:43:08.000Z | src/Asciir/Entities/ECS.cpp | karstensensensen/AsciiRender | 1eb61e655d679cc5833c96d96fab3ccf9672f91f | [
"MIT"
] | null | null | null | src/Asciir/Entities/ECS.cpp | karstensensensen/AsciiRender | 1eb61e655d679cc5833c96d96fab3ccf9672f91f | [
"MIT"
] | null | null | null | #include "arpch.h"
#include "ECS.h"
namespace Asciir
{
}
| 7.375 | 18 | 0.661017 | karstensensensen |
18bae017147e708f8d62f0b647ac4008845f69f7 | 8,587 | cpp | C++ | Bindings/Java/OpenSimJNI/Hooks/SimtkAnimationCallback.cpp | chrisdembia/opensim-debian | 50c255ce850aab252f26ac73b67bd2b78dc65cfe | [
"Apache-2.0"
] | null | null | null | Bindings/Java/OpenSimJNI/Hooks/SimtkAnimationCallback.cpp | chrisdembia/opensim-debian | 50c255ce850aab252f26ac73b67bd2b78dc65cfe | [
"Apache-2.0"
] | null | null | null | Bindings/Java/OpenSimJNI/Hooks/SimtkAnimationCallback.cpp | chrisdembia/opensim-debian | 50c255ce850aab252f26ac73b67bd2b78dc65cfe | [
"Apache-2.0"
] | null | null | null | /* -------------------------------------------------------------------------- *
* OpenSim: SimtkAnimationCallback.cpp *
* -------------------------------------------------------------------------- *
* The OpenSim API is a toolkit for musculoskeletal modeling and simulation. *
... | 39.939535 | 129 | 0.598696 | chrisdembia |
18be6d5703b31beabe566941af285a75486b8cb3 | 507 | cpp | C++ | ACMSGURU/358.cpp | Alipashaimani/Competitive-programming | 5d55567b71ea61e69a6450cda7323c41956d3cb9 | [
"MIT"
] | null | null | null | ACMSGURU/358.cpp | Alipashaimani/Competitive-programming | 5d55567b71ea61e69a6450cda7323c41956d3cb9 | [
"MIT"
] | null | null | null | ACMSGURU/358.cpp | Alipashaimani/Competitive-programming | 5d55567b71ea61e69a6450cda7323c41956d3cb9 | [
"MIT"
] | null | null | null | #include <bits/stdc++.h>
using namespace std;
#define rep(i, t) for(ll i=0; i<t; i++)
#define FOR(i, s, e) for(ll i=s; i<=e; i++)
#define pb push_back
#define mp make_pair
#define p1 first
#define p2 second
typedef unsigned long long int ull;
typedef long long int ll;
typedef short int si;
int main(){
ios_base::sy... | 16.354839 | 43 | 0.607495 | Alipashaimani |
18c20e2fe984fae6c47652b70c5f68403a947e9a | 474 | cpp | C++ | Estudiante.cpp | jlguevara99/Examen2P3_JuanGuevara | 141dbdb40b1c3c57a8410366ab8c463004df93be | [
"MIT"
] | null | null | null | Estudiante.cpp | jlguevara99/Examen2P3_JuanGuevara | 141dbdb40b1c3c57a8410366ab8c463004df93be | [
"MIT"
] | null | null | null | Estudiante.cpp | jlguevara99/Examen2P3_JuanGuevara | 141dbdb40b1c3c57a8410366ab8c463004df93be | [
"MIT"
] | null | null | null | #include "Estudiante.h"
Estudiante::Estudiante(string pnam, string fec, int ed, double al, string co, string cp, string lik, string dlik,string san,Quirk* quir, double prom, string clas){
nombre = pnam;
fecha = fec;
edad = ed;
altura = al;
colorP = co;
colorO = cp;
likes = lik;
dislikes = dlik;
sangre = san;... | 16.928571 | 163 | 0.679325 | jlguevara99 |
18c787cc0083ffdcc875b2d547e2ef551bcf7474 | 10,686 | cpp | C++ | ecmascript/compiler/llvm_codegen.cpp | openharmony-gitee-mirror/ark_js_runtime | b5ac878349b00b337c45f4702332c23aa82e1e28 | [
"Apache-2.0"
] | 3 | 2021-09-08T09:16:18.000Z | 2021-12-28T21:14:06.000Z | ecmascript/compiler/llvm_codegen.cpp | openharmony-gitee-mirror/ark_js_runtime | b5ac878349b00b337c45f4702332c23aa82e1e28 | [
"Apache-2.0"
] | null | null | null | ecmascript/compiler/llvm_codegen.cpp | openharmony-gitee-mirror/ark_js_runtime | b5ac878349b00b337c45f4702332c23aa82e1e28 | [
"Apache-2.0"
] | 1 | 2021-09-13T11:21:59.000Z | 2021-09-13T11:21:59.000Z | /*
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | 38.438849 | 119 | 0.636721 | openharmony-gitee-mirror |
18d0f4d3d6632af6a5f55705d7be358abfc4dd64 | 3,516 | cpp | C++ | example_sequencing3_wolfram_dub/src/WolframSeq.cpp | nspotrepka/ofxPDSP | e106991f4abf4314116d4e7c4ef7ad69d6ca005f | [
"MIT"
] | 288 | 2016-02-06T18:50:47.000Z | 2022-03-21T12:54:30.000Z | example_sequencing3_wolfram_dub/src/WolframSeq.cpp | nspotrepka/ofxPDSP | e106991f4abf4314116d4e7c4ef7ad69d6ca005f | [
"MIT"
] | 68 | 2016-03-09T15:12:48.000Z | 2021-11-29T14:05:49.000Z | example_sequencing3_wolfram_dub/src/WolframSeq.cpp | nspotrepka/ofxPDSP | e106991f4abf4314116d4e7c4ef7ad69d6ca005f | [
"MIT"
] | 37 | 2016-02-11T20:36:28.000Z | 2022-01-23T17:31:22.000Z |
#include "WolframSeq.h"
WolframSeq::WolframSeq(){
parameters.setName( "wolfram seq" );
parameters.add( this->rule.set( "rule", 60, 0, 150 ));
parameters.add( this->steps.set( "steps", 16, 0, 16 ));
parameters.add( this->activeOuts.set( "active outs", NUMSYNTHS, 0, NUMSYNTHS ));
parameters.add( th... | 26.839695 | 84 | 0.44397 | nspotrepka |
18d33d2577a147ec778b830dd022bec6fb274214 | 1,492 | cpp | C++ | Template/cdq.cpp | tusikalanse/acm-icpc | 20150f42752b85e286d812e716bb32ae1fa3db70 | [
"MIT"
] | 2 | 2021-06-09T12:27:07.000Z | 2021-06-11T12:02:03.000Z | Template/cdq.cpp | tusikalanse/acm-icpc | 20150f42752b85e286d812e716bb32ae1fa3db70 | [
"MIT"
] | 1 | 2021-09-08T12:00:05.000Z | 2021-09-08T14:52:30.000Z | Template/cdq.cpp | tusikalanse/acm-icpc | 20150f42752b85e286d812e716bb32ae1fa3db70 | [
"MIT"
] | null | null | null | #include <bits/stdc++.h>
using namespace std;
const int N = 5e4 + 10, K = 4;
long long ans;
int n;
struct node {
int d[K], tag[K];
}Q[K][N];
bool cmp(node &x, node &y, int k) {
if(k == K - 1)
return x.d[k] < y.d[k];
return x.d[k] < y.d[k] || (x.d[k] == y.d[k] && x.d[k + 1] < y.d[k + 1]);
}
bool judge(node &x, ... | 20.722222 | 73 | 0.398794 | tusikalanse |
18d4765c504d168eeb23bf5c7bf979840de8a6e0 | 8,762 | cc | C++ | build/ARM/python/m5/internal/param_BasicLink.py.cc | Jakgn/gem5_test | 0ba7cc5213cf513cf205af7fc995cf679ebc1a3f | [
"BSD-3-Clause"
] | null | null | null | build/ARM/python/m5/internal/param_BasicLink.py.cc | Jakgn/gem5_test | 0ba7cc5213cf513cf205af7fc995cf679ebc1a3f | [
"BSD-3-Clause"
] | null | null | null | build/ARM/python/m5/internal/param_BasicLink.py.cc | Jakgn/gem5_test | 0ba7cc5213cf513cf205af7fc995cf679ebc1a3f | [
"BSD-3-Clause"
] | null | null | null | #include "sim/init.hh"
namespace {
const uint8_t data_m5_internal_param_BasicLink[] = {
120,156,189,88,109,111,227,88,21,62,215,118,210,58,109,218,
116,250,54,211,22,106,4,21,97,197,182,48,48,44,98,71,
35,118,217,149,88,4,221,197,1,58,27,22,140,107,223,36,
78,29,59,178,111,167,155,85,251,133,142,128,1... | 57.267974 | 76 | 0.664803 | Jakgn |
18d6ee1565b07a5e3c88069f21d97b96c50529c3 | 1,918 | cpp | C++ | DFNs/Executors/CamerasTransformEstimation/CamerasTransformEstimationExecutor.cpp | H2020-InFuse/cdff | e55fd48f9a909d0c274c3dfa4fe2704bc5071542 | [
"BSD-2-Clause"
] | 7 | 2019-02-26T15:09:50.000Z | 2021-09-30T07:39:01.000Z | DFNs/Executors/CamerasTransformEstimation/CamerasTransformEstimationExecutor.cpp | H2020-InFuse/cdff | e55fd48f9a909d0c274c3dfa4fe2704bc5071542 | [
"BSD-2-Clause"
] | null | null | null | DFNs/Executors/CamerasTransformEstimation/CamerasTransformEstimationExecutor.cpp | H2020-InFuse/cdff | e55fd48f9a909d0c274c3dfa4fe2704bc5071542 | [
"BSD-2-Clause"
] | 1 | 2020-12-06T12:09:05.000Z | 2020-12-06T12:09:05.000Z | /**
* @addtogroup DFNs
* @{
*/
#include "CamerasTransformEstimationExecutor.hpp"
#include <Errors/Assert.hpp>
using namespace MatrixWrapper;
using namespace CorrespondenceMap2DWrapper;
using namespace PoseWrapper;
namespace CDFF
{
namespace DFN
{
namespace Executors
{
void Execute(CamerasTransformEstimationInter... | 33.649123 | 174 | 0.793014 | H2020-InFuse |
18de1bc054965965169cae51d397bf4a813bf866 | 1,110 | cpp | C++ | CH12/CH1201/ThreadDlg/threaddlg.cpp | captainwong/Qt5-src | f99b29bd80449a30d4285659b2992afac6e3f4da | [
"MIT"
] | null | null | null | CH12/CH1201/ThreadDlg/threaddlg.cpp | captainwong/Qt5-src | f99b29bd80449a30d4285659b2992afac6e3f4da | [
"MIT"
] | null | null | null | CH12/CH1201/ThreadDlg/threaddlg.cpp | captainwong/Qt5-src | f99b29bd80449a30d4285659b2992afac6e3f4da | [
"MIT"
] | null | null | null | #include "threaddlg.h"
#include <QHBoxLayout>
ThreadDlg::ThreadDlg(QWidget *parent)
: QDialog(parent)
{
setWindowTitle(tr("็บฟ็จ"));
startBtn = new QPushButton(tr("ๅผๅง"));
stopBtn = new QPushButton(tr("ๅๆญข"));
quitBtn = new QPushButton(tr("้ๅบ"));
QHBoxLayout *mainLayout = new QHBoxLayout(this);
... | 21.346154 | 63 | 0.625225 | captainwong |
18e38baf325063e0ae23e521f5f3d5ed9abe7910 | 5,761 | cpp | C++ | Footfall/src/CameraManager.cpp | prabuckt/Footfall | fe8f87e7c804e670f5c4aae57a17fd4f7cb0fe49 | [
"BSD-2-Clause"
] | 1 | 2018-12-20T03:48:14.000Z | 2018-12-20T03:48:14.000Z | Footfall/src/CameraManager.cpp | prabuckt/Footfall | fe8f87e7c804e670f5c4aae57a17fd4f7cb0fe49 | [
"BSD-2-Clause"
] | null | null | null | Footfall/src/CameraManager.cpp | prabuckt/Footfall | fe8f87e7c804e670f5c4aae57a17fd4f7cb0fe49 | [
"BSD-2-Clause"
] | null | null | null | // * Name: CameraManager.cpp
// * Project: Footfall
// * Author: David Haylock
// * Creation Date: 13/02/2017
// * Copyright: (c) 2017 by Watershed Arts Trust Ltd.
#include "CameraManager.h"
//--------------------------------------------------------------
void CameraManager::setup(Camera_Configuration _cameraConfig)
{... | 30.321053 | 121 | 0.691026 | prabuckt |
18e551bafb75f4fabd3a44ed9aa186c9254d4d4a | 1,724 | cpp | C++ | openGLSolution/openGLFirst/BPCollisionProfile.cpp | qsrenniks/quengine | 55cf9c69f5c17109b04e6ceb771fd6d12bf41fee | [
"MIT"
] | null | null | null | openGLSolution/openGLFirst/BPCollisionProfile.cpp | qsrenniks/quengine | 55cf9c69f5c17109b04e6ceb771fd6d12bf41fee | [
"MIT"
] | null | null | null | openGLSolution/openGLFirst/BPCollisionProfile.cpp | qsrenniks/quengine | 55cf9c69f5c17109b04e6ceb771fd6d12bf41fee | [
"MIT"
] | null | null | null | #include "stdafx.h"
#include "BPCollisionProfile.h"
#include "CollisionOccurence.h"
#include "glm/gtc/matrix_transform.hpp"
BPCollisionProfile::BPCollisionProfile(const glm::vec2& extent)
: offsetExtent_(extent)
{
}
BPCollisionProfile::~BPCollisionProfile()
{
}
void BPCollisionProfile::UpdateAABB(const glm::vec2&... | 24.628571 | 160 | 0.725638 | qsrenniks |
18ecc9a22596444bc36790314e1c05ccec591bb5 | 4,652 | cxx | C++ | private/inet/xml/xml/om/omlock.cxx | King0987654/windows2000 | 01f9c2e62c4289194e33244aade34b7d19e7c9b8 | [
"MIT"
] | 11 | 2017-09-02T11:27:08.000Z | 2022-01-02T15:25:24.000Z | private/inet/xml/xml/om/omlock.cxx | King0987654/windows2000 | 01f9c2e62c4289194e33244aade34b7d19e7c9b8 | [
"MIT"
] | null | null | null | private/inet/xml/xml/om/omlock.cxx | King0987654/windows2000 | 01f9c2e62c4289194e33244aade34b7d19e7c9b8 | [
"MIT"
] | 14 | 2019-01-16T01:01:23.000Z | 2022-02-20T15:54:27.000Z | /*
* @(#)IDOMNode.cxx 1.0 3/13/98
*
* Copyright (C) 1998,1999 Microsoft Corporation. All rights reserved. *
*/
#include "core.hxx"
#pragma hdrstop
#include "omlock.hxx"
#ifndef _XML_OM_DOCUMENT
#include "document.hxx"
#endif
#ifndef _XML_OM_IDOMNODE
#include "domnode.hxx"
#endif
#ifndef _XML_... | 22.47343 | 181 | 0.601462 | King0987654 |
18f22497619a1db5eb2512481cbf10892669863a | 2,043 | cpp | C++ | core/network/AsyncAcceptor.cpp | yorkart/asio_network | dd5da8c4a339d76208872cc87af84e58cd3f5d42 | [
"Apache-2.0"
] | null | null | null | core/network/AsyncAcceptor.cpp | yorkart/asio_network | dd5da8c4a339d76208872cc87af84e58cd3f5d42 | [
"Apache-2.0"
] | null | null | null | core/network/AsyncAcceptor.cpp | yorkart/asio_network | dd5da8c4a339d76208872cc87af84e58cd3f5d42 | [
"Apache-2.0"
] | null | null | null | #include "AsyncAcceptor.h"
#include "SessionHandler.h"
#define LOG4Z_FORMAT_INPUT_ENABLE
#include "../../libs/log4z.h"
AsyncAcceptor::AsyncAcceptor(boost::asio::io_service &io_service, short port)
: m_io_service(io_service),
m_acceptor(io_service, boost::asio::ip::tcp::endpoint(boost::asio::ip::tcp... | 32.951613 | 109 | 0.589819 | yorkart |
18fb7d3a89eb2cad1341e7595d21abe7fb1826bf | 895 | hpp | C++ | src/lib/expression/IExpressionHandler.hpp | lachvoj/pugcpp | b0f0f3f52ed81553717f9f5d72b319b6d48d05d4 | [
"MIT"
] | null | null | null | src/lib/expression/IExpressionHandler.hpp | lachvoj/pugcpp | b0f0f3f52ed81553717f9f5d72b319b6d48d05d4 | [
"MIT"
] | null | null | null | src/lib/expression/IExpressionHandler.hpp | lachvoj/pugcpp | b0f0f3f52ed81553717f9f5d72b319b6d48d05d4 | [
"MIT"
] | null | null | null | #ifndef IExpressionHadler
#define IExpressionHadler
#include <any>
#include <string>
#include "../exceptions/ExpressionException.hpp"
#include "../model/PugModel.hpp"
using namespace std;
namespace pugcpp
{
// forward declarations
namespace model
{
class PugModel;
}
namespace expression
{
using namespace model;
c... | 21.829268 | 91 | 0.746369 | lachvoj |
18fc9681c6d4585d6493faf44dd7f865174d1707 | 9,514 | cpp | C++ | src/test/c_api/TestJvalue.cpp | webosce/libpbnjson | 6cd4815a81830bbf6b22647ae8bb4fc818148ee7 | [
"Apache-2.0"
] | 4 | 2018-03-20T15:15:50.000Z | 2020-05-02T02:30:15.000Z | src/test/c_api/TestJvalue.cpp | webosce/libpbnjson | 6cd4815a81830bbf6b22647ae8bb4fc818148ee7 | [
"Apache-2.0"
] | null | null | null | src/test/c_api/TestJvalue.cpp | webosce/libpbnjson | 6cd4815a81830bbf6b22647ae8bb4fc818148ee7 | [
"Apache-2.0"
] | 4 | 2018-03-19T12:43:43.000Z | 2020-05-02T02:30:19.000Z | // Copyright (c) 2013-2018 LG Electronics, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or... | 35.632959 | 76 | 0.735337 | webosce |
18fdda9169abff5e7dec5b9300e14884dd426084 | 750 | cpp | C++ | Array/find_missing_digit.cpp | heysujal/Problem-Solving-in-cpp | b5e21bc467d57d3c2050776b948e7f59daabe945 | [
"Unlicense"
] | 1 | 2021-10-04T16:24:57.000Z | 2021-10-04T16:24:57.000Z | Array/find_missing_digit.cpp | heysujal/Problem-Solving-in-cpp | b5e21bc467d57d3c2050776b948e7f59daabe945 | [
"Unlicense"
] | null | null | null | Array/find_missing_digit.cpp | heysujal/Problem-Solving-in-cpp | b5e21bc467d57d3c2050776b948e7f59daabe945 | [
"Unlicense"
] | 1 | 2021-10-04T16:25:00.000Z | 2021-10-04T16:25:00.000Z | #include <bits/stdc++.h>
using namespace std;
void find_missing(int arr[], int n){
int original_size = n + 1;
for (int j = 1; j <= original_size;j++){
int flag = 0;
int k;
for ( k = 0; k < n; k++)
{
if (arr[k] == j)
{
flag = 1;
... | 14.705882 | 64 | 0.350667 | heysujal |
bb391ae375b5b82dd51b83d8fe269c41c9e44e82 | 755 | cpp | C++ | Blog/10_AccessModifier/AccessModifierPractice.cpp | LeeHeungrok/CPP-Study | 9350a9e396d26a7994077c739bc566c4329e1f03 | [
"MIT"
] | null | null | null | Blog/10_AccessModifier/AccessModifierPractice.cpp | LeeHeungrok/CPP-Study | 9350a9e396d26a7994077c739bc566c4329e1f03 | [
"MIT"
] | null | null | null | Blog/10_AccessModifier/AccessModifierPractice.cpp | LeeHeungrok/CPP-Study | 9350a9e396d26a7994077c739bc566c4329e1f03 | [
"MIT"
] | null | null | null | #include <iostream>
#define SAFEDELETE(PTR) delete PTR; PTR = nullptr
struct PRODUCTINFO{
private:
char Name[10];
int Price;
protected:
char Company[20];
public:
void InitializeInfo(const char *szName, int iPrice, const char *szCompany){
strcpy(this->Name, szName);
this->Price = iPrice... | 22.878788 | 79 | 0.627815 | LeeHeungrok |
bb3a807e4c672c28aa23ac1001ce86dd2f8e214f | 250 | hpp | C++ | user/Ice_Controller/SafetyCheckerPro.hpp | Chenaah/Cheetah-Software-RL | bdb7bbaf07bea32337a58ede6fde9479929f7c67 | [
"MIT"
] | null | null | null | user/Ice_Controller/SafetyCheckerPro.hpp | Chenaah/Cheetah-Software-RL | bdb7bbaf07bea32337a58ede6fde9479929f7c67 | [
"MIT"
] | null | null | null | user/Ice_Controller/SafetyCheckerPro.hpp | Chenaah/Cheetah-Software-RL | bdb7bbaf07bea32337a58ede6fde9479929f7c67 | [
"MIT"
] | 2 | 2022-02-25T07:58:20.000Z | 2022-03-02T01:33:06.000Z | #pragma once
#include <Controllers/LegController.h>
class Guard{
public:
Guard();
bool initial_jpos_safe();
bool jpos_safe();
bool global_safe = false;
LegController<float>* _legController;
}; | 15.625 | 45 | 0.596 | Chenaah |
bb3aa65f5e0ff05f42de3b6ed9f53782719a17b3 | 1,510 | cpp | C++ | 1c++/src/createFileNameList.cpp | nuke160/NIT-ICCV17Challenge | 6091695bef56d0ed41d05176f3e153632f5a758a | [
"BSD-2-Clause"
] | null | null | null | 1c++/src/createFileNameList.cpp | nuke160/NIT-ICCV17Challenge | 6091695bef56d0ed41d05176f3e153632f5a758a | [
"BSD-2-Clause"
] | null | null | null | 1c++/src/createFileNameList.cpp | nuke160/NIT-ICCV17Challenge | 6091695bef56d0ed41d05176f3e153632f5a758a | [
"BSD-2-Clause"
] | null | null | null | // Authors: Frerk Saxen and Philipp Werner (Frerk.Saxen@ovgu.de, Philipp.Werner@ovgu.de)
// License: BSD 2-Clause "Simplified" License (see LICENSE file in root directory)
#include <iostream>
#include <fstream>
#include <experimental/filesystem>
#include <dlib/string.h>
namespace fs = std::experimental::filesystem;
... | 26.491228 | 127 | 0.681457 | nuke160 |
bb3b50f57fe69a04a063a8c04d72f5b207d8038a | 1,419 | cpp | C++ | src/parser/canada/montrealparser.cpp | sthocs/harbour-bikeme | 3ebaf553199a1c91275126dbc1d6baac00d58135 | [
"MIT"
] | 6 | 2017-11-20T06:05:50.000Z | 2022-01-04T11:11:51.000Z | src/parser/canada/montrealparser.cpp | sthocs/harbour-bikeme | 3ebaf553199a1c91275126dbc1d6baac00d58135 | [
"MIT"
] | 2 | 2021-06-29T22:30:57.000Z | 2022-01-05T16:31:44.000Z | src/parser/canada/montrealparser.cpp | sthocs/harbour-bikeme | 3ebaf553199a1c91275126dbc1d6baac00d58135 | [
"MIT"
] | 1 | 2017-04-18T05:56:51.000Z | 2017-04-18T05:56:51.000Z | #include <QJsonDocument>
#include <QJsonObject>
#include <QJsonArray>
#include <QJsonValue>
#include "montrealparser.h"
// See http://donnees.ville.montreal.qc.ca/dataset/bixi-etat-des-stations/resource/b1ddc812-f5c8-48e8-94c5-57efb12ddd6a
QList<Station*> MontrealParser::parseStationsList(QString allStations, bool wi... | 44.34375 | 119 | 0.666667 | sthocs |
bb3d19183ec0fdc0df525978d5b11a450fb012c1 | 1,380 | hpp | C++ | src/nearest_neighbors/visible_proximity.hpp | falcowinkler/flockingbird | eed3e7cead4a37635625d1055fb0a830e6152d1b | [
"MIT"
] | 2 | 2021-05-30T19:19:50.000Z | 2021-08-29T05:58:21.000Z | src/nearest_neighbors/visible_proximity.hpp | falcowinkler/flockingbird | eed3e7cead4a37635625d1055fb0a830e6152d1b | [
"MIT"
] | null | null | null | src/nearest_neighbors/visible_proximity.hpp | falcowinkler/flockingbird | eed3e7cead4a37635625d1055fb0a830e6152d1b | [
"MIT"
] | 1 | 2021-12-01T07:00:49.000Z | 2021-12-01T07:00:49.000Z | #include "../flock_simulation/flock.hpp"
#include "nanoflann.hpp"
#include <iostream>
#include <ostream>
#include <vector>
using namespace nanoflann;
const int dim = 2;
const int maxLeaf = 10;
typedef KDTreeSingleIndexAdaptor<L2_Simple_Adaptor<float, flockingbird::Flock>, flockingbird::Flock, dim> kd_tree_t;
cla... | 31.363636 | 116 | 0.656522 | falcowinkler |
bb3d21430b4bbf55b3e88eefbfa9af6281f6f8a2 | 371 | cpp | C++ | Topics/Library/vector/02-vector-construct.cpp | shihab4t/Competitive-Programming | e8eec7d4f7d86bfa1c00b7fbbedfd6a1518f19be | [
"Unlicense"
] | 3 | 2021-06-15T01:19:23.000Z | 2022-03-16T18:23:53.000Z | Topics/Library/vector/02-vector-construct.cpp | shihab4t/Competitive-Programming | e8eec7d4f7d86bfa1c00b7fbbedfd6a1518f19be | [
"Unlicense"
] | null | null | null | Topics/Library/vector/02-vector-construct.cpp | shihab4t/Competitive-Programming | e8eec7d4f7d86bfa1c00b7fbbedfd6a1518f19be | [
"Unlicense"
] | null | null | null | #include <bits/stdc++.h>
using namespace std;
void print_vec(vector<int> v) {
cout <<"Size: " <<v.size() <<endl;
// v.size() -> O(1);
for (int i = 0; i < v.size(); i++) {
cout <<v[i] <<" ";
}
cout <<"\n";
}
int main(void) {
vector<int> v(10);
v.push_back(7);
print_vec(v);
... | 18.55 | 40 | 0.493261 | shihab4t |
bb3f81078eba201270f8487ccefa67b1dc4f0a31 | 911 | cpp | C++ | acmicpc.net/source/1668.cpp | tdm1223/Algorithm | 994149afffa21a81e38b822afcfc01f677d9e430 | [
"MIT"
] | 7 | 2019-06-26T07:03:32.000Z | 2020-11-21T16:12:51.000Z | acmicpc.net/source/1668.cpp | tdm1223/Algorithm | 994149afffa21a81e38b822afcfc01f677d9e430 | [
"MIT"
] | null | null | null | acmicpc.net/source/1668.cpp | tdm1223/Algorithm | 994149afffa21a81e38b822afcfc01f677d9e430 | [
"MIT"
] | 9 | 2019-02-28T03:34:54.000Z | 2020-12-18T03:02:40.000Z | // 1668. ํธ๋กํผ ์ง์ด
// 2020.03.29
// ํ์
#include<iostream>
#include<vector>
using namespace std;
int main()
{
int n;
cin >> n;
vector<int> height(n);
for (int i = 0; i < n; i++)
{
cin >> height[i];
}
// ํธ๋ฌํผ๊ฐ 1๊ฐ์ผ๋๋ ์ผ์ชฝ ์ค๋ฅธ์ชฝ ๋ชจ๋ 1
if (n == 1)
{
cout << 1 << endl << 1 << end... | 16.87037 | 46 | 0.343578 | tdm1223 |
bb421c01015cbeb939f81493305645dc25864631 | 19,279 | cpp | C++ | platform/windows/Corona.Shell/Main.cpp | agramonte/corona | 3a6892f14eea92fdab5fa6d41920aa1e97bc22b1 | [
"MIT"
] | 1,968 | 2018-12-30T21:14:22.000Z | 2022-03-31T23:48:16.000Z | platform/windows/Corona.Shell/Main.cpp | agramonte/corona | 3a6892f14eea92fdab5fa6d41920aa1e97bc22b1 | [
"MIT"
] | 303 | 2019-01-02T19:36:43.000Z | 2022-03-31T23:52:45.000Z | platform/windows/Corona.Shell/Main.cpp | agramonte/corona | 3a6892f14eea92fdab5fa6d41920aa1e97bc22b1 | [
"MIT"
] | 254 | 2019-01-02T19:05:52.000Z | 2022-03-30T06:32:28.000Z | //////////////////////////////////////////////////////////////////////////////
//
// This file is part of the Corona game engine.
// For overview and more information on licensing please refer to README.md
// Home page: https://github.com/coronalabs/corona
// Contact: support@coronalabs.com
//
////////////////////////... | 39.506148 | 135 | 0.723015 | agramonte |
bb457bf6116e1937274c8c6ef49db42c12088985 | 1,019 | cpp | C++ | 13_greedy_prob/9_max_tot_val.cpp | ShyamNandanKumar/coding-ninja2 | a43a21575342261e573f71f7d8eff0572f075a17 | [
"MIT"
] | 11 | 2021-01-02T10:07:17.000Z | 2022-03-16T00:18:06.000Z | 13_greedy_prob/9_max_tot_val.cpp | meyash/cp_master | 316bf47db2a5b40891edd73cff834517993c3d2a | [
"MIT"
] | null | null | null | 13_greedy_prob/9_max_tot_val.cpp | meyash/cp_master | 316bf47db2a5b40891edd73cff834517993c3d2a | [
"MIT"
] | 5 | 2021-05-19T11:17:18.000Z | 2021-09-16T06:23:31.000Z | // https://dmoj.ca/problem/coci13c1p4
#include<bits/stdc++.h>
using namespace std;
typedef long long ll;
bool compare(int item1[],int item2[]){
if(item1[1]!=item2[1]){
return item1[1]>item2[1];
}
return item1[0]<item2[0];
}
int main(){
// inputs
int n,k;
cin>>n>>k;
int **item... | 21.229167 | 60 | 0.511286 | ShyamNandanKumar |
bb46c8a6825143d2fa730ee0b44e048f16ad6527 | 759 | cpp | C++ | TAO/tests/ICMG_Any_Bug/Hello.cpp | cflowe/ACE | 5ff60b41adbe1772372d1a43bcc1f2726ff8f810 | [
"DOC"
] | 36 | 2015-01-10T07:27:33.000Z | 2022-03-07T03:32:08.000Z | TAO/tests/ICMG_Any_Bug/Hello.cpp | cflowe/ACE | 5ff60b41adbe1772372d1a43bcc1f2726ff8f810 | [
"DOC"
] | 2 | 2018-08-13T07:30:51.000Z | 2019-02-25T03:04:31.000Z | TAO/tests/ICMG_Any_Bug/Hello.cpp | cflowe/ACE | 5ff60b41adbe1772372d1a43bcc1f2726ff8f810 | [
"DOC"
] | 38 | 2015-01-08T14:12:06.000Z | 2022-01-19T08:33:00.000Z | //
// $Id: Hello.cpp 91649 2010-09-08 13:44:26Z johnnyw $
//
#include "Hello.h"
#include "HelloWorld.h"
Hello::Hello (CORBA::ORB_ptr orb, PortableServer::POA_ptr poa)
: poa_ (PortableServer::POA::_duplicate (poa)),
orb_ (CORBA::ORB::_duplicate (orb))
{
}
Test::HelloWorld_ptr
Hello::get_helloworld (void)
{
Hel... | 21.685714 | 69 | 0.657444 | cflowe |
bb48fccca53186845978cbb24f1276b3efebf0a9 | 363 | cpp | C++ | RegistryPerformanceViewer/Utils.cpp | Eran-YT/RegistryPerformanceViewer | 0040ba20c0400af28e7d31c0c2e858ee8ead38d7 | [
"MIT"
] | 1 | 2022-01-22T18:30:43.000Z | 2022-01-22T18:30:43.000Z | RegistryPerformanceViewer/Utils.cpp | Eran-YT/RegistryPerformanceViewer | 0040ba20c0400af28e7d31c0c2e858ee8ead38d7 | [
"MIT"
] | 7 | 2022-01-22T18:27:44.000Z | 2022-03-01T19:12:08.000Z | RegistryPerformanceViewer/Utils.cpp | Eran-YT/RegistryPerformanceViewer | 0040ba20c0400af28e7d31c0c2e858ee8ead38d7 | [
"MIT"
] | null | null | null | #include "Utils.hpp"
std::wstring Utils::fix_path(const std::wstring& path)
{
static const std::wstring invalid_chars{ L'<', L'>', L':', L'"', L'/', L'\\', L'|', L'?', L'*' };
std::wstring new_path(path);
for (wchar_t& wchar : new_path) {
if (invalid_chars.contains(wchar)) {
wchar = L'_... | 24.2 | 101 | 0.534435 | Eran-YT |
bb4d7881c45fec9093966789fd77580ba5ca7eb5 | 206 | cc | C++ | basics/01_hello_world/hello_main.cc | lyrahgames/cpp-basic-course | e35b938a29e4d27d70cf1427b229352beb23f2be | [
"MIT"
] | 1 | 2019-07-04T10:52:58.000Z | 2019-07-04T10:52:58.000Z | basics/01_hello_world/hello_main.cc | lyrahgames/cpp-basic-course | e35b938a29e4d27d70cf1427b229352beb23f2be | [
"MIT"
] | 3 | 2021-05-20T04:44:25.000Z | 2022-02-26T05:09:15.000Z | basics/01_hello_world/hello_main.cc | lyrahgames/cpp-basic-course | e35b938a29e4d27d70cf1427b229352beb23f2be | [
"MIT"
] | null | null | null | // include standard library to use 'cout'
#include <iostream>
// define the entry point of the program
int main() {
// print "Hello, World!" on the terminal
std::cout << "Hello, World!" << std::endl;
} | 25.75 | 44 | 0.660194 | lyrahgames |
bb4e5bc0fee5288a2dd9cf80c1883836b2994d62 | 400 | cpp | C++ | acmicpc.net/source/10093.cpp | tdm1223/Algorithm | 994149afffa21a81e38b822afcfc01f677d9e430 | [
"MIT"
] | 7 | 2019-06-26T07:03:32.000Z | 2020-11-21T16:12:51.000Z | acmicpc.net/source/10093.cpp | tdm1223/Algorithm | 994149afffa21a81e38b822afcfc01f677d9e430 | [
"MIT"
] | null | null | null | acmicpc.net/source/10093.cpp | tdm1223/Algorithm | 994149afffa21a81e38b822afcfc01f677d9e430 | [
"MIT"
] | 9 | 2019-02-28T03:34:54.000Z | 2020-12-18T03:02:40.000Z | // 10093. ์ซ์
// 2019.09.06
// ์
๋ฌธ์ฉ, ์๋ฃํ
#include<iostream>
using namespace std;
int main()
{
unsigned long long a, b;
cin >> a >> b;
if (a > b)
{
printf("%llu\n", a - b - 1);
while (a - 1 > b)
{
b++;
printf("%llu ", b);
}
}
else if (a == b)
{
printf("0\n");
}
else
{
printf("%llu\n", b - a -... | 11.111111 | 30 | 0.445 | tdm1223 |
bb5a078e63985cf638584bcf215c808547ba7837 | 872 | hpp | C++ | include/RED4ext/Scripting/Natives/Generated/physics/FilterData.hpp | jackhumbert/RED4ext.SDK | 2c55eccb83beabbbe02abae7945af8efce638fca | [
"MIT"
] | 42 | 2020-12-25T08:33:00.000Z | 2022-03-22T14:47:07.000Z | include/RED4ext/Scripting/Natives/Generated/physics/FilterData.hpp | jackhumbert/RED4ext.SDK | 2c55eccb83beabbbe02abae7945af8efce638fca | [
"MIT"
] | 38 | 2020-12-28T22:36:06.000Z | 2022-02-16T11:25:47.000Z | include/RED4ext/Scripting/Natives/Generated/physics/FilterData.hpp | jackhumbert/RED4ext.SDK | 2c55eccb83beabbbe02abae7945af8efce638fca | [
"MIT"
] | 20 | 2020-12-28T22:17:38.000Z | 2022-03-22T17:19:01.000Z | #pragma once
// This file is generated from the Game's Reflection data
#include <cstdint>
#include <RED4ext/Common.hpp>
#include <RED4ext/CName.hpp>
#include <RED4ext/Handle.hpp>
#include <RED4ext/ISerializable.hpp>
#include <RED4ext/Scripting/Natives/Generated/physics/QueryFilter.hpp>
#include <RED4ext/Scripting/Nat... | 28.129032 | 75 | 0.763761 | jackhumbert |
bb5fb36e0faa73af454933de2d78a5244f912871 | 28,083 | cpp | C++ | base/cluster/admin/msclus/clusdisk.cpp | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | base/cluster/admin/msclus/clusdisk.cpp | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | base/cluster/admin/msclus/clusdisk.cpp | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | /////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 1999-2002 Microsoft Corporation
//
// Module Name:
// ClusDisk.cpp
//
// Description:
// Implementation of the cluster disk class for the MSCLUS
// automation classes.
//
// Author:
// G... | 26.771211 | 105 | 0.429263 | npocmaka |
bb617bba33cafcdf562edefe00a7869dd2a40242 | 4,678 | cpp | C++ | src/executor/task_action.cpp | pointnity/Scheduler-of-Pointnity-N.1.1.0 | 8824bfb95d80d638ff466535747430bae15c212d | [
"MIT"
] | 1 | 2019-08-15T10:04:31.000Z | 2019-08-15T10:04:31.000Z | src/executor/task_action.cpp | pointnity/Scheduler-V0.1- | 8824bfb95d80d638ff466535747430bae15c212d | [
"MIT"
] | null | null | null | src/executor/task_action.cpp | pointnity/Scheduler-V0.1- | 8824bfb95d80d638ff466535747430bae15c212d | [
"MIT"
] | null | null | null | /********************************
FileName: executor/task_entity.cpp
Version: 0.1
Description: task entity in executor, corresponds to task, corresponds to kvm/lxc
*********************************/
#include <log4cplus/logger.h>
#include <log4cplus/loggingmacros.h>
#include <gflags/gflags.h>
#include <iostream>
#... | 39.310924 | 130 | 0.641513 | pointnity |
bb68481da40c1739a6ef147e8cebbbfe6391a1b6 | 4,039 | cpp | C++ | Engine/Source/Runtime/UtilityShaders/Private/LongGPUTask.cpp | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | 1 | 2022-01-29T18:36:12.000Z | 2022-01-29T18:36:12.000Z | Engine/Source/Runtime/UtilityShaders/Private/LongGPUTask.cpp | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | null | null | null | Engine/Source/Runtime/UtilityShaders/Private/LongGPUTask.cpp | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | null | null | null | // Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
#include "LongGPUTask.h"
#include "OneColorShader.h"
#include "PipelineStateCache.h"
#include "RHIStaticStates.h"
IMPLEMENT_SHADER_TYPE(, FLongGPUTaskPS, TEXT("/Engine/Private/OneColorShader.usf"), TEXT("MainLongGPUTask"), SF_Pixel);
/** Vertex declaration... | 34.818966 | 156 | 0.787819 | windystrife |
bb6974700f0ad5fd874ec6bd1bb4335e4dfdfcff | 6,771 | cc | C++ | vm_tools/sommelier/sommelier-gtk-shell.cc | Toromino/chromiumos-platform2 | 97e6ba18f0e5ab6723f3448a66f82c1a07538d87 | [
"BSD-3-Clause"
] | 4 | 2020-07-24T06:54:16.000Z | 2021-06-16T17:13:53.000Z | vm_tools/sommelier/sommelier-gtk-shell.cc | Toromino/chromiumos-platform2 | 97e6ba18f0e5ab6723f3448a66f82c1a07538d87 | [
"BSD-3-Clause"
] | 1 | 2021-04-02T17:35:07.000Z | 2021-04-02T17:35:07.000Z | vm_tools/sommelier/sommelier-gtk-shell.cc | Toromino/chromiumos-platform2 | 97e6ba18f0e5ab6723f3448a66f82c1a07538d87 | [
"BSD-3-Clause"
] | null | null | null | // Copyright 2018 The Chromium OS 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 "sommelier.h" // NOLINT(build/include_directory)
#include "sommelier-tracing.h" // NOLINT(build/include_directory)
#include <assert.h>
#inc... | 40.065089 | 80 | 0.702112 | Toromino |
bb6995947beebb8a5b8527f6a855000f644074cc | 6,730 | hpp | C++ | src/core/problems/TChem_Impl_SimpleSurface_Problem.hpp | sandialabs/TChem | c9d00d7d283c8687a5aa4549161e29a08d3d39d6 | [
"BSD-2-Clause"
] | 30 | 2020-10-28T08:07:36.000Z | 2022-03-29T15:22:30.000Z | src/core/problems/TChem_Impl_SimpleSurface_Problem.hpp | sandialabs/TChem | c9d00d7d283c8687a5aa4549161e29a08d3d39d6 | [
"BSD-2-Clause"
] | 2 | 2021-02-22T21:47:47.000Z | 2022-03-16T16:38:07.000Z | src/core/problems/TChem_Impl_SimpleSurface_Problem.hpp | sandialabs/TChem | c9d00d7d283c8687a5aa4549161e29a08d3d39d6 | [
"BSD-2-Clause"
] | 10 | 2020-10-28T01:11:41.000Z | 2021-06-16T08:15:28.000Z | /* =====================================================================================
TChem version 2.0
Copyright (2020) NTESS
https://github.com/sandialabs/TChem
Copyright 2020 National Technology & Engineering Solutions of Sandia, LLC (NTESS).
Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Governme... | 33.989899 | 88 | 0.703715 | sandialabs |
bb6b01597f8056a6e07a5d90a0679ffa0e2ab749 | 5,870 | cpp | C++ | Sources/Elastos/Frameworks/Droid/Base/Packages/SystemUI/src/elastos/droid/systemui/recents/model/RecentsPackageMonitor.cpp | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | 7 | 2017-07-13T10:34:54.000Z | 2021-04-16T05:40:35.000Z | Sources/Elastos/Frameworks/Droid/Base/Packages/SystemUI/src/elastos/droid/systemui/recents/model/RecentsPackageMonitor.cpp | jingcao80/Elastos | d0f39852356bdaf3a1234743b86364493a0441bc | [
"Apache-2.0"
] | null | null | null | Sources/Elastos/Frameworks/Droid/Base/Packages/SystemUI/src/elastos/droid/systemui/recents/model/RecentsPackageMonitor.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
//
// ... | 33.735632 | 94 | 0.658944 | jingcao80 |
bb6c43ac3db4ffcaa91c3a1d31064e6c18dcdd8a | 22,684 | cpp | C++ | inetcore/outlookexpress/import/exchange/exchimp.cpp | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | inetcore/outlookexpress/import/exchange/exchimp.cpp | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | inetcore/outlookexpress/import/exchange/exchimp.cpp | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | #include "pch.hxx"
#include <mapi.h>
#include <mapix.h>
#include <imnapi.h>
#include <newimp.h>
#include <impapi.h>
#include <import.h>
#include "mapiconv.h"
#include <dllmain.h>
#include <shlwapi.h>
#include <strconst.h>
#define INITGUID
#define USES_IID_IMessage
#define USES_IID_IMAPIFolder
#include... | 25.86545 | 165 | 0.536766 | npocmaka |
bb724fa0a65cb90ad09c50ed9282e14ecfd0504c | 1,609 | hpp | C++ | include/GGJ2015/DCWeaponStatsDraw.hpp | SuperV1234/DelversChoice | 935a1b94433ac4b58e05e2f73da6420792946d93 | [
"AFL-3.0"
] | 15 | 2015-01-29T12:41:52.000Z | 2021-11-04T18:15:11.000Z | include/GGJ2015/DCWeaponStatsDraw.hpp | SuperV1234/DelversChoice | 935a1b94433ac4b58e05e2f73da6420792946d93 | [
"AFL-3.0"
] | null | null | null | include/GGJ2015/DCWeaponStatsDraw.hpp | SuperV1234/DelversChoice | 935a1b94433ac4b58e05e2f73da6420792946d93 | [
"AFL-3.0"
] | 1 | 2020-03-27T04:25:52.000Z | 2020-03-27T04:25:52.000Z | #ifndef GGJ2015_DCWEAPONSTATSDRAW
#define GGJ2015_DCWEAPONSTATSDRAW
#include "../GGJ2015/DCCommon.hpp"
namespace ggj
{
struct WeaponStatsDraw
{
Vec2f pos;
sf::Sprite iconATK;
sf::Sprite eST, eWK;
StatRichText srtATK;
inline WeaponStatsDraw()
{
iconA... | 27.741379 | 80 | 0.555625 | SuperV1234 |
bb734224f15e5e37d511cfd2ec5d411ceb525985 | 3,664 | cpp | C++ | tools/polymutt/polymutt.0.04/core/CustomSettings.cpp | globusgenomics/galaxy | 7caf74d9700057587b3e3434c64e82c5b16540f1 | [
"CC-BY-3.0"
] | 1 | 2021-02-05T13:19:58.000Z | 2021-02-05T13:19:58.000Z | tools/polymutt/polymutt.0.04/core/CustomSettings.cpp | globusgenomics/galaxy | 7caf74d9700057587b3e3434c64e82c5b16540f1 | [
"CC-BY-3.0"
] | null | null | null | tools/polymutt/polymutt.0.04/core/CustomSettings.cpp | globusgenomics/galaxy | 7caf74d9700057587b3e3434c64e82c5b16540f1 | [
"CC-BY-3.0"
] | null | null | null | #include "CustomSettings.h"
#define __CS_INTEGER__ 0
#define __CS_DOUBLE__ 1
#define __CS_STRING__ 2
class CustomSetting
{
public:
CustomSetting(int t, void * v)
{type = t; value = v; }
int type;
void * value;
};
CustomSettings::CustomSettings()
{
}
... | 23.63871 | 87 | 0.559498 | globusgenomics |
bb760689af05cf279072a32ab277167edabeb44d | 2,917 | hpp | C++ | private/inc/rtprocessingfwx/IasStreamParams.hpp | juimonen/SmartXbar | 033f521a5dba5bce5e097df9c98af5b2cc2636dd | [
"BSD-3-Clause"
] | 5 | 2018-11-05T07:37:58.000Z | 2022-03-04T06:40:09.000Z | private/inc/rtprocessingfwx/IasStreamParams.hpp | juimonen/SmartXbar | 033f521a5dba5bce5e097df9c98af5b2cc2636dd | [
"BSD-3-Clause"
] | null | null | null | private/inc/rtprocessingfwx/IasStreamParams.hpp | juimonen/SmartXbar | 033f521a5dba5bce5e097df9c98af5b2cc2636dd | [
"BSD-3-Clause"
] | 7 | 2018-12-04T07:32:19.000Z | 2021-02-17T11:28:28.000Z | /*
* Copyright (C) 2018 Intel Corporation.All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
/**
* @file IasStreamParams.hpp
* @date 2012
* @brief The definition of the IasStreamParams class.
*/
#ifndef IASSTREAMPARAMS_HPP_
#define IASSTREAMPARAMS_HPP_
#include "avbaudiomodules/audio/commo... | 31.031915 | 113 | 0.658553 | juimonen |
bb7aa2482452906b087994aac4ee543e4759538f | 2,151 | hpp | C++ | include/ocpp1_6/messages/MeterValues.hpp | EVerest/libocpp | e2378e4fcef88e4be82b057626086c899a186b14 | [
"Apache-2.0"
] | 9 | 2022-01-16T05:13:16.000Z | 2022-03-18T22:15:16.000Z | include/ocpp1_6/messages/MeterValues.hpp | EVerest/libocpp | e2378e4fcef88e4be82b057626086c899a186b14 | [
"Apache-2.0"
] | null | null | null | include/ocpp1_6/messages/MeterValues.hpp | EVerest/libocpp | e2378e4fcef88e4be82b057626086c899a186b14 | [
"Apache-2.0"
] | 3 | 2022-01-20T04:51:01.000Z | 2022-03-13T07:16:49.000Z | // SPDX-License-Identifier: Apache-2.0
// Copyright 2020 - 2022 Pionix GmbH and Contributors to EVerest
#ifndef OCPP1_6_METERVALUES_HPP
#define OCPP1_6_METERVALUES_HPP
#include <boost/optional.hpp>
#include <ocpp1_6/enums.hpp>
#include <ocpp1_6/ocpp_types.hpp>
#include <ocpp1_6/types.hpp>
namespace ocpp1_6 {
/// \b... | 38.410714 | 114 | 0.756857 | EVerest |
bb86fe1eed19020df4d18f7db3310dbb9d693fc1 | 3,841 | cpp | C++ | tc 160+/ResistorCombinations.cpp | ibudiselic/contest-problem-solutions | 88082981b4d87da843472e3ca9ed5f4c42b3f0aa | [
"BSD-2-Clause"
] | 3 | 2015-05-25T06:24:37.000Z | 2016-09-10T07:58:00.000Z | tc 160+/ResistorCombinations.cpp | ibudiselic/contest-problem-solutions | 88082981b4d87da843472e3ca9ed5f4c42b3f0aa | [
"BSD-2-Clause"
] | null | null | null | tc 160+/ResistorCombinations.cpp | ibudiselic/contest-problem-solutions | 88082981b4d87da843472e3ca9ed5f4c42b3f0aa | [
"BSD-2-Clause"
] | 5 | 2015-05-25T06:24:40.000Z | 2021-08-19T19:22:29.000Z | #include <algorithm>
#include <cassert>
#include <cstdio>
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include <cmath>
using namespace std;
double tr, sol, dif;
vector<double> a;
vector<int> order;
inline double serial(double a, double b) {
return a+b;
}
inline doubl... | 36.235849 | 315 | 0.588649 | ibudiselic |
bb8ba3fc0ae7998f48a46d45c151f770e1699f3f | 656 | cpp | C++ | Baekjoon/2246.cpp | Twinparadox/AlgorithmProblem | 0190d17555306600cfd439ad5d02a77e663c9a4e | [
"MIT"
] | null | null | null | Baekjoon/2246.cpp | Twinparadox/AlgorithmProblem | 0190d17555306600cfd439ad5d02a77e663c9a4e | [
"MIT"
] | null | null | null | Baekjoon/2246.cpp | Twinparadox/AlgorithmProblem | 0190d17555306600cfd439ad5d02a77e663c9a4e | [
"MIT"
] | null | null | null | #include <iostream>
#include <vector>
using namespace std;
int main(void)
{
int n, cnt = 0;
bool check;
cin >> n;
vector<pair<int, int> > arr(n);
for (int i = 0; i < n; i++)
cin >> arr[i].first >> arr[i].second;
for (int i = 0; i < n; i++)
{
check = false;
for (int j = 0; j < n; j++)
{
if (i != j)
... | 14.577778 | 43 | 0.455793 | Twinparadox |
bb97a86fd6de570e49206a056f7556104bca6424 | 1,780 | cpp | C++ | reference/SqlArray/main.cpp | dreamsxin/ultimatepp | 41d295d999f9ff1339b34b43c99ce279b9b3991c | [
"BSD-2-Clause"
] | 2 | 2016-04-07T07:54:26.000Z | 2020-04-14T12:37:34.000Z | reference/SqlArray/main.cpp | dreamsxin/ultimatepp | 41d295d999f9ff1339b34b43c99ce279b9b3991c | [
"BSD-2-Clause"
] | null | null | null | reference/SqlArray/main.cpp | dreamsxin/ultimatepp | 41d295d999f9ff1339b34b43c99ce279b9b3991c | [
"BSD-2-Clause"
] | null | null | null | #include <SqlCtrl/SqlCtrl.h>
#include <plugin/sqlite3/Sqlite3.h>
using namespace Upp;
#define MODEL <SqlArray/db.sch>
#define SCHEMADIALECT <plugin/sqlite3/Sqlite3Schema.h>
#include "Sql/sch_header.h"
#define SCHEMADIALECT <plugin/sqlite3/Sqlite3Schema.h>
#include "Sql/sch_source.h"
#define SCHEMADIAL... | 25.070423 | 59 | 0.708427 | dreamsxin |
bb9a291d8f2f9a1cf13e0cabd212b7be90e9e16e | 20,631 | cpp | C++ | vr/vr_common/src/vr/data/parse/attr_parser.cpp | vladium/vrt | 57394a630c306b7529dbe4574036ea71420d00cf | [
"MIT"
] | 4 | 2019-09-09T22:08:40.000Z | 2021-05-17T13:43:31.000Z | vr/vr_common/src/vr/data/parse/attr_parser.cpp | vladium/vrt | 57394a630c306b7529dbe4574036ea71420d00cf | [
"MIT"
] | null | null | null | vr/vr_common/src/vr/data/parse/attr_parser.cpp | vladium/vrt | 57394a630c306b7529dbe4574036ea71420d00cf | [
"MIT"
] | 1 | 2019-09-09T15:46:20.000Z | 2019-09-09T15:46:20.000Z |
#line 1 "src/vr/data/parse/attr_parser.rl"
//
// NOTE: THIS CODE IS AUTO-GENERATED
//
// ragel -C -G2 -I data/grammar/ src/vr/data/parse/attr_parser.rl && rename .c .cpp src/vr/data/parse/*.c
//
#include "vr/data/parse/attr_parser.h"
#include "vr/data/attributes.h"
//------------------------------------------------... | 22.547541 | 156 | 0.570016 | vladium |
bb9ecdd52b4a9a7235e629b7f6823a9e45013d91 | 8,866 | cpp | C++ | 01_Develop/libXMCocos2D/Source/extensions/CCControl/CCControlSlider.cpp | mcodegeeks/OpenKODE-Framework | d4382d781da7f488a0e7667362a89e8e389468dd | [
"MIT"
] | 2 | 2017-08-03T07:15:00.000Z | 2018-06-18T10:32:53.000Z | 01_Develop/libXMCocos2D/Source/extensions/CCControl/CCControlSlider.cpp | mcodegeeks/OpenKODE-Framework | d4382d781da7f488a0e7667362a89e8e389468dd | [
"MIT"
] | null | null | null | 01_Develop/libXMCocos2D/Source/extensions/CCControl/CCControlSlider.cpp | mcodegeeks/OpenKODE-Framework | d4382d781da7f488a0e7667362a89e8e389468dd | [
"MIT"
] | 2 | 2019-03-04T22:57:42.000Z | 2020-03-06T01:32:26.000Z | /* --------------------------------------------------------------------------
*
* File CCControlSlider.cpp
* Author Y.H Mun
*
* --------------------------------------------------------------------------
*
* Copyright (c) 2010-2013 cocos2d-x.org
* Copyright (c) 2012 ... | 29.851852 | 148 | 0.661967 | mcodegeeks |
bba27353c5d3b1145fb65a0d9b6adcf5796e98b3 | 3,955 | hpp | C++ | firmware/unit_tests/tests/EepromSimulationTests.hpp | richardclli/SynapseOS | da053155baf9ebf84db41ac24af101af1c9871f6 | [
"MIT"
] | null | null | null | firmware/unit_tests/tests/EepromSimulationTests.hpp | richardclli/SynapseOS | da053155baf9ebf84db41ac24af101af1c9871f6 | [
"MIT"
] | null | null | null | firmware/unit_tests/tests/EepromSimulationTests.hpp | richardclli/SynapseOS | da053155baf9ebf84db41ac24af101af1c9871f6 | [
"MIT"
] | 1 | 2020-08-18T04:35:45.000Z | 2020-08-18T04:35:45.000Z | #pragma once
#include <EepromSimulation.hpp>
template<std::size_t SectorSize, std::size_t SectorCount>
class RamDriver: public MemoryDriver<SectorSize, SectorCount>
{
public:
constexpr RamDriver()
{
for (auto i = 0U; i < SectorCount; ++i)
m_data[i].fill(0xFF);
}
void read(uint8_t *buffer, std::size_t lengt... | 20.386598 | 117 | 0.653856 | richardclli |
bba5ac7e3fa409bc2a56398ba3118e80cc95ee71 | 3,940 | c++ | C++ | vlasov/momentum-solvers/amr_momentum_solver.c++ | Krissmedt/imprunko | 94171d0d47171cc4b199cd52f5f29385cbff903e | [
"MIT"
] | 5 | 2018-10-26T07:08:16.000Z | 2019-05-10T06:47:37.000Z | vlasov/momentum-solvers/amr_momentum_solver.c++ | Krissmedt/imprunko | 94171d0d47171cc4b199cd52f5f29385cbff903e | [
"MIT"
] | 9 | 2018-11-09T08:50:48.000Z | 2019-06-06T20:11:12.000Z | vlasov/momentum-solvers/amr_momentum_solver.c++ | Krissmedt/imprunko | 94171d0d47171cc4b199cd52f5f29385cbff903e | [
"MIT"
] | null | null | null | #include "amr_momentum_solver.h"
#include <cmath>
#include <Eigen/Dense>
#include "../../tools/cppitertools/zip.hpp"
#include "../../definitions.h"
using namespace Eigen;
using iter::zip;
/// Get snapshot current J_i^n+1 from momentum distribution
template< typename T, int D, int V>
void vlv::MomentumSolver<T,D,... | 24.779874 | 82 | 0.503299 | Krissmedt |
bba9e23fbef57171bfdd9d1eda46dbc3fe36d57d | 2,683 | cpp | C++ | chap07/ctraits.cpp | PacktPublishing/CPP-20-STL-Cookbook | 9310a24a6158bbb38d67b3a3c2ebc243dc1ee1e8 | [
"MIT"
] | 9 | 2021-11-05T10:54:46.000Z | 2022-03-18T23:58:06.000Z | chap07/ctraits.cpp | PacktPublishing/CPP-20-STL-Cookbook | 9310a24a6158bbb38d67b3a3c2ebc243dc1ee1e8 | [
"MIT"
] | null | null | null | chap07/ctraits.cpp | PacktPublishing/CPP-20-STL-Cookbook | 9310a24a6158bbb38d67b3a3c2ebc243dc1ee1e8 | [
"MIT"
] | 5 | 2021-12-19T07:23:08.000Z | 2022-02-04T23:24:43.000Z | // ctraits.cpp
// as of 2022-01-23 bw [bw.org]
#include <format>
#include <iostream>
#include <string>
#include <compare>
using std::format;
using std::cout;
using std::string;
constexpr char char_lower(const char& c) {
if(c >= 'A' && c <= 'Z') return c + ('a' - 'A');
else return c;
}
class ci_traits : pu... | 27.10101 | 99 | 0.585166 | PacktPublishing |
bbacf8d2c5eee7f39df74e87d7c77ab22b35c618 | 183 | cpp | C++ | src/Assembler/AssemblerToken.cpp | RicardoLuis0/Chip8-Emulator-RicardoLuis0 | c57d0d1df48b67f9e40c0c4af01a76b5877a4187 | [
"Unlicense"
] | null | null | null | src/Assembler/AssemblerToken.cpp | RicardoLuis0/Chip8-Emulator-RicardoLuis0 | c57d0d1df48b67f9e40c0c4af01a76b5877a4187 | [
"Unlicense"
] | null | null | null | src/Assembler/AssemblerToken.cpp | RicardoLuis0/Chip8-Emulator-RicardoLuis0 | c57d0d1df48b67f9e40c0c4af01a76b5877a4187 | [
"Unlicense"
] | null | null | null | #include "AssemblerToken.h"
AssemblerToken::AssemblerToken(AssemblerTokenType_t tok):type(tok),val(0){}
AssemblerToken::AssemblerToken(unsigned long _val):type(LITERAL),val(_val){}
| 30.5 | 76 | 0.797814 | RicardoLuis0 |
bbad37df25dc87c629c0dddc2b77c08b231b9b41 | 2,922 | cpp | C++ | C++/Trie_tree.cpp | husinassegaff/Hacktoberfest | 7af97951b29596205435c45b1fef178ed929349c | [
"MIT"
] | null | null | null | C++/Trie_tree.cpp | husinassegaff/Hacktoberfest | 7af97951b29596205435c45b1fef178ed929349c | [
"MIT"
] | null | null | null | C++/Trie_tree.cpp | husinassegaff/Hacktoberfest | 7af97951b29596205435c45b1fef178ed929349c | [
"MIT"
] | null | null | null | //Creating and searching for contacts in a phonebook using trie trees
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
// Alphabet size (# of symbols)
#define alphasize (26)
// Converts key current character into ind
// use only 'a' through 'z' and lower case
#define chartoind(c) ((int)c - (int)'a')
// creati... | 22.305344 | 69 | 0.678303 | husinassegaff |
bbb06756515a2fb7964947f0c22602b61d5527bf | 1,430 | cpp | C++ | UVa 11464 - Even Parity/sample/11464 - Even Parity.cpp | tadvi/uva | 0ac0cbdf593879b4fb02a3efc09adbb031cb47d5 | [
"MIT"
] | 1 | 2020-11-24T03:17:21.000Z | 2020-11-24T03:17:21.000Z | UVa 11464 - Even Parity/sample/11464 - Even Parity.cpp | tadvi/uva | 0ac0cbdf593879b4fb02a3efc09adbb031cb47d5 | [
"MIT"
] | null | null | null | UVa 11464 - Even Parity/sample/11464 - Even Parity.cpp | tadvi/uva | 0ac0cbdf593879b4fb02a3efc09adbb031cb47d5 | [
"MIT"
] | 1 | 2021-04-11T16:22:31.000Z | 2021-04-11T16:22:31.000Z | #include <stdio.h>
int ans, g[30][30], n;
void press(int x, int y) {
g[x][y] = 1-g[x][y];
}
int check(int x, int y) {//is odd
int cnt = 0;
if(x-1 >= 0) cnt += g[x-1][y];
if(x+1 < n) cnt += g[x+1][y];
if(y-1 >= 0) cnt += g[x][y-1];
if(y+1 < n) cnt += g[x][y+1];
return cnt&1;
}
v... | 22.698413 | 46 | 0.331469 | tadvi |
bbb07e2006a6658531551e2b701c26a2f6ebdf35 | 555 | cpp | C++ | Challenges/Challenge86/src/main.cpp | GamesTrap/PracticeChallenges | 46ad8b2c18515a9740910162381a3dea18be72ab | [
"MIT"
] | null | null | null | Challenges/Challenge86/src/main.cpp | GamesTrap/PracticeChallenges | 46ad8b2c18515a9740910162381a3dea18be72ab | [
"MIT"
] | null | null | null | Challenges/Challenge86/src/main.cpp | GamesTrap/PracticeChallenges | 46ad8b2c18515a9740910162381a3dea18be72ab | [
"MIT"
] | null | null | null | #include <cassert>
#include <cstdint>
#include <string>
#include <algorithm>
std::string RemoveExclamationMark(std::string str)
{
str.erase(std::remove(str.begin(), str.end(), '!'), str.end());
return str;
}
int main()
{
assert(RemoveExclamationMark("Hello World!") == "Hello World");
assert(RemoveExclamationMark(... | 26.428571 | 66 | 0.677477 | GamesTrap |
bbb1648c52e622191533db49eef76b1e528b96eb | 1,661 | hpp | C++ | modules/test/src/Test/gmTestController.hpp | GraphMIC/GraphMIC | 8fc2aeb0143ee1292c6757f010fc9e8c68823e2b | [
"BSD-3-Clause"
] | 43 | 2016-04-11T11:34:05.000Z | 2022-03-31T03:37:57.000Z | modules/test/src/Test/gmTestController.hpp | kevinlq/GraphMIC | 8fc2aeb0143ee1292c6757f010fc9e8c68823e2b | [
"BSD-3-Clause"
] | 1 | 2016-05-17T12:58:16.000Z | 2016-05-17T12:58:16.000Z | modules/test/src/Test/gmTestController.hpp | kevinlq/GraphMIC | 8fc2aeb0143ee1292c6757f010fc9e8c68823e2b | [
"BSD-3-Clause"
] | 14 | 2016-05-13T20:23:16.000Z | 2021-12-20T10:33:19.000Z | #pragma once
#include <QQmlListProperty>
#include <QObject>
#include <QHash>
namespace gm
{
namespace Node
{
class Object;
}
namespace Test
{
class List;
class Instance;
class Unit;
class Controller : public QObject
{
Q_OBJE... | 29.660714 | 103 | 0.556893 | GraphMIC |
bbb535048b0ade82e5d9714ad923177fb19a9c26 | 2,007 | cpp | C++ | library/dynamicProgramming/optimizationKnuth.cpp | bluedawnstar/algorithm_library | 4c7f64ec61fc2ba059b64ad7ba20fcb5b838ced6 | [
"Unlicense"
] | 40 | 2017-11-26T05:29:18.000Z | 2020-11-13T00:29:26.000Z | library/dynamicProgramming/optimizationKnuth.cpp | bluedawnstar/algorithm_library | 4c7f64ec61fc2ba059b64ad7ba20fcb5b838ced6 | [
"Unlicense"
] | 101 | 2019-02-09T06:06:09.000Z | 2021-12-25T16:55:37.000Z | library/dynamicProgramming/optimizationKnuth.cpp | bluedawnstar/algorithm_library | 4c7f64ec61fc2ba059b64ad7ba20fcb5b838ced6 | [
"Unlicense"
] | 6 | 2017-01-03T14:17:58.000Z | 2021-01-22T10:37:04.000Z | #include <cmath>
#include <vector>
#include <algorithm>
using namespace std;
#include "optimizationKnuth.h"
/////////// For Testing ///////////////////////////////////////////////////////
#include <time.h>
#include <cassert>
#include <string>
#include <iostream>
#include "../common/iostreamhelper.h"
#include "../c... | 25.0875 | 88 | 0.464873 | bluedawnstar |
bbb8814fee3e67a4ae25eb23997d9acb4616ef5f | 1,180 | cpp | C++ | oop2_project/GameScreen.cpp | akivagold/Robbery-in-the-Depths | e4a2a1434dbe13af70635483c9c2098afdc0d93c | [
"Apache-2.0"
] | 2 | 2020-08-19T10:19:22.000Z | 2021-08-15T15:29:47.000Z | oop2_project/GameScreen.cpp | akivagold/Robbery-in-the-Depths | e4a2a1434dbe13af70635483c9c2098afdc0d93c | [
"Apache-2.0"
] | null | null | null | oop2_project/GameScreen.cpp | akivagold/Robbery-in-the-Depths | e4a2a1434dbe13af70635483c9c2098afdc0d93c | [
"Apache-2.0"
] | 2 | 2020-10-06T08:42:04.000Z | 2020-12-24T11:03:35.000Z | #include "GameScreen.h"
GameScreen::GameScreen(sf::RenderWindow& window)
: BaseScreen(window), m_gameMenu(std::make_shared<GameMenu>(window)),
m_world(std::make_shared<World>(window))
{
init();
}
void GameScreen::loadLevel(const LevelInfo& levelInfo)
{
// play level music if include
const string& backMusicNam... | 28.095238 | 85 | 0.716949 | akivagold |
bbb89a697d12dbf8a53f98a4a0b5dbaf2407429f | 2,403 | cpp | C++ | C++CodeSnippets/LCM of n numbers [With Prime and mod].cpp | Maruf-Tuhin/Online_Judge | cf9b2a522e8b1a9623d3996a632caad7fd67f751 | [
"MIT"
] | 1 | 2019-03-31T05:47:30.000Z | 2019-03-31T05:47:30.000Z | C++CodeSnippets/LCM of n numbers [With Prime and mod].cpp | the-redback/competitive-programming | cf9b2a522e8b1a9623d3996a632caad7fd67f751 | [
"MIT"
] | null | null | null | C++CodeSnippets/LCM of n numbers [With Prime and mod].cpp | the-redback/competitive-programming | cf9b2a522e8b1a9623d3996a632caad7fd67f751 | [
"MIT"
] | null | null | null | /**
* @author : Maruf Tuhin
* @School : CUET CSE 11
* @Topcoder : the_redback
* @CodeForces : the_redback
* @UVA : the_redback
* @link : http://www.fb.com/maruf.2hin
*/
#include <bits/stdc++.h>
using namespace std;
#define mp make_pair
#define pb(x) push_back(... | 18.92126 | 65 | 0.426966 | Maruf-Tuhin |
c7e2caa53e1a1d18aed65f4758726fec42e18bdd | 815 | cpp | C++ | GCC/rule_30.cpp | rondon1947/Zero-to-Hero | c08b036196f0eec016693375a8785c8ec97e940f | [
"MIT"
] | 1 | 2019-11-19T13:22:56.000Z | 2019-11-19T13:22:56.000Z | GCC/rule_30.cpp | rondon1947/Zero-to-Hero | c08b036196f0eec016693375a8785c8ec97e940f | [
"MIT"
] | null | null | null | GCC/rule_30.cpp | rondon1947/Zero-to-Hero | c08b036196f0eec016693375a8785c8ec97e940f | [
"MIT"
] | 1 | 2020-06-16T20:11:30.000Z | 2020-06-16T20:11:30.000Z | #include <map>
#include<iostream>
using namespace std;
// an implementation of rule 30:
// https://en.wikipedia.org/wiki/Rule_30
string step(string level, map<string, string> rules){
level = " " + level + " ";
string result = "";
for (int i = 0; i < level.length() - 2; i++) {
result = result +... | 18.953488 | 55 | 0.483436 | rondon1947 |
c7e7498ee65ed3804a1600b57e14b587727f7a80 | 379 | cpp | C++ | src/impl/matrix/populators.cpp | chiku/cmatrix | 6fb7cdbe45abc3b0e0c5c4eea7793b0be36e72e8 | [
"MIT"
] | 2 | 2015-02-02T01:55:47.000Z | 2017-03-25T11:53:16.000Z | src/impl/matrix/populators.cpp | chiku/cmatrix | 6fb7cdbe45abc3b0e0c5c4eea7793b0be36e72e8 | [
"MIT"
] | null | null | null | src/impl/matrix/populators.cpp | chiku/cmatrix | 6fb7cdbe45abc3b0e0c5c4eea7793b0be36e72e8 | [
"MIT"
] | null | null | null | // Written by : Chirantan Mitra
namespace cmatrix
{
template <class Type>
void Matrix<Type>::fillWith(Type value)
{
for (long int i = 0; i < rows(); i++) {
for (long int j = 0; j < columns(); j++) {
access(i, j) = value;
}
}
}
template <class Type>
inline void Matrix<Type>::fi... | 16.478261 | 50 | 0.564644 | chiku |
c7e775dcdd725f94aabb1fe12db1d3af946dee86 | 1,477 | hpp | C++ | StoryWriter/NumberSourceDataModel.hpp | hojjatabdollahi/StoryWriter | 5df36618ebfa237f826a9965ff2699b7b2422177 | [
"MIT"
] | null | null | null | StoryWriter/NumberSourceDataModel.hpp | hojjatabdollahi/StoryWriter | 5df36618ebfa237f826a9965ff2699b7b2422177 | [
"MIT"
] | null | null | null | StoryWriter/NumberSourceDataModel.hpp | hojjatabdollahi/StoryWriter | 5df36618ebfa237f826a9965ff2699b7b2422177 | [
"MIT"
] | null | null | null | #pragma once
#include <QtCore/QObject>
#include <QtWidgets/QLineEdit>
#include <nodes/NodeDataModel>
#include <iostream>
#include "TextEdit/textedit.h"
class DecimalData;
using QtNodes::PortType;
using QtNodes::PortIndex;
using QtNodes::NodeData;
using QtNodes::NodeDataType;
using QtNodes::NodeDataMo... | 17.795181 | 70 | 0.698037 | hojjatabdollahi |
c7e7a7ae648fbe9b3ca731d5af3762ef8e022afc | 413 | cpp | C++ | dataStructuresAndAlgorithms/Queue.cpp | ualikhansars/dataStructuresAndAlgorithms | 3bf273bd56710579c8725fc509054bb539fe1c1e | [
"MIT"
] | null | null | null | dataStructuresAndAlgorithms/Queue.cpp | ualikhansars/dataStructuresAndAlgorithms | 3bf273bd56710579c8725fc509054bb539fe1c1e | [
"MIT"
] | null | null | null | dataStructuresAndAlgorithms/Queue.cpp | ualikhansars/dataStructuresAndAlgorithms | 3bf273bd56710579c8725fc509054bb539fe1c1e | [
"MIT"
] | null | null | null | #include <vector>
class Queue {
std::vector<int> elements;
short head = 0;
short tail = 0;
const short MAX_SIZE = 1000;
public:
void Enqueue(int newElement) {
elements[tail] = newElement;
if (tail == MAX_SIZE) {
tail = 0;
}
else {
tail += 1;
}
}
int Dequeue() {
int element = elements[head];
... | 13.766667 | 31 | 0.576271 | ualikhansars |
c7ea21a0a73c5adb5f1e031f73ffaba2555324f6 | 913 | hpp | C++ | include/bs/fuzzy_choquet.hpp | gitter-badger/bs | 217e5fc1bf07b40441b73c5ba002f6dfe1ab0592 | [
"MIT"
] | 1 | 2021-02-28T20:15:52.000Z | 2021-02-28T20:15:52.000Z | include/bs/fuzzy_choquet.hpp | nikkoara/bs | 1d4339f0acb5967a4b8229f95f3ada577531d5d6 | [
"MIT"
] | null | null | null | include/bs/fuzzy_choquet.hpp | nikkoara/bs | 1d4339f0acb5967a4b8229f95f3ada577531d5d6 | [
"MIT"
] | 1 | 2020-11-30T12:57:47.000Z | 2020-11-30T12:57:47.000Z | #ifndef BS_FUZZY_CHOQUET_HPP
#define BS_FUZZY_CHOQUET_HPP
#include <bs/defs.hpp>
#include <bs/detail/base.hpp>
#include <vector>
#include <opencv2/core/mat.hpp>
namespace bs {
//
// @inproceedings{el2008fuzzy,
// title={Fuzzy integral for moving object detection},
// author={El Baf, Fida and Bouwmans, Thierry ... | 22.268293 | 139 | 0.670318 | gitter-badger |
c7eb6f11a761209d8a128716f83c6305399cfc8f | 4,123 | hpp | C++ | runtime/bench/plus_reduce_array.hpp | mikerainey/tpal | 96d7297390e8e401d87ebfaf9f699f9c14595502 | [
"MIT"
] | null | null | null | runtime/bench/plus_reduce_array.hpp | mikerainey/tpal | 96d7297390e8e401d87ebfaf9f699f9c14595502 | [
"MIT"
] | null | null | null | runtime/bench/plus_reduce_array.hpp | mikerainey/tpal | 96d7297390e8e401d87ebfaf9f699f9c14595502 | [
"MIT"
] | null | null | null | #pragma once
#ifdef USE_CILK_PLUS
#include <cilk/cilk.h>
#include <cilk/cilk_api.h>
#include <cilk/reducer_opadd.h>
#endif
#include <cstdint>
#include "mcsl_util.hpp"
#include "tpalrts_fiber.hpp"
#include "plus_reduce_array_rollforward_decls.hpp"
/*-------------------------------------------------------------------... | 26.6 | 102 | 0.617754 | mikerainey |
c7efffb3caf2529d4ae3da30181910c61d817251 | 1,024 | hpp | C++ | include/Camera.hpp | savageking-io/evelengine | f4f31419077e3467db271e82b05164eafa521eb7 | [
"Apache-2.0"
] | null | null | null | include/Camera.hpp | savageking-io/evelengine | f4f31419077e3467db271e82b05164eafa521eb7 | [
"Apache-2.0"
] | null | null | null | include/Camera.hpp | savageking-io/evelengine | f4f31419077e3467db271e82b05164eafa521eb7 | [
"Apache-2.0"
] | null | null | null | #ifndef __EVEL_ENGINE_CAMERA_HPP__
#define __EVEL_ENGINE_CAMERA_HPP__
#include "Velocity.hpp"
#include "Geometry.hpp"
namespace EvelEngine {
class Camera
{
public:
//! Constructor
Camera(int w, int h);
//! Destructor
~Camera();
//! Update ... | 23.813953 | 75 | 0.548828 | savageking-io |
c7f534ca764945ad6d12daa7b552c4d142707b4d | 29,745 | cpp | C++ | Temp/il2cppOutput/il2cppOutput/Bulk_DOTween43_0.cpp | 408794550/871AR | 3f903d01ae05522413f7be7abb286d1944d00bbb | [
"Apache-2.0"
] | 1 | 2018-08-16T10:43:30.000Z | 2018-08-16T10:43:30.000Z | Temp/il2cppOutput/il2cppOutput/Bulk_DOTween43_0.cpp | 408794550/871AR | 3f903d01ae05522413f7be7abb286d1944d00bbb | [
"Apache-2.0"
] | null | null | null | Temp/il2cppOutput/il2cppOutput/Bulk_DOTween43_0.cpp | 408794550/871AR | 3f903d01ae05522413f7be7abb286d1944d00bbb | [
"Apache-2.0"
] | null | null | null | ๏ปฟ#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include "class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "mscorlib_System_Array38294689... | 67.756264 | 380 | 0.830593 | 408794550 |
c7f56f8c54a8613c12f591efa6487059481829b5 | 809 | cpp | C++ | src/GM_SpecialStage.cpp | MainMemory/CuckySonic | af8e10f3c05b286b830001e73f79d9a7a8edc84e | [
"MIT"
] | 2 | 2020-01-10T06:52:40.000Z | 2020-12-17T02:57:30.000Z | src/GM_SpecialStage.cpp | MainMemory/CuckySonic | af8e10f3c05b286b830001e73f79d9a7a8edc84e | [
"MIT"
] | null | null | null | src/GM_SpecialStage.cpp | MainMemory/CuckySonic | af8e10f3c05b286b830001e73f79d9a7a8edc84e | [
"MIT"
] | null | null | null | #include "Game.h"
#include "GameConstants.h"
#include "Error.h"
#include "Log.h"
#include "Event.h"
#include "Render.h"
#include "Fade.h"
#include "Input.h"
#include "SpecialStage.h"
bool GM_SpecialStage(bool *bError)
{
//Load the special stage
SPECIALSTAGE stage("data/SpecialStage/Stage/1");
if (stage.fail != null... | 19.261905 | 110 | 0.676143 | MainMemory |
c7fc349ef84b03f341a344313512f57e75f7e286 | 4,136 | cpp | C++ | test/integration-tests/metafs/metafs_wbt_test.cpp | so931/poseidonos | 2aa82f26bfbd0d0aee21cd0574779a655634f08c | [
"BSD-3-Clause"
] | 1 | 2022-02-07T23:30:50.000Z | 2022-02-07T23:30:50.000Z | test/integration-tests/metafs/metafs_wbt_test.cpp | so931/poseidonos | 2aa82f26bfbd0d0aee21cd0574779a655634f08c | [
"BSD-3-Clause"
] | null | null | null | test/integration-tests/metafs/metafs_wbt_test.cpp | so931/poseidonos | 2aa82f26bfbd0d0aee21cd0574779a655634f08c | [
"BSD-3-Clause"
] | null | null | null | /*
* BSD LICENSE
* Copyright (c) 2021 Samsung Electronics Corporation
* 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 th... | 31.815385 | 113 | 0.711799 | so931 |
c7fc8ee82e50b9c1192e93c81036e79d1184ecdc | 4,091 | cc | C++ | steam/interfaces/networkdevicemanager.cc | TBK/argonx | 0165caad474d83f020fe29d85e802fae9adecc23 | [
"BSD-2-Clause"
] | 22 | 2019-01-15T12:18:25.000Z | 2022-03-24T03:39:59.000Z | steam/interfaces/networkdevicemanager.cc | TBK/argonx | 0165caad474d83f020fe29d85e802fae9adecc23 | [
"BSD-2-Clause"
] | 3 | 2019-07-13T16:16:16.000Z | 2020-07-30T10:07:30.000Z | steam/interfaces/networkdevicemanager.cc | TBK/argonx | 0165caad474d83f020fe29d85e802fae9adecc23 | [
"BSD-2-Clause"
] | 2 | 2019-06-19T10:09:32.000Z | 2020-06-29T15:16:58.000Z | #include <precompiled.hh>
#include "helpers.hh"
#include "steamplatform.hh"
using namespace Steam;
namespace Reference {
#include "SteamStructs/IClientNetworkDeviceManager.h"
}
template <bool isServer>
class ClientNetworkDeviceManager : public Reference::IClientNetworkDeviceManager {
public:
UserHandle userHand... | 35.267241 | 140 | 0.708384 | TBK |
c7fffb96b8e9aaf652f594b863e65f19f5360854 | 4,293 | cpp | C++ | curl/curltest.cpp | ysoftman/test_code | 4c71cc7c6a17d73cc84298e3a44051d3ab9d40f8 | [
"MIT"
] | 3 | 2017-12-07T04:29:36.000Z | 2022-01-11T10:58:14.000Z | curl/curltest.cpp | ysoftman/test_code | 4c71cc7c6a17d73cc84298e3a44051d3ab9d40f8 | [
"MIT"
] | 14 | 2018-07-17T05:16:42.000Z | 2022-03-22T00:43:47.000Z | curl/curltest.cpp | ysoftman/test_code | 4c71cc7c6a17d73cc84298e3a44051d3ab9d40f8 | [
"MIT"
] | null | null | null | /*
# ysoftman
# libcurl ํ
์คํธ
# linux/mac
# openssl ์ค์น
wget https://www.openssl.org/source/openssl-1.0.2k.tar.gz
tar zxvf openssl-1.0.2k.tar.gz
cd openssl-1.0.2k
./config
make -j4
sudo make install
cd ..
# curl ์ค์น
wget https://curl.haxx.se/download/curl-7.60.0.tar.gz
tar zxvf curl-7.60.0.tar.gz
cd curl-7.60.0
# linux
... | 25.105263 | 116 | 0.711624 | ysoftman |
2a0653d635765a75c91a08f416967c69fca43747 | 864 | cpp | C++ | 03Operators/03bitFliag.cpp | CedarChennn/myC | b4de17f332788e3e578d304f2a690d2c9a07c004 | [
"Apache-2.0"
] | 2 | 2021-01-13T08:55:41.000Z | 2021-04-23T15:14:05.000Z | 03Operators/03bitFliag.cpp | CedarChennn/myC | b4de17f332788e3e578d304f2a690d2c9a07c004 | [
"Apache-2.0"
] | null | null | null | 03Operators/03bitFliag.cpp | CedarChennn/myC | b4de17f332788e3e578d304f2a690d2c9a07c004 | [
"Apache-2.0"
] | null | null | null | #include <bitset>
#include <iostream>
int main1()
{
std::bitset<4> x { 0b1100 };
std::cout << x << '\n';
std::cout << (x >> 1) << '\n'; // shift right by 1, yielding 0110
std::cout << (x << 1) << '\n'; // shift left by 1, yielding 1000
return 0;
}
// This prints:
// 1100
// 0110
// 1000
/*
0 ... | 20.093023 | 91 | 0.527778 | CedarChennn |
2a0c09dbe016d5ed959b9a7a0f62dbdf36fa8e2f | 2,216 | cpp | C++ | src/common/daemon.cpp | ramonbrugman/bubichain | 433e2352d0c7cea591cd5c9229e9e2c5dbd7957a | [
"Apache-2.0"
] | 99 | 2017-08-08T01:37:45.000Z | 2021-05-15T14:39:43.000Z | src/common/daemon.cpp | ramonbrugman/bubichain | 433e2352d0c7cea591cd5c9229e9e2c5dbd7957a | [
"Apache-2.0"
] | 3 | 2017-08-23T06:39:15.000Z | 2019-09-06T18:18:17.000Z | src/common/daemon.cpp | ramonbrugman/bubichain | 433e2352d0c7cea591cd5c9229e9e2c5dbd7957a | [
"Apache-2.0"
] | 41 | 2017-08-08T01:38:41.000Z | 2022-02-15T12:12:21.000Z | /*
Copyright ยฉ Bubi Technologies Co., Ltd. 2017 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 ... | 24.898876 | 105 | 0.679152 | ramonbrugman |
2a16114a6cf6c96a42cc4e4e65716ff91a8f1e88 | 8,848 | cc | C++ | centreon-engine/tests/timeperiod/get_next_valid_time/between_two_years.cc | centreon/centreon-collect | e63fc4d888a120d588a93169e7d36b360616bdee | [
"Unlicense"
] | 8 | 2020-07-26T09:12:02.000Z | 2022-03-30T17:24:29.000Z | centreon-engine/tests/timeperiod/get_next_valid_time/between_two_years.cc | centreon/centreon-collect | e63fc4d888a120d588a93169e7d36b360616bdee | [
"Unlicense"
] | 47 | 2020-06-18T12:11:37.000Z | 2022-03-16T10:28:56.000Z | centreon-engine/tests/timeperiod/get_next_valid_time/between_two_years.cc | centreon/centreon-collect | e63fc4d888a120d588a93169e7d36b360616bdee | [
"Unlicense"
] | 5 | 2020-06-29T14:22:02.000Z | 2022-03-17T10:34:10.000Z | /*
** Copyright 2016 Centreon
**
** This file is part of Centreon Engine.
**
** Centreon Engine is free software: you can redistribute it and/or
** modify it under the terms of the GNU General Public License version 2
** as published by the Free Software Foundation.
**
** Centreon Engine is distributed in the hope that... | 30.615917 | 80 | 0.749774 | centreon |
2a1a9bb2cf3458337ec549f32792c433b088a1e0 | 2,541 | hpp | C++ | source/vendor/zipios/zipios-config.hpp | ndoxx/wcore | 8b24519e9a01b0397ba2959507e1e12ea3a3aa44 | [
"Apache-2.0"
] | null | null | null | source/vendor/zipios/zipios-config.hpp | ndoxx/wcore | 8b24519e9a01b0397ba2959507e1e12ea3a3aa44 | [
"Apache-2.0"
] | null | null | null | source/vendor/zipios/zipios-config.hpp | ndoxx/wcore | 8b24519e9a01b0397ba2959507e1e12ea3a3aa44 | [
"Apache-2.0"
] | null | null | null | #pragma once
#ifndef ZIPIOS_CONFIG_HPP
#define ZIPIOS_CONFIG_HPP
/*
Zipios โ a small C++ library that provides easy access to .zip files.
Copyright (C) 2000-2007 Thomas Sondergaard
Copyright (C) 2015-2017 Made to Order Software Corporation
This library is free software; you can redistribute it and/or
mod... | 25.158416 | 104 | 0.739866 | ndoxx |
2a1ada77767c02ec5fef37f362bc41dab7ea2814 | 6,352 | cpp | C++ | src/playpen/upl_playpen_main.cpp | declued/upl | cf320c255555eb6067a5ab34cf8c5a00fb5e8f19 | [
"MIT"
] | null | null | null | src/playpen/upl_playpen_main.cpp | declued/upl | cf320c255555eb6067a5ab34cf8c5a00fb5e8f19 | [
"MIT"
] | null | null | null | src/playpen/upl_playpen_main.cpp | declued/upl | cf320c255555eb6067a5ab34cf8c5a00fb5e8f19 | [
"MIT"
] | null | null | null | //======================================================================
#include <upl/st_code.hpp>
#include <upl/lexer.hpp>
#include <upl/input.hpp>
#include <upl/errors.hpp>
#include <upl/common.hpp>
#include <cstdint>
#include <iostream>
//======================================================================
//... | 27.617391 | 124 | 0.462531 | declued |
2a1b9ffb29d524f3659a0e8eae06eac3099d3ad2 | 521 | cpp | C++ | chapter-13/13.35.cpp | zero4drift/Cpp-Primer-5th-Exercises | d3d0f0d228e8c2c5a3b3fe1fd03ce34e0894e93f | [
"MIT"
] | null | null | null | chapter-13/13.35.cpp | zero4drift/Cpp-Primer-5th-Exercises | d3d0f0d228e8c2c5a3b3fe1fd03ce34e0894e93f | [
"MIT"
] | null | null | null | chapter-13/13.35.cpp | zero4drift/Cpp-Primer-5th-Exercises | d3d0f0d228e8c2c5a3b3fe1fd03ce34e0894e93f | [
"MIT"
] | null | null | null | // is using synthesized version of copy control members:
// for copy constructor: no folder contains the pointer which points to this newly constructed Message object;
// for destructor: even destructed, folders still contains the pointer which points to the invalid memory space which once stored this destructed objec... | 86.833333 | 197 | 0.81382 | zero4drift |
2a1dec4cfa31f6d0e42fbabb4faf4cdf76307bed | 4,472 | cc | C++ | xapian/xapian-core-1.2.13/backends/chert/chert_alldocsmodifiedpostlist.cc | pgs7179/xapian_modified | 0229c9efb9eca19be4c9f463cd4b793672f24198 | [
"MIT"
] | 2 | 2021-01-13T21:17:42.000Z | 2021-01-13T21:17:42.000Z | xapian/xapian-core-1.2.13/backends/chert/chert_alldocsmodifiedpostlist.cc | Loslove55/tailbench | fbbf3f31e3f0af1bb7db7f07c2e7193b84abb1eb | [
"MIT"
] | null | null | null | xapian/xapian-core-1.2.13/backends/chert/chert_alldocsmodifiedpostlist.cc | Loslove55/tailbench | fbbf3f31e3f0af1bb7db7f07c2e7193b84abb1eb | [
"MIT"
] | null | null | null | /** @file chert_alldocsmodifiedpostlist.cc
* @brief A ChertAllDocsPostList plus pending modifications.
*/
/* Copyright (C) 2008 Lemur Consulting Ltd
* Copyright (C) 2006,2007,2008,2009,2010 Olly Betts
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General ... | 32.882353 | 112 | 0.72093 | pgs7179 |
2a1e8f5220dc900d64705852860731371ed7e83d | 1,762 | cc | C++ | src/common/train_sgd.cc | karlmoritz/oxcvsm | 02fd78231a8b3c4d48e9e759a3a075d04bcd0529 | [
"Apache-2.0"
] | 10 | 2015-02-06T01:41:41.000Z | 2017-10-06T15:50:32.000Z | src/common/train_sgd.cc | karlmoritz/oxcvsm | 02fd78231a8b3c4d48e9e759a3a075d04bcd0529 | [
"Apache-2.0"
] | null | null | null | src/common/train_sgd.cc | karlmoritz/oxcvsm | 02fd78231a8b3c4d48e9e759a3a075d04bcd0529 | [
"Apache-2.0"
] | 4 | 2015-01-02T10:49:15.000Z | 2020-12-30T17:59:22.000Z | // File: train_sgd.cc
// Author: Karl Moritz Hermann (mail@karlmoritz.com)
// Created: 01-01-2013
// Last Update: Thu 03 Oct 2013 11:48:43 AM BST
// STL
#include <iostream>
#include <cmath>
// Boost
#include <boost/program_options/variables_map.hpp>
#include <boost/program_options/parsers.hpp>
#include "shared_defs.... | 23.184211 | 87 | 0.658343 | karlmoritz |