Showing 44 open source projects for "domain"

View related business solutions
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

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

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 1
    The Holy Bible

    The Holy Bible

    Read and search The Holy Bible with this easy to use offline app.

    Read and search The Holy Bible with this easy to use offline app. Comes complete with these 11 built-in public domain bibles * (AKJV) American King James Version * (ASV) American Standard Version * (BSB) Berean Standard Bible * (CPDV) Catholic Public Domain Version * (DBT) Darby Bible Translation * (DRB) Douay-Rheims Bible * (ERV) English Revised Version * (KJV) King James Bible - Pure Cambridge Edition * (OKJV) King James Bible 1611 * (WBT) Webster Bible Translation * (WEB) World English Bible
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2

    SUNY Pascal

    SUNY Stony Brook Pascal for the IBM/360 written in XPL

    This Pascal compiler was created by the Computer Science Department of SUNY in Stony Brook back in 1975. The Pascal compiler generates code for the IBM 360 and is written in XPL. This project includes the source code for the Pascal compiler and the XPL compiler. This project also includes an IBM/360 simulator capable of running the output of both the Pascal compiler and the XPL compiler. The simulator is written in C and can run on most machines with a C compiler.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    C-evo: New Horizons

    C-evo: New Horizons

    Turn-based empire building strategy game inspired by Civilization II.

    It is a turn-based strategy game inspired by Civilization 2 game where you can explore the world and build your own empire. New Horizons edition is a continuation of the last released original C-evo 1.2.0 version with many quality improvements.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4

    pascal p5c

    fast, portable Pascal compiler using gnu c as intermediate code

    p5c is a fast portable iso standard pascal compiler. It is derived from the pascal p5 compiler and creates gnu c code instead of p-code. This makes it very fast since it uses gcc to generate native code. p5c is multi platform - it is easy to get up and running since you only need gcc to start. Using gcc enables extra tools like a static analyser and code coverage analyser. Execution profiling described in the blog here ->...
    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

    EDITEL

    EDITEL is a screen editor/code generator for GnuCOBOL programmers

    One of the hardest things to do when coding with COBOL is translating a screen design into code. The process may take hours, not to say days. In my old BLIS-COBOL, COBOL 74 and COBOL 80 /85 days (and those last 2 had the SCREEN SECTION which helped a lot !), I recall spending a significant amount of time dedicated to that activity. Time that could be used for more productive activities like coding and resolving bugs, for instance. Having said that, I developed a Screen Editor (similar to a...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    Inducont

    Inducont

    Abandoned program for working with an industrial controller.

    Not a completed and abandoned program for working with an industrial controller.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    pascal-p5

    5th version of the Pascal-P compiler

    This is the 5th version of the Pascal-P compiler from Zurich. This is the Pascal-P4 compiler modified to be ISO 7185 Pascal compilant, both in the the implementation language, and in the language it processes. Pascal-P was an implementation kit, created between 1972 and 1974, for the original language Pascal. The source for the original compiler was passed around and modified quite a bit, but Niklaus Wirth noted that it was very popular, and represented a good method to popularize the...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 8
    husky is a bunch of os-independent software for fidonet. It consitsts of tosser hpt, fileechoprocessor htick, message editor msged TE, libraries fidoconfig, smapi etc. Russian documentation may be found in Wiki http://sf.net/apps/mediawiki/husky/ The new development has been moved to https://github.com/huskyproject/
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    MPGPatcher
    MPGPatcher is a command line tool to change video basics (resolution/size, framerate, aspect ratio, bitrate) in mpg-video files. Patches the video headers only, does no reencoding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10

    dbfreadcpm

    dBase III database reader for CP/M written in Pascal using xbase3a.inc

    Although you can download examples of DBF files readers written in Pascal, none of them compiles with Turbo Pascal 3 for CP/M system. This one uses record data types defined in xbase3a.inc (you can download it e.g. from here: http://annex.retroarchive.org/cdrom/nightowl-004/006A/XBASE3A.ZIP) and provides missing file access layer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This project is to provide a repository of FTN applications, especially those that do not otherwise have public project space, for use on Fidonet Technology Networks (FTN) systems.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    MinGW - Minimalist GNU for Windows

    A native Windows port of the GNU Compiler Collection (GCC)

    MinGW: A native Windows port of the GNU Compiler Collection (GCC), with freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All of MinGW's software will execute on the 64bit Windows platforms.
    Leader badge
    Downloads: 2,202,757 This Week
    Last Update:
    See Project
  • 13
    osFree operating system
    open source analogue of IBM OS/2 operating system
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    pascal-p2

    2nd version of the Pascal-P compiler

    This was the 2nd version of the Pascal-P compiler created by Niklaus Wirth's group at ETH Zurich, termed Pascal-P2. This was the original portable compiler for Pascal. Niklaus Wirth led an effort to gather and reconcile the different sources for the Pascal-P compiler in existence, which were collectively referred to as Pascal-P1.These were then published as part of a porting kit for the compiler. Pascal-P2 is a "Running history project". It is a historical record, but still runs on...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    DrNote

    dr software

    drnote dr software epikriz anamnez
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Boxshade is a program for creating good looking printouts from multiple- aligned protein or DNA sequences.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17

    Linux audio for FPC (Alsapas)

    Pascal/Delphi/Kylix port of ALSA library "asoundlib" headers

    Advance port of ALSA library headers for use mainly with FPC
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    FreeNFS

    FreeNFS

    Network File System (NFS Versions 2.0 & 3.0) for Windows

    FreeNFS is a NFS 2.0 and 3.0 Compliant Server for Windows. FreeNFSE is a NFS 2.0 and 3.0 Compliant Server for Windows to a Embedded System Client. Adding more protocols to better serve embedded systems and video streaming. Insure to read the Blog, for current information on whats new!
    Leader badge
    Downloads: 88 This Week
    Last Update:
    See Project
  • 19
    THM COM FREE FM RADIO

    THM COM FREE FM RADIO

    Uma rádio FM para servidores Zend

    Instale no Windows Power Shell (Windows 7) e rode no Internet Explorer 8 dos seus usuários: uma rádio FM que aceita ligações externas. Você será capaz de prover música MP3 em poucos instantes. Precisará do servidor Zend, do interpretador Perl e do programa que "corta" músicas o mp3directcut. Até 3 ouvintes ou mais serão capazes de aceitar o comando embed através de suas janelas. Vem com comerciais e interface de vídeo. Em 3 versões.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Collection of tools for modifying the game Warcraft III: The Frozen Throne including frameworks such as "wc3lib" and "Advanced Script Library".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A small educational compiler for a subset of the Pascal language. A native x86 machine code generator directly emits COM executables for MS-DOS. The compiler supports VGA graphics, floating-point arithmetic, etc. 32-bit Pascal source is provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Development of a fully-conforming implementation of a compiler for the Sirius programming language.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Experimental compiler for new .NET language written in C#. Based on Pascal-like Microsoft Navision C/AL programming language. Dedicated for working with databases. It has a built-in O-R mapper. Current implementation works with Microsoft SQL Server DBMS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    JALTURK PROJESI GELISTIRIMI DURDURULMUSTUR... http://code.google.com/p/jallib/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Skybuck's Open Development Environment. A visual development tool which is open to all kinds of compilers and programming languages. Initial development will focus on interfacing with free pascal compiler and it's tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB