A lean, dependency-free URL status checker library
Extremely fast domain status checker library using DoH, RDAP and WHOIS API.
Simple HTTP status checker w/ timeout
A Minecraft server status checker
uCoz server status checker.
A robust status checker for FiveM servers and web endpoints.
Runs typescript type checker and linter on separate process.
Network Status Checker for Browser Client
Runtime library to validate data against TypeScript interfaces
Simple application status checker.
Nodejs live status checker for JustinTV, Own3d, Regame, etc.
A terminal-based website status checker
HTTP status checker used in conjunction with AWS ELB to overcome 1 endpoint check limit
Extremely fast domain status checker library using DoH, RDAP and WHOIS API.
A typescript type checker plugin to be used in Stryker, the JavaScript mutation testing framework
Runs typescript type checker and linter on separate process.
Webpack plugin that warns you when multiple versions of the same package exist in a build.
Ember CLI addon for detecting missing npm and bower dependencies before executing ember commands
Check license info for a package
Webpack plugin that warns you when multiple versions of the same package exist in a build.
.md link reader and HTTP status checker for these links.
<p> <a href="https://www.npmjs.com/package/vue-component-meta"><img src="https://img.shields.io/npm/v/vue-component-meta.svg?labelColor=18181B&color=1584FC" alt="NPM version"></a> <a href="https://github.com/vuejs/language-tools/blob/master/LICENSE"><
a notifier for users of fork-ts-checker-webpack-plugin
MCP server providing web tools: DNS lookup, WHOIS, SSL checker, HTTP status checker. Uses only public APIs and standard network tools. No scraping.
Easily Checking http status with Multi-threaded
It checks http status of domain and send email if it's not 200.
A simple flight status checker
MineStat polls Minecraft server data such as version, motd, current players, and max players.
isup is a command line utility to check if a site is up or down. Type 'isup -h' to see the help page.
Check status of a gitrepo compared to upstream and other source urls
Sonic is a Rails engine which provides a status page for your applications services, along with a number of tools to periodically check those services.
linksta - The ultimate URL status checker for your website!!
Small utility who checks HTTP status of websites, and store the results in Redis.
USCIS Status Checker
middlecoin is a parser/status checker for middlecoin.com
# 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.