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
29906b72b943a99d853b3481ca2dc65ff75332f0
1,408
cpp
C++
esercizi_prove/esercizi_seconda_intercorso/massimo_sottoarray.cpp
AntonioEmmanuele/asd_homework_esercizi
7eaad2ae78f0ada90d1c6264cd02a05f26c31941
[ "Apache-2.0" ]
null
null
null
esercizi_prove/esercizi_seconda_intercorso/massimo_sottoarray.cpp
AntonioEmmanuele/asd_homework_esercizi
7eaad2ae78f0ada90d1c6264cd02a05f26c31941
[ "Apache-2.0" ]
null
null
null
esercizi_prove/esercizi_seconda_intercorso/massimo_sottoarray.cpp
AntonioEmmanuele/asd_homework_esercizi
7eaad2ae78f0ada90d1c6264cd02a05f26c31941
[ "Apache-2.0" ]
null
null
null
/* https://leetcode.com/problems/maximum-subarray/ */ #include <iostream> #include<vector> using namespace std; //1- sottoproblemi sono i suffissi array[i:] Theta(n) //2-Guess consiste nell'indovinare per ognni indice se fare la somma o usarlo come punto di partenza // per una nuova sequenza Theta(1) // 3-max_sum=maxi...
40.228571
111
0.684659
[ "vector" ]
2992cd57a7ce18ff609465a654c319d909d3283b
9,066
cpp
C++
tools/fuzz_torrent.cpp
luluandleilei/libtorrent
8648de3706efe0d9ab2504793bd0dd8a9566a1d6
[ "BSL-1.0", "BSD-3-Clause" ]
null
null
null
tools/fuzz_torrent.cpp
luluandleilei/libtorrent
8648de3706efe0d9ab2504793bd0dd8a9566a1d6
[ "BSL-1.0", "BSD-3-Clause" ]
null
null
null
tools/fuzz_torrent.cpp
luluandleilei/libtorrent
8648de3706efe0d9ab2504793bd0dd8a9566a1d6
[ "BSL-1.0", "BSD-3-Clause" ]
null
null
null
/* Copyright (c) 2015, Arvid Norberg 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 the f...
21.741007
81
0.644827
[ "vector" ]
2994087e07febc003f69c1b2d0df2c61fcd008e3
999
cpp
C++
source/14.cpp
narikbi/LeetCode
835215c21d1bd6820b20c253026bcb6f889ed3fc
[ "MIT" ]
2
2017-02-28T11:39:13.000Z
2019-12-07T17:23:20.000Z
source/14.cpp
narikbi/LeetCode
835215c21d1bd6820b20c253026bcb6f889ed3fc
[ "MIT" ]
null
null
null
source/14.cpp
narikbi/LeetCode
835215c21d1bd6820b20c253026bcb6f889ed3fc
[ "MIT" ]
null
null
null
// // 14.cpp // LeetCode // // Created by Narikbi on 11.04.17. // Copyright © 2017 app.leetcode.kz. All rights reserved. // #include <stdio.h> #include <iostream> #include <vector> #include <string> #include <algorithm> #include <deque> #include <queue> #include <set> #include <map> #include <stack> #include <cmat...
18.849057
66
0.520521
[ "vector" ]
2998287d73e81a335ea74489c4d0b3434352bbc0
18,204
cc
C++
src/bringup/bin/virtcon/vc-device.cc
EnderNightLord-ChromeBook/fuchsia-pine64-pinephone
05e2c059b57b6217089090a0315971d1735ecf57
[ "BSD-3-Clause" ]
14
2020-10-25T05:48:36.000Z
2021-09-20T02:46:20.000Z
src/bringup/bin/virtcon/vc-device.cc
EnderNightLord-ChromeBook/fuchsia-pine64-pinephone
05e2c059b57b6217089090a0315971d1735ecf57
[ "BSD-3-Clause" ]
null
null
null
src/bringup/bin/virtcon/vc-device.cc
EnderNightLord-ChromeBook/fuchsia-pine64-pinephone
05e2c059b57b6217089090a0315971d1735ecf57
[ "BSD-3-Clause" ]
2
2020-10-25T01:13:49.000Z
2020-10-26T02:32:13.000Z
// 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 <assert.h> #include <fcntl.h> #include <lib/gfx-font-data/gfx-font-data.h> #include <stdlib.h> #include <string.h> #include <sys/param.h> #include...
32.682226
100
0.655955
[ "render" ]
299c622c32845bbb80324ff080ca211793ced6ee
6,430
hpp
C++
src/external/boost/boost_1_68_0/boost/type_erasure/register_binding.hpp
Bpowers4/turicreate
73dad213cc1c4f74337b905baea2b3a1e5a0266c
[ "BSD-3-Clause" ]
11,356
2017-12-08T19:42:32.000Z
2022-03-31T16:55:25.000Z
src/external/boost/boost_1_68_0/boost/type_erasure/register_binding.hpp
Bpowers4/turicreate
73dad213cc1c4f74337b905baea2b3a1e5a0266c
[ "BSD-3-Clause" ]
2,402
2017-12-08T22:31:01.000Z
2022-03-28T19:25:52.000Z
src/external/boost/boost_1_68_0/boost/type_erasure/register_binding.hpp
Bpowers4/turicreate
73dad213cc1c4f74337b905baea2b3a1e5a0266c
[ "BSD-3-Clause" ]
1,343
2017-12-08T19:47:19.000Z
2022-03-26T11:31:36.000Z
// Boost.TypeErasure library // // Copyright 2015 Steven Watanabe // // 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) // // $Id$ #ifndef BOOST_TYPE_ERASURE_REGISTER_BINDING_HPP_INCLUDED #define BOOST_TYPE_ERASURE_...
35.32967
127
0.693935
[ "vector", "model", "transform" ]
29a177e4ab780d39226ccc8d5173697aebd1283a
2,636
cc
C++
ash/system/phonehub/phone_connected_view.cc
DamieFC/chromium
54ce2d3c77723697efd22cfdb02aea38f9dfa25c
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2020-10-18T02:33:40.000Z
2020-10-18T02:33:40.000Z
ash/system/phonehub/phone_connected_view.cc
DamieFC/chromium
54ce2d3c77723697efd22cfdb02aea38f9dfa25c
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
3
2021-05-17T16:28:52.000Z
2021-05-21T22:42:22.000Z
ash/system/phonehub/phone_connected_view.cc
DamieFC/chromium
54ce2d3c77723697efd22cfdb02aea38f9dfa25c
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// Copyright 2020 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 "ash/system/phonehub/phone_connected_view.h" #include <memory> #include "ash/style/ash_color_provider.h" #include "ash/system/phonehub/notifica...
33.794872
75
0.777314
[ "geometry" ]
29a2cda4d4415a784d8a7981b5c0eebad43b4afe
2,373
cpp
C++
code/old_FINDER_CN_cost_tf/src/lib/graph.cpp
faraz2023/FINDER
170255f9a442b11e1a27483fe6eaf2ee61766454
[ "MIT" ]
87
2020-03-09T01:02:07.000Z
2022-03-27T10:40:31.000Z
code/old_FINDER_CN_cost_tf/src/lib/graph.cpp
faraz2023/FINDER
170255f9a442b11e1a27483fe6eaf2ee61766454
[ "MIT" ]
24
2020-05-27T12:03:02.000Z
2022-03-23T12:11:09.000Z
code/old_FINDER_CN_cost_tf/src/lib/graph.cpp
faraz2023/FINDER
170255f9a442b11e1a27483fe6eaf2ee61766454
[ "MIT" ]
35
2020-06-13T23:52:42.000Z
2022-03-27T05:21:20.000Z
#include "graph.h" #include <cassert> #include <iostream> #include <random> #include <iterator> //#include "stdio.h" Graph::Graph() : num_nodes(0), num_edges(0) { edge_list.clear(); adj_list.clear(); nodes_weight.clear(); total_nodes_weight= 0.0; } Graph::Graph(const int _num_nodes, const int _num_edg...
24.71875
140
0.597977
[ "vector" ]
29a4a60cbafa9adc9e14ffadc0db548f075f9cf4
1,930
cpp
C++
src/Messages/HitFailMessage.cpp
BigETI/WhackAStoodentServer
05c670a9b745262ae926aebcb1fce0f1ecc5f4d2
[ "MIT" ]
1
2021-04-28T20:32:57.000Z
2021-04-28T20:32:57.000Z
src/Messages/HitFailMessage.cpp
BigETI/WhackAStoodentServer
05c670a9b745262ae926aebcb1fce0f1ecc5f4d2
[ "MIT" ]
7
2021-08-24T14:09:33.000Z
2021-08-30T12:47:40.000Z
src/Messages/HitFailMessage.cpp
BigETI/WhackAStoodentServer
05c670a9b745262ae926aebcb1fce0f1ecc5f4d2
[ "MIT" ]
null
null
null
#include <Messages/HitFailMessage.hpp> /// <summary> /// Constructs a hit fail message /// </summary> WhackAStoodentServer::Messages::HitFailMessage::HitFailMessage() : WhackAStoodentServer::Messages::ASerializableMessage<WhackAStoodentServer::EMessageType::HitFail>() { // ... } /// <summary> /// Constructs a hit ...
31.129032
163
0.752332
[ "vector" ]
29a8014895a7280dda8d8856e8338ccfdfcc801a
2,254
cc
C++
chrome/browser/ui/views/extensions/extension_permissions_view.cc
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chrome/browser/ui/views/extensions/extension_permissions_view.cc
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
chrome/browser/ui/views/extensions/extension_permissions_view.cc
Ron423c/chromium
2edf7b980065b648f8b2a6e52193d83832fe36b7
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2021-03-07T14:20:02.000Z
2021-03-07T14:20:02.000Z
// 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 "chrome/browser/ui/views/extensions/extension_permissions_view.h" #include "chrome/browser/extensions/install_prompt_permissions.h" #include "ch...
40.981818
78
0.759982
[ "vector" ]
29abbcb4ec0a59b63a353a78a0f2debb2dc9dcee
1,798
cc
C++
imm/src/model/ListTagPhotosResult.cc
sdk-team/aliyun-openapi-cpp-sdk
d0e92f6f33126dcdc7e40f60582304faf2c229b7
[ "Apache-2.0" ]
3
2020-01-06T08:23:14.000Z
2022-01-22T04:41:35.000Z
imm/src/model/ListTagPhotosResult.cc
sdk-team/aliyun-openapi-cpp-sdk
d0e92f6f33126dcdc7e40f60582304faf2c229b7
[ "Apache-2.0" ]
null
null
null
imm/src/model/ListTagPhotosResult.cc
sdk-team/aliyun-openapi-cpp-sdk
d0e92f6f33126dcdc7e40f60582304faf2c229b7
[ "Apache-2.0" ]
null
null
null
/* * 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.441176
82
0.740267
[ "vector", "model" ]
29ac0209fe99d33b638a25bec4b027f18dfcf794
24,172
hpp
C++
src/Dialect/ONNX/ShapeInference/ONNXShapeHelper.hpp
bxing-groq/onnx-mlir
993f296b9275a2c7a9b7e9fa645a569603d09191
[ "Apache-2.0" ]
null
null
null
src/Dialect/ONNX/ShapeInference/ONNXShapeHelper.hpp
bxing-groq/onnx-mlir
993f296b9275a2c7a9b7e9fa645a569603d09191
[ "Apache-2.0" ]
null
null
null
src/Dialect/ONNX/ShapeInference/ONNXShapeHelper.hpp
bxing-groq/onnx-mlir
993f296b9275a2c7a9b7e9fa645a569603d09191
[ "Apache-2.0" ]
null
null
null
/* * SPDX-License-Identifier: Apache-2.0 */ //===----------------ONNXShapeHelper.hpp - help for shapes----------------=== // // // Copyright 2020 The IBM Research Authors. // // ============================================================================= // // This file has the computations to compute the shapes us...
43.318996
80
0.768244
[ "object", "shape", "vector" ]
29ae158f5c79ffc8b4db399d4ac20456dca47af9
3,731
cc
C++
proxy/src/onlProxy.cc
WU-ARL/ONLdaemons
d01e84a1fb80065d2e2ab7dca5b6f2c72313760f
[ "Apache-2.0" ]
null
null
null
proxy/src/onlProxy.cc
WU-ARL/ONLdaemons
d01e84a1fb80065d2e2ab7dca5b6f2c72313760f
[ "Apache-2.0" ]
null
null
null
proxy/src/onlProxy.cc
WU-ARL/ONLdaemons
d01e84a1fb80065d2e2ab7dca5b6f2c72313760f
[ "Apache-2.0" ]
null
null
null
/* * $Source: /project/arl/arlcvs/cvsroot/wu_arl/openNetLab/proxy/onlProxy.cc,v $ * $Author: cgw1 $ * $Date: 2007/03/23 21:05:05 $ * $Revision: 1.9 $ * $Name: $ * * File: try.c * Created: 12/29/2004 10:56:15 AM CST * Author: Fred Kunhns, <fredk@cse.wustl.edu> * Organization: Applied Resear...
25.554795
111
0.578397
[ "vector" ]
29ae310c2b53e44bc27c75d168f4eb24f3ecfe50
13,382
cpp
C++
qwebrtcpeerconnection.cpp
strfry/qwebrtc
8f1a4e2a038b37d6c780477c7945387a478163ac
[ "BSD-3-Clause" ]
1
2021-07-31T12:07:08.000Z
2021-07-31T12:07:08.000Z
qwebrtcpeerconnection.cpp
strfry/qwebrtc
8f1a4e2a038b37d6c780477c7945387a478163ac
[ "BSD-3-Clause" ]
null
null
null
qwebrtcpeerconnection.cpp
strfry/qwebrtc
8f1a4e2a038b37d6c780477c7945387a478163ac
[ "BSD-3-Clause" ]
2
2018-06-15T20:44:34.000Z
2020-01-08T00:24:12.000Z
#include <memory> #include "qwebrtcpeerconnection.hpp" #include "qwebrtcpeerconnection_p.hpp" #include "qwebrtcmediastream_p.hpp" #include "qwebrtcdatachannel_p.hpp" #include "qwebrtctypes_p.hpp" #include "qwebrtcicecandidate.hpp" #include <api/peerconnectioninterface.h> #include <api/datachannelinterface.h> #include <...
36.966851
139
0.745404
[ "vector" ]
29afa87ce0a2e715c8702a15d7b6efe88983b31a
23,539
cpp
C++
libnd4j/include/loops/cpu/broadcasting_bool.cpp
achalagarwal/deeplearning4j
91219603a0ba7bdc34198b3f19fc84d068d2b499
[ "Apache-2.0" ]
null
null
null
libnd4j/include/loops/cpu/broadcasting_bool.cpp
achalagarwal/deeplearning4j
91219603a0ba7bdc34198b3f19fc84d068d2b499
[ "Apache-2.0" ]
null
null
null
libnd4j/include/loops/cpu/broadcasting_bool.cpp
achalagarwal/deeplearning4j
91219603a0ba7bdc34198b3f19fc84d068d2b499
[ "Apache-2.0" ]
null
null
null
/******************************************************************************* * Copyright (c) 2015-2018 Skymind, Inc. * * This program and the accompanying materials are made available under the * terms of the Apache License, Version 2.0 which is available at * https://www.apache.org/licenses/LICENSE-2.0. * *...
49.660338
177
0.453843
[ "shape" ]
29b25ebf283665fd4932b16a8fc6dbeda23eb4b2
188,015
cpp
C++
Code/Framework/AzCore/Tests/Patching.cpp
BreakerOfThings/o3de
f4c59f868c726470ec910623facd836047d059c3
[ "Apache-2.0", "MIT" ]
11
2021-07-08T09:58:26.000Z
2022-03-17T17:59:26.000Z
Code/Framework/AzCore/Tests/Patching.cpp
RoddieKieley/o3de
e804fd2a4241b039a42d9fa54eaae17dc94a7a92
[ "Apache-2.0", "MIT" ]
29
2021-07-06T19:33:52.000Z
2022-03-22T10:27:49.000Z
Code/Framework/AzCore/Tests/Patching.cpp
RoddieKieley/o3de
e804fd2a4241b039a42d9fa54eaae17dc94a7a92
[ "Apache-2.0", "MIT" ]
4
2021-07-06T19:24:43.000Z
2022-03-31T12:42:27.000Z
/* * Copyright (c) Contributors to the Open 3D Engine Project. * For complete copyright and license terms please see the LICENSE at the root of this distribution. * * SPDX-License-Identifier: Apache-2.0 OR MIT * */ #include "FileIOBaseTestTypes.h" #include <AzCore/Serialization/DataPatch.h> #include <AzCore/Ser...
55.807361
302
0.626157
[ "object", "vector", "3d" ]
29bf3047a18761844996e172c2f3de1e4cf6b9a3
9,134
hpp
C++
viennacl/linalg/lu.hpp
denis14/ViennaCL-1.5.2
fec808905cca30196e10126681611bdf8da5297a
[ "MIT" ]
null
null
null
viennacl/linalg/lu.hpp
denis14/ViennaCL-1.5.2
fec808905cca30196e10126681611bdf8da5297a
[ "MIT" ]
null
null
null
viennacl/linalg/lu.hpp
denis14/ViennaCL-1.5.2
fec808905cca30196e10126681611bdf8da5297a
[ "MIT" ]
null
null
null
#ifndef VIENNACL_LINALG_LU_HPP #define VIENNACL_LINALG_LU_HPP /* ========================================================================= Copyright (c) 2010-2014, Institute for Microelectronics, Institute for Analysis and Scientific Computing, TU Wien. Por...
40.061404
134
0.577075
[ "vector" ]
29c23353ddeb264ea693f57755b55d4c1b04842f
3,217
hpp
C++
ftp_loader/memory.hpp
ALEHACKsp/ftp_loader
9e0e6a7230bfd57b02868d8d9b2cafc6f205b864
[ "Unlicense" ]
1
2022-01-14T20:22:50.000Z
2022-01-14T20:22:50.000Z
ftp_loader/memory.hpp
ALEHACKsp/ftp_loader
9e0e6a7230bfd57b02868d8d9b2cafc6f205b864
[ "Unlicense" ]
null
null
null
ftp_loader/memory.hpp
ALEHACKsp/ftp_loader
9e0e6a7230bfd57b02868d8d9b2cafc6f205b864
[ "Unlicense" ]
null
null
null
#pragma once namespace memory { inline bool open_process( std::string path, std::vector<std::string> arguments, PROCESS_INFORMATION& pi ) { STARTUPINFO si; { ZeroMemory( &si, sizeof( si ) ); si.cb = sizeof( si ); } ZeroMemory( &pi, sizeof( pi ) ); std::string str_path{}; str_path += path; for ...
22.496503
146
0.621697
[ "vector" ]
29c4481bb1cd50a612266854133b33a7811f7bb8
11,259
cpp
C++
aten/src/ATen/native/mkl/SpectralOps.cpp
jsun94/nimble
e5c899a69677818b1becc58100577441e15ede13
[ "BSD-3-Clause" ]
206
2020-11-28T22:56:38.000Z
2022-03-27T02:33:04.000Z
aten/src/ATen/native/mkl/SpectralOps.cpp
jsun94/nimble
e5c899a69677818b1becc58100577441e15ede13
[ "BSD-3-Clause" ]
19
2020-12-09T23:13:14.000Z
2022-01-24T23:24:08.000Z
aten/src/ATen/native/mkl/SpectralOps.cpp
jsun94/nimble
e5c899a69677818b1becc58100577441e15ede13
[ "BSD-3-Clause" ]
28
2020-11-29T15:25:12.000Z
2022-01-20T02:16:27.000Z
#include <ATen/ATen.h> #include <ATen/NativeFunctions.h> #include <ATen/native/SpectralOpsUtils.h> #include <ATen/Config.h> #if !AT_MKL_ENABLED() namespace at { namespace native { Tensor _fft_mkl(const Tensor& input, int64_t signal_ndim, bool complex_input, bool complex_output, bool i...
40.210714
102
0.679723
[ "vector", "transform" ]
29c653ec56ca3759070721cb18989f658585b24c
36,402
cpp
C++
aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp
ashutom/pytorch
71061b4528ff267eeac2303fa508ace2f1e36798
[ "Intel" ]
null
null
null
aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp
ashutom/pytorch
71061b4528ff267eeac2303fa508ace2f1e36798
[ "Intel" ]
null
null
null
aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp
ashutom/pytorch
71061b4528ff267eeac2303fa508ace2f1e36798
[ "Intel" ]
null
null
null
#define TORCH_ASSERT_ONLY_METHOD_OPERATORS #include <ATen/Dispatch.h> #include <ATen/ExpandUtils.h> #include <ATen/Parallel.h> #include <ATen/SparseCsrTensorUtils.h> #include <ATen/SparseTensorUtils.h> #include <ATen/core/Tensor.h> #include <ATen/mkl/Sparse.h> #include <ATen/native/BinaryOps.h> #include <ATen/native/CP...
33.4885
125
0.641696
[ "shape", "vector" ]
29c8d7c5f1d7039f68cdea62e44c291c67e9b38d
10,867
hpp
C++
include/opentxs/core/OTStoragePB.hpp
rfree2/opentxs
3f61dd0abe2e35b7bc52008517873174b2f9dfa7
[ "MIT" ]
null
null
null
include/opentxs/core/OTStoragePB.hpp
rfree2/opentxs
3f61dd0abe2e35b7bc52008517873174b2f9dfa7
[ "MIT" ]
null
null
null
include/opentxs/core/OTStoragePB.hpp
rfree2/opentxs
3f61dd0abe2e35b7bc52008517873174b2f9dfa7
[ "MIT" ]
null
null
null
/************************************************************ * * OPEN TRANSACTIONS * * Financial Cryptography and Digital Cash * Library, Protocol, API, Server, CLI, GUI * * -- Anonymous Numbered Accounts. * -- Untraceable Digital Cash. * -- Triple-Signed Receipts...
34.065831
80
0.648753
[ "vector" ]
29c91454a83d0e5167889a4b265569316fc3421d
8,919
cpp
C++
lib/mayaUsd/commands/baseImportCommand.cpp
ika-rporter/maya-usd
8f216a4fb955fc44c0abda55caa53ed295aaa625
[ "Apache-2.0" ]
507
2019-07-30T20:05:10.000Z
2022-03-30T07:38:43.000Z
lib/mayaUsd/commands/baseImportCommand.cpp
ika-rporter/maya-usd
8f216a4fb955fc44c0abda55caa53ed295aaa625
[ "Apache-2.0" ]
1,188
2019-07-31T11:27:27.000Z
2022-03-31T21:06:06.000Z
lib/mayaUsd/commands/baseImportCommand.cpp
ika-rporter/maya-usd
8f216a4fb955fc44c0abda55caa53ed295aaa625
[ "Apache-2.0" ]
165
2019-07-30T22:27:57.000Z
2022-03-25T07:20:23.000Z
// // Copyright 2016 Pixar // Copyright 2020 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 ...
32.911439
101
0.650409
[ "vector" ]
29cdffa18839c4216e42934a9a1ccedd238d1050
9,445
hpp
C++
stapl_release/stapl/containers/partitions/splitter.hpp
parasol-ppl/PPL_utils
92728bb89692fda1705a0dee436592d97922a6cb
[ "BSD-3-Clause" ]
null
null
null
stapl_release/stapl/containers/partitions/splitter.hpp
parasol-ppl/PPL_utils
92728bb89692fda1705a0dee436592d97922a6cb
[ "BSD-3-Clause" ]
null
null
null
stapl_release/stapl/containers/partitions/splitter.hpp
parasol-ppl/PPL_utils
92728bb89692fda1705a0dee436592d97922a6cb
[ "BSD-3-Clause" ]
null
null
null
/* // Copyright (c) 2000-2009, Texas Engineering Experiment Station (TEES), a // component of the Texas A&M University System. // All rights reserved. // The information and source code contained herein is the exclusive // property of TEES and may not be disclosed, examined or reproduced // in whole or in part withou...
32.457045
77
0.531498
[ "vector" ]
29ce682858f0c616b40767e584c34b5b65f6c5a7
12,445
cpp
C++
src/IECoreScene/MeshPrimitiveShrinkWrapOp.cpp
ericmehl/cortex
054839cc709ce153d1bcaaefe7f340ebe641ec82
[ "BSD-3-Clause" ]
386
2015-01-02T11:10:43.000Z
2022-03-10T15:12:20.000Z
src/IECoreScene/MeshPrimitiveShrinkWrapOp.cpp
ericmehl/cortex
054839cc709ce153d1bcaaefe7f340ebe641ec82
[ "BSD-3-Clause" ]
484
2015-01-09T18:28:06.000Z
2022-03-31T16:02:04.000Z
src/IECoreScene/MeshPrimitiveShrinkWrapOp.cpp
ericmehl/cortex
054839cc709ce153d1bcaaefe7f340ebe641ec82
[ "BSD-3-Clause" ]
99
2015-01-28T23:18:04.000Z
2022-03-27T00:59:39.000Z
////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2008-2010, Image Engine Design Inc. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: // // ...
32.157623
195
0.71354
[ "mesh", "object" ]
29ce79bda6cfc8201ee72e6e99373e298adcc6e0
1,793
cc
C++
mindspore/lite/src/runtime/kernel/arm/fp16/layout_transform_fp16.cc
GuoSuiming/mindspore
48afc4cfa53d970c0b20eedfb46e039db2a133d5
[ "Apache-2.0" ]
55
2020-12-17T10:26:06.000Z
2022-03-28T07:18:26.000Z
mindspore/lite/src/runtime/kernel/arm/fp16/layout_transform_fp16.cc
forwhat461/mindspore
59a277756eb4faad9ac9afcc7fd526e8277d4994
[ "Apache-2.0" ]
null
null
null
mindspore/lite/src/runtime/kernel/arm/fp16/layout_transform_fp16.cc
forwhat461/mindspore
59a277756eb4faad9ac9afcc7fd526e8277d4994
[ "Apache-2.0" ]
14
2021-01-29T02:39:47.000Z
2022-03-23T05:00:26.000Z
/** * Copyright 2020 Huawei Technologies 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 law...
44.825
105
0.730061
[ "transform" ]
29d0cc86e181bd9680404114ccc63363dd5bb896
4,023
cpp
C++
unit/unittest_color.cpp
ysak-y/apl-core-library
f0a99732c530fde9d9fac97c2d008c012594fc51
[ "Apache-2.0" ]
null
null
null
unit/unittest_color.cpp
ysak-y/apl-core-library
f0a99732c530fde9d9fac97c2d008c012594fc51
[ "Apache-2.0" ]
null
null
null
unit/unittest_color.cpp
ysak-y/apl-core-library
f0a99732c530fde9d9fac97c2d008c012594fc51
[ "Apache-2.0" ]
null
null
null
/** * Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "lice...
38.314286
76
0.638081
[ "vector" ]
29d81c6df1f02670850a793fe67353508b7c5e54
3,671
cpp
C++
clang-tools-extra/test/clang-tidy/checkers/modernize-return-braced-init-list.cpp
medismailben/llvm-project
e334a839032fe500c3bba22bf976ab7af13ce1c1
[ "Apache-2.0" ]
409
2015-01-03T23:52:34.000Z
2022-03-09T11:32:18.000Z
clang-tools-extra/test/clang-tidy/checkers/modernize-return-braced-init-list.cpp
medismailben/llvm-project
e334a839032fe500c3bba22bf976ab7af13ce1c1
[ "Apache-2.0" ]
410
2019-06-06T20:52:32.000Z
2022-01-18T14:21:48.000Z
clang-tools-extra/test/clang-tidy/checkers/modernize-return-braced-init-list.cpp
medismailben/llvm-project
e334a839032fe500c3bba22bf976ab7af13ce1c1
[ "Apache-2.0" ]
374
2015-02-02T05:23:26.000Z
2022-03-31T10:53:25.000Z
// RUN: %check_clang_tidy -std=c++14 %s modernize-return-braced-init-list %t // FIXME: Fix the checker to work in C++17 mode. namespace std { typedef decltype(sizeof(int)) size_t; // libc++'s implementation template <class _E> class initializer_list { const _E *__begin_; size_t __size_; initializer_list(const ...
18.355
176
0.614546
[ "vector" ]
29df8b1255b299f50f863179f036eaf4ac295e76
134,821
cpp
C++
framework/generated/generated_vulkan_ascii_consumer.cpp
davidlunarg/gfxreconstruct
8344c13ea0fcbd38e07b22065d5f5f6ff5999492
[ "Apache-2.0" ]
null
null
null
framework/generated/generated_vulkan_ascii_consumer.cpp
davidlunarg/gfxreconstruct
8344c13ea0fcbd38e07b22065d5f5f6ff5999492
[ "Apache-2.0" ]
null
null
null
framework/generated/generated_vulkan_ascii_consumer.cpp
davidlunarg/gfxreconstruct
8344c13ea0fcbd38e07b22065d5f5f6ff5999492
[ "Apache-2.0" ]
null
null
null
/* ** Copyright (c) 2018-2019 Valve Corporation ** Copyright (c) 2018-2019 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....
43.532774
109
0.614837
[ "object" ]
29dfa058041168344f32cc9d39a22ae72c0028fd
20,221
cpp
C++
hphp/runtime/ext/objprof/ext_heapgraph.cpp
jie-pan/hhvm
41853383c5b53a69ac2c67f9d3cce5e38c6eafa5
[ "PHP-3.01", "Zend-2.0" ]
null
null
null
hphp/runtime/ext/objprof/ext_heapgraph.cpp
jie-pan/hhvm
41853383c5b53a69ac2c67f9d3cce5e38c6eafa5
[ "PHP-3.01", "Zend-2.0" ]
null
null
null
hphp/runtime/ext/objprof/ext_heapgraph.cpp
jie-pan/hhvm
41853383c5b53a69ac2c67f9d3cce5e38c6eafa5
[ "PHP-3.01", "Zend-2.0" ]
null
null
null
/* +----------------------------------------------------------------------+ | HipHop for PHP | +----------------------------------------------------------------------+ | Copyright (c) 2010-present Facebook, Inc. (http://www.facebook.com) | | Copyrigh...
32.561997
79
0.647149
[ "object", "vector" ]
29e2a06d135d4d74daf0ca6fdc0180b25c0e9fd5
9,542
cpp
C++
be/src/vec/exec/vsort_node.cpp
13671653088/incubator-doris
2ccaa6338c272a953c93aaf9827779f9c8543251
[ "Apache-2.0" ]
null
null
null
be/src/vec/exec/vsort_node.cpp
13671653088/incubator-doris
2ccaa6338c272a953c93aaf9827779f9c8543251
[ "Apache-2.0" ]
null
null
null
be/src/vec/exec/vsort_node.cpp
13671653088/incubator-doris
2ccaa6338c272a953c93aaf9827779f9c8543251
[ "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...
36.7
99
0.635821
[ "vector" ]
29e2c0a3ec5b7d7576a2438c00778d840578a3a3
5,928
hpp
C++
external_codes/boost_multi/multi/detail/types.hpp
eugeneswalker/qmcpack
352ff27f163bb92e0c232c48bec8ae7951ed9d8c
[ "NCSA" ]
null
null
null
external_codes/boost_multi/multi/detail/types.hpp
eugeneswalker/qmcpack
352ff27f163bb92e0c232c48bec8ae7951ed9d8c
[ "NCSA" ]
11
2020-05-09T20:57:21.000Z
2020-06-10T00:00:17.000Z
external_codes/boost_multi/multi/detail/types.hpp
mmorale3/qmcpack
b1a358d8aeb63a96bccabafea5d899afa4520d13
[ "NCSA" ]
null
null
null
#ifdef COMPILATION_INSTRUCTIONS $CXXX $CXXFLAGS $0 -o $0$X&&$0$X&&rm $0$X;exit #endif // © Alfredo A. Correa 2018-2020 #ifndef MULTI_DETAIL_TYPES_HPP #define MULTI_DETAIL_TYPES_HPP //#include "detail.hpp" #include "index_range.hpp" #include<tuple> // make_tuple #include<array> #include<cassert> #include<cstddef> #i...
29.939394
178
0.700574
[ "vector" ]
29e2c3c0c4ec5b11e1fff533cf3fd8bd331ffff1
46,296
cpp
C++
libraries/emitters/src/IREmitter.cpp
awf/ELL
25c94a1422efc41d5560db11b136f9d8f957ad41
[ "MIT" ]
1
2020-09-18T04:38:45.000Z
2020-09-18T04:38:45.000Z
libraries/emitters/src/IREmitter.cpp
awesomemachinelearning/ELL
cb897e3aec148a1e9bd648012b5f53ab9d0dd20c
[ "MIT" ]
null
null
null
libraries/emitters/src/IREmitter.cpp
awesomemachinelearning/ELL
cb897e3aec148a1e9bd648012b5f53ab9d0dd20c
[ "MIT" ]
null
null
null
//////////////////////////////////////////////////////////////////////////////////////////////////// // // Project: Embedded Learning Library (ELL) // File: IREmitter.cpp (emitters) // Authors: Umesh Madan // //////////////////////////////////////////////////////////////////////////////////////////////////// ...
36.197029
187
0.636448
[ "vector", "transform" ]
29e8213080c2ed3257af67b0d85683daa8b90d34
7,659
cpp
C++
gps/gnss/XtraSystemStatusObserver.cpp
atsuisofu/jouletheifos
9c386eb0df4ec6a923744472ed853173e17461ea
[ "FTL" ]
17
2018-09-15T16:30:19.000Z
2021-01-30T06:26:20.000Z
gps/gnss/XtraSystemStatusObserver.cpp
atsuisofu/jouletheifos
9c386eb0df4ec6a923744472ed853173e17461ea
[ "FTL" ]
1
2020-02-16T06:34:35.000Z
2021-06-14T15:32:35.000Z
gps/gnss/XtraSystemStatusObserver.cpp
atsuisofu/jouletheifos
9c386eb0df4ec6a923744472ed853173e17461ea
[ "FTL" ]
9
2018-10-08T03:30:27.000Z
2022-01-11T00:11:20.000Z
/* Copyright (c) 2017, The Linux Foundation. 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 ...
32.45339
97
0.614441
[ "vector" ]
29eb94d17d728c5644ac7be2b2fa0d5388e2c210
9,293
cpp
C++
REDSI_1160929_1161573/boost_1_67_0/libs/math/tools/bessel_derivative_append_negative.cpp
Wultyc/ISEP_1718_2A2S_REDSI_TrabalhoGrupo
eb0f7ef64e188fe871f47c2ef9cdef36d8a66bc8
[ "MIT" ]
85
2015-02-08T20:36:17.000Z
2021-11-14T20:38:31.000Z
libs/boost/libs/math/tools/bessel_derivative_append_negative.cpp
flingone/frameworks_base_cmds_remoted
4509d9f0468137ed7fd8d100179160d167e7d943
[ "Apache-2.0" ]
9
2015-01-28T16:33:19.000Z
2020-04-12T23:03:28.000Z
libs/boost/libs/math/tools/bessel_derivative_append_negative.cpp
flingone/frameworks_base_cmds_remoted
4509d9f0468137ed7fd8d100179160d167e7d943
[ "Apache-2.0" ]
27
2015-01-28T16:33:30.000Z
2021-08-12T05:04:39.000Z
// Copyright (c) 2014 Anton Bikineev // Use, modification and distribution are subject to 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) // // Appends negative test cases to the *.ipp files. // Takes the next parameters:...
30.369281
114
0.61358
[ "vector" ]
29ec5d0166563dccbe5fd58d25fdc74b8c84150e
2,285
hpp
C++
include/LIEF/PE/utils.hpp
lkollar/LIEF
04037644af42c75fbace582bd2eb64c061a197e5
[ "Apache-2.0" ]
4
2020-09-19T21:23:47.000Z
2020-10-02T19:17:04.000Z
include/LIEF/PE/utils.hpp
lkollar/LIEF
04037644af42c75fbace582bd2eb64c061a197e5
[ "Apache-2.0" ]
1
2020-10-05T15:19:24.000Z
2020-10-05T15:19:24.000Z
include/LIEF/PE/utils.hpp
lkollar/LIEF
04037644af42c75fbace582bd2eb64c061a197e5
[ "Apache-2.0" ]
1
2020-11-06T23:32:07.000Z
2020-11-06T23:32:07.000Z
/* Copyright 2017 R. Thomas * Copyright 2017 Quarkslab * * 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 appli...
33.115942
126
0.723414
[ "vector" ]
29ecc8ceb802500458d3f29b2d18013620df76f6
7,737
hpp
C++
src/kre/DisplayDevice.hpp
sweetkristas/Castles
1d68e74937e89cf5e0f8c9f6bd2bb2252ccc4c1b
[ "MIT" ]
null
null
null
src/kre/DisplayDevice.hpp
sweetkristas/Castles
1d68e74937e89cf5e0f8c9f6bd2bb2252ccc4c1b
[ "MIT" ]
null
null
null
src/kre/DisplayDevice.hpp
sweetkristas/Castles
1d68e74937e89cf5e0f8c9f6bd2bb2252ccc4c1b
[ "MIT" ]
null
null
null
/* Copyright (C) 2013-2014 by Kristina Simpson <sweet.kristas@gmail.com> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any pur...
33.493506
152
0.752876
[ "geometry", "render", "vector" ]
29ecef5df1f65e58c01ea5e6e6b41400b8bf3cad
9,516
cpp
C++
Engine/source/afx/afxSpellBook.cpp
John3/faustlogic_Torque3D-plus-AFX
45ea3c81707c944792cd785f87e86bc8085f654a
[ "Unlicense" ]
13
2015-04-13T21:46:01.000Z
2017-11-20T22:12:04.000Z
Engine/source/afx/afxSpellBook.cpp
John3/faustlogic_Torque3D-plus-AFX
45ea3c81707c944792cd785f87e86bc8085f654a
[ "Unlicense" ]
1
2015-11-16T23:57:12.000Z
2015-12-01T03:24:08.000Z
Engine/source/afx/afxSpellBook.cpp
John3/faustlogic_Torque3D-plus-AFX
45ea3c81707c944792cd785f87e86bc8085f654a
[ "Unlicense" ]
7
2015-04-14T23:27:16.000Z
2022-03-29T00:45:37.000Z
//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~// // Arcane-FX for MIT Licensed Open Source version of Torque 3D from GarageGames // Copyright (C) 2015 Faust Logic, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and ...
26.581006
114
0.620008
[ "object", "3d" ]
29eecfa3bb5df41724c0d469994a0e5a8e575e67
39,765
cxx
C++
PWGHF/vertexingHF/vHFML/AliAnalysisTaskSEDmesonTree.cxx
raquishp/AliPhysics
7b50836ec122eaf592f9c384fbd19f86e723135c
[ "BSD-3-Clause" ]
null
null
null
PWGHF/vertexingHF/vHFML/AliAnalysisTaskSEDmesonTree.cxx
raquishp/AliPhysics
7b50836ec122eaf592f9c384fbd19f86e723135c
[ "BSD-3-Clause" ]
null
null
null
PWGHF/vertexingHF/vHFML/AliAnalysisTaskSEDmesonTree.cxx
raquishp/AliPhysics
7b50836ec122eaf592f9c384fbd19f86e723135c
[ "BSD-3-Clause" ]
null
null
null
/* Copyright(c) 1998-2020, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ //************************************************************************* // \class AliAnalysisTaskSEDmesonTree // \brief Analysis task to produce trees of Lc candi...
38.198847
172
0.54294
[ "object", "vector", "model" ]
29f1c92455661e765f8aee55c8229ab3e4790122
11,976
cpp
C++
src/mlpack/tests/main_tests/adaboost_test.cpp
RMaron/mlpack
a179a2708d9555ab7ee4b1e90e0c290092edad2e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
6
2015-01-04T04:20:29.000Z
2016-07-21T23:30:34.000Z
src/mlpack/tests/main_tests/adaboost_test.cpp
RMaron/mlpack
a179a2708d9555ab7ee4b1e90e0c290092edad2e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
3
2017-01-23T18:39:30.000Z
2021-07-15T13:58:34.000Z
src/mlpack/tests/main_tests/adaboost_test.cpp
RMaron/mlpack
a179a2708d9555ab7ee4b1e90e0c290092edad2e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
3
2017-01-20T00:54:34.000Z
2020-05-16T05:34:32.000Z
/** * @file adaboost_test.cpp * @author Nikhil Goel * * Test mlpackMain() of adaboost_main.cpp. * * mlpack is free software; you may redistribute it and/or modify it under the * terms of the 3-clause BSD license. You should have received a copy of the * 3-clause BSD license along with mlpack. If not, see * h...
28.446556
78
0.703156
[ "model" ]
29f3b05f1bd0ba789767400aeb9001ed4a440927
11,219
cpp
C++
rmf_traffic/src/rmf_traffic/agv/planning/DifferentialDriveMap.cpp
0to1/rmf_traffic
0e641f779e9c7e6d69c316e905df5a51a2c124e1
[ "Apache-2.0" ]
10
2021-04-14T07:01:56.000Z
2022-02-21T02:26:58.000Z
rmf_traffic/src/rmf_traffic/agv/planning/DifferentialDriveMap.cpp
0to1/rmf_traffic
0e641f779e9c7e6d69c316e905df5a51a2c124e1
[ "Apache-2.0" ]
63
2021-03-10T06:06:13.000Z
2022-03-25T08:47:07.000Z
rmf_traffic/src/rmf_traffic/agv/planning/DifferentialDriveMap.cpp
0to1/rmf_traffic
0e641f779e9c7e6d69c316e905df5a51a2c124e1
[ "Apache-2.0" ]
10
2021-03-17T02:52:14.000Z
2022-02-21T02:27:02.000Z
/* * Copyright (C) 2020 Open Source Robotics Foundation * * 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 appl...
32.613372
80
0.646403
[ "vector" ]
29f6e5ae2d65d28dd15058fbd85c96ea643eedba
1,774
cpp
C++
3rdParty/boost/1.71.0/libs/histogram/test/histogram_serialization_test.cpp
rajeev02101987/arangodb
817e6c04cb82777d266f3b444494140676da98e2
[ "Apache-2.0" ]
12,278
2015-01-29T17:11:33.000Z
2022-03-31T21:12:00.000Z
3rdParty/boost/1.71.0/libs/histogram/test/histogram_serialization_test.cpp
rajeev02101987/arangodb
817e6c04cb82777d266f3b444494140676da98e2
[ "Apache-2.0" ]
9,469
2015-01-30T05:33:07.000Z
2022-03-31T16:17:21.000Z
3rdParty/boost/1.71.0/libs/histogram/test/histogram_serialization_test.cpp
rajeev02101987/arangodb
817e6c04cb82777d266f3b444494140676da98e2
[ "Apache-2.0" ]
892
2015-01-29T16:26:19.000Z
2022-03-20T07:44:30.000Z
// Copyright 2018 Hans Dembinski // // 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 <boost/assert.hpp> #include <boost/core/lightweight_test.hpp> #include <boost/histogram/axis.hpp> #include <boost/hist...
34.784314
86
0.669109
[ "vector", "transform" ]
29fb6b620789e8f7c4cdf91225fa01b3bd0bede2
2,073
hh
C++
include/train_logReg_param.hh
sestaton/Augustus
893e0b21fa90bd57fcd0dff2c1e849e88bb02049
[ "Artistic-1.0" ]
178
2018-05-25T09:51:13.000Z
2022-03-30T13:55:58.000Z
include/train_logReg_param.hh
sestaton/Augustus
893e0b21fa90bd57fcd0dff2c1e849e88bb02049
[ "Artistic-1.0" ]
249
2018-07-02T07:03:12.000Z
2022-03-30T00:01:01.000Z
include/train_logReg_param.hh
sestaton/Augustus
893e0b21fa90bd57fcd0dff2c1e849e88bb02049
[ "Artistic-1.0" ]
95
2018-08-21T21:33:19.000Z
2022-03-30T13:56:00.000Z
/* * train_logReg_param.hh * * License: Artistic License, see file LICENSE.TXT or * https://opensource.org/licenses/artistic-license-1.0 */ #ifndef _TRAINLOGREG_HH #define _TRAINLOGREG_HH // project includes #include "types.hh" #include "properties.hh" // standard C/C++ includes #include <iostream> #...
33.435484
123
0.763145
[ "vector" ]
4b045f8e01455d287ab3c8951110094a6fc22d8c
32,002
cc
C++
lite/backends/opencl/cl_runtime.cc
sryio/Paddle-Lite
9fbc45f5821488af1329554c11fd8eb7257e1484
[ "Apache-2.0" ]
6
2020-07-01T02:52:16.000Z
2021-06-22T12:15:59.000Z
lite/backends/opencl/cl_runtime.cc
sryio/Paddle-Lite
9fbc45f5821488af1329554c11fd8eb7257e1484
[ "Apache-2.0" ]
null
null
null
lite/backends/opencl/cl_runtime.cc
sryio/Paddle-Lite
9fbc45f5821488af1329554c11fd8eb7257e1484
[ "Apache-2.0" ]
1
2021-07-24T15:30:46.000Z
2021-07-24T15:30:46.000Z
/* Copyright (c) 2018 PaddlePaddle Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or ag...
34.559395
80
0.657678
[ "vector", "model" ]
4b0b534d119c562de864a2d65ba30a683e7facb4
1,960
cpp
C++
src/test/TestConfiguration.cpp
vallant/reta
f9eb515a956ebdb8163beda0cd927dfc64875b62
[ "MIT" ]
1
2022-01-04T17:20:13.000Z
2022-01-04T17:20:13.000Z
src/test/TestConfiguration.cpp
vallant/reta
f9eb515a956ebdb8163beda0cd927dfc64875b62
[ "MIT" ]
null
null
null
src/test/TestConfiguration.cpp
vallant/reta
f9eb515a956ebdb8163beda0cd927dfc64875b62
[ "MIT" ]
null
null
null
#include "TestConfiguration.h" void TestConfiguration::applyTo (Plugin* plugin) const { plugin->prepare (sampleRate, static_cast<size_t> (blockSize), layout); for ( const auto& pair : parameters ) plugin->setParameter (pair.name, pair.value); } std::vector<TestConfiguration> TestConfiguration...
42.608696
117
0.643367
[ "vector" ]
4b0eba67537d39720cc623b3de7ba8fe57f2f5c1
599
cpp
C++
Medium/48_Rotate_Image.cpp
ShehabMMohamed/LeetCodeCPP
684340f29ac15c5e8fa9f6ef5c3f99d4c95ce780
[ "MIT" ]
1
2021-03-15T10:02:10.000Z
2021-03-15T10:02:10.000Z
Medium/48_Rotate_Image.cpp
ShehabMMohamed/LeetCodeCPP
684340f29ac15c5e8fa9f6ef5c3f99d4c95ce780
[ "MIT" ]
null
null
null
Medium/48_Rotate_Image.cpp
ShehabMMohamed/LeetCodeCPP
684340f29ac15c5e8fa9f6ef5c3f99d4c95ce780
[ "MIT" ]
null
null
null
class Solution { public: void rotate(vector<vector<int>>& M) { int N = M.size(); int layers = N/2; for(int layer=0; layer < layers; layer++) { int first = layer; int last = N - 1 - layer; for(int i = first; i < last; i++) { int offset = i -...
31.526316
61
0.417362
[ "vector" ]
4b10186383143ecfc260c28ffcdc176b1dfbb682
2,695
cpp
C++
todd/src/EnemyGoblin.cpp
madd-games/todd-rpg
c28dd5dbaaa51b0e1ba0c3c85868e366853f9a96
[ "Unlicense" ]
1
2016-11-14T11:31:23.000Z
2016-11-14T11:31:23.000Z
todd/src/EnemyGoblin.cpp
madd-games/todd-rpg
c28dd5dbaaa51b0e1ba0c3c85868e366853f9a96
[ "Unlicense" ]
null
null
null
todd/src/EnemyGoblin.cpp
madd-games/todd-rpg
c28dd5dbaaa51b0e1ba0c3c85868e366853f9a96
[ "Unlicense" ]
null
null
null
/* =============================================================================================== Todd RPG Copyright (c) 2014-2016, Madd Games. 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...
26.165049
95
0.680148
[ "vector" ]
4b121da905d34cfcf1f590511c0a39489faeb9df
19,096
cpp
C++
src/gpu/GrStencilAndCoverTextContext.cpp
Igalia/skia
db873d8677a2d4ecfe38a794a5d868301bdeeabe
[ "BSD-3-Clause" ]
2
2019-05-09T17:06:47.000Z
2020-07-06T16:14:13.000Z
src/gpu/GrStencilAndCoverTextContext.cpp
Igalia/skia
db873d8677a2d4ecfe38a794a5d868301bdeeabe
[ "BSD-3-Clause" ]
null
null
null
src/gpu/GrStencilAndCoverTextContext.cpp
Igalia/skia
db873d8677a2d4ecfe38a794a5d868301bdeeabe
[ "BSD-3-Clause" ]
3
2015-03-13T14:30:30.000Z
2020-07-06T16:13:36.000Z
/* * Copyright 2014 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "GrStencilAndCoverTextContext.h" #include "GrBitmapTextContext.h" #include "GrDrawTarget.h" #include "GrGpu.h" #include "GrPath.h" #include "GrPathRange.h" #include "...
40.372093
100
0.59646
[ "object", "shape", "transform" ]
4b14fdcffe3439d512ae07aa7e700c308f9eca1c
4,457
cpp
C++
NatsuLang.AOTCompiler.Cli/Main.cpp
NatsuLang/NatsuLang
671fa6db9a9e19def90b6b675493a6aba26b5996
[ "MIT" ]
52
2018-06-15T13:19:39.000Z
2022-01-13T03:58:45.000Z
NatsuLang.AOTCompiler.Cli/Main.cpp
akemimadoka/NatsuLang
671fa6db9a9e19def90b6b675493a6aba26b5996
[ "MIT" ]
9
2017-10-25T07:52:57.000Z
2018-04-01T10:37:28.000Z
NatsuLang.AOTCompiler.Cli/Main.cpp
ammarfaizi2/NatsuLang
671fa6db9a9e19def90b6b675493a6aba26b5996
[ "MIT" ]
6
2019-03-18T15:11:55.000Z
2022-01-13T03:59:22.000Z
#include <CodeGen.h> #ifdef _MSC_VER #pragma warning(push) #pragma warning(disable : 4141) #pragma warning(disable : 4146) #pragma warning(disable : 4244) #pragma warning(disable : 4267) #pragma warning(disable : 4291) #pragma warning(disable : 4624) #pragma warning(disable : 4996) #endif // _MSC_VER #include <llvm/...
24.624309
275
0.679605
[ "vector" ]
4b15798df60ff155c3c7ccecdc20a879e76d6139
2,929
hpp
C++
drape_frontend/render_group.hpp
imanmoghimiq30/omim
16e8a4feeb9a8fa41a2aaf42a1c9c32f77d9d423
[ "Apache-2.0" ]
1
2021-01-19T08:31:19.000Z
2021-01-19T08:31:19.000Z
drape_frontend/render_group.hpp
imanmoghimiq30/omim
16e8a4feeb9a8fa41a2aaf42a1c9c32f77d9d423
[ "Apache-2.0" ]
null
null
null
drape_frontend/render_group.hpp
imanmoghimiq30/omim
16e8a4feeb9a8fa41a2aaf42a1c9c32f77d9d423
[ "Apache-2.0" ]
null
null
null
#pragma once #include "drape_frontend/animation/opacity_animation.hpp" #include "drape_frontend/animation/value_mapping.hpp" #include "drape_frontend/render_state.hpp" #include "drape_frontend/tile_utils.hpp" #include "drape/pointers.hpp" #include "drape/render_bucket.hpp" #include <memory> #include <vector> #includ...
26.151786
99
0.750768
[ "render", "vector" ]
4b16226d1ac6a7d9b842c64311ae8159bbd4b0ca
4,889
cpp
C++
taichi/transforms/demote_dense_struct_fors.cpp
inkydragon/taichi
b5f80c2771b578c2a32b9a024a351aafc8ca7a0b
[ "MIT" ]
null
null
null
taichi/transforms/demote_dense_struct_fors.cpp
inkydragon/taichi
b5f80c2771b578c2a32b9a024a351aafc8ca7a0b
[ "MIT" ]
null
null
null
taichi/transforms/demote_dense_struct_fors.cpp
inkydragon/taichi
b5f80c2771b578c2a32b9a024a351aafc8ca7a0b
[ "MIT" ]
null
null
null
#include "taichi/ir/ir.h" #include "taichi/ir/transforms.h" #include "taichi/ir/visitors.h" TLANG_NAMESPACE_BEGIN VecStatement convert_to_range_for(StructForStmt *struct_for) { VecStatement ret; auto lower = ret.push_back<ConstStmt>(TypedConstant(0)); std::vector<SNode *> snodes; auto snode = struct_for->snod...
33.717241
80
0.619554
[ "vector" ]
4b1d07cebc3a856fbe23f6c4d23f658fd0c1abf6
2,443
cpp
C++
Algorithms/0427.Construct_Quad_Tree.cpp
metehkaya/LeetCode
52f4a1497758c6f996d515ced151e8783ae4d4d2
[ "MIT" ]
2
2020-07-20T06:40:22.000Z
2021-11-20T01:23:26.000Z
Problems/LeetCode/Problems/0427.Construct_Quad_Tree.cpp
metehkaya/Algo-Archive
03b5fdcf06f84a03125c57762c36a4e03ca6e756
[ "MIT" ]
null
null
null
Problems/LeetCode/Problems/0427.Construct_Quad_Tree.cpp
metehkaya/Algo-Archive
03b5fdcf06f84a03125c57762c36a4e03ca6e756
[ "MIT" ]
null
null
null
class Node { public: bool val; bool isLeaf; Node* topLeft; Node* topRight; Node* bottomLeft; Node* bottomRight; Node() { val = false; isLeaf = false; topLeft = NULL; topRight = NULL; bottomLeft = NULL; bottomRight = NULL; } Node(bool _v...
28.406977
107
0.508801
[ "vector" ]
4b1f4f6d59d78d30e270cc868c9541a7f26fc9de
22,350
cpp
C++
toonz/sources/tnztools/rgbpickertool.cpp
rozhuk-im/opentoonz
ad5b632512746b97fd526aa79660fbaedf934fad
[ "BSD-3-Clause" ]
3,710
2016-03-26T00:40:48.000Z
2022-03-31T21:35:12.000Z
toonz/sources/tnztools/rgbpickertool.cpp
rozhuk-im/opentoonz
ad5b632512746b97fd526aa79660fbaedf934fad
[ "BSD-3-Clause" ]
4,246
2016-03-26T01:21:45.000Z
2022-03-31T23:10:47.000Z
toonz/sources/tnztools/rgbpickertool.cpp
rozhuk-im/opentoonz
ad5b632512746b97fd526aa79660fbaedf934fad
[ "BSD-3-Clause" ]
633
2016-03-26T00:42:25.000Z
2022-03-17T02:55:13.000Z
#include "rgbpickertool.h" #include "tvectorimage.h" #include "ttoonzimage.h" #include "tools/cursors.h" #include "tcolorstyles.h" #include "toonz/cleanupcolorstyles.h" #include "trasterimage.h" #include "tgl.h" #include "tenv.h" #include "tstroke.h" #include "toonz/palettecontroller.h" #include "toonz/tpalettehand...
33.111111
96
0.625324
[ "vector" ]
4b219a2ee8daf5a53714699650307d34203755b8
3,889
cpp
C++
problems/poj3259.cpp
jeffswt/acm-algorithms
9611f3a1c0691144fd101b0173fbab82b76e46cc
[ "MIT" ]
1
2021-05-19T14:18:20.000Z
2021-05-19T14:18:20.000Z
problems/poj3259.cpp
jeffswt/acm-algorithms
9611f3a1c0691144fd101b0173fbab82b76e46cc
[ "MIT" ]
null
null
null
problems/poj3259.cpp
jeffswt/acm-algorithms
9611f3a1c0691144fd101b0173fbab82b76e46cc
[ "MIT" ]
null
null
null
#include <iostream> // C++ I/O #include <fstream> // File I/O #include <sstream> // String stream I/O #include <iomanip> // C++ I/O manipulator #include <cstdlib> // C library #include <cstdio> // C I/O #include <ctime> // C time #include <cmath> // Math library #include <cstring> // C strings #include <vec...
26.100671
75
0.441245
[ "vector" ]
4b256b1b8f3cdda42e1907342d46a157402d4811
11,076
cpp
C++
core/src/index/knowhere/knowhere/index/vector_index/IndexIVF.cpp
ggaaooppeenngg/milvus
04db47fa664cf3c0eecb894592810c153854794c
[ "Apache-2.0" ]
1
2021-10-30T19:38:06.000Z
2021-10-30T19:38:06.000Z
core/src/index/knowhere/knowhere/index/vector_index/IndexIVF.cpp
weishuo2/milvus
2e60bc7361362089caa6ae01899bbc55cf41b4b0
[ "Apache-2.0" ]
1
2020-04-23T03:56:44.000Z
2020-04-23T03:56:44.000Z
core/src/index/knowhere/knowhere/index/vector_index/IndexIVF.cpp
weishuo2/milvus
2e60bc7361362089caa6ae01899bbc55cf41b4b0
[ "Apache-2.0" ]
1
2020-04-23T14:05:06.000Z
2020-04-23T14:05:06.000Z
// Copyright (C) 2019-2020 Zilliz. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance // with the License. You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable l...
34.397516
114
0.633622
[ "vector" ]
4b291d8c842d8a28d39d97b28493debda452295d
26,496
cc
C++
device/bluetooth/test/fake_central.cc
chromium/chromium
df46e572c3449a4b108d6e02fbe4f6d24cf98381
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
14,668
2015-01-01T01:57:10.000Z
2022-03-31T23:33:32.000Z
device/bluetooth/test/fake_central.cc
chromium/chromium
df46e572c3449a4b108d6e02fbe4f6d24cf98381
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
86
2015-10-21T13:02:42.000Z
2022-03-14T07:50:50.000Z
device/bluetooth/test/fake_central.cc
chromium/chromium
df46e572c3449a4b108d6e02fbe4f6d24cf98381
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
5,941
2015-01-02T11:32:21.000Z
2022-03-31T16:35:46.000Z
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "device/bluetooth/test/fake_central.h" #include <memory> #include <string> #include <utility> #include <vector> #include "base/bind.h" #include...
34.5
80
0.716599
[ "vector" ]
4b33170a9bf4251347f553bc37349558609b6b3b
9,331
hpp
C++
src/ttauri/bezier.hpp
PinkFlufflyLlama/ttauri
7badcfbe792932ebb912d54d1062d8fc820c40a7
[ "BSL-1.0" ]
2
2021-09-21T00:07:50.000Z
2021-09-21T22:28:28.000Z
src/ttauri/bezier.hpp
PinkFlufflyLlama/ttauri
7badcfbe792932ebb912d54d1062d8fc820c40a7
[ "BSL-1.0" ]
null
null
null
src/ttauri/bezier.hpp
PinkFlufflyLlama/ttauri
7badcfbe792932ebb912d54d1062d8fc820c40a7
[ "BSL-1.0" ]
null
null
null
// Copyright Take Vos 2019-2021. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt) #pragma once #include "polynomial.hpp" #include "rapid/numeric_array.hpp" #include "geometry/point.hpp" #include <array> #include <...
29.622222
127
0.601543
[ "geometry", "vector" ]
4b3481dbb398e63bb6bbbcbff32a18333f8cf4ec
61,941
hpp
C++
src/core/thread/mle.hpp
makerdiary/openthread
7bc5dfdc641851a6e111af382860257859d12cae
[ "BSD-3-Clause" ]
1
2020-02-01T04:33:01.000Z
2020-02-01T04:33:01.000Z
src/core/thread/mle.hpp
makerdiary/openthread
7bc5dfdc641851a6e111af382860257859d12cae
[ "BSD-3-Clause" ]
null
null
null
src/core/thread/mle.hpp
makerdiary/openthread
7bc5dfdc641851a6e111af382860257859d12cae
[ "BSD-3-Clause" ]
1
2019-08-08T22:45:06.000Z
2019-08-08T22:45:06.000Z
/* * Copyright (c) 2016, The OpenThread Authors. * 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. Redistributions of source code must retain the above copyright * notice, this ...
33.996158
120
0.650377
[ "mesh", "object", "vector" ]
4b367f42e5aab653d21157548d579eadcf2379ed
2,236
hpp
C++
bin/pval_mrc/settings.hpp
jewettaij/visfd
0c4fcdf9215b76e9cc9f3d2d9def5e50ebe86a93
[ "MIT" ]
7
2019-06-26T04:32:53.000Z
2022-03-30T07:12:40.000Z
bin/pval_mrc/settings.hpp
jewettaij/visfd
0c4fcdf9215b76e9cc9f3d2d9def5e50ebe86a93
[ "MIT" ]
14
2019-03-02T00:41:53.000Z
2022-03-18T04:20:12.000Z
bin/pval_mrc/settings.hpp
jewettaij/visfd
0c4fcdf9215b76e9cc9f3d2d9def5e50ebe86a93
[ "MIT" ]
1
2022-02-16T13:50:42.000Z
2022-02-16T13:50:42.000Z
#ifndef _SETTINGS_HPP #define _SETTINGS_HPP #define DISABLE_BOOTSTRAPPING //#define DISABLE_TEMPLATE_MATCHING #include<vector> #include<string> using namespace std; class Settings { public: string in_file_name; int image_size[3]; string out_file_name; string in_coords_file_name; bool rescale01_in; stri...
34.4
86
0.65966
[ "vector" ]
4b39bdd681feb393519c233f59d26031b795ef7c
31,343
cpp
C++
src/widgets/dialogs/UserInfoPopup.cpp
swills/chatterino2
a79081f4413e65f8437e937bdcc199a5b73f267d
[ "MIT" ]
2
2018-12-26T15:41:08.000Z
2021-04-30T11:41:39.000Z
src/widgets/dialogs/UserInfoPopup.cpp
RAnders00/chatterino2
8b2c3c7386bc65c770f8678dbb24234b5338f42a
[ "MIT" ]
22
2020-11-17T16:22:49.000Z
2022-03-31T10:05:34.000Z
src/widgets/dialogs/UserInfoPopup.cpp
RAnders00/chatterino2
8b2c3c7386bc65c770f8678dbb24234b5338f42a
[ "MIT" ]
null
null
null
#include "UserInfoPopup.hpp" #include "Application.hpp" #include "common/Channel.hpp" #include "common/NetworkRequest.hpp" #include "controllers/accounts/AccountController.hpp" #include "controllers/highlights/HighlightBlacklistUser.hpp" #include "messages/Message.hpp" #include "providers/IvrApi.hpp" #include "provide...
35.137892
96
0.527008
[ "geometry", "vector" ]
4b3bae4702234a28de72034d506accc66791f65c
9,295
cc
C++
xic/src/cd/cd_master.cc
bernardventer/xictools
4ea72c118679caed700dab3d49a8d36445acaec3
[ "Apache-2.0" ]
3
2020-01-26T14:18:52.000Z
2020-12-09T20:07:22.000Z
xic/src/cd/cd_master.cc
chris-ayala/xictools
4ea72c118679caed700dab3d49a8d36445acaec3
[ "Apache-2.0" ]
null
null
null
xic/src/cd/cd_master.cc
chris-ayala/xictools
4ea72c118679caed700dab3d49a8d36445acaec3
[ "Apache-2.0" ]
2
2020-01-26T14:19:02.000Z
2021-08-14T16:33:28.000Z
/*========================================================================* * * * Distributed by Whiteley Research Inc., Sunnyvale, California, USA * * http://wrcad.com * * Copyright (...
31.615646
76
0.418612
[ "object" ]
4b3c1667e45f21191457e36f8431457d739fe94f
1,488
cpp
C++
HDUOJ/6170/dp.cpp
codgician/ACM
391f3ce9b89b0a4bbbe3ff60eb2369fef57460d4
[ "MIT" ]
2
2018-02-14T01:59:31.000Z
2018-03-28T03:30:45.000Z
HDUOJ/6170/dp.cpp
codgician/ACM
391f3ce9b89b0a4bbbe3ff60eb2369fef57460d4
[ "MIT" ]
null
null
null
HDUOJ/6170/dp.cpp
codgician/ACM
391f3ce9b89b0a4bbbe3ff60eb2369fef57460d4
[ "MIT" ]
2
2017-12-30T02:46:35.000Z
2018-03-28T03:30:49.000Z
#include <iostream> #include <cstdio> #include <algorithm> #include <cmath> #include <string> #include <cstring> #include <iomanip> #include <climits> #include <vector> #include <queue> #include <map> #include <set> #include <stack> #include <functional> #include <iterator> #define SIZE 2510 using namespace std; bool ...
22.545455
87
0.385753
[ "vector" ]
4b3c184bf6b10479104021f760e67f333f721ce7
3,606
cpp
C++
fdbserver/workloads/MetricLogging.actor.cpp
MasterMann/foundationdb
8d37ddf1ecbd6e8cfac626fe8b65eb5183139c99
[ "Apache-2.0" ]
1
2019-04-16T19:51:05.000Z
2019-04-16T19:51:05.000Z
fdbserver/workloads/MetricLogging.actor.cpp
MasterMann/foundationdb
8d37ddf1ecbd6e8cfac626fe8b65eb5183139c99
[ "Apache-2.0" ]
1
2019-03-15T18:05:48.000Z
2019-03-15T18:05:48.000Z
fdbserver/workloads/MetricLogging.actor.cpp
MasterMann/foundationdb
8d37ddf1ecbd6e8cfac626fe8b65eb5183139c99
[ "Apache-2.0" ]
null
null
null
/* * MetricLogging.actor.cpp * * This source file is part of the FoundationDB open source project * * Copyright 2013-2018 Apple Inc. and the FoundationDB project authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ...
32.781818
112
0.702995
[ "vector" ]
4b3d904517e30f758234e757d7475221fd240636
14,284
cc
C++
net/base/cert_verifier.cc
Gitman1989/chromium
2b1cceae1075ef012fb225deec8b4c8bbe4bc897
[ "BSD-3-Clause" ]
2
2017-09-02T19:08:28.000Z
2021-11-15T15:15:14.000Z
net/base/cert_verifier.cc
Gitman1989/chromium
2b1cceae1075ef012fb225deec8b4c8bbe4bc897
[ "BSD-3-Clause" ]
null
null
null
net/base/cert_verifier.cc
Gitman1989/chromium
2b1cceae1075ef012fb225deec8b4c8bbe4bc897
[ "BSD-3-Clause" ]
1
2020-04-13T05:45:10.000Z
2020-04-13T05:45:10.000Z
// Copyright (c) 2010 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 "net/base/cert_verifier.h" #include "base/compiler_specific.h" #include "base/lock.h" #include "base/message_loop.h" #include "base/stl_util...
29.634855
79
0.619644
[ "vector" ]
4b3e23b4a54576ee6b463c1f472b756912a83118
6,124
cpp
C++
gnstlib/examples/example.cpp
guillermo-navas-palencia/gnstlib
e4ecc2a2e73ad91326c5e7550cd0164985296ea1
[ "Apache-2.0" ]
null
null
null
gnstlib/examples/example.cpp
guillermo-navas-palencia/gnstlib
e4ecc2a2e73ad91326c5e7550cd0164985296ea1
[ "Apache-2.0" ]
null
null
null
gnstlib/examples/example.cpp
guillermo-navas-palencia/gnstlib
e4ecc2a2e73ad91326c5e7550cd0164985296ea1
[ "Apache-2.0" ]
null
null
null
/* Copyright (C) 2017 A. Gil, G. Navas-Palencia, J. Segura and N. M. Temme * * 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 righ...
32.748663
81
0.549967
[ "vector" ]
4b3fd0ea0f77ecb014b9ae676754479fc0a6d4cb
2,848
cc
C++
src/data/gradient_index_format.cc
hmchen-github/xgboost
af0cf88921f4d80a2a338e40f2620c9579afa100
[ "Apache-2.0" ]
null
null
null
src/data/gradient_index_format.cc
hmchen-github/xgboost
af0cf88921f4d80a2a338e40f2620c9579afa100
[ "Apache-2.0" ]
1
2022-02-01T16:14:41.000Z
2022-02-01T16:14:41.000Z
src/data/gradient_index_format.cc
hmchen-github/xgboost
af0cf88921f4d80a2a338e40f2620c9579afa100
[ "Apache-2.0" ]
null
null
null
/*! * Copyright 2021-2022 XGBoost contributors */ #include "sparse_page_writer.h" #include "gradient_index.h" #include "histogram_cut_format.h" namespace xgboost { namespace data { class GHistIndexRawFormat : public SparsePageFormat<GHistIndexMatrix> { public: bool Read(GHistIndexMatrix* page, dmlc::SeekStream* f...
28.767677
81
0.641503
[ "vector" ]
4b4132564924d1ac383498efad8091ecfcee46b7
4,116
cc
C++
3rdparty/poppler-library/poppler/DateInfo.cc
PDF2CASH/PDF2CASH_Parser
8cc8255cc4aff92f98e3a089ba50c3eb24c96446
[ "MIT" ]
null
null
null
3rdparty/poppler-library/poppler/DateInfo.cc
PDF2CASH/PDF2CASH_Parser
8cc8255cc4aff92f98e3a089ba50c3eb24c96446
[ "MIT" ]
null
null
null
3rdparty/poppler-library/poppler/DateInfo.cc
PDF2CASH/PDF2CASH_Parser
8cc8255cc4aff92f98e3a089ba50c3eb24c96446
[ "MIT" ]
null
null
null
//======================================================================== // // DateInfo.cc // // Copyright (C) 2008, 2018 Albert Astals Cid <aacid@kde.org> // Copyright (C) 2009 Carlos Garcia Campos <carlosgc@gnome.org> // Copyright (C) 2015 André Guerreiro <aguerreiro1985@gmail.com> // Copyright (C) 2015 André Esser...
26.554839
153
0.538387
[ "3d" ]
4b45d99d8161f359d84c12eb6153e6b34f692f9c
18,104
hpp
C++
src/items.hpp
assasinwar9/Barony
c67c01de1168db1c5a2edad98b23cfff9f999187
[ "FTL", "Zlib", "MIT" ]
373
2016-06-28T06:56:46.000Z
2022-03-23T02:32:54.000Z
src/items.hpp
assasinwar9/Barony
c67c01de1168db1c5a2edad98b23cfff9f999187
[ "FTL", "Zlib", "MIT" ]
361
2016-07-06T19:09:25.000Z
2022-03-26T14:14:19.000Z
src/items.hpp
addictgamer/Barony
c67c01de1168db1c5a2edad98b23cfff9f999187
[ "FTL", "Zlib", "MIT" ]
129
2016-06-29T09:02:49.000Z
2022-01-23T09:56:06.000Z
/*------------------------------------------------------------------------------- BARONY File: items.hpp Desc: contains names and definitions for items Copyright 2013-2016 (c) Turning Wheel LLC, all rights reserved. See LICENSE for details. -----------------------------------------------------------------------...
27.639695
187
0.785075
[ "vector", "model" ]
4b4601889bb698f75663aa0ec14ff4598ab449d8
16,696
cc
C++
third_party/blink/renderer/platform/loader/cors/cors.cc
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
third_party/blink/renderer/platform/loader/cors/cors.cc
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
third_party/blink/renderer/platform/loader/cors/cors.cc
mghgroup/Glide-Browser
6a4c1eaa6632ec55014fee87781c6bbbb92a2af5
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2021-01-05T23:43:46.000Z
2021-01-07T23:36:34.000Z
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/renderer/platform/loader/cors/cors.h" #include <memory> #include <string> #include <utility> #include "net/http/http_util.h"...
34.711019
80
0.702324
[ "object", "vector" ]
4b490a9ab724bc1b1db07b450383b9eb7fbf5f1b
4,371
cpp
C++
src/common/transformations/src/transformations/common_optimizations/split_squeeze_concat_fusion.cpp
artkuli/openvino
eb2fb5bf7df36ae55e3251816999b801ce053335
[ "Apache-2.0" ]
1,127
2018-10-15T14:36:58.000Z
2020-04-20T09:29:44.000Z
src/common/transformations/src/transformations/common_optimizations/split_squeeze_concat_fusion.cpp
artkuli/openvino
eb2fb5bf7df36ae55e3251816999b801ce053335
[ "Apache-2.0" ]
439
2018-10-20T04:40:35.000Z
2020-04-19T05:56:25.000Z
src/common/transformations/src/transformations/common_optimizations/split_squeeze_concat_fusion.cpp
tuxedcat/openvino
5939cb1b363ebb56b73c2ad95d8899961a084677
[ "Apache-2.0" ]
414
2018-10-17T05:53:46.000Z
2020-04-16T17:29:53.000Z
// Copyright (C) 2018-2022 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "transformations/common_optimizations/split_squeeze_concat_fusion.hpp" #include <memory> #include <ngraph/opsets/opset7.hpp> #include <ngraph/pattern/op/wrap_type.hpp> #include <ngraph/rt_info.hpp> #include <numeric> #incl...
40.850467
118
0.620911
[ "vector" ]
4b4a37ca6c96fe6c998f55bfd15c258c2d6db028
3,442
hpp
C++
server/drivers/common.hpp
rsarwar87/koheron-sdk
02c35bf3c1c29f1029fad18b881dbd193efac5a7
[ "MIT" ]
1
2020-06-23T16:03:22.000Z
2020-06-23T16:03:22.000Z
server/drivers/common.hpp
rsarwar87/koheron-sdk
02c35bf3c1c29f1029fad18b881dbd193efac5a7
[ "MIT" ]
null
null
null
server/drivers/common.hpp
rsarwar87/koheron-sdk
02c35bf3c1c29f1029fad18b881dbd193efac5a7
[ "MIT" ]
null
null
null
/// Common commands for all bitstreams /// /// (c) Koheron #ifndef __DRIVERS_COMMON_HPP__ #define __DRIVERS_COMMON_HPP__ #include <cstring> #include <array> extern "C" { #include <sys/socket.h> #include <sys/types.h> #include <arpa/inet.h> #include <ifaddrs.h> } #include <context.hpp> class Common { publ...
25.308824
99
0.531668
[ "vector" ]
4b4f3f6c65f470a6f6747cd3202e65e7d4256b5f
60,053
cpp
C++
level_zero/core/test/unit_tests/sources/cmdlist/test_cmdlist_4.cpp
maleadt/compute-runtime
5d90e2ab1defd413dc9633fe237a44c2a1298185
[ "Intel", "MIT" ]
null
null
null
level_zero/core/test/unit_tests/sources/cmdlist/test_cmdlist_4.cpp
maleadt/compute-runtime
5d90e2ab1defd413dc9633fe237a44c2a1298185
[ "Intel", "MIT" ]
null
null
null
level_zero/core/test/unit_tests/sources/cmdlist/test_cmdlist_4.cpp
maleadt/compute-runtime
5d90e2ab1defd413dc9633fe237a44c2a1298185
[ "Intel", "MIT" ]
null
null
null
/* * Copyright (C) 2020-2022 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "shared/test/common/cmd_parse/gen_cmd_parse.h" #include "shared/test/common/helpers/unit_test_helper.h" #include "shared/test/common/test_macros/test.h" #include "level_zero/core/source/image/image_hw.h" #include "level...
49.54868
196
0.73217
[ "vector" ]
4b516fd454a503b9338c416e00f1fae08e2f67f1
1,323
cpp
C++
CoreSystem/lib/CGAL/examples/Point_set_processing_3/random_simplification_example.cpp
josuehfa/DAASystem
a1fe61ffc19f0781eeeddcd589137eefde078a45
[ "MIT" ]
1
2020-03-17T01:13:02.000Z
2020-03-17T01:13:02.000Z
CoreSystem/lib/CGAL/examples/Point_set_processing_3/random_simplification_example.cpp
josuehfa/DAASystem
a1fe61ffc19f0781eeeddcd589137eefde078a45
[ "MIT" ]
null
null
null
CoreSystem/lib/CGAL/examples/Point_set_processing_3/random_simplification_example.cpp
josuehfa/DAASystem
a1fe61ffc19f0781eeeddcd589137eefde078a45
[ "MIT" ]
1
2021-12-02T11:11:36.000Z
2021-12-02T11:11:36.000Z
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h> #include <CGAL/random_simplify_point_set.h> #include <CGAL/IO/read_xyz_points.h> #include <CGAL/IO/write_xyz_points.h> #include <vector> #include <fstream> #include <iostream> // types typedef CGAL::Exact_predicates_inexact_constructions_kernel Kernel; t...
27.5625
84
0.699169
[ "vector" ]
4b51ecc422fa3feffb100ffd83b1d1f2a64a2ae6
1,103
cpp
C++
src/layers/conv1d.cpp
choiip/kerasify
9add953ad2333486de66e985213c6e57ea4c17b4
[ "MIT" ]
7
2018-04-02T07:31:30.000Z
2019-02-02T15:48:26.000Z
src/layers/conv1d.cpp
choiip/kerasify
9add953ad2333486de66e985213c6e57ea4c17b4
[ "MIT" ]
null
null
null
src/layers/conv1d.cpp
choiip/kerasify
9add953ad2333486de66e985213c6e57ea4c17b4
[ "MIT" ]
2
2019-04-18T05:43:45.000Z
2019-07-09T03:58:45.000Z
/* * Copyright (c) 2016 Robert W. Rose * Copyright (c) 2018 Paul Maevskikh * * MIT License, see LICENSE file. */ #include "keras/layers/conv1d.h" namespace keras { namespace layers { Tensor Conv1D::forward(const Tensor& in) const noexcept { // 'in' have shape (steps, features) // 'tmp' have shape (new_s...
25.651163
72
0.587489
[ "shape" ]
4b53973a382a72245e85847ad613abd76916fa2d
9,836
cpp
C++
Gomoku_Arbitre/GameC.cpp
Krakcen/Gomoku_2D
40b1bad6fbaf39384cfa6b667d6ee5a4572ed0ff
[ "MIT" ]
null
null
null
Gomoku_Arbitre/GameC.cpp
Krakcen/Gomoku_2D
40b1bad6fbaf39384cfa6b667d6ee5a4572ed0ff
[ "MIT" ]
null
null
null
Gomoku_Arbitre/GameC.cpp
Krakcen/Gomoku_2D
40b1bad6fbaf39384cfa6b667d6ee5a4572ed0ff
[ "MIT" ]
null
null
null
#include "stdafx.h" #include "GameC.h" #include "PyLoader.h" #include <iostream> #include <SFML/Graphics.hpp> #include "Referee.h" int GomokuA::checkIAPlay() { int x; int y; int* result; this->pl->PyLoadFunction("main"); this->pl->PyCallFunction(PyTuple_Pack(0, NULL)); int* xy = pl->PyReturnFunctionTuple(); ...
24.59
162
0.592517
[ "vector" ]
4b53fc963b1af33d4e61c52383a13c19465bd82f
7,379
cpp
C++
src/learning/LinearSolver.cpp
Mostah/parallel-pymcda
d5f5bb0de95dec90b88be9d00a3860e52eed4003
[ "MIT" ]
2
2020-12-12T22:48:57.000Z
2021-02-24T09:37:40.000Z
src/learning/LinearSolver.cpp
Mostah/parallel-pymcda
d5f5bb0de95dec90b88be9d00a3860e52eed4003
[ "MIT" ]
5
2021-01-07T19:34:24.000Z
2021-03-17T13:52:22.000Z
src/learning/LinearSolver.cpp
Mostah/parallel-pymcda
d5f5bb0de95dec90b88be9d00a3860e52eed4003
[ "MIT" ]
3
2020-12-12T22:49:56.000Z
2021-09-08T05:26:38.000Z
#include "../../include/learning/LinearSolver.h" #include "../../include/app.h" #include "../../include/types/AlternativesPerformance.h" #include "ortools/linear_solver/linear_solver.h" #include <sstream> #include <string> LinearSolver::LinearSolver(AlternativesPerformance &ap, Config &conf, ...
32.795556
79
0.639789
[ "vector" ]
4b563eeda109d9982162b2ea3b6d8716d401fa72
10,255
cpp
C++
test/range/python/python_range_example.cpp
rogiervd/range
2ed4ee2063a02cadc575fe4e7a3b7dd61bbd2b5d
[ "Apache-2.0" ]
null
null
null
test/range/python/python_range_example.cpp
rogiervd/range
2ed4ee2063a02cadc575fe4e7a3b7dd61bbd2b5d
[ "Apache-2.0" ]
null
null
null
test/range/python/python_range_example.cpp
rogiervd/range
2ed4ee2063a02cadc575fe4e7a3b7dd61bbd2b5d
[ "Apache-2.0" ]
null
null
null
/* Copyright 2014, 2015 Rogier van Dalen. 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 writing, ...
38.698113
80
0.660361
[ "object" ]
4b58a2ede23e7391573da6501b5f8bd759894219
7,374
cpp
C++
mlir/tools/qcor-mlir-tool.cpp
moar55/qcor
e744642c3e87ededf60813a442b7cde502467de4
[ "BSD-3-Clause" ]
null
null
null
mlir/tools/qcor-mlir-tool.cpp
moar55/qcor
e744642c3e87ededf60813a442b7cde502467de4
[ "BSD-3-Clause" ]
null
null
null
mlir/tools/qcor-mlir-tool.cpp
moar55/qcor
e744642c3e87ededf60813a442b7cde502467de4
[ "BSD-3-Clause" ]
null
null
null
/******************************************************************************* * Copyright (c) 2018-, UT-Battelle, LLC. * All rights reserved. This program and the accompanying materials * are made available under the terms of the BSD 3-Clause License * which accompanies this distribution. * * Contributors: ...
33.216216
104
0.632221
[ "vector" ]
4b5b7adb67f42a2226aacf756a0e21bdcc6806c6
782
cpp
C++
src/Network.cpp
ratulSharker/Basic-Neural-Network
f93e5ec154ca5c12b86775b7e53c31818615fdc6
[ "MIT" ]
null
null
null
src/Network.cpp
ratulSharker/Basic-Neural-Network
f93e5ec154ca5c12b86775b7e53c31818615fdc6
[ "MIT" ]
null
null
null
src/Network.cpp
ratulSharker/Basic-Neural-Network
f93e5ec154ca5c12b86775b7e53c31818615fdc6
[ "MIT" ]
null
null
null
#include "Network.hpp" #include "Neuron.hpp" #include <iostream> Network::Network(const std::vector<unsigned> &topology) { std::cout<<"Constructing Neural network as topology"<<std::endl; // loop through the topology and add the layers for(long long index = 0 ; index < topology.size(); ++...
26.965517
77
0.581841
[ "vector" ]
4b5d7cd10a5e03e07294d9e7a0e34f459e951f53
42,846
hpp
C++
3rdparty/OpenCV/include/opencv2/objdetect.hpp
TaihuLight/darknet-OpenCL-sowson
321d543dd3a30df422686082a56a88bfb6248156
[ "MIT" ]
null
null
null
3rdparty/OpenCV/include/opencv2/objdetect.hpp
TaihuLight/darknet-OpenCL-sowson
321d543dd3a30df422686082a56a88bfb6248156
[ "MIT" ]
null
null
null
3rdparty/OpenCV/include/opencv2/objdetect.hpp
TaihuLight/darknet-OpenCL-sowson
321d543dd3a30df422686082a56a88bfb6248156
[ "MIT" ]
null
null
null
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, i...
50.946492
176
0.685035
[ "object", "shape", "vector", "model" ]
4b62aee9a865594d90ab6527d3a8014cc87e9a11
12,394
cpp
C++
OpenGL/i0rShaderManager/Shader.cpp
i0r/i0rTech
c74b327345e6e9e1a08c6b5631e84383431f2661
[ "BSD-3-Clause" ]
null
null
null
OpenGL/i0rShaderManager/Shader.cpp
i0r/i0rTech
c74b327345e6e9e1a08c6b5631e84383431f2661
[ "BSD-3-Clause" ]
null
null
null
OpenGL/i0rShaderManager/Shader.cpp
i0r/i0rTech
c74b327345e6e9e1a08c6b5631e84383431f2661
[ "BSD-3-Clause" ]
null
null
null
#include "../Common.hpp" #include "UberShader.hpp" #include "Shader.hpp" bool GetStageCompileStatus( const u32 stage ) { i32 linkStatus = 0, logLength = 0; glGetShaderiv( stage, GL_COMPILE_STATUS, &linkStatus ); glGetShaderiv( stage, GL_INFO_LOG_LENGTH, &logLength ); if( logLength ) { std::vector<char> debugLo...
29.43943
120
0.714136
[ "vector" ]
4b63a02652a1f440483e86195088a14eb94ab3a5
5,594
hpp
C++
consensus/server/consensusobject.hpp
joydit/solidframe
0539b0a1e77663ac4c701a88f56723d3e3688e8c
[ "BSL-1.0" ]
null
null
null
consensus/server/consensusobject.hpp
joydit/solidframe
0539b0a1e77663ac4c701a88f56723d3e3688e8c
[ "BSL-1.0" ]
null
null
null
consensus/server/consensusobject.hpp
joydit/solidframe
0539b0a1e77663ac4c701a88f56723d3e3688e8c
[ "BSL-1.0" ]
null
null
null
// consensus/server/consensusobject.hpp // // Copyright (c) 2011, 2012 Valentin Palade (vipalade @ gmail . com) // // This file is part of SolidFrame framework. // // 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. // ...
38.847222
113
0.786736
[ "object", "vector", "solid" ]
4b6681dadebedf27a38ec4e31305f5a6b70d2236
6,000
cpp
C++
tests/MutationTestingElementsReporterTest.cpp
BuildJet/mull
9064707fb45864a39b45901599182e0a32a7eeaa
[ "Apache-2.0" ]
null
null
null
tests/MutationTestingElementsReporterTest.cpp
BuildJet/mull
9064707fb45864a39b45901599182e0a32a7eeaa
[ "Apache-2.0" ]
null
null
null
tests/MutationTestingElementsReporterTest.cpp
BuildJet/mull
9064707fb45864a39b45901599182e0a32a7eeaa
[ "Apache-2.0" ]
null
null
null
#include "mull/Reporters/MutationTestingElementsReporter.h" #include "FixturePaths.h" #include "TestModuleFactory.h" #include "mull/Bitcode.h" #include "mull/BitcodeLoader.h" #include "mull/Config/Configuration.h" #include "mull/FunctionUnderTest.h" #include "mull/JunkDetection/CXX/ASTStorage.h" #include "mull/Metric...
35.928144
99
0.747333
[ "object", "vector" ]
4b668da98591df69a11c15dde8cee252781d3331
1,804
cpp
C++
src/Libs/scream/code/NetQueue.cpp
miseri/rtp_plus_plus
244ddd86f40f15247dd39ae7f9283114c2ef03a2
[ "BSD-3-Clause" ]
1
2021-07-14T08:15:05.000Z
2021-07-14T08:15:05.000Z
src/Libs/scream/code/NetQueue.cpp
7956968/rtp_plus_plus
244ddd86f40f15247dd39ae7f9283114c2ef03a2
[ "BSD-3-Clause" ]
null
null
null
src/Libs/scream/code/NetQueue.cpp
7956968/rtp_plus_plus
244ddd86f40f15247dd39ae7f9283114c2ef03a2
[ "BSD-3-Clause" ]
2
2021-07-14T08:15:02.000Z
2021-07-14T08:56:10.000Z
#include "stdafx.h" #include "NetQueue.h" #include <iostream> #include <string.h> #include <stdio.h> #include <stdlib.h> //#include <glib-object.h> using namespace std; /* * Implements a simple RTP packet queue */ NetQueueItem::NetQueueItem() { packet = 0; used = false; size = 0; seqNr = 0; tRelease = 0.0; } ...
21.73494
68
0.605876
[ "object" ]
b49d593fc3794285e48cc1c37f77c88add1ba571
2,594
cpp
C++
codeforces/practice/DIV2_261E.cpp
Shahraaz/CP_S5
2cfb5467841d660c1e47cb8338ea692f10ca6e60
[ "MIT" ]
3
2020-02-08T10:34:16.000Z
2020-02-09T10:23:19.000Z
codeforces/practice/DIV2_261E.cpp
Shahraaz/CP_S5
2cfb5467841d660c1e47cb8338ea692f10ca6e60
[ "MIT" ]
null
null
null
codeforces/practice/DIV2_261E.cpp
Shahraaz/CP_S5
2cfb5467841d660c1e47cb8338ea692f10ca6e60
[ "MIT" ]
2
2020-10-02T19:05:32.000Z
2021-09-08T07:01:49.000Z
//Optimise #include <bits/stdc++.h> using namespace std; // #define multitest 1 #ifdef WIN32 #define db(...) ZZ(#__VA_ARGS__, __VA_ARGS__); #define pc(...) PC(#__VA_ARGS__, __VA_ARGS__); template <typename T, typename U> ostream &operator<<(ostream &out, const pair<T, U> &p) { out << '[' << p.first << ", " << p.secon...
22.955752
124
0.578258
[ "vector" ]
b49deded2ac2ccaedd414d95b016bc5775399fdc
29,379
cpp
C++
src/tools.cpp
ipbc-dev/onion-bittube-blockchain-explorer
0f3cc6b2498bbbf4a53c8adff8f2f7101a1ad99a
[ "BSD-3-Clause" ]
9
2018-11-26T10:38:22.000Z
2021-11-09T12:57:04.000Z
src/tools.cpp
ipbc-dev/onion-bittube-blockchain-explorer
0f3cc6b2498bbbf4a53c8adff8f2f7101a1ad99a
[ "BSD-3-Clause" ]
1
2020-01-08T14:40:07.000Z
2020-01-08T14:40:07.000Z
src/tools.cpp
ilie1988/bittube-blockchain-explorer
0f3cc6b2498bbbf4a53c8adff8f2f7101a1ad99a
[ "BSD-3-Clause" ]
11
2018-07-08T04:55:26.000Z
2021-04-22T12:11:07.000Z
// // Created by marcin on 5/11/15. // #include "tools.h" #include <codecvt> #include <thread> namespace xmreg { /** * Parse key string, e.g., a viewkey in a string * into crypto::secret_key or crypto::public_key * depending on the template argument. */ template <typename T> bool parse_str_secret_key(const stri...
23.024295
114
0.57439
[ "object", "vector" ]
b49f346e8bd1e621c6ce41f78e4fbdfad7545830
1,856
cpp
C++
torch_ipex/csrc/cpu/dbl/DNNLChecker.cpp
JianpingChen066/intel-extension-for-pytorch
fbc3b7a2b0c52e552c927f3e99a3a988075385fb
[ "Apache-2.0" ]
null
null
null
torch_ipex/csrc/cpu/dbl/DNNLChecker.cpp
JianpingChen066/intel-extension-for-pytorch
fbc3b7a2b0c52e552c927f3e99a3a988075385fb
[ "Apache-2.0" ]
null
null
null
torch_ipex/csrc/cpu/dbl/DNNLChecker.cpp
JianpingChen066/intel-extension-for-pytorch
fbc3b7a2b0c52e552c927f3e99a3a988075385fb
[ "Apache-2.0" ]
null
null
null
#include "DNNLChecker.h" #include "torch_ipex/csrc/utils.h" #include "torch_ipex/csrc/auto_opt_config.h" namespace torch_ipex { namespace cpu { namespace dbl { namespace chk { bool dnnl_support_the_tensors(const std::vector<at::Tensor> &tensor_vec) { return dnnl_tensor_has_data(tensor_vec) && dnnl_support...
26.898551
85
0.688578
[ "vector" ]
b49f8884e7510578822ed58a5a9b25cee56f4291
39,314
cpp
C++
sdl1/eod4sdl/wl_play.cpp
pdpdds/sdldualsystem
d74ea84cbea705fef62868ba8c693bf7d2555636
[ "BSD-2-Clause" ]
null
null
null
sdl1/eod4sdl/wl_play.cpp
pdpdds/sdldualsystem
d74ea84cbea705fef62868ba8c693bf7d2555636
[ "BSD-2-Clause" ]
null
null
null
sdl1/eod4sdl/wl_play.cpp
pdpdds/sdldualsystem
d74ea84cbea705fef62868ba8c693bf7d2555636
[ "BSD-2-Clause" ]
null
null
null
// WL_PLAY.C #include "wl_def.h" #pragma hdrstop #include "wl_cloudsky.h" #include "wl_shade.h" #ifdef VARIABLEWEATHER #include "wl_atmos.h" #endif /* ============================================================================= LOCAL CONSTANTS ====================...
23.345606
180
0.492547
[ "object" ]
b4a01689645017bee76f4fc10e6a0851ca3c74bb
8,608
cpp
C++
src/json/JsonParticleParser.cpp
Jino42/stf
f10ddaf4eb0a7ba94e6f9bb7d6b2191ca3a0b3db
[ "Unlicense" ]
null
null
null
src/json/JsonParticleParser.cpp
Jino42/stf
f10ddaf4eb0a7ba94e6f9bb7d6b2191ca3a0b3db
[ "Unlicense" ]
null
null
null
src/json/JsonParticleParser.cpp
Jino42/stf
f10ddaf4eb0a7ba94e6f9bb7d6b2191ca3a0b3db
[ "Unlicense" ]
null
null
null
#include "JsonParticleParser.hpp" #include "Particle/ParticleSystemManager.hpp" #include "cl_type.hpp" #include "Particle/PaticleEmitter/ParticleEmitterMesh.hpp" #include "Particle/PaticleEmitter/ParticleEmitterPoint.hpp" #include "Particle/PaticleEmitter/ParticleEmitterSPH.hpp" #include "Particle/PaticleEmitter/Parti...
60.619718
144
0.558086
[ "mesh", "shape" ]
b4a01c8f77318578c5254ad9114bf3eb7c3852f9
4,417
cpp
C++
SimulationCore/ParticleContactDetectionGrid.cpp
MingAtUWA/SimpleMPM2
7a1d7c257c621123d85a0630e93d42ae25c70fb4
[ "MIT" ]
null
null
null
SimulationCore/ParticleContactDetectionGrid.cpp
MingAtUWA/SimpleMPM2
7a1d7c257c621123d85a0630e93d42ae25c70fb4
[ "MIT" ]
null
null
null
SimulationCore/ParticleContactDetectionGrid.cpp
MingAtUWA/SimpleMPM2
7a1d7c257c621123d85a0630e93d42ae25c70fb4
[ "MIT" ]
null
null
null
#include "SimulationCore_pcp.h" #include "ParticleContactDetectionGrid.h" void ParticleContactDetectionGrid::init_grid( double xl, double xu, double yl, double yu, double hx, double hy ) { if (xl >= xu || yl >= yu) return; clear_grid(); x_num = size_t(ceil((xu - xl) / hx)); y_num = size_t(ceil((yu - yl) / ...
20.077273
81
0.606973
[ "mesh" ]
b4a102b1510ad6413d64977a85086dee8675e746
879
cpp
C++
usaco_practice/gold/DP/time_mooney.cpp
juneharold/USACO
a96b54f68e7247c61044f3c0d9e7260952c508e2
[ "MIT" ]
null
null
null
usaco_practice/gold/DP/time_mooney.cpp
juneharold/USACO
a96b54f68e7247c61044f3c0d9e7260952c508e2
[ "MIT" ]
null
null
null
usaco_practice/gold/DP/time_mooney.cpp
juneharold/USACO
a96b54f68e7247c61044f3c0d9e7260952c508e2
[ "MIT" ]
null
null
null
#include <iostream> #include <algorithm> #include <vector> using namespace std; const int MAX_N=1005, MAX_M=2005; int N, M, C; int m[MAX_M]={}; vector<int> to_i[MAX_N]; int dp[2005][MAX_N]; int ans=0; int main() { freopen("time.in", "r", stdin); freopen("time.out", "w", stdout); cin >> N >> M >> C; fo...
23.756757
70
0.434585
[ "vector" ]
b4a7d249e76600961a3edecca7f48357083e2347
6,115
cpp
C++
extras/demos/Demo11/SysCore/Hal/Hal.cpp
kammce/KinXOS
637ecc7a345e19df7ebffd95b476591ce1134829
[ "MIT" ]
null
null
null
extras/demos/Demo11/SysCore/Hal/Hal.cpp
kammce/KinXOS
637ecc7a345e19df7ebffd95b476591ce1134829
[ "MIT" ]
null
null
null
extras/demos/Demo11/SysCore/Hal/Hal.cpp
kammce/KinXOS
637ecc7a345e19df7ebffd95b476591ce1134829
[ "MIT" ]
null
null
null
//**************************************************************************** //** //** Hal.cpp //** Hardware Abstraction Layer for i86 architecture //** //** The Hardware Abstraction Layer (HAL) provides an abstract interface //** to control the basic motherboard hardware devices. This is accomplished //...
29.541063
84
0.452003
[ "vector" ]
b4aa41c0bd13d24ebff7cd8489b9bfd7e6cc508a
34,900
hpp
C++
include/common_robotics_utilities/simple_prm_planner.hpp
hidmic/common_robotics_utilities
b3e10e0e0bfa9a968efdaa57e0a4422d9327bb9c
[ "BSD-3-Clause" ]
null
null
null
include/common_robotics_utilities/simple_prm_planner.hpp
hidmic/common_robotics_utilities
b3e10e0e0bfa9a968efdaa57e0a4422d9327bb9c
[ "BSD-3-Clause" ]
null
null
null
include/common_robotics_utilities/simple_prm_planner.hpp
hidmic/common_robotics_utilities
b3e10e0e0bfa9a968efdaa57e0a4422d9327bb9c
[ "BSD-3-Clause" ]
null
null
null
#pragma once #include <omp.h> #include <chrono> #include <cstdint> #include <functional> #include <limits> #include <map> #include <stdexcept> #include <utility> #include <vector> #include <common_robotics_utilities/simple_graph.hpp> #include <common_robotics_utilities/simple_graph_search.hpp> #include <common_robot...
45.501956
80
0.717994
[ "vector" ]
b4ad0c06c8b028b586520dc7b52b2f0c645c23e4
12,504
cpp
C++
src/Magnum/Test/BufferGLTest.cpp
costashatz/magnum
8f87ca92334b326a54d27789f370fd8556d557de
[ "MIT" ]
null
null
null
src/Magnum/Test/BufferGLTest.cpp
costashatz/magnum
8f87ca92334b326a54d27789f370fd8556d557de
[ "MIT" ]
null
null
null
src/Magnum/Test/BufferGLTest.cpp
costashatz/magnum
8f87ca92334b326a54d27789f370fd8556d557de
[ "MIT" ]
null
null
null
/* This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018 Vladimír Vondruš <mosra@centrum.cz> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to d...
30.423358
115
0.666587
[ "vector" ]
b4adf7b5b79af2c2dae322200470bdc2e8a44483
14,576
cpp
C++
main.cpp
c1728p9/client-with-metrics
50bdb3c1ed091b6317016e954868a06683cfc48a
[ "Apache-2.0" ]
null
null
null
main.cpp
c1728p9/client-with-metrics
50bdb3c1ed091b6317016e954868a06683cfc48a
[ "Apache-2.0" ]
null
null
null
main.cpp
c1728p9/client-with-metrics
50bdb3c1ed091b6317016e954868a06683cfc48a
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2015 ARM Limited. All rights reserved. * SPDX-License-Identifier: Apache-2.0 * 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...
33.052154
143
0.681463
[ "mesh", "object", "vector" ]
b4ae40da22309b1d25a470227174d5a61092e0a3
3,054
cpp
C++
GeometryDash.cpp
Cos8o/gdbox
c6462ff0d76556bd6a8f9ae527fee80def7652fa
[ "Unlicense" ]
1
2020-10-09T07:09:59.000Z
2020-10-09T07:09:59.000Z
GeometryDash.cpp
Cos8o/gdbox
c6462ff0d76556bd6a8f9ae527fee80def7652fa
[ "Unlicense" ]
null
null
null
GeometryDash.cpp
Cos8o/gdbox
c6462ff0d76556bd6a8f9ae527fee80def7652fa
[ "Unlicense" ]
null
null
null
#include <Windows.h> #include "GeometryDash.hpp" #include <mutex> #include <vector> #include <functional> using namespace GeometryDash; typedef void* (__fastcall* create_T)( void* protocol, const char* title, const char* button1, const char* button2, float width, unsigned long smth, unsigned long smth2, std...
18.736196
83
0.708251
[ "vector" ]
b4b8bcfea06f7e99acb102896dfe9171ab9d326e
684
cpp
C++
Leetcode/The kth Factor of n/The kth Factor of n.cpp
rahil-1407/Data-Structure-and-Algorithms
ea3eb9849aeb2716ef5812a0b5621a28120b1880
[ "MIT" ]
51
2021-01-14T04:05:55.000Z
2022-01-25T11:25:37.000Z
Leetcode/The kth Factor of n/The kth Factor of n.cpp
rahil-1407/Data-Structure-and-Algorithms
ea3eb9849aeb2716ef5812a0b5621a28120b1880
[ "MIT" ]
638
2020-12-27T18:49:53.000Z
2021-11-21T05:22:52.000Z
Leetcode/The kth Factor of n/The kth Factor of n.cpp
rahil-1407/Data-Structure-and-Algorithms
ea3eb9849aeb2716ef5812a0b5621a28120b1880
[ "MIT" ]
124
2021-01-30T06:40:20.000Z
2021-11-21T15:14:40.000Z
class Solution { public: int kthFactor(int n, int k) { // array: 1 2 3 4 6 8 12 24 // index: 0 1 2 3 4 5 6 7 // suppose k:6, we should return 8 // we check until sqrt(24) = 4 so array will be 1 2 3 4 (array.size()==4) // we find the answer(8) by dividing n by array[array.si...
34.2
86
0.472222
[ "vector" ]
b4b8cd5e957210e6efbdd4822924d5956049fbf3
59,401
hpp
C++
src/3rd_party/mio/mio.hpp
hieuhoang/marian-dev
f2347a827fcfd7eebaaa552e2b3c2461f8ea45c2
[ "MIT" ]
829
2017-06-05T12:14:34.000Z
2022-03-29T17:24:03.000Z
src/3rd_party/mio/mio.hpp
hieuhoang/marian-dev
f2347a827fcfd7eebaaa552e2b3c2461f8ea45c2
[ "MIT" ]
732
2017-07-21T15:32:27.000Z
2022-03-22T10:26:09.000Z
src/3rd_party/mio/mio.hpp
hieuhoang/marian-dev
f2347a827fcfd7eebaaa552e2b3c2461f8ea45c2
[ "MIT" ]
192
2017-06-27T10:17:26.000Z
2022-03-28T05:33:11.000Z
/* Copyright 2017 https://github.com/mandreyel * * 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, * merg...
33.962836
117
0.690056
[ "object", "vector" ]
b4ba6d8b2f2025f50921c25b0f34c5448364c4fd
13,137
cpp
C++
src/storage/local_storage.cpp
pacien/duckdb
d887d2f80f283160643a3adf74ae3d1b7f8662c1
[ "MIT" ]
null
null
null
src/storage/local_storage.cpp
pacien/duckdb
d887d2f80f283160643a3adf74ae3d1b7f8662c1
[ "MIT" ]
7
2020-08-25T22:24:16.000Z
2020-09-06T00:16:49.000Z
src/storage/local_storage.cpp
pacien/duckdb
d887d2f80f283160643a3adf74ae3d1b7f8662c1
[ "MIT" ]
null
null
null
#include "duckdb/transaction/local_storage.hpp" #include "duckdb/execution/index/art/art.hpp" #include "duckdb/storage/table/append_state.hpp" #include "duckdb/storage/write_ahead_log.hpp" #include "duckdb/common/vector_operations/vector_operations.hpp" #include "duckdb/storage/uncompressed_segment.hpp" namespace duck...
32.8425
117
0.712263
[ "vector" ]
b4bc2ebb67d09160e6331c8ed0c63b8c7eda7539
2,747
hpp
C++
src/core/lib/core_reflection/definition_manager.hpp
wgsyd/wgtf
d8cacb43e2c5d40080d33c18a8c2f5bd27d21bed
[ "BSD-3-Clause" ]
28
2016-06-03T05:28:25.000Z
2019-02-14T12:04:31.000Z
src/core/lib/core_reflection/definition_manager.hpp
karajensen/wgtf
740397bcfdbc02bc574231579d57d7c9cd5cc26d
[ "BSD-3-Clause" ]
null
null
null
src/core/lib/core_reflection/definition_manager.hpp
karajensen/wgtf
740397bcfdbc02bc574231579d57d7c9cd5cc26d
[ "BSD-3-Clause" ]
14
2016-06-03T05:52:27.000Z
2019-03-21T09:56:03.000Z
#ifndef DEFINITION_MANAGER_HPP #define DEFINITION_MANAGER_HPP #include <map> #include <unordered_map> #include "i_definition_manager.hpp" #include "core_common/wg_read_write_lock.hpp" #include "core_dependency_system/i_interface.hpp" #include "wg_types/hashed_string_ref.hpp" #include "reflection_dll.hpp" namespace w...
38.152778
108
0.807426
[ "object", "vector" ]
b4bf3483629caaf379e75b798e5958283ca73ab1
3,563
cpp
C++
src/planning/validators.cpp
zanmato1984/cura
0d6ff23bb3f6456911cf1e9dc34754173e7652ed
[ "Apache-2.0" ]
29
2020-08-10T03:44:05.000Z
2022-01-29T16:19:32.000Z
src/planning/validators.cpp
zanmato1984/cura
0d6ff23bb3f6456911cf1e9dc34754173e7652ed
[ "Apache-2.0" ]
8
2020-08-10T03:54:54.000Z
2022-02-15T04:11:01.000Z
src/planning/validators.cpp
zanmato1984/cura
0d6ff23bb3f6456911cf1e9dc34754173e7652ed
[ "Apache-2.0" ]
11
2020-10-10T09:52:52.000Z
2022-01-20T01:58:26.000Z
#include "validators.h" #include "cura/expression/expression_visitor.h" namespace cura::planning { using cura::expression::ColumnRef; using cura::expression::Expression; using cura::expression::ExpressionVisitor; using cura::relational::Schema; namespace detail { struct ColumnRefCollector : public ExpressionVis...
38.728261
80
0.615212
[ "vector" ]
b4c1eaef72346a96c471cdb592288c564659d4bd
5,410
cc
C++
tonic-suite/asr/src/bin/get-silence-probs.cc
csb1024/djinn_csb
de50d6b6bc9c137e9f4b881de9048eba9e83142d
[ "BSD-3-Clause" ]
59
2015-07-01T21:41:47.000Z
2021-07-28T07:07:42.000Z
tonic-suite/asr/src/bin/get-silence-probs.cc
csb1024/djinn_csb
de50d6b6bc9c137e9f4b881de9048eba9e83142d
[ "BSD-3-Clause" ]
4
2016-01-24T13:25:03.000Z
2021-07-06T09:10:23.000Z
tonic-suite/asr/src/bin/get-silence-probs.cc
csb1024/djinn_csb
de50d6b6bc9c137e9f4b881de9048eba9e83142d
[ "BSD-3-Clause" ]
54
2015-06-13T15:31:20.000Z
2021-07-28T07:07:43.000Z
// bin/get-silence-probs.cc // Copyright 2009-2011 Microsoft Corporation // See ../../COPYING for clarification regarding multiple authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License ...
38.368794
79
0.632717
[ "vector", "model" ]