- Mozilla Developer Network If could only offer a single link for getting started, I don't think I could do any better than this one. From the site:
>We are an open community of developers building resources for a
;; Does not handle parametized queries for the | |
;; simple reason that I was dealing with a pre-formatted | |
;; string to call a stored procedure. | |
;; | |
;; Feel free to fork and improve. :-) | |
(require '[clojure.java.jdbc :as j] | |
'[clojure.java.jdbc.sql :as s]) | |
>We are an open community of developers building resources for a
" CtrlP config to replace Gary Bernhardt's Command-T config | |
" from 'File Navigation with Vim' | |
" (http://www.destroyallsoftware.com/file-navigation-in-vim.html) | |
map <leader>f :ClearCtrlPCache<cr>\|:CtrlPCurWD<cr> | |
map <leader>gf :ClearCtrlPCache<cr>\|:CtrlPCurFile<cr> | |
map <leader>b :CtrlPBuffer<cr> | |
" Custom Rails specific CtrlP mappings | |
map <leader>gv :ClearCtrlPCache<cr>\|:CtrlP app/views<cr> | |
map <leader>gc :ClearCtrlPCache<cr>\|:CtrlP app/controllers<cr> |
Drift is an always-already versioned, cloud-backed text editor. You can use it to take notes, and save them in the GitHub cloud.
Your gists are always saved locally, and any changes you make will get pushed to GitHub's servers.
To name a gist, touch its name in the toolbar.
You can use the share button at the top-right to copy a link to one of your gists, or view it on the web in Safari.