Showing 144 open source projects for "mib parser for .net"

View related business solutions
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • Employee monitoring software with screenshots Icon
    Employee monitoring software with screenshots

    Clear visibility and insights into how employees work. Even remotely.

    Stay productive working at any distance from anywhere with Monitask.
  • 1
    GraphQL for .NET

    GraphQL for .NET

    This is an implementation of Facebook's GraphQL in .NET

    GraphQL is a query language for your API, and a server-side runtime for executing queries by using a type system you define for your data. GraphQL isn't tied to any specific database or storage engine and is instead backed by your existing code and data. A GraphQL service is created by defining types and fields on those types, then providing functions for each field on each type. All packages generated from this repository come with embedded pdb and support Source Link. If you are having...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    CefSharp

    CefSharp

    .NET bindings for the Chromium embedded framework

    ... for hardware accelerated rendering. CefSharp includes embedded modules for PDF, web page printing and the WebKit Inspector (developer tools). CefSharp has no external dependencies, and the full build of CefSharp only adds ~80 MB to your app. See the CefSharp.MinimalExample project for ready-to-compile minimal example apps built with CefSharp. Within the projects source there are more complicated example projects.
    Downloads: 67 This Week
    Last Update:
    See Project
  • 3
    Markdig

    Markdig

    A fast, powerful, CommonMark compliant, extensible Markdown processor

    A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET. Very fast parser and HTML renderer (no-regexp), very lightweight in terms of GC pressure. Abstract Syntax Tree with precise source code location for syntax tree, useful when building a Markdown editor. Check out MarkdownEditor for Visual Studio powered by Markdig! Even the core Markdown/CommonMark parsing is pluggable, so it allows to disable built-in Markdown/Commonmark parsing (e.g Disable HTML parsing) or change...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    AngleSharp

    AngleSharp

    The ultimate angle brackets parser library parsing HTML5, MathML, SVG

    AngleSharp follows the W3C specifications and gives you the same results as state of the art browsers. Besides the official API AngleSharp adds some useful extension methods on top. This makes working with the DOM convenient. AngleSharp integrates everything you need to explore and mutate the DOM tree. Node retrieval is straight forward by using powerful CSS query selectors. The CSS queries in AngleSharp are super fast and very simple to use. AngleSharp respects the relationship of HTML with...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 5
    formidable

    formidable

    The most used, flexible, fast and streaming parser

    The most used, flexible, fast and streaming parser for multipart form data. Supports uploading to serverless environments, AWS S3, Azure, GCP or the filesystem. Used in production. This project is semantically versioned and available as part of the Tidelift Subscription for professional-grade assurances, enhanced support and security. The maintainers of formidable and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the Open Source...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    goquery

    goquery

    A little like that j-thing, only in Go

    goquery brings a syntax and a set of features similar to jQuery to the Go language. It is based on Go's net/HTML package and the CSS Selector library Cascadia. Since the net/html parser returns nodes, and not a full-featured DOM tree, jQuery's stateful manipulation functions (like height(), css(), and detach()) have been left off. Also, because the net/HTML parser requires UTF-8 encoding, so does goquery: it is the caller's responsibility to ensure that the source document provides UTF-8...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    crawley

    crawley

    The unix-way web crawler

    Crawls web pages and prints any link it can find. Fast HTML SAX-parser (powered by golang.org/x/net/html) Small (below 1500 SLOC), idiomatic, 100% test-covered codebase. Grabs most of useful resources URLs (pics, videos, audios, forms, etc...) Found URLs are streamed to stdout and guaranteed to be unique (with fragments omitted) Scan depth (limited by starting host and path, by default - 0) can be configured. Can crawl rules and sitemaps from robots.txt. Brute mode - scan HTML comments for URLs...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    HtmlSanitizer

    HtmlSanitizer

    Cleans HTML to avoid XSS attacks

    HtmlSanitizer is a .NET library for cleaning HTML fragments and documents from constructs that can lead to XSS attacks. It uses AngleSharp to parse, manipulate, and render HTML and CSS. Because HtmlSanitizer is based on a robust HTML parser it can also shield you from deliberate or accidental "tag poisoning" where invalid HTML in one fragment can corrupt the whole document leading to broken layout or style. In order to facilitate different use cases, HtmlSanitizer can be customized at several...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Command Line Parser CLR NetStandard

    Command Line Parser CLR NetStandard

    The best C# command line parser that brings standardized

    The Command Line Parser Library offers CLR applications a clean and concise API for manipulating command line arguments and related tasks, such as defining switches, options and verb commands. It allows you to display a help screen with a high degree of customization and a simple way to report syntax errors to the end user. Include wiki documentation with lot of examples ready to run online. Support Source Link and symbolic nuget package snupkg. Tested in Windows, Linux Ubuntu 18.04 and Mac OS...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Manage Properties Better For Free Icon
    Manage Properties Better For Free

    For small to mid-sized landlords and property managers

    Innago is a free and easy-to-use property management solution. Whether you have 1 unit or 1000, student housing, or commercial properties, Innago is built for you. Our software is designed to save you time and money, so you can spend more time doing the things that matter most.
  • 10

    IEDExplorer

    IEC61850 IED Explorer in .net

    IEDExplorer is an IEC 61850 client tool written for testing and educational purposes. IEDExplorer can connect to an IEC61850 device (also called an IED) over MMS (ISO/IEC9506-1 and ISO/IEC 9506-2) communication protocol. The tool is written in pure C# including the MMS ASN.1 parser (based on BinaryNotes ASN.1 tool) and runs in .net environment, on Windows. Linux/Mono support has been lost on the way (volunteers welcome). See Features for what the tool can do for you. I will appreciate your...
    Leader badge
    Downloads: 94 This Week
    Last Update:
    See Project
  • 11
    Tria Sistema Operatiu

    Tria Sistema Operatiu

    Helps you find, download & burn the best Operating System for any PC

    ...'s EDITION requires 256 MB of RAM and works with Windows 95 and Windows NT 4.0. BRONTOSAURUS EDITION needs DirectX 9.0c and .Net Framework 2.0 and runs on Windows 98, Windows 98 SE, Windows ME & Windows 2000. XP EDITION requires .Net Framework 4.0 or newer. Runs on Windows XP, Vista, Server 2003, 2003 R2, Home Server and Server 2008. STANDARD EDITION needs .Net Framework 4.8 or 4.8.1 and runs on Windows 7, Windows Server 2008 R2, and newer (any Windows released from 2009 until today
    Downloads: 12 This Week
    Last Update:
    See Project
  • 12
    LDPatternCreator

    LDPatternCreator

    Create and edit patterned parts quick and easy.

    The LDPatternCreator is the vector based development tool for textured LDraw™ parts. Please uninstall older versions of this software before installing a new version. Your configuration won't be deleted if you have already a version greater than 1.3.1 installed on your machine. Minimum System Requirements: - Operating System: Windows Vista, Windows 7/8/10 - CPU: Intel Pentium 4, AMD Athlon 64 or newer.. - RAM: 500 MB - Video-Memory: 256 MB - Free Disk Space: 5 MB - .NET-Framework (Version...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    mXparser - Math Parser Java C# Library

    mXparser - Math Parser Java C# Library

    A flexible mathematical expressions parser for JAVA, Android, C# .NET

    mXparser is highly flexible parser of math expressions. Software provides easy to use API for JAVA, Android, C# .NET/MONO (CLS). Main functionalities: - basic operators, i.e.: +, -, *, ^, ! - Boolean logic operators i.e.: or, and, xor - binary relations i.e.: =, <, > - math functions (large library of 1-arg, 2-arg, 3-arg - - functions) i.e.: sin, cos, Stirling numbers, log, inverse functions - constants (large library), i.e.: pi, e, golden ratio - n-args functions i.e.: greatest common...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14

    DiDaCo

    DiDaCo (Diffraction Data Converter)

    Features: • Change the wavelength of X-rays • Sum the points by increasing the step • Extract bar charts from .xml PDF4+ cards For ran: unzip the archive and run DiDaCo.exe Required: • Windows 7 or newer • Microsoft .NET Framework 4: www.microsoft.com/en-US/download/details.aspx?id=17851 (Web Installer, 1 Mb) www.microsoft.com/en-us/download/details.aspx?id=17718 (Standalone Installer, 48 Mb) • Microsoft Visual C++ Redistributable: https://docs.microsoft.com/en-us/cpp/windows/latest...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    DIANNA

    software for DFA method

    ... on the atomic structure, shape and size of nanoparticles. It can be applied also to non-periodic materials or coherently ordered structures. How to use: 1. Unzip the archive. 2. Run the "Dianna_Startup.exe" file. 3. Use "Help" through the menu. Required: • Windows 7 or newer • Microsoft .NET Framework 4: www.microsoft.com/en-US/download/details.aspx?id=17851 (Web Installer, 1 Mb) www.microsoft.com/en-us/download/details.aspx?id=17718 (Standalone Installer, 48 Mb) • Microsoft Visual C+
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    ARTCOMParser

    Parser library that uses an EBNF like grammar to generate a parse tree

    Parser library that uses an EBNF like grammar to generate a parse tree You can use it to create a quick parser It uses backtracking so it may be slow for some grammar rules
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Better keyboard

    Small lightweight program to customize your keyboard

    This small lightweight program allows you to modify your keyboard as you want -colors -key changing (you can change "k" to be "h" when pressed) -battery info detector (voltage and battery life) - ability to disable any key on keyboard -and lot more. Needs: java 5.0u75 or higher NET framework 3.5 SP1 or higher 64x architecture of windows, 32x is not supported
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Towel

    Towel

    Throw in the towel

    A .NET library intended to make coding a bit more tolerable, data structures, algorithms, mathematics, metadata, extensions, consoles, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    noteq

    Framework for clinical Tinnitology and Epigenetical mechanics.

    iaaaat & iLQG Tech. Group. https://noteq.sourceforge.io http://noteq.eu5.net Flickr : https://www.flickr.com/people/noteq/ https://www.flickr.com/photos/noteq/ http://noteq.eu5.net/technology.html Download iaaaat.tar.gz : created ‎10. ‎juni ‎2022, ‏‎20:44:30. iaaaat.tar.gz 6.55 MB (6871440 bytes). https://app.box.com/s/rz6xqjcsno3ffctgu2iyqs4vqfg1x3c4 The Independent Audiology Assistant Association for the Advancement of Tinnitology in public health care and The Independent Loop...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    NbuExplorer
    Nokia NBU, NBF, NFB, NFC and ARC backup file parser, extractor and viewer. It can help you to check content of backup or extract files from it. Requires MS .Net Framework 2
    Leader badge
    Downloads: 121 This Week
    Last Update:
    See Project
  • 21
    SaveParser

    SaveParser

    Total War Savegame Editor / Parser

    Savegame editor for Total War games savegames. Supports Total War "Warhammer 2", "Warhammer", "Attila", "Rome 2", "Shogun 2", "Napoleon" and "Empire" savegame files, Includes also some tools which could be needed for developer for savegame-based application.
    Leader badge
    Downloads: 228 This Week
    Last Update:
    See Project
  • 22
    ThinkJava. The Professional Java IDE

    ThinkJava. The Professional Java IDE

    Better than IntelliJ. Lightweight. Professional.

    ... at zeanfender11@gmail.com This is an EXE app, only Windows can be used!. If you are in another OS, use a Windows emulator Requirements OS: Windows 7 SP1 or newer CPU: Intel Celeron or more powerful RAM: 1 GB Hard Disk: More than 3 MB of disk space Extensions required: .NET Framework 4.1 and Java SE Dev Kit (JDK) (this is required to debug your Java project and syntax highlighting)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    NetCafe

    NetCafe

    Internet Cafe Software

    ... of internet cafe owners, because it allows you to control every single computer inside your cafe, monitor the clients activites in real-time, calculate the payments, and much more. NetCafe also came up with a cafeteria module allows you to manage and control your clients requests in case you have a cafeteria in your internet cafe. Minimum System Requirements Windows XP or higher Pentium processor at 500 MHz or higher 256 MB RAM 100 MB free storage space
    Leader badge
    Downloads: 73 This Week
    Last Update:
    See Project
  • 24

    xDefrag

    xDefrag is a small tool to defragment fragmented files on their hard d

    xDefrag is a small tool to defragment fragmented files on their hard drive for faster file access through Windows. You can store multiple directories, folders for faster access, to quickly defragment them later. Or select an entire drive. An integration in Windows Explorer has also been embedded. Requirements: Windows 7 or later At least 50 MB of free disk space 2 GB - Memory Net - Framework 4.0 or higher
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Bangla TTS

    Bangla TTS

    Bangla text to speech synthesis in python

    Bangla text to speech Multilingual (Bangla, English) real-time ([almost] in a GPU) speech synthesis library. Installation -------------------------------------- * Install Anaconda * conda create -n new_virtual_env python==3.6.8 * conda activate new_virtual_env * pip install -r requirements.txt * While running for the first time, keep your internet connection on to download the weights of the speech synthesis models (>500 MB) * For fast inference...
    Downloads: 0 This Week
    Last Update:
    See Project