Search Results for "a java file for reading ing writinging writing"

Showing 33 open source projects for "a java file for reading ing writinging writing"

View related business solutions
  • Propelling Payments for Software Platforms Icon
    Propelling Payments for Software Platforms

    For SaaS businesses to monetize payments through its turnkey PayFac-as-a-Service solution.

    Exact Payments delivers easy-to-integrate embedded payment solutions enabling you to rapidly onboard merchants, instantly activate a variety of payment methods and accelerate your revenue — delivering an end-to-end payment processing platform for SaaS businesses.
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
  • 1
    Kryo

    Kryo

    Java binary serialization and cloning, fast, efficient, automatic

    Kryo is a fast and efficient binary object graph serialization framework for Java. The goals of the project are high speed, low size, and an easy-to-use API. The project is useful any time objects need to be persisted, whether to a file, database or over the network. Kryo can also perform automatic deep and shallow copying/cloning. This is direct copying from object to object, not object to bytes to object. Kryo has three sets of methods for reading and writing objects. If the concrete class...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Apache Avro

    Apache Avro

    Apache Avro is a data serialization system

    .... This also facilitates use with dynamic, scripting languages, since data, together with its schema, is fully self-describing. When Avro data is stored in a file, its schema is stored with it, so that files may be processed later by any program. If the program reading the data expects a different schema this can be easily resolved, since both schemas are present.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Game Extractor

    Game Extractor

    Open and edit the archive files used in over 4200 games.

    Reads and writes archives used in many popular games. Great for mod development and game translations. Supports over 4200 games, with more games added through small plugins. Also shows file previews and converts them to different formats.
    Leader badge
    Downloads: 527 This Week
    Last Update:
    See Project
  • 4
    Jackcess
    A pure Java library for reading from and writing to MS Access databases.
    Leader badge
    Downloads: 74 This Week
    Last Update:
    See Project
  • Let your volunteer coordinators do their best work. Icon
    Let your volunteer coordinators do their best work.

    For non-profit organizations requiring a software solution to keep track of volunteers

    Stop messing with tools that aren’t designed to amplify volunteer programs. With VolunteerMatters, it’s a delight to manage everything in one place.
  • 5
    Extended Java WordNet Library

    Extended Java WordNet Library

    extJWNL is a Java library to handle dictionaries in WordNet format.

    extJWNL (Extended Java WordNet Library) is a Java API for creating, reading and updating dictionaries in WordNet format. extJWNL is an upgraded version of JWNL. The library features support for creating, editing and writing dictionaries; dictionary encodings, including UTF-8; Java generics; huge dictionaries; instance dictionaries and static singletone dictionary; Maven and more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    ebfformat

    ebfformat

    An Efficient Binary data Format

    EBF, which stands for Efficient Binary Format, is a binary file format for reading and writing binary data easily. Reading writing routines are currently available in C,C++,Fortran,Java, Python, IDL, MATLAB. A program called ebftkpy which has a set of utility functions to work with the .ebf files , e.g., viewing the contents and getting a summary, is also provided. The EBF specification is designed to be concise and easy to understand to make it easier for others to write their own code...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    BeoZip is a Java application that backs up data into ZIP files while also providing additional archiving utilities. This program uses the Java APIs for reading and writing ZIP files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    VBScript Development Kit (VDK)

    A VBScript development library for serious VBScript programmers

    The VBScript Development Kit (VDK) is a VBScript compliant development library to be used in any host that has support for Windows Script Host (WSH). Modelled after the Java Development Kit (JDK), the VDK adds programming features/concepts prevalent in other higher order programming languages such as Java, C#, etc. The VDK provides rapid development capabilities by providing out of the box support for many common programming activities e.g., string manipulation and handling, file...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    AccessConverter

    A Microsoft Access database conversion tool to convert old and new Acc

    A Microsoft Access database conversion tool to convert old and new Access database formats to some other popular SQL based databases and formats. It is built with Jackess, a Java library for reading and writing MS Access databases. It supports Access 97 and all versions 2000-2013. Online Application An online application that uses AccessConverter to convert databases can be found here https://lytrax.io/blog/tools/access-converter. Dependencies JDK 1.8 Apache Commons IO 2.5 (commons...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • 10
    This is a java wrapper for the Windows functions that operate on the registry. Some of the methods available in this library include read/write operations as well as the ability to search the registry for specific values. JRE 1.5 or higher required. The documentation for this library can be found online at https://jregistry.sourceforge.io/docs/.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11

    JFASTA

    Java implementation for the FASTA file format.

    JFASTA is a lightweight framework for handling FASTA files. It supports reading, writing and parsing of single- or multi-FASTA files. Files may be read/ written at once, or stream-based (memory efficient). It's stable, very intuitive and good integrated with Java 1.5 SDK and later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    JMGF

    Java implementation for the Mascot Generic File Format (MGF).

    JMGF is a lightweight framework for handling MGF files. It supports reading, writing and parsing of MGF files. Files may be read/ written at once, or stream-based (memory efficient). It's stable, very intuitive and good integrated with Java 1.5 SDK and later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    OFsX

    Oracle File system Extension

    Problem: How can Oracle PL/SQL applications read, write, move or copy arbitrarily large files to or from arbitrary file system locations? Solution: This utility (OFsX) uses PL/SQL, Oracle AQ & Spring Integration to handle reading, writing, copying, moving & deleting of files from Oracle PL/SQL in a general way. Summary: PL/SQL is an excellent language for developing data-intensive, enterprise applications. However, it can be difficult for PL/SQL applications to interact with a file system...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Super CSV

    A fast, programmer-friendly, free CSV library for Java

    Super CSV is a fast, programmer-friendly, open-source library for reading and writing CSV files with Java. PLEASE NOTE: As of January 2015 we have now moved to GitHub (https://github.com/super-csv/super-csv). This SourceForge page will remain, but with limited functionality (please go to GitHub to report issues and for project downloads). It is highly configurable, and supports reading and writing with POJOs, Maps and Lists. It also has support for deep-mapping and index-based mapping...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    POIRE

    POIRE

    Its a Microsoft Ms-office files(Excel, Word, Powerpoint) handling with

    ... & OPCPackage classes in the POI. with these classes the reading and writing into excel file would be faster. These methods are mainly useful for the Automation testing if you want to read the data from the Excel on different sheets. These methods will helpful while making any automation framework(Data driven & Hybride) with the Test data as Excel. These Methods will be helpful in development when ever it require to read/write the data from the excel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Systems Glycobiology

    Glycosylation Network Analysis Toolbox (GNAT)

    GNAT is an open source, platform-independent MATLAB based toolbox. It is written in MATLAB and Java. It has been tested in Windows (Windows 7), Linux (Ubuntu), and Mac OS (X Lion) platforms. The original GNAT package (file GNAT.zip) provides functions for reading, writing, manipulation, visualization and simulation of glycan structures and glycosylation reaction networks (citation [1]). The second version of this software (GNATv2beta.zip) upgrades the original GNAT program with additional...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Library and tool to support reading/writing Microsoft Money *.mny file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Matlab's MAT-file I/O API in JAVA. Supports Matlab 5 MAT-flie format reading and writing. Written in pure JAVA.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19

    Tablature Player

    A java program that plays tablature contained in a text file.

    Purpose of Project The purpose of this project is to allow guitar tablature readers and writers the ability to listen to the tablature that they are reading/writing. This is useful for learning guitar parts (readers) and proofreading guitar parts (writers), because it allows people to hear the part that is written out in tablature. How to use Project Please go to the wiki for details on how to user the TablaturePlayer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    GlabUke creates ukulele tabs and transposes it easily. It also offers a algorithm that finds the easiest transposition. Guk files can be exported as PDF for quality printing. Other features are planned for the future, such as addings lyrics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Lioness (Languages Interop Framework)
    Framework for making Windows applications that are one .exe file in AutoHotKey_L,C++,C#, VB.NET,Java,Groovy,Common Lisp,Nemerle,Ruby,Python,PHP,Lua,Tcl,Perl,Jint,S#,WSH VBScript,HTML/JavaScript/CSS,COM, PowerShell without compiling . For .NET 4.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22
    kanjidic-parser

    kanjidic-parser

    Kanjidic Parser is a Parser for Parsing the KANJIDIC File

    kanjidic-parser is an API to parse the KANJIDIC2 data file. This file is compiled by Jim Breen and the 'Electronic Dictionary Research and Development Group' at Monash University.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This is a multi-threaded Java program that tries to maximise CPU utilization by separating and distributing the computational part of the work from the file reading and writing part by using separate threads.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Java CSV Library

    Small, fast Java library for reading and writing CSV files

    Java CSV is a small fast open source Java library for reading and writing CSV and plain delimited text files. All kinds of CSV files can be handled, text qualified, Excel formatted, etc.
    Downloads: 23 This Week
    Last Update:
    See Project
  • 25
    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
  • Previous
  • You're on page 1
  • 2
  • Next