Showing 398 open source projects for "byte"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Multi-Site Network and Cloud Connectivity for Businesses Icon
    Multi-Site Network and Cloud Connectivity for Businesses

    Internet connectivity without complexity

    As your users rely more and more on Cloud and Internet-based technologies, reliable internet connectivity becomes more and more important to your business. With Bigleaf’s proven SD-WAN architecture, groundbreaking AI, and DDoS attack mitigation, you can finally deliver the reliable internet connectivity your business needs without the limitations of traditional networking platforms. Bigleaf’s Cloud Access Network and plug-and-play router allow for limitless control to and from anywhere your traffic needs to go. Bigleaf’s self-driving AI automatically identifies and adapts to any changing circuit conditions and traffic needs—addressing issues before they impact your users. Bigleaf puts you in the driver’s seat of every complaint and support call with full-path traffic and network performance data, delivered as actionable insights, reports, and alerts.
  • 1
    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
  • 2
    Application Server to make Java Components available for AS/400 RPG programs, runs on as400, i5, iSeries, System i or any other java platform. Packaged with ArdGate to access any JDBC database using all native SQL interfaces from AS/400.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    levelup

    levelup

    A wrapper for abstract-leveldown compliant stores, for Node.js

    Fast and simple storage. A Node.js wrapper for abstract-leveldown compliant stores, which follow the characteristics of LevelDB. LevelDB is a simple key-value store built by Google. It's used in Google Chrome and many other products. LevelDB supports arbitrary byte arrays as both keys and values, singular get, put and delete operations, batched put and delete, bi-directional iterators and simple compression using the very fast Snappy algorithm. LevelDB stores entries sorted lexicographically...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    MirageMUD

    MirageMUD

    VB6 stand-alone MUD client and server.

    MirageMUD is a source code base for developing your own stand-alone MUD client and server in Visual Basic 6. The code base comes with all the necessary basic functionality to immediately begin developing your MUD game right off the bat.
    Downloads: 16 This Week
    Last Update:
    See Project
  • Email and SMS Marketing Software Icon
    Email and SMS Marketing Software

    Boost Sales. Grow Audiences. Reduce Workloads.

    Our intuitive email marketing software to help you save time and build lasting relationships with your subscribers.
  • 5
    rax

    rax

    A progressive React framework for building universal application

    Ultra-lightweight, high-performance, easy-to-use front-end solution. One-time development and multi-terminal operation, liberating repetitive work, focusing on product logic, and improving development efficiency. The Rax 1.0 system provides a wealth of components and APIs to help business students quickly develop multi-terminal projects. Go Rax is a Rax 1.0 sample app, which is provided for Rax developers for reference and learning. Rax improves the product experience through a lighter core,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Exifr

    Exifr

    The fastest and most versatile JS EXIF reading library

    ... a few tags. Instead of reading byte by byte from start to finish, Exifr jumps through the file structure from pointer to pointer, making it extremely fast and efficient!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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. Though it started with storage, the scope of bcal isn't limited to the storage domain. Feel free...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    LevelDB

    LevelDB

    A fast key-value storage library

    LevelDB is a library of persistent key values. Written at Google, it contains keys and values that are arbitrary byte arrays, ordered within the key value store according to a user-specified comparator function. LevelDB is not an SQL database and does not support SQL queries or indexes. It simply provides an ordered mapping from string keys to string values. Data is stored already sorted by key, though callers can override the sort order through a custom comparison function. It supports...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 9

    Colormon for Coco I or II

    6809 machine code input and output on a Tandy Color Computer I or II

    Colourmon is a 6809 machine code program for the color computer's memory through the use of hexadecimal representation of binary. It is made up of several subroutines, some of which give this program certain useful facilities. It is designed to run without normally disturbing the BASIC functions. The sort of facilities this program gives you are: 1.Memory Examine. 2.Memory Change. 3.Execution Transfer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Tigerpaw One | Business Automation Software for SMBs Icon
    Tigerpaw One | Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
  • 10
    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: 0 This Week
    Last Update:
    See Project
  • 11

    Jasmine

    Super fast Java aexpression and algorithm evaluator

    V1.0.1 fully compatible with PS2 and 3. Jasmine uses the ASM byte code manipulation library (http://asm.ow2.org/) to create Java byte code to evaluate numerical expressions and algorithms. Evaluation of compiled expressions is very fast, in most cases it is faster than the equivalent byte code produced by the Java compiler (javac).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    pguniq

    Pretty Good Unique - report or omit repeated lines without sorting

    This utility suppresses or reports duplicate rows without the need to sort them first. It calculates CRC32 hash for every row and saves it in bit matrix. By default it uses 4-byte hash which consumes up to 512MB of RAM. Memory is allocated by 1K chunks as needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Honkai Impact 3rd Subtitle Extract Tool

    Subtitle extraction tool for Honkai Impact 3rd PC Client

    This simple tool attempts to extract missing subtitle (SLT) files for Honkai Impact 3rd's PC Client MP4 videos. Occasionally, there are issues when the Client downloads new MP4s and tries to extract the SLT files from the ZIP archives. This tool scans the MP4 file list in the Videos directory and attempts to extract missing SLT files from the ZIP archives. Note about 0-byte SLT files: These are not broken. It appears that the game uses 0-byte SLT files for MP4s with in-game dialog boxes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    JerryScript

    JerryScript

    Ultra-lightweight JavaScript engine for the Internet of Things

    JerryScript is a lightweight JavaScript engine for resource-constrained devices such as microcontrollers. It can run on devices with less than 64 KB of RAM and less than 200 KB of flash memory.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    Generic Hash and HMAC Program

    52 Hash Functions In One Program, plus each with HMAC or KMAC

    ...* can produce output lengths from 1 byte to infinity. V1.5.0 merges shake and the previous xofshake functions, xofshake is no longer a separate algorithm. Indicative performance data are included (V2.0 and later), but no further optimization is intended. V2.1: SHA3 and keccak are now based on the latest code base from their authors.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    Travesty

    Travesty

    Parody text generator

    A parody text generator. This is taken from the article published in BYTE Magazine in 1984. Literary critic Hugh Kenner and computer scientist Joseph O'Rourke introduced their text scrambler "Travesty" in an issue of BYTE magazine 1984. See the Wikipedia page for more information. The code has been mostly preserved, I've just added a GUI to make it easier to play around with the options and included a copy of Alice in Wonderland. A Windows binary is available on the releases page. Parody...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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: 1 This Week
    Last Update:
    See Project
  • 18

    SPSS i/o in Delphi

    Delphi class for reading and writing SPSS SAV files

    The TSPSSio class can be used to read a SAV file produced by IBM’s SPSS application, in uncompressed or byte-compressed format. It will allow you to write a SAV file in byte-compressed format. (Byte-compressed format is the defacto standard.) The class and its supporting software is written in Delphi XE and can be compiled without the need for external units.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    ozzo-validation

    ozzo-validation

    An idiomatic Go (golang) validation package

    An idiomatic Go (golang) validation package. Supports configurable and extensible validation rules (validators) using normal language constructs instead of error-prone struct tags. Pozzo-validation is a Go package that provides configurable and extensible data validation capabilities. It has the following features. Use normal programming constructs rather than error-prone struct tags to specify how data should be validated. Can validate data of different types, e.g., structs, strings, byte...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    bincmp is intended as a cross-platform, tiny and fast binary comparer of two files. it is much faster than "fc /b", for example. bincmp2 is more powerful, but currently windows-only.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    UCanAccess

    UCanAccess

    A pure Java JDBC driver for Microsoft Access database files

    UCanAccess is a pure Java JDBC Driver implementation which allows Java developers and JDBC client programs to read/write Microsoft Access database (.mdb and .accdb) files. No ODBC needed.
    Leader badge
    Downloads: 540 This Week
    Last Update:
    See Project
  • 22
    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: 3 This Week
    Last Update:
    See Project
  • 23
    ipld-eml

    ipld-eml

    An RFC-5322 compatible email parser that stores data on IPFS

    ipld-eml is an RFC-5322 compliand IPLD object format for storing email messages, in both a space efficient, and time efficient manner. TemporalX is used as the interface into IPFS. Emails are converted into a protocol buffer object, before being stored onto IPFS. There are currently two methods for storing the IPLD objects:
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    wordTabulator
    Program wordTabulator is intended for text analysis. It can generate index of word elements extracted from defined text set. Word elements may be words, N-grams or phrases (syntagmes). The program can process texts as in ordinary 1-byte encoding (ANSI), as in multibyte UTF-8 encoding.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    Eclipse Embedded Systems Register View

    Eclipse Embedded Systems Register View

    displays special function Registers (SFRs) while debugging

    ... an interpretation from an ComboBox in the Hex column The EmbSysRegView works with any 32 bit target that stores data in little endian byte order and maps its register into memory adress space. In other words, if you find your registers in the CDT Memory View, the RegisterView will also work with that device assumin that a chip xml description is available.
    Leader badge
    Downloads: 523 This Week
    Last Update:
    See Project