Native in-app updates for Android and iOS
Finds indices of values passing a test.
RJSON -- JSON with multiple inheritances, references and commands
Syntactic analysis toolkit, language agnostic parsers generator.
cdk8s+ is a software development framework that provides high level abstractions for authoring Kubernetes applications. cdk8s-plus-31 synthesizes Kubernetes manifests for Kubernetes 1.31.0
这是一个将sql文件直接转换为dao方法的工具,比目前使用的MyBatis或Hibernate或手写sql拼接代码更简单易用、直接,只需在sql文件中写可以运行的sql语句,再用daosql工具生成dao代码即可。 A tool to convert sql to dao method, easy to use than MyBatis and Hibernate, just write runnable sql, and use this tool to generate Dao class.
Add type definitions, code completion, control flow to YAML via TypeScript
Core types for paging async iterable iterators
Utility for Node's java module to load mvn dependencies.
Java langauage debugging extension for coc.nvim
This plugin gives you the ability to use the Dynatrace Mobile agent in your react native application.
OData V2 adapter for CDS
A Jhipster util library for React
A cross-platform SDK for seamless access to Doordeck’s services. This SDK supports multiple platforms and is designed to cater to a variety of development environments.
An in-process property graph database management system built for query speed and scalability.
A simple but powerful consent manager.
An ESLint extension to detect and fix Jasmine / Mocha related memory leaks.
Superblocks Shared Resources
Creates super long stack traces
React Native bridging library for android to get app channel
Make freemarker available for node.js with FMPP.
find which plugin a command is in
Array.prototype.find ES6 polyfill for ES5 versions and lower.
A simple trie structure to perform prefix search on texts in O(n) time, where n - number of characters in searched word. > Trie is a basic Tree structure, also known as [prefix tree](https://en.wikipedia.org/wiki/Trie) Super simple, Super fast, super comp