Build gen AI apps with an all-in-one modern database: MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Start Free
Crowdtesting That Delivers | Testeum
Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.
Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights.
This java program will ultimately solve grid-type logic problems if given enough clues in a pseudo english language.
Features a user friendly GUI letting the user know the progression of the solving process based on the clues entered.
Java-based recursive SuDoku Solving program. Currently console-based, mostly personal effort, but all contributions welcomed! Hopefully we'll have a GUI for easy solving/generation in the future...
Superficially, Dominoes on Acid is a solitaire variant of Dominoes with weird colorful tiles. But on a deeper level it is a GUI for natural deduction. Every completed domino is equivalent to a proof of a tautology in classical propositional logic.
Powering publishers, brands, and sports teams with 30+ interactive content types. Maximize engagement and revenue with Riddle.
Riddle is an online platform for creating interactive content such as quizzes, surveys, personality tests, prediction games, and leaderboards. Our customers create content on our platform and then embed it on their website.
The goal? Increased engagement, lead generation, segmentation, and content monetization - all 100% GDPR compliant.
This is a simple app, created around an original sudoku solver based only on heuristics, not brute force. It's coded in Java/SWT(GUI toolkit). It's an example of MVC and of Visitor, Observer, Strategy, Abstract Factory, Singleton Design Patterns.
A java application for creating, playing and solving SuDoku puzzles of various types. Features both a Swing GUI and command-line operation. The automatic solving of puzzles uses "smart" techniques rather than a brute force search of every possibility.
Thirty-One is a fun little game, where the user plays against the computer in a race to the number 31 (thirty one). Each selects a number until the aggregate equals 31. To also be extended to player versus player. Also, will hopefully gain a GUI.