I hereby claim:
- I am sielicki on github.
- I am nls (https://keybase.io/nls) on keybase.
- I have a public key ASC5KsgXpQn5qi9fxqbieeXjyQUrmzViwFYAhxZMLCDqSAo
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name gamepadify | |
| // @version 0.1 | |
| // @include http://*.koalabeast.com:* | |
| // @include http://*.jukejuice.com:* | |
| // @include http://*.newcompte.* | |
| // @author sielicki | |
| // ==/UserScript== | |
| var s = [false,false,false,false]; |
I hereby claim:
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | |
| <title>Websocket Scale</title> | |
| <style> |
| -- Put this in ~/.local/share/vlc/lua/meta/reader/ | |
| -- | |
| -- If you're watching an Openwebif stream, or rather, if you're watching a | |
| -- stream in VLC over http with exactly 10 values separated by colons, this | |
| -- translates it into an API call for openWebif that will trigger your dish mover. | |
| -- VLC requires this for script scheduling. We want this to always run, so we | |
| -- say that it is local, even though it is making network requests. | |
| function descriptor() |