Showing 84 open source projects for "developers console"

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
    Apostilator is a XML based front end to LaTeX that simplifies the process of writing all kinds of documents from letters to books, reports and articles. It's easy to customize and create templates defining a style for all your documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    creole/c is a Wiki Creole parser and a HTML converter. It implements Wiki Creole 1.0 and almost all of its additions. The parser is written in C++ and has a simple event driven plain C API. The converter is a stand-alone console application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Ruby awk - an awk-like stream processor that uses Ruby commands instead of awk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Vim in C++. Not necessarily strictly vim or vi compatible or designed to be highly portable. Project will make heavy use of STL and the Boost library. Probably no support for vimscript. Instead, python will be the scripting language of choice
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | 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
  • 5
    csart - Clever-Search-And-Replace-Text Search, find and replace text in named files or recursive in all directories (-r). If choosen, strings are only replaced if another key-string occures in the line (-w)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    An efficient little program to simply parse XML files to find contents of different sets of tags, whichever you please. Can also return a list of all the XML tags in relation to their content.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Mateusz's Saucy Editor

    Mateusz's Saucy Editor

    A simple console-mode text editor

    Mateusz's Saucy Editor (MSEDIT) is a simple editor working in the DOS environment. I decided to write it, because I had been using the Microsoft's EDIT editor for years, without finding any free alternative. Of course, there is plenty of free DOS editors out there, but no one has ever matched my expectations (or should I say, my taste). I guess that's because I had already been "formatted" by the MS editor :-) You will probably notice that MSEDIT is very similar to Microsoft's EDIT. That's...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Barracuda - a pcsc SIM contact manager developed for Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Send unique lines to standard out. Remove duplicate lines from anywhere within a text file. Usage example : uniquelines command_history > commmand_history.unique
    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
    Lightweight and unobtrusive visual text editor optimized for Dvorak keyboard users.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    xmltoman and xmlmantohtml are two small scripts to convert xml to man pages in groff format or html. It features the usual man page items such a "description", "options", "see also" etc.
    Leader badge
    Downloads: 39 This Week
    Last Update:
    See Project
  • 12
    This is a bidirectional braille translator program written in Common Lisp. Japanese and English is almost completed; other languages are experimental statuses so far. I'm ready to translate Japanese in source code into English according to its worth.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The aim of this project is to develop a Portable Document Format (PDF) importer for OpenOffice.org Writer based on XPDF. This project was inspired by the PDF importer within KWord.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    A boudle of lisp extensions, largely original, for XEmacs with the goal to obtain a more user friendly and powerful interface. The new features include contextual tool bars, new TeX interface and much more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The Java Text Categorizing Library (JTCL) is a pure java implementation of libTextCat which in turn is "a library that was primarily developed for language guessing, a task on which it is known to perform with near-perfect accuracy."
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    rpl is a text replacement utility. It will replace strings with new strings in multiple text files. It can work recursively over directories and supports limiting the search by file suffixes. This version was originally written by Göran Weinholt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PURE (PURE uses regular expressions) find, in source files (recursively or not), some itens like functions, variables, macros, objects, methods... It's an important tool to developers of big softwares (like kernels), given its simplicity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    cpptags is a very small program that ties existing Linux/Unix utilities (cpp, ctags) together in such a way as to make the implementation of call tips and tag location more practical. It produces a context-aware tag file from a single C/C++ source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    LiMa means Lightweight Markup Language. It is a parser for an easy to use ASCII/Text-based markup - comparable to Markdown or the Wikipedia-Markup language with special configurable extensions in defining Links and image-resources.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    etcWebClient is a Unix/Linux server application that allows users to connect to the server from a browser. The web-based application includes an Editor, filesystem Treeview, and Console (etc).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Have you ever encountered dynamic web page (php, asp.net...) problems as like being browsed full of question marks? This (currently) tiny utility is for you. It tries to correct the problem by changing the file encoding to unicode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Count words or Find words with specified counts in a file. As a tiny but handy program written in standard C++, it's supposed to complement command 'wc' from another aspect.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The default text editor for Fid.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Zee

    Experimental lightweight editor

    ZEE HAS MOVED TO GITHUB (see "Zee Web Site" link).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Croatian localization of LaTeX and everything related to it.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB