Showing 60 open source projects for "development"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    XAMPP-Lite

    XAMPP-Lite

    Portable/Installer WAMP server including Apache, MariaDB/MySQL, PHP...

    XAMPP-Lite is a lightweight WAMP server for web development (portable & installer, 32-bit & 64-bit). It includes Apache, PHP, MySQL/MariaDB, phpMyAdmin, Adminer, HeidiSQL, and more. Latest versions: PHP 8.4.6 - MariaDB 11.4.5 LTS - Apache 2.4.63 - phpMyAdmin 5.2.2 - Adminer 5.2.0 - HeidiSQL 12.10 - XDebug 3.4.2 - OpenSSL 3.4.1 - Composer 2.8.8 - Pear/Pecl 1.10.16. System requirements: ─ XAMPP-Lite 8.2 and below: Windows 7 and later (32-bit & 64-bit) ─ XAMPP-Lite 8.4 and 8.3: ⠀⠀─ 32-bit: Windows 8 and later (32-bit & 64-bit) ⠀⠀─ 64-bit: Windows 10 version 1703 and later (64-bit)
    Leader badge
    Downloads: 1,118 This Week
    Last Update:
    See Project
  • 2
    winPenPack

    winPenPack

    The portable software collection

    winPenPack is a project that aims at collecting the most frequently used and most popular open source applications made portable, so that they can be executed without installation from any USB Flash Drive or Hard Disk. The winPenPack suites offer a wide range of portable applications like office tools, internet tools, multimedia tools, development tools, security applications and other frequently used utilities. Everything you need, completely free, open source and portable!
    Leader badge
    Downloads: 573 This Week
    Last Update:
    See Project
  • 3
    Dev-PHP IDE
    Dev-PHP is a well-featured IDE for PHP. Fast and powerful, it is easy to use and has a lot of cool features : class browser, scripts preview, integration with PHP parsers, PHP-GTK library, and Xdebug of course. Dev-PHP-usb slips even into your pocket.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 4
    SAX for Pascal is designed to implement the Simple API for XML Parsing in Pascal/Delphi
    Downloads: 2 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
    xxm

    xxm

    A non-IDE, compile-on-refresh, web platform for Delphi.

    xxm is a web platform for Delphi. Combine Delphi and HTML into a compiled library loadable by an ISAPI extension, a stand-alone HTTP service, an Internet Explorer snap-in, a FireFox module, an Apache module, oldskool CGI...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Ascoos Web Extended Studio

    Ascoos Web Extended Studio

    Is a portable web server suite for windows 64Bit, for Web Development.

    Ascoos Web Extended Studio (AWES) is a portable, free 64-bit web server environment for Windows, designed for professional web developers and designers who need flexibility, modularity, and multi-version testing capabilities. It provides a complete local development stack based on technologies such as Apache, PHP, Node.js, Python, MariaDB, MongoDB, FileZilla, and other essential tools. 🔧 Key Features: - Multi-version support for PHP and MariaDB - Modular and upgrade-friendly architecture - Fully portable – no installation required - Integrated tools and applications - Advanced GUI features - CGI technology support 🎯 Ideal for: - Developing and testing PHP applications across multiple environments - Experimenting with different software versions - Maintaining legacy projects - Local development and training without installation Official Site: https://awes.ascoos.com Demo video: https://youtu.be/HMCJpgEC9zg GitHub: https://github.com/ascoos/awes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Ascoos Web Server

    Ascoos Web Server

    Is a web server for all Web Developers and Web Designers

    For PHP 5.6 - 8.4.X see: Ascoos Web Extended Studio (AWES) is here : https://sourceforge.net/projects/ascoos-web-extended-studio/ ASCOOS Web Server is a rich package designed as a versatile web server for development purposes. It incorporates third-party components such as PHP, MySQL, pgSQL, MongoDB and FileZilla and stands out through a compact setup and a well-built administrative panel. ASCOOS Web Server allows you to work with multiple versions of PHP and MySQL without having to re-install the package. In other words, it is possible to accommodate the newest versions of the components without removing the previous ones. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    UVC is a BSD socket 1.1 compatible component for Delphi6+/BCB6+ and RAD Studio. Usage based on Delphi6 SocketServer But Improved and Added many Features: multiple ThreadingModel, SOCKS, state Context, Use tmRequestPerThread for 2k+ TCP Connections
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    libmng -THE reference library for reading, displaying, writing and examining Multiple-Image Network Graphics. MNG is the animation extension to the popular PNG image-format.
    Leader badge
    Downloads: 1,147 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 10

    HTML XHTML Parser + XPath

    Delphi HTML XHTML Parser +XPath

    Delphi HTML Parser This module lets you work with HTML documents as DOM tree and use XPath for searching tags. It is very simple way to parse HTML. This tested with version Delphi XE5,6 Usage Add in Uses parser.pas; begin HtmlTxt:= ''; //here your html NodeList:= TNodeList.Create; ValueList:= TStringList.Create; DomTree:= TDomTree.Create; DomTreeNode:= DomTree.RootNode; If DomTreeNode.RunParse(HtmlTxt) then begin {your code example: ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    PasHyPer

    Hypertext Preprocessor using pascal.

    Pascal Hypertext Preprocessor. A preprocessor for hypertext made in pascal and using as script a subset of standard pascal language, with MySQL native connection. It is a PHP wrapper. It's a Pascal for WEB.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    LightWeight Delphi library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    AlbumWebsite

    AlbumWebsite

    Photo Album Server

    Written in Delphi, this is an example of how you can use DataSnap for easily creating applications that serve a useful purpose and are simple to configure and use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    wxWidgets Dialog Designer

    Dev-C++ with wxWidgets designer

    wxDev-C++ is an opensource wxWidgets Dialog designer that mimics the Delphi/Borland C++ Builder designer.
    Leader badge
    Downloads: 152 This Week
    Last Update:
    See Project
  • 15
    TurboPower Async Professional
    Async Professional is a comprehensive communications toolkit for Embarcadero Delphi, C++Builder, & ActiveX environments. It provides direct access to serial ports, TAPI, and the Microsoft Speech API. It supports faxing, terminal emulation, VOIP, & more.
    Downloads: 39 This Week
    Last Update:
    See Project
  • 16
    Implements a class framework for access several eBay-APIs in a native Delphi like manner. Currently it supports the Shopping-API and the Finding-API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A pascal unit providing classes for connection to a memcached server
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PSV Delphi Components Library contains set of Open Source Delphi components for Delphi 5-2007 * php4Delphi * ISAPI and CGI support for Indy * RichEdit Syntax Highlighter * Windows Dialogs Library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Visual Synapse are component wrappers around the Synapse tcp/ip libraries. It wraps a few common internet protocols, like HTTP, UDP, DNS, ICMP, TCP and SMTP to multi-threaded components that can be used with Delphi, Kylix, Freepascal and C++ Builder.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 20
    BoardMod is a free tool which has been designed to modify YaBB Bulletin Boards (http://www.yabbforum.com). So called 'mods' or 'hacks' provide the ability to patch and enhance any kind of ASCII files and thereby any open source software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This a simple DLL that permits to resolve an host name by the NetBios protocol under Windows operating systems, without any MS NetBios API implementation, but simply by a RFC-UDP request. It uses a free open source components set called Indy Components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    EWB is a freeware components package for Borland Delphi 5 to D2009. It allow you to create a Web Browser, Chat Client, web updater, Html/Xml Editors and more. home page :http://www.bsalsa.com download link: http://www.bsalsa.com/DP/download.php?file=4
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    cEdit is an advanced and free alternative to both common text editors, and IDE's. It has many of the features found in shareware editors, including extensive language support, function listing, built in FTP, projects, and docking support.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    SimpleRSS is an easy to use component that allows you to work with feeds (Atom, RSS, RDF, iTunes) directly (importing and exporting feeds) from Delphi, and Kylix.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    WebOp is a server application that consists of one core application and multiple extension modules. Each Module contains one specific server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next