AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.
Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
Start Free
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
RegexTreeer is a GUI utility intended to solve complex parse tasks that require using more than one regex. It allows building and debugging trees of regexes and getting parsed data as a tree-like structure. See more at http://cliversoft.com
.Net Memory Profiler is a single C# class that builds a tree of specified object's fields, their sub-fields and so on up to primitive types. And in the "Quick Watch" window of the Visual Studio you will be able to see the memory usage by each of those fields. For more details see screenshots.
This .NET/Mono library provides some utilities for handling tree structures. Most importantly, it supports the display of tree structures as two-dimensional graphics. By using ready-made interfaces, you can specify the size of your nodes, and the Tree Layout Helper library will take care of placing those nodes appropriately.
This is simply a set of classes used to deserialize Collada files(core, fx, phys, b-rep, and kinematics). Should be more useful than classes created by the xsd.exe tool.
Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.
Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
An extremely flexible and customizable hex editor accompanied by a .Net hex viewer control. The file or resource is represented as a file system structure (folder/file hierarchy) and viewed in tree view. Selected file is displayed on the hex viewer.
...This tool is intended to be intuitive, flexible, and extensible. The most recent release is implemented in ASP.NET MVC 2.
The latest source code is on GitHub at:
https://github.com/erniep888/ScrumTime/tree/ASP.NETMVC4
A tree view control for .NET that allows the user the option of multiple selection of entries. Based entirely on the ".NET Multi-Select TreeView" project, this project contains bug fixes. original: https://sourceforge.net/projects/mstreeview/
Medical Datasets (In a text file, with space separated values) can be loaded to the system.
By choosing either one of the two classifiers, Neural network or Decision Tree, the system can be trained and evaluated.
This is a small library, that actually extend C# .Net label to support Superscript and Substrict using LaTeX representation as {A}^{B} and {A}_{B} or even combination as {{V}_{n}}^{2}
Alternative approach to minimum redundancy coding (fixed-length) without using tree data structures. The main advantages are simplicity and flexibility.
This project offers a new tree viewer component implemented in C# .Net which uses Graphics2D features of .Net for drawing trees represented in XML language as well as those having .Net representation.
TreeDL (Tree Description Language) is a notation for tree structures used by programs (like syntax trees) and tool for translation of tree descriptions to target programming language, docs generation, etc. Tool's functionality can be extended by plugins.