Showing 223 open source projects for "java code game"

View related business solutions
  • Your top-rated shield against malware and online scams | Avast Free Antivirus Icon
    Your top-rated shield against malware and online scams | Avast Free Antivirus

    Browse and email in peace, supported by clever AI

    Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
    Free Download
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Barat is a front-end for Java. It parses source and byte-code, and performs name and type analysis on demand.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Tho goal of this project is to provide an integrated development environment for developing (x)Harbour applications on various platforms.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Decouple your GUI building code from the rest of your application. Using an XML description, the Java Gui Builder will build appropriate windows, controls and objects for later retrieval by the mainstream code.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 4
    The goal of VMKit is to create a body of code useful for creating and experimenting with virtual machines. The code will emphasize modularity, clarity, correctness, and portability in no particular order but all taking precedence over execution speed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    classgen is a Java class generator. It produces classes for abstract syntax trees in compiler frontends from simple and compact specifications. Generated classes have builtin support for the Visitor design pattern.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Eclipse plugin for JBurga Bottom-Up Rewrite Machine Generator for Java.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Recoder.C# is a Java framework for C# program analysis and source code transformation. It computes an easy to use syntactic and semantic program model containing cross references and supports transformation rollbacks and incremental model updates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Jeeg is a dialect of Java based on a declarative synchronization mechanisms.Synchronization constraints in Jeeg are expressed in a linear temporal logic. Jeeg is inspired by the current trend in aspect oriented languages.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Flow4J is a java framework, that enables the user to model process flow with a gui interface. The flow may include tasks, decisions or calls to other process flows. The saved flow is in a jar file together with its bytecode.
    Downloads: 1 This Week
    Last Update:
    See Project
  • MongoDB Atlas | Run databases anywhere Icon
    MongoDB Atlas | Run databases anywhere

    Ensure the availability of your data with coverage across AWS, Azure, and GCP on MongoDB Atlas—the multi-cloud database for every enterprise.

    MongoDB Atlas allows you to build and run modern applications across 125+ cloud regions, spanning AWS, Azure, and Google Cloud. Its multi-cloud clusters enable seamless data distribution and automated failover between cloud providers, ensuring high availability and flexibility without added complexity.
    Learn More
  • 10
    This project is a translator of java .class files containing java bytecode to the Common Language Architecture (CLI) executable code files. CLI, it is the base specification of Microsoft .Net framework (However, this projects intends to be independe
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    This project was started in an effort to ease development of Swing applications by creating a XML to Swing rendering utility. Although this project is definitely in the first released state, it shows great promise and focuses solely on the Swing API as a
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Il2j is a translator of Common intermediate language to java bytecode. It will allow programmers to program in any .Net languages, and run their software on any virtual machine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The aim of this project is to develope a decompiler for java which is platform independent and has options to obfuscate the class file also. The project takes class file as input and decompiles it and provides the source file.
    Leader badge
    Downloads: 49 This Week
    Last Update:
    See Project
  • 14

    JEX

    JEX is a redefinition of Java using an XML syntax

    In simple words, JEX is a redefinition of Java using an XML syntax. This allows programmers to extend their favorite language. It also simplifies compilers, IDEs and code generators. Among foreseeable extensions are UML diagrams , Design Patterns...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    All APIs that help build prof of concepts of frameworks : bytecode, java, xml models analysis, querying and generation, using high level of abstraction.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Shark is an open-source preprocessor for Java that lets you do more with less. Shark makes Java sharper by adding Apache Velocity-style foreach loops and property getters, C#-style property setters, and more. Shark includes a commandline tool as we
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    DAJ is an extension of the AspectJ programming language to incorporate adaptive programming concepts from the Demeter project.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    The Java MultiMethod Framework is a pure Java package that permit to deal with multimethod in Java.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Model implementation for the BaSa language, a Turing-like language. This simple language is to be run in a virtual machine. The proposed language specification is defined in http://www.cs.ui.ac.id/kuliah/IKI40800/model.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A framework for data-flow based program analysis, implemented as a set of Java APIs. By using this framework, researchers and developers can easily implement analyses, test their correctness, and evaluate their performance. In addition, the framework all
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Janux is a project to port the java virtual machine directly on top of the Linux kernel using bypassing the traditional posix enviroment. This results in very fast java implementation for linux and and opportinuty to develop java based operating syste
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Freefactor is a Java refactoring framework. It consists of a tool-independent refactoring system and an interface to allow it to be integrated with other tools. Currently a prototype Java-based tool is provided as well as bindings for Emacs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    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: 1 This Week
    Last Update:
    See Project
  • 24
    orange is a new object oriented programing language, combining features from objective c, java and scheme. it's main targets are compactness, efficency and rapid prototyping.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Java bytecode to IL compiler is being designed to be able to directly use the already available enormous resource of java libraries.
    Downloads: 1 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.