I hereby claim:
- I am AliMD on github.
- I am alimd (https://keybase.io/alimd) on keybase.
- I have a public key whose fingerprint is 85CA 09B5 25C6 9C22 B722 5034 FF48 3EA7 EC96 CDA2
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
"use strict"; | |
let http = require('http'); | |
let host = '127.0.0.1', port = 8080; | |
let cluster = require('cluster'); | |
let numCPUs = require('os').cpus().length; | |
if (cluster.isMaster) { | |
console.log(`Hey, I'm Master!`); |
#!/usr/bin/expect -f | |
set timeout 1800 | |
set cmd [lindex $argv 0] | |
set licenses [lindex $argv 1] | |
spawn {*}$cmd | |
expect { | |
"Do you accept the license '*'*" { | |
exp_send "y\r" |
Any distribution of architecture as easy as possible.
# Install docker latest version from original website
curl -fsSL https://get.docker.com/ | sh
# Adding your user to the "docker" group
sudo usermod -aG docker $(whoami)
## you will have to log out and back in for this to take effect!
# http://docs.gitlab.com/ce/ci/yaml/README.html | |
image: node:6 | |
#services: | |
# - postgres | |
before_script: | |
- npm i | |
#after_script |
Width, Height | |
============= (0) phone max-4-col | |
* 360 - | |
414 - | |
* 480 480 | |
============= (481) tablet or phone landscape max-8-col | |
* - 600 | |
- 640 | |
* - 720 | |
- 736 |
Pixel C MXB48T from MXB48J
Pixel C MXB48T from MXB48K
Nexus 6P MMB29Q from MMB29P
Nexus 5X MMB29Q from MMB29P
Nexus 6 MMB29Q from MMB29S
Nexus Player MMB29U from MMB29T
Nexus 9 (LTE) [MMB29R from MMB29S](https://android.go
# Specifies intentionally untracked files to ignore when using Git | |
# http://git-scm.com/docs/gitignore | |
# OSX | |
.DS_Store | |
._* | |
# Windows | |
Thumbs.db | |
Desktop.ini |