Skip to content

Instantly share code, notes, and snippets.

View emptyacies's full-sized avatar
kill meeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

emptyacies emptyacies

kill meeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
  • Unify
  • nowhere
  • 06:13 (UTC +03:00)
View GitHub Profile
@harrytallbelt
harrytallbelt / matrix.js
Created October 25, 2017 18:24
A satisfying Matrix effect with Node.JS.
const LINE_WIDTH = 80 // 150
const CONTINUATION_PROBABILITY = 0.9
const FRAMERATE = 100
console.log('\x1b[32m') // green text
console.log('\x1b[40m') // black bg
let line = []
for (let i = 0; i < LINE_WIDTH / 2; ++i) {
line.push(false)
@EvieePy
EvieePy / error_handler.py
Last active July 7, 2025 05:48
Simple Error Handling for Prefix and App commands - discord.py
import logging
import discord
from discord import app_commands
from discord.ext import commands
LOGGER: logging.Logger = logging.getLogger(__name__)
@xPaw
xPaw / README.md
Last active September 16, 2024 23:57
Counter-Strike local server practice config