Skip to content

Instantly share code, notes, and snippets.

@sushil10018
sushil10018 / .zshrc
Created January 20, 2016 11:51
Simple alias to make your day simple
alias gstart="git branch -D developing && git branch developing && git checkout developing"
gfinish () { git branch $1 && gco $1 && ggpush }
@mdang
mdang / RAILS_CHEATSHEET.md
Last active November 28, 2025 10:01
Ruby on Rails Cheatsheet

Ruby on Rails Cheatsheet

Architecture

Create a new application

Install the Rails gem if you haven't done so before

@xecutioner
xecutioner / Wikimeida_extraction.md
Last active August 29, 2015 13:57
Wikimedia article extractions

STEP 1: Use media labs tool to generate doc based xml from the wikipedia dump.


  • Get the latest copy of the articles from wikipedia download page.
> wget http://download.wikimedia.org/enwiki/latest/enwiki-latest-pages-articles.xml.bz2