Skip to content

Instantly share code, notes, and snippets.

View clintmilner's full-sized avatar
🌮
Say Hi

Clint Milner clintmilner

🌮
Say Hi
View GitHub Profile
@clintmilner
clintmilner / Default Router Username and Password List
Last active June 23, 2023 19:46
Default Router Username and Password List
[
{
"brand": "2WIRE",
"model": "HOMEPORTAL Rev. SBC YAHOO! DSL",
"protocol": "(none)",
"username": "2Wire",
"password": "(none)"
},
{
"brand": "2WIRE",
@clintmilner
clintmilner / highmap-downloader.js
Created February 26, 2019 11:14
Node script to automate the downloading of the Highmaps for offiline use
/**
* INSTALL: npm install fs path download-file --save
* USAGE:
* 1) set 'root' constant
* 2) run 'node highmap-downloader'
* 3) profit!
*
* LICENSE: MIT
* THANKS TO @amabes for the country list
* https://gist.github.com/amabes/50444ef44e22125de1744a0c97a1a2a2
@clintmilner
clintmilner / Website HEAD Boilerplate
Last active September 1, 2018 05:27
Website <HEAD></HEAD> Boilerplate
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>SITE TITLE</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="WEB PAGE DESCRIPTION"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="SOCIAL NETWORKING WEB PAGE DESCRIPTION"/>