Showing 79 open source projects for "c-sharp"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • 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.
    Get started free
  • 1

    Expat XML Parser

    Fast XML parser library in C

    PLEASE NOTE that we are in the process of moving to GitHub: https://github.com/libexpat/libexpat This is James Clark's Expat XML parser library in C. It is a stream oriented parser that requires setting handlers to deal with the structure that the parser discovers in the document. PLEASE NOTE that we are in the process of moving to GitHub: https://github.com/libexpat/libexpat
    Leader badge
    Downloads: 7,487 This Week
    Last Update:
    See Project
  • 2

    Wildcat- Simple "C" XML reader

    Wildcat: Simple "C" XML reader

    A simple in C writen XML-Parser. Don't use macros or other non standard C-language extension. Object Oriented implementation. Support only single byte character sets. Tested with ARM-gcc 7.5 and Visual Studio 2019 C compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    sxmlc

    Simple, lightweight XML parser in C, statically or dynamically linked.

    Simple XML parser written in C, with limited XPath and Unicode support and customizable tags. 'Simple' means that it does not implement all XML specifications, only the most widely used ones.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    Empact Foundation Class Library

    Cross-platform C++ library for use as a default application framework.

    A mature cross-platform C++ library for use as a default application framework. Features include: * Threading & synchronization * Socket programming: SSL, NanoMsg & ZMQ * File I/O utilities: zlib, ini, yaml * Native Database access: MySQL, SQLite, BerkleyDB, Postgre, REDIS and ODBC * Built-in mini XML parser; optional EXPAT, LIBXML and MSXML support * Network protocol stack: HTTP, FTP, SMTP, POP3, SOAP, XMLRPC * Scripting languages: Perl, Python, JavaScript, VBScript, Java, Lua, TCL...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 5
    Instigate XML Parser is a wrapper library around various XML parsing front-ends. It provides single API and ability to switch between supported front-ends without modifying the client code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    cpp_xml_parser

    Simple xml parser for C++

    XML Parser is provided. It is very simple and straight forward. It allows to create and parse xml files. In fact it will parse any document which is formed in xml way. That is as far as document is formed using <tag></tag> or <tag/> structure it will parse it. Parser will handle attributes as well. Parser will preserve the order of elements when perform output functionality. Parser was tested on docx underlying xml file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    MuLanPa

    MuLanPa

    transfer text in diverse formats into specific xml parser-trees

    MuLanPa is a source-analyser with a configurable parser and may be may be used for several programming-languages. Its xml-output should be used for tools like project-browsers or code-viewers like moritz (www.sourceforge.net/projects/moritz/) .
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    VTD-XML is the next generation XML parser/indexer/editor/slicer/assembler/xpath-engine that goes beyond DOM, SAX and PULL in performance, memory usage, and ease of use.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 9

    OXml

    The next generation XML library for Pascal (Delphi, FPC, Lazarus)

    OXml is the most versatile XML library in the Pascal world. Supported compilers: - Delphi (non-unicode): 5-2007 - Delphi (unicode) for Win32, Win64 and OSX: 2009+ - Delphi for ARC (iOS, Android): XE4+ - Lazarus for Win32, Win64, Linux, OSX: 1.0+ - corresponding C++Builder versions should be supported too (not tested though) Main benefits: - All on the target platform available single- and multi-byte codepages are automatically supported. - True unicode support on all platforms...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    EDK - Extensible Development Kit
    A multiplataform development kit 2D for Linux G++ and Windows MinGW. features: 2D render with OpenGL. Clock and FPS control. Multithread WIndows and Linux. Templated Binary Tree. Network TCP/UDP SERVER/CLIENT. SQL using SQLite. Áudio 2D and 3D using SFML. View Based Render. 2D Shape Render. Animation with interpolation Line/Curve. 2D Bones with IK and BVH loader. Physics 2D using Box2D. Tile Set and Tile Map. Cenario layer based. XML parser using...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    TrollEditor

    Editor of virtual worlds.

    ... for motion capture data analysis - path finding using data from physics engine (backwave propagation algorithm) - built in XML parser - graphical world editor - plugins system (C++)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    simple C utils

    A small collection of C utilities working on POSIX/WIN32

    This is just some small utilities in C that I use and re-use in different projects. They are self-contained (except that most depend upon CUtils). It can compile and work on Linux and WIN32, most probably on any POSIX system, too. For now it contains: - CUtils: cstring, clist, "ini" files helper, tcp helpers, small XML parser - CNet: a simple message passing library for C - jCNet: a compatible CNet lib for Java - CSNet: a compatible CNet lib for C# - CPano: an equirectangular...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    trafalgar.map

    trafalgar.map

    Open Street Map (OSM) tools, OSM/XML parser, tag extractor

    This is going to be a set of tools which is intended to be used with huge OSM files like the planet files in XML format. The parser reads directly from packed *.gz files and it is not needed to unpack the OSM/XML data files to the local disk. Now in 0.3.0: osm_tags: tag analyzer (like tag watch) osm_split: split osm file in single files for nodes, ways and relations and collect some meta information (will be used as input for other tools). osm_cut: create rectangular...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    XML-Parser Library for BR-Automation PLC

    XML-Parser Library for BR-Automation PLC

    Simple to use XML-Parser/Composer Library for B&R Automation PLC (SPS)

    The Library xmlio is a simple to use non validating XML-Parser/Composer for B&R Industrial-Automation PLC (B&R SPS). It reads and writes Process-Variables including Structures from and to XML-Files. Easy to use: #include <xmlio.h> /* Write Variable to XML-File */ status = xmlWrite(strName, strFile, strDevice, 0); /* Read XML-File into Variables */ status = xmlRead(strFile, strDevice, ignoreUnknown, &line, &character);
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    libzeep

    SOAP and webapp library for C++

    A C++ library used to create SOAP and REST servers. This library uses several boost libraries to create a complete SOAP server implementation during compile time based on the signature of exported methods. This library includes a validating XML Parser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    BxEngine

    BxEngine

    BxEngine For Marmalade And QT

    BxEngine is middleware game engine. png decoder / pathfind logic / scene system / memory system / telex system / particle / STL (named BxVar) / pooling / singleton / http query cache system / xml parser / express fixed float / dynamical resource loading / BEKON parser (better json) / THROW (dynamical parameter) / software renderer / animation-tool / particle-tool (Marmalade...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    PointXML

    Public domain xml parser

    Very small and simple public domain xml parser in 400 lines of C code, no error checking/handling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A simple text process library, aims to assist parsing all kinds of text including plain text, XML, HTML, etc., which means it can be used as a simple XML parser or a HTML parser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    LlamaXML is a C++ XML parsing and formatting library that is small enough to be used on handheld devices like PDAs and smartphones, while still supporting desktop systems. It currently supports Palm OS, Windows Mobile, Windows and Mac OS X.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    libmathml is a library that allows MathML documents to be rendered and edited in any GUI and with any XML parser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Dapar

    Parsing for everybody.

    Dapar is a universal parsing library written in C. It will interpret any grammar you give it in a BNF-like format, and constructs a matching expression tree for any given input. This makes developing a new parser for any language simple and reliable. Includes an ABNF parser, EBNF parser, XML parser and algebraic math parser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    TinyXML is a simple, small, minimal, C++ XML parser that can be easily integrating into other programs. It reads XML and creates C++ objects representing the XML document. The objects can be manipulated, changed, and saved again as XML. *Please Note* that TinyXML development has stopped and all development has moved to TinyXML-2. TinyXML-2 is available at https://github.com/leethomason/tinyxml2
    Leader badge
    Downloads: 5,466 This Week
    Last Update:
    See Project
  • 24
    A Simple C++ XML Parser and Generator Library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The program can be used to solve the problems about XML encoding exception. Step 1: Convert XML to SXML; Step 2: Extract the data ID in SXML using other XML parser library ; Step 3: The raw data are extracted from SXML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next