Skip to content

Instantly share code, notes, and snippets.

View nelseric's full-sized avatar

Eric Nelson nelseric

  • Grand Rapids, MI
View GitHub Profile
@nelseric
nelseric / ipv6-erl.md
Last active October 10, 2022 15:46 — forked from dmtucker/ipv6-erl.md
Configuring IPv6 on EdgeRouter Lite

Configuring IPv6 on EdgeRouter Lite

Tested with:

  • v1.9.7+hotfix.4, Wave G in Seattle
  • v1.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"
@nelseric
nelseric / rubydoc-version-switcher.user.js
Created March 12, 2022 00:33 — forked from drench/rubydoc-version-switcher.user.js
A userscript to add a version switcher to ruby-doc.org
// ==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;

Keybase proof

I hereby claim:

  • I am nelseric on github.
  • I am nelseric (https://keybase.io/nelseric) on keybase.
  • I have a public key whose fingerprint is 1B5C 52E2 B894 EF74 A093 7C7E ADFE 91CF E181 A15B

To claim this, I am signing this object:

@nelseric
nelseric / MDErgo1-Blank.json
Last active January 29, 2018 17:50
Ergodox Layout
{
"header": {
"Name": "MDErgo1",
"Variant": "standard",
"Layout": "Blank",
"Base": "Blank",
"Version": "0.1",
"Author": "HaaTa (Jacob Alexander) 2015",
"KLL": "0.3c",
"Date": "2015-09-12",
@nelseric
nelseric / trimpz.js
Last active February 2, 2016 01:24
Disable auto build traps
/*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"
@nelseric
nelseric / dltg_netlist.JSON-tmLanguage
Last active August 29, 2015 14:20
DLTD Textmate Syntax
// [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"
},
@nelseric
nelseric / .avrduderc
Created December 17, 2014 18:13
avrdude configuration for Atmel AVR 16m1 and 32m1
part parent "m16"
id = "atmega16m1";
desc = "ATmega16M1";
signature = 0x1e 0x94 0x84;
;
#------------------------------------------------------------
# ATmega32m1
#------------------------------------------------------------