Skip to content

Instantly share code, notes, and snippets.

View olgaysezgin's full-sized avatar

Olgay Sezgin olgaysezgin

View GitHub Profile
@olgaysezgin
olgaysezgin / remove all pyc's
Created October 2, 2013 14:57
Remove all pyc's
find . -name "*.pyc" -exec rm -rf {} \;

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@olgaysezgin
olgaysezgin / gist:5103993
Last active December 14, 2015 14:58
Sass Mixins ( Text, Retina, Linear gradient, Arrow box, Arrow )
/* Default values : (---) */
/* -------------------------------------------------------------------------*/
/* Text */
@mixin text ( $color: ---, $size: ---, $height: ---, $weight: ---, $family: --- ) {
font-family : $family;
font-size : $size;
line-height : $height;
font-weight : $weight;
color : $color;
@olgaysezgin
olgaysezgin / gist:3360548
Created August 15, 2012 14:22
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt