Open Source Integrated Development Environments (IDE) - Page 42

Integrated Development Environments (IDE)

View 160 business solutions
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    Orth is an improvement of the C++ language featuring an incremental compiler, a debugger, and an editor. The objective is to make programming faster and more enjoyable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    pfc2ide is a GUI front end for the Pascal-FC compiler. Pascal-FC is Alan Burns' and Geoff Davies' version of Pascal for Concurrent Programming education. Pfc2 is my slightly improved version of PFC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A webbased XML development toolkit to edit, validate and preview XML files. This program gives you a structured view of the XML data. It has support for multiple XML formats: SVG, DocBook, XHTML and more. phpXIedit is written in PHP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    PHPlus is an object oriented framework + IDE for RAD for PHP 5 on Linux .The objective is to seperate the presentation from the logic.The framework comes with an IDE, which is developed as part of the project, which provides many features.
    Downloads: 0 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
    <div align="center"><img src="http://phpole.sourceforge.net/olelogo.gif"></div> phpole is a php script on line editor, which uses web environment as an ide, has a little cvs <hr> phpole es un editor de scripts php, con un sistema de cvs, en el cua
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    PICCo is a freeware IDE for Pic programming. This application include a project manager and some integrated tools for PIC programming.This application supports errors managment and generation of binaries files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A web based, PHP centric development and deployment environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    pintact is an php editor, and mysql -and possibly others- browser, and ftp client, willing to be the swiss army knife of a php developer. its main idea is to help to the developer, and make his life easier...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    pl-sql-editor

    pl-sql-editor

    PL/SQL Editor module for NetBeans IDE

    This project will add support for editing Oracle PL/SQL objects right inside the NetBeans IDE, including syntax highlighting, code folding and indentation. See Wiki for more information.
    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
    An open source IDE for procedural language developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    pydantic

    pydantic

    Data parsing and validation using Python type hints

    Data validation and settings management using Python type hinting. Fast and extensible, pydantic plays nicely with your linters/IDE/brain. Define how data should be in pure, canonical Python 3.6+; validate it with pydantic. id is of type int; the annotation-only declaration tells pydantic that this field is required. Strings, bytes or floats will be coerced to ints if possible; otherwise an exception will be raised. name is inferred as a string from the provided default; because it has a default, it is not required. signup_ts is a datetime field which is not required (and takes the value None if it's not supplied). pydantic will process either a unix timestamp int (e.g. 1496498400) or a string representing the date & time. friends uses python's typing system, and requires a list of integers. As with id, integer-like objects will be converted to integers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    pymple.nvim

    pymple.nvim

    Refactor Python imports on file move/rename in Neovim

    Pymple adds missing common Python IDE features for Neovim when dealing with imports. Refactor Python imports on file move/rename in Neovim.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    translate QAWizard Script to xml format
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    qbTeX (say cube-TeX) is a platform independent LaTeX IDE that allows its users to manage large LaTeX projects on both win32 and UNIX platforms offering means for management of large LaTeX projects, an integrated texteditor with shortcuts to common LaTeX c
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    QKDT is an Eclipse based Development Environment for the Q and K languages. These are proprietary languages provided from KX Systems (www.kx.com). QKDT wants to assist developers in the task of writing scripts and the communication with the database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    QMWEdit stands for Qt Multi Window Editor. It is a simple editor (IDE) for small C/C++ projects. The editor is based on Qt libraries **3.3**. The goal of the project is to have an easy to use editor which provides a lot of nice features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    rIDE
    rIDE is an IDE aimed at beginners, meant for use mainly in classrooms. It supports C++, Python, Prolog, Lisp, Whitespace, and LOLCODE, with syntax highlighting and quick-compile for each.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Radtool is a model-centric web-app framework which uses metadata driven code generation and more. Its to grow into an IDE post improvements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    rbenv

    rbenv

    Groom your app’s Ruby environment

    Use rbenv to pick a Ruby version for your application and guarantee that your development environment matches production. Put rbenv to work with Bundler for painless Ruby upgrades and bulletproof deployments. Powerful in development. Specify your app's Ruby version once, in a single file. Keep all your teammates on the same page. No headaches running apps on different versions of Ruby. Just Works™ from the command line and with app servers like Pow. Override the Ruby version anytime: just set an environment variable. Rock-solid in production. Your application's executables are its interface with ops. With rbenv and Bundler binstubs you'll never again need to cd in a cron job or Chef recipe to ensure you've selected the right runtime. The Ruby version dependency lives in one place—your app—so upgrades and rollbacks are atomic, even when you switch versions. One thing well. rbenv is concerned solely with switching Ruby versions. It's simple and predictable. A rich plugin ecosystem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    RDFX is a suite of plug-ins for the Eclipse platform designed to encourage and facilitate experimentation of semantically enhanced applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    reFresh IDE for the Flat Assembly Language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A project to "re-imagine" the Vim text editor. As fantastic as Vim is, there are some areas in which it can be improved, especially if we break reverse-compatibility. Hopefully, many ideas can be implemented quickly by configuring Vim.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    reacto

    reacto

    A sweet IDE for React.js

    Interact with your code: use bricks to play with props, imports or quickly change a component type. Package Manager out of the box: add, upgrade, delete and search dependencies in a flash. Smart and fast autocomplete: automatically find relative path to any file, quick snippets and more to come. Preview components, quickly: press Cmd+R to toggle the component previewer. That's it. Reacto is available for Mac, Windows, and Linux. It can be downloaded from the releases page. There is absolutely no free software, all-included for React development. The idea is to create the right tool for everyone, to build ideas faster. This is a community project, using plain React code. Anyone can contribute and make it better. Anyone can suggest ideas and help everyone having the perfect tools in their hands. This is what Reacto aims to be: useful. Reacto is still a work in progress. That means it's extremely likely that you'll encounter issues. Always consider it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    RGnome is a gtk based frontend for GNU R, which is a widely used language for statistical computing. It features a fully working R console and an editor with syntax highlighting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    rngcc is "really nice GNU C compiler" it's the GUI for the standard GCC on Unix systems rngcc is fully written in c
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB