Add some projects
This commit is contained in:
parent
6695f9b1c2
commit
179588c66c
2 changed files with 49 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
47
src/projects/index.md
Normal file
47
src/projects/index.md
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue