This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Change yakkety to xenial in file /etc/apt/sources.list.d/runner_gitlab-ci-multi-runner.list | |
- Run apt-get update | |
- Run apt-get install gitlab-ci-multi-runner |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var AB = (function(id) { | |
var _id = ""; | |
var ret = {}; | |
for(var i = 0; i < 26; i++) { | |
var a = id ? id[i] : parseInt(Math.random() * 10); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
# https://en.wikipedia.org/wiki/Scrabble_letter_distributions | |
SCORES = { | |
'E' : 1, | |
'A' : 1, | |
'I' : 1, | |
'O' : 1, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"success": 1, | |
"data": { | |
"config": { | |
"nearPlane": 2, | |
"farPlane": 12345, | |
"stars": { | |
"useStarFading": true, | |
"fadeStart": 0.5, | |
"pitchEffect": 0.30995506799496, |