Files
blog/projects.html
2013-05-07 23:02:04 -06:00

68 lines
2.2 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>
<h2>Projects</h2>
<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&hellip;
</p>
<h4>ti-debug</h4>
<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>
</dl>
<h4>PHP Diff Engine</h4>
<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>
<h4>CLI for OpenGrok</h4>
<p>
Command line interface (&agrave; 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>
<h3>Contributions</h3>
<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&hellip;
</p>
<ul>
<li><a href="https://github.com/composer/composer/commits?author=dpb587">composer/composer</a> &ndash; small enhancements, bug fixes</li>
<li><a href="https://github.com/symfony/symfony/commits?author=dpb587">symfony/symfony</a> &ndash; small enhancements, bug fixes</li>
<li><a href="https://github.com/doctrine/dbal/commits?author=dpb587">doctrine/dbal</a> &ndash; oracle bug fixes</li>
</ul>
</section>