ebonet-zz / resources

Great links with libs and tutorials I have found along the way

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Resources

Great tutorials and libs I have found along the way.

Design

Android

Tuts


AngularJS


Go

Libs

  • Martini Sinatra style server for go

Tuts

Help


R

Libs

  • Reshape -> Very useful for reshaping data (see tutorial below for better explanation)

Tutorials


Unix

Recipes

  • Get 10 random elements of csv while keeping the header
(head -n 1 file.csv && tail -n +1 file.csv | shuf | head -n 10) > file.csv

About

Great links with libs and tutorials I have found along the way