Skip to content

Instantly share code, notes, and snippets.

View ulrischa's full-sized avatar

ulrischa ulrischa

View GitHub Profile
@ulrischa
ulrischa / archive_bookmarklet.js
Created November 2, 2023 16:07
Archive Bookmarklet
javascript:void(open('https://archive.is/?url=%27+location.href));
@ulrischa
ulrischa / Webserver.ps1
Created December 21, 2023 19:49
Powershell Webserver
# Einfacher PowerShell Webserver
$listener = New-Object System.Net.HttpListener
$listener.Prefixes.Add("http://+:8000/") # Port 8000
$listener.Start()
Write-Host "Listening on port 8000..."
while ($listener.IsListening) {
$context = $listener.GetContext()
$response = $context.Response
@ulrischa
ulrischa / testjson.json
Created January 24, 2024 20:49
testjson.json
[
{
"name": "Alice",
"message": "Congratulations on your retirement! Wishing you a journey of happiness and adventure in the years ahead."
},
{
"name": "Bob",
"message": "Happy Retirement! It's time to enjoy your life to the fullest. Thank you for your years of hard work and dedication."
},
{
@ulrischa
ulrischa / sharer-urls.md
Created April 9, 2024 17:57 — forked from tZilTM/sharer-urls.md
Sharer (share) URLs (links) for sharing on LinkedIn, Twitter, Pinterest, Reddit and Facebook (2020-02-02)