I hereby claim:
- I am mojoaxel on github.
- I am wunschik (https://keybase.io/wunschik) on keybase.
- I have a public key whose fingerprint is 68D7 252B 3D5A 0C27 FA35 64E5 6B87 D9D3 813D AA42
To claim this, I am signing this object:
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Flot-Events Example</title> | |
<!-- required --> | |
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js" ></script> | |
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/flot/0.8.3/jquery.flot.min.js"></script> | |
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/flot/0.8.3/jquery.flot.selection.min.js"></script> |
SET foreign_key_checks = 0; |
#!/bin/bash | |
# Download image from AirCam | |
curl --insecure -o image.jpg https://XXX.XXX.XXX.XXX/snapshot.cgi?chan=1 | |
# create folder archive if it doesn't already exist | |
mkdir -p archive | |
# save image to archive | |
cp image.jpg archive/webcam_$(date +"%Y%m%d-%H%M").jpg |
I hereby claim:
To claim this, I am signing this object:
pi@pi-top ~ $ wget https://s3-us-west-2.amazonaws.com/pi-top/pt-battery-fw-update_v2 | |
--2016-04-19 07:43:27-- https://s3-us-west-2.amazonaws.com/pi-top/pt-battery-fw-update_v2 | |
Resolving s3-us-west-2.amazonaws.com (s3-us-west-2.amazonaws.com)... 54.231.168.46 | |
Connecting to s3-us-west-2.amazonaws.com (s3-us-west-2.amazonaws.com)|54.231.168.46|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 57760 (56K) [application/octet-stream] | |
Saving to: `pt-battery-fw-update_v2' | |
100%[==============================================================================================================================>] 57,760 70.7K/s in 0.8s |
[ | |
{"from": 1, "to": 2}, | |
{"from": 1, "to": 3}, | |
{"from": 2, "to": 4}, | |
{"from": 2, "to": 5} | |
] |
#!/bin/bash | |
STICK_A="/media/pi/AF7C-CF1E"; | |
STICK_B="/media/pi/IMAGES"; | |
TEMPF="/home/pi/slideshow.tmp"; | |
DELAY=5; | |
export DISPLAY=":0" | |
if [ -d "$STICK_A" ]; then |
Dear Almende colleagues,
Thanks for creating vis.js!
First of all, we really want to thank the company Almende in general and developers like @josdejong and @AlexDM0 in particular for providing the community with such a sophisticated open source library. In our commercialized world it is not a given for everybody to be so dedicated to open and free software. Thank you! We recognize that vis.js is still an almende project, even now that the project is almost exclusively driven by the community.
Current status
After the "we need your help" issue in April 2016 a lot has been accomplished.
cp ubuntu-14.10-server-amd64.vdi ubuntu-14.10-server-amd64.backup.vdi
VBoxManage modifyhd ubuntu-14.10-server-amd64.vdi --resize 50000
lsblk
sudo fdisk /dev/sda