Programming Leftovers
-
Rlang ☛ {shiny.telemetry}: Enhanced User Behavior Analytics in R/Shiny Dashboards
Do you often find yourself developing an R/Shiny dashboard and wish you knew how your users were using the dashboard, which views are being used the most and how inputs are being modified? If so, the {shiny.telemetry} R package might be just what you’re looking for.
-
Rlang ☛ El niño anomaly
-
Jonathan Dowland ☛ Jonathan Dowland: HLedger, regex matches and field assignments
I've finally landed a patch/feature for HLedger I've been working on-and-off (mostly off) since around March.
HLedger has a powerful CSV importer which you configure with a set of rules. Rules consist of conditional matchers (does field X in this CSV row match this regular expression?) and field assignments (set the resulting transaction's account to Y).
-
Python
-
Linux Hint ☛ Python Readline Loop Until The End
The “file.readline()”, “for loop”, “file.readlines()”, “while loop” and “strip() with append()” methods are used to read the file line-by-line until the end.
-
Linux Hint ☛ Python File Handling
File handling is the technique of utilizing Python built-in methods and modules to create, read, write, and manipulate files.
-