Storing and graphing time-based data
In this article we will look into the best way to store time-based data and
use it with gnuplot
.
In this article we will look into the best way to store time-based data and
use it with gnuplot
.
Cut facebook out of your life altogether.
Serveral useful recipes for manipulation video with ffmpeg.
We can use PostScript’s Endpage
procedure to e.g. add a signature to each
page of a PDF file, using only ghostscript.
After some initial experiments with sqlite as a replacement for a json data file format (which I did not pursue in the end), I have now started using sqlite in earnest. And I must say that I quite like it.
This document explores how an SQLite database could be used to store data for the resin-calculator. Normally, the recipes are a dictionary keyed to the name of the resin. The value of each recipe is a list of (component, parts-by-weight) tuples. Since a database only contains tables, where each row has the same form, how do we store such infomation in a database?
Before the rise of git
, I used rcs
as my version control system.
Because I want to standardize on git
, I am slowly converting old repositories.
In this article, as an example, I’ll be converting my old perl
scripts in
~/src/perl
.
As of TeXLive 2015 there is no TeXLive binary for FreeBSD included anymore. So I’m building my own, using …