Female Skull
https://sketchfab.com/3d-models/b17454ba7b484e19b1c4a901253b487c
Male Skull
https://sketchfab.com/3d-models/1e54622b84ab46fd9f4518c47fa60929
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |
S S S
O L T E S h C e t
w o e d a C a e t R r
n c r g b y d G l z e a
e k r a i a o a e e l g
d e a r n n w u s r m o
Ramuh - +1 Stamina [x] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ]
Thunder (10x) [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ] [ ]
| #!/bin/bash | |
| cp /usr/share/applications/google-chrome.desktop ~/google-chrome.desktop.bak~ | |
| sudo sed -i 's/\/usr\/bin\/google\-chrome\-stable/\/usr\/bin\/google\-chrome\-stable \-\-touch\-devices=123/g' /usr/share/applications/google-chrome.desktop |
| FROM ruby:2.2.1 | |
| RUN apt-get update -qq && apt-get install -y build-essential | |
| RUN apt-get install -y libxml2-dev libxslt1-dev | |
| RUN apt-get install -y libqt4-webkit libqt4-dev xvfb | |
| RUN apt-get install -y nodejs | |
| ENV APP_HOME /code | |
| RUN mkdir $APP_HOME | |
| WORKDIR $APP_HOME | |
| ADD Gemfile* $APP_HOME/ |
| # this sets the user nginx will run as, | |
| #and the number of worker processes | |
| user nobody nogroup; | |
| worker_processes 1; | |
| # setup where nginx will log errors to | |
| # and where the nginx process id resides | |
| error_log /var/log/nginx/error.log; | |
| pid /var/run/nginx.pid; |