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

Showing 727 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
  • 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
  • 1
    CDIV GAMES STUDIO

    CDIV GAMES STUDIO

    C/C++ Programing with ALLEGRO 4.2.2 - Win32/64 - LINUX - MACOSX

    CDIV GAMES STUDIO is a programming environment for multimedia applications mostly games using the power of the C/C++ and the graphics library ALLEGRO two are combined in the library CDIV that provides a parallel processing system based on processes style DIV2. Each process is an independent, each running a separate code to other processes and can be assigned graphics, rotation angles, execution priority, etc ... In addition CDIV own libraries can be used any of the functions of C/C++ and any...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2

    IncludeChecker

    Check for unused #includes in C++ source

    Unused #includes in C++ source lead to unwanted dependencies and slower compile and link timings. IncludeChecker finds most of these unused #includes using a simple heuristic: if you include a file, you need to use one or more symbols from it. If that's not the case, IncludeChecker will mark the #include as unused. IncludeChecker is very customizable to be able to run as an automated task where it will fail as soon as an unused #include is detected. Because of the simple heuristic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    *** NOTE: as of Sept 2012, Synopsys is no longer using this project to update GNU Toolchain and Linux kernel for DesignWare ARC processors. Open Source Software for DesignWare ARC processors has been moved to github at: https://github.com/foss-for-synopsys-dwc-arc-processors
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Wittgen

    WIttgen is a two-instruction programming language modeled on the mind.

    The Wittgen programming language consists of just two instructions and one special variable name. Wittgen allows you to assign any text string to a variable of any name. It also allows you to retrieve the text assigned to that variable. Lastly, it has a special variable called “Doing Now”. Every execution step consists of retrieving the contents of Doing Now, removing the first assign found in that content and performing that assign. In the course of performing that assign any retrieve...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5

    UIRepo++

    User Interface Repository for C++

    ...It is usually helpful to de-couple the application data from the actual window controls, and the result will be a more elegant, easily maintainable design. UIRepo is a small C++ class constructed using the Standard Template Library (STL). It uses the unordered_map class to store away mixed data items of type bool, int, double, string or wstring. Items are keyed by either int or string, which would normally be the identifiers of the related window controls (but of course any type of data could be stored). UIRepo should give faster data access than searching arrays or lists. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    pepper

    pepper

    Repository statistics and report tool

    pepper is a command-line tool for retrieving statistics and generating reports from source code repositories. It ships with several graphical and textual reports, and is easily extendable using the Lua scripting language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    qrossu

    Qt Run On System StartUp C++

    Cross platform library using Qt API, to set your application to be started on system startup. Windows: Registry Linux: KDE4 autostart, GNOME autostrat, cron table Mac: launchd, cron table TODO: - Cron table method is under development! - Support run once - Support Services/Daemons - Add more method
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A software toolkit for using the EPCglobal Low Level Reader Protocol (LLRP) to communicate with conforming RFID readers.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    Boreas Publish - Subscribe API

    Boreas Publish - Subscribe API

    IP Multicast Reliable Publish - Subscribe API (Java and Linux C++)

    The Boreas simple, pragmatic publish - subscribe API is a library allowing application to publish and subscribe data using IP multicast. Major features are; true one-to-many distribution(IP multicast), guarantee delivery, subject and multicast group filtering, focus on low latency and high througput The API is available on Java platforms and on Linux as a shared C++ library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Connect every part of your business to one bank account Icon
    Connect every part of your business to one bank account

    North One is a business banking app that integrates cash flow, payments, and budgeting to turn your North One Account into one Connected Bank Account

    North One is proudly built for small businesses, startups and freelancers across America. Make payments easily, keep tabs on your money and put your finances on autopilot through smart integrations with the tools you’re already using. North One was built to make managing money easy so you can focus on running your business. No more branches. No more lines. No more paperwork. Get complete access to your North One Account from your phone or computer, wherever your business takes you. Create Envelopes for taxes, payroll, rent, and anything else automatically.
    Get started for free.
  • 10
    irrBullet
    IrrBullet is the most powerful open-source physics wrapper and extension library available for the Irrlicht rendering engine. IrrBullet has a unique design and goal that isn't attempted in other physics wrappers. Whether you are a proficient C++ software developer or someone new to game development, IrrBullet has what you need to make your game or simulation's physics outstanding, and in a much more timely manner than learning and applying the math, design principles, and skills...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Ships Clock will ring a bell on every half-hour in the style of the standard ship's clock used for centuries on sailing ships around the world and still used in the world's navies today.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 12
    GuiObjects

    GuiObjects

    A C++ library to easily create GUI-editable objects

    The project was born when I wanted to write a 3D modeling + rendering engine in C++. I wanted to create an easily expandable tool for the GUI, that will automatically know how to display the various objects for editing. The goal was to make each object "know" how it should be displayed and changed, so that a simple GUI tool can display complex objects, and new objects can be created without having to spend time creating the "widgets" for them. The basic requirements was: - The...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    SearchMonkey Fork

    Fork of Search Monkey project

    Power searching without the pain. Perform powerful desktop searches without having to index your system using regular expressions. Graphical equivalent to grep. Fork have new features like displaying context of files and "Open With" menu in Linux with KDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Hash Monster
    A versatile gui and console application capable of generating and comparing hashes using a variety of popular hashing libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    FBIde is opensource IDE for FreeBasic compiler. Coded in C++ using wxWidgets library to be as portable as possible.
    Leader badge
    Downloads: 90 This Week
    Last Update:
    See Project
  • 16
    Racing Game written using C/C++, OpenGL, DirectX for the PC. Developed by 5 students as part of a ~3 month school project. Renderer, AI, Physics, sound and related sub-systems are all built from the ground up.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PrettyPrinter is a source code formatter/beautifier. Its modular design allows the use of different syntax modules through a unified interface. It comes with a default syntax module that interprets customizable syntax files using regular expressions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    DeltaQt

    DeltaQt

    Parser for DELTA files (Qt, C++)

    DeltaQt is part of the FreeDelta project and aims to implement a parser for DELTA (DEscription Language for TAxonomy) files using the Qt core framework. DeltaQt is a library intended to be incorporated into other applications that require the ability to parse DELTA files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Qt4 bindings for Python using Boost.Python. The goal is to make a very pythonic API but taking advantage of thepower of Qt. Another goals are: QtDesigner integration, C++ embedded Python Widgets and an extensive documentation with demos and examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This is a demonstration of Dynamic Dialogs, which is a way to build user interface dialogs having time-varying content, using far less source code than other methods. The program is in MFC in C++, but can be adapted to other languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A C++ library wrapping the standard ODBC C calls with many checks and using exceptions any time an error is detected.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    STDNOJ - Faster tool creation in C++

    STDNOJ - Faster tool creation in C++

    Over 600 classes for Web, RFC & File Management

    Develop cross-platform tools faster using a C++ Framework proven in commercial software. Classes support logging, sockets, RFC servers (NNTP, SMTP, POP, HTTP), object indexing, ini, tagged databases, file systems, and more. The STDNOJ Namespace, by R.A. Nagy
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This provides libraries for Qt3 and Qt4 for highlighting contents of a QTextEdit using GNU Source-Highlight library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    QArgumentsParser

    Library using Qt for parsing command line arguments

    ...The only dependencies are the Qt libraries and Qt development packages. The library is dealing with the command line arguments sent to the application. To use the library, just pass the argc and argv to the class constructor and then indicate which are the arguments that your application is expecting, using the setKnownArguments. Once this are set, to retrieve an argument value all you have to do is to use the "get" function.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A simple program evaluating algorithms from sources files using well known and established tools. The goal is to provide nice and clean reports on everything related to algorithms and loops, so minor and / or major changes during the final phase of a project can be easily compared without additional effort, or testing environments. This is a project for a research-paper during my studies, and make no claims regarding it's on completion or usefulness at this time. Thank you.
    Downloads: 0 This Week
    Last Update:
    See Project