From 48456ee6fc3d377f62db828c49737d9a2e99b25f Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Sat, 8 Jul 2023 10:33:11 -0700 Subject: [PATCH] Update DEVTools.md --- DEVTools.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DEVTools.md b/DEVTools.md index 00e1dcc37..67c580bda 100644 --- a/DEVTools.md +++ b/DEVTools.md @@ -66,6 +66,7 @@ * [HowIStart Go](https://howistart.org/posts/go/1/) - Go Setup Guide * [Rust Learning](https://github.com/ctjhoa/rust-learning) - Rust Learning Resources * [The Rust Programming Language](https://doc.rust-lang.org/stable/book/) - Rust Programming Guidebook +* [Rustlings](https://rustlings.cool/) - Rust Learning Exercises * [min-sized-rust](https://github.com/johnthagen/min-sized-rust) - How-to Reduce Rust Binary Size * [Regex Hub](https://projects.lukehaas.me/regexhub/) or [IHateRegex](https://ihateregex.io/) - Regex Cheat Sheets * [Simple Regex](https://simple-regex.com/), [learn-regex](https://github.com/ziishaned/learn-regex), [ReFrF](https://refrf.dev/), [Regex.info](http://regex.info/), [ReGexOne](https://regexone.com/), [RegExr](https://regexr.com/) or [RegexLearn](https://regexlearn.com/) - Learn Regex @@ -1104,6 +1105,7 @@ * [CarlosAG](https://www.carlosag.net/) - Coding Tools * [CodePad](http://codepad.org/) or [CodeChef](https://www.codechef.com/ide) - Online Compilers * [Decompiler](https://www.decompiler.com/) - Online Decompiler +* [Disasm](https://disasm.pro/) - Online Assembler and Disassembler * [core-plot](https://github.com/core-plot/core-plot) - Core Plot Source Code / Apps * [awesome-livecoding](https://github.com/toplap/awesome-livecoding) - Livecoding Resources * [tuc](https://github.com/riquito/tuc) - Improved Code Cut