Search Results for "java compiler with source code" - Page 53

Showing 3984 open source projects for "java compiler with source code"

View related business solutions
  • 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
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 1
    Spaced IDE

    Spaced IDE

    An IDE for the programming language whitespace.

    Spaced IDE is a programming tool for the language whitespace that simplifies the creation of applications. Source code will be added soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    SlowQR

    SlowQR

    QR code reader/scanner/generator

    SlowQR allows to scan QR codes from images. Some manual interaction for distorted codes is possible. Due to missing hardware-accelerated drawing support, automatic recognition may be slow, hence the name. New features: - creation/editing of QR codes. - support of images with perspective - optional experimental offscreen hardware acceleration (via openGL 2-FBOs)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    STP

    MOVED TO GITHUB. Code here is STALE.

    THE STP CODE HAS MOVED TO GITHUB. THE CODE HERE IS STALE. PLEASE CHECKOUT THE FOLLOWING WEBSITE: http://stp.github.io/
    Downloads: 0 This Week
    Last Update:
    See Project
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 5
    Generic Java framework to build Java applications. Include tools, swing extension, business object, gui managed by pattern MVC, and more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    MIDletPascal
    MIDletPascal is specifically suited for development of J2ME midlets. It's compiler translates Pascal source code directly into Java microedition bytecode.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    action4JAVA

    action4JAVA

    Simple Flexible Template Solution in Java

    J-Tree is a lightweight, modular, extendible and recursive open source Java component framework with a template core. A J-Tree template is "executable" by itself. J-Tree contains some standardized actions and a data container. These actions are called when a comment tag is found. The action is controlled by the attributes within. Actions can have any purpose. Templating is just an action by itself. The template controls loading of data and storing to a file by itself. So it runs...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Lua Editor

    Lua Editor

    Lua Editor

    Write and run pure Lua code. This is a great tool to test out your Lua knowledge or learn how to program.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    JActor

    JActor

    High Performance, Lock Free Java Actors

    JActor is a high-performance actor framework designed to make vertical scalability easy. JActor achieves its speed, in part, by almost always executing synchronously--though it is easy enough to force asynchronous processing when needed. JActor is divided into several GitHub projects: JActor - https://github.com/laforge49/JActor JID - https://github.com/laforge49/JID JFile - https://github.com/laforge49/JFile JANetty - https://github.com/kumarshantanu/JANetty
    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

    miac-p

    Code for syntactic parsing and other NLP apps.

    Code for syntactic parsing and other natural language processing applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    This project will provide tools that leverage WS-CDL and Pi Calculus to build more robust Service Oriented Architectures (SOA). The tools are now released (and supported) through JBoss Tools (version > 3.2): http://www.jboss.org/tools
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Needle

    Needle

    Effective Unit Testing for Java EE

    Needle is a lightweight framework for testing Java EE components outside of the container in isolation. It reduces the test setup code by analysing dependencies and automatic injection of mock objects. It will thus maximize the speed of development as well as the execution of unit tests. Follow us on Twitter (@NeedleProject)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    f2what

    Lapack/quadprog QP for VBA/.Net/Java

    F2what is an open source project to translate algorithmic fortran to a variety of languages (java, dotnet and VBA so far). It offers a Fortran77 parser with code transformations, variable disambiguation, and modular output to other programming languages. It also offers already translated versions of Lapack and quadprog to Java, .Net and VBA, to give access to SVD, LU, QR, Cholesky, eigenvalue decomposition, linear system solving and QP optimization in those three languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Sql Serializable Java Object Generator

    Program used to generate Java objects which serialize to MySQL

    This is an application that is used to graphically create a collection of objects which can reference each other. Once objects and their relationships are defined, you can serialize them into java classes which automatically serialize and deserialize to MySQL. This output can be used to speed up development of programs where data is persisted within a database. This program may one day be expanded to cover other languages and databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Brickdoh - Meditations in Doh
    A relaxing breakout remake with a twist. Real spin effects for the ball, gravity and wind included. Play, relax, and finally master the banana cross!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    JPlex

    Java lexical analyzer generator

    JPlex is an unconventional lexical analyzer generator for Java. JPlex lexers are NIO-based, DFA-powered, push-driven, and fully decoupled and reusable. Their state machines are precompiled and serialized, so run time initialization is fast no matter how large the rule set. JPlex is not a parser generator; it only generates an interface for its parsers, and it does not build a parse tree. When the lexer identifies a token that has a named event associated with it, it passes the token...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Protocol Emulator is a free Java-based application intended for emulation of a protocol behavior. At present Protocol Emulator allows emulation of plain text protocols only.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Bukkit BlockDoor Plugin
    Source Code located at https://github.com/arcwolf/BlockDoor
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Java Evolutionary Computation Library

    As of 2012-12-18, this project may now be found at Google Code.

    As of 2012-12-18, this project may now be found at http://http://code.google.com/p/paba JECO is a Evolutionary Computation Library deveoloped in Java. It includes a variety of evolutionary optimization techniques such as genetic algorithm, genetic programming, evolutionary mapping methods, particle swarm optimization, ant colonies, etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    FreeMapper

    Free position 2D maps for computer games.

    FreeMapper is a project to develop a framework and editor for non-tiled, free position 2D maps for computer games. At the moment there is some example code for tile-free map structures and a simple display test implemented.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    TEdit

    TEdit

    TEdit is a simple Text Editor who saves and openes .txt Files.

    TEdit is a simple Text Editor who saves and openes .txt Files. At the moment the programm is in pre-apha phase. I would greatly appreciate help with the development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    JTools provides some useful tools and utilities for Java 5.0 development. Beneath some smaller utilities we have: a (Ant like) DAO framework (also including XML Repository) and a (JSP like) general purpose template generator and execution framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    jwhois

    Ip to country. Whois made in Java. 3MB in Memory DB - totally fast!!

    ... - address) gives "All info like whois command" (Just only for RIPE's IPs - not all IP-addresses in the world) Is only tested on Linux and Mac. But with the source code, it should not be hard to change the path's to Windows. More info: http://whois.less-is-more.dk/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Yasca

    Source Code Analyzer

    Yasca is an open source program which looks for security vulnerabilities, code-quality, performance, and conformance to best practices in program source code, integrating with other open-source tools as needed. Yasca has been migrated to Github, and is available at http://scovetta.github.com/yasca and http://github.com/scovetta/yasca.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 25
    Calculators

    Calculators

    A combination of a virtual breathalyzer and a calories calculator.

    ... into account a number of factors to produce outcomes as close to actual results as possible. However, the calculations are based on mathematical algorithms and therefore results may differ from reality. Thus, the author is not responsible for the consequences of its use. Download options: - complete application with all the source code as well as jar and exe files. - exe file only. To run the project use Kalkulatory.jar or Kalkulatory.exe. See wiki for a full project description in polish.
    Downloads: 0 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.