Rotkäppchen und der böse Wolf für Informatiker
by CrizZ on Mrz.06, 2009, under Fun
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. (continue reading…)
Block selection with gvim
by CrizZ on Feb.04, 2009, under Software & Development
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.
Great office war
by CrizZ on Feb.01, 2009, under Fun
I feel very familiar with this ![]()
The Great Office War from Runawaybox on Vimeo.
Generating PDFs of images with linux
by CrizZ on Feb.01, 2009, under Linux, Software & Development
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
Frohe Weihnachten oder Mele Kalikimaka 2008
by CrizZ on Dez.18, 2008, under Fun, General
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
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.
