The script itself has most of the documentation. Just know that there are two scripts here:
- A plain-text version (
.applescript
) - A compiled version (
.scpt
)
sudo apt-get install zlib1g-dev #ubuntu | |
git clone git://git.kernel.org/pub/scm/git/git.git | |
cd git | |
NO_EXPAT=yes NO_OPENSSL=yes NO_CURL=yes make -j4 prefix=~ | |
NO_EXPAT=yes NO_OPENSSL=yes NO_CURL=yes make -j4 prefix=~ install |
#!/usr/bin/env python | |
# This code was written by Krzysztof Kowalczyk (http://blog.kowalczyk.info) | |
# and is placed in public domain. | |
def v2fhelper(v, suff, version, weight): | |
parts = v.split(suff) | |
if 2 != len(parts): | |
return v | |
version[4] = weight |
-Go to the starting point of the project | |
>> git checkout origin master | |
-fetch all objects | |
>> git fetch origin | |
-Make the branch from the tag | |
>> git branch new_branch tag_name | |
-Checkout the branch | |
>> git checkout new_branch | |
-Push the branch up | |
>> git push origin new_branch |
defaults write com.barebones.bbedit Color:Background -string "rgb(0,0,0)" | |
defaults write com.barebones.bbedit Color:CTagsIdentifier -string "rgb(57825,39937,11422)" | |
defaults write com.barebones.bbedit Color:ColorAttributesSeparately -string 1 | |
defaults write com.barebones.bbedit Color:Comment -string "rgb(21845,21845,21845)" | |
defaults write com.barebones.bbedit Color:Comment:Ruby -string "rgb(34992,34992,34992)" | |
defaults write com.barebones.bbedit Color:Foreground -string "rgb(65535,65535,65535)" | |
defaults write com.barebones.bbedit Color:Foreground:CSS -string "rgb(56342,56342,56342)" | |
defaults write com.barebones.bbedit Color:GuideContrast -string 7 | |
defaults write com.barebones.bbedit Color:HTMLAnchor -string "rgb(43690,0,0)" | |
defaults write com.barebones.bbedit Color:HTMLAttributeName -string "rgb(57528,45076,5799)" |
;;; This is to enable ronn files https://github.com/rtomayko/ronn to be treated as markdown files. | |
(add-to-list 'auto-mode-alist '("\\.ronn$" . markdown-mode)) |
ssh-keygen -y -f private_key1.pem > public_key1.pub |
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
# These are bioconductor packages. See http://www.bioconductor.org/install/ for installation instructions | |
library(Biobase) | |
library(GEOquery) | |
library(limma) | |
library(SPIA) | |
library(hgu133plus2.db) | |
# load series and platform data from GEO: | |
# http://www.ncbi.nlm.nih.gov/projects/geo/query/acc.cgi?acc=GSE4107 | |
eset <- getGEO("GSE4107", GSEMatrix =TRUE)[[1]] |
As configured in my dotfiles.
start new:
tmux
start new with session name: