QMachine: A platform for World Wide Computing
qm 应用组件
qm-map-wrapper
QM Babel plugin to annotate React Native applications for better selector generation
qm-rmap 是一款基于 React、Mapboxgl 的地图组件
Legacy support for our utility scripts implementing async, functional, and immutable JavaScript.
qm player js sdk lib
QM Components UI
test-qm
千米公有云管理端UI基础组件库
Lending compliance checks (TRID, ATR/QM, HMDA, ECOA) - part of the LendCtl Suite
TS SDK for Combinator's QM Conditional Token Vault
QM-Truth-Scaffold
TypeScript types for qm-sync-client - generated from Rust with Specta
qm-form elemnt-ui
基于 MapLibre GL 和 React 的地图组件库,提供丰富的地图交互组件。
Law0S Design System components built on Vue 3 and Element Plus
千米公有云管理端UI基础组件库、JS对象扩展、工具类、业务组件
qm-vmap 是一款基于 React、Mapboxgl 的地图组件
My youtube api wrapper
React antd ui library
react upload img
Queue Manager for Bull
quickly build front-end project tools
Utilities for quick microservices in Rust
Pure-Rust AV1 codec — orphan-rebuild scaffold pending clean-room re-implementation.
Kafka helper functions
Keycloak helper functions
MongoDB helper functions
PostgreSQL helper functions
Redis helper functions
Server helper functions
Entity management
Role management
Default schema for customers
Proc macros to generate entities and relations
Ruby port of QMachine web service + in-progress client
qM: generates generic controller actions and views
Queuemetrics Reporting Interface
Simple framwork to coordinate background tasks
Qmore allows one to specify the queues a worker processes by the use of wildcards, negations, or dynamic look up from redis. It also allows one to specify the relative priority between queues (rather than within a single queue). It plugs into the Qless webapp to make it easy to manage the queues.
ruby-qml provides bindings between QML and Ruby and enables you to use Qt Quick-based GUI from Ruby.
Shared collaborative man pages
QQ message processor
A gem that wraps the Queuemetrics JSON API with Ruby
A cli wrapper for QMK Firmware
Analyze qmail log for save to hash, and parse it to DDL statements
# mdtoc - Markdown Table of Contents Read Markdown files and output a table of contents. ## Installation Requirements: * [Ruby](https://www.ruby-lang.org/en/) (see [.ruby-version](./.ruby-version)) ```bash gem install mdtoc ``` ## Usage ```bash mdtoc --help Usage: mdtoc [options] files or directories... -h, --help Show this message -o, --output PATH Update a table of contents in the file at PATH -a, --[no-]append Append to the --output file if a <!-- mdtoc --> tag isn't found -c, --[no-]create Create the --output file if it does not exist ``` 1. Add a `<!-- mdtoc -->` tag to a Markdown file. ```bash echo '<!-- mdtoc -->' >> README.md ``` 2. Run `mdtoc` and specify input files or directories (eg. the "test/samples" directory) and an output file (eg. "README.md"). ```bash mdtoc -aco README.md test/samples ``` ## Example Rakefile Create a `Rakefile` with the contents below, then run [`rake`](https://github.com/ruby/rake) to: * `git pull` * `git add` any `*.md` files * Run `mdtoc` to update the generated table of contents in the ./README.md file * Git commit and push any changes ```ruby task default: %w[mdtoc] desc 'Update Markdown table of contents and push changes to the git repository' task :mdtoc do command = <<~CMD set -e if [ -n "$(git diff --name-only --diff-filter=U)" ]; then echo 'Error: conflicts exist' >&2 exit 1 fi mdtoc --append --create --output README.md docs/ git add *.md **/*.md git commit -qm 'Update TOC' || true git pull git push CMD sh command, verbose: false do |ok, status| unless ok fail "Failed with status: #{status.exitstatus}" end end end ``` See [andornaut/til](https://github.com/andornaut/til/blob/master/Rakefile) for an example. ## Development ### Setup Requirements: * [Bundler](https://bundler.io/) * [chruby](https://github.com/postmodern/chruby) (recommended) ```bash # Setup development environment bin/setup ``` ### Tasks ```bash # List rake tasks rake -T rake build # Build gem into the pkg directory rake default # Run the build, rubocop, sorbet and test tasks rake install # Build and install gem into system gems rake rubocop # Run RuboCop rake sorbet # Run the Sorbet type checker rake test # Run tests # Run mdtoc with test inputs ruby -Ilib bin/mdtoc test/samples # Run mdtoc with test inputs, and write to a newly created output file f=$(mktemp) && ruby -Ilib bin/mdtoc -aco ${f} test/samples ; cat ${f} ``` ### Publishing 1. Bump version in `lib/mdtoc/version.rb` 2. Run `bundle install` to update `Gemfile.lock` 3. Commit the changes 4. Run `rake release` to publish the gem to RubyGems, create the git tag, and push
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.