Showing 34 open source projects for "which"

View related business solutions
  • $300 in Free Credit Across 150+ Cloud Services Icon
    $300 in Free Credit Across 150+ Cloud Services

    VMs, containers, AI, databases, storage | build anything. No commitment to start.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale with Google Cloud.
    Start Building Free
  • 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 Studio. Switch between models without switching platforms.
    Start Free
  • 1
    jq

    jq

    Lightweight and flexible command-line JSON processor

    ...Data in jq is represented as streams of JSON values - every jq expression runs for each value in its input stream, and can produce any number of values to its output stream. jq filters run on a stream of JSON data. The input to jq is parsed as a sequence of whitespace-separated JSON values which are passed through the provided filter one at a time. The output(s) of the filter are written to standard out, again as a sequence of whitespace-separated JSON data.
    Downloads: 44 This Week
    Last Update:
    See Project
  • 2
    Vis

    Vis

    A vi-like editor based on Plan 9's structural regular expressions

    ...A universal editor, it has decent Unicode support and should cope with arbitrary files, including large, binary, or single-line ones. Efficient syntax highlighting is provided using Parsing Expression Grammars, which can be conveniently expressed using Lua in the form of LPG. The editor core is written in a reasonable amount of clean (your mileage may vary), modern and legacy-free C code, enabling it to run in resource-constrained environments. The implementation should be easy to hack on and encourage experimentation. There is also a Lua API for in-process extensions. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Notepad++ Plugins

    A plugin to improve Notepad++

    Notepad++ plugins is a collection of tools which plays a role of completion for Notepad++. This project contains Explorer, Function List, Hex Editor, Spell Checker and a console program NppExec. Other plugin developers are invited to share their projects
    Leader badge
    Downloads: 5,017 This Week
    Last Update:
    See Project
  • 4
    Vim

    Vim

    Vim - the ubiquitous text editor

    Vim is a highly configurable, keyboard-driven text editor designed to make creating and editing text extremely efficient. It is based on the classic vi editor and comes preinstalled as “vi” on most UNIX systems and macOS. Vim is known for its modal editing approach, which allows users to perform complex text manipulations with minimal keystrokes. It is exceptionally stable and lightweight, making it suitable for everything from quick file edits to large development projects. Vim supports a wide range of customization options, enabling users to tailor workflows to their exact needs. Its active development and long-standing community ensure continuous improvements and long-term reliability. ...
    Downloads: 36 This Week
    Last Update:
    See Project
  • Catch Bugs Before Your Customers Do Icon
    Catch Bugs Before Your Customers Do

    Real-time error alerts, performance insights, and anomaly detection across your full stack. Free 30-day trial.

    Move from alert to fix before users notice. AppSignal monitors errors, performance bottlenecks, host health, and uptime—all from one dashboard. Instant notifications on deployments, anomaly triggers for memory spikes or error surges, and seamless log management. Works out of the box with Rails, Django, Express, Phoenix, Next.js, and dozens more. Starts at $23/month with no hidden fees.
    Try AppSignal Free
  • 5

    SC

    SC is a C based meta/programming language/environment

    SC is a C based/compatible language that uses a binary source code format and a "special" editor to provide a far more advanced programming and meta-programming environment. The basic philosophy is to "simplify" the "form" and not the "meaning" of C. SC allows you to write source code that can analyze and modify itself. Which in turn allows you to create far more compact and powerful libraries, templates, toolkits and simply source code, using techniques similar to aspect and/or language oriented programming. SCEdit is an editor that comprehends the source code on a level similar to the compiler, giving you feedback about anything that can be concluded from the source code. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    aedit

    aedit

    Text Editor based on Intel ISIS-II aedit

    Text editor based on interface from Intel ISIS-II aedit, which in turn was based on its big brother alter. This was originally written in the mid 80s on QNX running on an 8088, with a CBM-64 acting as the console. I have used this on every UNIX system I have touched. A couple of things have not been implemented, (a) other - a feature to hold two files in memory (b) error on saving detected, the original ISIS-II would reboot if you attempted to write to a read-only disk, so this part just never happened in the C version - sin of omission. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 7
    ECCE is a text editor designed by Hamish Dewar at Edinburgh University in the 1960's, which is still in daily use. Several historical implementations of ECCE exist in various languages. This implementation in portable C is for modern computers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    MicroEMACS 1.8 for Atari ST

    MicroEMACS 1.8 for Atari ST

    MicroEMACS 1.8 from Mark Willians C 3.09 (ATARI ST)

    ...The original version didn't account for future screen modes and therefore didn't provide full screen editing on the Atari TT. I added a simple fix to astopen() (in "atari.c") which gets the text screen max columns/rows from LINEA variables. I also removed the function setlines() which was hardcoded for 640x0400 monochrome mode. The original source is also provided. Compiled with MWC 3.09 which is available via various sites as of 2020. https://docs.dev-docs.org/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A well-known and used MUI custom class which provides application programmers a textedit gadget. It supports features like word wrapping, soft styles (bold, italic, underline), a spell checking interface as well as an AREXX interface for scripting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Push Code. Get a Production URL. Done. Icon
    Push Code. Get a Production URL. Done.

    Cloud Run deploys 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 Cloud Run Free
  • 10

    Text Analyzer

    Text analyzing software

    An application developed in C using the list and the AVL tree data structures, which analyzes a text (.txt file) giving the following information as an output: 1. the total occurrences of every word in the text 2. the exact line of every occurrence of every word 3. the exact position in the line of every occurrence of every word 4. the exact paragraph of every occurrence of every word 5. the exact sentence of every occurrence of every word The output is also written in a .txt file in the same directory as the Text Analyzer executable file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    casefix

    a small set of casing tools for use by all

    The primary part of the casefix project is a small c library of case editing functions, the heart of which is 7 streaming case editors. Also, there are 3 functions that interface char arrays and strings to the streaming editors. So the library can modify the casing of any character, character block (word), any character string, character array, or any character stream. Currently, libcasefix only handles 7 or 8 bit character sets with some support for UTF-8.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Console based Editor

    Console based Editor

    text editor consol based and an IDE

    Console based EDitor (CED) is console based program which has curses like interface and it has build in IDE .IDE is expandable.any language interface can added It is easy to use.It is part of PD* software and therefor,public domain software.it is highly customizable. ** IT IS PUBLIC DOMAN SOFTWARE **
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Lout is a batch document formatter. It reads a high-level description of a document similar in style to LaTeX and produces a PostScript file which can be printed on most laser printers. Plain text and PDF output are also available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CloudBeamer Development Project

    CloudBeamer Development Project

    A LaTeX editor to create Beamer presentations on the Cloud

    ...Actually this feature, which appears in the editor too, is only supported by Google Chrome browser. This development project is intended to design new features for CloudBeamer and has so far reached the goal of adding Cloud Storage for presentations and images contained within them. This feature is designed in a modular way, which will allow in the near future to support other Cloud storage platforms than the one which is actually avaliable (Dropbox).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    iTeXMac is an integrated software which components are: - a text editor dedicated to D.E. Knuth's TeX typesetting system - a frontend to a teTeX like distribution, that includes TeX engines and tools - a PDF viewer
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    An alternative to the string library for C and C++ which is more functional and does not have buffer overflow problems.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    This project has MOVED to http://savannah.gnu.org/projects/libiconv/ !!! This library provides an iconv() implementation, for use on systems systems which don't have one, or whose implementation cannot convert from/to Unicode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    htmlbuilder is an application which assists in the creation of of a simple HTML web page that displays images. The application is written in C and uses GTK and Glade.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    nwpedit is a small tool to cache, edit and send back files from remote shell accounts on the local system. This is useful to get work done on systems which have a slow connection or lack your favorite editor. Server can be run passively or actively.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Gafix is a program, which communicates with a Casio CFX 9850 calculator. The programs can be transfered and received by this program. In addtion the editor converts between cat and raw files to make them read and editable by the user.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Name of Project: ShabdaShilpa OS : Linux License : GPL Language : C++ based on Qt Description : An Editor Which can translate English words to Kannada This Editor has the Capabilit
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PSPTed is a simple text editor for the PSP, which now supports the use of an IR Keyboard, specifically the MP-0118 Micro Innovation Keyboard (Pocketop). It has currently been tested on a 1.5 PSP only, it should work on a 1.0 PSP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    PAWed is a simple, easy to use, source code editor, written for GNOME2 and utilising Scintilla, which is extensible through plugins (e.g. HTML Tidy plugin) and Python scripting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    KenyDraw is a very simple ASCii editor. Most programs written for this purpose are windows-only, which is why this project aims to support as many UNiX-like OSs as possible. The program is currently known to work on Linux and FreeBSD on xterm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Medit is a text editor which supports many languages specially the arabic language
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB