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
234bd0591357f74a4fe9a0085d65910de57c492c
1,791
cpp
C++
sketch_jelLEDfish/Drop.cpp
arista/jelLEDfish
52028d4f7bfab4d29882a85d20eb9175ba7c014e
[ "Apache-2.0" ]
null
null
null
sketch_jelLEDfish/Drop.cpp
arista/jelLEDfish
52028d4f7bfab4d29882a85d20eb9175ba7c014e
[ "Apache-2.0" ]
null
null
null
sketch_jelLEDfish/Drop.cpp
arista/jelLEDfish
52028d4f7bfab4d29882a85d20eb9175ba7c014e
[ "Apache-2.0" ]
null
null
null
/** * Copyright 2015 Nathan Abramson * * 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 agree...
27.136364
75
0.672808
arista
054ade89d6fb70f727c553aa1aea4247481f84cd
2,303
hpp
C++
cuda/gpumd/md/src/potentials/computeforceclass.hpp
ryanlopezzzz/ABPTutorial
923fa89f1959cd71b28ecf4628ecfbfce6a6206c
[ "MIT" ]
8
2020-05-05T00:41:50.000Z
2021-11-04T20:54:43.000Z
cuda/gpumd/md/src/potentials/computeforceclass.hpp
ryanlopezzzz/ABPTutorial
923fa89f1959cd71b28ecf4628ecfbfce6a6206c
[ "MIT" ]
null
null
null
cuda/gpumd/md/src/potentials/computeforceclass.hpp
ryanlopezzzz/ABPTutorial
923fa89f1959cd71b28ecf4628ecfbfce6a6206c
[ "MIT" ]
5
2020-05-04T16:37:13.000Z
2021-08-18T07:53:58.000Z
#ifndef __computeforceclass_hpp__ #define __computeforceclass_hpp__ /** @defgroup computeenergy Compute Vertex Energy * @brief ComputeForceClass abstracts definitions * @{ */ #include <memory> #include <map> #include <iostream> #include "../types/globaltypes.hpp" #include "../system/systemclass.hpp" /** * @clas...
28.432099
153
0.658706
ryanlopezzzz
054b77583730d52766a67375db7a0bc0683f65bc
475
cpp
C++
src/MouseLinkView.cpp
attilioHimeki/qt-talky
573ac462a4f89cb7aa702e29ac7c9cb268d3056c
[ "MIT" ]
null
null
null
src/MouseLinkView.cpp
attilioHimeki/qt-talky
573ac462a4f89cb7aa702e29ac7c9cb268d3056c
[ "MIT" ]
2
2019-06-24T17:43:33.000Z
2020-06-11T22:56:18.000Z
src/MouseLinkView.cpp
attilioHimeki/qt-talky
573ac462a4f89cb7aa702e29ac7c9cb268d3056c
[ "MIT" ]
null
null
null
#include "MouseLinkView.h" #include "NodeView.h" MouseLinkView::MouseLinkView(GraphWidget *graphWidget) :LinkView (graphWidget) { } void MouseLinkView::setSource(NodeView* s) { source = s; } void MouseLinkView::adjust() { if(source != Q_NULLPTR) { auto mousePos = graph->mapToScene(graph->map...
17.592593
80
0.663158
attilioHimeki
054d0ba06a26cc083c67e63099367ad31e385253
2,963
cpp
C++
lib/fab/src/tree/triangulate/triangle.cpp
mbd-shift/nodecad
cd8203c4b53608d015632a2b2fc324bcf6dec4b0
[ "MIT", "Unlicense" ]
2,059
2015-01-18T16:21:33.000Z
2022-03-25T21:54:24.000Z
lib/fab/src/tree/triangulate/triangle.cpp
hzeller/antimony
37324614f873d653594f25c2b8ee05fd4782e1d8
[ "Unlicense", "MIT" ]
209
2015-01-22T22:37:45.000Z
2021-04-14T20:49:40.000Z
lib/fab/src/tree/triangulate/triangle.cpp
hzeller/antimony
37324614f873d653594f25c2b8ee05fd4782e1d8
[ "Unlicense", "MIT" ]
187
2015-02-04T16:19:43.000Z
2022-02-12T17:12:24.000Z
#include "fab/tree/triangulate/triangle.h" std::array<float, 3> Triangle::a_() const { return {{static_cast<float>(a[0]), static_cast<float>(a[1]), static_cast<float>(a[2])}}; } std::array<float, 3> Triangle::b_() const { return {{static_cast<float>(b[0]), static_cast<fl...
27.435185
80
0.473507
mbd-shift
055014d92fb7a82a665bc3ef494d9aaf9f7cf9e1
2,263
cpp
C++
sources/VS/ThirdParty/wxWidgets/src/common/timerimpl.cpp
Sasha7b9Work/S8-53M2
fdc9cb5e3feb8055fd3f7885a6f6362f62ff6b6e
[ "MIT" ]
null
null
null
sources/VS/ThirdParty/wxWidgets/src/common/timerimpl.cpp
Sasha7b9Work/S8-53M2
fdc9cb5e3feb8055fd3f7885a6f6362f62ff6b6e
[ "MIT" ]
4
2022-01-23T02:05:42.000Z
2022-01-26T18:03:34.000Z
sources/VS/ThirdParty/wxWidgets/src/common/timerimpl.cpp
Sasha7b9Work/S8-53M2
fdc9cb5e3feb8055fd3f7885a6f6362f62ff6b6e
[ "MIT" ]
null
null
null
///////////////////////////////////////////////////////////////////////////// // Name: src/common/timerimpl.cpp // Purpose: wxTimerBase implementation // Author: Julian Smart, Guillermo Rodriguez, Vadim Zeitlin // Modified by: VZ: extracted all non-wxTimer stuff in stopwatch.cpp (20.06.03) // Created: ...
27.938272
79
0.512152
Sasha7b9Work
05517727cc1b754b478023e0beea9a97cd618eb6
149
cpp
C++
luogu/P96694.cpp
delphi122/knowledge_planet
e86cb8f9aa47ef8918cde0e814984a6535023c21
[ "Apache-2.0" ]
1
2020-07-24T03:07:08.000Z
2020-07-24T03:07:08.000Z
luogu/P96694.cpp
delphi122/knowledge_planet
e86cb8f9aa47ef8918cde0e814984a6535023c21
[ "Apache-2.0" ]
null
null
null
luogu/P96694.cpp
delphi122/knowledge_planet
e86cb8f9aa47ef8918cde0e814984a6535023c21
[ "Apache-2.0" ]
null
null
null
// // Created by yangtao on 20-9-30. // #include <iostream> #include <cstring> #include <csstio> #include <algorithm> const int N = 5; int m[N][N];
13.545455
33
0.651007
delphi122
0551b2528c1a94048e7998a6dadb28b585db5489
1,143
cpp
C++
Turso3D/Object/ObjectResolver.cpp
cadaver/turso3d
5659df48b7915b95a351dfcad382b3ed653573f2
[ "Zlib" ]
29
2015-03-21T22:35:50.000Z
2022-01-25T04:13:46.000Z
Turso3D/Object/ObjectResolver.cpp
cadaver/turso3d
5659df48b7915b95a351dfcad382b3ed653573f2
[ "Zlib" ]
1
2016-10-23T16:20:14.000Z
2018-04-13T13:32:13.000Z
Turso3D/Object/ObjectResolver.cpp
cadaver/turso3d
5659df48b7915b95a351dfcad382b3ed653573f2
[ "Zlib" ]
8
2015-09-28T06:26:41.000Z
2020-12-28T14:29:51.000Z
// For conditions of distribution and use, see copyright notice in License.txt #include "../Debug/Log.h" #include "../IO/ObjectRef.h" #include "ObjectResolver.h" #include "Serializable.h" #include "../Debug/DebugNew.h" namespace Turso3D { void ObjectResolver::StoreObject(unsigned oldId, Serializable* object) { ...
27.214286
99
0.649169
cadaver
0552368303a5eb20b450f252439789e1484c9101
430
inl
C++
Core/Renderer/OpenGL/inline/OGLVAO.inl
SDurand7/AVLIT-Engine
c7a8e361d91e57fb96acfc1c96a88c3b480bb256
[ "MIT" ]
null
null
null
Core/Renderer/OpenGL/inline/OGLVAO.inl
SDurand7/AVLIT-Engine
c7a8e361d91e57fb96acfc1c96a88c3b480bb256
[ "MIT" ]
null
null
null
Core/Renderer/OpenGL/inline/OGLVAO.inl
SDurand7/AVLIT-Engine
c7a8e361d91e57fb96acfc1c96a88c3b480bb256
[ "MIT" ]
null
null
null
namespace AVLIT { inline void OGLVAO::operator=(OGLVAO &&vao) noexcept { m_vaoID = vao.m_vaoID; vao.m_vaoID = 0; m_buffers = std::move(vao.m_buffers); } inline bool OGLVAO::operator==(const OGLVAO &vao) const { return m_vaoID == vao.m_vaoID; } inline void OGLVAO::bind() const { glBindVertexArray(m_va...
23.888889
90
0.690698
SDurand7
0558682dc8dff58a914095ab05828675d2034ff7
1,680
cpp
C++
009_Pangolin_study/src/01_HelloPangolin.cpp
DreamWaterFound/Codes
e7d80eb8bfd7d6f104abd18724cb4bface419233
[ "WTFPL" ]
13
2019-02-28T14:28:23.000Z
2021-12-04T04:55:19.000Z
009_Pangolin_study/src/01_HelloPangolin.cpp
DreamWaterFound/Codes
e7d80eb8bfd7d6f104abd18724cb4bface419233
[ "WTFPL" ]
1
2019-09-07T09:00:50.000Z
2019-12-04T02:13:25.000Z
009_Pangolin_study/src/01_HelloPangolin.cpp
DreamWaterFound/Codes
e7d80eb8bfd7d6f104abd18724cb4bface419233
[ "WTFPL" ]
1
2020-03-11T16:47:31.000Z
2020-03-11T16:47:31.000Z
#include <pangolin/pangolin.h> int main( int /*argc*/, char** /*argv*/ ) { pangolin::CreateWindowAndBind( "headless", //窗口标题 640, //窗口尺寸 480); //窗口尺寸 glEnable(GL_DEPTH_TEST); // Define Projection and initial ModelView matrix pangolin::OpenGlRenderState s_cam( ...
27.540984
59
0.530952
DreamWaterFound
055b0c0d55ffb1d5bde8461fc7dc5670723fda17
152
hpp
C++
import.hpp
gonzavesc/Diff_Cavity
7afa112c9b59b79e450ee068fb96f7eebaf5ce62
[ "MIT" ]
null
null
null
import.hpp
gonzavesc/Diff_Cavity
7afa112c9b59b79e450ee068fb96f7eebaf5ce62
[ "MIT" ]
null
null
null
import.hpp
gonzavesc/Diff_Cavity
7afa112c9b59b79e450ee068fb96f7eebaf5ce62
[ "MIT" ]
null
null
null
#include <iostream> #include <vector> #include <fstream> #ifndef INCLUDE_IMPORT #define INCLUDE_IMPORT std::vector<double> readfiledat(); #endif
19
35
0.743421
gonzavesc
0561167b4ea4307740200319a4209256f41eaae8
1,343
hpp
C++
src/algorithms/data_structures/queue/sliding_window_max.hpp
iamantony/CppNotes
2707db6560ad80b0e5e286a04b2d46e5c0280b3f
[ "MIT" ]
2
2020-07-31T14:13:56.000Z
2021-02-03T09:51:43.000Z
src/algorithms/data_structures/queue/sliding_window_max.hpp
iamantony/CppNotes
2707db6560ad80b0e5e286a04b2d46e5c0280b3f
[ "MIT" ]
28
2015-09-22T07:38:21.000Z
2018-10-02T11:00:58.000Z
src/algorithms/data_structures/queue/sliding_window_max.hpp
iamantony/CppNotes
2707db6560ad80b0e5e286a04b2d46e5c0280b3f
[ "MIT" ]
2
2018-10-11T14:10:50.000Z
2021-02-27T08:53:50.000Z
#ifndef SLIDING_WINDOW_MAX_HPP #define SLIDING_WINDOW_MAX_HPP /* https://leetcode.com/problems/sliding-window-maximum/ Given an array nums, there is a sliding window of size k which is moving from the very left of the array to the very right. You can only see the k numbers in the window. Each time the sliding window m...
25.339623
73
0.55994
iamantony
0561c99e7246ba4c9fb0a7ff70bf0ab39d5cc0d6
1,092
hpp
C++
examples/base_game/src/system_controls.hpp
svenstaro/strapon
d343dfe2a5d9b7358a0bfd5e0efaa37075a660f1
[ "MIT" ]
2
2015-06-12T10:50:17.000Z
2015-10-24T08:50:58.000Z
examples/base_game/src/system_controls.hpp
svenstaro/strapon
d343dfe2a5d9b7358a0bfd5e0efaa37075a660f1
[ "MIT" ]
null
null
null
examples/base_game/src/system_controls.hpp
svenstaro/strapon
d343dfe2a5d9b7358a0bfd5e0efaa37075a660f1
[ "MIT" ]
null
null
null
#ifndef SYSTEM_CONTROLS_HPP #define SYSTEM_CONTROLS_HPP #include "component_position.hpp" #include "events.hpp" #include <glm/vec2.hpp> #include <glm/glm.hpp> class ControlSystem : public entityx::System<ControlSystem> { public: void update(entityx::EntityManager &es, entityx::EventManager &events, double dt) ...
27.3
87
0.557692
svenstaro
05626eac1ed75d73742bb209dab2a6efbbc5b6d8
284
cpp
C++
cpp/lab10/A749.cpp
PeganovAnton/cs-8th-grade
843a1e228473734728949ba286e04612165a163e
[ "AFL-3.0" ]
null
null
null
cpp/lab10/A749.cpp
PeganovAnton/cs-8th-grade
843a1e228473734728949ba286e04612165a163e
[ "AFL-3.0" ]
null
null
null
cpp/lab10/A749.cpp
PeganovAnton/cs-8th-grade
843a1e228473734728949ba286e04612165a163e
[ "AFL-3.0" ]
null
null
null
#include <iostream> using std::cout; using std::cin; using std::endl; int main() { int n, count; cin >> n; count = n / 2; cout << count << endl; if (n % 2 > 0) { cout << 3 << " "; n -= 3; } while (n > 0) { cout << 2 << " "; n -= 2; } return 0; }
11.36
24
0.433099
PeganovAnton
05631d6ede1bdaa1f70a4b5bae744d871eb6d003
1,911
cpp
C++
SuiteSparse_GPURuntime/Source/SuiteSparseGPU_Workspace_transfer.cpp
penglai-hourai/SuiteSparse
bb6870d26536fcea40a7a3e38a82ad2777c65189
[ "BSD-3-Clause" ]
null
null
null
SuiteSparse_GPURuntime/Source/SuiteSparseGPU_Workspace_transfer.cpp
penglai-hourai/SuiteSparse
bb6870d26536fcea40a7a3e38a82ad2777c65189
[ "BSD-3-Clause" ]
null
null
null
SuiteSparse_GPURuntime/Source/SuiteSparseGPU_Workspace_transfer.cpp
penglai-hourai/SuiteSparse
bb6870d26536fcea40a7a3e38a82ad2777c65189
[ "BSD-3-Clause" ]
null
null
null
// ============================================================================= // SuiteSparse_GPURuntime/Source/SuiteSparseGPU_Workspace_transfer.cpp ========= // ============================================================================= #include "SuiteSparseGPU_Runtime.hpp" // ----------------------------------...
30.822581
80
0.524856
penglai-hourai
0565f340b0e58147026bbeae4b30748e1a627e30
6,089
cpp
C++
src/gui/FileViewFrame.cpp
sesps/SPS_SABRE_EventBuilder
c044eed7cb10e31e76c13213e8bb5aef50391bba
[ "MIT" ]
null
null
null
src/gui/FileViewFrame.cpp
sesps/SPS_SABRE_EventBuilder
c044eed7cb10e31e76c13213e8bb5aef50391bba
[ "MIT" ]
null
null
null
src/gui/FileViewFrame.cpp
sesps/SPS_SABRE_EventBuilder
c044eed7cb10e31e76c13213e8bb5aef50391bba
[ "MIT" ]
null
null
null
/* FileViewFrame.cpp Wrapper class on a TGTransientFrame (temporary frame assoc. with a main frame) Designed to graphically display directories and files for selection. Takes in a type to specify the signal pathing. Written by G.W. McCann Sep. 2020 */ #include "EventBuilder.h" #include "FileViewFrame.h" #incl...
36.029586
127
0.73526
sesps
0566618b600234e5fb46cac4f5457aa17c861e81
19,089
cpp
C++
klee/lib/Expr/BitfieldSimplifier.cpp
sebastianpoeplau/s2e
995cac6126e7d80337e8c4a72bfa9a87eea7eb68
[ "MIT" ]
5
2021-05-29T01:18:36.000Z
2022-01-29T11:43:42.000Z
klee/lib/Expr/BitfieldSimplifier.cpp
Moirai7/s2e
5a321f76d1a862c3898b9d24de621109b0c12b7d
[ "MIT" ]
null
null
null
klee/lib/Expr/BitfieldSimplifier.cpp
Moirai7/s2e
5a321f76d1a862c3898b9d24de621109b0c12b7d
[ "MIT" ]
6
2021-03-30T14:41:17.000Z
2022-03-18T13:06:03.000Z
/* * S2E Selective Symbolic Execution Platform * * Copyright (c) 2016, Cyberhaven * Copyright (c) 2010, Dependable Systems Laboratory, EPFL * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are me...
38.331325
120
0.585782
sebastianpoeplau
056696d4b175d2e4bbfb1e8204c771e935f45fe1
5,127
cxx
C++
Source/cmTimestamp.cxx
eWert-Online/esy-cmake
c0de72da9a1bc4d9b4fbe3766bafcbaca442cc2c
[ "MIT" ]
null
null
null
Source/cmTimestamp.cxx
eWert-Online/esy-cmake
c0de72da9a1bc4d9b4fbe3766bafcbaca442cc2c
[ "MIT" ]
null
null
null
Source/cmTimestamp.cxx
eWert-Online/esy-cmake
c0de72da9a1bc4d9b4fbe3766bafcbaca442cc2c
[ "MIT" ]
null
null
null
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying file Copyright.txt or https://cmake.org/licensing for details. */ #if !defined(_WIN32) && !defined(__sun) && !defined(__OpenBSD__) // POSIX APIs are needed // NOLINTNEXTLINE(bugprone-reserved-identifier) # define _POSIX_C_SOURCE 200809L...
26.025381
79
0.608543
eWert-Online
0567751567e1d4a71f883642401c5e876799a056
318
cc
C++
source/day-04/main.cc
raphaelmeyer/advent-of-code-2020
c9d2eea98667c03a29ec6f0681ac733455df9dbd
[ "MIT" ]
null
null
null
source/day-04/main.cc
raphaelmeyer/advent-of-code-2020
c9d2eea98667c03a29ec6f0681ac733455df9dbd
[ "MIT" ]
null
null
null
source/day-04/main.cc
raphaelmeyer/advent-of-code-2020
c9d2eea98667c03a29ec6f0681ac733455df9dbd
[ "MIT" ]
null
null
null
#include "passport.h" #include <iostream> int main() { auto const passport_data = parse_input(std::cin); std::cout << "Part I : " << count_valid_passports(passport_data, Version::One) << "\n"; std::cout << "Part II : " << count_valid_passports(passport_data, Version::Two) << "\n"; }
22.714286
80
0.603774
raphaelmeyer
05689aa3e36b4c0abafccfd373e745a216039a94
741
hpp
C++
RType.Common/Headers/Components/Component.hpp
Mikyan0207/RType
ae3d0e4b3192577eccfb3ba55ac86bd7238e9451
[ "MIT", "Unlicense" ]
null
null
null
RType.Common/Headers/Components/Component.hpp
Mikyan0207/RType
ae3d0e4b3192577eccfb3ba55ac86bd7238e9451
[ "MIT", "Unlicense" ]
null
null
null
RType.Common/Headers/Components/Component.hpp
Mikyan0207/RType
ae3d0e4b3192577eccfb3ba55ac86bd7238e9451
[ "MIT", "Unlicense" ]
null
null
null
#pragma once #include <Components/IComponent.hpp> #include <RType.Common.hpp> #include <Scenes/Layouts.hpp> class RTYPECOMMON_API Component : public IComponent { public: Component(); Component(const Component&) = default; Component(Component&&) noexcept = default; ~Component() override = default; public: Compon...
22.454545
62
0.759784
Mikyan0207
05693903e4558d938acbb3067bdbcb6cd402e881
507
cpp
C++
Medium/C++/Coin_Change(322).cpp
yugam08/Leet_Code
72f53c7368cd4869005544a584da38e7b665c3f4
[ "MIT" ]
null
null
null
Medium/C++/Coin_Change(322).cpp
yugam08/Leet_Code
72f53c7368cd4869005544a584da38e7b665c3f4
[ "MIT" ]
null
null
null
Medium/C++/Coin_Change(322).cpp
yugam08/Leet_Code
72f53c7368cd4869005544a584da38e7b665c3f4
[ "MIT" ]
null
null
null
class Solution { public: int coinChange(vector<int> &coins, int amount) { const int INF = 0x3f3f3f3f; int *dp = new int[amount + 1](); dp[0] = 0; for (int i = 1; i <= amount; i++) { dp[i] = INF; for (auto &coin : coins) { if (i >= coin...
28.166667
57
0.386588
yugam08
0569e8355dfd3393de96c6d090574034c31282d6
20,194
cpp
C++
src/agent/tracking_pid/src/controller.cpp
Forrest-Z/Multi-Robot-Coverage-Planning
cd58469d942d70733161eb87433ee65a47ef14d6
[ "MIT" ]
9
2021-12-27T01:13:30.000Z
2022-03-08T06:53:08.000Z
src/agent/tracking_pid/src/controller.cpp
nocoinman/Multi-Robot-Coverage-Planning
e4da8d55dcf86b655025dd46d000ee54b640211e
[ "MIT" ]
null
null
null
src/agent/tracking_pid/src/controller.cpp
nocoinman/Multi-Robot-Coverage-Planning
e4da8d55dcf86b655025dd46d000ee54b640211e
[ "MIT" ]
4
2021-12-27T00:55:18.000Z
2022-03-22T01:39:12.000Z
// // Created by nobleo on 11-9-18. // #include "controller/controller.h" namespace tracking_pid { Controller::Controller() { holonomic_robot_enable = false; } geometry_msgs::Twist Controller::update(const geometry_msgs::Transform current, const tf::Transform goal, const ros::...
42.874735
117
0.642914
Forrest-Z
056a1f5061af71a4878ea05ff3e1e8bc4dfa295e
6,244
cpp
C++
aplcore/src/media/coremediamanager.cpp
tschaffter/apl-core-library
3a05342ba0fa2432c320476795c13e8cd990e8ee
[ "Apache-2.0" ]
null
null
null
aplcore/src/media/coremediamanager.cpp
tschaffter/apl-core-library
3a05342ba0fa2432c320476795c13e8cd990e8ee
[ "Apache-2.0" ]
1
2022-01-13T02:14:40.000Z
2022-01-13T03:35:16.000Z
aplcore/src/media/coremediamanager.cpp
tschaffter/apl-core-library
3a05342ba0fa2432c320476795c13e8cd990e8ee
[ "Apache-2.0" ]
null
null
null
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" ...
31.695431
119
0.647822
tschaffter
056c641c70b9737e8d0f58c1266a088c888238bb
19,273
cpp
C++
VS/Spike-Masquelier-Main/Main-Spike-Masquelier.cpp
HJLebbink/Spike-Masq
01f458dc5792947c892af296ea82d0a7447dd19c
[ "MIT" ]
1
2021-07-15T09:13:50.000Z
2021-07-15T09:13:50.000Z
VS/Spike-Masquelier-Main/Main-Spike-Masquelier.cpp
HJLebbink/Spike-Masq
01f458dc5792947c892af296ea82d0a7447dd19c
[ "MIT" ]
null
null
null
VS/Spike-Masquelier-Main/Main-Spike-Masquelier.cpp
HJLebbink/Spike-Masq
01f458dc5792947c892af296ea82d0a7447dd19c
[ "MIT" ]
1
2019-05-20T03:01:00.000Z
2019-05-20T03:01:00.000Z
// The MIT License (MIT) // // Copyright (c) 2017 Henk-Jan Lebbink // // 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 us...
37.27853
319
0.72516
HJLebbink
05708b0e78fa8b1efd7a741f134caba23fc7668b
1,062
cpp
C++
Livearchive/XenoSpeak.cpp
MartinAparicioPons/Competitive-Programming
58151df0ed08a5e4e605abefdd69fef1ecc10fa0
[ "Apache-2.0" ]
1
2019-09-29T03:58:35.000Z
2019-09-29T03:58:35.000Z
Livearchive/XenoSpeak.cpp
MartinAparicioPons/Competitive-Programming
58151df0ed08a5e4e605abefdd69fef1ecc10fa0
[ "Apache-2.0" ]
null
null
null
Livearchive/XenoSpeak.cpp
MartinAparicioPons/Competitive-Programming
58151df0ed08a5e4e605abefdd69fef1ecc10fa0
[ "Apache-2.0" ]
null
null
null
#include <bits/stdc++.h> using namespace std; #define DEB(x) cerr << "# " << (#x) << ": " << (x) << endl; typedef long long ll; typedef unsigned long long ull; typedef pair<int, int> ii; const int MAXL = 64; ull L[MAXL]; void prep(){ int i; L[0] = 0; L[1] = 1; for(i = 2; i < MAXL; i++) L[i] = 2*L[i-1] + ((i%2)?-1:...
18.631579
59
0.457627
MartinAparicioPons
057174de21932bbc728317a0931581597b09523a
11,269
cc
C++
third_party/woff2/src/glyph.cc
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
14,668
2015-01-01T01:57:10.000Z
2022-03-31T23:33:32.000Z
third_party/woff2/src/glyph.cc
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
third_party/woff2/src/glyph.cc
zealoussnow/chromium
fd8a8914ca0183f0add65ae55f04e287543c7d4a
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
5,941
2015-01-02T11:32:21.000Z
2022-03-31T16:35:46.000Z
/* Copyright 2013 Google Inc. All Rights Reserved. Distributed under MIT license. See file LICENSE for detail or copy at https://opensource.org/licenses/MIT */ /* Glyph manipulation */ #include "./glyph.h" #include <stdlib.h> #include <limits> #include "./buffer.h" #include "./store_bytes.h" namespace woff2 ...
30.050667
79
0.586565
zealoussnow
0572ec4194a5aed9279ff8f998d3df3885aad1c0
6,888
cpp
C++
filament/backend/src/opengl/TimerQuery.cpp
Alan-love/filament
87ee5783b7f72bb5b045d9334d719ea2de9f5247
[ "Apache-2.0" ]
1
2020-12-30T03:20:53.000Z
2020-12-30T03:20:53.000Z
filament/backend/src/opengl/TimerQuery.cpp
Alan-love/filament
87ee5783b7f72bb5b045d9334d719ea2de9f5247
[ "Apache-2.0" ]
null
null
null
filament/backend/src/opengl/TimerQuery.cpp
Alan-love/filament
87ee5783b7f72bb5b045d9334d719ea2de9f5247
[ "Apache-2.0" ]
null
null
null
/* * Copyright (C) 2020 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
34.268657
106
0.643438
Alan-love
0573d28cbad9e62269e58ab421005886f81905ab
3,038
hpp
C++
src/JackCompiler/JackTokenFactory.hpp
HSU-F20-CS243/p10-starter
fde612e721a90dc83ec6bece7cfaada3b10486f8
[ "Apache-2.0" ]
null
null
null
src/JackCompiler/JackTokenFactory.hpp
HSU-F20-CS243/p10-starter
fde612e721a90dc83ec6bece7cfaada3b10486f8
[ "Apache-2.0" ]
null
null
null
src/JackCompiler/JackTokenFactory.hpp
HSU-F20-CS243/p10-starter
fde612e721a90dc83ec6bece7cfaada3b10486f8
[ "Apache-2.0" ]
null
null
null
#pragma once #include <unordered_map> #include "JackToken.hpp" using namespace std; class JackTokenFactory { private: unordered_map<string, Keyword> _keyword_map; unordered_map<char, int> _symbols; static JackTokenFactory* _instance; JackTokenFactory() { _keyword_map["class"] = Keyword::Class; _keyword_map[...
24.304
104
0.647795
HSU-F20-CS243
0573d5d2edcc7a5d9998dc09f36d508b416b02cd
1,318
cpp
C++
3rdparty/unistd/portable/ipc/BsdPacketServer.cpp
dna2fork/darknet
85820fcf951fe021b2d3fa293633fe4c5957dbd7
[ "MIT" ]
168
2017-11-25T21:19:11.000Z
2022-03-28T15:41:46.000Z
3rdparty/unistd/portable/ipc/BsdPacketServer.cpp
dna2fork/darknet
85820fcf951fe021b2d3fa293633fe4c5957dbd7
[ "MIT" ]
64
2018-08-31T11:13:22.000Z
2022-02-05T07:03:01.000Z
3rdparty/unistd/portable/ipc/BsdPacketServer.cpp
dna2fork/darknet
85820fcf951fe021b2d3fa293633fe4c5957dbd7
[ "MIT" ]
31
2018-07-22T08:57:33.000Z
2022-01-11T15:44:07.000Z
// portable/BsdPacketServer.cpp // Created by Robin Rowe on 2016/06/24 // License MIT Open Source #include "BsdPacketServer.h" #include "../Logger.h" namespace portable { bool BsdPacketServer::Start(int serverPort,unsigned maxStreams) { const bool isReceive=false; if(!Open(serverPort,maxStreams,isRece...
20.276923
68
0.651745
dna2fork
05789b88bc18a3ab9487aaa252902f5462a9f215
3,103
cpp
C++
protos/srm/2.2/n/n_srmReleaseSpace.cpp
dCache/s2
b84ce6a17b9fe36f0f7edf4615c5fc2dd925dd53
[ "BSD-3-Clause" ]
null
null
null
protos/srm/2.2/n/n_srmReleaseSpace.cpp
dCache/s2
b84ce6a17b9fe36f0f7edf4615c5fc2dd925dd53
[ "BSD-3-Clause" ]
4
2016-05-13T09:45:31.000Z
2018-02-18T10:11:32.000Z
protos/srm/2.2/n/n_srmReleaseSpace.cpp
dCache/s2
b84ce6a17b9fe36f0f7edf4615c5fc2dd925dd53
[ "BSD-3-Clause" ]
1
2018-02-18T09:26:49.000Z
2018-02-18T09:26:49.000Z
#ifdef HAVE_CONFIG_H #include "config.h" #endif #include <sys/types.h> #ifdef DG_DIAGNOSE #include "diagnose/dg.h" #endif #include "n_srm.h" #include "srm2api.h" #include "srm_soap27.h" #include "constants.h" #include "i18.h" #include "sysdep.h" /* BOOL, STD_BUF, ... */ #include "free.h" ...
18.806061
79
0.705124
dCache
057c06c2b794f4be73122aaa6598ab30c549b09a
1,546
cpp
C++
src/prune_enhancer.cpp
hillarykoch/CLIMB
da6cc77ff8be48ceeb63247506467911d6130ac2
[ "Artistic-2.0" ]
3
2021-11-29T08:05:48.000Z
2022-01-08T16:16:35.000Z
src/prune_enhancer.cpp
hillarykoch/CLIMB
da6cc77ff8be48ceeb63247506467911d6130ac2
[ "Artistic-2.0" ]
null
null
null
src/prune_enhancer.cpp
hillarykoch/CLIMB
da6cc77ff8be48ceeb63247506467911d6130ac2
[ "Artistic-2.0" ]
2
2020-02-24T19:18:06.000Z
2020-09-08T14:29:27.000Z
// -*- mode: C++; c-indent-level: 4; c-basic-offset: 4; indent-tabs-mode: nil; -*- #include <RcppArmadillo.h> #include <lemon/list_graph.h> #include <lemon/dfs.h> #include <lemon/lgf_reader.h> #include <lemon/adaptors.h> #include <iostream> #include <fstream> #include <string> #include <array> using namespace Rcpp; u...
24.539683
82
0.574386
hillarykoch
057cfafcb518b1c6dddb66c84a78b3adc004b68d
37,138
cc
C++
crawl-ref/source/store.cc
brianlheim/crawl
26c3a87c45fb30647f6dc9ce0c2095e312605176
[ "CC0-1.0" ]
44
2020-04-06T08:56:09.000Z
2021-03-17T18:05:18.000Z
crawl-ref/source/store.cc
brianlheim/crawl
26c3a87c45fb30647f6dc9ce0c2095e312605176
[ "CC0-1.0" ]
501
2020-04-06T07:19:01.000Z
2022-02-23T13:04:40.000Z
crawl-ref/source/store.cc
alexjurkiewicz/crawl-ref
b30f108f014aa9282fecf9cd6d84024ab3608e69
[ "CC0-1.0" ]
74
2020-04-06T07:40:50.000Z
2021-05-21T00:13:36.000Z
/** * @file * @brief Saveable hash-table and vector capable of storing * multiple types of data. **/ #include "AppHdr.h" #include "store.h" #include <algorithm> #include "dlua.h" #include "monster.h" #include "stringutil.h" // These tend to be called from tight loops, and C++ method calls don't // g...
20.875773
87
0.585034
brianlheim
057ffcad837701b53ccce91a0ee1934dcdfb725a
1,055
cpp
C++
scene/light_manager.cpp
flourk/My_Engine_Code_Part
eb109ee9148391d1cd9481d4a237130244a6c9e7
[ "MIT" ]
null
null
null
scene/light_manager.cpp
flourk/My_Engine_Code_Part
eb109ee9148391d1cd9481d4a237130244a6c9e7
[ "MIT" ]
1
2019-12-23T11:14:10.000Z
2019-12-23T11:14:10.000Z
scene/light_manager.cpp
flourk/My_Engine_Code_Part
eb109ee9148391d1cd9481d4a237130244a6c9e7
[ "MIT" ]
null
null
null
#include "light_manager.h" #include <algorithm> #include <render/shader.h> #include <render/material.h> #include "light.h" #include <core/log.h> std::vector<Light*> LightManager::m_lights; void LightManager::AddLight(Light* light) { m_lights.push_back(light); } void LightManager::RemoveLight(Light* light) { ...
22.446809
65
0.597156
flourk
0580d089e3311e42adf47f873bfd1a0d293adfdb
2,399
cpp
C++
src/frame.cpp
Zan-the-Man01/Super-Square-Boy
303532d587879be7d6e10af010efbc011492133e
[ "MIT" ]
null
null
null
src/frame.cpp
Zan-the-Man01/Super-Square-Boy
303532d587879be7d6e10af010efbc011492133e
[ "MIT" ]
null
null
null
src/frame.cpp
Zan-the-Man01/Super-Square-Boy
303532d587879be7d6e10af010efbc011492133e
[ "MIT" ]
2
2020-11-20T03:04:41.000Z
2020-12-08T23:21:28.000Z
// Copyright (c) 2020 Alexander Marcozzi. All rights reserved. #include <game/frame.h> #include <cinder/app/App.h> #include <string> namespace supersquareboy { Frame::Frame() { } Frame::Frame(const std::string& level_path){ std::ifstream map(cinder::app::getAssetPath(level_path)); while (!map.eof()) { std::...
21.612613
96
0.637349
Zan-the-Man01
058194491b411ed53f011662a946bcb3db4d63bb
21,381
cxx
C++
vtkALBA/vtkALBAMultiResolutionActor.cxx
IOR-BIC/ALBA
b574968b05d9a3a2756dd2ac61d015a0d20232a4
[ "Apache-2.0", "BSD-3-Clause" ]
9
2018-11-19T10:15:29.000Z
2021-08-30T11:52:07.000Z
vtkALBA/vtkALBAMultiResolutionActor.cxx
IOR-BIC/ALBA
b574968b05d9a3a2756dd2ac61d015a0d20232a4
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
vtkALBA/vtkALBAMultiResolutionActor.cxx
IOR-BIC/ALBA
b574968b05d9a3a2756dd2ac61d015a0d20232a4
[ "Apache-2.0", "BSD-3-Clause" ]
3
2018-06-10T22:56:29.000Z
2019-12-12T06:22:56.000Z
/*========================================================================= Program: ALBA (Agile Library for Biomedical Applications) Module: vtkALBAMultiResolutionActor Authors: Alexander Savenko Copyright (c) BIC All rights reserved. See Copyright.txt or This software is distributed WITHOUT ANY WARRANTY; w...
33.777251
181
0.552266
IOR-BIC
0583b98be400b11ce11781c2953af49e797b69fe
4,522
cpp
C++
src/common/format.cpp
chys87/tiary
09ed92b488cdc9cbf6ece016efe8f6fd99debc1d
[ "BSD-3-Clause" ]
null
null
null
src/common/format.cpp
chys87/tiary
09ed92b488cdc9cbf6ece016efe8f6fd99debc1d
[ "BSD-3-Clause" ]
null
null
null
src/common/format.cpp
chys87/tiary
09ed92b488cdc9cbf6ece016efe8f6fd99debc1d
[ "BSD-3-Clause" ]
null
null
null
// -*- mode:c++; tab-width:4; -*- // vim:ft=cpp ts=4 /*************************************************************************** * * Tiary, a terminal-based diary keeping system for Unix-like systems * Copyright (C) 2009, 2019, chys <admin@CHYS.INFO> * * This software is licensed under the 3-clause BSD license. ...
24.311828
93
0.596196
chys87
0585a1f87738c24ae022a08c384c065a62954a19
984
cpp
C++
leetcode2/longestpalindromesubstring.cpp
WIZARD-CXY/pl
22b7f5d81804f4e333d3cff6433364ba1a0ac7ef
[ "Apache-2.0" ]
1
2016-01-20T08:26:34.000Z
2016-01-20T08:26:34.000Z
leetcode2/longestpalindromesubstring.cpp
WIZARD-CXY/pl
22b7f5d81804f4e333d3cff6433364ba1a0ac7ef
[ "Apache-2.0" ]
1
2015-10-21T05:38:17.000Z
2015-11-02T07:42:55.000Z
leetcode2/longestpalindromesubstring.cpp
WIZARD-CXY/pl
22b7f5d81804f4e333d3cff6433364ba1a0ac7ef
[ "Apache-2.0" ]
null
null
null
class Solution { public: string longestPalindrome(string s) { int maxlen=0; int start=0; int end=0; for(int i=0;i<s.size(); i++){ //for odd len string for(int j=0; i-j>=0 &&i+j <s.size(); j++){ if(s[i-j]!=s[i+j]){ b...
24.6
56
0.283537
WIZARD-CXY
058841b84a47d5e0657de710829a1e24d7ee229f
5,920
cpp
C++
Macros/Application/MacroManager.cpp
Breakfast-Galaxy-Studios/Breakfast-Macros
c33b47da7b35332522fa2fb3a424e736e59574e7
[ "MIT" ]
null
null
null
Macros/Application/MacroManager.cpp
Breakfast-Galaxy-Studios/Breakfast-Macros
c33b47da7b35332522fa2fb3a424e736e59574e7
[ "MIT" ]
1
2022-03-14T00:32:14.000Z
2022-03-14T00:32:14.000Z
Macros/Application/MacroManager.cpp
Breakfast-Galaxy-Studios/Breakfast-Macros
c33b47da7b35332522fa2fb3a424e736e59574e7
[ "MIT" ]
2
2022-03-15T02:16:32.000Z
2022-03-15T02:26:46.000Z
#include "MacroManager.h" #include "FileManager.h" #include "InterceptionHandler.h" #include "MacroApp.h" extern FileManager fileManager; extern MacroApp* app; /* * Macro Class Begin */ Macro::Macro() { this->actions = std::vector<Action*>(); this->keyToPress = 0; this->enabled = false; this->name = "null"; } Ma...
26.547085
96
0.699662
Breakfast-Galaxy-Studios
0588dbef5e7035b4e7aac6d04485d1942aabd5ce
1,264
cpp
C++
src/autonet/test/WebsocketTest.cpp
CaseyCarter/autowiring
48e95a71308318c8ffb7ed1348e034fd9110f70c
[ "Apache-2.0" ]
87
2015-01-18T00:43:06.000Z
2022-02-11T17:40:50.000Z
src/autonet/test/WebsocketTest.cpp
CaseyCarter/autowiring
48e95a71308318c8ffb7ed1348e034fd9110f70c
[ "Apache-2.0" ]
274
2015-01-03T04:50:49.000Z
2021-03-08T09:01:09.000Z
src/autonet/test/WebsocketTest.cpp
CaseyCarter/autowiring
48e95a71308318c8ffb7ed1348e034fd9110f70c
[ "Apache-2.0" ]
15
2015-09-30T20:58:43.000Z
2020-12-19T21:24:56.000Z
// Copyright (C) 2012-2018 Leap Motion, Inc. All rights reserved. #include "stdafx.h" #include <autonet/AutoNetServer.h> #include <autowiring/autowiring.h> #include CHRONO_HEADER #include <iostream> class WebsocketTest: public testing::Test {}; class WebsocketExceptionFilter: public ExceptionFilter { public: v...
21.066667
79
0.681171
CaseyCarter
058b1ba268f950a61dbfcd275fa9ff6fa00fb8c6
7,929
cpp
C++
Systems/Engine/Hierarchy.cpp
jodavis42/ZeroPhysicsTestbed
e84a3f6faf16b7a4242dc049121b5338e80039f8
[ "MIT" ]
52
2018-09-11T17:18:35.000Z
2022-03-13T15:28:21.000Z
Systems/Engine/Hierarchy.cpp
jodavis42/ZeroPhysicsTestbed
e84a3f6faf16b7a4242dc049121b5338e80039f8
[ "MIT" ]
1,409
2018-09-19T18:03:43.000Z
2021-06-09T08:33:33.000Z
Systems/Engine/Hierarchy.cpp
jodavis42/ZeroPhysicsTestbed
e84a3f6faf16b7a4242dc049121b5338e80039f8
[ "MIT" ]
26
2018-09-11T17:16:32.000Z
2021-11-22T06:21:19.000Z
/////////////////////////////////////////////////////////////////////////////// /// /// \file Hierarchy.cpp /// /// Authors: Chris Peters, Joshua Claeys /// Copyright 2010-2016, DigiPen Institute of Technology /// /////////////////////////////////////////////////////////////////////////////// #include "Precomp...
30.732558
102
0.483163
jodavis42
058c6990b63ebddf03b14871a67d95cd34a9757b
2,836
hpp
C++
iceoryx_posh/include/iceoryx_posh/roudi/roudi_cmd_line_parser.hpp
ithier/iceoryx
0186384b683c6f421e88f16dba1c663315ba5a4f
[ "Apache-2.0" ]
null
null
null
iceoryx_posh/include/iceoryx_posh/roudi/roudi_cmd_line_parser.hpp
ithier/iceoryx
0186384b683c6f421e88f16dba1c663315ba5a4f
[ "Apache-2.0" ]
12
2020-05-10T12:39:18.000Z
2021-01-07T05:16:59.000Z
iceoryx_posh/include/iceoryx_posh/roudi/roudi_cmd_line_parser.hpp
ithier/iceoryx
0186384b683c6f421e88f16dba1c663315ba5a4f
[ "Apache-2.0" ]
1
2020-09-23T12:19:57.000Z
2020-09-23T12:19:57.000Z
// Copyright (c) 2020 by Robert Bosch GmbH, Apex.AI Inc. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Un...
38.324324
119
0.747884
ithier
058db3f4a33c2b7438d1a3d64f846d2905ba55cd
867
cpp
C++
sources/cards/creatures/blacks/MiniPekka.cpp
angeluriot/Magic_royal
a337ce4ad6c3215bbdec8c376d6e88fe97f48f94
[ "MIT" ]
1
2022-02-02T21:41:59.000Z
2022-02-02T21:41:59.000Z
sources/cards/creatures/blacks/MiniPekka.cpp
angeluriot/Magic_royal
a337ce4ad6c3215bbdec8c376d6e88fe97f48f94
[ "MIT" ]
null
null
null
sources/cards/creatures/blacks/MiniPekka.cpp
angeluriot/Magic_royal
a337ce4ad6c3215bbdec8c376d6e88fe97f48f94
[ "MIT" ]
2
2022-02-01T12:59:57.000Z
2022-03-05T12:50:27.000Z
#include "cards/creatures/blacks/MiniPekka.hpp" MiniPekka::MiniPekka(): Creature(get_full_power(), get_full_toughness(), get_capacities()) {} MiniPekka::~MiniPekka() {} std::string MiniPekka::get_full_type() const { return Creature::get_full_type() + " - Demon"; } Card::Color MiniPekka::get_color() const { return...
15.763636
93
0.696655
angeluriot
059012ae4b7262e9fa07f78781f74f04c5ebb665
511,363
cpp
C++
iosbuild/Classes/Native/Il2CppGenericMethodTable.cpp
Computer-Science-Innovators/South-Mapping-App
a85d01ee2eea9ba6857d9bfec0d2a3b909d6ffbc
[ "Apache-2.0" ]
4
2018-05-13T14:56:22.000Z
2018-09-17T14:13:32.000Z
iosbuild/Classes/Native/Il2CppGenericMethodTable.cpp
Computer-Science-Innovators/South-Mapping-App
a85d01ee2eea9ba6857d9bfec0d2a3b909d6ffbc
[ "Apache-2.0" ]
null
null
null
iosbuild/Classes/Native/Il2CppGenericMethodTable.cpp
Computer-Science-Innovators/South-Mapping-App
a85d01ee2eea9ba6857d9bfec0d2a3b909d6ffbc
[ "Apache-2.0" ]
5
2018-05-13T16:04:42.000Z
2018-10-26T00:30:56.000Z
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <cstring> #include <string.h> #include <stdio.h> #include <cmath> #include <limits> #include <assert.h> #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" extern const Il2CppGe...
107.973606
201
0.806762
Computer-Science-Innovators
05935593d048f7d0754c602fb109377f105918ef
15,014
cpp
C++
Tempest/2d/font.cpp
enotio/Tempest
1a7105cfca3669d54c696ad8188f04f25159c0a0
[ "MIT" ]
5
2017-05-31T21:25:57.000Z
2020-01-14T14:11:41.000Z
Tempest/2d/font.cpp
enotio/Tempest
1a7105cfca3669d54c696ad8188f04f25159c0a0
[ "MIT" ]
2
2017-11-13T14:32:21.000Z
2018-10-03T17:07:36.000Z
Tempest/2d/font.cpp
enotio/Tempest
1a7105cfca3669d54c696ad8188f04f25159c0a0
[ "MIT" ]
2
2018-01-31T14:06:58.000Z
2018-10-02T11:46:34.000Z
#include "font.h" #include <Tempest/Pixmap> #include <Tempest/File> #include <ft2build.h> #include FT_FREETYPE_H #include <freetype/freetype.h> #include <algorithm> struct Tempest::FontElement::FreeTypeLib{ FreeTypeLib(){ FT_Init_FreeType( &library ); Tempest::FontElement::fnames.reserve(16); } ~Fre...
24.53268
96
0.58239
enotio
0594a0d72dd7da10f22b66dd865ca59dfa41f56d
734
hpp
C++
SDK/ARKSurvivalEvolved_DinoSpawnEntries_Ocean_parameters.hpp
2bite/ARK-SDK
c38ca9925309516b2093ad8c3a70ed9489e1d573
[ "MIT" ]
10
2020-02-17T19:08:46.000Z
2021-07-31T11:07:19.000Z
SDK/ARKSurvivalEvolved_DinoSpawnEntries_Ocean_parameters.hpp
2bite/ARK-SDK
c38ca9925309516b2093ad8c3a70ed9489e1d573
[ "MIT" ]
9
2020-02-17T18:15:41.000Z
2021-06-06T19:17:34.000Z
SDK/ARKSurvivalEvolved_DinoSpawnEntries_Ocean_parameters.hpp
2bite/ARK-SDK
c38ca9925309516b2093ad8c3a70ed9489e1d573
[ "MIT" ]
3
2020-07-22T17:42:07.000Z
2021-06-19T17:16:13.000Z
#pragma once // ARKSurvivalEvolved (329.9) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "ARKSurvivalEvolved_DinoSpawnEntries_Ocean_classes.hpp" namespace sdk { //--------------------------------------------------------------------------- //Parameters //-----------------------------------------------...
26.214286
152
0.543597
2bite
05970ed668b4dc46c03af935b9eedfcb4a9d178d
7,799
hpp
C++
include/usb_asio/usb_device.hpp
MiSo1289/usb-asio
cd6aac7b9bfad1c617aa0e6d1eefeea8b00cfcdf
[ "MIT" ]
47
2020-08-24T17:53:04.000Z
2022-03-11T16:03:22.000Z
include/usb_asio/usb_device.hpp
MiSo1289/usb-asio
cd6aac7b9bfad1c617aa0e6d1eefeea8b00cfcdf
[ "MIT" ]
null
null
null
include/usb_asio/usb_device.hpp
MiSo1289/usb-asio
cd6aac7b9bfad1c617aa0e6d1eefeea8b00cfcdf
[ "MIT" ]
null
null
null
#pragma once #include <concepts> #include <compare> #include <cstdint> #include <span> #include <libusb.h> #include "usb_asio/asio.hpp" #include "usb_asio/error.hpp" #include "usb_asio/libusb_ptr.hpp" #include "usb_asio/usb_device_info.hpp" #include "usb_asio/usb_service.hpp" namespace usb_asio { template <typen...
30.584314
103
0.548788
MiSo1289
05971dcc65a0a9e093db223379ade73c5c53932c
6,903
cpp
C++
aegisub/src/timeedit_ctrl.cpp
rcombs/Aegisub
58f35cd31c7f0f5728e0a28e6a7a9fd6fce70c50
[ "ISC" ]
1
2018-02-12T02:44:57.000Z
2018-02-12T02:44:57.000Z
aegisub/src/timeedit_ctrl.cpp
rcombs/Aegisub
58f35cd31c7f0f5728e0a28e6a7a9fd6fce70c50
[ "ISC" ]
null
null
null
aegisub/src/timeedit_ctrl.cpp
rcombs/Aegisub
58f35cd31c7f0f5728e0a28e6a7a9fd6fce70c50
[ "ISC" ]
2
2018-02-12T03:46:24.000Z
2018-02-12T14:36:07.000Z
// Copyright (c) 2005, Rodrigo Braz Monteiro // 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 o...
28.060976
126
0.694626
rcombs
0597a663407b40a70366c93612eb6b1d47c6743e
3,210
cpp
C++
src/UnitTest/Core/MemoryManager.cpp
fangchuan/Open3D
61f991ba5d9fe3ee1e4e195a607bf48f4695d821
[ "MIT" ]
null
null
null
src/UnitTest/Core/MemoryManager.cpp
fangchuan/Open3D
61f991ba5d9fe3ee1e4e195a607bf48f4695d821
[ "MIT" ]
null
null
null
src/UnitTest/Core/MemoryManager.cpp
fangchuan/Open3D
61f991ba5d9fe3ee1e4e195a607bf48f4695d821
[ "MIT" ]
null
null
null
// ---------------------------------------------------------------------------- // - Open3D: www.open3d.org - // ---------------------------------------------------------------------------- // The MIT License (MIT) // // Copyright (c) 2018 www.open3d.org // // Permissio...
39.146341
80
0.655763
fangchuan
0598ded5dbcc7673af8d0b34d123a50536350218
1,681
cpp
C++
Tools/NounShipPort/Port.cpp
SnipeDragon/darkspace
b6a1fa0a29d3559b158156e7b96935bd0a832ee3
[ "MIT" ]
1
2016-05-22T21:28:29.000Z
2016-05-22T21:28:29.000Z
Tools/NounShipPort/Port.cpp
SnipeDragon/darkspace
b6a1fa0a29d3559b158156e7b96935bd0a832ee3
[ "MIT" ]
null
null
null
Tools/NounShipPort/Port.cpp
SnipeDragon/darkspace
b6a1fa0a29d3559b158156e7b96935bd0a832ee3
[ "MIT" ]
null
null
null
/* Port.cpp (c)1998 Palestar, Richard Lyle */ #define NOUNSHIPPORT_DLL #include "stdafx.h" #include "Port.h" #include "DarkSpace/NounShip.h" #include "DarkSpace/GameContext.h" #include "Tools/ShipContextPort/Port.h" #include "Tools/ScenePort/ChildFrame.h" #include "Tools/ResourcerDoc/Port.h" //-------------------...
19.776471
81
0.580012
SnipeDragon
0599af0fedc3e22708850bbbe8e0690060bbcdc1
5,022
cpp
C++
2009-LFR-Benchmark/src_refactor_cpp/util/random.cpp
CheYulin/SyntheticGraphBenchmark
4db10990ff708df315b6e7160de0ef7b34913efb
[ "MIT" ]
1
2020-07-07T20:34:06.000Z
2020-07-07T20:34:06.000Z
2009-LFR-Benchmark/src_refactor_cpp/util/random.cpp
CheYulin/SyntheticGraphBenchmark
4db10990ff708df315b6e7160de0ef7b34913efb
[ "MIT" ]
null
null
null
2009-LFR-Benchmark/src_refactor_cpp/util/random.cpp
CheYulin/SyntheticGraphBenchmark
4db10990ff708df315b6e7160de0ef7b34913efb
[ "MIT" ]
1
2020-07-07T20:34:11.000Z
2020-07-07T20:34:11.000Z
// // Created by cheyulin on 2/27/17. // #include "random.h" #include <fstream> #include <iostream> #include <map> #include <algorithm> double ran2(long *idum) { int j; long k; static long idum2 = 123456789; static long iy = 0; static long iv[R2_NTAB]; double temp; if (*idum <= 0 || !iy) ...
32.192308
138
0.505775
CheYulin
0599ecfc311959e168b0568564baa60d5b262020
6,420
cpp
C++
src/cinder/audio/Device.cpp
rsh/Cinder-Emscripten
4a08250c56656865c7c3a52fb9380980908b1439
[ "BSD-2-Clause" ]
24
2015-12-07T23:03:27.000Z
2021-04-03T14:55:54.000Z
src/cinder/audio/Device.cpp
rsh/Cinder-Emscripten
4a08250c56656865c7c3a52fb9380980908b1439
[ "BSD-2-Clause" ]
2
2015-12-11T21:53:05.000Z
2019-05-04T11:54:54.000Z
src/cinder/audio/Device.cpp
rsh/Cinder-Emscripten
4a08250c56656865c7c3a52fb9380980908b1439
[ "BSD-2-Clause" ]
6
2015-12-17T18:26:57.000Z
2018-11-22T00:11:55.000Z
/* Copyright (c) 2014, The Cinder Project This code is intended to be used with the Cinder C++ library, http://libcinder.org 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 ret...
28.281938
122
0.682243
rsh
059abdf83d05f66c7baf472599d312d4509ab646
4,537
cpp
C++
third_party/WebKit/Source/platform/WebTaskRunner.cpp
xzhan96/chromium.src
1bd0cf3997f947746c0fc5406a2466e7b5f6159e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2021-01-07T18:51:03.000Z
2021-01-07T18:51:03.000Z
third_party/WebKit/Source/platform/WebTaskRunner.cpp
emilio/chromium.src
1bd0cf3997f947746c0fc5406a2466e7b5f6159e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
third_party/WebKit/Source/platform/WebTaskRunner.cpp
emilio/chromium.src
1bd0cf3997f947746c0fc5406a2466e7b5f6159e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "platform/WebTaskRunner.h" #include "base/single_thread_task_runner.h" namespace blink { class TaskHandle::Runner : public WTF::ThreadSafeRefC...
32.876812
80
0.661891
xzhan96
059c22af97e6bb4f86b0a1797c0ed377e1c1176e
5,689
cpp
C++
src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/InteropInfoLevelProfile.cpp
txlos/wpf
4004b4e8c8d5c0d5e9de0f1be1fd929c3dee6fa1
[ "MIT" ]
5,937
2018-12-04T16:32:50.000Z
2022-03-31T09:48:37.000Z
src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/InteropInfoLevelProfile.cpp
txlos/wpf
4004b4e8c8d5c0d5e9de0f1be1fd929c3dee6fa1
[ "MIT" ]
4,151
2018-12-04T16:38:19.000Z
2022-03-31T18:41:14.000Z
src/Microsoft.DotNet.Wpf/src/System.Printing/CPP/src/InteropInfoLevelProfile.cpp
txlos/wpf
4004b4e8c8d5c0d5e9de0f1be1fd929c3dee6fa1
[ "MIT" ]
1,084
2018-12-04T16:24:21.000Z
2022-03-30T13:52:03.000Z
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. /*++ Abstract: InfoLeve...
14.081683
84
0.65987
txlos
059ce283b8c93cad84111c7b32408394d3b01e32
23,713
cpp
C++
compiler-rt/lib/memprof/memprof_allocator.cpp
ajaykumarkannan/llvm
d31b42c27e72d305f158289d34e55a190e00942e
[ "Apache-2.0" ]
1
2021-12-10T01:17:03.000Z
2021-12-10T01:17:03.000Z
compiler-rt/lib/memprof/memprof_allocator.cpp
1samhicks/llvm-project
c3017819cb7fe22dcfabf90ecb34130fb6bed314
[ "Apache-2.0" ]
1
2021-02-11T23:06:57.000Z
2021-02-11T23:06:57.000Z
compiler-rt/lib/memprof/memprof_allocator.cpp
1samhicks/llvm-project
c3017819cb7fe22dcfabf90ecb34130fb6bed314
[ "Apache-2.0" ]
1
2021-02-11T15:05:32.000Z
2021-02-11T15:05:32.000Z
//===-- memprof_allocator.cpp --------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------...
33.731152
80
0.684983
ajaykumarkannan
059d772e4172b4672a32b1dc60049118600be8fb
19,989
cc
C++
third_party/blink/renderer/platform/loader/fetch/resource_load_scheduler_test.cc
zipated/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
third_party/blink/renderer/platform/loader/fetch/resource_load_scheduler_test.cc
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
third_party/blink/renderer/platform/loader/fetch/resource_load_scheduler_test.cc
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.000Z
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/renderer/platform/loader/fetch/resource_load_scheduler.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_part...
38.366603
85
0.721147
zipated
05a1fcc957de1a7b4b5bbdd0d19a2f92991e296b
15,134
hpp
C++
http.hpp
kissbeni/tinyhttp
2e7dddbbb4ac0824ec457eadfcf00106fce5154c
[ "Apache-2.0" ]
2
2021-11-27T18:35:20.000Z
2022-03-23T08:11:57.000Z
http.hpp
kissbeni/tinyhttp
2e7dddbbb4ac0824ec457eadfcf00106fce5154c
[ "Apache-2.0" ]
null
null
null
http.hpp
kissbeni/tinyhttp
2e7dddbbb4ac0824ec457eadfcf00106fce5154c
[ "Apache-2.0" ]
null
null
null
#ifndef HTTP_SERVER_H #define HTTP_SERVER_H // json support (Currently uses MiniJson) #define TINYHTTP_JSON // websocket support #define TINYHTTP_WS // template integration #define TINYHTTP_TEMPLATES #ifndef MAX_HTTP_HEADERS # define MAX_HTTP_HEADERS 30 #endif #ifndef MAX_HTTP_CONTENT_SIZE # define MAX_HTTP_CONT...
31.861053
153
0.606647
kissbeni
05a2505a2f5188765ad529de3ee1af874a409105
30,222
cpp
C++
tests/PhiCore/unittests/src/type_traits/is_arithmetic.test.cpp
AMS21/Phi
d62d7235dc5307dd18607ade0f95432ae3a73dfd
[ "MIT" ]
3
2020-12-21T13:47:35.000Z
2022-03-16T23:53:21.000Z
tests/PhiCore/unittests/src/type_traits/is_arithmetic.test.cpp
AMS21/Phi
d62d7235dc5307dd18607ade0f95432ae3a73dfd
[ "MIT" ]
53
2020-08-07T07:46:57.000Z
2022-02-12T11:07:08.000Z
tests/PhiCore/unittests/src/type_traits/is_arithmetic.test.cpp
AMS21/Phi
d62d7235dc5307dd18607ade0f95432ae3a73dfd
[ "MIT" ]
1
2020-08-19T15:50:02.000Z
2020-08-19T15:50:02.000Z
#include <phi/test/test_macros.hpp> #include "test_types.hpp" #include <phi/compiler_support/char8_t.hpp> #include <phi/core/boolean.hpp> #include <phi/core/floating_point.hpp> #include <phi/core/integer.hpp> #include <phi/core/nullptr_t.hpp> #include <phi/core/scope_ptr.hpp> #include <phi/type_traits/is_arithmetic.hp...
46.783282
92
0.694097
AMS21
05a3bd736ec53c47ded063d6e84f7be75056e38e
2,755
cpp
C++
platform-windows/source/Bitmap.cpp
mtezych/cpp
05c1b85eb89117a9b406f3f32470367937331614
[ "BSD-3-Clause" ]
null
null
null
platform-windows/source/Bitmap.cpp
mtezych/cpp
05c1b85eb89117a9b406f3f32470367937331614
[ "BSD-3-Clause" ]
null
null
null
platform-windows/source/Bitmap.cpp
mtezych/cpp
05c1b85eb89117a9b406f3f32470367937331614
[ "BSD-3-Clause" ]
2
2019-12-21T00:31:17.000Z
2021-07-14T23:16:23.000Z
#include <windows/Bitmap.h> #include <cassert> #include <cstring> namespace windows { namespace { template <typename ObjectHandleType> struct ObjectInfo; template <> struct ObjectInfo<HBITMAP > { using type = BITMAP; }; template <> struct ObjectInfo<HPALETTE> { using type = WORD; }; template <...
23.347458
69
0.661706
mtezych
05a5f467fe10e76c637a76d16b1c30130e64f884
4,990
cpp
C++
code/fiber/Manager.cpp
MarqusJonsson/NomadTasks
91fd52432c96ed3945761ceef45eb0a6e2f0ddac
[ "MIT" ]
5
2020-06-22T06:32:59.000Z
2022-01-22T00:35:02.000Z
code/fiber/Manager.cpp
MarqusJonsson/NomadTasks
91fd52432c96ed3945761ceef45eb0a6e2f0ddac
[ "MIT" ]
null
null
null
code/fiber/Manager.cpp
MarqusJonsson/NomadTasks
91fd52432c96ed3945761ceef45eb0a6e2f0ddac
[ "MIT" ]
3
2020-01-26T17:25:59.000Z
2020-05-13T15:12:38.000Z
/* * All or portions of this file Copyright (c) NOMAD Group<nomad-group.net> or its affiliates or * its licensors. * * For complete copyright and license terms please see the LICENSE at the root of this * distribution (the "License"). All use of this software is governed by the License, * or, if provided, by the ...
23.42723
141
0.707214
MarqusJonsson
05a79b51fe5cffeda2814cf180805a6308ee6c2f
2,141
cpp
C++
main4-4.cpp
if025-pm-unpsjb/tp5-2019-emanuelbalcazar
e5201ce62a06a4177340799c78cfeb81923d1fa9
[ "MIT" ]
1
2019-11-12T21:20:23.000Z
2019-11-12T21:20:23.000Z
main4-4.cpp
if025-pm-unpsjb/tp5-2019-emanuelbalcazar
e5201ce62a06a4177340799c78cfeb81923d1fa9
[ "MIT" ]
null
null
null
main4-4.cpp
if025-pm-unpsjb/tp5-2019-emanuelbalcazar
e5201ce62a06a4177340799c78cfeb81923d1fa9
[ "MIT" ]
null
null
null
#include "mbed.h" // Librería mbed #include "FreeRTOS.h" // Definiciones principales de FreeRTOS #include "task.h" // Funciones para el control de las tareas Serial pc(USBTX, USBRX); // tx, rx DigitalOut led1(LED1); // SYSTEM 0, 1 o 2 const int SYSTEM = 0; void thread1(void*); struct Task { char name...
18.946903
79
0.610929
if025-pm-unpsjb
05a8298b350bae0d80a93e8dd2049bad576f054a
1,902
cpp
C++
Code/Editor/Plugins/ProjectSettingsTool/DefaultImageValidator.cpp
cypherdotXd/o3de
bb90c4ddfe2d495e9c00ebf1e2650c6d603a5676
[ "Apache-2.0", "MIT" ]
11
2021-07-08T09:58:26.000Z
2022-03-17T17:59:26.000Z
Code/Editor/Plugins/ProjectSettingsTool/DefaultImageValidator.cpp
RoddieKieley/o3de
e804fd2a4241b039a42d9fa54eaae17dc94a7a92
[ "Apache-2.0", "MIT" ]
29
2021-07-06T19:33:52.000Z
2022-03-22T10:27:49.000Z
Code/Editor/Plugins/ProjectSettingsTool/DefaultImageValidator.cpp
RoddieKieley/o3de
e804fd2a4241b039a42d9fa54eaae17dc94a7a92
[ "Apache-2.0", "MIT" ]
4
2021-07-06T19:24:43.000Z
2022-03-31T12:42:27.000Z
/* * Copyright (c) Contributors to the Open 3D Engine Project. * For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #include "DefaultImageValidator.h" #include "PropertyImagePreview.h" // Error for no default ima...
31.7
107
0.622503
cypherdotXd
05aa007478d246c30fe28407256cc60dc922165c
707
inl
C++
performance-tests/Synch-Benchmarks/Base_Test/Baseline_Test.inl
BeiJiaan/ace
2845970c894bb350d12d6a32e867d7ddf2487f25
[ "DOC" ]
16
2015-05-11T04:33:44.000Z
2022-02-15T04:28:39.000Z
performance-tests/Synch-Benchmarks/Base_Test/Baseline_Test.inl
BeiJiaan/ace
2845970c894bb350d12d6a32e867d7ddf2487f25
[ "DOC" ]
null
null
null
performance-tests/Synch-Benchmarks/Base_Test/Baseline_Test.inl
BeiJiaan/ace
2845970c894bb350d12d6a32e867d7ddf2487f25
[ "DOC" ]
7
2015-01-08T16:11:34.000Z
2021-07-04T16:04:40.000Z
// $Id$ ACE_INLINE size_t Baseline_Test_Base::iteration (void) { return this->iteration_; } ACE_INLINE int Baseline_Test_Base::yield_method (void) { return this->yield_method_; } ACE_INLINE int Baseline_Test_Options::test_try_lock (void) { return this->test_try_lock_; } ACE_INLINE size_t Baseline_Test_Options...
16.068182
63
0.772277
BeiJiaan
05ac0da549715cfe0b566a855bfd355920b2589d
88
cpp
C++
compiler/src/compiler-asm/assembler/x86/registers/X86Register.cpp
Voltariuss/C-Compiler
f9b985b232dba0b5867cf3efea59221b9c4e37bc
[ "MIT" ]
null
null
null
compiler/src/compiler-asm/assembler/x86/registers/X86Register.cpp
Voltariuss/C-Compiler
f9b985b232dba0b5867cf3efea59221b9c4e37bc
[ "MIT" ]
null
null
null
compiler/src/compiler-asm/assembler/x86/registers/X86Register.cpp
Voltariuss/C-Compiler
f9b985b232dba0b5867cf3efea59221b9c4e37bc
[ "MIT" ]
null
null
null
#include "X86Register.h" X86Register::X86Register() {} X86Register::~X86Register() {}
14.666667
30
0.715909
Voltariuss
05adfbdcc447ffdf8d45a43e9804ea5c1d49d07f
2,476
cc
C++
gloo/test/openssl_utils.cc
photoszzt/gloo
769b46f9ec8976d7836a38cf7f808e995280d7e4
[ "BSD-3-Clause" ]
975
2017-03-11T09:02:44.000Z
2022-03-28T09:02:43.000Z
gloo/test/openssl_utils.cc
photoszzt/gloo
769b46f9ec8976d7836a38cf7f808e995280d7e4
[ "BSD-3-Clause" ]
286
2017-03-11T06:25:10.000Z
2022-03-18T17:42:34.000Z
gloo/test/openssl_utils.cc
photoszzt/gloo
769b46f9ec8976d7836a38cf7f808e995280d7e4
[ "BSD-3-Clause" ]
231
2017-03-10T18:55:15.000Z
2022-03-28T18:13:18.000Z
/** * Copyright (c) Facebook, Inc. and its affiliates. */ #include "gloo/test/openssl_utils.h" #if GLOO_HAVE_TRANSPORT_TCP_TLS #include <cstdlib> #include <gloo/common/logging.h> namespace gloo { namespace test { static constexpr auto debug = " 1>/dev/null 2>/dev/null"; static constexpr auto _and = " && "; std::...
40.590164
201
0.609047
photoszzt
05ae1572c7945c27845058a91ddf0021294b064d
357
cpp
C++
Setul_D.5/P6.cpp
rlodina99/Learn_cpp
0c5bd9e6c52ca21e2eb95eb91597272ddc842c08
[ "MIT" ]
null
null
null
Setul_D.5/P6.cpp
rlodina99/Learn_cpp
0c5bd9e6c52ca21e2eb95eb91597272ddc842c08
[ "MIT" ]
null
null
null
Setul_D.5/P6.cpp
rlodina99/Learn_cpp
0c5bd9e6c52ca21e2eb95eb91597272ddc842c08
[ "MIT" ]
null
null
null
#include <iostream> #include <fstream> using namespace std; int main(){ ifstream f("P6.in"); int n,p,x,scif=0; f >> n; f >> p; int arr[n]; for (int i=0; i<n; i++){ f >> arr[i]; } for (int i=0; i<n; i++){ x=arr[i]; while(x!=0){ scif+=x%10; x=x/10; } if(scif%p==0) cout << arr[...
11.516129
28
0.464986
rlodina99
05af093645111de3fc5f0533d5de887324095f85
8,912
cpp
C++
calc_v3/calccore.cpp
fa993/calc_v3
d01d010764e7f49a60a0b2d222612cc25d7bf7a1
[ "MIT" ]
null
null
null
calc_v3/calccore.cpp
fa993/calc_v3
d01d010764e7f49a60a0b2d222612cc25d7bf7a1
[ "MIT" ]
null
null
null
calc_v3/calccore.cpp
fa993/calc_v3
d01d010764e7f49a60a0b2d222612cc25d7bf7a1
[ "MIT" ]
null
null
null
#ifndef CALCCORE_FA993 #define CALCCORE_FA993 #include <iostream> #include <vector> #include <map> #include <string> #include <sstream> #include "calcentity.cpp" class CalcFunctionData; class CalcPrimaryFunctionData; class CalcText : public CalcData { protected: std::string value; public: C...
19.804444
118
0.554758
fa993
05b05795c2a6e18eca36023d1f9b672c9dfcac9a
2,938
cpp
C++
src/vendor/mariadb-10.6.7/storage/columnstore/columnstore/tools/ddldriver/ddldriver.cpp
zettadb/zettalib
3d5f96dc9e3e4aa255f4e6105489758944d37cc4
[ "Apache-2.0" ]
null
null
null
src/vendor/mariadb-10.6.7/storage/columnstore/columnstore/tools/ddldriver/ddldriver.cpp
zettadb/zettalib
3d5f96dc9e3e4aa255f4e6105489758944d37cc4
[ "Apache-2.0" ]
null
null
null
src/vendor/mariadb-10.6.7/storage/columnstore/columnstore/tools/ddldriver/ddldriver.cpp
zettadb/zettalib
3d5f96dc9e3e4aa255f4e6105489758944d37cc4
[ "Apache-2.0" ]
2
2022-02-27T14:00:01.000Z
2022-03-31T06:24:22.000Z
/* Copyright (C) 2014 InfiniDB, Inc. 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; version 2 of the License. This program is distributed in the hope that it will be useful, but W...
21.762963
68
0.594963
zettadb
05b1a9d3fd5a2f4fc22db2e5fe22f780c1bc7b30
24,064
cpp
C++
src/mumble/OverlayEditorScene.cpp
JoelTroch/mumble
cdaff31b00a713b2a259d9c6a4c81bf7496a592e
[ "BSD-3-Clause" ]
1
2015-02-27T15:40:11.000Z
2015-02-27T15:40:11.000Z
src/mumble/OverlayEditorScene.cpp
JoelTroch/mumble
cdaff31b00a713b2a259d9c6a4c81bf7496a592e
[ "BSD-3-Clause" ]
null
null
null
src/mumble/OverlayEditorScene.cpp
JoelTroch/mumble
cdaff31b00a713b2a259d9c6a4c81bf7496a592e
[ "BSD-3-Clause" ]
null
null
null
/* Copyright (C) 2005-2011, Thorvald Natvig <thorvald@natvig.com> 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,...
27.564719
276
0.664977
JoelTroch
05b337735b2cbfb15b99be6de4c3dd36fd59ae2a
2,834
cc
C++
ui/ozone/platform/cast/gl_surface_cast.cc
google-ar/chromium
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
777
2017-08-29T15:15:32.000Z
2022-03-21T05:29:41.000Z
ui/ozone/platform/cast/gl_surface_cast.cc
harrymarkovskiy/WebARonARCore
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
66
2017-08-30T18:31:18.000Z
2021-08-02T10:59:35.000Z
ui/ozone/platform/cast/gl_surface_cast.cc
harrymarkovskiy/WebARonARCore
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
123
2017-08-30T01:19:34.000Z
2022-03-17T22:55:31.000Z
// 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 "ui/ozone/platform/cast/gl_surface_cast.h" #include "ui/ozone/common/egl_util.h" #include "ui/ozone/platform/cast/surface_factory_cast.h" names...
33.738095
78
0.516231
google-ar
05b4b57ef70bb2fdde109e3020a31f83fe7d3490
268
cpp
C++
CSCI-104/hw8/hw8-check/hw8_cache_checker.cpp
liyang990803/CSCI-103
6f84fbc242be90f7a9c3a58bdcc6f54352e4ae5a
[ "MIT" ]
null
null
null
CSCI-104/hw8/hw8-check/hw8_cache_checker.cpp
liyang990803/CSCI-103
6f84fbc242be90f7a9c3a58bdcc6f54352e4ae5a
[ "MIT" ]
null
null
null
CSCI-104/hw8/hw8-check/hw8_cache_checker.cpp
liyang990803/CSCI-103
6f84fbc242be90f7a9c3a58bdcc6f54352e4ae5a
[ "MIT" ]
1
2018-03-23T04:19:24.000Z
2018-03-23T04:19:24.000Z
#include "../cacheLRU.h" #include <string> void testPublicFunctions() { cacheLRU<std::string, int> cache(5); cache.put(std::pair<const std::string, int>("a", 5)); cache.put(cache.get("a")); } int main(int argc, char* argv[]) { testPublicFunctions(); return 0; }
17.866667
54
0.660448
liyang990803
05b4cfdde4aa27055466888a7420912deb00023a
460
cpp
C++
AOJ/ITP1/07B_How_many_ways.cpp
tyokinuhata/procon
d0a8439f961c7b28b74201c65cc3c603011a94dc
[ "MIT" ]
1
2019-04-18T02:25:05.000Z
2019-04-18T02:25:05.000Z
AOJ/ITP1/07B_How_many_ways.cpp
tyokinuhata/procon
d0a8439f961c7b28b74201c65cc3c603011a94dc
[ "MIT" ]
1
2018-06-27T08:00:07.000Z
2018-06-27T08:00:07.000Z
AOJ/ITP1/07B_How_many_ways.cpp
tyokinuhata/procon
d0a8439f961c7b28b74201c65cc3c603011a94dc
[ "MIT" ]
null
null
null
#include <iostream> using namespace std; int main () { int n, x; while (true) { cin >> n >> x; if (n == 0 && x == 0) break; int cnt = 0; for (int i = 1; i <= n - 2; i++) { for (int j = i + 1; j <= n - 1; j++) { for (int k = j + 1; k <= n; k++) { ...
20
50
0.297826
tyokinuhata
05b5b101b81ce1f0c76f88c814f8e11126a2aa94
3,874
cpp
C++
sources/thelib/src/protocols/rpc/rpcserializer.cpp
rdkcmf/rdkc-rms
65ab1efcee9e3de46a888c125f591cd48b815601
[ "Apache-2.0" ]
3
2020-07-30T19:41:00.000Z
2020-10-28T12:52:37.000Z
sources/thelib/src/protocols/rpc/rpcserializer.cpp
rdkcmf/rdkc-rms
65ab1efcee9e3de46a888c125f591cd48b815601
[ "Apache-2.0" ]
null
null
null
sources/thelib/src/protocols/rpc/rpcserializer.cpp
rdkcmf/rdkc-rms
65ab1efcee9e3de46a888c125f591cd48b815601
[ "Apache-2.0" ]
2
2020-05-11T03:19:00.000Z
2021-07-07T17:40:47.000Z
/** ########################################################################## # If not stated otherwise in this file or this component's LICENSE # file the following copyright and licenses apply: # # Copyright 2019 RDK Management # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use thi...
23.766871
74
0.701084
rdkcmf
05bbdd43e7c7b36fb3ade8306295830a1509ebdc
21,015
cc
C++
src/tests/source/TestLDA.cc
venkate5hgunda/CSE598-Spring22-Group22-NetsDB
6c2dabd1a3b3f5901a97c788423fdd93cc0015d4
[ "Apache-2.0" ]
13
2022-01-17T16:14:26.000Z
2022-03-30T02:06:04.000Z
src/tests/source/TestLDA.cc
venkate5hgunda/CSE598-Spring22-Group22-NetsDB
6c2dabd1a3b3f5901a97c788423fdd93cc0015d4
[ "Apache-2.0" ]
1
2022-01-28T23:17:14.000Z
2022-01-28T23:17:14.000Z
src/tests/source/TestLDA.cc
venkate5hgunda/CSE598-Spring22-Group22-NetsDB
6c2dabd1a3b3f5901a97c788423fdd93cc0015d4
[ "Apache-2.0" ]
3
2022-01-18T02:13:53.000Z
2022-03-06T19:28:19.000Z
#ifndef TEST_LDA_CC #define TEST_LDA_CC /* * Learning Latent Dirichlet Allocation (LDA) by Gibbs Sampling */ #include "PDBDebug.h" #include "PDBVector.h" #include "Query.h" #include "Lambda.h" #include "PDBClient.h" #include "Set.h" #include "DataTypes.h" #include "DoubleVector.h" #include "ScanIntSet.h" #includ...
40.726744
106
0.55646
venkate5hgunda
05c2c82e50fd1a4a17c6d298a78e7b5258731b77
723
cpp
C++
codeforces/1365B.cpp
LordRonz/cp-solutions
d95eabbdbf6a04fba912f4e8be203b180af7f46d
[ "WTFPL" ]
2
2021-04-19T06:20:11.000Z
2021-05-04T14:30:00.000Z
codeforces/1365B.cpp
LordRonz/cp-solutions
d95eabbdbf6a04fba912f4e8be203b180af7f46d
[ "WTFPL" ]
2
2022-03-01T09:28:46.000Z
2022-03-02T09:52:33.000Z
codeforces/1365B.cpp
LordRonz/cp-solutions
d95eabbdbf6a04fba912f4e8be203b180af7f46d
[ "WTFPL" ]
null
null
null
#include <bits/stdc++.h> using namespace std; #define MAX(a,b,c) max(a,max(b,c)) #define MIN(a,b,c) min(a,min(b,c)) #define MP make_pair #define FOR(i, a, b) for(int i = a; i < b; ++i) #define gcd __gcd typedef pair<int, int> pii; typedef long long ll; typedef long double ld; const int MAX_N = 1e5 + 1; //0xACCE97ED; ...
19.026316
47
0.511757
LordRonz
05c8b3124e4298abcd65c09fd63d3274b1863c06
3,588
hpp
C++
pyjac/kernel_utils/c/memcpy_2d.hpp
stgeke/pyJac-v2
c2716a05df432efd8e5f6cc5cc3d46b72c24c019
[ "MIT" ]
9
2018-10-08T07:49:20.000Z
2021-06-26T15:28:30.000Z
pyjac/kernel_utils/c/memcpy_2d.hpp
stgeke/pyJac-v2
c2716a05df432efd8e5f6cc5cc3d46b72c24c019
[ "MIT" ]
13
2018-09-01T14:17:51.000Z
2021-07-30T16:19:33.000Z
pyjac/kernel_utils/c/memcpy_2d.hpp
arghdos/spyJac
bdd6940c27681e3b19ee41efb31abd20a89d1be8
[ "MIT" ]
7
2018-09-08T11:57:34.000Z
2022-02-14T13:57:20.000Z
/** * memcpy_2d.h * * \author Nick Curtis * \date 2017 * * Simple 2D memcopy function to enable strided copy of state vectors * for cases where the maximum allowable number of initial conditions is * _less_ than the total number of conditions to be tested * */ #ifndef MEMCPY2D_H #define MEMCPY2D_H #in...
50.535211
160
0.571906
stgeke
05c8f7f43074ff0999305b2df26ba879fe288db2
6,759
cpp
C++
TOMB5/game/willwisp.cpp
walkawayy/TOMB5
cc33d5147ed21c8db123a72f4acdc9241e3ed73c
[ "MIT" ]
null
null
null
TOMB5/game/willwisp.cpp
walkawayy/TOMB5
cc33d5147ed21c8db123a72f4acdc9241e3ed73c
[ "MIT" ]
null
null
null
TOMB5/game/willwisp.cpp
walkawayy/TOMB5
cc33d5147ed21c8db123a72f4acdc9241e3ed73c
[ "MIT" ]
null
null
null
#include "../tomb5/pch.h" #include "willwisp.h" #include "box.h" #include "objects.h" #include "../specific/3dmath.h" #include "sound.h" #include "effect2.h" #include "control.h" #include "sphere.h" #include "tomb4fx.h" #include "lot.h" #include "items.h" #include "../specific/function_stubs.h" #include "effects.h" st...
25.896552
127
0.660749
walkawayy
05caac50224b1d345ffb397a9f9682abf447f46c
11,186
cc
C++
pigasus/software/src/service_inspectors/http_inspect/http_msg_section.cc
zhipengzhaocmu/fpga2022_artifact
0ac088a5b04c5c75ae6aef25202b66b0f674acd3
[ "BSD-3-Clause-Clear", "BSD-3-Clause" ]
null
null
null
pigasus/software/src/service_inspectors/http_inspect/http_msg_section.cc
zhipengzhaocmu/fpga2022_artifact
0ac088a5b04c5c75ae6aef25202b66b0f674acd3
[ "BSD-3-Clause-Clear", "BSD-3-Clause" ]
null
null
null
pigasus/software/src/service_inspectors/http_inspect/http_msg_section.cc
zhipengzhaocmu/fpga2022_artifact
0ac088a5b04c5c75ae6aef25202b66b0f674acd3
[ "BSD-3-Clause-Clear", "BSD-3-Clause" ]
null
null
null
//-------------------------------------------------------------------------- // Copyright (C) 2014-2018 Cisco and/or its affiliates. All rights reserved. // // This program is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License Version 2 as published // by the Fr...
35.065831
108
0.655999
zhipengzhaocmu
05cacb74c8673f08e4a2ecc56efb38fdd2c30275
1,436
cc
C++
paddle/fluid/platform/dynload/cudnn.cc
L-Net-1992/Paddle
4d0ca02ba56760b456f3d4b42a538555b9b6c307
[ "Apache-2.0" ]
11
2016-08-29T07:43:26.000Z
2016-08-29T07:51:24.000Z
paddle/fluid/platform/dynload/cudnn.cc
L-Net-1992/Paddle
4d0ca02ba56760b456f3d4b42a538555b9b6c307
[ "Apache-2.0" ]
null
null
null
paddle/fluid/platform/dynload/cudnn.cc
L-Net-1992/Paddle
4d0ca02ba56760b456f3d4b42a538555b9b6c307
[ "Apache-2.0" ]
1
2021-12-09T08:59:17.000Z
2021-12-09T08:59:17.000Z
/* Copyright (c) 2016 PaddlePaddle Authors. 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...
27.615385
72
0.811978
L-Net-1992
05cb19e4ce5a77e701e191b659d63463cefe7bd6
6,853
cpp
C++
source/process/common/ProcessOptions.cpp
izenecloud/sf1r-lite
8de9aa83c38c9cd05a80b216579552e89609f136
[ "Apache-2.0" ]
77
2015-02-12T20:59:20.000Z
2022-03-05T18:40:49.000Z
source/process/common/ProcessOptions.cpp
fytzzh/sf1r-lite
8de9aa83c38c9cd05a80b216579552e89609f136
[ "Apache-2.0" ]
1
2017-04-28T08:55:47.000Z
2017-07-10T10:10:53.000Z
source/process/common/ProcessOptions.cpp
fytzzh/sf1r-lite
8de9aa83c38c9cd05a80b216579552e89609f136
[ "Apache-2.0" ]
33
2015-01-05T03:03:05.000Z
2022-02-06T04:22:46.000Z
#include "ProcessOptions.h" #include <boost/lexical_cast.hpp> #include <iostream> using namespace std; using namespace boost; namespace po = boost::program_options; void validate(boost::any& v, const std::vector<std::string>& values, ProcessOptions::Port*, int) { static const unsign...
30.189427
133
0.620166
izenecloud
05cc2d169818d66a47bf2133326c658b2e317820
12,446
cpp
C++
tests/hdf5.cpp
embarktrucks/armadillo-code
edfce747962f8ad508db660caa3892ed1a4069f8
[ "Apache-2.0" ]
11
2017-08-31T16:38:39.000Z
2022-03-26T03:45:12.000Z
tests/hdf5.cpp
embarktrucks/armadillo-code
edfce747962f8ad508db660caa3892ed1a4069f8
[ "Apache-2.0" ]
1
2017-03-14T02:27:16.000Z
2017-03-14T02:27:16.000Z
tests/hdf5.cpp
embarktrucks/armadillo-code
edfce747962f8ad508db660caa3892ed1a4069f8
[ "Apache-2.0" ]
4
2017-08-08T18:18:06.000Z
2020-10-02T02:03:06.000Z
// Copyright 2011-2017 Ryan Curtin (http://www.ratml.org/) // Copyright 2017 National ICT Australia (NICTA) // // 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/licens...
17.286111
75
0.550217
embarktrucks
fe4aee51d806f723938b7ef0050e414eda3a9eb9
59
cpp
C++
test_package/test_package.cpp
Hopobcn/conan-cutlass
d6ba4c31562b56c1de3ce0df25daaad3755365ee
[ "MIT" ]
null
null
null
test_package/test_package.cpp
Hopobcn/conan-cutlass
d6ba4c31562b56c1de3ce0df25daaad3755365ee
[ "MIT" ]
null
null
null
test_package/test_package.cpp
Hopobcn/conan-cutlass
d6ba4c31562b56c1de3ce0df25daaad3755365ee
[ "MIT" ]
null
null
null
#include <cutlass/cutlass.h> int main() { return 0; }
8.428571
28
0.610169
Hopobcn
fe4f16a266134c04e8466236a801e3afc70c0a13
1,063
cpp
C++
stack/test/tests/coh/testCohRequestMsg.cpp
shrewdlin/BPE
cf29647479b1b8ed53afadaf70557387f4c07e16
[ "BSD-3-Clause" ]
1
2016-07-12T06:00:37.000Z
2016-07-12T06:00:37.000Z
stack/test/tests/coh/testCohRequestMsg.cpp
shrewdlin/BPE
cf29647479b1b8ed53afadaf70557387f4c07e16
[ "BSD-3-Clause" ]
null
null
null
stack/test/tests/coh/testCohRequestMsg.cpp
shrewdlin/BPE
cf29647479b1b8ed53afadaf70557387f4c07e16
[ "BSD-3-Clause" ]
2
2016-09-06T07:59:09.000Z
2020-12-12T03:25:24.000Z
#include <boost/test/unit_test.hpp> #include "CohRequestMsg.h" using namespace sdo::coh; BOOST_AUTO_TEST_SUITE(test_cohrequestmsg) BOOST_AUTO_TEST_CASE(test_parser) { CCohRequestMsg msg; msg.SetUrl("http://192.168.0.3/SetLog"); BOOST_CHECK_EQUAL(msg.GetIp(),"192.168.0.3"); BOOST_CHECK_EQUAL(msg.GetPor...
27.973684
58
0.687676
shrewdlin
fe528f57febbc3ce32384ecc4b1929d8a0918c44
1,801
cc
C++
src/developer/forensics/feedback_data/device_id_provider.cc
JokeZhang/fuchsia
d6e9dea8dca7a1c8fa89d03e131367e284b30d23
[ "BSD-3-Clause" ]
1
2021-09-09T12:25:41.000Z
2021-09-09T12:25:41.000Z
src/developer/forensics/feedback_data/device_id_provider.cc
JokeZhang/fuchsia
d6e9dea8dca7a1c8fa89d03e131367e284b30d23
[ "BSD-3-Clause" ]
null
null
null
src/developer/forensics/feedback_data/device_id_provider.cc
JokeZhang/fuchsia
d6e9dea8dca7a1c8fa89d03e131367e284b30d23
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2020 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "src/developer/forensics/feedback_data/device_id_provider.h" #include <lib/syslog/cpp/macros.h> #include <optional> #include "src/developer/for...
29.52459
98
0.694059
JokeZhang
fe52fa6dbf4f8ec46a71486c99dce01779201b66
711
cpp
C++
Projects/CoX/Clients/Client_I0/patch_all_the_things.cpp
HeraldOfOmega/Segs
0de876d7c28481dc2eab743781e86141be0fc8ba
[ "BSD-3-Clause" ]
1
2019-02-19T02:52:29.000Z
2019-02-19T02:52:29.000Z
Projects/CoX/Clients/Client_I0/patch_all_the_things.cpp
HeraldOfOmega/Segs
0de876d7c28481dc2eab743781e86141be0fc8ba
[ "BSD-3-Clause" ]
null
null
null
Projects/CoX/Clients/Client_I0/patch_all_the_things.cpp
HeraldOfOmega/Segs
0de876d7c28481dc2eab743781e86141be0fc8ba
[ "BSD-3-Clause" ]
1
2021-04-13T16:04:08.000Z
2021-04-13T16:04:08.000Z
#include "patch_all_the_things.h" #include "entity/entityDebug.h" #include "renderer/RendererUtils.h" #include "renderer/RenderTricks.h" #include "renderer/RenderBonedModel.h" #include "renderer/RenderModel.h" #include "renderer/RendererState.h" #include "renderer/RenderShadow.h" #include "renderer/RenderSprites.h" #i...
24.517241
38
0.745429
HeraldOfOmega
fe52fb262931d41160ccf7ea7f4ed2e908574e26
11,997
hpp
C++
include/cynodelic/tesela/rgba_types.hpp
cynodelic/tesela
3b86a7b9501c7136d5168c7e314740fa7f72f7a7
[ "BSL-1.0" ]
null
null
null
include/cynodelic/tesela/rgba_types.hpp
cynodelic/tesela
3b86a7b9501c7136d5168c7e314740fa7f72f7a7
[ "BSL-1.0" ]
null
null
null
include/cynodelic/tesela/rgba_types.hpp
cynodelic/tesela
3b86a7b9501c7136d5168c7e314740fa7f72f7a7
[ "BSL-1.0" ]
null
null
null
// Copyright (c) 2019 Álvaro Ceballos // Distributed under the Boost Software License, Version 1.0. // See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt /** * @file rgba_types.hpp * * @brief Defines RGBA pixel types. */ #ifndef CYNODELIC_TESELA_RGBA_TYPES_HPP #define CYNODELIC_TESELA_R...
19.928571
137
0.643828
cynodelic
fe555779d3aa725ab958ee9fe9568f41f4d2935c
7,141
cpp
C++
Zone/libs/cocos2dx/extensions/CCBReader/CCParticleSystemQuadLoader.cpp
sdost/Zone
747e5998b23ba58b1389880640e16a699a115c9e
[ "Apache-2.0" ]
6
2015-01-10T03:42:34.000Z
2016-03-24T05:17:02.000Z
Zone/libs/cocos2dx/extensions/CCBReader/CCParticleSystemQuadLoader.cpp
sdost/Zone
747e5998b23ba58b1389880640e16a699a115c9e
[ "Apache-2.0" ]
1
2015-11-11T08:38:11.000Z
2015-11-11T08:38:11.000Z
Zone/libs/cocos2dx/extensions/CCBReader/CCParticleSystemQuadLoader.cpp
sdost/Zone
747e5998b23ba58b1389880640e16a699a115c9e
[ "Apache-2.0" ]
4
2015-03-24T02:19:57.000Z
2020-09-19T06:16:51.000Z
#include "CCParticleSystemQuadLoader.h" USING_NS_CC; USING_NS_CC_EXT; #define PROPERTY_EMITERMODE "emitterMode" #define PROPERTY_POSVAR "posVar" #define PROPERTY_EMISSIONRATE "emissionRate" #define PROPERTY_DURATION "duration" #define PROPERTY_TOTALPARTICLES "totalParticles" #define PROPERTY_LIFE "life" #define PROPE...
53.691729
172
0.734911
sdost
fe55d745f093240d6d3dba5a709572d4ce012713
3,684
cxx
C++
panda/src/physx/physxLinearInterpolationValues.cxx
kestred/panda3d
16bfd3750f726a8831771b81649d18d087917fd5
[ "PHP-3.01", "PHP-3.0" ]
3
2018-03-09T12:07:29.000Z
2021-02-25T06:50:25.000Z
panda/src/physx/physxLinearInterpolationValues.cxx
Sinkay/panda3d
16bfd3750f726a8831771b81649d18d087917fd5
[ "PHP-3.01", "PHP-3.0" ]
null
null
null
panda/src/physx/physxLinearInterpolationValues.cxx
Sinkay/panda3d
16bfd3750f726a8831771b81649d18d087917fd5
[ "PHP-3.01", "PHP-3.0" ]
null
null
null
// Filename: physxLinearInterpolationValues.cxx // Created by: enn0x (08Feb10) // //////////////////////////////////////////////////////////////////// // // PANDA 3D SOFTWARE // Copyright (c) Carnegie Mellon University. All rights reserved. // // All use of this software is subject to the terms of the revised BSD // ...
27.699248
70
0.467427
kestred
fe5718e950c709fdfa16355378ea5d09bb3ab65d
1,078
cpp
C++
Implement strStr().cpp
Xe0n0/LeetCode
a7a383d88d222edaadd52b317e848f06632a569a
[ "MIT" ]
1
2017-08-22T00:43:27.000Z
2017-08-22T00:43:27.000Z
Implement strStr().cpp
Xe0n0/LeetCode
a7a383d88d222edaadd52b317e848f06632a569a
[ "MIT" ]
null
null
null
Implement strStr().cpp
Xe0n0/LeetCode
a7a383d88d222edaadd52b317e848f06632a569a
[ "MIT" ]
null
null
null
//1. what should be return if needle is NULL //2. some condition prevent go inside loop may have satifiable pattern class Solution { public: char *strStr(char *haystack, char *needle) { // Start typing your C/C++ solution below // DO NOT write int main() function char *r = NULL; ...
26.95
70
0.38961
Xe0n0
fe5c2f991c19fcd448f4ece71e0918aaccd0d700
1,216
cpp
C++
maxscale-system-test/setup_binlog_crc_none.cpp
seibert-media/MaxScale
6c1dc21ca4e3c8dc1828812afeff87894eab817d
[ "MIT" ]
null
null
null
maxscale-system-test/setup_binlog_crc_none.cpp
seibert-media/MaxScale
6c1dc21ca4e3c8dc1828812afeff87894eab817d
[ "MIT" ]
null
null
null
maxscale-system-test/setup_binlog_crc_none.cpp
seibert-media/MaxScale
6c1dc21ca4e3c8dc1828812afeff87894eab817d
[ "MIT" ]
null
null
null
/** * @file setup_binlog test of simple binlog router setup * setup one master, one slave directly connected to real master and two slaves connected to binlog router * create table and put data into it using connection to master * check data using direct commection to all backend */ #include <iostream> #include ...
28.27907
106
0.630757
seibert-media
fe5cc0521a12dc45abbbf0a3bb4e06cc2f2c3034
32,287
hpp
C++
SamSrc/sam/SubgraphQueryResult.hpp
elgood/SAM
5943d637270581e4fe307bc68fbeb5a8e4eccc2c
[ "MIT" ]
6
2019-08-16T07:13:17.000Z
2021-06-08T21:15:52.000Z
SamSrc/sam/SubgraphQueryResult.hpp
elgood/SAM
5943d637270581e4fe307bc68fbeb5a8e4eccc2c
[ "MIT" ]
1
2020-05-30T20:35:18.000Z
2020-05-30T20:35:18.000Z
SamSrc/sam/SubgraphQueryResult.hpp
elgood/SAM
5943d637270581e4fe307bc68fbeb5a8e4eccc2c
[ "MIT" ]
3
2020-02-17T18:38:14.000Z
2021-03-28T02:47:57.000Z
#ifndef SAM_SUBGRAPH_QUERY_RESULT_HPP #define SAM_SUBGRAPH_QUERY_RESULT_HPP #include <sam/SubgraphQuery.hpp> #include <sam/Null.hpp> #include <sam/EdgeRequest.hpp> #include <sam/Util.hpp> #include <sam/VertexConstraintChecker.hpp> #include <set> namespace sam { class SubgraphQueryResultException : public std::runtim...
35.7949
85
0.67442
elgood
fe5cf11d20a8ab9170fa931f56a01c473e27e379
14,441
cpp
C++
Ambit/Source/Ambit/Utils/AmbitWorldHelpers.cpp
aws-samples/aws-ambit-scenario-designer-ue4
96843bccab3325a36dff6451b7e46837a9e918de
[ "Apache-2.0" ]
32
2021-12-01T04:28:53.000Z
2022-03-12T18:22:56.000Z
Ambit/Source/Ambit/Utils/AmbitWorldHelpers.cpp
aws-samples/aws-ambit-scenario-designer-ue4
96843bccab3325a36dff6451b7e46837a9e918de
[ "Apache-2.0" ]
10
2021-12-01T18:35:26.000Z
2022-02-15T00:32:00.000Z
Ambit/Source/Ambit/Utils/AmbitWorldHelpers.cpp
aws-samples/aws-ambit-scenario-designer-ue4
96843bccab3325a36dff6451b7e46837a9e918de
[ "Apache-2.0" ]
10
2021-12-01T06:59:41.000Z
2022-02-23T23:37:44.000Z
// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"). // You may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2...
39.673077
117
0.612908
aws-samples
fe6340a8ff0b093b349b3245307e3a0e27ab7f00
48,602
cpp
C++
openfpga/src/fabric/build_memory_modules.cpp
LNIS-Projects/POSH
9a3c82039d40c3878549775264b0d769237a65d0
[ "MIT" ]
148
2018-08-12T11:25:50.000Z
2020-11-30T16:08:54.000Z
openfpga/src/fabric/build_memory_modules.cpp
VHDL-Digital-Systems/OpenFPGA
9d00308166b8800d245b265d7378b0593761a61f
[ "MIT" ]
52
2019-01-18T18:54:36.000Z
2020-12-01T18:41:36.000Z
openfpga/src/fabric/build_memory_modules.cpp
VHDL-Digital-Systems/OpenFPGA
9d00308166b8800d245b265d7378b0593761a61f
[ "MIT" ]
26
2018-06-28T18:12:18.000Z
2020-11-24T03:11:46.000Z
/********************************************************************* * This file includes functions to generate Verilog submodules for * the memories that are affiliated to multiplexers and other programmable * circuit models, such as IOPADs, LUTs, etc. ***********************************************************...
51.213909
170
0.638451
LNIS-Projects
fe6507d57a1b28cddc2b3fedea4b54aea30bb8ef
1,931
cpp
C++
Graph/kruskal.cpp
kasettakorn/algorithms
877c0be14b1816efe02bad8f1556c2af378ab2d1
[ "MIT" ]
null
null
null
Graph/kruskal.cpp
kasettakorn/algorithms
877c0be14b1816efe02bad8f1556c2af378ab2d1
[ "MIT" ]
null
null
null
Graph/kruskal.cpp
kasettakorn/algorithms
877c0be14b1816efe02bad8f1556c2af378ab2d1
[ "MIT" ]
null
null
null
// Online C++ compiler to run C++ program online #include <iostream> #include <algorithm> #define MAXV 500 typedef struct { int edges[MAXV][MAXV]; int degrees[MAXV]; bool visited[MAXV]; int nedges, nvertices; } Graph; typedef struct { int start; int finish; int distance; } Vertex; using nam...
21.943182
73
0.469705
kasettakorn
fe68a253f284820b8a0c1100b0657db7080b1891
3,800
cpp
C++
src/xserver_emscripten.cpp
QuantStack/xeus
40bc5a0865d1076a5d17e16ba43e1362bd9bbd8c
[ "BSD-3-Clause" ]
559
2016-12-07T11:37:24.000Z
2019-12-23T12:20:38.000Z
src/xserver_emscripten.cpp
QuantStack/xeus
40bc5a0865d1076a5d17e16ba43e1362bd9bbd8c
[ "BSD-3-Clause" ]
90
2016-12-07T12:06:33.000Z
2019-12-19T17:42:17.000Z
src/xserver_emscripten.cpp
QuantStack/xeus
40bc5a0865d1076a5d17e16ba43e1362bd9bbd8c
[ "BSD-3-Clause" ]
52
2016-12-08T21:20:11.000Z
2019-12-10T09:14:48.000Z
#include "xeus/xeus.hpp" #include "xeus/xserver.hpp" #include "xeus/xmessage.hpp" #include "xeus/xkernel_configuration.hpp" #include "xeus/xserver_emscripten.hpp" #include "xeus/xembind.hpp" #include <iostream> #include <emscripten.h> namespace nl = nlohmann; namespace ems = emscripten; namespace xeus { EM_JS(em...
27.941176
139
0.643421
QuantStack
fe69158c176f7c3d1d2345ef3971089e8bd586dc
25,993
cpp
C++
modules/gdextensions/core/procedural_animation_editor_plugin.cpp
ppiecuch/godot
ff2098b324b814a0d1bd9d5722aa871fc5214fab
[ "MIT", "Apache-2.0", "CC-BY-4.0", "Unlicense" ]
null
null
null
modules/gdextensions/core/procedural_animation_editor_plugin.cpp
ppiecuch/godot
ff2098b324b814a0d1bd9d5722aa871fc5214fab
[ "MIT", "Apache-2.0", "CC-BY-4.0", "Unlicense" ]
null
null
null
modules/gdextensions/core/procedural_animation_editor_plugin.cpp
ppiecuch/godot
ff2098b324b814a0d1bd9d5722aa871fc5214fab
[ "MIT", "Apache-2.0", "CC-BY-4.0", "Unlicense" ]
null
null
null
/*************************************************************************/ /* procedural_animation_editor_plugin.cpp */ /*************************************************************************/ /* This file is part of: */ /* ...
33.027954
185
0.742777
ppiecuch
fe6a7a5513d95d947a47347a67fcd0264deb5d9a
2,508
cpp
C++
branch/old_angsys/angsys_beta3/source/angsys/angsys.shared/source/async/thread_manager.cpp
ChuyX3/angsys
89b2eaee866bcfd11e66efda49b38acc7468c780
[ "Apache-2.0" ]
null
null
null
branch/old_angsys/angsys_beta3/source/angsys/angsys.shared/source/async/thread_manager.cpp
ChuyX3/angsys
89b2eaee866bcfd11e66efda49b38acc7468c780
[ "Apache-2.0" ]
null
null
null
branch/old_angsys/angsys_beta3/source/angsys/angsys.shared/source/async/thread_manager.cpp
ChuyX3/angsys
89b2eaee866bcfd11e66efda49b38acc7468c780
[ "Apache-2.0" ]
null
null
null
#include "pch.h" #include <ang/core/async.h> #include "thread_manager.h" //#if defined _DEBUG || defined _DEVELOPPER //#define new new(__FILE__, __LINE__) //#define new_args(...) new(__VAR_ARGS__, __FILE__, __LINE__) //#else //#define new_args(...) new(__VAR_ARGS__) //#endif // MEMORY_ using namespace ang; using na...
24.115385
87
0.680223
ChuyX3
fe6f3cf671a7217f45b6ad4d7a39d8b00534b66a
3,413
cpp
C++
module/buffer/src/buffer/AtomicContainerDataFaster.cpp
Khoronus/StoreData
067c64cc0e240412fab99759fab5b88083d0dbe0
[ "MIT" ]
null
null
null
module/buffer/src/buffer/AtomicContainerDataFaster.cpp
Khoronus/StoreData
067c64cc0e240412fab99759fab5b88083d0dbe0
[ "MIT" ]
null
null
null
module/buffer/src/buffer/AtomicContainerDataFaster.cpp
Khoronus/StoreData
067c64cc0e240412fab99759fab5b88083d0dbe0
[ "MIT" ]
null
null
null
/* @file AtomicContainerDataFaster.cpp * @brief Main file with the example for the hog descriptor and visualization. * * @section LICENSE * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIE...
38.348315
79
0.564899
Khoronus
fe729cbeff21f7c7db978156ab15ed4041502b11
2,633
cc
C++
chrome/browser/chromeos/login/users/remove_supervised_users_browsertest.cc
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chrome/browser/chromeos/login/users/remove_supervised_users_browsertest.cc
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chrome/browser/chromeos/login/users/remove_supervised_users_browsertest.cc
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// Copyright 2018 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 <memory> #include <vector> #include "base/macros.h" #include "base/test/scoped_feature_list.h" #include "chrome/browser/chromeos/login/login_man...
32.506173
80
0.765667
sarang-apps
fe7339f73246d5876d68a29349339fb579c7406b
18,279
cpp
C++
startalk_ui/EmotionTabDialog.cpp
xuepingiw/open_source_startalk
44d962b04039f5660ec47a10313876a0754d3e72
[ "MIT" ]
34
2019-03-18T08:09:24.000Z
2022-03-15T02:03:25.000Z
startalk_ui/EmotionTabDialog.cpp
venliong/open_source_startalk
51fda091a932a8adea626c312692836555753a9a
[ "MIT" ]
5
2019-05-29T09:32:05.000Z
2019-08-29T03:01:33.000Z
startalk_ui/EmotionTabDialog.cpp
venliong/open_source_startalk
51fda091a932a8adea626c312692836555753a9a
[ "MIT" ]
32
2019-03-15T09:43:22.000Z
2021-08-10T08:26:02.000Z
#include "EmotionTabDialog.h" #include <QApplication> #include <QDesktopWidget> #include <QStackedLayout> #include "LanguageHelper.h" #include "QFileDialog" #include "Session.h" #include "Account.h" #include "AccountData.h" #include "EmotionListData.h" #include "ConfigureHelper.h" #include "EmotionManager.h" #include...
27.120178
157
0.698835
xuepingiw
fe75b57e044dfe2e2164d121d703ac9b63914549
8,248
cpp
C++
FastCAE_Linux/Code/SARibbonBar/release/moc/moc_SARibbonBar.cpp
alleindrach/calculix-desktop
2cb2c434b536eb668ff88bdf82538d22f4f0f711
[ "MIT" ]
null
null
null
FastCAE_Linux/Code/SARibbonBar/release/moc/moc_SARibbonBar.cpp
alleindrach/calculix-desktop
2cb2c434b536eb668ff88bdf82538d22f4f0f711
[ "MIT" ]
null
null
null
FastCAE_Linux/Code/SARibbonBar/release/moc/moc_SARibbonBar.cpp
alleindrach/calculix-desktop
2cb2c434b536eb668ff88bdf82538d22f4f0f711
[ "MIT" ]
null
null
null
/**************************************************************************** ** Meta object code from reading C++ file 'SARibbonBar.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.2) ** ** WARNING! All changes made in this file will be lost! ********************************************************...
36.017467
107
0.62209
alleindrach
fe76dbde2028b20a1cadf9392ce3e6ff2019f314
581
hh
C++
textQuery/v3/TextQuery.hh
snow-tyan/learn-cpp
ecab0fae7999005ed7fdb60ff4954b4014b2c2e6
[ "MulanPSL-1.0" ]
null
null
null
textQuery/v3/TextQuery.hh
snow-tyan/learn-cpp
ecab0fae7999005ed7fdb60ff4954b4014b2c2e6
[ "MulanPSL-1.0" ]
null
null
null
textQuery/v3/TextQuery.hh
snow-tyan/learn-cpp
ecab0fae7999005ed7fdb60ff4954b4014b2c2e6
[ "MulanPSL-1.0" ]
null
null
null
#pragma once #include "QueryResult.hh" #include <iostream> #include <memory> #include <vector> #include <string> #include <map> #include <set> #include <fstream> using namespace std; class QueryResult; class TextQuery { public: TextQuery(ifstream &); QueryResult query(const string &) const; void checkFi...
17.088235
56
0.660929
snow-tyan