I hereby claim:
- I am vikeri on github.
- I am vikeri (https://keybase.io/vikeri) on keybase.
- I have a public key ASDAupqhzu3owkaW_vbhn4SDRwBscyOYi2LdLWAxDoVn1wo
To claim this, I am signing this object:
| goog.provides("react"); | |
| react = require("react"); |
| --- worker.js 2019-12-05 18:53:48.000000000 -0800 | |
| +++ worker.js.orig 2019-12-05 18:53:30.000000000 -0800 | |
| @@ -268,10 +268,6 @@ | |
| plugins.push([inlineRequiresPlugin, opts]); | |
| } | |
| - if (!options.dev) { | |
| - plugins.push([constantFoldingPlugin, opts]); | |
| - } | |
| - |
| #!/bin/bash | |
| # Copy to .git/hooks/pre-push | |
| # Run chmod +x .git/hooks/pre-push | |
| protected_branch='master' | |
| current_branch=$(git symbolic-ref HEAD | sed -e 's,.*/\(.*\),\1,') | |
| if [ $protected_branch = $current_branch ] | |
| then |
| #!/bin/sh | |
| # | |
| # An example hook script to verify what is about to be committed. | |
| # Called by "git commit" with no arguments. The hook should | |
| # exit with non-zero status after issuing an appropriate message if | |
| # it wants to stop the commit. | |
| # | |
| # To enable this hook, rename this file to ".git/hooks/pre-commit". | |
| if [ $(git rev-parse --abbrev-ref HEAD) == "master" ] ; then |
I hereby claim:
To claim this, I am signing this object:
| if application "Spotify" is running then | |
| tell application "Spotify" | |
| playpause | |
| end tell | |
| else | |
| tell application "Spotify" to activate | |
| tell application "Spotify" | |
| playpause | |
| end tell |
| #include <stdio.h> | |
| #include <math.h> | |
| #include <stdint.h> | |
| #define nsamples 254 | |
| float calculate_mean(uint16_t data[]) { | |
| float sum = 0.0, mean; | |
| uint16_t good_samples = 0; | |
| uint16_t i; |
| (deftask string-replace | |
| "Replace strings in sources." | |
| [p path PATH regex "Path to replace in." | |
| s subs SUBS {str str} "Strings to replace" | |
| r role ROLE kw "Input role of file after substitution, :resource or :source (default: :source)"] | |
| (let [tmp (c/tmp-dir!) | |
| fltr #(c/by-re [path] (c/input-files %)) | |
| ; prev (atom nil) | |
| ] | |
| (c/with-pre-wrap |
| if application "Spotify" is running then | |
| tell application "Spotify" | |
| playpause | |
| end tell | |
| else | |
| tell application "Spotify" to activate | |
| tell application "Spotify" | |
| playpause | |
| end tell | |
| end if |
| do shell script "PATH=/usr/local/opt/android-sdk/platform-tools/ /Users/viktor/www/projects/pilloxa/script/reload-android" |