Dataset Viewer
Auto-converted to Parquet Duplicate
hexsha
stringlengths
40
40
size
int64
7
1.05M
ext
stringclasses
13 values
lang
stringclasses
1 value
max_stars_repo_path
stringlengths
4
269
max_stars_repo_name
stringlengths
5
109
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
sequencelengths
1
9
max_stars_count
int64
1
191k
max_stars_repo_stars_event_min_datetime
stringlengths
24
24
max_stars_repo_stars_event_max_datetime
stringlengths
24
24
max_issues_repo_path
stringlengths
4
269
max_issues_repo_name
stringlengths
5
116
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
sequencelengths
1
9
max_issues_count
int64
1
48.5k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
4
269
max_forks_repo_name
stringlengths
5
116
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
sequencelengths
1
9
max_forks_count
int64
1
105k
max_forks_repo_forks_event_min_datetime
stringlengths
24
24
max_forks_repo_forks_event_max_datetime
stringlengths
24
24
content
stringlengths
7
1.05M
avg_line_length
float64
1.21
330k
max_line_length
int64
6
990k
alphanum_fraction
float64
0.01
0.99
author_id
stringlengths
2
40
4f1ee99281ef141d42a038f41cd1ddb9cc86f312
26,803
cpp
C++
src/core/Variant.cpp
WilliamTambellini/godopy
7b4142ddf7acafa66e1b2b201afa5fa37a4c7f4e
[ "MIT" ]
null
null
null
src/core/Variant.cpp
WilliamTambellini/godopy
7b4142ddf7acafa66e1b2b201afa5fa37a4c7f4e
[ "MIT" ]
null
null
null
src/core/Variant.cpp
WilliamTambellini/godopy
7b4142ddf7acafa66e1b2b201afa5fa37a4c7f4e
[ "MIT" ]
null
null
null
#include "Variant.hpp" #include <gdnative/variant.h> #include "CoreTypes.hpp" #include "Defs.hpp" #include "GodotGlobal.hpp" #include "Object.hpp" #include <iostream> #include <stdexcept> #ifndef NO_IMPORT_ARRAY #define NO_IMPORT_ARRAY #endif #include "PythonGlobal.hpp" #include <_lib/godot/core/types.hpp> namespa...
32.607056
147
0.745066
WilliamTambellini
4f203c48428c692de98f2b0fdd812268d388a572
2,114
cc
C++
src/logging/log_stream.cc
xiw2-0/minids
46510205af0e0a6c14e9d360fc83e13cd45bcf9d
[ "MIT" ]
3
2020-06-09T02:31:43.000Z
2021-03-30T09:14:33.000Z
src/logging/log_stream.cc
xiw2-0/minids
46510205af0e0a6c14e9d360fc83e13cd45bcf9d
[ "MIT" ]
null
null
null
src/logging/log_stream.cc
xiw2-0/minids
46510205af0e0a6c14e9d360fc83e13cd45bcf9d
[ "MIT" ]
null
null
null
/// Copyright (c) 2020 xiw /// /// MIT License /// \author Wang Xi #include "logging/log_stream.h" #include <thread> #include <sstream> namespace logging { void LogStream::buf(char** p_buf, size_t* size) { *p_buf = buf_; *size = buf_pointer_; } LogStream &LogStream::operator<<(bool arg) { if(arg) app...
17.048387
82
0.644276
xiw2-0
4f2070c48921f7111b5e881d6412c44aa0dddea4
8,179
cpp
C++
LFFD_ncnn.cpp
Qengineering/LFFD-ncnn-Raspberry-Pi-4
edcb609603325ca97c6f02dcfefb32f937383279
[ "BSD-3-Clause" ]
2
2021-04-18T06:47:05.000Z
2021-06-16T09:52:44.000Z
LFFD_ncnn.cpp
Qengineering/LFFD-ncnn-Raspberry-Pi-4
edcb609603325ca97c6f02dcfefb32f937383279
[ "BSD-3-Clause" ]
null
null
null
LFFD_ncnn.cpp
Qengineering/LFFD-ncnn-Raspberry-Pi-4
edcb609603325ca97c6f02dcfefb32f937383279
[ "BSD-3-Clause" ]
null
null
null
#include "LFFD_ncnn.h" LFFD::LFFD(int scale_num, int num_thread_) { num_output_scales = scale_num; num_thread = num_thread_; if (num_output_scales == 5) { param_file_name = "symbol_10_320_20L_5scales_v2_deploy.param"; bin_file_name = "train_10_320_20L_5scales_v2_iter_1000000.bin"; receptive_field_list = { 20,...
30.981061
182
0.627461
Qengineering
4f21000a633dbc7b4704b27b1a2782af1fbd7e35
3,686
cpp
C++
streambox/test/test-join-2.cpp
chenzongxiong/streambox
76f95780d1bf6c02731e39d8ac73937cea352b95
[ "Unlicense" ]
3
2019-07-03T14:03:31.000Z
2021-12-19T10:18:49.000Z
streambox/test/test-join-2.cpp
chenzongxiong/streambox
76f95780d1bf6c02731e39d8ac73937cea352b95
[ "Unlicense" ]
6
2020-02-17T12:01:30.000Z
2021-12-09T22:02:33.000Z
streambox/test/test-join-2.cpp
chenzongxiong/streambox
76f95780d1bf6c02731e39d8ac73937cea352b95
[ "Unlicense" ]
2
2020-12-03T04:41:18.000Z
2021-01-11T21:44:42.000Z
/* #include<stdio.h> #include<assert.h> #include<iostream> #include<typeinfo> #include "Create.h" #include "Read.h" */ #include "core/Pipeline.h" //#include "TransformEvaluator.h" //#include "TransformEvaluate.h" #include "Source/UnboundedInMemEvaluator_Join.h" //#include "SimpleMapperEvaluator.h" #include "Join/JoinEv...
29.253968
80
0.663049
chenzongxiong
4f23b6cc5bc4a79d61a90b2c317d723d6fb33dfb
444
cpp
C++
lib/poprand/codelets/SetSeedSupervisor.cpp
giantchen2012/poplibs
2bc6b6f3d40863c928b935b5da88f40ddd77078e
[ "MIT" ]
1
2021-02-23T05:58:24.000Z
2021-02-23T05:58:24.000Z
lib/poprand/codelets/SetSeedSupervisor.cpp
giantchen2012/poplibs
2bc6b6f3d40863c928b935b5da88f40ddd77078e
[ "MIT" ]
null
null
null
lib/poprand/codelets/SetSeedSupervisor.cpp
giantchen2012/poplibs
2bc6b6f3d40863c928b935b5da88f40ddd77078e
[ "MIT" ]
null
null
null
// Copyright (c) 2019 Graphcore Ltd. All rights reserved. #include "RandomUtils.hpp" using namespace poplar; namespace poprand { class SetSeedSupervisor : public SupervisorVertexIf<ASM_CODELETS_ENABLED> { public: SetSeedSupervisor(); Input<Vector<unsigned, ONE_PTR, 8>> seed; const uint32_t seedModifierUser; ...
20.181818
75
0.756757
giantchen2012
4f23d25e3dd58ad9ec5517f35b4fd0e826371bd6
24,265
cpp
C++
Src/FileDialog.cpp
bluescan/tacit-texview
084e2ee2f8e516b6d4449caf9b6712181db162f5
[ "ISC" ]
76
2019-07-03T06:43:37.000Z
2020-05-08T20:23:08.000Z
Src/FileDialog.cpp
bluescan/tacit-texview
084e2ee2f8e516b6d4449caf9b6712181db162f5
[ "ISC" ]
15
2020-01-12T23:37:09.000Z
2020-05-01T04:44:14.000Z
Src/FileDialog.cpp
bluescan/tacit-texview
084e2ee2f8e516b6d4449caf9b6712181db162f5
[ "ISC" ]
2
2020-01-18T14:13:14.000Z
2020-04-05T14:17:07.000Z
// FileDialog.cpp // // Dialog that allows selection of a file or directory. May be used for opening a file/directory or saving to a file. // // Copyright (c) 2021, 2022 Tristan Grimmer. // Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby // granted, provide...
30.068154
242
0.705131
bluescan
4f2605188c3c8162aa30dfb72b435008f808b798
24,573
cpp
C++
Mac_Libraries/FreeImage_3_18/Source/FreeImage/MultiPage.cpp
aws4y/OpenNebulosity
406162ea39de7e8fb90147ee43f6ee95dd56dfde
[ "BSD-3-Clause" ]
111
2015-01-13T18:14:31.000Z
2022-02-20T14:26:55.000Z
Mac_Libraries/FreeImage_3_18/Source/FreeImage/MultiPage.cpp
aws4y/OpenNebulosity
406162ea39de7e8fb90147ee43f6ee95dd56dfde
[ "BSD-3-Clause" ]
54
2015-02-23T16:57:41.000Z
2021-02-19T08:16:27.000Z
Mac_Libraries/FreeImage_3_18/Source/FreeImage/MultiPage.cpp
aws4y/OpenNebulosity
406162ea39de7e8fb90147ee43f6ee95dd56dfde
[ "BSD-3-Clause" ]
26
2015-01-17T13:07:56.000Z
2021-12-02T07:43:29.000Z
// ========================================================== // Multi-Page functions // // Design and implementation by // - Floris van den Berg (flvdberg@wxs.nl) // - Laurent Rocher (rocherl@club-internet.fr) // - Steve Johnson (steve@parisgroup.net) // - Petr Pytelka (pyta@lightcomp.com) // - Hervé Drolon (d...
27.364143
168
0.613722
aws4y
4f261cdeb0b5320194a0a3c3fa545dbdb6fcccbb
1,582
hpp
C++
cli_args.hpp
iszczesniak/ddpp
bc27ad2b7f699d8ef2e11dcb3b56d538d92e4b4e
[ "BSL-1.0" ]
null
null
null
cli_args.hpp
iszczesniak/ddpp
bc27ad2b7f699d8ef2e11dcb3b56d538d92e4b4e
[ "BSL-1.0" ]
null
null
null
cli_args.hpp
iszczesniak/ddpp
bc27ad2b7f699d8ef2e11dcb3b56d538d92e4b4e
[ "BSL-1.0" ]
null
null
null
#ifndef CLI_ARGS_HPP #define CLI_ARGS_HPP #include "connection.hpp" #include "routing.hpp" #include <optional> #include <string> /** * These are the program arguments. In this single class we store all * information passed at the command line. */ struct cli_args { /// ------------------------------------------...
21.093333
71
0.484829
iszczesniak
4f26672294b4cc622c3bd4f079929719d6af4fc7
7,896
cpp
C++
src/dgetrs_nopiv_batched.cpp
shengren/magma-1.6.1
1adfee30b763e9491a869403e0f320b3888923b6
[ "BSD-3-Clause" ]
21
2017-10-06T05:05:05.000Z
2022-03-13T15:39:20.000Z
src/dgetrs_nopiv_batched.cpp
shengren/magma-1.6.1
1adfee30b763e9491a869403e0f320b3888923b6
[ "BSD-3-Clause" ]
1
2017-03-23T00:27:24.000Z
2017-03-23T00:27:24.000Z
src/dgetrs_nopiv_batched.cpp
shengren/magma-1.6.1
1adfee30b763e9491a869403e0f320b3888923b6
[ "BSD-3-Clause" ]
4
2018-01-09T15:49:58.000Z
2022-03-13T15:39:27.000Z
/* -- MAGMA (version 1.6.1) -- Univ. of Tennessee, Knoxville Univ. of California, Berkeley Univ. of Colorado, Denver November 2013 @author Azzam Haidar @generated from zgetrs_nopiv_batched.cpp normal z -> d, Fri Jan 30 19:00:19 2015 */ #include "common_magma.h" #in...
33.457627
114
0.556864
shengren
4f272caf25db73404a223d05b9618e45e9ad4f6c
983
cpp
C++
src/point.cpp
ASjet/GreedySnake
c07a22ede63a8c4f42bc6af2d8c8c95cd46b0311
[ "MIT" ]
1
2020-05-30T07:15:18.000Z
2020-05-30T07:15:18.000Z
src/point.cpp
ITFS777/GreedySnake
c07a22ede63a8c4f42bc6af2d8c8c95cd46b0311
[ "MIT" ]
null
null
null
src/point.cpp
ITFS777/GreedySnake
c07a22ede63a8c4f42bc6af2d8c8c95cd46b0311
[ "MIT" ]
null
null
null
#include <iostream> #include <string> #include "point.h" #include "cursor.h" //////////////////////////////////////////////////////////////////////////////// Point Point::setPos(int px, int py) { x = px; y = py; return *this; } ///////////////////////////////////////////////////////////////////////////////...
25.868421
80
0.364191
ASjet
4f2acf2ee7baf76ba9ec40965975179cc65cc4c0
14,878
cpp
C++
src/InstructionWalker.cpp
Mookel/VC4C
d72978253820e4175fa591206dedda6c586068b3
[ "MIT" ]
null
null
null
src/InstructionWalker.cpp
Mookel/VC4C
d72978253820e4175fa591206dedda6c586068b3
[ "MIT" ]
null
null
null
src/InstructionWalker.cpp
Mookel/VC4C
d72978253820e4175fa591206dedda6c586068b3
[ "MIT" ]
null
null
null
/* * Author: doe300 * * See the file "LICENSE" for the full license governing this code. */ #include "InstructionWalker.h" #include "BasicBlock.h" #include "CompilationError.h" #include "Method.h" #include "analysis/ControlFlowGraph.h" using namespace vc4c; const InstructionWalker tombstone_traits<InstructionWa...
31.190776
120
0.617556
Mookel
4f2c7c45a4c6a2a344655c2da31ef6e080d04499
2,810
hpp
C++
libraries/blockchain/include/bts/blockchain/snapshot_state.hpp
jasonqin/bitshares1-core
b575445f31d9d5955414a178b9128fd1a423c3fa
[ "Unlicense" ]
82
2015-01-04T21:11:35.000Z
2015-06-08T17:53:49.000Z
libraries/blockchain/include/bts/blockchain/snapshot_state.hpp
jasonqin/bitshares1-core
b575445f31d9d5955414a178b9128fd1a423c3fa
[ "Unlicense" ]
428
2015-01-01T18:42:04.000Z
2015-06-08T16:08:08.000Z
libraries/blockchain/include/bts/blockchain/snapshot_state.hpp
jasonqin/bitshares1-core
b575445f31d9d5955414a178b9128fd1a423c3fa
[ "Unlicense" ]
53
2015-01-05T02:31:30.000Z
2015-06-05T18:50:57.000Z
#pragma once #include <bts/blockchain/graphene.hpp> #include <bts/blockchain/types.hpp> #include <fc/time.hpp> namespace bts { namespace blockchain { struct snapshot_summary { uint64_t num_balance_owners = 0; uint64_t num_asset_balances = 0; uint64_t num_vesting_balances = 0; uint64_t num_canceled_a...
29.893617
122
0.690036
jasonqin
4f2d49c583b36f4b94fc624a8c5079ed09d03b47
1,030
cpp
C++
unit2/2_2.cpp
Helio452b/essential_Cpp_coding
57ac4b28874da099581054ef6db809fade032c37
[ "MIT" ]
2
2020-05-06T16:27:10.000Z
2020-05-06T16:27:14.000Z
unit2/2_2.cpp
Helio452b/essential_Cpp_coding
57ac4b28874da099581054ef6db809fade032c37
[ "MIT" ]
null
null
null
unit2/2_2.cpp
Helio452b/essential_Cpp_coding
57ac4b28874da099581054ef6db809fade032c37
[ "MIT" ]
2
2020-05-06T16:12:41.000Z
2021-01-20T15:52:52.000Z
#include <iostream> #include <windows.h> #include <vector> #include <string> using namespace std; bool pentagonal_get(int num,vector<int> &vect) { int fx_i; if (num<=0 || num>1024) { return false; } else { for (int i = 1; i <= num; i++) { fx_i = i*(i*3-1)/2;...
16.349206
65
0.484466
Helio452b
4f303e8177e6e2c2ab36a9127a8c223d00524ef3
1,038
cpp
C++
Sources/Overload/OvCore/src/OvCore/ECS/Components/CDirectionalLight.cpp
kmqwerty/Overload
f3b8c751a05815400ed35dd2be20a3900f3454fd
[ "MIT" ]
755
2019-07-10T01:26:39.000Z
2022-03-31T12:43:19.000Z
Sources/Overload/OvCore/src/OvCore/ECS/Components/CDirectionalLight.cpp
kmqwerty/Overload
f3b8c751a05815400ed35dd2be20a3900f3454fd
[ "MIT" ]
111
2020-02-28T23:30:10.000Z
2022-01-18T13:57:30.000Z
Sources/Overload/OvCore/src/OvCore/ECS/Components/CDirectionalLight.cpp
kmqwerty/Overload
f3b8c751a05815400ed35dd2be20a3900f3454fd
[ "MIT" ]
97
2019-11-06T15:19:56.000Z
2022-03-25T08:40:04.000Z
/** * @project: Overload * @author: Overload Tech. * @licence: MIT */ #include <OvUI/Widgets/Texts/Text.h> #include <OvUI/Widgets/Drags/DragFloat.h> #include <OvUI/Widgets/Selection/ColorEdit.h> #include "OvCore/ECS/Actor.h" #include "OvCore/ECS/Components/CDirectionalLight.h" OvCore::ECS::Components::CDirectionalL...
25.95
121
0.757225
kmqwerty
4f32cec6c164bf925e351ea56d5c1a7e66213368
7,791
cpp
C++
clients/common/rocsparse_matrix_factory_laplace3d.cpp
xupinjie/rocSPARSE
5583492046ece092900f815d76fe98dd32cb8d36
[ "MIT" ]
null
null
null
clients/common/rocsparse_matrix_factory_laplace3d.cpp
xupinjie/rocSPARSE
5583492046ece092900f815d76fe98dd32cb8d36
[ "MIT" ]
null
null
null
clients/common/rocsparse_matrix_factory_laplace3d.cpp
xupinjie/rocSPARSE
5583492046ece092900f815d76fe98dd32cb8d36
[ "MIT" ]
null
null
null
/*! \file */ /* ************************************************************************ * Copyright (c) 2021 Advanced Micro Devices, 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 Softwa...
50.590909
96
0.432294
xupinjie
4f3391c9e7767dbe626123133097b4296537b3e0
5,335
cpp
C++
src/ngraph/runtime/cpu/builder/rnn.cpp
tzerrell/ngraph
b02b0812745ca1cb5f73d426ae9e0ad729eb0bbd
[ "Apache-2.0" ]
null
null
null
src/ngraph/runtime/cpu/builder/rnn.cpp
tzerrell/ngraph
b02b0812745ca1cb5f73d426ae9e0ad729eb0bbd
[ "Apache-2.0" ]
null
null
null
src/ngraph/runtime/cpu/builder/rnn.cpp
tzerrell/ngraph
b02b0812745ca1cb5f73d426ae9e0ad729eb0bbd
[ "Apache-2.0" ]
null
null
null
//***************************************************************************** // Copyright 2017-2019 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...
48.944954
100
0.519213
tzerrell
4f3478b4fdaa44bc561c7d3648dc2ad4f6e3f4e4
5,354
cc
C++
source/common/http/filter/ratelimit.cc
vanillahsu/envoy
49dc064843035ff980e1ed1d1a7f1574b66f7305
[ "Apache-2.0" ]
null
null
null
source/common/http/filter/ratelimit.cc
vanillahsu/envoy
49dc064843035ff980e1ed1d1a7f1574b66f7305
[ "Apache-2.0" ]
null
null
null
source/common/http/filter/ratelimit.cc
vanillahsu/envoy
49dc064843035ff980e1ed1d1a7f1574b66f7305
[ "Apache-2.0" ]
null
null
null
#include "common/http/filter/ratelimit.h" #include "envoy/http/codes.h" #include "common/common/assert.h" #include "common/common/empty_string.h" #include "common/common/enum_to_int.h" #include "common/http/codes.h" #include "common/router/config_impl.h" namespace Http { namespace RateLimit { namespace { static co...
36.671233
98
0.683227
vanillahsu
4f34b190fc49b969608edc1c87f78451d9d24a15
319
cpp
C++
c++/Booking/bookingTest.cpp
taku-xhift/labo
89dc28fdb602c7992c6f31920714225f83a11218
[ "MIT" ]
null
null
null
c++/Booking/bookingTest.cpp
taku-xhift/labo
89dc28fdb602c7992c6f31920714225f83a11218
[ "MIT" ]
null
null
null
c++/Booking/bookingTest.cpp
taku-xhift/labo
89dc28fdb602c7992c6f31920714225f83a11218
[ "MIT" ]
null
null
null
#include <iostream> #include <vector> class Test; class Test { public: static std::vector<const Test*> allData; Test() : data(3) { allData.push_back(this); } int data; }; int main() { Test test; std::cout << Test::allData.at(0)->data << std::endl; return 0; }
9.114286
54
0.54232
taku-xhift
4f387b63cad2886f2805f3d81d50cd69ff85cde2
9,276
cpp
C++
src/demos/vehicle/demo_DeformableSoil/demo_VEH_DeformableSoil.cpp
bluescarni/chrono
5804345dc23733196c6740afbc0c1432553dfb1d
[ "BSD-3-Clause" ]
null
null
null
src/demos/vehicle/demo_DeformableSoil/demo_VEH_DeformableSoil.cpp
bluescarni/chrono
5804345dc23733196c6740afbc0c1432553dfb1d
[ "BSD-3-Clause" ]
null
null
null
src/demos/vehicle/demo_DeformableSoil/demo_VEH_DeformableSoil.cpp
bluescarni/chrono
5804345dc23733196c6740afbc0c1432553dfb1d
[ "BSD-3-Clause" ]
null
null
null
// ============================================================================= // PROJECT CHRONO - http://projectchrono.org // // Copyright (c) 2014 projectchrono.org // All rights reserved. // // Use of this source code is governed by a BSD-style license that can be found // in the LICENSE file at the top level of t...
41.596413
118
0.631738
bluescarni
4f3911284077eaa525ae693c116101bee6ac505a
2,675
cpp
C++
ProcessLib/SurfaceFlux/SurfaceFlux.cpp
zhangning737/ogs
53a892f4ce2f133e4d00534d33ad4329e5c0ccb2
[ "BSD-4-Clause" ]
1
2021-06-25T13:43:06.000Z
2021-06-25T13:43:06.000Z
ProcessLib/SurfaceFlux/SurfaceFlux.cpp
boyanmeng/ogs
8172d20e61ae6dad076b3cc064846db7ef622020
[ "BSD-4-Clause" ]
1
2019-08-09T12:13:22.000Z
2019-08-09T12:13:22.000Z
ProcessLib/SurfaceFlux/SurfaceFlux.cpp
zhangning737/ogs
53a892f4ce2f133e4d00534d33ad4329e5c0ccb2
[ "BSD-4-Clause" ]
null
null
null
/** * \file * \copyright * Copyright (c) 2012-2019, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * */ #include "SurfaceFlux.h" #include <casse...
36.148649
82
0.702804
zhangning737
4f396e14fec3b619ea47854dd842c7f67199e950
4,346
cc
C++
src/libdeltafs/mds_srv_test.cc
chuckcranor/deltafs
34c6b60e225c19b363aaafa7c755fd9ffea4ffba
[ "Xnet", "X11" ]
93
2016-09-28T12:32:05.000Z
2022-03-25T03:29:21.000Z
src/libdeltafs/mds_srv_test.cc
chuckcranor/deltafs
34c6b60e225c19b363aaafa7c755fd9ffea4ffba
[ "Xnet", "X11" ]
3
2016-08-30T04:15:23.000Z
2021-03-26T05:33:24.000Z
src/libdeltafs/mds_srv_test.cc
chuckcranor/deltafs
34c6b60e225c19b363aaafa7c755fd9ffea4ffba
[ "Xnet", "X11" ]
12
2016-10-24T20:03:08.000Z
2022-03-30T14:12:51.000Z
/* * Copyright (c) 2019 Carnegie Mellon University, * Copyright (c) 2019 Triad National Security, LLC, as operator of * Los Alamos National Laboratory. * * All rights reserved. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. See the AUTHORS file for na...
23.748634
77
0.617809
chuckcranor
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
718