from typing import List, Set
class Stornov:
def __init__(self):
self.username: str = "stornov"
self.location: str = "Earth"
self.languages: List[str] = ["Russian", "English"]
self.expert_in: Set[str] = {"Python"}
self.exploring: Set[str] = {"C++", "Assembly", "JavaScript"}
def contact(self) -> str:
return "arsestordev@gmail.com"
# Status: Building efficient systems
Working from home
Pinned Loading
-
luna-ssg/luna-ssg.github.io
luna-ssg/luna-ssg.github.io Public🌙 A lightweight Python Static Site Generator with Liquid templates & CommonMark support. Fast, minimal, and GitHub Pages ready.
Python
-
microtonal-daw
microtonal-daw PublicA web-based digital audio workstation (DAW) for arranging and synthesizing music in Equal Divisions of the Octave (EDO) tuning systems. Built on React, Zustand, and Tone.js
JavaScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.