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
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.
A new EclipsePlugin for ADA developpement. For the moment the plugin works with :
- Syntax coloration
- Compilation (Not debug mode)
- Autocompletion
- Package manager (some imporovement have to be done)
JLoom is a JSP like template language for text generation - e.g. source code, HTML, XML. JLoom templates are modular encapsulated. Parameters can be any Java type, even Generics or Varargs. There is a plugin for Eclipse and a command line tool.
Getting accustomed to closing tabs with middle click in Firefox, it is frustrating to find myself clicking on Eclipse editors tab trying to close them. "Middle Click Closes Tab" plugin brings this feature to Eclipse.
MDE is an Eclipse plug-in providing UML modeling and code generation capabilities. Use MDE to create platform independent UML models, then use MetaPrograms, MDE's unique code generation technology, to generate code on J2EE, Struts, etc.
XCDE (eXtreme Collaborative Development Environment) is a plugin for Eclipse that adds support for real-time collaborative editing over the Internet, letting developers work on the same files at the same time from up to halfway around the world.
Eclipse 3.x plugin of Library Folder ClasspathContainer http://www.eclipse-plugins.info/eclipse/plugin_details.jsp?id=409). This plugin will add all .jar and .zip files of a folder to you classpath. To install, visit http://libcontainer.sourceforge.net/
Lister plugin for the Total Commander file manager. This plugin is a source code viewer with highlighting and some minimal editing features. It is based on scintilla and delphisci delphi component.
Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.
Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
EclipsePlugin for tailing logfiles, including syntax coloring. It allows you to have multiple files open concurrently. and all files have a predefined syntax coloring applied. The plugin offers to set the backlog and encoding for each file.
This project aims at developing an Eclipseplugin for the Design by Contract library provided by the c4j project. It helps Eclipse developers to maintain their contracts together with their Java classes.
STDL (Structured test description language) is a domain-specific testing language that is used to auto-generate unit test code. It supports a myriad of output languages (incl. C#). The project's aim is that of reducing the resources required for testing
wxEclipse is Eclipseplugin build on top of CDT. Goal of this project is to develop complete RAD environment for wxWidgets including syntax highlighting, code completion, visual GUI builder, resource editor, and many more.
A assembler plugin for Eclipse, to use different assembler-programs (e.g. NASM, TASM or MASM) as back-end compiling. It include linker and debugger controlling, too. And you get a optimiced ASM-File-Editor with this plugin.
Copyright comment is an eclipse plugin.Can be used to add copyright comment to code/document/files.This plugin helps developer to add copyright comment to code/document.Developer can add copyright comment to specified file ,complete project in eclipse.
The 'Eclipse remote workbench' is an Eclipseplugin, that makes it possible to stream your current workbench (or parts of your desktop) over a HTTP connection to other client screens in the network.
Eclipse-on-Swing is dedicated to run the Eclipse Platform without the native bindings of SWT, but entirely on Swing. An Eclipseplugin allows the switch between native/non-native state.
Plugin for the CASE tool Fujaba. It enables the use of Velocity templates in activity graphs. Primary usage: Code generation in model transformations in association with the plugin SPin.
AJAX and SOA Developers find it difficult to write and analyze JSON. This Eclipseplugin with the JSON2TreeView enables developers to test and visualize any JSON. Developer can enter a JSON convert it to XML and View it as a Tree.
The builder plug-in project consists of an Eclipseplugin which automates the application of a modified GoF Builder pattern to a target POJO, thus converting the POJO into an immutable object which can improve thread safety in concurrent applications