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.
Try Retool free
Atera all-in-one platform IT management software with AI agents
Ideal for internal IT departments or managed service providers (MSPs)
Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
Mediocre is a Java-based chess engine, implementing features like LMR, SEE, history and killer moves heuristics, transposition tables, internal iterative deepening, PVS search etc.
A simple game originated from Nepal where two users or single user can play the game. There is two key component in the game i.e tiger and goat. Goat needs to trap the tiger in-order to win the game. And if tiger is able to eat 4 goats tiger wins the game.
Just aims to be a chess board (free to make your moves).
This project just aims to be a simple chess board. You can do whatever you want with pieces (even make a piece eat a king if you want !!!) : the purpose is just to provide a "magnetic" chess board on computer. But all moves are verified.
Also with some facilities : history manager, so that you can go back and rewrite the game history !!!
It's a modern take on desktop management that can be scaled as per organizational needs.
Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
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.
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>.
Jin is a Java client for various chess servers. It currently supports the Internet Chess Club (chessclub.com) and the Free Internet Chess Server (freechess.org) but is designed to be able to support any chess server.
A simple two player chess game written in Java. The game enforces all of the rules of chess, highlighting potential moves, and has complete undo/redo functionality. A computer AI opponent is not available.
Meet FuelCloud. The automated fuel management system of the future.
For construction companies, Landscapers, Transportation companies, Fleet managers, Fuel Jobbers,
FuelCloud Fuel Management Systems solve the hardest problems with monitoring and managing your bulk fuel supplies. Protect your bulk fuel from loss and theft, control who can get fuel from anywhere, and automate the reports and data transfers you need to run your business more efficiently than ever.
Tonic is a graphical interface for playing chess on Internet Chess Servers (especially FICS). It is based on Jin's source code. Read more about features and development at tonic-chess.blogspot.com and at http://kenai.com/projects/tonic
A small ICS chess client written in Java, not so large as Jin and nicer looking. The main thing will be to write code for various chess servers. Expected features include game saving as PGN and support for most commands of various ICS servers.
Java based client / server online games engine & API for easy creation/running of real-time multiplayer games. Games include Battleships, Camelot, Checkers, Chess, Connect 4, Dots, Go, Octagons, Texas Hold'em Poker, Reversi, Spades, Tetris & Tic-tac-toe
A java PGN file parser: this parser is packaged as a jar file that you can use for a java chess project. This parser can parse and write PGN files and convert PGN files as XML files and the reverse.
The pgn parser new moves to Github:
* https://github.com/supareno/pgn-parser
EightQueens is a simple chess puzzle written in Java. Click one square on the chess board to start recursive function. Fill the chess board with eight queens.
Chess-like game for mobile devices. You can play human vs human, human vs machine or see a game machine vs machine. The game is played in a 6x4 board. Touching a piece indicates the way it moves. Stalemate counts as a win. There is a java midlet (aga
Struggle Chess is a game of chess where all the pieces are animated. It is of course a tribute to the very famous Battle Chess. Struggle Chess is developped in Java so it is highly portable (Netbeans 6.8).
SimpleShogi is a Java implementation of the game Shogi (japanese chess) it supports hot seat and multiplayer via network (UDP). SimpleShogi offers intuitive symbols for beginners but does not implement an AI-player.