Hellow2

web-v2


Dies ist ein CSS Framework wie Bootstrap nur in:

um das framework zu importieren reicht einfach das:

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://ln.topdf.de/web_framework/css/styles.css">
<script src="https://ln.topdf.de/web_framework/js/marked.min.js"></script>
<script type="module" src="https://ln.topdf.de/web_framework/js/index.js"></script>
    

und das direkt unter dem body

<script src="js/markdown.js"></script>

Beschreibung

Music-Kraken


GitHub PyPI

Installation

# Install it with
pip install music-kraken

# and simply run it like this:
music-kraken

Quick-Guide

Genre: First, the cli asks you to input a genre you want to download to. The options it gives you (if it gives you any) are all the folders you have in the music directory. You can also just input a new one.

What to download: After that it prompts you for a search. Here are a couple examples how you can search:

> #a <any artist>
searches for the artist <any artist>

> #a <any artist> #r <any releas>
searches for the release <album> <any release> by the artist <any artist>

> #r <any release> Me #t <any track>
searches for the track <any track> from the release <any relaese>

After searching with this syntax, it prompts you with multiple results. You can either choose one of those by inputing its id `int`, or you can search for a new query.

After you chose either an artist, a release group, a release, or a track by its id, download it by inputting the string `ok`. My downloader will download it automatically for you.

Linear Algebra


Der source code ist auf GitHub zu finden.

Hier kann man mehreren Sachen bezüglich des Themas lineare Algebra lernen. Bis jetzt implementiert sind:

Von allen implementierten Punkte können unendlich Beispiele mit Lösung implementiert werden. Viel Spaß :)

Beispiel eines Kreuzproduktes

HellowNeko-Blog


Ok, so I started this project because I just wanted more wholesome pictures of anime catgirls. That was in 2020, and I was in Lockdown (and bored) anyways, so I decided to make a bot and get a lot of pictures using web-scraping. That worked, but I thought „Well, I need a program I can view all this data in, otherwise it would be kind of pointless, wouldn´t it?“ Following this thought I scripted a little application using python, that can show me the pictures. But when my friends actually liked what I did there, they just didn't want to download a program all the time, I thought „Why not make a website that does the exact same stuff?“ Soooo but yea, it was like... an awful website. It´s not good, but take a look if you want.

A couple of months nothing happened, until a course from KIT brought me into web development. After I took the course I made this improved website and a rest api. I also added in general a tag system to my "database" containing 2k pictures, and I plan on moving the "database" from the .json file to a proper sql database.

In the March 2020, I started migrating to a proper SQL database. With it I made an legacy api with the database, with exactly the same Endpoint as the old API. Then I made some new Endpoints, wrote an Documentation, and patched the old Programs I still remember.

physik


Bei diesem Projekt, geht es darum, Schaltpläne von komplex verschachtelten Schaltungen von Widerständen zu zeichnen, und dann mit nur einer handvoll bzw. alle nötigen Werten (Widerstand, Spannung und Stromstärke), diese Werte für alle Widerstände und Teilwiderstände zu berechnen.

Genutzt habe ich dafür:

Der Source Code ist Open Source und auf GitHub zu finden, und ein Download zum Program kann man hier finden.

indexx


GitHub

Dies zeigt alle Websites an die index.html oder index.php im Ordner haben.

Erstelle eine Datei "readme.html" um eine Beschreibung hinzuzufügen. Geplant ist auch markdown support, das auch readme.md möglich ist. mein eigenes web-framework unterstützt markdown schon.

Dies sind meine Versuche für Portfoliowebsiten. Ich bin mit keiner wirklich zufrieden außer mit dieser. Diese hat sogar ein backend, welches automatisch mein Server nach neuen Projekten durchsucht und diese automatisch hinzufügt.

Bootstrap Portfolio backend Portfolio v2 Poerfolio v1

web framework


Der source code ist auf GitHub zu finden.

Dies ist ein CSS Framework wie Bootstrap nur in:

um das framework zu importieren reicht einfach das:

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://ln.topdf.de/web_framework/css/styles.css">
<script src="https://ln.topdf.de/web_framework/js/marked.min.js"></script>
<script type="module" src="https://ln.topdf.de/web_framework/js/index.js"></script>

Beschreibung

metal graph


Ich habe metal archives reversengeneered und eine Liste aller Bands mit zugehörigen Genren und ein paar anderen Metadaten heruntergeladen. Dann habe ich verbindungen zwischen Genre die gleichzeitig von Band gespielt werden gezogen und ein riesigen Graph erstellt, der alle Metal Genres beinhält.

chemie


Dies ist meine erste GFS der KS1. Eine Website die automatisch Reaktionsgleichungen einrichten kann. Ich nutze hierfür Stöchometrie und Lineare Gleichungssysteme die ich mit dem Gaußschen Eliminationsverfahren löße.

© Lars Noack