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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cdf2513eb6d1d6709030665d463bc5d7e35d2829 | 3,304 | cpp | C++ | CS682/Challenge01/challenge_01_missionaries_cannibals_bfs.cpp | T-R0D/Past-Courses | 0edc83a7bf09515f0d01d23a26df2ff90c0f458a | [
"MIT"
] | 7 | 2017-03-13T17:32:26.000Z | 2021-09-27T16:51:22.000Z | CS682/Challenge01/challenge_01_missionaries_cannibals_bfs.cpp | T-R0D/Past-Courses | 0edc83a7bf09515f0d01d23a26df2ff90c0f458a | [
"MIT"
] | 1 | 2021-05-29T19:54:02.000Z | 2021-05-29T19:54:52.000Z | CS682/Challenge01/challenge_01_missionaries_cannibals_bfs.cpp | T-R0D/Past-Courses | 0edc83a7bf09515f0d01d23a26df2ff90c0f458a | [
"MIT"
] | 25 | 2016-10-18T03:31:44.000Z | 2020-12-29T13:23:10.000Z | // hacky for now, to be cleaned later
#include <vector>
#include <string>
#include <cstdio>
#include <set>
#include <queue>
std::vector< std::vector<int> > gActions = {
{2, 0, 1},
{1, 0, 1},
{1, 1, 1},
{0, 1, 1},
{0, 2, 1}
};
class ProblemState {
public:
ProblemState() : mState{{3, 3, 1}} {
}
ProblemState(... | 20.146341 | 86 | 0.626211 | T-R0D |
cdf64bd5c4140abbca7115cd5c61bb30311be649 | 8,415 | cpp | C++ | test/test_add_torrent.cpp | aldenml/libtorrent | f484a0eff66c1d8932d694e1785da204ac1a2769 | [
"BSL-1.0",
"BSD-3-Clause"
] | 1 | 2020-07-20T17:01:46.000Z | 2020-07-20T17:01:46.000Z | test/test_add_torrent.cpp | aldenml/libtorrent | f484a0eff66c1d8932d694e1785da204ac1a2769 | [
"BSL-1.0",
"BSD-3-Clause"
] | null | null | null | test/test_add_torrent.cpp | aldenml/libtorrent | f484a0eff66c1d8932d694e1785da204ac1a2769 | [
"BSL-1.0",
"BSD-3-Clause"
] | null | null | null | /*
Copyright (c) 2021, Arvid Norberg
All rights reserved.
You may use, distribute and modify this code under the terms of the BSD license,
see LICENSE file.
*/
#include "test.hpp"
#include "setup_transfer.hpp" // for load_file
#include "libtorrent/flags.hpp"
#include "libtorrent/alert_types.hpp"
#include "libtorren... | 29.734982 | 125 | 0.714082 | aldenml |
cdf8e1ec2ab4e87781ea86b0f9819b0ad2658c27 | 900 | cpp | C++ | src/core/panels/Profiler.cpp | indigames/igeCreator | 05e6eb39f34f2571275717fbc8ed4404757ed5e3 | [
"MIT"
] | null | null | null | src/core/panels/Profiler.cpp | indigames/igeCreator | 05e6eb39f34f2571275717fbc8ed4404757ed5e3 | [
"MIT"
] | 153 | 2021-05-04T08:26:09.000Z | 2022-01-27T03:48:29.000Z | src/core/panels/Profiler.cpp | indigames/igeCreator | 05e6eb39f34f2571275717fbc8ed4404757ed5e3 | [
"MIT"
] | null | null | null | #include <imgui.h>
#include "core/panels/Profiler.h"
namespace ige::creator
{
Profiler::Profiler(const std::string& name, const Panel::Settings& settings)
: Panel(name, settings)
{
}
Profiler::~Profiler()
{
clear();
}
void Profiler::initialize()
{
clear();
... | 21.428571 | 120 | 0.562222 | indigames |
cdfb2c79202848b9c6a4be9888a670a2a76643f8 | 4,478 | cpp | C++ | src/modern/gui/trivium.cpp | AntonC9018/uni_crypto | 689e6ffa4a264950a1382280105cee55cad8f1ac | [
"MIT"
] | 1 | 2021-02-15T16:46:49.000Z | 2021-02-15T16:46:49.000Z | src/modern/gui/trivium.cpp | AntonC9018/uni_crypto | 689e6ffa4a264950a1382280105cee55cad8f1ac | [
"MIT"
] | null | null | null | src/modern/gui/trivium.cpp | AntonC9018/uni_crypto | 689e6ffa4a264950a1382280105cee55cad8f1ac | [
"MIT"
] | 1 | 2021-04-12T09:32:40.000Z | 2021-04-12T09:32:40.000Z | #include "trivium.h"
#include "../algos/trivium.h"
TriviumBox::TriviumBox()
: Gtk::Box(Gtk::ORIENTATION_VERTICAL)
{
pack_start(m_KeyGrid);
m_KeyGrid.set_halign(Gtk::ALIGN_CENTER);
m_KeyGrid.attach(m_KeyHeader, 1, 1, 2);
m_KeyGrid.attach(m_KeywordLabel, 1, 2);
m_KeyGrid.attach(m_KeywordEn... | 26.034884 | 109 | 0.682224 | AntonC9018 |
cdfe2209868063639d2d513a2b54807c5630e9bc | 1,572 | cpp | C++ | src/cppcalllua_lib/jass_luastate.cpp | uniqss/uconfig | 85bd9e429d0d6df4b6a4d6100a0a7c968160c565 | [
"MIT"
] | 1 | 2020-12-30T08:06:51.000Z | 2020-12-30T08:06:51.000Z | projects/uconfiglua/src/jass_luastate.cpp | uniqss/uniqsconfiggenerator | 00fcf2b89d43d86c5eb210e8e517cff9a6303b91 | [
"MIT"
] | 3 | 2021-04-12T03:32:39.000Z | 2021-04-12T03:38:36.000Z | projects/uconfiglua/src/jass_luastate.cpp | uniqss/uniqsconfiggenerator | 00fcf2b89d43d86c5eb210e8e517cff9a6303b91 | [
"MIT"
] | null | null | null | #include "jass_luastate.h"
// Use raw function of form "int(lua_State*)"
// -- this is called a "raw C function",
// and matches the type for lua_CFunction
int LoadFileRequire(lua_State* L) {
// use sol2 stack API to pull
// "first argument"
std::string path = sol::stack::get<std::string>(L, 1);
if (path == "a") ... | 27.578947 | 117 | 0.648219 | uniqss |
cdfe727e50183d351378c025acc4ad66291ef842 | 8,826 | cc | C++ | runtime/ti/agent.cc | Paschalis/android-llvm | 317f7fd4b736a0511a2273a2487915c34cf8933e | [
"Apache-2.0"
] | 20 | 2021-06-24T16:38:42.000Z | 2022-01-20T16:15:57.000Z | runtime/ti/agent.cc | Paschalis/android-llvm | 317f7fd4b736a0511a2273a2487915c34cf8933e | [
"Apache-2.0"
] | null | null | null | runtime/ti/agent.cc | Paschalis/android-llvm | 317f7fd4b736a0511a2273a2487915c34cf8933e | [
"Apache-2.0"
] | 4 | 2021-11-03T06:01:12.000Z | 2022-02-24T02:57:31.000Z | /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | 36.775 | 98 | 0.592567 | Paschalis |
cdff7ff2070b66edde68e62e8ece8465b1e07a29 | 3,476 | cpp | C++ | src/Processors/Formats/Impl/JSONCompactEachRowRowOutputFormat.cpp | 540522905/ClickHouse | 299445ec7da10bd2ef62d8e333a95b7ab12bf5f2 | [
"Apache-2.0"
] | 2 | 2022-03-15T16:35:11.000Z | 2022-03-18T12:39:52.000Z | src/Processors/Formats/Impl/JSONCompactEachRowRowOutputFormat.cpp | 540522905/ClickHouse | 299445ec7da10bd2ef62d8e333a95b7ab12bf5f2 | [
"Apache-2.0"
] | null | null | null | src/Processors/Formats/Impl/JSONCompactEachRowRowOutputFormat.cpp | 540522905/ClickHouse | 299445ec7da10bd2ef62d8e333a95b7ab12bf5f2 | [
"Apache-2.0"
] | null | null | null | #include <IO/WriteHelpers.h>
#include <IO/WriteBufferValidUTF8.h>
#include <Processors/Formats/Impl/JSONCompactEachRowRowOutputFormat.h>
#include <Formats/FormatFactory.h>
#include <Formats/registerWithNamesAndTypes.h>
namespace DB
{
JSONCompactEachRowRowOutputFormat::JSONCompactEachRowRowOutputFormat(WriteBuffer &... | 27.808 | 152 | 0.682681 | 540522905 |
a8057a68a9b2951cfab34cb04e3a82cd1f6e045c | 26,344 | cpp | C++ | src/lp_data/HighsModelUtils.cpp | ERGO-Code/HiGHS | 5196737298b23cbf1b8d300ca3e1bf3898041801 | [
"MIT"
] | 241 | 2018-03-27T15:04:14.000Z | 2022-03-31T14:44:18.000Z | src/lp_data/HighsModelUtils.cpp | ERGO-Code/HiGHS | 5196737298b23cbf1b8d300ca3e1bf3898041801 | [
"MIT"
] | 384 | 2018-03-28T10:34:36.000Z | 2022-03-31T20:19:37.000Z | src/lp_data/HighsModelUtils.cpp | ERGO-Code/HiGHS | 5196737298b23cbf1b8d300ca3e1bf3898041801 | [
"MIT"
] | 54 | 2018-04-28T22:43:19.000Z | 2022-03-31T14:44:22.000Z | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* */
/* This file is part of the HiGHS linear optimization suite */
/* */
/* Written an... | 37.052039 | 80 | 0.605641 | ERGO-Code |
a805cf5a88e2c33b7877e17769b40ac702621243 | 178 | hpp | C++ | dev/test/so_5_extra/disp/asio_one_thread/multifile_hello/a.hpp | Stiffstream/so5extra | 20f4c83ecde1509fbaf337dcf40f2f49dcf2690d | [
"BSD-3-Clause"
] | 12 | 2020-01-02T01:32:50.000Z | 2022-02-07T17:55:54.000Z | dev/test/so_5_extra/disp/asio_one_thread/multifile_hello/a.hpp | Stiffstream/so5extra | 20f4c83ecde1509fbaf337dcf40f2f49dcf2690d | [
"BSD-3-Clause"
] | 1 | 2019-09-04T12:33:35.000Z | 2020-01-15T15:22:20.000Z | dev/test/so_5_extra/disp/asio_one_thread/multifile_hello/a.hpp | Stiffstream/so5extra | 20f4c83ecde1509fbaf337dcf40f2f49dcf2690d | [
"BSD-3-Clause"
] | 3 | 2019-08-30T09:55:26.000Z | 2022-03-19T12:29:04.000Z | #pragma once
#include <so_5_extra/disp/asio_one_thread/pub.hpp>
void make_coop_a(
so_5::environment_t & env,
so_5::extra::disp::asio_one_thread::dispatcher_handle_t disp );
| 19.777778 | 64 | 0.775281 | Stiffstream |
a806c246312aa0a08440446a82ca16f46c0addeb | 2,314 | hpp | C++ | thirdparty/liblsdj/lsdj_wavetable_import/wavetable_importer.hpp | fossabot/RetroPlug | 5a39379bd10d2e2c0b13a0850380db4d5a58cdd3 | [
"MIT"
] | 186 | 2019-05-14T15:15:33.000Z | 2022-03-21T22:27:10.000Z | thirdparty/liblsdj/lsdj_wavetable_import/wavetable_importer.hpp | fossabot/RetroPlug | 5a39379bd10d2e2c0b13a0850380db4d5a58cdd3 | [
"MIT"
] | 70 | 2018-05-14T15:44:17.000Z | 2020-04-18T14:34:02.000Z | thirdparty/liblsdj/lsdj_wavetable_import/wavetable_importer.hpp | fossabot/RetroPlug | 5a39379bd10d2e2c0b13a0850380db4d5a58cdd3 | [
"MIT"
] | 9 | 2019-05-17T08:24:42.000Z | 2021-11-14T12:00:11.000Z | /*
This file is a part of liblsdj, a C library for managing everything
that has to do with LSDJ, software for writing music (chiptune) with
your gameboy. For more information, see:
* https://github.com/stijnfrishert/liblsdj
* http://www.littlesounddj.com
-----------------------------------------------------... | 33.536232 | 104 | 0.705272 | fossabot |
a8071346a47469afe16a2d445684590247dd14ad | 1,728 | cc | C++ | src/environments/OptimisticTask.cc | litlpoet/beliefbox | 6b303e49017f8054f43c6c840686fcc632205e4e | [
"OLDAP-2.3"
] | null | null | null | src/environments/OptimisticTask.cc | litlpoet/beliefbox | 6b303e49017f8054f43c6c840686fcc632205e4e | [
"OLDAP-2.3"
] | null | null | null | src/environments/OptimisticTask.cc | litlpoet/beliefbox | 6b303e49017f8054f43c6c840686fcc632205e4e | [
"OLDAP-2.3"
] | null | null | null | #include "OptimisticTask.h"
/// In the optimistic task, you get reward epsilon in the normal
/// state, reward 1 in the good state.
OptimisticTask::OptimisticTask(real epsilon_, real delta_)
: Environment<int, int>(3, 2), epsilon(epsilon_), delta(delta_) {
Reset();
}
void OptimisticTask::Reset() {
state = 0;
... | 20.819277 | 69 | 0.58044 | litlpoet |
a807666b3ef265ddfe2d781cef95f4c8c5a67a31 | 1,150 | cc | C++ | poj/2/2914.cc | eagletmt/procon | adbe503eb3c1bbcc1538b2ee8988aa353937e8d4 | [
"MIT"
] | 1 | 2015-04-17T09:54:23.000Z | 2015-04-17T09:54:23.000Z | poj/2/2914.cc | eagletmt/procon | adbe503eb3c1bbcc1538b2ee8988aa353937e8d4 | [
"MIT"
] | null | null | null | poj/2/2914.cc | eagletmt/procon | adbe503eb3c1bbcc1538b2ee8988aa353937e8d4 | [
"MIT"
] | null | null | null | #include <cstdio>
#include <vector>
#include <limits>
#include <algorithm>
using namespace std;
int g[501][501];
int stoer_wagner(int N)
{
vector<int> v(N);
for (int i = 0; i < N; i++) {
v[i] = i;
}
int cut = numeric_limits<int>::max();
for (int m = N; m > 1; m--) {
//vector<int> ws(m, 0);
int ... | 19.166667 | 48 | 0.394783 | eagletmt |
a808027f3270dece78545009ed5d51eda359a988 | 17,912 | cc | C++ | extensions/browser/api/bluetooth/bluetooth_apitest.cc | Fusion-Rom/android_external_chromium_org | d8b126911c6ea9753e9f526bee5654419e1d0ebd | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2020-01-25T09:58:49.000Z | 2020-01-25T09:58:49.000Z | extensions/browser/api/bluetooth/bluetooth_apitest.cc | Fusion-Rom/android_external_chromium_org | d8b126911c6ea9753e9f526bee5654419e1d0ebd | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | extensions/browser/api/bluetooth/bluetooth_apitest.cc | Fusion-Rom/android_external_chromium_org | d8b126911c6ea9753e9f526bee5654419e1d0ebd | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2020-11-04T06:34:36.000Z | 2020-11-04T06:34:36.000Z | // 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 <string.h>
#include "base/strings/stringprintf.h"
#include "base/strings/utf_string_conversions.h"
#include "chrome/browser/extensions/exten... | 38.686825 | 80 | 0.749107 | Fusion-Rom |
a808fe8a5a392d42a9a9dd76074627d98b9a06f9 | 2,799 | cpp | C++ | src/config.cpp | manjogsingh/ComputerNetworks2020 | 37e061fcc0f988d9eb720cc8df54b9d1b627ce3f | [
"MIT"
] | null | null | null | src/config.cpp | manjogsingh/ComputerNetworks2020 | 37e061fcc0f988d9eb720cc8df54b9d1b627ce3f | [
"MIT"
] | null | null | null | src/config.cpp | manjogsingh/ComputerNetworks2020 | 37e061fcc0f988d9eb720cc8df54b9d1b627ce3f | [
"MIT"
] | 1 | 2020-11-03T00:11:43.000Z | 2020-11-03T00:11:43.000Z | #include <iostream>
#include <vector>
#include <string>
#include <fstream>
#include <algorithm>
#include <sstream>
using namespace std;
struct configpeer{
int peerId;
string hostname;
int listport;
bool havefile;
} confp;
struct configcommon{
int noprfnbrs;
int unchokint;
int optunchokint... | 25.445455 | 73 | 0.518042 | manjogsingh |
a80ad36a5094a9d8084e3949d43e7a0c3bdbbb16 | 3,601 | cpp | C++ | week5_spanning_trees/1_connecting_points/connecting_points.cpp | cdlavila/Algorithms-on-Graphs | 7bbb9937ede317b0080932c73664748bc5a9f0d0 | [
"MIT"
] | null | null | null | week5_spanning_trees/1_connecting_points/connecting_points.cpp | cdlavila/Algorithms-on-Graphs | 7bbb9937ede317b0080932c73664748bc5a9f0d0 | [
"MIT"
] | null | null | null | week5_spanning_trees/1_connecting_points/connecting_points.cpp | cdlavila/Algorithms-on-Graphs | 7bbb9937ede317b0080932c73664748bc5a9f0d0 | [
"MIT"
] | null | null | null | #include <algorithm>
#include <iostream>
#include <iomanip>
#include <vector>
#include <cmath>
using namespace std;
// Disjoint set implementation
class disjoint_set {
private:
int *rank, *parent;
unsigned int n;
public:
// default constructor
disjoint_set() = default;
// Constructor to create an... | 24.834483 | 116 | 0.579006 | cdlavila |
a80cdb2f7df6c5b4846bdfbc1d92f136ae9c68df | 3,948 | cpp | C++ | Workbench/src/QtDwpViewer/DwpMediaRefContextMenu.cpp | magic-lantern-studio/mle-studio | e962ecf8bc64a854fcd997196be1857d078a2781 | [
"MIT"
] | null | null | null | Workbench/src/QtDwpViewer/DwpMediaRefContextMenu.cpp | magic-lantern-studio/mle-studio | e962ecf8bc64a854fcd997196be1857d078a2781 | [
"MIT"
] | 28 | 2020-06-24T16:47:07.000Z | 2020-08-06T05:15:59.000Z | Workbench/src/QtDwpViewer/DwpMediaRefContextMenu.cpp | magic-lantern-studio/mle-studio | e962ecf8bc64a854fcd997196be1857d078a2781 | [
"MIT"
] | null | null | null | // COPYRIGHT_BEGIN
//
// The MIT License (MIT)
//
// Copyright (c) 2020-2021 Wizzer Works
//
// 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 limitati... | 39.48 | 107 | 0.756586 | magic-lantern-studio |
a8124c23f90671b0462603947b47d696e7d1d032 | 1,619 | hpp | C++ | modules/exponential/include/nt2/toolbox/exponential/function/simd/common/impl/expo/expo_base.hpp | brycelelbach/nt2 | 73d7e8dd390fa4c8d251c6451acdae65def70e0b | [
"BSL-1.0"
] | 1 | 2022-03-24T03:35:10.000Z | 2022-03-24T03:35:10.000Z | modules/exponential/include/nt2/toolbox/exponential/function/simd/common/impl/expo/expo_base.hpp | brycelelbach/nt2 | 73d7e8dd390fa4c8d251c6451acdae65def70e0b | [
"BSL-1.0"
] | null | null | null | modules/exponential/include/nt2/toolbox/exponential/function/simd/common/impl/expo/expo_base.hpp | brycelelbach/nt2 | 73d7e8dd390fa4c8d251c6451acdae65def70e0b | [
"BSL-1.0"
] | null | null | null | //////////////////////////////////////////////////////////////////////////////
/// Copyright 2003 and onward LASMEA UMR 6602 CNRS/U.B.P Clermont-Ferrand
/// Copyright 2009 and onward LRI UMR 8623 CNRS/Univ Paris Sud XI
///
/// Distributed under the Boost Software License, Version 1.0
/// ... | 33.040816 | 85 | 0.515133 | brycelelbach |
a813227e81753b00849810d67580f4564b45f55f | 968 | hpp | C++ | include/sharpen/AsyncReadWriteLock.hpp | iceBear67/Sharpen | 4f00fb13a2b3e7dc26cdb34596d58f958eb341f8 | [
"MIT"
] | 13 | 2020-10-25T04:02:07.000Z | 2022-03-29T13:21:30.000Z | include/sharpen/AsyncReadWriteLock.hpp | iceBear67/Sharpen | 4f00fb13a2b3e7dc26cdb34596d58f958eb341f8 | [
"MIT"
] | 18 | 2020-10-09T04:51:03.000Z | 2022-03-01T06:24:23.000Z | include/sharpen/AsyncReadWriteLock.hpp | iceBear67/Sharpen | 4f00fb13a2b3e7dc26cdb34596d58f958eb341f8 | [
"MIT"
] | 7 | 2020-10-23T04:25:28.000Z | 2022-03-23T06:52:39.000Z | #pragma once
#ifndef _SHARPEN_ASYNCREADWRITELOCK_HPP
#define _SHARPEN_ASYNCREADWRITELOCK_HPP
#include <list>
#include "AwaitableFuture.hpp"
namespace sharpen
{
enum class ReadWriteLockState
{
Free,
SharedReading,
UniquedWriting
};
class AsyncReadWriteLock:public sharpen::Nonc... | 19.755102 | 83 | 0.646694 | iceBear67 |
a813e0cbb9fa0a0e0053a8a103fd78a6322be976 | 1,396 | hpp | C++ | ext/src/java/util/Properties_XmlSupport.hpp | pebble2015/cpoi | 6dcc0c5e13e3e722b4ef9fd0baffbf62bf71ead6 | [
"Apache-2.0"
] | null | null | null | ext/src/java/util/Properties_XmlSupport.hpp | pebble2015/cpoi | 6dcc0c5e13e3e722b4ef9fd0baffbf62bf71ead6 | [
"Apache-2.0"
] | null | null | null | ext/src/java/util/Properties_XmlSupport.hpp | pebble2015/cpoi | 6dcc0c5e13e3e722b4ef9fd0baffbf62bf71ead6 | [
"Apache-2.0"
] | null | null | null | // Generated from /Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/rt.jar
#pragma once
#include <java/io/fwd-POI.hpp>
#include <java/lang/fwd-POI.hpp>
#include <java/util/fwd-POI.hpp>
#include <sun/util/spi/fwd-POI.hpp>
#include <java/lang/Object.hpp>
struct default_init_tag;
class java::uti... | 29.702128 | 133 | 0.698424 | pebble2015 |
a813ff369b15329f575fac851fe8a334b23785cd | 6,424 | cpp | C++ | examples/06_duino/main/SSD1306UiDemo.cpp | graealex/qemu_esp32 | d4d334d1cc53e6e517ac740c0d51e7e4b7afbd3e | [
"Apache-2.0"
] | 335 | 2016-10-12T06:59:33.000Z | 2022-03-29T14:26:04.000Z | examples/06_duino/main/SSD1306UiDemo.cpp | graealex/qemu_esp32 | d4d334d1cc53e6e517ac740c0d51e7e4b7afbd3e | [
"Apache-2.0"
] | 30 | 2016-10-30T11:23:59.000Z | 2021-11-12T10:51:20.000Z | examples/06_duino/main/SSD1306UiDemo.cpp | graealex/qemu_esp32 | d4d334d1cc53e6e517ac740c0d51e7e4b7afbd3e | [
"Apache-2.0"
] | 48 | 2016-10-30T08:41:13.000Z | 2022-02-15T22:15:09.000Z | /**
* The MIT License (MIT)
*
* Copyright (c) 2016 by Daniel Eichhorn
* Copyright (c) 2016 by Fabrice Weinberg
*
* 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, i... | 33.458333 | 162 | 0.721669 | graealex |
a8158f70edf508827735441949467ca7905ad0dd | 261 | cpp | C++ | examples/vector/Main.cpp | huguanghui/cplusplus | 07bfb65f2a781f79f14e27197263762519bc87d0 | [
"MIT"
] | null | null | null | examples/vector/Main.cpp | huguanghui/cplusplus | 07bfb65f2a781f79f14e27197263762519bc87d0 | [
"MIT"
] | null | null | null | examples/vector/Main.cpp | huguanghui/cplusplus | 07bfb65f2a781f79f14e27197263762519bc87d0 | [
"MIT"
] | null | null | null | #include <iostream>
#include <vector>
int main()
{
// create a vector containing int
std::vector<int> v = {1, 2, 3, 4};
v.push_back(6);
v.push_back(7);
for (int n:v) {
std::cout << n << '\n';
}
return 0;
} | 15.352941 | 39 | 0.475096 | huguanghui |
a815da353d8718acf96a823176d5ad259b1a8276 | 595 | cc | C++ | codes/raulcr-p3973-Accepted-s1213081.cc | raulcr98/coj-solutions | b8c4d6009869b76a67d7bc1d5328b9bd6bfc33ca | [
"MIT"
] | 1 | 2020-03-17T01:44:21.000Z | 2020-03-17T01:44:21.000Z | codes/raulcr-p3973-Accepted-s1213081.cc | raulcr98/coj-solutions | b8c4d6009869b76a67d7bc1d5328b9bd6bfc33ca | [
"MIT"
] | null | null | null | codes/raulcr-p3973-Accepted-s1213081.cc | raulcr98/coj-solutions | b8c4d6009869b76a67d7bc1d5328b9bd6bfc33ca | [
"MIT"
] | null | null | null | #include <bits/stdc++.h>
using namespace std;
typedef pair<int, int> pii;
map<string, pii> mk;
int sol = 0;
int main()
{
string a;
cin >> a;
for(int i = 0 ; i < a.size() ; i++)
for(int j = i ; j < a.size() ; j++){
string c = a.substr(i, j - i + 1);
if(mk... | 19.833333 | 47 | 0.351261 | raulcr98 |
a817f9fce19855f74166f763d9935078583b831b | 1,803 | cpp | C++ | kernel/tr/xqp/ast/ASTCreateIndex.cpp | TonnyRed/sedna | 06ff5a13a16f2d820d3cf0ce579df23f03a59eda | [
"ECL-2.0",
"Apache-2.0"
] | 14 | 2015-09-06T10:17:02.000Z | 2021-12-14T22:39:25.000Z | kernel/tr/xqp/ast/ASTCreateIndex.cpp | TonnyRed/sedna | 06ff5a13a16f2d820d3cf0ce579df23f03a59eda | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2020-02-15T22:02:14.000Z | 2020-02-17T10:30:14.000Z | kernel/tr/xqp/ast/ASTCreateIndex.cpp | TonnyRed/sedna | 06ff5a13a16f2d820d3cf0ce579df23f03a59eda | [
"ECL-2.0",
"Apache-2.0"
] | 8 | 2015-07-23T05:48:20.000Z | 2021-04-11T05:01:39.000Z | /*
* File: ASTCreateIndex.cpp
* Copyright (C) 2009 The Institute for System Programming of the Russian Academy of Sciences (ISP RAS)
*/
#include "tr/xqp/serial/deser.h"
#include "tr/xqp/visitor/ASTVisitor.h"
#include "ASTCreateIndex.h"
ASTCreateIndex::~ASTCreateIndex()
{
delete name;
delete on_path;
... | 24.69863 | 169 | 0.63228 | TonnyRed |
a8184158890cf2d536689d788186c10fa5f48e1c | 951 | cpp | C++ | parrot/src/platform/window/WindowsInput.cpp | MiloHX/Parrot | 159f583b2e43396dcc42dc3456a9c5d3fb043133 | [
"Apache-2.0"
] | null | null | null | parrot/src/platform/window/WindowsInput.cpp | MiloHX/Parrot | 159f583b2e43396dcc42dc3456a9c5d3fb043133 | [
"Apache-2.0"
] | null | null | null | parrot/src/platform/window/WindowsInput.cpp | MiloHX/Parrot | 159f583b2e43396dcc42dc3456a9c5d3fb043133 | [
"Apache-2.0"
] | null | null | null | #include "prpch.h"
#include "parrot/core/Input.h"
#include "parrot/core/Application.h"
#include <GLFW/glfw3.h>
namespace parrot {
bool Input::isKeyPressed(KeyCode key_code) {
auto window = static_cast<GLFWwindow*>(Application::get().getWindow().getNativeWindow());
auto state = glfwGetKey(window,... | 31.7 | 97 | 0.660358 | MiloHX |
a81c28f908580e4b72c1a296b135dffb13f02f75 | 266 | cc | C++ | week6/memory/unit_tests.cc | yxc07/EEP_520_Winter2022 | 6a66e957c8afe78ed3703fda6113e55ccf5b66b2 | [
"MIT"
] | 13 | 2020-01-10T00:25:27.000Z | 2020-09-14T20:26:23.000Z | week6/memory/unit_tests.cc | yxc07/EEP_520_Winter2022 | 6a66e957c8afe78ed3703fda6113e55ccf5b66b2 | [
"MIT"
] | null | null | null | week6/memory/unit_tests.cc | yxc07/EEP_520_Winter2022 | 6a66e957c8afe78ed3703fda6113e55ccf5b66b2 | [
"MIT"
] | 19 | 2021-04-07T02:39:30.000Z | 2021-12-12T00:40:22.000Z | #include <math.h>
#include <float.h> /* defines DBL_EPSILON */
#include <assert.h>
#include "gtest/gtest.h"
namespace {
TEST(Examples, Allocation) {
int * x = new int;
double * p = new double[10];
delete x;
delete[] p;
}
}
| 16.625 | 44 | 0.556391 | yxc07 |
a81e53f2970260f975b22689b898ea41f80ff1a0 | 684 | cpp | C++ | game/server/entities/CInfoIntermission.cpp | sohl-modders/SOHLEnhanced | 71358d28bf65ba600f268368d2e4521c4158da72 | [
"Unlicense"
] | null | null | null | game/server/entities/CInfoIntermission.cpp | sohl-modders/SOHLEnhanced | 71358d28bf65ba600f268368d2e4521c4158da72 | [
"Unlicense"
] | null | null | null | game/server/entities/CInfoIntermission.cpp | sohl-modders/SOHLEnhanced | 71358d28bf65ba600f268368d2e4521c4158da72 | [
"Unlicense"
] | null | null | null | #include "extdll.h"
#include "util.h"
#include "cbase.h"
#include "CInfoIntermission.h"
LINK_ENTITY_TO_CLASS( info_intermission, CInfoIntermission );
void CInfoIntermission::Spawn( void )
{
SetAbsOrigin( GetAbsOrigin() );
SetSolidType( SOLID_NOT );
GetEffects() = EF_NODRAW;
SetViewAngle( g_vecZero );
SetNextTh... | 22.064516 | 101 | 0.726608 | sohl-modders |
a81e6ab93db01b6e0a76440e11a5c8f8d7f5d203 | 2,797 | cpp | C++ | Engine/Source/Runtime/ApplicationCore/Private/IOS/IOSWindow.cpp | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | 1 | 2022-01-29T18:36:12.000Z | 2022-01-29T18:36:12.000Z | Engine/Source/Runtime/ApplicationCore/Private/IOS/IOSWindow.cpp | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | null | null | null | Engine/Source/Runtime/ApplicationCore/Private/IOS/IOSWindow.cpp | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | null | null | null | // Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
#include "IOSWindow.h"
#include "IOSAppDelegate.h"
#include "IOSView.h"
FIOSWindow::~FIOSWindow()
{
// NOTE: The Window is invalid here!
// Use NativeWindow_Destroy() instead.
}
TSharedRef<FIOSWindow> FIOSWindow::Make()
{
return MakeShareable( new... | 28.252525 | 202 | 0.711477 | windystrife |
a81fbc3068040a3d53bacb11d79f84ff5eff593e | 7,253 | cpp | C++ | CaWE/MapEditor/Commands/Delete.cpp | dns/Cafu | 77b34014cc7493d6015db7d674439fe8c23f6493 | [
"MIT"
] | 3 | 2020-04-11T13:00:31.000Z | 2020-12-07T03:19:10.000Z | CaWE/MapEditor/Commands/Delete.cpp | DNS/Cafu | 77b34014cc7493d6015db7d674439fe8c23f6493 | [
"MIT"
] | null | null | null | CaWE/MapEditor/Commands/Delete.cpp | DNS/Cafu | 77b34014cc7493d6015db7d674439fe8c23f6493 | [
"MIT"
] | 1 | 2020-04-11T13:00:04.000Z | 2020-04-11T13:00:04.000Z | /*
Cafu Engine, http://www.cafu.de/
Copyright (c) Carsten Fuchs and other contributors.
This project is licensed under the terms of the MIT license.
*/
#include "Delete.hpp"
#include "Select.hpp"
#include "../CompMapEntity.hpp"
#include "../MapDocument.hpp"
#include "../MapEntRepres.hpp"
#include "../MapPrimitive.hpp... | 30.220833 | 104 | 0.624293 | dns |
a821f5ce6f823d289435a671b6a4dd3dafcac6bc | 1,674 | cpp | C++ | core/src/opt/dedicate_to_window.cpp | pit-ray/win-vind | 7386f6f7528d015ce7f1a5ae230d6e63f9492df9 | [
"MIT"
] | 731 | 2020-05-07T06:22:59.000Z | 2022-03-31T16:36:03.000Z | core/src/opt/dedicate_to_window.cpp | pit-ray/win-vind | 7386f6f7528d015ce7f1a5ae230d6e63f9492df9 | [
"MIT"
] | 67 | 2020-07-20T19:46:42.000Z | 2022-03-31T15:34:47.000Z | core/src/opt/dedicate_to_window.cpp | pit-ray/win-vind | 7386f6f7528d015ce7f1a5ae230d6e63f9492df9 | [
"MIT"
] | 15 | 2021-01-29T04:49:11.000Z | 2022-03-04T22:16:31.000Z | #include "opt/dedicate_to_window.hpp"
#if defined(DEBUG)
#include <iostream>
#endif
#include <windows.h>
#include "bind/emu/edi_change_mode.hpp"
#include "bind/mode/change_mode.hpp"
#include "err_logger.hpp"
#include "g_params.hpp"
#include "io/mouse.hpp"
#include "key/key_absorber.hpp"
#include "key/keycode_def.hpp... | 23.577465 | 65 | 0.608124 | pit-ray |
a82284e760da949fcf7edb3069eefbdff1b53d4d | 36,450 | cpp | C++ | VirtualBox-5.0.0/src/VBox/Runtime/tools/RTSignTool.cpp | egraba/vbox_openbsd | 6cb82f2eed1fa697d088cecc91722b55b19713c2 | [
"MIT"
] | 1 | 2015-04-30T14:18:45.000Z | 2015-04-30T14:18:45.000Z | VirtualBox-5.0.0/src/VBox/Runtime/tools/RTSignTool.cpp | egraba/vbox_openbsd | 6cb82f2eed1fa697d088cecc91722b55b19713c2 | [
"MIT"
] | null | null | null | VirtualBox-5.0.0/src/VBox/Runtime/tools/RTSignTool.cpp | egraba/vbox_openbsd | 6cb82f2eed1fa697d088cecc91722b55b19713c2 | [
"MIT"
] | null | null | null | /* $Id: RTSignTool.cpp $ */
/** @file
* IPRT - Signing Tool.
*/
/*
* Copyright (C) 2006-2015 Oracle Corporation
*
* This file is part of VirtualBox Open Source Edition (OSE), as
* available from http://www.virtualbox.org. This file is free software;
* you can redistribute it and/or modify it under the terms of ... | 38.530655 | 129 | 0.570233 | egraba |
a82396571fb885084e14cbe0c347a9d3c040b36c | 1,702 | cpp | C++ | math/fibonacci.cpp | dvijaymanohar/C-Plus-Plus | c987381c25858f08d0fe9301712ab6c1a10b433f | [
"MIT"
] | null | null | null | math/fibonacci.cpp | dvijaymanohar/C-Plus-Plus | c987381c25858f08d0fe9301712ab6c1a10b433f | [
"MIT"
] | null | null | null | math/fibonacci.cpp | dvijaymanohar/C-Plus-Plus | c987381c25858f08d0fe9301712ab6c1a10b433f | [
"MIT"
] | null | null | null | /**
* @file
* @brief Generate fibonacci sequence
*
* Calculate the the value on Fibonacci's sequence given an
* integer as input.
* \f[\text{fib}(n) = \text{fib}(n-1) + \text{fib}(n-2)\f]
*
* @see fibonacci_large.cpp, fibonacci_fast.cpp, string_fibonacci.cpp
*/
#include <cassert>
#include <iostream>
/**
* Re... | 25.029412 | 69 | 0.62926 | dvijaymanohar |
a82466ae6673a5f0ef3d223463a800485c27c369 | 31,786 | cpp | C++ | Source/Core/FileFormat/XML/TinyXML.cpp | CCSEPBVR/KVS | f6153b3f52aa38904cc96d38d5cd609c5dccfc59 | [
"BSD-3-Clause"
] | null | null | null | Source/Core/FileFormat/XML/TinyXML.cpp | CCSEPBVR/KVS | f6153b3f52aa38904cc96d38d5cd609c5dccfc59 | [
"BSD-3-Clause"
] | null | null | null | Source/Core/FileFormat/XML/TinyXML.cpp | CCSEPBVR/KVS | f6153b3f52aa38904cc96d38d5cd609c5dccfc59 | [
"BSD-3-Clause"
] | null | null | null | /****************************************************************************/
/**
* @file TinyXML.cpp
*/
/*----------------------------------------------------------------------------
*
* Copyright (c) Visualization Laboratory, Kyoto University.
* All rights reserved.
* See http://www.viz.media.kyoto-u.ac.jp... | 22.119694 | 107 | 0.499528 | CCSEPBVR |
a824816e60c082aed1336fc418f8799592b85388 | 5,988 | cpp | C++ | gapid_tests/command_buffer_tests/vkCmdClearDepthStencilImage_test/main.cpp | iburinoc/vulkan_test_applications | f1c8ed9660c446fe04cb9fd9a51ad96417ea1801 | [
"Apache-2.0"
] | null | null | null | gapid_tests/command_buffer_tests/vkCmdClearDepthStencilImage_test/main.cpp | iburinoc/vulkan_test_applications | f1c8ed9660c446fe04cb9fd9a51ad96417ea1801 | [
"Apache-2.0"
] | null | null | null | gapid_tests/command_buffer_tests/vkCmdClearDepthStencilImage_test/main.cpp | iburinoc/vulkan_test_applications | f1c8ed9660c446fe04cb9fd9a51ad96417ea1801 | [
"Apache-2.0"
] | null | null | null | /* Copyright 2017 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in ... | 44.029412 | 80 | 0.599699 | iburinoc |
a824d6666c16ea26d15ceacbfbee3ebc419a324d | 367 | cpp | C++ | Chapter11/exercises/exercise_10/exercise_10.cpp | JohnWoods11/learning_c- | 094509a4e96518e1aa12205615ca50849932f9fa | [
"Apache-2.0"
] | null | null | null | Chapter11/exercises/exercise_10/exercise_10.cpp | JohnWoods11/learning_c- | 094509a4e96518e1aa12205615ca50849932f9fa | [
"Apache-2.0"
] | null | null | null | Chapter11/exercises/exercise_10/exercise_10.cpp | JohnWoods11/learning_c- | 094509a4e96518e1aa12205615ca50849932f9fa | [
"Apache-2.0"
] | null | null | null | #include "exercise_10.h"
void f()
{
string s = "a series of whitespace seperated words";
vector<string> substrings = split(s);
for (auto substring : substrings)
{
cout << substring << endl;
}
}
int main()
{
try
{
f();
}
catch (...)
{
cout << "MAJOR ERR... | 14.115385 | 56 | 0.490463 | JohnWoods11 |
a828ffbdc32c283c53263bbe75a44bebde5e3ebf | 2,008 | hpp | C++ | Server Lib/Game Server/GAME/player_mail_box.hpp | CCasusensa/SuperSS-Dev | 6c6253b0a56bce5dad150c807a9bbf310e8ff61b | [
"MIT"
] | 23 | 2021-10-31T00:20:21.000Z | 2022-03-26T07:24:40.000Z | Server Lib/Game Server/GAME/player_mail_box.hpp | CCasusensa/SuperSS-Dev | 6c6253b0a56bce5dad150c807a9bbf310e8ff61b | [
"MIT"
] | 5 | 2021-10-31T18:44:51.000Z | 2022-03-25T18:04:26.000Z | Server Lib/Game Server/GAME/player_mail_box.hpp | CCasusensa/SuperSS-Dev | 6c6253b0a56bce5dad150c807a9bbf310e8ff61b | [
"MIT"
] | 18 | 2021-10-20T02:31:56.000Z | 2022-02-01T11:44:36.000Z | // Arquivo player_mail_box.hpp
// Criado em 13/01/2021 as 09:52 por Acrisio
// Defini��o da classe PlayerMailBox
#pragma once
#ifndef _STDA_PLAYER_MAIL_BOX_HPP
#define _STDA_PLAYER_MAIL_BOX_HPP
#if defined(_WIN32)
#include <Windows.h>
#elif defined(__linux__)
#include "../../Projeto IOCP/UTIL/WinPort.h"
#include <pth... | 23.904762 | 104 | 0.728586 | CCasusensa |
a82a53cca49e1fc369df95cd846299eed232c6d7 | 1,855 | cpp | C++ | src/wiztk/base/string.cpp | wiztk/framework | 179baf8a24406b19d3f4ea28e8405358b21f8446 | [
"Apache-2.0"
] | 37 | 2017-11-22T14:15:33.000Z | 2021-11-25T20:39:39.000Z | src/wiztk/base/string.cpp | wiztk/framework | 179baf8a24406b19d3f4ea28e8405358b21f8446 | [
"Apache-2.0"
] | 3 | 2018-03-01T12:44:22.000Z | 2021-01-04T23:14:41.000Z | src/wiztk/base/string.cpp | wiztk/framework | 179baf8a24406b19d3f4ea28e8405358b21f8446 | [
"Apache-2.0"
] | 10 | 2017-11-25T19:09:11.000Z | 2020-12-02T02:05:47.000Z | /*
* Copyright 2017 The WizTK Authors.
*
* 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 agre... | 30.409836 | 120 | 0.712129 | wiztk |
a82df48d367f2b32a7cc49feef4c00bce3105606 | 15,546 | cpp | C++ | sdk/channel.cpp | faming-wang/QTeamSpeak3 | 41f6161cb87be7029c5d91ab4a33062d91445c64 | [
"Apache-2.0"
] | 2 | 2021-12-28T15:49:43.000Z | 2022-03-27T08:05:12.000Z | sdk/channel.cpp | faming-wang/QTeamSpeak3 | 41f6161cb87be7029c5d91ab4a33062d91445c64 | [
"Apache-2.0"
] | null | null | null | sdk/channel.cpp | faming-wang/QTeamSpeak3 | 41f6161cb87be7029c5d91ab4a33062d91445c64 | [
"Apache-2.0"
] | null | null | null | #include "channel.h"
#include "library.h"
#include "fileinfo.h"
#include "connection.h"
#include "filetransfer.h"
#include "private/cachemanager_p.h"
#include "private/interfacemanager_p.h"
namespace TeamSpeakSdk {
class Channel::Private
{
public:
int getInt(const Channel* channel, ChannelProperty flag)
{
... | 28.010811 | 206 | 0.714782 | faming-wang |
a82e009eff96960c9c4b4c3c9dc07c64513b00b1 | 3,165 | hpp | C++ | Source/Core/Common/SimMatrix4.hpp | andraantariksa/PlasmaEngine | 481ea008ed15b531476533a6f675bc9bfdfa7db2 | [
"MIT"
] | 70 | 2020-10-19T15:17:36.000Z | 2022-03-29T06:23:20.000Z | Source/Core/Common/SimMatrix4.hpp | andraantariksa/PlasmaEngine | 481ea008ed15b531476533a6f675bc9bfdfa7db2 | [
"MIT"
] | 90 | 2020-10-21T09:56:03.000Z | 2022-02-19T18:36:37.000Z | Source/Core/Common/SimMatrix4.hpp | andraantariksa/PlasmaEngine | 481ea008ed15b531476533a6f675bc9bfdfa7db2 | [
"MIT"
] | 13 | 2020-12-28T20:18:57.000Z | 2022-01-20T08:43:29.000Z | // MIT Licensed (see LICENSE.md).
#pragma once
namespace Math
{
namespace Simd
{
// loading
SimMat4 LoadMat4x4(const scalar vals[16]);
SimMat4 SetMat4x4(scalar m00,
scalar m01,
scalar m02,
scalar m03,
scalar m10,
scalar m11,
... | 35.965909 | 99 | 0.747235 | andraantariksa |
a8311a4c4cfe6fae6f6f99cf742aabb34308bc4b | 14,601 | cpp | C++ | source/Articles/Serialization/serialization_demo.cpp | rioscode/DataDrivenRendering | b200c10e44e84c6d50355dfc0dd0f592752a47c7 | [
"Zlib"
] | 164 | 2019-06-30T18:14:38.000Z | 2022-03-13T14:36:10.000Z | source/Articles/Serialization/serialization_demo.cpp | rioscode/DataDrivenRendering | b200c10e44e84c6d50355dfc0dd0f592752a47c7 | [
"Zlib"
] | null | null | null | source/Articles/Serialization/serialization_demo.cpp | rioscode/DataDrivenRendering | b200c10e44e84c6d50355dfc0dd0f592752a47c7 | [
"Zlib"
] | 11 | 2019-09-11T13:40:59.000Z | 2022-01-28T09:24:24.000Z |
#include "serialization_demo.hpp"
#include "serialization_examples.hpp"
#include "blob.hpp"
#include <iostream>
#include <stdint.h>
#include <stdarg.h>
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
// Allocator //////////////////////////////////////////////////////////////
void* Allocator::allocate( sizet size... | 35.183133 | 183 | 0.606465 | rioscode |
a831a4a671483363466c72a4efb8812d5d95a62b | 23,938 | cpp | C++ | lib/Common/Common/Tick.cpp | satheeshravi/ChakraCore | 3bf47ff12bf80ab06fb7ea6925ec7579985ac1f5 | [
"MIT"
] | 1 | 2021-11-07T18:56:21.000Z | 2021-11-07T18:56:21.000Z | lib/Common/Common/Tick.cpp | MaxMood96/ChakraCore | 9d9fea268ce1ae6c00873fd966a6a2be048f3455 | [
"MIT"
] | null | null | null | lib/Common/Common/Tick.cpp | MaxMood96/ChakraCore | 9d9fea268ce1ae6c00873fd966a6a2be048f3455 | [
"MIT"
] | 1 | 2021-09-04T23:26:57.000Z | 2021-09-04T23:26:57.000Z | //-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//---------------------------------------------------------... | 27.202273 | 105 | 0.346228 | satheeshravi |
a8324d2bedcb89d34a4eaa17764ad8753ea6118e | 10,440 | cpp | C++ | source/tests/api_tests.cpp | tkonolige/timemory | 1662925a3a7b6dfb1b7bba08ebd366d3fe38194a | [
"MIT"
] | 284 | 2019-08-06T17:41:39.000Z | 2022-03-25T23:37:47.000Z | source/tests/api_tests.cpp | tkonolige/timemory | 1662925a3a7b6dfb1b7bba08ebd366d3fe38194a | [
"MIT"
] | 123 | 2019-08-06T03:09:54.000Z | 2022-02-26T01:51:36.000Z | source/tests/api_tests.cpp | tkonolige/timemory | 1662925a3a7b6dfb1b7bba08ebd366d3fe38194a | [
"MIT"
] | 26 | 2019-12-06T22:21:09.000Z | 2022-03-23T09:34:29.000Z | // MIT License
//
// Copyright (c) 2020, The Regents of the University of California,
// through Lawrence Berkeley National Laboratory (subject to receipt of any
// required approvals from the U.S. Dept. of Energy). All rights reserved.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy... | 35.151515 | 90 | 0.598659 | tkonolige |
a83420610dd94d8b6dd2ecd189c5a44d95f63d08 | 5,146 | cpp | C++ | rviz/src/image_view/image_view.cpp | romi2002/rviz | 8b2fcc1838e079d0e365894abd7cfd7b255b8d8b | [
"BSD-3-Clause-Clear"
] | 5 | 2020-01-14T06:45:59.000Z | 2021-03-11T11:22:35.000Z | rviz/src/image_view/image_view.cpp | romi2002/rviz | 8b2fcc1838e079d0e365894abd7cfd7b255b8d8b | [
"BSD-3-Clause-Clear"
] | 2 | 2019-02-12T21:55:08.000Z | 2019-02-20T01:01:24.000Z | rviz/src/image_view/image_view.cpp | romi2002/rviz | 8b2fcc1838e079d0e365894abd7cfd7b255b8d8b | [
"BSD-3-Clause-Clear"
] | 9 | 2018-09-09T20:48:17.000Z | 2021-03-11T11:22:52.000Z | /*
* Copyright (c) 2008, Willow Garage, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright
* notice, this l... | 30.630952 | 108 | 0.70754 | romi2002 |
a835acabb3e537773fa18ad0e8d4e4db1ae03ed1 | 2,932 | cc | C++ | gpdb/src/model/DescribeSlowLogRecordsRequest.cc | iamzken/aliyun-openapi-cpp-sdk | 3c991c9ca949b6003c8f498ce7a672ea88162bf1 | [
"Apache-2.0"
] | 89 | 2018-02-02T03:54:39.000Z | 2021-12-13T01:32:55.000Z | gpdb/src/model/DescribeSlowLogRecordsRequest.cc | iamzken/aliyun-openapi-cpp-sdk | 3c991c9ca949b6003c8f498ce7a672ea88162bf1 | [
"Apache-2.0"
] | 89 | 2018-03-14T07:44:54.000Z | 2021-11-26T07:43:25.000Z | gpdb/src/model/DescribeSlowLogRecordsRequest.cc | aliyun/aliyun-openapi-cpp-sdk | 0cf5861ece17dfb0bb251f13bf3fbdb39c0c6e36 | [
"Apache-2.0"
] | 69 | 2018-01-22T09:45:52.000Z | 2022-03-28T07:58:38.000Z | /*
* Copyright 2009-2017 Alibaba Cloud 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... | 24.847458 | 85 | 0.760914 | iamzken |
a8373d2a8b68ee46f2203c509b7341604c44253a | 4,544 | cpp | C++ | Source/Dynamics/Joints/b2DistanceJoint.cpp | Rinnegatamante/Box2D | e4e218f5ec0d5e8fab5d6a8f54079066e8dc0a16 | [
"Zlib"
] | 4 | 2017-05-31T08:39:37.000Z | 2018-04-22T02:51:18.000Z | Source/Dynamics/Joints/b2DistanceJoint.cpp | Rinnegatamante/Box2D | e4e218f5ec0d5e8fab5d6a8f54079066e8dc0a16 | [
"Zlib"
] | null | null | null | Source/Dynamics/Joints/b2DistanceJoint.cpp | Rinnegatamante/Box2D | e4e218f5ec0d5e8fab5d6a8f54079066e8dc0a16 | [
"Zlib"
] | 1 | 2018-03-10T21:25:01.000Z | 2018-03-10T21:25:01.000Z | /*
* Copyright (c) 2006-2007 Erin Catto http://www.gphysics.com
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
* Permission is granted to anyone to use this software for any purpose,
... | 30.911565 | 114 | 0.715009 | Rinnegatamante |
a837fbb242363b0e25206911742f4adb148db774 | 3,009 | cc | C++ | routing-algos/alg/nth-element-test.cc | uluyol/routing-algos | a43ab38b70d0301e38f0114df651edbffa730d4c | [
"Apache-2.0"
] | null | null | null | routing-algos/alg/nth-element-test.cc | uluyol/routing-algos | a43ab38b70d0301e38f0114df651edbffa730d4c | [
"Apache-2.0"
] | null | null | null | routing-algos/alg/nth-element-test.cc | uluyol/routing-algos | a43ab38b70d0301e38f0114df651edbffa730d4c | [
"Apache-2.0"
] | null | null | null | #include "routing-algos/alg/nth-element.h"
#include <algorithm>
#include <vector>
#include "absl/strings/substitute.h"
#include "absl/types/span.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
namespace routing_algos {
namespace {
std::vector<int64_t> RoutingAlgosNth(const std::vector<int64_t>& arg, int n) {
... | 32.706522 | 78 | 0.576936 | uluyol |
a838c02cff96887784d3c09cf72212709326dc94 | 1,454 | cpp | C++ | aws-cpp-sdk-comprehendmedical/source/model/UnmappedAttribute.cpp | lintonv/aws-sdk-cpp | 15e19c265ffce19d2046b18aa1b7307fc5377e58 | [
"Apache-2.0"
] | 1 | 2022-02-12T08:09:30.000Z | 2022-02-12T08:09:30.000Z | aws-cpp-sdk-comprehendmedical/source/model/UnmappedAttribute.cpp | lintonv/aws-sdk-cpp | 15e19c265ffce19d2046b18aa1b7307fc5377e58 | [
"Apache-2.0"
] | 1 | 2022-01-03T23:59:37.000Z | 2022-01-03T23:59:37.000Z | aws-cpp-sdk-comprehendmedical/source/model/UnmappedAttribute.cpp | ravindra-wagh/aws-sdk-cpp | 7d5ff01b3c3b872f31ca98fb4ce868cd01e97696 | [
"Apache-2.0"
] | 1 | 2021-11-09T11:58:03.000Z | 2021-11-09T11:58:03.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/comprehendmedical/model/UnmappedAttribute.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::Utils::Json;
using namespace Aws::Utils;
namespace... | 19.131579 | 81 | 0.730399 | lintonv |
a839ffd484c7fd98863c93f320b1ea7ad649a04d | 11,800 | cpp | C++ | examples/tensorrt-samples/python/fc_plugin_caffe_mnist/plugin/FullyConnected.cpp | storypku/cuda-support-for-bazel | b76b3095e5dc495a8e7b8e29c96674547d66deaa | [
"Apache-2.0"
] | 11 | 2020-05-29T01:30:18.000Z | 2022-01-27T02:34:09.000Z | examples/tensorrt-samples/python/fc_plugin_caffe_mnist/plugin/FullyConnected.cpp | storypku/cuda-support-for-bazel | b76b3095e5dc495a8e7b8e29c96674547d66deaa | [
"Apache-2.0"
] | 1 | 2020-06-16T11:41:56.000Z | 2020-06-16T11:41:56.000Z | examples/tensorrt-samples/python/fc_plugin_caffe_mnist/plugin/FullyConnected.cpp | storypku/cuda-support-for-bazel | b76b3095e5dc495a8e7b8e29c96674547d66deaa | [
"Apache-2.0"
] | 2 | 2020-09-14T20:12:27.000Z | 2021-12-09T04:38:41.000Z | /*
* Copyright 1993-2019 NVIDIA Corporation. All rights reserved.
*
* NOTICE TO LICENSEE:
*
* This source code and/or documentation ("Licensed Deliverables") are
* subject to NVIDIA intellectual property rights under U.S. and
* international Copyright laws.
*
* These Licensed Deliverables contained herein is ... | 34.302326 | 145 | 0.737203 | storypku |
a83a6eb63f2269281aac94928d0c6c00d9bcf0f4 | 352 | cpp | C++ | Baekjoon/9517.cpp | Twinparadox/AlgorithmProblem | 0190d17555306600cfd439ad5d02a77e663c9a4e | [
"MIT"
] | null | null | null | Baekjoon/9517.cpp | Twinparadox/AlgorithmProblem | 0190d17555306600cfd439ad5d02a77e663c9a4e | [
"MIT"
] | null | null | null | Baekjoon/9517.cpp | Twinparadox/AlgorithmProblem | 0190d17555306600cfd439ad5d02a77e663c9a4e | [
"MIT"
] | null | null | null | #include <iostream>
using namespace std;
int main(void)
{
int k, n, time = 210, ans, t;
char z;
bool check = false;
cin >> k >> n;
for (int i = 0; i < n; i++)
{
cin >> t >> z;
if (time - t <= 0 && !check)
{
ans = k;
check = true;
}
else
{
time -= t;
if (z == 'T')
k = (k + 1) > 8 ? 1 : ... | 13.538462 | 34 | 0.431818 | Twinparadox |
a83b984f807c976a21a2e59b11972e2944e47229 | 202 | cpp | C++ | source/code/utilities/web/chrome/version/chrome_version.cpp | luxe/CodeLang-compiler | 78837d90bdd09c4b5aabbf0586a5d8f8f0c1e76a | [
"MIT"
] | 33 | 2019-05-30T07:43:32.000Z | 2021-12-30T13:12:32.000Z | source/code/utilities/web/chrome/version/chrome_version.cpp | luxe/CodeLang-compiler | 78837d90bdd09c4b5aabbf0586a5d8f8f0c1e76a | [
"MIT"
] | 371 | 2019-05-16T15:23:50.000Z | 2021-09-04T15:45:27.000Z | source/code/utilities/web/chrome/version/chrome_version.cpp | UniLang/compiler | c338ee92994600af801033a37dfb2f1a0c9ca897 | [
"MIT"
] | 6 | 2019-08-22T17:37:36.000Z | 2020-11-07T07:15:32.000Z | #include <iostream>
#include "code/utilities/web/chrome/version/chrome_version_getter.hpp"
int main(){
auto version = Chrome_Version_Getter::Get_Version();
std::cout << version << std::endl;
}
| 25.25 | 70 | 0.722772 | luxe |
a83fb78974f672a4c3357c07ef956dd0652742e1 | 1,642 | cc | C++ | ui/gfx/surface/accelerated_surface_wayland.cc | gavinp/chromium | 681563ea0f892a051f4ef3d5e53438e0bb7d2261 | [
"BSD-3-Clause"
] | 1 | 2016-03-10T09:13:57.000Z | 2016-03-10T09:13:57.000Z | ui/gfx/surface/accelerated_surface_wayland.cc | gavinp/chromium | 681563ea0f892a051f4ef3d5e53438e0bb7d2261 | [
"BSD-3-Clause"
] | 1 | 2022-03-13T08:39:05.000Z | 2022-03-13T08:39:05.000Z | ui/gfx/surface/accelerated_surface_wayland.cc | gavinp/chromium | 681563ea0f892a051f4ef3d5e53438e0bb7d2261 | [
"BSD-3-Clause"
] | null | null | null | // Copyright (c) 2011 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 "ui/gfx/surface/accelerated_surface_wayland.h"
#include <wayland-egl.h>
#include "third_party/angle/include/EGL/egl.h"
#include "third_part... | 33.510204 | 74 | 0.741169 | gavinp |
a8404dda110c45eb70affbde1ba34a9131348b3b | 1,329 | cc | C++ | garnet/bin/ktrace_provider/reader.cc | dahlia-os/fuchsia-pine64-pinephone | 57aace6f0b0bd75306426c98ab9eb3ff4524a61d | [
"BSD-3-Clause"
] | 14 | 2020-10-25T05:48:36.000Z | 2021-09-20T02:46:20.000Z | garnet/bin/ktrace_provider/reader.cc | JokeZhang/fuchsia | d6e9dea8dca7a1c8fa89d03e131367e284b30d23 | [
"BSD-3-Clause"
] | 1 | 2022-01-14T23:38:40.000Z | 2022-01-14T23:38:40.000Z | garnet/bin/ktrace_provider/reader.cc | JokeZhang/fuchsia | d6e9dea8dca7a1c8fa89d03e131367e284b30d23 | [
"BSD-3-Clause"
] | 4 | 2020-12-28T17:04:45.000Z | 2022-03-12T03:20:44.000Z | // Copyright 2017 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "garnet/bin/ktrace_provider/reader.h"
#include <lib/zircon-internal/ktrace.h>
namespace ktrace_provider {
Reader::Reader(const char* buffer, si... | 27.6875 | 99 | 0.693755 | dahlia-os |
a8406d8f8511fcf91865a302766e08e3ac7df248 | 13,537 | cpp | C++ | controllers/nrt_software/plugins_misc/src/contact_test.cpp | ADVRHumanoids/DrivingFramework | 34715c37bfe3c1f2bd92aeacecc12704a1a7820e | [
"Zlib"
] | 1 | 2019-12-02T07:10:42.000Z | 2019-12-02T07:10:42.000Z | controllers/nrt_software/plugins_misc/src/contact_test.cpp | ADVRHumanoids/DrivingFramework | 34715c37bfe3c1f2bd92aeacecc12704a1a7820e | [
"Zlib"
] | null | null | null | controllers/nrt_software/plugins_misc/src/contact_test.cpp | ADVRHumanoids/DrivingFramework | 34715c37bfe3c1f2bd92aeacecc12704a1a7820e | [
"Zlib"
] | 2 | 2020-10-22T19:06:44.000Z | 2021-06-07T03:32:52.000Z | #include <config.h>
#include <mwoibn/loaders/robot.h>
#include <mwoibn/robot_class/robot_ros_nrt.h>
#include <mwoibn/robot_class/robot_xbot_nrt.h>
#include <mwoibn/visualization_tools/rviz_track_point.h>
#include <mwoibn/point_handling/robot_points_handler.h>
// std::vector<mwoibn::Vector3>
// contactPoints(mwoibn::... | 33.342365 | 95 | 0.492945 | ADVRHumanoids |
a840ed153da786ca61ed206500aa281b57cb970d | 5,840 | cpp | C++ | src/states/IntroState.cpp | CEDV-2016/arrow | 512c5875bcefa3ae09614609f4a2f69f5df467ed | [
"MIT"
] | null | null | null | src/states/IntroState.cpp | CEDV-2016/arrow | 512c5875bcefa3ae09614609f4a2f69f5df467ed | [
"MIT"
] | null | null | null | src/states/IntroState.cpp | CEDV-2016/arrow | 512c5875bcefa3ae09614609f4a2f69f5df467ed | [
"MIT"
] | null | null | null | #include "IntroState.hpp"
#include "MainState.hpp"
template<> IntroState* Ogre::Singleton<IntroState>::msSingleton = 0;
IntroState::IntroState():
_physicsMgr(NULL),
_mapMgr(NULL),
_overlayMgr(NULL),
_cameraMgr(NULL),
_shootMgr(NULL),
_collisionMgr(NULL),
_characterMgr(NULL)
{}
void
Intr... | 26.188341 | 259 | 0.693836 | CEDV-2016 |
a842b886c04195753104f238791fe553759048cb | 391 | cpp | C++ | 101/strings/string_adjacent_find.cpp | hariharanragothaman/Learning-STL | 7e5f58083212d04b93159d44e1812069171aa349 | [
"MIT"
] | 2 | 2021-04-21T07:59:45.000Z | 2021-05-13T05:53:00.000Z | 101/strings/string_adjacent_find.cpp | hariharanragothaman/Learning-STL | 7e5f58083212d04b93159d44e1812069171aa349 | [
"MIT"
] | null | null | null | 101/strings/string_adjacent_find.cpp | hariharanragothaman/Learning-STL | 7e5f58083212d04b93159d44e1812069171aa349 | [
"MIT"
] | 1 | 2021-04-17T15:32:18.000Z | 2021-04-17T15:32:18.000Z | #include "../../headers.h"
/*
* Something to remember here is that:
* all these functions - take iterators as I/P's.
* But iterators are more like pointers and they v
* can be incremented or decremented
*/
int main()
{
string s = "accenllt";
string::iterator it = adjacent_find(s.begin()+2,s.end());
... | 24.4375 | 61 | 0.621483 | hariharanragothaman |
61b41538e3a47fea982a03c17debc8f290f63c45 | 935 | cpp | C++ | VBoxLayout.cpp | Evgenii-Evgenevich/qt-the-interface | 0d12d110b09b5ff9c52adc7da70104b219220267 | [
"Apache-2.0"
] | null | null | null | VBoxLayout.cpp | Evgenii-Evgenevich/qt-the-interface | 0d12d110b09b5ff9c52adc7da70104b219220267 | [
"Apache-2.0"
] | null | null | null | VBoxLayout.cpp | Evgenii-Evgenevich/qt-the-interface | 0d12d110b09b5ff9c52adc7da70104b219220267 | [
"Apache-2.0"
] | null | null | null | #include "VBoxLayout.h"
#include <QVBoxLayout>
#include <QPoint>
VBoxLayout::VBoxLayout()
: VBoxLayout(nullptr)
{
}
VBoxLayout::VBoxLayout(QWidget* parent)
: QWidget(parent)
{
QVBoxLayout* layout = new QVBoxLayout(this);
layout->setAlignment(Qt::AlignTop);
layout->setSpacing(0);
}
void VBoxLayout::add(QWidget* ... | 19.479167 | 61 | 0.685561 | Evgenii-Evgenevich |
61b647543eaf0c661aefaba8d2b1ee2acb064019 | 15,267 | cpp | C++ | src/world.cpp | bplaat/vroemvroem | 22cf628b4e4e0e3dd9a7008af21f4288ec5ea7a4 | [
"MIT"
] | 1 | 2020-11-01T10:26:09.000Z | 2020-11-01T10:26:09.000Z | src/world.cpp | bplaat/vroemvroem | 22cf628b4e4e0e3dd9a7008af21f4288ec5ea7a4 | [
"MIT"
] | null | null | null | src/world.cpp | bplaat/vroemvroem | 22cf628b4e4e0e3dd9a7008af21f4288ec5ea7a4 | [
"MIT"
] | null | null | null | // VroemVroem - World
#include "world.hpp"
#include "noise.hpp"
#include "objects/terrain.hpp"
#include "objects/driver.hpp"
#include "utils.hpp"
#include "config.hpp"
#include "timer.hpp"
#include <map>
#include <cmath>
World::World(uint64_t seed, int width, int height)
: seed(seed), width(width), height(height)... | 35.504651 | 187 | 0.510906 | bplaat |
61b65a186189ac6441e0e7609a22f179ba4fc99c | 813 | hpp | C++ | include/ptk/util/Math.hpp | Knobin/ptk | 1ea55b638d7240679eced0e165ab78a8f5d2278b | [
"MIT"
] | null | null | null | include/ptk/util/Math.hpp | Knobin/ptk | 1ea55b638d7240679eced0e165ab78a8f5d2278b | [
"MIT"
] | null | null | null | include/ptk/util/Math.hpp | Knobin/ptk | 1ea55b638d7240679eced0e165ab78a8f5d2278b | [
"MIT"
] | null | null | null | //
// util/Math.hpp
// pTK
//
// Created by Robin Gustafsson on 2021-12-11.
//
#ifndef PTK_UTIL_MATH_HPP
#define PTK_UTIL_MATH_HPP
// C++ Headers
#include <cmath>
#include <string>
namespace pTK
{
/** This file is purely for the need of math functions.
Since in Linux apparently some math functions, ... | 19.357143 | 72 | 0.601476 | Knobin |
61b7f2e8c315ca859282984ab3bab03a08b60802 | 15,876 | inl | C++ | Library/Sources/Stroika/Foundation/Streams/SharedMemoryStream.inl | SophistSolutions/Stroika | f4e5d84767903a054fba0a6b9c7c4bd1aaefd105 | [
"MIT"
] | 28 | 2015-09-22T21:43:32.000Z | 2022-02-28T01:35:01.000Z | Library/Sources/Stroika/Foundation/Streams/SharedMemoryStream.inl | SophistSolutions/Stroika | f4e5d84767903a054fba0a6b9c7c4bd1aaefd105 | [
"MIT"
] | 98 | 2015-01-22T03:21:27.000Z | 2022-03-02T01:47:00.000Z | Library/Sources/Stroika/Foundation/Streams/SharedMemoryStream.inl | SophistSolutions/Stroika | f4e5d84767903a054fba0a6b9c7c4bd1aaefd105 | [
"MIT"
] | 4 | 2019-02-21T16:45:25.000Z | 2022-02-18T13:40:04.000Z | /*
* Copyright(c) Sophist Solutions, Inc. 1990-2021. All rights reserved
*/
#ifndef _Stroika_Foundation_Streams_SharedMemoryStream_inl_
#define _Stroika_Foundation_Streams_SharedMemoryStream_inl_ 1
/*
********************************************************************************
***************************** Im... | 46.285714 | 223 | 0.536155 | SophistSolutions |
61b8c36017aa8cc5fcde9d64eaa10785fd200957 | 1,468 | hh | C++ | ehunter/core/LogSum.hh | bw2/ExpansionHunter | 6a6005a4bae2c49f56ec8997a301b70a75b042b6 | [
"BSL-1.0",
"Apache-2.0"
] | 122 | 2017-01-06T16:19:31.000Z | 2022-03-08T00:05:50.000Z | ehunter/core/LogSum.hh | bw2/ExpansionHunter | 6a6005a4bae2c49f56ec8997a301b70a75b042b6 | [
"BSL-1.0",
"Apache-2.0"
] | 90 | 2017-01-04T00:23:34.000Z | 2022-02-27T12:55:52.000Z | ehunter/core/LogSum.hh | bw2/ExpansionHunter | 6a6005a4bae2c49f56ec8997a301b70a75b042b6 | [
"BSL-1.0",
"Apache-2.0"
] | 35 | 2017-03-02T13:39:58.000Z | 2022-03-30T17:34:11.000Z | //
// ExpansionHunter
// Copyright (c) 2020 Illumina, Inc.
//
// Author: Konrad Scheffler <kscheffler@illumina.com>
//
// 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.a... | 29.959184 | 88 | 0.696185 | bw2 |
61b9074c8ecfb30b5f80214514fc2e3315fae2b0 | 275 | cpp | C++ | Challenges/Challenge64/src/main.cpp | GamesTrap/PracticeChallenges | 46ad8b2c18515a9740910162381a3dea18be72ab | [
"MIT"
] | null | null | null | Challenges/Challenge64/src/main.cpp | GamesTrap/PracticeChallenges | 46ad8b2c18515a9740910162381a3dea18be72ab | [
"MIT"
] | null | null | null | Challenges/Challenge64/src/main.cpp | GamesTrap/PracticeChallenges | 46ad8b2c18515a9740910162381a3dea18be72ab | [
"MIT"
] | null | null | null | #include <cassert>
#include <cstdint>
#include <algorithm>
#include <string>
std::string MakeUpperCase(std::string str)
{
std::transform(str.begin(), str.end(), str.begin(), ::toupper);
return str;
}
int main()
{
assert(MakeUpperCase("hello") == "HELLO");
return 0;
} | 16.176471 | 64 | 0.669091 | GamesTrap |
61b9a58c7748bd4a3d4259c7bf73a1bef26a9cdc | 77,621 | cc | C++ | net/instaweb/rewriter/server_context_test.cc | wernight/incubator-pagespeed-mod | 51214eea728b1615c25667aac818c0fe107cc332 | [
"Apache-2.0"
] | null | null | null | net/instaweb/rewriter/server_context_test.cc | wernight/incubator-pagespeed-mod | 51214eea728b1615c25667aac818c0fe107cc332 | [
"Apache-2.0"
] | null | null | null | net/instaweb/rewriter/server_context_test.cc | wernight/incubator-pagespeed-mod | 51214eea728b1615c25667aac818c0fe107cc332 | [
"Apache-2.0"
] | null | null | null | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 43.146748 | 80 | 0.733719 | wernight |
61bb9fffd12b78f13328c8d191118c5f6d699d1e | 5,018 | cpp | C++ | src/scene/lightsource.cpp | agarwalutkarsh554/OpenSpace | 5b3f2f10d33121ed40bb9833d79197897f13a857 | [
"MIT"
] | null | null | null | src/scene/lightsource.cpp | agarwalutkarsh554/OpenSpace | 5b3f2f10d33121ed40bb9833d79197897f13a857 | [
"MIT"
] | null | null | null | src/scene/lightsource.cpp | agarwalutkarsh554/OpenSpace | 5b3f2f10d33121ed40bb9833d79197897f13a857 | [
"MIT"
] | null | null | null | /*****************************************************************************************
* *
* OpenSpace *
* ... | 40.144 | 90 | 0.548824 | agarwalutkarsh554 |
61bba88a498af9245f6f854201678d903305b16e | 222 | cpp | C++ | predavanje1/petlje3.cpp | Miillky/algoritmi_i_strukture_podataka | b5813f4b897a1370b6f46782bf5ecd474d0d7e20 | [
"MIT"
] | null | null | null | predavanje1/petlje3.cpp | Miillky/algoritmi_i_strukture_podataka | b5813f4b897a1370b6f46782bf5ecd474d0d7e20 | [
"MIT"
] | null | null | null | predavanje1/petlje3.cpp | Miillky/algoritmi_i_strukture_podataka | b5813f4b897a1370b6f46782bf5ecd474d0d7e20 | [
"MIT"
] | null | null | null | #include <iostream>
using std::cout;
int main(void)
{
for (int i = 0; i < 10;)
{
cout << i;
}
int i = 0;
for (;;)
{
cout << i;
}
}
// i jedan i drugi for loop rade infinite loop | 13.875 | 46 | 0.459459 | Miillky |
61be1ed9419420046c10b11190d437708114aa91 | 714 | cpp | C++ | tests/Basic/ConsoleLogger/main.cpp | cash2/cash2 | 6ac125db7002d8b04232750e7bf8b46b46f6481f | [
"BSD-3-Clause"
] | 5 | 2018-12-29T11:47:17.000Z | 2021-04-30T11:40:15.000Z | tests/Basic/ConsoleLogger/main.cpp | aphivantrakul/cash2 | 6ac125db7002d8b04232750e7bf8b46b46f6481f | [
"BSD-3-Clause"
] | 2 | 2019-07-10T15:53:44.000Z | 2021-06-26T17:41:46.000Z | tests/Basic/ConsoleLogger/main.cpp | aphivantrakul/cash2 | 6ac125db7002d8b04232750e7bf8b46b46f6481f | [
"BSD-3-Clause"
] | 10 | 2018-11-25T18:45:50.000Z | 2022-03-21T17:19:42.000Z | // Copyright (c) 2018-2021 The Cash2 developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "gtest/gtest.h"
#include "Logging/ConsoleLogger.h"
using namespace Logging;
// constructor
TEST(ConsoleLogger, 1)
{
... | 24.62069 | 71 | 0.747899 | cash2 |
61be9fcc0639c62a17f02b085e37c2698ffd833c | 8,712 | cpp | C++ | source/JsonValidation.cpp | 0xflotus/mariana-trench | 6c8c28a2b89a9eea70c09cae9b594ae4594d97a6 | [
"MIT"
] | null | null | null | source/JsonValidation.cpp | 0xflotus/mariana-trench | 6c8c28a2b89a9eea70c09cae9b594ae4594d97a6 | [
"MIT"
] | 4 | 2021-08-21T07:51:53.000Z | 2022-02-27T20:22:41.000Z | source/JsonValidation.cpp | LaudateCorpus1/mariana-trench | 35595e2782d823a5ed9908dd4fe3bdc06d611ba1 | [
"MIT"
] | null | null | null | /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#include <sstream>
#include <boost/algorithm/string/trim.hpp>
#include <boost/filesystem/fstream.hpp>
#include <fmt/format.h>
#in... | 28.847682 | 80 | 0.680096 | 0xflotus |
61c258a5695408e8a195255a39381d1ffa2d27eb | 4,066 | hpp | C++ | src/mongocxx/options/data_key.hpp | lzlzymy/mongo-cxx-driver | bcdeb3ad9412f6b7b87a45dc3384ad18759ac572 | [
"Apache-2.0"
] | null | null | null | src/mongocxx/options/data_key.hpp | lzlzymy/mongo-cxx-driver | bcdeb3ad9412f6b7b87a45dc3384ad18759ac572 | [
"Apache-2.0"
] | null | null | null | src/mongocxx/options/data_key.hpp | lzlzymy/mongo-cxx-driver | bcdeb3ad9412f6b7b87a45dc3384ad18759ac572 | [
"Apache-2.0"
] | null | null | null | // Copyright 2020 MongoDB Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in wri... | 32.015748 | 100 | 0.652484 | lzlzymy |
61c2fc452c05e65d2f31a88f5076353bfb6237a0 | 10,532 | cpp | C++ | src/mfx/pi/export.cpp | mikelange49/pedalevite | a81bd8a6119c5920995ec91b9f70e11e9379580e | [
"WTFPL"
] | null | null | null | src/mfx/pi/export.cpp | mikelange49/pedalevite | a81bd8a6119c5920995ec91b9f70e11e9379580e | [
"WTFPL"
] | null | null | null | src/mfx/pi/export.cpp | mikelange49/pedalevite | a81bd8a6119c5920995ec91b9f70e11e9379580e | [
"WTFPL"
] | null | null | null | /*****************************************************************************
export.cpp
Author: Laurent de Soras, 2016
--- Legal stuff ---
This program is free software. It comes without any warranty, to
the extent permitted by applicable law. You can redistribute it
and/or modify it under the term... | 48.759259 | 140 | 0.613749 | mikelange49 |
61c35abcbffe63b9b7b3707595211d052b775b1d | 7,894 | cpp | C++ | src/config/QsConfig.cpp | li-lili/qingstor-sdk-c-and-cpp | 9dbe6799231e7df8d237adab39f3c01351d51cff | [
"Apache-1.1"
] | null | null | null | src/config/QsConfig.cpp | li-lili/qingstor-sdk-c-and-cpp | 9dbe6799231e7df8d237adab39f3c01351d51cff | [
"Apache-1.1"
] | null | null | null | src/config/QsConfig.cpp | li-lili/qingstor-sdk-c-and-cpp | 9dbe6799231e7df8d237adab39f3c01351d51cff | [
"Apache-1.1"
] | null | null | null | // +-------------------------------------------------------------------------
// | Copyright (C) 2017 Yunify, Inc.
// +-------------------------------------------------------------------------
// | Licensed under the Apache License, Version 2.0 (the "License");
// | you may not use this work except in compliance with t... | 30.715953 | 149 | 0.589308 | li-lili |
61c4dca75fa183567326eb278e80d3571bf396ab | 2,358 | hpp | C++ | hitagi/ecs/include/hitagi/ecs/schedule.hpp | L-Sun/game_engine | e153280dae975c2770a202ca3b55e672626a172e | [
"MIT"
] | null | null | null | hitagi/ecs/include/hitagi/ecs/schedule.hpp | L-Sun/game_engine | e153280dae975c2770a202ca3b55e672626a172e | [
"MIT"
] | null | null | null | hitagi/ecs/include/hitagi/ecs/schedule.hpp | L-Sun/game_engine | e153280dae975c2770a202ca3b55e672626a172e | [
"MIT"
] | null | null | null | #pragma once
#include <hitagi/ecs/world.hpp>
#include <hitagi/utils/concepts.hpp>
#include <memory_resource>
#include <typeindex>
#include <vector>
#include <functional>
namespace hitagi::ecs {
class Schedule {
struct ITask {
virtual void Run(World&) = 0;
};
template <typename Func>
struct T... | 29.848101 | 127 | 0.608991 | L-Sun |
61c53ea977a2920e076d66ff383436ffa83a2479 | 3,935 | cc | C++ | ppapi/proxy/plugin_message_filter.cc | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 14,668 | 2015-01-01T01:57:10.000Z | 2022-03-31T23:33:32.000Z | ppapi/proxy/plugin_message_filter.cc | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 86 | 2015-10-21T13:02:42.000Z | 2022-03-14T07:50:50.000Z | ppapi/proxy/plugin_message_filter.cc | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 5,941 | 2015-01-02T11:32:21.000Z | 2022-03-31T16:35:46.000Z | // Copyright (c) 2011 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 "ppapi/proxy/plugin_message_filter.h"
#include "base/bind.h"
#include "base/location.h"
#include "base/logging.h"
#include "base/task/single... | 32.520661 | 78 | 0.732147 | zealoussnow |
61c68a6f6b29b393cb18a9650126ea67b6df83bd | 7,055 | cpp | C++ | Coin3D/src/nodes/SoTexture3Transform.cpp | pniaz20/inventor-utils | 2306b758b15bd1a0df3fb9bd250215b7bb7fac3f | [
"MIT"
] | null | null | null | Coin3D/src/nodes/SoTexture3Transform.cpp | pniaz20/inventor-utils | 2306b758b15bd1a0df3fb9bd250215b7bb7fac3f | [
"MIT"
] | null | null | null | Coin3D/src/nodes/SoTexture3Transform.cpp | pniaz20/inventor-utils | 2306b758b15bd1a0df3fb9bd250215b7bb7fac3f | [
"MIT"
] | null | null | null | /**************************************************************************\
* Copyright (c) Kongsberg Oil & Gas Technologies AS
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* Red... | 32.511521 | 87 | 0.684054 | pniaz20 |
61c6e5bf52e58a4345395807b6b716cb117a5f27 | 72,439 | cxx | C++ | Pulsar/src/PulsarSpectrum.cxx | fermi-lat/celestialSources | aaa2a2275b767088c23fde64b407afdac3493208 | [
"BSD-3-Clause"
] | null | null | null | Pulsar/src/PulsarSpectrum.cxx | fermi-lat/celestialSources | aaa2a2275b767088c23fde64b407afdac3493208 | [
"BSD-3-Clause"
] | null | null | null | Pulsar/src/PulsarSpectrum.cxx | fermi-lat/celestialSources | aaa2a2275b767088c23fde64b407afdac3493208 | [
"BSD-3-Clause"
] | 1 | 2017-08-31T21:10:27.000Z | 2017-08-31T21:10:27.000Z | /////////////////////////////////////////////////
// File PulsarSpectrum.cxx
// Implementation of PulsarSpectrum class
//////////////////////////////////////////////////
#include "Pulsar/PulsarSpectrum.h"
#include "Pulsar/PulsarConstants.h"
#include "SpectObj/SpectObj.h"
#include "flux/SpectrumFactory.h"
#include "fac... | 32.066844 | 225 | 0.606455 | fermi-lat |
61c85db3194feee5de3deb95c62836eccb25eb34 | 925 | cpp | C++ | FurnishAR/Library/Bee/artifacts/Android/x6ly2/dopq_metadata0.lump.cpp | mactrix-markjohn/FurnishAR | 1fd36d2417d938611de8706e2c0956bd70efa4ec | [
"MIT"
] | null | null | null | FurnishAR/Library/Bee/artifacts/Android/x6ly2/dopq_metadata0.lump.cpp | mactrix-markjohn/FurnishAR | 1fd36d2417d938611de8706e2c0956bd70efa4ec | [
"MIT"
] | null | null | null | FurnishAR/Library/Bee/artifacts/Android/x6ly2/dopq_metadata0.lump.cpp | mactrix-markjohn/FurnishAR | 1fd36d2417d938611de8706e2c0956bd70efa4ec | [
"MIT"
] | null | null | null | //Generated lump file. generated by Bee.NativeProgramSupport.Lumping
#include "C:/Program Files/Unity 2021.2.8f1/Editor/Data/il2cpp/libil2cpp/metadata/CustomAttributeCreator.cpp"
#include "C:/Program Files/Unity 2021.2.8f1/Editor/Data/il2cpp/libil2cpp/metadata/CustomAttributeDataReader.cpp"
#include "C:/Program Files/U... | 92.5 | 114 | 0.823784 | mactrix-markjohn |
61cb646052d8bf082a49814e04b57dfd0c0c6672 | 603 | cpp | C++ | src/Papyrus/ExtendedObjectTypes.cpp | fireundubh/PapyrusExtenderSSE | 9816f9be76883b301a25349665f3a923d4fdc964 | [
"MIT"
] | 1 | 2021-08-30T20:33:43.000Z | 2021-08-30T20:33:43.000Z | src/Papyrus/ExtendedObjectTypes.cpp | fireundubh/PapyrusExtenderSSE | 9816f9be76883b301a25349665f3a923d4fdc964 | [
"MIT"
] | null | null | null | src/Papyrus/ExtendedObjectTypes.cpp | fireundubh/PapyrusExtenderSSE | 9816f9be76883b301a25349665f3a923d4fdc964 | [
"MIT"
] | null | null | null | #include "Papyrus/ExtendedObjectTypes.h"
auto extendedObjectTypes::RegisterTypes(VM* a_vm) -> bool
{
if (!a_vm) {
logger::critical("Object types - couldn't get VMState"sv);
return false;
}
a_vm->RegisterObjectType(vm_cast<RE::BGSFootstepSet>(), "FootstepSet");
logger::info("Registered footstep set object typ... | 27.409091 | 82 | 0.742952 | fireundubh |
61cc0d987e8dea83ee8fb068e28b4a4f1fda37af | 933 | cpp | C++ | codeforces/498_3/b.cpp | sidgairo18/Programming-Practice | 348ad38452fa9fa7b7302161455d3b3f697734da | [
"MIT"
] | 2 | 2018-06-26T09:52:14.000Z | 2018-07-12T15:02:01.000Z | codeforces/498_3/b.cpp | sidgairo18/Programming-Practice | 348ad38452fa9fa7b7302161455d3b3f697734da | [
"MIT"
] | null | null | null | codeforces/498_3/b.cpp | sidgairo18/Programming-Practice | 348ad38452fa9fa7b7302161455d3b3f697734da | [
"MIT"
] | null | null | null | #include <bits/stdc++.h>
using namespace std;
int main(){
map<int, int> m;
int n,k;
scanf("%d%d", &n, &k);
vector<int> a(n);
vector<int> b(n);
for(int i = 0; i<n; i++){
scanf("%d", &a[i]);
b[i] = a[i];
}
sort(b.rbegin(), b.rend());
for(int i = 0; i<k; i++)
... | 15.048387 | 49 | 0.347267 | sidgairo18 |
61cc3f6fe9d8448581fa7c53b86a37faaf36c236 | 1,330 | cpp | C++ | WaveletTL/Rd/regularity.cpp | kedingagnumerikunimarburg/Marburg_Software_Library | fe53c3ae9db23fc3cb260a735b13a1c6d2329c17 | [
"MIT"
] | 3 | 2018-05-20T15:25:58.000Z | 2021-01-19T18:46:48.000Z | WaveletTL/Rd/regularity.cpp | agnumerikunimarburg/Marburg_Software_Library | fe53c3ae9db23fc3cb260a735b13a1c6d2329c17 | [
"MIT"
] | null | null | null | WaveletTL/Rd/regularity.cpp | agnumerikunimarburg/Marburg_Software_Library | fe53c3ae9db23fc3cb260a735b13a1c6d2329c17 | [
"MIT"
] | 2 | 2019-04-24T18:23:26.000Z | 2020-09-17T10:00:27.000Z | // implementation for regularity.h
#include <algebra/vector.h>
#include <algebra/matrix.h>
#include <numerics/eigenvalues.h>
using namespace MathTL;
namespace WaveletTL
{
template <class MASK>
AutocorrelationMask<MASK>::AutocorrelationMask()
{
MASK a;
// b(k) = \sum_m a(k+m)*a(m)/2
const int k1 = ... | 25.576923 | 83 | 0.586466 | kedingagnumerikunimarburg |
61cc8219de8035df8fdc8782a75bf9ced1f8f25e | 366 | cpp | C++ | C++Code/1009.cpp | CrystianPrintes20/ProjetoUri | 92a88ae2671a556f4d418c3605e9a2c6933dc9d8 | [
"MIT"
] | null | null | null | C++Code/1009.cpp | CrystianPrintes20/ProjetoUri | 92a88ae2671a556f4d418c3605e9a2c6933dc9d8 | [
"MIT"
] | null | null | null | C++Code/1009.cpp | CrystianPrintes20/ProjetoUri | 92a88ae2671a556f4d418c3605e9a2c6933dc9d8 | [
"MIT"
] | null | null | null | //Questão: Salario com Bonus
#include <iostream>
#include <string>
#include <iomanip>
using namespace std;
int main()
{
string NOME;
float SALARIO, TOTALV, TOTAL;
cin >> NOME;
cout << fixed << setprecision(2);
cin >> SALARIO >> TOTALV;
cout << fixed << setprecision(2);
cout << "TOTAL = R$ "<<((TOT... | 20.333333 | 61 | 0.620219 | CrystianPrintes20 |
61cd0148c0ed710a92985060567c32874034ab39 | 5,529 | cpp | C++ | unittest/wpilib/AnalogTrigger.cpp | fsxfreak/FRC-2015 | 0ee7c5c363fda77b3cf0ae7ea123b6bbbe89aa58 | [
"MIT"
] | 2 | 2015-01-10T23:11:46.000Z | 2015-02-09T04:28:03.000Z | unittest/wpilib/AnalogTrigger.cpp | fsxfreak/FRC-2015 | 0ee7c5c363fda77b3cf0ae7ea123b6bbbe89aa58 | [
"MIT"
] | null | null | null | unittest/wpilib/AnalogTrigger.cpp | fsxfreak/FRC-2015 | 0ee7c5c363fda77b3cf0ae7ea123b6bbbe89aa58 | [
"MIT"
] | null | null | null | /*----------------------------------------------------------------------------*/
/* Copyright (c) FIRST 2008. 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 $(WIND_BASE)/WPILib. */
/*--------------... | 33.107784 | 108 | 0.735214 | fsxfreak |
61cdb6830aa2f20207477bba3589e8919d3fa8fa | 2,422 | cpp | C++ | 3rdParty/fuerte/src/requests.cpp | LLcat1217/arangodb | 67c51272915699e0a489e1f8d9da786f4226221a | [
"Apache-2.0"
] | null | null | null | 3rdParty/fuerte/src/requests.cpp | LLcat1217/arangodb | 67c51272915699e0a489e1f8d9da786f4226221a | [
"Apache-2.0"
] | null | null | null | 3rdParty/fuerte/src/requests.cpp | LLcat1217/arangodb | 67c51272915699e0a489e1f8d9da786f4226221a | [
"Apache-2.0"
] | null | null | null | ////////////////////////////////////////////////////////////////////////////////
/// DISCLAIMER
///
/// Copyright 2017 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... | 37.84375 | 80 | 0.632122 | LLcat1217 |
61cfe29536646ed07ebd6673f1874cad2b3bbae9 | 1,543 | cpp | C++ | clang-tools-extra/clang-tidy/llvmlibc/LLVMLibcTidyModule.cpp | mkinsner/llvm | 589d48844edb12cd357b3024248b93d64b6760bf | [
"Apache-2.0"
] | 2,338 | 2018-06-19T17:34:51.000Z | 2022-03-31T11:00:37.000Z | clang-tools-extra/clang-tidy/llvmlibc/LLVMLibcTidyModule.cpp | mkinsner/llvm | 589d48844edb12cd357b3024248b93d64b6760bf | [
"Apache-2.0"
] | 3,740 | 2019-01-23T15:36:48.000Z | 2022-03-31T22:01:13.000Z | clang-tools-extra/clang-tidy/llvmlibc/LLVMLibcTidyModule.cpp | mkinsner/llvm | 589d48844edb12cd357b3024248b93d64b6760bf | [
"Apache-2.0"
] | 500 | 2019-01-23T07:49:22.000Z | 2022-03-30T02:59:37.000Z | //===--- LLVMLibcTidyModule.cpp - clang-tidy ------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | 35.068182 | 80 | 0.711601 | mkinsner |
61d61c350d825f939835a4ace0b4f4c65439de72 | 11,679 | cxx | C++ | src/Cxx/Visualization/Kitchen.cxx | ajpmaclean/vtk-examples | 1a55fc8c6af67a3c07791807c7d1ec0ab97607a2 | [
"Apache-2.0"
] | 81 | 2020-08-10T01:44:30.000Z | 2022-03-23T06:46:36.000Z | src/Cxx/Visualization/Kitchen.cxx | ajpmaclean/vtk-examples | 1a55fc8c6af67a3c07791807c7d1ec0ab97607a2 | [
"Apache-2.0"
] | 2 | 2020-09-12T17:33:52.000Z | 2021-04-15T17:33:09.000Z | src/Cxx/Visualization/Kitchen.cxx | ajpmaclean/vtk-examples | 1a55fc8c6af67a3c07791807c7d1ec0ab97607a2 | [
"Apache-2.0"
] | 27 | 2020-08-17T07:09:30.000Z | 2022-02-15T03:44:58.000Z | #include <vtkActor.h>
#include <vtkCamera.h>
#include <vtkLineSource.h>
#include <vtkNamedColors.h>
#include <vtkNew.h>
#include <vtkPointData.h>
#include <vtkPolyDataMapper.h>
#include <vtkProperty.h>
#include <vtkRenderWindow.h>
#include <vtkRenderWindowInteractor.h>
#include <vtkRenderer.h>
#include <vtkStreamTracer... | 36.496875 | 80 | 0.749037 | ajpmaclean |
61d63eecc6be6ba1e2c3ed135b698baa02d990bf | 347 | cpp | C++ | src/OpenCLInvertexIndex.cpp | Gabriele91/Word-indexing-in-web-page.reduce | 792874f5c306c90354ab23a686cfcb0d1298e159 | [
"MIT"
] | null | null | null | src/OpenCLInvertexIndex.cpp | Gabriele91/Word-indexing-in-web-page.reduce | 792874f5c306c90354ab23a686cfcb0d1298e159 | [
"MIT"
] | null | null | null | src/OpenCLInvertexIndex.cpp | Gabriele91/Word-indexing-in-web-page.reduce | 792874f5c306c90354ab23a686cfcb0d1298e159 | [
"MIT"
] | null | null | null | #include <OpenCLInvertexIndex.h>
/**
* WordMapInvertedIndex::InvertedIndexMap
*/
const char* WordMapInvertedIndex::InvertedIndexMap::at(cl_uint i) const
{
return (const char*)data() + word_capacity()*i;
}
const char* WordMapInvertedIndex::InvertedIndexMap::operator[](cl_uint i) const
{
return (const char*)da... | 26.692308 | 79 | 0.73487 | Gabriele91 |
61d7917ccdb0209ed5dad36a7111e39482e93646 | 903 | hpp | C++ | include/PlayerCardCreator.hpp | eduardoweiland/placarduino | b536d8f40855a052e8ff140d79edd8e2a2c76a75 | [
"Unlicense"
] | 3 | 2018-01-13T13:18:42.000Z | 2022-02-24T01:30:55.000Z | include/PlayerCardCreator.hpp | eduardoweiland/placarduino | b536d8f40855a052e8ff140d79edd8e2a2c76a75 | [
"Unlicense"
] | null | null | null | include/PlayerCardCreator.hpp | eduardoweiland/placarduino | b536d8f40855a052e8ff140d79edd8e2a2c76a75 | [
"Unlicense"
] | null | null | null | #pragma once
#include "App.hpp"
#include "RisingEdgeButton.h"
#include "SmartCard.h"
#include <LiquidCrystal_I2C.h>
#include <stdint.h>
#include <WString.h>
class PlayerCardCreator : public App
{
public:
PlayerCardCreator();
void init();
void run();
private:
LiquidCrystal_I2C lcd;
RisingEdgeBut... | 21.5 | 42 | 0.717608 | eduardoweiland |
61dfe6113b40ebe81dcd9be9532a0a5149d7ac15 | 745 | tpp | C++ | cml/vector/subvector_ops.tpp | egorodet/CML | e3fd8ccbe9775ff6e0e41fd6a274b557a80c9d1f | [
"BSL-1.0"
] | 125 | 2015-07-22T11:39:51.000Z | 2022-03-06T13:41:44.000Z | cml/vector/subvector_ops.tpp | egorodet/CML | e3fd8ccbe9775ff6e0e41fd6a274b557a80c9d1f | [
"BSL-1.0"
] | 45 | 2015-06-03T15:50:08.000Z | 2021-05-26T01:35:01.000Z | cml/vector/subvector_ops.tpp | egorodet/CML | e3fd8ccbe9775ff6e0e41fd6a274b557a80c9d1f | [
"BSL-1.0"
] | 28 | 2015-06-03T09:26:26.000Z | 2022-03-06T13:42:06.000Z | /* -*- C++ -*- ------------------------------------------------------------
@@COPYRIGHT@@
*-----------------------------------------------------------------------*/
/** @file
*/
#ifndef __CML_VECTOR_SUBVECTOR_OPS_TPP
#error "vector/subvector_ops.tpp not included correctly"
#endif
namespace cml {
template<class Su... | 24.032258 | 76 | 0.495302 | egorodet |
61e1c1b3b736b3c6fce106e044aeabd67a4139f0 | 4,112 | cpp | C++ | src/geometry/mesh.cpp | masonium/twinkle | 853ae84ebd1fd8dcd3dda47eb3fb1c2cf0b8f0c6 | [
"MIT"
] | 2 | 2016-09-20T06:01:03.000Z | 2020-12-03T23:22:19.000Z | src/geometry/mesh.cpp | masonium/twinkle | 853ae84ebd1fd8dcd3dda47eb3fb1c2cf0b8f0c6 | [
"MIT"
] | null | null | null | src/geometry/mesh.cpp | masonium/twinkle | 853ae84ebd1fd8dcd3dda47eb3fb1c2cf0b8f0c6 | [
"MIT"
] | null | null | null | #include <algorithm>
#include <iterator>
#include <iostream>
#include "mesh.h"
#include "geometry/isect_util.h"
using std::copy;
using std::ostream_iterator;
using std::cerr;
MeshTri::MeshTri(const Mesh* m, int f, const uint v[3]) :
mesh(m), ti(f)
{
copy(v, v+3, vi);
}
scalar_fp ray_triangle_intersection_accel(c... | 26.191083 | 104 | 0.558366 | masonium |
61e2f177664fac27a161d426320bc381ce4ac98b | 3,646 | cpp | C++ | depends/work/build/i686-w64-mingw32/qt/5.9.7-f2560c1efa6/qtbase/src/plugins/platforms/eglfs/deviceintegration/eglfs_viv_wl/qeglfsvivwlintegration.cpp | GrinCash/Grinc-core | 1377979453ba84082f70f9c128be38e57b65a909 | [
"MIT"
] | null | null | null | depends/work/build/i686-w64-mingw32/qt/5.9.7-f2560c1efa6/qtbase/src/plugins/platforms/eglfs/deviceintegration/eglfs_viv_wl/qeglfsvivwlintegration.cpp | GrinCash/Grinc-core | 1377979453ba84082f70f9c128be38e57b65a909 | [
"MIT"
] | null | null | null | depends/work/build/i686-w64-mingw32/qt/5.9.7-f2560c1efa6/qtbase/src/plugins/platforms/eglfs/deviceintegration/eglfs_viv_wl/qeglfsvivwlintegration.cpp | GrinCash/Grinc-core | 1377979453ba84082f70f9c128be38e57b65a909 | [
"MIT"
] | null | null | null | /****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the plugins of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding valid commercial Qt... | 36.46 | 141 | 0.730664 | GrinCash |
61e4b83cba47ce5809ebef70d0ee6f8febe7a39d | 4,989 | cc | C++ | source/param_array.cc | nsoblath/param | 250c45ce7dc2d8fe6cb6fa1820d231ebb6674a18 | [
"Apache-2.0"
] | null | null | null | source/param_array.cc | nsoblath/param | 250c45ce7dc2d8fe6cb6fa1820d231ebb6674a18 | [
"Apache-2.0"
] | null | null | null | source/param_array.cc | nsoblath/param | 250c45ce7dc2d8fe6cb6fa1820d231ebb6674a18 | [
"Apache-2.0"
] | null | null | null | /*
* param_array.cc
*
* Created on: Jan 14, 2014
* Author: nsoblath
*/
#define PARAM_API_EXPORTS
#include <sstream>
using std::string;
using std::stringstream;
#include "param_array.hh"
#include "param_base_impl.hh"
#include "param_node.hh"
namespace param
{
param_array::param_array() :
... | 29.347059 | 132 | 0.512928 | nsoblath |
61e7823fd086418ee4a9902a56b2d99a1e676e02 | 17,317 | cpp | C++ | apps/phan_app/src/main.cpp | phiwen96/Phan | 61bd47d57dc6d0e7a92c6e9db676f5d76ed8edb4 | [
"Apache-2.0"
] | 3 | 2021-03-15T12:57:32.000Z | 2021-03-15T15:34:07.000Z | apps/phan_app/src/main.cpp | phiwen96/Phan | 61bd47d57dc6d0e7a92c6e9db676f5d76ed8edb4 | [
"Apache-2.0"
] | null | null | null | apps/phan_app/src/main.cpp | phiwen96/Phan | 61bd47d57dc6d0e7a92c6e9db676f5d76ed8edb4 | [
"Apache-2.0"
] | 1 | 2021-03-15T13:36:21.000Z | 2021-03-15T13:36:21.000Z | #include "main.hpp"
//$(sej$(aaa){AAA}$(bajs$(moa){kmkd}){tej$(haha){kmkm}}){kukens fitta}
//$(bajskmkd){tej$(haha){kmkd}}
//template <bool DO_LOUD = true>
struct Process
{
vector <pair <string, string>> declaredVariables;
Context declVar;
// Context pasteVar;
// comment::Context co... | 25.097101 | 271 | 0.528671 | phiwen96 |
61eb07f98c7125ea350f13d4f10df1b68125aa6b | 6,601 | cc | C++ | L1Trigger/TrackTrigger/src/TTClusterAlgorithm_official.cc | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 852 | 2015-01-11T21:03:51.000Z | 2022-03-25T21:14:00.000Z | L1Trigger/TrackTrigger/src/TTClusterAlgorithm_official.cc | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 30,371 | 2015-01-02T00:14:40.000Z | 2022-03-31T23:26:05.000Z | L1Trigger/TrackTrigger/src/TTClusterAlgorithm_official.cc | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 3,240 | 2015-01-02T05:53:18.000Z | 2022-03-31T17:24:21.000Z | /*! \brief Implementation of methods of TTClusterAlgorithm_official
* \details Here, in the source file, the methods which do depend
* on the specific type <T> that can fit the template.
*
* \author Nicola Pozzobon
* \date 2013, Jul 12
*
*/
#include "L1Trigger/TrackTrigger/interface/TTClusterAl... | 38.377907 | 110 | 0.636722 | ckamtsikis |
61ec78bc504440fd6c6131e4ba6f70d528b421c3 | 20,822 | cpp | C++ | Fujitsu/benchmarks/resnet/implementations/implementation_open/mxnet/3rdparty/mkldnn/src/cpu/gemm/bf16/jit_avx512_core_s16_copy_an_kern.cpp | goswamig/training_results_v0.7 | 4278ce8a0f3d4db6b5e6054277724ca36278d7a3 | [
"Apache-2.0"
] | 48 | 2020-07-29T18:09:23.000Z | 2021-10-09T01:53:33.000Z | Fujitsu/benchmarks/resnet/implementations/implementation_open/mxnet/3rdparty/mkldnn/src/cpu/gemm/bf16/jit_avx512_core_s16_copy_an_kern.cpp | goswamig/training_results_v0.7 | 4278ce8a0f3d4db6b5e6054277724ca36278d7a3 | [
"Apache-2.0"
] | 9 | 2021-04-02T02:28:07.000Z | 2022-03-26T18:23:59.000Z | Fujitsu/benchmarks/resnet/implementations/implementation_open/mxnet/3rdparty/mkldnn/src/cpu/gemm/bf16/jit_avx512_core_s16_copy_an_kern.cpp | lablup/training_results_v0.7 | f5bb59aa0f8b18b602763abe47d1d24d0d54b197 | [
"Apache-2.0"
] | 42 | 2020-08-01T06:41:24.000Z | 2022-01-20T10:33:08.000Z | /*******************************************************************************
* Copyright 2019 Intel Corporation
*
* 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.o... | 24.127462 | 80 | 0.592786 | goswamig |
61ee79cd70ea8ea30a159d70ad57ba85261744be | 1,436 | cpp | C++ | CWTW-Pro.cpp | jr4qpv/cwtw-pro | 5b3340e27ef4d606ad1833b6ee4bf27815f89dfb | [
"MIT"
] | null | null | null | CWTW-Pro.cpp | jr4qpv/cwtw-pro | 5b3340e27ef4d606ad1833b6ee4bf27815f89dfb | [
"MIT"
] | null | null | null | CWTW-Pro.cpp | jr4qpv/cwtw-pro | 5b3340e27ef4d606ad1833b6ee4bf27815f89dfb | [
"MIT"
] | null | null | null | //---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include <tchar.h>
//---------------------------------------------------------------------------
USEFORM("UAbout.cpp", AboutBox);
USEFORM("UEdit.cpp", EditFile);
USEFORM("URegInf.cpp", RegInf);
USEFORM("UReg... | 26.592593 | 78 | 0.548747 | jr4qpv |
61eecc43c9d264ef7163665bc71d09e160c624ce | 1,865 | cpp | C++ | linked_list/merge_two_linked_list.cpp | M1NH42/learn-dsa | 70b5011a83dd5c29d39b754ed856cb9e023511f3 | [
"MIT"
] | null | null | null | linked_list/merge_two_linked_list.cpp | M1NH42/learn-dsa | 70b5011a83dd5c29d39b754ed856cb9e023511f3 | [
"MIT"
] | null | null | null | linked_list/merge_two_linked_list.cpp | M1NH42/learn-dsa | 70b5011a83dd5c29d39b754ed856cb9e023511f3 | [
"MIT"
] | null | null | null | // Merge two Linked List
#include <stdio.h>
#include <stdlib.h>
struct Node
{
int data;
struct Node *next;
} *first = NULL, *second = NULL, *third = NULL;
void Display(struct Node *p)
{
while (p != NULL)
{
printf("%d ", p->data);
p = p->next;
}
}
void create(int A[], int n)
{
int... | 18.284314 | 56 | 0.447721 | M1NH42 |
61f01de1655fafffb7a5485e5778a3114378a7c5 | 2,973 | cpp | C++ | DREAM3DReviewFilters/HEDM/MicFields.cpp | JDuffeyBQ/DREAM3DReview | 098ddc60d1c53764e09e21e08d4636233071be31 | [
"BSD-3-Clause"
] | null | null | null | DREAM3DReviewFilters/HEDM/MicFields.cpp | JDuffeyBQ/DREAM3DReview | 098ddc60d1c53764e09e21e08d4636233071be31 | [
"BSD-3-Clause"
] | 18 | 2017-09-01T23:13:02.000Z | 2021-09-02T12:58:57.000Z | DREAM3DReviewFilters/HEDM/MicFields.cpp | JDuffeyBQ/DREAM3DReview | 098ddc60d1c53764e09e21e08d4636233071be31 | [
"BSD-3-Clause"
] | 9 | 2017-09-01T23:15:17.000Z | 2021-09-21T13:24:19.000Z | /* ============================================================================
* Copyright (c) 2010, Michael A. Jackson (BlueQuartz Software)
* Copyright (c) 2010, Dr. Michael A. Groeber (US Air Force Research Laboratories
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or witho... | 45.045455 | 83 | 0.587622 | JDuffeyBQ |
61f29e1436d2d9c5c30bd40a750d56683c1a3a70 | 1,883 | cc | C++ | src/core/lib/config/core_configuration.cc | blueice123/grpc | 72171a33269073a4c09940e948e82b93bf0fcf97 | [
"Apache-2.0"
] | 7 | 2019-03-26T02:47:46.000Z | 2021-03-25T08:05:37.000Z | src/core/lib/config/core_configuration.cc | blueice123/grpc | 72171a33269073a4c09940e948e82b93bf0fcf97 | [
"Apache-2.0"
] | 15 | 2017-06-20T10:02:58.000Z | 2021-05-06T02:23:13.000Z | src/core/lib/config/core_configuration.cc | blueice123/grpc | 72171a33269073a4c09940e948e82b93bf0fcf97 | [
"Apache-2.0"
] | 13 | 2017-12-06T12:39:29.000Z | 2022-03-29T05:50:44.000Z | // Copyright 2021 gRPC authors.
//
// 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 i... | 34.236364 | 79 | 0.740308 | blueice123 |
61f5e46c89b2fbc043d053bbca67fe26ad796ae9 | 560 | cpp | C++ | francor_base/src/algorithm/transform.cpp | franc0r/libfrancor | 7dc28349949dbad2da219f2bda5c5cf21cb7f7d8 | [
"BSD-3-Clause"
] | null | null | null | francor_base/src/algorithm/transform.cpp | franc0r/libfrancor | 7dc28349949dbad2da219f2bda5c5cf21cb7f7d8 | [
"BSD-3-Clause"
] | null | null | null | francor_base/src/algorithm/transform.cpp | franc0r/libfrancor | 7dc28349949dbad2da219f2bda5c5cf21cb7f7d8 | [
"BSD-3-Clause"
] | null | null | null | /**
* Algorithm and estimation function regarding transform.
* \author Christian Merkl (knueppl@gmx.de)
* \date 2. November 2019
*/
#include "francor_base/algorithm/transform.h"
#include "francor_base/transform.h"
namespace francor {
namespace base {
namespace algorithm {
namespace transform {
void transformP... | 18.666667 | 78 | 0.733929 | franc0r |
61f60ed77aa8cfe906e4913e9326b833cef4ce25 | 5,782 | cpp | C++ | PhysX_3.4/Snippets/SnippetSpatialIndex/SnippetSpatialIndex.cpp | DoubleTT-Changan/0715 | acbd071531ca4f3e2a82525b92f60824178c39fa | [
"Unlicense"
] | null | null | null | PhysX_3.4/Snippets/SnippetSpatialIndex/SnippetSpatialIndex.cpp | DoubleTT-Changan/0715 | acbd071531ca4f3e2a82525b92f60824178c39fa | [
"Unlicense"
] | null | null | null | PhysX_3.4/Snippets/SnippetSpatialIndex/SnippetSpatialIndex.cpp | DoubleTT-Changan/0715 | acbd071531ca4f3e2a82525b92f60824178c39fa | [
"Unlicense"
] | null | null | null | //
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in bin... | 29.350254 | 114 | 0.706849 | DoubleTT-Changan |
61f6326e14124616ca2b9fc6968570ca5e135f84 | 2,932 | cpp | C++ | src/util/util_env.cpp | Gcenx/DXVK-macOS | 9e5c61bf885ae1af0c506326d2b4cb5dabd4327c | [
"Zlib"
] | null | null | null | src/util/util_env.cpp | Gcenx/DXVK-macOS | 9e5c61bf885ae1af0c506326d2b4cb5dabd4327c | [
"Zlib"
] | null | null | null | src/util/util_env.cpp | Gcenx/DXVK-macOS | 9e5c61bf885ae1af0c506326d2b4cb5dabd4327c | [
"Zlib"
] | null | null | null | #include <array>
#include <cstdlib>
#include <filesystem>
#include <numeric>
#ifdef __linux__
#include <unistd.h>
#include <limits.h>
#endif
#include "util_env.h"
#include "./com/com_include.h"
namespace dxvk::env {
std::string getEnvVar(const char* name) {
#ifdef _WIN32
std::vector<WCHAR> result;
result... | 23.837398 | 92 | 0.632674 | Gcenx |
61f637fa2f200b9157965d01624ea87e69cb5358 | 805 | cpp | C++ | Codeforces/PetyaAndCountryyard.cpp | canis-majoris123/CompetitiveProgramming | be6c208abe6e0bd748c3bb0e715787506d73588d | [
"MIT"
] | null | null | null | Codeforces/PetyaAndCountryyard.cpp | canis-majoris123/CompetitiveProgramming | be6c208abe6e0bd748c3bb0e715787506d73588d | [
"MIT"
] | null | null | null | Codeforces/PetyaAndCountryyard.cpp | canis-majoris123/CompetitiveProgramming | be6c208abe6e0bd748c3bb0e715787506d73588d | [
"MIT"
] | null | null | null | //https://codeforces.com/contest/66/problem/B
#include<bits/stdc++.h>
using namespace std ;
#define aakriti long long int
int main()
{
ios_base::sync_with_stdio(false);
cin.tie(0);
aakriti number ;
cin >> number ;
aakriti arr[number], ans = 1 ;
for(int i = 0; i <number ; i++)
... | 23 | 46 | 0.397516 | canis-majoris123 |
61fa6c8997b825a5c9ac510bf49ef6cacc267cfa | 26,507 | cpp | C++ | UnrealEngine-4.11.2-release/Engine/Source/Editor/UnrealEd/Private/Kismet2/StructureEditorUtils.cpp | armroyce/Unreal | ea1cdebe70407d59af4e8366d7111c52ce4606df | [
"MIT"
] | 1 | 2016-10-01T21:35:52.000Z | 2016-10-01T21:35:52.000Z | UnrealEngine-4.11.2-release/Engine/Source/Editor/UnrealEd/Private/Kismet2/StructureEditorUtils.cpp | armroyce/Unreal | ea1cdebe70407d59af4e8366d7111c52ce4606df | [
"MIT"
] | null | null | null | UnrealEngine-4.11.2-release/Engine/Source/Editor/UnrealEd/Private/Kismet2/StructureEditorUtils.cpp | armroyce/Unreal | ea1cdebe70407d59af4e8366d7111c52ce4606df | [
"MIT"
] | 1 | 2021-04-27T08:48:33.000Z | 2021-04-27T08:48:33.000Z | // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.
#include "UnrealEd.h"
#include "StructureEditorUtils.h"
#include "ScopedTransaction.h"
#include "Kismet2NameValidators.h"
#include "Kismet2/BlueprintEditorUtils.h"
#include "EdGraphSchema_K2.h"
#include "ObjectTools.h"
#include "Editor/UnrealEd/Public/Kismet... | 31.295159 | 170 | 0.74154 | armroyce |
61fb39d1e35e1a1b445ad7aef886ef04bdf8e3b9 | 4,017 | cpp | C++ | source/A344279.cpp | SoumyadeepDhar/IntegerSequences | e2b08c8fa1fdc53e4a8807e3fb1ecccd179fe864 | [
"MIT"
] | null | null | null | source/A344279.cpp | SoumyadeepDhar/IntegerSequences | e2b08c8fa1fdc53e4a8807e3fb1ecccd179fe864 | [
"MIT"
] | null | null | null | source/A344279.cpp | SoumyadeepDhar/IntegerSequences | e2b08c8fa1fdc53e4a8807e3fb1ecccd179fe864 | [
"MIT"
] | null | null | null | /*
* A344279.cpp
*
* Created on: 14-May-2021
*
* Author: Soumyadeep Dhar
*
* A344279: Numbers a(n)=m such that |m| is the smallest, k=n*m and r=(n^2+1)*m
* for two quadratic equations of the form t^2+k*t+r = 0 and t^2+r*t+k^2 = 0
* have non-zero integer roots, where k is the coeffi... | 29.108696 | 113 | 0.52004 | SoumyadeepDhar |