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
82034c67e38524b8d6d1c686992bb992d32675ef
30,286
cpp
C++
cpp/open3d/visualization/webrtc_server/PeerConnectionManager.cpp
bartholmberg/Open3D
c3f9de224e13838a72da0e5565a7ba51038b0f11
[ "MIT" ]
8
2021-03-17T14:24:12.000Z
2022-03-30T15:35:27.000Z
cpp/open3d/visualization/webrtc_server/PeerConnectionManager.cpp
bartholmberg/Open3D
c3f9de224e13838a72da0e5565a7ba51038b0f11
[ "MIT" ]
1
2021-11-04T09:22:25.000Z
2022-02-14T01:32:31.000Z
cpp/open3d/visualization/webrtc_server/PeerConnectionManager.cpp
bartholmberg/Open3D
c3f9de224e13838a72da0e5565a7ba51038b0f11
[ "MIT" ]
2
2021-08-24T18:06:55.000Z
2021-12-17T10:48:34.000Z
// ---------------------------------------------------------------------------- // - Open3D: www.open3d.org - // ---------------------------------------------------------------------------- // The MIT License (MIT) // // Copyright (c) 2021 www.open3d.org // // Permissio...
40.007926
125
0.605957
[ "object", "vector" ]
8205fcee4445f3c8059d45a03f791eabae906c09
20,902
cxx
C++
com/ole32/com/catalog/regcat.cxx
npocmaka/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
17
2020-11-13T13:42:52.000Z
2021-09-16T09:13:13.000Z
com/ole32/com/catalog/regcat.cxx
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
2
2020-10-19T08:02:06.000Z
2020-10-19T08:23:18.000Z
com/ole32/com/catalog/regcat.cxx
sancho1952007/Windows-Server-2003
5c6fe3db626b63a384230a1aa6b92ac416b0765f
[ "Unlicense" ]
14
2020-11-14T09:43:20.000Z
2021-08-28T08:59:57.000Z
/* regcat.cxx */ #include <windows.h> #include <comdef.h> #include <debnot.h> #include "globals.hxx" #include "catalog.h" // from catalog.idl #include "partitions.h" // from partitions.idl #include "partitions_i.c" // from partitions.idl #include "regcat.hxx" // CComRegCatalog #inclu...
28.094086
127
0.501962
[ "object" ]
820cbed7a72c4c72bb52529fcbdc89d77a447f5f
2,186
cpp
C++
codes/IO/genImageList.cpp
JimmyShi22/WorkSpace
eb1b0f5e134911a0eca340a2b36e5f43096528f0
[ "MIT" ]
null
null
null
codes/IO/genImageList.cpp
JimmyShi22/WorkSpace
eb1b0f5e134911a0eca340a2b36e5f43096528f0
[ "MIT" ]
null
null
null
codes/IO/genImageList.cpp
JimmyShi22/WorkSpace
eb1b0f5e134911a0eca340a2b36e5f43096528f0
[ "MIT" ]
1
2020-01-07T07:29:07.000Z
2020-01-07T07:29:07.000Z
#include <boost/filesystem.hpp> #include <vector> #include <string> #include <fstream> #include <iostream> #include <thread> using namespace std; namespace fs = boost::filesystem; void scanFilesRecursive(string &rootPath, const string &target) { fs::path fullpath = fs::system_complete(fs::path(rootPath)); if ...
24.840909
69
0.499543
[ "vector" ]
820d4ff281f2107016a6633b038fc248c53452ca
442
hpp
C++
src/common.hpp
hriener/ctlsat
769632cfb5f67ae18d4a6aa30d11380626dd0f74
[ "MIT" ]
1
2021-03-25T07:37:38.000Z
2021-03-25T07:37:38.000Z
src/common.hpp
hriener/ctlsat
769632cfb5f67ae18d4a6aa30d11380626dd0f74
[ "MIT" ]
1
2021-03-25T07:42:05.000Z
2021-04-06T00:53:09.000Z
src/common.hpp
hriener/ctlsat
769632cfb5f67ae18d4a6aa30d11380626dd0f74
[ "MIT" ]
null
null
null
/* * common.h * * Created on: May 20, 2014 * Author: nicola */ #pragma once #include <vector> enum formula_type {CONJUNCTION,ATOMIC,NEGATION,ALL_TOMORROW,EXISTS_TOMORROW,ALL_UNTIL,EXISTS_UNTIL}; typedef int formula; typedef unsigned int formula_index; typedef unsigned int uint; typedef unsigned long int...
16.37037
100
0.751131
[ "vector" ]
821472b8c0db0dd006a08cc5af9d35f4c612c320
41,799
cc
C++
ElectroWeakAnalysis/WENu/src/GenPurposeSkimmerData.cc
pasmuss/cmssw
566f40c323beef46134485a45ea53349f59ae534
[ "Apache-2.0" ]
null
null
null
ElectroWeakAnalysis/WENu/src/GenPurposeSkimmerData.cc
pasmuss/cmssw
566f40c323beef46134485a45ea53349f59ae534
[ "Apache-2.0" ]
null
null
null
ElectroWeakAnalysis/WENu/src/GenPurposeSkimmerData.cc
pasmuss/cmssw
566f40c323beef46134485a45ea53349f59ae534
[ "Apache-2.0" ]
null
null
null
// -*- C++ -*- // // Package: GenPurposeSkimmerData // Class: GenPurposeSkimmerData // /**\class GenPurposeSkimmerData GenPurposeSkimmerData.cc Description: <one line class summary> =============== Implementation: =============== This is a general purpose Skimmer ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...
39.770695
128
0.641164
[ "geometry", "object", "vector" ]
8216fba27c9e85a44617a0691d658a87f327f082
8,874
cc
C++
test/radix_spline_test.cc
iraqigeek/RadixSpline
ab96aa59d429e7423beba2350bdcdf88952df282
[ "MIT" ]
84
2020-06-20T11:25:07.000Z
2022-03-12T15:38:09.000Z
test/radix_spline_test.cc
learnedsystems/radixspline
ab96aa59d429e7423beba2350bdcdf88952df282
[ "MIT" ]
1
2022-03-18T03:31:29.000Z
2022-03-18T14:07:35.000Z
test/radix_spline_test.cc
iraqigeek/RadixSpline
ab96aa59d429e7423beba2350bdcdf88952df282
[ "MIT" ]
15
2020-07-10T12:41:01.000Z
2022-01-06T02:17:57.000Z
#include "include/rs/radix_spline.h" #include <random> #include <unordered_set> #include "gtest/gtest.h" #include "include/rs/builder.h" #include "include/rs/serializer.h" const size_t kNumKeys = 1000; // Number of iterations (seeds) of random positive and negative test cases. const size_t kNumIterations = 10; const...
34.529183
80
0.688416
[ "vector" ]
8217009d3696b75dc5bea3ed9978d0babc5045fb
5,025
hpp
C++
src/applications/utilities/mesh/manipulation/splitMesh/regionSide.hpp
MrAwesomeRocks/caelus-cml
55b6dc5ba47d0e95c07412d9446ac72ac11d7fd7
[ "mpich2" ]
null
null
null
src/applications/utilities/mesh/manipulation/splitMesh/regionSide.hpp
MrAwesomeRocks/caelus-cml
55b6dc5ba47d0e95c07412d9446ac72ac11d7fd7
[ "mpich2" ]
null
null
null
src/applications/utilities/mesh/manipulation/splitMesh/regionSide.hpp
MrAwesomeRocks/caelus-cml
55b6dc5ba47d0e95c07412d9446ac72ac11d7fd7
[ "mpich2" ]
null
null
null
/*---------------------------------------------------------------------------*\ Copyright (C) 2011 OpenFOAM Foundation ------------------------------------------------------------------------------- License This file is part of CAELUS. CAELUS is free software: you can redistribute it and/or modify it under...
29.385965
79
0.535522
[ "mesh" ]
821c62336af40245cd830114e98bcb1b6073ef5c
42,637
cpp
C++
src/third_party/mozjs/extract/js/src/jit/x86/Trampoline-x86.cpp
benety/mongo
203430ac9559f82ca01e3cbb3b0e09149fec0835
[ "Apache-2.0" ]
null
null
null
src/third_party/mozjs/extract/js/src/jit/x86/Trampoline-x86.cpp
benety/mongo
203430ac9559f82ca01e3cbb3b0e09149fec0835
[ "Apache-2.0" ]
null
null
null
src/third_party/mozjs/extract/js/src/jit/x86/Trampoline-x86.cpp
benety/mongo
203430ac9559f82ca01e3cbb3b0e09149fec0835
[ "Apache-2.0" ]
null
null
null
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- * vim: set ts=8 sts=2 et sw=2 tw=80: * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ ...
33.678515
80
0.64437
[ "vector" ]
821e9488adfa7e4ced8579a02a26e99d987cc62b
32,907
cxx
C++
vigranumpy/src/core/multi_array_chunked.cxx
RegiTheSter/vigra
1bf86199ca5a88cbe018b68ef7bbe3f95feda8d4
[ "MIT" ]
null
null
null
vigranumpy/src/core/multi_array_chunked.cxx
RegiTheSter/vigra
1bf86199ca5a88cbe018b68ef7bbe3f95feda8d4
[ "MIT" ]
null
null
null
vigranumpy/src/core/multi_array_chunked.cxx
RegiTheSter/vigra
1bf86199ca5a88cbe018b68ef7bbe3f95feda8d4
[ "MIT" ]
null
null
null
/************************************************************************/ /* */ /* Copyright 2013-2014 by Ullrich Koethe */ /* */ /* This file is p...
40.878261
142
0.579238
[ "object", "shape" ]
8224a46b21e82a896b327c84c8831a86e7b22a4b
6,208
hpp
C++
Gear/File.hpp
Alpha255/Coding
04e9dfbb33e84851a6fe3bfda782fa9787e611e4
[ "MIT" ]
null
null
null
Gear/File.hpp
Alpha255/Coding
04e9dfbb33e84851a6fe3bfda782fa9787e611e4
[ "MIT" ]
null
null
null
Gear/File.hpp
Alpha255/Coding
04e9dfbb33e84851a6fe3bfda782fa9787e611e4
[ "MIT" ]
null
null
null
#pragma once #include "Gear/System.h" #include <cereal/cereal.hpp> NAMESPACE_START(Gear) #define ASSET_PATH_SHADERS "Shaders\\" #define ASSET_PATH_SHADER_CACHE "Shaders\\Cache\\" #define ASSET_PATH_TEXTURES "Textures\\" #define ASSET_PATH_MATERIALS "Materials\\" #define ASSET_PATH_MODELS "Models\\"...
22.823529
134
0.676385
[ "vector" ]
822c223cd056e72012590bb9c246fb279febc8d7
2,750
cpp
C++
VC2010Samples/ComTypeLibfor7/inproc/server/varassoc.cpp
alonmm/VCSamples
6aff0b4902f5027164d593540fcaa6601a0407c3
[ "MIT" ]
300
2019-05-09T05:32:33.000Z
2022-03-31T20:23:24.000Z
VC2010Samples/ComTypeLibfor7/inproc/server/varassoc.cpp
JaydenChou/VCSamples
9e1d4475555b76a17a3568369867f1d7b6cc6126
[ "MIT" ]
9
2016-09-19T18:44:26.000Z
2018-10-26T10:20:05.000Z
VC2010Samples/ComTypeLibfor7/inproc/server/varassoc.cpp
JaydenChou/VCSamples
9e1d4475555b76a17a3568369867f1d7b6cc6126
[ "MIT" ]
633
2019-05-08T07:34:12.000Z
2022-03-30T04:38:28.000Z
// varassoc.cpp : implementation file // // This is a part of the Microsoft Foundation Classes C++ library. // Copyright (c) Microsoft Corporation. All rights reserved. // // This source code is only intended as a supplement to the // Microsoft Foundation Classes Reference and related // electronic documentation provi...
29.569892
83
0.702545
[ "object" ]
436ef28ac03d9c04ed57cf1e42d736df997c3e34
6,054
hpp
C++
craam/simulators/inventory_simulation.hpp
marekpetrik/CRAAM
62cc392e876b5383faa5cb15ab1f6b70b26ff395
[ "MIT" ]
22
2015-09-28T14:41:00.000Z
2020-07-03T00:16:19.000Z
craam/simulators/inventory_simulation.hpp
marekpetrik/CRAAM
62cc392e876b5383faa5cb15ab1f6b70b26ff395
[ "MIT" ]
6
2017-08-10T18:35:40.000Z
2018-10-13T01:38:04.000Z
craam/simulators/inventory_simulation.hpp
marekpetrik/CRAAM
62cc392e876b5383faa5cb15ab1f6b70b26ff395
[ "MIT" ]
10
2016-09-19T18:31:07.000Z
2018-07-05T08:59:45.000Z
// This file is part of CRAAM, a C++ library for solving plain // and robust Markov decision processes. // // 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...
34.793103
131
0.701024
[ "vector", "model" ]
436f92f7f453479b004b17677a8c3ab8bbde650f
1,124
cpp
C++
leetcode/medium/1048. Longest String Chain.cpp
Jeongseo21/Algorithm-1
1bce4f3d2328c3b3e24b9d7772fca43090a285e1
[ "MIT" ]
7
2019-08-05T14:49:41.000Z
2022-03-13T07:10:51.000Z
leetcode/medium/1048. Longest String Chain.cpp
Jeongseo21/Algorithm-1
1bce4f3d2328c3b3e24b9d7772fca43090a285e1
[ "MIT" ]
null
null
null
leetcode/medium/1048. Longest String Chain.cpp
Jeongseo21/Algorithm-1
1bce4f3d2328c3b3e24b9d7772fca43090a285e1
[ "MIT" ]
4
2021-01-04T03:45:22.000Z
2021-10-06T06:11:00.000Z
/* * 문제 : https://leetcode.com/problems/longest-string-chain/ * 시간복잡도 : O(NMlogN) // N : words.length, M : words[i].length * 알고리즘 : DP */ class Solution { static bool compare(string a, string b) { if(a.size() == b.size()) return a < b; return a.size() < b.size(); } pu...
28.1
70
0.469751
[ "vector" ]
437100c1f372768bc8d2453e0175cf90f2cac5ac
4,598
cc
C++
examples/ntrip/ntrip_example.cc
PointOneNav/polaris
cb6ee72298e80e8bbeaa7ba022bfb2b5306586c2
[ "MIT" ]
17
2019-03-13T01:55:03.000Z
2022-01-07T02:40:00.000Z
examples/ntrip/ntrip_example.cc
PointOneNav/polaris
cb6ee72298e80e8bbeaa7ba022bfb2b5306586c2
[ "MIT" ]
11
2020-04-23T20:19:20.000Z
2021-09-17T15:23:09.000Z
examples/ntrip/ntrip_example.cc
PointOneNav/polaris
cb6ee72298e80e8bbeaa7ba022bfb2b5306586c2
[ "MIT" ]
8
2019-08-09T16:35:28.000Z
2022-01-07T02:40:03.000Z
/**************************************************************************/ /** * @brief Example of relaying Polaris corrections as an NTRIP server. * * Copyright (c) Point One Navigation - All Rights Reserved ******************************************************************************/ #include <iostream> #inc...
32.380282
106
0.632231
[ "vector" ]
43711f3b1d9813f8c42f204fd9e65d6c3d58cf71
9,989
cpp
C++
src/RaZ/Data/FbxLoad.cpp
Razakhel/RaZ
d7bc8d4631a2ebd212950f8001f192bcd7d3e80a
[ "MIT" ]
339
2017-09-24T17:26:15.000Z
2022-03-20T13:25:39.000Z
src/RaZ/Data/FbxLoad.cpp
Razakhel/RaZ
d7bc8d4631a2ebd212950f8001f192bcd7d3e80a
[ "MIT" ]
24
2017-09-22T10:30:12.000Z
2022-01-05T21:32:20.000Z
src/RaZ/Data/FbxLoad.cpp
Razakhel/RaZ
d7bc8d4631a2ebd212950f8001f192bcd7d3e80a
[ "MIT" ]
24
2018-01-21T17:38:18.000Z
2022-02-02T11:16:22.000Z
#include "RaZ/Data/Mesh.hpp" #include "RaZ/Render/MeshRenderer.hpp" #include "RaZ/Utils/FilePath.hpp" #include "RaZ/Utils/Logger.hpp" #include <fbxsdk.h> #include <fstream> namespace Raz::FbxFormat { namespace { void loadMaterials(FbxScene* scene, std::vector<MaterialPtr>& materials, const FilePath& filePath) { f...
39.638889
136
0.673641
[ "mesh", "geometry", "render", "vector" ]
437384ebd650558cf088144dbf6c98aafb4df513
16,388
cxx
C++
src-plugins/libs/vtkInria/HWShading/vtkShadowMappingHelper.cxx
ocommowi/medInria-public
9074e40c886881666e7a52c53309d8d28e35c0e6
[ "BSD-4-Clause" ]
null
null
null
src-plugins/libs/vtkInria/HWShading/vtkShadowMappingHelper.cxx
ocommowi/medInria-public
9074e40c886881666e7a52c53309d8d28e35c0e6
[ "BSD-4-Clause" ]
null
null
null
src-plugins/libs/vtkInria/HWShading/vtkShadowMappingHelper.cxx
ocommowi/medInria-public
9074e40c886881666e7a52c53309d8d28e35c0e6
[ "BSD-4-Clause" ]
null
null
null
/*============================================================================ The Hardware Shading (HWShading) module is protected by the following copyright: Copyright (c) 2007 Biomedical Image Analysis (BMIA) - Department of Biomedical Engineering - Eindhoven University of Technology. All rights reserved. See Copyr...
33.789691
165
0.721687
[ "geometry", "render" ]
4375385ab9aecf94e897df7d091a687c7cd4b12f
2,502
hpp
C++
include/UnityEngine/UI/Misc.hpp
v0idp/virtuoso-codegen
6f560f04822c67f092d438a3f484249072c1d21d
[ "Unlicense" ]
null
null
null
include/UnityEngine/UI/Misc.hpp
v0idp/virtuoso-codegen
6f560f04822c67f092d438a3f484249072c1d21d
[ "Unlicense" ]
null
null
null
include/UnityEngine/UI/Misc.hpp
v0idp/virtuoso-codegen
6f560f04822c67f092d438a3f484249072c1d21d
[ "Unlicense" ]
1
2022-03-30T21:07:35.000Z
2022-03-30T21:07:35.000Z
// Autogenerated from CppHeaderCreator // Created by Sc2ad // ========================================================================= #pragma once // Begin includes #include "beatsaber-hook/shared/utils/typedefs.h" #include "beatsaber-hook/shared/utils/byref.hpp" // Completed includes // Begin forward declares // For...
41.7
159
0.71263
[ "object", "vector" ]
437872dec1eb1205574ef81216bb387379a43278
3,964
cpp
C++
plugins/core/widgets/src/Madgine/widgets/button.cpp
MadManRises/Madgine
c9949bc9cf8b30d63db0da2382c9fbc5b60bcd0f
[ "MIT" ]
5
2018-05-16T14:09:34.000Z
2019-10-24T19:01:15.000Z
plugins/core/widgets/src/Madgine/widgets/button.cpp
MadManRises/Madgine
c9949bc9cf8b30d63db0da2382c9fbc5b60bcd0f
[ "MIT" ]
71
2017-06-20T06:41:42.000Z
2021-01-11T11:18:53.000Z
plugins/core/widgets/src/Madgine/widgets/button.cpp
MadManRises/Madgine
c9949bc9cf8b30d63db0da2382c9fbc5b60bcd0f
[ "MIT" ]
2
2018-05-16T13:57:25.000Z
2018-05-16T13:57:51.000Z
#include "../widgetslib.h" #include "button.h" #include "Meta/math/vector4.h" #include "vertex.h" #include "Meta/keyvalue/metatable_impl.h" #include "Meta/serialize/serializetable_impl.h" #include "fontloader.h" #include "imageloader.h" METATABLE_BEGIN_BASE(Engine::Widgets::Button, Engine::Widgets::WidgetBase) M...
25.410256
158
0.614026
[ "render", "vector" ]
437926efd44dc65b05335cba646798b895f17331
8,503
cc
C++
ge/graph/passes/transop_nearby_allreduce_fusion_pass.cc
mindspore-ai/graphengine
460406cbd691b963d125837f022be5d8abd1a637
[ "Apache-2.0" ]
207
2020-03-28T02:12:50.000Z
2021-11-23T18:27:45.000Z
ge/graph/passes/transop_nearby_allreduce_fusion_pass.cc
mindspore-ai/graphengine
460406cbd691b963d125837f022be5d8abd1a637
[ "Apache-2.0" ]
4
2020-04-17T07:32:44.000Z
2021-06-26T04:55:03.000Z
ge/graph/passes/transop_nearby_allreduce_fusion_pass.cc
mindspore-ai/graphengine
460406cbd691b963d125837f022be5d8abd1a637
[ "Apache-2.0" ]
13
2020-03-28T02:52:26.000Z
2021-07-03T23:12:54.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.752632
119
0.672351
[ "shape" ]
437b2913bfebd592e0e5e0d1358e975a408326b1
1,281
cxx
C++
Src/Decimation/qslim-2.1/tools/filters/smf2ply.cxx
AspdenGroup/PeleAnalysis_Aspden
4259efa97a65a646a4e1bc3493cd9dae1e7024c5
[ "BSD-3-Clause-LBNL" ]
null
null
null
Src/Decimation/qslim-2.1/tools/filters/smf2ply.cxx
AspdenGroup/PeleAnalysis_Aspden
4259efa97a65a646a4e1bc3493cd9dae1e7024c5
[ "BSD-3-Clause-LBNL" ]
null
null
null
Src/Decimation/qslim-2.1/tools/filters/smf2ply.cxx
AspdenGroup/PeleAnalysis_Aspden
4259efa97a65a646a4e1bc3493cd9dae1e7024c5
[ "BSD-3-Clause-LBNL" ]
null
null
null
/************************************************************************ smf2ply Copyright (C) 1998 Michael Garland, All Rights Reserved. $Id: smf2ply.cxx,v 1.1.1.1 2006/09/20 01:42:05 marc Exp $ ************************************************************************/ #include <stdmix.h> #include "cmdli...
24.634615
74
0.47541
[ "model" ]
437c735d1d59a84b01a8d6ba51bd540b9d12e93a
11,530
hpp
C++
qi/atomic.hpp
arntanguy/libqi
7f3e1394cb26126b26fa7ff54d2de1371a1c9f96
[ "BSD-3-Clause" ]
61
2015-01-08T08:05:28.000Z
2022-01-07T16:47:47.000Z
qi/atomic.hpp
arntanguy/libqi
7f3e1394cb26126b26fa7ff54d2de1371a1c9f96
[ "BSD-3-Clause" ]
30
2015-04-06T21:41:18.000Z
2021-08-18T13:24:51.000Z
qi/atomic.hpp
arntanguy/libqi
7f3e1394cb26126b26fa7ff54d2de1371a1c9f96
[ "BSD-3-Clause" ]
64
2015-02-23T20:01:11.000Z
2022-03-14T13:31:20.000Z
#pragma once /* * Copyright (c) 2012 Aldebaran Robotics. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the COPYING file. */ #ifndef QI_ATOMIC_HPP_ #define QI_ATOMIC_HPP_ #include <boost/predef.h> #if BOOST_OS_WINDOWS // We need to "scope" our usage of w...
26.085973
83
0.624284
[ "vector", "model" ]
437de7702a101d8e91dc3ab5cd0d9ff8aca4b5d6
5,495
hpp
C++
generalizedassignmentsolver/solution.hpp
fontanf/GAP
4fea39fbd34548a9820dd5c426580920d8d4b873
[ "MIT" ]
1
2019-07-22T16:29:12.000Z
2019-07-22T16:29:12.000Z
generalizedassignmentsolver/solution.hpp
fontanf/gap
4fea39fbd34548a9820dd5c426580920d8d4b873
[ "MIT" ]
null
null
null
generalizedassignmentsolver/solution.hpp
fontanf/gap
4fea39fbd34548a9820dd5c426580920d8d4b873
[ "MIT" ]
null
null
null
#pragma once #include "generalizedassignmentsolver/instance.hpp" namespace generalizedassignmentsolver { /** * Solution class for a Generalized Assignment Problem. */ class Solution { public: /* * Structures. */ struct SolutionAgent { Cost cost = 0; Weight weight = 0; ...
29.385027
101
0.607643
[ "vector" ]
437e245b1e57a447c79a1c8ce859bb88749d68ff
11,167
cpp
C++
Drivers/Segregation/segregation.cpp
gustavo-castillo-bautista/Mercury
eeb402ccec8e487652229d4595c46ec84f6aefbb
[ "BSD-3-Clause" ]
null
null
null
Drivers/Segregation/segregation.cpp
gustavo-castillo-bautista/Mercury
eeb402ccec8e487652229d4595c46ec84f6aefbb
[ "BSD-3-Clause" ]
null
null
null
Drivers/Segregation/segregation.cpp
gustavo-castillo-bautista/Mercury
eeb402ccec8e487652229d4595c46ec84f6aefbb
[ "BSD-3-Clause" ]
null
null
null
//Copyright (c) 2013-2020, The MercuryDPM Developers Team. All rights reserved. //For the list of developers, see <http://www.MercuryDPM.org/Team>. // //Redistribution and use in source and binary forms, with or without //modification, are permitted provided that the following conditions are met: // * Redistributions ...
40.607273
207
0.670995
[ "vector" ]
4383712b2a356b3e9654f1669b8bf4ab4787b8eb
51,720
cc
C++
net/socket/ssl_client_socket_mac.cc
SlimKatLegacy/android_external_chromium
bc611cda58cc18d0dbaa8a7aee05eb3c0742e573
[ "BSD-3-Clause" ]
2
2017-02-20T14:25:04.000Z
2019-12-13T13:58:28.000Z
net/socket/ssl_client_socket_mac.cc
SlimKatLegacy/android_external_chromium
bc611cda58cc18d0dbaa8a7aee05eb3c0742e573
[ "BSD-3-Clause" ]
2
2017-07-25T09:37:22.000Z
2017-08-04T07:18:56.000Z
net/socket/ssl_client_socket_mac.cc
SlimKatLegacy/android_external_chromium
bc611cda58cc18d0dbaa8a7aee05eb3c0742e573
[ "BSD-3-Clause" ]
2
2017-08-09T09:03:23.000Z
2020-05-26T09:14:49.000Z
// Copyright (c) 2011 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/socket/ssl_client_socket_mac.h" #include <CoreServices/CoreServices.h> #include <netdb.h> #include <sys/socket.h> #include <sys/types.h...
36.942857
118
0.706361
[ "object", "vector" ]
43893920ce4c9cf8a5c0256f4a0b1693ba9b507f
1,607
cpp
C++
android-31/java/sql/RowIdLifetime.cpp
YJBeetle/QtAndroidAPI
1468b5dc6eafaf7709f0b00ba1a6ec2b70684266
[ "Apache-2.0" ]
12
2020-03-26T02:38:56.000Z
2022-03-14T08:17:26.000Z
android-31/java/sql/RowIdLifetime.cpp
YJBeetle/QtAndroidAPI
1468b5dc6eafaf7709f0b00ba1a6ec2b70684266
[ "Apache-2.0" ]
1
2021-01-27T06:07:45.000Z
2021-11-13T19:19:43.000Z
android-29/java/sql/RowIdLifetime.cpp
YJBeetle/QtAndroidAPI
1468b5dc6eafaf7709f0b00ba1a6ec2b70684266
[ "Apache-2.0" ]
3
2021-02-02T12:34:55.000Z
2022-03-08T07:45:57.000Z
#include "../../JArray.hpp" #include "../../JString.hpp" #include "./RowIdLifetime.hpp" namespace java::sql { // Fields java::sql::RowIdLifetime RowIdLifetime::ROWID_UNSUPPORTED() { return getStaticObjectField( "java.sql.RowIdLifetime", "ROWID_UNSUPPORTED", "Ljava/sql/RowIdLifetime;" ); } java::sql::...
21.716216
72
0.70504
[ "object" ]
438bbdf29b55f00775fbac956d77c99882cb2ecf
298
hpp
C++
Dexlite-Engine/src/dex/Renderer/Model/LoadGLTF.hpp
ajp-9/dexlite-engine
a1647836f844f54bb3a7b3aaa24ed84a2aca53cb
[ "MIT" ]
1
2021-10-05T03:26:14.000Z
2021-10-05T03:26:14.000Z
Dexlite-Engine/src/dex/Renderer/Model/LoadGLTF.hpp
ajp-9/dexlite-engine
a1647836f844f54bb3a7b3aaa24ed84a2aca53cb
[ "MIT" ]
null
null
null
Dexlite-Engine/src/dex/Renderer/Model/LoadGLTF.hpp
ajp-9/dexlite-engine
a1647836f844f54bb3a7b3aaa24ed84a2aca53cb
[ "MIT" ]
null
null
null
#pragma once #include <filesystem> #include "../Mesh/Mesh.hpp" #include "../Material/3D/MaterialDefault3D.hpp" #include "Model.hpp" namespace dex { Model LoadGLTF(const std::filesystem::path& file_location, const std::shared_ptr<Shader::Default3D> shader_default_3d, bool enabled = true); }
22.923077
144
0.744966
[ "mesh", "model", "3d" ]
438e63a44a759f24a01b05ee024785a03aa1e89e
2,088
cpp
C++
Graph/Stable marrige problem.cpp
ganga1807/Algorithms-Code-Library
4881b4ec11f5963231ce518df177b692a143e0c5
[ "MIT" ]
27
2018-01-08T10:01:58.000Z
2021-09-09T17:02:53.000Z
Graph/Stable marrige problem.cpp
ganga1807/Algorithms-Code-Library
4881b4ec11f5963231ce518df177b692a143e0c5
[ "MIT" ]
null
null
null
Graph/Stable marrige problem.cpp
ganga1807/Algorithms-Code-Library
4881b4ec11f5963231ce518df177b692a143e0c5
[ "MIT" ]
13
2018-05-07T10:55:52.000Z
2021-08-30T12:30:24.000Z
#include<bits/stdc++.h> using namespace std ; #define rep(i,n) for( int i = 0 ;i < n ; i++ ) int Temp[101] ; int n , p; inline int readInt() { int ip = getchar_unlocked(), ret = 0, flag = 1; for(; ip < 48 || ip > 57; ip = getchar_unlocked()) { if(ip == 45) { flag = ...
26.1
63
0.297893
[ "vector" ]
438f385f5375037123f12972c7ced7f7119a1949
5,598
cpp
C++
c++/test/tdspl.cpp
Starlink/hdf5
b2ddfecbd80a2c2688b44c90518e302085be9a64
[ "BSD-3-Clause-LBNL" ]
1
2019-12-23T19:41:39.000Z
2019-12-23T19:41:39.000Z
c++/test/tdspl.cpp
Starlink/hdf5
b2ddfecbd80a2c2688b44c90518e302085be9a64
[ "BSD-3-Clause-LBNL" ]
2
2015-09-18T11:18:58.000Z
2015-12-15T08:46:42.000Z
c++/test/tdspl.cpp
Starlink/hdf5
b2ddfecbd80a2c2688b44c90518e302085be9a64
[ "BSD-3-Clause-LBNL" ]
2
2015-11-29T05:47:48.000Z
2021-03-29T05:34:12.000Z
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * ...
38.342466
82
0.564845
[ "transform" ]
439003f5b9f4f3366c27d2579e08063d8ad36862
10,214
cc
C++
inst_memory.cc
yonsei-icsl/kite
b6f75be622ee5a9429f1115a5215cd41b8eb58c4
[ "BSD-3-Clause" ]
6
2020-02-13T04:12:47.000Z
2020-12-30T05:51:21.000Z
inst_memory.cc
yonsei-icsl/kite
b6f75be622ee5a9429f1115a5215cd41b8eb58c4
[ "BSD-3-Clause" ]
null
null
null
inst_memory.cc
yonsei-icsl/kite
b6f75be622ee5a9429f1115a5215cd41b8eb58c4
[ "BSD-3-Clause" ]
null
null
null
#include <cstdlib> #include <fstream> #include <iostream> #include "inst_memory.h" using namespace std; inst_memory_t::inst_memory_t(const char *m_program_code) { memory.reserve(100); // Reserve space for instructions. load_program_code(m_program_code); // Load a program code. } inst_memory_t...
37.690037
94
0.494126
[ "vector", "transform" ]
4391209112a57e462c059e1fbc45d6b0a1fc158a
2,859
cc
C++
tensorflow/lite/tools/versioning/gpu_compatibility_test.cc
EricRemmerswaal/tensorflow
141ff27877579c81a213fa113bd1b474c1749aca
[ "Apache-2.0" ]
190,993
2015-11-09T13:17:30.000Z
2022-03-31T23:05:27.000Z
tensorflow/lite/tools/versioning/gpu_compatibility_test.cc
EricRemmerswaal/tensorflow
141ff27877579c81a213fa113bd1b474c1749aca
[ "Apache-2.0" ]
48,461
2015-11-09T14:21:11.000Z
2022-03-31T23:17:33.000Z
tensorflow/lite/tools/versioning/gpu_compatibility_test.cc
EricRemmerswaal/tensorflow
141ff27877579c81a213fa113bd1b474c1749aca
[ "Apache-2.0" ]
104,981
2015-11-09T13:40:17.000Z
2022-03-31T19:51:54.000Z
/* Copyright 2021 The TensorFlow 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 a...
35.7375
80
0.718083
[ "model" ]
439842f1b30de76c553954d3b2dd3b546c747f89
17,402
hpp
C++
include/System/Security/PermissionSet.hpp
RedBrumbler/BeatSaber-Quest-Codegen
73dda50b5a3e51f10d86b766dcaa24b0c6226e25
[ "Unlicense" ]
null
null
null
include/System/Security/PermissionSet.hpp
RedBrumbler/BeatSaber-Quest-Codegen
73dda50b5a3e51f10d86b766dcaa24b0c6226e25
[ "Unlicense" ]
null
null
null
include/System/Security/PermissionSet.hpp
RedBrumbler/BeatSaber-Quest-Codegen
73dda50b5a3e51f10d86b766dcaa24b0c6226e25
[ "Unlicense" ]
null
null
null
// Autogenerated from CppHeaderCreator // Created by Sc2ad // ========================================================================= #pragma once // Begin includes #include "beatsaber-hook/shared/utils/typedefs.h" #include "beatsaber-hook/shared/utils/byref.hpp" // Including type: System.Collections.ICollection #inc...
52.101796
238
0.737214
[ "object", "vector" ]
439865d05f92a12e346f3ad4d8df85e16d694999
6,584
cpp
C++
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorPooling.cpp
dennyac/onnxruntime
d5175795d2b7f2db18b0390f394a49238f814668
[ "MIT" ]
6,036
2019-05-07T06:03:57.000Z
2022-03-31T17:59:54.000Z
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorPooling.cpp
dennyac/onnxruntime
d5175795d2b7f2db18b0390f394a49238f814668
[ "MIT" ]
5,730
2019-05-06T23:04:55.000Z
2022-03-31T23:55:56.000Z
onnxruntime/core/providers/dml/DmlExecutionProvider/src/Operators/DmlOperatorPooling.cpp
dennyac/onnxruntime
d5175795d2b7f2db18b0390f394a49238f814668
[ "MIT" ]
1,566
2019-05-07T01:30:07.000Z
2022-03-31T17:06:50.000Z
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #include "precomp.h" namespace Dml { class DmlOperatorPooling : public DmlOperator, public PoolingHelperBase { public: using Self = DmlOperatorPooling; DmlOperatorPooling( const MLOperatorKernelCreationCo...
38.502924
120
0.628493
[ "vector" ]
439a400b4f99d6b35cedd15d9ab6abb1f510a405
1,552
cc
C++
src/operator/softmax_output.cc
Liuxg16/BrainMatrix
0ec70edd4e12dd3719d20dd14d4e24438c60326f
[ "Apache-2.0" ]
9
2018-06-12T12:12:56.000Z
2020-11-26T01:45:15.000Z
src/operator/softmax_output.cc
achao2013/mxnet-quantify
ae77c896da6db35530390e3cf8e524d553bba112
[ "Apache-2.0" ]
1
2020-01-26T19:53:49.000Z
2020-01-26T19:53:49.000Z
src/operator/softmax_output.cc
achao2013/mxnet-quantify
ae77c896da6db35530390e3cf8e524d553bba112
[ "Apache-2.0" ]
14
2016-11-18T07:21:41.000Z
2019-09-30T08:48:22.000Z
/*! * Copyright (c) 2015 by Contributors * \file softmax_output.cc * \brief * \author Bing Xu */ #include "./softmax_output-inl.h" namespace mxnet { namespace op { template<> Operator *CreateOp<cpu>(SoftmaxOutputParam param, int dtype) { Operator *op = NULL; MSHADOW_REAL_TYPE_SWITCH(dtype, DType, { op = ne...
33.73913
92
0.728737
[ "shape", "vector" ]
439a79dfaf81b4d58a9882838f0952fee3362e1d
16,984
cpp
C++
groups/bsl/bsls/bsls_objectbuffer.t.cpp
adambde/bde
a2efe118da642be42b25e81ca986a0fe56078305
[ "Apache-2.0" ]
26
2015-05-07T04:22:06.000Z
2022-01-26T09:10:12.000Z
groups/bsl/bsls/bsls_objectbuffer.t.cpp
adambde/bde
a2efe118da642be42b25e81ca986a0fe56078305
[ "Apache-2.0" ]
3
2015-05-07T21:06:36.000Z
2015-08-28T20:02:18.000Z
groups/bsl/bsls/bsls_objectbuffer.t.cpp
adambde/bde
a2efe118da642be42b25e81ca986a0fe56078305
[ "Apache-2.0" ]
12
2015-05-06T08:41:07.000Z
2021-11-09T12:52:19.000Z
// bsls_objectbuffer.t.cpp -*-C++-*- #include <bsls_objectbuffer.h> #include <bsls_platform.h> // for testing only #include <stddef.h> #include <stdio.h> #include <stdlib.h> #include <string.h> using namespace BloombergLP; //======================================...
35.018557
79
0.477332
[ "object" ]
439ba2d2c27fa2e3e25c211ec23958fba6495e36
1,292
cpp
C++
Algorithms/Warmup/Diagonal Difference/solution.cpp
kitarp29/ds-algo-solutions
c06effdaec2ff014248ca399268934cd8a639b5a
[ "MIT" ]
48
2020-12-04T17:48:47.000Z
2022-02-26T17:56:52.000Z
Algorithms/Warmup/Diagonal Difference/solution.cpp
kitarp29/ds-algo-solutions
c06effdaec2ff014248ca399268934cd8a639b5a
[ "MIT" ]
465
2020-12-04T02:12:56.000Z
2021-12-07T16:09:51.000Z
Algorithms/Warmup/Diagonal Difference/solution.cpp
kitarp29/ds-algo-solutions
c06effdaec2ff014248ca399268934cd8a639b5a
[ "MIT" ]
199
2020-12-04T02:39:56.000Z
2021-12-07T10:10:50.000Z
#include <bits/stdc++.h> using namespace std; /* * the 'diagonalDifference' function below. * * The function is expected to return an INTEGER. * The function accepts 2D_INTEGER_ARRAY arr as parameter. * * Complexity: BigO(n); * * What we do is traversing one diagonal at a time, because traversin 2 diagonals...
20.507937
109
0.562693
[ "vector" ]
439e7042c60e36a6edfe510d4a8dc3a20403eaad
3,063
cxx
C++
spoj/CLEANRBT.cxx
jan25/code_sorted
f405fd0898f72eb3d5428f9e10aefb4a009d5089
[ "Unlicense" ]
2
2018-01-18T11:01:36.000Z
2021-12-20T18:14:48.000Z
spoj/CLEANRBT.cxx
jan25/code_sorted
f405fd0898f72eb3d5428f9e10aefb4a009d5089
[ "Unlicense" ]
null
null
null
spoj/CLEANRBT.cxx
jan25/code_sorted
f405fd0898f72eb3d5428f9e10aefb4a009d5089
[ "Unlicense" ]
null
null
null
#include <bits/stdc++.h> using namespace std; #define sf scanf #define pf printf #define iOS ios::sync_with_stdio(0) #define pb push_back #define mp make_pair #define isin(x, y) (x >= 0 && y >= 0 && x < h && y < w) const int N = 30; map<int, pair<int, int> > m; map<pair<int, int>, int> rm; string s[N]; int move[8] = ...
19.76129
56
0.457068
[ "vector" ]
43a2fa2d077a677d8811bec8b8b96da8fd706228
21,860
cpp
C++
src/backends/reference/RefLayerSupport.cpp
mablem8/armnn
ba359c41d727a9f794f0b6792888770486fc73cc
[ "MIT" ]
1
2019-11-15T00:15:10.000Z
2019-11-15T00:15:10.000Z
src/backends/reference/RefLayerSupport.cpp
SYjianli/armnn
9337af3f8eeb5993a52b300cad940f0ac15d6c79
[ "MIT" ]
null
null
null
src/backends/reference/RefLayerSupport.cpp
SYjianli/armnn
9337af3f8eeb5993a52b300cad940f0ac15d6c79
[ "MIT" ]
null
null
null
// // Copyright © 2017 Arm Ltd. All rights reserved. // SPDX-License-Identifier: MIT // #include "RefLayerSupport.hpp" #include "RefBackendId.hpp" #include <InternalTypes.hpp> #include <LayerSupportCommon.hpp> #include <armnn/Types.hpp> #include <backendsCommon/BackendRegistry.hpp> #include <boost/core/ignore_unuse...
45.636743
105
0.47301
[ "vector" ]
43a6894fbe5b088b563bc391cc3f1213c61bdfb3
7,265
hxx
C++
Modules/Core/SpatialObjects/include/itkMetaVesselTubeConverter.hxx
Kronephon/itktest
a34e46226638c08bba315a257e33550a68203d97
[ "Apache-2.0" ]
null
null
null
Modules/Core/SpatialObjects/include/itkMetaVesselTubeConverter.hxx
Kronephon/itktest
a34e46226638c08bba315a257e33550a68203d97
[ "Apache-2.0" ]
null
null
null
Modules/Core/SpatialObjects/include/itkMetaVesselTubeConverter.hxx
Kronephon/itktest
a34e46226638c08bba315a257e33550a68203d97
[ "Apache-2.0" ]
null
null
null
/*========================================================================= * * Copyright Insight Software Consortium * * 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 * * h...
30.783898
116
0.636752
[ "vector" ]
43aa6c37ed69e21efb169e28b21a2aad8785b514
17,498
hpp
C++
src/nnfusion/frontend/onnx_import/op/layer_norm.hpp
lynex/nnfusion
6332697c71b6614ca6f04c0dac8614636882630d
[ "MIT" ]
639
2020-09-05T10:00:59.000Z
2022-03-30T08:42:39.000Z
src/nnfusion/frontend/onnx_import/op/layer_norm.hpp
QPC-database/nnfusion
99ada47c50f355ca278001f11bc752d1c7abcee2
[ "MIT" ]
252
2020-09-09T05:35:36.000Z
2022-03-29T04:58:41.000Z
src/nnfusion/frontend/onnx_import/op/layer_norm.hpp
QPC-database/nnfusion
99ada47c50f355ca278001f11bc752d1c7abcee2
[ "MIT" ]
104
2020-09-05T10:01:08.000Z
2022-03-23T10:59:13.000Z
//***************************************************************************** // Copyright 2017-2020 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://w...
57.559211
100
0.505429
[ "shape", "vector" ]
43ac366dcba93ae8c3297a3ed98039db0c9c0021
4,626
cpp
C++
Undergrad/CS-260/Lab2-1/Lab2-1.cpp
samuelbailey123/SNHU
b230a00c5605b9c9c19aecf37c4b936bf607a499
[ "MIT" ]
null
null
null
Undergrad/CS-260/Lab2-1/Lab2-1.cpp
samuelbailey123/SNHU
b230a00c5605b9c9c19aecf37c4b936bf607a499
[ "MIT" ]
10
2022-02-19T10:33:59.000Z
2022-03-31T08:44:37.000Z
Undergrad/CS-260/Lab2-1/Lab2-1.cpp
samuelbailey123/SNHU
b230a00c5605b9c9c19aecf37c4b936bf607a499
[ "MIT" ]
null
null
null
//============================================================================ // Name : Lab2-2.cpp // Author : Samuel Bailey // Version : 1.0 // Copyright : Copyright © 2017 SNHU COCE // Description : Lab 2-2 Up to Speed in C++, Part 2 //===============================================================...
25.005405
90
0.507998
[ "vector" ]
43bbed3779d1a0ec68446506ed673ed757e78d8f
3,625
hpp
C++
include/codegen/include/HMUI/TextPageScrollView.hpp
Futuremappermydud/Naluluna-Modifier-Quest
bfda34370764b275d90324b3879f1a429a10a873
[ "MIT" ]
1
2021-11-12T09:29:31.000Z
2021-11-12T09:29:31.000Z
include/codegen/include/HMUI/TextPageScrollView.hpp
Futuremappermydud/Naluluna-Modifier-Quest
bfda34370764b275d90324b3879f1a429a10a873
[ "MIT" ]
null
null
null
include/codegen/include/HMUI/TextPageScrollView.hpp
Futuremappermydud/Naluluna-Modifier-Quest
bfda34370764b275d90324b3879f1a429a10a873
[ "MIT" ]
2
2021-10-03T02:14:20.000Z
2021-11-12T09:29:36.000Z
// Autogenerated from CppHeaderCreator on 7/27/2020 3:09:22 PM // Created by Sc2ad // ========================================================================= #pragma once #pragma pack(push, 8) // Begin includes #include "utils/typedefs.h" // Including type: UnityEngine.MonoBehaviour #include "UnityEngine/MonoBehaviou...
33.564815
80
0.705655
[ "object" ]
43be4215679121c35c1493e1faf112e1f599f8d9
4,337
cc
C++
rds/src/model/CreateGADInstanceRequest.cc
aliyun/aliyun-openapi-cpp-sdk
0cf5861ece17dfb0bb251f13bf3fbdb39c0c6e36
[ "Apache-2.0" ]
89
2018-02-02T03:54:39.000Z
2021-12-13T01:32:55.000Z
rds/src/model/CreateGADInstanceRequest.cc
aliyun/aliyun-openapi-cpp-sdk
0cf5861ece17dfb0bb251f13bf3fbdb39c0c6e36
[ "Apache-2.0" ]
89
2018-03-14T07:44:54.000Z
2021-11-26T07:43:25.000Z
rds/src/model/CreateGADInstanceRequest.cc
aliyun/aliyun-openapi-cpp-sdk
0cf5861ece17dfb0bb251f13bf3fbdb39c0c6e36
[ "Apache-2.0" ]
69
2018-01-22T09:45:52.000Z
2022-03-28T07:58:38.000Z
/* * Copyright 2009-2017 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
34.696
108
0.780955
[ "vector", "model" ]
43c04354dac794a4592227d66002249746814152
9,157
hh
C++
spartyjet-4.0.2_mac/External/fastjet-3.0.0/include/fastjet/ClusterSequenceActiveAreaExplicitGhosts.hh
mickypaganini/SSI2016-jet-clustering
a340558957f55159197e845850fc16e622082e7e
[ "MIT" ]
3
2018-06-15T09:12:17.000Z
2021-06-20T15:58:21.000Z
spartyjet-4.0.2_mac/External/fastjet-3.0.0/include/fastjet/ClusterSequenceActiveAreaExplicitGhosts.hh
mickypaganini/SSI2016-jet-clustering
a340558957f55159197e845850fc16e622082e7e
[ "MIT" ]
1
2016-08-19T23:48:43.000Z
2016-08-20T01:01:34.000Z
spartyjet-4.0.2_mac/External/fastjet-3.0.0/include/fastjet/ClusterSequenceActiveAreaExplicitGhosts.hh
mickypaganini/SSI2016-jet-clustering
a340558957f55159197e845850fc16e622082e7e
[ "MIT" ]
6
2016-08-18T23:16:00.000Z
2020-04-13T01:13:20.000Z
//STARTHEADER // $Id: ClusterSequenceActiveAreaExplicitGhosts.hh 2577 2011-09-13 15:11:38Z salam $ // // Copyright (c) 2005-2011, Matteo Cacciari, Gavin P. Salam and Gregory Soyez // //---------------------------------------------------------------------- // This file is part of FastJet. // // FastJet is free software...
36.337302
111
0.681446
[ "vector" ]
43c3e48f0c4ecb8cd1c49825b2eabda5c1906257
12,814
cpp
C++
tests/fpgad/test_command_line_c.cpp
OPAE/opae-legacy
6b62d840d30543912b57465164558269ff5f1a6b
[ "BSD-3-Clause" ]
1
2020-04-06T09:39:04.000Z
2020-04-06T09:39:04.000Z
tests/fpgad/test_command_line_c.cpp
OPAE/opae-legacy
6b62d840d30543912b57465164558269ff5f1a6b
[ "BSD-3-Clause" ]
1
2021-03-17T01:08:45.000Z
2021-03-17T01:08:45.000Z
tests/fpgad/test_command_line_c.cpp
OPAE/opae-legacy
6b62d840d30543912b57465164558269ff5f1a6b
[ "BSD-3-Clause" ]
null
null
null
// Copyright(c) 2019-2021, Intel Corporation // // 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...
29.939252
84
0.655767
[ "vector" ]
43c76f0298a986802a2fcc895e8586f521aad2aa
803
cpp
C++
jp.atcoder/abc008/abc008_3/19375838.cpp
kagemeka/atcoder-submissions
91d8ad37411ea2ec582b10ba41b1e3cae01d4d6e
[ "MIT" ]
1
2022-02-09T03:06:25.000Z
2022-02-09T03:06:25.000Z
jp.atcoder/abc008/abc008_3/19375838.cpp
kagemeka/atcoder-submissions
91d8ad37411ea2ec582b10ba41b1e3cae01d4d6e
[ "MIT" ]
1
2022-02-05T22:53:18.000Z
2022-02-09T01:29:30.000Z
jp.atcoder/abc008/abc008_3/19375838.cpp
kagemeka/atcoder-submissions
91d8ad37411ea2ec582b10ba41b1e3cae01d4d6e
[ "MIT" ]
null
null
null
#include <bits/stdc++.h> using namespace std; class Solver { int n; vector<long long> c; void prepare() { cin >> n; c = vector<long long>(n); for (int i = 0; i < n; i++) { cin >> c[i]; } } void solve() { map<long long, int> cnt; for (const long long& i: c) { for (con...
12.353846
32
0.442092
[ "vector" ]
43c9651e1c891f6c2731f402d20655b5e0bdd7b6
5,754
hh
C++
test/Core/TestTreeBuilderTest.hh
vdurmont/hhunit
a72cb9557debae5725716a1191e133e51412a7d4
[ "MIT" ]
null
null
null
test/Core/TestTreeBuilderTest.hh
vdurmont/hhunit
a72cb9557debae5725716a1191e133e51412a7d4
[ "MIT" ]
null
null
null
test/Core/TestTreeBuilderTest.hh
vdurmont/hhunit
a72cb9557debae5725716a1191e133e51412a7d4
[ "MIT" ]
null
null
null
<?hh // strict use \HHUnit\Assert\Assert; use \HHUnit\Core\TestTreeBuilder; use \HHUnit\Core\ClassLoader; use \HHUnit\Model\TestTree; <<HHUnit>> class TestTreeBuilderTest { <<SetUpClass>> public static function setUpClass() : void { ClassLoader::loadClass(__DIR__."/../../testResources/InMemoryFileService.hh")...
43.923664
180
0.646854
[ "model" ]
43cb4a6deba0f231fbf9d982f6df24433f9b074f
3,069
cpp
C++
tgs2apng.cpp
signalstickers/tgs2apng
d33dccfcaecc5e6d913ab1580b8f6fc11d8517b2
[ "BlueOak-1.0.0" ]
8
2021-01-11T15:21:58.000Z
2022-01-06T20:39:41.000Z
tgs2apng.cpp
signalstickers/tgs2apng
d33dccfcaecc5e6d913ab1580b8f6fc11d8517b2
[ "BlueOak-1.0.0" ]
2
2021-01-28T03:32:44.000Z
2021-12-07T20:40:30.000Z
tgs2apng.cpp
signalstickers/tgs2apng
d33dccfcaecc5e6d913ab1580b8f6fc11d8517b2
[ "BlueOak-1.0.0" ]
1
2021-01-13T00:39:13.000Z
2021-01-13T00:39:13.000Z
// SPDX-License-Identifier: BlueOak-1.0.0 #include <cstdlib> // for exit status macros #include <cstdio> // for fprintf and friends // for reading from stdin #include <iostream> #include <sstream> #include "tgs2apng.hpp" bool tgs2apng::render( const std::string& lottie_data, const std::string& output_path, size...
31
104
0.687195
[ "render", "vector" ]
43cd4960c5027796c6113231fe142bf4df7136bf
1,060
cpp
C++
OTHERS/BUC 2013/H.cpp
dipta007/Competitive-Programming
998d47f08984703c5b415b98365ddbc84ad289c4
[ "MIT" ]
6
2018-10-15T18:45:05.000Z
2022-03-29T04:30:10.000Z
OTHERS/BUC 2013/H.cpp
dipta007/Competitive-Programming
998d47f08984703c5b415b98365ddbc84ad289c4
[ "MIT" ]
null
null
null
OTHERS/BUC 2013/H.cpp
dipta007/Competitive-Programming
998d47f08984703c5b415b98365ddbc84ad289c4
[ "MIT" ]
4
2018-01-07T06:20:07.000Z
2019-08-21T15:45:59.000Z
#include<cstdio> #include<sstream> #include<cstdlib> #include<cctype> #include<cmath> #include<algorithm> #include<set> #include<queue> #include<stack> #include<list> #include<iostream> #include<fstream> #include<numeric> #include<string> #include<vector> #include<cstring> #include<map> #include<iterator> using namespa...
16.825397
62
0.410377
[ "vector" ]
43cf6de8700175b616a7509a29e6c71c01f1c381
5,267
cpp
C++
gestalt/src/sp_database.cpp
saltpowered/Gestalt
c74150452eb6c722b1e5103802ec7cca1f9ed00c
[ "MIT" ]
null
null
null
gestalt/src/sp_database.cpp
saltpowered/Gestalt
c74150452eb6c722b1e5103802ec7cca1f9ed00c
[ "MIT" ]
null
null
null
gestalt/src/sp_database.cpp
saltpowered/Gestalt
c74150452eb6c722b1e5103802ec7cca1f9ed00c
[ "MIT" ]
null
null
null
#define STBI_ONLY_PNG #define STB_IMAGE_IMPLEMENTATION #include "glad/glad.h" #include "std_filesystem.h" #include "stb/stb_image.h" #include "sp_gl_err.h" #include "sp_database.h" #include "sp_texture.h" #include <iostream> #include <fstream> #include <sstream> // Most data is going to be static via anon namespace...
37.091549
170
0.709512
[ "vector" ]
43d00b4928a26402b011821c8e4dcbf024e39c1b
11,117
cpp
C++
modules/imgproc/test/test_lsd.cpp
xipingyan/opencv
39c3334147ec02761b117f180c9c4518be18d1fa
[ "Apache-2.0" ]
56,632
2016-07-04T16:36:08.000Z
2022-03-31T18:38:14.000Z
modules/imgproc/test/test_lsd.cpp
yusufm423/opencv
6a2077cbd8a8a0d8cbd3e0e8c3ca239f17e6c067
[ "Apache-2.0" ]
13,593
2016-07-04T13:59:03.000Z
2022-03-31T21:04:51.000Z
modules/imgproc/test/test_lsd.cpp
yusufm423/opencv
6a2077cbd8a8a0d8cbd3e0e8c3ca239f17e6c067
[ "Apache-2.0" ]
54,986
2016-07-04T14:24:38.000Z
2022-03-31T22:51:18.000Z
// This file is part of OpenCV project. // It is subject to the license terms in the LICENSE file found in the top-level directory // of this distribution and at http://opencv.org/license.html. #include "test_precomp.hpp" namespace opencv_test { namespace { const Size img_size(640, 480); const int LSD_TEST_SEED = 0x1...
27.381773
135
0.64082
[ "vector" ]
43d3dcaddbdecaee312f6bb95127d0a1351d141c
2,928
hpp
C++
plll/include-internal/primes.hpp
KudrinMatvey/myfplll
99fa018201097b6c078c00721cdc409cdcd4092c
[ "MIT" ]
null
null
null
plll/include-internal/primes.hpp
KudrinMatvey/myfplll
99fa018201097b6c078c00721cdc409cdcd4092c
[ "MIT" ]
null
null
null
plll/include-internal/primes.hpp
KudrinMatvey/myfplll
99fa018201097b6c078c00721cdc409cdcd4092c
[ "MIT" ]
null
null
null
/* Copyright (c) 2011-2014 University of Zurich 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, m...
37.063291
132
0.687158
[ "vector" ]
43dcd27af6fc61f102fb08969b173e5699048300
32,170
tcc
C++
src/zerocash/zerocash_pour_gadget.tcc
hackverket/zcash
35fd74e598797c73709d92c5f03798b625e14227
[ "MIT" ]
4
2015-10-30T03:32:21.000Z
2019-11-13T08:10:14.000Z
src/zerocash/zerocash_pour_gadget.tcc
hackverket/zcash
35fd74e598797c73709d92c5f03798b625e14227
[ "MIT" ]
24
2015-10-13T17:27:14.000Z
2016-01-15T00:07:28.000Z
src/zerocash/zerocash_pour_gadget.tcc
hackverket/zcash
35fd74e598797c73709d92c5f03798b625e14227
[ "MIT" ]
2
2015-11-02T22:55:34.000Z
2016-01-03T16:52:49.000Z
/** @file ***************************************************************************** Implementation of interfaces for the Zerocash Pour gadget. See zerocash_pour_gadget.hpp . ***************************************************************************** * @author This file is part of libzerocash, develope...
63.829365
424
0.711066
[ "vector" ]
43ddb63e7fbd0ca477d0e4fff7b98eb5f8973470
16,883
cpp
C++
LVGL.Windows.Desktop/LVGL.Windows.Desktop.cpp
itthings/lv_sim_visual_studio
dee90b6354416a56a09f61d58e1faeea09402b7b
[ "MIT" ]
null
null
null
LVGL.Windows.Desktop/LVGL.Windows.Desktop.cpp
itthings/lv_sim_visual_studio
dee90b6354416a56a09f61d58e1faeea09402b7b
[ "MIT" ]
null
null
null
LVGL.Windows.Desktop/LVGL.Windows.Desktop.cpp
itthings/lv_sim_visual_studio
dee90b6354416a56a09f61d58e1faeea09402b7b
[ "MIT" ]
null
null
null
/* * PROJECT: LVGL ported to Windows Desktop * FILE: LVGL.Windows.Desktop.cpp * PURPOSE: Implementation for LVGL ported to Windows Desktop * * LICENSE: The MIT License * * DEVELOPER: Mouri_Naruto (Mouri_Naruto AT Outlook.com) */ #include "LVGL.Windows.h" #include <Windows.h> #include <windowsx.h> ...
25.048961
79
0.590713
[ "vector" ]
43e5362525fa0f0766fd50a9b37b778692dc7004
571
cpp
C++
CookieEngine/src/ECS/ComponentModel.cpp
qbleuse/Cookie-Engine
705d19d9e4c79e935e32244759ab63523dfbe6c4
[ "CC-BY-4.0" ]
null
null
null
CookieEngine/src/ECS/ComponentModel.cpp
qbleuse/Cookie-Engine
705d19d9e4c79e935e32244759ab63523dfbe6c4
[ "CC-BY-4.0" ]
null
null
null
CookieEngine/src/ECS/ComponentModel.cpp
qbleuse/Cookie-Engine
705d19d9e4c79e935e32244759ab63523dfbe6c4
[ "CC-BY-4.0" ]
null
null
null
#include "Render/D3D11Helper.hpp" #include "Mat4.hpp" #include "Resources/Mesh.hpp" #include "Resources/Texture.hpp" #include "ECS/ComponentModel.hpp" using namespace Cookie::ECS;; /*============================ CONSTRUCTORS ============================*/ ComponentModel::ComponentModel() { } ComponentModel::~Compo...
19.033333
78
0.563923
[ "mesh", "render" ]
43e5f2f591d878fe573ba5be24828300950744b8
1,095
hh
C++
FastEMRIWaveforms/include/Amplitude.hh
basuparth/ICERM_Workshop
ebabce680fc87e90ff1de30246dcda9beb384bb4
[ "MIT" ]
null
null
null
FastEMRIWaveforms/include/Amplitude.hh
basuparth/ICERM_Workshop
ebabce680fc87e90ff1de30246dcda9beb384bb4
[ "MIT" ]
null
null
null
FastEMRIWaveforms/include/Amplitude.hh
basuparth/ICERM_Workshop
ebabce680fc87e90ff1de30246dcda9beb384bb4
[ "MIT" ]
null
null
null
#ifndef __AMPLITUDE_H__ #define __AMPLITUDE_H__ // Code to compute an eccentric flux driven insipral // into a Schwarzschild black hole #include <math.h> #include <stdio.h> #include <gsl/gsl_errno.h> #include <gsl/gsl_odeiv2.h> #include <gsl/gsl_sf_ellint.h> #include <algorithm> #include <hdf5.h> #include <hdf5_hl.h>...
20.660377
154
0.720548
[ "vector" ]
43e6f1d75f48d39d3604042bcb44d959f9144038
1,744
cpp
C++
tests/TestsdPoint/TestdPointDistance.cpp
julienfausty/HiDiMesher
e654f08c4561db3d83a4b43669f15cfb1c7cd066
[ "MIT" ]
null
null
null
tests/TestsdPoint/TestdPointDistance.cpp
julienfausty/HiDiMesher
e654f08c4561db3d83a4b43669f15cfb1c7cd066
[ "MIT" ]
null
null
null
tests/TestsdPoint/TestdPointDistance.cpp
julienfausty/HiDiMesher
e654f08c4561db3d83a4b43669f15cfb1c7cd066
[ "MIT" ]
null
null
null
#include "TestdPointDistance.h" void TestdPointDistance :: TestEmpty(){ dPoint P1; dPoint P2; dPoint *aP2 = &P2; TEST_THROWS_NOTHING(P1.calcdistance(P2)); double dist = P1.calcdistance(P2); TEST_ASSERT(dist == 0.); }; void TestdPointDistance :: TestSelf(){ std::vector<double> v(2,1.); dPoint P1(1, v);...
24.56338
43
0.657683
[ "vector" ]
43ebde46d8c461d3a59a6bc1de2d49ba9284c2ee
13,102
cc
C++
lullaby/modules/lullscript/script_env.cc
dherbst/lullaby
0b6675c9fc534c606236f40486987540ad098007
[ "Apache-2.0" ]
1,198
2017-06-09T08:10:52.000Z
2022-03-21T13:39:50.000Z
lullaby/modules/lullscript/script_env.cc
dherbst/lullaby
0b6675c9fc534c606236f40486987540ad098007
[ "Apache-2.0" ]
14
2017-06-10T00:47:46.000Z
2020-12-31T05:19:55.000Z
lullaby/modules/lullscript/script_env.cc
dherbst/lullaby
0b6675c9fc534c606236f40486987540ad098007
[ "Apache-2.0" ]
183
2017-06-09T22:19:20.000Z
2022-02-23T03:31:35.000Z
/* Copyright 2017-2019 Google Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed t...
29.115556
80
0.653412
[ "vector" ]
43f28125ce05a7e0fd4f57a4ee6552abe0cc54b4
7,542
cpp
C++
src/engine/file/save.cpp
FoFabien/SF2DEngine
3d10964cbdae439584c10ab427ade394d720713f
[ "Zlib" ]
null
null
null
src/engine/file/save.cpp
FoFabien/SF2DEngine
3d10964cbdae439584c10ab427ade394d720713f
[ "Zlib" ]
null
null
null
src/engine/file/save.cpp
FoFabien/SF2DEngine
3d10964cbdae439584c10ab427ade394d720713f
[ "Zlib" ]
null
null
null
#include "save.hpp" #ifdef _USE_SAVE_ #include "../mlib/mlib.hpp" #include "../mlib/mcrypto.hpp" #include "../mlib/mrand.hpp" #include "../../shared/variable.hpp" Save::Save() { ready = false; } Save::~Save() { //dtor } bool Save::init(const std::string& dir, const std::string& version, const int32_t maxSlo...
23.495327
130
0.505436
[ "vector" ]
43f755fd3df7afc7e82ef817004905a629bd7be4
38,710
cpp
C++
yolov5/brokenyolov5.cpp
muddasar-ali/tensorrtx
b15f0b350f97fe61ac8b27997af9d34d52f884dc
[ "MIT" ]
null
null
null
yolov5/brokenyolov5.cpp
muddasar-ali/tensorrtx
b15f0b350f97fe61ac8b27997af9d34d52f884dc
[ "MIT" ]
null
null
null
yolov5/brokenyolov5.cpp
muddasar-ali/tensorrtx
b15f0b350f97fe61ac8b27997af9d34d52f884dc
[ "MIT" ]
null
null
null
#include <iostream> #include <chrono> #include "cuda_utils.h" #include "cuda_runtime_api.h" #include "logging.h" #include "common.hpp" #include "utils.h" #include "calibrator.h" #include <zmq.hpp> #define USE_FP16 // comment out this if want to use FP32 #define DEVICE 0 // GPU id #define NMS_THRESH 0.4 #define CONF_...
50.934211
472
0.656368
[ "shape", "vector", "model" ]
43ff03d5c02e273892720a7ba44c127165d50494
6,557
cpp
C++
src/tracer_options.cpp
S-Bohn/dd-opentracing-cpp
b7c44dbd942bb064dac75b66d76b5d97f79a3f3c
[ "Apache-2.0" ]
34
2018-07-07T21:58:53.000Z
2022-03-11T01:54:32.000Z
src/tracer_options.cpp
S-Bohn/dd-opentracing-cpp
b7c44dbd942bb064dac75b66d76b5d97f79a3f3c
[ "Apache-2.0" ]
105
2018-07-05T13:44:36.000Z
2022-03-29T17:31:10.000Z
src/tracer_options.cpp
S-Bohn/dd-opentracing-cpp
b7c44dbd942bb064dac75b66d76b5d97f79a3f3c
[ "Apache-2.0" ]
32
2018-12-11T10:45:12.000Z
2021-12-07T22:18:40.000Z
#include "tracer_options.h" #include <datadog/tags.h> #include <opentracing/ext/tags.h> #include <regex> #include "bool.h" namespace ot = opentracing; namespace datadog { namespace opentracing { namespace { // Extracts key-value pairs from a string. // Duplicates are overwritten. Empty keys are ignored. // Intend...
30.356481
91
0.639012
[ "vector" ]
a100a210de00b5f68031da5fad60199fc070b997
686
cpp
C++
code/Leetcode_344.cpp
Aden-Q/LeetCode
4bbf772c886f42ce3d72d01fd737929b99df3eb3
[ "MIT" ]
1
2019-09-22T03:08:14.000Z
2019-09-22T03:08:14.000Z
code/Leetcode_344.cpp
Aden-Q/leetcode
ebd4804edd4f172b9981b22c18d9ff654cf20762
[ "Apache-2.0" ]
null
null
null
code/Leetcode_344.cpp
Aden-Q/leetcode
ebd4804edd4f172b9981b22c18d9ff654cf20762
[ "Apache-2.0" ]
null
null
null
// Reverse String // Easy recursive implementation // In place algorithm // 98.07% time, 10.23% space AC #include <iostream> #include <vector> using namespace std; class Solution { public: void reverseString(vector<char>& s) { reverse_recursive(s, 0, s.size()-1); } void reverse_recursive(vector<ch...
17.15
62
0.609329
[ "vector" ]
a1043420079eed4ba9396f2eb9ceeb71bda8d8b5
1,228
cpp
C++
scenes/inf585/05_laplacian_deformation/src/deformation.cpp
Lieunoir/inf585
41e8e52436f34d4a46425482ff953888bb8345bc
[ "MIT" ]
1
2020-01-09T19:33:20.000Z
2020-01-09T19:33:20.000Z
scenes/inf585/05_laplacian_deformation/src/deformation.cpp
Lieunoir/inf585
41e8e52436f34d4a46425482ff953888bb8345bc
[ "MIT" ]
null
null
null
scenes/inf585/05_laplacian_deformation/src/deformation.cpp
Lieunoir/inf585
41e8e52436f34d4a46425482ff953888bb8345bc
[ "MIT" ]
6
2020-02-25T14:33:11.000Z
2021-03-07T11:26:03.000Z
#include "deformation.hpp" using namespace vcl; void build_matrix(linear_system_structure& linear_system, constraint_structure const& constraints, mesh const& shape, buffer<vec3> const& initial_position, buffer<buffer<unsigned int> > const& one_ring) { // TO DO: Build and fill the matrix M and the rhs (M q_x/y/z ...
40.933333
255
0.684853
[ "mesh", "shape" ]
a10d164c0e8a960ff45f148a11384a4e992d2655
1,246
cpp
C++
AoC20/15/day.cpp
yury-fedorov/AoC18
23dcb580a978df7fa05220f6709f56707278f61f
[ "MIT" ]
null
null
null
AoC20/15/day.cpp
yury-fedorov/AoC18
23dcb580a978df7fa05220f6709f56707278f61f
[ "MIT" ]
9
2019-01-13T06:06:33.000Z
2019-01-21T15:08:21.000Z
AoC20/15/day.cpp
yury-fedorov/AoC18
23dcb580a978df7fa05220f6709f56707278f61f
[ "MIT" ]
null
null
null
#include <iostream> #include <map> #include <vector> #include <fstream> #include <regex> #include <assert.h> #include <catch2/catch.hpp> using namespace std; auto day15(const bool isFirstAnswer ) { vector<int> s; // sequence ifstream f("15/input.txt"); string line; f >> line; regex re("(\\d+)"); ...
26.510638
76
0.553772
[ "vector" ]
a10e65d4afc946a4bcce4abbccab832c0a3f635f
1,815
cc
C++
toy_lang/zoo/less_than_function.cc
snyderek/floating_temple
267ee580620dc7f5a7fff7eb190dc03270267f4c
[ "Apache-2.0" ]
2
2015-03-13T00:16:27.000Z
2015-03-29T05:10:21.000Z
toy_lang/zoo/less_than_function.cc
snyderek/floating_temple
267ee580620dc7f5a7fff7eb190dc03270267f4c
[ "Apache-2.0" ]
null
null
null
toy_lang/zoo/less_than_function.cc
snyderek/floating_temple
267ee580620dc7f5a7fff7eb190dc03270267f4c
[ "Apache-2.0" ]
null
null
null
// Floating Temple // Copyright 2015 Derek S. Snyder // // 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 applicab...
26.304348
75
0.727824
[ "vector" ]
a10f5217191f267ca8f456f6f4edf2bb170293bb
263,581
cpp
C++
BrilliantVR1_BackUpThisFolder_ButDontShipItWithYourGame/il2cppOutput/Unity.XR.Oculus.cpp
BRILLIANT-ESYSTEMS-LIMITED/Brilliant-VR-Demos
9ef107fb84feec8427f0ad624cab26a485502387
[ "MIT" ]
null
null
null
BrilliantVR1_BackUpThisFolder_ButDontShipItWithYourGame/il2cppOutput/Unity.XR.Oculus.cpp
BRILLIANT-ESYSTEMS-LIMITED/Brilliant-VR-Demos
9ef107fb84feec8427f0ad624cab26a485502387
[ "MIT" ]
null
null
null
BrilliantVR1_BackUpThisFolder_ButDontShipItWithYourGame/il2cppOutput/Unity.XR.Oculus.cpp
BRILLIANT-ESYSTEMS-LIMITED/Brilliant-VR-Demos
9ef107fb84feec8427f0ad624cab26a485502387
[ "MIT" ]
null
null
null
#include "pch-cpp.hpp" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <limits> #include <stdint.h> template <typename R, typename T1, typename T2, typename T3> struct VirtualFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2C...
51.733268
513
0.85609
[ "object" ]
e161147376b1ed0af1840844f6c38bcfe071a78f
7,230
hpp
C++
Source/Editor/EditorCore/PreviewWidgets.hpp
andraantariksa/PlasmaEngine
481ea008ed15b531476533a6f675bc9bfdfa7db2
[ "MIT" ]
70
2020-10-19T15:17:36.000Z
2022-03-29T06:23:20.000Z
Source/Editor/EditorCore/PreviewWidgets.hpp
andraantariksa/PlasmaEngine
481ea008ed15b531476533a6f675bc9bfdfa7db2
[ "MIT" ]
90
2020-10-21T09:56:03.000Z
2022-02-19T18:36:37.000Z
Source/Editor/EditorCore/PreviewWidgets.hpp
andraantariksa/PlasmaEngine
481ea008ed15b531476533a6f675bc9bfdfa7db2
[ "MIT" ]
13
2020-12-28T20:18:57.000Z
2022-01-20T08:43:29.000Z
// MIT Licensed (see LICENSE.md). #pragma once namespace Plasma { class IconPreview : public PreviewWidget { public: IconPreview(PreviewWidgetInitializer& initializer, StringParam icon); void UpdateTransform(); Element* mIcon; }; class ScriptPreview : public IconPreview { public: ScriptPreview(PreviewWidget...
23.550489
117
0.7787
[ "object", "vector" ]
e1664a526d6a7a26672dcb92232ac177334f71b9
9,840
cpp
C++
src/app/xlink/SearchForXLinks.cpp
johnhalloran321/crux-toolkit
329390c63a4ec8ab4add22d847732dfa2e7f74ca
[ "Apache-2.0" ]
null
null
null
src/app/xlink/SearchForXLinks.cpp
johnhalloran321/crux-toolkit
329390c63a4ec8ab4add22d847732dfa2e7f74ca
[ "Apache-2.0" ]
null
null
null
src/app/xlink/SearchForXLinks.cpp
johnhalloran321/crux-toolkit
329390c63a4ec8ab4add22d847732dfa2e7f74ca
[ "Apache-2.0" ]
null
null
null
/** * \file SearchForXLinks.cpp * \brief Object for running search-for-xlinks *****************************************************************************/ #include "SearchForXLinks.h" #include "xlink_search.h" #include "util/mass.h" #include "util/Params.h" using namespace std; /** * \returns a blank SearchFor...
32.368421
106
0.626118
[ "object", "vector" ]
e168eb1dfc81f32151a65f10c71064d0d6cceb42
1,395
hpp
C++
tools/baulk-exec/baulk-exec.hpp
dandycheung/baulk
f0ea046bf19e494510ae61cc4633fc38877c53e4
[ "MIT" ]
null
null
null
tools/baulk-exec/baulk-exec.hpp
dandycheung/baulk
f0ea046bf19e494510ae61cc4633fc38877c53e4
[ "MIT" ]
null
null
null
tools/baulk-exec/baulk-exec.hpp
dandycheung/baulk
f0ea046bf19e494510ae61cc4633fc38877c53e4
[ "MIT" ]
null
null
null
/// #ifndef BAULK_EXEC_HPP #define BAULK_EXEC_HPP #include <bela/terminal.hpp> #include <bela/match.hpp> #include <bela/strip.hpp> #include <bela/time.hpp> #include <baulk/debug.hpp> namespace baulk { using argv_t = std::vector<std::wstring_view>; constexpr const wchar_t *string_nullable(std::wstring_view str) { retur...
26.826923
110
0.723297
[ "vector" ]
e16de81bb6616e75051c3ca7a95a4176648add52
9,886
cpp
C++
IREMedia/libraries/OculusSDK/LibOVR/Platform/OSX/OVR_OSX_HMDDevice.cpp
i4Ds/IRE
0bb70ae24fd3ad79c9df6fc84b6087ce663624a7
[ "Apache-2.0" ]
13
2015-03-01T07:03:17.000Z
2021-11-03T06:33:31.000Z
IREMedia/libraries/OculusSDK/LibOVR/Platform/OSX/OVR_OSX_HMDDevice.cpp
i4Ds/IRE
0bb70ae24fd3ad79c9df6fc84b6087ce663624a7
[ "Apache-2.0" ]
null
null
null
IREMedia/libraries/OculusSDK/LibOVR/Platform/OSX/OVR_OSX_HMDDevice.cpp
i4Ds/IRE
0bb70ae24fd3ad79c9df6fc84b6087ce663624a7
[ "Apache-2.0" ]
3
2015-03-10T20:40:31.000Z
2020-07-16T08:05:42.000Z
/************************************************************************************ Filename : OVR_OSX_HMDDevice.cpp Content : OSX Interface to HMD - detects HMD display Created : September 21, 2012 Authors : Michael Antonov Copyright : Copyright 2014 Oculus VR, Inc. All Rights reserved. ...
37.30566
111
0.603884
[ "render" ]
e1741cc7a26c105c06e8be5f6e23c88f5c8142e6
7,850
cpp
C++
modules/core/src/string.cpp
cecabert/FaceKit
766a32fc7f65ae5deceeba5628c225631986c4d8
[ "Apache-2.0" ]
null
null
null
modules/core/src/string.cpp
cecabert/FaceKit
766a32fc7f65ae5deceeba5628c225631986c4d8
[ "Apache-2.0" ]
null
null
null
modules/core/src/string.cpp
cecabert/FaceKit
766a32fc7f65ae5deceeba5628c225631986c4d8
[ "Apache-2.0" ]
1
2017-11-29T12:03:08.000Z
2017-11-29T12:03:08.000Z
/** * @file string.cpp * @brief Utility function for string handling * * @author Christophe Ecabert * @date 26/08/16 * Copyright © 2016 Christophe Ecabert. All rights reserved. */ #include "facekit/core/utils/string.hpp" /** * @namespace FaceKit * @brief Development space */ namespace Face...
26.610169
81
0.543185
[ "vector" ]
e174b689af00e335c6657088bb6175fa62443da1
1,562
cpp
C++
Source/System/Maths/Vectors.cpp
jbatonnet/System
227cf491ab5d0660a6bcf654f6cad09d1f82ba8e
[ "MIT" ]
3
2020-04-24T20:23:24.000Z
2022-01-06T22:27:01.000Z
Source/System/Maths/Vectors.cpp
jbatonnet/system
227cf491ab5d0660a6bcf654f6cad09d1f82ba8e
[ "MIT" ]
null
null
null
Source/System/Maths/Vectors.cpp
jbatonnet/system
227cf491ab5d0660a6bcf654f6cad09d1f82ba8e
[ "MIT" ]
1
2021-06-25T17:35:08.000Z
2021-06-25T17:35:08.000Z
#include <System/Maths/Vectors.h> #include <System/Maths/Matrixes.h> #include <System/Maths/Maths.h> // Point2 const Point2 Point2::Zero = Point2(0), Point2::One = Point2(1); // Point3 const Point3 Point3::Zero = Point3(0), Point3::One = Point3(1); // Vector2 const Vector2 Vector2::Zero = V...
32.541667
111
0.558259
[ "vector" ]
e1755bc78af6404f0b492467a1d3b232267142d3
29,720
cc
C++
gem5-gpu/src/gpu/shader_lsq.cc
gem5-graphics/gem5-graphics
a5ce9f4e1e954f16524c431da64ac8c57b3e212e
[ "BSD-3-Clause" ]
22
2018-07-03T16:46:51.000Z
2022-03-22T08:29:36.000Z
gem5-gpu/src/gpu/shader_lsq.cc
gem5-graphics/gem5-graphics
a5ce9f4e1e954f16524c431da64ac8c57b3e212e
[ "BSD-3-Clause" ]
null
null
null
gem5-gpu/src/gpu/shader_lsq.cc
gem5-graphics/gem5-graphics
a5ce9f4e1e954f16524c431da64ac8c57b3e212e
[ "BSD-3-Clause" ]
25
2017-12-02T00:46:04.000Z
2022-02-18T19:28:53.000Z
/* * Copyright (c) 2013 Mark D. Hill and David A. Wood * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: redistributions of source code must retain the above copyright * notice, this list o...
36.555966
95
0.636878
[ "model" ]
e17bb2f9d46b7291f65507dff214623270749396
5,118
cpp
C++
test/histogram_growing_test.cpp
henryiii/histogram
d9f000cb86a4b4ac5ebfcb395616fa9aaa28e06c
[ "BSL-1.0" ]
null
null
null
test/histogram_growing_test.cpp
henryiii/histogram
d9f000cb86a4b4ac5ebfcb395616fa9aaa28e06c
[ "BSL-1.0" ]
null
null
null
test/histogram_growing_test.cpp
henryiii/histogram
d9f000cb86a4b4ac5ebfcb395616fa9aaa28e06c
[ "BSL-1.0" ]
null
null
null
// Copyright 2015-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/core/lightweight_test.hpp> #include <boost/histogram.hpp> #include <string> #include <utility> #include "u...
28.276243
87
0.59066
[ "vector" ]
e18082666098b2e9dfadaba7b7f669beae857f98
8,899
hpp
C++
redist/deps/mcm/Model.hpp
VIGGEEN/bundle
9a7a392ea31780660d5b5c34fbe143693c8f0d7b
[ "Zlib" ]
443
2018-01-30T13:36:46.000Z
2022-03-30T18:26:26.000Z
redist/deps/mcm/Model.hpp
VIGGEEN/bundle
9a7a392ea31780660d5b5c34fbe143693c8f0d7b
[ "Zlib" ]
3
2019-04-18T08:15:34.000Z
2022-02-13T00:33:07.000Z
redist/deps/mcm/Model.hpp
VIGGEEN/bundle
9a7a392ea31780660d5b5c34fbe143693c8f0d7b
[ "Zlib" ]
58
2018-01-20T12:57:10.000Z
2022-03-22T22:10:02.000Z
/* MCM file compressor Copyright (C) 2013, Google Inc. Authors: Mathieu Chartier LICENSE This file is part of the MCM file compressor. MCM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, eit...
23.986523
103
0.643555
[ "model" ]
e182874e9524fb37aac26631551877ab6a18eeb5
9,828
cc
C++
src/core/speech_recognizer.cc
JeanTracker/nugu-linux
28b5337b4f74442126ce5ec55001c2fe09271e40
[ "Apache-2.0" ]
22
2019-10-16T12:42:25.000Z
2021-04-21T08:16:20.000Z
src/core/speech_recognizer.cc
JeanTracker/nugu-linux
28b5337b4f74442126ce5ec55001c2fe09271e40
[ "Apache-2.0" ]
45
2019-10-22T11:29:43.000Z
2021-12-20T00:15:45.000Z
src/core/speech_recognizer.cc
JeanTracker/nugu-linux
28b5337b4f74442126ce5ec55001c2fe09271e40
[ "Apache-2.0" ]
8
2019-10-17T04:20:09.000Z
2021-10-04T00:53:10.000Z
/* * Copyright (c) 2019 SK Telecom Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
29.513514
111
0.623626
[ "model" ]
e184b72f752c906610286ca525f52a941604d26d
1,323
hpp
C++
App.hpp
sengkevin/projet_C-_2016-BOISSE_SENG
e318d67d8cfc85d3e7e6f268930d0f780450710a
[ "MIT" ]
1
2017-01-11T19:23:07.000Z
2017-01-11T19:23:07.000Z
App.hpp
sengkevin/projet_C-_2016-BOISSE_SENG
e318d67d8cfc85d3e7e6f268930d0f780450710a
[ "MIT" ]
null
null
null
App.hpp
sengkevin/projet_C-_2016-BOISSE_SENG
e318d67d8cfc85d3e7e6f268930d0f780450710a
[ "MIT" ]
null
null
null
#ifndef _APP_H #define _APP_H #include "Player.hpp" #include "Trump.hpp" #include "Obama.hpp" #include "CitoyenBase.hpp" #include "CitoyenGros.hpp" #include "GameState.hpp" #define N_CITOYENS 7 #define CITOYENS_BASE_HP 100 #define DRAIN_TIME 1 #define DRAIN_RATE 4 #define HP_REGEN_RATE ...
18.9
157
0.597884
[ "vector" ]
e186c3aeca331ebdbda32fb719c410b17d2db393
4,132
cpp
C++
samples/snippets/cpp/VS_Snippets_Remoting/DiscoveryClientResult_Filename/CPP/discoveryclientresult_filename.cpp
BaruaSourav/docs
c288ed777de6b091f5e074d3488f7934683f3eb5
[ "CC-BY-4.0", "MIT" ]
3,294
2016-10-30T05:27:20.000Z
2022-03-31T15:59:30.000Z
samples/snippets/cpp/VS_Snippets_Remoting/DiscoveryClientResult_Filename/CPP/discoveryclientresult_filename.cpp
BaruaSourav/docs
c288ed777de6b091f5e074d3488f7934683f3eb5
[ "CC-BY-4.0", "MIT" ]
16,739
2016-10-28T19:41:29.000Z
2022-03-31T22:38:48.000Z
samples/snippets/cpp/VS_Snippets_Remoting/DiscoveryClientResult_Filename/CPP/discoveryclientresult_filename.cpp
BaruaSourav/docs
c288ed777de6b091f5e074d3488f7934683f3eb5
[ "CC-BY-4.0", "MIT" ]
6,701
2016-10-29T20:56:11.000Z
2022-03-31T12:32:26.000Z
// System.Web.Services.Discovery.DiscoveryClientResultCollection.Remove // System.Web.Services.Discovery.DiscoveryClientResult() // System.Web.Services.Discovery.DiscoveryClientResult.ReferenceTypeName // System.Web.Services.Discovery.DiscoveryClientResult.Url // System.Web.Services.Discovery.DiscoveryClientResult.File...
42.597938
132
0.714424
[ "object" ]
e18a77c5072a654c8817d00eb864bc21286f47bd
12,059
cpp
C++
source/adios2/engine/bp3/BP3Writer.cpp
aronhelser/ADIOS2
6577a335c5a95f47fbf76905f509cd379e602a4d
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
source/adios2/engine/bp3/BP3Writer.cpp
aronhelser/ADIOS2
6577a335c5a95f47fbf76905f509cd379e602a4d
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
source/adios2/engine/bp3/BP3Writer.cpp
aronhelser/ADIOS2
6577a335c5a95f47fbf76905f509cd379e602a4d
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
/* * Distributed under the OSI-approved Apache License, Version 2.0. See * accompanying file Copyright.txt for details. * * BP3Writer.cpp * * Created on: Dec 19, 2016 * Author: William F Godoy godoywf@ornl.gov */ #include "BP3Writer.h" #include "BP3Writer.tcc" #include "adios2/ADIOSMPI.h" #include "adi...
31.48564
80
0.615059
[ "vector" ]
e18c40a034bc5bfd12818582b4a7948bb2c8d6b1
5,272
cc
C++
jhm/jobs/nycr.cc
waderly/orly
9d7660ea9d07591f8cc6b1b92d8e6c3b8b78eeee
[ "Apache-2.0" ]
1
2015-11-05T18:37:20.000Z
2015-11-05T18:37:20.000Z
jhm/jobs/nycr.cc
waderly/orly
9d7660ea9d07591f8cc6b1b92d8e6c3b8b78eeee
[ "Apache-2.0" ]
null
null
null
jhm/jobs/nycr.cc
waderly/orly
9d7660ea9d07591f8cc6b1b92d8e6c3b8b78eeee
[ "Apache-2.0" ]
null
null
null
/* <jhm/jobs/nycr.cc> Copyright 2010-2014 OrlyAtomics, 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 appli...
27.175258
112
0.643968
[ "vector" ]
e18cf27ff5f8f45182ed89c1194e41a6ff4b88d4
13,417
cpp
C++
layer1/FontGLUT.cpp
tranas-open/pymolXT
e11cc7994178e439534f15c7b5eac51b4e678c54
[ "CNRI-Python" ]
1
2020-11-20T04:32:48.000Z
2020-11-20T04:32:48.000Z
layer1/FontGLUT.cpp
tranas-open/pymolXT
e11cc7994178e439534f15c7b5eac51b4e678c54
[ "CNRI-Python" ]
null
null
null
layer1/FontGLUT.cpp
tranas-open/pymolXT
e11cc7994178e439534f15c7b5eac51b4e678c54
[ "CNRI-Python" ]
null
null
null
/* A* ------------------------------------------------------------------- B* This file contains source code for the PyMOL computer program C* copyright 1998-2003 by Warren Lyford Delano of DeLano Scientific. D* ------------------------------------------------------------------- E* It is unlawful to modify or remove ...
30.01566
114
0.505329
[ "model" ]
e19b571ee88049e0e9987581f8af70fb9f2d1c37
12,518
tpp
C++
include/cinolib/export_cluster.tpp
francescozoccheddu/cinolib
6d6f7d359db673aca1c203a208f50e0a7a362b76
[ "MIT" ]
null
null
null
include/cinolib/export_cluster.tpp
francescozoccheddu/cinolib
6d6f7d359db673aca1c203a208f50e0a7a362b76
[ "MIT" ]
null
null
null
include/cinolib/export_cluster.tpp
francescozoccheddu/cinolib
6d6f7d359db673aca1c203a208f50e0a7a362b76
[ "MIT" ]
null
null
null
/******************************************************************************** * This file is part of CinoLib * * Copyright(C) 2016: Marco Livesu * * ...
40.642857
91
0.459578
[ "vector" ]
e19d7dc99607f51fdccc12d735cc957d3d8e3016
9,471
cpp
C++
framework/src/minko/component/SpotLight.cpp
aerys/minko
edc3806a4e01570c5cb21f3402223ca695d08d22
[ "BSD-3-Clause" ]
478
2015-01-04T16:59:53.000Z
2022-03-07T20:28:07.000Z
framework/src/minko/component/SpotLight.cpp
aerys/minko
edc3806a4e01570c5cb21f3402223ca695d08d22
[ "BSD-3-Clause" ]
83
2015-01-15T21:45:06.000Z
2021-11-08T11:01:48.000Z
framework/src/minko/component/SpotLight.cpp
aerys/minko
edc3806a4e01570c5cb21f3402223ca695d08d22
[ "BSD-3-Clause" ]
175
2015-01-04T03:30:39.000Z
2020-01-27T17:08:14.000Z
/* Copyright (c) 2014 Aerys Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicens...
29.783019
127
0.673107
[ "render", "transform" ]
e19db7735cc447621541a36c4617a851b0accbe7
7,479
cc
C++
samples/lenet_lite/lenet_lite_asymu8.cc
onepick/TIM-VX
ac2e0585805e0dd65cc93829d68b29ec3d83ac4d
[ "MIT" ]
null
null
null
samples/lenet_lite/lenet_lite_asymu8.cc
onepick/TIM-VX
ac2e0585805e0dd65cc93829d68b29ec3d83ac4d
[ "MIT" ]
null
null
null
samples/lenet_lite/lenet_lite_asymu8.cc
onepick/TIM-VX
ac2e0585805e0dd65cc93829d68b29ec3d83ac4d
[ "MIT" ]
null
null
null
/**************************************************************************** * * Copyright (c) 2021 Vivante Corporation * * 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 ...
53.042553
95
0.433213
[ "vector" ]
e1a2d2f23c8c273011b8b643270bfa5403223ed9
20,067
hh
C++
include/ignition/transport/Publisher.hh
pedro-salgueiro/ign-transport
57558607ceb98dd4d90f6bb546a1fb70f85f78af
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
include/ignition/transport/Publisher.hh
pedro-salgueiro/ign-transport
57558607ceb98dd4d90f6bb546a1fb70f85f78af
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
include/ignition/transport/Publisher.hh
pedro-salgueiro/ign-transport
57558607ceb98dd4d90f6bb546a1fb70f85f78af
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
/* * Copyright (C) 2015 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...
39.974104
80
0.617581
[ "object" ]
e1a350a24eb789943da94eb030f34698da383cf9
13,459
cpp
C++
lsyscpp/netif.cpp
smilingthax/unpdf
abe6082a59ce899362f862d7cf04765600ee1096
[ "MIT" ]
2
2015-04-21T10:01:50.000Z
2019-06-04T22:09:23.000Z
lsyscpp/netif.cpp
smilingthax/unpdf
abe6082a59ce899362f862d7cf04765600ee1096
[ "MIT" ]
null
null
null
lsyscpp/netif.cpp
smilingthax/unpdf
abe6082a59ce899362f862d7cf04765600ee1096
[ "MIT" ]
null
null
null
#include "netif.h" #include <string.h> #include <assert.h> #ifdef WIN32 #include <winsock2.h> #include <ws2tcpip.h> #include <iphlpapi.h> #define ENSURE_WSA Net::detail::wsa::ensure() #else #include <errno.h> #include <netdb.h> #include <ifaddrs.h> #include <unistd.h> #include <net/if.h> // IFF_UP, ... #include <map...
25.982625
152
0.6048
[ "vector" ]
e1a4b96552c2ffd4d3885a787b7a08624b77bd03
8,504
hpp
C++
src/io/iter_thread_imbin-inl.hpp
zhenglab/cxxnet
fef5cb06338a832d817ebd7ea636db708b49d35c
[ "Apache-2.0" ]
1
2018-12-19T09:11:48.000Z
2018-12-19T09:11:48.000Z
src/io/iter_thread_imbin-inl.hpp
toooocode/cxxnet
fef5cb06338a832d817ebd7ea636db708b49d35c
[ "Apache-2.0" ]
null
null
null
src/io/iter_thread_imbin-inl.hpp
toooocode/cxxnet
fef5cb06338a832d817ebd7ea636db708b49d35c
[ "Apache-2.0" ]
null
null
null
#ifndef ITER_THREAD_IMBIN_INL_HPP_ #define ITER_THREAD_IMBIN_INL_HPP_ /*! * \file cxxnet_iter_thread_imbin-inl.hpp * \brief threaded version of page iterator * \author Tianqi Chen */ #include "data.h" #include <cstdlib> #include <opencv2/opencv.hpp> #include "../utils/thread_buffer.h" #include "../utils/utils.h" n...
29.734266
88
0.577728
[ "vector" ]
e1a53d668e56cc964072929d3be68cc6428bc280
2,952
cc
C++
src/nnet2/nnet-functions.cc
shuipi100/kaldi
8e30fddb300a87e7c79ef2c0b9c731a8a9fd23f0
[ "Apache-2.0" ]
805
2018-05-28T02:32:04.000Z
2022-03-26T09:13:12.000Z
src/nnet2/nnet-functions.cc
shuipi100/kaldi
8e30fddb300a87e7c79ef2c0b9c731a8a9fd23f0
[ "Apache-2.0" ]
49
2015-10-24T22:06:28.000Z
2019-12-24T11:13:34.000Z
src/nnet2/nnet-functions.cc
shuipi100/kaldi
8e30fddb300a87e7c79ef2c0b9c731a8a9fd23f0
[ "Apache-2.0" ]
267
2018-06-07T08:33:28.000Z
2022-03-30T12:18:33.000Z
// nnet2/nnet-functions.cc // Copyright 2011-2012 Karel Vesely // Johns Hopkins University (author: Daniel Povey) // 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 complia...
37.367089
83
0.682588
[ "vector" ]
e1a6243a01534c7e513cbbf8cd5b069742d00951
22,083
cpp
C++
ftrl.cpp
ryaninhust/LibFTRL
16aa80df080f3e01d12aad4b41ece5f4b92837d0
[ "MIT" ]
7
2017-05-04T09:52:43.000Z
2021-06-29T08:41:56.000Z
ftrl.cpp
ryaninhust/LibFTRL
16aa80df080f3e01d12aad4b41ece5f4b92837d0
[ "MIT" ]
2
2019-07-19T08:42:18.000Z
2021-11-26T03:19:22.000Z
ftrl.cpp
ryaninhust/LibFTRL
16aa80df080f3e01d12aad4b41ece5f4b92837d0
[ "MIT" ]
4
2017-08-27T14:57:08.000Z
2021-07-12T03:27:52.000Z
#include "ftrl.h" FtrlChunk::FtrlChunk(string data_name, FtrlInt id) { l = 0, nnz = 0; chunk_id = id; file_name = data_name+".bin."+to_string(id); } struct chunk_meta { FtrlLong l, nnz; FtrlInt chunk_id; }; void FtrlChunk::write() { ofstream f_bin(file_name, ios::out | ios::binary); chu...
29.018397
120
0.487977
[ "vector", "model" ]
e1aadccfa81917eda84c51df2a2a2f043639d67f
3,084
cpp
C++
TeamResultSqlItemModel.cpp
jochumsson/gym-jude
a6eb3a25e760aa477add3f749ded82cc35295ea7
[ "Unlicense" ]
null
null
null
TeamResultSqlItemModel.cpp
jochumsson/gym-jude
a6eb3a25e760aa477add3f749ded82cc35295ea7
[ "Unlicense" ]
1
2018-11-17T09:10:53.000Z
2018-11-17T09:10:53.000Z
TeamResultSqlItemModel.cpp
jochumsson/gym-jude
a6eb3a25e760aa477add3f749ded82cc35295ea7
[ "Unlicense" ]
null
null
null
#include "TeamResultSqlItemModel.h" #include <QSqlQuery> #include <QSqlRecord> #include <QSqlField> #include <QDebug> TeamResultSqlItemModel::TeamResultSqlItemModel( const IResultsCalculatorPtr & results_calculator): m_results_calculator(results_calculator) { } void TeamResultSqlItemModel::refresh() { ...
30.84
101
0.657912
[ "model" ]
e1b9c3580d9c5566001634d06d5224097fadcf1e
8,807
cc
C++
src/apps/mec/WarningAlert/packets/Serializers/WarningAlertPacketSerializer.cc
talal00/Simu5G
ffbdda3e4cd873b49d7022912fe25e39d1a503e8
[ "Intel" ]
58
2021-04-15T09:20:26.000Z
2022-03-31T08:52:23.000Z
src/apps/mec/WarningAlert/packets/Serializers/WarningAlertPacketSerializer.cc
talal00/Simu5G
ffbdda3e4cd873b49d7022912fe25e39d1a503e8
[ "Intel" ]
34
2021-05-14T15:05:36.000Z
2022-03-31T20:51:33.000Z
src/apps/mec/WarningAlert/packets/Serializers/WarningAlertPacketSerializer.cc
talal00/Simu5G
ffbdda3e4cd873b49d7022912fe25e39d1a503e8
[ "Intel" ]
30
2021-04-16T05:46:13.000Z
2022-03-28T15:26:29.000Z
// // Simu5G // // Authors: Giovanni Nardini, Giovanni Stea, Antonio Virdis (University of Pisa) // // This file is part of a software released under the license included in file // "license.pdf". Please read LICENSE and README files before using it. // The above files and the present reference are par...
39.142222
200
0.627228
[ "vector" ]
e1bf59067f5172e3494ee5d11d57c940da9301cc
6,158
cpp
C++
src/Application_test.cpp
TobiasLundby/ROVI2
d2666abf12196930074db910488e33d6fc43f7cc
[ "BSD-3-Clause" ]
1
2019-01-07T14:33:00.000Z
2019-01-07T14:33:00.000Z
src/Application_test.cpp
TobiasLundby/ROVI2
d2666abf12196930074db910488e33d6fc43f7cc
[ "BSD-3-Clause" ]
1
2017-05-14T20:28:44.000Z
2017-05-18T07:50:48.000Z
src/Application_test.cpp
TobiasLundby/ROVI2
d2666abf12196930074db910488e33d6fc43f7cc
[ "BSD-3-Clause" ]
null
null
null
#include <rw/math/Q.hpp> #include "ros/ros.h" #include "ros/package.h" #include "ros/this_node.h" #include "Application.hpp" #include <string> #include <rw/math/MetricFactory.hpp> #include <algorithm> #include <rw/math/Math.hpp> #include <time.h> #include <iostream> #include <fstream> #include <sstream> #include <boos...
21.161512
153
0.629263
[ "vector" ]
e1c055c9035e5ec2bb60a6dc7c18f1bc828eef44
2,215
cpp
C++
Diverse/Text/justifypecol.cpp
rlodina99/Learn_cpp
0c5bd9e6c52ca21e2eb95eb91597272ddc842c08
[ "MIT" ]
null
null
null
Diverse/Text/justifypecol.cpp
rlodina99/Learn_cpp
0c5bd9e6c52ca21e2eb95eb91597272ddc842c08
[ "MIT" ]
null
null
null
Diverse/Text/justifypecol.cpp
rlodina99/Learn_cpp
0c5bd9e6c52ca21e2eb95eb91597272ddc842c08
[ "MIT" ]
null
null
null
#include <iostream> #include <fstream> #include <string> using namespace std; int main(){ ifstream f("justify.in"); char c; int nrChar = 0; int nrCuvinte = 0; int suntInCitireaUnuiCuvant = 0; string arr[100]; int n; f >> n; while (f.get(c)){ cout << c; if (isspace(c)){ //spatiu, tab, enter, if ...
19.60177
60
0.533183
[ "vector" ]
e1c766e7abc3c4db50d12ecb9d75ccf6d9056496
2,658
cpp
C++
tddd86-algorithms/boggleplay.cpp
AxelGard/university-projects
0c9a6e785f1918c6ed0fd365b2d419c9f52edb50
[ "MIT" ]
2
2022-01-30T17:53:33.000Z
2022-02-03T23:34:36.000Z
tddd86-algorithms/boggleplay.cpp
AxelGard/university-projects
0c9a6e785f1918c6ed0fd365b2d419c9f52edb50
[ "MIT" ]
null
null
null
tddd86-algorithms/boggleplay.cpp
AxelGard/university-projects
0c9a6e785f1918c6ed0fd365b2d419c9f52edb50
[ "MIT" ]
null
null
null
/* * Contains game logic for playing one game of boggle * * Axega544 & Margu424 */ #include <cstdlib> #include <iostream> #include <iomanip> #include <sstream> #include <algorithm> #include "Boggle.h" #include "bogglemain.h" #include "strlib.h" /** * prints player score and words found */ void printScore(Boggle&...
27.6875
107
0.589917
[ "object", "transform" ]
e1c8fdce368965828ee0faf852f8e417f6fe30fb
49,355
cpp
C++
third_party/WebKit/Source/core/paint/PaintLayerPainter.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/core/paint/PaintLayerPainter.cpp
emilio/chromium.src
1bd0cf3997f947746c0fc5406a2466e7b5f6159e
[ "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
null
null
null
third_party/WebKit/Source/core/paint/PaintLayerPainter.cpp
emilio/chromium.src
1bd0cf3997f947746c0fc5406a2466e7b5f6159e
[ "BSD-3-Clause-No-Nuclear-License-2014", "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 "core/paint/PaintLayerPainter.h" #include "core/frame/LocalFrame.h" #include "core/layout/LayoutView.h" #include "core/paint/ClipPathClipper.h" ...
44.383993
86
0.718549
[ "geometry", "object", "transform" ]
e1c98b974db8403966b7f8374fba5faed54220a5
13,702
cpp
C++
api/scenario_api_simulator/src/npc_route_manager.cpp
sgermanserrano/planning_simulator.iv.universe
f5de46f0ef40dec8b7f5a818f182c53647dd6230
[ "Apache-2.0" ]
2
2020-09-25T08:53:22.000Z
2020-10-23T09:43:27.000Z
api/scenario_api_simulator/src/npc_route_manager.cpp
sgermanserrano/planning_simulator.iv.universe
f5de46f0ef40dec8b7f5a818f182c53647dd6230
[ "Apache-2.0" ]
13
2020-11-09T08:27:08.000Z
2021-03-04T07:12:59.000Z
api/scenario_api_simulator/src/npc_route_manager.cpp
sgermanserrano/planning_simulator.iv.universe
f5de46f0ef40dec8b7f5a818f182c53647dd6230
[ "Apache-2.0" ]
11
2020-09-30T16:38:09.000Z
2021-09-26T11:12:55.000Z
/* * Copyright 2018-2019 Autoware Foundation. 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 requi...
35.963255
96
0.71464
[ "geometry", "object", "vector" ]
e1cfaae801e0fe41d8f3ac131cfe5da618595309
30,059
cc
C++
benchmarks/allocators/benchmark_5.cc
gbleaney/Allocator-Benchmarks
755a99ab17874ac3d396506590d1fe06f9e72517
[ "Apache-2.0" ]
6
2016-02-18T18:39:22.000Z
2019-11-21T20:53:27.000Z
benchmarks/allocators/benchmark_5.cc
gbleaney/Allocator-Benchmarks
755a99ab17874ac3d396506590d1fe06f9e72517
[ "Apache-2.0" ]
null
null
null
benchmarks/allocators/benchmark_5.cc
gbleaney/Allocator-Benchmarks
755a99ab17874ac3d396506590d1fe06f9e72517
[ "Apache-2.0" ]
2
2018-05-24T13:15:45.000Z
2018-06-12T21:13:02.000Z
#define DEBUG //#define DEBUG_V4 #include <iostream> #include <iomanip> #include <memory> #include <random> #include <iterator> #include <functional> #include <ctime> #include <algorithm> #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <memory.h> #include <sys/types.h> #include <sys/wait.h> #incl...
32.815502
165
0.691174
[ "vector" ]
e1d3cd5d1cd4fe2e0982879ee9a2758e4feeeb5b
8,816
cpp
C++
VideoPaletteExtraction/VideoPaletteExtraction/RgbConvexhull.cpp
Zhengjun-Du/GeometricPaletteBasedVideoRecoloring
d48f4fa942910b7e855eded4f1a2801db22050e4
[ "MIT" ]
10
2021-10-02T10:22:33.000Z
2022-02-16T07:11:22.000Z
VideoPaletteExtraction/VideoPaletteExtraction/RgbConvexhull.cpp
Zhengjun-Du/GeometricPaletteBasedVideoRecoloring
d48f4fa942910b7e855eded4f1a2801db22050e4
[ "MIT" ]
null
null
null
VideoPaletteExtraction/VideoPaletteExtraction/RgbConvexhull.cpp
Zhengjun-Du/GeometricPaletteBasedVideoRecoloring
d48f4fa942910b7e855eded4f1a2801db22050e4
[ "MIT" ]
5
2021-10-02T14:00:50.000Z
2022-02-08T06:25:06.000Z
#include "RgbConvexhull.h" #include "libqhullcpp/QhullFacetList.h" #include "libqhullcpp/Qhull.h" #include <map> #include <fstream> #include <set> using namespace orgQhull; using namespace std; RgbConvexhull::RgbConvexhull(vector<cv::Vec3d> vertices) { m_vertices = vertices; for (int i = 0; i < m_vertices.size(...
25.116809
105
0.623185
[ "vector" ]
e1ded8fc9ea93b50c9563a095d999f0ccc742755
31,745
cc
C++
src/system/RunTime.cc
adigenova/discovarexp-51885
f827bab9bd0e328fee3dd57b7fefebfeebd92be4
[ "MIT" ]
null
null
null
src/system/RunTime.cc
adigenova/discovarexp-51885
f827bab9bd0e328fee3dd57b7fefebfeebd92be4
[ "MIT" ]
null
null
null
src/system/RunTime.cc
adigenova/discovarexp-51885
f827bab9bd0e328fee3dd57b7fefebfeebd92be4
[ "MIT" ]
1
2021-11-28T21:35:27.000Z
2021-11-28T21:35:27.000Z
/////////////////////////////////////////////////////////////////////////////// // SOFTWARE COPYRIGHT NOTICE AGREEMENT // // This software and its documentation are copyright (2010) by the // // Broad Institute. All rights are reserved. This software is supplied // ...
33.807242
99
0.555489
[ "vector" ]
e1eb7a3d48ea90ee321be49928f0b77584fa32f2
948
cpp
C++
ABC/ABC227/D/abc227-d.cpp
keitaronaruse/AtCoderTraining
9fb8f0d492be678a788080c96b06c33992cb6db2
[ "MIT" ]
null
null
null
ABC/ABC227/D/abc227-d.cpp
keitaronaruse/AtCoderTraining
9fb8f0d492be678a788080c96b06c33992cb6db2
[ "MIT" ]
null
null
null
ABC/ABC227/D/abc227-d.cpp
keitaronaruse/AtCoderTraining
9fb8f0d492be678a788080c96b06c33992cb6db2
[ "MIT" ]
null
null
null
/** * @file abc227-d.cpp * @brief ABC227 Problem D - Project Planning * @author Keitaro Naruse * @date 2022-04-06 * @copyright MIT License * @details https://atcoder.jp/contests/abc227/tasks/abc227_d */ // # Solution #include <iostream> #include <vector> #include <algorithm> int main() { // Read N = [ K, 2*10^5...
20.170213
67
0.459916
[ "vector" ]
e1ee6d1b6ea396831f6337cd23fab24b310c271a
44
hpp
C++
src/boost_phoenix_support_vector.hpp
miathedev/BoostForArduino
919621dcd0c157094bed4df752b583ba6ea6409e
[ "BSL-1.0" ]
10
2018-03-17T00:58:42.000Z
2021-07-06T02:48:49.000Z
src/boost_phoenix_support_vector.hpp
miathedev/BoostForArduino
919621dcd0c157094bed4df752b583ba6ea6409e
[ "BSL-1.0" ]
2
2021-03-26T15:17:35.000Z
2021-05-20T23:55:08.000Z
src/boost_phoenix_support_vector.hpp
miathedev/BoostForArduino
919621dcd0c157094bed4df752b583ba6ea6409e
[ "BSL-1.0" ]
4
2019-05-28T21:06:37.000Z
2021-07-06T03:06:52.000Z
#include <boost/phoenix/support/vector.hpp>
22
43
0.795455
[ "vector" ]