Programming Leftovers
-
Qt ☛ Qt SVG: Not so 1.2 Tiny any more
Qt SVG has been around for basically forever, at least from the perspective of a Millennial like me. It has been a great tool to keep pixel artefacts away from our applications, a trait that has become increasingly important especially on highDPI displays. Unfortunately Qt SVG implements only
SVG 1.2 Tiny
, which can be limiting in many cases.
-
Rlang ☛ more .I in data.table
using .I and .N to retrieve the correct combination of records from grouped data
-
Rlang ☛ Object Oriented Programming in R Part 2: S3 Simplified
In the previous article we made our first steps in Object Oriented Programming in R and learned that there are multiple ways of doing it. In this article, we will dive deeper into the S3 system – the first object-oriented system in R.
-
Rlang ☛ Accounts Recievables Pathways in SQL
Yesterday I was working on a project that required me to create a SQL query to generate a table of accounts receivables pathways. I thought it would be interesting to share the SQL code I wrote for this task.
-
Xe's Blog ☛ TIL: you need to escape the </script> in a string in an inline script in HTML
When I was implementing this change in my site, I ran into a weird issue where my literal JavaScript text was being inserted into the page as if it was in the literal HTML. This was odd at first, but then I realized what was going on.
-
It's FOSS ☛ Teaching GNU/Linux to Software Developers With This Book
Reading through "The Software Developer's Guide to Linux" and sharing our experience with the book.