Open Source Pascal Software - Page 6

Pascal Software

Pascal Clear Filters

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

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

    Touchscreen Disabler

    A simple Application that disables/enables your Touchscreen

    A simple application that disables/enables your Touchscreen. The Touchscreen will be disabled/enabled for the current user. Other Users and the Log on - Screen are not affected. Tested under Windows 8 and Windows 10. Ein einfaches Programm das deinen Touchscreen deaktiviert bzw. wieder aktiviert. Der Touchscreen wird nur für den aktuellen User deaktiviert/aktiviert. Andere User und der Log in - Bildschirm sind nicht betroffen. Getestet unter Windows 8 und Windows 10.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2

    Visual Synapse

    Moved to GitHub → https://github.com/yoctobyte/visualsynapse

    Moved to GitHub → https://github.com/yoctobyte/visualsynapse --- Visual Synapse are component wrappers around the Synapse tcp/ip libraries. It wraps a few common internet protocols, like HTTP, UDP, DNS, ICMP, TCP and SMTP to multi-threaded components that can be used with Delphi, Kylix, Freepascal and C++ Builder.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Boxshade is a program for creating good looking printouts from multiple- aligned protein or DNA sequences.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Atomic Research
    Atomic Research is a Battleships variant. The player is a scientist who wants to discover the postion of some atoms on the game board.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Try Free
  • 5
    CodeSnip

    CodeSnip

    A repository for source code snippets, designed with Pascal in mind.

    CodeSnip is an open source code bank for storing and viewing code snippets. It not only manages, displays and manipulates your own code snippets but it can also incorporate snippets downloaded from the online DelphiDabbler Code Snippets Database. > CodeSnip's source code is now developed over on GitHub: https://github.com/delphidabbler/codesnip Designed with Pascal code in mind, CodeSnip enables Delphi or Free Pascal code snippets to be test-compiled with any installed Delphi or Free Pascal compiler and results to be reported. Use this feature to validate the syntax of code without switching to your compiler. Compilable Pascal units containing selected snippets can be generated. Code in other languages can be stored in CodeSnip although the source file generation and compiler checking features will not be available. Compilable Pascal units of selected snippets can be generated. Selected snippets can also be exported and shared with other CodeSnip users.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    FreePascal / Lazarus / Delphi / Kylix - compatible bindings and object-oriented wrapper for LibCURL, the client-side URL transfer library, and TidyLib, the HTML parsing and formatting library based on HTML-Tidy.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    FlashPascal
    compiler for a Pascal like language that build Flash animation (SWF) FlashPascal2 is a more advanced free compiler availabe at http://flashpascal.execute.re/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    LinLocalize 1.6 for Windows
    LinLocalize for Windows is an application for localizing executables to other languages. It automates resource translation to great length. Application language can be switched over regitry. No code needs to be included in application. Delphi XE source code for MS-Windows is available on subversion. - Compiling LinLocalize with Delphi XE10 is working - Using LinLocalize for translating Delphi XE10 Projects is working - LinLocalize is an 32bit Application but can handle 64bit Executeables and Ressourcesfiles too
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Transposer

    Transposer

    Transposer changes chords from one key to another in a song file.

    Transposer converts the chords of a text file which contains the lyrics and chords for a song into whatever key the user desires. Version 1.0 no new features, just some UI cleanup. No bugs reported since last BETA, so nothing to fix at this point. (0.56) was the first with a mechanism for creating an ignore list of words which might get transposed if they are on a line by themselves, such as, "ending". This word is typically made of characters which are valid chord characters that would otherwise be transposed. There are two editing panes in the main window. One is for the original song, and the other is for the transposed song. Earlier versions of this program were command line only (CLI), then I used QT to augment my C++ source to create a GUI. This project is now developed in Lazarus, using a collaborative approach. I (abudeveloper) and my son (iamslinger) are working together on this project.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Porting log4j to Delphi and Kylix
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Bug Finder

    Bug Finder

    A real Win32 extensible passive debugger

    This project born a few years ago when I encountered a fatal bug on a production environment, unfortunately not replicable on my development machine. I spent many time finding a solution, using also freeware and commercial third-party tools and libraries, but none helped me because the bug crashed the process, and no of the above tools could be able to catch the exception before the process dying. Also, it was not possible to install a development environment onto the production machines, so the only solution was to develop a debugger which didn't need any user/developer interaction. I used many open source resources, then I decided to make the Bug Finder an open source project. It is built over a pluggable architecture to support other languages different from Borland Delphi (the one I used to develop my faulting application and the Bug Finder too). Here is the article http://www.codeproject.com/Articles/602794/Bug-Finder-a-real-Win32-extensible-passive-debugge .
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    AlarmeJT

    AlarmeJT

    Visual alert based on decoded Callsigns with WSJT-X in JT65, JT9, FT8.

    AlarmeJT been designed with Lazarus , written in Pascal , it is only reserved for private use for Amateur Radio . It is designed to work with exellent WSJT -X Joe Taylor, K1JT running on JT65, JT9 and FT8 modes . It is the addiction of JTAlert VK3AMA on Linux. You can arrange the various windows of the software as you wish . Positions and window sizes are always back . AlarmeJT à été conçu grâce à Lazarus, écrit en Pascal, il est uniquement réservé à un usage privé pour les Radioamateurs. Il est prévu pour fonctionner avec l'exellent WSJT-X de Joe Taylor, K1JT fonctionnant sur les modes JT65A, JT9 et FT8. Il est le penchant de JTAlert de VK3AMA sur Linux. Vous pouvez organiser les différentes fenêtres du logiciel comme bon vous semble. Positions et tailles des fenêtres sont systématiquement sauvegarder.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Artica For Postfix

    Artica For Postfix

    Full SMTP/Mail server Appliance in 5 minutes

    An SSL Postfix Management Interface in PHP/Ajax that handles all postfix parameters including Virtual Domains in LDAP.It handles all securities features by implementing all addons like Spamassassin,Clamav,Milter-greylist,amavis within technical skills
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    CNC Editor - The goal of this project will be to design text oriented editor for CNC machines with simulation toolpath.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    CPtool is a small text-UI tool for copying files from a slow local media(such as CD-ROM) on a poor computer. CPtool是一个文字界面的用于在破电脑上从类似光盘的缓慢媒体上面复制文件的小工具。
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    CevoMapGen

    CevoMapGen

    Custom Map File Generator for C-evo

    CevoMapGen is a map file generator for Cevo that facilitates harsher terrain and climate. It gives greater control than the internal map generator within the game, and allows much faster generation of novel or extreme worlds than using the map editor.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    DFM To Pascal is a GPL (Delphi source for a while) application used to port source code from Delphi to Free Pascal Compiler using the Lazarus libs. DFMToPas read a list of DFM files and create 4 pascal files for each DFM file. Example, DFMToPas read MyFo
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Desktop Timer

    Desktop Timer

    Desktop Timer is a countdown timer written on a cross-platform code.

    Desktop Timer is a Pascal code developed using Lazarus, a cross-platform RAD IDE available for WIndows, Mac, and Ubuntu (Linux). The source code can be compiled on several platforms.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Double Fractal with 3D Prototype

    Double Fractal with 3D Prototype

    Easily creates high complex fractal images. Includes 3D prototypes.

    Double Fractal was first created in the 90s and was the result of a passion for fractals and fractal math. Since then, it has grown including many unique fractals invented by its author. Some fractals were found by chance in 2001 when functions used for artificial intelligence were plotted as fractals. These new fractals were called JP Random Sets. The brilliant environment Lazarus allowed Double Fractal to be ported from Delphi and now Double Fractal can be run on Windows, Linux and MAC OS X. Fractals are infinite complex images defined by a finite definition. We find in fractals a model to understand many different sciences such as economy, health and weather. Many scientists love fractals. Double Fractal is a program that creates fast and easily high complex images. No specific knowledge is needed to use this program, it is a program that can be run just for fun. Please enjoy the better than ever Double Fractal 3 with its brand new 3D JP1 Set prototype.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    HuMuS (the Human Music Surface) is an integrated environment for (real-time) sequencing and composition. Based on the WiSeSLAp widget set and other existing technologies. Visit our trac wiki for more information: http://sourceforge.net/apps/trac/humus/
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Game data browser for games built with Infinity Engine (Baldur's Gate and Planescape: Torment). Displays graphics, dialogs, scripts and more. Written in Delphi 5.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Open DataBase

    Open DataBase

    MiCla Open Database

    English OpenDB Open database, software for managing generic archives, with the possibility of modifying the field names and the titles for the various sections in the tab. In addition to thirty fields of sufficient size, it has a memo field and an image field. It has a very efficient integrated backup system, which, combined with complete adaptability and the possibility of running on a pen drive, makes it a very versatile program. Italiano OpOpenDB Open database, software per la gestione di archivi generici, con la possibilità di modificare i nomi dei campi e nella scheda i titoli per le varie sezioni. Oltre a trenta campi di grandezza sufficiente, possiede un campo memo e uno per l'immagine. Ha un sistema integrato di backup molto efficiente, che, unito a una completa adattabilità e alla possibilità di girare su pen-drive, ne fa un programma molto versatile. OpenDB non effettua nessun tipo di installazione, per utilizzarlo basta salvarlo in una cartella senza restrizioni.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Graphical database creator (like R. Rose and Erwin, but with more functions and facilities, working at linux and windows. Supporting the most of the existing databases available (interbase, oracle, mysql, sql server, access, and another ones if possible)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Select a random seat in a room to answer a question or make a comment. Avoids teacher "unfairness" in selecting students.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25

    Protocol tool

    Hexadecimal strings test tool

    This is a software/hardware development tool that allows the user to send strings on an interface (parallel,serial, network or other), specified in hexadecimal or strings or a combination of these. The strings can be retrieved/stored from/to a file.
    Downloads: 2 This Week
    Last Update:
    See Project
Monday.com Logo