Latest Entries »

Heute ist mal wieder eine sehr lustige eMail über den Verteiler der SoftwareEntwicklung innerhalb unserer Firma herumgegangen. Ich habe mich wirklich so sehr darüber amüsiert, dass ich sie hier auch als Zitat posten möchte, um mich selber immer wieder daran zu erinnern. View full article »

Go to the visual mode using “ctrl + v” instead of “v”, then use the motion arrow keys to select the block you want.
Perform any copy/delete/edit function you would normally perform using vim.

For the windows version of gvim use “ctrl-q” to activate the block selection mode.

I feel very familiar with this ;-)

The Great Office War from Runawaybox on Vimeo.

Last week i get an interessting task. How to convert scanned documents from eg. jpeg or png to pdf? With Linux this should easily be possible, i thought. So, i started googleing arround and found two very usefull tools. ImageMagick and pdftk.
I had a couple of pngs where some of them were continuous pages of one scanned document. In the first step i tried to convert all files to pdfs and then i wanted to join the pdfs to one single document.
For the first step i used convert from the ImageMagick-Toolkit. I wrote a small shellscript that does the whole work for me ;-)

for i in $(ls -1); do convert $i $i.pdf; done;

This does all the conversions for me and i got a lots of pdf-files in the directory.
The next step was the compounding of the files. My researches brought up the pdftk. A tool, which fits my whole needs and is simple to use. All i had to do was

pdftk file1.pdf file2.pdf file3.pdf cat output out.pdf

then i got my designated pdf-file in out.pdf .

I love my linux-system :D

Gleich ist auch schon wieder Weihnachten und das Jahr neigt sich dem Ende zu. Gibt eigentlich nicht wirklich viel zu sagen, als frohe Weihnachten, viele bunte Geschenke und einen guten Rutsch ins neue Jahr.
Und damit sich alle vorstellen können, lustig man Weihnachten feiern kann, habe ich mal ein Foto von unserer Firmenweihnachtsfeier angehängt :-D Und ja, es hat wirklich sehr viel geschneit an dem Abend!!! Bin aber ohne wirkliche Erkältung davon gekommen! Mal sehen, was das nächste Jahr machen.

Hawaii Xmas 2008

Hawaii Xmas 2008