Skip to content

Instantly share code, notes, and snippets.

View wilmoore's full-sized avatar

Wil (₩) Moore III wilmoore

View GitHub Profile

Keybase proof

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:

@wilmoore
wilmoore / index.html
Last active April 30, 2024 18:59
Software Engineering :: Programming :: Languages :: JavaScript :: ECMAScript :: ES6 :: ES6-driven Sequence Diagram Editor
<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>
@wilmoore
wilmoore / transfer.rb
Created December 7, 2014 07:33
transfer.rb
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#ScalaClojurePythonRubyHaskellSQLOCamlCommon LispErlangSmalltalkSchemeEcmascript 5Perl 5
mapSelectmapmapmapcollectmapSelectmapmapcarmapcollect:mapmapmap
filterWherefilterfilterfilterselectfilterWherefilterremove-if-notfilterselect:filterfiltergrep
foldAggregatefoldLeftreducereduceinjectfoldl

Why I Don't Write Web Apps (if I can help it)

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.

C/C++

  • NOTHNX.

Node.js

@wilmoore
wilmoore / aws-s3-static-put.sh
Last active May 4, 2024 05:59
Software Engineering :: Cloud :: AWS :: Amazon S3 :: AWS s3 Static File Deployment
#!/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: {
@wilmoore
wilmoore / .gitignore
Last active August 29, 2015 14:05
Bootstrap + Duo Bootstrap (haha)
.DS_Store
node_modules
build
@wilmoore
wilmoore / homebrew.md
Created August 23, 2014 17:22
Brew doctor isn't always correct and /usr/local is not a panacea