Showing 28 open source projects for "linux programs"

View related business solutions
  • 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
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    remarklint

    remarklint

    plugins to check (lint) markdown code style

    remark plugins to check (lint) markdown code style. remark is an ecosystem of plugins that work with markdown as structured data, specifically ASTs (abstract syntax trees). ASTs make it easy for programs to deal with markdown. We call those programs plugins. Plugins inspect and change trees. You can use the many existing plugins or you can make your own.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    vim-go

    vim-go

    Go development plugin for Vim

    This plugin adds Go language support for Vim, with the following main features. Look up documentation with :GoDoc or :GoDocBrowser, easily import packages via :GoImport, remove them via :GoDrop. Precise type-safe renaming of identifiers with :GoRename. See which code is covered by tests with :GoCoverage. Add or remove tags on struct fields with :GoAddTags and :GoRemoveTags. Call golangci-lint with :GoMetaLinter to invoke all possible linters (golint, vet, errcheck, deadcode, etc.) and put...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    Ada Class Library

    Ada Class Library

    Ada Class Library - an object orientated library for Ada.

    Text search and replace. Scripting (small tool programs). CGI scripts. Execution of external programs (incl. I/O redirection). Garbage Collection. Extendended Booch Components. CD-Recorder
    Leader badge
    Downloads: 137 This Week
    Last Update:
    See Project
  • 4
    Scipad

    Scipad

    A powerful editor and graphical debugger for code written in Scilab

    Scipad is a powerful editor and graphical debugger for programs written in the Scilab language. It is a mature and highly configurable editor, almost entirely written in Tcl/Tk. Scipad is a free software running on Linux and Windows. Licence is GPL V2.
    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
    This project is now hosted on https://mined.github.io and will be co-hosted here until further notice. Text editor with extensive Unicode and CJK support. Convenient and efficient features for editing of plain text documents, programs, HTML etc. User-friendly interface, mouse control and menus. Runs in a text-mode environment like xterm or mintty.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 6
    CWTE-Text-Editor

    CWTE-Text-Editor

    A Text Editor - Modeled Off Editor Within ISPF / SPF / PDF

    A full screen line oriented text editor with a command-line user interface, a WYSIWYG style text editor. Designed for Windows and Linux / Unix / AIX with X-Window (X11) as the user interface on the Unix like platforms.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    The Wizard Desktop is a set of simple applications that maintain a common user experience along with a simple window manager. The underlying framework will allow a single-user multiple network connected computers paradigm. Communications between the framework and applications are standardized, programs can be swapped out at will. Please visit the OpenHub site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    TclAE enables Tcl applications on the Macintosh to use AppleEvents for communication with other programs and for the AppleEvent Manager to communicate with Tcl applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    this tool is like a On-Screen Keyboard but it's writes unicode control character RLE or LRE and RLM or LRM The function of it is correction the direction of writing Useful in programs that does not support right to left languages Discussion in Arabic forum:- http://www.mexat.com/vb/threads/1014415 and http://www.mexat.com/vb/showthread.php?t=1040255 vs project http://www.mediafire.com/?9b451ss158oc5
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10

    OmniMark mode

    OmniMark major mode for Emacs/XEmacs

    This is an Emacs/XEmacs major mode for editing OmniMark programs. It supports syntax highlighting, and uses heuristics to help with indentation. Additionally, programs can be navigated according to their structure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Linguistico is a linguistics tools project based on Italian language. Tools are: dictionaries, thesaurus, words definitions, scripts, programs, ... For: OpenOffice.org LibreOffice ThunderBird Mozilla FireFox - MySpell MyThes Aspell HunSpell
    Downloads: 34 This Week
    Last Update:
    See Project
  • 12
    JSpell is a Java API for providing text-checking functionality (spell checkers, grammar checkers, style checkers etc.) to Java programs. It is designed to support all text-checking engines via a plugin architecture, and to be as easy to use as possib
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A freely-available Markdown text-to-HTML translator, written in C++, intended for integration into C++ programs rather than for use in web applications.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    XVCL is a general-purpose language for configuring variants in all sorts of textual documents (including programs). It is based on frame technology. XVCL processor automates the customization process to produce system from specification of variants.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Bone Yard is a simple method for inserting default, mode specific, text into empty Emacs buffers. It's used to easily load boilerplate text to get started with new programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    pyfiglet is a full port of the FIGlet specification (http://www.figlet.org/) into pure python. It takes ASCII text and renders it in ASCII art fonts. It can be used on the commandline or as an Object Oriented driver library in your own programs.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Casi mode is a minor mode that allows you to input programs of C like languages in different styles automatically while keeping your key pressing style.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The project provides programs written in JAVA using SWT. The focus of the project is to compile applications into native machine code with GCJ/MinGW.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Various small tools for manipulating text files without having to write awk/perl/c programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    EsTexte is a text-to-HTML based on an intuitive text format akin to various wiki formats and ascii text files. Written in Java, it can be used from the command-line or from other Java programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    eXMLd is a small XML editor written in Java and can be used as it is, or as a component for configure software programs. eXMLd intends to be small, easy to use and flexible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    JCrypt is a framework for developing cryptological and cryptographical programs.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    Pyana is a extension module that allows Python programs to interface with the Apache Software Foundation's Xalan XSLT transformation engine.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Unicode Builder, generates code or a binary file for use in programs that require understanding of characters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    XMLProg is a DTD(XMLSchema) for programmers to write Programs in an XML editor (particularily tree editor). Structure cannot be in error due to errant brace, Extreme Programming writing func spec and unit test data first can be enforced. Output can be tra
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB