<?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>Şeyhmus İnci</title>
	<atom:link href="http://seyhmusinci.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://seyhmusinci.wordpress.com</link>
	<description>My Homepage</description>
	<lastBuildDate>Sun, 07 Nov 2010 17:17:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='seyhmusinci.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Şeyhmus İnci</title>
		<link>http://seyhmusinci.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://seyhmusinci.wordpress.com/osd.xml" title="Şeyhmus İnci" />
	<atom:link rel='hub' href='http://seyhmusinci.wordpress.com/?pushpress=hub'/>
		<item>
		<title>JSP &#8211; Historical prices of a stock</title>
		<link>http://seyhmusinci.wordpress.com/2008/07/20/jsp-historical-prices-of-a-stock/</link>
		<comments>http://seyhmusinci.wordpress.com/2008/07/20/jsp-historical-prices-of-a-stock/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 13:37:01 +0000</pubDate>
		<dc:creator>seyhmusinci</dc:creator>
				<category><![CDATA[Quantitative Finance]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Historical]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JSP]]></category>
		<category><![CDATA[Online]]></category>
		<category><![CDATA[Prices]]></category>
		<category><![CDATA[Stock]]></category>

		<guid isPermaLink="false">http://www.seyhmus.org/?p=382</guid>
		<description><![CDATA[WebManager.jsp can be used to get historical prices of a stock for a specified period of time. WebManager.jsp Parameter Name Description Type Range s Stock Ticker Text Free Text such as &#8220;COF&#8221;, &#8220;AIG&#8221; a From Month Integer [1-12] b From Day Integer [1-31] c From Year Integer 4 digit year d To Month Integer [1-12] [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seyhmusinci.wordpress.com&amp;blog=5046255&amp;post=60&amp;subd=seyhmusinci&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://seyhmusinci.wordpress.com/2008/07/20/jsp-historical-prices-of-a-stock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cbebf3a7218ccf3c14c015c1bb63a8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">seyhmusinci</media:title>
		</media:content>
	</item>
		<item>
		<title>JavaScript &#8211; Calculate Option Value with Monte Carlo Simulation</title>
		<link>http://seyhmusinci.wordpress.com/2008/06/28/javascript-calculate-option-value-with-monte-carlo/</link>
		<comments>http://seyhmusinci.wordpress.com/2008/06/28/javascript-calculate-option-value-with-monte-carlo/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 16:05:46 +0000</pubDate>
		<dc:creator>seyhmusinci</dc:creator>
				<category><![CDATA[Quantitative Finance]]></category>
		<category><![CDATA[Stochastics]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Brownian Motion]]></category>
		<category><![CDATA[Call Option]]></category>
		<category><![CDATA[Geometric Brownian Motion]]></category>
		<category><![CDATA[Monte Carlo]]></category>
		<category><![CDATA[Option Value]]></category>
		<category><![CDATA[Price]]></category>
		<category><![CDATA[Put Option]]></category>
		<category><![CDATA[Risk-Free Pricing]]></category>
		<category><![CDATA[simulate]]></category>
		<category><![CDATA[simulation]]></category>
		<category><![CDATA[Stock]]></category>
		<category><![CDATA[Valuation]]></category>

		<guid isPermaLink="false">http://www.seyhmus.org/?p=399</guid>
		<description><![CDATA[Following will calculate the value of an out-of-the-money call option: &#60;script src="http://www.seyhmus.org/js/generator.js"&#62;&#60;/script&#62; &#60;script&#62; var v = 0.5; // annual volatility var r = 0.04; // annual risk free rate var S0 = 40.0; // initial stock price var dt = 1.0/260.0; // 260 business days in a year function simulate(T){ var S = new Array(); [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seyhmusinci.wordpress.com&amp;blog=5046255&amp;post=54&amp;subd=seyhmusinci&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://seyhmusinci.wordpress.com/2008/06/28/javascript-calculate-option-value-with-monte-carlo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cbebf3a7218ccf3c14c015c1bb63a8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">seyhmusinci</media:title>
		</media:content>
	</item>
		<item>
		<title>JavaScript &#8211; Simulate Stock Price</title>
		<link>http://seyhmusinci.wordpress.com/2008/06/28/javascript-simulate-stock-price/</link>
		<comments>http://seyhmusinci.wordpress.com/2008/06/28/javascript-simulate-stock-price/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 16:00:11 +0000</pubDate>
		<dc:creator>seyhmusinci</dc:creator>
				<category><![CDATA[Quantitative Finance]]></category>
		<category><![CDATA[Stochastics]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Black-Scholes]]></category>
		<category><![CDATA[Brownian Motion]]></category>
		<category><![CDATA[EcmaScript]]></category>
		<category><![CDATA[Geometric Brownian Motion]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Monte Carlo]]></category>
		<category><![CDATA[Price]]></category>
		<category><![CDATA[Risk-Free Pricing]]></category>
		<category><![CDATA[simulate]]></category>
		<category><![CDATA[simulation]]></category>
		<category><![CDATA[Stock]]></category>

		<guid isPermaLink="false">http://www.seyhmus.org/?p=397</guid>
		<description><![CDATA[Following will simulate the stock price with the given arguments for 100 business days: &#60;script src="http://www.seyhmus.org/js/generator.js"&#62;&#60;/script&#62; &#60;script&#62; var v = 0.5; // annual volatility var r = 0.04; // annual risk free rate var S0 = 40.0; // initial stock price var dt = 1.0/260.0; // 260 business days in a year function simulate(T){ var [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seyhmusinci.wordpress.com&amp;blog=5046255&amp;post=53&amp;subd=seyhmusinci&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://seyhmusinci.wordpress.com/2008/06/28/javascript-simulate-stock-price/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cbebf3a7218ccf3c14c015c1bb63a8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">seyhmusinci</media:title>
		</media:content>
	</item>
		<item>
		<title>MS Excel &#8211; How to turn off Function Argument ToolTips</title>
		<link>http://seyhmusinci.wordpress.com/2008/04/24/how-to-turn-off-function-argument-tooltips-in-excel-2/</link>
		<comments>http://seyhmusinci.wordpress.com/2008/04/24/how-to-turn-off-function-argument-tooltips-in-excel-2/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 01:08:36 +0000</pubDate>
		<dc:creator>seyhmusinci</dc:creator>
				<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[function tooltips]]></category>
		<category><![CDATA[ms]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[turn off]]></category>

		<guid isPermaLink="false">http://www.seyhmus.org/?p=190</guid>
		<description><![CDATA[In Microsoft Excel, you can complete functions with the aid of the ToolTip feature. This feature displays ToolTips by default when you begin to type a formula in the formula bar. These ToolTips also make it easier to obtain additional help for a given function by allowing you to click the function name in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seyhmusinci.wordpress.com&amp;blog=5046255&amp;post=717&amp;subd=seyhmusinci&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://seyhmusinci.wordpress.com/2008/04/24/how-to-turn-off-function-argument-tooltips-in-excel-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cbebf3a7218ccf3c14c015c1bb63a8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">seyhmusinci</media:title>
		</media:content>
	</item>
		<item>
		<title>How to turn off Function Argument ToolTips in Excel</title>
		<link>http://seyhmusinci.wordpress.com/2008/04/24/how-to-turn-off-function-argument-tooltips-in-excel/</link>
		<comments>http://seyhmusinci.wordpress.com/2008/04/24/how-to-turn-off-function-argument-tooltips-in-excel/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 01:08:36 +0000</pubDate>
		<dc:creator>seyhmusinci</dc:creator>
				<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[function tooltips]]></category>
		<category><![CDATA[ms]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[turn off]]></category>

		<guid isPermaLink="false">http://www.seyhmus.org/?p=190</guid>
		<description><![CDATA[In Microsoft Excel, you can complete functions with the aid of the ToolTip feature. This feature displays ToolTips by default when you begin to type a formula in the formula bar. These ToolTips also make it easier to obtain additional help for a given function by allowing you to click the function name in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seyhmusinci.wordpress.com&amp;blog=5046255&amp;post=46&amp;subd=seyhmusinci&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://seyhmusinci.wordpress.com/2008/04/24/how-to-turn-off-function-argument-tooltips-in-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cbebf3a7218ccf3c14c015c1bb63a8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">seyhmusinci</media:title>
		</media:content>
	</item>
		<item>
		<title>VBA &#8211; Outlook &#8211; Filter and copy attachements</title>
		<link>http://seyhmusinci.wordpress.com/2008/04/18/use-vba-to-manage-your-outlook-folder-size-2/</link>
		<comments>http://seyhmusinci.wordpress.com/2008/04/18/use-vba-to-manage-your-outlook-folder-size-2/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 20:12:32 +0000</pubDate>
		<dc:creator>seyhmusinci</dc:creator>
				<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[macro]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://www.seyhmus.org/?p=162</guid>
		<description><![CDATA[SOLUTION: When you move emails to your designated Outlook folder(&#8220;TEMP&#8221;), the VBA macro automatically Removes attachments Copies them into a Windows directory (&#8220;Attachments&#8221;). Writes the location of the attachment to the top of the email body. Step by step: Create an &#8220;Attachments&#8221; folder in C: drive, i.e. C:Attachments Create a &#8220;TEMP&#8221; email folder in your [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seyhmusinci.wordpress.com&amp;blog=5046255&amp;post=716&amp;subd=seyhmusinci&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://seyhmusinci.wordpress.com/2008/04/18/use-vba-to-manage-your-outlook-folder-size-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cbebf3a7218ccf3c14c015c1bb63a8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">seyhmusinci</media:title>
		</media:content>
	</item>
		<item>
		<title>Use VBA to manage your Outlook folder size</title>
		<link>http://seyhmusinci.wordpress.com/2008/04/18/use-vba-to-manage-your-outlook-folder-size/</link>
		<comments>http://seyhmusinci.wordpress.com/2008/04/18/use-vba-to-manage-your-outlook-folder-size/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 20:12:32 +0000</pubDate>
		<dc:creator>seyhmusinci</dc:creator>
				<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[macro]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[size]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://www.seyhmus.org/?p=162</guid>
		<description><![CDATA[SOLUTION: When you move emails to your designated Outlook folder(&#8220;TEMP&#8221;), the VBA macro automatically Removes attachments Copies them into a Windows directory (&#8220;Attachments&#8221;). Writes the location of the attachment to the top of the email body. Step by step: Create an &#8220;Attachments&#8221; folder in C: drive, i.e. C:Attachments Create a &#8220;TEMP&#8221; email folder in your [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seyhmusinci.wordpress.com&amp;blog=5046255&amp;post=45&amp;subd=seyhmusinci&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://seyhmusinci.wordpress.com/2008/04/18/use-vba-to-manage-your-outlook-folder-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cbebf3a7218ccf3c14c015c1bb63a8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">seyhmusinci</media:title>
		</media:content>
	</item>
		<item>
		<title>MS Excel &#8211; How to VLOOKUP on Two Columns</title>
		<link>http://seyhmusinci.wordpress.com/2008/04/10/214-2/</link>
		<comments>http://seyhmusinci.wordpress.com/2008/04/10/214-2/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 01:33:39 +0000</pubDate>
		<dc:creator>seyhmusinci</dc:creator>
				<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[join]]></category>
		<category><![CDATA[ms]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[two columns]]></category>
		<category><![CDATA[two tables]]></category>
		<category><![CDATA[vlookup]]></category>

		<guid isPermaLink="false">http://www.seyhmus.org/?p=214</guid>
		<description><![CDATA[Let&#8217;s say you have two tables. Table 1 holds amounts by sol and tc: A B C Sol TC Amount 10000 1 900 10000 5 1300 10300 4 700 10300 7 600 10500 8 450 10500 3 250 Table 2 holds apptypes by sol and tc: J K L Sol TC Apptype 10000 1 GMCUPM0001 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seyhmusinci.wordpress.com&amp;blog=5046255&amp;post=714&amp;subd=seyhmusinci&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://seyhmusinci.wordpress.com/2008/04/10/214-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cbebf3a7218ccf3c14c015c1bb63a8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">seyhmusinci</media:title>
		</media:content>
	</item>
		<item>
		<title>How to VLOOKUP on Two Columns in MS Excel</title>
		<link>http://seyhmusinci.wordpress.com/2008/04/10/214/</link>
		<comments>http://seyhmusinci.wordpress.com/2008/04/10/214/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 01:33:39 +0000</pubDate>
		<dc:creator>seyhmusinci</dc:creator>
				<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[join]]></category>
		<category><![CDATA[ms]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[two columns]]></category>
		<category><![CDATA[two tables]]></category>
		<category><![CDATA[vlookup]]></category>

		<guid isPermaLink="false">http://www.seyhmus.org/?p=214</guid>
		<description><![CDATA[Let&#8217;s say you have two tables. Table 1 holds amounts by sol and tc: A B C Sol TC Amount 10000 1 900 10000 5 1300 10300 4 700 10300 7 600 10500 8 450 10500 3 250 Table 2 holds apptypes by sol and tc: J K L Sol TC Apptype 10000 1 GMCUPM0001 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seyhmusinci.wordpress.com&amp;blog=5046255&amp;post=41&amp;subd=seyhmusinci&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://seyhmusinci.wordpress.com/2008/04/10/214/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cbebf3a7218ccf3c14c015c1bb63a8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">seyhmusinci</media:title>
		</media:content>
	</item>
		<item>
		<title>MS Excel &#8211; VLOOKUP</title>
		<link>http://seyhmusinci.wordpress.com/2008/04/01/vlookup-2/</link>
		<comments>http://seyhmusinci.wordpress.com/2008/04/01/vlookup-2/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 00:38:53 +0000</pubDate>
		<dc:creator>seyhmusinci</dc:creator>
				<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[join]]></category>
		<category><![CDATA[ms]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[range]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[vlookup]]></category>

		<guid isPermaLink="false">http://www.seyhmus.org/?p=180</guid>
		<description><![CDATA[VLOOKUP is a powerful method to determine whether an object exists within a list, and can also be used to compare two lists in excel. This example looks for members of B in list A Sort List A Sort List B (independently of List A!) enter &#8216;=VLOOKUP(B1,$1$ListA:$end$ListA,1,0)&#8217; in the third column. Double click to expand. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=seyhmusinci.wordpress.com&amp;blog=5046255&amp;post=713&amp;subd=seyhmusinci&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://seyhmusinci.wordpress.com/2008/04/01/vlookup-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cbebf3a7218ccf3c14c015c1bb63a8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">seyhmusinci</media:title>
		</media:content>
	</item>
	</channel>
</rss>
