<?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>Trace</title>
	<atom:link href="http://trace.adityalesmana.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://trace.adityalesmana.com</link>
	<description>Quick notes from here and there now and then</description>
	<lastBuildDate>Fri, 27 Apr 2012 07:44:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Set Proxy Server via Windows Command Line</title>
		<link>http://trace.adityalesmana.com/2012/04/set-proxy-server-via-windows-command-line/</link>
		<comments>http://trace.adityalesmana.com/2012/04/set-proxy-server-via-windows-command-line/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 08:28:18 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://trace.adityalesmana.com/?p=179</guid>
		<description><![CDATA[Type this in the cmd window to set it (or put it inside a .bat files): set HTTP_PROXY=http://userid:pass@proxywhatever.domain.com:portnumber I use this to download python module via PIP every now and then.]]></description>
		<wfw:commentRss>http://trace.adityalesmana.com/2012/04/set-proxy-server-via-windows-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.gitignore setting for Windows Visual Studio</title>
		<link>http://trace.adityalesmana.com/2012/03/gitignore-setting-for-windows-visual-studio/</link>
		<comments>http://trace.adityalesmana.com/2012/03/gitignore-setting-for-windows-visual-studio/#comments</comments>
		<pubDate>Sat, 24 Mar 2012 07:46:03 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://trace.adityalesmana.com/?p=178</guid>
		<description><![CDATA[the one I used]]></description>
		<wfw:commentRss>http://trace.adityalesmana.com/2012/03/gitignore-setting-for-windows-visual-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prettifying Java XML output</title>
		<link>http://trace.adityalesmana.com/2012/03/display-xml-properly-on-text-field/</link>
		<comments>http://trace.adityalesmana.com/2012/03/display-xml-properly-on-text-field/#comments</comments>
		<pubDate>Thu, 08 Mar 2012 03:50:02 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://trace.adityalesmana.com/?p=175</guid>
		<description><![CDATA[This following code is to display a long string of XML into a textfield with proper indentation and such. I grab it from one of the websites. You can use the above pretiffy code by asssuming JMSResponse is just another string mapped to text field. If you use later edition of Java, the above codes [...]]]></description>
		<wfw:commentRss>http://trace.adityalesmana.com/2012/03/display-xml-properly-on-text-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change git origin</title>
		<link>http://trace.adityalesmana.com/2012/02/change-git-origin/</link>
		<comments>http://trace.adityalesmana.com/2012/02/change-git-origin/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 09:43:22 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://trace.adityalesmana.com/?p=172</guid>
		<description><![CDATA[In some cases, I want to change git origin URL. Say when switching from SSH to HTTPS protocol. Easiest way to do so is by changing origin information inside .git/config]]></description>
		<wfw:commentRss>http://trace.adityalesmana.com/2012/02/change-git-origin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Git behind proxy</title>
		<link>http://trace.adityalesmana.com/2012/02/using-git-behind-proxy/</link>
		<comments>http://trace.adityalesmana.com/2012/02/using-git-behind-proxy/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 08:38:24 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://trace.adityalesmana.com/?p=170</guid>
		<description><![CDATA[$ git config --global http.proxy http://proxyuser:proxypwd@proxy.server.com:8080 $ git config --system http.sslcainfo /bin/curl-ca-bundle.crt $ git remote add origin https://mygithubuser:mygithubpwd@github.com/repoUser/repoName.git $ git push origin master proxyuser= the proxy user I was assigned by our IT dept, in my case it is the same windows user I use to log in to my PC, the Active Directory user [...]]]></description>
		<wfw:commentRss>http://trace.adityalesmana.com/2012/02/using-git-behind-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>setting the $HOME environment for portable Git</title>
		<link>http://trace.adityalesmana.com/2012/02/setting-the-home-environment-for-portable-git/</link>
		<comments>http://trace.adityalesmana.com/2012/02/setting-the-home-environment-for-portable-git/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 07:17:27 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://trace.adityalesmana.com/?p=169</guid>
		<description><![CDATA[I got this information from http://markashleybell.com/articles/portable-git-windows-setting-home-environment-variable. Visit his blog. Quite neat. Anyway, I want to create portable git environment where I can continue my work within different environment. Portable git can do the trick. To bad it is tied to user directory for SSL information. The easiest way to do this is to create folder [...]]]></description>
		<wfw:commentRss>http://trace.adityalesmana.com/2012/02/setting-the-home-environment-for-portable-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python Keywords Sample</title>
		<link>http://trace.adityalesmana.com/2011/08/python-keywords-sample/</link>
		<comments>http://trace.adityalesmana.com/2011/08/python-keywords-sample/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 18:11:48 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[sample]]></category>

		<guid isPermaLink="false">http://trace.adityalesmana.com/?p=166</guid>
		<description><![CDATA[Recently I was attempting to follow tutorial on python from LearnPythonTheHardWay.org (yes the name explains it pretty well). I am currently on exercise 37 where I need to review list of Python symbols among many other things. I decided to go slightly beyond what is required and jot down some snippets code too. Here are [...]]]></description>
		<wfw:commentRss>http://trace.adityalesmana.com/2011/08/python-keywords-sample/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>List of Budget Airlines Between Jakarta Singapore</title>
		<link>http://trace.adityalesmana.com/2011/06/list-of-budget-airlines-between-jakarta-singapore/</link>
		<comments>http://trace.adityalesmana.com/2011/06/list-of-budget-airlines-between-jakarta-singapore/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 18:00:03 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[list]]></category>

		<guid isPermaLink="false">http://trace.adityalesmana.com/?p=164</guid>
		<description><![CDATA[Booking via online travel agents might be convenient and easy. Not to mention, their names always popped up on the first few rows of popular search engine. However, those online travel agents might not , for whatever reasons, list regional airlines in their sites which in all fairness cheaper than full fledged carrier. This post [...]]]></description>
		<wfw:commentRss>http://trace.adityalesmana.com/2011/06/list-of-budget-airlines-between-jakarta-singapore/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Find Canon G10 Actual Actuation or Shutter Count</title>
		<link>http://trace.adityalesmana.com/2011/06/find-canon-g10-actual-actuation-or-shutter-count/</link>
		<comments>http://trace.adityalesmana.com/2011/06/find-canon-g10-actual-actuation-or-shutter-count/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 17:16:58 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[canon]]></category>
		<category><![CDATA[hack]]></category>

		<guid isPermaLink="false">http://trace.adityalesmana.com/?p=160</guid>
		<description><![CDATA[Many people mistakenly believe the name of the last photo (e.g. 101-4511 is 14511st pic) is the indication of the shutter count of the camera. While it might be true most of the time, those number is not accurate as the software can be modified. Finding the REAL actual actuation or shutter count from Canon [...]]]></description>
		<wfw:commentRss>http://trace.adityalesmana.com/2011/06/find-canon-g10-actual-actuation-or-shutter-count/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>String Split() with special character</title>
		<link>http://trace.adityalesmana.com/2011/02/string-split-with-special-character/</link>
		<comments>http://trace.adityalesmana.com/2011/02/string-split-with-special-character/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 09:10:09 +0000</pubDate>
		<dc:creator>Aditya</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://trace.adityalesmana.com/?p=158</guid>
		<description><![CDATA[Being an Information Systems Management, I have not been really exposed to much nitty gritty details of programming &#8211; even on the language that I am exposed to the most &#8211; Java. Yes I have done my fair share of debugging and such, but even so I often stumble in some random stuff that waste [...]]]></description>
		<wfw:commentRss>http://trace.adityalesmana.com/2011/02/string-split-with-special-character/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

