Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [Mockium](https://softwium.com/mockium/) - Create test data
- [NGINXConfig](https://www.digitalocean.com/community/tools/nginx) - The easiest way to configure a performant, secure, and stable NGINX server.
- [Pictera](https://pictera.co) - Generate beautiful Open Graph images with no design skills required.
- [QR Code Generator](https://superhubutils.netlify.app/dev/qr-code-generator) - Generate QR codes for URLs, Wi-Fi, or text and download as PNG. Runs client-side.
- [UUID Generator](https://freedevtool.org/uuid-generator) - Generate UUID v1, v4, v5, or v7 (RFC 9562) in browser. Bulk generation up to 1,000. Uses Web Crypto CSPRNG.

### Image
Expand Down Expand Up @@ -119,6 +120,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [AST Explorer](http://astexplorer.net/) - Parse JS to an explorable AST tree via acorn, babel, babylon, espree, esprima, recast, shift, and typescript.
- [Babel REPL](https://babeljs.io/en/repl) - The compiler for next generation JavaScript
- [Compiler Explorer](https://godbolt.org) - Run compilers interactively from your web browser and interact with the assembly
- [CSV to JSON](https://superhubutils.netlify.app/dev/csv-to-json) - Convert CSV tables into clean JSON arrays locally in the browser.
- [EpochPilot](https://epochpilot.com) - Convert Unix timestamps, compare timezones, and parse cron expressions. 100% client-side.
- [fixmyjs](http://goatslacker.github.io/fixmyjs.com/) - Automatically fix your JS, driven by JSHint.
- [JavaScript Deobfuscator](https://deobfuscate.io) - A simple but powerful deobfuscator to remove common JavaScript obfuscation techniques.
Expand Down
Loading