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
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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 ints, bytes, or longs.
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.
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.
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.
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.
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
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
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.
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.
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.
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.
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.