Tested with Apache Spark 2.1.0, Python 2.7.13 and Java 1.8.0_112
For older versions of Spark and ipython, please, see also previous version of text.
Tested with Apache Spark 2.1.0, Python 2.7.13 and Java 1.8.0_112
For older versions of Spark and ipython, please, see also previous version of text.
Simulates a nice constellation on canvas
A Pen by Acauã Montiel on CodePen.
Simulates a nice constellation on canvas
A Pen by Acauã Montiel on CodePen.
| (function (context, trackingId, options) { | |
| const history = context.history; | |
| const doc = document; | |
| const nav = navigator || {}; | |
| const storage = localStorage; | |
| const encode = encodeURIComponent; | |
| const pushState = history.pushState; | |
| const typeException = 'exception'; | |
| const generateId = () => Math.random().toString(36); | |
| const getId = () => { |
| #sudo wget http://nginx.org/download/nginx-1.9.12.tar.gz | |
| #sudo tar -xvzf nginx-1.9.12.tar.gz | |
| #cd nginx-1.9.12 | |
| #sudo apt-get install -y build-essential libpcre3 libpcre3-dev zlib1g-dev | |
| #sudo ./configure --with-stream && sudo make && sudo make install | |
| # /usr/local/nginx/conf/nginx.conf - NGINX configuration file | |
| worker_processes 1; |