For use on:
https://console.aws.amazon.com/s3/home
Only tested in Chrome.
Installation instructions:
- View > Always Show Bookmarks Bar.
For use on:
https://console.aws.amazon.com/s3/home
Only tested in Chrome.
Installation instructions:
| #!/usr/bin/perl | |
| use LWP::UserAgent; | |
| use HTTP::Request; | |
| $city = shift || die "startoftheday <city> <state>"; | |
| $state = shift || die "startoftheday <city> <state>"; | |
| @time = localtime; | |
| $year = $time[5] + 1900; |
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 8000ror, scala, jetty, erlang, thrift, mongrel, comet server, my-sql, memchached, varnish, kestrel(mq), starling, gizzard, cassandra, hadoop, vertica, munin, nagios, awstats
| # Description: | |
| # Know name day in No Idea bar | |
| # | |
| # Dependencies: | |
| # "cheerio": "0.12.0" | |
| # "moment": "2.0.0" | |
| # | |
| # Configuration: | |
| # | |
| # Commands: |
| #!/usr/bin/env python | |
| from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer | |
| import StringIO | |
| import argparse | |
| import logging | |
| import os | |
| import random | |
| import sys | |
| import urllib2 |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| import calendar | |
| import sys | |
| import rdbtools | |
| def emit_protocol(*args): |