Open Source C# Information Analysis Software

C# Information Analysis Software

View 2663 business solutions

Browse free open source C# Information Analysis Software and projects below. Use the toggles on the left to filter open source C# Information Analysis Software by OS, license, language, programming language, and project status.

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Technical analysis library with indicators like ADX, MACD, RSI, Stochastic, TRIX... includes also candlestick pattern recognition. Useful for trading application developpers using either Excel, .NET, Mono, Java, Perl or C/C++.
    Leader badge
    Downloads: 12,374 This Week
    Last Update:
    See Project
  • 2
    NetworkMiner packet analyzer

    NetworkMiner packet analyzer

    The Network Forensics Tool

    NetworkMiner is a Network Forensic Analysis Tool (NFAT) for Windows that can detect the OS, hostname and open ports of network hosts through packet sniffing or by parsing a PCAP file. NetworkMiner can also extract transmitted files from network traffic. New versions of NetworkMiner are released exclusively on www.netresec.com since version 2.0 of NetworkMiner. This page on SourceForge is only kept to provide hosting of older versions of the software. To get the latest version of NetworkMiner, please visit: http://www.netresec.com/?page=NetworkMiner
    Downloads: 51 This Week
    Last Update:
    See Project
  • 3
    ZedGraph is a class library, user control, and web control for .net, written in C#, for drawing 2D Line, Bar, and Pie Charts. It features full, detailed customization capabilities, but most options have defaults for ease of use.
    Downloads: 46 This Week
    Last Update:
    See Project
  • 4
    Defraser is a forensic analysis application that can be used to detect full and partial multimedia files in datastreams. It is typically used to find (and restore) complete or partial video files in datastreams (for instance, unallocated diskspace).
    Downloads: 7 This Week
    Last Update:
    See Project
  • Loan management software that makes it easy. Icon
    Loan management software that makes it easy.

    Ideal for lending professionals who are looking for a feature rich loan management system

    Bryt Software is ideal for lending professionals who are looking for a feature rich loan management system that is intuitive and easy to use. We are 100% cloud-based, software as a service. We believe in providing our customers with fair and honest pricing. Our monthly fees are based on your number of users and we have a minimal implementation charge.
    Learn More
  • 5
    TULP2G is a .NET based forensic software framework for extracting and decoding data stored in electronic devices.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    Power Analytics for Excel

    Power Analytics for Excel

    Data Science made available for Excel

    This plugin for Excel comes with statistical methods such as Muliple Regression, Analysis of Variance (ANOVA) and Distribution Tests.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    An open-source corpus analysis class library written in C#. GUI of Tenka Text 0.1.3 comes with Wordlister - an advanced, extremely fast graphical wordlist tool and a simple regex concordance tool. Tenka Text - the open-source answer to WordSmith Tool
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8

    Patient Monitor

    Patient monitor showing actual and simulated data

    In intensive care units (ICU) patients vital signs are monitored. This is an attempt to build an interface which can show external and simulated medical data, to mimic these patient monitors. The motivation for this project are my experiments with building medical devices.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 9
     Abdal Header Analyzer

    Abdal Header Analyzer

    analyzing site and web server headers

    Abdal Header Analyzer is a software for analyzing site and web server headers. As you know, headers contain information that security experts and hackers use to analyze targets.
    Downloads: 1 This Week
    Last Update:
    See Project
  • FusionAuth: Authentication and User Management Software Icon
    FusionAuth: Authentication and User Management Software

    Offer your users flexible authentication options, including passwords, passwordless, single sign-on (SSO), and multi-factor authentication (MFA).

    FusionAuth adds login, registration, SSO, MFA, and a bazillion other features to your app in days - not months.
    Learn More
  • 10
    Software to build database of all best solution of all configurations of Cube21/Square1 Silver edition puzzle cube. Also 3D UI is provided.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    3D Accelerometer Gui
    A Crossplatform OpenGl Gui for a Accelerometer (via USART/Atmega).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    ACAFE-clinical decision support EMR

    A computerised clinical decision support advancement for emergency med

    ACAFE-a computerised clinical decision support advancement for emergency medicine. Hospital electronic medical record EHR or EMR. Used commercially. Other uses include research-development into chronic and infectious-diseases. Watch video here of demo https://www.youtube.com/watch?v=SGlicILHhJs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Abdal Map Tracker

    Abdal Map Tracker

    Display people's or device transit routes based on latitude and longit

    Display people's or device transit routes based on latitude and longitude graphically
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The aim of the project is to provide open source collection of algorithms in the field of spectroscopy: data handling and processing, modeling and artificial intelligence tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ANOSE is a web application (a web site) that allows software engineers to collect information about software projects and perform statistical analysis on the data collected. A key goal in ANOSE is to provide an easy to use user interface and efficient da
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Image processing application focused on mathematical morphology. Unique functionality: filters by reconstruction, multiple structuring element, granulometry, geodetic transformations, hit-and-miss.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    CRFSharp

    CRFSharp

    CRFSharp is a .NET(C#) implementation of Conditional Random Field

    CRFSharp(aka CRF#) is a .NET(C#) implementation of Conditional Random Fields, an machine learning algorithm for learning from labeled sequences of examples. It is widely used in Natural Language Process (NLP) tasks, for example: word breaker, postagging, named entity recognized, query chunking and so on. CRF#'s mainly algorithm is the same as CRF++ written by Taku Kudo. It encodes model parameters by L-BFGS. Moreover, it has many significant improvement than CRF++, such as totally parallel encoding, optimizing memory usage and so on. Currently, when training corpus, compared with CRF++, CRF# can make full use of multi-core CPUs and only uses very low memory, and memory grow is very smoothly and slowly while amount of training corpus, tags increase. with multi-threads process, CRF# is more suitable for large data and tags training than CRF++ now. For example, in machine with 64GB, CRF# encodes model with more than 4.5 hundred million features quickly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Cloudster is a generic and parallel implementation of the k-means algorithm. It is written in C# and uses the Windows Azure environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    CVSharp (aka Computer Vision in C#) is a Computer Vision project. Until the present day just one part of the whole project was actually developed. It's called CVSharp Lab, an Image Processing Tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    DANNU - Database Artificial Neural Network Utility. A C#/.NET utility implementing the "NeuroBox" library which allows the user to import data from a database and train a network with it. A fully featured NN utlitility is envisioned.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    DenseBlocks

    DenseBlocks

    Unsupervised Classification Algorithm

    DenseBlocks is an unsupervised classification method for n-dimensional numerical data. It creates a multi-dimensional density representation of given training samples, defines clusters accordingly and returns this representation which can further be used to classify related data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Ferda is a user friendly data mining tool. It is a modular distributed multiplatform framework based on Internet Communications Engine. Ferda is very powerful in working with association rules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Fingerprint Copy is a forensic copy utility. The utility creates copy of file(s) and verifies this copies with digital fingerprints(checksum) of the source file(s). The utility is in a early development state. Planed: March 2009 First Command-line Utiliy
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    FlexibleParser

    FlexibleParser

    FlexibleParser is a group of multi-purpose .NET parsing libraries.

    FlexibleParser (C#/.NET) is currently formed by the following independent libraries/parts: - UnitParser. It allows to easily deal with a wide variety of situations involving units of measurement. - NumberParser. It provides a common framework for all the .NET numeric types. - DateParser. It enhances the default .NET date/time support. AUTHORSHIP & COPYRIGHT I, Alvaro Carballo Garcia (varocarbas), am the sole author of each single bit of this code. All the contents of this repository can be considered public domain. For more information about my copyright/authorship attribution ideas, visit https://customsolvers.com/copyright/. IMPORTANT NOTE This project is a mirror of the repository FlexibleParser in my GitHub account (varocarbas). Both versions are fully synchronised and immediately updated with any change.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next