Skip to content

Instantly share code, notes, and snippets.

Sublime Text 2 - Useful Shortcuts

Tested in Mac OS X: super == command

Open/Goto


  • super+t: go to file
  • super+ctrl+p: go to project
  • super+r: go to methods
@cemerson
cemerson / 0_reuse_code.js
Created March 14, 2014 16:54
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

Export site from IIS7 and Import to another IIS7 server

Here's what you'd do to export a site:

    %windir%\system32\inetsrv\appcmd list site “MyWebsite” /config /xml > c:\mywebsite.xml 

And to import it:

    %windir%\system32\inetsrv\appcmd add site /in < c:\mywebsite.xml
// ==UserScript==
// @name el ebin bitchute downloader (cemerson update)
// @namespace http://tampermonkey.net/
// @version 0.1
// @description no homo
// @author [email protected] (cemerson 20190516 update)
// @match https://www.bitchute.com/video/*
// @grant none
// ==/UserScript==