12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- <!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">
- <script type="text/javascript" src="//use.typekit.net/iwm5axp.js"></script>
- <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
- <!--[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>
- <header>
- <a href="../" title="Pleasant Programmer">
- <div class="thomas">
- <img src="../assets/img/thomas.gif" alt="DJ THOMAS IN DA HAUS">
- <img src="../assets/img/thomas.png" alt="Pleasant Programmer">
- </div>
- <h1 id="blog-title">
- Pleasant Programmer
- </h1>
- </a>
- <ul class="nav">
- <li class="twitter"><a href="http://twitter.com/pleasantprog">@pleasantprog</a></li>
-
- <li><a href="../archive.html">Archives</a>
- </li><li><a href="index.html">Tags</a>
- </li><li><a href="../rss.xml">RSS</a>
- </li></ul>
-
-
- </header>
- <div class="container">
- <div class="content">
-
- <!--Body content-->
- <div class="postbox">
- <h1>Posts about programming</h1>
- <ul class="unstyled">
- <li><a href="../posts/geocoding-services.html">[2013-09-25 12:26] Geocoding Services</a>
- </li><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>
- <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>
- <script src="../assets/js/konami.js"></script>
- <script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
- <script>
- var easter_egg = new Konami();
- easter_egg.code = function() {
- $(".thomas").toggleClass("whoa");
- $("body").scrollTop(0);
- }
- easter_egg.load();
- // love you, thomas!
- // yours, @_phi + @meggykawsek
- </script>
- </footer>
- <script type="text/javascript">var addthis_config={"ui_language":"en"};</script>
-
- </body>
- </html>
|