Showing 936 open source projects for "delphi code source"

View related business solutions
  • 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
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 1

    DBD2

    A multi-threaded, multi-database tcp-based database insertion app.

    ... (and envelope information) into one or more databases using MySql client library or dbi drivers (also on SourceForge). The client needs no configuration (all input is via command-line). It is intended for hosts to make database entries without needing database client or interface code. Syslogd2 integration allows DBD2 to act as Syslogd2's database back-end for MySql and other databases supported by the dbi drivers. Original purpose was to track Linux cluster job status but other uses exist.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    odaba

    odaba

    ODABA is an terminology-oriented database management system and develo

    ODABA is an terminology-oriented database management system (TODBMS) on a high conceptual level. It provides a number of enhanced features based on natural language analysis. Terminology orientation allows designing user oriented data models. Enhanced event model and Active Data Link technology support rapid development of GUI applications. Several development, documentation, test and analyzing tools are provided in order to support developers and administrators. .NET interface and a...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Jest Preview

    Jest Preview

    Debug your Jest tests. Effortlessly

    Jest Preview has a mission. To make front-end developers' life easier. It's built with the mindset of Developer Experience first in mind. Write tests in Jest and see the changes reflects in browser in a few milliseconds. You can use Jest Preview with any testing libraries and frontend frameworks. Don't waste time guessing what is your UI looks like. Let's Jest Preview visualize it in a browser for you! When writing tests using Jest, we usually debug by reading the HTML code. Sometimes, the HTML...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    LiteSQL is a codegenerator and C++ library that integrates C++ objects tightly to relational database and thus provides an object persistence layer. LiteSQL supports SQLite3, PostgreSQL, MySQL and oracle as backends.
    Downloads: 5 This Week
    Last Update:
    See Project
  • MongoDB Atlas | Run databases anywhere Icon
    MongoDB Atlas | Run databases anywhere

    Ensure the availability of your data with coverage across AWS, Azure, and GCP on MongoDB Atlas—the multi-cloud database for every enterprise.

    MongoDB Atlas allows you to build and run modern applications across 125+ cloud regions, spanning AWS, Azure, and Google Cloud. Its multi-cloud clusters enable seamless data distribution and automated failover between cloud providers, ensuring high availability and flexibility without added complexity.
    Learn More
  • 5
    Chang's Cantonese Input

    Chang's Cantonese Input

    Cantonese Input Method using Visual Foxpro 9 SP2

    Cantonese Input Method using Visual Foxpro 9 SP2 (source code included)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    db4o-gpl

    new db4o gpl source code, for java7+ .netstandard2 android xamarin

    Object-Oriented Database the best database project to help you to learn how to make databases https://sourceforge.net/p/db4o-gpl/code/ci/master/tree/README.md
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    AppWorks

    AppWorks

    Front-end R&D tool set based on VS Code plug-in

    Use AppWorks to develop Universal Applications quickly. Click "Shop Icon" on the Activity Bar of VS Code. Enter "app works" in the input box to search. Click the Install button on the first app works option. After installation is successful, click the "AppWorks icon" on the Activity Bar of VS Code to start. We have integrated the operations of creating, debugging, and publishing projects into commonly used editors through plug-ins, making the project development process easier. We provide...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    CloverDB

    CloverDB

    A lightweight document-oriented NoSQL database written in pure Golang

    CloverDB is a lightweight NoSQL database designed to be simple and easily maintainable, thanks to its small code base. It has been inspired by tinyDB. CloverDB has been written for being easily maintainable. As such, it trades performance with simplicity and is not intended to be an alternative to more performant databases such as MongoDB or MySQL. However, there are projects where running a separate database server may result overkilled, and, for simple queries, network delay may be the major...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Wheefun TriggerWarning Library

    Selectively enable features in software which may be objectionable

    ... undesirable by the user (controlled by a global profile) * Preventing the execution of legally-encumbered code (such as code under differential patent terms)
    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
  • 10
    Rel

    Rel

    Rel is a database management system (DBMS) that implements Tutorial D.

    Rel is a DBMS primarily intended for educational purposes, but also suitable as a desktop DBMS or lightweight server, that implements Date and Darwen's "Tutorial D" true relational database language. Source code is available at https://github.com/DaveVoorhis/Rel
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    mometa

    mometa

    R&D-oriented low-code meta-programming, code visual editing, etc.

    Mometa is not a traditional mainstream low-code platform (such as amis/Yunfengdie), mometa is a research and development-oriented, code visual design and editing platform; it is more like Dreamweaver, gui visual editing for programmers. The positioning of mometa is more based on the local development mode of programmers, adding the ability of visual coding (modification is also the local code file itself); it is more like an auxiliary coding tool, rather than No-Code (amis/Cloud Phoenix...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Duktape

    Duktape

    Embeddable Javascript engine with a focus on portability

    Duktape is easy to integrate into a C/C++ project: add duktape.c, duktape.h, and duk_config.h to your build, and use the Duktape API to call ECMAScript functions from C code and vice versa. Partial support for ECMAScript 2015 (E6) and ECMAScript 2016 (E7), Post-ES5 feature status, kangax/compat-table. Combined reference counting and mark-and-sweep garbage collection with finalization. Property virtualization using a subset of ECMAScript ES2015 Proxy object. Bytecode dump/load for caching...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    SQLancer

    SQLancer

    Automated testing to find logic and performance bugs

    SQLancer is a tool to automatically test Database Management Systems (DBMSs) in order to find bugs in their implementation. That is, it finds bugs in the code of the DBMS implementation, rather than in queries written by the user. SQLancer has found hundreds of bugs in mature and widely-known DBMSs. SQLancer implements approaches for automatically generating SQL statements. It contains various hand-written SQL generators that operate in multiple phases. First, a database schema is created...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Key Store

    Key Store

    Scriptural Keys Restoration - decoded universally symbolic language

    The Key Store is a directory where users can find the symbolic meaning to a word as defined in Holy Scripture. These are often referred to as the keys of the Kingdom of Heaven. Much like a secret code, the directory exposes a universal dialect, all but nearly lost throughout the Dark Ages of time. Yet, fragments of this language remained until today such as, Father = Time and Mother = Nature. The database is expandable to grow as more entries and the sources are uncovered.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    billing-equipment-repair

    billing-equipment-repair

    A billing APP for Equipment Sales/Repair Shops written in MS-Access.

    If you are selling and/or repairing equipment you want to track (like computers, tractors, boats, snowmobiles, TV's, dishwashers or other things like that), this might be a good app for you. It should give you practice in learning/use of Invoicing, and installing on the desktop, and programming in vba and MS-Access. Note that the free MS-Access Runtime is with the download . You need MS-Access if you want to work with the program code (part of Office 365). The program processes Invoicing...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    log4db2

    log4db2

    Logging utility for DB2 for LUW written in SQL-PL

    ... are based on the popular Java logging utilities, such as Log4j and slf4j/logback. * Log4j - http://logging.apache.org/log4j * Logback/SLF4J - http://logback.qos.ch/ - http://www.slf4j.org/ The licenses of this project are: * For the source code is "BSD 2-Clause license". * For the documentation is "FreeBSD Documentation license." With these two licenses you are free to use, modify and distribute any part of this utility. Author: Andres Gomez Casanova
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JAMon API

    JAMon API

    Monitor Java applications - SQL, HTTP, Methods, Exceptions and more.

    JAMon API is a free, simple, high performance, thread safe, Java API that allows developers to easily monitor the performance and scalability of production applications. JAMon tracks hits, execution times (total, avg, min, max, std dev), and more. * JAMon Users Manual: For more on the JAMon, including installing, configuring, and using it, see http://jamonapi.sourceforge.net/. * Support: If you have any questions about usage please post a question on the forum at ...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 18
    mysqly

    mysqly

    PHP data framework for Mysql

    Full-featured opensource small-overhead PHP data framework for Mysql built for fast and efficient development
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Omatsuri

    Omatsuri

    PWA with 12 open source frontend focused tools

    Omatsuri is a progressive web application with 12 open source frontend focused tools. Omatsuri translates to «festival» from Japanese (お祭り) and here we have a small festival of applications. It was built with strong respect to your privacy – you will never see ads and it does not include analytics services (or actually any services at all). You are highly encouraged to explore source code and use it in your projects. Fast non-blocking computations with web workers. No tracking, no ads, no other...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Thesa

    Thesa

    It is a Platform to connect to tryton (json-rpc) and is based on qt

    ...: https://download.qt.io/official_releases/QtForPython/pyside2/ Run: python3 main.py you can find source code in: https://github.com/numaelis/thesa
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    AntD Admin

    AntD Admin

    An excellent front-end solution for enterprise applications

    An excellent front-end solution for enterprise applications. Internationalization, extracting translation fields from source code, loading language packs on demand. Dynamic permissions, different permissions for different menus. Elegant and beautiful, Ant Design system. Mock data, local data debugging.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Demo Scene

    Demo Scene

    Scripts and samples to support Confluent Demos, Talks, and Blogs

    Demo Scene is a collection of resources and examples provided by Confluent Inc. to demonstrate the capabilities of Apache Kafka and its ecosystem. It includes various demos showcasing real-time data streaming, processing, and integration patterns
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Sohag Developer

    Sohag Developer

    Build a powerful database applications following few steps using Sohag

    Build a powerful database applications following few steps using Sohag Developer . The SQL tool represents a powerful tool to run many SQL statements, Also can be used to generate SELECT, INSERT, UPDATE, DELETE and DROP SQL Statements. Sohag Developer currently supports PostgreSQL, MariaDB, MySQL and SQLite database servers and has a set of generators that generates CURD code and Forms (Qt/C++ code and ui forms - PHP web applications uses web forms and bootstrap framework ) to manipulate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Panda-Sql

    Panda-Sql

    IDE Tool, PlSql Editor for Oracle, Mysql, MsSql, PostgreSQL, SqLite

    Panda-Sql is an IDE tool, browser and Sql/PlSql editor for Oracle, Mysql, MsSql, PostgreSQL, SqLite. Best compromise between simplicity and functionality, this professional tool offers all the essential functions for database management.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    Bower

    Bower

    A package manager for the web

    Bower offers generic, unopinionated front-end package management. It manages all the packages you need for a website, making sure they are all up-to-date and in the specific versions that you need. Bower can manage components that contain HTML, CSS, JavaScript, fonts or even image files. There’s no concatenating, minifying code or anything else - it just installs the right versions of the packages you need and their dependencies. How you use your packages will then be entirely up to you...
    Downloads: 2 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.