Programming Leftovers
-
Qt ☛ Android Java Bindings in [Proprietary] Qt 6.7
The Qt for Android plugin, introduced more than a decade ago, has been a game-changing change that opened a multitude of possibilities for developers looking to harness the power and flexibility of Qt for Android application development. Since then, many Android, Qt, and plugin changes have been made to support new features. However, neither the overall architecture nor the public Java bindings have changed much.
-
Python
-
Python 3.13.0 alpha 3 is now available.
We silently skipped releasing in December (it was too close to the holidays, a lot of people were away) so by date you may have been expecting alpha 4, but instead it’s alpha 3: [...]
-
-
R
-
Rlang ☛ Issues with Rank Dependent Utility: Valuation Differences in Forward VS Backward Induction
I have made several blog posts on the code I use to compute rank dependent utility In this blogpost however I want to illustrate (by means of an example in R) how the choice of forward vs backward induction can impact the valuation of the same prospect.
-
Rlang ☛ Hypothesis Testing in R: Elevating Your Data Analysis Skills
In the realm of statistics, hypothesis testing stands as a cornerstone, enabling researchers and data analysts to make informed decisions based on data.
-
Rlang ☛ R doParallel: A Brain-Friendly Introduction to Parallelism in R
Implementing parallel execution in your code can be both a blessing and a curse. On the one hand, you’re leveraging more power your CPU has to offer and increasing execution speed, but on the other, you’re sacrificing the simplicity of single-threaded programs.
-
Rlang ☛ Exploring the Enhanced Features of tidyAML’s internal_make_wflw_predictions()
Introduction
Hey R enthusiasts! Steve here, and today I’m excited to share some fantastic updates about a key function in the tidyAML package – internal_make_wflw_predictions(). -
Rlang ☛ Introducing saperlipopette, a package to practice Git!
I got more confident with Git since reading Git in practice. This has resulted in a more enjoyable Git practice!
-