hexsha
stringlengths
40
40
size
int64
19
11.4M
ext
stringclasses
13 values
lang
stringclasses
1 value
max_stars_repo_path
stringlengths
3
270
max_stars_repo_name
stringlengths
5
110
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
9
max_stars_count
float64
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
3
270
max_issues_repo_name
stringlengths
5
116
max_issues_repo_head_hexsha
stringlengths
40
78
max_issues_repo_licenses
listlengths
1
9
max_issues_count
float64
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
3
270
max_forks_repo_name
stringlengths
5
116
max_forks_repo_head_hexsha
stringlengths
40
78
max_forks_repo_licenses
listlengths
1
9
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringlengths
24
24
max_forks_repo_forks_event_max_datetime
stringlengths
24
24
content
stringlengths
19
11.4M
avg_line_length
float64
1.93
229k
max_line_length
int64
12
688k
alphanum_fraction
float64
0.07
0.99
matches
listlengths
1
10
ebbc339bf0e5777aaa57e473b13d2ae9d71ec356
6,165
cpp
C++
dali/integration-api/debug.cpp
smohantty/dali-core
b01725e68bf496872010ec0e148eaa848a582165
[ "Apache-2.0", "BSD-3-Clause" ]
21
2016-11-18T10:26:40.000Z
2021-11-02T09:46:15.000Z
dali/integration-api/debug.cpp
smohantty/dali-core
b01725e68bf496872010ec0e148eaa848a582165
[ "Apache-2.0", "BSD-3-Clause" ]
7
2016-10-18T17:39:12.000Z
2020-12-01T11:45:36.000Z
dali/integration-api/debug.cpp
smohantty/dali-core
b01725e68bf496872010ec0e148eaa848a582165
[ "Apache-2.0", "BSD-3-Clause" ]
16
2017-03-08T15:50:32.000Z
2021-05-24T06:58:10.000Z
/* * Copyright (c) 2020 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
24.176471
95
0.673642
[ "object" ]
ebc18e735174fcb64813c539b3913b969ee7e51b
1,289
cc
C++
Consolidation3/P96766.cc
srmeeseeks/PRO1-jutge-FIB
3af3d28c77ff14a5dbff20b1b5ddc4178462d8a1
[ "MIT" ]
null
null
null
Consolidation3/P96766.cc
srmeeseeks/PRO1-jutge-FIB
3af3d28c77ff14a5dbff20b1b5ddc4178462d8a1
[ "MIT" ]
null
null
null
Consolidation3/P96766.cc
srmeeseeks/PRO1-jutge-FIB
3af3d28c77ff14a5dbff20b1b5ddc4178462d8a1
[ "MIT" ]
null
null
null
//F011B. Palíndroms més llargs #include <iostream> #include <string> #include <vector> using namespace std; bool es_palindrom(const string& s){ int n = s.size(); for (int i = 0; i < n; ++i){ if (s[i] != s[n-1-i]) return false; } return true; } void omple(vector<string>& v){ for(int i =...
28.021739
70
0.324282
[ "vector" ]
ebc201e8fd7fa5789172d126406e4bf0153714d2
3,714
cpp
C++
range.example.cpp
badearobert/range
ddec92e44df8a8f9f021a03d3f92ec4b091f19de
[ "BSL-1.0" ]
null
null
null
range.example.cpp
badearobert/range
ddec92e44df8a8f9f021a03d3f92ec4b091f19de
[ "BSL-1.0" ]
null
null
null
range.example.cpp
badearobert/range
ddec92e44df8a8f9f021a03d3f92ec4b091f19de
[ "BSL-1.0" ]
null
null
null
// think-cell public library // // Copyright (C) 2016-2018 think-cell Software GmbH // // 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 "tc/range.h" #include "tc/format.h" #include "tc/make_c_str.h" #includ...
24.76
127
0.492461
[ "vector" ]
ebc78ed8ff4c0fde439f3e9ba6865fee44b97ab6
9,512
cpp
C++
test/unit/contrib/parallel/buffer_queue_parallel_test.cpp
joergi-w/seqan3
b757646eee3cddf1f2487db8f1c9f3576ee37391
[ "CC-BY-4.0", "CC0-1.0" ]
283
2017-03-14T23:43:33.000Z
2022-03-28T02:30:02.000Z
test/unit/contrib/parallel/buffer_queue_parallel_test.cpp
joergi-w/seqan3
b757646eee3cddf1f2487db8f1c9f3576ee37391
[ "CC-BY-4.0", "CC0-1.0" ]
2,754
2017-03-21T18:39:02.000Z
2022-03-31T13:26:15.000Z
test/unit/contrib/parallel/buffer_queue_parallel_test.cpp
joergi-w/seqan3
b757646eee3cddf1f2487db8f1c9f3576ee37391
[ "CC-BY-4.0", "CC0-1.0" ]
88
2017-03-20T12:43:42.000Z
2022-03-17T08:56:13.000Z
// ----------------------------------------------------------------------------------------------------- // Copyright (c) 2006-2021, Knut Reinert & Freie Universität Berlin // Copyright (c) 2016-2021, Knut Reinert & MPI für molekulare Genetik // This file may be used, modified and/or redistributed under the terms of th...
32.913495
118
0.574432
[ "vector" ]
ebc80844fccf6d3ae0feabbf739cd4ecf5f9a90b
6,248
cpp
C++
src/chroma/cpp/Sphere.cpp
bensteinert/chromarenderer
d29b1b080e7f7e4e8650eaa74f03752a07afdab8
[ "MIT" ]
null
null
null
src/chroma/cpp/Sphere.cpp
bensteinert/chromarenderer
d29b1b080e7f7e4e8650eaa74f03752a07afdab8
[ "MIT" ]
null
null
null
src/chroma/cpp/Sphere.cpp
bensteinert/chromarenderer
d29b1b080e7f7e4e8650eaa74f03752a07afdab8
[ "MIT" ]
1
2018-03-06T03:31:08.000Z
2018-03-06T03:31:08.000Z
#include <iostream> #include "Chroma.h" #include "Ray.h" #include "Sphere.h" #include "Hitpoint.h" #include "BoundingBox.h" #include "Sampler.h" Sphere::Sphere() : Primitive(&stdDiffuse, true, &stdAir), center(Vector3(0, 0, 0)), radius(0.0f) { area = 0.0f; } Sphere::Sphere(float coords[4], Material *ma...
27.768889
114
0.607875
[ "object", "transform" ]
ebc82b35c8b7340153220323d6f9e99b34e8527f
8,569
hpp
C++
paper/PerfEvent.hpp
fsolleza/fsst
11210fbe5a3978e661d0a391c8dde3f527dcb6fb
[ "MIT" ]
189
2020-03-03T15:37:44.000Z
2022-02-19T17:47:53.000Z
paper/PerfEvent.hpp
fsolleza/fsst
11210fbe5a3978e661d0a391c8dde3f527dcb6fb
[ "MIT" ]
5
2020-09-20T12:25:10.000Z
2021-12-02T07:10:39.000Z
paper/PerfEvent.hpp
fsolleza/fsst
11210fbe5a3978e661d0a391c8dde3f527dcb6fb
[ "MIT" ]
17
2020-08-12T02:56:22.000Z
2022-01-16T22:10:03.000Z
/* Copyright (c) 2018 Viktor Leis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, su...
31.855019
151
0.657486
[ "vector" ]
1b0b4b7bebec5a689eefce6fa9ddba245a5aa8cf
3,584
cpp
C++
samples/cpp/tutorial_code/ImgProc/morph_lines_detection/Morphology_3.cpp
paleozogt/opencv
c4b158ff91b2acb33252f4169ef0b24e0427e3e9
[ "BSD-3-Clause" ]
6
2018-03-08T09:06:31.000Z
2021-05-16T22:07:34.000Z
samples/cpp/tutorial_code/ImgProc/morph_lines_detection/Morphology_3.cpp
LiangYue1981816/ComputeVision-opencv
1f214d232daa6f6a4d0f297327e656f638e8e13a
[ "BSD-3-Clause" ]
1
2019-10-10T22:25:52.000Z
2019-10-10T22:25:52.000Z
samples/cpp/tutorial_code/ImgProc/morph_lines_detection/Morphology_3.cpp
LiangYue1981816/ComputeVision-opencv
1f214d232daa6f6a4d0f297327e656f638e8e13a
[ "BSD-3-Clause" ]
11
2016-03-20T18:32:24.000Z
2020-12-31T21:22:22.000Z
/** * @file Morphology_3(Extract_Lines).cpp * @brief Use morphology transformations for extracting horizontal and vertical lines sample code * @author OpenCV team */ #include <opencv2/opencv.hpp> void show_wait_destroy(const char* winname, cv::Mat img); using namespace std; using namespace cv; int main(int, cha...
25.971014
97
0.6476
[ "transform" ]
1b0c05e2db009a57abfecca51916096f8dee311f
10,034
hpp
C++
modules/core/include/virt86/platform/features.hpp
dmiller423/virt86
f6cedb78dc55b8ea1b8ca4b53209a58a49b5bd60
[ "MIT" ]
148
2019-02-19T11:05:28.000Z
2022-02-26T11:57:05.000Z
modules/core/include/virt86/platform/features.hpp
dmiller423/virt86
f6cedb78dc55b8ea1b8ca4b53209a58a49b5bd60
[ "MIT" ]
16
2019-02-19T02:51:48.000Z
2019-12-11T21:17:12.000Z
modules/core/include/virt86/platform/features.hpp
dmiller423/virt86
f6cedb78dc55b8ea1b8ca4b53209a58a49b5bd60
[ "MIT" ]
17
2019-02-19T04:05:33.000Z
2021-05-02T12:14:13.000Z
/* Contains definitions of the optional features exposed by a hypervisor platform. ------------------------------------------------------------------------------- MIT License Copyright (c) 2019 Ivan Roberto de Oliveira Permission is hereby granted, free of charge, to any person obtaining a copy of this software and a...
25.728205
96
0.617999
[ "vector" ]
1b0d7121c12169940f9d466a7589424dd86bd60b
2,450
cc
C++
ui/events/ozone/evdev/touch_filter/false_touch_finder.cc
zipated/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
ui/events/ozone/evdev/touch_filter/false_touch_finder.cc
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
ui/events/ozone/evdev/touch_filter/false_touch_finder.cc
cangulcan/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.000Z
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/events/ozone/evdev/touch_filter/false_touch_finder.h" #include "base/metrics/histogram_macros.h" #include "ui/events/event_utils.h" #include...
31.012658
87
0.753469
[ "vector" ]
1b1f31d6988baf6def2dcc53dbf5ed1439c6758c
607
cpp
C++
Algorithms/LC/cpp/0026 Remove Duplicates from Sorted Array/LC0026.cpp
tjzhym/LeetCode-solution
06bd35bae619caaf8153b81849dae9dcc7bc9491
[ "MIT" ]
null
null
null
Algorithms/LC/cpp/0026 Remove Duplicates from Sorted Array/LC0026.cpp
tjzhym/LeetCode-solution
06bd35bae619caaf8153b81849dae9dcc7bc9491
[ "MIT" ]
null
null
null
Algorithms/LC/cpp/0026 Remove Duplicates from Sorted Array/LC0026.cpp
tjzhym/LeetCode-solution
06bd35bae619caaf8153b81849dae9dcc7bc9491
[ "MIT" ]
null
null
null
// Problem : https://leetcode.com/problems/remove-duplicates-from-sorted-array/ // Solution: https://github.com/tjzhym/LeetCode-solution // Author : zhym (tjzhym) // Date : 2021-9-10 #include <vector> class Solution { public: int removeDuplicates(vector<int>& nums) { int numIndex = 1; ...
24.28
82
0.527183
[ "vector" ]
1b23ec9b0afdd479e530e9adcedd098cbcf8cd10
163
hh
C++
tests/Dispatch/Order.hh
GroovyCarrot/hhvm-event-dispatcher
0140f298c06ce60eeb2f07e7cc1f95aeca5ca853
[ "MIT" ]
null
null
null
tests/Dispatch/Order.hh
GroovyCarrot/hhvm-event-dispatcher
0140f298c06ce60eeb2f07e7cc1f95aeca5ca853
[ "MIT" ]
null
null
null
tests/Dispatch/Order.hh
GroovyCarrot/hhvm-event-dispatcher
0140f298c06ce60eeb2f07e7cc1f95aeca5ca853
[ "MIT" ]
null
null
null
<?hh // strict namespace Tests\GroovyCarrot\Event\Dispatch; class Order { public function __construct( public Vector<string> $items, ) { } }
13.583333
44
0.644172
[ "vector" ]
1b2d1317da351cb6921f5457d223da28b43dcdb6
12,800
cpp
C++
Source.cpp
hack-jp/Shader2gif
775c24e3f737db6803b940acd89ab337a7a4c3b6
[ "MIT" ]
1
2021-12-15T02:52:54.000Z
2021-12-15T02:52:54.000Z
Source.cpp
hack-jp/Shader2gif
775c24e3f737db6803b940acd89ab337a7a4c3b6
[ "MIT" ]
null
null
null
Source.cpp
hack-jp/Shader2gif
775c24e3f737db6803b940acd89ab337a7a4c3b6
[ "MIT" ]
null
null
null
#ifndef UNICODE #define UNICODE #endif #pragma comment(lib, "gdiplus") #pragma comment(lib, "glew32s") #pragma comment(lib, "shlwapi") #define GLEW_STATIC #include <vector> #include <string> #include <windows.h> #include <shlwapi.h> #include <gdiplus.h> #include <richedit.h> #include <math.h> #include <GL/glew.h> #...
29.767442
157
0.701016
[ "vector" ]
1b2ec71051e056490d8071573dc3cfde4a941049
13,316
cpp
C++
src/sha1.cpp
503387955/ciyam
630149b406cad12d9fb8bced502240791335d48c
[ "MIT" ]
1
2021-09-15T12:32:29.000Z
2021-09-15T12:32:29.000Z
src/sha1.cpp
503387955/ciyam
630149b406cad12d9fb8bced502240791335d48c
[ "MIT" ]
null
null
null
src/sha1.cpp
503387955/ciyam
630149b406cad12d9fb8bced502240791335d48c
[ "MIT" ]
null
null
null
// Copyright (c) 2007-2012 CIYAM Pty. Ltd. ACN 093 704 539 // Copyright (c) 2012-2021 CIYAM Developers // // Distributed under the MIT/X11 software license, please refer to the file license.txt // in the root project directory or http://www.opensource.org/licenses/mit-license.php. #ifdef PRECOMPILE_H # include "preco...
28.392324
105
0.535671
[ "transform" ]
1b32ae27326adcd5d051e3f0024dc655544269d5
1,727
cpp
C++
341.cpp
felikjunvianto/kfile-uvaoj-submissions
5bd8b3b413ca8523abe412b0a0545f766f70ce63
[ "MIT" ]
null
null
null
341.cpp
felikjunvianto/kfile-uvaoj-submissions
5bd8b3b413ca8523abe412b0a0545f766f70ce63
[ "MIT" ]
null
null
null
341.cpp
felikjunvianto/kfile-uvaoj-submissions
5bd8b3b413ca8523abe412b0a0545f766f70ce63
[ "MIT" ]
null
null
null
#include <cstdio> #include <cmath> #include <iostream> #include <string> #include <cstring> #include <algorithm> #include <vector> #include <utility> #include <stack> #include <queue> #include <map> #define fi first #define se second #define pb push_back #define mp make_pair #define pi 2*acos(0.0) #de...
17.09901
59
0.55414
[ "vector" ]
1b3850e8bbcaea1305baaabbb869ebdac388913c
6,132
cpp
C++
design-hashmap.cpp
cfriedt/leetcode
ad15031b407b895f12704897eb81042d7d56d07d
[ "MIT" ]
1
2021-01-20T16:04:54.000Z
2021-01-20T16:04:54.000Z
design-hashmap.cpp
cfriedt/leetcode
ad15031b407b895f12704897eb81042d7d56d07d
[ "MIT" ]
293
2018-11-29T14:54:29.000Z
2021-01-29T16:07:26.000Z
design-hashmap.cpp
cfriedt/leetcode
ad15031b407b895f12704897eb81042d7d56d07d
[ "MIT" ]
1
2020-11-10T10:49:12.000Z
2020-11-10T10:49:12.000Z
/* * Copyright (c) 2018 Christopher Friedt * * SPDX-License-Identifier: MIT */ #include <functional> #include <utility> #include <vector> using namespace std; class MyHashMap { public: // https://leetcode.com/problems/design-hashset MyHashMap() : n_items(0), buckets(bucket_block_size, nullptr) {} void pu...
25.443983
80
0.596217
[ "vector" ]
1b39870ea365e626e041e9db3359e31ebf414bc8
13,736
cc
C++
third_party/webrtc/src/chromium/src/chromecast/media/cma/pipeline/media_pipeline_impl.cc
bopopescu/webrtc-streaming-node
727a441204344ff596401b0253caac372b714d91
[ "MIT" ]
8
2016-02-08T11:59:31.000Z
2020-05-31T15:19:54.000Z
third_party/webrtc/src/chromium/src/chromecast/media/cma/pipeline/media_pipeline_impl.cc
bopopescu/webrtc-streaming-node
727a441204344ff596401b0253caac372b714d91
[ "MIT" ]
1
2021-05-05T11:11:31.000Z
2021-05-05T11:11:31.000Z
third_party/webrtc/src/chromium/src/chromecast/media/cma/pipeline/media_pipeline_impl.cc
bopopescu/webrtc-streaming-node
727a441204344ff596401b0253caac372b714d91
[ "MIT" ]
7
2016-02-09T09:28:14.000Z
2020-07-25T19:03:36.000Z
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chromecast/media/cma/pipeline/media_pipeline_impl.h" #include "base/bind.h" #include "base/callback.h" #include "base/callback_helpers.h" #incl...
35.040816
80
0.749418
[ "vector" ]
1b3cea4de424d386c787879cc321b5b26a0d4aff
18,413
cpp
C++
lib/mayaUsd/ufe/UsdAttribute.cpp
ika-rporter/maya-usd
8f216a4fb955fc44c0abda55caa53ed295aaa625
[ "Apache-2.0" ]
3
2020-03-18T10:11:32.000Z
2020-05-27T08:52:26.000Z
lib/mayaUsd/ufe/UsdAttribute.cpp
ika-rporter/maya-usd
8f216a4fb955fc44c0abda55caa53ed295aaa625
[ "Apache-2.0" ]
null
null
null
lib/mayaUsd/ufe/UsdAttribute.cpp
ika-rporter/maya-usd
8f216a4fb955fc44c0abda55caa53ed295aaa625
[ "Apache-2.0" ]
2
2020-03-18T10:11:46.000Z
2021-02-20T06:45:47.000Z
// // Copyright 2019 Autodesk // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
33.236462
100
0.593005
[ "vector" ]
1b3cfc764825a4ee89dd4afe7c7325ca456adf72
13,843
cpp
C++
src/engines/ioda/src/ioda/Engines/HH/HH-util.cpp
NOAA-EMC/ioda
366ce1aa4572dde7f3f15862a2970f3dd3c82369
[ "Apache-2.0" ]
null
null
null
src/engines/ioda/src/ioda/Engines/HH/HH-util.cpp
NOAA-EMC/ioda
366ce1aa4572dde7f3f15862a2970f3dd3c82369
[ "Apache-2.0" ]
null
null
null
src/engines/ioda/src/ioda/Engines/HH/HH-util.cpp
NOAA-EMC/ioda
366ce1aa4572dde7f3f15862a2970f3dd3c82369
[ "Apache-2.0" ]
null
null
null
/* * (C) Copyright 2020-2021 UCAR * * This software is licensed under the terms of the Apache Licence Version 2.0 * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. */ /*! \addtogroup ioda_internals_engines_hh * * @{ * \file HH-util.cpp * \brief HDF5 utility functions. */ #include "./HH/H...
42.46319
117
0.693925
[ "object", "vector" ]
1b3dc380397e299a857d1008a7e6eff12650e5f3
6,056
cpp
C++
src/hdt.cpp
svakulenk0/pyHDT
1ec234d0306914da53f4b0800394d3b8800ba871
[ "MIT" ]
null
null
null
src/hdt.cpp
svakulenk0/pyHDT
1ec234d0306914da53f4b0800394d3b8800ba871
[ "MIT" ]
null
null
null
src/hdt.cpp
svakulenk0/pyHDT
1ec234d0306914da53f4b0800394d3b8800ba871
[ "MIT" ]
1
2020-06-20T12:40:04.000Z
2020-06-20T12:40:04.000Z
#include <pybind11/pybind11.h> #include <pybind11/stl.h> #include "docstrings.hpp" #include "hdt_document.hpp" #include "triple_iterator.hpp" #include "tripleid_iterator.hpp" #include "join_iterator.hpp" namespace py = pybind11; PYBIND11_MODULE(hdt, m) { m.doc() = MODULE_DOC; py::class_<TripleIterator>(m, "Trip...
53.59292
83
0.673217
[ "object" ]
1b3ea1d1d7065a4677f86413cd5e0f3f6c24d524
5,549
hxx
C++
include/seglib/cgp2d/cells/cell1.hxx
DerThorsten/seglib
4655079e390e301dd93e53f5beed6c9737d6df9f
[ "MIT" ]
null
null
null
include/seglib/cgp2d/cells/cell1.hxx
DerThorsten/seglib
4655079e390e301dd93e53f5beed6c9737d6df9f
[ "MIT" ]
null
null
null
include/seglib/cgp2d/cells/cell1.hxx
DerThorsten/seglib
4655079e390e301dd93e53f5beed6c9737d6df9f
[ "MIT" ]
null
null
null
#ifndef CGP2D_CELL_1_HXX #define CGP2D_CELL_1_HXX /* std library */ #include <set> #include <vector> #include <iostream> #include <algorithm> #include <cmath> #include <deque> #include <map> #include <stdexcept> #include <sstream> /* vigra */ #include <vigra/multi_array.hxx> #include <vigra/tinyvector.hxx> #include <...
31
89
0.452874
[ "vector" ]
1b3ea20cb0f4e03bdaad44e6476cfdd0608046eb
40,515
cpp
C++
tests/unit/execution_tree/primitives/not_equal_operation.cpp
rtohid/phylanx
c2e4e8e531c204a70b1907995b1fd467870e6d9d
[ "BSL-1.0" ]
null
null
null
tests/unit/execution_tree/primitives/not_equal_operation.cpp
rtohid/phylanx
c2e4e8e531c204a70b1907995b1fd467870e6d9d
[ "BSL-1.0" ]
null
null
null
tests/unit/execution_tree/primitives/not_equal_operation.cpp
rtohid/phylanx
c2e4e8e531c204a70b1907995b1fd467870e6d9d
[ "BSL-1.0" ]
null
null
null
// Copyright (c) 2017 Hartmut Kaiser // // 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 <phylanx/phylanx.hpp> #include <hpx/hpx_main.hpp> #include <hpx/include/lcos.hpp> #include <hpx/util/lightweig...
39.995064
81
0.672566
[ "vector" ]
1b45a056343b3d569b2c8ecd950e29221140750c
1,234
cpp
C++
HackerRank/SpecialNumbers.cpp
aajjbb/contest-files
b8842681b96017063a7baeac52ae1318bf59d74d
[ "Apache-2.0" ]
1
2018-08-28T19:58:40.000Z
2018-08-28T19:58:40.000Z
HackerRank/SpecialNumbers.cpp
aajjbb/contest-files
b8842681b96017063a7baeac52ae1318bf59d74d
[ "Apache-2.0" ]
2
2017-04-16T00:48:05.000Z
2017-08-03T20:12:26.000Z
HackerRank/SpecialNumbers.cpp
aajjbb/contest-files
b8842681b96017063a7baeac52ae1318bf59d74d
[ "Apache-2.0" ]
4
2016-03-04T19:42:00.000Z
2018-01-08T11:42:00.000Z
#include <bits/stdc++.h> template<typename T> T gcd(T a, T b) { if(!b) return a; return gcd(b, a % b); } template<typename T> T lcm(T a, T b) { return a * b / gcd(a, b); } template<typename T> void chmin(T& a, T b) { a = (a > b) ? b : a; } template<typename T> void chmax(T& a, T b) { a = (a < b) ? b : a; ...
16.453333
67
0.484603
[ "vector" ]
1b48ef93c61b0b2e6c9aceead68e3b3170a34d7c
4,352
hpp
C++
mpl_test_node/src/example-utils.hpp
uzh-rpg/rpg_mpl_ros
9567bafc43929a8cd2929be060c2a75dcb6dfc25
[ "Apache-2.0" ]
2
2022-02-09T20:21:24.000Z
2022-03-19T07:39:19.000Z
mpl_test_node/src/example-utils.hpp
uzh-rpg/rpg_mpl_ros
9567bafc43929a8cd2929be060c2a75dcb6dfc25
[ "Apache-2.0" ]
1
2021-11-10T13:08:47.000Z
2022-02-28T03:17:07.000Z
mpl_test_node/src/example-utils.hpp
uzh-rpg/rpg_mpl_ros
9567bafc43929a8cd2929be060c2a75dcb6dfc25
[ "Apache-2.0" ]
null
null
null
// This software is in the public domain. Where that dedication is not // recognized, you are granted a perpetual, irrevocable license to copy, // distribute, and modify this file as you see fit. // https://github.com/ddiakopoulos/tinyply // This file is only required for the example and test programs. #pragma once ...
35.096774
171
0.56296
[ "geometry", "vector" ]
1b49549aa32cdc1c5c1e3881dae74974e25209e6
7,420
cpp
C++
TE-1/PL-2/ethereal/libcrafter-master/libcrafter/crafter/Utils/ARPSpoofingRequest.cpp
Adityajn/College-Codes
f40e1eee53b951f2101981230fc72201081fd5f7
[ "Unlicense" ]
1
2017-02-22T18:22:39.000Z
2017-02-22T18:22:39.000Z
TE-1/PL-2/ethereal/libcrafter-master/libcrafter/crafter/Utils/ARPSpoofingRequest.cpp
Adityajn/College-Codes
f40e1eee53b951f2101981230fc72201081fd5f7
[ "Unlicense" ]
null
null
null
TE-1/PL-2/ethereal/libcrafter-master/libcrafter/crafter/Utils/ARPSpoofingRequest.cpp
Adityajn/College-Codes
f40e1eee53b951f2101981230fc72201081fd5f7
[ "Unlicense" ]
null
null
null
/* Copyright (c) 2012, Esteban Pellegrino All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and th...
30.916667
124
0.705526
[ "object", "vector" ]
1b4a9e60800b78d60682d0931f5697ac01fbd207
3,766
cpp
C++
src/main/cpp/states/ballrelease/BallReleaseStateMgr.cpp
witcpalek/BetaTest2022
4f6601cdd9a14cec0c8c2b3b08ede209ace37e47
[ "BSD-3-Clause", "MIT" ]
null
null
null
src/main/cpp/states/ballrelease/BallReleaseStateMgr.cpp
witcpalek/BetaTest2022
4f6601cdd9a14cec0c8c2b3b08ede209ace37e47
[ "BSD-3-Clause", "MIT" ]
null
null
null
src/main/cpp/states/ballrelease/BallReleaseStateMgr.cpp
witcpalek/BetaTest2022
4f6601cdd9a14cec0c8c2b3b08ede209ace37e47
[ "BSD-3-Clause", "MIT" ]
null
null
null
//==================================================================================================================================================== // Copyright 2022 Lake Orion Robotics FIRST Team 302 // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associat...
39.642105
152
0.655603
[ "vector" ]
1b4bc5b33f6012cafb6032dce0f06b9e5f498c40
629
cpp
C++
Dataset/Leetcode/train/102/823.cpp
kkcookies99/UAST
fff81885aa07901786141a71e5600a08d7cb4868
[ "MIT" ]
null
null
null
Dataset/Leetcode/train/102/823.cpp
kkcookies99/UAST
fff81885aa07901786141a71e5600a08d7cb4868
[ "MIT" ]
null
null
null
Dataset/Leetcode/train/102/823.cpp
kkcookies99/UAST
fff81885aa07901786141a71e5600a08d7cb4868
[ "MIT" ]
null
null
null
class Solution { public: vector<vector<int>> XXX(TreeNode* root) { vector<vector<int>> ans; if(root==NULL) return ans; queue<TreeNode*> qnt; qnt.push(root); while(!qnt.empty()){ int count = qnt.size(); vector<int> tmp; while(coun...
25.16
55
0.440382
[ "vector" ]
1b4c76e2e37f24793ed81fd9651c28bdd9e9bb64
887
hpp
C++
Typon/src/tools.hpp
ihsuy/Typon
55aa2d82ed3aecf10b88891e5b962daf5944b6f3
[ "MIT" ]
65
2019-03-06T15:47:27.000Z
2022-03-05T09:14:29.000Z
Typon/src/tools.hpp
ihsuy/Typon
55aa2d82ed3aecf10b88891e5b962daf5944b6f3
[ "MIT" ]
null
null
null
Typon/src/tools.hpp
ihsuy/Typon
55aa2d82ed3aecf10b88891e5b962daf5944b6f3
[ "MIT" ]
5
2019-04-11T01:15:04.000Z
2021-11-21T18:57:47.000Z
#ifndef tools_hpp #define tools_hpp #include <ncurses.h> #include <cassert> #include <iomanip> #include <iostream> #include <sstream> #include <string> #include <vector> using namespace std; bool isShifted(const int& key); string d_to_string(const double& d, const int& decimal); double s_to_double(const string& s...
21.634146
70
0.648253
[ "vector" ]
1b4d1e2d73de7d5e0369cbe610c22e57563b1f80
13,055
cpp
C++
vkconfig/dialog_applications.cpp
val-verde/lunarg-vulkan-tools
25a5b6544449281e90e39a6368730f809eef747a
[ "Apache-2.0" ]
null
null
null
vkconfig/dialog_applications.cpp
val-verde/lunarg-vulkan-tools
25a5b6544449281e90e39a6368730f809eef747a
[ "Apache-2.0" ]
null
null
null
vkconfig/dialog_applications.cpp
val-verde/lunarg-vulkan-tools
25a5b6544449281e90e39a6368730f809eef747a
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2020-2021 Valve Corporation * Copyright (c) 2020-2021 LunarG, 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...
44.556314
130
0.729529
[ "geometry", "vector" ]
1b4d57efe32f77c138d30c239642952f5d5c9e85
22,100
cpp
C++
lib/djvViewApp/AboutDialog.cpp
pafri/DJV
9db15673b6b03ad3743f57119118261b1fbe8810
[ "BSD-3-Clause" ]
456
2018-10-06T00:07:14.000Z
2022-03-31T06:14:22.000Z
lib/djvViewApp/AboutDialog.cpp
pafri/DJV
9db15673b6b03ad3743f57119118261b1fbe8810
[ "BSD-3-Clause" ]
438
2018-10-31T15:05:51.000Z
2022-03-31T09:01:24.000Z
lib/djvViewApp/AboutDialog.cpp
pafri/DJV
9db15673b6b03ad3743f57119118261b1fbe8810
[ "BSD-3-Clause" ]
54
2018-10-29T10:18:36.000Z
2022-03-23T06:56:11.000Z
// SPDX-License-Identifier: BSD-3-Clause // Copyright (c) 2004-2020 Darby Johnston // All rights reserved. #include <djvViewApp/AboutDialog.h> #include <djvUI/Label.h> #include <djvUI/GridLayout.h> #include <djvUI/RowLayout.h> #include <djvUI/ScrollWidget.h> #include <djvUI/TextBlock.h> #include <djvSystem/Context.h...
54.83871
119
0.59733
[ "vector" ]
1b52a019d36ce93c843f92917e239489802c88fc
1,697
cc
C++
elasticsearch/src/model/ListDataStreamsRequest.cc
aliyun/aliyun-openapi-cpp-sdk
0cf5861ece17dfb0bb251f13bf3fbdb39c0c6e36
[ "Apache-2.0" ]
89
2018-02-02T03:54:39.000Z
2021-12-13T01:32:55.000Z
elasticsearch/src/model/ListDataStreamsRequest.cc
aliyun/aliyun-openapi-cpp-sdk
0cf5861ece17dfb0bb251f13bf3fbdb39c0c6e36
[ "Apache-2.0" ]
89
2018-03-14T07:44:54.000Z
2021-11-26T07:43:25.000Z
elasticsearch/src/model/ListDataStreamsRequest.cc
aliyun/aliyun-openapi-cpp-sdk
0cf5861ece17dfb0bb251f13bf3fbdb39c0c6e36
[ "Apache-2.0" ]
69
2018-01-22T09:45:52.000Z
2022-03-28T07:58:38.000Z
/* * Copyright 2009-2017 Alibaba Cloud 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...
26.515625
75
0.748379
[ "model" ]
1b5635ae55ee138fa1bebc4198dd77478713c7a4
3,255
cc
C++
squim/ioutil/file_util.cc
baranov1ch/squim
5bde052735e0dac7c87e8f7939d0168e6ee05857
[ "Apache-2.0" ]
2
2016-05-06T01:15:49.000Z
2016-05-06T01:29:00.000Z
squim/ioutil/file_util.cc
baranov1ch/squim
5bde052735e0dac7c87e8f7939d0168e6ee05857
[ "Apache-2.0" ]
null
null
null
squim/ioutil/file_util.cc
baranov1ch/squim
5bde052735e0dac7c87e8f7939d0168e6ee05857
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2016 Alexey Baranov <me@kotiki.cc>. 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 re...
30.707547
80
0.661444
[ "vector" ]
1b58b02ba9a23e04a8d8640c40ffa6b81a262af3
934
cpp
C++
221. Maximal Square.cpp
rajeev-ranjan-au6/Leetcode_Cpp
f64cd98ab96ec110f1c21393f418acf7d88473e8
[ "MIT" ]
3
2020-12-30T00:29:59.000Z
2021-01-24T22:43:04.000Z
221. Maximal Square.cpp
rajeevranjancom/Leetcode_Cpp
f64cd98ab96ec110f1c21393f418acf7d88473e8
[ "MIT" ]
null
null
null
221. Maximal Square.cpp
rajeevranjancom/Leetcode_Cpp
f64cd98ab96ec110f1c21393f418acf7d88473e8
[ "MIT" ]
null
null
null
// See detailed explanation in discuss. class Solution { public: int maximalSquare(vector<vector<char>>& matrix) { if(matrix.size() == 0 || matrix[0].size() == 0) return 0; int maxSquare = 0; for(int i = 0; i < matrix.size(); i++) for(int j = 0; j < matrix[0].size(); j++) ...
33.357143
93
0.445396
[ "vector" ]
1b5a2aae685482717f62118105e3c833f6422dc3
2,118
cpp
C++
C++/1275.cpp
rakhi2001/ecom7
73790d44605fbd51e8f7e804b9808e364fcfc680
[ "MIT" ]
854
2018-11-09T08:06:16.000Z
2022-03-31T06:05:53.000Z
C++/1275.cpp
rakhi2001/ecom7
73790d44605fbd51e8f7e804b9808e364fcfc680
[ "MIT" ]
29
2019-06-02T05:02:25.000Z
2021-11-15T04:09:37.000Z
C++/1275.cpp
rakhi2001/ecom7
73790d44605fbd51e8f7e804b9808e364fcfc680
[ "MIT" ]
347
2018-12-23T01:57:37.000Z
2022-03-12T14:51:21.000Z
__________________________________________________________________________________________________ sample 0 ms submission class Solution { public: string tictactoe(vector<vector<int>>& moves) { vector<vector<int>> vec(3, vector<int>(3, 0)); for (int i = 0; i < moves.size(); i++) { ...
29.830986
98
0.448064
[ "vector" ]
1b5d046c75b0b4bc6f3499aa98a56551247a3046
14,111
cpp
C++
submodules/hal/extract/tests/hal4dExtractTest.cpp
pbasting/cactus
833d8ca015deecdfa5d0aca01211632cdaca9e58
[ "MIT-0" ]
null
null
null
submodules/hal/extract/tests/hal4dExtractTest.cpp
pbasting/cactus
833d8ca015deecdfa5d0aca01211632cdaca9e58
[ "MIT-0" ]
null
null
null
submodules/hal/extract/tests/hal4dExtractTest.cpp
pbasting/cactus
833d8ca015deecdfa5d0aca01211632cdaca9e58
[ "MIT-0" ]
null
null
null
#include "hal.h" #include "hal4dExtract.h" #include "hal4dExtractTest.h" using namespace std; using namespace hal; void ConservedBed4dExtractTest::createCallBack(AlignmentPtr alignment) { Genome *root = alignment->addRootGenome("root"); Genome *leaf1 = alignment->addLeafGenome("leaf1", "root", 1); Genome *leaf2...
47.996599
407
0.758274
[ "vector" ]
1b60220d643452a5136335d0ea430e420e1979c2
8,281
cpp
C++
application/MainWindow.cpp
momantang/learning
81b6447ebb96933576de36df09388d3a904319dc
[ "Unlicense" ]
null
null
null
application/MainWindow.cpp
momantang/learning
81b6447ebb96933576de36df09388d3a904319dc
[ "Unlicense" ]
null
null
null
application/MainWindow.cpp
momantang/learning
81b6447ebb96933576de36df09388d3a904319dc
[ "Unlicense" ]
null
null
null
#include "MainWindow.h" #include <QtWidgets> MainWindow::MainWindow(QWidget *parent):QMainWindow(parent),textEdit(new QPlainTextEdit) { setCentralWidget(textEdit); createActions(); createStatusBar(); readSettings(); connect(textEdit->document(), &QTextDocument::contentsChange, this, &MainWindow::documentWasModifie...
28.359589
212
0.728777
[ "geometry" ]
1b6436c4df546c621adef7743536e5f31dd094f7
680
hpp
C++
src/final/__unused/StereoCalibration.hpp
messo/diploma
e4fcf947482eec77d7426e97563a0d55d266bf2e
[ "MIT" ]
1
2016-03-08T19:19:39.000Z
2016-03-08T19:19:39.000Z
src/final/__unused/StereoCalibration.hpp
messo/diploma
e4fcf947482eec77d7426e97563a0d55d266bf2e
[ "MIT" ]
null
null
null
src/final/__unused/StereoCalibration.hpp
messo/diploma
e4fcf947482eec77d7426e97563a0d55d266bf2e
[ "MIT" ]
null
null
null
#pragma once #include <string> #include <iostream> #include <opencv2/calib3d/calib3d.hpp> #include <opencv2/highgui/highgui.hpp> #include <opencv2/imgproc/imgproc.hpp> #include "../camera/StereoCamera.hpp" class StereoCamera; class StereoCalibration { std::vector<cv::Mat> images; cv::Size imageSize; publ...
19.428571
84
0.683824
[ "vector" ]
1b697986f6bc684893b261bed37b4eb985fcded0
7,781
cpp
C++
src/core/impl/graph/var_node_mem_mgr/static_mem_alloc/interval_move.cpp
jonrzhang/MegEngine
94b72022156a068d3e87bceed7e1c7ae77dada16
[ "Apache-2.0" ]
3
2020-10-23T06:33:57.000Z
2020-10-23T06:34:06.000Z
src/core/impl/graph/var_node_mem_mgr/static_mem_alloc/interval_move.cpp
yang-shuohao/MegEngine
2e8742086563ea442c357b14560245c54e0aa0a3
[ "Apache-2.0" ]
null
null
null
src/core/impl/graph/var_node_mem_mgr/static_mem_alloc/interval_move.cpp
yang-shuohao/MegEngine
2e8742086563ea442c357b14560245c54e0aa0a3
[ "Apache-2.0" ]
1
2022-02-21T10:41:55.000Z
2022-02-21T10:41:55.000Z
/** * \file src/core/impl/graph/var_node_mem_mgr/static_mem_alloc/interval_move.cpp * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") * * Copyright (c) 2014-2020 Megvii Inc. All rights reserved. * * Unless required by applicable law or agreed to in writing, * software distributed unde...
33.252137
89
0.600565
[ "vector" ]
1b758f37f67a8ab232faf365182b0051cceed0ce
2,871
cpp
C++
src/autoxtime/codec/FarmtekCodec.cpp
nmaludy/autoxtime
c4c2603a6990ef3cfddaa1bfab14e48bc81ec2a3
[ "Apache-2.0" ]
null
null
null
src/autoxtime/codec/FarmtekCodec.cpp
nmaludy/autoxtime
c4c2603a6990ef3cfddaa1bfab14e48bc81ec2a3
[ "Apache-2.0" ]
4
2021-02-23T20:56:42.000Z
2021-04-03T01:56:08.000Z
src/autoxtime/codec/FarmtekCodec.cpp
nmaludy/autoxtime
c4c2603a6990ef3cfddaa1bfab14e48bc81ec2a3
[ "Apache-2.0" ]
null
null
null
#include <autoxtime/codec/FarmtekCodec.h> #include <autoxtime/transport/ITransport.h> #include <autoxtime/log/Log.h> AUTOXTIME_NAMESPACE_BEG // 13 byte fixed format message // First character is either B or R (although some modes of the Polaris unit may also give you a S and F, Start finish) // 2 signals are sent whe...
37.776316
119
0.656566
[ "object" ]
1b782469e18c89d097d754057bc179dee3befb0e
3,425
cpp
C++
src/cppad.git/cppad_ipopt/example/ode_check.cpp
yinzixuan126/my_udacity
cada1bc047cd21282b008a0eb85a1df52fd94034
[ "MIT" ]
1
2019-11-05T02:23:47.000Z
2019-11-05T02:23:47.000Z
src/cppad.git/cppad_ipopt/example/ode_check.cpp
yinzixuan126/my_udacity
cada1bc047cd21282b008a0eb85a1df52fd94034
[ "MIT" ]
null
null
null
src/cppad.git/cppad_ipopt/example/ode_check.cpp
yinzixuan126/my_udacity
cada1bc047cd21282b008a0eb85a1df52fd94034
[ "MIT" ]
1
2019-11-05T02:23:51.000Z
2019-11-05T02:23:51.000Z
/* -------------------------------------------------------------------------- CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-17 Bradley M. Bell CppAD is distributed under the terms of the Eclipse Public License Version 2.0. This Source Code may also be made available under the following Secon...
31.422018
79
0.554453
[ "object" ]
1b7cd78be6176d040300e1cc0f6d10fe8f19a54e
25,023
cpp
C++
test/hipcub/test_hipcub_util_ptx.cpp
lawruble13/hipCUB
3c8f379fe78d5317a319cb53e09bea3a04c3e9a5
[ "BSD-3-Clause" ]
null
null
null
test/hipcub/test_hipcub_util_ptx.cpp
lawruble13/hipCUB
3c8f379fe78d5317a319cb53e09bea3a04c3e9a5
[ "BSD-3-Clause" ]
null
null
null
test/hipcub/test_hipcub_util_ptx.cpp
lawruble13/hipCUB
3c8f379fe78d5317a319cb53e09bea3a04c3e9a5
[ "BSD-3-Clause" ]
null
null
null
// MIT License // // Copyright (c) 2017-2020 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 lim...
35.046218
139
0.589857
[ "vector" ]
1b8295b4b0c7d943becd617a36192ed7a61e6ad5
437
cpp
C++
algorithmic_toolbox/greedy_algorithms/different_summands.cpp
thegauravparmar/dsa-coursera-assignments
4e5261588547ea7a9ea139010ecb9a2c69ddf333
[ "MIT" ]
null
null
null
algorithmic_toolbox/greedy_algorithms/different_summands.cpp
thegauravparmar/dsa-coursera-assignments
4e5261588547ea7a9ea139010ecb9a2c69ddf333
[ "MIT" ]
null
null
null
algorithmic_toolbox/greedy_algorithms/different_summands.cpp
thegauravparmar/dsa-coursera-assignments
4e5261588547ea7a9ea139010ecb9a2c69ddf333
[ "MIT" ]
null
null
null
#include <bits/stdc++.h> #define int long long #define pb push_back #define print(v) \ for (auto &i : v) \ cout << i << ' ' using namespace std; typedef vector<int> ints; int32_t main() { int n, c(1); cin >> n; ints v; while (n) { v.pb(c); n -= c++; if (c > n) { ...
18.208333
29
0.439359
[ "vector" ]
1b8436748e8d26d9c493e3200dbde414bf34b449
1,036
cpp
C++
src/process.cpp
claymore2000/CppND-System-Monitor
e978d41a913fcf50936cf279a62b82daf782215b
[ "MIT" ]
null
null
null
src/process.cpp
claymore2000/CppND-System-Monitor
e978d41a913fcf50936cf279a62b82daf782215b
[ "MIT" ]
null
null
null
src/process.cpp
claymore2000/CppND-System-Monitor
e978d41a913fcf50936cf279a62b82daf782215b
[ "MIT" ]
null
null
null
#include <unistd.h> #include <cctype> #include <sstream> #include <string> #include <vector> #include "process.h" #include "linux_parser.h" using std::string; using std::to_string; using std::vector; // "factory" method void Process::ObtainInfo(int tPid) { SetPid(tPid); SetUser(LinuxParser::User(LinuxParser::Uid...
20.313725
54
0.682432
[ "vector" ]
1b86c738bbb62d54b6169dca0d5de4e4759be1cd
3,317
hpp
C++
include/openpose/core/macros.hpp
meiwanlanjun/openpose
71078eb1b7571789c7589cf6c8de1786c3227a90
[ "DOC", "MIT-CMU" ]
43
2018-07-07T02:40:22.000Z
2020-12-17T08:18:18.000Z
include/openpose/core/macros.hpp
meiwanlanjun/openpose
71078eb1b7571789c7589cf6c8de1786c3227a90
[ "DOC", "MIT-CMU" ]
2
2018-10-09T13:46:10.000Z
2020-07-29T19:20:29.000Z
include/openpose/core/macros.hpp
meiwanlanjun/openpose
71078eb1b7571789c7589cf6c8de1786c3227a90
[ "DOC", "MIT-CMU" ]
26
2017-08-26T04:08:26.000Z
2022-02-08T09:34:05.000Z
#ifndef OPENPOSE_CORE_MACROS_HPP #define OPENPOSE_CORE_MACROS_HPP #include <memory> // std::shared_ptr #include <ostream> #include <string> #include <vector> // OpenPose name and version const std::string OPEN_POSE_NAME_STRING = "OpenPose"; const std::string OPEN_POSE_VERSION_STRING = "1.3.0"; const std::string OPEN_...
38.569767
116
0.770576
[ "vector" ]
1b87dc497a661819229e9a4fbe26038110cc2e5b
8,028
cpp
C++
op3_read_write_demo/src/read_write.cpp
ROBOTIS-GIT/ROBOTIS-OP3-Demo
77d76182b39c8752388bda48d484cad5f9fedf70
[ "Apache-2.0" ]
6
2019-06-12T15:40:56.000Z
2020-10-16T03:10:32.000Z
op3_read_write_demo/src/read_write.cpp
Sappytomb796/ROBOTIS-OP3-Demo
0a71b4af27d71a334850ab499a3d59ab3426b6fc
[ "Apache-2.0" ]
4
2019-04-17T18:12:53.000Z
2019-05-16T23:57:24.000Z
op3_read_write_demo/src/read_write.cpp
Sappytomb796/ROBOTIS-OP3-Demo
0a71b4af27d71a334850ab499a3d59ab3426b6fc
[ "Apache-2.0" ]
12
2017-09-19T00:15:15.000Z
2021-10-02T08:02:16.000Z
/******************************************************************************* * Copyright 2017 ROBOTIS CO., LTD. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.o...
26.235294
118
0.701669
[ "vector" ]
1b8829fe2248fa63f24e8e684f29c3e2df57b2d6
6,229
hpp
C++
src/Module.hpp
willishoke/egress
81e07b8a33ff93126d8376ec43601ed2ffaa2e3e
[ "MIT" ]
null
null
null
src/Module.hpp
willishoke/egress
81e07b8a33ff93126d8376ec43601ed2ffaa2e3e
[ "MIT" ]
null
null
null
src/Module.hpp
willishoke/egress
81e07b8a33ff93126d8376ec43601ed2ffaa2e3e
[ "MIT" ]
null
null
null
#include <vector> #include <math.h> using Signal = double; class Module { public: virtual ~Module() {} Module(unsigned int inSize, unsigned int outSize) { this->inputs.resize(inSize); this->outputs.resize(outSize); } virtual void process() = 0; void postprocess() { ...
18.055072
70
0.522074
[ "vector" ]
1b8990726dd54332a0eac3b2377c9bfb563f945d
3,525
hpp
C++
include/graphtyper/typer/genotype_paths.hpp
h-2/graphtyper
692eac909f00a888dcc14487fe57907ff88f6d17
[ "MIT" ]
null
null
null
include/graphtyper/typer/genotype_paths.hpp
h-2/graphtyper
692eac909f00a888dcc14487fe57907ff88f6d17
[ "MIT" ]
null
null
null
include/graphtyper/typer/genotype_paths.hpp
h-2/graphtyper
692eac909f00a888dcc14487fe57907ff88f6d17
[ "MIT" ]
null
null
null
#pragma once #include <cstdint> // uint8_t, uint16_t #include <memory> #include <string> // std::string #include <vector> #include <seqan/sequence.h> #include <graphtyper/constants.hpp> // INSERT_SIZE_WHEN_NOT_PROPER_PAIR namespace gyper { // Forward declarations class Graph; class KmerLabel; class Path; class Var...
29.621849
99
0.659574
[ "vector" ]
1b8acef2093d6843647850f5c1d01bdc78a290fa
2,843
cpp
C++
plugins/mmospray/src/OSPRayGlassMaterial.cpp
masrice/megamol
d48fc4889f500528609053a5445202a9c0f6e5fb
[ "BSD-3-Clause" ]
49
2017-08-23T13:24:24.000Z
2022-03-16T09:10:58.000Z
plugins/mmospray/src/OSPRayGlassMaterial.cpp
masrice/megamol
d48fc4889f500528609053a5445202a9c0f6e5fb
[ "BSD-3-Clause" ]
200
2018-07-20T15:18:26.000Z
2022-03-31T11:01:44.000Z
plugins/mmospray/src/OSPRayGlassMaterial.cpp
masrice/megamol
d48fc4889f500528609053a5445202a9c0f6e5fb
[ "BSD-3-Clause" ]
31
2017-07-31T16:19:29.000Z
2022-02-14T23:41:03.000Z
/* * OSPRayGlassMaterial.cpp * Copyright (C) 2009-2017 by MegaMol Team * Alle Rechte vorbehalten. */ #include "OSPRayGlassMaterial.h" #include "mmcore/param/FloatParam.h" #include "mmcore/param/Vector3fParam.h" #include "stdafx.h" using namespace megamol::ospray; OSPRayGlassMaterial::OSPRayGlassMaterial(void) ...
40.042254
120
0.714386
[ "vector" ]
b846aa92074e014f6dd1c09fe2e408ddb66fd571
4,455
hpp
C++
include/lbann/callbacks/debug.hpp
LLNL/LBANN
8bcc5d461e52de70e329d73081ca7eee3e5c580a
[ "Apache-2.0" ]
null
null
null
include/lbann/callbacks/debug.hpp
LLNL/LBANN
8bcc5d461e52de70e329d73081ca7eee3e5c580a
[ "Apache-2.0" ]
null
null
null
include/lbann/callbacks/debug.hpp
LLNL/LBANN
8bcc5d461e52de70e329d73081ca7eee3e5c580a
[ "Apache-2.0" ]
null
null
null
//////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2014-2022, Lawrence Livermore National Security, LLC. // Produced at the Lawrence Livermore National Laboratory. // Written by the LBANN Research Team (B. Van Essen, et al.) listed in // the CONTRIBUTORS file. <lbann-dev@l...
36.219512
80
0.700786
[ "model" ]
b8471ff1bf947d8e0f10ee8abd62d27e71e80640
33,778
cpp
C++
automata/eudoxus_compiler.cpp
crustymonkey/ironbee
8350b383244e33b18c7a7b6ba989f67ffcbd945a
[ "Apache-2.0" ]
1
2019-12-22T21:08:35.000Z
2019-12-22T21:08:35.000Z
automata/eudoxus_compiler.cpp
crustymonkey/ironbee
8350b383244e33b18c7a7b6ba989f67ffcbd945a
[ "Apache-2.0" ]
null
null
null
automata/eudoxus_compiler.cpp
crustymonkey/ironbee
8350b383244e33b18c7a7b6ba989f67ffcbd945a
[ "Apache-2.0" ]
null
null
null
/***************************************************************************** * Licensed to Qualys, Inc. (QUALYS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * QUALYS licenses this file to You under ...
31.866038
87
0.552342
[ "object" ]
b84cd900b069e289a99f43a2d3bb18518c0e1408
2,455
cpp
C++
src/WindowOpenGl.cpp
Akaito/csaru-xapp-cpp
e44dd1e8c7de76958eeea8d7964e8242fe35f334
[ "Zlib" ]
null
null
null
src/WindowOpenGl.cpp
Akaito/csaru-xapp-cpp
e44dd1e8c7de76958eeea8d7964e8242fe35f334
[ "Zlib" ]
null
null
null
src/WindowOpenGl.cpp
Akaito/csaru-xapp-cpp
e44dd1e8c7de76958eeea8d7964e8242fe35f334
[ "Zlib" ]
null
null
null
#include "exported/WindowOpenGl.hpp" #ifdef _WIN32 # include <SDL_opengl.h> #else # include <SDL2/SDL_opengl.h> #endif extern int SDL_LOG_CATEGORY_CSARU_XAPP; namespace csaru { namespace xapp { //====================================================================== WindowOpenGl::~WindowOpenGl () { Destroy(); }...
28.218391
110
0.567413
[ "render" ]
b851cda3ba224b5945e391839f6fdc0c7614f5f7
3,924
hpp
C++
src/orocos_kinematics_dynamics/orocos_kdl/src/trajectory.hpp
matchRos/simulation_multirobots
286c5add84d521ad371b2c8961dea872c34e7da2
[ "BSD-2-Clause" ]
3
2021-12-06T15:30:58.000Z
2022-03-29T13:21:40.000Z
src/orocos_kinematics_dynamics/orocos_kdl/src/trajectory.hpp
matchRos/simulation_multirobots
286c5add84d521ad371b2c8961dea872c34e7da2
[ "BSD-2-Clause" ]
1
2021-07-08T10:26:06.000Z
2021-07-08T10:31:11.000Z
src/orocos_kinematics_dynamics/orocos_kdl/src/trajectory.hpp
matchRos/simulation_multirobots
286c5add84d521ad371b2c8961dea872c34e7da2
[ "BSD-2-Clause" ]
1
2022-01-04T09:16:28.000Z
2022-01-04T09:16:28.000Z
/*************************************************************************** tag: Erwin Aertbelien Mon Jan 10 16:38:39 CET 2005 trajectory.h trajectory.h - description ------------------- begin : Mon January 10 2005 copyright : (...
37.018868
113
0.533894
[ "object" ]
b8525b3640e6d292a39fb6e83e277de63e221959
57,201
cpp
C++
lib/libzmq/src/socket_base.cpp
taylor-a-barnes/socket_timings
dfce53db806edf7db868d23cc2374e197b6a733a
[ "BSD-3-Clause" ]
6
2018-09-17T18:40:58.000Z
2021-08-05T20:10:31.000Z
lib/libzmq/src/socket_base.cpp
taylor-a-barnes/socket_timings
dfce53db806edf7db868d23cc2374e197b6a733a
[ "BSD-3-Clause" ]
45
2018-09-17T20:28:26.000Z
2021-08-14T19:39:30.000Z
lib/libzmq/src/socket_base.cpp
taylor-a-barnes/socket_timings
dfce53db806edf7db868d23cc2374e197b6a733a
[ "BSD-3-Clause" ]
12
2019-06-01T03:10:50.000Z
2022-02-01T02:23:23.000Z
/* Copyright (c) 2007-2016 Contributors as noted in the AUTHORS file This file is part of libzmq, the ZeroMQ core engine in C++. libzmq is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Found...
30.902755
98
0.595916
[ "object" ]
b8551bd1980cdf67276b8a3099b4baf294974700
2,992
cc
C++
garnet/public/lib/ui/geometry/cpp/formatting.cc
OpenTrustGroup/fuchsia
647e593ea661b8bf98dcad2096e20e8950b24a97
[ "BSD-3-Clause" ]
1
2019-04-21T18:02:26.000Z
2019-04-21T18:02:26.000Z
garnet/public/lib/ui/geometry/cpp/formatting.cc
OpenTrustGroup/fuchsia
647e593ea661b8bf98dcad2096e20e8950b24a97
[ "BSD-3-Clause" ]
16
2020-09-04T19:01:11.000Z
2021-05-28T03:23:09.000Z
garnet/public/lib/ui/geometry/cpp/formatting.cc
OpenTrustGroup/fuchsia
647e593ea661b8bf98dcad2096e20e8950b24a97
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2016 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 "lib/ui/geometry/cpp/formatting.h" #include <zircon/assert.h> #include <ostream> namespace fuchsia { namespace math { std::ostream& operator<<...
34.790698
95
0.549799
[ "geometry", "transform" ]
b8558e348f534fa0a551d9c5bfb633acae8df0f0
3,456
cpp
C++
src/libQts/QtsDvdFile.cpp
qtlmovie/qtlmovie
082ad5ea6522a02d5ac0d86f23cdd6152edff613
[ "BSD-2-Clause" ]
8
2016-08-09T14:05:58.000Z
2020-09-05T14:43:36.000Z
src/libQts/QtsDvdFile.cpp
qtlmovie/qtlmovie
082ad5ea6522a02d5ac0d86f23cdd6152edff613
[ "BSD-2-Clause" ]
15
2016-08-09T14:11:21.000Z
2022-01-15T23:39:07.000Z
src/libQts/QtsDvdFile.cpp
qtlmovie/qtlmovie
082ad5ea6522a02d5ac0d86f23cdd6152edff613
[ "BSD-2-Clause" ]
1
2017-08-26T22:08:58.000Z
2017-08-26T22:08:58.000Z
//---------------------------------------------------------------------------- // // Copyright (c) 2013-2017, Thierry Lelegard // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // 1. Redistri...
32.603774
79
0.537905
[ "object" ]
b85cbeafcc6e9c44b2a75e00c1454faed4d04666
823
cpp
C++
src/main.cpp
Amirhosein-GPR/checkers
4e4eb1ec23e2f34a663b8b59b07babd03c7354ad
[ "MIT" ]
null
null
null
src/main.cpp
Amirhosein-GPR/checkers
4e4eb1ec23e2f34a663b8b59b07babd03c7354ad
[ "MIT" ]
null
null
null
src/main.cpp
Amirhosein-GPR/checkers
4e4eb1ec23e2f34a663b8b59b07babd03c7354ad
[ "MIT" ]
null
null
null
#include "core/Engine.hpp" void func() { } int main(int argc, char *argv[]) { Engine *engine = Engine::getInstance(); if (engine->initialize()) { Uint32 frameTicks; engine->mainTimer->start(); while (Engine::running) { engine->manageSta...
22.243243
67
0.482382
[ "render" ]
b85cd2568dfe42b8aab48a5c24dd647e713ddbe3
6,294
hpp
C++
include/world_model/view_port_handler.hpp
asr-ros/asr_world_model
ff4ab2e8f83212be0f3aeb0224ad892d4966befd
[ "BSD-3-Clause" ]
1
2019-10-29T13:37:29.000Z
2019-10-29T13:37:29.000Z
include/world_model/view_port_handler.hpp
asr-ros/asr_world_model
ff4ab2e8f83212be0f3aeb0224ad892d4966befd
[ "BSD-3-Clause" ]
null
null
null
include/world_model/view_port_handler.hpp
asr-ros/asr_world_model
ff4ab2e8f83212be0f3aeb0224ad892d4966befd
[ "BSD-3-Clause" ]
null
null
null
/** Copyright (c) 2016, Aumann Florian, Borella Jocelyn, Hutmacher Robin, Karrenbauer Oliver, Meißner Pascal, Schleicher Ralf, Stöckle Patrick, Trautmann Jeremias All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions ...
44.957143
755
0.740388
[ "object", "vector", "model" ]
b85e61c1adb691b92644cf97dca16e31fff5d868
10,863
cpp
C++
prime.cpp
NexusApplePie/ApplePie
99f10d91ae3e7fbad729e81c07c4cd69d43ffabd
[ "AML" ]
null
null
null
prime.cpp
NexusApplePie/ApplePie
99f10d91ae3e7fbad729e81c07c4cd69d43ffabd
[ "AML" ]
null
null
null
prime.cpp
NexusApplePie/ApplePie
99f10d91ae3e7fbad729e81c07c4cd69d43ffabd
[ "AML" ]
null
null
null
/******************************************************************************************* Hash(BEGIN(Satoshi[2010]), END(Sunny[2012])) == Videlicet[2014] ++ [Learn, Create, but do not Forge] Viz. http://www.opensource.org/licenses/mit-license.php *********************************************************...
36.575758
173
0.710025
[ "vector" ]
b86394579394c628a01946666dbcb79ded5d2092
49,596
cpp
C++
cplus/libcfsec/CFSecServiceTypeHBuff.cpp
msobkow/cfsec_2_13
4f5b2d82d4265e1373955a63bea4d1a9fc35a64e
[ "Apache-2.0" ]
null
null
null
cplus/libcfsec/CFSecServiceTypeHBuff.cpp
msobkow/cfsec_2_13
4f5b2d82d4265e1373955a63bea4d1a9fc35a64e
[ "Apache-2.0" ]
null
null
null
cplus/libcfsec/CFSecServiceTypeHBuff.cpp
msobkow/cfsec_2_13
4f5b2d82d4265e1373955a63bea4d1a9fc35a64e
[ "Apache-2.0" ]
null
null
null
// Description: C++18 implementation of a ServiceType history buffer object. /* * org.msscf.msscf.CFSec * * Copyright (c) 2020 Mark Stephen Sobkow * * MSS Code Factory CFSec 2.13 Security Essentials * * Copyright 2020-2021 Mark Stephen Sobkow * * This file is part of MSS Code Factory. * * MSS Code Fac...
29.27745
114
0.66092
[ "object" ]
b8660696eb9d0662eeb6b486afe20b0a5b1c20a0
6,415
cpp
C++
main/src/jumpnrun/spell/Deck.cpp
wonderhorn/mkfj
18d2dd290811662d87abefe2fe2e338ba9caf8a5
[ "MIT" ]
null
null
null
main/src/jumpnrun/spell/Deck.cpp
wonderhorn/mkfj
18d2dd290811662d87abefe2fe2e338ba9caf8a5
[ "MIT" ]
null
null
null
main/src/jumpnrun/spell/Deck.cpp
wonderhorn/mkfj
18d2dd290811662d87abefe2fe2e338ba9caf8a5
[ "MIT" ]
null
null
null
#include"jumpnrun/spell/Deck.h" #include"utils/string_util.h" #include <algorithm> #include<cstdlib> using namespace jnr; using namespace spl; /* const std::vector<int> Deck::initial_deck = { spl::spellname2id("explosion"), spl::spellname2id("explosion"), spl::spellname2id("explosion"), spl::spellname2id("bullet"),...
20.827922
85
0.61403
[ "vector" ]
b8699175e2ae09bab0915f4eb76e5cf28f0ed7f9
3,363
cpp
C++
libkineto/src/CuptiEventInterface.cpp
malfet/kineto
5b28749d8683bd235325ffa38bd551d1651ee810
[ "BSD-3-Clause" ]
null
null
null
libkineto/src/CuptiEventInterface.cpp
malfet/kineto
5b28749d8683bd235325ffa38bd551d1651ee810
[ "BSD-3-Clause" ]
null
null
null
libkineto/src/CuptiEventInterface.cpp
malfet/kineto
5b28749d8683bd235325ffa38bd551d1651ee810
[ "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) Facebook, Inc. and its affiliates. * All rights reserved. * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. */ #include "CuptiEventInterface.h" #include <chrono> #include "Logger.h" #include "cupti_call.h" using ...
30.026786
80
0.753494
[ "vector" ]
b8773aa5639ad96b94d27e9d921c8c9ac3af6ffb
3,766
cpp
C++
src/cascade/cascade.cpp
JasurN/SelfDrivingCar
1929da332d7fc03c8cbed3e0d09a64ab58ad5778
[ "MIT" ]
2
2019-05-21T11:49:06.000Z
2022-03-06T04:57:04.000Z
src/cascade/cascade.cpp
JasurN/SelfDrivingCar
1929da332d7fc03c8cbed3e0d09a64ab58ad5778
[ "MIT" ]
null
null
null
src/cascade/cascade.cpp
JasurN/SelfDrivingCar
1929da332d7fc03c8cbed3e0d09a64ab58ad5778
[ "MIT" ]
null
null
null
#include <opencv2/core.hpp> #include "opencv2/opencv.hpp" #include <opencv2/highgui.hpp> #include <opencv2/videoio.hpp> #include <opencv2/objdetect.hpp> #include <opencv2/imgproc.hpp> #include <iostream> #include <raspicam/raspicam_cv.h> //tesing purpose file using namespace cv; using namespace std; int main() { r...
38.428571
129
0.641795
[ "vector" ]
b87a6fbcc7ccf1dae86e6e1f34e33e72a88bed9f
640
cpp
C++
920.cpp
Alex-Amber/LeetCode
c8d09e86cee52648f84ca2afed8dd0f13e51ab58
[ "MIT" ]
null
null
null
920.cpp
Alex-Amber/LeetCode
c8d09e86cee52648f84ca2afed8dd0f13e51ab58
[ "MIT" ]
null
null
null
920.cpp
Alex-Amber/LeetCode
c8d09e86cee52648f84ca2afed8dd0f13e51ab58
[ "MIT" ]
null
null
null
#include <bits/stdc++.h> using namespace std; using ull = uint64_t; using ll = int64_t; using ld = long double; class Solution { public: int numMusicPlaylists(int N, int L, int K) { const int mod = 1000000007; vector< vector<int> > table(L + 1, vector<int>(N + 1, 0)); table[0][0] = 1; ...
26.666667
90
0.457813
[ "vector" ]
b87d0e67980535051a390b1e9fa96e38d7113f75
1,774
hpp
C++
shift/parser.proto/private/shift/parser/proto/error_handler.hpp
cspanier/shift
5b3b9be310155fbc57d165d06259b723a5728828
[ "Apache-2.0" ]
2
2018-11-28T18:14:08.000Z
2020-08-06T07:44:36.000Z
shift/parser.proto/private/shift/parser/proto/error_handler.hpp
cspanier/shift
5b3b9be310155fbc57d165d06259b723a5728828
[ "Apache-2.0" ]
4
2018-11-06T21:01:05.000Z
2019-02-19T07:52:52.000Z
shift/parser.proto/private/shift/parser/proto/error_handler.hpp
cspanier/shift
5b3b9be310155fbc57d165d06259b723a5728828
[ "Apache-2.0" ]
null
null
null
#ifndef SHIFT_PARSER_PROTO_ERRORHANDLER_HPP #define SHIFT_PARSER_PROTO_ERRORHANDLER_HPP #include <algorithm> #include <string> #include <map> #include <shift/core/boost_disable_warnings.hpp> #include <boost/spirit/include/qi.hpp> #include <shift/core/boost_restore_warnings.hpp> #include <shift/core/exception.hpp> #inc...
30.067797
79
0.684329
[ "vector" ]
b8823311a86f2b242feae8db970c715d529c669b
1,994
cpp
C++
src/tx/tx_create_multisig_address.cpp
MinterTeam/cpp-minter
af657bb21d4b68429948f8d34fd642f874fe412e
[ "MIT" ]
7
2019-06-26T11:37:49.000Z
2020-11-04T21:47:19.000Z
src/tx/tx_create_multisig_address.cpp
MinterTeam/cpp-minter
af657bb21d4b68429948f8d34fd642f874fe412e
[ "MIT" ]
1
2020-02-29T10:41:58.000Z
2020-03-02T16:21:40.000Z
src/tx/tx_create_multisig_address.cpp
MinterTeam/cpp-minter
af657bb21d4b68429948f8d34fd642f874fe412e
[ "MIT" ]
5
2019-08-22T16:24:18.000Z
2020-03-01T15:34:08.000Z
/*! * minter_tx. * tx_create_multisig_address.cpp * * \date 2019 * \author Eduard Maximovich (edward.vstock@gmail.com) * \link https://github.com/edwardstock */ #include "minter/tx/tx_create_multisig_address.h" #include "minter/tx/tx_type.h" #include <algorithm> minter::tx_create_multisig_address::tx_creat...
28.898551
136
0.715145
[ "vector" ]
b88adaef76ef85f4cfaea6ba53be593296529feb
13,914
cpp
C++
src/library/generator.copy.cpp
kif/clFFT
abd7828e4a290896aa3c1239f6b547080041b283
[ "Apache-2.0" ]
1
2020-06-15T19:35:05.000Z
2020-06-15T19:35:05.000Z
src/library/generator.copy.cpp
kif/clFFT
abd7828e4a290896aa3c1239f6b547080041b283
[ "Apache-2.0" ]
null
null
null
src/library/generator.copy.cpp
kif/clFFT
abd7828e4a290896aa3c1239f6b547080041b283
[ "Apache-2.0" ]
null
null
null
/* ************************************************************************ * Copyright 2013 Advanced Micro Devices, 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...
28.9875
146
0.55304
[ "vector" ]
b898dd6776af7cd8f4f1addd1f10c81ffede4fad
2,929
cpp
C++
remodet_repository_wdh_part/test/testConvNHWC/src/testConvNHWC.cpp
UrwLee/Remo_experience
a59d5b9d6d009524672e415c77d056bc9dd88c72
[ "MIT" ]
null
null
null
remodet_repository_wdh_part/test/testConvNHWC/src/testConvNHWC.cpp
UrwLee/Remo_experience
a59d5b9d6d009524672e415c77d056bc9dd88c72
[ "MIT" ]
null
null
null
remodet_repository_wdh_part/test/testConvNHWC/src/testConvNHWC.cpp
UrwLee/Remo_experience
a59d5b9d6d009524672e415c77d056bc9dd88c72
[ "MIT" ]
null
null
null
#include <opencv2/core/core.hpp> #include <opencv2/imgproc/imgproc.hpp> #include <fstream> #include <iostream> #include <sstream> #include <string> #include <utility> #include <vector> #include <map> #include <algorithm> #include <stdint.h> #include "gflags/gflags.h" #include "glog/logging.h" #include <boost/shared_p...
29.585859
99
0.723455
[ "vector" ]
b89f0b4cdb8164d20b9e3841c348b7c15f8aa930
7,506
cpp
C++
src/core/Array.cpp
WilliamTambellini/godopy
7b4142ddf7acafa66e1b2b201afa5fa37a4c7f4e
[ "MIT" ]
30
2020-02-09T22:30:06.000Z
2022-01-26T04:23:09.000Z
src/core/Array.cpp
WilliamTambellini/godopy
7b4142ddf7acafa66e1b2b201afa5fa37a4c7f4e
[ "MIT" ]
1
2020-10-12T04:12:52.000Z
2020-12-19T07:07:51.000Z
src/core/Array.cpp
WilliamTambellini/godopy
7b4142ddf7acafa66e1b2b201afa5fa37a4c7f4e
[ "MIT" ]
5
2020-02-10T02:49:13.000Z
2021-01-25T18:18:16.000Z
#include "Array.hpp" #include "GodotGlobal.hpp" #include "Variant.hpp" #include <cstdlib> #include <stdexcept> #define PY_SSIZE_T_CLEAN #include <Python.h> #include <_lib/godot/core/types.hpp> namespace godot { class Object; Array::Array() { godot::api->godot_array_new(&_godot_array); } Array::Array(const Array ...
27.195652
96
0.715028
[ "object" ]
b8a2aeb5bf9c5505e965059b94853e5db94de630
1,186
hpp
C++
src/base/BackedWriter.hpp
coderkd10/EternalTerminal
d15bb726d987bd147480125d694de44a2ea6ce83
[ "Apache-2.0" ]
1,783
2018-02-28T16:28:42.000Z
2022-03-31T18:45:01.000Z
src/base/BackedWriter.hpp
coderkd10/EternalTerminal
d15bb726d987bd147480125d694de44a2ea6ce83
[ "Apache-2.0" ]
337
2018-02-27T06:38:39.000Z
2022-03-22T02:50:58.000Z
src/base/BackedWriter.hpp
coderkd10/EternalTerminal
d15bb726d987bd147480125d694de44a2ea6ce83
[ "Apache-2.0" ]
135
2018-04-30T14:48:36.000Z
2022-03-21T16:51:09.000Z
#ifndef __ET_BACKED_WRITER__ #define __ET_BACKED_WRITER__ #include "Headers.hpp" #include "CryptoHandler.hpp" #include "Packet.hpp" #include "SocketHandler.hpp" namespace et { enum class BackedWriterWriteState { SKIPPED = 0, // SUCCESS = 1, WROTE_WITH_FAILURE = 2 }; class BackedWriter { public: BackedWrit...
22.807692
70
0.743676
[ "vector" ]
b8a8332dbb2a52b90d0355f7183876f1c971d6c1
3,747
cpp
C++
PSME/common/agent-framework/src/module/model/acl_rule.cpp
opencomputeproject/HWMgmt-DeviceMgr-PSME
2a00188aab6f4bef3776987f0842ef8a8ea972ac
[ "Apache-2.0" ]
5
2021-10-07T15:36:37.000Z
2022-03-01T07:21:49.000Z
PSME/common/agent-framework/src/module/model/acl_rule.cpp
opencomputeproject/HWMgmt-DeviceMgr-PSME
2a00188aab6f4bef3776987f0842ef8a8ea972ac
[ "Apache-2.0" ]
null
null
null
PSME/common/agent-framework/src/module/model/acl_rule.cpp
opencomputeproject/HWMgmt-DeviceMgr-PSME
2a00188aab6f4bef3776987f0842ef8a8ea972ac
[ "Apache-2.0" ]
1
2022-03-01T07:21:51.000Z
2022-03-01T07:21:51.000Z
/*! * @copyright * Copyright (c) 2016-2017 Intel Corporation * * @copyright * 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 * * @copyright * http://www.apache.org/licenses/LICENSE-...
42.101124
87
0.72885
[ "model" ]
b8ac1662a66cdf3895a7ce963314dac0c8ff2da3
23,929
cpp
C++
src/gpu/jit/conv/block_helper.cpp
intel/mkl-dnn
42a583db82325ff24e140fcbff13f720a8b164ab
[ "Apache-2.0" ]
1,327
2018-01-25T21:23:47.000Z
2020-04-03T09:39:30.000Z
src/gpu/jit/conv/block_helper.cpp
intel/mkl-dnn
42a583db82325ff24e140fcbff13f720a8b164ab
[ "Apache-2.0" ]
498
2018-01-25T00:14:48.000Z
2020-04-03T16:21:44.000Z
src/gpu/jit/conv/block_helper.cpp
intel/mkl-dnn
42a583db82325ff24e140fcbff13f720a8b164ab
[ "Apache-2.0" ]
365
2018-01-29T16:12:36.000Z
2020-04-03T08:32:27.000Z
/******************************************************************************* * Copyright 2022 Intel Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.o...
35.189706
80
0.54971
[ "vector" ]
b8ae51bf642ce0a75ea8cfe024ead1b95dd47c56
400
hpp
C++
lumino/LuminoEngine/include/LuminoEngine/Scene/MeshTilemap/MeshTileset.hpp
GameDevery/Lumino
abce2ddca4b7678b04dbfd0ae5348e196c3c9379
[ "MIT" ]
113
2020-03-05T01:27:59.000Z
2022-03-28T13:20:51.000Z
lumino/LuminoEngine/include/LuminoEngine/Scene/MeshTilemap/MeshTileset.hpp
GameDevery/Lumino
abce2ddca4b7678b04dbfd0ae5348e196c3c9379
[ "MIT" ]
35
2016-04-18T06:14:08.000Z
2020-02-09T15:51:58.000Z
lumino/LuminoEngine/include/LuminoEngine/Scene/MeshTilemap/MeshTileset.hpp
GameDevery/Lumino
abce2ddca4b7678b04dbfd0ae5348e196c3c9379
[ "MIT" ]
12
2020-12-21T12:03:59.000Z
2021-12-15T02:07:49.000Z
 #pragma once #include "Common.hpp" namespace ln { enum class PredefinedMeshAutoTilesetMesh { Uniform, // 全面均一 Wall, // 壁 }; class MeshAutoTileset : public Object { public: LN_CONSTRUCT_ACCESS: MeshAutoTileset(); bool init(); private: }; class MeshTileset : public Object { LN_OBJECT; public: LN_CON...
10.25641
40
0.6925
[ "object" ]
b8b1bbad090ae0fa735b154df1b30c132b71063d
5,614
cc
C++
src/metrics.cc
Coloquinte/minipart2
00b864bd21fab4909984aa6f5c07cae61d2c2c0a
[ "MIT" ]
1
2020-06-14T16:51:26.000Z
2020-06-14T16:51:26.000Z
src/metrics.cc
Coloquinte/minipart2
00b864bd21fab4909984aa6f5c07cae61d2c2c0a
[ "MIT" ]
null
null
null
src/metrics.cc
Coloquinte/minipart2
00b864bd21fab4909984aa6f5c07cae61d2c2c0a
[ "MIT" ]
null
null
null
// Copyright (C) 2019 Gabriel Gouvine - All Rights Reserved #include "hypergraph.hh" #include <cassert> #include <algorithm> #include <stdexcept> #include <unordered_set> #include <unordered_map> #include <cmath> using namespace std; namespace minipart { Index Hypergraph::metricsCut(const Solution &solution) const...
30.02139
97
0.668151
[ "vector" ]
b8b232f1a9d42277b7d8b0c1050533e2cf8e9cf9
1,757
cpp
C++
plugins/robots/common/twoDModel/src/engine/commands/createRemoveSensorImplementation.cpp
RexTremendaeMajestatis/QREAL
94786d40e84c18a4407069570588f7d2c4c63aea
[ "Apache-2.0" ]
6
2017-07-03T13:55:35.000Z
2018-11-28T03:39:51.000Z
plugins/robots/common/twoDModel/src/engine/commands/createRemoveSensorImplementation.cpp
RexTremendaeMajestatis/QREAL
94786d40e84c18a4407069570588f7d2c4c63aea
[ "Apache-2.0" ]
27
2017-06-29T09:36:37.000Z
2017-11-25T14:50:04.000Z
plugins/robots/common/twoDModel/src/engine/commands/createRemoveSensorImplementation.cpp
RexTremendaeMajestatis/QREAL
94786d40e84c18a4407069570588f7d2c4c63aea
[ "Apache-2.0" ]
null
null
null
/* Copyright 2016 CyberTech Labs Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
33.788462
108
0.783722
[ "model" ]
b8b31d853cf96793edb365d5dbdb8fc42626a69e
2,255
hpp
C++
Source/include/ezvcard/parameter/vcard_parameter.hpp
ProtonMail/cpp-openpgp
b47316c51357b8d15eb3bcc376ea5e59a6a9a108
[ "MIT" ]
5
2019-10-30T06:10:10.000Z
2020-04-25T16:52:06.000Z
Source/include/ezvcard/parameter/vcard_parameter.hpp
ProtonMail/cpp-openpgp
b47316c51357b8d15eb3bcc376ea5e59a6a9a108
[ "MIT" ]
null
null
null
Source/include/ezvcard/parameter/vcard_parameter.hpp
ProtonMail/cpp-openpgp
b47316c51357b8d15eb3bcc376ea5e59a6a9a108
[ "MIT" ]
2
2019-11-27T23:47:54.000Z
2020-01-13T16:36:03.000Z
// // vcard_parameter.hpp // OpenPGP // // Created by Yanfeng Zhang on 12/2/16. // // The MIT License // // Copyright (c) 2019 Proton Technologies AG // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to de...
34.166667
104
0.728603
[ "vector" ]
b8b34ceb6f988044f6b03c434c01d69bf7f42209
2,417
cpp
C++
Polygon_mesh_processing/test/Polygon_mesh_processing/remeshing_test_P_SM_OM.cpp
brucerennie/cgal
314b94aafa9b08a1d086accd2cadff1aae1b57a9
[ "CC0-1.0" ]
3,227
2015-03-05T00:19:18.000Z
2022-03-31T08:20:35.000Z
Polygon_mesh_processing/test/Polygon_mesh_processing/remeshing_test_P_SM_OM.cpp
brucerennie/cgal
314b94aafa9b08a1d086accd2cadff1aae1b57a9
[ "CC0-1.0" ]
5,574
2015-03-05T00:01:56.000Z
2022-03-31T15:08:11.000Z
Polygon_mesh_processing/test/Polygon_mesh_processing/remeshing_test_P_SM_OM.cpp
brucerennie/cgal
314b94aafa9b08a1d086accd2cadff1aae1b57a9
[ "CC0-1.0" ]
1,274
2015-03-05T00:01:12.000Z
2022-03-31T14:47:56.000Z
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h> #include <CGAL/Surface_mesh.h> #include <CGAL/Polyhedron_3.h> #include <fstream> #include <map> #include <OpenMesh/Core/IO/MeshIO.hh> #include <OpenMesh/Core/Mesh/PolyMesh_ArrayKernelT.hh> #include <OpenMesh/Core/Mesh/TriMesh_ArrayKernelT.hh> #include <CGA...
27.781609
99
0.617708
[ "mesh" ]
b8b4a666393e9e311b18bbb0eb6947ec52382267
1,181
cpp
C++
51-lbs/lbs.cpp
wlep/cp-course
9e52788e8f6a76752149b74d06d0272e16c3b528
[ "MIT" ]
null
null
null
51-lbs/lbs.cpp
wlep/cp-course
9e52788e8f6a76752149b74d06d0272e16c3b528
[ "MIT" ]
null
null
null
51-lbs/lbs.cpp
wlep/cp-course
9e52788e8f6a76752149b74d06d0272e16c3b528
[ "MIT" ]
null
null
null
#include <iostream> #include <vector> #include <algorithm> using namespace std; template<typename T> vector<T> get_input_sequence(size_t n) { vector<T> sequence(n); for(size_t i = 0; i < n; ++i) cin >> sequence[i]; return sequence; } int lis(vector<int> numbers, vector<int> * M, int n) { if...
19.683333
57
0.45724
[ "vector" ]
b8b66589122a4599cf200bc1501f90d3ba3046e8
3,192
hpp
C++
JEBMath/JEBMath/Math/Primes.hpp
jebreimo/JEBLib
9066403a9372951aa8ce4f129cd4877e2ae779ab
[ "BSD-3-Clause" ]
1
2019-12-25T05:30:20.000Z
2019-12-25T05:30:20.000Z
JEBMath/JEBMath/Math/Primes.hpp
jebreimo/JEBLib
9066403a9372951aa8ce4f129cd4877e2ae779ab
[ "BSD-3-Clause" ]
null
null
null
JEBMath/JEBMath/Math/Primes.hpp
jebreimo/JEBLib
9066403a9372951aa8ce4f129cd4877e2ae779ab
[ "BSD-3-Clause" ]
null
null
null
#ifndef JEB_MATH_PRIMES_HPP #define JEB_MATH_PRIMES_HPP #include <vector> #include "JEBMath/JEBMathDefinitions.hpp" namespace JEBMath { template <typename T> bool isPrime(T n) { if (n <= 1) return false; else if (n <= 3) return true; else if (n % 2 == 0) return false; T factor...
19.345455
66
0.470865
[ "vector" ]
b8c1b627cb4173c95c15a1914a32f2c39f7bae53
1,308
cpp
C++
ext/libigl/tutorial/708_Picking/main.cpp
liminchen/OptCuts
cb85b06ece3a6d1279863e26b5fd17a5abb0834d
[ "MIT" ]
187
2019-01-23T04:07:11.000Z
2022-03-27T03:44:58.000Z
ext/libigl/tutorial/708_Picking/main.cpp
xiaoxie5002/OptCuts
1f4168fc867f47face85fcfa3a572be98232786f
[ "MIT" ]
8
2019-03-22T13:27:38.000Z
2020-06-18T13:23:23.000Z
ext/libigl/tutorial/708_Picking/main.cpp
xiaoxie5002/OptCuts
1f4168fc867f47face85fcfa3a572be98232786f
[ "MIT" ]
34
2019-02-13T01:11:12.000Z
2022-02-28T03:29:40.000Z
#include "tutorial_shared_path.h" #include <igl/readOFF.h> #include <igl/unproject_onto_mesh.h> #include <igl/opengl/glfw/Viewer.h> #include <iostream> int main(int argc, char *argv[]) { // Mesh with per-face color Eigen::MatrixXd V, C; Eigen::MatrixXi F; // Load a mesh in OFF format igl::readO...
27.829787
92
0.629969
[ "mesh", "shape", "model" ]
fef610e9a0313b0df6e0998f4ebaf5e171349709
35,143
cpp
C++
code/olcSimpleEngine.cpp
solmazumut/Star-Wars-Game
439cc71756de49f7d9ef6e99df68eca412abc6b0
[ "MIT" ]
null
null
null
code/olcSimpleEngine.cpp
solmazumut/Star-Wars-Game
439cc71756de49f7d9ef6e99df68eca412abc6b0
[ "MIT" ]
null
null
null
code/olcSimpleEngine.cpp
solmazumut/Star-Wars-Game
439cc71756de49f7d9ef6e99df68eca412abc6b0
[ "MIT" ]
null
null
null
/* Object Oriented Mode ~~~~~~~~~~~~~~~~~~~~ If the olcPixelGameEngine.h is called from several sources it can cause multiple definitions of objects. To prevent this, ONLY ONE of the pathways to including this file must have OLC_PGE_APPLICATION defined before it. This prevents the definitions being duplicated. ...
27.759084
141
0.5944
[ "object" ]
fef618079264c440da9e159e25173b9a6a7d28c5
6,869
cpp
C++
src/vidhrdw/arcadecl.cpp
gameblabla/mame_nspire
83dfe1606aba906bd28608f2cb8f0754492ac3da
[ "Unlicense" ]
33
2015-08-10T11:13:47.000Z
2021-08-30T10:00:46.000Z
src/vidhrdw/arcadecl.cpp
gameblabla/mame_nspire
83dfe1606aba906bd28608f2cb8f0754492ac3da
[ "Unlicense" ]
13
2015-08-25T03:53:08.000Z
2022-03-30T18:02:35.000Z
src/vidhrdw/arcadecl.cpp
gameblabla/mame_nspire
83dfe1606aba906bd28608f2cb8f0754492ac3da
[ "Unlicense" ]
40
2015-08-25T05:09:21.000Z
2022-02-08T05:02:30.000Z
/*************************************************************************** Atari Arcade Classics hardware (prototypes) Note: this video hardware has some similarities to Shuuz & company The sprite offset registers are stored to 3EFF80 ****************************************************************************/...
21.875796
111
0.552191
[ "render", "object" ]
fef690d55eb7dc1939ddf3612a15fa6ad146df0f
9,001
cc
C++
src/osgw/renderer.cc
CaffeineViking/lwss
bb7aef8c1b91c95b6b91ca1d22b46d2c7d6e6e62
[ "MIT" ]
44
2018-09-28T06:58:20.000Z
2022-02-22T14:08:23.000Z
src/osgw/renderer.cc
CaffeineViking/lwss
bb7aef8c1b91c95b6b91ca1d22b46d2c7d6e6e62
[ "MIT" ]
11
2018-02-11T18:49:38.000Z
2018-02-16T12:29:21.000Z
src/osgw/renderer.cc
CaffeineViking/lwss
bb7aef8c1b91c95b6b91ca1d22b46d2c7d6e6e62
[ "MIT" ]
5
2019-06-05T02:36:27.000Z
2021-09-08T09:04:54.000Z
#include <osgw/renderer.hh> namespace osgw { Renderer::Renderer(Window& window, const Parameters& parameters) : window { window }, parameters { parameters } { set_parameters(parameters); } void Renderer::clear(float r, float g, float b) { if (!window.has_context()) wi...
44.559406
115
0.660371
[ "vector", "model" ]
fef87196bfff0b0ae6855b5c735e60fe99a0a7f5
3,397
cpp
C++
aws-cpp-sdk-email/source/model/S3Action.cpp
lintonv/aws-sdk-cpp
15e19c265ffce19d2046b18aa1b7307fc5377e58
[ "Apache-2.0" ]
1
2022-02-12T08:09:30.000Z
2022-02-12T08:09:30.000Z
aws-cpp-sdk-email/source/model/S3Action.cpp
lintonv/aws-sdk-cpp
15e19c265ffce19d2046b18aa1b7307fc5377e58
[ "Apache-2.0" ]
1
2022-01-03T23:59:37.000Z
2022-01-03T23:59:37.000Z
aws-cpp-sdk-email/source/model/S3Action.cpp
ravindra-wagh/aws-sdk-cpp
7d5ff01b3c3b872f31ca98fb4ce868cd01e97696
[ "Apache-2.0" ]
1
2021-11-09T11:58:03.000Z
2021-11-09T11:58:03.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/email/model/S3Action.h> #include <aws/core/utils/xml/XmlSerializer.h> #include <aws/core/utils/StringUtils.h> #include <aws/core/utils/memory/stl/AWSStringStream.h> #include <utility> ...
27.844262
135
0.68796
[ "model" ]
fef9020962b955bfecc4ef5f98f854472924a7a5
12,436
cpp
C++
arduino/opencr_arduino/opencr/libraries/OpenManipulator/src/open_manipulator/OMAPI.cpp
mkhansen-intel/OpenCR
9da4ae9fd4506df6e068c2a6d381f268a0ba371a
[ "Apache-2.0" ]
2
2021-04-27T17:09:19.000Z
2021-04-27T17:09:24.000Z
arduino/opencr_arduino/opencr/libraries/OpenManipulator/src/open_manipulator/OMAPI.cpp
mkhansen-intel/OpenCR
9da4ae9fd4506df6e068c2a6d381f268a0ba371a
[ "Apache-2.0" ]
null
null
null
arduino/opencr_arduino/opencr/libraries/OpenManipulator/src/open_manipulator/OMAPI.cpp
mkhansen-intel/OpenCR
9da4ae9fd4506df6e068c2a6d381f268a0ba371a
[ "Apache-2.0" ]
1
2019-02-03T04:49:15.000Z
2019-02-03T04:49:15.000Z
/******************************************************************************* * Copyright 2016 ROBOTIS CO., LTD. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.o...
32.051546
185
0.748874
[ "vector" ]
fefd375c5a834313559bd3f5b415683b64af47a4
129,119
cpp
C++
t2_dll_hook_client/dll_czitin_hook/main.cpp
kubpica/T2KubsMod
bb7b25256ab1c449b085d999e9d9c1234b18cc27
[ "MIT" ]
4
2022-02-25T00:35:54.000Z
2022-03-10T20:36:03.000Z
t2_dll_hook_client/dll_czitin_hook/main.cpp
kubpica/T2KubsMod
bb7b25256ab1c449b085d999e9d9c1234b18cc27
[ "MIT" ]
null
null
null
t2_dll_hook_client/dll_czitin_hook/main.cpp
kubpica/T2KubsMod
bb7b25256ab1c449b085d999e9d9c1234b18cc27
[ "MIT" ]
null
null
null
//player #include <windows.h> #include <detours.h> #pragma comment (lib, "detours.lib") #include <iostream> #include <cstring> #include <string> #include <map> #include <sstream> #include <iomanip> #include <list> #include <Winbase.h> #include <stdlib.h> #include <time.h> #include <random> #include <chro...
33.537403
264
0.58031
[ "vector", "3d" ]
3a023fb9ce31ae7da5a03c5deced337e7fa4f19c
34,530
cpp
C++
dev/Code/Sandbox/Editor/PanelDisplayRender.cpp
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
1,738
2017-09-21T10:59:12.000Z
2022-03-31T21:05:46.000Z
dev/Code/Sandbox/Editor/PanelDisplayRender.cpp
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
427
2017-09-29T22:54:36.000Z
2022-02-15T19:26:50.000Z
dev/Code/Sandbox/Editor/PanelDisplayRender.cpp
jeikabu/lumberyard
07228c605ce16cbf5aaa209a94a3cb9d6c1a4115
[ "AML" ]
671
2017-09-21T08:04:01.000Z
2022-03-29T14:30:07.000Z
/* * All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or * its licensors. * * For complete copyright and license terms please see the LICENSE at the root of this * distribution (the "License"). All use of this software is governed by the License, * or, if provided, by the license below or t...
33.233879
116
0.642427
[ "render" ]
3a0261e88a44f8f7d7ca68a9763dcbe2771b8a6c
400,771
cpp
C++
src/qt/src/gui/kernel/qwidget.cpp
ant0ine/phantomjs
8114d44a28134b765ab26b7e13ce31594fa81253
[ "BSD-3-Clause" ]
46
2015-01-08T14:32:34.000Z
2022-02-05T16:48:26.000Z
src/qt/src/gui/kernel/qwidget.cpp
ant0ine/phantomjs
8114d44a28134b765ab26b7e13ce31594fa81253
[ "BSD-3-Clause" ]
7
2015-01-20T14:28:12.000Z
2017-01-18T17:21:44.000Z
src/qt/src/gui/kernel/qwidget.cpp
ant0ine/phantomjs
8114d44a28134b765ab26b7e13ce31594fa81253
[ "BSD-3-Clause" ]
14
2015-10-27T06:17:48.000Z
2020-03-03T06:15:50.000Z
/**************************************************************************** ** ** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Licensees ...
31.413309
154
0.651689
[ "geometry", "render", "object", "shape", "transform" ]
3a0874c53271f97667840f352c627ee093ba29f9
7,772
cpp
C++
src/imaging/ossimBrightnessMatch.cpp
vladislav-horbatiuk/ossim
82417ad868fac022672335e1684bdd91d662c18c
[ "MIT" ]
251
2015-10-20T09:08:11.000Z
2022-03-22T18:16:38.000Z
src/imaging/ossimBrightnessMatch.cpp
IvanLJF/ossim
2e0143f682b9884a09ff2598ef8737f29e44fbdf
[ "MIT" ]
73
2015-11-02T17:12:36.000Z
2021-11-15T17:41:47.000Z
src/imaging/ossimBrightnessMatch.cpp
IvanLJF/ossim
2e0143f682b9884a09ff2598ef8737f29e44fbdf
[ "MIT" ]
146
2015-10-15T16:00:15.000Z
2022-03-22T12:37:14.000Z
//******************************************************************* // Copyright (C) 2000 ImageLinks Inc. // // License: LGPL // // See LICENSE.txt file in the top level directory for more details. // // Author: Garrett Potts // // Description: A brief description of the contents of the file. // //***************...
31.33871
106
0.5965
[ "vector" ]
3a0adc9de38588486e3855798e031a5a198369d6
12,656
cc
C++
src/Router/mid_tier_service/service/helper_files/router_server_helper.cc
JungyeonYoon/MicroSuite
acc75468a3568bb9504841978b887a337eba889c
[ "BSD-3-Clause" ]
1
2020-10-23T13:48:45.000Z
2020-10-23T13:48:45.000Z
src/Router/mid_tier_service/service/helper_files/router_server_helper.cc
DCchico/MicroSuite
b8651e0f5b74461393140135b917243a2e853f3d
[ "BSD-3-Clause" ]
null
null
null
src/Router/mid_tier_service/service/helper_files/router_server_helper.cc
DCchico/MicroSuite
b8651e0f5b74461393140135b917243a2e853f3d
[ "BSD-3-Clause" ]
null
null
null
#include <fstream> #include <iterator> #include <sstream> #include <string> #include <sys/time.h> #include <unordered_map> #include "router_server_helper.h" void GetLookupServerIPs(const std::string &lookup_server_ips_file, std::vector<std::string>* lookup_server_ips) { std::ifstream file(lookup_server_ips...
34.579235
161
0.585651
[ "vector" ]
3a0ea13538452c519871581b9b098e31d8e51205
7,898
cpp
C++
src/utility/asnCertificate.cpp
kaidokert/old-esteid-stack
0391bbf600556dc8527c4f87eed2c95afc878ab4
[ "BSD-3-Clause" ]
null
null
null
src/utility/asnCertificate.cpp
kaidokert/old-esteid-stack
0391bbf600556dc8527c4f87eed2c95afc878ab4
[ "BSD-3-Clause" ]
null
null
null
src/utility/asnCertificate.cpp
kaidokert/old-esteid-stack
0391bbf600556dc8527c4f87eed2c95afc878ab4
[ "BSD-3-Clause" ]
null
null
null
/*! \file asnCertificate.cpp \copyright (c) Kaido Kert ( kaidokert@gmail.com ) \licence BSD \author $Author$ \date $Date$ */ // Revision $Revision$ #include "precompiled.h" #include "asnCertificate.h" #include <sstream> #include <time.h> #define idSubjectAltName "2.5.29.17" #define idKeyUsage "2.5.29.15" #def...
29.580524
90
0.669157
[ "vector" ]
3a123a853cdc2e16a61dd8d8e7a480afbae1e01d
5,616
hpp
C++
extras/vom/vom/acl_binding.hpp
mnaser/vpp
8934a04596d1421c35b194949b2027ca1fe71aef
[ "Apache-2.0" ]
1
2019-01-30T02:06:48.000Z
2019-01-30T02:06:48.000Z
extras/vom/vom/acl_binding.hpp
mnaser/vpp
8934a04596d1421c35b194949b2027ca1fe71aef
[ "Apache-2.0" ]
1
2021-06-02T00:52:13.000Z
2021-06-02T00:52:13.000Z
extras/vom/vom/acl_binding.hpp
mnaser/vpp
8934a04596d1421c35b194949b2027ca1fe71aef
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2017 Cisco and/or its affiliates. * 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 applicabl...
22.922449
80
0.658298
[ "object" ]
3a133ab05648a4870de3ebc9698a983afc7c2cb5
18,491
cc
C++
content/browser/permissions/permission_controller_impl_unittest.cc
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
content/browser/permissions/permission_controller_impl_unittest.cc
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
content/browser/permissions/permission_controller_impl_unittest.cc
sarang-apps/darshan_browser
173649bb8a7c656dc60784d19e7bb73e07c20daa
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "content/browser/permissions/permission_controller_impl.h" #include <cstdlib> #include <memory> #include "base/memory/ptr_util.h" #include "bas...
43.102564
80
0.691958
[ "vector" ]
3a175c11282a6a88ea71c66e446283792e795504
4,811
hpp
C++
lumino/Runtime/include/LuminoEngine/Graphics/RenderState.hpp
lriki/Lumino
1a80430f4a83dbdfbe965b3d5b16064991b3edb0
[ "MIT" ]
30
2016-01-24T05:35:45.000Z
2020-03-03T09:54:27.000Z
lumino/Runtime/include/LuminoEngine/Graphics/RenderState.hpp
lriki/Lumino
1a80430f4a83dbdfbe965b3d5b16064991b3edb0
[ "MIT" ]
35
2016-04-18T06:14:08.000Z
2020-02-09T15:51:58.000Z
lumino/Runtime/include/LuminoEngine/Graphics/RenderState.hpp
lriki/Lumino
1a80430f4a83dbdfbe965b3d5b16064991b3edb0
[ "MIT" ]
5
2016-04-03T02:52:05.000Z
2018-01-02T16:53:06.000Z
// Copyright (c) 2019+ lriki. Distributed under the MIT license. #pragma once #include "Common.hpp" namespace ln { /** ブレンディングの演算方法 */ enum class BlendOp : uint8_t { /** 転送元に転送先を加算する。*/ Add, /** 転送元から転送先を減算する。*/ Subtract, /** 転送先から転送元を減算する。*/ ReverseSubtract, /** 転送先と転送元から小さいほうを使用する。*/...
21.382222
88
0.647475
[ "solid" ]
3a17a50d8a0eb7c103ae964e375b25666aab8a86
2,016
cpp
C++
anycas/src/CASHelperEngineImpl.cpp
rdkcmf/rdk-mediaframework
55c7753eedaeb15719c5825f212372857459a87e
[ "Apache-2.0" ]
null
null
null
anycas/src/CASHelperEngineImpl.cpp
rdkcmf/rdk-mediaframework
55c7753eedaeb15719c5825f212372857459a87e
[ "Apache-2.0" ]
null
null
null
anycas/src/CASHelperEngineImpl.cpp
rdkcmf/rdk-mediaframework
55c7753eedaeb15719c5825f212372857459a87e
[ "Apache-2.0" ]
null
null
null
/** * If not stated otherwise in this file or this component's LICENSE * file the following copyright and licenses apply: * * Copyright 2021 RDK Management * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of th...
29.647059
186
0.754464
[ "vector" ]
3a18fe70e3e2c9b7128bd156a9b2f2c8b711bd17
113,439
cpp
C++
Tests/ResultSetTest.cpp
bowlofstew/mapd-core
21fc39fab9e1dc2c1682bcf3dcc2b49d5503aea6
[ "Apache-2.0" ]
2
2017-05-08T15:46:34.000Z
2017-05-08T23:22:37.000Z
Tests/ResultSetTest.cpp
ngaut/mapd-core
21fc39fab9e1dc2c1682bcf3dcc2b49d5503aea6
[ "Apache-2.0" ]
4
2021-03-12T22:00:18.000Z
2021-03-12T22:01:09.000Z
Tests/ResultSetTest.cpp
bowlofstew/mapd-core
21fc39fab9e1dc2c1682bcf3dcc2b49d5503aea6
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2017 MapD Technologies, 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 o...
39.663986
119
0.666473
[ "vector" ]
3a1ba875e24a7c65cec475e2d5a872a9e1251113
2,303
hpp
C++
include/draw_functions.hpp
Andrew15-5/walk-game
550f4adeb4933fd298866cde0dd30dca11559334
[ "MIT" ]
null
null
null
include/draw_functions.hpp
Andrew15-5/walk-game
550f4adeb4933fd298866cde0dd30dca11559334
[ "MIT" ]
null
null
null
include/draw_functions.hpp
Andrew15-5/walk-game
550f4adeb4933fd298866cde0dd30dca11559334
[ "MIT" ]
null
null
null
#ifndef DRAW_FUNCTIONS_HPP #define DRAW_FUNCTIONS_HPP #include "include/vector3.hpp" #include <GL/gl.h> // =========================== Complex shapes =================================== void draw_3d_axis(); void draw_floor(Vector3 left_front, Vector3 right_back, GLuint texture_id); void draw_wall(Vector3 left_bottom...
35.984375
94
0.691272
[ "mesh" ]
3a1ed74bdc8be519619f7b88e5c2bb57b3b55860
3,334
hpp
C++
lumino/RuntimeCore/include/LuminoEngine/Engine/Diagnostics.hpp
LuminoEngine/Lumino
370db149da12abbe1c01a3a42b6caf07ca4000fe
[ "MIT" ]
113
2020-03-05T01:27:59.000Z
2022-03-28T13:20:51.000Z
lumino/RuntimeCore/include/LuminoEngine/Engine/Diagnostics.hpp
LuminoEngine/Lumino
370db149da12abbe1c01a3a42b6caf07ca4000fe
[ "MIT" ]
13
2020-03-23T20:36:44.000Z
2022-02-28T11:07:32.000Z
lumino/RuntimeCore/include/LuminoEngine/Engine/Diagnostics.hpp
LuminoEngine/Lumino
370db149da12abbe1c01a3a42b6caf07ca4000fe
[ "MIT" ]
12
2020-12-21T12:03:59.000Z
2021-12-15T02:07:49.000Z
#pragma once #include "../Reflection/Object.hpp" namespace ln { class DiagnosticsItem; class ProfilingItem; class ProfilingSection; enum class DiagnosticsLevel { Error, Warning, Info, }; class LN_API DiagnosticsManager : public Object { public: static DiagnosticsManager* activeDiagnostics();...
23.478873
102
0.732454
[ "object" ]
3a26d36dc2ea6461e4a86bc113032c63eb28e1f1
12,155
cc
C++
open_spiel/game_transforms/restricted_nash_response.cc
ajain-23/open_spiel
a6a0f0129571bb6f0e6832e870e299663fb7cdd5
[ "Apache-2.0" ]
2
2020-01-24T10:04:07.000Z
2020-01-24T17:11:31.000Z
open_spiel/game_transforms/restricted_nash_response.cc
ajain-23/open_spiel
a6a0f0129571bb6f0e6832e870e299663fb7cdd5
[ "Apache-2.0" ]
18
2021-05-04T16:46:17.000Z
2021-10-11T14:46:33.000Z
open_spiel/game_transforms/restricted_nash_response.cc
ajain-23/open_spiel
a6a0f0129571bb6f0e6832e870e299663fb7cdd5
[ "Apache-2.0" ]
1
2021-08-21T17:15:51.000Z
2021-08-21T17:15:51.000Z
// Copyright 2019 DeepMind Technologies Ltd. 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 require...
33.857939
79
0.703167
[ "vector" ]
3a2a83dacf825139febbc2de530f63aebb6589ff
19,611
cpp
C++
scr/ConvexHull/CnvH.cpp
dZh0/ConvexHull
dc8a4833143349292d700654afb0fd775e94f1d5
[ "Unlicense" ]
null
null
null
scr/ConvexHull/CnvH.cpp
dZh0/ConvexHull
dc8a4833143349292d700654afb0fd775e94f1d5
[ "Unlicense" ]
null
null
null
scr/ConvexHull/CnvH.cpp
dZh0/ConvexHull
dc8a4833143349292d700654afb0fd775e94f1d5
[ "Unlicense" ]
null
null
null
// debug dependencies #include <assert.h> // true dependencies #include <fstream> #include <queue> #include <unordered_set> #include "CnvH.h" // Creates CnvH from C-style FVector array. CnvH::CnvH(FVector const* p_arr, int _size) : CnvH::CnvH(){ collection.reserve(_size); for (int i = 0; i < _size; i++) {...
32.414876
131
0.57172
[ "geometry", "vector", "3d" ]
3a2c49ac099d3f7cd2d4edc18172edbc7d2492f1
68,629
cpp
C++
src/dict/new_dict_entries.cpp
wa1tnr/yaffa_samD51-exp
555f0e0bbba5c453366960d16573d368065f62f3
[ "MIT" ]
2
2019-08-29T04:14:20.000Z
2021-07-10T05:51:11.000Z
src/dict/new_dict_entries.cpp
wa1tnr/yaffa_samD51-exp
555f0e0bbba5c453366960d16573d368065f62f3
[ "MIT" ]
1
2019-08-30T01:12:05.000Z
2019-08-30T01:12:05.000Z
src/dict/new_dict_entries.cpp
wa1tnr/yaffa_samD51-exp
555f0e0bbba5c453366960d16573d368065f62f3
[ "MIT" ]
1
2019-08-30T00:13:54.000Z
2019-08-30T00:13:54.000Z
// Fri 22 Jun 18:03:52 UTC 2018 // 4737-a3b-005- // new_dict_entries.cpp // source: dict_entries.cpp // previous timestamps: // Thu 21 Jun 22:17:21 UTC 2018 // 4737-a3b-001- +dict_comments_only.cpp file // Thu 21 Jun 17:57:32 UTC 2018 // 4737-a3a-0fe- /* model - target code (in the dictionary files, elsewhere i...
31.935319
149
0.588483
[ "object", "model" ]
3a2c65f071b65990c1edeccf2843ccaa6b4eb565
5,691
cpp
C++
GraphTheory/vertex_coloring.cpp
landcelita/algorithm
544736df6b3cbe20ec58d44d81fe9372b8acd93e
[ "CC0-1.0" ]
197
2018-08-19T06:49:14.000Z
2022-03-26T04:11:48.000Z
GraphTheory/vertex_coloring.cpp
landcelita/algorithm
544736df6b3cbe20ec58d44d81fe9372b8acd93e
[ "CC0-1.0" ]
null
null
null
GraphTheory/vertex_coloring.cpp
landcelita/algorithm
544736df6b3cbe20ec58d44d81fe9372b8acd93e
[ "CC0-1.0" ]
15
2018-09-14T09:15:12.000Z
2021-11-16T12:43:43.000Z
// // 彩色数を求める O(N2^N) のアルゴリズム // // cf. // https://drken1215.hatenablog.com/entry/2019/01/16/030000 // // verified // AOJ 2136 Webby Subway // http://judge.u-aizu.ac.jp/onlinejudge/description.jsp?id=2136 // #include <iostream> #include <vector> #include <cmath> #include <iomanip> using namespace std; // 彩色...
34.91411
122
0.491829
[ "vector" ]