Showing 212 open source projects for "file utility"

View related business solutions
  • EBizCharge Payment Platform for Accounts Receivable Icon
    EBizCharge Payment Platform for Accounts Receivable

    Getting paid has never been easier.

    Don’t let unpaid invoices limit your business’s growth. EBizCharge plugs directly into the tools your business already uses to speed up payment collection.
  • RMM Software | Remote Monitoring Platform and Tools Icon
    RMM Software | Remote Monitoring Platform and Tools

    Best-in-class automation, scalability, and single-pane IT management.

    Don’t settle when it comes to managing your clients’ IT infrastructure. Exceed their expectations with ConnectWise RMM, our MSP RMM software that provides proactive tools and NOC services—regardless of device environment. With the number of new vulnerabilities rising each year, smart patching procedures have never been more important. We automatically test and deploy patches when they are viable and restrict patches that are harmful. Get better protection for clients while you spend less time managing endpoints and more time growing your business. It’s tough to locate, afford, and retain quality talent. In fact, 81% of IT leaders say it’s hard to find the recruits they need. Add ConnectWise RMM, NOC services and get the expertise and problem resolution you need to become the advisor your clients demand—without adding headcount.
  • 1
    checkstyle

    checkstyle

    Development tool to help programmers write standard Java code

    ... of your source code. It can find class design problems, method design problems. It also has the ability to check code layout and formatting issues. Since Checkstyle 7, some users have been unable to continue upgrading to newer versions of the utility because of the new JDK 1.8 compile requirement. The development team doesn't have the resources to keep updating the utility for older JDKs for those that can't work with the latest version.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2
    Java utility classes

    Java utility classes

    Utility classes for Java

    This is a set of Java classes and static methods for: - System process management on a machine, e.g. starting a process, getting its PID, waiting, destroying, getting all processes, etc. - Buffered file reader for both text (ASCII) and binary files, specifically useful for parallel file parsing and/or for large files. - Async. timer with a variable precision. - Easy http GET request sender and data retriever. _____________ All compiled Java classes are in org.engitex.utils package...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    keycloak-config-cli

    keycloak-config-cli

    Import YAML/JSON-formatted configuration files into Keycloak

    keycloak-config-cli is a Keycloak utility to ensure the desired configuration state for a realm based on a JSON/YAML file. The format of the JSON/YAML file is based on the export realm format. Store and handle the configuration files inside git just like normal code. A Keycloak restart isn't required to apply the configuration. The config files are based on the keycloak export files. You can use them to re-import your settings. But keep your files as small as possible. Remove all UUIDs and all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Zip File Extractor

    Zip File Extractor

    A utility that extract files from Zip file.

    1. Java Runtime Environment(JRE) 5 or higher required. if JRE is not installed on your PC, then goto https://www.oracle.com/java/technologies/java-archive-javase5-downloads.html 2. Download Zip File Extractor. 3. Double click on downloaded file.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
  • 5

    Change File Encoding

    Change encoding of text files.

    Change File Encoding is a utility that allows you to change the encoding of text files. For example, files saved in US-ASCII can be converted to UTF-8. Over 170 encodings are supported. Requires Java 1.8 or higher.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Catacombae

    Catacombae

    A free collection of applications and utility programs

    This project serves as a collection of different free software projects that I'm working on. The major ones are currently "HFSExplorer", "DMGExtractor", and "NTFS-3G for Mac OS X".
    Leader badge
    Downloads: 3,764 This Week
    Last Update:
    See Project
  • 7

    pdf-highlight-extractor

    PDF Highlight Extractor

    Java Swing based PDF highlight extraction utility. You can also export highlights to a regular text file. Requires Java 8 or higher installed. You can download Java setup by this link: https://java.com To use this utility right click on pdfhex.jar -> Open With -> Java
    Downloads: 18 This Week
    Last Update:
    See Project
  • 8
    jDiskMark

    jDiskMark

    Java Disk Benchmark Utility

    Cross platform disk benchmark utility written in Java. Measure your storage drive's read and write speeds by creating and accessing sample data files at your chosen location. Results are presented in an easy-to-understand graph, allowing clear characterization of storage device behavior. Customize a benchmark by adjusting the block sequence, sample size and block size. Runs are automatically saved allowing easy review and comparisons. Please try our new new windows installer: https...
    Downloads: 17 This Week
    Last Update:
    See Project
  • 9
    JDiskCat

    JDiskCat

    Multi-platform disk cataloguing utility written in java.

    .... Cataloguing enables user to check what they contain without putting them physically into drive and avoid a possibility of a mechanical damage. Download package consists of a jar file and a Eclipse project with a full source code. No installation is required. You can copy this program anywhere or transfer it to another computer. Setting unique volume label to a drive before cataloguing is recommended. See blog or homepage for news and changelog. This program requires JRE 6 or newer.
    Downloads: 6 This Week
    Last Update:
    See Project
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • 10
    Cal

    Cal

    Cal - The Console Calendar Generator

    Cal is a command line utility that will output a calendar for the desired month/year. It's simple and accurate with a few useful features. By default, Cal will display the current year. You can provide a month and year, a month, or just a year. You can also change the number of calendars per row in your display with the -n switch. See the examples below for a more through description. This is a single executable JAR file. While you will need Java installed, there is no need to install...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Nyagua
    A java based aquarium management database.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12

    RecordEditor

    Editor for Fixed Width, Csv and Existing Xml files.

    ... Compare * File Copy and reformat Utility * FileWizard this is use to work out the format of a File. It can generally find both Text and binary / packed deicimal fields in a file For Simple Csv you should look at its sister project reCsvEditor. Note: The core Editor code is also used in the "Protocol buffers editor" and "Avro Editor"
    Leader badge
    Downloads: 61 This Week
    Last Update:
    See Project
  • 13

    commonlib-java

    common java utility library

    useful library for repetitive java stuff
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    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
  • 15
    FileHashler

    FileHashler

    cross-platform (Java) file encryption and archiving tool

    Java based API (library) and console utility for cross-platform file and directory encryption and archiving. Encrypts single files up to 9.2 EB length. Directories can be encrypted as sets of single files in a single action. Uses Twofish (CBC) and SHA-256. Security level is strong and benefits from the PWS3 (Password Safe) encrypted file format. The level can be lowered to 128-bit key-length (normally 256).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    jCIFS Filesystem

    Wraps jCIFS as a java filesystem

    This library is a Java 7 filesystem for accessing CIFS/SMB resources over network. Internally it uses jCIFS and hides the library behind the java.nio.file.Path interface and its friends. Please download the newest version of jCIFS from http://jcifs.samba.org/. You can get access to a cifs/smb file simply by using Paths.get(new URI("smb://hostname/share/filename")) and manipulate the returned Path with the utility class java.​nio.​file.​Files. So you can use one API to access local...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Mkpass

    Mkpass

    Mkpass - Command line Secure Password Generator

    mkpass is a simple command line utility to generate secure random passwords. You can easily redirect these to a clipboard or copy and paste as needed. I use a password manager and generate random passwords every time I need one. And while most password managers include a generator, there are times I need one outside of that. The code is written in java so it should run on any OS that supports it. Lastly, the idea and core code came from a Wikipedia article. I just took this and expanded...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    aPhoto

    aPhoto

    aPhoto is a Batch Intuitive Program Makes Text and Image Watermarks

    Introduction: aPhoto is a batch, intuitive and portable program that helps you to make text(eg. Copyright Notice) and image(eg. Logo) watermarks for the photos, and save the result photos to JPG, PNG, GIF, or BMP file formats. aPhoto is a lightweight application whose purpose is to help users embed text or image watermarks on their favorite pictures. This is a portable program, so it is important to mention that it doesn't leave any traces in the Windows Registry. You can copy it on any...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19

    Java Data Loader

    jdl is a loader utility for moving data from (CSV or XML) into a db.

    usage: java [-options] -jar jarfile -c <arg> -d <arg> [-l <arg>] -c,--conn <arg> conn file -d,--data <arg> data file -l,--load <arg> load file Into src/test/resources you can find some sample (conn, data and load) files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    HOFAT - Hash Of File And Text

    HOFAT - Hash Of File And Text

    HOFAT - graphical Hash Of File And Text calculator, 100%-pure Java

    HOFAT - graphical Hash Of File And Text calculator utility (Message Digest), 100%-pure Java, portable and cross-platform. Support md2, md5, sha1, sha256, sha384 and sha512 hashes. Simple and intuitive GUI - Graphical User Interface. Developed with Java Spring Framework. Tested in Windows/Linux. Need Jre-1.8 - https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html. Source - https://github.com/harp077/hofat/ If you like this - put a star on https://github.com/harp077...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    dsam
    The Development System for Auditory Modelling (DSAM) is a computational library designed specifically for producing simulations of the auditory system. It brings together many established auditory models within a flexible programming platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    .Net DLL/WSDL Import Utility for Java

    .Net DLL/WSDL Import Utility for Java

    Used for importing .Net DLL/WSDL into Java.

    The .Net Library Importer for Java (dotNet4Java Importer) is used for importing .net assemblies(dll), WSDL or web service XML schema into Java which generates Java classes from the types of the imported assemblies. This tool is categorised into two parts: 1. Import .Net Assemblies Wizard: Used for importing .net assemblies and generating Java classes from the types of the imported assemblies. 2: Import WSDL/Web Services Wizard: Used for importing Web Service Description language file/Url...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    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: 4 This Week
    Last Update:
    See Project
  • 24
    Jacksum

    Jacksum

    a free cross platform checksum utility, supports 58+ hash algorithms

    Development of this project has been moved to https://github.com/jonelo/jacksum. This site has been left for historical purposes ONLY, you find older Jacksum versions here. Please visit the GitHub site for current development. Jacksum 1.7.0 is a platform independent checksum utility (written entirely in Java) for computing and verifying (integrity check) checksums, CRC and hashes (fingerprints). It supports 58 popular hash algorithms and a lot of unique features.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 25
    Data synchronization utility for moving data between different servers and different databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next