hexsha
stringlengths
40
40
size
int64
7
1.05M
ext
stringclasses
13 values
lang
stringclasses
1 value
max_stars_repo_path
stringlengths
4
269
max_stars_repo_name
stringlengths
5
109
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
9
max_stars_count
int64
1
191k
max_stars_repo_stars_event_min_datetime
stringlengths
24
24
max_stars_repo_stars_event_max_datetime
stringlengths
24
24
max_issues_repo_path
stringlengths
4
269
max_issues_repo_name
stringlengths
5
116
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
listlengths
1
9
max_issues_count
int64
1
48.5k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
4
269
max_forks_repo_name
stringlengths
5
116
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
listlengths
1
9
max_forks_count
int64
1
105k
max_forks_repo_forks_event_min_datetime
stringlengths
24
24
max_forks_repo_forks_event_max_datetime
stringlengths
24
24
content
stringlengths
7
1.05M
avg_line_length
float64
1.21
330k
max_line_length
int64
6
990k
alphanum_fraction
float64
0.01
0.99
author_id
stringlengths
2
40
4b53deea56787cb6b802da4d1dc5e7358e42ed8a
10,359
cc
C++
src/Worker.cc
tsw303005/MapReduce
e29778a439210963a7cd8047e55123e0c810b79b
[ "MIT" ]
null
null
null
src/Worker.cc
tsw303005/MapReduce
e29778a439210963a7cd8047e55123e0c810b79b
[ "MIT" ]
null
null
null
src/Worker.cc
tsw303005/MapReduce
e29778a439210963a7cd8047e55123e0c810b79b
[ "MIT" ]
null
null
null
#include "Worker.h" Worker::Worker(char **argv, int cpu_num, int rank, int size) { this->job_name = std::string(argv[1]); this->num_reducer = std::stoi(argv[2]); this->delay = std::stoi(argv[3]); this->input_filename = std::string(argv[4]); this->chunk_size = std::stoi(argv[5]); this->output_di...
28.458791
107
0.551212
tsw303005
4b544ad0ecd7ada690a6c1b109de0382c6378e86
3,501
hpp
C++
heart/src/problem/cell_factories/PlaneStimulusCellFactory.hpp
stu-l/Chaste
8efa8b440660553af66804067639f237c855f557
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
heart/src/problem/cell_factories/PlaneStimulusCellFactory.hpp
stu-l/Chaste
8efa8b440660553af66804067639f237c855f557
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
heart/src/problem/cell_factories/PlaneStimulusCellFactory.hpp
stu-l/Chaste
8efa8b440660553af66804067639f237c855f557
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
/* Copyright (c) 2005-2022, University of Oxford. All rights reserved. University of Oxford means the Chancellor, Masters and Scholars of the University of Oxford, having an administrative office at Wellington Square, Oxford OX1 2JD, UK. This file is part of Chaste. Redistribution and use in source and binary forms...
38.472527
142
0.748072
stu-l
4b57dce6491d197f21456d7d3dbb59514309aad5
5,034
cpp
C++
src/VK/base/ExtFreeSync2.cpp
Zakhrov/Cauldron
6c50024f6cd4495a1c6d18a58fa4875072ffa243
[ "MIT" ]
1
2019-07-24T12:02:40.000Z
2019-07-24T12:02:40.000Z
src/VK/base/ExtFreeSync2.cpp
Zakhrov/Cauldron
6c50024f6cd4495a1c6d18a58fa4875072ffa243
[ "MIT" ]
null
null
null
src/VK/base/ExtFreeSync2.cpp
Zakhrov/Cauldron
6c50024f6cd4495a1c6d18a58fa4875072ffa243
[ "MIT" ]
null
null
null
// AMD AMDUtils code // // Copyright(c) 2018 Advanced Micro Devices, Inc.All rights reserved. // 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 limitat...
48.403846
187
0.77056
Zakhrov
4b5917d3c368dd0f8781755970b0334e422fdd9a
1,101
cpp
C++
0001-0100/0073.cpp
YKR/LeetCode2019
e4c6346eae5c7b85ba53249c46051700a73dd95e
[ "MIT" ]
null
null
null
0001-0100/0073.cpp
YKR/LeetCode2019
e4c6346eae5c7b85ba53249c46051700a73dd95e
[ "MIT" ]
null
null
null
0001-0100/0073.cpp
YKR/LeetCode2019
e4c6346eae5c7b85ba53249c46051700a73dd95e
[ "MIT" ]
null
null
null
class Solution { public: void setZeroes(vector<vector<int>>& matrix) { if (matrix.empty() || matrix[0].empty()) return; int n = matrix.size(), m = matrix[0].size(); bool lastRowZero = false; for (int j = 0; j < m; ++j) if (matrix[0][j] == 0) { ...
31.457143
56
0.347866
YKR
4b5cf1061cc899d4e701a0869bad5e25290fd409
176
hpp
C++
src/HTMLElements/HTMLHeadElement.hpp
windlessStorm/WebWhir
0ed261427d4f4e4f81b62816dc0d94bfacd0890b
[ "MIT" ]
90
2017-04-03T21:42:57.000Z
2022-01-22T11:08:56.000Z
src/HTMLElements/HTMLHeadElement.hpp
windlessStorm/WebWhir
0ed261427d4f4e4f81b62816dc0d94bfacd0890b
[ "MIT" ]
21
2017-03-06T21:45:36.000Z
2017-03-06T21:45:37.000Z
src/HTMLElements/HTMLHeadElement.hpp
windlessStorm/WebWhir
0ed261427d4f4e4f81b62816dc0d94bfacd0890b
[ "MIT" ]
17
2017-04-15T22:42:13.000Z
2021-12-20T09:50:15.000Z
#ifndef HTMLHEADELEMENT_H #define HTMLHEADELEMENT_H #include "HTMLElement.hpp" class HTMLHeadElement : public HTMLElement { public: HTMLHeadElement(); }; #endif
13.538462
42
0.738636
windlessStorm
4b5d7d1c3d2bcdbfcb3610abe894088b437df312
2,087
cpp
C++
src/stubgenerator/stubgenerator.cpp
WinBuilds/libjson-rpc-cpp
eb3404156b389f3e76e859ca764a2f1a45da3bb5
[ "MIT" ]
null
null
null
src/stubgenerator/stubgenerator.cpp
WinBuilds/libjson-rpc-cpp
eb3404156b389f3e76e859ca764a2f1a45da3bb5
[ "MIT" ]
null
null
null
src/stubgenerator/stubgenerator.cpp
WinBuilds/libjson-rpc-cpp
eb3404156b389f3e76e859ca764a2f1a45da3bb5
[ "MIT" ]
null
null
null
/************************************************************************* * libjson-rpc-cpp ************************************************************************* * @file stubgenerator.cpp * @date 01.05.2013 * @author Peter Spiess-Knafl <dev@spiessknafl.at> * @license See attached LICENSE.txt ********...
35.982759
80
0.55103
WinBuilds
4b5dee04ebcc36f796ac7481fa4d22eb71b1bbd2
866
cpp
C++
API/Driver/OpenGL/src/Command/Query.cpp
Gpinchon/OCRA
341bb07facc616f1f8a27350054d1e86f022d7c6
[ "Apache-2.0" ]
null
null
null
API/Driver/OpenGL/src/Command/Query.cpp
Gpinchon/OCRA
341bb07facc616f1f8a27350054d1e86f022d7c6
[ "Apache-2.0" ]
null
null
null
API/Driver/OpenGL/src/Command/Query.cpp
Gpinchon/OCRA
341bb07facc616f1f8a27350054d1e86f022d7c6
[ "Apache-2.0" ]
null
null
null
#include <GL/Command/Buffer.hpp> #include <GL/QueryPool.hpp> OCRA_DECLARE_HANDLE(OCRA::Command::Buffer); OCRA_DECLARE_HANDLE(OCRA::QueryPool); namespace OCRA::Command { void BeginQuery( const Command::Buffer::Handle& a_CommandBuffer, const QueryPool::Handle& a_QueryPool, const uint32_t& ...
32.074074
129
0.69746
Gpinchon
4b5f0b462215ce3c27fb8d26902faf397c88f791
18,192
cpp
C++
rmf_fleet_adapter/rmf_rxcpp/RxCpp-4.1.0/Rx/v2/test/operators/publish.cpp
Capstone-S13/rmf_ros2
66721dd2ab5a458c050bad154c6a17d8e4b5c8f4
[ "Apache-2.0" ]
1,451
2018-05-04T21:36:08.000Z
2022-03-27T07:42:45.000Z
rmf_fleet_adapter/rmf_rxcpp/RxCpp-4.1.0/Rx/v2/test/operators/publish.cpp
Capstone-S13/rmf_ros2
66721dd2ab5a458c050bad154c6a17d8e4b5c8f4
[ "Apache-2.0" ]
150
2018-05-10T10:38:19.000Z
2022-03-24T14:15:11.000Z
rmf_fleet_adapter/rmf_rxcpp/RxCpp-4.1.0/Rx/v2/test/operators/publish.cpp
Capstone-S13/rmf_ros2
66721dd2ab5a458c050bad154c6a17d8e4b5c8f4
[ "Apache-2.0" ]
220
2018-05-05T08:11:16.000Z
2022-03-13T10:34:41.000Z
#include "../test.h" #include <rxcpp/operators/rx-publish.hpp> #include <rxcpp/operators/rx-connect_forever.hpp> #include <rxcpp/operators/rx-ref_count.hpp> #include <rxcpp/operators/rx-map.hpp> #include <rxcpp/operators/rx-merge.hpp> SCENARIO("publish range", "[!hide][range][subject][publish][subject][operators]"){ ...
34.259887
97
0.445031
Capstone-S13
4b60e237f32d8903ee202101513eabbd349fab27
352
cpp
C++
src/core/aa_clip.cpp
nicelbole/skia.c
ce60902da5768973316075917e347d5f61097e74
[ "Apache-2.0" ]
null
null
null
src/core/aa_clip.cpp
nicelbole/skia.c
ce60902da5768973316075917e347d5f61097e74
[ "Apache-2.0" ]
null
null
null
src/core/aa_clip.cpp
nicelbole/skia.c
ce60902da5768973316075917e347d5f61097e74
[ "Apache-2.0" ]
null
null
null
AAClip* create_aa_clip() { AAClip *clip = malloc(sizeof(AAClip)); clip->bounds.setEmpty(); clip->run_head = nullptr; return clip; } AAClip* create_aa_clip(const AAClip& src) { AAClip* clip = malloc(sizeof(AAClip)); clip->run_head = nullptr; *clip = src; return clip; } void delete_aa_clip(AAClip* clip)...
16.761905
41
0.6875
nicelbole
4b610bec63b9e74ff0100d2707996f2b72a7c074
2,892
cpp
C++
src/mongo/db/pipeline/accumulator.cpp
wentingwang/morphus
af40299a5f07fd3157946112738f602a566a9908
[ "Apache-2.0" ]
24
2015-10-15T00:03:57.000Z
2021-04-25T18:21:31.000Z
src/mongo/db/pipeline/accumulator.cpp
stennie/mongo
9ff44ae9ad16a70e49517a78279260a37d31ac7c
[ "Apache-2.0" ]
1
2015-06-02T12:19:19.000Z
2015-06-02T12:19:19.000Z
src/mongo/db/pipeline/accumulator.cpp
stennie/mongo
9ff44ae9ad16a70e49517a78279260a37d31ac7c
[ "Apache-2.0" ]
3
2017-07-26T11:17:11.000Z
2021-11-30T00:11:32.000Z
/** * Copyright (c) 2011 10gen Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License, version 3, * as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOU...
36.607595
84
0.641425
wentingwang
b49ee02b8dfc79ea768391b51d38ec4b44863f61
2,412
cc
C++
leetcode/ds_list_missing_number.cc
prashrock/C-
3ed46815d40b3e42cd9f36d23c8ee2a9de742323
[ "MIT" ]
1
2016-12-05T10:42:46.000Z
2016-12-05T10:42:46.000Z
leetcode/ds_list_missing_number.cc
prashrock/CPP
3ed46815d40b3e42cd9f36d23c8ee2a9de742323
[ "MIT" ]
null
null
null
leetcode/ds_list_missing_number.cc
prashrock/CPP
3ed46815d40b3e42cd9f36d23c8ee2a9de742323
[ "MIT" ]
null
null
null
//g++-5 --std=c++11 -Wall -g -o ds_list_missing_number ds_list_missing_number.cc /** * @file Find Missing Number from Array * @brief Given array containing n distinct integers [0, n) find missing integer */ // https://leetcode.com/problems/missing-number/ #include <iostream> /* std::cout ...
33.5
81
0.538972
prashrock
b49f395cef0e4b108b73c6ae583ef37eff3d02eb
4,137
cpp
C++
Vendor/Include/bullet/BulletCollision/Gimpact/btContactProcessing.cpp
allogic/Redshift
4606267b53e3d094ba588acb9ceaa97e3289632b
[ "MIT" ]
null
null
null
Vendor/Include/bullet/BulletCollision/Gimpact/btContactProcessing.cpp
allogic/Redshift
4606267b53e3d094ba588acb9ceaa97e3289632b
[ "MIT" ]
null
null
null
Vendor/Include/bullet/BulletCollision/Gimpact/btContactProcessing.cpp
allogic/Redshift
4606267b53e3d094ba588acb9ceaa97e3289632b
[ "MIT" ]
null
null
null
/* This source file is part of GIMPACT Library. For the latest info, see http://gimpact.sourceforge.net/ Copyright (c) 2007 Francisco Leon Najera. C.C. 80087371. email: projectileman@yahoo.com This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable fo...
23.505682
243
0.719604
allogic
b49fb7d26b8c0162262044733b2279cbcbf30db6
823
cpp
C++
construct-binary-tree-from-preorder-and-inorder/main.cpp
rickytan/LeetCode
7df9a47928552babaf5d2abf1d153bd92d44be09
[ "MIT" ]
1
2015-04-04T18:32:31.000Z
2015-04-04T18:32:31.000Z
construct-binary-tree-from-preorder-and-inorder/main.cpp
rickytan/LeetCode
7df9a47928552babaf5d2abf1d153bd92d44be09
[ "MIT" ]
null
null
null
construct-binary-tree-from-preorder-and-inorder/main.cpp
rickytan/LeetCode
7df9a47928552babaf5d2abf1d153bd92d44be09
[ "MIT" ]
null
null
null
#include <iostream> #include <vector> #include <algorithm> using namespace std; struct TreeNode { int val; TreeNode *left; TreeNode *right; TreeNode(int x) : val(x), left(NULL), right(NULL) {} }; class Solution { public: TreeNode *buildTree(vector<int> &preorder, vector<int> &inorder) { i...
22.861111
87
0.602673
rickytan
b4a4f274283ff435bf2e8f4a7db55a429580833e
1,229
cpp
C++
tests/unit/src/get_all_widgets.cpp
igagis/morda
dd7b58f7cb2689d56b7796cc9b6b9302aad1a529
[ "MIT" ]
69
2016-12-07T05:56:53.000Z
2020-11-27T20:59:05.000Z
tests/unit/src/get_all_widgets.cpp
igagis/morda
dd7b58f7cb2689d56b7796cc9b6b9302aad1a529
[ "MIT" ]
103
2015-07-10T14:42:21.000Z
2020-09-09T16:16:21.000Z
tests/unit/src/get_all_widgets.cpp
igagis/morda
dd7b58f7cb2689d56b7796cc9b6b9302aad1a529
[ "MIT" ]
18
2016-11-22T14:41:37.000Z
2020-04-22T18:16:10.000Z
#include <tst/set.hpp> #include <tst/check.hpp> #include <morda/gui.hpp> #include <morda/widgets/group/column.hpp> #include "../../harness/util/dummy_context.hpp" namespace{ tst::set set("get_all_widgets", [](tst::suite& suite){ suite.add("get_all_widgets_function", []{ morda::gui m(make_dummy_context()); au...
16.835616
78
0.498779
igagis
b4a7433fbd7f183050b4626f558d7b32054c877f
2,437
cc
C++
rtc_base/testutils.cc
airmelody5211/webrtc-clone
943843f1da42e47668c22ca758830334167f1b17
[ "BSD-3-Clause" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
rtc_base/testutils.cc
zhangj1024/webrtc
3a6b729a8edaabd2fe324e1f6f830869ec38d5ab
[ "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
rtc_base/testutils.cc
zhangj1024/webrtc
3a6b729a8edaabd2fe324e1f6f830869ec38d5ab
[ "BSD-3-Clause" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.000Z
/* * Copyright 2007 The WebRTC Project Authors. All rights reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contributing ...
27.382022
75
0.629462
airmelody5211
b4a756dcb85a3911a1482af0b3334cc0e585488d
243
cpp
C++
libs/core/render/src/bksge_core_render_frame_buffer.cpp
myoukaku/bksge
0f8b60e475a3f1709723906e4796b5e60decf06e
[ "MIT" ]
4
2018-06-10T13:35:32.000Z
2021-06-03T14:27:41.000Z
libs/core/render/src/bksge_core_render_frame_buffer.cpp
myoukaku/bksge
0f8b60e475a3f1709723906e4796b5e60decf06e
[ "MIT" ]
566
2017-01-31T05:36:09.000Z
2022-02-09T05:04:37.000Z
libs/core/render/src/bksge_core_render_frame_buffer.cpp
myoukaku/bksge
0f8b60e475a3f1709723906e4796b5e60decf06e
[ "MIT" ]
1
2018-07-05T04:40:53.000Z
2018-07-05T04:40:53.000Z
/** * @file bksge_core_render_frame_buffer.cpp * * @brief FrameBuffer の実装 * * @author myoukaku */ #include <bksge/fnd/config.hpp> #if !defined(BKSGE_HEADER_ONLY) #include <bksge/core/render/inl/frame_buffer_inl.hpp> #endif
18.692308
54
0.695473
myoukaku
b4aa9cc7048eb0c33ed984dc932031a41f2588b7
99,824
cpp
C++
src/urAPI.cpp
jongwook/urMus
b3d22e8011253f137a3581e84db8e79accccc7a4
[ "MIT", "AML", "BSD-3-Clause" ]
1
2015-11-05T00:50:07.000Z
2015-11-05T00:50:07.000Z
src/urAPI.cpp
jongwook/urMus
b3d22e8011253f137a3581e84db8e79accccc7a4
[ "MIT", "AML", "BSD-3-Clause" ]
null
null
null
src/urAPI.cpp
jongwook/urMus
b3d22e8011253f137a3581e84db8e79accccc7a4
[ "MIT", "AML", "BSD-3-Clause" ]
null
null
null
/* * urAPI.c * urMus * * Created by Georg Essl on 6/20/09. * Copyright 2009 Georg Essl. All rights reserved. See LICENSE.txt for license details. * */ #include "urAPI.h" #include "urGraphics.h" #include "MachTimer.h" //TODO//#include "RIOAudioUnitLayer.h" #include "urSound.h" #include "httpServer.h" // Mak...
24.34138
132
0.694021
jongwook
b4ab7508b8b65363e2c87d6b37e60967ec9bd4da
2,552
cpp
C++
SimpleEngine/Main.cpp
RichardBangs/SimpleEngine
a4acdf11d05e018db5a55994291475df55856c0c
[ "MIT" ]
null
null
null
SimpleEngine/Main.cpp
RichardBangs/SimpleEngine
a4acdf11d05e018db5a55994291475df55856c0c
[ "MIT" ]
null
null
null
SimpleEngine/Main.cpp
RichardBangs/SimpleEngine
a4acdf11d05e018db5a55994291475df55856c0c
[ "MIT" ]
null
null
null
#include "glew.h" #include "freeglut.h" #include "glm.hpp" #include "Path.h" #include "Renderer\RenderableManager.h" #include "Renderer\Camera.h" #include "Renderer\ShaderLoader.h" #include "Renderer\WindowManager.h" #include "Game\InputManager.h" #include "Game\GameManager.h" #include <iostream> #include <vector>...
20.580645
113
0.723354
RichardBangs
b4ac5ff96fde73b7daa9d1da116a7917e99ad54c
21,270
hpp
C++
lib/include/base_dkg.hpp
fetchai/research-dvrf
943b335e1733bb9b2ef403e4f8237dfdc4f93952
[ "Apache-2.0" ]
16
2020-02-08T00:04:58.000Z
2022-01-18T11:42:07.000Z
lib/include/base_dkg.hpp
fetchai/research-dvrf
943b335e1733bb9b2ef403e4f8237dfdc4f93952
[ "Apache-2.0" ]
null
null
null
lib/include/base_dkg.hpp
fetchai/research-dvrf
943b335e1733bb9b2ef403e4f8237dfdc4f93952
[ "Apache-2.0" ]
4
2021-07-20T08:56:08.000Z
2022-01-03T01:48:12.000Z
#pragma once //------------------------------------------------------------------------------ // // Copyright 2019-2020 Fetch.AI Limited // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the Licen...
34.473258
120
0.658063
fetchai
b4b01ddff1189da2fcffbeb47138f9644b0fb89c
1,009
cpp
C++
waterbox/bsnescore/bsnes/sfc/coprocessor/sa1/iram.cpp
Fortranm/BizHawk
8cb0ffb6f8964cc339bbe1784838918fb0aa7e27
[ "MIT" ]
1,414
2015-06-28T09:57:51.000Z
2021-10-14T03:51:10.000Z
waterbox/bsnescore/bsnes/sfc/coprocessor/sa1/iram.cpp
Fortranm/BizHawk
8cb0ffb6f8964cc339bbe1784838918fb0aa7e27
[ "MIT" ]
2,369
2015-06-25T01:45:44.000Z
2021-10-16T08:44:18.000Z
waterbox/bsnescore/bsnes/sfc/coprocessor/sa1/iram.cpp
Fortranm/BizHawk
8cb0ffb6f8964cc339bbe1784838918fb0aa7e27
[ "MIT" ]
430
2015-06-29T04:28:58.000Z
2021-10-05T18:24:17.000Z
auto SA1::IRAM::conflict() const -> bool { if(configuration.hacks.coprocessor.delayedSync) return false; if((cpu.r.mar & 0x40f800) == 0x003000) return cpu.refresh() == 0; //00-3f,80-bf:3000-37ff return false; } auto SA1::IRAM::read(uint address, uint8 data) -> uint8 { if(!size()) return data; address = bus...
27.27027
92
0.686819
Fortranm
b4b04407fd4a536b00436666f0ba5fe5c63361b9
909
cpp
C++
venv/lib/python3.7/site-packages/pystan/stan/lib/stan_math/test/unit/math/prim/scal/fun/promote_elements_test.cpp
vchiapaikeo/prophet
e8c250ca7bfffc280baa7dabc80a2c2d1f72c6a7
[ "MIT" ]
1
2019-09-06T15:53:17.000Z
2019-09-06T15:53:17.000Z
venv/lib/python3.7/site-packages/pystan/stan/lib/stan_math/test/unit/math/prim/scal/fun/promote_elements_test.cpp
vchiapaikeo/prophet
e8c250ca7bfffc280baa7dabc80a2c2d1f72c6a7
[ "MIT" ]
8
2019-01-17T18:51:16.000Z
2019-01-17T18:51:39.000Z
test/unit/math/prim/scal/fun/promote_elements_test.cpp
riddell-stan/math
d84ee0d991400d6cf4b08a07a4e8d86e0651baea
[ "BSD-3-Clause" ]
null
null
null
#include <stan/math/prim/scal.hpp> #include <stan/math/rev/core/var.hpp> #include <gtest/gtest.h> #include <boost/typeof/typeof.hpp> #include <type_traits> using stan::math::promote_elements; using stan::math::var; TEST(MathFunctionsScalPromote_Elements, int2double) { int from; promote_elements<double, int> p; ...
27.545455
56
0.752475
vchiapaikeo
b4b0744abd82d7c910b256ca203276348aed6a49
4,101
hpp
C++
ext/src/java/lang/Integer.hpp
pebble2015/cpoi
6dcc0c5e13e3e722b4ef9fd0baffbf62bf71ead6
[ "Apache-2.0" ]
null
null
null
ext/src/java/lang/Integer.hpp
pebble2015/cpoi
6dcc0c5e13e3e722b4ef9fd0baffbf62bf71ead6
[ "Apache-2.0" ]
null
null
null
ext/src/java/lang/Integer.hpp
pebble2015/cpoi
6dcc0c5e13e3e722b4ef9fd0baffbf62bf71ead6
[ "Apache-2.0" ]
null
null
null
// Generated from /Library/Java/JavaVirtualMachines/jdk1.8.0_144.jdk/Contents/Home/jre/lib/rt.jar #pragma once #include <fwd-POI.hpp> #include <java/lang/fwd-POI.hpp> #include <java/lang/Number.hpp> #include <java/lang/Comparable.hpp> struct default_init_tag; class java::lang::Integer final : public Number ...
32.291339
116
0.717142
pebble2015
b4b4b7612769a8959e9781c826428e3fcfdb3b7b
4,441
cpp
C++
tinysdl/Game/Tetris/App.cpp
silent1603/silent1603-TinySDL
7b3470b2e343bcec8d4788de2d817b41bec1141d
[ "MIT" ]
null
null
null
tinysdl/Game/Tetris/App.cpp
silent1603/silent1603-TinySDL
7b3470b2e343bcec8d4788de2d817b41bec1141d
[ "MIT" ]
null
null
null
tinysdl/Game/Tetris/App.cpp
silent1603/silent1603-TinySDL
7b3470b2e343bcec8d4788de2d817b41bec1141d
[ "MIT" ]
null
null
null
#include "App.hpp" namespace Tetris { #define MIN_SIZE_WIDTH 600 #define MIN_SIZE_HEIGHT 400 App::App(/* args */) : m_strTitle("Tetris"), m_iWidth(800), m_iHeight(600) { } App::~App() { } App::App(std::string title, int width, int heig...
28.467949
126
0.517901
silent1603
b4b5b33df2ac6538dd6be817ea7bb9e279244b1a
178
cpp
C++
Iniciante/1008.cpp
nobreconfrade/AKIRA
6040f6db0efe3a4c9ca7fe360859bf3f3ca58e42
[ "Apache-2.0" ]
null
null
null
Iniciante/1008.cpp
nobreconfrade/AKIRA
6040f6db0efe3a4c9ca7fe360859bf3f3ca58e42
[ "Apache-2.0" ]
null
null
null
Iniciante/1008.cpp
nobreconfrade/AKIRA
6040f6db0efe3a4c9ca7fe360859bf3f3ca58e42
[ "Apache-2.0" ]
null
null
null
#include <iostream> #include <stdio.h> using namespace std; int main(){ float a,b,c; cin>>a>>b>>c; printf("NUMBER = %.0f\n",a); printf("SALARY = U$ %.2f\n",b*c); return 0; }
17.8
34
0.601124
nobreconfrade
b4bab8beddc277e7ec1c0d68931e5cb56e009338
6,914
hpp
C++
dependencies/osi_clp/Clp/src/ClpDynamicExampleMatrix.hpp
zyxrrr/GraphSfM
1af22ec17950ffc8a5c737a6a46f4465c40aa470
[ "BSD-3-Clause" ]
5
2020-01-28T08:38:35.000Z
2021-06-19T04:11:23.000Z
dependencies/osi_clp/Clp/src/ClpDynamicExampleMatrix.hpp
zyxrrr/GraphSfM
1af22ec17950ffc8a5c737a6a46f4465c40aa470
[ "BSD-3-Clause" ]
null
null
null
dependencies/osi_clp/Clp/src/ClpDynamicExampleMatrix.hpp
zyxrrr/GraphSfM
1af22ec17950ffc8a5c737a6a46f4465c40aa470
[ "BSD-3-Clause" ]
3
2019-11-26T14:43:13.000Z
2021-10-06T08:03:46.000Z
/* $Id$ */ // Copyright (C) 2004, International Business Machines // Corporation and others. All Rights Reserved. // This code is licensed under the terms of the Eclipse Public License (EPL). #ifndef ClpDynamicExampleMatrix_H #define ClpDynamicExampleMatrix_H #include "CoinPragma.hpp" #include "ClpDynamicMatrix.hp...
36.973262
98
0.614406
zyxrrr
b4bba29492d76f324d1eb8dc7a2a3a6d3362e579
8,093
cpp
C++
ShaderParser/NodeGraph.cpp
pocketgems/XLE2
82771e9ab1fc3b12927f1687bbe05d4f7dce8765
[ "MIT" ]
3
2018-05-17T08:39:39.000Z
2020-12-09T13:20:26.000Z
ShaderParser/NodeGraph.cpp
djewsbury/XLE
7806e4b5c9de5631c94c2020f6adcd4bd8e3d91e
[ "MIT" ]
null
null
null
ShaderParser/NodeGraph.cpp
djewsbury/XLE
7806e4b5c9de5631c94c2020f6adcd4bd8e3d91e
[ "MIT" ]
2
2015-03-03T05:32:39.000Z
2015-12-04T09:16:54.000Z
// Distributed under the MIT License (See // accompanying file "LICENSE" or the website // http://www.opensource.org/licenses/mit-license.php) #include "NodeGraph.h" namespace GraphLanguage { const std::string s_resultName = "result"; const std::string ParameterName_NodeInstantiation = "<instantiation>"; NodeGra...
35.968889
160
0.540344
pocketgems
b4bc34420daa43633be23c1cc9e20ad6852e3bfe
496
cpp
C++
Contest 1006/D.cpp
PC-DOS/SEUCPP-OJ-KEYS
073f97fb29a659abd25554330382f0a7149c2511
[ "MIT" ]
null
null
null
Contest 1006/D.cpp
PC-DOS/SEUCPP-OJ-KEYS
073f97fb29a659abd25554330382f0a7149c2511
[ "MIT" ]
null
null
null
Contest 1006/D.cpp
PC-DOS/SEUCPP-OJ-KEYS
073f97fb29a659abd25554330382f0a7149c2511
[ "MIT" ]
null
null
null
#include<iostream> #include<cmath> #include<iomanip> using namespace std; int main() { unsigned long orig,i,j,tmp; cin >> orig; tmp = orig; if (orig == 1){ cout << "1=1"<<endl; goto endapp; } cout << orig << '='; for (i = 2; tmp != 1 && i<=orig; ++i){ while (tmp%i == ...
19.84
42
0.431452
PC-DOS
b4bdef12b202efb72b46b38e20fb24e47b565294
11,416
cpp
C++
Server/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/instance_zulgurub.cpp
ZON3DEV/wow-vanilla
7b6f03c3e1e7d8dd29a92ba77ed021e5913e5e9f
[ "OpenSSL" ]
null
null
null
Server/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/instance_zulgurub.cpp
ZON3DEV/wow-vanilla
7b6f03c3e1e7d8dd29a92ba77ed021e5913e5e9f
[ "OpenSSL" ]
null
null
null
Server/src/modules/SD3/scripts/eastern_kingdoms/zulgurub/instance_zulgurub.cpp
ZON3DEV/wow-vanilla
7b6f03c3e1e7d8dd29a92ba77ed021e5913e5e9f
[ "OpenSSL" ]
null
null
null
/** * ScriptDev3 is an extension for mangos providing enhanced features for * area triggers, creatures, game objects, instances, items, and spells beyond * the default database scripting in mangos. * * Copyright (C) 2006-2013 ScriptDev2 <http://www.scriptdev2.com/> * Copyright (C) 2014-2022 MaNGOS <https://getma...
32.617143
148
0.530221
ZON3DEV
b4c8ba33533492c15aee8d37ddd5e8f71a5c8c73
9,822
cpp
C++
tools/rpc_replay/rpc_replay.cpp
coxin12/brpc
3d9a6ec81b74c875464fab1a6ab2ebf6081cadaa
[ "Apache-2.0" ]
1
2021-03-21T14:41:57.000Z
2021-03-21T14:41:57.000Z
tools/rpc_replay/rpc_replay.cpp
shaellancelot/brpc
88481be8ab5ad23b30727ea17b27ce7557779690
[ "Apache-2.0" ]
null
null
null
tools/rpc_replay/rpc_replay.cpp
shaellancelot/brpc
88481be8ab5ad23b30727ea17b27ce7557779690
[ "Apache-2.0" ]
1
2018-03-13T10:29:40.000Z
2018-03-13T10:29:40.000Z
// Copyright (c) 2014 Baidu, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed...
35.716364
88
0.582264
coxin12
b4c96c9995e47735e8c51f89cf4515a8855830f6
1,658
hpp
C++
android-31/android/service/notification/NotificationListenerService_Ranking.hpp
YJBeetle/QtAndroidAPI
1468b5dc6eafaf7709f0b00ba1a6ec2b70684266
[ "Apache-2.0" ]
12
2020-03-26T02:38:56.000Z
2022-03-14T08:17:26.000Z
android-31/android/service/notification/NotificationListenerService_Ranking.hpp
YJBeetle/QtAndroidAPI
1468b5dc6eafaf7709f0b00ba1a6ec2b70684266
[ "Apache-2.0" ]
1
2021-01-27T06:07:45.000Z
2021-11-13T19:19:43.000Z
android-31/android/service/notification/NotificationListenerService_Ranking.hpp
YJBeetle/QtAndroidAPI
1468b5dc6eafaf7709f0b00ba1a6ec2b70684266
[ "Apache-2.0" ]
3
2021-02-02T12:34:55.000Z
2022-03-08T07:45:57.000Z
#pragma once #include "../../../JObject.hpp" namespace android::app { class NotificationChannel; } namespace android::content::pm { class ShortcutInfo; } class JString; class JObject; class JString; namespace android::service::notification { class NotificationListenerService_Ranking : public JObject { public: ...
28.101695
176
0.764777
YJBeetle
b4cd3db2b61d2df2b7acb44a0d4910af8ba5d18b
7,493
hpp
C++
heart/src/solver/electrics/monodomain/MonodomainPurkinjeSolver.hpp
SoftMatterMechanics/ApicalStressFibers
17d343c09a246a50f9e3a3cbfc399ca6bef353ce
[ "Apache-2.0", "BSD-3-Clause" ]
1
2020-09-10T16:12:13.000Z
2020-09-10T16:12:13.000Z
heart/src/solver/electrics/monodomain/MonodomainPurkinjeSolver.hpp
SoftMatterMechanics/ApicalStressFibers
17d343c09a246a50f9e3a3cbfc399ca6bef353ce
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
heart/src/solver/electrics/monodomain/MonodomainPurkinjeSolver.hpp
SoftMatterMechanics/ApicalStressFibers
17d343c09a246a50f9e3a3cbfc399ca6bef353ce
[ "Apache-2.0", "BSD-3-Clause" ]
1
2020-09-10T16:12:21.000Z
2020-09-10T16:12:21.000Z
/* Copyright (c) 2005-2020, University of Oxford. All rights reserved. University of Oxford means the Chancellor, Masters and Scholars of the University of Oxford, having an administrative office at Wellington Square, Oxford OX1 2JD, UK. This file is part of Chaste. Redistribution and use in source and binary forms...
40.722826
106
0.73949
SoftMatterMechanics
b4d360a6b712b22de80a1575c1c5a6da1e560128
5,130
cpp
C++
src/kl25_tsi.cpp
jlsalvat/mbed_frdm-kl25z
cdb70a1e39108d04dd110eb3ffe1a8056fa2e198
[ "Unlicense" ]
1
2019-11-16T19:37:57.000Z
2019-11-16T19:37:57.000Z
src/kl25_tsi.cpp
jlsalvat/mbed_frdm-kl25z
cdb70a1e39108d04dd110eb3ffe1a8056fa2e198
[ "Unlicense" ]
null
null
null
src/kl25_tsi.cpp
jlsalvat/mbed_frdm-kl25z
cdb70a1e39108d04dd110eb3ffe1a8056fa2e198
[ "Unlicense" ]
null
null
null
#include "kl25_tsi.h" #include "mbed.h" /****************************************************************************** * Example 1 : put a cable on A0 pin and touch this pin for lighting red light #include "mbed.h" DigitalOut red(LED_RED); int main(){ uint16_t sense_A0; tsiInit(TSI_CURRENT_8uA, TSI_CURRENT_64...
34.897959
151
0.64386
jlsalvat
b4d83621cae5c1d2d77fddcdbb56b3331e22b7a9
252
cpp
C++
src/kriti/TimeValue.cpp
etherealvisage/kriti
6397c4d20331d9f5ce07460df08bbac9653ffa8b
[ "BSD-3-Clause" ]
2
2015-10-05T19:33:19.000Z
2015-12-08T08:39:17.000Z
src/kriti/TimeValue.cpp
etherealvisage/kriti
6397c4d20331d9f5ce07460df08bbac9653ffa8b
[ "BSD-3-Clause" ]
1
2017-04-30T16:26:08.000Z
2017-05-01T03:00:42.000Z
src/kriti/TimeValue.cpp
etherealvisage/kriti
6397c4d20331d9f5ce07460df08bbac9653ffa8b
[ "BSD-3-Clause" ]
null
null
null
#include <time.h> #include "TimeValue.h" namespace Kriti { TimeValue TimeValue::current() { struct timespec current; clock_gettime(CLOCK_MONOTONIC, &current); return current.tv_nsec + current.tv_sec*1000000000; } } // namespace Kriti
16.8
55
0.718254
etherealvisage
b4d8f1b7d1c9ce6f4f1739de3b99b23960b45c80
4,471
hpp
C++
src/oatpp/codegen/api_controller/base_undef.hpp
Purlemon/oatpp
128816a027ca82f8de8da5bad445641e71fb437f
[ "Apache-2.0" ]
5,252
2018-04-04T13:52:44.000Z
2022-03-31T13:42:28.000Z
src/oatpp/codegen/api_controller/base_undef.hpp
Purlemon/oatpp
128816a027ca82f8de8da5bad445641e71fb437f
[ "Apache-2.0" ]
416
2018-04-22T14:03:25.000Z
2022-03-31T13:30:56.000Z
src/oatpp/codegen/api_controller/base_undef.hpp
Purlemon/oatpp
128816a027ca82f8de8da5bad445641e71fb437f
[ "Apache-2.0" ]
1,140
2018-07-31T10:09:52.000Z
2022-03-31T19:18:13.000Z
/*************************************************************************** * * Project _____ __ ____ _ _ * ( _ ) /__\ (_ _)_| |_ _| |_ * )(_)( /(__)\ )( (_ _)(_ _) * (_____)(__)(__)(__) |_| |_| * * * Copyright 2018-present, Leoni...
30.834483
81
0.669425
Purlemon
b4db1d7e68a00024cf8e4ef64494ce6f134282b0
26,522
cpp
C++
dependencies/FreeImage/FreeImage/PluginPNG.cpp
sumneko/BLPConverter
792392375061b80f3275f04353715b183309f91f
[ "MIT" ]
53
2015-01-21T02:20:04.000Z
2022-03-14T20:52:10.000Z
dependencies/FreeImage/FreeImage/PluginPNG.cpp
sumneko/BLPConverter
792392375061b80f3275f04353715b183309f91f
[ "MIT" ]
5
2016-01-10T08:54:22.000Z
2020-09-10T14:58:23.000Z
dependencies/FreeImage/FreeImage/PluginPNG.cpp
sumneko/BLPConverter
792392375061b80f3275f04353715b183309f91f
[ "MIT" ]
29
2015-02-13T13:42:23.000Z
2021-12-22T16:04:47.000Z
// ========================================================== // PNG Loader and Writer // // Design and implementation by // - Floris van den Berg (flvdberg@wxs.nl) // - Herve Drolon (drolon@infonie.fr) // - Detlev Vendt (detlev.vendt@brillit.de) // - Aaron Shumate (trek@startreker.com) // // This file is part of FreeI...
28.922574
116
0.669557
sumneko
b4de8f00ebe48a9ced52f6fa51080c759423ad08
1,461
hpp
C++
third_party/boost/simd/function/bitwise_and.hpp
xmar/pythran
dbf2e8b70ed1e4d4ac6b5f26ead4add940a72592
[ "BSD-3-Clause" ]
5
2018-02-20T11:21:12.000Z
2019-11-12T13:45:09.000Z
third_party/boost/simd/function/bitwise_and.hpp
xmar/pythran
dbf2e8b70ed1e4d4ac6b5f26ead4add940a72592
[ "BSD-3-Clause" ]
null
null
null
third_party/boost/simd/function/bitwise_and.hpp
xmar/pythran
dbf2e8b70ed1e4d4ac6b5f26ead4add940a72592
[ "BSD-3-Clause" ]
2
2017-12-12T12:29:52.000Z
2019-04-08T15:55:25.000Z
//================================================================================================== /*! @file @copyright 2016 NumScale SAS Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) */ //===========================...
24.762712
100
0.613963
xmar
b4e16904f5ba11c19ee99bfeb9e8205bcf639a10
728
cc
C++
cxx/satellite/src/SensitiveDetectorFactory.cc
Zelenyy/phd-code
d5b8bfefd2418a915dde89f7da2cb6683f438556
[ "MIT" ]
null
null
null
cxx/satellite/src/SensitiveDetectorFactory.cc
Zelenyy/phd-code
d5b8bfefd2418a915dde89f7da2cb6683f438556
[ "MIT" ]
null
null
null
cxx/satellite/src/SensitiveDetectorFactory.cc
Zelenyy/phd-code
d5b8bfefd2418a915dde89f7da2cb6683f438556
[ "MIT" ]
null
null
null
// // Created by zelenyy on 07.12.17. // #include "SensitiveDetectorFactory.hh" #include "SensitiveScoredDetector.hh" #include "G4SDManager.hh" using namespace std; G4VSensitiveDetector *SensitiveDetectorFactory::getSensitiveDetector(G4GDMLAuxListType::const_iterator vit) { auto name = (*vit).value; G4SDMan...
26.962963
109
0.721154
Zelenyy
b4e2959d4569b3a2fe6e34d099433cc45686a1a4
924
cpp
C++
test/examples_test/02_module_test/02_module_tests.cpp
acc-cosc-1337-spring-2020/acc-cosc-1337-spring-2020-Ruby1909
3edea4f327aea2b8c9c7e788693339d1625a039f
[ "MIT" ]
null
null
null
test/examples_test/02_module_test/02_module_tests.cpp
acc-cosc-1337-spring-2020/acc-cosc-1337-spring-2020-Ruby1909
3edea4f327aea2b8c9c7e788693339d1625a039f
[ "MIT" ]
null
null
null
test/examples_test/02_module_test/02_module_tests.cpp
acc-cosc-1337-spring-2020/acc-cosc-1337-spring-2020-Ruby1909
3edea4f327aea2b8c9c7e788693339d1625a039f
[ "MIT" ]
null
null
null
#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do this in one cpp file #include "catch.hpp" #include "if.h" #include "if_else.h" #include "switch.h" TEST_CASE("Verify Test Configuration", "verification") { REQUIRE(true == true); } TEST_CASE("Test is even function") { REQUIRE(is_even(2) ==...
27.176471
97
0.685065
acc-cosc-1337-spring-2020
b4e30396f958ebc6cf81d57b713635ac95a5406e
2,658
cpp
C++
actions/SendMessageAction.cpp
horfee/alarmpi
e48e016d2378f0db0ef19abd47d144d0b1dbd904
[ "Apache-2.0" ]
null
null
null
actions/SendMessageAction.cpp
horfee/alarmpi
e48e016d2378f0db0ef19abd47d144d0b1dbd904
[ "Apache-2.0" ]
null
null
null
actions/SendMessageAction.cpp
horfee/alarmpi
e48e016d2378f0db0ef19abd47d144d0b1dbd904
[ "Apache-2.0" ]
null
null
null
/* * SendMessageAction.cpp * * Created on: 3 août 2015 * Author: horfee */ #include "SendMessageAction.h" #include "../Properties.h" #include <ctime> #include <locale> namespace alarmpi { SendMessageAction::SendMessageAction(std::string name, std::string message, bool synchronous): Action(name, synchrono...
29.208791
140
0.611362
horfee
b4e59b2d4ff7ae5363cb8830079782c204448464
7,679
cpp
C++
src/runtime_src/core/tools/common/XBMain.cpp
DavidMarec/XRT
629f07123bff878a7916b82068b925acf5c4aa9c
[ "Apache-2.0" ]
null
null
null
src/runtime_src/core/tools/common/XBMain.cpp
DavidMarec/XRT
629f07123bff878a7916b82068b925acf5c4aa9c
[ "Apache-2.0" ]
null
null
null
src/runtime_src/core/tools/common/XBMain.cpp
DavidMarec/XRT
629f07123bff878a7916b82068b925acf5c4aa9c
[ "Apache-2.0" ]
null
null
null
/** * Copyright (C) 2019-2022 Xilinx, Inc * * 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
37.096618
234
0.650345
DavidMarec
b4e868e08e9d479d724d5eff05c4abb63dbde16f
569
cpp
C++
cpp/optimizers/ut/optimizer_ut.cpp
equivalence1/ml_lib
92d75ab73bc2d77ba8fa66022c803c06cad66f21
[ "Apache-2.0" ]
1
2019-02-15T09:40:43.000Z
2019-02-15T09:40:43.000Z
cpp/optimizers/ut/optimizer_ut.cpp
equivalence1/ml_lib
92d75ab73bc2d77ba8fa66022c803c06cad66f21
[ "Apache-2.0" ]
null
null
null
cpp/optimizers/ut/optimizer_ut.cpp
equivalence1/ml_lib
92d75ab73bc2d77ba8fa66022c803c06cad66f21
[ "Apache-2.0" ]
2
2018-09-29T10:17:26.000Z
2018-10-03T20:33:31.000Z
#include <core/vec_factory.h> #include <core/optimizers/gradient_descent.h> #include <core/vec_tools/fill.h> #include <core/vec_tools/distance.h> #include <core/funcs/lq.h> #include <gtest/gtest.h> TEST(Optimizer, GradientDescentTest) { const int N = 10; const double q = 2; const double EPS = 0.01; G...
20.321429
55
0.659051
equivalence1
b4edd9903a9b291dca0cc419439d573b9a957efb
5,512
cpp
C++
Desktop/Lib/CCore/src/video/lib/Shape.FixedFrame.cpp
SergeyStrukov/CCore-3-xx
820507e78f8aa35ca05761e00e060c8f64c59af5
[ "BSL-1.0" ]
8
2017-12-21T07:00:16.000Z
2020-04-02T09:05:55.000Z
Desktop/Lib/CCore/src/video/lib/Shape.FixedFrame.cpp
SergeyStrukov/CCore-3-xx
820507e78f8aa35ca05761e00e060c8f64c59af5
[ "BSL-1.0" ]
null
null
null
Desktop/Lib/CCore/src/video/lib/Shape.FixedFrame.cpp
SergeyStrukov/CCore-3-xx
820507e78f8aa35ca05761e00e060c8f64c59af5
[ "BSL-1.0" ]
1
2020-03-30T09:54:18.000Z
2020-03-30T09:54:18.000Z
/* Shape.FixedFrame.cpp */ //---------------------------------------------------------------------------------------- // // Project: CCore 3.50 // // Tag: Desktop // // License: Boost Software License - Version 1.0 - August 17th, 2003 // // see http://www.boost.org/LICENSE_1_0.txt or the local copy // // ...
21.53125
90
0.630987
SergeyStrukov
b4eef0fcf4c0c5747f617ca484bff6622669060b
11,488
cc
C++
algorithms/loopclosure/inverted-multi-index/test/test_inverted-multi-index.cc
AdronTech/maplab
1340e01466fc1c02994860723b8117daf9ad226d
[ "Apache-2.0" ]
1,936
2017-11-27T23:11:37.000Z
2022-03-30T14:24:14.000Z
algorithms/loopclosure/inverted-multi-index/test/test_inverted-multi-index.cc
AdronTech/maplab
1340e01466fc1c02994860723b8117daf9ad226d
[ "Apache-2.0" ]
353
2017-11-29T18:40:39.000Z
2022-03-30T15:53:46.000Z
algorithms/loopclosure/inverted-multi-index/test/test_inverted-multi-index.cc
AdronTech/maplab
1340e01466fc1c02994860723b8117daf9ad226d
[ "Apache-2.0" ]
661
2017-11-28T07:20:08.000Z
2022-03-28T08:06:29.000Z
#include <utility> #include <vector> #include <Eigen/Core> #include <aslam/common/memory.h> #include <maplab-common/test/testing-entrypoint.h> #include <maplab-common/test/testing-predicates.h> #include <inverted-multi-index/inverted-multi-index-common.h> #include <inverted-multi-index/inverted-multi-index.h> namesp...
48.677966
80
0.616382
AdronTech
b4f0464df70ec90e1830f970cde7a89b2b9bf6db
10,795
cpp
C++
example/oglplus/026_stencil_shadow.cpp
Extrunder/oglplus
c7c8266a1571d0b4c8b02d9c8ca6a7b6a6f51791
[ "BSL-1.0" ]
null
null
null
example/oglplus/026_stencil_shadow.cpp
Extrunder/oglplus
c7c8266a1571d0b4c8b02d9c8ca6a7b6a6f51791
[ "BSL-1.0" ]
null
null
null
example/oglplus/026_stencil_shadow.cpp
Extrunder/oglplus
c7c8266a1571d0b4c8b02d9c8ca6a7b6a6f51791
[ "BSL-1.0" ]
null
null
null
/** * @example oglplus/026_stencil_shadow.cpp * @brief Shows how to render shadows using geometry shader and stencil buffer * * @oglplus_screenshot{026_stencil_shadow} * * Copyright 2008-2015 Matus Chochlik. Distributed under the Boost * Software License, Version 1.0. (See accompanying file * LICENSE_1_0....
25.459906
87
0.663733
Extrunder
b4f815035bfbcd3925e92de71c9d44cddd6cd5bf
18,256
cpp
C++
src/chrono_vehicle/tracked_vehicle/ChTrackContactManager.cpp
Ruochun/chrono
7b0f09242ef540ae56cfc8add3a5dc7985c654d2
[ "BSD-3-Clause" ]
1
2021-12-09T05:24:42.000Z
2021-12-09T05:24:42.000Z
src/chrono_vehicle/tracked_vehicle/ChTrackContactManager.cpp
Ruochun/chrono
7b0f09242ef540ae56cfc8add3a5dc7985c654d2
[ "BSD-3-Clause" ]
7
2021-10-20T04:43:35.000Z
2021-12-24T08:44:31.000Z
src/chrono_vehicle/tracked_vehicle/ChTrackContactManager.cpp
Ruochun/chrono
7b0f09242ef540ae56cfc8add3a5dc7985c654d2
[ "BSD-3-Clause" ]
2
2021-12-09T05:32:31.000Z
2021-12-12T17:31:18.000Z
// ============================================================================= // PROJECT CHRONO - http://projectchrono.org // // Copyright (c) 2014 projectchrono.org // All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found // in the LICENSE file at the top level of t...
39.686957
119
0.590436
Ruochun
b4f86e0afbd48cc1074fd52fb7cec438690f9009
10,381
cpp
C++
examples/02Physics/GroundTileMap.cpp
Galhad/firestorm
3c1584b1e5b95f21d963b9cf226f6ec1a469d7af
[ "MIT" ]
null
null
null
examples/02Physics/GroundTileMap.cpp
Galhad/firestorm
3c1584b1e5b95f21d963b9cf226f6ec1a469d7af
[ "MIT" ]
null
null
null
examples/02Physics/GroundTileMap.cpp
Galhad/firestorm
3c1584b1e5b95f21d963b9cf226f6ec1a469d7af
[ "MIT" ]
null
null
null
#include "GroundTileMap.hpp" #include "Obstacle.hpp" #include "Collectable.hpp" namespace fs::scene { void GroundTileMap::create(io::InputManager& inputManager, physics::PhysicsManager& physicsManager, graphics::SpriteSheet& tilesSpriteSheet, graphics::SpriteSheet& itemsSpriteSheet) { G...
84.398374
320
0.305173
Galhad
b4fec66f6482b86d26b9c51e614b5a28808d92c1
2,697
cpp
C++
src/AcadosSolver.cpp
TorBorve/mpc_local_planner
b237f9df5ff77d4f7282c4df1469ab357e56237e
[ "MIT" ]
3
2021-12-15T06:51:02.000Z
2021-12-20T11:56:11.000Z
src/AcadosSolver.cpp
TorBorve/mpc-local-planner
b237f9df5ff77d4f7282c4df1469ab357e56237e
[ "MIT" ]
3
2021-12-17T12:22:28.000Z
2022-02-19T22:18:44.000Z
src/AcadosSolver.cpp
TorBorve/mpc-local-planner
b237f9df5ff77d4f7282c4df1469ab357e56237e
[ "MIT" ]
4
2021-12-15T06:51:15.000Z
2022-03-05T13:09:51.000Z
#include "mpc_local_planner/AcadosSolver.h" #include <ros/ros.h> namespace mpc { namespace Acados { void Solver::reInit(const State &state) { freeAllocated(); init(); setInitGuess(state); return; } void Solver::setInitCondition(const State &state) { // initial condition auto x0 = state.toArr...
28.389474
87
0.597701
TorBorve
37003536421cc7186519a875e41bdbe254461a6d
5,366
hpp
C++
src/graphlab/rpc/object_request_issue.hpp
zgdahai/graphlabapi
7d66bbda82d4d44cded35f9438e1c9359b0ca64e
[ "ECL-2.0", "Apache-2.0" ]
1
2016-11-07T05:47:18.000Z
2016-11-07T05:47:18.000Z
src/graphlab/rpc/object_request_issue.hpp
keerthanashanmugam/graphlabapi
7d66bbda82d4d44cded35f9438e1c9359b0ca64e
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
src/graphlab/rpc/object_request_issue.hpp
keerthanashanmugam/graphlabapi
7d66bbda82d4d44cded35f9438e1c9359b0ca64e
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2009 Carnegie Mellon University. * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
36.013423
213
0.684122
zgdahai
3700ffd26095888ed88e80f7014e9b3c1a5932db
3,723
cpp
C++
YSQFace/src/main/cpp/facedetectcnn-jni.cpp
zhu260824/FaceDetection
99d5170dbcdac0da6c0c21b717b0ff42214790f0
[ "Apache-2.0" ]
2
2019-06-22T09:44:19.000Z
2019-06-27T00:58:12.000Z
YSQFace/src/main/cpp/facedetectcnn-jni.cpp
zhu260824/FaceDetection
99d5170dbcdac0da6c0c21b717b0ff42214790f0
[ "Apache-2.0" ]
null
null
null
YSQFace/src/main/cpp/facedetectcnn-jni.cpp
zhu260824/FaceDetection
99d5170dbcdac0da6c0c21b717b0ff42214790f0
[ "Apache-2.0" ]
2
2019-06-27T00:58:13.000Z
2021-01-04T18:11:30.000Z
#include <jni.h> #include <string> #include <android/log.h> #include "facedetectcnn.h" #include <opencv2/opencv.hpp> //define the buffer size. Do not change the size! #define DETECT_BUFFER_SIZE 0x20000 using namespace cv; extern "C" { char *JNITag = const_cast<char *>("face-jni"); JNIEXPORT jobjectArray JNICALL Java...
43.290698
140
0.633629
zhu260824
37044b7c153036b9e11efa48a25888f5832b52fe
27,213
cpp
C++
extras/Projucer/Source/Project/jucer_Module.cpp
Hanley1/JUCE
e583f7b9927cd5b47cf151b9f7210a727b68b572
[ "ISC" ]
null
null
null
extras/Projucer/Source/Project/jucer_Module.cpp
Hanley1/JUCE
e583f7b9927cd5b47cf151b9f7210a727b68b572
[ "ISC" ]
null
null
null
extras/Projucer/Source/Project/jucer_Module.cpp
Hanley1/JUCE
e583f7b9927cd5b47cf151b9f7210a727b68b572
[ "ISC" ]
null
null
null
/* ============================================================================== This file is part of the JUCE library. Copyright (c) 2017 - ROLI Ltd. JUCE is an open source library subject to commercial or open-source licensing. By using JUCE, you agree to the terms of both the JUCE 5 End...
33.065614
149
0.597656
Hanley1
3705f4b9f010683aaf4e480e36899e6f259b758f
487
hpp
C++
lib/ldcp_sdk/third_party/Asio/asio-1.12.1/include/asio/yield.hpp
MoveXBot/ltme_node
988f5c8a7ccc3f962e1c46ea61d7805f7d30bfe5
[ "Apache-2.0" ]
27
2019-10-24T11:09:06.000Z
2022-03-22T10:00:51.000Z
lib/ldcp_sdk/third_party/Asio/asio-1.12.1/include/asio/yield.hpp
MoveXBot/ltme_node
988f5c8a7ccc3f962e1c46ea61d7805f7d30bfe5
[ "Apache-2.0" ]
1
2019-12-09T06:15:01.000Z
2019-12-09T06:15:01.000Z
lib/ldcp_sdk/third_party/Asio/asio-1.12.1/include/asio/yield.hpp
MoveXBot/ltme_node
988f5c8a7ccc3f962e1c46ea61d7805f7d30bfe5
[ "Apache-2.0" ]
10
2020-01-10T09:10:57.000Z
2020-06-26T11:03:11.000Z
// // yield.hpp // ~~~~~~~~~ // // Copyright (c) 2003-2018 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #include "coroutine.hpp" #ifndef ree...
20.291667
80
0.687885
MoveXBot
370845949294c2a5a41ce9bdf6dc86ad624575f2
24,507
cpp
C++
modules/videostab/samples/videostab.cpp
Kriston-SCT/opencv_contrib
65abc7090dedc84bbedec4dfd143f0340e52114f
[ "BSD-3-Clause" ]
3
2020-01-02T11:53:17.000Z
2021-04-10T14:02:20.000Z
modules/videostab/samples/videostab.cpp
Kriston-SCT/opencv_contrib
65abc7090dedc84bbedec4dfd143f0340e52114f
[ "BSD-3-Clause" ]
1
2020-12-08T15:15:26.000Z
2020-12-08T15:15:26.000Z
modules/videostab/samples/videostab.cpp
Kriston-SCT/opencv_contrib
65abc7090dedc84bbedec4dfd143f0340e52114f
[ "BSD-3-Clause" ]
3
2019-09-04T02:01:31.000Z
2020-01-02T11:53:23.000Z
#include <string> #include <iostream> #include <fstream> #include <sstream> #include <stdexcept> #include "opencv2/core.hpp" #include <opencv2/core/utility.hpp> #include "opencv2/video.hpp" #include "opencv2/imgproc.hpp" #include "opencv2/videoio.hpp" #include "opencv2/highgui.hpp" #include "opencv2/videostab.hpp" #inc...
42.036021
124
0.540907
Kriston-SCT
3708613729c793f8c46cbf6bf09d74e2cc8949b1
2,622
cpp
C++
src/Conversion/SeqToMemref/KrnlSeqStore.cpp
philass/onnx-mlir
09965003137f82d8891676c986ec6403faa9c3cb
[ "Apache-2.0" ]
1
2022-03-23T06:41:14.000Z
2022-03-23T06:41:14.000Z
src/Conversion/SeqToMemref/KrnlSeqStore.cpp
philass/onnx-mlir
09965003137f82d8891676c986ec6403faa9c3cb
[ "Apache-2.0" ]
1
2022-03-31T23:58:31.000Z
2022-03-31T23:58:31.000Z
src/Conversion/SeqToMemref/KrnlSeqStore.cpp
philass/onnx-mlir
09965003137f82d8891676c986ec6403faa9c3cb
[ "Apache-2.0" ]
null
null
null
/* * SPDX-License-Identifier: Apache-2.0 */ //===------ KrnlSeqStore.cpp - Lower KrnlSeqStoreOp ----------------------===// // // Copyright 2019-2022 The IBM Research Authors. // // ============================================================================= // // This file lowers the KrnlSeqStoreOp operator. // //=...
34.051948
80
0.673913
philass
370a1b6d2d4bccf45fe401b1685cee1054ff769f
28,376
cpp
C++
wrappers/Modelica/src/coolpropsolver.cpp
friederikeboehm/CoolProp
44325d9e6abd9e6f88f428720f4f64a0c1962784
[ "MIT" ]
null
null
null
wrappers/Modelica/src/coolpropsolver.cpp
friederikeboehm/CoolProp
44325d9e6abd9e6f88f428720f4f64a0c1962784
[ "MIT" ]
null
null
null
wrappers/Modelica/src/coolpropsolver.cpp
friederikeboehm/CoolProp
44325d9e6abd9e6f88f428720f4f64a0c1962784
[ "MIT" ]
null
null
null
#include "coolpropsolver.h" #include "CoolPropTools.h" #include "CoolProp.h" #include "CPState.h" #include <iostream> #include <string> #include <stdlib.h> CoolPropSolver::CoolPropSolver(const std::string& mediumName, const std::string& libraryName, const std::string& substanceName) : BaseSolver(mediumName, libraryN...
47.451505
145
0.646673
friederikeboehm
371484c32adb41d06fec45db2cc24a093f1875b0
4,009
cpp
C++
src/ros_tutorials/roscpp_tutorials/custom_callback_processing/custom_callback_processing.cpp
duken72/ros2wsTest
4fa8f7aaf9ec8e70a8b6d7554ced373300a38a71
[ "MIT" ]
742
2017-07-05T02:49:36.000Z
2022-03-30T12:55:43.000Z
src/ros_tutorials/roscpp_tutorials/custom_callback_processing/custom_callback_processing.cpp
duken72/ros2wsTest
4fa8f7aaf9ec8e70a8b6d7554ced373300a38a71
[ "MIT" ]
73
2017-07-06T12:50:51.000Z
2022-03-07T08:07:07.000Z
src/ros_tutorials/roscpp_tutorials/custom_callback_processing/custom_callback_processing.cpp
duken72/ros2wsTest
4fa8f7aaf9ec8e70a8b6d7554ced373300a38a71
[ "MIT" ]
425
2017-07-04T22:03:29.000Z
2022-03-29T06:59:06.000Z
/* * Copyright (C) 2009, Willow Garage, Inc. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, * this list of conditions and the follo...
36.117117
118
0.694936
duken72
37165a40dad2e0075a25d5412d3e053e86f06868
12,830
cpp
C++
QtRPT-Example/QtRptProject/QtRptDesigner/TContainerLine.cpp
salim97/QtRPT
0bb1cb7e2c8d5c638f53092625b00bb608d9ede3
[ "MIT" ]
null
null
null
QtRPT-Example/QtRptProject/QtRptDesigner/TContainerLine.cpp
salim97/QtRPT
0bb1cb7e2c8d5c638f53092625b00bb608d9ede3
[ "MIT" ]
null
null
null
QtRPT-Example/QtRptProject/QtRptDesigner/TContainerLine.cpp
salim97/QtRPT
0bb1cb7e2c8d5c638f53092625b00bb608d9ede3
[ "MIT" ]
3
2019-12-23T12:51:20.000Z
2022-03-17T03:36:53.000Z
/* Name: QtRpt Version: 1.5.5 Web-site: http://www.qtrpt.tk Programmer: Aleksey Osipov E-mail: aliks-os@ukr.net Web-site: http://www.aliks-os.tk Copyright 2012-2015 Aleksey Osipov Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may o...
35.150685
115
0.633983
salim97
3717cf8ec69118ea296ade4607ef88216db07397
7,573
cpp
C++
td/telegram/net/SessionProxy.cpp
sintyaaaaa/td
0e930c15d3cd65dc5cc3fa6e8492684038129510
[ "BSL-1.0" ]
1
2019-10-12T18:08:04.000Z
2019-10-12T18:08:04.000Z
td/telegram/net/SessionProxy.cpp
sintyaaaaa/td
0e930c15d3cd65dc5cc3fa6e8492684038129510
[ "BSL-1.0" ]
null
null
null
td/telegram/net/SessionProxy.cpp
sintyaaaaa/td
0e930c15d3cd65dc5cc3fa6e8492684038129510
[ "BSL-1.0" ]
1
2020-08-14T12:43:30.000Z
2020-08-14T12:43:30.000Z
// // Copyright Aliaksei Levin (levlam@telegram.org), Arseny Smirnov (arseny30@gmail.com) 2014-2019 // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #include "td/telegram/net/SessionProxy.h" #include "td/teleg...
30.784553
119
0.692196
sintyaaaaa
371b9f40f7dbb7f926000ae17bcff9791eed1aad
4,753
cpp
C++
src/gamecredits.cpp
cpusam/dangerous_tux
e5f099f3e3665d62f1c484458125f003c1d5eece
[ "Zlib" ]
1
2020-09-18T07:43:07.000Z
2020-09-18T07:43:07.000Z
src/gamecredits.cpp
cpusam/dangerous_tux
e5f099f3e3665d62f1c484458125f003c1d5eece
[ "Zlib" ]
null
null
null
src/gamecredits.cpp
cpusam/dangerous_tux
e5f099f3e3665d62f1c484458125f003c1d5eece
[ "Zlib" ]
null
null
null
#include "gamecredits.hpp" CGameCredits::CGameCredits ( SDL_Renderer * r ) { SDL_Surface * aux; #if _WIN32 || _WIN64 char path[FILENAME_MAX], bg_path[FILENAME_MAX]; char p2[FILENAME_MAX]; _getcwd(p2, sizeof(p2)); #else char path[1024], bg_path[1024]; #endif #if _WIN32 || _WIN64 #ifndef PREFIX spri...
27.795322
187
0.673469
cpusam
7deab687b399e21866c78bbc3df6a2a9c3b22180
2,600
cpp
C++
src/TestPorter/main.cpp
v1otusc/wondertrader
fd65a052d26be32882f89e8e9dfcd1d7b8736a3b
[ "MIT" ]
null
null
null
src/TestPorter/main.cpp
v1otusc/wondertrader
fd65a052d26be32882f89e8e9dfcd1d7b8736a3b
[ "MIT" ]
1
2022-03-21T06:51:59.000Z
2022-03-21T06:51:59.000Z
src/TestPorter/main.cpp
v1otusc/wondertrader
fd65a052d26be32882f89e8e9dfcd1d7b8736a3b
[ "MIT" ]
null
null
null
#define _CRT_SECURE_NO_WARNINGS #include "../WtPorter/WtPorter.h" //#include "../WtExecMon/WtExecPorter.h" #include "../Includes/WTSStruct.h" #include "../Share/DLLHelper.hpp" #include "../Share/CodeHelper.hpp" void PORTER_FLAG on_init(CtxHandler ctxid) { printf("on_init\r\n"); hft_sub_ticks(ctxid, "CFFE...
23.423423
182
0.715
v1otusc
7ded15a6131f165f97675f07465255b4d67d5048
2,007
hpp
C++
modules/core/combinatorial/include/nt2/combinatorial/functions/lcm.hpp
feelpp/nt2
4d121e2c7450f24b735d6cff03720f07b4b2146c
[ "BSL-1.0" ]
34
2017-05-19T18:10:17.000Z
2022-01-04T02:18:13.000Z
modules/core/combinatorial/include/nt2/combinatorial/functions/lcm.hpp
feelpp/nt2
4d121e2c7450f24b735d6cff03720f07b4b2146c
[ "BSL-1.0" ]
null
null
null
modules/core/combinatorial/include/nt2/combinatorial/functions/lcm.hpp
feelpp/nt2
4d121e2c7450f24b735d6cff03720f07b4b2146c
[ "BSL-1.0" ]
7
2017-12-02T12:59:17.000Z
2021-07-31T12:46:14.000Z
//============================================================================== // Copyright 2003 - 2012 LASMEA UMR 6602 CNRS/Univ. Clermont II // Copyright 2009 - 2012 LRI UMR 8623 CNRS/Univ Paris Sud XI // // Distributed under the Boost Software License, Version 1.0. // ...
27.875
129
0.607872
feelpp
7dedaf628f5693f3e7aed18de73c8d00ddeedc27
3,190
cpp
C++
src/vulkan/vulkan_render.cpp
cmaughan/vklive
649c64335d7d77f4d3199ea8f66c04a53455b4a9
[ "MIT" ]
null
null
null
src/vulkan/vulkan_render.cpp
cmaughan/vklive
649c64335d7d77f4d3199ea8f66c04a53455b4a9
[ "MIT" ]
null
null
null
src/vulkan/vulkan_render.cpp
cmaughan/vklive
649c64335d7d77f4d3199ea8f66c04a53455b4a9
[ "MIT" ]
null
null
null
#include "vklive/vulkan/vulkan_render.h" #include "config_app.h" #include "vklive/file/file.h" #include "vklive/vulkan/vulkan_framebuffer.h" #include "vklive/vulkan/vulkan_model.h" #include "vklive/vulkan/vulkan_pipeline.h" #include "vklive/vulkan/vulkan_shader.h" #include "vklive/vulkan/vulkan_uniform.h" #include "vkl...
30.380952
147
0.739812
cmaughan
7df0b3aafe209df5e363f70d0ee3c4300b71f6c0
2,835
cc
C++
tests/unit/stall_detector_test.cc
jwnx/seastar
4207837dfbc969e46c0b581e6c3f801dbc8f3a07
[ "Apache-2.0" ]
null
null
null
tests/unit/stall_detector_test.cc
jwnx/seastar
4207837dfbc969e46c0b581e6c3f801dbc8f3a07
[ "Apache-2.0" ]
null
null
null
tests/unit/stall_detector_test.cc
jwnx/seastar
4207837dfbc969e46c0b581e6c3f801dbc8f3a07
[ "Apache-2.0" ]
1
2020-08-10T12:54:33.000Z
2020-08-10T12:54:33.000Z
/* * This file is open source software, licensed to you under the terms * of the Apache License, Version 2.0 (the "License"). See the NOTICE file * distributed with this work for additional information regarding copyright * ownership. You may not use this file except in compliance with the License. * * You may ...
33.75
116
0.703351
jwnx
7df2058ba1ee34629e396e88716ad9a0bf07a1a5
3,979
hpp
C++
include/bitpacker/bitpacker.hpp
YarikTH/bitpacker
a778a5ab5eab2cee80beb1819ee7d352775db046
[ "BSL-1.0" ]
null
null
null
include/bitpacker/bitpacker.hpp
YarikTH/bitpacker
a778a5ab5eab2cee80beb1819ee7d352775db046
[ "BSL-1.0" ]
null
null
null
include/bitpacker/bitpacker.hpp
YarikTH/bitpacker
a778a5ab5eab2cee80beb1819ee7d352775db046
[ "BSL-1.0" ]
null
null
null
#pragma once #include <array> #include <bitset> #include <cassert> #if !defined( BITPACKER_USE_STD_BIT ) # define BITPACKER_USE_STD_BIT __has_include( <bit> ) && __cplusplus >= 202002L #endif #if BITPACKER_USE_STD_BIT # include <bit> #endif #define BITPACKER_VERSION_MAJOR 0 #define BITPACKER_VE...
25.837662
101
0.627042
YarikTH
7df26e063b76c4063de18842b4922826bd4706a0
14,125
cpp
C++
src/mme-app/utils/mmeCommonUtils.cpp
dksan23/Nucleus
0377bee9cacebe352caba9d9cf76dcc9af9e69bf
[ "Apache-2.0" ]
null
null
null
src/mme-app/utils/mmeCommonUtils.cpp
dksan23/Nucleus
0377bee9cacebe352caba9d9cf76dcc9af9e69bf
[ "Apache-2.0" ]
1
2021-05-12T09:17:31.000Z
2021-05-12T09:17:31.000Z
src/mme-app/utils/mmeCommonUtils.cpp
dksan23/Nucleus
0377bee9cacebe352caba9d9cf76dcc9af9e69bf
[ "Apache-2.0" ]
6
2021-05-06T11:18:55.000Z
2021-05-12T13:13:21.000Z
/* * Copyright (c) 2019, Infosys Ltd. * * SPDX-License-Identifier: Apache-2.0 */ #include <utils/mmeCommonUtils.h> #include <cmath> #include <controlBlock.h> #include <contextManager/dataBlocks.h> #include <contextManager/subsDataGroupManager.h> #include <log.h> #include <mme_app.h> #include <msgBuffer.h> #include...
28.193613
105
0.632212
dksan23
7df37ff7b62b2e446ee6b4b53d8b3d57b05d880c
695
cpp
C++
112-path-sum/112-path-sum.cpp
SouvikChan/-Leetcode_Souvik
cc4b72cb4a14a1c6b8be8bd8390de047443fe008
[ "MIT" ]
null
null
null
112-path-sum/112-path-sum.cpp
SouvikChan/-Leetcode_Souvik
cc4b72cb4a14a1c6b8be8bd8390de047443fe008
[ "MIT" ]
null
null
null
112-path-sum/112-path-sum.cpp
SouvikChan/-Leetcode_Souvik
cc4b72cb4a14a1c6b8be8bd8390de047443fe008
[ "MIT" ]
null
null
null
/** * Definition for a binary tree node. * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode() : val(0), left(nullptr), right(nullptr) {} * TreeNode(int x) : val(x), left(nullptr), right(nullptr) {} * TreeNode(int x, TreeNode *left, TreeNode *right) : val(x), l...
33.095238
106
0.592806
SouvikChan
7df3ff31a0f12af5f99989e23e969a1563996568
2,319
cpp
C++
FW/SC/scene.cpp
JAntn/wblocks
e8aa383882b4726f6f7cca7213fa49e9e80d990f
[ "MIT" ]
null
null
null
FW/SC/scene.cpp
JAntn/wblocks
e8aa383882b4726f6f7cca7213fa49e9e80d990f
[ "MIT" ]
null
null
null
FW/SC/scene.cpp
JAntn/wblocks
e8aa383882b4726f6f7cca7213fa49e9e80d990f
[ "MIT" ]
null
null
null
#include "FW/SC/scene.h" #include "FW/tools.h" #include "FW/ST/state_writer.h" #include "FW/RC/record.h" #include "FW/SC/scene_line.h" //////////////////////////////////////////////////////////////////////// /// Static long TypeScene::m_IdCount = 0; QString TypeScene::GenerateId() { return QString().setNum( m_Id...
20.705357
104
0.552393
JAntn
7dfa357ea81a103eef3e76c1f4dc78093c7e9783
468
hpp
C++
lib/cml/hal/peripherals/RS485.hpp
msemegen/CML
f37e20f0add711c743b69607d39aa5ab0680cf7e
[ "MIT" ]
23
2020-07-16T21:52:38.000Z
2022-03-13T18:24:16.000Z
lib/cml/hal/peripherals/RS485.hpp
msemegen/CML
f37e20f0add711c743b69607d39aa5ab0680cf7e
[ "MIT" ]
16
2019-12-28T01:14:44.000Z
2021-04-15T14:40:07.000Z
lib/cml/hal/peripherals/RS485.hpp
msemegen/CML
f37e20f0add711c743b69607d39aa5ab0680cf7e
[ "MIT" ]
5
2020-07-17T17:48:50.000Z
2022-03-25T16:06:52.000Z
#pragma once /* * Name: RS485.hpp * * Copyright (c) Mateusz Semegen and contributors. All rights reserved. * Licensed under the MIT license. See LICENSE file in the project root for details. */ #ifdef STM32L4 #include <soc/m4/stm32l4/peripherals/RS485.hpp> #endif // STM32L4 namespace cml { n...
20.347826
87
0.675214
msemegen
b4017fd6a90ad0f9f060e68d9500d2c4da784f73
40,053
cpp
C++
be/src/olap/reader.cpp
spaces-X/doris-vectorized
73ff3f3c0786c79a154e714fde56c812ac3f4f8f
[ "Apache-2.0" ]
null
null
null
be/src/olap/reader.cpp
spaces-X/doris-vectorized
73ff3f3c0786c79a154e714fde56c812ac3f4f8f
[ "Apache-2.0" ]
null
null
null
be/src/olap/reader.cpp
spaces-X/doris-vectorized
73ff3f3c0786c79a154e714fde56c812ac3f4f8f
[ "Apache-2.0" ]
null
null
null
// 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 may...
46.304046
135
0.521684
spaces-X
b4059cf3bbff0376086ece948f66bdf87f3b2a6e
5,542
hpp
C++
DFNs/StereoReconstruction/ScanlineOptimization.hpp
H2020-InFuse/cdff
e55fd48f9a909d0c274c3dfa4fe2704bc5071542
[ "BSD-2-Clause" ]
7
2019-02-26T15:09:50.000Z
2021-09-30T07:39:01.000Z
DFNs/StereoReconstruction/ScanlineOptimization.hpp
H2020-InFuse/cdff
e55fd48f9a909d0c274c3dfa4fe2704bc5071542
[ "BSD-2-Clause" ]
null
null
null
DFNs/StereoReconstruction/ScanlineOptimization.hpp
H2020-InFuse/cdff
e55fd48f9a909d0c274c3dfa4fe2704bc5071542
[ "BSD-2-Clause" ]
1
2020-12-06T12:09:05.000Z
2020-12-06T12:09:05.000Z
/** * @author Alessandro Bianco */ /** * @addtogroup DFNs * @{ */ #ifndef STEREORECONSTRUCTION_SCANLINEOPTIMIZATION_HPP #define STEREORECONSTRUCTION_SCANLINEOPTIMIZATION_HPP #include "StereoReconstructionInterface.hpp" #include <Types/CPP/PointCloud.hpp> #include <Types/CPP/Frame.hpp> #include <Helpers/Paramet...
32.034682
107
0.746481
H2020-InFuse
b4063a6084a2e2804dc5a3f28c50332ac508920c
1,229
cpp
C++
QmlStream/AvLib/Common/AvCommon.cpp
milclo39/QtTools
41463299799fc74d2691939e85b52c02a30ad9e6
[ "Apache-2.0" ]
null
null
null
QmlStream/AvLib/Common/AvCommon.cpp
milclo39/QtTools
41463299799fc74d2691939e85b52c02a30ad9e6
[ "Apache-2.0" ]
null
null
null
QmlStream/AvLib/Common/AvCommon.cpp
milclo39/QtTools
41463299799fc74d2691939e85b52c02a30ad9e6
[ "Apache-2.0" ]
null
null
null
//--------------------------------------------------------------------------------// /*! @file AvCommon.cpp @brief libAvライブラリ共通クラス @author 大橋 */ //--------------------------------------------------------------------------------// #include "../AvCommon.h" #define __STDC_CONSTANT_MACROS #ifdef _STDINT_H #undef _STDIN...
28.581395
94
0.313263
milclo39
b40aa8ff2d0280f6a0f3c399759b76a8e06f84e2
460
hpp
C++
MainBrain/test/ModelTest/ButtonTest/ButtonTest.hpp
smit-happens/YCP_EVOS
cecfa8aaa3c73945106786c44aa78d4fe872e3c3
[ "MIT" ]
10
2017-07-30T21:26:32.000Z
2021-05-04T14:33:29.000Z
MainBrain/test/ModelTest/ButtonTest/ButtonTest.hpp
smit-happens/YCP_EVOS
cecfa8aaa3c73945106786c44aa78d4fe872e3c3
[ "MIT" ]
122
2017-07-30T15:55:55.000Z
2019-05-19T20:29:13.000Z
MainBrain/test/ModelTest/ButtonTest/ButtonTest.hpp
smit-happens/YCP_EVOS
cecfa8aaa3c73945106786c44aa78d4fe872e3c3
[ "MIT" ]
3
2018-03-10T20:01:10.000Z
2019-06-07T18:02:38.000Z
/** A one line description of the class. * * #include "ButtonTest.hpp" * Created 3-12-18 By: Smitty * * A longer description. */ #ifndef BUTTONTEST_HPP #define BUTTONTEST_HPP #include "../BaseModelTest/BaseModelTest.hpp" class ButtonTest : public BaseModelTest { public: ButtonTest(void); ~ButtonTest...
14.375
45
0.678261
smit-happens
b40ce6f2a657d35e764164dc09ccee362752e54d
1,263
hpp
C++
sim_algorithm/b_tree.hpp
pachicobue/CacheObliviousAlgorithms
db6e5f19c708d83208206091ae44cd6d7c71c4e0
[ "Unlicense" ]
null
null
null
sim_algorithm/b_tree.hpp
pachicobue/CacheObliviousAlgorithms
db6e5f19c708d83208206091ae44cd6d7c71c4e0
[ "Unlicense" ]
null
null
null
sim_algorithm/b_tree.hpp
pachicobue/CacheObliviousAlgorithms
db6e5f19c708d83208206091ae44cd6d7c71c4e0
[ "Unlicense" ]
null
null
null
#pragma once /** * @file b_tree.hpp * @brief B-木 */ #include <memory> #include "config.hpp" #include "simulator/disk_variable.hpp" /** * @brief B-木 * @details Cache Awareなデータ構造 * @note * 中間ノードは以下のデータを持つ (根のキー数はK-1未満でもOK + 葉のsonsは空) * - keys:k個のキー (キー数kは K-1 <= k <= 2K-1) * - sons:k+1個の子ノード * * さらに探索木としての性質と...
19.136364
67
0.585115
pachicobue
b40dcafc5aed4211d2d4a3cd395cb8b1b74a10b6
2,057
cpp
C++
modules/segmentation/src/segmenter_organized_connected_component.cpp
v4r-tuwien/v4r
ff3fbd6d2b298b83268ba4737868bab258262a40
[ "BSD-1-Clause", "BSD-2-Clause" ]
2
2021-02-22T11:36:33.000Z
2021-07-20T11:31:08.000Z
modules/segmentation/src/segmenter_organized_connected_component.cpp
v4r-tuwien/v4r
ff3fbd6d2b298b83268ba4737868bab258262a40
[ "BSD-1-Clause", "BSD-2-Clause" ]
null
null
null
modules/segmentation/src/segmenter_organized_connected_component.cpp
v4r-tuwien/v4r
ff3fbd6d2b298b83268ba4737868bab258262a40
[ "BSD-1-Clause", "BSD-2-Clause" ]
3
2018-10-19T10:39:23.000Z
2021-04-07T13:39:03.000Z
#include <v4r/segmentation/plane_utils.h> #include <v4r/segmentation/segmenter_organized_connected_component.h> #include <pcl/common/angles.h> #include <pcl/pcl_config.h> #include <pcl/segmentation/euclidean_cluster_comparator.h> #include <pcl/segmentation/organized_connected_component_segmentation.h> #include <pcl/im...
41.979592
119
0.792902
v4r-tuwien
b40e7f9938f691f32bb44b53e04392a9a9ef413f
6,967
cpp
C++
samples/game/Engine.cpp
Admer456/FoxGLBox
6717902d102c929e565b3237753d4f918cf83ab7
[ "MIT" ]
null
null
null
samples/game/Engine.cpp
Admer456/FoxGLBox
6717902d102c929e565b3237753d4f918cf83ab7
[ "MIT" ]
null
null
null
samples/game/Engine.cpp
Admer456/FoxGLBox
6717902d102c929e565b3237753d4f918cf83ab7
[ "MIT" ]
null
null
null
#include "IEngine.hpp" #include "Vector.hpp" #include "IRenderWorld.hpp" #include "GameEntity.hpp" #include <iostream> #include <chrono> #include "SDL.h" #include "SDL_opengl.h" #include "glm/gtc/matrix_transform.hpp" #include "Engine.hpp" namespace chrono = std::chrono; IEngine* IEngine::AllocateIns...
31.102679
119
0.602268
Admer456
b41a3eaba77ff98259b271b1b784bc4b6fe6749c
2,479
cpp
C++
ql/instruments/dividendbarrieroption.cpp
jiangjiali/QuantLib
37c98eccfa18a95acb1e98b276831641be92b38e
[ "BSD-3-Clause" ]
3,358
2015-12-18T02:56:17.000Z
2022-03-31T02:42:47.000Z
ql/instruments/dividendbarrieroption.cpp
jiangjiali/QuantLib
37c98eccfa18a95acb1e98b276831641be92b38e
[ "BSD-3-Clause" ]
965
2015-12-21T10:35:28.000Z
2022-03-30T02:47:00.000Z
ql/instruments/dividendbarrieroption.cpp
jiangjiali/QuantLib
37c98eccfa18a95acb1e98b276831641be92b38e
[ "BSD-3-Clause" ]
1,663
2015-12-17T17:45:38.000Z
2022-03-31T07:58:29.000Z
/* -*- mode: c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* Copyright (C) 2008 Andreas Gaida Copyright (C) 2008 Ralph Schreyer Copyright (C) 2008 Klaus Spanderen This file is part of QuantLib, a free-software/open-source library for financial quantitative analysts and developers - http://q...
37
80
0.628479
jiangjiali
b4232b8a0751bd384cf1aa00e9995636b242165c
3,084
cpp
C++
Source/CPP_Tutorial/CPP_TutorialGameMode.cpp
Mordil/UE4-CPP-Tutorial
0ad3a50c0ef71949db25c67010738486e49c32fc
[ "MIT" ]
null
null
null
Source/CPP_Tutorial/CPP_TutorialGameMode.cpp
Mordil/UE4-CPP-Tutorial
0ad3a50c0ef71949db25c67010738486e49c32fc
[ "MIT" ]
null
null
null
Source/CPP_Tutorial/CPP_TutorialGameMode.cpp
Mordil/UE4-CPP-Tutorial
0ad3a50c0ef71949db25c67010738486e49c32fc
[ "MIT" ]
null
null
null
// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved. #include "CPP_Tutorial.h" #include "Kismet/GameplayStatics.h" #include "Blueprint/UserWidget.h" #include "CPP_TutorialGameMode.h" #include "CPP_TutorialCharacter.h" #include "SpawnVolume.h" ACPP_TutorialGameMode::ACPP_TutorialGameMode() { // set default ...
22.510949
128
0.74773
Mordil
b4242721bfa66823bdf0269a54f9be88bb901581
1,873
cpp
C++
dlib/dlib/matlab/example_mex_class.cpp
mohitjain4395/mosip
20ee978dc539be42c8b79cd4b604fdf681e7b672
[ "MIT" ]
11,719
2015-01-03T22:38:57.000Z
2022-03-30T21:45:04.000Z
dlib/matlab/example_mex_class.cpp
KiLJ4EdeN/dlib
eb1f08ce6ab3ca6f9d10425d899103de3c0df56c
[ "BSL-1.0" ]
2,518
2015-01-04T04:38:06.000Z
2022-03-31T11:55:43.000Z
dlib/matlab/example_mex_class.cpp
KiLJ4EdeN/dlib
eb1f08ce6ab3ca6f9d10425d899103de3c0df56c
[ "BSL-1.0" ]
3,308
2015-01-01T14:34:16.000Z
2022-03-31T07:20:07.000Z
// The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt /* This mex file will create a MATLAB function called example_mex_class. If you call it with no arguments it will output the MATLAB .m code to create a MATLAB wrapper class. Paste that code into a .m file. Then you...
25.657534
91
0.651361
mohitjain4395
b4280f4bc1f83b8a7a5fdc0606d2441e0ba995c1
2,321
cpp
C++
dev/Generated/ToggleSplitButton.properties.cpp
johnpf74/microsoft-ui-xaml
db7b371a8155a81800f4432d6052ef54cb20642a
[ "MIT" ]
3
2018-12-06T08:02:41.000Z
2020-03-24T13:23:27.000Z
dev/Generated/ToggleSplitButton.properties.cpp
jsuarezruiz/microsoft-ui-xaml
b6f8806e07206caebccc81fb77d325efa67d29de
[ "MIT" ]
2
2018-12-07T16:49:26.000Z
2018-12-07T16:50:00.000Z
dev/Generated/ToggleSplitButton.properties.cpp
jsuarezruiz/microsoft-ui-xaml
b6f8806e07206caebccc81fb77d325efa67d29de
[ "MIT" ]
1
2020-08-28T10:29:11.000Z
2020-08-28T10:29:11.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See LICENSE in the project root for license information. // DO NOT EDIT! This file was generated by CustomTasks.DependencyPropertyCodeGen #include "pch.h" #include "common.h" #include "ToggleSplitButton.h" CppWinRT...
34.132353
181
0.73589
johnpf74
b42af0c603698dc93264550ad8a2840bcd4d7d90
11,229
cpp
C++
Modules/MapperExt/src/mitkVolumeMapperVtkSmart3D.cpp
samsmu/MITK
c93dce6dc38d8f4c961de4440e4dd113b9841c8c
[ "BSD-3-Clause" ]
5
2015-02-05T10:58:41.000Z
2019-04-17T15:04:07.000Z
Modules/MapperExt/src/mitkVolumeMapperVtkSmart3D.cpp
samsmu/MITK
c93dce6dc38d8f4c961de4440e4dd113b9841c8c
[ "BSD-3-Clause" ]
141
2015-03-03T06:52:01.000Z
2020-12-10T07:28:14.000Z
Modules/MapperExt/src/mitkVolumeMapperVtkSmart3D.cpp
samsmu/MITK
c93dce6dc38d8f4c961de4440e4dd113b9841c8c
[ "BSD-3-Clause" ]
4
2015-02-19T06:48:13.000Z
2020-06-19T16:20:25.000Z
/*=================================================================== The Medical Imaging Interaction Toolkit (MITK) Copyright (c) German Cancer Research Center, Division of Medical and Biological Informatics. All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty o...
37.059406
123
0.747618
samsmu
b4305e2c7fb22789d7587e77e7fe3c18933a591b
1,088
cpp
C++
src/mt/fs/file.cpp
nfagan/mtype
a745271d366df64e1b4692cc90f0685ea4084ba6
[ "MIT" ]
null
null
null
src/mt/fs/file.cpp
nfagan/mtype
a745271d366df64e1b4692cc90f0685ea4084ba6
[ "MIT" ]
null
null
null
src/mt/fs/file.cpp
nfagan/mtype
a745271d366df64e1b4692cc90f0685ea4084ba6
[ "MIT" ]
null
null
null
#include "file.hpp" #include "path.hpp" #include "../Optional.hpp" #include "../config.hpp" #include <fstream> #if defined(MT_UNIX) #include <sys/stat.h> #endif #if MT_IS_MSVC #include <windows.h> #endif namespace mt::fs { Optional<std::unique_ptr<std::string>> read_file(const FilePath& path) { std::ifstream ifs(...
22.666667
86
0.653493
nfagan
b4309cac4069973b4739419e4d2ff81cb2b2b07a
1,855
cpp
C++
src/zimg/depth/x86/f16c_ivb.cpp
marxin/zimg
b6334acf4112877afc400cd9a0ace54e171e3f11
[ "WTFPL" ]
287
2015-01-02T13:59:32.000Z
2022-03-29T22:47:54.000Z
src/zimg/depth/x86/f16c_ivb.cpp
marxin/zimg
b6334acf4112877afc400cd9a0ace54e171e3f11
[ "WTFPL" ]
143
2015-04-17T06:20:17.000Z
2022-03-29T09:13:45.000Z
src/zimg/depth/x86/f16c_ivb.cpp
marxin/zimg
b6334acf4112877afc400cd9a0ace54e171e3f11
[ "WTFPL" ]
64
2015-01-02T13:59:35.000Z
2022-03-30T17:20:55.000Z
#ifdef ZIMG_X86 #include "common/ccdep.h" #include <immintrin.h> #include "common/align.h" #include "f16c_x86.h" #include "common/x86/sse2_util.h" #include "common/x86/avx_util.h" namespace zimg { namespace depth { void f16c_half_to_float_ivb(const void *src, void *dst, unsigned left, unsigned right) { const uint...
27.686567
86
0.690566
marxin
b4331f2c941c359559c6e89cd72977ca322af596
901
hpp
C++
src/stan/language/ast/node/array_expr.hpp
alashworth/stan-monorepo
75596bc1f860ededd7b3e9ae9002aea97ee1cd46
[ "BSD-3-Clause" ]
1
2019-09-06T15:53:17.000Z
2019-09-06T15:53:17.000Z
src/stan/language/ast/node/array_expr.hpp
alashworth/stan-monorepo
75596bc1f860ededd7b3e9ae9002aea97ee1cd46
[ "BSD-3-Clause" ]
8
2019-01-17T18:51:16.000Z
2019-01-17T18:51:39.000Z
src/stan/language/ast/node/array_expr.hpp
alashworth/stan-monorepo
75596bc1f860ededd7b3e9ae9002aea97ee1cd46
[ "BSD-3-Clause" ]
null
null
null
#ifndef STAN_LANG_AST_NODE_ARRAY_EXPR_HPP #define STAN_LANG_AST_NODE_ARRAY_EXPR_HPP #include "expression.hpp" #include "stan/language/ast/scope.hpp" #include "stan/language/ast/type/bare_expr_type.hpp" #include <cstddef> #include <vector> namespace stan { namespace lang { struct expresssion; /** * Structure to hol...
17.666667
63
0.687014
alashworth
b4342462aa98b494a6652dd589c634e20f9b9b4d
16,530
cpp
C++
libsrc/hyperion/Hyperion.cpp
juanesf/hyperion_openwrt_mt7620
a29624e1ca03c37517b043956b55064b6021c7b4
[ "MIT" ]
null
null
null
libsrc/hyperion/Hyperion.cpp
juanesf/hyperion_openwrt_mt7620
a29624e1ca03c37517b043956b55064b6021c7b4
[ "MIT" ]
null
null
null
libsrc/hyperion/Hyperion.cpp
juanesf/hyperion_openwrt_mt7620
a29624e1ca03c37517b043956b55064b6021c7b4
[ "MIT" ]
null
null
null
#include <cassert> #include "HyperionConfig.h" #include "Poco/RegularExpression.h" #include "Poco/StringTokenizer.h" #include "Poco/Timestamp.h" #include "Poco/Delegate.h" #include "Poco/NumberParser.h" #include "hyperion/Hyperion.h" #include "hyperion/ImageProcessorFactory.h" #include "leddevice/LedDevice.h" #incl...
34.509395
128
0.631458
juanesf
b434f81bf3017f6b445839273cee1ca131946154
2,389
cpp
C++
aqualectrix/sorter/sortProcess.cpp
aqualectrix/dbpf
5bada102fddc24d9332f4de60c573ed06b722453
[ "Unlicense" ]
null
null
null
aqualectrix/sorter/sortProcess.cpp
aqualectrix/dbpf
5bada102fddc24d9332f4de60c573ed06b722453
[ "Unlicense" ]
null
null
null
aqualectrix/sorter/sortProcess.cpp
aqualectrix/dbpf
5bada102fddc24d9332f4de60c573ed06b722453
[ "Unlicense" ]
null
null
null
/* * sortProcess.cpp : * Changes all sortindexes in the file to the given index. */ #include <iostream> #include <string> #include <vector> #include "../../CatOfEvilGenius/library/DBPF.h" #include "../../CatOfEvilGenius/library/DBPF_types.h" #include "../../CatOfEvilGenius/library/DBPF_BINX.h" using namespace std...
29.134146
95
0.621599
aqualectrix
b43b621485333f50997dbf39fbaa97849e350bc6
220,487
cpp
C++
src/game/ChatCommands/Level3.cpp
tbayart/mangostwoserver
fc26f650b9f72c1f7376207f9b9d3fdf66387a1e
[ "PostgreSQL", "Zlib", "OpenSSL" ]
null
null
null
src/game/ChatCommands/Level3.cpp
tbayart/mangostwoserver
fc26f650b9f72c1f7376207f9b9d3fdf66387a1e
[ "PostgreSQL", "Zlib", "OpenSSL" ]
null
null
null
src/game/ChatCommands/Level3.cpp
tbayart/mangostwoserver
fc26f650b9f72c1f7376207f9b9d3fdf66387a1e
[ "PostgreSQL", "Zlib", "OpenSSL" ]
null
null
null
/** * MaNGOS is a full featured server for World of Warcraft, supporting * the following clients: 1.12.x, 2.4.3, 3.3.5a, 4.3.4a and 5.4.8 * * Copyright (C) 2005-2017 MaNGOS project <https://getmangos.eu> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gen...
30.282516
249
0.609542
tbayart
b43b885f4f8a57b490612b28ca9653a7e08aa96f
9,255
cpp
C++
src/graphic/oni-graphic-renderer-ogl-quad.cpp
sina-/granite
95b873bc545cd4925b5cea8c632a82f2d815be6e
[ "MIT" ]
2
2019-08-01T09:18:49.000Z
2020-03-26T05:59:52.000Z
src/graphic/oni-graphic-renderer-ogl-quad.cpp
sina-/granite
95b873bc545cd4925b5cea8c632a82f2d815be6e
[ "MIT" ]
null
null
null
src/graphic/oni-graphic-renderer-ogl-quad.cpp
sina-/granite
95b873bc545cd4925b5cea8c632a82f2d815be6e
[ "MIT" ]
1
2020-03-26T05:59:53.000Z
2020-03-26T05:59:53.000Z
#include <oni-core/graphic/oni-graphic-renderer-ogl-quad.h> #include <cassert> #include <GL/glew.h> #include <oni-core/graphic/buffer/oni-graphic-buffer-data.h> #include <oni-core/graphic/buffer/oni-graphic-index-buffer.h> #include <oni-core/graphic/buffer/oni-graphic-frame-buffer.h> #include <oni-core/graphic/buffe...
33.532609
98
0.596002
sina-
b43d3e527520ce9b211eda35514afe356721df04
760
cpp
C++
src/powercycle.cpp
raghu-veer/powercycle-mgr
955e806538560575078aaee261149d8b04ee07f3
[ "MIT" ]
null
null
null
src/powercycle.cpp
raghu-veer/powercycle-mgr
955e806538560575078aaee261149d8b04ee07f3
[ "MIT" ]
null
null
null
src/powercycle.cpp
raghu-veer/powercycle-mgr
955e806538560575078aaee261149d8b04ee07f3
[ "MIT" ]
null
null
null
#include <cstdlib> #include <cstdint> #include <string> #include <vector> #include <chrono> #include <ctime> #include <fstream> #include <unistd.h> #include <sys/reboot.h> #include "powercycle.hpp" Powercycle::Powercycle(const uint32_t& wakeupTime) : wakeupTime_(wakeupTime) { execute(); } void Powercycle::execu...
19.487179
94
0.703947
raghu-veer
b43eacc0c960cc5807ad6e737a95394d19b99747
47,347
cpp
C++
src/qsa/src/engine/qsclass.cpp
hackbinary/pdfedit
5efb58265d0b86c2786d7b218aa0d6f895b926d3
[ "CECILL-B" ]
13
2015-10-15T01:26:37.000Z
2019-11-18T21:50:46.000Z
src/qsa/src/engine/qsclass.cpp
mmoselhy/PDF-X
b72597bbb0c6c86d99e44cf18f7b46d5175a7bfa
[ "CECILL-B" ]
1
2020-03-28T23:06:53.000Z
2020-04-08T03:24:06.000Z
src/qsa/src/engine/qsclass.cpp
mmoselhy/PDF-X
b72597bbb0c6c86d99e44cf18f7b46d5175a7bfa
[ "CECILL-B" ]
14
2016-01-31T10:54:56.000Z
2020-08-31T11:08:42.000Z
/**************************************************************************** ** $Id$ ** ** Copyright (C) 2001-2006 Trolltech AS. All rights reserved. ** ** This file is part of the Qt Script for Applications framework (QSA). ** ** This file may be distributed and/or modified under the terms of the ** GNU General Publ...
26.810306
109
0.622215
hackbinary
b4408f5060b26eed1b6e0d09c85abd16a62a44ab
7,845
cpp
C++
ctl/source/modes/mirroring/ModeSetState.cpp
TomatoYoung/beegfs
edf287940175ecded493183209719d2d90d45374
[ "BSD-3-Clause" ]
null
null
null
ctl/source/modes/mirroring/ModeSetState.cpp
TomatoYoung/beegfs
edf287940175ecded493183209719d2d90d45374
[ "BSD-3-Clause" ]
null
null
null
ctl/source/modes/mirroring/ModeSetState.cpp
TomatoYoung/beegfs
edf287940175ecded493183209719d2d90d45374
[ "BSD-3-Clause" ]
null
null
null
#include "ModeSetState.h" #include <common/net/message/nodes/SetTargetConsistencyStatesMsg.h> #include <common/net/message/nodes/SetTargetConsistencyStatesRespMsg.h> #include <common/toolkit/MessagingTk.h> #include <common/toolkit/UiTk.h> #include <program/Program.h> #define MODESETSTATE_ARG_TARGETID "--targetid" ...
33.814655
111
0.613384
TomatoYoung
b4430917bc5a21408a8e649f6fa76d2e8354ea28
39
cpp
C++
src/task_base_pro/task_group.cpp
maxcong001/task_base_pro
2f309ea790c615389ecce3882cea7cca4aab93e3
[ "MIT" ]
1
2018-03-06T08:37:46.000Z
2018-03-06T08:37:46.000Z
src/task_base_pro/task_group.cpp
maxcong001/task_base_pro
2f309ea790c615389ecce3882cea7cca4aab93e3
[ "MIT" ]
null
null
null
src/task_base_pro/task_group.cpp
maxcong001/task_base_pro
2f309ea790c615389ecce3882cea7cca4aab93e3
[ "MIT" ]
null
null
null
#include "task_base_pro/task_group.hpp"
39
39
0.846154
maxcong001
b444253c17b560fbd15ac4a5f17eaaf13fb41b28
9,030
cpp
C++
src/prod/src/Reliability/LoadBalancing/Metric.cpp
vishnuk007/service-fabric
d0afdea185ae932cc3c9eacf179692e6fddbc630
[ "MIT" ]
2,542
2018-03-14T21:56:12.000Z
2019-05-06T01:18:20.000Z
src/prod/src/Reliability/LoadBalancing/Metric.cpp
vishnuk007/service-fabric
d0afdea185ae932cc3c9eacf179692e6fddbc630
[ "MIT" ]
994
2019-05-07T02:39:30.000Z
2022-03-31T13:23:04.000Z
src/prod/src/Reliability/LoadBalancing/Metric.cpp
vishnuk007/service-fabric
d0afdea185ae932cc3c9eacf179692e6fddbc630
[ "MIT" ]
300
2018-03-14T21:57:17.000Z
2019-05-06T20:07:00.000Z
// ------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License (MIT). See License.txt in the repo root for license information. // ------------------------------------------------------------ #include "stdafx.h" #include "...
42.796209
132
0.762348
vishnuk007
b44632d846ffa4a399d02535ab412d6c2efb437e
2,141
hpp
C++
CaWE/ModelEditor/SceneView3D.hpp
dns/Cafu
77b34014cc7493d6015db7d674439fe8c23f6493
[ "MIT" ]
3
2020-04-11T13:00:31.000Z
2020-12-07T03:19:10.000Z
CaWE/ModelEditor/SceneView3D.hpp
DNS/Cafu
77b34014cc7493d6015db7d674439fe8c23f6493
[ "MIT" ]
null
null
null
CaWE/ModelEditor/SceneView3D.hpp
DNS/Cafu
77b34014cc7493d6015db7d674439fe8c23f6493
[ "MIT" ]
1
2020-04-11T13:00:04.000Z
2020-04-11T13:00:04.000Z
/* Cafu Engine, http://www.cafu.de/ Copyright (c) Carsten Fuchs and other contributors. This project is licensed under the terms of the MIT license. */ #ifndef CAFU_MODELEDITOR_SCENE_VIEW_3D_HPP_INCLUDED #define CAFU_MODELEDITOR_SCENE_VIEW_3D_HPP_INCLUDED #include "../Generic3DWindow.hpp" #include "Models/Model_cmdl....
33.453125
153
0.670715
dns
b45133d8540bdf687d88fd16ceb45b083c6d9fde
20,604
cxx
C++
ivp/ivp_compact_builder/geompack_drdec3.cxx
DannyParker0001/Kisak-Strike
99ed85927336fe3aff2efd9b9382b2b32eb1d05d
[ "Unlicense" ]
252
2020-12-16T15:34:43.000Z
2022-03-31T23:21:37.000Z
ivp/ivp_compact_builder/geompack_drdec3.cxx
DannyParker0001/Kisak-Strike
99ed85927336fe3aff2efd9b9382b2b32eb1d05d
[ "Unlicense" ]
23
2020-12-20T18:02:54.000Z
2022-03-28T16:58:32.000Z
ivp/ivp_compact_builder/geompack_drdec3.cxx
DannyParker0001/Kisak-Strike
99ed85927336fe3aff2efd9b9382b2b32eb1d05d
[ "Unlicense" ]
42
2020-12-19T04:32:33.000Z
2022-03-30T06:00:28.000Z
/* drdec3.f -- translated by f2c (version 19990311). */ #include <ivp_physics.hxx> #if !( (defined(__MWERKS__) && defined(__POWERPC__)) || defined(GEKKO) ) #include <malloc.h> #endif #include <ivp_betterdebugmanager.hxx> #include <geompack.hxx> int IVP_Geompack::i_sign(int a, int b) { int x; ...
42.04898
289
0.625315
DannyParker0001
b45164c4ea436932bc0693a779e65670c40426da
4,772
cpp
C++
src/framework/graphics/particleaffector.cpp
Cayan/otclient
36c1ea9245c614dad50b073d67d32afd2727e9ef
[ "MIT" ]
1
2017-05-07T00:58:10.000Z
2017-05-07T00:58:10.000Z
src/framework/graphics/particleaffector.cpp
Cayan/otclient
36c1ea9245c614dad50b073d67d32afd2727e9ef
[ "MIT" ]
null
null
null
src/framework/graphics/particleaffector.cpp
Cayan/otclient
36c1ea9245c614dad50b073d67d32afd2727e9ef
[ "MIT" ]
null
null
null
/* * Copyright (c) 2010-2012 OTClient <https://github.com/edubart/otclient> * * 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...
32.684932
109
0.652347
Cayan
b453f30cb136b59fb690154bb07e569a718bb9b8
8,327
cc
C++
src/source_wrap.cc
gurumlab/simplemedia
503854edc83449b132b3fdfdbb1d20ba8488d293
[ "MIT" ]
6
2020-02-06T01:08:55.000Z
2020-02-11T14:44:25.000Z
src/source_wrap.cc
gurumlab/simplemedia
503854edc83449b132b3fdfdbb1d20ba8488d293
[ "MIT" ]
25
2020-02-03T13:28:20.000Z
2021-09-02T07:48:32.000Z
src/source_wrap.cc
gurumlab/simplemedia
503854edc83449b132b3fdfdbb1d20ba8488d293
[ "MIT" ]
1
2020-03-03T01:44:40.000Z
2020-03-03T01:44:40.000Z
#include "source_wrap.h" #include <napi.h> #include <uv.h> #include "log_message.h" Napi::FunctionReference Source::constructor; Napi::Object Source::Init(Napi::Env env, Napi::Object exports) { Napi::HandleScope scope(env); constexpr auto name = "_Source"; Napi::Function func = DefineClass(env, ...
32.654902
101
0.646691
gurumlab
b4559a4bbfd577a4dfc79b5b8d4c42b6eb9bf1e0
854
cpp
C++
MyCurve25519/MyCurve25519/ed25519/sign.cpp
BayrakMustafa/WhatsApp-API-NET
39b37aeb9a98c6eb338ceea20c9d4cab2bdb12e7
[ "MIT" ]
18
2016-04-04T16:09:17.000Z
2017-09-02T02:55:55.000Z
MyCurve25519/MyCurve25519/ed25519/sign.cpp
bayrakmustafa/WhatsApp-API-NET
39b37aeb9a98c6eb338ceea20c9d4cab2bdb12e7
[ "MIT" ]
12
2016-04-07T02:48:24.000Z
2017-04-11T11:19:58.000Z
MyCurve25519/MyCurve25519/ed25519/sign.cpp
bayrakmustafa/WhatsApp-API-NET
39b37aeb9a98c6eb338ceea20c9d4cab2bdb12e7
[ "MIT" ]
9
2017-12-06T04:16:16.000Z
2021-06-17T09:18:47.000Z
#include "pch.h" #include <string.h> #include "nacl_includes\crypto_sign.h" #include "additions\crypto_hash_sha512.h" #include "ge.h" #include "sc.h" int crypto_sign( unsigned char *sm, unsigned long long *smlen, const unsigned char *m, unsigned long long mlen, const unsigned char *sk ) { unsigned char pk[32]; u...
20.333333
49
0.667447
BayrakMustafa
b455ceae3e79cee92de6c620b0d64d23f62c6d62
630
hpp
C++
Dist/Headers/glitter.hpp
gabrielrodriguesrocha/Projeto-CG
b679d2e7b3572e3d0de137ec448fc170346dc21e
[ "MIT" ]
null
null
null
Dist/Headers/glitter.hpp
gabrielrodriguesrocha/Projeto-CG
b679d2e7b3572e3d0de137ec448fc170346dc21e
[ "MIT" ]
1
2018-04-18T01:17:01.000Z
2018-08-06T15:34:33.000Z
Dist/Headers/glitter.hpp
gabrielrodriguesrocha/Projeto-CG
b679d2e7b3572e3d0de137ec448fc170346dc21e
[ "MIT" ]
2
2018-04-12T21:41:19.000Z
2018-04-13T01:41:45.000Z
// Preprocessor Directives #ifndef GLITTER #define GLITTER #pragma once // System Headers #include <assimp/Importer.hpp> #include <assimp/postprocess.h> #include <assimp/scene.h> #include <btBulletDynamicsCommon.h> #include <glad/glad.h> #include <glm/glm.hpp> #include <glm/gtc/matrix_transform.hpp> #include <glm/gtc/...
24.230769
72
0.746032
gabrielrodriguesrocha
b45657b78fd435544b441cb78fc8c5b9c9ce44b4
147,876
cpp
C++
src/AutoSchedule.cpp
jrk/gradient-halide
c66610a8ac9a4241421c9eedb2f0fdae2e26a4b1
[ "MIT" ]
107
2018-08-16T05:32:52.000Z
2022-02-11T19:44:25.000Z
src/AutoSchedule.cpp
jrk/gradient-halide
c66610a8ac9a4241421c9eedb2f0fdae2e26a4b1
[ "MIT" ]
3
2018-11-04T05:09:32.000Z
2019-07-16T19:18:42.000Z
src/AutoSchedule.cpp
jrk/gradient-halide
c66610a8ac9a4241421c9eedb2f0fdae2e26a4b1
[ "MIT" ]
16
2018-08-21T09:45:13.000Z
2021-12-11T03:32:15.000Z
#include <algorithm> #include <regex> #include "AutoSchedule.h" #include "AutoScheduleUtils.h" #include "ExprUsesVar.h" #include "FindCalls.h" #include "Func.h" #include "IREquality.h" #include "Inline.h" #include "ParallelRVar.h" #include "RealizationOrder.h" #include "RegionCosts.h" #include "Scope.h" #include "Simp...
41.363916
113
0.57346
jrk
b45b35f0359a6a9d27c553b0c79426030e1966c2
9,840
hpp
C++
utilities/drv_imu_invensense_def.hpp
JerrySkywalker/HITSIC_Module
8123ae5de95dddaaf6e65d35881ce271f43dad6b
[ "Apache-2.0" ]
null
null
null
utilities/drv_imu_invensense_def.hpp
JerrySkywalker/HITSIC_Module
8123ae5de95dddaaf6e65d35881ce271f43dad6b
[ "Apache-2.0" ]
null
null
null
utilities/drv_imu_invensense_def.hpp
JerrySkywalker/HITSIC_Module
8123ae5de95dddaaf6e65d35881ce271f43dad6b
[ "Apache-2.0" ]
null
null
null
/** * Copyright 2018 - 2019 HITSIC * 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...
30.846395
75
0.617378
JerrySkywalker
b45b664660b3cd0a2319cf5c7c4a09eb52d88aae
751
hpp
C++
util/common.hpp
gballard/fast-matmul
7fc50cdaa48e3844cef4e05f48cce7cf73b43756
[ "BSD-2-Clause" ]
23
2015-05-28T06:51:30.000Z
2021-10-11T07:40:05.000Z
util/common.hpp
gballard/fast-matmul
7fc50cdaa48e3844cef4e05f48cce7cf73b43756
[ "BSD-2-Clause" ]
null
null
null
util/common.hpp
gballard/fast-matmul
7fc50cdaa48e3844cef4e05f48cce7cf73b43756
[ "BSD-2-Clause" ]
18
2015-07-25T16:49:35.000Z
2021-11-18T15:59:48.000Z
/** Copyright (c) 2014-2015, Sandia Corporation All rights reserved. This file is part of fast-matmul and is under the BSD 2-Clause License, which can be found in the LICENSE file in the root directory, or at http://opensource.org/licenses/BSD-2-Clause. */ #ifndef _COMMON_HPP_ #define _COMMON_HPP_ #...
19.763158
75
0.683089
gballard