This commit is contained in:
Rapha149 2025-04-13 04:09:29 +02:00 committed by GitHub
commit 1e0f150696
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 313 additions and 0 deletions

View file

@ -400,6 +400,10 @@ tools:
description: >-
Konvertiere Zahlen zwischen verschiedenen Basen (Dezimal, Hexadezimal,
Binär, Oktal, Base64, ...).
floating-point-converter:
title: Konverter für Fließkommazahlen
description: >-
Konvertiere eine Dezimalzahl in eine IEEE-754 binäre Fließkommazahl oder umgekehrt.
yaml-to-json-converter:
title: YAML zu JSON
description: Konvertiere YAML einfach in JSON mit diesem Live-Online-Konverter.

View file

@ -345,6 +345,10 @@ tools:
title: Integer base converter
description: Convert a number between different bases (decimal, hexadecimal, binary, octal, base64, ...)
floating-point-converter:
title: Floating point number converter
description: Convert a decimal number to a IEEE 754 binary floating point number or vice versa.
yaml-to-json-converter:
title: YAML to JSON converter
description: Simply convert YAML to JSON with this online live converter.