Showing 36 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
  • 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
  • 1
    TeXShop

    TeXShop

    TeX previewer for Mac OS X

    TeXShop is a TeX previewer for Mac OS X, written in Cocoa. Since pdf is a native file format on OS X, TeXShop uses "pdftex" and "pdflatex" rather than "tex" and "latex" to typeset in its default configuration; these programs in the standard TeX Live distribution of TeX produce pdf output instead of dvi output. TeXShop uses TeX Live, a standard distribution of Tex programs maintained by the TeX Users Group (TUG) for Mac OS X, Windows, Linux, and various other Unix machines. The distribution...
    Downloads: 48 This Week
    Last Update:
    See Project
  • 2
    Skim

    Skim

    A PDF Reader and Note-taker for OS X

    Skim is a PDF reader and note-taker for OS X. It is designed to help you read and annotate scientific papers in PDF, but is also great for viewing any PDF file. Skim requires OS X 10.10 or higher.
    Leader badge
    Downloads: 14,064 This Week
    Last Update:
    See Project
  • 3
    BibDesk

    BibDesk

    Bibliography manager for Mac OS X

    BibDesk is a graphical bibTeX bibliography manager for Mac OS X.
    Leader badge
    Downloads: 2,784 This Week
    Last Update:
    See Project
  • 4
    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: 0 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.
    Get started free
  • 5
    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: 0 This Week
    Last Update:
    See Project
  • 6
    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
  • 7
    XeTeX - Unicode-based TeX
    XeTeX is Unicode-based TeX using platform fonts and font technologies (e.g. AAT on Mac OS X or OpenType features on Mac/Linux/Windows) to provide typesetting for all the world's scripts.
    Leader badge
    Downloads: 22 This Week
    Last Update:
    See Project
  • 8
    VocalEasel is a simple lead sheet editor and music rehearsal tool designed for the needs of Jazz vocalists, using LilyPond to produce printable lead sheets and MMA (Musical Midi Accompaniment) to produce MIDI accompaniments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Groot

    Groot

    From JSON to Core Data and back

    Groot provides a simple way of serializing Core Data object graphs from or into JSON. It uses annotations in the Core Data model to perform the serialization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Global anycast DNS network. | IBM NS1 Connect Icon
    Global anycast DNS network. | IBM NS1 Connect

    Enjoy fast connections to consumers around the globe through an anycast network with 26 points of presence (PoPs).

    IBM NS1 Connect provides fast, secure connections to users anywhere in the world with premium DNS and advanced, customizable traffic steering. NS1 Connect’s always-on, API-first architecture enables your IT teams to more efficiently monitor networks, deploy changes and conduct routine maintenance.
    Learn More
  • 10

    DTDS

    Data Type Definition System

    DTDS is a system of definition of data types for unification of information exchange with use of different Samond Classes Library functions and for generation of source texts based on the completed data type definition
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    The Mac TeX Toolbox provides an umbrella for TeX related development for Mac OS X: discussions, pointers to libraries and other support for open source TeX development on Mac OS X.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    XSugar Tools contains some utilities for XML data processing. Each utility has only simple function, but the combination of them can solve complex problem. This project is inspired from "Software Tools" by Brian W. Kargnighan and J.P.Plauger.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    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
  • 15
    Dry Dock for Oolite was a tool for manipulating ship models for the open source Elite clone Oolite. It does not work on modern systems.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    A collection of small applications for Mac OS X dealing with photos in various situations. The is first tool is PhotoDwarf, which shrinks your images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ConvertMake is a developer tool for Mac OS X that converts command line build systems into Apple's Xcode .xcodeproj project format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Convert various graphics and video formats to ZX Spectrum and Timex Sinclair formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    HessianKit is a Framework for Objective-C 2.0 to allow applications for Mac OS X 10.5, and iPhone 2.0 or later to communicate with Hessian web services. The main goals; Be compliant and forgiving, seamless Objective-C experience, and avoid glue-code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Cocoa and iPhone GPS/GPX data processing for locative art practices such as geo-annotation, drawing and narrative, telematic geospatial performances and other experimental practices. Implements WalkingToolsGpx (java/javame) APIs for the OSX platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Converts files from Garmin(R)'s IMG file format to GMAPI file format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    WikiFolders provides the ability to annotate the contents of your folders in OS X using a straightforward, wiki-style markup language. Annotated folders are viewable by anyone, even when the WikiFolders software isn't installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Excalibur is a TeX/LaTeX aware spelling checker. It will also spell check plain text documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    tnefDD is a OS X program that extracts attachments from TNEF formatted files (e.g., winmail.dat files), which can't directly be read by either Apple Mail or Microsoft Entourage. tnefDD features drag-and-drop operation for ease of use.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    QuickDicom is an easy to use dicom medical imaging package for Mac OSX, providing QuickLook, Spotlight, Quartz Composer, Window/Level and a dicom file analyzer. Also included is the iiDicom Framework for image/dictionary usage in Objective C and Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next