<?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>Code Dump</title>
	<atom:link href="http://lin.chear.ca/feed/" rel="self" type="application/rss+xml" />
	<link>http://lin.chear.ca</link>
	<description>foreach thought as blah</description>
	<lastBuildDate>Tue, 31 Jan 2012 23:34:44 +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>Building Growl</title>
		<link>http://lin.chear.ca/2011/11/13/building-growl/</link>
		<comments>http://lin.chear.ca/2011/11/13/building-growl/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 14:55:30 +0000</pubDate>
		<dc:creator>linchear</dc:creator>
				<category><![CDATA[Hax]]></category>

		<guid isPermaLink="false">http://lin.chear.ca/?p=258</guid>
		<description><![CDATA[Like Growl? Too cheap to pay $1.99 for the latest update? GO HERE]]></description>
		<wfw:commentRss>http://lin.chear.ca/2011/11/13/building-growl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spring JSON @RequestBody</title>
		<link>http://lin.chear.ca/2011/07/14/spring-json-requestbody/</link>
		<comments>http://lin.chear.ca/2011/07/14/spring-json-requestbody/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 23:59:24 +0000</pubDate>
		<dc:creator>linchear</dc:creator>
				<category><![CDATA[Hax]]></category>

		<guid isPermaLink="false">http://lin.chear.ca/?p=253</guid>
		<description><![CDATA[What I learned today: I had the same problem and it finally turned out that the class I was trying to convert JSON to cannot be an inner class. What helped me to find the problem was turning on debug &#8230; <a href="http://lin.chear.ca/2011/07/14/spring-json-requestbody/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://lin.chear.ca/2011/07/14/spring-json-requestbody/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysqldump without table locks and single line inserts</title>
		<link>http://lin.chear.ca/2010/06/16/mysqldump-without-table-locks-and-single-line-inserts/</link>
		<comments>http://lin.chear.ca/2010/06/16/mysqldump-without-table-locks-and-single-line-inserts/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 03:32:21 +0000</pubDate>
		<dc:creator>linchear</dc:creator>
				<category><![CDATA[Code Dump]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://lin.chear.ca/?p=247</guid>
		<description><![CDATA[Since I always forget: mysqldump  &#8211;extended-insert=false &#8211;host &#60;host&#62;  &#8211;skip-lock-tables -u &#60;user&#62; &#8211;password &#60;database&#62; &#60;table&#62; &#62; file.sql]]></description>
		<wfw:commentRss>http://lin.chear.ca/2010/06/16/mysqldump-without-table-locks-and-single-line-inserts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH Tunnelling</title>
		<link>http://lin.chear.ca/2010/06/15/ssh-tunnelling/</link>
		<comments>http://lin.chear.ca/2010/06/15/ssh-tunnelling/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 20:53:47 +0000</pubDate>
		<dc:creator>linchear</dc:creator>
				<category><![CDATA[Hax]]></category>

		<guid isPermaLink="false">http://lin.chear.ca/?p=245</guid>
		<description><![CDATA[ssh -f user@HOST -L from_port:to_ip:to_port  -N eg: ssh -f blah@home.chear.ca -L 8080:192.168.1.1:80  -N]]></description>
		<wfw:commentRss>http://lin.chear.ca/2010/06/15/ssh-tunnelling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple MySQL export/import</title>
		<link>http://lin.chear.ca/2010/02/25/simple-mysql-exportimport/</link>
		<comments>http://lin.chear.ca/2010/02/25/simple-mysql-exportimport/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 22:14:40 +0000</pubDate>
		<dc:creator>linchear</dc:creator>
				<category><![CDATA[Code Dump]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://lin.chear.ca/?p=232</guid>
		<description><![CDATA[mysql -e &#039;SELECT * FROM table&#039; &#62; out.txt load data local infile &#039;out.txt&#039; into table &#039;some_table&#039;]]></description>
		<wfw:commentRss>http://lin.chear.ca/2010/02/25/simple-mysql-exportimport/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux (Ubuntu) + OSX</title>
		<link>http://lin.chear.ca/2009/04/28/linux-ubuntu-osx/</link>
		<comments>http://lin.chear.ca/2009/04/28/linux-ubuntu-osx/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 15:06:36 +0000</pubDate>
		<dc:creator>linchear</dc:creator>
				<category><![CDATA[Hax]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://lin.chear.ca/?p=172</guid>
		<description><![CDATA[At home I have a Macbook Pro that acts as my everyday desktop computer and a headless (no monitor) Ubuntu Linux server that acts as a development testbed. The Ubuntu server has Apache, MySQL and PHP installed for development. My Mac has that too, but I prefer turning those services off and let the Linux machine do the heavy lifting. Usually, it's sufficient to log into the Linux machine through SSH and hack around with vi. However, there are times that you may want to log into the Linux GUI. That's a pain in the arse for me, since I would have to connect a monitor and keyboard to the server. The simplest solution is to log in through <a title="X11" href="http://en.wikipedia.org/wiki/X_Window_System">X</a> and <a title="XDMCP" href="http://en.wikipedia.org/wiki/X_display_manager">XDMCP</a>. <a href="http://lin.chear.ca/2009/04/28/linux-ubuntu-osx/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://lin.chear.ca/2009/04/28/linux-ubuntu-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Tools for the Mac Hacker</title>
		<link>http://lin.chear.ca/2009/04/27/free-tools-for-the-mac-hacker/</link>
		<comments>http://lin.chear.ca/2009/04/27/free-tools-for-the-mac-hacker/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 14:52:12 +0000</pubDate>
		<dc:creator>linchear</dc:creator>
				<category><![CDATA[Jibber Jabber]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://lin.chear.ca/?p=169</guid>
		<description><![CDATA[I use the Mac OSX daily for my job as a developer. It&#8217;s a Unix based OS so it has a very &#8216;hackerish&#8217; feel to it if you get past the shiny GUI. In fact, Leopard has PHP, perl and &#8230; <a href="http://lin.chear.ca/2009/04/27/free-tools-for-the-mac-hacker/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://lin.chear.ca/2009/04/27/free-tools-for-the-mac-hacker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Realistic Bouncing Spheres C++ mini-Implementation</title>
		<link>http://lin.chear.ca/2009/04/27/realistic-bouncing-spheres-c-mini-implementation/</link>
		<comments>http://lin.chear.ca/2009/04/27/realistic-bouncing-spheres-c-mini-implementation/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 04:27:01 +0000</pubDate>
		<dc:creator>linchear</dc:creator>
				<category><![CDATA[Code Dump]]></category>
		<category><![CDATA[C++]]></category>

		<guid isPermaLink="false">http://lin.chear.ca/?p=155</guid>
		<description><![CDATA[Here&#8217;s a good article for realistically modeling collisions between spheres. It&#8217;s an oldie but a goodie. Pool Hall lessons There&#8217;s a bit of pseudo code at the bottom, but I&#8217;ll post on a C++ implementation of the article. Background: Dot &#8230; <a href="http://lin.chear.ca/2009/04/27/realistic-bouncing-spheres-c-mini-implementation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://lin.chear.ca/2009/04/27/realistic-bouncing-spheres-c-mini-implementation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SVN: The client is older than the working copy repository.</title>
		<link>http://lin.chear.ca/2009/04/26/svn-the-client-is-older-than-the-working-copy-repository/</link>
		<comments>http://lin.chear.ca/2009/04/26/svn-the-client-is-older-than-the-working-copy-repository/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 16:04:54 +0000</pubDate>
		<dc:creator>linchear</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://lin.chear.ca/?p=146</guid>
		<description><![CDATA[This post is for my benefit. Sometimes when working with SVN, I will use a tool like Eclipse/SVN or some fancy GUI svn, but then decide to ditch it and do things through the command-line. And as things have it, &#8230; <a href="http://lin.chear.ca/2009/04/26/svn-the-client-is-older-than-the-working-copy-repository/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://lin.chear.ca/2009/04/26/svn-the-client-is-older-than-the-working-copy-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL tidbits: IF statement</title>
		<link>http://lin.chear.ca/2009/04/25/mysql-tidbits-if-statement/</link>
		<comments>http://lin.chear.ca/2009/04/25/mysql-tidbits-if-statement/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 23:17:25 +0000</pubDate>
		<dc:creator>linchear</dc:creator>
				<category><![CDATA[Code Dump]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://lin.chear.ca/?p=132</guid>
		<description><![CDATA[A useful (but seemingly underused) SQL keyword is the IF statement. The usage is as follows: SELECT IF(expr1, expr2, expr3); If expr1 evalues to true, then expr2 is executed, otherwise, expr3 is. This is useful for doing conditional queries inside &#8230; <a href="http://lin.chear.ca/2009/04/25/mysql-tidbits-if-statement/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://lin.chear.ca/2009/04/25/mysql-tidbits-if-statement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

