Skip to content

Instantly share code, notes, and snippets.

View SebastianSchuetze's full-sized avatar
🎈
Focusing

Sebastian Schütze SebastianSchuetze

🎈
Focusing
View GitHub Profile
@pesterhazy
pesterhazy / mit-kindern-in-berlin.md
Last active April 6, 2024 09:52
Mit kleinen Kindern in Berlin / Berlin with kids
@PurpleBooth
PurpleBooth / README-Template.md
Last active May 3, 2024 18:53
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@9to5IT
9to5IT / Script_Template.ps1
Last active April 9, 2024 14:01
PowerShell: Script Template
#requires -version 2
<#
.SYNOPSIS
<Overview of script>
.DESCRIPTION
<Brief description of script>
.PARAMETER <Parameter_Name>
<Brief description of parameter input required. Repeat this attribute if required>