Skip to content

Instantly share code, notes, and snippets.

@jasoncyu
jasoncyu / description.md
Last active February 13, 2017 20:55
description.md

Let's create a simple to-do single-page app (SPA) that helps us manage Github issues using the Github public API (https://developer.github.com/v3/)

  • On the landing page of the app, display a text box that allows the user to search for repos using the Github Search API
  • When clicking a repository, display the issues present in that repository. Here are the API docs
import contextlib
import datetime
import functools
import json
import twiceflask as tf
from twiceweb.common import models
from twiceweb.common import util
@jasoncyu
jasoncyu / hack.sh
Last active December 26, 2015 20:28 — forked from erikh/hack.sh
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://gist.github.com/jasoncyu/7208346 | sh
#
@jasoncyu
jasoncyu / hack.sh
Created June 29, 2013 04:12 — forked from erikh/hack.sh
#!/usr/bin/env sh
##
# This is script with usefull tips taken from:
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
#
# install it:
# curl -sL https://raw.github.com/gist/2108403/hack.sh | sh
#