Skip to content

Instantly share code, notes, and snippets.

View ermshiperete's full-sized avatar

Eberhard Beilharz ermshiperete

View GitHub Profile
Shellcheck bug
@ermshiperete
ermshiperete / .gitignore
Last active December 9, 2022 10:58
Repro project for Nunit3TestAdapter #1040
.idea/
bin/
obj/
*DotSettings.user
@ermshiperete
ermshiperete / Gottesdienst.yml
Last active March 29, 2024 16:07
Gottesdienste
2024-03-31:
name: Ostergottesdienst
artist: Pfr. Jens Brakensiek
2024-04-14:
artist: Superintendent Peter-Thomas Stuberg
2024-04-28:
name: eXtrakt-JuGo
announce: Extrakt-Jugendgottesdienst
2024-06-09:
artist: Pfr. Rainer Heuschneider
@ermshiperete
ermshiperete / SimpleHTTPServerWithUpload.py
Created January 1, 2022 15:53 — forked from touilleMan/SimpleHTTPServerWithUpload.py
Simple Python Http Server with Upload - Python3 version
#!/usr/bin/env python3
"""Simple HTTP Server With Upload.
This module builds on BaseHTTPServer by implementing the standard GET
and HEAD requests in a fairly straightforward manner.
see: https://gist.github.com/UniIsland/3346170
"""
#!/bin/bash -e
# Submit a change for review
# Allow single-arg options to be passed to push -- principally -n
OPTIONS=()
while [[ "$1" == -* ]]
do
OPTIONS+=("$1")
shift
@ermshiperete
ermshiperete / .gitignore
Last active November 24, 2020 16:43
PR998 test app
.idea/
bin/
obj/

Investigating why building with .NET 5 builds a x86 executable instead of AnyCPU (as net461 did)

@ermshiperete
ermshiperete / .gitignore
Last active December 11, 2019 09:04
ConsoleApplication3
.vs/
bin/
obj/
Debug/
Release/
*.user
*.ilk
*.pdb
@ermshiperete
ermshiperete / .gitattributes
Last active December 9, 2019 15:19
ConsoleApplication2
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto
###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
@ermshiperete
ermshiperete / .gitignore
Last active December 9, 2019 09:59
ConsoleApplication1
.vs/
bin/
obj/
Debug/
Release/
*.user