-
Notifications
You must be signed in to change notification settings - Fork 0
/
rss.xml
10 lines (10 loc) · 4.56 KB
/
rss.xml
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Sagar on Programming</title><link>http://djsagarahire.github.io/</link><description>Adventures of a programmer</description><language>en</language><lastBuildDate>Mon, 29 Jun 2015 23:11:43 GMT</lastBuildDate><generator>http://getnikola.com/</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>A "Hello World" Webapp in Flask</title><link>http://djsagarahire.github.io/posts/a-hello-world-webapp-in-flask.html</link><dc:creator>Sagar Ahire</dc:creator><description><p>In this post, we have a look at the Flask web framework for creating web applications in Python, and demonstrate its use by creating an example "Hello World" webapp which shows the basic components of a web application in Flask.</p>
<p><a href="http://djsagarahire.github.io/posts/a-hello-world-webapp-in-flask.html">Read more…</a> (10 min remaining to read)</p></description><category>flask</category><category>mathjax</category><category>python</category><category>web</category><guid>http://djsagarahire.github.io/posts/a-hello-world-webapp-in-flask.html</guid><pubDate>Sun, 28 Jun 2015 15:04:57 GMT</pubDate></item><item><title>Edit Distance</title><link>http://djsagarahire.github.io/posts/edit-distance.html</link><dc:creator>Sagar Ahire</dc:creator><description><p>This post introduces the problem of finding the similarity between two strings and quantifying it using a measure called <em>Edit Distance</em>. Then, we see an efficient way of calculating the edit distance between two strings.</p>
<p><a href="http://djsagarahire.github.io/posts/edit-distance.html">Read more…</a> (6 min remaining to read)</p></description><category>algorithm</category><category>dynamic-programming</category><category>mathjax</category><category>python</category><guid>http://djsagarahire.github.io/posts/edit-distance.html</guid><pubDate>Tue, 02 Jun 2015 13:00:41 GMT</pubDate></item><item><title>Catalan Numbers</title><link>http://djsagarahire.github.io/posts/catalan-numbers.html</link><dc:creator>Sagar Ahire</dc:creator><description><p>In this post, we will examine the Catalan number sequence and have a look at some of its vast applications in computer science and combinatorics in general. Then we will figure out an efficient way to compute the <tt class="docutils literal">n</tt> th Catalan number.</p>
<p><a href="http://djsagarahire.github.io/posts/catalan-numbers.html">Read more…</a> (5 min remaining to read)</p></description><category>algorithm</category><category>dynamic-programming</category><category>mathjax</category><category>python</category><guid>http://djsagarahire.github.io/posts/catalan-numbers.html</guid><pubDate>Wed, 11 Mar 2015 14:30:00 GMT</pubDate></item><item><title>Fibonacci Numbers</title><link>http://djsagarahire.github.io/posts/fibonacci-numbers.html</link><dc:creator>Sagar Ahire</dc:creator><description><p>In this post, we'll examine the Fibonacci number sequence and deal with the problem of finding the <tt class="docutils literal">n</tt> th Fibonacci number. We'll examine various approaches that steadily increase in efficiency.</p>
<p><a href="http://djsagarahire.github.io/posts/fibonacci-numbers.html">Read more…</a> (6 min remaining to read)</p></description><category>algorithm</category><category>dynamic-programming</category><category>mathjax</category><category>python</category><guid>http://djsagarahire.github.io/posts/fibonacci-numbers.html</guid><pubDate>Sun, 28 Dec 2014 15:05:00 GMT</pubDate></item><item><title>Hello World!</title><link>http://djsagarahire.github.io/posts/hello-world.html</link><dc:creator>Sagar Ahire</dc:creator><description><pre class="code python literal-block">
<span class="k">print</span><span class="p">(</span><span class="s">"Hello World!"</span><span class="p">)</span>
</pre>
<p>In true programming tradition, let's begin the journey of this page with a "Hello World" greeting. Hello, I'm Sagar Ahire, and this is my new blog which will discuss stuff related to programming.</p>
<p><a href="http://djsagarahire.github.io/posts/hello-world.html">Read more…</a> (1 min remaining to read)</p></description><category>mathjax</category><category>misc</category><guid>http://djsagarahire.github.io/posts/hello-world.html</guid><pubDate>Tue, 09 Dec 2014 12:30:00 GMT</pubDate></item></channel></rss>