An open API service aggregating public data about GitHub Sponsors.

thelandfill

View JSON Representation

Funding Links: https://github.com/sponsors/TheLandfill

GitHub Sponsors Profile

Who are you?
I'm currently an undergrad student about to graduate with degrees in Physics, CS, and Math with a minor in high performance computing. Although I can code in many languages, I specialize in C++, C, and python. Your sponsorship will help me make some high quality software.
What projects are you working on?
My greatest software accomplishment is the mdxx static site compiler, which is currently in an alpha state (i.e. it works on my computers (which are running Linux Mint, Windows 10, and Arch), but I need to implement several important features, set it up so that it's easy to distribute, and I need to write the tutorial on how to use it). Furthermore, I designed and wrote a large part of the tuacm.com website with help from Nikita Zdvijkov. My other large project, cpp_cli, is currently not a focus and contains some outdated documentation as I was still learning to write C++ at the time, though I might fix it up as I make more progress in mdxx.
What else do you do?
When I'm not coding, I often write articles or make videos of various STEM topics, which you can find listed on my website. I intend to get a graduate degree in physics after a gap year or two, so most of my time will be spent writing code and producing educational content.

Featured Works

TheLandfill/mdxx

A static site compiler that can be extended with c++ (and eventually python if you want it to be slow) plugins.

Language: C++ - Stars: 1
TheLandfill/cpp_cli

This repository consists of a library designed to make parsing command line arguments for c++ easy and efficient and a few simple programs showing you how it works. **Made some major updates in how…

Language: C++ - Stars: 11