mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
8 lines
798 B
Markdown
8 lines
798 B
Markdown
Release early and often. This is a code repo web app for solutions to <a href="http://projecteuler.net/">Project Euler</a> 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 <a href="http://nofxwiki.net:3141/euler">try it out</a> or <a href="https://samhuri.net/euler.tgz">download the source</a>. You'll need an up-to-date copy of <a href="http://arcfn.com/2008/02/git-and-anarki-arc-repository-brief.html">Anarki</a> to untar the source in. Just run <strong>arc.sh</strong> then enter this at the REPL:
|
|
|
|
|
|
<pre><code>arc> (load "euler.arc")
|
|
arc> (esv)
|
|
</code></pre>
|
|
|
|
That will setup the web server on port 3141. If you want a different port then run <code>(esv 25)</code> (just to mess with 'em).
|