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
| javascript:(function(){var%20script=document.createElement('script');window.__bf__='g_mailto_links()';script.src='http://cocodesign.net/prototypes/bookmarklets.min.js?'+(new%20Date().getTime());document.body.appendChild(script);})(); |
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
| export PATH=$PATH:/opt/local/bin:/opt/local/sbin:/usr/local/mysql/bin | |
| bind "set completion-ignore-case on" | |
| export EDITOR='vim' | |
| export CLICOLOR=1 | |
| export LSCOLORS="DxfxcxdxbxegDbabagacad" | |
| prompt() { | |
| git=`git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ \1/'` | |
| ruby=`~/.rvm/bin/rvm-prompt` | |
| if [[ $ruby == 'system' && $git == "" ]]; then |
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
| var scrollStoppedID; | |
| Event.observe(window, 'scroll', function(e) { | |
| window.clearTimeout(scrollStoppedID); | |
| scrollStoppedID = (function() {document.fire('scroll:stopped')}).delay(.5); | |
| }); | |
| document.observe('scroll:stopped', moveSubColumn); |
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
| var Admonitor = Admonitor || {}; | |
| /** | |
| * @constructor | |
| */ | |
| Admonitor = function(options) { | |
| this.time1 = (new Date()).getTime(); | |
| var adFeedbackLinkContainers = this.getAdmonitorDivs(); |
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
| alert('test'); |
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
| alert('test'); |
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
| alert('test'); |
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
| alert('test'); |
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
| alert('test'); |
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
| var script = document.createElement('script'); | |
| script.src = "https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"; | |
| document.body.appendChild(script); | |
| script.addEventListener('load', function (e) { | |
| console.log(jQuery); | |
| }); |
OlderNewer