<?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>Stone Studio&#187; Programming</title>
	<atom:link href="http://wei-jiang.com/category/programming/feed" rel="self" type="application/rss+xml" />
	<link>http://wei-jiang.com</link>
	<description></description>
	<lastBuildDate>Wed, 28 Apr 2010 08:35:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PStricks vs. TikZ for Technical Diagrams</title>
		<link>http://wei-jiang.com/it/software/pstricks-vs-tikz-for-technical-diagrams</link>
		<comments>http://wei-jiang.com/it/software/pstricks-vs-tikz-for-technical-diagrams#comments</comments>
		<pubDate>Sun, 11 Apr 2010 18:14:22 +0000</pubDate>
		<dc:creator>Wei Jiang</dc:creator>
				<category><![CDATA[Latex]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[PStrick]]></category>
		<category><![CDATA[TikZ]]></category>

		<guid isPermaLink="false">http://wei-jiang.com/it/software/pstricks-vs-tikz-for-technical-diagrams</guid>
		<description><![CDATA[Norman Ramsey at StackOverflow once asked: My group uses Literate Programming for most of our source code&#8212;this means that internal documentation is written using LaTeX. We have been using PStricks for fancy technical diagrams of the system, but have recently been recommended to use TikZ. I&#8217;ve gathered this information:

TikZ/PGF is new and maintained; PStricks went a [...]]]></description>
		<wfw:commentRss>http://wei-jiang.com/it/software/pstricks-vs-tikz-for-technical-diagrams/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mathURL: Online Equation Editing</title>
		<link>http://wei-jiang.com/programming/latex/mathurl-online-equation-editing</link>
		<comments>http://wei-jiang.com/programming/latex/mathurl-online-equation-editing#comments</comments>
		<pubDate>Sat, 20 Mar 2010 01:00:44 +0000</pubDate>
		<dc:creator>Wei Jiang</dc:creator>
				<category><![CDATA[Latex]]></category>
		<category><![CDATA[Web & Internet]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://wei-jiang.com/programming/latex/mathurl-online-equation-editing</guid>
		<description><![CDATA[Send complex math expressions over email and IM, without requiring any special software. It&#8217;s also great for previewing LaTeX on the fly and generating images for embedding in your webpages.

The red mathURL links to a page on this site with your equation. To embed an equation in some other webpage, you can either save the [...]]]></description>
		<wfw:commentRss>http://wei-jiang.com/programming/latex/mathurl-online-equation-editing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPE: Graphics Editor for LaTeX</title>
		<link>http://wei-jiang.com/it/software/ipe-graphics-editor-for-latex</link>
		<comments>http://wei-jiang.com/it/software/ipe-graphics-editor-for-latex#comments</comments>
		<pubDate>Sat, 20 Mar 2010 00:53:01 +0000</pubDate>
		<dc:creator>Wei Jiang</dc:creator>
				<category><![CDATA[Latex]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://wei-jiang.com/it/software/ipe-graphics-editor-for-latex</guid>
		<description><![CDATA[Ipe extensible drawing editor is a free vector graphics editor for creating figures in PDF or EPS format. It can be used for making small figures for inclusion into LaTeX documents as well as making multi-page PDF presentations. It was developed by Otfried Cheong in 1993 and initially worked on SGI workstations only. Ipe 6 [...]]]></description>
		<wfw:commentRss>http://wei-jiang.com/it/software/ipe-graphics-editor-for-latex/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visualizing Finance Crisis Using Processing</title>
		<link>http://wei-jiang.com/it/software/visualizing-finance-crisis-using-processing</link>
		<comments>http://wei-jiang.com/it/software/visualizing-finance-crisis-using-processing#comments</comments>
		<pubDate>Sun, 14 Mar 2010 12:41:25 +0000</pubDate>
		<dc:creator>Wei Jiang</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Financial Market]]></category>
		<category><![CDATA[Image Processing]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Processing]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[visualization]]></category>

		<guid isPermaLink="false">http://wei-jiang.com/it/software/visualizing-finance-crisis-using-processing</guid>
		<description><![CDATA[Data-Based Video Manipulation. How fall of stocks changes expression.
Experiment in visualizing data the josef ackermann statement is pitched in relation to the share price value of deutsche bank. Build with processing, data is read from a share price chart image taken from the web.

visualizing chart data: finance crisis from Michael Schieben on Vimeo.
Schematics


Data Source: Deutsche [...]]]></description>
		<wfw:commentRss>http://wei-jiang.com/it/software/visualizing-finance-crisis-using-processing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Example of the Matlab Precision Issue</title>
		<link>http://wei-jiang.com/programming/matlab/example-of-the-matlab-precision-issue</link>
		<comments>http://wei-jiang.com/programming/matlab/example-of-the-matlab-precision-issue#comments</comments>
		<pubDate>Fri, 12 Mar 2010 00:06:08 +0000</pubDate>
		<dc:creator>Wei Jiang</dc:creator>
				<category><![CDATA[Matlab]]></category>

		<guid isPermaLink="false">http://wei-jiang.com/?p=1764</guid>
		<description><![CDATA[I noticed that there are many people comparing Matlab with Maple, Mathematica etc. to find out what&#8217;s the best Maths package for them. But many of them didn&#8217;t realize the limitations of Matlab. I put up an article about the Birthday Problem in probability, If you try to solve it analytically like:
[cc lang='matlab' ]
1 &#8211; [...]]]></description>
		<wfw:commentRss>http://wei-jiang.com/programming/matlab/example-of-the-matlab-precision-issue/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Birthday Probability Problem</title>
		<link>http://wei-jiang.com/programming/matlab/birthday-probability-problem</link>
		<comments>http://wei-jiang.com/programming/matlab/birthday-probability-problem#comments</comments>
		<pubDate>Thu, 11 Mar 2010 22:58:33 +0000</pubDate>
		<dc:creator>Wei Jiang</dc:creator>
				<category><![CDATA[Maths]]></category>
		<category><![CDATA[Matlab]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://wei-jiang.com/?p=1759</guid>
		<description><![CDATA[In a group of at least 23 randomly chosen people, there is more than 50%  probability that some pair of them will have the same birthday. Such a result is  counter-intuitive to many. In probability theory,  thi is known as the birthday problem, or birthday paradox. Here is how we  calculate [...]]]></description>
		<wfw:commentRss>http://wei-jiang.com/programming/matlab/birthday-probability-problem/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to write a book with R and LaTeX</title>
		<link>http://wei-jiang.com/programming/latex/how-to-write-a-book-with-r-and-latex</link>
		<comments>http://wei-jiang.com/programming/latex/how-to-write-a-book-with-r-and-latex#comments</comments>
		<pubDate>Sun, 07 Mar 2010 18:38:50 +0000</pubDate>
		<dc:creator>Wei Jiang</dc:creator>
				<category><![CDATA[Latex]]></category>
		<category><![CDATA[R]]></category>

		<guid isPermaLink="false">http://wei-jiang.com/?p=1666</guid>
		<description><![CDATA[Think faster than “How to write a book in 28 days”. With the freely available R language you can create a book in less than 28 seconds. Unfortunately, you still have to write the text and do the programming. What you can do is integrate the R code and text into the same files, then [...]]]></description>
		<wfw:commentRss>http://wei-jiang.com/programming/latex/how-to-write-a-book-with-r-and-latex/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Howto Create Great Presentations using Beamer, Sweave and LaTeX</title>
		<link>http://wei-jiang.com/programming/latex/howto-create-great-presentations-using-beamer-sweave-and-latex</link>
		<comments>http://wei-jiang.com/programming/latex/howto-create-great-presentations-using-beamer-sweave-and-latex#comments</comments>
		<pubDate>Sun, 07 Mar 2010 12:24:02 +0000</pubDate>
		<dc:creator>Wei Jiang</dc:creator>
				<category><![CDATA[Latex]]></category>
		<category><![CDATA[beamer]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[sweave]]></category>

		<guid isPermaLink="false">http://wei-jiang.com/programming/latex/howto-create-great-presentations-using-beamer-sweave-and-latex</guid>
		<description><![CDATA[To achieve this goal, we need use the concept of literate programming, yet another one of Donald Knuth’s contributions to the world. LP “represents a move away from writing programs in the manner and order imposed by the computer, and instead enables programmers to develop programs in the order demanded by the logic and flow [...]]]></description>
		<wfw:commentRss>http://wei-jiang.com/programming/latex/howto-create-great-presentations-using-beamer-sweave-and-latex/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
