<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>The Joy of Coding &copy;</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <link href="css/bootstrap.min.css" rel="stylesheet">
        <link href="css/bootstrap-responsive.min.css" rel="stylesheet">
        <style type="text/css">
          .card {
          }
          .well {
            height: 125px;
          }
        </style>
    </head>
    <body>
        <div class="container">
            <ul style="margin-top: 15px;" class="breadcrumb">
                <li>
                    the <span class="divider">/</span>
                </li>
                <li>
                    joy <span class="divider">/</span>
                </li>
                <li>
                    of <span class="divider">/</span>
                </li>
                <li>
                    <strong>coding</strong>
                </li>
            </ul>
            <div class="marketing">
                <div class="row">
                    <div class="span2">
                        <div class="well">
                            <img src="img/bob.jpg" width="130"/>
                        </div>
                    </div>
                    <div class="span10">
                        <h1>Code for everyone, everywhere.</h1>
                        <blockquote>
                            <p>We're gonna make some big decisions in our little world.</p>
                            <small>bob ross</small>
                        </blockquote>
                    </div>
                </div>
            </div>
            <div class="row">
                <div class="span4 card">
                    <div class="well">
                        <h2><a href="https://github.com/bitly/nsq">nsq</a></h2>
                        <p class="description">realtime distributed message processing at scale<br/>
                            <span class="label label-success">Go</span>
                        <p>
                            <iframe src="http://ghbtns.com/github-btn.html?user=bitly&repo=nsq&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
                            <iframe src="http://ghbtns.com/github-btn.html?user=bitly&repo=nsq&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95px" height="20px"></iframe>
                        </p>
                    </div>
                </div>
                <div class="span4 card">
                    <div class="well">
                        <h2><a href="https://github.com/bitly/go-nsq">go-nsq</a></h2>
                        <p class="description">official Go client library for NSQ<br/>
                            <span class="label label-success">Go</span></p>
                        <p>
                            <iframe src="http://ghbtns.com/github-btn.html?user=bitly&repo=go-nsq&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
                            <iframe src="http://ghbtns.com/github-btn.html?user=bitly&repo=go-nsq&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95px" height="20px"></iframe>
                        </p>
                    </div>
                </div>
                <div class="span4 card">
                    <div class="well">
                        <h2><a href="https://github.com/bitly/pynsq">pynsq</a></h2>
                        <p class="description">official Python client library for NSQ<br/>
                            <span class="label label-warning">Python</span></p>
                        <p>
                            <iframe src="http://ghbtns.com/github-btn.html?user=bitly&repo=pynsq&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
                            <iframe src="http://ghbtns.com/github-btn.html?user=bitly&repo=pynsq&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95px" height="20px"></iframe>
                        </p>
                    </div>
                </div>
                <div class="span4 card">
                    <div class="well">
                        <h2><a href="https://github.com/mreiferson/libnsq">libnsq</a></h2>
                        <p class="description">C library for NSQ<br/>
                            <span class="label label-important">C</span></p>
                        <p>
                            <iframe src="http://ghbtns.com/github-btn.html?user=mreiferson&repo=libnsq&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
                            <iframe src="http://ghbtns.com/github-btn.html?user=mreiferson&repo=libnsq&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95px" height="20px"></iframe>
                        </p>
                    </div>
                </div>
                <div class="span4 card">
                    <div class="well">
                        <h2><a href="https://github.com/mreiferson/go-snappystream">go-snappystream</a></h2>
                        <p class="description">a Go package for framed snappy streams<br/>
                            <span class="label label-success">Go</span></p>
                        <p>
                            <iframe src="http://ghbtns.com/github-btn.html?user=mreiferson&repo=go-snappystream&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
                            <iframe src="http://ghbtns.com/github-btn.html?user=mreiferson&repo=go-snappystream&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95px" height="20px"></iframe>
                        </p>
                    </div>
                </div>
                <div class="span4 card">
                    <div class="well">
                        <h2><a href="https://github.com/mreiferson/pontoon">pontoon</a></h2>
                        <p class="description">a Go package implementing the Raft consensus protocol<br/>
                            <span class="label label-success">Go</span></p>
                        <p>
                            <iframe src="http://ghbtns.com/github-btn.html?user=mreiferson&repo=pontoon&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
                            <iframe src="http://ghbtns.com/github-btn.html?user=mreiferson&repo=pontoon&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95px" height="20px"></iframe>
                        </p>
                    </div>
                </div>
                <div class="span4 card">
                    <div class="well">
                        <h2><a href="https://github.com/bitly/dablooms">dablooms</a></h2>
                        <p class="description">scaling, counting, bloom filter library<br/>
                            <span class="label label-important">C</span> <span class="label label-success">Go</span> <span class="label label-warning">Python</span></p>
                        <p>
                            <iframe src="http://ghbtns.com/github-btn.html?user=bitly&repo=dablooms&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
                            <iframe src="http://ghbtns.com/github-btn.html?user=bitly&repo=dablooms&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95px" height="20px"></iframe>
                        </p>
                    </div>
                </div>
                <div class="span4 card">
                    <div class="well">
                        <h2><a href="https://github.com/bitly/simplehttp">simplehttp</a></h2>
                        <p class="description">a family of libraries and daemons for building scalable web infrastructure<br/>
                            <span class="label label-important">C</span> <span class="label label-warning">Python</span></p>
                        <p>
                            <iframe src="http://ghbtns.com/github-btn.html?user=bitly&repo=simplehttp&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
                            <iframe src="http://ghbtns.com/github-btn.html?user=bitly&repo=simplehttp&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95px" height="20px"></iframe>
                        </p>
                    </div>
                </div>
                <div class="span4 card">
                    <div class="well">
                        <h2><a href="https://github.com/bitly/go-simplejson">go-simplejson</a></h2>
                        <p class="description">a Go package to interact with arbitrary JSON<br/>
                            <span class="label label-success">Go</span></p>
                        <p>
                            <iframe src="http://ghbtns.com/github-btn.html?user=bitly&repo=go-simplejson&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
                            <iframe src="http://ghbtns.com/github-btn.html?user=bitly&repo=go-simplejson&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95px" height="20px"></iframe>
                        </p>
                    </div>
                </div>
                <div class="span4 card">
                    <div class="well">
                        <h2><a href="/go-httpclient">go-httpclient</a></h2>
                        <p class="description">a Go HTTP client with timeouts<br/>
                            <span class="label label-success">Go</span>
                        <p>
                            <iframe src="http://ghbtns.com/github-btn.html?user=mreiferson&repo=go-httpclient&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
                            <iframe src="http://ghbtns.com/github-btn.html?user=mreiferson&repo=go-httpclient&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95px" height="20px"></iframe>
                        </p>
                        </p>
                    </div>
                </div>
                <div class="span4 card">
                    <div class="well">
                        <h2><a href="https://github.com/bitly/go-ujson">go-ujson</a></h2>
                        <p class="description">a pure Go port of ultrajson<br/>
                            <span class="label label-success">Go</span>
                        <p>
                            <iframe src="http://ghbtns.com/github-btn.html?user=mreiferson&repo=go-ujson&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
                            <iframe src="http://ghbtns.com/github-btn.html?user=mreiferson&repo=go-ujson&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95px" height="20px"></iframe>
                        </p>
                        </p>
                    </div>
                </div>
                <div class="span4 card">
                    <div class="well">
                        <h2><a href="https://github.com/mreiferson/go-install-as">go-install-as</a></h2>
                        <p class="description">a Go tool to install a package with a specific import path<br/>
                            <span class="label label-success">Go</span> <span class="label">Bash</span>
                        <p>
                            <iframe src="http://ghbtns.com/github-btn.html?user=mreiferson&repo=go-install-as&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
                            <iframe src="http://ghbtns.com/github-btn.html?user=mreiferson&repo=go-install-as&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95px" height="20px"></iframe>
                        </p>
                        </p>
                    </div>
                </div>
                <div class="span4 card">
                    <div class="well">
                        <h2><a href="https://github.com/bitly/go-notify">go-notify</a></h2>
                        <p class="description">a Go package to observe notable events in a decoupled fashion<br/>
                            <span class="label label-success">Go</span></p>
                        <p>
                            <iframe src="http://ghbtns.com/github-btn.html?user=bitly&repo=go-notify&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
                            <iframe src="http://ghbtns.com/github-btn.html?user=bitly&repo=go-notify&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95px" height="20px"></iframe>
                        </p>
                    </div>
                </div>
                <div class="span4 card">
                    <div class="well">
                        <h2><a href="https://github.com/mreiferson/go-stat">go-stat</a></h2>
                        <p class="description">performant instrumentation/profiling for Go<br/>
                            <span class="label label-success">Go</span></p>
                        <p>
                            <iframe src="http://ghbtns.com/github-btn.html?user=mreiferson&repo=go-stat&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
                            <iframe src="http://ghbtns.com/github-btn.html?user=mreiferson&repo=go-stat&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95px" height="20px"></iframe>
                        </p>
                    </div>
                </div>
                <div class="span4 card">
                    <div class="well">
                        <h2><a href="https://github.com/bitly/doozer-c">doozer-c</a></h2>
                        <p class="description">async C client library for <a href="https://github.com/ha/doozerd">doozerd</a><br/>
                            <span class="label label-important">C</span></p>
                        <p>
                            <iframe src="http://ghbtns.com/github-btn.html?user=bitly&repo=doozer-c&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
                            <iframe src="http://ghbtns.com/github-btn.html?user=bitly&repo=doozer-c&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95px" height="20px"></iframe>
                        </p>
                    </div>
                </div>
                <div class="span4 card">
                    <div class="well">
                        <h2><a href="https://github.com/bitly/ngx_http_full_request_log">ngx_http_full_request_log</a></h2>
                        <p class="description">nginx module to log a full request<br/>
                            <span class="label label-important">C</span></p>
                        <p>
                            <iframe src="http://ghbtns.com/github-btn.html?user=bitly&repo=ngx_http_full_request_log&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
                            <iframe src="http://ghbtns.com/github-btn.html?user=bitly&repo=ngx_http_full_request_log&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95px" height="20px"></iframe>
                        </p>
                    </div>
                </div>
                <div class="span4 card">
                    <div class="well">
                        <h2><a href="/php-wkhtmltox">php-wkhtmltox</a></h2>
                        <p class="description">PHP bindings for libwkhtmltox<br/>
                            <span class="label label-important">C</span> <span class="label label-info">PHP</span></p>
                        <p>
                            <iframe src="http://ghbtns.com/github-btn.html?user=mreiferson&repo=php-wkhtmltox&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
                            <iframe src="http://ghbtns.com/github-btn.html?user=mreiferson&repo=php-wkhtmltox&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95px" height="20px"></iframe>
                        </p>
                    </div>
                </div>
                <div class="span4 card">
                    <div class="well">
                        <h2><a href="/py-wkhtmltox">py-wkhtmltox</a></h2>
                        <p class="description">Python bindings for libwkhtmltox<br/>
                            <span class="label label-important">C</span> <span class="label label-warning">Python</span></p>
                        <p>
                            <iframe src="http://ghbtns.com/github-btn.html?user=mreiferson&repo=py-wkhtmltox&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
                            <iframe src="http://ghbtns.com/github-btn.html?user=mreiferson&repo=py-wkhtmltox&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95px" height="20px"></iframe>
                        </p>
                    </div>
                </div>
                <div class="span4 card">
                    <div class="well">
                        <h2><a href="https://github.com/bitly/pyqrencode">pyqrencode</a></h2>
                        <p class="description">Python bindings for libqrencode<br/>
                            <span class="label label-important">C</span> <span class="label label-warning">Python</span></p>
                        <p>
                            <iframe src="http://ghbtns.com/github-btn.html?user=bitly&repo=pyqrencode&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
                            <iframe src="http://ghbtns.com/github-btn.html?user=bitly&repo=pyqrencode&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="95px" height="20px"></iframe>
                        </p>
                    </div>
                </div>
            </div>
            <footer class="footer">
                <p class="pull-right"><a href="#">Back to top</a></p>
                <p><a href="https://twitter.com/imsnakes" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @imsnakes</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></p>
                <p><iframe src="http://ghbtns.com/github-btn.html?user=mreiferson&type=follow&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="165px" height="20px"></iframe></p>
            </footer>
        </div>
  </body>
</html>
