Skip to content

Instantly share code, notes, and snippets.

@rezaprima
rezaprima / awesome_books.md
Created April 14, 2018 06:52
Awesome programming books!

List of Awesome Programming Books

Never waste your time reading anything less than the most recent edition--check amazon!

For programming always prefer books with more recent publication dates

If any of these go too fast, try the "Head First" series!

Book Heuristics

  • Prefer more recently published books
#!/bin/bash
PASTEL='{
"Ansi 0 Color" = {
"Blue Component" = 0.3097887;
"Green Component" = 0.3097887;
"Red Component" = 0.3097887;
};
"Ansi 1 Color" = {
"Blue Component" = 0.3764706;
@rezaprima
rezaprima / gist:39874
Created December 25, 2008 09:29 — forked from peterc/gist:33337
# SUPER DARING APP TEMPLATE 1.0
# By Peter Cooper
# Link to local copy of edge rails
inside('vendor') { run 'ln -s ~/dev/rails/rails rails' }
# Delete unnecessary files
run "rm README"
run "rm public/index.html"
run "rm public/favicon.ico"