Added Doomsday project

This commit is contained in:
Greg 2012-12-16 21:37:09 -08:00
parent 0a1b2c1fa2
commit e2a069540e
1 changed files with 7 additions and 0 deletions

View File

@ -16,6 +16,11 @@
color: white; color: white;
font-family: Tahoma; font-family: Tahoma;
} }
b {
font-weight:bolder;
}
a { a {
color:#ff3333; color:#ff3333;
font-weight:bolder; font-weight:bolder;
@ -60,6 +65,8 @@
<li> <a href="http://blazing-night-9415.herokuapp.com/dictionary">Arbitrary-language Django Dictionary</a> <a href='https://github.com/neunenak/ConlangDictionary' class='codeLink'>(code)</a> <li> <a href="http://blazing-night-9415.herokuapp.com/dictionary">Arbitrary-language Django Dictionary</a> <a href='https://github.com/neunenak/ConlangDictionary' class='codeLink'>(code)</a>
a web interface for a dictionary in an arbitrary language, written a web interface for a dictionary in an arbitrary language, written
using the Django Python web framework and currently hosted on Heroku. using the Django Python web framework and currently hosted on Heroku.
<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
</ul> </ul>
</div> </div>
</body> </body>