Skip to content

Instantly share code, notes, and snippets.

View haaami01's full-sized avatar
💭
I learn

G. Szabi #Luckylukee haaami01

💭
I learn
View GitHub Profile
@haaami01
haaami01 / mdx_math.py
Created November 23, 2023 21:04 — forked from waylan/mdx_math.py
Math extension for Python-Markdown
#!/usr/bin/env python
"""
Math extension for Python-Markdown
Copied from http://freewisdom.org/projects/python-markdown/mdx_math for preservation.
The following description was attached by the author:
> This is a quick and dirty implementation of allowing <math> LaTeX </math> to do
@haaami01
haaami01 / sources.list
Created November 21, 2023 15:02 — forked from rohitrawat/sources.list
Ubuntu 16.04 Xenial default /etc/apt/sources.list
#deb cdrom:[Ubuntu 16.04.2 LTS _Xenial Xerus_ - Release amd64 (20170215.2)]/ xenial main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://us.archive.ubuntu.com/ubuntu/ xenial main restricted
# deb-src http://us.archive.ubuntu.com/ubuntu/ xenial main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ xenial-updates main restricted