I hereby claim:
- I am janglapuk on github.
- I am janglapuk (https://keybase.io/janglapuk) on keybase.
- I have a public key ASDItTCf9BTuHgIpHT2ay4mBdzQ6P5lXM9U8Glwsp2l7QQo
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name Disney+ Hotstar Default Streaming Quality Setter | |
| // @namespace http://github.com/janglapuk | |
| // @version 0.5 | |
| // @description Set Disney+ Hotstar default streaming quality and fullscreen options | |
| // @author janglapuk | |
| // @match https://www.hotstar.com/* | |
| // @grant none | |
| // @updateURL https://gist.githubusercontent.com/janglapuk/38d4cab117bddd84177bf510c827fa0c/raw/hotstar-default-quality-setter.user.js | |
| // @downloadURL https://gist.githubusercontent.com/janglapuk/38d4cab117bddd84177bf510c827fa0c/raw/hotstar-default-quality-setter.user.js |
| # Please make this file available to others | |
| # by sending it to <[email protected]> | |
| # | |
| # this config file was automatically generated | |
| # using lirc-0.9.0(default) on Tue Mar 31 17:27:09 2020 | |
| # | |
| # contributed by janglapuk | |
| # | |
| # brand: UseeTV STB ZXV10 B700V5 | |
| # model no. of remote control: N/A |
| pkgname=sendanywhere | |
| pkgver=8.11.7 | |
| pkgrel=257 | |
| pkgdesc="Send Anywhere is a multi-platform file sharing service where users can directly share digital content in real time." | |
| arch=('x86_64') | |
| url="http://send-anywhere.com" | |
| license=('custom:sendanywhere_eula') | |
| options=('!strip' '!emptydirs') | |
| depends=('nss' 'libxtst' 'libxss' 'gconf' 'gtk2' 'alsa-lib') | |
| source=("${pkgname}-${pkgver}.deb::https://update.send-anywhere.com/linux_downloads/sendanywhere_latest_amd64.deb") |
| #!/bin/bash | |
| if [ $# -ne 1 ]; | |
| then | |
| echo "Usage: $0 <VMID>" | |
| exit 1 | |
| fi | |
| BACKUPDIR="/var/lib/vz/dump" |
| import os, sys, subprocess, signal, binascii, time | |
| """ | |
| Usage: | |
| $ python autoreload.py app.py | |
| """ | |
| last_crc32 = 0 | |
| terminate = False |
| var MD5 = function(string) { | |
| function RotateLeft(lValue, iShiftBits) { | |
| return (lValue << iShiftBits) | (lValue >>> (32 - iShiftBits)); | |
| } | |
| function AddUnsigned(lX, lY) { | |
| var lX4, lY4, lX8, lY8, lResult; | |
| lX8 = (lX & 0x80000000); | |
| lY8 = (lY & 0x80000000); | |
| lX4 = (lX & 0x40000000); |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/perl | |
| # | |
| # Simple clock synchronization for some chinese HiSilicon based DVRs supporting CMS (Sofia software) with json-like protocol. Tested with: | |
| # | |
| # HJCCTV HJ-H4808BW (XiongMai, Hi3520, MBD6304T) | |
| # http://www.aliexpress.com/item/Hybird-NVR-8chs-H-264DVR-8chs-onvif-2-3-Economical-DVR-8ch-Video-4-AUDIO-AND/1918734952.html | |
| # | |
| # |
| <!-- | |
| This is licensed under the Anyone But Stefan Esser license. | |
| --- | |
| PLZ NO RCE. | |
| sorry 4 indentation but i was using nano lmao |
| #!/usr/bin/env python | |
| # | |
| # Redirect data from a TCP/IP connection to a serial port and vice versa. | |
| # | |
| # (C) 2002-2016 Chris Liechti <[email protected]> | |
| # | |
| # SPDX-License-Identifier: BSD-3-Clause | |
| import sys | |
| import socket |