Synchro React Components
Use node's fs.realpath, but fall back to the JS implementation if the native one fails
Core IDKit SDK for World ID - Pure TypeScript, no dependencies
JavaScript library to assist with binding sessions between an OIDC OP and RP
OpenID Connect Relying Party client library
Angular Lib for OpenID Connect & OAuth2
Parses the response from the Gmail API's GET message method
contains the client side to call REST endpoints of relying party
Simple wrapper on request-promise for retry mechanism
Parser for RP Script
Library for ad placements with Prebid header bidding in React applications using Rubicon Demand Manager
A framework to intercept HTTP calls made via the request-promise HTTP client.
OpenID Connect client for multiple Relying Parties for Solid
Custom syntax for remarkjs, adding ruby (furigana) to markdown.
Rod Licensing Recurring Payments Job
Describe rp-prosemirror here
No description provided.
Flawless Roleplay — Underground Criminal Empire theme for NodeBB. Dark obsidian backgrounds, gold/amber accents, Barlow Condensed typography.
A mock SingPass/CorpPass server for dev purposes
JSONPath, JSON Pointer and JSON Patch
Digital Identity Relying Party Node SDK
Self Issued OpenID V2 (SIOPv2) and OpenID 4 Verifiable Presentations (OID4VP)
Digital filter design & processing: IIR, FIR, smoothing, adaptive, multirate
Authors: --------
See https://crates.io/crates/rp1 for RP1
Pure-Rust JPEG XS (ISO/IEC 21122) low-latency image codec for production / IP video. Round-1 scaffold: codestream marker parsing only; pixel decode pending.
Racine carrée en virgule fixe Q15 pour systèmes embarqués `no_std`, zéro dépendance
Client for the public YouTube / YouTube Music API (Innertube), inspired by NewPipe
ReLU en virgule fixe Q15 pour systèmes embarqués `no_std`, zéro dépendance
Operator-supplied TOML configuration kit for nostr-bbs deployments (PRD-012 X1, ADR-085)
A pure-Rust implementation of Bulletproofs using Ristretto
A pure-Rust implementation of Bulletproofs using Ristretto
A pure-Rust implementation of Bulletproofs using Ristretto
A pure-Rust implementation of Bulletproofs using Ristretto
A pure-Rust implementation of Bulletproofs using Ristretto
A pure-Rust implementation of Bulletproofs using Ristretto
ruby_parser (RP) is a ruby parser written in pure ruby (utilizing racc--which does by default use a C extension). It outputs s-expressions which can be manipulated and converted back to ruby via the ruby2ruby gem. As an example: def conditional1 arg1 return 1 if arg1 == 0 return 0 end becomes: s(:defn, :conditional1, s(:args, :arg1), s(:if, s(:call, s(:lvar, :arg1), :==, s(:lit, 0)), s(:return, s(:lit, 1)), nil), s(:return, s(:lit, 0))) Tested against 801,039 files from the latest of all rubygems (as of 2013-05): * 1.8 parser is at 99.9739% accuracy, 3.651 sigma * 1.9 parser is at 99.9940% accuracy, 4.013 sigma * 2.0 parser is at 99.9939% accuracy, 4.008 sigma * 2.6 parser is at 99.9972% accuracy, 4.191 sigma * 3.0 parser has a 100% parse rate. * Tested against 2,672,412 unique ruby files across 167k gems. * As do all the others now, basically.
ruby_parser (RP) is a ruby parser written in pure ruby (utilizing racc--which does by default use a C extension). RP's output is the same as ParseTree's output: s-expressions using ruby's arrays and base types. As an example: def conditional1(arg1) if arg1 == 0 then return 1 end return 0 end becomes: s(:defn, :conditional1, s(:args, :arg1), s(:scope, s(:block, s(:if, s(:call, s(:lvar, :arg1), :==, s(:arglist, s(:lit, 0))), s(:return, s(:lit, 1)), nil), s(:return, s(:lit, 0)))))
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.
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.