<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://blog.f4k3.net/fake/index.php/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>fake's blog - Tag - code  - Comments</title>
  <link>http://blog.f4k3.net/fake/index.php/</link>
  <atom:link href="http://blog.f4k3.net/fake/index.php/feed/tag/code/rss2/comments" rel="self" type="application/rss+xml"/>
  <description>everything fake</description>
  <language>en</language>
  <pubDate>Wed, 08 Sep 2010 03:21:26 +0200</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
    
    <item>
    <title>AVM Fritz! Box vs. OS X Address Book - Joe</title>
    <link>http://blog.f4k3.net/fake/index.php/post/2008/10/04/AVM-Fritz%21-Box-vs.-OS-X-Address-Book#c252</link>
    <guid isPermaLink="false">urn:md5:e91523653f3d4e6ed64d73f3a7a50401</guid>
    <pubDate>Fri, 23 Apr 2010 09:56:29 +0200</pubDate>
    <dc:creator>Joe</dc:creator>
    
    <description>&lt;p&gt;Hey Fake,&lt;br /&gt;
ich hab scheinbar nicht gut gesucht als ich mein Python zusammengehackt habe:&lt;br /&gt;
Allerdings sind bei dir zwei Kleinigkeiten anders als bei mir:&lt;br /&gt;
Python arbeitet per default mit UTF-8 und die Fritzbox mags in ISO-8859-1- von daher die schrägen äöü. Das tool von Programmish hab ich auch verwendet - aber noch ein bissi aufgebohrt. Bei dem Telefonnummern gerade ziehen - muss ich noch ein bissi sauberer Werden:&lt;br /&gt;
&lt;a href=&quot;http://www.web-dreamer.de/blog/2010/04/mac-osx-export-adressbookadressbuch-fur-avm-fritzbox.html&quot; title=&quot;http://www.web-dreamer.de/blog/2010/04/mac-osx-export-adressbookadressbuch-fur-avm-fritzbox.html&quot; rel=&quot;nofollow&quot;&gt;http://www.web-dreamer.de/blog/2010...&lt;/a&gt;&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>multitouch table first test run - Harry</title>
    <link>http://blog.f4k3.net/fake/index.php/post/2009/08/16/multitouch-table-first-test-run#c70</link>
    <guid isPermaLink="false">urn:md5:7ef428f897eda1035f04db5ec896e2ba</guid>
    <pubDate>Wed, 11 Nov 2009 00:28:47 +0100</pubDate>
    <dc:creator>Harry</dc:creator>
    
    <description>&lt;p&gt;Aus welcher Stadt kommen denn die Meta Lab Leute?&lt;/p&gt;


&lt;p&gt;Die About Seite auf meta-lab.de ist so leer und auch sonst ist es nicht gerade einfach was rauszufinden. Google spuckt meistens nur etwas über das Meta Lab in Wien aus.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>AVM Fritz! Box vs. OS X Address Book - chronos</title>
    <link>http://blog.f4k3.net/fake/index.php/post/2008/10/04/AVM-Fritz%21-Box-vs.-OS-X-Address-Book#c54</link>
    <guid isPermaLink="false">urn:md5:eaaa24225c6736010e2b820bca367b97</guid>
    <pubDate>Sat, 13 Jun 2009 19:01:07 +0200</pubDate>
    <dc:creator>chronos</dc:creator>
    
    <description>&lt;p&gt;Dankeschön! Ja, das war mein Fehler, jetzt läufts einwandfrei.&lt;br /&gt;
lG&lt;br /&gt;
chronos&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>AVM Fritz! Box vs. OS X Address Book - fake</title>
    <link>http://blog.f4k3.net/fake/index.php/post/2008/10/04/AVM-Fritz%21-Box-vs.-OS-X-Address-Book#c53</link>
    <guid isPermaLink="false">urn:md5:88e7a5ab497972a519cd8c2fbbac0f4c</guid>
    <pubDate>Sat, 13 Jun 2009 16:49:53 +0200</pubDate>
    <dc:creator>fake</dc:creator>
    
    <description>&lt;p&gt;ooh, chronos, sieht so aus als wollte dein system das als shell-skript, nicht als python-skript ausfuehren.&lt;/p&gt;


&lt;p&gt;probiere es mal mit&lt;/p&gt;


&lt;p&gt;python ./exportPB4Fritz.py&lt;/p&gt;


&lt;p&gt;dann sollte es hoffentlich besser aussehen...&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>AVM Fritz! Box vs. OS X Address Book - chronos</title>
    <link>http://blog.f4k3.net/fake/index.php/post/2008/10/04/AVM-Fritz%21-Box-vs.-OS-X-Address-Book#c50</link>
    <guid isPermaLink="false">urn:md5:53e5f6a8b5fdcbd43334b19911839d47</guid>
    <pubDate>Thu, 04 Jun 2009 19:38:43 +0200</pubDate>
    <dc:creator>chronos</dc:creator>
    
    <description>&lt;p&gt;Hi fake,&lt;/p&gt;


&lt;p&gt;bei mir kann das Skript anscheinend nicht aufs Adressbuch zugreifen:&lt;/p&gt;


&lt;p&gt;from: can't read /var/mail/AddressBook&lt;br /&gt;
./exportPB4Fritz.py: line 3: import: command not found&lt;br /&gt;
./exportPB4Fritz.py: line 5: syntax error near unexpected token `('&lt;br /&gt;
./exportPB4Fritz.py: line 5: `def addressBookToList():'&lt;/p&gt;


&lt;p&gt;Irgendeine Ahnung, wie ich das zum Laufen bekomme?&lt;br /&gt;
Der Ordner /var/mail/ ist bei mir anscheinend leer.&lt;/p&gt;


&lt;p&gt;Gruß&lt;br /&gt;
chronos&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>AVM Fritz! Box vs. OS X Address Book - fake</title>
    <link>http://blog.f4k3.net/fake/index.php/post/2008/10/04/AVM-Fritz%21-Box-vs.-OS-X-Address-Book#c49</link>
    <guid isPermaLink="false">urn:md5:3ff8da83706def116bcd7de882a17b79</guid>
    <pubDate>Mon, 04 May 2009 15:42:42 +0200</pubDate>
    <dc:creator>fake</dc:creator>
    
    <description>&lt;p&gt;&lt;p&gt;hi mathias,&lt;/p&gt;
&lt;p&gt;interesting. that could happen if one of your contacts has an empty phone record, or one that only consists of letters previously filtered out in the script (-, , \t). please add a debug statement in line 24 of the script, printing out the name of the person it is working on e.g. &amp;lt;tab&amp;gt; print &quot;adding phone numbers for %s %s&quot; % (first, last) and check the address book record for ther person it bails out after.&lt;/p&gt;
&lt;p&gt;please let me know what caused this so i can update the script with a fix.&lt;/p&gt;
&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>AVM Fritz! Box vs. OS X Address Book - Mathias Espeloer</title>
    <link>http://blog.f4k3.net/fake/index.php/post/2008/10/04/AVM-Fritz%21-Box-vs.-OS-X-Address-Book#c48</link>
    <guid isPermaLink="false">urn:md5:456c6247e5a05985aed89008747c901a</guid>
    <pubDate>Mon, 04 May 2009 15:42:26 +0200</pubDate>
    <dc:creator>Mathias Espeloer</dc:creator>
    
    <description>&lt;p&gt;&lt;p&gt;Hello Script does not work,&lt;/p&gt;
&lt;p&gt;python exportPB4Fritz.py&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Traceback (most recent call last):&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;File &quot;exportPB4Fritz.py&quot;, line 64, in &amp;lt;module&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;list = addressBookToList()&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;File &quot;exportPB4Fritz.py&quot;, line 31, in addressBookToList&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;thisPerson['work'] = telnormalize(phones.valueAtIndex_(val))&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;File &quot;exportPB4Fritz.py&quot;, line 44, in telnormalize&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;if tel[0] == '+':&lt;/p&gt;
&lt;p&gt;IndexError: string index out of range&lt;/p&gt;
&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>AVM Fritz! Box vs. OS X Address Book - fake</title>
    <link>http://blog.f4k3.net/fake/index.php/post/2008/10/04/AVM-Fritz%21-Box-vs.-OS-X-Address-Book#c47</link>
    <guid isPermaLink="false">urn:md5:2cadc8c94718352e35dacb1ca18c148a</guid>
    <pubDate>Mon, 04 May 2009 15:41:59 +0200</pubDate>
    <dc:creator>fake</dc:creator>
    
    <description>&lt;p&gt;&lt;p&gt;hi gary,&lt;/p&gt;
&lt;p&gt;i am not aware of any method to do this... the sl56 is pretty strange, anyways - i wouldn't buy it again. the bluetooth never really worked the way it should (accepting contacts sent to it from other bluetooth devices never worked for me, let alone with the included contact picture intact).&lt;/p&gt;
&lt;p&gt;so, sorry, i have no idea ;-)&lt;/p&gt;
&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>AVM Fritz! Box vs. OS X Address Book - Gary</title>
    <link>http://blog.f4k3.net/fake/index.php/post/2008/10/04/AVM-Fritz%21-Box-vs.-OS-X-Address-Book#c46</link>
    <guid isPermaLink="false">urn:md5:d7b023214a4efadf1ae9effe618970b7</guid>
    <pubDate>Mon, 04 May 2009 15:41:43 +0200</pubDate>
    <dc:creator>Gary</dc:creator>
    
    <description>&lt;p&gt;&lt;p&gt;Hey Fake!&lt;/p&gt;
&lt;p&gt;Just found this from Google and am interested in the pushing contacts from Address Book on my Mac to the SL56 via Bluetooth.&lt;/p&gt;
&lt;p&gt;Is there a way I can do this without running Windows on the Mac?&lt;/p&gt;
&lt;p&gt;G&lt;/p&gt;
&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>minipokereval - The Uninvited</title>
    <link>http://blog.f4k3.net/fake/index.php/post/2008/04/17/minipokereval#c40</link>
    <guid isPermaLink="false">urn:md5:c2cfd6897dba13959e2a9da211ae0fc2</guid>
    <pubDate>Mon, 04 May 2009 15:35:37 +0200</pubDate>
    <dc:creator>The Uninvited</dc:creator>
    
    <description>&lt;p&gt;Nett , sehr nett. Werd ich mir dieses WE mal ansehen, und Anfang Juni gehts dann nach Las Vegas ! :)&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>First &quot;Planets&quot;-Release: Planets 0.1.47 - Koe</title>
    <link>http://blog.f4k3.net/fake/index.php/post/2008/02/28/First-%22Planets%22-Release%3A-Planets-0.1.47#c38</link>
    <guid isPermaLink="false">urn:md5:da846255a8d4cdba6349acf469d9e19b</guid>
    <pubDate>Mon, 04 May 2009 15:30:51 +0200</pubDate>
    <dc:creator>Koe</dc:creator>
    
    <description>&lt;p&gt;Also ich habs grad unter Vista getestet. L‰uft an sich problemlos. Allerdings funktioniert unter Vista die &quot;Distance&quot;-Funktion nicht. Und wenn man mit der Maus beispielsweise die Sonne bewegt (allerdings erst ab einer gewissen Geschwindigkeit) dann &quot;pausiert&quot; die ganze Simulation quasi, heiﬂt das Bild bleibt stehen.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>First &quot;Planets&quot;-Release: Planets 0.1.47 - rennegade</title>
    <link>http://blog.f4k3.net/fake/index.php/post/2008/02/28/First-%22Planets%22-Release%3A-Planets-0.1.47#c37</link>
    <guid isPermaLink="false">urn:md5:bc54adb278387c4c41c168e8087aa682</guid>
    <pubDate>Mon, 04 May 2009 15:30:34 +0200</pubDate>
    <dc:creator>rennegade</dc:creator>
    
    <description>&lt;p&gt;l‰uft auch auf Mac OS X 10.4.11 mit Intel&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>First &quot;Planets&quot;-Release: Planets 0.1.47 - anonymous</title>
    <link>http://blog.f4k3.net/fake/index.php/post/2008/02/28/First-%22Planets%22-Release%3A-Planets-0.1.47#c36</link>
    <guid isPermaLink="false">urn:md5:f236a07b8a0ab761470d669b4723741f</guid>
    <pubDate>Mon, 04 May 2009 15:30:17 +0200</pubDate>
    <dc:creator>anonymous</dc:creator>
    
    <description>&lt;p&gt;Hmm ... je l‰nger es l‰uft, um so mehr cpu auslastung hats. seit dem letzten post bis jetzt hab ichs mal mit 2 planeten laufen lassen. eines der planeten ist zwischenzeitlich abgehauen... irgendwo ganz weit weg... cpu auslastung bei ca 25%&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>First &quot;Planets&quot;-Release: Planets 0.1.47 - zita</title>
    <link>http://blog.f4k3.net/fake/index.php/post/2008/02/28/First-%22Planets%22-Release%3A-Planets-0.1.47#c35</link>
    <guid isPermaLink="false">urn:md5:08693e25f446d143149c6a71f7e6775b</guid>
    <pubDate>Mon, 04 May 2009 15:29:59 +0200</pubDate>
    <dc:creator>zita</dc:creator>
    
    <description>&lt;p&gt;&lt;p&gt;L‰uft unter XP SP2.&lt;/p&gt;
&lt;p&gt;Was der Guru zur Masse schrieb gilt auch f¸r die Size.&lt;/p&gt;
&lt;p&gt;Wenn ich reset dr¸cke, wird nicht das aktuelle beispiel resettet, sondern das ganze programm. Also ich hatte z.b. das beispiel mit den 8 planeten gew‰hlt, lasse es laufen, dr¸cke reset, seh ich wieder nur 2 planeten (die nat¸rlich auch weiter laufen).&lt;/p&gt;
&lt;p&gt;und man kann tolle bilder damit malen ;)&lt;/p&gt;
&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>First &quot;Planets&quot;-Release: Planets 0.1.47 - DerPoftbote</title>
    <link>http://blog.f4k3.net/fake/index.php/post/2008/02/28/First-%22Planets%22-Release%3A-Planets-0.1.47#c34</link>
    <guid isPermaLink="false">urn:md5:0bdaeafc807ae61f3f2ac68efc6c9e9f</guid>
    <pubDate>Mon, 04 May 2009 15:29:43 +0200</pubDate>
    <dc:creator>DerPoftbote</dc:creator>
    
    <description>&lt;p&gt;Nachdem ich das Programm ca. 5 mal gestartet habe, brachte der Distance Button nicht mehr den gew¸nschten Effekt. Zuvor hatte ich Planeten mit negativer Masse eingegeben^^.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>First &quot;Planets&quot;-Release: Planets 0.1.47 - DerPoftbote</title>
    <link>http://blog.f4k3.net/fake/index.php/post/2008/02/28/First-%22Planets%22-Release%3A-Planets-0.1.47#c33</link>
    <guid isPermaLink="false">urn:md5:186b77c7ff620f5de0963b0608584912</guid>
    <pubDate>Mon, 04 May 2009 15:29:27 +0200</pubDate>
    <dc:creator>DerPoftbote</dc:creator>
    
    <description>&lt;p&gt;Wenn man die Masse eines Planeten auf 9999999999 setzt, wird diese beim n‰chsten ÷ffnen des Info-Fensters als 0 angegeben.&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>First &quot;Planets&quot;-Release: Planets 0.1.47 - guru</title>
    <link>http://blog.f4k3.net/fake/index.php/post/2008/02/28/First-%22Planets%22-Release%3A-Planets-0.1.47#c32</link>
    <guid isPermaLink="false">urn:md5:d0014c349c68c903ae7455c3eab75718</guid>
    <pubDate>Mon, 04 May 2009 15:29:11 +0200</pubDate>
    <dc:creator>guru</dc:creator>
    
    <description>&lt;p&gt;&lt;p&gt;Habs auf ubuntu getestet - laeuft&lt;/p&gt;
&lt;p&gt;--- und am ende stuerzen alle planeten in die sonne oder verlassen das sonnensystem - cool :-)&lt;/p&gt;
&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Acegi LoginCommand for FDS - Geoffrey</title>
    <link>http://blog.f4k3.net/fake/index.php/post/2007/06/06/Acegi-LoginCommand-for-FDS#c30</link>
    <guid isPermaLink="false">urn:md5:dffe119d572041d3aea1c247a1b88308</guid>
    <pubDate>Mon, 04 May 2009 15:26:36 +0200</pubDate>
    <dc:creator>Geoffrey</dc:creator>
    
    <description>&lt;p&gt;&lt;p&gt;Thank you for this post, it was quite helpful. &amp;nbsp;Just so others know, I had to change the following lines for my environment:&lt;/p&gt;
&lt;p&gt;//The name of my Acegi configuration file.&lt;/p&gt;
&lt;p&gt;private static String[] CONFIG_LOCATIONS =&lt;/p&gt;
&lt;p&gt;{&quot;classpath:security-context.xml&quot;};&lt;/p&gt;
&lt;p&gt;//&quot;ldapAuthenticationProvider&quot; is from my Acegi config file, and it's the name of the bean that is used for authentication via LDAP.&lt;/p&gt;
&lt;p&gt;authenticationProvider =&lt;/p&gt;
&lt;p&gt;(AuthenticationProvider)applicationContext.getBean(&quot;ldapAuthenticationProvider&quot;)\&lt;/p&gt;
&lt;p&gt;;&lt;/p&gt;
&lt;p&gt;I then updated services-config.xml and added:&lt;/p&gt;
&lt;p&gt;&amp;lt;security&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;login-command class=&quot;com.gdais.security.AcegiLoginCommand&quot;&lt;/p&gt;
&lt;p&gt;server=&quot;Tomcat&quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;security-constraint id=&quot;basic-read-access&quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;auth-method&amp;gt;Basic&amp;lt;/auth-method&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;roles&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;role&amp;gt;ROLE_MANAGERS&amp;lt;/role&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;role&amp;gt;ROLE_USERS&amp;lt;/role&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/roles&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/security-constraint&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/security&amp;gt;&lt;/p&gt;
&lt;p&gt;//The roles came from the Acegi config file.&lt;/p&gt;
&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Acegi LoginCommand for FDS - Inventory Management Software</title>
    <link>http://blog.f4k3.net/fake/index.php/post/2007/06/06/Acegi-LoginCommand-for-FDS#c29</link>
    <guid isPermaLink="false">urn:md5:9583346acdd1ad5cb8995e99b2887984</guid>
    <pubDate>Mon, 04 May 2009 15:26:13 +0200</pubDate>
    <dc:creator>Inventory Management Software</dc:creator>
    
    <description>&lt;p&gt;nice info.. this is the best info&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Acegi LoginCommand for FDS - Brian E</title>
    <link>http://blog.f4k3.net/fake/index.php/post/2007/06/06/Acegi-LoginCommand-for-FDS#c28</link>
    <guid isPermaLink="false">urn:md5:2a11c46854b93d73db50955f4f4a2707</guid>
    <pubDate>Mon, 04 May 2009 15:25:38 +0200</pubDate>
    <dc:creator>Brian E</dc:creator>
    
    <description>&lt;p&gt;Would you mind posting your acegi configuration xml?&lt;/p&gt;</description>
  </item>
      
    
    <item>
    <title>Acegi LoginCommand for FDS - Melayu Boleh</title>
    <link>http://blog.f4k3.net/fake/index.php/post/2007/06/06/Acegi-LoginCommand-for-FDS#c27</link>
    <guid isPermaLink="false">urn:md5:25a6ef8d6812e3ac75dbbe73d35bf970</guid>
    <pubDate>Mon, 04 May 2009 15:25:22 +0200</pubDate>
    <dc:creator>Melayu Boleh</dc:creator>
    
    <description>&lt;p&gt;&lt;p&gt;ermmm... very informative..&lt;/p&gt;
&lt;p&gt;thanks dude :)&lt;/p&gt;
&lt;/p&gt;</description>
  </item>
      
</channel>
</rss>