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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f6fc3853395e5aa108aa45576e0ce52451724c0a | 632 | hpp | C++ | Source/Client/StateManager.hpp | ace13/LD35 | 7e48d956feeb9ffd6ebed48a255ee01a6581df2e | [
"MIT"
] | null | null | null | Source/Client/StateManager.hpp | ace13/LD35 | 7e48d956feeb9ffd6ebed48a255ee01a6581df2e | [
"MIT"
] | null | null | null | Source/Client/StateManager.hpp | ace13/LD35 | 7e48d956feeb9ffd6ebed48a255ee01a6581df2e | [
"MIT"
] | null | null | null | #pragma once
#include "IState.hpp"
#include <list>
class Engine;
class StateManager
{
public:
StateManager();
StateManager(const StateManager&) = delete;
~StateManager();
StateManager& operator=(const StateManager&) = delete;
void pushState(IState* newState, bool removeCur = false);
void popState();
void ... | 18.057143 | 58 | 0.71519 | ace13 |
f6fc62774ab1791c7378f783364bfa785b014056 | 1,542 | cpp | C++ | tests/modules/shape.test.cpp | jsk89/projectx | 1490af758078c61caacc16f3445403df3595b33c | [
"MIT"
] | 1 | 2021-08-29T17:12:23.000Z | 2021-08-29T17:12:23.000Z | tests/modules/shape.test.cpp | jsk89/projectx | 1490af758078c61caacc16f3445403df3595b33c | [
"MIT"
] | null | null | null | tests/modules/shape.test.cpp | jsk89/projectx | 1490af758078c61caacc16f3445403df3595b33c | [
"MIT"
] | null | null | null | #include <catch.hpp>
#include <fundamental/macro.h>
#include <fundamental/shape.h>
#include <fundamental/transform/transform_slice.h>
using namespace core;
TEST_CASE("Shape - deduced", "[shape]"){
Shape shape(54, 2, 2, 3);
index_t results[SHAPE_MAX_DIM] = {3, 1, 1, 1};
index_t tesa[SHAPE_MAX_DIM];
shape.d... | 19.769231 | 51 | 0.565499 | jsk89 |
f6fc8c0061b010deb37bf74da31bb6c7783b15bc | 143 | hpp | C++ | lib/Structs/GamePacket.hpp | Alexander9673/c--gtps-wrapper | ab366668923eb56a3cde10a3a7ee7f7099b5341c | [
"MIT"
] | 2 | 2020-04-26T12:15:30.000Z | 2020-04-30T08:48:38.000Z | lib/Structs/GamePacket.hpp | Alexander9673/c--gtps-wrapper | ab366668923eb56a3cde10a3a7ee7f7099b5341c | [
"MIT"
] | 1 | 2020-04-27T11:56:38.000Z | 2020-04-27T14:46:49.000Z | lib/Structs/GamePacket.hpp | Alexander9673/c--gtps-wrapper | ab366668923eb56a3cde10a3a7ee7f7099b5341c | [
"MIT"
] | null | null | null | #ifndef GAMEPACKET_HPP
#define GAMEPACKET_HPP
typedef unsigned char BYTE;
struct GamePacket
{
BYTE* data;
int len;
int indexes;
};
#endif | 11 | 27 | 0.755245 | Alexander9673 |
f6fdec8f0f70c41874a71a17711bd6cef98a1550 | 7,425 | hpp | C++ | ur_calibration/include/ur_calibration/calibration.hpp | mowito/Universal_Robots_ROS2_Driver | a5fbbb2e52b9d1111c46bb172c74f9f0063dabbd | [
"BSD-3-Clause"
] | null | null | null | ur_calibration/include/ur_calibration/calibration.hpp | mowito/Universal_Robots_ROS2_Driver | a5fbbb2e52b9d1111c46bb172c74f9f0063dabbd | [
"BSD-3-Clause"
] | null | null | null | ur_calibration/include/ur_calibration/calibration.hpp | mowito/Universal_Robots_ROS2_Driver | a5fbbb2e52b9d1111c46bb172c74f9f0063dabbd | [
"BSD-3-Clause"
] | null | null | null | // -- BEGIN LICENSE BLOCK ----------------------------------------------
// Created on behalf of Universal Robots A/S
// Copyright 2019 FZI Forschungszentrum Informatik
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:... | 34.059633 | 115 | 0.693468 | mowito |
f6fdfece4c5dcbf43504e78dc985a13f655a342a | 2,871 | hpp | C++ | OREData/ored/model/irlgmdata.hpp | nvolfango/Engine | a5ee0fc09d5a50ab36e50d55893b6e484d6e7004 | [
"BSD-3-Clause"
] | 1 | 2021-03-30T17:24:17.000Z | 2021-03-30T17:24:17.000Z | OREData/ored/model/irlgmdata.hpp | zhangjiayin/Engine | a5ee0fc09d5a50ab36e50d55893b6e484d6e7004 | [
"BSD-3-Clause"
] | null | null | null | OREData/ored/model/irlgmdata.hpp | zhangjiayin/Engine | a5ee0fc09d5a50ab36e50d55893b6e484d6e7004 | [
"BSD-3-Clause"
] | 1 | 2022-02-07T02:04:10.000Z | 2022-02-07T02:04:10.000Z | /*
Copyright (C) 2017 Quaternion Risk Management Ltd
All rights reserved.
This file is part of ORE, a free-software/open-source library
for transparent pricing and risk analysis - http://opensourcerisk.org
ORE is free software: you can redistribute it and/or modify it
under the terms of the Modified BSD License... | 32.625 | 117 | 0.697666 | nvolfango |
f6fef2afd38fd18ef3dcea3fd08dc0d00b0e52d1 | 7,676 | cpp | C++ | demo/com/ipicture/test_ipicture.cpp | fox000002/ulib-win | 628c4a0b8193d1ad771aa85598776ff42a45f913 | [
"Apache-2.0"
] | 4 | 2016-09-07T07:02:52.000Z | 2019-06-22T08:55:53.000Z | demo/com/ipicture/test_ipicture.cpp | fox000002/ulib-win | 628c4a0b8193d1ad771aa85598776ff42a45f913 | [
"Apache-2.0"
] | null | null | null | demo/com/ipicture/test_ipicture.cpp | fox000002/ulib-win | 628c4a0b8193d1ad771aa85598776ff42a45f913 | [
"Apache-2.0"
] | 3 | 2019-06-22T16:00:39.000Z | 2022-03-09T13:46:27.000Z | #include "resource.h"
#include <windows.h>
#include <tchar.h>
#include <ocidl.h>
#include <olectl.h>
#include "ubasewindow.h"
#include "uwinapp.h"
#include "ufile.h"
BOOL save2file(LPCSTR szFileName, IPicture *pPic)
{
// Create ILockBytes Buffer
ILockBytes *plkbyt = NULL;
CreateILockBytesOnHGlobal(NULL,... | 23.120482 | 99 | 0.542861 | fox000002 |
f6ffa98932f7dc2ec9dbb7acf1b562fed497938f | 3,307 | cc | C++ | extensions/gen/mojo/public/cpp/bindings/tests/flush_async_unittest.test-mojom-blink-test-utils.cc | blockspacer/chromium_base_conan | b4749433cf34f54d2edff52e2f0465fec8cb9bad | [
"Apache-2.0",
"BSD-3-Clause"
] | 6 | 2020-12-22T05:48:31.000Z | 2022-02-08T19:49:49.000Z | extensions/gen/mojo/public/cpp/bindings/tests/flush_async_unittest.test-mojom-blink-test-utils.cc | blockspacer/chromium_base_conan | b4749433cf34f54d2edff52e2f0465fec8cb9bad | [
"Apache-2.0",
"BSD-3-Clause"
] | 4 | 2020-05-22T18:36:43.000Z | 2021-05-19T10:20:23.000Z | extensions/gen/mojo/public/cpp/bindings/tests/flush_async_unittest.test-mojom-blink-test-utils.cc | blockspacer/chromium_base_conan | b4749433cf34f54d2edff52e2f0465fec8cb9bad | [
"Apache-2.0",
"BSD-3-Clause"
] | 2 | 2019-12-06T11:48:16.000Z | 2021-09-16T04:44:47.000Z | // mojo/public/cpp/bindings/tests/flush_async_unittest.test-mojom-blink-test-utils.cc is auto generated by mojom_bindings_generator.py, do not edit
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#if d... | 27.558333 | 147 | 0.741458 | blockspacer |
1000209981813c13d13ada79ec1e9ecb7f3dff6d | 960 | hpp | C++ | test_apps/STM32Cube_FW_F4_V1.24.0/Projects/STM32469I_EVAL/Demonstrations/TouchGFX/Gui/gui/include/gui/common/ButtonWithMargin.hpp | hwiwonl/ACES | 9b9a6766a177c531384b863854459a7e016dbdcc | [
"NCSA"
] | null | null | null | test_apps/STM32Cube_FW_F4_V1.24.0/Projects/STM32469I_EVAL/Demonstrations/TouchGFX/Gui/gui/include/gui/common/ButtonWithMargin.hpp | hwiwonl/ACES | 9b9a6766a177c531384b863854459a7e016dbdcc | [
"NCSA"
] | null | null | null | test_apps/STM32Cube_FW_F4_V1.24.0/Projects/STM32469I_EVAL/Demonstrations/TouchGFX/Gui/gui/include/gui/common/ButtonWithMargin.hpp | hwiwonl/ACES | 9b9a6766a177c531384b863854459a7e016dbdcc | [
"NCSA"
] | null | null | null | /**
******************************************************************************
* This file is part of the TouchGFX 4.10.0 distribution.
*
* <h2><center>© Copyright (c) 2018 STMicroelectronics.
* All rights reserved.</center></h2>
*
* This software component is licensed by ST under Ultimate Libert... | 29.090909 | 80 | 0.573958 | hwiwonl |
100120e91480c96087db3a551129e9dcc6e97383 | 167 | hpp | C++ | include/Enumerators/EPlayerRole.hpp | BigETI/WhackAStoodentServer | 05c670a9b745262ae926aebcb1fce0f1ecc5f4d2 | [
"MIT"
] | 1 | 2021-04-28T20:32:57.000Z | 2021-04-28T20:32:57.000Z | include/Enumerators/EPlayerRole.hpp | BigETI/WhackAStoodentServer | 05c670a9b745262ae926aebcb1fce0f1ecc5f4d2 | [
"MIT"
] | 7 | 2021-08-24T14:09:33.000Z | 2021-08-30T12:47:40.000Z | include/Enumerators/EPlayerRole.hpp | BigETI/WhackAStoodentServer | 05c670a9b745262ae926aebcb1fce0f1ecc5f4d2 | [
"MIT"
] | null | null | null | #pragma once
/// <summary>
/// Whack-A-Stoodent server namespace
/// </summary>
namespace WhackAStoodentServer
{
enum class EPlayerRole
{
Hitter,
Mole
};
}
| 11.133333 | 37 | 0.670659 | BigETI |
1001b95b08d63f8f83757fac0c6176b8c9f311a5 | 17,827 | cpp | C++ | src/rendering/graphics/Picture.cpp | skylerpfli/libpag | 41adf2754a428569d3513a85908bcc6c1bf3d906 | [
"BSL-1.0",
"CC0-1.0",
"MIT"
] | 1 | 2022-03-10T07:54:48.000Z | 2022-03-10T07:54:48.000Z | src/rendering/graphics/Picture.cpp | skylerpfli/libpag | 41adf2754a428569d3513a85908bcc6c1bf3d906 | [
"BSL-1.0",
"CC0-1.0",
"MIT"
] | null | null | null | src/rendering/graphics/Picture.cpp | skylerpfli/libpag | 41adf2754a428569d3513a85908bcc6c1bf3d906 | [
"BSL-1.0",
"CC0-1.0",
"MIT"
] | null | null | null | /////////////////////////////////////////////////////////////////////////////////////////////////
//
// Tencent is pleased to support the open source community by making libpag available.
//
// Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
//
// Licensed under the Apache License, Versio... | 34.151341 | 100 | 0.644921 | skylerpfli |
1003bacbf770f1af8e27d1346c97f764a310eca9 | 3,903 | cc | C++ | UVa Online Judge/v110/11076.cc | mjenrungrot/algorithm | e0e8174eb133ba20931c2c7f5c67732e4cb2b703 | [
"MIT"
] | 1 | 2021-12-08T08:58:43.000Z | 2021-12-08T08:58:43.000Z | UVa Online Judge/v110/11076.cc | mjenrungrot/algorithm | e0e8174eb133ba20931c2c7f5c67732e4cb2b703 | [
"MIT"
] | null | null | null | UVa Online Judge/v110/11076.cc | mjenrungrot/algorithm | e0e8174eb133ba20931c2c7f5c67732e4cb2b703 | [
"MIT"
] | null | null | null | /*=============================================================================
# Author: Teerapat Jenrungrot - https://github.com/mjenrungrot/
# FileName: 11076.cc
# Description: UVa Online Judge - 11076
=============================================================================*/
#include <bi... | 25.509804 | 79 | 0.520113 | mjenrungrot |
1007aaf651a879b806fa94ac60863bd7a68510be | 11,653 | cpp | C++ | src/test/dependency_injector_tests.cpp | frolosofsky/unit-e | d3d12508b915986841bd19c4dee9e50dd662a112 | [
"MIT"
] | null | null | null | src/test/dependency_injector_tests.cpp | frolosofsky/unit-e | d3d12508b915986841bd19c4dee9e50dd662a112 | [
"MIT"
] | null | null | null | src/test/dependency_injector_tests.cpp | frolosofsky/unit-e | d3d12508b915986841bd19c4dee9e50dd662a112 | [
"MIT"
] | null | null | null | // Copyright (c) 2018 The Unit-e developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <dependency_injector.h>
#include <test/test_unite.h>
#include <boost/test/unit_test.hpp>
template <typename T>
struct ToStrin... | 31.074667 | 126 | 0.669356 | frolosofsky |
10083f7d7b772a26dc028f2876b985b7679fcde6 | 5,456 | cpp | C++ | IfcPlusPlus/src/ifcpp/IFC4/IfcFixedReferenceSweptAreaSolid.cpp | linsipese/ifcppstudy | e09f05d276b5e129fcb6be65800472979cd4c800 | [
"MIT"
] | 1 | 2018-10-23T09:43:07.000Z | 2018-10-23T09:43:07.000Z | IfcPlusPlus/src/ifcpp/IFC4/IfcFixedReferenceSweptAreaSolid.cpp | linsipese/ifcppstudy | e09f05d276b5e129fcb6be65800472979cd4c800 | [
"MIT"
] | null | null | null | IfcPlusPlus/src/ifcpp/IFC4/IfcFixedReferenceSweptAreaSolid.cpp | linsipese/ifcppstudy | e09f05d276b5e129fcb6be65800472979cd4c800 | [
"MIT"
] | null | null | null | /* -*-c++-*- IfcPlusPlus - www.ifcplusplus.com - Copyright (C) 2011 Fabian Gerold
*
* This library is open source and may be redistributed and/or modified under
* the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or
* (at your option) any later version. The full license is in LICENSE file
* in... | 55.673469 | 239 | 0.745051 | linsipese |
10095d7b294263093d4f2919546a73a8fc20a436 | 9,391 | cpp | C++ | data_server/src/camera_handler.cpp | Yanick-Salzmann/carpi | 29f5e1bf1eb6243e45690f040e4df8e7c228e897 | [
"Apache-2.0"
] | 2 | 2020-06-07T16:47:20.000Z | 2021-03-20T10:41:34.000Z | data_server/src/camera_handler.cpp | Yanick-Salzmann/carpi | 29f5e1bf1eb6243e45690f040e4df8e7c228e897 | [
"Apache-2.0"
] | null | null | null | data_server/src/camera_handler.cpp | Yanick-Salzmann/carpi | 29f5e1bf1eb6243e45690f040e4df8e7c228e897 | [
"Apache-2.0"
] | null | null | null | #include <future>
#include "camera_handler.hpp"
#include "range_helper.hpp"
#include <sys/wait.h>
#include <common_utils/error.hpp>
namespace carpi::data {
LOGGER_IMPL(CameraHandler);
void CameraHandler::initialize_camera() {
std::lock_guard<std::mutex> l{_load_lock};
if (_camera_stream) {
... | 38.966805 | 188 | 0.547333 | Yanick-Salzmann |
100a58a26e3bf1f3847b1b4607135cee0b813062 | 351 | cc | C++ | src/flyweight.cc | alibenD/design_pattern_example_code | f78b2c2ac2ff3ce73cd404ea0e16d345d17b217f | [
"MIT"
] | null | null | null | src/flyweight.cc | alibenD/design_pattern_example_code | f78b2c2ac2ff3ce73cd404ea0e16d345d17b217f | [
"MIT"
] | null | null | null | src/flyweight.cc | alibenD/design_pattern_example_code | f78b2c2ac2ff3ce73cd404ea0e16d345d17b217f | [
"MIT"
] | null | null | null | /**
* @Copyright (C) 2019 All rights reserved.
* @date: 2019
* @file: flyweight.cc
* @version: v0.0.1
* @author: aliben.develop@gmail.com
* @create_date: 2019-08-06 17:03:34
* @last_modified_date: 2019-08-06 17:05:19
* @brief: TODO
* @details: TODO
*/
//INCLUDE
#include <design_pattern/flyweight.hh... | 18.473684 | 44 | 0.646724 | alibenD |
100b399c1918ac3bb37815e8ba5d9e750679af2b | 8,906 | cpp | C++ | src/autowiring/test/ScopeTest.cpp | CaseyCarter/autowiring | 48e95a71308318c8ffb7ed1348e034fd9110f70c | [
"Apache-2.0"
] | 87 | 2015-01-18T00:43:06.000Z | 2022-02-11T17:40:50.000Z | src/autowiring/test/ScopeTest.cpp | CaseyCarter/autowiring | 48e95a71308318c8ffb7ed1348e034fd9110f70c | [
"Apache-2.0"
] | 274 | 2015-01-03T04:50:49.000Z | 2021-03-08T09:01:09.000Z | src/autowiring/test/ScopeTest.cpp | CaseyCarter/autowiring | 48e95a71308318c8ffb7ed1348e034fd9110f70c | [
"Apache-2.0"
] | 15 | 2015-09-30T20:58:43.000Z | 2020-12-19T21:24:56.000Z | // Copyright (C) 2012-2018 Leap Motion, Inc. All rights reserved.
#include "stdafx.h"
#include "TestFixtures/SimpleObject.hpp"
#include <autowiring/autowiring.h>
#include <autowiring/GlobalCoreContext.h>
class ScopeTest:
public testing::Test
{};
TEST_F(ScopeTest, VerifyGlobalExists) {
// Verify that we at least g... | 31.469965 | 135 | 0.743431 | CaseyCarter |
100c6aa73b5ba24ebbbfaaeaa7fd47a3d4284be4 | 2,092 | cpp | C++ | integration_tests/multi_components.cpp | peterbarker/DroneCore | d0c47bb3c749738feb9d04db807e9fba93c7688e | [
"BSD-3-Clause"
] | 1 | 2019-06-16T23:50:37.000Z | 2019-06-16T23:50:37.000Z | integration_tests/multi_components.cpp | peterbarker/DroneCore | d0c47bb3c749738feb9d04db807e9fba93c7688e | [
"BSD-3-Clause"
] | null | null | null | integration_tests/multi_components.cpp | peterbarker/DroneCore | d0c47bb3c749738feb9d04db807e9fba93c7688e | [
"BSD-3-Clause"
] | null | null | null | /**
@file Integration test: Handling Multiple components.
@author Shakthi Prashanth <shakthi.prashanth.m@intel.com>
*/
#include <iostream>
#include "integration_test_helper.h"
#include "dronecore.h"
#include "system.h"
using namespace dronecore;
using namespace std::this_thread;
using namespace std::chrono;
/**
... | 35.457627 | 90 | 0.640057 | peterbarker |
10108bc1a086f9832b1599440d384818b8d99c0b | 3,490 | cpp | C++ | gstd/src/io_Printer.cpp | georgephilipp/cppgstd_legacy | e130860da7700aae42b915bc36a7efa4cae06d56 | [
"MIT"
] | null | null | null | gstd/src/io_Printer.cpp | georgephilipp/cppgstd_legacy | e130860da7700aae42b915bc36a7efa4cae06d56 | [
"MIT"
] | null | null | null | gstd/src/io_Printer.cpp | georgephilipp/cppgstd_legacy | e130860da7700aae42b915bc36a7efa4cae06d56 | [
"MIT"
] | null | null | null | /*
* File: Printer.cpp
* Author: gschoenh
*
* Created on November 14, 2013, 6:21 PM
*/
#include "stdafx.h"
#include "Printer.h"
namespace msii810161816
{
namespace gstd
{
Printer::Printer()
{
lineend = true;
}
Printer::~Printer() {}
... | 27.265625 | 78 | 0.35788 | georgephilipp |
1010b91db85965487c6600ae970c7f2b78ed22b8 | 2,273 | cpp | C++ | stage_2/src/chart.cpp | FerrisChi/E-trading-platform | c00fce8415c9254433a1d50b3db18fb9f1421dfc | [
"MIT"
] | null | null | null | stage_2/src/chart.cpp | FerrisChi/E-trading-platform | c00fce8415c9254433a1d50b3db18fb9f1421dfc | [
"MIT"
] | null | null | null | stage_2/src/chart.cpp | FerrisChi/E-trading-platform | c00fce8415c9254433a1d50b3db18fb9f1421dfc | [
"MIT"
] | null | null | null | #include "chart.h"
// read from disk
Chart::Chart(int index) {
std::ifstream ifs("data/chart.data",std::ifstream::in|std::ifstream::binary);
int startPos = CHART_BLOCK_SIZE * index, productID, num;
ifs.seekg(startPos, ifs.beg);
ifs.read((char *)&this->customerID, sizeof(int));
ifs.read((char*)&this... | 37.262295 | 96 | 0.574571 | FerrisChi |
10127a9db0f38002d787f9be7200eab14ad59bdd | 92,048 | cpp | C++ | legacy/btmux-tinymux/trunk/funceval.cpp | murrayma/btmux | 3519fdbfb9d5d27b4ce8e46ee16796961f1a0bfa | [
"ClArtistic",
"Naumen",
"Condor-1.1",
"MS-PL"
] | 1 | 2020-07-09T17:37:42.000Z | 2020-07-09T17:37:42.000Z | legacy/btmux-tinymux/trunk/funceval.cpp | murrayma/btmux | 3519fdbfb9d5d27b4ce8e46ee16796961f1a0bfa | [
"ClArtistic",
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | legacy/btmux-tinymux/trunk/funceval.cpp | murrayma/btmux | 3519fdbfb9d5d27b4ce8e46ee16796961f1a0bfa | [
"ClArtistic",
"Naumen",
"Condor-1.1",
"MS-PL"
] | 1 | 2020-11-07T00:02:47.000Z | 2020-11-07T00:02:47.000Z | // funceval.cpp -- MUX function handlers.
//
// $Id: funceval.cpp,v 1.92 2005/08/12 14:37:11 sdennis Exp $
//
#include "copyright.h"
#include "autoconf.h"
#include "config.h"
#include "externs.h"
#include <limits.h>
#include <math.h>
#include "ansi.h"
#include "attrs.h"
#include "command.h"
#include "comsys.h"
#incl... | 23.180055 | 119 | 0.49334 | murrayma |
101331c595d82d2a7ee68da0f1fb2f0205ca077b | 5,509 | cpp | C++ | CR101/main.cpp | quezadaminter/CR101fw | 84c5c1a839c8bd40bb9ba7446cf41174e05fd496 | [
"MIT"
] | null | null | null | CR101/main.cpp | quezadaminter/CR101fw | 84c5c1a839c8bd40bb9ba7446cf41174e05fd496 | [
"MIT"
] | null | null | null | CR101/main.cpp | quezadaminter/CR101fw | 84c5c1a839c8bd40bb9ba7446cf41174e05fd496 | [
"MIT"
] | null | null | null | #include <atmel_start.h>
#include <avr/sfr_defs.h>
#include <util/atomic.h>
#include <util/delay.h>
#include "i2c_simple_master.h"
#include "Messages.h"
#include "tone.h"
#include "Registers.h"
uint16_t SWITCH_PAST_STATE = 0;
extern volatile bool touchEventDetected;
uint32_t now = 0;
uint32_t rebootTimer = 0;
uint32_... | 25.155251 | 104 | 0.625159 | quezadaminter |
101432b03ef4a60417860594764317ce94923cfc | 2,830 | cpp | C++ | source/main.cpp | Ninespin/TheBoredGroup | 136ffc899ebb3611d12e2661c7a98d902eb606ca | [
"MIT"
] | null | null | null | source/main.cpp | Ninespin/TheBoredGroup | 136ffc899ebb3611d12e2661c7a98d902eb606ca | [
"MIT"
] | null | null | null | source/main.cpp | Ninespin/TheBoredGroup | 136ffc899ebb3611d12e2661c7a98d902eb606ca | [
"MIT"
] | null | null | null | #include <stdio.h>
#include <stdlib.h>
#include <memory>
#include <GL/glew.h>
#include <GLFW/glfw3.h>
#include <glm/glm.hpp>
#include "Bore.h"
#include "PrintNameComponent.h"
enum class RETURN_CODE: int{
RETURN_OK = 0,
RETURN_ERROR
};
static void error_callback(int error, const char* description){
fprintf(stde... | 30.76087 | 174 | 0.74523 | Ninespin |
1014cfd946000b7ba44e4e6bef8cd01c1b741731 | 1,548 | hpp | C++ | src/StreamUtils/Streams/MemoryStream.hpp | bblanchon/StreamUtils | dcbf6df80064b8ed73fab274963f8a054f97d55f | [
"MIT"
] | null | null | null | src/StreamUtils/Streams/MemoryStream.hpp | bblanchon/StreamUtils | dcbf6df80064b8ed73fab274963f8a054f97d55f | [
"MIT"
] | null | null | null | src/StreamUtils/Streams/MemoryStream.hpp | bblanchon/StreamUtils | dcbf6df80064b8ed73fab274963f8a054f97d55f | [
"MIT"
] | null | null | null | // StreamUtils - github.com/bblanchon/ArduinoStreamUtils
// Copyright Benoit Blanchon 2019-2022
// MIT License
#pragma once
#include <Stream.h>
#include "../Buffers/CircularBuffer.hpp"
#include "../Configuration.hpp"
#include "../Ports/DefaultAllocator.hpp"
namespace StreamUtils {
template <typename TAllocator>
cl... | 23.454545 | 75 | 0.718992 | bblanchon |
1016e4607e41555c926ea185ed951b29d536e8e5 | 36,226 | cpp | C++ | framework/opengl/gluShaderUtil.cpp | tarceri/VK-GL-CTS | 22389a0e44f458492f594ca0553a5a67cf6c7ada | [
"Apache-2.0"
] | 1 | 2021-06-29T04:55:52.000Z | 2021-06-29T04:55:52.000Z | framework/opengl/gluShaderUtil.cpp | tarceri/VK-GL-CTS | 22389a0e44f458492f594ca0553a5a67cf6c7ada | [
"Apache-2.0"
] | null | null | null | framework/opengl/gluShaderUtil.cpp | tarceri/VK-GL-CTS | 22389a0e44f458492f594ca0553a5a67cf6c7ada | [
"Apache-2.0"
] | null | null | null | /*-------------------------------------------------------------------------
* drawElements Quality Program OpenGL ES Utilities
* ------------------------------------------------
*
* Copyright 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not us... | 28.65981 | 141 | 0.702286 | tarceri |
10197a032aab1b3aae0ab38454beacb7c34b082b | 1,042 | hpp | C++ | armadillo/include/armadillo_bits/op_sum_bones.hpp | cornell-cup/cs-r2kart-demo | c7224515bf6d4a1bd6b57d1f7186e999564eabc3 | [
"MIT"
] | 13 | 2016-01-05T13:45:19.000Z | 2020-10-22T05:32:19.000Z | armadillo/include/armadillo_bits/op_sum_bones.hpp | cornell-cup/cs-r2kart-demo | c7224515bf6d4a1bd6b57d1f7186e999564eabc3 | [
"MIT"
] | 1 | 2020-06-26T07:08:25.000Z | 2020-06-26T07:08:25.000Z | armadillo/include/armadillo_bits/op_sum_bones.hpp | cornell-cup/cs-r2kart-demo | c7224515bf6d4a1bd6b57d1f7186e999564eabc3 | [
"MIT"
] | 5 | 2016-01-09T10:05:17.000Z | 2019-03-30T10:58:35.000Z | // Copyright (C) 2008-2015 National ICT Australia (NICTA)
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
// -----------------------------------------------------... | 30.647059 | 122 | 0.660269 | cornell-cup |
10198e4d514caaa5671a01595a1c88b94767219b | 649 | hpp | C++ | include/RED4ext/Scripting/Natives/Generated/work/AnimClipWithItem.hpp | jackhumbert/RED4ext.SDK | 2c55eccb83beabbbe02abae7945af8efce638fca | [
"MIT"
] | 42 | 2020-12-25T08:33:00.000Z | 2022-03-22T14:47:07.000Z | include/RED4ext/Scripting/Natives/Generated/work/AnimClipWithItem.hpp | jackhumbert/RED4ext.SDK | 2c55eccb83beabbbe02abae7945af8efce638fca | [
"MIT"
] | 38 | 2020-12-28T22:36:06.000Z | 2022-02-16T11:25:47.000Z | include/RED4ext/Scripting/Natives/Generated/work/AnimClipWithItem.hpp | jackhumbert/RED4ext.SDK | 2c55eccb83beabbbe02abae7945af8efce638fca | [
"MIT"
] | 20 | 2020-12-28T22:17:38.000Z | 2022-03-22T17:19:01.000Z | #pragma once
// This file is generated from the Game's Reflection data
#include <cstdint>
#include <RED4ext/Common.hpp>
#include <RED4ext/DynArray.hpp>
#include <RED4ext/Handle.hpp>
#include <RED4ext/Scripting/Natives/Generated/work/AnimClip.hpp>
namespace RED4ext
{
namespace work { struct IWorkspotItemAction; }
na... | 24.961538 | 66 | 0.761171 | jackhumbert |
101a2f45fb5c66a2c93bdbc06593e9bbd06e7a3f | 5,056 | cc | C++ | src/kernel/set.cc | intrepid42/apfelxx | 34b0bb4f134ddf42aa7eccceaa6c3b91b5414cd6 | [
"MIT"
] | null | null | null | src/kernel/set.cc | intrepid42/apfelxx | 34b0bb4f134ddf42aa7eccceaa6c3b91b5414cd6 | [
"MIT"
] | null | null | null | src/kernel/set.cc | intrepid42/apfelxx | 34b0bb4f134ddf42aa7eccceaa6c3b91b5414cd6 | [
"MIT"
] | null | null | null | //
// APFEL++ 2017
//
// Author: Valerio Bertone: valerio.bertone@cern.ch
//
#include "apfel/set.h"
#include "apfel/operator.h"
#include "apfel/messages.h"
#include <stdexcept>
namespace apfel
{
//_________________________________________________________________________
template<class T>
Set<T>::Set(Convolutio... | 29.567251 | 92 | 0.611551 | intrepid42 |
101a6c7b64bc85fe7068333c04aa2ea219f8c47f | 1,786 | cpp | C++ | BOJ_solve/8193.cpp | python-programmer1512/Code_of_gunwookim | e72e6724fb9ee6ccf2e1064583956fa954ba0282 | [
"MIT"
] | 4 | 2021-01-27T11:51:30.000Z | 2021-01-30T17:02:55.000Z | BOJ_solve/8193.cpp | python-programmer1512/Code_of_gunwookim | e72e6724fb9ee6ccf2e1064583956fa954ba0282 | [
"MIT"
] | null | null | null | BOJ_solve/8193.cpp | python-programmer1512/Code_of_gunwookim | e72e6724fb9ee6ccf2e1064583956fa954ba0282 | [
"MIT"
] | 5 | 2021-01-27T11:46:12.000Z | 2021-05-06T05:37:47.000Z | #include <bits/stdc++.h>
#define x first
#define y second
#define pb push_back
#define all(v) v.begin(),v.end()
#pragma gcc optimize("O3")
#pragma gcc optimize("Ofast")
#pragma gcc optimize("unroll-loops")
using namespace std;
const int INF = 1e9;
const int TMX = 1 << 18;
const long long llINF = 2e18;
const long long ... | 21.780488 | 55 | 0.533595 | python-programmer1512 |
101b400143994f3f6c7eef721e63cd890be537d1 | 1,145 | cpp | C++ | data-processor/libs/eba/src/graphhierarchical.cpp | cns-iu/map4sci | f7d7901f7a0e058067f56b1aa65c46491b7970a5 | [
"MIT"
] | 2 | 2019-02-27T20:24:54.000Z | 2020-07-08T16:27:22.000Z | data-processor/libs/eba/src/graphhierarchical.cpp | cns-iu/map4sci | f7d7901f7a0e058067f56b1aa65c46491b7970a5 | [
"MIT"
] | 44 | 2021-02-01T17:48:08.000Z | 2022-03-04T13:47:39.000Z | data-processor/libs/eba/src/graphhierarchical.cpp | cns-iu/map4sci | f7d7901f7a0e058067f56b1aa65c46491b7970a5 | [
"MIT"
] | null | null | null | #include "common/common.h"
#include "clustering.h"
double GraphHierarchical::computeAverageLength(ConnectedDotGraph& g, const VN& v1, const VN& v2)
{
VD avg;
for (int i = 0; i < (int)v1.size(); i++)
for (int j = 0; j < (int)v2.size(); j++)
{
double len = g.getShortestPath(v1[i], v2[j], true);
avg.push_back... | 20.446429 | 96 | 0.564192 | cns-iu |
101b5cd85fdb9264ebbfd21b7b89b41f473e9e73 | 5,174 | hpp | C++ | src/Core/Geometry/CatmullClarkSubdivider.hpp | Yasoo31/Radium-Engine | e22754d0abe192207fd946509cbd63c4f9e52dd4 | [
"Apache-2.0"
] | 78 | 2017-12-01T12:23:22.000Z | 2022-03-31T05:08:09.000Z | src/Core/Geometry/CatmullClarkSubdivider.hpp | Yasoo31/Radium-Engine | e22754d0abe192207fd946509cbd63c4f9e52dd4 | [
"Apache-2.0"
] | 527 | 2017-09-25T13:05:32.000Z | 2022-03-31T18:47:44.000Z | src/Core/Geometry/CatmullClarkSubdivider.hpp | Yasoo31/Radium-Engine | e22754d0abe192207fd946509cbd63c4f9e52dd4 | [
"Apache-2.0"
] | 48 | 2018-01-04T22:08:08.000Z | 2022-03-03T08:13:41.000Z | #pragma once
#include <Core/Geometry/deprecated/TopologicalMesh.hpp>
#include <OpenMesh/Tools/Subdivider/Uniform/SubdividerT.hh>
namespace Ra {
namespace Core {
namespace Geometry {
/**
* This class implements the Catmull-Clark subdivision algorithm
*
* This class extends OpenMesh's CatmullClarkT subdivider to h... | 37.492754 | 99 | 0.676073 | Yasoo31 |
101ccaebd0a01184432a4db39605542ba2003166 | 6,349 | hpp | C++ | websocket/socket.hpp | Matazure/websocket-cpp | 492587a412ffe67c870098154a9e6869b3e10052 | [
"MIT"
] | null | null | null | websocket/socket.hpp | Matazure/websocket-cpp | 492587a412ffe67c870098154a9e6869b3e10052 | [
"MIT"
] | null | null | null | websocket/socket.hpp | Matazure/websocket-cpp | 492587a412ffe67c870098154a9e6869b3e10052 | [
"MIT"
] | null | null | null | #pragma once
#include <map>
#include <queue>
#include <functional>
#include <iostream>
#include <boost/signals2.hpp>
#include <boost/asio.hpp>
namespace websocket{
namespace asio = boost::asio;
using std::make_shared;
using std::shared_ptr;
using std::enable_shared_from_this;
using asio::io_serv... | 33.592593 | 101 | 0.515514 | Matazure |
101d2cfd659618cdc539bfb4f87c43c8f2723dfa | 21,449 | hpp | C++ | boost/math/policies/error_handling.hpp | mike-code/boost_1_38_0 | 7ff8b2069344ea6b0b757aa1f0778dfb8526df3c | [
"BSL-1.0"
] | 21 | 2015-05-22T09:22:16.000Z | 2021-04-06T18:54:07.000Z | lshkit/trunk/3rd-party/boost/boost/math/policies/error_handling.hpp | mrfarhadi/BinClone | 035c20ab27ec00935c12ce54fe9c52bba4aaeff2 | [
"Apache-2.0"
] | 11 | 2016-11-22T13:14:55.000Z | 2021-12-14T00:56:51.000Z | lshkit/trunk/3rd-party/boost/boost/math/policies/error_handling.hpp | mrfarhadi/BinClone | 035c20ab27ec00935c12ce54fe9c52bba4aaeff2 | [
"Apache-2.0"
] | 11 | 2015-09-08T20:56:14.000Z | 2019-12-22T12:52:45.000Z | // Copyright John Maddock 2007.
// Copyright Paul A. Bristow 2007.
// Use, modification and distribution are subject to 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 BOOST_MATH_POLICY_ERROR_HANDLING_HPP
#define BOOST... | 33.254264 | 171 | 0.668003 | mike-code |
101d9a08a5c3bfac957006b5718a0c183ff014db | 4,503 | cpp | C++ | core/src/scene/light.cpp | bentley/tangram-es | 5bbc422506580f0cbd7988533004b9b445f8fd2d | [
"MIT"
] | null | null | null | core/src/scene/light.cpp | bentley/tangram-es | 5bbc422506580f0cbd7988533004b9b445f8fd2d | [
"MIT"
] | 1 | 2020-10-09T21:57:12.000Z | 2020-10-09T21:57:12.000Z | core/src/scene/light.cpp | bentley/tangram-es | 5bbc422506580f0cbd7988533004b9b445f8fd2d | [
"MIT"
] | 1 | 2019-08-31T14:43:29.000Z | 2019-08-31T14:43:29.000Z | #include "scene/light.h"
#include "gl/shaderProgram.h"
#include "lights_glsl.h"
#include "platform.h"
#include "util/floatFormatter.h"
#include <set>
#include <sstream>
namespace Tangram {
Light::Light(const std::string& _name, bool _dynamic):
m_name(_name),
m_ambient(0.0f),
m_diffuse(1.0f),
m_specu... | 28.320755 | 100 | 0.648457 | bentley |
101ee731d792094b5a1357e7eba79e4508f42642 | 18,553 | cc | C++ | lib/wabt/src/type-checker.cc | paolosevMSFT/ChakraCore | e381509ce04eaee0517a668d5002d3eedf582b8b | [
"MIT"
] | 3 | 2018-08-08T03:36:56.000Z | 2019-05-24T08:45:30.000Z | lib/wabt/src/type-checker.cc | paolosevMSFT/ChakraCore | e381509ce04eaee0517a668d5002d3eedf582b8b | [
"MIT"
] | null | null | null | lib/wabt/src/type-checker.cc | paolosevMSFT/ChakraCore | e381509ce04eaee0517a668d5002d3eedf582b8b | [
"MIT"
] | null | null | null | /*
* Copyright 2017 WebAssembly Community Group participants
*
* 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... | 28.110606 | 79 | 0.665014 | paolosevMSFT |
101f784e325666cda51020e14fee793945097532 | 10,700 | cpp | C++ | Engine/source/gfx/video/videoCapture.cpp | Pecon/Torque3D-1 | 81777348c8ab2fa49cbc534315294c3bee7ae3aa | [
"MIT"
] | 417 | 2020-06-01T15:55:15.000Z | 2022-03-31T12:50:51.000Z | Engine/source/gfx/video/videoCapture.cpp | Ashry00/Torque3D | 33e3e41c8b7eb41c743a589558bc21302207ef97 | [
"MIT"
] | 186 | 2020-06-02T19:12:39.000Z | 2022-02-15T02:22:27.000Z | Engine/source/gfx/video/videoCapture.cpp | Ashry00/Torque3D | 33e3e41c8b7eb41c743a589558bc21302207ef97 | [
"MIT"
] | 84 | 2020-06-01T15:54:44.000Z | 2022-03-24T13:52:59.000Z | //-----------------------------------------------------------------------------
// Copyright (c) 2012 GarageGames, LLC
//
// 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 restrictio... | 28.99729 | 134 | 0.648411 | Pecon |
101fe67ec0fe68b1ba6219e84cb312e3e315af70 | 2,310 | hpp | C++ | src/mbgl/style/rapidjson_conversion.hpp | kravtsun/mapbox-gl-native | ea8ec38df156c6683c886253dbb1f6bc828686ff | [
"BSL-1.0",
"Apache-2.0"
] | null | null | null | src/mbgl/style/rapidjson_conversion.hpp | kravtsun/mapbox-gl-native | ea8ec38df156c6683c886253dbb1f6bc828686ff | [
"BSL-1.0",
"Apache-2.0"
] | null | null | null | src/mbgl/style/rapidjson_conversion.hpp | kravtsun/mapbox-gl-native | ea8ec38df156c6683c886253dbb1f6bc828686ff | [
"BSL-1.0",
"Apache-2.0"
] | null | null | null | #pragma once
#include <mbgl/util/rapidjson.hpp>
#include <mbgl/util/feature.hpp>
#include <mbgl/style/conversion.hpp>
namespace mbgl {
namespace style {
namespace conversion {
inline bool isUndefined(const JSValue& value) {
return value.IsNull();
}
inline bool isArray(const JSValue& value) {
return value.Is... | 23.814433 | 95 | 0.620779 | kravtsun |
1021438020525d2202cdf7ea61e977bdf85b61c1 | 13,369 | cc | C++ | media/cast/video_sender/codecs/vp8/vp8_encoder.cc | nagineni/chromium-crosswalk | 5725642f1c67d0f97e8613ec1c3e8107ab53fdf8 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 4 | 2017-04-05T01:51:34.000Z | 2018-02-15T03:11:54.000Z | media/cast/video_sender/codecs/vp8/vp8_encoder.cc | nagineni/chromium-crosswalk | 5725642f1c67d0f97e8613ec1c3e8107ab53fdf8 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2021-12-13T19:44:12.000Z | 2021-12-13T19:44:12.000Z | media/cast/video_sender/codecs/vp8/vp8_encoder.cc | nagineni/chromium-crosswalk | 5725642f1c67d0f97e8613ec1c3e8107ab53fdf8 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 4 | 2017-04-05T01:52:03.000Z | 2022-02-13T17:58:45.000Z | // Copyright 2013 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.
//
// TODO (pwestin): add a link to the design document describing the generic
// protocol and the VP8 specific details.
#include "media/cast/video_sender/... | 36.132432 | 80 | 0.70843 | nagineni |
1021f500fcce6635853389251968823a7060d9d0 | 17,829 | cpp | C++ | RadeonRays/src/intersector/intersector_skip_links.cpp | pribault/RadeonRays_SDK | b9bda1fcdb806c5f0f157b17d473daa5f45e3ce1 | [
"MIT"
] | 675 | 2019-02-07T01:23:19.000Z | 2022-03-28T05:45:10.000Z | RadeonRays/src/intersector/intersector_skip_links.cpp | pribault/RadeonRays_SDK | b9bda1fcdb806c5f0f157b17d473daa5f45e3ce1 | [
"MIT"
] | 843 | 2019-01-25T01:06:46.000Z | 2022-03-16T11:15:53.000Z | RadeonRays/src/intersector/intersector_skip_links.cpp | pribault/RadeonRays_SDK | b9bda1fcdb806c5f0f157b17d473daa5f45e3ce1 | [
"MIT"
] | 83 | 2019-02-20T06:18:46.000Z | 2022-03-20T09:36:09.000Z | /**********************************************************************
Copyright (c) 2016 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... | 39.532151 | 219 | 0.557799 | pribault |
1023e203202f2245911dbdafd88c511eb1245620 | 26,212 | cpp | C++ | sdl1/xargon/libgamemusic/mus-tbsa-doofus.cpp | pdpdds/sdldualsystem | d74ea84cbea705fef62868ba8c693bf7d2555636 | [
"BSD-2-Clause"
] | null | null | null | sdl1/xargon/libgamemusic/mus-tbsa-doofus.cpp | pdpdds/sdldualsystem | d74ea84cbea705fef62868ba8c693bf7d2555636 | [
"BSD-2-Clause"
] | null | null | null | sdl1/xargon/libgamemusic/mus-tbsa-doofus.cpp | pdpdds/sdldualsystem | d74ea84cbea705fef62868ba8c693bf7d2555636 | [
"BSD-2-Clause"
] | null | null | null | /**
* @file mus-tbsa-doofus.hpp
* @brief Support for The Bone Shaker Architect used in Doofus.
*
* Copyright (C) 2010-2015 Adam Nielsen <malvineous@shikadi.net>
*
* 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 ... | 29.18931 | 107 | 0.665153 | pdpdds |
10255ef16f1ef19f1ea9330f30eb3f9123e8a14b | 1,026 | cpp | C++ | driver/sanitizer_symbols.cpp | Han0nly/jazzer | b34f6aad8151551005bd502e42fbc1472e69f10b | [
"Apache-2.0"
] | 536 | 2021-02-10T08:05:19.000Z | 2022-03-31T17:39:46.000Z | driver/sanitizer_symbols.cpp | Han0nly/jazzer | b34f6aad8151551005bd502e42fbc1472e69f10b | [
"Apache-2.0"
] | 91 | 2021-02-11T19:36:59.000Z | 2022-03-31T09:02:27.000Z | driver/sanitizer_symbols.cpp | Han0nly/jazzer | b34f6aad8151551005bd502e42fbc1472e69f10b | [
"Apache-2.0"
] | 60 | 2021-02-10T10:46:55.000Z | 2022-03-31T03:06:37.000Z | // Copyright 2021 Code Intelligence GmbH
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or a... | 34.2 | 79 | 0.751462 | Han0nly |
10292738543a5c8c987413807fd5703c56965bfc | 9,367 | cpp | C++ | src/matrix.cpp | Seemos/simple-neural-network | 829fb70589e21c2b95cef10322f7c00f367ade98 | [
"Apache-2.0"
] | 1 | 2020-12-02T17:15:56.000Z | 2020-12-02T17:15:56.000Z | src/matrix.cpp | Seemos/simple-neural-network | 829fb70589e21c2b95cef10322f7c00f367ade98 | [
"Apache-2.0"
] | null | null | null | src/matrix.cpp | Seemos/simple-neural-network | 829fb70589e21c2b95cef10322f7c00f367ade98 | [
"Apache-2.0"
] | null | null | null | #include <vector>
#include <iostream>
#include <random>
#include <cmath>
#include <assert.h>
#include "matrix.h"
matrix create_matrix(unsigned int n_rows, unsigned int n_cols)
{
matrix mat;
mat.n_cols = n_cols;
mat.n_rows = n_rows;
mat.values.resize(n_rows);
for (unsigned int i = 0; i < n_rows; i++... | 25.316216 | 112 | 0.585246 | Seemos |
102927980e657195300e6ac9afd2eeba47b810cb | 28,760 | cpp | C++ | src/openms/source/ANALYSIS/OPENSWATH/MRMFeatureFinderScoring.cpp | kreinert/OpenMS | 45455356482ce5ab35e32e445609b291ec78a6d6 | [
"Zlib",
"Apache-2.0"
] | 1 | 2016-12-09T01:45:03.000Z | 2016-12-09T01:45:03.000Z | src/openms/source/ANALYSIS/OPENSWATH/MRMFeatureFinderScoring.cpp | kreinert/OpenMS | 45455356482ce5ab35e32e445609b291ec78a6d6 | [
"Zlib",
"Apache-2.0"
] | null | null | null | src/openms/source/ANALYSIS/OPENSWATH/MRMFeatureFinderScoring.cpp | kreinert/OpenMS | 45455356482ce5ab35e32e445609b291ec78a6d6 | [
"Zlib",
"Apache-2.0"
] | null | null | null | // --------------------------------------------------------------------------
// OpenMS -- Open-Source Mass Spectrometry
// --------------------------------------------------------------------------
// Copyright The OpenMS Team -- Eberhard Karls University Tuebingen,
// ETH Zurich, and Freie Universit... | 53.358071 | 283 | 0.701739 | kreinert |
102a31d9246c28735b43dfc55d7e279ea1db5c4b | 1,978 | cpp | C++ | Code/Game/Core/Player/GraphControllers/PlayerGraphController_Locomotion.cpp | JuanluMorales/KRG | f3a11de469586a4ef0db835af4bc4589e6b70779 | [
"MIT"
] | 419 | 2022-01-27T19:37:43.000Z | 2022-03-31T06:14:22.000Z | Code/Game/Core/Player/GraphControllers/PlayerGraphController_Locomotion.cpp | jagt/KRG | ba20cd8798997b0450491b0cc04dc817c4a4bc76 | [
"MIT"
] | 2 | 2022-01-28T20:35:33.000Z | 2022-03-13T17:42:52.000Z | Code/Game/Core/Player/GraphControllers/PlayerGraphController_Locomotion.cpp | jagt/KRG | ba20cd8798997b0450491b0cc04dc817c4a4bc76 | [
"MIT"
] | 20 | 2022-01-27T20:41:02.000Z | 2022-03-26T16:16:57.000Z | #include "PlayerGraphController_Locomotion.h"
//-------------------------------------------------------------------------
namespace KRG::Player
{
LocomotionGraphController::LocomotionGraphController( Animation::AnimationGraphComponent* pGraphComponent, Render::SkeletalMeshComponent* pMeshComponent )
: Ani... | 35.963636 | 158 | 0.628413 | JuanluMorales |
102b660bb8f6800ceca6344b36d3eadfd8607316 | 1,378 | cpp | C++ | wallet/qt/ntp1/ntp1tokenlistfilterproxy.cpp | tahussle/bebbang | 93be7665680d454f2f5a8c1124b1f1fa83f95960 | [
"MIT"
] | null | null | null | wallet/qt/ntp1/ntp1tokenlistfilterproxy.cpp | tahussle/bebbang | 93be7665680d454f2f5a8c1124b1f1fa83f95960 | [
"MIT"
] | 1 | 2019-04-19T03:20:52.000Z | 2019-04-19T03:20:52.000Z | wallet/qt/ntp1/ntp1tokenlistfilterproxy.cpp | tahussle/bebbang | 93be7665680d454f2f5a8c1124b1f1fa83f95960 | [
"MIT"
] | null | null | null | #include "ntp1tokenlistfilterproxy.h"
#include "ntp1tokenlistmodel.h"
NTP1TokenListFilterProxy::NTP1TokenListFilterProxy(QLineEdit* FilterLineEdit)
{
filterLineEdit = FilterLineEdit;
}
bool NTP1TokenListFilterProxy::filterAcceptsRow(int source_row, const QModelIndex& source_parent) const
{
if (filterLineEdit ... | 33.609756 | 103 | 0.652395 | tahussle |
102b9311d4030ef30ede773df2ef8107c991ec5b | 14,364 | cpp | C++ | Firmware/init.cpp | OrsoEric/OrangeHat | aac610605dd2dedd7c202b71d7002d1ffd33e853 | [
"MIT"
] | 3 | 2021-08-04T07:38:14.000Z | 2022-01-05T09:46:59.000Z | Firmware/init.cpp | OrsoEric/OrangeHat | aac610605dd2dedd7c202b71d7002d1ffd33e853 | [
"MIT"
] | 27 | 2021-06-26T09:55:26.000Z | 2022-01-09T10:15:18.000Z | Firmware/init.cpp | OrsoEric/OrangeHat | aac610605dd2dedd7c202b71d7002d1ffd33e853 | [
"MIT"
] | null | null | null | /****************************************************************************
** INCLUDES
****************************************************************************/
//type definition using the bit width and sign
#include <stdint.h>
//define the ISR routune, ISR vector, and the sei() cli() function
#include <avr/int... | 37.020619 | 130 | 0.466235 | OrsoEric |
102bfa828b032a7eefebbec43c0f94f3d35f814f | 5,333 | cc | C++ | tensorflow/lite/delegates/hexagon/builders/pack_builder.cc | yage99/tensorflow | c7fa71b32a3635eb25596ae80d007b41007769c4 | [
"Apache-2.0"
] | 190,993 | 2015-11-09T13:17:30.000Z | 2022-03-31T23:05:27.000Z | tensorflow/lite/delegates/hexagon/builders/pack_builder.cc | sseung0703/tensorflow | be084bd7a4dd241eb781fc704f57bcacc5c9b6dd | [
"Apache-2.0"
] | 48,461 | 2015-11-09T14:21:11.000Z | 2022-03-31T23:17:33.000Z | tensorflow/lite/delegates/hexagon/builders/pack_builder.cc | sseung0703/tensorflow | be084bd7a4dd241eb781fc704f57bcacc5c9b6dd | [
"Apache-2.0"
] | 104,981 | 2015-11-09T13:40:17.000Z | 2022-03-31T19:51:54.000Z | /* Copyright 2020 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | 39.798507 | 80 | 0.691731 | yage99 |
102c59e9bd38baad003e558c4e285a864b69f61c | 1,281 | hpp | C++ | core/api/service/child_state/requests/get_storage.hpp | soramitsu/kagome | d66755924477f2818fcae30ba2e65681fce34264 | [
"Apache-2.0"
] | 110 | 2019-04-03T13:39:39.000Z | 2022-03-09T11:54:42.000Z | core/api/service/child_state/requests/get_storage.hpp | soramitsu/kagome | d66755924477f2818fcae30ba2e65681fce34264 | [
"Apache-2.0"
] | 890 | 2019-03-22T21:33:30.000Z | 2022-03-31T14:31:22.000Z | core/api/service/child_state/requests/get_storage.hpp | soramitsu/kagome | d66755924477f2818fcae30ba2e65681fce34264 | [
"Apache-2.0"
] | 27 | 2019-06-25T06:21:47.000Z | 2021-11-01T14:12:10.000Z | /**
* Copyright Soramitsu Co., Ltd. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef KAGOME_CORE_API_SERVICE_CHILD_STATE_REQUESTS_GET_STORAGE
#define KAGOME_CORE_API_SERVICE_CHILD_STATE_REQUESTS_GET_STORAGE
#include <optional>
#include <jsonrpc-lean/request.h>
#include "api/service/child_sta... | 27.847826 | 75 | 0.736924 | soramitsu |
102c91f31f2a5fa34290da34bcd8dd0bac72ba00 | 1,550 | cpp | C++ | src/kits/storage/sniffer/Err.cpp | axeld/haiku | e3becd53eef5c093ee8c8f32bab51d40b0f2b8d4 | [
"MIT"
] | 2 | 2020-09-26T13:18:36.000Z | 2021-06-16T20:38:20.000Z | src/kits/storage/sniffer/Err.cpp | axeld/haiku | e3becd53eef5c093ee8c8f32bab51d40b0f2b8d4 | [
"MIT"
] | null | null | null | src/kits/storage/sniffer/Err.cpp | axeld/haiku | e3becd53eef5c093ee8c8f32bab51d40b0f2b8d4 | [
"MIT"
] | 3 | 2018-12-17T13:07:38.000Z | 2021-09-08T13:07:31.000Z | //----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered
// by the MIT License.
//---------------------------------------------------------------------
/*!
\file Err.cpp
MIME sniffer Error class implementation
*/
#include <sniffe... | 15.5 | 80 | 0.505161 | axeld |
102ca13daaad405f13a3576e2bc68d449c11e10e | 4,206 | cc | C++ | be/src/service/command-mgr.cc | ImpalaToGo/ImpalaToGo | a1a79c0684d1319ee5c99aaf9b8a09c8392ba054 | [
"Apache-2.0"
] | 51 | 2015-01-02T04:10:26.000Z | 2020-11-21T16:33:19.000Z | be/src/service/command-mgr.cc | ImpalaToGo/ImpalaToGo | a1a79c0684d1319ee5c99aaf9b8a09c8392ba054 | [
"Apache-2.0"
] | 58 | 2015-01-29T15:52:19.000Z | 2016-04-19T08:19:02.000Z | be/src/service/command-mgr.cc | ImpalaToGo/ImpalaToGo | a1a79c0684d1319ee5c99aaf9b8a09c8392ba054 | [
"Apache-2.0"
] | 8 | 2015-03-16T11:03:41.000Z | 2019-07-11T06:39:31.000Z | /*
* command-mgr.cc
*
* Created on: Feb 10, 2015
* Author: elenav
*/
#include "service/command-mgr.h"
#include <boost/lexical_cast.hpp>
#include <google/malloc_extension.h>
#include <gutil/strings/substitute.h>
#include "service/command-exec-state.h"
#include "runtime/exec-env.h"
#include "util/impalad-me... | 33.380952 | 103 | 0.741322 | ImpalaToGo |
102d10f10c14fd17c26854da0e95a8f8ec9d1a55 | 2,981 | cpp | C++ | Lista 11/Lista 10/ex2/main.cpp | jhonatheberson/data-structure | 0f0411228df817bb9e9849fa92772f0f94766db2 | [
"MIT"
] | null | null | null | Lista 11/Lista 10/ex2/main.cpp | jhonatheberson/data-structure | 0f0411228df817bb9e9849fa92772f0f94766db2 | [
"MIT"
] | null | null | null | Lista 11/Lista 10/ex2/main.cpp | jhonatheberson/data-structure | 0f0411228df817bb9e9849fa92772f0f94766db2 | [
"MIT"
] | null | null | null | #include <iostream>
using namespace std;
typedef struct s{
int chave; // chave (conteúdo armazenado)
struct s *next; // ponteiro para o próximo elemento
} No;
void busca(No *cabeca, No **ant, No **pont, int x){
*ant = cabeca; // ant agora aponta pra cabeça e isso se reflete fora da funçao
*pont = NUL... | 23.289063 | 84 | 0.453875 | jhonatheberson |
102da36abba0d8ebb37d3a8f260e01aecf41dd4e | 260 | cpp | C++ | Learning Basics of C++/ASimpleProgram/prog.cpp | RyanPaulMcKenna/C-Basics | 58943fb6ad123b4ffd82b624f1ceff88076816a0 | [
"MIT"
] | null | null | null | Learning Basics of C++/ASimpleProgram/prog.cpp | RyanPaulMcKenna/C-Basics | 58943fb6ad123b4ffd82b624f1ceff88076816a0 | [
"MIT"
] | null | null | null | Learning Basics of C++/ASimpleProgram/prog.cpp | RyanPaulMcKenna/C-Basics | 58943fb6ad123b4ffd82b624f1ceff88076816a0 | [
"MIT"
] | null | null | null | #include <iostream>
#define BOOK "C++ Programming"
#define NUM 200
#define RULE ***********************
using namespace std;
int main()
{
cout << endl << "NUM is:" << NUM << endl;
cout << "Double NUM: " << ((NUM) * 2) << endl;
system('pause');
return 0;
}
| 15.294118 | 46 | 0.546154 | RyanPaulMcKenna |
102df231499229a75d602781faf81009efaa1078 | 6,833 | cpp | C++ | src/chrono_models/vehicle/man/MAN_5t_Solid3LinkAxle.cpp | Ruochun/chrono | 7b0f09242ef540ae56cfc8add3a5dc7985c654d2 | [
"BSD-3-Clause"
] | 1 | 2020-01-18T02:39:17.000Z | 2020-01-18T02:39:17.000Z | src/chrono_models/vehicle/man/MAN_5t_Solid3LinkAxle.cpp | Ruochun/chrono | 7b0f09242ef540ae56cfc8add3a5dc7985c654d2 | [
"BSD-3-Clause"
] | 7 | 2021-10-20T04:43:35.000Z | 2021-12-24T08:44:31.000Z | src/chrono_models/vehicle/man/MAN_5t_Solid3LinkAxle.cpp | Ruochun/chrono | 7b0f09242ef540ae56cfc8add3a5dc7985c654d2 | [
"BSD-3-Clause"
] | 2 | 2021-12-09T05:32:31.000Z | 2021-12-12T17:31:18.000Z | // =============================================================================
// PROJECT CHRONO - http://projectchrono.org
//
// Copyright (c) 2014 projectchrono.org
// All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found
// in the LICENSE file at the top level of t... | 39.959064 | 118 | 0.594907 | Ruochun |
1030e241c687d67723b1f3ca056acceee0a821ac | 6,060 | cpp | C++ | grave/src/timer.cpp | Ahdhn/gpufilter | 49ebd59ec1fb616d7e9a50cbc827032f960708a2 | [
"MIT"
] | 36 | 2016-10-27T14:30:33.000Z | 2022-03-08T08:51:12.000Z | grave/src/timer.cpp | Ahdhn/gpufilter | 49ebd59ec1fb616d7e9a50cbc827032f960708a2 | [
"MIT"
] | 2 | 2016-09-19T22:37:45.000Z | 2016-09-20T07:52:29.000Z | grave/src/timer.cpp | Ahdhn/gpufilter | 49ebd59ec1fb616d7e9a50cbc827032f960708a2 | [
"MIT"
] | 16 | 2015-08-04T08:23:47.000Z | 2021-06-24T15:24:37.000Z | /**
* @file timer.cpp
* @brief Timer class implementation
* @author Rodolfo Lima
* @date January, 2011
*/
//== INCLUDES =================================================================
#include <cmath>
#include <stack>
#include <iomanip>
#include <iostream>
#include <sstream>
#include <vector>
#ifdef _WIN3... | 21.041667 | 102 | 0.544059 | Ahdhn |
1033888343b450c5f4f1167c6fd3901a71b80338 | 17,545 | cc | C++ | components/mirroring/service/session_unittest.cc | Yannic/chromium | ab32e8aacb08c9fce0dc4bf09eec456ba46e3710 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 76 | 2020-09-02T03:05:41.000Z | 2022-03-30T04:40:55.000Z | components/mirroring/service/session_unittest.cc | blueboxd/chromium-legacy | 07223bc94bd97499909c9ed3c3f5769d718fe2e0 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 45 | 2020-09-02T03:21:37.000Z | 2022-03-31T22:19:45.000Z | components/mirroring/service/session_unittest.cc | Yannic/chromium | ab32e8aacb08c9fce0dc4bf09eec456ba46e3710 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 8 | 2020-07-22T18:49:18.000Z | 2022-02-08T10:27:16.000Z | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/mirroring/service/session.h"
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include "base/bind.h"
#inclu... | 36.476091 | 81 | 0.718267 | Yannic |
1033d3fa6b558be3679599085578020d4d9d3735 | 15,198 | cpp | C++ | source/games/exhumed/src/exhumed.cpp | DosFreak/Raze | 389f760d45748da28ba758f12be1be2a9ba9b4b2 | [
"RSA-MD"
] | null | null | null | source/games/exhumed/src/exhumed.cpp | DosFreak/Raze | 389f760d45748da28ba758f12be1be2a9ba9b4b2 | [
"RSA-MD"
] | null | null | null | source/games/exhumed/src/exhumed.cpp | DosFreak/Raze | 389f760d45748da28ba758f12be1be2a9ba9b4b2 | [
"RSA-MD"
] | null | null | null | //-------------------------------------------------------------------------
/*
Copyright (C) 2010-2019 EDuke32 developers and contributors
Copyright (C) 2019 sirlemonhead, Nuke.YKT
This file is part of PCExhumed.
PCExhumed is free software; you can redistribute it and/or
modify it under the terms of the GNU General Pub... | 23.381538 | 209 | 0.579484 | DosFreak |
10341a89d0544caa926c916c1f43822dd981210a | 9,767 | cc | C++ | src/suif1/TaskMallocLargeArrays.cc | paulhjkelly/taskgraph-metaprogramming | 54c4e2806a97bec555a90784ab4cf0880660bf89 | [
"BSD-3-Clause"
] | 5 | 2020-04-11T21:30:19.000Z | 2021-12-04T16:16:09.000Z | src/suif1/TaskMallocLargeArrays.cc | paulhjkelly/taskgraph-metaprogramming | 54c4e2806a97bec555a90784ab4cf0880660bf89 | [
"BSD-3-Clause"
] | null | null | null | src/suif1/TaskMallocLargeArrays.cc | paulhjkelly/taskgraph-metaprogramming | 54c4e2806a97bec555a90784ab4cf0880660bf89 | [
"BSD-3-Clause"
] | null | null | null | #include <cassert>
#include <cstdio>
#include <cstddef>
#include <climits>
#include <limits>
#include <set>
#include <suif1.h>
#include <useful.h>
#include <dependence.h>
#ifdef VERBOSE_MALLOC_LARGE_ARRAYS
#define INFO printf
#else
#define INFO if ( false ) printf
#endif
namespace
{
// This transformation attempts t... | 31.405145 | 139 | 0.644824 | paulhjkelly |
103440924cea1b35fe2b91742007ed7c31c2bc2d | 8,950 | cpp | C++ | source/tools/Debugger/simple-pindb.cpp | NVSL/CSE141pp-Tool-Moneta-Pin | d1f7a1e2aa5ac724cc64fa65f30b1e424a4ad839 | [
"Intel"
] | 17 | 2021-07-10T13:22:26.000Z | 2022-02-09T20:11:39.000Z | source/tools/Debugger/simple-pindb.cpp | NVSL/CSE141pp-Tool-Moneta-Pin | d1f7a1e2aa5ac724cc64fa65f30b1e424a4ad839 | [
"Intel"
] | 4 | 2021-08-18T14:07:24.000Z | 2022-01-24T16:38:06.000Z | source/tools/Debugger/simple-pindb.cpp | NVSL/CSE141pp-Tool-Moneta-Pin | d1f7a1e2aa5ac724cc64fa65f30b1e424a4ad839 | [
"Intel"
] | 2 | 2021-08-03T10:56:16.000Z | 2022-01-31T12:10:56.000Z | /*BEGIN_LEGAL
Intel Open Source License
Copyright (c) 2002-2015 Intel Corporation. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
Redistributions of source code must retain the above copyright noti... | 33.646617 | 112 | 0.63419 | NVSL |
103769e2fc85cd56b0e6464327c2efbf195591a3 | 1,965 | cpp | C++ | sound_data.cpp | darkoppressor/scanner | c174b95fd5afbf1b54673aad0d9da950727d348f | [
"CC-BY-4.0"
] | null | null | null | sound_data.cpp | darkoppressor/scanner | c174b95fd5afbf1b54673aad0d9da950727d348f | [
"CC-BY-4.0"
] | null | null | null | sound_data.cpp | darkoppressor/scanner | c174b95fd5afbf1b54673aad0d9da950727d348f | [
"CC-BY-4.0"
] | null | null | null | /* Copyright (c) 2012 Cheese and Bacon Games, LLC */
/* This file is licensed under the MIT License. */
/* See the file docs/LICENSE.txt for the full license text. */
#include "sound_data.h"
#include "world.h"
using namespace std;
Sound_Data::Sound_Data(){
chunk=0;
}
void Sound_Data::load_sound(string filename)... | 26.917808 | 169 | 0.635623 | darkoppressor |
10396c65f424e66812b6eb4872935ab6cc2fe330 | 5,846 | cpp | C++ | runtime/test/test_pstorage.cpp | kinsamanka/OpenPLC_v3 | fc1afcf702eebaf518971b304acf487809c804d4 | [
"Apache-2.0"
] | null | null | null | runtime/test/test_pstorage.cpp | kinsamanka/OpenPLC_v3 | fc1afcf702eebaf518971b304acf487809c804d4 | [
"Apache-2.0"
] | null | null | null | runtime/test/test_pstorage.cpp | kinsamanka/OpenPLC_v3 | fc1afcf702eebaf518971b304acf487809c804d4 | [
"Apache-2.0"
] | null | null | null | // Copyright 2019 Smarter Grid Solutions
//
// 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... | 32.842697 | 77 | 0.567739 | kinsamanka |
1039acdc3aafc4afc063ec2ba043f8fb9dcdb68b | 44,284 | cpp | C++ | 3rdParty/icu/source/test/intltest/uts46test.cpp | morsdatum/ArangoDB | 9cfc6d5cd50b8f451ebdedd77e2c5257fa72a573 | [
"Apache-2.0"
] | 15 | 2019-08-08T02:06:36.000Z | 2019-10-15T17:52:58.000Z | third_party/icu/source/test/intltest/uts46test.cpp | lihuibng/v8 | c455e582b0a5061db950f0010a58b73476cd83ed | [
"BSD-3-Clause-Clear",
"BSD-3-Clause"
] | 11 | 2015-01-02T19:56:56.000Z | 2018-07-27T12:34:02.000Z | third_party/icu/source/test/intltest/uts46test.cpp | lihuibng/v8 | c455e582b0a5061db950f0010a58b73476cd83ed | [
"BSD-3-Clause-Clear",
"BSD-3-Clause"
] | 9 | 2015-09-30T18:50:32.000Z | 2020-06-17T08:31:45.000Z | /*
*******************************************************************************
* Copyright (C) 2010-2011, International Business Machines
* Corporation and others. All Rights Reserved.
*******************************************************************************
* file name: uts46test.cpp
* encoding: ... | 50.208617 | 102 | 0.632824 | morsdatum |
103ad622d2b839bd007a56f0a623898d7183a003 | 3,643 | cpp | C++ | src/mongo/transport/transport_layer_legacy_test.cpp | SCC-RHUL-Projects/jrtapsell_loggingMongo | 4c5b27194f784fe1893bf97923874f736ab6c2ea | [
"Apache-2.0"
] | null | null | null | src/mongo/transport/transport_layer_legacy_test.cpp | SCC-RHUL-Projects/jrtapsell_loggingMongo | 4c5b27194f784fe1893bf97923874f736ab6c2ea | [
"Apache-2.0"
] | null | null | null | src/mongo/transport/transport_layer_legacy_test.cpp | SCC-RHUL-Projects/jrtapsell_loggingMongo | 4c5b27194f784fe1893bf97923874f736ab6c2ea | [
"Apache-2.0"
] | null | null | null | /**
* Copyright (C) 2017 MongoDB Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be usef... | 32.526786 | 98 | 0.690914 | SCC-RHUL-Projects |
103d9d79352720768d8e12d017b4961cda5f0a2e | 19,028 | cpp | C++ | ace/Naming_Context.cpp | xiafuyang2004/ACEFileService | 51a330cdf2515919abe102bac5fec995fbe89cca | [
"MIT"
] | null | null | null | ace/Naming_Context.cpp | xiafuyang2004/ACEFileService | 51a330cdf2515919abe102bac5fec995fbe89cca | [
"MIT"
] | null | null | null | ace/Naming_Context.cpp | xiafuyang2004/ACEFileService | 51a330cdf2515919abe102bac5fec995fbe89cca | [
"MIT"
] | 1 | 2020-02-22T08:42:22.000Z | 2020-02-22T08:42:22.000Z | // $Id: Naming_Context.cpp 84565 2009-02-23 08:20:39Z johnnyw $
#include "ace/Get_Opt.h"
#include "ace/Naming_Context.h"
#include "ace/Remote_Name_Space.h"
#include "ace/Local_Name_Space_T.h"
#include "ace/Registry_Name_Space.h"
#include "ace/MMAP_Memory_Pool.h"
#include "ace/RW_Process_Mutex.h"
#include "ace/OS_NS_st... | 29.273846 | 101 | 0.616302 | xiafuyang2004 |
103f662a3cb3c9ef1321388a06af822529a21c15 | 2,106 | cc | C++ | tcpevent/eventloop.cc | sonyangchang/mycodecollection | d56149742f71ae7ae03f5a92bd009edbb4d5d3c6 | [
"Apache-2.0"
] | 1 | 2020-10-18T02:00:01.000Z | 2020-10-18T02:00:01.000Z | tcpevent/eventloop.cc | sonyangchang/mycodecollection | d56149742f71ae7ae03f5a92bd009edbb4d5d3c6 | [
"Apache-2.0"
] | null | null | null | tcpevent/eventloop.cc | sonyangchang/mycodecollection | d56149742f71ae7ae03f5a92bd009edbb4d5d3c6 | [
"Apache-2.0"
] | 1 | 2020-10-18T02:00:03.000Z | 2020-10-18T02:00:03.000Z | /*
* eventloop.cc
*
* Created on: 2018年8月4日
* Author: LENOVO
*/
#include "eventloop.h"
#include "flag.h"
#include "tcp.h"
#include <malloc.h>
#include <memory.h>
#include <unistd.h>
namespace zsy
{
EventLoop::EventLoop(int maxpoll)
{
m_events=(struct epoll_event*)malloc(maxpoll*sizeof(struct... | 21.272727 | 75 | 0.625356 | sonyangchang |
1040bf145eb3edbfe8ccd7ca383748498f5d12d8 | 4,315 | cc | C++ | test/extensions/access_loggers/wasm/config_test.cc | driev/envoy | d04ea855ae99e744ea5ed3df0e0234e301d9e081 | [
"Apache-2.0"
] | 2 | 2021-04-22T21:38:58.000Z | 2021-04-22T21:39:40.000Z | test/extensions/access_loggers/wasm/config_test.cc | driev/envoy | d04ea855ae99e744ea5ed3df0e0234e301d9e081 | [
"Apache-2.0"
] | 8 | 2022-03-01T20:32:32.000Z | 2022-03-23T22:08:49.000Z | test/extensions/access_loggers/wasm/config_test.cc | yanavlasov/envoy | 2b8a744bf0b77717be889d4f514edd22a76cbe8e | [
"Apache-2.0"
] | 2 | 2021-02-18T18:25:58.000Z | 2021-03-30T18:30:26.000Z | #include "envoy/extensions/access_loggers/wasm/v3/wasm.pb.h"
#include "envoy/registry/registry.h"
#include "common/access_log/access_log_impl.h"
#include "common/protobuf/protobuf.h"
#include "extensions/access_loggers/wasm/config.h"
#include "extensions/access_loggers/wasm/wasm_access_log_impl.h"
#include "extension... | 36.880342 | 98 | 0.755736 | driev |
1041e56c9f7bfa116c3fa95d4da4e351676c754e | 632 | cpp | C++ | 10-stl-containers/4-maps/loops.cpp | nofar88/cpp-5782 | 473c68627fc0908fdef8956caf1e1d2267c9417b | [
"MIT"
] | 14 | 2021-01-30T16:36:18.000Z | 2022-03-30T17:24:44.000Z | 10-stl-containers/4-maps/loops.cpp | dimastar2310/cpp-5781 | 615ba07e0841522df74384f380172557f5e305a7 | [
"MIT"
] | 1 | 2022-03-02T20:55:14.000Z | 2022-03-02T20:55:14.000Z | 10-stl-containers/4-maps/loops.cpp | dimastar2310/cpp-5781 | 615ba07e0841522df74384f380172557f5e305a7 | [
"MIT"
] | 16 | 2021-03-02T11:13:41.000Z | 2021-07-09T14:18:15.000Z | /**
* Demonstrates iteration on stl maps
*
* @author Erel Segal-Halevi
* @since 2018-05
*/
#include <map>
#include <iostream>
using namespace std;
map<string, int> m {
{"abc", 2},
{"xyz", 8},
};
int main() {
m["def"] = 4;
m["ghi"] = 6;
// Old version:
for (map<string, int>::iterator iter = m.begin(); it... | 17.555556 | 74 | 0.544304 | nofar88 |
10425fdb75f2a5fc43b69789140175ad6bda9a0b | 2,438 | cxx | C++ | deps/src/cmake-3.13.4/Source/cmLinkDirectoriesCommand.cxx | LeeCenY/turicreate | fb2f3bf313e831ceb42a2e10aacda6e472ea8d93 | [
"BSD-3-Clause"
] | 2 | 2020-03-05T06:39:03.000Z | 2020-03-31T12:08:04.000Z | deps/src/cmake-3.13.4/Source/cmLinkDirectoriesCommand.cxx | znation/turicreate | f56f9ef9c138d8047037184afb6356c20bbc7f71 | [
"BSD-3-Clause"
] | 2 | 2022-01-13T04:03:55.000Z | 2022-03-12T01:02:31.000Z | deps/src/cmake-3.13.4/Source/cmLinkDirectoriesCommand.cxx | ZeroInfinite/turicreate | dd210c2563930881abd51fd69cb73007955b33fd | [
"BSD-3-Clause"
] | 1 | 2019-11-23T09:47:24.000Z | 2019-11-23T09:47:24.000Z | /* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
file Copyright.txt or https://cmake.org/licensing for details. */
#include "cmLinkDirectoriesCommand.h"
#include <sstream>
#include "cmAlgorithms.h"
#include "cmGeneratorExpression.h"
#include "cmMakefile.h"
#include "cmPolicies.h"
#inc... | 28.348837 | 77 | 0.657916 | LeeCenY |
1042bcab45f1b1255b15dbaf9b0e71468721d1b3 | 2,720 | hpp | C++ | include/ssm-proxy.hpp | Kamiya-T/Distributed-Streaming-data-Sharing-Manager | d615f0062c507b89d35398833544380bbc4240ae | [
"MIT"
] | null | null | null | include/ssm-proxy.hpp | Kamiya-T/Distributed-Streaming-data-Sharing-Manager | d615f0062c507b89d35398833544380bbc4240ae | [
"MIT"
] | 1 | 2019-12-19T04:14:55.000Z | 2019-12-19T05:53:12.000Z | include/ssm-proxy.hpp | Kamiya-T/Distributed-Streaming-data-Sharing-Manager | d615f0062c507b89d35398833544380bbc4240ae | [
"MIT"
] | 1 | 2021-01-07T05:49:17.000Z | 2021-01-07T05:49:17.000Z | #ifndef _SSM_PROXY_H_
#define _SSM_PROXY_H_
#include "ssm.hpp"
void test();
#define SERVER_PORT 8080 /* サーバ用PORT */
#define SERVER_IP 0x00000000UL /* サーバ用待ち受けIP */
#define BUFFER_SIZE 1024 /* バッファバイト数 */
/* クライアントからの接続を待つサーバの情報を表現する構造体 */
typedef struct {
int ... | 22.113821 | 81 | 0.688971 | Kamiya-T |
1042e03329076d089541adf9bbc810854be7a5f3 | 15,199 | cc | C++ | Validation/MuonGEMDigis/src/GEMDigiMatcher.cc | Michael-Krohn/cmssw | 25064b40a13dc451b498e850214fcbe141f7cb75 | [
"Apache-2.0"
] | 1 | 2018-03-14T16:25:31.000Z | 2018-03-14T16:25:31.000Z | Validation/MuonGEMDigis/src/GEMDigiMatcher.cc | Michael-Krohn/cmssw | 25064b40a13dc451b498e850214fcbe141f7cb75 | [
"Apache-2.0"
] | null | null | null | Validation/MuonGEMDigis/src/GEMDigiMatcher.cc | Michael-Krohn/cmssw | 25064b40a13dc451b498e850214fcbe141f7cb75 | [
"Apache-2.0"
] | 2 | 2020-03-20T18:46:13.000Z | 2021-03-12T09:23:07.000Z | #include "Validation/MuonGEMDigis/interface/GEMDigiMatcher.h"
using namespace std;
GEMDigiMatcher::GEMDigiMatcher(const edm::ParameterSet& pset, edm::ConsumesCollector&& iC) {
const auto& gemDigi = pset.getParameterSet("gemStripDigi");
minBXDigi_ = gemDigi.getParameter<int>("minBX");
maxBXDigi_ = gemDigi.getPar... | 35.101617 | 119 | 0.702546 | Michael-Krohn |
10436864192585229bc52c1c46891eaf2aafa396 | 7,484 | hpp | C++ | extlib/include/xyginext/ecs/System.hpp | fallahn/speljongen | 57cb5e09eec7db8c21ee7b3e7943fa0a76738c51 | [
"Unlicense"
] | 17 | 2018-06-23T14:40:56.000Z | 2019-07-02T11:58:55.000Z | extlib/include/xyginext/ecs/System.hpp | fallahn/speljongen | 57cb5e09eec7db8c21ee7b3e7943fa0a76738c51 | [
"Unlicense"
] | 3 | 2018-06-23T12:35:12.000Z | 2018-06-23T12:38:54.000Z | extlib/include/xyginext/ecs/System.hpp | fallahn/speljongen | 57cb5e09eec7db8c21ee7b3e7943fa0a76738c51 | [
"Unlicense"
] | null | null | null | /*********************************************************************
(c) Matt Marchant 2017 - 2019
http://trederia.blogspot.com
xygineXT - Zlib license.
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 thi... | 29.936 | 99 | 0.622528 | fallahn |
10450c634fdddcbb5969c48429da022e2a571ac6 | 643 | cpp | C++ | _includes/leet443/leet443.cpp | mingdaz/leetcode | 64f2e5ad0f0446d307e23e33a480bad5c9e51517 | [
"MIT"
] | null | null | null | _includes/leet443/leet443.cpp | mingdaz/leetcode | 64f2e5ad0f0446d307e23e33a480bad5c9e51517 | [
"MIT"
] | 8 | 2019-12-19T04:46:05.000Z | 2022-02-26T03:45:22.000Z | _includes/leet443/leet443.cpp | mingdaz/leetcode | 64f2e5ad0f0446d307e23e33a480bad5c9e51517 | [
"MIT"
] | null | null | null | class Solution {
public:
int compress(vector<char>& chars) {
int cur,i,num,count,n;
cur=0;
for(i=0;i<chars.size();){
chars[cur]=chars[i];
cur++;
count=0;
while(i<chars.size()&&chars[i]==chars[cur-1]){
count++;
i+... | 24.730769 | 58 | 0.374806 | mingdaz |
104635182d9d25aec87026f0268ccedd1400d063 | 7,369 | cc | C++ | chrome/browser/extensions/api/messaging/incognito_connectability.cc | iridium-browser/iridium-browser | 907e31cf5ce5ad14d832796e3a7c11e496828959 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 575 | 2015-06-18T23:58:20.000Z | 2022-03-23T09:32:39.000Z | chrome/browser/extensions/api/messaging/incognito_connectability.cc | iridium-browser/iridium-browser | 907e31cf5ce5ad14d832796e3a7c11e496828959 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 113 | 2015-05-04T09:58:14.000Z | 2022-01-31T19:35:03.000Z | chrome/browser/extensions/api/messaging/incognito_connectability.cc | iridium-browser/iridium-browser | 907e31cf5ce5ad14d832796e3a7c11e496828959 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 52 | 2015-07-14T10:40:50.000Z | 2022-03-15T01:11:49.000Z | // Copyright 2013 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/extensions/api/messaging/incognito_connectability.h"
#include <string>
#include "base/bind.h"
#include "base/check_op.h"
#inclu... | 35.258373 | 94 | 0.711901 | iridium-browser |
1046a54d490566c0c1f2ab3c7585276716d026ca | 1,149 | cpp | C++ | client/src/country_loader.cpp | Lukasz98/Free-Imperium | fadbcf0394474ce710b0370ea6762af2da958c53 | [
"MIT"
] | 2 | 2020-04-09T09:34:53.000Z | 2022-01-22T14:31:57.000Z | client/src/country_loader.cpp | Lukasz98/Free-Imperium | fadbcf0394474ce710b0370ea6762af2da958c53 | [
"MIT"
] | null | null | null | client/src/country_loader.cpp | Lukasz98/Free-Imperium | fadbcf0394474ce710b0370ea6762af2da958c53 | [
"MIT"
] | null | null | null | #include "country_loader.h"
std::vector<std::shared_ptr<Country>> CountryLoader::Load()
{
std::vector<std::shared_ptr<Country>> countries;
bool log = 0;
namespace fs = std::experimental::filesystem;
std::string path = "../shared/countries/";
for(auto & p : fs::directory_iterator(path)) {
st... | 33.794118 | 72 | 0.507398 | Lukasz98 |
10481bde6b0a0db9a84c6d6dee87130e2c552db3 | 7,074 | cc | C++ | onnxruntime/core/optimizer/utils.cc | codemzs/onnxruntime | c69194ec4c8c9674368113aa6044d0db708cd813 | [
"MIT"
] | 1 | 2020-07-12T14:56:55.000Z | 2020-07-12T14:56:55.000Z | onnxruntime/core/optimizer/utils.cc | codemzs/onnxruntime | c69194ec4c8c9674368113aa6044d0db708cd813 | [
"MIT"
] | null | null | null | onnxruntime/core/optimizer/utils.cc | codemzs/onnxruntime | c69194ec4c8c9674368113aa6044d0db708cd813 | [
"MIT"
] | 2 | 2020-05-21T20:08:25.000Z | 2021-04-19T10:39:13.000Z | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#include "core/common/make_unique.h"
#include "core/graph/onnx_protobuf.h"
#include "core/graph/graph_utils.h"
#include "core/framework/tensorprotoutils.h"
#include "core/optimizer/initializer.h"
#include "core/framework/uti... | 33.211268 | 231 | 0.691688 | codemzs |
1048b6db6ff46329e17c7dc1e77abbd3c8051136 | 108,173 | cpp | C++ | Code/Tools/FBuild/FBuildCore/Graph/ObjectNode.cpp | qq573011406/FASTBuild_UnrealEngine | 29c49672f82173a903cb32f0e4656e2fd07ebef2 | [
"MIT"
] | 30 | 2020-07-15T06:16:55.000Z | 2022-02-10T21:37:52.000Z | Code/Tools/FBuild/FBuildCore/Graph/ObjectNode.cpp | qq573011406/FASTBuild_UnrealEngine | 29c49672f82173a903cb32f0e4656e2fd07ebef2 | [
"MIT"
] | 1 | 2020-10-19T22:12:03.000Z | 2020-10-19T22:12:03.000Z | Code/Tools/FBuild/FBuildCore/Graph/ObjectNode.cpp | qq573011406/FASTBuild_UnrealEngine | 29c49672f82173a903cb32f0e4656e2fd07ebef2 | [
"MIT"
] | 12 | 2020-09-16T17:39:34.000Z | 2021-08-17T11:32:37.000Z | // ObjectNode.cpp
//------------------------------------------------------------------------------
// Includes
//------------------------------------------------------------------------------
#include "ObjectNode.h"
#include "Tools/FBuild/FBuildCore/BFF/Functions/FunctionObjectList.h"
#include "Tools/FBuild/FBuildCor... | 36.275319 | 272 | 0.548714 | qq573011406 |
104a5da4cccf8a4385b5420640bc11a60d732437 | 582 | cpp | C++ | test/src/datastructure/compressed_wavelet_matrix/static_rmq.test.cpp | suisen-cp/cp-library-cpp | 8fbbdcdbceb60f5adc56ff4740549ce3c1a1ea43 | [
"CC0-1.0"
] | 2 | 2021-10-04T15:46:56.000Z | 2022-01-14T19:28:43.000Z | test/src/datastructure/compressed_wavelet_matrix/static_rmq.test.cpp | suisen-cp/cp-library-cpp | 8fbbdcdbceb60f5adc56ff4740549ce3c1a1ea43 | [
"CC0-1.0"
] | null | null | null | test/src/datastructure/compressed_wavelet_matrix/static_rmq.test.cpp | suisen-cp/cp-library-cpp | 8fbbdcdbceb60f5adc56ff4740549ce3c1a1ea43 | [
"CC0-1.0"
] | null | null | null | #define PROBLEM "https://judge.yosupo.jp/problem/staticrmq"
#include <iostream>
#include "library/datastructure/compressed_wavelet_matrix.hpp"
using suisen::CompressedWaveletMatrix;
constexpr int MAX_LOG = 19;
int main() {
std::ios::sync_with_stdio(false);
std::cin.tie(nullptr);
int n, q;
std::cin ... | 23.28 | 62 | 0.597938 | suisen-cp |
104be1d29c541cc4fcdf2818c0898699198d0928 | 5,049 | cpp | C++ | lib/Driver/OutputFileMap.cpp | ackyshake/swift | 226a8258078bd4a9987fd5e2485ab72d956deda6 | [
"Apache-2.0"
] | 4 | 2016-01-06T22:53:32.000Z | 2021-09-11T23:50:05.000Z | lib/Driver/OutputFileMap.cpp | ackyshake/swift | 226a8258078bd4a9987fd5e2485ab72d956deda6 | [
"Apache-2.0"
] | null | null | null | lib/Driver/OutputFileMap.cpp | ackyshake/swift | 226a8258078bd4a9987fd5e2485ab72d956deda6 | [
"Apache-2.0"
] | 2 | 2016-11-04T10:07:52.000Z | 2018-04-14T21:55:55.000Z | //===-- OutputFileMap.cpp - Driver output file map -------------*- C++ -*--===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2015 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See http://swift.org/LI... | 30.6 | 80 | 0.648841 | ackyshake |
104e354c7eb4c4a79be63cd2d75190bd4f27e224 | 2,570 | hpp | C++ | include/armadillo_bits/op_chol_meat.hpp | getfiit/armadillo-code | 3a896deca12a0f596b52d84185ebfad65df650b7 | [
"Apache-2.0"
] | 3 | 2020-03-23T04:31:14.000Z | 2021-01-17T09:03:09.000Z | include/armadillo_bits/op_chol_meat.hpp | getfiit/armadillo-code | 3a896deca12a0f596b52d84185ebfad65df650b7 | [
"Apache-2.0"
] | null | null | null | include/armadillo_bits/op_chol_meat.hpp | getfiit/armadillo-code | 3a896deca12a0f596b52d84185ebfad65df650b7 | [
"Apache-2.0"
] | 3 | 2018-03-28T20:53:27.000Z | 2020-04-27T07:03:02.000Z | // SPDX-License-Identifier: Apache-2.0
//
// Copyright 2008-2016 Conrad Sanderson (http://conradsanderson.id.au)
// Copyright 2008-2016 National ICT Australia (NICTA)
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may ob... | 29.883721 | 180 | 0.657198 | getfiit |
104e62ffb838455d6cd35ef1dad242b95fea637e | 41,309 | cc | C++ | DQMServices/Core/src/DQMNet.cc | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 852 | 2015-01-11T21:03:51.000Z | 2022-03-25T21:14:00.000Z | DQMServices/Core/src/DQMNet.cc | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 30,371 | 2015-01-02T00:14:40.000Z | 2022-03-31T23:26:05.000Z | DQMServices/Core/src/DQMNet.cc | ckamtsikis/cmssw | ea19fe642bb7537cbf58451dcf73aa5fd1b66250 | [
"Apache-2.0"
] | 3,240 | 2015-01-02T05:53:18.000Z | 2022-03-31T17:24:21.000Z | #include "DQMServices/Core/interface/DQMNet.h"
#include "classlib/iobase/InetServerSocket.h"
#include "classlib/iobase/LocalServerSocket.h"
#include "classlib/iobase/Filename.h"
#include "classlib/sysapi/InetSocket.h" // for completing InetAddress
#include "classlib/utils/TimeInfo.h"
#include "classlib/utils/StringLis... | 32.968077 | 120 | 0.596722 | ckamtsikis |
10509b0a337b44f7897575e4c4f3ca5dd7eadad3 | 409 | cpp | C++ | SystemDLL/Source/Object/CameraObject.cpp | jsham0414/MyD3D12Engine | 0dfac18f4b1ede76cb481fb2d7253bc2ef7e9b0e | [
"MIT"
] | null | null | null | SystemDLL/Source/Object/CameraObject.cpp | jsham0414/MyD3D12Engine | 0dfac18f4b1ede76cb481fb2d7253bc2ef7e9b0e | [
"MIT"
] | null | null | null | SystemDLL/Source/Object/CameraObject.cpp | jsham0414/MyD3D12Engine | 0dfac18f4b1ede76cb481fb2d7253bc2ef7e9b0e | [
"MIT"
] | null | null | null | #include "SystemDLL.h"
#include "CameraObject.h"
CameraObject::CameraObject() {
Initialize();
}
CameraObject::~CameraObject() {
Release();
}
VOID CameraObject::Initialize() {
m_Camera = new Camera();
}
VOID CameraObject::Update() {
m_Camera->Update();
}
VOID CameraObject::Render() {
}
VOID CameraObject::Rele... | 13.633333 | 33 | 0.677262 | jsham0414 |
105154f6b49fa8073780789ba6f97231ee1bf0e6 | 1,753 | cpp | C++ | Interviewbit/strings/atoi.cpp | jatin69/Revision-cpp | 52742ea76ee2440d92b116252399360fef46e0c7 | [
"MIT"
] | 4 | 2020-01-16T14:49:46.000Z | 2021-08-23T12:45:19.000Z | Interviewbit/strings/atoi.cpp | jatin69/coding-practice | 52742ea76ee2440d92b116252399360fef46e0c7 | [
"MIT"
] | 2 | 2018-06-06T13:08:11.000Z | 2018-10-02T19:07:32.000Z | Interviewbit/strings/atoi.cpp | jatin69/coding-practice | 52742ea76ee2440d92b116252399360fef46e0c7 | [
"MIT"
] | 5 | 2018-10-02T13:49:16.000Z | 2021-08-11T07:29:50.000Z | /*
* Author : Jatin Rohilla
* Date : 3-5-2019
*
* Editor : Dev c++ 5.11
* Compiler : g++ 5.1.0
* flags : -std=c++14
*
* link - https://www.interviewbit.com/courses/programming/topics/strings/
*/
#include<bits/stdc++.h>
using namespace std;
int atoi(const string A) {
string s = "";
int i = 0;
... | 14.982906 | 74 | 0.422133 | jatin69 |
10518a900d3082da1fa12b6d947e352053d8755f | 13,734 | cpp | C++ | src/libs/AESCommon.cpp | Papabyte/byteduino | b0446e040b48acfdcc838074d63d3f2848b1f722 | [
"MIT"
] | 12 | 2018-09-20T14:44:24.000Z | 2022-01-31T03:32:01.000Z | src/libs/AESCommon.cpp | Electronics-world/Byteduino | 51b6a3eab283948a172db238deeaddac63b69879 | [
"MIT"
] | null | null | null | src/libs/AESCommon.cpp | Electronics-world/Byteduino | 51b6a3eab283948a172db238deeaddac63b69879 | [
"MIT"
] | 4 | 2018-11-02T14:06:06.000Z | 2019-08-23T17:01:03.000Z | /*
* Copyright (C) 2015 Southern Storm Software, Pty Ltd.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, ... | 37.730769 | 89 | 0.614606 | Papabyte |
1051d3eb8c0967f70077ca8cc5200b5e0733b0a6 | 229,676 | cpp | C++ | common/beerocks/tlvf/AutoGenerated/src/beerocks/tlvf/beerocks_message_bml.cpp | ydx-coder/prplMesh | 6401b15c31c563f9e00ce6ff1b5513df3d39f157 | [
"BSD-2-Clause-Patent"
] | null | null | null | common/beerocks/tlvf/AutoGenerated/src/beerocks/tlvf/beerocks_message_bml.cpp | ydx-coder/prplMesh | 6401b15c31c563f9e00ce6ff1b5513df3d39f157 | [
"BSD-2-Clause-Patent"
] | null | null | null | common/beerocks/tlvf/AutoGenerated/src/beerocks/tlvf/beerocks_message_bml.cpp | ydx-coder/prplMesh | 6401b15c31c563f9e00ce6ff1b5513df3d39f157 | [
"BSD-2-Clause-Patent"
] | null | null | null | ///////////////////////////////////////
// AUTO GENERATED FILE - DO NOT EDIT //
///////////////////////////////////////
/* SPDX-License-Identifier: BSD-2-Clause-Patent
*
* Copyright (c) 2016-2019 Intel Corporation
*
* This code is subject to the terms of the BSD+Patent license.
* See LICENSE file for more details... | 33.676833 | 173 | 0.692489 | ydx-coder |
1052202e68ca5021145b72d61ccfa49a8f549f64 | 4,911 | cc | C++ | third_party/blink/renderer/core/svg/svg_component_transfer_function_element.cc | zipated/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | third_party/blink/renderer/core/svg/svg_component_transfer_function_element.cc | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | third_party/blink/renderer/core/svg/svg_component_transfer_function_element.cc | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | /*
* Copyright (C) 2004, 2005, 2007 Nikolas Zimmermann <zimmermann@kde.org>
* Copyright (C) 2004, 2005, 2006 Rob Buis <buis@kde.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundatio... | 39.926829 | 88 | 0.685807 | zipated |
1054cbbb09802aa8a6cfaf8670407e54aa96d367 | 3,438 | hpp | C++ | PathNetwork.hpp | jeffreycassidy/osm2bin | 7a6751d1a5045d8fb260aaa723ae85da193b4c93 | [
"Apache-2.0"
] | 4 | 2015-10-31T01:33:25.000Z | 2021-04-29T08:04:51.000Z | PathNetwork.hpp | jeffreycassidy/osm2bin | 7a6751d1a5045d8fb260aaa723ae85da193b4c93 | [
"Apache-2.0"
] | null | null | null | PathNetwork.hpp | jeffreycassidy/osm2bin | 7a6751d1a5045d8fb260aaa723ae85da193b4c93 | [
"Apache-2.0"
] | 2 | 2016-06-14T05:05:04.000Z | 2020-04-11T05:56:39.000Z | /*
* PathNetwork.hpp
*
* Created on: Jun 15, 2015
* Author: jcassidy
*/
#ifndef PATHNETWORK_HPP_
#define PATHNETWORK_HPP_
#include <vector>
#include <string>
#include <unordered_map>
#include <boost/range/algorithm.hpp>
#include <iomanip>
#include <iostream>
#include <boost/container/flat_set.hpp>
#inc... | 24.557143 | 99 | 0.71466 | jeffreycassidy |
1055780e1b781e8f9017d3f6ebde0b728866b1fb | 636 | cc | C++ | extensions/browser/guest_view/web_view/web_view_permission_helper_delegate.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 | extensions/browser/guest_view/web_view/web_view_permission_helper_delegate.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 | extensions/browser/guest_view/web_view/web_view_permission_helper_delegate.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 2014 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 "extensions/browser/guest_view/web_view/web_view_permission_helper_delegate.h"
#include "extensions/browser/guest_view/web_view/web_view_guest.h... | 33.473684 | 87 | 0.823899 | zealoussnow |
10557d456f36000837712cdbfbdcb2a600384eaf | 2,663 | cc | C++ | var_sized_test.cc | ppetr/refcounted-var-sized-class | 9e910623f9c3489763c3c68dacdda18aa251a7f1 | [
"Apache-2.0"
] | null | null | null | var_sized_test.cc | ppetr/refcounted-var-sized-class | 9e910623f9c3489763c3c68dacdda18aa251a7f1 | [
"Apache-2.0"
] | null | null | null | var_sized_test.cc | ppetr/refcounted-var-sized-class | 9e910623f9c3489763c3c68dacdda18aa251a7f1 | [
"Apache-2.0"
] | null | null | null | // Copyright 2020 Google LLC
//
// 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 w... | 30.261364 | 80 | 0.708599 | ppetr |
1056671f2a48b5c142753ad4c39802c78b639595 | 1,177 | cpp | C++ | homomorphic_evaluation/ntl-11.3.2/src/ZZVec.cpp | dklee0501/PLDI_20_242_artifact_publication | f2b73df9165c76e8b521d8ebd639d68321e3862b | [
"MIT"
] | 160 | 2016-05-11T09:45:56.000Z | 2022-03-06T09:32:19.000Z | homomorphic_evaluation/ntl-11.3.2/src/ZZVec.cpp | dklee0501/Lobster | f2b73df9165c76e8b521d8ebd639d68321e3862b | [
"MIT"
] | 57 | 2016-12-26T07:02:12.000Z | 2022-03-06T16:34:31.000Z | LibSource/ExtendedNTL/src/ZZVec.cpp | ekzyis/CrypTool-2 | 1af234b4f74486fbfeb3b3c49228cc36533a8c89 | [
"Apache-2.0"
] | 67 | 2016-10-10T17:56:22.000Z | 2022-03-15T22:56:39.000Z |
#include <NTL/ZZVec.h>
NTL_START_IMPL
void ZZVec::SetSize(long n, long d)
{
if (n < 0 || d <= 0) LogicError("bad args to ZZVec::SetSize()");
if (v)
LogicError("illegal ZZVec initialization");
if (n == 0) {
len = n;
bsize = d;
return;
}
ZZVec tmp;
tmp.len = 0;
tmp.bsiz... | 14.898734 | 67 | 0.487681 | dklee0501 |
1056c26ca1819a1f660e6e08038b449194fd8778 | 845 | cpp | C++ | code/WPILib/Vision/RGBImage.cpp | trc492/Frc2011Logomotion | c0cf25c21acdf2eb965e60291955f9e3080eb319 | [
"MIT"
] | null | null | null | code/WPILib/Vision/RGBImage.cpp | trc492/Frc2011Logomotion | c0cf25c21acdf2eb965e60291955f9e3080eb319 | [
"MIT"
] | null | null | null | code/WPILib/Vision/RGBImage.cpp | trc492/Frc2011Logomotion | c0cf25c21acdf2eb965e60291955f9e3080eb319 | [
"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. */
/*--------------... | 29.137931 | 80 | 0.56213 | trc492 |
10573532943b08ac912f1d82906e6bddd40aa40d | 10,649 | cpp | C++ | program/p2m3/p2m3.cpp | Gabriellgpc/Sistemas_Roboticos | 299fe01b85c3644acb7fa2141d9b095649c5dcef | [
"MIT"
] | 4 | 2021-02-06T09:13:54.000Z | 2021-12-14T20:09:23.000Z | program/p2m3/p2m3.cpp | Gabriellgpc/Sistemas_Roboticos | 299fe01b85c3644acb7fa2141d9b095649c5dcef | [
"MIT"
] | null | null | null | program/p2m3/p2m3.cpp | Gabriellgpc/Sistemas_Roboticos | 299fe01b85c3644acb7fa2141d9b095649c5dcef | [
"MIT"
] | 1 | 2021-12-30T15:49:42.000Z | 2021-12-30T15:49:42.000Z |
#include <gnuplot-iostream.h> //Gnuplot
#include <configSpaceTools.hpp> //Polygon2D, Robot, World, Vector2D, Config
#include <b0RemoteApi.h> //para comunicação com o coppeliaSim via Blue-zero
#include <potentialField.hpp> //PotentialField
#include <utils.hpp> //pioneer_mo... | 37.628975 | 164 | 0.645976 | Gabriellgpc |
10583f18bd53129820d3cb50863f519907c790cf | 8,019 | cpp | C++ | Chess/Move.cpp | jambolo/Chess | 5c1206fe976336bd240c546457590013685ee2bb | [
"MIT"
] | null | null | null | Chess/Move.cpp | jambolo/Chess | 5c1206fe976336bd240c546457590013685ee2bb | [
"MIT"
] | 27 | 2018-12-04T19:52:37.000Z | 2019-02-03T10:21:02.000Z | Chess/Move.cpp | jambolo/Chess | 5c1206fe976336bd240c546457590013685ee2bb | [
"MIT"
] | null | null | null | #include "Move.h"
#include "Move.h"
#include "Piece.h"
#include "Types.h"
#include <cassert>
#include <cstdlib>
Move::Move(Piece const * piece, Position const & from, Position const & to, bool capture /*= false*/)
: piece_(piece)
, from_(from)
, to_(to)
, capture_(capture)
, special_(NORMAL)
{
}
... | 23.937313 | 101 | 0.485971 | jambolo |
1059a44c8157cd90412e299288385ff47cd5ca81 | 3,806 | cc | C++ | libvis/src/libvis/qt_thread.cc | zimengjiang/badslam | 785a2a5a11ce57b09d47ea7ca6a42196a4f12409 | [
"BSD-3-Clause"
] | 541 | 2019-06-16T22:12:49.000Z | 2022-03-31T05:53:56.000Z | libvis/src/libvis/qt_thread.cc | zimengjiang/badslam | 785a2a5a11ce57b09d47ea7ca6a42196a4f12409 | [
"BSD-3-Clause"
] | 82 | 2019-06-18T06:45:38.000Z | 2022-01-23T00:34:34.000Z | libvis/src/libvis/qt_thread.cc | zimengjiang/badslam | 785a2a5a11ce57b09d47ea7ca6a42196a4f12409 | [
"BSD-3-Clause"
] | 104 | 2019-06-17T06:42:20.000Z | 2022-03-16T20:51:22.000Z | // Copyright 2017, 2019 ETH Zürich, Thomas Schöps
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the above copyright notice,
// this list of conditions and the ... | 30.448 | 87 | 0.702049 | zimengjiang |
105a2333f2cba9ad4226e3212aa4853c6db72abc | 2,019 | cpp | C++ | obot_g474/config/config_obot_g474_motor_enc.cpp | unhuman-io/obot-controller | bdebab57d261d9a0ef8c2120ca35d99b643a3e9c | [
"Unlicense"
] | null | null | null | obot_g474/config/config_obot_g474_motor_enc.cpp | unhuman-io/obot-controller | bdebab57d261d9a0ef8c2120ca35d99b643a3e9c | [
"Unlicense"
] | null | null | null | obot_g474/config/config_obot_g474_motor_enc.cpp | unhuman-io/obot-controller | bdebab57d261d9a0ef8c2120ca35d99b643a3e9c | [
"Unlicense"
] | null | null | null | #include "../param/param_obot_g474.h"
#include "../st_device.h"
#include "../../motorlib/qep_encoder.h"
#include "../../motorlib/torque_sensor.h"
#include "../../motorlib/gpio.h"
#include "../../motorlib/ma732_encoder.h"
using TorqueSensor = TorqueSensorBase;
using MotorEncoder = QEPEncoder;
using OutputEncoder = MA73... | 40.38 | 132 | 0.683507 | unhuman-io |
105a4898352add36d158b04d1a67bd0f6e1a4668 | 1,784 | cpp | C++ | src/wase/ecs/components/ui/label.cpp | requizm/wase-engine | 046368187a446e453e3f461198ad1d7ac929dfd0 | [
"MIT"
] | null | null | null | src/wase/ecs/components/ui/label.cpp | requizm/wase-engine | 046368187a446e453e3f461198ad1d7ac929dfd0 | [
"MIT"
] | null | null | null | src/wase/ecs/components/ui/label.cpp | requizm/wase-engine | 046368187a446e453e3f461198ad1d7ac929dfd0 | [
"MIT"
] | null | null | null | #include "label.h"
#include "../../../core/managers/resource_manager.h"
#include "../../../core/renderer.h"
#include <SDL_ttf.h>
namespace wase
{
Label::Label(const char* text, const char* font, const SDL_Color& color)
{
this->text = text;
this->font = font;
this->color = color;
updateText();
}
void Lab... | 22.024691 | 166 | 0.682175 | requizm |
105a58372813f02a06e0cd12ec27a2cef489a1e9 | 11,173 | cpp | C++ | xn-receive.cpp | kmzbrnoI/xn-lib-cpp-qt | 176ef47adff3db81c745febb4c8c4d1549199762 | [
"Apache-2.0"
] | null | null | null | xn-receive.cpp | kmzbrnoI/xn-lib-cpp-qt | 176ef47adff3db81c745febb4c8c4d1549199762 | [
"Apache-2.0"
] | 10 | 2018-10-18T13:31:26.000Z | 2021-02-23T20:28:16.000Z | xn-receive.cpp | kmzbrnoI/xn-lib-cpp-qt | 176ef47adff3db81c745febb4c8c4d1549199762 | [
"Apache-2.0"
] | null | null | null | #include "xn.h"
/* Receiving data from XpressNet & parsing it. */
namespace Xn {
void XpressNet::handleReadyRead() {
// check timeout
if (m_receiveTimeout < QDateTime::currentDateTime() && m_readData.size() > 0) {
// clear input buffer when data not received for a long time
m_readData.clear();
}
m_readData.... | 32.198847 | 99 | 0.641547 | kmzbrnoI |
105b28d63223ad2ac4ba9ad5071de48f1b4a6407 | 1,692 | cpp | C++ | tests/operators/test_dequantize.cpp | victorromeo/ptensor | 71b7100087795017c086d449c8c79e07799d3426 | [
"Apache-2.0"
] | null | null | null | tests/operators/test_dequantize.cpp | victorromeo/ptensor | 71b7100087795017c086d449c8c79e07799d3426 | [
"Apache-2.0"
] | null | null | null | tests/operators/test_dequantize.cpp | victorromeo/ptensor | 71b7100087795017c086d449c8c79e07799d3426 | [
"Apache-2.0"
] | null | null | null | #include <cstring>
#include <iostream>
#include "BufferTensor.hpp"
#include "DequantizeOperator.hpp"
#include "RamTensor.hpp"
#include "RomTensor.hpp"
#include "arenaAllocator.hpp"
#include "context.hpp"
#include "gtest/gtest.h"
#include "quantizationPrimitives.hpp"
using std::cout;
using std::endl;
using namespace p... | 32.538462 | 77 | 0.680851 | victorromeo |
105c2c981e2002370fb86bdd661ac64c2238a60e | 3,954 | cpp | C++ | modules/mono/utils/path_utils.cpp | MattDBell/godot | 5938466c848becb269f002191901487135e39ce3 | [
"CC-BY-3.0",
"Apache-2.0",
"MIT"
] | 1 | 2020-04-30T23:05:16.000Z | 2020-04-30T23:05:16.000Z | modules/mono/utils/path_utils.cpp | MattDBell/godot | 5938466c848becb269f002191901487135e39ce3 | [
"CC-BY-3.0",
"Apache-2.0",
"MIT"
] | null | null | null | modules/mono/utils/path_utils.cpp | MattDBell/godot | 5938466c848becb269f002191901487135e39ce3 | [
"CC-BY-3.0",
"Apache-2.0",
"MIT"
] | null | null | null | /*************************************************************************/
/* path_utils.cpp */
/*************************************************************************/
/* This file is part of: */
/* ... | 35.303571 | 99 | 0.540465 | MattDBell |
105e2d906ad9701bac2a44a42793513d090225d0 | 6,834 | cxx | C++ | Modules/Core/TestKernel/test/itkTestingExtractSliceImageFilterTest.cxx | arobert01/ITK | 230d319fdeaa3877273fab5d409dd6c11f0a6874 | [
"Apache-2.0"
] | 945 | 2015-01-09T00:43:52.000Z | 2022-03-30T08:23:02.000Z | Modules/Core/TestKernel/test/itkTestingExtractSliceImageFilterTest.cxx | arobert01/ITK | 230d319fdeaa3877273fab5d409dd6c11f0a6874 | [
"Apache-2.0"
] | 2,354 | 2015-02-04T21:54:21.000Z | 2022-03-31T20:58:21.000Z | Modules/Core/TestKernel/test/itkTestingExtractSliceImageFilterTest.cxx | arobert01/ITK | 230d319fdeaa3877273fab5d409dd6c11f0a6874 | [
"Apache-2.0"
] | 566 | 2015-01-04T14:26:57.000Z | 2022-03-18T20:33:18.000Z | /*=========================================================================
*
* Copyright NumFOCUS
*
* 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.or... | 38.393258 | 120 | 0.754317 | arobert01 |
105ee8eacdb9016275e39eaf8a42a521175e7c44 | 3,256 | cc | C++ | third_party/webrtc/test/pc/e2e/analyzer/video/single_process_encoded_image_id_injector.cc | zipated/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | third_party/webrtc/test/pc/e2e/analyzer/video/single_process_encoded_image_id_injector.cc | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | third_party/webrtc/test/pc/e2e/analyzer/video/single_process_encoded_image_id_injector.cc | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | /*
* Copyright (c) 2019 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contribut... | 31.009524 | 80 | 0.698096 | zipated |
106200e0bd0f0e4fa61552ec2ca92ff9bd726009 | 2,365 | cpp | C++ | test/run_emoa.cpp | wonderren/public_emoa | d40d6543ffa2a7d0efb1141541d685427eee87dc | [
"Unlicense"
] | null | null | null | test/run_emoa.cpp | wonderren/public_emoa | d40d6543ffa2a7d0efb1141541d685427eee87dc | [
"Unlicense"
] | null | null | null | test/run_emoa.cpp | wonderren/public_emoa | d40d6543ffa2a7d0efb1141541d685427eee87dc | [
"Unlicense"
] | null | null | null |
/*******************************************
* Author: Zhongqiang Richard Ren.
* All Rights Reserved.
*******************************************/
#include "api.hpp"
#include "graph_io.hpp"
#include "debug.hpp"
#include <iostream>
#include <string>
int TestNY3();
void print_help_message();
int main( int argc, c... | 26.875 | 187 | 0.547992 | wonderren |
1062814c8f9a47382833651b4f6ee97b85c79616 | 3,896 | hh | C++ | LiteCore/Storage/RecordEnumerator.hh | udkyo/couchbase-lite-core | 18f3368186875461c49a559705f9a791e31c6fb9 | [
"Apache-2.0"
] | null | null | null | LiteCore/Storage/RecordEnumerator.hh | udkyo/couchbase-lite-core | 18f3368186875461c49a559705f9a791e31c6fb9 | [
"Apache-2.0"
] | null | null | null | LiteCore/Storage/RecordEnumerator.hh | udkyo/couchbase-lite-core | 18f3368186875461c49a559705f9a791e31c6fb9 | [
"Apache-2.0"
] | null | null | null | //
// RecordEnumerator.hh
//
// Copyright (c) 2014 Couchbase, 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
//
... | 36.074074 | 111 | 0.585472 | udkyo |