Skip to content

Instantly share code, notes, and snippets.

param(
$Alive = 'O',
$Dead = ' ',
$SleepInSeconds = .5
)
<#
Conway's Game of Life
The classic cellular automata simulation. Press Ctrl-C to stop.
More info at: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
@davidfowl
davidfowl / .NET6Migration.md
Last active November 18, 2025 22:14
.NET 6 ASP.NET Core Migration