Author: Philipp

sorted white and brown pebbles

SortedProperties

Angenommen, man braucht für ein Java Property Set ein geordnete Ausgabe – zum Beispiel um einem Übersetzer eine sortierte Liste mit zu übersetzenden String zu liefern. Man erstellt eine Klasse (zum Beispiel SortedProperties) und lässt diese von Properties erben. Bedingt durch die Kapselung ist es notwendig, dass die Methoden private static char toHex(int nibble) ;

numbers on monitor

Nexenta CP 2 RC1 & Java 6

root@sunny:/tank/home# apt-get install sun-java6-jre root@sunny:/tank/home# java -version dl failure on line 685Error: failed /usr/lib/jvm/java-6-sun-1.6.0.10/jre/lib/i386/client/libjvm.so, because ld.so.1: java: fatal: libCrun.so.1: open failed: No such file or directory root@sunny:/tank/home# apt-get install sunwlibc root@sunny:/tank/home# java -version java version “1.6.0_10” Java(TM) SE Runtime Environment (build 1.6.0_10-b33) Java HotSpot(TM) Client VM (build 11.0-b15, mixed mode)

Good signature, but could not determine key fingerprint?!

root@sunny:/tank/home# apt-get update Get:1 http://apt.nexenta.org hardy-unstable Release.gpg [185B] Hit http://apt.nexenta.org hardy-unstable Release Ign http://apt.nexenta.org hardy-unstable Release Hit http://apt.nexenta.org hardy-unstable/main Packages Hit http://apt.nexenta.org hardy-unstable/contrib Packages Hit http://apt.nexenta.org hardy-unstable/non-free Packages Hit http://apt.nexenta.org hardy-unstable/main Sources Hit http://apt.nexenta.org hardy-unstable/contrib Sources Hit http://apt.nexenta.org hardy-unstable/non-free Sources Fetched 185B in 1s (151B/s) Reading package lists… Done W: GPG error: http://apt.nexenta.org hardy-unstable Release:

XING Group about a Solaris based Home-NAS

I just created a Usergroup for experience exchange using Solaris as a Home-NAS System. We have currently only a few users, but maybe the number will grow by time. You can find the group here: https://www.xing.com/net/zfs-nas

“When you innovate, you’ve got…

“When you innovate, you’ve got to be prepared for everyone telling you you’re nuts.” Larry Ellison via http://tinyurl.com/dzerzs

Just added myself to the http:…

Just added myself to the http://wefollow.com twitter directory under: #java #rpg #innovation

next meeting of Düsseldorf on…

next meeting of Düsseldorf on Rails ist 31th March 2009 http://tinyurl.com/b4h3dc #rails #group #dusseldorf

MacHeist Bundle is out: http:/…

MacHeist Bundle is out: http://www.macheist.com #mac #bundle #apps

Rezept: überbackene Pfannkuchen mit Spinat/Lachs Füllung

Guten Tag allerseits. Da mir in der letzten Zeit vermehrt Rezepte in Blogs übern Weg gelaufen sind, dachte ich mir, das könnte ich ja auch mal machen: Heute kochen wir: Überbackene Pfannkuchen mit Spinat/Lachs Füllung Dieses Rezept ist eigentlich recht simpel. Allerdings macht es die Wahl der Zutaten recht interessant. Für die Pfannkuchen benötigen wir:

advanced XML-Parser

Innerhalb unseres Projektes ist die Notwendigkeit entstanden, XML-Dokumente, die etwas umfangreicher als die Standard-Java-Deskriptoren sind, auf Gleichheit hin zu untersuchen. Folgende XML-Strings sind gegeben: A) <items>     <item name=”a”>         <value>1</value>     </item>     <item name=”b”>         <value>2</value>     </item>     <item name=”c”>         <value>3</value>     </item> </items>   B) <items>    

1 14 15 16 17 18 32