updated 16 pages

This commit is contained in:
nbats 2025-08-12 04:44:42 -07:00 committed by GitHub
parent 7500ca4218
commit 8a10c3d49d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 67 additions and 34 deletions

View file

@ -329,7 +329,7 @@
* [OhMyPosh](https://ohmyposh.dev/) - Terminal Theme Engines
* [Lip Gloss](https://github.com/charmbracelet/lipgloss) - Style Definitions for Terminal Layouts
* [sshx](https://sshx.io/) - Share Terminal Screen / [GitHub](https://github.com/ekzhang/sshx)
* [cURL](https://curl.se/) - Transfer Data with URLs / [Converter](https://curlconverter.com/) / [IP Lookup](http://ifconfig.me/)
* [cURL](https://curl.se/) - Transfer Data with URLs / [Converter](https://curlconverter.com/) / [IP Lookup](http://ifconfig.me/) / [Recipes](https://catonmat.net/cookbooks/curl)
* [ripgrep](https://github.com/BurntSushi/ripgrep) or [Sift](https://sift-tool.org/) - `grep` Alternatives
* [Edbrowse](https://edbrowse.org/) - Command Line Editor / Browser / Mail Client
* [Command Not Found](https://command-not-found.com/) - Install Missing Commands
@ -653,7 +653,7 @@
* [RoslynPad](https://roslynpad.net/) - C# Editor
* [RoslynQuoter](https://roslynquoter.azurewebsites.net/) - C# Syntax Tree API Viewer
* [The Algorithms - C++](https://thealgorithms.github.io/C-Plus-Plus) - C++ Algorithms
* [cpp.sh](https://cpp.sh/) - Online C++ Compiler
* [C++ Insights](https://cppinsights.io/) or [cpp.sh](https://cpp.sh/) - Online C++ Compiler / Explorers
* [CP-Algorithms](https://cp-algorithms.com/) - C++ Algorithms
* [cppreference](https://en.cppreference.com/w/) - C++ Cheat Sheets