Drücken Sie „Enter“, um den Inhalte zu überspringen

Beitrage veröffentlicht von “Matthias”

Unittesting with QUnit

I have another toy project that i use to develop in my free time (No, I do not have too much free time. I just…

Self signed X.509 certificates with openssl

I had to deal with S/MIME-certificates a lot recently. Even though i conecptionally do know about public key cryptography and certificates I rarely had to…

Rapid prototyping in Web Development using Emacs

Introduction I actually do Web-development in my private life. Smaller projects for myself like a „homepage“ (Is this term still used?) or for „the kids“…

Python 3 Script Skeleton

Sometimes when I write a little python script – with only a few lines of code – it starts growing and I keep adding functionality.…

Coding in Java with Emacs and jdee

Introduction Jdee is a major-mode for Emacs that supports Java developers with many usefull functions. Some of which are automatic completion of class fields and…

Math train – the arithmetic trainer

Beeing busy with a lot of things it’s hard to find time to cultivate the essential programming skills. I managed to find some time and…

Changing character encoding in emacs

When working under windows I like to make use of cygwin tools. Its a great project that brings gnu tools to windows. Despite other features…

Writing html tags with yasnippet

I was doing some html editing with emacs (What else?) recently and was tired of entering closing tags manually. I did not research intensively to…