Skip to content

Instantly share code, notes, and snippets.

View i-am-unknown-81514525's full-sized avatar

i-am-unknown-81514525

  • United Kingdom
  • 08:56 (UTC)
View GitHub Profile
{
"latest-preset": {
"theme": "seti",
"backgroundColor": "#ADB7C1",
"windowTheme": "none",
"windowControls": true,
"fontFamily": "Hack",
"fontSize": "11px",
"lineNumbers": true,
"firstLineNumber": 1,
@i-am-unknown-81514525
i-am-unknown-81514525 / signals.py
Created November 2, 2024 13:59
A single file which allow data communication through asyncio Future
"""
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
@i-am-unknown-81514525
i-am-unknown-81514525 / esoter.py
Last active February 25, 2024 22:30
Esoteric Number Generator
import math
import traceback
from typing import Callable
# Normal style
repr_1 = '-~(()<())'
num_repr = {
0: f'({repr_1}>>{repr_1})',
1: f'{repr_1}',
2: f'({repr_1}<<{repr_1})',
@i-am-unknown-81514525
i-am-unknown-81514525 / functions.ipynb
Last active October 23, 2023 20:56
Python tutorial on functions: Jupyter Notebook
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.