Open Source BSD Text Processing Software - Page 6

Text Processing Software for BSD

  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 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
  • 1
    n-squared is a light weight, super powered note pad application that stores notes in an embedded database for easy searching. It has a tabbed interface, syntax highlighting, encryption, and more!
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    tgen generates a Web site from a collection of input files of a variety of types, using a set of registered HTML autogenerators. Cvs-Brancher allows scheduling of web deployments. vwebedit provides web-based editing of cvs repositories.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    The application is a text converter (RTF to PDF). The user can select a source .rtf file and then choose a destination file(.pdf). The RTF file is converted to PDF file. Based on vPDF @ http://sourceforge.net/projects/vpdf but supports text alignment.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Simple text editor for editing multiple language files in parallel. Corresponding translations are automatically highlighted in order to aid reviewing against multiple sources. Supports gettext PO and key = value format. Highly recommended for polyglots.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 5
    The Text Trix editor is an open-source, cross-platform text editor with a mind for user-friendly file and text navigation. See our new GitHub home for the latest and greatest Text Trix development: https://github.com/the4thchild/texttrix
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Arabic word list for spell checkers (e.g. Aspell).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    BonGoLipi (Bong-Go-Lipi) is a transliteration tool to convert phonetically typed Bengali (Bangla) into text displayable with Unicode or non-Unicode fonts. It supports different transliteration schemes. The objective is to propagate standardized Bengali.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    The converter performs automatically the full process of converting the files of a C project into the equivalent C++ files. Classes are created, var and functions becomes attributes and methods and the changes are propagated into all files.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    colordiff is a wrapper for 'diff' and produces the same output but with pretty 'syntax' highlighting. Colour schemes can be customized.
    Downloads: 2 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    A small Objective-C library which provides a SAX-like object-oriented interface to the Expat XML parser library.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    FileCut

    FileCut

    Simple cross-platform application to cut and join any text file.

    FileCut is a simple easy-to-use cross-platform application to cut to a given line and then join any text file. It is also possible to join in normal or reverse order. Works also from command-line interface, e.g. 'java -jar filecut.jar -c file.txt . 10', to cut 'file.txt' at line 10, and 'java -jar filecut.jar -j . >file.txt', to join files in the current directory in 'file.txt'. FileCut is portable, does not need installation and is developed in Java, so needs the Java Virtual Machine (version 6 or higher) that, in the case, is very easy to download and install.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Helium (He) is a lightweight and extremely useful templating engine based entirely on XML. He is 100% Java and 100% TDD (Test Driven Development).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13

    Indexmeister

    automatic indexing for large LaTex documents

    Indexmeister reads a variety of formats (.tex, .docx, .epub, and others) and suggests keywords for indexing. The included program Imbrowse provides a semi-automatic interface to rapidly add index tags to multi-file latex documents.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    This Project supports Japanese supplements and patches for Apache FOP.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    A Java application that attempts to make sense of the multiple encodings that exist for the representation of human languages on a computer. Helps ease the transition to Unicode as well as allow conversion among legacy formats.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    A Python-based template and view-controller framework derived from HTML::Mason. Supports the full featureset of Mason, allowing component-based web development with Python-embedded HTML, and includes many new concepts and features not found in Mason.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    One-Liner creates one-line paragraphs from CR/LF- or LF-delimited text. Scanners normally return delimited text; substitution of complementary characters such as `` and \'\' for \" in paragraphs becomes easier when the delimiters are removed.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    SubLin

    SubLin

    Software tool to subtract lines of any text file from another.

    SubLin is a simple easy-to-use cross-platform application to subtract lines of any text file from another. It is also possible to keep or ignore case sensitive. Works also from command-line interface, e.g. "java -jar sublin.jar -s file1.txt file2.txt >new_file1.txt", to create output file "new_file1.txt", or "java -jar sublin.jar -s file1.txt file2.txt >>new_file1.txt", to create or append to output file "new_file1.txt". SubLin is portable, does not need installation and is developed in Java, so needs the Java Virtual Machine (version 6 or higher) that, in the case, is very easy to download and install.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    User friendly Subtitles Editor/Translator. Can open, convert, modify and save subtitle files in Subrip(.srt), MicroDVD(.sub) and Subviewer format. It has built-in translator for quick translation. Can change FPS, charset (Unicode, UTF8), and much more...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    This elisp package provides text based table creation and editing feature. Emacs can edit tables embedded inside a document, just like a modern WYSIWYG word processor. The latest version generates a table HTML source from a WYSIWYG table.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    TemplateFx

    TemplateFx

    Dynamic Templating Tool

    MOVED TO GITHUB - http://templatefx.netnix.org TemplateFx is a Dynamic, Scriptable, Lightweight and Platform Independent Templating Tool which allows you to generate outputs based on a template and some source data. Its main use is in generating configurations for CLI based devices like Cisco routers and switches.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    It's a free and handy text editor for both plain text files and formatted text files and printing. Since release 1.2.0 there is a tool for the conversion in PDF format. It's written in Java language so it's available for a lot of Operative Systems.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    A Collection of text utils for the shell.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Yet Another Python Interface to Expat. Object-oriented Python interface to Expat, designed for simplicity and ease of use.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    csvtoxml will convert parse csv comma separated value data into xml. a command line console utility that uses stdin and stdout pipe with more cat, pr, wget, zip, find -exec for added functionality. file stream term c c++ small fast parser unix win osx
    Downloads: 2 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB