I hereby claim:
- I am thejohnny on github.
- I am thejohnny (https://keybase.io/thejohnny) on keybase.
- I have a public key ASDcNAVyyNn-Oy3EnNs75PynuhYFnZfu0-x9BTzLG0ICXAo
To claim this, I am signing this object:
| --- lua-5.1.4/Makefile 2008-08-12 00:40:48.000000000 +0000 | |
| +++ lua-5.1.4-shared-lib/Makefile 2009-01-13 22:01:33.000000000 +0000 | |
| @@ -43,7 +43,7 @@ | |
| # What to install. | |
| TO_BIN= lua luac | |
| TO_INC= lua.h luaconf.h lualib.h lauxlib.h ../etc/lua.hpp | |
| -TO_LIB= liblua.a | |
| +TO_LIB= liblua.a liblua.so | |
| TO_MAN= lua.1 luac.1 |
| Shielareks | |
| 17:02 | |
| HILLO CAN WE FRND? | |
| Alex | |
| 17:03 | |
| NO PSS OFF PLZ | |
| Shielareks | |
| 17:03 |
| 3.14159265358979323846264338327950288419716939937510582097494459230781640628620899862803482534211706798214808651328230664709384460955058223172535940812848111745028410270193852110555964462294895493038196442881097566593344612847564823378678316527120190914564856692346034861045432664821339360726024914127372458700660631558817488152092096282925409171536436789259036001133053054882046652138414695194151160943305727036575959195309218611738193261179310511854807446237996274956735188575272489122793818301194912983367336244065664308602139494639522473719070217986094370277053921717629317675238467481846766940513200056812714526356082778577134275778960917363717872146844090122495343014654958537105079227968925892354201995611212902196086403441815981362977477130996051870721134999999837297804995105973173281609631859502445945534690830264252230825334468503526193118817101000313783875288658753320838142061717766914730359825349042875546873115956286388235378759375195778185778053217122680661300192787661119590921642019893809525720106548586327 |
| /Users/john/Projects/Spreedly.git/vendor/rails/activerecord/lib/active_record/observer.rb:35: warning: instance variable @observers not initialized | |
| Exception `NameError' at /Users/john/Projects/Spreedly.git/vendor/rails/activesupport/lib/active_support/dependencies.rb:443 - uninitialized constant ApiVersion4Controller | |
| /Users/john/Projects/Spreedly.git/vendor/rails/actionpack/lib/action_controller/response.rb:50: warning: instance variable @session not initialized | |
| /Users/john/Projects/Spreedly.git/vendor/rails/actionpack/lib/action_controller/templates/rescues/_request_and_response.erb:20: warning: instance variable @data not initialized | |
| SQL (0.1ms) SET NAMES 'utf8' | |
| SQL (0.1ms) SET SQL_AUTO_IS_NULL=0 | |
| Processing ApplicationController#show_subscriber to xml (for 127.0.0.1 at 2009-03-18 16:20:29) [GET] | |
| Parameters: {"site_id"=>"thejohnny-test", "id"=>"1", "api_version"=>"v4"} |
| 1) | |
| RuntimeError in 'CampaignPolicy Simple Policy Matching should be able to find promo policies by criteria' | |
| [#<DataMapper::Validate::ValidationErrors:0x106bd9460 @resource=#<Criterion::Request @id=nil @campaign_policy_id=1 @host="http://www.videojuicer.com" @path="/" @http_query=nil @exclude=nil @created_at=nil @updated_at=nil>, @errors={}>, #<DataMapper::Validate::ValidationErrors:0x106bd93c0 @resource=#<Criterion::Affiliate @id=nil @campaign_policy_id=1 @user_id=1 @created_at=nil @updated_at=nil>, @errors={}>, #<DataMapper::Validate::ValidationErrors:0x106bd8740 @resource=#<Criterion::DateRange @id=nil @campaign_policy_id=1 @from=#<DateTime: 4889977/2,0,2299161> @until=#<DateTime: 4890459/2,0,2299161> @created_at=nil @updated_at=nil>, @errors={}>, #<DataMapper::Validate::ValidationErrors:0x106bd7840 @resource=#<Criterion::WeekDay @id=nil @campaign_policy_id=1 @monday=true @tuesday=nil @wednesday=nil @thursday=nil @friday=nil @saturday=nil @sunday=nil @exclude=nil @created_at=nil @updated_at=nil>, @errors={ |
| task :add_github_to_known_hosts do | |
| run "ssh [email protected] -o StrictHostKeyChecking=no -o'HostKeyAlgorithms=ssh-rsa' 2&1> /dev/null" | |
| run "ssh [email protected] -o StrictHostKeyChecking=no -o'HostKeyAlgorithms=ssh-dss' 2&1> /dev/null" | |
| end |
| # List public hostnames of instances in an Elastic Load Balancer (ELB) | |
| instances=`elb-describe-instance-health name-of-elb --show-long | cut -d"," -f2` | |
| for instance in $instances | |
| do | |
| echo $instance -\> `ec2-describe-instances $instance | egrep "^INSTANCE" | cut -f4` | |
| done | |
| # same as one-liner | |
| #for instance in `elb-describe-instance-health name-of-elb --show-long | cut -d"," -f2`; do echo $instance -\> `ec2-describe-instances $instance | egrep "^INSTANCE" | cut -f4`; done |
| data "template_file" "sts_assume_role" { | |
| template = "${file("${path.module}/templates/policies/sts-assume-role.json")}" | |
| vars { | |
| sts_external_id = "${var.sts_external_id}" | |
| } | |
| } | |
| resource "aws_iam_role" "main" { | |
| name = "DatadogAWSIntegrationRole" |
| #!/usr/bin/env bash | |
| # | |
| # delete-ami | |
| # | |
| # A script to deregister an Amazon Machine Image (AMI) and | |
| # delete its corresponding root device snapshot. | |
| # | |
| ##### Functions |
I hereby claim:
To claim this, I am signing this object: