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
curl -L http://bit.ly/10hA8iC | bash |
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 |
#!/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 |
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