<?xml version="1.0"?>
<rss version="2.0">
<channel>
  <title>Markus&#039; Blog - programming category</title>
  <link>http://www.tower-net.de:80/blog/categories/programming/</link>
  <description>Frenzied programming..., tech..., climbing..., sports..., mountain..., nature... and futile notes</description>
  <language>en</language>
  <copyright>Markus Kolb</copyright>
  <lastBuildDate>Tue, 06 Jul 2010 18:50:00 GMT</lastBuildDate>
  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  
  <image>
    <url>http://www.tower-net.de/blog/favicon.ico</url>
    <title>Markus&#039; Blog (programming category)</title>
    <link>http://www.tower-net.de:80/blog/</link>
  </image>
  
  
  <item>
    <title>Java 7 supports creating symbolic links</title>
    <link>http://www.tower-net.de:80/blog/2010/07/06/1278442200000.html</link>
    
      
        <description>
          Just discovered at&lt;br /&gt;
&lt;a href=&#034;http://openjdk.java.net/projects/nio/javadoc/java/nio/file/Path.html#createSymbolicLink%28java.nio.file.Path,%20java.nio.file.attribute.FileAttribute...%29&#034;&gt;http://openjdk.java.net/projects/nio/javadoc/java/nio/file/Path.html#...&lt;/a&gt;&lt;br /&gt;
that Java 7 might support the developer in creating symbolic links to  files and directories.
        </description>
      
      
    
    
    
    <category>os_unix</category>
    
    <category>programming</category>
    
    <comments>http://www.tower-net.de:80/blog/2010/07/06/1278442200000.html#comments</comments>
    <guid isPermaLink="true">http://www.tower-net.de:80/blog/2010/07/06/1278442200000.html</guid>
    <pubDate>Tue, 06 Jul 2010 18:50:00 GMT</pubDate>
  </item>
  
  <item>
    <title>DWH n days ago up to now</title>
    <link>http://www.tower-net.de:80/blog/2010/04/20/1271748000000.html</link>
    
      
        <description>
          To query data for a datawarehouse report starting at n-days ago at midnight up to newest available data, I can use the following SQL:&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;timestamp(char(date(current timestamp - 2 days)) concat &#039;-00.00.00.000000&#039;)
        </description>
      
      
    
    
    
    <category>tech</category>
    
    <category>programming</category>
    
    <comments>http://www.tower-net.de:80/blog/2010/04/20/1271748000000.html#comments</comments>
    <guid isPermaLink="true">http://www.tower-net.de:80/blog/2010/04/20/1271748000000.html</guid>
    <pubDate>Tue, 20 Apr 2010 07:20:00 GMT</pubDate>
  </item>
  
  <item>
    <title>Snoop USB data stream in Linux</title>
    <link>http://www.tower-net.de:80/blog/2010/02/10/1265817780000.html</link>
    
      
        <description>
          Greg Kroah-Hartman provided some older article to use printk in the USB driver of the Linux kernel to output complete data: &lt;a href=&#034;http://www.linuxjournal.com/article/7582?page=0,0&#034;&gt;http://www.linuxjournal.com/article/7582?page=0,0&lt;/a&gt;
        </description>
      
      
    
    
    
    <category>os_unix</category>
    
    <category>programming</category>
    
    <comments>http://www.tower-net.de:80/blog/2010/02/10/1265817780000.html#comments</comments>
    <guid isPermaLink="true">http://www.tower-net.de:80/blog/2010/02/10/1265817780000.html</guid>
    <pubDate>Wed, 10 Feb 2010 16:03:00 GMT</pubDate>
  </item>
  
  <item>
    <title>Yipiiih - first successful deployment</title>
    <link>http://www.tower-net.de:80/blog/2009/11/06/1257528660000.html</link>
    
      
        <description>
          An hour ago I&#039;ve got our new Latte2 build environment to successful deploy the first application.&lt;br /&gt;
This has been a long way and there is still some work to be done next week.&lt;br /&gt;
But now I think it&#039;ll become a full success.
        </description>
      
      
    
    
    
    <category>programming</category>
    
    <category>was</category>
    
    <comments>http://www.tower-net.de:80/blog/2009/11/06/1257528660000.html#comments</comments>
    <guid isPermaLink="true">http://www.tower-net.de:80/blog/2009/11/06/1257528660000.html</guid>
    <pubDate>Fri, 06 Nov 2009 17:31:00 GMT</pubDate>
  </item>
  
  <item>
    <title>Use Gson to convert between JSON and Java objects</title>
    <link>http://www.tower-net.de:80/blog/2009/10/18/1255825680000.html</link>
    
      
        <description>
          It is really a simple and fast solution to use &lt;a href=&#034;http://code.google.com/p/google-gson/&#034;&gt;google-gson&lt;/a&gt; to convert Java objects with primitives to &lt;a href=&#034;http://www.json.org/&#034;&gt;JSON&lt;/a&gt; and back. &lt;br /&gt;
A call to &lt;em&gt;new Gson().toJson(primitiveObj)&lt;/em&gt; is all you need.&lt;br /&gt;
There&#039;s also a Maven repository for easy integration in your project.&lt;br /&gt;
Try it out before you fiddle around with your own object converter!
        </description>
      
      
    
    
    
    <category>programming</category>
    
    <comments>http://www.tower-net.de:80/blog/2009/10/18/1255825680000.html#comments</comments>
    <guid isPermaLink="true">http://www.tower-net.de:80/blog/2009/10/18/1255825680000.html</guid>
    <pubDate>Sun, 18 Oct 2009 00:28:00 GMT</pubDate>
  </item>
  
  </channel>
</rss>
