From 179588c66cfb2c09ad373ec52a59377bdd85a265 Mon Sep 17 00:00:00 2001 From: dadada Date: Sun, 13 Dec 2020 21:49:58 +0100 Subject: [PATCH] Add some projects --- src/index.md | 5 ++--- src/projects/index.md | 47 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 3 deletions(-) create mode 100644 src/projects/index.md diff --git a/src/index.md b/src/index.md index 0c5932b..1d05ed4 100644 --- a/src/index.md +++ b/src/index.md @@ -2,14 +2,13 @@ **Welcome to my personal homepage ;-)** -## About +## About this page This page is plain old boring HTML and does not have much content. It is created with Markdown, Pandoc and Nix, because I thought it might be fun and it was. Unfortunatly, there is no guestbook. ## Contents - [Blog](blog/) -- [Reading List](reading-list/) +- [Projects](projects/) - [Talks](talks/) - [Social](https://chaos.social/@dadada) - diff --git a/src/projects/index.md b/src/projects/index.md new file mode 100644 index 0000000..c98b3c5 --- /dev/null +++ b/src/projects/index.md @@ -0,0 +1,47 @@ +# Projects + +See also my [GitHub](https://github.com/dadada) and [Gitlab](https://gitlab.com/dadada_). + +## Contributions + +- [nixpkgs](https://github.com/NixOS/nixpkgs) + Nix Packages collection +- [nixos-hardware](https://github.com/NixOS/nixpkgs) + A collection of NixOS modules covering hardware quirks. +- [RecipeMD](https://github.com/tstehr/RecipeMD) + Markdown recipe format and cli tool + +## Educational + +- [ns-3-leo](https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo) + Low earth orbit satellite topology simulation for ns-3 +- [Bob](https://github.com/dadada/Bob) +- [Recipes](https://github.com/dadada/recipes) + Collection of recipes +- [Bachelor Thesis](https://github.com/dadada/bachelor-thesis) + Evaluating transient node failures with FIT IoT-Lab +- [netcalc](https://github.com/dadada/netcalc) + A very simple network calculator. + +## Recreational + +- [UuidGen](https://gitlab.com/dadada_/uuidgen) + Android UUID Generator with history and clipboard support +- [mailbox2matrix](https://github.com/dadada/mailbox2matrix) + Mailbox to Matrix bot +- [inbox2matrix](https://github.com/dadada/inbox2matrix) + Very hacky IMAP to Matrix bot +- [portfs](https://github.com/dadada/portf) + TCP port file system, not really a file system +- [vim-edge-n-scratch](https://github.com/dadada/vim-edge-n-scratch) + Vim with etching and sketching + +## "Professional" + +- [abgabesystem](https://github.com/dadada/abgabesystem) + Python module and CI scripts for managing student homework in gitlab + +## Configs and scripts + +- [nixpkgs config](https://github.com/dadada/nix-config) + Configuration for Nix Packages