1 Repo
Web-based environments that allow users to run code samples and view output in a browser.
Distinct from Sample Execution Workflows: No candidate covers a built-in web server for executing and visualizing sample code.
Explore 1 awesome GitHub repository matching development tools & productivity · Interactive Sample Execution Environments. Refine with filters or upvote what's useful.
Javassist is a bytecode engineering toolkit for analyzing, modifying, and generating Java bytecode and class files. It functions as a bytecode manipulation library that allows for the editing of class files through either direct bytecode access or high-level source code syntax. The project provides specialized tools for the programmatic creation of new Java classes and interfaces during runtime. It includes a dynamic proxy generator for intercepting method calls and a class loader interceptor that automatically modifies class definitions as they are loaded into the Java Virtual Machine. Addi
Provides a built-in web server for executing sample programs and viewing results through a browser interface.