Skip to content

Instantly share code, notes, and snippets.

View qwertychouskie's full-sized avatar

QwertyChouskie qwertychouskie

View GitHub Profile
# OBS Scene autoswitcher
# https://claude.ai/share/8fe02bf6-febe-420e-bee2-db39d224a3df
import json
import time
import asyncio
import signal
import threading
import websockets
import obswebsocket
import json
import time
import asyncio
import signal
import websockets
import obswebsocket
from obswebsocket import requests as obsrequests
class FTCFieldSwitcher:
def __init__(self, event_code, obs_host="localhost", obs_port=4444, obs_password=""):
diff --git a/TeamCode/build.gradle b/TeamCode/build.gradle
index d4c01c3..1d88c3d 100644
--- a/TeamCode/build.gradle
+++ b/TeamCode/build.gradle
@@ -21,6 +21,10 @@ android {
packagingOptions {
jniLibs.useLegacyPackaging true
}
+
+ kotlinOptions {

XZ Utils

0. Overview
1. Documentation
   1.1. Overall documentation
   1.2. Documentation for command-line tools
   1.3. Documentation for liblzma
2. Version numbering
  1. Reporting bugs
@qwertychouskie
qwertychouskie / stk-update (in etc)
Last active November 1, 2018 18:07 — forked from v1993/stk-update
Simple STK git updater
BASEDIR=/home/qwerty/stk # Dir with stk-code and stk-assets inside
compiler=/usr/bin/clang # Your C compiler
compilerplusplus=/usr/bin/clang++ # Your C++ compiler
jobscount=4 # Count of build jobs
# Hint: you can use ping for setting up distributed builds
# Manually create "$BASEDIR"/stk-code/needtoupdate to force rebuild
@qwertychouskie
qwertychouskie / lego.txt
Created November 28, 2016 00:05
Lego EV3 download page update
<div class="mindstorms-main-content">
<div class="article">
<div class="grid-row">
<div class="grid-column">
<div class="grid-content">
<h3 class="article-header">EV3 Software download (PC/Mac/Linux)</h3>
</div>
</div>
</div>
<div class="grid-row article-section-image-right">
@qwertychouskie
qwertychouskie / letsencrypt-update-lighttpd
Last active January 18, 2024 00:28 — forked from mscalora/letsencrypt-update-lighttpd
script to auto update letsencrypt certs for debian lighttpd installation (based on script by Danny Tuppeny)
#!/usr/bin/env bash
#
# Update letsencrypt on a lighttp installation
#
# If you installed letsencrypt in a non-standard location you
# can set the LEDIR env var before you run this script.
#
# setup letsencrypt install directory
STDLEDIR=/usr/bin