Protect your business with AI policies and data loss prevention in the browser
Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
Download Chrome
Gen AI apps are built with MongoDB Atlas
The database for AI-powered applications.
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
The Emacs package ANTLR-Mode provides: syntax highlighting for ANTLR grammar
files, automatic indentation, menus containing rule/token definitions and
supported options and various other things like running ANTLR from within
Emacs.
Emacs minor mode that provides enhanced tags lookup for Java code.
Emacs minor mode that provides enhanced tags lookup for Java code. Show declaration or Javadoc for the identifier at point, complete partly typed identifiers, and update TAGS files from within Emacs.
MMM Mode is an add-on package for emacs that enables the user to edit different parts of a file in different major modes. It is well suited for editing embedded code and code-generating code.
The development is hosted at GitHub now: https://github.com/purcell/mmm-mode
Please report any issues there.
VAN sources private-party vehicles from over 20 platforms and provides all necessary tools to communicate with sellers and manage opportunities. Franchise and Independent dealers can boost their buy center strategies with our advanced tools and an experienced Acquisition Coaching™ team dedicated to your success.
An Emacs major mode for editing PHP code. Features: Syntax coloring and indenting; Documentation browse and search functions; Support for Imenu and SpeedBar; Customization options; and support for language features from PHP 5.4 and beyond.
The latest release can be found at https://github.com/ejmr/php-mode and all bug reports should go there..
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.
An Emacs major mode for editing F# code, based on the OCaml mode and the Python mode.
This project is not maintained anymore. New development will go here: https://github.com/fsharp/fsharpbinding/tree/master/emacs
ECB is a file/code browser for Emacs. It can be used to browse any type of file and supports parsing of Java, C, C++, Elisp and some other code like perl, TeX, LaTeX. All browsing windows are within one frame and they are deletion-protected (eg by C-x 1)
nqmacs is a set of precompiled w32-binaries based on the sourcecode of Emacs' current development version (which will eventually be released as Emacs 22.1). It's no official Emacs distribution, however.
dosbat is a major mode for editing DOS batch files in Emacs. dosbat
performs syntax highlighting and will add features common to other Emacs
modes such as comment region, code templates, or other things people
find useful.
The Java Elucidator provides support for production of internal documentation following the Elucidative programming paradigm. Documentation and sourcecode are kept seperate, but interlinked through mutual navigation in a two-frame online layout.
js-test.el is a bit of elisp which makes running javascript tests in an emacs js-comint window easy from within the code in question. It's based on Steve Yegge's js2-mode and js-comint.el.