FMHYedit/DEVTools.md
2021-10-29 04:27:48 -07:00

539 lines
45 KiB
Markdown

***
***
**[◄◄ Back to Wiki Index](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/index)**
***
***
**[Table of Contents](https://imgur.com/a/8jGn0ca)** - *For mobile users*
***
***
# ► Learning / Cheat Sheets
* **[The Odin Project](https://www.theodinproject.com/)** - *Web Dev Tutorials / Courses*
* **[O'Reilly](https://www.oreilly.com/)** - *Tech / Programming / Courses / Infinite trial by clearing cookies & making new account*
* **[freeCodeCamp](https://www.freecodecamp.org/)** - *Programming / Courses / Interactive*
* **[Programming Book Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25B7_programming_sites)** - *Read / Download Programming Books*
* [Oh My Git!](https://ohmygit.org/), [2](https://ohshitgit.com/) - *Git Learning Game*
* [Developer.Mozilla](https://developer.mozilla.org/) - *Developer Resources*
* [DZone](https://dzone.com/) - *Developer Tutorials*
* [Roadmap](https://roadmap.sh/) - *Developer Roadmaps / Guides*
* [Python Discord](https://pythondiscord.com/resources/) - *Python Learning Resources*
* [30 Days Of Python](https://github.com/Asabeneh/30-Days-Of-Python) - *Python Guide*
* [CodingBat](https://codingbat.com/) - *Python / Java Practice*
* [Java Beginners](https://drive.google.com/drive/folders/1AKga5F6UzHFhvuMPl9zWf6MGxJZfbhac) - *Java Tutorials*
* [Python4Everyone](https://py4e.com/) - *Python Lessons*
* [High Performance Python: The Code](https://github.com/mynameisfiber/high_performance_python) - *Python Lessons*
* [Real Python](https://realpython.com/) - *Python Tutorials*
* [A Practical Introduction to Python](https://www.brianheinold.net/python/python_book.html) - *Python Course*
* [Tea Press](https://greenteapress.com/wp) - *Free Python Learning Books Green*
* [VSCode.one](https://vscode.one/) - *VS Code Tutorials*
* [Aquent Gymnasium](https://thegymnasium.com/) - *Courses*
* [SchoolOfHaskell](https://www.schoolofhaskell.com/) - *Haskell Tutorials*
* [QuickRef.ME](https://quickref.me/) or [Devhints](https://devhints.io/) - *Developer Cheat Sheets*
* [Cheat.sh](https://cheat.sh/) - *Command-Line Cheat Sheet*
* [explainshell.com](https://explainshell.com/) - *Match Command-Line Arguments to Help Text*
* [Programiz](https://www.programiz.com/) - *Programming / Coding Tutorials*
* [GeeksforGeeks](https://www.geeksforgeeks.org/) - *Programming / Coding Tutorials*
* [A-to-Z-Resources-for-Students](https://github.com/dipakkr/A-to-Z-Resources-for-Students) - *Coding Learning Resources*
* [30 Seconds of Code](https://www.30secondsofcode.org/) - *Coding Snippets / Guides*
* [Tuts 4 You](https://forum.tuts4you.com/) - *Coding / Developer Tutorials*
* [PythonTutor](https://pythontutor.com/) - *Coding Tutorials*
* [Awesome Cheatsheets](https://lecoupa.github.io/awesome-cheatsheets/) - *Cheat Sheets / Programming / Frameworks / Dev Tools*
* [Awesome Learn To Code](https://github.com/mike-north/awesome-learn-to-code) - *Resources For Learning To Code*
* [EbookFoundation Interactive Programming Tuts](https://github.com/EbookFoundation/free-programming-books/blob/master/more/free-programming-interactive-tutorials-en.md) - *Interactive Programming Tutorials*
* [Exercism](https://exercism.org/) - *Programming Lessons*
* [Nayuki](https://www.nayuki.io/) - *Programming Tutorials*
* [Hackr.io](https://hackr.io/) - *Programing Tutorials*
* [Phrozen](https://www.phrozen.io/) - *Programming Guides*
* [Use My Notes](https://usemynotes.com/) - *Programming Tutorials*
* [build-your-own-x](https://github.com/danistefanovic/build-your-own-x) - *Programming Tutorials*
* [Ultimate Programming](https://www.codebreakthrough.com/ultimate-programming-all-in-one-tutorials?coupon=LEARNFORFREE) - *Programming Tutorials*
* [FCS](https://freecoursesite.com/) - *Programing Tutorials*
* [w3schools](https://www.w3schools.com/) - *Programing Tutorials*
* [Learn to Program](https://github.com/karlhorky/learn-to-program) - *Programming Courses*
* [HelloWorldCollection](http://helloworldcollection.de/) - *Hello World Programming Collection*
* [VisualGo](https://visualgo.net/) - *Data Structures & Algorithm Animations*
* [HTMLDog](https://htmldog.com/) - *HTML / CSS / JavaScript Tutorials*
* [Learn to Code HTML & CSS](https://learn.shayhowe.com/) - *HTML & CSS Tutorials*
* [VIM Adventures](https://vim-adventures.com/) - *VIM Learning Game*
* [Learn C](https://www.learn-c.org/) - *C Tutorial*
* [HowIStart C++](https://howistart.org/posts/cpp/1/) - *C++ Setup Guide*
* [The Algorithms - C++](https://github.com/TheAlgorithms/C-Plus-Plus) - *C++ Algorithm Collection*
* [Quick-R](https://www.statmethods.net/index.html) - *R Tutorials*
* [Advanced R](https://adv-r.hadley.nz/) - *R Guide / [Solutions](https://advanced-r-solutions.rbind.io/)*
* [R Packages](https://r-pkgs.org/) - *R Packages Guide*
* [R for Data Science](https://r4ds.had.co.nz/) - *R Data Science Guide*
* [ggplot2: Elegant Graphics for Data Analysis](https://ggplot2-book.org/index.html) - *ggplot2 Guide*
* [RubyMonk](https://rubymonk.com/) - *Ruby Tutorials*
* [Learn to Program](https://pine.fm/LearnToProgram/) - *Ruby Tutorials*
* [GoLang.org](https://golang.org/doc/tutorial/getting-started) - *Go Tutorial*
* [HowIStart Go](https://howistart.org/posts/go/1/) - *Go Setup Guide*
* [The Rust Programming Language](https://doc.rust-lang.org/stable/book/) - *Rust Programming Guidebook*
* [JavaScript.info](https://javascript.info/) - *JavaScript Guide*
* [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) - *Javascript Learning Books*
* [Node.js Best Practices](https://github.com/goldbergyoni/nodebestpractices) - *Node.js Guide / Tips*
* [You-Dont-Need-jQuery](https://github.com/nefe/You-Dont-Need-jQuery) - *Javascript Query Style Events Guide*
* [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript) - *Airbnb JavaScript Guide*
* [Simple Regex](https://simple-regex.com/) - *Regex Tutorial*
* [Codecademy](https://www.codecademy.com/) - *Coding Lessons*
* [CodinGame](https://www.codingame.com/) - *Games to Practice Coding / Programming*
* [Curated Programming Resources](https://github.com/Michael0x2a/curated-programming-resources) - *Programming Courses*
* [Stack Exchange](https://stackexchange.com/) - *Programming Q&A*
* [Learn X in Y minutes](https://learnxinyminutes.com/) - *Programming Language Rundowns*
* [Typing.io](https://typing.io/) - *Typing Practice for Programmers*
* [ReGeX](https://github.com/phikal/ReGeX) - *ReGeX Learning Game / Android*
* [Karel The Robot](https://github.com/fredoverflow/karel) - *Basic Programming Teaching Environment*
* [Katacoda](https://www.katacoda.com/) - *Software Engineer Tutorials*
* [Interview University](https://github.com/jwasham/coding-interview-university) - *Software Engineer Study Guide Coding*
* [Hacksplaining](https://www.hacksplaining.com/) - *Developer Security Lessons*
* [Publish Something Online](https://publishsomething.online/) - *Site Development Guides*
* [LandChad](https://landchad.net/) - *Site Development Guide*
* [Web Dev Courses](https://drive.google.com/drive/folders/17nOoned_J-RzAlCXaHEcEvdQC3LDOCC0) - *Web Development Courses*
* [UI & Web Design using Adobe Illustrator C](https://mega.nz/folder/DihiHYYJ#qwDp56twKmwPdDMqGR_kLA) - *UI & Webdesign Course*
* [Web Skills](https://andreasbm.github.io/web-skills/) - *Web Development Guides*
* [WeCreators](https://www.wecreators.co/creators-tools) - *Site Development / Influencer Courses*
* [How-to Host Questionable Websites](https://weboas.is/media/host.png) - *Guide / [PDF](https://weboas.is/media/host.pdf)*
* [Learn Git Branching](https://learngitbranching.js.org/) - *Interactive Git Branching Guide*
* [Learn SQL](https://sqlbolt.com/) or [Top Database Bundle](https://drive.google.com/drive/folders/1rxntNcqQPQPOeIfzE0YL4NEtUncUsrJJ) - *SQL Lessons*
* [PostgreSQL Tutorial](https://www.postgresqltutorial.com/) - *PostgreSQL Tutorial*
* [MySQL Tutorial](https://www.mysqltutorial.org/) - *MySQL Tutorial*
* [MongoDB Beginners Guide](https://mega.nz/folder/F5QwxJQa#ruNhz08Cl599MChOBbQeGA) - *MongoDB Tutorials*
* [LearnCSSGrid](http://learncssgrid.com/) - *CSS Grid Guide*
* Comic Lessons - [DNS](https://howdns.works/) / [DNSSEC](https://howdnssec.works/) / [HTTPS](https://howhttps.works/)
* [Discord.js Guide](https://discordjs.guide/) - *Discord.js Bot Guide*
* [vcokltfre](https://vcokltfre.dev/) - *Discord.py Bot Guide*
***
# ► Developer Tools
* **[List.community](https://list.community/)** - *Programming / Development GitHub Lists*
* [free-for.dev](https://free-for.dev/) - *Developer Tools*
* [WebdevHome](https://webdevhome.github.io/), [Free Dev stuff](https://freestuff.dev/) or [Tiny Tools](https://tinytools.directory/) - *Programming / Developer Tools*
* [ReverseEagle](https://forge.tedomum.net/groups/ReverseEagle/-/archived), [2](https://web.archive.org/web/20210116205638/https://developers.reverseeagle.org/) - *Privacy Focused Developer Software*
* [Open Source Alternatives](https://www.btw.so/open-source-alternatives) - *Open Source Development Software*
* [Student Developer Pack](https://education.github.com/pack) - *Free Developer Tools for Students*
* [Libera Chat](https://libera.chat/) - *IRC Network for Project Collaboration*
* [CodeProject](https://www.codeproject.com/), [DEV Community](https://dev.to/) or [Blind](https://www.teamblind.com/) - *Developer Forum*
* [The Devs Network](https://thedevs.network/) - *Developer Chat*
* [daily.dev](https://daily.dev/) - *Replace New Tab Page with Developer Articles*
* [Laws of UX](https://lawsofux.com/) - *Maxims / Principles for UI Designers*
* [UI Coach](https://uicoach.io/) - *UI Design Challenge Generator*
* [Responsively](https://responsively.app/) - *Responsive Dev Design Tool*
* [ReadMeTemplate](https://github.com/roshanlam/ReadMeTemplate) - *README Template*
* [codex-readme](https://github.com/tom-doerr/codex-readme) - *Generate README with AI*
* [ChooseALicense](https://choosealicense.com/) - *List of Open Source License's & Help Choosing Them*
* [MKLicense](https://github.com/cezaraugusto/mklicense) - *License Generation CLI*
* [Console](https://console.substack.com/) - *Subscribe to a List of Open Source Projects*
* [RapidAPI](https://rapidapi.com/) - *API Platform*
* [Pipedream](https://pipedream.com/) - *Connect APIs / [Tutorial](https://gist.github.com/ItsRauf/48f252c931ac394b1395312b61b8e35b)*
* [Perspective API](https://www.perspectiveapi.com/) - *Toxicity Reduction API*
* [Webhook.site](https://webhook.site/) - *Webhook Tool*
* [WebSequenceDiagrams](https://www.websequencediagrams.com/) - *Draw Sequence Diagrams*
* [ASCII Flow](https://asciiflow.com/) - *Draw ASCII Diagrams*
* [MinIO](https://min.io/) - *Cloud Native Object Storage*
* [Thanos](https://thanos.io/) - *Open Source Prometheus Setup / [GitHub](https://github.com/thanos-io/thanos)*
* [Ainize](https://ainize.ai/) - *Launchpad for open-source AI projects*
* [DBeaver](https://dbeaver.io/) - *Universal Database Tool*
* [Awesome Big Data](https://github.com/0xnr/awesome-bigdata) - *Big Data Resource Index*
* [DoIt](https://github.com/dolthub/dolt) - *SQL Database*
* [Libraries.io](https://libraries.io/) - *Package, Framework & Tool Search*
* [Deps.dev](https://deps.dev/) - *Open-Source Package Search*
* [WebInstall](https://webinstall.dev/) - *Easily Install Dev Packages*
* [Balena](https://www.balena.io/) - *Build / Manage IoT Groups*
* [Awesome Bug Bounty](https://github.com/djadmin/awesome-bug-bounty) - *Bug Bounty Resources*
* [Awesome CTF](https://github.com/apsdehal/awesome-ctf) - *CTF Resources*
* [API List](https://apilist.fun/), [APIs.io](https://www.apis.io/) or [Public APIs](https://github.com/public-apis/public-apis) / [2](https://www.public-apis.ml/) - *API index*
* [Awesome Microservices](https://github.com/mfornos/awesome-microservices) - *Microservice Architecture Resource Index*
* [Libre Logos](https://github.com/enjeck/libre-logos) - *Free Logos for Projects*
* [Cumcord](https://cumcord.com/) - *Discord Developer Client Mod / [Discord](https://discord.gg/kkmM5U7YAt)*
* [Discord Developer Portal](https://discord.com/developers/docs/topics/community-resources) - *Integrate Services with Discord*
* [CodeBlockLang](https://hastebin.com/usofubagoh.ts) - *Discord Code Blocks*
* [Discord4J](https://discord4j.com/) or [Diskord](https://diskord-dev.github.io/) / [GitHub](https://github.com/diskord-dev/diskord) - *Discord API Wrapper*
* [Discord-panel](https://github.com/Notavone/discord-panel) - *Discord Bot Server Manager*
* [Javacord](https://javacord.org/) - *Discord Bot Creation Library*
* [Pylon](https://pylon.bot/) - *Discord Bot Builder*
* [Sleepy Discord](https://github.com/yourWaifu/sleepy-discord) - *C++ Library for Discord*
* [reddit-moderator-toolbox](https://github.com/toolbox-team/reddit-moderator-toolbox) - *Toolbox for Reddit Extension Development*
* [XunLei](https://www.xunlei.com/) - *Shared Computing / Blockchain*
* [PlacesToPostYourStartup](https://www.placestopostyourstartup.com/) - *Sites to Post Your Startup*
***
## ▷ Site Development
* **[Free Webhosting Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_free_webhosting_sites)** - *Host Sites for Free*
* [Website Planet Tools](https://www.websiteplanet.com/webtools/) - *Site Development Tools*
* [Uncensorable Publishing](https://uncensorablepublishing.com/) - *Create Hard to Censor Sites*
* [design-resources-for-developers](https://github.com/bradtraversy/design-resources-for-developers), [Freebies.ByPeople](http://freebies.bypeople.com/), [HiddenTools](https://hiddentools.dev/), [psddd](https://psddd.co/) or [Freebiesbug](http://freebiesbug.com/) - *Web Design Resources*
* [webdev](https://www.reddit.com/user/Romaixn/m/webdev/) - *Web Developer Multireddit*
* [xWebTools](https://www.xwebtools.com/) - *Web Developer Tools*
* [CuratedSEOTools](https://github.com/sneg55/curatedseotools), [BulkLink](http://bulklink.org/) or [SEO Tools](https://99webtools.com/) - *Search Engine Optimization Tools*
* [Charles 3](https://www.charlesproxy.com/download/previous-release/) - *Web Debugging Proxy App*
* [Geekflare Tools](https://gf.dev/toolbox) - *Site Testing Tools*
* [httpbin](https://httpbin.org/) - *HTTP Request & Response Service*
* [RemoteMySQL](https://www.remotemysql.com/) - *Remote MySQL Database*
* [DB4Free](https://db4free.net/) - *MySQL Testing*
* [Spiderfoot](https://www.spiderfoot.net/) - *Automate OSINT*
* [Alexa Site Info](https://www.alexa.com/siteinfo) - *Site Traffic Stats / Analysis*
* [Resolve.rs Tools](https://resolve.rs/tools.html), [Webrate](https://webrate.org/), [Website.informer](https://website.informer.com/), [IPV4Info](http://ipv4info.com/), [Network Tools](https://network-tools.com/) or [WebsiteScoop](https://websitescoop.com/) - *Domain Info / IP Tools*
* [Namechk](https://namechk.com/), [NameCheckr](https://www.namecheckr.com/), [Username Checker](https://checkuser.org/), [CheckUserNames](https://checkusernames.com/), [NameCheckup](https://namecheckup.com/) or [IUS](https://instantusername.com/) - *Username Availability Check*
* [Pyfunceble](https://pyfunceble.github.io/#/), [Host.io](https://host.io/), [Whois.com](https://www.whois.com/), [DomComp](https://www.domcomp.com/) or [Domainr](https://domainr.com/) - *Domain Availability Check*
* [UseMe](https://useme.org/) - *Ping Website*
* [Responsivize](https://virejdasani.github.io/Responsivize/) - *Website Responsiveness Test*
* [Front-End Checklist](https://github.com/thedaviddias/Front-End-Checklist) - *Front-End Checklist*
* [Flounder](https://flounder.online/) - *Gemini Website Builder / [GitHub](https://github.com/alexwennerberg/flounder)*
* [GoHugo](https://gohugo.io/) or [8b](https://8b.com/) - *Website Creator*
* [ProjectVisBug](https://github.com/GoogleChromeLabs/ProjectVisBug) - *Webpage Editor*
* [Plunker](https://plnkr.co/) - *Prototype / Test Websites Ideas*
* [Temper](https://temper.one/) - *Simple HTML Site Creator*
* [Brython](https://brython.info/) - *Python 3 Web Scripting Language*
* [Jamstack Generators](https://jamstack.org/generators/) - *Static Site Generators*
* [Sketch2Code](https://sketch2code.azurewebsites.net/) - *Convert Hand-Drawn Designs into HTML*
* [Straw.Page](https://straw.page/) - *Simple Site Creator*
* [LocalXpose](https://localxpose.io/) - *Reverse Proxy*
* [Bootstrap](https://bootstrapmade.com/) or [TheMeWagon](https://themewagon.com/) - *Website Templates & Themes*
* [Elements Envato](https://qltien.com/elements/getcode/babiato.html) or [PsdRepo](https://psdrepo.com/) - *Templates, Mockups, Logos, Video*
* [Uisual](https://uisual.com/) - *Landing Page Templates*
* [Canva](https://www.canva.com/) or [PikBest](https://pikbest.com/) - *Design Templates / [Premium Apk](https://forum.mobilism.org/search.php?keywords=Canva+&sr=topics&sf=titleonly)*
* [Boilerplate](https://github.com/h5bp/html5-boilerplate) - *Website Frontend Template HTML5*
* [HTML5 Temp](https://rentry.co/HTML5Temp) - *HTML5 Templates & Themes*
* [CSS Bed](https://www.cssbed.com/) - *CSS Themes*
* [GalleryProject](http://galleryproject.org/) - *Manage / Host Photos on Website*
* [PublishThisEmail](https://www.publishthis.email/) - *Email Based Website Builder*
* [Mobile-Friendly](https://search.google.com/test/mobile-friendly) - *Mobile Friendly Page Test*
* [RealFaviconGenerator](https://realfavicongenerator.net/) - *Website Favicon Generator*
* [hlsflow](https://github.com/hlsflow/hlsflow) - *Host Video in HLS Stream*
* [WebDesigner](https://webdesigner.withgoogle.com/), [Theatre.js](https://www.theatrejs.com/) / [GitHub](https://github.com/AriaMinaei/theatre) or [Animate.css](https://animate.style/) - *Create Interactive Motion Graphics*
* [Vidlery](http://vidlery.com/) - *Animated Webpage Background*
* [MapBox](https://www.mapbox.com/) - *Live Maps, Location Search & More*
* [Kontactr](https://kontactr.com/) or [Formsend](https://formsend.org/) - *Form Builder*
* [Penetration-Testing](https://github.com/wtsxDev/Penetration-Testing)- *Penetration Testing Resources*
* [Can I Use?](https://caniuse.com/) - *Browser Support Tables*
* [Archive / Scrape / Crawl Webpages](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_web_scraping_.2F_archiving_tools) - *Archive, Scrape & Crawl Sites*
* [Clone Zone](http://clonezone.link/) - *Tweak / Clone Webpages*
* [Appwrite](https://appwrite.io/) - *Open-Source Backend Server / [GitHub](https://github.com/appwrite/appwrite)*
* [squid](http://www.squid-cache.org/) - *Caching Proxy / [MSI Installer](http://squid.diladele.com/) / [Site Blocking](http://www.thedumbterminal.co.uk/posts/2005/10/blocking_access_to_sites_when_using_squid.html)*
* [RandomAPI](https://randomapi.com/) - *Generate Fake Data for Populating Mockups*
* [Booster](https://booster.js.org/) - *Website Performance / Speed Optimizer*
* [Bypass Cloudflare](https://github.com/jychp/cloudflare-bypass) - *Bypass Coudflare Bot Protection*
* [Check for Cloudflare](https://checkforcloudflare.selesti.com/) - *Check Sites for Cloudflare*
* [dnsabr](https://www.dnsabr.com/) - *Free DNS Hosting*
* [LibreCaptcha](https://github.com/librecaptcha/lc-core) or [mCaptcha](https://mcaptcha.org/) - *Captcha Systems*
* [ElasticSearch](https://github.com/elastic/elasticsearch) - *Search & Analytics Engine*
* [Algolia](https://www.algolia.com/) or [FusionBot](https://www.fusionbot.com/) - *Search API*
* [GetButton](https://getbutton.io/) - *Get free 'Message Us' Button for your Site*
* [Error404](https://error404.fun/) - *Free 404 Pages*
* [HandShake](https://handshake.org/) - *Decentralized Certificate Authority & Naming*
* [Let's Encrypt](https://letsencrypt.org/) - *Free TLS Certificates*
* [SSL for Free](https://www.sslforfree.com/) or [ZeroSSL](https://zerossl.com/) - *Free SSL Certificates*
* [Amazon S3](https://aws.amazon.com/s3) - *Cloud Object Storage Amazon Simple Service Storage*
* [QuickEmailVerification](https://quickemailverification.com/), [Email Marker](https://www.emailmarker.com/) or [ZeroBounce](https://www.zerobounce.net/) - *Email Verification Service*
* [Hosts.cx](https://hosts.cx/) - *Website Previews*
* [IP Intelligence](http://getipintel.com/) - *Proxy / VPN / Bad IP Detection*
* [V2Ray](https://www.v2ray.com/) - *Proxy Software / [Android](https://github.com/eycorsican/kitsunebi-android)*
* [ipinfo.io](https://ipinfo.io/) - *IP Data API*
* [DnSpy](https://github.com/dnSpy/dnSpy) - *.NET Debugger And Assembly Editor*
* [Certbot](https://certbot.eff.org/) - *Enable HTTPS Automatically*
* [MachineID](http://www.ionworx.com/machineid.html) - *Hardware Identifier*
* [TrackMyBacklink](https://trackmybacklink.com/) - *Backlink Tracker*
* [Wappalyzer](https://www.wappalyzer.com/) - *Identify Technologies on Websites*
* [Bubble](https://bubble.io/) or [Sktch.io](https://sktch.io/) - *Create Web Apps*
* [PWABuilder](https://www.pwabuilder.com/) - *Turn Site into Progressive Web App*
* [LightHouse](https://github.com/GoogleChrome/lighthouse) - *Web App Performance Test*
* [Form To Chatbot](http://formtochatbot.com/) - *Convert Google Form to Chatbot*
* [Termible](https://termible.io/) - *Docker Powered Site Terminals*
* [Stackbit](https://www.stackbit.com/) - *JamStack Tools*
* [the New Dynamic](https://www.tnd.dev/) - *JamStack Directory*
* [Redux DevTools](http://extension.remotedev.io/) - *Add Redux Debugging to Browser*
* [Vuejs Dev Tools](https://vuejs.org/) - *Add Vuejs Debugging to Browser*
* [Sight](https://github.com/tsenart/sight) - *Syntax Highlighter for Chrome*
* [Website Grader](https://website.grader.com/) - *Website Grading Tool*
* [ngrok](https://ngrok.com/) - *Introspectable Tunnels to Localhost Tools*
* [NConfig](https://www.digitalocean.com/community/tools/nginx) - *NGINX Server Config*
* [Visual CSS Editor](https://chrome.google.com/webstore/detail/visual-css-editor/cibffnhhlfippmhdmdkcfecncoaegdkh) - *WordPress Site Designer*
* [Nulled Scripts](https://www.nullscripts.net/) - *Wordpress & Bulletin Board Scripts*
* [faustjs](https://github.com/wpengine/faustjs) - *Wordpress Framework*
* [Wordpress Themes](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_wordpress_themes) - *Themes for Wordpress*
* [vichan](https://github.com/vichan-devel/vichan) - *Imageboard Software Package*
* [UNIT3D Community Edition](https://github.com/HDInnovations/UNIT3D-Community-Edition) - *Self-Hosted Private Tracker*
***
## ▷ Software Development
* [Electron](https://www.electronjs.org/) - *Desktop App Builder / [Notes](https://github.com/Automattic/simplenote-electron/tree/v2.17.0) / [App Store](https://electron-app-store.ml/) / [Debugger](https://www.electronjs.org/apps/debugtron)*
* [Servo](https://servo.org/) - *Experimental Browser Engine*
* [Gummy](https://gummyjs.vercel.app/) - *Easily Build Javascript Programs*
* [GNUnet](https://gnunet.org/en/) - *Software Framework*
* [Kuker](https://github.com/krasimir/kuker) - *Debug Applications*
* [Radare](https://rada.re/r/) or [Cutter](https://github.com/rizinorg/cutter) - *Reverse Engineering Framework*
* [Read the Docs](https://readthedocs.org/) - *Make Documentation for your Software*
* [Inno Setup](https://jrsoftware.org/isinfo.php) - *Windows Program Installer*
* [Flatpak](https://flatpak.org/) - *Create & Distribute Linux Applications*
* [WTFPL](http://www.wtfpl.net/) or [GPL](http://giant-penis-license.org/) - *Free Software Licenses*
***
## ▷ App Development
* [XDA](https://forum.xda-developers.com/) - *App Development Forum*
* [Docker](https://www.docker.com/) - *Build, Manage & Run Apps in Containers / [Images](https://linuxserver.io/)*
* [Blisk](https://blisk.io/) - *Cross-Device Testing*
* [Booster](https://github.com/didi/booster) - *Mobile App Optimization*
* [Mobbin](https://www.mobbin.design/) - *Mobile App Design Reference Library*
* [Plank](https://launchpad.net/plank) - *Simple Dock / [GitHub](https://github.com/ricotz/plank)*
* [Portainer](https://portainer.io/) - *Build / Manage Docker Containers / [Templates](https://github.com/SelfhostedPro/selfhosted_templates) / [GitHub](https://github.com/portainer/portainer)*
* [MDB GO](https://mdbgo.com/) - *Free App Hosting*
* [Lich](https://github.com/line/lich) - *Android Development Libraries*
* [androidx](https://github.com/androidx/androidx) - *Android Development Environment for Jetpack Extensions*
* [Kodular](https://www.kodular.io/) or [Android Studio](https://developer.android.com/studio/index.html) - *Android App Creator*
* [Python to APK](https://github.com/Spidy20/Python_To_APK) - *Convert Python Code to APK*
* [GoNative](https://gonative.io/) - *Convert Websites to Mobile Apps*
* [Shizuku](https://shizuku.rikka.app/) - *Connect Apps to APIs*
* [MobileApp-Pentest-Cheatsheet](https://github.com/fuzz-security/MobileApp-Pentest-Cheatsheet) - *Mobile App Penetration Test Index*
* [Uiautomator2](https://github.com/openatx/uiautomator2) - *Automated App Testing*
* [PM2](https://pm2.keymetrics.io/) - *Process Manager*
* [React95](https://react95.io/) - *Windows 95 React Components*
* [Redex](https://fbredex.com/) - *Android Bytecode Optimizer*
* [Previewed](https://previewed.app/), [Mockup World](https://www.mockupworld.co/) or [LS Graphics](https://www.ls.graphics/) - *App & Site Mockups*
***
## ▷ Game Development
* [Game Dev Resources](https://www.newgrounds.com/wiki/creator-resources/game-dev-resources) - *Game Development Resources*
* [Godot](https://godotengine.org/), [Defold](https://defold.com/), [OpenXRay](https://github.com/OpenXRay) or [ursina engine](https://www.ursinaengine.org/) - *Game Engine*
* [Playerio](https://playerio.com/) - *Online Game Engine*
* [RPG Playground](https://rpgplayground.com/) - *Simple RPG Creator*
* [Game-Editor](http://game-editor.com/Main_Page) - *Game Creator*
* [Kaboomjs](https://kaboomjs.com/) - *Quickly Make Games with Javascript*
* [GDevelop](https://gdevelop-app.com/) - *HTML5 Game Creator*
* [Phaser](https://phaser.io/) - *Mobile HTML5 Game Framework*
* [PlayCanvas](https://playcanvas.com/) - *Build HTML5 Visualizations / Games*
* [Curlie World Building](https://curlie.org/en/Games/Roleplaying/World_Building) - *World Building Resource Index*
* [UE Viewer](https://www.gildor.org/en/projects/umodel) - *Unreal Engine Model Viewer / [GitHub](https://github.com/gildor2/UEViewer)*
* [Electronic Arts GitHub](https://github.com/electronicarts) - *EA GitHub Repos*
* [Bookshelf](https://github.com/Darkhax-Minecraft/Bookshelf) - *Minecraft Mod Code Support*
* [VEEDI](https://www.veedi.com/) - *Create Game Walkthrough Videos*
* [CraftPix](https://craftpix.net/freebies/), [Kenney](https://www.kenney.nl/), [/r/GameAssets](https://www.reddit.com/r/gameassets/), [UnityAssets4Free](https://unityassets4free.com/) or [GameDevAssets](https://www.gamedevmarket.net/category/3d/?type=free) - *Game Development Assets*
***
## ▷ Markup Languages
* [HTMLDog](https://htmldog.com/) - *HTML / CSS / JavaScript Tutorials*
* [HTML Meta Tags](https://gist.github.com/lancejpollard/1978404) - *List of Common HTML Meta Tags Complete*
* [Minifier](https://www.willpeavy.com/tools/minifier/) - *Minify HTML, CSS & JS Markup HTML Minifier*
* [HTML-Minifier](https://kangax.github.io/html-minifier/) - *HTML Minifier*
* [HTML.com](https://html.com/) - *HTML Guide / Cheat Sheet*
* [HTML Reference](https://htmlreference.io/) - *HTML Guide*
* [HTML Compressor](https://htmlcompressor.com/compressor/)
* [HTML Notepad](https://html-notepad.com/) - *HTML Editor*
* [TryIt HTML](https://www.w3schools.com/html/tryit.asp?filename=tryhtml_intro), [CodeTester](http://codetester.org/), [HTML-Online](https://html-online.com/editor/), [html.cafe](https://html.cafe/) or [jsTester](https://www.cs.iupui.edu/~ajharris/webprog/jsTester.html) - *Online HTML Editors / Testers*
* [HTMLColorCodes](https://htmlcolorcodes.com/) - *HTML Color Codes*
* [Awesome HTML5](https://github.com/diegocard/awesome-html5) - *HTML5 resources*
* [GDevelop](https://gdevelop-app.com/) - *HTML5 Game Creator*
* [Phaser](https://phaser.io/) - *Mobile HTML5 Game Framework*
* [PlayCanvas](https://playcanvas.com/) - *Build HTML5 Visualizations / Games*
* [pup](https://github.com/ericchiang/pup) - *HTML Processing CLI*
* [CSS Protips](https://github.com/AllThingsSmitty/css-protips) or [CSS Reference](https://cssreference.io/) - *CSS Guide*
* [Awesome CSS](https://github.com/awesome-css-group/awesome-css) - *CSS resources*
* [Cssgr](https://cssgr.id/) - *CSS Grid Code Tool*
* [Water.css](https://watercss.kognise.dev/) - *CSS Styles Collection*
* [Leon's CSS](https://leonarnott.neocities.org/ ) - *CSS Text Styles*
* [Hover.CSS](https://ianlunn.github.io/Hover/) - *CSS Hover Effects*
* [MagicPattern](https://www.magicpattern.design/tools/css-backgrounds) - *CSS Background Patterns*
* [Animista](https://animista.net/) - *Tweak / Download CSS Animations*
* [css2scss](https://sebastianpontow.de/css2compass/) - *CSS to SCSS Converter*
* [Bulma](https://bulma.io/), [Tailwind](https://tailwindcss.com/) or [SimpleCSS](https://simplecss.org/) - *CSS Framework*
* [TailBlocks](https://tailblocks.cc/) - *Ready-to-use Tailwind CSS Blocks*
* [MarkdownGuide](https://www.markdownguide.org/) - *Guide for Markdown (.md)*
* [HedgeDoc](https://hedgedoc.envs.net/), [zettlr](https://www.zettlr.com/), [Dillinger](https://dillinger.io/), [Notable](https://notable.app/), [vnote](https://github.com/vnotex/vnote), [StackEdit](https://stackedit.io/) or [Mark Text](https://github.com/marktext/marktext) - *Markdown Editor*
* [Markdown Editor for Firefox](https://addons.mozilla.org/en-US/firefox/addon/markdown-editor-premium/) - *Markdown Editor Extension*
* [Table Magic](https://stevecat.net/table-magic/) - *CSV, HTML & Markdown Converter*
* [Markdown To HTML](https://markdowntohtml.com/) - *Markdown to HTML Converter*
* [Obsidian](https://obsidian.md/) - *Markdown File Organizer*
***
## ▷ Git Tools
* **[GitHub Awesome](https://app.polymersearch.com/discover/github-awesome)** - *List Index*
* [GitHub Desktop](https://desktop.github.com/) - *GitHub Desktop App*
* [GitHub.Dev](https://github.dev/) - *GitHub Web App*
* [git.io](https://git.io/) - *GitHub URL Shortener*
* [GitKraken](https://www.gitkraken.com/) or [Sourcetree](https://www.sourcetreeapp.com/) - *Git GUI*
* [lazygit](https://github.com/jesseduffield/lazygit) or [gitui](https://github.com/Extrawurst/gitui) - *Git Terminal UI*
* [Codeberg](https://codeberg.org/), [Giters](https://www.giters.com/) or [GitGud](https://gitgud.io/) - *Git Hosting*
* [Git / Github Guide](https://www.notion.so/Git-GitHub-61bc81766b2e4c7d9a346db3078ce833)
* [GitBook](https://www.gitbook.com/) - *Document Collaboration*
* [Refined GitHub](https://github.com/sindresorhus/refined-github) - *Simplifies GitHub Interface & Adds Features*
* [github1s](https://github1s.com/) - *GitHub Code Viewer / GUI: do `gitk` in repo folder*
* [Railway](https://railway.app/) - *Code Repository Manager*
* [git](https://git-scm.com/) - *Version Control System*
* [/r/coolgithubprojects](https://reddit.com/r/coolgithubprojects) - *Cool Projects on Github*
* [/r/coolgitlabprojects](https://reddit.com/r/coolgitlabprojects) - *Cool Projects on Gitlab*
* [git:logs](https://www.gitlogs.com/) - *Trending GitHub Repos*
* [Active Github Forks](https://techgaun.github.io/active-forks/) - *List of active github forks*
* [Lovely Forks](https://github.com/musically-ut/lovely-forks) - *View a Repositories Forks*
* [Git Extensions](https://gitextensions.github.io/) - *Git Repository Manager*
* [GitZip](https://gitzip.org/) - *Download GitHub Repository Sub-Folders / Files*
* [useful-forks](https://useful-forks.github.io/) or [GitPop3](https://andremiras.github.io/gitpop3/) - *GitHub Fork Search*
* [grep.app](https://grep.app/) - *Git Repository Index*
* [OctoLinker](https://octolinker.now.sh/) - *Make GitHub Code References Clickable*
* [Octotree](https://www.octotree.io/) - *GitHub Repository File Tree View*
* [Nightly.link](https://nightly.link/) - *GitHub Sharable Nightly Links*
* [Sourcegraph](https://about.sourcegraph.com/) - *GitHub Repository Sourcegraph Editor*
* [CodeWyng](https://codewyng.io/) - *Browse GitHub like an IDE*
* [PR Monitor](https://github.com/fwouts/prmonitor) - *Pull Request Notifier*
* [Gidget](https://github.com/GDGVIT/gidget) - *Pull Request Notifier / Android*
* [Whats New GitHub](https://github.com/flawyte/whats-new-github) - *Repository Change Feed*
* [ReadmeGallery](http://felixhayashi.github.io/ReadmeGalleryCreatorForGitHub/) - *GitHub Remdme Gallery Creator*
* [readme.so](https://readme.so/) - *Readme Markdown Editor*
* [GitHub Readme Stats](https://github.com/anuraghazra/github-readme-stats) - *Dynamically Generated GitHub Readme Stats*
* [Shields.io](https://shields.io/) - *Metadata badges for Github Readmes*
* [GitHub Snake](https://dev.to/mishmanners/how-to-enable-github-actions-on-your-profile-readme-for-a-contribution-graph-4l66) - *Enable Snake Game on GitHub ReadMe*
* [Discord MD Badge](https://github.com/montylion/discord-md-badge) - *Add Discord Badge to GitHub*
* [gist.io](https://gist.io/) or [gistflow](https://github.com/gistflow/gistflow) - *Git Blog Platform*
* [OpenHub](https://github.com/ThirtyDegreesRay/OpenHub), [diohub](https://github.com/NamanShergill/diohub) or [OctoDroid](https://github.com/slapperwan/gh4a) - *Android GitHub Client*
***
## ▷ CLI Tools
* [HTTPie](https://httpie.io/) - *Command-Line HTTP Client*
* [cURL](https://github.com/curl/curl) - *Transfer Data with URLs*
* [WNIX](https://gitlab.com/gokhanettin/wnix) - *UNIX-like Windows Development Environment*
* [Sift](https://sift-tool.org/) - *grep Alternative*
* [Edbrowse](http://edbrowse.org/) - *Command Line Editor / Browser / Mail Client*
* [Cride](https://github.com/j8r/cride) - *Command Line Editor*
* [YQ](https://github.com/mikefarah/yq) - *Portable YAML Processor*
***
## ▷ Color Schemes
* [SpyColor](https://www.spycolor.com/) - *Color Model Conversions*
* [Colorful](https://github.com/Siddharth11/Colorful) - *Curated List of Color Scheme Resources*
* [Colormind](http://colormind.io/), [SchemeColor](https://www.schemecolor.com/), [MyColor](https://mycolor.space/), [MaterialPalette](https://www.materialpalette.com/), [Adobe Colors](https://color.adobe.com/), [ColorHunt](https://colorhunt.co/) or [Coolors](https://coolors.co/) - *Color Palette Generator*
* [ColorsAndFonts](https://www.colorsandfonts.com/) - *Quickly Copy Colors & Typography Combinations*
* [ColorHexa](https://www.colorhexa.com/) - *Color Hex Encyclopedia*
* [Paletton](https://paletton.com/) - *Color Scheme Designer*
* [PaletteGenerator](https://palettegenerator.com/) - *Color Palette Extractor*
* [ColorZilla](https://www.colorzilla.com/) - *Color Picker, Gradient Generator & more*
* [Webgradients](https://webgradients.com/) - *Gradients*
* [Colorpedia](https://github.com/joowani/colorpediahttps://coolors.co/) - *Lookup Colors & Palettes via Command-Line*
* [ShaderToy](https://www.shadertoy.com/browse) - *User-Made Shaders*
* [Contrast Checker](https://webaim.org/resources/contrastchecker/) - *Background / Text Contrast Checker*
***
# ► Programming / Coding
* **[List.community](https://list.community/)** - *Programming / Development GitHub Lists*
* [WebdevHome](https://webdevhome.github.io/) or [Tiny Tools](https://tinytools.directory/) / [2](https://github.com/everestpipkin/tools-list) - *Programming / Developer Tools*
* [Awesome Web Scraping](https://github.com/lorien/awesome-web-scraping) - *Web Scraping Tool Index*
* [Awesome-Discord-Communities](https://github.com/mhxion/awesome-discord-communities) - *Programming / Developer / Discord Communities*
* [iTabCode](https://www.itabcode.net/) - *Programming / Computer Science Forum*
* [AwesomeTwitterAccounts](https://github.com/yask123/AwesomeTwitterAccounts) - *Curated List of Programming Related Twitter Accounts*
* [Awesome Programming](https://github.com/hardikvasa/awesome-programming) - *Programming Resources*
* [Awesome Software Quality](https://github.com/ligurio/awesome-software-quality/wiki) - *Software Quality Testing Tools*
* [Node-RED](https://nodered.org/) - *Low-code programming for event-driven applications*
* [Sublime Text](https://www.sublimetext.com/) or [Atom](https://atom.io/) - *Code / Text Editor / [Package Manager](https://packagecontrol.io/)*
* [RegExr](https://regexr.com/) - *Learn, Build & Test RegEx*
* [Regex101](https://regex101.com/) - *Regex Editor / Debugger*
* [Awesome Creative Coding](https://github.com/terkelg/awesome-creative-coding) - *Creative Coding Resource Index*
* [Algorithm Visualizer](https://algorithm-visualizer.org/) - *Visualize Code Algorithms*
* [SpaceVim](https://spacevim.org/), [Onivun](https://onivim.io/), [vimrc](https://github.com/amix/vimrc), [NeoVim](https://neovim.io/), [Vim](https://www.vim.org/), [Emacs](https://www.gnu.org/software/emacs/), [Lite XL](https://lite-xl.github.io/), [Kakoune](http://kakoune.org/), [Brackets](http://brackets.io/), [Micro Editor](https://micro-editor.github.io/index.html), [Notepad2](https://www.flos-freeware.ch/notepad2.html) or [Light Table](http://lighttable.com/) - *Code Editor*
* [Telosys](http://www.telosys.org/) - *Code Generator*
* [Awesome Emacs](https://github.com/emacs-tw/awesome-emacs) or [Melpa](https://melpa.org/) - *Emacs Packages*
* [WebDen](https://webden.dev/) - *Code Playground*
* [I run code](https://github.com/engineer-man/piston-bot) - *Evaluate Code Snippets via Discord*
* [Shell Cloud](https://shell.cloud.google.com/) - *Google Cloud Shell Environment*
* Vim Tools - [Tree Explorer](https://github.com/preservim/nerdtree) / [Instant RST Preview](https://github.com/gu-fan/InstantRst) / [Config](https://github.com/ChristianChiarulli/LunarVim)
* [Vim Plug](https://github.com/junegunn/vim-plug), [Vim Pathogen](https://github.com/tpope/vim-pathogen), [Vundle](https://github.com/VundleVim/Vundle.vim ), [Dein](https://github.com/Shougo/dein.vim) - *Vim Plugin Managers*
* [vim-markdown](https://github.com/plasticboy/vim-markdown) - *Vim Markdown Plugin*
* [VimAwesome](https://vimawesome.com/) - *Vim Plugins*
* [NeovimCraft](https://neovimcraft.com/) - *Neovim Plugins*
* [Bootstrap Editor](https://vim-bootstrap.com/) - *Vim / Neovim Config Generator Bootstrap Editor*
* [Goyo.vim](https://github.com/junegunn/goyo.vim) - *Distraction-free writing in Vim*
* [nvim](https://github.com/neoclide/coc.nvim) - *Neovim LSP Autocompletion coc.*
* [Markdown Preview](https://github.com/iamcco/markdown-preview.nvim) - *NeoVim Markdown Preview*
* [YouCompleteMe](https://github.com/ycm-core/YouCompleteMe) - *Vim Code-completion engine*
* [Awesome Visual Studio Code Extensions](https://hl2guide.github.io/Awesome-Visual-Studio-Code-Extensions/) - *Visual Studio Code Extensions*
* [Python Extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python) - *Visual Studio Code Python Language Extension / [Performant Language](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance)*
* [Python Mini Projects](https://github.com/Python-World/python-mini-projects) - *Python Scripts*
* [Dodgy](https://github.com/landscapeio/dodgy) - *Find PWs & Diffs in Python Code*
* [JSPyBride](https://github.com/extremeheat/JSPyBridge) - *Interoperate Node.js and Python*
* [python-adb](https://github.com/google/python-adb) - *Python ADB + Fastboot Implementation*
* [AutoCode](https://autocode.com/) - *Instant Endpoints*
* [Mega Linter](https://github.com/nvuillam/mega-linter) - *Code Analyzer*
* [tabnine](https://www.tabnine.com/) - *AI Assisted Code Completion*
* [overmind](https://github.com/DarthSim/overmind) or [foreman](https://github.com/ddollar/foreman) - *Process Managers*
* [cpp.sh](http://cpp.sh/) - *Online C++ Compiler*
* [asdf](https://asdf-vm.com/) - *Multi-Runtime Management CLI*
* [Awesome Machine Learning Art](https://github.com/vibertthio/awesome-machine-learning-art) - *Machine Learning Art Resource Index*
* [Sourcegraph](https://sourcegraph.com/) - *Universal Code Search*
* [searchcode](http://searchcode.com/) or [PublicWWW](http://publicwww.com/) - *Source Code Search*
* [Sourcecodester](https://www.sourcecodester.com/), [Code Projects](https://www.code-projects.org/) or [ItSourceCode](https://www.itsourcecode.com/) - *Free Source Code Projects & Tutorials*
* [CodeGrepper](https://www.codegrepper.com/) - *Code Search Extension*
* [ShareScript](https://sharescript.net/), [Google Code Archive](https://code.google.com/archive/), [CodeList](https://www.codelist.cc/) or [bl.ocks](https://bl.ocks.org/) - *Script / Code Indexes*
* [Carbon](https://dreamy-ptolemy-eb4e80.netlify.app/) - *Source Code Screenshot Tool*
* [Reverse Engineering Resources](https://github.com/wtsxDev/reverse-engineering) - *Reverse Engineering Resource Index*
* [challenges.re](https://challenges.re/) - *Reverse Engineer Code*
* [thefuck](https://github.com/nvbn/thefuck) - *Corrects Previous Console Command*
* [DelphiTools](https://www.delphitools.info/) - *Code Profiler / Delphi Tools*
* [OhMyPosh](https://ohmyposh.dev/) - *Terminal Theme Engine*
* [Dracula](https://draculatheme.com/) - *Dark Theme for Code Editors / Terminal Emulators*
* [Zero Dark Matrix](https://github.com/mauricecruz/chrome-devtools-zerodarkmatrix-theme) - *Chrome Devtools Dark Theme*
* [OhMyZSH](https://ohmyz.sh/) - *ZSH Customization*
* [PowerLevel10k](https://github.com/romkatv/powerlevel10k) - *ZSH Theme*
* [RunKit](https://runkit.com/) - *Browser Javascript Sandbox*
* [JS.ORG](https://js.org/) - *Free subdomain for Javascript Developers*
* [1loc](https://1loc.dev/) - *217 Single Line JavaScript Codes*
* [Gummy](https://gummyjs.vercel.app/) - *Easily Build Javascript Programs*
* [Kaboomjs](https://kaboomjs.com/) - *Quickly Make Games with Javascript*
* [Awesome Python](https://github.com/vinta/awesome-python) - *Python Resource Index*
* [py-modindex](https://docs.python.org/3/py-modindex.html) - *Python Modules List / Tutorials*
* [JSONView](https://jsonview.com/) - *JSON Viewer*
* [JSON Formatter](https://jsonformatter.curiousconcept.com/) or [json-formatter](https://github.com/callumlocke/json-formatter) - *JSON Formatter*
* [Jayson](https://apps.apple.com/us/app/jayson/id1447750768) - *JSON Viewer & Editor*
* [glogg](https://glogg.bonnefon.org/) - *Log File Explorer*
* [Carbon](https://carbon.now.sh/) - *Source Code Screenshots*
* [Code::Stats](https://codestats.net/) - *Programmer Stat Tracking*
* [Tables Generator](https://www.tablesgenerator.com/) - *Generates Tables in Various Languages*
* [pueue](https://github.com/Nukesor/pueue) - *Shell Command Manager*
* [Emojicode](https://www.emojicode.org/) - *Emoji Based Programming Language*
***
## ▷ Cloud IDEs / Collab
* **[goormIDE](https://ide.goorm.io/)**, [Codeanywhere](https://codeanywhere.com/), [CodeTasty](https://codetasty.com/), [Repl.it](https://repl.it/), [Anyfiddle](https://www.anyfiddle.com/) or [Glitch](https://glitch.com/) - *Cloud IDE / [Extensions](https://hl2guide.github.io/Awesome-Visual-Studio-Code-Extensions/) / [Themes](https://oslo-vsc.netlify.app/)*
* [Text / Code Collaboration](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_text_.2F_code_collaboration) - *Text / Code Collaboration Tools*
* [Jetbrains Ultimate IDEs](https://rentry.org/52oyb) - *Jetbrains Ultimate IDEs Trial Reset Guide*
* [cloud](https://gist.github.com/imba-tjd/d73258f0817255dbe77d64d40d985e76#file-cloud-md) - *Cloud Platform Index*
* [CodeSandbox](https://codesandbox.io/), [VSCodium](https://vscodium.com/), [StackBlitz](https://stackblitz.com/) or [GitPod](https://www.gitpod.io/) - *Cloud IDE / VSCode*
* [vscode.dev](https://vscode.dev/) - *VSCode in Browser*
* [Open VSX Registry](https://open-vsx.org/) - *VSCode Editor Extensions*
* [VSCodeThemes](https://vscodethemes.com/) - *VSCode Themes*
* [Bracket Pair Colorizer 2](https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer-2) - *Colorize VSCode Brackets*
* [Discord-Tools](https://github.com/Darkempire78/Discord-Tools) - *VSCode Discord Extension*
* [Twitch Hightlighter](https://marketplace.visualstudio.com/items?itemName=clarkio.twitch-highlighter) - *Integrate Twitch Chat in VSCode*
* [Openshift](https://che.openshift.io/) - *Cloud IDE / Eclipse Che*
* [replit](https://replit.com/) - *Browser Based IDE*
* [KDevelop](https://www.kdevelop.org/) - *Cross Platform IDE*
* [bloop](https://bloop.ai/) - *IDE AI Suggestion Extension*
* [JDFiddle](https://jsfiddle.net/ ), [W3Schools](https://www.w3schools.com/tryit/trycompiler.asp?filename=demo_python), [CollabEdit](http://collabedit.com/), [Portacode](https://portacode.com/), [IDE One](https://www.ideone.com/), [SoloLearn](https://www.sololearn.com/) / [Playground](https://code.sololearn.com/), [JSFiddle](https://jsfiddle.net/) or [PlayCode](https://playcode.io/) - *Online Code Editor*
* [glot.io](https://glot.io/) - *Pastebin with Runnable Snippets, API & Compiler*
* [Mystb.in](https://mystb.in/) - *Code Pastebin*
* [myCompiler](https://www.mycompiler.io/), [IDE One](https://www.ideone.com/) or [Wandbox](https://wandbox.org/) - *Online Compiler*
* [Notebooks.azure](https://notebooks.azure.com/) - *Access Jupyter notebooks*
* [CoCalc](https://cocalc.com/) - *Virtual online workspace*
* [CodePen](https://codepen.io/) - *Code Sandbox*
* [tio.run](https://tio.run/) - *Programming Language Interpreters*
* [Online Python Compiler](https://www.onlinegdb.com/online_python_compiler) - *Online Python Editor & Tester*