I hereby claim:
- I am stevemcquaid on github.
- I am stevemcquaid (https://keybase.io/stevemcquaid) on keybase.
- I have a public key ASAuBMXA2KpNJEYiXHqcTG-b3excyHbnIih5-hnnde7wCQo
To claim this, I am signing this object:
| <html> | |
| <body> | |
| <form action="http://djrequester.com/requests" id="new_request" method="post"> | |
| <div style="margin:0;padding:0;display:inline"><input name="utf8" type="hidden" value="✓"><input name="authenticity_token" type="hidden" value="u3arGAxvcoB+Y5yIURndejDdeR59dg/pvEefqS3p6us="></div> | |
| <input autofocus="autofocus" class="form-control" id="request_song_id" name="request[song_id]" placeholder="Song" size="30" type="text"> | |
| <input id="request_list_id" name="request[list_id]" type="hidden" value="LaytonHighSchool"> | |
| <button class="btn btn-lg btn-primary btn-block" type="submit">Submit</button> | |
| </form> | |
| </body> |
| - Faithfully - Journey | |
| - Then - Brad Paisley | |
| - Wobble - V.I.C. | |
| - Thrift Shop (feat. Wanz) - Macklemore & Ryan Lewis | |
| - Hey Ya! - OutKast | |
| - Suit & Tie (feat. JAY Z) - Justin Timberlake | |
| - Doo Doo Brown - 2 Hyped Brothers & A Dog | |
| - Pop That Coochie - 2 Live Crew | |
| - All About That Bass - Meghan Trainor | |
| - Overdrive ?? - Dj Inferno |
| - Devi's Haircut | |
| - Blank Space - Taylor Swift | |
| - Begin Again - Taylor Swift | |
| - Style - Taylor Swift | |
| - Ride Wit Me (feat. City Spud) - Nelly featuring City Spud | |
| - Bullet (feat. Mickey Singh) - Kay v Singh | |
| - Tipsy - J-Kwon | |
| - Teach Me How to Dougie - Cali Swag District | |
| - Sunny Sunny - Yo Yo Honey Singh & Neha Kakkar | |
| - Fuck Tha Police - N.W.A. |
| > [email protected] preinstall /usr/local/lib/node_modules/dmx/node_modules/ftdi | |
| > node-gyp rebuild | |
| CXX(target) Release/obj.target/ftdi/src/ftdi_device.o | |
| In file included from ../src/ftdi_device.cc:11: | |
| ../src/ftdi_device.h:6:10: fatal error: 'ftd2xx.h' file not found | |
| #include <ftd2xx.h> | |
| ^ | |
| 1 error generated. | |
| make: *** [Release/obj.target/ftdi/src/ftdi_device.o] Error 1 |
| 0 info it worked if it ends with ok | |
| 1 verbose cli [ 'node', '/usr/local/bin/npm', 'install', '-g', 'dmx' ] | |
| 2 info using [email protected] | |
| 3 info using [email protected] | |
| 4 verbose cache add [ 'dmx', null ] | |
| 5 verbose cache add name=undefined spec="dmx" args=["dmx",null] | |
| 6 verbose parsed url { protocol: null, | |
| 6 verbose parsed url slashes: null, | |
| 6 verbose parsed url auth: null, | |
| 6 verbose parsed url host: null, |
I hereby claim:
To claim this, I am signing this object:
| application: | |
| interfaces: | |
| input: | |
| enable-exclusion-check: 'bind(workflow#input.enable-exclusion-check)' | |
| enable-whois: 'bind(workflow#input.enable-whois)' | |
| message-queue-name: 'bind(workflow#input.message-queue-name)' | |
| verbose-log: 'bind(workflow#input.verbose-log)' | |
| refresh-timer: 'bind(workflow#input.refresh-timer)' | |
| version: 'bind(workflow#input.version)' | |
| iis: |
| require "rails_helper" | |
| RSpec.describe Invitation do | |
| context "with a new object" do | |
| it "should create a new instance given a valid attribute" do | |
| invitation = Invitation.create!( | |
| :sender_id => 1, | |
| :recipient_email => "[email protected]", | |
| :token => "knjg1h2uye47fuygdwbfhshijdsap90afs9u8y7", | |
| :sent_at => Time.now |
| --- | |
| - name: Install Wordpress, MySQL, Nginx, and PHP-FPM | |
| hosts: wordpress-server | |
| remote_user: smcquaid | |
| sudo: yes | |
| sudo_user: smcquaid | |
| roles: | |
| - common | |
| - mysql |
| root@9d3edb109d43:/openstack-ci/ansible/wordpress-nginx# ansible-playbook -i hosts site.yml -vvvv | |
| PLAY [Install Wordpress, MySQL, Nginx, and PHP-FPM] *************************** | |
| GATHERING FACTS *************************************************************** | |
| <securityGroups> ESTABLISH CONNECTION FOR USER: smcquaid | |
| <securityGroups> REMOTE_MODULE setup | |
| <securityGroups> EXEC ['ssh', '-C', '-tt', '-vvv', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'Port=22', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=smcquaid', '-o', 'ConnectTimeout=10', 'securityGroups', "/bin/sh -c 'mkdir -p /tmp/ansible-tmp-1409305968.4-9507290112498 && chmod a+rx /tmp/ansible-tmp-1409305968.4-9507290112498 && echo /tmp/ansible-tmp-1409305968.4-9507290112498'"] | |
| EXEC previous known host file not found for securityGroups | |
| <securityGroups> PUT /tm |