source rust.sh
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:
This file contains hidden or 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
<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> |
This file contains hidden or 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
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.
- NOTHNX.
This file contains hidden or 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 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 |
This file contains hidden or 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
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['*'] |
This file contains hidden or 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
require 'tire' | |
# Tire.configure { logger STDERR, level: 'debug' } | |
Tire.index('movie-titles') do | |
delete | |
create \ | |
settings: { | |
index: { | |
analysis: { |
This file contains hidden or 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
.DS_Store | |
node_modules | |
build |