62 lines
1.9 KiB
HTML
Executable File
62 lines
1.9 KiB
HTML
Executable File
---
|
|
title: Projects
|
|
layout: default
|
|
---
|
|
|
|
<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…
|
|
</p>
|
|
|
|
<h3>Personal</h3>
|
|
|
|
<p>
|
|
A few personal projects I've invested in…
|
|
</p>
|
|
|
|
<h4>PHP Diff Engine</h4>
|
|
|
|
<p>
|
|
A language-aware diff engine for comparing PHP classes/interfaces/functions.
|
|
</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 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 today without the time others have invested in producing
|
|
quality, open source software. For my modest part, I've been able to contribute to the following…
|
|
</p>
|
|
|
|
<ul>
|
|
<li><a href="https://github.com/composer/composer/commits?author=dpb587">composer/composer</a> – small enhancements and bug fixes</li>
|
|
<li><a href="https://github.com/symfony/symfony/commits?author=dpb587">symfony/symfony</a> – small enhancements and bug fixes</li>
|
|
<li><a href="https://github.com/doctrine/dbal/commits?author=dpb587">doctrine/dbal</a> – oracle bug fixes</li>
|
|
</ul>
|
|
</section>
|