Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name el ebin bitchute downloader (cemerson update)
// @namespace http://tampermonkey.net/
// @version 0.1
// @description no homo
// @author jeff@i2p.rocks (cemerson 20190516 update)
// @match https://www.bitchute.com/video/*
// @grant none
// ==/UserScript==

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
@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

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
(*
* Finder Open iTerm Here - v1.0.2 - 4/14/2011
* http://benalman.com/
*
* Copyright (c) 2011 "Cowboy" Ben Alman
* Dual licensed under the MIT and GPL licenses.
* http://benalman.com/about/license/
*)
tell application "Finder"
/* http://pervasivecode.blogspot.com/2011/11/android-phonegap-active-css-pseudo.html */
/* this */
.my-button:active {
background-color: blue;
}
/* becomes */
my-button:active, .my-button.fake-active {

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">
// Media Queries in Sass 3.2
//
// These mixins make media queries a breeze with Sass.
// The media queries from mobile up until desktop all
// trigger at different points along the way
//
// And important point to remember is that and width
// over the portrait width is considered to be part of the
// landscape width. This allows us to capture widths of devices
// that might not fit the dimensions exactly. This means the break
@cemerson
cemerson / CompassApp_Build.txt
Created September 2, 2013 10:33 — forked from ocean90/gist:1544377
HOWTO: Tutorial for compiling the Compass.app
Tutorial for compiling the Compass.app (http://compass.handlino.com/)
=====================================================================
Java installed?
java -version
Load jRuby (for example JRuby 1.6.5.1 Binary .zip)
http://jruby.org/download
Unzip jRuby to `/usr/local/`