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
cebc6e04fe03da69388603f3c2d2c6681b23d431
6,654
cpp
C++
Graphics/tutorials/ParticleEmitter.cpp
LoganPletcher/Year-2
827d46ace6230225e2cd5638266f10296d410d77
[ "MIT" ]
null
null
null
Graphics/tutorials/ParticleEmitter.cpp
LoganPletcher/Year-2
827d46ace6230225e2cd5638266f10296d410d77
[ "MIT" ]
null
null
null
Graphics/tutorials/ParticleEmitter.cpp
LoganPletcher/Year-2
827d46ace6230225e2cd5638266f10296d410d77
[ "MIT" ]
null
null
null
#include "ParticleEmitter.h" #include "gl_core_4_4.h" #include <glm/gtc/random.hpp> using glm::vec3; using glm::vec4; using glm::mat4; ParticleEmitter::ParticleEmitter() : m_particles(nullptr), m_aliveParticles(0), m_maxParticles(0), m_transform(1), m_vao(0), m_vbo(0), m_ibo(0), m_vertices(nullptr) { } Particl...
31.239437
110
0.70018
LoganPletcher
cebdbaa1cce9d0cd9010607b8e0df55d5168894a
740
cpp
C++
Onboard-SDK-ROS/dji_sdk_demo/src/stereo_utility/config.cpp
NMMI/aerial-alter-ego
ba6517ecc1986e4808f6c17df3348dc5637d9cf7
[ "BSD-3-Clause" ]
6
2020-08-16T07:31:14.000Z
2022-02-17T06:24:47.000Z
src/Onboard-SDK-ROS-3.6/dji_sdk_demo/src/stereo_utility/config.cpp
isuran/droneautomation
c53017f8c8d4c03e3095ec7b6269d5a2659489e5
[ "MIT" ]
1
2021-08-18T08:14:19.000Z
2021-08-18T08:14:19.000Z
src/Onboard-SDK-ROS-3.6/dji_sdk_demo/src/stereo_utility/config.cpp
isuran/droneautomation
c53017f8c8d4c03e3095ec7b6269d5a2659489e5
[ "MIT" ]
2
2021-05-18T07:04:23.000Z
2021-05-23T13:22:13.000Z
#include "stereo_utility/config.hpp" using namespace M210_STEREO; Config* Config::single_instance_ = NULL; Config::Config() { } Config::~Config() { if (file_.isOpened()) { file_.release(); } } Config& Config::instance() { return *Config::single_instance_; } Config* Config::instancePtr() { return Con...
15.744681
85
0.664865
NMMI
cecb215d2f23a9539d139e354548c199c7a07be9
247
cpp
C++
src/vega/manipulators/other_byte_manipulator.cpp
project-eutopia/vega
c7b536c5e949094a908fa8f378729dbffc657f4a
[ "MIT" ]
18
2018-01-23T12:28:13.000Z
2022-02-13T12:23:21.000Z
src/vega/manipulators/other_byte_manipulator.cpp
project-eutopia/vega
c7b536c5e949094a908fa8f378729dbffc657f4a
[ "MIT" ]
2
2018-11-29T01:51:25.000Z
2022-03-22T14:14:22.000Z
src/vega/manipulators/other_byte_manipulator.cpp
project-eutopia/vega
c7b536c5e949094a908fa8f378729dbffc657f4a
[ "MIT" ]
6
2019-02-01T09:54:44.000Z
2022-01-09T22:13:54.000Z
#include "vega/manipulators/other_byte_manipulator.h" namespace vega { namespace vr { template <> bool manipulator_is_valid_for<manipulators::OtherByteManipulator>(VR::value_type value) { return value == vr::OB_VALUE; } } }
22.454545
93
0.712551
project-eutopia
cecbe7d8e521fb986611411236b61392f39eb93f
1,894
cpp
C++
Generator/combination.cpp
636F57/Algos
92f0f637391652dfc8baa5c394322b849e590748
[ "MIT" ]
null
null
null
Generator/combination.cpp
636F57/Algos
92f0f637391652dfc8baa5c394322b849e590748
[ "MIT" ]
null
null
null
Generator/combination.cpp
636F57/Algos
92f0f637391652dfc8baa5c394322b849e590748
[ "MIT" ]
null
null
null
/* combination.cpp ** ** Generates a list of all possible combination of choosing m elements out of the given type-T array. ** ** compiled and tested with g++ 6.2.0 MinGW-W64 ** ** MIT License ** Copyright (c) 2017 636F57@GitHub ** See more detail at https://github.com/636F57/Algos/blob/master/LICENSE */ #include ...
23.675
111
0.63358
636F57
cecdcd34336b19fa7da0a5a608b34883557d8c79
74,610
cc
C++
NFComm/NFMessageDefine/NFMsgBaseEx.pb.cc
sosan/NoahGameFrame
38c54014c5c4620b784b2c1d2cab256f42bae186
[ "Apache-2.0" ]
1
2016-05-24T12:38:05.000Z
2016-05-24T12:38:05.000Z
NFComm/NFMessageDefine/NFMsgBaseEx.pb.cc
sosan/NoahGameFrame
38c54014c5c4620b784b2c1d2cab256f42bae186
[ "Apache-2.0" ]
null
null
null
NFComm/NFMessageDefine/NFMsgBaseEx.pb.cc
sosan/NoahGameFrame
38c54014c5c4620b784b2c1d2cab256f42bae186
[ "Apache-2.0" ]
1
2017-12-29T06:49:20.000Z
2017-12-29T06:49:20.000Z
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: NFMsgBaseEx.proto #define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION #include "NFMsgBaseEx.pb.h" #include <algorithm> #include <google/protobuf/stubs/common.h> #include <google/protobuf/stubs/once.h> #include <google/protobuf/io/coded_stream.h>...
33.547662
109
0.695858
sosan
cece6d4f38c4f1a173f9e74024576cd7245f17ff
333
cpp
C++
plugins/vungle/desktop/src/cpp/desktop_plugin_vungle_lib.cpp
mikolajgucki/ae-engine
c4953feb74853b01b39b45b3bce23c10f6f74db0
[ "MIT" ]
1
2021-02-23T09:36:42.000Z
2021-02-23T09:36:42.000Z
plugins/vungle/desktop/src/cpp/desktop_plugin_vungle_lib.cpp
mikolajgucki/ae-engine
c4953feb74853b01b39b45b3bce23c10f6f74db0
[ "MIT" ]
null
null
null
plugins/vungle/desktop/src/cpp/desktop_plugin_vungle_lib.cpp
mikolajgucki/ae-engine
c4953feb74853b01b39b45b3bce23c10f6f74db0
[ "MIT" ]
null
null
null
#include "DesktopPluginVungle.h" #include "desktop_plugin_vungle_lib.h" using namespace ae::vungle; /** */ void* createDesktopPlugin() { return new DesktopPluginVungle(); } /** */ void deleteDesktopPlugin(void *pluginPtr) { DesktopPluginVungle *plugin = (DesktopPluginVungle *)pluginPtr; dele...
22.2
68
0.702703
mikolajgucki
ced800fbaa80d15e87af40a612adf10105b53c59
19,820
cxx
C++
Source/igstkNDICertusTracker.cxx
ipa/IGSTK
d31f77b04aa72469e18e8a989ed8316bad39ed7a
[ "BSD-3-Clause" ]
5
2016-02-12T18:55:20.000Z
2022-02-05T09:23:07.000Z
Source/igstkNDICertusTracker.cxx
ipa/IGSTK
d31f77b04aa72469e18e8a989ed8316bad39ed7a
[ "BSD-3-Clause" ]
1
2018-01-26T10:39:31.000Z
2018-01-26T10:39:31.000Z
Source/igstkNDICertusTracker.cxx
ipa/IGSTK
d31f77b04aa72469e18e8a989ed8316bad39ed7a
[ "BSD-3-Clause" ]
4
2017-02-22T07:25:38.000Z
2021-10-08T22:45:00.000Z
/*========================================================================= Program: Image Guided Surgery Software Toolkit Module: igstkNDICertusTracker.cxx Language: C++ Date: $Date$ Version: $Revision$ Copyright (c) ISC Insight Software Consortium. All rights reserved. See IGSTKCopyrigh...
31.360759
277
0.670081
ipa
cedd898b3492da479ae92846e7c2fddeea17057f
452
cpp
C++
android-ndk-r10b/tests/device/test-stlport_static-exception/jni/new23.cpp
perezite/Boost4Android
9ed03a45815aead156c129da1927cc04b8caa6a3
[ "BSL-1.0" ]
7
2020-05-02T17:34:05.000Z
2021-10-17T10:15:18.000Z
android-ndk-r10b/tests/device/test-stlport_static-exception/jni/new23.cpp
perezite/Boost4Android
9ed03a45815aead156c129da1927cc04b8caa6a3
[ "BSL-1.0" ]
null
null
null
android-ndk-r10b/tests/device/test-stlport_static-exception/jni/new23.cpp
perezite/Boost4Android
9ed03a45815aead156c129da1927cc04b8caa6a3
[ "BSL-1.0" ]
2
2020-07-27T00:22:36.000Z
2021-04-01T09:41:02.000Z
// PR c++/33025 // { dg-do run } // { dg-options "-O2" } typedef __SIZE_TYPE__ size_t; inline void *operator new (size_t, void *p) throw () { return p; } extern "C" void abort (); int main() { const unsigned num = 10; unsigned *data = new unsigned[2 * num]; unsigned *ptr = data; for (unsigned i = 0; i < 2 * n...
21.52381
69
0.564159
perezite
cede86a75074ccbe7e6c963f8307f5f1f8b1a13e
15,178
hpp
C++
test/unit/device/vector_iterator.hpp
mkarunan/rocWMMA
390a2e793699a1e17c18e46d7fe51e245907f012
[ "MIT" ]
null
null
null
test/unit/device/vector_iterator.hpp
mkarunan/rocWMMA
390a2e793699a1e17c18e46d7fe51e245907f012
[ "MIT" ]
1
2022-03-16T20:41:26.000Z
2022-03-16T20:41:26.000Z
test/unit/device/vector_iterator.hpp
mkarunan/rocWMMA
390a2e793699a1e17c18e46d7fe51e245907f012
[ "MIT" ]
2
2022-03-17T16:47:29.000Z
2022-03-18T14:12:22.000Z
/******************************************************************************* * * MIT License * * Copyright 2021-2022 Advanced Micro Devices, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal *...
33.505519
93
0.550534
mkarunan
cee02a05c197c88c57723b2aea25b9c709d22d68
4,151
cpp
C++
src/mongo/util/text_test.cpp
benety/mongo
203430ac9559f82ca01e3cbb3b0e09149fec0835
[ "Apache-2.0" ]
null
null
null
src/mongo/util/text_test.cpp
benety/mongo
203430ac9559f82ca01e3cbb3b0e09149fec0835
[ "Apache-2.0" ]
null
null
null
src/mongo/util/text_test.cpp
benety/mongo
203430ac9559f82ca01e3cbb3b0e09149fec0835
[ "Apache-2.0" ]
null
null
null
/** * Copyright (C) 2018-present MongoDB, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the Server Side Public License, version 1, * as published by MongoDB, Inc. * * This program is distributed in the hope that it will be useful, * but W...
44.159574
97
0.564924
benety
cee4dfc3a9b9cb64e3c667bc77d2ea0171077afe
2,169
cpp
C++
Testing/IO/mmuXMLDOMTest.cpp
FusionBox2/MAF2
b576955f4f6b954467021f12baedfebcaf79a382
[ "Apache-2.0" ]
1
2018-01-23T09:13:40.000Z
2018-01-23T09:13:40.000Z
Testing/IO/mmuXMLDOMTest.cpp
gradicosmo/MAF2
86ddf1f52a2de4479c09fd3f43dc321ff412af42
[ "Apache-2.0" ]
null
null
null
Testing/IO/mmuXMLDOMTest.cpp
gradicosmo/MAF2
86ddf1f52a2de4479c09fd3f43dc321ff412af42
[ "Apache-2.0" ]
3
2020-09-24T16:04:53.000Z
2020-09-24T16:50:30.000Z
/*========================================================================= Program: MAF2 Module: mmuXMLDOMTest Authors: Daniele Giunchi Copyright (c) B3C All rights reserved. See Copyright.txt or http://www.scsitaly.com/Copyright.htm for details. This software is distributed WITHOUT ANY WARRANTY; without ev...
37.396552
78
0.437529
FusionBox2
cee7e0521454925347db22887bcb73a46a4bb3a2
4,026
cc
C++
mojo/system/memory.cc
justremotephone/android_external_chromium_org
246856e61da7acf5494076c74198f2aea894a721
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2020-01-25T10:18:18.000Z
2021-01-23T15:29:56.000Z
mojo/system/memory.cc
justremotephone/android_external_chromium_org
246856e61da7acf5494076c74198f2aea894a721
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2018-02-10T21:00:08.000Z
2018-03-20T05:09:50.000Z
mojo/system/memory.cc
justremotephone/android_external_chromium_org
246856e61da7acf5494076c74198f2aea894a721
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2020-11-04T07:24:13.000Z
2020-11-04T07:24:13.000Z
// Copyright 2013 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 "mojo/system/memory.h" #include <limits> #include "base/logging.h" #include "build/build_config.h" namespace mojo { namespace system { namesp...
40.26
80
0.718331
justremotephone
cee9c2e788615a4b2a76f79e1347a27ce246b765
19,539
cpp
C++
fm_Btraj/src/Btraj/third_party/sdf_tools/src/sdf_tools/sdf.cpp
Sunshinehualong/motion_Planning
ea127de8cd8f32e9994538416d0c74b99054214f
[ "MIT" ]
11
2019-08-24T08:28:17.000Z
2021-04-28T05:23:42.000Z
fm_Btraj/src/Btraj/third_party/sdf_tools/src/sdf_tools/sdf.cpp
lvhualong/motion_Planning
ea127de8cd8f32e9994538416d0c74b99054214f
[ "MIT" ]
null
null
null
fm_Btraj/src/Btraj/third_party/sdf_tools/src/sdf_tools/sdf.cpp
lvhualong/motion_Planning
ea127de8cd8f32e9994538416d0c74b99054214f
[ "MIT" ]
6
2019-08-24T08:28:19.000Z
2020-10-19T12:47:20.000Z
#include <stdlib.h> #include <stdio.h> #include <vector> #include <string> #include <sstream> #include <iostream> #include <fstream> #include <stdexcept> #include <unordered_map> #include <zlib.h> #include <ros/ros.h> #include <arc_utilities/eigen_helpers_conversions.hpp> #include <arc_utilities/zlib_helpers.hpp> #incl...
44.406818
239
0.625825
Sunshinehualong
ceebbbbde132f1148d9ce7fb589a3c0c04854e84
186
cpp
C++
NJUPT-ACM/12.3/C.cpp
ZsgsDesign/My_ACM_Life
9cd5e6dedbf58d8dd2322d5f06ea9d86583f7c46
[ "CC-BY-4.0" ]
4
2019-02-17T15:14:21.000Z
2019-03-30T11:34:19.000Z
NJUPT-ACM/12.3/C.cpp
ZsgsDesign/My_ACM_Life
9cd5e6dedbf58d8dd2322d5f06ea9d86583f7c46
[ "CC-BY-4.0" ]
null
null
null
NJUPT-ACM/12.3/C.cpp
ZsgsDesign/My_ACM_Life
9cd5e6dedbf58d8dd2322d5f06ea9d86583f7c46
[ "CC-BY-4.0" ]
null
null
null
#include <bits\stdc++.h> using namespace std; double a,b,c; int main () { while (cin >> a >> b >> c) printf("%.5lf\n",(a*b+b*(b-1))/(a+b-c-1)/(a+b)); return 0; }
15.5
81
0.473118
ZsgsDesign
ceebf52041f3ca6247ade48f10a248de52cb2ee2
212
cpp
C++
数学规律/89.格雷编码/grayCode.cpp
YichengZhong/Top-Interview-Questions
124828d321f482a0eaa30012b3706267487bfd24
[ "MIT" ]
1
2019-10-21T14:40:39.000Z
2019-10-21T14:40:39.000Z
数学规律/89.格雷编码/grayCode.cpp
YichengZhong/Top-Interview-Questions
124828d321f482a0eaa30012b3706267487bfd24
[ "MIT" ]
null
null
null
数学规律/89.格雷编码/grayCode.cpp
YichengZhong/Top-Interview-Questions
124828d321f482a0eaa30012b3706267487bfd24
[ "MIT" ]
1
2020-11-04T07:33:34.000Z
2020-11-04T07:33:34.000Z
class Solution { public: vector<int> grayCode(int n) { vector<int> ans; int powN = 1 << n; for(int i = 0; i < powN; ++i) ans.push_back(i^i>>1); return ans; } };
21.2
37
0.466981
YichengZhong
ceec7d2e05b4f756201d0e667e7138ca9e64e8aa
550
cpp
C++
src/pipeline/Token.cpp
Nexuscompute/Varcel
d60b4ab32c631b998b3cd1afbfa71d9cca3303a1
[ "MIT" ]
2
2020-08-02T09:00:08.000Z
2021-07-25T06:14:08.000Z
src/pipeline/Token.cpp
Nexuscompute/Varcel
d60b4ab32c631b998b3cd1afbfa71d9cca3303a1
[ "MIT" ]
null
null
null
src/pipeline/Token.cpp
Nexuscompute/Varcel
d60b4ab32c631b998b3cd1afbfa71d9cca3303a1
[ "MIT" ]
4
2021-07-18T05:35:42.000Z
2021-12-28T20:18:44.000Z
#include "pipeline/Token.hpp" Token::Token(TokenType type, std::string contents) : type(type), contents(contents){} static std::string tokenTypeToString(TokenType t){ std::string typeNames[] = {"Identifier-", "Operator---", "NumLiteral-", "StrLiteral-", "Unknown----"}; return typeNames[(int)t]; } st...
36.666667
107
0.650909
Nexuscompute
ceed005071b3cfd486a386d2a472bd32ffe498e7
1,975
cpp
C++
src/main.cpp
teuthid/eq
4b7f0bd68fa8d3e186b076df8a606600cf482d82
[ "BSD-3-Clause" ]
null
null
null
src/main.cpp
teuthid/eq
4b7f0bd68fa8d3e186b076df8a606600cf482d82
[ "BSD-3-Clause" ]
null
null
null
src/main.cpp
teuthid/eq
4b7f0bd68fa8d3e186b076df8a606600cf482d82
[ "BSD-3-Clause" ]
null
null
null
/* eq - transcendental fan controller ;) Copyright (c) 2018-2019 Mariusz Przygodzki */ #include "eq_eeprom.h" #include "eq_pwm_timer.h" #include "eq_tasks.h" #include <TaskScheduler.h> #if defined(EQ_UNIT_TEST) #include <AUnitVerbose.h> #include "eq_display.h" #include "test_eq.h" #endif // defined(EQ_UNIT_TE...
23.795181
69
0.695696
teuthid
ceedc0673542880bed81b97a16351850bc41e9d6
13,638
cpp
C++
src/main/cpp/LivePresetsExtension.cpp
Burtan/LivePresetsExtension
bbac7a6bcdf584c1b1794e5affa5ce0ba5659a48
[ "MIT" ]
2
2020-04-08T19:06:53.000Z
2020-04-11T15:50:33.000Z
src/main/cpp/LivePresetsExtension.cpp
Burtan/LivePresetsExtension
bbac7a6bcdf584c1b1794e5affa5ce0ba5659a48
[ "MIT" ]
null
null
null
src/main/cpp/LivePresetsExtension.cpp
Burtan/LivePresetsExtension
bbac7a6bcdf584c1b1794e5affa5ce0ba5659a48
[ "MIT" ]
null
null
null
/****************************************************************************** / LivePresetsExtension / / Base extension class / / Copyright (c) 2020 and later Dr. med. Frederik Bertling / / / Permission is hereby granted, free of charge, to any person obtaining a copy / of this software and associated documentation f...
31.208238
120
0.628025
Burtan
ceefe13672448d3d24143c5737dc2e9cdcda244b
814
cpp
C++
binarysearch.io/medium/All-Sublists-Sum.cpp
wingkwong/competitive-programming
e8bf7aa32e87b3a020b63acac20e740728764649
[ "MIT" ]
18
2020-08-27T05:27:50.000Z
2022-03-08T02:56:48.000Z
binarysearch.io/medium/All-Sublists-Sum.cpp
wingkwong/competitive-programming
e8bf7aa32e87b3a020b63acac20e740728764649
[ "MIT" ]
null
null
null
binarysearch.io/medium/All-Sublists-Sum.cpp
wingkwong/competitive-programming
e8bf7aa32e87b3a020b63acac20e740728764649
[ "MIT" ]
1
2020-10-13T05:23:58.000Z
2020-10-13T05:23:58.000Z
/* All Sublists Sum https://binarysearch.io/problems/All-Sublists-Sum Given a list of integers nums, consider every contiguous sublist. Sum each of these sublists and return the sum of all these values. Mod the result by 10 ** 9 + 7. Constraints Length of nums is at most 5000. Example 1 Input nums = [2, 3, 5] Outp...
16.958333
163
0.594595
wingkwong
cef195c62fcb7c5ea0edca205e1c1c765d0fa537
662
cpp
C++
Util/FabricResourcesPath.cpp
yoann01/FabricUI
d4d24f25245b8ccd2d206aded2b6c5f2aca09155
[ "BSD-3-Clause" ]
null
null
null
Util/FabricResourcesPath.cpp
yoann01/FabricUI
d4d24f25245b8ccd2d206aded2b6c5f2aca09155
[ "BSD-3-Clause" ]
null
null
null
Util/FabricResourcesPath.cpp
yoann01/FabricUI
d4d24f25245b8ccd2d206aded2b6c5f2aca09155
[ "BSD-3-Clause" ]
null
null
null
// // Copyright (c) 2010-2017 Fabric Software Inc. All rights reserved. // #include "FabricResourcePath.h" #include <FTL/Path.h> #include <stdio.h> #include <string> FTL::StrRef FabricResourcesDirPath() { static bool haveResult = false; static std::string result; if ( !haveResult ) { haveResult = true; ...
18.914286
75
0.623867
yoann01
cef64032e53f486b1aa4f2d7f0c31787499a20b1
160,714
cpp
C++
code_reading/oceanbase-master/src/share/schema/ob_schema_printer.cpp
wangcy6/weekly_read
3a8837ee9cd957787ee1785e4066dd623e02e13a
[ "Apache-2.0" ]
null
null
null
code_reading/oceanbase-master/src/share/schema/ob_schema_printer.cpp
wangcy6/weekly_read
3a8837ee9cd957787ee1785e4066dd623e02e13a
[ "Apache-2.0" ]
null
null
null
code_reading/oceanbase-master/src/share/schema/ob_schema_printer.cpp
wangcy6/weekly_read
3a8837ee9cd957787ee1785e4066dd623e02e13a
[ "Apache-2.0" ]
1
2020-10-18T12:59:31.000Z
2020-10-18T12:59:31.000Z
/** * Copyright (c) 2021 OceanBase * OceanBase CE is licensed under Mulan PubL v2. * You can use this software according to the terms and conditions of the Mulan PubL v2. * You may obtain a copy of Mulan PubL v2 at: * http://license.coscl.org.cn/MulanPubL-2.0 * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BAS...
47.845787
120
0.626766
wangcy6
cefc9f495de374255aa5edcbde35ec37a1cc55d4
791
cpp
C++
source/pkgsrc/editors/texmaker/patches/patch-pdfium_xfa_fgas_font_fgas__stdfontmgr.cpp
Scottx86-64/dotfiles-1
51004b1e2b032664cce6b553d2052757c286087d
[ "Unlicense" ]
1
2021-11-20T22:46:39.000Z
2021-11-20T22:46:39.000Z
source/pkgsrc/editors/texmaker/patches/patch-pdfium_xfa_fgas_font_fgas__stdfontmgr.cpp
Scottx86-64/dotfiles-1
51004b1e2b032664cce6b553d2052757c286087d
[ "Unlicense" ]
null
null
null
source/pkgsrc/editors/texmaker/patches/patch-pdfium_xfa_fgas_font_fgas__stdfontmgr.cpp
Scottx86-64/dotfiles-1
51004b1e2b032664cce6b553d2052757c286087d
[ "Unlicense" ]
null
null
null
$NetBSD: patch-pdfium_xfa_fgas_font_fgas__stdfontmgr.cpp,v 1.2 2019/09/10 16:17:13 nros Exp $ * add X11 and pkgsrc font paths --- pdfium/xfa/fgas/font/fgas_stdfontmgr.cpp.orig 2017-04-16 14:53:52.000000000 +0000 +++ pdfium/xfa/fgas/font/fgas_stdfontmgr.cpp @@ -466,8 +466,11 @@ const FX_CHAR* g_FontFolders[] = { #if _F...
46.529412
93
0.73957
Scottx86-64
300083e191105ac9064acaf34b70d1a7bb193e25
236,031
cpp
C++
src/currency_core/blockchain_storage.cpp
Virie/Virie
fc5ad5816678b06b88d08a6842e43d4205915b39
[ "MIT" ]
1
2021-03-07T13:26:43.000Z
2021-03-07T13:26:43.000Z
src/currency_core/blockchain_storage.cpp
Virie/Virie
fc5ad5816678b06b88d08a6842e43d4205915b39
[ "MIT" ]
null
null
null
src/currency_core/blockchain_storage.cpp
Virie/Virie
fc5ad5816678b06b88d08a6842e43d4205915b39
[ "MIT" ]
null
null
null
// Copyright (c) 2014-2020 The Virie Project // Copyright (c) 2012-2013 The Cryptonote developers // Copyright (c) 2012-2013 The Boolberry developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <set> #include <a...
43.839339
348
0.667823
Virie
30047a0a5dc05367e5f4a3b4a8e00276148bf7c9
386
cpp
C++
C++/03. Data Structures/01. CalcExpression/Operator.cpp
zdgeorgiev/FMI
d0632b058ada4142fa8d4c516565fb2c20860518
[ "MIT" ]
null
null
null
C++/03. Data Structures/01. CalcExpression/Operator.cpp
zdgeorgiev/FMI
d0632b058ada4142fa8d4c516565fb2c20860518
[ "MIT" ]
null
null
null
C++/03. Data Structures/01. CalcExpression/Operator.cpp
zdgeorgiev/FMI
d0632b058ada4142fa8d4c516565fb2c20860518
[ "MIT" ]
null
null
null
/** * * Solution to homework task * Data Structures Course * Faculty of Mathematics and Informatics of Sofia University * Winter semester 2016/2017 * * @author Zdravko Ivailov Georgiev * @idnumber 45115 * @task 1 * @compiler VC * */ #include "Operator.h" Operator::Operator(char symbol, int priority, int associative) :...
20.315789
125
0.746114
zdgeorgiev
300a0a37296f82fdac346cc4df893959b5d58866
2,009
cpp
C++
src/lib/Actions/SetChildAction.cpp
romoadri21/boi
deef8e7148b50fbb36886ba4ff491a6c0e18ad67
[ "BSD-3-Clause" ]
null
null
null
src/lib/Actions/SetChildAction.cpp
romoadri21/boi
deef8e7148b50fbb36886ba4ff491a6c0e18ad67
[ "BSD-3-Clause" ]
null
null
null
src/lib/Actions/SetChildAction.cpp
romoadri21/boi
deef8e7148b50fbb36886ba4ff491a6c0e18ad67
[ "BSD-3-Clause" ]
null
null
null
/* Copyright (c) 2010, Piet Hein Schouten. All rights reserved. * This code is licensed under a BSD-style license that can be * found in the LICENSE file. The license can also be found at: * http://www.boi-project.org/license */ #include "ASI.h" #include "StandardActions.h" #include "Events/TouchEvent.h" #include ...
19.891089
76
0.568442
romoadri21
300ac5302dabcc9256ced815e4a3b356dbb3aba0
49
cc
C++
pcm_sender.cc
ranisalt/epos-pcm-to-rgb
e3a0d55d38097ddfd78c88b38f3638151f3a6837
[ "MIT" ]
1
2015-07-15T22:07:04.000Z
2015-07-15T22:07:04.000Z
pcm_sender.cc
ranisalt/epos-pcm-to-rgb
e3a0d55d38097ddfd78c88b38f3638151f3a6837
[ "MIT" ]
null
null
null
pcm_sender.cc
ranisalt/epos-pcm-to-rgb
e3a0d55d38097ddfd78c88b38f3638151f3a6837
[ "MIT" ]
null
null
null
#define SENDER #include "pcm_sender_receiver.cc"
16.333333
33
0.816327
ranisalt
300b47b05f32a191a9c26de5d6e716bbdedc5ac5
4,710
cpp
C++
src/Project/projecthistory.cpp
congpp/TABEx
91da62a326f70d7aa79a33e00790dce5d8088b6c
[ "MIT" ]
1
2021-09-15T13:42:25.000Z
2021-09-15T13:42:25.000Z
src/Project/projecthistory.cpp
congpp/TABEx
91da62a326f70d7aa79a33e00790dce5d8088b6c
[ "MIT" ]
null
null
null
src/Project/projecthistory.cpp
congpp/TABEx
91da62a326f70d7aa79a33e00790dce5d8088b6c
[ "MIT" ]
1
2021-07-22T02:43:59.000Z
2021-07-22T02:43:59.000Z
#include "projecthistory.h" #include "commondefine.h" #include <QDir> #include <QJsonDocument> #include <QJsonArray> #include <QJsonObject> #include <QFile> #include <QTextStream> #include <QDateTime> const QString HISTORY_FILE_PATH("history.json"); const int MAX_HISTROY_SIZE = 10; ProjectHistory::Proje...
24.659686
119
0.602972
congpp
300b6e61ed6750fd7f85511a04b40ca630f7ad0d
6,094
cpp
C++
plugins/broker/src/writer.cpp
rdettai/vast
0b3cf41011df5fe8a4e8430fa6a1d6f1c50a18fa
[ "BSD-3-Clause" ]
249
2019-08-26T01:44:45.000Z
2022-03-26T14:12:32.000Z
plugins/broker/src/writer.cpp
rdettai/vast
0b3cf41011df5fe8a4e8430fa6a1d6f1c50a18fa
[ "BSD-3-Clause" ]
586
2019-08-06T13:10:36.000Z
2022-03-31T08:31:00.000Z
plugins/broker/src/writer.cpp
rdettai/vast
0b3cf41011df5fe8a4e8430fa6a1d6f1c50a18fa
[ "BSD-3-Clause" ]
37
2019-08-16T02:01:14.000Z
2022-02-21T16:13:59.000Z
// _ _____ __________ // | | / / _ | / __/_ __/ Visibility // | |/ / __ |_\ \ / / Across // |___/_/ |_/___/ /_/ Space and Time // // SPDX-FileCopyrightText: (c) 2021 The VAST Contributors // SPDX-License-Identifier: BSD-3-Clause #include "broker/writer.hpp" #include "broker/zeek.hpp"...
32.940541
80
0.56088
rdettai
300e238a6970f51d8a71bdd7e5f43976133f7c77
1,724
cpp
C++
flatland/arena_plugins/src/random_move.cpp
kilinmao/sarl_star
dde9bb2b690c705a615195f4b570af3ea9dfe05e
[ "MIT" ]
null
null
null
flatland/arena_plugins/src/random_move.cpp
kilinmao/sarl_star
dde9bb2b690c705a615195f4b570af3ea9dfe05e
[ "MIT" ]
null
null
null
flatland/arena_plugins/src/random_move.cpp
kilinmao/sarl_star
dde9bb2b690c705a615195f4b570af3ea9dfe05e
[ "MIT" ]
null
null
null
#include <arena_plugins/random_move.h> #include <math.h> #include <pluginlib/class_list_macros.h> #include <ros/console.h> #include <random> namespace flatland_plugins { using namespace std; void RandomMove::OnInitialize(const YAML::Node& config) { YamlReader reader(config); string body_name = reader.Get<string>(...
34.48
80
0.733759
kilinmao
300f9241ed9aece10f567a80e6b58d1e8fdab6a0
4,377
cpp
C++
HackerBlocks/More/SWAP SWAP - SEGMENT TREES - HACKERBLOCKS(HARD).cpp
Ashwanigupta9125/code-DS-ALGO
49f6cf7d0c682da669db23619aef3f80697b352b
[ "MIT" ]
36
2019-12-27T08:23:08.000Z
2022-01-24T20:35:47.000Z
HackerBlocks/More/SWAP SWAP - SEGMENT TREES - HACKERBLOCKS(HARD).cpp
Ashwanigupta9125/code-DS-ALGO
49f6cf7d0c682da669db23619aef3f80697b352b
[ "MIT" ]
10
2019-11-13T02:55:18.000Z
2021-10-13T23:28:09.000Z
HackerBlocks/More/SWAP SWAP - SEGMENT TREES - HACKERBLOCKS(HARD).cpp
Ashwanigupta9125/code-DS-ALGO
49f6cf7d0c682da669db23619aef3f80697b352b
[ "MIT" ]
53
2020-08-15T11:08:40.000Z
2021-10-09T15:51:38.000Z
// https://csacademy.com/contest/archive/task/limited-swaps/statement/ #include<bits/stdc++.h> #include<unordered_set> using namespace std; #define fio ios_base::sync_with_stdio(false) #define ll long long int #define s(x) scanf("%lld",&x) #define s2(x,y) s(x)+s(y) #define s3(x,y,z) s(x)+s(y)+s(z) #define p(x) pr...
33.412214
207
0.686315
Ashwanigupta9125
30101df10ce9b7cbbc51ce3ae54ae97fbc84159f
5,869
cpp
C++
src/gausskernel/optimizer/geqo/geqo_pool.cpp
wotchin/openGauss-server
ebd92e92b0cfd76b121d98e4c57a22d334573159
[ "MulanPSL-1.0" ]
360
2020-06-30T14:47:34.000Z
2022-03-31T15:21:53.000Z
src/gausskernel/optimizer/geqo/geqo_pool.cpp
wotchin/openGauss-server
ebd92e92b0cfd76b121d98e4c57a22d334573159
[ "MulanPSL-1.0" ]
4
2020-06-30T15:09:16.000Z
2020-07-14T06:20:03.000Z
src/gausskernel/optimizer/geqo/geqo_pool.cpp
wotchin/openGauss-server
ebd92e92b0cfd76b121d98e4c57a22d334573159
[ "MulanPSL-1.0" ]
133
2020-06-30T14:47:36.000Z
2022-03-25T15:29:00.000Z
/* ------------------------------------------------------------------------ * * geqo_pool.cpp * Genetic Algorithm (GA) pool stuff * * Portions Copyright (c) 2020 Huawei Technologies Co.,Ltd. * Portions Copyright (c) 1996-2012, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the Un...
27.947619
85
0.584086
wotchin
301154b429d78d2088aba428bf03df274da88ac8
22,691
cpp
C++
RNAstructure_Source/RNA_class/Dynalign_object.cpp
mayc2/PseudoKnot_research
33e94b84435d87aff3d89dbad970c438ac173331
[ "MIT" ]
null
null
null
RNAstructure_Source/RNA_class/Dynalign_object.cpp
mayc2/PseudoKnot_research
33e94b84435d87aff3d89dbad970c438ac173331
[ "MIT" ]
null
null
null
RNAstructure_Source/RNA_class/Dynalign_object.cpp
mayc2/PseudoKnot_research
33e94b84435d87aff3d89dbad970c438ac173331
[ "MIT" ]
null
null
null
//Dynalign-object source code. #include "Dynalign_object.h" #include "../src/phmm/phmm_aln.h" #include "../src/phmm/structure/structure_object.h" //#include "../src/phmm/aln_env_utils.h" //#include "../src/align_services.h" //#include "../src/hmm_arrays.h" #ifdef _WINDOWS_GUI #include "../RNAstructure_windows_inter...
29.203346
325
0.700145
mayc2
3018439287048cead4097af19312216fff6d1502
4,599
cpp
C++
src/GUI/Checkbox.cpp
tizian/Cendric2
5b0438c73a751bcc0d63c3af839af04ab0fb21a3
[ "MIT" ]
279
2015-05-06T19:04:07.000Z
2022-03-21T21:33:38.000Z
src/GUI/Checkbox.cpp
tizian/Cendric2
5b0438c73a751bcc0d63c3af839af04ab0fb21a3
[ "MIT" ]
222
2016-10-26T15:56:25.000Z
2021-10-03T15:30:18.000Z
src/GUI/Checkbox.cpp
tizian/Cendric2
5b0438c73a751bcc0d63c3af839af04ab0fb21a3
[ "MIT" ]
49
2015-10-01T21:23:03.000Z
2022-03-19T20:11:31.000Z
#include "GUI/Checkbox.h" #include "GlobalResource.h" const float Checkbox::SIDE_LENGTH = 40.f; const float Checkbox::CENTER_SIZE = 30.f; Checkbox::Checkbox() : GameObject(), m_backgroundColor(COLOR_BLACK), m_ornamentColor(COLOR_WHITE), m_symbolColor(COLOR_WHITE), m_mouseOverColor(COLOR_PURPLE) { m_background =...
25.131148
148
0.749511
tizian
301dafbd11fb67c026db15b2689f07ca37af19c7
9,113
cpp
C++
code/common/string_utils.cpp
SamWindell/AudioUtils
83f81194755dcb534663ea9998749ba48e2d0466
[ "BSD-3-Clause" ]
11
2020-05-26T18:33:39.000Z
2022-02-24T15:14:23.000Z
code/common/string_utils.cpp
SamWindell/AudioUtils
83f81194755dcb534663ea9998749ba48e2d0466
[ "BSD-3-Clause" ]
5
2020-05-26T13:48:06.000Z
2022-03-26T09:38:43.000Z
code/common/string_utils.cpp
SamWindell/AudioUtils
83f81194755dcb534663ea9998749ba48e2d0466
[ "BSD-3-Clause" ]
1
2021-12-30T04:08:09.000Z
2021-12-30T04:08:09.000Z
#include "string_utils.h" #include <regex> #include "doctest.hpp" #include "filesystem.hpp" bool EndsWith(std::string_view str, std::string_view suffix) { return suffix.size() <= str.size() && str.compare(str.size() - suffix.size(), suffix.size(), suffix) == 0; } bool StartsWith(std::string_view str, std::strin...
29.022293
110
0.51443
SamWindell
3021cf5b9b0d60baa1d7a9a5295c84e42e477138
5,902
cpp
C++
src/net/GNetwork.cpp
denniskb/bsim
bfe02148fc2fee7efff68b16173c626c515a49bb
[ "MIT" ]
11
2019-09-01T16:20:57.000Z
2022-01-19T08:24:06.000Z
src/net/GNetwork.cpp
denniskb/bsim
bfe02148fc2fee7efff68b16173c626c515a49bb
[ "MIT" ]
2
2020-12-14T17:27:21.000Z
2020-12-15T09:03:38.000Z
src/net/GNetwork.cpp
CRAFT-THU/BSim
479c04348312579a7ae9c118c6b987724e540f38
[ "MIT" ]
null
null
null
/* This program is writen by qp09. * usually just for fun. * 一 四月 18 2016 */ #include <mpi.h> #include <assert.h> #include <iostream> #include "../utils/TypeFunc.h" #include "GNetwork.h" GNetwork *initGNetwork(int ntype_num, int stype_num) { GNetwork *ret_net = (GNetwork *)malloc(sizeof(GNetwork)); ret_net->pN...
27.839623
119
0.627414
denniskb
3022d0af1ebd47f2fc2ebbff4257a9f27410e6c6
383
cpp
C++
modules/multi_shader_material/register_types.cpp
838116504/MultiShaderMaterial
b663d7665c53d42cdeb90762576593308f73399c
[ "Unlicense" ]
2
2020-12-10T12:43:01.000Z
2021-06-28T02:48:00.000Z
modules/multi_shader_material/register_types.cpp
838116504/MultiShaderMaterial
b663d7665c53d42cdeb90762576593308f73399c
[ "Unlicense" ]
null
null
null
modules/multi_shader_material/register_types.cpp
838116504/MultiShaderMaterial
b663d7665c53d42cdeb90762576593308f73399c
[ "Unlicense" ]
null
null
null
#include <core/class_db.h> #include "register_types.h" #include "multi_shader_material.h" void register_multi_shader_material_types() { ClassDB::register_class<MultiShaderMaterial>(); MultiShaderMaterial::get_shader_manager() = memnew(MultiShaderMaterial::ShaderManager); } void unregister_multi_shader_material_type...
25.533333
88
0.819843
838116504
3023d564e953abbf83575718a6e1c988280c0658
693
cpp
C++
Codes/876B.cpp
Tanuj9043/codeforces-submissions
6ae75e2214a4ca45481994f04bc6bb91525097bd
[ "MIT" ]
null
null
null
Codes/876B.cpp
Tanuj9043/codeforces-submissions
6ae75e2214a4ca45481994f04bc6bb91525097bd
[ "MIT" ]
null
null
null
Codes/876B.cpp
Tanuj9043/codeforces-submissions
6ae75e2214a4ca45481994f04bc6bb91525097bd
[ "MIT" ]
null
null
null
#include <bits/stdc++.h> using namespace std; int main() { int n,k,m; int arr[100005],dm[100005]={0},mx=-1; int ansIndex=-1; scanf("%d %d %d",&n,&k,&m); for(int i=0; i<n; i++) { scanf("%d",&arr[i]); dm[arr[i]%m]++; if(dm[arr[i]%m]>mx) { mx=dm[arr[i]%m...
18.72973
41
0.366522
Tanuj9043
30268be5d9fdb84f7455860ee668f0fdf1062ddc
4,685
hpp
C++
lib/sml/protocol/src/parser/obis_parser.hpp
solosTec/node
e35e127867a4f66129477b780cbd09c5231fc7da
[ "MIT" ]
2
2020-03-03T12:40:29.000Z
2021-05-06T06:20:19.000Z
lib/sml/protocol/src/parser/obis_parser.hpp
solosTec/node
e35e127867a4f66129477b780cbd09c5231fc7da
[ "MIT" ]
7
2020-01-14T20:38:04.000Z
2021-05-17T09:52:07.000Z
lib/sml/protocol/src/parser/obis_parser.hpp
solosTec/node
e35e127867a4f66129477b780cbd09c5231fc7da
[ "MIT" ]
2
2019-11-09T09:14:48.000Z
2020-03-03T12:40:30.000Z
/* * The MIT License (MIT) * * Copyright (c) 2018 Sylko Olzscher * */ #ifndef NODE_LIB_SML_OBIS_PARSER_HPP #define NODE_LIB_SML_OBIS_PARSER_HPP #include <smf/sml/parser/obis_parser.h> #include <boost/spirit/home/support/attributes.hpp> // transform_attribute #include <boost/spirit/include/phoenix.hpp> // enable ...
36.889764
222
0.594237
solosTec
3027d6dddd03260f25df5a1d08318d7d8e95c310
418
cc
C++
src/native.cc
shin1m/xemmai
dbeb22058ffdec0dda7d2575b86e750b87ed4197
[ "MIT", "Unlicense" ]
5
2015-11-01T22:08:39.000Z
2021-06-08T04:44:38.000Z
src/native.cc
shin1m/xemmai
dbeb22058ffdec0dda7d2575b86e750b87ed4197
[ "MIT", "Unlicense" ]
null
null
null
src/native.cc
shin1m/xemmai
dbeb22058ffdec0dda7d2575b86e750b87ed4197
[ "MIT", "Unlicense" ]
null
null
null
#include <xemmai/global.h> namespace xemmai { size_t t_type_of<t_native>::f_do_call(t_object* a_this, t_pvalue* a_stack, size_t a_n) { auto& p = a_this->f_as<t_native>(); p.v_function(&p.v_library->f_as<t_library>(), a_stack, a_n); return -1; } size_t t_type_of<t_native>::f_do_get_at(t_object* a_this, t_pvalue* a...
20.9
86
0.712919
shin1m
6f7429823d3fb2c802390019a7d2476e1c97c304
2,923
cpp
C++
Morwilog_v6/FieldEntry.cpp
julio-navarro-lara/morwilog-cplusplus-v6
662e7a55161002ae78d7bca2f9bba417161038fb
[ "Apache-2.0" ]
1
2020-09-25T16:34:40.000Z
2020-09-25T16:34:40.000Z
Morwilog_v6/FieldEntry.cpp
julio-navarro-lara/morwilog-cplusplus-v6
662e7a55161002ae78d7bca2f9bba417161038fb
[ "Apache-2.0" ]
null
null
null
Morwilog_v6/FieldEntry.cpp
julio-navarro-lara/morwilog-cplusplus-v6
662e7a55161002ae78d7bca2f9bba417161038fb
[ "Apache-2.0" ]
null
null
null
// // FieldEntry.cpp // // // Created by Julio Navarro Lara on 19/04/16. // // #include "FieldEntry.hpp" FieldEntry::FieldEntry(){ } FieldEntry::FieldEntry(int value){ this->field_id = value; this->next_value = 0; } string FieldEntry::convert_from_IP(long input){ char preresult[INET_ADDRSTRLEN...
24.157025
98
0.634964
julio-navarro-lara
6f787b548eda97a7b572a2cae44519bc3884946e
103
hpp
C++
handsome/cpp_src/BitmapWriter.hpp
bracket/handsome
c93d34f94d0eea24f5514efc9bc423eb28b44a6b
[ "BSD-2-Clause" ]
null
null
null
handsome/cpp_src/BitmapWriter.hpp
bracket/handsome
c93d34f94d0eea24f5514efc9bc423eb28b44a6b
[ "BSD-2-Clause" ]
null
null
null
handsome/cpp_src/BitmapWriter.hpp
bracket/handsome
c93d34f94d0eea24f5514efc9bc423eb28b44a6b
[ "BSD-2-Clause" ]
null
null
null
#pragma once struct SampleBuffer; void write_bitmap(char const * path, SampleBuffer const & Buffer);
17.166667
66
0.776699
bracket
6f78b79f023d3e27fd3ebdb9b3577623823b91e8
1,179
cpp
C++
lintcode/isPalindor.cpp
Broadroad/learnLeetcode
c4af121b3451caa4d53819c5f8c62b38e8e5fb87
[ "Apache-2.0" ]
null
null
null
lintcode/isPalindor.cpp
Broadroad/learnLeetcode
c4af121b3451caa4d53819c5f8c62b38e8e5fb87
[ "Apache-2.0" ]
null
null
null
lintcode/isPalindor.cpp
Broadroad/learnLeetcode
c4af121b3451caa4d53819c5f8c62b38e8e5fb87
[ "Apache-2.0" ]
null
null
null
class Solution { public: /* * @param s: A string * @return: A list of lists of string */ vector<vector<string>> partition(string &s) { // write your code here vector<vector<string>> results; if (s.size() == 0) { return results; } vector<string>...
23.58
93
0.449534
Broadroad
6f7b7062fdaf097ff963fd816b7e5abd1e19f0d3
2,356
cpp
C++
src/slg/scene/sceneserialize.cpp
aedancullen/LuxCore
2b2289ce985ddc1ba1a44f932e1f76ee9a1c3e3a
[ "Apache-2.0" ]
null
null
null
src/slg/scene/sceneserialize.cpp
aedancullen/LuxCore
2b2289ce985ddc1ba1a44f932e1f76ee9a1c3e3a
[ "Apache-2.0" ]
null
null
null
src/slg/scene/sceneserialize.cpp
aedancullen/LuxCore
2b2289ce985ddc1ba1a44f932e1f76ee9a1c3e3a
[ "Apache-2.0" ]
null
null
null
/*************************************************************************** * Copyright 1998-2018 by authors (see AUTHORS.txt) * * * * This file is part of LuxCoreRender. * * ...
38.622951
80
0.479626
aedancullen
6f7f362a2c56bbbc25a155ed6f55157202385ffd
2,212
cpp
C++
vsl/Parser/ErrorListener.cpp
VegaLib/VSL
c110b1b8ce6aa7a88d2bc97a3e99385e638dfc6d
[ "MS-PL" ]
null
null
null
vsl/Parser/ErrorListener.cpp
VegaLib/VSL
c110b1b8ce6aa7a88d2bc97a3e99385e638dfc6d
[ "MS-PL" ]
null
null
null
vsl/Parser/ErrorListener.cpp
VegaLib/VSL
c110b1b8ce6aa7a88d2bc97a3e99385e638dfc6d
[ "MS-PL" ]
null
null
null
/* * Microsoft Public License (Ms-PL) - Copyright (c) 2020-2021 Sean Moss * This file is subject to the terms and conditions of the Microsoft Public License, the text of which can be found in * the 'LICENSE' file at the root of this repository, or online at <https://opensource.org/licenses/MS-PL>. */ #include "./E...
30.722222
119
0.580922
VegaLib
6f806d3812068b0f1eb74c4db116985ecdadab53
22
cpp
C++
SpaceCube/UI/Transpose.cpp
marci07iq/SpaceCube
464bc3fa1090bed273bcaa3257aebeacc4e8d3b0
[ "MIT" ]
2
2019-11-05T14:48:34.000Z
2019-11-05T14:49:30.000Z
SpaceCube/UI/Transpose.cpp
marci07iq/SpaceCube
464bc3fa1090bed273bcaa3257aebeacc4e8d3b0
[ "MIT" ]
null
null
null
SpaceCube/UI/Transpose.cpp
marci07iq/SpaceCube
464bc3fa1090bed273bcaa3257aebeacc4e8d3b0
[ "MIT" ]
null
null
null
#include "Transpose.h"
22
22
0.772727
marci07iq
6f8197ad302e7e60e8466c296780ca2ec9f4c0d0
797
cpp
C++
src/arch/user_space/user_main_fork_process.cpp
xhd2015/rsp3-armv8-baremetal
f7e2ac04abd3be20daa94ad9c7ad2c1bad5159b0
[ "MIT" ]
21
2018-03-14T09:45:26.000Z
2021-09-13T01:13:27.000Z
src/arch/user_space/user_main_fork_process.cpp
xhd2015/rsp3-armv8-baremetal
f7e2ac04abd3be20daa94ad9c7ad2c1bad5159b0
[ "MIT" ]
null
null
null
src/arch/user_space/user_main_fork_process.cpp
xhd2015/rsp3-armv8-baremetal
f7e2ac04abd3be20daa94ad9c7ad2c1bad5159b0
[ "MIT" ]
4
2018-03-18T11:56:09.000Z
2021-02-04T16:26:52.000Z
/* * user_main_fork_process.cpp * * Created on: Mar 19, 2018 * Author: 13774 */ #include <interrupt/svc_call.h> #include <schedule/PidManager.h> #include <io/Output.h> // 待实现的命令: ls,cd,cat,mkdir,echo,rmdir,rm,pid,ppid,exit,shutdown,reboot // 简单: echo, pid, ppid,exit // 文件系统:ls,cat,mkdir,rmdir,rm // 管理:...
20.435897
75
0.613551
xhd2015
6f82ad1114487011d7c96ce29a4bc435071d6df9
10,662
cc
C++
src/game/stage.cc
hisahi/hiemalia
bb5370d6ef0b2480b3b8f563d292ddfab7c0f6e4
[ "MIT", "BSD-3-Clause" ]
null
null
null
src/game/stage.cc
hisahi/hiemalia
bb5370d6ef0b2480b3b8f563d292ddfab7c0f6e4
[ "MIT", "BSD-3-Clause" ]
null
null
null
src/game/stage.cc
hisahi/hiemalia
bb5370d6ef0b2480b3b8f563d292ddfab7c0f6e4
[ "MIT", "BSD-3-Clause" ]
null
null
null
/****************************************************************************/ /* */ /* HIEMALIA SOURCE CODE (C) 2021 SAMPO HIPPELAINEN (HISAHI). */ /* SEE THE LICENSE FILE IN THE SOURCE ROOT DIRECTORY FOR LICENSE INFO. */ /* ...
36.142373
80
0.555337
hisahi
6f8a7a146c91c14100a4a395aeac24c3c407438a
2,963
cpp
C++
src/Kmers_Validator.cpp
jurikuronen/cuttlefish
af041879e0322748155081271676c189b26f3a59
[ "BSD-3-Clause" ]
43
2020-07-29T21:36:21.000Z
2022-03-22T14:36:34.000Z
src/Kmers_Validator.cpp
jurikuronen/cuttlefish
af041879e0322748155081271676c189b26f3a59
[ "BSD-3-Clause" ]
10
2020-10-28T14:09:00.000Z
2022-02-06T22:22:48.000Z
src/Kmers_Validator.cpp
jurikuronen/cuttlefish
af041879e0322748155081271676c189b26f3a59
[ "BSD-3-Clause" ]
2
2021-02-15T15:58:38.000Z
2021-11-03T12:14:39.000Z
#include "Validator.hpp" #include "Directed_Kmer.hpp" #include "Kmer_Container.hpp" #include "BBHash/BooPHF.h" #include "spdlog/sinks/stdout_color_sinks.h" #include <fstream> template <uint16_t k> void Validator<k>::validate_kmer_set(bool& result) const { console->info("Testing validation of the uniqueness of t...
34.057471
133
0.633142
jurikuronen
6f8cd8fc588d539227067a5374614d1a9e2aa3ef
6,281
cpp
C++
framework/platform/android/tcuAndroidNativeActivity.cpp
iabernikhin/VK-GL-CTS
a3338eb2ded98b5befda64f9325db0d219095a00
[ "Apache-2.0" ]
354
2017-01-24T17:12:38.000Z
2022-03-30T07:40:19.000Z
framework/platform/android/tcuAndroidNativeActivity.cpp
iabernikhin/VK-GL-CTS
a3338eb2ded98b5befda64f9325db0d219095a00
[ "Apache-2.0" ]
275
2017-01-24T20:10:36.000Z
2022-03-24T16:24:50.000Z
framework/platform/android/tcuAndroidNativeActivity.cpp
iabernikhin/VK-GL-CTS
a3338eb2ded98b5befda64f9325db0d219095a00
[ "Apache-2.0" ]
190
2017-01-24T18:02:04.000Z
2022-03-27T13:11:23.000Z
/*------------------------------------------------------------------------- * drawElements Quality Program Tester Core * ---------------------------------------- * * Copyright 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file exce...
28.165919
101
0.764687
iabernikhin
6f8eed2ca339a9cd9ea902e76c8ced5f9f698f84
5,940
cc
C++
avida/avida-core/source/main/cReactionResult.cc
FergusonAJ/plastic-evolvability-avida
441a91f1cafa2a0883f8f3ce09c8894efa963e7c
[ "MIT" ]
2
2021-09-16T14:47:43.000Z
2021-10-31T04:55:16.000Z
avida/avida-core/source/main/cReactionResult.cc
FergusonAJ/plastic-evolvability-avida
441a91f1cafa2a0883f8f3ce09c8894efa963e7c
[ "MIT" ]
null
null
null
avida/avida-core/source/main/cReactionResult.cc
FergusonAJ/plastic-evolvability-avida
441a91f1cafa2a0883f8f3ce09c8894efa963e7c
[ "MIT" ]
2
2020-08-19T20:01:14.000Z
2020-12-21T21:24:12.000Z
/* * cReactionResult.cc * Avida * * Called "reaction_result.cc" prior to 12/5/05. * Copyright 1999-2011 Michigan State University. All rights reserved. * Copyright 1993-2004 California Institute of Technology. * * * This file is part of Avida. * * Avida is free software; you can redistribute it and/or...
22.247191
125
0.732828
FergusonAJ
6f91b98ab0b9f7a1956093001fd4486862c51eb7
4,843
cpp
C++
android-31/java/time/chrono/MinguoDate.cpp
YJBeetle/QtAndroidAPI
1468b5dc6eafaf7709f0b00ba1a6ec2b70684266
[ "Apache-2.0" ]
12
2020-03-26T02:38:56.000Z
2022-03-14T08:17:26.000Z
android-31/java/time/chrono/MinguoDate.cpp
YJBeetle/QtAndroidAPI
1468b5dc6eafaf7709f0b00ba1a6ec2b70684266
[ "Apache-2.0" ]
1
2021-01-27T06:07:45.000Z
2021-11-13T19:19:43.000Z
android-29/java/time/chrono/MinguoDate.cpp
YJBeetle/QtAndroidAPI
1468b5dc6eafaf7709f0b00ba1a6ec2b70684266
[ "Apache-2.0" ]
3
2021-02-02T12:34:55.000Z
2022-03-08T07:45:57.000Z
#include "../../io/ObjectInputStream.hpp" #include "../../../JObject.hpp" #include "../../../JString.hpp" #include "../Clock.hpp" #include "../LocalDate.hpp" #include "../LocalTime.hpp" #include "../ZoneId.hpp" #include "./MinguoChronology.hpp" #include "./MinguoEra.hpp" #include "../temporal/ValueRange.hpp" #include "...
22.737089
81
0.68057
YJBeetle
6f972cbe44688a519eb5aa3781a345d4b740312d
4,152
cpp
C++
src/main.cpp
RigoLigoRLC/QuikMCAsset
f075485f36f52416756d9d0dbd5628fee77c5e34
[ "MIT" ]
1
2020-02-28T16:43:22.000Z
2020-02-28T16:43:22.000Z
src/main.cpp
RigoLigoRLC/QuikMCAsset
f075485f36f52416756d9d0dbd5628fee77c5e34
[ "MIT" ]
null
null
null
src/main.cpp
RigoLigoRLC/QuikMCAsset
f075485f36f52416756d9d0dbd5628fee77c5e34
[ "MIT" ]
null
null
null
#include <iostream> #include <string> #include <cstdio> #include "rapidjson.hpp" using std::string; using std::cout; using std::cin; using std::endl; using rapidjson::FileReadStream; using rapidjson::Document; using rapidjson::Value; //#define TEST_SUPPLY_FILE_PATH int restoreHierachy(const string&, const string&);...
29.034965
114
0.685212
RigoLigoRLC
6f9a6bb8f819f22c502388e8f5b0638ba8859891
5,258
cpp
C++
src/main_camshift.cpp
LorisFriedel/learning-sign-language
f87767c43a11c01885628c1de10daa9d1a58e6ad
[ "MIT" ]
null
null
null
src/main_camshift.cpp
LorisFriedel/learning-sign-language
f87767c43a11c01885628c1de10daa9d1a58e6ad
[ "MIT" ]
null
null
null
src/main_camshift.cpp
LorisFriedel/learning-sign-language
f87767c43a11c01885628c1de10daa9d1a58e6ad
[ "MIT" ]
null
null
null
// // @author Loris Friedel // #include <tclap/CmdLine.h> #include <cv.hpp> #include "../inc/code.h" #include "../inc/log.h" #include "../inc/VideoStreamReader.hpp" #include "../inc/ObjectDetector.hpp" #include "../inc/CamshiftRunner.hpp" #include "../inc/KeyInputHandler.hpp" #include "../inc/colors.h" #include "../in...
39.238806
187
0.594332
LorisFriedel
6fa047e31a5f6bb59ffbf6d050d98b419a1bff91
1,399
cpp
C++
code/pyramids/image.cpp
liaojing/Image-Morphing
5a093965e4d9016eac58acbe25ffd77ba56a0ca2
[ "MIT" ]
109
2015-01-04T09:03:27.000Z
2022-03-28T07:45:51.000Z
code/pyramids/image.cpp
liaojing/Image-Morphing
5a093965e4d9016eac58acbe25ffd77ba56a0ca2
[ "MIT" ]
1
2015-07-22T05:55:45.000Z
2016-01-20T07:28:11.000Z
code/pyramids/image.cpp
liaojing/Image-Morphing
5a093965e4d9016eac58acbe25ffd77ba56a0ca2
[ "MIT" ]
45
2015-01-24T09:09:02.000Z
2021-08-11T12:40:09.000Z
#include <cstring> #include <cctype> #include "extension.h" #include "image.h" #include "error.h" static extension::clamp clamp; namespace image { template<> int load(cv::Mat& image, image::rgba<float> *rgba) { if (image.rows!=0&&image.cols!=0) { int width=image.cols; int height=image.rows; r...
22.564516
62
0.555397
liaojing
6fa1c75ee4d8fb3a872e81e66decb5930b20179d
2,403
cpp
C++
Sources/Elastos/Frameworks/Droid/Base/Packages/SystemUI/src/elastos/droid/systemui/statusbar/policy/CastDevice.cpp
jingcao80/Elastos
d0f39852356bdaf3a1234743b86364493a0441bc
[ "Apache-2.0" ]
7
2017-07-13T10:34:54.000Z
2021-04-16T05:40:35.000Z
Sources/Elastos/Frameworks/Droid/Base/Packages/SystemUI/src/elastos/droid/systemui/statusbar/policy/CastDevice.cpp
jingcao80/Elastos
d0f39852356bdaf3a1234743b86364493a0441bc
[ "Apache-2.0" ]
null
null
null
Sources/Elastos/Frameworks/Droid/Base/Packages/SystemUI/src/elastos/droid/systemui/statusbar/policy/CastDevice.cpp
jingcao80/Elastos
d0f39852356bdaf3a1234743b86364493a0441bc
[ "Apache-2.0" ]
9
2017-07-13T12:33:20.000Z
2021-06-19T02:46:48.000Z
//========================================================================= // Copyright (C) 2012 The Elastos Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // ...
21.648649
75
0.630046
jingcao80
6fa51a388189c35a1c559ee2ecf44c87beb6e84e
281
cpp
C++
tests/dish2/peripheral/readable_state/introspective_state/introspective_state/IntrospectiveState.cpp
mmore500/dishtiny
9fcb52c4e56c74a4e17f7d577143ed40c158c92e
[ "MIT" ]
29
2019-02-04T02:39:52.000Z
2022-01-28T10:06:26.000Z
tests/dish2/peripheral/readable_state/introspective_state/introspective_state/IntrospectiveState.cpp
mmore500/dishtiny
9fcb52c4e56c74a4e17f7d577143ed40c158c92e
[ "MIT" ]
95
2020-02-22T19:48:14.000Z
2021-09-14T19:17:53.000Z
tests/dish2/peripheral/readable_state/introspective_state/introspective_state/IntrospectiveState.cpp
mmore500/dishtiny
9fcb52c4e56c74a4e17f7d577143ed40c158c92e
[ "MIT" ]
6
2019-11-19T10:13:09.000Z
2021-03-25T17:35:32.000Z
#include "Catch/single_include/catch2/catch.hpp" #include "dish2/peripheral/readable_state/introspective_state/IntrospectiveState.hpp" #include "dish2/spec/Spec.hpp" using Spec = dish2::Spec_default; TEST_CASE("Test IntrospectiveState") { dish2::IntrospectiveState<Spec>{}; }
25.545455
85
0.793594
mmore500
6fa66b2cebf9b544e3cd6fb9404ef2de87d48abe
751
cpp
C++
Source/CBoundBullet.cpp
DegitechWorldClass/Who-am-I_Game
ae90c7a60b747667d6571557c72e2b29dc1fc767
[ "Apache-2.0" ]
null
null
null
Source/CBoundBullet.cpp
DegitechWorldClass/Who-am-I_Game
ae90c7a60b747667d6571557c72e2b29dc1fc767
[ "Apache-2.0" ]
null
null
null
Source/CBoundBullet.cpp
DegitechWorldClass/Who-am-I_Game
ae90c7a60b747667d6571557c72e2b29dc1fc767
[ "Apache-2.0" ]
null
null
null
#include "DXUT.h" #include "CBoundBullet.h" #include "CEffect.h" CBoundBullet::CBoundBullet() { } CBoundBullet::~CBoundBullet() { } void CBoundBullet::Init() { } void CBoundBullet::Update() { } void CBoundBullet::Render() { } void CBoundBullet::Release() { } void CBoundBullet::OnCollisionEnter(CObject * _pObje...
13.907407
85
0.684421
DegitechWorldClass
6fa8b59ad26bd0df1492e1589a6f86d053fff053
2,668
cc
C++
design_introspection-plugin/get_pins.cc
SymbiFlow/yosys-f4pga-plugins
d11a5751998cec71c003b612d35e45e648fc46a1
[ "ISC" ]
5
2022-02-19T07:54:56.000Z
2022-03-15T16:38:09.000Z
design_introspection-plugin/get_pins.cc
SymbiFlow/yosys-f4pga-plugins
d11a5751998cec71c003b612d35e45e648fc46a1
[ "ISC" ]
21
2022-02-21T13:05:24.000Z
2022-03-30T08:34:14.000Z
design_introspection-plugin/get_pins.cc
SymbiFlow/yosys-f4pga-plugins
d11a5751998cec71c003b612d35e45e648fc46a1
[ "ISC" ]
3
2022-02-23T03:50:55.000Z
2022-03-09T16:32:18.000Z
/* * Copyright 2020-2022 F4PGA Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
36.054054
141
0.646552
SymbiFlow
6fab3d361acbb7411f10033d0063719fcb6d040d
2,995
inl
C++
Library/Sources/Stroika/Foundation/Memory/ObjectFieldUtilities.inl
SophistSolutions/Stroika
f4e5d84767903a054fba0a6b9c7c4bd1aaefd105
[ "MIT" ]
28
2015-09-22T21:43:32.000Z
2022-02-28T01:35:01.000Z
Library/Sources/Stroika/Foundation/Memory/ObjectFieldUtilities.inl
SophistSolutions/Stroika
f4e5d84767903a054fba0a6b9c7c4bd1aaefd105
[ "MIT" ]
98
2015-01-22T03:21:27.000Z
2022-03-02T01:47:00.000Z
Library/Sources/Stroika/Foundation/Memory/ObjectFieldUtilities.inl
SophistSolutions/Stroika
f4e5d84767903a054fba0a6b9c7c4bd1aaefd105
[ "MIT" ]
4
2019-02-21T16:45:25.000Z
2022-02-18T13:40:04.000Z
/* * Copyright(c) Sophist Solutions, Inc. 1990-2021. All rights reserved */ #ifndef _Stroika_Foundation_Memory_ObjectFieldUtilities_inl_ #define _Stroika_Foundation_Memory_ObjectFieldUtilities_inl_ 1 /* ******************************************************************************** ***************************** ...
54.454545
161
0.590651
SophistSolutions
6fabcda934fcb1a222760c39a39c0aa7b7a73dad
1,028
cpp
C++
Project2/GccApplication3/GccApplication3/tests/test001_create_system_task.cpp
paulmoon/csc460
a432cfccef97fca5820cb0fc006112bb773cda0f
[ "MIT" ]
null
null
null
Project2/GccApplication3/GccApplication3/tests/test001_create_system_task.cpp
paulmoon/csc460
a432cfccef97fca5820cb0fc006112bb773cda0f
[ "MIT" ]
null
null
null
Project2/GccApplication3/GccApplication3/tests/test001_create_system_task.cpp
paulmoon/csc460
a432cfccef97fca5820cb0fc006112bb773cda0f
[ "MIT" ]
null
null
null
#ifdef USE_TEST_001 /* Create multiple system tasks, each of which will print out to the traces. r_main 0 0 system1 1 1 system2 2 2 2 system3 3 Desired trace: T001;0;0;1;2;1;2;2;3; */ #include <avr/io.h> #include <avr/interrupt.h> #include <util/delay.h> #include "os...
17.133333
74
0.593385
paulmoon
6fb0df6712f3fe3bd4116b21acc23a39fbc28133
1,187
hpp
C++
Phoenix3D/PX2Graphics/PX2StencilProperty.hpp
PheonixFoundation/Phoenix3D
bfb2e3757bf61ac461aeeda9216bf8c8fdf76d99
[ "BSL-1.0" ]
36
2016-04-24T01:40:38.000Z
2022-01-18T07:32:26.000Z
Phoenix3D/PX2Graphics/PX2StencilProperty.hpp
PheonixFoundation/Phoenix3D
bfb2e3757bf61ac461aeeda9216bf8c8fdf76d99
[ "BSL-1.0" ]
null
null
null
Phoenix3D/PX2Graphics/PX2StencilProperty.hpp
PheonixFoundation/Phoenix3D
bfb2e3757bf61ac461aeeda9216bf8c8fdf76d99
[ "BSL-1.0" ]
16
2016-06-13T08:43:51.000Z
2020-09-15T13:25:58.000Z
// PX2StencilProperty.hpp #ifndef PX2STENCILSTATE_HPP #define PX2STENCILSTATE_HPP #include "PX2GraphicsPre.hpp" #include "PX2Object.hpp" namespace PX2 { class PX2_GRAPHICS_ITEM StencilProperty : public Object { PX2_DECLARE_RTTI; PX2_DECLARE_NAMES; PX2_DECLARE_PROPERTY; PX2_DECLARE_STREAM(StencilProperty);...
19.145161
61
0.710194
PheonixFoundation
6fb531138f1e004716c1635c7fbe2612979292e7
1,392
cpp
C++
tests/tests_transactional.cpp
Dwarfobserver/cpp-sandbox
e20bdc0694efac11ff3476e51a2821a2575b63cb
[ "MIT" ]
3
2018-01-10T01:04:02.000Z
2019-03-29T15:23:42.000Z
tests/tests_transactional.cpp
Dwarfobserver/cpp-sandbox
e20bdc0694efac11ff3476e51a2821a2575b63cb
[ "MIT" ]
null
null
null
tests/tests_transactional.cpp
Dwarfobserver/cpp-sandbox
e20bdc0694efac11ff3476e51a2821a2575b63cb
[ "MIT" ]
null
null
null
#include "catch.hpp" #include <transactional.hpp> namespace { std::atomic_int ctorsCounter; std::atomic_int movesCounter; std::atomic_int copiesCounter; std::atomic_int dtorsCounter; class Dummy { public: Dummy() { ctorsCounter++; } ~Dummy() { ...
22.819672
75
0.512931
Dwarfobserver
6fb61cdc2c763ccc14f86ec30e8a9abfd27c7c3b
1,582
cpp
C++
libs/cegui/src/cegui/toolbox/append_row.cpp
cpreh/spacegameengine
313a1c34160b42a5135f8223ffaa3a31bc075a01
[ "BSL-1.0" ]
2
2016-01-27T13:18:14.000Z
2018-05-11T01:11:32.000Z
libs/cegui/src/cegui/toolbox/append_row.cpp
cpreh/spacegameengine
313a1c34160b42a5135f8223ffaa3a31bc075a01
[ "BSL-1.0" ]
null
null
null
libs/cegui/src/cegui/toolbox/append_row.cpp
cpreh/spacegameengine
313a1c34160b42a5135f8223ffaa3a31bc075a01
[ "BSL-1.0" ]
3
2018-05-11T01:11:34.000Z
2021-04-24T19:47:45.000Z
// Copyright Carl Philipp Reh 2006 - 2019. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #include <sge/cegui/exception.hpp> #include <sge/cegui/toolbox/append_row.hpp> #include <sge/cegui/...
34.391304
97
0.695322
cpreh
6fb903130bad0ca28eca39b873826cc5fac00f9d
2,160
cpp
C++
src/strutils.cpp
apuranik1/quicklaunch
99b9d6cf6fe48422082e64c64cb1a6c839cd8010
[ "BSD-2-Clause" ]
3
2016-02-11T11:46:52.000Z
2021-05-26T19:54:55.000Z
src/strutils.cpp
apuranik1/quicklaunch
99b9d6cf6fe48422082e64c64cb1a6c839cd8010
[ "BSD-2-Clause" ]
null
null
null
src/strutils.cpp
apuranik1/quicklaunch
99b9d6cf6fe48422082e64c64cb1a6c839cd8010
[ "BSD-2-Clause" ]
2
2016-01-05T15:45:56.000Z
2017-11-01T16:21:37.000Z
#include "strutils.h" #include <algorithm> #include <cctype> #include <functional> #include <iostream> #include <sstream> #include <string> #include <vector> using std::locale; using std::string; using std::vector; using std::stringstream; namespace util { vector<string>& split(const string& s, char delim, vect...
25.714286
117
0.583796
apuranik1
6fbc31913ee385158e9cf8981250a87b0a1822d8
71
hpp
C++
pom/meta/tag/checked.hpp
e-Sharp/pom_gen_proc
cef7a57620d52631c1e94f71c71e0455f9e1b653
[ "MIT" ]
null
null
null
pom/meta/tag/checked.hpp
e-Sharp/pom_gen_proc
cef7a57620d52631c1e94f71c71e0455f9e1b653
[ "MIT" ]
null
null
null
pom/meta/tag/checked.hpp
e-Sharp/pom_gen_proc
cef7a57620d52631c1e94f71c71e0455f9e1b653
[ "MIT" ]
null
null
null
#pragma once namespace pom { namespace meta { struct checked {}; }}
7.888889
18
0.676056
e-Sharp
6fbe972e5da8045c909d7b9cb7928a6f8ae5ebf2
15,314
hpp
C++
code/linear/gauss.hpp
Brunovsky/competitive
41cf49378e430ca20d844f97c67aa5059ab1e973
[ "MIT" ]
1
2020-02-10T09:15:59.000Z
2020-02-10T09:15:59.000Z
code/linear/gauss.hpp
Brunovsky/kickstart
41cf49378e430ca20d844f97c67aa5059ab1e973
[ "MIT" ]
null
null
null
code/linear/gauss.hpp
Brunovsky/kickstart
41cf49378e430ca20d844f97c67aa5059ab1e973
[ "MIT" ]
null
null
null
#pragma once #include "linear/matrix.hpp" // ***** Gauss with modnum/fields // Compute inverse of square matrix, T must be invertible. Returns nullopt if det=0 template <typename T> optional<mat<T>> inverse(mat<T> a) { assert(a.n == a.m && "Matrix inverse operand is not square"); auto b = mat<T>::identity(a....
29.735922
87
0.366854
Brunovsky
6fc52b753f1ddd7513f0c0563a39ce6c810541bc
1,714
cpp
C++
Geometry/IndexedTriangleSet.cpp
jess22664/x3ogre
9de430859d877407ae0308908390c9fa004b0e84
[ "MIT" ]
1
2021-09-18T12:50:35.000Z
2021-09-18T12:50:35.000Z
Geometry/IndexedTriangleSet.cpp
jess22664/x3ogre
9de430859d877407ae0308908390c9fa004b0e84
[ "MIT" ]
null
null
null
Geometry/IndexedTriangleSet.cpp
jess22664/x3ogre
9de430859d877407ae0308908390c9fa004b0e84
[ "MIT" ]
null
null
null
/* * IndexedTriangleSet.cpp * * Created on: 05.12.2013 * Author: baudenri_local */ #include <Geometry/IndexedTriangleSet.h> #include <OgreMeshManager.h> #include <GeoShape/Utils.h> #include <core/OgreMeshAdapter.h> #include <Geometry/Coordinate.h> #include <Geometry/Normal.h> #include <Geometry/TextureCo...
27.206349
140
0.668611
jess22664
6fca0c91d3028bee1f1f1c607f50726a99fc6e55
2,500
cpp
C++
sequoia-engine/src/sequoia-engine/Render/GL/GLIndexBuffer.cpp
thfabian/sequoia
ed7a17452ac946e8208ff60a30fc10298d3939db
[ "MIT" ]
2
2018-01-31T07:44:59.000Z
2018-01-31T20:34:37.000Z
sequoia-engine/src/sequoia-engine/Render/GL/GLIndexBuffer.cpp
thfabian/sequoia
ed7a17452ac946e8208ff60a30fc10298d3939db
[ "MIT" ]
null
null
null
sequoia-engine/src/sequoia-engine/Render/GL/GLIndexBuffer.cpp
thfabian/sequoia
ed7a17452ac946e8208ff60a30fc10298d3939db
[ "MIT" ]
null
null
null
//===--------------------------------------------------------------------------------*- C++ -*-===// // _____ _ // / ____| (_) // | (___ ___ __ _ _ _ ___ _ __ _ // \___ \ / _ \...
34.722222
100
0.5328
thfabian
6fcd513470f62608ffe033c3fc9c3bdace80eb5f
8,564
cpp
C++
TelepathyIMModule/CommunicationUI/FriendHelper.cpp
zemo/naali
a02ee7a0547c5233579eda85dedb934b61c546ab
[ "Apache-2.0" ]
1
2018-04-02T15:38:10.000Z
2018-04-02T15:38:10.000Z
TelepathyIMModule/CommunicationUI/FriendHelper.cpp
mattire/naali
28c9cdc84c6a85e0151a222e55ae35c9403f0212
[ "Apache-2.0" ]
null
null
null
TelepathyIMModule/CommunicationUI/FriendHelper.cpp
mattire/naali
28c9cdc84c6a85e0151a222e55ae35c9403f0212
[ "Apache-2.0" ]
1
2021-09-04T12:37:34.000Z
2021-09-04T12:37:34.000Z
// For conditions of distribution and use, see copyright notice in license.txt #include "StableHeaders.h" #include "DebugOperatorNew.h" #include "FriendHelper.h" #include "FriendListItem.h" //#include "interface.h" #include "ModuleManager.h" #include "FriendRequestInterface.h" #include "ContactInterface.h" #include "...
42.82
175
0.621439
zemo
6fcd87b0927704405b0eb4b5ed459d89104fe197
1,924
cpp
C++
android-28/android/bluetooth/BluetoothSocket.cpp
YJBeetle/QtAndroidAPI
1468b5dc6eafaf7709f0b00ba1a6ec2b70684266
[ "Apache-2.0" ]
12
2020-03-26T02:38:56.000Z
2022-03-14T08:17:26.000Z
android-28/android/bluetooth/BluetoothSocket.cpp
YJBeetle/QtAndroidAPI
1468b5dc6eafaf7709f0b00ba1a6ec2b70684266
[ "Apache-2.0" ]
1
2021-01-27T06:07:45.000Z
2021-11-13T19:19:43.000Z
android-30/android/bluetooth/BluetoothSocket.cpp
YJBeetle/QtAndroidAPI
1468b5dc6eafaf7709f0b00ba1a6ec2b70684266
[ "Apache-2.0" ]
3
2021-02-02T12:34:55.000Z
2022-03-08T07:45:57.000Z
#include "./BluetoothDevice.hpp" #include "../../java/io/InputStream.hpp" #include "../../java/io/OutputStream.hpp" #include "./BluetoothSocket.hpp" namespace android::bluetooth { // Fields jint BluetoothSocket::TYPE_L2CAP() { return getStaticField<jint>( "android.bluetooth.BluetoothSocket", "TYPE_L2CAP" ...
18.862745
77
0.685551
YJBeetle
6fcf051ea6e14425b8d3053a95ba31027428a469
4,216
cpp
C++
Server Lib/Projeto IOCP/UTIL/event.cpp
CCasusensa/SuperSS-Dev
6c6253b0a56bce5dad150c807a9bbf310e8ff61b
[ "MIT" ]
23
2021-10-31T00:20:21.000Z
2022-03-26T07:24:40.000Z
Server Lib/Projeto IOCP/UTIL/event.cpp
CCasusensa/SuperSS-Dev
6c6253b0a56bce5dad150c807a9bbf310e8ff61b
[ "MIT" ]
5
2021-10-31T18:44:51.000Z
2022-03-25T18:04:26.000Z
Server Lib/Projeto IOCP/UTIL/event.cpp
CCasusensa/SuperSS-Dev
6c6253b0a56bce5dad150c807a9bbf310e8ff61b
[ "MIT" ]
18
2021-10-20T02:31:56.000Z
2022-02-01T11:44:36.000Z
// Arquivo event.cpp // Criado em 12/03/2021 as 09:45 por Acrisio // Implementação da classe Event #include "event.hpp" #include <unistd.h> #include <sys/poll.h> #include <sys/eventfd.h> #include <errno.h> #include <stdexcept> using namespace stdA; Event::Event(bool _manual_reset, uint64_t _init_state) : m_fd(...
21.08
127
0.504981
CCasusensa
6fdf2bc882a887b3e119b39b441bdede59686ee5
4,384
cpp
C++
src/Headers.cpp
Good-Pudge/OkHttpFork
b179350d6262f281c1c27d69d944c62f536fe1ba
[ "BSL-1.0", "Apache-2.0", "OpenSSL" ]
10
2019-02-21T06:21:48.000Z
2022-02-22T08:01:24.000Z
src/Headers.cpp
Good-Pudge/OkHttpFork
b179350d6262f281c1c27d69d944c62f536fe1ba
[ "BSL-1.0", "Apache-2.0", "OpenSSL" ]
2
2018-02-04T20:16:46.000Z
2018-02-04T20:19:00.000Z
src/Headers.cpp
Good-Pudge/OkHttpFork
b179350d6262f281c1c27d69d944c62f536fe1ba
[ "BSL-1.0", "Apache-2.0", "OpenSSL" ]
10
2018-10-15T10:17:00.000Z
2022-02-17T02:28:51.000Z
// // Created by Good_Pudge. // #include <iostream> #include <iomanip> #include <sstream> #include <algorithm> #include <ohf/Headers.hpp> #include <ohf/Exception.hpp> #include <ohf/RangeException.hpp> #include "util/string.hpp" #include "util/util.hpp" namespace ohf { Headers::Headers(const std::map<std::string, ...
30.234483
106
0.535812
Good-Pudge
6fe07d9b9c9e867971bace5610dd997c007e1b2c
5,325
cpp
C++
dreamplacefpga/ops/clustering_compatibility/src/flop_compatibility_cuda.cpp
rachelselinar/DREAMPlaceFPGA
b8dd961718144a7c2471dd670379c3d1923171f9
[ "BSD-3-Clause" ]
20
2021-11-05T13:20:50.000Z
2022-03-22T17:16:08.000Z
dreamplacefpga/ops/clustering_compatibility/src/flop_compatibility_cuda.cpp
rachelselinar/DREAMPlaceFPGA
b8dd961718144a7c2471dd670379c3d1923171f9
[ "BSD-3-Clause" ]
1
2022-01-25T07:35:26.000Z
2022-01-26T03:08:45.000Z
dreamplacefpga/ops/clustering_compatibility/src/flop_compatibility_cuda.cpp
rachelselinar/DREAMPlaceFPGA
b8dd961718144a7c2471dd670379c3d1923171f9
[ "BSD-3-Clause" ]
5
2021-11-16T14:33:37.000Z
2022-03-16T02:21:51.000Z
/** * @file flop_compatibility_cuda.cpp * @author Rachel Selina Rajarathnam (DREAMPlaceFPGA) * @date Oct 2020 * @brief Compute the Clustering compatibility map for Flop based on elfPlace. */ #include "utility/src/torch.h" #include "utility/src/Msg.h" #include "utility/src/utils.h" DREAMPLACE_BEGIN_NAMESPACE...
37.5
110
0.609765
rachelselinar
6fe08a6aa526e0895285035eca175a22d754a188
2,305
hpp
C++
libs/server/include_private/syscall_client.hpp
SmartPolarBear/dionysus-lite
9f02e7a4e1ed983368aa5967bd8412244fc469d9
[ "MIT" ]
24
2020-02-05T15:20:31.000Z
2022-03-29T03:49:06.000Z
libs/server/include_private/syscall_client.hpp
SmartPolarBear/dionysus-lite
9f02e7a4e1ed983368aa5967bd8412244fc469d9
[ "MIT" ]
null
null
null
libs/server/include_private/syscall_client.hpp
SmartPolarBear/dionysus-lite
9f02e7a4e1ed983368aa5967bd8412244fc469d9
[ "MIT" ]
1
2021-10-15T10:14:39.000Z
2021-10-15T10:14:39.000Z
// // Created by bear on 5/31/20. // #pragma once #include "system/syscall.h" #include "system/error.hpp" #include <tuple> #ifdef _SYSCALL_ASM_CLOBBERS #error "_SYSCALL_ASM_CLOBBERS should not be defined" #endif #define _SYSCALL_ASM_CLOBBERS "rsi","rdi","rdx","r10","r9","r8" namespace _internals { template<typena...
20.580357
109
0.650759
SmartPolarBear
6fe0979360862ec103ae24d67f2b27f5daa5e1f5
12,960
hpp
C++
include/algorithm/concurrent/concurrent_vector.hpp
chill-nemesis/horizon_algorithm
8514125ac8cf4e16259fc0c9460f7d4248312ca7
[ "Zlib" ]
null
null
null
include/algorithm/concurrent/concurrent_vector.hpp
chill-nemesis/horizon_algorithm
8514125ac8cf4e16259fc0c9460f7d4248312ca7
[ "Zlib" ]
null
null
null
include/algorithm/concurrent/concurrent_vector.hpp
chill-nemesis/horizon_algorithm
8514125ac8cf4e16259fc0c9460f7d4248312ca7
[ "Zlib" ]
null
null
null
// // @brief // @details // @author Steffen Peikert (ch3ll) // @email Horizon@ch3ll.com // @version 1.0.0 // @date 01/01/2020 13:58 // @project Horizon // #pragma once #include "concurrent_base.hpp" #include <vector> #include <algorithm> namespace HORIZON::ALGORITHM::CONCURRENT { /*! * @ingroup g...
34.468085
147
0.585494
chill-nemesis
6fe1123e3f47a5e96f96c46837d280f95880cf38
2,793
cpp
C++
Leetcode/L146.cpp
yanjinbin/Foxconn
d8340d228deb35bd8ec244f6156374da8a1f0aa0
[ "CC0-1.0" ]
8
2021-02-14T01:48:09.000Z
2022-01-29T09:12:55.000Z
Leetcode/L146.cpp
yanjinbin/Foxconn
d8340d228deb35bd8ec244f6156374da8a1f0aa0
[ "CC0-1.0" ]
null
null
null
Leetcode/L146.cpp
yanjinbin/Foxconn
d8340d228deb35bd8ec244f6156374da8a1f0aa0
[ "CC0-1.0" ]
null
null
null
// 146. LRU 缓存机制 #include <vector> #include <iostream> #include <queue> #include <map> #include <unordered_map> #include <algorithm> #include <functional> #include <stack> #include <cmath> using namespace std; const int MAX_VALUE = 0x7FFFFFFF, MIN_VALUE = 0x80000000, INF = 0x3F3F3F3F, MOD = 1E9 + 7; #define fastio io...
23.275
90
0.570354
yanjinbin
6fe14e6833dcc4759c20af194573d03244a5ca90
15,619
cpp
C++
avs/vis_avs/r_transition.cpp
Const-me/vis_avs_dx
da1fd9f4323d7891dea233147e6ae16790ad9ada
[ "MIT" ]
33
2019-01-28T03:32:17.000Z
2022-02-12T18:17:26.000Z
avs/vis_avs/r_transition.cpp
visbot/vis_avs_dx
03e55f8932a97ad845ff223d3602ff2300c3d1d4
[ "MIT" ]
2
2019-11-18T17:54:58.000Z
2020-07-21T18:11:21.000Z
avs/vis_avs/r_transition.cpp
Const-me/vis_avs_dx
da1fd9f4323d7891dea233147e6ae16790ad9ada
[ "MIT" ]
5
2019-02-16T23:00:11.000Z
2022-03-27T15:22:10.000Z
/* LICENSE ------- Copyright 2005 Nullsoft, 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 conditions a...
26.790738
172
0.600679
Const-me
6fe203e5f0d5412ecaac18c0901295b10e28142e
1,171
cpp
C++
src/armnn/backends/RefWorkloads/RefFullyConnectedFloat32Workload.cpp
Air000/armnn_s32v
ec3ee60825d6b7642a70987c4911944cef7a3ee6
[ "MIT" ]
1
2019-03-19T08:44:28.000Z
2019-03-19T08:44:28.000Z
src/armnn/backends/RefWorkloads/RefFullyConnectedFloat32Workload.cpp
Air000/armnn_s32v
ec3ee60825d6b7642a70987c4911944cef7a3ee6
[ "MIT" ]
null
null
null
src/armnn/backends/RefWorkloads/RefFullyConnectedFloat32Workload.cpp
Air000/armnn_s32v
ec3ee60825d6b7642a70987c4911944cef7a3ee6
[ "MIT" ]
1
2019-10-11T05:58:56.000Z
2019-10-11T05:58:56.000Z
// // Copyright © 2017 Arm Ltd. All rights reserved. // See LICENSE file in the project root for full license information. // #include "RefFullyConnectedFloat32Workload.hpp" #include "FullyConnected.hpp" #include "RefWorkloadUtils.hpp" #include "Profiling.hpp" namespace armnn { void RefFullyConnectedFloat32Worklo...
30.815789
115
0.69257
Air000
6fe460882832275af6988e4e6ad433e38edddeaa
184
hh
C++
src/network/simple_router.hh
zzunny97/Graduate-Velox
d820e7c8cee52f22d7cd9027623bd82ca59733ca
[ "Apache-2.0" ]
17
2016-11-27T13:13:40.000Z
2021-09-07T06:42:25.000Z
src/network/simple_router.hh
zzunny97/Graduate-Velox
d820e7c8cee52f22d7cd9027623bd82ca59733ca
[ "Apache-2.0" ]
22
2017-01-18T06:10:18.000Z
2019-05-15T03:49:19.000Z
src/network/simple_router.hh
zzunny97/Graduate-Velox
d820e7c8cee52f22d7cd9027623bd82ca59733ca
[ "Apache-2.0" ]
5
2017-07-24T15:19:32.000Z
2022-02-19T09:11:01.000Z
#pragma once #include "router.hh" namespace eclipse { // class SimpleRouter: public Router { public: void on_read(messages::Message*, Channel*) override; }; } /* eclipse */
14.153846
56
0.673913
zzunny97
6fe4b7b2c20f22365fb5e0a4cdb3d09fd396c4fd
10,419
cc
C++
proc/binfmt/elf.cc
PoisonNinja/quark
0cc2b8191f0c5cbd856caac688bfdac54a7d3369
[ "BSD-3-Clause-Clear", "BSD-3-Clause" ]
3
2019-08-01T03:16:31.000Z
2022-02-17T06:52:26.000Z
proc/binfmt/elf.cc
PoisonNinja/quark
0cc2b8191f0c5cbd856caac688bfdac54a7d3369
[ "BSD-3-Clause-Clear", "BSD-3-Clause" ]
32
2018-03-26T20:10:44.000Z
2020-07-13T03:01:42.000Z
proc/binfmt/elf.cc
PoisonNinja/quark
0cc2b8191f0c5cbd856caac688bfdac54a7d3369
[ "BSD-3-Clause-Clear", "BSD-3-Clause" ]
1
2018-08-29T21:31:06.000Z
2018-08-29T21:31:06.000Z
#include <arch/mm/layout.h> #include <errno.h> #include <kernel.h> #include <kernel/init.h> #include <lib/string.h> #include <mm/physical.h> #include <mm/virtual.h> #include <proc/binfmt/binfmt.h> #include <proc/binfmt/elf.h> #include <proc/process.h> #include <proc/sched.h> #include <proc/uthread.h> extern "C" void s...
38.025547
80
0.562914
PoisonNinja
6fe637ead03efcd628decb7955efac53f46d9514
383
cpp
C++
src/World/Chunk.cpp
olesgedz/Cube
12f0b48cc89a8fbb381e3e47e482bb6f3fcf04d6
[ "Apache-2.0" ]
null
null
null
src/World/Chunk.cpp
olesgedz/Cube
12f0b48cc89a8fbb381e3e47e482bb6f3fcf04d6
[ "Apache-2.0" ]
null
null
null
src/World/Chunk.cpp
olesgedz/Cube
12f0b48cc89a8fbb381e3e47e482bb6f3fcf04d6
[ "Apache-2.0" ]
null
null
null
// // Created by Jeromy Black on 12/25/20. // #include "Chunk.h" #include "Quad.h" #include <cmath> #include "World.h" void Chunk::generate() { } Chunk::~Chunk() { } Chunk::Chunk(vec3 p) { } BlockType *** Chunk::allocateChunk() { } void Chunk::setBlock(BlockType b_type, vec3 &pos, bool *neighbors) { } void ...
8.704545
66
0.637076
olesgedz
6fe77d1b707b8ee15c86e5a5efcc960f716ed616
578
cpp
C++
201411_201509/0523_ABC024/ABC024_D.cpp
kazunetakahashi/atcoder
16ce65829ccc180260b19316e276c2fcf6606c53
[ "MIT" ]
7
2019-03-24T14:06:29.000Z
2020-09-17T21:16:36.000Z
201411_201509/0523_ABC024/ABC024_D.cpp
kazunetakahashi/atcoder
16ce65829ccc180260b19316e276c2fcf6606c53
[ "MIT" ]
null
null
null
201411_201509/0523_ABC024/ABC024_D.cpp
kazunetakahashi/atcoder
16ce65829ccc180260b19316e276c2fcf6606c53
[ "MIT" ]
1
2020-07-22T17:27:09.000Z
2020-07-22T17:27:09.000Z
#include <iostream> using namespace std; const int W = 1000000007; const int M = 1000000007; typedef long long ll; ll inv(ll i) { if (i == 1) return 1; return ((M - inv(M%i)) * (M/i))%M; } int main() { ll x, y, z; cin >> x >> y >> z; ll r, c; if (x%M != 0) { // xはMの倍数にならない。 ll A = (((y + M - x)%M) *...
18.0625
45
0.408304
kazunetakahashi
6ff063624c694db88a430d8a31c3cf77bc96a1b6
210
cpp
C++
hello-cpp-world.cpp
AlanU/cppmsgSamples
8b4688dd3a67ae07e9b48d7c0015238aa2221c03
[ "MIT" ]
1
2016-03-05T02:39:54.000Z
2016-03-05T02:39:54.000Z
hello-cpp-world.cpp
AlanU/cppmsgSamples
8b4688dd3a67ae07e9b48d7c0015238aa2221c03
[ "MIT" ]
null
null
null
hello-cpp-world.cpp
AlanU/cppmsgSamples
8b4688dd3a67ae07e9b48d7c0015238aa2221c03
[ "MIT" ]
null
null
null
#include <iostream> #include <memory> #include "test.h" //alan uthoff int main() { std::unique_ptr<interface> iptr(new anotherClass()); iptr->foo(); std::cout << "Hello World!" << std::endl; }
14
56
0.614286
AlanU
6ff26909776df94c86d919824a44170597aafe5a
370
cpp
C++
Engine/Source/Sapphire/Rendering/Framework/Primitives/Mesh/IMesh.cpp
SapphireSuite/Sapphire
f4ec03f2602eb3fb6ba8c5fa8abf145f66179a47
[ "MIT" ]
2
2020-03-18T09:06:21.000Z
2020-04-09T00:07:56.000Z
Engine/Source/Sapphire/Rendering/Framework/Primitives/Mesh/IMesh.cpp
SapphireSuite/Sapphire
f4ec03f2602eb3fb6ba8c5fa8abf145f66179a47
[ "MIT" ]
null
null
null
Engine/Source/Sapphire/Rendering/Framework/Primitives/Mesh/IMesh.cpp
SapphireSuite/Sapphire
f4ec03f2602eb3fb6ba8c5fa8abf145f66179a47
[ "MIT" ]
null
null
null
// Copyright 2020 Sapphire development team. All Rights Reserved. #include <Rendering/Framework/Primitives/Mesh/IMesh.hpp> namespace Sa { std::shared_ptr<VertexLayout> IMesh::GetLayout() const noexcept { return mLayout; } void IMesh::Create(const IRenderInstance& _instance, const RawMesh& _rawMesh) { (void)...
20.555556
78
0.748649
SapphireSuite
6ff7dcc5860fcb74118573d4cf57d04fe20ae9a4
3,058
cpp
C++
aws-cpp-sdk-billingconductor/source/model/AssociateResourceErrorReason.cpp
Nexuscompute/aws-sdk-cpp
e7ef485e46e6962c9e084b8c9b104c1bfcceaf26
[ "Apache-2.0" ]
1
2022-01-05T18:20:03.000Z
2022-01-05T18:20:03.000Z
aws-cpp-sdk-billingconductor/source/model/AssociateResourceErrorReason.cpp
Nexuscompute/aws-sdk-cpp
e7ef485e46e6962c9e084b8c9b104c1bfcceaf26
[ "Apache-2.0" ]
null
null
null
aws-cpp-sdk-billingconductor/source/model/AssociateResourceErrorReason.cpp
Nexuscompute/aws-sdk-cpp
e7ef485e46e6962c9e084b8c9b104c1bfcceaf26
[ "Apache-2.0" ]
1
2021-11-09T12:02:58.000Z
2021-11-09T12:02:58.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/billingconductor/model/AssociateResourceErrorReason.h> #include <aws/core/utils/HashingUtils.h> #include <aws/core/Globals.h> #include <aws/core/utils/EnumParseOverflowContainer.h> usin...
35.976471
112
0.676913
Nexuscompute
6ff830f863310e6a993de60c280d1f1848695db4
2,480
cpp
C++
competitive programming/leetcode/40. Combination Sum II.cpp
sureshmangs/Code
de91ffc7ef06812a31464fb40358e2436734574c
[ "MIT" ]
16
2020-06-02T19:22:45.000Z
2022-02-05T10:35:28.000Z
competitive programming/leetcode/40. Combination Sum II.cpp
codezoned/Code
de91ffc7ef06812a31464fb40358e2436734574c
[ "MIT" ]
null
null
null
competitive programming/leetcode/40. Combination Sum II.cpp
codezoned/Code
de91ffc7ef06812a31464fb40358e2436734574c
[ "MIT" ]
2
2020-08-27T17:40:06.000Z
2022-02-05T10:33:52.000Z
Given a collection of candidate numbers (candidates) and a target number (target), find all unique combinations in candidates where the candidate numbers sums to target. Each number in candidates may only be used once in the combination. Note: All numbers (including target) will be positive integers. The solution se...
22.342342
130
0.572984
sureshmangs
6ff87760e9ee770cccc4d350f1ede176dddb1d5e
5,129
cpp
C++
Core/MaquetteGrid/MaquetteGridTabsList.cpp
Feldrise/SieloNavigateurBeta
faa5fc785271b49d26237a5e9985d6fa22565076
[ "MIT" ]
89
2018-04-26T14:28:13.000Z
2019-07-03T03:58:17.000Z
Core/MaquetteGrid/MaquetteGridTabsList.cpp
inviu/webBrowser
37b24eded2e168e43b3f9c9ccc0487ee59410332
[ "MIT" ]
51
2018-04-26T12:43:00.000Z
2019-04-24T20:39:59.000Z
Core/MaquetteGrid/MaquetteGridTabsList.cpp
inviu/webBrowser
37b24eded2e168e43b3f9c9ccc0487ee59410332
[ "MIT" ]
34
2018-05-11T07:09:36.000Z
2019-04-19T08:12:40.000Z
/*********************************************************************************** ** MIT License ** ** ** ** Copyright (c) 2018 Victor DENIS (victordenis01@gmail.com) ...
34.422819
112
0.639111
Feldrise
6ff8e7fd1288fd4e55a5f321539e2db905f16d9e
384
cpp
C++
Problems/221. Maximal Square/Test.cpp
DanielDFY/LeetCode
5e39e3168db368617ac2f4509886f32cde5bd000
[ "MIT" ]
null
null
null
Problems/221. Maximal Square/Test.cpp
DanielDFY/LeetCode
5e39e3168db368617ac2f4509886f32cde5bd000
[ "MIT" ]
null
null
null
Problems/221. Maximal Square/Test.cpp
DanielDFY/LeetCode
5e39e3168db368617ac2f4509886f32cde5bd000
[ "MIT" ]
null
null
null
#define CATCH_CONFIG_MAIN #include "../../Utils/Cacth/single_include/catch2/catch.hpp" #include "solution.h" TEST_CASE("Maximal Square") { Solution s; SECTION("normal input") { vector<vector<char>> matrix = { {'1', '0', '1', '0', '0'}, {'1', '0', '1', '1', '1'}, {'1', '1', '1', '1', '1'}, {'1', '0', ...
21.333333
60
0.523438
DanielDFY
6ff9d2b4007c3ca544714c1b20eb92ba30df4fc8
1,346
cpp
C++
audio/XaDevice.cpp
quyse/inanity
a39225c5a41f879abe5aa492bb22b500dbe77433
[ "MIT" ]
26
2015-04-22T05:25:25.000Z
2020-11-15T11:07:56.000Z
audio/XaDevice.cpp
quyse/inanity
a39225c5a41f879abe5aa492bb22b500dbe77433
[ "MIT" ]
2
2015-01-05T10:41:27.000Z
2015-01-06T20:46:11.000Z
audio/XaDevice.cpp
quyse/inanity
a39225c5a41f879abe5aa492bb22b500dbe77433
[ "MIT" ]
5
2016-08-02T11:13:57.000Z
2018-10-26T11:19:27.000Z
#include "XaDevice.hpp" #include "XaSystem.hpp" #include "XaBufferedSound.hpp" #include "XaStreamedSound.hpp" #include "Source.hpp" #include "../File.hpp" #include "../Exception.hpp" BEGIN_INANITY_AUDIO XaDevice::XaDevice(ptr<XaSystem> system, IXAudio2MasteringVoice* voice) : system(system), voice(voice) { if(FAILED...
19.794118
86
0.755572
quyse
6ffb05ca413a62c1cb0c9b5fc326f725599c06e0
805
hpp
C++
include/parsers/std_restoration_plan_parser.hpp
fhamonic/landscape_opt
7f32749336590c8d8b5875300228196a05137267
[ "BSL-1.0" ]
1
2021-09-23T11:56:09.000Z
2021-09-23T11:56:09.000Z
include/parsers/std_restoration_plan_parser.hpp
fhamonic/landscape_opt
7f32749336590c8d8b5875300228196a05137267
[ "BSL-1.0" ]
null
null
null
include/parsers/std_restoration_plan_parser.hpp
fhamonic/landscape_opt
7f32749336590c8d8b5875300228196a05137267
[ "BSL-1.0" ]
1
2022-03-27T16:58:19.000Z
2022-03-27T16:58:19.000Z
#ifndef STD_RESTORATION_PLAN_PARSER_HPP #define STD_RESTORATION_PLAN_PARSER_HPP #include <fstream> #include <iostream> #include "parsers/concept/parser.hpp" #include "solvers/concept/restoration_plan.hpp" #include "landscape/mutable_landscape.hpp" class StdRestorationPlanParser : public concepts::Parser<Restora...
29.814815
77
0.765217
fhamonic
6ffc30aee1a90c6b1bbc2c0d3cb306926fa34124
3,033
cxx
C++
tools/tests/common/operation_chain_fixture.cxx
intel/qpl
cdc8442f7a5e7a6ff6eea39c69665e0c5034d85d
[ "MIT" ]
11
2022-02-25T08:20:23.000Z
2022-03-25T08:36:19.000Z
tools/tests/common/operation_chain_fixture.cxx
intel/qpl
cdc8442f7a5e7a6ff6eea39c69665e0c5034d85d
[ "MIT" ]
null
null
null
tools/tests/common/operation_chain_fixture.cxx
intel/qpl
cdc8442f7a5e7a6ff6eea39c69665e0c5034d85d
[ "MIT" ]
null
null
null
/******************************************************************************* * Copyright (C) 2022 Intel Corporation * * SPDX-License-Identifier: MIT ******************************************************************************/ #include "qpl/cpp_api/operations/compression/inflate_operation.hpp" #include "qpl/...
36.542169
124
0.671283
intel
6ffc51ab353e2174c18c79699a608ceaf22ef2ef
24,424
cpp
C++
qtapp/gui/TRMMonitorGUI.cpp
rdkcmf/rdk-trm
1d2853644170aa92838e47728f967e44ff6a0e63
[ "Apache-2.0" ]
null
null
null
qtapp/gui/TRMMonitorGUI.cpp
rdkcmf/rdk-trm
1d2853644170aa92838e47728f967e44ff6a0e63
[ "Apache-2.0" ]
null
null
null
qtapp/gui/TRMMonitorGUI.cpp
rdkcmf/rdk-trm
1d2853644170aa92838e47728f967e44ff6a0e63
[ "Apache-2.0" ]
1
2018-08-16T19:14:59.000Z
2018-08-16T19:14:59.000Z
/* * If not stated otherwise in this file or this component's Licenses.txt file the * following copyright and licenses apply: * * Copyright 2016 RDK Management * * 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 ...
37.984448
207
0.726171
rdkcmf
6ffcc979caaf76ecad0985ac2ce959d43b5e53da
101
cpp
C++
App/main.cpp
frinkr/FontViewer
69b5706e557ecd33515c5c8d6ba8fc1d6f06e0c0
[ "MIT" ]
2
2019-05-08T06:31:34.000Z
2020-08-30T00:35:09.000Z
App/main.cpp
frinkr/FontViewer
69b5706e557ecd33515c5c8d6ba8fc1d6f06e0c0
[ "MIT" ]
1
2018-05-07T09:29:02.000Z
2018-05-07T09:29:02.000Z
App/main.cpp
frinkr/FontViewer
69b5706e557ecd33515c5c8d6ba8fc1d6f06e0c0
[ "MIT" ]
2
2018-09-10T07:16:28.000Z
2022-01-07T06:41:01.000Z
#include "UI-Qt/QXMain.h" int main(int argc, char *argv[]) { return qxMain(argc, argv); }
14.428571
33
0.594059
frinkr
6ffceefa6e7803ed93b15517ee87ea64714a6c48
1,112
hpp
C++
src/rage/RageVector4.hpp
MidflightDigital/stepmania
dbce5016978e5ab51aaa6a4fb21ef2c7ce68e52e
[ "MIT" ]
7
2019-01-06T01:09:55.000Z
2021-01-21T00:00:19.000Z
src/rage/RageVector4.hpp
MidflightDigital/stepmania
dbce5016978e5ab51aaa6a4fb21ef2c7ce68e52e
[ "MIT" ]
6
2020-07-29T17:45:36.000Z
2020-07-29T18:48:03.000Z
src/rage/RageVector4.hpp
MidflightDigital/stepmania
dbce5016978e5ab51aaa6a4fb21ef2c7ce68e52e
[ "MIT" ]
5
2019-01-06T01:48:34.000Z
2021-11-25T21:19:07.000Z
#ifndef RAGE_VECTOR_4_HPP_ #define RAGE_VECTOR_4_HPP_ #include "RageMatrix.hpp" namespace Rage { struct Vector4 { public: Vector4(); Vector4(float a, float b, float c, float d); // assignment operators Vector4& operator += (Vector4 const & rhs); Vector4& operator -= (Vector4 const & rhs); Vector4& operator *=...
16.848485
64
0.669065
MidflightDigital
6fff743f52037428515a9c7466ba20d88e6416d6
882
cpp
C++
old application/application/src/ReSyLib/periphery/actor/servo.cpp
deeply-embedded/Servo
606b13cd079337dd5bba50827b623561fc578cae
[ "CC0-1.0" ]
null
null
null
old application/application/src/ReSyLib/periphery/actor/servo.cpp
deeply-embedded/Servo
606b13cd079337dd5bba50827b623561fc578cae
[ "CC0-1.0" ]
null
null
null
old application/application/src/ReSyLib/periphery/actor/servo.cpp
deeply-embedded/Servo
606b13cd079337dd5bba50827b623561fc578cae
[ "CC0-1.0" ]
1
2021-04-25T18:26:05.000Z
2021-04-25T18:26:05.000Z
/* * servo.cpp * * @date 26.10.2015 * @author Yannic, Moritz */ #include "../../GPIO.h" #include "../../GPIO_PWM.h" #include "../../HWManager.h" #include "./Servo.h" namespace RSL { using namespace RSL_core; Servo::Servo(GPIOPin servoPin) { currentPosition = 0; this->servoPin = move(unique_ptr<GPI...
18
138
0.684807
deeply-embedded
b5067813fbd36a78624542132de99c5bb25bca88
2,721
cpp
C++
src/GHAndroid/GHAndroidRenderServices.cpp
GoldenHammerSoftware/GH
757213f479c0fc80ed1a0f59972bf3e9d92b7526
[ "MIT" ]
null
null
null
src/GHAndroid/GHAndroidRenderServices.cpp
GoldenHammerSoftware/GH
757213f479c0fc80ed1a0f59972bf3e9d92b7526
[ "MIT" ]
null
null
null
src/GHAndroid/GHAndroidRenderServices.cpp
GoldenHammerSoftware/GH
757213f479c0fc80ed1a0f59972bf3e9d92b7526
[ "MIT" ]
null
null
null
// Copyright 2010 Golden Hammer Software #include "GHAndroidRenderServices.h" #include "GHSystemServices.h" #include "GHAppShard.h" #include "GHUtils/GHResourceFactory.h" #include "GHAndroidGLESContext.h" #include "GHAndroidBitmapLoader.h" #include "GHUtils/GHRedirectResourceLoader.h" #include "GHJNIMgr.h" GHAndroidRe...
34.0125
124
0.767732
GoldenHammerSoftware
b50c84df8694946fc61dacdfb5422fb9e0f1a540
2,370
cpp
C++
tests/rwlock_test.cpp
njeffrie/adaptive_lock
c73ec22bbf3c8f0c85bc3e244c9543cb114e4507
[ "MIT" ]
2
2017-04-08T23:22:45.000Z
2018-03-31T12:25:27.000Z
tests/rwlock_test.cpp
njeffrie/adaptive_lock
c73ec22bbf3c8f0c85bc3e244c9543cb114e4507
[ "MIT" ]
null
null
null
tests/rwlock_test.cpp
njeffrie/adaptive_lock
c73ec22bbf3c8f0c85bc3e244c9543cb114e4507
[ "MIT" ]
null
null
null
/* * tests correctness for read write locks */ #include <pthread.h> #include <stdio.h> #include <iostream> #include <mcs_queue_rwlock.h> #include <mcs_ticket_rwlock.h> #include <assert.h> #include <time.h> #include <CycleTimer.h> #include <omp.h> #include <mic_xeon_phi.h> #define LOOPS 1000 #define READ_LOOPS 10 #de...
20.789474
56
0.678481
njeffrie
b50db28bc35a5b02688a0a815015a57eca66e2c1
5,601
hh
C++
tce/test/base/bem/BinaryEncodingTest/BinaryEncodingTest.hh
kanishkan/tce
430e764b4d43f46bd1dc754aeb1d5632fc742110
[ "MIT" ]
74
2015-10-22T15:34:10.000Z
2022-03-25T07:57:23.000Z
tce/test/base/bem/BinaryEncodingTest/BinaryEncodingTest.hh
kanishkan/tce
430e764b4d43f46bd1dc754aeb1d5632fc742110
[ "MIT" ]
79
2015-11-19T09:23:08.000Z
2022-01-12T14:15:16.000Z
tce/test/base/bem/BinaryEncodingTest/BinaryEncodingTest.hh
kanishkan/tce
430e764b4d43f46bd1dc754aeb1d5632fc742110
[ "MIT" ]
38
2015-11-17T10:12:23.000Z
2022-03-25T07:57:24.000Z
/* Copyright (c) 2002-2009 Tampere University. This file is part of TTA-Based Codesign Environment (TCE). 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, ...
28.871134
78
0.691841
kanishkan
b50f9b098e9f566843e4ae8a82a24d6b0757046f
15,776
cpp
C++
src/cpp/IdpRouter.cpp
VitalElement/IdpProtocol
323531da023d853ddb59794d225fb7e39c0a6943
[ "MIT" ]
2
2018-10-02T19:06:41.000Z
2019-03-14T02:20:08.000Z
src/cpp/IdpRouter.cpp
VitalElement/IdpProtocol
323531da023d853ddb59794d225fb7e39c0a6943
[ "MIT" ]
null
null
null
src/cpp/IdpRouter.cpp
VitalElement/IdpProtocol
323531da023d853ddb59794d225fb7e39c0a6943
[ "MIT" ]
null
null
null
// Copyright (c) VitalElement. All rights reserved. // Licensed under the MIT license. See licence.md file in the project root for // full license information. #include "IdpRouter.h" #include "Trace.h" #include <algorithm> static constexpr uint16_t AdaptorNone = 0xFFFF; IdpRouter::IdpRouter () : IdpNode (RouterGuid, ...
25.363344
80
0.532961
VitalElement
b510d0a4baa3254512143d4c07ab1e834f345756
2,887
hpp
C++
vlite/unary_expr_vector.hpp
verri/vlite
c4677dad17070b8fb0cbabd06018b3bcbb162860
[ "Zlib" ]
null
null
null
vlite/unary_expr_vector.hpp
verri/vlite
c4677dad17070b8fb0cbabd06018b3bcbb162860
[ "Zlib" ]
null
null
null
vlite/unary_expr_vector.hpp
verri/vlite
c4677dad17070b8fb0cbabd06018b3bcbb162860
[ "Zlib" ]
null
null
null
#ifndef VLITE_UNARY_EXPR_VECTOR_HPP_INCLUDED #define VLITE_UNARY_EXPR_VECTOR_HPP_INCLUDED #include <vlite/common_vector_base.hpp> #include <vlite/expr_vector.hpp> #include <iterator> namespace vlite { template <typename It, typename Op> class unary_expr_vector : public expr_vector<Op>, pub...
26.486239
88
0.694146
verri