About
Hello, I am Pho Thin Maung , a programming enthusiast. These pages are just notes I have written down from what I have learned.
Reach me on:
Notes
Projects
Dependensia
Dependensia is a dependency analysis engine that traverses TypeScript and JavaScript codebases to produce comprehensive dependency graphs. It uses the TypeScript compiler API to parse source files and extract import/require relationships, then applies graph algorithms to detect patterns and generate actionable insights.
Thetkarit
A dual-implementation library (TypeScript/JavaScript and C++) for Burmese calendar calculations and astronomical studies. The library focuses on historical accuracy through exception tables and implements astronomical algorithms based on the work of Dr. Yan Naing Aye for Burmese calendar calculations and Jean Meeus for celestial mechanics.
Showdown-Mathjax
Showdown-mathjax is a JavaScript extension for the Showdown markdown parser that provides mathematical typesetting capabilities via MathJax 3. The extension allows users to write mathematical expressions in TeX/LaTeX syntax (using $$ delimiters) or MathML format within Markdown documents, which are then rendered as formatted mathematics in the browser.
Msmark
Msmark is a tiny, zero-dependency Markdown parser that converts a subset of Markdown into simple, lightweight HTML. It supports headings, paragraphs, lists, code blocks (with optional highlighting), as, imgs (including reference-style definitions), tables, blockquotes and common inline formatting.