Skip to content

Instantly share code, notes, and snippets.

@hipertracker
hipertracker / gist:3709661
Created September 12, 2012 20:30
SCSS vs LESS
LESS:
.kolor {
color: red;
}
.tlo {
background-color: yellow;
}
.klasa {
@myobie
myobie / mountain-lion-brew-setup.markdown
Created February 18, 2012 20:14
Get Mountain Lion and Homebrew to Be Happy

Get Mountain Lion and Homebrew to Be Happy

1) Install XCode 4.4 into /Applications

Get it from the App Store.

2) Install Command Line Tools

In XCode's Preferences > Downloads you can install command line tools.

@aderyabin
aderyabin / gist:1465125
Created December 12, 2011 05:22
AppleScript to migrate from Things to Omnifocus
--------------------------------------------------
--------------------------------------------------
-- Import tasks from Things to OmniFocus
--------------------------------------------------
--------------------------------------------------
tell application "Things"
-- Loop through ToDos in Things
repeat with aToDo in to dos of list "Next"
@cgiffard
cgiffard / README.markdown
Created November 24, 2011 07:39
HTML5 video for Kickstarter

HTML5 Video for Kickstarter

Doesn't it annoy you that you can't watch any of the Kickstarter videos because you don't have flash?

This bookmarklet converts their player to a straight HTML5 <video> tag.

Unfortunately you'll need Safari, Chrome (well, for the near future anyway) or IE9/10, because Kickstarter videos are only available in H.264. Sorry.

//
// Regular Expression for URL validation
//
// Author: Diego Perini
// Created: 2010/12/05
// Updated: 2018/09/12
// License: MIT
//
// Copyright (c) 2010-2018 Diego Perini (http://www.iport.it)
//