Showing 82 open source projects for "engineering"

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

    QChartist2

    Technical analysis software

    QChartist is an open source technical analysis software. Its purpose is to provide a complete set of tools to perform technical analysis on charts and data. It helps to make forecasts mainly for markets but can also be used for weather or any quantifiable data. The program is flexible and its functionalities can be easily extended. You can draw geometrical shapes on your charts or plot programmable indicators from your data. It is also possible to filter or merge data. I got a little...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    OpenTRV

    Open-Source Thermostatic Radiator Valve

    Retrofit completely-open reference mechanical/hardware/software design for zoned heating control not relying critically on any proprietary/hacked components. The aim is to include at least one complete mechanical and software design for a replacement TRV head that can be retrofitted without any plumbing plus at least one simple boiler control to allow end-to-end open soft heating zoning, with the ability to connect to home automation system or the Net if required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    LiveCoder

    Interactive Environment for Coffee-Script, Jade and Stylus

    LiveCoder helps you to play with Coffee-Script ( Language that compiles to JavaScript) , Jade ( Popular Node.js Template Engine), and Stylus CSS pre-processor. This is not a IDE or any Development Environment, This just helps you to effectively learn these languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Brandy Basic V Interpreter

    Brandy is an interpreter for BBC Basic

    Brandy is an interpreter for BBC Basic (or Basic V) that runs under a variety of operating systems. Basic V is the version of Basic supplied with desktop computers running RISC OS. These were originally made by Acorn Computers.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • 5

    SimpleFB_GA

    a simple genetic algorithm written in FreeBasic

    a FreeBasic-written Genetic Algorithm code is here deployed
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SimBrowser

    SimBrowser

    A very simple browser, and site-specific!

    A very simple browser, and site-specific!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    gps_chung
    gps chung is an open source GPS algorythm program. It calculates the shortest way path from start to end out of an array of road segments (position, direction) . Source code gps_chung.bi is included as example in a small application game garden_chung (freebasic) lite version of circuit_chung road circuit game with random map generation , home garden edit and gps speech voices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Starship Starflight Simulator

    Starship Starflight Simulator

    A 3D Shareware Starflight Simulator by Deneban Software

    Developed between 1992 and 1999, this is a very early simulation of how the stars of our solar neighborhood may look from different perspectives in the Milky Way. The user may position the starship at one of hundreds of objects in the database or enter the position using galactic coordinates. Navigate by destination or course using one of a multiple of "warp speed" selections available. Viewers: Select from Forward view or Tactical view. Flight and arrival times are given for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    CALC PERC WIN
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10

    Free-GPIB

    Free Open Source H/W S/W for USB-GPIB interface

    This project is a simple USB-to-GBIB (IEEE488) interface from PC to GPIB-based devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    calc4fem
    Spreadsheet Template for Structural Engineering (FEA Analysis for beams, trusses, 2D-frames). It makes possible to create your own parametric models.Templates for engineering calculation (fatigue, concrete plates, etc)
    Downloads: 9 This Week
    Last Update:
    See Project
  • 12
    FoxCalc

    FoxCalc

    A pseudo-graphical calculator for FreeDOS (or any other DOS)

    FoxCalc is a calculator with a text user interface (TUI), compiled for DOS. It supports a mouse, and uses the GMP library, therefore its results are highly accurate. FoxCalc is distributed as a zip FreeDOS package. That way, it can be easily installed using the FreeDOS package manager.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    pyirrlicht

    pyirrlicht

    Access to Irrlicht Engine SDK from assembler, C, Python, Basic, Pascal

    Python ctypes module for the Irrlicht Engine SDK for 2d/3d games and graphics. Compatibility with all Python versions, wich support ctypes module. Second internal project is SWIG wrapper. Additional support for SVG files over AGG or Cairo library. Also irrlicht_c library give access to Irrlicht functional from other programming languages: ASM (FASM), C (TinyC), Basic (FreeBASIC, thinBasic, OxygenBasic), Pascal, Gentee, AutoIt and game frameworks like GameMaker or Blitz.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    tool collection for communication with GPS devices via GARMIN protocol. A graphical frontend for visualization of all gps-data and remote control of the GPS receiver is included. GPS-Earth also uses undocumented features that might or might not work wit
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    FileSystem is an OPENSOURCE program for advanced disk management with built-in drivers for PATA IDE Hard Disks and DVD/CDROM Drives, USB Mass Storage Drivers. Implemented file systems : FAT32 / ISO9660 / EXT2. It can be compiled for DOS, LINUX, WIN32
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 16

    Hanoi in Basic

    The Famous Recursive Algorithm In Old-Fashioned BASIC

    This program is written in BWBasic, the version provided with DOSEMU, the DOS emulator. In this version of BASIC, you use GOSUB to call a procedure, and there are no local variables. So I used arrays to allocate memory for stacks, from where the "local variables" are taken. From this code you can learn how recursion and functions with dynamic local variables work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Maket is a instrument for building knowledge bases for economics domains. The project has moved to http://gitorious.org/maket
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Programas Análisis/Métodos Numericos
    Esta es una pequeña librería que contiene varios métodos de para encontrar raíces de una ecuación. Destinado principalmente para materias de análisis numérico o métodos numéricos. Contiene métodos como bisección, Newton Raphson, Aitken, Steffensen entre otros. Cabe aclarar que aun esta en desarrollo y esta lejos de ser perfecta...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Smulsa 2001 is a multilanguage two-way translator, transliterator, and dictionary. Its dependencies are gambas2-ide & gambas2-gb-db-sqlite. The application needs its database to run properly. Smulsa 2001 adalah penerjemah, pengalih aksara, dan kamus dua arah multibahasa. Dependensinya gambas2-ide & gambas2-gb-db-sqlite. Aplikasi ini memerlukan basisdatanya untuk berjalan dengan baik.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Scale Assistant is an OpenOffice.org extension designed to give OOo Calc additional power that meet some needs of social sciences researcher.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A statistics extension for Open Office with a feel of SPSS. Primarily meant for students of social sciences as well as other in a need of easy-to-use statistics software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Aequalis

    Aequalis

    Converter of old measures

    Aequalis is a converter of old measures. This application currently runs only on linux. At the time available measures include: weight, length and capacity. It is for the moment only in Italian.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    NeXT Commander
    A program to control every aspect of the Mindstorms NXT. Written in FreeBasic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    [ Interestelar 1975 ]
    A Interactive Network VideoGame
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    DiGno
    Digitizer program to manually digitize data from graphic images. Allows for multiple calibrations and source image files for a single set of data series. Also includes an auto-export feature to streamline interoperability.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB