do everything as root
sudo suupdate system:
apt-get update| #lang send-exp racket/gui | |
| (require sgl/gl) | |
| (require sgl/gl-vectors) | |
| (require pict) | |
| (define texture% | |
| (class object% | |
| (init [(initial-bitmap bitmap)]) | |
| (field [width 0] |
do everything as root
sudo suupdate system:
apt-get update| { | |
| "files": | |
| { | |
| // jQuery | |
| "jquery.js" : "http://code.jquery.com/jquery.js", | |
| "jquery.min.js" : "http://code.jquery.com/jquery.min.js", | |
| // jQuery Plugins | |
| "jquery.cookie.js" : "https://raw.github.com/carhartl/jquery-cookie/master/jquery.cookie.js", |
| #lang racket/gui | |
| (require racket/flonum racket/fixnum) | |
| ;(require racket/require) | |
| ;(require (filtered-in | |
| ; (λ (name) (regexp-replace #rx"unsafe-" name "")) | |
| ; racket/unsafe/ops)) | |
| ;(require (only-in racket/flonum flvector)) | |
| (define-syntax-rule (define-bin-op-stx name oper id) |
| /* SMARTPHONES */ | |
| @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { | |
| } | |
| /* TABLETS */ | |
| @media screen and (min-width: 481px) and (max-width: 1024px) { | |
| } | |
| /* DESKTOP */ |
| const int redPin = 11; | |
| const int greenPin = 10; | |
| const int bluePin = 9; | |
| void setup() { | |
| // Start off with the LED off. | |
| setColourRgb(0,0,0); | |
| } | |
| void loop() { |