Showing 34 open source projects for "indy"

View related business solutions
  • Powerful App Monitoring Without Surprise Bills Icon
    Powerful App Monitoring Without Surprise Bills

    AppSignal starts at $23/month with all features included. No overages, no hidden fees. 30-day free trial.

    Tired of monitoring tools that punish you for scaling? AppSignal offers transparent, predictable pricing with every feature unlocked on every plan. Track errors, monitor performance, detect anomalies, and manage logs across Ruby, Python, Node.js, and more. Trusted by developers since 2012 with free dev-to-dev support. No credit card required to start your 30-day trial.
    Try AppSignal Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1

    TREdit for Indy Car Racing 2

    Track/Carset converter for Rendition Verité Indy Car Racing 2

    Allows shrinking and converting carsets and tracks for the game Indy Car Racing 2. Also includes GTREdit - Graphical TREdit tool to simplify mip reduction of ICR2 carsets. Currently does not correctly support tracks, but carsets do work. To convert an unpacked carset: TREdit <unpacked DAT folder> -convert <target folder> You may have to copy in files outside the dat file like drivers.txt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    DelphiWebStart
    DelphiWebStart (DWS) is an Application Loader with TCP Sockets based on a ThinClient first spread over the Web, VPN or Intranet. So a user can download data (exes, maps, files) from a list and start it. DWS supports OpenSSL including a PKI HTTPS-Server.
    Leader badge
    Downloads: 133 This Week
    Last Update:
    See Project
  • 3
    maXbox

    maXbox

    maXbox: Precompiled Object Based Scripting Tool

    maXbox: Precompiled Object Based Scripting Tool maXbox is a free scripter tool with an inbuilt object pascal delphi engine in one exe! It is designed for teaching, develop, test and analyzing apps and algorithms and runs under Win, Mac and Linux (CLX) to set code in a box without installation and no administration. The tool for 32 and 64-bit is based on an educational program with examples and exercises (from biorhythm, REST services , form building to how math works). Pure Code for Object...
    Leader badge
    Downloads: 105 This Week
    Last Update:
    See Project
  • 4

    RaspberryLight

    Make your Raspberry Pi to a Wi-Fi controllable LED Light

    ...This software enables the raspberry to provide a web server interface (HTTP / Rest) for controlling the connected LED stripe. That project bases on the WiringPi lib, Indy for Lazarus and also on the Tinkerforge bindungs for Lazarus. The Stripe must be connected with the Tinkerforge Masterbrick and the LED-Stripe bricklet. WiringPi is used to control the GPIOs for some feature and Indy (Internet Direct) is used to support all network feature like UDP-broadcasting and handling the HTTP-requests. The development platform is Lazarus.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5

    ipv4-chat

    Extremly light text chat server and client, built on 'indy udp' network component

    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    indysoap

    SOAP/WSDL library for Delphi (version 5 -> XE3+)

    IndySoap is a Open Source Library for implementing Web services using Delphi/CBuilder Compilers. IndySoap isn't tied to Indy for transport services, though Indy based transport services are included. Feature List: *RPC and Doc|Lit support *Soap using Interfaces *WSDL generation *WSDL importer *Extensively DUnit tested *many other things
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Delphi Cool Overlap Socket Class

    for delphi programmer to develop socket applications

    there is INDY for winsock development,but it's not so good for our projects,so I decided to write a better,pure TCP socket,it's asynchronous,base on WinSock2,use Overlap-I/O,it's a client class,but also can be used as a server class,so it can bind to specific port,even multiple ports,it uses multiple thread techlogy to improve recv/send efficiency.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    OTRkeyfinder

    OTRkeyfinder

    Processes the site otrkeyfinder.com.

    Ever wanted to use Otrkeyfinder.com, but didn't want to use a browser. Or did you ever think "It's stupid, to have to open a web browser to search for the files."? - This is a solution for you. User interface is German. Does not work behind proxies. Extract zipped files with http://www.7-zip.org/ . GERMAN: Wolltest du jemals Otrkeyfinder.com benutzen, wolltest aber keinen Browser-Tab dafür öffnen, oder hast du gedacht "Ich will jetzt aber keinen Browser öffnen, nur um die Seite...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    XML-RPC for Delphi is a library used on the server or client side of an XML-RPC communication. It is designed to compile under Delphi for Windows and Kylix for GNU/Linux. XML-RPC for Delphi requires the Open Source Indy components be installed.
    Downloads: 0 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
  • 10
    We are developing a set of Delphi components to communicate with a ModBus PLC over TCP/IP. The library provides components to implement both a ModBus master and a Modbus slave, and is based on the Indy component set (both Indy 9 and 10 are supported) De source code of the project has been moved to GitHub!
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project
  • 11
    TCP/IP  DELPHI&INDY10 CLIENT SERVER DEMO

    TCP/IP DELPHI&INDY10 CLIENT SERVER DEMO

    INDY 10 TCP CLIENT SERVER DEMO SAMPLES

    very basic demo of a client - server application using INDY 10 components ( TIdCmdTCPServer , TIdCmdTCPClient ) . source code for Delphi 2010, XE & XE2 .**** Please use the SVN to download the demo samples (see tutorial for SVN for more details) *** sample 01: string exchange -> working sample 02:record /bytes exchange -> working ; 02B : compared to the initial version , here GENERIC RECORD TYPES are used. 02C : extension of version 02B , you may send record type A and get record Type B back or any other combination of sending and receivind different record types sample 03: more complex sample -> using a GENERIC RECORD TYPE definition ( code not finalized) sample 04 : stream exchange -> working , take care to update the path setting in the code to your system ( use *.bmp file in this demo) sample 05: file transfer from client to server -> pass with ASCI You need to add thread safe VCL interactions, we now add a example here very spoon ( I promise :-) )
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    SimpleEmail

    A simple E Mail client in DELPHI/PASCAL

    A very simple E Mail client written in DELPHI / OBJECT PASCAL using INDY 10 & DELPHI XE 2 , More or less for training and education purpose. Anyhow you can already read & write emails. /(will upload latest code version soon, trouble with svn and sourceforge) 28-2-2013
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    AWE Mod For Call of Duty 1

    AWE Mod For Call of Duty 1

    AWE Mod backported for Call of Duty 1 Version 1.1

    This is a mod started few weeks ago by indy (me) to make AWE mod from call of duty 1.5 for call of duty 1.1. Have fun! This project is Open Source, however, you must give me credit where it is due. Thank you. ***THIS WILL NOT WORK WITH CODAM!!!!!**** If you have any questions, contact me on xfire: indianbullet or email: indian1580@hotmail.com
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    EVE Industrial Assistant

    An assistant for the EVE Online Industrialist.

    EVE Industrial Assistant is a desktop application written in C# that assists with the day-to-day tasks that a Industrial player may encounter. The scope of the program includes: - A Blueprint database which the user can add select blueprints into his own 'Collection' with custom values - A Mining Yield Calculator that is available with preset options - A Order System that utilizes either Base or User blueprints to calculate the minerals needed, by extension also the amount of ore...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    AutoPigeon

    Controlling software for automated touch-screen testing device

    AutoPigeon is a controlling software for automated touch-screen testing device AutoPigeon was programmed in Delphi 7 (Copyright © 1983-2002, Borland Software Corporation) Dependencies TComPort by Dejan Crnila https://sourceforge.net/projects/comport/ Indy 10 for Delphi 7 http://www.indyproject.org/ unofficial DelphiX by Mr. Hiroyuki Hori http://www.micrel.cz/Dx/ iButton®: 1-Wire® SDK for Windows http://www.maxim-ic.com/products/ibutton/software/windowsdk/index.cfm 1-Wire® Drivers http://www.maxim-ic.com/products/ibutton/software/tmex/index.cfm Copyright © 2010 by András Péter AutoPigeon is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 of the License. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    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
  • 17
    This is an open source Email client for Borland Delphi with source code. It uses Indy controls as well as PBears HTML Viewer Component and BSALA EmbeddedWB (updated versions for Delphi 2009 are here). It is IMAP, POP3, MAPI and SMTP compatible.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    #Ftp# is a fully managed Ftp Client in C# , with features including a site manager , queued tasks scheduler . #Ftp# is based on Indy Sockets library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    IndySoap is an Open Source Library for implementing Web services using Borland Pascal Compilers. IndySoap isn't tied to Indy for transport services, though Indy based transport services are included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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
  • 21
    Collection of Internet Protocol demos. TCP Server with commands, file transfer. (basic sockets, Indy 9, Indy 10) IRC demo (Indy 9) POP3 SSL demo (Indy 10) streaming, html
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    BigBible of Indy is a project to compile all Indy (www.indyproject.org), FTP, TCP/IP, SMTP, IRC, HTTP, UDP, POP, etc (CLIENT and SERVER) for C++ Builder 6 from Borland. edward.z.f.m@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ...It allows you to develop CGI applications in Apache environment with the Open Source versions of Kylix. It has a very small size compared to WebBroker and works fine with Indy, IndySOAP (web serv
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Indy is a non-linear video editing software written in C++ with emphasis on color gradation and sound design. It supports MacOS X.3 and later, and relies on QuickTime 7 and later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    [DISCONTINUED] This project has now been merged into Indy's offcial .NET port. This website is kept open for reference reasons only. For more information please see www.codeplex.com/Wiki/View.aspx?ProjectName=IndySockets for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB