Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
ON THE RPI (if you haven't downloaded openFrameworks) | |
$ cd | |
$ curl -O http://www.openframeworks.cc/versions/v0.8.4/of_v0.8.4_linuxarmv6l_release.tar.gz | |
$ mkdir openFrameworks | |
$ tar vxfz of_v0.8.4_linuxarmv6l_release.tar.gz -C openFrameworks --strip-components 1 | |
$ cd /home/pi/openFrameworks/scripts/linux/debian_armv6l | |
$ sudo ./install_dependencies.sh | |
ON THE MAC: |
# # Modules: npm | |
# Adds settings and tasks for managing Ruby npm. | |
# | |
# require 'mina/npm' | |
# ## Settings | |
# Any and all of these settings can be overriden in your `deploy.rb`. | |
# ### npm_bin | |
# Sets the npm path. |
/* global require */ | |
var gulp = require('gulp'); | |
var browserify = require('browserify'); | |
var sync = require('browser-sync'); | |
var source = require('vinyl-source-stream'); | |
var uglify = require('gulp-uglify'); | |
var plumber = require('gulp-plumber'); | |
var streamify = require('gulp-streamify'); | |
var watchify = require('watchify'); |
;; This is at: https://gist.github.com/8655399 | |
;; So we want a rhyming dictionary in Clojure. Jack Rusher put up | |
;; this code here: | |
;; | |
;; https://gist.github.com/jackrusher/8640437 | |
;; | |
;; I'm going to study this code and learn as I go. | |
;; | |
;; First I put it in a namespace. |
package main | |
import ( | |
"bytes" | |
"fmt" | |
"io" | |
"log" | |
"mime/multipart" | |
"net/http" | |
"os" |
open -n ./emptyExampleDebug.app/ --args 1 2 3 4 |
//Enlarge all the bacon. | |
$('.bacon').height(10000).refresh(); |
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
Work in progress, I'll write this up properly when I'm done.
Almost all credit goes to @maxogden for putting me on to this and pointing me in the right direction for each of these items.
Prerequisites:
;un
into the search bar after jailbreak)/mnt/us