Follow these steps to install graphite on OS X Mavericks.
- Homebrew
- Python 2.7
- Git
| var source = 'contract metaCoin { mapping (address => uint) public balances; function metaCoin() { balances[msg.sender] = 10000; } function sendCoin(address receiver, uint amount) returns(bool sufficient) { if (balances[msg.sender] < amount) return false; balances[msg.sender] -= amount; balances[receiver] += amount; return true; } }'; |
| var https = require('https'); | |
| /** | |
| * Pass the Github user login as `event.login`. | |
| * For more information see the HTTPS module documentation | |
| * at https://nodejs.org/api/https.html. | |
| * | |
| * Will succeed with a custom body containing just the user's name and public repos | |
| */ | |
| exports.handler = function(event, context) { |
I hereby claim:
To claim this, I am signing this object:
| package tenancy | |
| import ( | |
| "context" | |
| "database/sql" | |
| "database/sql/driver" | |
| "errors" | |
| "fmt" | |
| "github.com/lib/pq" |