12345678910111213141516171819202122232425262728293031323334353637383940 |
- <!DOCTYPE html><html lang="en"><head><meta name="viewport" content="width=device-width, initial-scale=1"><meta charset="utf-8"><meta name="description" content=""><meta name="author" content="Thomas Dy"><title>Posts about programming | Pleasant Programmer</title><link href="../assets/css/rst.css" rel="stylesheet" type="text/css"><link href="../assets/css/code.css" rel="stylesheet" type="text/css"><link href="../assets/css/colorbox.css" rel="stylesheet" type="text/css"><link href="../assets/css/theme.css" rel="stylesheet" type="text/css"><link href="../assets/css/custom.css" rel="stylesheet" type="text/css"><!--[if lt IE 9]>
- <script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
- <![endif]--><link rel="alternate" type="application/rss+xml" title="RSS (en)" href="../rss.xml"><link rel="alternate" type="application/rss+xml" title="RSS for tag programming (en)" href="programming.xml"></head><body>
- <div class="container">
- <div class="header clearfix">
- <h1 id="blog-title">
- <a href="../" title="Pleasant Programmer">Pleasant Programmer</a>
- </h1>
- <ul class="nav"><li><a href="../archive.html">Archives</a>
- </li><li><a href="index.html">Tags</a>
- </li><li><a href="../rss.xml">RSS</a>
- </li><li><a href="http://www.twitter.com/pleasantprog">@pleasantprog</a></li>
- <ul class="nav"></ul></ul></div>
- <div class="content">
-
- <!--Body content-->
- <div class="postbox">
- <h1>Posts about programming</h1>
- <ul class="unstyled"><li><a href="../posts/jeep-and-bus-schedules.html">[2013-07-28 16:26] Jeep and Bus Schedules</a>
- </li><li><a href="../posts/highways-in-otp.html">[2013-07-24 23:15] Highways in OTP</a>
- </li><li><a href="../posts/elevation-data-in-otp.html">[2013-07-23 18:23] Elevation Data in OTP</a>
- </li><li><a href="../posts/graphserver.html">[2013-07-23 14:48] GraphServer</a>
- </li><li><a href="../posts/transit-wand.html">[2013-07-15 22:45] Transit Wand</a>
- </li><li><a href="../posts/fare-data.html">[2013-07-13 21:15] Fare Data</a>
- </li><li><a href="../posts/gtfs-editor.html">[2013-07-10 11:30] GTFS Editor</a>
- </li><li><a href="../posts/open-trip-planner.html">[2013-07-09 23:16] Open Trip Planner</a>
- </li><li><a href="../posts/one-bus-or-maybe-jeep-away.html">[2013-07-09 01:53] One Bus (or maybe Jeep) Away</a>
- </li><li><a href="../posts/jeepney-and-bus-routes.html">[2013-07-07 10:32] Jeepney and Bus Routes</a>
- </li><li><a href="../posts/philippine-transit-app-challenge.html">[2013-07-07 00:17] Philippine Transit App Challenge</a>
- </li></ul></div>
- <!--End of body content-->
- </div>
- <div class="footer"><small><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.en_US"><img alt="CC-BY-SA" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png"></a> © 2013 Thomas Dy - Powered by <a href="http://nikola.ralsina.com.ar">Nikola</a></small></div>
- </div>
-
- </body></html>
|