Showing 169 open source projects for "dev-pascal"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Go From Idea to Deployed AI App Fast Icon
    Go From Idea to Deployed AI App Fast

    One platform to build, fine-tune, and deploy. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    IRCLink is an IRC bot which connects to multiple networks and acts as a relay between those relays allowing users to communicate over the networks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Doctor Who RogueLike

    Doctor Who RogueLike

    RogueLike game for Mystic BBS v1.10+

    Doctor Who themed multi-player roguelike game for Mystic BBS v1.10+
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Galactic Tycoon

    Space Trading doorgame for Mystic BBS v1.10+

    Galactic Tycoon is a retro-style BBS game similar to TradeWars 2002, and Planets: The Exploration of Space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Uzem Link

    Uzem Link

    Ekran görüntüsü, dosya ve link paylaşım aracı.

    Uzem Link; ekran görüntüsü, dosya ve link paylaşımlarının mümkün olduğu kadar kısa sürede yapılmasını amaçlayan, pascal programlama dili ile geliştirilmiş bir öğrenci projesidir. Bilgisayarınızın tam ekran ya da ekranın bir bölümünün görüntüsünü çekerek, web üzerinde kullanılabilen bir link üretir. Böylece bu linki paylaştığınız bütün platformlarda bu görüntüye ulaşılabilir.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cut Cloud Costs with Google Compute Engine Icon
    Cut Cloud Costs with Google Compute Engine

    Save up to 91% with Spot VMs and get automatic sustained-use discounts. One free VM per month, plus $300 in credits.

    Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
    Try Compute Engine
  • 5
    MgSMTP is a lightweight SMTP MTA, designed for Windows, very easy to configure, supports user authentication (AUTH LOGIN). If you want, it relays your e-mails towards your ISPs SMTP server. Of course, it takes e-mails from the PHP mail function.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    fun2audio

    fun2audio

    Funcube Dongle Pro+ Data Capture & Audio Output

    Various reference programs to read baseband I/Q sample data from a Funcube Dongle Pro+ (FCDPP) software defined radio (SDR) hardware front end, demodulate the data stream and send it to the host's audio output port. Programs are present to demodulate AM, CW, FM and SSB (USB, LSB) streams. Also included is a program that writes FCDPP sample data to its standard output (stdout) port. The programs require the qthid program to control the FCDPP frequency and gain (also available at...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    AUM CSPRNG & Stream Cipher

    AUM CSPRNG & Stream Cipher

    A minimal CSPRNG reflecting the Zen of cipher design

    AUM is an extremely fast, small-state, cryptographically secure pseudo-random number generator and stream cipher. AUM exhibits uniform distribution, mixes rapidly, has no detected bias, and comes in three variants: AUM16, with an internal state array of 16+4 32-bit words; AUM32, with an internal state of 32+4 words; and AUM64 with a 64+4-word state. The former permit seeding with a key of up to 512 or 1024 bits, the latter with a 2048-bit key.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    MOTE CSPRNG & Stream Cipher

    MOTE CSPRNG & Stream Cipher

    A family of small-state CSPRNGs and Stream Ciphers

    MOTE is a fast, small-state, cryptographically secure pseudo-random number generator (CSPRNG) and stream cipher. MOTE exhibits uniform distribution, mixes extremely rapidly, has no detected bias, and comes in three variants: MOTE8, with an internal state array of 8+4 32-bit words; MOTE16, with an internal state of 16+4 words; and MOTE32 with a 32+4-word state. The former permit seeding with a key of up to 256 or 512 bits, the latter with a 1024-bit key. Reduced to essentials, MOTE is only...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    BEDBUG CSPRNG & Stream Cipher

    BEDBUG CSPRNG & Stream Cipher

    A family of FLEA-inspired CSPRNGs and Stream Ciphers

    BEDBUG is a small, fast, cryptographically secure pseudo-random number generator (CSPRNG) and stream cipher. It exhibits uniform distribution, mixes rapidly (with worst-case avalanche better than 16-bits), has no detected bias, and comes in three variants: BEDBUG128, with an internal state array of 128+3 32-bit words; BEDBUG256, with an internal state of 256+3 words; and BEDBUG512 with a 512+3-word state. The former permit seeding with a key of up to 4096 or 8192 bits, the latter with a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end. Migrate from on-prem or other clouds with free migration tools.
    Try Free
  • 10
    SES Super-Encypherment Scrambler

    SES Super-Encypherment Scrambler

    SES brings back the uncrackable onetime pad, with a digital twist.

    SES brings back the uncrackable onetime pad, with a digital twist. It is well known that a random key of message-length is the only provably unbreakable cipher. SES uses cryptographic strength pseudo-random keys of message-length for its many encipherments, in addition to offering true one-time pad capability for the intrepid. SES is built on ISAAC, Bob Jenkins' unbroken CSPRNG, a fast and simple stream cipher placed in the Public Domain in 1996. SES now gives you the ability to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ISC - The ISAAC Stream Cipher

    ISC - The ISAAC Stream Cipher

    ISC lets you encrypt & decrypt text and files of any type up to 4GB

    ISAAC is a cryptographically secure pseudo-random number generator (CSPRNG) and stream cipher. It was developed by Bob Jenkins from 1993-1996 and placed in the Public Domain. ISAAC is fast - especially when optimised - and portable to most architectures in nearly all programming and scripting languages. After more than 20 years of existence ISAAC has not been broken, and the little program you have here allows you to use it to encrypt and decrypt text of arbitrary length, files of any...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    R3R
    R3R is a small, fast, and portable reader for RSS, ESF, and Atom feeds.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    Site Controller

    This program is made to prevent forbidden sites using.

    Published in source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    microTone Module

    microTone Module

    Simple DIY Analog Hardware Interface

    microTone Module is analog interface to connect microcontrollers or digital logic systems with PCs. This interface use PC sound card’s audio output terminal to send commands to external hardware systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    TacoNET

    TacoNET

    Cross platform darknet written in python

    ...There will be gui weirdness, useless error messages, spelling/grammer mistakes, and of course some features may not work 100% in all cases. This will, of course, improve over time. Project dev has stopped here, all further dev @ https://github.com/withorwithoutgod/taconet
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    openPHPnuke
    THE CMS System with easy integration of additional tools. OpenPHPNuke (OPN) is an Open Source Web Content Management System (WCMS) which will assist you in the creation, administration, and maintenance of contents for the internet or intranet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    JEasyOPC - JCustomOpc.dll

    Rebuild the JCustomOpc.dll of JEasyOPC poject

    This is the Lazarus project for rebuilding the library JCustomOpc.dll of the project JEasyOPC (http://sourceforge.net/projects/jeasyopc/). The original version of the library JCustomOpc.dll was developed with the Delphi development environment. As Delphi is not available for everyone, the Lazarus development environment was used to rebuild the library JCustomOpc.dll. If anyone want to join this project, please contact me.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    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
  • 19
    Err

    Err

    err is a plugin based chatbot designed to be easily extensible

    ...Features Backends support: - XMPP : Tested with hipchat, openfire and Jabber but should be compatible with any standard XMPP servers. - CampFire support - Supports MUCs (chatrooms) - Local Graphical Console (for testing/dev) - Local Text Console (for testing/dev)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    NetTime is a simple, free time synchronization client for Win32, providing a client and server for SNTP and RFC868. Its main claim to fame is that it is small, simple and unobtrusive.
    Leader badge
    Downloads: 155 This Week
    Last Update:
    See Project
  • 21
    OpenXP
    OpenXP is a multi-protocol offline mail and news reader for the text console, supporting Internet email, Usenet, Fidonet, Zconnect, etc. It is based on CrossPoint (XP) by Peter Mandrella.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Read a hierarchical XML file who host a list of files hosted on edonkey network and permit adding all or part of this files in a edonkey client using ed2k:// links.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    A Product Search engine with Price-Relaying. Currently connected to around 80,000 products in the computer industry with daily feeds.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Full featured tool for managing pointlists in FTN-based networks (with pointlist editor)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    RSS to FidoNet (rss2fido) by_Rain 27/09-2006g. The program is designed to track new items RSS and forming specially messages to FidoNet.
    Downloads: 1 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB