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
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.
Sudoku Maker is a generator for Sudoku number puzzles. It uses a genetic algorithm internally, so it can serve as an introduction to genetic algorithms. The generated Sudokus are usually very hard to solve -- good for getting rid of a Sudoku addiction.
Play and solve sudoku puzzles. Start from an empty grid, generate a puzzle or load one. The game is timed. The generated puzzles have a unique solution. Mistakes (twice the same number on the line / column / row) are highlighted in red.
GCompris is a high quality educational software suite comprising of numerous activities for children aged 2 to 10. Some of the activities are game oriented, but nonetheless still educational.
Now available in even more cloud regions across AWS, Azure, and Google Cloud.
MongoDB 8.0 brings enhanced performance and flexibility to Atlas—with expanded availability across 125+ regions globally. Build modern apps anywhere your users are, with the power of a modern database behind you.
the pythonsudoku solver was done as a first year engineering project, it is programmed in python and it allows the user to enter in an unsolved sudoku .txt file which it then solves and presents the solved sudoku to the user in a user friendly gui.
SudokuPyLib is a Sudoku puzzle solver and generator written in Python. It acts as a library, hasn't graphic user interface. Design document and unit test source code is offered.
Another Sudoku game version. It is written in Python and uses wxPython as the GUI package. The puzzle solver module was written by Edd Aardvark, to whom I owe a big debt. This project is mostly an exercise to learn Python. It can be greatly improved.
PythonSudoku is a text and graphical (gtk interface) program to create or resolve sudokus. It can also print a sudoku (1 or 4 sudokus in each page) and write an image (png, jpeg, etc) with a sudoku.
Focus on your application, and leave the database to us
Fully managed, cost-effective relational database service for PostgreSQL, MySQL, and SQL Server. Try Enterprise Plus edition for a 99.99% availability SLA and category-leading performance.
Sudoku solver written in Python using the TkInter library. Handles various puzzle sizes and allows for both letters and numbers. If you don't have Python installed you can get it at http://www.python.org/download/
Sudoku solver written in Python using the TkInter library. Handles various puzzle sizes and allows for both letters and numbers. This project site is not active, please visit http://sourceforge.net/projects/tkpysudoku/
A multiplatform python- and ncurses-based console game of Sudoku. Sudoku is capable of generating and solving both Sudoku and Samurai Sudoku puzzles on any ncurses-enabled terminal.
PythonSudoku is a text and graphical program (gtk interface) to create or resolve sudokus. It can also print a sudoku (1 or 4 sudokus in each page) and write a image (png, jpeg, etc) with a sudoku.
A Pythonic program to generate and solve a Sudoku puzzle of any N by N dimension. It uses a combination of logic and guess to solve the puzzle. The GUI is written with PyGTK and the code can be use as a guidelines of using Python Generators.