Linux → SNAP Tutorial 03. Start snap application from a graphic environment
Greetings to all on the continuation of the topic of self-contained snap packages.
In today's part, we will discuss how to configure the application so that it can be launched not only in the console, but also in the graphical …
MySQL → MySQL stored procedures
Good day.
I create a Duty schedule application for our technical support hotline, using Qt + MySQL.
For each month it is necessary to monthly fill in the calendar table containing the date and sign of the day off or …
Qt → Qt/C++ - Tutorial 088. Text search with highlighting in QTextEdit
In connection with a small question on the forum and slightly free time today. I will answer in the form of an article on how to highlight in QTextEdit all the words that need to be found in this text. …
ReadC++ → CMake project with subdirectories and static library
I propose to write a small application that will have two subdirectories. One of which will compile the executable file, and the second will contain a statically linked library.
As a result, the project will look like this.
Root CMakeLists.txt …
ReadLinux → SNAP Tutorial 02. Sample snap package of Qt 5.11.0 based application
I would like to welcome everyone to the continuation of the topic concerning a self-sufficient snap package.
A lot of time has passed since the publication of the previous article in which I began to acquaint you with snap technology …
EVILEG → Replacing WYSIWYG Editor with Markdown Editor
After lengthy attempts to cope with JavaScript and its glitches in different browsers, I refused to write a WYSIWYG editor.
Thanks to the community (a survey was conducted in the public in VKontakte), which also shares my point on this …
ReadQt → SuSe Leap 15, Qt 5.11.3, installation, configuration, database drivers
Qt, install, drivers, Fierbird, SuSE, QMYSQL, IBASE, mysql
Another reinstallation of the OS in connection with the replacement of iron.
Installed Suse Leap 15.
According to article we install development packages and Qt itself.
We make a simple project for verification. We are trying to collect. We are …
ReadBoost → Boost - Use enum in parameters boost::program_options
options, class enum, Program, Boost
A small addition to the article on the use of boost::program_options .
In this appendix I will describe how to use enum enums. Because immediately they do not work. By default, boost::program_options work only with basic types and some types …
ReadLinux → Using getopts in bash scripts to pass parameters
When developing a site to automate the deployment process, I wrote several bash scripts.
To customize the behavior of scripts, I use the transfer of arguments, which are handled in the bash script by the getopts library.
Getopts
Scripts typically …
ReadBoost → Boost - static linking in CMake project under Windows
cpp, Boost, linking, C++, static
A small note about static linking Boost, so as not to forget.
Initial data:
- OS Windows
- MSVC 2017 64bit
- Boost 1.68.0
- CMake project
An example will be shown in the simplest version without special variable settings. Maximum default.
Step 1 …
ReadJava → Several ways to synchronize processes and threads in Java
processes, threads, synchronization, Java
I propose to consider several ways to synchronize threads and processes that are most commonly used in Java. They differ in implementation and use cases. We will consider all methods on interesting examples.
Critical section
This method is suitable for …
Read- Akiv Doros
- Nov. 11, 2024, 11:58 a.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:50points,
- Rating points-4
- molni99
- Oct. 25, 2024, 10:37 p.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:80points,
- Rating points4
- molni99
- Oct. 25, 2024, 10:29 p.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:20points,
- Rating points-10