Skip to content

Instantly share code, notes, and snippets.

@leonardofed
leonardofed / README.md
Last active September 19, 2024 07:07
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.


@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
@MichaelMartinez
MichaelMartinez / install.md
Created August 13, 2012 04:28 — forked from svnlto/install.md
Setup OS X 10.7/8 w/ homebrew, oh-my-zsh, rvm, nodejs, nvm

Setup new Mac with OSX Lion from scratch for Virtualization

These commands are good as of 08/12/2012.

The command line tools are approximately 171mb and everything you need w/ Free Apple ID. Or you can download the entire Xcode app.

Really the nicest choice for a terminal on OSX right now, especially with Lion style full screen support.

for i in $HOME/local/*; do
[ -d $i/bin ] && PATH="${i}/bin:${PATH}"
[ -d $i/sbin ] && PATH="${i}/sbin:${PATH}"
[ -d $i/include ] && CPATH="${i}/include:${CPATH}"
[ -d $i/lib ] && LD_LIBRARY_PATH="${i}/lib:${LD_LIBRARY_PATH}"
[ -d $i/lib ] && LD_RUN_PATH="${i}/lib:${LD_RUN_PATH}"
# uncomment the following if you use macintosh
# [ -d $i/lib ] && DYLD_LIBRARY_PATH="${i}/lib:${DYLD_LIBRARY_PATH}"
[ -d $i/lib/pkgconfig ] && PKG_CONFIG_PATH="${i}/lib/pkgconfig:${PKG_CONFIG_PATH}"
[ -d $i/share/man ] && MANPATH="${i}/share/man:${MANPATH}"
@MichaelMartinez
MichaelMartinez / calimple1.md
Created May 15, 2012 21:00
Calendar Implementation

TODO

28 May 2012

  1. All the model stuff from 22 May 2012 as I didn't have time See discussion below
    • Figure out roster - Users? Or separate Roster "scaffolding"?
    • Diagram the relationships
    • Assignment = button v. drag and drop v. select open spots
    • 8 hour conundrum
  2. Cut off areas of app with before_filter :authenticate_user! && authorize! :index, @user, :message => 'Not authorized as an administrator.'
  3. Install sevenwire/forgery and use it to create fake users/assignments/etc.
@jpantuso
jpantuso / osx_lion_rail_setup.md
Created July 27, 2011 19:51
Setup OS X 10.7 w/ homebrew, oh-my-zsh, rvm, rails, and MySQL