Programming Leftovers
-
Medevel ☛ 9 Open-source Java Code Generators
The Java Code Generator is a tool used by software developers to automatically generate Java code based on specific requirements or templates.
It helps streamline the process of writing repetitive code and can save time and effort in software development projects.
Benefits of using Java Code Generator.
-
Zach Flower ☛ Four, Oh, Four...
Oh, and in case you were wondering how old browsers deal with this? The answer is twofold: not well, and it doesn't really matter.
-
Georges Basile Stavracas Neto ☛ Georges Basile Stavracas Neto: 2023 in retrospect
2023 was a crushing year. It just slipped away, I barely managed to process all that happened. After going full offline for a very short 4-day break last week, I noticed I simply couldn’t remember most of the events that happened last year.
We’re in 2024 now, and to start the year afresh, I think it’ll be a good exercise to list all relevant personal and work achievements accomplished last year.
-
KDAB ☛ KDSoap 2.2.0 Released
We’re pleased to announce the release of KDSoap version 2.2.0, an update that brings new enhancements to improve both the general build system and client-side functionality. What is KDSoap? KDSoap, a SOAP (“Simple Object Access Protocol“) component rooted in Qt, serves as an essential tool for both client-side and server-side operations.
-
Ruben Schade ☛ One-liners are back on my Omake page
I’ve re-added the One-liners section on my Omake page, after a few people asked where they went, including Clara (cough). I didn’t realise people found them useful.
Originally I was going to rewrite these as individual scripts for my Lunchbox, but it does make it easier seeing them inline if you need a quick reminder.
-
R
-
Dirk Eddelbuettel ☛ Dirk Eddelbuettel: RDieHarder 0.2.6 on CRAN: Maintenance
An new version 0.2.6 of the random-number generator tester RDieHarder (based on the DieHarder suite developed / maintained by Robert Brown with contributions by David Bauer and myself along with other contributors) is now on CRAN (and to the day year after the previous release).
-
Dirk Eddelbuettel ☛ Dirk Eddelbuettel: RcppSpdlog 0.0.16 on CRAN: New Upstream
Version 0.0.16 of RcppSpdlog is now
This releases updates the code to the version 1.13 of spdlog which was release this morning.
-
Rlang ☛ A simple workflow for async {shiny} with {callr}
In the R/Shiny community we are fortunate to have several approaches for async programming. It is an active field of development with a variety of options depending on the needs of the application.
-
Rlang ☛ TidyDensity Powers Up with Data.table: Speedier Distributions for Your Data Exploration
Calling all R enthusiasts who love tidy data and crave efficiency!
-
Rlang ☛ Gauging Cryptocurrency Market Sentiment in R
Navigating the volatile world of cryptocurrencies requires a keen understanding of market sentiment. This blog post explores some of the essential tools and techniques for analyzing the mood of the crypto market, using the cryptoQuotes-package.
-
Rlang ☛ XGBoost: Tuning the Hyperparameters (My Secret 2 Step Process in R)
welcome back to my R-tips newsletter. For years, I was hyperparameter tuning XGBoost models wrong. In 3 minutes, I’ll share one secret that took me 3 years to figure out. When I did, it cut my training time 10X. Let’s dive in.
-
-
Python
-
Juha-Matti Santala ☛ Debugging Python
There are two main parts to my approach: the debugging mindset which includes non-technical things and tools & techniques which includes tooling used on the computer to debug. You need to master both to become efficient. If you’re great with the mindset but don’t know the tools, you’ll likely reach the goal but it will be slow and very manual. If on the other hand, you know the tools well but don’t have a good mindset, you might end up doing unnecessary things.
-