Showing 575 open source projects for "binary code"

View related business solutions
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1
    The IPDR DataBinding tool takes a XML schema and generates easy to use Java source code for use with the IPDR.org reference libraries (java). These libraries encode and decode IPDR usage documents in either XML or a compact binary format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Project for code implementing the TigerTree cryptographic hash. TigerTree is calculated by applying the Tiger hash to 1024-byte blocks of a stream, then combining the interim values through a binary hash tree.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    DataScript: DataScript is a language to describe and manipulate binary data formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Palm DataBase compiler/decompiler. The compiler (pdbc) converts a source code into the binary PDB file format used by Palm PDAs to store information. The decompiler (pdbdec) converts any binary PDB file into source code understood by pdbc. The la
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    myBeasties is a highly flexible evolutionary programming module. It is designed to be extendable and customisable for maximum use by the discerning Perl hacker. Phenotypes can be anything: simple binary strings, or whole classes of objects and methods.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    This project make some utilities based on FSM(Finited State Machine). The primary goal is to develop some auto generators, output source code or executable binary file. Anyway, it provide a trusty and high-efficient implement of FSM. The result is only a
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Source 2 Binary (S2B) is an attempt to simplify the software build environment provided by Make and Autoconf. Implemented in Python, S2B allows build scripts to simultaneously mix simple, makefile-like target descriptions with regular Python code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    CyberForm for Java3D is a source code generator for Java3D programmers. CyberForm generates a compressed binary file that has a specified geometry information with the source code. To specify the output precision, you can reduce the file size more. Using
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    pepperDoc is an automatic documentation compiler similar to javadoc, but for use on php sources. It is very easy to use, because it's a commandline/binary, so you don't need to have a PHP-parser installed on your machine. Currently win32 only.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 10
    The Random Bit Generator Test Suite will take in large blocks of binary data and attempt to tell the user what is not random about them. Code developers, mathematicians and statisticans welcome to help.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The Byte Code Engineering Library (formerly known as JavaClass) is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files . Classes are represented by updatable objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Gcc for Windows (gcw) is yet another attempt to port gcc to Win32 platform. The major difference from MinGw and Cygwin is maximum possible acceptance of Microsoft Visual C++ source code and intended binary compatibility with Microsoft Visual C++.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    The Byte Code Engineering Library (formerly known as JavaClass) is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files . Classes are represented by updatable objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    word2x is a multiple target format MS word binary format document extracter. There 0.00x releases are miantance releases for those that want a working version and 2.0 will be a major code cleanup (and bug squashing) release. src2class is a build tool fo
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This code will perform binary LJ fluid simulations, calculate the spherical harmonics of the coordination shells and calculate their correlation functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    paralab

    paralab is a framework for black-box analysis of MPI programs

    paralab is a framework for black-box analysis of MPI programs. paralab allows you to investigate communcation patterns, performance issues and algorithmic features of binary MPI programs, without any source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Binconv is a Python script as a template-based binary file converter. It can help to convert binary files into any text-based files which can be represented by Mako template engine. The collection of template can make this tool adaptable to many project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    OCFit

    Python package for fitting of O-C diagrams.

    Python package OCFit includes 4 classes for analysis and fitting of O-C diagrams of Eclipsing binaries In a case of using this package for scientific purposes, please, cite our paper Gajdoš & Parimucha (2018) where you can also find more detail description about fitting functions and used models. For install it, download/clone this repository or download suitable binary file from releases. Not working yet! The first release comming soon... Requirements numpy matplotlib PyAstronomy pymc Installation is possible from source code or using build installation binary file (only for OS Windows). The following procedure is only for installation from the source code. Extract files and go to new-created folder. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    whitespace-steganography

    Use HTML's interpretation of multiple spaces to hide base64 code

    Use HTML's interpretation of multiple spaces to hide base64 code on any HTML page. Example: wget -O - 'https://example.org/' | grep -E '\[[0-9]+\]' | sed 's/\s\s\s\s/1/g' | sed 's/\s\s\s/0/g' | sed -r 's/\[[0-9]+\]//g' | tr -d -c '10' | fold -w 6 | tr '\n' ' ' > binary.txt bash binary-base64-tobefree.sh binary.txt | base64 -d > decoded-output.txt ---- Useful for ENcoding: Kate for Linux has a "block/rectangular selection" tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ReMIPS is a tool that manipulates binaries directly, applying code reengineering techniques (like optimization or binary translation techniques). Currently it only supports the ELF object-file format and the MIPS architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    State Hierarchy Protocol Parser: the tool for producing fast and flexible protocol/format analyzers based on FSM with pretty text description.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Verifier/validator for the install4J commercial Java installer. Uses a simple hash comparison taken remotely and a local installation binary. Code is in subversion!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Fast initial partition loaders for QNX 6. Binary code
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This project aims at providing simple and powerful tools and programming interface in C++ with fast and compact binary code to encode/decode data to/from ASN-1 and GDMO.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Petoron core (ADC)

    Petoron core (ADC)

    An open source blockchain written from scratch in Python.

    ...No APIs. No centralized control. Just binary data, proprietary cryptography, and a network that trusts no one. It's already working. Welcome.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB