Showing 374 open source projects for "html parse c"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1

    RPTParse

    Quartus project compilation reports parsing tool

    Altera Quartus creates .rpt files during synthesis, place&route and bitstream generation stages of FPGA project compilation. Verification engineer checks these reports, finds warning messages and put them into own report. But big projects can contain a lot of warnings, and manual warning search is very boring and long process. That's why this parsing tool was created. This software parse report file, classifies warning types and place them into own report, where types of warnings and their...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    NaiveLanguageTools

    C# lexer and parser

    NLT is free, open-source C# lexer and GLR parser suite -- which translates to ability to parse ambiguous grammars. Grammar can be defined directly in code or (preferably) in separate file (lex/yacc-like) for included generator. If you understand/guess the meaning of grammar in C#: // scanning lexer.AddStringRule(")", match => SymbolEnum.RPAREN); // parsing prod_builder.AddProduction(SymbolEnum.exp, SymbolEnum.LPAREN, SymbolEnum.exp, SymbolEnum.RPAREN, (_1, e, _3) => (AstNode)e); or grammar in NLT format: // scanning /[A-Za-z_][A-Za-z_0-9]*/ -> IDENTIFIER, IdentifierSymbol.Create($text); // parsing program -> list:namespace_list { new Program(currCoords(), (Namespaces)list) }; you should be able to use it :-). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Loxie

    Loxie

    Web-editor

    Loxie is a web-editor with rich UI for creating HTML,CSS,PHP files all in one
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Realm

    Extended desktop Markdown and Todo.txt editor for Windows

    Full-featured desktop Markdown and Todo.txt Editor. Free and opensource. Fast and powerful. Application is lightweight version of Roman Life Manager: http://roman-life-manager.sourceforge.net/ Copyright 2015-2016 Roman Pylypchuk. All rights reserved. https://sites.google.com/site/romanpylypchuksite/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 5
    ChromiumFX

    ChromiumFX

    .NET bindings for the Chromium Embedded Framework

    ChromiumFX is a .NET-based framework that embeds the Chromium browser engine into desktop applications, allowing developers to integrate modern web technologies into native software environments. It acts as a bridge between the Chromium Embedded Framework (CEF) and .NET applications, providing a managed interface that simplifies interaction with browser components. The project enables developers to render web content, execute JavaScript, and build hybrid applications that combine native...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Gekko Timeseries Software

    Gekko Timeseries Software

    Timeseries handling, and solving of large-scale economic models

    Gekko Timeseries Software is a free time-series oriented software package for timeseries handling, and solving and analyzing large-scale economic models. Since 2009, Gekko is being used by Danish ministeries, banks, interest groups and universities, for the simulation of economic and energy-related models. The software runs under Windows (.NET), and is open source (GNU GPL)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Michel Max Spread - XLSX Loader/Creator

    Michel Max Spread - XLSX Loader/Creator

    Michel Max MMSpread is an API XLSX files without the MS Excel ins...

    The Michel Max - MMSpread is an API to generate XLSX Spreadsheets without having the Microsoft Excel installed in the Machine. It allows you to Load XLSX files and edit them, or even create them from nothing, without having annoying alerts when it is open. It supports the following Microsoft Excel items: - All styles (font, border, background, etc). - Validation: List ONLY, and it has to be sequential. - Conditional Formula Formatting. - Comments. - Number Format. Extra...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    WinPen++

    WinPen++

    A powerful HTML, C#, PHP editor for windows

    Please note: this project is no longer (actively) maintained. Current version: 1.5 WinPen++ is a simple but expanding Windows editor for HTML, XML, PHP, JavaScript, Lua and C#. Since it uses the latest technology, WinPen is available for Windows Server 2008 and above. Users without the latest update (SRV2008, SRV2012, Vista, 7) will have to download the Installer for .NET 4.6 from Microsoft (link is in ReadMe.txt).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    CleanCode

    CleanCode

    .NET, PowerShell, SQL, Java, Perl, and Javascript developer libraries

    Develop clean code with our .NET components (plus PowerShell, SQL, Java, Perl, and JavaScript components as well!). CleanCode highlights include user controls, a validation engine, a diagnostic system, an XML/HTML pre-processor, and a variety of articles on code design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    JNovel Formatter

    JNovel Formatter

    Convert Japanese novels to nicely formatted HTML files.

    Convert Japanese novels to nicely formatted HTML files. Supports Aozora formatting. Allows embedding of bookmark anchors. Portable and does not require installation. Supports batch processing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    ClrDbg

    Tool for opening dmp files for .NET applications.

    ClrDbg can open a dmp file, or connect to a running process, and display information about the objects on the heap and their class information (such as field definitions and method signatures), threads and their call stacks. ClrDbg uses the Microsoft.Diagnostics.Runtime.dll (ClrMD). The user-interface allows the user to drill-down by clicking on hyperlinks in a grid view.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Pastebin Sniffer

    Pastebin Sniffer

    Pastebin Sniffer tool

    Pastebin Sniffer can capture every public paste released in pastebin.com. This tool can parse the pastes by using a wordlist for only save the most interesting pastes for user.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Evolutility - CRUD framework for ASP.net

    Evolutility - CRUD framework for ASP.net

    CRUD framework with a generic Web UI and integrated micro ORM.

    ...With a generic Web UI and an integrated micro ORM, Evolutility provides a framework for full CRUD and dashboard without any hand-coding. With it, you can build CRUD web applications or professional looking administration pages by defining metadata in XML (or in a database) instead of hand-coding HTML, Javascript, CSS, SQL, and C# or VB. For ASP.NET and SQLServer (partial support for MySQL).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    NoteFly

    NoteFly

    A lightweight but advance note taking application

    A lightweight but advance note taking application written in C#.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    YChan - 4chan and 8chan image downloader

    YChan - 4chan and 8chan image downloader

    YChan is a program to download images from 8chan / 8ch and 4chan

    YChan is a free image downloader. It supports multithreading and auto-rechecking of threads. It was created as an alternative for XChan which doesnt work anymore. Supported Websites: 8chan.co / 8ch.net and 4chan.org YChan requieres .NET Framework 4.5 or higher. If you like my work donate me via Paypal or send me a gift on Steam (see "About" in the program). Dev Status: Project is dead, if somebody wants to create something based on this - the sources are avaiable in the SVN
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    DocSedoter

    DocSedoter

    Collecting documents over internet (doing web crawling)

    DocSedoter is to download/collect the documents from the internet. For web documents (HTML/CSS), it also will download all resources (image, script, HTML, CSS etc) linked with them. The process will be done recursively. This process is also called as web crawling process. All links URI will be changed to the local path, so that the collected web documents can be navigated by offline. This project consists of two sub projects. The first is the library that can be used by different...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    OntologyManager

    OntologyManager

    Ontology-Manager ist ein Ontologisches Anwendungssystem

    Ontology-Manager ist ein ontologisches Anwendungssystem, das heißt es ist ein Anwendungssystem, welches aus einer ontologischen Datenbank (NoSQL-Datenbank mit ontologischem Datenmodell) und einer wachsenden Modulsammlung besteht. Die Module dienen zur interaktiven und automatisierten Arbeit mit den ontologischen Daten.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Import CSV into SharePoint

    Import CSV records into SharePoint

    Import a valid CSV file into an existing or new SharePoint 2013 list. When importing to an existing list, you are required to map your CSV column to the column of the selected SharePoint list. Importing to a new list requires that you select the data type (Number, text, html) of the column that will be added to SharePoint. Pretty simple!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This Programm allows you to find Colors you need for a Website. You can choose the color in a ColorDialog and then copy the Hex code to clipboard, and you can type in a Hex code an get shown the Color.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 20
    Question Gallery

    Question Gallery

    Question Gallery is a tool which can help teachers to create quiz.

    Question gallery is a tool which can help teachers to create/manage quiz/question pages/question banks. It create Multi-choice Multi-response Fill-in-blank Match Essay and Composite questions with rich contents. The quiz can be export in html format. The quiz also can be printed on a paper.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    AVAYA CMS API Consumer samples

    AVAYA CMS API Consumer samples

    API Consumer of AVAYA CMS reports

    Free .NET 4.5 consumer of AVREMO.CMS.API.LimitedEdition AVREMO.CMS.API is able to Show AVAYA CMS reports as HTML, JSON and XML Render. It includes also a wrapper : .NET Client API (AVREMO.CMS.Contracts.dll) enabling fast development in .NET 4.5 consumer applications. AVREMO.CMS.API.FullEdition download page: https://sourceforge.net/projects/avayacmsapiserver/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    SourceCookifier: Plugin for Notepad++
    A plugin which uses Exuberant Ctags to parse either only the currently activated source file or multiple files of so-called sessions. The results are shown and can be browsed in a treeview inside of a dockable window.
    Leader badge
    Downloads: 379 This Week
    Last Update:
    See Project
  • 23
    WinCaptura

    WinCaptura

    Capture and save screenshots like never before.

    How often you would come across a situation where you have to prepare a document by capturing multiple screenshots? And the only way to do that is capture each screenshot separately, use another tool to combine them. It doesn't make sense just to prepare simple document. WinCaptura eliminates these things. This is what you do with this application: 1. Start the application. 2. Hit F5 whenever you want to capture screenshot and hit F6 when you are done. 3. Add captions to each...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    sudoku impostor

    sudoku impostor

    A sudoku variant

    Sudoku Impostor is a new Sudoku variant. The proposal specification for the new variant is being made available in html format for review by anyone who would like to participate, corroborate, copy or whatever. The impostor solver, generator will adhere to this specification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Edit SubRib-text files in real time. Contains a simple movie player with HTML-subtitles.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo