I hereby claim:
- I am wilmoore on github.
- I am wilmoore (https://keybase.io/wilmoore) on keybase.
- I have a public key ASCrpqdAS1nW84olF1P7zqgJg3gCICKqRIkIynsCK5q6mgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<style id="jsbin-css"> | |
body { | |
background-color: #ffffff; | |
} | |
</style> | |
<meta name="description" content="ES6-driven Sequence Diagram Editor" /> | |
<body> | |
<div id="output"></div> | |
<script src="http://google.github.io/traceur-compiler/bin/traceur.js"></script> | |
<script src="http://google.github.io/traceur-compiler/src/bootstrap.js"></script> |
require 'formula' | |
class Transfer < Formula | |
homepage 'http://transfer.sh' | |
url "https://github.com/wilmoore/transfer/archive/v1.0.0.tar.gz" | |
sha1 "c1502fe1f352fb372a95a0756d4d0516df5ee2a5" | |
def install | |
bin.install "bin/transfer" | |
end |
F# | C# | Scala | Clojure | Python | Ruby | Haskell | SQL | OCaml | Common Lisp | Erlang | Smalltalk | Scheme | Ecmascript 5 | Perl 5 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
map | Select | map | map | map | collect | map | Select | map | mapcar | map | collect: | map | map | map |
filter | Where | filter | filter | filter | select | filter | Where | filter | remove-if-not | filter | select: | filter | filter | grep |
fold | Aggregate | foldLeft | reduce | reduce | inject | foldl |
This is what happens when I try to pick a language.
Note: If I didn't think it was possible to create a development environment without any of these issues (which I consider "major" for the most part), I would not have written this list.
#!/usr/bin/env bash | |
# bucket name | |
BUCKET_NAME="TARGET-BUCKET-HERE" | |
# create bucket (idempotent) | |
s3cmd mb s3://$BUCKET_NAME | |
# put index.html | |
s3cmd put --acl-public index.html s3://$BUCKET_NAME/index.html |
require 'formula' | |
class ZshNotify < Formula | |
homepage 'https://github.com/marzocchi/zsh-notify' | |
head 'https://github.com/marzocchi/zsh-notify.git' | |
depends_on 'terminal-notifier' | |
def install | |
prefix.install Dir['*'] |
require 'tire' | |
# Tire.configure { logger STDERR, level: 'debug' } | |
Tire.index('movie-titles') do | |
delete | |
create \ | |
settings: { | |
index: { | |
analysis: { |
.DS_Store | |
node_modules | |
build |
Check out the following resources to get an idea of what I mean when I say that:
Brew doctor isn't always correct and /usr/local is not a panacea