thanks 4 putting source for a noob to learn a little
-
DocSets-for-iOS and paid 4 it too https://github.com/omz/DocSets-for-iOS/
-
Real Time Congress
var canvas_ctx; // HTML canvas 2d context | |
var ax = 0; // Acceleration x axis (Accelerometer value adjusted for direction) | |
var ay = 0; // Acceleration y axis (Accelerometer value adjusted for direction) | |
var x; // Circle x position | |
var y; // Circle y position | |
var vx = 0; // Velocity x axis | |
var vy = 0; // Velocity y axis | |
var WIDTH = 320; // Width of canvas | |
var HEIGHT = 300; // Height of canvas | |
var RADIUS = 10; // Width of circle object |
thanks 4 putting source for a noob to learn a little
DocSets-for-iOS and paid 4 it too https://github.com/omz/DocSets-for-iOS/
Real Time Congress
#!/bin/bash | |
# Place in /usr/share/backup/ | |
# and make executable | |
# chmod 0744 dup-backup.sh | |
# install: | |
# apt-get install duplicity python-gdata python-gobject-2 python-paramiko | |
## Remeber to change Google drive user name and Google drive folder | |
## And change Email | |
# Must run as root for system wide backups |
curl -L http://bit.ly/10hA8iC | bash |