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

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

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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
  • 1

    JFX-Tabbed-Browser

    A browser written in java which supports having multiple tabs

    JFX-Tabbed-Browser ================== This is a web browser written is java using JavaFX Requirements: - Java 1.8
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Mobile Esperanto

    Mobile Esperanto

    Application for learning Esperanto using various web resouces

    Uses a set of GWT widgets which emulate the iPhone look and feel. Can be used on mobile devices as well as the desktop. Uses Google MVP architecture; PHP server side provides JSONP by querying various web sites, notably Lernu.net, a popular Esperanto learning site. Try out the demo at the Mobile Esperanto Web Site below.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Lightweight REST JEE Arch Pattern

    Fully working architecture example

    This project is a fully working example for an architecture pattern using only JEE technologies, namely JPA, EJB and JAX-RS. It is intended to serve as an example to help education of Java developers and architects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    SCORM (1.3) E-learning Development Tool

    SCORM (1.3) E-learning Development Tool

    All you need to develop your e-learning courses!

    This is a preconfigured VirtualBox Virtual Machine containing all you need to develop SCORM packages (1.3) for your e-learning courses. Using a Java Wizard, it is possible to add your content to a preconfigured e-learning course and export it in SCORM 1.3 format. Moodle 2.7 LMS is included to test your SCORM packages. The preconfigured e-learning course uses HTML5 tags to allow learners to enjoy the course using mobile devices (smartphones, tablets).
    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
  • 5

    JavaBitWise

    A bitwise calculator for two integers.

    A two's compliment calculator designed for specifically for Java, but is still effective for just about any other language. It will accept two integer values and will show the binary, octal, and hexadecimal equivalence, and show how the bits interact with the logical operators not, and, or, and xor, and how primitive types are cast into other types. If there is a feature that you would like to see, let me know and I will see what I can do. I am working on a major update to how the interface works.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    MathQuizGame

    MathQuizGame

    A math flashcard-like game

    Practice math by adding, subtracting, or multiplying randomly generated numbers. To view the source code of the project, go to https://github.com/tenny1028/Math-Quiz-Game
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Dependency Discovery Tool

    A tool for discovering external dependencies in Office files.

    The Dependency Discovery Tool searches through binary office files (.doc, .xls and .ppt) and tries to find any documents or files that are linked to the document. It is written in java, using the Apache POI libraries ( http://poi.apache.org ) This project was part of a summer scholarship from the School of Engineering and Computer Science at Victoria University, Wellington (http://ecs.vuw.ac.nz) in conjunction with Archives New Zealand ( http://archives.govt.nz ). At the moment...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Online Exam System

    Online Examination System using JEE.

    Online examination system using JEE where system can be customized to work in universities , schools and companies (interview tool).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    GoogleTranslator2.0

    GoogleTranslator2.0

    A desktop Google Translate Application

    Build using Java, this application lets you translate text to and from over 63 languages. Also includes text to speech converter to read out the translated text.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS 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

    TML - Text Mining Library for LSA & CMM

    TML is a Java Library for LSA and extracting Concept Maps from text

    TML has moved to http://www.villalon.cl/tml.html and the code to https://github.com/villalon/tml
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Blue Basin

    General template for expressions using Lisp-like structures.

    A group of generic tools and containers for using in logical and mathematical terms. Lisp like type-safe n-Trees.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    sudoku Solver

    sudoku Solver

    A sudoku solver project built with Java with a user friendly interface

    This project has been built to allow you solve any Sudoku problem in no time. The project built using Java programming language. It`s simple interface built using Swing technology. A smart algorithm has been designed to solve your problem. First, using the systematic human way of solving. If the human failed to solve, your problem will be passed to a stronger algorithm that based on Try and Fail techniques and possibilities. Enjoy, learn and develop. You need to install Java JRE to run the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Java Combinatorial Optimization Platform
    Java Combinatorial Optimization Platform is used to solve combinatorial problems using common interface, providing means to easily add new algorithms and problems and to benchmark them.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    MathParser Java - Math Parser library

    MathParser Java - Math Parser library

    Mathematical Parser for Java

    This project gives a mathematical parser for converting a simple string expression into a result which can be managed for using in other calculations, all in Java. Using a couple lines of code, you'll be able to parse complex arithmetic expressions efficiently. This library is powered by Dijkstra's Shuting-yard algorithm. The library has no dependencies with other external libraries. Dependency <dependency> <groupId>com.google.code.mathparser-java</groupId> ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Unimozer
    Unimozer intends to be a universal modelizer for Java™. It allows the user to draw UML diagrams and generates the relative Java™ code automatically and vice-versa.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    dwos

    dwos

    dwos is a distribute WEB-desktop OS and scientific computing platform

    dwos is a distribute WEB-desktop OS. It mainly contains a WEB desktop environment, a chat-online system, a network disk system, a Scientific Computing platform(developing) and so on. It is developed by JAVA language using the JSH(JSF+Spring+Hibernate) framework. After about half year testing, now it's open source, you can download it and run on your computer, Tomcat and jetty server container are tested ok. It's developed by myself, more about me, see...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JTraductor UTEM
    Requires Java 7. JTraductor is a translator from Pseudo-code in spanish to Java code designed to teach programming. This project was inspired by PSeInt project, but writing in Java and using JavaCC for the translation of the code, and providing functions and methods. Now support GNU/Linux and Windows XP or 7 (in GNU/Linux also requires Xterm).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Radix Player

    Radix Player

    Easily convert numbers to any radix

    Easily convert any number to any valid radix using Radix Player! It's so convenient! One-click to convert any number to binary, hex, oct, and any other valid radix 1-36. Check it out, it's free!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    ThinknLearn

    An abductive sciene inquiry based learning project for school kids

    This project was designed for a reserach conducted in the area of mobile science inqiury using ontologies. This mobile web application 'ThinknLearn' uses ontology-based scaffolding to implement NCEA level 1science standard curriculum example as an experimental context. In this application, ontologies are designed using Protege 4.0 while Jena API and Pellet reasoner are used in the technical architecture of this application for extracting relevant information according to the requirements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    BPMN extension for Cloud computing

    java project for modifying jBPM models into cloud aware models

    Program based on created BPMN 2.0 Cloud extension. It reads a model *.bpmn, which was created using jBPM BPMN 2.0 modeling tool. Then user is able to define a sensitivity of data elements. After that an Ontology is created and filled in with model elements. Special logical rules process the data. User is able to additionally define the security level. The resulting model is created and can be opened in the jBPM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Java API to communicate via RMI calls to run reports and retrieve data using the Capita SIMS CommandReporter.exe tool without contravening support agreements. This has been written using Netbeans and the download contains the whole project folders. Note there is a complex server side setup. If you decide to enter a not recommend to this please give a reason as a blank comment tells nobody what is bad about it and therefore cannot be corrected. I have re-enabled this facility so I can get...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This project is about stochastic simulation methods and their applications to physical systems. We develop interactive books, which can be used by students to study physics using free resources. The books contain text and Java source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    JMorseTrainer helps you to learn or improve Morse code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Interactive Calculator
    Enable the user to talk to the calculator to enter the numbers and operations or write them using a drawing panel , it support both English and Arabic languages.It have text to speech of the entered numbers/operations and reading the results.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    VSL: Virtual Steganographic Laboratory

    VSL: Virtual Steganographic Laboratory

    Steganography and steganalysis software

    VSL is free image steganography and steganalysis software in form of graphical block diagramming tool. It allows complex using, testing and adjusting different steganographic techniques and provides simple GUI along with modular, plug-in architecture
    Downloads: 11 This Week
    Last Update:
    See Project