Skip to content

Instantly share code, notes, and snippets.

View katusk's full-sized avatar

Kristof Katus katusk

  • Budapest, Hungary
View GitHub Profile
@shadow-cs
shadow-cs / Items.targets
Last active November 18, 2021 09:43
MSBuild: Selecting first and last items in an ItemGroup
<Project DefaultTargets="Default">
<ItemGroup>
<Items Include="One;Two;Three;Four;Five" />
</ItemGroup>
<Target Name="Default">
<ItemGroup>
<Reversed Include="@(Items->Reverse())" />
</ItemGroup>
@bkaradzic
bkaradzic / orthodoxc++.md
Last active May 16, 2026 11:21
Orthodox C++

Orthodox C++

This article has been updated and is available here.