Tested in Mac OS X: super == command
Open/Goto
- super+t: go to file
- super+ctrl+p: go to project
- super+r: go to methods
| # original example from Digg Data website (Takashi J. OZAKI, Ph. D.) | |
| # http://diggdata.in/post/58333540883/k-fold-cross-validation-in-r | |
| library(plyr) | |
| library(randomForest) | |
| data <- iris | |
| # in this cross validation example, we use the iris data set to |
| <html> | |
| <head> | |
| <title>jsonp test</title> | |
| <script src="http://code.jquery.com/jquery-1.6.2.min.js"></script> | |
| <script type="text/javascript"> | |
| $(function(){ | |
| $('#select_link').click(function(e){ | |
| e.preventDefault(); | |
| console.log('select_link clicked'); | |