I hereby claim:
- I am jeffwindsor on github.
- I am jeffwindsor (https://keybase.io/jeffwindsor) on keybase.
- I have a public key whose fingerprint is 57A6 6AF2 678A 47D2 E368 9F35 3711 52A5 E858 62F1
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| cd "$(dirname "${0}")" | |
| ########################################################## | |
| install() { | |
| if brew list $1 &> /dev/null; then | |
| echo "==> "$1" [installed]" | |
| else | |
| echo "==> "$1 | |
| brew install $1 |
I hereby claim:
To claim this, I am signing this object:
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Linq; | |
| using System.Reflection; | |
| using System.Text; | |
| namespace System.Web.Mvc | |
| { | |
| /// <summary> | |
| /// Reflection Based CSV File Result |