Skip to content

Instantly share code, notes, and snippets.

View cjbarber's full-sized avatar

Chris Barber cjbarber

View GitHub Profile
@cjbarber
cjbarber / ubereats-coupon-code.md
Created October 2, 2017 23:20
UberEATS coupon code

For food delivery from UberEATS

Coupon code / promo code: eats-uberfree-rider

Hope this helps.

@cjbarber
cjbarber / goshare-co-coupon.md
Last active January 27, 2018 06:54
Goshare.co coupon

For delivery services at goshare.co, $10 off

Coupon: CB3957

Figured I might as well share it.

@cjbarber
cjbarber / readings.html
Last active August 29, 2015 14:07
183B /readings/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Readings</title>
<!-- Bootstrap -->
<link href="/css/bootstrap.min.css" rel="stylesheet">
@cjbarber
cjbarber / dustin-moskovitz-best-books.md
Last active October 28, 2020 03:37
Dustin Moskovitz's Book Recommendations (Co-Founder of Asana and Facebook)

Dustin Moskovitz is a cofounder of Asana, and was a co-founder of Facebook. Here are some of his favorite books.

Many thanks to Dustin for this list.

On Consciousness

Douglas R. Hofstadter

Godel, Escher, Bach: An Eternal Golden Braid

@cjbarber
cjbarber / hn-who-wants-to-be-hired
Last active August 29, 2015 14:01
HN: Who wants to be hired? (Template)
[Location], [Remote | Relocation], [Full Time | Contract | Part Time]
Stack: [Comma delimited list of technologies]
Resume: [Link to resume]
GitHub: [link to github]
LinkedIn: [link to linkedin]
@cjbarber
cjbarber / unreplied.md
Last active December 23, 2022 14:58
RFS: Gmail Unreplied Messages

A Request for a Startup: Gmail 'Waiting For Reply' Tab

Problem:

  • I, Chris Barber, send many emails. I'd like to get more replies.

Solution:

  • A Chrome extension that adds a 'waiting for' tab to gmail.
@cjbarber
cjbarber / build_tree.js
Last active December 14, 2015 15:18
Resume
var data = {
"name": "",
"children": [
{"name": "", "children":[
{"name": "Javascript"},
{"name": "HTML/CSS"},
{"name": "Programming"},
{"name": "Ruby & Ruby on Rails"},
{"name": "Python"}
]},
@cjbarber
cjbarber / index.html
Last active December 14, 2015 15:18
Be happy.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<style type="text/css">
body {
font: 300 36px "Helvetica Neue";
height: 640px;
margin: 80px 160px 80px 160px;
@cjbarber
cjbarber / index.html
Last active December 11, 2015 22:28
SmartGuides
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SmartGuides: Learn faster.</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap-combined.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Merriweather' rel='stylesheet' type='text/css'>