Search Results for "pascal program" - Page 2

Showing 66 open source projects for "pascal program"

View related business solutions
  • 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
  • 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
  • 1
    gditools

    gditools

    A Python program/library aimed at GD-ROM image files.

    This Python program/library is designed to handle GD-ROM image (GDI) files. It can be used to list files, extract data, generate sorttxt file, extract bootstrap (IP.BIN) file and more. This project can be used in standalone mode, in interactive mode or as a library in another Python program (check the 'addons' folder to learn how). For your convenience, you can use the gditools.py GUI program supplied in the Files section (optional). To use this project you must install the Python...
    Leader badge
    Downloads: 18 This Week
    Last Update:
    See Project
  • 2

    Harmonux

    harmonic analysis with graphic

    Harmonic Analysis (aka Fourier Analysis) Enter a table and get the harmonic function for the table. Open Source in Lazarus/Free Pascal Compiled for Linux and Windows. No installation, just unpack and click on the executable. ATENTION! -In my new instalation of Linux , the executable was not running, I don't know why. I think the windows version is working, but I didn't test it lately. -Sometimes the copy is not settled right, try to right click -> properties -> allow to be executed as a program. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    eFractals

    eFractals

    Programs and library to draw fractals

    Programs and library to draw fractals. Program can draw trees, landscape, DLA, ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    timmy

    timmy

    Timmy is a Pascal unit (i.e. library) for creating chat bots

    ...Timmy is released under GNU LGPL v3. That means it respects your freedom and you can use it with your program whether if your program is free software or proprietary software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 5
    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: 0 This Week
    Last Update:
    See Project
  • 6
    Delphi Pascal dll with entry points returning sunrise and sunset. A conversion of the classic Sky & Telescope BASIC program
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Rifas

    Rifas

    Rifas is a program to generate raffle numbered tickets.

    Rifas is a program to generate raffle numbered tickets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    XLogProtection

    Prevent Accidental X Closing Of Applications

    This program allows you to disable the X(Close) button on chosen application windows. This is to prevent accidental x-logging from windowed applications - Such as the Chrome browser that does not have a confirmation dialogue when X-Logging. Delphi, Pascal
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    filthy Editor

    filthy Editor

    Simple text editor written in Lazarus

    filthy Editor is a simple text editor written in the Lazarus IDE. The program compiles and runs on both Windows and Linux (not tested on OS X but it should also run too).
    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.
  • 10

    JComp

    Program to translate source codes

    Program is aimed to be able to translate source codes from one language to other. Currently it only works (somewhat) for the following translations: - pascal to java - pascal to php - c to php Any constructive suggestions or feature requests are welcome
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    NWQterm

    Packet radio terminal written in Borland Pascal

    A ham radio terminal program for packet radio (AX.25) to be used on top of BPQ-node software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    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...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    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
  • 14
    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
  • 15
    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
  • 16
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Lua Built-In program

    Lua Built-In program

    Self-running Lua interpreter.

    Lua Built-In program (L-Bia) is a self-running Lua interpreter. It turns your Lua program with all required modules (either Lua or C libraries) and an interpreter into a single stand-alone program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ornament

    ornament

    Pattern analysis in art

    The Program analyses patterns of art sources according to researches of Rudolf Arnheim, Ernst H. Gombrich.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Pascal Chess

    A chess game written is turbo pascal

    The purpose of this project was to test my programming skill, and because a friend dared me (don't get any ideas). Those who program in pascal will know that it is not designed for creating games. Please note that this project was started a year after I first learned to program (pascal is my first language), and so the old code may be very basic. (Feel free to look at it, it's the CHESS.PAS file) The notes and do do list (see files) contains my plans with the project and its version history. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Scriptoria

    Helping to transcribe scanned old documents

    Scriptoria is a program that helps you to transcribe scanned old documents, with an interface that combines a text editor and an image viewer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    WitchRL
    This project is a "roguelikelike" with OpenGL graphics and unusual magic system. It's migrating to Android now!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    Turbo Pascal x32/x64 PL

    Edytor Turbo Pascala pod systemy 32/64 bitowe.

    Program ten jest edytorem kodu w języku Turbo Pascal. Program zawiera także kompilator FPC współpracujący z 64 bitowymi wersjami systemu Windows. 04/01/2013: Tryb pełnoekranowy, Ustawienia czcionki, Zawijanie wierszy 24/05/2012: Poprawki w kodzie, Poprawka błędnej obsługi ReWrite (plik bez podanej pełnej ścieżki był tworzony w 'Documents and Settings') 14/05/2012: Optymalizacja kodu, Waga pliku .exe zmniejszona o 40% 07/05/2012: Dodano obsługę otwierania kilku plików na raz (otwórz, drag and drop) Drobne poprawki w kodzie MINIMALNE WYMAGANIA 15mb pamięci RAM 15mb wolnego miejsca na dysku
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    LibreAquarium

    LibreAquarium

    An aquarium management software with a Simulation Model System

    SME LibreAquarium is an Aquarium management system with a Simulation Model Engine (SME) that makes a prediction of the possible measurement values for the different pollutants that affect to these aquatics systems (NO3,PO4, Fe). The simulator consults the recorded analysis to calculate a prediction of the NO3, PO4, Fe, that the these aquatic system produce. It also uses a central (fish, plant and invertebrates) database to check if the actual parameters are Ok, depending on the species...
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    DNS progapation checker is program for linux and windows and uses ping command automatically every 60 seconds to see is DNS live. Can be minimized to systray and gives alert when DNS is propagated. Made in Lazarus & FreePascal by Aleksandar Josifoski
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Bizarre

    Bizarre

    A dynamic programming language aimed at simplicity and speed...

    Bizarre is a free and open-source programming language aimed at simplicity. It's an easy to learn language with simple syntax. Bizarre is focused on new and experienced programmers alike. It's and ideal language to learn if you want to script an advanced program without too much confusion. A new programmer will be able to easily understand and write code in Bizarre. Bizarre has a unique structure to it. It was made specifically to make sense. When a new programmer looks at say C code...
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo