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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b4f15544ccbf06ddbe8f7b61117269c3d27a9229 | 16,716 | hpp | C++ | include/nsimd/cxx_adv_api.hpp | eschnett/nsimd | 11a58156ac8f1d8b60f1112c41efd9ef91d91c3d | [
"MIT"
] | null | null | null | include/nsimd/cxx_adv_api.hpp | eschnett/nsimd | 11a58156ac8f1d8b60f1112c41efd9ef91d91c3d | [
"MIT"
] | null | null | null | include/nsimd/cxx_adv_api.hpp | eschnett/nsimd | 11a58156ac8f1d8b60f1112c41efd9ef91d91c3d | [
"MIT"
] | null | null | null | /*
Copyright (c) 2019 Agenium Scale
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, modify, merge, publish, distribute, ... | 29.121951 | 79 | 0.626825 | eschnett |
b4f3985c4624b9a1e4df3f507e1c601182aad782 | 46,815 | hpp | C++ | include/internal/iutest_genparams.hpp | BuildJet/iutest | 7d92bc1957b8e1815bde55f5aa36171197518adc | [
"BSD-3-Clause"
] | null | null | null | include/internal/iutest_genparams.hpp | BuildJet/iutest | 7d92bc1957b8e1815bde55f5aa36171197518adc | [
"BSD-3-Clause"
] | null | null | null | include/internal/iutest_genparams.hpp | BuildJet/iutest | 7d92bc1957b8e1815bde55f5aa36171197518adc | [
"BSD-3-Clause"
] | null | null | null | //======================================================================
//-----------------------------------------------------------------------
/**
* @file iutest_genparams.hpp
* @brief iris unit test parameter generator
*
* @author t.shirayanagi
* @par copyright
* Copyright (C) 2011... | 31.868618 | 144 | 0.621382 | BuildJet |
b4f815035bfbcd3925e92de71c9d44cddd6cd5bf | 18,256 | cpp | C++ | src/chrono_vehicle/tracked_vehicle/ChTrackContactManager.cpp | Ruochun/chrono | 7b0f09242ef540ae56cfc8add3a5dc7985c654d2 | [
"BSD-3-Clause"
] | 1 | 2021-12-09T05:24:42.000Z | 2021-12-09T05:24:42.000Z | src/chrono_vehicle/tracked_vehicle/ChTrackContactManager.cpp | Ruochun/chrono | 7b0f09242ef540ae56cfc8add3a5dc7985c654d2 | [
"BSD-3-Clause"
] | 7 | 2021-10-20T04:43:35.000Z | 2021-12-24T08:44:31.000Z | src/chrono_vehicle/tracked_vehicle/ChTrackContactManager.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.686957 | 119 | 0.590436 | Ruochun |
b4f86e0afbd48cc1074fd52fb7cec438690f9009 | 10,381 | cpp | C++ | examples/02Physics/GroundTileMap.cpp | Galhad/firestorm | 3c1584b1e5b95f21d963b9cf226f6ec1a469d7af | [
"MIT"
] | null | null | null | examples/02Physics/GroundTileMap.cpp | Galhad/firestorm | 3c1584b1e5b95f21d963b9cf226f6ec1a469d7af | [
"MIT"
] | null | null | null | examples/02Physics/GroundTileMap.cpp | Galhad/firestorm | 3c1584b1e5b95f21d963b9cf226f6ec1a469d7af | [
"MIT"
] | null | null | null | #include "GroundTileMap.hpp"
#include "Obstacle.hpp"
#include "Collectable.hpp"
namespace fs::scene
{
void GroundTileMap::create(io::InputManager& inputManager, physics::PhysicsManager& physicsManager,
graphics::SpriteSheet& tilesSpriteSheet, graphics::SpriteSheet& itemsSpriteSheet)
{
G... | 84.398374 | 320 | 0.305173 | Galhad |
b4fa9b3cc4e73e3eab58992c9d15bd1a4a0aa863 | 782 | cpp | C++ | 2016/Day03/Day03.cpp | jloehr/AdventOfCode | 11fa8f52b7ba156cecb729c7a3d24fbec27203d0 | [
"MIT"
] | null | null | null | 2016/Day03/Day03.cpp | jloehr/AdventOfCode | 11fa8f52b7ba156cecb729c7a3d24fbec27203d0 | [
"MIT"
] | null | null | null | 2016/Day03/Day03.cpp | jloehr/AdventOfCode | 11fa8f52b7ba156cecb729c7a3d24fbec27203d0 | [
"MIT"
] | null | null | null | // Day03.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "TriangleTest.h"
int main()
{
signed ValidRowTriangles = 0;
signed ValidColumnTriangles = 0;
StringVectorVector Lines = GetFileLineParts("Input.txt");
TriangleTest RowTest;
std::array<TriangleTest, 3> ColumnTes... | 18.619048 | 78 | 0.653453 | jloehr |
b4fd4b37363a84e15e006aa613d78fc3e3d59124 | 49,241 | cpp | C++ | Code/Engine/RendererCore/Debug/Implementation/DebugRenderer.cpp | autoint/ezEngine | 4fcd72172791d2eeae1146428f3032e0da499f81 | [
"MIT"
] | null | null | null | Code/Engine/RendererCore/Debug/Implementation/DebugRenderer.cpp | autoint/ezEngine | 4fcd72172791d2eeae1146428f3032e0da499f81 | [
"MIT"
] | null | null | null | Code/Engine/RendererCore/Debug/Implementation/DebugRenderer.cpp | autoint/ezEngine | 4fcd72172791d2eeae1146428f3032e0da499f81 | [
"MIT"
] | 1 | 2022-03-28T15:57:46.000Z | 2022-03-28T15:57:46.000Z | #include <RendererCorePCH.h>
#include <Core/Graphics/Geometry.h>
#include <Core/World/World.h>
#include <Foundation/Configuration/Startup.h>
#include <RendererCore/Debug/DebugRenderer.h>
#include <RendererCore/Debug/SimpleASCIIFont.h>
#include <RendererCore/Meshes/MeshBufferResource.h>
#include <RendererCore/Pipeline/... | 38.590125 | 276 | 0.730347 | autoint |
b4fec66f6482b86d26b9c51e614b5a28808d92c1 | 2,697 | cpp | C++ | src/AcadosSolver.cpp | TorBorve/mpc_local_planner | b237f9df5ff77d4f7282c4df1469ab357e56237e | [
"MIT"
] | 3 | 2021-12-15T06:51:02.000Z | 2021-12-20T11:56:11.000Z | src/AcadosSolver.cpp | TorBorve/mpc-local-planner | b237f9df5ff77d4f7282c4df1469ab357e56237e | [
"MIT"
] | 3 | 2021-12-17T12:22:28.000Z | 2022-02-19T22:18:44.000Z | src/AcadosSolver.cpp | TorBorve/mpc-local-planner | b237f9df5ff77d4f7282c4df1469ab357e56237e | [
"MIT"
] | 4 | 2021-12-15T06:51:15.000Z | 2022-03-05T13:09:51.000Z | #include "mpc_local_planner/AcadosSolver.h"
#include <ros/ros.h>
namespace mpc {
namespace Acados {
void Solver::reInit(const State &state) {
freeAllocated();
init();
setInitGuess(state);
return;
}
void Solver::setInitCondition(const State &state) {
// initial condition
auto x0 = state.toArr... | 28.389474 | 87 | 0.597701 | TorBorve |
b4fed554f2fa465ed8e518e96ba2280aa1491091 | 11,816 | cc | C++ | src/analyzer/protocol/pia/PIA.cc | ThalesGroup/zeek | c28fd3b6108b76059387ddc144a861660af0a20a | [
"Apache-2.0"
] | null | null | null | src/analyzer/protocol/pia/PIA.cc | ThalesGroup/zeek | c28fd3b6108b76059387ddc144a861660af0a20a | [
"Apache-2.0"
] | null | null | null | src/analyzer/protocol/pia/PIA.cc | ThalesGroup/zeek | c28fd3b6108b76059387ddc144a861660af0a20a | [
"Apache-2.0"
] | null | null | null | #include "zeek/analyzer/protocol/pia/PIA.h"
#include "zeek/DebugLogger.h"
#include "zeek/Event.h"
#include "zeek/IP.h"
#include "zeek/NetVar.h"
#include "zeek/Reporter.h"
#include "zeek/RuleMatcher.h"
#include "zeek/RunState.h"
#include "zeek/analyzer/protocol/tcp/TCP_Flags.h"
#include "zeek/analyzer/protocol/tcp/TCP_... | 26.672686 | 98 | 0.671209 | ThalesGroup |
37003536421cc7186519a875e41bdbe254461a6d | 5,366 | hpp | C++ | src/graphlab/rpc/object_request_issue.hpp | zgdahai/graphlabapi | 7d66bbda82d4d44cded35f9438e1c9359b0ca64e | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2016-11-07T05:47:18.000Z | 2016-11-07T05:47:18.000Z | src/graphlab/rpc/object_request_issue.hpp | keerthanashanmugam/graphlabapi | 7d66bbda82d4d44cded35f9438e1c9359b0ca64e | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | src/graphlab/rpc/object_request_issue.hpp | keerthanashanmugam/graphlabapi | 7d66bbda82d4d44cded35f9438e1c9359b0ca64e | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | /*
* Copyright (c) 2009 Carnegie Mellon University.
* 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.013423 | 213 | 0.684122 | zgdahai |
3700ffd26095888ed88e80f7014e9b3c1a5932db | 3,723 | cpp | C++ | YSQFace/src/main/cpp/facedetectcnn-jni.cpp | zhu260824/FaceDetection | 99d5170dbcdac0da6c0c21b717b0ff42214790f0 | [
"Apache-2.0"
] | 2 | 2019-06-22T09:44:19.000Z | 2019-06-27T00:58:12.000Z | YSQFace/src/main/cpp/facedetectcnn-jni.cpp | zhu260824/FaceDetection | 99d5170dbcdac0da6c0c21b717b0ff42214790f0 | [
"Apache-2.0"
] | null | null | null | YSQFace/src/main/cpp/facedetectcnn-jni.cpp | zhu260824/FaceDetection | 99d5170dbcdac0da6c0c21b717b0ff42214790f0 | [
"Apache-2.0"
] | 2 | 2019-06-27T00:58:13.000Z | 2021-01-04T18:11:30.000Z | #include <jni.h>
#include <string>
#include <android/log.h>
#include "facedetectcnn.h"
#include <opencv2/opencv.hpp>
//define the buffer size. Do not change the size!
#define DETECT_BUFFER_SIZE 0x20000
using namespace cv;
extern "C" {
char *JNITag = const_cast<char *>("face-jni");
JNIEXPORT jobjectArray JNICALL
Java... | 43.290698 | 140 | 0.633629 | zhu260824 |
37044b7c153036b9e11efa48a25888f5832b52fe | 27,213 | cpp | C++ | extras/Projucer/Source/Project/jucer_Module.cpp | Hanley1/JUCE | e583f7b9927cd5b47cf151b9f7210a727b68b572 | [
"ISC"
] | null | null | null | extras/Projucer/Source/Project/jucer_Module.cpp | Hanley1/JUCE | e583f7b9927cd5b47cf151b9f7210a727b68b572 | [
"ISC"
] | null | null | null | extras/Projucer/Source/Project/jucer_Module.cpp | Hanley1/JUCE | e583f7b9927cd5b47cf151b9f7210a727b68b572 | [
"ISC"
] | null | null | null | /*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2017 - ROLI Ltd.
JUCE is an open source library subject to commercial or open-source
licensing.
By using JUCE, you agree to the terms of both the JUCE 5 End... | 33.065614 | 149 | 0.597656 | Hanley1 |
370527f4c4f225ea2964f50f2366c75eb69827f9 | 5,592 | cxx | C++ | Qt/Testing/pqTestUtility.cxx | certik/paraview | 973d37b466552ce770ac0674f30040bb7e31d7fe | [
"BSD-3-Clause"
] | 1 | 2016-05-09T00:36:44.000Z | 2016-05-09T00:36:44.000Z | Qt/Testing/pqTestUtility.cxx | certik/paraview | 973d37b466552ce770ac0674f30040bb7e31d7fe | [
"BSD-3-Clause"
] | null | null | null | Qt/Testing/pqTestUtility.cxx | certik/paraview | 973d37b466552ce770ac0674f30040bb7e31d7fe | [
"BSD-3-Clause"
] | 3 | 2015-05-14T21:18:53.000Z | 2022-03-07T02:53:45.000Z | /*=========================================================================
Program: ParaView
Module: $RCSfile: pqTestUtility.cxx,v $
Copyright (c) 2005,2006 Sandia Corporation, Kitware Inc.
All rights reserved.
ParaView is a free software; you can redistribute it and/or modify it
under the term... | 27.014493 | 87 | 0.683476 | certik |
3705f4b9f010683aaf4e480e36899e6f259b758f | 487 | hpp | C++ | lib/ldcp_sdk/third_party/Asio/asio-1.12.1/include/asio/yield.hpp | MoveXBot/ltme_node | 988f5c8a7ccc3f962e1c46ea61d7805f7d30bfe5 | [
"Apache-2.0"
] | 27 | 2019-10-24T11:09:06.000Z | 2022-03-22T10:00:51.000Z | lib/ldcp_sdk/third_party/Asio/asio-1.12.1/include/asio/yield.hpp | MoveXBot/ltme_node | 988f5c8a7ccc3f962e1c46ea61d7805f7d30bfe5 | [
"Apache-2.0"
] | 1 | 2019-12-09T06:15:01.000Z | 2019-12-09T06:15:01.000Z | lib/ldcp_sdk/third_party/Asio/asio-1.12.1/include/asio/yield.hpp | MoveXBot/ltme_node | 988f5c8a7ccc3f962e1c46ea61d7805f7d30bfe5 | [
"Apache-2.0"
] | 10 | 2020-01-10T09:10:57.000Z | 2020-06-26T11:03:11.000Z | //
// yield.hpp
// ~~~~~~~~~
//
// Copyright (c) 2003-2018 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#include "coroutine.hpp"
#ifndef ree... | 20.291667 | 80 | 0.687885 | MoveXBot |
370845949294c2a5a41ce9bdf6dc86ad624575f2 | 24,507 | cpp | C++ | modules/videostab/samples/videostab.cpp | Kriston-SCT/opencv_contrib | 65abc7090dedc84bbedec4dfd143f0340e52114f | [
"BSD-3-Clause"
] | 3 | 2020-01-02T11:53:17.000Z | 2021-04-10T14:02:20.000Z | modules/videostab/samples/videostab.cpp | Kriston-SCT/opencv_contrib | 65abc7090dedc84bbedec4dfd143f0340e52114f | [
"BSD-3-Clause"
] | 1 | 2020-12-08T15:15:26.000Z | 2020-12-08T15:15:26.000Z | modules/videostab/samples/videostab.cpp | Kriston-SCT/opencv_contrib | 65abc7090dedc84bbedec4dfd143f0340e52114f | [
"BSD-3-Clause"
] | 3 | 2019-09-04T02:01:31.000Z | 2020-01-02T11:53:23.000Z | #include <string>
#include <iostream>
#include <fstream>
#include <sstream>
#include <stdexcept>
#include "opencv2/core.hpp"
#include <opencv2/core/utility.hpp>
#include "opencv2/video.hpp"
#include "opencv2/imgproc.hpp"
#include "opencv2/videoio.hpp"
#include "opencv2/highgui.hpp"
#include "opencv2/videostab.hpp"
#inc... | 42.036021 | 124 | 0.540907 | Kriston-SCT |
3708613729c793f8c46cbf6bf09d74e2cc8949b1 | 2,622 | cpp | C++ | src/Conversion/SeqToMemref/KrnlSeqStore.cpp | philass/onnx-mlir | 09965003137f82d8891676c986ec6403faa9c3cb | [
"Apache-2.0"
] | 1 | 2022-03-23T06:41:14.000Z | 2022-03-23T06:41:14.000Z | src/Conversion/SeqToMemref/KrnlSeqStore.cpp | philass/onnx-mlir | 09965003137f82d8891676c986ec6403faa9c3cb | [
"Apache-2.0"
] | 1 | 2022-03-31T23:58:31.000Z | 2022-03-31T23:58:31.000Z | src/Conversion/SeqToMemref/KrnlSeqStore.cpp | philass/onnx-mlir | 09965003137f82d8891676c986ec6403faa9c3cb | [
"Apache-2.0"
] | null | null | null | /*
* SPDX-License-Identifier: Apache-2.0
*/
//===------ KrnlSeqStore.cpp - Lower KrnlSeqStoreOp ----------------------===//
//
// Copyright 2019-2022 The IBM Research Authors.
//
// =============================================================================
//
// This file lowers the KrnlSeqStoreOp operator.
//
//=... | 34.051948 | 80 | 0.673913 | philass |
37091c43e13e4fb56373d968db8f11a0fc473f62 | 9,754 | cpp | C++ | cmds/stagefright/record.cpp | Dreadwyrm/lhos_frameworks_av | 62c63ccfdf5c79a3ad9be4836f473da9398c671b | [
"Apache-2.0"
] | null | null | null | cmds/stagefright/record.cpp | Dreadwyrm/lhos_frameworks_av | 62c63ccfdf5c79a3ad9be4836f473da9398c671b | [
"Apache-2.0"
] | null | null | null | cmds/stagefright/record.cpp | Dreadwyrm/lhos_frameworks_av | 62c63ccfdf5c79a3ad9be4836f473da9398c671b | [
"Apache-2.0"
] | 2 | 2021-07-08T07:42:11.000Z | 2021-07-09T21:56:10.000Z | /*
* Copyright (C) 2009 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | 27.789174 | 87 | 0.629588 | Dreadwyrm |
37095ddb49b305a3229a1b8d5ff281f1c9a3463f | 529 | cpp | C++ | xfa/fxfa/app/xfa_ffdraw.cpp | ADVAN-ELAA-8QM-PRC1/platform-external-pdfium | e67ae11a46c7b9f48ebc2efab8ca58cc9982cb38 | [
"BSD-3-Clause"
] | 18 | 2015-01-07T21:02:47.000Z | 2021-01-19T02:14:58.000Z | xfa/fxfa/app/xfa_ffdraw.cpp | ADVAN-ELAA-8QM-PRC1/platform-external-pdfium | e67ae11a46c7b9f48ebc2efab8ca58cc9982cb38 | [
"BSD-3-Clause"
] | 1 | 2017-02-14T01:38:56.000Z | 2017-02-15T06:01:13.000Z | xfa/fxfa/app/xfa_ffdraw.cpp | ADVAN-ELAA-8QM-PRC1/platform-external-pdfium | e67ae11a46c7b9f48ebc2efab8ca58cc9982cb38 | [
"BSD-3-Clause"
] | 10 | 2015-07-04T06:37:40.000Z | 2021-04-08T09:31:20.000Z | // Copyright 2014 PDFium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
#include "xfa/fxfa/app/xfa_ffdraw.h"
#include "xfa/fxfa/xfa_ffapp.h"
#include... | 31.117647 | 80 | 0.761815 | ADVAN-ELAA-8QM-PRC1 |
370a1b6d2d4bccf45fe401b1685cee1054ff769f | 28,376 | cpp | C++ | wrappers/Modelica/src/coolpropsolver.cpp | friederikeboehm/CoolProp | 44325d9e6abd9e6f88f428720f4f64a0c1962784 | [
"MIT"
] | null | null | null | wrappers/Modelica/src/coolpropsolver.cpp | friederikeboehm/CoolProp | 44325d9e6abd9e6f88f428720f4f64a0c1962784 | [
"MIT"
] | null | null | null | wrappers/Modelica/src/coolpropsolver.cpp | friederikeboehm/CoolProp | 44325d9e6abd9e6f88f428720f4f64a0c1962784 | [
"MIT"
] | null | null | null | #include "coolpropsolver.h"
#include "CoolPropTools.h"
#include "CoolProp.h"
#include "CPState.h"
#include <iostream>
#include <string>
#include <stdlib.h>
CoolPropSolver::CoolPropSolver(const std::string& mediumName, const std::string& libraryName, const std::string& substanceName)
: BaseSolver(mediumName, libraryN... | 47.451505 | 145 | 0.646673 | friederikeboehm |
370aff99bee3a95c0464f7040a326c5702bf2ac5 | 1,151 | cpp | C++ | Sorting/SelectionSort.cpp | ukayaj620/learn-algorithm | 6437dcb4ac0f97faf6ffcfbbb2a18cb3a284ed96 | [
"MIT"
] | null | null | null | Sorting/SelectionSort.cpp | ukayaj620/learn-algorithm | 6437dcb4ac0f97faf6ffcfbbb2a18cb3a284ed96 | [
"MIT"
] | null | null | null | Sorting/SelectionSort.cpp | ukayaj620/learn-algorithm | 6437dcb4ac0f97faf6ffcfbbb2a18cb3a284ed96 | [
"MIT"
] | null | null | null | #include <iostream>
using namespace std;
int main ()
{
int n, arr[10000];
// INPUT HOW MUCH NUMBER TO INPUT
cout << "Numbers?: "; cin >> n;
// INPUT THE NUMBERS
for (int i=0; i<n; i++)
{
cin >> arr[i];
}
// SELECTION SORT ALGORITHM (ASCENDING)
for (int i=0; i<n-1; i++)
{
int min_index = i;
for(i... | 16.926471 | 62 | 0.54735 | ukayaj620 |
37115c56046fb2143589d2ab1124d2d65a1c62ba | 3,717 | cpp | C++ | src/logging.cpp | CESNET/lldp-systemd-networkd-sysrepo | 6d79dede96f720b77aa5bf132e7f16787002f6ce | [
"Apache-2.0"
] | null | null | null | src/logging.cpp | CESNET/lldp-systemd-networkd-sysrepo | 6d79dede96f720b77aa5bf132e7f16787002f6ce | [
"Apache-2.0"
] | 1 | 2020-10-31T23:05:17.000Z | 2022-02-16T13:37:00.000Z | src/logging.cpp | CESNET/lldp-systemd-networkd-sysrepo | 6d79dede96f720b77aa5bf132e7f16787002f6ce | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (C) 2020 CESNET, https://photonics.cesnet.cz/
*
* Written by Jan Kundrát <[email protected]>, Tomáš Pecka <[email protected]>
*
*/
extern "C" {
#include <sysrepo.h>
}
#include <cinttypes>
#include <cstdio>
#include <cxxabi.h>
#include <spdlog/sinks/systemd_sink.h>
#include <sys/stat.h>
#i... | 30.719008 | 131 | 0.626581 | CESNET |
3712559010b696fc5e1e43045dd56302b79daed1 | 2,571 | inl | C++ | src/cunumeric/matrix/tile_template.inl | marcinz/cunumeric | c40b038d4eb0611f7bb16d5bd11891a633ef7892 | [
"Apache-2.0"
] | 118 | 2021-04-12T18:06:59.000Z | 2021-10-12T21:30:24.000Z | src/cunumeric/matrix/tile_template.inl | marcinz/cunumeric | c40b038d4eb0611f7bb16d5bd11891a633ef7892 | [
"Apache-2.0"
] | 51 | 2021-04-21T10:40:13.000Z | 2021-09-10T22:09:26.000Z | src/cunumeric/matrix/tile_template.inl | marcinz/cunumeric | c40b038d4eb0611f7bb16d5bd11891a633ef7892 | [
"Apache-2.0"
] | 9 | 2021-04-14T03:07:42.000Z | 2021-09-22T17:02:53.000Z | /* Copyright 2021 NVIDIA Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... | 30.975904 | 95 | 0.698561 | marcinz |
371484c32adb41d06fec45db2cc24a093f1875b0 | 4,009 | cpp | C++ | src/ros_tutorials/roscpp_tutorials/custom_callback_processing/custom_callback_processing.cpp | duken72/ros2wsTest | 4fa8f7aaf9ec8e70a8b6d7554ced373300a38a71 | [
"MIT"
] | 742 | 2017-07-05T02:49:36.000Z | 2022-03-30T12:55:43.000Z | src/ros_tutorials/roscpp_tutorials/custom_callback_processing/custom_callback_processing.cpp | duken72/ros2wsTest | 4fa8f7aaf9ec8e70a8b6d7554ced373300a38a71 | [
"MIT"
] | 73 | 2017-07-06T12:50:51.000Z | 2022-03-07T08:07:07.000Z | src/ros_tutorials/roscpp_tutorials/custom_callback_processing/custom_callback_processing.cpp | duken72/ros2wsTest | 4fa8f7aaf9ec8e70a8b6d7554ced373300a38a71 | [
"MIT"
] | 425 | 2017-07-04T22:03:29.000Z | 2022-03-29T06:59:06.000Z | /*
* Copyright (C) 2009, Willow Garage, Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright notice,
* this list of conditions and the follo... | 36.117117 | 118 | 0.694936 | duken72 |
3715fd906a7cf0cf89a6e98fbc665d31ccabf64b | 3,479 | cpp | C++ | libs/libgui/src/animation.cpp | mbits-os/JiraDesktop | eb9b66b9c11b2fba1079f03a6f90aea425ce6138 | [
"MIT"
] | null | null | null | libs/libgui/src/animation.cpp | mbits-os/JiraDesktop | eb9b66b9c11b2fba1079f03a6f90aea425ce6138 | [
"MIT"
] | null | null | null | libs/libgui/src/animation.cpp | mbits-os/JiraDesktop | eb9b66b9c11b2fba1079f03a6f90aea425ce6138 | [
"MIT"
] | null | null | null | /*
* Copyright (C) 2015 midnightBITS
*
* 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,
* modify, merge, pub... | 25.580882 | 115 | 0.694452 | mbits-os |
37165a40dad2e0075a25d5412d3e053e86f06868 | 12,830 | cpp | C++ | QtRPT-Example/QtRptProject/QtRptDesigner/TContainerLine.cpp | salim97/QtRPT | 0bb1cb7e2c8d5c638f53092625b00bb608d9ede3 | [
"MIT"
] | null | null | null | QtRPT-Example/QtRptProject/QtRptDesigner/TContainerLine.cpp | salim97/QtRPT | 0bb1cb7e2c8d5c638f53092625b00bb608d9ede3 | [
"MIT"
] | null | null | null | QtRPT-Example/QtRptProject/QtRptDesigner/TContainerLine.cpp | salim97/QtRPT | 0bb1cb7e2c8d5c638f53092625b00bb608d9ede3 | [
"MIT"
] | 3 | 2019-12-23T12:51:20.000Z | 2022-03-17T03:36:53.000Z | /*
Name: QtRpt
Version: 1.5.5
Web-site: http://www.qtrpt.tk
Programmer: Aleksey Osipov
E-mail: [email protected]
Web-site: http://www.aliks-os.tk
Copyright 2012-2015 Aleksey Osipov
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may o... | 35.150685 | 115 | 0.633983 | salim97 |
3717cf8ec69118ea296ade4607ef88216db07397 | 7,573 | cpp | C++ | td/telegram/net/SessionProxy.cpp | sintyaaaaa/td | 0e930c15d3cd65dc5cc3fa6e8492684038129510 | [
"BSL-1.0"
] | 1 | 2019-10-12T18:08:04.000Z | 2019-10-12T18:08:04.000Z | td/telegram/net/SessionProxy.cpp | sintyaaaaa/td | 0e930c15d3cd65dc5cc3fa6e8492684038129510 | [
"BSL-1.0"
] | null | null | null | td/telegram/net/SessionProxy.cpp | sintyaaaaa/td | 0e930c15d3cd65dc5cc3fa6e8492684038129510 | [
"BSL-1.0"
] | 1 | 2020-08-14T12:43:30.000Z | 2020-08-14T12:43:30.000Z | //
// Copyright Aliaksei Levin ([email protected]), Arseny Smirnov ([email protected]) 2014-2019
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#include "td/telegram/net/SessionProxy.h"
#include "td/teleg... | 30.784553 | 119 | 0.692196 | sintyaaaaa |
371a7ef4925afa4dce7d6fb64afd7766d3a94857 | 11,455 | cpp | C++ | clang/test/OpenMP/target_teams_distribute_parallel_for_simd_linear_messages.cpp | medismailben/llvm-project | e334a839032fe500c3bba22bf976ab7af13ce1c1 | [
"Apache-2.0"
] | 3,102 | 2015-01-04T02:28:35.000Z | 2022-03-30T12:53:41.000Z | clang/test/OpenMP/target_teams_distribute_parallel_for_simd_linear_messages.cpp | medismailben/llvm-project | e334a839032fe500c3bba22bf976ab7af13ce1c1 | [
"Apache-2.0"
] | 3,740 | 2019-01-23T15:36:48.000Z | 2022-03-31T22:01:13.000Z | clang/test/OpenMP/target_teams_distribute_parallel_for_simd_linear_messages.cpp | medismailben/llvm-project | e334a839032fe500c3bba22bf976ab7af13ce1c1 | [
"Apache-2.0"
] | 1,868 | 2015-01-03T04:27:11.000Z | 2022-03-25T13:37:35.000Z | // RUN: %clang_cc1 -verify -fopenmp %s -Wuninitialized
// RUN: %clang_cc1 -verify -fopenmp-simd %s -Wuninitialized
typedef void **omp_allocator_handle_t;
extern const omp_allocator_handle_t omp_default_mem_alloc;
extern const omp_allocator_handle_t omp_large_cap_mem_alloc;
extern const omp_allocator_handle_t omp_cons... | 45.456349 | 500 | 0.6921 | medismailben |
371b9f40f7dbb7f926000ae17bcff9791eed1aad | 4,753 | cpp | C++ | src/gamecredits.cpp | cpusam/dangerous_tux | e5f099f3e3665d62f1c484458125f003c1d5eece | [
"Zlib"
] | 1 | 2020-09-18T07:43:07.000Z | 2020-09-18T07:43:07.000Z | src/gamecredits.cpp | cpusam/dangerous_tux | e5f099f3e3665d62f1c484458125f003c1d5eece | [
"Zlib"
] | null | null | null | src/gamecredits.cpp | cpusam/dangerous_tux | e5f099f3e3665d62f1c484458125f003c1d5eece | [
"Zlib"
] | null | null | null | #include "gamecredits.hpp"
CGameCredits::CGameCredits ( SDL_Renderer * r )
{
SDL_Surface * aux;
#if _WIN32 || _WIN64
char path[FILENAME_MAX], bg_path[FILENAME_MAX];
char p2[FILENAME_MAX];
_getcwd(p2, sizeof(p2));
#else
char path[1024], bg_path[1024];
#endif
#if _WIN32 || _WIN64
#ifndef PREFIX
spri... | 27.795322 | 187 | 0.673469 | cpusam |
371c13b60ea02cdbffa7cb54a6e594fecdd1a94c | 15,321 | cpp | C++ | tests/test_solver.cpp | polyfem/solver-wrapper | c7f68cabc9ed93839a946d0d55d70df9b1b05f46 | [
"MIT"
] | 2 | 2020-05-30T18:23:34.000Z | 2020-05-30T19:16:54.000Z | tests/test_solver.cpp | polyfem/solver-wrapper | c7f68cabc9ed93839a946d0d55d70df9b1b05f46 | [
"MIT"
] | null | null | null | tests/test_solver.cpp | polyfem/solver-wrapper | c7f68cabc9ed93839a946d0d55d70df9b1b05f46 | [
"MIT"
] | null | null | null | //////////////////////////////////////////////////////////////////////////
#include <polysolve/FEMSolver.hpp>
#include <catch2/catch.hpp>
#include <iostream>
#include <unsupported/Eigen/SparseExtra>
#include <fstream>
#include <vector>
#include <ctime>
#include <polysolve/LinearSolverAMGCL.hpp>
////////////////////////... | 29.749515 | 120 | 0.545656 | polyfem |
7deab687b399e21866c78bbc3df6a2a9c3b22180 | 2,600 | cpp | C++ | src/TestPorter/main.cpp | v1otusc/wondertrader | fd65a052d26be32882f89e8e9dfcd1d7b8736a3b | [
"MIT"
] | null | null | null | src/TestPorter/main.cpp | v1otusc/wondertrader | fd65a052d26be32882f89e8e9dfcd1d7b8736a3b | [
"MIT"
] | 1 | 2022-03-21T06:51:59.000Z | 2022-03-21T06:51:59.000Z | src/TestPorter/main.cpp | v1otusc/wondertrader | fd65a052d26be32882f89e8e9dfcd1d7b8736a3b | [
"MIT"
] | null | null | null | #define _CRT_SECURE_NO_WARNINGS
#include "../WtPorter/WtPorter.h"
//#include "../WtExecMon/WtExecPorter.h"
#include "../Includes/WTSStruct.h"
#include "../Share/DLLHelper.hpp"
#include "../Share/CodeHelper.hpp"
void PORTER_FLAG on_init(CtxHandler ctxid)
{
printf("on_init\r\n");
hft_sub_ticks(ctxid, "CFFE... | 23.423423 | 182 | 0.715 | v1otusc |
7decb2ab6e29424bf49014c707a3ae60bf42290f | 2,402 | cpp | C++ | arangod/RocksDBEngine/RocksDBBackgroundErrorListener.cpp | Korov/arangodb | d1f8df028f8af60d1cd5708890f0d6ae75f9dd06 | [
"Apache-2.0"
] | 1 | 2020-10-27T12:19:33.000Z | 2020-10-27T12:19:33.000Z | arangod/RocksDBEngine/RocksDBBackgroundErrorListener.cpp | Korov/arangodb | d1f8df028f8af60d1cd5708890f0d6ae75f9dd06 | [
"Apache-2.0"
] | null | null | null | arangod/RocksDBEngine/RocksDBBackgroundErrorListener.cpp | Korov/arangodb | d1f8df028f8af60d1cd5708890f0d6ae75f9dd06 | [
"Apache-2.0"
] | 1 | 2020-10-01T08:49:12.000Z | 2020-10-01T08:49:12.000Z | ////////////////////////////////////////////////////////////////////////////////
/// DISCLAIMER
///
/// Copyright 2014-2020 ArangoDB GmbH, Cologne, Germany
/// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany
///
/// Licensed under the Apache License, Version 2.0 (the "License");
/// you may not use this file except... | 33.361111 | 98 | 0.616986 | Korov |
7ded15a6131f165f97675f07465255b4d67d5048 | 2,007 | hpp | C++ | modules/core/combinatorial/include/nt2/combinatorial/functions/lcm.hpp | feelpp/nt2 | 4d121e2c7450f24b735d6cff03720f07b4b2146c | [
"BSL-1.0"
] | 34 | 2017-05-19T18:10:17.000Z | 2022-01-04T02:18:13.000Z | modules/core/combinatorial/include/nt2/combinatorial/functions/lcm.hpp | feelpp/nt2 | 4d121e2c7450f24b735d6cff03720f07b4b2146c | [
"BSL-1.0"
] | null | null | null | modules/core/combinatorial/include/nt2/combinatorial/functions/lcm.hpp | feelpp/nt2 | 4d121e2c7450f24b735d6cff03720f07b4b2146c | [
"BSL-1.0"
] | 7 | 2017-12-02T12:59:17.000Z | 2021-07-31T12:46:14.000Z | //==============================================================================
// Copyright 2003 - 2012 LASMEA UMR 6602 CNRS/Univ. Clermont II
// Copyright 2009 - 2012 LRI UMR 8623 CNRS/Univ Paris Sud XI
//
// Distributed under the Boost Software License, Version 1.0.
// ... | 27.875 | 129 | 0.607872 | feelpp |
7dedaf628f5693f3e7aed18de73c8d00ddeedc27 | 3,190 | cpp | C++ | src/vulkan/vulkan_render.cpp | cmaughan/vklive | 649c64335d7d77f4d3199ea8f66c04a53455b4a9 | [
"MIT"
] | null | null | null | src/vulkan/vulkan_render.cpp | cmaughan/vklive | 649c64335d7d77f4d3199ea8f66c04a53455b4a9 | [
"MIT"
] | null | null | null | src/vulkan/vulkan_render.cpp | cmaughan/vklive | 649c64335d7d77f4d3199ea8f66c04a53455b4a9 | [
"MIT"
] | null | null | null | #include "vklive/vulkan/vulkan_render.h"
#include "config_app.h"
#include "vklive/file/file.h"
#include "vklive/vulkan/vulkan_framebuffer.h"
#include "vklive/vulkan/vulkan_model.h"
#include "vklive/vulkan/vulkan_pipeline.h"
#include "vklive/vulkan/vulkan_shader.h"
#include "vklive/vulkan/vulkan_uniform.h"
#include "vkl... | 30.380952 | 147 | 0.739812 | cmaughan |
7df0b3aafe209df5e363f70d0ee3c4300b71f6c0 | 2,835 | cc | C++ | tests/unit/stall_detector_test.cc | jwnx/seastar | 4207837dfbc969e46c0b581e6c3f801dbc8f3a07 | [
"Apache-2.0"
] | null | null | null | tests/unit/stall_detector_test.cc | jwnx/seastar | 4207837dfbc969e46c0b581e6c3f801dbc8f3a07 | [
"Apache-2.0"
] | null | null | null | tests/unit/stall_detector_test.cc | jwnx/seastar | 4207837dfbc969e46c0b581e6c3f801dbc8f3a07 | [
"Apache-2.0"
] | 1 | 2020-08-10T12:54:33.000Z | 2020-08-10T12:54:33.000Z | /*
* This file is open source software, licensed to you under the terms
* of the Apache License, Version 2.0 (the "License"). See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership. You may not use this file except in compliance with the License.
*
* You may ... | 33.75 | 116 | 0.703351 | jwnx |
7df2058ba1ee34629e396e88716ad9a0bf07a1a5 | 3,979 | hpp | C++ | include/bitpacker/bitpacker.hpp | YarikTH/bitpacker | a778a5ab5eab2cee80beb1819ee7d352775db046 | [
"BSL-1.0"
] | null | null | null | include/bitpacker/bitpacker.hpp | YarikTH/bitpacker | a778a5ab5eab2cee80beb1819ee7d352775db046 | [
"BSL-1.0"
] | null | null | null | include/bitpacker/bitpacker.hpp | YarikTH/bitpacker | a778a5ab5eab2cee80beb1819ee7d352775db046 | [
"BSL-1.0"
] | null | null | null | #pragma once
#include <array>
#include <bitset>
#include <cassert>
#if !defined( BITPACKER_USE_STD_BIT )
# define BITPACKER_USE_STD_BIT __has_include( <bit> ) && __cplusplus >= 202002L
#endif
#if BITPACKER_USE_STD_BIT
# include <bit>
#endif
#define BITPACKER_VERSION_MAJOR 0
#define BITPACKER_VE... | 25.837662 | 101 | 0.627042 | YarikTH |
7df26e063b76c4063de18842b4922826bd4706a0 | 14,125 | cpp | C++ | src/mme-app/utils/mmeCommonUtils.cpp | dksan23/Nucleus | 0377bee9cacebe352caba9d9cf76dcc9af9e69bf | [
"Apache-2.0"
] | null | null | null | src/mme-app/utils/mmeCommonUtils.cpp | dksan23/Nucleus | 0377bee9cacebe352caba9d9cf76dcc9af9e69bf | [
"Apache-2.0"
] | 1 | 2021-05-12T09:17:31.000Z | 2021-05-12T09:17:31.000Z | src/mme-app/utils/mmeCommonUtils.cpp | dksan23/Nucleus | 0377bee9cacebe352caba9d9cf76dcc9af9e69bf | [
"Apache-2.0"
] | 6 | 2021-05-06T11:18:55.000Z | 2021-05-12T13:13:21.000Z | /*
* Copyright (c) 2019, Infosys Ltd.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <utils/mmeCommonUtils.h>
#include <cmath>
#include <controlBlock.h>
#include <contextManager/dataBlocks.h>
#include <contextManager/subsDataGroupManager.h>
#include <log.h>
#include <mme_app.h>
#include <msgBuffer.h>
#include... | 28.193613 | 105 | 0.632212 | dksan23 |
7df37ff7b62b2e446ee6b4b53d8b3d57b05d880c | 695 | cpp | C++ | 112-path-sum/112-path-sum.cpp | SouvikChan/-Leetcode_Souvik | cc4b72cb4a14a1c6b8be8bd8390de047443fe008 | [
"MIT"
] | null | null | null | 112-path-sum/112-path-sum.cpp | SouvikChan/-Leetcode_Souvik | cc4b72cb4a14a1c6b8be8bd8390de047443fe008 | [
"MIT"
] | null | null | null | 112-path-sum/112-path-sum.cpp | SouvikChan/-Leetcode_Souvik | cc4b72cb4a14a1c6b8be8bd8390de047443fe008 | [
"MIT"
] | null | null | null | /**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode() : val(0), left(nullptr), right(nullptr) {}
* TreeNode(int x) : val(x), left(nullptr), right(nullptr) {}
* TreeNode(int x, TreeNode *left, TreeNode *right) : val(x), l... | 33.095238 | 106 | 0.592806 | SouvikChan |
7df3ff31a0f12af5f99989e23e969a1563996568 | 2,319 | cpp | C++ | FW/SC/scene.cpp | JAntn/wblocks | e8aa383882b4726f6f7cca7213fa49e9e80d990f | [
"MIT"
] | null | null | null | FW/SC/scene.cpp | JAntn/wblocks | e8aa383882b4726f6f7cca7213fa49e9e80d990f | [
"MIT"
] | null | null | null | FW/SC/scene.cpp | JAntn/wblocks | e8aa383882b4726f6f7cca7213fa49e9e80d990f | [
"MIT"
] | null | null | null | #include "FW/SC/scene.h"
#include "FW/tools.h"
#include "FW/ST/state_writer.h"
#include "FW/RC/record.h"
#include "FW/SC/scene_line.h"
////////////////////////////////////////////////////////////////////////
/// Static
long TypeScene::m_IdCount = 0;
QString TypeScene::GenerateId()
{
return QString().setNum( m_Id... | 20.705357 | 104 | 0.552393 | JAntn |
7df5be715159b1976cc0082ac8515bb247bfee33 | 1,766 | cpp | C++ | ngraph/frontend/onnx_import/src/utils/provenance_tag.cpp | NikDemoShow/openvino | 31907e51e96f1603753dc69811bdf738374ca5e6 | [
"Apache-2.0"
] | 1 | 2022-02-10T08:05:09.000Z | 2022-02-10T08:05:09.000Z | ngraph/frontend/onnx_import/src/utils/provenance_tag.cpp | NikDemoShow/openvino | 31907e51e96f1603753dc69811bdf738374ca5e6 | [
"Apache-2.0"
] | 105 | 2020-06-04T00:23:29.000Z | 2022-02-21T13:04:33.000Z | ngraph/frontend/onnx/frontend/src/utils/provenance_tag.cpp | v-Golubev/openvino | 26936d1fbb025c503ee43fe74593ee9d7862ab15 | [
"Apache-2.0"
] | 3 | 2021-04-25T06:52:41.000Z | 2021-05-07T02:01:44.000Z | // Copyright (C) 2018-2021 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#include <functional>
#include <numeric>
#include <sstream>
#include "utils/provenance_tag.hpp"
namespace ngraph
{
namespace onnx_import
{
namespace detail
{
std::string concat_strings(
... | 34.627451 | 99 | 0.513024 | NikDemoShow |
7df68ea30a4435e95cf9e77cff8e5af224d508e6 | 619 | cpp | C++ | AlgorithmsLibrary/ Non-modifying sequence operations/find_if_find_if_not_find/find_if_find_if_not_if.cpp | paulkokos/CppReference | dd62c7f34bae129930b61b636e60863b946aa4dc | [
"MIT"
] | 1 | 2020-07-07T08:14:46.000Z | 2020-07-07T08:14:46.000Z | AlgorithmsLibrary/ Non-modifying sequence operations/find_if_find_if_not_find/find_if_find_if_not_if.cpp | paulkokos/CppReference | dd62c7f34bae129930b61b636e60863b946aa4dc | [
"MIT"
] | null | null | null | AlgorithmsLibrary/ Non-modifying sequence operations/find_if_find_if_not_find/find_if_find_if_not_if.cpp | paulkokos/CppReference | dd62c7f34bae129930b61b636e60863b946aa4dc | [
"MIT"
] | 1 | 2019-01-17T14:32:46.000Z | 2019-01-17T14:32:46.000Z | #include <iostream>
#include <algorithm>
#include <vector>
#include <iterator>
int main()
{
int n1 = 3;
int n2 = 5;
std::vector<int> v{0, 1, 2, 3, 4};
auto result1 = std::find(std::begin(v), std::end(v), n1);
auto result2 = std::find(std::begin(v), std::end(v), n2);
if (result1 != std::end(v... | 22.925926 | 61 | 0.478191 | paulkokos |
7df766eedc0152e169e8416896437132f2ae0bdc | 16,057 | cpp | C++ | hphp/runtime/vm/unwind.cpp | Atry/hhvm | f195d3d81b52586d9b9fa2f17c05fe1bb68bcc3e | [
"PHP-3.01",
"Zend-2.0"
] | null | null | null | hphp/runtime/vm/unwind.cpp | Atry/hhvm | f195d3d81b52586d9b9fa2f17c05fe1bb68bcc3e | [
"PHP-3.01",
"Zend-2.0"
] | 3 | 2022-02-17T04:00:03.000Z | 2022-03-24T03:45:33.000Z | hphp/runtime/vm/unwind.cpp | Atry/hhvm | f195d3d81b52586d9b9fa2f17c05fe1bb68bcc3e | [
"PHP-3.01",
"Zend-2.0"
] | 1 | 2022-02-19T09:29:50.000Z | 2022-02-19T09:29:50.000Z | /*
+----------------------------------------------------------------------+
| HipHop for PHP |
+----------------------------------------------------------------------+
| Copyright (c) 2010-present Facebook, Inc. (http://www.facebook.com) |
+---------... | 35.603104 | 80 | 0.622595 | Atry |
7df94dbfe2eb1d337d19f03c8b460ab9640c7087 | 1,360 | cc | C++ | cc/output/copy_output_result.cc | metux/chromium-deb | 3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | cc/output/copy_output_result.cc | metux/chromium-deb | 3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | cc/output/copy_output_result.cc | metux/chromium-deb | 3c08e9b89a1b6f95f103a61ff4f528dbcd57fc42 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | // 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 "cc/output/copy_output_result.h"
#include "base/logging.h"
#include "components/viz/common/quads/texture_mailbox.h"
namespace cc {
CopyOutputR... | 28.333333 | 76 | 0.747794 | metux |
7dfa357ea81a103eef3e76c1f4dc78093c7e9783 | 468 | hpp | C++ | lib/cml/hal/peripherals/RS485.hpp | msemegen/CML | f37e20f0add711c743b69607d39aa5ab0680cf7e | [
"MIT"
] | 23 | 2020-07-16T21:52:38.000Z | 2022-03-13T18:24:16.000Z | lib/cml/hal/peripherals/RS485.hpp | msemegen/CML | f37e20f0add711c743b69607d39aa5ab0680cf7e | [
"MIT"
] | 16 | 2019-12-28T01:14:44.000Z | 2021-04-15T14:40:07.000Z | lib/cml/hal/peripherals/RS485.hpp | msemegen/CML | f37e20f0add711c743b69607d39aa5ab0680cf7e | [
"MIT"
] | 5 | 2020-07-17T17:48:50.000Z | 2022-03-25T16:06:52.000Z | #pragma once
/*
* Name: RS485.hpp
*
* Copyright (c) Mateusz Semegen and contributors. All rights reserved.
* Licensed under the MIT license. See LICENSE file in the project root for details.
*/
#ifdef STM32L4
#include <soc/m4/stm32l4/peripherals/RS485.hpp>
#endif // STM32L4
namespace cml {
n... | 20.347826 | 87 | 0.675214 | msemegen |
7dfdfa0938d87d3c746a60cd2566d0ba6e14b113 | 173 | cpp | C++ | RemoteServer/EchoCommand.cpp | tdm1223/RemoteExplorer | b3ad193426f88c7d66cd1f23bf1fb4d4bde66bc4 | [
"MIT"
] | 2 | 2020-06-26T08:42:04.000Z | 2021-10-30T07:47:30.000Z | RemoteServer/EchoCommand.cpp | tdm1223/RemoteExplorer | b3ad193426f88c7d66cd1f23bf1fb4d4bde66bc4 | [
"MIT"
] | null | null | null | RemoteServer/EchoCommand.cpp | tdm1223/RemoteExplorer | b3ad193426f88c7d66cd1f23bf1fb4d4bde66bc4 | [
"MIT"
] | null | null | null | #include"EchoCommand.h"
bool EchoCommand::Execute(SOCKET sock, char* buf)
{
Sleep(2000);
if (!Send(sock, buf))
{
return false;
}
return true;
} | 15.727273 | 49 | 0.583815 | tdm1223 |
7dfee15069cb1c0af2454d5d8d30cd03e401d9c8 | 1,864 | cpp | C++ | cpp-leetcode/lcci17.17-multi-search-lcci_trie.cpp | yanglr/LeetCodeOJ | 27dd1e4a2442b707deae7921e0118752248bef5e | [
"MIT"
] | 45 | 2021-07-25T00:45:43.000Z | 2022-03-24T05:10:43.000Z | cpp-leetcode/lcci17.17-multi-search-lcci_trie.cpp | yanglr/LeetCodeOJ | 27dd1e4a2442b707deae7921e0118752248bef5e | [
"MIT"
] | null | null | null | cpp-leetcode/lcci17.17-multi-search-lcci_trie.cpp | yanglr/LeetCodeOJ | 27dd1e4a2442b707deae7921e0118752248bef5e | [
"MIT"
] | 15 | 2021-07-25T00:40:52.000Z | 2021-12-27T06:25:31.000Z | #include<vector>
#include<algorithm>
#include<iostream>
#include<unordered_map>
using namespace std;
class Solution {
private:
struct Node {
int idx;
vector<Node*> children;
Node() : idx(-1), children(26, nullptr) {}
};
struct Trie {
Node* root;
Trie() : root(new Nod... | 24.207792 | 73 | 0.413627 | yanglr |
b40120c3a5e2bb8e6ba692b2cd8c782c7b787e59 | 26,057 | cpp | C++ | aten/src/ATen/native/LinearAlgebra.cpp | wxwoods/mctorch | 7cd6eb51fdd01fa75ed9245039a4f145ba342de2 | [
"BSD-3-Clause"
] | 1 | 2019-07-23T11:20:58.000Z | 2019-07-23T11:20:58.000Z | aten/src/ATen/native/LinearAlgebra.cpp | wxwoods/mctorch | 7cd6eb51fdd01fa75ed9245039a4f145ba342de2 | [
"BSD-3-Clause"
] | null | null | null | aten/src/ATen/native/LinearAlgebra.cpp | wxwoods/mctorch | 7cd6eb51fdd01fa75ed9245039a4f145ba342de2 | [
"BSD-3-Clause"
] | null | null | null | #include <ATen/ATen.h>
#include <ATen/ExpandUtils.h>
#include <ATen/Dispatch.h>
#include <ATen/NativeFunctions.h>
#include <ATen/LegacyTHFunctions.h>
#include <ATen/native/LinearAlgebraUtils.h>
#include <ATen/TensorUtils.h>
#include <ATen/Parallel.h>
#include <functional>
#include <numeric>
#include <vector>
#include <... | 39.065967 | 155 | 0.644856 | wxwoods |
b4017fd6a90ad0f9f060e68d9500d2c4da784f73 | 40,053 | cpp | C++ | be/src/olap/reader.cpp | spaces-X/doris-vectorized | 73ff3f3c0786c79a154e714fde56c812ac3f4f8f | [
"Apache-2.0"
] | null | null | null | be/src/olap/reader.cpp | spaces-X/doris-vectorized | 73ff3f3c0786c79a154e714fde56c812ac3f4f8f | [
"Apache-2.0"
] | null | null | null | be/src/olap/reader.cpp | spaces-X/doris-vectorized | 73ff3f3c0786c79a154e714fde56c812ac3f4f8f | [
"Apache-2.0"
] | null | null | null | // Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may... | 46.304046 | 135 | 0.521684 | spaces-X |
b4059cf3bbff0376086ece948f66bdf87f3b2a6e | 5,542 | hpp | C++ | DFNs/StereoReconstruction/ScanlineOptimization.hpp | H2020-InFuse/cdff | e55fd48f9a909d0c274c3dfa4fe2704bc5071542 | [
"BSD-2-Clause"
] | 7 | 2019-02-26T15:09:50.000Z | 2021-09-30T07:39:01.000Z | DFNs/StereoReconstruction/ScanlineOptimization.hpp | H2020-InFuse/cdff | e55fd48f9a909d0c274c3dfa4fe2704bc5071542 | [
"BSD-2-Clause"
] | null | null | null | DFNs/StereoReconstruction/ScanlineOptimization.hpp | H2020-InFuse/cdff | e55fd48f9a909d0c274c3dfa4fe2704bc5071542 | [
"BSD-2-Clause"
] | 1 | 2020-12-06T12:09:05.000Z | 2020-12-06T12:09:05.000Z | /**
* @author Alessandro Bianco
*/
/**
* @addtogroup DFNs
* @{
*/
#ifndef STEREORECONSTRUCTION_SCANLINEOPTIMIZATION_HPP
#define STEREORECONSTRUCTION_SCANLINEOPTIMIZATION_HPP
#include "StereoReconstructionInterface.hpp"
#include <Types/CPP/PointCloud.hpp>
#include <Types/CPP/Frame.hpp>
#include <Helpers/Paramet... | 32.034682 | 107 | 0.746481 | H2020-InFuse |
b4063a6084a2e2804dc5a3f28c50332ac508920c | 1,229 | cpp | C++ | QmlStream/AvLib/Common/AvCommon.cpp | milclo39/QtTools | 41463299799fc74d2691939e85b52c02a30ad9e6 | [
"Apache-2.0"
] | null | null | null | QmlStream/AvLib/Common/AvCommon.cpp | milclo39/QtTools | 41463299799fc74d2691939e85b52c02a30ad9e6 | [
"Apache-2.0"
] | null | null | null | QmlStream/AvLib/Common/AvCommon.cpp | milclo39/QtTools | 41463299799fc74d2691939e85b52c02a30ad9e6 | [
"Apache-2.0"
] | null | null | null | //--------------------------------------------------------------------------------//
/*!
@file AvCommon.cpp
@brief libAvライブラリ共通クラス
@author 大橋
*/
//--------------------------------------------------------------------------------//
#include "../AvCommon.h"
#define __STDC_CONSTANT_MACROS
#ifdef _STDINT_H
#undef _STDIN... | 28.581395 | 94 | 0.313263 | milclo39 |
b40aa8ff2d0280f6a0f3c399759b76a8e06f84e2 | 460 | hpp | C++ | MainBrain/test/ModelTest/ButtonTest/ButtonTest.hpp | smit-happens/YCP_EVOS | cecfa8aaa3c73945106786c44aa78d4fe872e3c3 | [
"MIT"
] | 10 | 2017-07-30T21:26:32.000Z | 2021-05-04T14:33:29.000Z | MainBrain/test/ModelTest/ButtonTest/ButtonTest.hpp | smit-happens/YCP_EVOS | cecfa8aaa3c73945106786c44aa78d4fe872e3c3 | [
"MIT"
] | 122 | 2017-07-30T15:55:55.000Z | 2019-05-19T20:29:13.000Z | MainBrain/test/ModelTest/ButtonTest/ButtonTest.hpp | smit-happens/YCP_EVOS | cecfa8aaa3c73945106786c44aa78d4fe872e3c3 | [
"MIT"
] | 3 | 2018-03-10T20:01:10.000Z | 2019-06-07T18:02:38.000Z | /** A one line description of the class.
*
* #include "ButtonTest.hpp"
* Created 3-12-18 By: Smitty
*
* A longer description.
*/
#ifndef BUTTONTEST_HPP
#define BUTTONTEST_HPP
#include "../BaseModelTest/BaseModelTest.hpp"
class ButtonTest : public BaseModelTest
{
public:
ButtonTest(void);
~ButtonTest... | 14.375 | 45 | 0.678261 | smit-happens |
b40afe568a853447158e863d9ea060df8fe564e8 | 4,076 | cpp | C++ | cdn/src/v20180606/model/QnPrivateAccess.cpp | TencentCloud/tencentcloud-sdk-cpp-intl-en | 752c031f5ad2c96868183c5931eae3a42dd5ae6c | [
"Apache-2.0"
] | 1 | 2022-01-27T09:27:34.000Z | 2022-01-27T09:27:34.000Z | cdn/src/v20180606/model/QnPrivateAccess.cpp | TencentCloud/tencentcloud-sdk-cpp-intl-en | 752c031f5ad2c96868183c5931eae3a42dd5ae6c | [
"Apache-2.0"
] | null | null | null | cdn/src/v20180606/model/QnPrivateAccess.cpp | TencentCloud/tencentcloud-sdk-cpp-intl-en | 752c031f5ad2c96868183c5931eae3a42dd5ae6c | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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
... | 27.727891 | 143 | 0.692591 | TencentCloud |
b40ce6f2a657d35e764164dc09ccee362752e54d | 1,263 | hpp | C++ | sim_algorithm/b_tree.hpp | pachicobue/CacheObliviousAlgorithms | db6e5f19c708d83208206091ae44cd6d7c71c4e0 | [
"Unlicense"
] | null | null | null | sim_algorithm/b_tree.hpp | pachicobue/CacheObliviousAlgorithms | db6e5f19c708d83208206091ae44cd6d7c71c4e0 | [
"Unlicense"
] | null | null | null | sim_algorithm/b_tree.hpp | pachicobue/CacheObliviousAlgorithms | db6e5f19c708d83208206091ae44cd6d7c71c4e0 | [
"Unlicense"
] | null | null | null | #pragma once
/**
* @file b_tree.hpp
* @brief B-木
*/
#include <memory>
#include "config.hpp"
#include "simulator/disk_variable.hpp"
/**
* @brief B-木
* @details Cache Awareなデータ構造
* @note
* 中間ノードは以下のデータを持つ (根のキー数はK-1未満でもOK + 葉のsonsは空)
* - keys:k個のキー (キー数kは K-1 <= k <= 2K-1)
* - sons:k+1個の子ノード
*
* さらに探索木としての性質と... | 19.136364 | 67 | 0.585115 | pachicobue |
b40dcafc5aed4211d2d4a3cd395cb8b1b74a10b6 | 2,057 | cpp | C++ | modules/segmentation/src/segmenter_organized_connected_component.cpp | v4r-tuwien/v4r | ff3fbd6d2b298b83268ba4737868bab258262a40 | [
"BSD-1-Clause",
"BSD-2-Clause"
] | 2 | 2021-02-22T11:36:33.000Z | 2021-07-20T11:31:08.000Z | modules/segmentation/src/segmenter_organized_connected_component.cpp | v4r-tuwien/v4r | ff3fbd6d2b298b83268ba4737868bab258262a40 | [
"BSD-1-Clause",
"BSD-2-Clause"
] | null | null | null | modules/segmentation/src/segmenter_organized_connected_component.cpp | v4r-tuwien/v4r | ff3fbd6d2b298b83268ba4737868bab258262a40 | [
"BSD-1-Clause",
"BSD-2-Clause"
] | 3 | 2018-10-19T10:39:23.000Z | 2021-04-07T13:39:03.000Z | #include <v4r/segmentation/plane_utils.h>
#include <v4r/segmentation/segmenter_organized_connected_component.h>
#include <pcl/common/angles.h>
#include <pcl/pcl_config.h>
#include <pcl/segmentation/euclidean_cluster_comparator.h>
#include <pcl/segmentation/organized_connected_component_segmentation.h>
#include <pcl/im... | 41.979592 | 119 | 0.792902 | v4r-tuwien |
b40df7bdec0f3905c976fa4bf85430ae073ddb6c | 116 | cpp | C++ | cmake_tutorials/01-basic/C-static-library/src/main.cpp | walkacross/cpp_tutorials | 184dd674a4861b8f69eb795c59012d4d2a97eedc | [
"Apache-2.0"
] | 1 | 2019-03-14T18:43:51.000Z | 2019-03-14T18:43:51.000Z | cmake_tutorials/01-basic/C-static-library/src/main.cpp | walkacross/cpp_tutorials | 184dd674a4861b8f69eb795c59012d4d2a97eedc | [
"Apache-2.0"
] | null | null | null | cmake_tutorials/01-basic/C-static-library/src/main.cpp | walkacross/cpp_tutorials | 184dd674a4861b8f69eb795c59012d4d2a97eedc | [
"Apache-2.0"
] | null | null | null | #include "static/Hello.h"
int main(int argc, char* argv[])
{
Hello hi_obj;
hi_obj.print();
return 0;
}
| 12.888889 | 32 | 0.603448 | walkacross |
b40e7f9938f691f32bb44b53e04392a9a9ef413f | 6,967 | cpp | C++ | samples/game/Engine.cpp | Admer456/FoxGLBox | 6717902d102c929e565b3237753d4f918cf83ab7 | [
"MIT"
] | null | null | null | samples/game/Engine.cpp | Admer456/FoxGLBox | 6717902d102c929e565b3237753d4f918cf83ab7 | [
"MIT"
] | null | null | null | samples/game/Engine.cpp | Admer456/FoxGLBox | 6717902d102c929e565b3237753d4f918cf83ab7 | [
"MIT"
] | null | null | null | #include "IEngine.hpp"
#include "Vector.hpp"
#include "IRenderWorld.hpp"
#include "GameEntity.hpp"
#include <iostream>
#include <chrono>
#include "SDL.h"
#include "SDL_opengl.h"
#include "glm/gtc/matrix_transform.hpp"
#include "Engine.hpp"
namespace chrono = std::chrono;
IEngine* IEngine::AllocateIns... | 31.102679 | 119 | 0.602268 | Admer456 |
b40eec3ec4fc17178ae487d540648a9c18cd0d1b | 949 | hpp | C++ | pogre/CameraStrategy.hpp | ValtoLibraries/PUtils | f30ebf21416654743ad2a05b14974acd27257da8 | [
"MIT"
] | null | null | null | pogre/CameraStrategy.hpp | ValtoLibraries/PUtils | f30ebf21416654743ad2a05b14974acd27257da8 | [
"MIT"
] | null | null | null | pogre/CameraStrategy.hpp | ValtoLibraries/PUtils | f30ebf21416654743ad2a05b14974acd27257da8 | [
"MIT"
] | null | null | null | #pragma once
#include <OgreInput.h>
#include <OgreSceneNode.h>
namespace pogre
{
class CameraStrategy
{
public:
CameraStrategy(Ogre::SceneNode *camNode = nullptr) : _camNode(camNode) {}
virtual ~CameraStrategy() = default;
public:
virtual void keyPressed(const OgreBites::Keybo... | 28.757576 | 81 | 0.670179 | ValtoLibraries |
b41019ad77fa92c7d7746c17dd0c79736e53cae0 | 5,170 | cc | C++ | zircon/system/utest/debugger/crash-and-recover.cc | allansrc/fuchsia | a2c235b33fc4305044d496354a08775f30cdcf37 | [
"BSD-2-Clause"
] | 5 | 2022-01-10T20:22:17.000Z | 2022-01-21T20:14:17.000Z | zircon/system/utest/debugger/crash-and-recover.cc | allansrc/fuchsia | a2c235b33fc4305044d496354a08775f30cdcf37 | [
"BSD-2-Clause"
] | 2 | 2021-09-19T21:55:09.000Z | 2021-12-19T03:34:53.000Z | zircon/system/utest/debugger/crash-and-recover.cc | allansrc/fuchsia | a2c235b33fc4305044d496354a08775f30cdcf37 | [
"BSD-2-Clause"
] | 1 | 2021-08-23T11:33:57.000Z | 2021-08-23T11:33:57.000Z | // Copyright 2016 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This file contains basic "crash-and-recover" test support where the inferior
// crashes and then the cause of the crash is fixed in the debugger and the... | 29.044944 | 97 | 0.681431 | allansrc |
b4128eded06ac8e8acf2d51e8653792f3e99b3dc | 3,093 | cpp | C++ | ace/tao/tao_idl/be/be_visitor_operation/base_proxy_impl_ch.cpp | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | 46 | 2015-12-04T17:12:58.000Z | 2022-03-11T04:30:49.000Z | ace/tao/tao_idl/be/be_visitor_operation/base_proxy_impl_ch.cpp | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | null | null | null | ace/tao/tao_idl/be/be_visitor_operation/base_proxy_impl_ch.cpp | tharindusathis/sourcecodes-of-CodeReadingTheOpenSourcePerspective | 1b0172cdb78757fd17898503aaf6ce03d940ef28 | [
"Apache-1.1"
] | 23 | 2016-10-24T09:18:14.000Z | 2022-02-25T02:11:35.000Z | // base_proxy_impl_ch.cpp,v 1.2 2001/05/15 15:48:35 parsons Exp
#include "idl.h"
#include "idl_extern.h"
#include "be.h"
#include "be_visitor_operation.h"
ACE_RCSID(be_visitor_operation, x_proxy_impl_xh, "base_proxy_impl_ch.cpp,v 1.2 2001/05/15 15:48:35 parsons Exp")
be_visitor_oper... | 29.740385 | 113 | 0.555448 | tharindusathis |
b4131c729c07e9fb420407b622a64a563ab1fec8 | 19,019 | cpp | C++ | aslam_optimizer/aslam_backend_expressions/src/EuclideanExpressionNode.cpp | chengfzy/kalibr | fe9705b380b160dc939607135f7d30efa64ea2e9 | [
"BSD-4-Clause"
] | null | null | null | aslam_optimizer/aslam_backend_expressions/src/EuclideanExpressionNode.cpp | chengfzy/kalibr | fe9705b380b160dc939607135f7d30efa64ea2e9 | [
"BSD-4-Clause"
] | null | null | null | aslam_optimizer/aslam_backend_expressions/src/EuclideanExpressionNode.cpp | chengfzy/kalibr | fe9705b380b160dc939607135f7d30efa64ea2e9 | [
"BSD-4-Clause"
] | null | null | null | #include <aslam/backend/EuclideanExpressionNode.hpp>
#include <aslam/backend/HomogeneousExpressionNode.hpp>
#include <aslam/backend/VectorExpressionNode.hpp>
#include <sm/kinematics/homogeneous_coordinates.hpp>
#include <sm/kinematics/rotations.hpp>
namespace aslam {
namespace backend {
EuclideanExpressionNode::Euclid... | 45.828916 | 120 | 0.784636 | chengfzy |
b4136df13a37303d5f549e6931c671aa95b8a28b | 7,099 | cpp | C++ | ProtoRPC_UE4/Source/ProtoRPC_UE4/FHttpModuleRpc/HttpRpcRequest.cpp | fire/Grpc_UE4 | b3d1246ee2c2b7e50bee7cb5f6c42366f7497e86 | [
"BSD-2-Clause"
] | 5 | 2017-02-28T00:53:52.000Z | 2018-08-02T10:06:13.000Z | ProtoRPC_UE4/Source/ProtoRPC_UE4/FHttpModuleRpc/HttpRpcRequest.cpp | fire/Grpc_UE4 | b3d1246ee2c2b7e50bee7cb5f6c42366f7497e86 | [
"BSD-2-Clause"
] | null | null | null | ProtoRPC_UE4/Source/ProtoRPC_UE4/FHttpModuleRpc/HttpRpcRequest.cpp | fire/Grpc_UE4 | b3d1246ee2c2b7e50bee7cb5f6c42366f7497e86 | [
"BSD-2-Clause"
] | 1 | 2020-10-07T07:20:25.000Z | 2020-10-07T07:20:25.000Z | // Copyright 2015 Paddle Creek Games Inc. All Rights Reserved.
#include "HttpRpcRequest.h"
#include <google/protobuf/descriptor.h>
#include <google/protobuf/message.h>
#include <google/protobuf/text_format.h>
#include <google/protobuf/util/json_util.h>
#include <google/protobuf/util/type_resolver_util.h>
DEFINE_LOG_CA... | 42.255952 | 135 | 0.755881 | fire |
b4151e70d7555aff9046b564a293832c45a831a3 | 680 | cpp | C++ | hackerrank/practice/mathematics/combinatorics/game_of_thrones_ii.cpp | Loks-/competitions | 3bb231ba9dd62447048832f45b09141454a51926 | [
"MIT"
] | 4 | 2018-06-05T14:15:52.000Z | 2022-02-08T05:14:23.000Z | hackerrank/practice/mathematics/combinatorics/game_of_thrones_ii.cpp | Loks-/competitions | 3bb231ba9dd62447048832f45b09141454a51926 | [
"MIT"
] | null | null | null | hackerrank/practice/mathematics/combinatorics/game_of_thrones_ii.cpp | Loks-/competitions | 3bb231ba9dd62447048832f45b09141454a51926 | [
"MIT"
] | 1 | 2018-10-21T11:01:35.000Z | 2018-10-21T11:01:35.000Z | // https://www.hackerrank.com/challenges/game-of-throne-ii
#include "common/modular/static/factorial.h"
#include "common/modular_io.h"
#include "common/stl/base.h"
#include <string>
using TFactorial = modular::mstatic::Factorial<TModularD, false>;
int main_game_of_thrones_ii() {
TFactorial f;
string s;
cin >>... | 22.666667 | 65 | 0.582353 | Loks- |
b41a3eaba77ff98259b271b1b784bc4b6fe6749c | 2,479 | cpp | C++ | ql/instruments/dividendbarrieroption.cpp | jiangjiali/QuantLib | 37c98eccfa18a95acb1e98b276831641be92b38e | [
"BSD-3-Clause"
] | 3,358 | 2015-12-18T02:56:17.000Z | 2022-03-31T02:42:47.000Z | ql/instruments/dividendbarrieroption.cpp | jiangjiali/QuantLib | 37c98eccfa18a95acb1e98b276831641be92b38e | [
"BSD-3-Clause"
] | 965 | 2015-12-21T10:35:28.000Z | 2022-03-30T02:47:00.000Z | ql/instruments/dividendbarrieroption.cpp | jiangjiali/QuantLib | 37c98eccfa18a95acb1e98b276831641be92b38e | [
"BSD-3-Clause"
] | 1,663 | 2015-12-17T17:45:38.000Z | 2022-03-31T07:58:29.000Z | /* -*- mode: c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
Copyright (C) 2008 Andreas Gaida
Copyright (C) 2008 Ralph Schreyer
Copyright (C) 2008 Klaus Spanderen
This file is part of QuantLib, a free-software/open-source library
for financial quantitative analysts and developers - http://q... | 37 | 80 | 0.628479 | jiangjiali |
b41b4ba95eb97f5ac038b6d586fc8653980195f9 | 8,874 | cpp | C++ | src/unity/lib/extensions/option_info.cpp | LeeCenY/turicreate | fb2f3bf313e831ceb42a2e10aacda6e472ea8d93 | [
"BSD-3-Clause"
] | 1 | 2018-11-15T15:32:26.000Z | 2018-11-15T15:32:26.000Z | src/unity/lib/extensions/option_info.cpp | LeeCenY/turicreate | fb2f3bf313e831ceb42a2e10aacda6e472ea8d93 | [
"BSD-3-Clause"
] | 2 | 2022-01-13T04:03:55.000Z | 2022-03-12T01:02:31.000Z | src/unity/lib/extensions/option_info.cpp | ZeroInfinite/turicreate | dd210c2563930881abd51fd69cb73007955b33fd | [
"BSD-3-Clause"
] | null | null | null | /* Copyright © 2017 Apple Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can
* be found in the LICENSE.txt file or at https://opensource.org/licenses/BSD-3-Clause
*/
#include <unity/lib/extensions/option_info.hpp>
#include <boost/lexical_cast.hpp>
namespace turi {... | 28.082278 | 92 | 0.49414 | LeeCenY |
b41b4eca36363074c8862854919c61e5a453e8c2 | 2,612 | hpp | C++ | 3rdparty/GPSTk/core/lib/Math/RACRotation.hpp | mfkiwl/ICE | e660d031bb1bcea664db1de4946fd8781be5b627 | [
"MIT"
] | 50 | 2019-10-12T01:22:20.000Z | 2022-02-15T23:28:26.000Z | 3rdparty/GPSTk/core/lib/Math/RACRotation.hpp | wuyou33/Enabling-Robust-State-Estimation-through-Measurement-Error-Covariance-Adaptation | 2f1ff054b7c5059da80bb3b2f80c05861a02cc36 | [
"MIT"
] | null | null | null | 3rdparty/GPSTk/core/lib/Math/RACRotation.hpp | wuyou33/Enabling-Robust-State-Estimation-through-Measurement-Error-Covariance-Adaptation | 2f1ff054b7c5059da80bb3b2f80c05861a02cc36 | [
"MIT"
] | 14 | 2019-11-05T01:50:29.000Z | 2021-08-06T06:23:44.000Z | //============================================================================
//
// This file is part of GPSTk, the GPS Toolkit.
//
// The GPSTk is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published
// by the Free Software Foundation; ei... | 34.826667 | 80 | 0.57389 | mfkiwl |
b41df9984c6db6f292ef5791700d994616d976fc | 623 | cpp | C++ | C++/0077-Combinations/soln-2.cpp | wyaadarsh/LeetCode-Solutions | 3719f5cb059eefd66b83eb8ae990652f4b7fd124 | [
"MIT"
] | 5 | 2020-07-24T17:48:59.000Z | 2020-12-21T05:56:00.000Z | C++/0077-Combinations/soln-2.cpp | zhangyaqi1989/LeetCode-Solutions | 2655a1ffc8678ad1de6c24295071308a18c5dc6e | [
"MIT"
] | null | null | null | C++/0077-Combinations/soln-2.cpp | zhangyaqi1989/LeetCode-Solutions | 2655a1ffc8678ad1de6c24295071308a18c5dc6e | [
"MIT"
] | 2 | 2020-07-24T17:49:01.000Z | 2020-08-31T19:57:35.000Z | class Solution {
public:
vector<vector<int>> combine(int n, int k) {
vector<vector<int>> combis;
vector<int> combi;
dfs(0, n, k, &combi, &combis);
return combis;
}
private:
void dfs(int pre, int n, int k, vector<int> * combi, vector<vector<int>> * combis) {
if (s... | 27.086957 | 88 | 0.473515 | wyaadarsh |
b41e5f828d24cb6c1eaeb8e7482a19299621676a | 3,595 | cc | C++ | content/browser/renderer_host/render_widget_host_delegate.cc | zipated/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | content/browser/renderer_host/render_widget_host_delegate.cc | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | content/browser/renderer_host/render_widget_host_delegate.cc | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/browser/renderer_host/render_widget_host_delegate.h"
#include "build/build_config.h"
#include "components/rappor/public/sample.h"
#... | 26.828358 | 79 | 0.793324 | zipated |
b41f006eec6c233661f0236cfdfe350b776197b9 | 21,696 | cc | C++ | ash/wm/lock_state_controller.cc | zipated/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | ash/wm/lock_state_controller.cc | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | ash/wm/lock_state_controller.cc | cangulcan/src | 2b8388091c71e442910a21ada3d97ae8bc1845d3 | [
"BSD-3-Clause"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.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 "ash/wm/lock_state_controller.h"
#include <algorithm>
#include <string>
#include <utility>
#include "ash/accessibility/accessibility_controller... | 36.463866 | 80 | 0.744653 | zipated |
b41fd8559b5f8aeca2f61deed83aecc81fefc773 | 51,281 | cpp | C++ | src/wxTTM/wx/TT32App.cpp | ttm-tt/wxTTM | f9c75f05a564a0d82034412c1eb4c94d943e267f | [
"MIT"
] | null | null | null | src/wxTTM/wx/TT32App.cpp | ttm-tt/wxTTM | f9c75f05a564a0d82034412c1eb4c94d943e267f | [
"MIT"
] | null | null | null | src/wxTTM/wx/TT32App.cpp | ttm-tt/wxTTM | f9c75f05a564a0d82034412c1eb4c94d943e267f | [
"MIT"
] | null | null | null | /* Copyright (C) 2020 Christoph Theis */
#include "stdafx.h"
#include <wx/progdlg.h>
#include <wx/xrc/xh_aui.h>
#include "tt32App.h"
#include "MainFrm.h"
#include "ChildFrm.h"
#include "FormViewEx.h"
#include "ImportOnlineEntries.h"
#include "ItemCtrl.h"
#include "Profile.h"
#include "InfoSystem.h"
#include "CpL... | 25.100832 | 137 | 0.673505 | ttm-tt |
b42224b628d49ff61719872ead3497569d73be3d | 360 | cpp | C++ | src/algorithms/insertion_sort.cpp | tmt514/sorting | 3fe1ee129392c526d571931058f7726bcdb30ce8 | [
"MIT"
] | null | null | null | src/algorithms/insertion_sort.cpp | tmt514/sorting | 3fe1ee129392c526d571931058f7726bcdb30ce8 | [
"MIT"
] | null | null | null | src/algorithms/insertion_sort.cpp | tmt514/sorting | 3fe1ee129392c526d571931058f7726bcdb30ce8 | [
"MIT"
] | null | null | null | #include "insertion_sort.h"
void InsertionSort::Sort(vector<int> &A) {
int n = A.size();
for (int i = 0; i < n; i++) {
// 假設 A[0... i-1] 已經排好了。
for (int j = i; j > 0; j--) {
if (A[j] < A[j - 1]) {
Swap(A[j], A[j - 1]);
} else {
break;
}
}
}
}
SorterFactoryRegistrar<... | 21.176471 | 63 | 0.486111 | tmt514 |
b42291cafbc63a20693652b56b1808c6d66c7043 | 9,581 | cpp | C++ | catboost/libs/data/load_data.cpp | ZhekehZ/catboost | 3f774da539b8e57cca25686b89c473cbd1f61a6c | [
"Apache-2.0"
] | null | null | null | catboost/libs/data/load_data.cpp | ZhekehZ/catboost | 3f774da539b8e57cca25686b89c473cbd1f61a6c | [
"Apache-2.0"
] | null | null | null | catboost/libs/data/load_data.cpp | ZhekehZ/catboost | 3f774da539b8e57cca25686b89c473cbd1f61a6c | [
"Apache-2.0"
] | null | null | null | #include "baseline.h"
#include "load_data.h"
#include "cb_dsv_loader.h"
#include "data_provider_builders.h"
#include <catboost/libs/column_description/cd_parser.h>
#include <catboost/libs/helpers/exception.h>
#include <catboost/libs/helpers/int_cast.h>
#include <catboost/libs/logging/logging.h>
#include <util/dateti... | 39.266393 | 133 | 0.602547 | ZhekehZ |
b4232b8a0751bd384cf1aa00e9995636b242165c | 3,084 | cpp | C++ | Source/CPP_Tutorial/CPP_TutorialGameMode.cpp | Mordil/UE4-CPP-Tutorial | 0ad3a50c0ef71949db25c67010738486e49c32fc | [
"MIT"
] | null | null | null | Source/CPP_Tutorial/CPP_TutorialGameMode.cpp | Mordil/UE4-CPP-Tutorial | 0ad3a50c0ef71949db25c67010738486e49c32fc | [
"MIT"
] | null | null | null | Source/CPP_Tutorial/CPP_TutorialGameMode.cpp | Mordil/UE4-CPP-Tutorial | 0ad3a50c0ef71949db25c67010738486e49c32fc | [
"MIT"
] | null | null | null | // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.
#include "CPP_Tutorial.h"
#include "Kismet/GameplayStatics.h"
#include "Blueprint/UserWidget.h"
#include "CPP_TutorialGameMode.h"
#include "CPP_TutorialCharacter.h"
#include "SpawnVolume.h"
ACPP_TutorialGameMode::ACPP_TutorialGameMode()
{
// set default ... | 22.510949 | 128 | 0.74773 | Mordil |
b4242721bfa66823bdf0269a54f9be88bb901581 | 1,873 | cpp | C++ | dlib/dlib/matlab/example_mex_class.cpp | mohitjain4395/mosip | 20ee978dc539be42c8b79cd4b604fdf681e7b672 | [
"MIT"
] | 11,719 | 2015-01-03T22:38:57.000Z | 2022-03-30T21:45:04.000Z | dlib/matlab/example_mex_class.cpp | KiLJ4EdeN/dlib | eb1f08ce6ab3ca6f9d10425d899103de3c0df56c | [
"BSL-1.0"
] | 2,518 | 2015-01-04T04:38:06.000Z | 2022-03-31T11:55:43.000Z | dlib/matlab/example_mex_class.cpp | KiLJ4EdeN/dlib | eb1f08ce6ab3ca6f9d10425d899103de3c0df56c | [
"BSL-1.0"
] | 3,308 | 2015-01-01T14:34:16.000Z | 2022-03-31T07:20:07.000Z | // The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
/*
This mex file will create a MATLAB function called example_mex_class. If you call it
with no arguments it will output the MATLAB .m code to create a MATLAB wrapper class.
Paste that code into a .m file. Then you... | 25.657534 | 91 | 0.651361 | mohitjain4395 |
b4273506d5ef8e09b196621a037933b39a9e98d6 | 23,939 | cpp | C++ | os_frt.cpp | asheraryam/frt | d2803cd3877f6b6904664bc9b46cb5ff9db3c5a5 | [
"MIT-0",
"MIT"
] | null | null | null | os_frt.cpp | asheraryam/frt | d2803cd3877f6b6904664bc9b46cb5ff9db3c5a5 | [
"MIT-0",
"MIT"
] | null | null | null | os_frt.cpp | asheraryam/frt | d2803cd3877f6b6904664bc9b46cb5ff9db3c5a5 | [
"MIT-0",
"MIT"
] | null | null | null | // os_frt.cpp
/*
* FRT - A Godot platform targeting single board computers
* Copyright (c) 2017-2019 Emanuele Fornara
*
* 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 restrict... | 28.87696 | 85 | 0.717783 | asheraryam |
b4280f4bc1f83b8a7a5fdc0606d2441e0ba995c1 | 2,321 | cpp | C++ | dev/Generated/ToggleSplitButton.properties.cpp | johnpf74/microsoft-ui-xaml | db7b371a8155a81800f4432d6052ef54cb20642a | [
"MIT"
] | 3 | 2018-12-06T08:02:41.000Z | 2020-03-24T13:23:27.000Z | dev/Generated/ToggleSplitButton.properties.cpp | jsuarezruiz/microsoft-ui-xaml | b6f8806e07206caebccc81fb77d325efa67d29de | [
"MIT"
] | 2 | 2018-12-07T16:49:26.000Z | 2018-12-07T16:50:00.000Z | dev/Generated/ToggleSplitButton.properties.cpp | jsuarezruiz/microsoft-ui-xaml | b6f8806e07206caebccc81fb77d325efa67d29de | [
"MIT"
] | 1 | 2020-08-28T10:29:11.000Z | 2020-08-28T10:29:11.000Z | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.
// DO NOT EDIT! This file was generated by CustomTasks.DependencyPropertyCodeGen
#include "pch.h"
#include "common.h"
#include "ToggleSplitButton.h"
CppWinRT... | 34.132353 | 181 | 0.73589 | johnpf74 |
b42813b7524836a38ae57b2595369ad6d057ae1b | 1,613 | cpp | C++ | LCS/delta/LCSFormat.cpp | CNHume/Samples | 2fdaa7a3193f19a882d0adebffaaf56af0984654 | [
"MIT"
] | null | null | null | LCS/delta/LCSFormat.cpp | CNHume/Samples | 2fdaa7a3193f19a882d0adebffaaf56af0984654 | [
"MIT"
] | null | null | null | LCS/delta/LCSFormat.cpp | CNHume/Samples | 2fdaa7a3193f19a882d0adebffaaf56af0984654 | [
"MIT"
] | null | null | null | // Copyright (C) 2017, Christopher N. Hume. All rights reserved.
//
// 2017-07-04 CNHume Created LCSRecord subclass
// 2015-01-23 CNHume Created file
//
#include "LCSRecord.h"
//
// Delta formatter
//
uint32_t LCSRecord::Show(shared_ptr<Delta> deltas, const RECORDS& r1, const RECORDS& r2,
const string& label1, co... | 31.627451 | 88 | 0.646001 | CNHume |
b428fdb7829f92a157bbcc5c488e38a2d9b715c5 | 12,720 | cpp | C++ | pxr/usd/lib/usdSkel/skinningQuery.cpp | octarrow/USD | 1845291a9701ab0a3a7d591bc243a1a80fdcba8a | [
"Unlicense"
] | 3 | 2019-02-20T07:34:17.000Z | 2019-08-13T08:17:04.000Z | pxr/usd/lib/usdSkel/skinningQuery.cpp | octarrow/USD | 1845291a9701ab0a3a7d591bc243a1a80fdcba8a | [
"Unlicense"
] | null | null | null | pxr/usd/lib/usdSkel/skinningQuery.cpp | octarrow/USD | 1845291a9701ab0a3a7d591bc243a1a80fdcba8a | [
"Unlicense"
] | 1 | 2019-10-04T21:57:06.000Z | 2019-10-04T21:57:06.000Z | //
// Copyright 2016 Pixar
//
// Licensed under the Apache License, Version 2.0 (the "Apache License")
// with the following modification; you may not use this file except in
// compliance with the Apache License and the following modification to it:
// Section 6. Trademarks. is deleted and replaced with:
//
// 6. Trad... | 32.44898 | 80 | 0.619182 | octarrow |
b42af0c603698dc93264550ad8a2840bcd4d7d90 | 11,229 | cpp | C++ | Modules/MapperExt/src/mitkVolumeMapperVtkSmart3D.cpp | samsmu/MITK | c93dce6dc38d8f4c961de4440e4dd113b9841c8c | [
"BSD-3-Clause"
] | 5 | 2015-02-05T10:58:41.000Z | 2019-04-17T15:04:07.000Z | Modules/MapperExt/src/mitkVolumeMapperVtkSmart3D.cpp | samsmu/MITK | c93dce6dc38d8f4c961de4440e4dd113b9841c8c | [
"BSD-3-Clause"
] | 141 | 2015-03-03T06:52:01.000Z | 2020-12-10T07:28:14.000Z | Modules/MapperExt/src/mitkVolumeMapperVtkSmart3D.cpp | samsmu/MITK | c93dce6dc38d8f4c961de4440e4dd113b9841c8c | [
"BSD-3-Clause"
] | 4 | 2015-02-19T06:48:13.000Z | 2020-06-19T16:20:25.000Z | /*===================================================================
The Medical Imaging Interaction Toolkit (MITK)
Copyright (c) German Cancer Research Center,
Division of Medical and Biological Informatics.
All rights reserved.
This software is distributed WITHOUT ANY WARRANTY; without
even the implied warranty o... | 37.059406 | 123 | 0.747618 | samsmu |
b42c343c4fb58d12235d44b514de72192de9ae29 | 49,344 | cpp | C++ | decreasoner.macosx/software/relsat-dist/SATSolver.cpp | problem-frames/openpf | 55100bd9cca61a182fc00cd3818bd59a6343ae6e | [
"BSD-3-Clause"
] | 1 | 2019-05-03T20:03:11.000Z | 2019-05-03T20:03:11.000Z | decreasoner.x86/software/relsat-dist/SATSolver.cpp | problem-frames/openpf | 55100bd9cca61a182fc00cd3818bd59a6343ae6e | [
"BSD-3-Clause"
] | null | null | null | decreasoner.x86/software/relsat-dist/SATSolver.cpp | problem-frames/openpf | 55100bd9cca61a182fc00cd3818bd59a6343ae6e | [
"BSD-3-Clause"
] | null | null | null | /////////////////
// OS Includes
#include <memory.h>
#include <stdlib.h>
//////////////
// Includes
#include "Clause.h"
#include "Random.h"
#include "SATInstance.h"
#include "SATSolver.h"
#include "VariableList.h"
/////////////////////////////
// Static Data Initialization
/////////////
// Defines
/////////////////... | 28.97475 | 104 | 0.658398 | problem-frames |
b4305e2c7fb22789d7587e77e7fe3c18933a591b | 1,088 | cpp | C++ | src/mt/fs/file.cpp | nfagan/mtype | a745271d366df64e1b4692cc90f0685ea4084ba6 | [
"MIT"
] | null | null | null | src/mt/fs/file.cpp | nfagan/mtype | a745271d366df64e1b4692cc90f0685ea4084ba6 | [
"MIT"
] | null | null | null | src/mt/fs/file.cpp | nfagan/mtype | a745271d366df64e1b4692cc90f0685ea4084ba6 | [
"MIT"
] | null | null | null | #include "file.hpp"
#include "path.hpp"
#include "../Optional.hpp"
#include "../config.hpp"
#include <fstream>
#if defined(MT_UNIX)
#include <sys/stat.h>
#endif
#if MT_IS_MSVC
#include <windows.h>
#endif
namespace mt::fs {
Optional<std::unique_ptr<std::string>> read_file(const FilePath& path) {
std::ifstream ifs(... | 22.666667 | 86 | 0.653493 | nfagan |
b4309cac4069973b4739419e4d2ff81cb2b2b07a | 1,855 | cpp | C++ | src/zimg/depth/x86/f16c_ivb.cpp | marxin/zimg | b6334acf4112877afc400cd9a0ace54e171e3f11 | [
"WTFPL"
] | 287 | 2015-01-02T13:59:32.000Z | 2022-03-29T22:47:54.000Z | src/zimg/depth/x86/f16c_ivb.cpp | marxin/zimg | b6334acf4112877afc400cd9a0ace54e171e3f11 | [
"WTFPL"
] | 143 | 2015-04-17T06:20:17.000Z | 2022-03-29T09:13:45.000Z | src/zimg/depth/x86/f16c_ivb.cpp | marxin/zimg | b6334acf4112877afc400cd9a0ace54e171e3f11 | [
"WTFPL"
] | 64 | 2015-01-02T13:59:35.000Z | 2022-03-30T17:20:55.000Z | #ifdef ZIMG_X86
#include "common/ccdep.h"
#include <immintrin.h>
#include "common/align.h"
#include "f16c_x86.h"
#include "common/x86/sse2_util.h"
#include "common/x86/avx_util.h"
namespace zimg {
namespace depth {
void f16c_half_to_float_ivb(const void *src, void *dst, unsigned left, unsigned right)
{
const uint... | 27.686567 | 86 | 0.690566 | marxin |
b432a808c1a85e543d9a6468bc3760adb46b7810 | 112,969 | cpp | C++ | flow/stacktrace.amalgamation.cpp | atn34/foundationdb | bd52f8cbd6596671d19af394ec8077c6298cc6aa | [
"Apache-2.0"
] | 4 | 2018-10-28T22:44:58.000Z | 2021-07-13T07:06:47.000Z | flow/stacktrace.amalgamation.cpp | atn34/foundationdb | bd52f8cbd6596671d19af394ec8077c6298cc6aa | [
"Apache-2.0"
] | 5 | 2018-04-27T21:59:53.000Z | 2018-07-27T02:54:53.000Z | flow/stacktrace.amalgamation.cpp | atn34/foundationdb | bd52f8cbd6596671d19af394ec8077c6298cc6aa | [
"Apache-2.0"
] | 1 | 2020-11-18T17:40:46.000Z | 2020-11-18T17:40:46.000Z | // Copyright 2017 The Abseil Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agre... | 37.357474 | 91 | 0.709717 | atn34 |
b4331f2c941c359559c6e89cd72977ca322af596 | 901 | hpp | C++ | src/stan/language/ast/node/array_expr.hpp | alashworth/stan-monorepo | 75596bc1f860ededd7b3e9ae9002aea97ee1cd46 | [
"BSD-3-Clause"
] | 1 | 2019-09-06T15:53:17.000Z | 2019-09-06T15:53:17.000Z | src/stan/language/ast/node/array_expr.hpp | alashworth/stan-monorepo | 75596bc1f860ededd7b3e9ae9002aea97ee1cd46 | [
"BSD-3-Clause"
] | 8 | 2019-01-17T18:51:16.000Z | 2019-01-17T18:51:39.000Z | src/stan/language/ast/node/array_expr.hpp | alashworth/stan-monorepo | 75596bc1f860ededd7b3e9ae9002aea97ee1cd46 | [
"BSD-3-Clause"
] | null | null | null | #ifndef STAN_LANG_AST_NODE_ARRAY_EXPR_HPP
#define STAN_LANG_AST_NODE_ARRAY_EXPR_HPP
#include "expression.hpp"
#include "stan/language/ast/scope.hpp"
#include "stan/language/ast/type/bare_expr_type.hpp"
#include <cstddef>
#include <vector>
namespace stan {
namespace lang {
struct expresssion;
/**
* Structure to hol... | 17.666667 | 63 | 0.687014 | alashworth |
b4342462aa98b494a6652dd589c634e20f9b9b4d | 16,530 | cpp | C++ | libsrc/hyperion/Hyperion.cpp | juanesf/hyperion_openwrt_mt7620 | a29624e1ca03c37517b043956b55064b6021c7b4 | [
"MIT"
] | null | null | null | libsrc/hyperion/Hyperion.cpp | juanesf/hyperion_openwrt_mt7620 | a29624e1ca03c37517b043956b55064b6021c7b4 | [
"MIT"
] | null | null | null | libsrc/hyperion/Hyperion.cpp | juanesf/hyperion_openwrt_mt7620 | a29624e1ca03c37517b043956b55064b6021c7b4 | [
"MIT"
] | null | null | null | #include <cassert>
#include "HyperionConfig.h"
#include "Poco/RegularExpression.h"
#include "Poco/StringTokenizer.h"
#include "Poco/Timestamp.h"
#include "Poco/Delegate.h"
#include "Poco/NumberParser.h"
#include "hyperion/Hyperion.h"
#include "hyperion/ImageProcessorFactory.h"
#include "leddevice/LedDevice.h"
#incl... | 34.509395 | 128 | 0.631458 | juanesf |
b434f81bf3017f6b445839273cee1ca131946154 | 2,389 | cpp | C++ | aqualectrix/sorter/sortProcess.cpp | aqualectrix/dbpf | 5bada102fddc24d9332f4de60c573ed06b722453 | [
"Unlicense"
] | null | null | null | aqualectrix/sorter/sortProcess.cpp | aqualectrix/dbpf | 5bada102fddc24d9332f4de60c573ed06b722453 | [
"Unlicense"
] | null | null | null | aqualectrix/sorter/sortProcess.cpp | aqualectrix/dbpf | 5bada102fddc24d9332f4de60c573ed06b722453 | [
"Unlicense"
] | null | null | null | /*
* sortProcess.cpp :
* Changes all sortindexes in the file to the given index.
*/
#include <iostream>
#include <string>
#include <vector>
#include "../../CatOfEvilGenius/library/DBPF.h"
#include "../../CatOfEvilGenius/library/DBPF_types.h"
#include "../../CatOfEvilGenius/library/DBPF_BINX.h"
using namespace std... | 29.134146 | 95 | 0.621599 | aqualectrix |
b435c30cd63c09357757da03771f8d3f4b4853b6 | 335 | cpp | C++ | Codeforces/Translation.cpp | unobatbayar/codingbat | 085c86f8f2f043cc020ba0f5fcc364d3f03de9e6 | [
"MIT"
] | 2 | 2018-10-28T16:56:20.000Z | 2019-05-17T19:13:21.000Z | Codeforces/Translation.cpp | unobatbayar/CodingBat | 94044b6150df8ce7a4fbe42a47b168fbf2fede61 | [
"MIT"
] | null | null | null | Codeforces/Translation.cpp | unobatbayar/CodingBat | 94044b6150df8ce7a4fbe42a47b168fbf2fede61 | [
"MIT"
] | null | null | null | #include <iostream>
using namespace std;
string correct(string s, string t){
int length = s.size();
for(int i = 0; i<length; ++i){
if(s[i] != t[length-1-i]) return "NO";
}
return "YES";
}
int main() {
string s;
string t;
cin >> s >> t;
cout << correct(s, t) << endl;
... | 15.952381 | 46 | 0.504478 | unobatbayar |
b435d2d553cf9ec7690bbba01324fb440654998e | 6,001 | cc | C++ | xls/common/logging/log_flags_test.cc | felixzhuologist/xls | b6a4ec7190049002be1c0829d52b1d7767c88204 | [
"Apache-2.0"
] | 687 | 2020-08-20T21:24:09.000Z | 2022-03-24T11:58:16.000Z | xls/common/logging/log_flags_test.cc | felixzhuologist/xls | b6a4ec7190049002be1c0829d52b1d7767c88204 | [
"Apache-2.0"
] | 472 | 2020-08-20T20:59:38.000Z | 2022-03-31T15:25:47.000Z | xls/common/logging/log_flags_test.cc | felixzhuologist/xls | b6a4ec7190049002be1c0829d52b1d7767c88204 | [
"Apache-2.0"
] | 92 | 2020-08-24T20:32:46.000Z | 2022-03-27T21:42:17.000Z | // Copyright 2020 The XLS Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed t... | 36.369697 | 79 | 0.753374 | felixzhuologist |
b4379a152395d707a7f5b7d5fe3b1a5ffb55eb91 | 18,656 | cc | C++ | chrome/browser/sync_file_system/sync_file_system_service.cc | leiferikb/bitpop-private | 4c967307d228e86f07f2576068a169e846c833ca | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2021-11-15T15:17:43.000Z | 2021-11-15T15:17:43.000Z | chrome/browser/sync_file_system/sync_file_system_service.cc | houseoflifeproperty/bitpop-private | 4c967307d228e86f07f2576068a169e846c833ca | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | chrome/browser/sync_file_system/sync_file_system_service.cc | houseoflifeproperty/bitpop-private | 4c967307d228e86f07f2576068a169e846c833ca | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2020-11-04T07:24:02.000Z | 2020-11-04T07:24:02.000Z | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/sync_file_system/sync_file_system_service.h"
#include "base/bind.h"
#include "base/logging.h"
#include "base/memory/ref_coun... | 34.043796 | 89 | 0.726201 | leiferikb |
b43b621485333f50997dbf39fbaa97849e350bc6 | 220,487 | cpp | C++ | src/game/ChatCommands/Level3.cpp | tbayart/mangostwoserver | fc26f650b9f72c1f7376207f9b9d3fdf66387a1e | [
"PostgreSQL",
"Zlib",
"OpenSSL"
] | null | null | null | src/game/ChatCommands/Level3.cpp | tbayart/mangostwoserver | fc26f650b9f72c1f7376207f9b9d3fdf66387a1e | [
"PostgreSQL",
"Zlib",
"OpenSSL"
] | null | null | null | src/game/ChatCommands/Level3.cpp | tbayart/mangostwoserver | fc26f650b9f72c1f7376207f9b9d3fdf66387a1e | [
"PostgreSQL",
"Zlib",
"OpenSSL"
] | null | null | null | /**
* MaNGOS is a full featured server for World of Warcraft, supporting
* the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8
*
* Copyright (C) 2005-2017 MaNGOS project <https://getmangos.eu>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gen... | 30.282516 | 249 | 0.609542 | tbayart |
b43b885f4f8a57b490612b28ca9653a7e08aa96f | 9,255 | cpp | C++ | src/graphic/oni-graphic-renderer-ogl-quad.cpp | sina-/granite | 95b873bc545cd4925b5cea8c632a82f2d815be6e | [
"MIT"
] | 2 | 2019-08-01T09:18:49.000Z | 2020-03-26T05:59:52.000Z | src/graphic/oni-graphic-renderer-ogl-quad.cpp | sina-/granite | 95b873bc545cd4925b5cea8c632a82f2d815be6e | [
"MIT"
] | null | null | null | src/graphic/oni-graphic-renderer-ogl-quad.cpp | sina-/granite | 95b873bc545cd4925b5cea8c632a82f2d815be6e | [
"MIT"
] | 1 | 2020-03-26T05:59:53.000Z | 2020-03-26T05:59:53.000Z | #include <oni-core/graphic/oni-graphic-renderer-ogl-quad.h>
#include <cassert>
#include <GL/glew.h>
#include <oni-core/graphic/buffer/oni-graphic-buffer-data.h>
#include <oni-core/graphic/buffer/oni-graphic-index-buffer.h>
#include <oni-core/graphic/buffer/oni-graphic-frame-buffer.h>
#include <oni-core/graphic/buffe... | 33.532609 | 98 | 0.596002 | sina- |
b43d3e527520ce9b211eda35514afe356721df04 | 760 | cpp | C++ | src/powercycle.cpp | raghu-veer/powercycle-mgr | 955e806538560575078aaee261149d8b04ee07f3 | [
"MIT"
] | null | null | null | src/powercycle.cpp | raghu-veer/powercycle-mgr | 955e806538560575078aaee261149d8b04ee07f3 | [
"MIT"
] | null | null | null | src/powercycle.cpp | raghu-veer/powercycle-mgr | 955e806538560575078aaee261149d8b04ee07f3 | [
"MIT"
] | null | null | null | #include <cstdlib>
#include <cstdint>
#include <string>
#include <vector>
#include <chrono>
#include <ctime>
#include <fstream>
#include <unistd.h>
#include <sys/reboot.h>
#include "powercycle.hpp"
Powercycle::Powercycle(const uint32_t& wakeupTime) :
wakeupTime_(wakeupTime)
{
execute();
}
void Powercycle::execu... | 19.487179 | 94 | 0.703947 | raghu-veer |
b43eacc0c960cc5807ad6e737a95394d19b99747 | 47,347 | cpp | C++ | src/qsa/src/engine/qsclass.cpp | hackbinary/pdfedit | 5efb58265d0b86c2786d7b218aa0d6f895b926d3 | [
"CECILL-B"
] | 13 | 2015-10-15T01:26:37.000Z | 2019-11-18T21:50:46.000Z | src/qsa/src/engine/qsclass.cpp | mmoselhy/PDF-X | b72597bbb0c6c86d99e44cf18f7b46d5175a7bfa | [
"CECILL-B"
] | 1 | 2020-03-28T23:06:53.000Z | 2020-04-08T03:24:06.000Z | src/qsa/src/engine/qsclass.cpp | mmoselhy/PDF-X | b72597bbb0c6c86d99e44cf18f7b46d5175a7bfa | [
"CECILL-B"
] | 14 | 2016-01-31T10:54:56.000Z | 2020-08-31T11:08:42.000Z | /****************************************************************************
** $Id$
**
** Copyright (C) 2001-2006 Trolltech AS. All rights reserved.
**
** This file is part of the Qt Script for Applications framework (QSA).
**
** This file may be distributed and/or modified under the terms of the
** GNU General Publ... | 26.810306 | 109 | 0.622215 | hackbinary |
b43ec0380d4b35390ef75f81a83167bf90a6fc1e | 15,264 | cpp | C++ | addons/ofxUI/example-AllWidgets/src/ofApp.cpp | k4rm/AscoGraph | 9038ae785b6f4f144a3ab5c4c5520761c0cd08f2 | [
"MIT"
] | 18 | 2015-01-18T22:34:22.000Z | 2020-09-06T20:30:30.000Z | addons/ofxUI/example-AllWidgets/src/ofApp.cpp | k4rm/AscoGraph | 9038ae785b6f4f144a3ab5c4c5520761c0cd08f2 | [
"MIT"
] | 2 | 2015-08-04T00:07:46.000Z | 2017-05-10T15:53:51.000Z | addons/ofxUI/example-AllWidgets/src/ofApp.cpp | k4rm/AscoGraph | 9038ae785b6f4f144a3ab5c4c5520761c0cd08f2 | [
"MIT"
] | 10 | 2015-01-18T23:46:10.000Z | 2019-08-25T12:10:04.000Z | #include "ofApp.h"
//--------------------------------------------------------------
void ofApp::setup(){
ofSetCircleResolution(120);
red = 233; blue = 233; green = 233;
hideGUI = false;
bdrawGrid = false;
bdrawPadding = false;
ddl = NULL;
textInput = NULL;
img = new ofImage();
img->... | 28.007339 | 171 | 0.558831 | k4rm |
b4408f5060b26eed1b6e0d09c85abd16a62a44ab | 7,845 | cpp | C++ | ctl/source/modes/mirroring/ModeSetState.cpp | TomatoYoung/beegfs | edf287940175ecded493183209719d2d90d45374 | [
"BSD-3-Clause"
] | null | null | null | ctl/source/modes/mirroring/ModeSetState.cpp | TomatoYoung/beegfs | edf287940175ecded493183209719d2d90d45374 | [
"BSD-3-Clause"
] | null | null | null | ctl/source/modes/mirroring/ModeSetState.cpp | TomatoYoung/beegfs | edf287940175ecded493183209719d2d90d45374 | [
"BSD-3-Clause"
] | null | null | null | #include "ModeSetState.h"
#include <common/net/message/nodes/SetTargetConsistencyStatesMsg.h>
#include <common/net/message/nodes/SetTargetConsistencyStatesRespMsg.h>
#include <common/toolkit/MessagingTk.h>
#include <common/toolkit/UiTk.h>
#include <program/Program.h>
#define MODESETSTATE_ARG_TARGETID "--targetid"
... | 33.814655 | 111 | 0.613384 | TomatoYoung |
b440d9e6869db0f5da40e6e96e05d7dc26765b8b | 629 | cpp | C++ | acmicpc.net/source/2303.cpp | tdm1223/Algorithm | 994149afffa21a81e38b822afcfc01f677d9e430 | [
"MIT"
] | 7 | 2019-06-26T07:03:32.000Z | 2020-11-21T16:12:51.000Z | acmicpc.net/source/2303.cpp | tdm1223/Algorithm | 994149afffa21a81e38b822afcfc01f677d9e430 | [
"MIT"
] | null | null | null | acmicpc.net/source/2303.cpp | tdm1223/Algorithm | 994149afffa21a81e38b822afcfc01f677d9e430 | [
"MIT"
] | 9 | 2019-02-28T03:34:54.000Z | 2020-12-18T03:02:40.000Z | // 2303. 숫자 게임
// 2019.10.27
// 구현
#include<iostream>
#include<vector>
using namespace std;
int maxVal;
int idx;
int check(vector<int>& v)
{
int val = 0;
for (int i = 0; i < 3; i++)
{
for (int j = i + 1; j < 4; j++)
{
for (int k = j + 1; k < 5; k++)
{
int sum = (v[i] + v[j] + v[k]) % 10;
val = va... | 12.836735 | 40 | 0.45151 | tdm1223 |
b4430917bc5a21408a8e649f6fa76d2e8354ea28 | 39 | cpp | C++ | src/task_base_pro/task_group.cpp | maxcong001/task_base_pro | 2f309ea790c615389ecce3882cea7cca4aab93e3 | [
"MIT"
] | 1 | 2018-03-06T08:37:46.000Z | 2018-03-06T08:37:46.000Z | src/task_base_pro/task_group.cpp | maxcong001/task_base_pro | 2f309ea790c615389ecce3882cea7cca4aab93e3 | [
"MIT"
] | null | null | null | src/task_base_pro/task_group.cpp | maxcong001/task_base_pro | 2f309ea790c615389ecce3882cea7cca4aab93e3 | [
"MIT"
] | null | null | null | #include "task_base_pro/task_group.hpp" | 39 | 39 | 0.846154 | maxcong001 |
b443842353cdf7cd048e046f6d894f8de79b98ac | 1,446 | cpp | C++ | escher/src/stack_view.cpp | VersiraSec/epsilon-cfw | d12b44c6c6668ecc14b60d8dd098ba5c230b1291 | [
"FSFAP"
] | 1,442 | 2017-08-28T19:39:45.000Z | 2022-03-30T00:56:14.000Z | escher/src/stack_view.cpp | VersiraSec/epsilon-cfw | d12b44c6c6668ecc14b60d8dd098ba5c230b1291 | [
"FSFAP"
] | 1,321 | 2017-08-28T23:03:10.000Z | 2022-03-31T19:32:17.000Z | escher/src/stack_view.cpp | VersiraSec/epsilon-cfw | d12b44c6c6668ecc14b60d8dd098ba5c230b1291 | [
"FSFAP"
] | 421 | 2017-08-28T22:02:39.000Z | 2022-03-28T20:52:21.000Z | #include <escher/stack_view.h>
#include <escher/metric.h>
extern "C" {
#include <assert.h>
}
namespace Escher {
StackView::StackView() :
View(),
m_controller(nullptr)
{
}
void StackView::setTextColor(KDColor textColor) {
m_textColor = textColor;
markRectAsDirty(bounds());
}
void StackView::setBackgroundColo... | 24.508475 | 112 | 0.728907 | VersiraSec |
b444253c17b560fbd15ac4a5f17eaaf13fb41b28 | 9,030 | cpp | C++ | src/prod/src/Reliability/LoadBalancing/Metric.cpp | vishnuk007/service-fabric | d0afdea185ae932cc3c9eacf179692e6fddbc630 | [
"MIT"
] | 2,542 | 2018-03-14T21:56:12.000Z | 2019-05-06T01:18:20.000Z | src/prod/src/Reliability/LoadBalancing/Metric.cpp | vishnuk007/service-fabric | d0afdea185ae932cc3c9eacf179692e6fddbc630 | [
"MIT"
] | 994 | 2019-05-07T02:39:30.000Z | 2022-03-31T13:23:04.000Z | src/prod/src/Reliability/LoadBalancing/Metric.cpp | vishnuk007/service-fabric | d0afdea185ae932cc3c9eacf179692e6fddbc630 | [
"MIT"
] | 300 | 2018-03-14T21:57:17.000Z | 2019-05-06T20:07:00.000Z | // ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// ------------------------------------------------------------
#include "stdafx.h"
#include "... | 42.796209 | 132 | 0.762348 | vishnuk007 |
b445ca1b1c3a76d2c525278f73a7b90cb909f0e4 | 1,239 | cpp | C++ | C++/TICPP-2e-v1/C12/ByteTest.cpp | trammell/test | ccac5e1dac947032e64d813e53cb961417a58d05 | [
"Artistic-2.0"
] | null | null | null | C++/TICPP-2e-v1/C12/ByteTest.cpp | trammell/test | ccac5e1dac947032e64d813e53cb961417a58d05 | [
"Artistic-2.0"
] | null | null | null | C++/TICPP-2e-v1/C12/ByteTest.cpp | trammell/test | ccac5e1dac947032e64d813e53cb961417a58d05 | [
"Artistic-2.0"
] | null | null | null | //: C12:ByteTest.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
#include "Byte.h"
#include <fstream>
using namespace std;
ofstream out("ByteTest.out");
void k(Byte& b1, Byte& b2) {
b1 = b1 * b2 + b2 % b1;
... | 24.294118 | 50 | 0.489104 | trammell |
b44632d846ffa4a399d02535ab412d6c2efb437e | 2,141 | hpp | C++ | CaWE/ModelEditor/SceneView3D.hpp | dns/Cafu | 77b34014cc7493d6015db7d674439fe8c23f6493 | [
"MIT"
] | 3 | 2020-04-11T13:00:31.000Z | 2020-12-07T03:19:10.000Z | CaWE/ModelEditor/SceneView3D.hpp | DNS/Cafu | 77b34014cc7493d6015db7d674439fe8c23f6493 | [
"MIT"
] | null | null | null | CaWE/ModelEditor/SceneView3D.hpp | DNS/Cafu | 77b34014cc7493d6015db7d674439fe8c23f6493 | [
"MIT"
] | 1 | 2020-04-11T13:00:04.000Z | 2020-04-11T13:00:04.000Z | /*
Cafu Engine, http://www.cafu.de/
Copyright (c) Carsten Fuchs and other contributors.
This project is licensed under the terms of the MIT license.
*/
#ifndef CAFU_MODELEDITOR_SCENE_VIEW_3D_HPP_INCLUDED
#define CAFU_MODELEDITOR_SCENE_VIEW_3D_HPP_INCLUDED
#include "../Generic3DWindow.hpp"
#include "Models/Model_cmdl.... | 33.453125 | 153 | 0.670715 | dns |
b4487f0047155b05a081c68c30c33843e90b062e | 295,372 | cpp | C++ | tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp | opencor/llvm-clang | 416d1dd61a1a748e6f20a46e20d0394e252cdbaa | [
"Apache-2.0"
] | 605 | 2019-10-18T01:15:54.000Z | 2022-03-31T14:31:04.000Z | tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp | opencor/llvm-clang | 416d1dd61a1a748e6f20a46e20d0394e252cdbaa | [
"Apache-2.0"
] | 3,180 | 2019-10-18T01:21:21.000Z | 2022-03-31T23:25:41.000Z | tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp | opencor/llvm-clang | 416d1dd61a1a748e6f20a46e20d0394e252cdbaa | [
"Apache-2.0"
] | 275 | 2019-10-18T05:27:22.000Z | 2022-03-30T09:04:21.000Z | //===-- RewriteModernObjC.cpp - Playground for the code rewriter ----------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | 39.018758 | 106 | 0.620133 | opencor |
b4494d3c379922e1b05f749db7019ecd052782ba | 12,199 | cpp | C++ | ext/libr2tao/required.cpp | jwillemsen/r2corba | c9d32d15b00e3421c00c5a65c9a12bcf2d7beff5 | [
"BSD-3-Clause"
] | 1 | 2022-03-07T19:43:43.000Z | 2022-03-07T19:43:43.000Z | ext/libr2tao/required.cpp | RemedyIT/r2corba | c65215dd70fb9597d694236b8f3c72890bd827d8 | [
"BSD-3-Clause"
] | 16 | 2019-12-02T15:14:52.000Z | 2022-03-02T13:22:19.000Z | ext/libr2tao/required.cpp | jwillemsen/r2corba | c9d32d15b00e3421c00c5a65c9a12bcf2d7beff5 | [
"BSD-3-Clause"
] | 4 | 2019-11-12T15:14:38.000Z | 2021-04-27T11:51:57.000Z | /*--------------------------------------------------------------------
# required.h - R2TAO CORBA basic support
#
# Author: Martin Corino
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the R2CORBA LICENSE which is
# included with this program.
#
# Copyright (c) Remedy I... | 27.725 | 126 | 0.677924 | jwillemsen |