- 50 Workers @ 10 minutes
- 3:45 Natural CC started
This file contains 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
exports |
This file contains 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
exports |
This file contains 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
#!/usr/bin/env ruby | |
def usage(error=nil) | |
puts "Usage: sudo osxvpnfix </var/run/racoon/ip.conf> [lifetime]" | |
puts "Error: #{error}" | |
exit 1 | |
end | |
usage("Must be run as root.") unless(`whoami`.strip == "root") |
This file contains 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/sh | |
EMAIL= | |
API_TOKEN= | |
DOMAIN_ID= | |
RECORD_ID= | |
IP=$( nvram get wan_ipaddr ) | |
OUTPUT='-s -o /dev/null' | |
usage() |
This file contains 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
ntalbott@joshua:~/git/spreedly$ vendor/riak/rel/riak/bin/riak console | |
Exec: /Users/ntalbott/git/spreedly/vendor/riak/rel/riak/erts-5.8.4/bin/erlexec -boot /Users/ntalbott/git/spreedly/vendor/riak/rel/riak/releases/1.1.1/riak -embedded -config /Users/ntalbott/git/spreedly/vendor/riak/rel/riak/etc/app.config -pa ./lib/basho-patches -args_file /Users/ntalbott/git/spreedly/vendor/riak/rel/riak/etc/vm.args -- console | |
Root: /Users/ntalbott/git/spreedly/vendor/riak/rel/riak | |
Erlang R14B03 (erts-5.8.4) [source] [64-bit] [smp:4:4] [rq:4] [async-threads:64] [hipe] [kernel-poll:true] | |
=INFO REPORT==== 27-Aug-2012::18:39:50 === | |
alarm_handler: {set,{{disk_almost_full,"55879602"},[]}} | |
=INFO REPORT==== 27-Aug-2012::18:39:50 === |
This file contains 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
curl -u $TOKEN:X \ | |
-H 'Content-Type: application/xml' \ | |
-d ' | |
<invoice> | |
<title>T-Shirts</title> | |
<customer-id>44</customer-id> | |
<email>[email protected]</email> | |
<return-url>http://example.com/return</return-url> | |
<line-items> | |
<line-item> |
This file contains 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
OPTIONS https://spreedlycore.com/v1/gateways.xml => list supported gateways | |
POST https://spreedlycore.com/v1/gateways.xml => add a gateway | |
GET https://spreedlycore.com/v1/gateways.xml => list all added gateways | |
PUT https://spreedlycore.com/v1/gateways/token.xml => Update gateway | |
PUT https://spreedlycore.com/v1/gateways/token/redact.xml => Remove sensitive gateway data | |
POST https://spreedlycore.com/v1/gateways/token/purchase.xml => purchase - supply a payment method token also | |
POST https://spreedlycore.com/v1/gateways/token/authorize.xml => authorize - supply a payment method token also | |
POST https://spreedlycore.com/v1/payment_methods => Capture credit card from form - transparent redirect magic | |
GET https://spreedlycore.com/v1/payment_methods.xml => list all retained credit cards |
This file contains 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
module CapybaraHelpers | |
def enable_fields(*fields) | |
fields.each do |field| | |
page.find_field(field).base.native.remove_attribute("disabled") | |
end | |
end | |
end | |
World(CapybaraHelpers) |
This file contains 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
The Raleigh.rb mailing list welcomes on-topic job postings that are | |
targeted specifically to our eclectic audience. Postings from | |
professional recruiters are held to a VERY high standard of relevancy, | |
while postings from regular group participants are given wide leeway. | |
In general: keep it short, keep it relevant, and keep the volume | |
reasonable. Those violating this policy will be warned once, then | |
removed from the list. | |
Finally, please put [JOB] in the subject line of all job postings to help |