Programming Leftovers
-
David Bremner: Generating links to a web IDE from org-beamer
The Emacs part is superceded by a cleaner approach
-
David Bremner: Added a derived backend for org export
See web-stacker for the background.
yantar92
on#org-mode
pointed out that a derived backend would be a cleaner solution. I had initially thought it was too complicated, but I have to agree the example in the org-mode documentation does pretty much what I need.This new approach has the big advantage that the generation of URLs happens at export time, so it's not possible for the displayed program code and the version encoded in the URL to get out of sync.
-
Rlang ☛ Creating Time Series in R with the ts() Function
Time series analysis is a powerful tool in the hands of a data scientist or analyst. It allows us to uncover patterns, trends, and insights hidden within temporal data.