hexsha stringlengths 40 40 | size int64 7 1.05M | ext stringclasses 13
values | lang stringclasses 1
value | max_stars_repo_path stringlengths 4 269 | max_stars_repo_name stringlengths 5 108 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses listlengths 1 9 | max_stars_count int64 1 191k ⌀ | max_stars_repo_stars_event_min_datetime stringlengths 24 24 ⌀ | max_stars_repo_stars_event_max_datetime stringlengths 24 24 ⌀ | max_issues_repo_path stringlengths 4 269 | max_issues_repo_name stringlengths 5 116 | max_issues_repo_head_hexsha stringlengths 40 40 | max_issues_repo_licenses listlengths 1 9 | max_issues_count int64 1 67k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 4 269 | max_forks_repo_name stringlengths 5 116 | max_forks_repo_head_hexsha stringlengths 40 40 | max_forks_repo_licenses listlengths 1 9 | max_forks_count int64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringlengths 24 24 ⌀ | max_forks_repo_forks_event_max_datetime stringlengths 24 24 ⌀ | content stringlengths 7 1.05M | avg_line_length float64 1.21 330k | max_line_length int64 6 990k | alphanum_fraction float64 0.01 0.99 | author_id stringlengths 2 40 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
04a238c3449a39e4e251d6f4dc7f4821c7dc39fd | 4,806 | cpp | C++ | src/server/SoundManager.cpp | paps/Open-Trading | b62f85f391be9975a161713f87aeff0cae0a1e37 | [
"BSD-2-Clause"
] | 23 | 2015-07-24T15:45:36.000Z | 2021-11-23T15:35:33.000Z | src/server/SoundManager.cpp | paps/Open-Trading | b62f85f391be9975a161713f87aeff0cae0a1e37 | [
"BSD-2-Clause"
] | null | null | null | src/server/SoundManager.cpp | paps/Open-Trading | b62f85f391be9975a161713f87aeff0cae0a1e37 | [
"BSD-2-Clause"
] | 21 | 2015-07-12T16:42:01.000Z | 2020-08-23T22:56:50.000Z | // The Open Trading Project - open-trading.org
//
// Copyright (c) 2011 Martin Tapia - martin.tapia@open-trading.org
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributio... | 36.687023 | 150 | 0.648148 | paps |
04a2a3da1808cb6f8ee140dbb3a5c3407b6e0537 | 890 | cpp | C++ | Intuit/minimum_swaps.cpp | pilipi-puu-puu/6companies30Days | 9dd3e60f06a6e09483f64b79ccf918a6dd725239 | [
"MIT"
] | 3 | 2022-01-09T13:16:32.000Z | 2022-01-25T15:23:44.000Z | Intuit/minimum_swaps.cpp | pilipi-puu-puu/6companies30Days | 9dd3e60f06a6e09483f64b79ccf918a6dd725239 | [
"MIT"
] | null | null | null | Intuit/minimum_swaps.cpp | pilipi-puu-puu/6companies30Days | 9dd3e60f06a6e09483f64b79ccf918a6dd725239 | [
"MIT"
] | 1 | 2022-01-08T09:47:13.000Z | 2022-01-08T09:47:13.000Z | #include<bits/stdc++.h>
using namespace std;
typedef long long ll;
class Solution
{
public:
int minSwaps(vector<vector<int>> &grid)
{
int n = grid.size();
vector<int> countArr;
for (int i = 0; i < n; i++)
{
int count = 0;
for (int j = n - 1; j >= 0; j--)
{
... | 17.115385 | 44 | 0.379775 | pilipi-puu-puu |
04a666e50660c4f28da176388def789662f59ed4 | 17,424 | cpp | C++ | src/devices/cpu/h8/h8_sci.cpp | Robbbert/messui | 49b756e2140d8831bc81335298ee8c5471045e79 | [
"BSD-3-Clause"
] | 26 | 2015-03-31T06:25:51.000Z | 2021-12-14T09:29:04.000Z | src/devices/cpu/h8/h8_sci.cpp | Robbbert/messui | 49b756e2140d8831bc81335298ee8c5471045e79 | [
"BSD-3-Clause"
] | null | null | null | src/devices/cpu/h8/h8_sci.cpp | Robbbert/messui | 49b756e2140d8831bc81335298ee8c5471045e79 | [
"BSD-3-Clause"
] | 10 | 2015-03-27T05:45:51.000Z | 2022-02-04T06:57:36.000Z | // license:BSD-3-Clause
// copyright-holders:Olivier Galibert
#include "emu.h"
#include "h8_sci.h"
// Verbosity level
// 0 = no messages
// 1 = transmitted/recieved bytes, reception errors and clock setup
// 2 = everything but status register reads
// 3 = everything
const int V = 1;
DEFINE_DEVICE_TYPE(H8_SCI, h8_sci... | 24 | 190 | 0.646063 | Robbbert |
04aae9cb9223518f20b06a82289166f7055cf7dd | 12,898 | cpp | C++ | firmware/Vscode_PlatformIO_Proj/Hex_Link_Nano/src/ASW/Motion_Detect.cpp | Ualker/HEX-LINK | 93ef659c047a7e8556d0c49123d6455db8dba929 | [
"MulanPSL-1.0"
] | 181 | 2021-07-01T06:22:16.000Z | 2022-03-30T05:07:23.000Z | firmware/Vscode_PlatformIO_Proj/Hex_Link_Nano/src/ASW/Motion_Detect.cpp | Ualker/HEX-LINK | 93ef659c047a7e8556d0c49123d6455db8dba929 | [
"MulanPSL-1.0"
] | 1 | 2021-07-15T06:24:40.000Z | 2021-07-27T17:50:28.000Z | firmware/Vscode_PlatformIO_Proj/Hex_Link_Nano/src/ASW/Motion_Detect.cpp | Ualker/HEX-LINK | 93ef659c047a7e8556d0c49123d6455db8dba929 | [
"MulanPSL-1.0"
] | 25 | 2021-07-03T06:29:54.000Z | 2022-02-04T11:43:38.000Z | #include "Universal_Headers.h"
#include "IMU.h"
#include "COM.h"
#include "ISR.h"
#include "Motion_Detect.h"
bool Action_Found = false;
uint8_t Silent_Count = SILENT_VALVE;
#define LEFT_VALVE_ACX 131
#define RIGHT_VALVE_ACX 124
#define JUMP_VALVE_ACZ 130
const Ellipse_Para_Type Ctrl_Ellipse = {185,130,25,35,15... | 33.853018 | 162 | 0.667235 | Ualker |
04abc21cac03a4f20f91010bfd6ec92feb8e2022 | 1,264 | cpp | C++ | src/ilya_and_queries.cpp | jacquerie/CPC | da07484771102966d19e3bf39b616f1087dd8959 | [
"MIT"
] | null | null | null | src/ilya_and_queries.cpp | jacquerie/CPC | da07484771102966d19e3bf39b616f1087dd8959 | [
"MIT"
] | null | null | null | src/ilya_and_queries.cpp | jacquerie/CPC | da07484771102966d19e3bf39b616f1087dd8959 | [
"MIT"
] | null | null | null | // Copyright (c) 2018 Jacopo Notarstefano
//
// We precompute and cache the prefix sums of the array whose i-th element is 1
// if the (i - 1)-th and the i-th character of the original string were equal.
// Then, at query time, we answer the query (i, j) by returning the difference
// between the (j - 1)-th and the (i ... | 27.478261 | 93 | 0.601266 | jacquerie |
04ae9725d415b98dba83f42b14e55c1cda237bc9 | 19,469 | hpp | C++ | 00-common/include/chaiscript/language/chaiscript_optimizer.hpp | vitoOmbero/pep-proto | cb83937dd8b2cee26acabd026d7549fb5c85e153 | [
"MIT"
] | null | null | null | 00-common/include/chaiscript/language/chaiscript_optimizer.hpp | vitoOmbero/pep-proto | cb83937dd8b2cee26acabd026d7549fb5c85e153 | [
"MIT"
] | null | null | null | 00-common/include/chaiscript/language/chaiscript_optimizer.hpp | vitoOmbero/pep-proto | cb83937dd8b2cee26acabd026d7549fb5c85e153 | [
"MIT"
] | null | null | null | // This file is distributed under the BSD License.
// See "license.txt" for details.
// Copyright 2009-2012, Jonathan Turner (jonathan@emptycrate.com)
// Copyright 2009-2018, Jason Turner (jason@emptycrate.com)
// http://www.chaiscript.com
#ifndef CHAISCRIPT_OPTIMIZER_HPP_
#define CHAISCRIPT_OPTIMIZER_HPP_
#include "... | 41.160677 | 195 | 0.559351 | vitoOmbero |
04afdd2b9d1758d17092f4217109b93b5217bfbe | 10,400 | cc | C++ | test/core/http/parser_test.cc | arghyadip01/grpc | 9e10bfc8a096ef91a327e22f84f10c0fabff4417 | [
"Apache-2.0"
] | 4 | 2020-08-11T10:00:16.000Z | 2021-10-08T15:17:25.000Z | test/core/http/parser_test.cc | arghyadip01/grpc | 9e10bfc8a096ef91a327e22f84f10c0fabff4417 | [
"Apache-2.0"
] | 54 | 2020-06-23T17:34:04.000Z | 2022-03-31T02:04:06.000Z | test/core/http/parser_test.cc | arghyadip01/grpc | 9e10bfc8a096ef91a327e22f84f10c0fabff4417 | [
"Apache-2.0"
] | 12 | 2020-07-14T23:59:57.000Z | 2022-03-22T09:59:18.000Z | /*
*
* Copyright 2015 gRPC authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | 33.440514 | 79 | 0.607115 | arghyadip01 |
04b4fb535ee129f1cbd5d245819f113e1911ac00 | 4,889 | cpp | C++ | src/game/cm_effect.cpp | crmaykish/project-rogue | bd1a4a7ed984baddc2844f180257475a09e75ce4 | [
"MIT"
] | null | null | null | src/game/cm_effect.cpp | crmaykish/project-rogue | bd1a4a7ed984baddc2844f180257475a09e75ce4 | [
"MIT"
] | null | null | null | src/game/cm_effect.cpp | crmaykish/project-rogue | bd1a4a7ed984baddc2844f180257475a09e75ce4 | [
"MIT"
] | null | null | null | #include <set>
#include <algorithm>
#include "cm_effect.h"
#include "cm_logger.h"
#include "cm_actor.h"
#include "cm_game_world.h"
namespace cm
{
static uint32_t EffectID = 0;
// Effect Map
void EffectMap::Add(EffectTrigger trigger, std::shared_ptr<Effect> effect)
{
Log("Adding effect", LOG_I... | 28.260116 | 111 | 0.506443 | crmaykish |
04b6061f2734efd847eca9b3e596dfa359c9bd43 | 1,569 | cpp | C++ | examples/Client.cpp | kadirlua/Socket | da6954f3abc2c4b161eb5c84bf9f76150b7b7101 | [
"MIT"
] | null | null | null | examples/Client.cpp | kadirlua/Socket | da6954f3abc2c4b161eb5c84bf9f76150b7b7101 | [
"MIT"
] | null | null | null | examples/Client.cpp | kadirlua/Socket | da6954f3abc2c4b161eb5c84bf9f76150b7b7101 | [
"MIT"
] | null | null | null | #include "Client.h"
#include "network/SocketOption.h"
namespace sdk {
namespace application {
using namespace network;
static inline bool callbackInterrupt(void* userdata_ptr)
{
Client* client = reinterpret_cast<Client*>(userdata_ptr);
return client->isInterrupted();
}
Client::Clien... | 25.721311 | 147 | 0.668579 | kadirlua |
04b60e729572c84a08377baab66beb5f7ec11ae5 | 3,904 | cpp | C++ | csr_bench/csr_CComp/main.cpp | sampollard/graphBIG | 6d0c1b125ae7e5ec26e04a27f7c327600d6b1036 | [
"BSD-3-Clause"
] | 61 | 2015-02-13T02:14:21.000Z | 2022-01-10T08:49:57.000Z | csr_bench/csr_CComp/main.cpp | sampollard/graphBIG | 6d0c1b125ae7e5ec26e04a27f7c327600d6b1036 | [
"BSD-3-Clause"
] | 9 | 2016-02-09T14:58:47.000Z | 2022-01-11T11:00:10.000Z | csr_bench/csr_CComp/main.cpp | sampollard/graphBIG | 6d0c1b125ae7e5ec26e04a27f7c327600d6b1036 | [
"BSD-3-Clause"
] | 31 | 2015-07-10T01:17:01.000Z | 2021-10-04T17:34:32.000Z | //====== Graph Benchmark Suites ======//
//
#include <vector>
#include <string>
#include <fstream>
#include "common.h"
#include "def.h"
#include "openG.h"
using namespace std;
extern unsigned seq_CC(
uint64_t * vertexlist,
uint64_t * edgelist, uint16_t * vproplist,
uint16_t * labellist,
... | 23.377246 | 81 | 0.511527 | sampollard |
04b8ca321f906a13d2c667d264973eead6237aa4 | 1,376 | hpp | C++ | include/UnityEngine/UI/ILayoutSelfController.hpp | RedBrumbler/virtuoso-codegen | e83f6f0f9b47bec4b6dd976b21edc1d46bf3cfe3 | [
"Unlicense"
] | null | null | null | include/UnityEngine/UI/ILayoutSelfController.hpp | RedBrumbler/virtuoso-codegen | e83f6f0f9b47bec4b6dd976b21edc1d46bf3cfe3 | [
"Unlicense"
] | null | null | null | include/UnityEngine/UI/ILayoutSelfController.hpp | RedBrumbler/virtuoso-codegen | e83f6f0f9b47bec4b6dd976b21edc1d46bf3cfe3 | [
"Unlicense"
] | 1 | 2022-03-30T21:07:35.000Z | 2022-03-30T21:07:35.000Z | // Autogenerated from CppHeaderCreator
// Created by Sc2ad
// =========================================================================
#pragma once
// Begin includes
#include "beatsaber-hook/shared/utils/byref.hpp"
// Including type: UnityEngine.UI.ILayoutController
#include "UnityEngine/UI/ILayoutController.hpp"
// C... | 40.470588 | 109 | 0.726744 | RedBrumbler |
04b965371516dbf8fb30e7bb9ecb5fad9780cbbc | 89,159 | cxx | C++ | main/framework/source/uielement/menubarmanager.cxx | jimjag/openoffice | 74746a22d8cc22b031b00fcd106f4496bf936c77 | [
"Apache-2.0"
] | 1 | 2019-12-27T19:25:34.000Z | 2019-12-27T19:25:34.000Z | main/framework/source/uielement/menubarmanager.cxx | ackza/openoffice | d49dfe9c625750e261c7ed8d6ccac8d361bf3418 | [
"Apache-2.0"
] | 1 | 2019-11-25T03:08:58.000Z | 2019-11-25T03:08:58.000Z | main/framework/source/uielement/menubarmanager.cxx | ackza/openoffice | d49dfe9c625750e261c7ed8d6ccac8d361bf3418 | [
"Apache-2.0"
] | 6 | 2019-11-19T00:28:25.000Z | 2019-11-22T06:48:49.000Z | /**************************************************************
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to y... | 41.450023 | 254 | 0.613993 | jimjag |
04ba96c42d05df0cdbd25bfa35b38dbbb32c96c9 | 5,350 | cpp | C++ | L2/src/mainwindow.cpp | SqrtMinusOne/SEM7_Software_Design | a3d4828ad3aba5d7f266ee7eb598d1078d04450a | [
"Apache-2.0"
] | null | null | null | L2/src/mainwindow.cpp | SqrtMinusOne/SEM7_Software_Design | a3d4828ad3aba5d7f266ee7eb598d1078d04450a | [
"Apache-2.0"
] | null | null | null | L2/src/mainwindow.cpp | SqrtMinusOne/SEM7_Software_Design | a3d4828ad3aba5d7f266ee7eb598d1078d04450a | [
"Apache-2.0"
] | null | null | null | #include "mainwindow.h"
#include "ui_mainwindow.h"
#include "adddialog.h"
#include "figures/shape.h"
#include "figures/pentagram.h"
#include "figures/atansegment.h"
#include "figures/pentagramtext.h"
#include "figures/text.h"
#include <QFileDialog>
#include <QJsonDocument>
#include <QTableWidgetItem>
#include <QMessag... | 31.104651 | 101 | 0.65028 | SqrtMinusOne |
04bd5d2e0c912c5e172e112b2a1a169fb4f1eed2 | 12,703 | cpp | C++ | applications/RANSApplication/custom_utilities/rans_variable_utilities.cpp | clazaro/Kratos | b947b82c90dfcbf13d60511427f85990d36b90be | [
"BSD-4-Clause"
] | 2 | 2020-12-22T11:50:11.000Z | 2021-09-15T11:36:30.000Z | applications/RANSApplication/custom_utilities/rans_variable_utilities.cpp | clazaro/Kratos | b947b82c90dfcbf13d60511427f85990d36b90be | [
"BSD-4-Clause"
] | 3 | 2021-08-18T16:12:20.000Z | 2021-09-02T07:36:15.000Z | applications/RANSApplication/custom_utilities/rans_variable_utilities.cpp | clazaro/Kratos | b947b82c90dfcbf13d60511427f85990d36b90be | [
"BSD-4-Clause"
] | 1 | 2017-05-02T00:52:44.000Z | 2017-05-02T00:52:44.000Z | // | / |
// ' / __| _` | __| _ \ __|
// . \ | ( | | ( |\__ `
// _|\_\_| \__,_|\__|\___/ ____/
// Multi-Physics
//
// License: BSD License
// Kratos default license: kratos/license.txt
//
// Main authors: Suneth Warnakulasuriya
//
// ... | 35.188366 | 133 | 0.662284 | clazaro |
04bd60679870025a6e61baa63f4606041a5147c9 | 33,331 | cpp | C++ | src/core/inputgate.cpp | MohamedHmini/win-vind | a33eba108a57481311bfd28ccb267dc54b62627f | [
"MIT"
] | null | null | null | src/core/inputgate.cpp | MohamedHmini/win-vind | a33eba108a57481311bfd28ccb267dc54b62627f | [
"MIT"
] | null | null | null | src/core/inputgate.cpp | MohamedHmini/win-vind | a33eba108a57481311bfd28ccb267dc54b62627f | [
"MIT"
] | null | null | null | #include "inputgate.hpp"
#include "bind/bindedfunc.hpp"
#include "bind/bindinglist.hpp"
#include "bind/saferepeat.hpp"
#include "errlogger.hpp"
#include "keycodedef.hpp"
#include "keylgrbase.hpp"
#include "keylog.hpp"
#include "lgrparsermgr.hpp"
#include "maptable.hpp"
#include "mode.hpp"
#include "ntypelogger.hpp"
#i... | 34.938155 | 144 | 0.492334 | MohamedHmini |
04be42cc3c0ece84d93aa58354db03fbdd8da485 | 1,482 | cpp | C++ | ReferenceTests_v3/src/tests/Catch_Testset02/UT_Tests03.cpp | dmkozh/TestAdapter_Catch2 | 6584596594f11bf477fddebfd1211483ca091ee3 | [
"MIT"
] | null | null | null | ReferenceTests_v3/src/tests/Catch_Testset02/UT_Tests03.cpp | dmkozh/TestAdapter_Catch2 | 6584596594f11bf477fddebfd1211483ca091ee3 | [
"MIT"
] | null | null | null | ReferenceTests_v3/src/tests/Catch_Testset02/UT_Tests03.cpp | dmkozh/TestAdapter_Catch2 | 6584596594f11bf477fddebfd1211483ca091ee3 | [
"MIT"
] | null | null | null | /** Basic Info **
Copyright: 2018 Johnny Hendriks
Author : Johnny Hendriks
Year : 2018
Project: VSTestAdapter for Catch2
Licence: MIT
Notes: None
** Basic Info **/
/************
* Includes *
************/
// Catch2
#include <catch2/catch_test_macros.hpp>
/**************
* Start code *
**************/
nam... | 17.435294 | 88 | 0.539136 | dmkozh |
04bfe4e4d9ac62a654b62a9ac7a4196215da0065 | 764 | cpp | C++ | TopEarners.cpp | MISabic/Uber | 1232d18bf2ffcd8d8de82c744a2736adee0497bf | [
"MIT"
] | null | null | null | TopEarners.cpp | MISabic/Uber | 1232d18bf2ffcd8d8de82c744a2736adee0497bf | [
"MIT"
] | null | null | null | TopEarners.cpp | MISabic/Uber | 1232d18bf2ffcd8d8de82c744a2736adee0497bf | [
"MIT"
] | null | null | null | #ifndef TOP_EARNERS_CPP
#define TOP_EARNERS_CPP
#include "TopEarners.h"
template<class ItemType>
TopEarners<ItemType>::TopEarners( ) {
ReadData( );
}
template<class ItemType>
void TopEarners<ItemType>::ReadData( ) {
ifstream inFile( "MonthlyEarners.txt" );
string name;
double totalIncome;
while... | 18.190476 | 52 | 0.624346 | MISabic |
04c20cc64811bcc56954399b9198089788e342cd | 317 | cpp | C++ | source/fps.cpp | vitodtagliente/vdtplatform | 8b38a84fc2a582ea04743dcf19b70b2f3416c744 | [
"MIT"
] | null | null | null | source/fps.cpp | vitodtagliente/vdtplatform | 8b38a84fc2a582ea04743dcf19b70b2f3416c744 | [
"MIT"
] | null | null | null | source/fps.cpp | vitodtagliente/vdtplatform | 8b38a84fc2a582ea04743dcf19b70b2f3416c744 | [
"MIT"
] | null | null | null | #include <vdtplatform/fps.h>
namespace platform
{
FPS::FPS()
: m_frames()
, m_time()
, m_fps()
{
}
void FPS::update(const double deltaTime)
{
++m_frames;
m_time += deltaTime;
if (m_time >= 1.0)
{
m_fps = static_cast<unsigned int>(m_frames / m_time);
m_frames = 0;
m_time = 0.0;
}
}
} | 13.208333 | 56 | 0.59306 | vitodtagliente |
04c231e7e52ff6714866e7b242bb3a559fa1f27a | 1,299 | cc | C++ | gpu/command_buffer/service/gles2_cmd_decoder_passthrough_unittest_drawing.cc | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 14,668 | 2015-01-01T01:57:10.000Z | 2022-03-31T23:33:32.000Z | gpu/command_buffer/service/gles2_cmd_decoder_passthrough_unittest_drawing.cc | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 113 | 2015-05-04T09:58:14.000Z | 2022-01-31T19:35:03.000Z | gpu/command_buffer/service/gles2_cmd_decoder_passthrough_unittest_drawing.cc | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 5,941 | 2015-01-02T11:32:21.000Z | 2022-03-31T16:35:46.000Z | // Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "gpu/command_buffer/service/gles2_cmd_decoder.h"
#include "gpu/command_buffer/service/gles2_cmd_decoder_unittest.h"
namespace gpu {
namespace gl... | 32.475 | 80 | 0.790608 | zealoussnow |
04c301b08149627ba558bd91bf386dd222190455 | 298 | hpp | C++ | packets/PKT_S2C_HighlightHUDElement.hpp | HoDANG/OGLeague2 | 21efea8ea480972a6d686c4adefea03d57da5e9d | [
"MIT"
] | 1 | 2022-03-27T10:21:41.000Z | 2022-03-27T10:21:41.000Z | packets/PKT_S2C_HighlightHUDElement.hpp | HoDANG/OGLeague2 | 21efea8ea480972a6d686c4adefea03d57da5e9d | [
"MIT"
] | null | null | null | packets/PKT_S2C_HighlightHUDElement.hpp | HoDANG/OGLeague2 | 21efea8ea480972a6d686c4adefea03d57da5e9d | [
"MIT"
] | 3 | 2019-07-20T03:59:10.000Z | 2022-03-27T10:20:09.000Z | #ifndef HPP_164_PKT_S2C_HighlightHUDElement_HPP
#define HPP_164_PKT_S2C_HighlightHUDElement_HPP
#include "base.hpp"
#pragma pack(push, 1)
struct PKT_S2C_HighlightHUDElement_s : DefaultPacket<PKT_S2C_HighlightHUDElement>
{
char elementType;
char elementNumber;
};
#pragma pack(pop)
#endif
| 21.285714 | 81 | 0.818792 | HoDANG |
04c3f6e8ab421fcb474ca63624ddf4977e741d24 | 5,107 | cpp | C++ | RVAF-GUI/teechart/horizlineseries.cpp | YangQun1/RVAF-GUI | f187e2325fc8fdbac84a63515b7dd67c09e2fc72 | [
"BSD-2-Clause"
] | 4 | 2018-03-31T10:45:19.000Z | 2021-10-09T02:57:13.000Z | RVAF-GUI/teechart/horizlineseries.cpp | P-Chao/RVAF-GUI | 3bbeed7d2ffa400f754f095e7c08400f701813d4 | [
"BSD-2-Clause"
] | 1 | 2018-04-22T05:12:36.000Z | 2018-04-22T05:12:36.000Z | RVAF-GUI/teechart/horizlineseries.cpp | YangQun1/RVAF-GUI | f187e2325fc8fdbac84a63515b7dd67c09e2fc72 | [
"BSD-2-Clause"
] | 5 | 2018-01-13T15:57:14.000Z | 2019-11-12T03:23:18.000Z | // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your modifications will be overwritten.
#include "stdafx.h"
#include "horizlineseries.h"
// Dispatch interfaces refer... | 23.753488 | 83 | 0.706285 | YangQun1 |
04c3f6f3f6b8cc44aa3709be1b911408e4c8c75b | 12,159 | cpp | C++ | libs/geometry/test/algorithms/distance.cpp | ballisticwhisper/boost | f72119ab640b564c4b983bd457457046b52af9ee | [
"BSL-1.0"
] | 2 | 2015-01-02T14:24:56.000Z | 2015-01-02T14:25:17.000Z | libs/geometry/test/algorithms/distance.cpp | ballisticwhisper/boost | f72119ab640b564c4b983bd457457046b52af9ee | [
"BSL-1.0"
] | 2 | 2019-01-13T23:45:51.000Z | 2019-02-03T08:13:26.000Z | libs/geometry/test/algorithms/distance.cpp | ballisticwhisper/boost | f72119ab640b564c4b983bd457457046b52af9ee | [
"BSL-1.0"
] | 1 | 2016-05-29T13:41:15.000Z | 2016-05-29T13:41:15.000Z | // Boost.Geometry (aka GGL, Generic Geometry Library)
// Unit Test
// Copyright (c) 2007-2012 Barend Gehrels, Amsterdam, the Netherlands.
// Copyright (c) 2008-2012 Bruno Lalande, Paris, France.
// Copyright (c) 2009-2012 Mateusz Loskot, London, UK.
// Parts of Boost.Geometry are redesigned from Geodan's Geographic L... | 35.761765 | 130 | 0.646188 | ballisticwhisper |
04c4a1e668c92d6d04fedc86ecec1fb61227f8bc | 4,707 | hpp | C++ | source/backend/cpu/BinaryUtils.hpp | WillTao-RD/MNN | 48575121859093bab8468d6992596962063b7aff | [
"Apache-2.0"
] | 2 | 2020-12-15T13:56:31.000Z | 2022-01-26T03:20:28.000Z | source/backend/cpu/BinaryUtils.hpp | qaz734913414/MNN | a5d5769789054a76c6e4dce2ef97d1f45b0e7e2d | [
"Apache-2.0"
] | null | null | null | source/backend/cpu/BinaryUtils.hpp | qaz734913414/MNN | a5d5769789054a76c6e4dce2ef97d1f45b0e7e2d | [
"Apache-2.0"
] | 1 | 2021-11-24T06:26:27.000Z | 2021-11-24T06:26:27.000Z | #include <math.h>
#include <algorithm>
template <typename _Arg1, typename _Arg2, typename _ErrorCode>
struct BinaryMax : std::binary_function<_Arg1, _Arg2, _ErrorCode> {
_ErrorCode operator()(const _Arg1& x, const _Arg2& y) const {
return std::max(x, y);
}
};
template <typename _Arg1, typename _Arg2, ... | 35.931298 | 81 | 0.685575 | WillTao-RD |
04c4df7612d61d5647a77a221120bd5ab2b4a7e2 | 848 | hpp | C++ | ios/Pods/boost-for-react-native/boost/signals2/signal_base.hpp | rudylee/expo | b3e65a7a5b205f14a3eb6cd6fa8d13c8d663b1cc | [
"Apache-2.0",
"MIT"
] | 8,805 | 2015-11-03T00:52:29.000Z | 2022-03-29T22:30:03.000Z | ios/Pods/boost-for-react-native/boost/signals2/signal_base.hpp | rudylee/expo | b3e65a7a5b205f14a3eb6cd6fa8d13c8d663b1cc | [
"Apache-2.0",
"MIT"
] | 14,694 | 2015-02-24T15:13:42.000Z | 2022-03-31T13:16:45.000Z | ios/Pods/boost-for-react-native/boost/signals2/signal_base.hpp | rudylee/expo | b3e65a7a5b205f14a3eb6cd6fa8d13c8d663b1cc | [
"Apache-2.0",
"MIT"
] | 1,329 | 2015-11-03T20:25:51.000Z | 2022-03-31T18:10:38.000Z | // Boost.Signals2 library
// Copyright Frank Mori Hess 2007-2008.
// Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
// For more information, see http://www.boost.org
#... | 24.941176 | 66 | 0.698113 | rudylee |
04c5497fcf519b61bfb5a27396a0843b998aa847 | 5,389 | hxx | C++ | inetcore/winhttp/v5.1/inc/hinet.hxx | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | inetcore/winhttp/v5.1/inc/hinet.hxx | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | inetcore/winhttp/v5.1/inc/hinet.hxx | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | /*++
Copyright (c) 1994 Microsoft Corporation
Module Name:
handle.hxx
Abstract:
Contains client-side internet handle class
Author:
Madan Appiah (madana) 16-Nov-1994
Environment:
User Mode - Win32
Revision History:
Sophia Chung (sophiac) 12-Feb-1995 (added FTP han... | 24.607306 | 118 | 0.670254 | npocmaka |
04c66380d944ef3c3e85dce8af8ba6fe6bfff5e0 | 1,410 | hpp | C++ | cpp_module00/ex01/Phonebook.class.hpp | lesorres/CPP_Modules | 9e7bba58320c92b39c0c81b630e9899f5b4d838a | [
"MIT"
] | null | null | null | cpp_module00/ex01/Phonebook.class.hpp | lesorres/CPP_Modules | 9e7bba58320c92b39c0c81b630e9899f5b4d838a | [
"MIT"
] | null | null | null | cpp_module00/ex01/Phonebook.class.hpp | lesorres/CPP_Modules | 9e7bba58320c92b39c0c81b630e9899f5b4d838a | [
"MIT"
] | null | null | null | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* Phonebook.class.hpp :+: :+: :+: ... | 33.571429 | 80 | 0.346809 | lesorres |
04c797c07c413e69a22ca1fc513e15d337ff52b6 | 299 | hpp | C++ | mogumogu/include/mogumogu/material/material.hpp | yumcyaWiz/Introduction-To-PathTracing-2020 | fb202d97893b042b92c54363730534699167661d | [
"MIT"
] | 1 | 2020-11-18T00:59:02.000Z | 2020-11-18T00:59:02.000Z | mogumogu/include/mogumogu/material/material.hpp | TUS-OSK/Introduction-to-PathTracing-2020 | 466708873e8d74f94d4a75c69ef81bcc7116b017 | [
"MIT"
] | null | null | null | mogumogu/include/mogumogu/material/material.hpp | TUS-OSK/Introduction-to-PathTracing-2020 | 466708873e8d74f94d4a75c69ef81bcc7116b017 | [
"MIT"
] | 1 | 2020-11-27T12:20:21.000Z | 2020-11-27T12:20:21.000Z | #ifndef _MATERIAL_H
#define _MATERIAL_H
#include <optional>
#include <tuple>
#include "mogumogu/core/vec3.hpp"
class Material {
public:
virtual Vec3 BRDF(const Vec3& wo, const Vec3& wi) const = 0;
virtual std::optional<std::tuple<Vec3, float>> sampleBRDF(const Vec3& wo) const = 0;
};
#endif | 21.357143 | 86 | 0.722408 | yumcyaWiz |
04c8fb11c25828bf3df58f11077a20d24adac769 | 3,044 | cc | C++ | src/math/vandermonde_system_solver.cc | takenori-y/SPTK | 573df2dd032c39db2aa24de012d2fe9a44f96280 | [
"Apache-2.0"
] | 91 | 2017-12-25T14:13:17.000Z | 2022-03-15T14:33:23.000Z | src/math/vandermonde_system_solver.cc | takenori-y/SPTK | 573df2dd032c39db2aa24de012d2fe9a44f96280 | [
"Apache-2.0"
] | 4 | 2020-09-28T03:58:29.000Z | 2021-12-14T01:23:13.000Z | src/math/vandermonde_system_solver.cc | takenori-y/SPTK | 573df2dd032c39db2aa24de012d2fe9a44f96280 | [
"Apache-2.0"
] | 16 | 2018-03-12T07:08:09.000Z | 2022-03-22T02:38:13.000Z | // ------------------------------------------------------------------------ //
// Copyright 2021 SPTK Working Group //
// //
// Licensed under the Apache License, Version 2.0 (the "License"); //
// y... | 35.395349 | 78 | 0.518068 | takenori-y |
04ce514f7ca498b40cc050ad3ee2c30111d0f544 | 8,590 | cpp | C++ | simulator/GroupTuringTape.cpp | bcookOh1/TuringMachineSimulator | af413a8d5b6e188625d7e575b1944b9be3d816a5 | [
"BSL-1.0"
] | null | null | null | simulator/GroupTuringTape.cpp | bcookOh1/TuringMachineSimulator | af413a8d5b6e188625d7e575b1944b9be3d816a5 | [
"BSL-1.0"
] | null | null | null | simulator/GroupTuringTape.cpp | bcookOh1/TuringMachineSimulator | af413a8d5b6e188625d7e575b1944b9be3d816a5 | [
"BSL-1.0"
] | null | null | null | // file: GroupTuringTape.cpp
// Class: CS5800
// Project: Turing Machine Simulator
// Author: Bennett Cook
// Date: 4/08/2018
// Description: implementation the FLTK group control for the
// Turing Machine visual simulator
//
#include "GroupTuringTape.h"
#include <iostream>
#include <iomanip>
#include <boost\lexical... | 26.269113 | 78 | 0.635157 | bcookOh1 |
04cf21f546db2b88952083816ed1567c3082b624 | 1,352 | cpp | C++ | Engine/Src/SFEngine/Application/IOS/IOSApp.cpp | blue3k/StormForge | 1557e699a673ae9adcc8f987868139f601ec0887 | [
"Apache-2.0"
] | 1 | 2020-06-20T07:35:25.000Z | 2020-06-20T07:35:25.000Z | Engine/Src/SFEngine/Application/IOS/IOSApp.cpp | blue3k/StormForge | 1557e699a673ae9adcc8f987868139f601ec0887 | [
"Apache-2.0"
] | null | null | null | Engine/Src/SFEngine/Application/IOS/IOSApp.cpp | blue3k/StormForge | 1557e699a673ae9adcc8f987868139f601ec0887 | [
"Apache-2.0"
] | null | null | null | ////////////////////////////////////////////////////////////////////////////////
//
// CopyRight (c) 2017 Kyungkun Ko
//
// Author : KyungKun Ko
//
// Description : Basic IOS application
//
//
////////////////////////////////////////////////////////////////////////////////
#include "SFEnginePCH.h"
#... | 19.042254 | 81 | 0.610947 | blue3k |
04cfd8d808a6cdddeaa33a3dff92910ac28fd645 | 2,841 | hh | C++ | scripts/plot_utilities.hh | macndev/Stntuple | b5bb000edf015883eec32d87959cb7bd3ab88577 | [
"Apache-2.0"
] | null | null | null | scripts/plot_utilities.hh | macndev/Stntuple | b5bb000edf015883eec32d87959cb7bd3ab88577 | [
"Apache-2.0"
] | null | null | null | scripts/plot_utilities.hh | macndev/Stntuple | b5bb000edf015883eec32d87959cb7bd3ab88577 | [
"Apache-2.0"
] | 6 | 2019-11-21T15:27:27.000Z | 2022-02-28T20:57:13.000Z | //
#ifndef __Stntuple_scripts_plot_utilities__
#define __Stntuple_scripts_plot_utilities__
#include "TPaveStats.h"
#include "TLatex.h"
#include "Stntuple/scripts/hist_data.hh"
//-----------------------------------------------------------------------------
void set_draw_options(TH1* Hist, hist_data_t* Hd) {
if (Hd->... | 35.962025 | 93 | 0.528335 | macndev |
04d070ad415f2b739276e782e6897a72bf9d3cf7 | 11,289 | cxx | C++ | Utilities/Visualization/ViewImageAndSegmentationSurface.cxx | jhlegarreta/LesionSizingToolkit | 6cd00fcad296451f0f1989cf33f1bc3dd26295ec | [
"BSD-2-Clause"
] | null | null | null | Utilities/Visualization/ViewImageAndSegmentationSurface.cxx | jhlegarreta/LesionSizingToolkit | 6cd00fcad296451f0f1989cf33f1bc3dd26295ec | [
"BSD-2-Clause"
] | null | null | null | Utilities/Visualization/ViewImageAndSegmentationSurface.cxx | jhlegarreta/LesionSizingToolkit | 6cd00fcad296451f0f1989cf33f1bc3dd26295ec | [
"BSD-2-Clause"
] | null | null | null | /*=========================================================================
Program: Insight Segmentation & Registration Toolkit
Module: ViewImageAndSegmentationSurface.cxx
Language: C++
Date: $Date$
Version: $Revision$
Copyright (c) 2002 Insight Consortium. All rights reserved.
See ITKCopy... | 33.202941 | 91 | 0.712109 | jhlegarreta |
04d159efcd1ee9d4c9e160b72a83fee2ffb1109f | 3,598 | cpp | C++ | Tests/Source/UnorderedMapTests.cpp | seeduvax/LuaBridge | c0dcc9de066e797e4e171b5a215e0621b4f05f87 | [
"X11",
"MIT"
] | 7 | 2020-10-16T11:34:27.000Z | 2022-03-12T17:53:15.000Z | Tests/Source/UnorderedMapTests.cpp | seeduvax/LuaBridge | c0dcc9de066e797e4e171b5a215e0621b4f05f87 | [
"X11",
"MIT"
] | 1 | 2020-10-06T17:52:17.000Z | 2020-10-06T17:52:17.000Z | Tests/Source/UnorderedMapTests.cpp | seeduvax/LuaBridge | c0dcc9de066e797e4e171b5a215e0621b4f05f87 | [
"X11",
"MIT"
] | 6 | 2021-05-06T15:09:52.000Z | 2022-03-12T17:57:14.000Z | // https://github.com/vinniefalco/LuaBridge
//
// Copyright 2019, Dmitry Tarakanov
// SPDX-License-Identifier: MIT
#include "TestBase.h"
#include "LuaBridge/UnorderedMap.h"
#include <unordered_map>
struct UnorderedMapTests : TestBase
{
};
namespace {
struct Data
{
/* explicit */ Data(int i) : i(i) {}
int i;... | 22.07362 | 100 | 0.619511 | seeduvax |
04d376050083642a6f25eb2b6d3bcc5a63abc4b0 | 19,850 | cpp | C++ | source/games/exhumed/src/lighting.cpp | DosFreak/Raze | 389f760d45748da28ba758f12be1be2a9ba9b4b2 | [
"RSA-MD"
] | null | null | null | source/games/exhumed/src/lighting.cpp | DosFreak/Raze | 389f760d45748da28ba758f12be1be2a9ba9b4b2 | [
"RSA-MD"
] | null | null | null | source/games/exhumed/src/lighting.cpp | DosFreak/Raze | 389f760d45748da28ba758f12be1be2a9ba9b4b2 | [
"RSA-MD"
] | null | null | null | //-------------------------------------------------------------------------
/*
Copyright (C) 2010-2019 EDuke32 developers and contributors
Copyright (C) 2019 sirlemonhead, Nuke.YKT
This file is part of PCExhumed.
PCExhumed is free software; you can redistribute it and/or
modify it under the terms of the GNU General Pub... | 23.886883 | 101 | 0.469521 | DosFreak |
04d56e553db29acc82a1c5268364981f0b0a08aa | 2,645 | cpp | C++ | cilk_max.cpp | gonidelis/openCilk_algorithms | c8e7a12a545f9011c66dd00440899a763a8719e3 | [
"MIT"
] | null | null | null | cilk_max.cpp | gonidelis/openCilk_algorithms | c8e7a12a545f9011c66dd00440899a763a8719e3 | [
"MIT"
] | null | null | null | cilk_max.cpp | gonidelis/openCilk_algorithms | c8e7a12a545f9011c66dd00440899a763a8719e3 | [
"MIT"
] | null | null | null | #include <cilk/cilk.h>
#include "opencilk_reducer.hpp"
#include <cilk/reducer_max.h>
#include <iostream>
#include <chrono>
#include <fstream>
#include <vector>
#include <random>
#include <exception>
#define N 1'000'000
int test_count = 100;
unsigned int seed = std::random_device{}();
std::mt19937 gen(seed);
int m... | 21.16 | 96 | 0.565974 | gonidelis |
04d85acc85e23807c3c2c02dd44411368fa3c0c3 | 7,110 | cpp | C++ | LLVMWindowsDriverTest/self_intrin.cpp | gmh5225/LLVMWindowsDriverTest | 4c5ece3c92bc95c760247245adbef965b13bb3c6 | [
"MIT"
] | null | null | null | LLVMWindowsDriverTest/self_intrin.cpp | gmh5225/LLVMWindowsDriverTest | 4c5ece3c92bc95c760247245adbef965b13bb3c6 | [
"MIT"
] | null | null | null | LLVMWindowsDriverTest/self_intrin.cpp | gmh5225/LLVMWindowsDriverTest | 4c5ece3c92bc95c760247245adbef965b13bb3c6 | [
"MIT"
] | 1 | 2022-03-29T01:21:20.000Z | 2022-03-29T01:21:20.000Z | #include <fltKernel.h>
#define dprintf(...) DbgPrintEx(DPFLTR_IHVDRIVER_ID, DPFLTR_ERROR_LEVEL, __VA_ARGS__)
EXTERN_C
void __writecr2(ULONG_PTR);
EXTERN_C
VOID
__cpuidex(int CPUInfo[4], int Function, int SubLeaf);
EXTERN_C
void
__cpuid(int CPUInfo[4], int Function);
EXTERN_C
ULONG_PTR
__readcr0(void);
EXTERN_C
vo... | 20.198864 | 85 | 0.519128 | gmh5225 |
3e2357eb5172c04336e7432bb42269bcc1602596 | 835 | cc | C++ | src/game/Strategic/LoadSaveStrategicMapElement.cc | oldlaptop/ja2-stracciatella | a29e729dfec564c3ef7f7990ed7d5cd6c2e1c2a8 | [
"BSD-Source-Code"
] | null | null | null | src/game/Strategic/LoadSaveStrategicMapElement.cc | oldlaptop/ja2-stracciatella | a29e729dfec564c3ef7f7990ed7d5cd6c2e1c2a8 | [
"BSD-Source-Code"
] | null | null | null | src/game/Strategic/LoadSaveStrategicMapElement.cc | oldlaptop/ja2-stracciatella | a29e729dfec564c3ef7f7990ed7d5cd6c2e1c2a8 | [
"BSD-Source-Code"
] | null | null | null | #include "Debug.h"
#include "FileMan.h"
#include "LoadSaveStrategicMapElement.h"
#include "LoadSaveData.h"
void ExtractStrategicMapElementFromFile(HWFILE const f, StrategicMapElement& e)
{
BYTE data[41];
FileRead(f, data, sizeof(data));
BYTE const* d = data;
EXTR_SKIP(d, 16)
EXTR_I8( d, e.bNameId)
EXTR_BOOL(d... | 21.410256 | 84 | 0.720958 | oldlaptop |
3e23ea0bfa377348820266a3686d3453eca8633a | 28,405 | cpp | C++ | src/common/umlReflection/src_gen/umlReflectionExec/LiteralRealObject.cpp | MDE4CPP/MDE4CPP | 9db9352dd3b1ae26a5f640e614ed3925499b93f1 | [
"MIT"
] | 12 | 2017-02-17T10:33:51.000Z | 2022-03-01T02:48:10.000Z | src/common/umlReflection/src_gen/umlReflectionExec/LiteralRealObject.cpp | ndongmo/MDE4CPP | 9db9352dd3b1ae26a5f640e614ed3925499b93f1 | [
"MIT"
] | 28 | 2017-10-17T20:23:52.000Z | 2021-03-04T16:07:13.000Z | src/common/umlReflection/src_gen/umlReflectionExec/LiteralRealObject.cpp | ndongmo/MDE4CPP | 9db9352dd3b1ae26a5f640e614ed3925499b93f1 | [
"MIT"
] | 22 | 2017-03-24T19:03:58.000Z | 2022-03-31T12:10:07.000Z | #include "umlReflectionExec/LiteralRealObject.hpp"
//General Includes
#include "abstractDataTypes/SubsetUnion.hpp"
#include "uml/LiteralReal.hpp"
#include "umlReflection/UMLPackage.hpp"
#include "fUML/Semantics/Loci/Locus.hpp"
#include "uml/Class.hpp"
//Includes From Composite Structures
/*Not done for metamodel objec... | 42.907855 | 216 | 0.757965 | MDE4CPP |
3e24a9e1f3bbe66a5c2a6a583883b5e4478710c3 | 2,587 | cxx | C++ | np/spiegel/dwarf/entry.cxx | juewuer/novaprova | 7ca3d28975d7d155e52b53ba52107fe7bb29e5d2 | [
"Apache-2.0"
] | null | null | null | np/spiegel/dwarf/entry.cxx | juewuer/novaprova | 7ca3d28975d7d155e52b53ba52107fe7bb29e5d2 | [
"Apache-2.0"
] | null | null | null | np/spiegel/dwarf/entry.cxx | juewuer/novaprova | 7ca3d28975d7d155e52b53ba52107fe7bb29e5d2 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2011-2012 Gregory Banks
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | 33.166667 | 91 | 0.483185 | juewuer |
3e270fad717f8b87c823808046f6fe7b6ddccbfb | 1,668 | hxx | C++ | opencascade/HLRBRep_Hider.hxx | valgur/OCP | 2f7d9da73a08e4ffe80883614aedacb27351134f | [
"Apache-2.0"
] | 117 | 2020-03-07T12:07:05.000Z | 2022-03-27T07:35:22.000Z | opencascade/HLRBRep_Hider.hxx | CadQuery/cpp-py-bindgen | 66e7376d3a27444393fc99acbdbef40bbc7031ae | [
"Apache-2.0"
] | 66 | 2019-12-20T16:07:36.000Z | 2022-03-15T21:56:10.000Z | opencascade/HLRBRep_Hider.hxx | CadQuery/cpp-py-bindgen | 66e7376d3a27444393fc99acbdbef40bbc7031ae | [
"Apache-2.0"
] | 76 | 2020-03-16T01:47:46.000Z | 2022-03-21T16:37:07.000Z | // Created on: 1997-04-17
// Created by: Christophe MARION
// Copyright (c) 1997-1999 Matra Datavision
// Copyright (c) 1999-2014 OPEN CASCADE SAS
//
// This file is part of Open CASCADE Technology software library.
//
// This library is free software; you can redistribute it and/or modify it under
// the terms of the ... | 22.540541 | 92 | 0.754197 | valgur |
3e2804219cfd6c4d2c0f60099c2a7ec743ddb30b | 1,580 | hpp | C++ | C-PhotoDeal_framework/numberPhoto.hpp | numberwolf/iOSDealFace | 5a109690d143ac125a4b679a8ea6ef28a9f147e3 | [
"Apache-2.0"
] | 8 | 2016-03-12T08:39:56.000Z | 2021-07-12T01:48:20.000Z | C-PhotoDeal_framework/numberPhoto.hpp | numberwolf/iOSDealFace | 5a109690d143ac125a4b679a8ea6ef28a9f147e3 | [
"Apache-2.0"
] | null | null | null | C-PhotoDeal_framework/numberPhoto.hpp | numberwolf/iOSDealFace | 5a109690d143ac125a4b679a8ea6ef28a9f147e3 | [
"Apache-2.0"
] | 2 | 2016-03-15T09:48:38.000Z | 2017-02-04T23:53:32.000Z | //
// numberPhoto.hpp
// cameraDeal
//
// Created by numberwolf on 16/2/22.
// Copyright © 2016年 numberwolf. All rights reserved.
// hahah
/**************************************************************************
* Email:porschegt23@foxmail.com || numberwolf11@gmail.com
* Github:https://github.com/numberwolf
... | 29.259259 | 131 | 0.63481 | numberwolf |
3e2954168ae34f8a4e64c9605acf523d70865b50 | 2,996 | hpp | C++ | HiveGame/BeeEngine/include/CharacterManager.hpp | lockie/HiveGame | bb1aa12561f1dfd956d78a53bfb7a746e119692a | [
"MIT"
] | 4 | 2018-01-08T10:15:52.000Z | 2020-11-15T14:05:50.000Z | HiveGame/BeeEngine/include/CharacterManager.hpp | lockie/HiveGame | bb1aa12561f1dfd956d78a53bfb7a746e119692a | [
"MIT"
] | null | null | null | HiveGame/BeeEngine/include/CharacterManager.hpp | lockie/HiveGame | bb1aa12561f1dfd956d78a53bfb7a746e119692a | [
"MIT"
] | 1 | 2019-08-29T18:19:56.000Z | 2019-08-29T18:19:56.000Z | /* This file is part of HiveGame.
Copyright(C) 2011 Anonymous <fake0mail0@gmail.com>
HiveGame is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at you... | 30.571429 | 90 | 0.724299 | lockie |
3e299222c451fb7bfd80c235b2c45803266dfa47 | 1,729 | cpp | C++ | lldb/unittests/Host/ConnectionFileDescriptorTest.cpp | dan-zheng/llvm-project | 6b792850da0345274758c9260fda5df5e57ab486 | [
"Apache-2.0"
] | 765 | 2015-12-03T16:44:59.000Z | 2022-03-07T12:41:10.000Z | lldb/unittests/Host/ConnectionFileDescriptorTest.cpp | dan-zheng/llvm-project | 6b792850da0345274758c9260fda5df5e57ab486 | [
"Apache-2.0"
] | 1,815 | 2015-12-11T23:56:05.000Z | 2020-01-10T19:28:43.000Z | lldb/unittests/Host/ConnectionFileDescriptorTest.cpp | dan-zheng/llvm-project | 6b792850da0345274758c9260fda5df5e57ab486 | [
"Apache-2.0"
] | 284 | 2015-12-03T16:47:25.000Z | 2022-03-12T05:39:48.000Z | //===-- ConnectionFileDescriptorTest.cpp ------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | 33.901961 | 80 | 0.659341 | dan-zheng |
3e2a4ba885669b6a03086dd0f00ea0c78d837519 | 270 | hpp | C++ | include/mukyu/cablin/expr/factory.hpp | mudream4869/cablin | 8405f924375af40ed69ff162c412847daf631709 | [
"MIT"
] | 2 | 2020-11-17T17:58:54.000Z | 2021-04-05T11:04:53.000Z | include/mukyu/cablin/expr/factory.hpp | mudream4869/cablin | 8405f924375af40ed69ff162c412847daf631709 | [
"MIT"
] | null | null | null | include/mukyu/cablin/expr/factory.hpp | mudream4869/cablin | 8405f924375af40ed69ff162c412847daf631709 | [
"MIT"
] | null | null | null | #pragma once
#include <mukyu/cablin/core/expr.hpp>
#include <yaml-cpp/yaml.h>
namespace mukyu {
namespace cablin {
namespace expr {
mukyu::cablin::core::ExprPtr createExpr(const YAML::Node& node);
} // namespace expr
} // namespace cablin
} // namespace mukyu | 15 | 64 | 0.707407 | mudream4869 |
3e2ae2f0a7b0567fdfa05bbf2d84493f718b538d | 113 | cpp | C++ | contest/yukicoder/285.cpp | not522/Competitive-Programming | be4a7d25caf5acbb70783b12899474a56c34dedb | [
"Unlicense"
] | 7 | 2018-04-14T14:55:51.000Z | 2022-01-31T10:49:49.000Z | contest/yukicoder/285.cpp | not522/Competitive-Programming | be4a7d25caf5acbb70783b12899474a56c34dedb | [
"Unlicense"
] | 5 | 2018-04-14T14:28:49.000Z | 2019-05-11T02:22:10.000Z | contest/yukicoder/285.cpp | not522/Competitive-Programming | be4a7d25caf5acbb70783b12899474a56c34dedb | [
"Unlicense"
] | null | null | null | #include "template.hpp"
int main() {
long double d(in);
cout << std::setprecision(2) << d * 1.08 << endl;
}
| 16.142857 | 51 | 0.584071 | not522 |
3e2bc86b6b8cfb7040da3702b4c363ced24d91ac | 41,469 | cpp | C++ | ql/src/gen/thrift/gen-cpp/queryplan_types.cpp | hagleitn/hive | 4874fb34398ec3b633d70e58eed471182d57912e | [
"Apache-2.0"
] | 3 | 2017-01-16T04:12:27.000Z | 2021-06-14T22:26:44.000Z | ql/src/gen/thrift/gen-cpp/queryplan_types.cpp | uclaabs/absHive | 497e8de0e3d23239f51444188c281d16c2ee1a88 | [
"Apache-2.0"
] | 1 | 2017-05-24T16:35:42.000Z | 2017-05-24T16:35:42.000Z | ql/src/gen/thrift/gen-cpp/queryplan_types.cpp | uclaabs/absHive | 497e8de0e3d23239f51444188c281d16c2ee1a88 | [
"Apache-2.0"
] | 14 | 2015-02-05T10:13:57.000Z | 2021-05-13T09:16:17.000Z | /**
* Autogenerated by Thrift Compiler (0.9.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
#include "queryplan_types.h"
#include <algorithm>
namespace Apache { namespace Hadoop { namespace Hive {
int _kAdjacencyTypeValues[] = {
AdjacencyType::CONJUNCTIVE,
AdjacencyT... | 31.874712 | 194 | 0.590441 | hagleitn |
3e2c571ac38f4fd2af741d4d06a75eacb2950ac7 | 13,134 | cpp | C++ | test/MeLikeyCode-QtGameEngine-2a3d47c/testProject/main.cpp | JamesMBallard/qmake-unity | cf5006a83e7fb1bbd173a9506771693a673d387f | [
"MIT"
] | 16 | 2019-05-23T08:10:39.000Z | 2021-12-21T11:20:37.000Z | test/MeLikeyCode-QtGameEngine-2a3d47c/testProject/main.cpp | JamesMBallard/qmake-unity | cf5006a83e7fb1bbd173a9506771693a673d387f | [
"MIT"
] | null | null | null | test/MeLikeyCode-QtGameEngine-2a3d47c/testProject/main.cpp | JamesMBallard/qmake-unity | cf5006a83e7fb1bbd173a9506771693a673d387f | [
"MIT"
] | 2 | 2019-05-23T18:37:43.000Z | 2021-08-24T21:29:40.000Z | #include <QApplication>
#include "qge/Entity.h"
#include "qge/Map.h"
#include "qge/MapGrid.h"
#include "qge/Sound.h"
#include "qge/Game.h"
#include "qge/SpriteSheet.h"
#include "qge/AngledSprite.h"
#include "qge/ECMouseFacer.h"
#include "qge/ECKeyboardMoverPerspective.h"
#include "qge/ECCameraFollower.h"
#include "qge... | 39.920973 | 165 | 0.696361 | JamesMBallard |
3e2cfd1cf7f3f69c2d19a39ab1ffdeb4464b5bff | 4,692 | hpp | C++ | src/Enzo/enzo_EnzoSolverHg.hpp | ThomasBolden/cello-mod | 68431de28a3575c95bb40c47fce7a352c6b92145 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | src/Enzo/enzo_EnzoSolverHg.hpp | ThomasBolden/cello-mod | 68431de28a3575c95bb40c47fce7a352c6b92145 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | src/Enzo/enzo_EnzoSolverHg.hpp | ThomasBolden/cello-mod | 68431de28a3575c95bb40c47fce7a352c6b92145 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | // See LICENSE_CELLO file for license and copyright information
/// @file enzo_EnzoSolverHg.hpp
/// @author James Bordner (jobordner@ucsd.edu)
/// @date 2015-06-02
/// @brief [\ref Enzo] Declaration of EnzoSolverHg
///
/// Multigrid for solving a linear system on the root-level grid only
#ifndef ENZO_EN... | 21.823256 | 74 | 0.647272 | ThomasBolden |
3e2fece60333c3034f7f20552f9b9db5726a414e | 1,167 | hpp | C++ | src/Utils/Perf.hpp | adamkewley/opensim-creator | 322874255166884deb7731b202895a4813fea3b1 | [
"Apache-2.0"
] | 12 | 2021-08-31T08:44:27.000Z | 2022-01-31T14:32:36.000Z | src/Utils/Perf.hpp | adamkewley/opensim-creator | 322874255166884deb7731b202895a4813fea3b1 | [
"Apache-2.0"
] | 69 | 2021-07-19T10:30:21.000Z | 2022-01-27T15:49:13.000Z | src/Utils/Perf.hpp | adamkewley/opensim-creator | 322874255166884deb7731b202895a4813fea3b1 | [
"Apache-2.0"
] | null | null | null | #pragma once
#include <chrono>
namespace osc {
struct TimerGuard final {
std::chrono::high_resolution_clock::duration& out;
std::chrono::high_resolution_clock::time_point p;
bool stopped;
TimerGuard(std::chrono::high_resolution_clock::duration& out_) :
out{out_},
... | 22.442308 | 81 | 0.509854 | adamkewley |
3e328cfb83c3d0552fe6846a55521736fd260753 | 15,525 | cpp | C++ | src/o2requestor.cpp | someretical/o2 | 9784ebb9d287d959e4b7f856f39cdfc6ae256b59 | [
"BSD-2-Clause"
] | null | null | null | src/o2requestor.cpp | someretical/o2 | 9784ebb9d287d959e4b7f856f39cdfc6ae256b59 | [
"BSD-2-Clause"
] | null | null | null | src/o2requestor.cpp | someretical/o2 | 9784ebb9d287d959e4b7f856f39cdfc6ae256b59 | [
"BSD-2-Clause"
] | null | null | null | #include <cassert>
#include <QBuffer>
#include <QDebug>
#include <QTimer>
#if QT_VERSION >= 0x050000
#include <QUrlQuery>
#endif
#include "o0globals.h"
#include "o2.h"
#include "o2requestor.h"
O2Requestor::O2Requestor(QNetworkAccessManager *manager, O2 *authenticator, QObject *parent)
: QObject(parent), reply_(N... | 38.333333 | 151 | 0.703704 | someretical |
3e3709714ceb4e5dd903c0333ddae2a0f756ed05 | 448 | hpp | C++ | src/Printer.hpp | amoulis/Chessy | 7a31a79ee15eef25037ba316918c6a6f603caf6c | [
"Unlicense"
] | null | null | null | src/Printer.hpp | amoulis/Chessy | 7a31a79ee15eef25037ba316918c6a6f603caf6c | [
"Unlicense"
] | null | null | null | src/Printer.hpp | amoulis/Chessy | 7a31a79ee15eef25037ba316918c6a6f603caf6c | [
"Unlicense"
] | null | null | null | /***************************************************************************
Printer.hpp
Prints data on screen (board display with the pieces)
***************************************************************************/
#ifndef PRINTER_HPP
#define PRINTER_HPP
namespace printer{
class
Printer {
public:
Printer();
... | 18.666667 | 76 | 0.482143 | amoulis |
3e37d1e672d5ebbea29af8755401c34fc7d51664 | 13,818 | cpp | C++ | src/blend2d/pixelconverter_sse2.cpp | Daxaker/blend2d | e8128b663d40f5a590f7690868be419d19c4f933 | [
"Zlib"
] | 63 | 2016-04-06T19:30:32.000Z | 2018-09-28T10:56:54.000Z | src/blend2d/pixelconverter_sse2.cpp | Daxaker/blend2d | e8128b663d40f5a590f7690868be419d19c4f933 | [
"Zlib"
] | 1 | 2018-07-29T17:31:30.000Z | 2018-10-08T18:32:07.000Z | src/blend2d/pixelconverter_sse2.cpp | Daxaker/blend2d | e8128b663d40f5a590f7690868be419d19c4f933 | [
"Zlib"
] | null | null | null | // This file is part of Blend2D project <https://blend2d.com>
//
// See blend2d.h or LICENSE.md for license and copyright information
// SPDX-License-Identifier: Zlib
#include "api-build_p.h"
#ifdef BL_BUILD_OPT_SSE2
#include "pixelconverter_p.h"
#include "simd_p.h"
#include "support/memops_p.h"
using namespace SIMD... | 28.7875 | 120 | 0.645173 | Daxaker |
3e39c19dc1fffe6d37a42b9c67e5de81814841d4 | 4,564 | cpp | C++ | capture/ximea-usb3/CamTool/xvpSample/CameraTriggerForm.cpp | ruedijc/jetson-cam-utils | 29fb26892cc150f9679ad7d5c3220e38f733ab04 | [
"MIT"
] | 3 | 2021-02-28T10:09:54.000Z | 2022-02-24T09:21:18.000Z | capture/ximea-usb3/CamTool/xvpSample/CameraTriggerForm.cpp | ruedijc/jetson-cam-utils | 29fb26892cc150f9679ad7d5c3220e38f733ab04 | [
"MIT"
] | null | null | null | capture/ximea-usb3/CamTool/xvpSample/CameraTriggerForm.cpp | ruedijc/jetson-cam-utils | 29fb26892cc150f9679ad7d5c3220e38f733ab04 | [
"MIT"
] | null | null | null | #include "CameraTriggerForm.h"
#include "ui_CameraTriggerForm.h"
#include <CameraManager.h>
#include <CameraParameters.h>
#include <Units.h>
#include <xiApi.h>
CxCameraTriggerForm::CxCameraTriggerForm(QWidget *parent) :
QWidget(parent),
ui(new Ui::CxCameraTriggerForm)
{
ui->setupUi(this);
QIcon aIcon;... | 31.475862 | 107 | 0.570771 | ruedijc |
3e39e755701a12634d8cc52fb7a45973baaa1767 | 3,608 | cc | C++ | ThirdParty/webrtc/src/net/proxy/proxy_resolver_error_observer_mojo_unittest.cc | JokeJoe8806/licode-windows | 2bfdaf6e87669df2b9960da50c6800bc3621b80b | [
"MIT"
] | 8 | 2018-12-27T14:57:13.000Z | 2021-04-07T07:03:15.000Z | ThirdParty/webrtc/src/net/proxy/proxy_resolver_error_observer_mojo_unittest.cc | JokeJoe8806/licode-windows | 2bfdaf6e87669df2b9960da50c6800bc3621b80b | [
"MIT"
] | 1 | 2019-03-13T01:35:03.000Z | 2020-10-08T04:13:04.000Z | ThirdParty/webrtc/src/net/proxy/proxy_resolver_error_observer_mojo_unittest.cc | JokeJoe8806/licode-windows | 2bfdaf6e87669df2b9960da50c6800bc3621b80b | [
"MIT"
] | 9 | 2018-12-28T11:45:12.000Z | 2021-05-11T02:15:31.000Z | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "net/proxy/proxy_resolver_error_observer_mojo.h"
#include <utility>
#include <vector>
#include "base/bind.h"
#include "base/location.h"
#includ... | 34.037736 | 80 | 0.747506 | JokeJoe8806 |
3e3af43e9f9b213887a4a9b476a565c78d7ff490 | 71,993 | cpp | C++ | lathraea-rhodopaea/src/front-end/eventManagerMenu.cpp | SSIvanov19/lathraea-rhodopaea | d38510e69a15d0868ba4385574f41bd9dc666a0f | [
"MIT"
] | 9 | 2022-02-15T21:17:45.000Z | 2022-02-22T05:16:06.000Z | lathraea-rhodopaea/src/front-end/eventManagerMenu.cpp | SSIvanov19/lathraea-rhodopaea | d38510e69a15d0868ba4385574f41bd9dc666a0f | [
"MIT"
] | 7 | 2022-02-15T23:51:44.000Z | 2022-02-16T05:17:52.000Z | lathraea-rhodopaea/src/front-end/eventManagerMenu.cpp | SSIvanov19/lathraea-rhodopaea | d38510e69a15d0868ba4385574f41bd9dc666a0f | [
"MIT"
] | null | null | null | /*! @file eventManagerMenu.cpp
* @brief A source file for the event menu handaling system.
*/
#include <front-end/output.h>
#include <front-end/graphics.h>
#include <front-end/enumerations.h>
#include <front-end/helperFunctions.h>
#include <front-end/eventManagerMenu.h>
void addOtherEvent(EventManager* e... | 25.448215 | 102 | 0.567097 | SSIvanov19 |
3e3b20ff37cdd09ff1267c3222b779b0d8da52e1 | 133,608 | cpp | C++ | src/bgame/bg_misc.cpp | jumptohistory/jaymod | 92d0a0334ac27da94b12280b0b42b615b8813c23 | [
"Apache-2.0"
] | 25 | 2016-05-27T11:53:58.000Z | 2021-10-17T00:13:41.000Z | src/bgame/bg_misc.cpp | jumptohistory/jaymod | 92d0a0334ac27da94b12280b0b42b615b8813c23 | [
"Apache-2.0"
] | 1 | 2016-07-09T05:25:03.000Z | 2016-07-09T05:25:03.000Z | src/bgame/bg_misc.cpp | jumptohistory/jaymod | 92d0a0334ac27da94b12280b0b42b615b8813c23 | [
"Apache-2.0"
] | 16 | 2016-05-28T23:06:50.000Z | 2022-01-26T13:47:12.000Z | /*
* name: bg_misc.c
*
* desc: both games misc functions, all completely stateless
*
*/
#include <bgame/impl.h>
///////////////////////////////////////////////////////////////////////////////
#ifdef CGAMEDLL
extern vmCvar_t cg_gameType;
#define gametypeCvar cg_gameType
#elif GAMEDLL
extern vmCvar_t g_develop... | 24.121322 | 235 | 0.60807 | jumptohistory |
3e3bf20cc9a5f0a8537791823182aee5be3bc681 | 18,624 | cpp | C++ | WorkScript/Function/FunctionFragment.cpp | jingjiajie/WorkScript | 6b80932fcdbae0e915c37bac19d262025234074b | [
"MIT"
] | 3 | 2018-07-23T10:59:00.000Z | 2019-04-05T04:57:19.000Z | WorkScript/Function/FunctionFragment.cpp | jingjiajie/WorkScript | 6b80932fcdbae0e915c37bac19d262025234074b | [
"MIT"
] | null | null | null | WorkScript/Function/FunctionFragment.cpp | jingjiajie/WorkScript | 6b80932fcdbae0e915c37bac19d262025234074b | [
"MIT"
] | 1 | 2019-06-28T05:57:47.000Z | 2019-06-28T05:57:47.000Z | #include "Variable.h"
#include "FunctionFragment.h"
#include "InstantialContext.h"
#include "ParameterDecl.h"
#include "Locales.h"
#include "Exception.h"
#include "Function.h"
#include "MultiValue.h"
#include "GeneralSymbolInfo.h"
using namespace WorkScript;
using namespace std;
FunctionFragment::FunctionFragment(con... | 42.520548 | 189 | 0.633054 | jingjiajie |
3e3c2a0b7a6dcf223c185ff02f697577bf409e94 | 23,974 | cpp | C++ | devices/K32L2A41A/mcuxpresso/startup_k32l2a41a.cpp | mmahadevan108/mcux-sdk | a242602a02fee2945287d446801217904a26fc7e | [
"Apache-2.0"
] | 175 | 2021-01-19T17:11:01.000Z | 2022-03-31T06:04:43.000Z | devices/K32L2A41A/mcuxpresso/startup_k32l2a41a.cpp | tannewt/mcux-sdk | 1f15787b0abb7886f24434297cd293cf16ad04ab | [
"Apache-2.0"
] | 69 | 2021-01-27T08:18:51.000Z | 2022-03-29T12:16:57.000Z | devices/K32L2A41A/mcuxpresso/startup_k32l2a41a.cpp | tannewt/mcux-sdk | 1f15787b0abb7886f24434297cd293cf16ad04ab | [
"Apache-2.0"
] | 72 | 2021-01-19T14:34:20.000Z | 2022-03-21T09:02:18.000Z | //*****************************************************************************
// K32L2A41A startup code for use with MCUXpresso IDE
//
// Version : 160420
//*****************************************************************************
//
// Copyright 2016-2020 NXP
// All rights reserved.
//
// SPDX-License-Identifier... | 35.78209 | 107 | 0.63986 | mmahadevan108 |
3e3d812215578ac1baa8c769470b801f214d8476 | 11,758 | cpp | C++ | platforms/altr_opencl/src/OpenCLQueueManager.cpp | FCS-holding/blaze | ed6146219ec47f95ed352c611576edf3f418d803 | [
"Apache-2.0"
] | null | null | null | platforms/altr_opencl/src/OpenCLQueueManager.cpp | FCS-holding/blaze | ed6146219ec47f95ed352c611576edf3f418d803 | [
"Apache-2.0"
] | null | null | null | platforms/altr_opencl/src/OpenCLQueueManager.cpp | FCS-holding/blaze | ed6146219ec47f95ed352c611576edf3f418d803 | [
"Apache-2.0"
] | null | null | null | #include <boost/thread/thread.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/atomic.hpp>
#ifdef NDEBUG
#define LOG_HEADER "OpenCLQueueManager"
#endif
#include <glog/logging.h>
#include "blaze/Task.h"
#include "blaze/TaskManager.h"
#include "blaze/altr_opencl/OpenCLKernelQueue.h"
#include "blaze/altr_opencl/Op... | 28.818627 | 94 | 0.623405 | FCS-holding |
3e3dda8e74c3d5524abd82941085bbf0f3624dcc | 2,071 | cpp | C++ | C++/Codeforces/cf1251D.cpp | Nicu-Ducal/Competitive-Programming | c84126a4cb701b0764664db490b7e594495c8592 | [
"MIT"
] | null | null | null | C++/Codeforces/cf1251D.cpp | Nicu-Ducal/Competitive-Programming | c84126a4cb701b0764664db490b7e594495c8592 | [
"MIT"
] | null | null | null | C++/Codeforces/cf1251D.cpp | Nicu-Ducal/Competitive-Programming | c84126a4cb701b0764664db490b7e594495c8592 | [
"MIT"
] | null | null | null | #include <bits/stdc++.h>
#define debug(x) cerr << #x << " = " << x << "\n"
#define all(x) (x).begin(),(x).end()
#define len(x) (x).length()
#define size(x) (x).size()
#define sqr(x) (x) * (x)
#define pb push_back
#define fi first
#define se second
#define pii pair<int,int>
#define pll pair<ll,ll>
using ull = unsigned ... | 25.256098 | 149 | 0.443747 | Nicu-Ducal |
3e3edb1e7e2343c734c4bd70d0f2a930a6a755a0 | 1,706 | hpp | C++ | include/mizuiro/image/detail/subview_pitch.hpp | cpreh/mizuiro | 5ab15bde4e72e3a4978c034b8ff5700352932485 | [
"BSL-1.0"
] | 1 | 2015-08-22T04:19:39.000Z | 2015-08-22T04:19:39.000Z | include/mizuiro/image/detail/subview_pitch.hpp | freundlich/mizuiro | 5ab15bde4e72e3a4978c034b8ff5700352932485 | [
"BSL-1.0"
] | null | null | null | include/mizuiro/image/detail/subview_pitch.hpp | freundlich/mizuiro | 5ab15bde4e72e3a4978c034b8ff5700352932485 | [
"BSL-1.0"
] | null | null | null | // Copyright Carl Philipp Reh 2009 - 2016.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifndef MIZUIRO_IMAGE_DETAIL_SUBVIEW_PITCH_HPP_INCLUDED
#define MIZUIRO_IMAGE_DETAIL_SUBVIEW_PITCH_... | 32.807692 | 99 | 0.680539 | cpreh |
3e3f11d9a1f3ab6310eae363f1f436339e3d4e20 | 144 | cpp | C++ | ue4/Source/NaNRPG/Database/NaDatabaseConst.cpp | mekamarimo7777/NaNRPG | 7f039319e0a40bf8df6ad449f5f8539d2be6a2c4 | [
"MIT"
] | null | null | null | ue4/Source/NaNRPG/Database/NaDatabaseConst.cpp | mekamarimo7777/NaNRPG | 7f039319e0a40bf8df6ad449f5f8539d2be6a2c4 | [
"MIT"
] | null | null | null | ue4/Source/NaNRPG/Database/NaDatabaseConst.cpp | mekamarimo7777/NaNRPG | 7f039319e0a40bf8df6ad449f5f8539d2be6a2c4 | [
"MIT"
] | null | null | null | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "NaNRPG.h"
#include "NaDatabaseConst.h"
| 20.571429 | 79 | 0.763889 | mekamarimo7777 |
3e3f185fda335f99cb3b88719ae8a3e69d84d1e2 | 39,122 | cpp | C++ | EnsightMatlab/mexfiles/EnsightLib_interface.cpp | ITWM-TVFS/Ensight4Matlab | bafc148aaac9451c780483b8fb065571275d5bc1 | [
"MIT"
] | 7 | 2017-11-16T16:21:40.000Z | 2022-02-21T12:48:16.000Z | EnsightMatlab/mexfiles/EnsightLib_interface.cpp | ITWM-TVFS/Ensight4Matlab | bafc148aaac9451c780483b8fb065571275d5bc1 | [
"MIT"
] | null | null | null | EnsightMatlab/mexfiles/EnsightLib_interface.cpp | ITWM-TVFS/Ensight4Matlab | bafc148aaac9451c780483b8fb065571275d5bc1 | [
"MIT"
] | 3 | 2017-08-16T19:10:15.000Z | 2020-06-18T08:43:04.000Z | /*
* Copyright (c) 2016 Fraunhofer ITWM
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, pub... | 34.468722 | 110 | 0.603113 | ITWM-TVFS |
3e3fbd909c98c903d77afdcc510d7e463e107815 | 4,829 | cpp | C++ | src/tallies/filter_energyfunc.cpp | janmalec/openmc | 4a4ac4c351d41fe153ca3341820cc507e484ce50 | [
"MIT"
] | 1 | 2021-07-05T00:08:39.000Z | 2021-07-05T00:08:39.000Z | src/tallies/filter_energyfunc.cpp | janmalec/openmc | 4a4ac4c351d41fe153ca3341820cc507e484ce50 | [
"MIT"
] | null | null | null | src/tallies/filter_energyfunc.cpp | janmalec/openmc | 4a4ac4c351d41fe153ca3341820cc507e484ce50 | [
"MIT"
] | null | null | null | #include "openmc/tallies/filter_energyfunc.h"
#include <iomanip> // for setprecision
#include <ios> // for scientific
#include <sstream>
#include "openmc/error.h"
#include "openmc/search.h"
#include "openmc/settings.h"
#include "openmc/xml_interface.h"
namespace openmc {
void
EnergyFunctionFilter::from_xml(pugi::... | 29.808642 | 84 | 0.64444 | janmalec |
3e405cb509bab7e078fbd83440f18fbca45b8f86 | 3,530 | cc | C++ | third_party/com_github_robotlocomotion_drake/dreal/symbolic/test/symbolic_environment_test.cc | chris-lamb/dreal4 | baa54b73d7ef5c224e6eba59f7bbff50c79b65e9 | [
"Apache-2.0"
] | 104 | 2017-12-07T18:17:35.000Z | 2022-03-31T06:58:13.000Z | third_party/com_github_robotlocomotion_drake/dreal/symbolic/test/symbolic_environment_test.cc | chris-lamb/dreal4 | baa54b73d7ef5c224e6eba59f7bbff50c79b65e9 | [
"Apache-2.0"
] | 250 | 2017-09-01T01:32:45.000Z | 2022-03-29T04:08:00.000Z | third_party/com_github_robotlocomotion_drake/dreal/symbolic/test/symbolic_environment_test.cc | soonho-tri/dreal4 | e774d1496001e826c82dccee45094dd694089bee | [
"Apache-2.0"
] | 16 | 2018-01-07T07:40:11.000Z | 2022-03-24T05:01:11.000Z | #include <cmath>
#include <stdexcept>
#include <string>
#include <gtest/gtest.h>
#include "dreal/symbolic/symbolic_environment.h"
#include "dreal/symbolic/symbolic_expression.h"
namespace dreal {
namespace drake {
namespace symbolic {
namespace {
using std::runtime_error;
using std::string;
// Provides common vari... | 26.742424 | 77 | 0.704533 | chris-lamb |
3e45443cf628f8056ccaf5f4a3597e82484002b1 | 893 | cpp | C++ | rtcf/test/test_integration_extension.cpp | daoran/RTCF | dd4faebe13a733cd6ef93074d4b909aa831f4c57 | [
"MIT"
] | 11 | 2021-04-26T17:30:20.000Z | 2022-03-27T14:15:10.000Z | rtcf/test/test_integration_extension.cpp | daoran/RTCF | dd4faebe13a733cd6ef93074d4b909aa831f4c57 | [
"MIT"
] | 12 | 2021-03-29T10:15:37.000Z | 2021-05-21T16:25:58.000Z | rtcf/test/test_integration_extension.cpp | daoran/RTCF | dd4faebe13a733cd6ef93074d4b909aa831f4c57 | [
"MIT"
] | 2 | 2021-07-05T16:22:02.000Z | 2021-12-29T10:05:25.000Z | #include <gtest/gtest.h>
#include <ros/ros.h>
TEST(RTCFTestExtension, Parameters) {
// this test uses an OROCOS component with the RTCF extensions header
// to get and set some parameters on the ROS parameter server
ros::NodeHandle nh;
EXPECT_TRUE(nh.hasParam("/rtcf/dummy/parameter_in"));
std::str... | 28.806452 | 73 | 0.661814 | daoran |
3e465f3e96d44d00a483f80561c54f623ca7d1e6 | 498 | cc | C++ | source/pkgsrc/databases/mysql80-client/patches/patch-vio_viosocket.cc | Scottx86-64/dotfiles-1 | 51004b1e2b032664cce6b553d2052757c286087d | [
"Unlicense"
] | 1 | 2021-11-20T22:46:39.000Z | 2021-11-20T22:46:39.000Z | source/pkgsrc/databases/mysql80-client/patches/patch-vio_viosocket.cc | Scottx86-64/dotfiles-1 | 51004b1e2b032664cce6b553d2052757c286087d | [
"Unlicense"
] | null | null | null | source/pkgsrc/databases/mysql80-client/patches/patch-vio_viosocket.cc | Scottx86-64/dotfiles-1 | 51004b1e2b032664cce6b553d2052757c286087d | [
"Unlicense"
] | null | null | null | $NetBSD: patch-vio_viosocket.cc,v 1.2 2021/06/22 10:12:37 nia Exp $
* define ppoll on older NetBSD that only has pollts
--- vio/viosocket.cc.orig 2021-03-22 08:44:50.000000000 +0000
+++ vio/viosocket.cc
@@ -70,6 +70,13 @@
#include "mysql/psi/mysql_socket.h"
+#ifdef __NetBSD__
+#include <sys/param.h>
+#if !__NetB... | 23.714286 | 67 | 0.702811 | Scottx86-64 |
3e47e9ff77e151fd06aa6577e6ef145518fdbdee | 3,696 | cpp | C++ | cpp/fft.cpp | petuhovskiy/Templates-CP | 7419d5b5c6a92a98ba4d93525f6db22b7c3afa9e | [
"MIT"
] | 8 | 2016-06-05T19:19:27.000Z | 2019-05-14T10:33:37.000Z | cpp/fft.cpp | petuhovskiy/Templates-CP | 7419d5b5c6a92a98ba4d93525f6db22b7c3afa9e | [
"MIT"
] | 2 | 2017-02-21T12:38:27.000Z | 2018-01-28T20:05:00.000Z | cpp/fft.cpp | petuhovskiy/Templates-CP | 7419d5b5c6a92a98ba4d93525f6db22b7c3afa9e | [
"MIT"
] | 6 | 2015-12-26T21:12:17.000Z | 2022-03-26T21:40:17.000Z | namespace fft {
inline uint8_t countBin(uint32_t x) {
for (uint8_t i = 0; i != 32; ++i) {
if (x & 1) {
return i;
}
x >>= 1;
}
return 32;
}
inline uint32_t reverse(uint32_t x) {
uint32_t res = 0;
for (uint8_t i = 0; ... | 30.04878 | 80 | 0.381494 | petuhovskiy |
3e49491d3272faad697f8731be8d0bba2df74af9 | 2,812 | cpp | C++ | cascade&cnn/fuck.cpp | TLMichael/RMCV | 10f6a321b62bc822ea1c51696d3b8ba97c259109 | [
"MIT"
] | 4 | 2017-12-08T15:02:29.000Z | 2018-08-04T02:50:03.000Z | cascade&cnn/fuck.cpp | TLMichael/RMCV | 10f6a321b62bc822ea1c51696d3b8ba97c259109 | [
"MIT"
] | null | null | null | cascade&cnn/fuck.cpp | TLMichael/RMCV | 10f6a321b62bc822ea1c51696d3b8ba97c259109 | [
"MIT"
] | 1 | 2019-08-12T11:00:21.000Z | 2019-08-12T11:00:21.000Z | #include "opencv2/objdetect.hpp"
#include "opencv2/highgui.hpp"
#include "opencv2/imgproc.hpp"
#include <opencv2/core.hpp>
#include <opencv2/imgcodecs.hpp>
#include <opencv2/videoio.hpp>
#include "predict_car.h"
#include <fstream>
#include <iostream>
#include <map>
#include <stdio.h>
using namespace std;
using namespa... | 33.082353 | 117 | 0.579659 | TLMichael |
3e495fcca12d14187742c30a3afe5948c33dae6e | 1,634 | cpp | C++ | Iteration 1/Knight.cpp | ethan-spangler/HolyGrailAttackSim | c38ff416218227a4fac184ffce458e850e9201f5 | [
"MIT"
] | null | null | null | Iteration 1/Knight.cpp | ethan-spangler/HolyGrailAttackSim | c38ff416218227a4fac184ffce458e850e9201f5 | [
"MIT"
] | null | null | null | Iteration 1/Knight.cpp | ethan-spangler/HolyGrailAttackSim | c38ff416218227a4fac184ffce458e850e9201f5 | [
"MIT"
] | null | null | null | //
// Created by Ethan on 9/11/2019.
//
#include <fstream>
#include "Knight.h"
// Start Constructors
Knight::Knight(){
}
Knight::Knight(std::string name, int hitPoints, int bravery, int attackRate, int damage) : name(std::move(name)),
... | 25.138462 | 121 | 0.4541 | ethan-spangler |
3e49f69e14b40b97b5b362a95c148aef138fad46 | 76,420 | cc | C++ | opencv/sources/modules/dnn/misc/tensorflow/function.pb.cc | vrushank-agrawal/opencv-x64-cmake | 3f9486510d706c8ac579ac82f5d58f667f948124 | [
"Apache-2.0"
] | null | null | null | opencv/sources/modules/dnn/misc/tensorflow/function.pb.cc | vrushank-agrawal/opencv-x64-cmake | 3f9486510d706c8ac579ac82f5d58f667f948124 | [
"Apache-2.0"
] | null | null | null | opencv/sources/modules/dnn/misc/tensorflow/function.pb.cc | vrushank-agrawal/opencv-x64-cmake | 3f9486510d706c8ac579ac82f5d58f667f948124 | [
"Apache-2.0"
] | null | null | null | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: function.proto
#include "function.pb.h"
#include <algorithm>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/stubs/port.h>
#include <google/protobuf/stubs/once.h>
#include <google/protobuf/io/coded_stream.h>
#includ... | 40.369783 | 169 | 0.695171 | vrushank-agrawal |
3e4e687a1425f6f2db6b21e8297a403d0240159f | 446 | cpp | C++ | SimulationTest/common/NewtonFirstLawTestHelper.cpp | KevinMcGin/Simulation | f1dbed05d6024274f6a69e0679f529feaae1e26e | [
"MIT"
] | 4 | 2021-12-11T17:59:07.000Z | 2021-12-24T11:08:55.000Z | SimulationTest/common/NewtonFirstLawTestHelper.cpp | KevinMcGin/Simulation | f1dbed05d6024274f6a69e0679f529feaae1e26e | [
"MIT"
] | 121 | 2021-12-11T09:20:47.000Z | 2022-03-13T18:36:48.000Z | SimulationTest/common/NewtonFirstLawTestHelper.cpp | KevinMcGin/Simulation | f1dbed05d6024274f6a69e0679f529feaae1e26e | [
"MIT"
] | null | null | null | #include "NewtonFirstLawTestHelper.h"
std::vector<Particle*> NewtonFirstLawTestHelper::getParticleMove() {
std::vector<Particle*> particles = { new ParticleSimple(1,1,{0,0,0},{1,-1,0}) };
return particles;
}
void NewtonFirstLawTestHelper::testParticleMove(std::vector<Particle*> particles) {
Vector3D<float> p... | 34.307692 | 84 | 0.735426 | KevinMcGin |
3e4e7c6b72e5d7abc84019cc4e55493937481390 | 21,407 | cpp | C++ | Source/Core/Common/String.cpp | andraantariksa/PlasmaEngine | 481ea008ed15b531476533a6f675bc9bfdfa7db2 | [
"MIT"
] | 70 | 2020-10-19T15:17:36.000Z | 2022-03-29T06:23:20.000Z | Source/Core/Common/String.cpp | andraantariksa/PlasmaEngine | 481ea008ed15b531476533a6f675bc9bfdfa7db2 | [
"MIT"
] | 90 | 2020-10-21T09:56:03.000Z | 2022-02-19T18:36:37.000Z | Source/Core/Common/String.cpp | andraantariksa/PlasmaEngine | 481ea008ed15b531476533a6f675bc9bfdfa7db2 | [
"MIT"
] | 13 | 2020-12-28T20:18:57.000Z | 2022-01-20T08:43:29.000Z | // MIT Licensed (see LICENSE.md).
#include "Precompiled.hpp"
#include "ThreadSync.hpp"
namespace Plasma
{
// StringPool
#if defined(PlasmaStringPooling)
typedef HashSet<StringNode*, PoolPolicy> StringPoolSet;
class StringPool
{
public:
StringPool();
~StringPool();
static StringPool& GetInstance();
// The emp... | 23.812013 | 119 | 0.676881 | andraantariksa |
3e4fa6ad848e20ae63b0625f8a0d3f7c084ebfd9 | 6,096 | cpp | C++ | Source/modules/indexeddb/IDBRequestTest.cpp | primiano/blink-gitcs | 0b5424070e3006102e0036deea1e2e263b871eaa | [
"BSD-3-Clause"
] | null | null | null | Source/modules/indexeddb/IDBRequestTest.cpp | primiano/blink-gitcs | 0b5424070e3006102e0036deea1e2e263b871eaa | [
"BSD-3-Clause"
] | null | null | null | Source/modules/indexeddb/IDBRequestTest.cpp | primiano/blink-gitcs | 0b5424070e3006102e0036deea1e2e263b871eaa | [
"BSD-3-Clause"
] | null | null | null | /*
* Copyright (C) 2012 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:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of condit... | 37.398773 | 134 | 0.729659 | primiano |
3e4fcdaad5cf05f8478acf2874113fd19d7e8798 | 392 | hpp | C++ | Sniper.hpp | or2209/wargame | e239c991c9f5f05fe571de41057f08ea10e8037e | [
"MIT"
] | null | null | null | Sniper.hpp | or2209/wargame | e239c991c9f5f05fe571de41057f08ea10e8037e | [
"MIT"
] | null | null | null | Sniper.hpp | or2209/wargame | e239c991c9f5f05fe571de41057f08ea10e8037e | [
"MIT"
] | null | null | null | //
// Created by netanel on 25/05/2020.
//
#ifndef WARGAME_SNIPER_HPP
#define WARGAME_SNIPER_HPP
#include "Soldier.hpp"
#include <iostream>
#include <vector>
using namespace std;
class Sniper:public Soldier{
public:
Sniper(int num_p):Soldier(100,50,num_p,100){
}
void Fight(vector<vector<Soldier *>> &boa... | 18.666667 | 84 | 0.719388 | or2209 |
3e513fd24fdd1a326ce24ce59ff4813219eb1893 | 88,221 | inl | C++ | modules/aho/inl/pt/ali/SymbolMap.inl | JosDenysGitHub/iknow | e6a142253513ad4365d7998e36c569d4174e8248 | [
"MIT"
] | 49 | 2020-02-05T15:54:24.000Z | 2022-03-03T20:10:39.000Z | modules/aho/inl/pt/ali/SymbolMap.inl | makorin0315/iknow | 3043030d2ac83b8719471bacaabd204ebdf94be6 | [
"MIT"
] | 84 | 2020-02-06T13:09:16.000Z | 2022-03-22T19:36:00.000Z | modules/aho/inl/pt/ali/SymbolMap.inl | makorin0315/iknow | 3043030d2ac83b8719471bacaabd204ebdf94be6 | [
"MIT"
] | 20 | 2020-02-04T21:38:57.000Z | 2022-02-23T20:30:13.000Z | 32,
36,37,39,44,45,46,47,65,66,67,68,69,70,71,72,73,74,76,77,78,79,80,81,82,83,84,85,86,90,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,120,122,186,187,193,195,199,201,213,218,225,226,227,231,233,234,237,243,244,245,250,252,8211,37,44,45,46,47,65,66,67,68,69,70,71,72,73,74,76,77,... | 928.642105 | 975 | 0.72994 | JosDenysGitHub |
3e517e031dfa940820372c6d37ed662197954234 | 1,189 | cpp | C++ | ex00/src/main.cpp | 42cursus-youkim/-Rank04-CPP-Module02 | f83b37150a4fda6130835b5a50291ed4ab867ebe | [
"MIT"
] | null | null | null | ex00/src/main.cpp | 42cursus-youkim/-Rank04-CPP-Module02 | f83b37150a4fda6130835b5a50291ed4ab867ebe | [
"MIT"
] | null | null | null | ex00/src/main.cpp | 42cursus-youkim/-Rank04-CPP-Module02 | f83b37150a4fda6130835b5a50291ed4ab867ebe | [
"MIT"
] | null | null | null | #include <iostream>
#include "Fixed.hpp"
#include "test.hpp"
void testDefault() {
test::header("Mandatory");
Fixed a;
Fixed b(a);
Fixed c;
c = b;
std::cout << a.getRawBits() << std::endl;
std::cout << b.getRawBits() << std::endl;
std::cout << c.getRawBits() << std::endl;
}
void testCustom() {
test... | 21.618182 | 62 | 0.600505 | 42cursus-youkim |
3e51ae7f3ab52b025eaadce8c2b0f2e788ece172 | 2,002 | cc | C++ | L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigTrivialProducer.cc | bisnupriyasahu/cmssw | 6cf37ca459246525be0e8a6f5172c6123637d259 | [
"Apache-2.0"
] | 3 | 2018-08-24T19:10:26.000Z | 2019-02-19T11:45:32.000Z | L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigTrivialProducer.cc | bisnupriyasahu/cmssw | 6cf37ca459246525be0e8a6f5172c6123637d259 | [
"Apache-2.0"
] | 3 | 2018-08-23T13:40:24.000Z | 2019-12-05T21:16:03.000Z | L1TriggerConfig/L1GtConfigProducers/src/L1GtPrescaleFactorsAlgoTrigTrivialProducer.cc | bisnupriyasahu/cmssw | 6cf37ca459246525be0e8a6f5172c6123637d259 | [
"Apache-2.0"
] | 5 | 2018-08-21T16:37:52.000Z | 2020-01-09T13:33:17.000Z | /**
* \class L1GtPrescaleFactorsAlgoTrigTrivialProducer
*
*
* Description: ESProducer for L1 GT prescale factors for algorithm triggers.
*
* Implementation:
* <TODO: enter implementation details>
*
* \author: Vasile Mihai Ghete - HEPHY Vienna
*
*
*/
// this class header
#include "L1TriggerConfig... | 27.054054 | 104 | 0.753247 | bisnupriyasahu |
3e5224055b66f6e922cc89d62d67211ce2b01efa | 159 | cc | C++ | Tests/CentralHelix_unit.cc | orionning676/KinKal | 689ec932155b7fe31d46c398bcb78bcac93581d7 | [
"Apache-1.1"
] | 2 | 2020-04-21T18:24:55.000Z | 2020-09-24T19:01:47.000Z | Tests/CentralHelix_unit.cc | orionning676/KinKal | 689ec932155b7fe31d46c398bcb78bcac93581d7 | [
"Apache-1.1"
] | 45 | 2020-03-16T18:27:59.000Z | 2022-01-13T05:18:35.000Z | Tests/CentralHelix_unit.cc | orionning676/KinKal | 689ec932155b7fe31d46c398bcb78bcac93581d7 | [
"Apache-1.1"
] | 15 | 2020-02-21T01:10:49.000Z | 2022-03-24T12:13:35.000Z | #include "KinKal/Trajectory/CentralHelix.hh"
#include "KinKal/Tests/Trajectory.hh"
int main(int argc, char **argv) {
return test<CentralHelix>(argc,argv);
}
| 26.5 | 44 | 0.748428 | orionning676 |
3e524231d1e5a7b0ada6827b98940c1dfdefd555 | 9,002 | cpp | C++ | src/graphics/Light.cpp | elix22/GPlayEngine | 5b73da393ddfc30905dcaca678a62d642b7d8912 | [
"Apache-2.0"
] | 175 | 2018-06-26T04:40:00.000Z | 2022-03-31T11:15:57.000Z | src/graphics/Light.cpp | elix22/GPlayEngine | 5b73da393ddfc30905dcaca678a62d642b7d8912 | [
"Apache-2.0"
] | 11 | 2018-07-07T14:58:21.000Z | 2020-09-09T11:44:25.000Z | src/graphics/Light.cpp | elix22/GPlayEngine | 5b73da393ddfc30905dcaca678a62d642b7d8912 | [
"Apache-2.0"
] | 42 | 2018-07-23T10:05:27.000Z | 2021-12-05T22:26:25.000Z | #include "../core/Base.h"
#include "../graphics/Light.h"
#include "../graphics/Node.h"
namespace gplay
{
static Vector3 __getAttenuationFromRange(float range)
{
Vector3 attenuation;
attenuation.x = 1.0f;
attenuation.y = 4.5f / range;
attenuation.z = 75.0f / pow(range, 2.0f);
return attenuation;
}
... | 22.22716 | 109 | 0.602311 | elix22 |
3e54464aac14107f9ec43a946ac0a4d9f1e90c5a | 5,175 | cpp | C++ | src/src/symbolizer_p.cpp | degiz/sldparser | d11a40aa58f2f1bc8f439c5888645ba637a30a28 | [
"MIT"
] | 1 | 2021-01-25T08:41:59.000Z | 2021-01-25T08:41:59.000Z | src/src/symbolizer_p.cpp | degiz/sldparser | d11a40aa58f2f1bc8f439c5888645ba637a30a28 | [
"MIT"
] | null | null | null | src/src/symbolizer_p.cpp | degiz/sldparser | d11a40aa58f2f1bc8f439c5888645ba637a30a28 | [
"MIT"
] | null | null | null | #include "symbolizer_p.h"
namespace SldParser {
std::vector<std::string> SymbolizerPrivate::_symbolizerTypes = {
"PolygonSymbolizer",
"LineSymbolizer",
"PointSymbolizer",
"TextSymbolizer",
"RasterSymbolizer"
};
SymbolizerPrivate::SymbolizerPrivate(XmlIterator iterator) :
SLDNode(iterator)... | 23.630137 | 107 | 0.548213 | degiz |
3e54bed01516fd860fb7aca07dfd6088d9de39d5 | 40,525 | cpp | C++ | src/game_api/script/usertypes/entities_monsters_lua.cpp | iojon/overlunky | 096902bf8f0de28522ab140d900d64354ce536ac | [
"MIT"
] | null | null | null | src/game_api/script/usertypes/entities_monsters_lua.cpp | iojon/overlunky | 096902bf8f0de28522ab140d900d64354ce536ac | [
"MIT"
] | null | null | null | src/game_api/script/usertypes/entities_monsters_lua.cpp | iojon/overlunky | 096902bf8f0de28522ab140d900d64354ce536ac | [
"MIT"
] | 1 | 2020-11-14T14:45:16.000Z | 2020-11-14T14:45:16.000Z | #include "entities_monsters_lua.hpp"
#include "entities_monsters.hpp"
#include "entity.hpp"
#include <sol/sol.hpp>
namespace NEntitiesMonsters
{
void register_usertypes(sol::state& lua)
{
lua["Entity"]["as_monster"] = &Entity::as<Monster>;
lua["Entity"]["as_roomowner"] = &Entity::as<RoomOwner>;
lua["Ent... | 32.497995 | 341 | 0.606416 | iojon |
3e587c703115cbaa6f337bf6e0d18d4d9d33a0bc | 1,227 | hpp | C++ | base/include/ntt.hpp | OrbitZore/ATL | a0ade2176459cda6886efd67c2c22916a1092dea | [
"CC0-1.0"
] | 2 | 2021-05-22T13:17:54.000Z | 2021-11-23T15:10:10.000Z | base/include/ntt.hpp | OrbitZore/ATL | a0ade2176459cda6886efd67c2c22916a1092dea | [
"CC0-1.0"
] | null | null | null | base/include/ntt.hpp | OrbitZore/ATL | a0ade2176459cda6886efd67c2c22916a1092dea | [
"CC0-1.0"
] | null | null | null | template<class T>
struct ntt{
int size,l,n;
vector<int> r;
const int mod{998244353};
const array<const T,2> P{3,332748118};
array<vector<T>,2> W;
int floorintlog2(int i){
int k=0;
while (i) i>>=1,k++;
return k;
}
ntt(int size):size(size){
l=floorintlog2(size);
n=1<<l;
r.resize(n,0);
W.fill(vector<... | 26.106383 | 63 | 0.492258 | OrbitZore |
3e58b05d02f8ee1aba9c55fbf75fd5241624f001 | 8,290 | cc | C++ | src/media/audio/drivers/alc5514/alc5514.cc | dahlia-os/fuchsia-pine64-pinephone | 57aace6f0b0bd75306426c98ab9eb3ff4524a61d | [
"BSD-3-Clause"
] | 10 | 2020-12-28T17:04:44.000Z | 2022-03-12T03:20:43.000Z | src/media/audio/drivers/alc5514/alc5514.cc | oshunter/fuchsia | 2196fc8c176d01969466b97bba3f31ec55f7767b | [
"BSD-3-Clause"
] | 1 | 2022-01-14T23:38:40.000Z | 2022-01-14T23:38:40.000Z | src/media/audio/drivers/alc5514/alc5514.cc | oshunter/fuchsia | 2196fc8c176d01969466b97bba3f31ec55f7767b | [
"BSD-3-Clause"
] | 4 | 2020-12-28T17:04:45.000Z | 2022-03-12T03:20:44.000Z | // Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "alc5514.h"
#include <endian.h>
#include <lib/device-protocol/i2c.h>
#include <sys/types.h>
#include <zircon/assert.h>
#include <iterator>
#incl... | 36.519824 | 100 | 0.730881 | dahlia-os |
3e59a1107c0e381af43cb1355784123a302684f6 | 64 | hh | C++ | inc/Matrix/Matrix2x2.hh | KPO-2020-2021/zad5_2-Poresh2222 | d9627b315549b0232dbb7f963e31c0de161a0452 | [
"Unlicense"
] | null | null | null | inc/Matrix/Matrix2x2.hh | KPO-2020-2021/zad5_2-Poresh2222 | d9627b315549b0232dbb7f963e31c0de161a0452 | [
"Unlicense"
] | null | null | null | inc/Matrix/Matrix2x2.hh | KPO-2020-2021/zad5_2-Poresh2222 | d9627b315549b0232dbb7f963e31c0de161a0452 | [
"Unlicense"
] | null | null | null | #pragma once
#include "Matrix.hh"
typedef Matrix<2> Matrix2D; | 10.666667 | 27 | 0.734375 | KPO-2020-2021 |
3e5a1960eaf8d321d64f9abdb5271bf077330cbb | 2,709 | cc | C++ | tensorflow/compiler/xla/service/collectives_schedule_linearizer.cc | wainshine/tensorflow | dc7a8dc8546c679b9c7b3df7494ce4506bfc1a6d | [
"Apache-2.0"
] | 54 | 2017-06-17T14:07:48.000Z | 2022-03-29T02:11:20.000Z | tensorflow/compiler/xla/service/collectives_schedule_linearizer.cc | wainshine/tensorflow | dc7a8dc8546c679b9c7b3df7494ce4506bfc1a6d | [
"Apache-2.0"
] | 19 | 2021-12-28T12:44:55.000Z | 2022-01-13T08:11:28.000Z | tensorflow/compiler/xla/service/collectives_schedule_linearizer.cc | wainshine/tensorflow | dc7a8dc8546c679b9c7b3df7494ce4506bfc1a6d | [
"Apache-2.0"
] | 11 | 2018-04-19T22:36:01.000Z | 2021-08-02T08:44:43.000Z | /* Copyright 2021 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | 39.26087 | 80 | 0.723514 | wainshine |
3e5a8e15cb0cde8c287eceda6499bf2fe603ea74 | 629 | cc | C++ | topcoder/SRM/SRM-647-DIV-2/250/PeacefulLine.cc | mathemage/CompetitiveProgramming | fe39017e3b017f9259f9c1e6385549270940be64 | [
"MIT"
] | 2 | 2015-08-18T09:51:19.000Z | 2019-01-29T03:18:10.000Z | topcoder/SRM/SRM-647-DIV-2/250/PeacefulLine.cc | mathemage/CompetitiveProgramming | fe39017e3b017f9259f9c1e6385549270940be64 | [
"MIT"
] | null | null | null | topcoder/SRM/SRM-647-DIV-2/250/PeacefulLine.cc | mathemage/CompetitiveProgramming | fe39017e3b017f9259f9c1e6385549270940be64 | [
"MIT"
] | null | null | null | /* ========================================
* Points : 125.55
* Total : 250
* Status : AC
==========================================*/
#include <bits/stdc++.h>
using namespace std;
#define FOR(I,A,B) for(int I = (A); I < (B); ++I)
#define REP(I,N) FOR(I,0,N)
#define ALL(A) (A).begin(), (A).end()
#define MSG... | 20.966667 | 49 | 0.443561 | mathemage |
3e5b64c89d0104ac8ec356c8f5df55652a088580 | 6,604 | cpp | C++ | src/dyn_sts.cpp | GabrielGanne/trex-core | 688a0fe0adb890964691473723d70ffa98e00dd3 | [
"Apache-2.0"
] | 1 | 2022-02-25T01:24:33.000Z | 2022-02-25T01:24:33.000Z | src/dyn_sts.cpp | hjat2005/trex-core | 400f03c86c844a0096dff3f6b13e58a808aaefff | [
"Apache-2.0"
] | null | null | null | src/dyn_sts.cpp | hjat2005/trex-core | 400f03c86c844a0096dff3f6b13e58a808aaefff | [
"Apache-2.0"
] | null | null | null | #include "dyn_sts.h"
#include "string.h"
#include "stt_cp.h"
CSTTCp* get_initialized_CSTTCp() {
CSTTCp* sts = new CSTTCp();
sts->Create(0, 0, true);
sts->Init(true, true);
sts->m_init = true;
return sts;
}
CCpDynStsInfra::CCpDynStsInfra(uint16_t num_cores) {
m_num_cores = num_cores;
m_tota... | 35.12766 | 120 | 0.689279 | GabrielGanne |
3e5e1d07c056ec1928417aaf83317563216ab927 | 23,615 | cpp | C++ | src/NotesLoaderKSF.cpp | ohsix/stepmania | ea9fa7efcb728b25e9f4b21e6cd93268684057e8 | [
"MIT"
] | null | null | null | src/NotesLoaderKSF.cpp | ohsix/stepmania | ea9fa7efcb728b25e9f4b21e6cd93268684057e8 | [
"MIT"
] | null | null | null | src/NotesLoaderKSF.cpp | ohsix/stepmania | ea9fa7efcb728b25e9f4b21e6cd93268684057e8 | [
"MIT"
] | null | null | null | #include "global.h"
#include "NotesLoaderKSF.h"
#include "RageUtil_CharConversions.h"
#include "MsdFile.h"
#include "RageLog.h"
#include "RageUtil.h"
#include "NoteData.h"
#include "NoteTypes.h"
#include "Song.h"
#include "Steps.h"
static void HandleBunki( TimingData &timing, const float fEarlyBPM,
const float fCu... | 29.118372 | 103 | 0.656151 | ohsix |
3e5e59008bcdb26077df26065405560e05e2da10 | 4,244 | cpp | C++ | tests/test_msgpack_serializer.cpp | mtrempoltsev/serializationpp | b086ac9d4e8ae2678bd290a2d64b167680f45baa | [
"MIT"
] | 25 | 2018-02-14T22:14:48.000Z | 2022-02-16T19:40:25.000Z | tests/test_msgpack_serializer.cpp | mtrempoltsev/serializationpp | b086ac9d4e8ae2678bd290a2d64b167680f45baa | [
"MIT"
] | 16 | 2018-01-26T06:35:35.000Z | 2022-03-21T17:50:10.000Z | tests/test_msgpack_serializer.cpp | mtrempoltsev/serializationpp | b086ac9d4e8ae2678bd290a2d64b167680f45baa | [
"MIT"
] | 2 | 2018-09-06T16:08:46.000Z | 2021-08-20T11:16:51.000Z | #include <gtest/gtest.h>
#include <pods/buffers.h>
#include <pods/msgpack.h>
#include <pods/streams.h>
#include "serialization_tests.h"
struct Int8
{
using Type = int8_t;
Type x;
PODS_SERIALIZABLE(1, PODS_MDR(x))
};
struct UInt8
{
using Type = uint8_t;
Type x;
PODS_SERIALIZABLE(1, PODS_MDR(x... | 24.390805 | 119 | 0.702639 | mtrempoltsev |
3e60dd59f56917260c8e7d90f39239f6250d1baf | 1,102 | cpp | C++ | src/matching/manualMatching.cpp | Mascarpone/RTestimation | 843b9fcc175a10e376af27e362f8902c885e3da7 | [
"MIT"
] | null | null | null | src/matching/manualMatching.cpp | Mascarpone/RTestimation | 843b9fcc175a10e376af27e362f8902c885e3da7 | [
"MIT"
] | null | null | null | src/matching/manualMatching.cpp | Mascarpone/RTestimation | 843b9fcc175a10e376af27e362f8902c885e3da7 | [
"MIT"
] | null | null | null | #include <cstdlib>
#include <iostream>
#include <fstream>
#include "manualMatching.hpp"
#include "../utils/experimentManager.hpp"
using namespace openMVG;
using namespace openMVG::matching;
using namespace openMVG::features;
using namespace std;
vector<cv::Point2f> loadKp(const string& dir, const string& id) {
... | 29.783784 | 73 | 0.65971 | Mascarpone |
3e614b8c55d336b9c7d9964ca47266decf042410 | 13,940 | cpp | C++ | src/pke/unittest/UnitTestStatisticalEval.cpp | yamanalab/PALISADE | b476d46170da62d7235d55d9a20497778e96a724 | [
"BSD-2-Clause"
] | null | null | null | src/pke/unittest/UnitTestStatisticalEval.cpp | yamanalab/PALISADE | b476d46170da62d7235d55d9a20497778e96a724 | [
"BSD-2-Clause"
] | null | null | null | src/pke/unittest/UnitTestStatisticalEval.cpp | yamanalab/PALISADE | b476d46170da62d7235d55d9a20497778e96a724 | [
"BSD-2-Clause"
] | null | null | null | /*
* @file
* @author TPOC: contact@palisade-crypto.org
*
* @copyright Copyright (c) 2019, New Jersey Institute of Technology (NJIT)
* All rights reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* 1. Redi... | 34.937343 | 80 | 0.568006 | yamanalab |
3e61b717b067caea8f2f25f753c5f60a64fad41c | 1,016 | hpp | C++ | libs/fnd/type_traits/include/bksge/fnd/type_traits/is_implicitly_move_constructible.hpp | myoukaku/bksge | 0f8b60e475a3f1709723906e4796b5e60decf06e | [
"MIT"
] | 4 | 2018-06-10T13:35:32.000Z | 2021-06-03T14:27:41.000Z | libs/fnd/type_traits/include/bksge/fnd/type_traits/is_implicitly_move_constructible.hpp | myoukaku/bksge | 0f8b60e475a3f1709723906e4796b5e60decf06e | [
"MIT"
] | 566 | 2017-01-31T05:36:09.000Z | 2022-02-09T05:04:37.000Z | libs/fnd/type_traits/include/bksge/fnd/type_traits/is_implicitly_move_constructible.hpp | myoukaku/bksge | 0f8b60e475a3f1709723906e4796b5e60decf06e | [
"MIT"
] | 1 | 2018-07-05T04:40:53.000Z | 2018-07-05T04:40:53.000Z | /**
* @file is_implicitly_move_constructible.hpp
*
* @brief is_implicitly_move_constructible の定義
*
* @author myoukaku
*/
#ifndef BKSGE_FND_TYPE_TRAITS_IS_IMPLICITLY_MOVE_CONSTRUCTIBLE_HPP
#define BKSGE_FND_TYPE_TRAITS_IS_IMPLICITLY_MOVE_CONSTRUCTIBLE_HPP
#include <bksge/fnd/config.hpp>
namespace ... | 23.627907 | 86 | 0.790354 | myoukaku |
3e628c56e3e93e494e70555513f2acbc1f40c072 | 451 | cpp | C++ | Simple_Thread/testMutex.cpp | Praggya17/HacktoberFestContribute | 098cb1012f1f2ed6ca6b3544a7b962b6c49e2643 | [
"MIT"
] | 98 | 2018-10-09T15:42:41.000Z | 2021-10-04T15:25:44.000Z | Simple_Thread/testMutex.cpp | Praggya17/HacktoberFestContribute | 098cb1012f1f2ed6ca6b3544a7b962b6c49e2643 | [
"MIT"
] | 141 | 2018-10-06T16:55:20.000Z | 2021-10-31T18:25:35.000Z | Simple_Thread/testMutex.cpp | Praggya17/HacktoberFestContribute | 098cb1012f1f2ed6ca6b3544a7b962b6c49e2643 | [
"MIT"
] | 885 | 2018-10-06T17:14:44.000Z | 2022-01-29T03:16:21.000Z | #include <iostream>
#include <thread>
#include <mutex>
int sum = 0;
std::mutex m;
void add(int num) {
m.lock();
sum += num;
m.unlock();
}
int main() {
const int NO_THREADS = 200;
std::thread *threads[NO_THREADS];
for (auto &th : threads)
th = new std::thread(add, 20);
for (auto ... | 15.033333 | 38 | 0.532151 | Praggya17 |
3e62ca4347255f39db8725df734c94227dda29b6 | 8,188 | hpp | C++ | android-31/android/opengl/EGL14.hpp | YJBeetle/QtAndroidAPI | 1468b5dc6eafaf7709f0b00ba1a6ec2b70684266 | [
"Apache-2.0"
] | 12 | 2020-03-26T02:38:56.000Z | 2022-03-14T08:17:26.000Z | android-31/android/opengl/EGL14.hpp | YJBeetle/QtAndroidAPI | 1468b5dc6eafaf7709f0b00ba1a6ec2b70684266 | [
"Apache-2.0"
] | 1 | 2021-01-27T06:07:45.000Z | 2021-11-13T19:19:43.000Z | android-29/android/opengl/EGL14.hpp | YJBeetle/QtAndroidAPI | 1468b5dc6eafaf7709f0b00ba1a6ec2b70684266 | [
"Apache-2.0"
] | 3 | 2021-02-02T12:34:55.000Z | 2022-03-08T07:45:57.000Z | #pragma once
#include "../../JObject.hpp"
class JIntArray;
class JArray;
namespace android::opengl
{
class EGLConfig;
}
namespace android::opengl
{
class EGLContext;
}
namespace android::opengl
{
class EGLDisplay;
}
namespace android::opengl
{
class EGLSurface;
}
class JObject;
class JString;
namespace android::... | 42.86911 | 186 | 0.778456 | YJBeetle |
3e63ac1e1a26b050e86efc575b307efcd0c5dbb4 | 1,289 | cpp | C++ | tests/src/test_utils.cpp | JishinMaster/scientific_benchmarks | 1ec81d2475a857fbb81474036af98080b5c1875e | [
"BSD-2-Clause"
] | null | null | null | tests/src/test_utils.cpp | JishinMaster/scientific_benchmarks | 1ec81d2475a857fbb81474036af98080b5c1875e | [
"BSD-2-Clause"
] | null | null | null | tests/src/test_utils.cpp | JishinMaster/scientific_benchmarks | 1ec81d2475a857fbb81474036af98080b5c1875e | [
"BSD-2-Clause"
] | 3 | 2017-10-07T16:47:16.000Z | 2020-11-19T18:13:08.000Z | #include <fstream>
#include <iterator>
#include <algorithm>
#include "gtest/gtest.h"
extern "C" {
#include "utils.h"
}
TEST(Utils, read_data_sp) {
std::string dirpath = "tests/resources/data/";
std::array files{
"testread_sp_in_10_10_real.bin",
"testread_sp_in_10_10_imag.bin",
"testr... | 24.788462 | 106 | 0.586501 | JishinMaster |
3e6b33a94d9acb1084cc1a4cb7557c13f954f461 | 1,253 | cpp | C++ | Core/Math/ColorConvert.cpp | laszlopapai/UAVOnboardController | ca3d9b6314903711e75920d262c7388edfb810e5 | [
"Apache-2.0"
] | null | null | null | Core/Math/ColorConvert.cpp | laszlopapai/UAVOnboardController | ca3d9b6314903711e75920d262c7388edfb810e5 | [
"Apache-2.0"
] | null | null | null | Core/Math/ColorConvert.cpp | laszlopapai/UAVOnboardController | ca3d9b6314903711e75920d262c7388edfb810e5 | [
"Apache-2.0"
] | null | null | null | #include <algorithm>
#include "ColorConvert.h"
#include <math.h>
using namespace IoT::Core;
void ColorConvert::hsv2rgb(float H, float S, float V, float *r, float *g, float *b)
{
H -= ((uint64_t)(H / 360) * 360.0f);
float R, G, B;
if (V <= 0)
{
R = G = B = 0;
}
else if (S <= 0)
{
R = G = B = V;
}
else
{... | 15.6625 | 85 | 0.466879 | laszlopapai |
3e6c46c8f8250b16ba51476516871873f9de2581 | 33,636 | cpp | C++ | src/messagetree/server/MessageTreeDatabasePeerSession.cpp | ruurdadema/zg_choir | 6de0e8be497974c0e56bb87139b18f0d6f5b4ee3 | [
"BSD-3-Clause"
] | null | null | null | src/messagetree/server/MessageTreeDatabasePeerSession.cpp | ruurdadema/zg_choir | 6de0e8be497974c0e56bb87139b18f0d6f5b4ee3 | [
"BSD-3-Clause"
] | null | null | null | src/messagetree/server/MessageTreeDatabasePeerSession.cpp | ruurdadema/zg_choir | 6de0e8be497974c0e56bb87139b18f0d6f5b4ee3 | [
"BSD-3-Clause"
] | null | null | null | #include "zg/messagetree/server/ClientDataMessageTreeDatabaseObject.h"
#include "zg/messagetree/server/MessageTreeDatabasePeerSession.h"
#include "zg/messagetree/server/MessageTreeDatabaseObject.h"
#include "zg/messagetree/server/UndoStackMessageTreeDatabaseObject.h"
#include "zg/messagetree/server/ServerSideMessageTre... | 45.639077 | 263 | 0.719527 | ruurdadema |
3e6cc7fe0dc2e221966c3fa05918c02af18568f6 | 475 | hpp | C++ | core/src/main/cpp/include/render/copier/ICopierSurface.hpp | caolongcl/OpenImage | d29e0309bc35ff1766e0c81bfba82b185a7aabb6 | [
"BSD-3-Clause"
] | 2 | 2021-09-16T15:14:39.000Z | 2021-09-17T14:39:52.000Z | core/src/main/cpp/include/render/copier/ICopierSurface.hpp | caolongcl/OpenImage | d29e0309bc35ff1766e0c81bfba82b185a7aabb6 | [
"BSD-3-Clause"
] | null | null | null | core/src/main/cpp/include/render/copier/ICopierSurface.hpp | caolongcl/OpenImage | d29e0309bc35ff1766e0c81bfba82b185a7aabb6 | [
"BSD-3-Clause"
] | null | null | null | //
// Created by caolong on 2020/8/13.
//
#pragma once
namespace clt {
/**
* 定义 Copier 输出的类型,如输出到 ANativeWindow、Texture、pbbuffer
* @tparam Args
*/
template<typename ...Args>
struct ICopierSurface {
ICopierSurface() = default;
virtual ~ICopierSurface() = default;
/**
* 注册Copier的输出Targ... | 15.833333 | 56 | 0.589474 | caolongcl |
3e6cddb7de4b477db55272748f0d3824132ccb20 | 6,626 | cpp | C++ | external/Magnum/ArcBall.cpp | LoganBarnes/ltb-gvs | b1178e31c35aece434c7d47af955275fca9bb2a5 | [
"MIT"
] | 1 | 2020-04-04T16:57:25.000Z | 2020-04-04T16:57:25.000Z | external/Magnum/ArcBall.cpp | LoganBarnes/ltb-gvs | b1178e31c35aece434c7d47af955275fca9bb2a5 | [
"MIT"
] | null | null | null | external/Magnum/ArcBall.cpp | LoganBarnes/ltb-gvs | b1178e31c35aece434c7d47af955275fca9bb2a5 | [
"MIT"
] | null | null | null | /*
This file is part of Magnum.
Original authors — credit is appreciated but not required:
2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 —
Vladimír Vondruš <mosra@centrum.cz>
2020 — Nghia Truong <nghiatruong.vn@gmail.com>
This is free and unencumbered software rel... | 37.435028 | 110 | 0.698913 | LoganBarnes |