Skip to content

Instantly share code, notes, and snippets.

View merrypuck's full-sized avatar

Aaron Landy merrypuck

View GitHub Profile
@tsiege
tsiege / The Technical Interview Cheat Sheet.md
Last active June 28, 2024 10:38
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.

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!






\

@merrypuck
merrypuck / gist:84147acdbd33619bd8a7
Last active August 29, 2015 14:03
Angellist-Api Email Script
from urllib import urlopen
import json
import pymongo
from pymongo import MongoClient
from urllib import urlopen
import json
from flask import Flask, render_template, session, request, flash, url_for, redirect
from flask.ext.mail import Message, Mail
import os