106 lines
3.5 KiB
HTML
Executable File
106 lines
3.5 KiB
HTML
Executable File
---
|
|
title: Projects
|
|
layout: content
|
|
description: I like tinkering with ideas and seeing where they end up. These are some of my personal favorites.
|
|
---
|
|
|
|
<section>
|
|
<h1>Projects</h1>
|
|
|
|
<p>
|
|
I like tinkering with ideas and seeing where they end up. Some of my work ends up on
|
|
<a href="https://github.com/">GitHub</a> and these are a few of my personal favorites…
|
|
</p>
|
|
|
|
|
|
<h3>theloopyewe/elfbot</h3>
|
|
|
|
<p>
|
|
A bot used to automate third-party desktop applications from web applications.
|
|
</p>
|
|
|
|
<dl>
|
|
<dt>github</dt>
|
|
<dd><a href="https://github.com/theloopyewe/elfbot">theloopyewe/elfbot</a></dd>
|
|
|
|
<dt>blog</dt>
|
|
<dd><a href="/blog/2015/02/21/sending-work-from-a-web-application-to-desktop-applications.html">Sending Work from a Web Application to Desktop Applications</a> (2015-02-21)</dd>
|
|
</dl>
|
|
|
|
|
|
<h3>cloque</h3>
|
|
|
|
<p>
|
|
Some tools to support a unified management strategy of BOSH+AWS environments.
|
|
</p>
|
|
|
|
<dl>
|
|
<dt>github</dt>
|
|
<dd><a href="https://github.com/dpb587/cloque">dpb587/cloque</a></dd>
|
|
|
|
<dt>blog</dt>
|
|
<dd><a href="/blog/2014/09/17/simplifying-my-bosh-related-workflows.html">Simplifying My BOSH-related Workflows</a> (2014-09-17)</dd>
|
|
</dl>
|
|
|
|
|
|
<h3>ti-debug</h3>
|
|
|
|
<p>
|
|
A browser client for debugging server-side code (like PHP) without an IDE.
|
|
</p>
|
|
|
|
<dl>
|
|
<dt>github</dt>
|
|
<dd><a href="https://github.com/dpb587/ti-debug">dpb587/ti-debug</a></dd>
|
|
|
|
<dt>blog</dt>
|
|
<dd><a href="/blog/2013/05/16/ti-debug-a-browser-debugger-for-server-code.html">ti-debug: For Debugging Server Code in the Browser</a> (2013-05-16)</dd>
|
|
</dl>
|
|
|
|
|
|
<h3>PHP Diff Engine</h3>
|
|
|
|
<p>
|
|
A language-aware diff engine for changes in PHP classes/interfaces/functions over time.
|
|
</p>
|
|
|
|
<dl>
|
|
<dt>github</dt>
|
|
<dd><a href="https://github.com/dpb587/diff-defn.php">dpb587/diff-defn.php</a></dd>
|
|
|
|
<dt>blog</dt>
|
|
<dd><a href="/blog/2013/03/07/comparing-php-application-definitions.html">Comparing PHP Application Definitions</a> (2013-03-07)</dd>
|
|
</dl>
|
|
|
|
|
|
<h3>CLI for OpenGrok</h3>
|
|
|
|
<p>
|
|
Command line interface (à la <code>grep</code>) for getting results from an OpenGrok server.
|
|
</p>
|
|
|
|
<dl>
|
|
<dt>github</dt>
|
|
<dd><a href="https://github.com/dpb587/opengrok-cli">dpb587/opengrok-cli</a></dd>
|
|
|
|
<dt>blog</dt>
|
|
<dd><a href="/blog/2013/01/21/opengrok-cli.html">OpenGrok Cli</a> (2013-01-21)</dd>
|
|
</dl>
|
|
|
|
|
|
<h1>Contributions</h1>
|
|
|
|
<p>
|
|
I would not and could not be the developer I am without the time others have invested in publishing open source
|
|
software. For my modest part, I've been able to contribute back to…
|
|
</p>
|
|
|
|
<ul>
|
|
<li><a href="https://github.com/logstash/logstash/commits?author=dpb587">logstash/logstash</a> – small enhancements</li>
|
|
<li><a href="https://github.com/elasticsearch/kibana/commits?author=dpb587">elasticsearch/kibana</a> – small bug fixes</li>
|
|
<li><a href="https://github.com/composer/composer/commits?author=dpb587">composer/composer</a> – small enhancements, bug fixes</li>
|
|
<li><a href="https://github.com/symfony/symfony/commits?author=dpb587">symfony/symfony</a> – small enhancements, bug fixes</li>
|
|
<li><a href="https://github.com/doctrine/dbal/commits?author=dpb587">doctrine/dbal</a> – oracle bug fixes</li>
|
|
</ul>
|
|
</section>
|