Use Claude, Anthropic's AI assistant, right from your terminal. Claude can understand your codebase, edit files, run terminal commands, and handle entire workflows for you.
Protobuf format for Apollo usage reporting
Static analysis tool for JavaScript
 [![npm]](https://www.npmjs.com/package/momentic)
A URI template implementation (RFC 6570 compliant)
A client-side JavaScript OpenID Connect library that can be used to secure web applications.
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
A language server for Bash
Grammar parsing support for cspell
Error Reporting Client Library for Node.js
The classes needed to create self reporting dimension aware metrics registries
Supporting library for Bats test helpers
Markdown language service
Info about your dev environment for debugging purposes
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
Advanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
Work with IANA language tags.
Node.js Azure Storage Client extension implementations for Azure Functions
Diagnostic reporting for programming languages
Beautiful diagnostic reporting for text-based programming languages
Beautiful diagnostic reporting for text-based programming languages
Beautiful diagnostic reporting for text-based programming languages
Diagnostics for Hebi
Report Markup Language
Generate language statistics and dependency report for projects. Shows used languages with row counts, used package managers and dependenccies.
LLM powered business intelligence. Build SQL reports using natural language.
Meta Reports provides a meta language and data structure to create a 'meta' report. This report can then be exported into any format desired. MR provides HTML, PDF, and XLSX exports built in.
CQL is a domain specific language used for querying a Cucumber (or other Gherkin based) test suite. The goal of CQL is to increase the ease with which useful information can be extracted from a modeled test suite and turned into summarized data or reports.
Precedent is a lightweight markup language for legal documents heavily inspired by Markdown, LaTeX, and the print style of the United States Reports, the official reports of decisions of the United States Supreme Court.
A Minitest reporter optimized for Large Language Model consumption, featuring compact emoji-based output, regression detection by comparing test runs, TOML report generation, and detailed failure reporting with file locations. Perfect for AI-assisted development workflows.
ANTLR, ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages. ANTLR provides excellent support for tree construction, tree walking, translation, error recovery, and error reporting. There are currently about 5,000 ANTLR source downloads a month.
MesaScript - a DSL for making dynamic inlists for the MESA stellar evolution code.
Drop-in Rails Engine that adds Claude-powered summary dashboards, compliance audit reports, job/task analytics, vendor insights, and a natural language chat assistant to any facility management Rails app.
Flay analyzes code for structural similarities. Differences in literal values, variable, class, method names, whitespace, programming style, braces vs do/end, etc are all ignored. Making this totally rad. == Features/Problems: * Reports differences at any level of code. * Adds a score multiplier to identical nodes. * Differences in literal values, variable, class, and method names are ignored. * Differences in whitespace, programming style, braces vs do/end, etc are ignored. * Works across files. * Add the flay-persistent plugin to work across large/many projects. * Run --diff to see an N-way diff of the code. * Provides conservative (default) and --liberal pruning options. * Provides --fuzzy duplication detection. * Language independent: Plugin system allows other languages to be flayed. * Ships with .rb and .erb. * javascript and others will be available separately. * Includes FlayTask for Rakefiles. * Uses path_expander, so you can use: * dir_arg -- expand a directory automatically * @file_of_args -- persist arguments in a file * -path_to_subtract -- ignore intersecting subsets of files/directories * Skips files matched via patterns in .flayignore (subset format of .gitignore). * Totally rad.
= DESCRIPTION: Provides a Chef handler which can report run status, including any changes that were made, to a Graylog2 server. In the case of failed runs a backtrace will be included in the details reported. = REQUIREMENTS: * A Graylog2 server running somewhere. = USAGE: This example makes of the chef_handler cookbook, place some thing like this in cookbooks/chef_handler/recipes/gelf.rb and add it to your run list. It also assumes your Graylog2 server has set the attribute rsyslog_server to true. log_server = search(:node, "rsyslog_server:true").first if log_server include_recipe "chef_handler::default" gem_package "chef-gelf" do action :nothing end.run_action(:install) # Make sure the newly installed Gem is loaded. Gem.clear_paths require 'chef/gelf' chef_handler "Chef::GELF::Handler" do source "chef/gelf" arguments({ :server => log_server['fqdn'] }) supports :exception => true, :report => true end.run_action(:enable) end Arguments take the form of an options hash, with the following options: * :server - The server to send messages to. * :port (12201) - The port to send on. * :facility (chef-client) - The facility to report under. * :host (node.fqdn) - The host to report messages as coming from. * :blacklist ({}) - A hash of cookbooks, resources and actions to ignore in the change list. = BLACKLISTING: Some resources report themselves as having updated on every run even if nothing changed, or are just things you don't care about. To reduce the amount of noise in your logs these can be ignored by providing a blacklist. In this example we don't want to be told about the GELF handler being activated: chef_handler "Chef::GELF::Handler" do source "chef/gelf" arguments({ :server => log_server['fqdn'], :blacklist => { "chef_handler" => { "chef_handler" => [ "nothing", "enable" ] } } }) supports :exception => true, :report => true end.run_action(:enable) = LICENSE and AUTHOR: Author:: Jon Wood (<jon@blankpad.net>) Copyright:: 2011, Blank Pad Development Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.