<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>the ascent to quant hood</title>
	<atom:link href="http://impliedvol.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://impliedvol.wordpress.com</link>
	<description>there are 3 kinds of risks: volatlity, volatilty of volatility, and the standard error of the volatility of volatility</description>
	<lastBuildDate>Fri, 17 Apr 2009 02:37:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='impliedvol.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>the ascent to quant hood</title>
		<link>http://impliedvol.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://impliedvol.wordpress.com/osd.xml" title="the ascent to quant hood" />
	<atom:link rel='hub' href='http://impliedvol.wordpress.com/?pushpress=hub'/>
		<item>
		<title>how to insert raw code into WordPress blogs</title>
		<link>http://impliedvol.wordpress.com/2009/04/16/how-to-insert-raw-code-into-wordpress-blogs/</link>
		<comments>http://impliedvol.wordpress.com/2009/04/16/how-to-insert-raw-code-into-wordpress-blogs/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 18:32:34 +0000</pubDate>
		<dc:creator>Sanket</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[raw code in wordpress]]></category>

		<guid isPermaLink="false">http://impliedvol.wordpress.com/?p=34</guid>
		<description><![CDATA[First, an example of some Python code: Inserting raw code is as simply a matter of enclosing your code with Be sure to put &#8216;single quotes&#8217; around language you choose. The source code tags support most of the major languages: cpp csharp css delphi html java jscript php python ruby sql vb xml<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=impliedvol.wordpress.com&amp;blog=5531738&amp;post=34&amp;subd=impliedvol&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>First, an example of some Python code:</p>
<p><pre class="brush: python;">
#a function to print the first n terms of the Fibonacci series
def fibonacci(n):
    a, b = 1, 0
    for i in range(1, n):
        a, b = a + b, a
        print b

#a recursive function to calculate factorials
def factorial(n):
    if n == 1:
        return 1
    else:
        return n * factorial(n - 1)
</pre></p>
<p>Inserting raw code is as simply a matter of enclosing your code with<br />
<strong></strong> <em>code code code</em> <strong></strong></p>
<p>Be sure to put &#8216;single quotes&#8217; around language you choose.  The source code tags support most of the major languages:</p>
<ul>
<li>cpp</li>
<li>csharp</li>
<li>css</li>
<li>delphi</li>
<li>html</li>
<li>java</li>
<li>jscript</li>
<li>php</li>
<li>python</li>
<li>ruby</li>
<li>sql</li>
<li>vb</li>
<li>xml</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/impliedvol.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/impliedvol.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/impliedvol.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/impliedvol.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/impliedvol.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/impliedvol.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/impliedvol.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/impliedvol.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/impliedvol.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/impliedvol.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/impliedvol.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/impliedvol.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/impliedvol.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/impliedvol.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=impliedvol.wordpress.com&amp;blog=5531738&amp;post=34&amp;subd=impliedvol&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://impliedvol.wordpress.com/2009/04/16/how-to-insert-raw-code-into-wordpress-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/404da77a3762407bdc87b319af0e0a96?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">smp04c</media:title>
		</media:content>
	</item>
		<item>
		<title>a quick workaround for inserting LaTeX into WordPress blogs</title>
		<link>http://impliedvol.wordpress.com/2009/04/16/a-quick-workaround-for-inserting-latex-into-wordpress-blogs/</link>
		<comments>http://impliedvol.wordpress.com/2009/04/16/a-quick-workaround-for-inserting-latex-into-wordpress-blogs/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 18:09:06 +0000</pubDate>
		<dc:creator>Sanket</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[latex in wordpress]]></category>
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://impliedvol.wordpress.com/?p=6</guid>
		<description><![CDATA[Example of how to insert LaTeX into WordPress blogs: The equation was generated by fetching code directly from CodeCogs site. It boils down to simply inserting the HTML tags for images referencing the CodeCogs site in the URL as such: &#60; img src="http://www.codecogs.com/eq.latex?\int_{-\infty }^{\infty }e^{-x^{2}} dx = \sqrt{\pi }"/ &#62; You simply have to replace [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=impliedvol.wordpress.com&amp;blog=5531738&amp;post=6&amp;subd=impliedvol&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Example of how to insert LaTeX into WordPress blogs:<br />
<code><br />
<span class="hilite"><img class="alignnone" title="pic" src="http://www.codecogs.com/eq.latex?\int_{-\infty }^{+\infty }e^{-x^{2}} dx = \sqrt{\pi}"></span></p>
<p>The equation was generated by fetching code directly from CodeCogs site.  It boils down to simply inserting the HTML tags for images referencing the CodeCogs site in the URL as such:</p>
<p>&lt;  img src="http://www.codecogs.com/eq.latex?<strong>\int_{-\infty }^{\infty }e^{-x^{2}} dx = \sqrt{\pi }</strong>"/  &gt;</p>
<p>You simply have to replace the text in <strong>boldface</strong> with whatever you want.</p>
<p>For example, to write <span class="hilite"><img class="alignnone" title="pic" src="http://www.codecogs.com/eq.latex?e = mc^{2}" alt="" />, simply replace the boldface text with <strong>e = mc^{2}</strong></p>
<p>To write, <span class="hilite"><img class="alignnone" title="pic" src="http://www.codecogs.com/eq.latex?\frac{1}{\sqrt{2 \pi}}" alt="" />, use <strong>\frac{1}{\sqrt{2 \pi}}</strong><br />
</code><br />
Enjoy.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/impliedvol.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/impliedvol.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/impliedvol.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/impliedvol.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/impliedvol.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/impliedvol.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/impliedvol.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/impliedvol.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/impliedvol.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/impliedvol.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/impliedvol.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/impliedvol.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/impliedvol.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/impliedvol.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=impliedvol.wordpress.com&amp;blog=5531738&amp;post=6&amp;subd=impliedvol&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://impliedvol.wordpress.com/2009/04/16/a-quick-workaround-for-inserting-latex-into-wordpress-blogs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/404da77a3762407bdc87b319af0e0a96?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">smp04c</media:title>
		</media:content>

		<media:content url="http://www.codecogs.com/eq.latex?int_-infty+inftye-x2dx=sqrtpi" medium="image">
			<media:title type="html">pic</media:title>
		</media:content>

		<media:content url="http://www.codecogs.com/eq.latex?e=mc2" medium="image">
			<media:title type="html">pic</media:title>
		</media:content>

		<media:content url="http://www.codecogs.com/eq.latex?frac1sqrt2pi" medium="image">
			<media:title type="html">pic</media:title>
		</media:content>
	</item>
		<item>
		<title>the three kinds of risks:</title>
		<link>http://impliedvol.wordpress.com/2009/04/11/the-three-kinds-of-risks/</link>
		<comments>http://impliedvol.wordpress.com/2009/04/11/the-three-kinds-of-risks/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 03:02:05 +0000</pubDate>
		<dc:creator>Sanket</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://impliedvol.wordpress.com/?p=3</guid>
		<description><![CDATA[Peter Carr summed it up quite nicely when he said &#8220;there are three kinds of risks: volatility, volatility of volatility, and the standard error of the volatility of volatility.&#8221;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=impliedvol.wordpress.com&amp;blog=5531738&amp;post=3&amp;subd=impliedvol&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Peter Carr summed it up quite nicely when he said &#8220;there are three kinds of risks: volatility, volatility of volatility, and the standard error of the volatility of volatility.&#8221;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/impliedvol.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/impliedvol.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/impliedvol.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/impliedvol.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/impliedvol.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/impliedvol.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/impliedvol.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/impliedvol.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/impliedvol.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/impliedvol.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/impliedvol.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/impliedvol.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/impliedvol.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/impliedvol.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=impliedvol.wordpress.com&amp;blog=5531738&amp;post=3&amp;subd=impliedvol&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://impliedvol.wordpress.com/2009/04/11/the-three-kinds-of-risks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/404da77a3762407bdc87b319af0e0a96?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">smp04c</media:title>
		</media:content>
	</item>
	</channel>
</rss>
