I hereby claim:
- I am macarthy on github.
- I am macarthy (https://keybase.io/macarthy) on keybase.
- I have a public key ASD9J_ZsFkrkNtOq0AZnA5UHpICwUxh6uWsbGOqKuN2k-Qo
To claim this, I am signing this object:
| #!/usr/bin/env ruby | |
| require 'pivotal-tracker' | |
| require 'yaml' | |
| TEMP_DIR = "#{ENV['HOME']}/.pivotal/" | |
| TEMP_FILE = TEMP_DIR + "temp.yml" | |
| CONFIG_FILE = TEMP_DIR + "config.yml" | |
| unless File.directory? TEMP_DIR |
| require 'formula' | |
| class Vim < Formula | |
| homepage 'http://www.vim.org/' | |
| url 'https://vim.googlecode.com/hg/', :revision => '6c318419e331' | |
| version '7.3.515' | |
| def features; %w(tiny small normal big huge) end | |
| def interp; %w(lua mzscheme perl python python3 tcl ruby lua) end |
| #!/bin/bash | |
| # herein we backup our indexes! this script should run at like 6pm or something, after logstash | |
| # rotates to a new ES index and theres no new data coming in to the old one. we grab metadatas, | |
| # compress the data files, create a restore script, and push it all up to S3. | |
| TODAY=`date +"%Y.%m.%d"` | |
| INDEXNAME="logstash-$TODAY" # this had better match the index name in ES | |
| INDEXDIR="/usr/local/elasticsearch/data/logstash/nodes/0/indices/" | |
| BACKUPCMD="/usr/local/backupTools/s3cmd --config=/usr/local/backupTools/s3cfg put" | |
| BACKUPDIR="/mnt/es-backups/" | |
| YEARMONTH=`date +"%Y-%m"` |
| #!/bin/ruby | |
| # Usage: ruby find_pdf_field myfile.pdf searchstring | |
| require 'pdf_forms' | |
| require 'pp' | |
| pdftk = PdfForms.new("/usr/local/bin/pdftk") | |
| pdf = ARGV[0] |
| subject,count | |
| node.js,11 | |
| mobile web,8 | |
| java,8 | |
| python,5 | |
| web development,5 | |
| mobile apps,5 | |
| networking,4 | |
| android,4 | |
| etc.,4 |
I hereby claim:
To claim this, I am signing this object: