123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="description" content="">
- <title>index | Casey DeLorme's Portfolio / caseydelorme.com</title>
- <link rel="icon" type="image/x-icon" href="https://d2xxklvztqk0jd.cloudfront.net/favicon.ico" />
- <link rel="stylesheet" type="text/css" href="/css/main.css#c5e63ca">
- </head>
- <body>
- <header class="group">
- <h1><a href='/'>Casey DeLorme</a></h1>
- <nav>
- <ul>
- <li><a href="/projects">Projects</a></li>
- <li><a href="/resume.html">Resume</a></li>
- </ul>
- </nav>
- </header>
- <div class="content group">
- <h1>projects</h1>
- <p>This section is for detailed information on projects I wrote or participated in.</p>
- <p>Select a project from the list:</p>
- <ul>
- <li><a href="appinator.html">appinator</a>
- <ul>
- <li>a go utility to turn any binary into an osx bundle.</li>
- </ul></li>
- <li><a href="modernizer.html">modernizer</a>
- <ul>
- <li>A go package that automatically update applications.</li>
- </ul></li>
- <li><a href="rathena-docker.html">rathena docker</a>
- <ul>
- <li>run the open-sourced ragnarok online server inside docker.</li>
- </ul></li>
- <li><a href="serial.html">serial</a>
- <ul>
- <li>A test case for the smallest possible binary format.</li>
- </ul></li>
- <li><a href="gonf.html">gonf</a>
- <ul>
- <li>a consolidated configuration package for go.</li>
- </ul></li>
- <li><a href="glog.html">glog</a>
- <ul>
- <li>a standard-compliant logger for go that does not forcefully exit the application and writes to stderr.</li>
- </ul></li>
- <li><a href="serve.html">serve</a>
- <ul>
- <li>instantly launch a file-based web server in the current directory.</li>
- </ul></li>
- <li><a href="system-setup.html">system-setup</a>
- <ul>
- <li>several years worth of documentation on operating system installation, configuration, and automation.</li>
- </ul></li>
- <li><a href="dot-files.html">dot-files</a>
- <ul>
- <li>a minimal stack of files to make your bash terminal amazing.</li>
- </ul></li>
- <li><a href="accelerator.html">accelerator</a>
- <ul>
- <li>deduplication of files by byte-comparison.</li>
- </ul></li>
- <li><a href="smd.html">smd</a>
- <ul>
- <li>a tiny static markdown generator.</li>
- </ul></li>
- <li><a href="caseydelorme.com.html">caseydelorme.com</a>
- <ul>
- <li>my portfolio website, as a repository.</li>
- </ul></li>
- <li><a href="jslideshow.html">jslideshow</a>
- <ul>
- <li>an image slideshow with preloading and realtime rendering, written in vanilla javascript.</li>
- </ul></li>
- </ul>
- </div>
- <footer class="group">
- <a href='https://www.facebook.com/CaseyRDeLorme' class='link facebook'></a>
- <a href='https://www.linkedin.com/in/cdelorme' class='link linkedin'></a>
- <a href='https://www.youtube.com/user/LordOfElm' class='link youtube'></a>
- <a href='https://github.com/cdelorme' class='link github'></a>
- <a href='skype:casey.delorme?chat' class='link skype'></a>
- <div class="scripts">
- <script type="text/javascript" src="/js/main.js#c5e63ca" async></script>
- </div>
- </footer>
- </body>
- </html>
|