Showing 49 open source projects for "byte"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • Passwordless authentication enables a secure and frictionless experience for your users | Auth0 Icon
    Over two-thirds of people reuse passwords across sites, resulting in an increasingly insecure e-commerce ecosystem. Learn how passwordless can not only mitigate these issues but make the authentication experience delightful. Implement Auth0 in any application in just five minutes
  • 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...
    Downloads: 166 This Week
    Last Update:
    See Project
  • 2
    uuid

    uuid

    Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication

    The uuid package generates and inspects UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services. This package is based on the github/pborman/uuid package. It differs from these earlier packages in that a UUID is a 16 byte array rather than a byte slice. One loss due to this change is the ability to represent an invalid UUID (vs a NIL UUID). Full go doc style documentation for the package can be viewed online without installing this package by using the GoDoc site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    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...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Downloads: 0 This Week
    Last Update:
    See Project
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 5
    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: 25,526 This Week
    Last Update:
    See Project
  • 6
    LunarROMCorruptor

    LunarROMCorruptor

    Corrupt any ROMs/files just by tweaking a few settings.

    Tailor your corruption to perfection with this versatile corruptor. With countless customization options, you have complete control over how the corruptor operates, allowing you to achieve the perfect level of corruption every time. Corruption Engine List: Nightmare Engine Merge Engine Logic Engine Lerp Engine Manual Engine
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    litc

    litc

    Litc - light in band text compressor

    A very simple dictionary based 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
  • 8

    MC 6800 Emulator for Teensy 4

    6800 Emulator runs on Teensy 4 processor

    ... that was used in so many home computers of that era. The MC6800 is a big-endian processor (hi byte, lo byte order), unlike so many others from that era (6502, 8080).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    UniSIMD-assembler

    SIMD macro assembler unified for ARM, MIPS, PPC and x86

    UniSIMD assembler is a high-level C/C++ macro assembler framework unified across ARM, MIPS, POWER and x86 architectures. It establishes a subset of both BASE and SIMD instruction sets with clearly defined common API, so that application logic can be written and maintained in one place without code replication. The assembler itself isn't a separate tool, but rather a collection of C/C++ header files, which applications need to include directly in order to use. At present, Intel SSE/SSE2/SSE4...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powering the next decade of business messaging | Twilio MessagingX Icon
    Powering the next decade of business messaging | Twilio MessagingX

    For organizations interested programmable APIs built on a scalable business messaging platform

    Build unique experiences across SMS, MMS, Facebook Messenger, and WhatsApp – with our unified messaging APIs.
  • 10
    q - Text as Data

    q - Text as Data

    Run SQL directly on CSV or TSV files

    ... output-encoding to set the output encoding. Sensible defaults are in place for all three parameters. Files with BOM: Files which contain a BOM (Byte Order Mark) are not properly supported inside python's csv module. q contains a workaround that allows reading UTF8 files which contain a BOM - Use -e utf-8-sig for this. The plan is to separate the BOM handling from the encoding itself, which would allow to support BOMs for all encodings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Hex Encoding Utility

    Hex Encoding Utility

    An utility that allows you to convert your data using Base16 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: 1 This Week
    Last Update:
    See Project
  • 12
    netsnake-sniffer

    netsnake-sniffer

    Network sniffer which a similar to WireShark with sending own packets

    ...,UDP) whith chosen parameters including payload data.which is byte array with max length = 1450 bytes. If your array of bytes has more 1450 bytes, it breaks into packages. My GitHub repository https://github.com/pavelinfsec2020/netsnake TUTORIAL you can watch in my videos: (EN) https://www.youtube.com/watch?v=QF_eqon30iE (RU) https://www.youtube.com/watch?v=JbmXXae7Ch0
    Downloads: 6 This Week
    Last Update:
    See Project
  • 13
    bsnes

    bsnes

    Super Nintendo (SNES) emulator focused on performance, features

    ... with thousands of game entries. Built-in cheat code database for hundreds of popular games (by mightymo). Built-in save state manager with screenshot previews and naming capabilities. Customizable per-byte game mappings to support any cartridges, including prototype games. 7-zip decompression support. Extensive Satellaview emulation, including BS Memory flash write and wear-leveling emulation. Optional higan game folder support (standard game ROM files are also fully supported!).
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14

    ftdetector

    File type detector library

    ....) and text file UNICODE charsets by using their BOMs (Byte order marks). Its small simple interface can be used at the most popular platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    RND

    RND

    Random data generator: secure character streams and large files

    Generate a lot of random junk. Create: • huge files • random character stream • specific character sequence Example uses - generate: • specific number of characters for testing web forms • restricted range character stream • control characters, 'high characters', emojis for fuzzing application input • specific byte sequence • Unicode character range • file overwrites to the exact byte count • custom text strings as content filler • long password strings • specific file size (e.g. 777 bytes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Simply-Scripted Backup

    Simply-Scripted Backup

    Lightweight utility for performing backups, with scripting capability

    Simply-Scripted Backup is a lightweight utility for performing backups. It does a straight copy of files and folders (when the source is newer than the backup) and optionally stores the old backup file versions under a time-stamped folder. 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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    SeelWorks.InterCom

    Simplified Inter-Process Communication for Windows

    This .NET library uses named pipes to allow client processes to communicate to a server process either locally or across a local network connection using either byte arrays or the easy-to-use proprietary ByteBuffer class via duplex burst messaging.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    AvRtos

    Small real time operating system for AVR and ARM microcontrollers

    AvRtos is a small, preemtive, priority based real time operating system for Atmel AVR and ARM microcontrollers. It was written in C. AvRtos provides message queues and semaphores for task synchronization. It uses a static memory allocation scheme. AvRtos is nearly the smallest RTOS out there. Even pico]OS is much bigger. AvRtos can be compiled using gcc compiler. There is a AvrStudio 4 and Eclipse project file to get the example code working very quickly.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    The SOSETSUKEN Engine

    The SOSETSUKEN Engine

    Need Vinesauce ROM Corrupter parameters? Yeah, we got that.

    The SOSETSUKEN Engine is a handy tool for generating corruption parameters for use with the Vinesauce ROM Corrupter. You simply feed it the end byte found by Auto End, the level of corruption, and the amount of sets you want to generate. Its only throttle is the speed of your PC and the space left on your hard drive. This thing is fast, simple and small. It even puts out how long it takes to generate the requested sets at the very bottom of "params.txt" (the output file). Changelog: v1.2: Added...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Smartcard Lib for Arduino compat. boards

    Smartcard access lib for Arduino based boards

    ... / Receiving) - Asychron T=0 APDU communication. - Basic sychron communication - ETU calculation from TS byte. - Support class for SLE4432 / SLE4442 / SLE4441 and SLE4440 compatible sychron smartcards. Mostly used for secure data storage. Open points: - Error handling not completly implemented. No retries if parity error is found. - Setup of communication parameters from ATR - T=1 communication not supported (Still possible via "raw" sendBytes(..) / receiveBytes(..))
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    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
  • 23

    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
  • 24

    qlsdup

    GUI based lightweight duplicate file finder / remover.

    ... 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: 0 This Week
    Last Update:
    See Project
  • 25

    microDispatch

    Microcontroller Task Scheduler

    Super lightweight task scheduler aimed at 8 bit AVR ATmega micro-controllers (perfect for Arduino), although it can easily be used on other hardware like Microchip PIC. It uses simple round-robin scheduling so no priority levels can be set. You choose the time interval by calling dispatchTick(), this is usually in a timer interrupt. Range for number of tasks: 0 to 255 tasks Range for delay: 0 to 65535 ticks Each task only uses 5 byte of RAM. The one task LED blink example only uses 5 bytes...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next