[go: up one dir, main page]

Open Source Lazarus Internet Software

Lazarus Internet Software

View 8645 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.

  • 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
  • The Cloud Sales Acceleration Platform Icon
    The Cloud Sales Acceleration Platform

    For businesses wanting a platform to list, manage, and co-sell on cloud marketplaces with minimal engineering effort

    Streamline and automate your cloud sales cycle, enhance operational efficiency, and capitalize on marketplace opportunities with the Clazar Cloud Sales Acceleration Platform.
    Learn More
  • 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: 7,016 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: 95 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: 3 This Week
    Last Update:
    See Project
  • 4

    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: 5 This Week
    Last Update:
    See Project
  • Software for managing apps and accounts | WebCatalog Icon
    Software for managing apps and accounts | WebCatalog

    Tired of juggling countless browser tabs? WebCatalog Desktop turns your favorite web apps into dedicated desktop apps

    Turn websites into desktop apps with WebCatalog Desktop—your all-in-one tool to manage apps and accounts. Switch between multiple accounts, organize apps by workflow, and access a curated catalog of desktop apps for Mac and Windows.
    Learn More
  • 5
    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: 2 This Week
    Last Update:
    See Project
  • 6
    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
  • 7

    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
  • 8
    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: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • All Things Performance and Partner Marketing, All in One Place Icon
    All Things Performance and Partner Marketing, All in One Place

    Track calls, leads, and clicks without the manual work

    Automatically tie revenue back to campaigns, channels, publishers, and networks through marketing attribution. Spend less time juggling reports, and more time optimizing for growth by using a single operating solution for partner and performance marketing.
    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: 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
  • 11

    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
  • 12
    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: 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