Data mining helpers and utilities for Node JS.
A set of political data-mining tools wrapped in a handy CLI (pronounced pol-sly)
Hardhat Network Helpers is a plugin that provides a set of utility functions to interact with locally simulated networks.
Run commands concurrently
Official Binance Mining Connector - A lightweight library that provides a convenient interface to Binance's Mining REST API.
Utilities for ESLint plugins.
Tool for transforming styles with JS plugins
Liquidity mining math
A modern CSS parser and stringifier with TypeScript support
A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding.
Detect if the current environment is a CI server
Get details about the current Continuous Integration environment
Autonomous desktop AI agent — 22 tools, multi-provider LLM, self-learning skills, sub-agent parallelism, mistake memory. Runs locally with OpenAI, Anthropic, DeepSeek, Ollama or any OpenAI-compatible API.
Module federation runtime package collection. You can just install it instead of installing all the packages separately.
Node.js native addon build tool
An API documentation generator for JavaScript.
Utilities for ESLint plugins.
A set of utils for faster development of GraphQL tools
Chance - Utility library to generate anything random
A service worker helper library to route request URLs to handlers.
Data Science dictionary for cspell. -- Private until verified
This library takes a Response object and determines whether it's cacheable based on a specific configuration.
This library allows developers to opt-in to using Navigation Preload in their service worker.
This module is used by a number of the other Workbox modules to share common code.
Parse Input is a library that aids in parsing generic input with Ruby. This isn't intended to be a full-blown parser, but instead a chain-saw tool for data mining arbitrary inputs quickly and easily.
Ruby Maat is a command line tool used to mine and analyze data from version-control systems (VCS). This is a Ruby port of the original Clojure Code Maat.
A CLI (as in Command Line Interface) to delete your tweets based on faves, RTs, and time. There are some services out there with a friendly web interface, but this is not one of them. You must know the basics of working with a UNIX terminal and configuring a Twitter API app, as this will only work if you have a Twitter Developer account. Due to the irrevocable nature of tweet deletion, all delete commands are dry-run true, meaning you must call all of them with a --dry-run=false flag if you want them to really do something. Called with --dry-run=false, there is no way to revoke tweet deletion. They are just gone, disappeared into the ether (or the stashed in the Twitter-owned secret place you have no access to without a mandate since nothing gets really deleted from the web these days, folks). This tool won't delete all of your tweets in one fell swoop; it is more of a way to delete your old tweets from time to time. The Twitter API rate limits are relatively complicated, and I don't even wanna go there, but if you do intend on deleting all of your tweets, you can do it with this CLI and some perseverance. I did delete more than 100k of mine by using this script every day for a couple of weeks. The more tweets you delete, the fewer of them you have, and with time the rate limits won't be that much of a problem. I Delete My Tweets (IDMT) can delete your tweets by fetching them via API using an APP you will have to set up yourself. Still, it can also delete tweets from an CSV (comma-separated file) that you can generate from the archive you can request from twitter.com by going to Settings and privacy > Your Account > Download an archive of your data. It is out of the scope of this CLI to generate the CSV (at the moment) but there are scripts out there that can do this for you.