Skip to content

Instantly share code, notes, and snippets.

View Speykious's full-sized avatar
☝️
Make Invalid States Unrepresentable

Speykious Speykious

☝️
Make Invalid States Unrepresentable
View GitHub Profile
@Speykious
Speykious / bash-colors.md
Created April 30, 2021 11:21 — forked from Prakasaka/bash-colors.md
The entire table of ANSI color codes.

Regular Colors

Value Color
\e[0;30m Black
\e[0;31m Red
\e[0;32m Green
\e[0;33m Yellow
\e[0;34m Blue
\e[0;35m Purple
@Speykious
Speykious / CircleMutualAttraction
Created June 27, 2017 12:46
This is an example for the library Fisica for Processing in Python.
# Example created by Speykious
add_library('fisica')
world = FWorld()
def setup():
size(1000, 600)
smooth()
frameRate(60)
Fisica.init(this)