mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-11 11:35:53 +00:00
- Code blocks can't be in tables or they extend past the body width. Workaround by using floated line numbers instead. - Fix typocode CSS - Change post extension from .html.md to .md. This makes URLs without extensions work with harp server again. This change works now that article titles never contain periods.
797 B
797 B
Release early and often. This is a code repo web app for solutions to Project Euler problems. You can only see your own solutions so it's not that exciting yet (but it scratches my itch... once it highlights syntax). You can try it out or download the source. You'll need an up-to-date copy of Anarki to untar the source in. Just run arc.sh then enter this at the REPL:
arc> (load "euler.arc")
arc> (esv)
That will setup the web server on port 3141. If you want a different port then run (esv 25) (just to mess with 'em).