diff --git a/.github/replace-links-to-fmhy-in-files-in-current-dir.py b/.github/replace-links-to-fmhy-in-files-in-current-dir.py index 519c1587f..84bb3cc66 100644 --- a/.github/replace-links-to-fmhy-in-files-in-current-dir.py +++ b/.github/replace-links-to-fmhy-in-files-in-current-dir.py @@ -4,7 +4,7 @@ import sys def replaces_for_beginners_guide(text): text = re.sub('\[TOC\]\n', '', text, flags=re.MULTILINE) - text = re.sub('## -> Beginners Guide to Piracy<-\n', '', text, flags=re.MULTILINE) + text = re.sub('## -> Beginners Guide to Piracy <-\n', '', text, flags=re.MULTILINE) text = re.sub(r"!!!note\s(.+?)\n", r"!!!\n\1\n!!!\n", text, flags=re.MULTILINE) text = re.sub(r"!!!warning\s(.+?)\n", r"!!!warning\n\1\n!!!\n", text, flags=re.MULTILINE) text = re.sub('\*\*\[\^ Back to Top\]\(https://rentry.org/Piracy-BG\)\*\*', '', text, flags=re.MULTILINE) diff --git a/DEVTools.md b/DEVTools.md index e4f68b294..afc33a5e9 100644 --- a/DEVTools.md +++ b/DEVTools.md @@ -20,9 +20,11 @@ * ⭐ **[Free Courses by Xemu](https://github.com/nbats/FMHYedit/blob/main/base64.md#free-courses-by-xemu)** - Programming Course Drives * ⭐ **[Phind](https://www.phind.com/)** - Developer Q&A AI * ⭐ **[Programming Book Sites](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/reading#wiki_.25B7_programming_sites)** - Read / Download Programming Books +* [Awesome Certificates](https://github.com/PanXProject/awesome-certificates) - Dev Courses Index +* [DZone](https://dzone.com/) - Developer Tutorials * [RedHat](https://developers.redhat.com/) - Development Tutorials * [Dev.tube](https://dev.tube/) - Developer Talks -* [Roadmap](https://roadmap.sh/) - Developer Roadmaps / Guides +* [Roadmap](https://roadmap.sh/) - Developer Roadmaps / [Github](https://github.com/kamranahmedse/developer-roadmap) * [QuickRef.ME](https://quickref.me/), [Dark Hamster](https://www.dark-hamster.com/) or [Devhints](https://devhints.io/) - Developer Cheat Sheets * [Programming Challenges](https://i.imgur.com/FPwNgOK.png), [HackTheEarth](https://www.hackerearth.com/challenges/), [EMKC](https://emkc.org/challenges) or [Code Golf](https://codegolf.stackexchange.com/) - Programming Challenges * [Codexplainer AI](https://chrome.google.com/webstore/detail/codexplainer-ai-beta/mekadgeckpcgideipfhbcapmenbadejp) or [Denigma](https://denigma.app/#demo) - Code Explanations @@ -83,51 +85,44 @@ ## ▷ Web Development -* ⭐ **[The Odin Project](https://www.theodinproject.com/)** - Web Dev Tutorials / Courses -* [Developer.Mozilla](https://developer.mozilla.org/) or [Web Dev Resources](https://joshjoshuap-webdevresources.vercel.app/) - Developer Learning Resources -* [Awesome Certificates](https://github.com/PanXProject/awesome-certificates) - Dev Courses with Certificates -* [DZone](https://dzone.com/) - Developer Tutorials -* [Markdown Tutorial](https://www.markdowntutorial.com/) - Interactive Markdown Tutorial +* ⭐ **[The Odin Project](https://www.theodinproject.com/)** - Full Stack Course +* ⭐ **[FullStackOpen](https://fullstackopen.com/en/)** - Full Stack Course +* ⭐ **[Interneting is Hard](https://www.internetingishard.com/)** - HTML/CSS Course +* ⭐ **[Learn to Code HTML & CSS](https://learn.shayhowe.com/)** - HTML/CSS Course +* ⭐ **[JavaScript.info](https://javascript.info/)** - JavaScript Course +* ⭐ **[30 Days Of JavaScript](https://github.com/Asabeneh/30-Days-Of-JavaScript)** - Javascript Course +* ⭐ **[Java5cript](https://www.java5cript.com/)** - Javascript Courses Index +* ⭐ **[PHP: The Right Way](https://phptherightway.com/)** or [PHP Tutorial](https://www.phptutorial.net/) - Learn PHP +* [Developer.Mozilla](https://developer.mozilla.org/) or [Web Dev Resources](https://joshjoshuap-webdevresources.vercel.app/) - Web Dev Learning Resources +* [Web Dev for Beginners](https://github.com/microsoft/Web-Dev-For-Beginners) - Web Dev Course * [Aquent Gymnasium](https://thegymnasium.com/) - Web Dev Tutorials -* [Codevolution](https://www.youtube.com/@Codevolution) - Web Dev YouTube Tutorials -* [React Typescript Cheatsheet](https://react-typescript-cheatsheet.netlify.app) - React Typescript Cheatsheet -* [Tackling TS](https://exploringjs.com/tackling-ts/toc.html) or [TypeScript Deep Drive](https://basarat.gitbook.io/typescript/getting-started) - TypeScript Guides -* [HTMLDog](https://htmldog.com/) - HTML / CSS / JavaScript Tutorials -* [Learn to Code HTML & CSS](https://learn.shayhowe.com/) - HTML / CSS Tutorials -* [JavaScript.info](https://javascript.info/) - JavaScript Guide -* [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) - Javascript Learning Books -* [EloquentJavascript](https://eloquentjavascript.net/), [30 Days Of JavaScript](https://github.com/Asabeneh/30-Days-Of-JavaScript), [FunJavascript](https://fun-javascript-projects.com/), [LearnCS](https://www.learncs.online/lessons), [Java5cript](https://www.java5cript.com/), [Javascript Today](https://blog.javascripttoday.com/) or [Grasshopper](https://grasshopper.app/) - Learn Javascript -* [JavaScriptQuiz](https://javascriptquiz.com/) - JavaScript Quiz -* [Javascript Questions](https://github.com/lydiahallie/javascript-questions) - Javascript Questions for Practice -* [33 JS Concepts](https://github.com/leonardomso/33-js-concepts) - Useful JavaScript Concepts -* [Node.js Best Practices](https://github.com/goldbergyoni/nodebestpractices) - Node.js Style Guide -* [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) - Javascript Style Guide -* [Codepip](https://codepip.com/games/) - CSS / JS Learning Games -* [CSS Battle](https://cssbattle.dev/) - CSS Practice / Battles +* [Dash](https://dash.generalassemb.ly/) - Web Dev Courses +* [Web Skills](https://andreasbm.github.io/web-skills/) or [Encodedna](https://www.encodedna.com/) - Web Dev Guides +* [Codevolution](https://www.youtube.com/@Codevolution) - Web Dev Video Lessons +* [HTMLDog](https://htmldog.com/) - HTML/CSS and JavaScript Tutorials +* [Codepip](https://codepip.com/games/), [Grid Garden](https://cssgridgarden.com/), [CSS Battle](https://cssbattle.dev/), [CSS Speedrun](https://css-speedrun.netlify.app/) or [CSS Diner](https://flukeout.github.io/) - CSS Learning Games * [DefensiveCSS](https://defensivecss.dev/) - CSS Tips -* [Grid Garden](https://cssgridgarden.com/) - CSS Grid Learning Game * [LearnCSSGrid](http://learncssgrid.com/) - CSS Grid Guide -* [CSS Speedrun](https://css-speedrun.netlify.app/) - Test Your CSS Skills -* [CSS Diner](https://flukeout.github.io/) - Interactive CSS Learning * [You Don't Need JavaScript](https://github.com/you-dont-need/You-Dont-Need-JavaScript) - CSS Demos * [CSS Tricks](https://css-tricks.com/snippets/) - CSS Code Snippets +* [You Don't Know JS](https://github.com/getify/You-Dont-Know-JS) or [EloquentJavascript](https://eloquentjavascript.net/) - Javascript Learning Books +* [Javascript Questions](https://github.com/lydiahallie/javascript-questions) or [JavaScriptQuiz](https://javascriptquiz.com/) - Javascript Questions for Practice +* [33 JS Concepts](https://github.com/leonardomso/33-js-concepts) - Useful JavaScript Concepts +* [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) - Javascript Style Guide +* [Javascript Today](https://blog.javascripttoday.com/) - Javascript Blog +* [backendlore](https://github.com/fpereiro/backendlore) - Backend Coding Guide +* [backend-challenges](https://github.com/CollabCodeTech/backend-challenges) - Backend Challenges for Practice +* [Tackling TS](https://exploringjs.com/tackling-ts/toc.html) or [TypeScript Deep Drive](https://basarat.gitbook.io/typescript/getting-started) - TypeScript Guides +* [React Typescript Cheatsheet](https://react-typescript-cheatsheet.netlify.app) - React Typescript Cheatsheet * [Next](https://hendrixer.github.io/nextjs-course/) - Learn Next.js +* [Node.js Best Practices](https://github.com/goldbergyoni/nodebestpractices) - Node.js Style Guide * [LandChad](https://landchad.net/) or [learn.sadgrl.online](https://learn.sadgrl.online/) - Site Development Guides * [Full Stack Solana Development Guide](https://dev.to/dabit3/the-complete-guide-to-full-stack-solana-development-with-react-anchor-rust-and-phantom-3291) - [Examples](https://github.com/dabit3/complete-guide-to-full-stack-solana-development) -* [The New Boston](https://thenewboston.com/) - Site Development Courses / [Discord](https://discord.com/invite/thenewboston) -* [Strml](https://www.strml.net/) - Site Coding Tutorial * [STPG](https://stpg-tk.netlify.app/guides/) - Startpage Creation Guides / [Discord](https://discord.com/invite/ExAGgVR) -* [Web Dev for Beginners](https://github.com/microsoft/Web-Dev-For-Beginners) or [Interneting is Hard](https://www.internetingishard.com/) - Learn Web Development -* [developer-roadmap](https://github.com/kamranahmedse/developer-roadmap) - Web Dev Roadmap -* [FullStackOpen](https://fullstackopen.com/en/) or [Dash](https://dash.generalassemb.ly/) - Web Dev Courses -* [Agernic](https://www.agernic.com/) - Web Design Courses -* [Web Design in 4 Minutes](https://jgthms.com/web-design-in-4-minutes/) - Interactive Web Design Tutorial -* [backendlore](https://github.com/fpereiro/backendlore) - Backend Coding Guide -* [backend-challenges](https://github.com/CollabCodeTech/backend-challenges) - Backend Challenges +* [Markdown Tutorial](https://www.markdowntutorial.com/) - Interactive Markdown Tutorial +* [Web Design in 4 Minutes](https://jgthms.com/web-design-in-4-minutes/) or [Strml](https://www.strml.net/) - Interactive Web Design Tutorial * [WebGL and GLSL Workshop](https://mattdesl.github.io/workshop-webgl-glsl/) - Interactive WebGL / GLSL Tutorial -* [PHP: The Right Way](https://phptherightway.com/) or [PHP Tutorial](https://www.phptutorial.net/) - PHP Guides -* [Web Skills](https://andreasbm.github.io/web-skills/) or [Encodedna](https://www.encodedna.com/) - Web Development Guides * [LearningSEO](https://learningseo.io/) - SEO Guides *** @@ -144,6 +139,7 @@ * [Android Developer Roadmap](https://github.com/skydoves/android-developer-roadmap) * [Mobile Design Resources](https://github.com/joeygoksu/mobile-design-resources) - App Design Learning Resources +* [LearnCS](https://www.learncs.online/lessons) - Lean Java/Kotlin * [CocoaDevCentral](http://cocoadevcentral.com/) - Legacy OS X / Cocoa Programming Tutorials * [Swift Playgrounds](https://developer.apple.com/tutorials/swiftui) - Learn Swift UI / [Samples](https://developer.apple.com/tutorials/sample-apps) * [SwiftDump](https://github.com/neil-wu/SwiftDump) - Retrieve Swift Object info from Mach-O file diff --git a/STORAGE.md b/STORAGE.md index 914a8bc9a..121b7548f 100644 --- a/STORAGE.md +++ b/STORAGE.md @@ -352,7 +352,7 @@ *** -####Color Palette Generators +#### Color Palette Generators [Colormind](http://colormind.io/), [SchemeColor](https://www.schemecolor.com/), [MyColor](https://mycolor.space/), [MaterialPalette](https://www.materialpalette.com/), [Adobe Colors](https://color.adobe.com/), [0to255](https://www.0to255.com/), [0xrgb](http://0xrgb.com/), [bootflat](https://bootflat.github.io/color-picker.html), [brandcolors](https://brandcolors.net/), [colorfulgradients](https://colorfulgradients.tumblr.com/), [colourlovers](https://www.colourlovers.com/), [webkul](https://webkul.github.io/coolhue/), [flatuicolors](https://flatuicolors.com/), [materialui](https://materialui.co/colors/), [ColorHunt](https://colorhunt.co/), [colorswall](https://colorswall.com/), [pigment](https://pigment.shapefactory.co/), [Color Palette Generator](http://www.patorjk.com/color-palette-generator/), [colourcode](https://www.toptal.com/designers/colourcode/), [colorscales](http://www.colorscales.com/), [colors.lol](https://colors.lol/), [Color Pallete](http://www.degraeve.com/color-palette), [colorbox](https://colorbox.io/), [colors.eva](https://colors.eva.design/), [hihayk](https://hihayk.github.io/scale/), [calcolor](https://calcolor.co/), [colorlisa](http://www.colorlisa.com/), [cohesive-colors](https://javier.xyz/cohesive-colors/), [colorleap](https://colorleap.app/), [colorhuddle](https://colorhuddle.co/), [Coolors](https://coolors.co/), [uicolors](https://uicolors.app/create), [randoma11y](https://randoma11y.com/), [pywal](https://github.com/dylanaraps/pywal), [Color Wheeel](https://color.adobe.com/create/color-wheel), [ColorKit Palette Generator](https://colorkit.co/color-palette-generator/), [ColorSuplyyy](https://colorsupplyyy.com/app), [Huemint](https://huemint.com/) @@ -434,10 +434,10 @@ [StartPage](https://github.com/deepjyoti30/startpage), [NightTab](https://github.com/zombieFox/nightTab), [hexagonTab](https://github.com/zombieFox/hexagonTab), [CaretTab](https://www.carettab.com/), [mesmerized](https://mesmerized.me/), [Bonjourr](https://bonjourr.fr/), [Perfect Home](https://github.com/perfect-things/perfect-home), [yet another speed dial](https://github.com/conceptualspace/yet-another-speed-dial), [Tabliss](https://tabliss.io/), [Epiboard](https://github.com/Alexays/Epiboard), [Infinity New Tab](https://en.infinitynewtab.com/), [b2ntp](https://d3ward.github.io/b2ntp/) -[Custom Start Page](https://github.com/midnitefox/Nord-Theme-Ports-and-Assets/tree/main/custom-start-page) - Terminal Style Start Page -[Tabiverse](https://tabiverse.com/) - Universe New Tab Page / [Discord](https://discord.gg/MUgRGwE) -[Tabs with a View](https://www.withaview.co/ext/) - Virtual Sights New Tab Page -[Minecraft Weather New Tab](https://github.com/sawyerpollard/Minecraft-Weather-New-Tab) - Weather Based Minecraft New Tab Page +* [Custom Start Page](https://github.com/midnitefox/Nord-Theme-Ports-and-Assets/tree/main/custom-start-page) - Terminal Style Start Page +* [Tabiverse](https://tabiverse.com/) - Universe New Tab Page / [Discord](https://discord.gg/MUgRGwE) +* [Tabs with a View](https://www.withaview.co/ext/) - Virtual Sights New Tab Page +* [Minecraft Weather New Tab](https://github.com/sawyerpollard/Minecraft-Weather-New-Tab) - Weather Based Minecraft New Tab Page *** diff --git a/img-tools.md b/img-tools.md index 4535ee9bf..056d2118d 100644 --- a/img-tools.md +++ b/img-tools.md @@ -76,13 +76,13 @@ ## ▷ Resize / Compress -* [Image Upscalers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_image_upscalers) - Upscale Images +* ⭐ **[Image Upscalers](https://www.reddit.com/r/FREEMEDIAHECKYEAH/wiki/storage#wiki_image_upscalers)** - Upscale Images +* ⭐ **[Pingo](https://css-ig.net/pingo)** / [GUI](https://css-ig.net/pinga), [RIOT](https://riot-optimizer.com/), [imageoptimizer](http://www.imageoptimizer.net/) or [ImageFoo](https://imagefoo.com/) - Image Optimization Tools * [Croppola](https://croppola.com/), [Freehand Cropper](https://half-6.github.io/lf-freehand-cropper/), [Bulk Image Crop](https://bulkimagecrop.com/), [CropHere](https://crophere.com/) or [Avatar Cropper](https://avatarcropper.com/) - Cropping Tool * [Seopix](https://www.seopix.io/), [Shrink Media](https://www.shrink.media/) or [Reduce Images](https://www.reduceimages.com/) - Resize / Compress Images * [Simple Image Resizer](http://www.simpleimageresizer.com/), [ImageResizer](https://imageresizer.com/), [fixpicture](https://www.fixpicture.org/), [PicResize](https://picresize.com/), [resize-image](https://resize-image.net/), [Birme](https://www.birme.net/), [ImageResizeOnline](https://www.imageresizeonline.com/), [OnlineResizeImage](https://www.onlineresizeimage.com/), [ResizeNow](https://www.resizenow.com/en) or [Batch Image Resizer](https://vovsoft.com/software/batch-image-resizer/) - Resize Images * [Resize App Icon](https://resizeappicon.com/) - Resize Square Images * [SSizes](https://ssizes.com/) or [PixelHunter](https://pixelhunter.io/) - Resize Images for Different Sites -* [RIOT](https://riot-optimizer.com/), [Pingo](https://css-ig.net/pingo) / [GUI](https://css-ig.net/pinga), [imageoptimizer](http://www.imageoptimizer.net/) or [ImageFoo](https://imagefoo.com/) - Image Optimization Tools * [SVGO](https://github.com/svg/svgo) - SVG Optimization Tool / [GUI](https://jakearchibald.github.io/svgomg/) * [CompressOrDie](https://compress-or-die.com/), [TinyJPG](https://tinyjpg.com/), [Caesium](https://saerasoft.com/caesium/), [ImageSmaller](https://www.imagesmaller.com/), [ImageDiamond](https://www.imagediamond.com/), [Compress JPEG](https://compressjpeg.com/), [CompressImage](https://compressimage.io/), [ShrinkMe](https://shrinkme.app/), [Crushee](https://crushee.app/), [Compressor](https://compressor.io/) or [Batch Compress](https://batchcompress.com/en) - Image Compressor * [TinyPNG](https://tinypng.com/), [Compress PNG](https://compresspng.com/) or [PNGQuant](https://pngquant.org/) - PNG Compressor