Showing 16186 open source projects for "mysql-connector-java"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it 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
    AndroidKeyGen

    AndroidKeyGen

    Generate Android signature certificates easier and faster.

    Android APK Signing Certificate Generator, easier and faster to generate Android signing certificate. Implemented in C# (.Net Framework), does not depend on the Java environment. https://github.com/lalakii/AndroidKeyGen
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Welcome to Zlucee Zlucee provides up-to-date, unofficial Tomcat distributions tailored for the Lucee.org ColdFusion project. Our mission is to enhance the deployment experience for developers and organizations using Lucee, by offering optimized, modern, and secure Tomcat releases that integrate seamlessly with the Lucee server. Why Zlucee? The Lucee CFML engine relies heavily on Apache Tomcat for its servlet container. However, maintaining compatibility with the latest Tomcat versions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    rCMD-JMP

    rCMD-JMP

    JMP plugin for encrypted remote terminal and file transfer

    ▪ Run any command asynchronously on remote desktop, get printout from a process, exit code, PID. ▪ Transfer file to / from remote desktop. ▪ All data are encrypted for mobile clients. ▪ No intermediate servers are involved, conncections are made directly to the target machine. The plugin connects to and runs together with JMP node on the target machine, thus the package includes JMP main classes. User calls rCMD shell client app (included in the package) on client's machine with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    LAPP package in Complete Virtual Machine

    LAPP package in Complete Virtual Machine

    Quick Apache/PHP/Postgresql Pkg for development, testing & production

    This VM is created for 2 reasons: 1. Very little initial setup work required to Develop / Test / Deploy a Dynamic Web Application live. 2. This system should keep running for Years, without requiring Updates / Breakages. If you are new to Virtual Machines, then please watch the Video below ( taken from my other PHP project called teamdocs. Just replace td with lapp wherever mentioned ) Upload your PHP Files using the free FileZilla ftp client software, to this server called lapp.local...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 5

    Wheefun Data Objects

    A data source abstraction library

    WFDO aims to provide capabilities similar to PDO and ADO.NET, but in a unified interface across multiple languages. Initial targets will include C, .NET, and Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    LakshmiDROP

    LakshmiDROP

    Fixed Income Analytics, Portfolio Construction, Asset Backed Cost

    DROP implements the model libraries and provides systems for fixed income valuation and adjustments, asset allocation and transaction cost analytics, and supporting libraries in numerical optimization and statistical learning. DROP is composed of four main libraries: [Asset Allocation] (https://lakshmidrip.github.io/DROP/AssetAllocationModule.html) [Fixed Income Analytics] (https://lakshmidrip.github.io/DROP/FixedIncomeModule.html) [Numerical Optimization]...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    toPDF

    Online service for PDF conversion (to PDF)

    A simple online service for PDF conversion. This project is a simple library and also a web application. It offers a REST service and a simple upload service for synchronous conversion. This library/application doesn't contain conversion libraries because it's a wrapper for existing tools. toPDF currently supports the open source tool PDF Creator (http://www.pdfforge.org) and the commercial solution, easy PDF, from BCL (http://www.pdfonline.com/easypdf/sdk/).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    OpenL Tablets
    OpenL Tablets is a business rules management system based on tables presented in Excel documents. Providing business-oriented approach, OpenL Tablets treats business documents containing business logic specifications as executable rules. In a very simplified view, OpenL Tablets extracts rule tables from Excel documents and executes them. The rules can be accessible from different applications. OpenL Tablets tools check all data, syntax and type errors in order to avoid any user...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Wheefun Graphics Library

    Portable Graphics Primitives

    ... environments like .NET and the Java Virtual Machine, making the codebase reusable as a result.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
    Click to perfect your product now.
  • 10
    COOK tool

    COOK tool

    Software build-automation tool written in Common Lisp

    COOK is a software build-automation tool made with a goal of letting you, the programmer, to utilize the most elegant and powerful programming language - Common Lisp - for managing your software builds. You write a recipe file which describes what objectives must be constructed. COOK will load and process this file, then produce either a regular Makefile or a Bourne Shell script, which will actually perform the task of building and installing your targets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    eCxx

    eCxx

    A C++ library for AVR and NodeMCU

    NOTE: This project is marked with 'Status: Abandoned' on SourceForge because not enough time can be dedicated to this project. However it may still get sporadic commits to the repository. eCxx is a library for AVR and NodeMCU tailored for micro LED displays and lighting effects. eCxx is utilizing Makefile build system. Java and Python based applications/tools are also included to ease the development and debugging process using the host PC. On one side, eCxx supports the original...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Mocker++11

    C++ Mock object auto generator

    Unlike Java or other languages where reflection / introspection is available, mocking is not easy with C++. Even with Google Mock, we need some hand writing. I solved this problem by using home made class declaration parser/generator that reads the class declaration (header file), then generates a mock class. What you need is to run the generator and full featured mock class is there for your unit test. ---- How to use: You need Ruby. Obtain it if you don't have it yet. Get Tools...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Code Crusader

    Code Crusader

    Integrated Development Environment (IDE)

    Code Crusader is a graphical Integrated Development Environment (IDE) designed to smoothly integrate the tasks of working with source files, compiling, and debugging, in short everything involved in developing code. FAQ: https://github.com/jafl/jx_application_framework/tree/master/programs/code_crusader#readme ChangeLog: http://codecrusader.sourceforge.net/ChangeLog.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Classdesc is a system for adding reflection to C++, ie the ability to query an object's structure at runtime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    PoJamas aims to provide a Python and tools for loading, processing, and producing .cr2, pz3 (crz, pzz) files compatible with the SmithMicro (e-frontier) Poser character animation application. PoJamas is composed of: - Python library - Python Wavefront (.obj) 3D viewer based on GLFW - LibreOffice/Python Application (to ease the library and the viewer usage) As of 2020, the project is ported in Python3 As of 2021 this project proposes a 3D viewer for Wavefront files...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    AL-IV

    AL-IV

    ALFOUR Programming language. Simple, safe, power, multi-platform.

    A programming language AL-IV (ALFOUR) is a high-level imperative object oriented programming language with minimal introduction level, easy porting to any platform claiming a very high level of safety and stability, with a controllable level of code protection, high efficiency of an executable code, full independence from a target platform, minimal enter level.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Frevo

    Frevo

    Frevo is probably the simplest tool for evolutionary design

    FREVO is an open-source framework developed in Java to help engineers and scientists in evolutionary design or optimization tasks. The major feature of FREVO is the componentwise decomposition and separation of the key building blocks for each optimization tasks. We identify these as the problem definition, solution representation and the optimization method. This structure enables the components to be designed separately allowing the user to easily swap and evaluate different configurations...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Universeller-Runtime-Installer-DE OLD

    Universeller-Runtime-Installer-DE OLD

    OUT OF SUPPORT BITTE NEUEN INSTALLER VERWENDEN

    Dieser Installer erlaubt es, die neusten Visual C++ Runtime aller Jahre (2008-2022), die Komplette DirectX Runtime, Microsoft XNA Framework, .Net Runtime, Java und OpenAL auf einmal zu installieren. English Version: https://sourceforge.net/p/u-r-i-en/ Bitte neuen installer verwenden: https://universal-runtime-installer.sourceforge.io
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Twitter Util

    Twitter Util

    Wonderful reusable code from Twitter

    Twitter Util is a collection of utility libraries used at Twitter, covering concurrency (Futures, Promises), timing, caching, I/O helpers, validation, stats collection, and Scala–Java interoperability. Designed for reliability and efficiency in high-scale systems.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    KADOS

    KADOS

    KADOS is a full post-it web-based tool for SCRUM or Agile projects

    KADOS (KAnban Dashboard for Online Scrum) is a web-based tool for managing Scrum projects. Its particularity is to provide maximum screens where the user can move his post-it to change one of the attributes of these post-it Kados supports artifacts of SCRUM method, but it can also be adapted for other agile methods. Kados is available in French, English, Spanish, German and Brazilian Portuguese Visit http://www.kados.info/welcome-on-kados-site/ for latest news KADOS est un outil web...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21

    VisualCodeGrepper V2.3.2

    Code security review tool for C/C++, C#, VB, PHP, Java, PL/SQL, COBOL.

    VCG is an automated code security review tool for C++, C#, VB, PHP, Java, PL/SQL and COBOL, which is intended to speed up the code review process by identifying bad/insecure code. New beta functionality has been added for R. It has a few features that should make it useful. In addition to performing some more complex checks it also has a config file for each language that basically allows you to add any bad functions (or other text) that you want to search for. It attempts to find phrases...
    Leader badge
    Downloads: 61 This Week
    Last Update:
    See Project
  • 22
    DartNative

    DartNative

    Write iOS&macOS&Android Code using Dart

    dart_native is a runtime library that allows Dart to interact with native Objective-C and Java code directly. It enables Flutter and Dart apps to call native platform APIs without writing platform-specific code manually.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Devilbox

    Devilbox

    A modern Docker LAMP stack and MEAN stack for local development

    Devilbox is a modern and flexible LAMP and MEAN stack environment powered by Docker. It provides a pre-configured, customizable setup for web development, supporting a wide range of services like Apache, Nginx, PHP, MySQL, and MongoDB. Devilbox is designed to be a one-stop solution for developers who need a consistent and portable development environment, eliminating the need to manually configure servers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    The Related Values Processing Framework helps the integration of Process Control Data Historian Systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    LXR Cross Referencer
    A general purpose source code indexer and cross-referencer that provides web-based browsing of source code with links to the definition and usage of any identifier. Supports multiple languages. Up-to-date information in http://lxr.sourceforge.net
    Downloads: 12 This Week
    Last Update:
    See Project
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.