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
5816ac5f04c4dae0066ee5aa724582191cca8758
1,809
cc
C++
cpp/src/array/maxNumberOfFamilies.cc
dacozai/algorithm-diary
8ed5e119e4450e92e63276047ef19bbf422c2770
[ "MIT" ]
1
2019-10-17T08:34:55.000Z
2019-10-17T08:34:55.000Z
cpp/src/array/maxNumberOfFamilies.cc
dacozai/algorithm-diary
8ed5e119e4450e92e63276047ef19bbf422c2770
[ "MIT" ]
1
2020-05-24T08:32:13.000Z
2020-05-24T08:32:13.000Z
cpp/src/array/maxNumberOfFamilies.cc
dacozai/algorithm-diary
8ed5e119e4450e92e63276047ef19bbf422c2770
[ "MIT" ]
null
null
null
#include "test.h" #include <unordered_map> /** Question no 1386 medium Cinema Seat Allocation * Author : Li-Han, Chen; 陳立瀚 * Date : 22th, March, 2020 * Source : https://leetcode.com/problems/cinema-seat-allocation/ * * A cinema has n rows of seats, numbered from 1 to n and there are ten seats in each row, labe...
34.788462
142
0.625207
dacozai
581bf2d3dbdd0b787a8b7c261d45686e1a88caf5
21,350
cpp
C++
Source/Physics/Joint.cpp
JesseMader/PlasmaEngine
ffda8f76b96e83181cfc1f9ec102c4ad0d7fd131
[ "MIT" ]
null
null
null
Source/Physics/Joint.cpp
JesseMader/PlasmaEngine
ffda8f76b96e83181cfc1f9ec102c4ad0d7fd131
[ "MIT" ]
null
null
null
Source/Physics/Joint.cpp
JesseMader/PlasmaEngine
ffda8f76b96e83181cfc1f9ec102c4ad0d7fd131
[ "MIT" ]
null
null
null
// MIT Licensed (see LICENSE.md). #include "Precompiled.hpp" namespace Plasma { namespace Tags { DefineTag(Joint); } LightningDefineType(Joint, builder, type) { PlasmaBindDocumented(); PlasmaBindDependency(Cog); PlasmaBindDependency(ObjectLink); PlasmaBindSetup(SetupMode::DefaultSerialization); Lightning...
28.851351
109
0.72993
JesseMader
5820b09759dbd9498493383a041dd42f8a975514
3,055
cpp
C++
modules/boost/simd/base/unit/bitwise/scalar/ctz.cpp
psiha/nt2
5e829807f6b57b339ca1be918a6b60a2507c54d0
[ "BSL-1.0" ]
34
2017-05-19T18:10:17.000Z
2022-01-04T02:18:13.000Z
modules/boost/simd/base/unit/bitwise/scalar/ctz.cpp
psiha/nt2
5e829807f6b57b339ca1be918a6b60a2507c54d0
[ "BSL-1.0" ]
null
null
null
modules/boost/simd/base/unit/bitwise/scalar/ctz.cpp
psiha/nt2
5e829807f6b57b339ca1be918a6b60a2507c54d0
[ "BSL-1.0" ]
7
2017-12-02T12:59:17.000Z
2021-07-31T12:46:14.000Z
//============================================================================== // Copyright 2003 - 2012 LASMEA UMR 6602 CNRS/Univ. Clermont II // Copyright 2009 - 2012 LRI UMR 8623 CNRS/Univ Paris Sud XI // // Distributed under the Boost Software License, Version 1.0. // ...
36.807229
85
0.654664
psiha
5821bce6720bed5b84b46e6e158b791fd13d21c7
1,243
cpp
C++
uva/c/10454a.cpp
dk00/old-stuff
e1184684c85fe9bbd1ceba58b94d4da84c67784e
[ "Unlicense" ]
null
null
null
uva/c/10454a.cpp
dk00/old-stuff
e1184684c85fe9bbd1ceba58b94d4da84c67784e
[ "Unlicense" ]
null
null
null
uva/c/10454a.cpp
dk00/old-stuff
e1184684c85fe9bbd1ceba58b94d4da84c67784e
[ "Unlicense" ]
null
null
null
#include<cstdio> int dp[100][100]; int calc(char *,bool); main() { char s[200]; while(scanf("%s",s)!=EOF) printf("%d\n",calc(s,0)); } int calc(char *s,bool star) { int i,j,k,n,num[100]; for(i=n=0;s[i];i++) { if(s[i]=='+' || s[i]=='*')continue; if(s[i]=='(') for(j=...
21.807018
51
0.295253
dk00
582597bde0f8de7e5184d4ae2a3c7b34dd9aa68d
1,472
cpp
C++
inference-engine/tests/functional/plugin/shared/src/low_precision_transformations/fuse_subtract_to_fake_quantize_transformation.cpp
oxygenxo/openvino
a984e7e81bcf4a18138b57632914b5a88815282d
[ "Apache-2.0" ]
null
null
null
inference-engine/tests/functional/plugin/shared/src/low_precision_transformations/fuse_subtract_to_fake_quantize_transformation.cpp
oxygenxo/openvino
a984e7e81bcf4a18138b57632914b5a88815282d
[ "Apache-2.0" ]
29
2020-12-08T07:33:34.000Z
2022-02-21T13:03:37.000Z
inference-engine/tests/functional/plugin/shared/src/low_precision_transformations/fuse_subtract_to_fake_quantize_transformation.cpp
oxygenxo/openvino
a984e7e81bcf4a18138b57632914b5a88815282d
[ "Apache-2.0" ]
null
null
null
// Copyright (C) 2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "low_precision_transformations/fuse_subtract_to_fake_quantize_transformation.hpp" #include <tuple> #include <sstream> #include <string> #include <vector> #include <transformations/init_node_info.hpp> #include "lpt_ngraph_funct...
32
147
0.777853
oxygenxo
582647cc35bcc66768b5d2a8e9a6c8bd180f1cd2
84
cc
C++
transport/MessageUtils.cc
ybatrakov/ybtrep
f5142b3f4611957537971f8e105ebb9fc911c726
[ "Apache-2.0" ]
null
null
null
transport/MessageUtils.cc
ybatrakov/ybtrep
f5142b3f4611957537971f8e105ebb9fc911c726
[ "Apache-2.0" ]
null
null
null
transport/MessageUtils.cc
ybatrakov/ybtrep
f5142b3f4611957537971f8e105ebb9fc911c726
[ "Apache-2.0" ]
null
null
null
#include "MessageUtils.h" mamaPayloadBridge MessageUtils::payloadBridge = nullptr;
21
56
0.821429
ybatrakov
5826f170c217ac14e36399a80add561303d113bd
3,407
cpp
C++
sources/sfzformat_db.cpp
sfztools/sfzfoo
8344c7fd94a4a8b681014aa66cdd0f02d79b8731
[ "BSD-2-Clause" ]
3
2019-12-31T10:53:03.000Z
2021-12-16T22:31:42.000Z
sources/sfzformat_db.cpp
sfztools/sfzfoo
8344c7fd94a4a8b681014aa66cdd0f02d79b8731
[ "BSD-2-Clause" ]
1
2020-01-04T01:11:24.000Z
2020-01-04T08:40:50.000Z
sources/sfzformat_db.cpp
sfztools/sfz-opcode-checker
8344c7fd94a4a8b681014aa66cdd0f02d79b8731
[ "BSD-2-Clause" ]
null
null
null
#include "sfzformat_db.h" #include <yaml-cpp/yaml.h> #include <algorithm> #include <iostream> #include <fstream> SfzDb *SfzDb::loadYAML(const ghc::filesystem::path &path) { SfzDb db; db._opcodes.reserve(1024); YAML::Node doc; try { doc = YAML::LoadFile(path); } catch (std::exception &...
25.051471
112
0.563546
sfztools
582749ce944c06ce9ebd21dae64aee0c8b4b40eb
2,804
cpp
C++
src/tzeentch/Vortemis.cpp
rweyrauch/AoSSimulator
d2bfbbe0fab904cc543f1a01e62e0b82cf67c27b
[ "MIT" ]
5
2019-02-01T01:41:19.000Z
2021-06-17T02:16:13.000Z
src/tzeentch/Vortemis.cpp
rweyrauch/AoSSimulator
d2bfbbe0fab904cc543f1a01e62e0b82cf67c27b
[ "MIT" ]
2
2020-01-14T16:57:42.000Z
2021-04-01T00:53:18.000Z
src/tzeentch/Vortemis.cpp
rweyrauch/AoSSimulator
d2bfbbe0fab904cc543f1a01e62e0b82cf67c27b
[ "MIT" ]
1
2019-03-02T20:03:51.000Z
2019-03-02T20:03:51.000Z
/* * Warhammer Age of Sigmar battle simulator. * * Copyright (C) 2020 by Rick Weyrauch - rpweyrauch@gmail.com * * This code is licensed under the MIT license (MIT) (http://opensource.org/licenses/MIT) */ #include <UnitFactory.h> #include <spells/MysticShield.h> #include "tzeentch/Vortemis.h" #include "TzeentchPr...
37.891892
135
0.631598
rweyrauch
5827ef3dd8751b2c7cd0a0786c1fec0439b4eabe
3,172
cpp
C++
Source/Core/FontFace.cpp
Unvanquished/libRocket
ba129bb701e6777ac763f279fd8f8cbd8339e38d
[ "Unlicense", "MIT" ]
null
null
null
Source/Core/FontFace.cpp
Unvanquished/libRocket
ba129bb701e6777ac763f279fd8f8cbd8339e38d
[ "Unlicense", "MIT" ]
5
2016-07-13T00:50:00.000Z
2020-02-08T03:49:05.000Z
Source/Core/FontFace.cpp
Unvanquished/libRocket
ba129bb701e6777ac763f279fd8f8cbd8339e38d
[ "Unlicense", "MIT" ]
4
2015-10-24T11:59:32.000Z
2021-12-05T19:15:25.000Z
/* * This source file is part of libRocket, the HTML/CSS Interface Middleware * * For the latest information, see http://www.librocket.com * * Copyright (c) 2008-2010 CodePoint Ltd, Shift Technology Ltd * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and assoc...
26.214876
113
0.729823
Unvanquished
5829320a442c8eb1dbd064ffecc8acfbdb6fe942
3,300
cpp
C++
src/game/client/c_colorcorrectionvolume.cpp
cstom4994/SourceEngineRebuild
edfd7f8ce8af13e9d23586318350319a2e193c08
[ "MIT" ]
6
2022-01-23T09:40:33.000Z
2022-03-20T20:53:25.000Z
src/game/client/c_colorcorrectionvolume.cpp
cstom4994/SourceEngineRebuild
edfd7f8ce8af13e9d23586318350319a2e193c08
[ "MIT" ]
null
null
null
src/game/client/c_colorcorrectionvolume.cpp
cstom4994/SourceEngineRebuild
edfd7f8ce8af13e9d23586318350319a2e193c08
[ "MIT" ]
1
2022-02-06T21:05:23.000Z
2022-02-06T21:05:23.000Z
//========= Copyright Valve Corporation, All rights reserved. ============// // // Purpose: Color correction entity. // // $NoKeywords: $ //===========================================================================// #include "cbase.h" #include "filesystem.h" #include "cdll_client_int.h" #include "materialsystem/Mat...
28.947368
115
0.531212
cstom4994
582d76a97d660cd80c90c2781b8d143006860485
1,667
cpp
C++
src/Platform/android/Application_Android.cpp
AmazingCow/MonsterFramework
e2cc94012ff3074c20aec2e095ea4242f91aa99e
[ "BSD-3-Clause" ]
null
null
null
src/Platform/android/Application_Android.cpp
AmazingCow/MonsterFramework
e2cc94012ff3074c20aec2e095ea4242f91aa99e
[ "BSD-3-Clause" ]
2
2016-09-27T00:13:22.000Z
2016-09-27T00:21:30.000Z
src/Platform/android/Application_Android.cpp
AmazingCow-Game-Framework/MonsterFramework
e2cc94012ff3074c20aec2e095ea4242f91aa99e
[ "BSD-3-Clause" ]
null
null
null
#include "MonsterFramework/include/Platform/Application.h" //Prevent the file to be compiled in NON Android builds. #if( CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID ) //Jni #include "platform/android/jni/JniHelper.h" //Usings USING_NS_MF; USING_NS_CC; /////////////////////////////////////////////////////////////////...
34.729167
86
0.513497
AmazingCow
583172a2b7d53d2cf52f28108b0434e11a3251ef
13,487
cpp
C++
src/esp/bindings/PhysicsBindings.cpp
narekvslife/habitat-sim
69ae4848503d5dcc74d6b5920957c1a641ef0a9b
[ "MIT" ]
1,457
2019-02-21T21:42:41.000Z
2022-03-29T13:34:28.000Z
src/esp/bindings/PhysicsBindings.cpp
narekvslife/habitat-sim
69ae4848503d5dcc74d6b5920957c1a641ef0a9b
[ "MIT" ]
1,131
2019-02-27T16:14:06.000Z
2022-03-31T15:41:24.000Z
src/esp/bindings/PhysicsBindings.cpp
narekvslife/habitat-sim
69ae4848503d5dcc74d6b5920957c1a641ef0a9b
[ "MIT" ]
316
2019-02-26T22:45:38.000Z
2022-03-26T04:55:32.000Z
#include "esp/bindings/Bindings.h" #include "esp/physics/PhysicsManager.h" #include "python/corrade/EnumOperators.h" namespace py = pybind11; using py::literals::operator""_a; namespace esp { namespace physics { void initPhysicsBindings(py::module& m) { // ==== enum object PhysicsSimulationLibrary ==== py::enum...
52.683594
191
0.656039
narekvslife
58371ad0697cfe1674f8351eb3ccc3c2bad63277
101
cpp
C++
ACC/acc4p4.cpp
crackersamdjam/DMOJ-Solutions
97992566595e2c7bf41b5da9217d8ef61bdd1d71
[ "MIT" ]
null
null
null
ACC/acc4p4.cpp
crackersamdjam/DMOJ-Solutions
97992566595e2c7bf41b5da9217d8ef61bdd1d71
[ "MIT" ]
null
null
null
ACC/acc4p4.cpp
crackersamdjam/DMOJ-Solutions
97992566595e2c7bf41b5da9217d8ef61bdd1d71
[ "MIT" ]
null
null
null
#include <bits/stdc++.h> using namespace std; string f(int N){ return to_string(1LL*N*N); }
16.833333
31
0.633663
crackersamdjam
5839d0685d548e610c341210d01ab8ac68098520
1,151
hpp
C++
src/include/guinsoodb/storage/table/validity_segment.hpp
GuinsooLab/guinsoodb
f200538868738ae460f62fb89211deec946cefff
[ "MIT" ]
1
2021-04-22T05:41:54.000Z
2021-04-22T05:41:54.000Z
src/include/guinsoodb/storage/table/validity_segment.hpp
GuinsooLab/guinsoodb
f200538868738ae460f62fb89211deec946cefff
[ "MIT" ]
null
null
null
src/include/guinsoodb/storage/table/validity_segment.hpp
GuinsooLab/guinsoodb
f200538868738ae460f62fb89211deec946cefff
[ "MIT" ]
1
2021-12-12T10:24:57.000Z
2021-12-12T10:24:57.000Z
//===----------------------------------------------------------------------===// // GuinsooDB // // guinsoodb/storage/table/validity_segment.hpp // // //===----------------------------------------------------------------------===// #pragma once #include "guinsoodb/storage/block.hpp" #include "...
30.289474
97
0.67159
GuinsooLab
5839ec209599834366af029d48f37d03c2d2a6eb
3,212
cpp
C++
lammps-master/src/compute_pe.cpp
rajkubp020/helloword
4bd22691de24b30a0f5b73821c35a7ac0666b034
[ "MIT" ]
null
null
null
lammps-master/src/compute_pe.cpp
rajkubp020/helloword
4bd22691de24b30a0f5b73821c35a7ac0666b034
[ "MIT" ]
null
null
null
lammps-master/src/compute_pe.cpp
rajkubp020/helloword
4bd22691de24b30a0f5b73821c35a7ac0666b034
[ "MIT" ]
null
null
null
/* ---------------------------------------------------------------------- LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator http://lammps.sandia.gov, Sandia National Laboratories Steve Plimpton, sjplimp@sandia.gov Copyright (2003) Sandia Corporation. Under the terms of Contract DE-AC04...
31.490196
76
0.593088
rajkubp020
5840549749c3d9aea07b804e126b96fb8deb324a
2,851
cpp
C++
applications/ContactStructuralMechanicsApplication/tests/cpp_tests/test_processes.cpp
ma6yu/Kratos
02380412f8a833a2cdda6791e1c7f9c32e088530
[ "BSD-4-Clause" ]
2
2019-10-25T09:28:10.000Z
2019-11-21T12:51:46.000Z
applications/ContactStructuralMechanicsApplication/tests/cpp_tests/test_processes.cpp
ma6yu/Kratos
02380412f8a833a2cdda6791e1c7f9c32e088530
[ "BSD-4-Clause" ]
13
2019-10-07T12:06:51.000Z
2020-02-18T08:48:33.000Z
applications/ContactStructuralMechanicsApplication/tests/cpp_tests/test_processes.cpp
ma6yu/Kratos
02380412f8a833a2cdda6791e1c7f9c32e088530
[ "BSD-4-Clause" ]
1
2020-06-12T08:51:24.000Z
2020-06-12T08:51:24.000Z
// KRATOS ___| | | | // \___ \ __| __| | | __| __| | | __| _` | | // | | | | | ( | | | | ( | | // _____/ \__|_| \__,_|\___|\__|\__,_|_| \__,_|_| MECHANICS // // License: BSD License // license: StructuralMechanicsApplication/license.txt // // Main aut...
39.054795
103
0.585759
ma6yu
58413fa8896e29eb1ca31e5dfdc513105e8947fa
22,166
cpp
C++
drm/DrmSetDisplayPageFlipHandler.cpp
intel/hwc-
3617c208959bd7c865021dd0d0bc69a94c804f99
[ "Apache-2.0" ]
null
null
null
drm/DrmSetDisplayPageFlipHandler.cpp
intel/hwc-
3617c208959bd7c865021dd0d0bc69a94c804f99
[ "Apache-2.0" ]
null
null
null
drm/DrmSetDisplayPageFlipHandler.cpp
intel/hwc-
3617c208959bd7c865021dd0d0bc69a94c804f99
[ "Apache-2.0" ]
null
null
null
/* // Copyright (c) 2017 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://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or...
37.955479
130
0.572995
intel
5843439eade84033f422e6f86c98ec44d44fd90a
4,781
cpp
C++
src/shapes/sphere.cpp
guerarda/rt1w
2fa13326e0a745214fb1a9fdc49a345c1407b6f3
[ "MIT" ]
null
null
null
src/shapes/sphere.cpp
guerarda/rt1w
2fa13326e0a745214fb1a9fdc49a345c1407b6f3
[ "MIT" ]
null
null
null
src/shapes/sphere.cpp
guerarda/rt1w
2fa13326e0a745214fb1a9fdc49a345c1407b6f3
[ "MIT" ]
null
null
null
#include "shapes/sphere.hpp" #include "rt1w/efloat.hpp" #include "rt1w/error.h" #include "rt1w/interaction.hpp" #include "rt1w/params.hpp" #include "rt1w/ray.hpp" #include "rt1w/sampling.hpp" #include "rt1w/transform.hpp" #include "rt1w/utils.hpp" #include "rt1w/value.hpp" static inline bool SphereQuadratic(const Ray...
28.289941
82
0.568919
guerarda
5844f58f7f9da3d7690c64d5e7f42f06d081b46e
4,647
cpp
C++
src/annlib/training_buffer.cpp
mirkoruether/ann-cpp
7b7aae3f59b0ab82b4a83c4705f7025077b8bfd5
[ "MIT" ]
null
null
null
src/annlib/training_buffer.cpp
mirkoruether/ann-cpp
7b7aae3f59b0ab82b4a83c4705f7025077b8bfd5
[ "MIT" ]
null
null
null
src/annlib/training_buffer.cpp
mirkoruether/ann-cpp
7b7aae3f59b0ab82b4a83c4705f7025077b8bfd5
[ "MIT" ]
null
null
null
#include "training_buffer.h" #include "mat_arr_math.h" using namespace annlib; training_buffer::training_buffer(training_buffer* buf, unsigned start, unsigned count) : mini_batch_size(count) { for (auto& act : buf->activations) { activations.emplace_back(act.get_mats(start, count)); } for (auto& err : buf->er...
22.558252
105
0.711427
mirkoruether
5848d8168c31b51e78b0c8ea0422f46dc16cd2a8
265
cc
C++
aria/examples/bar.cc
gunhoon2/aria
5bb0ac5c14c88c14b3078ee4af800aa8ec1aaadf
[ "MIT" ]
null
null
null
aria/examples/bar.cc
gunhoon2/aria
5bb0ac5c14c88c14b3078ee4af800aa8ec1aaadf
[ "MIT" ]
null
null
null
aria/examples/bar.cc
gunhoon2/aria
5bb0ac5c14c88c14b3078ee4af800aa8ec1aaadf
[ "MIT" ]
null
null
null
// Copyright (c) 2017, Gunhoon Lee (gunhoon@gmail.com) #include "aria/examples/bar.h" #include <iostream> namespace aria { Bar::Bar() { std::cout << "Bar ctor.." << std::endl; } Bar::~Bar() { std::cout << "Bar dtor.." << std::endl; } } // namespace aria
14.722222
54
0.592453
gunhoon2
584abe4a2122eb6e93668529e399634992c7214e
1,245
hpp
C++
include/cppurses/widget/widgets/checkbox.hpp
jktjkt/CPPurses
652d702258db8fab55ae945f7bb38e0b7c29521b
[ "MIT" ]
null
null
null
include/cppurses/widget/widgets/checkbox.hpp
jktjkt/CPPurses
652d702258db8fab55ae945f7bb38e0b7c29521b
[ "MIT" ]
null
null
null
include/cppurses/widget/widgets/checkbox.hpp
jktjkt/CPPurses
652d702258db8fab55ae945f7bb38e0b7c29521b
[ "MIT" ]
null
null
null
#ifndef CPPURSES_WIDGET_WIDGETS_CHECKBOX_HPP #define CPPURSES_WIDGET_WIDGETS_CHECKBOX_HPP #include <cstddef> #include <cstdint> #include <signals/signals.hpp> #include <cppurses/painter/glyph.hpp> #include <cppurses/painter/glyph_string.hpp> #include <cppurses/system/mouse_data.hpp> #include <cppurses/widget/widget.h...
23.490566
64
0.713253
jktjkt
584e170ebe14efc0400153eaa30cdc1b49e1a7d8
2,666
cpp
C++
cpp/tests/openpaltests/src/ManagedPointerTestSuite.cpp
SensusDA/opendnp3
c9aab97279fa7461155fd583d3955853b3ad99a0
[ "Apache-2.0" ]
null
null
null
cpp/tests/openpaltests/src/ManagedPointerTestSuite.cpp
SensusDA/opendnp3
c9aab97279fa7461155fd583d3955853b3ad99a0
[ "Apache-2.0" ]
null
null
null
cpp/tests/openpaltests/src/ManagedPointerTestSuite.cpp
SensusDA/opendnp3
c9aab97279fa7461155fd583d3955853b3ad99a0
[ "Apache-2.0" ]
null
null
null
/** * Licensed to Green Energy Corp (www.greenenergycorp.com) under one or * more contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright ownership. * Green Energy Corp licenses this file to you under the Apache License, * Version 2.0 (the "Li...
26.137255
80
0.723556
SensusDA
584f96c0ba024b5ad58956d1a91f0191a6e1b2c8
3,004
hpp
C++
include/continuable/detail/traversal/container-category.hpp
sTabishAzam/continuable
809f82673ad3458fe12b11fa6dee46d3cbcaf749
[ "MIT" ]
745
2017-02-27T22:17:27.000Z
2022-03-21T20:15:14.000Z
include/continuable/detail/traversal/container-category.hpp
sTabishAzam/continuable
809f82673ad3458fe12b11fa6dee46d3cbcaf749
[ "MIT" ]
45
2018-02-14T22:32:13.000Z
2022-02-09T14:56:09.000Z
include/continuable/detail/traversal/container-category.hpp
sTabishAzam/continuable
809f82673ad3458fe12b11fa6dee46d3cbcaf749
[ "MIT" ]
47
2017-03-07T17:24:13.000Z
2022-02-03T07:06:21.000Z
/* /~` _ _ _|_. _ _ |_ | _ \_,(_)| | | || ||_|(_||_)|(/_ https://github.com/Naios/continuable v4.1.0 Copyright(c) 2015 - 2020 Denis Blank <denis.blank at outlook dot com> Permission is hereby granted, fr...
39.012987
79
0.713049
sTabishAzam
585a8db0da616575e381bdefb6bb7a4707690ade
1,502
cpp
C++
hw4/src/medium.cpp
jrabasco/acg2015
419fd0fdf5293dda95ea0231cf6c6f4af5331120
[ "MIT" ]
null
null
null
hw4/src/medium.cpp
jrabasco/acg2015
419fd0fdf5293dda95ea0231cf6c6f4af5331120
[ "MIT" ]
null
null
null
hw4/src/medium.cpp
jrabasco/acg2015
419fd0fdf5293dda95ea0231cf6c6f4af5331120
[ "MIT" ]
null
null
null
/* This file is part of Nori, a simple educational ray tracer Copyright (c) 2012 by Wenzel Jakob and Steve Marschner. Nori is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 3 as published by the Free Software Foundation. Nori ...
28.884615
88
0.731691
jrabasco
585aec9599f2b44a9fc6e914ba7a38d72528d475
10,982
cpp
C++
examples/src/jsonpointer_examples.cpp
bergmansj/jsoncons
11db194bd3f0e3e89f29b3447e28d131db242501
[ "BSL-1.0" ]
null
null
null
examples/src/jsonpointer_examples.cpp
bergmansj/jsoncons
11db194bd3f0e3e89f29b3447e28d131db242501
[ "BSL-1.0" ]
null
null
null
examples/src/jsonpointer_examples.cpp
bergmansj/jsoncons
11db194bd3f0e3e89f29b3447e28d131db242501
[ "BSL-1.0" ]
null
null
null
// Copyright 2017 Daniel Parker // Distributed under Boost license #include <jsoncons/json.hpp> #include <jsoncons_ext/jsonpointer/jsonpointer.hpp> namespace jp = jsoncons::jsonpointer; void jsonpointer_select_RFC6901() { // Example from RFC 6901 auto j = jsoncons::json::parse(R"( { "foo": [...
23.12
93
0.490985
bergmansj
585b9624374e86b71ee3eecae40bcac3b41045de
798
hpp
C++
src/system/mainloop.hpp
ranjak/opengl-tutorial
fff192b9966c9e14d77b4becb9c205ea21a02069
[ "MIT" ]
2
2018-08-24T00:09:03.000Z
2019-08-25T23:03:11.000Z
src/system/mainloop.hpp
ranjak/opengl-tutorial
fff192b9966c9e14d77b4becb9c205ea21a02069
[ "MIT" ]
null
null
null
src/system/mainloop.hpp
ranjak/opengl-tutorial
fff192b9966c9e14d77b4becb9c205ea21a02069
[ "MIT" ]
3
2016-12-02T17:22:14.000Z
2018-05-08T11:34:56.000Z
#ifndef MAINLOOP_HPP #define MAINLOOP_HPP #include "window.hpp" #include "system.hpp" #include "tutorial.hpp" #include <string> #include <memory> class MainLoop { public: static const ogl::time TIMESTEP; static void requestExit(); MainLoop(); MainLoop(const MainLoop &) = delete; MainLoop& operator=(const...
16.978723
85
0.716792
ranjak
5862afb7b1e1ceb3205573978b688bf3ba0fdcf3
110,605
cpp
C++
mysql_install/inc/mysql-connector-c++-1.1.4/driver/mysql_util.cpp
vkardon/dbstream
1e5eb9354a1fb05466a178d2275aecab4b7f8bdd
[ "MIT" ]
null
null
null
mysql_install/inc/mysql-connector-c++-1.1.4/driver/mysql_util.cpp
vkardon/dbstream
1e5eb9354a1fb05466a178d2275aecab4b7f8bdd
[ "MIT" ]
null
null
null
mysql_install/inc/mysql-connector-c++-1.1.4/driver/mysql_util.cpp
vkardon/dbstream
1e5eb9354a1fb05466a178d2275aecab4b7f8bdd
[ "MIT" ]
null
null
null
/* Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved. The MySQL Connector/C++ is licensed under the terms of the GPLv2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most MySQL Connectors. There are special exceptions to the terms and conditions of the GPLv2 as it is applied to...
45.591509
109
0.71174
vkardon
58637e2a66280026e181478605dca564d3859560
12,121
cpp
C++
src_lib/internal_glyph_for_gen.cpp
ShoYamanishi/SDFont
07dfa7c08ed9074ea87f98d2a3cc882405b09f1b
[ "MIT" ]
15
2019-08-30T15:47:28.000Z
2022-03-18T23:06:37.000Z
src_lib/internal_glyph_for_gen.cpp
0x4D3342/SDFont
07dfa7c08ed9074ea87f98d2a3cc882405b09f1b
[ "MIT" ]
null
null
null
src_lib/internal_glyph_for_gen.cpp
0x4D3342/SDFont
07dfa7c08ed9074ea87f98d2a3cc882405b09f1b
[ "MIT" ]
6
2019-03-31T17:15:45.000Z
2022-01-12T14:58:48.000Z
#include <iostream> #include <fstream> #include <sstream> #include <math.h> #include "generator_config.hpp" #include "internal_glyph_for_gen.hpp" using namespace std; namespace SDFont { const long InternalGlyphForGen::FREE_TYPE_FIXED_POINT_SCALING = 64 ; InternalGlyphForGen::InternalGlyphForGen ( GeneratorCo...
25.57173
78
0.521822
ShoYamanishi
5865579641bcaa78604060f2531c001750bf1e03
4,298
cpp
C++
src/frameworks/native/services/surfaceflinger/tests/unittests/SchedulerUtilsTest.cpp
dAck2cC2/m3e
475b89b59d5022a94e00b636438b25e27e4eaab2
[ "Apache-2.0" ]
null
null
null
src/frameworks/native/services/surfaceflinger/tests/unittests/SchedulerUtilsTest.cpp
dAck2cC2/m3e
475b89b59d5022a94e00b636438b25e27e4eaab2
[ "Apache-2.0" ]
null
null
null
src/frameworks/native/services/surfaceflinger/tests/unittests/SchedulerUtilsTest.cpp
dAck2cC2/m3e
475b89b59d5022a94e00b636438b25e27e4eaab2
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2018 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
32.80916
75
0.713355
dAck2cC2
586594881f6a520469097d6f8f3485a28c805e1f
2,215
cpp
C++
test/lib/core/proxy.test.cpp
tmehnert/complate-cpp
8780cff967e25279584d0e1619666783f7ff6b40
[ "Apache-2.0" ]
5
2021-12-18T09:12:51.000Z
2022-01-28T17:43:13.000Z
test/lib/core/proxy.test.cpp
tmehnert/complate-cpp
8780cff967e25279584d0e1619666783f7ff6b40
[ "Apache-2.0" ]
10
2021-10-18T05:45:18.000Z
2021-12-12T11:09:20.000Z
test/lib/core/proxy.test.cpp
tmehnert/complate-cpp
8780cff967e25279584d0e1619666783f7ff6b40
[ "Apache-2.0" ]
null
null
null
/** * Copyright 2021 Torsten Mehnert * * 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 ...
31.197183
76
0.688488
tmehnert
586619c126017122df89c63316c233ea8027efa4
26,060
hpp
C++
Motorola/MCore IDA IDP/5.0/IDA/Inc/area.hpp
erithion/old_junk
b2dcaa23320824f8b2c17571f27826869ccd0d4b
[ "MIT" ]
1
2021-06-26T17:08:24.000Z
2021-06-26T17:08:24.000Z
Motorola/MCore IDA IDP/5.0/IDA/Inc/area.hpp
erithion/old_junk
b2dcaa23320824f8b2c17571f27826869ccd0d4b
[ "MIT" ]
null
null
null
Motorola/MCore IDA IDP/5.0/IDA/Inc/area.hpp
erithion/old_junk
b2dcaa23320824f8b2c17571f27826869ccd0d4b
[ "MIT" ]
null
null
null
/* * Interactive disassembler (IDA). * Copyright (c) 1990-97 by Ilfak Guilfanov. * ALL RIGHTS RESERVED. * E-mail: ig@estar.msk.su * FIDO: 2:5020/209 * */ #ifndef _AREA_HPP #define _AREA_HPP // // This file contains definiti...
43.0033
271
0.622064
erithion
586acdfa15cc8bb76ff4f248d02531c5f6c81d17
3,272
cxx
C++
src/Cxx/Modelling/ExtractLargestIsosurface.cxx
ajpmaclean/vtk-examples
1a55fc8c6af67a3c07791807c7d1ec0ab97607a2
[ "Apache-2.0" ]
81
2020-08-10T01:44:30.000Z
2022-03-23T06:46:36.000Z
src/Cxx/Modelling/ExtractLargestIsosurface.cxx
ajpmaclean/vtk-examples
1a55fc8c6af67a3c07791807c7d1ec0ab97607a2
[ "Apache-2.0" ]
2
2020-09-12T17:33:52.000Z
2021-04-15T17:33:09.000Z
src/Cxx/Modelling/ExtractLargestIsosurface.cxx
ajpmaclean/vtk-examples
1a55fc8c6af67a3c07791807c7d1ec0ab97607a2
[ "Apache-2.0" ]
27
2020-08-17T07:09:30.000Z
2022-02-15T03:44:58.000Z
#include <vtkActor.h> #include <vtkCamera.h> #include <vtkMarchingCubes.h> #include <vtkNamedColors.h> #include <vtkNew.h> #include <vtkPolyDataConnectivityFilter.h> #include <vtkPolyDataMapper.h> #include <vtkProperty.h> #include <vtkRenderWindow.h> #include <vtkRenderWindowInteractor.h> #include <vtkRenderer.h> #incl...
27.965812
80
0.716993
ajpmaclean
586bb863a9de73e152602383fa33a2ad3c592a0f
1,173
hpp
C++
Workspace/src/MediaManager.hpp
Llemmert/UntitledCatGame
4618cef62d329a90a7387a63cdf87b5b9762097b
[ "MIT" ]
null
null
null
Workspace/src/MediaManager.hpp
Llemmert/UntitledCatGame
4618cef62d329a90a7387a63cdf87b5b9762097b
[ "MIT" ]
null
null
null
Workspace/src/MediaManager.hpp
Llemmert/UntitledCatGame
4618cef62d329a90a7387a63cdf87b5b9762097b
[ "MIT" ]
null
null
null
#pragma once using namespace std; class MediaManager { map<string, SDL_Texture *> images; SDL_Renderer *ren; map<string, Mix_Chunk *> samples; public: MediaManager(SDL_Renderer *newRen) { ren = newRen; } Mix_Chunk *readWav(string filename) { if (samples.find(filename) == samples.end()) { Mix_Chunk *...
22.132075
72
0.666667
Llemmert
586c115efe2b49be30c652d67d7bc4694d5a98bb
478
cpp
C++
source/core/common/PropSharedLockSet.cpp
izenecloud/sf1r-lite
8de9aa83c38c9cd05a80b216579552e89609f136
[ "Apache-2.0" ]
77
2015-02-12T20:59:20.000Z
2022-03-05T18:40:49.000Z
source/core/common/PropSharedLockSet.cpp
fytzzh/sf1r-lite
8de9aa83c38c9cd05a80b216579552e89609f136
[ "Apache-2.0" ]
1
2017-04-28T08:55:47.000Z
2017-07-10T10:10:53.000Z
source/core/common/PropSharedLockSet.cpp
fytzzh/sf1r-lite
8de9aa83c38c9cd05a80b216579552e89609f136
[ "Apache-2.0" ]
33
2015-01-05T03:03:05.000Z
2022-02-06T04:22:46.000Z
#include "PropSharedLockSet.h" #include "PropSharedLock.h" using namespace sf1r; PropSharedLockSet::~PropSharedLockSet() { for (SharedLockSetT::const_iterator it = sharedLockSet_.begin(); it != sharedLockSet_.end(); ++it) { (*it)->unlockShared(); } } void PropSharedLockSet::insertSharedLo...
19.12
68
0.644351
izenecloud
586c63f7330e0398aa7063848f5ce84fe7f033a4
6,000
cpp
C++
utilities/pandaSetSystemTime.cpp
eswierk/libpanda
6540181edcf7df3e4ec1ee530456fff741176257
[ "MIT" ]
11
2020-12-02T00:12:25.000Z
2022-03-31T07:38:32.000Z
utilities/pandaSetSystemTime.cpp
eswierk/libpanda
6540181edcf7df3e4ec1ee530456fff741176257
[ "MIT" ]
29
2021-07-15T23:03:38.000Z
2021-10-08T22:02:29.000Z
utilities/pandaSetSystemTime.cpp
eswierk/libpanda
6540181edcf7df3e4ec1ee530456fff741176257
[ "MIT" ]
7
2021-07-15T21:09:23.000Z
2022-02-04T04:06:25.000Z
/* Author: Matt Bunting Copyright (c) 2020 Arizona Board of Regents All rights reserved. Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, and distribute this software and its documentation for any purpose, provided that the above copyright notice...
36.363636
105
0.692833
eswierk
586f2306c7c0840df4cdd4b2f66351d3924bb447
2,410
cpp
C++
source/dataset.cpp
Santili/cppsqlx
32ba861d737cb16c2e337209c1c54e10fa575d3c
[ "MIT" ]
null
null
null
source/dataset.cpp
Santili/cppsqlx
32ba861d737cb16c2e337209c1c54e10fa575d3c
[ "MIT" ]
null
null
null
source/dataset.cpp
Santili/cppsqlx
32ba861d737cb16c2e337209c1c54e10fa575d3c
[ "MIT" ]
null
null
null
/* * Copyright (c) 2014-2016, Santili Y-HRAH KRONG * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this * lis...
21.517857
83
0.726971
Santili
586f36e592acdf9b84d55f1480090bab1221332c
2,186
cc
C++
leetcode/math_pow.cc
prashrock/C-
3ed46815d40b3e42cd9f36d23c8ee2a9de742323
[ "MIT" ]
1
2016-12-05T10:42:46.000Z
2016-12-05T10:42:46.000Z
leetcode/math_pow.cc
prashrock/CPP
3ed46815d40b3e42cd9f36d23c8ee2a9de742323
[ "MIT" ]
null
null
null
leetcode/math_pow.cc
prashrock/CPP
3ed46815d40b3e42cd9f36d23c8ee2a9de742323
[ "MIT" ]
null
null
null
//g++-5 -Wall --std=c++11 -g -o math_pow math_pow.cc /** * @file Integer Pow(x,n) * @brief Implement Pow(x,n) */ // https://leetcode.com/problems/powx-n/ #include <iostream> /* std::cout */ #include <algorithm> /* std::max */ #include <cmath> /*...
30.788732
69
0.451967
prashrock
586f9c4cc257a6e03952216cace7811fea6b9368
4,939
cpp
C++
ThirdParty/libtorrent-rasterbar-0.15.6/bindings/python/src/torrent_status.cpp
CarysT/medusa
8e79f7738534d8cf60577ec42ed86621533ac269
[ "MIT" ]
32
2016-05-22T23:09:19.000Z
2022-03-13T03:32:27.000Z
ThirdParty/libtorrent-rasterbar-0.15.6/bindings/python/src/torrent_status.cpp
CarysT/medusa
8e79f7738534d8cf60577ec42ed86621533ac269
[ "MIT" ]
2
2016-05-30T19:45:58.000Z
2018-01-24T22:29:51.000Z
ThirdParty/libtorrent-rasterbar-0.15.6/bindings/python/src/torrent_status.cpp
CarysT/medusa
8e79f7738534d8cf60577ec42ed86621533ac269
[ "MIT" ]
17
2016-05-27T11:01:42.000Z
2022-03-13T03:32:30.000Z
// Copyright Daniel Wallin 2006. 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) #include <boost/python.hpp> #include <libtorrent/torrent_handle.hpp> #include <libtorrent/bitfield.hpp...
50.397959
90
0.71148
CarysT
587037e5cf7e3e4aabaa681eea335d81562b1fd3
2,225
hpp
C++
src/zipf_distribution.hpp
manuhalo/PLACeS
1574a34a2a98468e72d072cc9d1f2b32fcee38f2
[ "Apache-2.0" ]
null
null
null
src/zipf_distribution.hpp
manuhalo/PLACeS
1574a34a2a98468e72d072cc9d1f2b32fcee38f2
[ "Apache-2.0" ]
1
2015-04-24T10:10:51.000Z
2015-06-18T08:32:16.000Z
src/zipf_distribution.hpp
manuhalo/PLACeS
1574a34a2a98468e72d072cc9d1f2b32fcee38f2
[ "Apache-2.0" ]
null
null
null
/* boost-supplement random/discrete_distribution.hpp header file * * Copyright (C) 2008 Kenta Murata. * 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) * * $Id: discrete_distribution.hpp 5906 2008-01-30 15:09:3...
28.525641
100
0.710112
manuhalo
587060467100f53b2f4ee3062af0735d8a2d48d6
3,009
hpp
C++
include/Nazara/Graphics/Sprite.hpp
AntoineJT/NazaraEngine
e0b05a7e7a2779e20a593b4083b4a881cc57ce14
[ "BSD-3-Clause-Clear", "Apache-2.0", "MIT" ]
null
null
null
include/Nazara/Graphics/Sprite.hpp
AntoineJT/NazaraEngine
e0b05a7e7a2779e20a593b4083b4a881cc57ce14
[ "BSD-3-Clause-Clear", "Apache-2.0", "MIT" ]
null
null
null
include/Nazara/Graphics/Sprite.hpp
AntoineJT/NazaraEngine
e0b05a7e7a2779e20a593b4083b4a881cc57ce14
[ "BSD-3-Clause-Clear", "Apache-2.0", "MIT" ]
null
null
null
// Copyright (C) 2017 Jérôme Leclercq // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once #ifndef NAZARA_SPRITE_HPP #define NAZARA_SPRITE_HPP #include <Nazara/Prerequisites.hpp> #include <Nazara/Graphics/InstancedRen...
33.808989
134
0.757062
AntoineJT
5872e1f014689c9510f65ae28c283d928beaf0c8
4,319
cpp
C++
Sources/Engine/Core/Rendering/Sources/Private/Scene/VkSceneElements/FrameBuffers.cpp
PierreEVEN/Engine
34a22cc4694dba0ba50094c1a56e71856f427722
[ "Apache-2.0" ]
3
2020-09-12T23:38:26.000Z
2020-10-21T06:54:13.000Z
Sources/Engine/Core/Rendering/Sources/Private/Scene/VkSceneElements/FrameBuffers.cpp
PierreEVEN/Engine
34a22cc4694dba0ba50094c1a56e71856f427722
[ "Apache-2.0" ]
2
2020-11-25T14:17:13.000Z
2020-11-25T14:36:57.000Z
Sources/Engine/Core/Rendering/Sources/Private/Scene/VkSceneElements/FrameBuffers.cpp
PierreEVEN/Engine
34a22cc4694dba0ba50094c1a56e71856f427722
[ "Apache-2.0" ]
1
2021-09-04T10:17:36.000Z
2021-09-04T10:17:36.000Z
#include "Scene/VkSceneElements/FrameBuffers.h" #include "Scene/VkSceneElements/SwapChain.h" #include "Ressources/TextureRessource.h" #include "Utils.h" Rendering::FramebufferGroup::FramebufferGroup(SwapChain* swapChain) { CreateFrameBufferImages(swapChain); CreateFrameBuffer(swapChain); } Rendering::FramebufferGro...
41.932039
352
0.816624
PierreEVEN
58734ce83a7a5f6a577f18835866dc8f4ec79183
1,816
hpp
C++
Mongoose/Include/Mongoose_QPDelta.hpp
puckbee/suitesparse
306d7f11792aca524571f4ae142bcd8b7e38c362
[ "Apache-2.0" ]
29
2019-11-27T00:43:07.000Z
2020-02-25T14:35:54.000Z
Mongoose/Include/Mongoose_QPDelta.hpp
puckbee/suitesparse
306d7f11792aca524571f4ae142bcd8b7e38c362
[ "Apache-2.0" ]
null
null
null
Mongoose/Include/Mongoose_QPDelta.hpp
puckbee/suitesparse
306d7f11792aca524571f4ae142bcd8b7e38c362
[ "Apache-2.0" ]
4
2019-11-27T05:19:03.000Z
2020-03-23T22:49:53.000Z
/* ========================================================================== */ /* === Include/Mongoose_QPDelta.hpp ========================================= */ /* ========================================================================== */ /* -------------------------------------------------------------------------...
29.290323
80
0.449339
puckbee
587396b44242fb7813ffea962c03660ef9199317
5,322
cpp
C++
Assignment4/Assignement_4.2/testcar.cpp
JasenRatnam/LearningCplusplus
e2a67decf5233ac9e9f073e3dbcd60bbc4fe4a94
[ "MIT" ]
null
null
null
Assignment4/Assignement_4.2/testcar.cpp
JasenRatnam/LearningCplusplus
e2a67decf5233ac9e9f073e3dbcd60bbc4fe4a94
[ "MIT" ]
null
null
null
Assignment4/Assignement_4.2/testcar.cpp
JasenRatnam/LearningCplusplus
e2a67decf5233ac9e9f073e3dbcd60bbc4fe4a94
[ "MIT" ]
null
null
null
/* * Author: Jasen Ratnam 40094237 * Date: 11/04/2018 * Due: 11/11/2018 * Assignment 4: Strings/ User-Defined Classes * 4.2: Cars which represents cars of a car rental company. * Prompts the user to enter information about two cars. * Create two objects of the class car with given information. * Test all the me...
29.081967
100
0.495866
JasenRatnam
5876c2ebb2b32e30b7c636c1782247e52175ac7b
2,027
cpp
C++
dev/Gems/EMotionFX/Code/Tests/ProvidesUI/AnimGraph/PreviewMotionFixture.cpp
brianherrera/lumberyard
f85344403c1c2e77ec8c75deb2c116e97b713217
[ "AML" ]
1,738
2017-09-21T10:59:12.000Z
2022-03-31T21:05:46.000Z
dev/Gems/EMotionFX/Code/Tests/ProvidesUI/AnimGraph/PreviewMotionFixture.cpp
ArchitectureStudios/lumberyard
f85344403c1c2e77ec8c75deb2c116e97b713217
[ "AML" ]
427
2017-09-29T22:54:36.000Z
2022-02-15T19:26:50.000Z
dev/Gems/EMotionFX/Code/Tests/ProvidesUI/AnimGraph/PreviewMotionFixture.cpp
ArchitectureStudios/lumberyard
f85344403c1c2e77ec8c75deb2c116e97b713217
[ "AML" ]
671
2017-09-21T08:04:01.000Z
2022-03-29T14:30:07.000Z
/* * All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or * its licensors. * * For complete copyright and license terms please see the LICENSE at the root of this * distribution (the "License"). All use of this software is governed by the License, * or, if provided, by the license below or t...
46.068182
206
0.742477
brianherrera
5879ad76ce941dd75a2af157749a79d1183d9a36
3,189
cpp
C++
MMOCoreORB/src/server/zone/objects/tangible/terminal/components/UplinkTerminalMenuComponent.cpp
V-Fib/FlurryClone
40e0ca7245ec31b3815eb6459329fd9e70f88936
[ "Zlib", "OpenSSL" ]
18
2017-02-09T15:36:05.000Z
2021-12-21T04:22:15.000Z
MMOCoreORB/src/server/zone/objects/tangible/terminal/components/UplinkTerminalMenuComponent.cpp
V-Fib/FlurryClone
40e0ca7245ec31b3815eb6459329fd9e70f88936
[ "Zlib", "OpenSSL" ]
61
2016-12-30T21:51:10.000Z
2021-12-10T20:25:56.000Z
MMOCoreORB/src/server/zone/objects/tangible/terminal/components/UplinkTerminalMenuComponent.cpp
V-Fib/FlurryClone
40e0ca7245ec31b3815eb6459329fd9e70f88936
[ "Zlib", "OpenSSL" ]
71
2017-01-01T05:34:38.000Z
2022-03-29T01:04:00.000Z
/* * UplinkTerminalMenuComponent.cpp * * Created on: Oct 31, 2012 * Author: root */ #include "UplinkTerminalMenuComponent.h" #include "server/zone/Zone.h" #include "server/zone/packets/object/ObjectMenuResponse.h" #include "server/zone/objects/scene/SceneObject.h" #include "server/zone/objects/creature/Crea...
35.433333
154
0.748511
V-Fib
587aa65069ead384a81d3bdbc849434c3d4211d9
4,435
cc
C++
Calibration/LumiAlCaRecoProducers/plugins/AlcaPCCIntegrator.cc
PKUfudawei/cmssw
8fbb5ce74398269c8a32956d7c7943766770c093
[ "Apache-2.0" ]
null
null
null
Calibration/LumiAlCaRecoProducers/plugins/AlcaPCCIntegrator.cc
PKUfudawei/cmssw
8fbb5ce74398269c8a32956d7c7943766770c093
[ "Apache-2.0" ]
null
null
null
Calibration/LumiAlCaRecoProducers/plugins/AlcaPCCIntegrator.cc
PKUfudawei/cmssw
8fbb5ce74398269c8a32956d7c7943766770c093
[ "Apache-2.0" ]
null
null
null
/*_________________________________________________________________ class: AlcaPCCIntegrator.cc authors: Sam Higginbotham (shigginb@cern.ch), Chris Palmer (capalmer@cern.ch), Attila Radl (attila.radl@cern.ch) ________________________________________________________________**/ // C++ standard #include <string> /...
42.238095
120
0.686133
PKUfudawei
587b1503d5d3a11080f4df5ea6c7d1b083ae270c
25,018
cpp
C++
src/apps/icon-o-matic/generic/gui/scrollview/ScrollView.cpp
Kirishikesan/haiku
835565c55830f2dab01e6e332cc7e2d9c015b51e
[ "MIT" ]
1,338
2015-01-03T20:06:56.000Z
2022-03-26T13:49:54.000Z
src/apps/icon-o-matic/generic/gui/scrollview/ScrollView.cpp
Kirishikesan/haiku
835565c55830f2dab01e6e332cc7e2d9c015b51e
[ "MIT" ]
15
2015-01-17T22:19:32.000Z
2021-12-20T12:35:00.000Z
src/apps/icon-o-matic/generic/gui/scrollview/ScrollView.cpp
Kirishikesan/haiku
835565c55830f2dab01e6e332cc7e2d9c015b51e
[ "MIT" ]
350
2015-01-08T14:15:27.000Z
2022-03-21T18:14:35.000Z
/* * Copyright 2006-2009, Haiku Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: * Ingo Weinhold <bonefish@cs.tu-berlin.de> * Stephan Aßmus <superstippi@gmx.de> */ #include "ScrollView.h" #include <algorithm> #include <stdio.h> #include <string.h> #include <Bitmap.h> ...
24.431641
90
0.709489
Kirishikesan
587b442811398b0ca067d49caf754a9146c31f44
2,465
cpp
C++
inference-engine/src/inference_engine/builders/ie_clamp_layer.cpp
zhoub/dldt
e42c01cf6e1d3aefa55e2c5df91f1054daddc575
[ "Apache-2.0" ]
3
2020-02-09T23:25:37.000Z
2021-01-19T09:44:12.000Z
inference-engine/src/inference_engine/builders/ie_clamp_layer.cpp
zhoub/dldt
e42c01cf6e1d3aefa55e2c5df91f1054daddc575
[ "Apache-2.0" ]
null
null
null
inference-engine/src/inference_engine/builders/ie_clamp_layer.cpp
zhoub/dldt
e42c01cf6e1d3aefa55e2c5df91f1054daddc575
[ "Apache-2.0" ]
2
2020-04-18T16:24:39.000Z
2021-01-19T09:42:19.000Z
// Copyright (C) 2018-2019 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include <builders/ie_clamp_layer.hpp> #include <ie_cnn_layer_builder.h> #include <string> using namespace InferenceEngine; Builder::ClampLayer::ClampLayer(const std::string& name): LayerDecorator("Clamp", name) { getLayer()-...
31.602564
101
0.685193
zhoub
587f3a3518e699cd57af64cd502cb880151e1ec4
2,884
hpp
C++
Source/Ilum/Graphics/GraphicsContext.hpp
Chaf-Libraries/Ilum
83d0b7d4f2ba6cc3ba586f5442a09d55b69aedf8
[ "MIT" ]
11
2022-01-09T05:32:56.000Z
2022-03-28T06:35:16.000Z
Source/Ilum/Graphics/GraphicsContext.hpp
Chaf-Libraries/Ilum
83d0b7d4f2ba6cc3ba586f5442a09d55b69aedf8
[ "MIT" ]
null
null
null
Source/Ilum/Graphics/GraphicsContext.hpp
Chaf-Libraries/Ilum
83d0b7d4f2ba6cc3ba586f5442a09d55b69aedf8
[ "MIT" ]
1
2021-11-20T15:39:03.000Z
2021-11-20T15:39:03.000Z
#pragma once #include "Engine/Subsystem.hpp" #include "Eventing/Event.hpp" #include "Graphics/Synchronization/QueueSystem.hpp" #include "Graphics/Command/CommandPool.hpp" #include "Timing/Stopwatch.hpp" #include "Utils/PCH.hpp" namespace Ilum { class Instance; class PhysicalDevice; class Surface; class LogicalDev...
22.708661
141
0.748266
Chaf-Libraries
5880350e3a96b3b7863451123c21a0ae18a48323
1,277
cpp
C++
01_Programming_Basics/05_Programming_Basics_Exams/04_CPP_Programming Basics_Online_Exam_3_and_4_November 2018/03_wedding_investment.cpp
Knightwalker/Knowledgebase
00c6dea5e52c0d2b0fe0dc3b7b5c298d445f0161
[ "MIT" ]
null
null
null
01_Programming_Basics/05_Programming_Basics_Exams/04_CPP_Programming Basics_Online_Exam_3_and_4_November 2018/03_wedding_investment.cpp
Knightwalker/Knowledgebase
00c6dea5e52c0d2b0fe0dc3b7b5c298d445f0161
[ "MIT" ]
null
null
null
01_Programming_Basics/05_Programming_Basics_Exams/04_CPP_Programming Basics_Online_Exam_3_and_4_November 2018/03_wedding_investment.cpp
Knightwalker/Knowledgebase
00c6dea5e52c0d2b0fe0dc3b7b5c298d445f0161
[ "MIT" ]
null
null
null
#include <iostream> #include <string> //#include <math.h> //#include <stdlib.h> #include <iomanip> using namespace std; int main() { string contractLen = ""; string contractType = ""; string desert = ""; int months = 0; getline(cin, contractLen); getline(cin, contractType); getline(cin, desert); ci...
20.596774
69
0.511355
Knightwalker
58834bd94e9823c5ce752f747a7a9a76a913d22c
2,918
cpp
C++
Source/MammutQOR/Model/MProperty.cpp
mfaithfull/QOR
0fa51789344da482e8c2726309265d56e7271971
[ "BSL-1.0" ]
9
2016-05-27T01:00:39.000Z
2021-04-01T08:54:46.000Z
Source/MammutQOR/Model/MProperty.cpp
mfaithfull/QOR
0fa51789344da482e8c2726309265d56e7271971
[ "BSL-1.0" ]
1
2016-03-03T22:54:08.000Z
2016-03-03T22:54:08.000Z
Source/MammutQOR/Model/MProperty.cpp
mfaithfull/QOR
0fa51789344da482e8c2726309265d56e7271971
[ "BSL-1.0" ]
4
2016-05-27T01:00:43.000Z
2018-08-19T08:47:49.000Z
//MProperty.cpp // Copyright Querysoft Limited 2015 // // Permission is hereby granted, free of charge, to any person or organization // obtaining a copy of the software and accompanying documentation covered by // this license (the "Software") to use, reproduce, display, distribute, // execute, and transmit the Softw...
36.024691
132
0.593215
mfaithfull
5883a7ccd6b8725755a20d88b5404c91fd4f9def
30,503
cpp
C++
UnrealEngine-4.11.2-release/Engine/Source/Runtime/AIModule/Private/AIController.cpp
armroyce/Unreal
ea1cdebe70407d59af4e8366d7111c52ce4606df
[ "MIT" ]
1
2016-10-01T21:35:52.000Z
2016-10-01T21:35:52.000Z
UnrealEngine-4.11.2-release/Engine/Source/Runtime/AIModule/Private/AIController.cpp
armroyce/Unreal
ea1cdebe70407d59af4e8366d7111c52ce4606df
[ "MIT" ]
null
null
null
UnrealEngine-4.11.2-release/Engine/Source/Runtime/AIModule/Private/AIController.cpp
armroyce/Unreal
ea1cdebe70407d59af4e8366d7111c52ce4606df
[ "MIT" ]
1
2021-04-27T08:48:33.000Z
2021-04-27T08:48:33.000Z
// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "AIModulePrivate.h" #include "Kismet/GameplayStatics.h" #include "DisplayDebugHelpers.h" #include "BrainComponent.h" #include "BehaviorTree/BehaviorTree.h" #include "BehaviorTree/BehaviorTreeManager.h" #include "BehaviorTree/BlackboardComponent.h" #...
29.730019
280
0.759499
armroyce
58848ecb914b9942e082aaaf3c94e461d8532f95
3,754
cpp
C++
Beautiful/WebDemo/downloadwidget.cpp
martinkro/tutorial-qt
8685434520c6ab61691722aa06ca075f8ddbeacf
[ "MIT" ]
2
2018-06-24T10:19:30.000Z
2018-12-13T14:31:49.000Z
Beautiful/WebDemo/downloadwidget.cpp
martinkro/tutorial-qt
8685434520c6ab61691722aa06ca075f8ddbeacf
[ "MIT" ]
null
null
null
Beautiful/WebDemo/downloadwidget.cpp
martinkro/tutorial-qt
8685434520c6ab61691722aa06ca075f8ddbeacf
[ "MIT" ]
null
null
null
#include "downloadwidget.h" #include <QFileInfo> #include <QUrl> #include <QWebEngineDownloadItem> DownloadWidget::DownloadWidget(QWebEngineDownloadItem *download, QWidget *parent) : QFrame(parent) , m_download(download) , m_timeAdded(QTime::currentTime()) { setupUi(this); m_dstName->setText(QFile...
34.759259
81
0.611881
martinkro
5884b95b75c3932c2fe703eaa5af5e083815b1ff
6,973
cpp
C++
services/distributeddataservice/libs/distributeddb/test/unittest/common/syncer/vitural_communicator_aggregator.cpp
openharmony-gitee-mirror/distributeddatamgr_datamgr
3f17e1a6a6e0f83f3a346e87073b39dd949b0c9e
[ "Apache-2.0" ]
null
null
null
services/distributeddataservice/libs/distributeddb/test/unittest/common/syncer/vitural_communicator_aggregator.cpp
openharmony-gitee-mirror/distributeddatamgr_datamgr
3f17e1a6a6e0f83f3a346e87073b39dd949b0c9e
[ "Apache-2.0" ]
null
null
null
services/distributeddataservice/libs/distributeddb/test/unittest/common/syncer/vitural_communicator_aggregator.cpp
openharmony-gitee-mirror/distributeddatamgr_datamgr
3f17e1a6a6e0f83f3a346e87073b39dd949b0c9e
[ "Apache-2.0" ]
1
2021-09-13T12:07:54.000Z
2021-09-13T12:07:54.000Z
/* * Copyright (c) 2021 Huawei Device Co., Ltd. * 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 ...
30.991111
116
0.703714
openharmony-gitee-mirror
58855a1d969826f5a467b796deb3b50623140186
15,638
cpp
C++
src/proxy_server/proxy_server.cpp
PetrPPetrov/gkm-world
7c24d1646e04b439733a7eb603c9a00526b39f4c
[ "BSD-2-Clause" ]
2
2021-06-04T09:27:52.000Z
2021-06-08T05:23:21.000Z
src/proxy_server/proxy_server.cpp
PetrPPetrov/gkm-world
7c24d1646e04b439733a7eb603c9a00526b39f4c
[ "BSD-2-Clause" ]
null
null
null
src/proxy_server/proxy_server.cpp
PetrPPetrov/gkm-world
7c24d1646e04b439733a7eb603c9a00526b39f4c
[ "BSD-2-Clause" ]
null
null
null
// Copyright 2018-2020 Petr Petrovich Petrov. All rights reserved. // License: https://github.com/PetrPPetrov/gkm-world/blob/master/LICENSE #include <iostream> #include <fstream> #include <memory> #include <boost/uuid/uuid_io.hpp> #include <boost/uuid/random_generator.hpp> #include "gkm_world/protocol.h" #include "gkm...
36.283063
159
0.700793
PetrPPetrov
5886178920a02fd588e4b2042d0693d1347b319c
2,160
hpp
C++
include/GameEngine/Graphics/Shader.hpp
iRohith/GameEngine
61d8ea417e5a9d03075d9cfcdc86f0a1a40f676f
[ "Apache-2.0" ]
null
null
null
include/GameEngine/Graphics/Shader.hpp
iRohith/GameEngine
61d8ea417e5a9d03075d9cfcdc86f0a1a40f676f
[ "Apache-2.0" ]
null
null
null
include/GameEngine/Graphics/Shader.hpp
iRohith/GameEngine
61d8ea417e5a9d03075d9cfcdc86f0a1a40f676f
[ "Apache-2.0" ]
null
null
null
#pragma once #include "../Core/Core.hpp" #include "../Util/Array.hpp" #include <string_view> // TODO: ShaderLibrary (just copy from Hazel :| ) namespace GameEngine { template<typename T> using Ref = std::shared_ptr<T>; class ShaderUnit; class GEAPI Shader { public: static Ref<Shader> Create(co...
37.894737
179
0.651852
iRohith
588758cc138652138d995edae399772c76791108
9,195
cpp
C++
piquassoboost/sampling/source/kernels/calc_vH_times_A_AVX.cpp
Budapest-Quantum-Computing-Group/piquassoboost
fd384be8f59cfd20d62654cf86c89f69d3cf8b8c
[ "Apache-2.0" ]
4
2021-11-29T13:28:19.000Z
2021-12-21T22:57:09.000Z
piquassoboost/sampling/source/kernels/calc_vH_times_A_AVX.cpp
Budapest-Quantum-Computing-Group/piquassoboost
fd384be8f59cfd20d62654cf86c89f69d3cf8b8c
[ "Apache-2.0" ]
11
2021-09-24T18:02:26.000Z
2022-01-27T18:51:47.000Z
piquassoboost/sampling/source/kernels/calc_vH_times_A_AVX.cpp
Budapest-Quantum-Computing-Group/piquassoboost
fd384be8f59cfd20d62654cf86c89f69d3cf8b8c
[ "Apache-2.0" ]
1
2021-11-13T10:06:52.000Z
2021-11-13T10:06:52.000Z
/** * Copyright 2021 Budapest Quantum Computing Group * * 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 applic...
32.15035
124
0.613051
Budapest-Quantum-Computing-Group
588a1b7f7b93a3adbf6d81cc599f3e6653c7a145
16,847
cpp
C++
Source/Game.cpp
AdriaSeSa/Minigame
ca2a0f2d47bba25341962b5229eb304159e91749
[ "MIT" ]
2
2021-03-16T00:49:11.000Z
2021-04-03T20:39:39.000Z
Source/Game.cpp
AdriaSeSa/Minigame
ca2a0f2d47bba25341962b5229eb304159e91749
[ "MIT" ]
null
null
null
Source/Game.cpp
AdriaSeSa/Minigame
ca2a0f2d47bba25341962b5229eb304159e91749
[ "MIT" ]
null
null
null
#include "Game.h" //Game::Game() {} //Game::~Game() {} Menu menu; bool Game::Init(Display Disp) { srand((unsigned)time(NULL)); canvas = Disp; bool result = canvas.createDisplay(SCREEN_WIDTH, SCREEN_HEIGHT); menu.initSurfaces(canvas.getRenderer()); player = new Player(400, 300, 32, 32, 2, canvas.getRenderer(...
29.976868
144
0.606161
AdriaSeSa
588b75d6fbefa599c96a6c57f1a394102edcadca
1,357
hpp
C++
src/GDT/CollisionDetection.hpp
Stephen-Seo/GameDevTools
2895577ba28822225bd33c077131585aec2e44e3
[ "MIT" ]
null
null
null
src/GDT/CollisionDetection.hpp
Stephen-Seo/GameDevTools
2895577ba28822225bd33c077131585aec2e44e3
[ "MIT" ]
null
null
null
src/GDT/CollisionDetection.hpp
Stephen-Seo/GameDevTools
2895577ba28822225bd33c077131585aec2e44e3
[ "MIT" ]
null
null
null
#ifndef GDT_COLLISION_DETECTION_HPP #define GDT_COLLISION_DETECTION_HPP namespace GDT { /// Returns true if the point (x,y) is within a convex polygon. /** The shape of the polygon defined by arrayOfPairs must be convex and each point must be in clockwise or counterclockwise order. Oth...
38.771429
88
0.693441
Stephen-Seo
588c08e180c75555b2c610aaaed82a5d3ec6385d
1,530
cpp
C++
lab8/hanoi.cpp
brandonlee503/EECS-161-Labs
f92aee55dfb2e6a8577593d9c5d1cf4d086a06ef
[ "MIT" ]
null
null
null
lab8/hanoi.cpp
brandonlee503/EECS-161-Labs
f92aee55dfb2e6a8577593d9c5d1cf4d086a06ef
[ "MIT" ]
null
null
null
lab8/hanoi.cpp
brandonlee503/EECS-161-Labs
f92aee55dfb2e6a8577593d9c5d1cf4d086a06ef
[ "MIT" ]
null
null
null
#include <iostream> using namespace std; #define DISKS 4 //Number of disks to maipulate - Default 2 #define COLS 3 //There are 3 pegs with Tower of Hanoi - Default 3 //Function declarations void print_array(int b[][COLS]); void towers(int diskSize, int b[][COLS], int source, int dest, int spare); int main() { /...
25.081967
94
0.562092
brandonlee503
588cb1fa86a46bad6b75172beb3c20ce1bfcdcda
42,314
cpp
C++
streams/block/ciphers/cast/cast.cpp
ph4r05/CryptoStreams
0c197842f01994bf22f56121d886a1beebd23e89
[ "MIT" ]
8
2018-03-27T17:02:21.000Z
2021-09-09T07:26:00.000Z
streams/block/ciphers/cast/cast.cpp
DalavanCloud/CryptoStreams
7ed6eb5898d75389eee7f5afb7595a304f17514c
[ "MIT" ]
47
2018-03-27T17:57:07.000Z
2020-03-06T08:35:52.000Z
streams/block/ciphers/cast/cast.cpp
DalavanCloud/CryptoStreams
7ed6eb5898d75389eee7f5afb7595a304f17514c
[ "MIT" ]
3
2019-02-09T23:44:07.000Z
2019-09-24T11:06:02.000Z
// // Created by Dusan Klinec on 26/03/2018. // #include "cast.h" namespace block { namespace cast { // https://github.com/openssl/openssl/blob/master/crypto/cast/cast_lcl.h /* * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may ...
45.014894
78
0.647776
ph4r05
588fed9981cff1a9b92be3f195b532e55571a118
1,964
hpp
C++
SDK/PUBG_CharacterCapture_Gamepad_parameters.hpp
realrespecter/PUBG-FULL-SDK
5e2b0f103c74c95d2329c4c9dfbfab48aa0da737
[ "MIT" ]
7
2019-03-06T11:04:52.000Z
2019-07-10T20:00:51.000Z
SDK/PUBG_CharacterCapture_Gamepad_parameters.hpp
realrespecter/PUBG-FULL-SDK
5e2b0f103c74c95d2329c4c9dfbfab48aa0da737
[ "MIT" ]
null
null
null
SDK/PUBG_CharacterCapture_Gamepad_parameters.hpp
realrespecter/PUBG-FULL-SDK
5e2b0f103c74c95d2329c4c9dfbfab48aa0da737
[ "MIT" ]
10
2019-03-06T11:53:46.000Z
2021-02-18T14:01:11.000Z
#pragma once // PUBG FULL SDK - Generated By Respecter (5.3.4.11 [06/03/2019]) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "PUBG_CharacterCapture_Gamepad_classes.hpp" namespace SDK { //--------------------------------------------------------------------------- //Parameters //-----------------------...
32.733333
152
0.674134
realrespecter
5892bc7540710686cf938dafd30aa91ccb05abe4
7,783
inl
C++
include/hfsm2/detail/control.inl
hfsm/HFSM2
61ecd4d36508dcc348049ee72d51f6cfca095311
[ "MIT" ]
2
2021-01-26T02:50:53.000Z
2021-07-14T02:07:52.000Z
include/hfsm2/detail/control.inl
hfsm/HFSM2
61ecd4d36508dcc348049ee72d51f6cfca095311
[ "MIT" ]
1
2021-01-26T02:51:46.000Z
2021-01-26T06:06:31.000Z
include/hfsm2/detail/control.inl
hfsm/HFSM2
61ecd4d36508dcc348049ee72d51f6cfca095311
[ "MIT" ]
null
null
null
namespace hfsm2 { namespace detail { //////////////////////////////////////////////////////////////////////////////// template <typename TA> ControlT<TA>::Origin::Origin(ControlT& control_, const StateID id) : control{control_} , prevId(control._originId) { control.setOrigin(id); } //---------------------...
26.293919
90
0.583837
hfsm
58932de0acb7da802efbb453dc6e33b33665e5c7
446
cpp
C++
uva/10696 - f91.cpp
priojeetpriyom/competitive-programming
0024328972d4e14c04c0fd5d6dd3cdf131d84f9d
[ "MIT" ]
1
2021-11-22T02:26:43.000Z
2021-11-22T02:26:43.000Z
uva/10696 - f91.cpp
priojeetpriyom/competitive-programming
0024328972d4e14c04c0fd5d6dd3cdf131d84f9d
[ "MIT" ]
null
null
null
uva/10696 - f91.cpp
priojeetpriyom/competitive-programming
0024328972d4e14c04c0fd5d6dd3cdf131d84f9d
[ "MIT" ]
null
null
null
#include <cstdio> #include <iostream> using namespace std; int recursion(int f91) { if (f91>100) return f91-10; else return recursion(recursion((f91+11))); //else return recursion((f91+11)); } int main() { while(1) { int f91; scanf("%d",&f91); if (...
17.84
56
0.484305
priojeetpriyom
58949d2c49e2184652171d477ca57d6392c0195d
970
cpp
C++
sample-code/CandC++/Class9and10_C++_OOAdv/src/implem/EmployeeExec.cpp
willrashley/course-adv-proglang
d91c7077cd35f4de4a6eff51c2febc6e9a8642e0
[ "MIT" ]
13
2022-01-13T13:46:00.000Z
2022-03-01T18:54:52.000Z
sample-code/CandC++/Class9and10_C++_OOAdv/src/implem/EmployeeExec.cpp
willrashley/course-adv-proglang
d91c7077cd35f4de4a6eff51c2febc6e9a8642e0
[ "MIT" ]
null
null
null
sample-code/CandC++/Class9and10_C++_OOAdv/src/implem/EmployeeExec.cpp
willrashley/course-adv-proglang
d91c7077cd35f4de4a6eff51c2febc6e9a8642e0
[ "MIT" ]
6
2022-02-01T13:51:47.000Z
2022-03-22T13:35:56.000Z
/* * EmployeeExec.cpp * * Created on: Feb 8, 2022 * Author: biplavs */ #include <iostream> using namespace std; #include <EmployeeExec.h> EmployeeExec::EmployeeExec() { // TODO Auto-generated constructor stub } // EmployeeExec with name, current salary and raise percentage EmployeeExec::EmployeeExec(s...
21.555556
65
0.668041
willrashley
589aaa6574fc575fbb734930ed87d51ef4205acd
703
hpp
C++
luanics/logging/Sink.hpp
luanics/cpp-illustrated
6049de2119a53d656a63b65d9441e680355ef196
[ "MIT" ]
null
null
null
luanics/logging/Sink.hpp
luanics/cpp-illustrated
6049de2119a53d656a63b65d9441e680355ef196
[ "MIT" ]
null
null
null
luanics/logging/Sink.hpp
luanics/cpp-illustrated
6049de2119a53d656a63b65d9441e680355ef196
[ "MIT" ]
null
null
null
#pragma once #include <memory> namespace luanics { namespace logging { class Record; /////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////// /// /// @class Sink /// /// @brief Back-end of logging framework. /// /...
23.433333
79
0.364154
luanics
589ada6488ccf3a4cad068d69d7bfcc61f91ab96
18,306
cpp
C++
Libraries/C++/CommonHelpers/v1.0/CommonHelpers/UnitTests/ThreadPool_UnitTest.cpp
davidbrownell/Common_cpp_Helpers
9e68c95873b5a4eff3a32b991d2c18dff176d6c9
[ "BSL-1.0" ]
null
null
null
Libraries/C++/CommonHelpers/v1.0/CommonHelpers/UnitTests/ThreadPool_UnitTest.cpp
davidbrownell/Common_cpp_Helpers
9e68c95873b5a4eff3a32b991d2c18dff176d6c9
[ "BSL-1.0" ]
null
null
null
Libraries/C++/CommonHelpers/v1.0/CommonHelpers/UnitTests/ThreadPool_UnitTest.cpp
davidbrownell/Common_cpp_Helpers
9e68c95873b5a4eff3a32b991d2c18dff176d6c9
[ "BSL-1.0" ]
null
null
null
///////////////////////////////////////////////////////////////////////// /// /// \file ThreadPool_UnitTest.cpp /// \brief Unit test for ThreadPool.h /// /// \author David Brownell <db@DavidBrownell.com> /// \date 2020-05-30 22:47:11 /// /// \note /// /// \bug /// ////...
32.4
128
0.532612
davidbrownell
589cad045e88539f85139d7bfc000dbfec36cfa7
2,049
cpp
C++
tests/engine/FilterGroup/tst_FilterGroupTest.cpp
tomvodi/QTail
2e7acf31664969e6890edede6b60e02b20f33eb2
[ "MIT" ]
1
2017-04-29T12:17:59.000Z
2017-04-29T12:17:59.000Z
tests/engine/FilterGroup/tst_FilterGroupTest.cpp
tomvodi/QTail
2e7acf31664969e6890edede6b60e02b20f33eb2
[ "MIT" ]
25
2016-06-11T17:35:42.000Z
2017-07-19T04:19:08.000Z
tests/engine/FilterGroup/tst_FilterGroupTest.cpp
tomvodi/QTail
2e7acf31664969e6890edede6b60e02b20f33eb2
[ "MIT" ]
null
null
null
/** * @author Thomas Baumann <teebaum@ymail.com> * * @section LICENSE * See LICENSE for more informations. * */ #include <QString> #include <QtTest> #include <QCoreApplication> #include <include/FilterGroup.h> class FilterGroupTest : public QObject { Q_OBJECT public: FilterGroupTest(); private Q_SLOTS...
20.287129
91
0.724744
tomvodi
589d5cdc662c53a95fb4d11936b5347906dc7248
412
cpp
C++
HDU/20/hdu2072.cpp
bilibiliShen/CodeBank
49a69b2b2c3603bf105140a9d924946ed3193457
[ "MIT" ]
1
2017-08-19T16:02:15.000Z
2017-08-19T16:02:15.000Z
HDU/20/hdu2072.cpp
bilibiliShen/CodeBank
49a69b2b2c3603bf105140a9d924946ed3193457
[ "MIT" ]
null
null
null
HDU/20/hdu2072.cpp
bilibiliShen/CodeBank
49a69b2b2c3603bf105140a9d924946ed3193457
[ "MIT" ]
1
2018-01-05T23:37:23.000Z
2018-01-05T23:37:23.000Z
//利用STL #include<set> 和 #include<sstream> 问题就简单多了 #include <iostream> #include <sstream> #include<string> #include<set> using namespace std; int main() { set <string> ans; stringstream temp; string s; while( getline(cin,s) && s!="#") { stringstream temp(s); ans.clear();...
19.619048
51
0.563107
bilibiliShen
58a02e53d9c457ea10ac2c87de94d6fa4b75b174
905
cc
C++
mycode/cpp/thread/oo_threadpool/main.cc
stdbilly/CS_Note
a8a87e135a525d53c283a4c70fb942c9ca59a758
[ "MIT" ]
2
2020-12-09T09:55:51.000Z
2021-01-08T11:38:22.000Z
mycode/cpp/thread/oo_threadpool/main.cc
stdbilly/CS_Note
a8a87e135a525d53c283a4c70fb942c9ca59a758
[ "MIT" ]
null
null
null
mycode/cpp/thread/oo_threadpool/main.cc
stdbilly/CS_Note
a8a87e135a525d53c283a4c70fb942c9ca59a758
[ "MIT" ]
null
null
null
#include "Threadpool.h" #include "Task.h" #include <unistd.h> #include <stdlib.h> #include <time.h> #include <iostream> #include <memory> using std::unique_ptr; using std::cout; using std::endl; using namespace wd; class MyTask : public Task { public: void process() override { ::srand(::clock()); /...
22.073171
76
0.583425
stdbilly
58a08ac37d6c4e75a17b064bbddea071e696b1d3
3,334
cpp
C++
core/test/matrix/identity.cpp
flipflapflop/ginkgo
876234e142a0f5bb2a85bb1dd2cc488c3c5d6206
[ "BSD-3-Clause" ]
null
null
null
core/test/matrix/identity.cpp
flipflapflop/ginkgo
876234e142a0f5bb2a85bb1dd2cc488c3c5d6206
[ "BSD-3-Clause" ]
null
null
null
core/test/matrix/identity.cpp
flipflapflop/ginkgo
876234e142a0f5bb2a85bb1dd2cc488c3c5d6206
[ "BSD-3-Clause" ]
null
null
null
/*******************************<GINKGO LICENSE>****************************** Copyright (c) 2017-2019, the Ginkgo authors 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 co...
30.587156
78
0.685363
flipflapflop
58a1b176e88d49662c6fe422e4baf4be7a172899
5,945
cpp
C++
qtacrylicmainwindow.cpp
kollya/framelesshelper
921ce2b474e4a0dcba340ced68a6933f60199f95
[ "MIT" ]
null
null
null
qtacrylicmainwindow.cpp
kollya/framelesshelper
921ce2b474e4a0dcba340ced68a6933f60199f95
[ "MIT" ]
null
null
null
qtacrylicmainwindow.cpp
kollya/framelesshelper
921ce2b474e4a0dcba340ced68a6933f60199f95
[ "MIT" ]
null
null
null
/* * MIT License * * Copyright (C) 2021 by wangwenx190 (Yuhang Zhao) * * 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 * t...
29.430693
121
0.704458
kollya
58a9f25c0802a949b51582de3a1b3777c8af4c0e
466
cpp
C++
Functions/perimeter.cpp
pepm99/School-C-
2d4b23d16a3b2fd0e589686db7d02cf6a647e447
[ "MIT" ]
null
null
null
Functions/perimeter.cpp
pepm99/School-C-
2d4b23d16a3b2fd0e589686db7d02cf6a647e447
[ "MIT" ]
null
null
null
Functions/perimeter.cpp
pepm99/School-C-
2d4b23d16a3b2fd0e589686db7d02cf6a647e447
[ "MIT" ]
null
null
null
#include <iostream> using namespace std; double perimeter (double a, double b) { double p = 2*a+2*b; return p; } double lice(double a, double b) { double s = a*b; return s; } int main() { double a,b,a1,b1; cout<<"a="; cin>>a; cout<<"b="; cin>>b; cout<<"a1...
14.5625
45
0.51073
pepm99
58aa9e5187ab209f628b83120cb10779917599b5
1,472
cpp
C++
Parciales/examen_2/P7_PlanetsKingdoms.cpp
luismoroco/ProgrCompetitiva
011cdb18749a16d17fd635a7c36a8a21b2b643d9
[ "BSD-3-Clause" ]
null
null
null
Parciales/examen_2/P7_PlanetsKingdoms.cpp
luismoroco/ProgrCompetitiva
011cdb18749a16d17fd635a7c36a8a21b2b643d9
[ "BSD-3-Clause" ]
null
null
null
Parciales/examen_2/P7_PlanetsKingdoms.cpp
luismoroco/ProgrCompetitiva
011cdb18749a16d17fd635a7c36a8a21b2b643d9
[ "BSD-3-Clause" ]
null
null
null
#include <bits/stdc++.h> using namespace std; // https://cses.fi/problemset/task/1683 typedef int long long ll; typedef vector<ll> vl; typedef vector<vector<ll>> vll; typedef map<ll, bool> mpb; typedef vector<bool> vb; void DFS(vll &adj, mpb &visited, vl &a, ll x) { visited[x] = true; for (ll i : adj[x]){ ...
18.871795
69
0.463995
luismoroco
58ac9941c5a1a39438fe02513d50b423713874f9
3,807
cpp
C++
src/systemc/tests/systemc/misc/stars/star127536/test.cpp
hyu-iot/gem5
aeccc8bd8e9a86f96fc7a6f40d978f8494337fc5
[ "BSD-3-Clause" ]
765
2015-01-14T16:17:04.000Z
2022-03-28T07:46:28.000Z
src/systemc/tests/systemc/misc/stars/star127536/test.cpp
hyu-iot/gem5
aeccc8bd8e9a86f96fc7a6f40d978f8494337fc5
[ "BSD-3-Clause" ]
148
2018-07-20T00:58:36.000Z
2021-11-16T01:52:33.000Z
src/systemc/tests/systemc/misc/stars/star127536/test.cpp
hyu-iot/gem5
aeccc8bd8e9a86f96fc7a6f40d978f8494337fc5
[ "BSD-3-Clause" ]
807
2015-01-06T09:55:38.000Z
2022-03-30T10:23:36.000Z
/***************************************************************************** Licensed to Accellera Systems Initiative Inc. (Accellera) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. Accellera licenses...
29.284615
79
0.605989
hyu-iot
58ad2d4dc1277ae1c5d9ab3850780c9bf8bbe509
497
cpp
C++
Project.cpp
SanteriHetekivi/CompositeModelAssignment
6856fef2e105ce889ab09b7e7eefdc476452a771
[ "Apache-2.0" ]
null
null
null
Project.cpp
SanteriHetekivi/CompositeModelAssignment
6856fef2e105ce889ab09b7e7eefdc476452a771
[ "Apache-2.0" ]
null
null
null
Project.cpp
SanteriHetekivi/CompositeModelAssignment
6856fef2e105ce889ab09b7e7eefdc476452a771
[ "Apache-2.0" ]
null
null
null
#include "Project.h" Project::Project(int id, std::string name) : Base(id, name) { this->_type = "Project"; this->_childen_json_name = "employees"; } Project::Project(nlohmann::json base) : Base(base) { this->_type = "Project"; this->_childen_json_name = "employees"; this->addChildren(base); } void Project::a...
16.032258
59
0.700201
SanteriHetekivi
58ad638394e98a88fb6bb66d9e7b9d0ce81bb78a
6,994
cpp
C++
breeze/cryptography/brz/sha512.cpp
gennaroprota/breeze
f1dfd7154222ae358f5ece936c2897a3ae110003
[ "BSD-3-Clause" ]
1
2021-04-03T22:35:52.000Z
2021-04-03T22:35:52.000Z
breeze/cryptography/brz/sha512.cpp
gennaroprota/breeze
f1dfd7154222ae358f5ece936c2897a3ae110003
[ "BSD-3-Clause" ]
null
null
null
breeze/cryptography/brz/sha512.cpp
gennaroprota/breeze
f1dfd7154222ae358f5ece936c2897a3ae110003
[ "BSD-3-Clause" ]
1
2021-10-01T04:26:48.000Z
2021-10-01T04:26:48.000Z
// =========================================================================== // Copyright 2006-2007 Gennaro Prota // // Licensed under the 3-Clause BSD License. // (See accompanying file 3_CLAUSE_BSD_LICENSE.txt or // <https://opensource.org/licenses/BSD-3...
34.623762
80
0.615671
gennaroprota
58ad8e01cff2451b726585464523a59170982242
1,769
hpp
C++
Trunk/Backstage/WebServer/src/mutex.hpp
tinoryj/StreamingMediaSystem_Demo
9252cd01cb615a1c55f7613466be1c30a9038b21
[ "MIT" ]
1
2018-06-18T14:53:36.000Z
2018-06-18T14:53:36.000Z
Trunk/Backstage/WebServer/src/mutex.hpp
tinoryj/StreamingMediaSystem_Demo
9252cd01cb615a1c55f7613466be1c30a9038b21
[ "MIT" ]
1
2018-01-13T16:13:42.000Z
2018-03-23T07:12:29.000Z
src/mutex.hpp
tinoryj/SimpleHTTPServer_epoll_threadPoll
1409acddf9427234a4e322c7134528b40ff9f0a9
[ "MIT" ]
null
null
null
#ifndef _MUTEX_HPP_ #define _MUTEX_HPP_ //参照muduo库的mutex写出的一个简易的Mutex类 #include <bits/stdc++.h> #include <assert.h> #include <pthread.h> class MutexLock{ public: MutexLock(): holder_(0){ pthread_mutex_init(&mutex_, NULL); // 初始化 } ~MutexLock(){ assert(holder_ == 0); pthread_mutex_destroy(&mutex_); // 销毁...
13.503817
66
0.686829
tinoryj
58b04981df50d849c1d72a66645283e7e092ddd4
1,600
cpp
C++
TAO/tests/Bug_2560_Regression/Stock_Factory_i.cpp
cflowe/ACE
5ff60b41adbe1772372d1a43bcc1f2726ff8f810
[ "DOC" ]
36
2015-01-10T07:27:33.000Z
2022-03-07T03:32:08.000Z
TAO/tests/Bug_2560_Regression/Stock_Factory_i.cpp
cflowe/ACE
5ff60b41adbe1772372d1a43bcc1f2726ff8f810
[ "DOC" ]
2
2018-08-13T07:30:51.000Z
2019-02-25T03:04:31.000Z
TAO/tests/Bug_2560_Regression/Stock_Factory_i.cpp
cflowe/ACE
5ff60b41adbe1772372d1a43bcc1f2726ff8f810
[ "DOC" ]
38
2015-01-08T14:12:06.000Z
2022-01-19T08:33:00.000Z
// // $Id: Stock_Factory_i.cpp 92387 2010-10-28 07:46:18Z johnnyw $ // #include "Stock_Factory_i.h" #include <iostream> Quoter_Stock_Factory_i::Quoter_Stock_Factory_i () { PortableServer::Servant_var<Quoter_Stock_i> servant1 = new Quoter_Stock_i ("RHAT", "RedHat, Inc.", 210); PortableServer::Servant_var<Quot...
34.782609
85
0.680625
cflowe
58b2d00d44df941d3746fdb53502e0945d50ce72
25,145
cpp
C++
indra/llprimitive/llmaterialtable.cpp
SaladDais/LSO2-VM-Performance
d7ec9ad9daa9a2c9e48c5f06cd768606e3e50638
[ "ISC" ]
null
null
null
indra/llprimitive/llmaterialtable.cpp
SaladDais/LSO2-VM-Performance
d7ec9ad9daa9a2c9e48c5f06cd768606e3e50638
[ "ISC" ]
null
null
null
indra/llprimitive/llmaterialtable.cpp
SaladDais/LSO2-VM-Performance
d7ec9ad9daa9a2c9e48c5f06cd768606e3e50638
[ "ISC" ]
null
null
null
/** * @file llmaterialtable.cpp * @brief Table of material names and IDs for viewer * * $LicenseInfo:firstyear=2001&license=viewerlgpl$ * Second Life Viewer Source Code * Copyright (C) 2010, Linden Research, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of...
33.260582
111
0.767668
SaladDais
58b4d7e5a0a91e8babfcc14df33b8639e3b1a651
11,988
hpp
C++
LetsGo/ThirdParty/ApproxMVBB/Includes/ApproxMVBB/RandomGenerators.hpp
wis1906/letsgo-ar-space-generation
02d888a44bb9eb112f308356ab42720529349338
[ "MIT" ]
null
null
null
LetsGo/ThirdParty/ApproxMVBB/Includes/ApproxMVBB/RandomGenerators.hpp
wis1906/letsgo-ar-space-generation
02d888a44bb9eb112f308356ab42720529349338
[ "MIT" ]
null
null
null
LetsGo/ThirdParty/ApproxMVBB/Includes/ApproxMVBB/RandomGenerators.hpp
wis1906/letsgo-ar-space-generation
02d888a44bb9eb112f308356ab42720529349338
[ "MIT" ]
null
null
null
// ======================================================================================== // ApproxMVBB // Copyright (C) 2014 by Gabriel Nützi <nuetzig (at) imes (d0t) mavt (d0t) ethz // (døt) ch> // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL w...
34.34957
127
0.505172
wis1906
58b4ecd312d9528373d8831c3492fba4facfd7cd
5,538
cpp
C++
valeur_ajouter/QRCode_Generator/QRCode/test_main.cpp
SuperBatata/Sportify-QT-C---project
8c0a9630cc6577721cb0f9fe0afd1eb082b4d4ba
[ "MIT" ]
null
null
null
valeur_ajouter/QRCode_Generator/QRCode/test_main.cpp
SuperBatata/Sportify-QT-C---project
8c0a9630cc6577721cb0f9fe0afd1eb082b4d4ba
[ "MIT" ]
null
null
null
valeur_ajouter/QRCode_Generator/QRCode/test_main.cpp
SuperBatata/Sportify-QT-C---project
8c0a9630cc6577721cb0f9fe0afd1eb082b4d4ba
[ "MIT" ]
null
null
null
/* * QR Code Generator * Copyright (C) 2014 Stefano BARILETTI <hackaroth@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...
28.994764
133
0.5381
SuperBatata
58b66778648a001230b3bbc5e2bad52dfae5f1d7
540
hpp
C++
Kreator/implementation/Platform/OpenGL/OpenGLRendererContext.hpp
ashish1009/Kreator
68ff5073faef22ade314772a5127dd1cc98060b7
[ "Apache-2.0" ]
null
null
null
Kreator/implementation/Platform/OpenGL/OpenGLRendererContext.hpp
ashish1009/Kreator
68ff5073faef22ade314772a5127dd1cc98060b7
[ "Apache-2.0" ]
null
null
null
Kreator/implementation/Platform/OpenGL/OpenGLRendererContext.hpp
ashish1009/Kreator
68ff5073faef22ade314772a5127dd1cc98060b7
[ "Apache-2.0" ]
null
null
null
// // OpenGLRendererContext.hpp // Kreator // // Created by iKan on 09/04/22. // #pragma once #include <Renderer/Graphics/Context.hpp> namespace Kreator { /// Implementation of Renderer Graphics context for Open GL API class OpenGLRendererContext : public RendererContext { public: OpenGLR...
19.285714
67
0.637037
ashish1009
58b7850f102ffd92d424a925293aa874646a22b7
30,804
cpp
C++
src/history/test/HistoryTests.cpp
viichain/vii-core
2e5b794fb71e1385a2b5bc96920b5a69d4d8560f
[ "Apache-2.0", "BSD-2-Clause", "MIT", "ECL-2.0", "BSL-1.0", "BSD-3-Clause" ]
null
null
null
src/history/test/HistoryTests.cpp
viichain/vii-core
2e5b794fb71e1385a2b5bc96920b5a69d4d8560f
[ "Apache-2.0", "BSD-2-Clause", "MIT", "ECL-2.0", "BSL-1.0", "BSD-3-Clause" ]
null
null
null
src/history/test/HistoryTests.cpp
viichain/vii-core
2e5b794fb71e1385a2b5bc96920b5a69d4d8560f
[ "Apache-2.0", "BSD-2-Clause", "MIT", "ECL-2.0", "BSL-1.0", "BSD-3-Clause" ]
null
null
null
#include "bucket/BucketManager.h" #include "catchup/test/CatchupWorkTests.h" #include "history/FileTransferInfo.h" #include "history/HistoryArchiveManager.h" #include "history/HistoryManager.h" #include "history/test/HistoryTestsUtils.h" #include "historywork/GetHistoryArchiveStateWork.h" #include "historywork/GunzipF...
37.889299
86
0.657674
viichain
58b78abae22bb807c6b62e0f412e727385b3c970
1,932
cpp
C++
tests/track/pointer.cpp
lexxmark/ref_ptr
526e1c9a96a83de8d7290ca6fc72616681135079
[ "Apache-2.0" ]
3
2017-04-04T16:45:22.000Z
2019-09-01T14:26:16.000Z
tests/track/pointer.cpp
lexxmark/ref_ptr
526e1c9a96a83de8d7290ca6fc72616681135079
[ "Apache-2.0" ]
null
null
null
tests/track/pointer.cpp
lexxmark/ref_ptr
526e1c9a96a83de8d7290ca6fc72616681135079
[ "Apache-2.0" ]
2
2019-11-19T21:58:22.000Z
2021-09-08T00:32:18.000Z
#include <UnitTest++/UnitTest++.h> #define RSL_NULL_PTR_POLICY_DEFAULT(T) rsl::track::may_be_null<T> #define RSL_ON_DANGLE_POLICY_DEFAULT(T) rsl::track::null_on_dangle<T> #include <track/pointer.h> SUITE(track_ptr_tests) { using namespace rsl::track; TEST(basic_test) { trackable object; { auto p = make_pt...
14.41791
69
0.613872
lexxmark
58bd16a0451473f7dfc3da70c4f56941b51add8d
1,748
hpp
C++
src/driver_authenticator.hpp
simwijs/naoqi_driver
89b00459dc517f8564b1d7092eb36a3fc68a7096
[ "Apache-2.0" ]
null
null
null
src/driver_authenticator.hpp
simwijs/naoqi_driver
89b00459dc517f8564b1d7092eb36a3fc68a7096
[ "Apache-2.0" ]
null
null
null
src/driver_authenticator.hpp
simwijs/naoqi_driver
89b00459dc517f8564b1d7092eb36a3fc68a7096
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2015 Aldebaran * * 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...
27.3125
75
0.735126
simwijs
58bfd1e86ade32425829d201cf5f15563df29400
995
cpp
C++
TextDungeon/TextDungeon/Audio.cpp
Consalv0/TextDungeon
cabceee081745cc52801efc8b9c10268412578c8
[ "MIT" ]
null
null
null
TextDungeon/TextDungeon/Audio.cpp
Consalv0/TextDungeon
cabceee081745cc52801efc8b9c10268412578c8
[ "MIT" ]
null
null
null
TextDungeon/TextDungeon/Audio.cpp
Consalv0/TextDungeon
cabceee081745cc52801efc8b9c10268412578c8
[ "MIT" ]
null
null
null
#include "stdafx.h" #include "Audio.h" // Play the notes in a song. void Audio::Play(array<Note>^ tune) { System::Collections::IEnumerator^ myEnum = tune->GetEnumerator(); while (myEnum->MoveNext()) { Note n = *safe_cast<Note ^>(myEnum->Current); if (n.NoteTone == Tone::REST) Thread::Sleep((int)n.Not...
45.227273
452
0.674372
Consalv0
58c2e888e4de6793a9dc0157cf9b5f4eb7b98680
1,933
hpp
C++
external/pss/include/rantala/tools/insertion_sort.hpp
kurpicz/dsss
ac50a22b1beec1d8613a6cd868798426352305c8
[ "BSD-2-Clause" ]
3
2018-10-24T22:15:17.000Z
2019-09-21T22:56:05.000Z
external/pss/include/rantala/tools/insertion_sort.hpp
kurpicz/dsss
ac50a22b1beec1d8613a6cd868798426352305c8
[ "BSD-2-Clause" ]
null
null
null
external/pss/include/rantala/tools/insertion_sort.hpp
kurpicz/dsss
ac50a22b1beec1d8613a6cd868798426352305c8
[ "BSD-2-Clause" ]
null
null
null
/* * Copyright 2007-2008 by Tommi Rantala <tt.rantala@gmail.com> * * 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,...
31.177419
79
0.694775
kurpicz
58c3fbf3ae0847cd1840a0026566255648e30af6
4,978
cpp
C++
src/design_editor/Settings.cpp
TheMrButcher/opengl_lessons
76ac96c45773a54a85d49c6994770b0c3496303f
[ "MIT" ]
1
2016-10-25T21:15:16.000Z
2016-10-25T21:15:16.000Z
src/design_editor/Settings.cpp
TheMrButcher/gamebase
76ac96c45773a54a85d49c6994770b0c3496303f
[ "MIT" ]
375
2016-06-04T11:27:40.000Z
2019-04-14T17:11:09.000Z
src/design_editor/Settings.cpp
TheMrButcher/gamebase
76ac96c45773a54a85d49c6994770b0c3496303f
[ "MIT" ]
null
null
null
/** * Copyright (c) 2018 Slavnejshev Filipp * This file is licensed under the terms of the MIT license. */ #include "Settings.h" #include "Presentation.h" #include <gamebase/impl/app/Config.h> #include <gamebase/text/StringUtils.h> #include <json/reader.h> #include <json/writer.h> namespace gamebase { namespace ed...
34.331034
109
0.684813
TheMrButcher
58cd1f4e7274498d12e2a00f4fb69ba75193e758
1,886
cpp
C++
Tools/STM32FW/STM32Cube_FW_F7_V1.16.2/Projects/STM32F7508-DISCO/Demonstrations/TouchGFX/Gui/generated/fonts/src/Table_Asap_Regular_18_4bpp.cpp
ramkumarkoppu/NUCLEO-F767ZI-ESW
85e129d71ee8eccbd0b94b5e07e75b6b91679ee8
[ "MIT" ]
null
null
null
Tools/STM32FW/STM32Cube_FW_F7_V1.16.2/Projects/STM32F7508-DISCO/Demonstrations/TouchGFX/Gui/generated/fonts/src/Table_Asap_Regular_18_4bpp.cpp
ramkumarkoppu/NUCLEO-F767ZI-ESW
85e129d71ee8eccbd0b94b5e07e75b6b91679ee8
[ "MIT" ]
null
null
null
Tools/STM32FW/STM32Cube_FW_F7_V1.16.2/Projects/STM32F7508-DISCO/Demonstrations/TouchGFX/Gui/generated/fonts/src/Table_Asap_Regular_18_4bpp.cpp
ramkumarkoppu/NUCLEO-F767ZI-ESW
85e129d71ee8eccbd0b94b5e07e75b6b91679ee8
[ "MIT" ]
null
null
null
#include <touchgfx/Font.hpp> #ifndef NO_USING_NAMESPACE_TOUCHGFX using namespace touchgfx; #endif FONT_LOCATION_FLASH_PRAGMA KEEP extern const touchgfx::GlyphNode glyphs_Asap_Regular_18_4bpp[] FONT_LOCATION_FLASH_ATTRIBUTE = { { 0, 32, 0, 0, 0, 0, 4, 255, 0, 0}, { 0, 65, 11, 13, 13, ...
44.904762
99
0.389183
ramkumarkoppu
58d0b8f3df5159b07b13a689dcd84a7a3cd180ea
65,825
cc
C++
media/gpu/vaapi_video_decode_accelerator.cc
Wzzzx/chromium-crosswalk
768dde8efa71169f1c1113ca6ef322f1e8c9e7de
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2019-01-28T08:09:58.000Z
2021-11-15T15:32:10.000Z
media/gpu/vaapi_video_decode_accelerator.cc
Wzzzx/chromium-crosswalk
768dde8efa71169f1c1113ca6ef322f1e8c9e7de
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
media/gpu/vaapi_video_decode_accelerator.cc
Wzzzx/chromium-crosswalk
768dde8efa71169f1c1113ca6ef322f1e8c9e7de
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
6
2020-09-23T08:56:12.000Z
2021-11-18T03:40:49.000Z
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "media/gpu/vaapi_video_decode_accelerator.h" #include <string.h> #include <memory> #include "base/bind.h" #include "base/files/scoped_file...
35.370768
80
0.714546
Wzzzx
58d884e94c43d12a08a34f33a92387ac0233dc97
899
cpp
C++
Ch09/date_941.cpp
rzotya0327/UDProg-Introduction
c64244ee541d4ad0c85645385ef4f0c2e1886621
[ "CC0-1.0" ]
null
null
null
Ch09/date_941.cpp
rzotya0327/UDProg-Introduction
c64244ee541d4ad0c85645385ef4f0c2e1886621
[ "CC0-1.0" ]
null
null
null
Ch09/date_941.cpp
rzotya0327/UDProg-Introduction
c64244ee541d4ad0c85645385ef4f0c2e1886621
[ "CC0-1.0" ]
null
null
null
#include "std_lib_facilities.h" struct Date { int y; int m; int d; }; Date today; Date tomorrow; void init_day(Date& date, int y, int m, int d) { if (y > 0) date.y = y; else error("Invalid year"); if (m <= 12 && m > 0) date.m = m; //ekkor valid, felveheti az értéket else error("Invalid month"); ...
14.5
54
0.549499
rzotya0327
58da56970c2661321a3644370d00a59248fcd730
1,092
cpp
C++
Engine/Source/Editor/SandboxApp.cpp
douysu/Sudou
23286e22a96814863ee55c6e2b5cc67be18acba9
[ "Apache-2.0" ]
3
2022-01-07T01:09:06.000Z
2022-01-21T03:11:33.000Z
Engine/Source/Editor/SandboxApp.cpp
douysu/Sudou
23286e22a96814863ee55c6e2b5cc67be18acba9
[ "Apache-2.0" ]
null
null
null
Engine/Source/Editor/SandboxApp.cpp
douysu/Sudou
23286e22a96814863ee55c6e2b5cc67be18acba9
[ "Apache-2.0" ]
null
null
null
#include "Runtime/Core/Application.h" #include "Runtime/Core/EntryPoint.h" #include "Runtime/GUI/ImGuiLayer.h" #include "Runtime/Core/Input.h" #include "Runtime/Core/KeyCodes.h" #include "Runtime/Core/MouseButtonCodes.h" #include "imgui/imgui.h" class ExampleLayer : public Sudou::Layer { public: ExampleLayer() : Lay...
18.508475
62
0.675824
douysu
58dc8c5933254d81e8ba484a0dbff92210c644f3
784
cpp
C++
data/dailyCodingProblem774.cpp
vidit1999/daily_coding_problem
b90319cb4ddce11149f54010ba36c4bd6fa0a787
[ "MIT" ]
2
2020-09-04T20:56:23.000Z
2021-06-11T07:42:26.000Z
data/dailyCodingProblem774.cpp
vidit1999/daily_coding_problem
b90319cb4ddce11149f54010ba36c4bd6fa0a787
[ "MIT" ]
null
null
null
data/dailyCodingProblem774.cpp
vidit1999/daily_coding_problem
b90319cb4ddce11149f54010ba36c4bd6fa0a787
[ "MIT" ]
null
null
null
#include <bits/stdc++.h> using namespace std; /* Using a read7() method that returns 7 characters from a file, implement readN(n) which reads n characters. For example, given a file with the content “Hello world”, three read7() returns “Hello w”, “orld” and then “”. */ int index; string read7(string& s){ string an...
15.68
61
0.609694
vidit1999
58dce6983f47c9a22164b0532804eef635d29945
2,790
cc
C++
RecoTracker/TkMSParametrization/src/MSLayersKeeperX0DetLayer.cc
malbouis/cmssw
16173a30d3f0c9ecc5419c474bb4d272c58b65c8
[ "Apache-2.0" ]
852
2015-01-11T21:03:51.000Z
2022-03-25T21:14:00.000Z
RecoTracker/TkMSParametrization/src/MSLayersKeeperX0DetLayer.cc
gartung/cmssw
3072dde3ce94dcd1791d778988198a44cde02162
[ "Apache-2.0" ]
30,371
2015-01-02T00:14:40.000Z
2022-03-31T23:26:05.000Z
RecoTracker/TkMSParametrization/src/MSLayersKeeperX0DetLayer.cc
gartung/cmssw
3072dde3ce94dcd1791d778988198a44cde02162
[ "Apache-2.0" ]
3,240
2015-01-02T05:53:18.000Z
2022-03-31T17:24:21.000Z
#include "MSLayersKeeperX0DetLayer.h" #include "TrackingTools/DetLayers/interface/DetLayer.h" #include "TrackingTools/DetLayers/interface/BarrelDetLayer.h" #include "TrackingTools/DetLayers/interface/ForwardDetLayer.h" #include "DataFormats/GeometrySurface/interface/BoundSurface.h" #include "DataFormats/GeometrySurface...
38.219178
89
0.647312
malbouis
58dce8362c760d85774b75d402d8c3dae2cf69fa
3,434
cpp
C++
main.cpp
aszecsei/kestrel_compiler
3b592c77042f534ee725d076701800d5ad19318c
[ "MIT" ]
null
null
null
main.cpp
aszecsei/kestrel_compiler
3b592c77042f534ee725d076701800d5ad19318c
[ "MIT" ]
null
null
null
main.cpp
aszecsei/kestrel_compiler
3b592c77042f534ee725d076701800d5ad19318c
[ "MIT" ]
null
null
null
/* main.c -- main program for a Kestrel compiler */ /* Author: Douglas W. Jones * Date 9/30/2016 -- code from lecture 17 with pro-forma comment changes */ #include "main.h" #include "environment.h" #include "lexical.h" #include "block.h" #include "program.h" const char* main_infile; const char* main_outfile; int ...
27.918699
96
0.562609
aszecsei
58de7d6710236d98603c6e13f4f7df58f67b2ad4
323
cpp
C++
PlatformIOBlink/src/main.cpp
Niapollab/Microprocessor-Architecture_5-semester
6f7303ce85d45720ee7c847cb9969fc7cc5a1737
[ "Apache-2.0" ]
1
2021-12-20T04:44:23.000Z
2021-12-20T04:44:23.000Z
PlatformIOBlink/src/main.cpp
Niapollab/Microprocessor-Architecture_5-semester
6f7303ce85d45720ee7c847cb9969fc7cc5a1737
[ "Apache-2.0" ]
null
null
null
PlatformIOBlink/src/main.cpp
Niapollab/Microprocessor-Architecture_5-semester
6f7303ce85d45720ee7c847cb9969fc7cc5a1737
[ "Apache-2.0" ]
null
null
null
#include <Arduino.h> #ifdef __PLATFORMIO_BUILD_DEBUG__ #include <avr_debugger.h> #endif #define BLINK_DELAY 2000 void setup() { #ifdef __PLATFORMIO_BUILD_DEBUG__ debug_init(); #endif pinMode(LED_BUILTIN, OUTPUT); } void loop() { digitalWrite(LED_BUILTIN, !digitalRead(LED_BUILTIN)); delay(BLINK_DELAY)...
16.15
57
0.743034
Niapollab
58dee9dad1c5a50edebdcbad1dfeb8178d6a2e38
2,993
cpp
C++
traces/trace_maker.cpp
umn-cris/MQSim
0c103c0a0fb0aee8d8f30e5bbbfb9224c1d6cb8d
[ "MIT" ]
null
null
null
traces/trace_maker.cpp
umn-cris/MQSim
0c103c0a0fb0aee8d8f30e5bbbfb9224c1d6cb8d
[ "MIT" ]
null
null
null
traces/trace_maker.cpp
umn-cris/MQSim
0c103c0a0fb0aee8d8f30e5bbbfb9224c1d6cb8d
[ "MIT" ]
null
null
null
#include <string> #include <stdio.h> #include <iostream> #include <fstream> #include <time.h> using namespace std; const unsigned int sector_size_in_bytes = 512; const unsigned int zone_size_MB = 256; unsigned int smallest_zone_number = 2; unsigned int biggest_zone_number = 14; unsigned int total_size_of_accessed_fil...
38.87013
136
0.657534
umn-cris
58df715b2c535d54e974256dfe0719118f781e16
3,936
hpp
C++
src/adcs/dev/ADS1015.hpp
Pathfinder-for-Pitch-Momentum-Bias/FlightSoftware
7256f52f7c5887af7fc8679b163629d1235fa1bb
[ "MIT" ]
6
2020-02-24T07:46:22.000Z
2021-09-26T22:57:05.000Z
src/adcs/dev/ADS1015.hpp
pathfinder-for-autonomous-navigation/FlightSoftware
a3c30b10e2a28d17a2de0180c996bcc5f9ada7c7
[ "MIT" ]
537
2019-05-29T04:31:30.000Z
2022-03-06T17:18:56.000Z
src/adcs/dev/ADS1015.hpp
Pathfinder-for-Pitch-Momentum-Bias/FlightSoftware
7256f52f7c5887af7fc8679b163629d1235fa1bb
[ "MIT" ]
5
2020-04-01T17:29:37.000Z
2022-02-25T22:26:14.000Z
// // src/adcs/dev/ADS1015.hpp // FlightSoftware // // Contributors: // Kyle Krol kpk63@cornell.edu // // Pathfinder for Autonomous Navigation // Space Systems Design Studio // Cornell Univeristy // // TODO : // Test version 2_0 with the differential reads as well #ifndef SRC_ADCS_DEV_ADS1015_HPP_ #define SRC_ADCS...
32
106
0.667937
Pathfinder-for-Pitch-Momentum-Bias
58e0235318b844ba7b585f2fd9bc8dbb65a78e8f
13,528
cc
C++
code/render/physics/havok/havokscene.cc
gscept/nebula-trifid
e7c0a0acb05eedad9ed37a72c1bdf2d658511b42
[ "BSD-2-Clause" ]
67
2015-03-30T19:56:16.000Z
2022-03-11T13:52:17.000Z
code/render/physics/havok/havokscene.cc
gscept/nebula-trifid
e7c0a0acb05eedad9ed37a72c1bdf2d658511b42
[ "BSD-2-Clause" ]
5
2015-04-15T17:17:33.000Z
2016-02-11T00:40:17.000Z
code/render/physics/havok/havokscene.cc
gscept/nebula-trifid
e7c0a0acb05eedad9ed37a72c1bdf2d658511b42
[ "BSD-2-Clause" ]
34
2015-03-30T15:08:00.000Z
2021-09-23T05:55:10.000Z
//------------------------------------------------------------------------------ // havokscene.cc // (C) 2013-2014 Individual contributors, see AUTHORS file //------------------------------------------------------------------------------ #include "stdneb.h" #include "physics/scene.h" #include "physics/filterset.h" #i...
28.540084
159
0.648137
gscept