I hereby claim:
- I am lovethebomb on github.
- I am lovethebomb (https://keybase.io/lovethebomb) on keybase.
- I have a public key ASCFmHbzM3IxEiIrp1dV2hbp5GovcJUC1PK0hLoJMNnfWQo
To claim this, I am signing this object:
| # Utility fn for quickly converting mp3 into ogg for foundry music | |
| # Navigate to your music folder and run fn | |
| function foundry_mp3_to_ogg { | |
| find . -name "*.mp3" -exec ffmpeg -i {} -c:a libopus -page_duration 2000 -vn {}.ogg \; | |
| find . -name "*.mp3.ogg" -exec sh -c 'mv "$0" "${0%.mp3.ogg}.ogg"' {} \; | |
| } |
I hereby claim:
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"/> | |
| <title>nested Array.prototype.slice vs [].slice.call vs cached prototype vs cached [].slice</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> |