Showing 74 open source projects for "byte on"

View related business solutions
  • 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 generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start 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
    FileButcher is a file splitter written in Java with a simple user interface that allows splitting by bytes, pieces, or the "Hack" function, which splits at a specific byte or percent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Jo2 (Java Operators Overloading) :: is Javac (Sun Java Compiler) extended by operators overloading. This open java project comes with a specification of operators overloading in Java. The resulting byte code obeys to the java standard specification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    J2ME / JavaME class to provide easy access to the RMS-Database system of mobile phones. Database types already implemented: Integer, Boolean, Byte, String. CapeME GUI extension can be used for creating a UI for HandyDB.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    JaCIL (pronounced "jackal") is a project to create a byte-code compiler to translate .NET assemblies to Java class files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    The Moonbounce API is a set of high level objects that encapsulate pieces of the Bouncycastle lightweight crypto API. Moonbounce significantly simplifies RSA key generation, signing, encryption/decryption and verification of both byte arrays and files.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    JASML is a java byte code compiler, providing yet another approach to view, write and edit java classes, even without the existence of a java source file - using the java macro instructions, those described in The Java Language Specification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Java Class and Byte Code verifier. Verifies static class file structure, external references, analyzes operand stack and local variables through byte code execution emulation. Includes CLDC standard verfication.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A java class assambler. This program assembles java byte code instructions for the JVM, like MASM for the CPU. Knowledge of the java byte code instruction is strongly required.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    A library to generate the bidimensional barcode PDF417. The generated result is a byte array representing the barcode image that can be included in the users application.
    Downloads: 2 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    FProfiler is a Java Profiler using log4j. Its very fast because it inserts the needed instructions into the byte-code of the class. It can be used to find "Hotspots" in Java programs, libs and servlet environments simply every Java class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    BitVector4J is a general purpose bit array replacement for the standard Java BitSet class. It is more flexible and integrates better with support for streamed input/output, conversion to BitSets and conversion to arrays of int’s, byte’s, or long’s.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A nonintrusive, covariant replacement for applying the VISITOR pattern. A small library which can be applied to extend existing classes without modifying them. Dispatching can be performed by reflection or dynamic byte code generation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    JBI - Java Battle Isle A remake of the turn-based strategy game series Battle Isle by Blue Byte. Mainly based on BI I + II functionality
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The Java OctetBuffer API is based on a Simple and dynamical octet buffer. The API offers bit manipulation, as well as octet encoding and decoding. The API is an abstraction over signed byte values in the Java 2 Platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Barat is a front-end for Java. It parses source and byte-code, and performs name and type analysis on demand.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Attrib4j provides support for using creating and manipulating custom attributes associated with classes, fields, and methods in Java using tools such as javadoc and byte code manipulation libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    x.Link is a Java J2EE performance profiler. Using byte code modification it has a minimal impact on running systems and can even be used in production systems. x.Link offers an alternative to commerical J2EE profilers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    It is basically an education Java compiler we are developing - just to gain an insight into the workings of a compiler. It is NOT meant for commercial use!! Its written in Java and uses ANTLR parser generator and the Byte Code Engineering Library extensiv
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    AirTraf is a 100% passive network sniffer/analyzer that auto-detects wireless access points, determines wireless nodes associated with the given access points operating at its channels, tracks packet count/byte information of different types of 802.11b as
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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
  • 21
    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
  • 22

    ClassMaker

    A byte code generation library for the Java Virtual Machine

    ClassMaker is a byte code generation library for the Java Virtual Machine. Unlike other byte code libraries ClassMaker deals with higher order structures, including methods, if statements, while loops and try blocks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This project is a Java library (.jar) that reads the Java Byte Code file (.class) and formats it into a data structure. However, it a alpha version that it does not support J2ME byte code, and tested in JDK 1.5 environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    JNC means java native compiler. It take the java byte code file as input and translate it to C or ASM format then compile to native format such as elf or pe file. So your java program can run without JVM.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB