Showing 236 open source projects for "dev c++ for mac"

View related business solutions
  • Simply Powerful Maintenance Management Software Icon
    Simply Powerful Maintenance Management Software

    CMMS helps you Schedule and Track everything in your facility

    Maintenance Care is a full-featured CMMS (computerized maintenance management system) offers preventive maintenance, asset tracking, document storage, reporting dashboards, numerous integrations and even more features designed to help you maintain the health and standards of every facility under your umbrella. Anyone can learn and begin using our CMMS with ease — no tech experience is required.
  • ALICE Virtual Receptionist Icon
    ALICE Virtual Receptionist

    Comprehensive Visitor Management Solutions

    ALICE Receptionist is the most advanced full-service Visitor Management and Lobby Automation solution available. Only ALICE receptionist uses a.i. video avatars to greet guest when they arrive in your building, provide instructions throughout the check-in process and enable guest using the ALICE kiosk to engage with your employees in live 2-way audio and video conversations.
  • 1
    MPPerl::Convert::ASCII85::XS

    MPPerl::Convert::ASCII85::XS

    Convert to/from ASCII base-85 encoded text

    This module provides functions for conversion between binary data and ASCII base-85 encoded text as described by Adobe in the PostScript Language Reference. There is also a non‐standard mode that encodes a group of four consecutive ASCII SPACE characters as a single ‘y’ character, and omits the ‘~>’ EOD marker.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    libmng -THE reference library for reading, displaying, writing and examining Multiple-Image Network Graphics. MNG is the animation extension to the popular PNG image-format.
    Leader badge
    Downloads: 1,507 This Week
    Last Update:
    See Project
  • 3
    Orthanc

    Orthanc

    Lightweight, RESTful DICOM server for healthcare and medical research

    [2015-06-12] Orthanc has left SourceForge. All the downloads are now available directly from our official Website: http://www.orthanc-server.com/browse.php
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    RANGE: produce random genetic transcription networks in the NEMO language, which when compiled outputs models in Systems Biology Markup Language. Generate synthetic microarray data, or use NEMO alone to SBML-ize a network, or visualize it in cytoscape.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Partful | 3D Explosion Parts Catalog Icon
    Partful | 3D Explosion Parts Catalog

    For Original Equipment Manufacturers, Head of After Sales, Parts Managers, Aftermarket Manager, Technical and Services, Maintenance

    Partful lets you showcase your products and parts in stunning 3D, allowing your customers to instantly find the right parts and click to order in one exploded view.
  • 5

    libTERE

    libTERE is a portable text reassembler.

    libTERE reassembles complex text formatting from the component pieces which result when it is written to certain graphic file types, such as EMF.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    EXIP

    EXIP

    Embeddable EXI Processor in C

    The main objective of the EXIP project is to provide a C library for parsing and serialization of Efficient XML Interchange (EXI) Format streams. The focus is portability and efficiency for embedded systems development.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    libvmms

    Simple Multimedia Messaging Service (MMS) protocol decoder library.

    Simple Multimedia Messaging Service (MMS) protocol decoder library. You can use the example to parse any MMS message headers and to extract its body parts.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    An ultra-lightweight, portable, single-file, simple-as-can-be ANSI-C compliant JSON parser, under MIT license. Moved to https://github.com/DaveGamble/cJSON
    Leader badge
    Downloads: 158 This Week
    Last Update:
    See Project
  • 9
    gdsii to gdt (graphics data text) format translator written in C/C++ that converts a binary gdsii file to a text format that is compact and easy to parse.
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • Secure Access to Sensitive Data in Minutes Icon
    Secure Access to Sensitive Data in Minutes

    Protect your sensitive customer data in the cloud without sacrificing productivity or overloading engineering teams

    Satori created the first DataSecOps platform which streamlines data access by automating access controls, security and regulatory compliance for the modern data infrastructure. The Secure Data Access Service is a universal visibility and control plane which allows you to oversee your data and its usage in real-time while automating access controls. Secure access to the sensitive PII, health and financial data in minutes with Satori. Satori integrates into your environment in minutes, maps all of the organization’s sensitive data, and monitors data flows in real-time across all data stores. Satori enables your organization to replace cumbersome permissions and acts as a policy engine for data access by enforcing access policies, data masking, and initiating off-band access workflows.
  • 10
    Yes, finally. The author decide to schedule some of his busy time to release the "Chinese Language Formula"- Step By Step. It will take a while, but eventually Chinese Language Processing is no longer a problem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    btrxml

    Basic, Tiny, Reader for XML

    A very basic, portable, tiny parser for XML, written in C under the zlib license. It is designed to be used in memory constrained environments (smartphones for example). The end result will be a "DOM-like" collection of memory. A lot of things were chopped away to deliver the very basic support for XML, and this project does not aim to become a fully compliant parser; keep it basic, stay basic. Part of the design goal is to jam all of this in to one .C file and one .H file while...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    droite is a correction of eS expression parsers implemented in many different programming languages. Its usefulness is the same as JSON but droite utilizes eS expression, a Gauche scheme interpreter friendly S expression variant.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    openGPS
    Open Source Implementations for 3D-Surface Characterisation Algorithms according to ISO 25178 (Geometric Product Specification) in verifiable pseudocode (MATLAB). Implementation of an XML-based file exchange format according to upcoming ISO 25178-72.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    SQLiteToolBox

    Tools for SQLite database file

    SQLiteDBinfo - expend SQLite database Info SQLite2csv - SQLite-Database to CSV converter
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    acp245

    ACP245 Suite: Brazil Telematics protocol implementation

    This "suite" includes a portable reference implementation and testing tools for ACP245, the automotive Telematics protocol defined by Brazil government. see: http://www.denatran.gov.br/simrav/simrav.asp
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    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: 1 This Week
    Last Update:
    See Project
  • 17

    xdbm

    XDBM is an XQuery implementation on the W3C's EXI binary XML format.

    XDBM version 2 will be an XQuery implementation that uses EXIP to handle binary XML in the EXI format adopted by the W3C. It will, like EXIP, aim to be as small as possible so that it runs well on resource constrained devices. It is still in the project design stage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Syndicateme.net ... Ajax Atom 1.0 Syndication Engine Tell your story ... Especially if you are a business along Queen St. in Toronto Canada or King Street Waterloo Canada. Syndication can be from a pop mailbox, and can use XInclude.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This project develops an open source editor for Clavia Nord Modular and Micro Modular synthesizers.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20

    PointXML

    Public domain xml parser

    Very small and simple public domain xml parser in 400 lines of C code, no error checking/handling.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    blog4y

    blog4y

    Easy blogging for you.

    Project goal is to allow you easy post and backup blog articles to most free blogging hosting. Provide Python API, command line utility, Emacs integration and GTK interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A Tcl Package to read and write Shapefiles
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    Osxcart, or OS X Converting And Reading Tool, is a library designed to import file formats used in Mac OS X, NeXTSTEP, and GnuSTEP into GTK+/GLib-based programs easily, using a lightweight interface. The "s" in Osxcart is silent. Right now, the Osxcart library includes a module for reading and writing property lists (".plist" files) in XML format, and a module for importing and exporting RTF documents to and from GtkTextBuffers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Files Hunter

    Files Hunter

    Analyze files to get their real format. Retrieve corrupted ones.

    Analyze files and guess their true content's format. Extract hidden files from corrupted ones. Easily extensible by adding new plug-ins for new formats. Handles documents, videos, images, music, executables...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    chmc is a free CHM compiler command targeted to *nix chm viewers.
    Downloads: 0 This Week
    Last Update:
    See Project