-
NDA
- Russia, Saint Petersburg
-
04:05
(UTC +03:00) - https://seigtm.github.io
- in/seigtm
- https://t.me/seigtm
Highlights
-
oh-my-posh-pure-code Public template
Minimal Oh My Posh theme for clean Git-aware PowerShell prompts.
UpdatedMay 9, 2026 -
rustore-downloader Public
Forked from kolya00736/rustore-downloaderDownload apps directly from the RuStore
JavaScript UpdatedFeb 4, 2026 -
shiki-rating-userscript Public
Forked from ImoutoChan/shiki-rating-userscriptRating from shiki users for shikimori.org
JavaScript MIT License UpdatedJan 31, 2026 -
tiktok-copy-kktiktok-link Public template
Tampermonkey userscript to copy kktiktok.com links from TikTok Web
JavaScript MIT License UpdatedJan 15, 2026 -
-
perfetto Public
Forked from google/perfettoProduction-grade client-side tracing, profiling, and analysis for complex software systems.
C++ Apache License 2.0 UpdatedOct 6, 2025 -
seigtm.github.io Public
My personal portfolio website.
-
spbpu Public
Все домашние задания, курсовые, учебные материалы, лабораторные работы, собранные за всё время обучения в СПбПУ, ИКНК (бывший ИКНТ), ВШПИ.
-
seigtm Public
My github profile README.md
-
imdb-db Public archive
PostgreSQL JSONB performance analysis using IMDB dataset. Includes data parsing from actors.list.txt, JSONB query examples, access time measurements across the 2KB TOAST threshold, and update impac…
Python UpdatedMar 18, 2025 -
pyopengl-particle-system Public archive
Python-based OpenGL application that demonstrates a particle system simulation with a cylindrical emitter, particle trails, and plane attractor interaction.
Python UpdatedMar 12, 2025 -
java-learn Public archive
Yet another collection of practical Java programming tasks.
Groovy UpdatedMar 10, 2025 -
-
pyopengl-materials-lighting Public archive
Python-based OpenGL application that demonstrates material properties, lighting, and texture mapping using 3D primitives
Python UpdatedFeb 23, 2025 -
pyopengl-primitives-animation Public archive
Python-based OpenGL application demonstrating 3D primitive animations
Python UpdatedFeb 12, 2025 -
pycom Public archive
Windows Component Object Model (COM) Python 2 and Python 3 interoperability demo.
Python UpdatedFeb 4, 2025 -
db-spbpu-control-work Public archive
Control work for "Databases" course at Saint Petersburg Polytechnic University, featuring solutions in relational algebra, relational calculus, and SQL queries.
6 UpdatedNov 21, 2024 -
profit_calculator Public archive
A C++ implementation for calculating profits based on order quantities and demand levels, including profit matrix creation and optimal order determination.
C++ MIT License UpdatedSep 23, 2024 -
decision_making_criterion Public archive
A C++ implementation of decision-making criterion for profit matrices, including Minimax, Savage, and Hurwicz methods.
C++ MIT License UpdatedSep 23, 2024 -
java-spbpu-coursework Public archive
Java-based graphical application developed as part of a coursework project.
-
java-spbpu-homework Public archive
A collection of practical Java programming tasks focused on design patterns, custom annotations, a translator program, and Stream API exercises. These tasks enhance understanding of core Java conce…
-
obsidian-border-preset Public template
My Obsidian preset for "Style Settings" community plugin based on "Boundary" preset of "Border" theme.
UpdatedJun 25, 2024 -
meov Public
Minimalistic Easy Object Viewer: lightweight, fast and easy-to-use 3D object viewer
-
pyposture Public archive
Course work code for my university's (SPbPU) course "Computer Architecture".
-
mathmod-spbpu-homework Public archive
Labs on Mathematical Modeling taught at Saint Petersburg Polytechnic University. Python 🐍
Python UpdatedApr 9, 2024 -
oop-spbpu-homework Public archive
This repository contains laboratory assignments on C++ language related to the course "Object-Oriented Programming" taught at Saint Petersburg Polytechnic University. STL, MFC 🥸
-
bmp Public archive
Laboratory assignment related to handling BMP images using C++ 🖼️
C++ UpdatedMar 17, 2024 -
vhdl_dp32_insertion_sort Public archive
VHDL source code implementing the insertion sort algorithm on a DP32.
VHDL UpdatedMar 10, 2024 -
simd Public archive
This repository contains sample code demonstrating the usage of MMX, SSE, SSE2, and AVX instructions in C++🤹🏻♂️
C++ UpdatedMar 7, 2024 -
BMP-24bit-Monochromizer Public archive
Refactored sample code from my university's (SPbPU) course "Computer Architecture" for the first laboratory assignment: BMP Converter.