Random custom tile codes and other crap for custom levels. Free for all!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import dbus | |
from gpiozero import Button | |
from signal import pause | |
sysbus = dbus.SystemBus() | |
systemd1 = sysbus.get_object('org.freedesktop.systemd1', '/org/freedesktop/systemd1') | |
manager = dbus.Interface(systemd1, 'org.freedesktop.systemd1.Manager') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Import all currently subscribed Poly Bridge 3 Weekly Challenge workshop layouts to default profile sandbox | |
import urllib.request | |
import re | |
import sys | |
import winreg | |
import os | |
import math | |
import string | |
import shutil |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
:: build.bat [MSVC|Clang|Ninja] [Release|Debug|RelWithDebInfo] [custom options for cmake] | |
set A=Ninja | |
set B=Release | |
set C=-DIWYU=ON -DBUILD_INFO_DUMP=OFF -DBUILD_SPEL2_DLL=OFF | |
:: set C=-DPLAYLUNKY_CONAN_VERBOSE=ON | |
if /I [%1] == [MSVC] set A=MSVC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Noita Scriptable Auto Splitter + seed display + kill counter | |
* Starts on spawn | |
* Splits on work | |
* Resets on death or new game | |
* | |
* You have to edit the logPath below to point to your installation for this to actually work, I don't know where your game is. | |
* Get https://github.com/hawkerm/LiveSplit.ASLVarViewer to display world seed and/or kill counter to your stream, mom or whatever. | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
var gst = require('gstreamer-superficial'); | |
const port = process.env.UDPPORT || 5000 | |
const timeout = process.env.UDPTIMEOUT || 500 | |
var pipeline = new gst.Pipeline('udpsrc name=src port='+port+' timeout='+timeout+'000000 ! application/x-rtp,media=audio,clock-rate=44100,encoding-name=L16,channels=2,payload=96 ! rtpL16depay ! audioconvert ! autoaudiosink'); | |
var src = pipeline.findChild('src'); | |
pipeline.pollBus((msg) => { | |
if (msg.name == 'GstUDPSrcTimeout') { | |
console.log(new Date, 'source timeout in port ' + src.port); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Reddit Auto Expand and keyboard navigation | |
// @namespace http://www.reddit.com/ | |
// @version 0.1 | |
// @description Auto expand all expandos on new reddit and a keyboard navigation that's not retarded. | |
// @author Dregu | |
// @match https://www.reddit.com/* | |
// @grant none | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Fuck Twitch | |
// @namespace FuckTwitch | |
// @description Hide stupid fucking streamers or games from Twitch | |
// @version 1.0 | |
// @author Dregu | |
// @match https://*.twitch.tv/* | |
// @run-at document-start | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Attached |
NewerOlder