Skip to content

Instantly share code, notes, and snippets.

View ChecksumDev's full-sized avatar
🍊
default_prompt

Elizabeth ChecksumDev

🍊
default_prompt
View GitHub Profile
@ChecksumDev
ChecksumDev / pingpong.js
Created November 13, 2018 18:51 — forked from meew0/pingpong.js
The ping pong example from discord.js, fixed up slightly
/*
this bot is a ping pong bot, and every time a message
beginning with "ping" is sent, it will reply with
"pong!".
*/
// Load discord.js
var Discord = require("discord.js");
// Create a client
@ChecksumDev
ChecksumDev / youtube.txt
Created May 24, 2020 21:49
youtube ad list
r2---sn-n4v7sney.googlevideo.com
r1---sn-o097znlk.googlevideo.com
r2---sn-o097znlk.googlevideo.com
r3---sn-o097znlk.googlevideo.com
r4---sn-o097znlk.googlevideo.com
r5---sn-o097znlk.googlevideo.com
r6---sn-o097znlk.googlevideo.com
r7---sn-o097znlk.googlevideo.com
r8---sn-o097znlk.googlevideo.com
r9---sn-o097znlk.googlevideo.com
@ChecksumDev
ChecksumDev / adp-list
Created May 26, 2020 23:51
Fixed adlist
This file has been truncated, but you can view the full file.
0--e.info
0-0-----------------------------------------------------------0.com
0-0-0-0-0-0-0-0-0-0-0-0-0-18-0-0-0-0-0-0-0-0-0-0-0-0-0.info
0-0-0-0-0-0-0-0-0-0-0-0-0-33-0-0-0-0-0-0-0-0-0-0-0-0-0.info
0-168.com
0-800-email.com
0-as69vh7k2.biz
0-day.us
0-days.net
0-dix.com
INSERT INTO
`versions` (`version`, `manifest`)
VALUES
('0.10.1', '6316038906315325420');
INSERT INTO
`versions` (`version`, `manifest`)
VALUES
('0.10.2', '2542095265882143144');

Tournament Coordinating

Tournament Information

  • Matches consist of two players
  • 2 picks/bans per player
  • Best of 3 wins

Operating procedures

  • Coinflip at the start to determine p1
  • Bans and picks are first; before the matches begin.
  • Players get 1 replay each, and can use it when they want
**```fix
Match: x VS y
Round: Two
```**
**```diff
+ x PICK: song
+ y PICK: song
- x BAN: song
- y BAN: song
@ChecksumDev
ChecksumDev / gist:c497bb7a884587470ca5cb20b63a4faa
Created April 24, 2023 12:39
The available, unfiltered chat history of scoresabersucks.
11/30/2022
21:26scoresabersucks: true acc gameplay
21:28scoresabersucks: after this map check sleigh ride
21:29scoresabersucks: how long is this intro LOL
21:29scoresabersucks: i mean
21:29scoresabersucks: outro
21:33scoresabersucks: this is the most true acc standard acc map
21:33scoresabersucks: stream is dying btw
#!/bin/bash
#################################################################################
# GitHub Actions Self-Hosted Runner Installation Script for Ubuntu LTS
#
# This script automates the installation and configuration of a GitHub Actions
# self-hosted runner on Ubuntu LTS systems. It must be run as root.
#
# Features:
# - Creates a dedicated 'github' user for running the service