Skip to content

Instantly share code, notes, and snippets.

View brimwats1's full-sized avatar
💭
This account is inactive. Follow @brimwats

bri watson brimwats1

💭
This account is inactive. Follow @brimwats
View GitHub Profile
@brimwats1
brimwats1 / vtt2text.py
Created February 2, 2021 11:10 — forked from glasslion/vtt2text.py
This script convert youtube subtitle file(vtt) to plain text.
"""
Convert YouTube subtitles(vtt) to human readable text.
Download only subtitles from YouTube with youtube-dl:
youtube-dl --skip-download --convert-subs vtt <video_url>
Note that default subtitle format provided by YouTube is ass, which is hard
to process with simple regex. Luckily youtube-dl can convert ass to vtt, which
is easier to process.
@brimwats1
brimwats1 / rss.opml
Created December 30, 2020 10:58 — forked from Mte90/rss.opml
My RSS feed
<?xml version="1.0" encoding="UTF-8"?>
<opml version="2.0">
<head>
<title>FreshRSS</title>
<dateCreated>Tue, 15 Dec 2020 12:05:01</dateCreated>
</head>
<body>
<outline text="Altro">
<outline text="MGMT Magazine" type="rss" xmlUrl="http://feeds.feedburner.com/MgmtMagazine" htmlUrl="https://mgmtmagazine.com/" description=""/>
<outline text="Synthesia Updates" type="rss" xmlUrl="https://www.synthesiagame.com/forum/app.php/feed/news" htmlUrl="https://www.synthesiagame.com/forum/index.php" description=""/>
@brimwats1
brimwats1 / obsidian.css
Last active September 29, 2022 20:00 — forked from tallguyjenks/obsidian.md
My custom theme for the Obsidian Editor
/**=================================================================================
/** ██████╗░██████╗░░░███░░░░█████╗░███╗░░██╗██╗░██████╗
/** ██╔══██╗██╔══██╗░░███░░░██╔══██╗████╗░██║╚█║██╔════╝
/** ██████╦╝██████╔╝░░███░░░███████║██╔██╗██║░╚╝╚█████╗░
/** ██╔══██╗██╔══██╗░░███░░░██╔══██║██║╚████║░░░░╚═══██╗
/** ██████╦╝██║░░██║░░███░░░██║░░██║██║░╚███║░░░██████╔╝
/** ╚═════╝░╚═╝░░╚═╝░░░░░░░░╚═╝░░╚═╝╚═╝░░╚══╝░░░╚═════╝░
/**
/** ░█████╗░██████╗░░██████╗██╗██████╗░██╗░█████╗░███╗░░██╗  ░█████╗░░██████╗░██████╗
/** ██╔══██╗██╔══██╗██╔════╝██║██╔══██╗██║██╔══██╗████╗░██║  ██╔══██╗██╔════╝██╔════╝
@brimwats1
brimwats1 / KDE-Mover-Sizer-AutoHotKey.ahk
Created May 28, 2020 05:41 — forked from yrtimiD/KDE-Mover-Sizer-AutoHotKey.ahk
KDE-Mover-Sizer-AutoHotKey AutoHotkey
; Internationally known as "KDE Mover-Sizer" Version 2.9
;
; http://corz.org/windows/software/accessories/KDE-resizing-moving-for-Windows.php
; Which is essentially..
; Easy Window Dragging -- KDE style (requires XP/2k/NT) -- by Jonny
; ..with nobs on. See http://www.autohotkey.com and their forum.
;
; This script makes it much easier to move or resize a window: 1) Hold down
@brimwats1
brimwats1 / AdvancedWindowSnap.ahk
Created February 28, 2020 19:21 — forked from Cerothen/AdvancedWindowSnap.ahk
Advanced Window Snap is a script for AutoHotKey that expands upon Windows built-in window-snapping hotkeys.
/**
* Advanced Window Snap (Extended
* Snaps the Active Window to one of nine different window positions.
*
* @Editing author Jarrett Urech
* @Original author Andrew Moore <andrew+github@awmoore.com>
* @version 2.1
*
**/