Added hilite

This commit is contained in:
greg 2015-10-18 17:51:55 -07:00
parent cabfcfd440
commit 5d174b80a7
1 changed files with 7 additions and 0 deletions

View File

@ -116,6 +116,13 @@
<ul>
<li> <b>Doomsday Algorithm</b> <a href='https://github.com/neunenak/Doomsday' class='codeLink'>(code)</a> a simple Haskell command-line application that computes the day of the week a given date in the Gregorian calendar falls on
</li>
<li>
<a href='https://crates.io/crates/hilite'>Hilite</a>
<a href='https://github.com/neunenak/hilite' class='codeLink'>
(code)</a>, a Rust port of Mike Schiraldi's hilite utility,
which runs an arbitrary command line process and colors that
process' stderr output red.
</li>
<li> <b>Null-only scripting language</b>
<a href='https://github.com/neunenak/null-only-lang' class='codeLink'>(code)</a>