
Security News
New CVE Forecasting Tool Predicts 47,000 Disclosures in 2025
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Cross-table analytics
Analys targets .NET Standard 2.0, fits both .NET and .NET Framework.
Install Analys package and sub packages.
NuGet Package Manager:
Install-Package Analys
.NET CLI:
dotnet add package Analys
All versions can be found on nuget.
using Analys.Crostab
using Spare
using static Palett.Presets;
var table = Crostab<int>.Build(
new[] {"high", "mid", "low"}, // side
new[] {"tier 1", "tier 2", "tier 3"}, // head
new [,] {
{ 960, 660, 240 },
{ 840, 570, 180 },
{ 720, 480, 120 },
});
table.Deco(tab: 2, presets: (Planet, Fresh)).Logger();
Analys has a test suite in the test project.
Analys is licensed under the MIT license.
Bug report and contribution are welcome at the GitHub repository.
FAQs
Pivot class, with head and rows
We found that analys.pivot demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.