jasonboyd
-
- 171,987 total downloads
- last updated 6/14/2026
- Latest version: 4.0.0
A collection that supports thread-safe append-only writes and lock-free random access reads. -
-
- 17,594 total downloads
- last updated 12/3/2016
- Latest version: 2.1.1
Treenumerable is a general purpose library for enumerating, traversing and querying just about any tree. -
-
- 8,228 total downloads
- last updated 11/13/2015
- Latest version: 2.1.0
Treenumerable.VisualTree.WPF is a general purpose library for enumerating, traversing and querying WPF's visual tree. -
-
- 6,239 total downloads
- last updated 11/13/2015
- Latest version: 2.1.0
Treenumerable.VisualTree.Silverlight is a general purpose library for enumerating, traversing and querying Silverlight's visual tree. -
-
- 2,756 total downloads
- last updated 9/19/2018
- Latest version: 0.3.0-alpha (prerelease)
Data Transfer Objects (DTOs) for the BoomiSharp client. -
BoomiSharp
by: jasonboyd- 2,700 total downloads
- last updated 9/19/2018
- Latest version: 0.3.0-alpha (prerelease)
C# client for Boomi API. -
- 2,497 total downloads
- last updated 9/19/2018
- Latest version: 0.3.0-alpha (prerelease)
Query helpers for the BoomiSharp client. -
- 449 total downloads
- last updated 9/9/2026
- Latest version: 0.3.0-alpha.2 (prerelease)
Declarative 2D spatial decomposition for spreadsheet-shaped data. Describe the shape of a sheet once — a header, a table, repeating blocks, a section under a caption — and Unrect decomposes the grid along that... More information -
- 416 total downloads
- last updated 9/9/2026
- Latest version: 0.3.0-alpha.2 (prerelease)
The file-format adapters for Unrect. Reads spreadsheet files — .xls and .xlsx today — and presents each sheet as an Unrect space, so a declared projection can be applied to a real workbook. Blankness is decided... More information -
Aocl.
by: jasonboydAsync - 141 total downloads
- last updated 6/14/2026
- Latest version: 1.0.0
Async streaming (IAsyncEnumerable) extensions for Aocl's AppendOnlyList. Adds ReadAllAsync to follow an append-only list as it grows, with no polling. -
- 133 total downloads
- last updated 6/14/2026
- Latest version: 1.0.0
Reactive (System.Reactive) extensions for Aocl's AppendOnlyList. Adds ToObservable to expose an append-only list as an IObservable that emits elements as they are appended, with no polling.