[go: up one dir, main page]

Open Source Free Pascal Software - Page 5

Free Pascal Software

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

  • 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
  • La version gratuite d'Auth0 s'enrichit ! Icon
    La version gratuite d'Auth0 s'enrichit !

    Gratuit pour 25 000 utilisateurs avec intégration Okta illimitée : concentrez-vous sur le développement de vos applications.

    Vous l'avez demandé, nous l'avons fait ! Les versions gratuite et payante d'Auth0 incluent des options qui vous permettent de développer, déployer et faire évoluer vos applications en toute sécurité. Utilisez Auth0 dès maintenant pour découvrir tous ses avantages.
    Essayez Auth0 gratuitement
  • 1
    ThermoCalc

    ThermoCalc

    Calculating heat loss of a room

    ThermoCalc is a program for calculating thermal dissipation (heat loss) of a room, based of wall materials used for building the walls
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Statistical program, somewhat like shareware DataFit. You may provide a custom template (or exchange the template library with your friends or Internet including sf.net) and test your tabled data. Calculates F-ratio.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3

    VirtualDbTreeEx

    Checking HMI fully linked to data

    Checking HMI fully linked to data. Linked to VirtualTreeEx, an assembly language tree, with const parameters.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    X-Air Live Toolbox

    X-Air Live Toolbox

    Designed to enhance the new X-Air digital mixer

    The X-Air Live Toolbox is designed to enhance the new Behringer X-Air and Midas M-Air digital mixing consoles by supplementing current features with tools requested on the Behringer forum. As with any toolbox, tools can be added or removed as necessary.
    Downloads: 3 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
    "Windows Free Pascal IDE"

    "Windows Free Pascal IDE"

    Windows Free Pascal is a free source code editor for programmers

    "Windows Free Pascal IDE" is Copyright (c) 2014 dr Jaroslaw Szymanda Windows Free Pascal is a free source code editor for programmers of console applications. Designed primarily for students who begin to learn programming. They can quickly write and compile software using open source Pascal compiler developed by "(c) Free Pascal Team" (see http://www.freepascal.org). "Windows Free Pascal IDE" program is free software and can be redistributed without any restriction.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    .Net Component Suite for Delphi

    Most comprehensive Library of .Net components for Delphi.

    Most comprehensive Library of .Net components for Delphi. Includes over 30 essential .Net components which are available in Delphi like Active Directory components, Internet components, printing components, system components and many more for building powerful line-of-business Windows applications in Delphi. All the included components libraries are technically superior, with proven track record of widespread use for rock-solid reliability. They are written to be efficient and do not depend on external DLLs. All libraries are feature-rich yet easy to use due to emphasis on intuitive API design. Tightly integrated with Embarcadero Delphi, you can use all features available in the Embarcadero Delphi IDE for your development tools and start working with UI instantly. The .Net Component Suite for Delphi is part of .Net VCL for Delphi(http://www.crystalnet-tech.com/DotNetVCL/DotNetVCL4Delphi.aspx)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    .Net VCL for Delphi

    Comprehensive library of .Net UI Controls and components for Delphi.

    The .Net Visual Component Library (VCL) for Delph is the most comprehensive Library of .Net WinForms UI Controls and components for Delphi. Includes over 50 essential .Net UI controls and components which are available in Delphi such as Active Directory components, Internet components, printing components, Xml components, Dialog components, UI controls, Grid controls, and many more for building powerful line-of-business Windows applications in Delphi. Built on solid .Net Framework and advanced .Net functionalities, .Net VCL for Delphi provides innovative and advanced quality UI controls and components for Delphi that let you build powerful business desktop application effortless in timely fashion. Tightly integrated with Embarcadero Delphi, you can use all features available in the Embarcadero Delphi IDE for your development tools and start working with UI instantly. The .Net VCL for Delphi consists of: - .Net Component Suite for Delphi - .Net Control Suite for Delphi
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8

    A3DGE

    Amateur 3D Game Engine

    The Amateur 3D Game Engine (A3DGE) is a simple game engine focused in simplicity. Written in Object Pascal using Allegro. The goal is to be an engine easy to learn and to understand. It is ideal for amateur and students. You can use it as it is or modify it.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    This program is a Graphical User Interface for AWK, SED and BASH programs. It allows you to manipulate streams using AWK, SED, and BASH commands. You may also pipe those commands to other programs to manipulate the streams more. The latest release has an Linux binary already compiled along with the sourcecode. The binary was compiled on LUbuntu 16.10
    Downloads: 2 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.
    Learn More
  • 10

    All Things Ubuntu Library

    Ubuntu dedicated Object Pascal libraries

    ATU Library (All Things Ubuntu Library) is a collection of libraries in Object Pascal for use with FreePascal and Lazarus IDE, that provide API dedicated to various versions of Ubuntu, including: - standard desktop Ubuntu - Ubuntu Mate ARM (ie. raspberry pi) - Ubuntu Touch/UBports Since most of resources available for Lazarus programmers are related to Windows OS, this library is aiming at addressing those interested in Linux programming with FPC and Lazarus, but tested with Ubuntu distributions. On Ubuntu Touch, you can install everything from the Terminal app or via ssh, either or will work. Just follow these steps: #download: $ wget https://sourceforge.net/projects/all-things-ubuntu-library/files/ATU_arm-linux.tar.gz #extract: $ tar -xf ATU_arm-linux.tar.gz #install ATU locally: $ ./ATU_arm-linux --install #you also recommended to install dependencies like this: $ sudo ./ATU_arm-linux --installdeps #if you're using Vivid this will also f
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    CIMA

    CIMA

    Body Mass Index (BMI) and Other Indexes Calculator with Classification

    CIMA is a program that provides an easy way to calculate a diversity of body indexes related to the fat content and energy needs, providing a way to control our weight: 1 - Body Mass Index (BMI), including both the traditional and the new proposed formulas, and provides a classification of the results. The evaluation takes in account the age groups (adults, children and the elderly). 2 - Body Adiposity Index (BAI). 3 - Basal Metabolic Rate (BMR) for Men and for Women. 4 - Body Fat Percentage (BFP). 5 - Total Daily Calories Needs based on the activity levels of the user lifestyle. The program supports 3 languages (English, European Portuguese and Brazilian Portuguese). IMPORTANT: CIMA works only with the International System of Units (SI). No other systems are allowed since SI is the standard one. CIMA may still require a depuration before becoming a mature program, but it is already functional and may be downloaded by anyone.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12

    CRC

    CRC algorithms, test code, libraries and tables

    This is a modified version of the CRC algorithms by Lammert Bies. It supports more algorithms and has been ported to several languages. It's also useful for learning how to do hexadecimal calculations and bitwise operations in various programming languages. Disclaimer: These test programs demonstrate the calculation of CRC. I made these translation with a basic knowledge of each language. They may or may not be appropriately formatted / secured / robustified / idiot proofed or any similar programming issues.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13

    DSLstats

    A program for monitoring a DSL connection

    The purpose of this program is to monitor the state of an ADSL or VDSL2 connection. It works with DSL routers using Broadcom chipsets, which have a fully functional telnet interface with access to the Broadcom CLI. It also supports some Thomson/Technicolor routers via their custom CLI, but some of the features of the program are not available for these models. All of the data is obtained from the CLI via telnet. Data is displayed in graphical form, and also can be seen in raw telnet CLI format.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    DelphiDoom Voxel Editor

    DelphiDoom Voxel Editor

    A tool for creating voxels for the DelphiDoom Engine

    This program is a simple voxel editor. It can generate voxel images. Output voxels can be used either with DelphiDoom, either with any application that supports the slab6 vox format. Source code repository: https://github.com/jval1972/DD_VOXEL
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    A turn based combat-oriented tactics RPG. This game dispenses with all of the boring stuff and jumps straight to the important part: kill the monsters, take their stuff.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    FPCDoom

    FPCDoom

    Source port of the game Doom developed in FPC/Lazarus

    Source port of the game Doom developed in FPC/Lazarus Source code repository: https://github.com/jval1972/FPCDoom
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17

    Fortes Report 123

    Lazarus Free Pascal Report Components

    Fortes Report are Lazarus Reports' Components' compatible.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    O FreeEstoque é um controle de estoque e vendas multiplataforma e descomplicado. Visa atender as necessidades básicas de micro e pequenas empresas.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Laz-Projects

    Laz-Projects

    Laz-Projects

    This project page created for Delphi to Lazarus projects. You can find some Delphi projects ported to Lazarus. 1- Box2d Lazarus. 2- LazMaze 3- LazScrollingLeds 4- LazCompass 5- LazAstroDemo 6- LazMolecules 7- LazCannonBall 8- LazSimpleSokoban 9- LazOpenGLSample : Note: I used bmp images, jpg files gives some errors. 10 - LazAggPas : AggPas library for vector graphic. 11 - LazPlayMidi : A mini midi player from jc99 lazarus user. 12 - LazAgeProblemSolver : Make solve some problem with text... Thanks for DelphiForFun.org
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20

    LookCDS Delphi library

    LookCDS provides datasnap with transparent client lookup fields

    “LookCDS” is a small library set of functions, classes and components for Delphi that enables and utilizes at client side the lookup fields defined in a datasnap remote module. TlkClientDataset, a TClientDataset descendant, contained in LookCDS lib is the main component that supports transparent utilization of server side lookup fields.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Crossplatform SCADA written in Free Pascal language (Lazarus IDE 0.9.29 svn).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    SimThyr

    SimThyr

    A simulation program for thyroid homeostasis.

    SimThyr is a continuous simulation program for the human pituitary-thyroid feedback control system. Applications of this program cover research, including development of hypotheses, and education of students in biology and medicine, nurses and patients.
    Leader badge">
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    A tetris clone, featuring vector graphics, smooth movements and rotations of the figure, sub-pixel accuracy and motion blur, all done with software rendering.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    c2ctl is an Intel Core and Core 2 frequency and voltage modification utility. Its main purpose is overclocking and / or "undervolting" and to enable SpeedStep.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    cdclock

    cdclock

    Count up, count down timer and on screen clock

    I couldn't find free timer that will stay above presentation so I made one. CountDownClock can count up and down an time interval or show system clock. Some of features are: - transparent timer (Windows, Linux KDE, Gnome...) - font and colors can be changed - configuration can be saved and loaded - close on time up - some command line parameters - beep on time up (only Windows)
    Downloads: 2 This Week
    Last Update:
    See Project