<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Geronimo89.dk &#187; ruby</title>
	<atom:link href="http://geronimo89.dk/tag/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://geronimo89.dk</link>
	<description>A blog about me, my doings and everything I think deserves attention.</description>
	<lastBuildDate>Sun, 29 Jan 2012 12:02:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>coding projects</title>
		<link>http://geronimo89.dk/2006/10/31/coding-projects/</link>
		<comments>http://geronimo89.dk/2006/10/31/coding-projects/#comments</comments>
		<pubDate>Tue, 31 Oct 2006 10:16:56 +0000</pubDate>
		<dc:creator>Jonathan Hethey</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://geronimo89.dk/blog/?p=9</guid>
		<description><![CDATA[I&#8217;ve got ideas for coding projects involving PHP, MySQL and Ruby. I know that I need more practice, but I really would like to set up a dictionary server for me and parts of my frenchclass. We could not find a good open source library for french-&#62;german, german-&#62;french. I would like to create a database, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve got ideas for coding projects involving PHP, MySQL and Ruby. I know that I need more practice, but I really would like to set up a dictionary server for me and parts of my frenchclass. We could not find a good open source library for french-&gt;german, german-&gt;french. I would like to create a database, that would be able to be converted into a textfile, readable by ding, an open source, linux dictionary application. I have never started a database project before, so this is going to be fun. I&#8217;ll need a server that is available 24/7 or at least mostly. The amount of traffic will not be large, so I would be really happy if someone would offer me a user and one or two databases on his/her server. Since this is not very likely to happen, I will set up a low-end server by the end of the month and find some place for it.</p>
<p>Learning ruby is fun. I try to drag other people in it and some of them seem to be interested. I think I&#8217;m making progress in small steps and I&#8217;m looking forward to the integration of Ruby in The Gimp, so I some day maybe will be able to write Gimp extensions in Ruby.</p>
<p>related links:</p>
<p><a title="Google SOC page of The Gimp" href="http://code.google.com/soc/gimp/about.html">Google soc The Gimp</a></p>
<p><a title="Google SOC page of the ruby central" href="http://code.google.com/soc/ruby/about.html">Google soc Ruby central</a></p>
<p><a title="home of ding" href="http://www-user.tu-chemnitz.de/~fri/ding/">Ding dictionary </a></p>
<div id="crp_related"><h4>Related Posts:</h3><ul><li><a href="http://geronimo89.dk/2010/04/28/google-summer-of-code-2010/" rel="bookmark" class="crp_title">Google Summer of Code 2010</a></li><li><a href="http://geronimo89.dk/2006/09/16/coding/" rel="bookmark" class="crp_title">coding</a></li><li><a href="http://geronimo89.dk/2007/11/01/the-gimp-24/" rel="bookmark" class="crp_title">The Gimp 2.4</a></li><li><a href="http://geronimo89.dk/2010/08/31/day-2-adobe-adventure-land-suite/" rel="bookmark" class="crp_title">Day 2, Adobe Adventure Land Suite</a></li><li><a href="http://geronimo89.dk/2007/07/30/gobby-no-more-lonely-typing/" rel="bookmark" class="crp_title">Gobby, no more lonely typing</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://geronimo89.dk/2006/10/31/coding-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>coding</title>
		<link>http://geronimo89.dk/2006/09/16/coding/</link>
		<comments>http://geronimo89.dk/2006/09/16/coding/#comments</comments>
		<pubDate>Sat, 16 Sep 2006 11:27:08 +0000</pubDate>
		<dc:creator>Jonathan Hethey</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[English]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://geronimo89.dk/blog/?p=7</guid>
		<description><![CDATA[Since I always was focussed on design I decided that my lousy skills needed some work on them. I started nosing around about the topic and found things I could use. The site freetechbooks.com offers a lot of free documents containing computer science and programming. The ebook I am reading right now is written as [...]]]></description>
			<content:encoded><![CDATA[<p>Since I always was focussed on design I decided that my lousy skills needed some work on them. I started nosing around about the topic and found things I could use. The site <a title="freetechbooks.com" href="http://www.freetechbooks.com">freetechbooks.com</a> offers a lot of free documents containing computer science and programming. The ebook I am reading right now is written as an introduction to programming with <a title="python" href="http://www.python.org/">python</a>. It&#8217;s called <a title="think like a computer scientist" href="http://greenteapress.com/thinkpython/">think like a computer scientist</a>. After only 3 chapters I can tell it really helps understanding essentials. Moni and me are doing the <a title="php-q.tutorial" href="http://tut.php-q.net">php-q tutorial</a> together and having some fun with that too. While writing this entry I found another easy and fun to learn language, it&#8217;s called ruby and you can try it online <a title="here" href="http://tryruby.hobix.com/">here</a>. <a title="Python" href="http://www.python.org/">Python</a> and <a title="Ruby" href="http://www.ruby-lang.org/en/">Ruby</a> are, as far as I could experience, following the KISS principe (keep it simple stupid).</p>
<p>Let&#8217;s have a short look at methods in <a title="ruby" href="http://www.ruby-lang.org/en/">ruby</a>:</p>
<p><code>geronimo@Zero-1:~$ irb1.8<br />
irb(main):001:0&gt; def greetings(name)<br />
irb(main):002:1&gt; puts "Rise and shine #{name}..."<br />
irb(main):003:1&gt; end<br />
=&gt; nil<br />
irb(main):004:0&gt; greetings("sleepyhead")<br />
Rise and shine sleepyhead...<br />
=&gt; nil<br />
</code></p>
<div id="crp_related"><h4>Related Posts:</h3><ul><li><a href="http://geronimo89.dk/2008/05/27/shshsshhh-hsss/" rel="bookmark" class="crp_title">Shshsshhh Hsss!</a></li><li><a href="http://geronimo89.dk/2006/10/31/coding-projects/" rel="bookmark" class="crp_title">coding projects</a></li><li><a href="http://geronimo89.dk/2008/06/07/cygwin/" rel="bookmark" class="crp_title">cygwin</a></li><li><a href="http://geronimo89.dk/2010/04/28/google-summer-of-code-2010/" rel="bookmark" class="crp_title">Google Summer of Code 2010</a></li><li><a href="http://geronimo89.dk/2008/06/08/flexible-dice/" rel="bookmark" class="crp_title">flexible dice</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://geronimo89.dk/2006/09/16/coding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

