Skip to content

Instantly share code, notes, and snippets.

View michelrossier's full-sized avatar

Michel Rossier michelrossier

  • Bern
View GitHub Profile
@michelrossier
michelrossier / 0_reuse_code.js
Created September 23, 2015 22:19
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
# .htaccess or Apache vhost
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
(function () {
if (!Worker) //Detect IE
document.location = "http://www.whatbrowser.org/ru/browser/";
})();