React store with hooks.
## hox
React store with hooks.
展示型组件,用于展示被 hox `createModel` 包裹的数据,每个 model 带有命名空间,主动挂载到 window.sugarHox 下
hox.rs react components library
一个轻量级、类型安全、零心智负担的 React Native 状态管理解决方案。
该 cli 是为了方便创建依赖 hox 的 page, 不需要每次拷贝, 直接创建。
React Mounter lets you mount React components to DOM easily.
学习hox出品
React store with hooks.
react状态管理,提供一种更加舒适的写法,让你简洁优雅的去写状态管理;借鉴 dva 的数据流方案,参考 redux-thunk,内部实现中间件;提供默认行为 action,调用此 action 可直接修改 state 里的任意值,开发更加方便简洁,支持 Immutable,让你从毫无意义的重复工作中解脱
A plugin for NodeBB to take file uploads and store them on OSS for nodebb 1.0
React state manager based on hooks
Simple react state management based on hooks.
Persona theme for NodeBB
Angular module for managing JavaScript dates without the time part.
反作弊
A modular CLI toolkit for React Native projects
Simple bindings to efficiently inject firestore into observable react components using MobX Management Hooks with unidirectional data flow
React components for report config
c2 react前端组件库
ts binary search for sorted arrays||array like objects. returns any || last || first || closest matched key for value, or slice between 2 values where values need not exist.
Like unstated-next, but Pro
A standalone network stack for user-space networking and unikernels
An io-uring device implementation for ethox
A Math Crate Built for Rust.
An async HTTP/HTTPS proxy in Rust.
A music-as-code library and synthesizer for rust.
Rust bindings for Unishox2 compression for short strings.
Discover related top-level domains using Whoxy API: historical WHOIS, reverse WHOIS, and DNS verification
Chad Fowler's gitjour, now with fetch bits.
= 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
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.