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
109
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
48.5k
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
b96fa4218254fcd123333390248c0237f05fac70
4,521
hpp
C++
NostraEngine/src/header/nostraengine/core/resource_mngt/ResourceMetadata.hpp
Lehks/NostraEngine
0d610dcd97ba482fd8f183795140c38728c3a6b3
[ "MIT" ]
1
2020-11-23T16:46:28.000Z
2020-11-23T16:46:28.000Z
NostraEngine/src/header/nostraengine/core/resource_mngt/ResourceMetadata.hpp
Lehks/NostraEngine
0d610dcd97ba482fd8f183795140c38728c3a6b3
[ "MIT" ]
107
2018-04-06T10:15:47.000Z
2018-09-28T07:13:46.000Z
NostraEngine/src/header/nostraengine/core/resource_mngt/ResourceMetadata.hpp
Lehks/NostraEngine
0d610dcd97ba482fd8f183795140c38728c3a6b3
[ "MIT" ]
null
null
null
#ifndef NOE_CORE_RESOURCE_METADATA_HPP #define NOE_CORE_RESOURCE_METADATA_HPP #include "nostraengine/core/StdIncludes.hpp" #include "nostraengine/core/resource_mngt/ResourceType.hpp" /** \file core/resource_mngt/ResourceMetadata.hpp \author Lukas Reichmann \version 1.0.0 \since 0.0.1 \brief A file that contain...
26.910714
107
0.721301
Lehks
b9700bc4e1f26d30772f71aed7db2d101aa91a5e
11,414
cpp
C++
OkvisSLAMSystem.cpp
lidiawu/OpenARK
e98e29a3f1f7d5db7067d7ae6943f1775a936fc9
[ "Apache-2.0" ]
null
null
null
OkvisSLAMSystem.cpp
lidiawu/OpenARK
e98e29a3f1f7d5db7067d7ae6943f1775a936fc9
[ "Apache-2.0" ]
null
null
null
OkvisSLAMSystem.cpp
lidiawu/OpenARK
e98e29a3f1f7d5db7067d7ae6943f1775a936fc9
[ "Apache-2.0" ]
null
null
null
#include "stdafx.h" #include "OkvisSLAMSystem.h" namespace ark { OkvisSLAMSystem::OkvisSLAMSystem(const std::string & strVocFile, const std::string & strSettingsFile) : start_(0.0), t_imu_(0.0), deltaT_(1.0), num_frames_(0), kill(false), sparseMap_(){ okvis::VioParametersReader vio_param...
40.619217
131
0.562642
lidiawu
b9747b086d51ef0518d0d36f26edf5ea4c850a22
13,486
cpp
C++
Village Cycle/OpenGL/Cube.cpp
jSplunk/Village-Cycle
540b06d85feff0d831e8247473e5cf4d8beccbc8
[ "Apache-2.0" ]
null
null
null
Village Cycle/OpenGL/Cube.cpp
jSplunk/Village-Cycle
540b06d85feff0d831e8247473e5cf4d8beccbc8
[ "Apache-2.0" ]
null
null
null
Village Cycle/OpenGL/Cube.cpp
jSplunk/Village-Cycle
540b06d85feff0d831e8247473e5cf4d8beccbc8
[ "Apache-2.0" ]
null
null
null
#include "Cube.h" Cube::Cube() { this->cubeVAO = 0; this->NormalVBO = 0; this->PositionVBO = 0; this->ColourVBO = 0; this->TexCoordVBO = 0; this->numElements = 0; this->IndexVBO = 0; this->VertexOffsetVBO = 0; } //size = size of the cube Cube::Cube(float size) { if (size <= 0) size = 1.0f; // Per-vertex p...
26.186408
151
0.658164
jSplunk
b97ad8f3e03aaaa4c8e66d0f620fd46561f428c8
971
cpp
C++
tests/dev/node-server-mono/node_account.cpp
bryllite/bcp-concept-prototype
3ded79a85ee4c876fbbd0c1ee51680346874494e
[ "MIT" ]
null
null
null
tests/dev/node-server-mono/node_account.cpp
bryllite/bcp-concept-prototype
3ded79a85ee4c876fbbd0c1ee51680346874494e
[ "MIT" ]
null
null
null
tests/dev/node-server-mono/node_account.cpp
bryllite/bcp-concept-prototype
3ded79a85ee4c876fbbd0c1ee51680346874494e
[ "MIT" ]
null
null
null
#include "stdafx.hpp" #include "node_account.hpp" node_account::node_account() { }; // account address std::string node_account::address( void ) { return _key_pair._public.address(); }; uint264 node_account::public_key( void ) { return _key_pair.get_public_key(); }; uint256 node_account::private_key( void ) {...
17.654545
61
0.704428
bryllite
b988e737a032c0668c8b213d86a95f21b7d33a53
1,876
hpp
C++
src/canaries/include/canaries/Loops.hpp
guoyr/genny
f1164927916163824885e019c2498b1ee2042069
[ "Apache-2.0" ]
null
null
null
src/canaries/include/canaries/Loops.hpp
guoyr/genny
f1164927916163824885e019c2498b1ee2042069
[ "Apache-2.0" ]
null
null
null
src/canaries/include/canaries/Loops.hpp
guoyr/genny
f1164927916163824885e019c2498b1ee2042069
[ "Apache-2.0" ]
null
null
null
// Copyright 2019-present MongoDB Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed t...
28.861538
77
0.704691
guoyr
b98d91736ad23bcb5f5920b856056a05fabd759b
1,788
hpp
C++
succinct_data_structure/louds.hpp
fumiphys/programming_contest
b9466e646045e1c64571af2a1e64813908e70841
[ "MIT" ]
7
2019-04-30T14:25:40.000Z
2020-12-19T17:38:11.000Z
succinct_data_structure/louds.hpp
fumiphys/programming_contest
b9466e646045e1c64571af2a1e64813908e70841
[ "MIT" ]
46
2018-09-19T16:42:09.000Z
2020-05-07T09:05:08.000Z
succinct_data_structure/louds.hpp
fumiphys/programming_contest
b9466e646045e1c64571af2a1e64813908e70841
[ "MIT" ]
null
null
null
/* * succinct tree by LOUDS * all notes are 1-based */ #ifndef _LOUDS_H_ #define _LOUDS_H_ #include <iostream> #include <queue> #include <utility> #include "fully_indexable_dictionary.hpp" #include "../graph/dijkstra.hpp" using namespace std; typedef struct LOUDS_: SuccinctBitVector{ LOUDS_(int n): SuccinctBitV...
22.632911
63
0.540268
fumiphys
b98dbe53a5dfb6b50c522a13fbd2fcfa7d9e048e
313
cpp
C++
test/module/module_test.cpp
przestaw/Cpp-CMake-template
ce71db7b9635bd57e51ec812e0bfe04dac2355be
[ "MIT" ]
null
null
null
test/module/module_test.cpp
przestaw/Cpp-CMake-template
ce71db7b9635bd57e51ec812e0bfe04dac2355be
[ "MIT" ]
null
null
null
test/module/module_test.cpp
przestaw/Cpp-CMake-template
ce71db7b9635bd57e51ec812e0bfe04dac2355be
[ "MIT" ]
null
null
null
#include <boost/test/unit_test.hpp> BOOST_AUTO_TEST_SUITE(Project_Test_Suite) BOOST_AUTO_TEST_SUITE(Module_Test_Suite) BOOST_AUTO_TEST_CASE(DummyTest_Passes) { BOOST_CHECK_EQUAL(1,1); BOOST_CHECK(true); } BOOST_AUTO_TEST_SUITE_END() BOOST_AUTO_TEST_SUITE_END()
22.357143
48
0.71885
przestaw
b98ec11ee2bba10a6c5c6238f913ab9cc6d64ff8
2,666
cxx
C++
MITK/Modules/ICPRegService/Internal/niftkICPRegService.cxx
NifTK/NifTK
2358b333c89ff1bba1c232eecbbcdc8003305dfe
[ "BSD-3-Clause" ]
13
2018-07-28T13:36:38.000Z
2021-11-01T19:17:39.000Z
MITK/Modules/ICPRegService/Internal/niftkICPRegService.cxx
NifTK/NifTK
2358b333c89ff1bba1c232eecbbcdc8003305dfe
[ "BSD-3-Clause" ]
null
null
null
MITK/Modules/ICPRegService/Internal/niftkICPRegService.cxx
NifTK/NifTK
2358b333c89ff1bba1c232eecbbcdc8003305dfe
[ "BSD-3-Clause" ]
10
2018-08-20T07:06:00.000Z
2021-07-07T07:55:27.000Z
/*============================================================================= NifTK: A software platform for medical image computing. Copyright (c) University College London (UCL). All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY o...
32.120482
97
0.583271
NifTK
b99366029f4bc1532402d0bdb199e275fadfea08
4,547
cpp
C++
src/libtsduck/dtv/descriptors/tsTimeShiftedEventDescriptor.cpp
cedinu/tsduck
dc693912b1fda85bcac3fcb830d7753bd8112552
[ "BSD-2-Clause" ]
1
2019-04-23T21:16:00.000Z
2019-04-23T21:16:00.000Z
src/libtsduck/dtv/descriptors/tsTimeShiftedEventDescriptor.cpp
cedinu/tsduck
dc693912b1fda85bcac3fcb830d7753bd8112552
[ "BSD-2-Clause" ]
null
null
null
src/libtsduck/dtv/descriptors/tsTimeShiftedEventDescriptor.cpp
cedinu/tsduck
dc693912b1fda85bcac3fcb830d7753bd8112552
[ "BSD-2-Clause" ]
null
null
null
//---------------------------------------------------------------------------- // // TSDuck - The MPEG Transport Stream Toolkit // Copyright (c) 2005-2021, Thierry Lelegard // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the f...
38.863248
141
0.628106
cedinu
b9949e2762d03da2884fa4c1cdcc481ee7c22073
2,392
cpp
C++
Project2D/newGame.cpp
lodisperkins/Towerapp2
342db1a5e2a0c6ce3de68c1bd337c428b8d83ea3
[ "MIT" ]
null
null
null
Project2D/newGame.cpp
lodisperkins/Towerapp2
342db1a5e2a0c6ce3de68c1bd337c428b8d83ea3
[ "MIT" ]
null
null
null
Project2D/newGame.cpp
lodisperkins/Towerapp2
342db1a5e2a0c6ce3de68c1bd337c428b8d83ea3
[ "MIT" ]
null
null
null
#include "newGame.h" newGameClass::newGameClass() { } void newGameClass::draw(aie::Renderer2D* renderer, int timer, aie::Font* font) { renderer->drawSprite(startTexture, 600, 400, 736, 336); renderer->drawSprite(spriteTexture, 600, 295, 97, 129); drawText(renderer, font); } void newGameClass::drawText(aie::Render...
18.834646
119
0.615803
lodisperkins
b996183b6a5101e45dbf7c637c1a25b5c0031841
1,077
tpp
C++
ScatterDraw/src.tpp/PolynomialEquation_en-us.tpp
XOULID/Anboto
2743b066f23bf2db9cc062d3adedfd044bc69ec1
[ "Apache-2.0" ]
8
2021-02-28T12:07:43.000Z
2021-11-14T19:40:45.000Z
ScatterDraw/src.tpp/PolynomialEquation_en-us.tpp
XOULID/Anboto
2743b066f23bf2db9cc062d3adedfd044bc69ec1
[ "Apache-2.0" ]
8
2021-03-20T10:46:58.000Z
2022-01-27T19:50:32.000Z
ScatterDraw/src.tpp/PolynomialEquation_en-us.tpp
XOULID/Anboto
2743b066f23bf2db9cc062d3adedfd044bc69ec1
[ "Apache-2.0" ]
1
2021-08-20T09:15:18.000Z
2021-08-20T09:15:18.000Z
topic "2.1.1 PolynomialEquation"; [0 $$1,0#96390100711032703541132217272105:end] [i448;a25;kKO9;2 $$2,0#37138531426314131252341829483380:class] [H6;0 $$3,0#05600065144404261032431302351956:begin] [i448;a25;kKO9;2 $$4,0#37138531426314131252341829483370:codeitem] [l288;2 $$5,5#27521748481378242620020725143825:desc] [ $$0...
41.423077
91
0.662024
XOULID
b99986c9d1ab81d012abceb649c071714e4a5b83
4,801
cpp
C++
src/RIMACS/Functors/GraphCachingFunctor.cpp
rareylab/RIMACS
938790acc58191b3a6ece2feb82b5bb873224841
[ "BSD-3-Clause" ]
2
2021-10-18T08:51:13.000Z
2022-02-08T12:56:12.000Z
src/RIMACS/Functors/GraphCachingFunctor.cpp
rareylab/RIMACS
938790acc58191b3a6ece2feb82b5bb873224841
[ "BSD-3-Clause" ]
null
null
null
src/RIMACS/Functors/GraphCachingFunctor.cpp
rareylab/RIMACS
938790acc58191b3a6ece2feb82b5bb873224841
[ "BSD-3-Clause" ]
1
2021-05-29T13:07:11.000Z
2021-05-29T13:07:11.000Z
#include <Eigen/SparseCore> #include <RIMACS/Forward.hpp> #include <RIMACS/Functors/LineGraph.hpp> #include <RIMACS/Functors/GraphCachingFunctor.hpp> namespace RIMACS { // Experimental evaluation for optimal node order suggestion as performed by // Schmidt et.al.: Disconnected Maximum Common Substructures Under C...
30.194969
102
0.729431
rareylab
b9a6481cccf6d5f265378690dcecf8af69d7f09e
20,150
hpp
C++
inc/rasters/entities/Grid/vector_calculus_test.hpp
davidson16807/libtectonics
aa0ae2b8a4a1d2a9a346bbdeb334be876ad75646
[ "CC-BY-4.0" ]
7
2020-06-09T19:56:55.000Z
2021-02-17T01:53:30.000Z
inc/rasters/entities/Grid/vector_calculus_test.hpp
davidson16807/tectonics.cpp
c40278dba14260c598764467c7abf23b190e676b
[ "CC-BY-4.0" ]
null
null
null
inc/rasters/entities/Grid/vector_calculus_test.hpp
davidson16807/tectonics.cpp
c40278dba14260c598764467c7abf23b190e676b
[ "CC-BY-4.0" ]
null
null
null
// std libraries #include <sstream> //std::stringstream #include <iostream> //std::cout // 3rd party libraries #define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do this in one cpp file #include "catch/catch.hpp" #define GLM_FORCE_PURE // disable anonymous structs so we can build with ISO...
48.090692
131
0.662035
davidson16807
b9a6fb408ab243587d3afc819a8090e899fd7de9
2,240
cpp
C++
src/Rendering/Vulkan/Objects/Instance/Instance.cpp
Frostie314159/FrostEngine
bb7781c5c90baf77ca836d69d6c38a4a5381e27f
[ "MIT" ]
null
null
null
src/Rendering/Vulkan/Objects/Instance/Instance.cpp
Frostie314159/FrostEngine
bb7781c5c90baf77ca836d69d6c38a4a5381e27f
[ "MIT" ]
null
null
null
src/Rendering/Vulkan/Objects/Instance/Instance.cpp
Frostie314159/FrostEngine
bb7781c5c90baf77ca836d69d6c38a4a5381e27f
[ "MIT" ]
null
null
null
#include "Instance.hpp" void Instance::createApplicationInfo(Config t_config) { this->m_appInfo.sType = VK_STRUCTURE_TYPE_APPLICATION_INFO; this->m_appInfo.pNext = nullptr; this->m_appInfo.pApplicationName = t_config.getConfigEntry("ApplicationName").value.c_str(); this->m_appInfo.applicationVersion = 0; this->m_...
35.555556
108
0.791518
Frostie314159
b9ac401f2c25d7c30961a4ec5ccb6f6c4f425f91
22,399
cpp
C++
src/classes/parameterised.cpp
allison-group/indigox
22657cb3ceb888049cc231e73d18fb2eac099604
[ "MIT" ]
7
2019-11-24T15:51:37.000Z
2021-10-02T05:18:42.000Z
src/classes/parameterised.cpp
allison-group/indigox
22657cb3ceb888049cc231e73d18fb2eac099604
[ "MIT" ]
2
2018-12-17T00:55:32.000Z
2019-10-11T01:47:04.000Z
src/classes/parameterised.cpp
allison-group/indigox
22657cb3ceb888049cc231e73d18fb2eac099604
[ "MIT" ]
2
2019-10-21T01:26:56.000Z
2019-12-02T00:00:42.000Z
#include <indigox/classes/angle.hpp> #include <indigox/classes/atom.hpp> #include <indigox/classes/bond.hpp> #include <indigox/classes/dihedral.hpp> #include <indigox/classes/forcefield.hpp> #include <indigox/classes/molecule.hpp> #include <indigox/classes/parameterised.hpp> namespace indigox { // =================...
38.552496
97
0.498951
allison-group
b9af7ebf77969a0940361311bcdb56ce457a11e2
3,190
hpp
C++
climate-change/src/VS-Project/Libraries/godot-cpp-bindings/include/gen/OptionButton.hpp
jerry871002/CSE201-project
c42cc0e51d0c8367e4d06fc33756ab2ec4118ff4
[ "MIT" ]
5
2021-05-27T21:50:33.000Z
2022-01-28T11:54:32.000Z
climate-change/src/VS-Project/Libraries/godot-cpp-bindings/include/gen/OptionButton.hpp
jerry871002/CSE201-project
c42cc0e51d0c8367e4d06fc33756ab2ec4118ff4
[ "MIT" ]
null
null
null
climate-change/src/VS-Project/Libraries/godot-cpp-bindings/include/gen/OptionButton.hpp
jerry871002/CSE201-project
c42cc0e51d0c8367e4d06fc33756ab2ec4118ff4
[ "MIT" ]
1
2021-01-04T21:12:05.000Z
2021-01-04T21:12:05.000Z
#ifndef GODOT_CPP_OPTIONBUTTON_HPP #define GODOT_CPP_OPTIONBUTTON_HPP #include <gdnative_api_struct.gen.h> #include <stdint.h> #include <core/CoreTypes.hpp> #include <core/Ref.hpp> #include "Button.hpp" namespace godot { class Texture; class PopupMenu; class OptionButton : public Button { struct ___method_bindin...
32.886598
245
0.798119
jerry871002
b9b0d9a7302bf9c5304848f4461f56a89ecad02b
317
cpp
C++
System/rootCommand.cpp
aaly/MPF
c07b28a8b110e404ceb599eb8c40df71e6daa85f
[ "BSD-3-Clause" ]
null
null
null
System/rootCommand.cpp
aaly/MPF
c07b28a8b110e404ceb599eb8c40df71e6daa85f
[ "BSD-3-Clause" ]
null
null
null
System/rootCommand.cpp
aaly/MPF
c07b28a8b110e404ceb599eb8c40df71e6daa85f
[ "BSD-3-Clause" ]
null
null
null
/****************************************************** * copyright 2011, 2012, 2013 AbdAllah Aly Saad , aaly90[@]gmail.com * Part of Mesk Page Framework (MPF) ******************************************************/ #include "rootCommand.hpp" Shell::Shell(QObject *parent, QString rootpw) : QObject(parent) { }
26.416667
67
0.460568
aaly
b9b61fc225e18060beca4427373b944a981b3474
1,433
cpp
C++
options/glibc/generic/stdio_ext-stubs.cpp
Dennisbonke/mlibc
4ac29d952e27f8aefc6def6dfcd113c427eeb391
[ "MIT" ]
480
2018-06-02T06:50:12.000Z
2022-03-31T11:38:56.000Z
options/glibc/generic/stdio_ext-stubs.cpp
Dennisbonke/mlibc
4ac29d952e27f8aefc6def6dfcd113c427eeb391
[ "MIT" ]
227
2018-12-23T17:07:38.000Z
2022-03-30T22:49:11.000Z
options/glibc/generic/stdio_ext-stubs.cpp
Dennisbonke/mlibc
4ac29d952e27f8aefc6def6dfcd113c427eeb391
[ "MIT" ]
99
2018-06-02T16:19:27.000Z
2022-03-26T02:08:12.000Z
#include <stdio_ext.h> #include <bits/ensure.h> #include <mlibc/debug.hpp> size_t __fbufsize(FILE *) { __ensure(!"Not implemented"); __builtin_unreachable(); } size_t __fpending(FILE *file_base) { __ensure(file_base->__dirty_end >= file_base->__dirty_begin); return file_base->__dirty_end - file_base->__dirty_beg...
22.046154
104
0.718074
Dennisbonke
b9b733c59d3a981467040dbdbfb3f438c53e673d
3,210
cpp
C++
jobs/source/JobStatus.cpp
gregbreen/aws-iot-device-sdk-cpp-v2
57ded0046d1cda3b35fbe9298eed308392961435
[ "Apache-2.0" ]
88
2019-11-29T19:30:29.000Z
2022-03-28T02:29:51.000Z
jobs/source/JobStatus.cpp
gregbreen/aws-iot-device-sdk-cpp-v2
57ded0046d1cda3b35fbe9298eed308392961435
[ "Apache-2.0" ]
194
2019-12-01T15:54:42.000Z
2022-03-31T22:06:11.000Z
jobs/source/JobStatus.cpp
gregbreen/aws-iot-device-sdk-cpp-v2
57ded0046d1cda3b35fbe9298eed308392961435
[ "Apache-2.0" ]
64
2019-12-17T14:13:40.000Z
2022-03-12T07:43:13.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/iotjobs/JobStatus.h> #include <aws/crt/StlAllocator.h> #include <aws/crt/StringUtils.h> #include <assert.h> static const size_t QUEUED_HASH = Aws::Crt::HashString("QUEUED"); static cons...
30.865385
75
0.471028
gregbreen
b9b9c9eefbfc15a990acd5caa5bc9b4c5d507a79
11,089
cc
C++
tools/macpo/inst/inst.cc
roystgnr/perfexpert
a03b13db9ac83e992e1c5cc3b6e45e52c266fe30
[ "BSD-4-Clause-UC" ]
28
2015-05-05T15:54:25.000Z
2021-09-27T16:23:36.000Z
tools/macpo/inst/inst.cc
roystgnr/perfexpert
a03b13db9ac83e992e1c5cc3b6e45e52c266fe30
[ "BSD-4-Clause-UC" ]
15
2015-10-07T20:52:05.000Z
2018-04-18T16:08:41.000Z
tools/macpo/inst/inst.cc
roystgnr/perfexpert
a03b13db9ac83e992e1c5cc3b6e45e52c266fe30
[ "BSD-4-Clause-UC" ]
11
2015-01-23T15:41:40.000Z
2020-08-18T03:53:19.000Z
/* * Copyright (c) 2011-2013 University of Texas at Austin. All rights reserved. * * $COPYRIGHT$ * * Additional copyrights may follow * * This file is part of PerfExpert. * * PerfExpert is free software: you can redistribute it and/or modify it under * the terms of the The University of Texas at Austin Resea...
36.238562
83
0.548471
roystgnr
b9c688aaab8180eb7fad841d6d9e25fd3ecc0ee3
7,182
cpp
C++
CmnIP/module/codify/src/codify_data.cpp
Khoronus/CmnUniverse
9cf9b4297f2fcb49330126aa1047b422144045e1
[ "MIT" ]
null
null
null
CmnIP/module/codify/src/codify_data.cpp
Khoronus/CmnUniverse
9cf9b4297f2fcb49330126aa1047b422144045e1
[ "MIT" ]
null
null
null
CmnIP/module/codify/src/codify_data.cpp
Khoronus/CmnUniverse
9cf9b4297f2fcb49330126aa1047b422144045e1
[ "MIT" ]
null
null
null
/** * @file codify_data.cpp * @brief Body of the classes of the header file. * * @section LICENSE * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICUL...
32.351351
89
0.591618
Khoronus
b9c6a1d64840e5b589dfabfaa0ecf917a489b4bc
159
cpp
C++
FileTesting/SampAp/res/src/Run.cpp
Filip-Pesula/MonoEngine
8aaca13dd49054f4296896661e7ee6cd2c3b5428
[ "MIT" ]
null
null
null
FileTesting/SampAp/res/src/Run.cpp
Filip-Pesula/MonoEngine
8aaca13dd49054f4296896661e7ee6cd2c3b5428
[ "MIT" ]
null
null
null
FileTesting/SampAp/res/src/Run.cpp
Filip-Pesula/MonoEngine
8aaca13dd49054f4296896661e7ee6cd2c3b5428
[ "MIT" ]
1
2022-01-12T09:07:37.000Z
2022-01-12T09:07:37.000Z
#include <Mono/Engine.h> #include <Mono/Custom.h> #include <iostream> int Run(const Engine *engine) { std::cout << "Hello World"; std::cin.get(); return 0; }
19.875
29
0.672956
Filip-Pesula
b9c9927a0a85f0dc22c9e2b0f3e955f685381e65
1,450
cpp
C++
next_steps_info_entry.cpp
Jonathan-Harty/Member-Management-System
65387cd8e786eebccb13b0d1d5da327bb43f7956
[ "MIT" ]
null
null
null
next_steps_info_entry.cpp
Jonathan-Harty/Member-Management-System
65387cd8e786eebccb13b0d1d5da327bb43f7956
[ "MIT" ]
null
null
null
next_steps_info_entry.cpp
Jonathan-Harty/Member-Management-System
65387cd8e786eebccb13b0d1d5da327bb43f7956
[ "MIT" ]
null
null
null
#include "next_steps_info_entry.h" NextStepsInfoEntry::NextStepsInfoEntry(QWidget *parent) : QWidget(parent) { nsInputLayout = new QFormLayout; nsTitle = new QLabel("Next Steps:"); nsOrientationInput = new QLineEdit; nsPaperworkInput = new QLineEdit; ns1on1Input = new QLineEdit; referr...
27.884615
78
0.705517
Jonathan-Harty
844ecc1c635b9952a939b25a6a461f7050160eae
1,795
cxx
C++
STEER/STEERBase/AliVZDC.cxx
AllaMaevskaya/AliRoot
c53712645bf1c7d5f565b0d3228e3a6b9b09011a
[ "BSD-3-Clause" ]
52
2016-12-11T13:04:01.000Z
2022-03-11T11:49:35.000Z
STEER/STEERBase/AliVZDC.cxx
AllaMaevskaya/AliRoot
c53712645bf1c7d5f565b0d3228e3a6b9b09011a
[ "BSD-3-Clause" ]
1,388
2016-11-01T10:27:36.000Z
2022-03-30T15:26:09.000Z
STEER/STEERBase/AliVZDC.cxx
AllaMaevskaya/AliRoot
c53712645bf1c7d5f565b0d3228e3a6b9b09011a
[ "BSD-3-Clause" ]
275
2016-06-21T20:24:05.000Z
2022-03-31T13:06:19.000Z
/************************************************************************** * Copyright(c) 1998-2007, ALICE Experiment at CERN, All rights reserved. * * * * Author: The ALICE Off-line Project. * * Contributors ...
42.738095
76
0.522563
AllaMaevskaya
845447b724e0c1aa8ef80d57f98ebee5c8478263
446
hpp
C++
src/managers/shaderManager.hpp
starcatter/Udacity-Capstone-Project
4ac73c0dfb87006fe153a2772d1ec63ccd555bfd
[ "MIT" ]
null
null
null
src/managers/shaderManager.hpp
starcatter/Udacity-Capstone-Project
4ac73c0dfb87006fe153a2772d1ec63ccd555bfd
[ "MIT" ]
null
null
null
src/managers/shaderManager.hpp
starcatter/Udacity-Capstone-Project
4ac73c0dfb87006fe153a2772d1ec63ccd555bfd
[ "MIT" ]
null
null
null
// // Created by superbob on 2020-06-04. // #ifndef CAPSTONE_SDL_SHADERMANAGER_HPP #define CAPSTONE_SDL_SHADERMANAGER_HPP #include <memory> #include <gfx/shader.hpp> #include <gfx/shaderType.hpp> class ShaderManager { std::unique_ptr<Shader> simpleShader; std::unique_ptr<Shader> lightedShader; public: void init...
15.928571
41
0.762332
starcatter
845caea78fc433160d84d6f89e30624a78c77d17
1,691
cpp
C++
leetcode/cpp/5-LongestPalindromicSubstring/5-LongestPalindromicSubstring.cpp
davidlunadeleon/leetcode
3a3d7d3ec9b708982658b154f8e551ae9a9fb8c1
[ "Unlicense" ]
1
2020-08-20T23:27:13.000Z
2020-08-20T23:27:13.000Z
leetcode/cpp/5-LongestPalindromicSubstring/5-LongestPalindromicSubstring.cpp
davidlunadeleon/leetcode
3a3d7d3ec9b708982658b154f8e551ae9a9fb8c1
[ "Unlicense" ]
null
null
null
leetcode/cpp/5-LongestPalindromicSubstring/5-LongestPalindromicSubstring.cpp
davidlunadeleon/leetcode
3a3d7d3ec9b708982658b154f8e551ae9a9fb8c1
[ "Unlicense" ]
null
null
null
// Source: https://leetcode.com/problems/longest-palindromic-substring/ // Date: 18.06.2020 // Solution by: David Luna // Runtime: 664ms // Memory usage: 16.7 MB #include <iostream> #include <vector> using namespace std; // Leetcode solution starts class Solution { public: string longestPalindrome(string s) { ...
21.1375
71
0.591366
davidlunadeleon
845fba2ada5405e47f8ae94810de13d167642428
7,618
cpp
C++
XrsPalm/src/VSTInterface/src/VSTWindow.cpp
bach5000/XRS
8b9169f8d52a441ddca87415963ea2fcfced1884
[ "MIT" ]
null
null
null
XrsPalm/src/VSTInterface/src/VSTWindow.cpp
bach5000/XRS
8b9169f8d52a441ddca87415963ea2fcfced1884
[ "MIT" ]
null
null
null
XrsPalm/src/VSTInterface/src/VSTWindow.cpp
bach5000/XRS
8b9169f8d52a441ddca87415963ea2fcfced1884
[ "MIT" ]
null
null
null
#include "VSTWindow.h" #include "MyList.h" #include "MySource.h" #include "ListItem.h" #include "ScrollView.h" #include "Configurator.h" #include "VSTFilter.h" #include "stdio.h" #include "stdlib.h" #include "strings.h" #include "Entry.h" #include "Juice.h" #include "Box.h" #include "PlugWindow.h" #define DRAG_X 1978 ...
20.206897
148
0.663166
bach5000
8463ca0daea9db36a494b7b14bd2a2300e9ad3ba
2,733
cpp
C++
src/helpers.cpp
MagicAtom/PixelStream
f465bf7d950be298aea1ab5efafaee14ca4140ae
[ "MIT" ]
9
2021-11-19T05:29:41.000Z
2022-01-27T05:09:20.000Z
src/helpers.cpp
MagicAtom/PixelStream
f465bf7d950be298aea1ab5efafaee14ca4140ae
[ "MIT" ]
null
null
null
src/helpers.cpp
MagicAtom/PixelStream
f465bf7d950be298aea1ab5efafaee14ca4140ae
[ "MIT" ]
3
2021-12-16T08:48:29.000Z
2022-03-22T17:13:24.000Z
/* * libdatachannel streamer example * Copyright (c) 2020 Filip Klembara (in2core) * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option)...
30.366667
143
0.69228
MagicAtom
84688141f08fabfcb7036a644791e6e981f7b133
970
cpp
C++
Third party distributions/xlw-5.0.1f0/xlw/examples/MJ - Design Patterns/common_source/Test.cpp
RoelofBerg/QuantFinCode
a0d32b51fb46cf591242cf9981bdd86ea7b37898
[ "BSD-3-Clause" ]
null
null
null
Third party distributions/xlw-5.0.1f0/xlw/examples/MJ - Design Patterns/common_source/Test.cpp
RoelofBerg/QuantFinCode
a0d32b51fb46cf591242cf9981bdd86ea7b37898
[ "BSD-3-Clause" ]
null
null
null
Third party distributions/xlw-5.0.1f0/xlw/examples/MJ - Design Patterns/common_source/Test.cpp
RoelofBerg/QuantFinCode
a0d32b51fb46cf591242cf9981bdd86ea7b37898
[ "BSD-3-Clause" ]
null
null
null
/* Copyright (C) 2006 Mark Joshi This file is part of XLW, a free-software/open-source C++ wrapper of the Excel C API - http://xlw.sourceforge.net/ XLW is free software: you can redistribute it and/or modify it under the terms of the XLW license. You should have received a copy of the license along w...
31.290323
79
0.706186
RoelofBerg
84691316a7827b72aab11412e6ee49342c13d09b
425
cpp
C++
Projeto/dialogmatriz.cpp
asilvadev/DCA-Modelador-3D
5f3b0795be7ca589a05e209d72822862366aa589
[ "MIT" ]
null
null
null
Projeto/dialogmatriz.cpp
asilvadev/DCA-Modelador-3D
5f3b0795be7ca589a05e209d72822862366aa589
[ "MIT" ]
null
null
null
Projeto/dialogmatriz.cpp
asilvadev/DCA-Modelador-3D
5f3b0795be7ca589a05e209d72822862366aa589
[ "MIT" ]
null
null
null
#include "dialogmatriz.h" #include "ui_dialogmatriz.h" DialogMatriz::DialogMatriz(QWidget *parent) : QDialog(parent), ui(new Ui::DialogMatriz) { ui->setupUi(this); } DialogMatriz::~DialogMatriz() { delete ui; } int DialogMatriz::getX() { return ui->spinBox_dX->value(); } int DialogMatriz::getY() ...
15.178571
45
0.665882
asilvadev
846982df22ca99e0573d28f87f60f1a8c9ceae8f
6,098
hpp
C++
Include/LIEF/MachO/DynamicSymbolCommand.hpp
RaniaJarraya/fraudulent_behavior_detection
d1506603fd3468a6c106c73d4880623c5a9b4869
[ "BSD-3-Clause" ]
54
2020-01-29T18:44:56.000Z
2022-03-14T11:24:59.000Z
Include/LIEF/MachO/DynamicSymbolCommand.hpp
RaniaJarraya/fraudulent_behavior_detection
d1506603fd3468a6c106c73d4880623c5a9b4869
[ "BSD-3-Clause" ]
13
2021-03-19T09:25:18.000Z
2022-02-10T12:15:24.000Z
Include/LIEF/MachO/DynamicSymbolCommand.hpp
RaniaJarraya/fraudulent_behavior_detection
d1506603fd3468a6c106c73d4880623c5a9b4869
[ "BSD-3-Clause" ]
8
2019-05-19T11:24:28.000Z
2022-02-16T20:19:30.000Z
/* Copyright 2017 R. Thomas * Copyright 2017 Quarkslab * * 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 appli...
31.760417
86
0.760905
RaniaJarraya
8470e4b9d2e737a473dcc38b14c757689ff9b46d
208
cpp
C++
src/test_pellets/TestThreadSync.cpp
wohaaitinciu/zpublic
0e4896b16e774d2f87e1fa80f1b9c5650b85c57e
[ "Unlicense" ]
50
2015-01-07T01:54:54.000Z
2021-01-15T00:41:48.000Z
src/test_pellets/TestThreadSync.cpp
lib1256/zpublic
64c2be9ef1abab878288680bb58122dcc25df81d
[ "Unlicense" ]
1
2015-05-26T07:40:19.000Z
2015-05-26T07:40:19.000Z
src/test_pellets/TestThreadSync.cpp
lib1256/zpublic
64c2be9ef1abab878288680bb58122dcc25df81d
[ "Unlicense" ]
39
2015-01-07T02:03:15.000Z
2021-01-15T00:41:50.000Z
#include "TestThreadSync.h" CTestThreadSync::CTestThreadSync(void) { TEST_ADD(CTestThreadSync::testEvent); TEST_ADD(CTestThreadSync::testSemaphore); } CTestThreadSync::~CTestThreadSync(void) { }
13.866667
45
0.759615
wohaaitinciu
847203679ab30f6f67af41a423b61748d7c065b9
2,945
cpp
C++
src/settings.cpp
BerryTrucks/NineMensMorris-BB10
8d70d55c77e9cda10077f55da3c2a296ca76778a
[ "CC-BY-2.0" ]
2
2021-04-07T18:46:31.000Z
2021-05-19T03:53:01.000Z
src/settings.cpp
Summeli/NineMensMorris-BB10
8d70d55c77e9cda10077f55da3c2a296ca76778a
[ "CC-BY-2.0" ]
1
2021-05-19T12:16:54.000Z
2021-05-19T12:16:54.000Z
src/settings.cpp
BerryTrucks/NineMensMorris-BB10
8d70d55c77e9cda10077f55da3c2a296ca76778a
[ "CC-BY-2.0" ]
1
2021-05-19T12:13:08.000Z
2021-05-19T12:13:08.000Z
/* * QMühLe * Written by Philipp Zabel <philipp.zabel@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any l...
25.17094
82
0.701528
BerryTrucks
8473b131b75ea06f4636abbfad5f175f85be206d
4,970
hpp
C++
A3_GW_Existence.Altis/Configs/ArmA/CfgRemoteExec.hpp
Hootsir/A3RPGFramework
9eaa1c285751ee00ba460cb692dcc759eaa1f149
[ "MIT" ]
36
2018-04-22T19:34:58.000Z
2021-05-27T20:51:58.000Z
A3_GW_Existence.Altis/Configs/ArmA/CfgRemoteExec.hpp
Hootsir/A3RPGFramework
9eaa1c285751ee00ba460cb692dcc759eaa1f149
[ "MIT" ]
12
2018-04-21T14:33:29.000Z
2020-05-20T18:16:22.000Z
A3_GW_Existence.Altis/Configs/ArmA/CfgRemoteExec.hpp
Hootsir/A3RPGFramework
9eaa1c285751ee00ba460cb692dcc759eaa1f149
[ "MIT" ]
33
2018-04-22T15:15:54.000Z
2020-04-02T23:30:24.000Z
/* Copyright (C) SimZor, SimZor Studios 2017 All Rights Reserved Filename: CfgRemoteExec.hpp */ // DEFINES #define HC GW_HC1 #define SERVER 2 #define CLIENT 1 #define ANYONE 0 class CfgRemoteExec { mode = 1; jip = 1; // SCRIPTED FUNCTIONS class Functions { // SERVER FUNCTIONS ...
60.609756
91
0.622133
Hootsir
847455f21e94f11aa36cffa1ea5bde3c53ecc754
3,901
hpp
C++
src/plugin/net/include/AFCNetClientService.hpp
overtalk/ARK
9d314e99dc13684fc672371a0c3fbaa6b9a46d97
[ "Apache-2.0" ]
1
2020-02-21T14:32:13.000Z
2020-02-21T14:32:13.000Z
src/plugin/net/include/AFCNetClientService.hpp
overtalk/ARK
9d314e99dc13684fc672371a0c3fbaa6b9a46d97
[ "Apache-2.0" ]
null
null
null
src/plugin/net/include/AFCNetClientService.hpp
overtalk/ARK
9d314e99dc13684fc672371a0c3fbaa6b9a46d97
[ "Apache-2.0" ]
null
null
null
/* * This source file is part of ARK * For the latest info, see https://github.com/ArkNX * * Copyright (c) 2013-2019 ArkNX 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 * ...
33.34188
113
0.716996
overtalk
84768d946ef771e9b2021e6d8650bb8af62e9a05
7,671
cpp
C++
drowaudio-Utility/plugins/Tremolo/Source/PluginEditor.cpp
34Audiovisual/Progetti_JUCE
d22d91d342939a8463823d7a7ec528bd2228e5f7
[ "MIT" ]
92
2015-02-25T12:28:58.000Z
2022-02-15T17:24:24.000Z
drowaudio-Utility/plugins/Tremolo/Source/PluginEditor.cpp
34Audiovisual/Progetti_JUCE
d22d91d342939a8463823d7a7ec528bd2228e5f7
[ "MIT" ]
8
2015-05-03T18:36:49.000Z
2018-02-06T15:50:32.000Z
drowaudio-Utility/plugins/Tremolo/Source/PluginEditor.cpp
34Audiovisual/Progetti_JUCE
d22d91d342939a8463823d7a7ec528bd2228e5f7
[ "MIT" ]
34
2015-01-02T13:34:49.000Z
2021-05-23T20:37:49.000Z
/* ============================================================================== This file was auto-generated by the Introjucer! It contains the basic startup code for a Juce application. ============================================================================== */ #include "PluginProcess...
39.541237
107
0.637857
34Audiovisual
847b6787ce7e4a476e6e47a767321db6de7eabd5
3,798
cpp
C++
src/app/clusters/relative-humidity-measurement-server/relative-humidity-measurement-server.cpp
clapre/connectedhomeip
30732ad8f5a0e5f909a1b27f14946d355db89ec7
[ "Apache-2.0" ]
14
2021-06-23T19:52:29.000Z
2022-03-31T14:14:03.000Z
src/app/clusters/relative-humidity-measurement-server/relative-humidity-measurement-server.cpp
clapre/connectedhomeip
30732ad8f5a0e5f909a1b27f14946d355db89ec7
[ "Apache-2.0" ]
40
2021-05-04T20:37:25.000Z
2022-01-25T22:25:40.000Z
src/app/clusters/relative-humidity-measurement-server/relative-humidity-measurement-server.cpp
clapre/connectedhomeip
30732ad8f5a0e5f909a1b27f14946d355db89ec7
[ "Apache-2.0" ]
7
2021-08-14T04:36:31.000Z
2022-03-31T10:39:09.000Z
/* * * Copyright (c) 2021 Project CHIP 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 requir...
49.324675
130
0.695103
clapre
847c059447cfbd285063111cf1ddfa41234e043b
1,234
cpp
C++
Src/Gen/Bsw/Common/test_debug.cpp
miaozhendaoren/autosar-framework
abcf11970470c082b2137da16e9b1a460e72fd74
[ "BSL-1.0" ]
31
2016-04-15T13:47:28.000Z
2022-01-26T17:40:26.000Z
Src/Gen/Bsw/Common/test_debug.cpp
myGiter/autosar-framework
abcf11970470c082b2137da16e9b1a460e72fd74
[ "BSL-1.0" ]
null
null
null
Src/Gen/Bsw/Common/test_debug.cpp
myGiter/autosar-framework
abcf11970470c082b2137da16e9b1a460e72fd74
[ "BSL-1.0" ]
21
2016-03-25T10:52:07.000Z
2022-03-25T22:58:39.000Z
/////////////////////////////////////////////////////// // Copyright 2014 Stephan Hage. // Copyright 2014 Christopher Kormanyos. // Distributed under the Boost // Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt // or copy at http://www.boost.org/LICENSE_1_0.txt ) // #include <Bsw/Co...
29.380952
64
0.47812
miaozhendaoren
84808a82387d9a6c56c1fece58b69038efe75ae1
3,551
cpp
C++
source/libplatform/archive.cpp
Lauvak/ray
906d3991ddd232a7f78f0e51f29aeead008a139a
[ "BSD-3-Clause" ]
113
2015-06-25T06:24:59.000Z
2021-09-26T02:46:02.000Z
source/libplatform/archive.cpp
Lauvak/ray
906d3991ddd232a7f78f0e51f29aeead008a139a
[ "BSD-3-Clause" ]
2
2015-05-03T07:22:49.000Z
2017-12-11T09:17:20.000Z
source/libplatform/archive.cpp
Lauvak/ray
906d3991ddd232a7f78f0e51f29aeead008a139a
[ "BSD-3-Clause" ]
17
2015-11-10T15:07:15.000Z
2021-01-19T15:28:16.000Z
// +---------------------------------------------------------------------- // | Project : ray. // | All rights reserved. // +---------------------------------------------------------------------- // | Copyright (c) 2013-2017. // +---------------------------------------------------------------------- // | * Redistributi...
23.20915
78
0.656435
Lauvak
8483db579bb4c66af8faaa47b848695c74d1ba31
857
cpp
C++
Aufgaben/Mehr_Laboraufgaben/loesungen/aufgabe05.cpp
TEL21D/Informatik1
d9486a64d11e0bf42077b9e9e469157b5371c2ab
[ "MIT" ]
null
null
null
Aufgaben/Mehr_Laboraufgaben/loesungen/aufgabe05.cpp
TEL21D/Informatik1
d9486a64d11e0bf42077b9e9e469157b5371c2ab
[ "MIT" ]
null
null
null
Aufgaben/Mehr_Laboraufgaben/loesungen/aufgabe05.cpp
TEL21D/Informatik1
d9486a64d11e0bf42077b9e9e469157b5371c2ab
[ "MIT" ]
1
2022-02-04T08:14:41.000Z
2022-02-04T08:14:41.000Z
#include "pruefung.h" /*** AUFGABE: Arrays, 4 Punkte ***/ /*** AUFGABENSTELLUNG: Schreiben Sie eine Funktion zip, die zwei Strings erwartet. Die Funktion soll die beiden Strings zusammenmischen, indem Sie immer abwechselnd ein Zeichen aus dem einen und dem anderen nimmt. Sie dürfen annehmen, dass die...
23.162162
70
0.616103
TEL21D
848a113c0effe5216a4319a2eba0e26793bb0fe1
1,053
cpp
C++
src/service/settings.cpp
pvantonov/energetiK
e4aa0e980274304123009d888353e4ae04eee45c
[ "MIT" ]
1
2020-06-11T14:10:35.000Z
2020-06-11T14:10:35.000Z
src/service/settings.cpp
pvantonov/energetik
e4aa0e980274304123009d888353e4ae04eee45c
[ "MIT" ]
null
null
null
src/service/settings.cpp
pvantonov/energetik
e4aa0e980274304123009d888353e4ae04eee45c
[ "MIT" ]
null
null
null
#include "settings.hpp" /*! * \class Settings * A singletone object to provide access to service configuration. */ Settings::Settings() : KCoreConfigSkeleton("energetikrc") { this->setCurrentGroup("General"); this->addItemBool("InspectProcesses", this->inspectProcesses, true); this->addItemBool("Inspec...
27.710526
94
0.739791
pvantonov
848ec436eccc31bb7ae89283ff2e55a27fff9f4f
754
cpp
C++
testStats1.cpp
LearnerDroid/cs32lab06
36a2cb19b51cc7796a4e9acbd6ac5fd41139e230
[ "MIT" ]
null
null
null
testStats1.cpp
LearnerDroid/cs32lab06
36a2cb19b51cc7796a4e9acbd6ac5fd41139e230
[ "MIT" ]
null
null
null
testStats1.cpp
LearnerDroid/cs32lab06
36a2cb19b51cc7796a4e9acbd6ac5fd41139e230
[ "MIT" ]
null
null
null
#include "stats.h" #include "parse.h" #include <iostream> #include "tddFuncs.h" using namespace std; int main() { cout << "Testing stats" << endl; vector<double> x = vector<double>{43.0, 21, 25, 42, 57, 59}; vector<double> y = vector<double>{99.0, 65, 79, 75, 87, 81}; double meanX = stats::computeMean(x...
23.5625
63
0.668435
LearnerDroid
848fe3733ac46892acab29fa4c00533d46bc70f1
4,672
cp
C++
Win32/Sources/Application/Rules/Action Dialogs/CBounceActionDialog.cp
mulberry-mail/mulberry4-client
cdaae15c51dd759110b4fbdb2063d0e3d5202103
[ "ECL-2.0", "Apache-2.0" ]
12
2015-04-21T16:10:43.000Z
2021-11-05T13:41:46.000Z
Win32/Sources/Application/Rules/Action Dialogs/CBounceActionDialog.cp
mulberry-mail/mulberry4-client
cdaae15c51dd759110b4fbdb2063d0e3d5202103
[ "ECL-2.0", "Apache-2.0" ]
2
2015-11-02T13:32:11.000Z
2019-07-10T21:11:21.000Z
Win32/Sources/Application/Rules/Action Dialogs/CBounceActionDialog.cp
mulberry-mail/mulberry4-client
cdaae15c51dd759110b4fbdb2063d0e3d5202103
[ "ECL-2.0", "Apache-2.0" ]
6
2015-01-12T08:49:12.000Z
2021-03-27T09:11:10.000Z
/* Copyright (c) 2007 Cyrus Daboo. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 ...
27.482353
103
0.715753
mulberry-mail
84920b019b61917c8e85ed61db5c325cc6f3b6c4
2,913
cpp
C++
benchmarks/src/cuda/sdk/4.2/boxFilter/boxFilter_gold.cpp
dounghun22/gpgpu-sim_simulations_UVM
b37827a7d72a024fe958e0137afd3a7c00a2ec88
[ "BSD-2-Clause" ]
221
2015-03-29T02:05:49.000Z
2022-03-25T01:45:36.000Z
tests/cuda4.1sdk/tests/boxFilter/boxFilter_gold.cpp
mprevot/gpuocelot
d9277ef05a110e941aef77031382d0260ff115ef
[ "BSD-3-Clause" ]
106
2015-03-29T01:28:42.000Z
2022-02-15T19:38:23.000Z
tests/cuda4.1sdk/tests/boxFilter/boxFilter_gold.cpp
mprevot/gpuocelot
d9277ef05a110e941aef77031382d0260ff115ef
[ "BSD-3-Clause" ]
83
2015-07-10T23:09:57.000Z
2022-03-25T03:01:00.000Z
/* * Copyright 1993-2010 NVIDIA Corporation. All rights reserved. * * Please refer to the NVIDIA end user license agreement (EULA) associated * with this source code for terms and conditions that govern your use of * this software. Any use, reproduction, disclosure, or distribution of * this software and related...
26.008929
80
0.388946
dounghun22
8492877aef82d52c927651d9bab3a463b91ef8e4
4,560
cpp
C++
VSBellNew/tool/demo-dijkstra.cpp
haskellstudio/belle_old
a5ce86954b61dbacde1d1bf24472d95246be45e5
[ "BSD-2-Clause" ]
null
null
null
VSBellNew/tool/demo-dijkstra.cpp
haskellstudio/belle_old
a5ce86954b61dbacde1d1bf24472d95246be45e5
[ "BSD-2-Clause" ]
null
null
null
VSBellNew/tool/demo-dijkstra.cpp
haskellstudio/belle_old
a5ce86954b61dbacde1d1bf24472d95246be45e5
[ "BSD-2-Clause" ]
null
null
null
/* ============================================================================== Copyright 2007-2013, 2017 William Andrew Burnson Copyright 2013-2016 Robert Taub Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: ...
34.80916
80
0.576535
haskellstudio
8494c59169ea9f8d720347ea9f8bf79ad1abfe1a
1,427
hpp
C++
include/simplecs/components.hpp
iTuMaN4iK/simplesc
90a8d4b4d885f2de86e1f0a10824ccfb4c726b1c
[ "MIT" ]
null
null
null
include/simplecs/components.hpp
iTuMaN4iK/simplesc
90a8d4b4d885f2de86e1f0a10824ccfb4c726b1c
[ "MIT" ]
null
null
null
include/simplecs/components.hpp
iTuMaN4iK/simplesc
90a8d4b4d885f2de86e1f0a10824ccfb4c726b1c
[ "MIT" ]
null
null
null
#pragma once #include "simplecs/config.hpp" #include "simplecs/generic/components.h" // TODO: use only c_api types #include "simplecs/c_api/relational.hpp" #include "simplecs/c_api/storage.hpp" #include <cstddef> /** * Component implementation based on C api. */ namespace eld { namespace impl { ...
23.016129
92
0.599159
iTuMaN4iK
8498251a256dcc7976011d780e66ef07065b798d
2,821
cc
C++
src/kokkos/plugin-PixelTriplets/kokkos/PixelTrackSoAFromKokkos.cc
asubah/pixeltrack-standalone
859ffeb0454cc09dc7b1c166fc94548caf5ae02d
[ "Apache-2.0" ]
null
null
null
src/kokkos/plugin-PixelTriplets/kokkos/PixelTrackSoAFromKokkos.cc
asubah/pixeltrack-standalone
859ffeb0454cc09dc7b1c166fc94548caf5ae02d
[ "Apache-2.0" ]
null
null
null
src/kokkos/plugin-PixelTriplets/kokkos/PixelTrackSoAFromKokkos.cc
asubah/pixeltrack-standalone
859ffeb0454cc09dc7b1c166fc94548caf5ae02d
[ "Apache-2.0" ]
null
null
null
#include "KokkosCore/kokkosConfig.h" #include "KokkosCore/Product.h" #include "KokkosCore/ScopedContext.h" #include "KokkosCore/deep_copy.h" #include "KokkosCore/shared_ptr.h" #include "KokkosDataFormats/PixelTrackKokkos.h" #include "Framework/EventSetup.h" #include "Framework/Event.h" #include "Framework/PluginFactory...
40.3
107
0.701524
asubah
8499ea746249648b700d7fbdcbcd24a81e759fd6
1,319
hpp
C++
src/stan/language/generator/generate_program_reader_fun.hpp
alashworth/stan-monorepo
75596bc1f860ededd7b3e9ae9002aea97ee1cd46
[ "BSD-3-Clause" ]
1
2019-09-06T15:53:17.000Z
2019-09-06T15:53:17.000Z
src/stan/language/generator/generate_program_reader_fun.hpp
alashworth/stan-monorepo
75596bc1f860ededd7b3e9ae9002aea97ee1cd46
[ "BSD-3-Clause" ]
8
2019-01-17T18:51:16.000Z
2019-01-17T18:51:39.000Z
src/stan/language/generator/generate_program_reader_fun.hpp
alashworth/stan-monorepo
75596bc1f860ededd7b3e9ae9002aea97ee1cd46
[ "BSD-3-Clause" ]
null
null
null
#ifndef STAN_LANG_GENERATOR_GENERATE_PROGRAM_READER_FUN_HPP #define STAN_LANG_GENERATOR_GENERATE_PROGRAM_READER_FUN_HPP #include "constants.hpp" #include <stan/util/io/program_reader.hpp> #include <ostream> #include <vector> namespace stan { namespace lang { /** * Generate a top-level function that returns the prog...
34.710526
79
0.658074
alashworth
849a65107e995731e6dafc2b526747c8d5fef702
11,401
cpp
C++
old/volution.cpp
infoburp/volution
e803f3c66e98943bd7d1263ed9e6220291d49373
[ "MIT" ]
2
2016-07-15T05:40:19.000Z
2022-03-13T01:33:55.000Z
old/volution.cpp
infoburp/volution
e803f3c66e98943bd7d1263ed9e6220291d49373
[ "MIT" ]
null
null
null
old/volution.cpp
infoburp/volution
e803f3c66e98943bd7d1263ed9e6220291d49373
[ "MIT" ]
null
null
null
#include <iostream> #include <algorithm> #include <QtGui> #include <QtOpenGL> #include <boost/compute/command_queue.hpp> #include <boost/compute/kernel.hpp> #include <boost/compute/program.hpp> #include <boost/compute/source.hpp> #include <boost/compute/system.hpp> #include <boost/compute/interop/opengl.hpp> using na...
34.653495
102
0.485922
infoburp
849d5587433c923086f8781322e2fb2721b28d60
296
hpp
C++
include/Subsets.hpp
yanzhe-chen/LeetCode
d82f0b9721ea613ab216c78e7286671d0e9e4187
[ "MIT" ]
43
2015-10-10T12:59:52.000Z
2018-07-11T18:07:00.000Z
include/Subsets.hpp
yanzhe-chen/LeetCode
d82f0b9721ea613ab216c78e7286671d0e9e4187
[ "MIT" ]
null
null
null
include/Subsets.hpp
yanzhe-chen/LeetCode
d82f0b9721ea613ab216c78e7286671d0e9e4187
[ "MIT" ]
11
2015-10-10T14:41:11.000Z
2018-07-28T06:03:16.000Z
#ifndef SUBSETS_HPP_ #define SUBSETS_HPP_ #include <vector> using namespace std; class Subsets { public: vector<vector<int>> subsets(vector<int> &nums); private: void backtrack(vector<int> &nums, int begin, vector<int> &local, vector<vector<int>> &global); }; #endif // SUBSETS_HPP_
17.411765
98
0.716216
yanzhe-chen
84a1d2dae6e50a6f9b2f00cf1bfe2626624760f6
13,047
cpp
C++
ass1.cpp
tama0102/competitivesolutions
3ee67e0adce81fa863110e6f94767c6339738142
[ "MIT" ]
null
null
null
ass1.cpp
tama0102/competitivesolutions
3ee67e0adce81fa863110e6f94767c6339738142
[ "MIT" ]
1
2020-09-27T07:41:04.000Z
2020-09-27T07:41:04.000Z
ass1.cpp
tama0102/competitivesolutions
3ee67e0adce81fa863110e6f94767c6339738142
[ "MIT" ]
11
2020-09-27T07:47:21.000Z
2020-12-04T12:32:19.000Z
//Assingment-1 First part //Submitted by Shubham Agrawal // 19UCS073 #include<bits/stdc++.h> using namespace std; struct student { int id; string name; string branch; }; struct marks { int id; double dbms,ds,c,total; double percent; }; map<int,student>mp; map<int,m...
26.041916
148
0.409366
tama0102
84a49269c8bc6c68ed8e67653c13c3d4a7cc2127
9,744
cc
C++
caffe2/sgd/adagrad_op_hip.cc
ashishfarmer/rocm-caffe2
097fe3f71b0e4311340ff7eb797ed6c351073d54
[ "Apache-2.0" ]
12
2018-04-14T22:00:51.000Z
2018-07-26T16:44:20.000Z
caffe2/sgd/adagrad_op_hip.cc
ashishfarmer/rocm-caffe2
097fe3f71b0e4311340ff7eb797ed6c351073d54
[ "Apache-2.0" ]
27
2018-04-14T06:44:22.000Z
2018-08-01T18:02:39.000Z
caffe2/sgd/adagrad_op_hip.cc
ashishfarmer/rocm-caffe2
097fe3f71b0e4311340ff7eb797ed6c351073d54
[ "Apache-2.0" ]
2
2018-04-16T20:46:16.000Z
2018-06-01T21:00:10.000Z
/** * Copyright (c) 2016-present, Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
37.914397
97
0.531712
ashishfarmer
84add195b701c65c9950aee8cbc7e22938e5fe29
1,524
cpp
C++
src/onyx/renderer/Texture.cpp
thebigcx/Onyx
e063fc7d1c463907ddd60e48cc82d3e533f1e887
[ "Apache-2.0" ]
null
null
null
src/onyx/renderer/Texture.cpp
thebigcx/Onyx
e063fc7d1c463907ddd60e48cc82d3e533f1e887
[ "Apache-2.0" ]
null
null
null
src/onyx/renderer/Texture.cpp
thebigcx/Onyx
e063fc7d1c463907ddd60e48cc82d3e533f1e887
[ "Apache-2.0" ]
null
null
null
#include <onyx/renderer/Texture.h> #include <stb_image/stb_image.h> #include <GL/glew.h> namespace Onyx { Texture::Texture(const std::string& path) : m_path(path) { stbi_set_flip_vertically_on_load(true); int width, height, channels; void* data = stbi_load(path.c_str(), &width, &height, &channels...
24.190476
87
0.717192
thebigcx
84b4b9c94bceda471756e05517754b95163c41ef
1,384
hpp
C++
Versionen/2021_06_15/rmf_ws/install/rmf_task_msgs/include/rmf_task_msgs/msg/detail/dispatch_ack__traits.hpp
flitzmo-hso/flitzmo_agv_control_system
99e8006920c03afbd93e4c7d38b4efff514c7069
[ "MIT" ]
null
null
null
Versionen/2021_06_15/rmf_ws/install/rmf_task_msgs/include/rmf_task_msgs/msg/detail/dispatch_ack__traits.hpp
flitzmo-hso/flitzmo_agv_control_system
99e8006920c03afbd93e4c7d38b4efff514c7069
[ "MIT" ]
null
null
null
Versionen/2021_06_15/rmf_ws/install/rmf_task_msgs/include/rmf_task_msgs/msg/detail/dispatch_ack__traits.hpp
flitzmo-hso/flitzmo_agv_control_system
99e8006920c03afbd93e4c7d38b4efff514c7069
[ "MIT" ]
2
2021-06-21T07:32:09.000Z
2021-08-17T03:05:38.000Z
// generated from rosidl_generator_cpp/resource/idl__traits.hpp.em // with input from rmf_task_msgs:msg/DispatchAck.idl // generated code does not contain a copyright notice #ifndef RMF_TASK_MSGS__MSG__DETAIL__DISPATCH_ACK__TRAITS_HPP_ #define RMF_TASK_MSGS__MSG__DETAIL__DISPATCH_ACK__TRAITS_HPP_ #include "rmf_task_m...
29.446809
98
0.804913
flitzmo-hso
84b5170b9e50b7fb916bf5b6d01bc9a5b90f0259
1,080
cpp
C++
src/Units/NonArmyWrappers/LarvaWrapper.cpp
krogenth/AdditionalPylons
60a2ba5503857de9c6aafa5261e911f39ad0ccf1
[ "MIT" ]
1
2022-01-22T00:45:45.000Z
2022-01-22T00:45:45.000Z
src/Units/NonArmyWrappers/LarvaWrapper.cpp
krogenth/AdditionalPylons
60a2ba5503857de9c6aafa5261e911f39ad0ccf1
[ "MIT" ]
39
2022-01-10T22:23:20.000Z
2022-03-31T03:56:21.000Z
src/Units/NonArmyWrappers/LarvaWrapper.cpp
krogenth/AdditionalPylons
60a2ba5503857de9c6aafa5261e911f39ad0ccf1
[ "MIT" ]
null
null
null
#include "./LarvaWrapper.h" #include "../../Strategist/Strategist.h" void LarvaWrapper::onFrame() { std::optional<BWAPI::UnitType> order; if (this->buildOrder == BWAPI::UnitTypes::Unknown) { order = Strategist::getInstance().getUnitOrder(this->type); if (order.has_value()) this->buildOrder = order.value(); ...
40
151
0.712037
krogenth
84b5d272b654de6a76aa69b41afcd0084a71694a
742
cpp
C++
_includes/leet487/leet487_1.cpp
mingdaz/leetcode
64f2e5ad0f0446d307e23e33a480bad5c9e51517
[ "MIT" ]
null
null
null
_includes/leet487/leet487_1.cpp
mingdaz/leetcode
64f2e5ad0f0446d307e23e33a480bad5c9e51517
[ "MIT" ]
8
2019-12-19T04:46:05.000Z
2022-02-26T03:45:22.000Z
_includes/leet487/leet487_1.cpp
mingdaz/leetcode
64f2e5ad0f0446d307e23e33a480bad5c9e51517
[ "MIT" ]
null
null
null
class Solution { public: int findMaxConsecutiveOnes(vector<int>& nums) { int res = 0; int currContOnes = 0; int prevContOnes = -1; // set to -1 to handle the case when the vectors starts with 1 for (int num : nums) { if (num == 1) { ++currContOnes; ...
29.68
94
0.444744
mingdaz
84b914ee09db4ffcbb45ea76850c2061e8000107
2,780
cpp
C++
src/Converter/Converter.cpp
tanechai/ssl-camera-converter
0282fc761eb39c491879ae2c84d89094a2602c67
[ "MIT" ]
null
null
null
src/Converter/Converter.cpp
tanechai/ssl-camera-converter
0282fc761eb39c491879ae2c84d89094a2602c67
[ "MIT" ]
null
null
null
src/Converter/Converter.cpp
tanechai/ssl-camera-converter
0282fc761eb39c491879ae2c84d89094a2602c67
[ "MIT" ]
null
null
null
#include "Converter.hpp" #include "../ExtractDifferences/ExtractDifferences.hpp" void overlayImage(cv::Mat* src, cv::Mat* overlay, const cv::Point& location); Converter::Converter(Initializer& initializer):initializer_(initializer){} cv::Mat Converter::imagesToImage(const std::vector<cv::Mat>& images, const cv::Size...
44.126984
166
0.6
tanechai
84b9e328b45f9c9d28ff794d3931730c9e4fd26c
11,495
cpp
C++
src/goto-symex/memory_model.cpp
dan-blank/yogar-cbmc
05b4f056b585b65828acf39546c866379dca6549
[ "MIT" ]
1
2017-07-25T02:44:56.000Z
2017-07-25T02:44:56.000Z
src/goto-symex/memory_model.cpp
dan-blank/yogar-cbmc
05b4f056b585b65828acf39546c866379dca6549
[ "MIT" ]
1
2017-02-22T14:35:19.000Z
2017-02-27T08:49:58.000Z
src/goto-symex/memory_model.cpp
dan-blank/yogar-cbmc
05b4f056b585b65828acf39546c866379dca6549
[ "MIT" ]
4
2019-01-19T03:32:21.000Z
2021-12-20T14:25:19.000Z
/*******************************************************************\ Module: Memory model for partial order concurrency Author: Michael Tautschnig, michael.tautschnig@cs.ox.ac.uk \*******************************************************************/ #include <util/std_expr.h> #include <util/i2string.h> #include "m...
27.174941
138
0.590431
dan-blank
84bd0882247e7505722a43a810249b028e733f13
1,025
cpp
C++
Source/Storm/include/Storm.cpp
SunlayGGX/Storm
83a34c14cc7d936347b6b8193a64cd13ccbf00a8
[ "MIT" ]
3
2021-11-27T04:56:12.000Z
2022-02-14T04:02:10.000Z
Source/Storm/include/Storm.cpp
SunlayGGX/Storm
83a34c14cc7d936347b6b8193a64cd13ccbf00a8
[ "MIT" ]
null
null
null
Source/Storm/include/Storm.cpp
SunlayGGX/Storm
83a34c14cc7d936347b6b8193a64cd13ccbf00a8
[ "MIT" ]
null
null
null
#include "Application.h" #include <iostream> namespace { int processEarlyExitAnswer(const Storm::EarlyExitAnswer &earlyExitAnswer) { for (const auto &unhandledErrorMsg : earlyExitAnswer._unconsumedErrorMsgs) { std::cerr << unhandledErrorMsg << std::endl; } return earlyExitAnswer._exitCode; } } int ma...
25.625
160
0.725854
SunlayGGX
84ca1e1e5ede21401a8d5a1154ba902a3a5b21a1
797
cpp
C++
QuayLui/e.cpp
daothaison/algorithm-vi
59ee4046eae2aea97c7f85d7bd64f85f12d84598
[ "Apache-2.0" ]
null
null
null
QuayLui/e.cpp
daothaison/algorithm-vi
59ee4046eae2aea97c7f85d7bd64f85f12d84598
[ "Apache-2.0" ]
null
null
null
QuayLui/e.cpp
daothaison/algorithm-vi
59ee4046eae2aea97c7f85d7bd64f85f12d84598
[ "Apache-2.0" ]
null
null
null
#include <iostream> using namespace std; int a[100][100], n, Min=1000000, start; int cx[100]={0}, duongDi[100], vet[100]; void input(){ cin>>n; for(int i=1; i<=n;i++){ for(int j=1; j<=n;j++){ cin>>a[i][j]; } } cin>>start; cx[start]=1; duongDi[0]=start; } void output(int n){ if(n< Min){...
17.711111
45
0.499373
daothaison
84cccb50b47ed7845910a88aa8434e1ddef9a1ba
4,525
hpp
C++
modules/core/include/facekit/core/utils/string.hpp
cecabert/FaceKit
766a32fc7f65ae5deceeba5628c225631986c4d8
[ "Apache-2.0" ]
null
null
null
modules/core/include/facekit/core/utils/string.hpp
cecabert/FaceKit
766a32fc7f65ae5deceeba5628c225631986c4d8
[ "Apache-2.0" ]
null
null
null
modules/core/include/facekit/core/utils/string.hpp
cecabert/FaceKit
766a32fc7f65ae5deceeba5628c225631986c4d8
[ "Apache-2.0" ]
1
2017-11-29T12:03:08.000Z
2017-11-29T12:03:08.000Z
/** * @file "utils/string.hpp" * @brief Utility function for string handling * @ingroup core * * @author Christophe Ecabert * @date 26/08/16 * Copyright © 2016 Christophe Ecabert. All rights reserved. */ #ifndef __FACEKIT_STRING_UTIL__ #define __FACEKIT_STRING_UTIL__ #include <string> #include <vec...
29.383117
78
0.638232
cecabert
84d36b0aebdf403ad1e3ef8ba90c52d4205cfe52
4,664
cpp
C++
tutorial_exercises/Heart_rate/FFT.cpp
SijinJohn/OpenVX
9e6e6cac3679edd85419ca553e678489173068a6
[ "MIT" ]
null
null
null
tutorial_exercises/Heart_rate/FFT.cpp
SijinJohn/OpenVX
9e6e6cac3679edd85419ca553e678489173068a6
[ "MIT" ]
null
null
null
tutorial_exercises/Heart_rate/FFT.cpp
SijinJohn/OpenVX
9e6e6cac3679edd85419ca553e678489173068a6
[ "MIT" ]
null
null
null
#include <complex> #include <cmath> #include <iterator> #include "FFT.h" using namespace std; unsigned int bitReverse(unsigned int x, int log2n) { int n = 0; int mask = 0x1; for (int i=0; i < log2n; i++) { n <<= 1; n |= (x & 1); x >>= 1; } return n; } //========================================/...
33.797101
152
0.59241
SijinJohn
84d6133e3c8bc5c9ad0360528aebd6c352bc67f6
1,333
cpp
C++
anno/FileTreeElement.cpp
urobots-io/anno
8e240185e6fc0908687b15a39c892814a6bddee6
[ "MIT" ]
9
2020-07-17T05:28:52.000Z
2022-03-03T18:26:12.000Z
anno/FileTreeElement.cpp
urobots-io/anno
8e240185e6fc0908687b15a39c892814a6bddee6
[ "MIT" ]
null
null
null
anno/FileTreeElement.cpp
urobots-io/anno
8e240185e6fc0908687b15a39c892814a6bddee6
[ "MIT" ]
null
null
null
// This is an open source non-commercial project. Dear PVS-Studio, please check it. // PVS-Studio Static Code Analyzer for C, C++, C#, and Java: http://www.viva64.com // // Anno Labeling Tool // 2020-2021 (c) urobots GmbH, https://urobots.io #include "FileTreeElement.h" #include "SourcePicturesTreeModel.h" FileTreeEl...
28.361702
88
0.705926
urobots-io
84d65b073afbdb1463f8a716060f7422637c3c9a
1,441
hpp
C++
src/solvers/agent_routing/AgentIntegerAttribute.hpp
tomcreutz/planning-templ
55e35ede362444df9a7def6046f6df06851fe318
[ "BSD-3-Clause" ]
1
2022-03-31T12:15:15.000Z
2022-03-31T12:15:15.000Z
src/solvers/agent_routing/AgentIntegerAttribute.hpp
tomcreutz/planning-templ
55e35ede362444df9a7def6046f6df06851fe318
[ "BSD-3-Clause" ]
null
null
null
src/solvers/agent_routing/AgentIntegerAttribute.hpp
tomcreutz/planning-templ
55e35ede362444df9a7def6046f6df06851fe318
[ "BSD-3-Clause" ]
1
2021-12-29T10:38:07.000Z
2021-12-29T10:38:07.000Z
#ifndef TEMPL_AGENT_ROUTING_AGENT_INTEGER_ATTRIBUTE_HPP #define TEMPL_AGENT_ROUTING_AGENT_INTEGER_ATTRIBUTE_HPP #include <cstdint> #include <string> #include <vector> namespace templ { namespace solvers { namespace agent_routing { typedef std::string AttributeName; class AgentIntegerAttribute { public: typedef ...
25.732143
72
0.728661
tomcreutz
84dc8aaea1cf098acc1114cf5a575e7c07ab2783
11,745
cpp
C++
Source/CLI/Help.cpp
g-maxime/MediaConch_SourceCode
54208791ca0b6eb3f7bffd17f67e236777f69d89
[ "BSD-2-Clause" ]
null
null
null
Source/CLI/Help.cpp
g-maxime/MediaConch_SourceCode
54208791ca0b6eb3f7bffd17f67e236777f69d89
[ "BSD-2-Clause" ]
null
null
null
Source/CLI/Help.cpp
g-maxime/MediaConch_SourceCode
54208791ca0b6eb3f7bffd17f67e236777f69d89
[ "BSD-2-Clause" ]
null
null
null
/* Copyright (c) MediaArea.net SARL. All Rights Reserved. * * Use of this source code is governed by a BSD-style license that can * be found in the License.html file in the root of the source tree. */ //--------------------------------------------------------------------------- #ifdef __BORLANDC__ #...
41.946429
96
0.548489
g-maxime
84e516b9e1e59f6a4ae14b137b25f29b09cc9e02
1,189
cpp
C++
source/Checkerboard.cpp
OxleyS/psx-toy-project
e9904d148416467e02407a9096b34e9091792b49
[ "BSD-2-Clause" ]
2
2016-12-05T00:20:55.000Z
2018-12-08T04:50:04.000Z
source/Checkerboard.cpp
OxleyS/psx-toy-project
e9904d148416467e02407a9096b34e9091792b49
[ "BSD-2-Clause" ]
null
null
null
source/Checkerboard.cpp
OxleyS/psx-toy-project
e9904d148416467e02407a9096b34e9091792b49
[ "BSD-2-Clause" ]
null
null
null
#include "Checkerboard.h" Texture g_CheckerboardTex; void InitializeCheckboardTexture(int texX, int texY, int clutX, int clutY) { int colors[] = { 0x00000000, 0x11111111, 0x22222222 }; int nColors = sizeof(colors) / sizeof(int); int colorIdx; int texelsPerLong = 8; int texelWidth = 64;...
33.971429
122
0.589571
OxleyS
84f499d30221a5eda05df56def28b6576c2f13e8
1,577
cpp
C++
Sources/Inputs/Axes/CompoundInputAxis.cpp
Equilibrium-Games/Flounder
1bd67dc8c2c2ebee2ca95f0cabb40b926f747fcf
[ "MIT" ]
43
2017-08-09T04:03:38.000Z
2018-07-17T15:25:32.000Z
Sources/Inputs/Axes/CompoundInputAxis.cpp
Equilibrium-Games/Flounder
1bd67dc8c2c2ebee2ca95f0cabb40b926f747fcf
[ "MIT" ]
3
2018-01-23T06:44:41.000Z
2018-05-29T19:22:41.000Z
Sources/Inputs/Axes/CompoundInputAxis.cpp
Equilibrium-Games/Flounder
1bd67dc8c2c2ebee2ca95f0cabb40b926f747fcf
[ "MIT" ]
6
2017-11-03T10:48:20.000Z
2018-04-28T21:44:59.000Z
#include "CompoundInputAxis.hpp" namespace acid { CompoundInputAxis::CompoundInputAxis(std::vector<std::unique_ptr<InputAxis>> &&axes) : axes(std::move(axes)) { ConnectAxes(); } float CompoundInputAxis::GetAmount() const { float result = 0.0f; for (const auto &axis : axes) result += axis->GetAmount(); return ...
25.852459
86
0.701966
Equilibrium-Games
84f9b419c05d61adc562cfaab2f58c2f84551bfb
1,662
cpp
C++
tests/MemoryGame/Memory.cpp
sakex/NEAT-GRU
2d96ff50415f38a8cf0ea7f3921c294b5766fc49
[ "MIT" ]
1
2021-05-21T21:40:11.000Z
2021-05-21T21:40:11.000Z
tests/MemoryGame/Memory.cpp
sakex/NEAT-GRU
2d96ff50415f38a8cf0ea7f3921c294b5766fc49
[ "MIT" ]
9
2020-06-01T14:33:32.000Z
2020-06-01T16:38:28.000Z
tests/MemoryGame/Memory.cpp
sakex/NEAT-GRU
2d96ff50415f38a8cf0ea7f3921c294b5766fc49
[ "MIT" ]
null
null
null
// // Created by sakex on 02.06.20. // #include "Memory.h" Memory::Memory() : players() { generate_random_grids(); } void Memory::generate_random_grids() { datasets.clear(); datasets.reserve(100); for(int _ = 0; _ < 100; ++_){ numbers_list numbers; for (int i = 0; i < NUMBERS / 2; ++...
29.157895
112
0.599278
sakex
84fab1c486cf46a0ca03083743a709646452bf11
296
cpp
C++
skovalenko/sp-10/src/poisk.cpp
MeatSoft/cpp-study
e381a03f360e391036418b50b870450ac8183080
[ "MIT" ]
null
null
null
skovalenko/sp-10/src/poisk.cpp
MeatSoft/cpp-study
e381a03f360e391036418b50b870450ac8183080
[ "MIT" ]
3
2021-02-23T18:09:57.000Z
2021-02-28T17:28:40.000Z
skovalenko/sp-10/src/poisk.cpp
MeatSoft/prog-study
e381a03f360e391036418b50b870450ac8183080
[ "MIT" ]
null
null
null
#include <iostream> using namespace std; int main() { int a, b, c, d, i, summ; for (i = 1000; i < 10000; i++) { a = i % 10; b = (i / 10) % 10; c = (i / 100) % 10; d = i / 1000; summ = a + b + c + d; if (summ > 10) { if (summ < 16) cout << i << endl; } } return 0; }
13.454545
31
0.435811
MeatSoft
ebdcb03c1fc65a603e0a3ee3d675d3a4b13ee1c9
6,594
cpp
C++
apps/common/ospray_testing/builders/Builder.cpp
cainiaoC4/ospray
616dcea05eefffe8c52e04753ae7e346581135f7
[ "Apache-2.0" ]
780
2017-01-28T01:30:14.000Z
2022-03-20T16:54:42.000Z
apps/common/ospray_testing/builders/Builder.cpp
cainiaoC4/ospray
616dcea05eefffe8c52e04753ae7e346581135f7
[ "Apache-2.0" ]
419
2017-01-20T22:22:05.000Z
2022-03-31T01:32:22.000Z
apps/common/ospray_testing/builders/Builder.cpp
cainiaoC4/ospray
616dcea05eefffe8c52e04753ae7e346581135f7
[ "Apache-2.0" ]
131
2017-02-26T20:23:45.000Z
2022-02-07T19:49:26.000Z
// Copyright 2009-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #include "Builder.h" namespace ospray { namespace testing { namespace detail { std::unique_ptr<Builder::BuilderFactory> Builder::factory; void Builder::commit() { rendererType = getParam<std::string>("rendererType", "scivis"); tfCol...
27.940678
80
0.696846
cainiaoC4
ebdd6302c82aa044b089702726ac339db43f91ae
345
hpp
C++
include/8859_15_character_set.hpp
jce-caba/gtkQRmm
0a6f46bdbbc30195c2ddf993be43d218dbc2c47a
[ "MIT" ]
1
2022-03-13T14:21:23.000Z
2022-03-13T14:21:23.000Z
include/8859_15_character_set.hpp
jce-caba/gtkQRmm
0a6f46bdbbc30195c2ddf993be43d218dbc2c47a
[ "MIT" ]
null
null
null
include/8859_15_character_set.hpp
jce-caba/gtkQRmm
0a6f46bdbbc30195c2ddf993be43d218dbc2c47a
[ "MIT" ]
null
null
null
#ifndef _8859_15_CHARACTER_SET_HPP #define _8859_15_CHARACTER_SET_HPP namespace GtkQR { class _8859_15_character_set { public: _8859_15_character_set() = delete; ~_8859_15_character_set() = delete; static int get_character(int); protected: private: }; } #endif // 8...
15
43
0.689855
jce-caba
ebe08fdb3f52e5d86431f26af80645db16ad1197
630
cpp
C++
Libraries/LibHTML/Layout/LayoutListItem.cpp
JamiKettunen/serenity
232da5cc188496f570ef55276a897f1095509c87
[ "BSD-2-Clause" ]
3
2020-05-01T02:39:03.000Z
2021-11-26T08:34:54.000Z
Libraries/LibHTML/Layout/LayoutListItem.cpp
JamiKettunen/serenity
232da5cc188496f570ef55276a897f1095509c87
[ "BSD-2-Clause" ]
null
null
null
Libraries/LibHTML/Layout/LayoutListItem.cpp
JamiKettunen/serenity
232da5cc188496f570ef55276a897f1095509c87
[ "BSD-2-Clause" ]
null
null
null
#include <LibHTML/Layout/LayoutListItem.h> #include <LibHTML/Layout/LayoutListItemMarker.h> LayoutListItem::LayoutListItem(const Element& element, NonnullRefPtr<StyleProperties> style) : LayoutBlock(&element, move(style)) { } LayoutListItem::~LayoutListItem() { } void LayoutListItem::layout() { LayoutBlock::...
23.333333
92
0.67619
JamiKettunen
ebe13566ff2a5dfef57ded0ce6a533db0f4021d5
8,466
hpp
C++
Framework/general/cSmartSimpleIndexPool.hpp
echo-Mike/goOGL
bf5b58a7ecc5783aad0177c375cdb53e59880d07
[ "MIT" ]
null
null
null
Framework/general/cSmartSimpleIndexPool.hpp
echo-Mike/goOGL
bf5b58a7ecc5783aad0177c375cdb53e59880d07
[ "MIT" ]
null
null
null
Framework/general/cSmartSimpleIndexPool.hpp
echo-Mike/goOGL
bf5b58a7ecc5783aad0177c375cdb53e59880d07
[ "MIT" ]
null
null
null
#ifndef SMARTSIMPLEINDEXPOOL_H #define SMARTSIMPLEINDEXPOOL_H "[multi@cSmartSimpleIndexPool.hpp]" /* * DESCRIPTION: * Module contains implementation of efficient index pool with simple logic and * buld-in preallocated pool for indexes. * Logic: double heap * AUTHOR: * Mikhail Demchenko * mailto:dev.echo.mike@gmai...
35.128631
128
0.730097
echo-Mike
ebe638cc59dd5be9f33b1744046a9830ed12616f
2,771
cpp
C++
RenderSystems/NULL/src/OgreNULLStagingTexture.cpp
Stazer/ogre-next
4d3aa2aedf4575ac8a9e32a4e2af859562752d51
[ "MIT" ]
1
2021-05-12T18:01:21.000Z
2021-05-12T18:01:21.000Z
RenderSystems/NULL/src/OgreNULLStagingTexture.cpp
Stazer/ogre-next
4d3aa2aedf4575ac8a9e32a4e2af859562752d51
[ "MIT" ]
1
2020-07-25T19:20:07.000Z
2020-07-25T19:20:07.000Z
RenderSystems/NULL/src/OgreNULLStagingTexture.cpp
Stazer/ogre-next
4d3aa2aedf4575ac8a9e32a4e2af859562752d51
[ "MIT" ]
1
2021-09-28T18:44:28.000Z
2021-09-28T18:44:28.000Z
/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ Copyright (c) 2000-2017 Torus Knot Software Ltd Permission is hereby granted, free of charge, to any person ...
41.984848
96
0.605197
Stazer
ebe9247f3162257697e441ef3b8e2e50dd1f64f2
10,533
hpp
C++
speculative_threadpool.hpp
clin99/testing
34c5768ca83b51b0c61d7f25c58e3e9b88be8926
[ "MIT" ]
null
null
null
speculative_threadpool.hpp
clin99/testing
34c5768ca83b51b0c61d7f25c58e3e9b88be8926
[ "MIT" ]
1
2018-03-28T03:27:48.000Z
2018-03-28T03:27:48.000Z
speculative_threadpool.hpp
clin99/testing
34c5768ca83b51b0c61d7f25c58e3e9b88be8926
[ "MIT" ]
null
null
null
// 2018/09/12 - created by Tsung-Wei Huang and Chun-Xun Lin // // Speculative threadpool is similar to proactive threadpool except // each thread will speculatively move a new task to its local worker // data structure to reduce extract hit to the task queue. // This can save time from locking the mutex during dynamic ...
22.897826
99
0.574006
clin99
ebeaceb99df180ee3767afd506df696c092c4dca
1,448
cpp
C++
tests/concurrent/set.cpp
mayant15/mlib
4f7a466746a90b358808e214813dc95f2e3c62c6
[ "MIT" ]
null
null
null
tests/concurrent/set.cpp
mayant15/mlib
4f7a466746a90b358808e214813dc95f2e3c62c6
[ "MIT" ]
null
null
null
tests/concurrent/set.cpp
mayant15/mlib
4f7a466746a90b358808e214813dc95f2e3c62c6
[ "MIT" ]
null
null
null
#include "../doctest.h" #include <mm/concurrent/set.h> #include <thread> TEST_CASE("Test the concurrent set class") { mm::concurrent::lazy_set<int> set; REQUIRE(set.size() == 0); SUBCASE("Test set::add()") { CHECK(set.add(1)); CHECK(set.size() == 1); CHECK_FALSE(set.add(1)); ...
18.564103
42
0.450276
mayant15
ebebd6230a5d8b11e57417702586d669f3706a0d
753
cpp
C++
Leetcode/1239. Maximum Length of a Concatenated String with Unique Characters.cpp
Aqiry/Competitive-coding
e4a091a4f79d62319fa95d15631606404853a33e
[ "MIT" ]
null
null
null
Leetcode/1239. Maximum Length of a Concatenated String with Unique Characters.cpp
Aqiry/Competitive-coding
e4a091a4f79d62319fa95d15631606404853a33e
[ "MIT" ]
1
2021-11-12T16:31:25.000Z
2021-11-12T16:31:25.000Z
Leetcode/1239. Maximum Length of a Concatenated String with Unique Characters.cpp
Aqiry/Competitive-coding
e4a091a4f79d62319fa95d15631606404853a33e
[ "MIT" ]
1
2021-11-12T16:30:02.000Z
2021-11-12T16:30:02.000Z
class Solution { public int maxLength(List<String> arr) { return helper(arr,0,new int[26]); } public int helper(List<String> arr, int idx,int[] freq){ if(idx == arr.size()){ return 0; } int exc = helper(arr,idx+1,freq); boolean isunique = true; ...
19.815789
60
0.451527
Aqiry
ebec568a82b0b536655bf832915302b2a67ade7f
2,065
cpp
C++
MainWindow.cpp
dewf/dnd-inspect
42dbef2ba87392d3e628814e77fa456335dda51c
[ "MIT" ]
null
null
null
MainWindow.cpp
dewf/dnd-inspect
42dbef2ba87392d3e628814e77fa456335dda51c
[ "MIT" ]
2
2019-03-28T16:19:08.000Z
2019-03-31T07:17:33.000Z
MainWindow.cpp
dewf/dnd-inspect
42dbef2ba87392d3e628814e77fa456335dda51c
[ "MIT" ]
1
2019-03-28T16:12:03.000Z
2019-03-28T16:12:03.000Z
#include "MainWindow.h" #include <AppKit.h> #include <InterfaceKit.h> #include <LayoutBuilder.h> #include <TabView.h> #include <stdio.h> #include "Globals.h" #include "DNDEncoder.h" static const int32 K_NEW_WINDOW_MSG = 'NWMg'; static const int32 K_QUIT_APP_MSG = 'EXiT'; static int numWindowsOpen = 0; void MainWi...
23.465909
99
0.663438
dewf
ebfc56bc1cdc6b704a9358cb0746973fc126701b
3,173
cpp
C++
opennurbs_pointgeometry.cpp
averbin/opennurbslib
8904e11a90d108304f679d233ad1ea2d621dd3b2
[ "Zlib" ]
14
2015-07-06T13:04:49.000Z
2022-02-06T10:09:05.000Z
opennurbs_pointgeometry.cpp
averbin/opennurbslib
8904e11a90d108304f679d233ad1ea2d621dd3b2
[ "Zlib" ]
1
2020-12-07T03:26:39.000Z
2020-12-07T03:26:39.000Z
opennurbs_pointgeometry.cpp
averbin/opennurbslib
8904e11a90d108304f679d233ad1ea2d621dd3b2
[ "Zlib" ]
11
2015-07-06T13:04:43.000Z
2022-03-29T10:57:04.000Z
/* $NoKeywords: $ */ /* // // Copyright (c) 1993-2012 Robert McNeel & Associates. All rights reserved. // OpenNURBS, Rhinoceros, and Rhino3D are registered trademarks of Robert // McNeel & Associates. // // THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. // ALL IMPLIED WARRANTIES OF FITNE...
20.875
98
0.6445
averbin
23027935cb11d56e16174a95ade58f3bdf490907
20,206
cpp
C++
source/direct3d10/StateBlockMask.cpp
HeavenWu/slimdx
e014bb34b89bbf694d01c8f6d6b6dfa3cba58aac
[ "MIT" ]
85
2015-04-06T05:37:10.000Z
2022-03-22T19:53:03.000Z
source/direct3d10/StateBlockMask.cpp
HeavenWu/slimdx
e014bb34b89bbf694d01c8f6d6b6dfa3cba58aac
[ "MIT" ]
10
2016-03-17T11:18:24.000Z
2021-05-11T09:21:43.000Z
source/direct3d10/StateBlockMask.cpp
HeavenWu/slimdx
e014bb34b89bbf694d01c8f6d6b6dfa3cba58aac
[ "MIT" ]
45
2015-09-14T03:54:01.000Z
2022-03-22T19:53:09.000Z
#include "stdafx.h" /* * Copyright (c) 2007-2012 SlimDX Group * * 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, ...
33.343234
121
0.719836
HeavenWu
2303b4b1deecc07f699c64a8796cc36d85333671
2,688
cc
C++
tests/elle/cryptography/random.cc
infinitio/elle
d9bec976a1217137436db53db39cda99e7024ce4
[ "Apache-2.0" ]
521
2016-02-14T00:39:01.000Z
2022-03-01T22:39:25.000Z
tests/elle/cryptography/random.cc
infinitio/elle
d9bec976a1217137436db53db39cda99e7024ce4
[ "Apache-2.0" ]
8
2017-02-21T11:47:33.000Z
2018-11-01T09:37:14.000Z
tests/elle/cryptography/random.cc
infinitio/elle
d9bec976a1217137436db53db39cda99e7024ce4
[ "Apache-2.0" ]
48
2017-02-21T10:18:13.000Z
2022-03-25T02:35:20.000Z
#include "cryptography.hh" #include <boost/type_index.hpp> #include <elle/cryptography/random.hh> // On some platforms "random" exists: // // /usr/include/stdlib.h:321:17: note: previous declaration 'long int random()' // extern long int random (void) __THROW; // ^ namespace icrand = elle::cryptograp...
23.787611
79
0.669271
infinitio
2305d65514de6fea6b78ec33f8659e52cd6163c3
2,764
hpp
C++
source/rs-game/english.hpp
CaptainCrowbar/rs-game
8066b0fc823edffabdfb61ea1ade5d4acc7c076e
[ "BSL-1.0" ]
null
null
null
source/rs-game/english.hpp
CaptainCrowbar/rs-game
8066b0fc823edffabdfb61ea1ade5d4acc7c076e
[ "BSL-1.0" ]
null
null
null
source/rs-game/english.hpp
CaptainCrowbar/rs-game
8066b0fc823edffabdfb61ea1ade5d4acc7c076e
[ "BSL-1.0" ]
null
null
null
#pragma once #include "rs-format/string.hpp" #include <iterator> #include <string> #include <vector> namespace RS::Game { // Case conversion functions std::string extended_titlecase(const std::string& str, bool initial = true); std::string sentence_case(const std::string& str); // List formatting f...
28.494845
121
0.549928
CaptainCrowbar
230a9628a1c6d2039066ea56cdc5fd4be5eed691
4,870
hpp
C++
src/timer.hpp
rrahn/align_bench
eed206e113f2aa1a2ef7a2441f19e56ecafa23fc
[ "BSD-3-Clause" ]
2
2017-03-08T05:35:46.000Z
2019-08-21T16:09:18.000Z
src/timer.hpp
rrahn/align_bench
eed206e113f2aa1a2ef7a2441f19e56ecafa23fc
[ "BSD-3-Clause" ]
null
null
null
src/timer.hpp
rrahn/align_bench
eed206e113f2aa1a2ef7a2441f19e56ecafa23fc
[ "BSD-3-Clause" ]
null
null
null
// ========================================================================== // SeqAn - The Library for Sequence Analysis // ========================================================================== // Copyright (c) 2006-2018, Knut Reinert, FU Berlin // All rights reserved. // // Redistribution and us...
37.175573
89
0.469405
rrahn
230b2236bb1e037345e3ebc30c42fb1bc9083de8
2,138
cpp
C++
src_smartcontract/lang/sc_expression_literal/LiteralExpression.cpp
alinous-core/codable-cash
32a86a152a146c592bcfd8cc712f4e8cb38ee1a0
[ "MIT" ]
6
2019-01-06T05:02:39.000Z
2020-10-01T11:45:32.000Z
src_smartcontract/lang/sc_expression_literal/LiteralExpression.cpp
Codablecash/codablecash
8816b69db69ff2f5da6cdb6af09b8fb21d3df1d9
[ "MIT" ]
209
2018-05-18T03:07:02.000Z
2022-03-26T11:42:41.000Z
src_smartcontract/lang/sc_expression_literal/LiteralExpression.cpp
Codablecash/codablecash
8816b69db69ff2f5da6cdb6af09b8fb21d3df1d9
[ "MIT" ]
3
2019-07-06T09:16:36.000Z
2020-10-15T08:23:28.000Z
/* * LiteralExpression.cpp * * Created on: 2019/02/05 * Author: iizuka */ #include "lang/sc_expression_literal/LiteralExpression.h" #include "base/UnicodeString.h" #include "engine/sc_analyze/AnalyzedType.h" #include "instance/instance_ref/VmRootReference.h" #include "instance/instance_string/VmStringInst...
22.041237
91
0.739476
alinous-core
230e3bc4ff3d4cf1e5dbad6ff1d433b30691bc2a
35,838
hpp
C++
applications/bed/bedmap/src/Input.hpp
bedops/bedops
abf5c517d921cf1ec188119293b021491e891e66
[ "bzip2-1.0.6" ]
217
2015-01-02T12:27:14.000Z
2022-03-19T06:57:14.000Z
applications/bed/bedmap/src/Input.hpp
bedops/bedops
abf5c517d921cf1ec188119293b021491e891e66
[ "bzip2-1.0.6" ]
147
2015-01-29T01:15:19.000Z
2022-02-26T01:39:23.000Z
applications/bed/bedmap/src/Input.hpp
bedops/bedops
abf5c517d921cf1ec188119293b021491e891e66
[ "bzip2-1.0.6" ]
55
2015-01-29T16:08:57.000Z
2021-12-16T15:16:01.000Z
/* Author: Scott Kuehn, Shane Neph Date: Fri Oct 19 08:20:50 PDT 2007 */ // // BEDOPS // Copyright (C) 2011-2021 Shane Neph, Scott Kuehn and Alex Reynolds // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by ...
62.763573
201
0.552179
bedops
2311fb70363bcb5c9fae97119475008f307830cb
3,337
cpp
C++
OSX_Modern_OpenGL/Examples/Example2/example2.cpp
txaidw/Learning_OSX_OpenGL_and_iOS_OpenGL_ES
d845b1216a85965e431225fe3d71c90883a412d7
[ "WTFPL" ]
2
2017-08-14T09:12:49.000Z
2020-12-02T03:32:41.000Z
OSX_Modern_OpenGL/Examples/Example2/example2.cpp
txaidw/LearningOpenGLwithXcodeOnMac
d845b1216a85965e431225fe3d71c90883a412d7
[ "WTFPL" ]
null
null
null
OSX_Modern_OpenGL/Examples/Example2/example2.cpp
txaidw/LearningOpenGLwithXcodeOnMac
d845b1216a85965e431225fe3d71c90883a412d7
[ "WTFPL" ]
1
2021-08-17T02:17:18.000Z
2021-08-17T02:17:18.000Z
// Based on http://www.opengl-tutorial.org/beginners-tutorials/tutorial-2-the-first-triangle/ #define GLEW_STATIC #include <stdio.h> #include <stdlib.h> #include <cmath> // Open-source library 1: Access to the OpenGL 3.2 API functions /* Use glew.h instead of gl.h to get all the GL prototypes declared */ // ...
29.27193
113
0.662871
txaidw
231430f0844b37b36b10573c4fdb6b74da47273b
624
cpp
C++
EU4toV3Tests/EU4WorldTests/CountryManagerTests/EU4ActiveIdeasTests.cpp
ParadoxGameConverters/EU4toVic3
e055d5fbaadc21e37f4bce5b3a4f4c1e415598fa
[ "MIT" ]
5
2021-05-22T20:10:05.000Z
2021-05-28T08:07:05.000Z
EU4toV3Tests/EU4WorldTests/CountryManagerTests/EU4ActiveIdeasTests.cpp
klorpa/EU4toVic3
36b53a76402c715f618dd88f0caf962072bda8cf
[ "MIT" ]
13
2021-05-25T08:26:11.000Z
2022-01-13T18:24:12.000Z
EU4toV3Tests/EU4WorldTests/CountryManagerTests/EU4ActiveIdeasTests.cpp
Zemurin/EU4toVic3
532b9a11e0e452be54d89e12cff5fb1f84ac3d11
[ "MIT" ]
5
2021-05-22T13:45:43.000Z
2021-12-25T00:00:04.000Z
#include "CountryManager/EU4ActiveIdeas.h" #include "gtest/gtest.h" #include <gmock/gmock-matchers.h> using testing::UnorderedElementsAre; TEST(EU4World_EU4ActiveIdeasTests, primitivesDefaultToBlank) { std::stringstream input; const EU4::EU4ActiveIdeas ideas(input); EXPECT_TRUE(ideas.getActiveIdeas().empty()); } ...
26
77
0.75641
ParadoxGameConverters
2314e75b9ccc2be302ac5e57dd0beb92b03c6a2c
3,763
cpp
C++
NYP_Framework_Week08_SOLUTION/Base/Source/SkyBox/SkyBoxEntity.cpp
KianMarvi/Assignment
8133acec4dd65bc49316aec8deb3961035bdef27
[ "MIT" ]
null
null
null
NYP_Framework_Week08_SOLUTION/Base/Source/SkyBox/SkyBoxEntity.cpp
KianMarvi/Assignment
8133acec4dd65bc49316aec8deb3961035bdef27
[ "MIT" ]
8
2019-12-29T17:17:00.000Z
2020-02-07T08:08:01.000Z
NYP_Framework_Week08_SOLUTION/Base/Source/SkyBox/SkyBoxEntity.cpp
KianMarvi/Assignment
8133acec4dd65bc49316aec8deb3961035bdef27
[ "MIT" ]
null
null
null
#include "SkyBoxEntity.h" #include "MeshBuilder.h" #include "../EntityManager.h" #include "GraphicsManager.h" #include "RenderHelper.h" SkyBoxEntity::SkyBoxEntity(void) : size(1000.0f, 1000.0f, 1000.0f) , m_bBoundaryDefined(false) { } SkyBoxEntity::~SkyBoxEntity() { } void SkyBoxEntity::Update(double _dt) { // Do...
27.071942
89
0.701568
KianMarvi
231a04d00e8095c9da18b3b9165cd376cf0ded30
2,972
hpp
C++
include/vfs/file_view_interface.hpp
nathalie-raffray/vfs
3aebcc84c141cac79b2eb5a84dc74be396928e64
[ "MIT" ]
3
2017-08-03T14:28:03.000Z
2019-02-22T03:14:17.000Z
include/vfs/file_view_interface.hpp
nathalie-raffray/vfs
3aebcc84c141cac79b2eb5a84dc74be396928e64
[ "MIT" ]
null
null
null
include/vfs/file_view_interface.hpp
nathalie-raffray/vfs
3aebcc84c141cac79b2eb5a84dc74be396928e64
[ "MIT" ]
1
2021-05-31T15:28:46.000Z
2021-05-31T15:28:46.000Z
#pragma once #include "vfs/path.hpp" #include "vfs/file_flags.hpp" namespace vfs { //---------------------------------------------------------------------------------------------- template<typename _Impl> class file_view_interface : _Impl { public: //-----------------------------...
36.691358
100
0.284993
nathalie-raffray
231a1e95d5e51fd325e42f24cca69baca9228681
3,364
hpp
C++
android-31/android/telephony/euicc/EuiccManager.hpp
YJBeetle/QtAndroidAPI
1468b5dc6eafaf7709f0b00ba1a6ec2b70684266
[ "Apache-2.0" ]
12
2020-03-26T02:38:56.000Z
2022-03-14T08:17:26.000Z
android-31/android/telephony/euicc/EuiccManager.hpp
YJBeetle/QtAndroidAPI
1468b5dc6eafaf7709f0b00ba1a6ec2b70684266
[ "Apache-2.0" ]
1
2021-01-27T06:07:45.000Z
2021-11-13T19:19:43.000Z
android-31/android/telephony/euicc/EuiccManager.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" namespace android::app { class Activity; } namespace android::app { class PendingIntent; } namespace android::content { class Intent; } namespace android::telephony::euicc { class DownloadableSubscription; } namespace android::telephony::euicc { class EuiccInfo; } cla...
35.410526
153
0.791914
YJBeetle
231d9182b9f1771b0cd3cf53ce2636bd93867657
4,090
cpp
C++
CocosNet/CCInetAddress.cpp
LingJiJian/Tui-x
e00e79109db466143ed2b399a8991be4e5fea28f
[ "MIT" ]
67
2015-02-09T03:20:59.000Z
2022-01-17T05:53:07.000Z
CocosNet/CCInetAddress.cpp
fuhongxue/Tui-x
9b288540a36942dd7f3518dc3e12eb2112bd93b0
[ "MIT" ]
3
2015-04-14T01:47:27.000Z
2016-03-15T06:56:04.000Z
CocosNet/CCInetAddress.cpp
fuhongxue/Tui-x
9b288540a36942dd7f3518dc3e12eb2112bd93b0
[ "MIT" ]
34
2015-02-18T04:42:07.000Z
2019-08-15T05:34:46.000Z
/**************************************************************************** Copyright (c) 2014 Lijunlin - Jason lee Created by Lijunlin - Jason lee on 2014 jason.lee.c@foxmail.com http://www.cocos2d-x.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated ...
24.939024
78
0.717359
LingJiJian
231f02f6d4d1546f049dad611beaeb393815d12d
13,594
cc
C++
src/logic/server/mod_replace.cc
etolabo/kumofs
b0f7ce8263194dbfa92d10ae75849e676e77c067
[ "Apache-2.0" ]
38
2015-01-21T09:57:36.000Z
2021-12-13T11:05:19.000Z
src/logic/server/mod_replace.cc
etolabo/kumofs
b0f7ce8263194dbfa92d10ae75849e676e77c067
[ "Apache-2.0" ]
3
2015-12-15T12:43:13.000Z
2021-07-30T10:31:42.000Z
src/logic/server/mod_replace.cc
etolabo/kumofs
b0f7ce8263194dbfa92d10ae75849e676e77c067
[ "Apache-2.0" ]
2
2015-03-19T18:54:38.000Z
2019-03-19T13:37:29.000Z
// // kumofs // // Copyright (C) 2009 FURUHASHI Sadayuki // // 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 r...
25.456929
99
0.70715
etolabo
23213d1150f594761537fd98d01e289efb0bf3cb
10,345
cpp
C++
DcxUXModule.cpp
dlsocool/dcx
3d209d27cbd719f1d6c6d125b6f935ecaa79094c
[ "BSD-3-Clause" ]
null
null
null
DcxUXModule.cpp
dlsocool/dcx
3d209d27cbd719f1d6c6d125b6f935ecaa79094c
[ "BSD-3-Clause" ]
null
null
null
DcxUXModule.cpp
dlsocool/dcx
3d209d27cbd719f1d6c6d125b6f935ecaa79094c
[ "BSD-3-Clause" ]
null
null
null
#include "defines.h" #include "DcxUXModule.h" #include "Dcx.h" // Theme functions PFNSETTHEME DcxUXModule::SetWindowThemeUx = NULL; PFNISTHEMEACTIVE DcxUXModule::IsThemeActiveUx = NULL; PFNOPENTHEMEDATA DcxUXModule::OpenThemeDataUx = NULL; PFNCLOSETHEMEDATA DcxUXModule::CloseThemeDataUx = NULL; PFNDRAWTHEMEBA...
37.21223
173
0.771774
dlsocool
232193aaefdd08ba83f0825eab25d99e56dd3424
8,580
cpp
C++
operator/plugin/init.cpp
zjd1988/Tengine-Convert-Tools
694e2f3c93ed7fbbfae926c131d45f136406a8ab
[ "Apache-2.0" ]
2
2021-01-05T01:44:12.000Z
2022-01-30T19:04:16.000Z
operator/plugin/init.cpp
daquexian/Tengine-Convert-Tools
d7773522833346d6ffbe87791280fe7041a95129
[ "Apache-2.0" ]
null
null
null
operator/plugin/init.cpp
daquexian/Tengine-Convert-Tools
d7773522833346d6ffbe87791280fe7041a95129
[ "Apache-2.0" ]
null
null
null
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * License); you ma...
34.183267
63
0.728205
zjd1988
232218e5cb52fd28ea917b60c4289a221f3b5482
3,997
hpp
C++
3rdparty/stout/include/stout/os/windows/write.hpp
zagrev/mesos
eefec152dffc4977183089b46fbfe37dbd19e9d7
[ "Apache-2.0" ]
4,537
2015-01-01T03:26:40.000Z
2022-03-31T03:07:00.000Z
3rdparty/stout/include/stout/os/windows/write.hpp
zagrev/mesos
eefec152dffc4977183089b46fbfe37dbd19e9d7
[ "Apache-2.0" ]
227
2015-01-29T02:21:39.000Z
2022-03-29T13:35:50.000Z
3rdparty/stout/include/stout/os/windows/write.hpp
zagrev/mesos
eefec152dffc4977183089b46fbfe37dbd19e9d7
[ "Apache-2.0" ]
1,992
2015-01-05T12:29:19.000Z
2022-03-31T03:07:07.000Z
// Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed und...
29.389706
122
0.656993
zagrev
2323ec4a0447369ac1a650be31334df5eb14c9e9
3,447
ipp
C++
cppwamp/include/cppwamp/internal/rawsockoptions.ipp
katreniak/cppwamp
b37d3a9e83bca9594d6acd29a3fb7db39bda6cc9
[ "BSL-1.0" ]
39
2015-04-04T00:29:47.000Z
2021-06-27T11:25:38.000Z
cppwamp/include/cppwamp/internal/rawsockoptions.ipp
katreniak/cppwamp
b37d3a9e83bca9594d6acd29a3fb7db39bda6cc9
[ "BSL-1.0" ]
115
2015-04-04T01:59:32.000Z
2020-12-04T09:23:09.000Z
cppwamp/include/cppwamp/internal/rawsockoptions.ipp
katreniak/cppwamp
b37d3a9e83bca9594d6acd29a3fb7db39bda6cc9
[ "BSL-1.0" ]
8
2015-05-04T06:24:55.000Z
2020-11-11T12:38:46.000Z
/*------------------------------------------------------------------------------ Copyright Butterfly Energy Systems 2014-2015. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LI...
27.798387
80
0.64752
katreniak
2324151c13cdded137df6b4333f6a4d49c4f6b31
1,804
cpp
C++
Engine/source/platform/input/oculusVR/oculusVRSensorData.cpp
fr1tz/alux3d
249a3b51751ce3184d52879b481f83eabe89e7e3
[ "MIT" ]
null
null
null
Engine/source/platform/input/oculusVR/oculusVRSensorData.cpp
fr1tz/alux3d
249a3b51751ce3184d52879b481f83eabe89e7e3
[ "MIT" ]
null
null
null
Engine/source/platform/input/oculusVR/oculusVRSensorData.cpp
fr1tz/alux3d
249a3b51751ce3184d52879b481f83eabe89e7e3
[ "MIT" ]
1
2018-10-26T03:18:22.000Z
2018-10-26T03:18:22.000Z
// Copyright information can be found in the file named COPYING // located in the root directory of this distribution. #include "platform/input/oculusVR/oculusVRSensorData.h" #include "platform/input/oculusVR/oculusVRUtil.h" #include "console/console.h" OculusVRSensorData::OculusVRSensorData() { reset(); } void O...
23.128205
127
0.695676
fr1tz
23257562599efa6d8ada04bde5ea7acb384fcae8
1,122
cpp
C++
10_App/5.cpp
HCMUS-Eakan/DSA-Synthesis
2739e20bed0865d8f6f722b3da9c1d6df54774e0
[ "MIT" ]
null
null
null
10_App/5.cpp
HCMUS-Eakan/DSA-Synthesis
2739e20bed0865d8f6f722b3da9c1d6df54774e0
[ "MIT" ]
null
null
null
10_App/5.cpp
HCMUS-Eakan/DSA-Synthesis
2739e20bed0865d8f6f722b3da9c1d6df54774e0
[ "MIT" ]
1
2021-09-05T00:59:12.000Z
2021-09-05T00:59:12.000Z
// 5. // Problem: Put n people in a row in order from highest to lowest by the 2 people in front swap with the person behind if taller and repeat until the row is complete. Count the number of items needed to complete the order as required. // Solution: Implement bubble sort algorithm in order from smallest to largest ...
23.375
234
0.511586
HCMUS-Eakan
2327344ab6e5c9d3e6fdd5722c0cec3431e272a1
4,064
hpp
C++
src/ngraph/op/topk.hpp
tzerrell/ngraph
b02b0812745ca1cb5f73d426ae9e0ad729eb0bbd
[ "Apache-2.0" ]
null
null
null
src/ngraph/op/topk.hpp
tzerrell/ngraph
b02b0812745ca1cb5f73d426ae9e0ad729eb0bbd
[ "Apache-2.0" ]
null
null
null
src/ngraph/op/topk.hpp
tzerrell/ngraph
b02b0812745ca1cb5f73d426ae9e0ad729eb0bbd
[ "Apache-2.0" ]
null
null
null
//***************************************************************************** // Copyright 2017-2019 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://w...
41.050505
105
0.569636
tzerrell
2328ebb46dea319768cdcc5762ec36836729f5ca
5,248
cpp
C++
ianlmk/cs161b/assignment2/a02.cpp
ianlmk/cs161
7a50740d1642ca0111a6d0d076b600744552a066
[ "MIT" ]
null
null
null
ianlmk/cs161b/assignment2/a02.cpp
ianlmk/cs161
7a50740d1642ca0111a6d0d076b600744552a066
[ "MIT" ]
1
2022-03-25T18:34:47.000Z
2022-03-25T18:35:23.000Z
ianlmk/cs161b/assignment2/a02.cpp
ianlmk/cs161
7a50740d1642ca0111a6d0d076b600744552a066
[ "MIT" ]
null
null
null
/* ######################################################################################################## # Author: Ian LaMotte-Kerr # Assignment: Assignment 2 # Date: $(date -j -f "%a %b %d %T %Z %Y" "`date`" "+%s") # Description: This assignment calculates interest accrual over time...
31.42515
124
0.577363
ianlmk