To start godoc at log in time (so it always there on port 6060 when you need it):
- copy smarticus.godoc.plist to in ~/Library/LaunchAgents
launchctl load ~/Library/LaunchAgents/smarticus.godoc.plist- visit http://localhost:6060
To start godoc at log in time (so it always there on port 6060 when you need it):
launchctl load ~/Library/LaunchAgents/smarticus.godoc.plist| Team behind Go: | |
| - Ken Thompson | |
| - Co-Creator of Unix | |
| - Co-Creator of UTF-8 | |
| - Creator of 'B', the direct predecessor to the 'C' programming language | |
| - Rob Pike | |
| - Co-Creator of Unix | |
| - Co-Creator of UTF-8 | |
| - Co-Authored Practice of Programming and The Unix Programming Environment with Brian Kernighan |
| $ cat ~/.vimrc | |
| execute pathogen#infect() | |
| syntax on | |
| filetype plugin indent on | |
| map <leader>f :Ack<space> | |
| map pt :tabp<CR> | |
| " Quick fix navigation (next error, prev error, etc) | |
| map ne :cnext<CR> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script src='https://dnv9my2eseobd.cloudfront.net/mapbox.js/v0.6.4/mapbox.js'></script> | |
| <link href='https://dnv9my2eseobd.cloudfront.net/mapbox.js/v0.6.4/mapbox.css' rel='stylesheet' /> | |
| <style> | |
| body { margin:0; padding:0; } | |
| #map { position:absolute; top:0; bottom:0; width:100%; } | |
| </style> | |
| </head> |