fliegendewurst.eu/index.html
FliegendeWurst ab8d4f7ece Favicon
2022-01-26 18:47:54 +01:00

41 lines
3.4 KiB
HTML

<!DOCTYPE html>
<title>FliegendeWurst's corner of the WWW</title>
<link rel="shortcut icon" href="favicon.ico">
Selection of my projects:
<ul>
<li> <a href="https://github.com/FliegendeWurst/KIT-ILIAS-downloader">KIT-ILIAS-downloader</a>, a tool to download files from the KIT's e-learning site </li>
<li> <a href="https://gitlab.com/arnekeller/yt-addiction-control">YT addiction control</a> (<a href="https://addons.mozilla.org/en-US/firefox/addon/youtube-addiction-control/">download</a>), Firefox extension to reduce Youtube's addiction potential by hiding video suggestions </li>
<li> <a href="https://git.scc.kit.edu/uskyk/kv">kv</a>, a small CLI tool / web app to create <a href="https://en.wikipedia.org/wiki/Karnaugh_map">KV diagrams</a> (<a href="https://studwww.informatik.kit.edu/~s_keller/kv/">try it online!</a>) </li>
<li> <a href="https://github.com/FliegendeWurst/telegram_notes_bot">telegram_notes_bot</a>, a Telegram bot to interact with a <a href="https://github.com/zadam/trilium">Trilium Notes</a> database (reminders, todos, etc.) </li>
<li> <a href="https://github.com/FliegendeWurst/ripgrep-all/tree/mail-adapter">mail adapter</a> for ripgrep-all, really convenient to search mails <i>and</i> their attachments </li>
<li> <a href="https://github.com/FliegendeWurst/naviki-gpx-download">Naviki GPX downloader</a>, to download all recorded tracks </li>
<li> <a href="https://github.com/FliegendeWurst/borg-homedir-excludes">borg-homedir-excludes</a>, a list of cache/trash directories that are not worth backing up </li>
<li> <a href="https://github.com/FliegendeWurst/mpv-ratings-based-shuffle">mpv-ratings-based-shuffle</a> (does what the name says) </li>
<li> <a href="https://github.com/FliegendeWurst/sysinfo">sysinfo</a>, just prints CPU usage + temperature and RAM usage </li>
<li> <a href="https://github.com/FliegendeWurst/v4l-save-image">v4l-save-image</a>, to test whether a webcam works </li>
<li> <a href="https://github.com/FliegendeWurst/tmux-thumbs">tmux-thumbs</a> modified to support multi-line regexes </li>
<li> <a href="https://gitlab.com/arnekeller/symlink-dupes">symlink-dupes</a>, creates symbolic links for equal files in a directory </li>
<li> <a href="https://gitlab.com/arnekeller/kwin-toggle-window">kwin-toggle-window</a>, toggle visibility of a specific window with a hotkey </li>
<li> <a href="https://gitlab.com/arnekeller/microsoft-ergonomic-keyboard">microsoft-ergonomic-keyboard</a>, a small kernel module to re-interpret one of the keys on my keyboard </li>
<li> Minecraft mods: <ul>
<li> <a href="https://github.com/FliegendeWurst/ServerTPS">ServerTPS</a>, displays server TPS estimate and client threads status </li>
<li> <a href="https://github.com/FliegendeWurst/AsyncLighting">AsyncLighting</a>, a hack to queue up re-light events (= more FPS) </li>
</ul>
</ul>
Old projects:
<ul>
<li> <a href="https://github.com/FliegendeWurst/bwinf.35.1">bwinf.35.1</a>, my solutions to a computer science contest </li>
</ul>
Other interesting bits:
<ul>
<li> PoC exploit of the recent polkit vulnerability: <a href="https://gist.github.com/FliegendeWurst/e1fab2d192d5adb504e71488ef199183">source</a> </li>
<li> Repairing the filesystem on a HDD used by my TV: <a href="https://gist.github.com/FliegendeWurst/6548c71a0f21a60183dbdd2bb7be16db">full guide</a> </li>
</ul>
Links: <a href="https://github.com/FliegendeWurst">Github profile</a>, <a href="https://gitlab.com/arnekeller">Gitlab profile</a>.