Pinned Repositories
peclasses
Fast minimalistic library for Portable Executable format parsing + ctypes structures in dataclass style
astro
N-body simulation program, written in euphoria programming language
async-tkinter-loop
Asynchronous mainloop implementation for tkinter. Makes it possible to use async functions as event handlers and widget commands.
bigfoot
Reverse engineered old BigFoot screenmate. Leaves a chain of footprints on your screen from time to time.
dos_rescue
A library which helps to run old Euphoria 3.* programs with DOS graphics on Windows using Euphoria 4.*.
dos_rescue_crossplatform
Revived bitbucket.org/mattlewis/dos_rescue repository (thanks to https://bitbucket-archive.softwareheritage.org)
effbot-tkinterbook-archive
An archive of TkinterBook from the effbot.org site
kingdomofgrain
An attempt to reimplement in Python "The Grain Kingdom" game from the ZX Spectrum era (1992) with arts from the original game
tkinter-layout-helpers
A library which is intended to simplify a placement of widgets with .grid() and .pack() methods
pymorphy2
Morphological analyzer / inflection engine for Russian and Ukrainian languages. Fork of https://github.com/pymorphy2/pymorphy2
insolor's Repositories
insolor/async-tkinter-loop
Asynchronous mainloop implementation for tkinter. Makes it possible to use async functions as event handlers and widget commands.
insolor/tkinter-layout-helpers
A library which is intended to simplify a placement of widgets with .grid() and .pack() methods
insolor/kingdomofgrain
An attempt to reimplement in Python "The Grain Kingdom" game from the ZX Spectrum era (1992) with arts from the original game
insolor/dos_rescue
A library which helps to run old Euphoria 3.* programs with DOS graphics on Windows using Euphoria 4.*.
insolor/astro
N-body simulation program, written in euphoria programming language
insolor/fasmw_includes
Flat assembler Windows includes with names in lower case (to compile things from Linux)
insolor/fastapi_service
Some experiments with FastAPI + PyJWT + SQLAlchemy + Docker
insolor/zig-collections
Implementation of some useful data structures in Zig. Inspired by Python's collections module.
insolor/game-of-life
Conway's Game of Life implementation in Python with an infinite field (online demo available thanks to pyxel)
insolor/my-github-orgs
Streamlit dashboard to simplify navigation between repositories of several github organizations
insolor/aoc2024.zig
Advent of Code 2024 in zig
insolor/better-ctypes
insolor/ctyped
Build ctypes interfaces for shared libraries with type hinting
insolor/df-releases-analytics
Dwarf Fortress releases analytics
insolor/fastapi-admin-project
Some experiments with fastapi-admin
insolor/flask-appbuilder-project
An experimental project based on Flask-AppBuilder
insolor/game-of-life.zig
WIP: Game of life with infinite (sparse) field implemented in zig
insolor/guessing_game
insolor/insolor
Info about me for my github profile
insolor/insolor.github.io
Заготовка домашней страницы
insolor/insolor.github.io-old
Заготовка домашней страницы
insolor/links
My links
insolor/megamock
The developer experience (DevX) upgrade for Python mocking
insolor/nemo_actions
Some useful action configs for the Nemo file manager
insolor/pymorphy3
Morphological analyzer / inflection engine for Russian and Ukrainian languages.
insolor/spa-demo
Demo web application for https://stepik.org/course/82067 course
insolor/streamlit-awesome-table
Table with many features for Streamlit. This component use Bootstrap and FontAwesome.
insolor/streamlit-gettext
A Streamlit extension for easy localization of your apps (work in progress)
insolor/test-github-actions
Some experiments with python + poetry + github actions
insolor/turmite
A turmite machine implementation in Euphoria. Needs dos_rescue module to work.