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
28ee2956cf84477dcdc0600a1de4349281de5a6e
7,636
cpp
C++
src/caffe/data_reader.cpp
jwyang/JULE-Caffe
797292223e9e9021e31730c87b9abc86f08fce0c
[ "MIT" ]
22
2016-11-14T18:43:50.000Z
2020-03-05T05:51:19.000Z
src/caffe/data_reader.cpp
jwyang/JULE-Caffe
797292223e9e9021e31730c87b9abc86f08fce0c
[ "MIT" ]
2
2017-04-20T03:05:41.000Z
2019-08-25T14:07:33.000Z
src/caffe/data_reader.cpp
jwyang/JULE-Caffe
797292223e9e9021e31730c87b9abc86f08fce0c
[ "MIT" ]
6
2016-11-22T19:37:45.000Z
2020-02-18T13:52:22.000Z
#include <boost/thread.hpp> #include <map> #include <string> #include <vector> #include <random> #include "caffe/common.hpp" #include "caffe/data_layers.hpp" #include "caffe/data_reader.hpp" #include "caffe/proto/caffe.pb.h" #define use_bmat namespace caffe { using boost::weak_ptr; map<const string, weak_ptr<DataR...
29.596899
134
0.651126
[ "vector" ]
28ef28054a11912de4c0131e519b36a8ba19f861
980
cpp
C++
UVa/11220.cpp
tico88612/Solution-Note
31a9d220fd633c6920760707a07c9a153c2f76cc
[ "MIT" ]
1
2018-02-11T09:41:54.000Z
2018-02-11T09:41:54.000Z
UVa/11220.cpp
tico88612/Solution-Note
31a9d220fd633c6920760707a07c9a153c2f76cc
[ "MIT" ]
null
null
null
UVa/11220.cpp
tico88612/Solution-Note
31a9d220fd633c6920760707a07c9a153c2f76cc
[ "MIT" ]
null
null
null
/*{{{*/ #pragma GCC optimize ("O2") #include<bits/stdc++.h> #include<unistd.h> using namespace std; typedef long long ll; typedef vector<int> vi; typedef pair<int,int> pi; #define _ ios::sync_with_stdio(0);cin.tie(0);cout.tie(0); #define FZ(n) memset((n),0,sizeof(n)) #define FMO(n) memset((n),-1,sizeof(n)) #define F fi...
18.846154
57
0.569388
[ "vector" ]
28f0ce5f51116aca4b80fa5c77f1449d9f6e3417
8,711
cpp
C++
tests/serialization_tests.cpp
gridem/ReplobPrototype
8c1f7ac46c9c46e7f02b402b8bbc5febaa152c90
[ "Apache-2.0" ]
3
2016-01-11T11:42:02.000Z
2016-12-21T14:54:44.000Z
tests/serialization_tests.cpp
gridem/ReplobPrototype
8c1f7ac46c9c46e7f02b402b8bbc5febaa152c90
[ "Apache-2.0" ]
null
null
null
tests/serialization_tests.cpp
gridem/ReplobPrototype
8c1f7ac46c9c46e7f02b402b8bbc5febaa152c90
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2015 Grigory Demchenko (aka gridem) * * 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.984169
99
0.559982
[ "vector" ]
28f2802b9a73499449c2ba30a87a601f16d2980a
4,716
cpp
C++
Cpp/Coursera/ModernCpp/02_yellow/010_test_person/solution.cpp
neon1ks/Study
5d40171cf3bf5e8d3a95539e91f5afec54d1daf3
[ "MIT" ]
null
null
null
Cpp/Coursera/ModernCpp/02_yellow/010_test_person/solution.cpp
neon1ks/Study
5d40171cf3bf5e8d3a95539e91f5afec54d1daf3
[ "MIT" ]
null
null
null
Cpp/Coursera/ModernCpp/02_yellow/010_test_person/solution.cpp
neon1ks/Study
5d40171cf3bf5e8d3a95539e91f5afec54d1daf3
[ "MIT" ]
null
null
null
#include <iostream> #include <map> #include <ostream> #include <random> #include <set> #include <sstream> #include <stdexcept> #include <string> #include <vector> using namespace std; template <class T> ostream &operator<<(ostream &os, const vector<T> &s) { os << "{"; bool first = true; for (const auto &x...
24.821053
79
0.556192
[ "vector" ]
28fe7121de27e32870b03a7594cc0b53f59c07d4
4,623
cpp
C++
More Advanced Topics/More Advanced Search Techniques/Meet in the Middle A* DA*/Robots on Ice.cpp
satvik007/uva
72a763f7ed46a34abfcf23891300d68581adeb44
[ "MIT" ]
3
2017-08-12T06:09:39.000Z
2018-09-16T02:31:27.000Z
More Advanced Topics/More Advanced Search Techniques/Meet in the Middle A* DA*/Robots on Ice.cpp
satvik007/uva
72a763f7ed46a34abfcf23891300d68581adeb44
[ "MIT" ]
null
null
null
More Advanced Topics/More Advanced Search Techniques/Meet in the Middle A* DA*/Robots on Ice.cpp
satvik007/uva
72a763f7ed46a34abfcf23891300d68581adeb44
[ "MIT" ]
null
null
null
#include <bits/stdc++.h> using namespace std; typedef long long ll; typedef vector <int> vi; int x[3], y[3]; int n, m; unordered_map <ll, int> ans1, ans2; int dr[] = {-1, 0, 1, 0}; int dc[] = {0, 1, 0, -1}; void dfs(int ax, int ay, ll &current){ for(int k=0; k<4; k++){ int tx = ax + dr[k]; int ty...
32.328671
93
0.412503
[ "vector" ]
28feeb826e48039da30ccd9f90b6117def3e34c6
20,685
cpp
C++
src/info.cpp
raa-eruanna/ProjectPanther
7d703c162b4ede25faa3e99cacacb4fc79fb77da
[ "RSA-MD" ]
2
2018-01-18T21:30:20.000Z
2018-01-19T02:24:46.000Z
src/info.cpp
raa-eruanna/ProjectPanther
7d703c162b4ede25faa3e99cacacb4fc79fb77da
[ "RSA-MD" ]
null
null
null
src/info.cpp
raa-eruanna/ProjectPanther
7d703c162b4ede25faa3e99cacacb4fc79fb77da
[ "RSA-MD" ]
null
null
null
/* ** info.cpp ** Keeps track of available actors and their states ** **--------------------------------------------------------------------------- ** Copyright 1998-2006 Randy Heit ** All rights reserved. ** ** Redistribution and use in source and binary forms, with or without ** modification, are permitted provided t...
26.383929
165
0.61373
[ "object" ]
e900ca7c618d277d68db68491a4f472c12e006b6
12,262
cpp
C++
level_zero/tools/test/unit_tests/sources/sysman/scheduler/linux/test_zes_scheduler.cpp
rscohn2/compute-runtime
c0b6e6852d1c3870b089de651c3dd27ca82b1431
[ "MIT" ]
null
null
null
level_zero/tools/test/unit_tests/sources/sysman/scheduler/linux/test_zes_scheduler.cpp
rscohn2/compute-runtime
c0b6e6852d1c3870b089de651c3dd27ca82b1431
[ "MIT" ]
null
null
null
level_zero/tools/test/unit_tests/sources/sysman/scheduler/linux/test_zes_scheduler.cpp
rscohn2/compute-runtime
c0b6e6852d1c3870b089de651c3dd27ca82b1431
[ "MIT" ]
null
null
null
/* * Copyright (C) 2020 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "level_zero/tools/test/unit_tests/sources/sysman/linux/mock_sysman_fixture.h" #include "mock_sysfs_scheduler.h" namespace L0 { namespace ult { constexpr uint32_t handleComponentCount = 1u; constexpr uint64_t convertMilliToM...
49.643725
183
0.779318
[ "vector" ]
e90289cb8fa6517bb95069fa4110992cb8d155c6
8,501
cpp
C++
TemporalTreeMaps/modules/temporaltreemaps/src/processors/treeordercomputationgreedy.cpp
marcus1337/InviwoTemporalTreeMapsMOD
0d6a235ac2aa1d106de227b6d8513eb8fc91295e
[ "MIT" ]
null
null
null
TemporalTreeMaps/modules/temporaltreemaps/src/processors/treeordercomputationgreedy.cpp
marcus1337/InviwoTemporalTreeMapsMOD
0d6a235ac2aa1d106de227b6d8513eb8fc91295e
[ "MIT" ]
null
null
null
TemporalTreeMaps/modules/temporaltreemaps/src/processors/treeordercomputationgreedy.cpp
marcus1337/InviwoTemporalTreeMapsMOD
0d6a235ac2aa1d106de227b6d8513eb8fc91295e
[ "MIT" ]
null
null
null
/********************************************************************* * Author : Tino Weinkauf and Wiebke Koepp * Init : Thursday, March 29, 2018 - 15:00:03 * * Project : KTH Inviwo Modules * * License : Follows the Inviwo BSD license model ***************************************************************...
29.723776
200
0.684272
[ "vector", "model" ]
e905a76705b3319d0eff0427d82a05a7005e28a5
3,539
cpp
C++
src/conv/raw/raw-g.cpp
behollis/brlcad-svn-rev65072-gsoc2015
c2e49d80e0776ea6da4358a345a04f56e0088b90
[ "BSD-4-Clause", "BSD-3-Clause" ]
null
null
null
src/conv/raw/raw-g.cpp
behollis/brlcad-svn-rev65072-gsoc2015
c2e49d80e0776ea6da4358a345a04f56e0088b90
[ "BSD-4-Clause", "BSD-3-Clause" ]
null
null
null
src/conv/raw/raw-g.cpp
behollis/brlcad-svn-rev65072-gsoc2015
c2e49d80e0776ea6da4358a345a04f56e0088b90
[ "BSD-4-Clause", "BSD-3-Clause" ]
null
null
null
/* R A W - G . C P P * BRL-CAD * * Copyright (c) 2012-2014 United States Government as represented by * the U.S. Army Research Laboratory. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * version 2.1 ...
22.11875
92
0.584628
[ "cad", "geometry", "vector" ]
e905b5bfc66edd1e8fc1e2c06502c0596aba7a42
10,385
cpp
C++
Source/ThirdParty/Assimp/code/FBXAnimation.cpp
dev-plvlml/Urho3D
1420410edd585bf6d566229e824b381680372004
[ "MIT" ]
9
2020-06-09T20:43:35.000Z
2022-02-23T17:45:44.000Z
Source/ThirdParty/Assimp/code/FBXAnimation.cpp
dev-plvlml/Urho3D
1420410edd585bf6d566229e824b381680372004
[ "MIT" ]
4
2020-12-13T18:27:41.000Z
2021-03-22T19:12:57.000Z
Source/ThirdParty/Assimp/code/FBXAnimation.cpp
dev-plvlml/Urho3D
1420410edd585bf6d566229e824b381680372004
[ "MIT" ]
6
2021-04-11T22:04:13.000Z
2021-11-23T22:58:39.000Z
/* Open Asset Import Library (assimp) ---------------------------------------------------------------------- Copyright (c) 2006-2017, assimp team All rights reserved. Redistribution and use of this software in source and binary forms, with or without modification, are permitted provided that the following conditions...
33.285256
122
0.579104
[ "object", "vector", "model" ]
e906acd61ad75a643e900810eb3c593c3b1d90a4
7,974
cpp
C++
src/core/SkWriteBuffer.cpp
pospx/external_skia
7a135275c9fc2a4b3cbdcf9a96e7102724752234
[ "BSD-3-Clause" ]
3
2020-08-06T00:31:13.000Z
2021-07-29T07:28:17.000Z
src/core/SkWriteBuffer.cpp
pospx/external_skia
7a135275c9fc2a4b3cbdcf9a96e7102724752234
[ "BSD-3-Clause" ]
3
2020-04-26T17:03:31.000Z
2020-04-28T14:55:33.000Z
src/core/SkWriteBuffer.cpp
pospx/external_skia
7a135275c9fc2a4b3cbdcf9a96e7102724752234
[ "BSD-3-Clause" ]
57
2016-12-29T02:00:25.000Z
2021-11-16T01:22:50.000Z
/* * Copyright 2012 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "SkWriteBuffer.h" #include "SkBitmap.h" #include "SkData.h" #include "SkImagePriv.h" #include "SkPaintPriv.h" #include "SkPtrRecorder.h" #include "SkStream.h" #inclu...
30.551724
99
0.658515
[ "object" ]
e911877f9569f6df2456ad9e80f3aa7ab82651f3
49,661
hpp
C++
3rdparty/stlsoft/include/winstl/registry/reg_key_sequence.hpp
wohaaitinciu/zpublic
0e4896b16e774d2f87e1fa80f1b9c5650b85c57e
[ "Unlicense" ]
50
2015-01-07T01:54:54.000Z
2021-01-15T00:41:48.000Z
3rdparty/stlsoft/include/winstl/registry/reg_key_sequence.hpp
lib1256/zpublic
64c2be9ef1abab878288680bb58122dcc25df81d
[ "Unlicense" ]
1
2015-05-26T07:40:19.000Z
2015-05-26T07:40:19.000Z
3rdparty/stlsoft/include/winstl/registry/reg_key_sequence.hpp
lib1256/zpublic
64c2be9ef1abab878288680bb58122dcc25df81d
[ "Unlicense" ]
39
2015-01-07T02:03:15.000Z
2021-01-15T00:41:50.000Z
/* ///////////////////////////////////////////////////////////////////////// * File: winstl/registry/reg_key_sequence.hpp * * Purpose: Contains the basic_reg_key_sequence class template, and ANSI * and Unicode specialisations thereof. * * Notes: The original implementation of the cla...
40.440554
293
0.630374
[ "object" ]
e911d2f75d361c3f0b01992defc6168bd07c1745
4,565
cpp
C++
Qor/Scene.cpp
flipcoder/qor
7a2ebf667be4c913fbc7daf5e0b07a4c1723389d
[ "MIT" ]
84
2015-03-30T14:29:29.000Z
2022-01-28T12:29:25.000Z
Qor/Scene.cpp
flipcoder/qor
7a2ebf667be4c913fbc7daf5e0b07a4c1723389d
[ "MIT" ]
5
2016-01-22T18:54:35.000Z
2021-07-24T10:21:12.000Z
Qor/Scene.cpp
flipcoder/qor
7a2ebf667be4c913fbc7daf5e0b07a4c1723389d
[ "MIT" ]
22
2015-08-06T05:32:29.000Z
2022-03-05T13:20:46.000Z
#include "Scene.h" #include "Mesh.h" #include "Sound.h" #include "Light.h" #include "Material.h" #include "Particle.h" #include "kit/meta/meta.h" using namespace std; Scene :: Scene(const string& fn, ResourceCache* cache): //Resource(fn), m_pConfig(make_shared<Meta>(fn)), m_Filename(fn), m_pCache(cache...
27.5
97
0.521577
[ "mesh", "object" ]
e91207ecc26092441aad3b0618848ef1611fe444
8,271
hpp
C++
src/AI_Image_Processing_Unit2/deployment_tools/ngraph/include/ngraph/type/bfloat16.hpp
bijoumd78/httpServer
5ae284e2f03a5a5795b3e09b6f1e8b07d5e1a3ed
[ "MIT" ]
1
2021-04-22T07:28:03.000Z
2021-04-22T07:28:03.000Z
src/AI_Image_Processing_Unit2/deployment_tools/ngraph/include/ngraph/type/bfloat16.hpp
bijoumd78/httpServer
5ae284e2f03a5a5795b3e09b6f1e8b07d5e1a3ed
[ "MIT" ]
105
2020-06-04T00:23:29.000Z
2022-02-21T13:04:33.000Z
ngraph/core/include/ngraph/type/bfloat16.hpp
v-Golubev/openvino
26936d1fbb025c503ee43fe74593ee9d7862ab15
[ "Apache-2.0" ]
3
2021-04-25T06:52:41.000Z
2021-05-07T02:01:44.000Z
// Copyright (C) 2018-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once #include <cmath> #include <iostream> #include <limits> #include <memory> #include <string> #include <vector> #include "ngraph/ngraph_visibility.hpp" #define ROUND_MODE_TO_NEAREST_EVEN namespace ngraph { class NG...
29.329787
108
0.594003
[ "vector" ]
e912ff701c3a1beb038aef2501e29bee0503f71a
5,933
cpp
C++
SVGWriter.cpp
sebastian-knopp/OpenSVGWriter
a73005976ec67cd7f073214e9e45d4150b30de66
[ "Unlicense" ]
1
2021-02-18T17:50:49.000Z
2021-02-18T17:50:49.000Z
SVGWriter.cpp
sebastian-knopp/OpenSVGWriter
a73005976ec67cd7f073214e9e45d4150b30de66
[ "Unlicense" ]
null
null
null
SVGWriter.cpp
sebastian-knopp/OpenSVGWriter
a73005976ec67cd7f073214e9e45d4150b30de66
[ "Unlicense" ]
null
null
null
#include "SVGWriter.h" #include <iostream> #include <algorithm> #include <tuple> SVGWriter::SVGWriter(const std::string& a_filename, const int a_targetSize, const int a_borderWidth) : m_targetSize(a_targetSize) , m_borderWidth(a_borderWidth) , m_ofs(a_filename) { ...
33.710227
127
0.544413
[ "vector" ]
e9147f131de27ab94eb1817dc6504efda69980ad
4,541
cpp
C++
src/But/Container/UnorderedArray_speed.manual.cpp
el-bart/but
eee2e7e34dde415f4c87461f75c2bab38fc56407
[ "BSD-3-Clause" ]
27
2016-01-12T19:30:57.000Z
2022-01-27T15:52:39.000Z
src/But/Container/UnorderedArray_speed.manual.cpp
el-bart/but
eee2e7e34dde415f4c87461f75c2bab38fc56407
[ "BSD-3-Clause" ]
4
2017-04-10T16:30:22.000Z
2019-04-24T21:02:55.000Z
src/But/Container/UnorderedArray_speed.manual.cpp
el-bart/but
eee2e7e34dde415f4c87461f75c2bab38fc56407
[ "BSD-3-Clause" ]
2
2016-12-09T17:09:59.000Z
2019-07-16T00:19:31.000Z
#include <set> #include <list> #include <deque> #include <chrono> #include <string> #include <random> #include <vector> #include <iomanip> #include <typeinfo> #include <iostream> #include <algorithm> #include <unordered_set> #include <cinttypes> #include <But/assert.hpp> #include <But/Container/UnorderedArray.hpp> usi...
24.545946
98
0.658665
[ "vector" ]
e915c2002c31bfd395b82bff4f1ecd6a643ffd76
6,397
cpp
C++
src/common/Read.cpp
0xC0000054/gmic-8bf
10a91b07d8da33b787d5fc62ffcb3684c29c9671
[ "MIT" ]
36
2020-11-30T02:02:52.000Z
2022-03-30T07:02:50.000Z
src/common/Read.cpp
0xC0000054/gmic-8bf
10a91b07d8da33b787d5fc62ffcb3684c29c9671
[ "MIT" ]
14
2020-12-02T16:52:56.000Z
2022-03-11T17:42:43.000Z
src/common/Read.cpp
0xC0000054/gmic-8bf
10a91b07d8da33b787d5fc62ffcb3684c29c9671
[ "MIT" ]
3
2021-02-11T16:29:17.000Z
2022-03-02T07:11:42.000Z
//////////////////////////////////////////////////////////////////////// // // This file is part of gmic-8bf, a filter plug-in module that // interfaces with G'MIC-Qt. // // Copyright (c) 2020, 2021 Nicholas Hayes // // This file is licensed under the MIT License. // See LICENSE.txt for complete licensing and attributi...
29.077273
124
0.562607
[ "vector" ]
e91875b5aa5886c1031b8c94de8adb614f6f9513
2,133
cpp
C++
tools/converter/source/optimizer/merge/ConstantFolding.cpp
xhuan28/MNN
81df3a48d79cbc0b75251d12934345948866f7be
[ "Apache-2.0" ]
2
2020-12-15T13:56:31.000Z
2022-01-26T03:20:28.000Z
tools/converter/source/optimizer/merge/ConstantFolding.cpp
xhuan28/MNN
81df3a48d79cbc0b75251d12934345948866f7be
[ "Apache-2.0" ]
null
null
null
tools/converter/source/optimizer/merge/ConstantFolding.cpp
xhuan28/MNN
81df3a48d79cbc0b75251d12934345948866f7be
[ "Apache-2.0" ]
1
2021-11-24T06:26:27.000Z
2021-11-24T06:26:27.000Z
// // FoldConstant.cpp // MNNConverter // // Created by MNN on 2020/07/09. // Copyright © 2018, Alibaba Group Holding Limited // #include "../TemplateMerge.hpp" #include "MNN/expr/ExprCreator.hpp" #include "MNN_generated.h" #include "MergeHelpers.hpp" namespace MNN { namespace Express { class ConstantFolding { p...
29.219178
115
0.54196
[ "vector" ]
e91f6f376ca1748768bd845d8257c9de5d45bd5f
5,975
cpp
C++
PhysX_3.4/Source/LowLevelParticles/src/PtBodyTransformVault.cpp
gongyiling/PhysX-3.4
99bc1c62880cf626f9926781e76a528b5276c68b
[ "Unlicense" ]
1,863
2018-12-03T13:06:03.000Z
2022-03-29T07:12:37.000Z
PhysX_3.4/Source/LowLevelParticles/src/PtBodyTransformVault.cpp
cctxx/PhysX-3.4-1
5e42a5f112351a223c19c17bb331e6c55037b8eb
[ "Unlicense" ]
71
2018-12-03T19:48:39.000Z
2022-01-11T09:30:52.000Z
PhysX_3.4/Source/LowLevelParticles/src/PtBodyTransformVault.cpp
cctxx/PhysX-3.4-1
5e42a5f112351a223c19c17bb331e6c55037b8eb
[ "Unlicense" ]
265
2018-12-03T14:30:03.000Z
2022-03-25T20:57:01.000Z
// // 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 following disclaimer. // * Redistributions in bin...
24.690083
115
0.721506
[ "shape" ]
11e66063425c759817e53bc27cdcee8aa6b33357
5,907
cpp
C++
frameworks/surface/test/unittest/buffer_client_producer_remote_test.cpp
chaoyangcui/graphic_standard
514f1889a0f394b9366917b71677f14749664d9d
[ "Apache-2.0" ]
null
null
null
frameworks/surface/test/unittest/buffer_client_producer_remote_test.cpp
chaoyangcui/graphic_standard
514f1889a0f394b9366917b71677f14749664d9d
[ "Apache-2.0" ]
null
null
null
frameworks/surface/test/unittest/buffer_client_producer_remote_test.cpp
chaoyangcui/graphic_standard
514f1889a0f394b9366917b71677f14749664d9d
[ "Apache-2.0" ]
1
2021-09-13T12:08:05.000Z
2021-09-13T12:08:05.000Z
/* * Copyright (c) 2021 Huawei Device 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 ...
30.137755
93
0.717962
[ "vector" ]
11e9a0dc35d3a81d71d402017aad39ae81c860c8
11,787
cpp
C++
test/test_fcl_generate_bvh_model_deferred_finalize.cpp
haraisao/fcl
6d008b63b801a2c85435c4ae959c28d7538ad270
[ "BSD-3-Clause" ]
921
2015-01-27T15:11:44.000Z
2022-03-29T08:39:06.000Z
test/test_fcl_generate_bvh_model_deferred_finalize.cpp
sthagen/fcl
df2702ca5e703dec98ebd725782ce13862e87fc8
[ "BSD-3-Clause" ]
474
2015-01-28T08:08:18.000Z
2022-03-30T13:40:49.000Z
test/test_fcl_generate_bvh_model_deferred_finalize.cpp
sthagen/fcl
df2702ca5e703dec98ebd725782ce13862e87fc8
[ "BSD-3-Clause" ]
370
2015-01-05T07:49:25.000Z
2022-03-27T12:41:28.000Z
/* * Software License Agreement (BSD License) * * Copyright (c) 2016, Open Source Robotics 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 so...
35.503012
122
0.735556
[ "mesh", "geometry", "shape", "model" ]
11ee9127fcbe96595832c08ef6ce8e4f0f28e2d8
2,024
cc
C++
examples/escher/waterfall/scenes/demo_scene.cc
PowerOlive/garnet
16b5b38b765195699f41ccb6684cc58dd3512793
[ "BSD-3-Clause" ]
null
null
null
examples/escher/waterfall/scenes/demo_scene.cc
PowerOlive/garnet
16b5b38b765195699f41ccb6684cc58dd3512793
[ "BSD-3-Clause" ]
null
null
null
examples/escher/waterfall/scenes/demo_scene.cc
PowerOlive/garnet
16b5b38b765195699f41ccb6684cc58dd3512793
[ "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 "garnet/examples/escher/waterfall/scenes/demo_scene.h" #include "lib/escher/geometry/tessellation.h" #include "lib/escher/geometry/transform.h" #...
36.142857
80
0.705534
[ "geometry", "object", "shape", "vector", "model", "transform" ]
11f0eb2b0848e5f76b028a48d4387589411b864e
20,634
cpp
C++
third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
xzhan96/chromium.src
1bd0cf3997f947746c0fc5406a2466e7b5f6159e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
1
2021-01-07T18:51:03.000Z
2021-01-07T18:51:03.000Z
third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
emilio/chromium.src
1bd0cf3997f947746c0fc5406a2466e7b5f6159e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
emilio/chromium.src
1bd0cf3997f947746c0fc5406a2466e7b5f6159e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
/* * Copyright (C) 2009 Google 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: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions ...
39.228137
80
0.718571
[ "object" ]
11f15f11f8764cc8117ee61389dda3f82bc1f030
74,526
cc
C++
chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc
junmin-zhu/chromium-rivertrail
eb1a57aca71fe68d96e48af8998dcfbe45171ee1
[ "BSD-3-Clause" ]
null
null
null
chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc
junmin-zhu/chromium-rivertrail
eb1a57aca71fe68d96e48af8998dcfbe45171ee1
[ "BSD-3-Clause" ]
null
null
null
chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc
junmin-zhu/chromium-rivertrail
eb1a57aca71fe68d96e48af8998dcfbe45171ee1
[ "BSD-3-Clause" ]
1
2020-11-04T07:27:33.000Z
2020-11-04T07:27:33.000Z
// Copyright (c) 2012 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/webui/options/chromeos/internet_options_handler.h" #include <ctype.h> #include <map> #include <string> #include <vector>...
41.174586
80
0.727276
[ "object", "vector" ]
11f17566bbeb86341c5e4d1476947169758d4ea4
4,133
cpp
C++
tests/test1/unitCatch.cpp
danielgavrila/AMQPSerialize
1a9b2dd7b32978fa9f35edaacdfbe48aafc5f858
[ "Apache-2.0" ]
1
2018-11-18T11:30:39.000Z
2018-11-18T11:30:39.000Z
tests/test1/unitCatch.cpp
danielgavrila/AMQPSerialize
1a9b2dd7b32978fa9f35edaacdfbe48aafc5f858
[ "Apache-2.0" ]
null
null
null
tests/test1/unitCatch.cpp
danielgavrila/AMQPSerialize
1a9b2dd7b32978fa9f35edaacdfbe48aafc5f858
[ "Apache-2.0" ]
null
null
null
#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do this in one cpp file #include "catch.hpp" #include "AMQPSerialize/serializeamqp.h" #include "structures/structsdsl.h" using namespace Queue1; static_assert(!serializeAMQP::detail::isAMQPStruct<int>); static_assert(serializeAMQP::detail::...
22.461957
97
0.631986
[ "vector" ]
11f6b5fddc8adb1da52c129b98fca71fd7faf086
21,448
cpp
C++
dart/dynamics/Frame.cpp
purewind7/CS7496
ca0b8376db400f265d9515d8307d928590a1569a
[ "BSD-2-Clause" ]
null
null
null
dart/dynamics/Frame.cpp
purewind7/CS7496
ca0b8376db400f265d9515d8307d928590a1569a
[ "BSD-2-Clause" ]
null
null
null
dart/dynamics/Frame.cpp
purewind7/CS7496
ca0b8376db400f265d9515d8307d928590a1569a
[ "BSD-2-Clause" ]
null
null
null
/* * Copyright (c) 2014-2016, Graphics Lab, Georgia Tech Research Corporation * Copyright (c) 2014-2016, Humanoid Lab, Georgia Tech Research Corporation * Copyright (c) 2016, Personal Robotics Lab, Carnegie Mellon University * All rights reserved. * * This file is provided under the following "BSD-style" License:...
32.447806
83
0.556649
[ "shape", "transform" ]
11f8a289c924afaba9690ab5ec1f0d652d5610ce
71,227
cc
C++
src/kudu/tserver/ts_tablet_manager.cc
rajesh-ibm-power/kudu
cb8f0138c345b5209899e95db8d5c63994d2c721
[ "Apache-2.0" ]
null
null
null
src/kudu/tserver/ts_tablet_manager.cc
rajesh-ibm-power/kudu
cb8f0138c345b5209899e95db8d5c63994d2c721
[ "Apache-2.0" ]
null
null
null
src/kudu/tserver/ts_tablet_manager.cc
rajesh-ibm-power/kudu
cb8f0138c345b5209899e95db8d5c63994d2c721
[ "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...
40.794387
100
0.677019
[ "object", "vector" ]
f5049e48ae8f4c471b8cf8a8f4f3bc842362dec2
11,902
cc
C++
src/gn/function_rebase_path.cc
yue/gn
9caff23f0143a8bb959293f36c1fffed2c8a44ca
[ "BSD-3-Clause" ]
3
2017-09-28T12:23:10.000Z
2019-11-25T05:41:42.000Z
src/gn/function_rebase_path.cc
yue/gn
9caff23f0143a8bb959293f36c1fffed2c8a44ca
[ "BSD-3-Clause" ]
1
2020-12-17T17:03:36.000Z
2020-12-17T17:03:36.000Z
src/gn/function_rebase_path.cc
yue/gn
9caff23f0143a8bb959293f36c1fffed2c8a44ca
[ "BSD-3-Clause" ]
null
null
null
// Copyright (c) 2013 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 <stddef.h> #include "base/strings/string_util.h" #include "gn/build_settings.h" #include "gn/filesystem_utils.h" #include "gn/functions.h" #...
36.286585
87
0.667787
[ "vector" ]
f509bd97e6c6c27b818222bd587f5ae43e6ed58c
4,534
hpp
C++
lion/math/solve_nonlinear_system.hpp
juanmanzanero/lion-cpp
3485b2d42dd9c3dd81d364ac0ee2bc968802db2d
[ "MIT" ]
1
2021-10-17T14:52:25.000Z
2021-10-17T14:52:25.000Z
lion/math/solve_nonlinear_system.hpp
juanmanzanero/lion-cpp
3485b2d42dd9c3dd81d364ac0ee2bc968802db2d
[ "MIT" ]
null
null
null
lion/math/solve_nonlinear_system.hpp
juanmanzanero/lion-cpp
3485b2d42dd9c3dd81d364ac0ee2bc968802db2d
[ "MIT" ]
1
2022-01-05T16:45:26.000Z
2022-01-05T16:45:26.000Z
#ifndef __SOLVE_NONLINEAR_SYSTEM_HPP__ #define __SOLVE_NONLINEAR_SYSTEM_HPP__ #include "ipopt_handler.h" #include "lion/thirdparty/include/coin-or/IpSolveStatistics.hpp" #include "lion/math/matrix_extensions.h" #include <math.h> #include "lion/thirdparty/include/logger.hpp" template<typename C> inline typename Solve...
36.861789
134
0.609616
[ "vector" ]
f50a09047ba63e79239bbf2c5f0790f8bf91a83c
23,238
cc
C++
src/mips/macro-assembler-mips.cc
dachev/v8
8f8d0603bdf51464aef6c7c345491ed918cd4874
[ "BSD-3-Clause-Clear" ]
3
2015-12-26T17:15:40.000Z
2019-06-26T02:28:49.000Z
src/mips/macro-assembler-mips.cc
dachev/v8
8f8d0603bdf51464aef6c7c345491ed918cd4874
[ "BSD-3-Clause-Clear" ]
null
null
null
src/mips/macro-assembler-mips.cc
dachev/v8
8f8d0603bdf51464aef6c7c345491ed918cd4874
[ "BSD-3-Clause-Clear" ]
null
null
null
// Copyright 2010 the V8 project 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: // // * Redistributions of source code must retain the above copyright // notice, this list of ...
25.734219
80
0.593338
[ "object" ]
f50b22573b42bd2c2e0c0cc4f6047841620aac88
10,508
cpp
C++
src/gui_app/MainFrame.cpp
euklid/PangaeaTracking
cff35a6636301d94f69d19bddc312da5c3a2a2e5
[ "MIT" ]
70
2015-12-01T23:40:03.000Z
2022-03-29T19:56:04.000Z
src/gui_app/MainFrame.cpp
euklid/PangaeaTracking
cff35a6636301d94f69d19bddc312da5c3a2a2e5
[ "MIT" ]
6
2015-11-19T06:52:05.000Z
2018-10-23T15:09:01.000Z
src/gui_app/MainFrame.cpp
euklid/PangaeaTracking
cff35a6636301d94f69d19bddc312da5c3a2a2e5
[ "MIT" ]
26
2015-11-29T04:57:56.000Z
2021-04-04T15:43:01.000Z
#include "gui_app/MainFrame.h" #include "gui_app/controlPanel.h" #include "gui_app/BasicGLPane.h" #include "gui_app/ImagePanel.h" #ifdef _MSC_VER #include "third_party/msvc/Stopwatch.h" #else #include "third_party/Stopwatch.h" #endif BEGIN_EVENT_TABLE(MainFrame, wxFrame) EVT_TIMER(ID_TIMER, MainFrame::OnTimer) ...
33.253165
113
0.688238
[ "render", "vector" ]
f50bd8ae9e5721eae877c3ff8a213f6175b5c41e
3,149
cpp
C++
openbr/plugins/imgproc/rndaffine.cpp
kassemitani/openbr
7b453f7abc6f997839a858f4b7686bc5e21ef7b2
[ "Apache-2.0" ]
1,883
2015-01-04T07:04:24.000Z
2022-03-30T13:33:37.000Z
openbr/plugins/imgproc/rndaffine.cpp
kassemitani/openbr
7b453f7abc6f997839a858f4b7686bc5e21ef7b2
[ "Apache-2.0" ]
272
2015-01-02T09:53:20.000Z
2022-03-29T08:04:33.000Z
openbr/plugins/imgproc/rndaffine.cpp
kassemitani/openbr
7b453f7abc6f997839a858f4b7686bc5e21ef7b2
[ "Apache-2.0" ]
718
2015-01-02T18:51:07.000Z
2022-03-29T08:10:53.000Z
#include <opencv2/imgproc/imgproc.hpp> #include <openbr/plugins/openbr_internal.h> #include <openbr/core/opencvutils.h> using namespace cv; namespace br { /*! * \brief Perform a number of random transformations to the points in metadata as "Affine_0" and "Affine_1" * \author Jordan Cheney \cite jcheney * \br_pro...
40.371795
177
0.597968
[ "transform" ]
f51078386c0f6366142c304f1d11a1d7d87ee872
112,605
cpp
C++
third_party/mysql-connector-c++-1.1.4/test/test_common.cpp
cloudpbl-senrigan/combinator
91a45ac5d471f4a7527375db29e06b0fda2eea0d
[ "MIT" ]
null
null
null
third_party/mysql-connector-c++-1.1.4/test/test_common.cpp
cloudpbl-senrigan/combinator
91a45ac5d471f4a7527375db29e06b0fda2eea0d
[ "MIT" ]
null
null
null
third_party/mysql-connector-c++-1.1.4/test/test_common.cpp
cloudpbl-senrigan/combinator
91a45ac5d471f4a7527375db29e06b0fda2eea0d
[ "MIT" ]
null
null
null
/* Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. The MySQL Connector/C++ is licensed under the terms of the GPLv2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most MySQL Connectors. There are special exceptions to the terms and conditions of the GPLv2 as it is applied to...
33.917169
273
0.667253
[ "object", "3d" ]
f5125c8c7cfbdf403302a8c5fa1853c4dd74d678
12,600
cc
C++
pmd_reader.cc
aoowweenn/MMDLoader
6b9b4bcf3c3736d1ebe4e77125ef4c1671ba4027
[ "BSD-3-Clause" ]
95
2015-01-18T07:00:57.000Z
2022-03-05T06:05:32.000Z
pmd_reader.cc
aoowweenn/MMDLoader
6b9b4bcf3c3736d1ebe4e77125ef4c1671ba4027
[ "BSD-3-Clause" ]
15
2016-09-04T07:16:59.000Z
2016-09-20T15:44:47.000Z
pmd_reader.cc
aoowweenn/MMDLoader
6b9b4bcf3c3736d1ebe4e77125ef4c1671ba4027
[ "BSD-3-Clause" ]
25
2015-05-26T04:41:54.000Z
2022-01-12T18:53:02.000Z
#include <cassert> #include <cstring> // memcpy #include <cstdio> #include <map> #include <set> #include <string> #include <iostream> #include "pmd_reader.h" #define MAX_BUF_LEN 20 struct sjis_table_rec_t { char unicode_name[MAX_BUF_LEN]; char ascii_name[MAX_BUF_LEN]; char sjis_name[MAX_BUF_LEN]; }; using nam...
37.058824
107
0.614286
[ "vector", "model" ]
f5142a0977201afa83279d974a71f963c152e290
60,945
cc
C++
src/processor/minidump_unittest.cc
TheOneRing/google-breakpad
32f25a5c4a74578ce4f834f76f94fc706bfcdd9e
[ "BSD-3-Clause" ]
1
2021-09-24T08:36:40.000Z
2021-09-24T08:36:40.000Z
src/processor/minidump_unittest.cc
TheOneRing/google-breakpad
32f25a5c4a74578ce4f834f76f94fc706bfcdd9e
[ "BSD-3-Clause" ]
7
2020-04-12T05:15:59.000Z
2022-01-24T20:48:53.000Z
src/processor/minidump_unittest.cc
TheOneRing/google-breakpad
32f25a5c4a74578ce4f834f76f94fc706bfcdd9e
[ "BSD-3-Clause" ]
2
2019-08-04T05:55:30.000Z
2020-04-12T05:20:09.000Z
// Copyright (c) 2010, Google 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: // // * Redistributions of source code must retain the above copyright // notice, this list of conditi...
37.435504
80
0.714234
[ "vector" ]
f51828cc7e45e7649ecba0dcb4c909bad88b6547
12,273
cc
C++
NativePatcher_cef_binary_3.3626.1882.win32/BridgeBuilder/dev_snap/tests/cefclient/renderer/performance_test_tests.cc
prepare/Kneadium
1eaed8b6554964577aec2c692299f88590e3de93
[ "BSD-3-Clause" ]
4
2017-08-29T02:24:04.000Z
2019-02-26T09:44:36.000Z
NativePatcher_cef_binary_3.3626.1882.win32/BridgeBuilder/dev_snap/tests/cefclient/renderer/performance_test_tests.cc
prepare/Kneadium
1eaed8b6554964577aec2c692299f88590e3de93
[ "BSD-3-Clause" ]
15
2017-08-31T22:07:48.000Z
2019-03-22T05:09:28.000Z
NativePatcher_cef_binary_3.3626.1882.win32/BridgeBuilder/dev_snap/tests/cefclient/renderer/performance_test_tests.cc
prepare/Kneadium
1eaed8b6554964577aec2c692299f88590e3de93
[ "BSD-3-Clause" ]
3
2017-04-06T21:06:38.000Z
2017-06-09T18:19:31.000Z
//###_ORIGINAL D:\projects\cef_binary_3.3626.1882.win32\tests\cefclient\renderer//performance_test_tests.cc // Copyright (c) 2012 The Chromium Embedded Framework 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 "include/cef_v...
30.454094
107
0.696162
[ "object" ]
f51d780b6e462a7b8cde9309929f8e0c904221f6
15,848
cpp
C++
src/solver.cpp
LJP-TW/Ponce
384eb38fcc698a9f0aa0f2242db36e5457358f56
[ "BSL-1.0" ]
null
null
null
src/solver.cpp
LJP-TW/Ponce
384eb38fcc698a9f0aa0f2242db36e5457358f56
[ "BSL-1.0" ]
null
null
null
src/solver.cpp
LJP-TW/Ponce
384eb38fcc698a9f0aa0f2242db36e5457358f56
[ "BSL-1.0" ]
null
null
null
#include "solver.hpp" #include "globals.hpp" #include <dbg.hpp> /* This function return a vector of Inputs. A vector is necesary since switch conditions may have multiple branch constraints*/ std::vector<Input> solve_formula(ea_t pc, size_t path_constraint_index) { auto pathConstrains = api.getPathConstraints()...
36.348624
189
0.523915
[ "object", "vector", "model" ]
f52043edc35b8aeb0db92c4eab1d38c161e8440c
65,627
cpp
C++
src/condor_dagman/parse.cpp
neurodebian/htcondor
113a5c9921a4fce8a21e3ab96b2c1ba47441bf39
[ "Apache-2.0" ]
null
null
null
src/condor_dagman/parse.cpp
neurodebian/htcondor
113a5c9921a4fce8a21e3ab96b2c1ba47441bf39
[ "Apache-2.0" ]
null
null
null
src/condor_dagman/parse.cpp
neurodebian/htcondor
113a5c9921a4fce8a21e3ab96b2c1ba47441bf39
[ "Apache-2.0" ]
null
null
null
/*************************************************************** * * Copyright (C) 1990-2007, Condor Team, Computer Sciences Department, * University of Wisconsin-Madison, WI. * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. Y...
29.884791
150
0.618953
[ "object" ]
f52076e7dc32a0f32e0480b5ab84f6df3822e133
3,487
hpp
C++
src/engine/gui.hpp
Stephen-Seo/SwapShop
994ae8dae15c79710b4a91e451784ae546043acb
[ "MIT" ]
1
2019-11-22T15:56:43.000Z
2019-11-22T15:56:43.000Z
src/engine/gui.hpp
Stephen-Seo/SFML_GameEngine
d80189e866d42b81bb508de41107b38c2024aa92
[ "MIT" ]
null
null
null
src/engine/gui.hpp
Stephen-Seo/SFML_GameEngine
d80189e866d42b81bb508de41107b38c2024aa92
[ "MIT" ]
null
null
null
#ifndef GAME_GUI_HPP #define GAME_GUI_HPP #include <functional> #include <vector> #include <SFML/Graphics.hpp> class GuiObject : public sf::Drawable { public: GuiObject(); virtual void update(sf::Time dt) = 0; virtual void handleEvent(const sf::Event& event) = 0; void registerCallback(std::functio...
23.402685
71
0.688271
[ "vector", "transform" ]
f52103e7390f60cea516cf8311e4371dfb7ed721
8,117
cpp
C++
build-QTCPServer-Desktop_Qt_5_14_2_GCC_64bit-Debug/moc_mainwindow.cpp
sun6202/lab4-team
57b4cce6d6b4546d89d376daa1027ef66f9a5195
[ "MIT" ]
null
null
null
build-QTCPServer-Desktop_Qt_5_14_2_GCC_64bit-Debug/moc_mainwindow.cpp
sun6202/lab4-team
57b4cce6d6b4546d89d376daa1027ef66f9a5195
[ "MIT" ]
null
null
null
build-QTCPServer-Desktop_Qt_5_14_2_GCC_64bit-Debug/moc_mainwindow.cpp
sun6202/lab4-team
57b4cce6d6b4546d89d376daa1027ef66f9a5195
[ "MIT" ]
null
null
null
/**************************************************************************** ** Meta object code from reading C++ file 'mainwindow.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.14.2) ** ** WARNING! All changes made in this file will be lost! *********************************************************...
36.236607
127
0.598127
[ "object" ]
f525f11ee6542ab51f1e3a5b4f486bf7f789d10c
2,007
cpp
C++
codeforces/A - Balance the Bits/Accepted.cpp
kzvd4729/Problem-Solving
13b105e725a4c2f8db7fecc5d7a8f932b9fef4ab
[ "MIT" ]
1
2022-02-11T16:55:36.000Z
2022-02-11T16:55:36.000Z
codeforces/A - Balance the Bits/Accepted.cpp
kzvd4729/Problem-Solving
13b105e725a4c2f8db7fecc5d7a8f932b9fef4ab
[ "MIT" ]
null
null
null
codeforces/A - Balance the Bits/Accepted.cpp
kzvd4729/Problem-Solving
13b105e725a4c2f8db7fecc5d7a8f932b9fef4ab
[ "MIT" ]
null
null
null
/**************************************************************************************** * @author: kzvd4729 created: Apr/03/2021 20:43 * solution_verdict: Accepted language: GNU C++17 (64) * run...
23.337209
111
0.430992
[ "vector" ]
f52cf6cbf2ab03c2252d539321bbf2328928350d
2,237
cpp
C++
sources/dansandu/ballotin/container.test.cpp
dansandu/ballotin
e92aac53153ca85759bc412a86937b28c5dbfc4c
[ "MIT" ]
null
null
null
sources/dansandu/ballotin/container.test.cpp
dansandu/ballotin
e92aac53153ca85759bc412a86937b28c5dbfc4c
[ "MIT" ]
null
null
null
sources/dansandu/ballotin/container.test.cpp
dansandu/ballotin
e92aac53153ca85759bc412a86937b28c5dbfc4c
[ "MIT" ]
null
null
null
#include "dansandu/ballotin/container.hpp" #include "catchorg/catch/catch.hpp" #include <map> #include <sstream> #include <string> #include <vector> using dansandu::ballotin::container::contains; using dansandu::ballotin::container::pop; using dansandu::ballotin::container::uniquePushBack; using dansandu::ballotin::c...
23.302083
96
0.493965
[ "vector" ]
f539ccb5946f8053136b28c2f50309f45d448938
3,893
cpp
C++
chromium/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.cpp
wedataintelligence/vivaldi-source
22a46f2c969f6a0b7ca239a05575d1ea2738768c
[ "BSD-3-Clause" ]
null
null
null
chromium/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.cpp
wedataintelligence/vivaldi-source
22a46f2c969f6a0b7ca239a05575d1ea2738768c
[ "BSD-3-Clause" ]
null
null
null
chromium/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.cpp
wedataintelligence/vivaldi-source
22a46f2c969f6a0b7ca239a05575d1ea2738768c
[ "BSD-3-Clause" ]
null
null
null
// 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 "modules/credentialmanager/PasswordCredential.h" #include "bindings/core/v8/Dictionary.h" #include "bindings/core/v8/ExceptionState.h" #include ...
38.166667
134
0.71513
[ "object" ]
f53a64eb420e1cc1b05df7f90f78a5520f12466c
47,877
cxx
C++
VelodyneHDL/vtkVelodyneHDLReader.cxx
yajin1126/C-Users-yajin-Documents-veloview
aa1286abf5232827a3fac625146f69cbdb72a97a
[ "Apache-2.0" ]
null
null
null
VelodyneHDL/vtkVelodyneHDLReader.cxx
yajin1126/C-Users-yajin-Documents-veloview
aa1286abf5232827a3fac625146f69cbdb72a97a
[ "Apache-2.0" ]
null
null
null
VelodyneHDL/vtkVelodyneHDLReader.cxx
yajin1126/C-Users-yajin-Documents-veloview
aa1286abf5232827a3fac625146f69cbdb72a97a
[ "Apache-2.0" ]
null
null
null
// Copyright 2013 Velodyne Acoustics, Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or ...
32.702869
137
0.594711
[ "vector", "transform" ]
f53e81b7d5331ed307f4093ef676021b8ff87065
5,504
cpp
C++
tests/Cxx/TestXdmfRegularGrid.cpp
scottwedge/xdmf
f41196c966997a20f60525a3d2083490a63626a3
[ "BSD-3-Clause" ]
4
2015-12-07T08:11:06.000Z
2020-06-15T01:39:07.000Z
tests/Cxx/TestXdmfRegularGrid.cpp
scottwedge/xdmf
f41196c966997a20f60525a3d2083490a63626a3
[ "BSD-3-Clause" ]
1
2020-04-26T16:50:37.000Z
2020-04-26T16:50:37.000Z
tests/Cxx/TestXdmfRegularGrid.cpp
scottwedge/xdmf
f41196c966997a20f60525a3d2083490a63626a3
[ "BSD-3-Clause" ]
4
2016-04-04T20:54:31.000Z
2020-06-15T01:39:08.000Z
#include "XdmfArray.hpp" #include "XdmfGeometry.hpp" #include "XdmfGeometryType.hpp" #include "XdmfReader.hpp" #include "XdmfRegularGrid.hpp" #include "XdmfTopology.hpp" #include "XdmfTopologyType.hpp" #include "XdmfWriter.hpp" #include "XdmfTestCompareFiles.hpp" #include <iostream> int main(int, char **) { shared...
36.210526
85
0.634448
[ "geometry" ]
f54345ef390f219ddb2fabc807d11757aad83481
23,810
cpp
C++
cases_test/test_2d_fsi2/src/fsi2.cpp
spadaxsys-dev/SPADAXsys
5b766c399ca5f8b5536548b9f88b655693b51803
[ "Apache-2.0" ]
null
null
null
cases_test/test_2d_fsi2/src/fsi2.cpp
spadaxsys-dev/SPADAXsys
5b766c399ca5f8b5536548b9f88b655693b51803
[ "Apache-2.0" ]
null
null
null
cases_test/test_2d_fsi2/src/fsi2.cpp
spadaxsys-dev/SPADAXsys
5b766c399ca5f8b5536548b9f88b655693b51803
[ "Apache-2.0" ]
null
null
null
/** * @file fsi2.cpp * @brief This is the benchmark test of fliud-structure interaction. * @details We consider a flow-induced vibration of an elastic beam behind a cylinder in 2D. * @author Xiangyu Hu, Chi Zhang and Luhui Han * @version 0.1 */ /** * @brief SPHinXsys Library. */ #include "sphinxsys.h" ...
40.424448
149
0.755817
[ "geometry", "shape", "vector", "solid" ]
f5436b02e6a9ee9766b3e0134aadf94e26025e71
32,825
cpp
C++
src/ui/listview.cpp
antonvw/wxExtension
d5523346cf0b1dbd45fd20dc33bf8d679299676c
[ "MIT" ]
9
2016-01-10T20:59:02.000Z
2019-01-09T14:18:13.000Z
src/ui/listview.cpp
antonvw/wxExtension
d5523346cf0b1dbd45fd20dc33bf8d679299676c
[ "MIT" ]
31
2015-01-30T17:46:17.000Z
2017-03-04T17:33:50.000Z
src/ui/listview.cpp
antonvw/wxExtension
d5523346cf0b1dbd45fd20dc33bf8d679299676c
[ "MIT" ]
2
2015-04-05T08:45:22.000Z
2018-08-24T06:43:24.000Z
//////////////////////////////////////////////////////////////////////////////// // Name: listview.cpp // Purpose: Implementation of wex::listview and related classes // Author: Anton van Wezenbeek // Copyright: (c) 2021-2022 Anton van Wezenbeek ////////////////////////////////////////////////////////////////...
22.669199
80
0.559817
[ "vector" ]
f54475a4b380eb975a1c8ef1a30e5001b6918348
1,079
cpp
C++
cses/introductoryproblems/1068_WeirdAlgorithm.cpp
seahrh/cses-problem-set
1d4ab18f7686ab4e87cc74a5e911494780e42b21
[ "MIT" ]
null
null
null
cses/introductoryproblems/1068_WeirdAlgorithm.cpp
seahrh/cses-problem-set
1d4ab18f7686ab4e87cc74a5e911494780e42b21
[ "MIT" ]
null
null
null
cses/introductoryproblems/1068_WeirdAlgorithm.cpp
seahrh/cses-problem-set
1d4ab18f7686ab4e87cc74a5e911494780e42b21
[ "MIT" ]
1
2022-02-12T11:05:13.000Z
2022-02-12T11:05:13.000Z
/* Consider an algorithm that takes as input a positive integer n. If n is even, the algorithm divides it by two, and if n is odd, the algorithm multiplies it by three and adds one. The algorithm repeats this, until n is one. For example, the sequence for n=3 is as follows: 3→10→5→16→8→4→2→1 Your task is to simulate th...
19.981481
114
0.589435
[ "vector" ]
f545dd523369f831b6e7c13be56302152e0159f0
1,280
cpp
C++
source/Applications/Advanced/TransformPointCloudFromMillimetersToMeters/TransformPointCloudFromMillimetersToMeters.cpp
zivid/cpp-extra-samples
133dd8514176af3fd2bbbb604520f4439430ee00
[ "BSD-3-Clause" ]
3
2019-06-17T12:00:31.000Z
2020-01-25T07:49:26.000Z
source/Applications/Advanced/TransformPointCloudFromMillimetersToMeters/TransformPointCloudFromMillimetersToMeters.cpp
zivid/cpp-extra-samples
133dd8514176af3fd2bbbb604520f4439430ee00
[ "BSD-3-Clause" ]
84
2019-07-15T16:12:41.000Z
2020-05-26T13:23:27.000Z
source/Applications/Advanced/TransformPointCloudFromMillimetersToMeters/TransformPointCloudFromMillimetersToMeters.cpp
zivid/cpp-extra-samples
133dd8514176af3fd2bbbb604520f4439430ee00
[ "BSD-3-Clause" ]
4
2019-12-11T11:31:48.000Z
2020-04-27T10:00:36.000Z
/* Transform point cloud data from millimeters to meters. The ZDF file for this sample can be found under the main instructions for Zivid samples. */ #include <Zivid/Zivid.h> #include <iostream> int main() { try { Zivid::Application zivid; const auto dataFile = std::string(ZIVID_SAMPLE_DAT...
29.767442
110
0.609375
[ "transform" ]
f54a49f0adbdb24225de6d71c60a2627b2614fd3
927
cc
C++
src/releaseComponent.cc
bjornos/kalyra
0effb44f9190af72347d97468a8c2cf7bf6d9620
[ "MIT" ]
null
null
null
src/releaseComponent.cc
bjornos/kalyra
0effb44f9190af72347d97468a8c2cf7bf6d9620
[ "MIT" ]
16
2018-10-05T14:21:22.000Z
2019-05-06T11:53:59.000Z
src/releaseComponent.cc
bjornos/kalyra
0effb44f9190af72347d97468a8c2cf7bf6d9620
[ "MIT" ]
null
null
null
#include "kalyra.hh" #include "releaseComponent.hh" using namespace std; releaseComponent::releaseComponent(vector<string> preCommands, vector<string> postCommands, vector<string> components) : preCommands(preCommands), postCommands(postCommands), components(components) { } releaseComponent::~releas...
18.918367
65
0.703344
[ "vector" ]
f55e56ee23a35ff20dcaa8e8d86874e87b23c973
2,974
cpp
C++
client/crypto-sdk/test/crc32-test.cpp
orbs-network/orbs-network-typescript
a878afb5e6f8de3a2042764f0cecd6f27d113c18
[ "MIT" ]
21
2018-06-27T13:48:43.000Z
2019-09-10T10:55:03.000Z
client/crypto-sdk/test/crc32-test.cpp
orbs-network/orbs-network-typescript
a878afb5e6f8de3a2042764f0cecd6f27d113c18
[ "MIT" ]
1
2018-08-01T08:55:28.000Z
2018-08-01T18:09:22.000Z
client/crypto-sdk/test/crc32-test.cpp
orbs-network/orbs-network-typescript
a878afb5e6f8de3a2042764f0cecd6f27d113c18
[ "MIT" ]
null
null
null
#include <gmock/gmock.h> #include <gtest/gtest.h> #include "../lib/crc32.h" #include "../lib/utils.h" using namespace std; using namespace testing; using namespace Orbs; TEST(Hash, computes_binary_CRC32_of_binary) { vector<uint8_t> res; vector<uint8_t> data1; CRC32::Hash(data1, res); EXPECT_THAT(res...
33.795455
144
0.682582
[ "vector" ]
f562d944ff296405d9484b1807926f66a1bed211
3,093
cc
C++
chrome/browser/sessions/session_restore_delegate.cc
google-ar/chromium
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
777
2017-08-29T15:15:32.000Z
2022-03-21T05:29:41.000Z
chrome/browser/sessions/session_restore_delegate.cc
harrymarkovskiy/WebARonARCore
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
66
2017-08-30T18:31:18.000Z
2021-08-02T10:59:35.000Z
chrome/browser/sessions/session_restore_delegate.cc
harrymarkovskiy/WebARonARCore
2441c86a5fd975f09a6c30cddb57dfb7fc239699
[ "Apache-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
123
2017-08-30T01:19:34.000Z
2022-03-17T22:55:31.000Z
// Copyright 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 "chrome/browser/sessions/session_restore_delegate.h" #include <stddef.h> #include <utility> #include "base/macros.h" #include "base/metrics/fie...
36.821429
80
0.700938
[ "vector" ]
f562fb04707a751d35422aade3a9b0a24622b992
1,737
cpp
C++
Sparky-core/src/maths/vec3.cpp
aadipoddar/Sparky
2a4caf905aa3056c8290ea10735e87666dc22912
[ "Apache-2.0" ]
null
null
null
Sparky-core/src/maths/vec3.cpp
aadipoddar/Sparky
2a4caf905aa3056c8290ea10735e87666dc22912
[ "Apache-2.0" ]
null
null
null
Sparky-core/src/maths/vec3.cpp
aadipoddar/Sparky
2a4caf905aa3056c8290ea10735e87666dc22912
[ "Apache-2.0" ]
null
null
null
#include "vec3.h" namespace sparky { namespace maths { vec3::vec3() { x = 0.0f; y = 0.0f; z = 0.0f; } vec3::vec3(const float& x, const float& y, const float& z) { this->x = x; this->y = y; this->z = z; } vec3& vec3::add(const vec3& other) { x += other.x; y += other.y; z += ...
16.083333
83
0.553253
[ "vector" ]
f5643cf6f66ba5e23b3bad6429d305326f98b799
7,242
cpp
C++
source/tests/wasm_loader_test/source/wasm_loader_test.cpp
ketangupta34/core
e8422f94a3c13a75cf85424f45b86ac5eaf30c33
[ "Apache-2.0" ]
null
null
null
source/tests/wasm_loader_test/source/wasm_loader_test.cpp
ketangupta34/core
e8422f94a3c13a75cf85424f45b86ac5eaf30c33
[ "Apache-2.0" ]
null
null
null
source/tests/wasm_loader_test/source/wasm_loader_test.cpp
ketangupta34/core
e8422f94a3c13a75cf85424f45b86ac5eaf30c33
[ "Apache-2.0" ]
null
null
null
/* * WebAssembly Loader Tests by Parra Studios * * Copyright (C) 2016 - 2021 Vicente Eduardo Ferrer Garcia <vic798@gmail.com> * * 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 * * htt...
33.683721
159
0.763739
[ "vector" ]
f565da980e888f722e91e2e79000b35ad33b3302
481
hpp
C++
Vocabulary.hpp
Sanaxen/N3LP
06526ba558231c5973d26a5f2b876a9379dc4502
[ "MIT" ]
93
2015-12-16T13:17:23.000Z
2022-03-01T17:02:51.000Z
Vocabulary.hpp
Sanaxen/N3LP
06526ba558231c5973d26a5f2b876a9379dc4502
[ "MIT" ]
2
2016-01-03T23:48:17.000Z
2017-10-17T05:29:08.000Z
Vocabulary.hpp
Sanaxen/N3LP
06526ba558231c5973d26a5f2b876a9379dc4502
[ "MIT" ]
32
2016-01-07T15:52:50.000Z
2021-02-08T00:55:26.000Z
#pragma once #include <string> #include <unordered_map> #include <vector> class Vocabulary{ public: Vocabulary(const std::string& trainFile, const int tokenFreqThreshold); class Token; std::unordered_map<std::string, int> tokenIndex; std::vector<Vocabulary::Token*> tokenList; int eosIndex; int unkIndex;...
17.178571
73
0.706861
[ "vector" ]
f565fd8a45096cbd25207833cda64ed9ca489e37
720
hpp
C++
string/RunLength.hpp
shiomusubi496/library
907f72eb6ee4ac6ef617bb359693588167f779e7
[ "MIT" ]
3
2021-11-04T08:45:12.000Z
2021-11-29T08:44:26.000Z
string/RunLength.hpp
shiomusubi496/library
907f72eb6ee4ac6ef617bb359693588167f779e7
[ "MIT" ]
null
null
null
string/RunLength.hpp
shiomusubi496/library
907f72eb6ee4ac6ef617bb359693588167f779e7
[ "MIT" ]
null
null
null
#pragma once #include "../other/template.hpp" template<class Cont, class Comp> std::vector<std::pair<typename Cont::value_type, int>> RunLength(const Cont& str, const Comp& cmp) { std::vector<std::pair<typename Cont::value_type, int>> res; if (str.size() == 0) return res; res.emplace_back(str[0], 1); ...
28.8
104
0.647222
[ "vector" ]
f568252889aeeb34fd4d3a1464bf6a8f1a79b1d8
10,648
cpp
C++
Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp
qingswu/otb
ed903b6a5e51a27a3d04786e4ad1637cf6b2772e
[ "Apache-2.0" ]
1
2019-09-12T00:53:05.000Z
2019-09-12T00:53:05.000Z
Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp
qingswu/otb
ed903b6a5e51a27a3d04786e4ad1637cf6b2772e
[ "Apache-2.0" ]
null
null
null
Modules/ThirdParty/OssimPlugins/src/ossim/ossimTileMapModel.cpp
qingswu/otb
ed903b6a5e51a27a3d04786e4ad1637cf6b2772e
[ "Apache-2.0" ]
1
2020-10-15T09:37:30.000Z
2020-10-15T09:37:30.000Z
/* * Copyright (C) 2005-2019 by Centre National d'Etudes Spatiales (CNES) * * This file is licensed under MIT license: * * 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 restric...
35.493333
144
0.533809
[ "geometry", "object", "model" ]
f56c2441ebb637bc818e11794e4079f2b433640d
7,800
hpp
C++
libmarch/include/march/mesh/ConservationElement/BasicCE.hpp
j8xixo12/solvcon
a8bf3a54d4b1ed91d292e0cdbcb6f2710d33d99a
[ "BSD-3-Clause" ]
16
2015-12-09T02:54:42.000Z
2021-04-20T11:26:39.000Z
libmarch/include/march/mesh/ConservationElement/BasicCE.hpp
j8xixo12/solvcon
a8bf3a54d4b1ed91d292e0cdbcb6f2710d33d99a
[ "BSD-3-Clause" ]
95
2015-12-09T00:49:40.000Z
2022-02-14T13:34:55.000Z
libmarch/include/march/mesh/ConservationElement/BasicCE.hpp
j8xixo12/solvcon
a8bf3a54d4b1ed91d292e0cdbcb6f2710d33d99a
[ "BSD-3-Clause" ]
13
2015-05-08T04:16:42.000Z
2021-01-15T09:28:06.000Z
#pragma once /* * Copyright (c) 2016, Yung-Yu Chen <yyc@solvcon.net> * BSD 3-Clause License, see COPYING */ #include <array> #include <string> #include <ostream> #include "march/core.hpp" #include "march/mesh/UnstructuredBlock.hpp" namespace march { namespace detail { /** * Calculator of BasicCE. */ templat...
35.454545
128
0.626923
[ "mesh", "geometry", "vector" ]
f56e86eb4948f0be4df52368082813d95a7a32ba
3,108
hxx
C++
app/src/main/jni/OcctJni_Viewer.hxx
Open-Cascade-SAS/OCCT-samples-kotlin
8fd4d8a35d696e0ad46961d9e619fb1eaef092c5
[ "MIT" ]
null
null
null
app/src/main/jni/OcctJni_Viewer.hxx
Open-Cascade-SAS/OCCT-samples-kotlin
8fd4d8a35d696e0ad46961d9e619fb1eaef092c5
[ "MIT" ]
null
null
null
app/src/main/jni/OcctJni_Viewer.hxx
Open-Cascade-SAS/OCCT-samples-kotlin
8fd4d8a35d696e0ad46961d9e619fb1eaef092c5
[ "MIT" ]
null
null
null
// Copyright (c) 2014-2021 OPEN CASCADE SAS // // This file is part of the examples of the Open CASCADE Technology software library. // // 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 with...
31.08
107
0.688224
[ "cad", "object" ]
f56fd8788bde6625ead088e692088e2286fc0949
17,679
cpp
C++
Dev/SourcesEngine/Gugu/Resources/ParticleEffect.cpp
Legulysse/guguEngine
889ba87f219d476169fab1072f3af1428df62d49
[ "Zlib" ]
null
null
null
Dev/SourcesEngine/Gugu/Resources/ParticleEffect.cpp
Legulysse/guguEngine
889ba87f219d476169fab1072f3af1428df62d49
[ "Zlib" ]
null
null
null
Dev/SourcesEngine/Gugu/Resources/ParticleEffect.cpp
Legulysse/guguEngine
889ba87f219d476169fab1072f3af1428df62d49
[ "Zlib" ]
null
null
null
//////////////////////////////////////////////////////////////// // Header #include "Gugu/Common.h" #include "Gugu/Resources/ParticleEffect.h" //////////////////////////////////////////////////////////////// // Includes #include "Gugu/External/PugiXmlWrap.h" //////////////////////////////////////////////...
63.365591
173
0.776571
[ "render", "shape" ]
f5702cbc6910046234b4585e8fb48aaab84f6898
11,089
cpp
C++
src/common/plugin/fulltext/test/FulltextPluginTest.cpp
linkensphere201/nebula-common-personal
e31b7e88326195a08ac0460fd469326455df6417
[ "Apache-2.0" ]
null
null
null
src/common/plugin/fulltext/test/FulltextPluginTest.cpp
linkensphere201/nebula-common-personal
e31b7e88326195a08ac0460fd469326455df6417
[ "Apache-2.0" ]
null
null
null
src/common/plugin/fulltext/test/FulltextPluginTest.cpp
linkensphere201/nebula-common-personal
e31b7e88326195a08ac0460fd469326455df6417
[ "Apache-2.0" ]
null
null
null
/* Copyright (c) 2020 vesoft inc. All rights reserved. * * This source code is licensed under Apache 2.0 License, * attached with Common Clause Condition 1.0, found in the LICENSES directory. */ #include <gtest/gtest.h> #include "common/base/Base.h" #include "common/encryption/MD5Utils.h" #include "common/network/...
39.603571
100
0.511588
[ "object", "vector" ]
f5719f26bc5e30726c8ef7f9038f2ab81a8a2d57
34,184
cpp
C++
src/coherence/util/SafeHashMap.cpp
chpatel3/coherence-cpp-extend-client
4ea5267eae32064dff1e73339aa3fbc9347ef0f6
[ "UPL-1.0", "Apache-2.0" ]
6
2020-07-01T21:38:30.000Z
2021-11-03T01:35:11.000Z
src/coherence/util/SafeHashMap.cpp
chpatel3/coherence-cpp-extend-client
4ea5267eae32064dff1e73339aa3fbc9347ef0f6
[ "UPL-1.0", "Apache-2.0" ]
1
2020-07-24T17:29:22.000Z
2020-07-24T18:29:04.000Z
src/coherence/util/SafeHashMap.cpp
chpatel3/coherence-cpp-extend-client
4ea5267eae32064dff1e73339aa3fbc9347ef0f6
[ "UPL-1.0", "Apache-2.0" ]
6
2020-07-10T18:40:58.000Z
2022-02-18T01:23:40.000Z
/* * Copyright (c) 2000, 2020, Oracle and/or its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at * http://oss.oracle.com/licenses/upl. */ #include "coherence/util/SafeHashMap.hpp" #include "coherence/util/Collections.hpp" #include "coherence/util/ConcurrentModificationException.h...
30.630824
114
0.547683
[ "object" ]
f57373ca39796b92ad926bcc678544ba9f8fb499
519
hpp
C++
KDBMS/TableColumn.hpp
karbovskiydmitriy/KDBMS
573ba629dc88f79b8c85127f42eb2b5806178d07
[ "MIT" ]
null
null
null
KDBMS/TableColumn.hpp
karbovskiydmitriy/KDBMS
573ba629dc88f79b8c85127f42eb2b5806178d07
[ "MIT" ]
null
null
null
KDBMS/TableColumn.hpp
karbovskiydmitriy/KDBMS
573ba629dc88f79b8c85127f42eb2b5806178d07
[ "MIT" ]
null
null
null
#pragma once #ifndef __TABLECOLUMN_HPP__ #define __TABLECOLUMN_HPP__ #include "Config.hpp" #include <string> #include "Serializeable.hpp" #include "Types.hpp" #include "Attributes.hpp" using namespace std; struct DllExport TableColumn : Serializeable { String name; Type type; Attributes attributes; TableColu...
17.3
64
0.77842
[ "object" ]
f5748f7c459c8224121fe4b84251823f8c4cb6cd
16,990
cpp
C++
unittests/whitelist_blacklist_tests.cpp
cubetrain/CubeTrain
b930a3e88e941225c2c54219267f743c790e388f
[ "MIT" ]
null
null
null
unittests/whitelist_blacklist_tests.cpp
cubetrain/CubeTrain
b930a3e88e941225c2c54219267f743c790e388f
[ "MIT" ]
null
null
null
unittests/whitelist_blacklist_tests.cpp
cubetrain/CubeTrain
b930a3e88e941225c2c54219267f743c790e388f
[ "MIT" ]
null
null
null
#include <boost/test/unit_test.hpp> #include <cubetrain/testing/tester.hpp> #include <cubetrain/testing/tester_network.hpp> #include <fc/variant_object.hpp> #include <cubetrain.tk/cubetrain.tk.wast.hpp> #include <cubetrain.tk/cubetrain.tk.abi.hpp> #include <deferred_test/deferred_test.wast.hpp> #include <d...
38.438914
140
0.597234
[ "vector" ]
f574a8fd8c6f6241b393d2bd7b95575cc144bc0e
13,286
hpp
C++
external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmComputeShaderTestUtil.hpp
karolherbst/VK-GL-CTS
bb088fddd8673dc4f37e5956c42890645ab31577
[ "Apache-2.0" ]
null
null
null
external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmComputeShaderTestUtil.hpp
karolherbst/VK-GL-CTS
bb088fddd8673dc4f37e5956c42890645ab31577
[ "Apache-2.0" ]
null
null
null
external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmComputeShaderTestUtil.hpp
karolherbst/VK-GL-CTS
bb088fddd8673dc4f37e5956c42890645ab31577
[ "Apache-2.0" ]
null
null
null
#ifndef _VKTSPVASMCOMPUTESHADERTESTUTIL_HPP #define _VKTSPVASMCOMPUTESHADERTESTUTIL_HPP /*------------------------------------------------------------------------- * Vulkan Conformance Tests * ------------------------ * * Copyright (c) 2015 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "Lice...
33.892857
181
0.636459
[ "object", "vector" ]
f5756dd3fdf724b3f011ee8711f05d776e6c1acc
6,565
cpp
C++
examples/tm_mobilefacenet_uint8.cpp
zhouzy-creator/Tengine
fea5c064da7b8ed0e24212dcc65d30fda3c7477c
[ "Apache-2.0" ]
4,697
2017-12-30T12:15:43.000Z
2022-03-25T08:22:31.000Z
examples/tm_mobilefacenet_uint8.cpp
zhouzy-creator/Tengine
fea5c064da7b8ed0e24212dcc65d30fda3c7477c
[ "Apache-2.0" ]
943
2018-01-02T06:15:00.000Z
2022-03-31T05:32:32.000Z
examples/tm_mobilefacenet_uint8.cpp
crouchggj/Tengine
587220f924198966c503c1bd15c83451d22f56ad
[ "Apache-2.0" ]
1,076
2017-12-30T12:15:46.000Z
2022-03-30T01:28:56.000Z
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * License); you may not ...
28.543478
119
0.645088
[ "vector", "model" ]
f57583af42ce41190797b49132f1b3275d485b77
69,880
cpp
C++
src/init.cpp
moorecoin/MooreCoinMiningAlgorithm
fe6a153e1392f6e18110b1e69481aa5c3c8b4a1d
[ "MIT" ]
null
null
null
src/init.cpp
moorecoin/MooreCoinMiningAlgorithm
fe6a153e1392f6e18110b1e69481aa5c3c8b4a1d
[ "MIT" ]
null
null
null
src/init.cpp
moorecoin/MooreCoinMiningAlgorithm
fe6a153e1392f6e18110b1e69481aa5c3c8b4a1d
[ "MIT" ]
null
null
null
// copyright (c) 2009-2010 satoshi nakamoto // copyright (c) 2009-2014 the moorecoin core developers // distributed under the mit software license, see the accompanying // file copying or http://www.opensource.org/licenses/mit-license.php. #if defined(have_config_h) #include "config/moorecoin-config.h" #endif #includ...
47.797538
282
0.639024
[ "vector" ]
f57e37cfbcdbff5870dc32d31c853b903d448b3c
9,812
hpp
C++
include/neolib/io/tcp_packet_stream_server.hpp
i42output/neolib
6fabf42de29141ea1be5e1857ae4008d56b4e4fc
[ "BSD-3-Clause" ]
30
2018-05-21T07:44:51.000Z
2022-02-12T11:28:48.000Z
include/neolib/io/tcp_packet_stream_server.hpp
i42output/neolib
6fabf42de29141ea1be5e1857ae4008d56b4e4fc
[ "BSD-3-Clause" ]
21
2018-07-14T12:33:23.000Z
2021-10-19T01:35:55.000Z
include/neolib/io/tcp_packet_stream_server.hpp
i42output/neolib
6fabf42de29141ea1be5e1857ae4008d56b4e4fc
[ "BSD-3-Clause" ]
6
2018-10-31T00:58:40.000Z
2021-12-06T05:14:18.000Z
// tcp_packet_stream_server.hpp /* * Copyright (c) 2007 Leigh Johnston. * * 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 re...
42.293103
191
0.603139
[ "vector" ]
f5852076b4ec686511a8ac171aeea36d220e19d7
5,360
cc
C++
src/node_trace_events.cc
theanarkh/read-nodejs-v14
cccb59c703058c35a9e841fec4f1b454f22e4e0e
[ "MIT" ]
2
2020-09-16T01:30:55.000Z
2020-09-28T02:17:07.000Z
src/node_trace_events.cc
theanarkh/read-nodejs-v14
cccb59c703058c35a9e841fec4f1b454f22e4e0e
[ "MIT" ]
null
null
null
src/node_trace_events.cc
theanarkh/read-nodejs-v14
cccb59c703058c35a9e841fec4f1b454f22e4e0e
[ "MIT" ]
null
null
null
#include "base_object-inl.h" #include "env-inl.h" #include "memory_tracker-inl.h" #include "node.h" #include "node_internals.h" #include "node_v8_platform-inl.h" #include "tracing/agent.h" #include "util-inl.h" #include <set> #include <string> namespace node { using v8::Array; using v8::Context; using v8::Function; ...
33.710692
77
0.692164
[ "object" ]
f588f2347d0f7c24d36f4dcbd8e69e8c3be32540
49,423
cc
C++
src/debug/debug-interface.cc
zingdle/v8
3abe95def30792089427750a4ccbe548addd2518
[ "BSD-3-Clause" ]
1
2022-01-14T10:13:45.000Z
2022-01-14T10:13:45.000Z
src/debug/debug-interface.cc
zingdle/v8
3abe95def30792089427750a4ccbe548addd2518
[ "BSD-3-Clause" ]
null
null
null
src/debug/debug-interface.cc
zingdle/v8
3abe95def30792089427750a4ccbe548addd2518
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2021 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "src/debug/debug-interface.h" #include "include/v8-function.h" #include "src/api/api-inl.h" #include "src/base/utils/random-number-generator.h...
38.193972
80
0.697246
[ "object", "vector" ]
f58a96d6de87a9dc18ce6d24815538c5f1493a71
19,138
cc
C++
base/profiler/stack_sampler_impl_unittest.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
base/profiler/stack_sampler_impl_unittest.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
base/profiler/stack_sampler_impl_unittest.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 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 <algorithm> #include <cstring> #include <iterator> #include <memory> #include <numeric> #include <utility> #include "base/bind.h" #include "base...
36.803846
80
0.736441
[ "vector" ]
f58ce05028944eaf02d7ba8d2df2cc728bc4f5ec
4,726
hpp
C++
src/dsl/word/emit/Delay.hpp
KipHamiltons/NUClear
1c6147b3fda26c3796f133881f0bf626261db574
[ "MIT" ]
6
2015-04-09T04:23:58.000Z
2020-12-10T04:35:13.000Z
src/dsl/word/emit/Delay.hpp
KipHamiltons/NUClear
1c6147b3fda26c3796f133881f0bf626261db574
[ "MIT" ]
12
2015-01-21T16:42:43.000Z
2021-09-29T10:06:45.000Z
src/dsl/word/emit/Delay.hpp
KipHamiltons/NUClear
1c6147b3fda26c3796f133881f0bf626261db574
[ "MIT" ]
15
2015-04-10T00:33:38.000Z
2021-09-24T23:42:55.000Z
/* * Copyright (C) 2013 Trent Houliston <trent@houliston.me>, Jake Woods <jake.f.woods@gmail.com> * 2014-2017 Trent Houliston <trent@houliston.me> * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software...
47.26
120
0.570461
[ "object" ]
f58f97534806914db3e667e1b45504fa2a3da381
19,477
cpp
C++
APEX_1.4/framework/src/MirrorSceneImpl.cpp
DoubleTT-Changan/0715
acbd071531ca4f3e2a82525b92f60824178c39fa
[ "Unlicense" ]
null
null
null
APEX_1.4/framework/src/MirrorSceneImpl.cpp
DoubleTT-Changan/0715
acbd071531ca4f3e2a82525b92f60824178c39fa
[ "Unlicense" ]
null
null
null
APEX_1.4/framework/src/MirrorSceneImpl.cpp
DoubleTT-Changan/0715
acbd071531ca4f3e2a82525b92f60824178c39fa
[ "Unlicense" ]
null
null
null
// // 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 following disclaimer. // * Redistributions in bin...
29.2009
154
0.735637
[ "object", "shape", "transform" ]
f59097d5064d9f86af38c687c9840772fb144b74
137
cc
C++
k/null_object.cc
cbiffle/brittle-kernel
13ca6dddc910d38e6cdca8360b29b42e1fa8928a
[ "Apache-2.0" ]
18
2016-04-09T09:05:43.000Z
2021-03-31T20:52:44.000Z
k/null_object.cc
cbiffle/brittle-kernel
13ca6dddc910d38e6cdca8360b29b42e1fa8928a
[ "Apache-2.0" ]
1
2017-05-16T08:17:25.000Z
2017-05-16T08:17:25.000Z
k/null_object.cc
cbiffle/brittle-kernel
13ca6dddc910d38e6cdca8360b29b42e1fa8928a
[ "Apache-2.0" ]
1
2021-11-23T15:17:15.000Z
2021-11-23T15:17:15.000Z
#include "k/null_object.h" #include "k/sender.h" namespace k { NullObject::NullObject(Generation g) : Object{g} {} } // namespace k
13.7
51
0.678832
[ "object" ]
f590aff2f86a400290bcbfb2ca12d7bf0bc97f8b
8,064
cpp
C++
OSS13 Server/Sources/World/Tile.cpp
Insineer/OSS-13
6ddceea4fdd4b869ad438190237bbbc2610ba4bc
[ "MIT" ]
null
null
null
OSS13 Server/Sources/World/Tile.cpp
Insineer/OSS-13
6ddceea4fdd4b869ad438190237bbbc2610ba4bc
[ "MIT" ]
null
null
null
OSS13 Server/Sources/World/Tile.cpp
Insineer/OSS-13
6ddceea4fdd4b869ad438190237bbbc2610ba4bc
[ "MIT" ]
null
null
null
#include "Tile.hpp" #include <plog/Log.h> #include <IServer.h> #include <Resources/ResourceManager.hpp> #include <World/World.hpp> #include <World/Map.hpp> #include <World/Objects.hpp> #include <World/Atmos/Atmos.hpp> #include <Shared/Network/Protocol/ServerToClient/WorldInfo.h> Tile::Tile(Map *map, apos pos) : ...
27.151515
102
0.556548
[ "object" ]
f59586b4cd71f4a296291e7d35979acd0eed0d43
2,846
cpp
C++
3rd-parties/jaeger-client-cpp-0.7.0/src/jaegertracing/utils/UDPSenderTest.cpp
gbellizio/Software-Architecture-with-Cpp
eb0f7a52ef1253d9b0091714eee9c94c156b02bc
[ "MIT" ]
193
2021-03-27T00:46:13.000Z
2022-03-29T07:25:00.000Z
3rd-parties/jaeger-client-cpp-0.7.0/src/jaegertracing/utils/UDPSenderTest.cpp
gbellizio/Software-Architecture-with-Cpp
eb0f7a52ef1253d9b0091714eee9c94c156b02bc
[ "MIT" ]
220
2018-04-05T15:25:20.000Z
2022-01-21T02:38:57.000Z
3rd-parties/jaeger-client-cpp-0.7.0/src/jaegertracing/utils/UDPSenderTest.cpp
gbellizio/Software-Architecture-with-Cpp
eb0f7a52ef1253d9b0091714eee9c94c156b02bc
[ "MIT" ]
122
2018-04-08T01:07:20.000Z
2022-03-03T21:14:02.000Z
/* * Copyright (c) 2017 Uber 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...
33.880952
77
0.666198
[ "vector" ]
f59598c920c09ddebc957ed98433c74395957489
11,790
cpp
C++
experiments/plane_engaging/plane_engaging.cpp
yifan-hou/hybrid_servoing
4d3a2cc047a3bad5ded19934247b5ab5e598f911
[ "MIT" ]
16
2020-04-15T04:45:02.000Z
2022-01-13T03:28:46.000Z
experiments/plane_engaging/plane_engaging.cpp
yifan-hou/hybrid_servoing
4d3a2cc047a3bad5ded19934247b5ab5e598f911
[ "MIT" ]
null
null
null
experiments/plane_engaging/plane_engaging.cpp
yifan-hou/hybrid_servoing
4d3a2cc047a3bad5ded19934247b5ab5e598f911
[ "MIT" ]
null
null
null
#include "plane_engaging.h" #include <ctime> // For time() #include <cstdlib> // For srand() and rand() #include <Eigen/SVD> #include <solvehfvc.h> #include <RobotUtilities/utilities.h> #include <RobotUtilities/TimerLinux.h> using namespace RUT; PlaneEngaging::PlaneEngaging(ForceControlHardware *robot, ...
33.305085
89
0.60475
[ "vector" ]
f5972b83d9089f52992b2687bcb2804ab927faa9
1,108
hpp
C++
third_party/boost/simd/function/is_nlez.hpp
SylvainCorlay/pythran
908ec070d837baf77d828d01c3e35e2f4bfa2bfa
[ "BSD-3-Clause" ]
6
2018-02-25T22:23:33.000Z
2021-01-15T15:13:12.000Z
third_party/boost/simd/function/is_nlez.hpp
SylvainCorlay/pythran
908ec070d837baf77d828d01c3e35e2f4bfa2bfa
[ "BSD-3-Clause" ]
null
null
null
third_party/boost/simd/function/is_nlez.hpp
SylvainCorlay/pythran
908ec070d837baf77d828d01c3e35e2f4bfa2bfa
[ "BSD-3-Clause" ]
7
2017-12-12T12:36:31.000Z
2020-02-10T14:27:07.000Z
//================================================================================================== /*! @file @copyright 2016 NumScale SAS Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) */ //=========================...
23.574468
106
0.583032
[ "object" ]
60d275a8ac534ede0df045597c0387e4b220a824
2,861
cpp
C++
cognitics/src/scenegraph/TransformVisitor.cpp
mikedig/cdb-productivity-api
e2bedaa550a8afa780c01f864d72e0aebd87dd5a
[ "MIT" ]
null
null
null
cognitics/src/scenegraph/TransformVisitor.cpp
mikedig/cdb-productivity-api
e2bedaa550a8afa780c01f864d72e0aebd87dd5a
[ "MIT" ]
null
null
null
cognitics/src/scenegraph/TransformVisitor.cpp
mikedig/cdb-productivity-api
e2bedaa550a8afa780c01f864d72e0aebd87dd5a
[ "MIT" ]
null
null
null
/**************************************************************************** Copyright (c) 2019 Cognitics, Inc. 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 with...
36.679487
83
0.613422
[ "transform" ]
60d76d852f0b146f09c20caa6073a0ba3507bf67
1,931
hpp
C++
ExternalLibraries/NvGameworksFramework/externals/include/Cg/floatToIntBits.hpp
centauroWaRRIor/VulkanSamples
5a7c58de820207cc0931a9db8c90f00453e31631
[ "MIT" ]
32
2016-12-13T05:49:12.000Z
2022-02-04T06:15:47.000Z
ExternalLibraries/NvGameworksFramework/externals/include/Cg/floatToIntBits.hpp
centauroWaRRIor/VulkanSamples
5a7c58de820207cc0931a9db8c90f00453e31631
[ "MIT" ]
2
2019-07-30T02:01:16.000Z
2020-03-12T15:06:51.000Z
ExternalLibraries/NvGameworksFramework/externals/include/Cg/floatToIntBits.hpp
centauroWaRRIor/VulkanSamples
5a7c58de820207cc0931a9db8c90f00453e31631
[ "MIT" ]
18
2017-11-16T13:37:06.000Z
2022-03-11T08:13:46.000Z
/* * Copyright 2007 by NVIDIA Corporation. All rights reserved. All * information contained herein is proprietary and confidential to NVIDIA * Corporation. Any use, reproduction, or disclosure without the written * permission of NVIDIA Corporation is prohibited. */ #ifndef __Cg_floatToIntBits_hpp__ #define __...
27.985507
88
0.599689
[ "vector" ]
60ddddb35f5dee9b8a33eda1e65ec1c7ecee5efb
7,697
cpp
C++
vpc/src/v20170312/model/ServiceTemplate.cpp
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
1
2022-01-27T09:27:34.000Z
2022-01-27T09:27:34.000Z
vpc/src/v20170312/model/ServiceTemplate.cpp
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
null
null
null
vpc/src/v20170312/model/ServiceTemplate.cpp
suluner/tencentcloud-sdk-cpp
a56c73cc3f488c4d1e10755704107bb15c5e000d
[ "Apache-2.0" ]
null
null
null
/* * Copyright (c) 2017-2019 THL A29 Limited, a Tencent company. 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 ...
31.805785
153
0.692608
[ "vector", "model" ]
60e15835932c689cd92b3c1cbc7d113191ccc9d1
8,667
cpp
C++
src/optionconverter.cpp
MacroGu/log4cxx_gcc_4_8
c6c82ee6dca2808c42cfa567d32f640a8bd9ac3e
[ "Apache-2.0" ]
1
2016-10-06T20:09:32.000Z
2016-10-06T20:09:32.000Z
src/optionconverter.cpp
MacroGu/log4cxx_gcc_4_8
c6c82ee6dca2808c42cfa567d32f640a8bd9ac3e
[ "Apache-2.0" ]
null
null
null
src/optionconverter.cpp
MacroGu/log4cxx_gcc_4_8
c6c82ee6dca2808c42cfa567d32f640a8bd9ac3e
[ "Apache-2.0" ]
null
null
null
/* * Copyright 2003,2004 The Apache Software 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...
20.934783
81
0.646937
[ "object" ]
60e258757820ae743ade7a927bc79015bb6c096a
323
hpp
C++
include/robot/camera.hpp
jeguzzi/robomaster_sim
714ec58340251dc318c0fa2508a3ad6afe12ea2c
[ "MIT" ]
11
2021-10-13T08:11:51.000Z
2022-03-15T16:20:31.000Z
include/robot/camera.hpp
jeguzzi/robomaster_sim
714ec58340251dc318c0fa2508a3ad6afe12ea2c
[ "MIT" ]
1
2021-12-02T13:47:49.000Z
2021-12-02T14:03:00.000Z
include/robot/camera.hpp
jeguzzi/robomaster_sim
714ec58340251dc318c0fa2508a3ad6afe12ea2c
[ "MIT" ]
null
null
null
#ifndef INCLUDE_ROBOT_CAMERA_HPP_ #define INCLUDE_ROBOT_CAMERA_HPP_ #include <vector> #include "../utils.hpp" using Image = std::vector<uint8_t>; struct Camera { int width; int height; float fps; bool streaming; Image image; Camera() : streaming(false) {} }; #endif // INCLUDE_ROBOT_CAMERA_HPP_ ...
15.380952
40
0.69969
[ "vector" ]
60e311cefe21ed27495e03a8489b2e6ec4068ba4
8,407
cpp
C++
scene/3d/visibility_notifier.cpp
Qwertie-/godot
cf04e1a827cadb597d8cbed534a4cc04a0ada4fc
[ "MIT" ]
1
2019-07-17T03:59:30.000Z
2019-07-17T03:59:30.000Z
scene/3d/visibility_notifier.cpp
mikica1986vee/godot_build_fix
4da2ce6fe3336219ce1b251718ae6ec8e83bafb9
[ "MIT" ]
null
null
null
scene/3d/visibility_notifier.cpp
mikica1986vee/godot_build_fix
4da2ce6fe3336219ce1b251718ae6ec8e83bafb9
[ "MIT" ]
null
null
null
/*************************************************************************/ /* visibility_notifier.cpp */ /*************************************************************************/ /* This file is part of: */ /* ...
26.688889
146
0.650529
[ "object", "3d" ]
60e7f16c90974e7ab363301f9a63de2d67f11a9b
2,257
cc
C++
mindspore/lite/tools/converter/anf_transform.cc
Joejiong/mindspore
083fd6565cab1aa1d3114feeacccf1cba0d55e80
[ "Apache-2.0" ]
null
null
null
mindspore/lite/tools/converter/anf_transform.cc
Joejiong/mindspore
083fd6565cab1aa1d3114feeacccf1cba0d55e80
[ "Apache-2.0" ]
null
null
null
mindspore/lite/tools/converter/anf_transform.cc
Joejiong/mindspore
083fd6565cab1aa1d3114feeacccf1cba0d55e80
[ "Apache-2.0" ]
null
null
null
/** * Copyright 2019 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...
41.036364
111
0.725742
[ "transform" ]
60e8d6bb0d5b1462ebfb16570e0b68f97b6dff98
3,197
cpp
C++
examples/serializer/serializer.cpp
breakin/sednl
1003b55793b36dbf1d3e652e375d2990f31b3878
[ "Zlib" ]
9
2015-01-27T16:14:09.000Z
2016-11-10T00:12:35.000Z
examples/serializer/serializer.cpp
breakin/sednl
1003b55793b36dbf1d3e652e375d2990f31b3878
[ "Zlib" ]
2
2016-01-26T13:36:51.000Z
2017-11-07T13:00:55.000Z
examples/serializer/serializer.cpp
breakin/sednl
1003b55793b36dbf1d3e652e375d2990f31b3878
[ "Zlib" ]
4
2015-01-10T13:28:34.000Z
2018-06-17T13:32:53.000Z
// SEDNL - Copyright (c) 2013 Jeremy S. Cochoy // // 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 purpose, // includi...
25.173228
78
0.607444
[ "object" ]
60f1eb7276518916ab0d4a4e80a708605f2a5e89
6,557
hpp
C++
src/gpu/jit/ngen/ngen_opencl.hpp
Srini511/oneDNN
b2cd3a8e50a715f9326a35f4c503bd11e60235a5
[ "Apache-2.0" ]
1
2022-01-26T10:23:30.000Z
2022-01-26T10:23:30.000Z
src/gpu/jit/ngen/ngen_opencl.hpp
Srini511/oneDNN
b2cd3a8e50a715f9326a35f4c503bd11e60235a5
[ "Apache-2.0" ]
null
null
null
src/gpu/jit/ngen/ngen_opencl.hpp
Srini511/oneDNN
b2cd3a8e50a715f9326a35f4c503bd11e60235a5
[ "Apache-2.0" ]
1
2022-01-27T10:08:30.000Z
2022-01-27T10:08:30.000Z
/******************************************************************************* * Copyright 2019-2021 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.apa...
32.460396
137
0.688882
[ "vector" ]
60f43d45b2b6b9bf8eb73682cfbd6a944d810b57
45,143
cpp
C++
src/GameBoy/RendererVulkan.cpp
michaelxmroz/GameBoy
517e95ded80d8d9b0f2570064064c8aaf3724f7d
[ "MIT" ]
1
2022-02-04T00:14:19.000Z
2022-02-04T00:14:19.000Z
src/GameBoy/RendererVulkan.cpp
michaelxmroz/GameBoy
517e95ded80d8d9b0f2570064064c8aaf3724f7d
[ "MIT" ]
null
null
null
src/GameBoy/RendererVulkan.cpp
michaelxmroz/GameBoy
517e95ded80d8d9b0f2570064064c8aaf3724f7d
[ "MIT" ]
null
null
null
#include "RendererVulkan.h" #include "vulkan/vulkan.h" #include "Logging.h" #include <vector> #include <set> #include <algorithm> #include <array> #include "FileParser.h" #include "ShaderCompiler.h" #if _DEBUG #define VK_CHECK(x) \ do ...
36.612328
242
0.805263
[ "vector" ]
60f44998f1caa79941a6ce59cfd710abce340540
5,529
cpp
C++
interfaces/light/1.0/default/Light.cpp
LineageOS/android_device_shift_axolotl
245360fcc132914ea987389f6df7f5c78c7aff6c
[ "Apache-2.0" ]
2
2021-09-14T07:19:45.000Z
2021-12-27T13:34:03.000Z
interfaces/light/1.0/default/Light.cpp
LineageOS/android_device_shift_axolotl
245360fcc132914ea987389f6df7f5c78c7aff6c
[ "Apache-2.0" ]
null
null
null
interfaces/light/1.0/default/Light.cpp
LineageOS/android_device_shift_axolotl
245360fcc132914ea987389f6df7f5c78c7aff6c
[ "Apache-2.0" ]
1
2022-03-10T11:20:11.000Z
2022-03-10T11:20:11.000Z
/* * Copyright (C) 2020 SHIFT GmbH * * 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...
32.145349
103
0.629047
[ "vector" ]
60f895c0a2a53bf924cea69db0cc9b4337e83914
6,838
cpp
C++
Source/TrackViz/Private/TrackVizBPLibrary.cpp
BrainsGarden/TrackViz
c63c1f041fc4ee124d1e7113772dc3a2e52d7ea6
[ "MIT" ]
13
2018-12-04T10:40:56.000Z
2020-07-05T15:48:12.000Z
Source/TrackViz/Private/TrackVizBPLibrary.cpp
BrainsGarden/TrackViz
c63c1f041fc4ee124d1e7113772dc3a2e52d7ea6
[ "MIT" ]
null
null
null
Source/TrackViz/Private/TrackVizBPLibrary.cpp
BrainsGarden/TrackViz
c63c1f041fc4ee124d1e7113772dc3a2e52d7ea6
[ "MIT" ]
3
2020-03-07T12:53:49.000Z
2020-07-05T15:48:32.000Z
// Copyright 1998-2018 Epic Games, Inc. All Rights Reserved. #include "TrackVizBPLibrary.h" #include "TrackViz.h" #include "Core.h" #include "Engine/GameEngine.h" #include "Engine/World.h" #include "DrawDebugHelpers.h" #include "Core/Public/HAL/FileManagerGeneric.h" void UTrackVizBPLibrary::DrawLine(UObject* WorldCo...
28.256198
146
0.690845
[ "vector" ]
60fa065dd71759b2793196e996c8a7b01e02fde0
3,214
hpp
C++
thirdparty/LAStools/LASlib/inc/lasreaderbuffered.hpp
Wkkkkk/protype
3b0d77d545c177b86b8812be1a6e5392a6f7e367
[ "BSL-1.0" ]
184
2015-01-12T10:40:50.000Z
2022-03-23T20:27:15.000Z
thirdparty/LAStools/LASlib/inc/lasreaderbuffered.hpp
Wkkkkk/protype
3b0d77d545c177b86b8812be1a6e5392a6f7e367
[ "BSL-1.0" ]
154
2015-01-14T13:16:39.000Z
2022-01-11T16:53:42.000Z
thirdparty/LAStools/LASlib/inc/lasreaderbuffered.hpp
Wkkkkk/protype
3b0d77d545c177b86b8812be1a6e5392a6f7e367
[ "BSL-1.0" ]
87
2015-01-12T04:36:55.000Z
2022-03-16T06:54:28.000Z
/* =============================================================================== FILE: lasreaderbuffered.hpp CONTENTS: Reads LIDAR points from the LAS format and add those points from provided neighboring files that fall within the bounding box of this file extended by the user-specified buffe...
28.192982
92
0.722464
[ "transform" ]
8800fdb25dec8ce68febef1545f598100c478efc
8,236
cpp
C++
vkconfig_core/parameter.cpp
val-verde/lunarg-vulkan-tools
25a5b6544449281e90e39a6368730f809eef747a
[ "Apache-2.0" ]
null
null
null
vkconfig_core/parameter.cpp
val-verde/lunarg-vulkan-tools
25a5b6544449281e90e39a6368730f809eef747a
[ "Apache-2.0" ]
null
null
null
vkconfig_core/parameter.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...
36.767857
127
0.653715
[ "vector" ]
8802c87b65abfcf45c51611741f28e3cb2498eeb
7,579
cpp
C++
src/Introspection/Introspection.cpp
mfkiwl/orbit
59324e837ead5f4d47a7ee3fd8159cfdc7c2603e
[ "BSD-2-Clause" ]
null
null
null
src/Introspection/Introspection.cpp
mfkiwl/orbit
59324e837ead5f4d47a7ee3fd8159cfdc7c2603e
[ "BSD-2-Clause" ]
null
null
null
src/Introspection/Introspection.cpp
mfkiwl/orbit
59324e837ead5f4d47a7ee3fd8159cfdc7c2603e
[ "BSD-2-Clause" ]
null
null
null
// Copyright (c) 2021 The Orbit 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 "Introspection/Introspection.h" #include <absl/base/attributes.h> #include <absl/base/const_init.h> #include <absl/synchronization/mutex.h> #in...
36.263158
97
0.759335
[ "vector" ]
8803b532481188eb40be4644f48707cd42faa4bf
3,413
cpp
C++
Engine 3D/Application.cpp
MAtaur00/DiamondEngine
be2fe32d6172611c19f7285565e3b7e07c5c1f08
[ "MIT" ]
null
null
null
Engine 3D/Application.cpp
MAtaur00/DiamondEngine
be2fe32d6172611c19f7285565e3b7e07c5c1f08
[ "MIT" ]
null
null
null
Engine 3D/Application.cpp
MAtaur00/DiamondEngine
be2fe32d6172611c19f7285565e3b7e07c5c1f08
[ "MIT" ]
null
null
null
#include "Application.h" #include <time.h> #include "pcg/pcg_basic.h" using namespace std; Application::Application() { window = new ModuleWindow(this); input = new ModuleInput(this); renderer3D = new ModuleRenderer3D(this); camera = new ModuleCamera3D(this); imgui = new ModuleIMGui(this); sceneIntro = new Modu...
19.174157
64
0.653384
[ "geometry" ]
88056ef2e029805c8e45c1a5805db9098a68070b
13,148
cc
C++
test/syscalls/linux/ioctl.cc
xyzst/gvisor
58b9bdfc21e792c5d529ec9f4ab0b2f2cd1ee082
[ "Apache-2.0" ]
12,536
2018-05-02T09:57:54.000Z
2022-03-31T14:25:15.000Z
test/syscalls/linux/ioctl.cc
xyzst/gvisor
58b9bdfc21e792c5d529ec9f4ab0b2f2cd1ee082
[ "Apache-2.0" ]
2,478
2018-05-02T14:01:30.000Z
2022-03-31T19:57:47.000Z
test/syscalls/linux/ioctl.cc
xyzst/gvisor
58b9bdfc21e792c5d529ec9f4ab0b2f2cd1ee082
[ "Apache-2.0" ]
1,163
2018-05-02T10:03:44.000Z
2022-03-29T17:15:01.000Z
// Copyright 2018 The gVisor 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 at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agree...
31.304762
80
0.712656
[ "vector" ]
8806092e0cd895a90050395b8718344e0561c3e8
36,648
cpp
C++
third_party/cryptoTools/cryptoTools/Network/IOService.cpp
bfeng/CryptoGRU
65f6fe9eba981fea65fc665ff16938bf3a593001
[ "MIT" ]
1
2022-01-12T03:18:55.000Z
2022-01-12T03:18:55.000Z
third_party/cryptoTools/cryptoTools/Network/IOService.cpp
bfeng/CryptoGRU
65f6fe9eba981fea65fc665ff16938bf3a593001
[ "MIT" ]
null
null
null
third_party/cryptoTools/cryptoTools/Network/IOService.cpp
bfeng/CryptoGRU
65f6fe9eba981fea65fc665ff16938bf3a593001
[ "MIT" ]
null
null
null
#include <cryptoTools/Network/IOService.h> #include <cryptoTools/Common/Defines.h> #include <cryptoTools/Common/Finally.h> #include <cryptoTools/Common/Log.h> #include <cryptoTools/Common/Timer.h> #include <cryptoTools/Network/Session.h> #include <cryptoTools/Network/IoBuffer.h> #include <cryptoTools/Network/Cha...
30.187809
162
0.606036
[ "vector" ]
880936b49b0d2b232035dc274bc6837738efbfc5
20,226
cpp
C++
generated/src/NodeClient.cpp
overlords/mmx-node
53b2ba95feb89a691a1dcf60ec0ac7a50bf082af
[ "Apache-2.0" ]
1
2021-12-30T09:05:19.000Z
2021-12-30T09:05:19.000Z
generated/src/NodeClient.cpp
overlords/mmx-node
53b2ba95feb89a691a1dcf60ec0ac7a50bf082af
[ "Apache-2.0" ]
null
null
null
generated/src/NodeClient.cpp
overlords/mmx-node
53b2ba95feb89a691a1dcf60ec0ac7a50bf082af
[ "Apache-2.0" ]
null
null
null
// AUTO GENERATED by vnxcppcodegen #include <mmx/package.hxx> #include <mmx/NodeClient.hxx> #include <mmx/Block.hxx> #include <mmx/BlockHeader.hxx> #include <mmx/ChainParams.hxx> #include <mmx/Contract.hxx> #include <mmx/Node_add_block.hxx> #include <mmx/Node_add_block_return.hxx> #include <mmx/Node_add_transaction.h...
40.452
216
0.7566
[ "object", "vector" ]
8816016016718b9fd36bf3eeea772120b004c317
13,632
cpp
C++
SerialPrograms/Source/PokemonSwSh/PkmnLib/PokemonSwSh_PkmnLib_Pokemon.cpp
Gin890/Arduino-Source
9047ff584010d8ddc3558068874f16fb3c7bb46d
[ "MIT" ]
1
2022-03-29T18:51:49.000Z
2022-03-29T18:51:49.000Z
SerialPrograms/Source/PokemonSwSh/PkmnLib/PokemonSwSh_PkmnLib_Pokemon.cpp
Gin890/Arduino-Source
9047ff584010d8ddc3558068874f16fb3c7bb46d
[ "MIT" ]
null
null
null
SerialPrograms/Source/PokemonSwSh/PkmnLib/PokemonSwSh_PkmnLib_Pokemon.cpp
Gin890/Arduino-Source
9047ff584010d8ddc3558068874f16fb3c7bb46d
[ "MIT" ]
null
null
null
/* PkmnLib Pokemon * * From: https://github.com/PokemonAutomation/Arduino-Source * */ #include <algorithm> #include <cmath> #include "Common/Cpp/Exceptions.h" #include "Common/Qt/QtJsonTools.h" #include "CommonFramework/Globals.h" #include "PokemonSwSh_PkmnLib_Pokemon.h" namespace PokemonAutomation...
28.165289
127
0.593383
[ "object" ]
8818142d286d2170cb0bf2ba998c5238af523ff2
6,361
hpp
C++
c++/include/objmgr/seq_entry_ci.hpp
OpenHero/gblastn
a0d6c1c288fe916ab85fc637a44cdd6e79ebd2a8
[ "MIT" ]
31
2016-12-09T04:56:59.000Z
2021-12-31T17:19:10.000Z
c++/include/objmgr/seq_entry_ci.hpp
OpenHero/gblastn
a0d6c1c288fe916ab85fc637a44cdd6e79ebd2a8
[ "MIT" ]
6
2017-03-10T17:25:13.000Z
2021-09-22T15:49:49.000Z
c++/include/objmgr/seq_entry_ci.hpp
OpenHero/gblastn
a0d6c1c288fe916ab85fc637a44cdd6e79ebd2a8
[ "MIT" ]
20
2015-01-04T02:15:17.000Z
2021-12-03T02:31:43.000Z
#ifndef OBJMGR__SEQ_ENTRY_CI__HPP #define OBJMGR__SEQ_ENTRY_CI__HPP /* $Id: seq_entry_ci.hpp 278261 2011-04-19 16:39:35Z vasilche $ * =========================================================================== * * PUBLIC DOMAIN NOTICE * National Center for Biotechnology Inform...
24.278626
77
0.660902
[ "object", "vector" ]
88194dfb5fef3bd1c0b75842516649cffbed74c8
12,989
cc
C++
ui/base/ozone/touch_event_converter_ozone_unittest.cc
pozdnyakov/chromium-crosswalk
0fb25c7278bf1d93e53a3b0bcb75aa8b99d4b26e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
2
2020-05-03T06:33:56.000Z
2021-11-14T18:39:42.000Z
ui/base/ozone/touch_event_converter_ozone_unittest.cc
pozdnyakov/chromium-crosswalk
0fb25c7278bf1d93e53a3b0bcb75aa8b99d4b26e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
ui/base/ozone/touch_event_converter_ozone_unittest.cc
pozdnyakov/chromium-crosswalk
0fb25c7278bf1d93e53a3b0bcb75aa8b99d4b26e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
// Copyright (c) 2013 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 <errno.h> #include <fcntl.h> #include <linux/input.h> #include <unistd.h> #include <vector> #include "base/memory/scoped_ptr.h" #include "b...
32.635678
80
0.66795
[ "vector" ]