programming.html 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <!DOCTYPE html><html lang="en">
  2. <head>
  3. <meta name="viewport" content="width=device-width, initial-scale=1">
  4. <meta charset="utf-8">
  5. <meta name="description" content="">
  6. <meta name="author" content="Thomas Dy">
  7. <title>Posts about programming | Pleasant Programmer</title>
  8. <link href="../assets/css/rst.css" rel="stylesheet" type="text/css">
  9. <link href="../assets/css/code.css" rel="stylesheet" type="text/css">
  10. <link href="../assets/css/colorbox.css" rel="stylesheet" type="text/css">
  11. <link href="../assets/css/theme.css" rel="stylesheet" type="text/css">
  12. <script type="text/javascript" src="//use.typekit.net/iwm5axp.js"></script>
  13. <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
  14. <!--[if lt IE 9]>
  15. <script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
  16. <![endif]-->
  17. <link rel="alternate" type="application/rss+xml" title="RSS (en)" href="../rss.xml">
  18. <link rel="alternate" type="application/rss+xml" title="RSS for tag programming (en)" href="programming.xml">
  19. </head>
  20. <body>
  21. <header>
  22. <a href="../" title="Pleasant Programmer">
  23. <div class="thomas">
  24. <img src="../assets/img/thomas.gif" alt="DJ THOMAS IN DA HAUS">
  25. <img src="../assets/img/thomas.png" alt="Pleasant Programmer">
  26. </div>
  27. <h1 id="blog-title">
  28. Pleasant Programmer
  29. </h1>
  30. </a>
  31. <ul class="nav">
  32. <li class="twitter"><a href="http://twitter.com/pleasantprog">@pleasantprog</a></li>
  33. <li><a href="../archive.html">Archives</a>
  34. </li><li><a href="index.html">Tags</a>
  35. </li><li><a href="../rss.xml">RSS</a>
  36. </li></ul>
  37. </header>
  38. <div class="container">
  39. <div class="content">
  40. <!--Body content-->
  41. <div class="postbox">
  42. <h1>Posts about programming</h1>
  43. <ul class="unstyled">
  44. <li><a href="../posts/geocoding-services.html">[2013-09-25 12:26] Geocoding Services</a>
  45. </li><li><a href="../posts/jeep-and-bus-schedules.html">[2013-07-28 16:26] Jeep and Bus Schedules</a>
  46. </li><li><a href="../posts/highways-in-otp.html">[2013-07-24 23:15] Highways in OTP</a>
  47. </li><li><a href="../posts/elevation-data-in-otp.html">[2013-07-23 18:23] Elevation Data in OTP</a>
  48. </li><li><a href="../posts/graphserver.html">[2013-07-23 14:48] GraphServer</a>
  49. </li><li><a href="../posts/transit-wand.html">[2013-07-15 22:45] Transit Wand</a>
  50. </li><li><a href="../posts/fare-data.html">[2013-07-13 21:15] Fare Data</a>
  51. </li><li><a href="../posts/gtfs-editor.html">[2013-07-10 11:30] GTFS Editor</a>
  52. </li><li><a href="../posts/open-trip-planner.html">[2013-07-09 23:16] Open Trip Planner</a>
  53. </li><li><a href="../posts/one-bus-or-maybe-jeep-away.html">[2013-07-09 01:53] One Bus (or maybe Jeep) Away</a>
  54. </li><li><a href="../posts/jeepney-and-bus-routes.html">[2013-07-07 10:32] Jeepney and Bus Routes</a>
  55. </li><li><a href="../posts/philippine-transit-app-challenge.html">[2013-07-07 00:17] Philippine Transit App Challenge</a>
  56. </li></ul>
  57. </div>
  58. <!--End of body content-->
  59. </div>
  60. </div>
  61. <footer>
  62. <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>
  63. <script src="../assets/js/konami.js"></script>
  64. <script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
  65. <script>
  66. var easter_egg = new Konami();
  67. easter_egg.code = function() {
  68. $(".thomas").toggleClass("whoa");
  69. $("body").scrollTop(0);
  70. }
  71. easter_egg.load();
  72. // love you, thomas!
  73. // yours, @_phi + @meggykawsek
  74. </script>
  75. </footer>
  76. <script type="text/javascript">var addthis_config={"ui_language":"en"};</script>
  77. </body>
  78. </html>