Showing 14 open source projects for "test"

View related business solutions
  • 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
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • 1
    Diplomacy Cicero

    Diplomacy Cicero

    Code for Cicero, an AI agent that plays the game of Diplomacy

    The project is the codebase for an AI agent named Cicero developed by Facebook Research. It is designed to play the board game Diplomacy by combining open-domain natural language negotiation with strategic planning. The repository includes training code, model checkpoints, and infrastructure for both language modelling (via the ParlAI framework) and reinforcement learning for strategy agents. It supports two variants: Cicero (which handles full “press” negotiation) and Diplodocus (a variant...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Qturkokards

    Qturkokards

    Offline tarot reading app with custom card sets and Rider Waite

    This is an offline tarot reading app. It contains both opensource decks and personally created beautiful decks. It includes a windows 64 bit executable. It runs on Windows 10 and 11 64 bit. It also includes a python app which runs on pyqt with pygame. it has been tested under windows 10, Windows 11 and Debian, Ubuntu, Kali, and Mint Linux. i am looking for people to test on other systems. I have run this on many devices and operating systems. Even an old Chromebook running Linux...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 3
    Rebus

    Rebus

    A challenging and portable Rebus puzzle game for Windows.

    Rebus is a captivating portable Windows game where you solve clever visual puzzles. Test your creative thinking and decipher words or phrases from images and symbols.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    How to get Bot Lobbies

    How to get Bot Lobbies

    Get easy bot lobbies in any game with our bot lobbies tool.

    Test it on the web app: https://slothytech.com/ezlobbies/ EzLobbies is the open-source tool developed by SlothyTech that helps gamers get easier, bot-filled lobbies in the world’s top games. Instantly generate custom OpenVPN config files that route only your game’s matchmaking traffic through the VPN server of your choice—no complicated setup and no speed loss for browsing or streaming. Supported titles include Fortnite, Call of Duty, Warzone, Apex Legends, Overwatch, Valorant, PUBG...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 5
    Car Logo Quiz

    Car Logo Quiz

    Identify the famous car brands from around the world

    Play this entertaining and educative quiz game of identifying the famous car logos from brands around the world. Choose from the options and click on Submit button to see whether you answered correctly. For all car lovers and kids, this game will be entertaining! More than 50 brand logos to find now. Download the game and start playing and test your knowledge of famous brands! All logos used in this software are in low resolution and used for free and entertainment purposes which...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    LaserBlast

    A Laser Cannon Strategy Game

    Why did I write this program, and why in Python? Well there were really two reasons. First I wanted to quickly test various game rules and strategies. Python and pygames made prototyping quick and easy. This is actually about the twentieth version of the game. Second I wanted to try the new match/case statements that were added in Python 3.10. I found lots of uses for match/case and I really like it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    G-CPS

    G-CPS

    Lite CPS Tester

    G-CPS (Golden CPS) It is a Very Lite program to measure your CPS G-CPS is a very lightweight program, it contains multiple color themes, and several options to adjust the test time (1, 3, 5, 10, 15, 30 and 60) s. It also saves the CPS record that you have achieved, each time mode has a different record. Source Code: GitHub: https://github.com/PETEROLO291/G-CPS You can try it out with: https://sourceforge.net/projects/flame-auto-clicker/ Info: Installer: 9.3MB Program: 27.5MB...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 8

    pycassonne

    Carcassonne clone written in python using pygame

    ... examines own her step only, so the analysation depth is only 1, trying to gain the maximum available extra points. Turning trace mode on it is possible to play against computer with ultra skill level, where the analysation depth is increased to 2. With this setting the AI is stronger but the gameplay is unbearable slow. It is just for test purpose.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    AutoClicker ArmoMan

    AutoClicker ArmoMan

    AutoClicker, reach hight CPS

    ArmoMan autoclicker is an app that permits you to reach Hight Click per Second by only holding a key of your choice. You can customize the speed and also the key to start the clicks. It can be used in video games but only on your own purpose. We will not be responsible for a ban. Discord: https://discord.gg/GWKMPJ74 Tutorial: https://youtu.be/cyAETJRwSaI GitHub: https://github.com/Armdevelopper099/autoclicker After the download you can go to https://cpstest.org/ to test the app...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Neural MMO

    Neural MMO

    Code for the paper "Neural MMO: A Massively Multiagent Game..."

    ... training and emergent dynamics across large populations. The project is built to test scalability in multi-agent reinforcement learning, with features such as procedurally generated terrain and configurable game mechanics. While the original release has since been succeeded by newer versions maintained outside OpenAI, it remains a landmark framework for studying large-scale agent interactions in complex environments.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Pulsar framework

    Pulsar framework

    Event driven concurrent framework for Python

    Event-driven concurrent framework for Python. Pulsar's goal is to provide an easy way to build scalable network programs. In the Hello world! webserver example above, many client connections can be handled concurrently. Pulsar tells the operating system (through epoll or select) that it should be notified when a new connection is made, and then it goes to sleep. Pulsar uses the asyncio module from the standard python library and it can be configured to run in multi-processing mode. The http...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Sky3ds utility for Mac and Linux

    A port of Sky3DS Diskwriter for Mac OS X and Linux

    Sky3DS is a Nintendo 3DS linker, a special game pak with a MicroSD card slot. So, on that MicroSD card, you can put in 3DS games backup files (only in .3ds format.) That linker makes for Nintendo 3DS casual developers possible to test the software they have created. Note: This project is discontinued, please fork me :)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Intervalence is a very simple, minimalistic program for musicians, designed to test their ability to correctly spell musical intervals. Question: What is a perfect 5th above A#? Answer: E#
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    iThink
    iThink is an intelligent word game developed with python. iThink uses CLIPS (an expert system tool) for identifying the difficulty level of the question based on the gamer's performance. Play the game and share with us your valuable experience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.