mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-03 10:25:46 +00:00
Replace the Swift site generator with a Ruby and Phlex implementation. Loads site and projects from TOML, derive site metadata from posts. Migrate from make to bake and add standardrb and code coverage tasks. Update CI and docs to match the new workflow, and remove unused assets/dependencies plus obsolete tooling.
935 B
935 B
| Title | Author | Date | Timestamp | Tags |
|---|---|---|---|---|
| Project Euler code repo in Arc | Sami Samhuri | 3rd March, 2008 | 2008-03-03T08:24:00-08:00 | arc, project euler |
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).