horker
By:
|
4,771 downloads
|
Last Updated: 7/25/2018
|
Latest Version: 0.1.1
PowerShell Math and Statistics Library is a collection of math and statistics classes and cmdlets for PowerShell. It is built on top of Accord.NET (http://accord-framework.net/). This is a work in progress, but already usable for many use cases. For more details, see https://github.com/horker/psmath |
By:
|
1,961 downloads
|
Last Updated: 8/15/2019
|
Latest Version: 2.0.1
PowerShell module for OxyPlot. For more details, see https://github.com/horker/oxyplotcli2 |
By:
|
1,770 downloads
|
Last Updated: 9/20/2019
|
Latest Version: 1.0.0
This is a PowerShell module to import CSV files. Compared to the built-in Import-Csv cmdlet, this cmdlet provides greater flexibility in parsing and supports efficient object formats. This module is built on top of CsvHelper (https://joshclose.github.io/CsvHelper/), a well-known .NET library for reading and writing CSV files. For more deta... More info |
By:
|
1,370 downloads
|
Last Updated: 6/29/2018
|
Latest Version: 1.1.0
ProxyCommand is a PowerShell module to create and manage proxy commands. A proxy command is a small program that just calls a program specified when it is created. It can be used as a shortcut in the command line environment. For details, visit https://github.com/horker/proxycommand. |
By:
|
986 downloads
|
Last Updated: 9/25/2018
|
Latest Version: 1.0.5
Horker DataQuery is a database query utility based on ADO.NET. The main features are: - Written in C# so that it works fast for large data - Supports every database product that provides the ADO.NET driver, including SQL Server, Oracle, MySQL, PostgreSQL, SQLite, Access, OLEDB and ODBC - PowerShell interoperatability; gets query results as Po... More info |
By:
|
606 downloads
|
Last Updated: 1/2/2019
|
Latest Version: 0.2.0
This is a module to search the computer using Windows Search. The module provides the cmdlet Invoke-WindowsSearch. This cmdlet makes a query to the Windows Search subsystem and gets results as PowerShell objects. You can make a query in one of the following query languages or a combination of both. (1) Advanced Query Syntax (AQS) The Ad... More info |
By:
|
509 downloads
|
Last Updated: 1/7/2018
|
Latest Version: 0.1.2
The Horker Template Engine is a text preprocessor empowered by PowerShell. It offers similar syntax to the classical ASP/JSP/ePerl/erb template engines. For more details, see https://github.com/horkerps/templateengine |
By:
|
494 downloads
|
Last Updated: 10/29/2019
|
Latest Version: 0.3.4
PowerShell Notebook is a console host application for PowerShell to bring Jupyter Notebook-like user experience to PowerShell scripting. For more details, see https://github.com/horker/psnotebook |