Skip to content

Instantly share code, notes, and snippets.

View sielicki's full-sized avatar

Nicholas Sielicki sielicki

  • Dell Prairie, Wisconsin, USA
  • 19:38 (UTC -05:00)
View GitHub Profile
// ==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];

Keybase proof

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:

<!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>
@sielicki
sielicki / openwebifzap.lua
Last active March 13, 2016 04:49
openwebifzap.lua -- create zap requests for openwebif remote api directly from VLC.
-- 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()