Thin wrapper around zen-observable and @types/zen-observable, to support ESM exports as well as CommonJS exports
TypeScript definitions for zen-observable
An Implementation of ES Observables
Support any Observable library and polyfill
A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
Light-weight observable implementation and utils written in TypeScript. Based on zen-observable.
WIP
For ruby and ruby on rails
This is the **x86_64-unknown-linux-gnu** binary for `@gorules/zen-engine`
This is the **x86_64-unknown-linux-musl** binary for `@gorules/zen-engine`
ZEN Engine WASM
SheetJS Spreadsheet data parser and writer
Ruby SemVer in TypeScript.
Zen by Aikido is an embedded Application Firewall that autonomously protects Node.js apps against common and critical attacks, provides rate limiting, detects malicious traffic (including bots), and more.
An Observable push stream
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.
[](https://opensource.org/licenses/MIT)
Immersive cell editing experience for Univer Sheets.
Types Testing Library
TypeScript definitions for zen-push
Display Ruby ZEN rules.
Muestra las reglas del ZEN de Ruby
A Ruby library to query the Zen service on SpamHaus.org
Zen by Aikido is an embedded Web Application Firewall that autonomously protects Ruby apps against common and critical attacks.
zen-and-musashi is a Ruby CLI that gives local, structured terminal wisdom in two modes: calm Zen-style reflection and fierce Musashi-style critique. It works without an API key by default, and can optionally use an LLM when explicitly enabled.
= Webservice Client Library for InterMine Data-Warehouses This library provides an interface to the InterMine webservices API. It makes construction and execution of queries more straightforward, safe and convenient, and allows for results to be used directly in Ruby code. As well as traditional row based access, the library provides an object-orientated record result format (similar to ActiveRecords), and allows for fast, memory efficient iteration of result sets. == Example Get all protein domains associated with a set of genes and print their names: require "intermine/service" Service.new("www.flymine.org/query"). new_query("Pathway") select(:name). where("genes.symbol" => ["zen", "hox", "h", "bib"]). each_row { |row| puts row[:name]} == Who is this for? InterMine data warehouses are typically constructed to hold Biological data, and as this library facilitates programmatic access to these data, this install is primarily aimed at bioinformaticians. In particular, users of the following services may find it especially useful: * FlyMine (http://www.flymine.org/query) * YeastMine (http://yeastmine.yeastgenome.org/yeastmine) * RatMine (http://ratmine.mcw.edu/ratmine) * modMine (http://intermine.modencode.org/release-23) * metabolicMine (http://www.metabolicmine.org/beta) == How to use this library: We have tried to construct an interface to this library that does not require you to learn an entirely new set of concepts. As such, as well as the underlying methods that are common to all libraries, there is an additional set of aliases and sugar methods that emulate the DSL style of SQL: === SQL style service = Service.new("www.flymine.org/query") service.model. table("Gene"). select("*", "pathways.*"). where(:symbol => "zen"). order_by(:symbol). outerjoin(:pathways). each_row do |r| puts r end === Common InterMine interface service = Service.new("www.flymine.org/query") query = service.new_query("Gene") query.add_views("*", "pathways.*") query.add_constraint("symbol", "=", "zen") query.add_sort_order(:symbol) query.add_join(:pathways) query.each_row do |r| puts r end For more details, see the accompanying documentation and the unit tests for interface examples. Further documentation is available at www.intermine.org. == Support Support is available on our development mailing list: dev@intermine.org == License This code is Open Source under the LGPL. Source code for this gem can be checked out from https://github.com/intermine/intermine-ws-ruby
Diff and patch tables
Diff and patch tables