Showing 50 open source projects for "console windows"

View related business solutions
  • 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
  • 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
  • 1
    Maxima -- GPL CAS based on DOE-MACSYMA

    Maxima -- GPL CAS based on DOE-MACSYMA

    Computer Algebra System written in Common Lisp

    Maxima is a computer algebra system comparable to commercial systems like Mathematica and Maple. It emphasizes symbolic mathematical computation: algebra, trigonometry, calculus, and much more. For example, Maxima solves x^2-r*x-s^2-r*s=0, giving the symbolic results [x=r+s, x=-s]. It can also calculate with exact integers and fractions, native floating-point, and high-precision big floats. Maxima has user-friendly front-ends, an online manual, plotting commands, and numerical...
    Leader badge
    Downloads: 3,664 This Week
    Last Update:
    See Project
  • 2

    OpenOCD - Open On-Chip Debugger

    The Open On-Chip Debugger

    The "Open On-Chip Debugger" provides JTAG/SWD access from GDB (or directly with TCL scripts) to processors with ARM and MIPS based cores. See website for full list of supported targets.
    Leader badge
    Downloads: 365 This Week
    Last Update:
    See Project
  • 3
    Ayam
    Ayam is a free 3D modelling environment for the RenderMan interface.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 4

    TclFltk

    Dynamic Extension for TCL/TK

    Implements a Tcl binding for the Fast Light Tool Kit portable GUI development environment.
    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
    HMD Mathematics

    HMD Mathematics

    Numerical mathematics platform, Matlab alternative

    Matlab alternative. Scilab alternative. GNU Octave alternative. Mathematics software for numerical computation. Ordinary differential equations solver and finite elements solver. It has a console script interpreter, as well as a graphical interface script interpreter, for entering equations and statements, and a line plot display.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    BitchX is an IRC client based on ircII/EPIC4. It includes many features that are usually relegated to scripts such as CDCC and flood protection -- you can just start it and go. Development was on hiatus for a while but is now resuming.
    Leader badge
    Downloads: 41 This Week
    Last Update:
    See Project
  • 7
    HD DRiVE-iNFO

    HD DRiVE-iNFO

    HD DRiVE-iNFO displays hdd and advanced output at Windows command line

    HD DRiVE-iNFO displays hdd data in simple output at Windows command line / shell (4NT and TCC), which is required for running. Some customization options and plain output for easy/fast reading of your system status. It also displays number of advanced info for those that need/require it. Main features: Displays local hdd's, networked drives, cd/dvd/bluray's, usb connected devices. Also displays additional info from all these different storage devices (dvd layers, network write access, usb...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A Tcl script synchronizes files (one way) for back up file systems for home use. It has small foot print and support resumed synchronization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Cygwin Ports

    Cygwin Ports

    Repository of desktops and programs for the Cygwin platform

    A large repository of open-source programs built for Cygwin, including X11 desktops, language interpreters, multimedia frameworks, cross-compiler toolchains, and much more. Also hosted here is the cygport tool for building Cygwin packages. cygport releases and the Ports Git repositories are hosted here; Ports packages are available from the website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    Expect-lite is an quick and easy command line automation tool. Basic expect-lite scripts can be created by simply cutting and pasting text from a terminal window into a script, and adding '>' '<' characters. No knowledge of expect is required!
    Leader badge
    Downloads: 45 This Week
    Last Update:
    See Project
  • 11
    The continuation of the Alpine email client from University of Washington.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    WISP

    Weighted Implementation of Suboptimal Paths (WISP)

    UPDATE: LATEST VERSION AT http://git.durrantlab.com//jdurrant/wisp Allostery can occur by way of subtle cooperation among protein residues (e.g., amino acids) even in the absence of large conformational shifts. Dynamical network analysis has been used to model this cooperation, helping to computationally explain how binding to an allosteric site can impact the behavior of a primary site often many angstroms away. Traditionally, computational efforts have focused on the most optimal path...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    The aim of this project is to provide and maintain MinGW (Minimalist GNU-Win32, http://www.mingw.org) cross-compiler packages for Linux
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    metadata grabber

    Metadata grabber

    TCL script to grab music metadata (album, artist, cover art) using last.fm API. Packages required to grab metadata: - tcl8.5 or higher - tdom package - imagemagick (convert is used) api_key.tcl file with user name and Last.fm API key need to be created in the same folder with a following data: set api_key <some_api_key> set user <some_last_fm_user> api_key.tcl is used by main.tcl to authorize request send to last.fm API. To grab and save cover art use (recomended): tclsh...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Tcl binding to levmar library implementing Levenberg-Marquardt optimization algorithm often used in data fitting. Levmartcl is a standard Tcl extension providing command interface to levmar functionality. This library is only a wrapper of <levmar> which actually performs the work. See the <levmar> home site for details: http://www.ics.forth.gr/~lourakis/levmar/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    QConsole is a custom Qt widget implementing a standard console to be inherited to support a specific scripting language or shell, and then embedded in any Qt application. As example, a Tcl console (QtclConsole) is provided for use in EDA applications
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    tclvisa

    Tcl binding to VISA API

    Tcl binding to VISA (Virtual Instrument Software Architecture) API. It is linked to Tcl as a standard extension following Tcl Extension Architecture (TEA) conventions. See VISA specs. on IVI Foundation page: http://www.ivifoundation.org/specifications/default.aspx TEA specs. can be found here: http://www.tcl.tk/doc/tea/
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    s-make serves as a replacement for make and the like; it targets developers who dislike make or just want to stick to Tcl.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Simple dictionary application with support of StarDict dictionaries. Written on pure Tcl/Tk without any external dependencies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    esweep is a scriptable audio measurement program which features various signals and signal processing functions. Its main purpose is the measurement of speakers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Eggdrop is the most advanced IRC robot available. It has been under development since December 1993, and unlike most other bots, it is still regularly updated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Eggdrop
    Eggdrop is the most advanced IRC robot available. It has been under development since December 1993, and unlike most other bots, it is still regularly updated.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 23
    COBOL Utilities Project
    COBOL Utilities Project collects free and open-source COBOL utilities, libraries, and test suites, which are independent of any specific COBOL compiler. COBOL-UP supports free and open development. A teamwork discussion group has been established. Threads will be focused, the forum open to any and all COBOL. Developers are encouraged to signal interest in write permissions, as this will be an open to all, COBOL utility project. Mainframe, mid-range, Mac, PC, Hercules,...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 24
    Tcldrop is basically a clone of the Eggdrop IRC bot, but is being written purely in Tcl. The intention is to write a much more scriptable bot than Eggdrop is. It will run stand-alone or from any Tcl-enabled application (Tcl v8.5+).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Soar
    Soar is a general cognitive architecture for developing systems that exhibit intelligent behavior. Researchers all over the world, both from the fields of artificial intelligence and cognitive science, are using Soar for a variety of tasks.
    Downloads: 8 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB