Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
#lang racket | |
;; Code for the little schemer | |
(define (atom? x) | |
(and (not (pair? x)) | |
(not (null? x)))) | |
(define (lat? l) | |
(cond ((null? l) #t) |
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
Apex 308 | |
Arc 29 | |
Assembly 1312 | |
Augeas 19 | |
AutoHotkey 329 | |
D 1667 | |
DCPU-16 Assembly 2 | |
Dart 575 | |
Delphi 974 | |
Erlang 5503 |