Qt advocate (but not C++) because it lets you write very deterministic applications, unlike C#/Java and their associated frameworks. QML >> WPF/XAML
ftpclient-cpp. C++ client for making FTP requests
234socket-cpp. Simple socket wrapper in C++ (with SSL/TLS support)
21216-Games. 16 Games developed in C++ by YouTuber "FamTrinli". I added CMake support to ease compiling on different platforms.
140mailclient-cpp. C++ client for making POP/SMTP/IMAP requests
79httpclient-cpp. C++ client for making simple HTTP requests
74QwtWaterfallplot. A waterfall plot widget powered by Qwt for Qt/C++ GUI applications.
19Stm32TcpSocketDemo. A Tcp Server/client demo to command/control board's 4 LEDs powered with CycloneTCP and FreeRTOS. My program SocketTestQ can be used to interact with the board.
11SocketTestQt. A C++/Qt powered tool for socket testing. It can create both TCP and UDP client or server. OpenSSL supported.
6UnitTestSTM32. Unit testing project for STM32 (Atollic) powered with CppUTest - UART6 is configured to output test results
4helpers-cpp. C++ Helpers (File system, handle ZIP files...)
4MD5_SHA1_Calculator. A C++/Qt tool to calculate and verify the MD5 and SHA1 of files
3ParaViewScalarBarWidget. Scalar bar widget taken from ParaView that can be used in VTK projects.
3libmodbus_trizeps_vii_arm_wince. Libmodbus for Trizeps VII ARM WinCE and RS485 (RTS line will be high if bytes are available for transmission.)
2Trizeps7_i.MX6_Rs485_Linux_Example. The communication logic has been taken from libmodbus and I added hardware RTS (handled automatically by the Linux RS485 driver). Tested with a K&K Trizeps 7 board (i.MX6)
2CppRestServerExample. C++ REST Server example powered with the C++ REST SDK
2Stm32Rs232Demo. An Rs232 demo to command/control board's 4 LEDs.
2regex_cpp. Benchmarking regex_replace (of STL and Boost) and a manual parsing to escape CLucene special characters.
2QtEpochConverter. A C++/Qt tool to convert an epoch (unix timestamp) to a human readable date and vice versa.
2AspNetCoreWebApiExample. C#
1finite-state_machine_cpp. This is the C++ version of my finite-state_machine_csharp repository.
1SimpleAutoCompleteWPFControl. C#
1message_passing_on_cpp. An example of message passing in C++ between threads. This is the C++ version of my message_passing_on_csharp repository.
1split_a_string_of_2d_line_segments. Extend "n" points constituting "n-1" lines to constitute more lines so you can map "m" data to "m" lines.
1SHT40. Read SHT40 I2C sensor temperature and relative humidity in C. With SMBus (via C or Python) you can't communicate with the sensor.
1message_passing_on_csharp. An example of message passing in C# between threads.
1QTableViewAdjustPolicyNotWorkingProperly. Demo program to reproduce Qt bugs : QTBUG-101874 and QTBUG-105207.
1at24c08d. Python script to read/write from/to an AT24C08D I²C Serial EEPROM 8-Kbit (1024 bytes)
1Stm32_FatFs_SdCard_Demo. FATFS demo, under STM32F4-Discovery, to access SD Card
1QtCreatorDebugAppCrash. C++
1boost_serialization_example. Example of object marshalling via Boost serialization
1