Showing 558 open source projects for "java web templates"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Start Free
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • 1
    DB Web Admin Provides access to your databases through a web interface. It gives users visibility into their SQL Server database instances. DBWA shows users Currently running SQL Queries, Historic Queries, and Fragmented Indexes. DBWA also allows users to kill currently running queries or run their own SQL queries. DBWA is implemented in ASP.NET MVC using C#. Previous Versions supported Oracle(PL/SQL and JSP), MS SQLServer (ASP), and MySQL/ODBC (C#.NET) versions.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    War of Respect

    War of Respect

    War of Respect is an online turn-based MMORPG in 2D-anime style.

    War of Respect is an online turn-based MMORPG created for public in 2D-anime style. Players are able to communicate, participate in events, reach the top 3 top-players and even more! It's free, and in continue development. War of Respect comes in three variants: War of Respect War of the Players Second Generation (2G for short) It's international, free and fun to play on. If you like to buy extra features (Like 1 extra level) you have to pay with real money. Our team is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    CTI Tools box

    Custom Tease Instructor Tools Box

    The CTI community needs a real cross plateform software in order to stop searching everywhere how to create cards or play a tease. An application which offers tools to create decks, cards and much more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    POKIRSCAN poker tax app
    POKIRSCAN poker tax app computes gross winnings/losses from Full Tilt and PokerStars, which the IRS requires you to report rather than net profit. It combines games of the same stakes played within a set amount of idle time, netting them out.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Character Grimoire

    Character Grimoire

    Manage your character's spells and items

    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    sum gnu anti reversi 8x8 -windows

    Use delphi or lazarus to program Anti Reversi by min\max method

    ...The player who has more pieces on the board when the game is finished, loses the game.The program use half score cut method to make it to think faster.I also program java reversi to display reversi in web site.Future will clean up the code. Now use mult core in lazarus in testing,
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Ragnarok Online Site Engine (ROse) - Free Control Panel (CMS) for eAthena Ragnarok Online server Emulator. Written in PHP language. Use smarty php class for templates. contains many functions for manage eAthena dabases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Free Speech Just Pay Shipping

    Free Speech Just Pay Shipping

    3d peer to peer chatroom where associated pairs of text gravitate

    A 3d chatroom where the things people write gravitate toward eachother based on total strength of associations between those short texts. Strength is a competition of who spends the most computing time trying to associate the texts, similar to Bitcoin's "proof of work" system. While there is unlimited space in the system overall, the space around any specific text is limited by 3d space, which drives competition for what people want that text to be associated with. It can be used like a...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Chess Queens
    Calculate the number of solutions to place n queens on an n*n chess board, without any queen attacking each other. Options allow using rooks instead of queens, disabling knight attacks and setting the minimum distance between queens.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Demo Series - Small Business Backup By Veeam Icon
    Demo Series - Small Business Backup By Veeam

    Learn how to protect your Microsoft 365 data, with simple, actionable tips today.

    Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
    Watch Demo Series
  • 10
    bawo is the Malawian version of an ancient African board game based around a simple counting apparatus. bawo (Malawi), bao (Tanzania) and omweso (Uganda) belong to the globally prevalent (spread by the African diaspora) mancala group of games.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    DimensioneX Multiplayer Game Engine

    DimensioneX Multiplayer Game Engine

    Free MMORPG Engine. Develop and host graphical browser-based games.

    ...It lets you develop and then run or host browser-based, graphical multiplayer games. The users will play games simply via their browser. DimensioneX runs on any Java-enabled web server (eg. Tomcat)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    JavaSolitaire

    JavaSolitaire

    A Java implementation of the famous Klondike solitaire game.

    A Java implementation of the famous Klondike solitaire game. Supports the following features: Undo, difficulty levels, hints. The interface is available in English and in French.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13

    JChess

    The Java Chess Engine

    This library is an attempt to create a flexible chess engine using the Java programing language. The main diference than others chess engine's is that it is only a library, and it can be attached to any program, including a web application. If you are interested to contribute please contact me. Francisco Rafael Del Roio <francipvb@hotmail.com>.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    JAIMBot is a modular architecture for providing services through an AIM client. It contains a generic AIM library and a Bot which uses this library to provide such services as Offline Messaging, Lists, Weather, Headlines, Stock Quotes, AI chatterbot.
    Leader badge
    Downloads: 19 This Week
    Last Update:
    See Project
  • 15

    Heuristic Goal-seeking Framework

    Fifteen puzzle, with its own goal-seeking to find the best solution

    This project implements the "fifteen puzzle", but it has a twist: the program can solve the puzzle perfectly. The project contains a simple JAVA framework that implements heuristic goal-seeking algorithms. We use this to search for the best solution, but the framework is general-purpose and can be used for similar one-person puzzles. Using this framework will allow developers to focus on a specific domain of interest, while leaving many of the AI concepts and goal-searching concepts to be implemented by the framework The front-end classes use Swing and thus can be run via the Web. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A JavaScript and HTML5-based MMORPG, that runs on a Java-based server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Tyrant is a graphical roguelike fantasy adventure game. It features intricate randomly generated landscapes, towns and dungeons. It is written in Java with a highly extensible game engine.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 18
    Software for scoring multi-stage races, competitions, trophies, triathlons or other sporting events providing instant online results.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A sudoku implementation. It generates and solves sudoku games. It stores sudoku quests in a database. Currently it has a print view only. In future it gets a GWT-based GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    kelo is an implementation of the Elo valuation system especially suited for table football (foosball). Scores can be calculated for single and double games. It comes with it's own very small (and limited) implementation of a web server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Astro-Online - Widget Based Astrology
    Astro-Online is a web (now widget) based astrology program that can be downloaded and installed on any web server. Widgets (horoscopes) can also be shared through a share button on websites and personal pages (no installation necessary).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A real life version of the board game "Scotland Yard". All you need is a GPS and internet enabled mobile phone and a few friends to play the game with!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This is a Java Space 2D game based on a MySQL backend database and manager. This game inspiration is based on a EVE Online game with various new features and ideas.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The program Virtual Network Simulator for Web 2.0 is a tool that allows the simulation of assembly and configuration of computer network projects, virtual or physical. It also simulate the sending of a package between the hots of origin and destinati
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Multiplayer massive online browser game
    Downloads: 0 This Week
    Last Update:
    See Project