danamlund.dk
Table of Contents
1 Description
A collection of stuff by Dan Amlund Thomsen.
2 Contents
- BMSRR - Basic Minimalistic Simple RSS Reader : BMSRR is my Google Reader replacement. BMSRRs main feature are: (1) Self-hosted, (2) is a single PHP file, (3) does not use a database, and (4) uses the Google Reader subscriptions.xml to read feeds.
- PIC microcontroller blinking LED without cheating : Setup and design a blinking LED program on a PIC microcontroller without cheating (using only the data sheet and a text editor).
- lm-sensors LXDE lxpanel plugin : Monitor temperature/voltages/fan speeds in LXDE through lm-sensors.
- A Trace-based Framework for Comparing String Matchers : My master's thesis.
- Minesweeper solver : A minesweeper solver combining several approaches and an actual minesweeper game with a text-based GUI.
- Emacs, notmuch, offlineimap and Gmail email system : How I have set up my mail system. (Links to the My Ubuntu 11.10 Eee 1011PX setup article)
- My Ubuntu 11.10 Eee 1011PX setup : Description of how I have set up my system.
- Path Finding Visualizer : OCaml script visualizing the result and calculation of path finding algorithms.
- eee-control karmic repackage : A hacked together deb for eee-control that works with karmic.
- No easy-keys : Train yourself to use the proper Emacs movement keys.
- Make runner : Run makefiles easier in Emacs.
- org-mode website example : How I make and manage this website using org-mode.
- php ORDERBY function : Sort php arrays using the ORDERBY syntax from SQL.