Skip to content

Instantly share code, notes, and snippets.

@PSingletary
PSingletary / obs_twitch_chat.css
Created November 10, 2023 23:11 — forked from Bluscream/obs_twitch_chat.css
Twitch chat transparent popout for OBS
/*
Twitch chat browsersource CSS for OBS
Just set the URL as https://www.twitch.tv/%%TWITCHCHANNEL%%/chat?popout=true
And paste this entire file into the CSS box
Original by twitch.tv/starvingpoet modified by github.com/Bluscream
General Settings
*/
body {
color: #FFFFFF!important;
@PSingletary
PSingletary / big-league-me.ts
Created September 30, 2023 14:57 — forked from nuklearfiziks/big-league-me.ts
big-league-me.ts
import dotenv from 'dotenv'
import { BskyAgent } from '@atproto/api'
import { ProfileView } from '@atproto/api/dist/client/types/app/bsky/actor/defs'
const bigLeagueMe = async () => {
dotenv.config()
// YOUR bluesky handle
// Ex: user.bsky.social
const handle = process.env.BSKYHANDLE || ''
@PSingletary
PSingletary / ybov_schedule.html
Created July 30, 2023 16:47
Carrd.co embed schedule with timezone adjustment
<style>
body {
color: #FFFFFF;
}
.schedule {
color: #FFFFFF;
font-family: 'Sora', sans-serif;
letter-spacing: 0.1rem;
width: calc(100% + 0.1rem);
@PSingletary
PSingletary / LUL.json
Last active July 17, 2023 13:26
FrankerFaceZ Chat Actions
{"action":"chat","appearance":{"type":"text","text":"LUL","tooltip":"LUL"},"ctx":"hover","options":{"command":"LUL @{{user.displayName}}"},"display":{}}
@PSingletary
PSingletary / streamlink_options.txt
Created June 16, 2023 15:13
Streamlink options
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<title>Rebane's Discord Colored Text Generator</title>
<meta charset="UTF-8">
<meta name="description" content="Rebane's Discord Colored Text Generator">
<meta name="author" content="rebane2001">
<style>
/*
TASKKILL /IM Teams.exe /F
TASKKILL /IM OUTLOOK.EXE /F
RMDIR %appdata%\Microsoft\Teams
@PSingletary
PSingletary / New-VLC_transcode.ps1
Created May 24, 2023 00:52
use vlc to trancode wav to mp3
<#
.link
https://wiki.videolan.org/VLC_HowTo/Transcode_multiple_videos/
#>
$outputExtension = ".mp3"
$bitrate = 160
$channels = 2
foreach($inputFile in get-childitem -recurse -Filter *.wav)
{
@PSingletary
PSingletary / markdown-text-101.md
Created March 16, 2023 00:18 — forked from matthewzring/markdown-text-101.md
A guide to Markdown on Discord.

Markdown Text 101

Want to inject some flavor into your everyday text chat? You're in luck! Discord uses Markdown, a simple plain text formatting system that'll help you make your sentences stand out. Here's how to do it! Just add a few characters before & after your desired text to change your text! I'll show you some examples...

Sweet Styles

Italics *italics* or _italics_

Underline italics __*underline italics*__

@PSingletary
PSingletary / golive.cmd
Created November 12, 2022 16:09
OBS launch - Switch to single display and start streaming
displayswitch /internal && C:\Progra~1\obs-studio\bin\64bit\obs64.exe --startstreaming --scene "Starting" --disable-updater --disable-missing-files-check