<?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:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>stratos.me &#187; My Coding</title>
	<atom:link href="http://www.stratos.me/category/my-coding/feed" rel="self" type="application/rss+xml" />
	<link>http://www.stratos.me</link>
	<description>Just writing what hits my mind!</description>
	<pubDate>Thu, 14 Aug 2008 16:11:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Directory file exporter written in Java</title>
		<link>http://www.stratos.me/2008/08/directory-file-exporter-written-in-java/</link>
		<comments>http://www.stratos.me/2008/08/directory-file-exporter-written-in-java/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 15:16:37 +0000</pubDate>
		<dc:creator>stratosg</dc:creator>
		
		<category><![CDATA[My Coding]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[program]]></category>

		<guid isPermaLink="false">http://www.stratos.me/?p=283</guid>
		<description><![CDATA[Reading one of my friend's blog the other day i stumbled onto this title: "How to copy Multiple Files/Folder names in bulk to Notepad file". I remember my self wanting to write a small app that would do that exact thing because i needed it a couple of times. At that time i decided not [...]]]></description>
		<wfw:commentRss>http://www.stratos.me/2008/08/directory-file-exporter-written-in-java/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Find MAC address using Java</title>
		<link>http://www.stratos.me/2008/07/find-mac-address-using-java/</link>
		<comments>http://www.stratos.me/2008/07/find-mac-address-using-java/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 11:42:47 +0000</pubDate>
		<dc:creator>stratosg</dc:creator>
		
		<category><![CDATA[My Coding]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[mycode]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.stratos.me/?p=219</guid>
		<description><![CDATA[Recently i wanted to get the MAC addresses of the computer i was working from within my Java program. I started a small quest and all over there was this tip "this is system dependent so you need to make system calls". Somewhere around there i found a "but". Someone posted that in mustang (that [...]]]></description>
		<wfw:commentRss>http://www.stratos.me/2008/07/find-mac-address-using-java/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Java XOR Encryption</title>
		<link>http://www.stratos.me/2008/07/java-xor-encryption/</link>
		<comments>http://www.stratos.me/2008/07/java-xor-encryption/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 13:04:00 +0000</pubDate>
		<dc:creator>stratosg</dc:creator>
		
		<category><![CDATA[My Coding]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.stratos.me/?p=210</guid>
		<description><![CDATA[A few months ago (see related posts) i released a small package for a XOR encryption in C. Now, here i am with an even smaller program for XOR encryption in Java. As expected, in Java it was way easier to implement it than C. No pointer loses, no "segmentation faults" no nothing. Nice and [...]]]></description>
		<wfw:commentRss>http://www.stratos.me/2008/07/java-xor-encryption/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MyBrowser to help you with HTTP headers</title>
		<link>http://www.stratos.me/2008/05/mybrowser/</link>
		<comments>http://www.stratos.me/2008/05/mybrowser/#comments</comments>
		<pubDate>Fri, 09 May 2008 14:14:17 +0000</pubDate>
		<dc:creator>stratosg</dc:creator>
		
		<category><![CDATA[My Coding]]></category>

		<category><![CDATA[http headers test]]></category>

		<category><![CDATA[simple browser]]></category>

		<guid isPermaLink="false">http://stratosector.net/myblog/?p=102</guid>
		<description><![CDATA[In the hardcores or masochists series i illustrated alot of http headers from a cimmunication with a server. I told you back then that if you want to check these examples you can use telnet. This is true but telnet is not that helpfull when you want to send alot of headers because if you [...]]]></description>
		<wfw:commentRss>http://www.stratos.me/2008/05/mybrowser/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Converting encodings for Clickatell&#8217;s UTF support.</title>
		<link>http://www.stratos.me/2008/03/converting-encodings-for-clickatells-utf-support/</link>
		<comments>http://www.stratos.me/2008/03/converting-encodings-for-clickatells-utf-support/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 21:32:33 +0000</pubDate>
		<dc:creator>stratosg</dc:creator>
		
		<category><![CDATA[My Coding]]></category>

		<category><![CDATA[Quickies]]></category>

		<category><![CDATA[clickatell convert utf-8 utf-16]]></category>

		<guid isPermaLink="false">http://stratosector.net/myblog/?p=55</guid>
		<description><![CDATA[I know this is a port mania today but i finally solved a problem that has been bugging me for a few days now. I wanted to send an sms via Clicaktell's gateway that i wanted it to be utf. This gateway supports this kind of messages but with a trick.
When you set the UTF [...]]]></description>
		<wfw:commentRss>http://www.stratos.me/2008/03/converting-encodings-for-clickatells-utf-support/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Code snippets for HTTP and POP communication.</title>
		<link>http://www.stratos.me/2008/03/code-snippets-for-http-and-pop-communication/</link>
		<comments>http://www.stratos.me/2008/03/code-snippets-for-http-and-pop-communication/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 11:08:59 +0000</pubDate>
		<dc:creator>stratosg</dc:creator>
		
		<category><![CDATA[My Coding]]></category>

		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://stratosector.net/myblog/?p=50</guid>
		<description><![CDATA[This entry is part 2 of 8 in the series Hardcore or Masochist?On the "hardcores or masochists" post series i used the dumps of http, pop, smtp and imap sessions. But how did i get these? Well for the mailing ones, the answer is easy, telnet. But for the http part i created some scripts [...]]]></description>
		<wfw:commentRss>http://www.stratos.me/2008/03/code-snippets-for-http-and-pop-communication/feed/</wfw:commentRss>
	
		<series:name><![CDATA[Hardcore or Masochist?]]></series:name>
	</item>
		<item>
		<title>Loading to RAM vs Querying to get all</title>
		<link>http://www.stratos.me/2008/03/loading-to-ram-vs-querying-to-get-all/</link>
		<comments>http://www.stratos.me/2008/03/loading-to-ram-vs-querying-to-get-all/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 21:20:59 +0000</pubDate>
		<dc:creator>stratosg</dc:creator>
		
		<category><![CDATA[My Coding]]></category>

		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://stratosector.net/myblog/?p=43</guid>
		<description><![CDATA[The title of the post is pretty streight forward. Here is a problem i face every day and i believe every developer, that has something to do with databases, does. When you need a result set that has to be created out of sever or eight tables what do you do? Do you make a [...]]]></description>
		<wfw:commentRss>http://www.stratos.me/2008/03/loading-to-ram-vs-querying-to-get-all/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Writing a Mail2SMS app&#8230;</title>
		<link>http://www.stratos.me/2008/03/writing-a-mail2sms-app/</link>
		<comments>http://www.stratos.me/2008/03/writing-a-mail2sms-app/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 21:08:10 +0000</pubDate>
		<dc:creator>stratosg</dc:creator>
		
		<category><![CDATA[My Coding]]></category>

		<category><![CDATA[mail send sms]]></category>

		<category><![CDATA[mail to sms]]></category>

		<category><![CDATA[mail2sms]]></category>

		<guid isPermaLink="false">http://stratosector.net/myblog/?p=40</guid>
		<description><![CDATA[I thought of this idea a few days ago and it realy got me excited. The basic thought is that a daemon checks your email and when you have a new one he dispatches and SMS to you with the sender and the subject of the message. This way you can chill out anywhere and [...]]]></description>
		<wfw:commentRss>http://www.stratos.me/2008/03/writing-a-mail2sms-app/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Facts site &#038; Jasmine!</title>
		<link>http://www.stratos.me/2008/03/facts-site-jasmine/</link>
		<comments>http://www.stratos.me/2008/03/facts-site-jasmine/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 09:02:44 +0000</pubDate>
		<dc:creator>stratosg</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[My Coding]]></category>

		<guid isPermaLink="false">http://stratosector.net/myblog/?p=35</guid>
		<description><![CDATA[Here i am with another site idea. From 2003 i've been studying at University of Peloponnese, UoP for short. Some realy crazy things have happened and we have met some crazy and good people. So, when i went to Tripolis, about a month ago, i was talking with a friend of mine, gogo. We were [...]]]></description>
		<wfw:commentRss>http://www.stratos.me/2008/03/facts-site-jasmine/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Back to e107</title>
		<link>http://www.stratos.me/2008/02/back-to-e107/</link>
		<comments>http://www.stratos.me/2008/02/back-to-e107/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 19:09:22 +0000</pubDate>
		<dc:creator>stratosg</dc:creator>
		
		<category><![CDATA[My Coding]]></category>

		<category><![CDATA[e107 joomla migration]]></category>

		<guid isPermaLink="false">http://stratosector.net/myblog/?p=25</guid>
		<description><![CDATA[The attempt on migrating StratoSector from e107 to Joomla was a total disaster. The boggest problem i had is that the site was realy slow. I thought that the CMS in combination with the hoster was the reason that the site was so damn slow some times. What it turned out to be is that [...]]]></description>
		<wfw:commentRss>http://www.stratos.me/2008/02/back-to-e107/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
