Skip to content

Instantly share code, notes, and snippets.

View DrMavenRebe's full-sized avatar

David Bremner DrMavenRebe

View GitHub Profile
@tsiege
tsiege / The Technical Interview Cheat Sheet.md
Last active May 14, 2024 04:49
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!






\

@harperreed
harperreed / Restaurants-near-1871.md
Created December 6, 2012 22:32
Restaurants near 1871

#Restaurants near 1871

Help curate this list. start filling out the data and links about each place and add places!


##Cheap

  • Protein Bar
    • Phone: (312) 346-7300
    • Address: 222 Merchandise Mart Plaza Chicago, IL 60654
@febuiles
febuiles / god.rb
Created November 25, 2011 22:46
God config for Hubot
# start the service with `god -c /etc/god/god.conf`. Use `rvmsudo` if you
# manage your rubies with RVM.
# You can see the start/stop script for Hubot at: https://gist.github.com/1394520
God.watch do |w|
w.name = "hubot"
w.start = "/etc/init.d/hubot start"
w.stop = "/etc/init.d/hubot stop"
w.restart = "/etc/init.d/hubot restart"
@mde
mde / gist:967610
Created May 11, 2011 23:20
HTML markdown viewer
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script type="text/javascript" src="./showdown.js"></script>
<title>
Markdown Viewer
</title>
<style type="text/css">