php diff post/project
This commit is contained in:
@@ -8,7 +8,7 @@ layout: default
|
||||
|
||||
<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>, but here are some of my noteworthy projects…
|
||||
<a href="https://github.com/">GitHub</a> and these are a few of my personal favorites…
|
||||
</p>
|
||||
|
||||
<h3>Personal</h3>
|
||||
@@ -17,6 +17,20 @@ layout: default
|
||||
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>
|
||||
@@ -26,6 +40,9 @@ layout: default
|
||||
<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>
|
||||
|
||||
|
||||
@@ -33,7 +50,7 @@ layout: default
|
||||
|
||||
<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:
|
||||
quality, open source software. For my modest part, I've been able to contribute to the following…
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user