Skip to content

Instantly share code, notes, and snippets.

#!/data/data/com.termux/files/usr/bin/bash -e
set -euo pipefail
shopt -s inherit_errexit
yes | pkg upgrade || true
yes | pkg install x11-repo || true
yes | pkg install tigervnc || true
yes | pkg install curl || true
curl --silent -O https://raw.githubusercontent.com/Hax4us/TermuxAlpine/master/TermuxAlpine.sh

DefaultReview

*release name:DefaultReviews

Blurb for submission

Solving DHH's American Airlines problem

DHH is not alone. Unfortunately, too many have shared his frustration. Unfortunately many more have endured like frustrations across innumerable poorly-acting organizations. Fortunately, the progress in our tools and connectedness makes this now a solvable problem. Hackers, your challenge should you choose to accept it is to harness like developers to launch [DefaultReview][] (DR).

@iL3D
iL3D / photon-app.py
Created June 1, 2015 23:48
photon demos
import re
import sys
import traceback
from flask import Flask
from flask import render_template
from flask import url_for
from flask import request
from flask import redirect
@iL3D
iL3D / test-twimlets.py
Created June 1, 2015 23:10
Unit tests for ported twimlets
import re
import unittest
from .context import app
app.config['TWILIO_ACCOUNT_SID'] = 'ACxxxxxx'
app.config['TWILIO_AUTH_TOKEN'] = 'yyyyyyyyy'
#app.config['TWILIO_CALLER_ID'] = '+15558675309'
@iL3D
iL3D / hackpack-app.py
Created June 1, 2015 22:54
Python/Flask port for menu and callme twimlets originally in PHP
'''Copyright (c) 2012 Twilio, Inc.
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions: