$ android list avd
$ cd ~/Android/Sdk/emulator && ./emulator -avd EMULATOR_NAME -qemu -m 1024 -enable-kvm
| /******/ (function(modules) { // webpackBootstrap | |
| /******/ // The module cache | |
| /******/ var installedModules = {}; | |
| /******/ | |
| /******/ // The require function | |
| /******/ function __webpack_require__(moduleId) { | |
| /******/ | |
| /******/ // Check if module is in cache | |
| /******/ if(installedModules[moduleId]) | |
| /******/ return installedModules[moduleId].exports; |
| #! /bin/bash | |
| if [ -z "$1" ]; then | |
| echo "Usage: . appdev [ProjectName]" | |
| else | |
| window=dev:0 | |
| project=$1 | |
| cd ~/Dev/mobile/${project} | |
| tmux split-window -v | |
| tmux split-window -h | |
| tmux send-keys -t "2" 'npm run start' C-m |
| gource -s .06 -1920x1080 --auto-skip-seconds .1 --multi-sampling --stop-at-end --highlight-users --hide mouse,progress --file-idle-time 0 --max-files 0 --background-colour 222222 --font-size 22 --title "django-baton - dev" --output-ppm-stream - --output-framerate 30 | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 4 -bf 0 out.mp4 |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <meta name="format-detection" content="telephone=no" /> <!-- disable auto telephone linking in iOS --> | |
| <title>Newsletter #xxx</title> | |
| <style type="text/css"> | |
| /* RESET STYLES */ |
| <html> | |
| <head> | |
| <title>La mia campagna</title> | |
| <meta charset="utf-8"> | |
| <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Josefin+Sans:100,300,300i,400,400i,600,700" rel="stylesheet"> | |
| </head> | |
| <style> | |
| body { | |
| background: #f6f6f6; | |
| font-family: 'Josefin Sans', sans-serif; |
| <html> | |
| <head> | |
| <title>La mia campagna</title> | |
| <meta charset="utf-8" /> | |
| <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Josefin+Sans:100,300,300i,400,400i,600,700" rel="stylesheet"> | |
| </head> | |
| <style> | |
| body { | |
| background: #f6f6f6; | |
| font-family: 'Josefin Sans', sans-serif; |