https://github.com/mageddo/idea-ugly-fonts-fix/tree/master
The explanation below can work but is not maintened
https://github.com/mageddo/idea-ugly-fonts-fix/tree/master
The explanation below can work but is not maintened
| apt-get install xvfb | |
| apt-get install firefox |
| # Firefox over VNC | |
| # | |
| # VERSION 0.1 | |
| # DOCKER-VERSION 0.2 | |
| from ubuntu:12.04 | |
| # make sure the package repository is up to date | |
| run echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list | |
| run apt-get update |
| (function($){ | |
| var codigo = 'PI861904134BR'; | |
| var ultimoRastreio; | |
| permissionsNotificar(); | |
| acompanharRastreio(); | |
| function acompanharRastreio(){ | |
| window.intervalo = setInterval(() => { | |
| rastrear(codigo, (err, data) => { | |
| if(err){ | |
| return console.error(err); |
| // with functions | |
| var Person = function() { | |
| this.say = message => console.log('you said: ', message); | |
| this.getOnHand = (hand1, hand2) => { | |
| console.log(hand1, 'at left hand'); | |
| console.log(hand2, 'at right hand'); | |
| } | |
| }; | |
| var p1 = new Person(); |