A Materialize wrapper for Node
The pretty printer for Materialize's SQL dialect, with wasm build targets.
The lexer for Materialize's SQL dialect, with wasm build targets.
Builds Materialize distribution packages
The parser for Materialize's SQL dialect, with wasm build targets.
The responsive front-end library based on Material Design from Google.
TypeScript definitions for materialize-css
Aurelia interface to http://materializecss.com/
Material design components for react
Cube.js Materialize database driver
Angular 2 support for Materialize CSS framework
A Materialize wrapper for Node
A simple shim for using Materialize in Ember.js apps
Materialize-css styled autocomplete
Composable Svelte chart components to build a wide range of visualizations
Materialize CSS for Jquery Select2
A jQuery tags input plugin based on Materialize
Material UI Angular library
An ember-cli addon for using Materialize (CSS Framework based on Material Design) in Ember applications.
Datatable for VueJS with Materialize
Node.js Streams, a user-land copy of the stream library from Node.js
An Angular wrap around Materialize library
A Materialize wrapper for Node
Streaming partial-JSON parser with identity preservation, push/pull APIs, JSON Pointer lookups, and structural-sharing materialization.
Implement orderable trees in ActiveRecord using the nested set model, with multiple roots and scoping, and most importantly user-defined ordering of subtrees. Fetches preordered trees in one go, updates are write-heavy. This is a substantially butchered-up version/offspring of acts_as_threaded. The main additional perk is the ability to reorder nodes, which are always fetched ordered. Example: root = Folder.create! :name => "Main folder" subfolder_1 = Folder.create! :name => "Subfolder", :parent_id => root.id subfolder_2 = Folder.create! :name => "Another subfolder", :parent_id => root.id subfolder_2.move_to_top # just like acts_as_list but nestedly awesome root.all_children # => [subfolder_2, subfolder_1] See the rdocs for examples the method names. It also inherits the awesome properties of acts_as_threaded, namely materialized depth, root_id and parent_id values on each object which are updated when nodes get moved. Thanks to the authors of acts_as_threaded, awesome_nested_set, better_nested_set and all the others for inspiration.
Implement orderable trees in ActiveRecord using the nested set model, with multiple roots and scoping, and most importantly user-defined ordering of subtrees. Fetches preordered trees in one go, updates are write-heavy. This is a substantially butchered-up version/offspring of acts_as_threaded. The main additional perk is the ability to reorder nodes, which are always fetched ordered. Example: root = Folder.create! :name => "Main folder" subfolder_1 = Folder.create! :name => "Subfolder", :parent_id => root.id subfolder_2 = Folder.create! :name => "Another subfolder", :parent_id => root.id subfolder_2.move_to_top # just like acts_as_list but nestedly awesome root.all_children # => [subfolder_2, subfolder_1] See the rdocs for examples the method names. It also inherits the awesome properties of acts_as_threaded, namely materialized depth, root_id and parent_id values on each object which are updated when nodes get moved. Thanks to the authors of acts_as_threaded, awesome_nested_set, better_nested_set and all the others for inspiration.
Diff and patch tables
Diff and patch tables