I have a diverse background in programming; from embedded C on custom hardware writing VoIP telephony systems, to robotic control systems, to NoSQL databases in Erlang, to equity
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
environment({ | |
'PATH' => 'C:\wix;C:\7-zip;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPower | |
Shell\v1.0\;C:\Program Files\OpenSSH\bin;C:\opscode\chef\bin\;C:\ProgramData\chocolatey\bin;C:\tools\mingw64\bin;C:\Prog | |
ram Files (x86)\Git\cmdC:\opscode\chefdk\bin;C:\opscode\chefdk\bin;C:\Program Files (x86)\Git\cmdC:\chef\delivery-cli\bi | |
n;C:\chef\delivery-cli\bin;C:\Program Files (x86)\Git\cmdC:\Program Files\Rust nightly 1.4\bin;C:\Program Files\Rust nig | |
htly 1.4\bin;C:\Program Files (x86)\Git\cmd;C:\Program Files (x86)\Vim\vim74;C:\rubies\2.1.6-x64\bin', | |
'C_INCLUDE_PATH' => 'C:\OpenSSL-Win64\include;C:\tools\mingw64\x86_64-w64-mingw32\include', | |
'OPENSSL_INCLUDE_DIR' => 'C:\OpenSSL-Win64\include', | |
'OPENSSL_LIB_DIR' => 'C:\OpenSSL-Win64', | |
'SSL_CERT_FILE' => 'C:\rubies\2.1.6-x64\ssl\certs\cacert.pem' |
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
Enter file contents hereC:\Users\vagrant>ls | |
AppData | |
Application Data | |
Contacts | |
Cookies | |
Desktop | |
Documents | |
Downloads | |
Favorites | |
Links |
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
# This is the contents of the old `delivery_chef` cookbook, which | |
# eventually wants to be a library cookbook for performing generic | |
# cookbook build / test / deploy actions. | |
# | |
# However, that cookbook has since been deleted, since it was | |
# decidedly NOT a library cookbook, and had many old deliverance-era | |
# assumptions baked in. | |
# | |
# The delivery_delivery cookbook currently is building cookbooks, so | |
# we'll let this old prerequisite code live here for the time being, |
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 | |
# post-receive-github-sync | |
# | |
# copy this file to the [git repository]/hooks directory as | |
# 'post-receieve', make it executable, configure your org and basedir below, | |
# make sure you have public key on github and a repo of the same name, | |
# and it should sync local commits to github. | |
# | |
require 'fileutils' |
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 | |
# post-receive-github-sync | |
# | |
# copy this file to the [git repository]/hooks directory as | |
# 'post-receieve', make it executable, configure your org and basedir below, | |
# make sure you have public key on github and a repo of the same name, | |
# and it should sync local commits to github. | |
# | |
require 'fileutils' |
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
%% ------------------------------------------------------------------- | |
%% | |
%% Copyright (c) 2014 Basho Technologies, Inc. All Rights Reserved. | |
%% | |
%% This file is provided to you under the Apache License, | |
%% Version 2.0 (the "License"); you may not use this file | |
%% except in compliance with the License. You may obtain | |
%% a copy of the License at | |
%% | |
%% http://www.apache.org/licenses/LICENSE-2.0 |
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
12:35:49.976 [info] Cluster built: ['[email protected]','[email protected]','[email protected]','[email protected]'] | |
12:35:49.983 [info] default type get/put test | |
12:35:51.218 [info] nonexistent bucket test | |
12:35:51.281 [info] list_keys test | |
12:35:51.339 [info] list_buckets test | |
12:35:51.357 [info] default type delete test | |
12:35:56.422 [info] custom type get/put test | |
12:35:57.608 [info] doing put | |
12:35:57.661 [info] doing get | |
12:35:57.664 [info] doing get |
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
[INFO] --- failsafe-maven-plugin:2.4.3-alpha-1:verify (default) @ riak-client --- | |
[INFO] Failsafe report directory: /Users/janderson/sandbox/test/riak_test/deps/riak_java_client/target/failsafe-reports | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD SUCCESS | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 01:29 min | |
[INFO] Finished at: 2014-05-23T17:58:47-05:00 | |
[INFO] Final Memory: 28M/309M | |
[INFO] ------------------------------------------------------------------------ |