In a terminal start a server.
$ python -m SimpleHTTPServer 8000In another terminal set up the cgroups freezer.
| /* Created by Chris Figueroa - @Kinifi | |
| * Create a script called AutoSave.cs | |
| */ | |
| using UnityEngine; | |
| using UnityEditor; | |
| using System.Collections; | |
| public class AutoSave : EditorWindow { |
| package main | |
| import ( | |
| "fmt" | |
| "log" | |
| "strconv" | |
| "github.com/miekg/dns" | |
| ) |
| // NOTE DONT put in an editor folder | |
| using UnityEngine; | |
| public class MinMaxAttribute : PropertyAttribute | |
| { | |
| public float MinLimit = 0; | |
| public float MaxLimit = 1; | |
| public bool ShowEditRange; | |
| public bool ShowDebugValues; |
| .:53 { | |
| log | |
| errors | |
| #bind 127.0.0.1 | |
| proxy . /etc/resolv.conf | |
| template IN A { | |
| match "^(?P<a>[0-9]*)[.](?P<b>[0-9]*)[.](?P<c>[0-9]*)[.](?P<d>[0-9]*)[.](xip.io|nip.io|local|dev)[.]$" |
In a terminal start a server.
$ python -m SimpleHTTPServer 8000In another terminal set up the cgroups freezer.
| build app: | |
| image: node:6 | |
| stage: build | |
| artifacts: | |
| paths: | |
| - public | |
| script: | |
| - npm install | |
| - npm run build | |
| # Your next stage won't have access to these files again, so copy it to a public directory |
See imgur / linked pastebin and github mirror for 1-8 → 1-8 balancers. Creator: raynquist, github mirror linked in Balancers Illustrated: 1 through 8 balancers explained, imgur album linked in Balancer Book Update (Summer 2019)