Skip to content

Instantly share code, notes, and snippets.

Avatar
🇲🇽

Claudia Hernández claudiahdz

🇲🇽
View GitHub Profile
@tsiege
tsiege / The Technical Interview Cheat Sheet.md
Last active March 24, 2023 10:26
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.
View The Technical Interview Cheat Sheet.md

ANNOUNCEMENT

I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!






\

@varunkumar
varunkumar / tweet-notifier.js
Created September 23, 2012 19:50
Arduino tweet notifier
View tweet-notifier.js
var five = require("johnny-five"),
twitter = require('ntwitter'),
board, lcd, mentions = 0;
board = new five.Board();
board.on("ready", function() {
lcd = new five.LCD({
pins: [ 8, 9, 10, 11, 12, 13 ],
@jimbojsb
jimbojsb / gist:1630790
Created January 18, 2012 03:52
Code highlighting for Keynote presentations
View gist:1630790

Step 0:

Get Homebrew installed on your mac if you don't already have it

Step 1:

Install highlight. "brew install highlight". (This brings down Lua and Boost as well)

Step 2: