Category Archives: code

Amazon Kindle als Offline-Feed-Reader für Tiny Tiny RSS

Dank Calibre gibt es bereits eine einfache Möglichkeit RSS-Feeds auf den Kindle zu pushen. Hat man bereits eine Tiny Tiny RSS – Installation, will man optimalerweise  nur genau die Nachrichten auf den Kindle laden, die in tt-rssn noch als ungelesen … Continue reading

Posted in code, www | Leave a comment

Rätsellösung in Code

Fürs Archiv: # # Email am 2010-02-17: # “Mein Alter ist diesmal eine Primzahl, deren Quersumme um genau # eins größer ist als der Tag meines Geburtsdatums.” # def isprime(n):    for x in range(2, int(n**0.5)+1):       if n % … Continue reading

Posted in code | Leave a comment

EGroupware-Adressbuch in mutt alias – Datei konvertieren

Das Skript vcf_egw_to_muttalias.py konvertiert eine aus EGroupware exportierte VCARD-Datei  in das Alias-Format welches von mutt verwendet wird. Das Format sieht in etwa so aus: alias muellerhans Hans Mueller <hans.mueller@domain.com> alias muellerhans2 Hans Mueller <hansi@domain.com>

Posted in code, email, office | Leave a comment

EGroupware-Adressbuch in Nokia 2730 importieren

Das Nokia-Modell ermöglicht zwar SyncML-Verbindungen, aber nach den langwierigen Tests mit Android und EGroupware habe ich mich entschieden, das erstmal über einen statischen Import zu lösen. Immerhin bietet EGroupware eine VCARD-Export-Möglichkeit an, welche als Eingabe-Datei in Wammu (eine Oberfläche für … Continue reading

Posted in code, hardware, office | Leave a comment

msmtpq_notify – Notifies desktop user if msmtpq has actually sent or enqueued mail

I added a new mini project to github: msmtpq_notify . The following is the content of the README file: When using msmtpq in front of msmtp all failed connection attempts to the mailserver results in the mail being silently added … Continue reading

Posted in code, email, unix | Leave a comment