I hereby claim:
- I am normanrz on github.
- I am normanrz (https://keybase.io/normanrz) on keybase.
- I have a public key whose fingerprint is 4F3A 76C6 2FA5 7A05 736E E030 45E1 4CC0 D31E 1552
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
echo " " | |
echo " _____ _____ _____ " | |
echo "| __| | |" | |
echo "|__ | --| | | |" | |
echo "|_____|_____|_|_|_|" | |
echo " webKnossos installer " | |
command -v brew >/dev/null 2>&1 || { | |
echo "" | |
echo "~~~~ Installing homebrew ~~~~" |
### define | |
jquery : $ | |
underscore : _ | |
### | |
# `DispatchedWorker` is a wrapper around the WebWorker API. First you | |
# initialize it providing url of the javascript worker code. Afterwards | |
# you can request work using `send` and wait for the result using the | |
# returned deferred. | |
class DispatchedWorker |