id
int64
0
755k
file_name
stringlengths
3
109
file_path
stringlengths
13
185
content
stringlengths
31
9.38M
size
int64
31
9.38M
language
stringclasses
1 value
extension
stringclasses
11 values
total_lines
int64
1
340k
avg_line_length
float64
2.18
149k
max_line_length
int64
7
2.22M
alphanum_fraction
float64
0
1
repo_name
stringlengths
6
65
repo_stars
int64
100
47.3k
repo_forks
int64
0
12k
repo_open_issues
int64
0
3.4k
repo_license
stringclasses
9 values
repo_extraction_date
stringclasses
92 values
exact_duplicates_redpajama
bool
2 classes
near_duplicates_redpajama
bool
2 classes
exact_duplicates_githubcode
bool
2 classes
exact_duplicates_stackv2
bool
1 class
exact_duplicates_stackv1
bool
2 classes
near_duplicates_githubcode
bool
2 classes
near_duplicates_stackv1
bool
2 classes
near_duplicates_stackv2
bool
1 class
40,924
stream_pdu_base.h
gnuradio_gnuradio/gr-network/lib/stream_pdu_base.h
/* -*- c++ -*- */ /* * Copyright 2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_STREAM_PDU_BASE_H #define INCLUDED_STREAM_PDU_BASE_H #include <gnuradio/basic_block.h> #include <gnuradio/logger.h> #include <gnuradio/thre...
992
C++
.h
41
21.292683
61
0.680851
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
40,925
socket_pdu_impl.h
gnuradio_gnuradio/gr-network/lib/socket_pdu_impl.h
/* -*- c++ -*- */ /* * Copyright 2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_NETWORK_SOCKET_PDU_IMPL_H #define INCLUDED_NETWORK_SOCKET_PDU_IMPL_H #include "tcp_connection.h" #include <gnuradio/network/socket_pdu.h> ...
1,881
C++
.h
55
28.963636
82
0.653994
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
40,926
tuntap_pdu_impl.h
gnuradio_gnuradio/gr-network/lib/tuntap_pdu_impl.h
/* -*- c++ -*- */ /* * Copyright 2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_NETWORK_TUNTAP_PDU_IMPL_H #define INCLUDED_NETWORK_TUNTAP_PDU_IMPL_H #include "stream_pdu_base.h" #include <gnuradio/network/tuntap_pdu.h> ...
914
C++
.h
33
25.636364
65
0.69874
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
40,927
udp_source_impl.h
gnuradio_gnuradio/gr-network/lib/udp_source_impl.h
/* -*- c++ -*- */ /* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_NETWORK_UDP_SOURCE_IMPL_H #define INCLUDED_NETWORK_UDP_SOURCE_IMPL_H #include <gnuradio/buffer.h> #include <gnuradio/buffer_reader.h> #incl...
2,011
C++
.h
66
24.681818
63
0.653686
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
40,928
tcp_sink_impl.h
gnuradio_gnuradio/gr-network/lib/tcp_sink_impl.h
/* -*- c++ -*- */ /* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_NETWORK_TCP_SINK_IMPL_H #define INCLUDED_NETWORK_TCP_SINK_IMPL_H #include <gnuradio/network/tcp_sink.h> #include <asio.hpp> #include <threa...
1,671
C++
.h
57
23.947368
62
0.650188
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
40,929
udp_sink_impl.h
gnuradio_gnuradio/gr-network/lib/udp_sink_impl.h
/* -*- c++ -*- */ /* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_NETWORK_UDP_SINK_IMPL_H #define INCLUDED_NETWORK_UDP_SINK_IMPL_H #include <gnuradio/buffer.h> #include <gnuradio/buffer_reader.h> #include ...
1,960
C++
.h
63
25.761905
78
0.661702
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
40,930
asio.hpp
gnuradio_gnuradio/gr-network/lib/asio/asio.hpp
/* -*- c++ -*- */ /* * Copyright 2022 Martin Braun <martin.braun@ettus.com> * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later */ // This is a translation layer from boost::asio to non-Boost asio. It makes // boost::asio look like regular asio to allow easier transition. #ifndef IN...
732
C++
.h
23
30.304348
75
0.74111
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
40,931
tcp_sink_pydoc_template.h
gnuradio_gnuradio/gr-network/python/network/bindings/docstrings/tcp_sink_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, network, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were au...
624
C++
.h
18
32.555556
76
0.73
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
40,932
tuntap_pdu_pydoc_template.h
gnuradio_gnuradio/gr-network/python/network/bindings/docstrings/tuntap_pdu_pydoc_template.h
/* * Copyright 2021 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, network, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were au...
632
C++
.h
18
33
76
0.733553
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
40,933
socket_pdu_pydoc_template.h
gnuradio_gnuradio/gr-network/python/network/bindings/docstrings/socket_pdu_pydoc_template.h
/* * Copyright 2021 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, network, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were au...
632
C++
.h
18
33
76
0.733553
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
40,934
udp_sink_pydoc_template.h
gnuradio_gnuradio/gr-network/python/network/bindings/docstrings/udp_sink_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, network, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were au...
624
C++
.h
18
32.555556
76
0.73
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
40,935
udp_source_pydoc_template.h
gnuradio_gnuradio/gr-network/python/network/bindings/docstrings/udp_source_pydoc_template.h
/* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #include "pydoc_macros.h" #define D(...) DOC(gr, network, __VA_ARGS__) /* This file contains placeholders for docstrings for the Python bindings. Do not edit! These were au...
632
C++
.h
18
33
76
0.733553
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
40,936
udp_source.h
gnuradio_gnuradio/gr-network/include/gnuradio/network/udp_source.h
/* -*- c++ -*- */ /* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_NETWORK_UDP_SOURCE_H #define INCLUDED_NETWORK_UDP_SOURCE_H #include <gnuradio/network/api.h> #include <gnuradio/sync_block.h> namespace gr...
2,313
C++
.h
60
34.083333
71
0.70837
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
40,937
socket_pdu.h
gnuradio_gnuradio/gr-network/include/gnuradio/network/socket_pdu.h
/* -*- c++ -*- */ /* * Copyright 2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_NETWORK_SOCKET_PDU_H #define INCLUDED_NETWORK_SOCKET_PDU_H #include <gnuradio/block.h> #include <gnuradio/network/api.h> namespace gr { na...
1,244
C++
.h
41
25.634146
87
0.651338
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
40,938
packet_headers.h
gnuradio_gnuradio/gr-network/include/gnuradio/network/packet_headers.h
/* -*- c++ -*- */ /* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_NETWORK_PACKET_HEADERS_H #define INCLUDED_NETWORK_PACKET_HEADERS_H #include <gnuradio/network/udp_header_types.h> class header_seq_num { p...
1,124
C++
.h
56
16.214286
55
0.635505
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
40,939
tuntap_pdu.h
gnuradio_gnuradio/gr-network/include/gnuradio/network/tuntap_pdu.h
/* -*- c++ -*- */ /* * Copyright 2013 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_NETWORK_TUNTAP_PDU_H #define INCLUDED_NETWORK_TUNTAP_PDU_H #include <gnuradio/block.h> #include <gnuradio/network/api.h> namespace gr { na...
971
C++
.h
35
25.085714
79
0.703983
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
40,940
tcp_sink.h
gnuradio_gnuradio/gr-network/include/gnuradio/network/tcp_sink.h
/* -*- c++ -*- */ /* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_NETWORK_TCP_SINK_H #define INCLUDED_NETWORK_TCP_SINK_H #include <gnuradio/network/api.h> #include <gnuradio/sync_block.h> #define TCPSINKM...
1,429
C++
.h
45
29.533333
90
0.739826
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
40,941
udp_header_types.h
gnuradio_gnuradio/gr-network/include/gnuradio/network/udp_header_types.h
/* -*- c++ -*- */ /* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef NETWORK_UDPHEADERTYPES_H_ #define NETWORK_UDPHEADERTYPES_H_ constexpr int HEADERTYPE_NONE = 0; constexpr int HEADERTYPE_SEQNUM = 1; constexpr int HE...
513
C++
.h
17
28.588235
89
0.742394
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
40,943
udp_sink.h
gnuradio_gnuradio/gr-network/include/gnuradio/network/udp_sink.h
/* -*- c++ -*- */ /* * Copyright 2020 Free Software Foundation, Inc. * * This file is part of GNU Radio * * SPDX-License-Identifier: GPL-3.0-or-later * */ #ifndef INCLUDED_NETWORK_UDP_SINK_H #define INCLUDED_NETWORK_UDP_SINK_H #include <gnuradio/network/api.h> #include <gnuradio/sync_block.h> namespace gr { n...
2,451
C++
.h
62
35.467742
71
0.717464
gnuradio/gnuradio
5,036
1,898
471
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
40,948
fsevents_monitor.cpp
emcrisostomo_fswatch/libfswatch/src/libfswatch/c++/fsevents_monitor.cpp
/* * Copyright (c) 2014-2022 Enrico M. Crisostomo * * This program 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; either version 3, or (at your option) any later version. * * This program is distribute...
9,255
C++
.cpp
212
35.061321
107
0.667222
emcrisostomo/fswatch
5,025
327
88
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
40,962
win_paths.cpp
emcrisostomo_fswatch/libfswatch/src/libfswatch/c++/windows/win_paths.cpp
/* * Copyright (c) 2015 Enrico M. Crisostomo * * This program 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; either version 3, or (at your option) any later version. * * This program is distributed in ...
1,601
C++
.cpp
42
34.428571
126
0.703871
emcrisostomo/fswatch
5,025
327
88
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
true
false
true
false
40,968
gettext_defs.h
emcrisostomo_fswatch/libfswatch/src/libfswatch/gettext_defs.h
/* * Copyright (C) 2014-2015 Enrico M. Crisostomo * * This program 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; either version 3, or (at your option) * any later version. * * This program is distrib...
913
C++
.h
28
30.892857
72
0.745455
emcrisostomo/fswatch
5,025
327
88
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
40,977
libfswatch_map.hpp
emcrisostomo_fswatch/libfswatch/src/libfswatch/c++/libfswatch_map.hpp
/* * Copyright (c) 2014-2021 Enrico M. Crisostomo * * This program 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; either version 3, or (at your option) any later version. * * This program is distribute...
1,807
C++
.h
55
30.545455
80
0.722477
emcrisostomo/fswatch
5,025
327
88
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
40,989
cmonitor.h
emcrisostomo_fswatch/libfswatch/src/libfswatch/c/cmonitor.h
/* * Copyright (c) 2014-2021 Enrico M. Crisostomo * * This program 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; either version 3, or (at your option) any later version. * * This program is distribute...
1,849
C++
.h
52
32.980769
80
0.678392
emcrisostomo/fswatch
5,025
327
88
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
40,990
error.h
emcrisostomo_fswatch/libfswatch/src/libfswatch/c/error.h
/* * Copyright (c) 2014-2015 Enrico M. Crisostomo * * This program 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; either version 3, or (at your option) any later version. * * This program is distribute...
2,684
C++
.h
53
49.113208
123
0.641416
emcrisostomo/fswatch
5,025
327
88
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
40,991
libfswatch_types.h
emcrisostomo_fswatch/libfswatch/src/libfswatch/c/libfswatch_types.h
/* * Copyright (c) 2015-2022 Enrico M. Crisostomo * * This program 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; either version 3, or (at your option) any later version. * * This program is distribute...
1,409
C++
.h
48
27.583333
80
0.745938
emcrisostomo/fswatch
5,025
327
88
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
40,992
cfilter.h
emcrisostomo_fswatch/libfswatch/src/libfswatch/c/cfilter.h
/* * Copyright (c) 2014-2016 Enrico M. Crisostomo * * This program 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; either version 3, or (at your option) any later version. * * This program is distribute...
1,532
C++
.h
57
24.333333
80
0.715259
emcrisostomo/fswatch
5,025
327
88
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
false
false
false
false
false
false
40,993
cevent.h
emcrisostomo_fswatch/libfswatch/src/libfswatch/c/cevent.h
/* * Copyright (c) 2014-2015 Enrico M. Crisostomo * * This program 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; either version 3, or (at your option) any later version. * * This program is distribute...
5,766
C++
.h
134
39.455224
119
0.663821
emcrisostomo/fswatch
5,025
327
88
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
40,994
libfswatch_log.h
emcrisostomo_fswatch/libfswatch/src/libfswatch/c/libfswatch_log.h
/* * Copyright (c) 2015 Enrico M. Crisostomo * * This program 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; either version 3, or (at your option) any later version. * * This program is distributed in ...
2,901
C++
.h
80
34.4375
105
0.693623
emcrisostomo/fswatch
5,025
327
88
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
false
false
false
false
false
false
40,995
libfswatch.h
emcrisostomo_fswatch/libfswatch/src/libfswatch/c/libfswatch.h
/* * Copyright (c) 2014-2022 Enrico M. Crisostomo * * This program 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; either version 3, or (at your option) any later version. * * This program is distribute...
7,220
C++
.h
189
34.026455
94
0.694548
emcrisostomo/fswatch
5,025
327
88
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
40,996
data_generator.cpp
HKUST-Aerial-Robotics_VINS-Mono/data_generator/src/data_generator.cpp
#include "data_generator.h" #define SEED 1 #define Y_COS 2 #define Z_COS 2 * 2 #define IMU_NOISE 0 #define IMG_NOISE 0 #define BIAS_ACC 0 #define BIAS_GYR 1 DataGenerator::DataGenerator() { srand(SEED); t = 0; current_id = 0; for (int i = 0; i < NUM_POINTS; i++) { pts[i * 3 + 0] = rand() ...
11,524
C++
.cpp
313
28.753994
229
0.473684
HKUST-Aerial-Robotics/VINS-Mono
4,939
2,088
278
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
41,013
ar_demo_node.cpp
HKUST-Aerial-Robotics_VINS-Mono/ar_demo/src/ar_demo_node.cpp
#include <ros/ros.h> #include <std_msgs/ColorRGBA.h> #include <visualization_msgs/Marker.h> #include <visualization_msgs/MarkerArray.h> #include <nav_msgs/Odometry.h> #include <geometry_msgs/PoseStamped.h> #include <sensor_msgs/Image.h> #include <sensor_msgs/image_encodings.h> #include <sensor_msgs/PointCloud.h> #inclu...
19,142
C++
.cpp
507
30.761341
127
0.570034
HKUST-Aerial-Robotics/VINS-Mono
4,939
2,088
278
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,027
benchmark_publisher_node.cpp
HKUST-Aerial-Robotics_VINS-Mono/benchmark_publisher/src/benchmark_publisher_node.cpp
#include <cstdio> #include <vector> #include <ros/ros.h> #include <nav_msgs/Odometry.h> #include <nav_msgs/Path.h> #include <geometry_msgs/PoseStamped.h> #include <tf/transform_broadcaster.h> #include <fstream> #include <eigen3/Eigen/Dense> using namespace std; using namespace Eigen; const int SKIP = 50; string bench...
4,968
C++
.cpp
141
27.198582
119
0.564973
HKUST-Aerial-Robotics/VINS-Mono
4,939
2,088
278
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
41,061
visualization.h
HKUST-Aerial-Robotics_VINS-Mono/vins_estimator/src/utility/visualization.h
#pragma once #include <ros/ros.h> #include <std_msgs/Header.h> #include <std_msgs/Float32.h> #include <std_msgs/Bool.h> #include <sensor_msgs/Imu.h> #include <sensor_msgs/PointCloud.h> #include <sensor_msgs/Image.h> #include <sensor_msgs/image_encodings.h> #include <nav_msgs/Path.h> #include <nav_msgs/Odometry.h> #inc...
1,723
C++
.h
39
42.871795
136
0.79366
HKUST-Aerial-Robotics/VINS-Mono
4,939
2,088
278
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
41,083
DVision.h
HKUST-Aerial-Robotics_VINS-Mono/pose_graph/src/ThirdParty/DVision/DVision.h
/* * File: DVision.h * Project: DVision library * Author: Dorian Galvez-Lopez * Date: October 4, 2010 * Description: several functions for computer vision * License: see the LICENSE.txt file * */ /*! \mainpage DVision Library * * DVision library for C++ and OpenCV: * Collection of classes with computer visi...
1,015
C++
.h
37
25.459459
82
0.755144
HKUST-Aerial-Robotics/VINS-Mono
4,939
2,088
278
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
41,096
DUtils.h
HKUST-Aerial-Robotics_VINS-Mono/pose_graph/src/ThirdParty/DUtils/DUtils.h
/* * File: DUtils.h * Project: DUtils library * Author: Dorian Galvez-Lopez * Date: October 6, 2009 * Description: include file for including all the library functionalities * License: see the LICENSE.txt file * */ /*! \mainpage DUtils Library * * DUtils library for C++: * Collection of classes...
1,056
C++
.h
39
23.923077
80
0.716717
HKUST-Aerial-Robotics/VINS-Mono
4,939
2,088
278
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
41,104
amplitude.cpp
id-Software_DOOM-3-BFG/neo/amplitude/amplitude.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
9,657
C++
.cpp
298
29.61745
366
0.646193
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,105
SWF_Bitstream.cpp
id-Software_DOOM-3-BFG/neo/swf/SWF_Bitstream.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
11,756
C++
.cpp
350
31.448571
366
0.641008
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,106
SWF_Render.cpp
id-Software_DOOM-3-BFG/neo/swf/SWF_Render.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
54,686
C++
.cpp
1,294
38.378671
366
0.667062
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
true
false
true
true
true
false
41,107
SWF_ScriptObject.cpp
id-Software_DOOM-3-BFG/neo/swf/SWF_ScriptObject.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
15,617
C++
.cpp
522
27.760536
366
0.615175
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
true
false
true
true
true
false
41,108
SWF_Shapes.cpp
id-Software_DOOM-3-BFG/neo/swf/SWF_Shapes.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
3,588
C++
.cpp
91
37.747253
366
0.692639
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,109
SWF_Sounds.cpp
id-Software_DOOM-3-BFG/neo/swf/SWF_Sounds.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
1,933
C++
.cpp
35
53.857143
366
0.695445
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,110
SWF_Image.cpp
id-Software_DOOM-3-BFG/neo/swf/SWF_Image.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
19,213
C++
.cpp
500
35.73
366
0.656543
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,111
SWF_Dictionary.cpp
id-Software_DOOM-3-BFG/neo/swf/SWF_Dictionary.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
4,789
C++
.cpp
130
35.007692
366
0.676953
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,112
SWF_ParmList.cpp
id-Software_DOOM-3-BFG/neo/swf/SWF_ParmList.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
2,838
C++
.cpp
75
36.066667
366
0.690156
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,113
SWF_Zlib.cpp
id-Software_DOOM-3-BFG/neo/swf/SWF_Zlib.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
2,475
C++
.cpp
49
48.673469
366
0.698675
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,114
SWF_Sprites.cpp
id-Software_DOOM-3-BFG/neo/swf/SWF_Sprites.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
7,703
C++
.cpp
221
32.276018
366
0.659549
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
true
false
true
true
true
false
41,115
SWF_ScriptVar.cpp
id-Software_DOOM-3-BFG/neo/swf/SWF_ScriptVar.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
12,038
C++
.cpp
371
30.331536
366
0.633609
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
true
false
true
true
true
false
41,116
SWF_Main.cpp
id-Software_DOOM-3-BFG/neo/swf/SWF_Main.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
21,547
C++
.cpp
601
33.926789
366
0.68009
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,117
SWF_Names.cpp
id-Software_DOOM-3-BFG/neo/swf/SWF_Names.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
7,120
C++
.cpp
204
33.014706
366
0.718465
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,118
SWF_Events.cpp
id-Software_DOOM-3-BFG/neo/swf/SWF_Events.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
17,289
C++
.cpp
403
38.424318
366
0.661216
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,119
SWF_Text.cpp
id-Software_DOOM-3-BFG/neo/swf/SWF_Text.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
9,794
C++
.cpp
282
31.98227
366
0.661994
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,120
SWF_PlaceObject.cpp
id-Software_DOOM-3-BFG/neo/swf/SWF_PlaceObject.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
8,254
C++
.cpp
208
37.086538
366
0.687897
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,121
SWF_TextInstance.cpp
id-Software_DOOM-3-BFG/neo/swf/SWF_TextInstance.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
36,907
C++
.cpp
1,064
31.829887
366
0.669144
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,122
SWF_Load.cpp
id-Software_DOOM-3-BFG/neo/swf/SWF_Load.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
16,595
C++
.cpp
418
35.5311
366
0.654583
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
true
false
true
true
true
false
41,123
SWF_SpriteInstance.cpp
id-Software_DOOM-3-BFG/neo/swf/SWF_SpriteInstance.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
40,392
C++
.cpp
1,205
31.431535
366
0.67941
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,124
SWF_ShapeParser.cpp
id-Software_DOOM-3-BFG/neo/swf/SWF_ShapeParser.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
27,781
C++
.cpp
798
30.944862
366
0.632115
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
true
false
true
true
true
false
41,125
SWF_ScriptFunction.cpp
id-Software_DOOM-3-BFG/neo/swf/SWF_ScriptFunction.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
40,477
C++
.cpp
1,151
30.877498
366
0.639463
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
true
false
true
true
true
false
41,133
Leaderboards.cpp
id-Software_DOOM-3-BFG/neo/d3xp/Leaderboards.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
10,864
C++
.cpp
246
41.178862
366
0.671578
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,153
MultiplayerGame.cpp
id-Software_DOOM-3-BFG/neo/d3xp/MultiplayerGame.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
90,299
C++
.cpp
2,814
28.95167
366
0.656121
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
true
false
true
true
true
false
41,155
AimAssist.cpp
id-Software_DOOM-3-BFG/neo/d3xp/AimAssist.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
15,825
C++
.cpp
345
43.371014
366
0.711183
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
true
false
true
true
true
false
41,160
precompiled.cpp
id-Software_DOOM-3-BFG/neo/d3xp/precompiled.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
1,624
C++
.cpp
20
79.6
366
0.724765
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
true
false
true
true
true
false
41,192
MenuScreen_Shell_GameOptions.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuScreen_Shell_GameOptions.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
14,954
C++
.cpp
307
46.387622
366
0.719393
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
true
false
true
true
true
false
41,193
MenuWidget_PDA_Objective.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuWidget_PDA_Objective.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
5,188
C++
.cpp
126
37.642857
366
0.663879
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,194
MenuScreen_Shell_Bindings.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuScreen_Shell_Bindings.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
16,515
C++
.cpp
433
34.778291
366
0.644836
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
true
false
true
true
true
false
41,195
MenuWidget_InfoBox.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuWidget_InfoBox.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
5,810
C++
.cpp
165
33.327273
366
0.651794
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,196
MenuScreen_PDA_Inventory.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuScreen_PDA_Inventory.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
12,074
C++
.cpp
312
35.644231
366
0.682254
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,197
MenuWidget_DevList.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuWidget_DevList.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
7,393
C++
.cpp
177
39.576271
366
0.68159
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
true
false
true
true
true
false
41,198
MenuScreen_Shell_Playstation.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuScreen_Shell_Playstation.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
8,032
C++
.cpp
169
45.047337
366
0.709941
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
true
true
false
true
true
true
false
41,199
MenuScreen_Shell_SystemOptions.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuScreen_Shell_SystemOptions.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
20,830
C++
.cpp
486
40.160494
366
0.709784
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,200
MenuScreen_Shell_Dev.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuScreen_Shell_Dev.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
11,461
C++
.cpp
225
48.564444
366
0.698383
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
true
false
true
true
true
false
41,201
MenuWidget_NavBar.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuWidget_NavBar.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
5,916
C++
.cpp
144
38.423611
366
0.673868
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,203
MenuScreen_PDA_UserEmails.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuScreen_PDA_UserEmails.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
16,179
C++
.cpp
396
37.444444
366
0.685226
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,204
MenuScreen_Shell_PartyLobby.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuScreen_Shell_PartyLobby.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
25,355
C++
.cpp
582
40.036082
366
0.70388
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
true
false
true
true
true
false
41,205
MenuScreen_PDA_VideoDisks.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuScreen_PDA_VideoDisks.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
10,988
C++
.cpp
262
39.038168
366
0.700206
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
true
false
true
true
true
false
41,206
MenuScreen_Shell_NewGame.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuScreen_Shell_NewGame.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
8,077
C++
.cpp
170
44.964706
366
0.70846
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
true
true
false
true
true
true
false
41,207
MenuWidget_PDA_AudioFiles.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuWidget_PDA_AudioFiles.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
6,418
C++
.cpp
157
37.815287
366
0.671913
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
true
false
true
true
true
false
41,208
MenuWidget_ItemAssignment.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuWidget_ItemAssignment.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
3,339
C++
.cpp
83
37.590361
366
0.663988
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,209
MenuWidget_Button.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuWidget_Button.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
20,514
C++
.cpp
510
37.362745
366
0.644421
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,210
MenuWidget_MenuBar.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuWidget_MenuBar.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
4,381
C++
.cpp
119
34.588235
366
0.660364
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,211
MenuScreen_PDA_UserData.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuScreen_PDA_UserData.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
9,218
C++
.cpp
201
42.527363
366
0.693493
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,212
MenuScreen_Shell_Root.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuScreen_Shell_Root.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
18,817
C++
.cpp
443
38.785553
366
0.695559
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
true
false
true
true
true
false
41,213
MenuScreen_Shell_Controls.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuScreen_Shell_Controls.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
14,475
C++
.cpp
324
42.003086
366
0.711537
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
true
false
true
true
true
false
41,214
MenuScreen_Shell_Browser.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuScreen_Shell_Browser.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
13,505
C++
.cpp
335
37.737313
366
0.692801
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,215
MenuWidget_DynamicList.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuWidget_DynamicList.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
6,917
C++
.cpp
193
33.352332
366
0.66417
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,216
MenuScreen.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuScreen.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
12,815
C++
.cpp
274
43.974453
366
0.683595
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
true
false
true
true
true
false
41,217
MenuScreen_Shell_Stereoscopics.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuScreen_Shell_Stereoscopics.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
15,950
C++
.cpp
347
43.423631
366
0.716053
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,218
MenuWidget_Shell_SaveInfo.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuWidget_Shell_SaveInfo.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
5,874
C++
.cpp
127
43.409449
366
0.688375
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
true
false
true
true
true
false
41,219
MenuScreen_Shell_Credits.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuScreen_Shell_Credits.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
47,344
C++
.cpp
873
51.887743
366
0.63319
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,220
MenuScreen_Shell_ControllerLayout.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuScreen_Shell_ControllerLayout.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
12,039
C++
.cpp
314
35.671975
366
0.68393
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
true
false
true
true
true
false
41,221
MenuWidget_Scrollbar.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuWidget_Scrollbar.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
8,199
C++
.cpp
219
34.369863
366
0.658183
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,222
MenuWidget_Help.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuWidget_Help.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
4,791
C++
.cpp
118
38.025424
366
0.651473
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,223
MenuScreen_Shell_Singleplayer.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuScreen_Shell_Singleplayer.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
12,031
C++
.cpp
269
41.587361
366
0.702663
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
true
false
true
true
true
false
41,224
MenuScreen_Shell_Save.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuScreen_Shell_Save.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
16,795
C++
.cpp
415
36.963855
366
0.674156
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
true
true
false
true
true
true
false
41,225
MenuWidget_Carousel.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuWidget_Carousel.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
7,038
C++
.cpp
218
29.261468
366
0.647867
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
true
false
true
true
true
false
41,226
MenuWidget_NavButton.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuWidget_NavButton.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
5,776
C++
.cpp
140
38.614286
366
0.658737
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
true
false
true
true
true
false
41,227
MenuScreen_HUD.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuScreen_HUD.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
49,944
C++
.cpp
1,587
27.965343
366
0.632186
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
true
false
true
true
true
false
41,229
MenuHandler.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuHandler.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
11,576
C++
.cpp
372
28.892473
366
0.600809
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
true
true
true
false
true
true
true
false
41,230
MenuScreen_Scoreboard.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuScreen_Scoreboard.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
21,223
C++
.cpp
483
40.345756
366
0.664374
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false
41,231
MenuHandler_HUD.cpp
id-Software_DOOM-3-BFG/neo/d3xp/menus/MenuHandler_HUD.cpp
/* =========================================================================== Doom 3 BFG Edition GPL Source Code Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company. This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code"). Doom 3 BFG Edition Source Code is free...
5,173
C++
.cpp
146
33.30137
366
0.6501
id-Software/DOOM-3-BFG
4,895
1,357
2
GPL-3.0
9/20/2024, 9:26:25 PM (Europe/Amsterdam)
false
false
true
false
true
true
true
false