Showing 245 open source projects for "programming c++ library"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • 1
    hocr - Hebrew OCR c/c++ library
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    ScintWrapper

    Pascal and Java Scintilla wrappers

    Git repository on https://github.com/borneq/ScintWrapper
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    NRtfTree library is a set of classes written entirely in C# which may be used to manage (read and write) RTF documents in your own applications. A java port of the library can be found in http://www.sgoliver.net/blog/?page_id=92
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    hext

    hext

    Extensible binary and text editor.

    Heavily extensible (via plugins) editor of text and binary data from files and memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 5
    Voikko

    Voikko

    Library of linguistic tools

    Voikko is a spell checking, grammar checking, morphological analysis and hyphenation system. Spell checkers are available for multiple languages, other features for Finnish only.
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • 6
    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
  • 7
    Develop a programmer's editor for literate programmers that allows the person to switch hats from the role of coder to the role of technical writer. The motivation for the project is to make the LaTeX code invisible to software developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ASTL Automata Standard Template Library (Vincent Le Maout - Dominique Revuz) is a set of generic and efficient C++ components for automata manipulation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This is an RTF code emitter in MS .NET framework. Most frequently used features in MS Word are implemented, including font formatting, pictures, tables, footnotes, headers, footers, etc. No other libraries are required. LICENSE: LGPLv3 http://www.gnu.org/copyleft/lesser.html
    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
    DocFrac is a document converter that can convert between RTF, HTML and ASCII text. This includes RTF to HTML and HTML to RTF. Supports text formatting (e.g. bold); tables; and most European languages. Available for Windows; Linux; ActiveX and DLL.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    Negerns ACE for D

    Negerns ACE for D

    A code editor for the D programming language

    Negerns is a code editor for the D programming language. It aims to be a cross-platform Integrated Development Environment providing advance editing and software development features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    aText Editor

    Programming Text Editor

    Basit bi programlama editörüdür. Alınıp geliştirme işlemi yapılabilir. C# ile yazılmıştır. Ben bunu öylesine paylaşıyorum buradan. Kolay gelsin (: --- Simple text editor example with C#
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    NotePuppy is a minimalist text editor with file management capabilities. First developed for the Nokia N900, I wanted an editor that looked good and was slick and easy to use. It is so useful as a desktop editor that it is one of my main work tools.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    This is the home of the old MindTouch Platform and Core. This project was turned over to the community in 2010. Please visit www.MindTouch.com for the most up to date version of MindTouch--software that accelerates customer success. More info on the old Core and Platform: http://mndt.ch/oss-dep Thanks for your interest and for making the old MindTouch open source one of the most popular (top 5) open source projects in the world from 2007-2010. Some key terms commonly associated...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    TXWrapper provides a MS CWnd-based wrapper for the ActiveX TX Text Control from The Imaging Source. TXWrapper can be used in any native MS C++ application, and is supplied in the from of a Visual Studio 2008 project producing a static library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Simple Text Editor

    Simple Text Editor

    Simple text editor program that can also be used to type code.

    A simple text editor which can be used to create and edit normal text files and also type in code for programming languages like C++ and C# with syntax highlighting. Includes other features like zoom in/out, replace text, toggle full screen, and word wrap.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    OxygenOffice Professional(OOOP, O2OP)is an enhanced version of free OpenOffice.org what is a multi-platform office productivity suite.OxygenOffice Professional contains more extras like templates, cliparts, samples, fonts and VBA support. Get 3.2.1
    Downloads: 62 This Week
    Last Update:
    See Project
  • 18
    Jollpi
    Jollpi is a simple but usefull text editor. One of Jollpi's main features is the colorized syntax, customized for many different programming language such as: C/C++, Java, Python, Perl, Bash, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Trim Lines

    Trim Lines removes trailing whitespace from source code files

    This is simple command line tool to batch process source code files to remove trailing whitespaces and convert all line endings to your system native style. Usage example: trimlines d:\Projects\SomeProject\src *.c;*.cpp;*.h;*.hpp;*.inc .svn;.git With this command all files in "d:\Projects\SomeProject\src" including sub-folders that match search masks "*.c;*.cpp;*.h;*.hpp;*.inc" and excluding specified folders ".svn;.git" will be processed. Can process unicode and system native encoded text files. Programming language is C++ with Qt, it can be compiled for any platform supported by Qt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    strtools

    A command line utility for common string functions

    What to quickly know the length of a string? Convert to upper or lower case? We introduce... strtools. The command line utility that should be included in all operating systems. A useful wrapper for programming, debugging and scripting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A compiler wrapper and a set of editor plugins allowing you to easily use Greek letters, accents, and other Unicode symbols in any programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    OmniHelp is a cross-platform, browser-independent, tri-pane help viewer built in pure JavaScript and CSS with HTML 4. Some functions (such as help embedding) may in the future be in Java, C, or C++; CSH is fully supported. All code is under the LGPL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    StreaMan: DVD-Video Streams Manipulator
    StreaMan is a set of tools for processing streams of DVD-Video.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    PDFTools

    Basic PDF tools.

    Project contains two applications. PdfTextExtractor - extract text from pdf with text layer. PdfShapeDrawer - draw shapes on pdf files. Project use iTextSharp library (http://itextpdf.com/). This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 as published by the Free Software Foundation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Open With Emacs

    Workaround for file associating problem in Windows Vista / 7

    Workaround for the problem that exist with associating file types with programs located in other folders than the standard program folders in Windows Vista or Windows 7. It is specifically designed to make it possible to associate various file types with GNU Emacs (that is supposed to be located on a path that doesn't contain any space, and hence can't be located in the Program files folder), but the code can easily be modified and recompiled to make it possible to associate any file type...
    Downloads: 0 This Week
    Last Update:
    See Project