Showing 152 open source projects for "delphi source code"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 1

    ISO8583 C Library

    An ISO8583 Library

    This library was developed by Oscar Sanderson (http://www.oscarsanderson.com). It is an implementation of the ISO 8583 protocol. This project was created in an attempt to maintain and distribute the original code. Also includes a C++ wrapper, a COM object to use with .NET, tinyXML support to load different dialect formats, support up to 3rd bitmap in ISO messages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Chronus is a lightweight calendar application aimed to be used on any gtk based desktop environment. The code can be found at github: http://github.com/salinasv/Chronus
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    *** MOVED ON GOOGLE CODE ***
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    WWIVLinker, allowed file list requests from nodes over WWIVnet. Code is being submitted for historical posterity as possibly the first use of peer-to-peer file sharing over a publicly distributed network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop vibe-debugging. Icon
    Stop vibe-debugging.

    Plug Claude into your app's actual errors.

    AppSignal's MCP server hands Claude, Cursor, or Zed your real errors, traces, and the deploy that shipped them. AI writes the fix; you review the diff.
    Free 30 days.
  • 5
    sexyalice is a chatterbot for IRC networks. It does not have any internal databases, but instead connects to alicebot's website to get answers. It keeps sessions for each user, and has many other nice features. Check code for details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Official IRC-World.org Dev-Com Website. Software modified and developed to use on IRC-World.org Chat Network. Current projects: - IRCD based on IRC-Hispano/ircu2.10.07 - Extramech Based on EnergyMech 2.9.x - Extraservices (own code IRC Services)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Bogoclassify is a php extension to Bogofilter. It comes with a php function called bogoclassify_match(). You can use this function to run bogofilter within your php code, Just like your normal PHP function.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Various coding projects by the members of the BlaatSchaap Website. The latest project is a multi-scrobbler that will scrobble to both last.fm en libre.fm. Another project is a modular IRC bot. both protocol and other functionality are loadable plugina.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Survey coffeeBeans are Swing based JavaBeans for easy component based MVC application development
    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
    Sieve is a mail filtering language standardized as RFC 3028 / RFC 5228 and its extensions. libSieve provides a simple, clean API for parsing and executing Sieve scripts. Code is on GitHub: http://github.com/sodabrew/libsieve
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    A tool for learning and practicing morse code, for passing amateur (ham) radio license exams. Converts supplied text to code sounds, or generates random symbols. Speed and farnsworth compression are adjustable. Written in C for Linux or other computers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Java version of Dialogic's SwitchKit API. This API is actually a more "Java Centric" API, with listeners, filters, and a very extensible and modular framework that finally uses JNI to access the native libraries provided by Dialogic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Convert text to International Morse Code. Input is ASCII text. Output can be: - . -..- - on the console, raw 8bit PCM suitable for piping to /dev/audio, .wav files or even (mp3|ogg). Good for headlines on your MP3 player or code practice.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    OpenLubbs - Light Usable Bulletin Board System. An Open Source version of the original text BBS used at Lancaster University, UK. The goal is to improve the code and make it web based. The project is not affiliated or endorsed by Lancaster University.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    BladeWareVXML is a portable VoiceXML 2.1 interpreter that is an enhanced version (performance, usability and integration) of OpenVXI. A commercial version, with documentation, sample code, and support options, is available from the Commetrex Website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    XSockets - open, lightweight and highly portable library of universal and eXtensible Super Sockets for point-to-point communication. A unified API for many communication methods between programs and/or devices (e.g. TCP/IP sockets,serial link,pipes,IrDA)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    DB Hub is a Linux/Unix software designed to be a Direct Connect hub. It's based on Open DC Hub code but has many more enhancements. Documentation is available on http://dbhub.zendor.eu/ (still incomplete, but updated almost every day)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    wpasterr allows copy/paste files (text, images, documents, programs, ...) through web servers, from console command and web browser.C source code. To get wpasterr (functional beta)... ( wget -O wpasterr-1.0.0.tar.gz http://217.149.5.211/pf/-7116120 )
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This project develops the systemcall tracing function in Linux kernel and its analysis tool without change of Linux Kernel source code. Thus user uses them on the existing Linux system without recompile.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A FIFO implementation using circular buffers. Portable C code for embedded systems. Deadlock free and re-entrant.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This is an P2P Chatclient for everyone and open source. It was created for people to see an example for a chat-programm and learn how to networkprogramming works by looking at our code. We hope you enjoy it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This project is about an algorithm for multi-resolution texture systhesis on Cell.BE.There are there source code files.One is serial on x86.One is serial code on cell ppu,and the last is parallel code,which use ppu and 8 spus.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The KOM(S) Streaming System (komssys) implements a streaming system based on the IETF protocols RTSP, SDP, RTP/RTCP with the intention of providing a base for researchers and other developers. Komssys includes code for a server, a client, and a proxy
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    IRC Helper is a plugin for Pidgin which seeks to handle the rough edges of the IRC protocol through network-specific code. The project has moved to http://plugins.guifications.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Tumour Extract Program,dealing with MRI images, DICOM.With this program, the new algorithms will be used to extract tumore portions from the patents' brain images.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo