The instructions are based on this answers.ros.org thread.
You may need the latest pip, follow the official instructions.
Install bloom:
| #!/bin/sh -e | |
| hostname=$1 | |
| device=$2 | |
| file=$HOME/.dynv6.addr6 | |
| [ -e $file ] && old=`cat $file` | |
| if [ -z "$hostname" -o -z "$token" ]; then | |
| echo "Usage: token=<your-authentication-token> [netmask=64] $0 your-name.dynv6.net [device]" | |
| exit 1 | |
| fi |
| $ ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4 |
| # Backup | |
| docker exec CONTAINER /usr/bin/mysqldump -u root --password=root DATABASE > backup.sql | |
| # Restore | |
| cat backup.sql | docker exec -i CONTAINER /usr/bin/mysql -u root --password=root DATABASE | |
| #!/usr/bin/env python | |
| import argparse | |
| import base64 | |
| import json | |
| import os | |
| import shlex | |
| import subprocess | |
| import sys | |
The instructions are based on this answers.ros.org thread.
You may need the latest pip, follow the official instructions.
Install bloom:
| set -g status-right '#(cd #{pane_current_path}; git rev-parse --abbrev-ref HEAD)' |
| #include "cartographer/io/proto_stream.h" | |
| #include "cartographer/io/proto_stream_deserializer.h" | |
| #include "cartographer/mapping/pose_graph.h" | |
| #include "cartographer_ros/msg_conversion.h" | |
| #include "cartographer_ros/time_conversion.h" | |
| #include "cartographer_ros/split_string.h" | |
| #include "geometry_msgs/TransformStamped.h" | |
| namespace cartographer_ros { |
| # use persofoto.de to crop a foto to the right dimensions | |
| # then use this script to lay it out on a 1600x2312 jpg to print as 9x13 | |
| montage mein-passfoto.jpg mein-passfoto.jpg mein-passfoto.jpg mein-passfoto.jpg -geometry 622x898+89+129 out.jpg |
| // run this inside your skribl game and you'll get a table on the bottom for hints | |
| let words = ["bear","archaeologist","sunflower","hair","Vin Diesel","Daffy Duck","broomstick","unibrow","accident","saliva","Batman","radiation","boots","tornado","skyscraper","knife","witch","glass","Patrick","tank","type","shampoo","emerald","factory","apartment","Darwin","pig","underweight","grandmother","bar","short","iron","cloth","William Wallace","skydiving","chopsticks","cord","rug","spaceship","moss","ponytail","elbow","path","Barack Obama","centaur","wave","cello","Mark Zuckerberg","sailboat","JayZ","cheeks","Dora","Ferrari","meatloaf","burglar","dog","double","sneeze","Tweety","Donald Duck","Pumba","messy","melt","graduation","wart","moose","Zeus","school","kiss","dream","Shrek","snow","Steve Jobs","Hollywood","eclipse","record","sale","lottery","field","ring","pet shop","symphony","portal","ear","Elsa","basement","emoji","Elon Musk","Robbie Rotten","security","Flash","Grinch","spy","finger","Ikea","loot","seahorse", |