Skip to content

Instantly share code, notes, and snippets.

View davfre's full-sized avatar

David Fredman davfre

View GitHub Profile
@davfre
davfre / bamfilter_oneliners.md
Last active February 24, 2024 01:23
SAM and BAM filtering oneliners
@MichaelMartinez
MichaelMartinez / python.md
Created September 18, 2012 06:08
OSX-VM Setups/steps y mas

Mac Setup and play

Lib's and Development stuff to set up

The List of Items the VM has!

  1. Command Line Tools from Apple - Installed
  2. Sublime Text 2 - subl has been symlink and works
  3. Git use systems; can update using brew if needed in subsequent clones
  4. Homebrew - Watch the changes - raring to brew
  5. iTerm2 / oh-my-zsh - Need to test the plugins
@yannabraham
yannabraham / beanplots.R
Created July 16, 2012 09:31
ggplot2 BeanPlots
## reproduce the figures from http://www.jstatsoft.org/v28/c01/paper using ggplot2
library(ggplot2)
## parameters
set.seed(2710)
## Figure 1
d <- rnorm(50)
@simme
simme / Install_tmux
Created October 19, 2011 07:55
Install and configure tmux on Mac OS X
# First install tmux
brew install tmux
# For mouse support (for switching panes and windows)
# Only needed if you are using Terminal.app (iTerm has mouse support)
Install http://www.culater.net/software/SIMBL/SIMBL.php
Then install https://bitheap.org/mouseterm/
# More on mouse support http://floriancrouzat.net/2010/07/run-tmux-with-mouse-support-in-mac-os-x-terminal-app/