Inventory and Order Management Software for Multichannel Sellers
Avoid stockouts, overselling, and losing control as your business grows.
We are the most powerful inventory and order management platform for Amazon, Walmart, and multichannel product sellers. Centralize orders, product information, and fulfillment operations to run more efficiently, sell more products, and stay compliant with marketplace requirements so you can grow profitably.
Learn More
Failed Payment Recovery for Subscription Businesses
For subscription companies searching for a failed payment recovery solution to grow revenue, and retain customers.
FlexPay’s innovative platform uses multiple technologies to achieve the highest number of retained customers, resulting in reduced involuntary churn, longer life span after recovery, and higher revenue. Leading brands like LegalZoom, Hooked on Phonics, and ClinicSense trust FlexPay to recover failed payments, reduce churn, and increase customer lifetime value.
Free and simple build toolkit for HTML5-based Android apps
SAWS: Simplest Android Web Suite
SAWS is an open-source build engine that allows you to turn a HTML5-based client web application into a mobile application for Android OS. Given the folder with your web app (HTML, JS, CSS) and its title, it outputs ready-to-use APK file with this application.
Requirements:
- Linux or other Unix-based OS with Bash shell
- Java SDK (sun-java6-sdk or the latest openjdk version)
- Ant
- Android SDK installed with Android 2.1 (android-7) available as a target
Configuration
After unzipping, you must specify the exact path to your Android SDK folder (without last slash) in sdk.ini that resides in SAWS root folder:
sdk.dir=/path/to/android-sdk
Usage:
/path/to/saws-build [application name] [webapp folder] [output apk file]
e.g.
...
This library is an attempt to create a flexible chessengine 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>.
Unified cloud-based platform for dialing, emailing, appointment scheduling, lead management and much more.
Adversus is an outbound dialing solution that helps you streamline your call strategies, automate manual processes, and provide valuable insights to improve your outbound workflows and efficiency.
Ethanon is a 2D game engine focused on the recent video cards for hardware acceleration and shader effects. The engine provides high-quality light an shadow effects with an easy visual interface and a simple and direct scripting system.
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
Premier is a global leader in financial construction ERP software.
Rated #1 Construction Accounting Software by Forbes Advisor in 2022 & 2023. Our modern SAAS solution is designed to meet the needs of General Contractors, Developers/Owners, Homebuilders & Specialty Contractors.
Migrating the current Myriad 2D Engine from C++ to Java. The Myriad Engine aims to be a general purpose engine for 2D based games. It has implementations for both desktop and Android platforms.
RockScript is the world's smallest Java-based JavaScript interpreter, runs smoothly in any J2ME phones. The binary size of core engine including native objects/methods is less than 25K (obfuscated & JAR'ed). It can be integrated into any J2ME apps.
Note: Zaxmidlet is deprecated. Current work is on JFrotz for J2ME.
Note 2/10/2012: ZaxMidlet is no longer under current development and will be replaced by JFrotz, which is a Z-Machine interpreter based on the Frotz engine for both J2ME (Blackberry) and Android. http://sourceforge.net/projects/jfrotz/
JFrotz uses more memory than ZaxMidlet, so Zaxmidlet may still be the best choice for users with relatively low-end J2ME devices.
ZaxMidlet is a midlet Z-Machine Interpreter for Blackberry and other J2ME devices that support MIDP2.0 and file access. ...
Spring3D enables the object-oriented creation and manipulation of 3D geometry running on top of most 3D API (i.e. JOGL or Android's OpenGL). The reference engine is based on Java3D and is in the application process for being made a Spring Extension.
Cobel Engine will be a good game engine allow user to create quality 2D scrolling game such as Castlevania , Metroids and if possible , adventure game like Sierra adventure games.
The Java AI Gaming Engine is a collection of games that allow easy integration, testing, and competition of AIs. The games that are supported: Hex and Ataxx, and in the future: TicTacToe, Chess, Checkers, Rock-Paper-Scissors, and more.
jose is a graphical Chess tool.
>>> moved to https://peteschaefer.github.io/jose <<<
You can store chess games in a database.
You can view and edit games (including variations and comments).
You can play against a plugged-in chessengine and use it for analysis.
Features 3D board view.
Chess Editor is a pure Java tool to create, edit and view chess games in the Portable Game Notation (PGN) format. The tool integrates with externally specified chessengine programs to provide analysis of board positions.
Java Program of a machine which plays chess: it recognizes the chessboard, the position, the move of the opponent, and asks an external ChessEngine to reply to the opponent move. it is connected to a real robot which has an arm to manipulate the pieces.