Skip to content

Instantly share code, notes, and snippets.

View fedyvenom's full-sized avatar

Fedy Yapary fedyvenom

  • MarketJS, Venomous
  • Makassar, South Sulawesi, Indonesia
View GitHub Profile
#!/bin/bash
PROGNAME=${0##*/}
INPUT=''
QUIET='0'
NOSTATS='0'
max_input_size=0
max_output_size=0
usage()
@fedyvenom
fedyvenom / touch-button.js
Created June 27, 2016 20:53 — forked from phoboslab/touch-button.js
Touch Button Plugin for Impact
ig.module(
'plugins.touch-button'
)
.requires(
'impact.system',
'impact.input',
'impact.image'
)
.defines(function(){ "use strict";