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
754,019
bytearray.hpp
tsdconseil_opencv-demonstrator/libcutil/include/bytearray.hpp
#ifndef BYTE_ARRAY_H #define BYTE_ARRAY_H #include <string> #include <deque> #include <stdint.h> #include <stdio.h> #include "journal.hpp" #ifdef putc #undef putc #endif namespace utils { namespace model { /** @brief A raw array of bytes */ class ByteArray { public: void lis_fichier(FILE *fi, uint32_t lon); v...
1,811
C++
.h
63
26.206349
83
0.67128
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,020
journal.hpp
tsdconseil_opencv-demonstrator/libcutil/include/journal.hpp
/** * This file is part of LIBCUTIL. * * LIBCUTIL is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * LIBCUTIL is ...
5,147
C++
.h
124
38.508065
282
0.672164
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,021
cutil.hpp
tsdconseil_opencv-demonstrator/libcutil/include/cutil.hpp
/** * This file is part of LIBCUTIL. * * LIBCUTIL is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * LIBCUTIL is ...
19,510
C++
.h
701
23.92582
127
0.654631
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,022
hal.hpp
tsdconseil_opencv-demonstrator/libcutil/include/hal.hpp
#ifndef HAL_HPP #define HAL_HPP #ifdef WIN # include <windows.h> #endif #include <stdint.h> #include <deque> #include <string> #include <vector> /** @file hal.hpp * @brief OS abstraction layer */ namespace utils { /** @brief Portable miscellaneous functions */ namespace hal { template<class A> void thread_s...
3,434
C++
.h
152
19.980263
79
0.6875
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,023
mxml.hpp
tsdconseil_opencv-demonstrator/libcutil/include/mxml.hpp
#ifndef MXML_H #define MXML_H #include <vector> #include <string> #include "journal.hpp" namespace utils { namespace model { class XmlAttribute { public: XmlAttribute(); XmlAttribute(std::string name, std::string value); XmlAttribute(const XmlAttribute &a); XmlAttribute &operator =(const XmlAttrib...
1,927
C++
.h
61
28.639344
93
0.697888
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,024
cutil-private.hpp
tsdconseil_opencv-demonstrator/libcutil/include/templates/cutil-private.hpp
#ifndef CUTIL_PRIVATE_HPP #define CUTIL_PRIVATE_HPP #include "cutil.hpp" #include "hal.hpp" #ifdef WIN //#include <windows.h> #include <process.h> #endif /** @cond not-documented */ namespace utils{ namespace hal{ template <class A> void thread_start(A *target_class, void (A:: *target_function...
3,586
C++
.h
185
15.837838
94
0.611423
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,025
modele-private.hpp
tsdconseil_opencv-demonstrator/libcutil/include/templates/modele-private.hpp
#ifndef MODELE_PRIVATE_HPP #define MODELE_PRIVATE_HPP namespace utils { namespace model { /** @cond not-documented */ /** @internal * @brief An abstract class for implementing a node */ class NodePatron: public CProvider<ChangeEvent>, protected CListener<ChangeEvent> { public: friend class...
5,626
C++
.h
141
36.801418
108
0.560958
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,026
serial-session.hpp
tsdconseil_opencv-demonstrator/libcutil/include/comm/serial-session.hpp
/** * This file is part of LIBCUTIL. * * LIBCUTIL is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * LIBCUTIL is ...
7,168
C++
.h
214
30.042056
202
0.704042
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,027
serial.hpp
tsdconseil_opencv-demonstrator/libcutil/include/comm/serial.hpp
/** * This file is part of LIBSERIAL. * * LIBSERIAL is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * LIBSERIAL ...
3,567
C++
.h
135
23.688889
100
0.722729
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,028
iostreams.hpp
tsdconseil_opencv-demonstrator/libcutil/include/comm/iostreams.hpp
#ifndef IOSTREAMS_HPP #define IOSTREAMS_HPP /** * This file is part of LIBCUTIL. * * LIBCUTIL is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your o...
2,684
C++
.h
91
27.230769
79
0.731413
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,029
crc.hpp
tsdconseil_opencv-demonstrator/libcutil/include/comm/crc.hpp
#ifndef CRC_H #define CRC_H #include <stdint.h> namespace utils { namespace comm { extern bool crc_check(char *b, uint32_t size); extern unsigned short crc_calc(char *b, uint32_t size); extern unsigned short crc_update(unsigned short crc, char data); } } #endif
271
C++
.h
13
19.230769
64
0.776
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,030
socket.hpp
tsdconseil_opencv-demonstrator/libcutil/include/comm/socket.hpp
#ifndef SOCKET_HPP #define SOCKET_HPP #ifdef WIN #include <winsock2.h> #endif #include "comm/iostreams.hpp" #include "../journal.hpp" #include "slots.hpp" #include "cutil.hpp" #include <string> #include <stdint.h> #ifdef WIN #include "winsock2.h" #elif defined(LINUX) #include <sys/types.h> #include <sys/socket.h> #...
4,596
C++
.h
193
20.678756
77
0.706165
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,031
stdview-fields.hpp
tsdconseil_opencv-demonstrator/libcutil/include/mmi/stdview-fields.hpp
#ifndef STDVIEW_FIELDS_H #define STDVIEW_FIELDS_H #include "mmi/stdview.hpp" #include "comm/serial.hpp" namespace utils { namespace mmi { namespace fields { class VueDecimal: public AttributeView { public: VueDecimal(Attribute *model, int compatibility_mode = 0); virtual ~VueDecimal() {} bool is_valid(); v...
9,511
C++
.h
366
23.128415
76
0.725592
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,032
stdview.hpp
tsdconseil_opencv-demonstrator/libcutil/include/mmi/stdview.hpp
#ifndef STDVIEW_HPP #define STDVIEW_HPP /** @file stdview.hpp * * Standard element editor (using schemas) * * (C) J A 2008-2009 */ #include "../journal.hpp" #include "modele.hpp" #include "cutil.hpp" #include "mmi/gtkutil.hpp" namespace utils { /** @brief Generic view (MMI) generation */ namespace mmi { usin...
19,694
C++
.h
667
25.431784
123
0.708296
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,033
ColorCellRenderer2.hpp
tsdconseil_opencv-demonstrator/libcutil/include/mmi/ColorCellRenderer2.hpp
#ifndef COLORCELLRENDERER2_H_ #define COLORCELLRENDERER2_H_ #include <gdkmm.h> #include <gtkmm/cellrenderer.h> #include <glibmm/property.h> #include "mmi/ColorCellEditable2.hpp" namespace utils { namespace mmi { class ColorCellRenderer2 : public Gtk::CellRenderer { public: ColorCellRenderer2(std::vector<std::string...
1,978
C++
.h
41
46.268293
231
0.768229
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,034
mmi-gen.hpp
tsdconseil_opencv-demonstrator/libcutil/include/mmi/mmi-gen.hpp
#ifndef MY_MMI_GEN_H #define MY_MMI_GEN_H #include "cutil.hpp" #include "mmi/gtkutil.hpp" #include "mmi/stdview.hpp" #include "modele.hpp" #include <gtkmm/scale.h> #include <gtkmm/menubar.h> #include "../journal.hpp" namespace utils { namespace mmi { struct MMIGenSection { MMIGenSection(utils::model::Node model...
2,070
C++
.h
74
25.108108
83
0.720528
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,035
ColorCellEditable2.hpp
tsdconseil_opencv-demonstrator/libcutil/include/mmi/ColorCellEditable2.hpp
#ifndef COLORCELLEDITABLE2_H_ #define COLORCELLEDITABLE2_H_ #include <gtkmm/celleditable.h> #include <gtkmm/eventbox.h> #include <gtkmm/box.h> #include <gdkmm/color.h> #include <gtkmm/entry.h> #include <gtkmm/button.h> #include <gtkmm/drawingarea.h> #include <cairomm/context.h> namespace utils { namespace mmi { cla...
2,767
C++
.h
87
28.666667
89
0.714989
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,036
docking.hpp
tsdconseil_opencv-demonstrator/libcutil/include/mmi/docking.hpp
#ifndef DOCKING_H #define DOCKING_H #include "mmi/gtkutil.hpp" #include "gtkmm/toggleaction.h" namespace utils { namespace mmi { class VueDetachable; //class MGCWnd; //class MainDock; class Controle { public: utils::model::Localized titre; std::string id; Gtk::Widget *widget; utils::model::Node modele, mo...
5,484
C++
.h
179
27.273743
111
0.728952
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,037
gtkutil.hpp
tsdconseil_opencv-demonstrator/libcutil/include/mmi/gtkutil.hpp
/** * This file is part of LIBCUTIL. * * LIBCUTIL is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * LIBCUTIL is ...
24,490
C++
.h
872
24.372706
143
0.677381
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,038
renderers.hpp
tsdconseil_opencv-demonstrator/libcutil/include/mmi/renderers.hpp
#ifndef RENDERERS_HPP #define RENDERERS_HPP #include <glibmm/property.h> #include "../journal.hpp" #include "modele.hpp" #include "cutil.hpp" #include "mmi/gtkutil.hpp" namespace utils { namespace mmi { class RefCellEditable: public Gtk::EventBox, public Gtk::CellEditable { public: // Ctor/Dtor RefCellE...
5,145
C++
.h
141
33.382979
232
0.725839
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,039
serial-ui.hpp
tsdconseil_opencv-demonstrator/libcutil/include/mmi/serial-ui.hpp
/** * This file is part of LIBSERIAL. * * LIBSERIAL is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * LIBSERIAL ...
1,788
C++
.h
63
25.904762
79
0.734148
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,040
theme.hpp
tsdconseil_opencv-demonstrator/libcutil/include/mmi/theme.hpp
#ifndef THEME_H #define THEME_H //#ifdef MSYS2 #include <gtkmm/cssprovider.h> //#include <csssection.h> //#include <gtkmm/styleproperty.h> //#endif namespace utils{ namespace mmi{ struct Theme { std::string id; std::string desc; std::string chemin; //# ifdef MSYS2 Glib::RefPtr<Gtk::CssProvider> provider...
482
C++
.h
22
19.727273
64
0.742152
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,041
model-editor.hpp
tsdconseil_opencv-demonstrator/libcutil/src/utilities/model-editor.hpp
#ifndef MODEL_EDITOR_HPP #define MODEL_EDITOR_HPP #include "mmi/stdview.hpp" using namespace utils; using namespace utils::model; using namespace utils::mmi; using namespace std; class ModelEditor: public Gtk::Window, private CListener<ChangeEvent>, private CListener<EVSelectio...
1,473
C++
.h
53
24.169811
75
0.705376
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,042
vue-image.hpp
tsdconseil_opencv-demonstrator/libocvext/include/vue-image.hpp
#ifndef VUE_IMAGE_H #define VUE_IMAGE_H #include "mmi/gtkutil.hpp" #include <opencv2/imgproc.hpp> namespace ocvext { class VueImage: public Gtk::DrawingArea { public: VueImage(uint16_t dx = 150, uint16_t dy = 100, bool dim_from_parent = true); void get_dim(uint16_t &sx, uint16_t &sy); void maj(const cv::Mat &...
1,988
C++
.h
67
26.80597
79
0.695354
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,043
thinning.hpp
tsdconseil_opencv-demonstrator/libocvext/include/thinning.hpp
#ifndef THINNING_H #define THINNING_H #include <opencv2/core.hpp> namespace ocvext { extern void thinning_Zhang_Suen(const cv::Mat& I, cv::Mat &O); extern void thinning_Guo_Hall(const cv::Mat& I, cv::Mat &O); extern void thinning_morpho(const cv::Mat &I, cv::Mat &O); } #endif
284
C++
.h
9
29.777778
62
0.738806
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,044
fourier.hpp
tsdconseil_opencv-demonstrator/libocvext/include/fourier.hpp
#ifndef FOURIER_H #define FOURIER_H #include "opencv2/core.hpp" namespace ocvext { /** Recentrage d'une DFT 2D de manière à ce que * le DC soit au centre de l'image */ extern void dft_shift(cv::Mat &mag); /** Recentrage d'une DFT 2D de manière à ce que * le DC soit au centre de l'image */ extern void ift_shift...
1,241
C++
.h
25
40.92
138
0.624582
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,045
gl.hpp
tsdconseil_opencv-demonstrator/libocvext/include/gl.hpp
/** @file ocvext/include/gl.hpp * @brief Garcia-Lorca exponential filter and optimized Deriche gradient * @author J.A. 2015 / www.tsdconseil.fr * @license LGPL V 3.0 */ #ifndef GL_HPP #define GL_HPP #include "opencv2/core.hpp" namespace ocvext { /** @brief Garcia-Lorca filtering * @param I input image *...
1,364
C++
.h
36
31.194444
74
0.627748
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,046
calib.hpp
tsdconseil_opencv-demonstrator/libocvext/include/calib.hpp
#ifndef CALIB_H #define CALIB_H #include "ocvext.hpp" #include "vue-image.hpp" #include "images-selection.hpp" namespace ocvext { struct EtalonnageCameraConfig { enum Type { DAMIER = 0, CIRC = 1 }; Type type; int nlignes, ncolonnes; float largeur_case_cm; // largeur d'une case, en cm }; extern...
1,122
C++
.h
50
19.54
61
0.719315
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,047
hough.hpp
tsdconseil_opencv-demonstrator/libocvext/include/hough.hpp
/** @file hough.hpp * @brief Hough transform / using gradient * @author J.A. / 2015 / www.tsdconseil.fr * @license LGPL V 3.0 */ #ifndef HOUGH_E_HPP #define HOUGH_E_HPP #include "opencv2/core.hpp" #include <vector> #include <cmath> namespace ocvext { //////////////////////////////////////////////////////...
3,038
C++
.h
58
41.568966
112
0.533356
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,048
images-selection.hpp
tsdconseil_opencv-demonstrator/libocvext/include/images-selection.hpp
/** @file image-selecteur.hpp Copyright 2015 J.A. / http://www.tsdconseil.fr Project web page: http://www.tsdconseil.fr/log/opencv/demo/index-en.html This file is part of libocvext. libocvext is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Pub...
3,321
C++
.h
100
29.57
150
0.711055
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,049
vue-collection.hpp
tsdconseil_opencv-demonstrator/libocvext/include/vue-collection.hpp
#ifndef VUE_COLLECTION_H #define VUE_COLLECTION_H #include <opencv2/imgproc.hpp> #include "vue-image.hpp" #include "mmi/stdview.hpp" #include "vue-image.hpp" namespace ocvext{ /*struct CollectionItem { std::string nom; std::string chemin; }; struct Collection { std::vector<CollectionItem> items; };*/ cla...
874
C++
.h
39
20.051282
68
0.74878
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,050
reco.hpp
tsdconseil_opencv-demonstrator/libocvext/include/reco.hpp
#ifndef RECO_H #define RECO_H #include <opencv2/features2d.hpp> namespace ocvext { struct AssociateurConfig { AssociateurConfig(); bool verifie_ratio; bool verifie_symetrie; float seuil_ratio; }; class Associateur { public: Associateur(const AssociateurConfig &config = AssociateurConfig()); void ca...
473
C++
.h
22
18.409091
69
0.75576
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,051
ocvext.hpp
tsdconseil_opencv-demonstrator/libocvext/include/ocvext.hpp
#ifndef MISC_H #define MISC_H #include "opencv2/core.hpp" #include <string> #include "modele.hpp" namespace ocvext { class GestionnaireEvenementGenerique { public: virtual ~GestionnaireEvenementGenerique(){} virtual void maj_infos(const std::string &infos) = 0; virtual void maj_infos(const std::string &infos, ...
2,787
C++
.h
72
32.777778
101
0.661836
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,052
ocvdemo.hpp
tsdconseil_opencv-demonstrator/ocvdemo/include/ocvdemo.hpp
/** @file ocvdemo.hpp @brief Classe principale pour le démonstrateur OpenCV Copyright 2015 J.A. / http://www.tsdconseil.fr Project web page: http://www.tsdconseil.fr/log/opencv/demo/index-en.html This file is part of OCVDemo. OCVDemo is free software: you can redistribute it and/or modify it...
7,934
C++
.h
235
30.2
79
0.718474
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,053
ocvdemo-item.hpp
tsdconseil_opencv-demonstrator/ocvdemo/include/ocvdemo-item.hpp
/** @file ocv-demo-item.hpp * @brief Classe de base pour toutes les démonstrations * Copyright 2015 J.A. / http://www.tsdconseil.fr Project web page: http://www.tsdconseil.fr/log/opencv/demo/index-en.html This file is part of OCVDemo. OCVDemo is free software: you can redistribute it and/or modify...
4,184
C++
.h
110
33.890909
95
0.67968
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,054
boutils-image.hpp
tsdconseil_opencv-demonstrator/ocvdemo/include/tools/boutils-image.hpp
/** * Copyright 2015 J.A. / http://www.tsdconseil.fr Project web page: http://www.tsdconseil.fr/log/opencv/demo/index-en.html */ #ifndef BOUTILS_IMAGE_HPP #define BOUTILS_IMAGE_HPP #include "mmi/stdview.hpp" //////////////////////////////////////////////////////////////////////////// /** @brief Barre d'outi...
782
C++
.h
29
24.275862
76
0.621951
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,055
image-selecteur.hpp
tsdconseil_opencv-demonstrator/ocvdemo/include/tools/image-selecteur.hpp
/** @file image-selecteur.hpp Copyright 2015 J.A. / http://www.tsdconseil.fr Project web page: http://www.tsdconseil.fr/log/opencv/demo/index-en.html This file is part of OCVDemo. OCVDemo is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public ...
3,132
C++
.h
89
31.651685
150
0.717608
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,056
image-mosaique.hpp
tsdconseil_opencv-demonstrator/ocvdemo/include/tools/image-mosaique.hpp
/** @file image-mosaique.hpp * @brief Fenêtre de sortie Copyright 2015 J.A. / http://www.tsdconseil.fr Project web page: http://www.tsdconseil.fr/log/opencv/demo/index-en.html This file is part of OCVDemo. OCVDemo is free software: you can redistribute it and/or modify it under the terms of th...
2,470
C++
.h
65
33.415385
86
0.680761
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,057
reco-demo.hpp
tsdconseil_opencv-demonstrator/ocvdemo/include/demo-items/reco-demo.hpp
/** @file reco-demo.hpp Copyright 2015 J.A. / http://www.tsdconseil.fr Project web page: http://www.tsdconseil.fr/log/opencv/demo/index-en.html This file is part of OCVDemo. OCVDemo is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public Licens...
2,452
C++
.h
85
26.364706
79
0.775362
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,058
ocr.hpp
tsdconseil_opencv-demonstrator/ocvdemo/include/demo-items/ocr.hpp
/** @file ocr.hpp Copyright 2017 J.A. / http://www.tsdconseil.fr Project web page: http://www.tsdconseil.fr/log/opencv/demo/index-en.html This file is part of OCVDemo. OCVDemo is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as p...
1,188
C++
.h
27
40.37037
85
0.72973
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,059
fourier-demo.hpp
tsdconseil_opencv-demonstrator/ocvdemo/include/demo-items/fourier-demo.hpp
#ifndef FOURIER_DEMO_H #define FOURIER_DEMO_H #include "ocvdemo-item.hpp" class DFTDemo: public OCVDemoItem { public: DFTDemo(); int proceed(OCVDemoItemInput &input, OCVDemoItemOutput &output); }; class IFTDemo: public OCVDemoItem { public: IFTDemo(); int proceed(OCVDemoItemInput &input, OCVDemoItemOutput ...
961
C++
.h
40
22.175
66
0.81888
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,060
morpho-demo.hpp
tsdconseil_opencv-demonstrator/ocvdemo/include/demo-items/morpho-demo.hpp
/** @file morpho-demo.hpp Copyright 2015 J.A. / http://www.tsdconseil.fr Project web page: http://www.tsdconseil.fr/log/opencv/demo/index-en.html This file is part of OCVDemo. OCVDemo is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public Lice...
1,250
C++
.h
31
37
79
0.761589
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,061
demo-skeleton.hpp
tsdconseil_opencv-demonstrator/ocvdemo/include/demo-items/demo-skeleton.hpp
/** @file demo-skeleton.hpp Copyright 2015 J.A. / http://www.tsdconseil.fr Project web page: http://www.tsdconseil.fr/log/opencv/demo/index-en.html This file is part of OCVDemo. OCVDemo is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public Li...
1,198
C++
.h
30
35.866667
79
0.753712
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,062
histo.hpp
tsdconseil_opencv-demonstrator/ocvdemo/include/demo-items/histo.hpp
/** @file histo.hpp Copyright 2015 J.A. / http://www.tsdconseil.fr Project web page: http://www.tsdconseil.fr/log/opencv/demo/index-en.html This file is part of OCVDemo. OCVDemo is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as...
1,641
C++
.h
42
36.142857
81
0.754896
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,063
video-demo.hpp
tsdconseil_opencv-demonstrator/ocvdemo/include/demo-items/video-demo.hpp
/** @file video-demo.hpp Copyright 2015 J.A. / http://www.tsdconseil.fr Project web page: http://www.tsdconseil.fr/log/opencv/demo/index-en.html This file is part of OCVDemo. OCVDemo is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public Licen...
2,042
C++
.h
63
29.619048
79
0.764916
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,064
3d.hpp
tsdconseil_opencv-demonstrator/ocvdemo/include/demo-items/3d.hpp
/** @file 3d.hpp Copyright 2015 J.A. / http://www.tsdconseil.fr Project web page: http://www.tsdconseil.fr/log/opencv/demo/index-en.html This file is part of OCVDemo. OCVDemo is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as pu...
4,322
C++
.h
122
32.213115
88
0.687545
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,065
appauto.hpp
tsdconseil_opencv-demonstrator/ocvdemo/include/demo-items/appauto.hpp
/** @file appauto.hpp Copyright 2016 J.A. / http://www.tsdconseil.fr Project web page: http://www.tsdconseil.fr/log/opencv/demo/index-en.html This file is part of OCVDemo. OCVDemo is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License ...
1,076
C++
.h
25
39.32
79
0.759615
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,066
filtrage.hpp
tsdconseil_opencv-demonstrator/ocvdemo/include/demo-items/filtrage.hpp
/** @file filtrage.hpp Copyright 2015 J.A. / http://www.tsdconseil.fr Project web page: http://www.tsdconseil.fr/log/opencv/demo/index-en.html This file is part of OCVDemo. OCVDemo is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License...
2,036
C++
.h
74
24.189189
85
0.735946
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,067
photographie.hpp
tsdconseil_opencv-demonstrator/ocvdemo/include/demo-items/photographie.hpp
/** @file photographie.hpp Copyright 2015 J.A. / http://www.tsdconseil.fr Project web page: http://www.tsdconseil.fr/log/opencv/demo/index-en.html This file is part of OCVDemo. OCVDemo is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public Lic...
1,059
C++
.h
25
38.64
79
0.757576
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,068
seuillage.hpp
tsdconseil_opencv-demonstrator/ocvdemo/include/demo-items/seuillage.hpp
/** @file seuillage.hpp Copyright 2015 J.A. / http://www.tsdconseil.fr Project web page: http://www.tsdconseil.fr/log/opencv/demo/index-en.html This file is part of OCVDemo. OCVDemo is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public Licens...
1,495
C++
.h
41
33.292683
79
0.767133
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,069
segmentation.hpp
tsdconseil_opencv-demonstrator/ocvdemo/include/demo-items/segmentation.hpp
/** @file segmentation.hpp Copyright 2015 J.A. / http://www.tsdconseil.fr Project web page: http://www.tsdconseil.fr/log/opencv/demo/index-en.html This file is part of OCVDemo. OCVDemo is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public Lic...
1,682
C++
.h
47
32.87234
79
0.771375
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,070
gradient-demo.hpp
tsdconseil_opencv-demonstrator/ocvdemo/include/demo-items/gradient-demo.hpp
/** @file gradient-demo.hpp Copyright 2015 J.A. / http://www.tsdconseil.fr Project web page: http://www.tsdconseil.fr/log/opencv/demo/index-en.html This file is part of OCVDemo. OCVDemo is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public Li...
2,174
C++
.h
73
27.315068
79
0.777724
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,071
espaces-de-couleurs.hpp
tsdconseil_opencv-demonstrator/ocvdemo/include/demo-items/espaces-de-couleurs.hpp
/** @file color-demo.hpp Copyright 2015 J.A. / http://www.tsdconseil.fr Project web page: http://www.tsdconseil.fr/log/opencv/demo/index-en.html This file is part of OCVDemo. OCVDemo is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public Licen...
1,211
C++
.h
31
35.709677
79
0.763699
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,072
misc.hpp
tsdconseil_opencv-demonstrator/ocvdemo/include/demo-items/misc.hpp
/** @file demo-skeleton.hpp Copyright 2015 J.A. / http://www.tsdconseil.fr Project web page: http://www.tsdconseil.fr/log/opencv/demo/index-en.html This file is part of OCVDemo. OCVDemo is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public Li...
1,111
C++
.h
26
39.076923
79
0.756757
tsdconseil/opencv-demonstrator
141
57
16
LGPL-3.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,074
PS2KeyTable.h
techpaul_PS2KeyAdvanced/src/PS2KeyTable.h
/* Version V1.0.8 PS2KeyTable.h - PS2KeyAdvanced library keycode values to return values Copyright (c) 2007 Free Software Foundation. All right reserved. Written by Paul Carpenter, PC Services <sales@pcserviceselectronics.co.uk> Created September 2014 V1.0.2 Updated January 2016 - Paul Carpenter - add tested...
10,825
C++
.h
233
33.407725
107
0.502649
techpaul/PS2KeyAdvanced
139
27
7
LGPL-2.1
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
754,076
PS2KeyCode.h
techpaul_PS2KeyAdvanced/src/PS2KeyCode.h
/* Version V1.0.8 PS2KeyCode.h - PS2KeyAdvanced library Internal actual PS2 key code sequences Copyright (c) 2007 Free Software Foundation. All right reserved. Written by Paul Carpenter, PC Services <sales@pcserviceselectronics.co.uk> Created September 2014 Updated January 2016 - Paul Carpenter - add tested ...
8,791
C++
.h
254
33.145669
100
0.698532
techpaul/PS2KeyAdvanced
139
27
7
LGPL-2.1
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
754,077
machineview.cpp
uwolfer_qtemu/machineview.cpp
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop @ gmail.com> ** ** This file is part of QtEmu. ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published ...
7,967
C++
.cpp
220
30.604545
135
0.674655
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,078
machinewizard.cpp
uwolfer_qtemu/machinewizard.cpp
/**************************************************************************** ** ** Copyright (C) 2006-2008 Urs Wolfer <uwolfer @ fwo.ch> ** ** This file is part of QtEmu. ** ** 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 *...
14,548
C++
.cpp
353
35.84136
156
0.692592
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,079
machineconfigobject.cpp
uwolfer_qtemu/machineconfigobject.cpp
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop@gmail.com> ** ** This file is part of QtEmu. ** ** 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...
14,277
C++
.cpp
365
33.071233
165
0.656126
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,080
interfacemodel.cpp
uwolfer_qtemu/interfacemodel.cpp
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop@gmail.com> ** ** This file is part of QtEmu. ** ** 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...
8,358
C++
.cpp
201
37.124378
258
0.664123
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,081
netconfig.cpp
uwolfer_qtemu/netconfig.cpp
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop@gmail.com> ** ** This file is part of QtEmu. ** ** 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...
7,163
C++
.cpp
215
27.530233
130
0.606388
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,082
harddiskmanager.cpp
uwolfer_qtemu/harddiskmanager.cpp
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop@gmail.com> ** ** This file is part of QtEmu. ** ** 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...
6,114
C++
.cpp
180
29.005556
168
0.661086
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,083
usbconfig.cpp
uwolfer_qtemu/usbconfig.cpp
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop@gmail.com> ** ** This file is part of QtEmu. ** ** 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...
2,222
C++
.cpp
60
34.05
114
0.658469
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,085
guesttoolslistener.cpp
uwolfer_qtemu/guesttoolslistener.cpp
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop @ gmail.com> ** ** This file is part of QtEmu. ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published ...
3,229
C++
.cpp
95
30.178947
78
0.659499
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
754,086
machineconfig.cpp
uwolfer_qtemu/machineconfig.cpp
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop@gmail.com> ** ** This file is part of QtEmu. ** ** 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...
7,198
C++
.cpp
216
28.287037
139
0.68617
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,088
networkpage.cpp
uwolfer_qtemu/networkpage.cpp
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop@gmail.com> ** ** This file is part of QtEmu. ** ** 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...
8,296
C++
.cpp
188
40.164894
198
0.713346
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,089
usbmodel.cpp
uwolfer_qtemu/usbmodel.cpp
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop@gmail.com> ** ** This file is part of QtEmu. ** ** 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...
6,224
C++
.cpp
174
27.971264
114
0.567115
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,090
machinetab.cpp
uwolfer_qtemu/machinetab.cpp
/**************************************************************************** ** ** Copyright (C) 2006-2008 Urs Wolfer <uwolfer @ fwo.ch> ** Copyright (C) 2008 Ben Klopfenstein <benklop @ gmail.com> ** ** This file is part of QtEmu. ** ** This program is free software; you can redistribute it and/or modify ** it under ...
18,978
C++
.cpp
401
40.381546
288
0.680243
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
754,091
mainwindow.cpp
uwolfer_qtemu/mainwindow.cpp
/**************************************************************************** ** ** Copyright (C) 2006-2008 Urs Wolfer <uwolfer @ fwo.ch> ** ** This file is part of QtEmu. ** ** 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 *...
15,908
C++
.cpp
402
33.211443
124
0.647954
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,092
machinesplash.cpp
uwolfer_qtemu/machinesplash.cpp
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop@gmail.com> ** ** This file is part of QtEmu. ** ** 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...
3,031
C++
.cpp
89
31.067416
119
0.696618
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,093
settingstab.cpp
uwolfer_qtemu/settingstab.cpp
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop@gmail.com> ** ** This file is part of QtEmu. ** ** 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...
9,637
C++
.cpp
218
39.059633
320
0.68236
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,094
machinescrollarea.cpp
uwolfer_qtemu/machinescrollarea.cpp
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop @ gmail.com> ** ** This file is part of QtEmu. ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published ...
2,728
C++
.cpp
83
29.457831
96
0.668816
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,095
wizard.cpp
uwolfer_qtemu/wizard.cpp
/**************************************************************************** ** ** Copyright (C) 2006-2008 Urs Wolfer <uwolfer @ fwo.ch> ** ** Some parts of this file have been taken from ** examples/dialogs/complexwizard of Qt 4.1 which is ** Copyright (C) 2004-2006 Trolltech ASA. All rights reserved. ** ** This file...
5,281
C++
.cpp
161
29.080745
83
0.691145
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,096
helpwindow.cpp
uwolfer_qtemu/helpwindow.cpp
/**************************************************************************** ** ** Copyright (C) 2006-2008 Urs Wolfer <uwolfer @ fwo.ch> ** ** This file is part of QtEmu. ** ** 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 *...
3,584
C++
.cpp
89
36
98
0.668872
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,097
controlpanel.cpp
uwolfer_qtemu/controlpanel.cpp
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop@gmail.com> ** ** This file is part of QtEmu. ** ** 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...
5,677
C++
.cpp
142
36.183099
132
0.690394
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,098
usbpage.cpp
uwolfer_qtemu/usbpage.cpp
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop@gmail.com> ** ** This file is part of QtEmu. ** ** 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...
1,724
C++
.cpp
49
33.285714
77
0.682445
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,099
configwindow.cpp
uwolfer_qtemu/configwindow.cpp
/**************************************************************************** ** ** Copyright (C) 2006-2008 Urs Wolfer <uwolfer @ fwo.ch> ** ** This file is part of QtEmu. ** ** 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 *...
9,038
C++
.cpp
210
37.766667
131
0.694745
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,100
halobject.cpp
uwolfer_qtemu/halobject.cpp
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop@gmail.com> ** ** This file is part of QtEmu. ** ** 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...
6,458
C++
.cpp
154
34.253247
154
0.606745
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,101
qtemuenvironment.cpp
uwolfer_qtemu/qtemuenvironment.cpp
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop@gmail.com> ** ** This file is part of QtEmu. ** ** 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...
4,490
C++
.cpp
139
28.079137
188
0.664195
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
754,103
guesttools.cpp
uwolfer_qtemu/GuestTools/guesttools.cpp
#include "guesttools.h" #include "modules/clipboard/clipboardsync.h" //#include <qextserialport.h> //#include <QDataStream> #include <QMenu> #include <QIcon> #include <QDebug> #include <QMessageBox> #include <QIODevice> GuestTools::GuestTools(QWidget *parent) : QWidget(parent) { ui.setupUi(this); blockSize...
3,330
C++
.cpp
116
23.991379
136
0.665094
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
754,104
guestmodule.cpp
uwolfer_qtemu/GuestTools/modules/guestmodule.cpp
/* * guestmodule.cpp * * Created on: Dec 14, 2008 * Author: Ben */ #include "guestmodule.h" #include <QDebug> GuestModule::GuestModule(QObject *parent) : QObject(parent) { connect(this, SIGNAL(sendData(QString, QVariant&)), parent, SLOT(dataSender(QString, QVariant&))); } GuestModule::~GuestModule() {...
580
C++
.cpp
30
17.333333
102
0.734317
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,105
clipboardsync.cpp
uwolfer_qtemu/GuestTools/modules/clipboard/clipboardsync.cpp
#include "clipboardsync.h" #include <QApplication> #include <QClipboard> #include <QImage> #include <QString> #include <QDebug> ClipboardSync::ClipboardSync(QObject *parent) : GuestModule(parent) { previous = QVariant(); setModuleName("clipboard"); clipboard = QApplication::clipboard(); clipboard->clear(QCl...
1,762
C++
.cpp
61
24.606557
101
0.680047
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
false
false
false
true
false
false
754,106
clipboardpoll.cpp
uwolfer_qtemu/GuestTools/modules/clipboard/clipboardpoll.cpp
// -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 8; -*- /* This file is part of the KDE project Copyright (C) 2003 by Lubos Lunak <l.lunak@kde.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published b...
11,828
C++
.cpp
310
32.935484
127
0.659061
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
false
false
754,111
qextserialenumerator.cpp
uwolfer_qtemu/GuestTools/qextserialport/qextserialenumerator.cpp
/** * @file qextserialenumerator.cpp * @author Michał Policht * @see QextSerialEnumerator */ #include "qextserialenumerator.h" #include <QDebug> #include <QMetaType> QextSerialEnumerator::QextSerialEnumerator( ) { if( !QMetaType::isRegistered( QMetaType::type("QextPortInfo") ) ) qRegisterMetaType<Qex...
21,929
C++
.cpp
492
35.178862
135
0.650554
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
true
false
false
true
true
false
754,116
machineprocess.h
uwolfer_qtemu/machineprocess.h
/**************************************************************************** ** ** Copyright (C) 2006-2008 Urs Wolfer <uwolfer @ fwo.ch> ** Copyright (C) 2008 Ben Klopfenstein <benklop @ gmail.com> ** ** This file is part of QtEmu. ** ** This program is free software; you can redistribute it and/or modify ** it under ...
3,600
C++
.h
102
31.686275
92
0.710587
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
754,117
halobject.h
uwolfer_qtemu/halobject.h
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop@gmail.com> ** ** This file is part of QtEmu. ** ** 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...
2,793
C++
.h
80
31.65
77
0.715399
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
754,118
settingstab.h
uwolfer_qtemu/settingstab.h
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop@gmail.com> ** ** This file is part of QtEmu. ** ** 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...
2,264
C++
.h
70
29.614286
78
0.70202
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
754,119
controlpanel.h
uwolfer_qtemu/controlpanel.h
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop@gmail.com> ** ** This file is part of QtEmu. ** ** 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...
2,162
C++
.h
62
32.725806
123
0.648494
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
754,121
networkpage.h
uwolfer_qtemu/networkpage.h
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop@gmail.com> ** ** This file is part of QtEmu. ** ** 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...
2,367
C++
.h
67
32.925373
99
0.664474
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
754,122
configwindow.h
uwolfer_qtemu/configwindow.h
/**************************************************************************** ** ** Copyright (C) 2006-2008 Urs Wolfer <uwolfer @ fwo.ch> ** ** This file is part of QtEmu. ** ** 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 *...
1,714
C++
.h
50
31.98
86
0.696073
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
754,123
helpwindow.h
uwolfer_qtemu/helpwindow.h
/**************************************************************************** ** ** Copyright (C) 2006-2008 Urs Wolfer <uwolfer @ fwo.ch> ** ** This file is part of QtEmu. ** ** 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 *...
1,271
C++
.h
36
33.722222
77
0.65935
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
754,124
usbpage.h
uwolfer_qtemu/usbpage.h
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop@gmail.com> ** ** This file is part of QtEmu. ** ** 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...
1,430
C++
.h
41
33.073171
77
0.673188
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
754,125
machineconfig.h
uwolfer_qtemu/machineconfig.h
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop@gmail.com> ** ** This file is part of QtEmu. ** ** 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...
2,510
C++
.h
58
40.896552
142
0.720558
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
754,126
machineview.h
uwolfer_qtemu/machineview.h
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop @ gmail.com> ** ** This file is part of QtEmu. ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published ...
2,792
C++
.h
92
27.369565
77
0.699888
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
754,127
harddiskmanager.h
uwolfer_qtemu/harddiskmanager.h
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop@gmail.com> ** ** This file is part of QtEmu. ** ** 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...
2,406
C++
.h
76
28.881579
77
0.708981
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
754,128
netconfig.h
uwolfer_qtemu/netconfig.h
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop@gmail.com> ** ** This file is part of QtEmu. ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published...
2,860
C++
.h
93
27.978495
124
0.717431
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
754,129
mainwindow.h
uwolfer_qtemu/mainwindow.h
/**************************************************************************** ** ** Copyright (C) 2006-2008 Urs Wolfer <uwolfer @ fwo.ch> ** ** This file is part of QtEmu. ** ** 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 *...
2,339
C++
.h
83
24.963855
77
0.677807
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
754,130
qtemuenvironment.h
uwolfer_qtemu/qtemuenvironment.h
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop@gmail.com> ** ** This file is part of QtEmu. ** ** 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...
1,731
C++
.h
49
32.959184
89
0.684211
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
754,131
usbmodel.h
uwolfer_qtemu/usbmodel.h
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop@gmail.com> ** ** This file is part of QtEmu. ** ** 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...
1,762
C++
.h
48
34.416667
77
0.697183
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false
754,132
machineconfigobject.h
uwolfer_qtemu/machineconfigobject.h
/**************************************************************************** ** ** Copyright (C) 2008 Ben Klopfenstein <benklop@gmail.com> ** ** This file is part of QtEmu. ** ** 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...
3,574
C++
.h
95
35.105263
173
0.720775
uwolfer/qtemu
136
54
23
GPL-2.0
9/20/2024, 9:42:21 PM (Europe/Amsterdam)
false
false
false
false
false
false
false
false