hexsha stringlengths 40 40 | size int64 19 11.4M | ext stringclasses 13
values | lang stringclasses 1
value | max_stars_repo_path stringlengths 3 270 | max_stars_repo_name stringlengths 5 110 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses listlengths 1 9 | max_stars_count float64 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 3 270 | max_issues_repo_name stringlengths 5 116 | max_issues_repo_head_hexsha stringlengths 40 78 | max_issues_repo_licenses listlengths 1 9 | max_issues_count float64 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 3 270 | max_forks_repo_name stringlengths 5 116 | max_forks_repo_head_hexsha stringlengths 40 78 | max_forks_repo_licenses listlengths 1 9 | max_forks_count float64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringlengths 24 24 ⌀ | max_forks_repo_forks_event_max_datetime stringlengths 24 24 ⌀ | content stringlengths 19 11.4M | avg_line_length float64 1.93 229k | max_line_length int64 12 688k | alphanum_fraction float64 0.07 0.99 | matches listlengths 1 10 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d424c71261ff95d022f087f53b93abce477b0e8a | 21,075 | hpp | C++ | include/nrf24l01plus/nrf24l01plus.hpp | Niels-Post/cpp_nrf24l01 | ec43daea19925ced6c65c393d962ca96f5acfeee | [
"BSL-1.0"
] | null | null | null | include/nrf24l01plus/nrf24l01plus.hpp | Niels-Post/cpp_nrf24l01 | ec43daea19925ced6c65c393d962ca96f5acfeee | [
"BSL-1.0"
] | null | null | null | include/nrf24l01plus/nrf24l01plus.hpp | Niels-Post/cpp_nrf24l01 | ec43daea19925ced6c65c393d962ca96f5acfeee | [
"BSL-1.0"
] | null | null | null | /*
*
* Copyright Niels Post 2019.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* https://www.boost.org/LICENSE_1_0.txt)
*
*/
#ifndef PROJECT_NRF24L01_HPP
#define PROJECT_NRF24L01_HPP
#include <hwlib.hpp>
#include <spi/bus_base.hpp>... | 36.973684 | 155 | 0.542206 | [
"object"
] |
d426cb9eabaa2892d9de7ed85bf1ed3bfcfad71c | 3,664 | cpp | C++ | cpp/dynamically_memory/array/text_query.cpp | wjiec/packages | 4ccaf8f717265a1f8a9af533f9a998b935efb32a | [
"MIT"
] | null | null | null | cpp/dynamically_memory/array/text_query.cpp | wjiec/packages | 4ccaf8f717265a1f8a9af533f9a998b935efb32a | [
"MIT"
] | 1 | 2016-09-15T07:06:15.000Z | 2016-09-15T07:06:15.000Z | cpp/dynamically_memory/array/text_query.cpp | wjiec/packages | 4ccaf8f717265a1f8a9af533f9a998b935efb32a | [
"MIT"
] | null | null | null | #include <iostream>
#include <iterator>
#include <sstream>
#include <fstream>
#include <memory>
#include <vector>
#include <string>
#include <map>
#include <set>
using namespace std;
// pre-definition
class QueryResult;
// TextQuery Classes
class TextQuery {
public:
// from file getting l... | 27.757576 | 116 | 0.542031 | [
"vector"
] |
d4275b76d4d328433a1402ba4f9676856116c397 | 3,572 | cpp | C++ | modules/src/models/intervaldataseries.cpp | phernst/ctl | f2369cf3141ff6a696219f99b09fd60c0ea12eac | [
"MIT"
] | null | null | null | modules/src/models/intervaldataseries.cpp | phernst/ctl | f2369cf3141ff6a696219f99b09fd60c0ea12eac | [
"MIT"
] | null | null | null | modules/src/models/intervaldataseries.cpp | phernst/ctl | f2369cf3141ff6a696219f99b09fd60c0ea12eac | [
"MIT"
] | null | null | null | #include "intervaldataseries.h"
namespace CTL {
IntervalDataSeries IntervalDataSeries::sampledFromModel(const AbstractIntegrableDataModel& dataModel,
float from, float to, uint nbSamples)
{
Q_ASSERT(from <= to);
Q_ASSERT(nbSamples > 0);
IntervalData... | 27.476923 | 101 | 0.62458 | [
"vector"
] |
2d6d6fa6ff60dceb867032f362c18c2cb71cccd0 | 1,859 | cpp | C++ | Engine/General/Input.cpp | BielBdeLuna/DarkXL | 647f88835b78f0afc595c17ccb7410c0661c93a9 | [
"MIT"
] | 3 | 2020-02-21T13:25:46.000Z | 2021-02-27T06:49:18.000Z | Engine/General/Input.cpp | BielBdeLuna/DarkXL | 647f88835b78f0afc595c17ccb7410c0661c93a9 | [
"MIT"
] | null | null | null | Engine/General/Input.cpp | BielBdeLuna/DarkXL | 647f88835b78f0afc595c17ccb7410c0661c93a9 | [
"MIT"
] | null | null | null | #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#include <windows.h>
#include "Input.h"
#include "DXL_Console.h"
char Input::m_aKeyState[512];
vector<Input::KeyDownCB_t *> Input::m_KeyDownCB;
float Input::m_fMouseX;
float Input::m_fMouseY;
void Input::Init()
{
memset(m_aKey... | 20.428571 | 79 | 0.642281 | [
"vector"
] |
2d70954bb66df1fe0ee2f8624d96fdc635d1f549 | 8,864 | cpp | C++ | tsf/src/v20180326/model/DescribeSimpleNamespacesRequest.cpp | sinjoywong/tencentcloud-sdk-cpp | 1b931d20956a90b15a6720f924e5c69f8786f9f4 | [
"Apache-2.0"
] | 43 | 2019-08-14T08:14:12.000Z | 2022-03-30T12:35:09.000Z | tsf/src/v20180326/model/DescribeSimpleNamespacesRequest.cpp | sinjoywong/tencentcloud-sdk-cpp | 1b931d20956a90b15a6720f924e5c69f8786f9f4 | [
"Apache-2.0"
] | 12 | 2019-07-15T10:44:59.000Z | 2021-11-02T12:35:00.000Z | tsf/src/v20180326/model/DescribeSimpleNamespacesRequest.cpp | sinjoywong/tencentcloud-sdk-cpp | 1b931d20956a90b15a6720f924e5c69f8786f9f4 | [
"Apache-2.0"
] | 28 | 2019-07-12T09:06:22.000Z | 2022-03-30T08:04:18.000Z | /*
* 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
... | 28.593548 | 116 | 0.731724 | [
"vector",
"model"
] |
2d725b9cc6a8d89a40db0dfa1488c936ad0a0acd | 2,396 | hpp | C++ | src/visu/layer.hpp | kgd-al/APOGeT | 5d87db0daa9b063274724c75e69b010514224ddb | [
"MIT"
] | null | null | null | src/visu/layer.hpp | kgd-al/APOGeT | 5d87db0daa9b063274724c75e69b010514224ddb | [
"MIT"
] | null | null | null | src/visu/layer.hpp | kgd-al/APOGeT | 5d87db0daa9b063274724c75e69b010514224ddb | [
"MIT"
] | null | null | null | #ifndef KGD_APOGET_LAYER_HPP
#define KGD_APOGET_LAYER_HPP
/*!
* \file layer.hpp
*
* Contains the definition a graphics scene layer item that can draw anything
* through a QPainter object
*/
#include <cassert>
#include <functional>
#include <QGraphicsItem>
namespace gui {
/// Graphics scene layer item used to ... | 25.763441 | 79 | 0.692821 | [
"object"
] |
2d7cf85fd58380d1852bd2dee77775102dc4d119 | 55,257 | cpp | C++ | src/theory/rewriterules/rr_inst_match.cpp | jorgetheawesome/CVC4 | 2fda1f59b3f5c5d0d6d9b36ae206b8984fb6064c | [
"BSL-1.0"
] | null | null | null | src/theory/rewriterules/rr_inst_match.cpp | jorgetheawesome/CVC4 | 2fda1f59b3f5c5d0d6d9b36ae206b8984fb6064c | [
"BSL-1.0"
] | null | null | null | src/theory/rewriterules/rr_inst_match.cpp | jorgetheawesome/CVC4 | 2fda1f59b3f5c5d0d6d9b36ae206b8984fb6064c | [
"BSL-1.0"
] | null | null | null | /********************* */
/*! \file rr_inst_match.cpp
** \verbatim
** Original author: Morgan Deters
** Major contributors: Francois Bobot
** Minor contributors (to current version): Andrew Reynolds
** This file is part of the CVC4 project.
** Copyright (c) 2... | 34.600501 | 165 | 0.650687 | [
"shape",
"vector"
] |
2d89606b540cd11aa6c5b2056e0817b0dd5e6790 | 3,690 | hpp | C++ | src/src_c/NOXPimpact/NOX_Pimpact_Interface.hpp | huppd/PINTimpact | 766b2ef4d2fa9e6727965e48a3fba7b752074850 | [
"MIT"
] | null | null | null | src/src_c/NOXPimpact/NOX_Pimpact_Interface.hpp | huppd/PINTimpact | 766b2ef4d2fa9e6727965e48a3fba7b752074850 | [
"MIT"
] | null | null | null | src/src_c/NOXPimpact/NOX_Pimpact_Interface.hpp | huppd/PINTimpact | 766b2ef4d2fa9e6727965e48a3fba7b752074850 | [
"MIT"
] | null | null | null | /// Pimpact
/// \author huppd
/// \date 2018
#pragma once
#ifndef NOX_PIMPACT_INTERFACE_HPP
#define NOX_PIMPACT_INTERFACE_HPP
#include <mpi.h>
#include "Teuchos_RCP.hpp"
#include "NOX_Abstract_Group.H"
#include "NOX_Common.H"
#include "Pimpact_LinearProblem.hpp"
#include "Pimpact_MultiField.hpp"
#include "Pimpac... | 24.932432 | 108 | 0.692683 | [
"vector"
] |
2d91c9ebae5a180388e76edf5bc62755cafb599f | 989 | cpp | C++ | IfcPlusPlus/src/ifcpp/IFC4/lib/IfcPresentationStyleSelect.cpp | AlexVlk/ifcplusplus | 2f8cd5457312282b8d90b261dbf8fb66e1c84057 | [
"MIT"
] | 426 | 2015-04-12T10:00:46.000Z | 2022-03-29T11:03:02.000Z | IfcPlusPlus/src/ifcpp/IFC4/lib/IfcPresentationStyleSelect.cpp | AlexVlk/ifcplusplus | 2f8cd5457312282b8d90b261dbf8fb66e1c84057 | [
"MIT"
] | 124 | 2015-05-15T05:51:00.000Z | 2022-02-09T15:25:12.000Z | IfcPlusPlus/src/ifcpp/IFC4/lib/IfcPresentationStyleSelect.cpp | AlexVlk/ifcplusplus | 2f8cd5457312282b8d90b261dbf8fb66e1c84057 | [
"MIT"
] | 214 | 2015-05-06T07:30:37.000Z | 2022-03-26T16:14:04.000Z | /* Code generated by IfcQuery EXPRESS generator, www.ifcquery.com */
#include <map>
#include "ifcpp/model/BasicTypes.h"
#include "ifcpp/model/BuildingException.h"
#include "ifcpp/reader/ReaderUtil.h"
#include "ifcpp/IFC4/include/IfcNullStyle.h"
#include "ifcpp/IFC4/include/IfcPresentationStyleSelect.h"
// TYPE... | 39.56 | 169 | 0.759353 | [
"model"
] |
2d9bfc20a715e41a806cec085f96ed821e5221dd | 5,842 | cpp | C++ | src/RRTStar/RRTStarWrapper.cpp | fangedward/rrt-star-planning | 8b9061681e7761f25d733f53111a0009c8979e6a | [
"Apache-2.0"
] | 3 | 2020-07-23T07:13:56.000Z | 2022-03-09T19:31:37.000Z | src/RRTStar/RRTStarWrapper.cpp | fangedward/rrt-star-planning | 8b9061681e7761f25d733f53111a0009c8979e6a | [
"Apache-2.0"
] | null | null | null | src/RRTStar/RRTStarWrapper.cpp | fangedward/rrt-star-planning | 8b9061681e7761f25d733f53111a0009c8979e6a | [
"Apache-2.0"
] | 1 | 2020-04-28T06:14:07.000Z | 2020-04-28T06:14:07.000Z | #include "src/RRTStar/rrt_star.h"
#include "src/RRTStar/py_cpp_struct.h"
#include <algorithm>
#include <eigen3/Eigen/Dense>
#include <vector>
#include <map>
double SPACEDIM = 2.0;
double PI = 3.14159;
extern "C" {
Node* getRandomNodeWithinRadius(RRT *rrt) {
Node *q_new = rrt->getRandomNode();
Nod... | 32.276243 | 80 | 0.518487 | [
"vector"
] |
2da124e8ec3b40f1df9f7ff5424a55dda49375a6 | 439 | hpp | C++ | physics/BtShape.hpp | quyse/inanity | a39225c5a41f879abe5aa492bb22b500dbe77433 | [
"MIT"
] | 26 | 2015-04-22T05:25:25.000Z | 2020-11-15T11:07:56.000Z | physics/BtShape.hpp | quyse/inanity | a39225c5a41f879abe5aa492bb22b500dbe77433 | [
"MIT"
] | 2 | 2015-01-05T10:41:27.000Z | 2015-01-06T20:46:11.000Z | physics/BtShape.hpp | quyse/inanity | a39225c5a41f879abe5aa492bb22b500dbe77433 | [
"MIT"
] | 5 | 2016-08-02T11:13:57.000Z | 2018-10-26T11:19:27.000Z | #ifndef ___INANITY_PHYSICS_BT_SHAPE_HPP___
#define ___INANITY_PHYSICS_BT_SHAPE_HPP___
#include "Shape.hpp"
#include "bt.hpp"
BEGIN_INANITY_PHYSICS
class BtWorld;
/// Класс формы для Bullet-мира.
class BtShape : public Shape
{
private:
btCollisionShape* collisionShape;
public:
BtShape(ptr<BtWorld> world, btCollis... | 16.259259 | 63 | 0.797267 | [
"shape"
] |
2da492f83fe7262c87563f6b7ed467f6cde2f2f9 | 1,849 | cpp | C++ | rippers/B20_Silence_Ripper.cpp | imulilla/makeTSX | a6a42121dcac727190ede91dd0e7408030e1ebe5 | [
"MIT"
] | null | null | null | rippers/B20_Silence_Ripper.cpp | imulilla/makeTSX | a6a42121dcac727190ede91dd0e7408030e1ebe5 | [
"MIT"
] | null | null | null | rippers/B20_Silence_Ripper.cpp | imulilla/makeTSX | a6a42121dcac727190ede91dd0e7408030e1ebe5 | [
"MIT"
] | null | null | null |
#include <cmath>
#include <vector>
#include <cstring>
#include "B20_Silence_Ripper.h"
using namespace std;
using namespace WAV_Class;
using namespace Rippers;
#define SILENCE_PULSE (WAVSampleRate/1000)
B20_Silence_Ripper::B20_Silence_Ripper(WAV *wav) : BlockRipper(wav)
{
}
B20_Silence_Ripper::B20_Silence_Rip... | 24.012987 | 151 | 0.697674 | [
"vector"
] |
2da4ee4c94d40614007164c0ff9a2aae6e8ec857 | 32,514 | hpp | C++ | public/smppparser/aux_types.hpp | dotphoenix/smppserver | c5186172ef6f0607d330588f6e19363808c61236 | [
"MIT"
] | 2 | 2019-09-11T09:37:50.000Z | 2020-06-22T12:16:55.000Z | public/smppparser/aux_types.hpp | dotphoenix/smppserver | c5186172ef6f0607d330588f6e19363808c61236 | [
"MIT"
] | null | null | null | public/smppparser/aux_types.hpp | dotphoenix/smppserver | c5186172ef6f0607d330588f6e19363808c61236 | [
"MIT"
] | 2 | 2020-04-29T06:25:51.000Z | 2020-06-22T12:16:58.000Z | /*
* SMPP Encoder/Decoder
* Copyright (C) 2006 redtaza@users.sourceforge.net
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at yo... | 34.189274 | 81 | 0.535769 | [
"object",
"vector"
] |
2da599aa523533b78fac79a77b08864a5af57153 | 12,650 | cc | C++ | src/Molecule_Lib/substructure_nmab.cc | michaelweiss092/LillyMol | a2b7d1d8a07ef338c754a0a2e3b2624aac694cc9 | [
"Apache-2.0"
] | 53 | 2018-06-01T13:16:15.000Z | 2022-02-23T21:04:28.000Z | src/Molecule_Lib/substructure_nmab.cc | michaelweiss092/LillyMol | a2b7d1d8a07ef338c754a0a2e3b2624aac694cc9 | [
"Apache-2.0"
] | 19 | 2018-08-14T13:43:18.000Z | 2021-09-24T12:53:11.000Z | src/Molecule_Lib/substructure_nmab.cc | michaelweiss092/LillyMol | a2b7d1d8a07ef338c754a0a2e3b2624aac694cc9 | [
"Apache-2.0"
] | 19 | 2018-10-23T19:41:01.000Z | 2022-02-17T08:14:00.000Z | #include <iostream>
#include <memory>
using std::cerr;
using std::endl;
/*
Special processing for the no matched atoms between directive
*/
#include "misc.h"
#include "mdl_molecule.h"
#include "substructure.h"
#include "target.h"
static void
fill_matched_atoms_array(const Query_Atoms_Matched & matched_atoms,
... | 23.913043 | 166 | 0.643478 | [
"object"
] |
2db99d78e9868f6f780f8fc0b889b7a9fe5f13de | 5,570 | cpp | C++ | ded32/SSE/CatPicture/picture.cpp | abel1502/mipt_2s | 8a493b7c71b8b156ff471308c5ab8f37a1c3f062 | [
"MIT"
] | 1 | 2021-04-26T08:43:52.000Z | 2021-04-26T08:43:52.000Z | ded32/SSE/CatPicture/picture.cpp | abel1502/mipt_2s | 8a493b7c71b8b156ff471308c5ab8f37a1c3f062 | [
"MIT"
] | null | null | null | ded32/SSE/CatPicture/picture.cpp | abel1502/mipt_2s | 8a493b7c71b8b156ff471308c5ab8f37a1c3f062 | [
"MIT"
] | null | null | null | #include <cassert>
#include <chrono>
#include "picture.h"
using namespace sse;
PictureDisplay::PictureDisplay() :
PictureDisplay(L"./table.bmp", L"./cat.bmp") {}
PictureDisplay::PictureDisplay(const wchar_t *tableFileName, const wchar_t *catFileName) :
gdiToken{NULL},
tableBitmap{nullptr},
table{}... | 32.764706 | 180 | 0.635189 | [
"render"
] |
2dbd283de02b78520265aeba154111d2839a9144 | 31,735 | cpp | C++ | SORAL/C++/Itr-test.cpp | tvrusso/soral | bc4a27e4330458934d3224e8bdaf4cfcb189752b | [
"MIT"
] | null | null | null | SORAL/C++/Itr-test.cpp | tvrusso/soral | bc4a27e4330458934d3224e8bdaf4cfcb189752b | [
"MIT"
] | null | null | null | SORAL/C++/Itr-test.cpp | tvrusso/soral | bc4a27e4330458934d3224e8bdaf4cfcb189752b | [
"MIT"
] | null | null | null | /*********************************************************************
* SARBayes OPTIMAL RESOURCE ALLOCATION LIBRARY 2001-03 *
* *
*********************************************************************/
/** \file Itr-test.cpp
*... | 40.069444 | 187 | 0.628896 | [
"object"
] |
2dcb4c5f9a4bb4a6c7d2c834c84a4adbf5c0b411 | 7,672 | cpp | C++ | sky/engine/platform/PurgeableVector.cpp | domenic/mojo | 53dda76fed90a47c35ed6e06baf833a0d44495b8 | [
"BSD-3-Clause"
] | 2 | 2016-05-19T10:37:25.000Z | 2019-09-18T04:37:14.000Z | sky/engine/platform/PurgeableVector.cpp | domenic/mojo | 53dda76fed90a47c35ed6e06baf833a0d44495b8 | [
"BSD-3-Clause"
] | null | null | null | sky/engine/platform/PurgeableVector.cpp | domenic/mojo | 53dda76fed90a47c35ed6e06baf833a0d44495b8 | [
"BSD-3-Clause"
] | 7 | 2015-09-23T09:56:29.000Z | 2022-01-20T10:36:06.000Z | /*
* Copyright (C) 2014 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditio... | 29.171103 | 111 | 0.698644 | [
"vector"
] |
2dcee2672af01bd616d0a4b819b44c53994a361d | 37,098 | cpp | C++ | speedcc/lua-support/src/native/SCLuaRegisterSCValue.cpp | kevinwu1024/SpeedCC | 7b32e3444236d8aebf8198ebc3fede8faf201dee | [
"MIT"
] | 7 | 2018-03-10T02:01:49.000Z | 2021-09-14T15:42:10.000Z | speedcc/lua-support/src/native/SCLuaRegisterSCValue.cpp | kevinwu1024/SpeedCC | 7b32e3444236d8aebf8198ebc3fede8faf201dee | [
"MIT"
] | null | null | null | speedcc/lua-support/src/native/SCLuaRegisterSCValue.cpp | kevinwu1024/SpeedCC | 7b32e3444236d8aebf8198ebc3fede8faf201dee | [
"MIT"
] | 1 | 2018-03-10T02:01:58.000Z | 2018-03-10T02:01:58.000Z | /****************************************************************************
Copyright (c) 2017-2020 Kevin Wu (Wu Feng)
github: http://github.com/kevinwu1024
Licensed under the MIT License (the "License"); you may not use this file except
in compliance with the License. You may obtain a copy of the License a... | 27.830458 | 124 | 0.734002 | [
"object",
"vector"
] |
2dd4af31ff215c569667e9559c3e9ab77fa919f6 | 7,838 | cc | C++ | ns-3-dev/src/internet/model/pending-data.cc | maxvonhippel/snake | 0805773dc34e1480dffaae40174aa1f82d1c6ce8 | [
"BSD-3-Clause"
] | 11 | 2015-11-24T11:07:28.000Z | 2021-12-23T04:10:29.000Z | ns-3-dev/src/internet/model/pending-data.cc | maxvonhippel/snake | 0805773dc34e1480dffaae40174aa1f82d1c6ce8 | [
"BSD-3-Clause"
] | null | null | null | ns-3-dev/src/internet/model/pending-data.cc | maxvonhippel/snake | 0805773dc34e1480dffaae40174aa1f82d1c6ce8 | [
"BSD-3-Clause"
] | 6 | 2016-03-01T06:32:21.000Z | 2022-03-24T19:31:41.000Z | /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
//
// Copyright (c) 2006 Georgia Tech Research Corporation
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation;
//
//... | 30.617188 | 105 | 0.615591 | [
"vector"
] |
2de1f1f60267df5733445fd534ab613c6582bcb5 | 6,054 | cpp | C++ | tcob/src/gfx/backend/gl45/GLTexture.cpp | TobiasBohnen/tcob | 53092b3c8e657f1ff5e48ce961659edf7cb1cb05 | [
"MIT"
] | 2 | 2021-08-18T19:14:35.000Z | 2021-12-01T14:14:49.000Z | tcob/src/gfx/backend/gl45/GLTexture.cpp | TobiasBohnen/tcob | 53092b3c8e657f1ff5e48ce961659edf7cb1cb05 | [
"MIT"
] | null | null | null | tcob/src/gfx/backend/gl45/GLTexture.cpp | TobiasBohnen/tcob | 53092b3c8e657f1ff5e48ce961659edf7cb1cb05 | [
"MIT"
] | null | null | null | // Copyright (c) 2021 Tobias Bohnen
//
// This software is released under the MIT License.
// https://opensource.org/licenses/MIT
#include "GLTexture.hpp"
#include <cassert>
#include <glad/gl45.h>
namespace tcob::gfx::gl45 {
constexpr auto convert_enum(TextureFormat format) -> std::pair<GLenum, GLenum>
{
switch... | 27.898618 | 158 | 0.677403 | [
"vector"
] |
2de48860cc7398f7c7cc9204a1200027e37d3651 | 1,719 | hpp | C++ | src/sprite/llvm/scope.hpp | andyjost/Sprite | 7ecd6fc7d48d7f62da644e48c12c7b882e1a2929 | [
"MIT"
] | 1 | 2022-03-16T16:37:11.000Z | 2022-03-16T16:37:11.000Z | src/sprite/llvm/scope.hpp | andyjost/Sprite | 7ecd6fc7d48d7f62da644e48c12c7b882e1a2929 | [
"MIT"
] | null | null | null | src/sprite/llvm/scope.hpp | andyjost/Sprite | 7ecd6fc7d48d7f62da644e48c12c7b882e1a2929 | [
"MIT"
] | null | null | null | #pragma once
#include "sprite/llvm/fwd.hpp"
#include <memory>
namespace sprite { namespace llvm
{
/**
* @brief Used during function creation to specify which basic block is
* currenty under construction.
*
* A basic block is created by defining a new lexical block, placing an
* instance of Scope insid... | 26.446154 | 77 | 0.667248 | [
"object"
] |
2de9b73bb08d282d0ea7ceb8b71232dfac7b4555 | 2,441 | hxx | C++ | bpkg/pkg-command.hxx | build2/bpkg | bd939839b44d90d027517e447537dd52539269ff | [
"MIT"
] | 19 | 2018-05-30T12:01:25.000Z | 2022-01-29T21:37:23.000Z | bpkg/pkg-command.hxx | build2/bpkg | bd939839b44d90d027517e447537dd52539269ff | [
"MIT"
] | 2 | 2019-03-18T22:31:45.000Z | 2020-07-28T06:44:03.000Z | bpkg/pkg-command.hxx | build2/bpkg | bd939839b44d90d027517e447537dd52539269ff | [
"MIT"
] | 1 | 2019-02-04T02:58:14.000Z | 2019-02-04T02:58:14.000Z | // file : bpkg/pkg-command.hxx -*- C++ -*-
// license : MIT; see accompanying LICENSE file
#ifndef BPKG_PKG_COMMAND_HXX
#define BPKG_PKG_COMMAND_HXX
#include <bpkg/types.hxx>
#include <bpkg/forward.hxx> // selected_package
#include <bpkg/utility.hxx>
#include <bpkg/configuration-options.hxx>
namespace bpkg
{... | 31.294872 | 78 | 0.632118 | [
"vector"
] |
2dec89ec42ffd59336d031b2f7b09fa123d8a6fa | 5,556 | cpp | C++ | src/pke/lib/scheme/bgvrns/bgvrns-pke.cpp | openfheorg/openfhe-development | c087e0454f4cd0dc3ddcf2db9cf883a1e030f2d0 | [
"BSD-2-Clause"
] | null | null | null | src/pke/lib/scheme/bgvrns/bgvrns-pke.cpp | openfheorg/openfhe-development | c087e0454f4cd0dc3ddcf2db9cf883a1e030f2d0 | [
"BSD-2-Clause"
] | 6 | 2022-03-15T13:49:55.000Z | 2022-03-31T16:14:41.000Z | src/pke/lib/scheme/bgvrns/bgvrns-pke.cpp | openfheorg/openfhe-development | c087e0454f4cd0dc3ddcf2db9cf883a1e030f2d0 | [
"BSD-2-Clause"
] | null | null | null | //==================================================================================
// BSD 2-Clause License
//
// Copyright (c) 2014-2022, NJIT, Duality Technologies Inc. and other contributors
//
// All rights reserved.
//
// Author TPOC: contact@openfhe.org
//
// Redistribution and use in source and binary forms, wi... | 44.095238 | 126 | 0.691145 | [
"vector"
] |
2df1db2f40e286645845c7ab2748c039c3bed5b9 | 1,641 | cpp | C++ | medium/0033searchInRotatedSortedArray.cpp | wanghengg/LeetCode | 4f73d7e176c8de5d2d9b87ab2812f7aa80c20a79 | [
"Apache-2.0"
] | null | null | null | medium/0033searchInRotatedSortedArray.cpp | wanghengg/LeetCode | 4f73d7e176c8de5d2d9b87ab2812f7aa80c20a79 | [
"Apache-2.0"
] | null | null | null | medium/0033searchInRotatedSortedArray.cpp | wanghengg/LeetCode | 4f73d7e176c8de5d2d9b87ab2812f7aa80c20a79 | [
"Apache-2.0"
] | null | null | null | #include <bits/stdc++.h>
using namespace std;
// 改变了数组本身的值
class Solution{
public:
int search(vector<int>& nums, int target) {
int left = 0, right = nums.size() - 1;
while (left <= right) {
int mid = left + (right - left) / 2;
if (nums[mid] == target) return mid;
... | 28.789474 | 76 | 0.384522 | [
"vector"
] |
2df60cab65148b7438aa50bf74d16597799cad1a | 49,642 | cpp | C++ | lib/src/Workshop/NewGeometryShop.cpp | boywert/chombo | e06f9f5d23125c7759be33430f57a5beb1112f8d | [
"BSD-3-Clause-LBNL"
] | 4 | 2019-09-05T01:15:10.000Z | 2021-08-06T13:26:21.000Z | lib/src/Workshop/NewGeometryShop.cpp | boywert/chombo | e06f9f5d23125c7759be33430f57a5beb1112f8d | [
"BSD-3-Clause-LBNL"
] | null | null | null | lib/src/Workshop/NewGeometryShop.cpp | boywert/chombo | e06f9f5d23125c7759be33430f57a5beb1112f8d | [
"BSD-3-Clause-LBNL"
] | 2 | 2018-12-02T14:02:34.000Z | 2020-12-07T14:22:17.000Z | #ifdef CH_LANG_CC
/*
* _______ __
* / ___/ / ___ __ _ / / ___
* / /__/ _ \/ _ \/ V \/ _ \/ _ \
* \___/_//_/\___/_/_/_/_.__/\___/
* Please refer to Copyright.txt, in Chombo's root directory.
*/
#endif
#if defined(CH_Darwin) && defined(__GNUC__) && ( __GNUC__ == 3 )
// deal with... | 31.924116 | 108 | 0.522179 | [
"object",
"vector"
] |
2dfc4fddf65def147c3d052c9919ec90de0ac800 | 1,331 | cpp | C++ | CppSTL/cppstdlib/iter/assoiter1.cpp | webturing/CPlusPlus | 6b9c671b0c9a7c0d24d937610bf54e9aec9a5a1f | [
"AFL-2.0"
] | 14 | 2018-06-21T14:41:26.000Z | 2021-12-19T14:43:51.000Z | CppSTL/cppstdlib/iter/assoiter1.cpp | webturing/CPlusPlus | 6b9c671b0c9a7c0d24d937610bf54e9aec9a5a1f | [
"AFL-2.0"
] | null | null | null | CppSTL/cppstdlib/iter/assoiter1.cpp | webturing/CPlusPlus | 6b9c671b0c9a7c0d24d937610bf54e9aec9a5a1f | [
"AFL-2.0"
] | 2 | 2020-04-20T11:16:53.000Z | 2021-01-02T15:58:35.000Z | /* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference, 2nd Edition"
* by Nicolai M. Josuttis, Addison-Wesley, 2012
*
* (C) Copyright Nicolai M. Josuttis 2012.
* Permission to copy, use, modify, sell and distribute this software
* is granted provided this copyr... | 27.729167 | 69 | 0.665665 | [
"vector"
] |
931181e51c58133cce8127905321509d3e7e0e17 | 4,141 | hpp | C++ | src/core/io/JsonPtr.hpp | chaosink/tungsten | 88ea02044dbaf20472a8173b6752460b50c096d8 | [
"Apache-2.0",
"Unlicense"
] | 1,655 | 2015-01-12T13:05:37.000Z | 2022-03-31T13:37:57.000Z | src/core/io/JsonPtr.hpp | chaosink/tungsten | 88ea02044dbaf20472a8173b6752460b50c096d8 | [
"Apache-2.0",
"Unlicense"
] | 65 | 2015-01-13T08:34:28.000Z | 2021-06-08T05:07:58.000Z | src/core/io/JsonPtr.hpp | chaosink/tungsten | 88ea02044dbaf20472a8173b6752460b50c096d8 | [
"Apache-2.0",
"Unlicense"
] | 190 | 2015-01-12T14:53:05.000Z | 2022-03-30T17:30:00.000Z | #ifndef JSONPTR_HPP_
#define JSONPTR_HPP_
#include "math/Mat4f.hpp"
#include "math/Vec.hpp"
#include "Platform.hpp"
#include <rapidjson/document.h>
#include <tinyformat/tinyformat.hpp>
namespace Tungsten {
class JsonMemberIterator;
class JsonDocument;
class Path;
class JsonPtr
{
friend JsonMemberIterator;
... | 23.528409 | 100 | 0.592128 | [
"object"
] |
9313517f9b4c88a88ff0e514c9292236bd01fa3b | 12,481 | cpp | C++ | source/main.cpp | Wunkolo/vkfetch | 8de15539046e3d800d1ef587cf91959b62280218 | [
"MIT"
] | 14 | 2021-08-03T15:05:01.000Z | 2022-01-08T22:43:28.000Z | source/main.cpp | Wunkolo/vkfetch | 8de15539046e3d800d1ef587cf91959b62280218 | [
"MIT"
] | null | null | null | source/main.cpp | Wunkolo/vkfetch | 8de15539046e3d800d1ef587cf91959b62280218 | [
"MIT"
] | null | null | null | #include <array>
#include <cmath>
#include <cstddef>
#include <cstdint>
#include <cstdlib>
#include <optional>
#include <span>
#include <VulkanConfig.hpp>
#include <VulkanUtil.hpp>
#include <Format.hpp>
#ifdef _WIN32
#define NOMINMAX
#include <Windows.h>
// Statically enables "ENABLE_VIRTUAL_TERMINAL_PROCESSING" for... | 31.677665 | 142 | 0.607563 | [
"vector"
] |
9313f94ddf8326f922af7ab79be4c1b307a19584 | 6,658 | cpp | C++ | src/datasource/ctpmarkerdata.cpp | anshare2011/ctpmarketdatacollector | ccb1fec6e717a2a3b865133f01df799dd9122567 | [
"MIT"
] | 2 | 2018-12-02T07:45:15.000Z | 2021-07-23T18:25:09.000Z | src/datasource/ctpmarkerdata.cpp | anshare2011/ctpmarketdatacollector | ccb1fec6e717a2a3b865133f01df799dd9122567 | [
"MIT"
] | 2 | 2019-03-16T03:20:28.000Z | 2020-09-01T08:10:36.000Z | src/datasource/ctpmarkerdata.cpp | drinkmystery/ctpmarketdatacollector | ccb1fec6e717a2a3b865133f01df799dd9122567 | [
"MIT"
] | 4 | 2018-09-28T13:58:32.000Z | 2021-12-20T04:31:05.000Z | #include "ctpmarkerdata.h"
#include <future>
#include <chrono>
#include <boost/algorithm/string.hpp>
#include "utils/logger.h"
#include "utils/global.h"
#include "utils/scopeguard.h"
int32 CtpMarketData::init(const CtpConfig& ctp_config) {
using namespace std::chrono_literals;
is_inited_ = false;
// 1... | 34.677083 | 118 | 0.593872 | [
"vector"
] |
79350df154a338e5dcb450e045eba3204ca9b040 | 1,659 | cpp | C++ | Sources/blocks/DelayBlock.cpp | Petititi/imGraph | 068890ffe2f8fa1fb51bc95b8d9296cc79737fac | [
"BSD-3-Clause"
] | 2 | 2015-01-12T11:27:45.000Z | 2015-03-25T18:24:38.000Z | Sources/blocks/DelayBlock.cpp | Petititi/imGraph | 068890ffe2f8fa1fb51bc95b8d9296cc79737fac | [
"BSD-3-Clause"
] | 30 | 2015-01-07T11:59:07.000Z | 2015-04-24T13:02:01.000Z | Sources/blocks/DelayBlock.cpp | Petititi/imGraph | 068890ffe2f8fa1fb51bc95b8d9296cc79737fac | [
"BSD-3-Clause"
] | 1 | 2018-12-20T12:18:18.000Z | 2018-12-20T12:18:18.000Z |
#include <queue>
#include "Block.h"
#include "ParamValidator.h"
using namespace charliesoft;
using namespace cv;
using std::vector;
using std::string;
namespace charliesoft
{
BLOCK_BEGIN_INSTANTIATION(DelayBlock);
//You can add methods, re implement needed functions...
std::queue<Mat> imgs;
BLOCK_END_INSTANT... | 34.5625 | 105 | 0.755274 | [
"vector"
] |
7935f116f58d93743be162d9bcfd893d4b994f4b | 991 | cpp | C++ | 062. Unique Paths AC 4 [Math, Numerical, Overflow].cpp | Lywx/CppLeetcode | ad80eb8305f2317ca7d3712976c82cffdf2046fc | [
"MIT"
] | null | null | null | 062. Unique Paths AC 4 [Math, Numerical, Overflow].cpp | Lywx/CppLeetcode | ad80eb8305f2317ca7d3712976c82cffdf2046fc | [
"MIT"
] | null | null | null | 062. Unique Paths AC 4 [Math, Numerical, Overflow].cpp | Lywx/CppLeetcode | ad80eb8305f2317ca7d3712976c82cffdf2046fc | [
"MIT"
] | null | null | null | #include <vector>
#include <algorithm>
using namespace std;
class Solution
{
public:
// @summary n * (n - 1) * ... * begin.
// @remark This is possible for result to be corrupted by overflowing if n is too large.
int64_t factorial(int n, int begin = 1)
{
// NOTE(Wuxiang): This program can only... | 20.22449 | 92 | 0.457114 | [
"vector"
] |
7937c9c4a5ce47cb03890998a292d209cfadd9f1 | 42,347 | cpp | C++ | implementation/cppcomponents_asio_runtime_dll.cpp | jbandela/cppcomponents_asio_runtime | f66d6b676261a9f64d3c391d20c41e6de8d88c5e | [
"BSL-1.0"
] | 3 | 2016-04-29T08:15:52.000Z | 2021-05-02T00:43:08.000Z | implementation/cppcomponents_asio_runtime_dll.cpp | jbandela/cppcomponents_asio_runtime | f66d6b676261a9f64d3c391d20c41e6de8d88c5e | [
"BSL-1.0"
] | null | null | null | implementation/cppcomponents_asio_runtime_dll.cpp | jbandela/cppcomponents_asio_runtime | f66d6b676261a9f64d3c391d20c41e6de8d88c5e | [
"BSL-1.0"
] | null | null | null | #include "../cppcomponents_asio_runtime/cppcomponents_asio_runtime.hpp"
#define ASIO_STANDALONE 1
#define ASIO_HAS_BOOST_REGEX 1
#include "external_dependencies/asio.hpp"
#include <cppcomponents/implementation/spinlock.hpp>
#include <cppcomponents/implementation/queue.hpp>
#include <mutex>
#include <condition_variable>... | 29.366852 | 183 | 0.662078 | [
"vector"
] |
793a425182261c103c603fb9e5ea706bdd00d93e | 7,334 | cc | C++ | src/xpgom/gomwrapped.cc | jberkman/gom | 4bccfec5e5ada830a4c5f076dfefb9ad9baab6a5 | [
"MIT"
] | null | null | null | src/xpgom/gomwrapped.cc | jberkman/gom | 4bccfec5e5ada830a4c5f076dfefb9ad9baab6a5 | [
"MIT"
] | null | null | null | src/xpgom/gomwrapped.cc | jberkman/gom | 4bccfec5e5ada830a4c5f076dfefb9ad9baab6a5 | [
"MIT"
] | null | null | null | /*
The MIT License
Copyright (c) 2008 jacob berkman <jacob@ilovegom.org>
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,... | 29.692308 | 122 | 0.7033 | [
"object"
] |
794006e2bc9ca570dc72045e7d1c60844ce1fcfb | 426 | hpp | C++ | src/processor-setup.hpp | hvellyr/sairy | 3b7b797c71384222d58b67bded24ee5b5cc6aa2a | [
"BSD-3-Clause"
] | null | null | null | src/processor-setup.hpp | hvellyr/sairy | 3b7b797c71384222d58b67bded24ee5b5cc6aa2a | [
"BSD-3-Clause"
] | null | null | null | src/processor-setup.hpp | hvellyr/sairy | 3b7b797c71384222d58b67bded24ee5b5cc6aa2a | [
"BSD-3-Clause"
] | 1 | 2018-01-29T10:57:09.000Z | 2018-01-29T10:57:09.000Z | // Copyright (c) 2015 Gregor Klinke
// All rights reserved.
#pragma once
#include "cxxopts.hpp"
#include <memory>
#include <string>
#include <vector>
namespace eyestep {
class IProcessor;
std::vector<std::string> all_processors();
void add_processor_options(cxxopts::Options& options);
std::unique_ptr<eyestep::I... | 17.75 | 77 | 0.748826 | [
"vector"
] |
794138c7c89bff93960466f912a510ff18711f32 | 15,738 | hpp | C++ | searchlib/src/vespa/searchlib/attribute/enumstore.hpp | songhtdo/vespa | 7cf6eab97522fdc028ea783bd80af017fe91f464 | [
"Apache-2.0"
] | null | null | null | searchlib/src/vespa/searchlib/attribute/enumstore.hpp | songhtdo/vespa | 7cf6eab97522fdc028ea783bd80af017fe91f464 | [
"Apache-2.0"
] | null | null | null | searchlib/src/vespa/searchlib/attribute/enumstore.hpp | songhtdo/vespa | 7cf6eab97522fdc028ea783bd80af017fe91f464 | [
"Apache-2.0"
] | 1 | 2020-02-01T07:21:28.000Z | 2020-02-01T07:21:28.000Z | // Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once
#include "enumstore.h"
#include "enumcomparator.h"
#include <vespa/vespalib/util/hdr_abort.h>
#include <vespa/searchlib/btree/btreenode.hpp>
#include <vespa/searchlib/btree/btreenodesto... | 30.091778 | 118 | 0.630703 | [
"vector"
] |
7943369820439893799c0944e3652ae1c36f7730 | 23,446 | cpp | C++ | thirdparty/geogram/src/examples/graphics/demo_Delaunay2d/main.cpp | AmericaMakes/OASIS-marcwang | 7aa10040251d7a1b807a773a45d123e1a52faac5 | [
"BSD-2-Clause"
] | 1 | 2021-03-07T14:47:09.000Z | 2021-03-07T14:47:09.000Z | thirdparty/geogram/src/examples/graphics/demo_Delaunay2d/main.cpp | AmericaMakes/OASIS-marcwang | 7aa10040251d7a1b807a773a45d123e1a52faac5 | [
"BSD-2-Clause"
] | null | null | null | thirdparty/geogram/src/examples/graphics/demo_Delaunay2d/main.cpp | AmericaMakes/OASIS-marcwang | 7aa10040251d7a1b807a773a45d123e1a52faac5 | [
"BSD-2-Clause"
] | 1 | 2021-03-07T00:24:57.000Z | 2021-03-07T00:24:57.000Z | /*
* Copyright (c) 2012-2014, Bruno Levy
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notice,
* this l... | 28.592683 | 80 | 0.56628 | [
"geometry",
"object",
"shape",
"vector"
] |
7945d47a89fa2704d18c7124a1e2e65af41e167e | 6,284 | cc | C++ | src/Core/Algorithms/Math/Tests/ComputeTensorUncertaintyTests.cc | kimjohn1/SCIRun | 62ae6cb632100371831530c755ef0b133fb5c978 | [
"MIT"
] | 92 | 2015-02-09T22:42:11.000Z | 2022-03-25T09:14:50.000Z | src/Core/Algorithms/Math/Tests/ComputeTensorUncertaintyTests.cc | kimjohn1/SCIRun | 62ae6cb632100371831530c755ef0b133fb5c978 | [
"MIT"
] | 1,618 | 2015-01-05T19:39:13.000Z | 2022-03-27T20:28:45.000Z | src/Core/Algorithms/Math/Tests/ComputeTensorUncertaintyTests.cc | kimjohn1/SCIRun | 62ae6cb632100371831530c755ef0b133fb5c978 | [
"MIT"
] | 64 | 2015-02-20T17:51:23.000Z | 2021-11-19T07:08:08.000Z | /*
For more information, please see: http://software.sci.utah.edu
The MIT License
Copyright (c) 2020 Scientific Computing and Imaging Institute,
University of Utah.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the ... | 40.025478 | 117 | 0.730426 | [
"mesh",
"geometry",
"vector"
] |
794de490720f662b771bd1dd2d15c1358a8a9283 | 6,906 | hpp | C++ | external/include/mapnik/placement_finder.hpp | Wujingli/OpenWebGlobeDataProcessing | 932eaa00c81fc0571122bc618ade010fa255735e | [
"MIT"
] | null | null | null | external/include/mapnik/placement_finder.hpp | Wujingli/OpenWebGlobeDataProcessing | 932eaa00c81fc0571122bc618ade010fa255735e | [
"MIT"
] | null | null | null | external/include/mapnik/placement_finder.hpp | Wujingli/OpenWebGlobeDataProcessing | 932eaa00c81fc0571122bc618ade010fa255735e | [
"MIT"
] | 2 | 2019-06-08T15:59:26.000Z | 2021-02-06T08:13:01.000Z | /*****************************************************************************
*
* This file is part of Mapnik (c++ mapping toolkit)
*
* Copyright (C) 2011 Artem Pavlenko
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* Lice... | 39.919075 | 109 | 0.672169 | [
"geometry",
"vector"
] |
794e904614d1c5efa26cd06053fe04c3540cabba | 37,437 | cxx | C++ | Qt/Components/pqDisplayProxyEditor.cxx | matthb2/ParaView-beforekitwareswtichedtogit | e47e57d6ce88444d9e6af9ab29f9db8c23d24cef | [
"BSD-3-Clause"
] | 1 | 2021-07-31T19:38:03.000Z | 2021-07-31T19:38:03.000Z | Qt/Components/pqDisplayProxyEditor.cxx | matthb2/ParaView-beforekitwareswtichedtogit | e47e57d6ce88444d9e6af9ab29f9db8c23d24cef | [
"BSD-3-Clause"
] | null | null | null | Qt/Components/pqDisplayProxyEditor.cxx | matthb2/ParaView-beforekitwareswtichedtogit | e47e57d6ce88444d9e6af9ab29f9db8c23d24cef | [
"BSD-3-Clause"
] | 2 | 2019-01-22T19:51:40.000Z | 2021-07-31T19:38:05.000Z | /*=========================================================================
Program: ParaView
Module: $RCSfile$
Copyright (c) 2005-2008 Sandia Corporation, Kitware Inc.
All rights reserved.
ParaView is a free software; you can redistribute it and/or modify it
under the terms of the ParaView lice... | 35.620362 | 110 | 0.666106 | [
"render",
"solid"
] |
7950a5f987dbe29eaa41593a58a035b9b43e56d6 | 2,576 | cpp | C++ | contrib/statslib/dbeta.cpp | wStockhausen/admb | 876ec704ae974d0ed3bcc329f243dbc401ad0e6d | [
"BSD-3-Clause"
] | 79 | 2015-01-16T14:14:22.000Z | 2022-01-24T06:28:15.000Z | contrib/statslib/dbeta.cpp | wStockhausen/admb | 876ec704ae974d0ed3bcc329f243dbc401ad0e6d | [
"BSD-3-Clause"
] | 172 | 2015-01-21T01:53:57.000Z | 2022-03-29T19:57:31.000Z | contrib/statslib/dbeta.cpp | wStockhausen/admb | 876ec704ae974d0ed3bcc329f243dbc401ad0e6d | [
"BSD-3-Clause"
] | 22 | 2015-01-15T18:11:54.000Z | 2022-01-11T21:47:51.000Z | #include "statsLib.h"
/**
* @file dbeta.cpp
* @brief Beta density functions.
*
* This file contains the negative loglikelihood
* functions for the beta distribution. The function
* dbeta is overloaded to accomodate single variables and vectors.
* \ingroup STATLIB
* @author Steven Martell
*
* @date 2/27/2011
* @rem... | 25.76 | 91 | 0.616848 | [
"shape"
] |
795ba2a956180b192977c310cc9bbc46c173e06c | 20,587 | cpp | C++ | models/lnd/clm/src/iac/giac/gcam/cvs/objects/investment/source/accelerator.cpp | E3SM-Project/iESM | 2a1013a3d85a11d935f1b2a8187a8bbcd75d115d | [
"BSD-3-Clause-LBNL"
] | 9 | 2018-05-15T02:10:40.000Z | 2020-01-10T18:27:31.000Z | models/lnd/clm/src/iac/giac/gcam/cvs/objects/investment/source/accelerator.cpp | zhangyue292/iESM | 2a1013a3d85a11d935f1b2a8187a8bbcd75d115d | [
"BSD-3-Clause-LBNL"
] | 3 | 2018-10-12T18:41:56.000Z | 2019-11-12T15:18:49.000Z | models/lnd/clm/src/iac/giac/gcam/cvs/objects/investment/source/accelerator.cpp | zhangyue292/iESM | 2a1013a3d85a11d935f1b2a8187a8bbcd75d115d | [
"BSD-3-Clause-LBNL"
] | 3 | 2018-05-15T02:10:33.000Z | 2021-04-06T17:45:49.000Z | /*
* LEGAL NOTICE
* This computer software was prepared by Battelle Memorial Institute,
* hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830
* with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR THE
* CONTRACTOR MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY
* LIABILITY FOR THE ... | 48.900238 | 106 | 0.663866 | [
"object",
"vector"
] |
79601bd6f7f30ba8a63cfc1dce5efe6a596af484 | 3,300 | cpp | C++ | bfsdk/tests/test_string.cpp | chp-io/hypervisor | 7c1dce35e9e54601de1c4655565fde803ab446f0 | [
"MIT"
] | 5 | 2020-03-28T18:31:24.000Z | 2022-03-16T07:51:29.000Z | bfsdk/tests/test_string.cpp | chp-io/hypervisor | 7c1dce35e9e54601de1c4655565fde803ab446f0 | [
"MIT"
] | 7 | 2017-11-07T00:25:25.000Z | 2018-02-14T18:37:18.000Z | bfsdk/tests/test_string.cpp | chp-io/hypervisor | 7c1dce35e9e54601de1c4655565fde803ab446f0 | [
"MIT"
] | 2 | 2020-05-21T22:57:04.000Z | 2020-06-17T15:04:38.000Z | //
// Copyright (C) 2019 Assured Information Security, Inc.
//
// 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,... | 41.772152 | 97 | 0.674242 | [
"vector"
] |
7965de57b5068b07909fe48d1cd7b5ee1dfd9e38 | 2,823 | cpp | C++ | example/step-1/main.cpp | CauchYLIU3551/DFT | 6b408a6b7e1f065b89534b9a168d4608dbdc6ec0 | [
"MIT"
] | null | null | null | example/step-1/main.cpp | CauchYLIU3551/DFT | 6b408a6b7e1f065b89534b9a168d4608dbdc6ec0 | [
"MIT"
] | null | null | null | example/step-1/main.cpp | CauchYLIU3551/DFT | 6b408a6b7e1f065b89534b9a168d4608dbdc6ec0 | [
"MIT"
] | null | null | null | #include "DFT.h"
#include <string>
#include <EigenSolver/EigenSolver.h>
int main(int argc, char* argv[])
{
int refined_time = atoi(argv[1]);
std::string fileName = argv[2];
std::cout<<"reading parameter from terminal is done..."<<std::endl;
//////////////////////////////////////////////////////////////
// dec... | 35.734177 | 86 | 0.550478 | [
"mesh",
"vector"
] |
79661565f2cf6775238c89ef0938380249723489 | 1,776 | cpp | C++ | OJ/LeetCode/leetcode/problems/1281.cpp | ONGOING-Z/DataStructure | 9099393d1c7dfabc3e2939586ea6d1d254631eb2 | [
"MIT"
] | null | null | null | OJ/LeetCode/leetcode/problems/1281.cpp | ONGOING-Z/DataStructure | 9099393d1c7dfabc3e2939586ea6d1d254631eb2 | [
"MIT"
] | 2 | 2021-10-31T10:05:45.000Z | 2022-02-12T15:17:53.000Z | OJ/LeetCode/leetcode/1281.cpp | ONGOING-Z/Learn-Algorithm-and-DataStructure | 3a512bd83cc6ed5035ac4550da2f511298b947c0 | [
"MIT"
] | null | null | null | #include <iostream>
#include <stdio.h>
#include <cstdio>
#include <vector>
#include <algorithm>
#include <map>
#include <string>
#include <set>
#include <stack>
#include <cmath>
using namespace std;
/* Leetcode */
/* Type: */
/* 题目信息 */
/*
*1281. Subtract the Product and Sum of Digits of an Integer
Given an integer ... | 17.242718 | 109 | 0.565878 | [
"vector"
] |
796738df9f88724c408d6c9def9920540c03453e | 5,910 | hpp | C++ | include/easynmea/EasyNmea.hpp | EduPonz/gnss_interface | 20a8b9ffd48a61befdd43c18276a72f79c4f70e6 | [
"MIT"
] | 3 | 2018-11-17T15:04:38.000Z | 2020-12-18T16:23:56.000Z | include/easynmea/EasyNmea.hpp | EduPonz/easynmea | 20a8b9ffd48a61befdd43c18276a72f79c4f70e6 | [
"MIT"
] | 32 | 2021-09-10T13:33:44.000Z | 2021-10-05T12:52:20.000Z | include/easynmea/EasyNmea.hpp | EduPonz/easynmea | 20a8b9ffd48a61befdd43c18276a72f79c4f70e6 | [
"MIT"
] | null | null | null | // Copyright (c) 2021 Eduardo Ponz Segrelles.
//
// 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... | 38.376623 | 121 | 0.68088 | [
"object"
] |
797703e433fb32dcf273aa810395f92c9777f03b | 24,659 | cc | C++ | src/help_text_formatter.cc | thedataflows/lnav | 30c603c1c846e8b3718d6617e279a0bfa6ca76c3 | [
"BSD-2-Clause"
] | 4,184 | 2015-01-09T23:30:28.000Z | 2022-03-31T04:28:33.000Z | src/help_text_formatter.cc | 4sokol/lnav | ab671d5834f51003ec938db8321ff92216f59614 | [
"BSD-2-Clause"
] | 699 | 2015-01-18T21:07:22.000Z | 2022-03-31T16:36:18.000Z | src/help_text_formatter.cc | 4sokol/lnav | ab671d5834f51003ec938db8321ff92216f59614 | [
"BSD-2-Clause"
] | 288 | 2015-03-12T07:26:27.000Z | 2022-03-26T01:33:17.000Z | /**
* Copyright (c) 2017, Timothy Stack
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* * Redistributions of source code must retain the above copyright notice, this
* list of condi... | 37.193062 | 103 | 0.478324 | [
"vector"
] |
7977901897a596ea675b52d884745a7acc5bfa8e | 3,109 | hxx | C++ | generated/include/mmx/spend_options_t.hxx | madMAx43v3r/mmx-node | 5b5a5273865f45c7162f384227605aff8d031a24 | [
"Apache-2.0"
] | 154 | 2021-12-24T19:18:15.000Z | 2022-03-24T04:49:45.000Z | generated/include/mmx/spend_options_t.hxx | madMAx43v3r/mmx-node | 5b5a5273865f45c7162f384227605aff8d031a24 | [
"Apache-2.0"
] | 33 | 2021-12-26T03:21:54.000Z | 2022-03-24T12:52:40.000Z | generated/include/mmx/spend_options_t.hxx | madMAx43v3r/mmx-node | 5b5a5273865f45c7162f384227605aff8d031a24 | [
"Apache-2.0"
] | 23 | 2021-12-26T03:23:33.000Z | 2022-02-20T18:10:45.000Z |
// AUTO GENERATED by vnxcppcodegen
#ifndef INCLUDE_mmx_spend_options_t_HXX_
#define INCLUDE_mmx_spend_options_t_HXX_
#include <vnx/Type.h>
#include <mmx/package.hxx>
#include <mmx/Contract.hxx>
#include <mmx/addr_t.hpp>
namespace mmx {
struct MMX_EXPORT spend_options_t {
vnx::bool_t auto_send = true;
uint32... | 31.40404 | 97 | 0.753619 | [
"object"
] |
7980706cacf0fbb3011304e6b32fbb79d6f01b7d | 11,916 | cpp | C++ | head/StripeSeries.cpp | naivewong/timeunion | 8070492d2c6a2d68175e7d026c27b858c2aec8e6 | [
"Apache-2.0"
] | null | null | null | head/StripeSeries.cpp | naivewong/timeunion | 8070492d2c6a2d68175e7d026c27b858c2aec8e6 | [
"Apache-2.0"
] | null | null | null | head/StripeSeries.cpp | naivewong/timeunion | 8070492d2c6a2d68175e7d026c27b858c2aec8e6 | [
"Apache-2.0"
] | null | null | null | #include "head/StripeSeries.hpp"
#include <iostream>
#include "head/HeadUtils.hpp"
#include "head/MMapHeadWithTrie.hpp"
namespace tsdb {
namespace head {
StripeSeries::StripeSeries()
: series(STRIPE_SIZE), hashes(STRIPE_SIZE), locks(STRIPE_SIZE) {}
// gc garbage collects old chunks that are strictly before min... | 33.00831 | 80 | 0.616902 | [
"vector"
] |
7982e6c0712c45f1b360ecfbc49030ab6499dcde | 2,263 | cpp | C++ | Modules/ACCoRD/src/Poly3D.cpp | 5nefarious/icarous | bfd759d88a47d9ee079fe35deaa6cf6d4459dcd8 | [
"Unlicense"
] | null | null | null | Modules/ACCoRD/src/Poly3D.cpp | 5nefarious/icarous | bfd759d88a47d9ee079fe35deaa6cf6d4459dcd8 | [
"Unlicense"
] | null | null | null | Modules/ACCoRD/src/Poly3D.cpp | 5nefarious/icarous | bfd759d88a47d9ee079fe35deaa6cf6d4459dcd8 | [
"Unlicense"
] | null | null | null | /*
* Copyright (c) 2015-2017 United States Government as represented by
* the National Aeronautics and Space Administration. No copyright
* is claimed in the United States under Title 17, U.S.Code. All Other
* Rights Reserved.
*/
#include "Poly3D.h"
#include <vector>
#include "format.h"
namespace larcfm {
... | 20.205357 | 129 | 0.628369 | [
"vector"
] |
798aa24d4af1c5d55de7e7ff73f1cfd3c7ca4b31 | 50,116 | cpp | C++ | controller/lib/src/util.cpp | audioscience/avdecc-lib | de750afead41b24cb13acbd4e414b028f5992475 | [
"MIT"
] | 57 | 2015-01-20T23:09:18.000Z | 2021-08-03T16:22:40.000Z | controller/lib/src/util.cpp | Chaz6/avdecc-lib | b77cddc8127c9d609c1d5cc4bccc34290aabc917 | [
"MIT"
] | 67 | 2015-01-15T13:21:36.000Z | 2021-03-31T15:31:17.000Z | controller/lib/src/util.cpp | Chaz6/avdecc-lib | b77cddc8127c9d609c1d5cc4bccc34290aabc917 | [
"MIT"
] | 27 | 2015-01-22T11:55:40.000Z | 2021-08-17T02:23:56.000Z | /*
* Licensed under the MIT License (MIT)
*
* Copyright (c) 2013 AudioScience Inc.
*
* 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 t... | 36.768892 | 124 | 0.583087 | [
"vector",
"transform"
] |
798c0d473d38d1790b6e024ba70cc03adc1e0a4e | 5,024 | cpp | C++ | 3rdParty/DirectFB/src/core/CoreWindowStack_real.cpp | rohmer/LVGL_UI_Creator | 37a19be55e1de95d56717786a27506d8c78fd1ae | [
"MIT"
] | 33 | 2019-09-17T20:57:56.000Z | 2021-11-20T21:50:51.000Z | 3rdParty/DirectFB/src/core/CoreWindowStack_real.cpp | rohmer/LVGL_UI_Creator | 37a19be55e1de95d56717786a27506d8c78fd1ae | [
"MIT"
] | 4 | 2019-10-21T08:38:11.000Z | 2021-11-17T16:53:08.000Z | 3rdParty/DirectFB/src/core/CoreWindowStack_real.cpp | rohmer/LVGL_UI_Creator | 37a19be55e1de95d56717786a27506d8c78fd1ae | [
"MIT"
] | 16 | 2019-09-25T04:25:04.000Z | 2022-03-28T07:46:18.000Z | /*
(c) Copyright 2012-2013 DirectFB integrated media GmbH
(c) Copyright 2001-2013 The world wide DirectFB Open Source Community (directfb.org)
(c) Copyright 2000-2004 Convergence (integrated media) GmbH
All rights reserved.
Written by Denis Oliver Kropp <dok@directfb.org>,
Andreas Shim... | 27.756906 | 119 | 0.627588 | [
"shape"
] |
79981032f6c71b3e6b85fca62fda56724d31b66f | 4,390 | cpp | C++ | source/backend/hiai/execution/NPUConvolutionDepthwiseInt8.cpp | WillTao-RD/MNN | 48575121859093bab8468d6992596962063b7aff | [
"Apache-2.0"
] | 2 | 2020-12-15T13:56:31.000Z | 2022-01-26T03:20:28.000Z | source/backend/hiai/execution/NPUConvolutionDepthwiseInt8.cpp | qaz734913414/MNN | a5d5769789054a76c6e4dce2ef97d1f45b0e7e2d | [
"Apache-2.0"
] | null | null | null | source/backend/hiai/execution/NPUConvolutionDepthwiseInt8.cpp | qaz734913414/MNN | a5d5769789054a76c6e4dce2ef97d1f45b0e7e2d | [
"Apache-2.0"
] | 1 | 2021-11-24T06:26:27.000Z | 2021-11-24T06:26:27.000Z | //
// NPUConvolutionDepthwiseInt8.cpp
// MNN
//
// Created by MNN on b'2020/10/15'.
// Copyright © 2018, Alibaba Group Holding Limited
//
#include "NPUConvolutionDepthwiseInt8.hpp"
#include "NPUBackend.hpp"
#include "../3rdParty/include/graph/types.h"
#include <core/TensorUtils.hpp>
using namespace std;
namespac... | 37.20339 | 124 | 0.640091 | [
"shape",
"vector"
] |
79998c018c75a2f95b97a5b1eee5eeba7e5dfc4d | 8,925 | cpp | C++ | src/event_to_basecall.cpp | DecodeGenetics/Nanopolish-SVsquigglefilter | e7a4e7b959a09e2de2d0e1c78acb5cafb95d227f | [
"MIT"
] | null | null | null | src/event_to_basecall.cpp | DecodeGenetics/Nanopolish-SVsquigglefilter | e7a4e7b959a09e2de2d0e1c78acb5cafb95d227f | [
"MIT"
] | null | null | null | src/event_to_basecall.cpp | DecodeGenetics/Nanopolish-SVsquigglefilter | e7a4e7b959a09e2de2d0e1c78acb5cafb95d227f | [
"MIT"
] | null | null | null |
#include <assert.h>
#include <algorithm>
#include <iostream>
#include <string>
#include "nanopolish_alignment_db.h"
#include "event_to_basecall.h"
char complement(char n)
{
switch(n)
{
case 'A':
return 'T';
case 'T':
return 'A';
case 'G':
return 'C';
case 'C':
return 'G';
}
assert(false)... | 29.455446 | 143 | 0.598992 | [
"vector"
] |
799ab27dfab1be640a1f94f28a413133e6195e58 | 78,595 | cpp | C++ | PS4Engine/PS4Engine/api_gnm/framework/sample_framework.cpp | Enderderder/SonyEngine | ee8b3726d293c667d2e2a849808b993e954b84c7 | [
"MIT"
] | 2 | 2020-02-22T01:27:28.000Z | 2021-12-20T08:41:43.000Z | PS4Engine/PS4Engine/api_gnm/framework/sample_framework.cpp | Enderderder/SonyEngine | ee8b3726d293c667d2e2a849808b993e954b84c7 | [
"MIT"
] | null | null | null | PS4Engine/PS4Engine/api_gnm/framework/sample_framework.cpp | Enderderder/SonyEngine | ee8b3726d293c667d2e2a849808b993e954b84c7 | [
"MIT"
] | 2 | 2019-09-17T19:54:00.000Z | 2020-03-06T15:08:52.000Z | /* SIE CONFIDENTIAL
PlayStation(R)4 Programmer Tool Runtime Library Release 05.008.001
* Copyright (C) 2017 Sony Interactive Entertainment Inc.
* All Rights Reserved.
*/
#include "sample_framework.h"
#include <pm4_dump.h>
#include <unistd.h>
#include "../toolkit/embedded_shader.h"
#include "gnf_loader.h"
#include <vi... | 40.079041 | 360 | 0.748623 | [
"render",
"3d"
] |
79a10d8d20d9361ef2bb30d6839929a7554521db | 554 | hpp | C++ | c++/client/include/gadgetcomm.hpp | jwnichls/puc | b833093b00bffdeaa87ec01444b556fccdb76b26 | [
"MIT"
] | 1 | 2020-02-18T03:11:10.000Z | 2020-02-18T03:11:10.000Z | c++/client/include/gadgetcomm.hpp | jwnichls/puc | b833093b00bffdeaa87ec01444b556fccdb76b26 | [
"MIT"
] | null | null | null | c++/client/include/gadgetcomm.hpp | jwnichls/puc | b833093b00bffdeaa87ec01444b556fccdb76b26 | [
"MIT"
] | null | null | null | #ifndef GADGETCOMM_H
#define GADGETCOMM_H
#include <string>
#include <vector>
#include "message.hpp"
#include "pucspec.hpp"
XERCES_CPP_NAMESPACE_BEGIN
void WRITE(int sock, const Message& msg);
Message* READ(int sock);
class GadgetError {
string str_;
public:
GadgetError(str... | 17.3125 | 53 | 0.65704 | [
"vector"
] |
79a11ad712f5c683d7d57c68de9eddff7cf9ec7f | 174,563 | cpp | C++ | HexEdit/DataFormatView.cpp | TiCoKH/HexEdit | ca042df9dcddb99a3afbfd8b24c433f031b0f548 | [
"MIT"
] | 166 | 2015-09-23T05:47:26.000Z | 2022-02-17T21:46:44.000Z | HexEdit/DataFormatView.cpp | aybe/HexEdit | ca042df9dcddb99a3afbfd8b24c433f031b0f548 | [
"MIT"
] | 27 | 2015-09-21T10:41:56.000Z | 2020-07-17T04:51:11.000Z | HexEdit/DataFormatView.cpp | aybe/HexEdit | ca042df9dcddb99a3afbfd8b24c433f031b0f548 | [
"MIT"
] | 62 | 2015-09-21T01:21:52.000Z | 2021-12-21T19:57:12.000Z | // DataFormatView.cpp : implements tree view of data
//
// Copyright (c) 2015 by Andrew W. Phillips
//
// This file is distributed under the MIT license, which basically says
// you can do what you want with it and I take no responsibility for bugs.
// See http://www.opensource.org/licenses/mit-license.php for fu... | 31.54373 | 154 | 0.626954 | [
"vector"
] |
79a1e772ea568745b2f91fbdb37e016c2bc0fdfc | 10,945 | cpp | C++ | libsvm/App/svm_ocalls.cpp | bl4ck5un/proof-of-useful-work | 73aba24be375914f7cf2efef85d50aa15badc795 | [
"MIT"
] | 6 | 2018-03-20T22:42:56.000Z | 2021-09-07T08:35:45.000Z | libsvm/App/svm_ocalls.cpp | bl4ck5un/proof-of-useful-work | 73aba24be375914f7cf2efef85d50aa15badc795 | [
"MIT"
] | null | null | null | libsvm/App/svm_ocalls.cpp | bl4ck5un/proof-of-useful-work | 73aba24be375914f7cf2efef85d50aa15badc795 | [
"MIT"
] | 5 | 2018-03-27T05:57:11.000Z | 2020-09-06T11:51:41.000Z | //
// Created by fanz on 11/11/16.
//
#include <stdio.h>
#include <stdlib.h>
#include <locale.h>
#include <string.h>
#include "svm_ocalls.h"
#include "Log.h"
int svm_save_model(const char *model_file_name, const svm_model *model)
{
FILE *fp = fopen(model_file_name,"w");
if(fp==NULL) return -1;
char *old... | 25.045767 | 107 | 0.509639 | [
"model"
] |
79aeb02ae8f9c1dd66d7cad9898b503604d3edd7 | 1,378 | cpp | C++ | src/UnitConverter.cpp | abhishekkumarXD/C-and-CPP-Practise | 945a4056ef6ef10066eb2d071c12b7c78ea7d648 | [
"MIT"
] | 1 | 2022-02-07T13:25:52.000Z | 2022-02-07T13:25:52.000Z | src/UnitConverter.cpp | abhishekkumarXD/C-and-CPP-Practise | 945a4056ef6ef10066eb2d071c12b7c78ea7d648 | [
"MIT"
] | null | null | null | src/UnitConverter.cpp | abhishekkumarXD/C-and-CPP-Practise | 945a4056ef6ef10066eb2d071c12b7c78ea7d648 | [
"MIT"
] | null | null | null |
// INSTRUCTIONS:
// Create two classes DM and DB which store the value of distances. DM stores distances in metres and centimetres and
// DB stores distance in feet and inches. Write a program that can read values for the class objects and add one object
// DM with another object of DB.
// U... | 23.355932 | 122 | 0.651669 | [
"object"
] |
79b11aff09b5c01805a62f0a89e9c53309913de1 | 4,696 | hpp | C++ | map/user_mark_container.hpp | yanncoupin/omim | 13d4deb38bc23ec20d6dd33e51ce42d2153593ee | [
"Apache-2.0"
] | null | null | null | map/user_mark_container.hpp | yanncoupin/omim | 13d4deb38bc23ec20d6dd33e51ce42d2153593ee | [
"Apache-2.0"
] | null | null | null | map/user_mark_container.hpp | yanncoupin/omim | 13d4deb38bc23ec20d6dd33e51ce42d2153593ee | [
"Apache-2.0"
] | null | null | null | #pragma once
#include "user_mark.hpp"
#include "user_mark_dl_cache.hpp"
#include "render/events.hpp"
#include "geometry/point2d.hpp"
#include "geometry/rect2d.hpp"
#include "std/deque.hpp"
#include "std/noncopyable.hpp"
#include "std/unique_ptr.hpp"
class Framework;
namespace anim
{
class Task;
}
namespace gra... | 26.988506 | 102 | 0.744037 | [
"geometry",
"render"
] |
79b4fd54165f62c7607fe75d13ee6f14c404117b | 7,333 | cpp | C++ | SampleOSXCocoaPodsProject/Pods/BRCLucene/src/core/CLucene/search/TermQuery.cpp | zaubara/BRFullTextSearch | e742f223a1c203eacb576711dd57b1187aee3deb | [
"Apache-2.0"
] | 151 | 2015-01-17T06:29:38.000Z | 2022-02-17T11:27:38.000Z | SampleOSXCocoaPodsProject/Pods/BRCLucene/src/core/CLucene/search/TermQuery.cpp | yonglam/BRFullTextSearch | e742f223a1c203eacb576711dd57b1187aee3deb | [
"Apache-2.0"
] | 28 | 2015-03-01T20:14:42.000Z | 2019-07-22T09:23:54.000Z | SampleOSXCocoaPodsProject/Pods/BRCLucene/src/core/CLucene/search/TermQuery.cpp | yonglam/BRFullTextSearch | e742f223a1c203eacb576711dd57b1187aee3deb | [
"Apache-2.0"
] | 28 | 2015-03-05T13:24:12.000Z | 2022-03-26T09:16:29.000Z | /*------------------------------------------------------------------------------
* Copyright (C) 2003-2006 Ben van Klinken and the CLucene Team
*
* Distributable under the terms of either the Apache License (Version 2.0) or
* the GNU Lesser General Public License, as specified in the COPYING file.
---------------------... | 29.099206 | 123 | 0.67094 | [
"object"
] |
79b85342543710c7da61ebb19a4d7843b96d5285 | 8,007 | cc | C++ | geometry/spatial/bounding_volume_hierarchy_demo.cc | IJDykeman/experiments-1 | 22badf166b2ea441e953939463f751020b8c251b | [
"MIT"
] | 1 | 2022-02-28T04:19:34.000Z | 2022-02-28T04:19:34.000Z | geometry/spatial/bounding_volume_hierarchy_demo.cc | IJDykeman/experiments-1 | 22badf166b2ea441e953939463f751020b8c251b | [
"MIT"
] | null | null | null | geometry/spatial/bounding_volume_hierarchy_demo.cc | IJDykeman/experiments-1 | 22badf166b2ea441e953939463f751020b8c251b | [
"MIT"
] | null | null | null | #include "viewer/colors/viridis.hh"
#include "viewer/primitives/box.hh"
#include "viewer/primitives/simple_geometry.hh"
#include "viewer/window_3d.hh"
#include "geometry/import/read_stl.hh"
#include "geometry/spatial/bounding_volume_hierarchy.hh"
#include "geometry/spatial/sphere_volume.hh"
#include "geometry/spatial/... | 31.4 | 120 | 0.649307 | [
"geometry",
"vector"
] |
79b894057ac51f665a0b0bb6db9e908beba92045 | 6,028 | cpp | C++ | src/engine/Entity.cpp | davidhouchin/m7engine | 05534537bbc892b03ac63625d3f72c5f23834d85 | [
"CC-BY-3.0"
] | null | null | null | src/engine/Entity.cpp | davidhouchin/m7engine | 05534537bbc892b03ac63625d3f72c5f23834d85 | [
"CC-BY-3.0"
] | 7 | 2015-01-20T19:26:28.000Z | 2015-03-26T08:47:57.000Z | src/engine/Entity.cpp | davidhouchin/m7engine | 05534537bbc892b03ac63625d3f72c5f23834d85 | [
"CC-BY-3.0"
] | null | null | null | /*
* Copyright 2014 David Houchin
* This file is part of m7engine, which is free software you probably
* don't even want.. It is made available to you under the terms of
* the ZLib license.
* For more information, see COPYING.
*/
/**
* Entity
* Entity.cpp
* Purpose: The base class for main game objects.
* @auth... | 27.276018 | 94 | 0.556072 | [
"object",
"solid"
] |
79bbbd027906e40a639e1d42fa39586f087ee8c0 | 38,448 | cpp | C++ | 10.02_devices/2_src/rk11.cpp | j-hoppe/UniBone | beee1a911588d539a88b718e6745bdd67ef26a83 | [
"BSD-2-Clause"
] | 7 | 2019-07-03T14:40:45.000Z | 2021-04-11T10:59:47.000Z | 10.02_devices/2_src/rk11.cpp | j-hoppe/UniBone | beee1a911588d539a88b718e6745bdd67ef26a83 | [
"BSD-2-Clause"
] | 1 | 2020-09-15T19:35:09.000Z | 2020-09-15T19:35:09.000Z | 10.02_devices/2_src/rk11.cpp | j-hoppe/UniBone | beee1a911588d539a88b718e6745bdd67ef26a83 | [
"BSD-2-Clause"
] | 4 | 2019-04-05T18:04:55.000Z | 2022-01-03T00:30:09.000Z | /*
rk11_cpp: RK11 UNIBUS controller
Copyright Vulcan Inc. 2019 via Living Computers: Museum + Labs, Seattle, WA.
Contributed under the BSD 2-clause license.
*/
#include <string.h>
#include <assert.h>
#include <pthread.h>
#include "logger.hpp"
#include "unibus.h"
#include "unibusadapter.hpp"
#include ... | 35.632994 | 108 | 0.437058 | [
"vector"
] |
79bbd411d50768b53f1ab16d04f8f89fea0b5b9a | 28,889 | cpp | C++ | LLVMPascal/LLVMPascal/parser.cpp | FrozenGene/LLVMPascalCompiler | e9067452c61c8e670612a8f08b5a79109f2f83d8 | [
"BSD-2-Clause"
] | 192 | 2015-01-07T08:57:39.000Z | 2022-03-07T12:45:32.000Z | LLVMPascal/LLVMPascal/parser.cpp | FrozenGene/LLVMPascalCompiler | e9067452c61c8e670612a8f08b5a79109f2f83d8 | [
"BSD-2-Clause"
] | 3 | 2015-03-19T01:00:33.000Z | 2019-10-15T15:35:30.000Z | LLVMPascal/LLVMPascal/parser.cpp | FrozenGene/LLVMPascalCompiler | e9067452c61c8e670612a8f08b5a79109f2f83d8 | [
"BSD-2-Clause"
] | 56 | 2015-01-27T08:56:28.000Z | 2022-01-01T12:44:35.000Z | /**********************************
* File: parser.cpp
*
* Author: Wu Zhao
*
* Email: wuzhaozju@gmail.com
*
* Date: 2015/09/07
*
* License: BSD
*********************************/
#include "parser.h"
#include "error.h"
#include "constant.h"
namespace llvmpascal
{
bool Parser::errorFlag_ = false;
Parse... | 28.07483 | 168 | 0.508775 | [
"object"
] |
79c33065245a7b3cfa8a6f4f3db03e7970f37040 | 13,568 | cc | C++ | src/server/kv_storage.cc | youngerking1985/pgrocks-fdw | 6176024d947077da7093d3776f6282e2e441d93d | [
"Apache-2.0"
] | null | null | null | src/server/kv_storage.cc | youngerking1985/pgrocks-fdw | 6176024d947077da7093d3776f6282e2e441d93d | [
"Apache-2.0"
] | null | null | null | src/server/kv_storage.cc | youngerking1985/pgrocks-fdw | 6176024d947077da7093d3776f6282e2e441d93d | [
"Apache-2.0"
] | null | null | null | /* Copyright 2019-present VidarDB Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... | 32.07565 | 83 | 0.622347 | [
"vector"
] |
79c8080a90f0b7fa9a930135f7588aa4178f902a | 2,753 | cpp | C++ | test/fault/echo_async_request_test.cpp | shreyasvj25/turicreate | 32e84ca16aef8d04aff3d49ae9984bd49326bffd | [
"BSD-3-Clause"
] | 1 | 2018-12-15T20:03:51.000Z | 2018-12-15T20:03:51.000Z | test/fault/echo_async_request_test.cpp | shreyasvj25/turicreate | 32e84ca16aef8d04aff3d49ae9984bd49326bffd | [
"BSD-3-Clause"
] | 3 | 2021-09-08T02:18:00.000Z | 2022-03-12T00:39:44.000Z | test/fault/echo_async_request_test.cpp | shreyasvj25/turicreate | 32e84ca16aef8d04aff3d49ae9984bd49326bffd | [
"BSD-3-Clause"
] | 1 | 2019-06-01T18:49:28.000Z | 2019-06-01T18:49:28.000Z | /* 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 <iostream>
#include <string>
#include <deque>
#include <fault/sockets/socket_errors.hpp>
#i... | 31.284091 | 86 | 0.620051 | [
"vector"
] |
79cd561534cc8b0d1671962d8737e936ec0fd63c | 7,627 | cpp | C++ | SPOJ/PIZZALOC.cpp | aqfaridi/Competitve-Programming-Codes | d055de2f42d3d6bc36e03e67804a1dd6b212241f | [
"MIT"
] | null | null | null | SPOJ/PIZZALOC.cpp | aqfaridi/Competitve-Programming-Codes | d055de2f42d3d6bc36e03e67804a1dd6b212241f | [
"MIT"
] | null | null | null | SPOJ/PIZZALOC.cpp | aqfaridi/Competitve-Programming-Codes | d055de2f42d3d6bc36e03e67804a1dd6b212241f | [
"MIT"
] | null | null | null | //header files
#include <iostream>
#include <cstdio>
#include <cstring>
#include <cmath>
#include <cstdlib>
#include <climits>
#include <cassert>
#include <iomanip>
#include <vector>
#include <utility>
#include <map>
#include <set>
#include <list>
#include <stack>
#include <queue>
#include <deque>
#include <bitset>
#i... | 24.212698 | 102 | 0.463747 | [
"vector"
] |
79db20367d441cd32f35e25d4d2c6eb849bebc42 | 4,360 | cpp | C++ | src/libraries/waves/waves/waveTheories/regular/stokesFirstStanding/stokesFirstStanding.cpp | MrAwesomeRocks/caelus-cml | 55b6dc5ba47d0e95c07412d9446ac72ac11d7fd7 | [
"mpich2"
] | null | null | null | src/libraries/waves/waves/waveTheories/regular/stokesFirstStanding/stokesFirstStanding.cpp | MrAwesomeRocks/caelus-cml | 55b6dc5ba47d0e95c07412d9446ac72ac11d7fd7 | [
"mpich2"
] | null | null | null | src/libraries/waves/waves/waveTheories/regular/stokesFirstStanding/stokesFirstStanding.cpp | MrAwesomeRocks/caelus-cml | 55b6dc5ba47d0e95c07412d9446ac72ac11d7fd7 | [
"mpich2"
] | null | null | null | /*---------------------------------------------------------------------------*\
Copyright Niels Gjøl Jacobsen, Technical University of Denmark.
-------------------------------------------------------------------------------
License
This file is part of Caelus.
CAELUS is free software: you can redistribute it a... | 27.421384 | 79 | 0.520642 | [
"vector"
] |
79dc9d20e9c81be3b3aec8d1bdddc25f8810ecf2 | 2,661 | hpp | C++ | evias/core/string_utils.hpp | evias/evias | 5b5d4c16404f855c3234afa05b11c339a3ebb4cb | [
"BSD-3-Clause"
] | 1 | 2015-10-31T03:18:02.000Z | 2015-10-31T03:18:02.000Z | evias/core/string_utils.hpp | evias/evias | 5b5d4c16404f855c3234afa05b11c339a3ebb4cb | [
"BSD-3-Clause"
] | null | null | null | evias/core/string_utils.hpp | evias/evias | 5b5d4c16404f855c3234afa05b11c339a3ebb4cb | [
"BSD-3-Clause"
] | null | null | null | #ifndef EVIAS_CORE_STRING_UTILS_HPP
#define EVIAS_CORE_STRING_UTILS_HPP
#include <string> // string
#include <algorithm> // transform
#include <sstream> // stringstream
#include <functional> // ptr_fun, toupper, tolower
#include <vector>
#include <map>
#include <cstdlib> // atoi
#include "common_utils.hpp"
n... | 27.153061 | 99 | 0.662909 | [
"vector",
"transform"
] |
79de1d84be6182ccc0d9abdcc8e488104a86189a | 7,109 | cpp | C++ | src/MPI/ClientServer/main.cpp | MNie/ComparisonOfOpenCLOpenMPMPI | 6a2f1bbc0cd198655719633424fdf330d6634aba | [
"Apache-2.0"
] | 1 | 2021-07-22T17:49:56.000Z | 2021-07-22T17:49:56.000Z | src/MPI/ClientServer/main.cpp | MNie/ComparisonOfOpenCLOpenMPMPI | 6a2f1bbc0cd198655719633424fdf330d6634aba | [
"Apache-2.0"
] | null | null | null | src/MPI/ClientServer/main.cpp | MNie/ComparisonOfOpenCLOpenMPMPI | 6a2f1bbc0cd198655719633424fdf330d6634aba | [
"Apache-2.0"
] | null | null | null | #include <mpi.h>
#include <stdio.h>
#include <fstream>
#include <mm_malloc.h>
#include <cstdlib>
#include <omp.h>
#include "Structures/mergesort.h"
#include "Structures/ArrayGenerator.h"
#include "../../Libraries/Timer.h"
#include <queue>
#include <mutex>
#define ALLOC_ALIGN_TRANSFER 4096
#define PARAMETERS 0
#define ... | 41.573099 | 138 | 0.55901 | [
"vector"
] |
076361953dee742499eeeeee4f7d5752c0c622b7 | 23,890 | cpp | C++ | Source/Core/Images/ImageConverterPrivate_gdiplus.cpp | igor-sadchenko/image-uploader | d559aa0d7319660a93b036821b7b99cc53e70c7e | [
"Apache-2.0"
] | 107 | 2015-03-13T08:58:26.000Z | 2022-03-14T02:56:36.000Z | Source/Core/Images/ImageConverterPrivate_gdiplus.cpp | igor-sadchenko/image-uploader | d559aa0d7319660a93b036821b7b99cc53e70c7e | [
"Apache-2.0"
] | 285 | 2015-03-12T23:08:54.000Z | 2022-02-20T15:22:31.000Z | Source/Core/Images/ImageConverterPrivate_gdiplus.cpp | igor-sadchenko/image-uploader | d559aa0d7319660a93b036821b7b99cc53e70c7e | [
"Apache-2.0"
] | 40 | 2015-03-14T13:37:08.000Z | 2021-08-15T05:58:10.000Z | #include "ImageConverterPrivate_gdiplus.h"
#include <cassert>
#include <memory>
#include "Func/MyUtils.h"
#include "Core/Utils/StringUtils.h"
#include "Core/Utils/CoreUtils.h"
#include "Core/Images/Utils.h"
#include "Core/CommonDefs.h"
#include "Func/IuCommonFunctions.h"
#include "Func/WinUtils.h"
#include "Core/Vid... | 43.045045 | 167 | 0.580201 | [
"vector",
"solid"
] |
076399387728937c3867f3bde2f6c166515e0217 | 2,579 | hpp | C++ | include/Shader.hpp | ichi-raven/Cutlass | 2a19e9151b3c6a6decd76ab61568c6a17bbcf0d6 | [
"MIT"
] | 7 | 2020-07-26T09:48:55.000Z | 2022-02-11T10:39:33.000Z | include/Shader.hpp | ichi-raven/Cutlass | 2a19e9151b3c6a6decd76ab61568c6a17bbcf0d6 | [
"MIT"
] | null | null | null | include/Shader.hpp | ichi-raven/Cutlass | 2a19e9151b3c6a6decd76ab61568c6a17bbcf0d6 | [
"MIT"
] | null | null | null | #pragma once
#include "Utility.hpp"
#include <vector>
#include <map>
#include <string>
#include <string_view>
#include <cassert>
#include <optional>
namespace Cutlass
{
// struct ShaderResourceSetLayout
// {
// void allocForUniformBuffer(uint8_t binding);
// void allocForCombinedTexture(uint8... | 30.341176 | 107 | 0.629701 | [
"vector"
] |
077287d02e323fa8612a2f11517064e76572d69b | 1,865 | hpp | C++ | mil_common/simulation/mil_gazebo/include/mil_gazebo/pcodar_gazebo.hpp | RishiKumarRay/mil | f3746a91e68aac713e86b380cdda8852ba826170 | [
"MIT"
] | 27 | 2020-02-17T21:54:09.000Z | 2022-03-18T17:49:23.000Z | mil_common/simulation/mil_gazebo/include/mil_gazebo/pcodar_gazebo.hpp | RishiKumarRay/mil | f3746a91e68aac713e86b380cdda8852ba826170 | [
"MIT"
] | 325 | 2019-09-11T14:13:56.000Z | 2022-03-31T00:38:30.000Z | mil_common/simulation/mil_gazebo/include/mil_gazebo/pcodar_gazebo.hpp | RishiKumarRay/mil | f3746a91e68aac713e86b380cdda8852ba826170 | [
"MIT"
] | 24 | 2019-09-16T00:29:45.000Z | 2022-03-06T10:56:38.000Z | #include <geometry_msgs/Pose.h>
#include <geometry_msgs/Vector3.h>
#include <ros/ros.h>
#include <map>
#include <point_cloud_object_detection_and_recognition/object.hpp>
#include <point_cloud_object_detection_and_recognition/pcodar_controller.hpp>
#include "gazebo/common/common.hh"
#include "gazebo/gazebo.hh"
#include ... | 39.680851 | 100 | 0.753887 | [
"geometry",
"object",
"vector",
"model"
] |
077dba08db185850ebd0f3676f3baf02ab2641e0 | 54,997 | tpp | C++ | SLAMWrapper/include/SLAMGUI/GUI_SLAM.tpp | Bovey0809/SCFusion | 1d4a8f4eb0f330f5a69efd89fbf28686c1405471 | [
"BSD-2-Clause"
] | 30 | 2020-11-06T09:11:55.000Z | 2022-03-11T06:56:57.000Z | SLAMWrapper/include/SLAMGUI/GUI_SLAM.tpp | ShunChengWu/SCFusion | 1d4a8f4eb0f330f5a69efd89fbf28686c1405471 | [
"BSD-2-Clause"
] | 1 | 2021-12-17T07:03:01.000Z | 2021-12-17T07:03:01.000Z | SLAMWrapper/include/SLAMGUI/GUI_SLAM.tpp | Bovey0809/SCFusion | 1d4a8f4eb0f330f5a69efd89fbf28686c1405471 | [
"BSD-2-Clause"
] | 1 | 2021-12-17T07:02:47.000Z | 2021-12-17T07:02:47.000Z | #include <fstream>
#include <CxxTools/PathTool.hpp>
#include "GUI_SLAM.hpp"
#include "gui_kernel.hpp"
#include "../../../ORUtils/EigenHelper.h"
#include <utility>
//#include <Utilities/utils.hpp>
#include "../../../ORUtils/LabelColorUtils.h"
#include <Engines/Meshing/MeshEngine.h>
#include "../../../ORUtils/Logging.h"
... | 39.255532 | 257 | 0.603215 | [
"mesh",
"geometry",
"render",
"model"
] |
078a791fc3499cd100be11876958c11667c9557e | 6,381 | hpp | C++ | Sisyphe/cppbase/src/interpreter/debugErrorInfoInterpreterAccess.hpp | tedi21/SisypheReview | f7c05bad1ccc036f45870535149d9685e1120c2c | [
"Unlicense"
] | null | null | null | Sisyphe/cppbase/src/interpreter/debugErrorInfoInterpreterAccess.hpp | tedi21/SisypheReview | f7c05bad1ccc036f45870535149d9685e1120c2c | [
"Unlicense"
] | null | null | null | Sisyphe/cppbase/src/interpreter/debugErrorInfoInterpreterAccess.hpp | tedi21/SisypheReview | f7c05bad1ccc036f45870535149d9685e1120c2c | [
"Unlicense"
] | null | null | null | /*
* debugErrorInfoInterpreterAccess.hpp
*
*
* @date 14-07-2020
* @author Teddy DIDE
* @version 1.00
* cppBase generated by gensources.
*/
#ifndef _DEBUGERRORINFO_INTERPRETER_ACCESS_HPP_
#define _DEBUGERRORINFO_INTERPRETER_ACCESS_HPP_
#include "config.hpp"
#include "Macros.hpp"
#include "String.hpp"
#includ... | 48.709924 | 189 | 0.802382 | [
"vector"
] |
079268736f8f62b5ab25f1f096aa04d783b3e071 | 3,525 | cpp | C++ | src/main.cpp | claby2/claditor | 3dfbef9001a7b46712c2dfc960ce06e727f17ae9 | [
"MIT"
] | null | null | null | src/main.cpp | claby2/claditor | 3dfbef9001a7b46712c2dfc960ce06e727f17ae9 | [
"MIT"
] | null | null | null | src/main.cpp | claby2/claditor | 3dfbef9001a7b46712c2dfc960ce06e727f17ae9 | [
"MIT"
] | null | null | null | #include <ncurses.h>
#include <cxxopts.hpp>
#include <iostream>
#include <string>
#include <utility>
#include <vector>
#include "color.hpp"
#include "editor.hpp"
#include "options.hpp"
std::vector<Color> default_colors(COLORS_DEFINED);
std::vector<std::pair<short, short>> default_pairs(PAIRS_DEFINED);
std::pair<sho... | 30.921053 | 74 | 0.55773 | [
"vector"
] |
0792e726cfb29a4a042ded8ce85feea94c51cf66 | 7,945 | cpp | C++ | opencv_contrib-3.3.0/modules/tracking/src/tldUtils.cpp | AmericaGL/TrashTalk_Dapp | 401f17289261b5f537b239e7759dc039d53211e1 | [
"MIT"
] | 2 | 2017-10-27T03:39:58.000Z | 2017-10-27T03:43:05.000Z | opencv_contrib-3.3.0/modules/tracking/src/tldUtils.cpp | AmericaGL/TrashTalk_Dapp | 401f17289261b5f537b239e7759dc039d53211e1 | [
"MIT"
] | null | null | null | opencv_contrib-3.3.0/modules/tracking/src/tldUtils.cpp | AmericaGL/TrashTalk_Dapp | 401f17289261b5f537b239e7759dc039d53211e1 | [
"MIT"
] | 1 | 2019-03-01T09:46:20.000Z | 2019-03-01T09:46:20.000Z | /*///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, in... | 33.665254 | 131 | 0.568282 | [
"vector"
] |
079a6a2fd87491f7829c8498e9e09b5c6481b70c | 2,503 | cpp | C++ | binding/matlab/S2M_muscleForcesNorm.cpp | fmoissenet/biorbd | 3b3352bf06b9e8fbbdf4f77c852b6a115522becf | [
"MIT"
] | null | null | null | binding/matlab/S2M_muscleForcesNorm.cpp | fmoissenet/biorbd | 3b3352bf06b9e8fbbdf4f77c852b6a115522becf | [
"MIT"
] | null | null | null | binding/matlab/S2M_muscleForcesNorm.cpp | fmoissenet/biorbd | 3b3352bf06b9e8fbbdf4f77c852b6a115522becf | [
"MIT"
] | null | null | null |
void S2M_muscleForcesNorm( int nlhs, mxArray *plhs[],
int nrhs, const mxArray*prhs[] ){
// Verifier les arguments d'entrée
checkNombreInputParametres(nrhs, 5, 6, "5 arguments are required where the 2nd is the handler on the model, 3rd is the Q, 4th is Qdot, 5th is muscles states and optional 6th is if update ... | 42.423729 | 317 | 0.652817 | [
"vector",
"model"
] |
079c8251abf83761bc1db789420bad3c9b2676ca | 1,179 | cpp | C++ | Algorithms/scc.cpp | Satyam-sopho/algorithms-in-C-Cplusplus-Java-Python-JavaScript | 4f9e214d83391a56b6a7e05add57237ef8590a7b | [
"MIT"
] | null | null | null | Algorithms/scc.cpp | Satyam-sopho/algorithms-in-C-Cplusplus-Java-Python-JavaScript | 4f9e214d83391a56b6a7e05add57237ef8590a7b | [
"MIT"
] | null | null | null | Algorithms/scc.cpp | Satyam-sopho/algorithms-in-C-Cplusplus-Java-Python-JavaScript | 4f9e214d83391a56b6a7e05add57237ef8590a7b | [
"MIT"
] | null | null | null | //SCC: Strongly Connected Components
/*We can find all strongly connected components in O(V+E) time using Kosaraju’s algorithm.
A directed graph is strongly connected if there is a path between all pairs of vertices in the graph
can also be done by johnson algorithm and tarzan algorithm*/
#include<bits/stdc++.h>
using... | 21.436364 | 100 | 0.541137 | [
"vector"
] |
079e24ee3cb7241ceb3e820dc89050261796cef8 | 2,912 | cpp | C++ | server/main.cpp | luocf/MicroService.PersonalStorage | d1e870e701219e9ba1bca033f7d215367454076c | [
"MIT"
] | null | null | null | server/main.cpp | luocf/MicroService.PersonalStorage | d1e870e701219e9ba1bca033f7d215367454076c | [
"MIT"
] | 1 | 2020-01-06T08:40:29.000Z | 2020-01-06T08:40:29.000Z | server/main.cpp | luocf/MicroService.PersonalStorage | d1e870e701219e9ba1bca033f7d215367454076c | [
"MIT"
] | 2 | 2019-12-25T09:18:11.000Z | 2019-12-30T06:36:08.000Z | #include <iostream>
#include <thread>
#include "LocalStorageService.h"
#include "PeerNodeSDK/PeerNode.h"
#include "Elastos.SDK.Contact/Contact.hpp"
using namespace micro_service;
int main(int argc,char *argv[]) {
std::cout << "I'm ChatGroup Service !" << std::endl;
if (argc < 2) {
return -1;
}
c... | 30.978723 | 110 | 0.582761 | [
"vector"
] |
07a18150bd3b412722f6750183573ecaff166dee | 18,925 | cpp | C++ | src/sage/symbolic/ginac/inifcns_gamma.cpp | UCD4IDS/sage | 43474c96d533fd396fe29fe0782d44dc7f5164f7 | [
"BSL-1.0"
] | 1,742 | 2015-01-04T07:06:13.000Z | 2022-03-30T11:32:52.000Z | src/sage/symbolic/ginac/inifcns_gamma.cpp | UCD4IDS/sage | 43474c96d533fd396fe29fe0782d44dc7f5164f7 | [
"BSL-1.0"
] | 66 | 2015-03-19T19:17:24.000Z | 2022-03-16T11:59:30.000Z | src/sage/symbolic/ginac/inifcns_gamma.cpp | UCD4IDS/sage | 43474c96d533fd396fe29fe0782d44dc7f5164f7 | [
"BSL-1.0"
] | 495 | 2015-01-10T10:23:18.000Z | 2022-03-24T22:06:11.000Z | /** @file inifcns_gamma.cpp
*
* Implementation of Gamma-function, Beta-function, Polygamma-functions, and
* some related stuff. */
/*
* GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of... | 32.13073 | 136 | 0.568296 | [
"vector"
] |
07a8d17a430b38cb49ce23272dc32f4b5cc2fc16 | 1,684 | hpp | C++ | include/expresscpp/layer.hpp | gorilux/expresscpp | 1b676215bbc48afd3990c385970bfbc14a026b2c | [
"MIT"
] | 61 | 2019-11-16T17:17:10.000Z | 2022-01-25T23:53:21.000Z | include/expresscpp/layer.hpp | gorilux/expresscpp | 1b676215bbc48afd3990c385970bfbc14a026b2c | [
"MIT"
] | 8 | 2019-11-18T19:35:01.000Z | 2021-09-15T16:03:40.000Z | include/expresscpp/layer.hpp | gorilux/expresscpp | 1b676215bbc48afd3990c385970bfbc14a026b2c | [
"MIT"
] | 12 | 2020-02-18T20:01:00.000Z | 2022-01-26T08:13:03.000Z | #pragma once
#include <optional>
#include <regex>
#include <string_view>
#include "expresscpp/handlerfunctor.hpp"
#include "expresscpp/key.hpp"
#include "expresscpp/options.hpp"
#include "expresscpp/path_to_regexp.hpp"
#include "expresscpp/route.hpp"
#include "expresscpp/exports.hpp"
namespace expresscpp {
class EX... | 27.606557 | 109 | 0.741093 | [
"vector"
] |
07ab0867d425d07666fbb6d544c8cd8c92223acd | 2,428 | cpp | C++ | tests/Cases/HttpServer/TestHttpContextExtensions.cpp | cpv-project/cpv-framework | b0da79c8c57ceecb6b13f4d8658ec4d4c0237668 | [
"MIT"
] | 86 | 2018-04-20T04:40:20.000Z | 2022-02-09T08:36:28.000Z | tests/Cases/HttpServer/TestHttpContextExtensions.cpp | cpv-project/cpv-framework | b0da79c8c57ceecb6b13f4d8658ec4d4c0237668 | [
"MIT"
] | 16 | 2018-04-25T09:34:40.000Z | 2020-10-16T03:55:05.000Z | tests/Cases/HttpServer/TestHttpContextExtensions.cpp | cpv-project/cpv-framework | b0da79c8c57ceecb6b13f4d8658ec4d4c0237668 | [
"MIT"
] | 10 | 2019-10-07T08:06:15.000Z | 2021-07-26T18:46:11.000Z | #include <CPVFramework/HttpServer/HttpContextExtensions.hpp>
#include <CPVFramework/Stream/StringInputStream.hpp>
#include <CPVFramework/Testing/GTestUtils.hpp>
namespace {
class MyModel {
public:
int intValue;
bool loadJson(const cpv::JsonValue& value) {
intValue << value["intValue"];
return true;
}
... | 32.810811 | 76 | 0.737232 | [
"vector"
] |
07b5216be5324ab90797fb139f32e2c8e9f83365 | 8,468 | hpp | C++ | headers/rcl_interfaces/srv/set_parameters__struct.hpp | TimWhiting/rcldart | 8e803d373c7db77755aade369a6f85bd0d3eb737 | [
"MIT"
] | 3 | 2021-05-25T10:34:44.000Z | 2021-11-30T09:26:42.000Z | headers/rcl_interfaces/srv/set_parameters__struct.hpp | TimWhiting/rcldart | 8e803d373c7db77755aade369a6f85bd0d3eb737 | [
"MIT"
] | 2 | 2021-11-30T07:12:41.000Z | 2022-01-11T15:58:09.000Z | headers/rcl_interfaces/srv/set_parameters__struct.hpp | TimWhiting/rcldart | 8e803d373c7db77755aade369a6f85bd0d3eb737 | [
"MIT"
] | 2 | 2021-05-14T21:13:14.000Z | 2021-11-30T09:26:45.000Z | // generated from rosidl_generator_cpp/resource/idl__struct.hpp.em
// with input from rcl_interfaces:srv/SetParameters.idl
// generated code does not contain a copyright notice
#ifndef RCL_INTERFACES__SRV__SET_PARAMETERS__STRUCT_HPP_
#define RCL_INTERFACES__SRV__SET_PARAMETERS__STRUCT_HPP_
#include <rosidl_generator_... | 33.470356 | 208 | 0.786963 | [
"vector"
] |
07bf5f41dcd823408635937be0543d32c1147d90 | 718 | hpp | C++ | src/SnakeHead.hpp | minneelyyyy/minsnake | 5f1c899ddb759c4bf5890f9d5735c9f5d3ea71f8 | [
"MIT"
] | null | null | null | src/SnakeHead.hpp | minneelyyyy/minsnake | 5f1c899ddb759c4bf5890f9d5735c9f5d3ea71f8 | [
"MIT"
] | null | null | null | src/SnakeHead.hpp | minneelyyyy/minsnake | 5f1c899ddb759c4bf5890f9d5735c9f5d3ea71f8 | [
"MIT"
] | null | null | null |
#ifndef SNAKEHEAD_HPP
#define SNAKEHEAD_HPP
#include "SnakeTailSegment.hpp"
#include "PositionalObject.hpp"
#include <vector>
typedef unsigned long size_t;
enum Direction { NONE, UP, DOWN, LEFT, RIGHT };
class SnakeHead : public PositionalObject
{
private:
Direction dir = Direction::NONE;
std::vector<Snake... | 19.405405 | 64 | 0.735376 | [
"vector"
] |
07c4cf57b97cff51a1874870d369cbea4f874270 | 528,005 | cpp | C++ | lua.cpp | crazybie/tlua | fee427098af4a4fc115b619fc0d77ea4c9be549f | [
"MIT"
] | 2 | 2018-12-11T02:46:10.000Z | 2019-04-03T10:02:18.000Z | lua.cpp | crazybie/tlua | fee427098af4a4fc115b619fc0d77ea4c9be549f | [
"MIT"
] | null | null | null | lua.cpp | crazybie/tlua | fee427098af4a4fc115b619fc0d77ea4c9be549f | [
"MIT"
] | null | null | null | /*
** $Id: lapi.c,v 2.259 2016/02/29 14:27:14 roberto Exp $
** Lua API
** See Copyright Notice in lua.h
*/
#define lapi_c
#define LUA_CORE
#define LUA_IMP
#include "lua.h"
#include <stdarg.h>
#include <string.h>
const char lua_ident[] =
"$LuaVersion: " LUA_COPYRIGHT " $"
"$LuaAuthors: " LUA_AUTHORS " $";
... | 28.503833 | 80 | 0.584212 | [
"object"
] |
07c6e4649d16b40c1ac8d844be78d80e6f1cbf20 | 1,395 | cpp | C++ | src/tree/post_order_with_path.cpp | cjj0414/leetcode | ff0eb26cd1e453d40becd8385bfbca186856e84a | [
"MIT"
] | 1 | 2020-11-27T08:46:29.000Z | 2020-11-27T08:46:29.000Z | src/tree/post_order_with_path.cpp | cjj0414/leetcode | ff0eb26cd1e453d40becd8385bfbca186856e84a | [
"MIT"
] | null | null | null | src/tree/post_order_with_path.cpp | cjj0414/leetcode | ff0eb26cd1e453d40becd8385bfbca186856e84a | [
"MIT"
] | null | null | null | #include "util.cpp"
vector<int> postorderTraversal(TreeNode *root)
{
stack<TreeNode *> path;
vector<int> res;
TreeNode *curr = root;
while (curr)
{
if (curr->left)
{
path.push(curr);
curr = curr->left;
continue;
}
if (curr->right)
... | 24.910714 | 159 | 0.41147 | [
"vector"
] |
07c91bc43b02a6d6360c7424075497344b987362 | 24,121 | cpp | C++ | src/GUI.cpp | Pricea810/nes_emu | 1f1d91f15185d40e6c1e2ece60b5bdc3d2a465f1 | [
"MIT"
] | 8 | 2021-03-09T19:50:06.000Z | 2021-06-28T12:03:43.000Z | src/GUI.cpp | Pricea810/nes_emu | 1f1d91f15185d40e6c1e2ece60b5bdc3d2a465f1 | [
"MIT"
] | 8 | 2021-03-14T19:30:53.000Z | 2021-05-04T00:49:28.000Z | src/GUI.cpp | Pricea810/nes_emu | 1f1d91f15185d40e6c1e2ece60b5bdc3d2a465f1 | [
"MIT"
] | 2 | 2021-03-09T20:04:03.000Z | 2021-04-22T04:13:35.000Z | #include <tuple>
#include <fstream>
#include ".\include\GUI.h"
#include ".\imgui.h"
#include ".\imgui-SFML.h"
#include ".\SFML\Audio.hpp"
#include ".\SFML\Graphics.hpp"
#include ".\SFML\System.hpp"
#include ".\SFML\Window.hpp"
#include ".\SFML\Window\Joystick.hpp"
#include ".\SFML\Graphics\Drawable.hpp"
#include "... | 36.001493 | 237 | 0.576717 | [
"render"
] |
07ca118f620d8f56fd9908d42452df39936798a6 | 30,981 | cpp | C++ | modules/ui_extensions/input_map_editor.cpp | Relintai/pandemonium_engine | 3de05db75a396b497f145411f71eb363572b38ae | [
"MIT",
"Apache-2.0",
"CC-BY-4.0",
"Unlicense"
] | null | null | null | modules/ui_extensions/input_map_editor.cpp | Relintai/pandemonium_engine | 3de05db75a396b497f145411f71eb363572b38ae | [
"MIT",
"Apache-2.0",
"CC-BY-4.0",
"Unlicense"
] | null | null | null | modules/ui_extensions/input_map_editor.cpp | Relintai/pandemonium_engine | 3de05db75a396b497f145411f71eb363572b38ae | [
"MIT",
"Apache-2.0",
"CC-BY-4.0",
"Unlicense"
] | null | null | null | /*************************************************************************/
/* originally project_settings_editor.cpp */
/*************************************************************************/
/* This file is (originally) the part of: */
/* ... | 31.230847 | 156 | 0.685904 | [
"object"
] |
07cb56bbf27d5162d20ba366f929261cd0c804f9 | 3,710 | hpp | C++ | include/chihaya/binary_logic.hpp | LTLA/chihaya | 6042c753c20dfc1234280e45db67f67f339b8212 | [
"MIT"
] | null | null | null | include/chihaya/binary_logic.hpp | LTLA/chihaya | 6042c753c20dfc1234280e45db67f67f339b8212 | [
"MIT"
] | null | null | null | include/chihaya/binary_logic.hpp | LTLA/chihaya | 6042c753c20dfc1234280e45db67f67f339b8212 | [
"MIT"
] | null | null | null | #ifndef CHIHAYA_BINARY_LOGIC_HPP
#define CHIHAYA_BINARY_LOGIC_HPP
#include "H5Cpp.h"
#include <stdexcept>
#include <vector>
#include <algorithm>
#include "utils.hpp"
#include "unary_logic.hpp"
/**
* @file binary_logic.hpp
*
* @brief Validation for delayed binary logic operations.
*/
namespace chihaya {
/**
* @... | 37.1 | 132 | 0.698113 | [
"object",
"vector"
] |
07d0b0c72147e0a6b1e81b0ad459d8045436a762 | 3,295 | cpp | C++ | original_metis/mt-metis-0.6.0/wildriver/src/TextFile.cpp | GraphProcessor/LouvainOptimization | 022a1804807e9fd5b1ab7d3e7ceaaccd76847aa5 | [
"MIT"
] | null | null | null | original_metis/mt-metis-0.6.0/wildriver/src/TextFile.cpp | GraphProcessor/LouvainOptimization | 022a1804807e9fd5b1ab7d3e7ceaaccd76847aa5 | [
"MIT"
] | null | null | null | original_metis/mt-metis-0.6.0/wildriver/src/TextFile.cpp | GraphProcessor/LouvainOptimization | 022a1804807e9fd5b1ab7d3e7ceaaccd76847aa5 | [
"MIT"
] | null | null | null | /**
* @file TextFile.cpp
* @brief Abstract class for text files (both graphs and matrices).
* @author Dominique LaSalle <wildriver@domnet.org>
* Copyright 2015-2016
* @version 1
*
*/
#include "TextFile.hpp"
namespace WildRiver
{
/*************************************************************************... | 18.828571 | 79 | 0.463429 | [
"vector"
] |
07d31aa14f4179633919859388c358c5bad9112d | 10,096 | cpp | C++ | src/thirdparties/zxing-cpp/src/pdf417/PDFDetectionResult.cpp | tranminhduc4796/daisykit | b3144e16cd0f1d9f9bd1306977d61057ff8007d6 | [
"Apache-2.0"
] | 13 | 2021-09-06T04:15:45.000Z | 2021-09-30T04:03:36.000Z | src/thirdparties/zxing-cpp/src/pdf417/PDFDetectionResult.cpp | tranminhduc4796/daisykit | b3144e16cd0f1d9f9bd1306977d61057ff8007d6 | [
"Apache-2.0"
] | 7 | 2021-09-17T17:43:11.000Z | 2021-09-28T12:38:11.000Z | src/thirdparties/zxing-cpp/src/pdf417/PDFDetectionResult.cpp | tranminhduc4796/daisykit | b3144e16cd0f1d9f9bd1306977d61057ff8007d6 | [
"Apache-2.0"
] | 5 | 2021-09-12T03:26:28.000Z | 2021-10-09T07:39:15.000Z | /*
* Copyright 2016 Nu-book Inc.
* Copyright 2016 ZXing 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 appl... | 38.980695 | 187 | 0.755844 | [
"vector"
] |
07d9637a9763d632cd9b049157de93c016942e64 | 3,933 | cpp | C++ | source/main.cpp | zhiayang/sap | f8d1d48b02c6df075bc59b5228fbd339d3923a4d | [
"Apache-2.0"
] | 13 | 2021-08-06T20:20:05.000Z | 2022-03-29T10:46:00.000Z | source/main.cpp | zhiayang/sap | f8d1d48b02c6df075bc59b5228fbd339d3923a4d | [
"Apache-2.0"
] | 1 | 2021-08-07T17:42:59.000Z | 2021-09-19T00:34:30.000Z | source/main.cpp | zhiayang/sap | f8d1d48b02c6df075bc59b5228fbd339d3923a4d | [
"Apache-2.0"
] | null | null | null | // main.cpp
// Copyright (c) 2021, zhiayang
// SPDX-License-Identifier: Apache-2.0
#include <cstdlib>
#include <zpr.h>
#include "sap.h"
#include "pdf/pdf.h"
#include "pdf/font.h"
#include "pdf/text.h"
#include "font/font.h"
#if 0
constexpr const char* input_text =
"何 the fuck did you just fucking 言います about 私, y... | 35.754545 | 107 | 0.697178 | [
"render"
] |
07da4ddb2713cb50021f0f7ef6ab00132fac139c | 8,415 | cpp | C++ | agg/examples/gradient_focal.cpp | zshipko/libtwombly | 6a4b74b0a293da2a50e06e6fc9850327e01c7678 | [
"MIT"
] | 7 | 2015-09-10T16:33:40.000Z | 2018-07-15T07:54:41.000Z | agg/examples/gradient_focal.cpp | zshipko/libtwombly | 6a4b74b0a293da2a50e06e6fc9850327e01c7678 | [
"MIT"
] | 2 | 2015-03-21T01:18:11.000Z | 2018-03-06T06:24:22.000Z | agg/examples/gradient_focal.cpp | zshipko/libtwombly | 6a4b74b0a293da2a50e06e6fc9850327e01c7678 | [
"MIT"
] | 2 | 2015-09-08T08:55:29.000Z | 2020-01-09T08:42:27.000Z | #include <stdlib.h>
#include <ctype.h>
#include <stdio.h>
#include "agg_rendering_buffer.h"
#include "agg_rasterizer_scanline_aa.h"
#include "agg_scanline_u.h"
#include "agg_renderer_scanline.h"
#include "agg_span_allocator.h"
#include "agg_span_gradient.h"
#include "agg_gradient_lut.h"
#include "agg_gamma_lut.h"
#incl... | 32.616279 | 98 | 0.605229 | [
"render",
"transform"
] |
07e232822345cefc061ffa559a90baaa70aa153c | 1,206 | hpp | C++ | src/unity/toolkits/coreml_export/MLModel/src/transforms/OneHotEncoder.hpp | TimothyRHuertas/turicreate | afa00bee56d168190c6f122e14c9fbc6656b4e97 | [
"BSD-3-Clause"
] | 1 | 2019-04-16T19:51:18.000Z | 2019-04-16T19:51:18.000Z | src/unity/toolkits/coreml_export/MLModel/src/transforms/OneHotEncoder.hpp | tashby/turicreate | 7f07ce795833d0c56c72b3a1fb9339bed6d178d1 | [
"BSD-3-Clause"
] | 3 | 2021-09-08T02:18:00.000Z | 2022-03-12T00:39:44.000Z | src/unity/toolkits/coreml_export/MLModel/src/transforms/OneHotEncoder.hpp | tashby/turicreate | 7f07ce795833d0c56c72b3a1fb9339bed6d178d1 | [
"BSD-3-Clause"
] | 1 | 2020-10-21T17:46:28.000Z | 2020-10-21T17:46:28.000Z | /* 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
*/
#ifndef MLMODEL_ONE_HOT_ENCODER_SPEC_HPP
#define MLMODEL_ONE_HOT_ENCODER_SPEC_HPP
#include "../Resu... | 28.046512 | 90 | 0.687396 | [
"vector",
"model"
] |
2e3c6971eeecf1df0201110d452c73215b5f08af | 3,418 | hpp | C++ | Libs/GuiSys/CompTextEdit.hpp | dns/Cafu | 77b34014cc7493d6015db7d674439fe8c23f6493 | [
"MIT"
] | 3 | 2020-04-11T13:00:31.000Z | 2020-12-07T03:19:10.000Z | Libs/GuiSys/CompTextEdit.hpp | DNS/Cafu | 77b34014cc7493d6015db7d674439fe8c23f6493 | [
"MIT"
] | null | null | null | Libs/GuiSys/CompTextEdit.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_GUISYS_COMPONENT_TEXT_EDIT_HPP_INCLUDED
#define CAFU_GUISYS_COMPONENT_TEXT_EDIT_HPP_INCLUDED
#include "CompBase.hpp"
namespace cf
{
namespace GuiSy... | 39.287356 | 204 | 0.601521 | [
"render"
] |
2e41e60c009073a8e4090308d23788285576a8d0 | 1,131 | hpp | C++ | include/eve/function/logical_and.hpp | orao/eve | a8bdc6a9cab06d905e8749354cde63776ab76846 | [
"MIT"
] | null | null | null | include/eve/function/logical_and.hpp | orao/eve | a8bdc6a9cab06d905e8749354cde63776ab76846 | [
"MIT"
] | null | null | null | include/eve/function/logical_and.hpp | orao/eve | a8bdc6a9cab06d905e8749354cde63776ab76846 | [
"MIT"
] | null | null | null | //==================================================================================================
/**
EVE - Expressive Vector Engine
Copyright : EVE Contributors & Maintainers
SPDX-License-Identifier: MIT
**/
//==================================================================================================
#... | 29 | 100 | 0.52962 | [
"vector"
] |
2e43af5ab0a760859ceca19bdc36ff24202976f8 | 2,432 | cpp | C++ | 2018/Cpp/day07/part2.cpp | tymscar/Advent-Of-Code | cd7b96b0253191e236bd704b0d8b5540fb3e8ef6 | [
"MIT"
] | 4 | 2019-12-08T08:20:53.000Z | 2021-12-17T12:04:11.000Z | 2018/Cpp/day07/part2.cpp | tymscar/AdventOfCode2018 | 9742ddb6bbbc917062baad87d6b6de75375f1ae8 | [
"MIT"
] | null | null | null | 2018/Cpp/day07/part2.cpp | tymscar/AdventOfCode2018 | 9742ddb6bbbc917062baad87d6b6de75375f1ae8 | [
"MIT"
] | 4 | 2020-12-11T22:10:24.000Z | 2021-12-25T22:39:05.000Z | #include <iostream>
#include <algorithm>
#include <fstream>
#include <unordered_map>
#include <vector>
#include <string>
struct time{
int timeLeft;
char program;
};
int main(){
std::ifstream file;
file.open("input.txt");
std::string line;
std::unordered_map<char, std::vector<char>> dependenciesOf;
std::vecto... | 25.87234 | 147 | 0.639391 | [
"vector"
] |
2e4a50c3c1f8b947dec07a9b4022cbf184441440 | 11,593 | cpp | C++ | editor/src/views/DebugOverlay.cpp | jsandham/PhysicsEngine | 51115ee9a59f3bc6e0895113c67563cfd4a1ef3c | [
"MIT"
] | 2 | 2018-12-19T01:52:39.000Z | 2022-03-29T16:04:15.000Z | editor/src/views/DebugOverlay.cpp | jsandham/PhysicsEngine | 51115ee9a59f3bc6e0895113c67563cfd4a1ef3c | [
"MIT"
] | null | null | null | editor/src/views/DebugOverlay.cpp | jsandham/PhysicsEngine | 51115ee9a59f3bc6e0895113c67563cfd4a1ef3c | [
"MIT"
] | null | null | null | #include "../../include/views/DebugOverlay.h"
#include "imgui.h"
#include "imgui_internal.h"
#include "core/Material.h"
#include "core/Shader.h"
using namespace PhysicsEditor;
DebugOverlay::DebugOverlay() : Window("Debug Overlay")
{
mMaxFPS = 0.0f;
}
DebugOverlay::~DebugOverlay()
{
}
void DebugOverlay::init(C... | 54.42723 | 250 | 0.688433 | [
"mesh",
"vector",
"transform"
] |
2e4ed0eaa1587c1006a09080d48fa66316e37f9b | 1,668 | hpp | C++ | buzzmobile/process/projector/image_transform.hpp | gtagency/buzzmobile | 8f7215d35b3b7fe3c6ca6419f0123ba18e8aca0a | [
"MIT"
] | 25 | 2015-02-18T04:15:09.000Z | 2019-12-11T14:29:02.000Z | buzzmobile/process/projector/image_transform.hpp | gtagency/buzzmobile | 8f7215d35b3b7fe3c6ca6419f0123ba18e8aca0a | [
"MIT"
] | 173 | 2016-09-16T05:34:27.000Z | 2017-11-15T07:31:53.000Z | buzzmobile/process/projector/image_transform.hpp | gtagency/buzzmobile | 8f7215d35b3b7fe3c6ca6419f0123ba18e8aca0a | [
"MIT"
] | 4 | 2015-01-18T15:46:35.000Z | 2017-04-08T00:39:05.000Z | #ifndef IMAGE_TRANSFORM_HPP
#define IMAGE_TRANSFORM_HPP
#include <stdio.h>
#include <opencv2/opencv.hpp>
namespace image_transform {
// The width and height of the final image. Will depend on the size of the
// initial image.
// int persp_transform_width = 480;
// int persp_transform_height = 640;
int persp_transfor... | 34.75 | 94 | 0.734412 | [
"transform"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.