Skip to content

Instantly share code, notes, and snippets.

@vizio360
vizio360 / gitorphan
Last active December 14, 2015 13:28
Git create an empty branch
git checkout --orphan <branchName>
@vizio360
vizio360 / tmux-for-iterm2.rb
Last active December 14, 2015 12:28
tmux iterm2 brew formula
' download gist above and the run:
brew install pathToTmuxiTerm2/tmux-for-iterm2.rb
' make sure to update the version and the md5 settings in the recipe above to match the version you want to use.
' install iterm2 beta
https://code.google.com/p/iterm2/downloads/detail?name=tmux-for-iTerm2-<<< VERSION >>>.tar.gz&can=2&q=
@vizio360
vizio360 / .gitconfig
Created March 4, 2013 22:13
Git Aliases
[alias]
lc = log ORIG_HEAD.. --stat --no-merges --oneline
cm = checkout master
co = checkout
a = add
aa = add --all
c = commit -m
s = status
rb = branch -r
@vizio360
vizio360 / CoffeeLint.json
Created March 4, 2013 15:14
CoffeeLint.json
{
"no_tabs" : {
"level" : "error"
},
"no_trailing_whitespace" : {
"level" : "error"
},
"max_line_length" : {
@vizio360
vizio360 / BitmapMovieClip.as
Created October 3, 2010 20:59
MovieClips to Bitmaps
/**
* The MIT License
*
* Copyright (c) 2010 Simone Vicentini (vizio360)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
@vizio360
vizio360 / FrameDistributedLoop.as
Created September 17, 2010 21:28
Frame Distributed Loop AS3
/**
* The MIT License
*
* Copyright (c) 2010 Simone Vicentini - vizio360
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is