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.
  • The Voice API that just works | Twilio Icon
    The Voice API that just works | Twilio

    Build a scalable voice experience with the API that's connecting millions around the world.

    With Twilio Voice, you can build unique phone call experiences with one API, to create, receive, control and monitor calls with just a few lines of code. Create an engaging voice experience that you can quickly scale and modify with a wide array of customization options and resources.
  • 1
    Ring

    Ring

    Simple and flexible programming language for applications development

    The Ring is a practical general-purpose multi-paradigm language. The supported programming paradigms are Imperative, Procedural, Object-Oriented, Functional, Meta programming, Declarative programming using nested structures, and Natural programming. The language is portable (Windows, Linux, macOS, Android, etc.) and can be used to create Console, GUI, Web, Games and Mobile applications. The language is designed to be Simple, Small and Flexible.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2

    psx-comBINe

    PSX Multi-Bin Game Combiner Utility

    ...) Repairs slightly malformed inputs Ensures proper byte-alignment for the CUE Specifications NOTE This program is in no way intended to support or condone piracy. This program should only be used with legitimately acquired backups of disks you own LEGALLY
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    plugfy

    Java byte code compatibility analyser

    Plugfy checks whether all dependencies of an extension are met. It pays special attention to method signatures and can detect incompatible byte code changes even if they are compatible at the source code level.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Featureless Linux Library

    Featureless Linux Library

    Linux Library on top of Libc focusing on long term support.

    When computer power increases, programmers generally add more "features", thus making any performance gains in new hardware negligible. This project is an attempt to develop a library above libc that breaks out of this terrible loop.
    Downloads: 1 This Week
    Last Update:
    See Project
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • 5

    simple_serial_protocol

    Simple protocol for serial data transfer

    Simple protocol for sending minimal length serial messages for devices using RS-232 directly or over USB. Messages are minimized by sending data as raw binary with only symbols 0xFF and 0xFE defined as special. 0xFF is the message start symbol and 0xFE is the escape symbol. Data values 0x00 to 0xFD are sent verbatim. Data value 0xFF is sent as byte pair 0xFE, 0xFD and 0xFE is sent as byte pair 0xFE, 0xFE. Data messages are minimized by maximizing the common knowledge of the sender and receiver...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    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
  • 7
    SciTECO

    SciTECO

    Advanced TECO dialect and interactive screen editor based on Scintilla

    SciTECO is an interactive TECO dialect, similar to Video TECO. It also adds features from classic TECO-11, as well as unique new ideas. Project development takes place at Github: https://github.com/rhaberkorn/sciteco
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    things

    things

    Small applications including the technical suggestions.

    ... and drafts - CBool_Files.zip : confirmed "boolean" as BYTE whose bits(8) have the equal importance - Reference_Files.zip : virtual "__reference" keyword of C++ . The keyword has been simulated by "__property" using the macro.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This program takes an ascii input text file and converts it to the pdf417 barcode. It supports text compression, numeric compression and byte compression. It currently produces postscript and pbm output for the barcode image. produces post
    Downloads: 0 This Week
    Last Update:
    See Project
  • Component Content Management System for Software Documentation Icon
    Component Content Management System for Software Documentation

    Great tool for serious technical writers

    Paligo is an end-to-end Component Content Management System (CCMS) solution for technical documentation, policies and procedures, knowledge management, and more.
  • 10
    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: 1 This Week
    Last Update:
    See Project
  • 11

    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
  • 12
    A collection of file utilities. Included are a directory statistics dumper, a directory synchronizer, a file byte range reseter, a file byte range copier, a file truncater, a formatted file statistics dumper.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    FileIO

    FileIO

    C# FileIO library for reading and writing files

    FileIO contains: a) For reading BufferedFileReader classes are used. These are particularly useful for large files and/or parallel data processing due to buffering. Both binary and text files are supported (see Wiki). b) For writing a binary file BinaryFileWriter is used. It either accepts a byte array for writing or can write a single value type, e.g. a float. All classes allow easy reading/writing from/to a specific position in the file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Wildcat- Simple "C" XML reader

    Wildcat: Simple "C" XML reader

    A simple in C writen XML-Parser. Don't use macros or other non standard C-language extension. Object Oriented implementation. Support only single byte character sets. Tested with ARM-gcc 7.5 and Visual Studio 2019 C compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    ZAPH

    Tools and Z80 engine for creating adventure games.

    This is an exercise in some advance programming topics using a text adventure as the central result. This originally began as a project to recreate an old BASIC text adventure, on the ZX Spectrum, using Z80. After developing a very simple byte code VM to handle the game interactions, I realised that there was an opportunity to use some more advance techniques, which in turn can lead to some PC based tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    MirageVB6

    MirageVB6

    Visual Basic 6 2D online adventure game engine

    Welcome to MirageVB6. --------------------------- This version of Mirage Source is a continuation from Mirage Source 5. This new release includes support for SQLite, SHA256 password hashing, and control pad support for moving, attacking, and picking up items.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    OTP-Crypto-Tool

    Symetric file encryption based on OTP implemented as XOR encryption

    OTP (One Time Pad) In case you have any questions, contact me at: crypto-munition@gmx.de When used correctly, the OTP is an information-theoretically secure and demonstrably non-breakable encryption. The encryption process is implemented as symmetrical file encryption based on XOR encryption. The integrated pseudo-random generator serves only to illustrate and check the functionality. The use of this generator for REAL OTPs is not recommended. For REAL OTPs, hardware-based key generators...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    mystic-crypt is designed as a Java library that can be used for simple and complex encryption and decryption. The source code for the library is available under https://github.com/astrapi69/mystic-crypt For demonstration what the library can do there is a graphical client: The source code for the ui is available under https://github.com/astrapi69/mystic-crypt-ui
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    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: 0 This Week
    Last Update:
    See Project
  • 20

    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    NanoH5 (tsl2nano)

    NanoH5 (tsl2nano)

    java bean / database driven zero code application framework

    NanoH5 (or FullRelation) is a fullstack UI implementation framework providing a model driven design (MDA). Build a complete html5 application through a given class- or database-model without coding (coding APIs are available).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    bed

    bed

    Adjustable data format binary editor

    Adjustable data format binary editor. Data formats re ASCII, unsigned and signed integers, float, bit-flags, bit-fields, labels, ebcdic and time_t. Different sizes and byte orderings are possible. Data types can be used in structures. Other data formats, filters and procedures can be defined in plugins. Contains copy, past, undo, redo, search, replace, marks, record/play and context sensitive help. Raw edit of hard drives. Under Linux and FreeBSD even usable without X windows.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    Command Line

    Command Line

    Your Personal Hacking Terminal.

    Command Line is an Open-Source Software for Pentesters and Ethical Hackers it contains many Functionalities which helps Ethical Hackers. It is CLI Based Application use for checking Networks and IP's it also supports functionalities like downloading Packages from Internet Including YouTube.It is also used for Port scanning, IP-Finding it is also useful for checking ping and net speed with the functionality of scanning the net speed by selecting the best server. It also has Host IP finding...
    Downloads: 31 This Week
    Last Update:
    See Project
  • 24
    Command Output to Html Chart for Website

    Command Output to Html Chart for Website

    A one liner to convert any file or a command output into a html chart

    Please download the above zip file, extract it and then view the README files for a simple one liner command for the chart creation, using your Terminal or Command Prompt. NOTE: For viewing the chart files, use one of these Supported Internet Browsers: Firefox / Google Chrome / Safari / MS Edge etc. ( Preferably their latest versions ) Not Supported are : MS IE ( upto 11 ), PaleMoon etc. As the Windows Version of this script was occasionally generating a zero byte file, because...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    kotlin-utils

    kotlin-utils

    Helpful extra utils for the kotlin-std library.

    The second library is Binary Streams. The library is intended for I/O on Kotlin language.
    Downloads: 0 This Week
    Last Update:
    See Project