Showing 34 open source projects for "html parser c"

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
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save 50% off for 3 months with QuickBooks Payroll when you Buy Now

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 1
    PocketSVG

    PocketSVG

    Easily convert your SVG files into CGPaths, CAShapeLayers, etc.

    A simple toolkit for displaying and manipulating SVGs on iOS and macOS in a performant manner. The goal of this project is not to be a fully compliant SVG parser/renderer. But rather to use SVG as a format for serializing CG/UIPaths, meaning it only supports SVG features that can be represented by CG/UIPaths. Thoroughly documented.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Platypus

    Platypus

    Create native Mac applications from command line scripts

    Platypus is a developer tool that creates native Mac applications from command line scripts such as shell scripts or Python, Perl, Ruby, Tcl, JavaScript, and PHP programs. This is done by wrapping the script in an application bundle along with a slim app binary that runs the script. Platypus makes it easy to share scripts and programs with people who are unfamiliar with the command line interface. Native, user-friendly applications can be created with a few clicks. It is very easy to create...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SubEthaEdit

    SubEthaEdit

    General purpose plain text editor for macOS

    The app that started the collaborative editing revolution is back. Write articles, code, notes or meeting minutes with friends – wherever they are. Ideal for extreme programming sessions, tutoring, and creative writing. And now it is free and open source! Have as many windows open of one document as you like. Great for comparing multiple places, keeping a reference section open, or following others. Use your desired flavor of regex for the search. From simple shell to full power ruby style....
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    TextMate

    TextMate

    TextMate is a graphical text editor for macOS 10.12 or later

    Powerful and customizable text editor with support for a huge list of programming languages and developed as open source. Making multiple changes at once, swapping pieces of code, and a lot more is made trivial with TextMate’s easy way to add multiple insertion points. Select what you want to search, what you want to search for, and TextMate will present the results in a way that makes it easy to jump between matches, extract matched text, or preview desired replacements. See what files have...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • 5
    MyLayout

    MyLayout

    Powerful iOS UI framework implemented by Objective-C.

    MyLayout is a simple and easy objective-c framework for iOS view layout. MyLayout provides some simple functions to build a variety of complex interface. It integrates the functions including Autolayout and SizeClass of iOS, five layout classes of Android, float and flex-box and bootstrap of HTML/CSS. The MyLayout's Swift version are named: TangramKit
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    GCDWebServer

    GCDWebServer

    The #1 HTTP server for iOS, macOS & tvOS

    GCDWebServer is a modern and lightweight GCD based HTTP 1.1 server designed to be embedded in iOS, macOS & tvOS apps. Elegant and easy to use architecture with only 4 core classes: server, connection, request and response. Well designed API with fully documented headers for easy integration and customization. Entirely built with an event-driven design using Grand Central Dispatch for best performance and concurrency. No dependencies on third-party source code. Parser for web forms submitted...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    SBJson 5

    SBJson 5

    This framework implements a strict JSON parser and generator

    Chunk-based JSON parsing and generation in Objective-C. SBJson's number one feature is stream/chunk-based operation. Feed the parser one or more chunks of UTF8-encoded data and it will call a block you provide with each root-level document or array. Or, optionally, for each top-level entry in each root-level array. With this you can reduce the apparent latency for each download/parse cycle of documents over a slow connection. You can start parsing and return chunks of the parsed document before...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Tangram - iOS

    Tangram - iOS

    Tangram is a modular UI solution for building native page dynamically

    Tangram is a UI Framework for building a fast and dynamic ScrollView. The system requirement for Tangram is iOS 7.0+. JSON to View can be very easy by use our default parser. You can open TangramDemo to see how to transfer JSON to view. The default parsers are the same in the two platforms (Android and iOS).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Gallop

    Gallop

    A framework for build smooth asynchronous iOS APP

    Gallop is a powerful rich text framework that supports Asynchronous display. It encapsulates CoreText's rich text functions and commonly used image processing capabilities. just need use LWTextStorage object instead of UILabel object and use LWImageStorage object instead of UIImageView object,Gallop will make sure your app scroll smoothly. You can also use Gallop to parse HTML pages and customize machining to parse HTML pages into iOS native pages. Use Gallop Building complex rich text...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 10
    YYText

    YYText

    Text framework for iOS to display and edit rich text

    Powerful text framework for iOS to display and edit rich text. YYText is a component of YYKit. YYText is UILabel and UITextView API compatible. High performance asynchronous text layout and rendering, extended CoreText attributes with more text effects. Text attachments with UIImage, UIView and CALayer. Custom highlight text range to allow user interact with, text parser support (built in markdown/emoticon parser), text container path and exclusion paths support. Vertical form layout support...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    MMMarkdown

    MMMarkdown

    An Objective-C framework for converting Markdown to HTML

    MMMarkdown is an Objective-C framework for converting Markdown to HTML. It is compatible with OS X 10.7+, iOS 8.0+, tvOS, and watchOS. Unlike other Markdown libraries, MMMarkdown implements an actual parser. It is not a port of the original Perl implementation and does not use regular expressions to transform the input into HTML. MMMarkdown tries to be efficient and minimize memory usage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    iOS Hierarchy Viewer for UI and CoreData

    iOS Hierarchy Viewer for UI and CoreData

    iOS Hierarchy viewer - View and Coredata debugging made easy

    iOS Hierarchy Viewer allows developers to debug their hierarchies for both UIView's and CoreData models. If there are problems with layout calculations, you can find them with ease by introspecting real-time preview of your views inside a browser. If your data is behaving weirdly, you can easily navigate through it via a browser. This tool predates commercial tools like Reveal and Spark Inspector, and it's available for free.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    appledoc

    appledoc

    Objective-c code Apple style documentation set generator

    appledoc is command line tool that helps Objective-C developers generate Apple-like source code documentation from specially formatted source code comments. It's designed to take as readable source code comments as possible for the input and use comments as well as surrounding source code to generate visually appealing documentation in the form of HTML as well as fully indexed and browsable Xcode documentation set. Additionally, you can of course use documentation generated by appledoc for your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    RL Ingest

    RL Ingest

    Canon DSLR, Hero GoPro and Sony F3 to MPEG2 35 MXF OP-Atom

    This Mac OS application takes H.264 MOV and XDCAM EX 35 MOV material and exports them to Avid, puts consistent metadata in the MXF files for future re-link. Download the HTML help files for details in the link below. Tested cameras: Canon 5D, Canon 550D, Hero GoPro, Sony F3 with browser to MOV or MXF rewarp. - Supports 25p fps essence. - Can customize the Avid clip name and comment to the clip - Generates take names by file name order - Create sync point Avid locator - Use the Media...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Activity Tracker

    Activity Tracker

    Track your work in OSX Lion+

    Acitvity Tracker is a small menubar application which continuously collects the current active window title and the time the window is active. You can filter, save or export the collection to CSV, XML or HTML files. The application is a useful tool for developers to track the time spent on projects or similar activity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    JDCSVParser

    Objective-C CSV Parser Example Framework

    A simple callback-based parser for tabular data encoded as CSV (Comma Separated Values), written in Objective-C. Slightly heavy-weight as it was meant to not take short-cuts as a full push-down automaton state machine parser. This was initially an experiment in how to build such parsers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    GUI Frontends for GED2WWW, a tool to create HTML from a GEDCOM file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Jigsaw for iPhone
    Jigsaw (http://www.jigsaw.com/) is a business contact directory. This project is for developers using Jigsaw to write iPhone and iPad apps. It supports REST. The project also envisions support for on device object persistence using SQLLite.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    iMailist is a software allowing the sending of mails to format HTML to a whole mailing-list. The program is written in Objective-C/Cocoa and works on Mac OS 10.3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    QuickChm is a quicklook plugin for MacOS 10.5, it let your preview a chm(compiled html) archive in quicklook
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21
    aipex is an easy-to-use html-photo-album generator. The generated albums are targeted to be "simply nice" with an inviting and clear design. Images can be imported and scaled either from iPhoto albums or any directory on the filesystem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Easily usable utility to check links in HTML pages with something to offer that the other link checkers out there don't: a frog.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Information should be unencumbered. FreeEBook is a program designed to make the business of reading and writing books for online publication a simple matter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Dorio's plugins are Skype extended plugins software for Mac OS X. These plugins add useful feature to skype. Search, Notify Mail, HTML Log, Automaticaly open URL, etc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A viewer for Microsoft Help "CHM" (aka Compiled HTML) files on Mac OS X 10.3 using Cocoa, WebKit and chmlib.
    Downloads: 13 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next