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| # -------------------------------------------------------------------- | |
| # Recursive backtracking algorithm for maze generation. Requires that | |
| # the entire maze be stored in memory, but is quite fast, easy to | |
| # learn and implement, and (with a few tweaks) gives fairly good mazes. | |
| # Can also be customized in a variety of ways. | |
| # -------------------------------------------------------------------- | |
| # -------------------------------------------------------------------- | |
| # 1. Allow the maze to be customized via command-line parameters | |
| # -------------------------------------------------------------------- |
| /* | |
| * Added Remaining Quota Notifications | |
| * Renamed a few menu options | |
| * Forked from gist: 1838132 by ligthyear | |
| */ | |
| function onOpen() { | |
| var ss = SpreadsheetApp.getActiveSpreadsheet(); | |
| var menuEntries = [ {name: "Start Mail Merge", functionName: "fnMailMerge"}]; | |
| ss.addMenu("Mail Merge", menuEntries); |
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 8000Ruby has recently merged namespaces as an experimental feature that is disabled by default, as of this writing.
This is a non-trivial development driven by @matz himself, and mainly implemented by @tagomoris, who just became a Ruby committer (🎉).
The feature has been cooking for a long time, with a first ticket opened a couple of years ago (#19744) and a revised one opened just last week (#21311).