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| // An IRC bot for the k5 programming language, | |
| // using oK from : https://github.com/JohnEarnest/ok | |
| "use strict"; | |
| var irc = require('irc'); | |
| var ok = require('./ok/ok'); | |
| const MAXLINES = 8; | |
| var client = new irc.Client('irc.freenode.net', 'oK-bot', { | |
| channels: ['#jsoftware', '#learnprogramming'] |
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