--- title: "John Minter's Helpful Tips" author: "J. R. Minter" date: "`r format(Sys.time(), '%Y-%m-%d')`" output: html_document: css: ./theme/jm-blue-vignette.css --- This repository contains the John Minter's useful tips in Rmarkdown format. > Your closest colaborator is you, six months from now -- > and you don't respond to email... > - Karl Broman **First**, two quickies: 1. Automatically download all files in a directory Let's also exclude all the `index.html` files... ``` wget -r --no-parent --reject "index.html*" http://my/url ``` 2. I **hate** the new Chome bookmark manager. Happliy we can turn it off. Thanks to [Jeff Kitchen](https://productforums.google.com/forum/#!topic/chrome/TVHpStVuxSc) > If you have sync enabled and include your bookmarks then the Disable Enhanced Bookmarks should not be an issue. > Type in the url window: ``` chrome://flags/#enhanced-bookmarks-experiment ``` > Select disable (from Default) > Restart your browser Topic [AccessToSqlite](./AccessToSqlite/AccessToSqlite.html) [EkAutomater](./automater/automater.html) [Oxford AZtec](./AZtec/AZtec.html) [C++11](./C++11/C++11-Tips.html) [Carbon Film Thickness](./carbonFilmThickness/carbonFilmThickness.html) [chntpw](./chntpw/chntpw.html) [Color](./color/color.html) [Conductive Epoxies](./ConductiveEpoxy/ConductiveEpoxy.html) [Diffraction Limit](./DiffractionLimit/DiffractionLimit.html) [DTSA-II](./dtsa2/dtsa2.html) [EDAX](./EDAX/EDAX.html) [Excel](./Excel/Excel.html) [Fitness](./fitness/fitness.html) [Building up a ggplot2 figure](./ggplot2figure/ggplot2-figure.html) [ggplot2Intro](./ggplot2Intro/ggplot2Intro.html) [ggplot2UseCases](./ggplot2UseCases/ggplot2UseCases.html) [ggvisIntro](./ggvisIntro/ggvisIntro.html) [git](./git/git-tips.html) [gnuplot](./gnuplot/gnuplot.html) [Håklev's tips on data wrangling with R](./hacklev/hacklev.html) [hyperspy](./hyperspy/hyperspy.html) [Image-J](./ImageJ/ImageJ.html) [iOS](./iOS/iOS.html) [Jekyll on github.io](./jekyll-github/jekyll-github.html) [Logos Library System](./Logos/Logos.html) [Lubuntu](./Lubuntu/Lubuntu.html) [mac](./mac/mac.html) [maintaining legacy equipment](./legacy/Legacy.html) [microscopy](./micro/micro.html) [midb](./midb/midb.html) [Monte Carlo methods in R](./monteCarlo/monteCarlo.html) [MS Office](./msOffice/msOffice.html) [MySQL](./mysql/mysql.html) [OS Package Links](./osPkgs/osPkgs.html) [plagiarism](./plagiarism/plagiarism.html) [portable makefiles](./portableMakefiles/portableMakefiles.html) [Preparation of samples for EDS](./prepForEDS/prepForEDS.html) [Probe for EPMA](./probeForEPMA/probeForEPMA.html) [python](./python/python.html) [python image processing with skimage](./skimage/skimage.html) [R](./R/R-tips.html) [R-Anova](./R-Anova/R-Anova.html) [R-bar-plots](./R-bar-plots/R-bar-plots.html) [R-boxplots](./R-boxplots/R-boxplots.html) [R-Excel](./R-Excel/R-Excel.html) [R-foreach](./R-foreach/R-foreach.html) [R-GeoSpatial](./R-GeoSpatial/R-GeoSpatial.html) [R-loess](./R-loess/R-loess.html) [R-markdown](./R-markdown/R-markdown.html) [R-Packages](./R-packages/R-packages.html) [Reproducible Research](./ReproducibleResearch/ReproducibleResearch.html) [Research](./research/research.html) [SEM](./SEM/SEM.html) [shell](./shell/shell-tips.html) [skills](./skills/skills.html) [skimage](./skimage/skimage.html) [Slidify](./Slidify/Slidify.html) [Sublime Text 3](./ST3/ST3.html) [Stratagem](./Stratagem/Stratagem.html) [Sweave](./Sweave/Sweave.html) [TeX](./tex/tex-tips.html) [Ubuntu](./ubuntu/ubuntu.html) [Visual Studio 2010](./VS2010/VS2010.html) [Win](./win/win.html) [Workflow](./workflow/workflow.html)