http://www.codeulatescreencasts.com/products/vim-for-rails-developers
- Typeracer
- [Keyboard cheat sheet][2]
| { | |
| "issues":[ | |
| { | |
| "id":2552587, | |
| "status":"Acknowledged", | |
| "summary":"Street Issue (Other than Pothole)", | |
| "description":"Rotting fruit and vegetables in the streets left by produce needs cleaning up to prevent rodents", | |
| "rating":1, | |
| "lat":37.796604162495, | |
| "lng":-122.275314331055, |
| #!/usr/bin/env ruby | |
| contents_json = Dir["**/Contents.json"] | |
| contents_json.each do |file| | |
| newline = "\"filename\" : \"#{(file.split('/')[1]).gsub('.imageset', '.jpg')}\"" | |
| new_contents = "{ | |
| \"images\" : [ | |
| { |
| set nocompatible " be iMproved | |
| filetype off " required! | |
| set rtp+=~/.vim/bundle/vundle/ | |
| call vundle#rc() | |
| " let Vundle manage Vundle | |
| " required! | |
| Bundle 'gmarik/vundle' |
http://www.codeulatescreencasts.com/products/vim-for-rails-developers