Showing 20 open source projects for "byte on"

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
    LZ4

    LZ4

    Extremely fast compression algorithm

    LZ4 is lossless compression algorithm, providing compression speed > 500 MB/s per core (>0.15 Bytes/cycle). It features an extremely fast decoder, with speed in multiple GB/s per core (~1 Byte/cycle). A high compression derivative, called LZ4_HC, is available, trading customizable CPU time for compression ratio. LZ4 library is provided as open-source software using a BSD license. This benchmark simulates simple "static content transfer" scenario such as OS Kernel compression or video game's static assets (text/images/tables/scripts/etc) which loading from Flash Memory / HDD / SSD. ...
    Downloads: 274 This Week
    Last Update:
    See Project
  • 2
    RocksDB

    RocksDB

    A library with an embeddable, persistent key-value store for storage

    RocksDB uses a log structured database engine, written entirely in C++, for maximum performance. Keys and values are just arbitrarily-sized byte streams. RocksDB is optimized for fast, low latency storage such as flash drives and high-speed disk drives. RocksDB exploits the full potential of high read/write rates offered by flash or RAM. RocksDB is adaptable to different workloads. From database storage engines such as MyRocks to application data caching to embedded workloads, RocksDB can be used for a variety of data needs. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    GParted

    GParted

    A partition editor to graphically manage disk partitions

    GNOME Partition Editor for creating, reorganizing, and deleting disk partitions. It uses libparted from the parted project to detect and manipulate partition tables. Optional file system tools permit managing file systems not included in libparted.
    Leader badge
    Downloads: 28,232 This Week
    Last Update:
    See Project
  • 4
    litc

    litc

    Litc - light in band text compressor

    ...Created to shorten single line UTF8 strings; it tries to compress them quickly with a simple interface that can be used as a drop in replacement for Encoding.UTF8.GetBytes(value) and Encoding.UTF8.GetString(packed). The public Litc API are in fact: byte[] packed = Litc.GetBytes(value); string unpacked = Litc.GetString(packed);
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    bcal

    bcal

    Byte CALculator for storage conversions and calculations

    bcal (Byte CALculator) is a command-line utility for storage conversions and calculations. Storage, hardware and firmware developers work with numerical calculations regularly e.g., storage unit conversions, address calculations etc. If you are one and can't calculate the hex address offset for (512 - 16) MiB immediately, or the value when the 43rd bit of a 64-bit address is set, bcal is for you.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Infoscava

    Infoscava

    Infoscava is a desktop application for comprehensive file analysis.

    Infoscava is a universal file analyzer designed as a desktop application for in-depth file analysis. It supports metadata, hashes, hex, text, JSON, EXIF (with GPS), Base64, entropy, and byte histograms. Its user interface features tabbed views, a file browser with drag-and-drop, dark/light themes, live file watching, and analysis export to JSON/TXT/HTML.From now on binary release stopped,for further information see repo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    xdf - The Exquisite `df'
    xdf ( exquisite df ) - a souped-up version of df(1), offering flexible field, units, and filesystem type selection and a choice of output layouts and formats, that runs on Unix, Linux, BSD, and Cygwin.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Hex Encoding Utility

    Hex Encoding Utility

    An utility that allows you to convert your data using Base16 encoding.

    ...Application input can be obtained from files, command line, keyboard or by redirecting output from another console application. The Base16 algorithm provides encoding in such a way that each byte of data is split into two 4-bit values ​​and represented by two hexadecimal digits. Also, this utility can restore the original data from text containing a hex dump. Base16 can be useful for developers, system administrators, and other professionals who work with binary files or data. System requirements: MS Windows with .NET Framework 4.0 installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Simply-Scripted Backup

    Simply-Scripted Backup

    Lightweight utility for performing backups, with scripting capability

    ...It can also clean the backup by deleting (or optionally moving to a time-stamped folder) files and folders that no longer appear in the source. As an additional feature, the backup can be compared with the source, including a byte-for-byte comparison of all the files. All backup tasks can be specified with a script (see the wiki for details), or by using the GUI. The backup process can also be paused and resumed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • 10
    Coffee Tools

    Coffee Tools

    Various file manipulation tools written in Java with source included.

    Tools include: CTFilesRenamer: A mass-file renamer. FileCompare: Compare files or paths, showing mismatches, deleting duplicates optionally. FilePatternFinder: Find the largest repeated byte pattern in a file that doesn't overlap. FilenameMixUpper: Scramble all the filenames in a directory. FileSplitter: Split a file into numbered parts. HttpClient: Single web page GETter. InFileFind: Find where/at a file is inside another NumeredFilesCombiner: Combine a directory of files with numbered-filenames. PassCrypt: A tool for password-en/decrypting a file. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    corrupt

    This program corrupts a unix stream at a specified error rate

    ...Just drop in your own data files called test.jpg, test.mp3, and test.mp4 and run the scripts. Usage format is: corrupt [OPTION]... [FILE] where: OPTIONS -bit single bit error instead of byte substitution corruption -B NUM_B number of bytes per a single corruption event -kB NUM_KB number of kilobytes per a single corruption event -MB NUM_MB number of megabytes per a single corruption event -u uniform corruption instead of a random statistical event -c CHAR substitute a constant CHAR instead of a random bit/byte error
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SD Split and Merge

    SD Split and Merge

    A simple software for split and merge any file easily

    Do you have large file and can't copy that to your flash memory or upload to internet ? Do you want to split that file into smaller parts? Now you can do it. SD Split and Merge can split any file to smaller part and also merge that files so fast and easy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This is a fast sorting/indexing example that builds a file position sorting tree as a result of n-depth text file line byte sorting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    MLCrypt

    Simple, lightweight, standalone command-line single file encryption.

    Simple, lightweight, cross-platform (Windows / Linux / ARM6 Linux), cross-arch (x32 / x64), standalone command line file encryption program. GnuPG is probably the best application for cross-platform encryption. However, its usage on Windows PCs may be inconvenient (installation administrator rights; large executable size for perhaps just a one-time file decryption, complicated command-line switches for stronger encryption). NCrypt would fulfill this task, but does not operate on 64-bit...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    qlsdup

    GUI based lightweight duplicate file finder / remover.

    ...Algorithm is simple and suitable for large file sets with few differences: basic set of duplicate candidates is determined by file size, then candidates are compared byte-wise. So for files which don't start to differ by growing at the tail it reduces read operations greatly compared to hash-based comparision (i.e. test case: 40GB of files, 16GB RAM, many differences: initial compare (uncached by OS) around 300sec, subsequent compare (relevant file parts cached by OS) ca. 2sec) Note: this program is not related to lsdup
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Bulk File Manager
    Bulk File Management. C# .NET local file system deduplication and name management utility.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    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! I can't currently find the time to fix/update anything with this program...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    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
  • 19

    File Compare (for binary files)

    Compares 2 binary files for minor differences/copy errors

    FCB compares two files byte-by-byte. Files may be regular files or any kind of devices, pipes, etc. and one can be stdin. You can specify an offset if one file has a header. Usage: fcb <File1> <File2> [-h0,1] [-p0,1] [-v0,1,2,3] [-b0,1] [-q0,1]...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ctsplit is a program designed to split a large binary file into smaller byte sized pieces. Included with this project will be source code, linux binaries, windows binaries, User interface (using QT), and documentation. Languages: C++ and QT
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB