Skip to content

Instantly share code, notes, and snippets.

View joelkesler's full-sized avatar

Joel Kesler joelkesler

View GitHub Profile
@joelkesler
joelkesler / index.html
Last active January 11, 2022 01:50
Imperative vs Declarative Programming Tests #jsbench #jsperf - https://www.youtube.com/watch?v=E7Fbf7R3x6I (http://jsbench.github.io/#95dbcce7935934070ca21b69ea2883bc) #jsbench #jsperf
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Imperative vs Declarative Programming Tests #jsbench #jsperf - https://www.youtube.com/watch?v=E7Fbf7R3x6I</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/benchmark/1.0.0/benchmark.min.js"></script>
<script src="./suite.js"></script>
</head>
<body>
<h1>Open the console to view the results</h1>
@joelkesler
joelkesler / accent-multitrack-player-let-it-snow.markdown
Created December 2, 2021 22:06
Accent Multitrack Player - Let it Snow

Keybase proof

I hereby claim:

  • I am joelkesler on github.
  • I am joelkesler (https://keybase.io/joelkesler) on keybase.
  • I have a public key whose fingerprint is A941 1ED2 C373 2539 7BA9 BB4B 61C1 F0FA 222A C0BE

To claim this, I am signing this object:

@joelkesler
joelkesler / gist:9635169
Created March 19, 2014 03:52
.bash_profile
asd() {
cat <<"EOT"
_ _ _
| | | | (_)
_ __ ___ __ _ ___| |__ ___ ___ | | __ __ _ _ _ __
| '_ ` _ \ / _` |/ __| '_ \ / _ \ / _ \| |/ / / _` | | '__|
| | | | | | (_| | (__| |_) | (_) | (_) | < | (_| | | |
|_| |_| |_|\__,_|\___|_.__/ \___/ \___/|_|\_\ \__,_|_|_|
EOT
#!/bin/bash
# +----------------------------------------------------------------------+
# | |
# | Set up Mac OS X to store temporary files in RAM rather than on disk.|
# | |
# | By Philipp Klaus <http://blog.philippklaus.de> |
# | |
# | Originally by Ricardo Gameiro <http://blogs.nullvision.com/?p=357> |
# | Changes by Daniel Jenkins |