create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| [ | |
| // Drawn from http://www.sublimetext.com/forum/viewtopic.php?f=2&t=7477#p31755 | |
| // Kills the annoying default of cmd-left jumping to the start of a line's | |
| // code, rather than column 0. | |
| { "keys": ["super+left"], "command": "move_to", "args": {"to": "hardbol", "extend": false} }, | |
| { "keys": ["super+right"], "command": "move_to", "args": {"to": "hardeol", "extend": false} } | |
| ] |
| /********************************************************************* | |
| * #### Twitter Post Fetcher v7.0 #### | |
| * Coded by Jason Mayes 2013. A present to all the developers out there. | |
| * www.jasonmayes.com | |
| * Please keep this disclaimer with my code if you use it. Thanks. :-) | |
| * Got feedback or questions, ask here: | |
| * http://www.jasonmayes.com/projects/twitterApi/ | |
| * Updates will be posted to this site. | |
| *********************************************************************/ | |
| var twitterFetcher=function(){function t(d){return d.replace(/<b[^>]*>(.*?)<\/b>/gi,function(c,d){return d}).replace(/class=".*?"|data-query-source=".*?"|dir=".*?"|rel=".*?"/gi,"")}function m(d,c){for(var f=[],e=RegExp("(^| )"+c+"( |$)"),g=d.getElementsByTagName("*"),b=0,a=g.length;b<a;b++)e.test(g[b].className)&&f.push(g[b]);return f}var u="",j=20,n=!0,h=[],p=!1,k=!0,l=!0,q=null,r=!0;return{fetch:function(d,c,f,e,g,b,a){void 0===f&&(f=20);void 0===e&&(n=!0);void 0===g&&(g=!0);void 0===b&&(b=!0); |
| hr { | |
| border: none; | |
| border-top: 1px solid #eee; | |
| height: 5px; | |
| background: -webkit-radial-gradient(50% 0%, 50% 5px, #aaa 0%, white 100%); | |
| } |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| <?php | |
| /** | |
| * Usage: | |
| * Send the url you want to access url encoded in the url paramater, for example (This is with JS): | |
| * /twitter-proxy.php?url='+encodeURIComponent('statuses/user_timeline.json?screen_name=MikeRogers0&count=2') | |
| */ | |
| // The tokens, keys and secrets from the app you created at https://dev.twitter.com/apps | |
| $config = array( |
| tell application "Mail" | |
| set _sel to get selection | |
| set _links to {} | |
| repeat with _msg in _sel | |
| set _messageURL to "message://%3c" & _msg's message id & "%3e" | |
| set end of _links to _messageURL | |
| end repeat | |
| set AppleScript's text item delimiters to return | |
| set the clipboard to (_links as string) | |
| end tell |
| { | |
| "name": "soup_realtime", | |
| "version": "0.1.0", | |
| "description": "realtime server", | |
| "main": "realtime-server.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified! Configure in package.json\" && exit 1" | |
| }, | |
| "repository": "", | |
| "dependencies": { |
#Mac OS X