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 http = require('http'); | |
| var numResults = 3, | |
| numIteration = 3; | |
| function fetchColors(offset, numResults, successHandler) { | |
| http.get({ | |
| host: 'www.colourlovers.com', | |
| port: 80, |
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
| prompt = function() { | |
| return db+"@"+db.serverStatus().host+"$ "; | |
| } | |
| DBQuery.shellBatchSize = 300 |
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
| function getCookie() { | |
| var cookie = Makimoto.cookie; | |
| if (your_good_answers >=1) { | |
| go(_7F); | |
| cookie.size = your_good_answers; | |
| return cookie; | |
| } else { | |
| return NO_COOKIE; | |
| } |
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
| function returnPerson (name) { | |
| return | |
| { | |
| name : name | |
| }; | |
| } |
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
| for (var count = 0; count < 15000; count++) { | |
| document.getElementById('recipe_content').innerHTML += 'ingredients'; | |
| } |
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 e = document.getElementsByTagName("div"); | |
| for (var i = 0; i < e.length; i++) { | |
| e[i].onclick = function() { | |
| console.log("Div number " + i); | |
| } | |
| } |
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
| defaults write com.google.Chrome NSUserKeyEquivalents '{"Quit Google Chrome"="@$Q";}' |
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
| // no anti-aliasing | |
| -webkit-font-smoothing: none; | |
| // default, subpixel anti-aliasing | |
| -webkit-font-smoothing: subpixel-antialiased; | |
| // true anti-aliasing | |
| -webkit-font-smoothing: antialiased; |
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
| build/ | |
| .DS_Store | |
| **/*.pbxuser | |
| *.mode2v3 | |
| *.mode1v3 | |
| **/*.perspectivev* | |
| xcuserdata | |
| *.swp | |
| *~.nib |
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
| git log --since="1 week ago" --pretty=oneline --name-status |