Showing 75 open source projects for "java writer"

View related business solutions
  • Shift, the browser that merges all of your web apps into one powerful window. Icon
    Streamline everything you do online when you install Shift and access thousands of apps without leaving your browser. Connect all of your Gmail, Outlook, and Office 365 accounts and manage everything from one centralized window. Build out your Shift browser with apps that integrate seamlessly so you have ultra-fast access to all the tools you use to stream, shop, work, browse, and stay connected. Shift brings it all together.
  • 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.
  • 1
    Apache Hudi

    Apache Hudi

    Upserts, Deletes And Incremental Processing on Big Data

    Apache Hudi (pronounced Hoodie) stands for Hadoop Upserts Deletes and Incrementals. Hudi manages the storage of large analytical datasets on DFS (Cloud stores, HDFS or any Hadoop FileSystem compatible storage). Apache Hudi is a transactional data lake platform that brings database and data warehouse capabilities to the data lake. Hudi reimagines slow old-school batch data processing with a powerful new incremental processing framework for low latency minute-level analytics. Hudi provides...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    jsoniter-scala

    jsoniter-scala

    Scala macros for compile-time generation of safe and ultra-fast JSON

    Scala macros for compile-time generation of safe and ultra-fast JSON codecs. This library had started from macros that reused jsoniter (json-iterator) for Java reader and writer but then the library evolved to have its own core of mechanics for parsing and serialization. The idea to generate codecs by Scala macros and main details was borrowed from Kryo Macros and adapted for the needs of the JSON domain. Validate parsed values safely with the fail-fast approach and clear reporting, provide...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    eCxx

    eCxx

    A C++ library for AVR and NodeMCU

    NOTE: This project is marked with 'Status: Abandoned' on SourceForge because not enough time can be dedicated to this project. However it may still get sporadic commits to the repository. eCxx is a library for AVR and NodeMCU tailored for micro LED displays and lighting effects. eCxx is utilizing Makefile build system. Java and Python based applications/tools are also included to ease the development and debugging process using the host PC. On one side, eCxx supports the original...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    CompPad
    CompPad is a LibreOffice extension that provides live mathematical and engineering calculations within a Writer document. It is intended to provide a free / open-source alternative to Mathcad .
    Downloads: 2 This Week
    Last Update:
    See Project
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • 5

    Java JsonReader, JsonWriter and Schema

    Json Reader and Writer Library with JsonSchema Support

    Read and write JSON data from and to files or streams. Validation by JsonSchema (see http://json-schema.org for specifications)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Java Text Writer

    Java Text Writer

    A text writer written in java and use to type,edit and manipulate text

    A sample text writer written in java to provide basic word editing, typing and formatting functions with extra functionalities
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    OpenOffice.org Export As DAISY
    odt2daisy is an OpenOffice.org Writer extension, enabling to export in DAISY XML, Full DAISY (xml+audio) and Audiobook format. DAISY is an NISO Z39.86 standard for blind, visual impaired, print-disabled, and learning-disabled people.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Anaphraseus
    Anaphraseus is a CAT (Computer Aided Translation) tool, OpenOffice.org 2-3 macro set for OpenOffice/LibreOffice Writer similar to famous Wordfast. It works with the Wordfast Translation Memory format (*.TXT), and supports text segmentation.
    Leader badge
    Downloads: 21 This Week
    Last Update:
    See Project
  • 9

    Java Utilities No Dependencies

    Java Utilities without any dependency to other common libraries

    Several Utilities classes that have no dependencies to third party libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Coding Tests and Assessments for Hiring at Scale Icon
    Coding Tests and Assessments for Hiring at Scale

    For companies that hire engineers

    We help fast-growing companies #GoBeyondResumes in technical recruiting by structuring, automating, and scaling interviews with our technical assessment platform
  • 10
    Mavscript

    Mavscript

    Calculations in a text document

    Mavscript allows the user to do calculations in a text document. Plain text, LaTeX and OpenOffice Writer files (.odt) are supported. The calculation is done by the algebra system Yacas (default), Jasymca or by the Java interpreter BeanShell.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Batch Text Writer

    Batch Text Writer

    A bulk file editing program that renames files and replaces text.

    This powerful program allows the editing and renaming of thousands of files simultaneously. Written in Java this application is a free Batch editing application with numerous options for replacement and editing of text files. This program searches through folder systems and finds any occurrences of characters or lines. It allows for replacing, deleting, and editing those files simultaneously.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Android PDF Writer Enhanced (APWE)

    Library to create PDF files from Android

    This library allow to create PDF files from Android versions older than API 19, where PDF support was added. It's based on APW project by Javier Santo Domingo located at: https://sourceforge.net/projects/apwlibrary/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Android PDF Writer Enhanced Demo

    Demo for Android PDF Writer Enhanced Library

    This is a demonstration of the features of Android PDF Writer Enhanced library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    XSLT stylesheets and related tools to convert documents from formatting objects (XSL FO) to ODF format. The resulting document can be opened in OpenOffice Writer.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Saros - Distributed Party Programming
    Saros brings multi-writer synchronous distributed editing to the Eclipse IDE, e.g. for joint code reviews, explaining code remotely, or distributed pair programming -- all also for more than 2 participants; we call this Distributed Party Programming. It includes refined awareness functionality, text chat, and a simple distributed whiteboard/sketching facility. Eclipse Update Site: https://www.saros-project.org/update-site/eclipse
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    json4java

    Very Compact Java Reader / Writer ( 12kb)

    I was i need of a json writer / parser which is - Compact. Libraries around there are way too big given the json spec and my usual need for a project. -Simply integrated as a simple jar. Dont want to force Maven dependency on projects. Could not find it so i wrote it. I dont claim its perfect , but should save some time for small / medium projecs. Json types are intuitively mapped to their Java counterparts : Map , List. I did not try all UTF16 encodings , but let me know i will fix...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    XML2CSV-Generic-Converter

    XML2CSV-Generic-Converter

    Flatten XML into CSV to suit your mood

    ... execution but might as well be interfaced directly by a Java class as part of a broader [yet non commercial] software. It handles attributes, repeated elements, and so on, and produces results which level up with what spreadsheets generate when they import native XML (at least in its most extensive execution mode). Please refer to the documentation for further details (PDF doc, Open Office Writer doc, and API doc). This free software is released under the GNU GENERAL PUBLIC LICENSE Version 3.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18

    dex2jar

    Tools to work with android .dex and java .class files

    ... tools to work with .class files. * d2j-smali disassemble dex to smali files and assemble dex from smali files. different implementation to smali/baksmali, same syntax, but we support escape in type desc "Lcom/dex2jar\t\u1234;" * dex-writer write dex same way as dex-reader.
    Leader badge
    Downloads: 947 This Week
    Last Update:
    See Project
  • 19
    Sinhala Unicode Writer

    Sinhala Unicode Writer

    Sinhala Unicode Writer For Linux

    Sinhala Unicode Writer is a sinhala unicode writing tool for linux.This application will help you to type whatever you want in Sinhala just like you are typing an SMS. It is very easy and simple to use.All you have to do is type in your text with English keyboard, meantime app transliterates this text in to Sinhala for you Offline.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    EXIF Image Reader, Writer, Viewer, and Editor in Java
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Secretica CRM

    Secretica CRM

    An absolutely free customer relationship managment (CRM) application

    An absolutely free customer relationship managment (CRM) application developed by Codeiron Ltd. Available under Codeiron Public License 1.0 (a BSD-style license but a little bit less permissive, check the License folder of project files).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    jMDFLib

    This is a small Java library which reads MDF Files up to Version 3.00

    This Library for Java shall enable developers to use (at first read, maybe later writer) MDF Files, as described by the Format Specification MDF Format by Vector Informatics. The MDF file format is widely used in automotive engineering and other fields for the recording of measurement data. This Java library parses MDF files and enables different kind of read access. If this library is not helpful for a particular purpose it can at least be used to see how the parsing (and therefore how...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Blog Post Editor

    Blog Post Editor

    Blogspot / Wordpress Writer

    Blog Post Editor is an application for blogging, similar to the "Windows Live Writer", but because the blog post editor using java, so this application can run on almost all platforms, windows, linux, or mac, "Blog Post Editor" also keep all your posts in the database locally... Use blogpost.*bundle.exe for one click installation no need JRE setup manually Use *.jar file for non windows os,, (need JRE 8) How to use: (Indonesian Language) http://www.ttsberita.com/2014/06/cara...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Row-Bean

    Row-Bean

    CSV reader writer - bean mapping - easy bean extraction from CSV file

    Row-Bean is a CSV-Bean JAVA API . Row-Bean provides CSV reader an writer. More ever provides a mechanism to map csv file content to java beans and revers. For each use, a XML description must describe the wished mapping. Another possibility consists in use Annotations. Use under maven : <!-- row bean with annotations --> <dependencies> <dependency> <groupId>net.sf.csv-bean</groupId> <artifactId>row-bean-annotations</artifactId> <version>1.1.0</version> </dependency...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    odt2braille
    odt2braille is a Braille extension to OpenOffice.org Writer. odt2braille enables authors to print documents to a Braille embosser and to export documents as Braille files. The Braille output is well-formatted and highly customizable.
    Leader badge
    Downloads: 26 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next