SAP BI: Read Masterdata with compounded keys / RSAU_READ_MASTER_DATA

Hi SAP-BI-Folks, this little template gives you the possibility to read on InfoObjects with compounded keys : I am normaly more a friend of my own Masterdata-Read-Routines – but i think it’s usefull to know: released as usual under BSD-Licence: … Continue reading

Posted in Allgemein, Joes Daylies, Joes Tests | Tagged , , , , | Leave a comment

Mac OSx export Adressbook/Adressbuch für AVM Fritzbox

ACHTUNG! Neue Version: http://www.web-dreamer.de/blog/2010/08/mac-adressbuch-fur-avm-fritzbox-version-2-os-x-ipyfritz.html Für uns iPhone- und Mac-Jünger ist die Mac OS X Adressverwaltung wunderbar integriert. Leider fehlte mir bisher eine Möglichkeit zum abgleich des Adressbuchs mit der Fritzbox. Das folgende Programm schrieb ich, um dem abhilfe zu verschaffen. Ich … Continue reading

Posted in Allgemein, Joes Daylies, Joes Tests | Tagged , , , , , , | 34 Comments

Playing w/ IPv6 and IPsec under Mac OS X

I added myself a sixxs.net IPv6 IP twice. One for my Roadwarrior Macbook and one for my Macmini. Installing and running it was quite easy: sudo port install aiccu and configure it aftwardes as described. As i am not very … Continue reading

Posted in Allgemein, Joes Tests | Tagged , , , , , , | Leave a comment

VNC Client under Mac OS X

Just for your information. Apple brings an fine VNC Server and client with the default delivery. The client is a bit hard to find as it is not indexed: “/System/Library/CoreServices/Screen Sharing.app” This tool is finaly just an VNC Client – … Continue reading

Posted in Allgemein, Joes Daylies, Joes Tests | Tagged , , , , | Leave a comment

Sanitizing WordPress UTF-8 – or Howto get rid of mixed Latin1 and UTF8 mysql exports

Actually my attention comes to some weird characters in my wordpress blog. Such as ü or ö as represantants of ä and ö. So i had a look into my mysql-db and saw that it was still on latin1. On … Continue reading

Posted in Allgemein, Joes Tests | Tagged , , , , , | 10 Comments

Number systems: when 1 is greater than 1

As i mentioned before you can go for an other number system (http://en.wikipedia.org/wiki/Field_%28mathematics%29) than the standard decimal. The Fibunacci-System as i named it creates a line of numbers which represants the possible maximum at the given place. An Example Fibunacci … Continue reading

Posted in Allgemein, Deep Thoughts, Joe Writes, Joes Tests | Leave a comment

Prime numbers: Using other number systems

Basicaly our normal number system persists on a very basic sequence: F(n) = F(n-1) + 1 with a fix basis (Binary, Decimal, Hexadecimal) But it came to my mind that basicaly prime numbers does not match that criteria very well … Continue reading

Posted in Allgemein, Deep Thoughts, Joes Tests, Just Thoughts | Tagged , , , , | Leave a comment