I hereby claim:
- I am iphoting on github.
- I am iphoting (https://keybase.io/iphoting) on keybase.
- I have a public key whose fingerprint is 6A7E AB1E A822 E621 4DEC 11C4 F355 0635 71D7 1151
To claim this, I am signing this object:
| =IFERROR(IF(NOT(AND(ISBLANK(INDIRECT(ADDRESS(ROW(), COLUMN()+1))), ISBLANK(INDIRECT(ADDRESS(ROW(), COLUMN()+2))))),INDIRECT(ADDRESS(ROW()-1, COLUMN()))+1,""),1) |
I hereby claim:
To claim this, I am signing this object:
| Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
| Enable-RemoteDesktop | |
| Set-TaskbarSmall | |
| cinst Microsoft-Hyper-V-All -source windowsFeatures | |
| #rem cinst PowerShell | |
| cinst powertab | |
| cinst pscx | |
| cinst teamviewer | |
| #cinst avastfreeantivirus |
| # | |
| # This file configures the New Relic Agent. New Relic monitors | |
| # Ruby, Java, .NET, PHP, and Python applications with deep visibility and low overhead. | |
| # For more information, visit www.newrelic.com. | |
| # | |
| # Generated June 03, 2013 | |
| # | |
| # This configuration file is custom generated for Barsoom | |
| rubygems-bundler | |
| bundler | |
| rake | |
| rvm | |
| heroku | |
| powder | |
| foreman | |
| guard | |
| guard-bundler |
| #!/usr/bin/env bash | |
| export JAVA_HOME="`/usr/libexec/java_home`" | |
| PLAY_HOME="~/Development/Java/play-latest" | |
| exec ${PLAY_HOME}/play $@ |
| #!/usr/bin/env bash | |
| if [ "$1" ]; then | |
| MTH="$1" | |
| else | |
| MTH="`date +%b`" | |
| fi | |
| echo "Month: ${MTH}." |
| # Assumption : bash-completion package is installed and enabled | |
| # Try it : just "source ledger" | |
| # Here are three possible ways to install this file | |
| # 1. As ~/.bash_completion file | |
| # 2. As ~/.bash_completion.d/ledger file, with additional file | |
| # ~/.bash_completion which contents ". ~/.bash_completion.d/ledger" | |
| # 3. As /etc/bash_completion.d/ledger | |
| _ledger() | |
| { |
| # detect `$rvm_path` | |
| if [ -z "${rvm_path:-}" ] && [ -x "${HOME:-}/.rvm/bin/rvm" ] | |
| then rvm_path="${HOME:-}/.rvm" | |
| fi | |
| if [ -z "${rvm_path:-}" ] && [ -x "/usr/local/rvm/bin/rvm" ] | |
| then rvm_path="/usr/local/rvm" | |
| fi | |
| # load environment of current project ruby | |
| if |
| source :rubygems | |
| ruby "1.9.3" if Gem::Version.new(Bundler::VERSION) > Gem::Version.new('1.2.0') | |
| gem 'sinatra' |