Skip to content

Instantly share code, notes, and snippets.

View Paulius-Maruska's full-sized avatar

Paulius Maruška Paulius-Maruska

  • Vilnius, Lithuania
View GitHub Profile
@jensens
jensens / pyproject.toml
Created November 29, 2018 10:34
Plone style Black and Isort cfg
[tool.black]
line-length = 79
# skip-string-normalization = true
@elazarg
elazarg / find_isolated_functions.py
Last active October 22, 2016 13:41
A small script that warns about functions that are not called from within the code
#!/usr/bin/python3
from contextlib import contextmanager
from ast import NodeVisitor
import ast
import sys
import glob
class Flags:
include_strings = True
@XVilka
XVilka / TrueColour.md
Last active September 10, 2025 20:12
True Colour (16 million colours) support in various terminal applications and terminals

THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.

PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!