Showing 162 open source projects for "binary file"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1

    Lazy File Sorter

    This feature rich program sorts files by their extensions.

    Lazy File Sorter will check files by their extension and move or copy them into their specified output folder. Lazy File Sorter was written in java and works on linux and windows. ATTENTION MAC USERS: This program has not been tested on a mac. Please report your experiences good or bad to help improve this project. The binary in the /bin/Linux folder contains a platform independent jar file that should work on macs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    hxs - command line hexa searching and binary file dumping utility, allows you to search hexa expressions and binary strings in any files (supporting also big files like /dev/hda) and allows you to dump particular pieces of file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    DReport

    DReport

    Console tool for creating directory level reports.

    Tool to create a CSV report on directory hierarchies. Listing includes date range. Great for spreadsheet analysis to govern file archival. Another STDNOJ Project. By R.A Nagy
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Small, easy to use binary file editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5
    IP ops em provides IP and VLSM calculator for Windows Mobile.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Monolith is a simple tool that takes two arbitrary binary files and "munges" them together to produce a Mono binary file. Monolith can also reconstruct an Element file from a Basis file and a Mono file.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    DROID
    [2014-10-31] This project is obsolete, for latest version (6.1.3) see GitHub https://github.com/digital-preservation/droid (source) and http://www.nationalarchives.gov.uk/information-management/manage-information/preserving-digital-records/droid/ (binary) DROID (Digital Record Object Identification) is an automatic file format identification tool. It is the first in a planned series of tools developed by The National Archives under the umbrella of its PRONOM technical registry service. [2013-01-24] The binary download of the latest version of DROID has now been moved to The National Archives website: http://www.nationalarchives.gov.uk/information-management/projects-and-work/droid.htm The source code for the latest version of DROID remains available via Github: http://digital-preservation.github.com/droid/ [2012-09-07] DROID 6.1 has been released. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Packer plugin for total commander which allows to extract and substitute binary attachments(illustrations in most cases) from fb2 e-book files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Cozy
    Cozy is a backup solution for Linux. It aims to be similar to Apple's Time Machine, with the difference that Cozy recognizes duplicate files and incremental backups are realized through binary diffs to save space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 10
    Powow is an open-source TCP packets exchange mesh. It allows many TCP clients to connect to a "Powow cloud" (several instances of Powow), to exchange data. Powow is a TCP socket server like Palabre or Oregano.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Frhed is an binary file editor for Windows. It is small but has many advanced features like ability to load big files partially.
    Leader badge
    Downloads: 151 This Week
    Last Update:
    See Project
  • 12
    ZASM is a 2 pass assembler for Zilog's 8-bit CPU Z80. Supported platforms: Unix-style OS, e.g. MacOS X, Linux, BSD. Special support for ZX Spectrum emulator file formats. Binary or intel hex file output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Peter's Updater is a program to synchronize local directories automatically with FTP-Directories or other local directories. Peter's Updater supports proxies, gateways, filters and binary-/text-mode depending on the file extension.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This tool designed for fast exporting flow-tools (http://www.splintered.net/sw/flow-tools/) collected data to database. It avoids accidential double import and miss import from files. Extremely fast and reliable. Bit of examples are here - http://www.larionov.pro/2010/07/netflow-3_12.html (Russian).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Defuddle is a data translation engine that supports mapping arbitrary ASCII and binary file formats to a data model defined in XML Schema in a manner similar to, but not compliant with the Data Format Description Language (http://www.ogf.org/dfdl/).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Sgrep (sorted grep) is a much faster alternative to traditional Unix grep when searching large files, because sgrep searches sorted input files using a fast binary search to find matching lines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    View and edit your ELF object file. Useful for plugin-based architectures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Command-line tool to check ADFs (Amiga Disk Files) for errors and viruses. A binary is included for Windows users; Linux users are advised to compile the application themselves. Might also compile under plain DOS; but BE WARNED! When you scan files already renamed by the TOSEC standard, consider that file names may become insanely long in no time. --UPDATE OCTOBER 2014-- This project is currently suspended!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    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
  • 20
    mylvmdump uses LVM snapshots to create MySQL database backups in scenarios where both a high database availability as well as textual dumps (instead of binary file copies) are required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    a Lazarus/(freepascal) programmed software for running commands on remote "server" or machine, true a file shearing.(like sshfs..)... some customize options, GUI on the user/machine...linux ppc, x86 and linux amd64, the source binary enabled.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    An algorithm for compression and decompression of Binary Decision Diagrams will in many cases reduce the size of the BDD to 1-2 bits per node.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A command line utility to read a text file containing lines of data, clean up any CR/LF anomalies, and output the lines of text with clean CR/LF terminators to standard output. The binary is a Windows 32 bit console app.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A shell command (binary executable) allowing the manipulation of the extended attributes of a file. Extended attributes allow the arbitrary association of name:data (i.e., key-value) pairs with file system objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This is a fast binary compression/decompression method based on byte translation through a numerical order sequence that demonstrates the speed and efficiency of binary compression. (http://www.jasenko.com.mk)
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB