hexsha
stringlengths
40
40
size
int64
7
1.05M
ext
stringclasses
13 values
lang
stringclasses
1 value
max_stars_repo_path
stringlengths
4
269
max_stars_repo_name
stringlengths
5
109
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
9
max_stars_count
int64
1
191k
max_stars_repo_stars_event_min_datetime
stringlengths
24
24
max_stars_repo_stars_event_max_datetime
stringlengths
24
24
max_issues_repo_path
stringlengths
4
269
max_issues_repo_name
stringlengths
5
116
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
listlengths
1
9
max_issues_count
int64
1
48.5k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
4
269
max_forks_repo_name
stringlengths
5
116
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
listlengths
1
9
max_forks_count
int64
1
105k
max_forks_repo_forks_event_min_datetime
stringlengths
24
24
max_forks_repo_forks_event_max_datetime
stringlengths
24
24
content
stringlengths
7
1.05M
avg_line_length
float64
1.21
330k
max_line_length
int64
6
990k
alphanum_fraction
float64
0.01
0.99
author_id
stringlengths
2
40
1067e952474cacc8a181ab052a65a73fcc598460
5,107
cpp
C++
src/game/server/entities/pickup.cpp
Fear-cool/dDDRace
58d1c3d86af667cf736d7977bdecee07b52d8e37
[ "Zlib" ]
1
2022-01-30T08:45:24.000Z
2022-01-30T08:45:24.000Z
src/game/server/entities/pickup.cpp
Fear-cool/dDDRace
58d1c3d86af667cf736d7977bdecee07b52d8e37
[ "Zlib" ]
null
null
null
src/game/server/entities/pickup.cpp
Fear-cool/dDDRace
58d1c3d86af667cf736d7977bdecee07b52d8e37
[ "Zlib" ]
null
null
null
/* (c) Magnus Auvinen. See licence.txt in the root of the distribution for more information. */ /* If you are missing that file, acquire a complete release at teeworlds.com. */ #include <game/generated/protocol.h> #include <game/server/gamecontext.h> #include "pickup.h" #include <game/server/teams.h> C...
28.691011
151
0.641277
Fear-cool
10691e5b80280e0d16a1fe42bbb74cb1d406a99c
351
cpp
C++
Lab_3/Ex_2/Ex_2/main.cpp
SilitraG/oop-2022
04ad2febaaedc37d907ba0745c9cdf86618e1333
[ "MIT" ]
null
null
null
Lab_3/Ex_2/Ex_2/main.cpp
SilitraG/oop-2022
04ad2febaaedc37d907ba0745c9cdf86618e1333
[ "MIT" ]
null
null
null
Lab_3/Ex_2/Ex_2/main.cpp
SilitraG/oop-2022
04ad2febaaedc37d907ba0745c9cdf86618e1333
[ "MIT" ]
null
null
null
#include <cstring> #include <cstdlib> #include <cstdio> #include "Canvas.h" int main() { Canvas canvas(70, 20); canvas.SetPoint(0, 0, 200); canvas.DrawLine(2, 10, 8, 21, 124); canvas.DrawRect(1, 25, 15, 55, 61); canvas.FillRect(3, 28, 13, 52, 61); canvas.DrawCircle(6, 10, 5, 61); canvas.FillCircle(6, 10, 2, 61)...
20.647059
36
0.649573
SilitraG
10696fbd18fe53a4a5ac2846647b955aa6c02ec4
712
cpp
C++
examples/surface_plot/main.cpp
Eleobert/mona
079e70b190b0850cf2579c1b0872da87f2706d80
[ "MIT" ]
null
null
null
examples/surface_plot/main.cpp
Eleobert/mona
079e70b190b0850cf2579c1b0872da87f2706d80
[ "MIT" ]
null
null
null
examples/surface_plot/main.cpp
Eleobert/mona
079e70b190b0850cf2579c1b0872da87f2706d80
[ "MIT" ]
null
null
null
#include <armadillo> #include <mona/utility.hpp> #include <mona/targets/window.hpp> #include <mona/surface_mesh.hpp> #include <mona/axes3.hpp> auto f(double x, double y) { return (7 * x * y) / std::exp(x*x + y*y); } int main() { arma::fvec line = mona::linspace(-2, 2, 50); auto [x, y] = mona::meshgrid(l...
22.967742
91
0.574438
Eleobert
106afa5de22fc019f160410cd031a6a1612b3e26
2,401
hpp
C++
include/blmc_drivers/serial_reader.hpp
s-bl/blmc_drivers
54a7960cccd872dfc0a290b4d659b57ac6dfc813
[ "BSD-3-Clause" ]
null
null
null
include/blmc_drivers/serial_reader.hpp
s-bl/blmc_drivers
54a7960cccd872dfc0a290b4d659b57ac6dfc813
[ "BSD-3-Clause" ]
null
null
null
include/blmc_drivers/serial_reader.hpp
s-bl/blmc_drivers
54a7960cccd872dfc0a290b4d659b57ac6dfc813
[ "BSD-3-Clause" ]
null
null
null
/** * \file * \brief Wrapper for reading new-line terminated list of values from serial port. * \author Julian Viereck * \date 2020 * \copyright Copyright (c) 2020, New York University and Max Planck * Gesellschaft. */ #pragma once #include <cstdlib> #include <iostream> #include <mutex> #include <un...
22.439252
82
0.639733
s-bl
106b0ede5b4fbdd3c1af78fc7288695ca1e3644a
412
cpp
C++
C++/Sieve_of_Eratosthenes.cpp
HridoyHazard/Competitive-Programming-Solves
aecc961816f71449283670e26a940527fe9a222a
[ "MIT" ]
null
null
null
C++/Sieve_of_Eratosthenes.cpp
HridoyHazard/Competitive-Programming-Solves
aecc961816f71449283670e26a940527fe9a222a
[ "MIT" ]
null
null
null
C++/Sieve_of_Eratosthenes.cpp
HridoyHazard/Competitive-Programming-Solves
aecc961816f71449283670e26a940527fe9a222a
[ "MIT" ]
1
2021-12-03T06:41:53.000Z
2021-12-03T06:41:53.000Z
#include<iostream> #include<vector> using namespace std; void SOE(int n) { vector<bool> v; v.push_back(false); v[1]=false; for(int i=2;i<=n;i++) v[i]=true; for(int i=2;i*i<=n;i++) for(int j=2*i;j<=n;j+=i) v[j]=false; for(int i=0;i<=n;i++) if(v[i]) cout<<i<<endl; } int main() { int n; cout<<"E...
14.714286
69
0.582524
HridoyHazard
10778bfac05b88de8b612ae52397b0b0d899582a
1,615
cpp
C++
src/math/graph/connected_components.cpp
h2ssh/Vulcan
cc46ec79fea43227d578bee39cb4129ad9bb1603
[ "MIT" ]
6
2020-03-29T09:37:01.000Z
2022-01-20T08:56:31.000Z
src/math/graph/connected_components.cpp
h2ssh/Vulcan
cc46ec79fea43227d578bee39cb4129ad9bb1603
[ "MIT" ]
1
2021-03-05T08:00:50.000Z
2021-03-05T08:00:50.000Z
src/math/graph/connected_components.cpp
h2ssh/Vulcan
cc46ec79fea43227d578bee39cb4129ad9bb1603
[ "MIT" ]
11
2019-05-13T00:04:38.000Z
2022-01-20T08:56:38.000Z
/* Copyright (C) 2010-2019, The Regents of The University of Michigan. All rights reserved. This software was developed as part of the The Vulcan project in the Intelligent Robotics Lab under the direction of Benjamin Kuipers, kuipers@umich.edu. Use of this code is governed by an MIT-style License that can be foun...
22.123288
95
0.610526
h2ssh
10778c1bee038860c7291db953d0094df1a20c2a
537
hpp
C++
ext/libosrm/osrm_nearest_func.hpp
AbdullahDahmash/ruby-libosrm
49939cb4deba94bebac6d6bf0d1d3655a04ecc73
[ "MIT", "Unlicense" ]
4
2018-01-26T06:46:16.000Z
2021-03-02T01:34:08.000Z
ext/libosrm/osrm_nearest_func.hpp
AbdullahDahmash/ruby-libosrm
49939cb4deba94bebac6d6bf0d1d3655a04ecc73
[ "MIT", "Unlicense" ]
2
2019-05-21T23:44:35.000Z
2020-06-21T14:25:00.000Z
ext/libosrm/osrm_nearest_func.hpp
AbdullahDahmash/ruby-libosrm
49939cb4deba94bebac6d6bf0d1d3655a04ecc73
[ "MIT", "Unlicense" ]
4
2018-01-02T18:58:25.000Z
2020-06-20T22:14:24.000Z
#ifndef OSRM_NEAREST_FUNC #define OSRM_NEAREST_FUNC #include "globals.hpp" #include "osrm_action.hpp" #include <osrm/osrm.hpp> #include <osrm/json_container.hpp> using namespace Rice; Rice::Object wrap_nearest(Rice::Object self, double latitude, double longitude, int amount); class NearestFunc : private OSRMAction...
21.48
96
0.761639
AbdullahDahmash
10778e855bbdcad2dcb5e34b096138d4c7da8a90
1,583
hpp
C++
include/cynodelic/mulinum/less_equal.hpp
cynodelic/mulinum
fc7b9e750aadaede2cee8d840e65fa3832787764
[ "BSL-1.0" ]
null
null
null
include/cynodelic/mulinum/less_equal.hpp
cynodelic/mulinum
fc7b9e750aadaede2cee8d840e65fa3832787764
[ "BSL-1.0" ]
null
null
null
include/cynodelic/mulinum/less_equal.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 less_equal.hpp * * @brief Defines the `less_equal` comparator. */ #ifndef CYNODELIC_MULINUM_LESS_EQUAL_HPP #define CYNOD...
20.558442
80
0.729627
cynodelic
10789eb0d7c2d6597f715848ccdc825810fabfa3
884
cpp
C++
EZOJ/Contests/1435/C.cpp
sshockwave/Online-Judge-Solutions
9d0bc7fd68c3d1f661622929c1cb3752601881d3
[ "MIT" ]
6
2019-09-30T16:11:00.000Z
2021-11-01T11:42:33.000Z
EZOJ/Contests/1435/C.cpp
sshockwave/Online-Judge-Solutions
9d0bc7fd68c3d1f661622929c1cb3752601881d3
[ "MIT" ]
4
2017-11-21T08:17:42.000Z
2020-07-28T12:09:52.000Z
EZOJ/Contests/1435/C.cpp
sshockwave/Online-Judge-Solutions
9d0bc7fd68c3d1f661622929c1cb3752601881d3
[ "MIT" ]
4
2017-07-26T05:54:06.000Z
2020-09-30T13:35:38.000Z
#include <cassert> #include <cstdlib> #include "maze.h" inline int gen(int l,int r){ return rand()%(r-l+1)+l; } const int N=100010,S=8; int stk[N],ss=0; inline void pshstk(int d){ stk[ss++]=d; if(move(d))throw true; } inline void popstk(int cnt){ for(;cnt--;assert(ss>=0),move(stk[--ss])); } inline int except(int d)...
18.040816
43
0.606335
sshockwave
1079fdbe4a560be7a36e3a321783f363a3b952ef
748
cpp
C++
17_FindLCM.cpp
GeekOnly/CPPLearning
0994031d78155540711028efbf1af1b4cb828ca7
[ "Unlicense" ]
null
null
null
17_FindLCM.cpp
GeekOnly/CPPLearning
0994031d78155540711028efbf1af1b4cb828ca7
[ "Unlicense" ]
null
null
null
17_FindLCM.cpp
GeekOnly/CPPLearning
0994031d78155540711028efbf1af1b4cb828ca7
[ "Unlicense" ]
null
null
null
#include <iostream> using namespace std; int main() { /* int n1,n2,max; cout << "Enter two numbers: "; cin >> n1 >> n2; //maximum value between n1 and n2 is stored in max max = (n1 > n2) ? n1 : n2; do { if(max % n1 == 0 && max % n2 == 0) { cout << "LCM = " ...
15.914894
54
0.399733
GeekOnly
107a46e61a961c50dcea7dc9665e89725712b987
7,268
cpp
C++
test/ocp/fixed_base_terminal_ocp_test.cpp
KY-Lin22/idocp
8cacfea7bb2184023eb15316aea07154a62d59bb
[ "BSD-3-Clause" ]
1
2021-09-04T07:43:04.000Z
2021-09-04T07:43:04.000Z
test/ocp/fixed_base_terminal_ocp_test.cpp
KY-Lin22/idocp
8cacfea7bb2184023eb15316aea07154a62d59bb
[ "BSD-3-Clause" ]
null
null
null
test/ocp/fixed_base_terminal_ocp_test.cpp
KY-Lin22/idocp
8cacfea7bb2184023eb15316aea07154a62d59bb
[ "BSD-3-Clause" ]
null
null
null
#include <string> #include <memory> #include <gtest/gtest.h> #include "Eigen/Core" #include "idocp/robot/robot.hpp" #include "idocp/robot/contact_status.hpp" #include "idocp/ocp/terminal_ocp.hpp" #include "idocp/ocp/split_solution.hpp" #include "idocp/ocp/split_direction.hpp" #include "idocp/ocp/kkt_residual.hpp" #in...
40.603352
90
0.721657
KY-Lin22
107f85fc7b8f300495959e03f8ea4dbabebe8597
58,430
cxx
C++
SimModel_Python_API/simmodel_swig/SimModel_Dll_lib/framework/SimSlab_OtherSideCoefficients_DetailedRoofCeiling.cxx
EnEff-BIM/EnEffBIM-Framework
6328d39b498dc4065a60b5cc9370b8c2a9a1cddf
[ "MIT" ]
3
2016-05-30T15:12:16.000Z
2022-03-22T08:11:13.000Z
SimModel_Python_API/simmodel_swig/SimModel_Dll_lib/framework/SimSlab_OtherSideCoefficients_DetailedRoofCeiling.cxx
EnEff-BIM/EnEffBIM-Framework
6328d39b498dc4065a60b5cc9370b8c2a9a1cddf
[ "MIT" ]
21
2016-06-13T11:33:45.000Z
2017-05-23T09:46:52.000Z
SimModel_Python_API/simmodel_swig/SimModel_Dll_lib/framework/SimSlab_OtherSideCoefficients_DetailedRoofCeiling.cxx
EnEff-BIM/EnEffBIM-Framework
6328d39b498dc4065a60b5cc9370b8c2a9a1cddf
[ "MIT" ]
null
null
null
// Copyright (c) 2005-2014 Code Synthesis Tools CC // // This program was generated by CodeSynthesis XSD, an XML Schema to // C++ data binding compiler. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as // published by the Fre...
34.370588
151
0.653568
EnEff-BIM
10824201fc43de3df67f86219695a699e5327754
37,537
cpp
C++
pocketscan.src/TileView.cpp
ademko/pocketscan
f5cd775a46e64939b56df61712b28240080bc426
[ "MIT" ]
null
null
null
pocketscan.src/TileView.cpp
ademko/pocketscan
f5cd775a46e64939b56df61712b28240080bc426
[ "MIT" ]
null
null
null
pocketscan.src/TileView.cpp
ademko/pocketscan
f5cd775a46e64939b56df61712b28240080bc426
[ "MIT" ]
null
null
null
/* * Copyright (c) 2010 Aleksander B. Demko * This source code is distributed under the MIT license. * See the accompanying file LICENSE.MIT.txt for details. */ #include <TileView.h> #include <assert.h> #include <QAction> #include <QApplication> #include <QCheckBox> #include <QDebug> #include <QFileInfo> #in...
29.188958
80
0.594533
ademko
10834c174fd64c8be57c89300c5cc49469c0c3eb
1,991
cpp
C++
kmt/objects/kmt_resource.cpp
tnamet/Crystal
9fbce322a014547326ba690092e412d019f1ecb4
[ "MIT" ]
2
2021-07-09T19:41:39.000Z
2022-02-01T10:50:05.000Z
kmt/objects/kmt_resource.cpp
tnamet/Crystal
9fbce322a014547326ba690092e412d019f1ecb4
[ "MIT" ]
1
2021-07-09T19:50:40.000Z
2021-07-10T09:01:38.000Z
kmt/objects/kmt_resource.cpp
tnamet/Crystal
9fbce322a014547326ba690092e412d019f1ecb4
[ "MIT" ]
1
2022-02-01T10:50:08.000Z
2022-02-01T10:50:08.000Z
#include "pch.h" #include "kmt_resource.h" #include "kmt_handles.h" namespace Crystal { namespace KMT { //////////////////////////////////////////////////////////////////////////////// Resource* Resource::Create( D3DKMT_CREATEALLOCATION* pCreateResource ) { Resour...
32.112903
89
0.416374
tnamet
10874a6f182ac235d3bdebddb2dffc5bb996e8f6
1,879
cpp
C++
src/stream/TRIAD.cpp
ajpowelsnl/RAJAPerf
f44641695203cd3bd3058315f356359f1b492ea3
[ "BSD-3-Clause" ]
null
null
null
src/stream/TRIAD.cpp
ajpowelsnl/RAJAPerf
f44641695203cd3bd3058315f356359f1b492ea3
[ "BSD-3-Clause" ]
null
null
null
src/stream/TRIAD.cpp
ajpowelsnl/RAJAPerf
f44641695203cd3bd3058315f356359f1b492ea3
[ "BSD-3-Clause" ]
null
null
null
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~// // Copyright (c) 2017-21, Lawrence Livermore National Security, LLC // and RAJA Performance Suite project contributors. // See the RAJAPerf/COPYRIGHT file for details. // // SPDX-License-Identifier: (BSD-3-Clause) //~~~~~~~~~~~~~~~~~~~~~~~~...
22.638554
79
0.668973
ajpowelsnl
c808c8b2802c7c446a3d741ba747e4e647abcbfd
14,623
cc
C++
cpp/tests/test_r_round_subset_single_column_distinguisher_pride_sbox_small.cc
medsec/expectation-cryptanalysis-on-round-reduced-aes
52a4d5b4dd7555a1b4badafd95c5aeed92a70872
[ "Unlicense" ]
2
2019-06-04T00:52:17.000Z
2022-01-19T08:06:44.000Z
cpp/tests/test_r_round_subset_single_column_distinguisher_pride_sbox_small.cc
medsec/expectation-cryptanalysis-on-round-reduced-aes
52a4d5b4dd7555a1b4badafd95c5aeed92a70872
[ "Unlicense" ]
null
null
null
cpp/tests/test_r_round_subset_single_column_distinguisher_pride_sbox_small.cc
medsec/expectation-cryptanalysis-on-round-reduced-aes
52a4d5b4dd7555a1b4badafd95c5aeed92a70872
[ "Unlicense" ]
2
2019-06-03T08:12:29.000Z
2019-06-03T12:53:26.000Z
/** * __author__ = anonymized * __date__ = 2019-05 * __copyright__ = Creative Commons CC0 */ #include <stdint.h> #include <stdlib.h> #include <algorithm> #include <vector> #include "ciphers/random_function.h" #include "ciphers/small_aes_pride_sbox.h" #include "ciphers/small_state.h" #include "ciphers/small_state...
32.713647
77
0.561581
medsec
c809ab442d7d2b368f63689cf71f11100487c89c
1,427
hpp
C++
sources/Component/Keyboard/KeyboardComponent.hpp
EternalRat/Bomberman
d4d0c6dea61f7de1e71c6f182a6bf27407092356
[ "MIT" ]
6
2021-05-27T13:31:37.000Z
2021-11-21T17:35:08.000Z
sources/Component/Keyboard/KeyboardComponent.hpp
EternalRat/Bomberman
d4d0c6dea61f7de1e71c6f182a6bf27407092356
[ "MIT" ]
174
2021-05-12T14:10:04.000Z
2021-06-26T11:29:39.000Z
sources/Component/Keyboard/KeyboardComponent.hpp
EternalRat/Bomberman
d4d0c6dea61f7de1e71c6f182a6bf27407092356
[ "MIT" ]
2
2021-05-27T13:28:46.000Z
2021-06-21T12:25:27.000Z
// // Created by Tom Augier on 2021-05-20. // Edited by Benjamin Henry on 2021-05-20. // #pragma once #include <Controllers/Keyboard.hpp> #include "Component/Component.hpp" #include "Component/Controllable/ControllableComponent.hpp" #include "Entity/Entity.hpp" using Key = RAY::Controller::Keyboard::Key; namespace ...
26.425926
142
0.716889
EternalRat
c80a95b4efd8923838471e77687156458eb6b13f
3,124
cpp
C++
OrsaHomography/libOrsa/homography_orsa_test.cpp
alicevision/KVLD
3323458197cb29223f3a09a7906c92aab0b3916b
[ "BSD-2-Clause" ]
36
2015-06-01T12:14:19.000Z
2021-09-25T02:27:26.000Z
OrsaHomography/libOrsa/homography_orsa_test.cpp
Zhe-LIU-Imagine/MRMS_online
fe406cc3aea20aa186e57c03e809773e922978aa
[ "BSD-2-Clause" ]
4
2017-05-09T07:20:36.000Z
2021-08-20T04:59:39.000Z
OrsaHomography/libOrsa/homography_orsa_test.cpp
Zhe-LIU-Imagine/KVLD
77eb60c50a911c2c4bd9dc770ba8cce1cf33f6f2
[ "BSD-2-Clause" ]
10
2016-01-14T15:40:51.000Z
2021-11-04T16:01:01.000Z
// Copyright (c) 2007-2011 libmv authors. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to // deal in the Software without restriction, including without limitation the // rights to use, copy, modify, merge, p...
33.956522
79
0.613316
alicevision
c80b0235b42bf91d440ee3e7fd31cd61af3dfb75
2,270
cpp
C++
Hieroglyph3/Source/Geometry/LineIndices.cpp
xzwang2005/DX11_tutorials_with_hieroglyph3
611e273dafe099875e86222e75420920ca2c49bf
[ "MIT" ]
5
2016-02-16T15:32:51.000Z
2021-09-08T15:44:39.000Z
Hieroglyph3/Source/Geometry/LineIndices.cpp
xzwang2005/DX11_tutorials_with_hieroglyph3
611e273dafe099875e86222e75420920ca2c49bf
[ "MIT" ]
null
null
null
Hieroglyph3/Source/Geometry/LineIndices.cpp
xzwang2005/DX11_tutorials_with_hieroglyph3
611e273dafe099875e86222e75420920ca2c49bf
[ "MIT" ]
3
2017-01-08T11:17:37.000Z
2021-09-08T15:44:41.000Z
//-------------------------------------------------------------------------------- // This file is a portion of the Hieroglyph 3 Rendering Engine. It is distributed // under the MIT License, available in the root of this distribution and // at the following URL: // // http://www.opensource.org/licenses/mit-license.ph...
33.382353
82
0.342731
xzwang2005
c80f78beb8fd4352e384b39332ae6578bb79d6bc
38,691
cpp
C++
NE/HyperNEAT/Hypercube_NEAT/src/Experiments/HCUBE_CheckersCommon.cpp
LMBernardo/HyperNEAT
8ebee6fda17dcf20dd0c6c081dc8681557c1faad
[ "BSD-3-Clause" ]
85
2015-02-08T20:36:17.000Z
2021-11-14T20:38:31.000Z
NE/HyperNEAT/Hypercube_NEAT/src/Experiments/HCUBE_CheckersCommon.cpp
LMBernardo/HyperNEAT
8ebee6fda17dcf20dd0c6c081dc8681557c1faad
[ "BSD-3-Clause" ]
9
2015-01-28T16:33:19.000Z
2020-04-12T23:03:28.000Z
NE/HyperNEAT/Hypercube_NEAT/src/Experiments/HCUBE_CheckersCommon.cpp
LMBernardo/HyperNEAT
8ebee6fda17dcf20dd0c6c081dc8681557c1faad
[ "BSD-3-Clause" ]
27
2015-01-28T16:33:30.000Z
2021-08-12T05:04:39.000Z
#include "HCUBE_Defines.h" #include "Experiments/HCUBE_CheckersCommon.h" #define CHECKERS_COMMON_DEBUG (0) namespace HCUBE { CheckersMove::CheckersMove() : from(255,255), to(255,255), pieceCaptured(255), nextJump(NULL), promoted(false) {} Chec...
29.648276
152
0.401411
LMBernardo
c8117ca0369cc99c68d9764fbae55779c2da89a4
1,403
cc
C++
source/extensions/filters/listener/original_dst/config.cc
jaricftw/envoy
766f3fb8dbdafce402631c43c16fda46ed003462
[ "Apache-2.0" ]
17
2018-04-17T04:04:30.000Z
2020-01-24T22:12:01.000Z
source/extensions/filters/listener/original_dst/config.cc
jaricftw/envoy
766f3fb8dbdafce402631c43c16fda46ed003462
[ "Apache-2.0" ]
30
2022-02-17T02:28:37.000Z
2022-03-31T02:31:02.000Z
source/extensions/filters/listener/original_dst/config.cc
jerry2102/envoy
c91d59f66f016ce18f6968e2630677ee28038971
[ "Apache-2.0" ]
3
2018-04-18T21:13:49.000Z
2019-05-15T01:49:26.000Z
#include <string> #include "envoy/registry/registry.h" #include "envoy/server/filter_config.h" #include "extensions/filters/listener/original_dst/original_dst.h" #include "extensions/filters/listener/well_known_names.h" namespace Envoy { namespace Extensions { namespace ListenerFilters { namespace OriginalDst { /**...
31.886364
100
0.766928
jaricftw
c8165e7f0a198561cb5d6cfdce61011e03ae0789
362
hpp
C++
ares/gba/memory/memory.hpp
CasualPokePlayer/ares
58690cd5fc7bb6566c22935c5b80504a158cca29
[ "BSD-3-Clause" ]
153
2020-07-25T17:55:29.000Z
2021-10-01T23:45:01.000Z
ares/gba/memory/memory.hpp
CasualPokePlayer/ares
58690cd5fc7bb6566c22935c5b80504a158cca29
[ "BSD-3-Clause" ]
245
2021-10-08T09:14:46.000Z
2022-03-31T08:53:13.000Z
ares/gba/memory/memory.hpp
CasualPokePlayer/ares
58690cd5fc7bb6566c22935c5b80504a158cca29
[ "BSD-3-Clause" ]
44
2020-07-25T08:51:55.000Z
2021-09-25T16:09:01.000Z
struct IO { virtual auto readIO(n32 address) -> n8 = 0; virtual auto writeIO(n32 address, n8 data) -> void = 0; auto readIO(u32 mode, n32 address) -> n32; auto writeIO(u32 mode, n32 address, n32 word) -> void; }; struct Bus { static auto mirror(n32 address, n32 size) -> n32; auto power() -> void; IO* i...
21.294118
57
0.640884
CasualPokePlayer
c8174c0c612219774b82155f399a8d12d95d0f7e
2,811
cpp
C++
Source/V8/Private/JavascriptGlobalDelegates.cpp
ninemcom/Unreal.js-core
9b7bf774c570be95f4d9f687557164c872bb2307
[ "BSD-3-Clause" ]
1
2019-07-24T13:20:45.000Z
2019-07-24T13:20:45.000Z
Source/V8/Private/JavascriptGlobalDelegates.cpp
ninemcom/Unreal.js-core
9b7bf774c570be95f4d9f687557164c872bb2307
[ "BSD-3-Clause" ]
null
null
null
Source/V8/Private/JavascriptGlobalDelegates.cpp
ninemcom/Unreal.js-core
9b7bf774c570be95f4d9f687557164c872bb2307
[ "BSD-3-Clause" ]
null
null
null
#include "JavascriptGlobalDelegates.h" #include "Misc/CoreDelegates.h" #include "../../Launch/Resources/Version.h" void UJavascriptGlobalDelegates::BeginDestroy() { Super::BeginDestroy(); UnbindAll(); } #define DO_REFLECT() \ OP_REFLECT(PostLoadMapWithWorld)\ OP_REFLECT(PostDemoPlay)\ OP_REFLECT(PackageCreatedForL...
28.11
145
0.782995
ninemcom
c81858f3b7cd02af5a76708049b1dffb43e1fa3c
1,082
hpp
C++
master/core/third/libtorrent/include/libtorrent/asio/detail/kqueue_reactor_fwd.hpp
importlib/klib
a59837857689d0e60d3df6d2ebd12c3160efa794
[ "MIT" ]
4
2017-12-04T08:22:48.000Z
2019-10-26T21:44:59.000Z
master/core/third/libtorrent/include/libtorrent/asio/detail/kqueue_reactor_fwd.hpp
isuhao/klib
a59837857689d0e60d3df6d2ebd12c3160efa794
[ "MIT" ]
null
null
null
master/core/third/libtorrent/include/libtorrent/asio/detail/kqueue_reactor_fwd.hpp
isuhao/klib
a59837857689d0e60d3df6d2ebd12c3160efa794
[ "MIT" ]
4
2017-12-04T08:22:49.000Z
2018-12-27T03:20:31.000Z
// // kqueue_reactor_fwd.hpp // ~~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2008 Christopher M. Kohlhoff (chris at kohlhoff dot com) // Copyright (c) 2005 Stefan Arentz (stefan at soze dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http...
25.761905
79
0.740296
importlib
c81ba1110362389faeba849ec237f476732db57b
882
cpp
C++
Graphs/SumOfFibonacciNumbers.cpp
CodeLogistHacktoberfest/Interview-Bit
fc255b50de3ff1f9177e1b3083cb219ac355f7bf
[ "MIT" ]
2
2019-11-28T10:40:16.000Z
2021-05-19T10:34:29.000Z
Graphs/SumOfFibonacciNumbers.cpp
CodeLogistHacktoberfest/Interview-Bit
fc255b50de3ff1f9177e1b3083cb219ac355f7bf
[ "MIT" ]
null
null
null
Graphs/SumOfFibonacciNumbers.cpp
CodeLogistHacktoberfest/Interview-Bit
fc255b50de3ff1f9177e1b3083cb219ac355f7bf
[ "MIT" ]
1
2020-07-22T16:37:36.000Z
2020-07-22T16:37:36.000Z
// https://www.interviewbit.com/problems/sum-of-fibonacci-numbers/ int Solution::fibsum(int A) { // Do not write main() function. // Do not read input, instead use the arguments to the function. // Do not print the output, instead return values as specified // Still have a doubt. Checkout www.interview...
22.05
93
0.493197
CodeLogistHacktoberfest
c81e46c77b8a4ce186d179673887ecc8f864343b
1,572
hpp
C++
src/Persistence/SqlStatement.hpp
maciejjaskiewicz/FacelinkStudio
4bcb4ed06932546e58af4a01ee2b17e3dc45f366
[ "MIT" ]
1
2020-08-11T02:40:32.000Z
2020-08-11T02:40:32.000Z
src/Persistence/SqlStatement.hpp
maciejjaskiewicz/FacelinkStudio
4bcb4ed06932546e58af4a01ee2b17e3dc45f366
[ "MIT" ]
null
null
null
src/Persistence/SqlStatement.hpp
maciejjaskiewicz/FacelinkStudio
4bcb4ed06932546e58af4a01ee2b17e3dc45f366
[ "MIT" ]
null
null
null
#pragma once #include <Xenon/Core/Api.hpp> #include <sqlite3.h> #include <string> #include <memory> #include <vector> namespace Fls { class Database; class SqlStatement { public: SqlStatement(Database& db, std::string sqlStatement); ~SqlStatement(); void exec(); bool...
29.660377
78
0.667939
maciejjaskiewicz
c81f3fc0ce237c37cb26cb0ae11e59b11f2e2f61
2,193
cpp
C++
src/tests/unit/img_processing/test_segmentation.cpp
WannesVanLeemput/traffic-sign-detection
3d536a9e7158b9da376a813388e55f591bf61d67
[ "BSD-3-Clause" ]
129
2015-01-23T06:47:29.000Z
2021-11-08T09:36:31.000Z
src/tests/unit/img_processing/test_segmentation.cpp
KTOC/traffic-sign-detection
c5f9cc3583cf34b47a380864f8baac6bcf81fe54
[ "BSD-3-Clause" ]
12
2015-05-18T22:34:09.000Z
2017-07-19T15:22:16.000Z
src/tests/unit/img_processing/test_segmentation.cpp
KTOC/traffic-sign-detection
c5f9cc3583cf34b47a380864f8baac6bcf81fe54
[ "BSD-3-Clause" ]
86
2015-01-17T10:49:04.000Z
2021-12-03T11:51:04.000Z
/* By downloading, copying, installing or using the software you agree to this license. If you do not agree to this license, do not download, install, copy or use the software. License Agreement For Open Source Computer Vision Library (3-clause BSD Licen...
40.611111
84
0.760146
WannesVanLeemput
c81f83fd0a580758e59293a349bac908f56ebd05
676
hpp
C++
io/inc/m4c0/io/ostr_writer.hpp
m4c0/m4c0-stl
5e47439528faee466270706534143c87b4af8cbb
[ "MIT" ]
null
null
null
io/inc/m4c0/io/ostr_writer.hpp
m4c0/m4c0-stl
5e47439528faee466270706534143c87b4af8cbb
[ "MIT" ]
null
null
null
io/inc/m4c0/io/ostr_writer.hpp
m4c0/m4c0-stl
5e47439528faee466270706534143c87b4af8cbb
[ "MIT" ]
null
null
null
#pragma once #include "m4c0/io/writer.hpp" #include <ostream> namespace m4c0::io { class ostr_writer : public writer { std::ostream & m_os; public: explicit constexpr ostr_writer(std::ostream & os) : m_os(os) { } void write(const void * data, unsigned len) override { m_os.write(static_cas...
19.882353
66
0.615385
m4c0
c81f8902fdbb1c87b206b8d9cd9512bda0e42ecf
2,197
hpp
C++
esp/services/ws_ecl/ws_ecl_wuinfo.hpp
miguelvazq/HPCC-Platform
22ad8e5fcb59626abfd8febecbdfccb1e9fb0aa5
[ "Apache-2.0" ]
286
2015-01-03T12:45:17.000Z
2022-03-25T18:12:57.000Z
esp/services/ws_ecl/ws_ecl_wuinfo.hpp
miguelvazq/HPCC-Platform
22ad8e5fcb59626abfd8febecbdfccb1e9fb0aa5
[ "Apache-2.0" ]
9,034
2015-01-02T08:49:19.000Z
2022-03-31T20:34:44.000Z
esp/services/ws_ecl/ws_ecl_wuinfo.hpp
cloLN/HPCC-Platform
42ffb763a1cdcf611d3900831973d0a68e722bbe
[ "Apache-2.0" ]
208
2015-01-02T03:27:28.000Z
2022-02-11T05:54:52.000Z
/*############################################################################## HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®. 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...
32.791045
108
0.687756
miguelvazq
c81fef923ec12265fbdd337c0abb790571de4ea0
2,793
hpp
C++
src/vendor/cget/cget/pkg/chriskohlhoff__asio/install/include/asio/traits/submit_member.hpp
watr/Karabiner-Elements
6b38cc0bf56e67373b46ec1fe06fc4e5b57bcd82
[ "Unlicense" ]
3
2022-03-12T14:11:56.000Z
2022-03-21T00:48:06.000Z
src/vendor/cget/cget/pkg/chriskohlhoff__asio/install/include/asio/traits/submit_member.hpp
watr/Karabiner-Elements
6b38cc0bf56e67373b46ec1fe06fc4e5b57bcd82
[ "Unlicense" ]
2
2022-03-22T21:28:05.000Z
2022-03-22T21:28:06.000Z
core/include/asio/traits/submit_member.hpp
Damien-Ginesy/Projet_S8
475e348c23110459495a9ccfb3cd0a374dd5f601
[ "MIT" ]
null
null
null
// // traits/submit_member.hpp // ~~~~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2022 Christopher M. Kohlhoff (chris at kohlhoff dot 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) // #ifndef ASIO_TRAITS...
24.716814
79
0.726817
watr
c82203f39a0ad434fc4e930e6cdf16376814ef44
726
hpp
C++
src/narrow.hpp
SamuelBeland/advent_of_code_2020
5be63a10f2f9556f0f7236f584278133974022ab
[ "BSL-1.0" ]
null
null
null
src/narrow.hpp
SamuelBeland/advent_of_code_2020
5be63a10f2f9556f0f7236f584278133974022ab
[ "BSL-1.0" ]
null
null
null
src/narrow.hpp
SamuelBeland/advent_of_code_2020
5be63a10f2f9556f0f7236f584278133974022ab
[ "BSL-1.0" ]
null
null
null
#pragma once #include <cassert> #include <type_traits> namespace aoc { namespace detail { #if defined(NDEBUG) static constexpr auto IS_DEBUG = false; #else static constexpr auto IS_DEBUG = true; #endif } // namespace detail //============================================================================== template<ty...
22.6875
80
0.595041
SamuelBeland
c82257a1d6acf5dade08e8e79b90165ea2fd9ea4
693
cpp
C++
Assigment 2/a2_p7.cpp
UrfanAlvany/Algorithms-and-Data-Structures
263dced4a24df11dad61ab6f8ed9561eb3f44b8f
[ "MIT" ]
null
null
null
Assigment 2/a2_p7.cpp
UrfanAlvany/Algorithms-and-Data-Structures
263dced4a24df11dad61ab6f8ed9561eb3f44b8f
[ "MIT" ]
null
null
null
Assigment 2/a2_p7.cpp
UrfanAlvany/Algorithms-and-Data-Structures
263dced4a24df11dad61ab6f8ed9561eb3f44b8f
[ "MIT" ]
null
null
null
#include <iostream> #include <fstream> #include <exception> #include <map> using namespace std; int main() { ifstream in; map<string, string> data; in.open("data.txt", ios::in); string name; string birthday; while (!in.eof()) { getline(in, name); getline(in, birthday); ...
17.325
58
0.529582
UrfanAlvany
c822b839a3b00e5cc255f51be9f25f18f8d7a98e
5,691
cpp
C++
shellcode.cpp
3gstudent/Shellcode-Generater
ca992ef1a5493e908bce18327c3efc1aeeb4c5f4
[ "BSD-3-Clause" ]
61
2017-01-19T07:40:24.000Z
2022-03-14T18:56:27.000Z
shellcode.cpp
3gstudent/Shellcode-Generater
ca992ef1a5493e908bce18327c3efc1aeeb4c5f4
[ "BSD-3-Clause" ]
null
null
null
shellcode.cpp
3gstudent/Shellcode-Generater
ca992ef1a5493e908bce18327c3efc1aeeb4c5f4
[ "BSD-3-Clause" ]
35
2017-01-19T07:40:30.000Z
2022-03-14T18:56:30.000Z
#include <windows.h> #include <Winternl.h> #pragma optimize( "", off ) BOOL __ISUPPER__(__in CHAR c); CHAR __TOLOWER__(__in CHAR c); UINT __STRLEN__(__in LPSTR lpStr1); UINT __STRLENW__(__in LPWSTR lpStr1); LPWSTR __STRSTRIW__(__in LPWSTR lpStr1, __in LPWSTR lpStr2); INT __STRCMPI__(__in LPSTR lpStr1, __in LPSTR lpSt...
27.492754
161
0.657002
3gstudent
c8232c54e9aa000143930df7d31cbe577413ab2a
82
cpp
C++
Dark Basic Public Shared/Official Plugins/Dark Dynamix/Project files/Physics Dark Basic/Source/DBSoftBody.cpp
domydev/Dark-Basic-Pro
237fd8d859782cb27b9d5994f3c34bc5372b6c04
[ "MIT" ]
231
2018-01-28T00:06:56.000Z
2022-03-31T21:39:56.000Z
Dark Basic Public Shared/Official Plugins/Dark Dynamix/Project files/Physics Dark Basic/Source/DBSoftBody.cpp
domydev/Dark-Basic-Pro
237fd8d859782cb27b9d5994f3c34bc5372b6c04
[ "MIT" ]
9
2016-02-10T10:46:16.000Z
2017-12-06T17:27:51.000Z
Dark Basic Public Shared/Official Plugins/Dark Dynamix/Project files/Physics Dark Basic/Source/DBSoftBody.cpp
domydev/Dark-Basic-Pro
237fd8d859782cb27b9d5994f3c34bc5372b6c04
[ "MIT" ]
66
2018-01-28T21:54:52.000Z
2022-02-16T22:50:57.000Z
#include "DBPhyStruct.h" #include "Defines.h" extern DBPhyStruct *phyGlobStruct_;
20.5
35
0.792683
domydev
c82349c997f09555d085580e047e95b62d4001e0
1,187
cpp
C++
qdata/src/data/Sub_Source.cpp
jeanleflambeur/silkopter
cdbc67ee2c85f5c95eb4f52e2e0ba24514962dd8
[ "BSD-3-Clause" ]
36
2015-03-09T16:47:14.000Z
2021-02-04T08:32:04.000Z
qdata/src/data/Sub_Source.cpp
jeanlemotan/silkopter
cdbc67ee2c85f5c95eb4f52e2e0ba24514962dd8
[ "BSD-3-Clause" ]
42
2017-02-11T11:15:51.000Z
2019-12-28T16:00:44.000Z
qdata/src/data/Sub_Source.cpp
jeanleflambeur/silkopter
cdbc67ee2c85f5c95eb4f52e2e0ba24514962dd8
[ "BSD-3-Clause" ]
5
2015-10-15T05:46:48.000Z
2020-05-11T17:40:36.000Z
#include "QDataStdAfx.h" #include "data/Sink.h" #include "data/Source.h" #include "data/Sub_Source.h" using namespace q; using namespace data; Sub_Source::Sub_Source(Source_uptr source, size_t start, size_t size) : m_source(std::move(source)) , m_start(start) , m_size(size) { } Sub_Source::~Sub_Sourc...
20.465517
70
0.662174
jeanleflambeur
c82827194a408ecfa58de2abcd5a82e94fa34d92
1,462
cpp
C++
src/states/menu/languageselect.cpp
AlbertCoolGuy/3DStris
0e4ae3940ce573d25b9a3275c2997791fda65c80
[ "MIT" ]
null
null
null
src/states/menu/languageselect.cpp
AlbertCoolGuy/3DStris
0e4ae3940ce573d25b9a3275c2997791fda65c80
[ "MIT" ]
null
null
null
src/states/menu/languageselect.cpp
AlbertCoolGuy/3DStris
0e4ae3940ce573d25b9a3275c2997791fda65c80
[ "MIT" ]
null
null
null
#include <3dstris/gui/widgets/special/languagebutton.hpp> #include <3dstris/states/menu/languageselect.hpp> #include <3dstris/states/menu/mainmenu.hpp> LanguageSelect::LanguageSelect() noexcept : State(), select(game.translate("languageselect.select")), save(gui.add<Button>(Pos{10, gui.getHeight() - 50.0f}, WH...
23.580645
73
0.653215
AlbertCoolGuy
c8295529394c7b0fbfece36dc94872afa2f5e4b1
860
hpp
C++
source/physics_list/CustomizedLivermorePhysics.hpp
goroyabu/sim4py
44ae2a6a4adfe347a7ae899c849936ae6fe7caf3
[ "MIT" ]
null
null
null
source/physics_list/CustomizedLivermorePhysics.hpp
goroyabu/sim4py
44ae2a6a4adfe347a7ae899c849936ae6fe7caf3
[ "MIT" ]
null
null
null
source/physics_list/CustomizedLivermorePhysics.hpp
goroyabu/sim4py
44ae2a6a4adfe347a7ae899c849936ae6fe7caf3
[ "MIT" ]
null
null
null
/** @file CustomizedLivermorePhysics.cpp @author Goro Yabu @date 2020/05/21 **/ #ifndef CustomizedLivermorePhysics_hpp #define CustomizedLivermorePhysics_hpp #include <G4VPhysicsConstructor.hh> #include <G4EmParticleList.hh> #include <globals.hh> class CustomizedLivermorePhysics : public G4VPhysics...
17.916667
78
0.713953
goroyabu
c82ab5d892df756ca3b3cdfa60f5d8eabcc90d3e
4,740
hh
C++
radixtree/endian.hh
bisqwit/nandcombinator
ac8db6f7259491ee9d5f75b35eb22903a5de5993
[ "BSD-3-Clause" ]
17
2018-02-24T17:40:02.000Z
2021-11-25T21:21:49.000Z
radixtree/endian.hh
bisqwit/nandcombinator
ac8db6f7259491ee9d5f75b35eb22903a5de5993
[ "BSD-3-Clause" ]
null
null
null
radixtree/endian.hh
bisqwit/nandcombinator
ac8db6f7259491ee9d5f75b35eb22903a5de5993
[ "BSD-3-Clause" ]
null
null
null
#ifndef bqtEndianHH #define bqtEndianHH #ifndef __STDC_CONSTANT_MACROS #define __STDC_CONSTANT_MACROS /* for UINT16_C etc */ #endif #include <stdint.h> #if defined(__x86_64)||defined(__i386) #define LITTLE_ENDIAN_AND_UNALIGNED_ACCESS_OK #else #undef LITTLE_ENDIAN_AND_UNALIGNED_ACCESS_OK #endif static inline uint_f...
27.398844
79
0.657384
bisqwit
c82c814f26ec14ad07d8c7bcd9095f9fb5a9bcec
13,973
cpp
C++
Art_Of_Fighting/ModuleInput.cpp
marcpt98/Fight-club
44fdadf5dfbd312916eb2d440b61a12a7d88402e
[ "Zlib" ]
null
null
null
Art_Of_Fighting/ModuleInput.cpp
marcpt98/Fight-club
44fdadf5dfbd312916eb2d440b61a12a7d88402e
[ "Zlib" ]
5
2019-05-03T07:40:37.000Z
2019-05-18T22:44:38.000Z
Art_Of_Fighting/ModuleInput.cpp
marcpt98/Fight-club
44fdadf5dfbd312916eb2d440b61a12a7d88402e
[ "Zlib" ]
null
null
null
#include "Globals.h" #include "Application.h" #include "ModuleInput.h" #include "SDL/include/SDL.h" #include "p2Qeue.h" #include "SDL/include/SDL_gamecontroller.h" #include "ModulePlayer.h" #include "ModulePlayer2.h" ModuleInput::ModuleInput() : Module() { for (uint i = 0; i < MAX_KEYS; ++i) keyboard[i] = KEY_IDLE;...
18.361367
91
0.619051
marcpt98
c82ecaec6cefe9b8aca99ec0040194567e0121f2
4,334
hpp
C++
src/mlpack/methods/ann/init_rules/he_init.hpp
florian-rosenthal/mlpack
4287a89886e39703571165ef1d40693eb51d22c6
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
4,216
2015-01-01T02:06:12.000Z
2022-03-31T19:12:06.000Z
src/mlpack/methods/ann/init_rules/he_init.hpp
florian-rosenthal/mlpack
4287a89886e39703571165ef1d40693eb51d22c6
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2,621
2015-01-01T01:41:47.000Z
2022-03-31T19:01:26.000Z
src/mlpack/methods/ann/init_rules/he_init.hpp
florian-rosenthal/mlpack
4287a89886e39703571165ef1d40693eb51d22c6
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1,972
2015-01-01T23:37:13.000Z
2022-03-28T06:03:41.000Z
/** * @file methods/ann/init_rules/he_init.hpp * @author Dakshit Agrawal * @author Prabhat Sharma * * Intialization rule given by He et. al. for neural networks. The He * initialization initializes weights of the neural network to better * suit the rectified activation units. * * mlpack is free software; you m...
29.889655
80
0.65736
florian-rosenthal
c82ef4c9e060eccc721e74de69aa814c77e0dc7d
1,526
cpp
C++
3.Building_Roads.cpp
Anksus/CSES-Graph-solutions
6e9ce06abb8a3f5c8a9824add8dd8f31b7cf219c
[ "MIT" ]
null
null
null
3.Building_Roads.cpp
Anksus/CSES-Graph-solutions
6e9ce06abb8a3f5c8a9824add8dd8f31b7cf219c
[ "MIT" ]
null
null
null
3.Building_Roads.cpp
Anksus/CSES-Graph-solutions
6e9ce06abb8a3f5c8a9824add8dd8f31b7cf219c
[ "MIT" ]
null
null
null
// Problem is asking for disconnected components and how we can connect them. #include<bits/stdc++.h> using namespace std; #define IOS ios_base::sync_with_stdio(false);cin.tie(0);cout.tie(0); #define nl '\n' int dx[4] = {1, 0, -1, 0}; int dy[4] = {0, 1, 0, -1}; const int MN = 1e5 + 10; vector<int>g[MN]; bool vis[M...
18.839506
77
0.427916
Anksus
c82f0af23dcbe923df6b745dc1f6bce4a239fd19
3,095
cpp
C++
src/runtime/NEON/functions/NEHOGGradient.cpp
mdupuy/ComputeLibrary
871448ee8eff790c4ccc3250008dd71170cc78b2
[ "MIT" ]
3
2017-04-02T08:41:24.000Z
2017-10-20T07:56:01.000Z
src/runtime/NEON/functions/NEHOGGradient.cpp
loliod/ComputeLibrary
871448ee8eff790c4ccc3250008dd71170cc78b2
[ "MIT" ]
null
null
null
src/runtime/NEON/functions/NEHOGGradient.cpp
loliod/ComputeLibrary
871448ee8eff790c4ccc3250008dd71170cc78b2
[ "MIT" ]
1
2017-12-21T04:13:45.000Z
2017-12-21T04:13:45.000Z
/* * Copyright (c) 2016, 2017 ARM Limited. * * SPDX-License-Identifier: MIT * * 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 * r...
38.6875
172
0.73538
mdupuy
c82fc0109828a3ab7a365d8283b5776a7d6ad8cb
23,986
cpp
C++
Code/Engine/Resource/MaterialBlueprint/MaterialBlueprintResource.cpp
WarzesProject/Micro3DRPG
36604d51d5dd640836cad77995abbfecfe4bdccc
[ "MIT" ]
3
2020-05-12T04:36:38.000Z
2021-04-04T07:21:44.000Z
Code/Engine/Resource/MaterialBlueprint/MaterialBlueprintResource.cpp
WarzesProject/Micro3DRPG
36604d51d5dd640836cad77995abbfecfe4bdccc
[ "MIT" ]
null
null
null
Code/Engine/Resource/MaterialBlueprint/MaterialBlueprintResource.cpp
WarzesProject/Micro3DRPG
36604d51d5dd640836cad77995abbfecfe4bdccc
[ "MIT" ]
null
null
null
#include "stdafx.h" #include "Resource/MaterialBlueprint/MaterialBlueprintResource.h" #include "Resource/MaterialBlueprint/MaterialBlueprintResourceManager.h" #include "Resource/MaterialBlueprint/Listener/IMaterialBlueprintResourceListener.h" #include "Resource/MaterialBlueprint/BufferManager/MaterialBufferManager.h" #...
43.140288
340
0.727299
WarzesProject
c83064a0bf0cd86a3814a76513e03e6d0107dbbb
10,790
hpp
C++
mesh/src/writer/AbstractTetrahedralMeshWriter.hpp
DGermano8/ChasteDom
539a3a811698214c0938489b0cfdffd1abccf667
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
mesh/src/writer/AbstractTetrahedralMeshWriter.hpp
DGermano8/ChasteDom
539a3a811698214c0938489b0cfdffd1abccf667
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
mesh/src/writer/AbstractTetrahedralMeshWriter.hpp
DGermano8/ChasteDom
539a3a811698214c0938489b0cfdffd1abccf667
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
/* Copyright (c) 2005-2018, University of Oxford. All rights reserved. University of Oxford means the Chancellor, Masters and Scholars of the University of Oxford, having an administrative office at Wellington Square, Oxford OX1 2JD, UK. This file is part of Chaste. Redistribution and use in source and binary forms...
40.411985
134
0.703151
DGermano8
c831332544baf074acb110270b97ad95d3033452
1,581
cpp
C++
modules/hanoi_tower/test/test_vodeneev_mikhail_hanoi_tower.cpp
WolfCub15/devtools-course-practice
680941b93baffac260f4eb6ad94b7dc03b2461f2
[ "CC-BY-4.0" ]
null
null
null
modules/hanoi_tower/test/test_vodeneev_mikhail_hanoi_tower.cpp
WolfCub15/devtools-course-practice
680941b93baffac260f4eb6ad94b7dc03b2461f2
[ "CC-BY-4.0" ]
3
2021-04-08T16:19:27.000Z
2021-04-25T09:29:45.000Z
modules/hanoi_tower/test/test_vodeneev_mikhail_hanoi_tower.cpp
taktaev-artyom/devtools-course-practice
7cf19defe061c07cfb3ebb71579456e807430a5d
[ "CC-BY-4.0" ]
null
null
null
// Copyright 2021 Vodeneev Mikhail #include <gtest/gtest.h> #include<stack> #include "include/hanoi_tower.h" TEST(Vodeneev_Mikhail_HanoiTowerTest, First_test) { ASSERT_EQ(3, 1 + 2); } TEST(Vodeneev_Mikhail_HanoiTowerTest, no_exception_during_empty_creation) { ASSERT_NO_THROW(Hanoi t); } TEST(Vodeneev_Mikh...
23.954545
80
0.678684
WolfCub15
c832dc82b98e393ac6b8aba7c80a5ff302c1542e
1,952
cpp
C++
deps/asio-gnutls/test/gnutls/context.cpp
SylemST-UtilCollection/libtorrent-build
76c22d0f0aa0e6541983fa793789f3a5774cf0ca
[ "BSL-1.0", "BSD-3-Clause" ]
7
2020-04-28T21:07:21.000Z
2021-05-21T03:03:54.000Z
deps/asio-gnutls/test/gnutls/context.cpp
SylemST-UtilCollection/libtorrent-build
76c22d0f0aa0e6541983fa793789f3a5774cf0ca
[ "BSL-1.0", "BSD-3-Clause" ]
4
2020-09-16T19:23:54.000Z
2021-11-28T09:40:34.000Z
deps/asio-gnutls/test/gnutls/context.cpp
SylemST-UtilCollection/libtorrent-build
76c22d0f0aa0e6541983fa793789f3a5774cf0ca
[ "BSL-1.0", "BSD-3-Clause" ]
3
2020-09-16T17:42:50.000Z
2021-11-28T09:18:19.000Z
// // context.cpp // ~~~~~~~~~~~ // // Copyright (c) 2020 Paul-Louis Ageneau (paul-louis at ageneau dot org) // // 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) // // Disable autolinking for unit tests. #if !defined...
29.575758
98
0.651127
SylemST-UtilCollection
c8341cbc213d4e79ff4195c3032db8cda82a5748
8,401
cc
C++
src/app/main.cc
bobye/d2_kmeans
7290657e1f6f95e633653172500a2b54d13e02be
[ "Apache-2.0" ]
10
2018-11-20T18:10:54.000Z
2021-12-09T12:53:19.000Z
src/app/main.cc
bobye/d2_kmeans
7290657e1f6f95e633653172500a2b54d13e02be
[ "Apache-2.0" ]
null
null
null
src/app/main.cc
bobye/d2_kmeans
7290657e1f6f95e633653172500a2b54d13e02be
[ "Apache-2.0" ]
2
2019-01-11T16:55:13.000Z
2019-06-13T20:23:40.000Z
#include <stdio.h> #include <string> #include <sstream> #include <vector> #include <iostream> #include <assert.h> #include <time.h> /* time_t, struct tm, time, localtime */ #include "d2/clustering.h" #include "util.hh" #include <cstdlib> #include <getopt.h> /* for getopt_long; GNU extension */ #ifdef __USE_MPI_...
28.672355
133
0.60469
bobye
c83695ccafd2c00aef4cf8e8930816d89192489c
6,149
cpp
C++
NanoTest/Source/Nano/Time/TTime.cpp
refnum/Nano
dceb0907061f7845d8a3c662f309ca164e932e6f
[ "BSD-3-Clause" ]
23
2019-11-12T09:31:11.000Z
2021-09-13T08:59:37.000Z
NanoTest/Source/Nano/Time/TTime.cpp
refnum/nano
dceb0907061f7845d8a3c662f309ca164e932e6f
[ "BSD-3-Clause" ]
1
2020-10-30T09:54:12.000Z
2020-10-30T09:54:12.000Z
NanoTest/Source/Nano/Time/TTime.cpp
refnum/Nano
dceb0907061f7845d8a3c662f309ca164e932e6f
[ "BSD-3-Clause" ]
3
2015-09-08T11:00:02.000Z
2017-09-11T05:42:30.000Z
/* NAME: TTime.cpp DESCRIPTION: NTime tests. COPYRIGHT: Copyright (c) 2006-2021, refNum Software All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code m...
28.206422
79
0.551472
refnum
c8369a0733716e4455c627217f9871f6f9aa70ea
1,350
cpp
C++
crystal/storage/index/bitmap/test/BitmapPostingTest.cpp
crystal-dataop/crystal
128e1dcde1ef68cabadab9b16d45f5199f0afe5c
[ "Apache-2.0" ]
2
2020-10-02T03:31:50.000Z
2020-12-31T09:41:48.000Z
crystal/storage/index/bitmap/test/BitmapPostingTest.cpp
crystal-dataop/crystal
128e1dcde1ef68cabadab9b16d45f5199f0afe5c
[ "Apache-2.0" ]
null
null
null
crystal/storage/index/bitmap/test/BitmapPostingTest.cpp
crystal-dataop/crystal
128e1dcde1ef68cabadab9b16d45f5199f0afe5c
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2017-present Yeolar * * 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...
25.471698
75
0.679259
crystal-dataop
c83b788c9d8ab0e05a6efac93ad3142ccddfda88
1,202
hpp
C++
include/animation/state_machine_layer.hpp
hermet/rive-cpp
d69378d97e7d987930c3764655153bf8ddc65966
[ "MIT" ]
2
2021-04-21T08:25:07.000Z
2021-04-21T08:48:42.000Z
include/animation/state_machine_layer.hpp
hermet/rive-cpp
d69378d97e7d987930c3764655153bf8ddc65966
[ "MIT" ]
null
null
null
include/animation/state_machine_layer.hpp
hermet/rive-cpp
d69378d97e7d987930c3764655153bf8ddc65966
[ "MIT" ]
null
null
null
#ifndef _RIVE_STATE_MACHINE_LAYER_HPP_ #define _RIVE_STATE_MACHINE_LAYER_HPP_ #include "generated/animation/state_machine_layer_base.hpp" #include <stdio.h> #include <vector> namespace rive { class LayerState; class StateMachineLayerImporter; class AnyState; class EntryState; class ExitState; class StateMachineL...
23.568627
59
0.751248
hermet
c83dfd63aedb34f6effc3f05de123de242bcdd8b
1,382
hpp
C++
include/bounded/detail/safe_extreme.hpp
davidstone/bounded-integer
d4f9a88a12174ca8382af60b00c5affd19aa8632
[ "BSL-1.0" ]
44
2020-10-03T21:37:52.000Z
2022-03-26T10:08:46.000Z
include/bounded/detail/safe_extreme.hpp
davidstone/bounded-integer
d4f9a88a12174ca8382af60b00c5affd19aa8632
[ "BSL-1.0" ]
1
2021-01-01T23:22:39.000Z
2021-01-01T23:22:39.000Z
include/bounded/detail/safe_extreme.hpp
davidstone/bounded-integer
d4f9a88a12174ca8382af60b00c5affd19aa8632
[ "BSL-1.0" ]
null
null
null
// Copyright David Stone 2021. // 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) #pragma once #include <bounded/detail/max_builtin.hpp> #include <bounded/detail/comparison.hpp> #include <type_traits> namespace ...
30.711111
116
0.736614
davidstone
c84343cee9f9e8f9e41fb7cd6c1286db1931b3a6
7,153
cpp
C++
src/c7string.cpp
ccldaout/libc7xx
3290da4ad804fc37873f39e83594f88f9a257d9b
[ "MIT" ]
null
null
null
src/c7string.cpp
ccldaout/libc7xx
3290da4ad804fc37873f39e83594f88f9a257d9b
[ "MIT" ]
null
null
null
src/c7string.cpp
ccldaout/libc7xx
3290da4ad804fc37873f39e83594f88f9a257d9b
[ "MIT" ]
null
null
null
/* * c7string.cpp * * Copyright (c) 2020 ccldaout@gmail.com * * This software is released under the MIT License. * http://opensource.org/licenses/mit-license.php */ #include <c7string.hpp> namespace c7 { namespace str { std::string trim(const std::string& in, const std::string& removed_chars) { const c...
23.074194
91
0.488746
ccldaout
c8437c16e04e3eb50d48ab4eda6b1aab9661efb4
546
hpp
C++
Include/FishEngine/Systems/InputSystem.hpp
yushroom/FishEngine-ECS
99e96f96d30a1cc624a7ffb410a34e418449dd81
[ "MIT" ]
10
2018-08-28T17:07:06.000Z
2021-06-19T09:51:27.000Z
Include/FishEngine/Systems/InputSystem.hpp
yushroom/FishEngine-ECS
99e96f96d30a1cc624a7ffb410a34e418449dd81
[ "MIT" ]
1
2018-10-25T19:42:10.000Z
2018-10-30T09:34:05.000Z
Include/FishEngine/Systems/InputSystem.hpp
yushroom/FishEngine-ECS
99e96f96d30a1cc624a7ffb410a34e418449dd81
[ "MIT" ]
5
2018-10-25T19:39:26.000Z
2020-08-09T05:47:57.000Z
#pragma once #include <FishEngine/ECS/System.hpp> #include <FishEngine/Components/SingletonInput.hpp> namespace FishEngine { struct KeyEvent { KeyCode key = KeyCode::None; KeyAction action = KeyAction::Normal; }; class InputSystem : public System { SYSTEM(InputSystem); public: void OnAdded() override...
15.6
51
0.710623
yushroom
c846435ea2e9b416cb46677423196763bbff4839
13,472
cpp
C++
GLFWApp.cpp
FZzzz/FluidSimulation
c18dbcfeae2857a3991deaf17651251e272a3561
[ "MIT" ]
6
2020-09-09T20:37:53.000Z
2021-10-16T07:34:47.000Z
GLFWApp.cpp
FZzzz/FluidSimulation
c18dbcfeae2857a3991deaf17651251e272a3561
[ "MIT" ]
null
null
null
GLFWApp.cpp
FZzzz/FluidSimulation
c18dbcfeae2857a3991deaf17651251e272a3561
[ "MIT" ]
1
2020-06-23T07:05:43.000Z
2020-06-23T07:05:43.000Z
#include "GLFWApp.h" #include <iostream> #include <sstream> #include <cstdlib> #include <ctime> #include <cmath> #include <glm/gtc/matrix_transform.hpp> #include "imgui/imgui_impl_glfw_gl3.h" #ifdef _WIN32 #undef APIENTRY #define GLFW_EXPOSE_NATIVE_WIN32 #define GLFW_EXPOSE_NATIVE_WGL #include <GLFW/glfw3native.h> #inc...
25.275797
123
0.710659
FZzzz
c84648a5f5bb8213e1681747ed45097ccfbb8210
1,147
hpp
C++
src/include/duckdb/planner/statement/bound_copy_statement.hpp
RichyRaj/duckdb
608c90154fc4d3e6e9aea6f09aa0685e6a55c5df
[ "MIT" ]
null
null
null
src/include/duckdb/planner/statement/bound_copy_statement.hpp
RichyRaj/duckdb
608c90154fc4d3e6e9aea6f09aa0685e6a55c5df
[ "MIT" ]
null
null
null
src/include/duckdb/planner/statement/bound_copy_statement.hpp
RichyRaj/duckdb
608c90154fc4d3e6e9aea6f09aa0685e6a55c5df
[ "MIT" ]
null
null
null
//===----------------------------------------------------------------------===// // DuckDB // // planner/statement/bound_copy_statement.hpp // // //===----------------------------------------------------------------------===// #pragma once #include "duckdb/parser/parsed_data/copy_info.hpp" #in...
26.068182
80
0.639058
RichyRaj
c847714154bc08ca24ab99394b3848535c17b9dc
35,996
cc
C++
src/voxcgeom/math/Matrix4.cc
vilyLei/voxgeometry
6905e464f30e49d18d95b319bf0a6639752b43d9
[ "MIT" ]
null
null
null
src/voxcgeom/math/Matrix4.cc
vilyLei/voxgeometry
6905e464f30e49d18d95b319bf0a6639752b43d9
[ "MIT" ]
null
null
null
src/voxcgeom/math/Matrix4.cc
vilyLei/voxgeometry
6905e464f30e49d18d95b319bf0a6639752b43d9
[ "MIT" ]
null
null
null
#include <iostream> #include <cmath> #include "assert.h" #include "Matrix4.h" namespace voxcgeom { namespace math { /// <summary> /// class OrientationType /// </summary> const unsigned int OrientationType::AXIS_ANGLE { 0 }; const unsigned int OrientationType::QUATERNION { 1 }; const unsigned int Orienta...
32.45807
217
0.579231
vilyLei
c848372a48054210cf5f48bf7f950792e64107ae
6,057
cpp
C++
src/beatmap/beatmap.cpp
oda404/oxu
5df4755f796be976bed767cd889a2e71ed867f9b
[ "MIT" ]
null
null
null
src/beatmap/beatmap.cpp
oda404/oxu
5df4755f796be976bed767cd889a2e71ed867f9b
[ "MIT" ]
null
null
null
src/beatmap/beatmap.cpp
oda404/oxu
5df4755f796be976bed767cd889a2e71ed867f9b
[ "MIT" ]
null
null
null
#include<fstream> #include<mutex> #include<oxu/beatmap/beatmap.hpp> #include<oxu/framework/window.hpp> #include<oxu/beatmap/beatmapParser.hpp> #include<oxu/beatmap/beatmapParser.hpp> #include<oxu/beatmap/components/playField.hpp> #include<oxu/framework/graphics/renderer.hpp> #include<oxu/framework/graphics/texture.hpp...
24.82377
100
0.533432
oda404
c850cf5e41a60a25bc5d2a274487be08348d0933
955
hpp
C++
include/header.hpp
IonkinaM/lab2
aa06f0430b589b8720bdf883925b4538de395045
[ "MIT" ]
null
null
null
include/header.hpp
IonkinaM/lab2
aa06f0430b589b8720bdf883925b4538de395045
[ "MIT" ]
null
null
null
include/header.hpp
IonkinaM/lab2
aa06f0430b589b8720bdf883925b4538de395045
[ "MIT" ]
null
null
null
// Copyright 2021 pvelp <toschakovpv@yandex.ru> #ifndef INCLUDE_HEADER_HPP_ #define INCLUDE_HEADER_HPP_ #include <iostream> #include <ctime> #include <random> #include <cassert> #include <cmath> class Cache { private: int *_arr; int _len; double _result_direction_test; double _result_reverse_test; double...
22.209302
57
0.724607
IonkinaM
c851ab8fca7ca741c96c06dc1f0ffbe2a31212df
15,618
cc
C++
sling/nlp/document/lexical-encoder.cc
infinitescale/sling
f408a148a06bc2d62e853a292a8ba7266c642839
[ "Apache-2.0" ]
2,023
2017-10-13T01:39:21.000Z
2022-03-27T14:24:09.000Z
sling/nlp/document/lexical-encoder.cc
infinitescale/sling
f408a148a06bc2d62e853a292a8ba7266c642839
[ "Apache-2.0" ]
166
2017-10-26T00:36:03.000Z
2021-10-08T13:32:32.000Z
sling/nlp/document/lexical-encoder.cc
infinitescale/sling
f408a148a06bc2d62e853a292a8ba7266c642839
[ "Apache-2.0" ]
316
2017-10-12T20:34:28.000Z
2022-02-02T16:03:45.000Z
// Copyright 2017 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
32.268595
79
0.649123
infinitescale
c85230b42919a84bf72b54dc6626bb5b2a4054e7
846
hpp
C++
include/UI/SettingsMenu/MRCPlusFlowCoordinator.hpp
raineio/MRCPlus
102a204caa19fc110efbccc0c68e8ad073c06c6d
[ "MIT" ]
16
2021-08-04T17:18:04.000Z
2022-03-31T02:29:10.000Z
include/UI/SettingsMenu/MRCPlusFlowCoordinator.hpp
raineio/MRCPlus
102a204caa19fc110efbccc0c68e8ad073c06c6d
[ "MIT" ]
13
2021-06-12T15:23:11.000Z
2022-02-05T16:05:08.000Z
include/UI/SettingsMenu/MRCPlusFlowCoordinator.hpp
raineio/MRCPlus
102a204caa19fc110efbccc0c68e8ad073c06c6d
[ "MIT" ]
4
2021-08-24T16:32:41.000Z
2022-01-02T01:17:02.000Z
#include "custom-types/shared/macros.hpp" #include "HMUI/FlowCoordinator.hpp" #include "HMUI/ViewController.hpp" DECLARE_CLASS_CODEGEN(MRCPlus, MRCPlusFlowCoordinator, HMUI::FlowCoordinator, DECLARE_OVERRIDE_METHOD(void, DidActivate, il2cpp_utils::FindMethodUnsafe("HMUI", "FlowCoordinator", "DidActivate", 3), bool...
65.076923
196
0.812057
raineio
c857b1c18849108309befbdd5fccf90fa82ec12c
43,363
cpp
C++
src/main.cpp
dashboardvision/aspose-php
e2931773cbb1f47ae4086d632faa3012bd952b99
[ "MIT" ]
null
null
null
src/main.cpp
dashboardvision/aspose-php
e2931773cbb1f47ae4086d632faa3012bd952b99
[ "MIT" ]
null
null
null
src/main.cpp
dashboardvision/aspose-php
e2931773cbb1f47ae4086d632faa3012bd952b99
[ "MIT" ]
1
2021-06-23T08:02:03.000Z
2021-06-23T08:02:03.000Z
/** * @file main.cpp * @author Tamas Geschitz (you@domain.com) * @brief Main entry, PHP extension registration functions. * @version 0.1 * @date 2020-12-01 * * @copyright Copyright DashboardVision (c) 2020 * */ #include <phpcpp.h> #include "../include/aspose_util.h" #include "../include/presentation.h" #inc...
55.169211
139
0.653553
dashboardvision
c85a77631046552a6a5d0985275bd33ddfb97136
149
cxx
C++
Software/CPU/myscrypt/build/cmake-3.12.3/Tests/RunCMake/CSharpReferenceImport/ImportLibMixedNative.cxx
duonglvtnaist/Multi-ROMix-Scrypt-Accelerator
9cb9d96c72c3e912fb7cfd5a786e50e4844a1ee8
[ "MIT" ]
107
2021-08-28T20:08:42.000Z
2022-03-22T08:02:16.000Z
Software/CPU/myscrypt/build/cmake-3.12.3/Tests/RunCMake/CSharpReferenceImport/ImportLibMixedNative.cxx
duonglvtnaist/Multi-ROMix-Scrypt-Accelerator
9cb9d96c72c3e912fb7cfd5a786e50e4844a1ee8
[ "MIT" ]
2
2022-01-13T04:03:55.000Z
2022-03-12T01:02:31.000Z
Software/CPU/myscrypt/build/cmake-3.12.3/Tests/RunCMake/CSharpReferenceImport/ImportLibMixedNative.cxx
duonglvtnaist/Multi-ROMix-Scrypt-Accelerator
9cb9d96c72c3e912fb7cfd5a786e50e4844a1ee8
[ "MIT" ]
16
2021-08-30T06:57:36.000Z
2022-03-22T08:05:52.000Z
#include "ImportLibMixedNative.h" #include <iostream> void ImportLibMixedNative::Message() { std::cout << "ImportLibMixedNative" << std::endl; }
16.555556
51
0.724832
duonglvtnaist
c85c6b66f3f6b07a37f6ab5c16830e197797b054
5,936
cpp
C++
src/mongo/db/index_rebuilder.cpp
baiyanghese/mongo
89fcbab94c7103105e8c72f654a5774a066bdb90
[ "Apache-2.0" ]
1
2015-11-06T05:42:37.000Z
2015-11-06T05:42:37.000Z
src/mongo/db/index_rebuilder.cpp
baiyanghese/mongo
89fcbab94c7103105e8c72f654a5774a066bdb90
[ "Apache-2.0" ]
null
null
null
src/mongo/db/index_rebuilder.cpp
baiyanghese/mongo
89fcbab94c7103105e8c72f654a5774a066bdb90
[ "Apache-2.0" ]
null
null
null
/** * Copyright (C) 2012 10gen Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful...
39.052632
102
0.605795
baiyanghese
c85d7622faa8b89f3cf45b1517f1020573bd9aad
763
cpp
C++
obs-studio/UI/media-slider.cpp
noelemahcz/libobspp
029472b973e5a1985f883242f249848385df83a3
[ "MIT" ]
null
null
null
obs-studio/UI/media-slider.cpp
noelemahcz/libobspp
029472b973e5a1985f883242f249848385df83a3
[ "MIT" ]
null
null
null
obs-studio/UI/media-slider.cpp
noelemahcz/libobspp
029472b973e5a1985f883242f249848385df83a3
[ "MIT" ]
null
null
null
#include "slider-absoluteset-style.hpp" #include "media-slider.hpp" #include <QStyleFactory> MediaSlider::MediaSlider(QWidget *parent) : SliderIgnoreScroll(parent) { setMouseTracking(true); QString styleName = style()->objectName(); QStyle *style; style = QStyleFactory::create(styleName); if (!style) { style =...
21.8
72
0.695937
noelemahcz
c85e927bb34a63dc26d43b0e936fbe7555ea20f2
1,246
cpp
C++
test/testOthers.cpp
kdglider/xingyun
d3ef9dcbccfece22675e033863beb2d411fb07c8
[ "BSD-3-Clause" ]
null
null
null
test/testOthers.cpp
kdglider/xingyun
d3ef9dcbccfece22675e033863beb2d411fb07c8
[ "BSD-3-Clause" ]
null
null
null
test/testOthers.cpp
kdglider/xingyun
d3ef9dcbccfece22675e033863beb2d411fb07c8
[ "BSD-3-Clause" ]
1
2020-10-18T13:09:19.000Z
2020-10-18T13:09:19.000Z
/**Copyright (c) 2019 Hao Da (Kevin) Dong, Zuyang Cao, Jing Liang * @file Xingyun.hpp * @date 10/13/2019 * @brief This file is to test functions of the project in scenario where * person stand in front of the lidar. The file test if lidar can * recognize people correct * @...
30.390244
78
0.670144
kdglider
c85fb4de2a5cfb2b2a9501547f2acfe2c9ca56f5
12,748
cp
C++
validation/default/celar6sub0.cp
kad15/SandBoxToulbar2
31430ec5e6c6cec1eabe6f5d04bfb8134777821c
[ "MIT" ]
33
2018-08-16T18:14:35.000Z
2022-03-14T10:26:18.000Z
validation/default/celar6sub0.cp
kad15/SandBoxToulbar2
31430ec5e6c6cec1eabe6f5d04bfb8134777821c
[ "MIT" ]
13
2018-08-09T06:53:08.000Z
2022-03-28T10:26:24.000Z
validation/default/celar6sub0.cp
kad15/SandBoxToulbar2
31430ec5e6c6cec1eabe6f5d04bfb8134777821c
[ "MIT" ]
12
2018-06-06T15:19:46.000Z
2022-02-11T17:09:27.000Z
# problem name CELAR6SUB0 160 # frequency variables x13 16 30 44 58 72 86 100 114 128 142 156 254 268 282 296 310 324 338 352 366 380 394 414 428 442 456 470 484 498 512 526 540 554 652 666 680 694 708 722 736 750 764 778 792 x14 16 30 44 58 72 86 100 114 128 142 156 254 268 282 296 310 324 338 352 366 380 394 414...
48.287879
176
0.646454
kad15
c8600c941ac6cc5fbd796423a8f785baf585a826
160,860
cpp
C++
live/src/v20180801/LiveClient.cpp
X-Crack/tencentcloud-sdk-cpp
57ada84c1651b223bd6540a3e894cd1041c52e14
[ "Apache-2.0" ]
null
null
null
live/src/v20180801/LiveClient.cpp
X-Crack/tencentcloud-sdk-cpp
57ada84c1651b223bd6540a3e894cd1041c52e14
[ "Apache-2.0" ]
null
null
null
live/src/v20180801/LiveClient.cpp
X-Crack/tencentcloud-sdk-cpp
57ada84c1651b223bd6540a3e894cd1041c52e14
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
36.675787
238
0.705968
X-Crack
c86a9dac36399127778692b2089f677133aa90be
22,430
ipp
C++
system/jlib/jptree.ipp
emuharemagic/HPCC-Platform
bbd5423b25f6ba2d675521c8917f9ecfa97dace5
[ "Apache-2.0" ]
1
2020-08-01T19:54:56.000Z
2020-08-01T19:54:56.000Z
system/jlib/jptree.ipp
emuharemagic/HPCC-Platform
bbd5423b25f6ba2d675521c8917f9ecfa97dace5
[ "Apache-2.0" ]
null
null
null
system/jlib/jptree.ipp
emuharemagic/HPCC-Platform
bbd5423b25f6ba2d675521c8917f9ecfa97dace5
[ "Apache-2.0" ]
null
null
null
/*############################################################################## HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems. 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 ...
34.40184
180
0.682033
emuharemagic
c86bf84147d1fa5e50a8958e3b2af83520844ad9
285
cpp
C++
src/observer.cpp
bergentroll/otus-cpp-12
a46bb51bc7fb15cd4ce1eed2a354f85e4cfe4df9
[ "CC0-1.0" ]
null
null
null
src/observer.cpp
bergentroll/otus-cpp-12
a46bb51bc7fb15cd4ce1eed2a354f85e4cfe4df9
[ "CC0-1.0" ]
null
null
null
src/observer.cpp
bergentroll/otus-cpp-12
a46bb51bc7fb15cd4ce1eed2a354f85e4cfe4df9
[ "CC0-1.0" ]
null
null
null
#include "observer.hpp" using namespace otus; void Observable::notify() { auto iter = subscribers.begin(); while(iter != subscribers.end()) { auto ptr = iter->lock(); if (ptr) { ptr->update(); ++iter; } else { subscribers.erase(iter++); } } }
16.764706
36
0.561404
bergentroll
c86c6ebd1ef191c9f508fbc8af1de3bc4cbaa7db
32,832
cpp
C++
Network/Lobby/GameBrowser.cpp
IvarJonsson/Project-Unknown
4675b41bbb5e90135c7bf3aded2c2e262b50f351
[ "BSL-1.0" ]
null
null
null
Network/Lobby/GameBrowser.cpp
IvarJonsson/Project-Unknown
4675b41bbb5e90135c7bf3aded2c2e262b50f351
[ "BSL-1.0" ]
null
null
null
Network/Lobby/GameBrowser.cpp
IvarJonsson/Project-Unknown
4675b41bbb5e90135c7bf3aded2c2e262b50f351
[ "BSL-1.0" ]
null
null
null
// Copyright 2001-2016 Crytek GmbH / Crytek Group. All rights reserved. #include "StdAfx.h" #include <CryLobby/ICrySignIn.h> #include "GameBrowser.h" #include "GameLobbyData.h" #include <CryLobby/ICryLobby.h> #include <CryLobby/ICryMatchMaking.h> #include <CryGame/IGameFramework.h> #include "IPlayerProfiles.h" #inc...
32.963855
182
0.723623
IvarJonsson
c86d7d099de96571d9cfd9fd5b2a825c95c671f4
8,548
cc
C++
daemon/server_socket.cc
nawazish-couchbase/kv_engine
132f1bb04c9212bcac9e401d069aeee5f63ff1cd
[ "MIT", "BSD-3-Clause" ]
null
null
null
daemon/server_socket.cc
nawazish-couchbase/kv_engine
132f1bb04c9212bcac9e401d069aeee5f63ff1cd
[ "MIT", "BSD-3-Clause" ]
null
null
null
daemon/server_socket.cc
nawazish-couchbase/kv_engine
132f1bb04c9212bcac9e401d069aeee5f63ff1cd
[ "MIT", "BSD-3-Clause" ]
null
null
null
/* -*- Mode: C++; tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- */ /* * Copyright 2015-Present Couchbase, Inc. * * Use of this software is governed by the Business Source License included * in the file licenses/BSL-Couchbase.txt. As of the Change Date specified * in that file, in accordance...
29.273973
79
0.584815
nawazish-couchbase
c86deb741c83522e6c10982eb11b6c904ef408e9
693
hpp
C++
include/NovelTea/GUI/Icon/IconGlow.hpp
tedvalson/NovelTea
f731951f25936cb7f5ff23e543e0301c1b5bfe82
[ "MIT" ]
null
null
null
include/NovelTea/GUI/Icon/IconGlow.hpp
tedvalson/NovelTea
f731951f25936cb7f5ff23e543e0301c1b5bfe82
[ "MIT" ]
null
null
null
include/NovelTea/GUI/Icon/IconGlow.hpp
tedvalson/NovelTea
f731951f25936cb7f5ff23e543e0301c1b5bfe82
[ "MIT" ]
null
null
null
#ifndef NOVELTEA_ICONGLOW_HPP #define NOVELTEA_ICONGLOW_HPP #include <vector> #include <TweenEngine/TweenManager.h> #include "../../TweenObjects.hpp" namespace NovelTea { class IconGlow : public sf::Drawable, public TweenTransformable<sf::Transformable> { public: IconGlow(); void reset(); void setSpeed(float fac...
17.325
82
0.753247
tedvalson
c86f9dc0e807d8cf17afa1dc98b81665e995fb45
4,236
cpp
C++
ngraph/core/src/op/ctc_greedy_decoder.cpp
adk9/openvino
b56cf07f0e056331d1f1dcd9c67aa4504f16e832
[ "Apache-2.0" ]
null
null
null
ngraph/core/src/op/ctc_greedy_decoder.cpp
adk9/openvino
b56cf07f0e056331d1f1dcd9c67aa4504f16e832
[ "Apache-2.0" ]
27
2020-12-29T14:38:34.000Z
2022-02-21T13:04:03.000Z
ngraph/core/src/op/ctc_greedy_decoder.cpp
dorloff/openvino
1c3848a96fdd325b044babe6d5cd26db341cf85b
[ "Apache-2.0" ]
null
null
null
//***************************************************************************** // Copyright 2017-2020 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://w...
36.834783
96
0.602927
adk9
c87092d2aaf019edfb989beb258fdb08279a8628
475
cpp
C++
regression/esbmc-cpp/qt/Qt/qt_code2_qgui_failed/main.cpp
vanderson-rocha/esbmc
45768923a0fe79226feca5581b4d75b0a9f5f741
[ "BSD-3-Clause" ]
1
2021-02-26T22:03:18.000Z
2021-02-26T22:03:18.000Z
regression/esbmc-cpp/qt/Qt/qt_code2_qgui_failed/main.cpp
vanderson-rocha/esbmc
45768923a0fe79226feca5581b4d75b0a9f5f741
[ "BSD-3-Clause" ]
null
null
null
regression/esbmc-cpp/qt/Qt/qt_code2_qgui_failed/main.cpp
vanderson-rocha/esbmc
45768923a0fe79226feca5581b4d75b0a9f5f741
[ "BSD-3-Clause" ]
1
2021-04-15T14:14:27.000Z
2021-04-15T14:14:27.000Z
#include <QtWidgets> int main(int argv, char **args) { QApplication app(argv, args); QTextEdit textEdit; char* nameButton = NULL; QPushButton quitButton(nameButton); //QObject::connect(&quitButton, SIGNAL(clicked()), qApp, SLOT(quit())); QVBoxLayout layout; layout.addWidget(&t...
19
76
0.627368
vanderson-rocha
c870e62b1bab2d536343c3500631b185644a2c0a
1,989
cpp
C++
src/sound.cpp
anujgeek/CpSc_8700_Game_Shark_Attack
8e2b70d377cda637e46a395565bc2b9d277a0c5f
[ "MIT" ]
1
2017-07-16T19:34:32.000Z
2017-07-16T19:34:32.000Z
src/sound.cpp
anujgeek/CpSc_8700_Game_Shark_Attack
8e2b70d377cda637e46a395565bc2b9d277a0c5f
[ "MIT" ]
null
null
null
src/sound.cpp
anujgeek/CpSc_8700_Game_Shark_Attack
8e2b70d377cda637e46a395565bc2b9d277a0c5f
[ "MIT" ]
null
null
null
#include <string> #include <iostream> #include <ctime> #include "sound.h" using std::string; SDLSound::~SDLSound() { std::cout << "Cleaning up sounds ..." << std::endl; std::clock_t start = std::clock(); Mix_HaltMusic(); Mix_FreeMusic(music); for (unsigned int i = 0; i < sounds.size(); ++i) { Mix_FreeC...
23.678571
80
0.68175
anujgeek
c872b5e1c0b0d5267403f47379ef4c32c856ee69
19,388
cpp
C++
src/test/zealot/zealot_test_lua.cpp
sailzeng/zcelib
88e14ab436f1b40e8071e15ef6d9fae396efc3b4
[ "Apache-2.0" ]
72
2015-01-08T05:01:48.000Z
2021-12-28T06:13:03.000Z
src/test/zealot/zealot_test_lua.cpp
sailzeng/zcelib
88e14ab436f1b40e8071e15ef6d9fae396efc3b4
[ "Apache-2.0" ]
4
2016-01-18T12:24:59.000Z
2019-10-12T07:19:15.000Z
src/test/zealot/zealot_test_lua.cpp
sailzeng/zcelib
88e14ab436f1b40e8071e15ef6d9fae396efc3b4
[ "Apache-2.0" ]
40
2015-01-26T06:49:18.000Z
2021-07-20T08:11:48.000Z
#include "zealot_predefine.h" #include "zealot_test_function.h" namespace tie = zce::luatie; char test_lua_file[PATH_MAX]="../../test.lua/"; // int add2_fun(int a, int b) { return a + b; } int add3_fun(int a, int b, int c) { std::cout<<"para 1 a="<<a<<std::endl; std::cout<<"para 2 b="<<b<<std::endl; ...
22.944379
94
0.549515
sailzeng
c872d7a81d44b4ec3b9c572102877fdeb88c33e4
1,033
cpp
C++
Chapter-6-Functions/6.3-Function-Prototypes/Examples/6-5.cpp
jesushilarioh/C-Plus-Plus
bbff921460ac4267af48558f040c7d82ccf42d5e
[ "MIT" ]
3
2019-10-28T01:12:46.000Z
2021-10-16T09:16:31.000Z
Chapter-6-Functions/6.3-Function-Prototypes/6-5.cpp
jesushilariohernandez/DelMarCSi.cpp
6dd7905daea510452691fd25b0e3b0d2da0b06aa
[ "MIT" ]
null
null
null
Chapter-6-Functions/6.3-Function-Prototypes/6-5.cpp
jesushilariohernandez/DelMarCSi.cpp
6dd7905daea510452691fd25b0e3b0d2da0b06aa
[ "MIT" ]
4
2020-04-10T17:22:17.000Z
2021-11-04T14:34:00.000Z
//*********************************************************** // This program has three functions: main, first, and second. // // By: Jesus Hilario Hernandez // Last Updated November 1, 2016 //*********************************************************** #include <iostream> using namespace std; // Function Prototypes vo...
24.595238
61
0.45789
jesushilarioh
c87360930c44edae4d58083df4057ae15e4cffcb
9,027
cpp
C++
apps/grid/grid_view_as_plot.cpp
ShmFw/shmfw
d386841f8b1425cbeca8c8a3fc6919bf8d83c38e
[ "BSD-3-Clause" ]
1
2016-02-06T14:57:32.000Z
2016-02-06T14:57:32.000Z
apps/grid/grid_view_as_plot.cpp
ShmFw/shmfw
d386841f8b1425cbeca8c8a3fc6919bf8d83c38e
[ "BSD-3-Clause" ]
null
null
null
apps/grid/grid_view_as_plot.cpp
ShmFw/shmfw
d386841f8b1425cbeca8c8a3fc6919bf8d83c38e
[ "BSD-3-Clause" ]
1
2018-11-07T02:45:24.000Z
2018-11-07T02:45:24.000Z
/*************************************************************************** * Software License Agreement (BSD License) * * Copyright (C) 2012 by Markus Bader <markus.bader@tuwien.ac.at> * * * * Redistr...
45.822335
170
0.565858
ShmFw
c8755fb2b656f86e01860218e3831b47bdc6135c
904
cpp
C++
alvr_server/VideoEncoder.cpp
d2002b/alvr1
d21086900a76a28a5fa097e98634e7dcac361397
[ "MIT", "BSD-3-Clause" ]
1,946
2018-05-25T11:29:44.000Z
2022-03-24T09:15:54.000Z
alvr_server/VideoEncoder.cpp
ocquesttest/ALVR
d21086900a76a28a5fa097e98634e7dcac361397
[ "MIT", "BSD-3-Clause" ]
708
2018-05-27T09:56:07.000Z
2021-11-08T11:26:30.000Z
alvr_server/VideoEncoder.cpp
ocquesttest/ALVR
d21086900a76a28a5fa097e98634e7dcac361397
[ "MIT", "BSD-3-Clause" ]
382
2018-05-25T20:13:24.000Z
2022-03-29T18:33:12.000Z
#include <ScreenGrab.h> #include "VideoEncoder.h" void VideoEncoder::SaveDebugOutput(std::shared_ptr<CD3DRender> mD3DRender, std::vector<std::vector<uint8_t>> &vPacket, ID3D11Texture2D *texture, uint64_t frameIndex) { if (vPacket.size() == 0) { return; } if (vPacket[0].size() < 10) { return; } int type = vPac...
32.285714
167
0.673673
d2002b
c875fb50fd20123c8b8bcce9756d63e9f174209a
434
cpp
C++
fizz-buzz/fizz-buzz.cpp
rupak-20/Problem-Solving
a980cfbb82b99cdf74973e74070c061fd97a07df
[ "MIT" ]
null
null
null
fizz-buzz/fizz-buzz.cpp
rupak-20/Problem-Solving
a980cfbb82b99cdf74973e74070c061fd97a07df
[ "MIT" ]
null
null
null
fizz-buzz/fizz-buzz.cpp
rupak-20/Problem-Solving
a980cfbb82b99cdf74973e74070c061fd97a07df
[ "MIT" ]
null
null
null
class Solution { public: vector<string> fizzBuzz(int n) { vector<string> res; for(int i=1; i<=n; i++) { if(i%15==0) res.push_back("FizzBuzz"); else if(i%5==0) res.push_back("Buzz"); else if(i%3==0) res.push_...
24.111111
44
0.414747
rupak-20
c8770b5454ab71a163edb9cd4a9e3c3f64ab9a27
330
hpp
C++
source/reusable/stdlib/unordered_set.hpp
alf-p-steinbach/NPP-plugin-Empty-files-as-Unicode
aeae720140a1fc4aa4a18104e7a834ace2276875
[ "MIT" ]
13
2017-06-20T13:24:39.000Z
2018-02-27T08:49:17.000Z
source/unordered_set.hpp
alf-p-steinbach/Wrapped-stdlib
1280c3b68f30197549efd61af35ca57c477d59fe
[ "BSL-1.0" ]
null
null
null
source/unordered_set.hpp
alf-p-steinbach/Wrapped-stdlib
1280c3b68f30197549efd61af35ca57c477d59fe
[ "BSL-1.0" ]
1
2018-01-11T17:32:22.000Z
2018-01-11T17:32:22.000Z
#pragma once // Source encoding: utf-8 with BOM ∩ // #include <stdlib/unordered_set.hpp> // // std::unordered_set container. // Copyright © 2017 Alf P. Steinbach, distributed under Boost license 1.0. #include <stdlib/fix/msvc_wolfcalls_about_std_functions.hpp> #include <unordered_set> #include <stdlib/all/non_io_f...
33
74
0.754545
alf-p-steinbach
c87754d999019c067b6b54c497ef5c4921c50051
2,183
cpp
C++
sources/Client.cpp
Kondr11/LABA7
7c5628192f8bac7ea68df725bc0529f8f94302bc
[ "MIT" ]
null
null
null
sources/Client.cpp
Kondr11/LABA7
7c5628192f8bac7ea68df725bc0529f8f94302bc
[ "MIT" ]
null
null
null
sources/Client.cpp
Kondr11/LABA7
7c5628192f8bac7ea68df725bc0529f8f94302bc
[ "MIT" ]
null
null
null
// Copyright 2020 Kondr11 #include "Client.hpp" #include <boost/log/trivial.hpp> void setResult(boost::system::error_code *a, boost::system::error_code b) { *a = b; } const int Client::TIMEOUT = 5; void Client::readWithTimeout(StreamBuffer &buffer) { if (isClosed()) { throw ClientConnectionAlreadyCl...
26.621951
93
0.593678
Kondr11
c8798bf0c723643f870840dc48ac4836e26b925d
25,348
cpp
C++
test/shard/NodeProperties.cpp
ragedb/ragedb
0470f4cb154ce551ddb920453f2ea8467dbc4857
[ "Apache-2.0" ]
58
2021-07-08T14:20:54.000Z
2022-03-31T08:20:39.000Z
test/shard/NodeProperties.cpp
ragedb/ragedb
0470f4cb154ce551ddb920453f2ea8467dbc4857
[ "Apache-2.0" ]
15
2021-07-29T14:37:57.000Z
2022-03-31T04:22:36.000Z
test/shard/NodeProperties.cpp
ragedb/ragedb
0470f4cb154ce551ddb920453f2ea8467dbc4857
[ "Apache-2.0" ]
2
2021-07-29T14:24:57.000Z
2021-09-08T10:14:52.000Z
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless ...
44.083478
168
0.523631
ragedb
c87a015815f7b5e5d1a0ec8bb67a53715f5bc97f
722
hpp
C++
src/include/parser/expression/default_expression.hpp
mweisgut/duckdb
4cff1d7957ce895dd9984a87aa20aef67f5986e6
[ "MIT" ]
1
2019-08-01T08:21:33.000Z
2019-08-01T08:21:33.000Z
src/include/parser/expression/default_expression.hpp
mweisgut/duckdb
4cff1d7957ce895dd9984a87aa20aef67f5986e6
[ "MIT" ]
null
null
null
src/include/parser/expression/default_expression.hpp
mweisgut/duckdb
4cff1d7957ce895dd9984a87aa20aef67f5986e6
[ "MIT" ]
1
2019-09-06T09:58:14.000Z
2019-09-06T09:58:14.000Z
//===----------------------------------------------------------------------===// // DuckDB // // parser/expression/default_expression.hpp // // //===----------------------------------------------------------------------===// #pragma once #include "parser/parsed_expression.hpp" namespace duckd...
23.290323
92
0.565097
mweisgut
c87ad4e4a614f8dd87441a0c90f2aea107e5cade
8,979
cpp
C++
LibUTAUQt/QUtauData.cpp
QSynthesis/LibUTAUQt
fd4c299199017a591f414c787eb98881e227aaaa
[ "MIT" ]
4
2021-03-11T14:57:10.000Z
2021-11-08T22:50:37.000Z
LibUTAUQt/QUtauData.cpp
QSynthesis/LibUTAUQt
fd4c299199017a591f414c787eb98881e227aaaa
[ "MIT" ]
null
null
null
LibUTAUQt/QUtauData.cpp
QSynthesis/LibUTAUQt
fd4c299199017a591f414c787eb98881e227aaaa
[ "MIT" ]
null
null
null
#include "QUtauData.h" //=========================================================================== QUtauData::QUtauData() { GenonAnalyzed = false; } QUtauData::~QUtauData() { } int QUtauData::LoadFromFile(const QString &oPath, bool loadOto) { GenonAnalyzed = loadOto; int aResult = ERROR_INVALID_FORMA...
26.643917
89
0.623789
QSynthesis
c87aeebfd0db01b847803a74e7a555c2afeb96fd
4,512
cpp
C++
opencl/test/unit_test/command_queue/command_queue_fixture.cpp
mattcarter2017/compute-runtime
1f52802aac02c78c19d5493dd3a2402830bbe438
[ "Intel", "MIT" ]
null
null
null
opencl/test/unit_test/command_queue/command_queue_fixture.cpp
mattcarter2017/compute-runtime
1f52802aac02c78c19d5493dd3a2402830bbe438
[ "Intel", "MIT" ]
null
null
null
opencl/test/unit_test/command_queue/command_queue_fixture.cpp
mattcarter2017/compute-runtime
1f52802aac02c78c19d5493dd3a2402830bbe438
[ "Intel", "MIT" ]
null
null
null
/* * Copyright (C) 2018-2022 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "opencl/test/unit_test/command_queue/command_queue_fixture.h" #include "shared/source/device/device.h" #include "shared/test/common/mocks/mock_device.h" #include "shared/test/common/mocks/mock_gmm.h" #include "opencl/s...
28.024845
114
0.712988
mattcarter2017
c87c0609b2601838a485f8588bbfee9d605e2c4e
4,899
cpp
C++
deps/lld/Common/ErrorHandler.cpp
shiimizu/zig
7277670843d259d19093c8900b1f8445e41202ae
[ "MIT" ]
1
2019-12-11T17:43:58.000Z
2019-12-11T17:43:58.000Z
deps/lld/Common/ErrorHandler.cpp
shiimizu/zig
7277670843d259d19093c8900b1f8445e41202ae
[ "MIT" ]
2
2019-12-29T21:15:40.000Z
2020-06-15T11:21:10.000Z
deps/lld/Common/ErrorHandler.cpp
shiimizu/zig
7277670843d259d19093c8900b1f8445e41202ae
[ "MIT" ]
3
2019-12-21T06:35:35.000Z
2020-06-07T23:18:58.000Z
//===- ErrorHandler.cpp ---------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
27.368715
101
0.607471
shiimizu
c87dd564511576cdd50ccb0c2b670dbe22774362
276
cpp
C++
midi-recorder/EffectsUI/dynfilterform.cpp
wtrsltnk/craft
dfcf79020792d53021ac03bded086528e0c759d5
[ "Apache-2.0" ]
2
2015-06-15T09:35:40.000Z
2015-12-11T00:00:38.000Z
midi-recorder/EffectsUI/dynfilterform.cpp
wtrsltnk/craft
dfcf79020792d53021ac03bded086528e0c759d5
[ "Apache-2.0" ]
null
null
null
midi-recorder/EffectsUI/dynfilterform.cpp
wtrsltnk/craft
dfcf79020792d53021ac03bded086528e0c759d5
[ "Apache-2.0" ]
null
null
null
#include "dynfilterform.h" #include "ui_dynfilterform.h" DynFilterForm::DynFilterForm(EffectMgr* effect, QWidget *parent) : QWidget(parent), ui(new Ui::DynFilterForm), _effect(effect) { ui->setupUi(this); } DynFilterForm::~DynFilterForm() { delete ui; }
17.25
66
0.695652
wtrsltnk
c8805a09de79a53dc04f9d1633281e2ab5d66301
1,214
hpp
C++
include/MemeEngine/SharedLibrary.hpp
Gurman8r/CppSandbox
a0f1cf0ade69ecaba4d167c0611a620914155e53
[ "MIT" ]
null
null
null
include/MemeEngine/SharedLibrary.hpp
Gurman8r/CppSandbox
a0f1cf0ade69ecaba4d167c0611a620914155e53
[ "MIT" ]
null
null
null
include/MemeEngine/SharedLibrary.hpp
Gurman8r/CppSandbox
a0f1cf0ade69ecaba4d167c0611a620914155e53
[ "MIT" ]
null
null
null
#ifndef _ML_SHARED_LIBRARY_HPP_ #define _ML_SHARED_LIBRARY_HPP_ #include <MemeEngine/Export.hpp> #include <MemeCore/ITrackable.hpp> #include <MemeCore/IReadable.hpp> #include <MemeCore/IDisposable.hpp> namespace ml { /* * * * * * * * * * * * * * * * * * * * */ class ML_ENGINE_API SharedLibrary final : public ITr...
22.072727
66
0.644975
Gurman8r
c88118eee4980f38d0149f4159c298344baebb55
5,420
hpp
C++
include/outcome/detail/basic_outcome_exception_observers_impl.hpp
burnpanck/outcome
3f877000af08322617dc37b9ae584b1c1123ca14
[ "Apache-2.0" ]
484
2017-06-17T21:03:50.000Z
2022-03-29T15:12:43.000Z
include/outcome/detail/basic_outcome_exception_observers_impl.hpp
burnpanck/outcome
3f877000af08322617dc37b9ae584b1c1123ca14
[ "Apache-2.0" ]
232
2017-07-04T00:09:22.000Z
2022-03-30T12:32:03.000Z
include/outcome/detail/basic_outcome_exception_observers_impl.hpp
burnpanck/outcome
3f877000af08322617dc37b9ae584b1c1123ca14
[ "Apache-2.0" ]
55
2017-07-17T08:52:12.000Z
2022-01-31T10:18:27.000Z
/* Exception observers for outcome type (C) 2017-2019 Niall Douglas <http://www.nedproductions.biz/> (6 commits) File Created: Oct 2017 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 in the accompany...
54.747475
286
0.763469
burnpanck
c8828b7f6ade498c7ab66b25ab462e0d835a35fe
260
cpp
C++
example/pkg-config/test4.cpp
sdarwin/build
2c4217ebb6bdeb5001b33a5d0d6718420aef988c
[ "BSL-1.0" ]
215
2015-01-10T17:16:34.000Z
2022-02-23T15:22:08.000Z
example/pkg-config/test4.cpp
sdarwin/build
2c4217ebb6bdeb5001b33a5d0d6718420aef988c
[ "BSL-1.0" ]
594
2015-01-22T16:17:55.000Z
2022-02-26T22:11:01.000Z
example/pkg-config/test4.cpp
sdarwin/build
2c4217ebb6bdeb5001b33a5d0d6718420aef988c
[ "BSL-1.0" ]
302
2015-02-03T01:20:29.000Z
2022-02-12T07:01:28.000Z
// Copyright 2019 Dmitry Arkhipov // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE.txt or copy at // https://www.bfgroup.xyz/b2/LICENSE.txt) #if VERSIONED_API < 2 # error "API is too old" #endif int main() {}
21.666667
66
0.715385
sdarwin
c8833e32a242462083d7f39c121ac9f3e038229b
1,150
cc
C++
sample.cc
ipasimulator/sole
778c0cd8fffc9cbb24d7b788358b7b08efbc2ec6
[ "BSL-1.0" ]
null
null
null
sample.cc
ipasimulator/sole
778c0cd8fffc9cbb24d7b788358b7b08efbc2ec6
[ "BSL-1.0" ]
null
null
null
sample.cc
ipasimulator/sole
778c0cd8fffc9cbb24d7b788358b7b08efbc2ec6
[ "BSL-1.0" ]
null
null
null
// g++ users: `g++ sample.cc sole.cpp -std=c++11 -lrt -o sample` // visual studio: `cl.exe sample.cc sole.cpp` #include <iostream> #include "sole.hpp" int main() { sole::uuid u0 = sole::uuid0(), u1 = sole::uuid1(), u4 = sole::uuid4(); std::cout << "uuid v0 string : " << u0 << std::endl; std::cout << "uui...
37.096774
82
0.536522
ipasimulator
c884836181a06100867273f8fd10a8c298d4f51d
666
cc
C++
verify/dev_graph/bellman_ford.test.cc
kyomukyomupurin/nimrod
ac211d6775ed57cb8e3b5019cd9e424b10a15753
[ "CC0-1.0" ]
null
null
null
verify/dev_graph/bellman_ford.test.cc
kyomukyomupurin/nimrod
ac211d6775ed57cb8e3b5019cd9e424b10a15753
[ "CC0-1.0" ]
3
2021-10-02T01:01:01.000Z
2022-01-10T11:49:17.000Z
verify/dev_graph/bellman_ford.test.cc
kyomukyomupurin/nimrod
ac211d6775ed57cb8e3b5019cd9e424b10a15753
[ "CC0-1.0" ]
null
null
null
#define PROBLEM "https://onlinejudge.u-aizu.ac.jp/courses/library/5/GRL/all/GRL_1_B" #include "../../nimrod/dev_graph/bellman_ford.cc" #include <iostream> using i64 = int64_t; int main() { int V, E, r; std::cin >> V >> E >> r; digraph<i64> g(V); for (int i = 0; i < E; ++i) { int s, t; std::cin >> s >...
20.8125
84
0.483483
kyomukyomupurin
c886a8fbb1be141669b550d54db2df732778843d
800
hpp
C++
include/utility/trait/type/categories/is_reference.hpp
SakuraLife/utility
b9bf26198917b6dc415520f74eb3eebf8aa8195e
[ "Unlicense" ]
2
2017-12-10T10:59:48.000Z
2017-12-13T04:11:14.000Z
include/utility/trait/type/categories/is_reference.hpp
SakuraLife/utility
b9bf26198917b6dc415520f74eb3eebf8aa8195e
[ "Unlicense" ]
null
null
null
include/utility/trait/type/categories/is_reference.hpp
SakuraLife/utility
b9bf26198917b6dc415520f74eb3eebf8aa8195e
[ "Unlicense" ]
null
null
null
#ifndef __UTILITY_TRAIT_TYPE_CATEGORIES_IS_REFERENCE__ #define __UTILITY_TRAIT_TYPE_CATEGORIES_IS_REFERENCE__ #include<utility/trait/trait_helper.hpp> namespace utility { namespace trait { namespace type { namespace categories { // is_reference template<typename _T> st...
21.621622
64
0.6675
SakuraLife
c886fe31c14d5f41785be1b6970138d35eb16789
661
hpp
C++
std_libs/tests/position/test_position_list.hpp
AG-Philipsen/hopping-large-nt
3ddd4fc8cd3c0dc25c99c0501267004709c220ad
[ "MIT" ]
null
null
null
std_libs/tests/position/test_position_list.hpp
AG-Philipsen/hopping-large-nt
3ddd4fc8cd3c0dc25c99c0501267004709c220ad
[ "MIT" ]
1
2017-04-26T17:58:24.000Z
2017-04-26T17:58:24.000Z
std_libs/tests/position/test_position_list.hpp
AG-Philipsen/hopping-large-nt
3ddd4fc8cd3c0dc25c99c0501267004709c220ad
[ "MIT" ]
null
null
null
/* * Created: 10-10-2014 * Modified: Tue 14 Oct 2014 12:14:29 CEST * Author: Jonas R. Glesaaen (jonas@glesaaen.com) */ #ifndef TEST_POSITION_LIST_HPP #define TEST_POSITION_LIST_HPP #include<position/position_list.hpp> #include<gtest/gtest.h> #include<list> namespace Position { class PositionListTest : public ::...
18.361111
49
0.683812
AG-Philipsen
c88c891936d9cdf35a5f5efe5639610330859189
2,913
cpp
C++
src/tesseract/computation/ComputeFunction.cpp
lambday/tesseract
b38cf14545940f3b227285a19d40907260f057e6
[ "MIT" ]
3
2015-01-09T08:15:28.000Z
2019-05-24T08:34:04.000Z
src/tesseract/computation/ComputeFunction.cpp
lambday/tesseract
b38cf14545940f3b227285a19d40907260f057e6
[ "MIT" ]
null
null
null
src/tesseract/computation/ComputeFunction.cpp
lambday/tesseract
b38cf14545940f3b227285a19d40907260f057e6
[ "MIT" ]
null
null
null
/* * The MIT License (MIT) * * Copyright (c) 2014 Soumyajit De * * 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,...
37.346154
98
0.761758
lambday
c88d6d8acccc7168502fd10315a1e10561c52645
3,528
cpp
C++
main.cpp
kp2pml30/differential-mandelbrot
db12ed6f8e0b6fedfb0a58f55636dd797b484204
[ "MIT" ]
null
null
null
main.cpp
kp2pml30/differential-mandelbrot
db12ed6f8e0b6fedfb0a58f55636dd797b484204
[ "MIT" ]
null
null
null
main.cpp
kp2pml30/differential-mandelbrot
db12ed6f8e0b6fedfb0a58f55636dd797b484204
[ "MIT" ]
null
null
null
#include <GL/glew.h> #include <GLFW/glfw3.h> #include <chrono> #include <filesystem> #include <fstream> #include <iostream> #include <memory> #include <stdexcept> #include <thread> #include <mutex> #include <QApplication> #include "Shader.h" #include "sliderwindow.h" namespace { void error_callback(int error, char ...
21.644172
113
0.640306
kp2pml30
c88eb5368bd8039e7e330e63842f7ce112ab575f
11,536
cpp
C++
fem/moonolith/cut.cpp
pghysels/mfem
3c1859e1d7d9d7bb35ed3a5261f15dcc24343d9a
[ "BSD-3-Clause" ]
null
null
null
fem/moonolith/cut.cpp
pghysels/mfem
3c1859e1d7d9d7bb35ed3a5261f15dcc24343d9a
[ "BSD-3-Clause" ]
null
null
null
fem/moonolith/cut.cpp
pghysels/mfem
3c1859e1d7d9d7bb35ed3a5261f15dcc24343d9a
[ "BSD-3-Clause" ]
null
null
null
// Copyright (c) 2010-2022, Lawrence Livermore National Security, LLC. Produced // at the Lawrence Livermore National Laboratory. All Rights reserved. See files // LICENSE and NOTICE for details. LLNL-CODE-806117. // // This file is part of the MFEM library. For more information and source code // availability visit ht...
25.409692
102
0.60983
pghysels
c88fee7a3a0a562e21673265b4d1d5eb0e293740
18,606
hpp
C++
gtests/src/integration/integration.hpp
AlexisWilke/cpp-driver
9ca662826d46a528ef02b4cbd4cff6cb25ca1fe6
[ "Apache-2.0" ]
null
null
null
gtests/src/integration/integration.hpp
AlexisWilke/cpp-driver
9ca662826d46a528ef02b4cbd4cff6cb25ca1fe6
[ "Apache-2.0" ]
null
null
null
gtests/src/integration/integration.hpp
AlexisWilke/cpp-driver
9ca662826d46a528ef02b4cbd4cff6cb25ca1fe6
[ "Apache-2.0" ]
null
null
null
/* Copyright (c) DataStax, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
29.254717
89
0.696711
AlexisWilke
c8912d2b9aca0f4765d1ed17f9b4bee67e3ad1c0
6,187
cpp
C++
VCECore/rgy_pipe.cpp
rigaya/VCEEnc
bc7f9a6217d846326f4bf6e1f9192fe4a58b46a2
[ "BSD-2-Clause" ]
83
2017-01-22T11:51:17.000Z
2022-03-28T07:26:20.000Z
VCECore/rgy_pipe.cpp
rigaya/VCEEnc
bc7f9a6217d846326f4bf6e1f9192fe4a58b46a2
[ "BSD-2-Clause" ]
47
2017-02-08T19:09:51.000Z
2022-03-29T10:50:54.000Z
VCECore/rgy_pipe.cpp
rigaya/VCEEnc
bc7f9a6217d846326f4bf6e1f9192fe4a58b46a2
[ "BSD-2-Clause" ]
23
2017-01-23T05:54:00.000Z
2021-07-19T16:38:11.000Z
// ----------------------------------------------------------------------------------------- // QSVEnc/NVEnc by rigaya // ----------------------------------------------------------------------------------------- // The MIT License // // Copyright (c) 2011-2016 rigaya // // Permission is hereby granted, free of charge,...
33.263441
157
0.616454
rigaya