Open Source Lazarus Internet Software

Lazarus Internet Software

View 8593 business solutions

Browse free open source Lazarus Internet Software and projects below. Use the toggles on the left to filter open source Lazarus Internet Software by OS, license, language, programming language, and project status.

  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • Stay in Flow. Let Zenflow Handle the Heavy Lifting. Icon
    Stay in Flow. Let Zenflow Handle the Heavy Lifting.

    Your AI engineering control center. Zenflow turns specs into shipped features using parallel agents and multi-repo intelligence.

    Zenflow is your engineering control center, turning specs into shipped features. Parallel agents handle coding, testing, and refactoring with real repo context. Multi-agent workflows remove bottlenecks and automate routine work so developers stay focused and in flow.
    Try free now
  • 1
    Double Commander
    Double Commander is a cross platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas.
    Leader badge
    Downloads: 9,129 This Week
    Last Update:
    See Project
  • 2
    HTMLViewer
    HTML Viewer Components for Delphi, Lazarus and C++Builder The HtmlViewer component set consists of the THtmlViewer, TFrameViewer, and TFrameBrowser components. All three are HTML document display components: THtmlViewer * The basic component. * THtmlViewer displays single (non-frame) documents. * It also forms the basis for the other two components. TFrameViewer * Displays both frame and single HTML documents. * TFrameViewer is oriented more for local file system use. TFrameBrowser * Also displays frame and single HTML documents. * TFrameBrower is oriented for use with local file systems and toward Internet style protocols and URL usage. * Additional code and/or components are generally required to get data from other sources than the local file system. These components Support most of the HTML 4.01 specifications with many additional popular HTML 5 enhancements. Many Cascading Style Sheet properties are also supported.
    Leader badge
    Downloads: 83 This Week
    Last Update:
    See Project
  • 3
    CaC - Catch And Convert
    CaC is a application to easily download and convert Videos from Videosites like YouTube, Google Video etc. It´s written in Lazarus / FreePascal and availible for Linux, Windows and Mac OS X Systems.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Simple SourceDS RCON

    Simple SourceDS RCON

    Simple, easy to use, SRCDS RCON tool.

    Simple SourceDS RCON is an easy to use tool to remote controll your Source Dedicated Server. Simple SourceDS RCON is open-source software developed by marcsello and distributed under the Creative Commons Attribution-NonCommercial-ShareAlike 2.0. This tool is written in Pascal (Lazarus) and it can be compiled on Windows and Linux without any modifications.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Fully managed relational database service for MySQL, PostgreSQL, and SQL Server Icon
    Fully managed relational database service for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Cloud SQL manages your databases so you don't have to, so your business can run without disruption. It automates all your backups, replication, patches, encryption, and storage capacity increases to give your applications the reliability, scalability, and security they need.
    Try for free
  • 5

    protobuf-delphi

    Protocol buffers for Delphi

    This project contains the implementation of Protocol Buffers for Delphi. From the project was implemented limited functionality necessary for a specific project. At that time, I do not see any sense to transfer the whole project code.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Bubbles

    Bubbles

    Bubbles the simple, easy to use HTTP web server, browser controlled

    Bubbles the simple, easy to use HTTP web server that is browser controlled, and capable of serving static files over the internet, either streamed from disk, or direct from RAM without lag. A GUI administration panel is accessed through your web browser (e.g. "http://localhost:1080/admin/" + default password of "admin"), which controls all her settings and vital functions, all in real time. Apart from serving files, she is capable of tracking site visits (site counters), receiving emails, accepting contact form submissions with support for Spam Guard, and recording site activity as date stamped traffic logs. She also includes a built-in log analyser for making sense of her traffic logs. These and other features make her more than capable of running multiple websites with little to no headache. Her design is light and stable, and an extensive block-based memory management system ensures all her key operations use memory in a sustained and reliable manner.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    DNS progapation checker is program for linux and windows and uses ping command automatically every 60 seconds to see is DNS live. Can be minimized to systray and gives alert when DNS is propagated. Made in Lazarus & FreePascal by Aleksandar Josifoski
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    This project is designed for faster, easier and convenient to work with 3proxy. It allows you to easily create a comfortable and structuring of the configuration files to work with logs. Has a modular structure and open source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    AddonLangManager

    This Tool manages the language Files for an firefox addon.

    This little Tool Manages all languages for an Firefox addon and translates properties files in to json if it is required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Next-Gen Encryption for Post-Quantum Security | CLEAR by Quantum Knight Icon
    Next-Gen Encryption for Post-Quantum Security | CLEAR by Quantum Knight

    Lock Down Any Resource, Anywhere, Anytime

    CLEAR by Quantum Knight is a FIPS-140-3 validated encryption SDK engineered for enterprises requiring top-tier security. Offering robust post-quantum cryptography, CLEAR secures files, streaming media, databases, and networks with ease across over 30 modern platforms. Its compact design, smaller than a single smartphone image, ensures maximum efficiency and low energy consumption.
    Learn More
  • 10
    Easy Notify

    Easy Notify

    Simple agent showing alert when receiving message in Microsoft Teams

    Simple agent showing an alert when you receive a message in MS Teams Alert can be deactivated manually or automatically when acceded to teams
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    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: DomTreeNode.FindXPath('//*[@id="TopBox"]/div[1]/div[@class="draw default"]'),NodeList,ValueList)} end; end; Xpath support: attributes - //*[@id="TopBox"]/div/@class comment - //*[@id="TopBox"]/div/comment()[3] text - //*[@id="TopBox"]/div/text()[2] previous level - /../div[@class="draw default"]/img[2]/@alt partial coincidence by search in value of attribute: /div[@class="draw] returned nodes [[div class="draw default"],[div class="draw"], [div class="draw any"]..] like Xpath's function contains
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    IE Proxy X

    Internet Explorer (WinINet) Proxy Manager

    Manages Internet Explorer (IE) proxy settings that affect all other programs that use WinINet library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    filthy Lucre

    filthy Lucre

    Currency converter

    Written in Lazarus and Free Pascal, this program connects to the internet and obtains the latest exchange rates from http://api.fixer.io/ in JSON format. This program was originally used as a programming example at http://www.cyberfilth.co.uk/hey-boy-what-you-coding-for-a-pascal-odyssey/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    httpres

    httpres

    A simple HTTP response checker

    THIS PROJECT IS NOW KNOWN AS LINKSPY AND CAN BE FOUND AT https://sourceforge.net/projects/linkspy/ httpres is an easy to use application that simply shows you the headers, response code and content from HTTP requests. This is useful for expanding short links, or checking where a suspicious link may take you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A pascal unit providing classes for connection to a memcached server
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Scanner for Medal Of Honor for keep a ban list and kick player banned. used to keep cvar "FST_playerNames" up to date with players name, some mode use it like freeze-tag mod by mefy It run in console mode writed and compiled for Linux and Windows
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next