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
43c9455f11e2c26bdf0142d75de2de6ec763c2fd
9,613
cpp
C++
math3d/Line3D.cpp
smeng9/KrisLibrary
4bd1aa4d9a2d5e40954f5d0b8e3e8a9f19c32add
[ "BSD-3-Clause" ]
57
2015-05-07T18:07:11.000Z
2022-03-18T18:44:39.000Z
math3d/Line3D.cpp
smeng9/KrisLibrary
4bd1aa4d9a2d5e40954f5d0b8e3e8a9f19c32add
[ "BSD-3-Clause" ]
7
2018-12-10T21:46:52.000Z
2022-01-20T19:49:11.000Z
math3d/Line3D.cpp
smeng9/KrisLibrary
4bd1aa4d9a2d5e40954f5d0b8e3e8a9f19c32add
[ "BSD-3-Clause" ]
36
2015-01-10T18:36:45.000Z
2022-01-20T19:49:24.000Z
#include <KrisLibrary/Logger.h> #include "Line3D.h" #include "Segment3D.h" #include "clip.h" #include "misc.h" #include "errors.h" #include <iostream> using namespace Math3D; using namespace std; bool Line3D::Read(File& f) { if(!source.Read(f)) return false; if(!direction.Read(f)) return false; return true; } bool...
25.911051
124
0.62145
smeng9
43c9832fa4279dca6320e6cb26f3e698239fb70d
1,996
cc
C++
pcraster/pcraster-4.2.0/pcraster-4.2.0/source/pcraster_model_engine/calc_MemoryExchangeItemString.cc
quanpands/wflow
b454a55e4a63556eaac3fbabd97f8a0b80901e5a
[ "MIT" ]
null
null
null
pcraster/pcraster-4.2.0/pcraster-4.2.0/source/pcraster_model_engine/calc_MemoryExchangeItemString.cc
quanpands/wflow
b454a55e4a63556eaac3fbabd97f8a0b80901e5a
[ "MIT" ]
null
null
null
pcraster/pcraster-4.2.0/pcraster-4.2.0/source/pcraster_model_engine/calc_MemoryExchangeItemString.cc
quanpands/wflow
b454a55e4a63556eaac3fbabd97f8a0b80901e5a
[ "MIT" ]
null
null
null
#ifndef INCLUDED_STDDEFX #include "stddefx.h" #define INCLUDED_STDDEFX #endif #ifndef INCLUDED_CALC_MEMORYEXCHANGEITEMSTRING #include "calc_MemoryExchangeItemString.h" #define INCLUDED_CALC_MEMORYEXCHANGEITEMSTRING #endif // External headers. #ifndef INCLUDED_CSTRING #include <cstring> #define INCLUDED_CSTRING #endif ...
21.934066
80
0.516533
quanpands
43cb34aed7b12129866c93ee433fbf8af463367c
731
cpp
C++
alg_two.cpp
Francenzo/face_auth
fa25ce3d5ea6ce35005f8facf1e5b578fadf11fc
[ "MIT" ]
null
null
null
alg_two.cpp
Francenzo/face_auth
fa25ce3d5ea6ce35005f8facf1e5b578fadf11fc
[ "MIT" ]
null
null
null
alg_two.cpp
Francenzo/face_auth
fa25ce3d5ea6ce35005f8facf1e5b578fadf11fc
[ "MIT" ]
2
2018-04-12T01:17:15.000Z
2018-04-14T01:27:27.000Z
/* * * Second Algorithm to test image * against known dataset * */ #include "alg_two.hpp" Algorithm_Two::Algorithm_Two(vector<Mat> users, vector<int> labels) { model = createFisherFaceRecognizer(); model->train(users, labels); } int Algorithm_Two::compare(Mat face) { int predictedLabel = -1;...
20.885714
110
0.618331
Francenzo
43d01fdfd98517507c45093712bf95151fd533da
723
cpp
C++
external_codes/mpi_wrapper/mpi3/test/type_commit.cpp
djstaros/qmcpack
280f67e638bae280448b47fa618f05b848c530d2
[ "NCSA" ]
null
null
null
external_codes/mpi_wrapper/mpi3/test/type_commit.cpp
djstaros/qmcpack
280f67e638bae280448b47fa618f05b848c530d2
[ "NCSA" ]
11
2020-05-09T20:57:21.000Z
2020-06-10T00:00:17.000Z
external_codes/mpi_wrapper/mpi3/test/type_commit.cpp
djstaros/qmcpack
280f67e638bae280448b47fa618f05b848c530d2
[ "NCSA" ]
null
null
null
#if COMPILATION_INSTRUCTIONS mpicxx -O3 -std=c++14 -Wall -Wfatal-errors $0 -o $0x.x && time mpirun -np 4s $0x.x $@ && rm -f $0x.x; exit #endif #define BOOST_MPI3_DISALLOW_AUTOMATIC_POD_COMMUNICATION #include "alf/boost/mpi3/main.hpp" #include "alf/boost/mpi3/communicator.hpp" namespace mpi3 = boost::mpi3; using std:...
27.807692
106
0.677732
djstaros
43d2167bc0f921d659a6171bad2ac8567736b563
6,801
hpp
C++
packages/monte_carlo/collision/neutron/src/MonteCarlo_DecoupledPhotonProductionReactionACEFactory.hpp
bam241/FRENSIE
e1760cd792928699c84f2bdce70ff54228e88094
[ "BSD-3-Clause" ]
10
2019-11-14T19:58:30.000Z
2021-04-04T17:44:09.000Z
packages/monte_carlo/collision/neutron/src/MonteCarlo_DecoupledPhotonProductionReactionACEFactory.hpp
bam241/FRENSIE
e1760cd792928699c84f2bdce70ff54228e88094
[ "BSD-3-Clause" ]
43
2020-03-03T19:59:20.000Z
2021-09-08T03:36:08.000Z
packages/monte_carlo/collision/neutron/src/MonteCarlo_DecoupledPhotonProductionReactionACEFactory.hpp
bam241/FRENSIE
e1760cd792928699c84f2bdce70ff54228e88094
[ "BSD-3-Clause" ]
6
2020-02-12T17:37:07.000Z
2020-09-08T18:59:51.000Z
//---------------------------------------------------------------------------// //! //! \file MonteCarlo_DecoupledPhotonProductionReactionACEFactory.hpp //! \author Eli Moll //! \brief Decoupled photon production reaction factory class declaration //! //---------------------------------------------------------------...
45.039735
119
0.745185
bam241
43d581eedb237f13a56a3f01cdf5ade8d4fa393a
440
cpp
C++
src/GraphicsLib/Graphics/GPUResource/ShaderResource/TextureSampler/Components/TextureSamplerDescriptor.cpp
Sushiwave/graphics-lib
c303e9fb9f11276230a09b45581cdbefa8d2a356
[ "MIT" ]
1
2020-07-13T18:10:33.000Z
2020-07-13T18:10:33.000Z
src/GraphicsLib/Graphics/GPUResource/ShaderResource/TextureSampler/Components/TextureSamplerDescriptor.cpp
Sushiwave/graphics-lib
c303e9fb9f11276230a09b45581cdbefa8d2a356
[ "MIT" ]
null
null
null
src/GraphicsLib/Graphics/GPUResource/ShaderResource/TextureSampler/Components/TextureSamplerDescriptor.cpp
Sushiwave/graphics-lib
c303e9fb9f11276230a09b45581cdbefa8d2a356
[ "MIT" ]
null
null
null
#include <GraphicsLib/Graphics/GPUResource/ShaderResource/TextureSampler/Components/TextureSamplerDescriptor.hpp> namespace cg { TextureSamplerDescriptor::TextureSamplerDescriptor() noexcept { filter = TextureFilter::point; addressU = TextureAddressMode::clamp; addressV = TextureAddressMode::clamp; addre...
24.444444
113
0.770455
Sushiwave
43db75cb28f0a9bddbdcb24e46d3c6745e9c8ef6
2,907
cpp
C++
src/player/player_lib/Common/RegionData.cpp
inteltiger/Immersive-Video-Sample
e61a0f93a6b82315b4eccdcfa7b78ce1fb0de92f
[ "BSD-3-Clause" ]
null
null
null
src/player/player_lib/Common/RegionData.cpp
inteltiger/Immersive-Video-Sample
e61a0f93a6b82315b4eccdcfa7b78ce1fb0de92f
[ "BSD-3-Clause" ]
null
null
null
src/player/player_lib/Common/RegionData.cpp
inteltiger/Immersive-Video-Sample
e61a0f93a6b82315b4eccdcfa7b78ce1fb0de92f
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) 2019, Intel Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright notice, this * list of con...
36.797468
107
0.743034
inteltiger
43dc5f3f1f4fdac3d376ff7218facb2d849b9c5b
23,958
cpp
C++
src/genavr/algorithm_wage.cpp
sebastien-riou/lightweight-crypto
fed4ddf1523f35734413f115ec3f8d13a1a15d29
[ "MIT" ]
48
2020-03-04T19:00:01.000Z
2021-11-14T20:01:48.000Z
src/genavr/algorithm_wage.cpp
sebastien-riou/lightweight-crypto
fed4ddf1523f35734413f115ec3f8d13a1a15d29
[ "MIT" ]
null
null
null
src/genavr/algorithm_wage.cpp
sebastien-riou/lightweight-crypto
fed4ddf1523f35734413f115ec3f8d13a1a15d29
[ "MIT" ]
8
2020-05-23T09:25:07.000Z
2021-12-19T19:21:15.000Z
/* * Copyright (C) 2020 Southern Storm Software, Pty Ltd. * * 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, ...
33.367688
78
0.595083
sebastien-riou
43dd80bb7315231d74bd0a20d5a6db7da9791dce
966
cpp
C++
src/prod/src/Common/TraceKeywords.cpp
gridgentoo/ServiceFabricAzure
c3e7a07617e852322d73e6cc9819d266146866a4
[ "MIT" ]
2,542
2018-03-14T21:56:12.000Z
2019-05-06T01:18:20.000Z
src/prod/src/Common/TraceKeywords.cpp
gridgentoo/ServiceFabricAzure
c3e7a07617e852322d73e6cc9819d266146866a4
[ "MIT" ]
994
2019-05-07T02:39:30.000Z
2022-03-31T13:23:04.000Z
src/prod/src/Common/TraceKeywords.cpp
gridgentoo/ServiceFabricAzure
c3e7a07617e852322d73e6cc9819d266146866a4
[ "MIT" ]
300
2018-03-14T21:57:17.000Z
2019-05-06T20:07:00.000Z
// ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ #include "stdafx.h" using nam...
27.6
98
0.606625
gridgentoo
43dd8c2153e9cb1f79aa7f53189a726a9d6789c0
1,131
cpp
C++
Lab03/src/Surface.cpp
ZhiquanW/CS590-Generative-Methods-in-Computer-Graphics
9bf0954ff1a8353e1abafb0b9d034ad9e0651dbe
[ "Apache-2.0" ]
null
null
null
Lab03/src/Surface.cpp
ZhiquanW/CS590-Generative-Methods-in-Computer-Graphics
9bf0954ff1a8353e1abafb0b9d034ad9e0651dbe
[ "Apache-2.0" ]
null
null
null
Lab03/src/Surface.cpp
ZhiquanW/CS590-Generative-Methods-in-Computer-Graphics
9bf0954ff1a8353e1abafb0b9d034ad9e0651dbe
[ "Apache-2.0" ]
null
null
null
// // @Author: Zhiquan Wang // @Date: 2/29/20. // Copyright (c) 2020 Zhiquan Wang. All rights reserved. // #include <Surface.h> #include "Surface.h" #include <iostream> GLuint Surface::counter = 0; Surface::Surface():id(counter++) { } Surface::Surface(glm::vec4 ids):id(counter++),indices(ids){ } bool Surface::is...
20.563636
78
0.545535
ZhiquanW
43e17202b3aeb80911d8381f074a4a1bfe0c371f
2,948
cpp
C++
sigpack/demo_c++/sp_demo_107_1.cpp
mjeronimo/carma-utils
f39ae9b52e43e3d38f938d2327d786808c9819b5
[ "Apache-2.0" ]
1
2021-12-19T08:18:08.000Z
2021-12-19T08:18:08.000Z
sigpack/demo_c++/sp_demo_107_1.cpp
mjeronimo/carma-utils
f39ae9b52e43e3d38f938d2327d786808c9819b5
[ "Apache-2.0" ]
57
2020-05-07T20:34:02.000Z
2022-03-31T20:04:50.000Z
sigpack/demo_c++/sp_demo_107_1.cpp
mjeronimo/carma-utils
f39ae9b52e43e3d38f938d2327d786808c9819b5
[ "Apache-2.0" ]
4
2021-05-25T22:38:41.000Z
2022-03-09T04:35:47.000Z
#include <sigpack.h> using namespace arma; using namespace sp; int main() { int r=480, c=640; mat x(r,c); cx_mat X(r,c); clock_t tic; FFTW X_2d(r,c, FFTW_MEASURE); x.randn(); #if 1 // X_2d.export_wisdom_fft("wisd_fft.txt"); // X_2d.import_wisdom_file("wisd_fft.txt"); std::string...
46.793651
107
0.678087
mjeronimo
43eb9f718f235af0cb1021283999590d89344d39
3,883
cpp
C++
cpp/dpf_pir/bench.cpp
dkales/certificate-transparency
439d41314032f58cd15731b22f5f3a07def7ae9e
[ "Apache-2.0" ]
1
2019-04-09T14:13:21.000Z
2019-04-09T14:13:21.000Z
cpp/dpf_pir/bench.cpp
dkales/certificate-transparency
439d41314032f58cd15731b22f5f3a07def7ae9e
[ "Apache-2.0" ]
null
null
null
cpp/dpf_pir/bench.cpp
dkales/certificate-transparency
439d41314032f58cd15731b22f5f3a07def7ae9e
[ "Apache-2.0" ]
null
null
null
#include "dpf.h" #include "hashdatastore.h" #include <chrono> #include <iostream> void benchEvalFull(size_t N, size_t iter) { std::chrono::duration<double> buildT, evalT, answerT; buildT = evalT = answerT = std::chrono::duration<double>::zero(); std::cout << "EvalFull, " << iter << " iterations" << std::e...
39.622449
100
0.601082
dkales
43ee8cbca82e5d6bb34e91814d8ad6c93019e28a
3,400
cpp
C++
resources/cros_testbed/src/std_msgs_listener.cpp
ProfFan/cros
25a0721bcd30c1dd3c02ada08c4bd067ceb4142d
[ "BSD-3-Clause" ]
35
2016-03-08T18:15:55.000Z
2021-11-20T11:13:27.000Z
resources/cros_testbed/src/std_msgs_listener.cpp
ProfFan/cros
25a0721bcd30c1dd3c02ada08c4bd067ceb4142d
[ "BSD-3-Clause" ]
11
2016-03-03T10:31:18.000Z
2020-05-05T15:36:59.000Z
resources/cros_testbed/src/std_msgs_listener.cpp
ProfFan/cros
25a0721bcd30c1dd3c02ada08c4bd067ceb4142d
[ "BSD-3-Clause" ]
25
2016-03-08T15:54:23.000Z
2021-11-23T09:50:11.000Z
#include <ros/ros.h> #include <std_msgs/Bool.h> #include <std_msgs/Byte.h> #include <std_msgs/Char.h> #include <std_msgs/Duration.h> #include <std_msgs/Time.h> #include <std_msgs/Int16.h> #include <std_msgs/Int32.h> #include <std_msgs/Int64.h> #include <std_msgs/Int8.h> #include <std_msgs/Header.h> #include <std_msgs/U...
26.984127
134
0.675294
ProfFan
43f228ff12c45e305fb11f696dfa17b8d21919fa
28,271
cc
C++
chrome/browser/ui/passwords/manage_passwords_state_unittest.cc
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chrome/browser/ui/passwords/manage_passwords_state_unittest.cc
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chrome/browser/ui/passwords/manage_passwords_state_unittest.cc
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2021-01-05T23:43:46.000Z
2021-01-07T23:36:34.000Z
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/ui/passwords/manage_passwords_state.h" #include <iterator> #include <memory> #include <utility> #include <vector> #include "bas...
42.448949
87
0.752396
mghgroup
43f310264c59322eaeed705c11dc3de70a8bcb0d
924
hpp
C++
include/Nazara/Utility/TriangleIterator.hpp
gogo2464/NazaraEngine
f1a00c36cb27d9f07d1b7db03313e0038d9a7d00
[ "BSD-3-Clause-Clear", "Apache-2.0", "MIT" ]
376
2015-01-09T03:14:48.000Z
2022-03-26T17:59:18.000Z
include/Nazara/Utility/TriangleIterator.hpp
gogo2464/NazaraEngine
f1a00c36cb27d9f07d1b7db03313e0038d9a7d00
[ "BSD-3-Clause-Clear", "Apache-2.0", "MIT" ]
252
2015-01-21T17:34:39.000Z
2022-03-20T16:15:50.000Z
include/Nazara/Utility/TriangleIterator.hpp
gogo2464/NazaraEngine
f1a00c36cb27d9f07d1b7db03313e0038d9a7d00
[ "BSD-3-Clause-Clear", "Apache-2.0", "MIT" ]
104
2015-01-18T11:03:41.000Z
2022-03-11T05:40:47.000Z
// Copyright (C) 2020 Jérôme Leclercq // This file is part of the "Nazara Engine - Utility module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once #ifndef NAZARA_TRIANGLEITERATOR_HPP #define NAZARA_TRIANGLEITERATOR_HPP #include <Nazara/Prerequisites.hpp> #include <Nazara/Ut...
22.536585
81
0.761905
gogo2464
43f37017bf19f7c47471858ce21d560b6ff281c5
3,728
cpp
C++
src/example/linear-algebra/Tines_EigenvalueSchur.cpp
sandialabs/Tines
4485ec9293ea55641020a6a683d64da66d02fea2
[ "BSD-2-Clause" ]
3
2021-02-10T03:18:49.000Z
2021-11-24T08:57:01.000Z
src/example/linear-algebra/Tines_EigenvalueSchur.cpp
sandialabs/Tines
4485ec9293ea55641020a6a683d64da66d02fea2
[ "BSD-2-Clause" ]
1
2021-02-24T22:21:05.000Z
2021-03-04T18:56:14.000Z
src/example/linear-algebra/Tines_EigenvalueSchur.cpp
sandialabs/Tines
4485ec9293ea55641020a6a683d64da66d02fea2
[ "BSD-2-Clause" ]
3
2021-02-18T18:47:37.000Z
2021-06-20T05:29:01.000Z
/*---------------------------------------------------------------------------------- Tines - Time Integrator, Newton and Eigen Solver - version 1.0 Copyright (2021) NTESS https://github.com/sandialabs/Tines Copyright 2021 National Technology & Engineering Solutions of Sandia, LLC (NTESS). Under the terms of Contract...
39.242105
84
0.572693
sandialabs
43f4b888eb585a1e6c8e170a34860d08500e8372
979
cc
C++
2016/1a/A.cc
golmansax/google-code-jam
4486db353b19a5d61512aee8d6350aca75a5ab56
[ "MIT" ]
null
null
null
2016/1a/A.cc
golmansax/google-code-jam
4486db353b19a5d61512aee8d6350aca75a5ab56
[ "MIT" ]
null
null
null
2016/1a/A.cc
golmansax/google-code-jam
4486db353b19a5d61512aee8d6350aca75a5ab56
[ "MIT" ]
null
null
null
#include <iostream> #include <cstdio> #include <cmath> #include <string> #include <deque> using namespace std; int main() { int n_cases; cin >> n_cases; for (int i_case = 0; i_case < n_cases; i_case++) { string s; cin >> s; deque<char> d; d.push_front(s[0]); for (int i = 1; i < s.size(); i+...
20.395833
52
0.489275
golmansax
43f514a3acda8fcf155cee5cbe556503c8fc131f
709
cpp
C++
Dynamic Programming/Minimizing Coins.cpp
DecSP/cses-downloader
12a8f37665a33f6f790bd2c355f84dea8a0e332c
[ "MIT" ]
2
2022-02-12T12:30:13.000Z
2022-02-12T13:59:20.000Z
Dynamic Programming/Minimizing Coins.cpp
DecSP/cses-downloader
12a8f37665a33f6f790bd2c355f84dea8a0e332c
[ "MIT" ]
2
2022-02-12T11:09:41.000Z
2022-02-12T11:55:49.000Z
Dynamic Programming/Minimizing Coins.cpp
DecSP/cses-downloader
12a8f37665a33f6f790bd2c355f84dea8a0e332c
[ "MIT" ]
null
null
null
# include <bits/stdc++.h> # define ll long long # define all(x) x.begin(), x.end() # define fastio ios_base::sync_with_stdio(false); cin.tie(NULL) # define ten6 (1e6+1.5) using namespace std; ll dp [(int)ten6]{0}; vector <int> c; ll solve (int x){ if (x==0) return 0; if (dp[x]) return dp[x]; ll...
19.694444
64
0.48519
DecSP
43f6e016e33e25ba99f7b91e68ce3337e2adcf36
5,225
hpp
C++
src/mlpack/methods/softmax_regression/softmax_regression_impl.hpp
vj-ug/Contribution-to-mlpack
0ddb5ed463861f459ff2829712bdc59ba9d810b0
[ "BSD-3-Clause" ]
null
null
null
src/mlpack/methods/softmax_regression/softmax_regression_impl.hpp
vj-ug/Contribution-to-mlpack
0ddb5ed463861f459ff2829712bdc59ba9d810b0
[ "BSD-3-Clause" ]
null
null
null
src/mlpack/methods/softmax_regression/softmax_regression_impl.hpp
vj-ug/Contribution-to-mlpack
0ddb5ed463861f459ff2829712bdc59ba9d810b0
[ "BSD-3-Clause" ]
null
null
null
/** * @file softmax_regression_impl.hpp * @author Siddharth Agrawal * * Implementation of softmax regression. */ #ifndef __MLPACK_METHODS_SOFTMAX_REGRESSION_SOFTMAX_REGRESSION_IMPL_HPP #define __MLPACK_METHODS_SOFTMAX_REGRESSION_SOFTMAX_REGRESSION_IMPL_HPP // In case it hasn't been included yet. #include "softmax...
32.861635
84
0.644211
vj-ug
43f7d4b830694638d7cee7d2dafd2b98a45abdac
136
cpp
C++
src/DynSLAM/InstRecLib/InstanceView.cpp
Frozenheart1998/DynSLAM
2de2c58c6eadbc037a19d393951b0f9d15191eab
[ "BSD-3-Clause" ]
530
2017-06-24T16:51:23.000Z
2022-03-30T23:13:03.000Z
src/DynSLAM/InstRecLib/InstanceView.cpp
38100514/DynSLAM
5fa4374872af63192e0c6b367a5577548ffd6b87
[ "BSD-3-Clause" ]
65
2017-06-14T11:43:20.000Z
2021-11-25T01:25:03.000Z
src/DynSLAM/InstRecLib/InstanceView.cpp
38100514/DynSLAM
5fa4374872af63192e0c6b367a5577548ffd6b87
[ "BSD-3-Clause" ]
166
2017-06-02T06:41:31.000Z
2022-03-08T11:10:02.000Z
#include "InstanceView.h" namespace instreclib { namespace reconstruction {} // namespace reconstruction } // namespace instreclib
17
56
0.764706
Frozenheart1998
43f975660133bcabcc35d58ed924ba166cb3332e
602
cc
C++
components/sync/base/invalidation_helper.cc
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
components/sync/base/invalidation_helper.cc
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
components/sync/base/invalidation_helper.cc
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2021-01-05T23:43:46.000Z
2021-01-07T23:36:34.000Z
// Copyright 2014 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 "components/sync/base/invalidation_helper.h" #include <string> namespace syncer { TopicSet ModelTypeSetToTopicSet(ModelTypeSet model_types) { ...
24.08
73
0.709302
sarang-apps
43fa4106cdfea0aa3735d711b5ccbbf1338bb963
7,546
cpp
C++
Jarvis_March/Jarvis_March/Visualization.cpp
bernhardrieder/Convex-Hull-Jarvis-March
95029708402086702d031730fad888ce25378b43
[ "Unlicense" ]
null
null
null
Jarvis_March/Jarvis_March/Visualization.cpp
bernhardrieder/Convex-Hull-Jarvis-March
95029708402086702d031730fad888ce25378b43
[ "Unlicense" ]
null
null
null
Jarvis_March/Jarvis_March/Visualization.cpp
bernhardrieder/Convex-Hull-Jarvis-March
95029708402086702d031730fad888ce25378b43
[ "Unlicense" ]
null
null
null
#include "Visualization.h" #include <SFML/Graphics/CircleShape.hpp> #include <SFML/Window/Event.hpp> #include <memory> #include <thread> #define GREEN sf::Color(0,200,0,255); Visualization::Visualization(const sf::Vector2f & preferedWindowSize, const sf::Vector2f & minCoord, const sf::Vector2f & maxCoord, const std...
32.525862
121
0.733104
bernhardrieder
43fb1e9f1b9f4c1560d666d1986900bae6100f60
2,813
cpp
C++
scpp/src/SC_sim.cpp
Zentrik/SCpp
92176e57747ff5629a4ab3eeb3a86b3de21aaa48
[ "MIT" ]
110
2019-01-30T05:39:31.000Z
2022-02-22T11:31:27.000Z
scpp/src/SC_sim.cpp
Zentrik/SCpp
92176e57747ff5629a4ab3eeb3a86b3de21aaa48
[ "MIT" ]
6
2019-04-02T09:46:26.000Z
2021-07-16T13:03:16.000Z
scpp/src/SC_sim.cpp
Zentrik/SCpp
92176e57747ff5629a4ab3eeb3a86b3de21aaa48
[ "MIT" ]
32
2019-07-11T06:58:16.000Z
2022-03-30T08:05:48.000Z
#include <experimental/filesystem> #include "SCAlgorithm.hpp" #include "simulation.hpp" #include "timing.hpp" #include "commonFunctions.hpp" using fmt::format; using fmt::print; namespace fs = std::experimental::filesystem; fs::path getOutputPath() { return fs::path("..") / "output" / Model::getModelName(); } /** ...
27.048077
106
0.570921
Zentrik
43fba0f41939cc626830e4a083c7fd8e648316df
589
cpp
C++
tests/example.cpp
Bjoe/tinyrefl
b7296be55e75024289fe11e2d696d4227fc09f0b
[ "MIT" ]
241
2018-05-10T14:27:04.000Z
2022-03-26T10:38:04.000Z
tests/example.cpp
Bjoe/tinyrefl
b7296be55e75024289fe11e2d696d4227fc09f0b
[ "MIT" ]
1
2019-08-03T17:40:28.000Z
2019-08-20T13:08:54.000Z
tests/example.cpp
Bjoe/tinyrefl
b7296be55e75024289fe11e2d696d4227fc09f0b
[ "MIT" ]
15
2018-05-10T17:34:24.000Z
2022-01-20T23:02:44.000Z
#include "example.hpp" #include <tinyrefl/api.hpp> #include "example.hpp.tinyrefl" namespace my_namespace { std::ostream& operator<<(std::ostream& os, const MyClass::Enum value) { switch(value) { case MyClass::Enum::A: return os << "A"; case MyClass::Enum::B: return os << "B"; case...
19.633333
69
0.604414
Bjoe
43fd8c38177b2f223ea6b1d552b4d31d3f94c918
7,001
cxx
C++
Widgets/vtkAngleRepresentation.cxx
garyc618/GitTagBug
0b1cdbf5a6f6b9b23fa03ff1d9f4a84953831864
[ "BSD-3-Clause" ]
1
2019-05-31T06:45:40.000Z
2019-05-31T06:45:40.000Z
Widgets/vtkAngleRepresentation.cxx
garyc618/GitTagBug
0b1cdbf5a6f6b9b23fa03ff1d9f4a84953831864
[ "BSD-3-Clause" ]
null
null
null
Widgets/vtkAngleRepresentation.cxx
garyc618/GitTagBug
0b1cdbf5a6f6b9b23fa03ff1d9f4a84953831864
[ "BSD-3-Clause" ]
null
null
null
/*========================================================================= Program: Visualization Toolkit Module: vtkAngleRepresentation.cxx Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. This so...
29.292887
90
0.599629
garyc618
43fdd79e9ea886183de0f17fab9ee3e91df6caa0
3,152
cpp
C++
v4/v4.cpp
dudakovict/ntp-demonstrature
fa759fbc3ea3aff3ea371622d91219dd29161ddc
[ "MIT" ]
null
null
null
v4/v4.cpp
dudakovict/ntp-demonstrature
fa759fbc3ea3aff3ea371622d91219dd29161ddc
[ "MIT" ]
null
null
null
v4/v4.cpp
dudakovict/ntp-demonstrature
fa759fbc3ea3aff3ea371622d91219dd29161ddc
[ "MIT" ]
null
null
null
#include <iostream> #include <list> #include <fstream> using namespace std; class Stavka { private: char naziv[30]; int kolicina; public: void ispis(); Stavka unos(); void promjeni(string, list<Stavka> &); }; void Stavka::ispis() { cout << "\nNaziv proizvoda: " << naziv << "\nKolicina proizvo...
21.013333
161
0.485723
dudakovict
43ffa6b343a762c6a7bac26de0ff4ba1f64aef6f
2,841
cpp
C++
codes/mock/2/1.cpp
chessbot108/solved-problems
0945be829a8ea9f0d5896c89331460d70d076691
[ "MIT" ]
null
null
null
codes/mock/2/1.cpp
chessbot108/solved-problems
0945be829a8ea9f0d5896c89331460d70d076691
[ "MIT" ]
null
null
null
codes/mock/2/1.cpp
chessbot108/solved-problems
0945be829a8ea9f0d5896c89331460d70d076691
[ "MIT" ]
null
null
null
//misaka and rin will carry me to cm #include <iostream> #include <cstdio> #include <cstring> #include <utility> #include <cassert> #include <algorithm> #include <vector> #include <array> #include <tuple> #define ll long long #define lb long double #define sz(vec) ((int)(vec.size())) #define all(x) x.begin(), x.end()...
20.007042
74
0.481521
chessbot108
a100c20b04e4249b41eda902d9438b3dd13f0bbf
1,626
cpp
C++
libraries/mail/message.cpp
Curve25519/bitsharesx
949f878317c06e3672be1543e6f566472dbb0a9f
[ "Unlicense" ]
1
2021-02-12T04:06:15.000Z
2021-02-12T04:06:15.000Z
libraries/mail/message.cpp
Curve25519/bitsharesx
949f878317c06e3672be1543e6f566472dbb0a9f
[ "Unlicense" ]
null
null
null
libraries/mail/message.cpp
Curve25519/bitsharesx
949f878317c06e3672be1543e6f566472dbb0a9f
[ "Unlicense" ]
null
null
null
#include <bts/mail/message.hpp> #include <fc/crypto/aes.hpp> namespace bts { namespace mail { const message_type signed_email_message::type = email; const message_type transaction_notice_message::type = transaction_notice; digest_type email_message::digest()const { fc::sha256::encoder enc; ...
32.52
93
0.656212
Curve25519
a1017b6b21e380c6ff403b175343bb2bb3e88b93
6,556
cpp
C++
iceoryx_posh/test/moduletests/test_popo_client_options.cpp
neilisaac/iceoryx
7faa8951ecc9f41a421ef888013f120e8f9e7fa5
[ "Apache-2.0" ]
null
null
null
iceoryx_posh/test/moduletests/test_popo_client_options.cpp
neilisaac/iceoryx
7faa8951ecc9f41a421ef888013f120e8f9e7fa5
[ "Apache-2.0" ]
null
null
null
iceoryx_posh/test/moduletests/test_popo_client_options.cpp
neilisaac/iceoryx
7faa8951ecc9f41a421ef888013f120e8f9e7fa5
[ "Apache-2.0" ]
null
null
null
// Copyright (c) 2021 by Apex.AI Inc. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by ap...
44.598639
110
0.735052
neilisaac
a102e46db578d0c7b37c8a537ca5dcd925383cd9
2,672
cpp
C++
src/client/client.cpp
psu-powerlab/IEEE_Server-Client
084086f1dbda134ba365d96e651540b6b031f737
[ "BSD-3-Clause" ]
null
null
null
src/client/client.cpp
psu-powerlab/IEEE_Server-Client
084086f1dbda134ba365d96e651540b6b031f737
[ "BSD-3-Clause" ]
null
null
null
src/client/client.cpp
psu-powerlab/IEEE_Server-Client
084086f1dbda134ba365d96e651540b6b031f737
[ "BSD-3-Clause" ]
1
2021-03-06T20:42:41.000Z
2021-03-06T20:42:41.000Z
#include "client.h" #include <iostream> namespace bb = boost::beast; // alias to make things easier to read Client::Client() : host_("0.0.0.0"), port_("80"), resolver_(ioc_), stream_(ioc_) { std::cout << "[HTTP CLIENT]\n... constructed" << std::endl; } Client* Client::Instance() { // c++11 will only run thi...
21.901639
80
0.639222
psu-powerlab
a104db0898378008fd9074780b291d1188f1df3e
1,623
cpp
C++
Programs/QuickEd/Classes/Model/ControlProperties/SubValueProperty.cpp
stinvi/dava.engine
2b396ca49cdf10cdc98ad8a9ffcf7768a05e285e
[ "BSD-3-Clause" ]
26
2018-09-03T08:48:22.000Z
2022-02-14T05:14:50.000Z
Programs/QuickEd/Classes/Model/ControlProperties/SubValueProperty.cpp
ANHELL-blitz/dava.engine
ed83624326f000866e29166c7f4cccfed1bb41d4
[ "BSD-3-Clause" ]
null
null
null
Programs/QuickEd/Classes/Model/ControlProperties/SubValueProperty.cpp
ANHELL-blitz/dava.engine
ed83624326f000866e29166c7f4cccfed1bb41d4
[ "BSD-3-Clause" ]
45
2018-05-11T06:47:17.000Z
2022-02-03T11:30:55.000Z
#include "SubValueProperty.h" #include "ValueProperty.h" using namespace DAVA; SubValueProperty::SubValueProperty(int32 anIndex, const DAVA::String& propName) : AbstractProperty() , index(anIndex) , name(propName) { } SubValueProperty::~SubValueProperty() { } uint32 SubValueProperty::GetCount() const {...
18.655172
79
0.746149
stinvi
a10ad2e5b7af8622ed92c1520c083398632c614c
900
cpp
C++
stage0/src/runtime/init_module.cpp
tballmsft/lean4
fb57b73e1f07828fa9aad91c2112bf072b3e79f2
[ "Apache-2.0" ]
1,538
2019-04-25T11:00:03.000Z
2022-03-30T02:35:48.000Z
stage0/src/runtime/init_module.cpp
tballmsft/lean4
fb57b73e1f07828fa9aad91c2112bf072b3e79f2
[ "Apache-2.0" ]
812
2019-05-20T09:15:21.000Z
2022-03-31T16:36:04.000Z
stage0/src/runtime/init_module.cpp
tballmsft/lean4
fb57b73e1f07828fa9aad91c2112bf072b3e79f2
[ "Apache-2.0" ]
168
2019-04-25T12:49:34.000Z
2022-03-29T05:07:14.000Z
/* Copyright (c) 2018 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura */ #include "runtime/alloc.h" #include "runtime/debug.h" #include "runtime/thread.h" #include "runtime/object.h" #include "runtime/io.h" #include "runtime/stac...
23.684211
67
0.731111
tballmsft
a10c4b580f0dd68bc03d33adeeb982d3e19fffb0
3,528
hh
C++
src/apps/TestExec/TestExternalInterface.hh
taless474/plexil1
0da24f0330404c41a695ea367bb760fb9c7ee8dd
[ "BSD-3-Clause" ]
1
2022-03-30T20:16:43.000Z
2022-03-30T20:16:43.000Z
src/apps/TestExec/TestExternalInterface.hh
taless474/plexil1
0da24f0330404c41a695ea367bb760fb9c7ee8dd
[ "BSD-3-Clause" ]
null
null
null
src/apps/TestExec/TestExternalInterface.hh
taless474/plexil1
0da24f0330404c41a695ea367bb760fb9c7ee8dd
[ "BSD-3-Clause" ]
null
null
null
/* Copyright (c) 2006-2021, Universities Space Research Association (USRA). * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright ...
36.371134
89
0.746599
taless474
a10c816ecd45d6c8a9b17fde35f3dee4d569c391
5,839
cpp
C++
Pre-Alpha/Version: 0.1.cpp
AG-Systems/A.I-Auriga
7a625b68af226bfc43da97058db4e154ab9be128
[ "Unlicense", "MIT" ]
null
null
null
Pre-Alpha/Version: 0.1.cpp
AG-Systems/A.I-Auriga
7a625b68af226bfc43da97058db4e154ab9be128
[ "Unlicense", "MIT" ]
null
null
null
Pre-Alpha/Version: 0.1.cpp
AG-Systems/A.I-Auriga
7a625b68af226bfc43da97058db4e154ab9be128
[ "Unlicense", "MIT" ]
null
null
null
#include <iostream> #include <string> #include <stdlib.h> #include <time.h> #include <windows.h> #include <dos.h> using namespace std; string y; string password; string master; string user; string input; int main() { cout << "Welcome please log in" << endl; cout << "Username: " << endl; cin >> input; if (input ...
21.466912
164
0.484672
AG-Systems
a10ec9fe3d0e5b64bdb61d1a5f4806ce94d7e055
5,392
cpp
C++
mhlo_builder/mlir/mhlo/builder/gru_cell.cpp
zhiqwang/BladeDISC
ae4ce5b914a860645e1e4a91b2512148f0885003
[ "Apache-2.0" ]
null
null
null
mhlo_builder/mlir/mhlo/builder/gru_cell.cpp
zhiqwang/BladeDISC
ae4ce5b914a860645e1e4a91b2512148f0885003
[ "Apache-2.0" ]
null
null
null
mhlo_builder/mlir/mhlo/builder/gru_cell.cpp
zhiqwang/BladeDISC
ae4ce5b914a860645e1e4a91b2512148f0885003
[ "Apache-2.0" ]
null
null
null
#include "mlir/mhlo/builder/gru_cell.h" #include "mlir/mhlo/builder/activation.h" #include "mlir/mhlo/builder/constant.h" #include "mlir/mhlo/builder/element_wise_binary.h" #include "mlir/mhlo/builder/slice.h" namespace mlir { namespace mhlo { /* The BuildGRUCell builds the following computation graph: ``` def gru_c...
43.837398
80
0.687315
zhiqwang
e15fa1189492bdd736a6d70251caa5bc0c427f14
3,345
cpp
C++
Source/WebCore/bindings/v8/custom/V8WebGLArrayCustom.cpp
VincentWei/mdolphin-core
48ffdcf587a48a7bb4345ae469a45c5b64ffad0e
[ "Apache-2.0" ]
6
2017-05-31T01:46:45.000Z
2018-06-12T10:53:30.000Z
Source/WebCore/bindings/v8/custom/V8WebGLArrayCustom.cpp
FMSoftCN/mdolphin-core
48ffdcf587a48a7bb4345ae469a45c5b64ffad0e
[ "Apache-2.0" ]
null
null
null
Source/WebCore/bindings/v8/custom/V8WebGLArrayCustom.cpp
FMSoftCN/mdolphin-core
48ffdcf587a48a7bb4345ae469a45c5b64ffad0e
[ "Apache-2.0" ]
2
2017-07-17T06:02:42.000Z
2018-09-19T10:08:38.000Z
/* * Copyright (C) 2009 Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of condit...
34.84375
76
0.703737
VincentWei
e160b678ab7065f463bc736d83a2f5667c29a403
5,605
cpp
C++
torch/csrc/jit/passes/utils/op_registry.cpp
xiaohanhuang/pytorch
a31aea8eaa99a5ff72b5d002c206cd68d5467a5e
[ "Intel" ]
173
2017-05-12T08:54:16.000Z
2022-01-17T14:13:27.000Z
torch/csrc/jit/passes/utils/op_registry.cpp
xiaohanhuang/pytorch
a31aea8eaa99a5ff72b5d002c206cd68d5467a5e
[ "Intel" ]
818
2020-02-07T02:36:44.000Z
2022-03-31T23:49:44.000Z
torch/csrc/jit/passes/utils/op_registry.cpp
xiaohanhuang/pytorch
a31aea8eaa99a5ff72b5d002c206cd68d5467a5e
[ "Intel" ]
23
2017-05-15T10:47:38.000Z
2019-12-23T01:07:21.000Z
#include <torch/csrc/jit/passes/utils/op_registry.h> // Location for Commonly Used Shape registries namespace torch { namespace jit { // Requirements: // dims : preserved from the first argument // scalar type : preserved from the first argument (doesn't have to // match other arg...
76.780822
259
0.696878
xiaohanhuang
e161085d8e9c87170cf8223e4e1206e9240e8e8b
6,240
cpp
C++
DmTftLibrary/DmTftIli9341v.cpp
prohazko2/DmTftLibrary
5a09a4d5884ba7d96ad87e0f39df17567e7590ec
[ "FSFAP" ]
null
null
null
DmTftLibrary/DmTftIli9341v.cpp
prohazko2/DmTftLibrary
5a09a4d5884ba7d96ad87e0f39df17567e7590ec
[ "FSFAP" ]
null
null
null
DmTftLibrary/DmTftIli9341v.cpp
prohazko2/DmTftLibrary
5a09a4d5884ba7d96ad87e0f39df17567e7590ec
[ "FSFAP" ]
3
2019-10-07T03:39:47.000Z
2021-09-05T17:57:37.000Z
/********************************************************************************************** Copyright (c) 2015 DisplayModule. All rights reserved. Redistribution and use of this source code, part of this source code or any compiled binary based on this source code is permitted as long as the above copyright not...
26
106
0.588622
prohazko2
e161b0b49da1f6ceb210005f63b82519d18eff64
225
cpp
C++
Libraries/Framework/Source/GameCore/GameCore.cpp
Crewbee/Pokemon-Clone-DX12
188bdde03d5078899a1532305a87d15c611c6c13
[ "CC0-1.0" ]
null
null
null
Libraries/Framework/Source/GameCore/GameCore.cpp
Crewbee/Pokemon-Clone-DX12
188bdde03d5078899a1532305a87d15c611c6c13
[ "CC0-1.0" ]
null
null
null
Libraries/Framework/Source/GameCore/GameCore.cpp
Crewbee/Pokemon-Clone-DX12
188bdde03d5078899a1532305a87d15c611c6c13
[ "CC0-1.0" ]
null
null
null
#include "FrameworkPCH.h" GameCore::GameCore(Framework* pFramework, EventManager* pEventManager) { m_pFramework = pFramework; m_pEventManager = pEventManager; } GameCore::~GameCore() { delete m_pEventManager; }
17.307692
70
0.742222
Crewbee
e16201ee902c986122938adbaba25fa7b0c38673
6,610
cpp
C++
bridge/PannerNode.cpp
xioxin/lab_sound_flutter
b593842c01fa30d37a881cf70c3183bf3c9ebe64
[ "BSD-2-Clause" ]
8
2021-05-22T16:25:11.000Z
2022-03-07T12:13:53.000Z
bridge/PannerNode.cpp
xioxin/lab_sound_bridge
ab903af11c128860a492f50fc22b283f6dad5f95
[ "BSD-2-Clause" ]
4
2021-07-27T09:11:12.000Z
2022-02-16T13:57:18.000Z
bridge/PannerNode.cpp
xioxin/lab_sound_bridge
ab903af11c128860a492f50fc22b283f6dad5f95
[ "BSD-2-Clause" ]
1
2022-02-14T16:05:23.000Z
2022-02-14T16:05:23.000Z
#include "./dart_api/dart_api.h" #include "LabSound/LabSound.h" #include "KeepNode.cpp" #include "struct.h" using namespace lab; DART_EXPORT int createPannerNode(AudioContext* context) { auto node = std::make_shared<PannerNode>(*context); return keepNode(node); } DART_EXPORT int PannerNode_panningModel(int no...
40.802469
128
0.744327
xioxin
e1636dd2de70e94b906a1a4b478baa31e9f7cd41
2,913
cc
C++
ui/ozone/platform/wayland/host/shell_object_factory.cc
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
14,668
2015-01-01T01:57:10.000Z
2022-03-31T23:33:32.000Z
ui/ozone/platform/wayland/host/shell_object_factory.cc
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
86
2015-10-21T13:02:42.000Z
2022-03-14T07:50:50.000Z
ui/ozone/platform/wayland/host/shell_object_factory.cc
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
5,941
2015-01-02T11:32:21.000Z
2022-03-31T16:35:46.000Z
// Copyright 2019 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/ozone/platform/wayland/host/shell_object_factory.h" #include "base/logging.h" #include "ui/ozone/platform/wayland/host/wayland_connection.h"...
38.84
79
0.726742
zealoussnow
e163cc5bc47163b9ae3fa7aba0b070701c54fed4
9,253
cc
C++
chrome/browser/permissions/permission_actions_history_unittest.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
chrome/browser/permissions/permission_actions_history_unittest.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
chrome/browser/permissions/permission_actions_history_unittest.cc
iridium-browser/iridium-browser
907e31cf5ce5ad14d832796e3a7c11e496828959
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
52
2015-07-14T10:40:50.000Z
2022-03-15T01:11:49.000Z
// Copyright 2020 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 "chrome/browser/permissions/permission_actions_history.h" #include <vector> #include "base/containers/adapters.h" #include "base/optional.h" #in...
38.878151
80
0.656436
Ron423c
e1656303873c7f07ea18353786440d57f241537c
113
hpp
C++
src/_prime_numbers/sequential/prime.hpp
gkonto/openmp
05bf60a600da15379fda7d0a46abbcaf0d1b9c55
[ "Apache-2.0" ]
null
null
null
src/_prime_numbers/sequential/prime.hpp
gkonto/openmp
05bf60a600da15379fda7d0a46abbcaf0d1b9c55
[ "Apache-2.0" ]
1
2020-05-07T04:46:47.000Z
2020-05-07T16:10:49.000Z
src/_prime_numbers/sequential/prime.hpp
gkonto/openmp
05bf60a600da15379fda7d0a46abbcaf0d1b9c55
[ "Apache-2.0" ]
null
null
null
#ifndef PRIME_HPP #define PRIME_HPP double cpu_time ( ); int prime_number ( int n ); void timestamp ( ); #endif
14.125
27
0.716814
gkonto
e165687a214c5edabaa8d35181ca35507c712122
244,938
hpp
C++
Lib/Chip/CM4/NXP/LPC408x_7x_v0.7/USB.hpp
cjsmeele/Kvasir
c8d2acd8313ae52d78259ee2d409b963925f77d7
[ "Apache-2.0" ]
376
2015-07-17T01:41:20.000Z
2022-03-26T04:02:49.000Z
Lib/Chip/CM4/NXP/LPC408x_7x_v0.7/USB.hpp
cjsmeele/Kvasir
c8d2acd8313ae52d78259ee2d409b963925f77d7
[ "Apache-2.0" ]
59
2015-07-03T21:30:13.000Z
2021-03-05T11:30:08.000Z
Lib/Chip/CM4/NXP/LPC408x_7x_v0.7/USB.hpp
cjsmeele/Kvasir
c8d2acd8313ae52d78259ee2d409b963925f77d7
[ "Apache-2.0" ]
53
2015-07-14T12:17:06.000Z
2021-06-04T07:28:40.000Z
#pragma once #include <Register/Utility.hpp> namespace Kvasir { // USB device controller namespace UsbIntst{ ///<OTG Interrupt Status using Addr = Register::Address<0x2008c100,0x00000000,0x00000000,unsigned>; ///Timer time-out. constexpr Register::FieldLocation<Addr,Register::maskFromRa...
117.53263
518
0.721419
cjsmeele
e165bab0a9f27073927ad49271fd4f58cabe94cd
21,943
cc
C++
src/developer/memory/monitor/monitor.cc
re995/fuchsia
02cb86f760af2aac974ba654186b73af8c16638f
[ "BSD-2-Clause" ]
1
2021-12-23T01:55:48.000Z
2021-12-23T01:55:48.000Z
src/developer/memory/monitor/monitor.cc
re995/fuchsia
02cb86f760af2aac974ba654186b73af8c16638f
[ "BSD-2-Clause" ]
1
2020-01-07T00:50:54.000Z
2020-03-28T03:56:01.000Z
src/developer/memory/monitor/monitor.cc
re995/fuchsia
02cb86f760af2aac974ba654186b73af8c16638f
[ "BSD-2-Clause" ]
1
2021-12-23T06:22:27.000Z
2021-12-23T06:22:27.000Z
// Copyright 2018 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "src/developer/memory/monitor/monitor.h" #include <errno.h> #include <fcntl.h> #include <lib/async/cpp/task.h> #include <lib/async/cpp/time.h> #i...
41.168856
99
0.679078
re995
e166894a5a2548d5cc36aac6acc9e3e7d3dac503
2,409
cpp
C++
src/old/class/command.class.cpp
lucabertoni/Telegram-SocialNetworkBot
9f65ae5f80a24caea182acd8ab25712dbee68f79
[ "MIT" ]
null
null
null
src/old/class/command.class.cpp
lucabertoni/Telegram-SocialNetworkBot
9f65ae5f80a24caea182acd8ab25712dbee68f79
[ "MIT" ]
null
null
null
src/old/class/command.class.cpp
lucabertoni/Telegram-SocialNetworkBot
9f65ae5f80a24caea182acd8ab25712dbee68f79
[ "MIT" ]
null
null
null
#include "command.class.h" #include "facebookApi.class.h" #include "../include/common.h" using namespace std; Command::Command(){ // Imposto di defaul che l'id dell'utente che ha in uso la sessione è 0 nUserId = 0; // Creo il vettore con la lista di comandi ammessi this->aCommandList.push_back("/start"); this->...
45.45283
165
0.729348
lucabertoni
e1674fa339511da7bcb7819c1c8e4c31a55a65c2
10,313
cpp
C++
stutterhold/Source/PhaseVocodeur/PhaseVocodeur.cpp
maxsolomonhenry/stutterhold
2fa02da5ddb2c010a8bd0fa098d7054cb3a97a19
[ "MIT" ]
null
null
null
stutterhold/Source/PhaseVocodeur/PhaseVocodeur.cpp
maxsolomonhenry/stutterhold
2fa02da5ddb2c010a8bd0fa098d7054cb3a97a19
[ "MIT" ]
null
null
null
stutterhold/Source/PhaseVocodeur/PhaseVocodeur.cpp
maxsolomonhenry/stutterhold
2fa02da5ddb2c010a8bd0fa098d7054cb3a97a19
[ "MIT" ]
null
null
null
/* ============================================================================== PhaseVocodeur.cpp Created: 9 Dec 2020 9:19:32pm Author: Julian Vanasse By `push`ing into this class, the input is distributed among overlapping buffers, this permits a frequency-domain processing and reconstruct...
26.648579
88
0.482983
maxsolomonhenry
e1680133af0d371938f05aa57b548f2d844bbdab
905
cpp
C++
more-memories/learning/Sizeof()/Sizeof().cpp
TareqNewazShahriar/my-cpp-works
3009daf23e8c4cbd489ee76c874127028bde8181
[ "MIT" ]
null
null
null
more-memories/learning/Sizeof()/Sizeof().cpp
TareqNewazShahriar/my-cpp-works
3009daf23e8c4cbd489ee76c874127028bde8181
[ "MIT" ]
null
null
null
more-memories/learning/Sizeof()/Sizeof().cpp
TareqNewazShahriar/my-cpp-works
3009daf23e8c4cbd489ee76c874127028bde8181
[ "MIT" ]
null
null
null
// By --------- Alauddin ----------- #include<stdio.h> #include<iostream> #include<time.h> #include<BigInt_Al.h> /*===========================MAIN=============================*/ #define Size 1000 void main() { int i; char bignum[1010]=""; BigInt N; for(i=0;i<1000;i++) bignum[i]='9'; cout<<"sizeof(BigInt_Al)=...
25.857143
64
0.528177
TareqNewazShahriar
e16c1cf96f616715f825c5b3b38800fd7c3a9356
71,965
cc
C++
lib/transforms/inst_simplify.cc
xuhongyao/heterogeneity-aware-lowering-and-optimization
295fe33f0484947432343aaa453b89fb58fa206b
[ "Apache-2.0" ]
null
null
null
lib/transforms/inst_simplify.cc
xuhongyao/heterogeneity-aware-lowering-and-optimization
295fe33f0484947432343aaa453b89fb58fa206b
[ "Apache-2.0" ]
null
null
null
lib/transforms/inst_simplify.cc
xuhongyao/heterogeneity-aware-lowering-and-optimization
295fe33f0484947432343aaa453b89fb58fa206b
[ "Apache-2.0" ]
null
null
null
//===- inst_simplify.cc ---------------------------------------------------===// // // Copyright (C) 2019-2020 Alibaba Group Holding Limited. // // 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 ...
37.114492
80
0.604044
xuhongyao
e16fbd6bad4e3210e705d87fae229fa40a5a1b20
2,131
hpp
C++
include/agents.hpp
tomatenbrei/pomcpp
55522748369bc167420f3ca5b0ecde314ca2fee3
[ "MIT" ]
null
null
null
include/agents.hpp
tomatenbrei/pomcpp
55522748369bc167420f3ca5b0ecde314ca2fee3
[ "MIT" ]
2
2020-06-30T12:01:51.000Z
2021-05-14T13:57:48.000Z
include/agents.hpp
tomatenbrei/pomcpp
55522748369bc167420f3ca5b0ecde314ca2fee3
[ "MIT" ]
2
2020-06-30T10:23:43.000Z
2021-08-01T17:24:08.000Z
#ifndef RANDOM_AGENT_H #define RANDOM_AGENT_H #include <random> #include "bboard.hpp" #include "strategy.hpp" namespace agents { /** * Use this as an example to implement more sophisticated * agents. * * @brief Randomly selects actions */ struct RandomAgent : bboard::Agent { std::mt19937_64 rng; std::u...
20.892157
115
0.686063
tomatenbrei
e170671ba42c63be5c176a98927ed605da6525e8
3,914
hpp
C++
SimpleDB/src/core/sql/pragma.hpp
caivao/SimpleDB
ff90245c5ffc96ea84cf046596d690866c1c8cb6
[ "MIT" ]
1
2021-01-05T17:01:31.000Z
2021-01-05T17:01:31.000Z
SimpleDB/src/core/sql/pragma.hpp
caivao/SimpleDB
ff90245c5ffc96ea84cf046596d690866c1c8cb6
[ "MIT" ]
null
null
null
SimpleDB/src/core/sql/pragma.hpp
caivao/SimpleDB
ff90245c5ffc96ea84cf046596d690866c1c8cb6
[ "MIT" ]
null
null
null
// // pragma.hpp // SimpleDB // // Created by lifeng on 2019/6/5. // Copyright © 2019 feng. All rights reserved. // #ifndef pragma_hpp #define pragma_hpp #include "declare.hpp" #include "describable.hpp" namespace SDB { class Pragma : public Describable { public: static const Pragma applicat...
36.240741
54
0.692897
caivao
e174846f52e77d02b4bfa32f795c1b02d57c8f8e
9,465
hpp
C++
extlibs/include/Jopnal/Core/FileLoader.hpp
Jopnal/Jopmodel
cfd50b9fd24eaf63497bf5bed883f0b831d9ad65
[ "Zlib" ]
2
2016-07-16T17:21:10.000Z
2016-08-09T11:41:33.000Z
extlibs/include/Jopnal/Core/FileLoader.hpp
Jopnal/Jopmodel
cfd50b9fd24eaf63497bf5bed883f0b831d9ad65
[ "Zlib" ]
null
null
null
extlibs/include/Jopnal/Core/FileLoader.hpp
Jopnal/Jopmodel
cfd50b9fd24eaf63497bf5bed883f0b831d9ad65
[ "Zlib" ]
null
null
null
// Jopnal Engine C++ Library // Copyright (c) 2016 Team Jopnal // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages // arising from the use of this software. // // Permission is granted to anyone to use this software for any pur...
28.856707
152
0.55383
Jopnal
e174bb27f06f5c3215bc0dac6b91b42a1b116872
7,498
cpp
C++
components/protocols/onewire/onewire.cpp
thmalmeida/agro_mesh
fbce39d2e08d02495ecd3b55b2e826449b9dc3b7
[ "MIT" ]
2
2021-07-19T12:03:39.000Z
2021-07-22T18:37:45.000Z
components/protocols/onewire/onewire.cpp
thmalmeida/agro_mesh
fbce39d2e08d02495ecd3b55b2e826449b9dc3b7
[ "MIT" ]
null
null
null
components/protocols/onewire/onewire.cpp
thmalmeida/agro_mesh
fbce39d2e08d02495ecd3b55b2e826449b9dc3b7
[ "MIT" ]
1
2021-07-08T09:07:10.000Z
2021-07-08T09:07:10.000Z
#include "onewire.h" #include "hardware_defs.h" OneWire::OneWire(GPIO_Basic *gpio){ this->gpio = gpio; reset_search(); } // Perform the onewire reset function. We will wait up to 250uS for // the bus to come high, if it doesn't then it is broken or shorted // and we return a 0; // // Returns 1 if a device asserte...
23.803175
85
0.662443
thmalmeida
e17894aa7d464a7cf6880a7f155981729bdcfb8b
34,828
hpp
C++
src/axom/mint/mesh/Mesh.hpp
raineyeh/axom
57a6ef7ab50e113e4cf4b639657eb84ff10789c0
[ "BSD-3-Clause" ]
86
2019-04-12T20:39:37.000Z
2022-01-28T17:06:08.000Z
src/axom/mint/mesh/Mesh.hpp
raineyeh/axom
57a6ef7ab50e113e4cf4b639657eb84ff10789c0
[ "BSD-3-Clause" ]
597
2019-04-25T22:36:16.000Z
2022-03-31T20:21:54.000Z
src/axom/mint/mesh/Mesh.hpp
raineyeh/axom
57a6ef7ab50e113e4cf4b639657eb84ff10789c0
[ "BSD-3-Clause" ]
21
2019-06-27T15:53:08.000Z
2021-09-30T20:17:41.000Z
// Copyright (c) 2017-2021, Lawrence Livermore National Security, LLC and // other Axom Project Developers. See the top-level LICENSE file for details. // // SPDX-License-Identifier: (BSD-3-Clause) #ifndef MINT_MESH_HPP_ #define MINT_MESH_HPP_ #include "axom/core/Macros.hpp" // for Axom macros #include "axom/mint/m...
33.264565
84
0.639572
raineyeh
e17e3faa41d042f1f26d0d48a9cc7d51f7080dd5
12,100
cc
C++
mindspore/lite/tools/converter/legacy_optimizer/graph/batchnorm_convert_scale_pass.cc
GuoSuiming/mindspore
48afc4cfa53d970c0b20eedfb46e039db2a133d5
[ "Apache-2.0" ]
1
2021-01-28T11:08:20.000Z
2021-01-28T11:08:20.000Z
mindspore/lite/tools/converter/legacy_optimizer/graph/batchnorm_convert_scale_pass.cc
GuoSuiming/mindspore
48afc4cfa53d970c0b20eedfb46e039db2a133d5
[ "Apache-2.0" ]
null
null
null
mindspore/lite/tools/converter/legacy_optimizer/graph/batchnorm_convert_scale_pass.cc
GuoSuiming/mindspore
48afc4cfa53d970c0b20eedfb46e039db2a133d5
[ "Apache-2.0" ]
null
null
null
/** * Copyright 2020 Huawei Technologies Co., Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
37.694704
118
0.701653
GuoSuiming
e17f54e851cc7fe3538352f5a120229fd2f5b7fc
3,690
cpp
C++
src/condor_contrib/aviary/src/AviaryProviderFactory.cpp
bbockelm/condor-network-accounting
f0f41854fd418adaf24f430adf5217e514a044db
[ "Apache-2.0" ]
null
null
null
src/condor_contrib/aviary/src/AviaryProviderFactory.cpp
bbockelm/condor-network-accounting
f0f41854fd418adaf24f430adf5217e514a044db
[ "Apache-2.0" ]
null
null
null
src/condor_contrib/aviary/src/AviaryProviderFactory.cpp
bbockelm/condor-network-accounting
f0f41854fd418adaf24f430adf5217e514a044db
[ "Apache-2.0" ]
1
2021-08-29T14:03:03.000Z
2021-08-29T14:03:03.000Z
/*************************************************************** * * Copyright (C) 2009-2011 Red Hat, 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.or...
32.368421
107
0.648509
bbockelm
e18342bcebf327def64cb9a88aa04b7e893c2857
2,200
cc
C++
src/atlas/grid/detail/spacing/gaussian/N80.cc
wdeconinck/atlas
8949d2b362b9b5431023a967bcf4ca84f6b8ce05
[ "Apache-2.0" ]
3
2021-08-17T03:08:45.000Z
2021-09-09T09:22:54.000Z
src/atlas/grid/detail/spacing/gaussian/N80.cc
pmarguinaud/atlas
7e0a1251685e07a5dcccc84f4d9251d5a066e2ee
[ "Apache-2.0" ]
62
2020-10-21T15:27:38.000Z
2022-03-28T12:42:43.000Z
src/atlas/grid/detail/spacing/gaussian/N80.cc
pmarguinaud/atlas
7e0a1251685e07a5dcccc84f4d9251d5a066e2ee
[ "Apache-2.0" ]
1
2021-03-10T19:19:08.000Z
2021-03-10T19:19:08.000Z
/* * (C) Copyright 2013 ECMWF. * * This software is licensed under the terms of the Apache Licence Version 2.0 * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. * In applying this licence, ECMWF does not waive the privileges and immunities * granted to it by virtue of its status as an intergo...
55
115
0.726818
wdeconinck
e184190113e5855db318513c6add2d7386339f9d
34,893
cpp
C++
Source/Macad.Occt/Generated/Adaptor2d.cpp
zhyifei/Macad3D
55d92a7de53a1fc8f4453c09b162c261a40586f0
[ "MIT" ]
107
2020-11-29T18:01:50.000Z
2022-03-31T13:54:40.000Z
Source/Macad.Occt/Generated/Adaptor2d.cpp
zhyifei/Macad3D
55d92a7de53a1fc8f4453c09b162c261a40586f0
[ "MIT" ]
10
2021-03-12T18:34:24.000Z
2022-01-08T21:03:58.000Z
Source/Macad.Occt/Generated/Adaptor2d.cpp
zhyifei/Macad3D
55d92a7de53a1fc8f4453c09b162c261a40586f0
[ "MIT" ]
42
2021-01-07T06:23:24.000Z
2022-03-29T10:03:51.000Z
// Generated wrapper code for package Adaptor2d #include "OcctPCH.h" #include "Adaptor2d.h" using namespace System::Runtime::InteropServices; // for class Marshal #include "Adaptor2d.h" #include "Geom2dAdaptor.h" #include "ProjLib.h" #include "BRepAdaptor.h" #include "Standard.h" #include "GeomAbs.h" #i...
36.158549
149
0.70358
zhyifei
e1847fd3c0b4dbbdeaef8b0f2c16acb4801ba59f
5,782
cpp
C++
cegui/src/Clipboard.cpp
OpenTechEngine-Libraries/CEGUI
6f00952d31f318f9482766d1ad2206cb540a78b9
[ "MIT" ]
57
2015-05-15T11:42:42.000Z
2022-03-24T06:13:17.000Z
cegui/src/Clipboard.cpp
OpenTechEngine-Libraries/CEGUI
6f00952d31f318f9482766d1ad2206cb540a78b9
[ "MIT" ]
null
null
null
cegui/src/Clipboard.cpp
OpenTechEngine-Libraries/CEGUI
6f00952d31f318f9482766d1ad2206cb540a78b9
[ "MIT" ]
22
2015-05-07T16:17:22.000Z
2019-12-18T05:58:41.000Z
/*********************************************************************** created: 28/5/2011 author: Martin Preisler purpose: Implements platform independent clipboard handling *************************************************************************/ /*********************************************...
33.229885
92
0.538741
OpenTechEngine-Libraries
e187145fafc793349bf9fdf956120825e3cae7ea
3,536
cc
C++
diagnostics/dpsl/internal/dpsl_thread_context_impl.cc
strassek/chromiumos-platform2
12c953f41f48b8a6b0bd1c181d09bdb1de38325c
[ "BSD-3-Clause" ]
4
2020-07-24T06:54:16.000Z
2021-06-16T17:13:53.000Z
diagnostics/dpsl/internal/dpsl_thread_context_impl.cc
strassek/chromiumos-platform2
12c953f41f48b8a6b0bd1c181d09bdb1de38325c
[ "BSD-3-Clause" ]
1
2021-04-02T17:35:07.000Z
2021-04-02T17:35:07.000Z
diagnostics/dpsl/internal/dpsl_thread_context_impl.cc
strassek/chromiumos-platform2
12c953f41f48b8a6b0bd1c181d09bdb1de38325c
[ "BSD-3-Clause" ]
1
2020-11-04T22:31:45.000Z
2020-11-04T22:31:45.000Z
// Copyright 2018 The Chromium OS 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 "diagnostics/dpsl/internal/dpsl_thread_context_impl.h" #include <utility> #include <base/lazy_instance.h> #include <base/location.h> #includ...
31.855856
80
0.731335
strassek
e1872723f039006da4b07196cad3e3e9f20bab9e
761
hpp
C++
include/dish2/peripheral/readable_state/introspective_state/ResourceStockpile.hpp
schregardusc/dishtiny
b0b1841a457a955fa4c22f36a050d91f12484f9e
[ "MIT" ]
1
2021-02-12T23:53:55.000Z
2021-02-12T23:53:55.000Z
include/dish2/peripheral/readable_state/introspective_state/ResourceStockpile.hpp
schregardusc/dishtiny
b0b1841a457a955fa4c22f36a050d91f12484f9e
[ "MIT" ]
null
null
null
include/dish2/peripheral/readable_state/introspective_state/ResourceStockpile.hpp
schregardusc/dishtiny
b0b1841a457a955fa4c22f36a050d91f12484f9e
[ "MIT" ]
null
null
null
#pragma once #ifndef DISH2_PERIPHERAL_READABLE_STATE_INTROSPECTIVE_STATE_RESOURCESTOCKPILE_HPP_INCLUDE #define DISH2_PERIPHERAL_READABLE_STATE_INTROSPECTIVE_STATE_RESOURCESTOCKPILE_HPP_INCLUDE #include "../../../../../third-party/conduit/include/uitsl/datastructs/PodLeafNode.hpp" #include "../../../../../third-party/c...
30.44
99
0.802891
schregardusc
e18818fff813361483e7842f2c94687a3b6647ae
704
cpp
C++
windows/src/test/manual-tests/test_i2908/i2908/stdafx.cpp
srl295/keyman
4dfd0f71f3f4ccf81d1badbd824900deee1bb6d1
[ "MIT" ]
219
2017-06-21T03:37:03.000Z
2022-03-27T12:09:28.000Z
windows/src/test/manual-tests/test_i2908/i2908/stdafx.cpp
srl295/keyman
4dfd0f71f3f4ccf81d1badbd824900deee1bb6d1
[ "MIT" ]
4,451
2017-05-29T02:52:06.000Z
2022-03-31T23:53:23.000Z
windows/src/test/manual-tests/test_i2908/i2908/stdafx.cpp
srl295/keyman
4dfd0f71f3f4ccf81d1badbd824900deee1bb6d1
[ "MIT" ]
72
2017-05-26T04:08:37.000Z
2022-03-03T10:26:20.000Z
/* Name: stdafx Copyright: Copyright (C) 2003-2017 SIL International. Documentation: Description: Create Date: 28 Jun 2011 Modified Date: 28 Jun 2011 Authors: mcdurdin Related Files: Dependencies: Bugs: Todo: Note...
27.076923
81
0.62358
srl295
e189593b28f70587cb413a088631a6bce990f455
833
cpp
C++
UAlbertaBot/Source/strategies/protoss/DarkTemplarRush.cpp
kant2002/ualbertabot
b4c75be8bf023f289f2e58e49ad600a9bda38fcd
[ "MIT" ]
2
2017-07-06T18:27:41.000Z
2018-03-14T06:19:43.000Z
UAlbertaBot/Source/strategies/protoss/DarkTemplarRush.cpp
kant2002/ualbertabot
b4c75be8bf023f289f2e58e49ad600a9bda38fcd
[ "MIT" ]
18
2017-10-29T20:37:47.000Z
2019-08-25T16:01:28.000Z
UAlbertaBot/Source/strategies/protoss/DarkTemplarRush.cpp
kant2002/ualbertabot
b4c75be8bf023f289f2e58e49ad600a9bda38fcd
[ "MIT" ]
1
2017-09-13T07:02:23.000Z
2017-09-13T07:02:23.000Z
#include "DarkTemplarRush.h" #include "..\..\UnitUtil.h" using UAlbertaBot::MetaPairVector; using UAlbertaBot::MetaPair; using UAlbertaBot::UnitUtil::GetAllUnitCount; AKBot::DarkTemplarRush::DarkTemplarRush(BWAPI::Player self) : _self(self) { } void AKBot::DarkTemplarRush::getBuildOrderGoal(MetaPairVector& goal, in...
30.851852
92
0.77431
kant2002
e18a7f00e225b168bb40fc8abd06d9cca70c28c8
422
hpp
C++
toy_compiler/munster/ast/op/assign_op.hpp
Wmbat/toy_compiler
370a2e76aaaa874de5fb6c25e0755638dd84b8b4
[ "MIT" ]
null
null
null
toy_compiler/munster/ast/op/assign_op.hpp
Wmbat/toy_compiler
370a2e76aaaa874de5fb6c25e0755638dd84b8b4
[ "MIT" ]
null
null
null
toy_compiler/munster/ast/op/assign_op.hpp
Wmbat/toy_compiler
370a2e76aaaa874de5fb6c25e0755638dd84b8b4
[ "MIT" ]
null
null
null
#pragma once #include <toy_compiler/munster/ast/op/op.hpp> namespace munster::ast { class assign_op : public op { public: using ptr = std::unique_ptr<assign_op>; public: assign_op(node_ptr val_0, node_ptr id_decl, node_ptr val_1); void accept(visitor_variant &visitor) const override; ...
21.1
67
0.680095
Wmbat
e18bc9c979aba4446d9350ecabb781c2d4c78e3f
3,886
cpp
C++
src/sim/Cache/ZCacheV2.cpp
heyyod/AttilaSimulator
cf9bcaa8c86dee378abbfb5967896dd9a1ab5ce1
[ "BSD-3-Clause" ]
null
null
null
src/sim/Cache/ZCacheV2.cpp
heyyod/AttilaSimulator
cf9bcaa8c86dee378abbfb5967896dd9a1ab5ce1
[ "BSD-3-Clause" ]
null
null
null
src/sim/Cache/ZCacheV2.cpp
heyyod/AttilaSimulator
cf9bcaa8c86dee378abbfb5967896dd9a1ab5ce1
[ "BSD-3-Clause" ]
null
null
null
/************************************************************************** * * Copyright (c) 2002 - 2011 by Computer Architecture Department, * Universitat Politecnica de Catalunya. * All rights reserved. * * The contents of this file may not b;e disclosed to third parties, * copied or duplicated in any form, i...
24.136646
125
0.687597
heyyod
e18be70802221c41be6b90dbf9aa54796449175d
1,504
hpp
C++
library/range.hpp
shibasis0801/showcase
265e94130e567efd3625650bfd9592eb465ffd5e
[ "MIT" ]
null
null
null
library/range.hpp
shibasis0801/showcase
265e94130e567efd3625650bfd9592eb465ffd5e
[ "MIT" ]
null
null
null
library/range.hpp
shibasis0801/showcase
265e94130e567efd3625650bfd9592eb465ffd5e
[ "MIT" ]
null
null
null
#include "printer.hpp" #ifndef RANGE_HPP #define RANGE_HPP struct range { int start; int stop; int stride; range(int start, int stop) : start(start), stop(stop), stride(1) {} range(int start, int stop, int stride) : start(start), stop(stop), stride(stride) {} struct iterator; iterator ...
22.447761
108
0.522606
shibasis0801
e18c0b85c91b24131d254205f3ca587b8c9ba794
3,214
hpp
C++
Include/Injector/Engine.hpp
InjectorGames/Inject
09e74a83c287b81fd8272c10d6bae2b1aa785c0e
[ "BSD-3-Clause" ]
2
2019-12-10T16:26:58.000Z
2020-04-17T11:47:42.000Z
Include/Injector/Engine.hpp
InjectorGames/Inject
09e74a83c287b81fd8272c10d6bae2b1aa785c0e
[ "BSD-3-Clause" ]
28
2020-08-17T12:39:50.000Z
2020-11-16T20:42:50.000Z
Include/Injector/Engine.hpp
InjectorGames/InjectorEngine
09e74a83c287b81fd8272c10d6bae2b1aa785c0e
[ "BSD-3-Clause" ]
null
null
null
#pragma once #include "Injector/Defines.hpp" #include "Injector/ECS/EcsManager.hpp" #include "Injector/Mathematics/Matrix4.hpp" #include "Injector/Graphics/GraphicsAPI.hpp" #include <chrono> namespace Injector { class Engine final { private: static bool engineInitialized; static bool networkInitialized; sta...
30.903846
64
0.780647
InjectorGames
e18e7a47b50ebb9e3ebd0b6d16fea63bd85063e2
17,049
cpp
C++
src/materialsystem/stdshaders_old/spritecard.cpp
cstom4994/SourceEngineRebuild
edfd7f8ce8af13e9d23586318350319a2e193c08
[ "MIT" ]
6
2022-01-23T09:40:33.000Z
2022-03-20T20:53:25.000Z
src/materialsystem/stdshaders_old/spritecard.cpp
cstom4994/SourceEngineRebuild
edfd7f8ce8af13e9d23586318350319a2e193c08
[ "MIT" ]
null
null
null
src/materialsystem/stdshaders_old/spritecard.cpp
cstom4994/SourceEngineRebuild
edfd7f8ce8af13e9d23586318350319a2e193c08
[ "MIT" ]
1
2022-02-06T21:05:23.000Z
2022-02-06T21:05:23.000Z
//========= Copyright Valve Corporation, All rights reserved. ============// // // Purpose: shader for drawing sprites as cards, with animation frame lerping // // $Header: $ // $NoKeywords: $ //===========================================================================// #include "BaseVSShader.h" #include "convar.h"...
35.152577
204
0.732301
cstom4994
e18ec119b1fb0ececf03a6f69e01433c8ca7ce5e
156
cpp
C++
src/xtd.forms.native.fltk/src/xtd/forms/native/fltk/tab_page.cpp
ExternalRepositories/xtd
5889d69900ad22a00fcb640d7850a1d599cf593a
[ "MIT" ]
251
2019-04-20T02:02:24.000Z
2022-03-31T09:52:08.000Z
src/xtd.forms.native.fltk/src/xtd/forms/native/fltk/tab_page.cpp
leanid/xtd
2e1ea6537218788ca08901faf8915d4100990b53
[ "MIT" ]
29
2021-01-07T12:52:12.000Z
2022-03-29T08:42:14.000Z
src/xtd.forms.native.fltk/src/xtd/forms/native/fltk/tab_page.cpp
leanid/xtd
2e1ea6537218788ca08901faf8915d4100990b53
[ "MIT" ]
27
2019-11-21T02:37:44.000Z
2022-03-30T22:59:14.000Z
#include <xtd/forms/native/tab_page.hpp> #include "fl_tab_page.hpp" using namespace xtd; using namespace xtd::drawing; using namespace xtd::forms::native;
22.285714
40
0.782051
ExternalRepositories
e18ee0fdc9dbb4bc476f0c69cd051f01fa24f5aa
1,039
cpp
C++
tmp/main.cpp
adrs0049/AdhesionRandomWalk
25d9d805261be504a61a1d9ae329559f346fe95a
[ "MIT" ]
null
null
null
tmp/main.cpp
adrs0049/AdhesionRandomWalk
25d9d805261be504a61a1d9ae329559f346fe95a
[ "MIT" ]
null
null
null
tmp/main.cpp
adrs0049/AdhesionRandomWalk
25d9d805261be504a61a1d9ae329559f346fe95a
[ "MIT" ]
null
null
null
#include <iostream> #include <functional> #include <vector> #include <map> #include <string> #include <utility> #include "Event.h" #include "EventListener.h" using namespace std; class Foo { public: Foo() {} Event<int> event; void setValue(int i) { value = i; ...
18.553571
65
0.512031
adrs0049
e190c80de46583cab915b6dd4796b5b97d980c09
21,189
cpp
C++
DetectorDescription/Parser/test/testDoc.cpp
pasmuss/cmssw
566f40c323beef46134485a45ea53349f59ae534
[ "Apache-2.0" ]
null
null
null
DetectorDescription/Parser/test/testDoc.cpp
pasmuss/cmssw
566f40c323beef46134485a45ea53349f59ae534
[ "Apache-2.0" ]
null
null
null
DetectorDescription/Parser/test/testDoc.cpp
pasmuss/cmssw
566f40c323beef46134485a45ea53349f59ae534
[ "Apache-2.0" ]
null
null
null
#include <stdlib.h> #include <exception> #include <iostream> #include <string> #include <utility> #include <vector> #include "DetectorDescription/Core/interface/DDCompactView.h" #include "DetectorDescription/Core/interface/DDExpandedNode.h" #include "DetectorDescription/Core/interface/DDExpandedView.h" #include "Detec...
40.51434
132
0.616924
pasmuss
e1951ff900b94c2a88f1985b1d765e3dbfba4cda
15,051
cpp
C++
third_party/mlir/lib/Dialect/FxpMathOps/Transforms/LowerUniformRealMath.cpp
5GApp/tensorflow
ca87089f9e0073bad9fc999ce9c318f661d2e425
[ "Apache-2.0" ]
1
2019-12-23T20:23:43.000Z
2019-12-23T20:23:43.000Z
third_party/mlir/lib/Dialect/FxpMathOps/Transforms/LowerUniformRealMath.cpp
5GApp/tensorflow
ca87089f9e0073bad9fc999ce9c318f661d2e425
[ "Apache-2.0" ]
null
null
null
third_party/mlir/lib/Dialect/FxpMathOps/Transforms/LowerUniformRealMath.cpp
5GApp/tensorflow
ca87089f9e0073bad9fc999ce9c318f661d2e425
[ "Apache-2.0" ]
1
2020-04-22T01:47:46.000Z
2020-04-22T01:47:46.000Z
//===- LowerUniformRealMath.cpp ------------------------------------------===// // // Copyright 2019 The MLIR Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www....
37.347395
80
0.626669
5GApp
e1966c6c4425affb914d7da7a176e9cf8053850b
30,144
cpp
C++
src/frameworks/av/media/libstagefright/codecs/amrwb/src/mime_io.cpp
dAck2cC2/m3e
475b89b59d5022a94e00b636438b25e27e4eaab2
[ "Apache-2.0" ]
10
2020-04-17T04:02:36.000Z
2021-11-23T11:38:42.000Z
src/frameworks/av/media/libstagefright/codecs/amrwb/src/mime_io.cpp
dAck2cC2/m3e
475b89b59d5022a94e00b636438b25e27e4eaab2
[ "Apache-2.0" ]
3
2020-02-19T16:53:25.000Z
2021-04-29T07:28:40.000Z
src/frameworks/av/media/libstagefright/codecs/amrwb/src/mime_io.cpp
dAck2cC2/m3e
475b89b59d5022a94e00b636438b25e27e4eaab2
[ "Apache-2.0" ]
12
2020-04-15T11:37:33.000Z
2021-09-13T13:19:04.000Z
/* ------------------------------------------------------------------ * Copyright (C) 1998-2009 PacketVideo * * 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.o...
41.293151
89
0.484242
dAck2cC2
e1995200a41c73feb893397859bf6a95b2ea9864
2,821
cpp
C++
raycastergl/src/opengl/buffer.cpp
DanielAcedo/raycastergl
412bf8b6b2e8996bcdc9cb4112258cc24527b22a
[ "MIT" ]
4
2020-06-07T13:00:30.000Z
2021-10-18T20:50:21.000Z
raycastergl/src/opengl/buffer.cpp
DanielAcedo/raycastergl
412bf8b6b2e8996bcdc9cb4112258cc24527b22a
[ "MIT" ]
null
null
null
raycastergl/src/opengl/buffer.cpp
DanielAcedo/raycastergl
412bf8b6b2e8996bcdc9cb4112258cc24527b22a
[ "MIT" ]
2
2020-06-27T16:15:20.000Z
2020-09-01T06:48:14.000Z
#include <opengl/buffer.hpp> #include <fstream> #include <glad/glad.h> #include <opengl/check-error.hpp> constexpr int usageToGlUsage(Buffer::Usage usage) { switch(usage) { case Buffer::StreamDraw: return GL_STREAM_DRAW; case Buffer::StreamRead: return GL_STREAM_READ; case Buffer::StreamCop...
27.656863
76
0.658632
DanielAcedo
e1a014d86af5c163b8c2c37e92e01d22b1f75dff
17,910
cpp
C++
dev/Gems/CryLegacy/Code/Source/CryAnimation/ModelMesh_DebugPC.cpp
brianherrera/lumberyard
f85344403c1c2e77ec8c75deb2c116e97b713217
[ "AML" ]
1,738
2017-09-21T10:59:12.000Z
2022-03-31T21:05:46.000Z
dev/Gems/CryLegacy/Code/Source/CryAnimation/ModelMesh_DebugPC.cpp
ArchitectureStudios/lumberyard
f85344403c1c2e77ec8c75deb2c116e97b713217
[ "AML" ]
427
2017-09-29T22:54:36.000Z
2022-02-15T19:26:50.000Z
dev/Gems/CryLegacy/Code/Source/CryAnimation/ModelMesh_DebugPC.cpp
ArchitectureStudios/lumberyard
f85344403c1c2e77ec8c75deb2c116e97b713217
[ "AML" ]
671
2017-09-21T08:04:01.000Z
2022-03-29T14:30:07.000Z
/* * All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or * its licensors. * * For complete copyright and license terms please see the LICENSE at the root of this * distribution (the "License"). All use of this software is governed by the License, * or, if provided, by the license below or t...
32.802198
329
0.533892
brianherrera
e1a08f272c70065ddbe48cda94d555c2cb83ee76
4,168
cpp
C++
samples/cpp/monitoring/monitoring_reg/src/monitoring_reg.cpp
FlorianReimold/ecal
e21e52c14f58e1cae38e3867940bf0292f5ccb9a
[ "Apache-2.0" ]
null
null
null
samples/cpp/monitoring/monitoring_reg/src/monitoring_reg.cpp
FlorianReimold/ecal
e21e52c14f58e1cae38e3867940bf0292f5ccb9a
[ "Apache-2.0" ]
null
null
null
samples/cpp/monitoring/monitoring_reg/src/monitoring_reg.cpp
FlorianReimold/ecal
e21e52c14f58e1cae38e3867940bf0292f5ccb9a
[ "Apache-2.0" ]
null
null
null
/* ========================= eCAL LICENSE ================================= * * Copyright (C) 2016 - 2019 Continental 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 * * ...
34.733333
146
0.584693
FlorianReimold
e1a2c5aaa65f9c17263bfe8ba6a8f79237b2b78c
3,198
cpp
C++
study/cyan/ACLB.cpp
rajyan/AtCoder
2c1187994016d4c19b95489d2f2d2c0eab43dd8e
[ "MIT" ]
1
2021-06-01T17:13:44.000Z
2021-06-01T17:13:44.000Z
study/cyan/ACLB.cpp
rajyan/AtCoder
2c1187994016d4c19b95489d2f2d2c0eab43dd8e
[ "MIT" ]
null
null
null
study/cyan/ACLB.cpp
rajyan/AtCoder
2c1187994016d4c19b95489d2f2d2c0eab43dd8e
[ "MIT" ]
null
null
null
//#ifdef _DEBUG //#include "../../../library/src/debug_template.hpp" //#define DMP(...) dump(#__VA_ARGS__, __VA_ARGS__) //#else //#define DMP(...) ((void)0) //#endif // //#include <cassert> //#include <cstdio> //#include <cmath> //#include <iostream> //#include <iomanip> //#include <vector> //#include <set> //#include ...
24.984375
71
0.430894
rajyan
e1a5494cbf657c73e653eb7cf9d07be18a4ce751
1,778
cc
C++
2020/PTA/Contest/13.cc
slowbear/TrainingCode
688872b9dab784a410069b787457f8c0871648aa
[ "CC0-1.0" ]
null
null
null
2020/PTA/Contest/13.cc
slowbear/TrainingCode
688872b9dab784a410069b787457f8c0871648aa
[ "CC0-1.0" ]
null
null
null
2020/PTA/Contest/13.cc
slowbear/TrainingCode
688872b9dab784a410069b787457f8c0871648aa
[ "CC0-1.0" ]
null
null
null
#include <bits/stdc++.h> using namespace std; using LL = long long; using Pii = pair<int, int>; using Pll = pair<LL, LL>; using VI = vector<int>; using VP = vector<pair<int, int>>; #define rep(i, a, b) for (auto i = (a); i < (b); ++i) #define rev(i, a, b) for (auto i = (b - 1); i >= (a); --i) #define grep(i, u) for (au...
25.042254
72
0.505062
slowbear
e1a8c9db065a7914aee2192ed44df63707f63045
284
cxx
C++
src/resources/components_loader/fbx_lod_group_loader.cxx
Frozen-Team/3DEngine
f0b7002a1e5912b8f49377570b226b22eec662cf
[ "MIT" ]
1
2015-10-09T22:33:43.000Z
2015-10-09T22:33:43.000Z
src/resources/components_loader/fbx_lod_group_loader.cxx
Frozen-Team/FEngine
f0b7002a1e5912b8f49377570b226b22eec662cf
[ "MIT" ]
1
2015-10-09T16:43:47.000Z
2015-10-09T22:18:52.000Z
src/resources/components_loader/fbx_lod_group_loader.cxx
Frozen-Team/FEngine
f0b7002a1e5912b8f49377570b226b22eec662cf
[ "MIT" ]
null
null
null
#include "fbx_lod_group_loader.hpp" #include <utils/f_typedefs.hpp> namespace fengine { float FbxLodGroupLoader::RetrieveThreshold(int index) const { FbxDistance threshold; auto result = this->GetThreshold(index, threshold); return result ? threshold.value() : FLT_MAX; } }
21.846154
60
0.760563
Frozen-Team
e1aa033a6952d512f8880ae9e954b1ca65d41b68
32,104
cpp
C++
src/native/QmlNet/QmlNet/qml/NetVariant.cpp
shartte/qmlnet
f7d70aa581440ae68c646dc5210acb372feaa121
[ "MIT" ]
null
null
null
src/native/QmlNet/QmlNet/qml/NetVariant.cpp
shartte/qmlnet
f7d70aa581440ae68c646dc5210acb372feaa121
[ "MIT" ]
null
null
null
src/native/QmlNet/QmlNet/qml/NetVariant.cpp
shartte/qmlnet
f7d70aa581440ae68c646dc5210acb372feaa121
[ "MIT" ]
null
null
null
#include <QmlNet/types/NetReference.h> #include <QmlNet/types/NetTypeArrayFacade.h> #include <QmlNet/qml/NetVariant.h> #include <QmlNet/qml/NetValue.h> #include <QmlNet/qml/NetJsValue.h> #include <QmlNet/qml/NetQObject.h> #include <QmlNetUtilities.h> #include <QDateTime> #include <QDebug> #include <QJSEngine> #include ...
29.291971
269
0.688637
shartte
e1ad661419da55fdae9db64d98fe71cd237068be
4,385
cpp
C++
cpp_Midterm_Project/Polynomial.cpp
NgocNguyenGit/cpp-programming
54dc1ce7b5ae8c80f790c677faea6ad2ddb29e22
[ "MIT" ]
null
null
null
cpp_Midterm_Project/Polynomial.cpp
NgocNguyenGit/cpp-programming
54dc1ce7b5ae8c80f790c677faea6ad2ddb29e22
[ "MIT" ]
null
null
null
cpp_Midterm_Project/Polynomial.cpp
NgocNguyenGit/cpp-programming
54dc1ce7b5ae8c80f790c677faea6ad2ddb29e22
[ "MIT" ]
null
null
null
// // Polynomial.cpp // cpp_Midterm2 // // Created by Nguyen Le Khanh Ngoc on 11/11/2020. // Copyright © 2020 Nguyen Le Khanh Ngoc. All rights reserved. // #include "Polynomial.h" #include <string> //string type #include <string.h> #include <vector> //vector #include <ctype.h> //isalpha...
30.880282
113
0.461345
NgocNguyenGit
e1adc846bdf3d52c36fcf7fd7ec9c5f3e7b03cec
958
cpp
C++
d2suite/src/test/test_orl.cpp
bobye/d2suite
b5a76af2be8a35ac2194865d58fe6424394c042d
[ "Apache-2.0" ]
1
2019-08-21T04:47:05.000Z
2019-08-21T04:47:05.000Z
d2suite/src/test/test_orl.cpp
bobye/d2suite
b5a76af2be8a35ac2194865d58fe6424394c042d
[ "Apache-2.0" ]
null
null
null
d2suite/src/test/test_orl.cpp
bobye/d2suite
b5a76af2be8a35ac2194865d58fe6424394c042d
[ "Apache-2.0" ]
null
null
null
#include "../common/d2.hpp" #include "../learn/wm3.hpp" #include <string> #include <sstream> #include <time.h> int main(int argc, char** argv) { using namespace d2; server::Init(argc, argv); size_t len = 864, size=400; Block<Elem<def::Histogram, 0> > data (size, len); std::string filename("data/orl/orl....
22.27907
63
0.590814
bobye
e1adde2c1b645b57cf885cfbaed40e1f564842da
4,730
tcc
C++
libiop/algebra/utils.tcc
alexander-zw/libiop
a2ed2ec2f3e85f29b6035951553b02cb737c817a
[ "MIT" ]
null
null
null
libiop/algebra/utils.tcc
alexander-zw/libiop
a2ed2ec2f3e85f29b6035951553b02cb737c817a
[ "MIT" ]
null
null
null
libiop/algebra/utils.tcc
alexander-zw/libiop
a2ed2ec2f3e85f29b6035951553b02cb737c817a
[ "MIT" ]
null
null
null
#include <cassert> #include <sodium/randombytes.h> #include <libff/common/utils.hpp> namespace libiop { template<typename T> std::vector<T> all_subset_sums(const std::vector<T> &basis, const T& shift) { const size_t m = basis.size(); std::vector<T> result; /* as we are I/O-bound here, reserve + emplace_b...
25.430108
113
0.591543
alexander-zw
e1adefc9a6192f02aa870f75ccd1c88aaea5c927
57
hh
C++
RAVL2/MSVC/include/Ravl/BfAcc2Iter.hh
isuhao/ravl2
317e0ae1cb51e320b877c3bad6a362447b5e52ec
[ "BSD-Source-Code" ]
null
null
null
RAVL2/MSVC/include/Ravl/BfAcc2Iter.hh
isuhao/ravl2
317e0ae1cb51e320b877c3bad6a362447b5e52ec
[ "BSD-Source-Code" ]
null
null
null
RAVL2/MSVC/include/Ravl/BfAcc2Iter.hh
isuhao/ravl2
317e0ae1cb51e320b877c3bad6a362447b5e52ec
[ "BSD-Source-Code" ]
null
null
null
#include "../.././Core/Container/Buffer/BfAcc2Iter.hh"
14.25
54
0.666667
isuhao
e1afc9eb1cdad6636ab0b6bab12740e3a39228dc
1,329
hh
C++
emu-ex-plus-alpha/imagine/src/base/iphone/ICadeHelper.hh
damoonvisuals/GBA4iOS
95bfce0aca270b68484535ecaf0d3b2366739c77
[ "MIT" ]
1
2018-11-14T23:40:35.000Z
2018-11-14T23:40:35.000Z
emu-ex-plus-alpha/imagine/src/base/iphone/ICadeHelper.hh
damoonvisuals/GBA4iOS
95bfce0aca270b68484535ecaf0d3b2366739c77
[ "MIT" ]
null
null
null
emu-ex-plus-alpha/imagine/src/base/iphone/ICadeHelper.hh
damoonvisuals/GBA4iOS
95bfce0aca270b68484535ecaf0d3b2366739c77
[ "MIT" ]
null
null
null
#pragma once #include <input/Input.hh> #include <input/common/iCade.hh> struct ICadeHelper { UIView *mainView, *dummyInputView; uint active, cycleResponder; void init(UIView *mainView) { if(!dummyInputView) { logMsg("init iCade helper"); dummyInputView = [[UIView alloc] initWithFrame:CGRectZero]; va...
17.72
104
0.68623
damoonvisuals
e1b1b6e61e6f9923adac20d196739d8053b590c1
15,878
cpp
C++
JsonDocument.cpp
JCodeARM/JSON
1447fb92e75b3cceeb90f46e3ba90e2ff1ed4a1c
[ "Unlicense" ]
null
null
null
JsonDocument.cpp
JCodeARM/JSON
1447fb92e75b3cceeb90f46e3ba90e2ff1ed4a1c
[ "Unlicense" ]
null
null
null
JsonDocument.cpp
JCodeARM/JSON
1447fb92e75b3cceeb90f46e3ba90e2ff1ed4a1c
[ "Unlicense" ]
null
null
null
// // JsonDocument.cpp // JSON // // Created by Iulian on 13.03.2013. // #include "JsonDocument.hpp" #define SHOW_LIST( list ) for (auto iteratorBeing=list.begin(); iteratorBeing != list.end(); iteratorBeing++) {\ std::cout<<(*iteratorBeing)<<std::endl;} #define SHOW_LIST_POINT( list ) for (auto iteratorBeing=lis...
37.985646
146
0.489293
JCodeARM
e1b29b2cfe8efc5d2a21aa7970112f76e7e7296b
16,706
cpp
C++
Ogitor/qtOgitor/src/settingsdialog.cpp
lockie/HiveGame
bb1aa12561f1dfd956d78a53bfb7a746e119692a
[ "MIT" ]
4
2018-01-08T10:15:52.000Z
2020-11-15T14:05:50.000Z
Ogitor/qtOgitor/src/settingsdialog.cpp
lockie/HiveGame
bb1aa12561f1dfd956d78a53bfb7a746e119692a
[ "MIT" ]
null
null
null
Ogitor/qtOgitor/src/settingsdialog.cpp
lockie/HiveGame
bb1aa12561f1dfd956d78a53bfb7a746e119692a
[ "MIT" ]
1
2019-08-29T18:19:56.000Z
2019-08-29T18:19:56.000Z
/*///////////////////////////////////////////////////////////////////////////////// /// An /// ___ ____ ___ _____ ___ ____ /// / _ \ / ___|_ _|_ _/ _ \| _ \ /// | | | | | _ | | | || | | | |_) | /// | |_| | |_| || | | || |_| | _ < /// \___/ \____|___| |_| \___/|_| \_\ /// ...
34.516529
203
0.607446
lockie
e1b63c5b853e2abdc310d3432b9948c2dc2cf64a
472
cpp
C++
BinPlayer/BinPlayer/global.cpp
yangyuan/open-media-player
c812b6e1850951e59cc029a3f38d476cfeb03a33
[ "MIT" ]
null
null
null
BinPlayer/BinPlayer/global.cpp
yangyuan/open-media-player
c812b6e1850951e59cc029a3f38d476cfeb03a33
[ "MIT" ]
null
null
null
BinPlayer/BinPlayer/global.cpp
yangyuan/open-media-player
c812b6e1850951e59cc029a3f38d476cfeb03a33
[ "MIT" ]
null
null
null
#include "common.h" HMENU hMenuMain; HMENU hMenuTray; HMENU hMenuPlayListPop; ConfigReference BP_ConfigReference; CurrentFileInfomation BP_CurrentInfomation; MainWindowInfomation BP_MainWindowInfomation; ClassInfoTrackbar BP_tris, BP_trie; SkinConfiguration SkinConfig; publicInfo BP_PublicInfo; HICON hIcon_Tray; HICO...
18.153846
45
0.855932
yangyuan
e1b76bba41d281dc935f55001e5017b07942ef84
21,927
cpp
C++
src/mongo/db/ops/update.cpp
andremussche/minimongo
820d678f3561abb5660e27ff3204bd0e69dfe66c
[ "Apache-2.0" ]
1
2017-02-13T10:29:02.000Z
2017-02-13T10:29:02.000Z
src/mongo/db/ops/update.cpp
andremussche/minimongo
820d678f3561abb5660e27ff3204bd0e69dfe66c
[ "Apache-2.0" ]
null
null
null
src/mongo/db/ops/update.cpp
andremussche/minimongo
820d678f3561abb5660e27ff3204bd0e69dfe66c
[ "Apache-2.0" ]
null
null
null
//@file update.cpp /** * Copyright (C) 2008 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 th...
45.968553
109
0.562548
andremussche
e1b79ddc2b315fd132302d01c69295e55d4a5fd9
2,806
cpp
C++
external/libcxx-test/std/algorithms/alg.sorting/alg.min.max/minmax_comp.pass.cpp
SenthilKumarGS/TizenRT
691639aa9667de5d966f040f0291a402727ab6ae
[ "Apache-2.0" ]
511
2017-03-29T09:14:09.000Z
2022-03-30T23:10:29.000Z
external/libcxx-test/std/algorithms/alg.sorting/alg.min.max/minmax_comp.pass.cpp
SenthilKumarGS/TizenRT
691639aa9667de5d966f040f0291a402727ab6ae
[ "Apache-2.0" ]
4,673
2017-03-29T10:43:43.000Z
2022-03-31T08:33:44.000Z
external/libcxx-test/std/algorithms/alg.sorting/alg.min.max/minmax_comp.pass.cpp
SenthilKumarGS/TizenRT
691639aa9667de5d966f040f0291a402727ab6ae
[ "Apache-2.0" ]
642
2017-03-30T20:45:33.000Z
2022-03-24T17:07:33.000Z
/**************************************************************************** * * Copyright 2018 Samsung Electronics 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...
31.52809
80
0.565574
SenthilKumarGS
e1b99bf480d692c634f1f15a1117bc384215e0d5
904
cpp
C++
Samples/Tests/General/IslandTest.cpp
All8Up/JoltPhysics
751d13891f5bd8850863ad236eaa3c340e90de9a
[ "MIT" ]
1,311
2021-08-16T07:37:05.000Z
2022-03-31T21:13:39.000Z
Samples/Tests/General/IslandTest.cpp
All8Up/JoltPhysics
751d13891f5bd8850863ad236eaa3c340e90de9a
[ "MIT" ]
102
2021-08-28T14:41:32.000Z
2022-03-31T20:25:55.000Z
Samples/Tests/General/IslandTest.cpp
All8Up/JoltPhysics
751d13891f5bd8850863ad236eaa3c340e90de9a
[ "MIT" ]
65
2021-08-16T07:59:04.000Z
2022-03-28T06:18:49.000Z
// SPDX-FileCopyrightText: 2021 Jorrit Rouwe // SPDX-License-Identifier: MIT #include <TestFramework.h> #include <Tests/General/IslandTest.h> #include <Physics/Collision/Shape/BoxShape.h> #include <Physics/Body/BodyCreationSettings.h> #include <Layers.h> JPH_IMPLEMENT_RTTI_VIRTUAL(IslandTest) { JPH_ADD_BASE_CLASS...
28.25
145
0.661504
All8Up
e1b9c4231bd55e728417210379b51b13c59f9aed
465
cpp
C++
estl/test/defer_test.cpp
Eospp/Eospp
bc231908aaf34dfc2f790a259487253a4151be16
[ "MIT" ]
18
2022-01-21T18:19:37.000Z
2022-03-15T05:26:32.000Z
estl/test/defer_test.cpp
Eospp/Eospp
bc231908aaf34dfc2f790a259487253a4151be16
[ "MIT" ]
null
null
null
estl/test/defer_test.cpp
Eospp/Eospp
bc231908aaf34dfc2f790a259487253a4151be16
[ "MIT" ]
3
2022-01-22T14:24:04.000Z
2022-02-23T10:19:11.000Z
#include <gtest/gtest.h> #include <defer.hpp> TEST(DEFER_TEST,BAST_TEST) { bool flag = false; { defer_scope [&flag] { flag = true; }; } EXPECT_TRUE(flag); flag = false; { defer_scope [&flag] { flag = true; }; } ...
12.916667
27
0.423656
Eospp
e1ba17718854334c3af506a5bbdcc11c07b394d9
1,748
cpp
C++
dfs.cpp
rakshitraj/lol
c490916f74f1bdbd4d62a86c279c496417cf2e81
[ "MIT" ]
null
null
null
dfs.cpp
rakshitraj/lol
c490916f74f1bdbd4d62a86c279c496417cf2e81
[ "MIT" ]
null
null
null
dfs.cpp
rakshitraj/lol
c490916f74f1bdbd4d62a86c279c496417cf2e81
[ "MIT" ]
null
null
null
#include <iostream> #include <vector> #include <stack> using namespace std; std::vector<vector<int>> vec; std::vector<bool> visited; void dfs_r(int s){ int i; visited[s] = true; cout << "\nVisited: "<< s; for(i=0; i < vec[s].size(); ++i ){ if (visited[vec[s][i]] == false ) ...
18.020619
52
0.473684
rakshitraj
e1bb870a8ef713c862ca4637063f875a9c7ed0f1
897
cc
C++
src/nn_acc/CombWrite.cc
leorezende93/gem5
8b6f40c90c58a589f230e27ae4a240ba792840a9
[ "BSD-3-Clause" ]
1
2019-06-26T14:32:39.000Z
2019-06-26T14:32:39.000Z
src/nn_acc/CombWrite.cc
leorezende93/gem5
8b6f40c90c58a589f230e27ae4a240ba792840a9
[ "BSD-3-Clause" ]
null
null
null
src/nn_acc/CombWrite.cc
leorezende93/gem5
8b6f40c90c58a589f230e27ae4a240ba792840a9
[ "BSD-3-Clause" ]
2
2019-06-26T14:33:42.000Z
2019-10-02T02:09:23.000Z
#include "nn_acc/CombWrite.hh" #include "debug/CombWrite.hh" CombWrite::CombWrite(CombWriteParams *params) : CombBase(params), n_of_iterations(params->data.size()), _writeEvent([this]{ writeData(); }, name() + ".event") { for (int i = 0; i < params->data.size(); i++) { _writeDataVector.push_b...
23.605263
101
0.654404
leorezende93
e1bc42cf84deec6c3d93f159112bb8f54c603567
48,770
cc
C++
chrome/browser/browser_about_handler.cc
SlimKatLegacy/android_external_chromium
bc611cda58cc18d0dbaa8a7aee05eb3c0742e573
[ "BSD-3-Clause" ]
2
2017-02-20T14:25:04.000Z
2019-12-13T13:58:28.000Z
chrome/browser/browser_about_handler.cc
SlimKatLegacy/android_external_chromium
bc611cda58cc18d0dbaa8a7aee05eb3c0742e573
[ "BSD-3-Clause" ]
2
2017-07-25T09:37:22.000Z
2017-08-04T07:18:56.000Z
chrome/browser/browser_about_handler.cc
SlimKatLegacy/android_external_chromium
bc611cda58cc18d0dbaa8a7aee05eb3c0742e573
[ "BSD-3-Clause" ]
2
2020-01-12T00:55:53.000Z
2020-11-04T06:36:41.000Z
// Copyright (c) 2011 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 "chrome/browser/browser_about_handler.h" #include <algorithm> #include <string> #include <vector> #include "base/callback.h" #include "base...
34.835714
80
0.682079
SlimKatLegacy
e1bcf0e1c0f36881dfa16fe003ce5e70fa5f7ae9
13,359
cpp
C++
01_Develop/libXMFFmpeg/Source/libavcodec/elbg.cpp
mcodegeeks/OpenKODE-Framework
d4382d781da7f488a0e7667362a89e8e389468dd
[ "MIT" ]
2
2017-08-03T07:15:00.000Z
2018-06-18T10:32:53.000Z
01_Develop/libXMFFmpeg/Source/libavcodec/elbg.cpp
mcodegeeks/OpenKODE-Framework
d4382d781da7f488a0e7667362a89e8e389468dd
[ "MIT" ]
null
null
null
01_Develop/libXMFFmpeg/Source/libavcodec/elbg.cpp
mcodegeeks/OpenKODE-Framework
d4382d781da7f488a0e7667362a89e8e389468dd
[ "MIT" ]
2
2019-03-04T22:57:42.000Z
2020-03-06T01:32:26.000Z
/* * Copyright (C) 2007 Vitor Sessak <vitor1001@gmail.com> * * This file is part of FFmpeg. * * FFmpeg 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.1 of the License, or (at...
30.710345
121
0.583352
mcodegeeks
e1c07c5359b23b757bdd414a27ae76a23c864f28
685
hpp
C++
examples/simple/src/MagicItem.hpp
mohibqureshi/CXXCTP
db7c80da469fe3511f7d8ac7f7dee7391122dac6
[ "MIT" ]
63
2019-08-30T11:53:47.000Z
2021-05-19T06:17:47.000Z
examples/simple/src/MagicItem.hpp
mohibqureshi/CXXCTP
db7c80da469fe3511f7d8ac7f7dee7391122dac6
[ "MIT" ]
96
2019-09-16T05:03:31.000Z
2020-10-14T14:33:50.000Z
examples/simple/src/MagicItem.hpp
mohibqureshi/CXXCTP
db7c80da469fe3511f7d8ac7f7dee7391122dac6
[ "MIT" ]
27
2019-09-25T10:12:37.000Z
2020-05-06T02:59:44.000Z
#pragma once #include <vector> #include <string> // like `trait` struct MagicItem { virtual void has_enough_mana(const char* spellname) const noexcept = 0; /// \note same for all types // @gen(inject_to_all) //S interface_data; }; template<typename T1> struct ParentTemplated_1 { virtual void has_P1(T1 nam...
18.026316
74
0.710949
mohibqureshi
e1c195158e1ba471ea00b780d2d32151efee812b
1,891
cpp
C++
src/core/blendmode.cpp
egormkn/sdlxx
6cb834f391dca629ac3cc38eae94d4d1d74ad040
[ "Zlib" ]
9
2018-05-25T05:50:50.000Z
2021-09-16T19:12:01.000Z
src/core/blendmode.cpp
egormkn/sdlxx
6cb834f391dca629ac3cc38eae94d4d1d74ad040
[ "Zlib" ]
5
2017-04-05T00:57:10.000Z
2021-08-29T07:46:46.000Z
src/core/blendmode.cpp
egormkn/sdlxx
6cb834f391dca629ac3cc38eae94d4d1d74ad040
[ "Zlib" ]
4
2018-10-29T15:59:31.000Z
2021-12-19T05:20:10.000Z
#include "sdlxx/core/blendmode.h" #include <SDL_blendmode.h> #include "sdlxx/utils/bitmask.h" using namespace sdlxx; #define ASSERT_BLENDMODE(x) \ static_assert(static_cast<SDL_BlendMode>(BlendMode::x) == SDL_BLENDMODE_##x); ASSERT_BLENDMODE(NONE); ASSERT_BLENDMODE(BLEND); ASSERT_BLENDMODE(ADD); ASSERT_BLENDMODE...
35.679245
97
0.763617
egormkn
e1c25902040a3b76343d34dadd5d30c95e9f78a0
813
cpp
C++
lib/expression.cpp
julienlopez/DifferentialGeometry2
f720ac4f2966a347ab69eb4df1350fb271b63ed6
[ "MIT" ]
null
null
null
lib/expression.cpp
julienlopez/DifferentialGeometry2
f720ac4f2966a347ab69eb4df1350fb271b63ed6
[ "MIT" ]
1
2021-01-31T14:34:39.000Z
2021-01-31T14:34:39.000Z
lib/expression.cpp
julienlopez/DifferentialGeometry2
f720ac4f2966a347ab69eb4df1350fb271b63ed6
[ "MIT" ]
null
null
null
#include "expression.hpp" #include "comparison.hpp" bool operator==(const Constant& c1, const Constant& c2) { return c1.name == c2.name; } bool operator==(const Value& v1, const Value& v2) { return v1.value == v2.value; } bool operator==(const Variable& v1, const Variable& v2) { return v1.name == v2.nam...
20.846154
98
0.669127
julienlopez
e1c266de503102c06917d44280aceeeb9642c139
1,465
cpp
C++
src/impl/DgBinaryReader.cpp
int-Frank/DgLib
34363649a5eb802ed237efeb9237d459b1920c9c
[ "MIT" ]
1
2020-01-04T20:17:44.000Z
2020-01-04T20:17:44.000Z
src/impl/DgBinaryReader.cpp
int-Frank/DgLib
34363649a5eb802ed237efeb9237d459b1920c9c
[ "MIT" ]
7
2016-05-28T22:41:57.000Z
2020-12-22T00:10:11.000Z
src/impl/DgBinaryReader.cpp
int-Frank/DgLib
34363649a5eb802ed237efeb9237d459b1920c9c
[ "MIT" ]
null
null
null
//@group Misc/impl #include "../DgBinaryReader.h" namespace Dg { BinaryReader::BinaryReader(EndianConverter const a_ec) : BinaryIO(a_ec) { } BinaryReader::BinaryReader(Stream * a_pStream, EndianConverter const a_ec) : BinaryIO(a_ec) { Open(a_pStream); } BinaryReader::~BinaryReader() { ...
20.928571
88
0.653925
int-Frank