Codepad

codepad is an online collaboration tool for exchanging code which also integrates various compilers/interpreters. After entering code, codepad will run it and print the output.
New pads can be created without registration. For each pad you get a short URL for sharing the code.

Codepad provides syntax highlighting depending on the language. Supported languages are C, C++, D, Haskell, Lua, OCaml, PHP, Perl, Python, Ruby, Scheme, and Tcl. It can be also used to share plain text.

TeXlipse

Standard LateX editors are optimized for small screens. But we are in 2012 and have big screens and your next monitor or laptop screen will likely even have larger resolution. The eclipse-plugin Texlipse takes advantage of this and provides an IDE for editing LateX documents with a real-time preview.

TeXlipse: Eclipse IDE for LateX

So, unless you have netbook, get the plug-in at http://texlipse.sourceforge.net/.

“Ping” a specific port

“Cannot connect to server”, but why?
First diagnosis is usually trying to ping the server, however sometimes it is useful to check if a particular port is reachable from your computer. So these are your tools:
  ping
gives you information if the server is up and on the time a packet needs to travel to the server and back
  nmap -v -A host
scans all open ports on the server and lists them. Useful to check which services are running.
  telnet host port if the port is reachable, the answer looks like this
    Trying 123.123.123.123...
    Connected to filesrv.nes.aau.at.
    Escape character is '^]'.

Instead of telnet, any other terminal program (for example putty) can be used as well.

Mit Thunderbird auf einen neuen Rechner umziehen

Hinweis: Diese Anleitung beschreibt den Umzug unter Windows. Da es sich eigentlich um das einfache Kopieren und Übertragen des Anwendungsordners (bzw. Profilordners) handelt, sollte die Anleitung sinngemäß auch bei anderen Betriebssystemen funktionieren. Wo Sie diesen Ordner in Ihrem Betriebssystem finden, ist hier beschrieben.

  1. Am Zielrechner Thunderbird und alle Add-Ons gleich wie am alten Rechner installieren
  2. Thunderbird auf beiden Rechnern beenden
  3. Sichern Sie den Profilordner von Thunderbird (zu finden unter Dokumente und Einstellungen\%Benutzername%\Anwendungsdaten\Thunderbird\... bei Windows XP oder unter Benutzer\%Benutzername%\AppData\Roaming\Thunderbird\...bei Vista und Windows7).
  4. kopieren Sie den ganzen Profilordner über einen Datenträger an den gleichen Platz auf dem neuen Rechner (bzw. bei einem anderen Betriebssystem an die entsprechende Stelle).
  5. Den Profilordner so nennen wie den bereits vorhandenen Profilordner. Diesen danach löschen.

Gendering Add-In for Microsoft Office Word 2010

In der deutschen Sprache geschlechtergerecht zu formulieren ist nicht immer einfach. Auf Initiative des österreichischen Frauenministeriums und Microsoft Österreich wurde nun vom Wiener IT-Unternehmen Rubicon ein Werkzeug für Microsoft Word entwickelt welches Texte auf einer gendersensible Schreibweise überprüft.

Das Gendering-Add-in steht als Open-Source-Software unter http://gendering.codeplex.com kostenlos zur Verfügung.

Getting royalty-free images

Are you in need for free photos to be used in a presentation or publication? The internet is full of pictures of all kinds, but most of them cannot be used without paying a fee or infringing some copyright.

Noteable exceptions are wikimedia.org, the multimedia database of Wikipedia and freedigitalphotos.net, which offers royalty-free low-res images (400 px width).

You can limit your google picture search (which comes with a nice customable preview) to one of these sites by adding a “site:wikimedia.org” to the search field.

Free image from FreeDigitalPhotos.net