Showing 188 open source projects for "file-studio"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 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
    Applies a simple SQL query (without joins) to a tab-separated-value text file. Intended for the command line, like "txtselect 'c2 from states.txt where c3 > 1000000'." Distributed as a single Python source-code file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Make your file PDF with one interface friendly, all is visual, only you have to click and make your own PDF, is totally free, is make in JAVA. You can make PDF profesional with this tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    RowScope
    An asynchronous file viewer for large files (100 of MBytes, GBytes)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    TextMarker
    TextMarker is now developed and hosted at Apache UIMA (http://uima.apache.org/textmarker.html). TextMarker is a UIMA-based tool for information extraction and more. The full featured editor of the rule language and the build process of UIMA descriptors are complemented with components for visualization, explanation, testing and rule learning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 5
    A simple way to create a syntax highlighting editor for a custom language/grammar and/or create custom grammar parsers. This is a .NET project written in C#. See details here: http://acct001.com/wordpress/?p=190
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    JPDF Export
    JPDF Export is a java library built on the famous iText library. It provides simple functions that can be used to build complex pdf files. It also provides simple classes to merge, split and convert pdf files
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A Ruby file parser/interpreter/preprocessor that comments lines of code based on conditions at the time the file is required. Very handy to implement debugging logs and code that has to be commented (not just dynamically switched off).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Filecmp is a command-line application that gets two filenames as argument and outputs the comparison between them - e.g. if they are the same or not... it may look irrelevant but sometime it's very useful, specially inside scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Java library for reading and writing of flat files. CSV, FLR (fixed length record) or mixed structures. Tree-style processing API. Adapters for SAX, Stax and XStream for transformation, data binding or serialization.
    Downloads: 0 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
  • 10
    A simple application to transform XML in CSV like file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    QCreativeWriter
    A software for creative writers with some new aspects. Scene/Strand based, interactive story-devolepment in an intuitive way. Database oriented on creative writing technics. Full editor integration. Statistics. -> And a beta-reader client!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The XSD editor is a cross-platform XML editor. Although it can be used to edit any type of XML file, the editor is specifically designed to allow easy creation, editing, and validation of XML Schema (XSD) files.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 13

    odtPHP

    Open Document Templating System for PHP

    OdtPHP is a PHP librairy designed to use OpenDocument file as a template for PHP. It's a kind of PHPLib for OpenOffice document.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Rephrase is a simple string replacement application. The default package comes with a wordiness rule file, a 1337 rule file, and an English to French rule file. It can be used on the command line as part of a set of other tools as well.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A tool for writing german and english letters. Basically this is a frontend to generate a LaTeX file, which is then processed by pdflatex.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This application reads the output of Web forms posted on your website (usually via email) and converts them to csv files for importing into a database, or managing in Excel
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Gtranslator is an enhanced gettext po file editor for the GNOME desktop environment. It handles all forms of gettext po files and include very useful features like Find/Replace, Translation Memory, different Translator Profiles, Messages Table (for having an overview of the translations/messages in the po file), Easy Navigation and Editing of translation messages & comments of the translation where accurate.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 18
    HTMLtools includes several Java HTML tools for preparing Web pages. The HTMLtools program automates batch conversion of tab-delimited spreadsheet text files to HTML Web-page files, file & table editing, keyword mapping, templates, and more.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    Provide a robust and efficient implementation of n-gram based classifiers to Java. N-Gram algorithms have shown to be surprisingly good at tasks like guessing the language/encoding from an arbitrary text file. And there are many more applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Command line spell checking script that checks single word. User doesn't have to open file or word processor just to check single word. Simply type: "wordcheck <word>" where <word> is the word you want to check. Uses GNU Aspell.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    TextSplitter is an open source GUI utility written in C# for .NET platform. Designed to split the text file into multiple files for a specified number of rows or the size of the resulting file. Encoding of input and output files can be selected.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    binreplace is a command line tool to search and replace binary sequences in a file. It can be very powerful when used together with grep and sed. It uses prefix tree internally to search. It's efficient even with millions of search terms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Just simple library for get text file information, for checking file text description. for example calculate how much character (with space or without space), line, blank line where we can find in the file text.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Jade
    Jade is an extensible multiple document word processor desktop application built on the Adobe AIR run time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    SimpleWiki is smal personall hybrid wiki-style and blog engine.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB