From 07658019c64bed497e7f68c5549130c6d4858fcd Mon Sep 17 00:00:00 2001 From: taskylizard <75871323+taskylizard@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:06:25 +0000 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20update=20single=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- single-page | 63 ++++++++++++++++++++++++----------------------------- 1 file changed, 28 insertions(+), 35 deletions(-) diff --git a/single-page b/single-page index 25947355e..d883539b6 100644 --- a/single-page +++ b/single-page @@ -8893,7 +8893,7 @@ pass: paluch * [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) * [Learn X in Y minutes](https://learnxinyminutes.com/), [2](https://github.com/adambard/learnxinyminutes-docs) - Programming Language Rundowns -* [HEAD](https://htmlhead.dev/) - HTML Element Guide +* [HEAD](https://htmlhead.dev/) - HTML `` Element Guide * [Typing.io](https://typing.io/) - Typing Practice for Programmers * [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 @@ -8907,7 +8907,7 @@ pass: paluch * [RubyMonk](https://rubymonk.com/) - Ruby Tutorials * [Learn to Program](https://pine.fm/LearnToProgram/) - Ruby Tutorials * [LearnGo](https://github.com/inancgumus/learngo) or [play-with-go](https://play-with-go.dev/) - Learn Go Programming -* [GoLang.org](https://go.dev/doc/tutorial/getting-started) or [Tutorial Edge Go](https://github.com/TutorialEdge/Go) - Go Programming Tutorials +* [Official Go Tutorial](https://go.dev/doc/tutorial/getting-started) or [Tutorial Edge Go](https://github.com/TutorialEdge/Go) - Go Programming Tutorials * [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 @@ -8932,7 +8932,7 @@ pass: paluch ## ▷ Web Development -* 🌐 **[Developer.Mozilla](https://developer.mozilla.org/)** or [Web Dev Resources](https://joshjoshuap-webdevresources.vercel.app/) - Web Dev Learning Resources +* 🌐 **[MDN](https://developer.mozilla.org/)** or [Web Dev Resources](https://joshjoshuap-webdevresources.vercel.app/) - Web Dev Learning Resources * ⭐ **[The Odin Project](https://www.theodinproject.com/)** - Full Stack Course * ⭐ **[FullStackOpen](https://fullstackopen.com/en/)** - Full Stack Course * ⭐ **[Learn to Code HTML & CSS](https://learn.shayhowe.com/)** - HTML/CSS Course @@ -8962,7 +8962,7 @@ pass: paluch * [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 -* [Next](https://hendrixer.github.io/nextjs-course/) - Learn Next.js +* [Learn Next.js](https://nextjs.org/learn) / [Egghead](https://egghead.io/q/next) / [Production-Grade Next.js](https://frontendmasters.com/courses/production-next/) / [Learn by Examples](https://github.com/vercel/next.js/tree/canary/examples) - Next.js Learning Resources * [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/edge-and-node/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) @@ -8990,7 +8990,7 @@ pass: paluch * 🌐 **[Mobile Design Resources](https://github.com/josephgoksu/mobile-design-resources)** - App Design Learning Resources * ⭐ **[Android Developer Roadmap](https://github.com/skydoves/android-developer-roadmap)** -* [developers](https://developer.android.com/courses) - App Dev Courses +* [Official Android Courses](https://developer.android.com/courses) - App Dev Courses * [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) @@ -9033,6 +9033,7 @@ pass: paluch ## ▷ Python * 🌐 **[Python Discord](https://pythondiscord.com/resources/)**, [Python Programming Hub](https://github.com/Tanu-N-Prabhu/Python) or [Python Reference](https://github.com/rasbt/python_reference) - Python Learning Resources +* ⭐ **[Automate The Boring Stuff](https://automatetheboringstuff.com/)** - Python Automation Book * [30 Days Of Python](https://github.com/Asabeneh/30-Days-Of-Python) - Python Guide * [Python AI](https://community.uuki.live/course/tdb3Vsl1/python-course/aitutor) - AI Python Tutor * [CodingBat](https://codingbat.com/) or [PyQuickie](https://chrome.google.com/webstore/detail/pyquickie/okpdnfgpbpifbncoleieajiblmebbkci) - Python / Java Practice @@ -9044,7 +9045,6 @@ pass: paluch * [Modern Python 3 Bootcamp Courses](https://github.com/nbats/FMHYedit/blob/main/base64.md#modern-python-3-bootcamp-courses) * [Tea Press](https://greenteapress.com/wp) - Python Learning Book * [python3-in-one-pic](https://github.com/coodict/python3-in-one-pic) - Python Learning Picture -* [Automate The Boring Stuff](https://automatetheboringstuff.com/) - Python Automation Book *** @@ -9163,7 +9163,7 @@ pass: paluch * [Gorse](https://github.com/gorse-io/gorse) - Universal Recommendation System * [Libraries.io](https://libraries.io/) - Package, Framework & Tool Search * [Deps.dev](https://deps.dev/) - Open Source Package Search -* [pnpm](https://pnpm.io/) - Package Manager / Deployment +* [pnpm](https://pnpm.io/) - Node.js Package Manager * [WebInstall](https://webinstall.dev/) - Easily Install Dev Packages * [Balena](https://www.balena.io/) - Build / Manage IoT Groups * [Authorizer](https://github.com/authorizerdev/authorizer) or [DefGuard](https://defguard.net/) - Developer Authentication Apps @@ -9177,7 +9177,7 @@ pass: paluch * [Input Delay Test](https://input-delay.glitch.me/) - Input Delay Experiment * [Asynchronous Messaging](https://github.com/clemensv/messaging) - Asynchronous Messaging Resources * [CoreFTP](http://www.coreftp.com/) - FTP Client -* [Discord Developer Portal](https://discord.com/developers/docs/topics/community-resources) - Integrate Services with Discord +* [Discord Devs: Community Resources](https://discord.com/developers/docs/topics/community-resources) - Integrate Services with Discord * [CodeBlockLang](https://hastebin.com/usofubagoh.ts) - Discord Code Blocks * [discord.py](https://github.com/Rapptz/discord.py), [Kord](https://github.com/kordlib/kord) or [Discord4J](https://discord4j.com/) - Discord API Wrapper * [discord-api-libs](https://github.com/Apacheli/discord-api-libs) - Community Libraries for Discord API @@ -9295,7 +9295,6 @@ pass: paluch * [BuiltWith](https://builtwith.com/) - Find Out What Sites are Built With * [Bug](https://auz.github.io/Bug/) - Add Crawling Bugs to Website * [Mobile-Friendly](https://search.google.com/test/mobile-friendly) - Mobile Friendly Page Test -* [epub.js](https://github.com/futurepress/epub.js) - Render ePub Documents in Browser * [OneLinePlayer](https://onelineplayer.com/) - Vimeo / Dropbox Video Player * [SCM Music Player](https://www.scmplayer.net/) - Site Audio Players * [DriveProxy](http://driveproxy.net/) - GDrive Video iFrame Code Generator @@ -9511,7 +9510,7 @@ pass: paluch * [Cron AI](https://cron-ai.vercel.app/) or [Cron Cat](https://www.crontabcat.com/) - Convert Words to Cron Expressions * [Pencil](http://pencil.evolus.vn/) - Software Mockup Tool / [GitHub](https://github.com/evolus/pencil) * [GNUnet](https://gnunet.org/en/) - Software Framework -* [shadcn](https://ui.shadcn.com/) - Software Components +* [shadcn-ui](https://ui.shadcn.com/) or [shadcn-svelte](https://shadcn-svelte.com) - Website Components * [Slint](https://github.com/slint-ui/slint), [Fyne](https://fyne.io/) or [QT Designer](https://build-system.fman.io/qt-designer-download) - GUI Development Tools * [Gooey](https://github.com/chriskiehl/Gooey) - Convert Python Command Line to GUI * [Kuker](https://github.com/krasimir/kuker) - Debug Applications @@ -9778,7 +9777,7 @@ pass: paluch * [Github vscode icons](https://github.com/dderevjanik/github-vscode-icons) - VSCode Icons * [github-material-icons-extension](https://github.com/Claudiohbsantos/github-material-icons-extension) - Material Icons * [gist.io](https://gist.io/) - Git Blog Platform -* [gitignore](https://github.com/github/gitignore) - Gitignore Templates +* [gitignore.io](https://gitignore.io) - Gitignore Templates / [GitHub](https://github.com/github/gitignore) * [OpenHub](https://github.com/ThirtyDegreesRay/OpenHub), [diohub](https://github.com/NamanShergill/diohub), [Fasthub-Libre](https://github.com/thermatk/FastHub-Libre), [FastHub-RE](https://github.com/LightDestory/FastHub-RE), [MGit](https://github.com/maks/MGit), [GitNex](https://codeberg.org/gitnex/GitNex/) or [OctoDroid](https://github.com/slapperwan/gh4a) - Android GitHub Clients * [GithubVisualizer](https://github.com/DheerajKotwani/GithubVisualizer) - Track Github User Activity on Android * [Gitea](https://about.gitea.com/) / [2](https://gittea.dev/) or [Drift](https://drift.lol/) - Self-Hosted Git Services @@ -9790,9 +9789,8 @@ pass: paluch * [HTTPie](https://httpie.io/) - Command-Line HTTP Client * [cURL](https://github.com/curl/curl) - Transfer Data with URLs / [Converter](https://curlconverter.com/) * [WNIX](https://gitlab.com/gokhanettin/wnix) - UNIX-like Windows Development Environment -* [Sift](https://sift-tool.org/) - grep Alternative +* [ripgrep](https://github.com/BurntSushi/ripgrep) or [Sift](https://sift-tool.org/) - grep Alternatives * [Edbrowse](http://edbrowse.org/) - Command Line Editor / Browser / Mail Client -* [Cride](https://github.com/j8r/cride) - Command Line Editor * [Zoxide](https://github.com/ajeetdsouza/zoxide) - Improved CD Command * [YQ](https://github.com/mikefarah/yq) - Portable YAML Processor * [Dockerized](https://github.com/datastack-net/dockerized) - Docker Command-Line @@ -9903,7 +9901,7 @@ pass: paluch * [Node-RED](https://nodered.org/) - Low-Code Programming for Event-Driven Apps * [Commands.dev](https://www.commands.dev/) - Terminal Commands * [Regex101](https://regex101.com/) or [Debuggex](https://www.debuggex.com/) - Regex Editor / Debuggers -* [AutoRegex](https://www.autoregex.xyz/) - Regex Converter +* [AutoRegex](https://www.autoregex.xyz/) - AI-based Regex Generator * [AirBroke](https://airbroke.icorete.ch/) - Self-Hosted Error Checking * [Algorithm Visualizer](https://algorithm-visualizer.org/) or [Sorting Algorithms Visuallizer](https://sadanandpai.github.io/sorting-visualizer/dist/) / [GitHub](https://github.com/sadanandpai/sorting-visualizer) - Visualize Code Algorithms * [Code2Flow](https://app.code2flow.com/), [Flowchart.js](https://flowchart.js.org/) or [Flowchart Generator](https://github.com/MugilanGN/Flowchart-Generator) - Code to Flowchart Converter @@ -9930,7 +9928,7 @@ pass: paluch * [egui](https://github.com/emilk/egui) - Rust GUI * [Play Rust](https://play.rust-lang.org/) - Rust Playground * [This Week in Rust](https://this-week-in-rust.org/) - Rust News / Updates -* [Diskord](https://gitlab.com/diskord/diskord) - Kotlin Client for Discord +* [Diskord](https://gitlab.com/diskord/diskord) - Kotlin API Client for Discord * [lo](https://github.com/samber/lo) - Go Library * [py-modindex](https://docs.python.org/3/py-modindex.html) - Python Modules List / Tutorials * [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) @@ -9947,7 +9945,7 @@ pass: paluch * [adb_shell](https://github.com/JeffLIrion/adb_shell) - Python ADB + Fastboot Implementation * [pipx](https://pypa.github.io/pipx/) - Execute Python Binaries in Isolated Environments * [Pytrait](https://github.com/xrudelis/pytrait) - Python Interface Traits -* [PyPy](https://www.pypy.org/) - Alt Python Implementation +* [PyPy](https://www.pypy.org/) - Alternate Python Implementation * [Doppler](https://www.doppler.com/) - Sync Environment Variables * [AutoCode](https://autocode.com/) - Instant Endpoints * [typejuice](https://github.com/galvez/typejuice) - Documentation Generator for TypeScript Declaration Files @@ -9967,13 +9965,12 @@ pass: paluch * [The Algorithms](https://the-algorithms.com/) - Algorithms Index * [Clang](https://clang.llvm.org/) - C Language Family Frontend * [SharpSystemTriggers](https://github.com/cube0x0/SharpSystemTriggers) - C# Remote Authentication Triggers -* [Carbon](https://github.com/carbon-language/carbon-lang) - Carbon Language Repository * [GCC](https://gcc.gnu.org/) - GNU Compiler Frontends * [sed.js](https://sed.js.org/) - GNU sed Live Editor * [asdf](https://asdf-vm.com/) - Multi-Runtime Management CLI * [The SHA-256 Project](https://github.com/oconnor663/sha256_project) - Develop SHA-256 from Scratch * [substitute](https://github.com/comex/substitute) - Free Runtime Modification Library -* [Sourcegraph](https://sourcegraph.com/), [SeaGOAT](https://github.com/kantord/SeaGOAT) or [Ag](https://geoff.greer.fm/ag/) / [GitHub](https://github.com/ggreer/the_silver_searcher) - Code Searching +* [Sourcegraph](https://sourcegraph.com/), [grep.app](https://grep.app), [SeaGOAT](https://github.com/kantord/SeaGOAT) or [Ag](https://geoff.greer.fm/ag/) / [GitHub](https://github.com/ggreer/the_silver_searcher) - Code Searching * [CodeGrepper](https://www.grepper.com/) - Code Search Extension * [searchcode](http://searchcode.com/) or [PublicWWW](https://publicwww.com/) - Source Code Search * [Sourcecodester](https://www.sourcecodester.com/), [Code Projects](https://code-projects.org/), [Codastro](https://codeastro.com/), [Kashipara](https://www.kashipara.com/) or [ItSourceCode](https://www.itsourcecode.com/) - Source Code Projects @@ -10011,7 +10008,7 @@ pass: paluch * [Microdiff](https://github.com/AsyncBanana/microdiff) - Object and Array Comparison Library * [Adoptium](https://adoptium.net/) - Download OpenJDK Binaries * [trzsz](https://github.com/trzsz/trzsz.js) - Make trzsz Compatible with tmux in Terminal -* [Bundlephobia](https://bundlephobia.com/) - Find Cost of Adding npm Package +* [Bundlephobia](https://bundlephobia.com/) - Find size cost of Adding npm Package * [JSON Formatter](https://jsonformatter.curiousconcept.com/) or [json-formatter](https://github.com/callumlocke/json-formatter) - JSON Formatting * [Transluna](https://transluna.net/) - JSON Translator * [JMESPath](https://jmespath.org/) - Query Language for JSON / [Tutorial](https://jmespath.org/tutorial.html) @@ -10026,11 +10023,9 @@ pass: paluch * [Tables Generator](https://www.tablesgenerator.com/) - Generates Tables in Various Languages * [WiredJS](https://wiredjs.github.io/designer/) - Wireframe Designer * [pueue](https://github.com/Nukesor/pueue) - Shell Command Manager -* [V](https://vlang.io/) - Programming Language -* [Melody](https://yoav-lavi.github.io/melody/book/) - Programming Language / [GitHub](https://github.com/yoav-lavi/melody) +* [Melody](https://yoav-lavi.github.io/melody/book/) - Programming Language to compile Regex / [GitHub](https://github.com/yoav-lavi/melody) * [Emojicode](https://www.emojicode.org/) - Emoji Based Programming Language * [Crystalline](https://github.com/elbywan/crystalline) - Crystal Language Server -* [scry](https://github.com/crystal-lang-tools/scry) - Crystal Code Analysis Server * [icr](https://github.com/crystal-community/icr) - REPL for Crystal * [QBasic](https://www.qbasic.net/) - QBasic / QuickBASIC Programming Language Resources * [PHP Decoder](http://ddecode.com/phpdecoder/) - PHP Decoder @@ -10071,7 +10066,7 @@ pass: paluch * [SciTE](https://www.scintilla.org/SciTE.html) - Source Code Editor for Win32 and X * [GPT Engineer](https://github.com/AntonOsika/gpt-engineer) - AI Code Generator * [OpenChakra](https://openchakra.app/) - Visual Editor & Code Generator for React / [GitHub](https://github.com/premieroctet/openchakra) -* [Package Control](https://packagecontrol.io/) - Code Editor Package Manager +* [Package Control](https://packagecontrol.io/) - Sublime Text Package Manager * [editorcornfig](https://editorconfig.org/) - Maintain Code Styles Across Editors * [Dracula](https://draculatheme.com/) - Dark Theme for Code Editors / Terminal Emulators @@ -10178,20 +10173,22 @@ pass: paluch ## ▷ API Tools -* 🌐 **[Awesome APIs](https://github.com/TonnyL/Awesome_APIs)**, [API List](https://apilist.fun/), [Public APIs](https://publicapis.dev/), [APIsList](https://apislist.com/), [API House](https://apihouse.vercel.app/), [APIs Guru](https://apis.guru/), [Public API Lists](https://github.com/public-api-lists/public-api-lists) or [Public APIs](https://github.com/public-apis/public-apis) - API Indexes +* 🌐 **[Awesome APIs](https://github.com/TonnyL/Awesome_APIs)**, [API List](https://apilist.fun/), [Public APIs](https://publicapis.dev/), [RapidAPI](https://rapidapi.com/), [APIsList](https://apislist.com/), [API House](https://apihouse.vercel.app/), [APIs Guru](https://apis.guru/), [Public API Lists](https://github.com/public-api-lists/public-api-lists) or [Public APIs](https://github.com/public-apis/public-apis) - API Indexes * 🌐 **[List of Providers](https://docs.consumet.org/list-of-providers)** - Piracy Site APIs +* ⭐ **[hoppscotch](https://hoppscotch.io/)** - API Development Ecosystem / [GitHub](https://github.com/hoppscotch/hoppscotch) +* ⭐ **[Shizuku](https://shizuku.rikka.app/)** - Connect Apps to APIs +* [Pipedream](https://pipedream.com/) - Connect APIs / [Tutorial](https://gist.github.com/ItsRauf/48f252c931ac394b1395312b61b8e35b) * [Directus](https://directus.io/) - SQL to API Platform -* [RapidAPI](https://rapidapi.com/) or [FastAPI](https://github.com/tiangolo/fastapi) - API Framework -* [tRPC](https://trpc.io/) - Build Typesafe APIs +* [FastAPI](https://github.com/tiangolo/fastapi) - API Framework +* [tRPC](https://trpc.io/) - Build Typesafe TypeScript APIs * [Beeceptor](https://beeceptor.com/) - Mock REST APIs -* [Insomnia](https://insomnia.rest/) - API Client +* [Insomnia](https://insomnia.rest/) or [Insomnium](https://github.com/ArchGPT/insomnium) (Privacy focused fork) - API Client * [Strapi](https://strapi.io/) or [Postman](https://www.postman.com/) - API Builders * [API Together](https://api.together.xyz/playground) - AI App APIs * [Siesta](https://github.com/bustoutsolutions/siesta) - Write REST API Clients for iOS / macOS * [Poll2Hook](https://poll2hook.com/) - REST API to Webhooks * [WebAuthn](https://webauthn.io/) - Data Security Authentication API * [APIKit](https://github.com/API-Security/APIKit) - API Security Tools -* [hoppscotch](https://hoppscotch.io/) - API Development Ecosystem / [GitHub](https://github.com/hoppscotch/hoppscotch) * [ReDoc](https://github.com/Redocly/redoc) - Generate API Documentation * [Mockable](https://www.mockable.io/), [Mocky](https://designer.mocky.io/) or [MockLab](https://www.wiremock.io/) - Mock APIs * [{JSON} Placeholder](https://jsonplaceholder.typicode.com/) - Fake APIs @@ -10199,13 +10196,10 @@ pass: paluch * [RandomAPI](https://randomapi.com/) - Generate Fake Data for Populating Mockups * [AIMG SRC](https://www.aimgsrc.com/) - Image Return API * [InstantAPIs](https://github.com/csharpfritz/InstantAPIs) - API Endpoint Generator -* [Pipedream](https://pipedream.com/) - Connect APIs / [Tutorial](https://gist.github.com/ItsRauf/48f252c931ac394b1395312b61b8e35b) -* [Shizuku](https://shizuku.rikka.app/) - Connect Apps to APIs * [NativeScript](https://github.com/NativeScript/NativeScript) - Access APIs from JavaScript * [Stein](https://steinhq.com/) - Turn Google Sheets into Database API / [GitHub](https://github.com/SteinHQ) * [Lanyard](https://github.com/Phineas/lanyard) - Export Discord Rich Presence to API Endpoint / Websocket * [CollectionConcurrencyKit](https://github.com/JohnSundell/CollectionConcurrencyKit) - Async & Concurrent Versions of Swift APIs -* [Shizuku](https://github.com/RikkaApps/Shizuku) - Use System APIs Directly with ABD / Root * [Algolia](https://www.algolia.com/), [TypeSense](https://typesense.org/), [StorkSearch](https://stork-search.net/), [Solr](https://solr.apache.org/), [MeiliSearch](https://meilisearch.com/), [Sphinx](http://sphinxsearch.com/) or [FusionBot](https://www.fusionbot.com/) - Search API * [Reacher](https://reacher.email/) - Email Verification API * [BotScout](https://botscout.com/) - Bot Check API @@ -13694,7 +13688,6 @@ pass: paluch * [Filmxy](https://www.filmxy.vip/) - Movies / TV / Anime / 1080p * [NetFilm](https://netfilm.app/) - Movies / TV / Anime / 1080p * [Movies Ni Pipay](https://moviesnipipay.me/) - Movies / TV / 1080p - * [WatchMovie](https://watchmovie.ac/) - Movies / TV / Anime / 1080p * [PogoLinks](https://pogolinks.pics/) - Movies / TV / Anime / 1080p * [DailyFlix](https://main.dailyflix.stream/) - Movies / TV / Anime / 1080p / [Link Site](https://main.dailyflix.info/) @@ -13937,7 +13930,7 @@ pass: paluch ## ▷ Anime Streaming -* 🌐 **[Wotaku](https://wotaku.moe/)** - Japanese Piracy Index / [Discord](https://discord.wotaku.moe/) - Japanese Piracy Index +* 🌐 **[Wotaku](https://wotaku.moe/)** - Japanese Piracy Index / [Discord](https://discord.wotaku.moe/) * 🌐 **[The Index](https://theindex.moe)** - Japanese Piracy Index / [Discord](https://discord.gg/Snackbox) / [Wiki](https://thewiki.moe/) * 🌐 **[EverythingMoe](https://everythingmoe.com/)** - Japanese Piracy Index / [Discord](https://discord.gg/GuueaDgKdS) * 🌐 **[Awesome Piracy Anime](https://github.com/anshumanv/awesome-anime-sources)** - Japanese Piracy Index @@ -17668,7 +17661,7 @@ Use [this](https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/src/ **[FitGirl Repacks](https://fitgirl-repacks.site/) / [SteamRIP](https://steamrip.com/) / [GOG-Games](https://gog-games.to/)** - Game download sites / [FitGirl Discord](https://discord.gg/Up3YARe4RW) **[AlvRo](https://github.com/nbats/FMHYedit/blob/main/base64.md#alvro) / [Vimms Lair](https://vimm.net/)** - ROM download sites / [Emulators](https://emulation.gametechwiki.com/) **[Firehawk52](https://rentry.org/firehawk52)** - Music Ripping Guide -**[Slavart](https://discord.gg/zjwjvuzH) / [DoubleDouble](https://doubledouble.top/)** - Multi-Site Audio Download +**[Slavart](https://discord.gg/MmE4JnUVA) / [DoubleDouble](https://doubledouble.top/)** - Multi-Site Audio Download **[Free MP3 Download](https://free-mp3-download.net/)** - MP3 / FLAC downloads **[Soulseek](https://slsknet.org/)** - Audio download app **[Download CSE](https://cse.google.com/cse?cx=006516753008110874046:1ugcdt3vo7z) / [2](https://cse.google.com/cse?cx=006516753008110874046:reodoskmj7h)** - Multi-site download search @@ -22169,7 +22162,7 @@ http://24.13.229.188:8090/, http://104.131.175.196:8080/, http://70.88.180.169:8 * [v9k9 Mags](https://redd.it/ouuakm) - Japanese Magazines * https://pdfmagazines.club/adult * https://pdfmagazines.club/for-men -* https://pdfmagazines.club/japan/page +* https://pdfmagazines.club/japan/ ***