Skip to content

Instantly share code, notes, and snippets.

View spaun's full-sized avatar

Andrey Utkin spaun

  • Russian Federation
View GitHub Profile
@ivanfioravanti
ivanfioravanti / asteroids.py
Created December 25, 2024 19:06
Asteroids with DeepSeek V3 chat.
import pygame
import random
import math
import os
# Initialize Pygame
pygame.init()
# Screen dimensions
WIDTH, HEIGHT = 800, 600
@TrillCyborg
TrillCyborg / mastodon-docker-setup.md
Last active July 23, 2025 11:08
Mastodon Docker Setup

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

@joaopizani
joaopizani / .screenrc
Created May 17, 2012 11:55
A killer GNU Screen Config
# the following two lines give a two-line status, with the current window highlighted
hardstatus alwayslastline
hardstatus string '%{= kG}[%{G}%H%? %1`%?%{g}][%= %{= kw}%-w%{+b yk} %n*%t%?(%u)%? %{-}%+w %=%{g}][%{B}%m/%d %{W}%C%A%{g}]'
# huge scrollback buffer
defscrollback 5000
# no welcome message
startup_message off