Pinned Repositories
codejam
Solutions to problems of Code Jam 2021 and earlier
cutil
C containers and miscellaneous utility
DiscriminatedOnions
A stinky but tasty hack to emulate F#-like discriminated unions in C#
EnumSet
Immutable, efficient, small, equatable IReadOnlySet for C# enums
fluentassertions
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, as well as .NET Core 2.1, .NET Core 3.0, .NET 6, .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.
fsharp-game-experiment
A simple 2D game template based on classical mechanics
kernel
My ongoing experimentation on operating system internals, aiming at providing a kernel to the FreeDOS-32 project.
LargeXlsx
A .net library to write large Excel files in XLSX format with low memory consumption using streamed write.
ScatterGather
.NET library to implement the scatter-gather pattern using a database to store distributed progress state
SlangOfTheDay
Toy application to look up the meaning of slang expressions
salvois's Repositories
salvois/LargeXlsx
A .net library to write large Excel files in XLSX format with low memory consumption using streamed write.
salvois/codejam
Solutions to problems of Code Jam 2021 and earlier
salvois/kernel
My ongoing experimentation on operating system internals, aiming at providing a kernel to the FreeDOS-32 project.
salvois/DiscriminatedOnions
A stinky but tasty hack to emulate F#-like discriminated unions in C#
salvois/ScatterGather
.NET library to implement the scatter-gather pattern using a database to store distributed progress state
salvois/SlangOfTheDay
Toy application to look up the meaning of slang expressions
salvois/cutil
C containers and miscellaneous utility
salvois/EnumSet
Immutable, efficient, small, equatable IReadOnlySet for C# enums
salvois/fsharp-game-experiment
A simple 2D game template based on classical mechanics
salvois/fluentassertions
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, as well as .NET Core 2.1, .NET Core 3.0, .NET 6, .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.
salvois/sharpcompress
SharpCompress is a fully managed C# library to deal with many compression types and formats.