Skip to content

Instantly share code, notes, and snippets.

View bdno86's full-sized avatar

Bryan Onel bdno86

View GitHub Profile
██████╗ ███████╗ ██████╗ ██████╗ ███╗ ██╗
██╔══██╗██╔════╝██╔════╝██╔═══██╗████╗ ██║
██████╔╝█████╗ ██║ ██║ ██║██╔██╗ ██║
██╔══██╗██╔══╝ ██║ ██║ ██║██║╚██╗██║
██║ ██║███████╗╚██████╗╚██████╔╝██║ ╚████║
╚═╝ ╚═╝╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═══╝
@intx0x80
@bdno86
bdno86 / all.txt
Created January 8, 2018 22:16 — forked from jhaddix/all.txt
dnsall
This file has been truncated, but you can view the full file.
@
*
0
00
0-0
000
0000
00000
@bdno86
bdno86 / export.js
Created February 1, 2017 10:22 — forked from Telematica/export.js
Simple Raw Text Export for Google Chrome Bookmarks
/**
* @function
* @description Gets all Bookmarks from Chrome Bookmark repository
* @param object window
* @return string
*/
;(function (window) {
try {
var bookmarks, output;
@bdno86
bdno86 / 0_reuse_code.js
Created August 16, 2014 13:30
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console