Skip to main content

Raymii.org Raymii.org Logo

אֶשָּׂא עֵינַי אֶל־הֶהָרִים מֵאַיִן יָבֹא עֶזְרִֽי׃
Home | About | All pages | Cluster Status | RSS Feed

All items tagged with: 'c++'

RSS feed for this tag.

DateItem
25-07-2025 23:37519Bringing a Decade Old Bicycle Navigator Back to Life with Open Source Software (and DOOM)
19-04-2025 19:04517Leaf Node Monitoring v2025.01 released with Import/Export and Connectivity Check
25-03-2025 21:33516Fast MQTT logger (to syslog)
17-03-2025 20:33515After 47 years, OpenVMS gets a package manager (VSP)!
17-12-2024 23:59512My go-to C++ code for asynchronous work processing on a separate thread
21-09-2024 23:59510Logging all C++ destructors, poor mans run-time tracing
12-07-2024 22:30502Leaf Node Monitoring v2024.02 released, autostart, ssl certificate expiry and minimize to tray
15-06-2024 22:30496Leaf Node Monitoring v2024.01 released, better notifications and history
29-05-2024 22:00494Qt Property Macro (Q_PROPERTY with 95% less code)
19-05-2024493Qt 5.15 LTS on Windows without a Qt Account
01-01-2024 09:00491Which Root Certificates should you trust? Find out with CertInfo
16-9-2023 09:00490YouLessQt, helps you align the YouLess to an analog electricity meter
13-9-2023 22:00489A docker image for Qt 5.15 LTS for Android, including OpenSSL and the KDE patch collection
05-07-2023 23:59488Drawing a Circle in Qt QML three different ways
15-06-2023 01:30486My 24 year old HP Jornada can do things your modern iPhone still can't do!
17-02-2023 20:21478Named Booleans prevent C++ bugs and save you time
14-01-2023 04:30477Johnnie 'QObject' Walker, replace a service locator pattern while you're at it
11-01-2023 05:31476APT keeps complaining that the HTTPS certificate cannot be validated?
05-01-2023475Leaf Node Monitoring v2023.01 released, major performance improvements, new layout and new checks!
12-12-2022474Add moc includes to speed up Qt compilation
19-08-2022 21:30471Fade in / fade out in Qt/QML
15-08-2022 21:00470Responsive Qt/QML layout coming to Leaf Node Monitoring
14-07-2022469What's coming in the next version of Leaf Node Monitoring?
19-05-2022 05:30466Qt/QML Property bindings break after a JavaScript assignment
29-04-2022465HTTP GET requests with Qt and in Qml (async)
24-04-2022464Selling my own GPL software part 3, prior art (existing GPL software for sale)
02-04-2022461Build a WeatherTerminal app for the Seeed reTerminal (with Qt 6 & QML)
18-03-2022460Yocto boot2qt for the Seeed reTerminal (Qt 6)
04-03-2022459Qt 5.15.3 Open Source released
21-02-2022456Yocto boot2qt for the Raspberry Pi 4, both Qt 5.15 and 6.2
12-02-2022455Embed the source code directly in your Qt app with qmake and qrc, for GPL compliance
09-02-2022454Log all Item properties and functions in Qml
09-02-2022453Loop over all Repeater items or Delegate's in Qml
07-02-2022451QML Touch Area visualization with QML_VISUAL_TOUCH_DEBUGGING
21-01-2022450QML Drag and Drop including reordering the C++ model
24-12-2021449Selling my own GPL software, part 1: a lot of hurdles
05-10-2021447Responsive QML Layout (with scrollbars)
04-10-2021446Render markdown in a Qt QML Text or TextEdit control
03-10-2021445Qt/QML: Expose C++ classes to QML and why setContextProperty is not the best idea
08-09-2021443Rectangle{} debugging in QML, just like printf(), but for QT
07-06-2021436Execute a command and get both output and exit status in C++ (Windows & Linux)
12-05-2021432It compiles does not always mean that it works, a tale of virtual overridden fun in C++
05-04-2021430Run one specific clang-tidy check on your entire codebase
21-03-2021429Three ways to print booleans as 'True' or 'False' in C++
27-02-2021427Disable (debug) logging in QT and QML
25-02-2021426QT / QML Signals and Slots with C++
09-01-2021419C++ std::async with a concurrency limit (via semaphores)
31-12-2020417Hacker News vs Lobste.rs in C++, an exercise in parsing json http api's and date/time/timezones
14-12-2020415C++ set up cpp-httplib with SSL support with cMake
23-09-2020407Store multiple types in a single std::map in C++ with std::any, just like a python dict
12-09-2020406CookieNumberPrinter, incremental / idle game style numbers in C++
01-08-2020401Ubuntu Snap auto updates broke my development setup and there is no way to turn them off
18-07-2020399C++ Remove leading or trailing characters from std::string
07-06-2020396Generate QR code and write it to a PNG, scaled, in C++
27-05-2020395Github Actions, C++ with Boost and cmake, almost a 50% speedup with caching
03-05-2020393Here be dragons, or, invalidated iterators
24-04-2020392C++ async, threads and user input
27-12-2019387Run CLion native on Android, ditch your desktop!
21-12-2019385ScreensaverStopper, stop activating the screensaver by sending F24 often
16-12-2019384and & or are valid in C++ (alternative tokens)
12-11-2019383Weight for Weight, a coding exercise that kept me busy
07-11-2019382std::string to lowercase or uppercase in C++
23-10-2019381std::accumulate in C++
01-10-2019379C++ project setup with CMake & unit tests (google test)
12-07-2019375Only zero is false, everything else is true in C++
22-06-2019371C++ template definitions in a .cpp file (instead of a header file)
17-06-2019370C++ create and write to a CSV file with a variadic template
13-06-2019368Cooking with C++ templates and stronger types
08-06-2019367C++ variadic template recursive example
07-06-2019366C++ create and write to a CSV file