Skip to content

Instantly share code, notes, and snippets.

View Cube707's full-sized avatar

Jan Wille Cube707

View GitHub Profile
@panoply
panoply / equal-width.md
Last active May 3, 2024 14:27
2 column full width table for github markdown

Equal widths

Github markdown full-width 2 column table.

@patmigliaccio
patmigliaccio / install-git.bat
Last active November 10, 2023 23:57
Quick install Git for Windows with batch script. Include the git*.exe install executable in the same directory as this script.
:: Copyright (C): 2017 Pat Migliaccio
:: pat@patmigliaccio.com
::
:: LICENSE: MIT
::
:: File: install-git.bat
::
:: Batch file for a quick install of Git for Windows
:: Include the git*.exe install executable
:: in the same directory as this script.