Update DEVTools.md
This commit is contained in:
parent
a738269db0
commit
7ccb807337
@ -67,7 +67,7 @@
|
|||||||
* [Curated Programming Resources](https://github.com/Michael0x2a/curated-programming-resources) - Programming Courses
|
* [Curated Programming Resources](https://github.com/Michael0x2a/curated-programming-resources) - Programming Courses
|
||||||
* [Stack Exchange](https://stackexchange.com/) - Programming Q&A / [App](https://play.google.com/store/apps/details?id=me.tylerbwong.stack)
|
* [Stack Exchange](https://stackexchange.com/) - Programming Q&A / [App](https://play.google.com/store/apps/details?id=me.tylerbwong.stack)
|
||||||
* [Learn X in Y minutes](https://learnxinyminutes.com/), [2](https://github.com/adambard/learnxinyminutes-docs) - Programming Language Rundowns
|
* [Learn X in Y minutes](https://learnxinyminutes.com/), [2](https://github.com/adambard/learnxinyminutes-docs) - Programming Language Rundowns
|
||||||
* [HEAD](https://htmlhead.dev/) - HTML head Element Guide
|
* [HEAD](https://htmlhead.dev/) - HTML `<head>` Element Guide
|
||||||
* [Typing.io](https://typing.io/) - Typing Practice for Programmers
|
* [Typing.io](https://typing.io/) - Typing Practice for Programmers
|
||||||
* [Karel The Robot](https://github.com/fredoverflow/karel) - Basic Programming Teaching Environment
|
* [Karel The Robot](https://github.com/fredoverflow/karel) - Basic Programming Teaching Environment
|
||||||
* [Project Based Learning](https://github.com/practical-tutorials/project-based-learning) - Collection of Project-Based Tutorials
|
* [Project Based Learning](https://github.com/practical-tutorials/project-based-learning) - Collection of Project-Based Tutorials
|
||||||
@ -754,7 +754,7 @@
|
|||||||
* [Codux](https://www.codux.com/) - Visual IDE for React
|
* [Codux](https://www.codux.com/) - Visual IDE for React
|
||||||
* [React95](https://react95.io/) - Windows 95 React Components
|
* [React95](https://react95.io/) - Windows 95 React Components
|
||||||
* [React SVG](https://react-svgr.com/playground/) - Convert SVG to React Components
|
* [React SVG](https://react-svgr.com/playground/) - Convert SVG to React Components
|
||||||
* [Zorm](https://github.com/esamattis/react-zorm) - Type-safe form for React
|
* [Zorm](https://github.com/esamattis/react-zorm) - Type-safe `<form>` for React
|
||||||
* [Million](https://github.com/aidenybai/million) - React Replacement
|
* [Million](https://github.com/aidenybai/million) - React Replacement
|
||||||
* [novu](https://novu.co/) - Real-Time React Notifications / [GitHub](https://github.com/novuhq/novu)
|
* [novu](https://novu.co/) - Real-Time React Notifications / [GitHub](https://github.com/novuhq/novu)
|
||||||
* [React Use](https://github.com/streamich/react-use) - React Hooks
|
* [React Use](https://github.com/streamich/react-use) - React Hooks
|
||||||
@ -1146,6 +1146,7 @@
|
|||||||
* [Beautifier](https://beautifier.io/) - JavaScript Beautifier
|
* [Beautifier](https://beautifier.io/) - JavaScript Beautifier
|
||||||
* [UglifyJS](https://skalman.github.io/UglifyJS-online/) or [JavaScript Compressor](https://javascriptcompressor.com/) - JavaScript Minifier
|
* [UglifyJS](https://skalman.github.io/UglifyJS-online/) or [JavaScript Compressor](https://javascriptcompressor.com/) - JavaScript Minifier
|
||||||
* [bytecode-viewer](https://github.com/Konloch/bytecode-viewer), [JDec](https://jdec.app/), [jd-gui](https://github.com/java-decompiler/jd-gui), [Krakatau](https://github.com/Storyyeller/Krakatau), [Luyten](https://github.com/deathmarine/Luyten) or [Fernflower](https://github.com/fesh0r/fernflower) - Java Decompilers
|
* [bytecode-viewer](https://github.com/Konloch/bytecode-viewer), [JDec](https://jdec.app/), [jd-gui](https://github.com/java-decompiler/jd-gui), [Krakatau](https://github.com/Storyyeller/Krakatau), [Luyten](https://github.com/deathmarine/Luyten) or [Fernflower](https://github.com/fesh0r/fernflower) - Java Decompilers
|
||||||
|
* [JEnv For Windows](https://github.com/FelixSelter/JEnv-for-Windows) - Change Java Version
|
||||||
* [Obfuscator](https://obfuscator.io/) - JavaScript Obfuscator
|
* [Obfuscator](https://obfuscator.io/) - JavaScript Obfuscator
|
||||||
* [anime.js](https://animejs.com/) - JavaScript Animation Library / [GitHub](https://github.com/juliangarnier/anime/)
|
* [anime.js](https://animejs.com/) - JavaScript Animation Library / [GitHub](https://github.com/juliangarnier/anime/)
|
||||||
* [randomcolor](https://randomcolor.lllllllllllllllll.com/) - Random Javascript Color Generator
|
* [randomcolor](https://randomcolor.lllllllllllllllll.com/) - Random Javascript Color Generator
|
||||||
@ -1162,7 +1163,7 @@
|
|||||||
* [JSON Bin](https://jsonbin.io/) - JSON Host
|
* [JSON Bin](https://jsonbin.io/) - JSON Host
|
||||||
* [Countries](https://github.com/mledoze/countries) - World Countries in JSON, CSV, XML & YAML
|
* [Countries](https://github.com/mledoze/countries) - World Countries in JSON, CSV, XML & YAML
|
||||||
* [PlantText](https://www.planttext.com/) - UML Editor
|
* [PlantText](https://www.planttext.com/) - UML Editor
|
||||||
* [glogg](https://glogg.bonnefon.org/) - Log File Explorer
|
* [glogg](https://glogg.bonnefon.org/) or [Log Parser Lizard](https://lizard-labs.com/log_parser_lizard.aspx) - Log Analyzation Utilities
|
||||||
* [Code::Stats](https://codestats.net/) or [Wakatime](https://wakatime.com/) - Programmer Stat Tracking
|
* [Code::Stats](https://codestats.net/) or [Wakatime](https://wakatime.com/) - Programmer Stat Tracking
|
||||||
* [oq](https://github.com/Blacksmoke16/oq) - Programming Language Processor
|
* [oq](https://github.com/Blacksmoke16/oq) - Programming Language Processor
|
||||||
* [Tables Generator](https://www.tablesgenerator.com/) - Generates Tables in Various Languages
|
* [Tables Generator](https://www.tablesgenerator.com/) - Generates Tables in Various Languages
|
||||||
|
Loading…
Reference in New Issue
Block a user