This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Adobe After Effects 8.0 Keyframe Data | |
| Units Per Second 25 | |
| Source Width 1 | |
| Source Height 1 | |
| Source Pixel Aspect Ratio 1 | |
| Comp Pixel Aspect Ratio 1 | |
| Transform X Position | |
| Frame |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # make ls colorful | |
| export CLICOLOR=1 | |
| #git branch in path | |
| function parse_git_branch () { | |
| git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/' | |
| } | |
| RED="\[\033[0;31m\]" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [alias] | |
| ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # make ls colorful | |
| export CLICOLOR=1 | |
| #git branch in path | |
| function parse_git_branch () { | |
| git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/' | |
| } | |
| RED="\[\033[0;31m\]" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| soundKeyRaw = comp("Wide01 Comp 1").layer("SoundKeys").effect("Sound Keys")("Output 1"); | |
| pulse = soundKeyRaw + value[0] ; | |
| [pulse, pulse] | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @JSXBIN@ES@1.0@MgfbyBnAIMkbbyBn0ADOkdbyken0ABJkenASzFjNjZiQjBjMBAVzHjUjIjJjTiPjC | |
| jKCCnftACzKjJjOjTjUjBjOjDjFjPjGDVCCjzFiQjBjOjFjMEnnbylAn0ABJlAnASBAEjzGiXjJjOjE | |
| jPjXFREFeHjQjBjMjFjUjUjFCzBhLGCGjzLjTjDjSjJjQjUiUjJjUjMjFHnneBhAjzNjTjDjSjJjQjU | |
| iWjFjSjTjJjPjOInnjzJjVjOjEjFjGjJjOjFjEJWzGiPjCjKjFjDjUKBzKjSjFjTjJjajFjBjCjMjFL | |
| FcfftnftOlDblFn0AMJlFnASzDjSjFjTMBCGCGCGCGCGCGCGCGnEjzMjUjMjNifjMjPjDjBjMjJjajF | |
| NRBXzSjEjJjTjTjPjMjWjFiMjFjOjHjUjIiUjFjYjUOjzIjUjMjNifjEjBjUjBPffemGjHjSjPjVjQh | |
| AjbhAKJJJJJjPjSjJjFjOjUjBjUjJjPjOhahAhHjDjPjMjVjNjOhHhMhAKJJJJJjBjMjJjHjOjNjFjO | |
| jUhaibhHjMjFjGjUhHhMhHjUjPjQhHidhMhAKJJJJJjBjMjJjHjOiDjIjJjMjEjSjFjOhaibhHjMjFj | |
| GjUhHhMhHjUjPjQhHidhMhAKJJJJJjMjFjOjHjUjIhahAiHjSjPjVjQhAjbhAKJJJJJJjPjSjJjFjOj | |
| UjBjUjJjPjOhahAhHjSjPjXhHhMhAKJJJJJJjEjJjTjTjPjMjWjFiMjFjOjHjUjIiUjYjUhahAiTjUj |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| loop_Out("cycle",0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>The Future</title> | |
| <script type="text/javascript" src="//use.typekit.net/rfz5cki.js"></script> | |
| <script type="text/javascript">try{Typekit.load();}catch(e){}</script> | |
| <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> | |
| <script type="text/javascript"> | |
| // LOAD file and split line by line and append divs | |
| $.get('https://dl.dropboxusercontent.com/u/36496/future/Do.txt', function(data) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript"> | |
| today = new Date(); | |
| BigDay = new Date("December 22, 2013"); | |
| msPerDay = 24 * 60 * 60 * 1000 ; | |
| timeLeft = (BigDay.getTime() - today.getTime()); | |
| e_daysLeft = timeLeft / msPerDay; | |
| daysLeft = Math.floor(e_daysLeft); | |
| document.write(daysLeft + " days till San Francisco!"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*Over-ride user avatar*/ | |
| #avatar.user img { | |
| display: block; | |
| -moz-box-sizing: border-box; | |
| box-sizing: border-box; | |
| background: url(http://static.tumblr.com/hwdkyha/iGomsgm1o/bunny.gif) no-repeat; /*Change img path, obviouslyr*/ | |
| background-size: 80px 80px; | |
| border: 0; | |
| width: 80px; /* Width of new image */ |