Archiv

Archiv für die Kategorie ‘IT’

svn comparing changes

4. Januar 2008

A common thing, comparing to versions of the repository.
If you want to see what your co-worker changed:

svn diff --revision 2:3 rules.txt

This entry exist for me, to have a lookup ;)

mjava IT, cmd-lines

IntelliJ IDEA

14. November 2007

I have playing around with IntelliJ IDEA as
my new Java IDE for two days now, because the latest eclipse versions have not been
stable on my linux-box. Also the J2EE servers have not work from within eclipse as supposed
to be. So far, I have been really amazed what IntelliJ IDEA can do.

I have one statement to add: IntelliJ IDEA is better than sex (so far)

mjava IT, Java

Pattern matching in Java

27. September 2007

I did some pattern matching in java some years ago. Here is how i did it:

[LINK]

At last my wiki has a java category

mjava IT

LinuxSwords Wiki

10. September 2007

lstux1.pngI have played a while with to find a suitable wiki for me. I wanted to have a place to store cribs and I thought a wiki might be a good place for this.

You are invited to add your own stuff to it! You can found the wiki at http://stocker-knoller.ch/wiki
or at http://www.linuxswords.com/wiki. I’m still looking for a good Icon, does anyone of you know where to find tux-images? If so, please leave a comment.

mjava IT, Studium, Web, cmd-lines, linux

wimi, my new golden egg from yubnub

4. September 2007

I already wrote several times about yubnub.

Now I have found a new golden egg: wimi

It takes one argument and automatically makes a mindmap with hyperlinks from wikipedia! If you find that usefull, please leave a comment.

Here a screenshot of the result ‘wimi SOAP’
mindmapsoap.jpg

mjava IT, cmd-lines, studying/job/career

Bill Gates macht ein Geständnis

3. September 2007

Laptop back

31. August 2007

thank god, or rather ibm-support-center! They fixed my laptop in just 3 days, now i can should start learning for my exams ;)

mjava IT, Life, studying/job/career

Laptop-Crash

27. August 2007

Help! Socorro! Hilfe!

My Thinkpad won’t boot anymore! Some mysterious ‘Fan Error’. Unfortunately all my data is on that disk and my exams will start in a week, so SH…..!

mjava IT, Life, studying/job/career

delicious

2. Juli 2007

I played with del.icio.us for some time now and decided to export my bookmarks. I place my tag-cloud under thestuff/scripts page. Feel free to add me to your network and share some links!

mjava IT, Web

vi/vim plugin for eclipse

28. Juni 2007

I just discovered: there is a new plugin for eclipse: a vi/vim plugin. Now there are 2 plugins available. Until I used the vi-plugin from satokar. The new one is from sourceforge and therefore free and opensource and the other one is commercial -> one of the rare occasions where I actually paid for software…

Inspired by Jazoon I’m playing with netbeans 5.5 and will soon also try IntelliJ which is commercial but has the rumour to be the best IDE ever. BTW, I also heard from Yakov, the Leader from JUG.RU, that if you develop an opensource-project, you get a license for free! Can anyone confirm this?

mjava IT, Java