website
This commit is contained in:
44
projects.html
Executable file
44
projects.html
Executable file
@@ -0,0 +1,44 @@
|
||||
---
|
||||
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>, but here are some of my noteworthy projects…
|
||||
</p>
|
||||
|
||||
<h3>Personal</h3>
|
||||
|
||||
<p>
|
||||
A few personal projects I've invested in…
|
||||
</p>
|
||||
|
||||
<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>
|
||||
</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>
|
||||
Reference in New Issue
Block a user