Thanks to visit codestin.com
Credit goes to gist.github.com

Skip to content

Instantly share code, notes, and snippets.

View tklein1801's full-sized avatar
:fishsticks:

Thorben tklein1801

:fishsticks:
View GitHub Profile
@tklein1801
tklein1801 / conventional-commits-cheatsheet.md
Created November 10, 2025 10:12 — forked from qoomon/conventional-commits-cheatsheet.md
Conventional Commits Cheatsheet
@tklein1801
tklein1801 / parqet-widget.js
Created July 27, 2024 19:41 — forked from andreasRedeker/parqet-widget.js
Parqet iOS Scriptable Widget
// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: teal; icon-glyph: chart-line;
// Script by Andreas Redeker <[email protected]>
let portfolioId;
const TIMEFRAME = {
'max': "seit Kauf",
'ytd': "seit Jahresbeginn",
'mtd': "seit Monatsbeginn",
@tklein1801
tklein1801 / README.md
Last active February 2, 2023 10:40
MacOS File Backup

MacOS File Backup

Installieren

  1. Repository clonen

    git clone [email protected]:t00707/macos-file-backup.git
@tklein1801
tklein1801 / setup.md
Created December 14, 2021 23:49
Apache2 multiple virtual hosts

How to add multiple virtual hosts to XAMPP/an Apache2 server.

  1. Add the missing records in your hosts-file Example:
    127.0.0.1 localhost
    127.0.0.1 api.localhost
    127.0.0.1 admin.localhost