Filter By
Displaying results 1 - 6 of 6 (Page 1 of 1)
|
By:
|
391,403 downloads
|
Last Updated: 4/5/2022
|
Latest Version: 2.0.3
Join-Object LINQ Edition. Join data from two sets of objects based on a common value. Aims to provide the exact functionality of https://github.com/RamblingCookieMonster/PowerShell/blob/master/Join-Object.ps1 with much better performance. Initial testing shows at last 100 times faster. More info at https://github.com/ili101/Join-Object/blob/m... More info |
|
By:
|
8,653 downloads
|
Last Updated: 11/4/2021
|
Latest Version: 1.0.0
LINQ functions for PowerShell. |
|
By:
|
4,186 downloads
|
Last Updated: 1/26/2016
|
Latest Version: 4.0
Adds LINQ-like extension methods to arrays in PowerShell and functions for easily converting objects to dictionaries and sets. |
|
By:
|
2,375 downloads
|
Last Updated: 12/19/2021
|
Latest Version: 1.1.0
Show a C# representation of what the PowerShell compiler generates for a ScriptBlock. |
|
By:
|
1,421 downloads
|
Last Updated: 9/13/2025
|
Latest Version: 3.1.0
A simple module that provides functions to manipulate, search, and create Arrays, Collections, Lists, and Sets. |
|
By:
|
38 downloads
|
Last Updated: 4/12/2026
|
Latest Version: 1.0.8
JIT friendly source generated LinqLinker struct (and convenience typeless static class) for invocation of Enumerable methods; structured to encourage inlining and fully supports method chain syntax -- just make sure to include type parameters for the results of functions for things like Select IE: Select[string] |