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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dd619b02154571ea36486cc9205792e393da54ae | 5,071 | cpp | C++ | applications/physbam/physbam-lib/Public_Library/PhysBAM_Rendering/PhysBAM_OptiX/Rendering_Lights/OPTIX_RENDERING_FIRE_LIGHT.cpp | schinmayee/nimbus | 170cd15e24a7a88243a6ea80aabadc0fc0e6e177 | [
"BSD-3-Clause"
] | 20 | 2017-07-03T19:09:09.000Z | 2021-09-10T02:53:56.000Z | applications/physbam/physbam-lib/Public_Library/PhysBAM_Rendering/PhysBAM_OptiX/Rendering_Lights/OPTIX_RENDERING_FIRE_LIGHT.cpp | schinmayee/nimbus | 170cd15e24a7a88243a6ea80aabadc0fc0e6e177 | [
"BSD-3-Clause"
] | null | null | null | applications/physbam/physbam-lib/Public_Library/PhysBAM_Rendering/PhysBAM_OptiX/Rendering_Lights/OPTIX_RENDERING_FIRE_LIGHT.cpp | schinmayee/nimbus | 170cd15e24a7a88243a6ea80aabadc0fc0e6e177 | [
"BSD-3-Clause"
] | 9 | 2017-09-17T02:05:06.000Z | 2020-01-31T00:12:01.000Z | //#####################################################################
// Copyright 2012, Bo Zhu
// This file is part of PhysBAM whose distribution is governed by the license contained in the accompanying file PHYSBAM_COPYRIGHT.txt.
//#####################################################################
#ifdef USE_OPT... | 42.613445 | 158 | 0.660816 | schinmayee |
dd632552788cc35aa22177e0c434cf5ff55bbc19 | 236 | hpp | C++ | code/rime/include/networking/request_checker.hpp | jo-jstrm/rime-data-streaming-iot | 8caf549868c6f5ebacb201cb21be9ae5b641ee0b | [
"MIT"
] | null | null | null | code/rime/include/networking/request_checker.hpp | jo-jstrm/rime-data-streaming-iot | 8caf549868c6f5ebacb201cb21be9ae5b641ee0b | [
"MIT"
] | 1 | 2021-08-16T09:19:17.000Z | 2021-08-16T09:19:17.000Z | code/rime/include/networking/request_checker.hpp | jo-jstrm/rime-data-streaming-iot | 8caf549868c6f5ebacb201cb21be9ae5b641ee0b | [
"MIT"
] | null | null | null | #ifndef _GUARD_REQUESTCHECKER_H
#define _GUARD_REQUESTCHECKER_H
#include <vector>
#include "caf/all.hpp"
struct rc_state {
int open_responses;
rc_state();
};
caf::behavior request_checker(caf::stateful_actor<rc_state>*);
#endif | 15.733333 | 62 | 0.771186 | jo-jstrm |
dd64e1e4732d38e2e714b1d8ae4a958fd4712d2e | 3,477 | hpp | C++ | include/aikido/io/KinBodyParser.hpp | usc-csci-545/aikido | afd8b203c17cb0b05d7db436f8bffbbe2111a75a | [
"BSD-3-Clause"
] | 181 | 2016-04-22T15:11:23.000Z | 2022-03-26T12:51:08.000Z | include/aikido/io/KinBodyParser.hpp | usc-csci-545/aikido | afd8b203c17cb0b05d7db436f8bffbbe2111a75a | [
"BSD-3-Clause"
] | 514 | 2016-04-20T04:29:51.000Z | 2022-02-10T19:46:21.000Z | include/aikido/io/KinBodyParser.hpp | usc-csci-545/aikido | afd8b203c17cb0b05d7db436f8bffbbe2111a75a | [
"BSD-3-Clause"
] | 31 | 2017-03-17T09:53:02.000Z | 2022-03-23T10:35:05.000Z | #ifndef AIKIDO_IO_KINBODYPARSER_HPP_
#define AIKIDO_IO_KINBODYPARSER_HPP_
#include <dart/dart.hpp>
namespace aikido {
namespace io {
/// Read skeleton from a string of OpenRAVE's custom XML format
///
/// This function only parses a subset of the format assuming only one body node
/// in a kinbody file.
///
/// The ... | 39.965517 | 80 | 0.686511 | usc-csci-545 |
dd66e35ba55e327ce434c6e708bb580091bef72d | 16,639 | cxx | C++ | vtr/toro/TRP_RelativePlace/TRP_RelativeMacro.cxx | haojunliu/OpenFPGA | b0c4f27077f698aae59bbcbd3ca002f22ba2a5a1 | [
"BSD-2-Clause"
] | 31 | 2016-02-15T02:57:28.000Z | 2021-06-02T10:40:25.000Z | vtr/toro/TRP_RelativePlace/TRP_RelativeMacro.cxx | haojunliu/OpenFPGA | b0c4f27077f698aae59bbcbd3ca002f22ba2a5a1 | [
"BSD-2-Clause"
] | null | null | null | vtr/toro/TRP_RelativePlace/TRP_RelativeMacro.cxx | haojunliu/OpenFPGA | b0c4f27077f698aae59bbcbd3ca002f22ba2a5a1 | [
"BSD-2-Clause"
] | 6 | 2017-02-08T21:51:51.000Z | 2021-06-02T10:40:40.000Z | //===========================================================================//
// Purpose : Method definitions for the TRP_RelativeMacro class.
//
// Public methods include:
// - TRP_RelativeMacro_c, ~TRP_RelativeMacro_c
// - operator=
// - operator==, operator!=
// - ... | 37.730159 | 82 | 0.480498 | haojunliu |
dd6812ee4af2752197b29a1016814df87c82e81f | 131 | cpp | C++ | src/my_imp/tick_handler.cpp | SlausB/fos | 75c647da335925fd5e0bb956acc4db895004fc79 | [
"MIT"
] | null | null | null | src/my_imp/tick_handler.cpp | SlausB/fos | 75c647da335925fd5e0bb956acc4db895004fc79 | [
"MIT"
] | null | null | null | src/my_imp/tick_handler.cpp | SlausB/fos | 75c647da335925fd5e0bb956acc4db895004fc79 | [
"MIT"
] | null | null | null |
#include "handlers.h"
using namespace fos;
void TickHandler(const double elapsedSeconds, TickTime* tickTime)
{
}
| 10.916667 | 66 | 0.679389 | SlausB |
dd6bf4947d17f01a7159921cb97466edefe762d2 | 1,372 | cpp | C++ | Algorithms/Bit_manipulation/chef_got_recipies.cpp | abhishekjha786/ds_algo | 38355ca12e8ac20c4baa8baccf8ad189effaa6ae | [
"MIT"
] | 11 | 2020-03-20T17:24:28.000Z | 2022-01-08T02:43:24.000Z | Algorithms/Bit_manipulation/chef_got_recipies.cpp | abhishekjha786/ds_algo | 38355ca12e8ac20c4baa8baccf8ad189effaa6ae | [
"MIT"
] | 1 | 2021-07-25T11:24:46.000Z | 2021-07-25T12:09:25.000Z | Algorithms/Bit_manipulation/chef_got_recipies.cpp | abhishekjha786/ds_algo | 38355ca12e8ac20c4baa8baccf8ad189effaa6ae | [
"MIT"
] | 4 | 2020-03-20T17:24:36.000Z | 2021-12-07T19:22:59.000Z | #include <iostream>
#include <cstring>
using namespace std;
int main()
{
long long int F[32];
int t, n;
string st;
cin>>t;
while(t--)
{
cin>>n;
for(int i=0; i<32; i++)
{
F[i] = 0;
}
for(int i=1; i<=n; i++)
{
cin>>st;
... | 21.107692 | 52 | 0.241254 | abhishekjha786 |
dd6ca3790b79b772cb5e16e71889130ce938dcce | 129 | hpp | C++ | opencv2.framework/Versions/A/Headers/stitching/detail/blenders.hpp | osis/nostalgia-scanner-ios | 100163e3c09f0dfe4483fb6a708522c750b46c52 | [
"MIT"
] | 15 | 2018-02-02T12:15:59.000Z | 2022-03-31T00:11:49.000Z | opencv2.framework/Versions/A/Headers/stitching/detail/blenders.hpp | osis/nostalgia-scanner-ios | 100163e3c09f0dfe4483fb6a708522c750b46c52 | [
"MIT"
] | null | null | null | opencv2.framework/Versions/A/Headers/stitching/detail/blenders.hpp | osis/nostalgia-scanner-ios | 100163e3c09f0dfe4483fb6a708522c750b46c52 | [
"MIT"
] | 5 | 2018-07-24T12:13:33.000Z | 2019-08-15T09:26:42.000Z | version https://git-lfs.github.com/spec/v1
oid sha256:a345a8372e4ceb5270b9edc0c1ff1ed27941632da55a74ea1141c008b1b2f756
size 6079
| 32.25 | 75 | 0.883721 | osis |
dd6d237354097f58867c45fb742f7ffafd9d3282 | 5,428 | hpp | C++ | lib/include/ellip/ellipsoid.hpp | luk036/ellcpp | 3415e7ffb70b63edb9ce4d6c2b9fee92898538bc | [
"MIT"
] | 2 | 2020-07-26T04:58:11.000Z | 2021-01-26T06:29:59.000Z | lib/include/ellip/ellipsoid.hpp | luk036/ellcpp | 3415e7ffb70b63edb9ce4d6c2b9fee92898538bc | [
"MIT"
] | null | null | null | lib/include/ellip/ellipsoid.hpp | luk036/ellcpp | 3415e7ffb70b63edb9ce4d6c2b9fee92898538bc | [
"MIT"
] | 2 | 2018-06-03T08:20:20.000Z | 2019-06-30T10:41:49.000Z | #ifndef _ELLIPSOID_HPP
#define _ELLIPSOID_HPP
#include <cassert>
#include <valarray>
/** @return return status */
enum CUTSTATUS
{
CUT,
NOSOLUTION,
NOEFFECT
};
/** Enclosing ellipsoid */
class ellipsoid
{
using Vec = std::valarray<double>;
using Matrix = std::valarray<Vec>;
public:
/** Con... | 22.337449 | 79 | 0.501658 | luk036 |
dd7497903be0a0c2dccaee8ae188c6a69a890c15 | 28,715 | cpp | C++ | src/construction/ConstructionIO.cpp | ShnitzelKiller/Reverse-Engineering-Carpentry | 585b5ff053c7e3bf286b663a584bc83687691bd6 | [
"MIT"
] | 3 | 2021-09-08T07:28:13.000Z | 2022-03-02T21:12:40.000Z | src/construction/ConstructionIO.cpp | ShnitzelKiller/Reverse-Engineering-Carpentry | 585b5ff053c7e3bf286b663a584bc83687691bd6 | [
"MIT"
] | 1 | 2021-09-21T14:40:55.000Z | 2021-09-26T01:19:38.000Z | src/construction/ConstructionIO.cpp | ShnitzelKiller/Reverse-Engineering-Carpentry | 585b5ff053c7e3bf286b663a584bc83687691bd6 | [
"MIT"
] | null | null | null | //
// Created by James Noeckel on 1/23/21.
//
#include "Construction.h"
#include <igl/opengl/glfw/Viewer.h>
#include <imgui/imgui.h>
#include <igl/opengl/glfw/imgui/ImGuiMenu.h>
//#include <igl/opengl/glfw/imgui/ImGuiHelpers.h>
#include "utils/colorAtIndex.h"
//#include "utils/color_conversion.hpp"
#include "utils/mac... | 43.180451 | 180 | 0.488908 | ShnitzelKiller |
dd764e499254b5e2ec28a018f029f4120abd5c0d | 1,061 | hpp | C++ | FFN.hpp | wimacod/Feed-Forward-Neural-Network | 968c16101f08a3bcb7d9124a148452c187611342 | [
"MIT"
] | 7 | 2019-03-12T22:05:45.000Z | 2022-02-16T06:10:52.000Z | FFN.hpp | wimacod/Feed-Forward-Neural-Network | 968c16101f08a3bcb7d9124a148452c187611342 | [
"MIT"
] | 2 | 2019-02-27T18:46:04.000Z | 2022-01-19T22:50:13.000Z | FFN.hpp | wimacod/Feed-Forward-Neural-Network | 968c16101f08a3bcb7d9124a148452c187611342 | [
"MIT"
] | 6 | 2017-12-06T07:27:59.000Z | 2020-12-03T04:29:23.000Z | //
// FFN.hpp
// Neural Networks
//
// Created by Alexis Louis on 15/03/2016.
// Copyright © 2016 Alexis Louis. All rights reserved.
//
#ifndef FFN_hpp
#define FFN_hpp
#include "Header.h"
using namespace std;
class Layer;
class FFN{
public:
FFN();
void initFFN(int nb_inputs, int nb_hidden_ne... | 23.065217 | 111 | 0.68426 | wimacod |
dd77d60cf3526d109f37884f54d907f4e9072ef1 | 10,603 | cpp | C++ | src/mod/mvm/set_credit_team.cpp | fugueinheels/sigsegv-mvm | 092a69d44a3ed9aacd14886037f4093a27ff816b | [
"BSD-2-Clause"
] | 33 | 2016-02-18T04:27:53.000Z | 2022-01-15T18:59:53.000Z | src/mod/mvm/set_credit_team.cpp | fugueinheels/sigsegv-mvm | 092a69d44a3ed9aacd14886037f4093a27ff816b | [
"BSD-2-Clause"
] | 5 | 2018-01-10T18:41:38.000Z | 2020-10-01T13:34:53.000Z | src/mod/mvm/set_credit_team.cpp | fugueinheels/sigsegv-mvm | 092a69d44a3ed9aacd14886037f4093a27ff816b | [
"BSD-2-Clause"
] | 14 | 2017-08-06T23:02:49.000Z | 2021-08-24T00:24:16.000Z | #include "mod.h"
#include "stub/baseplayer.h"
namespace Mod::MvM::Set_Credit_Team
{
int GetCreditTeamNum()
{
extern ConVar cvar_enable;
return cvar_enable.GetInt();
}
constexpr uint8_t s_Buf_CCurrencyPack_MyTouch[] = {
0x8b, 0x06, // +0000 mov eax,[esi]
0x89, 0x... | 34.763934 | 116 | 0.652174 | fugueinheels |
dd78bb02838ed79698690ad817cdb07b8bc87fca | 576 | cpp | C++ | NSU Team Contest ( 12 October 2016 )/G - Cupboards.cpp | anirudha-ani/NSU-Problem-Solver | 2f6312fe5823c0352358f5db654dd0e1a619ce75 | [
"Apache-2.0"
] | null | null | null | NSU Team Contest ( 12 October 2016 )/G - Cupboards.cpp | anirudha-ani/NSU-Problem-Solver | 2f6312fe5823c0352358f5db654dd0e1a619ce75 | [
"Apache-2.0"
] | null | null | null | NSU Team Contest ( 12 October 2016 )/G - Cupboards.cpp | anirudha-ani/NSU-Problem-Solver | 2f6312fe5823c0352358f5db654dd0e1a619ce75 | [
"Apache-2.0"
] | null | null | null | #include <bits/stdc++.h>
using namespace std;
int main()
{
int t , l , r , l_z = 0 , l_o = 0 , r_z = 0 , r_o = 0 , ans = 0 ;
scanf("%d", &t);
for(int i = 0 ; i < t ; i++)
{
scanf("%d %d", &l , &r);
if(l == 0)
{
l_z++;
}
else
... | 15.567568 | 71 | 0.277778 | anirudha-ani |
dd7b7ac4680a63f80b4bbb31c7abba9c094fea4d | 900 | cpp | C++ | Client/src/Command_batch.cpp | gsass1/Totally-Not-A-Virus | 092019a292a8af9a897f092c57b1c7efaefdbefb | [
"WTFPL"
] | 2 | 2021-07-30T09:34:53.000Z | 2021-09-01T09:19:22.000Z | Client/src/Command_batch.cpp | gsass1/Totally-Not-A-Virus | 092019a292a8af9a897f092c57b1c7efaefdbefb | [
"WTFPL"
] | null | null | null | Client/src/Command_batch.cpp | gsass1/Totally-Not-A-Virus | 092019a292a8af9a897f092c57b1c7efaefdbefb | [
"WTFPL"
] | null | null | null | #include "Command_batch.h"
#include "stdafx.h"
#include "Logger.h"
Command_batch::Command_batch()
{
}
Command_batch::~Command_batch()
{
}
bool Command_batch::OnExecute(const std::vector<std::wstring> &args)
{
if(!(args.size() > 1))
{
VLog(LERROR, L"batch: missing argument");
return false;
}
std::wstring fi... | 19.148936 | 85 | 0.683333 | gsass1 |
dd82f16163be54ad5ae94a9c80e181f568974286 | 11,044 | cpp | C++ | bench/nebr_exchange.cpp | snake0/upcxx-2020.10.0 | dcd313a65587efcdefdb4fdfb197389a0e390ccd | [
"BSD-3-Clause-LBNL"
] | null | null | null | bench/nebr_exchange.cpp | snake0/upcxx-2020.10.0 | dcd313a65587efcdefdb4fdfb197389a0e390ccd | [
"BSD-3-Clause-LBNL"
] | null | null | null | bench/nebr_exchange.cpp | snake0/upcxx-2020.10.0 | dcd313a65587efcdefdb4fdfb197389a0e390ccd | [
"BSD-3-Clause-LBNL"
] | 1 | 2021-06-10T11:14:25.000Z | 2021-06-10T11:14:25.000Z | /*
* UPC++ benchmark: Neighbor exchange (contiguous data)
*
* This benchmark emulates a halo exchange with probabilistically near neighbors.
* At startup each rank randomly picks a number of neighbors from a normal
* distribution around that rank. Then the whole world does as many collective
* buffer exchanges ... | 26.232779 | 113 | 0.605759 | snake0 |
dd83d4744f2f8bad872ada1b8777f900caa23599 | 1,175 | cpp | C++ | Sid's Levels/Level - 1/DynamicProgramming/PaintManyHouse1.cpp | Tiger-Team-01/DSA-A-Z-Practice | e08284ffdb1409c08158dd4e90dc75dc3a3c5b18 | [
"MIT"
] | 14 | 2021-08-22T18:21:14.000Z | 2022-03-08T12:04:23.000Z | Sid's Levels/Level - 1/DynamicProgramming/PaintManyHouse1.cpp | Tiger-Team-01/DSA-A-Z-Practice | e08284ffdb1409c08158dd4e90dc75dc3a3c5b18 | [
"MIT"
] | 1 | 2021-10-17T18:47:17.000Z | 2021-10-17T18:47:17.000Z | Sid's Levels/Level - 1/DynamicProgramming/PaintManyHouse1.cpp | Tiger-Team-01/DSA-A-Z-Practice | e08284ffdb1409c08158dd4e90dc75dc3a3c5b18 | [
"MIT"
] | 5 | 2021-09-01T08:21:12.000Z | 2022-03-09T12:13:39.000Z | //OM GAN GANAPATHAYE NAMO NAMAH
//JAI SHRI RAM
//JAI BAJRANGBALI
//AMME NARAYANA, DEVI NARAYANA, LAKSHMI NARAYANA, BHADRE NARAYANA
#include<bits/stdc++.h>
using namespace std;
int main()
{
int n, k;
cin >> n >> k;
int arr[n][k];
for(int i = 0; i < n; i++)
{
for(int j = 0; j < k; j++)
... | 22.596154 | 67 | 0.403404 | Tiger-Team-01 |
dd85f0e48ce5b3e42eb69c3bf5a73870503a1197 | 560 | cpp | C++ | Playground/src/play.cpp | celestialkey/VisceralCombatEngine | b8021218401be5504ff07b087d9562c8c8ddbfb4 | [
"Apache-2.0"
] | null | null | null | Playground/src/play.cpp | celestialkey/VisceralCombatEngine | b8021218401be5504ff07b087d9562c8c8ddbfb4 | [
"Apache-2.0"
] | null | null | null | Playground/src/play.cpp | celestialkey/VisceralCombatEngine | b8021218401be5504ff07b087d9562c8c8ddbfb4 | [
"Apache-2.0"
] | null | null | null |
#include <VCE.h>
#include <glm/vec3.hpp>
class ExampleLayer : public VCE::Layer
{
public:
ExampleLayer()
: Layer("Example") {}
~ExampleLayer() {
}
void OnUpdate() override {
}
void OnAttach(){
}
void OnDetach(){
}
void OnEvent(VCE::Event& e) override {
//VCE_TRACE("ExampleLayer::OnEvent -> {0}", e);... | 13.333333 | 49 | 0.6375 | celestialkey |
dd8abd59e2aa4e7a14513e5204334387c32565cd | 5,591 | cpp | C++ | src/object/Triangle.cpp | NyantasticUwU/nyengine | b6a47d2bfb101366eeda1b318e66f09d37317688 | [
"MIT"
] | 2 | 2021-12-26T05:10:41.000Z | 2022-01-30T19:51:23.000Z | src/object/Triangle.cpp | NyantasticUwU/Nyengine | b6a47d2bfb101366eeda1b318e66f09d37317688 | [
"MIT"
] | null | null | null | src/object/Triangle.cpp | NyantasticUwU/Nyengine | b6a47d2bfb101366eeda1b318e66f09d37317688 | [
"MIT"
] | null | null | null | #include <glad/glad.h>
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>
#include <Nyengine/backend/error.hpp>
#include <Nyengine/exceptions/GLException.hpp>
#include <Nyengine/object/Triangle.hpp>
#include <cstdlib>
#define TOP_VERT_POS 0.0f, 0.5f, 0.0f
#define BML_VERT_POS... | 35.386076 | 96 | 0.649258 | NyantasticUwU |
dd8b9c11be4672e652573d47c070799316dff0f5 | 7,445 | cpp | C++ | test/pcr-grafo.cpp | gafeol/chinese-postman | 1b1dd9173ad0f58d325e0a973e2689625094df0b | [
"MIT"
] | null | null | null | test/pcr-grafo.cpp | gafeol/chinese-postman | 1b1dd9173ad0f58d325e0a973e2689625094df0b | [
"MIT"
] | 16 | 2020-02-23T05:46:26.000Z | 2021-01-27T02:09:49.000Z | test/pcr-grafo.cpp | gafeol/chinese-postman | 1b1dd9173ad0f58d325e0a973e2689625094df0b | [
"MIT"
] | 1 | 2020-12-11T18:26:31.000Z | 2020-12-11T18:26:31.000Z | #include "gtest/gtest.h"
#include "bits/stdc++.h"
using namespace std;
#include "../code/grafo.hpp"
#include "../code/pcr-grafo.cpp"
void print(vector<int> v){
printf("vector with %d elements:\n", (int)v.size());
for(int x: v)
printf("%d ", x);
puts("");
}
TEST(PCRGrafo, Simples){
Grafo G(2,... | 25.323129 | 77 | 0.495903 | gafeol |
dd8bde52178f466f2a1e2db53d81f217fef502ce | 1,484 | hpp | C++ | headers/ScriptTree.hpp | mcidclan/i3d-engine | 222bfc3669f78079b0a77ca756f44decb24e0272 | [
"Apache-2.0"
] | 1 | 2018-01-16T03:26:21.000Z | 2018-01-16T03:26:21.000Z | headers/ScriptTree.hpp | mcidclan/i3d-engine | 222bfc3669f78079b0a77ca756f44decb24e0272 | [
"Apache-2.0"
] | null | null | null | headers/ScriptTree.hpp | mcidclan/i3d-engine | 222bfc3669f78079b0a77ca756f44decb24e0272 | [
"Apache-2.0"
] | null | null | null | #ifndef SCRIPTTREE_HPP
#define SCRIPTTREE_HPP
#include "ScriptSheet.hpp"
class ScriptTree : public Element
{
public:
/// Constructor.
ScriptTree();
/// Destructor.
~ScriptTree();
///
static void draw(void);
///
void addNewScriptSheet(Script const);
///@{
/// Allow to set the cur... | 17.458824 | 57 | 0.639488 | mcidclan |
dd8d3ce076299ed8f04602687eb19af22203af15 | 1,946 | hpp | C++ | src/socket_pipeline_factory.hpp | sgalkin/notifications-backend | bf995816ecbfc54818f4d6277d4dbb695252cf75 | [
"MIT"
] | 2 | 2017-01-02T02:02:23.000Z | 2021-04-15T09:21:27.000Z | src/socket_pipeline_factory.hpp | sgalkin/notifications-backend | bf995816ecbfc54818f4d6277d4dbb695252cf75 | [
"MIT"
] | null | null | null | src/socket_pipeline_factory.hpp | sgalkin/notifications-backend | bf995816ecbfc54818f4d6277d4dbb695252cf75 | [
"MIT"
] | null | null | null | #pragma once
#include <wangle/channel/Pipeline.h>
#include <wangle/channel/Handler.h>
#include <wangle/channel/EventBaseHandler.h>
#include <wangle/channel/AsyncSocketHandler.h>
#include <folly/io/async/AsyncTransport.h>
#include <folly/Demangle.h>
#include <glog/logging.h>
#include <tuple>
#include <memory>
#include ... | 32.433333 | 111 | 0.707605 | sgalkin |
dd8d62798180c00fe7a9428360f3be6d31b756e8 | 4,969 | cpp | C++ | reference/XML/scanner.cpp | brettonw/lib.frost.bag | 25c0ff74893b6c9a2c61bf0f97189ab82e0b2f56 | [
"MIT"
] | 1 | 2016-06-09T18:02:36.000Z | 2016-06-09T18:02:36.000Z | reference/XML/scanner.cpp | brettonw/lib.frost.bag | 25c0ff74893b6c9a2c61bf0f97189ab82e0b2f56 | [
"MIT"
] | 4 | 2017-01-11T17:31:36.000Z | 2017-02-17T18:28:41.000Z | reference/XML/scanner.cpp | brettonw/lib.frost.bag | 25c0ff74893b6c9a2c61bf0f97189ab82e0b2f56 | [
"MIT"
] | 1 | 2016-10-20T16:49:17.000Z | 2016-10-20T16:49:17.000Z | //------------------------------------------------------------------------------
// includes
//------------------------------------------------------------------------------
#include "pch_include.h"
#include "scanner.h"
//------------------------------------------------------------------------------
// cl... | 33.348993 | 93 | 0.505937 | brettonw |
dd9130c36a6b9d2e25027ed8d8676612edcdb0ed | 9,108 | cpp | C++ | CityRenderingEngine/engine/rendering/Shader.cpp | roooodcastro/city-rendering-engine | eb0f2f948ab509baf7f5e08ec05f6eb510805eac | [
"MIT"
] | 2 | 2021-03-13T13:33:25.000Z | 2021-03-13T14:19:18.000Z | CityRenderingEngine/engine/rendering/Shader.cpp | roooodcastro/city-rendering-engine | eb0f2f948ab509baf7f5e08ec05f6eb510805eac | [
"MIT"
] | 1 | 2020-05-23T05:48:01.000Z | 2020-05-24T08:36:06.000Z | CityRenderingEngine/engine/rendering/Shader.cpp | roooodcastro/city-rendering-engine | eb0f2f948ab509baf7f5e08ec05f6eb510805eac | [
"MIT"
] | 1 | 2021-03-13T13:33:33.000Z | 2021-03-13T13:33:33.000Z | #include "Shader.h"
Shader::Shader(int name, const std::string &vertexFilename, const std::string &fragmentFilename) :
Resource(name) {
this->vertexFilename = std::string(vertexFilename);
this->fragmentFilename = std::string(fragmentFilename);
this->geometryFilename = "";
this->tessCtrlFilename = ... | 38.923077 | 112 | 0.631862 | roooodcastro |
dd9200c61d8c4cd4db529e1a3b741d54afd1f909 | 434 | cpp | C++ | IpcDelegate/DelegateWCaller.cpp | antonplakhotnyk/ipcdelegates | 0fc30118747596035fd13bf1dd55fa8c61fd1ad5 | [
"MIT"
] | 1 | 2021-09-18T12:34:01.000Z | 2021-09-18T12:34:01.000Z | IpcDelegate/DelegateWCaller.cpp | antonplakhotnyk/ipcdelegates | 0fc30118747596035fd13bf1dd55fa8c61fd1ad5 | [
"MIT"
] | null | null | null | IpcDelegate/DelegateWCaller.cpp | antonplakhotnyk/ipcdelegates | 0fc30118747596035fd13bf1dd55fa8c61fd1ad5 | [
"MIT"
] | null | null | null | #include "stdafx.h"
#include "DelegateWCaller.h"
ThreadLocalStoregePtr<DelegateWCaller> DelegateWCaller::s_instance;
DelegateWCaller::DelegateWCaller()
{
return_if_not_equal(s_instance, NULL);
s_instance = this;
}
DelegateWCaller::~DelegateWCaller()
{
return_if_not_equal(s_instance, this);
s_instance = NULL;
}
... | 18.083333 | 67 | 0.790323 | antonplakhotnyk |
dd94e0f533379c1640c090d79c994a102bb4e0f2 | 19,460 | cpp | C++ | src/Test/inversionTest/inversionTest.cpp | pwang234/lsms | 6044153b6138512093e457bdc0c15c699c831778 | [
"BSD-3-Clause"
] | 16 | 2018-04-03T15:35:47.000Z | 2022-03-01T03:19:23.000Z | src/Test/inversionTest/inversionTest.cpp | pwang234/lsms | 6044153b6138512093e457bdc0c15c699c831778 | [
"BSD-3-Clause"
] | 8 | 2019-07-30T13:59:18.000Z | 2022-03-31T17:43:35.000Z | src/Test/inversionTest/inversionTest.cpp | pwang234/lsms | 6044153b6138512093e457bdc0c15c699c831778 | [
"BSD-3-Clause"
] | 9 | 2018-06-30T00:30:48.000Z | 2022-01-31T09:14:29.000Z | /* -*- c-file-style: "bsd"; c-basic-offset: 2; indent-tabs-mode: nil -*- */
// test the inverion algorithm for multiple scattering codes for the solution of
// tau = (1 - tG)^-1 t
// where t is a block diagonal matrix
// note that the diagonal blocks G_ii == 0
#include <stdio.h>
#include "Complex.hpp"
#include "Matr... | 34.260563 | 143 | 0.657554 | pwang234 |
dd96f3ab7abaa5aacc0d46b9466932a65fcb93cc | 4,352 | cc | C++ | src/relay/qnn/csi_op/batch_to_space_nd.cc | T-head-Semi/tvm | c1b8e06685c92fb7cacbe989e147b0622aee4503 | [
"Apache-2.0"
] | 4 | 2021-10-19T06:22:55.000Z | 2022-03-17T22:55:12.000Z | src/relay/qnn/csi_op/batch_to_space_nd.cc | T-head-Semi/tvm | c1b8e06685c92fb7cacbe989e147b0622aee4503 | [
"Apache-2.0"
] | null | null | null | src/relay/qnn/csi_op/batch_to_space_nd.cc | T-head-Semi/tvm | c1b8e06685c92fb7cacbe989e147b0622aee4503 | [
"Apache-2.0"
] | 2 | 2021-10-19T03:28:37.000Z | 2022-03-17T22:55:14.000Z | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | 35.096774 | 99 | 0.68727 | T-head-Semi |
dd9775b14fb517b4787f3443b4dc09d7f7649b0c | 627 | cpp | C++ | 0300/30/334a.cpp | actium/cf | d7be128c3a9adb014a231a399f1c5f19e1ab2a38 | [
"Unlicense"
] | 1 | 2020-07-03T15:55:52.000Z | 2020-07-03T15:55:52.000Z | 0300/30/334a.cpp | actium/cf | d7be128c3a9adb014a231a399f1c5f19e1ab2a38 | [
"Unlicense"
] | null | null | null | 0300/30/334a.cpp | actium/cf | d7be128c3a9adb014a231a399f1c5f19e1ab2a38 | [
"Unlicense"
] | 3 | 2020-10-01T14:55:28.000Z | 2021-07-11T11:33:58.000Z | #include <iostream>
void solve(size_t n)
{
const size_t k = n * n; // number of candy bags
const size_t s = k * (k + 1) / 2; // total number of candies
const size_t m = s / n; // how many candies to give to a brother
for (size_t i = 0; i < n; ++i) {
const... | 20.9 | 84 | 0.424242 | actium |
dd99e164394592e3eebd0d58569f6acee1ed53bd | 386 | cxx | C++ | src/emu/emu_frame.cxx | ascottix/tickle | de3b7df8a6e719b7682398ac689a7e439b40876f | [
"MIT"
] | 1 | 2021-05-31T21:09:50.000Z | 2021-05-31T21:09:50.000Z | src/emu/emu_frame.cxx | ascottix/tickle | de3b7df8a6e719b7682398ac689a7e439b40876f | [
"MIT"
] | null | null | null | src/emu/emu_frame.cxx | ascottix/tickle | de3b7df8a6e719b7682398ac689a7e439b40876f | [
"MIT"
] | null | null | null | /*
Tickle class library
Copyright (c) 2003,2004 Alessandro Scotti
*/
#include "emu_frame.h"
void TFrame::playForceFeedbackEffect( int player, TForceFeedbackEffect fx, unsigned param )
{
}
void TFrame::stopForceFeedbackEffect( int player )
{
}
void TFrame::setPlayerLight( int player, bool on )... | 16.782609 | 92 | 0.69171 | ascottix |
dd9aca1571856fb2454e2a7b96281500aa1435d4 | 2,913 | hpp | C++ | include/wtf/controls/button.hpp | ahunter-eyelock/wtf | c232d89cdf9817c28c4c4937300caf117bcb6876 | [
"BSL-1.0"
] | 5 | 2017-05-25T03:41:18.000Z | 2021-06-05T14:04:30.000Z | include/wtf/controls/button.hpp | ahunter-eyelock/wtf | c232d89cdf9817c28c4c4937300caf117bcb6876 | [
"BSL-1.0"
] | null | null | null | include/wtf/controls/button.hpp | ahunter-eyelock/wtf | c232d89cdf9817c28c4c4937300caf117bcb6876 | [
"BSL-1.0"
] | 3 | 2021-03-18T20:40:27.000Z | 2021-04-02T11:46:25.000Z | /** @file
@copyright David Mott (c) 2016. Distributed under the Boost Software License Version 1.0. See LICENSE.md or http://boost.org/LICENSE_1_0.txt for details.
*/
#pragma once
#define DOXY_INHERIT_BUTTON_SUPER \
DOXY_INHERIT_WINDOW \
DOXY_INHERIT_HAS_TEXT \
DOXY_INHERIT_HAS_FONT \
DOXY_INHERIT_HAS_ENABLE ... | 27.224299 | 153 | 0.665294 | ahunter-eyelock |
dda0344359f05adb93b0f2265e0f81a81d538c62 | 6,733 | cpp | C++ | zdk/zls/zfc/CBinaryString.cpp | AlbertZheng/zlang-zvm | 56774e736060996125c31cf84ee6f82f2da04f1d | [
"Apache-2.0"
] | 11 | 2018-03-22T13:45:07.000Z | 2021-12-16T05:43:09.000Z | zdk/zls/zfc/CBinaryString.cpp | AlbertZheng/zlang-zvm | 56774e736060996125c31cf84ee6f82f2da04f1d | [
"Apache-2.0"
] | null | null | null | zdk/zls/zfc/CBinaryString.cpp | AlbertZheng/zlang-zvm | 56774e736060996125c31cf84ee6f82f2da04f1d | [
"Apache-2.0"
] | 1 | 2018-10-13T13:42:24.000Z | 2018-10-13T13:42:24.000Z | /**
* $Source: /backup/cvsroot/project/pnids/zdk/zls/zfc/CBinaryString.cpp,v $
*
* $Date: 2001/08/10 19:08:04 $
*
* $Revision: 1.2 $
*
* $Name: $
*
* $Author: zls $
*
* Copyright(C) since 1998 by Albert Zheng - 郑立松, All Rights Reserved.
*
* lisong.zheng@gmail.com
*
* $State: Exp $
*/
#include <zls/zf... | 20.03869 | 80 | 0.503045 | AlbertZheng |
dda1cd7733e087861418bad1122ad4f836c97efa | 755 | cpp | C++ | examples/c++/tutorial/callback_from_javscript/hello_function_direct.cpp | Rabbid76/WasmExamples | 3290bd7ea44c4cd03688c2c1935f9b986a9c8e52 | [
"MIT"
] | null | null | null | examples/c++/tutorial/callback_from_javscript/hello_function_direct.cpp | Rabbid76/WasmExamples | 3290bd7ea44c4cd03688c2c1935f9b986a9c8e52 | [
"MIT"
] | null | null | null | examples/c++/tutorial/callback_from_javscript/hello_function_direct.cpp | Rabbid76/WasmExamples | 3290bd7ea44c4cd03688c2c1935f9b986a9c8e52 | [
"MIT"
] | null | null | null | // Copyright 2012 The Emscripten Authors. All rights reserved.
// Emscripten is available under two separate licenses, the MIT license and the
// University of Illinois/NCSA Open Source License. Both these licenses can be
// found in the LICENSE file.
// Call compiled C/C++ code “directly” from JavaScript
// https:/... | 31.458333 | 143 | 0.743046 | Rabbid76 |
dda431c0c96fbd2e81c5b5adec0628915b8cf3f5 | 3,380 | cpp | C++ | s32v234_sdk/libs/utils/communications/src/NameIterator.cpp | intesight/Panorama4AIWAYS | 46e1988e54a5155be3b3b47c486b3f722be00b5c | [
"WTFPL"
] | null | null | null | s32v234_sdk/libs/utils/communications/src/NameIterator.cpp | intesight/Panorama4AIWAYS | 46e1988e54a5155be3b3b47c486b3f722be00b5c | [
"WTFPL"
] | null | null | null | s32v234_sdk/libs/utils/communications/src/NameIterator.cpp | intesight/Panorama4AIWAYS | 46e1988e54a5155be3b3b47c486b3f722be00b5c | [
"WTFPL"
] | 2 | 2021-01-21T02:06:16.000Z | 2021-01-28T10:47:37.000Z | /******************************************************************************
* (C) Copyright CogniVue Corp. 2010 All right reserved.
* Confidential Information
*
* All parts of the CogniVue Corp. Program Source are protected by copyright law
* and all rights are reserved.
* This documentation ... | 29.649123 | 83 | 0.436686 | intesight |
dda6f5df74e791e3f1331de50dc8a149f5de33eb | 16,233 | cpp | C++ | node_modules/lzz-gyp/lzz-source/gram_LexBlockToken.cpp | SuperDizor/dizornator | 9f57dbb3f6af80283b4d977612c95190a3d47900 | [
"ISC"
] | 3 | 2019-09-18T16:44:33.000Z | 2021-03-29T13:45:27.000Z | node_modules/lzz-gyp/lzz-source/gram_LexBlockToken.cpp | SuperDizor/dizornator | 9f57dbb3f6af80283b4d977612c95190a3d47900 | [
"ISC"
] | null | null | null | node_modules/lzz-gyp/lzz-source/gram_LexBlockToken.cpp | SuperDizor/dizornator | 9f57dbb3f6af80283b4d977612c95190a3d47900 | [
"ISC"
] | 2 | 2019-03-29T01:06:38.000Z | 2019-09-18T16:44:34.000Z | // gram_LexBlockToken.cpp
//
#include "gram_LexBlockToken.h"
// std lib
#include <cassert>
// gram
#include "gram_BlockTable.h"
#include "gram_CharBlock.h"
#include "gram_Lexer.h"
#include "gram_Message.h"
#include "gram_Prep.h"
#include "gram_TokenBlock.h"
#include "gram_TokenNumber.h"
// config
#include "conf_Conf... | 21.136719 | 102 | 0.468613 | SuperDizor |
dda824fc3f7aaabf17558567b32137f9bc919c72 | 10,876 | cpp | C++ | analyser/utility.cpp | jnmaloney/sc2-map-analyzer | b5adb13fb72a0f0a8c278241700791e7907ad4ad | [
"WTFPL"
] | 4 | 2015-11-14T17:17:30.000Z | 2020-05-13T05:51:12.000Z | analyser/utility.cpp | jnmaloney/sc2-map-analyzer | b5adb13fb72a0f0a8c278241700791e7907ad4ad | [
"WTFPL"
] | null | null | null | analyser/utility.cpp | jnmaloney/sc2-map-analyzer | b5adb13fb72a0f0a8c278241700791e7907ad4ad | [
"WTFPL"
] | 1 | 2020-05-13T05:53:54.000Z | 2020-05-13T05:53:54.000Z | #include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <string.h>
#include "outstreams.hpp"
#include "utility.hpp"
#include "sc2mapTypes.hpp"
const char* projectURL = "http://www.sc2mapster.com/assets/sc2-map-analyzer";
const char* adminEmail = "dimfish.mapper@gmail.com";
void removeChar... | 20.482109 | 88 | 0.448602 | jnmaloney |
ddaba7911a963f31b5c6b3b0b30284bd93ffaa84 | 1,022 | cpp | C++ | CodeForces.367/C.cpp | JoaoBaptMG/CompetitiveProgrammingSolutions | 4ecd4e1568b1104a683ea59367defe5cd39a34e8 | [
"MIT"
] | null | null | null | CodeForces.367/C.cpp | JoaoBaptMG/CompetitiveProgrammingSolutions | 4ecd4e1568b1104a683ea59367defe5cd39a34e8 | [
"MIT"
] | null | null | null | CodeForces.367/C.cpp | JoaoBaptMG/CompetitiveProgrammingSolutions | 4ecd4e1568b1104a683ea59367defe5cd39a34e8 | [
"MIT"
] | null | null | null | #include <iostream>
#include <vector>
#include <string>
#include <limits>
using namespace std;
#define MIN(a,b) ((a)<(b)?(a):(b))
constexpr size_t MAX = 1000000000000000000;
int main()
{
size_t n;
cin >> n;
vector<size_t> cs;
cs.resize(n);
for (auto &c : cs)
cin >> c;
vector<string> strs;
strs.resize(n)... | 17.322034 | 70 | 0.55773 | JoaoBaptMG |
ddac3273ff6f56e7aad312cc6403c5cedea20545 | 16,223 | hpp | C++ | packages/dev-tools/src/ek/editor/gui/InspectorWindow_impl.hpp | highduck/ekx | 928300bd2af88dfddd92cc4e1754b9e53969640f | [
"0BSD"
] | 12 | 2021-04-10T18:39:19.000Z | 2022-02-01T05:21:42.000Z | packages/dev-tools/src/ek/editor/gui/InspectorWindow_impl.hpp | highduck/ekx | 928300bd2af88dfddd92cc4e1754b9e53969640f | [
"0BSD"
] | 109 | 2021-09-09T23:53:45.000Z | 2022-03-31T23:21:28.000Z | packages/dev-tools/src/ek/editor/gui/InspectorWindow_impl.hpp | highduck/ekx | 928300bd2af88dfddd92cc4e1754b9e53969640f | [
"0BSD"
] | 3 | 2021-05-20T03:23:10.000Z | 2022-01-10T14:22:31.000Z | #pragma once
#include "Widgets.hpp"
#include <ecxx/ecxx.hpp>
#include <ek/editor/imgui/imgui.hpp>
#include <ek/scenex/2d/Display2D.hpp>
#include <ek/scenex/base/Interactive.hpp>
#include <ek/scenex/base/Script.hpp>
#include <ek/scenex/2d/Transform2D.hpp>
#include <ek/scenex/3d/Transform3D.hpp>
#include <ek/scenex/3d/C... | 38.904077 | 101 | 0.655243 | highduck |
ddadda47e31887cbc89d0c3e9e5f286e0c408a59 | 1,030 | cpp | C++ | src/2D/Dot.cpp | htmlcsjs/funni-marching | 2a03d55abdd5f7915c6c26f7212edd9705095757 | [
"MIT"
] | null | null | null | src/2D/Dot.cpp | htmlcsjs/funni-marching | 2a03d55abdd5f7915c6c26f7212edd9705095757 | [
"MIT"
] | null | null | null | src/2D/Dot.cpp | htmlcsjs/funni-marching | 2a03d55abdd5f7915c6c26f7212edd9705095757 | [
"MIT"
] | null | null | null | #include <raylib.h>
#include "Dot.hpp"
using namespace helpers2D;
Dot::Dot(Vector2 gridPos, Color colour, float unitSize)
{
this->gridPos = gridPos;
this->colour = colour;
this->unitSize = unitSize;
this->setGridPos(gridPos);
}
Dot::Dot(int x, int y, Color colour, float unitSize)
{
this->gridPos... | 18.070175 | 60 | 0.636893 | htmlcsjs |
ddb811417ba36f2dc1607e1e9abe8d291f6fdf75 | 4,573 | cpp | C++ | src/third_party/mozjs/extract/intl/locale/tests/gtest/TestLocaleService.cpp | benety/mongo | 203430ac9559f82ca01e3cbb3b0e09149fec0835 | [
"Apache-2.0"
] | null | null | null | src/third_party/mozjs/extract/intl/locale/tests/gtest/TestLocaleService.cpp | benety/mongo | 203430ac9559f82ca01e3cbb3b0e09149fec0835 | [
"Apache-2.0"
] | null | null | null | src/third_party/mozjs/extract/intl/locale/tests/gtest/TestLocaleService.cpp | benety/mongo | 203430ac9559f82ca01e3cbb3b0e09149fec0835 | [
"Apache-2.0"
] | null | null | null | /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "gtest/gtest.h"
#include ... | 30.691275 | 79 | 0.77564 | benety |
ddb89b6f4ad2377670c03416708b3d6bed3ddbc9 | 12,607 | cpp | C++ | imagecore/image/resizecrop.cpp | shahzadlone/vireo | 73e7176d0255a9506b009c9ab8cc532ecd86e98c | [
"MIT"
] | 890 | 2017-12-15T17:55:42.000Z | 2022-03-27T07:46:49.000Z | imagecore/image/resizecrop.cpp | shahzadlone/vireo | 73e7176d0255a9506b009c9ab8cc532ecd86e98c | [
"MIT"
] | 29 | 2017-12-16T21:49:08.000Z | 2021-09-08T23:04:10.000Z | imagecore/image/resizecrop.cpp | shahzadlone/vireo | 73e7176d0255a9506b009c9ab8cc532ecd86e98c | [
"MIT"
] | 88 | 2017-12-15T19:29:49.000Z | 2022-03-21T00:59:29.000Z | /*
* MIT License
*
* Copyright (c) 2017 Twitter
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, ... | 37.858859 | 363 | 0.742524 | shahzadlone |
ddba0d9f6ac843e7320be0037408d7fe60b63d75 | 462 | cpp | C++ | acmicpc.net/source/4458.cpp | tdm1223/Algorithm | 994149afffa21a81e38b822afcfc01f677d9e430 | [
"MIT"
] | 7 | 2019-06-26T07:03:32.000Z | 2020-11-21T16:12:51.000Z | acmicpc.net/source/4458.cpp | tdm1223/Algorithm | 994149afffa21a81e38b822afcfc01f677d9e430 | [
"MIT"
] | null | null | null | acmicpc.net/source/4458.cpp | tdm1223/Algorithm | 994149afffa21a81e38b822afcfc01f677d9e430 | [
"MIT"
] | 9 | 2019-02-28T03:34:54.000Z | 2020-12-18T03:02:40.000Z | // 4458. 첫 글자를 대문자로
// 2021.05.03
// 문자열
#include<iostream>
#include<string>
using namespace std;
int main()
{
string s;
int n;
cin >> n;
cin.ignore(10, '\n');
for (int i = 0; i < n; i++)
{
getline(cin, s);
if (s[0] >= 97)
{
s[0] -= 32;
}
fo... | 14.4375 | 42 | 0.380952 | tdm1223 |
ddbaf2dcd756043088a472b3c11570638b050b4c | 1,799 | cpp | C++ | src/ecu_timer.cpp | amosproj/amos-ss2017-project4-car-simulator | b9286ed6a9707eac04d7c26786a52c447551c0cc | [
"Apache-2.0"
] | 14 | 2018-05-15T09:03:35.000Z | 2021-09-07T22:07:21.000Z | src/ecu_timer.cpp | amosproj/amos-ss2017-project4-car-simulator | b9286ed6a9707eac04d7c26786a52c447551c0cc | [
"Apache-2.0"
] | 2 | 2018-07-16T07:01:36.000Z | 2022-02-20T15:18:20.000Z | src/ecu_timer.cpp | amosproj/amos-ss2017-project4-car-simulator | b9286ed6a9707eac04d7c26786a52c447551c0cc | [
"Apache-2.0"
] | 7 | 2018-05-04T15:11:10.000Z | 2022-02-20T09:12:21.000Z | /**
* @file ecu_timer.cpp
*
*/
#include "ecu_timer.h"
#include <iostream>
#include <thread>
using namespace std;
using std::chrono::system_clock;
EcuTimer::EcuTimer() {
t_id_ = 0;
}
/**
* Starts the timer. If the timer is already running, calling this function
* resets the timer.
*
* @param ms: time va... | 18.546392 | 96 | 0.57532 | amosproj |
ddbb58fbfc32beb830ce5c4cbb001b584f7e6ebc | 668 | hpp | C++ | engine/src/Graphics/GraphicsFeatureSkybox.hpp | aleksigron/graphics-toolkit | f8e60c57316a72dff9de07512e9771deb3799208 | [
"MIT"
] | null | null | null | engine/src/Graphics/GraphicsFeatureSkybox.hpp | aleksigron/graphics-toolkit | f8e60c57316a72dff9de07512e9771deb3799208 | [
"MIT"
] | null | null | null | engine/src/Graphics/GraphicsFeatureSkybox.hpp | aleksigron/graphics-toolkit | f8e60c57316a72dff9de07512e9771deb3799208 | [
"MIT"
] | null | null | null | #pragma once
#include "Graphics/GraphicsFeature.hpp"
#include "Resources/MeshId.hpp"
#include "Resources/ShaderId.hpp"
namespace kokko
{
class GraphicsFeatureSkybox : public GraphicsFeature
{
public:
GraphicsFeatureSkybox();
virtual void Initialize(const InitializeParameters& parameters) override;
virtual void ... | 22.266667 | 76 | 0.811377 | aleksigron |
ddbd4223512edb5495185104243cf8654a1a8c6c | 1,619 | cpp | C++ | gym/index20_29/ioi2021_26/PE.cpp | daklqw/IOI2021-training | 4f21cef8eec47330e3db77a3d90cbe2309fa8294 | [
"Apache-2.0"
] | 6 | 2020-10-12T05:07:03.000Z | 2021-09-11T14:54:58.000Z | gym/index20_29/ioi2021_26/PE.cpp | daklqw/IOI2021-training | 4f21cef8eec47330e3db77a3d90cbe2309fa8294 | [
"Apache-2.0"
] | null | null | null | gym/index20_29/ioi2021_26/PE.cpp | daklqw/IOI2021-training | 4f21cef8eec47330e3db77a3d90cbe2309fa8294 | [
"Apache-2.0"
] | 2 | 2021-02-09T02:06:31.000Z | 2021-10-06T01:25:08.000Z | #include <bits/stdc++.h>
const int MAXN = 2e5 + 10;
typedef long long LL;
int head[MAXN], nxt[MAXN << 1], to[MAXN << 1], tot;
void adde(int b, int e) {
nxt[++tot] = head[b]; to[head[b] = tot] = e;
nxt[++tot] = head[e]; to[head[e] = tot] = b;
}
struct _ {
LL n, p;
bool operator < (_ b) const {
return n > b.n;
}
... | 22.486111 | 61 | 0.489809 | daklqw |
ddc5df8417f0d66c102954748ec58a5a0d94cc94 | 8,406 | cc | C++ | libgearman-server/queue.cc | alionurdemetoglu/gearmand | dd9ac59a730f816e0dc5f27f98fdc06a08cc4c22 | [
"BSD-3-Clause"
] | 712 | 2016-07-02T03:32:22.000Z | 2022-03-23T14:23:02.000Z | libgearman-server/queue.cc | alionurdemetoglu/gearmand | dd9ac59a730f816e0dc5f27f98fdc06a08cc4c22 | [
"BSD-3-Clause"
] | 294 | 2016-07-03T16:17:41.000Z | 2022-03-30T04:37:49.000Z | libgearman-server/queue.cc | alionurdemetoglu/gearmand | dd9ac59a730f816e0dc5f27f98fdc06a08cc4c22 | [
"BSD-3-Clause"
] | 163 | 2016-07-08T10:03:38.000Z | 2022-01-21T05:03:48.000Z | /* vim:expandtab:shiftwidth=2:tabstop=2:smarttab:
*
* Gearmand client and server library.
*
* Copyright (C) 2011 Data Differential, http://datadifferential.com/
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the fo... | 31.840909 | 117 | 0.600048 | alionurdemetoglu |
ddc940ae7debffcec306a4bcefcc1d384a076649 | 3,609 | cpp | C++ | src/bcmlong.cpp | stuart-knock/nftsim | e0af063add3b4d99dcbff45310b818d948fc15ec | [
"Apache-2.0"
] | 16 | 2018-08-28T10:57:07.000Z | 2021-12-06T11:52:35.000Z | src/bcmlong.cpp | stuart-knock/nftsim | e0af063add3b4d99dcbff45310b818d948fc15ec | [
"Apache-2.0"
] | 43 | 2018-01-24T00:56:24.000Z | 2020-10-19T11:15:57.000Z | src/bcmlong.cpp | stuart-knock/nftsim | e0af063add3b4d99dcbff45310b818d948fc15ec | [
"Apache-2.0"
] | 16 | 2018-03-12T02:17:43.000Z | 2022-03-18T06:25:16.000Z | /** @file bcmlong.cpp
@brief A brief, one sentence description.
A more detailed multiline description...
@author Peter Drysdale, Felix Fung,
*/
// Main module header
#include "bcmlong.h" // BCMLong;
// Other nftsim headers
#include "configf.h" // Configf;
#include "de.h" // RK4;
#include "output... | 28.642857 | 97 | 0.543641 | stuart-knock |
ddcc60459156355b4af5441ffd68e7ed6df73f5b | 26,108 | cpp | C++ | CullingModule/MaskedSWOcclusionCulling/Stage/BinTrianglesStage.cpp | SungJJinKang/Parallel_Culling | 17d1302f500bd38df75583c81a7091b975a3ef91 | [
"MIT"
] | 10 | 2021-12-25T09:22:39.000Z | 2022-02-27T19:39:45.000Z | CullingModule/MaskedSWOcclusionCulling/Stage/BinTrianglesStage.cpp | SungJJinKang/Parallel_Culling | 17d1302f500bd38df75583c81a7091b975a3ef91 | [
"MIT"
] | 1 | 2021-11-17T03:15:13.000Z | 2021-11-18T02:51:55.000Z | CullingModule/MaskedSWOcclusionCulling/Stage/BinTrianglesStage.cpp | SungJJinKang/Parallel_Culling | 17d1302f500bd38df75583c81a7091b975a3ef91 | [
"MIT"
] | 1 | 2022-01-09T23:14:30.000Z | 2022-01-09T23:14:30.000Z | #include "BinTrianglesStage.h"
#include <vector>
#include "../MaskedSWOcclusionCulling.h"
#include "../SWDepthBuffer.h"
#include "../Utility/vertexTransformationHelper.h"
#include "../Utility/depthBufferTileHelper.h"
#include "../Utility/RasterizerHelper.h"
#define BIN_VERTEX_INDICE_COUNT_PER_THREAD 24
#define DEF... | 37.782923 | 339 | 0.753486 | SungJJinKang |
ddcd0f57e97e71842be257cf52e07e325c09cd89 | 2,321 | cpp | C++ | mailcore2/src/java/native/com_libmailcore_Attachment.cpp | thucnt93/MailCoreStaticLib | 143ce83c163da51d2aad95c2b24f694f2ade915b | [
"MIT"
] | 1,756 | 2015-01-02T16:35:32.000Z | 2022-03-31T18:52:38.000Z | mailcore2/src/java/native/com_libmailcore_Attachment.cpp | thucnt93/MailCoreStaticLib | 143ce83c163da51d2aad95c2b24f694f2ade915b | [
"MIT"
] | 937 | 2015-01-02T23:56:52.000Z | 2022-03-21T09:24:56.000Z | mailcore2/src/java/native/com_libmailcore_Attachment.cpp | thucnt93/MailCoreStaticLib | 143ce83c163da51d2aad95c2b24f694f2ade915b | [
"MIT"
] | 476 | 2015-01-04T06:02:52.000Z | 2022-03-31T00:24:08.000Z | #include "com_libmailcore_Attachment.h"
#include "TypesUtils.h"
#include "JavaHandle.h"
#include "MCAttachment.h"
#include "MCDefines.h"
using namespace mailcore;
#define nativeType Attachment
#define javaType nativeType
JNIEXPORT jstring JNICALL Java_com_libmailcore_Attachment_mimeTypeForFilename
(JNIEnv * env, ... | 29.379747 | 122 | 0.789746 | thucnt93 |
ddce4d1ff95fe0a1ba4d23465a25e6a76b75f0ed | 5,177 | cpp | C++ | OpenGL-Beginner-to-Advance/src/tests/01_Getting_started/07_Transformations/T07_Transformations_02.cpp | TheUnicum/OpenGL-Beginner-to-Advance | b07abcafb0ae5f11a99314156386ac09e836c066 | [
"Apache-2.0"
] | null | null | null | OpenGL-Beginner-to-Advance/src/tests/01_Getting_started/07_Transformations/T07_Transformations_02.cpp | TheUnicum/OpenGL-Beginner-to-Advance | b07abcafb0ae5f11a99314156386ac09e836c066 | [
"Apache-2.0"
] | null | null | null | OpenGL-Beginner-to-Advance/src/tests/01_Getting_started/07_Transformations/T07_Transformations_02.cpp | TheUnicum/OpenGL-Beginner-to-Advance | b07abcafb0ae5f11a99314156386ac09e836c066 | [
"Apache-2.0"
] | null | null | null | #include "T07_Transformations_02.h"
#include "GLFW/glfw3.h"
namespace test {
T07_Transformations_02::T07_Transformations_02()
: m_mixFactor(.5f)
{
float positions[] = {
-0.5f, -0.5f, 0.0f, 0.0f,
+0.5f, -0.5f, 1.0f, 0.0f,
+0.5f, +0.5f, 1.0f, 1.0f,
-0.5f, +0.5f, 0.0f, 1.0f
};
unsigned int m_indic... | 26.279188 | 119 | 0.632026 | TheUnicum |
ddcf9616c31ed55cc59255bdcdb74bdf1cdfa94d | 23,940 | cpp | C++ | source/base/Scene.cpp | chillpert/renderer | 9c953cef10ebec7a2c8fe5763a2c10105729deab | [
"Zlib"
] | 2 | 2020-11-18T18:20:12.000Z | 2020-12-18T19:24:00.000Z | source/base/Scene.cpp | chillpert/rayex | 9c953cef10ebec7a2c8fe5763a2c10105729deab | [
"Zlib"
] | null | null | null | source/base/Scene.cpp | chillpert/rayex | 9c953cef10ebec7a2c8fe5763a2c10105729deab | [
"Zlib"
] | null | null | null | #include "base/Scene.hpp"
#include "api/Components.hpp"
#define STB_IMAGE_IMPLEMENTATION
#include "stb/stb_image.h"
namespace RAYEX_NAMESPACE
{
CameraUbo cameraUbo;
std::shared_ptr<Geometry> triangle = nullptr; ///< A dummy triangle that will be placed in the scene if it empty. This assures the ... | 33.576438 | 251 | 0.639223 | chillpert |
ddd0a91af586334670d6a6b91d1ff92e5e6a002d | 5,374 | cpp | C++ | src/mesh.cpp | hippo-o-matic/telabrium | 9f7e6db3540372e43a555ac0b6c6bc457c39fad2 | [
"MIT"
] | null | null | null | src/mesh.cpp | hippo-o-matic/telabrium | 9f7e6db3540372e43a555ac0b6c6bc457c39fad2 | [
"MIT"
] | null | null | null | src/mesh.cpp | hippo-o-matic/telabrium | 9f7e6db3540372e43a555ac0b6c6bc457c39fad2 | [
"MIT"
] | null | null | null | #include "telabrium/mesh.h"
std::vector<Mesh*> Mesh::meshes{};
Mesh::Mesh(std::vector<Vertex> vertices, std::vector<unsigned int> indices, std::vector<Texture> texs, std::vector<std::shared_ptr<Material>> mats, glm::mat4 transform){
this->vertices = vertices;
this->indices = indices;
this->textures = texs;
... | 34.012658 | 170 | 0.654447 | hippo-o-matic |
ddd1daf4dddb772a08de769a09b3d408018dfa2f | 26,228 | cpp | C++ | inetcore/outlookexpress/inetcomm/apitest/trawl/trawler.cpp | npocmaka/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 17 | 2020-11-13T13:42:52.000Z | 2021-09-16T09:13:13.000Z | inetcore/outlookexpress/inetcomm/apitest/trawl/trawler.cpp | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 2 | 2020-10-19T08:02:06.000Z | 2020-10-19T08:23:18.000Z | inetcore/outlookexpress/inetcomm/apitest/trawl/trawler.cpp | sancho1952007/Windows-Server-2003 | 5c6fe3db626b63a384230a1aa6b92ac416b0765f | [
"Unlicense"
] | 14 | 2020-11-14T09:43:20.000Z | 2021-08-28T08:59:57.000Z | // --------------------------------------------------------------------------------
// Trawler.cpp
// --------------------------------------------------------------------------------
#define INC_OLE2
#include "windows.h"
#include "main.h"
#include "stdio.h"
#include "shlwapi.h"
#include "mimeole.h"
#include "t... | 32.380247 | 109 | 0.468354 | npocmaka |
ddd256676c7f760752ba73dda73c670411d2437f | 31,000 | cpp | C++ | test/src/iqxtest.cpp | Rohde-Schwarz/daiex | ec4c56fcbdc3cca9bf4642809f4a742edb85a43d | [
"Apache-2.0"
] | 8 | 2019-12-11T13:09:34.000Z | 2022-02-02T16:37:01.000Z | test/src/iqxtest.cpp | Rohde-Schwarz/daiex | ec4c56fcbdc3cca9bf4642809f4a742edb85a43d | [
"Apache-2.0"
] | null | null | null | test/src/iqxtest.cpp | Rohde-Schwarz/daiex | ec4c56fcbdc3cca9bf4642809f4a742edb85a43d | [
"Apache-2.0"
] | 1 | 2021-04-30T02:42:37.000Z | 2021-04-30T02:42:37.000Z | #include "gtest/gtest.h"
#include "dataimportexport.h"
#include "common.h"
#include <string>
#include <vector>
#include <map>
#include <cmath>
#include <fstream>
#ifdef _WIN32
#define isfinite(x) _finite(x)
#endif
using namespace std;
using namespace rohdeschwarz::mosaik::dataimportexport;
const size_t KB = 1024;... | 31.600408 | 154 | 0.688419 | Rohde-Schwarz |
ddd5120a8890e7866cee99c7e4904fa54de1bbe8 | 2,664 | cpp | C++ | openframeworks/Rotate/src/ofApp.cpp | isabella232/CreativeCoding | e62acaea9ecf527b0b72c1881ece1d7c03d56e5b | [
"MIT"
] | 23 | 2018-04-08T17:46:01.000Z | 2022-03-12T21:00:52.000Z | openframeworks/Rotate/src/ofApp.cpp | DalavanCloud/CreativeCoding | e62acaea9ecf527b0b72c1881ece1d7c03d56e5b | [
"MIT"
] | 1 | 2021-06-09T06:53:48.000Z | 2021-06-09T08:04:27.000Z | openframeworks/Rotate/src/ofApp.cpp | DalavanCloud/CreativeCoding | e62acaea9ecf527b0b72c1881ece1d7c03d56e5b | [
"MIT"
] | 3 | 2018-06-03T22:20:36.000Z | 2021-06-09T06:38:16.000Z | #include "ofApp.h"
#include "ofxSyphonClient.h"
#include "MeshUtils.h"
MeshUtils utils;
ofxSyphonServer syphon;
const string APP_NAME = "APP_NAME";
bool paused = false;
ofVec3f p1;
ofVec3f p2;
float lineLength = 100;
float angle = 0;
float aVelocity = 0;
float aAcceleration = 0.001;
//--------------------------... | 20.181818 | 64 | 0.394895 | isabella232 |
ddd8060da9c848e4177eda87f82979824d44aee8 | 7,696 | cpp | C++ | chart/svg.cpp | 5r1gsOi1/other | 16da2846da4f80cdbccf0232696301c50c10c005 | [
"MIT"
] | null | null | null | chart/svg.cpp | 5r1gsOi1/other | 16da2846da4f80cdbccf0232696301c50c10c005 | [
"MIT"
] | null | null | null | chart/svg.cpp | 5r1gsOi1/other | 16da2846da4f80cdbccf0232696301c50c10c005 | [
"MIT"
] | null | null | null |
#include "svg.h"
svg::Text::Text(const std::string &text, const Point<double> &p,
const Point<double> &d, const svg::Attributes &font,
const svg::Attributes &fill)
: text_(text), p_(p), d_(d) {
name = "text";
attributes.insert(font.begin(), font.end());
attributes.insert(fill... | 30.0625 | 79 | 0.577313 | 5r1gsOi1 |
ddda131b1f8e0263f119db7d2620ce9805a456ea | 14,145 | hpp | C++ | Code/GraphicsCore/Device.hpp | DhirajWishal/Flint | 0750bd515de0b5cc3d23f7c2282c50ca483dff24 | [
"Apache-2.0"
] | null | null | null | Code/GraphicsCore/Device.hpp | DhirajWishal/Flint | 0750bd515de0b5cc3d23f7c2282c50ca483dff24 | [
"Apache-2.0"
] | 1 | 2021-10-30T11:19:53.000Z | 2021-10-30T11:19:54.000Z | Code/GraphicsCore/Device.hpp | DhirajWishal/Flint | 0750bd515de0b5cc3d23f7c2282c50ca483dff24 | [
"Apache-2.0"
] | null | null | null | // Copyright 2021 Dhiraj Wishal
// SPDX-License-Identifier: Apache-2.0
#pragma once
#include "DeviceBoundObject.hpp"
namespace Flint
{
class Display;
class DeviceBoundObject;
class Instance;
class CommandBufferAllocator;
class CommandBuffer;
class SynchronizationPrimitive;
class HostSynchronizationPrimitive... | 39.291667 | 493 | 0.742312 | DhirajWishal |
dddbb398c9195c0ee2a4008df4d7e2d95c6a415c | 1,566 | cc | C++ | chromium/components/arc/video/arc_video_bridge.cc | wedataintelligence/vivaldi-source | 22a46f2c969f6a0b7ca239a05575d1ea2738768c | [
"BSD-3-Clause"
] | null | null | null | chromium/components/arc/video/arc_video_bridge.cc | wedataintelligence/vivaldi-source | 22a46f2c969f6a0b7ca239a05575d1ea2738768c | [
"BSD-3-Clause"
] | null | null | null | chromium/components/arc/video/arc_video_bridge.cc | wedataintelligence/vivaldi-source | 22a46f2c969f6a0b7ca239a05575d1ea2738768c | [
"BSD-3-Clause"
] | null | null | null | // Copyright 2016 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/arc/video/arc_video_bridge.h"
#include <utility>
namespace arc {
ArcVideoBridge::ArcVideoBridge(
scoped_ptr<VideoHostDelegate>... | 29.54717 | 79 | 0.745211 | wedataintelligence |
dddc0efa996e2ed1d7b24fdebd85c2b337fbf75b | 7,646 | cpp | C++ | src/blocks/blocks.cpp | TehPwns/PwnsianCartograph | 1533a63344dc08485c4693c7413b4bc2a9b69bf0 | [
"MIT"
] | 2 | 2019-09-29T10:07:56.000Z | 2020-06-08T17:32:01.000Z | src/blocks/blocks.cpp | jamesrwaugh/PwnsianCartographer | 1533a63344dc08485c4693c7413b4bc2a9b69bf0 | [
"MIT"
] | null | null | null | src/blocks/blocks.cpp | jamesrwaugh/PwnsianCartographer | 1533a63344dc08485c4693c7413b4bc2a9b69bf0 | [
"MIT"
] | null | null | null | #include <fstream>
#include "json11.hpp"
#include "ZipLib/ZipFile.h"
#include "utility/lodepng.h"
#include "utility/utility.h"
#include "blocks/blocks.h"
namespace
{
/* This is a std::map comparison functor that returns
* true if two SDL_Colors are similar. By doing this,
* similar colors can be grouped together */... | 28.636704 | 102 | 0.62451 | TehPwns |
ddde8814f7d88f245f52a933fb352c08d4e86293 | 1,310 | cpp | C++ | core/src/scene/spriteAtlas.cpp | flyskyosg/tangram-es | 7d0d7297485fdb388455b15810690c1568bdbedb | [
"MIT"
] | null | null | null | core/src/scene/spriteAtlas.cpp | flyskyosg/tangram-es | 7d0d7297485fdb388455b15810690c1568bdbedb | [
"MIT"
] | 1 | 2020-10-09T21:57:12.000Z | 2020-10-09T21:57:12.000Z | core/src/scene/spriteAtlas.cpp | quitejonny/tangram-es | b457b7fc59e3e0f3c6d7bc26a0b5fe62098376fb | [
"MIT"
] | 1 | 2019-08-31T14:43:29.000Z | 2019-08-31T14:43:29.000Z | #include "scene/spriteAtlas.h"
#include "platform.h"
namespace Tangram {
SpriteAtlas::SpriteAtlas(std::shared_ptr<Texture> _texture) : m_texture(_texture) {}
void SpriteAtlas::addSpriteNode(const std::string& _name, glm::vec2 _origin, glm::vec2 _size) {
float atlasWidth = m_texture->getWidth();
float atlas... | 29.111111 | 96 | 0.683206 | flyskyosg |
50b19e19646e237e6d85ddbf8d5ba26389c7cc86 | 4,245 | hpp | C++ | src/apps/avsinfo/item.hpp | januswel/avsutil | 417a07e794a4ec7549dc8453407d541755bb4bb3 | [
"MIT"
] | null | null | null | src/apps/avsinfo/item.hpp | januswel/avsutil | 417a07e794a4ec7549dc8453407d541755bb4bb3 | [
"MIT"
] | 1 | 2015-01-05T15:45:31.000Z | 2015-01-05T15:45:31.000Z | src/apps/avsinfo/item.hpp | januswel/avsutil | 417a07e794a4ec7549dc8453407d541755bb4bb3 | [
"MIT"
] | null | null | null | /*
* item.hpp
* Declarations and definitions for the classes to format and show data
*
* Copyright (C) 2010 janus_wel<janus.wel.3@gmail.com>
* see LICENSE for redistributing, modifying, and so on.
* */
#ifndef ITEM_HPP
#define ITEM_HPP
#include "../../helper/typeconv.hpp"
#include "../../helper/observer.hpp"... | 36.594828 | 78 | 0.487868 | januswel |
50b31a428465b311f3c9df5a4f0f2133d7972adb | 3,479 | hpp | C++ | code/include/terrain/Seed.hpp | Shutter-Island-Team/Shutter-island | c5e7c0b2c60c34055e64104dcbc396b9e1635f33 | [
"MIT"
] | 4 | 2016-06-24T09:22:18.000Z | 2019-06-13T13:50:53.000Z | code/include/terrain/Seed.hpp | Shutter-Island-Team/Shutter-island | c5e7c0b2c60c34055e64104dcbc396b9e1635f33 | [
"MIT"
] | null | null | null | code/include/terrain/Seed.hpp | Shutter-Island-Team/Shutter-island | c5e7c0b2c60c34055e64104dcbc396b9e1635f33 | [
"MIT"
] | 2 | 2016-06-10T12:46:17.000Z | 2018-10-14T06:37:21.000Z | /**
* @file Seed.hpp
*
* @brief Everything related to a seed of the map
*/
#ifndef SEED_HPP
#define SEED_HPP
#include "Biome.hpp"
#include "../../lib/voro++/src/voro++.hh"
#include <memory>
#include <utility>
/**
* @brief
* Representing a bi-dimensional vertex by a pair of float.
*/
typedef std::pair<float... | 19.435754 | 75 | 0.586663 | Shutter-Island-Team |
50b39fc44ab63a6ea19a9c136f69b6861a151226 | 2,719 | cpp | C++ | 9_stacks/53_postfix_evaluation.cpp | meyash/dust | 8f90d7f9cc42f61193c737cde14e9c4bb32884b4 | [
"MIT"
] | 1 | 2020-09-30T10:36:06.000Z | 2020-09-30T10:36:06.000Z | 9_stacks/53_postfix_evaluation.cpp | meyash/dust | 8f90d7f9cc42f61193c737cde14e9c4bb32884b4 | [
"MIT"
] | null | null | null | 9_stacks/53_postfix_evaluation.cpp | meyash/dust | 8f90d7f9cc42f61193c737cde14e9c4bb32884b4 | [
"MIT"
] | null | null | null | #include<bits/stdc++.h>
using namespace std;
// program for evaluating a postfix expression
class Stack{
private:
int size;
int top;
int *s;
public:
Stack(){
top=-1;
}
Stack(int size){
this->size=size;
s=new int[size];
... | 21.752 | 73 | 0.36815 | meyash |
50b5d7247ba4053112a7987bd42270f428867f62 | 680 | cpp | C++ | cf560/b.cpp | rusucosmin/Cplusplus | 0e95cd01d20b22404aa4166c71d5a9e834a5a21b | [
"MIT"
] | 11 | 2015-08-29T13:41:22.000Z | 2020-01-08T20:34:06.000Z | cf560/b.cpp | rusucosmin/Cplusplus | 0e95cd01d20b22404aa4166c71d5a9e834a5a21b | [
"MIT"
] | null | null | null | cf560/b.cpp | rusucosmin/Cplusplus | 0e95cd01d20b22404aa4166c71d5a9e834a5a21b | [
"MIT"
] | 5 | 2016-01-20T18:17:01.000Z | 2019-10-30T11:57:15.000Z | #include <iostream>
using namespace std;
inline bool solve(int a1, int b1, int a2, int b2, int a3, int b3) {
if(a2 + a3 <= a1 && max(b2, b3) <= b1)
return 1;
else
if(a2 + b3 <= a1 && max(a3, b2) <= b1)
return 1;
else
if(b2 + a3 <= a1 && max(b3, a2) <= b1)
return 1;
else
if(b2 + b3 <= a1 && m... | 20.606061 | 67 | 0.520588 | rusucosmin |
50b61748fffd338c421aa1f6dbe818075634c348 | 1,165 | cpp | C++ | mdlink/src/base/test/Test.cpp | sz6636/DataCore | e2ef9bd2c22ee9e2845675b6435a14fa607f3551 | [
"Apache-2.0"
] | 144 | 2017-11-08T07:19:13.000Z | 2021-07-26T14:13:02.000Z | mdlink/src/base/test/Test.cpp | sz6636/DataCore | e2ef9bd2c22ee9e2845675b6435a14fa607f3551 | [
"Apache-2.0"
] | 13 | 2017-12-14T17:16:12.000Z | 2019-06-16T22:22:36.000Z | mdlink/src/base/test/Test.cpp | quantOS-org/DataCore | e2ef9bd2c22ee9e2845675b6435a14fa607f3551 | [
"Apache-2.0"
] | 88 | 2017-11-21T01:31:00.000Z | 2021-06-19T01:01:04.000Z |
/***********************************************************************
Copyright 2017 quantOS-org
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
Un... | 29.125 | 72 | 0.63691 | sz6636 |
50b67756fac108abbadc34a53df7a5f79ea2765d | 43 | cpp | C++ | source/dummy-includes/gui/Top_level_window.include.cpp | alf-p-steinbach/winapi | 866a3bcf5eddf4237db56790559bb0310f183abc | [
"MIT"
] | 1 | 2021-11-21T18:55:34.000Z | 2021-11-21T18:55:34.000Z | source/dummy-includes/gui/Top_level_window.include.cpp | alf-p-steinbach/winapi | 866a3bcf5eddf4237db56790559bb0310f183abc | [
"MIT"
] | null | null | null | source/dummy-includes/gui/Top_level_window.include.cpp | alf-p-steinbach/winapi | 866a3bcf5eddf4237db56790559bb0310f183abc | [
"MIT"
] | null | null | null | #include <winapi/gui/Top_level_window.hpp>
| 21.5 | 42 | 0.813953 | alf-p-steinbach |
50b69981c9f1f1b817add56d5134246a42b17116 | 1,545 | cpp | C++ | Firmware/NixieClock/src/Nmea.cpp | Finomnis/NixieClock | b414c265fa7c09b45397df22df566e699d842d2a | [
"MIT"
] | 1 | 2020-11-23T15:37:35.000Z | 2020-11-23T15:37:35.000Z | Firmware/NixieClock/src/Nmea.cpp | Finomnis/NixieClock | b414c265fa7c09b45397df22df566e699d842d2a | [
"MIT"
] | null | null | null | Firmware/NixieClock/src/Nmea.cpp | Finomnis/NixieClock | b414c265fa7c09b45397df22df566e699d842d2a | [
"MIT"
] | null | null | null | #include "Nmea.h"
#include "Settings.h"
#include "Pins.h"
void Nmea_t::update()
{
if (millis() - last_sync > 2000)
{
outdated = true;
}
if (Serial.available())
{
int read = Serial.read();
if (buffer_pos < expected_len)
{
if (read != expected[buffer_pos]... | 18.392857 | 54 | 0.473786 | Finomnis |
50b8c79e0c202d2b30feecd5492d531031762bdf | 2,588 | cpp | C++ | examples/single channel analysis/main.cpp | dsilko/SOM | 9d27f101176b789305e783f643930a7a1c384bc5 | [
"Apache-2.0"
] | 9 | 2018-05-19T21:37:06.000Z | 2021-05-31T20:10:34.000Z | examples/single channel analysis/main.cpp | dsilko/SOM | 9d27f101176b789305e783f643930a7a1c384bc5 | [
"Apache-2.0"
] | null | null | null | examples/single channel analysis/main.cpp | dsilko/SOM | 9d27f101176b789305e783f643930a7a1c384bc5 | [
"Apache-2.0"
] | 3 | 2018-06-30T20:55:56.000Z | 2020-09-14T20:35:23.000Z | /* Copyright 2018 Denis Silko. 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 applicable law or agreed to in wri... | 34.506667 | 92 | 0.670402 | dsilko |
50bc2625799d5caeff4058aba67a42c68ea290fc | 9,408 | cpp | C++ | firmware-usbhost/common/cardreader/sberbank/test/SberbankPacketLayerTest.cpp | Zzzzipper/cppprojects | e9c9b62ca1e411320c24a3d168cab259fa2590d3 | [
"MIT"
] | null | null | null | firmware-usbhost/common/cardreader/sberbank/test/SberbankPacketLayerTest.cpp | Zzzzipper/cppprojects | e9c9b62ca1e411320c24a3d168cab259fa2590d3 | [
"MIT"
] | 1 | 2021-09-03T13:03:20.000Z | 2021-09-03T13:03:20.000Z | firmware-usbhost/common/cardreader/sberbank/test/SberbankPacketLayerTest.cpp | Zzzzipper/cppprojects | e9c9b62ca1e411320c24a3d168cab259fa2590d3 | [
"MIT"
] | null | null | null | #include "cardreader/sberbank/SberbankPacketLayer.h"
#include "timer/include/TimerEngine.h"
#include "utils/include/Hex.h"
#include "test/include/Test.h"
#include "logger/include/Logger.h"
class TestSberbankFrameLayer : public Sberbank::FrameLayerInterface {
public:
TestSberbankFrameLayer(StringBuilder *result) : res... | 34.086957 | 126 | 0.790497 | Zzzzipper |
50bea8f351b4996d449b0857880e4841c980f7c7 | 6,183 | cc | C++ | src/script_detector_test.cc | nitsakh/cld3 | 484afe9ba7438d078e60b3a26e7fb590213c0e17 | [
"Apache-2.0"
] | 2,151 | 2020-04-18T07:31:17.000Z | 2022-03-31T08:39:18.000Z | src/script_detector_test.cc | pkasting/cld3 | 006f75a2ab4c3b6cbfcf0a1a7924e67efb70e628 | [
"Apache-2.0"
] | 395 | 2020-04-18T08:22:18.000Z | 2021-12-08T13:04:49.000Z | src/script_detector_test.cc | pkasting/cld3 | 006f75a2ab4c3b6cbfcf0a1a7924e67efb70e628 | [
"Apache-2.0"
] | 338 | 2020-04-18T08:03:10.000Z | 2022-03-29T12:33:22.000Z | /* Copyright 2016 Google 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 applicable law or agreed to in w... | 38.166667 | 80 | 0.645156 | nitsakh |
50bf35b436c40c1331e01bffee540f2abe560afb | 10,482 | cpp | C++ | tao/x11/anytypecode/any_basic_impl.cpp | ClausKlein/taox11 | 669cfd2d0be258722c7ee32b23f2e5cb83e4520f | [
"MIT"
] | 20 | 2019-11-13T12:31:20.000Z | 2022-02-27T12:30:39.000Z | tao/x11/anytypecode/any_basic_impl.cpp | ClausKlein/taox11 | 669cfd2d0be258722c7ee32b23f2e5cb83e4520f | [
"MIT"
] | 46 | 2019-11-15T20:40:18.000Z | 2022-03-31T19:04:36.000Z | tao/x11/anytypecode/any_basic_impl.cpp | ClausKlein/taox11 | 669cfd2d0be258722c7ee32b23f2e5cb83e4520f | [
"MIT"
] | 5 | 2019-11-12T15:00:50.000Z | 2022-01-17T17:33:05.000Z | /**
* @file any_basic_impl.cpp
* @author Martin Corino
*
* @brief TAOX11 CORBA Any_impl class for basic language
*
* @copyright Copyright (c) Remedy IT Expertise BV
*/
#include "tao/CDR.h"
#include "tao/x11/anytypecode/any_basic_impl.h"
#include "tao/x11/anytypecode/any_unknown_type.h"
#include "tao/x11/... | 29.27933 | 76 | 0.552757 | ClausKlein |
50bf537dc72710a950a61ebc021c4ac0ceeb84a6 | 168 | cpp | C++ | Volt/src/core/Resources.cpp | Daninjakiwi/Volt | bd62f8fcde96607e8f63ecb25056a1bae72a7c30 | [
"MIT"
] | null | null | null | Volt/src/core/Resources.cpp | Daninjakiwi/Volt | bd62f8fcde96607e8f63ecb25056a1bae72a7c30 | [
"MIT"
] | null | null | null | Volt/src/core/Resources.cpp | Daninjakiwi/Volt | bd62f8fcde96607e8f63ecb25056a1bae72a7c30 | [
"MIT"
] | null | null | null | #include <core/Resources.hpp>
namespace volt::resources {
unsigned long long s_current = 1;
unsigned long long assignId() {
s_current++;
return s_current;
}
} | 16.8 | 34 | 0.708333 | Daninjakiwi |
50c96e3ccd4f968f6d91a0bd59cd9929c5428a89 | 1,911 | cpp | C++ | aws-cpp-sdk-ecs/source/model/DescribeContainerInstancesRequest.cpp | Neusoft-Technology-Solutions/aws-sdk-cpp | 88c041828b0dbee18a297c3cfe98c5ecd0706d0b | [
"Apache-2.0"
] | 1 | 2022-02-12T08:09:30.000Z | 2022-02-12T08:09:30.000Z | aws-cpp-sdk-ecs/source/model/DescribeContainerInstancesRequest.cpp | Neusoft-Technology-Solutions/aws-sdk-cpp | 88c041828b0dbee18a297c3cfe98c5ecd0706d0b | [
"Apache-2.0"
] | 1 | 2022-01-03T23:59:37.000Z | 2022-01-03T23:59:37.000Z | aws-cpp-sdk-ecs/source/model/DescribeContainerInstancesRequest.cpp | ravindra-wagh/aws-sdk-cpp | 7d5ff01b3c3b872f31ca98fb4ce868cd01e97696 | [
"Apache-2.0"
] | 1 | 2021-11-09T11:58:03.000Z | 2021-11-09T11:58:03.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/ecs/model/DescribeContainerInstancesRequest.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::ECS::Model;
using namespace Aws::Utils::Json;
usi... | 28.102941 | 137 | 0.779696 | Neusoft-Technology-Solutions |
50cd3e235835d1b180a66fa73c6b534eee456cee | 3,949 | cpp | C++ | src/SectionHeaderParser.cpp | Redchards/PeParser | cfe6a02b2be15d46067df36d9cbec4ae224c6518 | [
"MIT"
] | 1 | 2020-11-10T02:31:47.000Z | 2020-11-10T02:31:47.000Z | src/SectionHeaderParser.cpp | Redchards/PeParser | cfe6a02b2be15d46067df36d9cbec4ae224c6518 | [
"MIT"
] | null | null | null | src/SectionHeaderParser.cpp | Redchards/PeParser | cfe6a02b2be15d46067df36d9cbec4ae224c6518 | [
"MIT"
] | 1 | 2020-11-10T02:31:56.000Z | 2020-11-10T02:31:56.000Z | #include <stdafx.h>
#include <SectionHeaderParser.h>
const SectionHeaderParser::LayoutType* SectionHeaderParser::layout_{ SectionHeaderLayout::infos.getHolderPtr() };
SectionHeaderParser::SectionHeaderParser(const std::string& filename) : BasicParser(filename)
{
COFFHeaderParser tmp{ filename };
if (tmp.isObjectF... | 28.207143 | 134 | 0.777159 | Redchards |
50cf0fa30936c32123570f9e8010583fa3eeb72f | 7,230 | cc | C++ | transpiler/tfhe_transpiler.cc | EtorgFalo/fully-homomorphic-encryption | e055442bb4efb16d26f5e2c2c09529fa17fb2d60 | [
"Apache-2.0"
] | null | null | null | transpiler/tfhe_transpiler.cc | EtorgFalo/fully-homomorphic-encryption | e055442bb4efb16d26f5e2c2c09529fa17fb2d60 | [
"Apache-2.0"
] | null | null | null | transpiler/tfhe_transpiler.cc | EtorgFalo/fully-homomorphic-encryption | e055442bb4efb16d26f5e2c2c09529fa17fb2d60 | [
"Apache-2.0"
] | null | null | null | // Copyright 2021 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... | 32.421525 | 79 | 0.661964 | EtorgFalo |
50da228a4efeb9be695227234ac39bcb65f691ff | 1,316 | cpp | C++ | test/Preprocessor/feature_tests.cpp | LambdaMan/clang | 6edb1bc43453c555f37f713992cd99c674806ead | [
"Apache-2.0"
] | 3,102 | 2015-01-04T02:28:35.000Z | 2022-03-30T12:53:41.000Z | test/Preprocessor/feature_tests.cpp | LambdaMan/clang | 6edb1bc43453c555f37f713992cd99c674806ead | [
"Apache-2.0"
] | 31 | 2015-01-27T20:39:41.000Z | 2020-04-23T16:24:20.000Z | test/Preprocessor/feature_tests.cpp | LambdaMan/clang | 6edb1bc43453c555f37f713992cd99c674806ead | [
"Apache-2.0"
] | 1,868 | 2015-01-03T04:27:11.000Z | 2022-03-25T13:37:35.000Z | // RUN: %clang_cc1 %s -triple=i686-apple-darwin9 -verify -DVERIFY
// expected-no-diagnostics
#ifndef __has_feature
#error Should have __has_feature
#endif
#if __has_feature(something_we_dont_have)
#error Bad
#endif
#if !__has_builtin(__builtin_huge_val) || \
!__has_builtin(__builtin_shufflevector) || \
!_... | 29.909091 | 74 | 0.74848 | LambdaMan |
50e04d4202600b671afb2e3cbf1aa54f37b0b376 | 1,811 | cpp | C++ | android-31/android/net/wifi/WifiManager_LocalOnlyHotspotCallback.cpp | YJBeetle/QtAndroidAPI | 1468b5dc6eafaf7709f0b00ba1a6ec2b70684266 | [
"Apache-2.0"
] | 12 | 2020-03-26T02:38:56.000Z | 2022-03-14T08:17:26.000Z | android-31/android/net/wifi/WifiManager_LocalOnlyHotspotCallback.cpp | YJBeetle/QtAndroidAPI | 1468b5dc6eafaf7709f0b00ba1a6ec2b70684266 | [
"Apache-2.0"
] | 1 | 2021-01-27T06:07:45.000Z | 2021-11-13T19:19:43.000Z | android-30/android/net/wifi/WifiManager_LocalOnlyHotspotCallback.cpp | YJBeetle/QtAndroidAPI | 1468b5dc6eafaf7709f0b00ba1a6ec2b70684266 | [
"Apache-2.0"
] | 3 | 2021-02-02T12:34:55.000Z | 2022-03-08T07:45:57.000Z | #include "./WifiManager_LocalOnlyHotspotReservation.hpp"
#include "./WifiManager_LocalOnlyHotspotCallback.hpp"
namespace android::net::wifi
{
// Fields
jint WifiManager_LocalOnlyHotspotCallback::ERROR_GENERIC()
{
return getStaticField<jint>(
"android.net.wifi.WifiManager$LocalOnlyHotspotCallback",
"ERROR_GE... | 25.152778 | 125 | 0.76201 | YJBeetle |
50e18285b9b441fe4ad28be6c7ff99c2df7819c6 | 9,522 | hxx | C++ | main/comphelper/inc/comphelper/accessibletexthelper.hxx | Grosskopf/openoffice | 93df6e8a695d5e3eac16f3ad5e9ade1b963ab8d7 | [
"Apache-2.0"
] | 679 | 2015-01-06T06:34:58.000Z | 2022-03-30T01:06:03.000Z | main/comphelper/inc/comphelper/accessibletexthelper.hxx | Grosskopf/openoffice | 93df6e8a695d5e3eac16f3ad5e9ade1b963ab8d7 | [
"Apache-2.0"
] | 102 | 2017-11-07T08:51:31.000Z | 2022-03-17T12:13:49.000Z | main/comphelper/inc/comphelper/accessibletexthelper.hxx | Grosskopf/openoffice | 93df6e8a695d5e3eac16f3ad5e9ade1b963ab8d7 | [
"Apache-2.0"
] | 331 | 2015-01-06T11:40:55.000Z | 2022-03-14T04:07:51.000Z | /**************************************************************
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to y... | 52.318681 | 279 | 0.659945 | Grosskopf |
50e8b3bc7fab3baae19f84c708171c1fd13c7094 | 8,448 | cpp | C++ | src/projects/base/springs/test_BASE_rsda.cpp | rserban/chrono | bee5e30b2ce3b4ac62324799d1366b6db295830e | [
"BSD-3-Clause"
] | 1 | 2020-03-05T13:00:41.000Z | 2020-03-05T13:00:41.000Z | src/projects/base/springs/test_BASE_rsda.cpp | rserban/chrono | bee5e30b2ce3b4ac62324799d1366b6db295830e | [
"BSD-3-Clause"
] | null | null | null | src/projects/base/springs/test_BASE_rsda.cpp | rserban/chrono | bee5e30b2ce3b4ac62324799d1366b6db295830e | [
"BSD-3-Clause"
] | 1 | 2022-03-27T15:12:24.000Z | 2022-03-27T15:12:24.000Z | #include "chrono/physics/ChSystemSMC.h"
#include "chrono/physics/ChSystemNSC.h"
#include "chrono/solver/ChIterativeSolverLS.h"
#include "chrono/solver/ChIterativeSolverVI.h"
#include "chrono/solver/ChDirectSolverLS.h"
#include "chrono/solver/ChSolverPSOR.h"
#include "chrono/solver/ChSolverBB.h"
#include "chrono_third... | 36.89083 | 105 | 0.612808 | rserban |
50edc4d9ef001d030d556464c6d5993d12b03ca6 | 28,036 | hpp | C++ | external/boost_1_60_0/qsboost/preprocessor/detail/dmc/auto_rec.hpp | wouterboomsma/quickstep | a33447562eca1350c626883f21c68125bd9f776c | [
"MIT"
] | 1 | 2019-06-27T17:54:13.000Z | 2019-06-27T17:54:13.000Z | external/boost_1_60_0/qsboost/preprocessor/detail/dmc/auto_rec.hpp | wouterboomsma/quickstep | a33447562eca1350c626883f21c68125bd9f776c | [
"MIT"
] | null | null | null | external/boost_1_60_0/qsboost/preprocessor/detail/dmc/auto_rec.hpp | wouterboomsma/quickstep | a33447562eca1350c626883f21c68125bd9f776c | [
"MIT"
] | null | null | null | # /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides 2002.
# * Distributed under the Boost Software License, Version 1.0. (See
# * accompanying file LICENSE_1_0.txt... | 97.686411 | 121 | 0.613497 | wouterboomsma |
50eed66acb8fc7068b2dd049e2421c9aa16dd598 | 5,477 | cpp | C++ | src/Nazara/Renderer/UberShaderPreprocessor.cpp | AntoineJT/NazaraEngine | e0b05a7e7a2779e20a593b4083b4a881cc57ce14 | [
"BSD-3-Clause-Clear",
"Apache-2.0",
"MIT"
] | null | null | null | src/Nazara/Renderer/UberShaderPreprocessor.cpp | AntoineJT/NazaraEngine | e0b05a7e7a2779e20a593b4083b4a881cc57ce14 | [
"BSD-3-Clause-Clear",
"Apache-2.0",
"MIT"
] | null | null | null | src/Nazara/Renderer/UberShaderPreprocessor.cpp | AntoineJT/NazaraEngine | e0b05a7e7a2779e20a593b4083b4a881cc57ce14 | [
"BSD-3-Clause-Clear",
"Apache-2.0",
"MIT"
] | null | null | null | // Copyright (C) 2017 Jérôme Leclercq
// This file is part of the "Nazara Engine - Renderer module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Renderer/UberShaderPreprocessor.hpp>
#include <Nazara/Core/ErrorFlags.hpp>
#include <Nazara/Core/File.hpp>
#include <Nazara/... | 27.522613 | 157 | 0.650173 | AntoineJT |
50f608185fb728b3bf6a761ca201c1cee8ca0d8c | 40,632 | cpp | C++ | wireshark-2.0.13/ui/qt/tcp_stream_dialog.cpp | mahrukhfida/mi | 7187765aa225e71983969ef5285771ac77c8309a | [
"Apache-2.0"
] | null | null | null | wireshark-2.0.13/ui/qt/tcp_stream_dialog.cpp | mahrukhfida/mi | 7187765aa225e71983969ef5285771ac77c8309a | [
"Apache-2.0"
] | null | null | null | wireshark-2.0.13/ui/qt/tcp_stream_dialog.cpp | mahrukhfida/mi | 7187765aa225e71983969ef5285771ac77c8309a | [
"Apache-2.0"
] | null | null | null | /* tcp_stream_dialog.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation;... | 31.694228 | 122 | 0.631793 | mahrukhfida |
50f7edccc0ac196f1aad25b391b45a3e96e74f17 | 392 | cpp | C++ | C++/LeetCode/1094.cpp | Nimesh-Srivastava/DSA | db33aa138f0df8ab6015d2e8ec3ddde1c6838848 | [
"MIT"
] | 4 | 2021-08-28T19:16:50.000Z | 2022-03-04T19:46:31.000Z | C++/LeetCode/1094.cpp | Nimesh-Srivastava/DSA | db33aa138f0df8ab6015d2e8ec3ddde1c6838848 | [
"MIT"
] | 8 | 2021-10-29T19:10:51.000Z | 2021-11-03T12:38:00.000Z | C++/LeetCode/1094.cpp | Nimesh-Srivastava/DSA | db33aa138f0df8ab6015d2e8ec3ddde1c6838848 | [
"MIT"
] | 4 | 2021-09-06T05:53:07.000Z | 2021-12-24T10:31:40.000Z | class Solution {
public:
bool carPooling(vector<vector<int>>& trips, int capacity) {
vector<int> stops(1001);
for(auto& t : trips){
stops[t[1]] += t[0];
stops[t[2]] -= t[0];
}
for(int i = 0; i < 1001 && capacity >= 0; i++)
... | 21.777778 | 63 | 0.420918 | Nimesh-Srivastava |
50fb6841c959e8e0baac242270e9bea96e8def13 | 11,564 | cpp | C++ | src/polymer_observables.cpp | avkhadiev/polymer | 87b0452ec844a1f71d0da8cb45cb2158f4b9d796 | [
"MIT"
] | 1 | 2019-07-02T23:12:48.000Z | 2019-07-02T23:12:48.000Z | src/polymer_observables.cpp | avkhadiev/polymer | 87b0452ec844a1f71d0da8cb45cb2158f4b9d796 | [
"MIT"
] | null | null | null | src/polymer_observables.cpp | avkhadiev/polymer | 87b0452ec844a1f71d0da8cb45cb2158f4b9d796 | [
"MIT"
] | null | null | null | // 2017 Artur Avkhadiev
/*! \file polymer_observables.cpp
*/
#include "../include/polymer_observables.h"
namespace polymer{
/**************************************************************************
* Kinetic Energy
**************************************************************************/
KE::KE( boo... | 40.575439 | 151 | 0.515566 | avkhadiev |
50fcb736c46786162e91826264882395b4d35651 | 564 | cpp | C++ | C++/Majority Element.cpp | mafia1989/leetcode | f0bc9708a58602866818120556d8b8caf114811e | [
"MIT"
] | 3 | 2015-08-29T15:25:13.000Z | 2015-08-29T15:25:21.000Z | C++/Majority Element.cpp | mafia1989/leetcode | f0bc9708a58602866818120556d8b8caf114811e | [
"MIT"
] | null | null | null | C++/Majority Element.cpp | mafia1989/leetcode | f0bc9708a58602866818120556d8b8caf114811e | [
"MIT"
] | null | null | null | // Majority Element
// Given an array of size n, find the majority element. The majority element is the element that appears more than ⌊ n/2 ⌋ times.
// You may assume that the array is non-empty and the majority element always exist in the array.
// Credits:
// Special thanks to @ts for adding this problem and crea... | 22.56 | 129 | 0.636525 | mafia1989 |
dd04e34dc11fcfca41e550f2cca64a56e0f1bb6c | 4,274 | cpp | C++ | src/city/CityNetworkSpace.cpp | etri/dtsim | 927c8e05c08c74ed376ec233ff677cd35b29e6f0 | [
"BSD-3-Clause"
] | null | null | null | src/city/CityNetworkSpace.cpp | etri/dtsim | 927c8e05c08c74ed376ec233ff677cd35b29e6f0 | [
"BSD-3-Clause"
] | null | null | null | src/city/CityNetworkSpace.cpp | etri/dtsim | 927c8e05c08c74ed376ec233ff677cd35b29e6f0 | [
"BSD-3-Clause"
] | null | null | null | /*
* * Note: This license has also been called the "New BSD License"
* or "Modified BSD L... | 28.878378 | 181 | 0.711979 | etri |
dd0cde9a2725326928a082b22722b823ac5d30ad | 281 | cc | C++ | test/abc105/c.cc | nryotaro/at_c | 8d7d3aecb4e3c768aefdf0ceaeefb269ca9ab34c | [
"MIT"
] | null | null | null | test/abc105/c.cc | nryotaro/at_c | 8d7d3aecb4e3c768aefdf0ceaeefb269ca9ab34c | [
"MIT"
] | null | null | null | test/abc105/c.cc | nryotaro/at_c | 8d7d3aecb4e3c768aefdf0ceaeefb269ca9ab34c | [
"MIT"
] | null | null | null | #include "abc105/c.cc"
#include <gtest/gtest.h>
TEST(abc105c, 1) { EXPECT_EQ("1011", solve(-9)); }
TEST(abc105c, 2) { EXPECT_EQ("11000101011001101110100010101", solve(123456789)); }
TEST(abc105c, 3) { EXPECT_EQ("0", solve(0)); }
//TEST(abc105c, 4) { EXPECT_EQ("0", solve(7)); } | 28.1 | 82 | 0.658363 | nryotaro |
dd0d393b57d2f50c574c998da4e07d6290419fc5 | 3,184 | hpp | C++ | android-31/java/lang/Integer.hpp | YJBeetle/QtAndroidAPI | 1468b5dc6eafaf7709f0b00ba1a6ec2b70684266 | [
"Apache-2.0"
] | 12 | 2020-03-26T02:38:56.000Z | 2022-03-14T08:17:26.000Z | android-31/java/lang/Integer.hpp | YJBeetle/QtAndroidAPI | 1468b5dc6eafaf7709f0b00ba1a6ec2b70684266 | [
"Apache-2.0"
] | 1 | 2021-01-27T06:07:45.000Z | 2021-11-13T19:19:43.000Z | android-29/java/lang/Integer.hpp | YJBeetle/QtAndroidAPI | 1468b5dc6eafaf7709f0b00ba1a6ec2b70684266 | [
"Apache-2.0"
] | 3 | 2021-02-02T12:34:55.000Z | 2022-03-08T07:45:57.000Z | #pragma once
#include "./Number.hpp"
class JByteArray;
class JCharArray;
class JIntArray;
class JString;
class JClass;
class JObject;
class JString;
namespace java::lang::invoke
{
class MethodHandles_Lookup;
}
namespace java::util
{
class Optional;
}
namespace java::lang
{
class Integer : public java::lang::Numbe... | 32.824742 | 159 | 0.742776 | YJBeetle |
dd0fb9d4c628d0e24833e79f4df72f6a4e4e29bb | 9,662 | cpp | C++ | src/model.cpp | tumido/IMS-petri-net | 752ed600a686c4cbd5a22cbba51e91081e2c7ab9 | [
"BSD-2-Clause"
] | null | null | null | src/model.cpp | tumido/IMS-petri-net | 752ed600a686c4cbd5a22cbba51e91081e2c7ab9 | [
"BSD-2-Clause"
] | null | null | null | src/model.cpp | tumido/IMS-petri-net | 752ed600a686c4cbd5a22cbba51e91081e2c7ab9 | [
"BSD-2-Clause"
] | null | null | null | /**
* @file model.cpp
* @author Albert Uchytil
* @brief Implementation of model class for simulation
*/
#include "model.hpp"
/**
* Destructor
*/
Model::~Model()
{
for (unsigned int i = 0; i < this->connections.size(); i++)
delete this->connections[i];
for (unsigned int i = 0; i < this->places.size(); i+... | 24.647959 | 113 | 0.636411 | tumido |
dd0ff75d855374f9c747ed9d15eb9f449a830db4 | 2,179 | cpp | C++ | Fuji/Source/MFDisplay.cpp | TurkeyMan/fuji | afd6a26c710ce23965b088ad158fe916d6a1a091 | [
"BSD-2-Clause"
] | 35 | 2015-01-19T22:07:48.000Z | 2022-02-21T22:17:53.000Z | Fuji/Source/MFDisplay.cpp | TurkeyMan/fuji | afd6a26c710ce23965b088ad158fe916d6a1a091 | [
"BSD-2-Clause"
] | 1 | 2022-02-23T09:34:15.000Z | 2022-02-23T09:34:15.000Z | Fuji/Source/MFDisplay.cpp | TurkeyMan/fuji | afd6a26c710ce23965b088ad158fe916d6a1a091 | [
"BSD-2-Clause"
] | 4 | 2015-05-11T03:31:35.000Z | 2018-09-27T04:55:57.000Z | #include "Fuji_Internal.h"
#include "MFDisplay_Internal.h"
#include "DebugMenu.h"
#include "MFView.h"
#include "MFSystem.h"
MFDisplay *gpCurrentDisplay = NULL;
extern MFInitParams gInitParams;
bool gAppHasFocus = true;
MFInitStatus MFDisplay_InitModule(int moduleId, bool bPerformInitialisation)
{
Debug... | 21.574257 | 88 | 0.748967 | TurkeyMan |
dd11e279934ebc90ec69eba1ca076e0831883b68 | 340 | cpp | C++ | Data Structures/Priority Queue/1. Basics/HeapUse.cpp | kunal299/Data-Structures-and-Algorithms | 5fed697211566108f732762768da938cfe83ec5f | [
"MIT"
] | 1 | 2022-01-13T14:04:58.000Z | 2022-01-13T14:04:58.000Z | Data Structures/Priority Queue/1. Basics/HeapUse.cpp | kunal299/Data-Structures-and-Algorithms | 5fed697211566108f732762768da938cfe83ec5f | [
"MIT"
] | null | null | null | Data Structures/Priority Queue/1. Basics/HeapUse.cpp | kunal299/Data-Structures-and-Algorithms | 5fed697211566108f732762768da938cfe83ec5f | [
"MIT"
] | null | null | null | #include <iostream>
using namespace std;
#include "PriorityQueue.h"
int main() {
PriorityQueue p;
p.insert(100);
p.insert(10);
p.insert(15);
p.insert(4);
p.insert(17);
p.insert(21);
p.insert(67);
cout<<p.getSize()<<endl;
cout<<p.getMin()<<endl;
while(!p.isEmpty()) {
cout<<p.removeMin()<<" ";
}
cout<... | 13.076923 | 27 | 0.617647 | kunal299 |
dd125c3185aab95b520af8e2fb5d78bc92e550ba | 2,283 | hpp | C++ | src/ui/budget/InitialBalanceForm.hpp | vimofthevine/UnderBudget | 5711be8e5da3cb7a78da007fe43cf1ce1b796493 | [
"Apache-2.0"
] | 2 | 2016-07-17T02:12:44.000Z | 2016-11-22T14:04:55.000Z | src/ui/budget/InitialBalanceForm.hpp | vimofthevine/UnderBudget | 5711be8e5da3cb7a78da007fe43cf1ce1b796493 | [
"Apache-2.0"
] | null | null | null | src/ui/budget/InitialBalanceForm.hpp | vimofthevine/UnderBudget | 5711be8e5da3cb7a78da007fe43cf1ce1b796493 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright 2013 Kyle Treubig
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... | 22.60396 | 75 | 0.722295 | vimofthevine |
dd12ae83d566210cdd1ee3acca5f630507b4291d | 1,123 | cxx | C++ | Code/Graph/BinaryHeap/test1.cxx | konny0311/algorithms-nutshell-2ed | 760b0b8a296fb6be923c89406f61e773a48c59db | [
"MIT"
] | 522 | 2016-02-21T18:44:23.000Z | 2022-03-31T09:29:04.000Z | Code/Graph/BinaryHeap/test1.cxx | linfachen/algorithms-nutshell-2ed | 17bd6e9cf9917727501f9eeadbfb2100f94eede0 | [
"MIT"
] | 3 | 2020-04-09T01:52:52.000Z | 2022-01-13T08:18:55.000Z | Code/Graph/BinaryHeap/test1.cxx | linfachen/algorithms-nutshell-2ed | 17bd6e9cf9917727501f9eeadbfb2100f94eede0 | [
"MIT"
] | 216 | 2015-10-16T16:50:10.000Z | 2022-02-10T00:57:20.000Z | /**
* @file Graph/BinaryHeap/test1.cxx Test Case for Binary Heap
* @brief
* A test case
*
* @author George Heineman
* @date 6/15/08
*/
#include <cassert>
#include <iostream>
using namespace std;
#include "BinaryHeap.h"
/** Launch the test. */
int main () {
BinaryHeap heap(10);
assert (heap.isEmpty(... | 24.413043 | 63 | 0.590383 | konny0311 |
dd132877fcebee38e4972f20350b129d64ad637d | 95 | cpp | C++ | launcher/InstanceTask.cpp | Spacc-Inc/MultiMC5-Cracked | 4afe2466fd5639bf8a03bfb866c070e705420d86 | [
"Apache-2.0"
] | 2,777 | 2015-01-02T17:20:34.000Z | 2021-10-20T12:34:27.000Z | launcher/InstanceTask.cpp | Spacc-Inc/MultiMC5-Cracked | 4afe2466fd5639bf8a03bfb866c070e705420d86 | [
"Apache-2.0"
] | 3,537 | 2015-01-01T00:51:03.000Z | 2021-10-20T07:35:33.000Z | launcher/InstanceTask.cpp | Spacc-Inc/MultiMC5-Cracked | 4afe2466fd5639bf8a03bfb866c070e705420d86 | [
"Apache-2.0"
] | 774 | 2015-01-07T19:44:39.000Z | 2021-10-19T18:10:38.000Z | #include "InstanceTask.h"
InstanceTask::InstanceTask()
{
}
InstanceTask::~InstanceTask()
{
}
| 9.5 | 29 | 0.715789 | Spacc-Inc |
dd13a2f00ec8f99b59bf0341a140adaa501a99fa | 1,672 | cpp | C++ | engine/test/ECS/SystemImplementations.cpp | targodan/gameProgramming | 5c0b36bee271dca65636d0317324a2bb786613f0 | [
"MIT"
] | 1 | 2019-07-14T11:32:30.000Z | 2019-07-14T11:32:30.000Z | engine/test/ECS/SystemImplementations.cpp | targodan/gameProgramming | 5c0b36bee271dca65636d0317324a2bb786613f0 | [
"MIT"
] | null | null | null | engine/test/ECS/SystemImplementations.cpp | targodan/gameProgramming | 5c0b36bee271dca65636d0317324a2bb786613f0 | [
"MIT"
] | null | null | null | #include "SystemImplementations.h"
engine::util::BlockingQueue<std::string> __executionQueue;
DEFINE_SYSTEM_ID(TestSystem1);
DEFINE_SYSTEM_ID(TestSystem2);
DEFINE_SYSTEM_ID(TestSystem3);
DEFINE_SYSTEM_ID(TestSystem4);
DEFINE_SYSTEM_ID(TestSystem5);
DEFINE_SYSTEM_ID(TestSystem6);
DEFINE_SYSTEM_ID(TestSystem7);
DEFINE_... | 29.857143 | 58 | 0.869019 | targodan |
dd168941ffd462fce5616825c67e258ac0429ef3 | 3,609 | hh | C++ | code/language/language.hh | jmpcosta/loc | 0efc9aadd4cc08a6c5c6841f494862b35f4533be | [
"MIT"
] | null | null | null | code/language/language.hh | jmpcosta/loc | 0efc9aadd4cc08a6c5c6841f494862b35f4533be | [
"MIT"
] | null | null | null | code/language/language.hh | jmpcosta/loc | 0efc9aadd4cc08a6c5c6841f494862b35f4533be | [
"MIT"
] | null | null | null | // *****************************************************************************************
//
// File description:
//
// Author: Joao Costa
// Purpose: Provide the definitions/declarations for a generic programming language
//
// ****************************************************************************************... | 32.809091 | 126 | 0.573289 | jmpcosta |
dd1a05cfb12b8904f58a1b9f3a5289ed050ccc7d | 762 | cpp | C++ | src/NcursesArt/StringVectorIntersection.cpp | MarkOates/allegro_flare | b454cb85eb5e43d19c23c0c6fd2dc11b96666ce7 | [
"MIT"
] | 25 | 2015-03-30T02:02:43.000Z | 2019-03-04T22:29:12.000Z | src/NcursesArt/StringVectorIntersection.cpp | MarkOates/allegro_flare | b454cb85eb5e43d19c23c0c6fd2dc11b96666ce7 | [
"MIT"
] | 122 | 2015-04-01T08:15:26.000Z | 2019-10-16T20:31:22.000Z | src/NcursesArt/StringVectorIntersection.cpp | allegroflare/allegro_flare | 21d6fe2a5a5323102285598c8a8c75b393ce0322 | [
"MIT"
] | 4 | 2020-02-25T18:17:31.000Z | 2021-04-17T05:06:52.000Z |
#include <NcursesArt/StringVectorIntersection.hpp>
#include <algorithm>
#include <algorithm>
namespace NcursesArt
{
StringVectorIntersection::StringVectorIntersection(std::vector<std::string> v1, std::vector<std::string> v2)
: v1(v1)
, v2(v2)
{
}
StringVectorIntersection::~StringVectorIntersection()
{
}
... | 18.142857 | 108 | 0.681102 | MarkOates |
dd1aa2c7d1a8f835e038bcd6b9ff50255d00566b | 1,992 | hpp | C++ | TestSuite-Intensive/HashComputationTests.hpp | CERIT-SC/echo2 | d07af458e2e0562f85dcbba490ae370909627bd5 | [
"CC-BY-4.0",
"Unlicense"
] | null | null | null | TestSuite-Intensive/HashComputationTests.hpp | CERIT-SC/echo2 | d07af458e2e0562f85dcbba490ae370909627bd5 | [
"CC-BY-4.0",
"Unlicense"
] | null | null | null | TestSuite-Intensive/HashComputationTests.hpp | CERIT-SC/echo2 | d07af458e2e0562f85dcbba490ae370909627bd5 | [
"CC-BY-4.0",
"Unlicense"
] | null | null | null | //
// HashComputationTests.h
// EchoErrorCorrection
//
// Created by Miloš Šimek on 08/02/14.
//
#ifndef __EchoErrorCorrection__HashComputationTests__
#define __EchoErrorCorrection__HashComputationTests__
#include <vector>
#include <memory>
#include <string>
#include <set>
using namespace std;
#include <cppunit/T... | 28.056338 | 116 | 0.702309 | CERIT-SC |
dd1c427cd8abc9e602fee8ec6c4b63232d5df9eb | 19,339 | cpp | C++ | gpu/opencl/OpenCLContext.cpp | osom8979/example | f3cbe2c345707596edc1ec2763f9318c4676a92f | [
"Zlib"
] | 1 | 2020-02-11T05:37:54.000Z | 2020-02-11T05:37:54.000Z | gpu/opencl/OpenCLContext.cpp | osom8979/example | f3cbe2c345707596edc1ec2763f9318c4676a92f | [
"Zlib"
] | null | null | null | gpu/opencl/OpenCLContext.cpp | osom8979/example | f3cbe2c345707596edc1ec2763f9318c4676a92f | [
"Zlib"
] | 1 | 2022-03-01T00:47:19.000Z | 2022-03-01T00:47:19.000Z | /**
* @file OpenCLContext.cpp
* @brief OpenCLContext class implementation.
* @author zer0
* @date 2018-01-16
*/
#include <libtbag/gpu/opencl/OpenCLContext.hpp>
#include <libtbag/log/Log.hpp>
#if defined(USE_OPENCL)
# if defined(TBAG_PLATFORM_MACOS)
# include <OpenCL/cl.h>
# else
# include <CL/cl.h>
# endi... | 33.574653 | 147 | 0.639278 | osom8979 |
dd2306d353d630bdbc3936a89bbed00dd2db8cd1 | 2,181 | cpp | C++ | src/client/Client.cpp | violetaperezandrade/Taller-Prog-I-2021-1C-Chipa | 0e13e9990a31f3b061f8654cc78ba679123dba08 | [
"MIT"
] | null | null | null | src/client/Client.cpp | violetaperezandrade/Taller-Prog-I-2021-1C-Chipa | 0e13e9990a31f3b061f8654cc78ba679123dba08 | [
"MIT"
] | null | null | null | src/client/Client.cpp | violetaperezandrade/Taller-Prog-I-2021-1C-Chipa | 0e13e9990a31f3b061f8654cc78ba679123dba08 | [
"MIT"
] | null | null | null | #include "Client.h"
Client::Client(char *ip, char *port, Logger& logger, Config& config) :
skt(),
logger(logger),
entities(),
ip(ip),
port(port),
config(config)
{}
Client::~Client(){
}
int Client::connect(char* ip, char* port){
return skt.connect(ip, port,logger);
}
int Client::send(cons... | 26.277108 | 96 | 0.553416 | violetaperezandrade |
dd2377b5bb4232678c645fa93e35b8aa1b9c6eb6 | 525 | hpp | C++ | bulb/components/membrane/include/Membrane/Log.hpp | mondoo/Clove | 3989dc3fea0d886a69005c1e0bb4396501f336f2 | [
"MIT"
] | 33 | 2020-01-09T04:57:29.000Z | 2021-08-14T08:02:43.000Z | bulb/components/membrane/include/Membrane/Log.hpp | mondoo/Clove | 3989dc3fea0d886a69005c1e0bb4396501f336f2 | [
"MIT"
] | 234 | 2019-10-25T06:04:35.000Z | 2021-08-18T05:47:41.000Z | bulb/components/membrane/include/Membrane/Log.hpp | mondoo/Clove | 3989dc3fea0d886a69005c1e0bb4396501f336f2 | [
"MIT"
] | 4 | 2020-02-11T15:28:42.000Z | 2020-09-07T16:22:58.000Z | #pragma once
namespace membrane {
public enum class LogLevel {
Trace,
Debug,
Info,
Warning,
Error,
Critical,
};
}
namespace membrane {
public delegate void LogSink(System::String ^ message);
/**
* @brief Managed Logger wrapper design to be called f... | 20.192308 | 70 | 0.592381 | mondoo |
dd26a695f33e4b8c525c136ac0d95e1ec23a9421 | 3,165 | cpp | C++ | addcomputerwindow.cpp | athenabjorg/sacr | f923d91cd754258af53d65448e9e870cec274c2e | [
"MIT"
] | 1 | 2016-11-29T10:55:55.000Z | 2016-11-29T10:55:55.000Z | addcomputerwindow.cpp | athenabjorg/sacr | f923d91cd754258af53d65448e9e870cec274c2e | [
"MIT"
] | null | null | null | addcomputerwindow.cpp | athenabjorg/sacr | f923d91cd754258af53d65448e9e870cec274c2e | [
"MIT"
] | 1 | 2016-11-29T10:40:25.000Z | 2016-11-29T10:40:25.000Z | #include "addcomputerwindow.h"
#include "ui_addcomputerwindow.h"
#include "service.h"
AddComputerWindow::AddComputerWindow(QWidget *parent) :
QDialog(parent),
ui(new Ui::AddComputerWindow) // Constructor
{
ui->setupUi(this);
_service = nullptr;
setFixedSize(width(),height());
}
Ad... | 29.036697 | 168 | 0.573144 | athenabjorg |
dd2b563b9fab161edecee9c20c98ac36408d9a1e | 1,102 | cpp | C++ | aws-cpp-sdk-sagemaker/source/model/LabelingJobSnsDataSource.cpp | Neusoft-Technology-Solutions/aws-sdk-cpp | 88c041828b0dbee18a297c3cfe98c5ecd0706d0b | [
"Apache-2.0"
] | 1 | 2022-02-10T08:06:54.000Z | 2022-02-10T08:06:54.000Z | aws-cpp-sdk-sagemaker/source/model/LabelingJobSnsDataSource.cpp | Neusoft-Technology-Solutions/aws-sdk-cpp | 88c041828b0dbee18a297c3cfe98c5ecd0706d0b | [
"Apache-2.0"
] | 1 | 2022-01-03T23:59:37.000Z | 2022-01-03T23:59:37.000Z | aws-cpp-sdk-sagemaker/source/model/LabelingJobSnsDataSource.cpp | ravindra-wagh/aws-sdk-cpp | 7d5ff01b3c3b872f31ca98fb4ce868cd01e97696 | [
"Apache-2.0"
] | 1 | 2021-11-09T11:58:03.000Z | 2021-11-09T11:58:03.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/sagemaker/model/LabelingJobSnsDataSource.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::Utils::Json;
using namespace Aws::Utils;
namespace ... | 18.366667 | 82 | 0.749546 | Neusoft-Technology-Solutions |