- node.js
- Installation paths: use one of these techniques to install node and npm without having to sudo.
- Node.js HOWTO: Install Node+NPM as user (not root) under Unix OSes
- Felix's Node.js Guide
- Creating a REST API using Node.js, Express, and MongoDB
- Node Cellar Sample Application with Backbone.js, Twitter Bootstrap, Node.js, Express, and MongoDB
- JavaScript Event Loop
- Node.js for PHP programmers
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
| import twitter # python-twitter | |
| import csv | |
| import cStringIO | |
| import codecs | |
| from requests_oauthlib import OAuth1Session | |
| REQUEST_TOKEN_URL = 'https://api.twitter.com/oauth/request_token' | |
| ACCESS_TOKEN_URL = 'https://api.twitter.com/oauth/access_token' | |
| AUTHORIZATION_URL = 'https://api.twitter.com/oauth/authorize' | |
| SIGNIN_URL = 'https://api.twitter.com/oauth/authenticate' |
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
| set the clipboard to "" | |
| set appname to "SecurID" | |
| set thePin to RsaTokenPin() | |
| activate application appname | |
| do shell script "networksetup -setairportpower en0 on" | |
| tell application appname | |
| activate |