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
| { | |
| "bar.js": { | |
| "lines": [ | |
| "2", | |
| "3" | |
| ], | |
| "source": [ | |
| "", | |
| "exports.bar = function(msg){", | |
| " return msg || 'bar';", |
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
| vagrant@vagrantup:/data/whiskey$ bin/whiskey --tests example/test-success.js --test-reporter cli | |
| test-success.js | |
| test_two_plus_two_equals_four [OK] | |
| test_true_equals_true [OK] | |
| tearDown [OK] | |
| --------------------------------------------------------------------------------- | |
| Ran 3 tests in 0.297s | |
| Successes: 3 | |
| Failures: 0 |
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 os | |
| import sys | |
| import time | |
| from os.path import join as pjoin | |
| import warnings | |
| warnings.filterwarnings('ignore') | |
| sys.path.insert(0, '/Users/kami/Projects/Programming/Python/libcloud-trunk') |
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
| #!/bin/bash | |
| sudo apt-get install -y python-software-properties screen && \ | |
| sudo add-apt-repository ppa:jerome-etienne/neoip && \ | |
| sudo apt-get update && \ | |
| sudo apt-get install -y nodejs && \ | |
| sudo curl -o /home/ubuntu/%(app_file)s %(app_url)s && \ | |
| sudo node /home/ubuntu/%(app_file)s %(server)s & |
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
| https://docs.google.com/present/edit?id=0Aa_f3QdXM5lYZGRyemZncTdfNGRqdDI3Y2ho&hl=en | |
| https://gist.github.com/964654 | |
| https://gist.github.com/964925 |
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
| Establish the Apache Libcloud Project | |
| WHEREAS, the Board of Directors deems it to be in the best | |
| interests of the Foundation and consistent with the | |
| Foundation's purpose to establish a Project Management | |
| Committee charged with the creation and maintenance of | |
| open-source software related to abstracting differences | |
| between cloud providers for distribution at no charge to | |
| the public. |
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
| Establish the Apache Libcloud Project | |
| WHEREAS, the Board of Directors deems it to be in the best | |
| interests of the Foundation and consistent with the | |
| Foundation's purpose to establish a Project Management | |
| Committee charged with the creation and maintenance of | |
| open-source software related to abstracting differences | |
| between cloud providers for distribution at no charge to | |
| the public. |
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
| Establish the Apache Libcloud Project | |
| WHEREAS, the Board of Directors deems it to be in the best | |
| interests of the Foundation and consistent with the | |
| Foundation's purpose to establish a Project Management | |
| Committee charged with the creation and maintenance of | |
| open-source software related to abstracting differences | |
| between cloud providers for distribution at no charge to | |
| the public. |
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
| <LBMember: id=46834, address=10.0.0.10:1000> | |
| Traceback (most recent call last): | |
| File "example_loadbalancer.py", line 71, in <module> | |
| main() | |
| File "example_loadbalancer.py", line 68, in main | |
| driver.destroy_balancer(new_balancer) | |
| File "/Users/kami/Projects/Programming/Python/libcloud-trunk/libcloud/loadbalancer/drivers/rackspace.py", line 114, in destroy_balancer | |
| resp = self.connection.request(uri, method='DELETE') | |
| File "/Users/kami/Projects/Programming/Python/libcloud-trunk/libcloud/loadbalancer/drivers/rackspace.py", line 65, in request | |
| params=params, data=data, method=method, headers=headers) |
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
| Index: board_agenda_2011_05_19.txt | |
| =================================================================== | |
| --- board_agenda_2011_05_19.txt (revision 28512) | |
| +++ board_agenda_2011_05_19.txt (working copy) | |
| @@ -505,8 +505,9 @@ | |
| interests of the Foundation and consistent with the | |
| Foundation's purpose to establish a Project Management | |
| Committee charged with the creation and maintenance of | |
| - open-source software related to abstracting differences | |
| - between cloud providers for distribution at no charge to |