Tested with:
v1.9.7+hotfix.4, Wave G in Seattlev1.10.5, Comcast in the South Bay Area
set interfaces ethernet eth0 description WAN
set interfaces ethernet eth1 description LAN
set interfaces ethernet eth3 description "WLAN - Bear"
| // ==UserScript== | |
| // @name Ruby Doc version switcher widget | |
| // @description Adds a version-switcher widget to ruby-doc.org | |
| // @include https://ruby-doc.org/core-* | |
| // @include https://ruby-doc.org/stdlib-* | |
| // ==/UserScript== | |
| class RubyDoc { | |
| constructor(doc) { | |
| this.doc = doc; |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "header": { | |
| "Name": "MDErgo1", | |
| "Variant": "standard", | |
| "Layout": "Blank", | |
| "Base": "Blank", | |
| "Version": "0.1", | |
| "Author": "HaaTa (Jacob Alexander) 2015", | |
| "KLL": "0.3c", | |
| "Date": "2015-09-12", |
| /*global game,tooltip,resolvePow,getNextPrestigeCost,adjustMap,updateMapCost,addSpecials*/ | |
| /*jslint plusplus: true */ | |
| var openTrapsForDefault; //Open traps as default action? | |
| var trimpz = 0; //"Trimpz" running indicator | |
| var autoFighting = false; //Autofight on? | |
| var workersFocused = false; | |
| var workersFocusedOn; | |
| var workersMoved = []; | |
| var skipShieldBlock = true; | |
| var mapsWithDesiredUniqueDrops = [8,10,14,15,18,23,25,29,30,34,40,47,50,80,125]; //removed from array when done, reset on portal or refresh |
| hook_file="$rvm_path/hooks/after_use_spring_project" | |
| echo '[[ -f "$PWD/bin/spring" && -d "$PWD/bin" ]] && PATH=$PWD/bin:$PATH' > "$hook_file" | |
| chmod +x "$hook_file" |
| // [PackageDev] target_format: plist, ext: tmLanguage | |
| { "name": "DLDTG Netlist", | |
| "scopeName": "source.dldtg_netlist", | |
| "fileTypes": [""], | |
| "uuid": "a90eb4bd-be06-4573-a0c6-4a32ace18d87", | |
| "patterns": [ | |
| { "match": "(#).*", | |
| "name": "comment.line.number-sign" | |
| }, |
| part parent "m16" | |
| id = "atmega16m1"; | |
| desc = "ATmega16M1"; | |
| signature = 0x1e 0x94 0x84; | |
| ; | |
| #------------------------------------------------------------ | |
| # ATmega32m1 | |
| #------------------------------------------------------------ |