Skip to content

Instantly share code, notes, and snippets.

View alejandrogarciasalas's full-sized avatar

Alejandro García Salas alejandrogarciasalas

View GitHub Profile
/* Servo Sweep
just makes the servo sweep back and forth repeatedly
by BARRAGAN
This example code is in the public domain.
modified 8 Nov 2013
by Scott Fitzgerald

Keybase proof

I hereby claim:

  • I am alejandrogarciasalas on github.
  • I am alejandrogarcia (https://keybase.io/alejandrogarcia) on keybase.
  • I have a public key whose fingerprint is 5AF1 6885 2003 0716 9809 82E2 A307 C734 6DF6 4D1C

To claim this, I am signing this object:

@alejandrogarciasalas
alejandrogarciasalas / gist:6c10c801f4a03d22bb82c0823be209f4
Last active August 23, 2017 00:01
Morning Quotes, these are here just so I can fetch them from an app..
“I have looked in the mirror every morning and asked myself: "If today were the last day of my life, would I want to do what I am about to do today?" And whenever the answer has been "No" for too many days in a row, I know I need to change something.” – Steve Jobs
When you wake up in the morning, tell yourself: the people I deal with today will be meddling, ungrateful, arrogant, dishonest, jealous and surly. [...] none of them can hurt me. No one can implicate me in ugliness. Nor can I feel angry at my relative, or hate him. We were born to work together like feet, hands and eyes, like the two rows of teeth, upper and lower. To obstruct each other is unnatural. To feel anger at someone, to turn your back on him: these are unnatural.” – Marcus Aurelius
When Choosing People: values 1st, aptitude 2nd, skills 3rd.
@alejandrogarciasalas
alejandrogarciasalas / The Technical Interview Cheat Sheet.md
Created March 26, 2016 18:06 — forked from tsiege/The Technical Interview Cheat Sheet.md
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

Studying for a Tech Interview Sucks, so Here's a Cheat Sheet to Help

This list is meant to be a both a quick guide and reference for further research into these topics. It's basically a summary of that comp sci course you never took or forgot about, so there's no way it can cover everything in depth. It also will be available as a gist on Github for everyone to edit and add to.

Data Structure Basics

###Array ####Definition:

  • Stores data elements based on an sequential, most commonly 0 based, index.
  • Based on tuples from set theory.