Skip to content

Instantly share code, notes, and snippets.

Avatar
🌊
Vibing

Kainoa Kanter ThatOneCalculator

🌊
Vibing
View GitHub Profile
@sawaYch
sawaYch / Determination.txt
Last active August 22, 2022 22:59
+ You are filled with Determination +
View Determination.txt
┏━━━━━━━━━┓
┃ ┃
┃ ❤️ ┃
┗━━━━━━━━━┛
@aqua-lzma
aqua-lzma / owoify.js
Last active January 2, 2023 18:36
OwO'ify discowd hehe makes it vewy funny :3 (Check comments for usage)
View owoify.js
(function () {
// OwO whats this vewsion 6.9.?c ~ :3
// I h-hope you l-like it...
let stutterChance = 0.1
let prefixChance = 0.05
let suffixChance = 0.15
let words = {
love: 'wuv',
mr: 'mistuh',
@MPThLee
MPThLee / enableDiscordExperiments.js
Last active June 4, 2023 01:16
This code doesn't work anymore. I just decided to remove this code. You can check working code on comments.
View enableDiscordExperiments.js
/**
* !!!! This code doesn't work anymore !!!!
*
* - You can check working code on comments. I won't update this code anymore.
*
* Also, I just decided to remove this code. You can check revisions for old code.
* Since this code was made for discord client that almost 5 years ago, It seems like doesn't work anymore.
* I don't want people keep arguing in the comments, i decided to remove this code.
*
* Note: This code is now fulfilled with Javascript comments. This code won't work even if you pasted to console. doesn't do anything.
@TrillCyborg
TrillCyborg / mastodon-docker-setup.md
Last active April 3, 2023 19:42
Mastodon Docker Setup
View mastodon-docker-setup.md

Mastodon Docker Setup

Setting up

Clone Mastodon's repository.

# Clone mastodon to ~/live directory
git clone https://github.com/tootsuite/mastodon.git live
# Change directory to ~/live

cd ~/live