Skip to content

Instantly share code, notes, and snippets.

@wiredmind
wiredmind / google-dorks
Last active February 11, 2020 16:10 — forked from stevenswafford/google-dorks
Listing of a number of useful Google dorks.
" _ _ "
" _ /|| . . ||\ _ "
" ( } \||D ' ' ' C||/ { % "
" | /\__,=_[_] ' . . ' [_]_=,__/\ |"
" |_\_ |----| |----| _/_|"
" | |/ | | | | \| |"
" | /_ | | | | _\ |"
It is all fun and games until someone gets hacked!
RwBlAHQALQBQAHIAbwBjAGUAcwBzAA==
@wiredmind
wiredmind / Blockchain
Created March 17, 2018 02:44
Blockchain
Verifying my Blockstack ID is secured with the address 16zvpM53DuWRzXYgybQLz6tRAqkgkWHLd8 https://explorer.blockstack.org/address/16zvpM53DuWRzXYgybQLz6tRAqkgkWHLd8
@wiredmind
wiredmind / script.js
Created June 12, 2017 04:12 — forked from piyushkalasariya/script.js
Coman jQuery starter.
var $ = jQuery.noConflict();
var SEMICOLON = SEMICOLON || {};
(function($) {
SEMICOLON.documentOnReady = {
init: function() {
SEMICOLON.documentOnReady.message();

Keybase proof

I hereby claim:

  • I am wiredmind on github.
  • I am wiredmind (https://keybase.io/wiredmind) on keybase.
  • I have a public key ASCXKKXJJedQqqLRJ80jD9KIOQ-k2kiknnOdOck5kPTQWQo

To claim this, I am signing this object:

Contract Killer

The popular open-source contract for web designers and developers by Stuff & Nonsense

  • Originally published: 23/12/2008
  • Revised date: 15/12/2013
  • Original post

Make it easy to extend

Install Package Control. For SublimeText 3, paste the following in Terminal:

import urllib.request,os,hashlib; h = '7183a2d3e96f11eeadd761d777e62404e330c659d4bb41d3bdf022e94cab3cd0'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://sublime.wbond.net/' + pf.replace(' ', '%20')).read(); dh = hashlib.sha256(by).hexdigest(); print('Error validating download (got %s instead of %s), please try manual install' % (dh, h)) if dh != h else open(os.path.join( ipp, pf), 'wb' ).write(by)

From here on out, use Package Control to install everything. +Shift+P, then type Install to get a list of installable packages you can search through. After installing plugins, they should be running.