Archive for the Miscellanious Category

Graphviz poster workflow at ETH, CoPM

Given a Graphviz gv-file, perform the following steps to create and print an arbitrarily-sized image tiled into A3 tiles.

Continue reading Graphviz poster workflow at ETH, CoPM

“auseinanderzugehen” und andere zusammengesetzte Wörter mit “zu”

Unten stehend die Antwort von Wolfgang Zimmerm?nn zur Frage, ob und wann man Wörter mit “zu” zusammenschreibt.

Continue reading “auseinanderzugehen” und andere zusammengesetzte Wörter mit “zu”

Own modules for Sage

Document (pre)processors and LaTeX

The following is a non-exhaustive list of tools that can be used as or combined into a preprocessors to finally generate LaTeX documents. My idea of “preprocessing” here includes converting markuped (reStructuredText, Markdown, MediaWiki, …) documents to LaTeX, custom markup extensions and Unicode character support.

I also include links to resources that look helpful w.r.t working with or extending the itemised tools.

Since I wanted to work with and thereby learn a contemporary scripting/dynamic language, I focused on tools written in Python and Ruby. The list nevertheless also contains tools written in other languages.

Find a function’s minimum with Mathematica

In a probability scenario with two possible results per turn (with probabilities p, q = 1 - p) the expected value had to be minimised. This is done in Mathematica with FindMinimum[{f, constraints}, {x, y, ...}], and in my case:

FindMinimum[
   {2 p*q + 3 (p^3 + 2 p^2 q + q^2 p + q^3) + 4 (q^2 p^2 + q^3 p), q == 1 - p},
   {p, q}
]

Moving temporary files/folders

I recently created a separate partition for all kinds of temporary files, so I had to change several programs settings.

  • Win XP
    • Temporary folder: Control Panel, System, Advanced, Environment Variables
    • Virtual memory file: Control Panel, System, Advanced, Performance Settings, Advanced, Change
    • Other settings via Tweak XP
  • Firefox
    • about:config
    • Create a new String value named “browser.cache.disk.parent_directory”
    • Enter the destination folder

XPS anzeigen

Dateien, die im von Microsoft als Konkurrenz zu Adobes PDF-Format entwickelten XPS-Format gespeichert wurden, können vom Internet Explorer angezeigt werden. Und ich suche ne halbe Stunde lang nach einem kostenlosen Viewer oder Konvertierer…

Angriff der Fleischkonserven

Kurz in eigener Sache: hatte vorgestern 36 neue Kommentare! Zuerst dachte ich, dass das alles Weihnachts- oder Neujahrsgrüße wären – aber weit gefehlt, dass war leider alles nur Spam. Netterweise hat ein mir bisher unbekannter Spamschutz im Blog sämtliche dieser Kommentare als Spam erkannt und in in die Moderations-Warteschleife gesteckt, aus der ich sie dann durch löschen befreit habe…