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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 |
0e6760b039d87596ce5030cf52c05d37794adbb0 | 2,824 | cpp | C++ | src/gpu/effects/GrDisableColorXP.cpp | gnoliyil/skia | bf1904fd4898bb0f73f05e890b88a3ffc6acc064 | [
"BSD-3-Clause"
] | 19 | 2018-05-28T15:21:28.000Z | 2022-03-13T09:00:08.000Z | src/gpu/effects/GrDisableColorXP.cpp | gnoliyil/skia | bf1904fd4898bb0f73f05e890b88a3ffc6acc064 | [
"BSD-3-Clause"
] | 3 | 2017-04-28T13:58:09.000Z | 2020-09-03T09:23:39.000Z | src/gpu/effects/GrDisableColorXP.cpp | gnoliyil/skia | bf1904fd4898bb0f73f05e890b88a3ffc6acc064 | [
"BSD-3-Clause"
] | 10 | 2017-08-04T08:46:49.000Z | 2021-12-27T03:41:41.000Z | /*
* Copyright 2014 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "src/gpu/GrPipeline.h"
#include "src/gpu/GrProcessor.h"
#include "src/gpu/GrShaderCaps.h"
#include "src/gpu/effects/GrDisableColorXP.h"
#include "src/gpu/glsl/GrGLSLF... | 35.746835 | 100 | 0.710694 | gnoliyil |
0e6a92da0ee05538a2ef55637c57f7b29bf98f30 | 3,292 | cpp | C++ | src/runtime/test/test_Mount.cpp | eth-cscs/sarus | c6190faf45d5e0ff5348c70c2d4b1e49b2e01039 | [
"BSD-3-Clause"
] | 84 | 2019-04-30T17:35:14.000Z | 2022-03-20T21:15:41.000Z | src/runtime/test/test_Mount.cpp | eth-cscs/sarus | c6190faf45d5e0ff5348c70c2d4b1e49b2e01039 | [
"BSD-3-Clause"
] | 26 | 2019-11-07T19:24:36.000Z | 2022-02-10T14:18:58.000Z | src/runtime/test/test_Mount.cpp | eth-cscs/sarus | c6190faf45d5e0ff5348c70c2d4b1e49b2e01039 | [
"BSD-3-Clause"
] | 10 | 2019-05-24T02:20:02.000Z | 2022-03-20T14:17:29.000Z | /*
* Sarus
*
* Copyright (c) 2018-2021, ETH Zurich. All rights reserved.
*
* Please, refer to the LICENSE file in the root directory.
* SPDX-License-Identifier: BSD-3-Clause
*
*/
/**
* @brief Tests for user-requested mounts
*/
#include <string>
#include <sys/stat.h>
#include <sys/mount.h>
#include "test_... | 36.577778 | 121 | 0.729951 | eth-cscs |
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 |
0e6e6fd4b2a8bd72a8831854cf071cc79de70051 | 795 | cpp | C++ | Chapter 04/001.cpp | gitter-badger/Starting-Out-With-C-Plus-Plus-Programming-Challenges | 63e0c87e267caea42713967eae9676718b7e2f98 | [
"MIT"
] | 7 | 2019-08-03T10:36:55.000Z | 2022-03-01T09:31:14.000Z | Chapter 04/001.cpp | gitter-badger/Starting-Out-With-C-Plus-Plus-Programming-Challenges | 63e0c87e267caea42713967eae9676718b7e2f98 | [
"MIT"
] | null | null | null | Chapter 04/001.cpp | gitter-badger/Starting-Out-With-C-Plus-Plus-Programming-Challenges | 63e0c87e267caea42713967eae9676718b7e2f98 | [
"MIT"
] | 6 | 2019-07-04T05:59:19.000Z | 2022-01-26T03:33:03.000Z | #include <iostream>
using namespace std;
int main()
{
// Variables
int num1, num2;
// Ask the user to enter two numbers
cout << endl;
cout << "Enter Number 1: ";
cin >> num1;
cout << "Enter Number 2: ";
cin >> num2;
// Formatting
cout << endl;
// Use a decision structure t... | 20.384615 | 69 | 0.465409 | gitter-badger |
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 |
0e739522d95ee672458258194c618558bfde7e8b | 4,294 | cc | C++ | src/components/application_manager/rpc_plugins/app_service_rpc_plugin/src/app_service_rpc_plugin.cc | russjohnson09/sdl_core | 9de7f1456f1807ae97348f774f7eead0ee92fd6d | [
"BSD-3-Clause"
] | null | null | null | src/components/application_manager/rpc_plugins/app_service_rpc_plugin/src/app_service_rpc_plugin.cc | russjohnson09/sdl_core | 9de7f1456f1807ae97348f774f7eead0ee92fd6d | [
"BSD-3-Clause"
] | 2 | 2020-04-24T07:00:41.000Z | 2020-04-24T07:39:33.000Z | src/components/application_manager/rpc_plugins/app_service_rpc_plugin/src/app_service_rpc_plugin.cc | russjohnson09/sdl_core | 9de7f1456f1807ae97348f774f7eead0ee92fd6d | [
"BSD-3-Clause"
] | null | null | null | /*
Copyright (c) 2019, Ford Motor Company, Livio
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this
list of conditions and ... | 39.394495 | 79 | 0.801816 | russjohnson09 |
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 |
0e7652d0e2eab21462aca2ff49ecc35fdde0dfd3 | 498 | cpp | C++ | baekjoon/not-classified/1932/1932.cpp | honux77/algorithm | 2ed8cef1fbee7ad96d8f2ae583666d52bd8892ee | [
"MIT"
] | 2 | 2019-02-08T01:23:07.000Z | 2020-11-19T12:23:52.000Z | baekjoon/not-classified/1932/1932.cpp | honux77/algorithm | 2ed8cef1fbee7ad96d8f2ae583666d52bd8892ee | [
"MIT"
] | null | null | null | baekjoon/not-classified/1932/1932.cpp | honux77/algorithm | 2ed8cef1fbee7ad96d8f2ae583666d52bd8892ee | [
"MIT"
] | null | null | null | # include <cstdio>
# include <memory.h>
# include <iostream>
# include <algorithm>
//BOJ 1932 정수삼각형
//DP로 금방 풀린다
// https://www.acmicpc.net/problem/1932
using namespace std;
int d[501][501];
int main() {
int n, input;
cin >> n;
for (int i = 1; i <= n; i++) {
for (int j = 1; j <= i; j++) {
cin >> input;
... | 14.647059 | 55 | 0.506024 | honux77 |
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 |
0e7df0fdea0c869a82524a8a8cda6b11a43a5e7a | 14,491 | cpp | C++ | src/dpotrf_vbatched.cpp | i3drobotics/magma | 3fde2beb1811ec8994bed5153e55fb0490b051fc | [
"BSD-3-Clause"
] | null | null | null | src/dpotrf_vbatched.cpp | i3drobotics/magma | 3fde2beb1811ec8994bed5153e55fb0490b051fc | [
"BSD-3-Clause"
] | null | null | null | src/dpotrf_vbatched.cpp | i3drobotics/magma | 3fde2beb1811ec8994bed5153e55fb0490b051fc | [
"BSD-3-Clause"
] | null | null | null | /*
-- MAGMA (version 2.0) --
Univ. of Tennessee, Knoxville
Univ. of California, Berkeley
Univ. of Colorado, Denver
@date
@author Azzam Haidar
@author Ahmad Abdelfattah
@generated from src/zpotrf_vbatched.cpp, normal z -> d, Sat Mar 27 20:31:14 2021
*/
#defin... | 40.591036 | 132 | 0.600235 | i3drobotics |
0e7fff6449452a7d6535ee29237ba02773d85921 | 11,879 | cpp | C++ | debug/atomics/sinks/Loggers/ScilabLogger.cpp | jorexe/haikunet | dd1697fdc4590de8d687816ec470e40193619b8f | [
"MIT"
] | 2 | 2021-05-05T18:22:19.000Z | 2022-01-21T13:50:27.000Z | debug/atomics/sinks/Loggers/ScilabLogger.cpp | jorexe/haikunet | dd1697fdc4590de8d687816ec470e40193619b8f | [
"MIT"
] | null | null | null | debug/atomics/sinks/Loggers/ScilabLogger.cpp | jorexe/haikunet | dd1697fdc4590de8d687816ec470e40193619b8f | [
"MIT"
] | 1 | 2021-05-05T18:05:11.000Z | 2021-05-05T18:05:11.000Z | #include "ScilabLogger.h"
int ScilabLogger::TotalFlushingTime_ms = 0;
int ScilabLogger::TotalWrittingTime_us = 0;
int ScilabLogger::TotalMetricPoints = 0;
int ScilabLogger::TotalLoggedVariables = 0;
int ScilabLogger::TotalLoggedModels = 0;
ScilabLogger::ScilabLogger(Simulator* model, bool useMultipleSimulatio... | 42.884477 | 234 | 0.702584 | jorexe |
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 |
0e86e60e5acdca02dca25119375f9758dd9d26bf | 13,278 | cc | C++ | translator/mpi_opencl_create_kernel_body.cc | naoyam/physis | 39ee5250a2d5baa545ca03e7c5c9aa9c81f1ab19 | [
"BSD-3-Clause"
] | 30 | 2015-01-27T02:45:34.000Z | 2022-02-17T03:50:49.000Z | translator/mpi_opencl_create_kernel_body.cc | naoyam/physis | 39ee5250a2d5baa545ca03e7c5c9aa9c81f1ab19 | [
"BSD-3-Clause"
] | 8 | 2015-01-02T02:10:04.000Z | 2015-04-21T08:42:12.000Z | translator/mpi_opencl_create_kernel_body.cc | naoyam/physis | 39ee5250a2d5baa545ca03e7c5c9aa9c81f1ab19 | [
"BSD-3-Clause"
] | 4 | 2015-12-16T10:18:31.000Z | 2021-12-28T22:43:56.000Z | // Licensed under the BSD license. See LICENSE.txt for more details.
#include "translator/mpi_opencl_translator.h"
#include "translator/translation_context.h"
#include "translator/translation_util.h"
#include "translator/rose_util.h"
#include "translator/rose_ast_attribute.h"
namespace pu = physis::util;
namespace sb... | 37.193277 | 85 | 0.645052 | naoyam |
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 |
0e8be891370bb4829493c8a1bf1633a35d69e741 | 547 | cpp | C++ | c/tests/word_break_test.cpp | qianbinbin/leetcode | 915cecab0c940cd13847683ec55b17b77eb0f39b | [
"MIT"
] | 4 | 2018-03-05T02:27:16.000Z | 2021-03-15T14:19:44.000Z | c/tests/word_break_test.cpp | qianbinbin/leetcode | 915cecab0c940cd13847683ec55b17b77eb0f39b | [
"MIT"
] | null | null | null | c/tests/word_break_test.cpp | qianbinbin/leetcode | 915cecab0c940cd13847683ec55b17b77eb0f39b | [
"MIT"
] | 2 | 2018-07-22T10:32:10.000Z | 2018-10-20T03:14:28.000Z | #include <gtest/gtest.h>
extern "C" {
#include "word_break.h"
}
#define ARR_SIZE(a) (sizeof(a) / sizeof((a)[0]))
char *s1 = "leetcode";
char *dict1[] = {"leet", "code"};
char *s2 = "applepenapple";
char *dict2[] = {"apple", "pen"};
char *s3 = "catsandog";
char *dict3[] = {"cats", "dog", "sand", "and", "cat"};
TES... | 23.782609 | 62 | 0.647166 | qianbinbin |
0e8e85f4605f2da0eeae3f140cc6de12b6e96e2d | 946 | hpp | C++ | libraries/custom_files/file_mapping.hpp | abitmore/yoyow-core | f4fe6e48844b0c01dc267a04c6ef61b39f1ea1c1 | [
"MIT"
] | 264 | 2017-09-22T07:15:31.000Z | 2021-08-07T04:43:38.000Z | libraries/custom_files/file_mapping.hpp | yoyow-org/bitshares-core | f4fe6e48844b0c01dc267a04c6ef61b39f1ea1c1 | [
"MIT"
] | 5 | 2017-09-10T08:09:05.000Z | 2020-03-30T05:26:07.000Z | libraries/custom_files/file_mapping.hpp | yoyow-org/bitshares-core | f4fe6e48844b0c01dc267a04c6ef61b39f1ea1c1 | [
"MIT"
] | 90 | 2017-12-26T05:11:12.000Z | 2021-07-21T09:36:32.000Z | #pragma once
#include <fc/fwd.hpp>
#include <cstdint>
#include <cstdlib>
namespace boost {
namespace interprocess {
class file_mapping;
class mapped_region;
}
}
namespace fc {
enum fm_mode_t {
read_only,
write_only,
read_write
};
class file_mapping {
public:
file_mapping( const... | 21.5 | 88 | 0.649049 | abitmore |
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 |
0ea156005af2b34d76fae14e490e36f24b342bf1 | 162 | cpp | C++ | divide_two_integers.cpp | spencercjh/sync-leetcode-today-problem-cpp-example | 178a974e5848e3a620f4565170b459d50ecfdd6b | [
"Apache-2.0"
] | null | null | null | divide_two_integers.cpp | spencercjh/sync-leetcode-today-problem-cpp-example | 178a974e5848e3a620f4565170b459d50ecfdd6b | [
"Apache-2.0"
] | 1 | 2020-12-17T07:54:03.000Z | 2020-12-17T08:00:22.000Z | divide_two_integers.cpp | spencercjh/sync-leetcode-today-problem-cpp-example | 178a974e5848e3a620f4565170b459d50ecfdd6b | [
"Apache-2.0"
] | null | null | null | package leetcode
// https://leetcode-cn.com/problems/divide-two-integers/
class DivideTwoIntegers {
public:
int divide(int dividend, int divisor) {
}
}; | 18 | 56 | 0.716049 | spencercjh |
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 |
0eaa476beed7e5be841a691f1acd091c0481ad02 | 254 | cc | C++ | nodeuv-uri/example1.cc | memade/gpl | 33b2a1e8e2be851f06223f4bd3c8147aaf4e08e7 | [
"Apache-2.0"
] | 5 | 2015-02-20T00:31:16.000Z | 2019-03-08T17:31:20.000Z | example1.cc | heapwolf/nodeuv-uri | 39165112f8fe3bbd55c064ff4d2f7a765a5ece99 | [
"MIT"
] | 1 | 2015-08-07T20:33:49.000Z | 2015-08-07T20:33:49.000Z | example1.cc | heapwolf/nodeuv-uri | 39165112f8fe3bbd55c064ff4d2f7a765a5ece99 | [
"MIT"
] | 1 | 2017-11-07T01:55:22.000Z | 2017-11-07T01:55:22.000Z | #include <iostream>
#include <uri.h>
using namespace std;
using namespace uri;
int main() {
string haystack = "http://user:password@www.google.com:80/path?search=foo&bar=bazz";
for (int i = 0; i < 100000; i++) {
ParseHttpUrl(haystack);
}
}
| 16.933333 | 86 | 0.65748 | memade |
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 |
0eb65ab903237b83174d73632ed4825f46fb2e00 | 704 | cpp | C++ | fish/mbed/LPCExpress/Deprecated/BCU_Test/BCU_Test/main.cpp | tarquasso/softroboticfish | b638d1af94919b9098aad11d7705fb0acd25a722 | [
"MIT"
] | 5 | 2019-06-24T20:19:30.000Z | 2021-11-15T15:52:44.000Z | fish/mbed/LPCExpress/Deprecated/BCU_Test/BCU_Test/main.cpp | tarquasso/softroboticfish | b638d1af94919b9098aad11d7705fb0acd25a722 | [
"MIT"
] | null | null | null | fish/mbed/LPCExpress/Deprecated/BCU_Test/BCU_Test/main.cpp | tarquasso/softroboticfish | b638d1af94919b9098aad11d7705fb0acd25a722 | [
"MIT"
] | 4 | 2016-03-22T07:57:59.000Z | 2022-01-21T00:49:42.000Z | #include "MS5837.h"
#include "mbed.h"
#define PIN_IMU_TX p28
#define PIN_IMU_RX p27
DigitalOut readPressure(LED2);
PwmOut pressure(LED3);
MS5837 pressureSensor(PIN_IMU_TX,PIN_IMU_RX);
float max_pressure = 0;
float min_pressure = 2000;
float curDepth = 0;
int main(){
pressureSensor.MS5837Init();
while(1){
readP... | 18.051282 | 70 | 0.71733 | tarquasso |
0eba2743ee82a4a6bc25e5dfcb6e8c7b3485b425 | 6,257 | cpp | C++ | extern/mantaflow/preprocessed/vortexpart.cpp | rbabari/blender | 6daa85f14b2974abfc3d0f654c5547f487bb3b74 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 365 | 2015-02-10T15:10:55.000Z | 2022-03-03T15:50:51.000Z | extern/mantaflow/preprocessed/vortexpart.cpp | rbabari/blender | 6daa85f14b2974abfc3d0f654c5547f487bb3b74 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 45 | 2015-01-09T15:34:20.000Z | 2021-10-05T14:44:23.000Z | extern/mantaflow/preprocessed/vortexpart.cpp | rbabari/blender | 6daa85f14b2974abfc3d0f654c5547f487bb3b74 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 172 | 2015-01-25T15:16:53.000Z | 2022-01-31T08:25:36.000Z |
// DO NOT EDIT !
// This file is generated using the MantaFlow preprocessor (prep generate).
/******************************************************************************
*
* MantaFlow fluid solver framework
* Copyright 2011 Tobias Pfaff, Nils Thuerey
*
* This program is free software, distributed under the t... | 24.829365 | 97 | 0.602525 | rbabari |
0eba965ecccfa4c3d1e35e75e6918bb568a60bfa | 148 | cpp | C++ | Creational Patterns/singleton/main.cpp | lijiansong/design-pattern | 64f6be452c1af2c0098b0255adacaf828f765e8f | [
"MIT"
] | 1 | 2021-03-26T06:07:27.000Z | 2021-03-26T06:07:27.000Z | Creational Patterns/singleton/main.cpp | lijiansong/design-pattern | 64f6be452c1af2c0098b0255adacaf828f765e8f | [
"MIT"
] | null | null | null | Creational Patterns/singleton/main.cpp | lijiansong/design-pattern | 64f6be452c1af2c0098b0255adacaf828f765e8f | [
"MIT"
] | 2 | 2020-06-03T08:48:45.000Z | 2021-09-14T12:16:04.000Z | #include "Singleton.h"
#include <iostream>
using namespace std;
int main()
{
Singleton* sgn = Singleton::Instance();
system("pause");
return 0;
} | 16.444444 | 40 | 0.695946 | lijiansong |
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 |
b1bea4541ee9e94b1f2617a836b6059a6c1d1d66 | 6,858 | cpp | C++ | arangod/Graph/EdgeCollectionInfo.cpp | sita1999/arangodb | 6a4f462fa209010cd064f99e63d85ce1d432c500 | [
"Apache-2.0"
] | 1 | 2019-08-11T04:06:49.000Z | 2019-08-11T04:06:49.000Z | arangod/Graph/EdgeCollectionInfo.cpp | lipper/arangodb | 66ea1fd4946668192e3f0d1060f0844f324ad7b8 | [
"Apache-2.0"
] | null | null | null | arangod/Graph/EdgeCollectionInfo.cpp | lipper/arangodb | 66ea1fd4946668192e3f0d1060f0844f324ad7b8 | [
"Apache-2.0"
] | 1 | 2021-07-12T06:29:34.000Z | 2021-07-12T06:29:34.000Z | ////////////////////////////////////////////////////////////////////////////////
/// DISCLAIMER
///
/// Copyright 2016 ArangoDB GmbH, Cologne, Germany
///
/// 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... | 35.905759 | 94 | 0.582531 | sita1999 |
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 |
b1c3a846cb2d49efab3f82ca730a766366fe250d | 461 | cpp | C++ | compile/mclinker/lib/LD/DiagnosticLineInfo.cpp | Keneral/aframeworks | af1d0010bfb88751837fb1afc355705bd8a9ad8b | [
"Unlicense"
] | 75 | 2015-03-18T06:01:37.000Z | 2022-01-27T15:17:23.000Z | compile/mclinker/lib/LD/DiagnosticLineInfo.cpp | Keneral/aframeworks | af1d0010bfb88751837fb1afc355705bd8a9ad8b | [
"Unlicense"
] | 5 | 2015-07-08T07:47:25.000Z | 2018-10-08T12:12:04.000Z | compile/mclinker/lib/LD/DiagnosticLineInfo.cpp | Keneral/aframeworks | af1d0010bfb88751837fb1afc355705bd8a9ad8b | [
"Unlicense"
] | 28 | 2015-04-14T16:05:13.000Z | 2021-11-18T01:31:01.000Z | //===- DiagnosticLineInfo.cpp ---------------------------------------------===//
//
// The MCLinker Project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------------------... | 27.117647 | 80 | 0.442516 | Keneral |
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 |
b1cd2722cc752f15ed77eb1e8f6b1ad453e493aa | 18,859 | cc | C++ | src/devices/usb/drivers/xhci/xhci-event-ring-test.cc | gnoliyil/fuchsia | a98c2d6ae44b7c485c2ee55855d0441da422f4cf | [
"BSD-2-Clause"
] | 4 | 2020-02-23T09:02:06.000Z | 2022-01-08T17:06:28.000Z | src/devices/usb/drivers/xhci/xhci-event-ring-test.cc | gnoliyil/fuchsia | a98c2d6ae44b7c485c2ee55855d0441da422f4cf | [
"BSD-2-Clause"
] | null | null | null | src/devices/usb/drivers/xhci/xhci-event-ring-test.cc | gnoliyil/fuchsia | a98c2d6ae44b7c485c2ee55855d0441da422f4cf | [
"BSD-2-Clause"
] | 1 | 2021-08-23T11:33:57.000Z | 2021-08-23T11:33:57.000Z | // Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "xhci-event-ring.h"
#include <lib/fake_ddk/fake_ddk.h>
#include <lib/fpromise/bridge.h>
#include <lib/fpromise/promise.h>
#include <zircon/errors... | 34.22686 | 100 | 0.700461 | gnoliyil |
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 |
b1d1430bccd13f08978a080999999ffb101012c0 | 5,842 | cc | C++ | source/blender/nodes/geometry/nodes/node_geo_volume_to_mesh.cc | raksa/blender | 9929eab67430ca4d291651f0f8bdd47fbce8c5d0 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | source/blender/nodes/geometry/nodes/node_geo_volume_to_mesh.cc | raksa/blender | 9929eab67430ca4d291651f0f8bdd47fbce8c5d0 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | source/blender/nodes/geometry/nodes/node_geo_volume_to_mesh.cc | raksa/blender | 9929eab67430ca4d291651f0f8bdd47fbce8c5d0 | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | /*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be use... | 36.285714 | 99 | 0.7405 | raksa |
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 |
b1d2dbea3d8a165d7acc53276f8762044ede0406 | 1,710 | hpp | C++ | src/include/duckdb/execution/partitionable_hashtable.hpp | ankane/duckdb | 8a60a6144059067939092bdc30ca229093c984e5 | [
"MIT"
] | null | null | null | src/include/duckdb/execution/partitionable_hashtable.hpp | ankane/duckdb | 8a60a6144059067939092bdc30ca229093c984e5 | [
"MIT"
] | null | null | null | src/include/duckdb/execution/partitionable_hashtable.hpp | ankane/duckdb | 8a60a6144059067939092bdc30ca229093c984e5 | [
"MIT"
] | null | null | null | //===----------------------------------------------------------------------===//
// DuckDB
//
// duckdb/execution/partitionable_hashtable.hpp
//
//
//===----------------------------------------------------------------------===//
#pragma once
#include "duckdb/execution/aggregate_hashtable.hpp"
... | 28.5 | 102 | 0.702924 | ankane |
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 |
b1d4fbe4c5805e0625d26dd0a510184a80ce67b0 | 59 | cpp | C++ | code/ch_1-cpp_basics/2-variables/4-scopes/01-global_definition/main.cpp | ordinary-developer/book_discovering_modern_cpp_p_gottschling | 7dbd13784650893cb312e865bcaedd5f0c5d6ebc | [
"MIT"
] | 1 | 2017-05-04T08:23:46.000Z | 2017-05-04T08:23:46.000Z | code/ch_1-cpp_basics/2-variables/4-scopes/01-global_definition/main.cpp | ordinary-developer/book_discovering_modern_cpp_p_gottschling | 7dbd13784650893cb312e865bcaedd5f0c5d6ebc | [
"MIT"
] | null | null | null | code/ch_1-cpp_basics/2-variables/4-scopes/01-global_definition/main.cpp | ordinary-developer/book_discovering_modern_cpp_p_gottschling | 7dbd13784650893cb312e865bcaedd5f0c5d6ebc | [
"MIT"
] | null | null | null | const double pi = 3.1415926;
int main() {
return 0;
}
| 9.833333 | 28 | 0.59322 | ordinary-developer |
b1d51599743335ee8bcc7a5d76ad10ea5d47917a | 1,354 | cpp | C++ | examples/pxScene2d/external/libnode-v10.15.3/deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/CommonTokenFactory.cpp | madanagopaltcomcast/pxCore | c4a3a40a190521c8b6383d126c87612eca5b3c42 | [
"Apache-2.0"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | examples/pxScene2d/external/libnode-v10.15.3/deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/CommonTokenFactory.cpp | madanagopaltcomcast/pxCore | c4a3a40a190521c8b6383d126c87612eca5b3c42 | [
"Apache-2.0"
] | 1,432 | 2017-06-21T04:08:48.000Z | 2020-08-25T16:21:15.000Z | examples/pxScene2d/external/libnode-v10.15.3/deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/CommonTokenFactory.cpp | madanagopaltcomcast/pxCore | c4a3a40a190521c8b6383d126c87612eca5b3c42 | [
"Apache-2.0"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | /* Copyright (c) 2012-2017 The ANTLR Project. All rights reserved.
* Use of this file is governed by the BSD 3-clause license that
* can be found in the LICENSE.txt file in the project root.
*/
#include "CharStream.h"
#include "CommonToken.h"
#include "misc/Interval.h"
#include "CommonTokenFactory.h"
using names... | 32.238095 | 79 | 0.730428 | madanagopaltcomcast |
b1daf17a595e682f18977e1f7fa6c1ee3edb1759 | 1,009 | cpp | C++ | simulation/lowfi_simulation/src/main/native/cpp/lowfisim/wpisimulators/ADXRS450_SpiGyroSim.cpp | nathanmutin/allwpilib | 3ff2c45e4559df7d6a28bac905ad92d0640c95ac | [
"BSD-3-Clause"
] | 5 | 2019-03-16T21:59:49.000Z | 2019-05-03T21:31:57.000Z | simulation/lowfi_simulation/src/main/native/cpp/lowfisim/wpisimulators/ADXRS450_SpiGyroSim.cpp | nathanmutin/allwpilib | 3ff2c45e4559df7d6a28bac905ad92d0640c95ac | [
"BSD-3-Clause"
] | 1 | 2019-06-11T20:32:07.000Z | 2019-06-13T02:35:34.000Z | simulation/lowfi_simulation/src/main/native/cpp/lowfisim/wpisimulators/ADXRS450_SpiGyroSim.cpp | nathanmutin/allwpilib | 3ff2c45e4559df7d6a28bac905ad92d0640c95ac | [
"BSD-3-Clause"
] | 5 | 2019-03-29T00:38:20.000Z | 2019-10-18T21:42:15.000Z | /*----------------------------------------------------------------------------*/
/* Copyright (c) 2008-2018 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... | 33.633333 | 80 | 0.563925 | nathanmutin |
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 |
b1ddd15569271cb9677c6c738912a005afbffa52 | 2,543 | hpp | C++ | Include/ScriptabilityFunctions.hpp | ReeceSX/ScriptablityCore | e18883b1b50a7671e4cb01d55d08c9ec307bf3d3 | [
"MIT"
] | null | null | null | Include/ScriptabilityFunctions.hpp | ReeceSX/ScriptablityCore | e18883b1b50a7671e4cb01d55d08c9ec307bf3d3 | [
"MIT"
] | null | null | null | Include/ScriptabilityFunctions.hpp | ReeceSX/ScriptablityCore | e18883b1b50a7671e4cb01d55d08c9ec307bf3d3 | [
"MIT"
] | null | null | null | /*
Purpose:
Author: J. Reece Wilson
License: All rights reserved (2015 - 2019); licensed under the MIT license.
*/
#pragma once
namespace Scriptability
{
enum class RegisterArchId;
namespace API
{
#ifndef NO_TRAMP
SCRIPTABILITY_SYMBOL serror_t ScriptabilityTrampoline(... | 55.282609 | 217 | 0.756193 | ReeceSX |
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 |
b1e372b1485815e663278de6013f22bfcff5bb83 | 7,262 | cc | C++ | dali/operators/reader/loader/filesystem.cc | sneaxiy/DALI | 9692aacc14d43a9e0b2fec3369c4a9266f5eab8b | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2020-09-30T19:03:27.000Z | 2020-09-30T19:03:27.000Z | dali/operators/reader/loader/filesystem.cc | sneaxiy/DALI | 9692aacc14d43a9e0b2fec3369c4a9266f5eab8b | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | dali/operators/reader/loader/filesystem.cc | sneaxiy/DALI | 9692aacc14d43a9e0b2fec3369c4a9266f5eab8b | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | // Copyright (c) 2017-2021, NVIDIA CORPORATION & AFFILIATES. 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
//
/... | 33.934579 | 99 | 0.651887 | sneaxiy |
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 |
b1e47fc67c613f433beb0a256b845cbd18bc43b9 | 5,658 | cc | C++ | RecoMuon/CosmicMuonProducer/src/CosmicMuonUtilities.cc | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 852 | 2015-01-11T21:03:51.000Z | 2022-03-25T21:14:00.000Z | RecoMuon/CosmicMuonProducer/src/CosmicMuonUtilities.cc | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 30,371 | 2015-01-02T00:14:40.000Z | 2022-03-31T23:26:05.000Z | RecoMuon/CosmicMuonProducer/src/CosmicMuonUtilities.cc | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 3,240 | 2015-01-02T05:53:18.000Z | 2022-03-31T17:24:21.000Z | /** \file CosmicMuonUtilities
*
*
* \author Chang Liu - Purdue University
*/
#include "RecoMuon/CosmicMuonProducer/interface/CosmicMuonUtilities.h"
#include "TrackingTools/GeomPropagators/interface/Propagator.h"
#include "TrackingTools/PatternTools/interface/Trajectory.h"
#include "DataFormats/GeometrySurface/... | 31.966102 | 113 | 0.6497 | ckamtsikis |
b1e4846537cb1035999981ad235375359fbefb23 | 4,885 | cpp | C++ | clang/test/CodeGenSYCL/integration_footer.cpp | MochalovaAn/llvm | 528aa5ca4aa9df447dc3497ef19da3b124e88d7d | [
"Apache-2.0"
] | null | null | null | clang/test/CodeGenSYCL/integration_footer.cpp | MochalovaAn/llvm | 528aa5ca4aa9df447dc3497ef19da3b124e88d7d | [
"Apache-2.0"
] | null | null | null | clang/test/CodeGenSYCL/integration_footer.cpp | MochalovaAn/llvm | 528aa5ca4aa9df447dc3497ef19da3b124e88d7d | [
"Apache-2.0"
] | null | null | null | // RUN: %clang_cc1 -fsycl-is-device -triple spir64-unknown-unknown-sycldevice -fsycl-int-footer=%t.h %s -emit-llvm -o %t.ll
// RUN: FileCheck -input-file=%t.h %s
#include "Inputs/sycl.hpp"
int main() {
cl::sycl::kernel_single_task<class first_kernel>([]() {});
}
using namespace cl::sycl;
cl::sycl::specialization_... | 33.006757 | 123 | 0.697646 | MochalovaAn |
b1e74c9792aecdc6a03a1673e08502d0ae6b748a | 4,517 | cpp | C++ | tests/test_rota.cpp | mikepyne/RotaGenerator | 9ce8a137782bb61396661c55860edc02a1bb8def | [
"MIT"
] | 1 | 2021-03-15T10:16:09.000Z | 2021-03-15T10:16:09.000Z | tests/test_rota.cpp | mikepyne/RotaGenerator | 9ce8a137782bb61396661c55860edc02a1bb8def | [
"MIT"
] | 1 | 2021-08-28T10:10:32.000Z | 2021-08-28T10:10:32.000Z | tests/test_rota.cpp | mikepyne/RotaGenerator | 9ce8a137782bb61396661c55860edc02a1bb8def | [
"MIT"
] | null | null | null | #include <catch2/catch.hpp>
#include <nlohmann/json.hpp>
#include <fmt/core.h>
#include "rgexception.h"
#include "test_rota.h"
using Catch::Matchers::Message;
using nlohmann::json;
using namespace rg;
TEST_CASE("Compare Rota", "[Rota]")
{
Rota a {1, "label", "description", {1, 2}};
Rota b {2, "label", "descr... | 23.649215 | 75 | 0.485942 | mikepyne |
b1e8daad43e67275e74ea23c7143e23d634f08eb | 1,826 | cpp | C++ | Felix/ManagerViewBrowse.cpp | ultimatezen/felix | 5a7ad298ca4dcd5f1def05c60ae3c84519ec54c4 | [
"MIT"
] | null | null | null | Felix/ManagerViewBrowse.cpp | ultimatezen/felix | 5a7ad298ca4dcd5f1def05c60ae3c84519ec54c4 | [
"MIT"
] | null | null | null | Felix/ManagerViewBrowse.cpp | ultimatezen/felix | 5a7ad298ca4dcd5f1def05c60ae3c84519ec54c4 | [
"MIT"
] | null | null | null | #include "stdafx.h"
#include "ManagerViewBrowse.h"
#include "SearchWindow.h"
namespace mgrview
{
// CTOR
ManagerViewBrowse::ManagerViewBrowse( size_t item, bool is_memory/*=true*/, size_t page/*=1*/ ) :
m_is_memory(is_memory),
BrowseView(item, page)
{
}
// No-op (some other classes do stuff h... | 23.714286 | 109 | 0.665389 | ultimatezen |
b1e8e1b231393a53d6dcb327da72a51c98af9d4d | 1,517 | cpp | C++ | 400-500/480.cpp | Thomaw/Project-Euler | bcad5d8a1fd3ebaa06fa52d92d286607e9372a8d | [
"MIT"
] | null | null | null | 400-500/480.cpp | Thomaw/Project-Euler | bcad5d8a1fd3ebaa06fa52d92d286607e9372a8d | [
"MIT"
] | null | null | null | 400-500/480.cpp | Thomaw/Project-Euler | bcad5d8a1fd3ebaa06fa52d92d286607e9372a8d | [
"MIT"
] | null | null | null | #include <cstdio>
#include <algorithm>
#include <string>
#include <vector>
#include <set>
#include <map>
using namespace std;
typedef long long LL;
typedef vector<int> VI;
char s[111]="thereisasyetinsufficientdataforameaningfulanswer";
map<pair<VI, int>,LL> dp;
LL DP(VI a, int n) {
if(n==0) return... | 19.960526 | 111 | 0.516809 | Thomaw |
b1e99d0cd40133edb0d396375db2188fa34a1e1e | 7,919 | cpp | C++ | feature_extractor/llvm/lib/ir_pass/CoalescedMemFeature.cpp | ssrg-vt/aira | 96a830480d1ed8317e0175a10d950d7991fb2bb7 | [
"Unlicense"
] | 3 | 2018-12-17T08:20:40.000Z | 2020-02-24T02:08:23.000Z | feature_extractor/llvm/lib/ir_pass/CoalescedMemFeature.cpp | ssrg-vt/aira | 96a830480d1ed8317e0175a10d950d7991fb2bb7 | [
"Unlicense"
] | null | null | null | feature_extractor/llvm/lib/ir_pass/CoalescedMemFeature.cpp | ssrg-vt/aira | 96a830480d1ed8317e0175a10d950d7991fb2bb7 | [
"Unlicense"
] | null | null | null | /*****************************************************************************/
/* Implementation of CoalescedMemFeature class */
/*****************************************************************************/
#include <iostream>
#include <assert.h>
#include <llvm/IR/Function.h>
#include... | 25.879085 | 79 | 0.672055 | ssrg-vt |
b1e9e60de6bdb76ce946d52345afcf9111050d97 | 15,835 | cc | C++ | profile_writer.cc | ronin13/autofdo | e20bf907c659ddb0370ae4393d37990f4f69c5b4 | [
"Apache-2.0"
] | 1 | 2021-05-25T07:38:57.000Z | 2021-05-25T07:38:57.000Z | profile_writer.cc | ronin13/autofdo | e20bf907c659ddb0370ae4393d37990f4f69c5b4 | [
"Apache-2.0"
] | null | null | null | profile_writer.cc | ronin13/autofdo | e20bf907c659ddb0370ae4393d37990f4f69c5b4 | [
"Apache-2.0"
] | null | null | null | // Copyright 2014 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... | 34.274892 | 79 | 0.678118 | ronin13 |
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 |
b1ee05d98b5e0cfed014ed0cb85a14357612f83c | 6,562 | cc | C++ | modules/calibration/lidar_ex_checker/lidar_ex_checker.cc | BaiduXLab/apollo | 2764e934b6d0da1342be781447348288ac84c5e9 | [
"Apache-2.0"
] | 22 | 2018-10-10T14:46:32.000Z | 2022-02-28T12:43:43.000Z | modules/calibration/lidar_ex_checker/lidar_ex_checker.cc | BaiduXLab/apollo | 2764e934b6d0da1342be781447348288ac84c5e9 | [
"Apache-2.0"
] | 5 | 2020-06-13T00:36:33.000Z | 2022-02-10T17:50:43.000Z | modules/calibration/lidar_ex_checker/lidar_ex_checker.cc | BaiduXLab/apollo | 2764e934b6d0da1342be781447348288ac84c5e9 | [
"Apache-2.0"
] | 12 | 2018-12-24T02:17:19.000Z | 2021-12-06T01:54:09.000Z | /******************************************************************************
* Copyright 2017 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.700483 | 80 | 0.672966 | BaiduXLab |
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 |
b1f6c66463996dd4baa6218ca2c7b55347eb5a7f | 2,413 | cpp | C++ | src/core/library/query/local/SetTrackRatingQuery.cpp | tobbez/musikcube | f6b1847593b041f0f7673b23407a30b70edd3264 | [
"BSD-3-Clause"
] | 1 | 2020-07-17T01:36:05.000Z | 2020-07-17T01:36:05.000Z | src/core/library/query/local/SetTrackRatingQuery.cpp | xiaoqixian/musikcube | e660e0d8ec7d7daf5e8a092b9c724cc2f9b259b5 | [
"BSD-3-Clause"
] | null | null | null | src/core/library/query/local/SetTrackRatingQuery.cpp | xiaoqixian/musikcube | e660e0d8ec7d7daf5e8a092b9c724cc2f9b259b5 | [
"BSD-3-Clause"
] | 4 | 2020-05-22T00:29:07.000Z | 2020-06-17T15:22:08.000Z | //////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2004-2019 musikcube team
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * Redist... | 41.603448 | 78 | 0.685868 | tobbez |
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 |
b1f8fd5d0fcc2ac1348e361dc3c114dad8b752ce | 2,358 | cc | C++ | chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc | maidiHaitai/haitaibrowser | a232a56bcfb177913a14210e7733e0ea83a6b18d | [
"BSD-3-Clause"
] | 1 | 2020-09-15T08:43:34.000Z | 2020-09-15T08:43:34.000Z | chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc | maidiHaitai/haitaibrowser | a232a56bcfb177913a14210e7733e0ea83a6b18d | [
"BSD-3-Clause"
] | null | null | null | chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc | maidiHaitai/haitaibrowser | a232a56bcfb177913a14210e7733e0ea83a6b18d | [
"BSD-3-Clause"
] | null | null | null | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h"
#include "ash/root_window_controller.h"
#include "ash/session/session_st... | 33.211268 | 78 | 0.774809 | maidiHaitai |
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 |
b1fa2abdf0d03153e26ce62d60ceddb81cafafa4 | 6,020 | cpp | C++ | src/qt/qtbase/src/widgets/doc/snippets/stringlistmodel/model.cpp | viewdy/phantomjs | eddb0db1d253fd0c546060a4555554c8ee08c13c | [
"BSD-3-Clause"
] | 1 | 2015-05-27T13:52:20.000Z | 2015-05-27T13:52:20.000Z | src/qt/qtbase/src/widgets/doc/snippets/stringlistmodel/model.cpp | mrampersad/phantomjs | dca6f77a36699eb4e1c46f7600cca618f01b0ac3 | [
"BSD-3-Clause"
] | null | null | null | src/qt/qtbase/src/widgets/doc/snippets/stringlistmodel/model.cpp | mrampersad/phantomjs | dca6f77a36699eb4e1c46f7600cca618f01b0ac3 | [
"BSD-3-Clause"
] | 1 | 2022-02-18T10:41:38.000Z | 2022-02-18T10:41:38.000Z | /****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the documentation of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms ... | 28.396226 | 83 | 0.656312 | viewdy |
b1fbc05b20ae6399cc44d8459c4c270a94066298 | 3,958 | cc | C++ | mindspore/lite/src/runtime/parallel_executor.cc | huxian123/mindspore | ec5ba10c82bbd6eccafe32d3a1149add90105bc8 | [
"Apache-2.0"
] | null | null | null | mindspore/lite/src/runtime/parallel_executor.cc | huxian123/mindspore | ec5ba10c82bbd6eccafe32d3a1149add90105bc8 | [
"Apache-2.0"
] | null | null | null | mindspore/lite/src/runtime/parallel_executor.cc | huxian123/mindspore | ec5ba10c82bbd6eccafe32d3a1149add90105bc8 | [
"Apache-2.0"
] | null | null | null | /**
* Copyright 2020 Huawei Technologies Co., Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... | 32.710744 | 115 | 0.643507 | huxian123 |
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 |