.. plan:: bootstrap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * Brian Eno | |
| * Chris Anderson (the TED one) | |
| * David Fincher | |
| * Fabian Tompsett | |
| * Guido van Rossum | |
| * Guy Kawasaki | |
| * Jo Freeman | |
| * John Brockman | |
| * Juanita Brown | |
| * Julie Meyer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
| ; ; | |
| ; yet another .emacs file / last edited by tav on 2009/07/13 ; | |
| ; ; | |
| ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
| ; to set-fill-column | |
| ; use M-<number> C-x f | |
| (setq user-full-name "tav") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ========== | |
| OpenKollab | |
| ========== | |
| Register openkollab.com domain | |
| Configure openkollab.com DNS | |
| Register openkollab twitter user | |
| Setup openkollab.com on App Engine | |
| Auto-follow user and get user to auto-follow @openkollab |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @register_service('hello', token_required=False) | |
| def hello(ctx, *args, **kwargs): | |
| if ctx.render_format == 'html': | |
| ctx.post_render_hook = lambda ctx, result: "<strong>Hello</strong><br />%s" % result | |
| return { | |
| 'args': args, | |
| 'kwargs': kwargs | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ฿ THB Thai Baht | |
| $ USD US Dollars | |
| ₫ VND Vietnamese Dồng | |
| € EUR Euro | |
| ₵ GHS Ghanaian Cedi | |
| ₨ INR Indian Rupee | |
| ₲ PYG Paraguayan Guaraní | |
| £ GBP UK Pound Sterling | |
| ₮ MNT Mongolian Tögrög | |
| ₪ ILS Israeli Sheqel |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # @espians/tav | |
| # "strings blah" | |
| # { lambda _: expressions } code blocks | |
| # -flag (flag=1) # only at the end of a call, i.e. not positional perhaps :flag ? | |
| # True, False, Maybe, None | |
| # ¤pecus | |
| # Currency | |
| # ~/articles/bootstrap.html | |
| # /<entity-id>/<item-id> | |
| # | _.foo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Copyright (c) 2009 Metanational Commons Ltd. | |
| from time import time | |
| from sha import new as sha1 | |
| CO_VARARGS = 4 | |
| CO_VARKEYWORDS = 8 | |
| def validate(**spec): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ==== | |
| Todo | |
| ==== | |
| Auto-follow user and get user to auto-follow @openkollab | |
| Notify users who have protected statuses that they need to follow @openkollab | |
| Parse ~labels | |
| Map non /.service requests to openkollab.com to ~labels |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --------------------- | |
| Plan File / Bootstrap | |
| --------------------- | |
| .. plan:: bootstrap | |
| .. !! PLEASE UPDATE THIS WHENEVER YOU CREATE A NEW ITEM !! | |
| .. latest used id: 3 | |