Skip to content

Instantly share code, notes, and snippets.

BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:CCS HS Baseball
X-WR-TIMEZONE:America/Chicago
X-WR-CALDESC:
BEGIN:VEVENT
DTSTART:20200307T003000Z
@sco-tt
sco-tt / java-mincraft-commands
Last active November 8, 2023 01:01
Minecraft Commands for Java 1.19.3
# see https://beebom.com/useful-best-minecraft-commands/
#
# Minecraft java version 1.19.3 - 1.21.x
# Syntax: <some-text> indicates text that will be replaced (brackets included)
# Example:
# /teleport <player-to-be-teleported> @s
# If the player to be teleported was named ArnoldSchoenberg, then the final command would be:
# /teleport ArnoldSchoenberg @s
# Summon a flying pig
@sco-tt
sco-tt / abc.md
Last active July 19, 2025 01:15
Fixing Always Be Creating

CSS Fixes

/* Dont show mobile hamburgermenu when desktop menu is displayed */
@media screen and (min-width: 866px) {
    .mobile-menu-btn {
        display: none !important;
    }
}
/* Properly positiion toggle caret; adjust as needed */