Showing 344 open source projects for "byte"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it 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

    Electronic Data Tags

    Electronic Data Tags value storage API For java.

    ...EDT is separated into two parts: EDT Basic (just called EDT) and EDTA (Advanced). EDT Basic stores only String values, while EDTA uses EDT Basic to store String, int, boolean, float, long, double, and byte values. To make accessing values easier, EDT and EDTA allow you to assign a name, like "FileLocation", to a value, instead of an integer, like in an array. The values are stored as ISO-8859-1 Strings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    sender

    tcp/ip utility for testing network connections/ports

    Sender is a windows tcp/ip client/host that lets you send and recieve text to and from tcp/ip ports. It now has a hex mode so that you can send any 8bit byte combinations. It can be used for testing simple pop and smtp connections (original project reason) or for any other protocols for which you may want to test by hand from windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Bwst

    BWST is a short word for Brute-force Word-list Segmentation Technique.

    Simply, it’s a brute-force word list generating application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    file2code

    File2Code is a Windows command-line code generator written in C++.

    File2Code is a Windows command-line code generator for converting the binary content of a file into an array based on configurations written in XML. File2Code provides an alternative form of embedding a file into an application or library. Currently File2Code converts binary data by the byte into a decimal or hexadecimal string.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 5

    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
  • 6
    Timeline preview Flowplayer Flash

    Timeline preview Flowplayer Flash

    Show video preview images on your Flowplayer Flash timeline

    ...If your videos are hosted on a domain different from the one where Flowplayer Flash is embedded you would need as well upload a small html file to that host to allow for ajax byte-range requests from the plugin. Works in all major browsers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Timeline thumbnails Flowplayer html5

    Timeline thumbnails Flowplayer html5

    Generates preview images for timeline from h264 mp4 on the fly

    ...The big advantage of this plugin is that you don't need to pre generate these preview images and store them separately, it is done seamlessly on the fly for you. The mp4 meta data is loaded and parsed and then corresponding key frames are downloaded using byte-range requests and decoded in the browser so you do not need to deal with it. All major desktop browsers are supported, mobile devices without Flash are not supported but you probably will not this functionality on those.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    HTTP streaming Flowplayer

    HTTP streaming Flowplayer

    Allows for Flash client – simple http server mp4 random seeking

    The plugin enables seek before download functionality with H264 videos in mp4 or flv for Flowplayer Flash with any http byte-range capable server like Apache or a CDN. Does not require any modifications on the server side. With this plugin you can use single version of your video to delivery to any device (either through html5 video or through Flash player+the plugin) from any http server. Supports simultaneous streaming videos over http from multiple locations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Stand-alone Java library implementing parser/formatter/comparator/validator for JSON/XML-like text formats oriented on JSON-like object model (list,map,scalar + reflection). Library is designed to maximize adaptivity via set of extendable modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 10
    x2x (xbit2xbyte\xbyte2xbit)

    x2x (xbit2xbyte\xbyte2xbit)

    Converts xbits to xbytes, and back again if needed.

    ...These two programs also fulfilled a genuine need to convert to xbits (megabit usually) to xbytes (megabytes, again usually) when dealing with things such as cartridge sizes ,which are generally expressed in megabits, and something the author frequently encountered. Thus, xbit can be used to convert whatever bit (mega, giga, etc.) to whatever byte (again, mega, giga, etc.), and the sister program can be used to convert the opposite way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

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

    Simple Universal Protocol

    Communication Components

    ...Based on RS232 Asynchronous mode. Connect MCU with PC. Data model: 32 BLOCKs as 32bit data. Any Block can be UIN32, INT32, FLOAT,[UINT16:UINT16],[SINT16,SINT16],BYTE[4]-Union Structure PC is master.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Kayacc

    A Compiler Development Toolkit

    ...It includes a BNF compiler that generates parsers for context free grammars, and a class library to support compiler development. The class library supports symbol tables, Unicode text manipulation, reserved word mappings, and translating between Unicode and byte oriented encodings. Tombo is an alternative for lex, yacc and Bison tools. Source can be browsed in git/code repository or src directory. Send e-mail to tombo@gekkoware.com for support
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    microDispatch

    Microcontroller Task Scheduler

    ...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 of RAM and 476 bytes of program memory for the whole program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    SGHLib C++ Library

    A Fast and Useful C++ Library for Easier Handling of Windows API.

    SGHLib Aims to be the Faster Library to Easily and Safely Access the Windows API and Other Non-Windows Extras. Contain your developments, big update incoming, which will remove all useless things, will bring more speed and templates and (maybe) a wiki.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    e-byte

    e-byte

    Pathway from EE to Embedded Software Dev.

    This project is the implementation of a development plan for efficient transition from being a trained Electrical Engineer to an Embedded Software Developer with more emphasis on embedded controls and maybe Digital Signal Processing (DSP).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    ASTERIX Display Analyse Record Replay

    Processes, decodes, displays, records and replays EUROCONTROL ASTERIX

    ...Additionally supports: 1.ASTERIX stream Recording (up to 11 different data streams) 2.Replay of ASTERIX “replay” Recordings in the original or up to 10 X faster speed 3.Opening of ASTERIX “raw” recordings in raw format to analyze and visualize data in Local or Google Earth Display 4.Export of imported/captured data in KML/KMZ format in order to analyze/visualize it in Google Earth. 5.Export of live/replayed data in real time to Google Earth 6.Forwarding of ASTERIX data streams between networks or to a different multicast address/port. 7. Support for RMCDE 6 byte header ASTERIX format
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Png2C

    Png2C

    Tool for convert the PNG file to C source code

    ...PNG to C Source Code Converter creates a C inline file, based on user-defined output specifications. You can select the color type and the variables to include in the output (width, height, byte per pixel, array size).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    avr-libethernet

    Ethernet stack implementation (currently based on the ENC28J60)

    A callback handler based ethernet stack implementation optimized for AVR microcontrollers. For now, the only controller supported is the ENC28J60. However it is easy to integrate different controllers as the interface your driver has to provide is fairly simple. Developed by the hobbyist programmers and electrical engineering students Niklas Fritz and Alexander Gladis
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Imagine! Updater

    Developer orientated updater for your software.

    The Imagine! Updater wants to supply you with a free and easy way to keep your customers software up to date. Compatible with free servers. Presentation & Tutorial: http://youtu.be/99OIGsxAKYA -----------------------------------------------------------------------
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Hexviewer

    Open binary files and print each byte in it's hex equivalent

    The basic concept of Hexviewer is opening binary files and printing the bytes onto a console/terminal.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22

    LuaCalc

    Crossplatform stack calculator with very fast usage.

    Crossplatform calculator based on preprocessor to Lua language (CLua). CLua have a hybrid syntax between C-style and Lua and have some additions like inline condition operator etc. Easy and very fast in use. Helpful for debugging and analysing data. Enjoy! Get code on homepage (bitbucket. Link below) of project or download win exe from here or homepage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    PYC Dissasembler

    PYC Dissasembler

    Disassemble python byte compiled file for python 2.x

    PYC Dissasembler disassemble python byte compiled files (.pyc) into a series of opcodes. It work for every version of python 2 (that use cpython) but must be run with a good interpreter. Ex: you can only disassemble python 2.7 pyc files with a python 2.7 interpreter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Redis-JD

    Fast and simple Java client for Redis datastore

    Java client for Redis allows programming most commands and reading replies in Java according to the Redis paradigm. The core module takes care of the byte protocol and management of connection via a connection pool. Separate modules are supporting Apache MINA - asynchronous messaging framework and the new Java 7 asynchrounous I/O.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    A Nibble of a Byte

    Bit manipulation and unique compression of limited data sets

    This project uses bit manipulation to do limited types of compression and single byte key character (XOR) manipulation. Both VB.Net and C# versions are available. There are two files associated either the VB.Net version (ANibbleOfAByte) or the C# version (CSharpNibbleOfAByte) that can be downloaded. One is a .exe that demonstrates various kinds of vb.net bit manipulation. (Both the C# and VB.Net exe's are available.)
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB