index.html 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <meta name="description" content="">
  8. <title>index | Casey DeLorme's Portfolio / caseydelorme.com</title>
  9. <link rel="icon" type="image/x-icon" href="https://d2xxklvztqk0jd.cloudfront.net/favicon.ico" />
  10. <link rel="stylesheet" type="text/css" href="/css/main.css#c5e63ca">
  11. </head>
  12. <body>
  13. <header class="group">
  14. <h1><a href='/'>Casey DeLorme</a></h1>
  15. <nav>
  16. <ul>
  17. <li><a href="/projects">Projects</a></li>
  18. <li><a href="/resume.html">Resume</a></li>
  19. </ul>
  20. </nav>
  21. </header>
  22. <div class="content group">
  23. <h1>projects</h1>
  24. <p>This section is for detailed information on projects I wrote or participated in.</p>
  25. <p>Select a project from the list:</p>
  26. <ul>
  27. <li><a href="appinator.html">appinator</a>
  28. <ul>
  29. <li>a go utility to turn any binary into an osx bundle.</li>
  30. </ul></li>
  31. <li><a href="modernizer.html">modernizer</a>
  32. <ul>
  33. <li>A go package that automatically update applications.</li>
  34. </ul></li>
  35. <li><a href="rathena-docker.html">rathena docker</a>
  36. <ul>
  37. <li>run the open-sourced ragnarok online server inside docker.</li>
  38. </ul></li>
  39. <li><a href="serial.html">serial</a>
  40. <ul>
  41. <li>A test case for the smallest possible binary format.</li>
  42. </ul></li>
  43. <li><a href="gonf.html">gonf</a>
  44. <ul>
  45. <li>a consolidated configuration package for go.</li>
  46. </ul></li>
  47. <li><a href="glog.html">glog</a>
  48. <ul>
  49. <li>a standard-compliant logger for go that does not forcefully exit the application and writes to stderr.</li>
  50. </ul></li>
  51. <li><a href="serve.html">serve</a>
  52. <ul>
  53. <li>instantly launch a file-based web server in the current directory.</li>
  54. </ul></li>
  55. <li><a href="system-setup.html">system-setup</a>
  56. <ul>
  57. <li>several years worth of documentation on operating system installation, configuration, and automation.</li>
  58. </ul></li>
  59. <li><a href="dot-files.html">dot-files</a>
  60. <ul>
  61. <li>a minimal stack of files to make your bash terminal amazing.</li>
  62. </ul></li>
  63. <li><a href="accelerator.html">accelerator</a>
  64. <ul>
  65. <li>deduplication of files by byte-comparison.</li>
  66. </ul></li>
  67. <li><a href="smd.html">smd</a>
  68. <ul>
  69. <li>a tiny static markdown generator.</li>
  70. </ul></li>
  71. <li><a href="caseydelorme.com.html">caseydelorme.com</a>
  72. <ul>
  73. <li>my portfolio website, as a repository.</li>
  74. </ul></li>
  75. <li><a href="jslideshow.html">jslideshow</a>
  76. <ul>
  77. <li>an image slideshow with preloading and realtime rendering, written in vanilla javascript.</li>
  78. </ul></li>
  79. </ul>
  80. </div>
  81. <footer class="group">
  82. <a href='https://www.facebook.com/CaseyRDeLorme' class='link facebook'></a>
  83. <a href='https://www.linkedin.com/in/cdelorme' class='link linkedin'></a>
  84. <a href='https://www.youtube.com/user/LordOfElm' class='link youtube'></a>
  85. <a href='https://github.com/cdelorme' class='link github'></a>
  86. <a href='skype:casey.delorme?chat' class='link skype'></a>
  87. <div class="scripts">
  88. <script type="text/javascript" src="/js/main.js#c5e63ca" async></script>
  89. </div>
  90. </footer>
  91. </body>
  92. </html>