Development
Extract and parse documentation from JavaScript/TypeScript, Python, and Java source code
docstring-extractorNetwork
Query DNS records and domain resolution information including A, AAAA, MX, TXT, NS, and CNAME records
dns-queryDevelopment
Convert a cURL command into a JavaScript axios code snippet with config object, headers, and data
curl-to-js-axiosDevelopment
Convert a cURL command into a JavaScript fetch() code snippet with headers, body, and method
curl-to-js-fetchDevelopment
Convert a cURL command into a PHP cURL code snippet with curl_setopt, headers, and post fields
curl-to-phpDevelopment
Convert a cURL command into a Python requests code snippet with headers, data, and method
curl-to-pythonDevelopment
Convert files into Data URIs (Base64 or percent-encoded) for inlining images, fonts, and assets directly into HTML, CSS, or Markdown
data-uri-generatorDevelopment
Compare two database schemas and generate migration-oriented change reports
database-schema-diffDevelopment
Generate SQL backup scripts for database tables
database-backup-generatorDevelopment
Generate SQL migration scripts for database schema changes
database-migration-generatorDevelopment
Extract domain names from URLs. Supports various extraction options including subdomains and path analysis.
domain-extractorDevelopment
Compare JSON, YAML, TOML, and dotenv configurations by key path while ignoring ordering and formatting noise.
config-file-semantic-diff