evaluate statically-analyzable expressions
A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
Simple JavaScript expression evaluator
Evaluate node require() module content directly
Mathematical expression evaluator fork with exports map, prototype pollution and code injection security fixes
For ruby and ruby on rails
A flexible math expression evaluator
require or eval modules
Mark scopes for deopt which contain a direct eval call
JavaScript expression parsing and evaluation.
Alias for eval global.
Get callsites from the V8 stack trace API
Safely evaluate JavaScript (estree) expressions, sync and async.
Ruby SemVer in TypeScript.
Convention over configuration for using Vite in Ruby apps
Like ruby's abbrev module, but in js
Ruby grammar for tree-sitter
prettier plugin for the Ruby programming language
WebSocket framework for Ruby on Rails.
A simple cache for a few of the JS Error constructors.
Eval a string with a passed scope
A library for teleporting rich data to another place.
decycle your json
JavaScript client for graphql-ruby
Evaluator of Ruby examples in Markdown files.
A Ruby interface to https://eval.in/.
Measures quality metrics like faithfulness, relevance, context precision, and answer correctness for LLM and RAG applications. Think Ragas or DeepEval for Ruby.
see http://cpee.org
eval given code
Interactive Ruby command-line tool for REPL (Read Eval Print Loop).
Continuous testing for Ruby with fork/eval
tests strings of Ruby code for unauthorized patterns (exit, eval, ...)
Parsr aim to provide a way to safely evaluate a ruby expression composed only with literals, just as Python's ast.literal_eval
Run shell commands with models instead of running strings
Braintrust Ruby SDK for evals, tracing and more.
Grab and eval Ruby code via HTTP. You don't care about security, right? This gem is Dr. Nic's fault. We were looking for an easy way to run Ruby code that was publicly available on a web server, and though we've all written something to do this a time or two, we couldn't find a convenient gem. I hacked up a quick example: ruby -rubygems -ropen-uri -e \ 'eval open("http://gist.github.com/raw/473222/snippet.rb").read' \ jbarnette dr-nic-magic-awesome ...but why use a simple Ruby one-liner when we can go overboard and package it as a gem? While we're at it, why not add a tiny bit of extra sugar for Gists? This is not an original idea. It's been done a ton of times before, but this one is ours. Don't use it for anything real or it'll melt your face.