Skip to content

Instantly share code, notes, and snippets.

View ahallrq's full-sized avatar
🐧

Andrew ahallrq

🐧
View GitHub Profile
@ahallrq
ahallrq / lbrychannels.md
Created February 21, 2020 12:41
Andrew's "Sweet Fuck-All" List of Interesting and Educational LBRY.tv Channels (and Playlists)

Andrew's "Sweet Fuck-All" List of Interesting and Educational LBRY.tv Channels (and Playlists)

Computer Aided Design/Manufacture (CAD/CAM)

3D Printing, Laser Cutting, and Other CNC Machining

Automotive and Marine - Cars, Buses, Trucks, Boats etc.

General Machining, Woodwork, Mechanical, and DIY

@ahallrq
ahallrq / autoreloadconsole.user.js
Last active June 6, 2020 06:38
A Tampermonkey script to automatically reload the Victron Venus Web Console on disconnect.
// ==UserScript==
// @name Auto Reload Console
// @namespace https://redquasar.xyz
// @version 0.1
// @description Auto Reload Console
// @author Andrew Hall
// @match http://192.168.1.104/*
// @grant GM_addStyle
// ==/UserScript==
@ahallrq
ahallrq / gist:b1810bb8e6a8efde4864dd56deafdfdd
Last active May 1, 2021 11:41
uBlock Origin filters to hide SelfWealth social and portfolio alignment anti-features.
! Hide profile name and portfolio "health" widget
secure.selfwealth.com.au##.col-xs-top-twenty.col-sm-top-twenty.f-col-xl-5.f-col-lg-6.f-col-xs-12
! Hide alignment widget
secure.selfwealth.com.au##.alignmentWidget.col-xs-top-twenty.col-sm-top-twenty.f-col-lg-4.f-col-xs-12
! Hide social "top portfolios" carousel
secure.selfwealth.com.au##div.f-col-sm-6.f-col-xs-12:nth-of-type(1)
! Hide social, alignment, comparisons and target portfolio menu entries.
@ahallrq
ahallrq / ircemoji.py
Last active May 18, 2022 23:31
IRC emoji script. Converts emoji shortcodes to their emoji representations (e.g 😂 to 😂). Requires https://pypi.org/project/emoji/
import threading
import hexchat
import requests
import emoji
__module_name__ = "ircemoji"
__module_version__ = "0.1000000003"
__module_description__ = "Converts emoji shortcodes in the text field to emojis."