My projects (incomplete)

Go back to main page

Introduction

This page is an attempt to document all my projects that are worth mentioning. They are divided into active and inactive, where the diference is probability that I will work on them in the near future. Effectively all projects that can be found on my GitHub can be randomly picked and further developed.

Table of contents

Active

History

Started inURL
2022-09-12GitHub
Repository that agregates programmings history in machine readable form. Mostly used as a reason for author to look at developement of programming languages.

IMDb personal ratings data exploration

Started inURL
2021-07-06GitHub
Create stats and graphics about your ratings in IMDb.

Musique

Started inURL
2022-03-05https://musique.students.wmi.amu.edu.pl/
Programming language designed for algorytmic music composition.

Personal website

Started inURL
2020-06-19https://bendun.cc
Personal website, probably you are reading it now

Inactive

MSG - Mangpage(like) static Site Generator

Started inURL
2022-11-09GitHub
Site generator from TROFF-like files to manpage-like sites. As of used to create main page on my personal website.

NLP dmenu

Started inURL
2022-01-25GitHub
dmenu (written in C) mixed with C++, Python and LISP to create something that reseambles personal asistant with natural language prompt.

Stacky

Started inURL
2021-08-14GitHub
Concatenative, compiled programming language inspired by Porth Example code that prints current date and time:
"io"   import
"time" import

"Date is " puts
now  # returns seconds in Unix time
date # returns year, month, day, hours, minutes
     putu "-" puts
  2 aputu "-" puts
  2 aputu " " puts
  2 aputu ":" puts
  2 aputu nl