- Scott Chacon on the Interwebs(リンク切れ)
- Scott Chacon on the Interwebs
- GitHub Flow - The best way to use Git and GitHub
31 Aug 2011
| # A list of possible usernames to reserve to avoid | |
| # vanity URL collision with resource paths | |
| # It is a merged list of the recommendations from this Quora discussion: | |
| # http://www.quora.com/How-do-sites-prevent-vanity-URLs-from-colliding-with-future-features | |
| # Country TLDs found here: | |
| # http://en.wikipedia.org/wiki/List_of_Internet_top-level_domains#Country_code_top-level_domains | |
| # Languages found here: |
| absint | |
| activate_plugin | |
| activate_plugins | |
| activate_sitewide_plugin | |
| add_action | |
| add_blog_option | |
| add_clean_index | |
| add_comment_meta | |
| add_comments_page | |
| add_contextual_help |
| IO.popen('ant run') do |io| | |
| while (line = io.gets) do | |
| puts line | |
| end | |
| end |