Search Results for "using class net.sourceforge.jtds.jdbc.driver"

Showing 48 open source projects for "using class net.sourceforge.jtds.jdbc.driver"

View related business solutions
  • 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
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    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
  • 1
    Delphi : VRCalc++ and more Binary Exec

    Delphi : VRCalc++ and more Binary Exec

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

    Vincent Radio {Adrix.NT} Embarcadero : Delphi : Executable Binaries Delphi : VRCalc++ Object Oriented Scripting Language : Engine + Ext Libraries VRCalc++ OOSL Visual Stage Project : VCL & FMX (FireMonkey) VRCalc++ Script Executor: - VCL Console - Terminal Console - FMX Console + VRCalc++ OOSL : VR System Scripted Standard Runtime Library Delphi Applics - VR Multi Editor : Smart Text Editor - VR Lazy Code Editor : Smart RTF Multi Lang Code Text Editor - VR Astro Vision...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Random Big Rich Man

    Random Big Rich Man

    Monopoly-like game

    Random Big Rich Man(瑞德大富翁) is monopoly-like game using random map to play. It's local game with 4 AI/Human player. Install precondition: Install java 1.8.0 Image or sound from below project or Internet: gtkmonop kapitalist monopolie
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    RobotChase is a game in which the player moves about on a rectangular grid, while trying to escape or destroy advancing robots. Uses mouse or (configurable) keyboard. Written in Java using the MVC and Observer patterns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    BagaturChess

    BagaturChess

    Java Chess Engine

    This is UCI Chess Engine writen in Java. Since version 1.4 (inclusive) the project was moved to https://github.com/bagaturchess/Bagatur
    Downloads: 3 This Week
    Last Update:
    See Project
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 5
    BattleShip

    BattleShip

    The BattleShip is an online game developed in Java.

    The BattleShip was developed using Java. It is an online game where one user has to sink the other user’s ships. The game uses Server-Client structure, each user has a map where he needs to allocate his ships and one map where he will choose where to shoot to try to hit his enemy’s ships. The one who hit all opponent’s ships first, wins the game. The ships allocation can be manually or automatic (random position) and there is also a chat implemented where one user can talk to his opponent...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Alcibiade Chess

    Alcibiade Chess

    Next generation web chess club

    From the creator of MKGI Chess Club comes this next generation chess club. Completely re-written from scratch on the latest software frameworks, it features: social networks connection, scalable data storage, stunning graphics and much more to come. This project has two parts: - A Java Chess library containing board models, rules and PGN format management - A complete Chess web application based on the core Java library
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Pendragon ToolBox

    Pendragon ToolBox

    Set of tools for PnP RPG Pendragon

    A set of tools designed for the pen and paper RPG "Pendragon". It's based on a library for creating tools for PnP RPGs, and also the first implementation of it. The idea is first developing this tool, but also developing the RPG tools library using this as a first example of it's possibilities.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Traditional Malaysian board game. Similar to Mancala. Implement NeuralNetwork (NN) agent, Min-Max, and Random move. System is based on Adam Cofer's Mancala system (2003). Also using Neuroph 2.5b by Zoran Servarac for NN. All code under GPLv3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Cave Chess

    A Java chess engine using xboard protocol

    Downloads: 1 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 10
    wowchess

    wowchess

    Version 1.2

    Easy playing java chess game, You can play against own written wow chess engine, or other users, rewind games forward and backward, easily restart again or if needed replay the game on demand. Attractive user interface and effects. If You like to You can see other games being played, linux,win
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Framework for creation of board games. Chess is built-in, Monopoly comes next. It addresses: 1) Players 2) Game authors 3) AI developers 4) Model-based developers. Developed by software professionals using EMF. New games are configured in few hours.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    PowerFour

    Game - powerfour against computer - Java release

    The powerfour game is developed and tested as a prove of concept about searching a solution using Alpha Beta pruning. Its a show case that run actually on an applet
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Kenny ClassIQ

    A java-based, purely object-oriented chess engine.

    Kenny ClassIQ (read Kenny Classic) is something like my dream project. It is a chess engine with pure object oriented programming with close-to-real-world representation of the game inside the program using OOPS. Initially I thought of doing a similar thing in C++, but after trying to develop my other chess engine Kenny in this route, I found out that it is a difficult task, and switched to using Java for the programming instead. To learn how to do it, I created a similar, many-times-lesser...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Gummy-Tac-Toe Free

    Gummy-Tac-Toe Free

    Tic-tac-toe with gummy bears

    Classic Tic-Tac-Toe, except with gummy bears, free! Play classic tic-tac-toe using gummy bears instead of the old and boring X's and O's. Gummy-Tac-Toe Free is awesome and free! You can also get the paid version for 2-player!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Chess Queens
    Calculate the number of solutions to place n queens on an n*n chess board, without any queen attacking each other. Options allow using rooks instead of queens, disabling knight attacks and setting the minimum distance between queens.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    JChess

    The Java Chess Engine

    This library is an attempt to create a flexible chess engine 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>.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Traditional Chinese board game (not the solo mode). New version of http://openmahjong.sourceforge.net/ with the following using a different coding pattern : Model-View-Controller (MVC). Now with Chow :-D
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    GeneThello (read jə-ˈne-ˈthe-lō), is an acronym for genetic othello, an othello (reversi) playing program which based on Genetic Algorithm (GA). In principle GeneThello consist of an othello program and a genetic algorithm system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Open Mahjong
    Implementation of the original Chinese board game of Mahjong using Hong Kong rules.
    Leader badge
    Downloads: 23 This Week
    Last Update:
    See Project
  • 20
    A framework for creating board games and card games using a minimal amount of Java programming and playing them against AI or human opponents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The foundation of this project is the dicepanel, a dice roller. A couple of classic dicegames will be included too, such as Yatzee. This project is using the Almond framework and it is runnable with Java Web Start.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A table game simulator. You can play easy card games and even ccgs. JTable is a generic simulator. You can create up new games easily with the editor. Play every game you want with up to 12 players via internet (using Hamachi: http://www.hamachi.com) or
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MobileStratego is the online version of Stratego for mobile phones. It's developed with J2ME and it is a two players version. Online playing is achieved using peer-to-peer with virtual server or direct connection. Single phone is supported too
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Using the Swiss pairing system, WarDrum aims to be a tournament management application with various custom settings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A Monopoly (tm) like game with AI, implemented using the source of Atlantik and monopd (see http://unixcode.org). All of the components are written in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 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.