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
3ead6eb60a456bc5a1322d18a7655b504b963b05
5,178
cpp
C++
src/editor/log_ui.cpp
OndraVoves/LumixEngine
b7040d7a5b9dc1c6bc78e5e6d9b33b7f585c435f
[ "MIT" ]
null
null
null
src/editor/log_ui.cpp
OndraVoves/LumixEngine
b7040d7a5b9dc1c6bc78e5e6d9b33b7f585c435f
[ "MIT" ]
null
null
null
src/editor/log_ui.cpp
OndraVoves/LumixEngine
b7040d7a5b9dc1c6bc78e5e6d9b33b7f585c435f
[ "MIT" ]
null
null
null
#include "log_ui.h" #include "editor/platform_interface.h" #include "engine/log.h" #include "imgui/imgui.h" namespace Lumix { LogUI::LogUI(IAllocator& allocator) : m_allocator(allocator) , m_messages(allocator) , m_current_tab(Error) , m_notifications(allocator) , m_last_uid(1) , m_guard(false) , m_is_opened...
20.795181
83
0.653534
OndraVoves
3eae1d8f730602093de5ae38dac9ece861131e15
442
hxx
C++
include/WonderRabbitProject/key/detail.include_symbols.hxx
usagi/libWRP-key
28d3969da339f9df97981552fd5980269f8b96a4
[ "MIT" ]
2
2017-12-27T18:38:07.000Z
2021-04-07T11:24:06.000Z
include/WonderRabbitProject/key/detail.include_symbols.hxx
usagi/libWRP-key
28d3969da339f9df97981552fd5980269f8b96a4
[ "MIT" ]
null
null
null
include/WonderRabbitProject/key/detail.include_symbols.hxx
usagi/libWRP-key
28d3969da339f9df97981552fd5980269f8b96a4
[ "MIT" ]
1
2015-05-16T08:44:42.000Z
2015-05-16T08:44:42.000Z
#pragma once #if defined(_WIN64) || defined(_WIN32) #ifndef NOMINMAX #define NOMINMAX #endif #ifndef WRP_NO_KEY_WRITER #include <rtccore.h> #endif #include <windef.h> #include <winbase.h> #include <winuser.h> #elif defined(__APPLE__) #include "/System/Library/Frameworks/Carbon.framework/Version...
24.555556
126
0.735294
usagi
3eb96f63340e6f446c817b42a869d303307570ab
2,120
cpp
C++
libs/core/resiliency/tests/unit/replicate_executor.cpp
Andrea-MariaDB-2/hpx
e230dddce4a8783817f38e07f5a77e624f64f826
[ "BSL-1.0" ]
1,822
2015-01-03T11:22:37.000Z
2022-03-31T14:49:59.000Z
libs/core/resiliency/tests/unit/replicate_executor.cpp
Andrea-MariaDB-2/hpx
e230dddce4a8783817f38e07f5a77e624f64f826
[ "BSL-1.0" ]
3,288
2015-01-05T17:00:23.000Z
2022-03-31T18:49:41.000Z
libs/core/resiliency/tests/unit/replicate_executor.cpp
Andrea-MariaDB-2/hpx
e230dddce4a8783817f38e07f5a77e624f64f826
[ "BSL-1.0" ]
431
2015-01-07T06:22:14.000Z
2022-03-31T14:50:04.000Z
// Copyright (c) 2020 Hartmut Kaiser // // SPDX-License-Identifier: BSL-1.0 // 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 <hpx/local/algorithm.hpp> #include <hpx/local/execution.hpp> #include <hpx/lo...
24.941176
80
0.557075
Andrea-MariaDB-2
3ebda98f396ff33efaae6cb3465b19c24b226c51
2,320
cpp
C++
APIO17_rainbow.cpp
puyuliao/APIO
504570c950d7d824653a466642ed7284453d48eb
[ "MIT" ]
null
null
null
APIO17_rainbow.cpp
puyuliao/APIO
504570c950d7d824653a466642ed7284453d48eb
[ "MIT" ]
null
null
null
APIO17_rainbow.cpp
puyuliao/APIO
504570c950d7d824653a466642ed7284453d48eb
[ "MIT" ]
null
null
null
#include<bits/stdc++.h> #include<stdint.h> using namespace std; #define IOS {cin.tie(0);ios_base::sync_with_stdio(false);} #define N 200005 #define lowbit(x) (x&-x) #include"rainbow.h" struct dbit{ vector<int> v[N]; int n,m; void init(int _n,int _m){ n = _n,m = _m; for(int i=1;i<=n;i++) v[i].clear();...
26.363636
124
0.539224
puyuliao
3ebf3dbbbf4975cf1ad8f76018f5ca3fc54a18d2
5,008
cpp
C++
src/tests/kits/game/push_game_sound_test/push_game_sound_test.cpp
Kirishikesan/haiku
835565c55830f2dab01e6e332cc7e2d9c015b51e
[ "MIT" ]
1,338
2015-01-03T20:06:56.000Z
2022-03-26T13:49:54.000Z
src/tests/kits/game/push_game_sound_test/push_game_sound_test.cpp
Kirishikesan/haiku
835565c55830f2dab01e6e332cc7e2d9c015b51e
[ "MIT" ]
15
2015-01-17T22:19:32.000Z
2021-12-20T12:35:00.000Z
src/tests/kits/game/push_game_sound_test/push_game_sound_test.cpp
Kirishikesan/haiku
835565c55830f2dab01e6e332cc7e2d9c015b51e
[ "MIT" ]
350
2015-01-08T14:15:27.000Z
2022-03-21T18:14:35.000Z
/* * Copyright 2009, Krzysztof Ćwiertnia (krzysiek.bmkx_gmail_com). * All Rights Reserved. Distributed under the terms of the MIT License. */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <Entry.h> #include <InterfaceDefs.h> #include <MediaFile.h> #include <MediaTrack.h> #include <PushGameSo...
25.55102
74
0.692492
Kirishikesan
3ec1ca8c73e53953508faccd4772170465e1e6f1
794
cpp
C++
worker/signal_handler.cpp
photoszzt/ava
a5905414c5234784fda3ca061d26f855f9fbd1d4
[ "BSD-2-Clause" ]
24
2020-01-31T21:25:10.000Z
2021-08-03T23:48:14.000Z
worker/signal_handler.cpp
photoszzt/ava
a5905414c5234784fda3ca061d26f855f9fbd1d4
[ "BSD-2-Clause" ]
81
2020-03-16T02:47:04.000Z
2021-07-14T12:22:47.000Z
worker/signal_handler.cpp
photoszzt/ava
a5905414c5234784fda3ca061d26f855f9fbd1d4
[ "BSD-2-Clause" ]
15
2020-01-31T21:25:14.000Z
2021-11-18T03:35:13.000Z
#include "signal_handler.h" #include <absl/debugging/failure_signal_handler.h> #include <errno.h> #include <fcntl.h> #include <signal.h> #include <stdio.h> namespace ava_manager { __sighandler_t original_sigint_handler = SIG_DFL; __sighandler_t original_sigchld_handler = SIG_DFL; void sigint_handler(int signo) { ...
27.37931
112
0.77204
photoszzt
3ec3296f39a1dbce3f40bc6034574220bea61a77
8,544
cxx
C++
Applications/ConvertTransformToRIREFormat/niftkConvertTransformToRIREFormat.cxx
NifTK/NifTK
2358b333c89ff1bba1c232eecbbcdc8003305dfe
[ "BSD-3-Clause" ]
13
2018-07-28T13:36:38.000Z
2021-11-01T19:17:39.000Z
Applications/ConvertTransformToRIREFormat/niftkConvertTransformToRIREFormat.cxx
NifTK/NifTK
2358b333c89ff1bba1c232eecbbcdc8003305dfe
[ "BSD-3-Clause" ]
null
null
null
Applications/ConvertTransformToRIREFormat/niftkConvertTransformToRIREFormat.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...
35.89916
180
0.584504
NifTK
3ec524329f98a49688707c20dbd37790e5d35e30
2,443
cpp
C++
L2/S1/calcul_scientifique/TD9/Polynom.cpp
ZeCroque/study-uppa
94b902eaeb6ffe78a28a2bab3581ce017f51bc92
[ "MIT" ]
1
2018-12-14T22:37:06.000Z
2018-12-14T22:37:06.000Z
L2/S1/calcul_scientifique/TD9/Polynom.cpp
ZeCroque/study-uppa
94b902eaeb6ffe78a28a2bab3581ce017f51bc92
[ "MIT" ]
null
null
null
L2/S1/calcul_scientifique/TD9/Polynom.cpp
ZeCroque/study-uppa
94b902eaeb6ffe78a28a2bab3581ce017f51bc92
[ "MIT" ]
null
null
null
#include "Polynom.h" using namespace L2Info; Polynom::Polynom() { _deg=0; _coeff=NULL; } Polynom::Polynom(int deg) { _deg=deg; _coeff=NULL; } Polynom::Polynom(int deg, double* coeff) { _deg=deg; _coeff=new double[deg+1]; _coeff=coeff; } Polynom::~Polynom() { delete[] _coeff; } int Polynom::getDegree() con...
12.464286
60
0.559967
ZeCroque
3ec6ac96bf6b8fcce060ab2c8f5c5e4e3ef81afa
2,670
hpp
C++
sdk/packages/laikago/components/LaikagoDriver.hpp
ddr95070/RMIsaac
ee3918f685f0a88563248ddea11d089581077973
[ "FSFAP" ]
null
null
null
sdk/packages/laikago/components/LaikagoDriver.hpp
ddr95070/RMIsaac
ee3918f685f0a88563248ddea11d089581077973
[ "FSFAP" ]
null
null
null
sdk/packages/laikago/components/LaikagoDriver.hpp
ddr95070/RMIsaac
ee3918f685f0a88563248ddea11d089581077973
[ "FSFAP" ]
1
2022-01-28T16:37:51.000Z
2022-01-28T16:37:51.000Z
/* Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved. NVIDIA CORPORATION and its licensors retain all intellectual property and proprietary rights in and to this software, related documentation and any modifications thereto. Any use, reproduction, disclosure or distribution of this software and related docum...
34.675325
93
0.768539
ddr95070
3ecb6d7001fba712c1c9caa2cf77e3a71f381c83
1,638
cpp
C++
src/limitless/pipeline/scene_data.cpp
Tehsapper/graphics-engine
5b7cd93c750ccce7b254c6bb4a13948b2b4ec975
[ "MIT" ]
9
2020-07-23T13:00:12.000Z
2021-01-07T10:44:24.000Z
src/limitless/pipeline/scene_data.cpp
Tehsapper/graphics-engine
5b7cd93c750ccce7b254c6bb4a13948b2b4ec975
[ "MIT" ]
7
2020-09-11T18:23:45.000Z
2020-11-01T19:05:47.000Z
src/limitless/pipeline/scene_data.cpp
Tehsapper/graphics-engine
5b7cd93c750ccce7b254c6bb4a13948b2b4ec975
[ "MIT" ]
3
2020-08-24T01:59:48.000Z
2021-02-18T16:41:27.000Z
#include <limitless/pipeline/scene_data.hpp> #include <limitless/core/context.hpp> #include <limitless/core/buffer_builder.hpp> #include <limitless/camera.hpp> using namespace Limitless; namespace { constexpr auto SCENE_DATA_BUFFER_NAME = "scene_data"; } SceneDataStorage::SceneDataStorage(Context& ctx) { Bu...
38.093023
126
0.714896
Tehsapper
3ece945fc559f14d7602b9ed64737789028e6964
2,774
hpp
C++
dev/restinio/utils/from_string.hpp
binarytrails/restinio
3a3d6ed6c2185166e30679ab5cae8a51aea1a2f0
[ "MIT", "BSL-1.0", "BSD-3-Clause" ]
null
null
null
dev/restinio/utils/from_string.hpp
binarytrails/restinio
3a3d6ed6c2185166e30679ab5cae8a51aea1a2f0
[ "MIT", "BSL-1.0", "BSD-3-Clause" ]
null
null
null
dev/restinio/utils/from_string.hpp
binarytrails/restinio
3a3d6ed6c2185166e30679ab5cae8a51aea1a2f0
[ "MIT", "BSL-1.0", "BSD-3-Clause" ]
null
null
null
/* restinio */ /*! Convert strings to numeric types. */ #pragma once #include <cctype> #include <string> #include <limits> #include <stdexcept> #include <algorithm> #include <fmt/format.h> #include <restinio/string_view.hpp> #include <restinio/exception.hpp> #include "from_string_details.ipp" namespace restini...
19.673759
83
0.677722
binarytrails
3ecf38ab00949781a3c49d2c721b9209255d539b
39,677
cpp
C++
Plugins/AdvancedSessions/AdvancedSessions/Intermediate/Build/Win64/UE4Editor/Inc/AdvancedSessions/AdvancedFriendsGameInstance.gen.cpp
Maskside/DriftGame
a518574f3ba4256da0cc948b9f147b4d3aaa3b5c
[ "MIT" ]
1
2019-08-05T23:14:02.000Z
2019-08-05T23:14:02.000Z
Plugins/AdvancedSessions/AdvancedSessions/Intermediate/Build/Win64/UE4Editor/Inc/AdvancedSessions/AdvancedFriendsGameInstance.gen.cpp
Maskside/DriftGame
a518574f3ba4256da0cc948b9f147b4d3aaa3b5c
[ "MIT" ]
12
2019-08-05T22:30:45.000Z
2019-08-07T21:45:39.000Z
EvilCube/Plugins/AdvancedSessions/AdvancedSessions/Intermediate/Build/Win64/UE4Editor/Inc/AdvancedSessions/AdvancedFriendsGameInstance.gen.cpp
0Bennyman/ProjectLDR
517ef2cdd1115cd73e74d383d80637b17945c248
[ "Linux-OpenIB" ]
null
null
null
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved. /*=========================================================================== Generated code exported from UnrealHeaderTool. DO NOT modify this manually! Edit the corresponding .h files instead! ==============================================================...
92.058005
874
0.877587
Maskside
a7931c1ff13b09f0846a37116e038ced826b351e
333
cpp
C++
OnlineJudgeUVa/C++/11xxx/11683 - Laser Sculpture/main.cpp
DVRodri8/Competitive-programs
db90c63aea8fa4403ae7ec735c7f7ce73c842be4
[ "MIT" ]
null
null
null
OnlineJudgeUVa/C++/11xxx/11683 - Laser Sculpture/main.cpp
DVRodri8/Competitive-programs
db90c63aea8fa4403ae7ec735c7f7ce73c842be4
[ "MIT" ]
null
null
null
OnlineJudgeUVa/C++/11xxx/11683 - Laser Sculpture/main.cpp
DVRodri8/Competitive-programs
db90c63aea8fa4403ae7ec735c7f7ce73c842be4
[ "MIT" ]
null
null
null
#include <iostream> using namespace std; int main(){ int hight, weight, n, next_n, res; while(cin >> hight >> weight && hight != 0){ cin >> n; res = hight - n; for(;weight > 1; weight--){ cin >> next_n; if(n > next_n) res += n - next_n; n = next_n; } cout << res << endl; } ...
16.65
46
0.510511
DVRodri8
a7948639a90f294fd23bddf2a0c1c604f622769d
8,957
hpp
C++
ReactNativeFrontend/ios/Pods/boost/boost/numeric/ublas/tensor/expression_evaluation.hpp
Harshitha91/Tmdb-react-native-node
e06e3f25a7ee6946ef07a1f524fdf62e48424293
[ "Apache-2.0" ]
12,278
2015-01-29T17:11:33.000Z
2022-03-31T21:12:00.000Z
ReactNativeFrontend/ios/Pods/boost/boost/numeric/ublas/tensor/expression_evaluation.hpp
Harshitha91/Tmdb-react-native-node
e06e3f25a7ee6946ef07a1f524fdf62e48424293
[ "Apache-2.0" ]
9,469
2015-01-30T05:33:07.000Z
2022-03-31T16:17:21.000Z
ReactNativeFrontend/ios/Pods/boost/boost/numeric/ublas/tensor/expression_evaluation.hpp
Harshitha91/Tmdb-react-native-node
e06e3f25a7ee6946ef07a1f524fdf62e48424293
[ "Apache-2.0" ]
892
2015-01-29T16:26:19.000Z
2022-03-20T07:44:30.000Z
// // Copyright (c) 2018-2019, Cem Bassoy, cem.bassoy@gmail.com // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // The authors gratefully acknowledge the support of // Fraunhofer IOSB, Ettlingen, Germ...
30.99308
167
0.726248
Harshitha91
a794e9c3b2b7b4021dd9bc5360e76d720f00477f
2,383
cpp
C++
src/presentation/enrollevent.cpp
vieiramanoel/TP1-2019-1
4d68de98efcb0b77d921b3b0dc4c922a41ac7db3
[ "MIT" ]
null
null
null
src/presentation/enrollevent.cpp
vieiramanoel/TP1-2019-1
4d68de98efcb0b77d921b3b0dc4c922a41ac7db3
[ "MIT" ]
null
null
null
src/presentation/enrollevent.cpp
vieiramanoel/TP1-2019-1
4d68de98efcb0b77d921b3b0dc4c922a41ac7db3
[ "MIT" ]
null
null
null
#include <presentation/enrollevent.h> #include "ui_enrollevent.h" #include <iostream> #include <sstream> EnrollEvent::EnrollEvent(QWidget *parent, std::shared_ptr<EventContainer> ec, std::shared_ptr<PresentationsContainer> pc) : QWidget (parent), ui(new Ui::EnrollEvent) { ui->setupUi(this); events_containe...
25.623656
141
0.706253
vieiramanoel
a795393e249d531a2d390700d23cda9d267ac487
6,807
cpp
C++
kernel/runtime/dmzRuntimeContextMessaging.cpp
dmzgroup/dmz
fc2d9ddcb04ed71f4106b8d33539529807b3dea6
[ "MIT" ]
2
2015-11-05T03:03:43.000Z
2017-05-15T12:55:39.000Z
kernel/runtime/dmzRuntimeContextMessaging.cpp
dmzgroup/dmz
fc2d9ddcb04ed71f4106b8d33539529807b3dea6
[ "MIT" ]
null
null
null
kernel/runtime/dmzRuntimeContextMessaging.cpp
dmzgroup/dmz
fc2d9ddcb04ed71f4106b8d33539529807b3dea6
[ "MIT" ]
null
null
null
#include "dmzRuntimeContextDefinitions.h" #include "dmzRuntimeContextMessaging.h" #include "dmzRuntimeMessageContext.h" dmz::Message dmz::RuntimeContextDefinitions::create_message ( const String &Name, const String &ParentName, RuntimeContext *context, RuntimeContextMessaging *messagingContext)...
23.391753
87
0.595563
dmzgroup
a795a6b641042be7518f02828585a77f3defbc63
9,206
cpp
C++
Text/orientationHandler.cpp
ntclark/Graphic
86acc119d172bb53c1666432538836b461d8a3f2
[ "BSD-3-Clause" ]
12
2018-03-15T00:20:55.000Z
2021-08-11T10:02:15.000Z
Text/orientationHandler.cpp
ntclark/Graphic
86acc119d172bb53c1666432538836b461d8a3f2
[ "BSD-3-Clause" ]
null
null
null
Text/orientationHandler.cpp
ntclark/Graphic
86acc119d172bb53c1666432538836b461d8a3f2
[ "BSD-3-Clause" ]
2
2019-04-09T17:15:31.000Z
2020-12-05T19:52:59.000Z
// Copyright 2018 InnoVisioNate Inc. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "text.h" #include <stdio.h> #include <commctrl.h> #include "Graphic_resource.h" LRESULT CALLBACK Text::orientationHandler(HWND hwnd,UINT msg,WP...
35.682171
151
0.623941
ntclark
a7962e72628836bbaf732ecc20253b7b84be3e94
1,596
hpp
C++
include/uvpp/handle.hpp
leoxiaofei/uvpp
e4fd4ccdbd29a456c7c36d95d5e56a0b7c999080
[ "MIT" ]
1
2022-03-23T08:01:28.000Z
2022-03-23T08:01:28.000Z
include/uvpp/handle.hpp
leoxiaofei/uvpp
e4fd4ccdbd29a456c7c36d95d5e56a0b7c999080
[ "MIT" ]
null
null
null
include/uvpp/handle.hpp
leoxiaofei/uvpp
e4fd4ccdbd29a456c7c36d95d5e56a0b7c999080
[ "MIT" ]
null
null
null
#pragma once #include "error.hpp" #include "callback.hpp" namespace uvpp { /** * Wraps a libuv's uv_handle_t, or derived such as uv_stream_t, uv_tcp_t etc. * * Resources are released on the close call as mandated by libuv and NOT on the dtor */ template<typename HANDLE_O, typename HANDLE_T> class Handle ...
17.538462
85
0.654762
leoxiaofei
a7970077f37c809cc33b50008a40ed5536a74b07
46,755
cpp
C++
src/client/intercept/client/sqf/vehicles.cpp
xdr1000/https-github.com-intercept-intercept
f283e2fd3ce1024e496c6c17eb27f81693f05ca8
[ "MIT" ]
null
null
null
src/client/intercept/client/sqf/vehicles.cpp
xdr1000/https-github.com-intercept-intercept
f283e2fd3ce1024e496c6c17eb27f81693f05ca8
[ "MIT" ]
null
null
null
src/client/intercept/client/sqf/vehicles.cpp
xdr1000/https-github.com-intercept-intercept
f283e2fd3ce1024e496c6c17eb27f81693f05ca8
[ "MIT" ]
null
null
null
#include "vehicles.hpp" #include "client/pointers.hpp" #include "common_helpers.hpp" namespace intercept { namespace sqf { int airplane_throttle(const object &airplane_) { return host::functions.invoke_raw_unary(__sqf::unary__airplanethrottle__object__ret__scalar, airplane_); } ...
52.065702
206
0.695883
xdr1000
a7974b57d97bbc9e8e1738e13f0245856f0c7093
5,180
cpp
C++
nvse/nvse/Hooks_Dialog.cpp
swedneck/NVSE
1ac0a1e457d8b13cda0c6c9dbdb62ef733362647
[ "Zlib" ]
null
null
null
nvse/nvse/Hooks_Dialog.cpp
swedneck/NVSE
1ac0a1e457d8b13cda0c6c9dbdb62ef733362647
[ "Zlib" ]
null
null
null
nvse/nvse/Hooks_Dialog.cpp
swedneck/NVSE
1ac0a1e457d8b13cda0c6c9dbdb62ef733362647
[ "Zlib" ]
null
null
null
#include "Hooks_SaveLoad.h" #include "Hooks_Dialog.h" #include "SafeWrite.h" #include <cstdarg> #include "Utilities.h" #include "GameAPI.h" #include "GameTiles.h" #include "EventManager.h" #include "ArrayVar.h" // This is almost finished but should NOT be used yet :) #if RUNTIME #define kHookTextStart 0x00A1307E #de...
28.306011
134
0.711583
swedneck
a798e114f78e5a50262c40ff9cfea4b921e4f11f
1,884
cc
C++
inet/src/inet/transportlayer/contract/tcp/TCPSocketMap.cc
googleinterns/vectio
0d8ef1d504c821de733110c82b16b2ae43332c5c
[ "Apache-2.0" ]
1
2020-05-21T07:48:00.000Z
2020-05-21T07:48:00.000Z
inet/src/inet/transportlayer/contract/tcp/TCPSocketMap.cc
googleinterns/vectio
0d8ef1d504c821de733110c82b16b2ae43332c5c
[ "Apache-2.0" ]
4
2020-07-06T15:58:14.000Z
2020-07-15T21:56:36.000Z
inet/src/inet/transportlayer/contract/tcp/TCPSocketMap.cc
googleinterns/vectio
0d8ef1d504c821de733110c82b16b2ae43332c5c
[ "Apache-2.0" ]
1
2020-10-02T04:12:51.000Z
2020-10-02T04:12:51.000Z
// // Copyright (C) 2004 Andras Varga // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public License // as published by the Free Software Foundation; either version 2 // of the License, or (at your option) any later version. // // This program i...
31.932203
116
0.704352
googleinterns
a7999b5659f504349e3c5fc7e4f8e6bf11d493d4
47,420
cpp
C++
private/shell/shell32/favorite.cpp
King0987654/windows2000
01f9c2e62c4289194e33244aade34b7d19e7c9b8
[ "MIT" ]
11
2017-09-02T11:27:08.000Z
2022-01-02T15:25:24.000Z
private/shell/shell32/favorite.cpp
King0987654/windows2000
01f9c2e62c4289194e33244aade34b7d19e7c9b8
[ "MIT" ]
null
null
null
private/shell/shell32/favorite.cpp
King0987654/windows2000
01f9c2e62c4289194e33244aade34b7d19e7c9b8
[ "MIT" ]
14
2019-01-16T01:01:23.000Z
2022-02-20T15:54:27.000Z
#include "shellprv.h" #include "favorite.h" #include "ids.h" #include "views.h" #include "prop.h" // COL_DATA // // Columns // typedef enum { ICOL_FAV_LASTVISIT = 0, ICOL_FAV_LASTMOD, ICOL_FAV_NUMVISITS, ICOL_FAV_SPLAT, }; const COL_DATA c_fav_cols[] = { {ICOL_FAV_...
29.127764
157
0.585702
King0987654
a79a4997df222b6707fd2614a82e392132bfd53d
495
cpp
C++
Engine/Source/Runtime/SlateCore/Private/SlateCoreModule.cpp
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
1
2022-01-29T18:36:12.000Z
2022-01-29T18:36:12.000Z
Engine/Source/Runtime/SlateCore/Private/SlateCoreModule.cpp
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
null
null
null
Engine/Source/Runtime/SlateCore/Private/SlateCoreModule.cpp
windystrife/UnrealEngine_NVIDIAGameWork
b50e6338a7c5b26374d66306ebc7807541ff815e
[ "MIT" ]
null
null
null
// Copyright 1998-2017 Epic Games, Inc. All Rights Reserved. #include "CoreMinimal.h" #include "Modules/ModuleInterface.h" #include "Modules/ModuleManager.h" #include "SlateGlobals.h" #include "Types/SlateStructs.h" DEFINE_LOG_CATEGORY(LogSlate); DEFINE_LOG_CATEGORY(LogSlateStyles); const float FOptionalSize::Unspe...
17.678571
60
0.773737
windystrife
a79a5e364fc17e882ff36c65673d68b9cc638b54
269
hpp
C++
include/philchess/uci/cli.hpp
philipplenk/paulchen332
a0796a1b506854a0a91b14b66fc383c6f120bc9f
[ "BSD-2-Clause" ]
4
2020-12-12T16:55:23.000Z
2021-12-17T17:19:11.000Z
include/philchess/uci/cli.hpp
philipplenk/paulchen332
a0796a1b506854a0a91b14b66fc383c6f120bc9f
[ "BSD-2-Clause" ]
4
2020-11-25T11:20:01.000Z
2022-02-05T09:38:31.000Z
include/philchess/uci/cli.hpp
philipplenk/paulchen332
a0796a1b506854a0a91b14b66fc383c6f120bc9f
[ "BSD-2-Clause" ]
null
null
null
#ifndef PHILCHESS_UCI_CLI_H #define PHILCHESS_UCI_CLI_H namespace philchess { namespace uci { template <typename ENGINE_T, typename IO_T, typename ...ARGS_T> void run_cli(IO_T io, ARGS_T&&... args); }} //end namespace philchess:uci #include "cli_impl.hpp" #endif
19.214286
64
0.758364
philipplenk
a79aaa54694cb565d084353cf21dbe8d1a5ea3ac
10,747
cpp
C++
src/cpp/rtps/transport/test_UDPv4Transport.cpp
brawner/Fast-RTPS
8842bdd35bac66b731fe3f2f5e79fe7417355c4b
[ "Apache-2.0" ]
null
null
null
src/cpp/rtps/transport/test_UDPv4Transport.cpp
brawner/Fast-RTPS
8842bdd35bac66b731fe3f2f5e79fe7417355c4b
[ "Apache-2.0" ]
null
null
null
src/cpp/rtps/transport/test_UDPv4Transport.cpp
brawner/Fast-RTPS
8842bdd35bac66b731fe3f2f5e79fe7417355c4b
[ "Apache-2.0" ]
null
null
null
// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima). // // 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 re...
34.55627
124
0.667256
brawner
a79b730fc6dffc2d26ef865b38379f8532b52a52
5,459
hpp
C++
src/q/mpmc_flexible_lock_queue.hpp
KjellKod/QMPSC
1cb20d22a6d6c14e14fad3612bd1532fdffbabde
[ "Unlicense" ]
1
2018-09-21T09:39:15.000Z
2018-09-21T09:39:15.000Z
src/q/mpmc_flexible_lock_queue.hpp
KjellKod/QMPSC
1cb20d22a6d6c14e14fad3612bd1532fdffbabde
[ "Unlicense" ]
null
null
null
src/q/mpmc_flexible_lock_queue.hpp
KjellKod/QMPSC
1cb20d22a6d6c14e14fad3612bd1532fdffbabde
[ "Unlicense" ]
null
null
null
/** ========================================================================== * Not any company's property but Public-Domain * Do with source-code as you will. No requirement to keep this * header if need to use it/change it/ or do whatever with it * * Note that there is No guarantee that this code will work * and I t...
29.668478
98
0.621909
KjellKod
a79e9cf3d018a84485c909f5306a7f4defd3a08a
5,019
cpp
C++
Samples/LuckyDraw/Source/CViewInit.cpp
tsukoyumi/skylicht-engine
3b88d9718e87e552152633ef60e3f889869b71de
[ "MIT" ]
310
2019-11-25T04:14:11.000Z
2022-03-31T23:39:19.000Z
Samples/LuckyDraw/Source/CViewInit.cpp
tsukoyumi/skylicht-engine
3b88d9718e87e552152633ef60e3f889869b71de
[ "MIT" ]
79
2019-11-17T07:51:02.000Z
2022-03-22T08:49:41.000Z
Samples/LuckyDraw/Source/CViewInit.cpp
tsukoyumi/skylicht-engine
3b88d9718e87e552152633ef60e3f889869b71de
[ "MIT" ]
24
2020-05-10T09:37:55.000Z
2022-03-05T13:19:31.000Z
#include "pch.h" #include "CViewInit.h" #include "CViewDemo.h" #include "CLocalize.h" #include "ViewManager/CViewManager.h" #include "Context/CContext.h" #include "GridPlane/CGridPlane.h" #include "SkyDome/CSkyDome.h" CViewInit::CViewInit() : m_initState(CViewInit::DownloadBundles), m_getFile(NULL), m_downloaded(...
22.40625
83
0.708109
tsukoyumi
a79fd1fc1089cc6e5a50bf68f20ac468663403f5
2,663
hpp
C++
libraries/appbase/include/appbase/plugin.hpp
ZhengGuoDeveloper/steem
c6d6f0687879b47f97ce786b049d3d8bfc6d1c35
[ "MIT" ]
2,189
2016-04-02T21:49:13.000Z
2022-03-31T23:31:07.000Z
libraries/appbase/include/appbase/plugin.hpp
ZhengGuoDeveloper/steem
c6d6f0687879b47f97ce786b049d3d8bfc6d1c35
[ "MIT" ]
2,798
2016-04-11T18:01:05.000Z
2022-01-15T23:05:39.000Z
libraries/appbase/include/appbase/plugin.hpp
ZhengGuoDeveloper/steem
c6d6f0687879b47f97ce786b049d3d8bfc6d1c35
[ "MIT" ]
908
2016-03-23T18:26:20.000Z
2022-03-07T21:43:27.000Z
#pragma once #include <boost/program_options.hpp> #include <boost/preprocessor/seq/for_each.hpp> #include <functional> #include <string> #include <vector> #include <map> #define APPBASE_PLUGIN_REQUIRES_VISIT( r, visitor, elem ) \ visitor( appbase::app().register_plugin<elem>() ); #define APPBASE_PLUGIN_REQUIRES( P...
35.986486
100
0.660158
ZhengGuoDeveloper
a7a1e08096197b5c047080f7dd8e892ac6c2055a
567
cpp
C++
Source/Components/Input.cpp
Adelost/AberrantEngine
1282bfd1aaae6b197253ab6c2a1e7878e84ac769
[ "CC-BY-4.0" ]
null
null
null
Source/Components/Input.cpp
Adelost/AberrantEngine
1282bfd1aaae6b197253ab6c2a1e7878e84ac769
[ "CC-BY-4.0" ]
null
null
null
Source/Components/Input.cpp
Adelost/AberrantEngine
1282bfd1aaae6b197253ab6c2a1e7878e84ac769
[ "CC-BY-4.0" ]
null
null
null
#include "Input.h" namespace sys { InputSystem Input; InputSystem::ButtonSystem Button; bool InputSystem::ButtonSystem::isPressed(std::string name) { return sys::Input.button(name); } bool InputSystem::ButtonSystem::pressed(std::string name) { return sys::Input.buttonDown(name); } bool InputSystem::ButtonSystem::...
17.181818
67
0.742504
Adelost
a7a9873d1b73ac3d2568f56a5099ef89f68c7288
1,548
cpp
C++
ewk/unittest/utc_blink_ewk_settings_loads_images_automatically_set_func.cpp
Jabawack/chromium-efl
6d3a3accc8afba0aa0eff6461eb5c83138172e6e
[ "BSD-3-Clause" ]
null
null
null
ewk/unittest/utc_blink_ewk_settings_loads_images_automatically_set_func.cpp
Jabawack/chromium-efl
6d3a3accc8afba0aa0eff6461eb5c83138172e6e
[ "BSD-3-Clause" ]
null
null
null
ewk/unittest/utc_blink_ewk_settings_loads_images_automatically_set_func.cpp
Jabawack/chromium-efl
6d3a3accc8afba0aa0eff6461eb5c83138172e6e
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2014 Samsung Electronics. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "utc_blink_ewk_base.h" class utc_blink_ewk_settings_load_images_automatically_set : public utc_blink_ewk_base { }; /** * @brief Tests if retur...
28.145455
88
0.768734
Jabawack
a7aab13c65528387b290b4e46e09d22ec9b94d6d
12,245
cc
C++
src/user/applications/chess/moves.cc
jmolloy/pedigree
4f02647d8237cc19cff3c20584c0fdd27b14a7d4
[ "0BSD" ]
37
2015-01-11T20:08:48.000Z
2022-01-06T17:25:22.000Z
src/user/applications/chess/moves.cc
jmolloy/pedigree
4f02647d8237cc19cff3c20584c0fdd27b14a7d4
[ "0BSD" ]
4
2016-05-20T01:01:59.000Z
2016-06-22T00:03:27.000Z
src/user/applications/chess/moves.cc
jmolloy/pedigree
4f02647d8237cc19cff3c20584c0fdd27b14a7d4
[ "0BSD" ]
6
2015-09-14T14:44:20.000Z
2019-01-11T09:52:21.000Z
#include "moves.h" #include <stdio.h> // Rank lookup table. unsigned char rankLookupTable[256][256][8]; unsigned char doRankComparison(unsigned char allPieces, unsigned char enemyPieces, int file); // Creates the lookup table. void initLookupTable() { f...
35.390173
107
0.514986
jmolloy
a7adaa567dbc5836bfbd71b2f96a109c6931c335
5,860
cpp
C++
src/main.cpp
grillbaer/esp32-geiger-counter
92b42556f84049272eff9ab4e9a114a58a60763b
[ "MIT" ]
20
2019-04-14T15:13:00.000Z
2022-03-13T12:40:29.000Z
src/main.cpp
weskenjistrea/esp32-geiger-counter
92b42556f84049272eff9ab4e9a114a58a60763b
[ "MIT" ]
3
2020-01-14T01:55:50.000Z
2021-04-09T10:01:32.000Z
src/main.cpp
weskenjistrea/esp32-geiger-counter
92b42556f84049272eff9ab4e9a114a58a60763b
[ "MIT" ]
3
2019-11-28T04:58:26.000Z
2022-03-01T21:02:32.000Z
#include <Arduino.h> #include "driver/pcnt.h" #include "driver/gpio.h" #include "driver/rtc_io.h" #include "display.h" #include "ingest.h" #include "GeigerData.h" // ~400µs high pulses from Geiger tube on GPIO 18 #define PULSE_PIN 15 #define PULSE_GPIO GPIO_NUM_15 // switch input for WiFi on (low) and off (high) #def...
23.918367
83
0.740102
grillbaer
a7ae7f1bebd880fe5048a3818db152d226f6478e
4,735
cc
C++
wcd/src/DetectorConstruction.cc
lagoproject/sims
bc34510b803136c770ecd9c789dc7cfade2ccbbd
[ "BSD-3-Clause" ]
null
null
null
wcd/src/DetectorConstruction.cc
lagoproject/sims
bc34510b803136c770ecd9c789dc7cfade2ccbbd
[ "BSD-3-Clause" ]
null
null
null
wcd/src/DetectorConstruction.cc
lagoproject/sims
bc34510b803136c770ecd9c789dc7cfade2ccbbd
[ "BSD-3-Clause" ]
null
null
null
// Geant4 Libraries // #include "G4Material.hh" #include "G4Element.hh" #include "G4LogicalBorderSurface.hh" #include "G4LogicalSkinSurface.hh" #include "G4OpticalSurface.hh" #include "G4MultiFunctionalDetector.hh" #include "G4VPrimitiveScorer.hh" #include "G4PSEnergyDeposit.hh" #include "G4VPhysicalVolume.hh" #incl...
27.852941
113
0.745512
lagoproject
a7b0240148a4f75a7c44199a0b79e18db1909cd8
7,135
cpp
C++
test/interconnection/steiner_tree_test.cpp
sheiny/ophidian
037ae44357e0093d60b379513615b467c1f841cf
[ "Apache-2.0" ]
40
2016-04-22T14:42:42.000Z
2021-05-25T23:14:23.000Z
test/interconnection/steiner_tree_test.cpp
sheiny/ophidian
037ae44357e0093d60b379513615b467c1f841cf
[ "Apache-2.0" ]
64
2016-04-28T21:10:47.000Z
2017-11-07T11:33:17.000Z
test/interconnection/steiner_tree_test.cpp
eclufsc/openeda
037ae44357e0093d60b379513615b467c1f841cf
[ "Apache-2.0" ]
25
2016-04-18T19:31:48.000Z
2021-05-05T15:50:41.000Z
#include <catch.hpp> #include <ophidian/interconnection/SteinerTree.h> #include <ophidian/geometry/Distance.h> #include <memory> #include <algorithm> using namespace ophidian::interconnection; using namespace ophidian::geometry; TEST_CASE("Steiner Tree/empty steiner tree", "[interconnection]") { auto tree = Stei...
44.04321
135
0.685074
sheiny
a7b6a94f6dc93d5b65087423379d3e9f9d28e2bf
373
cpp
C++
package/test_vcpkg/example.cpp
kmhofmann/selene
11718e1a7de6ff6251c46e4ef429a7cfb1bdb9eb
[ "MIT" ]
284
2017-11-20T08:23:54.000Z
2022-03-30T12:52:00.000Z
package/conan/test_package/example.cpp
kmhofmann/selene
11718e1a7de6ff6251c46e4ef429a7cfb1bdb9eb
[ "MIT" ]
9
2018-02-14T08:21:41.000Z
2021-07-27T19:52:12.000Z
package/test_vcpkg/example.cpp
kmhofmann/selene
11718e1a7de6ff6251c46e4ef429a7cfb1bdb9eb
[ "MIT" ]
17
2018-03-10T00:01:36.000Z
2021-06-29T10:44:27.000Z
#include "selene/img/typed/Image.hpp" #include "selene/img/typed/ImageTypeAliases.hpp" #include "selene/img_ops/ImageConversions.hpp" #include <iostream> int main() { using namespace sln::literals; sln::Image_8u3 img0({20_px, 20_px}); const auto img1 = sln::convert_image<sln::PixelFormat::RGB, sln::PixelFormat...
23.3125
89
0.710456
kmhofmann
a7b832630215f0c09ca62c3291a61f31e1897841
626
cpp
C++
result.cpp
Chiburu/ncl
4dcc061efaf623e21af4bb9eda309bd982ec2967
[ "MIT" ]
null
null
null
result.cpp
Chiburu/ncl
4dcc061efaf623e21af4bb9eda309bd982ec2967
[ "MIT" ]
null
null
null
result.cpp
Chiburu/ncl
4dcc061efaf623e21af4bb9eda309bd982ec2967
[ "MIT" ]
null
null
null
#include "result.h" Result::Result(STATUS status) : status_(status) , values_() {} STATUS Result::status() const { return status_; } STATUS Result::error() const { return ERR(status_); } bool Result::hasError() const { return error() != NOERROR; } bool Result::noError() const { ...
14.904762
63
0.640575
Chiburu
a7b8e661febf366a8418ad2478d4b6215a911b93
68
cpp
C++
CommandParse.cpp
vintonliu/QtQQ-1
a298efc9978fc5e7fa5afa760804d7e90228662d
[ "MIT" ]
101
2015-12-08T02:24:31.000Z
2022-03-27T14:28:23.000Z
CommandParse.cpp
randall2030/QtQQ
a298efc9978fc5e7fa5afa760804d7e90228662d
[ "MIT" ]
1
2018-05-06T03:15:24.000Z
2018-05-06T03:15:24.000Z
CommandParse.cpp
randall2030/QtQQ
a298efc9978fc5e7fa5afa760804d7e90228662d
[ "MIT" ]
46
2015-12-08T02:24:35.000Z
2022-01-26T19:58:08.000Z
#include "CommandParse.hpp" QString CommandParse::id_ = QString("");
34
40
0.75
vintonliu
a7b8ea0463d274a4cb4e72ee7462843f6da4e120
730
cpp
C++
rmi_driver/src/main.cpp
smith-doug/rmi_driver
50b0bb09fc15d033f8dcb3656d668106980c8107
[ "Apache-2.0" ]
6
2018-08-28T05:52:14.000Z
2022-02-03T04:28:03.000Z
rmi_driver/src/main.cpp
Psyche-mia/rmi_driver
56d8305e26a712054dabeb97b0f30055ac12aff5
[ "Apache-2.0" ]
8
2017-11-21T18:20:40.000Z
2019-05-03T19:25:09.000Z
rmi_driver/src/main.cpp
Psyche-mia/rmi_driver
56d8305e26a712054dabeb97b0f30055ac12aff5
[ "Apache-2.0" ]
6
2018-11-20T06:31:08.000Z
2021-08-05T01:13:33.000Z
#include <ros/ros.h> #include "rmi_driver/driver.h" #include "rmi_driver/joint_trajectory_action.h" #include "rmi_driver/util.h" using namespace rmi_driver; int main(int argc, char** argv) { rmi_driver::util::setThreadName("rmi_driver_main"); ros::init(argc, argv, "rmi_driver"); ros::NodeHandle nh; ros::Async...
21.470588
81
0.69589
smith-doug
a7b98bb9f6fceaa67126b8a529869f266e95a291
4,349
hpp
C++
ios/Pods/boost-for-react-native/boost/compute/functional/detail/unpack.hpp
rudylee/expo
b3e65a7a5b205f14a3eb6cd6fa8d13c8d663b1cc
[ "Apache-2.0", "MIT" ]
8,805
2015-11-03T00:52:29.000Z
2022-03-29T22:30:03.000Z
ios/Pods/boost-for-react-native/boost/compute/functional/detail/unpack.hpp
rudylee/expo
b3e65a7a5b205f14a3eb6cd6fa8d13c8d663b1cc
[ "Apache-2.0", "MIT" ]
14,694
2015-02-24T15:13:42.000Z
2022-03-31T13:16:45.000Z
ios/Pods/boost-for-react-native/boost/compute/functional/detail/unpack.hpp
rudylee/expo
b3e65a7a5b205f14a3eb6cd6fa8d13c8d663b1cc
[ "Apache-2.0", "MIT" ]
1,329
2015-11-03T20:25:51.000Z
2022-03-31T18:10:38.000Z
//---------------------------------------------------------------------------// // Copyright (c) 2013 Kyle Lutz <kyle.r.lutz@gmail.com> // // Distributed under the Boost Software License, Version 1.0 // See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt // // See http://boos...
30.201389
100
0.641297
rudylee
a7b9d07fb7f2a3f1a17791b35f7ea88602dd4ff2
8,559
hpp
C++
cpp-projects/base/geometry/point3.hpp
FlorianLance/toolbox
87882a14ec86852d90527c81475b451b9f6e12cf
[ "MIT" ]
null
null
null
cpp-projects/base/geometry/point3.hpp
FlorianLance/toolbox
87882a14ec86852d90527c81475b451b9f6e12cf
[ "MIT" ]
null
null
null
cpp-projects/base/geometry/point3.hpp
FlorianLance/toolbox
87882a14ec86852d90527c81475b451b9f6e12cf
[ "MIT" ]
1
2021-07-06T14:47:41.000Z
2021-07-06T14:47:41.000Z
/******************************************************************************* ** Toolbox-base ** ** MIT License ** ** Copyright (c) [2018] [Florian Lance] ...
28.915541
86
0.577053
FlorianLance
a7c1ac8a2cdfb1dc66af9cdb4b14b51fdcd1b638
958
cpp
C++
src/fsm-editor/nodes/condnode.cpp
AsuMagic/centauri-fsm-editor
0830969dd0c1548870ab71efa8b36a77fc40dbd4
[ "MIT" ]
null
null
null
src/fsm-editor/nodes/condnode.cpp
AsuMagic/centauri-fsm-editor
0830969dd0c1548870ab71efa8b36a77fc40dbd4
[ "MIT" ]
null
null
null
src/fsm-editor/nodes/condnode.cpp
AsuMagic/centauri-fsm-editor
0830969dd0c1548870ab71efa8b36a77fc40dbd4
[ "MIT" ]
null
null
null
#include "condnode.hpp" #include "../editor.hpp" #include "../visitors/predvisitor.hpp" #include "../visitors/noderenderer.hpp" namespace fsme { namespace nodes { CondNode::CondNode(FsmEditor& editor, ax::NodeEditor::NodeId id) : Node(editor, id) { resize_pins(m_inputs, 1); set_output_count(1); } void CondNode::...
18.784314
88
0.718163
AsuMagic
a7c387469c9c704406af01f88dafef2b4b710ac2
2,265
cpp
C++
OmegaUp/riceHub.cpp
CaDe27/Co-digos
9eea1dbf6ed06fd115391328c0a2481029c83fc0
[ "MIT" ]
null
null
null
OmegaUp/riceHub.cpp
CaDe27/Co-digos
9eea1dbf6ed06fd115391328c0a2481029c83fc0
[ "MIT" ]
null
null
null
OmegaUp/riceHub.cpp
CaDe27/Co-digos
9eea1dbf6ed06fd115391328c0a2481029c83fc0
[ "MIT" ]
null
null
null
//hacemos busqueda binaria sobre la cantidad maxima de camiones // para probar si puedes hacer que k camiones te mande, solo hay que hacer un reccorido sobre el arreglo // sobre cada posible k-tupla de campos consecutivos // debes demostrar que el mejor lugar para tomar una k tupla es entre los dos campos centrales o ...
31.458333
109
0.624283
CaDe27
a7c3f6afeca5cf32eda70608ea52da0e13de643f
16,488
cpp
C++
test/unit/alphabet/composite/composite_integration_test.cpp
SGSSGene/seqan3
ab9ccb94d02c2f27b9b73b134ee2713de91bf722
[ "CC0-1.0", "CC-BY-4.0" ]
null
null
null
test/unit/alphabet/composite/composite_integration_test.cpp
SGSSGene/seqan3
ab9ccb94d02c2f27b9b73b134ee2713de91bf722
[ "CC0-1.0", "CC-BY-4.0" ]
null
null
null
test/unit/alphabet/composite/composite_integration_test.cpp
SGSSGene/seqan3
ab9ccb94d02c2f27b9b73b134ee2713de91bf722
[ "CC0-1.0", "CC-BY-4.0" ]
null
null
null
// ----------------------------------------------------------------------------------------------------- // Copyright (c) 2006-2019, Knut Reinert & Freie Universität Berlin // Copyright (c) 2016-2019, Knut Reinert & MPI für molekulare Genetik // This file may be used, modified and/or redistributed under the terms of th...
40.811881
129
0.576237
SGSSGene
a7c433984ede093460d064b29f7f8246ecc5e21d
623
cpp
C++
src/components/animatedtextureddrawable.cpp
wareya/kotareci
14c87d1364d442456f93cebe73a288f85b79ba74
[ "Libpng" ]
null
null
null
src/components/animatedtextureddrawable.cpp
wareya/kotareci
14c87d1364d442456f93cebe73a288f85b79ba74
[ "Libpng" ]
null
null
null
src/components/animatedtextureddrawable.cpp
wareya/kotareci
14c87d1364d442456f93cebe73a288f85b79ba74
[ "Libpng" ]
null
null
null
#include "drawingcomponents.hpp" namespace Sys { AnimatedTexturedDrawable::AnimatedTexturedDrawable(entityid_t myEntity, double argx, double argy, double argxoffset, double argyoffset, int arglength, double argwidth, double argheight) : TexturedDrawable(myEntity, argx, argy, argxoffset, argyoffset, 1), length(...
36.647059
189
0.730337
wareya
a7c5f2732105dc69e1c2f5f19f7c6b8b4439f0a1
1,404
cpp
C++
Implementations/12 - Graphs Hard (4)/12.4 - Tarjan BCC.cpp
Senpat/USACO
7f65e083e70c10b43224c6e1acbab79af249b942
[ "MIT" ]
null
null
null
Implementations/12 - Graphs Hard (4)/12.4 - Tarjan BCC.cpp
Senpat/USACO
7f65e083e70c10b43224c6e1acbab79af249b942
[ "MIT" ]
null
null
null
Implementations/12 - Graphs Hard (4)/12.4 - Tarjan BCC.cpp
Senpat/USACO
7f65e083e70c10b43224c6e1acbab79af249b942
[ "MIT" ]
null
null
null
/** * Description: * Source: GeeksForGeeks (corrected) * Verification: USACO December 2017, Push a Box * https://pastebin.com/yUWuzTH8 */ template<int SZ> struct BCC { int N; vi adj[SZ]; vector<vpi> fin; void addEdge(int u, int v) { adj[u].pb(v), adj[v].pb(u); } int ti = 0, disc[SZ],...
27.529412
97
0.39245
Senpat
a7c8de8d3bb76bf649204a5b379d39a7f971de2b
9,479
hpp
C++
include/boost/simd/arch/common/simd/function/ldexp.hpp
nickporubsky/boost-simd-clone
b81dfcd9d6524a131ea714f1eebb5bb75adddcc7
[ "BSL-1.0" ]
5
2018-02-20T11:21:12.000Z
2019-11-12T13:45:09.000Z
include/boost/simd/arch/common/simd/function/ldexp.hpp
nickporubsky/boost-simd-clone
b81dfcd9d6524a131ea714f1eebb5bb75adddcc7
[ "BSL-1.0" ]
null
null
null
include/boost/simd/arch/common/simd/function/ldexp.hpp
nickporubsky/boost-simd-clone
b81dfcd9d6524a131ea714f1eebb5bb75adddcc7
[ "BSL-1.0" ]
2
2017-11-17T15:30:36.000Z
2018-03-01T02:06:25.000Z
//================================================================================================== /*! @file @copyright 2016 NumScale SAS Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) */ //===========================...
34.721612
100
0.503218
nickporubsky
a7c9f82b6f9f33e9e4028f3fcfb0afa2078e1898
558
cpp
C++
LeetCode/sqrtx.cpp
SusmoySenGupta/online-judge-solutions
8735a1bc71a05dc46255664c3ec6f47f042bfa6c
[ "MIT" ]
null
null
null
LeetCode/sqrtx.cpp
SusmoySenGupta/online-judge-solutions
8735a1bc71a05dc46255664c3ec6f47f042bfa6c
[ "MIT" ]
null
null
null
LeetCode/sqrtx.cpp
SusmoySenGupta/online-judge-solutions
8735a1bc71a05dc46255664c3ec6f47f042bfa6c
[ "MIT" ]
null
null
null
/* author: Susmoy Sen Gupta problem link: https://leetcode.com/problems/sqrtx/ Runtime: 0ms */ class Solution { public: int mySqrt(int x) { if(x == 0 || x == 1) return x; int left = 1, right = x; while(left < right) { int mid = left + (right - le...
21.461538
51
0.405018
SusmoySenGupta
a7cbd9540ad1ff7a2714e40711f3852cbef0bff7
3,039
cpp
C++
cpp/src/runtime/cifar10.cpp
fragata-ai/arhat
e22e6655ee83140be30b9657e63af1593e3054ed
[ "Apache-2.0" ]
23
2019-11-28T13:52:04.000Z
2021-12-20T03:00:07.000Z
cpp/src/runtime/cifar10.cpp
fragata-ai/arhat
e22e6655ee83140be30b9657e63af1593e3054ed
[ "Apache-2.0" ]
1
2019-12-05T09:17:39.000Z
2019-12-05T10:57:30.000Z
cpp/src/runtime/cifar10.cpp
fragata-ai/arhat
e22e6655ee83140be30b9657e63af1593e3054ed
[ "Apache-2.0" ]
2
2019-12-03T00:02:26.000Z
2019-12-04T17:01:00.000Z
// // Copyright 2019-2020 FRAGATA COMPUTER SYSTEMS AG // Copyright 2017-2018 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/LIC...
25.115702
84
0.62718
fragata-ai
a7cca33ad4ca6b1c5b649674d112cc20be866805
870
cpp
C++
src/ui/starred-files-list-model.cpp
Kashif-Nadeem/seafile-client
999b3d0775d91aa7da51a66326134aabd5009a0e
[ "Apache-2.0" ]
387
2015-01-01T14:20:30.000Z
2022-03-29T04:30:36.000Z
src/ui/starred-files-list-model.cpp
Kashif-Nadeem/seafile-client
999b3d0775d91aa7da51a66326134aabd5009a0e
[ "Apache-2.0" ]
755
2015-01-03T17:00:46.000Z
2022-03-31T07:10:45.000Z
src/ui/starred-files-list-model.cpp
Kashif-Nadeem/seafile-client
999b3d0775d91aa7da51a66326134aabd5009a0e
[ "Apache-2.0" ]
310
2015-01-09T00:45:56.000Z
2022-03-18T12:17:51.000Z
#include <QTimer> #include <QHash> #include <QDebug> #include <algorithm> // std::sort #include "utils/utils.h" #include "seafile-applet.h" #include "main-window.h" #include "rpc/rpc-client.h" #include "starred-file-item.h" #include "starred-files-list-model.h" namespace { bool compareFileByTimestamp(con...
20.232558
75
0.672414
Kashif-Nadeem
a7cf063cbe364f162f2ed635e6fad7c4c8156ec7
308
cpp
C++
lib/llvm-pass/util.cpp
mcopik/perf-taint
16613b83f504c114a77f7a22d587c29ce52d7a4b
[ "BSD-3-Clause" ]
2
2020-10-20T09:27:07.000Z
2021-03-22T05:10:24.000Z
lib/llvm-pass/util.cpp
spcl/perf-taint
16613b83f504c114a77f7a22d587c29ce52d7a4b
[ "BSD-3-Clause" ]
11
2021-06-03T08:55:28.000Z
2022-01-20T19:38:29.000Z
lib/llvm-pass/util.cpp
mcopik/perf-taint
16613b83f504c114a77f7a22d587c29ce52d7a4b
[ "BSD-3-Clause" ]
1
2020-12-05T09:53:50.000Z
2020-12-05T09:53:50.000Z
#include <perf-taint/util/util.hpp> std::string debug_info(llvm::Loop * l) { llvm::DebugLoc location = l->getStartLoc(); if (location) { return cppsprintf("File: %s line %d ", location.get()->getFilename().str(), location->getLine()); } return ""; }
22
58
0.548701
mcopik
a7cf3b5f8ab79658eb7ca30e8fd2613a3b6c99f0
2,540
cpp
C++
DearPyGui/src/core/mvInput.cpp
wallace11/DearPyGui
2f45099b6d136f22a2c882003d3ac2bd37b94a6f
[ "MIT" ]
1
2020-09-29T00:58:47.000Z
2020-09-29T00:58:47.000Z
DearPyGui/src/core/mvInput.cpp
wallace11/DearPyGui
2f45099b6d136f22a2c882003d3ac2bd37b94a6f
[ "MIT" ]
null
null
null
DearPyGui/src/core/mvInput.cpp
wallace11/DearPyGui
2f45099b6d136f22a2c882003d3ac2bd37b94a6f
[ "MIT" ]
null
null
null
#include "mvInput.h" #include "mvApp.h" namespace Marvel { mvVec2 mvInput::s_mousePos = {0.0f, 0.0f}; mvVec2 mvInput::s_mouseGlobalPos = {0.0f, 0.0f}; mvVec2 mvInput::s_mousePlotPos = {0.0f, 0.0f}; float mvInput::s_mouseWheel = 0.0f; float mvInput::s_mouseDragThreshold = 20.0f; bool mvInput::s_mouseDr...
19.538462
59
0.708661
wallace11
a7cf8ab3a3e5e2319de02010b51c0ad5a8a9572f
4,080
cpp
C++
tests/readme_examples.cpp
waywardmonkeys/simdjson
36ceaa4452b0e83d2e2ed46db708c618bdfa2d37
[ "Apache-2.0" ]
null
null
null
tests/readme_examples.cpp
waywardmonkeys/simdjson
36ceaa4452b0e83d2e2ed46db708c618bdfa2d37
[ "Apache-2.0" ]
null
null
null
tests/readme_examples.cpp
waywardmonkeys/simdjson
36ceaa4452b0e83d2e2ed46db708c618bdfa2d37
[ "Apache-2.0" ]
null
null
null
#include <iostream> #include "simdjson.h" using namespace std; using namespace simdjson; void document_parse_error_code() { cout << __func__ << endl; auto [doc, error] = document::parse("[ 1, 2, 3 ]"_padded); if (error) { cerr << "Error: " << error << endl; exit(1); } cout << doc << endl; } void parser_parse...
28.137931
104
0.624755
waywardmonkeys
a7d009f7fab139c37878d885a28543cde4f6f38f
581
cpp
C++
Resources/Example Code/20 Data Structures/Stacks and Labels/main.cpp
tdfairch2/CS200-Concepts-of-Progamming-Algorithms
050510da8eea06aff3519097cc5f22831036b7cf
[ "MIT" ]
null
null
null
Resources/Example Code/20 Data Structures/Stacks and Labels/main.cpp
tdfairch2/CS200-Concepts-of-Progamming-Algorithms
050510da8eea06aff3519097cc5f22831036b7cf
[ "MIT" ]
null
null
null
Resources/Example Code/20 Data Structures/Stacks and Labels/main.cpp
tdfairch2/CS200-Concepts-of-Progamming-Algorithms
050510da8eea06aff3519097cc5f22831036b7cf
[ "MIT" ]
null
null
null
#include <iostream> #include <stack> using namespace std; /* goto statements are frowned upon! But if you were writing something like ASM, there wouldn't be function calls, and you would use "jumps" to access other parts of the program. */ int main() { stack<int> values; values.push( 10 ); loop: int...
15.702703
59
0.581756
tdfairch2
a7d10b7c07c7d14b192486f8ca487383eeb9ef1b
604
cpp
C++
Timus/1086-2.cpp
s9v/toypuct
68e65e6da5922af340de72636a9a4f136454c70d
[ "MIT" ]
null
null
null
Timus/1086-2.cpp
s9v/toypuct
68e65e6da5922af340de72636a9a4f136454c70d
[ "MIT" ]
null
null
null
Timus/1086-2.cpp
s9v/toypuct
68e65e6da5922af340de72636a9a4f136454c70d
[ "MIT" ]
null
null
null
# include <iostream> using namespace std; int prost[16000]; int i,j,k,x,n; bool flag; void look(int x) { int i; i=prost[k]; while( k!=x ) { i=i+2; flag=true; for ( int j=1 ; j<=k ; j++ ) { if( i%prost[j]==0 ) { flag=false; break; } if( prost[j]*prost[j]>i ) break; // Th...
9.4375
35
0.466887
s9v
a7d2d6665ccbacaa63493253ffbe66dadf3f8f4a
17,560
cc
C++
RedBlackTree.cc
JanX2/red-black-and-interval-trees
4b78646b63ac95dfaac5c3756cfd1ebf4d165a32
[ "BSD-3-Clause" ]
null
null
null
RedBlackTree.cc
JanX2/red-black-and-interval-trees
4b78646b63ac95dfaac5c3756cfd1ebf4d165a32
[ "BSD-3-Clause" ]
1
2018-10-30T21:19:23.000Z
2018-10-30T21:19:23.000Z
RedBlackTree.cc
JanX2/red-black-and-interval-trees
4b78646b63ac95dfaac5c3756cfd1ebf4d165a32
[ "BSD-3-Clause" ]
null
null
null
#include "RedBlackTree.h" #include <stdio.h> #include <math.h> // If the symbol CHECK_RB_TREE_ASSUMPTIONS is defined then the // code does a lot of extra checking to make sure certain assumptions // are satisfied. This only needs to be done if you suspect bugs are // present or if you make significant changes and wan...
28.00638
88
0.552961
JanX2
a7d315693421da6a9170f0ecca63ab3e87792c54
1,488
cpp
C++
clang-tools-extra/test/clang-tidy/checkers/llvm-namespace-comment.cpp
DougGregor/llvm-project
97602a8bd045f087e02348b64ffbdd143a33e10b
[ "Apache-2.0" ]
1
2022-03-28T05:58:03.000Z
2022-03-28T05:58:03.000Z
clang-tools-extra/test/clang-tidy/checkers/llvm-namespace-comment.cpp
DougGregor/llvm-project
97602a8bd045f087e02348b64ffbdd143a33e10b
[ "Apache-2.0" ]
null
null
null
clang-tools-extra/test/clang-tidy/checkers/llvm-namespace-comment.cpp
DougGregor/llvm-project
97602a8bd045f087e02348b64ffbdd143a33e10b
[ "Apache-2.0" ]
null
null
null
// RUN: %check_clang_tidy %s llvm-namespace-comment %t namespace n1 { namespace n2 { void f(); // CHECK-MESSAGES: :[[@LINE+2]]:1: warning: namespace 'n2' not terminated with a closing comment [llvm-namespace-comment] // CHECK-MESSAGES: :[[@LINE+1]]:2: warning: namespace 'n1' not terminated with a closing comme...
35.428571
145
0.693548
DougGregor
a7d3504628a96b32cc3bfa38a428f9a8e2d101b4
14,145
cpp
C++
odbc/Common/REST.cpp
ApacheSourceCode/kylin
116a8478b60afe3181b796b8d78af3d1d0f06191
[ "Apache-2.0" ]
3,402
2015-12-02T01:37:41.000Z
2022-03-29T12:10:43.000Z
odbc/Common/REST.cpp
ApacheSourceCode/kylin
116a8478b60afe3181b796b8d78af3d1d0f06191
[ "Apache-2.0" ]
1,510
2015-12-10T00:22:45.000Z
2022-03-29T12:17:08.000Z
odbc/Common/REST.cpp
ApacheSourceCode/kylin
116a8478b60afe3181b796b8d78af3d1d0f06191
[ "Apache-2.0" ]
1,811
2015-12-02T03:49:03.000Z
2022-03-31T16:01:35.000Z
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
28.867347
127
0.587628
ApacheSourceCode
a7d384bf9c47725b0ffebbfba3faa312be98a32f
664
cpp
C++
CascadedShadowMaps11/WaitDlg.cpp
wjingzhe/CascadedShadowMaps11
ff6adcccfef9932ebf4c173acc30459f7389176e
[ "MIT" ]
null
null
null
CascadedShadowMaps11/WaitDlg.cpp
wjingzhe/CascadedShadowMaps11
ff6adcccfef9932ebf4c173acc30459f7389176e
[ "MIT" ]
null
null
null
CascadedShadowMaps11/WaitDlg.cpp
wjingzhe/CascadedShadowMaps11
ff6adcccfef9932ebf4c173acc30459f7389176e
[ "MIT" ]
1
2020-11-22T09:40:46.000Z
2020-11-22T09:40:46.000Z
#include "WaitDlg.h" INT_PTR WaitDialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) { CWaitDlg* pDialog = (CWaitDlg*)GetWindowLongPtr(hwndDlg, GWLP_USERDATA); switch (uMsg) { case WM_INITDIALOG: return true; break; case WM_CLOSE: pDialog->DestroyDialog(); return TRUE; break; } return...
17.025641
90
0.715361
wjingzhe
a7d3e7da596d8693f7bee9a74b593b8e1444dfce
11,708
cpp
C++
tests/sdk/discovery/unittest/disc_sdk_test.cpp
openharmony-gitee-mirror/communication_dsoftbus
afae96a6c8674d6ac7de307fccfa2dd205e5bcf6
[ "Apache-2.0" ]
2
2021-11-22T15:58:06.000Z
2021-12-03T13:57:01.000Z
tests/sdk/discovery/unittest/disc_sdk_test.cpp
openharmony-gitee-mirror/communication_dsoftbus
afae96a6c8674d6ac7de307fccfa2dd205e5bcf6
[ "Apache-2.0" ]
null
null
null
tests/sdk/discovery/unittest/disc_sdk_test.cpp
openharmony-gitee-mirror/communication_dsoftbus
afae96a6c8674d6ac7de307fccfa2dd205e5bcf6
[ "Apache-2.0" ]
4
2021-09-13T11:17:56.000Z
2022-03-31T01:28:33.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 applica...
26.853211
80
0.652289
openharmony-gitee-mirror
a7d9dd86299cbdcef75a4e208831de4ea440c379
844
cpp
C++
FtsUtilityAI/Source/FtsUtilityAI/Private/FtsUtilityAiObject.cpp
FreetimeStudio/FtsUtilityAI
cf1f214d685fcc3c24f426881bdad6c8257e36e3
[ "MIT" ]
1
2021-03-02T02:45:00.000Z
2021-03-02T02:45:00.000Z
FtsUtilityAI/Source/FtsUtilityAI/Private/FtsUtilityAiObject.cpp
FreetimeStudio/FtsUtilityAI
cf1f214d685fcc3c24f426881bdad6c8257e36e3
[ "MIT" ]
null
null
null
FtsUtilityAI/Source/FtsUtilityAI/Private/FtsUtilityAiObject.cpp
FreetimeStudio/FtsUtilityAI
cf1f214d685fcc3c24f426881bdad6c8257e36e3
[ "MIT" ]
null
null
null
// (c) MIT 2020 by FreetimeStudio #include "FtsUtilityAiObject.h" UFtsUtilityAiObject::UFtsUtilityAiObject() : Super() { UtilityId = NAME_None; } void UFtsUtilityAiObject::SetUtilityId(const FName& NewId) { UtilityId = NewId; } FName UFtsUtilityAiObject::GetUtilityId() const { return UtilityId; } ...
16.230769
90
0.768957
FreetimeStudio
a7daa5db671caeb7f4d8cda0d4afeae778645cdf
1,004
hpp
C++
include/cynodelic/mulinum/detail/enable_if.hpp
cynodelic/mulinum
fc7b9e750aadaede2cee8d840e65fa3832787764
[ "BSL-1.0" ]
null
null
null
include/cynodelic/mulinum/detail/enable_if.hpp
cynodelic/mulinum
fc7b9e750aadaede2cee8d840e65fa3832787764
[ "BSL-1.0" ]
null
null
null
include/cynodelic/mulinum/detail/enable_if.hpp
cynodelic/mulinum
fc7b9e750aadaede2cee8d840e65fa3832787764
[ "BSL-1.0" ]
null
null
null
// Copyright (c) 2021 Álvaro Ceballos // Distributed under the Boost Software License, Version 1.0. // See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt /** * @file enable_if.hpp * * @brief Defines the `enable_if` template alias. */ #ifndef CYNODELIC_MULINUM_DETAIL_ENABLE_IF_HPP #defi...
19.686275
80
0.72012
cynodelic
a7db28f1c395e3cab6ac3f19f675f30df5026599
700
cpp
C++
comprecttransform.cpp
dibu13/Qt-2D-Painter
9e8e0416e5e8424d1dfbf91d5c5c3a47e481ae6a
[ "MIT" ]
null
null
null
comprecttransform.cpp
dibu13/Qt-2D-Painter
9e8e0416e5e8424d1dfbf91d5c5c3a47e481ae6a
[ "MIT" ]
2
2019-02-22T13:42:09.000Z
2019-04-02T19:09:45.000Z
comprecttransform.cpp
dibu13/Qt-2D-Painter
9e8e0416e5e8424d1dfbf91d5c5c3a47e481ae6a
[ "MIT" ]
1
2019-10-10T12:19:55.000Z
2019-10-10T12:19:55.000Z
#include "comprecttransform.h" #include "gameobject.h" #include <iostream> CompRectTransform::CompRectTransform(GameObject* gameobject, float p_x, float p_y, float s_x, float s_y) : Component (gameobject, RECT_TRANSFORM), pos_x(p_x), pos_y(p_y), scale_x(s_x), scale_y(s_y) { } void CompRectTransfor...
20
106
0.561429
dibu13
a7e313f28cdfb1a7c249e8e69786ffc54ee92f62
4,159
cc
C++
src/core/sibyl/util/Config.cc
arjun-k-r/Sibyl
ae2edbb09f58e8b1cef79470e8ca9c02c244fdcb
[ "Apache-2.0" ]
34
2017-03-01T05:49:17.000Z
2022-01-01T15:30:06.000Z
src/core/sibyl/util/Config.cc
arjun-k-r/Sibyl
ae2edbb09f58e8b1cef79470e8ca9c02c244fdcb
[ "Apache-2.0" ]
1
2018-12-19T17:02:52.000Z
2018-12-19T17:02:52.000Z
src/core/sibyl/util/Config.cc
junosan/Sibyl
ae2edbb09f58e8b1cef79470e8ca9c02c244fdcb
[ "Apache-2.0" ]
24
2017-09-19T01:51:50.000Z
2022-02-04T19:53:16.000Z
/* Copyright 2017 Hosang Yoon 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 wri...
29.496454
101
0.520077
arjun-k-r
a7e494fe7eb6b45ce4255ade3396d6e9f6fa9ef1
203
cpp
C++
traits/pli.cpp
ywen-cmd/C-Templates
3960bd4e852ed0d3b4db5203f4d125b4a725dd48
[ "FSFAP" ]
null
null
null
traits/pli.cpp
ywen-cmd/C-Templates
3960bd4e852ed0d3b4db5203f4d125b4a725dd48
[ "FSFAP" ]
null
null
null
traits/pli.cpp
ywen-cmd/C-Templates
3960bd4e852ed0d3b4db5203f4d125b4a725dd48
[ "FSFAP" ]
null
null
null
#include<iostream> typedef int Int; void g(Int); template <typename T> void f(T i){ if(i>0) g(-i); } void g(Int){ f<Int>(42); } int main(){ g(1); return 0; }
10.684211
22
0.472906
ywen-cmd
a7e49fff0c3dc17d8fcc7082535e41cd8fad505f
18,240
cpp
C++
proxygen/lib/http/codec/compress/test/HPACKCodecTests.cpp
BeeswaxIO/proxygen
ddd9ce537cb93ed39cc3aa8ca52f76966b559559
[ "BSD-3-Clause" ]
null
null
null
proxygen/lib/http/codec/compress/test/HPACKCodecTests.cpp
BeeswaxIO/proxygen
ddd9ce537cb93ed39cc3aa8ca52f76966b559559
[ "BSD-3-Clause" ]
null
null
null
proxygen/lib/http/codec/compress/test/HPACKCodecTests.cpp
BeeswaxIO/proxygen
ddd9ce537cb93ed39cc3aa8ca52f76966b559559
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) 2017-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * */ #inc...
30.915254
80
0.66568
BeeswaxIO
a7e4c781d3ecf6b3e9829eef4c03ef2d86a19cd1
6,204
cpp
C++
uut/video/uutGraphics.cpp
kolyden/engine
cab1881a8493b591a136a5ce3d502e704fdea7bf
[ "Unlicense" ]
null
null
null
uut/video/uutGraphics.cpp
kolyden/engine
cab1881a8493b591a136a5ce3d502e704fdea7bf
[ "Unlicense" ]
null
null
null
uut/video/uutGraphics.cpp
kolyden/engine
cab1881a8493b591a136a5ce3d502e704fdea7bf
[ "Unlicense" ]
null
null
null
#include "uutGraphics.h" #include "core/uutContext.h" #include "uutVideo.h" #include "uutImage.h" #include "uutTexture.h" #include "uutVideoBuffer.h" #include "uutVertex2.h" #include "uutVertex3.h" #include "uutFont.h" #include "uutFontFace.h" namespace uut { Graphics::Graphics(Context* context) ...
26.741379
115
0.660703
kolyden
a7e695c28b1ebd82ca035cac1aaef052912d75f2
821
hpp
C++
test/test_Scatter.hpp
paulfreddy/rccl
9dfc2c183e0e0fc2ed19a5b2bdd29aa7c177dbc3
[ "FSFAP" ]
98
2017-12-29T17:34:39.000Z
2022-03-24T00:48:38.000Z
test/test_Scatter.hpp
paulfreddy/rccl
9dfc2c183e0e0fc2ed19a5b2bdd29aa7c177dbc3
[ "FSFAP" ]
136
2018-02-12T08:18:33.000Z
2022-03-31T21:16:36.000Z
test/test_Scatter.hpp
paulfreddy/rccl
9dfc2c183e0e0fc2ed19a5b2bdd29aa7c177dbc3
[ "FSFAP" ]
56
2018-06-06T14:41:21.000Z
2022-03-08T00:52:33.000Z
/************************************************************************* * Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. * * See LICENSE.txt for license information ************************************************************************/ #ifndef TEST_SCATTER_HPP #define TEST_SCATTER_H...
31.576923
108
0.533496
paulfreddy
a7e71973a1a3ece2a202d1e5b1cc48d5faf27152
9,598
cpp
C++
Direct_2D_Framework_JCS/Capsule2D.cpp
jcs090218/JCSCC_Engine
eac6c55203bd804acb439305ff977cfca9365e1e
[ "MIT" ]
4
2019-12-09T05:28:04.000Z
2021-02-18T14:05:09.000Z
Direct_2D_Framework_JCS/Capsule2D.cpp
jcs090218/JCSCC_Engine
eac6c55203bd804acb439305ff977cfca9365e1e
[ "MIT" ]
null
null
null
Direct_2D_Framework_JCS/Capsule2D.cpp
jcs090218/JCSCC_Engine
eac6c55203bd804acb439305ff977cfca9365e1e
[ "MIT" ]
2
2019-12-25T15:05:49.000Z
2021-02-18T14:05:14.000Z
/** * $File: Capsule2D.cpp $ * $Date: $ * $Revision: $ * $Creator: Jen-Chieh Shen $ * $Notice: See LICENSE.txt for modification and distribution information * Copyright (c) 2015 by Shen, Jen-Chieh $ */ #include "Capsule2D.h" #include "Physics2D.h" #include "Circle2D.h" #include "Hexagon2D.h...
30.664537
125
0.497291
jcs090218
a7e72087fe5a4f12fa957e35d17290600630507c
27,055
cpp
C++
vendor/android-tools/logd/LogKlog.cpp
dylanh333/android-unmkbootimg
7c30a58b5bc3d208fbbbbc713717e2aae98df699
[ "MIT" ]
3
2018-04-01T18:35:29.000Z
2020-12-18T21:09:53.000Z
vendor/android-tools/logd/LogKlog.cpp
dylanh333/android-unmkbootimg
7c30a58b5bc3d208fbbbbc713717e2aae98df699
[ "MIT" ]
2
2017-04-24T12:29:05.000Z
2017-05-09T12:27:10.000Z
vendor/android-tools/logd/LogKlog.cpp
dylanh333/android-unmkbootimg
7c30a58b5bc3d208fbbbbc713717e2aae98df699
[ "MIT" ]
null
null
null
/* * Copyright (C) 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
32.440048
81
0.478987
dylanh333
a7e72a61d5549b381ddee10bd292ffd184542df7
437
cpp
C++
main.cpp
CryFeiFei/KTodo
cee290e69ce050810c23e23b2a24e2849251b7e4
[ "MIT" ]
3
2019-12-12T02:27:25.000Z
2021-06-21T02:48:59.000Z
main.cpp
CryFeiFei/KTodo
cee290e69ce050810c23e23b2a24e2849251b7e4
[ "MIT" ]
null
null
null
main.cpp
CryFeiFei/KTodo
cee290e69ce050810c23e23b2a24e2849251b7e4
[ "MIT" ]
null
null
null
#include "mainwindow.h" #include <QApplication> #include <QWidget> int main(int argc, char *argv[]) { // Q_IMPORT_PLUGIN("D:\\QtVersion\\Qt5.13_Build_X64\\Qt5.13_X64\\plugins"); // QCoreApplication::setLibraryPaths() // QStringList list; // list << QString("D:\\QtVersion\\Qt5.13_Build_X64\\Qt5.13_X64\\plugins"); // Q...
21.85
75
0.709382
CryFeiFei
a7e8e4488ae0bf4f49022b5322e3c2c91d660cc5
146
cpp
C++
GinX/src/GinX/Scene/System.cpp
SvenWalter201/GinX
feb9a4b262815374596fe7fa1d7dadd280879424
[ "MIT" ]
null
null
null
GinX/src/GinX/Scene/System.cpp
SvenWalter201/GinX
feb9a4b262815374596fe7fa1d7dadd280879424
[ "MIT" ]
null
null
null
GinX/src/GinX/Scene/System.cpp
SvenWalter201/GinX
feb9a4b262815374596fe7fa1d7dadd280879424
[ "MIT" ]
null
null
null
#include "gxpch.h" #include "System.h" namespace GinX { System::System(const char* name, Scene* scene) : m_Name(name), m_Scene(scene) { } }
13.272727
47
0.664384
SvenWalter201
a7e90e714e449bfe2ea48319155c5449015fd2a9
1,208
cpp
C++
src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point3B.cpp
abock/runtime
b3346807be96f6089fc1538946b3611f607389e2
[ "MIT" ]
6
2020-01-04T14:02:35.000Z
2020-01-05T15:28:09.000Z
src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point3B.cpp
abock/runtime
b3346807be96f6089fc1538946b3611f607389e2
[ "MIT" ]
2
2020-06-06T09:07:48.000Z
2020-06-06T09:13:07.000Z
src/coreclr/tests/src/Interop/PInvoke/Generics/GenericsNative.Point3B.cpp
abock/runtime
b3346807be96f6089fc1538946b3611f607389e2
[ "MIT" ]
3
2021-02-10T16:20:05.000Z
2021-03-12T07:55:36.000Z
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #include <stdio.h> #include <stdint.h> #include <xplatform.h> #include <platformdefines.h> struct Point3B { boo...
28.093023
105
0.740066
abock
a7e93e21f1257860f2cf0e26953dafc4857e6049
2,378
cxx
C++
src/max5487/max5487.cxx
whpenner/upm
3168c61d8613da62ecc7598517a1decf533d5fe7
[ "MIT" ]
null
null
null
src/max5487/max5487.cxx
whpenner/upm
3168c61d8613da62ecc7598517a1decf533d5fe7
[ "MIT" ]
null
null
null
src/max5487/max5487.cxx
whpenner/upm
3168c61d8613da62ecc7598517a1decf533d5fe7
[ "MIT" ]
null
null
null
/* * Author: Yevgeniy Kiveisha <yevgeniy.kiveisha@intel.com> * Copyright (c) 2014 Intel Corporation. * * 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 * ...
25.297872
73
0.664844
whpenner
a7eaea2c0ac29e351f4533128da0c9b69586f047
248
cpp
C++
src/common/db_type.cpp
ybbhwxfj/block-db
2482ff6631184ecbc6329db97a2c0f8e19a6711f
[ "Apache-2.0" ]
null
null
null
src/common/db_type.cpp
ybbhwxfj/block-db
2482ff6631184ecbc6329db97a2c0f8e19a6711f
[ "Apache-2.0" ]
null
null
null
src/common/db_type.cpp
ybbhwxfj/block-db
2482ff6631184ecbc6329db97a2c0f8e19a6711f
[ "Apache-2.0" ]
1
2021-12-28T02:25:34.000Z
2021-12-28T02:25:34.000Z
#include "common/db_type.h" db_type global_db_type = DB_S; template<> enum_strings<db_type>::e2s_t enum_strings<db_type>::enum2str = { {DB_S, "db-s"}, {DB_SN, "db-sn"}, {DB_D, "db-d"}, {DB_GRO, "db-gro"}, {DB_TK, "db-tk"}, };
20.666667
75
0.596774
ybbhwxfj
a7eca038df96b999dcfcb67641fb6cb92ec82dce
21,591
cpp
C++
source/sample/transformer/T2TBatchLoader.cpp
xiaozhang521/NASToolkit
a43294f17253af92004209b9e9ada3388aa96fe4
[ "Apache-2.0" ]
2
2020-05-08T08:25:47.000Z
2020-05-18T06:45:58.000Z
source/sample/transformer/T2TBatchLoader.cpp
Daimengli/NiuTensor
3739e29b789801e82cc904c78740accdfc16b889
[ "Apache-2.0" ]
null
null
null
source/sample/transformer/T2TBatchLoader.cpp
Daimengli/NiuTensor
3739e29b789801e82cc904c78740accdfc16b889
[ "Apache-2.0" ]
1
2020-03-13T03:13:03.000Z
2020-03-13T03:13:03.000Z
/* NiuTrans.Tensor - an open-source tensor library * Copyright (C) 2019, Natural Language Processing Lab, Northestern University. * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy o...
31.110951
100
0.547913
xiaozhang521
a7f0c5f6f7868feb829def0cdb75b5f7572d4d1b
3,069
hpp
C++
Source/Debug.hpp
AhsanSarwar45/OpenGLRenderer
d0905c13df5e0a9a2d4e9336d6fc60a770b5f2a2
[ "CC0-1.0" ]
2
2022-02-23T16:54:56.000Z
2022-02-23T18:43:07.000Z
Source/Debug.hpp
AhsanSarwar45/OpenGLRenderer
d0905c13df5e0a9a2d4e9336d6fc60a770b5f2a2
[ "CC0-1.0" ]
null
null
null
Source/Debug.hpp
AhsanSarwar45/OpenGLRenderer
d0905c13df5e0a9a2d4e9336d6fc60a770b5f2a2
[ "CC0-1.0" ]
null
null
null
#pragma once #include <iostream> #include <stddef.h> #include <stdio.h> #define STRINGIZE(arg) STRINGIZE1(arg) #define STRINGIZE1(arg) STRINGIZE2(arg) #define STRINGIZE2(arg) #arg #define CONCATENATE(arg1, arg2) CONCATENATE1(arg1, arg2) #define CONCATENATE1(arg1, arg2) CONCATENATE2(arg1, arg2) #define CONCATENATE...
50.311475
139
0.608993
AhsanSarwar45
a7f375b97ae9ecc6b8a21599abdfc4e787c4abf6
926
hpp
C++
sprout/functional/hash/std/complex.hpp
kariya-mitsuru/Sprout
8274f34db498b02bff12277bac5416ea72e018cd
[ "BSL-1.0" ]
null
null
null
sprout/functional/hash/std/complex.hpp
kariya-mitsuru/Sprout
8274f34db498b02bff12277bac5416ea72e018cd
[ "BSL-1.0" ]
null
null
null
sprout/functional/hash/std/complex.hpp
kariya-mitsuru/Sprout
8274f34db498b02bff12277bac5416ea72e018cd
[ "BSL-1.0" ]
null
null
null
/*============================================================================= Copyright (c) 2011-2017 Bolero MURAKAMI https://github.com/bolero-MURAKAMI/Sprout 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.tx...
33.071429
80
0.616631
kariya-mitsuru
a7f3a1b7401ad85d2505b017a0a1e7deb274cabf
1,804
cpp
C++
Win32Sockets/Win32SocketsMain.cpp
kiewic/Projects
a4d3b34c0c552c127cbb0d5e7161352d937725fa
[ "MIT" ]
7
2018-02-26T14:55:16.000Z
2019-12-03T22:33:26.000Z
Win32Sockets/Win32SocketsMain.cpp
kiewic/Projects
a4d3b34c0c552c127cbb0d5e7161352d937725fa
[ "MIT" ]
1
2019-02-13T13:08:32.000Z
2019-02-14T09:05:40.000Z
Win32Sockets/Win32SocketsMain.cpp
kiewic/Projects
a4d3b34c0c552c127cbb0d5e7161352d937725fa
[ "MIT" ]
3
2016-01-22T09:47:17.000Z
2020-04-28T10:23:30.000Z
#include "stdafx.h" void PrintHelp(wchar_t* fileName); HRESULT InitializeWinsock(); int DoTcpServer(); int DoTcpClient(); int DoUdpReceive(); int DoUdpSend(); HRESULT DoDns(wchar_t* argument); int wmain(int argc, wchar_t* argv[]) { int result = 0; HRESULT hr = S_OK; if (FAILED(InitializeWi...
22.271605
95
0.523282
kiewic
a7f4530cf25d6da6ac5bffa9d022cebcee4487d0
19,764
cpp
C++
tools/CMFCompiler/src/main.cpp
MayushKumar/Charcoal-Engine
d9494a5f748686a493389ccf141c80b973019d2e
[ "Apache-2.0" ]
3
2020-04-21T07:08:28.000Z
2022-03-15T17:19:19.000Z
tools/CMFCompiler/src/main.cpp
MayushKumar/Charcoal-Engine
d9494a5f748686a493389ccf141c80b973019d2e
[ "Apache-2.0" ]
1
2020-06-06T13:03:52.000Z
2020-06-06T13:03:52.000Z
tools/CMFCompiler/src/main.cpp
MayushKumar/Charcoal-Engine
d9494a5f748686a493389ccf141c80b973019d2e
[ "Apache-2.0" ]
1
2020-06-06T10:43:25.000Z
2020-06-06T10:43:25.000Z
#include <iostream> #include <string> #include <fstream> #include <cstring> #include <cmath> #include <glm/glm.hpp> #include <glm/gtc/matrix_access.hpp> #include <tiny_obj_loader.h> #include "defines.h" #define DEBUG_WITHOUT_INPUT 1 void LoadWavefrontObject(std::string& filePath); void WriteToFile(CM...
37.717557
153
0.701275
MayushKumar
a7f57f3934aa458ae2da53ae78ca8b4dfba7b75d
4,705
cpp
C++
SampleMathematics/Delaunay2DInsertRemove/Delaunay2DInsertRemove.cpp
bazhenovc/WildMagic
b1a7cc2140dde23d8d9a4ece52a07bd5ff938239
[ "BSL-1.0" ]
48
2015-10-07T07:26:14.000Z
2022-03-18T14:30:07.000Z
SampleMathematics/Delaunay2DInsertRemove/Delaunay2DInsertRemove.cpp
zouxiaohang/WildMagic
b1a7cc2140dde23d8d9a4ece52a07bd5ff938239
[ "BSL-1.0" ]
null
null
null
SampleMathematics/Delaunay2DInsertRemove/Delaunay2DInsertRemove.cpp
zouxiaohang/WildMagic
b1a7cc2140dde23d8d9a4ece52a07bd5ff938239
[ "BSL-1.0" ]
21
2015-09-01T03:14:47.000Z
2022-01-04T04:07:46.000Z
// Geometric Tools, LLC // Copyright (c) 1998-2012 // Distributed under the Boost Software License, Version 1.0. // http://www.boost.org/LICENSE_1_0.txt // http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt // // File Version: 5.0.0 (2010/01/01) #include "Delaunay2DInsertRemove.h" WM5_WINDOW_APPLIC...
25.570652
79
0.538789
bazhenovc
a7f68294e53a3f81df32ff5229d72597f45951ae
52
cpp
C++
Unreal/CtaCpp/Runtime/Scripts/Core/ReferencePointType.cpp
areilly711/CtaApi
8c7a80c48f2a6d02fb6680a5d8f62e6ff7da8d4c
[ "MIT" ]
3
2021-06-02T16:44:02.000Z
2022-01-24T20:20:10.000Z
Unreal/CtaCpp/Runtime/Scripts/Core/ReferencePointType.cpp
areilly711/CtaApi
8c7a80c48f2a6d02fb6680a5d8f62e6ff7da8d4c
[ "MIT" ]
null
null
null
Unreal/CtaCpp/Runtime/Scripts/Core/ReferencePointType.cpp
areilly711/CtaApi
8c7a80c48f2a6d02fb6680a5d8f62e6ff7da8d4c
[ "MIT" ]
null
null
null
#include "ReferencePointType.h" namespace Cta { }
8.666667
32
0.730769
areilly711
a7f88f5a7299e642c97140d226ea6960771e1114
1,389
cpp
C++
project/src/platform/emscripten/System.cpp
delahee/lime
c4bc1ff140fa27c12f580fa3b518721e2a8266f2
[ "MIT" ]
1
2020-09-16T15:18:39.000Z
2020-09-16T15:18:39.000Z
openfl_lime/src/platform/emscripten/System.cpp
wannaphong/flappy
bc4630ca9120463c57c1d756c39c60a6dc509940
[ "MIT" ]
1
2020-11-17T00:58:59.000Z
2020-11-17T00:58:59.000Z
openfl_lime/src/platform/emscripten/System.cpp
wannaphong/flappy
bc4630ca9120463c57c1d756c39c60a6dc509940
[ "MIT" ]
null
null
null
#include <string> #include <cstdlib> #include <vector> namespace lime { std::string CapabilitiesGetLanguage () { return "en-US"; //char* country = NULL; //char* language = NULL; // //locale_get(&language, &country); // //return std::string(language) + "-" + std::string(country); } //d...
15.263736
126
0.610511
delahee
a7f9a72dd79dbc519cbc9461794cc94f8d84a251
3,598
cpp
C++
software/multifluids_icferst/tools/Vtu_Bins_main.cpp
msc-acse/acse-9-independent-research-project-Wade003
cfcba990d52ccf535171cf54c0a91b184db6f276
[ "MIT" ]
2
2020-05-11T02:39:46.000Z
2020-05-11T03:08:38.000Z
software/multifluids_icferst/tools/Vtu_Bins_main.cpp
msc-acse/acse-9-independent-research-project-Wade003
cfcba990d52ccf535171cf54c0a91b184db6f276
[ "MIT" ]
null
null
null
software/multifluids_icferst/tools/Vtu_Bins_main.cpp
msc-acse/acse-9-independent-research-project-Wade003
cfcba990d52ccf535171cf54c0a91b184db6f276
[ "MIT" ]
2
2020-05-21T22:50:19.000Z
2020-10-28T17:16:31.000Z
/* Copyright (C) 2006 Imperial College London and others. Please see the AUTHORS file in the main source directory for a full list of copyright holders. Prof. C Pain Applied Modelling and Computation Group Department of Earth Science and Engineering Imperial College London amcgsoftwa...
24.986111
118
0.651195
msc-acse
a7fd6b0cf67d95a07042747142e2fd5580a0d5bf
1,938
cpp
C++
tools/viewer/sk_app/Window.cpp
tmpvar/skia.cc
6e36ba7bf19cc7597837bb0416882ad4d699916b
[ "Apache-2.0" ]
3
2015-08-16T03:44:19.000Z
2015-08-16T17:31:59.000Z
tools/viewer/sk_app/Window.cpp
tmpvar/skia.cc
6e36ba7bf19cc7597837bb0416882ad4d699916b
[ "Apache-2.0" ]
null
null
null
tools/viewer/sk_app/Window.cpp
tmpvar/skia.cc
6e36ba7bf19cc7597837bb0416882ad4d699916b
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2016 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "Window.h" #include "SkSurface.h" #include "SkCanvas.h" #include "VulkanWindowContext.h" namespace sk_app { static bool default_char_func(SkUnichar c, uint32_t modifier...
24.531646
92
0.666151
tmpvar
a7ff0a05754f96bb2438daec68ff75fadce68b15
3,069
cpp
C++
bin/Cpp/MultiAlign/src/GReader.cpp
enriqueescobar-askida/Kinito.ESTsSuite
5a63af56d686be8376c93ce038899ef323925f67
[ "MIT" ]
null
null
null
bin/Cpp/MultiAlign/src/GReader.cpp
enriqueescobar-askida/Kinito.ESTsSuite
5a63af56d686be8376c93ce038899ef323925f67
[ "MIT" ]
null
null
null
bin/Cpp/MultiAlign/src/GReader.cpp
enriqueescobar-askida/Kinito.ESTsSuite
5a63af56d686be8376c93ce038899ef323925f67
[ "MIT" ]
null
null
null
/*************************************************************************** * Copyright (C) 2007 by Enrique Escobar * * Enrique.Escobar@genome.ulaval.ca * * * * This program is free software; you can redistribute it and/or modify * * ...
26.008475
82
0.52232
enriqueescobar-askida
a7ff5062c0fdb4e3bfc1268150320ca62a5d93f1
2,976
cpp
C++
src/guidance/suppress_mode_handler.cpp
EricWang1hitsz/osrm-backend
ff1af413d6c78f8e454584fe978d5468d984d74a
[ "BSD-2-Clause" ]
4,526
2015-01-01T15:31:00.000Z
2022-03-31T17:33:49.000Z
src/guidance/suppress_mode_handler.cpp
wsx9527/osrm-backend
1e70b645e480946dad313b67f6a7d331baecfe3c
[ "BSD-2-Clause" ]
4,497
2015-01-01T15:29:12.000Z
2022-03-31T19:19:35.000Z
src/guidance/suppress_mode_handler.cpp
wsx9527/osrm-backend
1e70b645e480946dad313b67f6a7d331baecfe3c
[ "BSD-2-Clause" ]
3,023
2015-01-01T18:40:53.000Z
2022-03-30T13:30:46.000Z
#include "guidance/suppress_mode_handler.hpp" #include "extractor/travel_mode.hpp" #include <algorithm> #include <iterator> namespace osrm { namespace guidance { SuppressModeHandler::SuppressModeHandler( const util::NodeBasedDynamicGraph &node_based_graph, const extractor::EdgeBasedNodeDataContainer &node_da...
36.292683
100
0.659274
EricWang1hitsz
a7ffaa2491c725794d4ee9984043bfb87940fd64
7,170
cpp
C++
Code/Framework/AzFramework/AzFramework/Session/SessionRequests.cpp
whywhywhyw/o3de
8e09f66799d4c8f188d45861d821e8656a554cb1
[ "Apache-2.0", "MIT" ]
11
2021-07-08T09:58:26.000Z
2022-03-17T17:59:26.000Z
Code/Framework/AzFramework/AzFramework/Session/SessionRequests.cpp
RoddieKieley/o3de
e804fd2a4241b039a42d9fa54eaae17dc94a7a92
[ "Apache-2.0", "MIT" ]
29
2021-07-06T19:33:52.000Z
2022-03-22T10:27:49.000Z
Code/Framework/AzFramework/AzFramework/Session/SessionRequests.cpp
RoddieKieley/o3de
e804fd2a4241b039a42d9fa54eaae17dc94a7a92
[ "Apache-2.0", "MIT" ]
4
2021-07-06T19:24:43.000Z
2022-03-31T12:42:27.000Z
/* * Copyright (c) Contributors to the Open 3D Engine Project. * For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #include <AzCore/RTTI/ReflectContext.h> #include <AzCore/Serialization/EditContext.h> #include <Az...
56.015625
137
0.618828
whywhywhyw
c500007a729ebebf272a79bb7c86e1468d96580d
9,284
cc
C++
SimCalorimetry/EcalSimAlgos/src/EBHitResponse.cc
SWuchterl/cmssw
769b4a7ef81796579af7d626da6039dfa0347b8e
[ "Apache-2.0" ]
6
2017-09-08T14:12:56.000Z
2022-03-09T23:57:01.000Z
SimCalorimetry/EcalSimAlgos/src/EBHitResponse.cc
SWuchterl/cmssw
769b4a7ef81796579af7d626da6039dfa0347b8e
[ "Apache-2.0" ]
545
2017-09-19T17:10:19.000Z
2022-03-07T16:55:27.000Z
SimCalorimetry/EcalSimAlgos/src/EBHitResponse.cc
SWuchterl/cmssw
769b4a7ef81796579af7d626da6039dfa0347b8e
[ "Apache-2.0" ]
14
2017-10-04T09:47:21.000Z
2019-10-23T18:04:45.000Z
#include "SimCalorimetry/EcalSimAlgos/interface/EBHitResponse.h" #include "SimCalorimetry/EcalSimAlgos/interface/APDSimParameters.h" #include "SimCalorimetry/CaloSimAlgos/interface/CaloVSimParameterMap.h" #include "SimCalorimetry/CaloSimAlgos/interface/CaloSimParameters.h" #include "SimCalorimetry/CaloSimAlgos/interfac...
36.265625
109
0.657798
SWuchterl
c5003c34d95ac9562b1b9b1a93c5d430f6ea9370
553
cpp
C++
codeforces/1101A - Minimum Integer.cpp
Dijkstraido-2/online-judge
31844cd8fbd5038cc5ebc6337d68229cef133a30
[ "MIT" ]
1
2018-12-25T23:55:19.000Z
2018-12-25T23:55:19.000Z
codeforces/1101A - Minimum Integer.cpp
Dijkstraido-2/online-judge
31844cd8fbd5038cc5ebc6337d68229cef133a30
[ "MIT" ]
null
null
null
codeforces/1101A - Minimum Integer.cpp
Dijkstraido-2/online-judge
31844cd8fbd5038cc5ebc6337d68229cef133a30
[ "MIT" ]
null
null
null
//============================================================================ // Problem : 1101A - Minimum Integer // Category : Math //============================================================================ #include <bits/stdc++.h> using namespace std; typedef long long ll; int main() { ios_base::sync_wit...
26.333333
78
0.352622
Dijkstraido-2
c5007caf3531b45b001784350636266134b65aff
725
cpp
C++
C++/Katis/RadioCommercials/main.cpp
Gman0064/experiments
00140128c2dcc1dcc4bb3dd9a01768dc29f54946
[ "MIT" ]
null
null
null
C++/Katis/RadioCommercials/main.cpp
Gman0064/experiments
00140128c2dcc1dcc4bb3dd9a01768dc29f54946
[ "MIT" ]
null
null
null
C++/Katis/RadioCommercials/main.cpp
Gman0064/experiments
00140128c2dcc1dcc4bb3dd9a01768dc29f54946
[ "MIT" ]
null
null
null
#include <iostream> #include <vector> #include <sstream> using namespace std; int main() { string n_p; string i; string np_str; string i_str; vector<int> n_p_v; vector<int> i_v; getline(cin, n_p); stringstream n_p_ss(n_p); while(getline(n_p_ss, np_str, ' ')) { n_p_v.push_b...
19.594595
68
0.590345
Gman0064
c500fcf034ca343a8a0144b6f80e12e1b558bf68
128
cpp
C++
tensorflow-yolo-ios/dependencies/eigen/failtest/cwiseunaryview_nonconst_ctor_on_const_xpr.cpp
initialz/tensorflow-yolo-face-ios
ba74cf39168d0128e91318e65a1b88ce4d65a167
[ "MIT" ]
27
2017-06-07T19:07:32.000Z
2020-10-15T10:09:12.000Z
tensorflow-yolo-ios/dependencies/eigen/failtest/cwiseunaryview_nonconst_ctor_on_const_xpr.cpp
initialz/tensorflow-yolo-face-ios
ba74cf39168d0128e91318e65a1b88ce4d65a167
[ "MIT" ]
3
2017-08-25T17:39:46.000Z
2017-11-18T03:40:55.000Z
tensorflow-yolo-ios/dependencies/eigen/failtest/cwiseunaryview_nonconst_ctor_on_const_xpr.cpp
initialz/tensorflow-yolo-face-ios
ba74cf39168d0128e91318e65a1b88ce4d65a167
[ "MIT" ]
10
2017-06-16T18:04:45.000Z
2018-07-05T17:33:01.000Z
version https://git-lfs.github.com/spec/v1 oid sha256:9ae677b1c27891a861bde79ee6d32d2708a195daf25fe25d79c571aa38dca581 size 271
32
75
0.882813
initialz
c504c7942fb8b4bcdbb14f0bef2edeae85de0d4c
22,384
cpp
C++
flite/lang/indic_lang/indic_lang.cpp
Barath-Kannan/flite
236f91a9a1e60fd25f1deed6d48022567cd7100f
[ "Apache-2.0" ]
7
2017-12-10T23:02:22.000Z
2021-08-05T21:12:11.000Z
flite/lang/indic_lang/indic_lang.cpp
Barath-Kannan/flite
236f91a9a1e60fd25f1deed6d48022567cd7100f
[ "Apache-2.0" ]
null
null
null
flite/lang/indic_lang/indic_lang.cpp
Barath-Kannan/flite
236f91a9a1e60fd25f1deed6d48022567cd7100f
[ "Apache-2.0" ]
3
2018-10-28T03:47:09.000Z
2020-06-04T08:54:23.000Z
#include "./indic_lang.hpp" #include "flite/flite.hpp" #include "flite/lexicon/lexicon.hpp" #include "flite/synth/ffeatures.hpp" #include "flite/synth/voice.hpp" #include "flite/utils/tokenstream.hpp" #include "flite/utils/val.hpp" // clang-format off /* ./bin/compile_regexes cst_rx_eng_digits_only "^[0-9,]+$" */ st...
32.02289
100
0.585061
Barath-Kannan
c505ff3deaa0f49949fce60afd539d555478f898
391
cpp
C++
GraphComponents/charger.cpp
drewyh999/wireless_charging_scheme_simulator
02213906f1218a59505839a1921da1c4ab8c242f
[ "MIT" ]
null
null
null
GraphComponents/charger.cpp
drewyh999/wireless_charging_scheme_simulator
02213906f1218a59505839a1921da1c4ab8c242f
[ "MIT" ]
null
null
null
GraphComponents/charger.cpp
drewyh999/wireless_charging_scheme_simulator
02213906f1218a59505839a1921da1c4ab8c242f
[ "MIT" ]
null
null
null
// // Created by Dominique Zhu on 2021/3/26. // #include "charger.h" double Charger::rechargeToDestination(Coordinate *destination) { double distance = this -> getDistance(destination); if(distance > dth){ return 0; } else{ return (tau * Ps)/pow(epsilon + distance,2); } } Charger:...
20.578947
77
0.629156
drewyh999
c506f3a6663afba504c4b6ffe28e6dacc1ef41d2
10,425
hpp
C++
include/Valve/VR/EVRApplicationProperty.hpp
sc2ad/BeatSaber-Quest-Codegen
ba8acaae541cfe1161e05fbc3bf87f4bc46bc4ab
[ "Unlicense" ]
23
2020-08-07T04:09:00.000Z
2022-03-31T22:10:29.000Z
include/Valve/VR/EVRApplicationProperty.hpp
sc2ad/BeatSaber-Quest-Codegen
ba8acaae541cfe1161e05fbc3bf87f4bc46bc4ab
[ "Unlicense" ]
6
2021-09-29T23:47:31.000Z
2022-03-30T20:49:23.000Z
include/Valve/VR/EVRApplicationProperty.hpp
sc2ad/BeatSaber-Quest-Codegen
ba8acaae541cfe1161e05fbc3bf87f4bc46bc4ab
[ "Unlicense" ]
17
2020-08-20T19:36:52.000Z
2022-03-30T18:28:24.000Z
// Autogenerated from CppHeaderCreator // Created by Sc2ad // ========================================================================= #pragma once // Begin includes #include "extern/beatsaber-hook/shared/utils/typedefs.h" #include "extern/beatsaber-hook/shared/utils/byref.hpp" // Including type: System.Enum #...
65.981013
114
0.774868
sc2ad
c50928d1c2b83f978005fc5e37ff8872c774ded9
3,316
cpp
C++
Source/UnrealEnginePython/Private/Slate/UEPyFGeometry.cpp
SIRHAMY/UnrealEnginePython
038192d7814d1aee182766028640d238204fefa4
[ "MIT" ]
2,350
2016-08-08T17:00:16.000Z
2022-03-31T22:37:15.000Z
Source/UnrealEnginePython/Private/Slate/UEPyFGeometry.cpp
SIRHAMY/UnrealEnginePython
038192d7814d1aee182766028640d238204fefa4
[ "MIT" ]
820
2016-08-08T16:35:26.000Z
2022-03-24T05:09:51.000Z
Source/UnrealEnginePython/Private/Slate/UEPyFGeometry.cpp
SIRHAMY/UnrealEnginePython
038192d7814d1aee182766028640d238204fefa4
[ "MIT" ]
658
2016-08-10T16:26:24.000Z
2022-03-30T02:42:22.000Z
#include "UEPyFGeometry.h" static PyObject *py_ue_fgeometry_get_local_size(ue_PyFGeometry *self, PyObject * args) { FVector2D size = self->geometry.GetLocalSize(); return Py_BuildValue("(ff)", size.X, size.Y); } static PyObject *py_ue_fgeometry_get_absolute_position(ue_PyFGeometry *self, PyObject * args) { #if ENGI...
34.185567
99
0.604946
SIRHAMY
c509b89363067ee600a158e0ab3e110291033914
1,902
cpp
C++
BZOJ/3513/code.cpp
sjj118/OI-Code
964ea6e799d14010f305c7e4aee269d860a781f7
[ "MIT" ]
null
null
null
BZOJ/3513/code.cpp
sjj118/OI-Code
964ea6e799d14010f305c7e4aee269d860a781f7
[ "MIT" ]
null
null
null
BZOJ/3513/code.cpp
sjj118/OI-Code
964ea6e799d14010f305c7e4aee269d860a781f7
[ "MIT" ]
null
null
null
#include<iostream> #include<cstdio> #include<complex> #include<cstring> #define eps 0.1 #define pi 3.1415926 #define maxn 262144 #define LL long long #define buffersize 20000000 using namespace std; struct E{ double x,y; E operator+(const E b){return E{x+b.x,y+b.y};} E operator-(const E b){return E{x-b.x,y-b.y};} ...
26.054795
115
0.54837
sjj118
c50ac0ceda95ae66cbb7ec7b388514c15748a8bd
10,814
cc
C++
ui/accessibility/platform/ax_platform_relation_win.cc
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
575
2015-06-18T23:58:20.000Z
2022-03-23T09:32:39.000Z
ui/accessibility/platform/ax_platform_relation_win.cc
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
113
2015-05-04T09:58:14.000Z
2022-01-31T19:35:03.000Z
ui/accessibility/platform/ax_platform_relation_win.cc
DamieFC/chromium
54ce2d3c77723697efd22cfdb02aea38f9dfa25c
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
52
2015-07-14T10:40:50.000Z
2022-03-15T01:11:49.000Z
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/accessibility/platform/ax_platform_relation_win.h" #include <wrl/client.h> #include <algorithm> #include <vector> #include "base/lazy_inst...
34.221519
80
0.699279
Ron423c
c50c4d1353d1ccc1c673a0eb8fe61b1583ed5055
1,662
cpp
C++
0-course1/01-week2/SetContainer/Synonyms.cpp
mamoudmatook/CPlusPlusInRussian
ef1f92e4880f24fe16fbcbef8dba3a2658d2208e
[ "MIT" ]
null
null
null
0-course1/01-week2/SetContainer/Synonyms.cpp
mamoudmatook/CPlusPlusInRussian
ef1f92e4880f24fe16fbcbef8dba3a2658d2208e
[ "MIT" ]
null
null
null
0-course1/01-week2/SetContainer/Synonyms.cpp
mamoudmatook/CPlusPlusInRussian
ef1f92e4880f24fe16fbcbef8dba3a2658d2208e
[ "MIT" ]
null
null
null
#include <iostream> #include <map> #include <string> #include <set> using namespace std; int main() { int n; cin >> n; map<string,set<string>> synonyms; for (int i = 0; i < n; i++) { string command; cin >> command; if (command == "ADD") { string w1, w2; ...
21.868421
52
0.325511
mamoudmatook
c50d3308f04c752e15cbc878fbac2d6148e8dce2
2,645
cpp
C++
GameGUIMP/EditConsole.cpp
openlastchaos/lastchaos-source-client
3d88594dba7347b1bb45378136605e31f73a8555
[ "Apache-2.0" ]
1
2022-02-14T15:46:44.000Z
2022-02-14T15:46:44.000Z
GameGUIMP/EditConsole.cpp
openlastchaos/lastchaos-source-client
3d88594dba7347b1bb45378136605e31f73a8555
[ "Apache-2.0" ]
null
null
null
GameGUIMP/EditConsole.cpp
openlastchaos/lastchaos-source-client
3d88594dba7347b1bb45378136605e31f73a8555
[ "Apache-2.0" ]
2
2022-01-10T22:17:06.000Z
2022-01-17T09:34:08.000Z
// EditConsole.cpp : implementation file // #include "stdafx.h" #ifdef _DEBUG #undef new #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // CEditConsole CEditConsole::CEditConsole() { } CEditConsole::~CE...
26.45
81
0.620416
openlastchaos
c50d67ed685db594539affadf17637ae4e970dad
35,434
cpp
C++
JuceLibraryCode/modules/juce_gui_extra/code_editor/juce_CodeEditorComponent.cpp
connerlacy/QuNeoDemo
073a81d7fa7fa462e07c7b33de3e982a03a0055c
[ "Unlicense" ]
1
2019-10-16T08:54:44.000Z
2019-10-16T08:54:44.000Z
JuceLibraryCode/modules/juce_gui_extra/code_editor/juce_CodeEditorComponent.cpp
connerlacy/quneo_demo_lab
073a81d7fa7fa462e07c7b33de3e982a03a0055c
[ "Unlicense" ]
null
null
null
JuceLibraryCode/modules/juce_gui_extra/code_editor/juce_CodeEditorComponent.cpp
connerlacy/quneo_demo_lab
073a81d7fa7fa462e07c7b33de3e982a03a0055c
[ "Unlicense" ]
null
null
null
/* ============================================================================== This file is part of the JUCE library - "Jules' Utility Class Extensions" Copyright 2004-11 by Raw Material Software Ltd. ------------------------------------------------------------------------------ JUCE can be r...
29.801514
155
0.591748
connerlacy