Showing 17 open source projects for "smtp-test"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 1
    ChessForge

    ChessForge

    Chess analysis, training and testing for Windows.

    Chess Forge is a Free and Open Source Windows desktop application facilitating chess training. Use Chess Forge to build your opening repertoire, study endgames, strategy and tactics. Utilize the two distinct solving modes and also Chess Forge's unique Training Mode where you get tested against the workbook's content with the help of the engine. Web Site : https://mindrose.com.au Source Code: https://github.com/czbar/ChessForge Installation info:...
    Downloads: 127 This Week
    Last Update:
    See Project
  • 2
    Delphi : VRCalc++ and more Binary Exec

    Delphi : VRCalc++ and more Binary Exec

    Delphi Java - VRCalc++ OOSL (Script) and + (Binary Exec Distro)

    ... : Astrology Program - VR Free Chess 2D : Chess Game Program - VR Mosaic : Puzzle Resolver Program (VCL, FMX) - VR Blocks game - VRGraphStage - VR TTT OX game - Embarcadero Binary Runtime Libraries - VR Binary Runtime Libraries for Delphi & C++Builder - Visual Styles Java Applications - Analog Clock - VR Hanoi Towers - VR Rects World Sample - VR Free Chess 2D - VR Mosaic with auto resolver - Action/Entity Model Test includes installation instructions adrixnt@hotmail.it
    Downloads: 123 This Week
    Last Update:
    See Project
  • 3
    VR Ax Java Sources & Build Projects

    VR Ax Java Sources & Build Projects

    VR Adrix Java Works - Paged Lists - Action-Entity Model ...

    Adrix.NT Java Works :: Sources & Build Projects includes - Paged Lists of Object & Iterators Library for Java - Action / Entity Model for Java - VR Ax AWT Clock Java Component - VR Multi Dimensions Array Library - VR MDArray List Manager Library - VR Adjacency (List | Matrix) Direct Graph Lib - VRJMosaic cells sliding game with automatic resolver - VR RectsWorld Sample Applic - VR Free Chess 2D Applic also contains - Other Utils Libraries - Demo and Test Applications...
    Downloads: 65 This Week
    Last Update:
    See Project
  • 4
    Fair-chess

    Fair-chess

    A new -better- chess variant , *Fair-Chess* ! (also with handicaps)

    ... ''fair'' game between players of very different playing ability, It will result in longer games, more practice in middle game and endgames, and will be a better training method. It might revolutionize the chess world; see the readme.txt. To test the game i made a prototype with the zillions-of-games method; see the screenshots.
    Downloads: 7 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 5

    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: 1 This Week
    Last Update:
    See Project
  • 6

    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: 5 This Week
    Last Update:
    See Project
  • 7
    Project Invincible

    Project Invincible

    Chess master with 3D graphics

    Project Invincible is a free, portable, open source and cross-platform chess game. Challenge a friend to a 3D chess battle or test your skills against a computer opponent. If the AI is too strong for you, just make it weaker with settings. After all, it's not a shame to lose to full strength of Project Invincible. :)
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8

    Logico11

    (C#, 3D RAD) Creates psychological profile of the user

    Collection of eleven games which test different abillities and explains in plain text the way the user thinks. Different types of games are: 3D games like Maze, to fly a plane, car fighting Logic games like GloryHunter (chess-like game with ships, archors and so on) Text-based games like criminal problems etc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    SokoSolve Sokoban
    SokoSolve is a Sokoban game and enthusiast tools. Features include: Game (mouse-move,crate-drag, bookmarks), Library, Solver, Editor, and Generator. (Windows, C# .NET) Moved: https://github.com/guylangston/SokoSolve
    Downloads: 2 This Week
    Last Update:
    See Project
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 10

    Pascal Chess

    A chess game written is turbo pascal

    The purpose of this project was to test my programming skill, and because a friend dared me (don't get any ideas). Those who program in pascal will know that it is not designed for creating games. Please note that this project was started a year after I first learned to program (pascal is my first language), and so the old code may be very basic. (Feel free to look at it, it's the CHESS.PAS file) The notes and do do list (see files) contains my plans with the project and its version...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    SANKit

    Read and write PGN format and test moves for legality.

    SAN Kit was made public in 1993 by Stephen Edwards, the inventor of PGN Chess notation. The original code is in C, and with few comments quite cryptic. In addition, the original author's style was quite quixotic, making it even more difficult to read. This code is now reformatted to modern standards, adds support for NAG codes and comments, and has a "non-CLI" mode for inclusion in chess playing programs. The code has gone through extensive analysis using the llvm/clang compiler and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Carballo is an Open Source Chess Engine developed in Java with simplicity and clearity of code in mind. It is based on BitBoards, with a magic Bitboard move generator and scores aprox 2300 ELO points in BT2630 test.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Ultimate Four in a Row
    NOT COMPLETE YET - THIS IS ONLY A TEST RELEASE. IF IT DOESN'T WORK PLEASE INFORM US. This is a project to make the best four in a row game EVER. Nuff said. Feel free to contribute if you like, but make yourself known, please.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Yet Another Sudoku. This is just a test project to create a sudoku implementation in Qt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    CGOS is a game playing server designed for Computer Go programs only. It was designed to address a need in the computer Go community - a way to test programs that play Go on a 9x9 board and also to get a rating for those programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This package contains code for the game of EasyGo, a modified version of the original game of go. This package provides a simple API so that the users can code and test their own players. Thus one can not only play, but also program their own players.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ChessAsin is an asynchronous chess server for on-line play following the rules of correspondence chess. ChessAsin is also the name of the chess engine it uses. It is developed in .NET, using WCF, and includes a Windows test client, created with XNA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next